diff --git a/.annotation_safe_list.yml b/.annotation_safe_list.yml index e5acad5bb3..b58d56cec8 100644 --- a/.annotation_safe_list.yml +++ b/.annotation_safe_list.yml @@ -131,36 +131,6 @@ djcelery.WorkerState: edx_oauth2_provider.TrustedClient: ".. no_pii:": "No PII" -# Via Proctoring -edx_proctoring.ProctoredExam: - ".. no_pii:": "No PII" -edx_proctoring.ProctoredExamReviewPolicy: - ".. no_pii:": "No PII" -edx_proctoring.ProctoredExamReviewPolicyHistory: - ".. no_pii:": "No PII" -edx_proctoring.ProctoredExamSoftwareSecureComment: - ".. no_pii:": "No PII" -edx_proctoring.ProctoredExamSoftwareSecureReview: - ".. pii:": "Proctored exam review feedback from Software Secure, contains video_url. Retained for record keeping." - ".. pii_types:": video - ".. pii_retirement:": retained -edx_proctoring.ProctoredExamSoftwareSecureReviewHistory: - ".. pii:": "Proctored exam review feedback from Software Secure, contains video_url. Retained for record keeping." - ".. pii_types:": video - ".. pii_retirement:": retained -edx_proctoring.ProctoredExamStudentAllowance: - ".. no_pii:": "No PII" -edx_proctoring.ProctoredExamStudentAllowanceHistory: - ".. no_pii:": "No PII" -edx_proctoring.ProctoredExamStudentAttempt: - ".. pii:": "Tracks attempts by a user to take a proctored exam. Contains student_name. Retained for record keeping." - ".. pii_types:": name - ".. pii_retirement:": retained -edx_proctoring.ProctoredExamStudentAttemptHistory: - ".. pii:": "Tracks attempts by a user to take a proctored exam. Contains student_name. Retained for record keeping." - ".. pii_types:": name - ".. pii_retirement:": retained - # Via VAL edxval.CourseVideo: ".. no_pii:": "No PII" diff --git a/.coveragerc b/.coveragerc index 596d280140..f50f1a0b5b 100644 --- a/.coveragerc +++ b/.coveragerc @@ -30,6 +30,7 @@ omit = concurrency=multiprocessing parallel = true +relative_files = true [report] ignore_errors = True diff --git a/.pii_annotations.yml b/.pii_annotations.yml index 5f0f822b58..328520738f 100644 --- a/.pii_annotations.yml +++ b/.pii_annotations.yml @@ -1,7 +1,7 @@ source_path: ./ report_path: pii_report safelist_path: .annotation_safe_list.yml -coverage_target: 100.0 +coverage_target: 94.5 # See OEP-30 for more information on these values and what they mean: # https://open-edx-proposals.readthedocs.io/en/latest/oep-0030-arch-pii-markup-and-auditing.html#docstring-annotations annotations: diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index d778623ac8..ae08aba526 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -22,10 +22,9 @@ JIRA ---- If you've got an idea for a new feature or new functionality for an existing feature, -please start a discussion on the `edx-code`_ mailing list to get feedback from -the community about the idea and your implementation choices. - -.. _edx-code: https://groups.google.com/forum/#!forum/edx-code +please start a discussion in the `development `__ +category of the discussion forum list to get feedback from the community about the idea +and your implementation choices. If you then plan to contribute your code upstream, please `start a discussion on JIRA`_ (you may first need to `create a free JIRA account`_). @@ -33,14 +32,31 @@ Start a discussion by visiting the JIRA website and clicking the "Create" button top of the page. Choose the project "Open Source Pull Requests" and the issue type "Feature Proposal". In the description give us as much detail as you can for the feature or functionality you are thinking about implementing. Include a link to any relevant -edx-code mailing list discussions about your idea. We encourage you to do this before -you begin implementing your feature, in order to get valuable feedback from the edX -product team early on in your journey and increase the likelihood of a successful -pull request. +forum discussions about your idea. We encourage you to do this before you begin +implementing your feature, in order to get valuable feedback from the edX product team +early on in your journey and increase the likelihood of a successful pull request. .. _start a discussion on JIRA: https://openedx.atlassian.net/secure/Dashboard.jspa .. _create a free JIRA account: https://openedx.atlassian.net/admin/users/sign-up +.. _forum: + +Discussion forum +---------------- + +To ask technical questions and chat with the community, do not hesitate to join the +`Open edX discussion forum `__. There are different +categories for different topics: + +- `Devops `__ for installation help +- `Development `__, where Open edX developers + unite +- `Community `__ to discuss organizational + matters in the open source community +- `Announcements `__ where official Open edX + announcement are made +- `Educators `__, to discuss online learning in general + Slack ----- @@ -51,34 +67,17 @@ between 13:00 and 21:00 UTC (9am to 5pm US Eastern time), but interesting conversations can happen at any time. There are many different channels available for different topics, including: -* ``#ops`` for installation help * ``#events`` for upcoming events related to Open edX * ``#content`` for discussions about course content and creating the best courses And lots more! You can also make your own channels to discuss new topics. +Note that Slack is no longer the recommended communication channel to ask about +technical issues. To do so, you should instead join the `official forum <#forum>`__. + .. _Slack: https://slack.com/ .. _Sign up for a free account: https://openedx-slack-invite.herokuapp.com/ -Mailing Lists -------------- - -For asynchronous conversation, we have several mailing lists on Google Groups: - -* `openedx-ops`_: everything related to *running* Open edX. This includes - installation issues, server management, cost analysis, and so on. -* `openedx-translation`_: everything related to *translating* Open edX into - other languages. This includes volunteer translators, our internationalization - infrastructure, issues related to Transifex, and so on. -* `openedx-analytics`_: everything related to *analytics* in Open edX. -* `edx-code`_: everything related to the *code* in Open edX. This includes - feature requests, idea proposals, refactorings, and so on. - -.. _openedx-ops: https://groups.google.com/forum/#!forum/openedx-ops -.. _openedx-translation: https://groups.google.com/forum/#!forum/openedx-translation -.. _openedx-analytics: https://groups.google.com/forum/#!forum/openedx-analytics -.. _edx-code: https://groups.google.com/forum/#!forum/edx-code - Byte-sized Tasks & Bugs ----------------------- @@ -195,7 +194,7 @@ By opening up a pull request, we expect the following things: unable to participate in the review process. 3. If you have questions, you will ask them by either commenting on the pull - request or asking us in Slack or on the mailing list. + request or asking us in the discussion forum or on Slack. 4. If you do not respond to comments on your pull request within 7 days, we will close it. You are welcome to re-open it when you are ready to engage. diff --git a/Makefile b/Makefile index 3d9c47e1e8..0f1a955239 100644 --- a/Makefile +++ b/Makefile @@ -24,11 +24,13 @@ SWAGGER = docs/swagger.yaml docs: api-docs guides ## build all the developer documentation for this repository swagger: ## generate the swagger.yaml file - DJANGO_SETTINGS_MODULE=docs.docs_settings python manage.py lms generate_swagger --generator-class=openedx.core.apidocs.ApiSchemaGenerator -o $(SWAGGER) + DJANGO_SETTINGS_MODULE=docs.docs_settings python manage.py lms generate_swagger --generator-class=edx_api_doc_tools.ApiSchemaGenerator -o $(SWAGGER) -api-docs: swagger ## build the REST api docs +api-docs-sphinx: swagger ## generate the sphinx source files for api-docs rm -f docs/api/gen/* - python docs/sw2md.py $(SWAGGER) docs/api/gen + python docs/sw2sphinxopenapi.py $(SWAGGER) docs/api/gen + +api-docs: api-docs-sphinx ## build the REST api docs cd docs/api; make html guides: ## build the developer guide docs @@ -50,6 +52,7 @@ pull_translations: ## pull translations from Transifex git clean -fdX conf/locale/eo i18n_tool validate + detect_changed_source_translations: ## check if translation files are up-to-date i18n_tool changed @@ -72,7 +75,7 @@ REQ_FILES = \ requirements/edx/coverage \ requirements/edx/paver \ requirements/edx-sandbox/shared \ - requirements/edx-sandbox/base \ + requirements/edx-sandbox/py35 \ requirements/edx/base \ requirements/edx/testing \ requirements/edx/development \ @@ -88,7 +91,7 @@ upgrade: ## update the pip requirements files to use the latest releases satisfy done # Post process all of the files generated above to work around open pip-tools issues scripts/post-pip-compile.sh $(REQ_FILES:=.txt) - # Let tox control the Django version for tests - grep "^django==" requirements/edx/base.txt > requirements/edx/django.txt - sed '/^[dD]jango==/d' requirements/edx/testing.txt > requirements/edx/testing.tmp + # Let tox control the Django version & django-oauth-toolkit version for tests + grep -e "^django==" -e "^django-oauth-toolkit==" requirements/edx/base.txt > requirements/edx/django.txt + sed '/^[dD]jango==/d;/^django-oauth-toolkit==/d' requirements/edx/testing.txt > requirements/edx/testing.tmp mv requirements/edx/testing.tmp requirements/edx/testing.txt diff --git a/cms/__init__.py b/cms/__init__.py index 294b4436ce..e4f4b580af 100644 --- a/cms/__init__.py +++ b/cms/__init__.py @@ -2,7 +2,7 @@ Celery needs to be loaded when the cms modules are so that task registration and discovery can work correctly. """ -from __future__ import absolute_import + # We monkey patch Kombu's entrypoints listing because scanning through this # accounts for the majority of LMS/Studio startup time for tests, and we don't diff --git a/cms/celery.py b/cms/celery.py index aab79398f2..d0619a8187 100644 --- a/cms/celery.py +++ b/cms/celery.py @@ -4,7 +4,7 @@ and auto discover tasks in all installed django apps. Taken from: https://celery.readthedocs.org/en/latest/django/first-steps-with-django.html """ -from __future__ import absolute_import + import os diff --git a/cms/conftest.py b/cms/conftest.py index 9e1e46fc93..f937c14e81 100644 --- a/cms/conftest.py +++ b/cms/conftest.py @@ -6,13 +6,15 @@ pytest from looking for the conftest.py module in the parent directory when only running cms tests. """ -from __future__ import absolute_import, unicode_literals import importlib import os +import logging import contracts import pytest +from openedx.core.pytest_hooks import DeferPlugin + # Patch the xml libs before anything else. from safe_lxml import defuse_xml_libs @@ -23,6 +25,11 @@ def pytest_configure(config): """ Do core setup operations from manage.py before collecting tests. """ + if config.pluginmanager.hasplugin("pytest_jsonreport") or config.pluginmanager.hasplugin("json-report"): + config.pluginmanager.register(DeferPlugin()) + else: + logging.info("pytest did not register json_report correctly") + if config.getoption('help'): return enable_contracts = os.environ.get('ENABLE_CONTRACTS', False) diff --git a/cms/djangoapps/api/apps.py b/cms/djangoapps/api/apps.py index d09fba2266..0466e12967 100644 --- a/cms/djangoapps/api/apps.py +++ b/cms/djangoapps/api/apps.py @@ -2,7 +2,6 @@ Configuration for Studio API Django application """ -from __future__ import absolute_import from django.apps import AppConfig diff --git a/cms/djangoapps/api/urls.py b/cms/djangoapps/api/urls.py index c2776e5548..71f8289085 100644 --- a/cms/djangoapps/api/urls.py +++ b/cms/djangoapps/api/urls.py @@ -2,10 +2,12 @@ URLs for the Studio API app """ -from __future__ import absolute_import from django.conf.urls import include, url + +app_name = 'cms.djangoapps.api' + urlpatterns = [ url(r'^v1/', include('cms.djangoapps.api.v1.urls', namespace='v1')), ] diff --git a/cms/djangoapps/api/v1/serializers/course_runs.py b/cms/djangoapps/api/v1/serializers/course_runs.py index 90de622bac..55790bc59d 100644 --- a/cms/djangoapps/api/v1/serializers/course_runs.py +++ b/cms/djangoapps/api/v1/serializers/course_runs.py @@ -1,5 +1,5 @@ """ Course run serializers. """ -from __future__ import absolute_import + import logging import time # pylint: disable=unused-import diff --git a/cms/djangoapps/api/v1/tests/test_serializers/test_course_runs.py b/cms/djangoapps/api/v1/tests/test_serializers/test_course_runs.py index d73595674f..acadff7df8 100644 --- a/cms/djangoapps/api/v1/tests/test_serializers/test_course_runs.py +++ b/cms/djangoapps/api/v1/tests/test_serializers/test_course_runs.py @@ -1,6 +1,5 @@ """Tests for course run serializers""" -from __future__ import absolute_import import datetime diff --git a/cms/djangoapps/api/v1/tests/test_views/test_course_runs.py b/cms/djangoapps/api/v1/tests/test_views/test_course_runs.py index fd58859526..1933a75fdf 100644 --- a/cms/djangoapps/api/v1/tests/test_views/test_course_runs.py +++ b/cms/djangoapps/api/v1/tests/test_views/test_course_runs.py @@ -1,6 +1,5 @@ """Tests for Course run views""" -from __future__ import absolute_import import datetime diff --git a/cms/djangoapps/api/v1/urls.py b/cms/djangoapps/api/v1/urls.py index 10b87e0e70..513554066c 100644 --- a/cms/djangoapps/api/v1/urls.py +++ b/cms/djangoapps/api/v1/urls.py @@ -2,12 +2,13 @@ URLs for the Studio API [Course Run] """ -from __future__ import absolute_import from rest_framework.routers import DefaultRouter from .views.course_runs import CourseRunViewSet +app_name = 'cms.djangoapps.api.v1' + router = DefaultRouter() -router.register(r'course_runs', CourseRunViewSet, base_name='course_run') +router.register(r'course_runs', CourseRunViewSet, basename='course_run') urlpatterns = router.urls diff --git a/cms/djangoapps/api/v1/views/course_runs.py b/cms/djangoapps/api/v1/views/course_runs.py index 7f90bdbda2..83531461b8 100644 --- a/cms/djangoapps/api/v1/views/course_runs.py +++ b/cms/djangoapps/api/v1/views/course_runs.py @@ -1,6 +1,5 @@ """HTTP endpoints for the Course Run API.""" -from __future__ import absolute_import from django.conf import settings from django.http import Http404 @@ -8,7 +7,7 @@ from edx_rest_framework_extensions.auth.jwt.authentication import JwtAuthenticat from opaque_keys.edx.keys import CourseKey from rest_framework import parsers, permissions, status, viewsets from rest_framework.authentication import SessionAuthentication -from rest_framework.decorators import detail_route +from rest_framework.decorators import action from rest_framework.response import Response from contentstore.views.course import _accessible_courses_iter, get_course_and_check_access @@ -75,7 +74,8 @@ class CourseRunViewSet(viewsets.GenericViewSet): serializer.save() return Response(serializer.data, status=status.HTTP_201_CREATED) - @detail_route( + @action( + detail=True, methods=['post', 'put'], parser_classes=(parsers.FormParser, parsers.MultiPartParser,), serializer_class=CourseRunImageSerializer) @@ -86,7 +86,7 @@ class CourseRunViewSet(viewsets.GenericViewSet): serializer.save() return Response(serializer.data) - @detail_route(methods=['post']) + @action(detail=True, methods=['post']) def rerun(self, request, *args, **kwargs): course_run = self.get_object() serializer = CourseRunRerunSerializer(course_run, data=request.data, context=self.get_serializer_context()) diff --git a/cms/djangoapps/cms_user_tasks/apps.py b/cms/djangoapps/cms_user_tasks/apps.py index 95edb59d8c..a35e142aaa 100644 --- a/cms/djangoapps/cms_user_tasks/apps.py +++ b/cms/djangoapps/cms_user_tasks/apps.py @@ -3,7 +3,6 @@ CMS user tasks application configuration Signal handlers are connected here. """ -from __future__ import absolute_import from django.apps import AppConfig diff --git a/cms/djangoapps/cms_user_tasks/signals.py b/cms/djangoapps/cms_user_tasks/signals.py index f4761264df..55d8288b00 100644 --- a/cms/djangoapps/cms_user_tasks/signals.py +++ b/cms/djangoapps/cms_user_tasks/signals.py @@ -1,7 +1,7 @@ """ Receivers of signals sent from django-user-tasks """ -from __future__ import absolute_import, print_function, unicode_literals + import logging diff --git a/cms/djangoapps/cms_user_tasks/tasks.py b/cms/djangoapps/cms_user_tasks/tasks.py index bd7fe85819..0a8f1db9bf 100644 --- a/cms/djangoapps/cms_user_tasks/tasks.py +++ b/cms/djangoapps/cms_user_tasks/tasks.py @@ -2,7 +2,6 @@ Celery tasks used by cms_user_tasks """ -from __future__ import absolute_import from boto.exception import NoAuthHandlerFound from celery.exceptions import MaxRetriesExceededError diff --git a/cms/djangoapps/cms_user_tasks/tests.py b/cms/djangoapps/cms_user_tasks/tests.py index da899a6fc5..2d6c962563 100644 --- a/cms/djangoapps/cms_user_tasks/tests.py +++ b/cms/djangoapps/cms_user_tasks/tests.py @@ -2,7 +2,6 @@ Unit tests for integration of the django-user-tasks app and its REST API. """ -from __future__ import absolute_import, print_function, unicode_literals import logging from uuid import uuid4 diff --git a/cms/djangoapps/contentstore/admin.py b/cms/djangoapps/contentstore/admin.py index 54adb440b8..33019da0c0 100644 --- a/cms/djangoapps/contentstore/admin.py +++ b/cms/djangoapps/contentstore/admin.py @@ -2,7 +2,6 @@ Admin site bindings for contentstore """ -from __future__ import absolute_import from config_models.admin import ConfigurationModelAdmin from django.contrib import admin diff --git a/cms/djangoapps/contentstore/api/tests/base.py b/cms/djangoapps/contentstore/api/tests/base.py index 619b0ad502..283ec83a57 100644 --- a/cms/djangoapps/contentstore/api/tests/base.py +++ b/cms/djangoapps/contentstore/api/tests/base.py @@ -1,7 +1,7 @@ """ Base test case for the course API views. """ -from __future__ import absolute_import + from django.core.urlresolvers import reverse from rest_framework.test import APITestCase diff --git a/cms/djangoapps/contentstore/api/tests/test_import.py b/cms/djangoapps/contentstore/api/tests/test_import.py index 6df2efb690..85511a0a8e 100644 --- a/cms/djangoapps/contentstore/api/tests/test_import.py +++ b/cms/djangoapps/contentstore/api/tests/test_import.py @@ -1,7 +1,7 @@ """ Tests for the course import API views """ -from __future__ import absolute_import + import os import tarfile diff --git a/cms/djangoapps/contentstore/api/tests/test_quality.py b/cms/djangoapps/contentstore/api/tests/test_quality.py index e6c9898d4f..1f5e055705 100644 --- a/cms/djangoapps/contentstore/api/tests/test_quality.py +++ b/cms/djangoapps/contentstore/api/tests/test_quality.py @@ -1,7 +1,7 @@ """ Tests for the course import API views """ -from __future__ import absolute_import + from rest_framework import status diff --git a/cms/djangoapps/contentstore/api/tests/test_validation.py b/cms/djangoapps/contentstore/api/tests/test_validation.py index 8330db9855..63475ab0cc 100644 --- a/cms/djangoapps/contentstore/api/tests/test_validation.py +++ b/cms/djangoapps/contentstore/api/tests/test_validation.py @@ -1,7 +1,7 @@ """ Tests for the course import API views """ -from __future__ import absolute_import + from datetime import datetime diff --git a/cms/djangoapps/contentstore/api/urls.py b/cms/djangoapps/contentstore/api/urls.py index 20357254fc..21a60c0342 100644 --- a/cms/djangoapps/contentstore/api/urls.py +++ b/cms/djangoapps/contentstore/api/urls.py @@ -1,5 +1,5 @@ """ Course API URLs. """ -from __future__ import absolute_import + from django.conf import settings from django.conf.urls import url diff --git a/cms/djangoapps/contentstore/api/views/course_import.py b/cms/djangoapps/contentstore/api/views/course_import.py index 18d9a2fb21..dba0da0e3e 100644 --- a/cms/djangoapps/contentstore/api/views/course_import.py +++ b/cms/djangoapps/contentstore/api/views/course_import.py @@ -1,7 +1,7 @@ """ APIs related to Course Import. """ -from __future__ import absolute_import + import base64 import logging diff --git a/cms/djangoapps/contentstore/api/views/course_quality.py b/cms/djangoapps/contentstore/api/views/course_quality.py index e90b948f06..caebbcf4c9 100644 --- a/cms/djangoapps/contentstore/api/views/course_quality.py +++ b/cms/djangoapps/contentstore/api/views/course_quality.py @@ -1,5 +1,5 @@ # pylint: disable=missing-docstring -from __future__ import absolute_import + import logging import time diff --git a/cms/djangoapps/contentstore/api/views/course_validation.py b/cms/djangoapps/contentstore/api/views/course_validation.py index 5594440142..af5812fac4 100644 --- a/cms/djangoapps/contentstore/api/views/course_validation.py +++ b/cms/djangoapps/contentstore/api/views/course_validation.py @@ -1,5 +1,5 @@ # pylint: disable=missing-docstring -from __future__ import absolute_import + import logging diff --git a/cms/djangoapps/contentstore/api/views/utils.py b/cms/djangoapps/contentstore/api/views/utils.py index 7ae2fb456c..e758c71610 100644 --- a/cms/djangoapps/contentstore/api/views/utils.py +++ b/cms/djangoapps/contentstore/api/views/utils.py @@ -1,7 +1,7 @@ """ Common utilities for Contentstore APIs. """ -from __future__ import absolute_import + from contextlib import contextmanager diff --git a/cms/djangoapps/contentstore/apps.py b/cms/djangoapps/contentstore/apps.py index 65388470ec..00ad73d377 100644 --- a/cms/djangoapps/contentstore/apps.py +++ b/cms/djangoapps/contentstore/apps.py @@ -4,7 +4,6 @@ Contentstore Application Configuration Above-modulestore level signal handlers are connected here. """ -from __future__ import absolute_import from django.apps import AppConfig diff --git a/cms/djangoapps/contentstore/config/waffle.py b/cms/djangoapps/contentstore/config/waffle.py index 3fb8bb0979..f1087c6520 100644 --- a/cms/djangoapps/contentstore/config/waffle.py +++ b/cms/djangoapps/contentstore/config/waffle.py @@ -2,7 +2,7 @@ This module contains various configuration settings via waffle switches for the contentstore app. """ -from __future__ import absolute_import + from openedx.core.djangoapps.waffle_utils import CourseWaffleFlag, WaffleFlagNamespace, WaffleSwitchNamespace diff --git a/cms/djangoapps/contentstore/config/waffle_utils.py b/cms/djangoapps/contentstore/config/waffle_utils.py index ac25116922..a63057c62a 100644 --- a/cms/djangoapps/contentstore/config/waffle_utils.py +++ b/cms/djangoapps/contentstore/config/waffle_utils.py @@ -1,6 +1,5 @@ """Util methods for Waffle checks""" -from __future__ import absolute_import from cms.djangoapps.contentstore.config.waffle import ENABLE_CHECKLISTS_QUALITY diff --git a/cms/djangoapps/contentstore/course_group_config.py b/cms/djangoapps/contentstore/course_group_config.py index 911c356d18..a9472ee34f 100644 --- a/cms/djangoapps/contentstore/course_group_config.py +++ b/cms/djangoapps/contentstore/course_group_config.py @@ -1,7 +1,7 @@ """ Class for manipulating groups configuration on a course object. """ -from __future__ import absolute_import + import json import logging diff --git a/cms/djangoapps/contentstore/course_info_model.py b/cms/djangoapps/contentstore/course_info_model.py index d9e647d032..b32605f912 100644 --- a/cms/djangoapps/contentstore/course_info_model.py +++ b/cms/djangoapps/contentstore/course_info_model.py @@ -12,7 +12,6 @@ Current db representation: } """ -from __future__ import absolute_import import logging import re diff --git a/cms/djangoapps/contentstore/courseware_index.py b/cms/djangoapps/contentstore/courseware_index.py index 2ca873688d..76a9328339 100644 --- a/cms/djangoapps/contentstore/courseware_index.py +++ b/cms/djangoapps/contentstore/courseware_index.py @@ -1,5 +1,5 @@ """ Code to allow module store to interface with courseware index """ -from __future__ import absolute_import + import logging import re diff --git a/cms/djangoapps/contentstore/debug_file_uploader.py b/cms/djangoapps/contentstore/debug_file_uploader.py index 30c0651f6d..39d18cefe8 100644 --- a/cms/djangoapps/contentstore/debug_file_uploader.py +++ b/cms/djangoapps/contentstore/debug_file_uploader.py @@ -1,6 +1,5 @@ """ Upload file handler to help test progress bars in uploads. """ -from __future__ import absolute_import import time diff --git a/cms/djangoapps/contentstore/git_export_utils.py b/cms/djangoapps/contentstore/git_export_utils.py index 31739364fd..78141fc761 100644 --- a/cms/djangoapps/contentstore/git_export_utils.py +++ b/cms/djangoapps/contentstore/git_export_utils.py @@ -3,7 +3,6 @@ Utilities for export a course's XML into a git repository, committing and pushing the changes. """ -from __future__ import absolute_import import logging import os diff --git a/cms/djangoapps/contentstore/management/commands/clean_cert_name.py b/cms/djangoapps/contentstore/management/commands/clean_cert_name.py index 4477a146ca..9ef6d7990c 100644 --- a/cms/djangoapps/contentstore/management/commands/clean_cert_name.py +++ b/cms/djangoapps/contentstore/management/commands/clean_cert_name.py @@ -3,7 +3,6 @@ A single-use management command that provides an interactive way to remove erroneous certificate names. """ -from __future__ import absolute_import from collections import namedtuple diff --git a/cms/djangoapps/contentstore/management/commands/cleanup_assets.py b/cms/djangoapps/contentstore/management/commands/cleanup_assets.py index f335b11c66..b6a41587da 100644 --- a/cms/djangoapps/contentstore/management/commands/cleanup_assets.py +++ b/cms/djangoapps/contentstore/management/commands/cleanup_assets.py @@ -2,7 +2,7 @@ Script for removing all redundant Mac OS metadata files (with filename ".DS_Store" or with filename which starts with "._") for all courses """ -from __future__ import absolute_import + import logging diff --git a/cms/djangoapps/contentstore/management/commands/create_course.py b/cms/djangoapps/contentstore/management/commands/create_course.py index 0f4c7877bc..9142166cf8 100644 --- a/cms/djangoapps/contentstore/management/commands/create_course.py +++ b/cms/djangoapps/contentstore/management/commands/create_course.py @@ -1,7 +1,7 @@ """ Django management command to create a course in a specific modulestore """ -from __future__ import absolute_import + from datetime import datetime, timedelta diff --git a/cms/djangoapps/contentstore/management/commands/delete_course.py b/cms/djangoapps/contentstore/management/commands/delete_course.py index f16ea35a68..6a5728ea5d 100644 --- a/cms/djangoapps/contentstore/management/commands/delete_course.py +++ b/cms/djangoapps/contentstore/management/commands/delete_course.py @@ -1,7 +1,7 @@ """ Management Command to delete course. """ -from __future__ import absolute_import, print_function + from django.core.management.base import BaseCommand, CommandError from opaque_keys import InvalidKeyError diff --git a/cms/djangoapps/contentstore/management/commands/delete_orphans.py b/cms/djangoapps/contentstore/management/commands/delete_orphans.py index 0c1b7c427c..3e92bf3211 100644 --- a/cms/djangoapps/contentstore/management/commands/delete_orphans.py +++ b/cms/djangoapps/contentstore/management/commands/delete_orphans.py @@ -1,5 +1,5 @@ """Script for deleting orphans""" -from __future__ import absolute_import, print_function + from django.core.management.base import BaseCommand, CommandError from opaque_keys import InvalidKeyError diff --git a/cms/djangoapps/contentstore/management/commands/edit_course_tabs.py b/cms/djangoapps/contentstore/management/commands/edit_course_tabs.py index 9cb787be5f..89894ec8dd 100644 --- a/cms/djangoapps/contentstore/management/commands/edit_course_tabs.py +++ b/cms/djangoapps/contentstore/management/commands/edit_course_tabs.py @@ -6,7 +6,7 @@ # Run it this way: # ./manage.py cms --settings dev edit_course_tabs --course Stanford/CS99/2013_spring # -from __future__ import absolute_import, print_function + from django.core.management.base import BaseCommand, CommandError from opaque_keys.edx.keys import CourseKey diff --git a/cms/djangoapps/contentstore/management/commands/empty_asset_trashcan.py b/cms/djangoapps/contentstore/management/commands/empty_asset_trashcan.py index c4c78f33aa..c0031ce390 100644 --- a/cms/djangoapps/contentstore/management/commands/empty_asset_trashcan.py +++ b/cms/djangoapps/contentstore/management/commands/empty_asset_trashcan.py @@ -1,6 +1,5 @@ """Script to Empty the trashcan""" -from __future__ import absolute_import from django.core.management.base import BaseCommand from opaque_keys.edx.keys import CourseKey diff --git a/cms/djangoapps/contentstore/management/commands/export.py b/cms/djangoapps/contentstore/management/commands/export.py index db188a87bf..99fab8105f 100644 --- a/cms/djangoapps/contentstore/management/commands/export.py +++ b/cms/djangoapps/contentstore/management/commands/export.py @@ -1,7 +1,7 @@ """ Script for exporting courseware from Mongo to a tar.gz file """ -from __future__ import absolute_import, print_function + import os diff --git a/cms/djangoapps/contentstore/management/commands/export_all_courses.py b/cms/djangoapps/contentstore/management/commands/export_all_courses.py index b6933f9309..33e7d5b10e 100644 --- a/cms/djangoapps/contentstore/management/commands/export_all_courses.py +++ b/cms/djangoapps/contentstore/management/commands/export_all_courses.py @@ -1,7 +1,7 @@ """ Script for exporting all courseware from Mongo to a directory and listing the courses which failed to export """ -from __future__ import absolute_import, print_function + from django.core.management.base import BaseCommand from six import text_type diff --git a/cms/djangoapps/contentstore/management/commands/export_content_library.py b/cms/djangoapps/contentstore/management/commands/export_content_library.py index fd47644d30..8a9e6b82cb 100644 --- a/cms/djangoapps/contentstore/management/commands/export_content_library.py +++ b/cms/djangoapps/contentstore/management/commands/export_content_library.py @@ -1,7 +1,7 @@ """ Script for exporting a content library from Mongo to a tar.gz file """ -from __future__ import absolute_import, print_function + import os import shutil diff --git a/cms/djangoapps/contentstore/management/commands/export_olx.py b/cms/djangoapps/contentstore/management/commands/export_olx.py index 1f4336fb88..503efb9add 100644 --- a/cms/djangoapps/contentstore/management/commands/export_olx.py +++ b/cms/djangoapps/contentstore/management/commands/export_olx.py @@ -14,7 +14,6 @@ At present, it differs from Studio exports in several ways: * It only supports the export of courses. It does not export libraries. """ -from __future__ import absolute_import import os import re diff --git a/cms/djangoapps/contentstore/management/commands/fix_not_found.py b/cms/djangoapps/contentstore/management/commands/fix_not_found.py index 05ddf9009f..6d6e3fd797 100644 --- a/cms/djangoapps/contentstore/management/commands/fix_not_found.py +++ b/cms/djangoapps/contentstore/management/commands/fix_not_found.py @@ -1,7 +1,7 @@ """ Script for fixing the item not found errors in a course """ -from __future__ import absolute_import + from django.core.management.base import BaseCommand, CommandError from opaque_keys.edx.keys import CourseKey diff --git a/cms/djangoapps/contentstore/management/commands/force_publish.py b/cms/djangoapps/contentstore/management/commands/force_publish.py index f02a3404fd..88931cdf98 100644 --- a/cms/djangoapps/contentstore/management/commands/force_publish.py +++ b/cms/djangoapps/contentstore/management/commands/force_publish.py @@ -1,7 +1,7 @@ """ Script for force publishing a course """ -from __future__ import absolute_import, print_function + from django.core.management.base import BaseCommand, CommandError from opaque_keys import InvalidKeyError diff --git a/cms/djangoapps/contentstore/management/commands/generate_courses.py b/cms/djangoapps/contentstore/management/commands/generate_courses.py index eaa4a530a2..2a3f82e284 100644 --- a/cms/djangoapps/contentstore/management/commands/generate_courses.py +++ b/cms/djangoapps/contentstore/management/commands/generate_courses.py @@ -1,7 +1,7 @@ """ Django management command to generate a test course from a course config json """ -from __future__ import absolute_import + import json import logging diff --git a/cms/djangoapps/contentstore/management/commands/git_export.py b/cms/djangoapps/contentstore/management/commands/git_export.py index dd33c3cde5..02b41cb8e4 100644 --- a/cms/djangoapps/contentstore/management/commands/git_export.py +++ b/cms/djangoapps/contentstore/management/commands/git_export.py @@ -13,7 +13,6 @@ This functionality is also available as an export view in studio if the giturl attribute is set and the FEATURE['ENABLE_EXPORT_GIT'] is set. """ -from __future__ import absolute_import import logging diff --git a/cms/djangoapps/contentstore/management/commands/import.py b/cms/djangoapps/contentstore/management/commands/import.py index c2e9d54df4..24ea39cbf9 100644 --- a/cms/djangoapps/contentstore/management/commands/import.py +++ b/cms/djangoapps/contentstore/management/commands/import.py @@ -1,7 +1,7 @@ """ Script for importing courseware from XML format """ -from __future__ import absolute_import + from django.core.management.base import BaseCommand diff --git a/cms/djangoapps/contentstore/management/commands/import_content_library.py b/cms/djangoapps/contentstore/management/commands/import_content_library.py index 20f63a1e87..6b22340916 100644 --- a/cms/djangoapps/contentstore/management/commands/import_content_library.py +++ b/cms/djangoapps/contentstore/management/commands/import_content_library.py @@ -1,7 +1,7 @@ """ Script for importing a content library from a tar.gz file """ -from __future__ import absolute_import, print_function + import base64 import os diff --git a/cms/djangoapps/contentstore/management/commands/migrate_to_split.py b/cms/djangoapps/contentstore/management/commands/migrate_to_split.py index 2003058646..82510fabd9 100644 --- a/cms/djangoapps/contentstore/management/commands/migrate_to_split.py +++ b/cms/djangoapps/contentstore/management/commands/migrate_to_split.py @@ -2,7 +2,7 @@ Django management command to migrate a course from the old Mongo modulestore to the new split-Mongo modulestore. """ -from __future__ import absolute_import + from django.contrib.auth.models import User from django.core.management.base import BaseCommand, CommandError diff --git a/cms/djangoapps/contentstore/management/commands/migrate_transcripts.py b/cms/djangoapps/contentstore/management/commands/migrate_transcripts.py index 5c66732a64..ccc7c17266 100644 --- a/cms/djangoapps/contentstore/management/commands/migrate_transcripts.py +++ b/cms/djangoapps/contentstore/management/commands/migrate_transcripts.py @@ -2,7 +2,6 @@ Command to migrate transcripts to django storage. """ -from __future__ import absolute_import import logging diff --git a/cms/djangoapps/contentstore/management/commands/prompt.py b/cms/djangoapps/contentstore/management/commands/prompt.py index 927c5c916c..eaafbe18de 100644 --- a/cms/djangoapps/contentstore/management/commands/prompt.py +++ b/cms/djangoapps/contentstore/management/commands/prompt.py @@ -1,7 +1,7 @@ """ Takes user input. """ -from __future__ import absolute_import + import sys diff --git a/cms/djangoapps/contentstore/management/commands/reindex_course.py b/cms/djangoapps/contentstore/management/commands/reindex_course.py index 0055dbd31f..a0da6dbece 100644 --- a/cms/djangoapps/contentstore/management/commands/reindex_course.py +++ b/cms/djangoapps/contentstore/management/commands/reindex_course.py @@ -1,5 +1,5 @@ """ Management command to update courses' search index """ -from __future__ import absolute_import + import logging from textwrap import dedent diff --git a/cms/djangoapps/contentstore/management/commands/reindex_library.py b/cms/djangoapps/contentstore/management/commands/reindex_library.py index 71d2f1fe13..66957de002 100644 --- a/cms/djangoapps/contentstore/management/commands/reindex_library.py +++ b/cms/djangoapps/contentstore/management/commands/reindex_library.py @@ -1,5 +1,5 @@ """ Management command to update libraries' search index """ -from __future__ import absolute_import, print_function + from textwrap import dedent diff --git a/cms/djangoapps/contentstore/management/commands/restore_asset_from_trashcan.py b/cms/djangoapps/contentstore/management/commands/restore_asset_from_trashcan.py index 72ee2c5afa..d1f4cb685c 100644 --- a/cms/djangoapps/contentstore/management/commands/restore_asset_from_trashcan.py +++ b/cms/djangoapps/contentstore/management/commands/restore_asset_from_trashcan.py @@ -1,6 +1,5 @@ """Management command to restore assets from trash""" -from __future__ import absolute_import from django.core.management.base import BaseCommand diff --git a/cms/djangoapps/contentstore/management/commands/tests/test_cleanup_assets.py b/cms/djangoapps/contentstore/management/commands/tests/test_cleanup_assets.py index b48d3e507e..c106701dfd 100644 --- a/cms/djangoapps/contentstore/management/commands/tests/test_cleanup_assets.py +++ b/cms/djangoapps/contentstore/management/commands/tests/test_cleanup_assets.py @@ -2,7 +2,7 @@ Test for assets cleanup of courses for Mac OS metadata files (with filename ".DS_Store" or with filename which starts with "._") """ -from __future__ import absolute_import + from django.conf import settings from django.core.management import call_command diff --git a/cms/djangoapps/contentstore/management/commands/tests/test_create_course.py b/cms/djangoapps/contentstore/management/commands/tests/test_create_course.py index d9e90d57ee..848e85e94e 100644 --- a/cms/djangoapps/contentstore/management/commands/tests/test_create_course.py +++ b/cms/djangoapps/contentstore/management/commands/tests/test_create_course.py @@ -1,7 +1,7 @@ """ Unittests for creating a course in an chosen modulestore """ -from __future__ import absolute_import + from six import StringIO @@ -27,7 +27,7 @@ class TestArgParsing(TestCase): errstring = "Error: too few arguments" else: errstring = "Error: the following arguments are required: modulestore, user, org, number, run" - with self.assertRaisesRegexp(CommandError, errstring): + with self.assertRaisesRegex(CommandError, errstring): call_command('create_course') def test_invalid_store(self): @@ -36,12 +36,12 @@ class TestArgParsing(TestCase): def test_nonexistent_user_id(self): errstring = "No user 99 found" - with self.assertRaisesRegexp(CommandError, errstring): + with self.assertRaisesRegex(CommandError, errstring): call_command('create_course', "split", "99", "org", "course", "run") def test_nonexistent_user_email(self): errstring = "No user fake@example.com found" - with self.assertRaisesRegexp(CommandError, errstring): + with self.assertRaisesRegex(CommandError, errstring): call_command('create_course', "mongo", "fake@example.com", "org", "course", "run") diff --git a/cms/djangoapps/contentstore/management/commands/tests/test_delete_course.py b/cms/djangoapps/contentstore/management/commands/tests/test_delete_course.py index d5b915a7c8..1d4f003a99 100644 --- a/cms/djangoapps/contentstore/management/commands/tests/test_delete_course.py +++ b/cms/djangoapps/contentstore/management/commands/tests/test_delete_course.py @@ -1,7 +1,7 @@ """ Delete course tests. """ -from __future__ import absolute_import + import mock from django.core.management import CommandError, call_command @@ -25,13 +25,13 @@ class DeleteCourseTests(ModuleStoreTestCase): def test_invalid_course_key(self): course_run_key = 'foo/TestX/TS01/2015_Q7' expected_error_message = 'Invalid course_key: ' + course_run_key - with self.assertRaisesRegexp(CommandError, expected_error_message): + with self.assertRaisesRegex(CommandError, expected_error_message): call_command('delete_course', course_run_key) def test_course_not_found(self): course_run_key = 'TestX/TS01/2015_Q7' expected_error_message = 'Course not found: ' + course_run_key - with self.assertRaisesRegexp(CommandError, expected_error_message): + with self.assertRaisesRegex(CommandError, expected_error_message): call_command('delete_course', course_run_key) def test_asset_and_course_deletion(self): diff --git a/cms/djangoapps/contentstore/management/commands/tests/test_delete_orphans.py b/cms/djangoapps/contentstore/management/commands/tests/test_delete_orphans.py index 8d4dbf720e..4f9b915846 100644 --- a/cms/djangoapps/contentstore/management/commands/tests/test_delete_orphans.py +++ b/cms/djangoapps/contentstore/management/commands/tests/test_delete_orphans.py @@ -1,6 +1,5 @@ """Tests running the delete_orphan command""" -from __future__ import absolute_import import ddt import six @@ -25,7 +24,7 @@ class TestDeleteOrphan(TestOrphanBase): errstring = 'Error: too few arguments' else: errstring = 'Error: the following arguments are required: course_id' - with self.assertRaisesRegexp(CommandError, errstring): + with self.assertRaisesRegex(CommandError, errstring): call_command('delete_orphans') @ddt.data(ModuleStoreEnum.Type.split, ModuleStoreEnum.Type.mongo) diff --git a/cms/djangoapps/contentstore/management/commands/tests/test_export.py b/cms/djangoapps/contentstore/management/commands/tests/test_export.py index 4e02926125..e5127f34e4 100644 --- a/cms/djangoapps/contentstore/management/commands/tests/test_export.py +++ b/cms/djangoapps/contentstore/management/commands/tests/test_export.py @@ -1,7 +1,7 @@ """ Tests for exporting courseware to the desired path """ -from __future__ import absolute_import + import shutil import unittest @@ -29,7 +29,7 @@ class TestArgParsingCourseExport(unittest.TestCase): errstring = "Error: too few arguments" else: errstring = "Error: the following arguments are required: course_id, output_path" - with self.assertRaisesRegexp(CommandError, errstring): + with self.assertRaisesRegex(CommandError, errstring): call_command('export') @@ -62,7 +62,7 @@ class TestCourseExport(ModuleStoreTestCase): ) # Test `export` management command with invalid course_id errstring = "Invalid course_key: 'InvalidCourseID'." - with self.assertRaisesRegexp(CommandError, errstring): + with self.assertRaisesRegex(CommandError, errstring): call_command('export', "InvalidCourseID", self.temp_dir_1) # Test `export` management command with correct course_id @@ -74,5 +74,5 @@ class TestCourseExport(ModuleStoreTestCase): Test export command with a valid course key that doesn't exist """ errstring = "Course with x/y/z key not found." - with self.assertRaisesRegexp(CommandError, errstring): + with self.assertRaisesRegex(CommandError, errstring): call_command('export', "x/y/z", self.temp_dir_1) diff --git a/cms/djangoapps/contentstore/management/commands/tests/test_export_all_courses.py b/cms/djangoapps/contentstore/management/commands/tests/test_export_all_courses.py index 6d843eb6c8..beb9686ce7 100644 --- a/cms/djangoapps/contentstore/management/commands/tests/test_export_all_courses.py +++ b/cms/djangoapps/contentstore/management/commands/tests/test_export_all_courses.py @@ -1,7 +1,7 @@ """ Test for export all courses. """ -from __future__ import absolute_import + import shutil from tempfile import mkdtemp diff --git a/cms/djangoapps/contentstore/management/commands/tests/test_export_olx.py b/cms/djangoapps/contentstore/management/commands/tests/test_export_olx.py index b950f89ce0..20edd5a5da 100644 --- a/cms/djangoapps/contentstore/management/commands/tests/test_export_olx.py +++ b/cms/djangoapps/contentstore/management/commands/tests/test_export_olx.py @@ -2,7 +2,6 @@ Tests for exporting OLX content. """ -from __future__ import absolute_import import shutil import tarfile @@ -33,7 +32,7 @@ class TestArgParsingCourseExportOlx(unittest.TestCase): errstring = "Error: too few arguments" else: errstring = "Error: the following arguments are required: course_id" - with self.assertRaisesRegexp(CommandError, errstring): + with self.assertRaisesRegex(CommandError, errstring): call_command('export_olx') @@ -48,7 +47,7 @@ class TestCourseExportOlx(ModuleStoreTestCase): Test export command with an invalid course key. """ errstring = "Unparsable course_id" - with self.assertRaisesRegexp(CommandError, errstring): + with self.assertRaisesRegex(CommandError, errstring): call_command('export_olx', 'InvalidCourseID') def test_course_key_not_found(self): @@ -56,7 +55,7 @@ class TestCourseExportOlx(ModuleStoreTestCase): Test export command with a valid course key that doesn't exist. """ errstring = "Invalid course_id" - with self.assertRaisesRegexp(CommandError, errstring): + with self.assertRaisesRegex(CommandError, errstring): call_command('export_olx', 'x/y/z') def create_dummy_course(self, store_type): diff --git a/cms/djangoapps/contentstore/management/commands/tests/test_fix_not_found.py b/cms/djangoapps/contentstore/management/commands/tests/test_fix_not_found.py index 4902606b70..af3c8353a4 100644 --- a/cms/djangoapps/contentstore/management/commands/tests/test_fix_not_found.py +++ b/cms/djangoapps/contentstore/management/commands/tests/test_fix_not_found.py @@ -2,7 +2,6 @@ Tests for the fix_not_found management command """ -from __future__ import absolute_import import six from django.core.management import CommandError, call_command @@ -25,7 +24,7 @@ class TestFixNotFound(ModuleStoreTestCase): else: msg = "Error: the following arguments are required: course_id" - with self.assertRaisesRegexp(CommandError, msg): + with self.assertRaisesRegex(CommandError, msg): call_command('fix_not_found') def test_fix_not_found_non_split(self): @@ -33,7 +32,7 @@ class TestFixNotFound(ModuleStoreTestCase): The management command doesn't work on non split courses """ course = CourseFactory.create(default_store=ModuleStoreEnum.Type.mongo) - with self.assertRaisesRegexp(CommandError, "The owning modulestore does not support this command."): + with self.assertRaisesRegex(CommandError, "The owning modulestore does not support this command."): call_command("fix_not_found", six.text_type(course.id)) def test_fix_not_found(self): diff --git a/cms/djangoapps/contentstore/management/commands/tests/test_force_publish.py b/cms/djangoapps/contentstore/management/commands/tests/test_force_publish.py index 600deaba86..7f4f6dd226 100644 --- a/cms/djangoapps/contentstore/management/commands/tests/test_force_publish.py +++ b/cms/djangoapps/contentstore/management/commands/tests/test_force_publish.py @@ -1,7 +1,7 @@ """ Tests for the force_publish management command """ -from __future__ import absolute_import + import mock import six @@ -34,7 +34,7 @@ class TestForcePublish(SharedModuleStoreTestCase): else: errstring = "Error: the following arguments are required: course_key" - with self.assertRaisesRegexp(CommandError, errstring): + with self.assertRaisesRegex(CommandError, errstring): call_command('force_publish') def test_invalid_course_key(self): @@ -42,7 +42,7 @@ class TestForcePublish(SharedModuleStoreTestCase): Test 'force_publish' command with invalid course key """ errstring = "Invalid course key." - with self.assertRaisesRegexp(CommandError, errstring): + with self.assertRaisesRegex(CommandError, errstring): call_command('force_publish', 'TestX/TS01') def test_too_many_arguments(self): @@ -50,7 +50,7 @@ class TestForcePublish(SharedModuleStoreTestCase): Test 'force_publish' command with more than 2 arguments """ errstring = "Error: unrecognized arguments: invalid-arg" - with self.assertRaisesRegexp(CommandError, errstring): + with self.assertRaisesRegex(CommandError, errstring): call_command('force_publish', six.text_type(self.course.id), '--commit', 'invalid-arg') def test_course_key_not_found(self): @@ -58,7 +58,7 @@ class TestForcePublish(SharedModuleStoreTestCase): Test 'force_publish' command with non-existing course key """ errstring = "Course not found." - with self.assertRaisesRegexp(CommandError, errstring): + with self.assertRaisesRegex(CommandError, errstring): call_command('force_publish', six.text_type('course-v1:org+course+run')) def test_force_publish_non_split(self): @@ -67,7 +67,7 @@ class TestForcePublish(SharedModuleStoreTestCase): """ course = CourseFactory.create(default_store=ModuleStoreEnum.Type.mongo) errstring = 'The owning modulestore does not support this command.' - with self.assertRaisesRegexp(CommandError, errstring): + with self.assertRaisesRegex(CommandError, errstring): call_command('force_publish', six.text_type(course.id)) diff --git a/cms/djangoapps/contentstore/management/commands/tests/test_generate_courses.py b/cms/djangoapps/contentstore/management/commands/tests/test_generate_courses.py index 9d2e560dd4..5862822d36 100644 --- a/cms/djangoapps/contentstore/management/commands/tests/test_generate_courses.py +++ b/cms/djangoapps/contentstore/management/commands/tests/test_generate_courses.py @@ -1,7 +1,7 @@ """ Unittest for generate a test course in an given modulestore """ -from __future__ import absolute_import + import json @@ -43,7 +43,7 @@ class TestGenerateCourses(ModuleStoreTestCase): """ Test that providing an invalid JSON object will result in the appropriate command error """ - with self.assertRaisesRegexp(CommandError, "Invalid JSON object"): + with self.assertRaisesRegex(CommandError, "Invalid JSON object"): arg = "invalid_json" call_command("generate_courses", arg) @@ -51,7 +51,7 @@ class TestGenerateCourses(ModuleStoreTestCase): """ Test that a missing list of courses in json will result in the appropriate command error """ - with self.assertRaisesRegexp(CommandError, "JSON object is missing courses list"): + with self.assertRaisesRegex(CommandError, "JSON object is missing courses list"): settings = {} arg = json.dumps(settings) call_command("generate_courses", arg) diff --git a/cms/djangoapps/contentstore/management/commands/tests/test_git_export.py b/cms/djangoapps/contentstore/management/commands/tests/test_git_export.py index 3b4fe60ae2..fe119b9874 100644 --- a/cms/djangoapps/contentstore/management/commands/tests/test_git_export.py +++ b/cms/djangoapps/contentstore/management/commands/tests/test_git_export.py @@ -2,7 +2,6 @@ Unittests for exporting to git via management command. """ -from __future__ import absolute_import import copy import os @@ -59,7 +58,7 @@ class TestGitExport(CourseTestCase): Test that the command interface works. Ignore stderr for clean test output. """ - with self.assertRaisesRegexp(CommandError, 'Error: unrecognized arguments:*'): + with self.assertRaisesRegex(CommandError, 'Error: unrecognized arguments:*'): call_command('git_export', 'blah', 'blah', 'blah', stderr=StringIO()) if six.PY2: @@ -73,23 +72,23 @@ class TestGitExport(CourseTestCase): call_command('git_export', stderr=StringIO()) # Send bad url to get course not exported - with self.assertRaisesRegexp(CommandError, six.text_type(GitExportError.URL_BAD)): + with self.assertRaisesRegex(CommandError, six.text_type(GitExportError.URL_BAD)): call_command('git_export', 'foo/bar/baz', 'silly', stderr=StringIO()) # Send bad course_id to get course not exported - with self.assertRaisesRegexp(CommandError, six.text_type(GitExportError.BAD_COURSE)): + with self.assertRaisesRegex(CommandError, six.text_type(GitExportError.BAD_COURSE)): call_command('git_export', 'foo/bar:baz', 'silly', stderr=StringIO()) def test_error_output(self): """ Verify that error output is actually resolved as the correct string """ - with self.assertRaisesRegexp(CommandError, six.text_type(GitExportError.BAD_COURSE)): + with self.assertRaisesRegex(CommandError, six.text_type(GitExportError.BAD_COURSE)): call_command( 'git_export', 'foo/bar:baz', 'silly' ) - with self.assertRaisesRegexp(CommandError, six.text_type(GitExportError.URL_BAD)): + with self.assertRaisesRegex(CommandError, six.text_type(GitExportError.URL_BAD)): call_command( 'git_export', 'foo/bar/baz', 'silly' ) @@ -99,14 +98,13 @@ class TestGitExport(CourseTestCase): Test several bad URLs for validation """ course_key = CourseLocator('org', 'course', 'run') - with self.assertRaisesRegexp(GitExportError, six.text_type(GitExportError.URL_BAD)): + with self.assertRaisesRegex(GitExportError, six.text_type(GitExportError.URL_BAD)): git_export_utils.export_to_git(course_key, 'Sillyness') - with self.assertRaisesRegexp(GitExportError, six.text_type(GitExportError.URL_BAD)): + with self.assertRaisesRegex(GitExportError, six.text_type(GitExportError.URL_BAD)): git_export_utils.export_to_git(course_key, 'example.com:edx/notreal') - with self.assertRaisesRegexp(GitExportError, - six.text_type(GitExportError.URL_NO_AUTH)): + with self.assertRaisesRegex(GitExportError, six.text_type(GitExportError.URL_NO_AUTH)): git_export_utils.export_to_git(course_key, 'http://blah') def test_bad_git_repos(self): @@ -117,23 +115,20 @@ class TestGitExport(CourseTestCase): self.assertFalse(os.path.isdir(test_repo_path)) course_key = CourseLocator('foo', 'blah', '100-') # Test bad clones - with self.assertRaisesRegexp(GitExportError, - six.text_type(GitExportError.CANNOT_PULL)): + with self.assertRaisesRegex(GitExportError, six.text_type(GitExportError.CANNOT_PULL)): git_export_utils.export_to_git( course_key, 'https://user:blah@example.com/test_repo.git') self.assertFalse(os.path.isdir(test_repo_path)) # Setup good repo with bad course to test xml export - with self.assertRaisesRegexp(GitExportError, - six.text_type(GitExportError.XML_EXPORT_FAIL)): + with self.assertRaisesRegex(GitExportError, six.text_type(GitExportError.XML_EXPORT_FAIL)): git_export_utils.export_to_git( course_key, 'file://{0}'.format(self.bare_repo_dir)) # Test bad git remote after successful clone - with self.assertRaisesRegexp(GitExportError, - six.text_type(GitExportError.CANNOT_PULL)): + with self.assertRaisesRegex(GitExportError, six.text_type(GitExportError.CANNOT_PULL)): git_export_utils.export_to_git( course_key, 'https://user:blah@example.com/r.git') @@ -189,7 +184,6 @@ class TestGitExport(CourseTestCase): 'file://{0}'.format(self.bare_repo_dir) ) - with self.assertRaisesRegexp(GitExportError, - six.text_type(GitExportError.CANNOT_COMMIT)): + with self.assertRaisesRegex(GitExportError, six.text_type(GitExportError.CANNOT_COMMIT)): git_export_utils.export_to_git( self.course.id, 'file://{0}'.format(self.bare_repo_dir)) diff --git a/cms/djangoapps/contentstore/management/commands/tests/test_import.py b/cms/djangoapps/contentstore/management/commands/tests/test_import.py index 9c19a5474c..1d2263c3f4 100644 --- a/cms/djangoapps/contentstore/management/commands/tests/test_import.py +++ b/cms/djangoapps/contentstore/management/commands/tests/test_import.py @@ -2,7 +2,6 @@ Unittests for importing a course via management command """ -from __future__ import absolute_import import os import shutil diff --git a/cms/djangoapps/contentstore/management/commands/tests/test_migrate_to_split.py b/cms/djangoapps/contentstore/management/commands/tests/test_migrate_to_split.py index 9ed7bf52e7..5cde03c033 100644 --- a/cms/djangoapps/contentstore/management/commands/tests/test_migrate_to_split.py +++ b/cms/djangoapps/contentstore/management/commands/tests/test_migrate_to_split.py @@ -1,7 +1,7 @@ """ Unittests for migrating a course to split mongo """ -from __future__ import absolute_import + import six @@ -30,7 +30,7 @@ class TestArgParsing(TestCase): errstring = "Error: too few arguments" else: errstring = "Error: the following arguments are required: course_key, email" - with self.assertRaisesRegexp(CommandError, errstring): + with self.assertRaisesRegex(CommandError, errstring): call_command("migrate_to_split") def test_invalid_location(self): @@ -38,7 +38,7 @@ class TestArgParsing(TestCase): Test passing an unparsable course id """ errstring = "Invalid location string" - with self.assertRaisesRegexp(CommandError, errstring): + with self.assertRaisesRegex(CommandError, errstring): call_command("migrate_to_split", "foo", "bar") def test_nonexistent_user_id(self): @@ -46,7 +46,7 @@ class TestArgParsing(TestCase): Test error for using an unknown user primary key """ errstring = "No user found identified by 99" - with self.assertRaisesRegexp(CommandError, errstring): + with self.assertRaisesRegex(CommandError, errstring): call_command("migrate_to_split", "org/course/name", "99") def test_nonexistent_user_email(self): @@ -54,7 +54,7 @@ class TestArgParsing(TestCase): Test error for using an unknown user email """ errstring = "No user found identified by fake@example.com" - with self.assertRaisesRegexp(CommandError, errstring): + with self.assertRaisesRegex(CommandError, errstring): call_command("migrate_to_split", "org/course/name", "fake@example.com") diff --git a/cms/djangoapps/contentstore/management/commands/tests/test_migrate_transcripts.py b/cms/djangoapps/contentstore/management/commands/tests/test_migrate_transcripts.py index d2b3c77d4a..143605d06e 100644 --- a/cms/djangoapps/contentstore/management/commands/tests/test_migrate_transcripts.py +++ b/cms/djangoapps/contentstore/management/commands/tests/test_migrate_transcripts.py @@ -2,7 +2,7 @@ """ Tests for course transcript migration management command. """ -from __future__ import absolute_import + import itertools import logging @@ -69,12 +69,12 @@ class TestArgParsing(TestCase): """ def test_no_args(self): errstring = "Must specify exactly one of --course_ids, --all_courses, --from_settings" - with self.assertRaisesRegexp(CommandError, errstring): + with self.assertRaisesRegex(CommandError, errstring): call_command('migrate_transcripts') def test_invalid_course(self): errstring = "Invalid course_key: 'invalid-course'." - with self.assertRaisesRegexp(CommandError, errstring): + with self.assertRaisesRegex(CommandError, errstring): call_command('migrate_transcripts', '--course-id', 'invalid-course') diff --git a/cms/djangoapps/contentstore/management/commands/tests/test_reindex_courses.py b/cms/djangoapps/contentstore/management/commands/tests/test_reindex_courses.py index 339bc5f769..621ce8a32d 100644 --- a/cms/djangoapps/contentstore/management/commands/tests/test_reindex_courses.py +++ b/cms/djangoapps/contentstore/management/commands/tests/test_reindex_courses.py @@ -1,5 +1,5 @@ """ Tests for course reindex command """ -from __future__ import absolute_import + import ddt import mock @@ -50,25 +50,25 @@ class TestReindexCourse(ModuleStoreTestCase): def test_given_no_arguments_raises_command_error(self): """ Test that raises CommandError for incorrect arguments """ - with self.assertRaisesRegexp(CommandError, ".* requires one or more *"): + with self.assertRaisesRegex(CommandError, ".* requires one or more *"): call_command('reindex_course') @ddt.data('qwerty', 'invalid_key', 'xblockv1:qwerty') def test_given_invalid_course_key_raises_not_found(self, invalid_key): """ Test that raises InvalidKeyError for invalid keys """ err_string = u"Invalid course_key: '{0}'".format(invalid_key) - with self.assertRaisesRegexp(CommandError, err_string): + with self.assertRaisesRegex(CommandError, err_string): call_command('reindex_course', invalid_key) def test_given_library_key_raises_command_error(self): """ Test that raises CommandError if library key is passed """ - with self.assertRaisesRegexp(CommandError, ".* is not a course key"): + with self.assertRaisesRegex(CommandError, ".* is not a course key"): call_command('reindex_course', text_type(self._get_lib_key(self.first_lib))) - with self.assertRaisesRegexp(CommandError, ".* is not a course key"): + with self.assertRaisesRegex(CommandError, ".* is not a course key"): call_command('reindex_course', text_type(self._get_lib_key(self.second_lib))) - with self.assertRaisesRegexp(CommandError, ".* is not a course key"): + with self.assertRaisesRegex(CommandError, ".* is not a course key"): call_command( 'reindex_course', text_type(self.second_course.id), diff --git a/cms/djangoapps/contentstore/management/commands/tests/test_reindex_library.py b/cms/djangoapps/contentstore/management/commands/tests/test_reindex_library.py index 88ce8753d9..347f108c90 100644 --- a/cms/djangoapps/contentstore/management/commands/tests/test_reindex_library.py +++ b/cms/djangoapps/contentstore/management/commands/tests/test_reindex_library.py @@ -1,5 +1,5 @@ """ Tests for library reindex command """ -from __future__ import absolute_import + import ddt import mock @@ -50,7 +50,7 @@ class TestReindexLibrary(ModuleStoreTestCase): def test_given_no_arguments_raises_command_error(self): """ Test that raises CommandError for incorrect arguments """ - with self.assertRaisesRegexp(CommandError, ".* requires one or more *"): + with self.assertRaisesRegex(CommandError, ".* requires one or more *"): call_command('reindex_library') @ddt.data('qwerty', 'invalid_key', 'xblock-v1:qwe+rty') @@ -61,13 +61,13 @@ class TestReindexLibrary(ModuleStoreTestCase): def test_given_course_key_raises_command_error(self): """ Test that raises CommandError if course key is passed """ - with self.assertRaisesRegexp(CommandError, ".* is not a library key"): + with self.assertRaisesRegex(CommandError, ".* is not a library key"): call_command('reindex_library', six.text_type(self.first_course.id)) - with self.assertRaisesRegexp(CommandError, ".* is not a library key"): + with self.assertRaisesRegex(CommandError, ".* is not a library key"): call_command('reindex_library', six.text_type(self.second_course.id)) - with self.assertRaisesRegexp(CommandError, ".* is not a library key"): + with self.assertRaisesRegex(CommandError, ".* is not a library key"): call_command( 'reindex_library', six.text_type(self.second_course.id), diff --git a/cms/djangoapps/contentstore/management/commands/tests/test_video_thumbnails.py b/cms/djangoapps/contentstore/management/commands/tests/test_video_thumbnails.py index 617b3383b2..063640af1c 100644 --- a/cms/djangoapps/contentstore/management/commands/tests/test_video_thumbnails.py +++ b/cms/djangoapps/contentstore/management/commands/tests/test_video_thumbnails.py @@ -2,7 +2,7 @@ """ Tests for course video thumbnails management command. """ -from __future__ import absolute_import + import logging @@ -36,7 +36,7 @@ class TestArgParsing(TestCase): def test_invalid_course(self): errstring = "Invalid key specified: : invalid-course" setup_video_thumbnails_config(course_ids='invalid-course') - with self.assertRaisesRegexp(CommandError, errstring): + with self.assertRaisesRegex(CommandError, errstring): call_command('video_thumbnails') diff --git a/cms/djangoapps/contentstore/management/commands/utils.py b/cms/djangoapps/contentstore/management/commands/utils.py index 99de627194..d970d23e6d 100644 --- a/cms/djangoapps/contentstore/management/commands/utils.py +++ b/cms/djangoapps/contentstore/management/commands/utils.py @@ -1,7 +1,7 @@ """ Common methods for cms commands to use """ -from __future__ import absolute_import + from django.contrib.auth.models import User from opaque_keys.edx.keys import CourseKey diff --git a/cms/djangoapps/contentstore/management/commands/video_thumbnails.py b/cms/djangoapps/contentstore/management/commands/video_thumbnails.py index 7bfe8c2611..f34b6c1766 100644 --- a/cms/djangoapps/contentstore/management/commands/video_thumbnails.py +++ b/cms/djangoapps/contentstore/management/commands/video_thumbnails.py @@ -1,7 +1,7 @@ """ Command to scrape thumbnails and add them to the course-videos. """ -from __future__ import absolute_import + import logging diff --git a/cms/djangoapps/contentstore/management/commands/xlint.py b/cms/djangoapps/contentstore/management/commands/xlint.py index 09dd5c764d..1fc33cc17d 100644 --- a/cms/djangoapps/contentstore/management/commands/xlint.py +++ b/cms/djangoapps/contentstore/management/commands/xlint.py @@ -1,7 +1,7 @@ """ Verify the structure of courseware as to it's suitability for import """ -from __future__ import absolute_import, print_function + from argparse import REMAINDER diff --git a/cms/djangoapps/contentstore/migrations/0001_initial.py b/cms/djangoapps/contentstore/migrations/0001_initial.py index 863e4ef408..edae499bb9 100644 --- a/cms/djangoapps/contentstore/migrations/0001_initial.py +++ b/cms/djangoapps/contentstore/migrations/0001_initial.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + import django.db.models.deletion from django.conf import settings @@ -32,7 +32,7 @@ class Migration(migrations.Migration): ('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)), ('change_date', models.DateTimeField(auto_now_add=True, verbose_name='Change date')), ('enabled', models.BooleanField(default=False, verbose_name='Enabled')), - ('profile_whitelist', models.TextField(help_text=b'A comma-separated list of names of profiles to include in video encoding downloads.', blank=True)), + ('profile_whitelist', models.TextField(help_text=u'A comma-separated list of names of profiles to include in video encoding downloads.', blank=True)), ('changed_by', models.ForeignKey(on_delete=django.db.models.deletion.PROTECT, editable=False, to=settings.AUTH_USER_MODEL, null=True, verbose_name='Changed by')), ], options={ diff --git a/cms/djangoapps/contentstore/migrations/0002_add_assets_page_flag.py b/cms/djangoapps/contentstore/migrations/0002_add_assets_page_flag.py index 8282223c5f..eec99e24d2 100644 --- a/cms/djangoapps/contentstore/migrations/0002_add_assets_page_flag.py +++ b/cms/djangoapps/contentstore/migrations/0002_add_assets_page_flag.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + import django.db.models.deletion from django.conf import settings diff --git a/cms/djangoapps/contentstore/migrations/0003_remove_assets_page_flag.py b/cms/djangoapps/contentstore/migrations/0003_remove_assets_page_flag.py index 29c4627bc9..08f8f73d3c 100644 --- a/cms/djangoapps/contentstore/migrations/0003_remove_assets_page_flag.py +++ b/cms/djangoapps/contentstore/migrations/0003_remove_assets_page_flag.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models diff --git a/cms/djangoapps/contentstore/migrations/0004_remove_push_notification_configmodel_table.py b/cms/djangoapps/contentstore/migrations/0004_remove_push_notification_configmodel_table.py index 947d4eac93..28e17ab72e 100644 --- a/cms/djangoapps/contentstore/migrations/0004_remove_push_notification_configmodel_table.py +++ b/cms/djangoapps/contentstore/migrations/0004_remove_push_notification_configmodel_table.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Generated by Django 1.11.22 on 2019-07-26 20:12 -from __future__ import unicode_literals + from django.db import migrations diff --git a/cms/djangoapps/contentstore/models.py b/cms/djangoapps/contentstore/models.py index 9ab2e4ad1b..c69643d27e 100644 --- a/cms/djangoapps/contentstore/models.py +++ b/cms/djangoapps/contentstore/models.py @@ -2,7 +2,6 @@ Models for contentstore """ -from __future__ import absolute_import from config_models.models import ConfigurationModel from django.db.models.fields import TextField @@ -16,7 +15,7 @@ class VideoUploadConfig(ConfigurationModel): """ profile_whitelist = TextField( blank=True, - help_text="A comma-separated list of names of profiles to include in video encoding downloads." + help_text=u"A comma-separated list of names of profiles to include in video encoding downloads." ) @classmethod diff --git a/cms/djangoapps/contentstore/proctoring.py b/cms/djangoapps/contentstore/proctoring.py index 474180d21b..622ce23310 100644 --- a/cms/djangoapps/contentstore/proctoring.py +++ b/cms/djangoapps/contentstore/proctoring.py @@ -2,7 +2,6 @@ Code related to the handling of Proctored Exams in Studio """ -from __future__ import absolute_import import logging diff --git a/cms/djangoapps/contentstore/rules.py b/cms/djangoapps/contentstore/rules.py index 14cb77bc12..cb9238c5f7 100644 --- a/cms/djangoapps/contentstore/rules.py +++ b/cms/djangoapps/contentstore/rules.py @@ -2,7 +2,6 @@ Authorization rules related to content management. """ -from __future__ import absolute_import, unicode_literals import user_tasks.rules diff --git a/cms/djangoapps/contentstore/signals/handlers.py b/cms/djangoapps/contentstore/signals/handlers.py index fbf088da65..53e0c429c2 100644 --- a/cms/djangoapps/contentstore/signals/handlers.py +++ b/cms/djangoapps/contentstore/signals/handlers.py @@ -1,6 +1,5 @@ """ receivers of course_published and library_updated events in order to trigger indexing task """ -from __future__ import absolute_import import logging from datetime import datetime diff --git a/cms/djangoapps/contentstore/signals/signals.py b/cms/djangoapps/contentstore/signals/signals.py index 660f608183..b74eb415fb 100644 --- a/cms/djangoapps/contentstore/signals/signals.py +++ b/cms/djangoapps/contentstore/signals/signals.py @@ -1,7 +1,7 @@ """ Contentstore signals """ -from __future__ import absolute_import + from django.dispatch import Signal diff --git a/cms/djangoapps/contentstore/storage.py b/cms/djangoapps/contentstore/storage.py index 76bd5b54bd..e8aed444e1 100644 --- a/cms/djangoapps/contentstore/storage.py +++ b/cms/djangoapps/contentstore/storage.py @@ -1,7 +1,7 @@ """ Storage backend for course import and export. """ -from __future__ import absolute_import + from django.conf import settings from django.core.files.storage import get_storage_class diff --git a/cms/djangoapps/contentstore/tasks.py b/cms/djangoapps/contentstore/tasks.py index 01bbee2364..00519e6361 100644 --- a/cms/djangoapps/contentstore/tasks.py +++ b/cms/djangoapps/contentstore/tasks.py @@ -1,7 +1,7 @@ """ This file contains celery tasks for contentstore views """ -from __future__ import absolute_import + import base64 import json @@ -32,7 +32,7 @@ from opaque_keys.edx.locator import LibraryLocator, BlockUsageLocator from organizations.models import OrganizationCourse from path import Path as path from pytz import UTC -from six import iteritems, text_type +from six import iteritems, text_type, binary_type from six.moves import range from user_tasks.models import UserTaskArtifact, UserTaskStatus from user_tasks.tasks import UserTask @@ -528,7 +528,7 @@ def _parse_time(time_isoformat): ).replace(tzinfo=UTC) -@task() +@task(routing_key=settings.UPDATE_SEARCH_INDEX_JOB_QUEUE) def update_search_index(course_id, triggered_time_isoformat): """ Updates course search index. """ try: diff --git a/cms/djangoapps/contentstore/tests/test_clone_course.py b/cms/djangoapps/contentstore/tests/test_clone_course.py index 92cfded0ab..0fe3abcd47 100644 --- a/cms/djangoapps/contentstore/tests/test_clone_course.py +++ b/cms/djangoapps/contentstore/tests/test_clone_course.py @@ -1,7 +1,7 @@ """ Unit tests for cloning a course between the same and different module stores. """ -from __future__ import absolute_import + import json diff --git a/cms/djangoapps/contentstore/tests/test_contentstore.py b/cms/djangoapps/contentstore/tests/test_contentstore.py index 8090ad5987..15eeb5eec5 100644 --- a/cms/djangoapps/contentstore/tests/test_contentstore.py +++ b/cms/djangoapps/contentstore/tests/test_contentstore.py @@ -1,6 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, print_function import copy import shutil @@ -1352,7 +1351,7 @@ class ContentStoreTest(ContentStoreTestCase): resp = self.client.ajax_post('/course/', self.course_data) self.assertEqual(resp.status_code, 200) data = parse_json(resp) - self.assertRegexpMatches(data['ErrMsg'], error_message) + self.assertRegex(data['ErrMsg'], error_message) if test_enrollment: # One test case involves trying to create the same course twice. Hence for that course, # the user will be enrolled. In the other cases, initially_enrolled will be False. @@ -1518,7 +1517,7 @@ class ContentStoreTest(ContentStoreTestCase): self.assertEqual(resp.status_code, 200) data = parse_json(resp) retarget = text_type(course.id.make_usage_key('chapter', 'REPLACE')).replace('REPLACE', r'([0-9]|[a-f]){3,}') - self.assertRegexpMatches(data['locator'], retarget) + self.assertRegex(data['locator'], retarget) def test_capa_module(self): """Test that a problem treats markdown specially.""" @@ -2186,10 +2185,12 @@ class EntryPageTestCase(TestCase): self._test_page("/howitworks") def test_signup(self): - self._test_page("/signup") + # deprecated signup url redirects to LMS register. + self._test_page("/signup", 301) def test_login(self): - self._test_page("/signin") + # deprecated signin url redirects to LMS login. + self._test_page("/signin", 302) def test_logout(self): # Logout redirects. @@ -2202,36 +2203,6 @@ class EntryPageTestCase(TestCase): self._test_page('/accessibility') -class SigninPageTestCase(TestCase): - """ - Tests that the CSRF token is directly included in the signin form. This is - important to make sure that the script is functional independently of any - other script. - """ - - def test_csrf_token_is_present_in_form(self): - # Expected html: - #
- # ... - #
- # ... - # - # ... - #
- # ... - #
- response = self.client.get("/signin") - csrf_token = response.cookies.get("csrftoken") - form = lxml.html.fromstring(response.content).get_element_by_id("login_form") - csrf_input_field = form.find(".//input[@name='csrfmiddlewaretoken']") - - self.assertIsNotNone(csrf_token) - self.assertIsNotNone(csrf_token.value) - self.assertIsNotNone(csrf_input_field) - - self.assertTrue(_compare_salted_tokens(csrf_token.value, csrf_input_field.attrib["value"])) - - def _create_course(test, course_key, course_data): """ Creates a course via an AJAX request and verifies the URL returned in the response. diff --git a/cms/djangoapps/contentstore/tests/test_core_caching.py b/cms/djangoapps/contentstore/tests/test_core_caching.py index 2421b8e2a0..a66782006c 100644 --- a/cms/djangoapps/contentstore/tests/test_core_caching.py +++ b/cms/djangoapps/contentstore/tests/test_core_caching.py @@ -2,7 +2,6 @@ Tests core caching facilities. """ -from __future__ import absolute_import from django.test import TestCase from opaque_keys.edx.locator import AssetLocator, CourseLocator diff --git a/cms/djangoapps/contentstore/tests/test_course_create_rerun.py b/cms/djangoapps/contentstore/tests/test_course_create_rerun.py index d7189c016c..357a437555 100644 --- a/cms/djangoapps/contentstore/tests/test_course_create_rerun.py +++ b/cms/djangoapps/contentstore/tests/test_course_create_rerun.py @@ -1,7 +1,7 @@ """ Test view handler for rerun (and eventually create) """ -from __future__ import absolute_import + import datetime diff --git a/cms/djangoapps/contentstore/tests/test_course_listing.py b/cms/djangoapps/contentstore/tests/test_course_listing.py index 0bdd81459d..d87094fc2c 100644 --- a/cms/djangoapps/contentstore/tests/test_course_listing.py +++ b/cms/djangoapps/contentstore/tests/test_course_listing.py @@ -2,7 +2,7 @@ Unit tests for getting the list of courses for a user through iterating all courses and by reversing group name formats. """ -from __future__ import absolute_import + import random diff --git a/cms/djangoapps/contentstore/tests/test_course_settings.py b/cms/djangoapps/contentstore/tests/test_course_settings.py index 5e641dbf3f..3d434ef93e 100644 --- a/cms/djangoapps/contentstore/tests/test_course_settings.py +++ b/cms/djangoapps/contentstore/tests/test_course_settings.py @@ -1,7 +1,7 @@ """ Tests for Studio Course Settings. """ -from __future__ import absolute_import + import copy import datetime @@ -87,10 +87,37 @@ class CourseSettingsEncoderTest(CourseTestCase): jsondetails = json.dumps(details, cls=CourseSettingsEncoder) jsondetails = json.loads(jsondetails) - self.assertEquals(1, jsondetails['number']) + self.assertEqual(1, jsondetails['number']) self.assertEqual(jsondetails['string'], 'string') +class CourseAdvanceSettingViewTest(CourseTestCase, MilestonesTestCaseMixin): + """ + Tests for AdvanceSettings View. + """ + + def setUp(self): + super(CourseAdvanceSettingViewTest, self).setUp() + self.fullcourse = CourseFactory.create() + self.course_setting_url = get_url(self.course.id, 'advanced_settings_handler') + + @override_settings(FEATURES={'DISABLE_MOBILE_COURSE_AVAILABLE': True}) + def test_mobile_field_available(self): + + """ + Test to check `Mobile Course Available` field is not viewable in Studio + when DISABLE_MOBILE_COURSE_AVAILABLE is true. + """ + + response = self.client.get_html(self.course_setting_url) + start = response.content.decode('utf-8').find("mobile_available") + end = response.content.decode('utf-8').find("}", start) + settings_fields = json.loads(response.content.decode('utf-8')[start + len("mobile_available: "):end + 1]) + + self.assertEqual(settings_fields["display_name"], "Mobile Course Available") + self.assertEqual(settings_fields["deprecated"], True) + + @ddt.ddt class CourseDetailsViewTest(CourseTestCase, MilestonesTestCaseMixin): """ @@ -335,10 +362,10 @@ class CourseDetailsViewTest(CourseTestCase, MilestonesTestCaseMixin): } response = self.client.post(settings_details_url, data=json.dumps(data), content_type='application/json', HTTP_ACCEPT='application/json') - self.assertEquals(response.status_code, 200) + self.assertEqual(response.status_code, 200) course = modulestore().get_course(self.course.id) self.assertTrue(course.entrance_exam_enabled) - self.assertEquals(course.entrance_exam_minimum_score_pct, .60) + self.assertEqual(course.entrance_exam_minimum_score_pct, .60) # Update the entrance exam data['entrance_exam_enabled'] = "true" @@ -349,10 +376,10 @@ class CourseDetailsViewTest(CourseTestCase, MilestonesTestCaseMixin): content_type='application/json', HTTP_ACCEPT='application/json' ) - self.assertEquals(response.status_code, 200) + self.assertEqual(response.status_code, 200) course = modulestore().get_course(self.course.id) self.assertTrue(course.entrance_exam_enabled) - self.assertEquals(course.entrance_exam_minimum_score_pct, .80) + self.assertEqual(course.entrance_exam_minimum_score_pct, .80) self.assertTrue(milestones_helpers.any_unfulfilled_milestones(self.course.id, self.user.id), msg='The entrance exam should be required.') @@ -366,9 +393,9 @@ class CourseDetailsViewTest(CourseTestCase, MilestonesTestCaseMixin): HTTP_ACCEPT='application/json' ) course = modulestore().get_course(self.course.id) - self.assertEquals(response.status_code, 200) + self.assertEqual(response.status_code, 200) self.assertFalse(course.entrance_exam_enabled) - self.assertEquals(course.entrance_exam_minimum_score_pct, None) + self.assertEqual(course.entrance_exam_minimum_score_pct, None) self.assertFalse(milestones_helpers.any_unfulfilled_milestones(self.course.id, self.user.id), msg='The entrance exam should not be required anymore') @@ -396,12 +423,12 @@ class CourseDetailsViewTest(CourseTestCase, MilestonesTestCaseMixin): content_type='application/json', HTTP_ACCEPT='application/json' ) - self.assertEquals(response.status_code, 200) + self.assertEqual(response.status_code, 200) course = modulestore().get_course(self.course.id) self.assertTrue(course.entrance_exam_enabled) # entrance_exam_minimum_score_pct is not present in the request so default value should be saved. - self.assertEquals(course.entrance_exam_minimum_score_pct, .5) + self.assertEqual(course.entrance_exam_minimum_score_pct, .5) #add entrance_exam_minimum_score_pct with empty value in json request. test_data_2 = { @@ -422,10 +449,10 @@ class CourseDetailsViewTest(CourseTestCase, MilestonesTestCaseMixin): content_type='application/json', HTTP_ACCEPT='application/json' ) - self.assertEquals(response.status_code, 200) + self.assertEqual(response.status_code, 200) course = modulestore().get_course(self.course.id) self.assertTrue(course.entrance_exam_enabled) - self.assertEquals(course.entrance_exam_minimum_score_pct, .5) + self.assertEqual(course.entrance_exam_minimum_score_pct, .5) def test_editable_short_description_fetch(self): settings_details_url = get_url(self.course.id) diff --git a/cms/djangoapps/contentstore/tests/test_courseware_index.py b/cms/djangoapps/contentstore/tests/test_courseware_index.py index 89f0357868..cfa0ddb458 100644 --- a/cms/djangoapps/contentstore/tests/test_courseware_index.py +++ b/cms/djangoapps/contentstore/tests/test_courseware_index.py @@ -1,7 +1,7 @@ """ Testing indexing of the courseware as it is changed """ -from __future__ import absolute_import, print_function + import json import time diff --git a/cms/djangoapps/contentstore/tests/test_crud.py b/cms/djangoapps/contentstore/tests/test_crud.py index 86db5dd30c..3b51ddd5b9 100644 --- a/cms/djangoapps/contentstore/tests/test_crud.py +++ b/cms/djangoapps/contentstore/tests/test_crud.py @@ -1,6 +1,5 @@ """Tests for CRUD Operations""" -from __future__ import absolute_import from xmodule import templates from xmodule.capa_module import ProblemBlock @@ -39,8 +38,8 @@ class TemplateTests(ModuleStoreTestCase): self.assertIsNotNone(dropdown) self.assertIn('markdown', dropdown['metadata']) self.assertIn('data', dropdown) - self.assertRegexpMatches(dropdown['metadata']['markdown'], r'.*dropdown problems.*') - self.assertRegexpMatches(dropdown['data'], r'\s*\s*

.*dropdown problems.*') + self.assertRegex(dropdown['metadata']['markdown'], r'.*dropdown problems.*') + self.assertRegex(dropdown['data'], r'\s*\s*

.*dropdown problems.*') def test_get_some_templates(self): self.assertEqual(len(SequenceDescriptor.templates()), 0) diff --git a/cms/djangoapps/contentstore/tests/test_export_git.py b/cms/djangoapps/contentstore/tests/test_export_git.py index 8d11af6b12..d5b2e391ce 100644 --- a/cms/djangoapps/contentstore/tests/test_export_git.py +++ b/cms/djangoapps/contentstore/tests/test_export_git.py @@ -2,7 +2,6 @@ Test the ability to export courses to xml from studio """ -from __future__ import absolute_import import copy import os diff --git a/cms/djangoapps/contentstore/tests/test_gating.py b/cms/djangoapps/contentstore/tests/test_gating.py index e39f78564b..3bf7239a1c 100644 --- a/cms/djangoapps/contentstore/tests/test_gating.py +++ b/cms/djangoapps/contentstore/tests/test_gating.py @@ -1,7 +1,7 @@ """ Unit tests for the gating feature in Studio """ -from __future__ import absolute_import + from milestones.tests.utils import MilestonesTestCaseMixin from mock import patch diff --git a/cms/djangoapps/contentstore/tests/test_i18n.py b/cms/djangoapps/contentstore/tests/test_i18n.py index 7a45186b8a..415da9f18b 100644 --- a/cms/djangoapps/contentstore/tests/test_i18n.py +++ b/cms/djangoapps/contentstore/tests/test_i18n.py @@ -2,7 +2,7 @@ """ Tests for validate Internationalization and Module i18n service. """ -from __future__ import absolute_import + import gettext from unittest import skip diff --git a/cms/djangoapps/contentstore/tests/test_import.py b/cms/djangoapps/contentstore/tests/test_import.py index 1aeab0618c..2e808ccfcb 100644 --- a/cms/djangoapps/contentstore/tests/test_import.py +++ b/cms/djangoapps/contentstore/tests/test_import.py @@ -3,7 +3,7 @@ """ Tests for import_course_from_xml using the mongo modulestore. """ -from __future__ import absolute_import, print_function + import copy from uuid import uuid4 diff --git a/cms/djangoapps/contentstore/tests/test_import_draft_order.py b/cms/djangoapps/contentstore/tests/test_import_draft_order.py index c81016898f..95764ab9b2 100644 --- a/cms/djangoapps/contentstore/tests/test_import_draft_order.py +++ b/cms/djangoapps/contentstore/tests/test_import_draft_order.py @@ -1,7 +1,7 @@ """ Tests Draft import order. """ -from __future__ import absolute_import + from django.conf import settings diff --git a/cms/djangoapps/contentstore/tests/test_import_pure_xblock.py b/cms/djangoapps/contentstore/tests/test_import_pure_xblock.py index 72a1ba661c..a4a4368bdf 100644 --- a/cms/djangoapps/contentstore/tests/test_import_pure_xblock.py +++ b/cms/djangoapps/contentstore/tests/test_import_pure_xblock.py @@ -2,7 +2,6 @@ Integration tests for importing courses containing pure XBlocks. """ -from __future__ import absolute_import from django.conf import settings from xblock.core import XBlock diff --git a/cms/djangoapps/contentstore/tests/test_libraries.py b/cms/djangoapps/contentstore/tests/test_libraries.py index 5030deccbf..ea3bf99806 100644 --- a/cms/djangoapps/contentstore/tests/test_libraries.py +++ b/cms/djangoapps/contentstore/tests/test_libraries.py @@ -1,7 +1,7 @@ """ Content library unit tests that require the CMS runtime. """ -from __future__ import absolute_import + import ddt import six @@ -790,7 +790,7 @@ class TestLibraryAccess(LibraryTestCase): edit_view_url = reverse_usage_url("xblock_view_handler", lib_block.location, {"view_name": STUDIO_VIEW}) resp = self.client.get_json(edit_view_url) - self.assertEquals(resp.status_code, 200) + self.assertEqual(resp.status_code, 200) return parse_json(resp)['html'] @@ -804,7 +804,7 @@ class TestLibraryAccess(LibraryTestCase): self._login_as_non_staff_user() response = self.client.get_json(LIBRARY_REST_URL) staff_libs = parse_json(response) - self.assertEquals(2, len(staff_libs)) + self.assertEqual(2, len(staff_libs)) non_staff_settings_html = _get_settings_html() self.assertIn('staff_lib_1', non_staff_settings_html) diff --git a/cms/djangoapps/contentstore/tests/test_orphan.py b/cms/djangoapps/contentstore/tests/test_orphan.py index 92e076740a..316b4a3486 100644 --- a/cms/djangoapps/contentstore/tests/test_orphan.py +++ b/cms/djangoapps/contentstore/tests/test_orphan.py @@ -1,7 +1,7 @@ """ Test finding orphans via the view and django config """ -from __future__ import absolute_import + import json @@ -236,7 +236,7 @@ class TestOrphan(TestOrphanBase): # Get parent location & verify its either of the two verticals. As both parents are non-orphan, # alphabetically least is returned html_parent = self.store.get_parent_location(html.location) - self.assertEquals(six.text_type(html_parent), six.text_type(vertical1.location)) + self.assertEqual(six.text_type(html_parent), six.text_type(vertical1.location)) # verify path_to_location returns a expected path path = path_to_location(self.store, html.location) diff --git a/cms/djangoapps/contentstore/tests/test_permissions.py b/cms/djangoapps/contentstore/tests/test_permissions.py index 30f7a61242..4f939f0325 100644 --- a/cms/djangoapps/contentstore/tests/test_permissions.py +++ b/cms/djangoapps/contentstore/tests/test_permissions.py @@ -1,7 +1,7 @@ """ Test CRUD for authorization. """ -from __future__ import absolute_import + import copy diff --git a/cms/djangoapps/contentstore/tests/test_proctoring.py b/cms/djangoapps/contentstore/tests/test_proctoring.py index e842259a50..49e2664c10 100644 --- a/cms/djangoapps/contentstore/tests/test_proctoring.py +++ b/cms/djangoapps/contentstore/tests/test_proctoring.py @@ -2,7 +2,6 @@ Tests for the edx_proctoring integration into Studio """ -from __future__ import absolute_import from datetime import datetime, timedelta diff --git a/cms/djangoapps/contentstore/tests/test_request_event.py b/cms/djangoapps/contentstore/tests/test_request_event.py index a9b84d14d9..9c5bebe58d 100644 --- a/cms/djangoapps/contentstore/tests/test_request_event.py +++ b/cms/djangoapps/contentstore/tests/test_request_event.py @@ -1,10 +1,9 @@ """Tests for CMS's requests to logs""" -from __future__ import absolute_import -import mock + from django.test import TestCase from django.urls import reverse -from six import unichr # pylint: disable=W0622 +from six import unichr from contentstore.views.helpers import event as cms_user_track @@ -21,12 +20,11 @@ class CMSLogTest(TestCase): """ requests = [ {"event": "my_event", "event_type": "my_event_type", "page": "my_page"}, - {"event": "{'json': 'object'}", "event_type": unichr(512), "page": "my_page"} # pylint: disable=unicode-format-string + {"event": "{'json': 'object'}", "event_type": unichr(512), "page": "my_page"} ] - with mock.patch.dict('django.conf.settings.FEATURES', {'ENABLE_SQL_TRACKING_LOGS': True}): - for request_params in requests: - response = self.client.post(reverse(cms_user_track), request_params) - self.assertEqual(response.status_code, 204) + for request_params in requests: + response = self.client.post(reverse(cms_user_track), request_params) + self.assertEqual(response.status_code, 204) def test_get_answers_to_log(self): """ @@ -35,9 +33,8 @@ class CMSLogTest(TestCase): """ requests = [ {"event": "my_event", "event_type": "my_event_type", "page": "my_page"}, - {"event": "{'json': 'object'}", "event_type": unichr(512), "page": "my_page"} # pylint: disable=unicode-format-string + {"event": "{'json': 'object'}", "event_type": unichr(512), "page": "my_page"} ] - with mock.patch.dict('django.conf.settings.FEATURES', {'ENABLE_SQL_TRACKING_LOGS': True}): - for request_params in requests: - response = self.client.get(reverse(cms_user_track), request_params) - self.assertEqual(response.status_code, 204) + for request_params in requests: + response = self.client.get(reverse(cms_user_track), request_params) + self.assertEqual(response.status_code, 204) diff --git a/cms/djangoapps/contentstore/tests/test_signals.py b/cms/djangoapps/contentstore/tests/test_signals.py index c9c1f724a1..561468e476 100644 --- a/cms/djangoapps/contentstore/tests/test_signals.py +++ b/cms/djangoapps/contentstore/tests/test_signals.py @@ -1,6 +1,5 @@ """Tests for verifying availability of resources for locking""" -from __future__ import absolute_import import ddt import six diff --git a/cms/djangoapps/contentstore/tests/test_tasks.py b/cms/djangoapps/contentstore/tests/test_tasks.py index e125886037..2ac18b78b6 100644 --- a/cms/djangoapps/contentstore/tests/test_tasks.py +++ b/cms/djangoapps/contentstore/tests/test_tasks.py @@ -1,7 +1,7 @@ """ Unit tests for course import and export Celery tasks """ -from __future__ import absolute_import, division, print_function + import copy import json diff --git a/cms/djangoapps/contentstore/tests/test_transcripts_utils.py b/cms/djangoapps/contentstore/tests/test_transcripts_utils.py index 927c68845a..3bcceb5472 100644 --- a/cms/djangoapps/contentstore/tests/test_transcripts_utils.py +++ b/cms/djangoapps/contentstore/tests/test_transcripts_utils.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- """ Tests for transcripts_utils. """ -from __future__ import absolute_import + import copy import json diff --git a/cms/djangoapps/contentstore/tests/test_users_default_role.py b/cms/djangoapps/contentstore/tests/test_users_default_role.py index f4b613a4a0..5c81de7942 100644 --- a/cms/djangoapps/contentstore/tests/test_users_default_role.py +++ b/cms/djangoapps/contentstore/tests/test_users_default_role.py @@ -2,7 +2,7 @@ Unit tests for checking default forum role "Student" of a user when he creates a course or after deleting it creates same course again """ -from __future__ import absolute_import + from contentstore.tests.utils import AjaxEnabledTestClient from contentstore.utils import delete_course, reverse_url diff --git a/cms/djangoapps/contentstore/tests/test_utils.py b/cms/djangoapps/contentstore/tests/test_utils.py index 487ab0afec..f326cbfa80 100644 --- a/cms/djangoapps/contentstore/tests/test_utils.py +++ b/cms/djangoapps/contentstore/tests/test_utils.py @@ -1,5 +1,5 @@ """ Tests for utils. """ -from __future__ import absolute_import + import collections from datetime import datetime, timedelta @@ -27,12 +27,12 @@ class LMSLinksTestCase(TestCase): course_key = CourseLocator('mitX', '101', 'test') location = course_key.make_usage_key('vertical', 'contacting_us') link = utils.get_lms_link_for_item(location, False) - self.assertEquals(link, "//localhost:8000/courses/course-v1:mitX+101+test/jump_to/block-v1:mitX+101+test+type" - "@vertical+block@contacting_us") + self.assertEqual(link, "//localhost:8000/courses/course-v1:mitX+101+test/jump_to/block-v1:mitX+101+test+type" + "@vertical+block@contacting_us") # test preview link = utils.get_lms_link_for_item(location, True) - self.assertEquals( + self.assertEqual( link, "//preview.localhost/courses/course-v1:mitX+101+test/jump_to/block-v1:mitX+101+test+type@vertical+block" "@contacting_us " @@ -41,8 +41,8 @@ class LMSLinksTestCase(TestCase): # now test with the course' location location = course_key.make_usage_key('course', 'test') link = utils.get_lms_link_for_item(location) - self.assertEquals(link, "//localhost:8000/courses/course-v1:mitX+101+test/jump_to/block-v1:mitX+101+test+type" - "@course+block@test") + self.assertEqual(link, "//localhost:8000/courses/course-v1:mitX+101+test/jump_to/block-v1:mitX+101+test+type" + "@course+block@test") def lms_link_for_certificate_web_view_test(self): """ Tests get_lms_link_for_certificate_web_view. """ @@ -50,7 +50,7 @@ class LMSLinksTestCase(TestCase): dummy_user = ModuleStoreEnum.UserID.test mode = 'professional' - self.assertEquals( + self.assertEqual( utils.get_lms_link_for_certificate_web_view(dummy_user, course_key, mode), "//localhost:8000/certificates/user/{user_id}/course/{course_key}?preview={mode}".format( user_id=dummy_user, @@ -60,7 +60,7 @@ class LMSLinksTestCase(TestCase): ) with with_site_configuration_context(configuration={"course_org_filter": "mitX", "LMS_BASE": "dummyhost:8000"}): - self.assertEquals( + self.assertEqual( utils.get_lms_link_for_certificate_web_view(dummy_user, course_key, mode), "//dummyhost:8000/certificates/user/{user_id}/course/{course_key}?preview={mode}".format( user_id=dummy_user, diff --git a/cms/djangoapps/contentstore/tests/test_video_utils.py b/cms/djangoapps/contentstore/tests/test_video_utils.py index 8747bc9cef..d18df0c1ae 100644 --- a/cms/djangoapps/contentstore/tests/test_video_utils.py +++ b/cms/djangoapps/contentstore/tests/test_video_utils.py @@ -3,7 +3,6 @@ Unit tests for video utils. """ -from __future__ import absolute_import from datetime import datetime from unittest import TestCase @@ -37,7 +36,7 @@ class ValidateVideoImageTestCase(TestCase): Test that when no file information is provided to validate_video_image, it gives proper error message. """ error = validate_video_image({}) - self.assertEquals(error, 'The image must have name, content type, and size information.') + self.assertEqual(error, 'The image must have name, content type, and size information.') def test_corrupt_image_file(self): """ @@ -50,7 +49,7 @@ class ValidateVideoImageTestCase(TestCase): size=settings.VIDEO_IMAGE_SETTINGS['VIDEO_IMAGE_MIN_BYTES'] ) error = validate_video_image(uploaded_image_file) - self.assertEquals(error, 'There is a problem with this image file. Try to upload a different file.') + self.assertEqual(error, 'There is a problem with this image file. Try to upload a different file.') @ddt.ddt diff --git a/cms/djangoapps/contentstore/tests/tests.py b/cms/djangoapps/contentstore/tests/tests.py index 6c5793fa66..f7fb6b15d2 100644 --- a/cms/djangoapps/contentstore/tests/tests.py +++ b/cms/djangoapps/contentstore/tests/tests.py @@ -1,25 +1,20 @@ """ This test file will test registration, login, activation, and session activity timeouts """ -from __future__ import absolute_import, print_function + import datetime import time import mock -import pytest from contentstore.tests.test_course_settings import CourseTestCase from contentstore.tests.utils import AjaxEnabledTestClient, parse_json, registration, user from ddt import data, ddt, unpack from django.conf import settings -from django.contrib.auth.models import User from django.core.cache import cache -from django.test import TestCase from django.test.utils import override_settings from django.urls import reverse -from freezegun import freeze_time from pytz import UTC -from six.moves import range from xmodule.modulestore.tests.django_utils import ModuleStoreTestCase from xmodule.modulestore.tests.factories import CourseFactory @@ -87,36 +82,7 @@ class ContentStoreTestCase(ModuleStoreTestCase): self.assertTrue(user(email).is_active) -@pytest.mark.django_db -def test_create_account_email_already_exists(django_db_use_migrations): - """ - This is tricky. Django's user model doesn't have a constraint on - unique email addresses, but we *add* that constraint during the - migration process: - see common/djangoapps/student/migrations/0004_add_email_index.py - - The behavior we *want* is for this account creation request - to fail, due to this uniqueness constraint, but the request will - succeed if the migrations have not run. - - django_db_use_migration is a pytest fixture that tells us if - migrations have been run. Since pytest fixtures don't play nice - with TestCase objects this is a function and doesn't get to use - assertRaises. - """ - if django_db_use_migrations: - email = 'a@b.com' - pw = 'xyz' - username = 'testuser' - User.objects.create_user(username, email, pw) - - # Hack to use the _create_account shortcut - case = ContentStoreTestCase() - resp = case._create_account("abcdef", email, "password") # pylint: disable=protected-access - - assert resp.status_code == 400, 'Migrations are run, but creating an account with duplicate email succeeded!' - - +@ddt class AuthTestCase(ContentStoreTestCase): """Check that various permissions-related things work""" @@ -138,114 +104,6 @@ class AuthTestCase(ContentStoreTestCase): self.assertEqual(resp.status_code, expected) return resp - def test_public_pages_load(self): - """Make sure pages that don't require login load without error.""" - pages = ( - reverse('login'), - reverse('signup'), - ) - for page in pages: - print(u"Checking '{0}'".format(page)) - self.check_page_get(page, 200) - - def test_create_account_errors(self): - # No post data -- should fail - registration_url = reverse('user_api_registration') - resp = self.client.post(registration_url, {}) - self.assertEqual(resp.status_code, 400) - - def test_create_account(self): - self.create_account(self.username, self.email, self.pw) - self.activate_user(self.email) - - def test_create_account_username_already_exists(self): - User.objects.create_user(self.username, self.email, self.pw) - resp = self._create_account(self.username, "abc@def.com", "password") - # we have a constraint on unique usernames, so this should fail - self.assertEqual(resp.status_code, 409) - - def test_create_account_pw_already_exists(self): - User.objects.create_user(self.username, self.email, self.pw) - resp = self._create_account("abcdef", "abc@def.com", self.pw) - # we can have two users with the same password, so this should succeed - self.assertEqual(resp.status_code, 200) - - def test_login(self): - self.create_account(self.username, self.email, self.pw) - - # Not activated yet. Login should fail. - self._login(self.email, self.pw) - - self.activate_user(self.email) - - # Now login should work - self.login(self.email, self.pw) - - def test_login_ratelimited(self): - # try logging in 30 times, the default limit in the number of failed - # login attempts in one 5 minute period before the rate gets limited - for i in range(30): - resp = self._login(self.email, 'wrong_password{0}'.format(i)) - self.assertEqual(resp.status_code, 403) - resp = self._login(self.email, 'wrong_password') - self.assertContains(resp, 'Too many failed login attempts.', status_code=403) - - @override_settings(MAX_FAILED_LOGIN_ATTEMPTS_ALLOWED=3) - @override_settings(MAX_FAILED_LOGIN_ATTEMPTS_LOCKOUT_PERIOD_SECS=2) - def test_excessive_login_failures(self): - # try logging in 3 times, the account should get locked for 3 seconds - # note we want to keep the lockout time short, so we don't slow down the tests - - with mock.patch.dict('django.conf.settings.FEATURES', {'ENABLE_MAX_FAILED_LOGIN_ATTEMPTS': True}): - self.create_account(self.username, self.email, self.pw) - self.activate_user(self.email) - - for i in range(3): - resp = self._login(self.email, 'wrong_password{0}'.format(i)) - self.assertContains( - resp, - 'Email or password is incorrect.', - status_code=403, - ) - - # now the account should be locked - - resp = self._login(self.email, 'wrong_password') - self.assertContains( - resp, - 'This account has been temporarily locked due to excessive login failures.', - status_code=403, - ) - - with freeze_time('2100-01-01'): - self.login(self.email, self.pw) - - # make sure the failed attempt counter gets reset on successful login - resp = self._login(self.email, 'wrong_password') - self.assertContains( - resp, - 'Email or password is incorrect.', - status_code=403, - ) - - # account should not be locked out after just one attempt - self.login(self.email, self.pw) - - # do one more login when there is no bad login counter row at all in the database to - # test the "ObjectNotFound" case - self.login(self.email, self.pw) - - def test_login_link_on_activation_age(self): - self.create_account(self.username, self.email, self.pw) - # we want to test the rendering of the activation page when the user isn't logged in - self.client.logout() - resp = self._activate_user(self.email) - - # check the the HTML has links to the right login page. Note that this is merely a content - # check and thus could be fragile should the wording change on this page - expected = 'You can now sign in.' - self.assertContains(resp, expected) - def test_private_pages_auth(self): """Make sure pages that do require login work.""" auth_pages = ( @@ -259,7 +117,8 @@ class AuthTestCase(ContentStoreTestCase): ) # need an activated user - self.test_create_account() + self.create_account(self.username, self.email, self.pw) + self.activate_user(self.email) # Create a new session self.client = AjaxEnabledTestClient() @@ -278,14 +137,6 @@ class AuthTestCase(ContentStoreTestCase): print(u"Checking '{0}'".format(page)) self.check_page_get(page, expected=200) - def test_index_auth(self): - - # not logged in. Should return a redirect. - resp = self.client.get_html('/home/') - self.assertEqual(resp.status_code, 302) - - # Logged in should work. - @override_settings(SESSION_INACTIVITY_TIMEOUT_IN_SECONDS=1) def test_inactive_session_timeout(self): """ @@ -300,7 +151,7 @@ class AuthTestCase(ContentStoreTestCase): # make sure we can access courseware immediately course_url = '/home/' resp = self.client.get_html(course_url) - self.assertEquals(resp.status_code, 200) + self.assertEqual(resp.status_code, 200) # then wait a bit and see if we get timed out time.sleep(2) @@ -308,37 +159,30 @@ class AuthTestCase(ContentStoreTestCase): resp = self.client.get_html(course_url) # re-request, and we should get a redirect to login page - self.assertRedirects(resp, settings.LOGIN_URL + '?next=/home/') + self.assertRedirects(resp, settings.LOGIN_URL + '?next=/home/', target_status_code=302) - @mock.patch.dict(settings.FEATURES, {"ALLOW_PUBLIC_ACCOUNT_CREATION": False}) - def test_signup_button_index_page(self): + @data( + (True, 'assertContains'), + (False, 'assertNotContains')) + @unpack + def test_signin_and_signup_buttons_index_page(self, allow_account_creation, assertion_method_name): """ Navigate to the home page and check the Sign Up button is hidden when ALLOW_PUBLIC_ACCOUNT_CREATION flag - is turned off + is turned off, and not when it is turned on. The Sign In button should always appear. """ - response = self.client.get(reverse('homepage')) - self.assertNotContains(response, '') - - @mock.patch.dict(settings.FEATURES, {"ALLOW_PUBLIC_ACCOUNT_CREATION": False}) - def test_signup_button_login_page(self): - """ - Navigate to the login page and check the Sign Up button is hidden when ALLOW_PUBLIC_ACCOUNT_CREATION flag - is turned off - """ - response = self.client.get(reverse('login')) - self.assertNotContains(response, '') - - @mock.patch.dict(settings.FEATURES, {"ALLOW_PUBLIC_ACCOUNT_CREATION": False}) - def test_signup_link_login_page(self): - """ - Navigate to the login page and check the Sign Up link is hidden when ALLOW_PUBLIC_ACCOUNT_CREATION flag - is turned off - """ - response = self.client.get(reverse('login')) - self.assertNotContains( - response, - '' - ) + with mock.patch.dict(settings.FEATURES, {"ALLOW_PUBLIC_ACCOUNT_CREATION": allow_account_creation}): + response = self.client.get(reverse('homepage')) + assertion_method = getattr(self, assertion_method_name) + assertion_method( + response, + u''.format( # pylint: disable=line-too-long + settings.LMS_ROOT_URL + ) + ) + self.assertContains( + response, + u'' # pylint: disable=line-too-long + ) class ForumTestCase(CourseTestCase): diff --git a/cms/djangoapps/contentstore/tests/utils.py b/cms/djangoapps/contentstore/tests/utils.py index 53fb93693e..7a2bcf6222 100644 --- a/cms/djangoapps/contentstore/tests/utils.py +++ b/cms/djangoapps/contentstore/tests/utils.py @@ -1,7 +1,7 @@ ''' Utilities for contentstore tests ''' -from __future__ import absolute_import + import json import textwrap diff --git a/cms/djangoapps/contentstore/utils.py b/cms/djangoapps/contentstore/utils.py index c6f6ce48ab..ef91d03703 100644 --- a/cms/djangoapps/contentstore/utils.py +++ b/cms/djangoapps/contentstore/utils.py @@ -1,7 +1,7 @@ """ Common utility functions useful throughout the contentstore """ -from __future__ import absolute_import, print_function + import logging from datetime import datetime @@ -518,3 +518,66 @@ def is_self_paced(course): Returns True if course is self-paced, False otherwise. """ return course and course.self_paced + + +def get_sibling_urls(subsection): + """ + Given a subsection, returns the urls for the next and previous units. + + (the first unit of the next subsection or section, and + the last unit of the previous subsection/section) + """ + section = subsection.get_parent() + prev_url = next_url = '' + prev_loc = next_loc = None + last_block = None + siblings = list(section.get_children()) + for i, block in enumerate(siblings): + if block.location == subsection.location: + if last_block: + try: + prev_loc = last_block.get_children()[0].location + except IndexError: + pass + try: + next_loc = siblings[i + 1].get_children()[0].location + except IndexError: + pass + break + last_block = block + if not prev_loc: + try: + # section.get_parent SHOULD return the course, but for some reason, it might not + sections = section.get_parent().get_children() + except AttributeError: + log.error(u"URL Retrieval Error # 1: subsection {subsection} included in section {section}".format( + section=section.location, + subsection=subsection.location + )) + # This should not be a fatal error. The worst case is that the navigation on the unit page + # won't display a link to a previous unit. + else: + try: + prev_section = sections[sections.index(section) - 1] + prev_loc = prev_section.get_children()[-1].get_children()[-1].location + except IndexError: + pass + if not next_loc: + try: + sections = section.get_parent().get_children() + except AttributeError: + log.error(u"URL Retrieval Error # 2: subsection {subsection} included in section {section}".format( + section=section.location, + subsection=subsection.location + )) + else: + try: + next_section = sections[sections.index(section) + 1] + next_loc = next_section.get_children()[0].get_children()[0].location + except IndexError: + pass + if prev_loc: + prev_url = reverse_usage_url('container_handler', prev_loc) + if next_loc: + next_url = reverse_usage_url('container_handler', next_loc) + return prev_url, next_url diff --git a/cms/djangoapps/contentstore/video_utils.py b/cms/djangoapps/contentstore/video_utils.py index 39260b1385..cbee8ce619 100644 --- a/cms/djangoapps/contentstore/video_utils.py +++ b/cms/djangoapps/contentstore/video_utils.py @@ -2,7 +2,7 @@ """ Utils related to the videos. """ -from __future__ import absolute_import + import logging diff --git a/cms/djangoapps/contentstore/views/access.py b/cms/djangoapps/contentstore/views/access.py index 2ed9de9453..b49edef6e7 100644 --- a/cms/djangoapps/contentstore/views/access.py +++ b/cms/djangoapps/contentstore/views/access.py @@ -1,6 +1,5 @@ """ Helper methods for determining user access permissions in Studio """ -from __future__ import absolute_import from student import auth from student.roles import CourseInstructorRole diff --git a/cms/djangoapps/contentstore/views/assets.py b/cms/djangoapps/contentstore/views/assets.py index c914063283..0bd9c585b1 100644 --- a/cms/djangoapps/contentstore/views/assets.py +++ b/cms/djangoapps/contentstore/views/assets.py @@ -1,5 +1,5 @@ """Views for assets""" -from __future__ import absolute_import + import json import logging diff --git a/cms/djangoapps/contentstore/views/certificates.py b/cms/djangoapps/contentstore/views/certificates.py index 626524bfe1..cb17627255 100644 --- a/cms/djangoapps/contentstore/views/certificates.py +++ b/cms/djangoapps/contentstore/views/certificates.py @@ -21,7 +21,7 @@ course.certificates: { ] } """ -from __future__ import absolute_import + import json import logging diff --git a/cms/djangoapps/contentstore/views/checklists.py b/cms/djangoapps/contentstore/views/checklists.py index ebea256a50..51b82c0f3e 100644 --- a/cms/djangoapps/contentstore/views/checklists.py +++ b/cms/djangoapps/contentstore/views/checklists.py @@ -1,5 +1,5 @@ # pylint: disable=missing-docstring -from __future__ import absolute_import + from django.contrib.auth.decorators import login_required from django.core.exceptions import PermissionDenied diff --git a/cms/djangoapps/contentstore/views/component.py b/cms/djangoapps/contentstore/views/component.py index 33bac6c67c..42b3d8a60a 100644 --- a/cms/djangoapps/contentstore/views/component.py +++ b/cms/djangoapps/contentstore/views/component.py @@ -1,8 +1,11 @@ -from __future__ import absolute_import +""" +Studio component views +""" + import logging -import six +import six from django.conf import settings from django.contrib.auth.decorators import login_required from django.core.exceptions import PermissionDenied @@ -11,17 +14,18 @@ from django.utils.translation import ugettext as _ from django.views.decorators.http import require_GET from opaque_keys import InvalidKeyError from opaque_keys.edx.keys import UsageKey +from six.moves.urllib.parse import quote_plus # pylint: disable=import-error from xblock.core import XBlock from xblock.django.request import django_to_webob_request, webob_to_django_response from xblock.exceptions import NoSuchHandlerError from xblock.plugin import PluginMissingError from xblock.runtime import Mixologist -from contentstore.utils import get_lms_link_for_item, reverse_course_url +from contentstore.utils import get_lms_link_for_item, get_sibling_urls, reverse_course_url from contentstore.views.helpers import get_parent_xblock, is_unit, xblock_type_display_name from contentstore.views.item import StudioEditModuleRuntime, add_container_page_publishing_info, create_xblock_info from edxmako.shortcuts import render_to_response -from openedx.core.lib.xblock_utils import is_xblock_aside, get_aside_from_xblock +from openedx.core.lib.xblock_utils import get_aside_from_xblock, is_xblock_aside from student.auth import has_course_author_access from xblock_django.api import authorable_xblocks, disabled_xblocks from xblock_django.models import XBlockStudioConfigurationFlag @@ -123,11 +127,16 @@ def container_handler(request, usage_key_string): is_unit_page = is_unit(xblock) unit = xblock if is_unit_page else None - while parent and parent.category != 'course': + is_first = True + while parent: if unit is None and is_unit(parent): unit = parent - ancestor_xblocks.append(parent) + elif parent.category != 'sequential': + current_block = {'block': parent, 'children': parent.get_children(), 'is_last': is_first} + is_first = False + ancestor_xblocks.append(current_block) parent = get_parent_xblock(parent) + ancestor_xblocks.reverse() assert unit is not None, "Could not determine unit page" @@ -137,6 +146,13 @@ def container_handler(request, usage_key_string): section = get_parent_xblock(subsection) assert section is not None, "Could not determine ancestor section from unit " + six.text_type(unit.location) + # for the sequence navigator + prev_url, next_url = get_sibling_urls(subsection) + # these are quoted here because they'll end up in a query string on the page, + # and quoting with mako will trigger the xss linter... + prev_url = quote_plus(prev_url) if prev_url else None + next_url = quote_plus(next_url) if next_url else None + # Fetch the XBlock info for use by the container page. Note that it includes information # about the block's ancestors and siblings for use by the Unit Outline. xblock_info = create_xblock_info(xblock, include_ancestor_info=is_unit_page) @@ -162,6 +178,9 @@ def container_handler(request, usage_key_string): 'is_unit_page': is_unit_page, 'subsection': subsection, 'section': section, + 'position': index, + 'prev_url': prev_url, + 'next_url': next_url, 'new_unit_category': 'vertical', 'outline_url': '{url}?format=concise'.format(url=reverse_course_url('course_handler', course.id)), 'ancestor_xblocks': ancestor_xblocks, @@ -392,7 +411,7 @@ def get_component_templates(courselike, library=False): u"Improper format for course advanced keys! %s", course_advanced_keys ) - if len(advanced_component_templates['templates']) > 0: + if advanced_component_templates['templates']: component_templates.insert(0, advanced_component_templates) return component_templates diff --git a/cms/djangoapps/contentstore/views/course.py b/cms/djangoapps/contentstore/views/course.py index 28ae7eea8f..3effe650e7 100644 --- a/cms/djangoapps/contentstore/views/course.py +++ b/cms/djangoapps/contentstore/views/course.py @@ -1,7 +1,7 @@ """ Views related to operations on course objects """ -from __future__ import absolute_import + import copy import json @@ -103,6 +103,7 @@ from .library import LIBRARIES_ENABLED, get_library_creator_status log = logging.getLogger(__name__) + __all__ = ['course_info_handler', 'course_handler', 'course_listing', 'course_info_update_handler', 'course_search_index_handler', 'course_rerun_handler', @@ -627,7 +628,8 @@ def course_index(request, course_key): lms_link = get_lms_link_for_item(course_module.location) reindex_link = None if settings.FEATURES.get('ENABLE_COURSEWARE_INDEX', False): - reindex_link = "/course/{course_id}/search_reindex".format(course_id=six.text_type(course_key)) + if GlobalStaff().has_user(request.user): + reindex_link = "/course/{course_id}/search_reindex".format(course_id=six.text_type(course_key)) sections = course_module.get_children() course_structure = _course_outline_json(request, course_module) locator_to_show = request.GET.get('show', None) @@ -1311,6 +1313,11 @@ def advanced_settings_handler(request, course_key_string): course_key = CourseKey.from_string(course_key_string) with modulestore().bulk_operations(course_key): course_module = get_course_and_check_access(course_key, request.user) + + advanced_dict = CourseMetadata.fetch(course_module) + if settings.FEATURES.get('DISABLE_MOBILE_COURSE_AVAILABLE', False): + advanced_dict.get('mobile_available')['deprecated'] = True + if 'text/html' in request.META.get('HTTP_ACCEPT', '') and request.method == 'GET': publisher_enabled = configuration_helpers.get_value_for_org( course_module.location.org, @@ -1320,7 +1327,7 @@ def advanced_settings_handler(request, course_key_string): return render_to_response('settings_advanced.html', { 'context_course': course_module, - 'advanced_dict': CourseMetadata.fetch(course_module), + 'advanced_dict': advanced_dict, 'advanced_settings_url': reverse_course_url('advanced_settings_handler', course_key), 'publisher_enabled': publisher_enabled, diff --git a/cms/djangoapps/contentstore/views/dev.py b/cms/djangoapps/contentstore/views/dev.py index a2fc3f7f14..21c4646aea 100644 --- a/cms/djangoapps/contentstore/views/dev.py +++ b/cms/djangoapps/contentstore/views/dev.py @@ -4,7 +4,7 @@ These views will NOT be shown on production: trying to access them will result in a 404 error. """ # pylint: disable=unused-argument -from __future__ import absolute_import + from edxmako.shortcuts import render_to_response diff --git a/cms/djangoapps/contentstore/views/entrance_exam.py b/cms/djangoapps/contentstore/views/entrance_exam.py index b1d9d0d5db..35f44de0ef 100644 --- a/cms/djangoapps/contentstore/views/entrance_exam.py +++ b/cms/djangoapps/contentstore/views/entrance_exam.py @@ -2,7 +2,7 @@ Entrance Exams view module -- handles all requests related to entrance exam management via Studio Intended to be utilized as an AJAX callback handler, versus a proper view/screen """ -from __future__ import absolute_import + import logging from functools import wraps diff --git a/cms/djangoapps/contentstore/views/error.py b/cms/djangoapps/contentstore/views/error.py index 8045b0fd4a..88b90ba016 100644 --- a/cms/djangoapps/contentstore/views/error.py +++ b/cms/djangoapps/contentstore/views/error.py @@ -1,6 +1,5 @@ # pylint: disable=missing-docstring,unused-argument -from __future__ import absolute_import import functools @@ -32,7 +31,7 @@ def jsonable_error(status=500, message="The Studio servers encountered an error" @jsonable_error(404, "Resource not found") -def not_found(request): +def not_found(request, exception): return render_to_response('error.html', {'error': '404'}) @@ -43,7 +42,7 @@ def server_error(request): @fix_crum_request @jsonable_error(404, "Resource not found") -def render_404(request): +def render_404(request, exception): return HttpResponseNotFound(render_to_string('404.html', {}, request=request)) diff --git a/cms/djangoapps/contentstore/views/export_git.py b/cms/djangoapps/contentstore/views/export_git.py index eb0c0d364b..47417c30e6 100644 --- a/cms/djangoapps/contentstore/views/export_git.py +++ b/cms/djangoapps/contentstore/views/export_git.py @@ -3,7 +3,6 @@ This views handles exporting the course xml to a git repository if the giturl attribute is set. """ -from __future__ import absolute_import import logging diff --git a/cms/djangoapps/contentstore/views/helpers.py b/cms/djangoapps/contentstore/views/helpers.py index 4eb087dfb8..1a30ac322c 100644 --- a/cms/djangoapps/contentstore/views/helpers.py +++ b/cms/djangoapps/contentstore/views/helpers.py @@ -2,7 +2,6 @@ Helper methods for Studio views. """ -from __future__ import absolute_import from uuid import uuid4 diff --git a/cms/djangoapps/contentstore/views/import_export.py b/cms/djangoapps/contentstore/views/import_export.py index 3eb9946cd9..02e69cb0c6 100644 --- a/cms/djangoapps/contentstore/views/import_export.py +++ b/cms/djangoapps/contentstore/views/import_export.py @@ -2,7 +2,7 @@ These views handle all actions in Studio related to import and exporting of courses """ -from __future__ import absolute_import + import base64 import json @@ -277,7 +277,7 @@ def send_tarball(tarball, size): """ wrapper = FileWrapper(tarball, settings.COURSE_EXPORT_DOWNLOAD_CHUNK_SIZE) response = StreamingHttpResponse(wrapper, content_type='application/x-tgz') - response['Content-Disposition'] = u'attachment; filename=%s' % os.path.basename(tarball.name.encode('utf-8')) + response['Content-Disposition'] = u'attachment; filename=%s' % os.path.basename(tarball.name) response['Content-Length'] = size return response @@ -374,7 +374,7 @@ def export_status_handler(request, course_key_string): if isinstance(artifact.file.storage, FileSystemStorage): output_url = reverse_course_url('export_output_handler', course_key) elif isinstance(artifact.file.storage, S3BotoStorage): - filename = os.path.basename(artifact.file.name).encode('utf-8') + filename = os.path.basename(artifact.file.name) disposition = u'attachment; filename="{}"'.format(filename) output_url = artifact.file.storage.url(artifact.file.name, response_headers={ 'response-content-disposition': disposition, diff --git a/cms/djangoapps/contentstore/views/item.py b/cms/djangoapps/contentstore/views/item.py index 66e7c0e3ae..8ddc24e864 100644 --- a/cms/djangoapps/contentstore/views/item.py +++ b/cms/djangoapps/contentstore/views/item.py @@ -1,5 +1,5 @@ """Views for items (modules).""" -from __future__ import absolute_import + import hashlib import logging @@ -18,7 +18,7 @@ from django.views.decorators.http import require_http_methods from opaque_keys.edx.keys import CourseKey from opaque_keys.edx.locator import LibraryUsageLocator from pytz import UTC -from six import text_type +from six import text_type, binary_type from web_fragments.fragment import Fragment from xblock.core import XBlock from xblock.fields import Scope @@ -70,9 +70,9 @@ from xmodule.modulestore.django import modulestore from xmodule.modulestore.draft_and_published import DIRECT_ONLY_CATEGORIES from xmodule.modulestore.exceptions import InvalidLocationError, ItemNotFoundError from xmodule.modulestore.inheritance import own_metadata -from xmodule.services import ConfigurationService, SettingsService +from xmodule.services import ConfigurationService, SettingsService, TeamsConfigurationService from xmodule.tabs import CourseTabList -from xmodule.x_module import DEPRECATION_VSCOMPAT_EVENT, PREVIEW_VIEWS, STUDENT_VIEW, STUDIO_VIEW +from xmodule.x_module import AUTHOR_VIEW, PREVIEW_VIEWS, STUDENT_VIEW, STUDIO_VIEW from edx_proctoring.api import get_exam_configuration_dashboard_url, does_backend_support_onboarding from cms.djangoapps.contentstore.config.waffle import SHOW_REVIEW_RULES_FLAG @@ -273,6 +273,7 @@ class StudioEditModuleRuntime(object): (i.e. whenever we're not using PreviewModuleSystem.) This is required to make information about the current user (especially permissions) available via services as needed. """ + def __init__(self, user): self._user = user @@ -291,6 +292,8 @@ class StudioEditModuleRuntime(object): return SettingsService() if service_name == "lti-configuration": return ConfigurationService(CourseEditLTIFieldsEnabledFlag) + if service_name == "teams_configuration": + return TeamsConfigurationService() return None @@ -381,16 +384,18 @@ def xblock_view_handler(request, usage_key_string, view_name): force_render = request.GET.get('force_render', None) # Set up the context to be passed to each XBlock's render method. - context = { - 'is_pages_view': is_pages_view, # This setting disables the recursive wrapping of xblocks + context = request.GET.dict() + context.update({ + # This setting disables the recursive wrapping of xblocks + 'is_pages_view': is_pages_view or view_name == AUTHOR_VIEW, 'is_unit_page': is_unit(xblock), 'can_edit': can_edit, 'root_xblock': xblock if (view_name == 'container_preview') else None, 'reorderable_items': reorderable_items, 'paging': paging, 'force_render': force_render, - } - + 'item_url': '/container/{usage_key}', + }) fragment = get_preview_fragment(request, xblock, context) # Note that the container view recursively adds headers into the preview fragment, @@ -410,8 +415,12 @@ def xblock_view_handler(request, usage_key_string, view_name): for resource in fragment.resources: hashed_resources[hash_resource(resource)] = resource._asdict() + fragment_content = fragment.content + if isinstance(fragment_content, binary_type): + fragment_content = fragment.content.decode('utf-8') + return JsonResponse({ - 'html': fragment.content, + 'html': fragment_content, 'resources': list(hashed_resources.items()) }) @@ -998,7 +1007,11 @@ def _get_xblock(usage_key, user): except ItemNotFoundError: if usage_key.block_type in CREATE_IF_NOT_FOUND: # Create a new one for certain categories only. Used for course info handouts. - return store.create_item(user.id, usage_key.course_key, usage_key.block_type, block_id=usage_key.block_id) + return store.create_item( + user.id, + usage_key.course_key, + usage_key.block_type, + block_id=usage_key.block_id) else: raise except InvalidLocationError: @@ -1052,7 +1065,7 @@ def _get_gating_info(course, xblock): if not hasattr(course, 'gating_prerequisites'): # Cache gating prerequisites on course module so that we are not # hitting the database for every xblock in the course - setattr(course, 'gating_prerequisites', gating_api.get_prerequisites(course.id)) + course.gating_prerequisites = gating_api.get_prerequisites(course.id) info["is_prereq"] = gating_api.is_prerequisite(course.id, xblock.location) info["prereqs"] = [ p for p in course.gating_prerequisites if text_type(xblock.location) not in p['namespace'] @@ -1163,7 +1176,7 @@ def create_xblock_info(xblock, data=None, metadata=None, include_ancestor_info=F 'has_children': xblock.has_children } if is_concise: - if child_info and len(child_info.get('children', [])) > 0: + if child_info and child_info.get('children', []): xblock_info['child_info'] = child_info # Groups are labelled with their internal ids, rather than with the group name. Replace id with display name. group_display_name = get_split_group_display_name(xblock, course) @@ -1334,7 +1347,8 @@ class VisibilityState(object): unscheduled - the block and all of its descendants have no release date (excluding staff only items) Note: it is valid for items to be published with no release date in which case they are still unscheduled. - needs_attention - the block or its descendants are not fully live, ready or unscheduled (excluding staff only items) + needs_attention - the block or its descendants are not fully live, ready or unscheduled + (excluding staff only items) For example: one subsection has draft content, or there's both unreleased and released content in one section. staff_only - all of the block's content is to be shown to staff only diff --git a/cms/djangoapps/contentstore/views/library.py b/cms/djangoapps/contentstore/views/library.py index a9bdc0dace..8fc60dc9ad 100644 --- a/cms/djangoapps/contentstore/views/library.py +++ b/cms/djangoapps/contentstore/views/library.py @@ -3,7 +3,7 @@ Views related to content libraries. A content library is a structure containing XBlocks which can be re-used in the multiple courses. """ -from __future__ import absolute_import + import logging diff --git a/cms/djangoapps/contentstore/views/organization.py b/cms/djangoapps/contentstore/views/organization.py index 7fa03d51ce..04000259bb 100644 --- a/cms/djangoapps/contentstore/views/organization.py +++ b/cms/djangoapps/contentstore/views/organization.py @@ -1,5 +1,5 @@ """Organizations views for use with Studio.""" -from __future__ import absolute_import + from django.contrib.auth.decorators import login_required from django.http import HttpResponse diff --git a/cms/djangoapps/contentstore/views/preview.py b/cms/djangoapps/contentstore/views/preview.py index 68a26fb9ba..1a874e3c1a 100644 --- a/cms/djangoapps/contentstore/views/preview.py +++ b/cms/djangoapps/contentstore/views/preview.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + import logging from functools import partial diff --git a/cms/djangoapps/contentstore/views/public.py b/cms/djangoapps/contentstore/views/public.py index e9d5603cbb..498e0fe46f 100644 --- a/cms/djangoapps/contentstore/views/public.py +++ b/cms/djangoapps/contentstore/views/public.py @@ -1,52 +1,29 @@ """ Public views """ -from __future__ import absolute_import + from django.conf import settings from django.shortcuts import redirect -from django.template.context_processors import csrf from django.utils.http import urlquote_plus -from django.views.decorators.clickjacking import xframe_options_deny -from django.views.decorators.csrf import ensure_csrf_cookie from waffle.decorators import waffle_switch from contentstore.config import waffle from edxmako.shortcuts import render_to_response -from openedx.core.djangoapps.site_configuration import helpers as configuration_helpers -__all__ = ['signup', 'login_page', 'login_redirect_to_lms', 'howitworks', 'accessibility'] +__all__ = ['register_redirect_to_lms', 'login_redirect_to_lms', 'howitworks', 'accessibility'] -@ensure_csrf_cookie -@xframe_options_deny -def signup(request): +def register_redirect_to_lms(request): """ - Display the signup form. + This view redirects to the LMS register view. It is used to temporarily keep the old + Studio signup url alive. """ - csrf_token = csrf(request)['csrf_token'] - if request.user.is_authenticated: - return redirect('/course/') - - return render_to_response('register.html', {'csrf': csrf_token}) - - -@ensure_csrf_cookie -@xframe_options_deny -def login_page(request): - """ - Display the login form. - """ - csrf_token = csrf(request)['csrf_token'] - - return render_to_response( - 'login.html', - { - 'csrf': csrf_token, - 'forgot_password_link': "//{base}/login#forgot-password-modal".format(base=settings.LMS_BASE), - 'platform_name': configuration_helpers.get_value('platform_name', settings.PLATFORM_NAME), - } + register_url = '{register_url}{params}'.format( + register_url=settings.FRONTEND_REGISTER_URL, + params=_build_next_param(request), ) + return redirect(register_url, permanent=True) def login_redirect_to_lms(request): @@ -54,15 +31,25 @@ def login_redirect_to_lms(request): This view redirects to the LMS login view. It is used for Django's LOGIN_URL setting, which is where unauthenticated requests to protected endpoints are redirected. """ - next_url = request.GET.get('next') - absolute_next_url = request.build_absolute_uri(next_url) - login_url = '{base_url}/login{params}'.format( - base_url=settings.LMS_ROOT_URL, - params='?next=' + urlquote_plus(absolute_next_url) if next_url else '', + login_url = '{login_url}{params}'.format( + login_url=settings.FRONTEND_LOGIN_URL, + params=_build_next_param(request), ) return redirect(login_url) +def _build_next_param(request): + """ Returns the next param to be used with login or register. """ + next_url = request.GET.get('next') + next_url = next_url if next_url else settings.LOGIN_REDIRECT_URL + if next_url: + # Warning: do not use `build_absolute_uri` when `next_url` is empty because `build_absolute_uri` would + # build use the login url for the next url, which would cause a login redirect loop. + absolute_next_url = request.build_absolute_uri(next_url) + return '?next=' + urlquote_plus(absolute_next_url) + return '' + + def howitworks(request): "Proxy view" if request.user.is_authenticated: diff --git a/cms/djangoapps/contentstore/views/session_kv_store.py b/cms/djangoapps/contentstore/views/session_kv_store.py index 6e121ff508..34eb146913 100644 --- a/cms/djangoapps/contentstore/views/session_kv_store.py +++ b/cms/djangoapps/contentstore/views/session_kv_store.py @@ -1,7 +1,7 @@ """ An :class:`~xblock.runtime.KeyValueStore` that stores data in the django session """ -from __future__ import absolute_import + from xblock.runtime import KeyValueStore diff --git a/cms/djangoapps/contentstore/views/tabs.py b/cms/djangoapps/contentstore/views/tabs.py index f5438f1ab5..7b03b0b225 100644 --- a/cms/djangoapps/contentstore/views/tabs.py +++ b/cms/djangoapps/contentstore/views/tabs.py @@ -1,7 +1,7 @@ """ Views related to course tabs """ -from __future__ import absolute_import + import six from django.contrib.auth.decorators import login_required diff --git a/cms/djangoapps/contentstore/views/tests/test_access.py b/cms/djangoapps/contentstore/views/tests/test_access.py index 5a17c31e0d..d2180cb82a 100644 --- a/cms/djangoapps/contentstore/views/tests/test_access.py +++ b/cms/djangoapps/contentstore/views/tests/test_access.py @@ -1,7 +1,7 @@ """ Tests access.py """ -from __future__ import absolute_import + from django.contrib.auth.models import User from django.test import TestCase diff --git a/cms/djangoapps/contentstore/views/tests/test_assets.py b/cms/djangoapps/contentstore/views/tests/test_assets.py index c924b9f1d2..8f7da3a1ab 100644 --- a/cms/djangoapps/contentstore/views/tests/test_assets.py +++ b/cms/djangoapps/contentstore/views/tests/test_assets.py @@ -1,7 +1,7 @@ """ Unit tests for the asset upload endpoint. """ -from __future__ import absolute_import + import json from datetime import datetime @@ -80,14 +80,14 @@ class BasicAssetsTestCase(AssetsTestCase): """ def test_basic(self): resp = self.client.get(self.url, HTTP_ACCEPT='text/html') - self.assertEquals(resp.status_code, 200) + self.assertEqual(resp.status_code, 200) def test_static_url_generation(self): course_key = CourseLocator('org', 'class', 'run') location = course_key.make_asset_key('asset', 'my_file_name.jpg') path = StaticContent.get_static_path_from_location(location) - self.assertEquals(path, '/static/my_file_name.jpg') + self.assertEqual(path, '/static/my_file_name.jpg') def test_pdf_asset(self): module_store = modulestore() @@ -138,7 +138,7 @@ class BasicAssetsTestCase(AssetsTestCase): self.assertIn("/{}".format(filename), url) resp = self.client.get(url) - self.assertEquals(resp.status_code, 200) + self.assertEqual(resp.status_code, 200) # simulation of html page where base_url is up-to asset's main directory # and relative_path is dom element with its src @@ -148,7 +148,7 @@ class BasicAssetsTestCase(AssetsTestCase): self.assertIn("/{}".format(relative_path), absolute_path) resp = self.client.get(absolute_path) - self.assertEquals(resp.status_code, 200) + self.assertEqual(resp.status_code, 200) class PaginationTestCase(AssetsTestCase): @@ -247,9 +247,9 @@ class PaginationTestCase(AssetsTestCase): resp = self.client.get(url, HTTP_ACCEPT='application/json') json_response = json.loads(resp.content.decode('utf-8')) assets_response = json_response['assets'] - self.assertEquals(json_response['start'], expected_start) - self.assertEquals(len(assets_response), expected_length) - self.assertEquals(json_response['totalCount'], expected_total) + self.assertEqual(json_response['start'], expected_start) + self.assertEqual(len(assets_response), expected_length) + self.assertEqual(json_response['totalCount'], expected_total) def assert_correct_sort_response(self, url, sort, direction): """ @@ -259,8 +259,8 @@ class PaginationTestCase(AssetsTestCase): url + '?sort=' + sort + '&direction=' + direction, HTTP_ACCEPT='application/json') json_response = json.loads(resp.content.decode('utf-8')) assets_response = json_response['assets'] - self.assertEquals(sort, json_response['sort']) - self.assertEquals(direction, json_response['direction']) + self.assertEqual(sort, json_response['sort']) + self.assertEqual(direction, json_response['direction']) name1 = assets_response[0][sort] name2 = assets_response[1][sort] name3 = assets_response[2][sort] @@ -295,7 +295,7 @@ class PaginationTestCase(AssetsTestCase): url + '?' + filter_type + '=' + filter_value, HTTP_ACCEPT='application/json') json_response = json.loads(resp.content.decode('utf-8')) assets_response = json_response['assets'] - self.assertEquals(filter_value_split, json_response['assetTypes']) + self.assertEqual(filter_value_split, json_response['assetTypes']) if filter_value != '': content_types = [asset['content_type'].lower() @@ -317,7 +317,7 @@ class PaginationTestCase(AssetsTestCase): """ resp = self.client.get( url + '?' + filter_type + '=' + filter_value, HTTP_ACCEPT='application/json') - self.assertEquals(resp.status_code, 400) + self.assertEqual(resp.status_code, 400) def assert_correct_text_search_response(self, url, text_search, number_matches): """ @@ -327,8 +327,8 @@ class PaginationTestCase(AssetsTestCase): url + '?text_search=' + text_search, HTTP_ACCEPT='application/json') json_response = json.loads(resp.content.decode('utf-8')) assets_response = json_response['assets'] - self.assertEquals(text_search, json_response['textSearch']) - self.assertEquals(len(assets_response), number_matches) + self.assertEqual(text_search, json_response['textSearch']) + self.assertEqual(len(assets_response), number_matches) text_search_tokens = text_search.split() @@ -348,15 +348,15 @@ class UploadTestCase(AssetsTestCase): def test_happy_path(self): resp = self.upload_asset() - self.assertEquals(resp.status_code, 200) + self.assertEqual(resp.status_code, 200) def test_upload_image(self): resp = self.upload_asset("test_image", asset_type="image") - self.assertEquals(resp.status_code, 200) + self.assertEqual(resp.status_code, 200) def test_no_file(self): resp = self.client.post(self.url, {"name": "file.txt"}, "application/json") - self.assertEquals(resp.status_code, 400) + self.assertEqual(resp.status_code, 400) @data( (int(MAX_FILE_SIZE / 2.0), "small.file.test", 200), @@ -374,7 +374,7 @@ class UploadTestCase(AssetsTestCase): "name": name, "file": f }) - self.assertEquals(resp.status_code, status_code) + self.assertEqual(resp.status_code, status_code) class DownloadTestCase(AssetsTestCase): @@ -387,19 +387,19 @@ class DownloadTestCase(AssetsTestCase): # First, upload something. self.asset_name = 'download_test' resp = self.upload_asset(self.asset_name) - self.assertEquals(resp.status_code, 200) + self.assertEqual(resp.status_code, 200) self.uploaded_url = json.loads(resp.content.decode('utf-8'))['asset']['url'] def test_download(self): # Now, download it. resp = self.client.get(self.uploaded_url, HTTP_ACCEPT='text/html') - self.assertEquals(resp.status_code, 200) + self.assertEqual(resp.status_code, 200) self.assertContains(resp, 'This file is generated by python unit test') def test_download_not_found_throw(self): url = self.uploaded_url.replace(self.asset_name, 'not_the_asset_name') resp = self.client.get(url, HTTP_ACCEPT='text/html') - self.assertEquals(resp.status_code, 404) + self.assertEqual(resp.status_code, 404) @patch('xmodule.modulestore.mixed.MixedModuleStore.find_asset_metadata') def test_pickling_calls(self, patched_find_asset_metadata): @@ -426,16 +426,16 @@ class AssetToJsonTestCase(AssetsTestCase): # pylint: disable=protected-access output = assets._get_asset_json("my_file", content_type, upload_date, location, thumbnail_location, True) - self.assertEquals(output["display_name"], "my_file") - self.assertEquals(output["date_added"], "Jun 01, 2013 at 10:30 UTC") - self.assertEquals(output["url"], "/asset-v1:org+class+run+type@asset+block@my_file_name.jpg") - self.assertEquals( + self.assertEqual(output["display_name"], "my_file") + self.assertEqual(output["date_added"], "Jun 01, 2013 at 10:30 UTC") + self.assertEqual(output["url"], "/asset-v1:org+class+run+type@asset+block@my_file_name.jpg") + self.assertEqual( output["external_url"], "lms_base_url/asset-v1:org+class+run+type@asset+block@my_file_name.jpg" ) - self.assertEquals(output["portable_url"], "/static/my_file_name.jpg") - self.assertEquals(output["thumbnail"], "/asset-v1:org+class+run+type@thumbnail+block@my_file_name_thumb.jpg") - self.assertEquals(output["id"], six.text_type(location)) - self.assertEquals(output['locked'], True) + self.assertEqual(output["portable_url"], "/static/my_file_name.jpg") + self.assertEqual(output["thumbnail"], "/asset-v1:org+class+run+type@thumbnail+block@my_file_name_thumb.jpg") + self.assertEqual(output["id"], six.text_type(location)) + self.assertEqual(output['locked'], True) output = assets._get_asset_json("name", content_type, upload_date, location, None, False) self.assertIsNone(output["thumbnail"]) @@ -513,7 +513,7 @@ class DeleteAssetTestCase(AssetsTestCase): self.asset = self.get_sample_asset(self.asset_name) response = self.client.post(self.url, {"name": self.asset_name, "file": self.asset}) - self.assertEquals(response.status_code, 200) + self.assertEqual(response.status_code, 200) self.uploaded_url = json.loads(response.content.decode('utf-8'))['asset']['url'] self.asset_location = AssetKey.from_string(self.uploaded_url) @@ -524,7 +524,7 @@ class DeleteAssetTestCase(AssetsTestCase): test_url = reverse_course_url( 'assets_handler', self.course.id, kwargs={'asset_key_string': six.text_type(self.uploaded_url)}) resp = self.client.delete(test_url, HTTP_ACCEPT="application/json") - self.assertEquals(resp.status_code, 204) + self.assertEqual(resp.status_code, 204) def test_delete_image_type_asset(self): """ Tests deletion of image type asset """ @@ -533,12 +533,12 @@ class DeleteAssetTestCase(AssetsTestCase): # upload image response = self.client.post(self.url, {"name": "delete_image_test", "file": image_asset}) - self.assertEquals(response.status_code, 200) + self.assertEqual(response.status_code, 200) uploaded_image_url = json.loads(response.content.decode('utf-8'))['asset']['url'] # upload image thumbnail response = self.client.post(self.url, {"name": "delete_image_thumb_test", "file": thumbnail_image_asset}) - self.assertEquals(response.status_code, 200) + self.assertEqual(response.status_code, 200) thumbnail_url = json.loads(response.content.decode('utf-8'))['asset']['url'] thumbnail_location = StaticContent.get_location_from_path(thumbnail_url) @@ -553,7 +553,7 @@ class DeleteAssetTestCase(AssetsTestCase): test_url = reverse_course_url( 'assets_handler', self.course.id, kwargs={'asset_key_string': six.text_type(uploaded_image_url)}) resp = self.client.delete(test_url, HTTP_ACCEPT="application/json") - self.assertEquals(resp.status_code, 204) + self.assertEqual(resp.status_code, 204) def test_delete_asset_with_invalid_asset(self): """ Tests the sad path :( """ @@ -562,7 +562,7 @@ class DeleteAssetTestCase(AssetsTestCase): self.course.id, kwargs={'asset_key_string': six.text_type("/c4x/edX/toy/asset/invalid.pdf")} ) resp = self.client.delete(test_url, HTTP_ACCEPT="application/json") - self.assertEquals(resp.status_code, 404) + self.assertEqual(resp.status_code, 404) def test_delete_asset_with_invalid_thumbnail(self): """ Tests the sad path :( """ @@ -571,4 +571,4 @@ class DeleteAssetTestCase(AssetsTestCase): self.content.thumbnail_location = StaticContent.get_location_from_path('/c4x/edX/toy/asset/invalid') contentstore().save(self.content) resp = self.client.delete(test_url, HTTP_ACCEPT="application/json") - self.assertEquals(resp.status_code, 204) + self.assertEqual(resp.status_code, 204) diff --git a/cms/djangoapps/contentstore/views/tests/test_certificates.py b/cms/djangoapps/contentstore/views/tests/test_certificates.py index 9f2c54ba58..64ae391245 100644 --- a/cms/djangoapps/contentstore/views/tests/test_certificates.py +++ b/cms/djangoapps/contentstore/views/tests/test_certificates.py @@ -3,7 +3,7 @@ """ Certificates Tests. """ -from __future__ import absolute_import + import itertools import json @@ -267,7 +267,7 @@ class CertificatesListHandlerTestCase( course_key=self.course.id, mode='honor' ) - self.assertEquals(test_link, None) + self.assertEqual(test_link, None) @override_settings(LMS_BASE="lms_base_url") def test_lms_link_for_certificate_web_view(self): @@ -278,7 +278,7 @@ class CertificatesListHandlerTestCase( course_key=self.course.id, mode='honor' ) - self.assertEquals(link, test_url) + self.assertEqual(link, test_url) @mock.patch.dict('django.conf.settings.FEATURES', {'CERTIFICATES_HTML_VIEW': True}) def test_certificate_info_in_response(self): @@ -301,7 +301,7 @@ class CertificatesListHandlerTestCase( # in JSON response response = self.client.get_json(self._url()) data = json.loads(response.content.decode('utf-8')) - self.assertEquals(len(data), 1) + self.assertEqual(len(data), 1) self.assertEqual(data[0]['name'], 'Test certificate') self.assertEqual(data[0]['description'], 'Test description') self.assertEqual(data[0]['version'], CERTIFICATE_SCHEMA_VERSION) @@ -784,7 +784,7 @@ class CertificatesDetailHandlerTestCase( HTTP_ACCEPT="application/json", HTTP_X_REQUESTED_WITH="XMLHttpRequest" ) - self.assertEquals(response.status_code, 200) + self.assertEqual(response.status_code, 200) course = self.store.get_course(self.course.id) certificates = course.certificates['certificates'] self.assertEqual(certificates[0].get('is_active'), is_active) @@ -812,7 +812,7 @@ class CertificatesDetailHandlerTestCase( HTTP_ACCEPT="application/json", HTTP_X_REQUESTED_WITH="XMLHttpRequest" ) - self.assertEquals(response.status_code, 403) + self.assertEqual(response.status_code, 403) @ddt.data(C4X_SIGNATORY_PATH, SIGNATORY_PATH) def test_certificate_activation_failure(self, signatory_path): @@ -831,7 +831,7 @@ class CertificatesDetailHandlerTestCase( HTTP_ACCEPT="application/json", HTTP_X_REQUESTED_WITH="XMLHttpRequest", ) - self.assertEquals(response.status_code, 403) + self.assertEqual(response.status_code, 403) course = self.store.get_course(self.course.id) certificates = course.certificates['certificates'] self.assertEqual(certificates[0].get('is_active'), False) diff --git a/cms/djangoapps/contentstore/views/tests/test_container_page.py b/cms/djangoapps/contentstore/views/tests/test_container_page.py index fddf3bf6e8..d718223129 100644 --- a/cms/djangoapps/contentstore/views/tests/test_container_page.py +++ b/cms/djangoapps/contentstore/views/tests/test_container_page.py @@ -1,7 +1,7 @@ """ Unit tests for the container page. """ -from __future__ import absolute_import + import datetime import re @@ -63,13 +63,10 @@ class ContainerPageTestCase(StudioPageTestCase, LibraryTestCase): u'data-locator="{0}" data-course-key="{0.course_key}">'.format(self.child_container.location) ), expected_breadcrumbs=( - u'\\s*Week 1\\s*\\s*' - u'\\s*Lesson 1\\s*\\s*' - u'\\s*Unit\\s*' + u'

": "%(download_link_start)s \u062d\u0645\u0644 \u0627\u0644\u0635\u0648\u0631\u0629 (\u0627\u0636\u063a\u0637 \u0632\u0631 \u0627\u0644\u0641\u0623\u0631\u0629 \u0627\u0644\u0623\u064a\u0645\u0646\u060c \u062d\u0641\u0638 \u0628\u0627\u0633\u0645) %(link_end)s \u0648\u0645\u0646 \u062b\u0645 %(upload_link_start)s\u062d\u0645\u0644%(link_end)s \u0625\u0644\u0649 Backpack.", + "\n Make sure you are on a computer with a webcam, and that you have valid photo identification\n such as a driver's license or passport, before you continue.\n ": "\n\u062a\u0623\u0643\u062f \u0645\u0646 \u0623\u0646\u0643 \u0639\u0644\u0649 \u062c\u0647\u0627\u0632 \u0643\u0645\u0628\u064a\u0648\u062a\u0631 \u0645\u0639 \u0643\u0627\u0645\u064a\u0631\u0627 \u0648\u064a\u0628\u060c \u0648\u0628\u0623\u0646\u0647 \u0644\u062f\u064a\u0643 \u0647\u0648\u064a\u0629 \u0635\u0648\u0631\u0629\n\u0635\u0627\u0644\u062d\u0629\n\u0645\u062b\u0644 \u0631\u062e\u0635\u0629 \u0627\u0644\u0642\u064a\u0627\u062f\u0629 \u0623\u0648 \u062c\u0648\u0627\u0632 \u0627\u0644\u0633\u0641\u0631\u060c \u0642\u0628\u0644 \u0627\u0644\u0645\u062a\u0627\u0628\u0639\u0629", + "\n Your verification attempt failed. Please read our guidelines to make\n sure you understand the requirements for successfully completing verification,\n then try again.\n ": "\n\u0641\u0634\u0644\u062a \u0645\u062d\u0627\u0648\u0644\u0629 \u0627\u0644\u062a\u062d\u0642\u0642. \u064a\u0631\u062c\u0649 \u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u0628\u0627\u062f\u0626 \u0627\u0644\u062a\u0648\u062c\u064a\u0647\u064a\u0629 \u0644\u062f\u064a\u0646\u0627\n\u0644\u0644\u062a\u0623\u0643\u062f \u0645\u0646 \u0623\u0646\u0643 \u062a\u0641\u0647\u0645 \u0645\u062a\u0637\u0644\u0628\u0627\u062a \u0627\u0633\u062a\u0643\u0645\u0627\u0644 \u0627\u0644\u062a\u062d\u0642\u0642 \u0628\u0646\u062c\u0627\u062d\u060c\n\u0648\u0645\u0646 \u062b\u0645 \u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649", + "\n Your verification has expired. You must successfully complete a new identity verification\n before you can start the proctored exam.\n ": "\n\u0627\u0646\u062a\u0647\u062a \u0635\u0644\u0627\u062d\u064a\u0629 \u0627\u0644\u062a\u062d\u0642\u0642. \u0639\u0644\u064a\u0643 \u0623\u0646 \u062a\u0646\u0647\u064a \u0639\u0645\u0644\u064a\u0629 \u062a\u062d\u0642\u0642 \u062c\u062f\u064a\u062f\u0629 \u0645\u0646 \u0627\u0644\u0647\u0648\u064a\u0629 \u0628\u0646\u062c\u0627\u062d\n\u0642\u0628\u0644 \u0623\u0646 \u062a\u062a\u0645\u0643\u0646 \u0645\u0646 \u0628\u062f\u0621 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0645\u0631\u0627\u0642\u0628.", + "\n Your verification is pending. Results should be available 2-3 days after you\n submit your verification.\n ": "\n\u0627\u0644\u062a\u062d\u0642\u0642 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643 \u0645\u0639\u0644\u0642. \u064a\u0646\u0628\u063a\u064a \u0623\u0646 \u062a\u0643\u0648\u0646 \u0627\u0644\u0646\u062a\u0627\u0626\u062c \u0645\u062a\u0627\u062d\u0629 \u0628\u0639\u062f 2-3 \u0623\u064a\u0627\u0645 \u0628\u0639\u062f \u0627\u0646 \u062a\u0642\u0648\u0645\n\u0628\u062a\u0642\u062f\u064a\u0645 \u0627\u0644\u062a\u062d\u0642\u0642", + "\n Complete your verification before starting the proctored exam.\n ": "\n\u0627\u0633\u062a\u0643\u0645\u0644 \u0627\u0644\u062a\u062d\u0642\u0642 \u0642\u0628\u0644 \u0628\u062f\u0621 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0645\u0631\u0627\u0642\u0628.", + "\n You must successfully complete identity verification before you can start the proctored exam.\n ": "\n\u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u0625\u0643\u0645\u0627\u0644 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u0644\u0647\u0648\u064a\u0629 \u0643\u0627\u0645\u0644\u0629 \u0628\u0646\u062c\u0627\u062d \u0642\u0628\u0644 \u0623\u0646 \u062a\u062a\u0645\u0643\u0646 \u0645\u0646 \u0628\u062f\u0621 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0645\u0631\u0627\u0642\u0628.", + "\n 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 ": "\n\u0644\u0627 \u062a\u063a\u0644\u0642 \u0647\u0630\u0647 \u0627\u0644\u0646\u0627\u0641\u0630\u0629 \u0642\u0628\u0644 \u0627\u0644\u0627\u0646\u062a\u0647\u0627\u0621 \u0645\u0646 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646. \u0625\u0630\u0627 \u0642\u0645\u062a \u0628\u0625\u063a\u0644\u0627\u0642 \u0647\u0630\u0647 \u0627\u0644\u0646\u0627\u0641\u0630\u0629\u060c \u0633\u0648\u0641 \u062a\u0646\u062a\u0647\u064a \u062c\u0644\u0633\u0629 \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629 \u0648\u0644\u0646 \u062a\u062a\u0645\u0643\u0646 \u0645\u0646 \u0625\u0643\u0645\u0627\u0644 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0645\u0631\u0627\u0642\u0628 \u0628\u0646\u062c\u0627\u062d.", + "\n Return to the %(platform_name)s course window to start your exam. When you have finished your exam and\n have marked it as complete, you can close this window to end the proctoring session\n and upload your proctoring session data for review.\n ": "\n\u0639\u062f \u0625\u0644\u0649 \u0646\u0627\u0641\u0630\u0629 %(platform_name)s \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a\u0629 \u0644\u0628\u062f\u0621 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643. \u0639\u0646\u062f \u0627\u0644\u0627\u0646\u062a\u0647\u0627\u0621 \u0645\u0646 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0648\u0627\u0644\u0625\u0634\u0627\u0631\u0629 \u0625\u0644\u0649\n\u0623\u0646\u0643 \u0623\u0646\u0647\u064a\u062a \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646\u060c \u064a\u0645\u0643\u0646\u0643 \u0625\u063a\u0644\u0627\u0642 \u0647\u0630\u0647 \u0627\u0644\u0646\u0627\u0641\u0630\u0629 \u0644\u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u062c\u0644\u0633\u0629 \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629\n\u0648\u062a\u062d\u0645\u064a\u0644 \u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u062c\u0644\u0633\u0629 \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629 \u0645\u0646 \u0623\u062c\u0644 \u0645\u0631\u0627\u062c\u0639\u062a\u0647\u0627", + "\n 3. When you have finished setting up proctoring, start the exam.\n ": "\n3. \u0639\u0646\u062f \u0627\u0644\u0627\u0646\u062a\u0647\u0627\u0621 \u0645\u0646 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629\u060c \u0627\u0628\u062f\u0621 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646", + "\n Start my exam\n ": "\n\u0627\u0628\u062f\u0623 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646", + "\n 1. Copy this unique exam code. You will be prompted to paste this code later before you start the exam.\n ": "\n1. \u0627\u0646\u0633\u062e \u0647\u0630\u0627 \u0627\u0644\u0631\u0645\u0632 \u0627\u0644\u062e\u0635\u0627 \u0628\u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646. \u0633\u0648\u0641 \u064a\u0637\u0644\u0628 \u0645\u0646\u0643 \u0644\u0635\u0642 \u0647\u0630\u0627 \u0627\u0644\u0631\u0645\u0632 \u0641\u064a \u0648\u0642\u062a \u0644\u0627\u062d\u0642 \u0642\u0628\u0644 \u0628\u062f\u0621 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646.", + "\n 2. Follow the link below to set up proctoring.\n ": "\n2. \u0627\u062a\u0628\u0639 \u0627\u0644\u0631\u0627\u0628\u0637 \u0623\u062f\u0646\u0627\u0647 \u0644\u0625\u0639\u062f\u0627\u062f \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629", + "\n A new window will open. You will run a system check before downloading the proctoring application.\n ": "\n\u0633\u062a\u0641\u062a\u062d \u0646\u0627\u0641\u0630\u0629 \u062c\u062f\u064a\u062f\u0629. \u0633\u0648\u0641 \u062a\u0642\u0648\u0645 \u0628\u062a\u0634\u063a\u064a\u0644 \u0641\u062d\u0635 \u0627\u0644\u0646\u0638\u0627\u0645 \u0642\u0628\u0644 \u062a\u062d\u0645\u064a\u0644 \u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629.", + "\n About Proctored Exams\n ": "\n\u0639\u0646 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629", + "\n After the due date has passed, you can review the exam, but you cannot change your answers.\n ": "\n\u0628\u0639\u062f \u0645\u0631\u0648\u0631 \u0627\u0644\u0645\u0648\u0639\u062f \u0627\u0644\u0645\u062d\u062f\u062f\u060c \u064a\u0645\u0643\u0646\u0643 \u0645\u0631\u0627\u062c\u0639\u0629 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646\u060c \u0648\u0644\u0643\u0646 \u0644\u0627 \u064a\u0645\u0643\u0646\u0643 \u062a\u063a\u064a\u064a\u0631 \u0625\u062c\u0627\u0628\u0627\u062a\u0643.", + "\n Are you sure you want to take this exam without proctoring?\n ": "\n\u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f \u0628\u0627\u0646\u0643 \u062a\u0631\u064a\u062f \u0627\u0644\u062e\u0636\u0648\u0639 \u0644\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u062f\u0648\u0631\u0646 \u0645\u0631\u0627\u0642\u0628\u0629\u061f", + "\n Due to unsatisfied prerequisites, you can only take this exam without proctoring.\n ": "\n\u0628\u0633\u0628\u0628 \u0639\u062f\u0645 \u0627\u0633\u062a\u064a\u0641\u0627\u0621 \u0627\u0644\u0634\u0631\u0648\u0637 \u0627\u0644\u0645\u0633\u0628\u0642\u0629\u060c \u064a\u0645\u0643\u0646\u0643 \u0623\u0646 \u062a\u062e\u0636\u0639 \u0644\u0647\u0630\u0627 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0641\u0642\u0637 \u062f\u0648\u0646 \u0645\u0631\u0627\u0642\u0628\u0629.", + "\n I am not interested in academic credit.\n ": "\n\u0644\u0633\u062a \u0645\u0639\u0646\u064a\u0627\u064b \u0628\u0627\u0644\u0646\u0642\u0627\u0637 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629.", + "\n I am ready to start this timed exam.\n ": "\n\u0623\u0646\u0627 \u062c\u0627\u0647\u0632 \u0644\u0628\u062f\u0621 \u0647\u0630\u0627 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0645\u0648\u0642\u0648\u062a.", + "\n If you take this exam without proctoring, you will no longer be eligible for academic credit. \n ": "\n\u0625\u0630\u0627 \u062e\u0636\u0639\u062a \u0644\u0647\u0630\u0627 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u062f\u0648\u0646 \u0645\u0631\u0627\u0642\u0628\u0629\u060c \u0644\u0646 \u062a\u0643\u0648\u0646 \u0645\u0624\u062e\u0644\u0627\u064b \u0628\u0639\u062f \u0627\u0644\u0622\u0646 \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0646\u0642\u0627\u0637 \u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629. ", + "\n No, I want to continue working.\n ": "\n\u0644\u0627\u060c \u0623\u0631\u064a\u062f \u0627\u0644\u0627\u0633\u062a\u0645\u0631\u0627\u0631 \u0641\u064a \u0627\u0644\u0639\u0645\u0644.", + "\n No, I'd like to continue working\n ": "\n\u0644\u0627\u060c \u0623\u0648\u062f \u0627\u0644\u0627\u0633\u062a\u0645\u0631\u0627\u0631 \u0641\u064a \u0627\u0644\u0639\u0645\u0644", + "\n Select the exam code, then copy it using Command+C (Mac) or Control+C (Windows).\n ": "\n\u062d\u062f\u062f \u0631\u0645\u0632 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646\u060c \u0648\u0645\u0646 \u062b\u0645 \u0627\u0646\u0633\u062e\u0647 \u0630\u0644\u0643 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 Command+C (\u0645\u0627\u0643) \u0623\u0648 Control+C(\u0648\u064a\u0646\u062f\u0648\u0632)", + "\n The time allotted for this exam has expired. Your exam has been submitted and any work you completed will be graded.\n ": "\n\u0627\u0646\u062a\u0647\u0649 \u0627\u0644\u0648\u0642\u062a \u0627\u0644\u0645\u062e\u0635\u0635 \u0644\u0647\u0630\u0627 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646. \u062a\u0645 \u062a\u0642\u062f\u064a\u0645 \u0627\u0645\u062a\u062d\u0627\u0646\u0643 \u0648\u0633\u0648\u0641 \u064a\u062a\u0645 \u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0627\u062a \u0639\u0644\u0649 \u0623\u064a \u0639\u0645\u0644 \u0642\u0645\u062a \u0628\u0627\u062a\u0645\u0627\u0645\u0647.", + "\n You have submitted your timed exam.\n ": "\n\u0644\u0642\u062f \u0642\u062f\u0645\u062a \u0627\u0645\u062a\u062d\u0627\u0646\u0643 \u0627\u0644\u0645\u0648\u0642\u0648\u062a.", + "\n You will be asked to verify your identity as part of the proctoring exam set up.\n Make sure you are on a computer with a webcam, and that you have valid photo identification\n such as a driver's license or passport, before you continue.\n ": "\n\u0633\u0648\u0641 \u064a\u0637\u0644\u0628 \u0645\u0646\u0643 \u062a\u0623\u0643\u064a\u062f \u0647\u0648\u064a\u062a\u0643 \u0643\u062c\u0632\u0621 \u0645\u0646 \u0625\u0639\u062f\u0627\u062f \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0645\u0631\u0627\u0642\u0628.\n\u062a\u0623\u0643\u062f \u0645\u0646 \u0623\u0646\u0643 \u062a\u0633\u062a\u0639\u0645\u0644 \u062c\u0647\u0627\u0632 \u0643\u0645\u0628\u064a\u0648\u062a\u0631 \u0645\u0639 \u0643\u0627\u0645\u064a\u0631\u0627 \u0648\u064a\u0628\u060c \u0648\u0628\u0623\u0646\u0647 \u0644\u062f\u064a\u0643 \u0635\u0648\u0631\u0629 \u0647\u0648\u064a\u0629 \u0635\u0627\u0644\u062d\u0629\n\u0645\u062b\u0644 \u0631\u062e\u0635\u0629 \u0627\u0644\u0642\u064a\u0627\u062f\u0629 \u0623\u0648 \u062c\u0648\u0627\u0632 \u0627\u0644\u0633\u0641\u0631\u060c \u0642\u0628\u0644 \u0627\u0644\u0645\u062a\u0627\u0628\u0639\u0629.", + "\n You will be guided through steps to set up online proctoring software and to perform various checks.\n ": "\n\u0633\u064a\u062a\u0645 \u0627\u0631\u0634\u0627\u062f\u0643 \u062e\u0644\u0627\u0644 \u062e\u0637\u0648\u0627\u062a \u0639\u0645\u0644\u064a\u0629 \u0625\u0639\u062f\u0627\u062f \u0628\u0631\u0646\u0627\u0645\u062c \u0645\u0631\u0627\u0642\u0628\u0629 \u0639\u0628\u0631 \u0627\u0644\u0627\u0646\u062a\u0631\u0646\u062a \u0648\u0627\u0644\u0642\u064a\u0627\u0645 \u0628\u0627\u0644\u0639\u062f\u064a\u062f \u0645\u0646 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u062e\u062a\u0644\u0641\u0629.", + "\n You will be guided through steps to set up online proctoring software and to perform various checks.
\n ": "\n\u0633\u064a\u062a\u0645 \u0625\u0631\u0634\u0627\u062f\u0643 \u062e\u0644\u0627\u0644 \u0627\u0644\u062e\u0637\u0648\u0627\u062a \u0627\u0644\u0644\u0627\u0632\u0645\u0629 \u0644\u0625\u0639\u062f\u0627\u062f \u0628\u0631\u0627\u0645\u062c \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629 \u0639\u0628\u0631 \u0627\u0644\u0627\u0646\u062a\u0631\u0646\u062a \u0648\u0644\u062a\u0646\u0641\u064a\u0630 \u0627\u062e\u062a\u0628\u0627\u0631\u0627\u062a \u0645\u062e\u062a\u0644\u0641\u0629..
", + "\n • After you quit the proctoring session, the recorded data is uploaded for review.
\n • Proctoring results are usually available within 5 business days after you submit your exam.\n ": "\n•\u061b \u0628\u0639\u062f \u0627\u0644\u062e\u0631\u0648\u062c \u0645\u0646 \u0627\u0644\u062c\u0644\u0633\u0629 \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629\u060c \u0633\u064a\u062a\u0645 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0633\u062c\u0644\u0629 \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629.
\n•\u061b \u0646\u062a\u0627\u0626\u062c \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629 \u0639\u0627\u062f\u0629 \u0645\u0627 \u062a\u0643\u0648\u0646 \u0645\u062a\u0648\u0641\u0631\u0629 \u062e\u0644\u0627\u0644 5 \u0623\u064a\u0627\u0645 \u0639\u0645\u0644 \u0628\u0639\u062f \u062a\u0642\u062f\u064a\u0645 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646.", + "\n A technical error has occurred with your proctored exam. To resolve this problem, contact\n technical support. All exam data, including answers\n for completed problems, has been lost. When the problem is resolved you will need to restart\n the exam and complete all problems again.\n ": "\n\u062d\u062f\u062b \u062e\u0637\u0623 \u0641\u0646\u064a \u0641\u064a \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0645\u0631\u0627\u0642\u0628 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643. \u0644\u062d\u0644 \u0647\u0630\u0647 \u0627\u0644\u0645\u0634\u0643\u0644\u0629\u060c \u0627\u062a\u0635\u0644 \n\u0627\u0644\u062f\u0639\u0645 \u0627\u0644\u0641\u0646\u064a. \u0643\u0644 \u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646\u060c \u064a\u0634\u0645\u0644 \n\u0627\u0644\u0627\u062c\u0627\u0628\u0627\u062a\n\u0644\u0644\u0645\u0633\u0627\u0626\u0644 \u0627\u0644\u0645\u0633\u062a\u0643\u0644\u0645\u0629\u060c \u0644\u0645 \u064a\u062a\u0645 \u062d\u0641\u0638\u0647\u0627. \u0639\u0646\u062f\u0645\u0627 \u064a\u062a\u0645 \u062d\u0644 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u0633\u064a\u0643\u0648\u0646 \u0639\u0644\u064a\u0643 \u0625\u0639\u0627\u062f\u0629 \u0628\u062f\u0621\n\u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0648\u062d\u0644 \u0627\u0644\u0645\u0633\u0627\u0626\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.", + "\n After the due date for this exam has passed, you will be able to review your answers on this page.\n ": "\n\u0628\u0639\u062f \u0627\u0646\u0642\u0636\u0627\u0621 \u0627\u0644\u0645\u0648\u0639\u062f \u0627\u0644\u0645\u062d\u062f\u062f \u0644\u0647\u0630\u0627 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646\u060c \u0633\u0648\u0641 \u062a\u062a\u0645\u0643\u0646 \u0645\u0646 \u0645\u0631\u0627\u062c\u0639\u0629 \u0625\u062c\u0627\u0628\u0627\u062a\u0643 \u0639\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062d\u0629.", + "\n After you submit your exam, your exam will be graded.\n ": "\n\u0628\u0639\u062f \u0623\u0646 \u062a\u0642\u0648\u0645 \u0628\u062a\u0642\u062f\u064a\u0645 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646\u060c \u0633\u0648\u0641 \u064a\u062a\u0645 \u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646.", + "\n After you submit your exam, your responses are graded and your proctoring session is reviewed.\n You might be eligible to earn academic credit for this course if you complete all required exams\n as well as achieve a final grade that meets credit requirements for the course.\n ": "\n\u0628\u0639\u062f \u062a\u0642\u062f\u064a\u0645 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643\u060c \u0633\u0648\u0641 \u064a\u062a\u0645 \u062a\u0642\u064a\u064a\u0645 \u0627\u062c\u0627\u0628\u0627\u062a\u0643 \u0648\u0627\u0633\u0639\u0631\u0627\u0636 \u0627\u0644\u062c\u0644\u0633\u0629 \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629.\n\u0642\u062f \u0644\u0627 \u062a\u0643\u0648\u0646 \u0645\u0624\u0647\u0644\u0627\u064b \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0646\u0642\u0627\u0637 \u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0644\u0647\u0630\u0647 \u0627\u0644\u062f\u0648\u0631\u0629 \u0625\u0630\u0627 \u0627\u0633\u062a\u0643\u0645\u0644\u062a \u062c\u0645\u064a\u0639 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629\n\u0648\u062d\u0635\u0644\u062a \u0639\u0644\u0649 \u0627\u0644\u0639\u0644\u0627\u0645\u0629 \u0627\u0644\u062a\u064a \u062a\u0644\u0628\u064a \u0645\u062a\u0637\u0644\u0628\u0627\u062a \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0646\u0642\u0627\u0637 \u0644\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a\u0629", + "\n Are you sure that you want to submit your timed exam?\n ": "\n\u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f \u0628\u0623\u0646\u0643 \u062a\u0631\u064a\u062f \u0623\u0646 \u062a\u0642\u062f\u0645 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0645\u0648\u0642\u0648\u062a \u0627\u0644\u062e\u0627\u0635 \u0628\u0643\u061f", + "\n Are you sure you want to end your proctored exam?\n ": "\n\u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f \u0628\u0623\u0646\u0643 \u062a\u0631\u064a\u062f \u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0645\u0631\u0627\u0642\u0628 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643\u061f", + "\n Because the due date has passed, you are no longer able to take this exam.\n ": "\n\u0644\u0623\u0646 \u0627\u0644\u0645\u0648\u0639\u062f \u0627\u0644\u0645\u062d\u062f\u062f \u0642\u062f \u0645\u0631\u060c \u0644\u0645 \u062a\u0639\u062f \u0642\u0627\u062f\u0631\u0627\u064b \u0639\u0644\u0649 \u0627\u0644\u062e\u0636\u0648\u0639 \u0644\u0647\u0630\u0627 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646", + "\n Error with proctored exam\n ": "\n\u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0645\u0631\u0627\u0642\u0628", + "\n Follow these instructions\n ": "\n\u0627\u062a\u0628\u0639 \u0647\u0630\u0647 \u0627\u0644\u0627\u0631\u0634\u0627\u062f\u0627\u062a", + "\n Follow these steps to set up and start your proctored exam.\n ": "\n\u0627\u062a\u0628\u0639 \u0647\u0630\u0647 \u0627\u0644\u062e\u0637\u0648\u0627\u062a \u0644\u0625\u0639\u062f\u0627\u062f \u0648\u0628\u062f\u0621 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0645\u0631\u0627\u0642\u0628 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643", + "\n Get familiar with proctoring for real exams later in the course. This practice exam has no impact\n on your grade in the course.\n ": "\n\u062a\u0639\u0631\u0641 \u0639\u0644\u0649 \u0645\u0631\u0627\u0642\u0628\u0629 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a \u0627\u0644\u062d\u0642\u064a\u0642\u064a\u0629 \u0641\u064a \u0648\u0642\u062a \u0644\u0627\u062d\u0642 \u0641\u064a \u0647\u0630\u0647 \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a\u0629. \u0647\u0630\u0627 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a \u0644\u064a\u0633 \u0644\u062f\u064a\u0647 \u0623\u064a \u062a\u0623\u062b\u064a\u0631\n\u0639\u0644\u0649 \u062f\u0631\u062c\u062a\u0643 \u0641\u064a \u0627\u0644\u062f\u0648\u0631\u0629", + "\n If the proctoring software window is still open, you can close it now. Confirm that you want to quit the application when you are prompted.\n ": "\n\u0625\u0630\u0627 \u0643\u0627\u0646\u062a \u0646\u0627\u0641\u0630\u0629 \u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629 \u0644\u0627 \u062a\u0632\u0627\u0644 \u0645\u0641\u062a\u0648\u062d\u0629\u0646 \u064a\u0645\u0643\u0646\u0643 \u0627\u063a\u0644\u0627\u0642\u0647\u0627 \u0627\u0644\u0622\u0646. \u0642\u0645 \u0628\u0627\u0644\u062a\u0623\u0643\u064a\u062f \u0628\u0623\u0646\u0643 \u062a\u0631\u064a\u062f \u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u062a\u0637\u0628\u064a\u0642 \u0639\u0646\u062f\u0645\u0627 \u064a\u062a\u0645 \u0637\u0644\u0628 \u0630\u0644\u0643 \u0645\u0646\u0643.", + "\n If you have concerns about your proctoring session results, contact your course team.\n ": "\n\u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u062f\u064a\u0643 \u0645\u062e\u0627\u0648\u0641 \u0628\u0634\u0623\u0646 \u0646\u062a\u0627\u0626\u062c \u062c\u0644\u0633\u0629 \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643\u060c \u0627\u062a\u0635\u0644 \u0628\u0641\u0631\u064a\u0642 \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a\u0629.", + "\n If you have disabilities,\n you might be eligible for an additional time allowance on timed exams.\n Ask your course team for information about additional time allowances.\n ": "\n\u0625\u0630\u0627 \u0643\u0646\u062a \u062a\u0639\u0627\u0646\u064a \u0645\u0646 \u0639\u062c\u0632\u060c\n\u0645\u0646 \u0627\u0644\u0645\u0645\u0643\u0646 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0645\u0624\u0647\u0644 \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0648\u0642\u062a \u0625\u0636\u0627\u0641\u064a \u0641\u064a \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0645\u0648\u0642\u0648\u062a.\n\u0627\u0633\u0623\u0644 \u0641\u0631\u064a\u0642 \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062f\u0631\u0627\u0633\u064a\u0629 \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u062d\u0648\u0644 \u0627\u0644\u062d\u0627\u0644\u0627\u062a \u0627\u0644\u062a\u064a \u064a\u0633\u0645\u062d \u0641\u064a\u0647\u0627 \u0628\u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0648\u0642\u062a \u0625\u0636\u0627\u0641\u064a", + "\n If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n ": "\n\u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u062f\u064a\u0643 \u0623\u0633\u0626\u0644\u0629 \u062d\u0648\u0644 \u062d\u0627\u0644\u0629 \u0646\u062a\u0627\u0626\u062c \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a\u060c \u0627\u062a\u0635\u0644 %(platform_name)s \u0628\u0627\u0644\u062f\u0639\u0645", + "\n If you have questions about the status of your requirements for course credit, contact %(platform_name)s Support.\n ": "\n\u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u062f\u064a\u0643 \u0623\u0633\u0626\u0644\u0629 \u062d\u0648\u0644 \u062d\u0627\u0644\u0629 \u0645\u062a\u0637\u0644\u0628\u0627\u062a \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0646\u0642\u0627\u0637 \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a\u0629\u060c \u0627\u062a\u0635\u0644 %(platform_name)s \u0628\u0627\u0644\u062f\u0639\u0645", + "\n Make sure that you have selected \"Submit\" for each problem before you submit your exam.\n ": "\n\u062a\u0623\u0643\u062f \u0645\u0646 \u0623\u0646\u0643 \u0642\u0645\u062a \u0628\u0627\u062e\u062a\u064a\u0627\u0631 \"\u0625\u0631\u0633\u0627\u0644\" \u0644\u0643\u0644 \u0645\u0633\u0623\u0644\u0629 \u0642\u0628\u0644 \u062a\u0642\u062f\u064a\u0645 \u0627\u0645\u062a\u062d\u0627\u0646\u0643.", + "\n Practice exams do not affect your grade or your credit eligibility.\n You have completed this practice exam and can continue with your course work.\n ": "\n\u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a \u0627\u0644\u062a\u0645\u0631\u0646 \u0644\u0627 \u062a\u0624\u062b\u0631 \u0639\u0644\u0649 \u062f\u0631\u062c\u062a\u0643 \u0623\u0648 \u0646\u0642\u0627\u0637\u0643.\n\u0644\u0642\u062f \u0623\u0643\u0645\u0644\u062a \u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u062a\u0645\u0631\u0646 \u0647\u0630\u0627 \u0648\u064a\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u0633\u062a\u0645\u0631\u0627\u0631 \u0641\u064a \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a\u0629.", + "\n The due date for this exam has passed\n ": "\n\u0644\u0642\u062f \u0645\u0631 \u0627\u0644\u0645\u0648\u0639\u062f \u0627\u0644\u0645\u0642\u0631\u0631 \u0644\u0647\u0630\u0627 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646", + "\n There was a problem with your practice proctoring session\n ": "\n\n\u0643\u0627\u0646\u062a \u0647\u0646\u0627\u0643 \u0645\u0634\u0643\u0644\u0629 \u0641\u064a \u062c\u0644\u0633\u0629 \u062a\u0645\u0631\u064a\u0646 \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643", + "\n This exam is proctored\n ": "\n\u0647\u0630\u0627 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0645\u0631\u0627\u0642\u0628", + "\n To view your exam questions and responses, select View my exam. The exam's review status is shown in the left navigation pane.\n ": "\n\u0644\u0639\u0631\u0636 \u0623\u0633\u0626\u0644\u0629 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0648\u0627\u0644\u0631\u062f\u0648\u062f \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643\u060c \u0627\u062e\u062a\u0631 \u0639\u0631\u0636 \u0627\u0645\u062a\u062d\u0627\u0646\u064a. \u062a\u0638\u0647\u0631 \u062d\u0627\u0644\u0629 \u0645\u0631\u0627\u062c\u0639\u0629 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0641\u064a \u062c\u0632\u0621 \u0627\u0644\u062a\u0646\u0642\u0644 \u0627\u0644\u0623\u064a\u0645\u0646.", + "\n Try a proctored exam\n ": "\n\u062a\u062c\u0631\u0628\u0629 \u0627\u0645\u062a\u062d\u0627\u0646 \u0645\u0631\u0627\u0642\u0628", + "\n View your credit eligibility status on your Progress page.\n ": "\n\u0639\u0631\u0636 \u062d\u0627\u0644\u0629 \u0627\u0644\u0646\u0642\u0627\u0637 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643 \u0639\u0644\u0649 \u062a\u0642\u062f\u0645 page.", + "\n Yes, end my proctored exam\n ": "\n\u0646\u0639\u0645\u060c \u0642\u0645 \u0628\u0625\u0646\u0647\u0627\u0621 \u0627\u0645\u062a\u062d\u0627\u0646\u064a \u0627\u0644\u0645\u0631\u0627\u0642\u0628.", + "\n Yes, submit my timed exam.\n ": "\n\u0646\u0639\u0645\u060c \u0642\u0645 \u0628\u062a\u0642\u062f\u064a\u0645 \u0627\u0645\u062a\u062d\u0627\u0646\u064a \u0627\u0644\u0645\u0648\u0642\u062a.", + "\n You are eligible to purchase academic credit for this course if you complete all required exams\n and also achieve a final grade that meets the credit requirements for the course.\n ": "\n\u0623\u0646\u062a \u0645\u0624\u0647\u0644 \u0644\u0634\u0631\u0627\u0621 \u0627\u0644\u0646\u0642\u0627\u0637 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0644\u0647\u0630\u0647 \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062f\u0631\u0627\u0633\u064a\u0629 \u0625\u0630\u0627 \u0627\u0633\u062a\u0643\u0645\u0644\u062a \u062c\u0645\u064a\u0639 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629\n\u0648\u0623\u064a\u0636\u0627\u064b \u062d\u0635\u0644\u062a \u0639\u0644\u0649 \u0639\u0644\u0627\u0645\u0629 \u0646\u0647\u0627\u0626\u064a\u0629 \u0627\u0644\u062a\u064a \u062a\u0644\u0628\u064a \u0645\u062a\u0637\u0644\u0628\u0627\u062a \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0646\u0642\u0627\u0637 \u0645\u0642\u0627\u0628\u0644 \u0647\u0630\u0647 \u0627\u0644\u062f\u0648\u0631\u0629.", + "\n You are no longer eligible for academic credit for this course, regardless of your final grade.\n If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n ": "\n\u0623\u0646\u062a \u0644\u0645 \u062a\u0639\u062f \u0645\u0624\u0647\u0644 \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0646\u0642\u0627\u0637 \u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0644\u0647\u0630\u0647 \u0627\u0644\u062f\u0648\u0631\u0629\u060c \u0628\u063a\u0636 \u0627\u0644\u0646\u0638\u0631 \u0639\u0646 \u0639\u0644\u0627\u0645\u062a\u0643\n\u0627\u0644\u0646\u0647\u0627\u0626\u064a\u0629.\n\u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u062f\u064a\u0643 \u0623\u0633\u0626\u0644\u0629 \u062d\u0648\u0644 \u062d\u0627\u0644\u0629 \u0646\u062a\u0627\u0626\u062c \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629\u060c \u0627\u062a\u0635\u0644 %(platform_name)s \u0628\u0627\u0644\u062f\u0639\u0645", + "\n You have submitted this practice proctored exam\n ": "\n\u0644\u0642\u062f \u0642\u0645\u062a \u0628\u062a\u0642\u062f\u064a\u0645 \u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u062a\u0645\u0631\u0646 \u0639\u0644\u0649 \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629", + "\n You have submitted this proctored exam for review\n ": "\n\u0644\u0642\u062f \u0642\u062f\u0645\u062a \u0647\u0630\u0627 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0645\u0631\u0627\u0642\u0628 \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629", + "\n Your grade for this timed exam will be immediately available on the Progress page.\n ": "\n\u0639\u0644\u0627\u0645\u0627\u062a\u0643 \u0641\u064a \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0645\u0648\u0642\u0648\u062a \u0633\u0648\u0641 \u062a\u0643\u0648\u0646 \u0645\u062a\u0648\u0641\u0631\u0629 \u0641\u0648\u0631\u0627\u064b \u0641\u064a \u0635\u0641\u062d\u0629 \u0627\u0644\u062a\u0642\u062f\u0645", + "\n Your practice proctoring results: Unsatisfactory \n ": "\n\u0646\u062a\u064a\u062c\u0629 \u062a\u0645\u0631\u064a\u0646 \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629: \u063a\u064a\u0631 \u0645\u0631\u0636\u0650 ", + "\n Your proctoring session ended before you completed this practice exam.\n You can retry this practice exam if you had problems setting up the online proctoring software.\n ": "\n\u0627\u0646\u062a\u0647\u062a \u062c\u0644\u0633\u0629 \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629 \u0642\u0628\u0644 \u0627\u0646\u062a\u0647\u0627\u0621 \u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u062a\u0645\u0631\u0646.\n\u064a\u0645\u0643\u0646\u0643 \u0625\u0639\u0627\u062f\u0629 \u0645\u062d\u0627\u0648\u0644\u0629 \u0647\u0630\u0627 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u062f\u064a\u0643 \u0645\u0634\u0643\u0644\u0629 \u0641\u064a \u0627\u0639\u062f\u0627\u062f \u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629 \u0639\u0628\u0631 \u0627\u0644\u0627\u0646\u062a\u0631\u0646\u062a.", + "\n Your proctoring session was reviewed and did not pass requirements\n ": "\n\u062a\u0645 \u0627\u0633\u062a\u0639\u0631\u0627\u0636 \u0627\u0644\u062c\u0644\u0633\u0629 \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643 \u0648\u0644\u0645 \u062a\u0633\u062a\u0648\u0641 \u0627\u0644\u0645\u062a\u0637\u0644\u0628\u0627\u062a", + "\n Your proctoring session was reviewed and passed all requirements\n ": "\n\u062a\u0645 \u0627\u0633\u062a\u0639\u0631\u0627\u0636 \u062c\u0644\u0633\u062a\u0643 \u0627\u0644\u0645\u0648\u0642\u0648\u062a\u0629 \u0648\u0644\u0642\u062f \u0627\u0633\u062a\u0648\u0641\u064a\u062a \u062c\u0645\u064a\u0639 \u0627\u0644\u0645\u062a\u0637\u0644\u0628\u0627\u062a.", + "\n %(exam_name)s is a Timed Exam (%(total_time)s)\n ": "\n%(exam_name)s \u0647\u0648 \u0627\u0645\u062a\u062d\u0627\u0646 \u0645\u0648\u0642\u0648\u062a (%(total_time)s)", + "\n The following prerequisites are in a pending state and must be successfully completed before you can proceed:\n ": "\n\u0627\u0644\u0645\u062a\u0637\u0644\u0628\u0627\u062a \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629 \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0647\u064a \u0641\u064a \u0648\u0636\u0639 \u0645\u0639\u0644\u0642\u0629 \u0648\u064a\u062c\u0628 \u0623\u0646 \u062a\u0633\u062a\u0643\u062a\u0645\u0644\u0647\u0627 \u0628\u0646\u062c\u0627\u062d \u0642\u0628\u0644 \u0623\u0646 \u062a\u062a\u0645\u0643\u0646 \u0645\u0646 \u0627\u0644\u0645\u0636\u064a \u0642\u062f\u0645\u0627\u064b:", + "\n You can take this exam with proctoring only when all prerequisites have been successfully completed. Check your Progress page to see if prerequisite results have been updated. You can also take this exam now without proctoring, but you will not be eligible for credit.\n ": "\n\u064a\u0645\u0643\u0646\u0643 \u0623\u0646 \u062a\u062e\u0636\u063a \u0644\u0647\u0630\u0627 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0645\u0639 \u0631\u0642\u0627\u0628\u0629 \u0641\u0642\u0637 \u0639\u0646\u062f\u0645\u0627 \u062a\u0633\u062a\u0648\u0641\u064a \u062c\u0645\u064a\u0639 \u0627\u0644\u0645\u062a\u0637\u0644\u0628\u0627\u062a \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629 \u0628\u0646\u062c\u0627\u062d. \u062a\u062d\u0642\u0642 \u0645\u0646 \u0635\u0641\u062d\u0629 \u0627\u0644\u062a\u0642\u062f\u0645 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643 \u0644\u0645\u0639\u0631\u0641\u0629 \u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0642\u062f \u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0645\u062a\u0637\u0644\u0628\u0627\u062a \u0627\u0644\u0645\u0633\u0628\u0642\u0629. \u064a\u0645\u0643\u0646\u0643 \u0623\u064a\u0636\u0627\u064b \u0623\u0646 \u062a\u062e\u0636\u0639 \u0644\u0647\u0630\u0627 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u062f\u0648\u0646 \u0645\u0631\u0627\u0642\u0628\u0629\u060c \u0648\u0644\u0643\u0646\u0643 \u0644\u0646 \u062a\u0643\u0648\u0646 \u0645\u0624\u0647\u0644 \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0646\u0642\u0627\u0637.", + "\n You did not satisfy the following prerequisites:\n ": "\n\u0644\u0645 \u062a\u0633\u062a\u0648\u0641 \u0627\u0644\u0645\u062a\u0637\u0644\u0628\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629:", + "\n You did not satisfy the requirements for taking this exam with proctoring, and are not eligible for credit. See your Progress page for a list of requirements and your status for each.\n ": "\n\u0644\u0645 \u062a\u0633\u062a\u0648\u0641 \u0645\u062a\u0637\u0644\u0628\u0627 \u0647\u0630\u0627 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0645\u0631\u0627\u0642\u0628 \u0648\u0644\u0633\u062a \u0645\u0624\u0647\u0644\u0627\u064b \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0646\u0642\u0627\u0637. \u0631\u0627\u062c\u0639 \u0635\u0641\u062d\u0629 \u0627\u0644\u062a\u0642\u062f\u0645 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643 \u0644\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u062a\u0637\u0644\u0628\u0627\u062a \u0648\u0627\u0644\u062d\u0627\u0644\u0629 \u0644\u0643\u0644 \u0627\u0645\u062a\u062d\u0627\u0646.", + "\n You have not completed the prerequisites for this exam. All requirements must be satisfied before you can take this proctored exam and be eligible for credit. See your Progress page for a list of requirements in the order that they must be completed.\n ": "\n\u0627\u0645 \u062a\u0643\u0645\u0644 \u0627\u0644\u0645\u062a\u0637\u0644\u0628\u0627\u062a \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629 \u0644\u0647\u0630\u0627 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646. \u064a\u062c\u0628 \u0627\u0644\u0648\u0641\u0627\u0621 \u0628\u062c\u0645\u064a\u0639 \u0627\u0644\u0645\u062a\u0637\u0644\u0628\u0627\u062a \u0642\u0628\u0644 \u0623\u0646 \u062a\u062a\u0645\u0643\u0646 \u0645\u0646 \u0627\u0644\u062e\u0636\u0648\u0639 \u0644\u0647\u0630\u0627 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0645\u0631\u0627\u0642\u0628 \u0648\u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0646\u0642\u0627\u0637. \u064a\u0645\u0643\u0646\u0643 \u0631\u0624\u064a\u0629 \u0627\u0644\u062a\u0642\u062f\u0645 \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u062a\u0637\u0644\u0628\u0627\u062a \u0627\u0644\u062a\u064a \u064a\u062c\u0628 \u0627\u0633\u062a\u064a\u0641\u0627\u0626\u0647\u0627.", + " From this point in time, you must follow the online proctoring rules to pass the proctoring review for your exam. ": "\u0627\u0628\u062a\u062f\u0627\u0621\u064b \u0645\u0646 \u0627\u0644\u0622\u0646\u060c \u0639\u0644\u064a\u0643 \u0623\u0646 \u062a\u062a\u0628\u0639 \u0642\u0648\u0627\u0639\u062f \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629 \u0639\u0628\u0631 \u0627\u0644\u0627\u0646\u062a\u0631\u0646\u062a \u0644\u0644\u0646\u062f\u0627\u062d \u0641\u064a \u0627\u0644\u0627\u0633\u062a\u0639\u0631\u0627\u0636 \u0627\u0644\u0645\u0631\u0627\u0642\u0628 \u0644\u0627\u0645\u062a\u062d\u0627\u0646\u0643.", + " Your Proctoring Session Has Started ": "\u0644\u0642\u062f \u0628\u062f\u0623\u062a \u062c\u0644\u0633\u0629 \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643", + " and {num_of_minutes} minute": "\u0648{num_of_minutes} \u062f\u0642\u0627\u0626\u0642", + " and {num_of_minutes} minutes": "\u0648 {num_of_minutes} \u062f\u0642\u0627\u0626\u0642", + " learner does not exist in LMS and not added to the exception list": "\u0644\u0627 \u064a\u0648\u062c\u062f \u0645\u062a\u0639\u0644\u0651\u0645\u064a\u0646 \u0641\u064a LMS \u0648\u0644\u0645 \u062a\u062c\u0631\u064a \u0625\u0636\u0627\u0641\u062a\u0647\u0645 \u0625\u0644\u0649 \u0644\u0627\u0626\u062d\u0629 \u0627\u0644\u0627\u0633\u062a\u062b\u0646\u0627\u0621", + " learner is successfully added to the exception list": "\u062c\u0631\u062a \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645 \u0628\u0646\u062c\u0627\u062d \u0625\u0644\u0649 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0625\u0633\u062a\u062b\u0646\u0627\u0621", + " learners are successfully added to exception list": "\u062c\u0631\u0649 \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645\u064a\u0646 \u0628\u0646\u062c\u0627\u062d \u0625\u0644\u0649 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0625\u0633\u062a\u062b\u0646\u0627\u0621", + " to complete and submit the exam.": "\u0644\u0627\u0633\u062a\u0643\u0645\u0627\u0644 \u0648\u062a\u0642\u062f\u064a\u0645 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646.", + "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", + "%(comments_count)s %(span_sr_open)scomments %(span_close)s": "%(comments_count)s %(span_sr_open)s\u062a\u0639\u0644\u064a\u0642\u0627\u062a %(span_close)s", + "%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s unread comments)%(span_close)s": "%(comments_count)s %(span_sr_open)s\u062a\u0639\u0644\u064a\u0642\u0627\u062a (%(unread_comments_count)s \u062a\u0639\u0644\u064a\u0642\u0627\u062a \u063a\u064a\u0631 \u0645\u0642\u0631\u0648\u0621\u0629)%(span_close)s", + "%(download_link_start)sDownload this image (right-click or option-click, save as)%(link_end)s and then %(upload_link_start)supload%(link_end)s it to your backpack.": "%(download_link_start)s \u062d\u0645\u0644 \u0627\u0644\u0635\u0648\u0631\u0629 (\u0627\u0636\u063a\u0637 \u0632\u0631 \u0627\u0644\u0641\u0623\u0631\u0629 \u0627\u0644\u0623\u064a\u0645\u0646\u060c \u062d\u0641\u0638 \u0628\u0627\u0633\u0645) %(link_end)s \u0648\u0645\u0646 \u062b\u0645 %(upload_link_start)s\u062d\u0645\u0644%(link_end)s \u0625\u0644\u0649 Backpack.", "%(errorCount)s error found in form.": [ - "\u0648\u064f\u062c\u0650\u062f\u064e %(errorCount)s \u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u0646\u0645\u0648\u0630\u062c.", - "\u0648\u064f\u062c\u0650\u062f\u064e %(errorCount)s \u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u0646\u0645\u0648\u0630\u062c.", - "\u0648\u064f\u062c\u0650\u062f\u064e %(errorCount)s \u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u0646\u0645\u0648\u0630\u062c.", - "\u0648\u064f\u062c\u0650\u062f\u064e\u062a %(errorCount)s \u0623\u062e\u0637\u0627\u0621 \u0641\u064a \u0627\u0644\u0646\u0645\u0648\u0630\u062c.", - "\u0648\u064f\u062c\u0650\u062f\u064e\u062a %(errorCount)s \u0623\u062e\u0637\u0627\u0621 \u0641\u064a \u0627\u0644\u0646\u0645\u0648\u0630\u062c.", + "\u0648\u064f\u062c\u0650\u062f\u064e %(errorCount)s \u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u0646\u0645\u0648\u0630\u062c.", + "\u0648\u064f\u062c\u0650\u062f\u064e %(errorCount)s \u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u0646\u0645\u0648\u0630\u062c.", + "\u0648\u064f\u062c\u0650\u062f\u064e %(errorCount)s \u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u0646\u0645\u0648\u0630\u062c.", + "\u0648\u064f\u062c\u0650\u062f\u064e\u062a %(errorCount)s \u0623\u062e\u0637\u0627\u0621 \u0641\u064a \u0627\u0644\u0646\u0645\u0648\u0630\u062c.", + "\u0648\u064f\u062c\u0650\u062f\u064e\u062a %(errorCount)s \u0623\u062e\u0637\u0627\u0621 \u0641\u064a \u0627\u0644\u0646\u0645\u0648\u0630\u062c.", "\u0648\u064f\u062c\u0650\u062f\u064e\u062a %(errorCount)s \u0623\u062e\u0637\u0627\u0621 \u0641\u064a \u0627\u0644\u0646\u0645\u0648\u0630\u062c." - ], - "%(field)s can only contain up to %(count)d characters.": "\u064a\u062c\u0628 \u0623\u0644\u0627 \u064a\u062a\u062c\u0627\u0648\u0632 \u0639\u062f\u062f \u0623\u062d\u0631\u0641 \u0627\u0644\u062d\u0642\u0648\u0644 %(field)s \u0627\u0644\u0640 %(count)d \u062d\u0631\u0641\u064b\u0627.", - "%(field)s must have at least %(count)d characters.": "\u064a\u062c\u0628 \u0639\u0644\u0649 \u062d\u0642\u0644 %(field)s \u0623\u0646 \u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 %(count)d \u062d\u0631\u0648\u0641 \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644.", + ], + "%(field)s can only contain up to %(count)d characters.": "\u064a\u062c\u0628 \u0623\u0644\u0627 \u064a\u062a\u062c\u0627\u0648\u0632 \u0639\u062f\u062f \u0623\u062d\u0631\u0641 \u0627\u0644\u062d\u0642\u0648\u0644 %(field)s \u0627\u0644\u0640 %(count)d \u062d\u0631\u0641\u064b\u0627.", + "%(field)s must have at least %(count)d characters.": "\u064a\u062c\u0628 \u0639\u0644\u0649 \u062d\u0642\u0644 %(field)s \u0623\u0646 \u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 %(count)d \u062d\u0631\u0648\u0641 \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644.", "%(memberCount)s / %(maxMemberCount)s Member": [ - "%(memberCount)s / %(maxMemberCount)s \u0639\u0636\u0648", - "%(memberCount)s / %(maxMemberCount)s \u0639\u0636\u0648", - "%(memberCount)s / %(maxMemberCount)s \u0639\u0636\u0648", - "%(memberCount)s / %(maxMemberCount)s \u0639\u0636\u0648", - "%(memberCount)s / %(maxMemberCount)s \u0639\u0636\u0648", + "%(memberCount)s / %(maxMemberCount)s \u0639\u0636\u0648", + "%(memberCount)s / %(maxMemberCount)s \u0639\u0636\u0648", + "%(memberCount)s / %(maxMemberCount)s \u0639\u0636\u0648", + "%(memberCount)s / %(maxMemberCount)s \u0639\u0636\u0648", + "%(memberCount)s / %(maxMemberCount)s \u0639\u0636\u0648", "%(memberCount)s / %(maxMemberCount)s \u0639\u0636\u0648" - ], - "%(new_item_message)s": "\u0631\u0633\u0627\u0626\u0644 %(new_item_message)s", + ], + "%(new_item_message)s": "\u0631\u0633\u0627\u0626\u0644 %(new_item_message)s", "%(num_questions)s question": [ - "%(num_questions)s \u0633\u0624\u0627\u0644", - "%(num_questions)s \u0633\u0624\u0627\u0644", - "%(num_questions)s \u0633\u0624\u0627\u0644", - "%(num_questions)s \u0633\u0624\u0627\u0644", - "%(num_questions)s \u0633\u0624\u0627\u0644", + "%(num_questions)s \u0633\u0624\u0627\u0644", + "%(num_questions)s \u0633\u0624\u0627\u0644", + "%(num_questions)s \u0633\u0624\u0627\u0644", + "%(num_questions)s \u0633\u0624\u0627\u0644", + "%(num_questions)s \u0633\u0624\u0627\u0644", "%(num_questions)s \u0633\u0624\u0627\u0644" - ], + ], "%(num_students)s student": [ - "%(num_students)s \u0637\u0627\u0644\u0628", - "%(num_students)s \u0637\u0627\u0644\u0628", - "%(num_students)s \u0637\u0627\u0644\u0628", - "%(num_students)s \u0637\u0627\u0644\u0628", - "%(num_students)s \u0637\u0627\u0644\u0628", + "%(num_students)s \u0637\u0627\u0644\u0628", + "%(num_students)s \u0637\u0627\u0644\u0628", + "%(num_students)s \u0637\u0627\u0644\u0628", + "%(num_students)s \u0637\u0627\u0644\u0628", + "%(num_students)s \u0637\u0627\u0644\u0628", "%(num_students)s \u0637\u0627\u0644\u0628" - ], + ], "%(num_students)s student opened Subsection": [ - "\u0642\u0627\u0645 %(num_students)s \u0637\u0627\u0644\u0628 \u0628\u0641\u062a\u062d \u0642\u0633\u0645 \u0641\u0631\u0639\u064a", - "\u0642\u0627\u0645 %(num_students)s \u0637\u0627\u0644\u0628 \u0628\u0641\u062a\u062d \u0642\u0633\u0645 \u0641\u0631\u0639\u064a", - "\u0642\u0627\u0645 %(num_students)s \u0637\u0627\u0644\u0628 \u0628\u0641\u062a\u062d \u0642\u0633\u0645 \u0641\u0631\u0639\u064a", - "\u0642\u0627\u0645 %(num_students)s \u0637\u0627\u0644\u0628 \u0628\u0641\u062a\u062d \u0642\u0633\u0645 \u0641\u0631\u0639\u064a", - "\u0642\u0627\u0645 %(num_students)s \u0637\u0627\u0644\u0628 \u0628\u0641\u062a\u062d \u0642\u0633\u0645 \u0641\u0631\u0639\u064a", + "\u0642\u0627\u0645 %(num_students)s \u0637\u0627\u0644\u0628 \u0628\u0641\u062a\u062d \u0642\u0633\u0645 \u0641\u0631\u0639\u064a", + "\u0642\u0627\u0645 %(num_students)s \u0637\u0627\u0644\u0628 \u0628\u0641\u062a\u062d \u0642\u0633\u0645 \u0641\u0631\u0639\u064a", + "\u0642\u0627\u0645 %(num_students)s \u0637\u0627\u0644\u0628 \u0628\u0641\u062a\u062d \u0642\u0633\u0645 \u0641\u0631\u0639\u064a", + "\u0642\u0627\u0645 %(num_students)s \u0637\u0627\u0644\u0628 \u0628\u0641\u062a\u062d \u0642\u0633\u0645 \u0641\u0631\u0639\u064a", + "\u0642\u0627\u0645 %(num_students)s \u0637\u0627\u0644\u0628 \u0628\u0641\u062a\u062d \u0642\u0633\u0645 \u0641\u0631\u0639\u064a", "\u0641\u062a\u062d %(num_students)s \u0637\u0627\u0644\u0628 \u0642\u0633\u0645\u064b\u0627 \u0641\u0631\u0639\u064a\u0651\u064b\u0627." - ], - "%(programName)s Home Page.": "%(programName)s \u0627\u0644\u0635\u0641\u062d\u0629 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629.", + ], + "%(programName)s Home Page.": "%(programName)s \u0627\u0644\u0635\u0641\u062d\u0629 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629.", "%(sel)s of %(cnt)s selected": [ - "\u0644\u0627 \u0634\u064a \u0645\u062d\u062f\u062f", - "%(sel)s \u0645\u0646 %(cnt)s \u0645\u062d\u062f\u062f", - "%(sel)s \u0645\u0646 %(cnt)s \u0645\u062d\u062f\u062f", - "%(sel)s \u0645\u0646 %(cnt)s \u0645\u062d\u062f\u062f\u0629", - "%(sel)s \u0645\u0646 %(cnt)s \u0645\u062d\u062f\u062f", + "\u0644\u0627 \u0634\u064a \u0645\u062d\u062f\u062f", + "%(sel)s \u0645\u0646 %(cnt)s \u0645\u062d\u062f\u062f", + "%(sel)s \u0645\u0646 %(cnt)s \u0645\u062d\u062f\u062f", + "%(sel)s \u0645\u0646 %(cnt)s \u0645\u062d\u062f\u062f\u0629", + "%(sel)s \u0645\u0646 %(cnt)s \u0645\u062d\u062f\u062f", "%(sel)s \u0645\u0646 %(cnt)s \u0645\u062d\u062f\u062f" - ], + ], "%(team_count)s Team": [ - "%(team_count)s \u0641\u0631\u064a\u0642", - "%(team_count)s \u0641\u0631\u064a\u0642", - "%(team_count)s \u0641\u0631\u064a\u0642", - "%(team_count)s \u0641\u0650\u0631\u0642", - "%(team_count)s \u0641\u0650\u0631\u0642", + "%(team_count)s \u0641\u0631\u064a\u0642", + "%(team_count)s \u0641\u0631\u064a\u0642", + "%(team_count)s \u0641\u0631\u064a\u0642", + "%(team_count)s \u0641\u0650\u0631\u0642", + "%(team_count)s \u0641\u0650\u0631\u0642", "%(team_count)s \u0641\u0631\u064a\u0642\u0627\u064b" - ], - "%(type)s Component Template Menu": "\u0642\u0627\u0626\u0645\u0629 \u0646\u0645\u0627\u0630\u062c \u0645\u0643\u0648\u0651\u0646\u0627\u062a %(type)s", - "(Add signatories for a certificate)": "(\u0625\u0636\u0627\u0641\u0629 \u0645\u0648\u0642\u0651\u0650\u0639\u064a\u0646 \u0639\u0644\u0649 \u0634\u0647\u0627\u062f\u0629 \u0645\u0639\u064a\u0651\u0646\u0629)", - "(Required Field)": "(\u062d\u0642\u0644 \u0645\u0637\u0644\u0648\u0628)", + ], + "%(type)s Component Template Menu": "\u0642\u0627\u0626\u0645\u0629 \u0646\u0645\u0627\u0630\u062c \u0645\u0643\u0648\u0651\u0646\u0627\u062a %(type)s", + "(Add signatories for a certificate)": "(\u0625\u0636\u0627\u0641\u0629 \u0645\u0648\u0642\u0651\u0650\u0639\u064a\u0646 \u0639\u0644\u0649 \u0634\u0647\u0627\u062f\u0629 \u0645\u0639\u064a\u0651\u0646\u0629)", + "(Required Field)": "(\u062d\u0642\u0644 \u0645\u0637\u0644\u0648\u0628)", "(contains %(student_count)s student)": [ - "(\u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 %(student_count)s \u0637\u0627\u0644\u0628)", - "(\u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 %(student_count)s \u0637\u0627\u0644\u0628)", - "(\u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 %(student_count)s \u0637\u0627\u0644\u0628)", - "(\u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 %(student_count)s \u0637\u0627\u0644\u0628)", - "(\u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 %(student_count)s \u0637\u0627\u0644\u0628)", + "(\u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 %(student_count)s \u0637\u0627\u0644\u0628)", + "(\u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 %(student_count)s \u0637\u0627\u0644\u0628)", + "(\u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 %(student_count)s \u0637\u0627\u0644\u0628)", + "(\u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 %(student_count)s \u0637\u0627\u0644\u0628)", + "(\u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 %(student_count)s \u0637\u0627\u0644\u0628)", "(\u064a\u0634\u0645\u0644 %(student_count)s \u0637\u0644\u0651\u0627\u0628)" - ], - "- Sortable": "- \u0642\u0627\u0628\u0644 \u0644\u0644\u062a\u0635\u0646\u064a\u0641", - "6 a.m.": "6 \u0635.", - "6 p.m.": "6 \u0645\u0633\u0627\u0621\u064b", - ": video upload complete.": "\u062a\u0645 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0641\u064a\u062f\u064a\u0648:", - "<%= user %> already in exception list.": "\u0633\u0628\u0642 \u0623\u0646 \u0623\u064f\u062f\u0631\u062c \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 <%= user %> \u0639\u0644\u0649 \u0644\u0627\u0626\u062d\u0629 \u0627\u0644\u0627\u0633\u062a\u062b\u0646\u0627\u0621.", - "<%= user %> has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.": "\u0623\u064f\u064f\u0636\u064a\u0641 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 <%= user %> \u0628\u0646\u062c\u0627\u062d \u0625\u0644\u0649 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0627\u0633\u062a\u062b\u0646\u0627\u0621. \u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u2019\u0625\u0646\u0634\u0627\u0621 \u0634\u0647\u0627\u062f\u0629 \u0627\u0633\u062a\u062b\u0646\u0627\u0621\u2018 \u0623\u062f\u0646\u0627\u0647 \u0644\u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0634\u0647\u0627\u062f\u0629.", - "A driver's license, passport, or government-issued ID with your name and photo.": "\u0631\u062e\u0635\u0629 \u0627\u0644\u0642\u064a\u0627\u062f\u0629\u060c \u0623\u0648 \u062c\u0648\u0627\u0632 \u0627\u0644\u0633\u0641\u0631\u060c \u0623\u0648 \u0628\u0637\u0627\u0642\u0629 \u0634\u062e\u0635\u064a\u0629 \u0635\u0627\u062f\u0631\u0629 \u0639\u0646 \u0627\u0644\u062d\u0643\u0648\u0645\u0629\u060c \u0628\u062d\u064a\u062b \u062a\u062d\u0645\u0644 \u0623\u064a \u0648\u0627\u062d\u062f\u0629 \u0645\u0646 \u0647\u0630\u0647 \u0627\u0644\u0648\u062b\u0627\u0626\u0642 \u0627\u0633\u0645\u0643 \u0648\u0635\u0648\u0631\u062a\u0643 ", - "A driver's license, passport, or other government-issued ID with your name and photo": "\u0631\u062e\u0635\u0629 \u0627\u0644\u0642\u064a\u0627\u062f\u0629\u060c \u0623\u0648 \u062c\u0648\u0627\u0632 \u0627\u0644\u0633\u0641\u0631\u060c \u0623\u0648 \u0628\u0637\u0627\u0642\u0629 \u0634\u062e\u0635\u064a\u0629 \u0635\u0627\u062f\u0631\u0629 \u0639\u0646 \u0627\u0644\u062d\u0643\u0648\u0645\u0629\u060c \u0628\u062d\u064a\u062b \u062a\u062d\u0645\u0644 \u0623\u064a \u0648\u0627\u062d\u062f\u0629 \u0645\u0646 \u0647\u0630\u0647 \u0627\u0644\u0648\u062b\u0627\u0626\u0642 \u0627\u0633\u0645\u0643 \u0648\u0635\u0648\u0631\u062a\u0643 ", - "A list of courses you have just enrolled in as a verified student": "\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0633\u0627\u0642\u0627\u062a \u0627\u0644\u062a\u064a \u0633\u062c\u0651\u0644\u062a \u0641\u064a\u0647\u0627 \u0644\u062a\u0648\u0651\u0643 \u0643\u0637\u0627\u0644\u0628 \u0645\u0648\u062b\u0651\u064e\u0642 ", - "A name that identifies your team (maximum 255 characters).": "\u0627\u0633\u0645 \u064a\u0639\u0631\u0651\u0641 \u0628\u0641\u0631\u064a\u0642\u0643 (255 \u062d\u0631\u0641\u064b\u0627 \u0639\u0644\u0649 \u0627\u0644\u0623\u0643\u062b\u0631).", - "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "\u0648\u0635\u0641 \u0642\u0635\u064a\u0631 \u062d\u0648\u0644 \u0627\u0644\u0641\u0631\u064a\u0642 \u0644\u0645\u0633\u0627\u0639\u062f\u0629 \u0627\u0644\u0645\u062a\u0639\u0644\u0645\u064a\u0646 \u0627\u0644\u0622\u062e\u0631\u064a\u0646 \u0639\u0644\u0649 \u0641\u0647\u0645 \u0623\u0647\u062f\u0627\u0641\u0647 \u0623\u0648 \u062a\u0648\u062c\u0651\u0647\u0647 (300 \u062d\u0631\u0641\u064b\u0627 \u0639\u0644\u0649 \u0627\u0644\u0623\u0643\u062b\u0631).", - "A valid email address is required": "\u064a\u062c\u0628 \u0625\u062f\u062e\u0627\u0644 \u0639\u0646\u0648\u0627\u0646 \u0635\u062d\u064a\u062d \u0644\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a.", - "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "\u0623 \u0628 \u062a \u062b \u062c \u062d \u062e \u062f \u0630 \u0631 \u0632 \u0633 \u0634 \u0635 \u0636 \u0637 \u0638 \u0639 \u063a \u0641 \u0642 \u0643 \u0644 \u0645 \u0646 \u0647\u0640 \u0648 \u064a", - "Abbreviation": "\u0627\u0644\u0627\u062e\u062a\u0635\u0627\u0631", - "About You": "\u0646\u0628\u0630\u0629 \u0639\u0646\u0643", - "Account Information": "\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u062d\u0633\u0627\u0628", - "Account Not Activated": "\u0627\u0644\u062d\u0633\u0627\u0628 \u063a\u064a\u0631 \u0645\u0641\u0639\u0651\u0644", - "Account Settings": "\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u062d\u0633\u0627\u0628", - "Action": "\u0627\u0644\u0625\u062c\u0631\u0627\u0621", - "Action required: Enter a valid date.": "\u0625\u062c\u0631\u0627\u0621 \u0644\u0627\u0632\u0645: \u0623\u062f\u062e\u0644 \u062a\u0627\u0631\u064a\u062e\u0627\u064b \u0635\u0627\u0644\u062d\u0627\u064b.", - "Actions": "\u0627\u0644\u0625\u062c\u0631\u0627\u0621\u0627\u062a", - "Activate": "\u062a\u0641\u0639\u064a\u0644", - "Activate Your Account": "\u0642\u0645 \u0628\u062a\u0641\u0639\u064a\u0644 \u062d\u0633\u0627\u0628\u0643 ", - "Active Uploads": "\u0627\u0644\u062a\u062d\u0645\u064a\u0644\u0627\u062a \u0627\u0644\u0646\u0634\u0637\u0629", - "Add": "\u0625\u0636\u0627\u0641\u0629", - "Add Additional Signatory": "\u0625\u0636\u0627\u0641\u0629 \u0645\u064f\u0648\u064e\u0642\u0651\u0639 \u0625\u0636\u0627\u0641\u064a", - "Add Cohort": "\u0625\u0636\u0627\u0641\u0629 \u0634\u0639\u0628\u0629", - "Add Component:": "\u0625\u0636\u0627\u0641\u0629 \u0645\u0643\u0648\u0651\u0650\u0646:", - "Add New Component": "\u0625\u0636\u0627\u0641\u0629 \u0645\u0643\u0648\u0651\u0650\u0646 \u062c\u062f\u064a\u062f", - "Add URLs for additional versions": "\u0625\u0636\u0627\u0641\u0629 \u0631\u0648\u0627\u0628\u0637 \u0644\u0644\u0646\u0633\u062e\u0627\u062a \u0627\u0644\u0625\u0636\u0627\u0641\u064a\u0629", - "Add a Chapter": "\u0625\u0636\u0627\u0641\u0629 \u0641\u0635\u0644", - "Add a New Cohort": "\u0625\u0636\u0627\u0641\u0629 \u0634\u0639\u0628\u0629 \u062c\u062f\u064a\u062f\u0629", - "Add a Post": "\u0623\u0636\u0641 \u0645\u0646\u0634\u0648\u0631\u0627\u064b", - "Add a Response": "\u0625\u0636\u0627\u0641\u0629 \u0631\u062f:", - "Add a comment": "\u0625\u0636\u0627\u0641\u0629 \u062a\u0639\u0644\u064a\u0642 ", - "Add a learning outcome here": "\u0625\u0636\u0627\u0641\u0629 \u0646\u062a\u064a\u062c\u0629 \u062a\u0639\u0644\u064a\u0645\u064a\u0629 \u0647\u0646\u0627", - "Add a response:": "\u0623\u0636\u0641 \u0631\u062f\u0627\u064b:", - "Add another group": "\u0625\u0636\u0627\u0641\u0629 \u0645\u062c\u0645\u0648\u0639\u0629 \u0623\u062e\u0631\u0649", - "Add notes about this learner": "\u0623\u0636\u0641 \u0645\u0644\u0627\u062d\u0638\u0627\u062a \u062a\u062e\u0635\u0651 \u0647\u0630\u0627 \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645", - "Add to Exception List": "\u0625\u0636\u0641 \u0625\u0644\u0649 \u0644\u0627\u0626\u062d\u0629 \u0627\u0644\u0627\u0633\u062a\u062b\u0646\u0627\u0621\u0627\u062a", - "Add your first content group": "\u0623\u0636\u0641 \u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u0623\u0648\u0644\u0649", - "Add your first group configuration": "\u0623\u0636\u0641 \u0623\u0648\u0651\u0644 \u0625\u0639\u062f\u0627\u062f\u0627\u062a\u0643 \u0644\u0644\u0645\u062c\u0645\u0648\u0639\u0629", - "Add your first textbook": "\u0623\u0636\u0650\u0641 \u0623\u0648\u0651\u0644 \u0643\u062a\u0627\u0628 \u0644\u0643.", - "Add {role} Access": "\u0625\u0636\u0627\u0641\u0629 \u0635\u0644\u0627\u062d\u064a\u0629 \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0640 {role}", - "Adding the selected course to your cart": "\u062c\u0627\u0631\u064a \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0645\u0633\u0627\u0642 \u0627\u0644\u0645\u062e\u062a\u0627\u0631 \u0625\u0644\u0649 \u0639\u0631\u0628\u0629 \u0645\u0634\u062a\u0631\u064a\u0627\u062a\u0643", - "Additional Information": "\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0625\u0636\u0627\u0641\u064a\u0629", - "Additional Time (minutes)": "\u0627\u0644\u0648\u0642\u062a \u0627\u0644\u0625\u0636\u0627\u0641\u064a (\u0628\u0627\u0644\u062f\u0642\u0627\u0626\u0642)", - "Additional posts could not be loaded. Refresh the page and try again.": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u0627\u062a \u0627\u0644\u0625\u0636\u0627\u0641\u064a\u0629. \u0642\u0645 \u0628\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0635\u0641\u062d\u0629 \u0648\u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.", - "Admin": "\u0645\u0634\u0631\u0650\u0641", - "Advanced": "\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0645\u062a\u0642\u062f\u0651\u0645\u0629", - "After the subsection\\'s due date has passed, learners can no longer access its content. The subsection remains included in grade calculations.": "\u0628\u0639\u062f \u0645\u0631\u0648\u0631 \u0627\u0644\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0645\u062d\u062f\u062f \u0644\u0644\u0642\u0633\u0645 \u0627\u0644\u0641\u0631\u0639\u064a\u060c \u0644\u0645 \u064a\u0639\u062f \u0627\u0644\u0645\u062a\u0639\u0644\u0645\u0648\u0646 \u0642\u0627\u062f\u0631\u064a\u0646 \u0628\u0639\u062f \u0639\u0644\u0649 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0645\u062d\u062a\u0648\u0627\u0647. \u064a\u0638\u0644 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0641\u0631\u0639\u064a \u0645\u062f\u0631\u062c\u064b\u0627 \u0641\u064a \u062d\u0633\u0627\u0628\u0627\u062a \u0627\u0644\u0645\u0633\u062a\u0648\u0649.", - "After you select ": "\u0628\u0639\u062f \u0623\u0646 \u062a\u062e\u062a\u0627\u0631", - "All Groups": "\u0643\u0627\u0641\u0651\u0629 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0627\u062a ", - "All Posts": "\u0643\u0644 \u0627\u0644\u0645\u0646\u0634\u0648\u0631\u0627\u062a", - "All Rights Reserved": "\u062c\u0645\u064a\u0639 \u0627\u0644\u062d\u0642\u0648\u0642 \u0645\u062d\u0641\u0648\u0638\u0629", - "All Time Zones": "\u062c\u0645\u064a\u0639 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0632\u0645\u0646\u064a\u0629", - "All Topics": "\u0643\u0627\u0641\u0651\u0629 \u0627\u0644\u0645\u0648\u0627\u0636\u064a\u0639", - "All Unreviewed": "\u0643\u0644 \u0645\u0627 \u0644\u0645 \u062a\u062a\u0645 \u0645\u0631\u0627\u062c\u0639\u062a\u0647", - "All Unreviewed Failures": "\u0643\u0644 \u0627\u0644\u0631\u0633\u0648\u0628\u0627\u062a \u0627\u0644\u062a\u064a \u0644\u0645 \u062a\u062a\u0645 \u0645\u0639\u0627\u0644\u062c\u062a\u0647\u0627", - "All accounts were created successfully.": "\u0627\u0633\u062a\u064f\u0643\u0645\u0644 \u0625\u0646\u0634\u0627\u0621 \u062c\u0645\u064a\u0639 \u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a \u0628\u0646\u062c\u0627\u062d.", - "All groups must have a name.": "\u064a\u062c\u0628 \u0623\u0646 \u064a\u062a\u0648\u0641\u0651\u0631 \u0627\u0633\u0645 \u0644\u0643\u0644\u0651 \u0645\u062c\u0645\u0648\u0639\u0629.", - "All groups must have a unique name.": "\u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0644\u0643\u0644 \u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0633\u0645 \u062e\u0627\u0635 \u0628\u0647\u0627.", - "All learners in the {cohort_name} cohort": "\u0643\u0644 \u0627\u0644\u0645\u062a\u0639\u0644\u0645\u064a\u0646 \u0641\u064a \u0634\u0639\u0628\u0629 {cohort_name}", - "All learners who are enrolled in this course": "\u0643\u0644 \u0627\u0644\u0645\u062a\u0639\u0644\u0645\u064a\u0646 \u0627\u0644\u0645\u0646\u0636\u0645\u064a\u0646 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a\u0629 .", - "All payment options are currently unavailable.": "\u062c\u0645\u064a\u0639 \u062e\u064a\u0627\u0631\u0627\u062a \u0627\u0644\u0633\u062f\u0627\u062f \u063a\u064a\u0631 \u0645\u062a\u0648\u0641\u0651\u0631\u0629 \u062d\u0627\u0644\u064a\u064b\u0627.", - "All professional education courses are fee-based, and require payment to complete the enrollment process.": "\u0625\u0646\u0651 \u062c\u0645\u064a\u0639 \u0645\u0633\u0627\u0642\u0627\u062a \u0627\u0644\u062a\u0639\u0644\u064a\u0645 \u0627\u0644\u0645\u0647\u0646\u064a \u062a\u0633\u062a\u0644\u0632\u0645 \u0631\u0633\u0645\u0627\u064b \u0648\u062a\u062a\u0637\u0644\u0651\u0628 \u0627\u0644\u062f\u0641\u0639 \u0644\u0627\u0633\u062a\u0643\u0645\u0627\u0644 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u0633\u062c\u064a\u0644.", - "All subsections": "\u062c\u0645\u064a\u0639 \u0627\u0644\u0623\u0642\u0633\u0627\u0645 \u0627\u0644\u0641\u0631\u0639\u064a\u0629", - "All teams": "\u062c\u0645\u064a\u0639 \u0627\u0644\u0641\u0631\u0642", - "All topics": "\u0643\u0627\u0641\u0651\u0629 \u0627\u0644\u0645\u0648\u0627\u0636\u064a\u0639", - "All units": "\u062c\u0645\u064a\u0639 \u0627\u0644\u0648\u062d\u062f\u0627\u062a", - "All users on the Exception list": "\u0643\u0627\u0641\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0641\u064a \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0627\u0633\u062a\u062b\u0646\u0627\u0621", - "All users on the Exception list who do not yet have a certificate": "\u0643\u0627\u0641\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0639\u0644\u0649 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0627\u0633\u062a\u062b\u0646\u0627\u0621 \u0644\u064a\u0633 \u0644\u062f\u064a\u0647\u0645 \u0634\u0647\u0627\u062f\u0629 \u0628\u0639\u062f ", - "Allow students to generate certificates for this course?": "\u0647\u0644 \u062a\u0631\u064a\u062f \u0627\u0644\u0633\u0645\u0627\u062d \u0644\u0644\u0637\u0644\u0651\u0627\u0628 \u0628\u0625\u0639\u062f\u0627\u062f \u0634\u0647\u0627\u062f\u0627\u062a \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u0627\u0642\u061f", - "Already a course team member": "\u0639\u0636\u0648 \u0645\u0633\u0628\u0642 \u0641\u064a \u0641\u0631\u064a\u0642 \u0627\u0644\u0645\u0633\u0627\u0642", - "Already a library team member": "\u0639\u0636\u0648 \u0645\u0633\u0628\u064e\u0642 \u0641\u064a \u0641\u0631\u064a\u0642 \u0627\u0644\u0645\u0643\u062a\u0628\u0629", - "Already a member": "\u0639\u0636\u0648 \u0645\u0633\u062c\u0651\u064e\u0644 \u0645\u0646 \u0642\u0628\u0644", - "Amount": "\u0627\u0644\u0643\u0645\u0651\u064a\u0629", - "An email has been sent to {userEmail} with a link for you to activate your account.": "\u0623\u064f\u0631\u0633\u0650\u0644 \u0631\u0627\u0628\u0637 \u062a\u0641\u0639\u064a\u0644 \u0627\u0644\u062d\u0633\u0627\u0628 \u0639\u0644\u0649 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a {userEmail}.", - "An error has occurred. Check your Internet connection and try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623\u060c \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0627\u062a\u0635\u0627\u0644\u0643 \u0628\u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a \u0648\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0644\u0627\u062d\u0642\u064b\u0627.", - "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0623\u0646\u0651 \u062d\u0627\u0633\u0648\u0628\u0643 \u0645\u062a\u0651\u0635\u0644 \u0628\u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a\u060c \u062b\u0645\u0651 \u062d\u0627\u0648\u0644 \u0625\u0639\u0627\u062f\u0629 \u0641\u062a\u062d \u0627\u0644\u0635\u0641\u062d\u0629. ", - "An error has occurred. Please try again later.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0644\u0627\u062d\u0642\u064b\u0627.", - "An error has occurred. Please try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", - "An error has occurred. Please try reloading the page.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623. \u064a\u064f\u0631\u062c\u0649 \u0645\u062d\u0627\u0648\u0644\u0629 \u0625\u0639\u0627\u062f\u0629 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0635\u0641\u062d\u0629.", - "An error has occurred. Refresh the page, and then try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0641\u062a\u062d \u0627\u0644\u0635\u0641\u062d\u0629 \u062b\u0645\u0651 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", - "An error has occurred. Try refreshing the page, or check your Internet connection.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623. \u064a\u064f\u0631\u062c\u0649 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0635\u0641\u062d\u0629 \u0623\u0648 \u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0627\u062a\u0635\u0627\u0644\u0643 \u0628\u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a.", - "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0627\u0633\u062a\u0631\u062f\u0627\u062f \u0631\u0633\u0627\u0644\u0629 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0644\u0627\u062d\u0642\u064b\u0627\u060c \u0648\u0627\u0644\u0627\u062a\u0651\u0635\u0627\u0644 \u0628\u0641\u0631\u064a\u0642 \u0627\u0644\u062f\u0639\u0645 \u0627\u0644\u0641\u0646\u0651\u064a \u0641\u064a \u062d\u0627\u0644 \u0627\u0633\u062a\u0645\u0631\u0651\u062a \u0627\u0644\u0645\u0634\u0643\u0644\u0629.", - "An error occurred when signing you in to %s.": "\u062d\u062f\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0645\u062d\u0627\u0648\u0644\u0629 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0625\u0644\u0649 %s.", - "An error occurred while removing the member from the team. Try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0625\u0633\u062a\u0628\u0639\u0627\u062f \u0639\u0636\u0648 \u0645\u0646 \u0627\u0644\u0641\u0631\u064a\u0642. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", - "An error occurred.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623. ", - "An error occurred. Make sure that the student's username or email address is correct and try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0635\u062d\u0651\u0629 \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0644\u0644\u0637\u0627\u0644\u0628 \u0623\u0648 \u0628\u0631\u064a\u062f\u0647 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u062b\u0645\u0651 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", - "An error occurred. Please reload the page.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0641\u062a\u062d \u0627\u0644\u0635\u0641\u062d\u0629.", - "An error occurred. Please try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", - "An error occurred. Try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", - "An unexpected error occurred. Please try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u063a\u064a\u0631 \u0645\u062a\u0648\u0642\u0651\u064e\u0639. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629. ", - "Are you having trouble finding a team to join?": "\u0639\u0630\u0631\u064b\u0627\u060c \u0647\u0644 \u062a\u0648\u0627\u062c\u0647 \u0645\u0634\u0643\u0644\u0629 \u0641\u064a \u0625\u064a\u062c\u0627\u062f \u0641\u0631\u064a\u0642 \u0644\u062a\u0646\u0636\u0645 \u0625\u0644\u064a\u0647\u061f", - "Are you sure you want to delete this comment?": "\u0647\u0644 \u0623\u0646\u062a \u0648\u0627\u062b\u0642 \u0645\u0646 \u0623\u0646\u0651\u0643 \u062a\u0648\u062f\u0651 \u062d\u0630\u0641 \u0647\u0630\u0627 \u0627\u0644\u062a\u0639\u0644\u064a\u0642\u061f", - "Are you sure you want to delete this post?": "\u0647\u0644 \u0623\u0646\u062a \u0648\u0627\u062b\u0642 \u0645\u0646 \u0623\u0646\u0651\u0643 \u062a\u0648\u062f\u0651 \u062d\u0630\u0641 \u0647\u0630\u0627 \u0627\u0644\u0645\u0646\u0634\u0648\u0631\u061f ", - "Are you sure you want to delete this response?": "\u0647\u0644 \u0623\u0646\u062a \u0648\u0627\u062b\u0642 \u0645\u0646 \u0623\u0646\u0651\u0643 \u062a\u0648\u062f\u0651 \u062d\u0630\u0641 \u0647\u0630\u0627 \u0627\u0644\u0631\u062f\u061f", - "Are you sure you want to delete this update?": "\u0647\u0644 \u0623\u0646\u062a \u0648\u0627\u062b\u0642 \u0645\u0646 \u0631\u063a\u0628\u062a\u0643 \u0641\u064a \u062d\u0630\u0641 \u0647\u0630\u0627 \u0627\u0644\u062a\u062d\u062f\u064a\u062b\u061f", - "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "\u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0631\u063a\u0628\u062a\u0643 \u0641\u064a \u062d\u0630\u0641 {email} \u0645\u0646 \u0641\u0631\u064a\u0642 \u0627\u0644\u0645\u0633\u0627\u0642 \u0644\u0640 \"{container}\"\u061f", - "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "\u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0631\u063a\u0628\u062a\u0643 \u0641\u064a \u062d\u0630\u0641 {email} \u0645\u0646 \u0645\u0643\u062a\u0628\u0629 \"{container}\"\u061f", - "Are you sure you want to remove this video from the list?": "\u0647\u0644 \u0623\u0646\u062a \u0648\u0627\u062b\u0642\u064c \u0645\u0646 \u0631\u063a\u0628\u062a\u0643 \u0641\u064a \u062d\u0630\u0641 \u0647\u0630\u0627 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0645\u0646 \u0647\u0630\u0647 \u0627\u0644\u0642\u0627\u0626\u0645\u0629\u061f", - "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "\u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f \u0645\u0646 \u0631\u063a\u0628\u062a\u0643 \u0641\u064a \u062a\u0642\u064a\u064a\u062f \u0648\u0635\u0648\u0644 {email} \u0625\u0644\u0649 \"{container}\"\u061f", - "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "\u0647\u0644 \u0623\u0646\u062a \u0648\u0627\u062b\u0642 \u0645\u0646 \u0631\u063a\u0628\u062a\u0643 \u0641\u064a \u062d\u0630\u0641 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0636\u0648\u0639\u061f \u0644\u0627 \u064a\u0645\u0643\u0646 \u0627\u0644\u062a\u0631\u0627\u062c\u0639 \u0639\u0646 \u0647\u0630\u0647 \u0627\u0644\u0639\u0645\u0644\u064a\u0629 \u0644\u0627\u062d\u0642\u064b\u0627!\n\n\u0643\u0645\u0627 \u0623\u0646\u0651 \u0623\u064a \u0645\u062d\u062a\u0648\u0649 \u064a\u062a\u0636\u0645\u0651\u0646 \u0631\u0627\u0628\u0637\u064b\u0627 \u0623\u0648 \u0645\u0631\u062c\u0639\u064b\u0627 \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0636\u0648\u0639 \u0644\u0646 \u064a\u0639\u0648\u062f \u0641\u0639\u0651\u0627\u0644\u064b\u0627 (\u0645\u062b\u0644 \u0635\u0648\u0631 \u0648/\u0623\u0648 \u0631\u0648\u0627\u0628\u0637 \u063a\u064a\u0631 \u0641\u0639\u0651\u0627\u0644\u0629)", - "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "\u0643\u062c\u0632\u0621 \u0645\u0646 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642\u060c \u064a\u064f\u0631\u062c\u0649 \u0623\u062e\u0630 \u0635\u0648\u0631\u0629 \u0644\u0643\u0644\u0651\u064d \u0645\u0646 \u0648\u062c\u0647\u0643 \u0648\u0628\u0637\u0627\u0642\u062a\u0643 \u0627\u0644\u0634\u062e\u0635\u064a\u0629 \u0627\u0644\u0635\u0627\u062f\u0631\u0629 \u0639\u0646 \u062c\u0647\u0629 \u062d\u0643\u0648\u0645\u064a\u0629. \u062b\u0645\u0651 \u064a\u0639\u0645\u0644 \u0642\u0633\u0645\u0646\u0627 \u0627\u0644\u0645\u0633\u0624\u0648\u0644 \u0639\u0646 \u062e\u062f\u0645\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642 \u0639\u0644\u0649 \u062a\u0623\u0643\u064a\u062f \u0647\u0648\u064a\u0651\u062a\u0643 \u0628\u0645\u0642\u0627\u0631\u0646\u0629 \u0627\u0644\u0635\u0648\u0631\u0629 \u0627\u0644\u062a\u064a \u062a\u0644\u062a\u0642\u0637\u0647\u0627 \u0645\u0639 \u0627\u0644\u0635\u0648\u0631\u0629 \u0627\u0644\u0645\u0648\u062c\u0648\u062f\u0629 \u0639\u0644\u0649 \u0628\u0637\u0627\u0642\u062a\u0643 \u0627\u0644\u0634\u062e\u0635\u064a\u0629. ", - "Assign students to cohorts by uploading a CSV file.": "\u062d\u0645\u0644 \u0645\u0644\u0641 CSV \u0644\u062a\u0648\u0632\u064a\u0639 \u0627\u0644\u0637\u0644\u0627\u0628 \u0639\u0644\u0649 \u0627\u0644\u0634\u0639\u0628", - "Assignment Type Name": "\u0627\u0633\u0645 \u0646\u0648\u0639 \u0627\u0644\u0648\u0627\u062c\u0628 ", - "Associated Content Group": "\u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u0645\u062d\u062a\u0648\u0649", - "Automatic": "\u062a\u0644\u0642\u0627\u0626\u064a", - "Available %s": "%s \u0627\u0644\u0645\u062a\u0648\u0641\u0631\u0629", - "Back to sign in": "\u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644", - "Back to {platform} FAQs": "\u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u0627\u0644\u0623\u0633\u0626\u0644\u0629 \u0627\u0644\u0634\u0627\u0626\u0639\u0629 \u0644\u0645\u0646\u0635\u0651\u0629 {platform} ", - "Basic": "\u0623\u0633\u0627\u0633\u064a", - "Basic Account Information": "\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u062d\u0633\u0627\u0628 \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629", - "Be sure your entire face is inside the frame": "\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0623\u0646\u0651 \u0648\u062c\u0647\u0643 \u062f\u0627\u062e\u0644 \u0625\u0637\u0627\u0631 \u0627\u0644\u0635\u0648\u0631\u0629 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 ", - "Before proceeding, please confirm that your details match": "\u0642\u0628\u0644 \u0627\u0644\u0645\u062a\u0627\u0628\u0639\u0629\u060c \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u062a\u0637\u0627\u0628\u0642 \u0628\u064a\u0627\u0646\u0627\u062a\u0643", - "Before you upgrade to a certificate track, you must activate your account.": "\u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u0623\u0648\u0644\u064b\u0627 \u062a\u0641\u0639\u064a\u0644 \u062d\u0633\u0627\u0628\u0643 \u0642\u0628\u0644 \u0627\u0644\u062a\u0631\u0642\u064a\u0629 \u0644\u0645\u0633\u0627\u0631 \u062a\u064f\u0645\u0646\u062d \u0628\u0645\u0648\u062c\u0628\u0647 \u0634\u0647\u0627\u062f\u0629.", - "Billed to": "\u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0625\u0644\u0649", - "Biography": "\u0633\u064a\u0631\u0629", - "Blockquote": "\u0646\u0635 \u0645\u0642\u062a\u0628\u0633", - "Blockquote (Ctrl+Q)": "\u0646\u0635 \u0645\u0642\u062a\u0628\u0633 (Ctrl+Q)", - "Bold (Ctrl+B)": "\u062e\u0637 \u0639\u0631\u064a\u0636 (Ctrl+B)", - "Bookmarked": "\u062c\u0631\u0649 \u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0629", - "Bookmarked on": "\u062c\u0631\u0649 \u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0629 \u0645\u0631\u062c\u0639\u064a\u0651\u0629 \u0628\u062a\u0627\u0631\u064a\u062e", - "Browse": "\u062a\u0635\u0641\u0651\u062d", - "Browse recently launched courses and see what\\'s new in your favorite subjects": "\u062a\u0635\u0641\u062d \u0627\u0644\u0641\u0635\u0648\u0644 \u062d\u062f\u064a\u062b\u0629 \u0627\u0644\u0625\u0646\u0634\u0627\u0621 \u0648\u0634\u0627\u0647\u062f \u0627\u0644\u062c\u062f\u064a\u062f \u0641\u064a \u0645\u0648\u0627\u0636\u064a\u0639\u0643 \u0627\u0644\u0645\u0641\u0636\u0644\u0629.", - "Bulk Exceptions": "\u0645\u062c\u0645\u0648\u0639\u0629 \u0645\u0646 \u0627\u0644\u0627\u0633\u062a\u062b\u0646\u0627\u0621\u0627\u062a", - "Bulleted List (Ctrl+U)": "\u0642\u0627\u0626\u0645\u0629 \u0645\u0646\u0642\u0651\u0637\u0629 (Ctrl+U)", - "Can I request additional time to complete my exam?": "\u0647\u0644 \u064a\u0645\u0643\u0646\u0646\u064a \u0637\u0644\u0628 \u0648\u0642\u062a \u0625\u0636\u0627\u0641\u064a \u0644\u0627\u0633\u062a\u0643\u0645\u0627\u0644 \u0627\u0645\u062a\u062d\u0627\u0646\u064a\u061f", - "Can we match the photo you took with the one on your ID?": "\u0647\u0644 \u064a\u0645\u0643\u0646\u0646\u0627 \u0645\u0637\u0627\u0628\u0642\u0629 \u0627\u0644\u0635\u0648\u0631\u0629 \u0627\u0644\u062a\u064a \u0627\u0644\u062a\u0642\u0637\u062a\u0647\u0627 \u0645\u0639 \u0635\u0648\u0631\u062a\u0643 \u0627\u0644\u0645\u0648\u062c\u0648\u062f\u0629 \u0639\u0644\u0649 \u0628\u0637\u0627\u0642\u062a\u0643 \u0627\u0644\u0634\u062e\u0635\u064a\u0629\u061f ", - "Cancel": "\u0625\u0644\u063a\u0627\u0621", - "Cancel enrollment code": "\u0625\u0644\u063a\u0627\u0621 \u0631\u0645\u0632 \u0627\u0644\u062a\u0633\u062c\u064a\u0644", - "Cancel team creating.": "\u0625\u0644\u063a\u0627\u0621 \u0639\u0645\u0644\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0641\u0631\u064a\u0642", - "Cancel team updating.": "\u0625\u0644\u063a\u0627\u0621 \u0639\u0645\u0644\u064a\u0629 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0641\u0631\u064a\u0642", - "Cannot Start Proctored Exam": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u0628\u062f\u0621 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0645\u0631\u0627\u0642\u0628", - "Cannot delete when in use by a unit": "\u064a\u062a\u0639\u0630\u0651\u0631 \u062d\u0630\u0641 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0645\u064c\u0633\u062a\u062e\u062f\u0645\u0629 \u0645\u0646 \u0642\u0628\u0644 \u0627\u0644\u0648\u062d\u062f\u0629 ", - "Cannot delete when in use by an experiment": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u0625\u062c\u0631\u0627\u0621 \u0627\u0644\u062d\u0630\u0641 \u0645\u0627\u062f\u0627\u0645\u062a \u0645\u0633\u062a\u062e\u062f\u0645\u0629 \u0645\u0646 \u0642\u0628\u0644 \u0625\u062d\u062f\u0649 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631\u0627\u062a", - "Cannot drop more <%= types %> assignments than are assigned.": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u0625\u062a\u0627\u062d\u0629 \u0623\u0646\u0648\u0627\u0639 \u0645\u0647\u0627\u0645 <%= types %> \u0623\u0643\u062b\u0631 \u0645\u0645\u0627 \u062a\u0645\u0651 \u062a\u0639\u064a\u064a\u0646\u0647.", - "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "\u062a\u062d\u0630\u064a\u0631: \u0625\u0646 \u0622\u062e\u0631 \u0646\u0633\u062e\u0629 \u0645\u0646\u0634\u0648\u0631\u0629 \u0645\u0646 \u0647\u0630\u0647 \u0627\u0644\u0648\u062d\u062f\u0629 \u0645\u062a\u0627\u062d\u0629 \u0644\u0644\u0637\u0644\u0627\u0628 \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a \u0627\u0644\u0622\u0646\u060c \u0633\u062a\u063a\u064a\u0651\u0631 \u0628\u0645\u062c\u0631\u0651\u062f \u0646\u0634\u0631\u0643 \u0644\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u0645\u0646 \u062a\u062c\u0631\u0628\u0629 \u0627\u0644\u0637\u0627\u0644\u0628.", - "Certificate Details": "\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0634\u0647\u0627\u062f\u0629", - "Certificate Generated": "\u0623\u064f\u0646\u0634\u0650\u0626\u064e\u062a \u0627\u0644\u0634\u0647\u0627\u062f\u0629", - "Certificate Information": "\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0634\u0647\u0627\u062f\u0629", - "Certificate Name": "\u0627\u0633\u0645 \u0627\u0644\u0634\u0647\u0627\u062f\u0629", - "Certificate Signatories": "\u0627\u0644\u0645\u0648\u0642\u0651\u0639\u0648\u0646 \u0639\u0644\u0649 \u0627\u0644\u0634\u0647\u0627\u062f\u0629", - "Certificate Signatory Configuration": "\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u0648\u0642\u0651\u0650\u0639 \u0639\u0644\u0649 \u0627\u0644\u0634\u0647\u0627\u062f\u0629", - "Certificate has been successfully invalidated for <%= user %>.": "\u062c\u0631\u0649 \u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u0634\u0647\u0627\u062f\u0629 \u0628\u0646\u062c\u0627\u062d \u0644\u0640\u0644\u0645\u0633\u062a\u062e\u062f\u0645 <%= user %>.", - "Certificate name is required.": "\u0627\u0633\u0645 \u0627\u0644\u0634\u0647\u0627\u062f\u0629 \u0645\u0637\u0644\u0648\u0628.", - "Certificate of <%= user %> has already been invalidated. Please check your spelling and retry.": "\u0633\u0628\u0642 \u0623\u0646 \u0623\u064f\u0644\u063a\u064a\u062a \u0634\u0647\u0627\u062f\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 <%= user %>. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0627\u0644\u062a\u0647\u062c\u0626\u0629 \u0648\u0623\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", - "Change Enrollment": "\u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u062a\u0633\u062c\u064a\u0644", - "Change Manually": "\u0627\u0644\u062a\u063a\u064a\u064a\u0631 \u064a\u062f\u0648\u064a\u0651\u064b\u0627 ", - "Change My Email Address": "\u062a\u063a\u064a\u064a\u0631 \u0639\u0646\u0648\u0627\u0646 \u0628\u0631\u064a\u062f\u064a \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", - "Change image": "\u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u0635\u0648\u0631\u0629", - "Changes to steps that are not selected as part of the assignment will not be saved.": "\u0644\u0646 \u062a\u064f\u062d\u0641\u0651\u0638 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u0627\u0644\u062a\u064a \u062a\u062c\u0631\u064a\u0647\u0627 \u0639\u0644\u0649 \u062e\u0637\u0648\u0627\u062a \u0644\u0645 \u064a\u062c\u0631\u064a \u062a\u062d\u062f\u064a\u062f\u0647\u0627 \u0643\u062c\u0632\u0621 \u0645\u0646 \u0627\u0644\u0648\u0627\u062c\u0628. ", - "Chapter Asset": "\u0645\u0627\u062f\u0629 \u0645\u0644\u062d\u0642\u0629 \u0628\u0641\u0635\u0644", - "Chapter Name": "\u0627\u0633\u0645 \u0627\u0644\u0641\u0635\u0644", - "Chapter information": "\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0639\u0646 \u0627\u0644\u0641\u0635\u0644", - "Chapter {order}": "\u0641\u0635\u0644 {order}", - "Check Your Email": "\u064a\u064f\u0631\u062c\u0649 \u062a\u0641\u0642\u0651\u062f \u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", - "Check the highlighted fields below and try again.": "\u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 \u0627\u0644\u062d\u0642\u0648\u0644 \u0627\u0644\u0645\u0645\u064a\u0632\u0629 \u0628\u0625\u0634\u0627\u0631\u0629 \u0648\u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0645\u0646 \u062c\u062f\u064a\u062f.", - "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "\u0627\u062e\u062a\u0631 \u0647\u0630\u0627 \u0627\u0644\u0645\u0631\u0628\u0651\u0639 \u0644\u062a\u062a\u0644\u0642\u0651\u0649 \u0631\u0633\u0627\u0644\u0629 \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0648\u0627\u062d\u062f\u0629 \u064a\u0648\u0645\u064a\u0651\u064b\u0627 \u062d\u0648\u0644 \u0625\u0634\u0639\u0627\u0631\u0627\u062a \u0627\u0644\u0623\u0646\u0634\u0637\u0629 \u0627\u0644\u062c\u062f\u064a\u062f\u0629 \u0648\u063a\u064a\u0631 \u0627\u0644\u0645\u0642\u0631\u0648\u0621\u0629 \u0641\u064a \u0627\u0644\u0645\u0646\u0634\u0648\u0631\u0627\u062a \u0627\u0644\u062a\u064a \u062a\u062a\u0627\u0628\u0639\u0647\u0627.", - "Check your email": "\u062a\u062d\u0642\u0651\u0642 \u0645\u0646 \u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a ", - "Check your email for an activation message.": "\u064a\u064c\u0631\u062c\u0649 \u0627\u0644\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u062d\u0633\u0627\u0628 \u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0628\u062d\u062b\u0651\u0627 \u0639\u0646 \u0631\u0633\u0627\u0644\u0629 \u0627\u0644\u062a\u0641\u0639\u064a\u0644.", - "Checkout": "\u0627\u0644\u062f\u0641\u0639", - "Checkout with PayPal": "\u0627\u0644\u062f\u0641\u0639 \u0628\u0648\u0627\u0633\u0637\u0629 PayPal", - "Checkout with {processor}": "\u0627\u0644\u062f\u0641\u0639 \u0628\u0648\u0627\u0633\u0637\u0629 {processor}", - "Choose": "\u0627\u062e\u062a\u064a\u0627\u0631", - "Choose File": "\u0627\u062e\u062a\u0631 \u0627\u0644\u0645\u0644\u0641", - "Choose One": "\u0627\u062e\u062a\u0631 \u0648\u0627\u062d\u062f\u064b\u0627", - "Choose a .csv file": "\u064a\u064f\u0631\u062c\u0649 \u0627\u062e\u062a\u064a\u0627\u0631 \u0645\u0644\u0641 \u0645\u0646 \u0646\u0648\u0639 .csv. ", - "Choose a Date": "\u0625\u062e\u062a\u0631 \u062a\u0627\u0631\u064a\u062e ", - "Choose a Time": "\u0625\u062e\u062a\u0631 \u0648\u0642\u062a", - "Choose a content group to associate": "\u064a\u064f\u0631\u062c\u0649 \u0627\u062e\u062a\u064a\u0627\u0631 \u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u062a\u064a \u062a\u0631\u064a\u062f \u0623\u0646 \u062a\u062c\u0639\u0644\u0647\u0627 \u062a\u0627\u0628\u0639\u0629", - "Choose a time": "\u0627\u062e\u062a\u0631 \u0648\u0642\u062a\u0627\u064b", - "Choose all": "\u0627\u062e\u062a\u0631 \u0627\u0644\u0643\u0644", - "Choose mode": "\u0627\u062e\u062a\u0631 \u0627\u0644\u0648\u0636\u0639", - "Choose one": "\u0627\u062e\u062a\u0631 \u0648\u0627\u062d\u062f\u064b\u0627", - "Choose your institution from the list below:": "\u064a\u064f\u0631\u062c\u0649 \u0645\u0646\u0643 \u0627\u062e\u062a\u064a\u0627\u0631 \u0645\u0624\u0633\u0651\u0633\u062a\u0643 \u0645\u0646 \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0623\u062f\u0646\u0627\u0647:", - "Chosen %s": "%s \u0627\u0644\u0645\u064f\u062e\u062a\u0627\u0631\u0629", - "Clear": "\u062d\u0630\u0641", - "Clear All": "\u0627\u0645\u0633\u062d \u0627\u0644\u062d\u0642\u0648\u0644", - "Clear Grading Due Date": "\u062d\u0630\u0641 \u062a\u0627\u0631\u064a\u062e \u0627\u0633\u062a\u062d\u0642\u0627\u0642 \u0627\u0644\u062a\u0642\u064a\u064a\u0645", - "Clear Release Date/Time": "\u062d\u0630\u0641 \u062a\u0627\u0631\u064a\u062e/\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0625\u0635\u062f\u0627\u0631", - "Clear Value": "\u0645\u0633\u062d \u0627\u0644\u0642\u064a\u0645\u0629", - "Clear search": "\u062d\u0630\u0641 \u0627\u0644\u0628\u062d\u062b", - "Clear search results": "\u062d\u0630\u0641 \u0646\u062a\u0627\u0626\u062c \u0627\u0644\u0628\u062d\u062b", - "Click to add a new %(xblock_type)s": "\u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0646\u0642\u0631 \u0644\u0625\u0636\u0627\u0641\u0629 \u0648\u062d\u062f\u0627\u062a %(xblock_type)s \u062c\u062f\u064a\u062f\u0629", - "Click to change": "\u0623\u0636\u063a\u0637 \u0644\u0644\u062a\u063a\u064a\u0631", - "Click to choose all %s at once.": "\u0627\u0636\u063a\u0637 \u0644\u0627\u062e\u062a\u064a\u0627\u0631 \u062c\u0645\u064a\u0639 %s \u062c\u0645\u0644\u0629 \u0648\u0627\u062d\u062f\u0629.", - "Click to edit": "\u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0646\u0642\u0631 \u0644\u0644\u062a\u0639\u062f\u064a\u0644", - "Click to remove all chosen %s at once.": "\u0627\u0636\u063a\u0637 \u0644\u0625\u0632\u0627\u0644\u0629 \u062c\u0645\u064a\u0639 %s \u0627\u0644\u0645\u062d\u062f\u062f\u0629 \u062c\u0645\u0644\u0629 \u0648\u0627\u062d\u062f\u0629.", - "Close": "\u0625\u063a\u0644\u0627\u0642", - "Closed": "\u0645\u064f\u063a\u0644\u0642", - "Code": "\u0627\u0644\u0631\u0645\u0632", - "Code Sample (Ctrl+K)": "\u0646\u0645\u0648\u0630\u062c \u062a\u0639\u0644\u064a\u0645\u0627\u062a \u0628\u0631\u0645\u062c\u064a\u0629 (Ctrl+K)", - "Cohort Assignment Method": "\u0637\u0631\u064a\u0642\u0629 \u062a\u0648\u0632\u064a\u0639 \u0627\u0644\u0634\u0639\u0628", - "Cohort Name": "\u0627\u0633\u0645 \u0627\u0644\u0634\u0639\u0628\u0629", - "Cohorts Disabled": "\u0627\u0644\u0634\u0639\u0628 \u063a\u064a\u0631 \u0627\u0644\u0645\u0641\u0639\u0651\u0644\u0629", - "Cohorts Enabled": "\u0627\u0644\u0634\u0639\u0628 \u0627\u0644\u0645\u0641\u0639\u0651\u0644\u0629", - "Collapse All": "\u0637\u064a \u062c\u0645\u064a\u0639 \u0627\u0644\u0623\u0642\u0633\u0627\u0645", - "Collapse/Expand this %(xblock_type)s": "\u062a\u0635\u063a\u064a\u0631/\u062a\u0643\u0628\u064a\u0631 \u0647\u0630\u0647 \u0648\u062d\u062f\u0627\u062a %(xblock_type)s", - "Coming Soon": "\u0642\u0631\u064a\u0628\u0627\u064b", - "Common Problem Types": "\u0623\u0646\u0648\u0627\u0639 \u0627\u0644\u0645\u0633\u0627\u0626\u0644 \u0627\u0644\u0634\u0627\u0626\u0639\u0629", - "Community TA": "\u0645\u0633\u0627\u0639\u062f \u0623\u0633\u062a\u0627\u0630 \u0644\u0634\u0624\u0648\u0646 \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645\u064a\u0646", - "Component Location ID": "\u0645\u0639\u0631\u0641 \u0645\u0648\u0642\u0639 \u0627\u0644\u0639\u0646\u0627\u0635\u0631", - "Configure": "\u0636\u0628\u0637 \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a", - "Confirm": "\u062a\u0623\u0643\u064a\u062f", - "Confirm Timed Transcript": "\u0623\u0643\u0651\u062f \u0627\u0644\u0646\u0635 \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a", - "Congratulations! You are now verified on %(platformName)s!": "\u062a\u0647\u0627\u0646\u064a\u0646\u0627! \u0647\u0648\u064a\u0651\u062a\u0643 \u0645\u0648\u062b\u0651\u0642\u0629 \u0627\u0644\u0622\u0646 \u0639\u0644\u0649 %(platformName)s!", - "Contains staff only content": "\u062a\u062d\u0648\u064a \u0645\u062d\u062a\u0648\u0649\u064b \u062e\u0627\u0635 \u0628\u0637\u0627\u0642\u0645 \u0627\u0644\u0645\u0633\u0627\u0642 \u0641\u0642\u0637.", + ], + "- Sortable": "- \u0642\u0627\u0628\u0644 \u0644\u0644\u062a\u0635\u0646\u064a\u0641", + "6 a.m.": "6 \u0635.", + "6 p.m.": "6 \u0645\u0633\u0627\u0621\u064b", + ": video upload complete.": "\u062a\u0645 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0641\u064a\u062f\u064a\u0648:", + "<%= user %> already in exception list.": "\u0633\u0628\u0642 \u0623\u0646 \u0623\u064f\u062f\u0631\u062c \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 <%= user %> \u0639\u0644\u0649 \u0644\u0627\u0626\u062d\u0629 \u0627\u0644\u0627\u0633\u062a\u062b\u0646\u0627\u0621.", + "<%= user %> has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.": "\u0623\u064f\u064f\u0636\u064a\u0641 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 <%= user %> \u0628\u0646\u062c\u0627\u062d \u0625\u0644\u0649 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0627\u0633\u062a\u062b\u0646\u0627\u0621. \u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u2019\u0625\u0646\u0634\u0627\u0621 \u0634\u0647\u0627\u062f\u0629 \u0627\u0633\u062a\u062b\u0646\u0627\u0621\u2018 \u0623\u062f\u0646\u0627\u0647 \u0644\u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0634\u0647\u0627\u062f\u0629.", + "A driver's license, passport, or government-issued ID with your name and photo.": "\u0631\u062e\u0635\u0629 \u0627\u0644\u0642\u064a\u0627\u062f\u0629\u060c \u0623\u0648 \u062c\u0648\u0627\u0632 \u0627\u0644\u0633\u0641\u0631\u060c \u0623\u0648 \u0628\u0637\u0627\u0642\u0629 \u0634\u062e\u0635\u064a\u0629 \u0635\u0627\u062f\u0631\u0629 \u0639\u0646 \u0627\u0644\u062d\u0643\u0648\u0645\u0629\u060c \u0628\u062d\u064a\u062b \u062a\u062d\u0645\u0644 \u0623\u064a \u0648\u0627\u062d\u062f\u0629 \u0645\u0646 \u0647\u0630\u0647 \u0627\u0644\u0648\u062b\u0627\u0626\u0642 \u0627\u0633\u0645\u0643 \u0648\u0635\u0648\u0631\u062a\u0643 ", + "A driver's license, passport, or other government-issued ID with your name and photo": "\u0631\u062e\u0635\u0629 \u0627\u0644\u0642\u064a\u0627\u062f\u0629\u060c \u0623\u0648 \u062c\u0648\u0627\u0632 \u0627\u0644\u0633\u0641\u0631\u060c \u0623\u0648 \u0628\u0637\u0627\u0642\u0629 \u0634\u062e\u0635\u064a\u0629 \u0635\u0627\u062f\u0631\u0629 \u0639\u0646 \u0627\u0644\u062d\u0643\u0648\u0645\u0629\u060c \u0628\u062d\u064a\u062b \u062a\u062d\u0645\u0644 \u0623\u064a \u0648\u0627\u062d\u062f\u0629 \u0645\u0646 \u0647\u0630\u0647 \u0627\u0644\u0648\u062b\u0627\u0626\u0642 \u0627\u0633\u0645\u0643 \u0648\u0635\u0648\u0631\u062a\u0643 ", + "A list of courses you have just enrolled in as a verified student": "\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0633\u0627\u0642\u0627\u062a \u0627\u0644\u062a\u064a \u0633\u062c\u0651\u0644\u062a \u0641\u064a\u0647\u0627 \u0644\u062a\u0648\u0651\u0643 \u0643\u0637\u0627\u0644\u0628 \u0645\u0648\u062b\u0651\u064e\u0642 ", + "A name that identifies your team (maximum 255 characters).": "\u0627\u0633\u0645 \u064a\u0639\u0631\u0651\u0641 \u0628\u0641\u0631\u064a\u0642\u0643 (255 \u062d\u0631\u0641\u064b\u0627 \u0639\u0644\u0649 \u0627\u0644\u0623\u0643\u062b\u0631).", + "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "\u0648\u0635\u0641 \u0642\u0635\u064a\u0631 \u062d\u0648\u0644 \u0627\u0644\u0641\u0631\u064a\u0642 \u0644\u0645\u0633\u0627\u0639\u062f\u0629 \u0627\u0644\u0645\u062a\u0639\u0644\u0645\u064a\u0646 \u0627\u0644\u0622\u062e\u0631\u064a\u0646 \u0639\u0644\u0649 \u0641\u0647\u0645 \u0623\u0647\u062f\u0627\u0641\u0647 \u0623\u0648 \u062a\u0648\u062c\u0651\u0647\u0647 (300 \u062d\u0631\u0641\u064b\u0627 \u0639\u0644\u0649 \u0627\u0644\u0623\u0643\u062b\u0631).", + "A valid email address is required": "\u064a\u062c\u0628 \u0625\u062f\u062e\u0627\u0644 \u0639\u0646\u0648\u0627\u0646 \u0635\u062d\u064a\u062d \u0644\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a.", + "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "\u0623 \u0628 \u062a \u062b \u062c \u062d \u062e \u062f \u0630 \u0631 \u0632 \u0633 \u0634 \u0635 \u0636 \u0637 \u0638 \u0639 \u063a \u0641 \u0642 \u0643 \u0644 \u0645 \u0646 \u0647\u0640 \u0648 \u064a", + "Abbreviation": "\u0627\u0644\u0627\u062e\u062a\u0635\u0627\u0631", + "About You": "\u0646\u0628\u0630\u0629 \u0639\u0646\u0643", + "Account Information": "\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u062d\u0633\u0627\u0628", + "Account Not Activated": "\u0627\u0644\u062d\u0633\u0627\u0628 \u063a\u064a\u0631 \u0645\u0641\u0639\u0651\u0644", + "Account Settings": "\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u062d\u0633\u0627\u0628", + "Action": "\u0627\u0644\u0625\u062c\u0631\u0627\u0621", + "Action required: Enter a valid date.": "\u0625\u062c\u0631\u0627\u0621 \u0644\u0627\u0632\u0645: \u0623\u062f\u062e\u0644 \u062a\u0627\u0631\u064a\u062e\u0627\u064b \u0635\u0627\u0644\u062d\u0627\u064b.", + "Actions": "\u0627\u0644\u0625\u062c\u0631\u0627\u0621\u0627\u062a", + "Activate": "\u062a\u0641\u0639\u064a\u0644", + "Activate Your Account": "\u0642\u0645 \u0628\u062a\u0641\u0639\u064a\u0644 \u062d\u0633\u0627\u0628\u0643 ", + "Active Uploads": "\u0627\u0644\u062a\u062d\u0645\u064a\u0644\u0627\u062a \u0627\u0644\u0646\u0634\u0637\u0629", + "Add": "\u0625\u0636\u0627\u0641\u0629", + "Add Additional Signatory": "\u0625\u0636\u0627\u0641\u0629 \u0645\u064f\u0648\u064e\u0642\u0651\u0639 \u0625\u0636\u0627\u0641\u064a", + "Add Cohort": "\u0625\u0636\u0627\u0641\u0629 \u0634\u0639\u0628\u0629", + "Add Component:": "\u0625\u0636\u0627\u0641\u0629 \u0645\u0643\u0648\u0651\u0650\u0646:", + "Add New Component": "\u0625\u0636\u0627\u0641\u0629 \u0645\u0643\u0648\u0651\u0650\u0646 \u062c\u062f\u064a\u062f", + "Add URLs for additional versions": "\u0625\u0636\u0627\u0641\u0629 \u0631\u0648\u0627\u0628\u0637 \u0644\u0644\u0646\u0633\u062e\u0627\u062a \u0627\u0644\u0625\u0636\u0627\u0641\u064a\u0629", + "Add a Chapter": "\u0625\u0636\u0627\u0641\u0629 \u0641\u0635\u0644", + "Add a New Cohort": "\u0625\u0636\u0627\u0641\u0629 \u0634\u0639\u0628\u0629 \u062c\u062f\u064a\u062f\u0629", + "Add a Post": "\u0623\u0636\u0641 \u0645\u0646\u0634\u0648\u0631\u0627\u064b", + "Add a Response": "\u0625\u0636\u0627\u0641\u0629 \u0631\u062f:", + "Add a comment": "\u0625\u0636\u0627\u0641\u0629 \u062a\u0639\u0644\u064a\u0642 ", + "Add a learning outcome here": "\u0625\u0636\u0627\u0641\u0629 \u0646\u062a\u064a\u062c\u0629 \u062a\u0639\u0644\u064a\u0645\u064a\u0629 \u0647\u0646\u0627", + "Add a response:": "\u0623\u0636\u0641 \u0631\u062f\u0627\u064b:", + "Add another group": "\u0625\u0636\u0627\u0641\u0629 \u0645\u062c\u0645\u0648\u0639\u0629 \u0623\u062e\u0631\u0649", + "Add notes about this learner": "\u0623\u0636\u0641 \u0645\u0644\u0627\u062d\u0638\u0627\u062a \u062a\u062e\u0635\u0651 \u0647\u0630\u0627 \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645", + "Add to Exception List": "\u0625\u0636\u0641 \u0625\u0644\u0649 \u0644\u0627\u0626\u062d\u0629 \u0627\u0644\u0627\u0633\u062a\u062b\u0646\u0627\u0621\u0627\u062a", + "Add your first content group": "\u0623\u0636\u0641 \u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u0623\u0648\u0644\u0649", + "Add your first group configuration": "\u0623\u0636\u0641 \u0623\u0648\u0651\u0644 \u0625\u0639\u062f\u0627\u062f\u0627\u062a\u0643 \u0644\u0644\u0645\u062c\u0645\u0648\u0639\u0629", + "Add your first textbook": "\u0623\u0636\u0650\u0641 \u0623\u0648\u0651\u0644 \u0643\u062a\u0627\u0628 \u0644\u0643.", + "Add {role} Access": "\u0625\u0636\u0627\u0641\u0629 \u0635\u0644\u0627\u062d\u064a\u0629 \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0640 {role}", + "Adding the selected course to your cart": "\u062c\u0627\u0631\u064a \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0645\u0633\u0627\u0642 \u0627\u0644\u0645\u062e\u062a\u0627\u0631 \u0625\u0644\u0649 \u0639\u0631\u0628\u0629 \u0645\u0634\u062a\u0631\u064a\u0627\u062a\u0643", + "Additional Information": "\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0625\u0636\u0627\u0641\u064a\u0629", + "Additional Time (minutes)": "\u0627\u0644\u0648\u0642\u062a \u0627\u0644\u0625\u0636\u0627\u0641\u064a (\u0628\u0627\u0644\u062f\u0642\u0627\u0626\u0642)", + "Additional posts could not be loaded. Refresh the page and try again.": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u0627\u062a \u0627\u0644\u0625\u0636\u0627\u0641\u064a\u0629. \u0642\u0645 \u0628\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0635\u0641\u062d\u0629 \u0648\u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.", + "Admin": "\u0645\u0634\u0631\u0650\u0641", + "Advanced": "\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0645\u062a\u0642\u062f\u0651\u0645\u0629", + "After the subsection\\'s due date has passed, learners can no longer access its content. The subsection remains included in grade calculations.": "\u0628\u0639\u062f \u0645\u0631\u0648\u0631 \u0627\u0644\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0645\u062d\u062f\u062f \u0644\u0644\u0642\u0633\u0645 \u0627\u0644\u0641\u0631\u0639\u064a\u060c \u0644\u0645 \u064a\u0639\u062f \u0627\u0644\u0645\u062a\u0639\u0644\u0645\u0648\u0646 \u0642\u0627\u062f\u0631\u064a\u0646 \u0628\u0639\u062f \u0639\u0644\u0649 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0645\u062d\u062a\u0648\u0627\u0647. \u064a\u0638\u0644 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0641\u0631\u0639\u064a \u0645\u062f\u0631\u062c\u064b\u0627 \u0641\u064a \u062d\u0633\u0627\u0628\u0627\u062a \u0627\u0644\u0645\u0633\u062a\u0648\u0649.", + "After you select ": "\u0628\u0639\u062f \u0623\u0646 \u062a\u062e\u062a\u0627\u0631", + "All Groups": "\u0643\u0627\u0641\u0651\u0629 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0627\u062a ", + "All Posts": "\u0643\u0644 \u0627\u0644\u0645\u0646\u0634\u0648\u0631\u0627\u062a", + "All Rights Reserved": "\u062c\u0645\u064a\u0639 \u0627\u0644\u062d\u0642\u0648\u0642 \u0645\u062d\u0641\u0648\u0638\u0629", + "All Time Zones": "\u062c\u0645\u064a\u0639 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0632\u0645\u0646\u064a\u0629", + "All Topics": "\u0643\u0627\u0641\u0651\u0629 \u0627\u0644\u0645\u0648\u0627\u0636\u064a\u0639", + "All Unreviewed": "\u0643\u0644 \u0645\u0627 \u0644\u0645 \u062a\u062a\u0645 \u0645\u0631\u0627\u062c\u0639\u062a\u0647", + "All Unreviewed Failures": "\u0643\u0644 \u0627\u0644\u0631\u0633\u0648\u0628\u0627\u062a \u0627\u0644\u062a\u064a \u0644\u0645 \u062a\u062a\u0645 \u0645\u0639\u0627\u0644\u062c\u062a\u0647\u0627", + "All accounts were created successfully.": "\u0627\u0633\u062a\u064f\u0643\u0645\u0644 \u0625\u0646\u0634\u0627\u0621 \u062c\u0645\u064a\u0639 \u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a \u0628\u0646\u062c\u0627\u062d.", + "All groups must have a name.": "\u064a\u062c\u0628 \u0623\u0646 \u064a\u062a\u0648\u0641\u0651\u0631 \u0627\u0633\u0645 \u0644\u0643\u0644\u0651 \u0645\u062c\u0645\u0648\u0639\u0629.", + "All groups must have a unique name.": "\u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0644\u0643\u0644 \u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0633\u0645 \u062e\u0627\u0635 \u0628\u0647\u0627.", + "All learners in the {cohort_name} cohort": "\u0643\u0644 \u0627\u0644\u0645\u062a\u0639\u0644\u0645\u064a\u0646 \u0641\u064a \u0634\u0639\u0628\u0629 {cohort_name}", + "All learners who are enrolled in this course": "\u0643\u0644 \u0627\u0644\u0645\u062a\u0639\u0644\u0645\u064a\u0646 \u0627\u0644\u0645\u0646\u0636\u0645\u064a\u0646 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a\u0629 .", + "All payment options are currently unavailable.": "\u062c\u0645\u064a\u0639 \u062e\u064a\u0627\u0631\u0627\u062a \u0627\u0644\u0633\u062f\u0627\u062f \u063a\u064a\u0631 \u0645\u062a\u0648\u0641\u0651\u0631\u0629 \u062d\u0627\u0644\u064a\u064b\u0627.", + "All professional education courses are fee-based, and require payment to complete the enrollment process.": "\u0625\u0646\u0651 \u062c\u0645\u064a\u0639 \u0645\u0633\u0627\u0642\u0627\u062a \u0627\u0644\u062a\u0639\u0644\u064a\u0645 \u0627\u0644\u0645\u0647\u0646\u064a \u062a\u0633\u062a\u0644\u0632\u0645 \u0631\u0633\u0645\u0627\u064b \u0648\u062a\u062a\u0637\u0644\u0651\u0628 \u0627\u0644\u062f\u0641\u0639 \u0644\u0627\u0633\u062a\u0643\u0645\u0627\u0644 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u0633\u062c\u064a\u0644.", + "All subsections": "\u062c\u0645\u064a\u0639 \u0627\u0644\u0623\u0642\u0633\u0627\u0645 \u0627\u0644\u0641\u0631\u0639\u064a\u0629", + "All teams": "\u062c\u0645\u064a\u0639 \u0627\u0644\u0641\u0631\u0642", + "All topics": "\u0643\u0627\u0641\u0651\u0629 \u0627\u0644\u0645\u0648\u0627\u0636\u064a\u0639", + "All units": "\u062c\u0645\u064a\u0639 \u0627\u0644\u0648\u062d\u062f\u0627\u062a", + "All users on the Exception list": "\u0643\u0627\u0641\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0641\u064a \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0627\u0633\u062a\u062b\u0646\u0627\u0621", + "All users on the Exception list who do not yet have a certificate": "\u0643\u0627\u0641\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0639\u0644\u0649 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0627\u0633\u062a\u062b\u0646\u0627\u0621 \u0644\u064a\u0633 \u0644\u062f\u064a\u0647\u0645 \u0634\u0647\u0627\u062f\u0629 \u0628\u0639\u062f ", + "Allow students to generate certificates for this course?": "\u0647\u0644 \u062a\u0631\u064a\u062f \u0627\u0644\u0633\u0645\u0627\u062d \u0644\u0644\u0637\u0644\u0651\u0627\u0628 \u0628\u0625\u0639\u062f\u0627\u062f \u0634\u0647\u0627\u062f\u0627\u062a \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u0627\u0642\u061f", + "Already a course team member": "\u0639\u0636\u0648 \u0645\u0633\u0628\u0642 \u0641\u064a \u0641\u0631\u064a\u0642 \u0627\u0644\u0645\u0633\u0627\u0642", + "Already a library team member": "\u0639\u0636\u0648 \u0645\u0633\u0628\u064e\u0642 \u0641\u064a \u0641\u0631\u064a\u0642 \u0627\u0644\u0645\u0643\u062a\u0628\u0629", + "Already a member": "\u0639\u0636\u0648 \u0645\u0633\u062c\u0651\u064e\u0644 \u0645\u0646 \u0642\u0628\u0644", + "Amount": "\u0627\u0644\u0643\u0645\u0651\u064a\u0629", + "An email has been sent to {userEmail} with a link for you to activate your account.": "\u0623\u064f\u0631\u0633\u0650\u0644 \u0631\u0627\u0628\u0637 \u062a\u0641\u0639\u064a\u0644 \u0627\u0644\u062d\u0633\u0627\u0628 \u0639\u0644\u0649 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a {userEmail}.", + "An error has occurred. Check your Internet connection and try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623\u060c \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0627\u062a\u0635\u0627\u0644\u0643 \u0628\u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a \u0648\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0644\u0627\u062d\u0642\u064b\u0627.", + "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0623\u0646\u0651 \u062d\u0627\u0633\u0648\u0628\u0643 \u0645\u062a\u0651\u0635\u0644 \u0628\u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a\u060c \u062b\u0645\u0651 \u062d\u0627\u0648\u0644 \u0625\u0639\u0627\u062f\u0629 \u0641\u062a\u062d \u0627\u0644\u0635\u0641\u062d\u0629. ", + "An error has occurred. Please try again later.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0644\u0627\u062d\u0642\u064b\u0627.", + "An error has occurred. Please try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", + "An error has occurred. Please try reloading the page.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623. \u064a\u064f\u0631\u062c\u0649 \u0645\u062d\u0627\u0648\u0644\u0629 \u0625\u0639\u0627\u062f\u0629 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0635\u0641\u062d\u0629.", + "An error has occurred. Refresh the page, and then try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0641\u062a\u062d \u0627\u0644\u0635\u0641\u062d\u0629 \u062b\u0645\u0651 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", + "An error has occurred. Try refreshing the page, or check your Internet connection.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623. \u064a\u064f\u0631\u062c\u0649 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0635\u0641\u062d\u0629 \u0623\u0648 \u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0627\u062a\u0635\u0627\u0644\u0643 \u0628\u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a.", + "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0627\u0633\u062a\u0631\u062f\u0627\u062f \u0631\u0633\u0627\u0644\u0629 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0644\u0627\u062d\u0642\u064b\u0627\u060c \u0648\u0627\u0644\u0627\u062a\u0651\u0635\u0627\u0644 \u0628\u0641\u0631\u064a\u0642 \u0627\u0644\u062f\u0639\u0645 \u0627\u0644\u0641\u0646\u0651\u064a \u0641\u064a \u062d\u0627\u0644 \u0627\u0633\u062a\u0645\u0631\u0651\u062a \u0627\u0644\u0645\u0634\u0643\u0644\u0629.", + "An error occurred when signing you in to %s.": "\u062d\u062f\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0645\u062d\u0627\u0648\u0644\u0629 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0625\u0644\u0649 %s.", + "An error occurred while removing the member from the team. Try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0625\u0633\u062a\u0628\u0639\u0627\u062f \u0639\u0636\u0648 \u0645\u0646 \u0627\u0644\u0641\u0631\u064a\u0642. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", + "An error occurred.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623. ", + "An error occurred. Make sure that the student's username or email address is correct and try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0635\u062d\u0651\u0629 \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0644\u0644\u0637\u0627\u0644\u0628 \u0623\u0648 \u0628\u0631\u064a\u062f\u0647 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u062b\u0645\u0651 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", + "An error occurred. Please reload the page.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0641\u062a\u062d \u0627\u0644\u0635\u0641\u062d\u0629.", + "An error occurred. Please try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", + "An error occurred. Try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", + "An unexpected error occurred. Please try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u063a\u064a\u0631 \u0645\u062a\u0648\u0642\u0651\u064e\u0639. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629. ", + "Are you having trouble finding a team to join?": "\u0639\u0630\u0631\u064b\u0627\u060c \u0647\u0644 \u062a\u0648\u0627\u062c\u0647 \u0645\u0634\u0643\u0644\u0629 \u0641\u064a \u0625\u064a\u062c\u0627\u062f \u0641\u0631\u064a\u0642 \u0644\u062a\u0646\u0636\u0645 \u0625\u0644\u064a\u0647\u061f", + "Are you sure you want to delete this comment?": "\u0647\u0644 \u0623\u0646\u062a \u0648\u0627\u062b\u0642 \u0645\u0646 \u0623\u0646\u0651\u0643 \u062a\u0648\u062f\u0651 \u062d\u0630\u0641 \u0647\u0630\u0627 \u0627\u0644\u062a\u0639\u0644\u064a\u0642\u061f", + "Are you sure you want to delete this post?": "\u0647\u0644 \u0623\u0646\u062a \u0648\u0627\u062b\u0642 \u0645\u0646 \u0623\u0646\u0651\u0643 \u062a\u0648\u062f\u0651 \u062d\u0630\u0641 \u0647\u0630\u0627 \u0627\u0644\u0645\u0646\u0634\u0648\u0631\u061f ", + "Are you sure you want to delete this response?": "\u0647\u0644 \u0623\u0646\u062a \u0648\u0627\u062b\u0642 \u0645\u0646 \u0623\u0646\u0651\u0643 \u062a\u0648\u062f\u0651 \u062d\u0630\u0641 \u0647\u0630\u0627 \u0627\u0644\u0631\u062f\u061f", + "Are you sure you want to delete this update?": "\u0647\u0644 \u0623\u0646\u062a \u0648\u0627\u062b\u0642 \u0645\u0646 \u0631\u063a\u0628\u062a\u0643 \u0641\u064a \u062d\u0630\u0641 \u0647\u0630\u0627 \u0627\u0644\u062a\u062d\u062f\u064a\u062b\u061f", + "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "\u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0631\u063a\u0628\u062a\u0643 \u0641\u064a \u062d\u0630\u0641 {email} \u0645\u0646 \u0641\u0631\u064a\u0642 \u0627\u0644\u0645\u0633\u0627\u0642 \u0644\u0640 \"{container}\"\u061f", + "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "\u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0631\u063a\u0628\u062a\u0643 \u0641\u064a \u062d\u0630\u0641 {email} \u0645\u0646 \u0645\u0643\u062a\u0628\u0629 \"{container}\"\u061f", + "Are you sure you want to remove this video from the list?": "\u0647\u0644 \u0623\u0646\u062a \u0648\u0627\u062b\u0642\u064c \u0645\u0646 \u0631\u063a\u0628\u062a\u0643 \u0641\u064a \u062d\u0630\u0641 \u0647\u0630\u0627 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0645\u0646 \u0647\u0630\u0647 \u0627\u0644\u0642\u0627\u0626\u0645\u0629\u061f", + "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "\u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f \u0645\u0646 \u0631\u063a\u0628\u062a\u0643 \u0641\u064a \u062a\u0642\u064a\u064a\u062f \u0648\u0635\u0648\u0644 {email} \u0625\u0644\u0649 \"{container}\"\u061f", + "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "\u0647\u0644 \u0623\u0646\u062a \u0648\u0627\u062b\u0642 \u0645\u0646 \u0631\u063a\u0628\u062a\u0643 \u0641\u064a \u062d\u0630\u0641 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0636\u0648\u0639\u061f \u0644\u0627 \u064a\u0645\u0643\u0646 \u0627\u0644\u062a\u0631\u0627\u062c\u0639 \u0639\u0646 \u0647\u0630\u0647 \u0627\u0644\u0639\u0645\u0644\u064a\u0629 \u0644\u0627\u062d\u0642\u064b\u0627!\n\n\u0643\u0645\u0627 \u0623\u0646\u0651 \u0623\u064a \u0645\u062d\u062a\u0648\u0649 \u064a\u062a\u0636\u0645\u0651\u0646 \u0631\u0627\u0628\u0637\u064b\u0627 \u0623\u0648 \u0645\u0631\u062c\u0639\u064b\u0627 \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0636\u0648\u0639 \u0644\u0646 \u064a\u0639\u0648\u062f \u0641\u0639\u0651\u0627\u0644\u064b\u0627 (\u0645\u062b\u0644 \u0635\u0648\u0631 \u0648/\u0623\u0648 \u0631\u0648\u0627\u0628\u0637 \u063a\u064a\u0631 \u0641\u0639\u0651\u0627\u0644\u0629)", + "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "\u0643\u062c\u0632\u0621 \u0645\u0646 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642\u060c \u064a\u064f\u0631\u062c\u0649 \u0623\u062e\u0630 \u0635\u0648\u0631\u0629 \u0644\u0643\u0644\u0651\u064d \u0645\u0646 \u0648\u062c\u0647\u0643 \u0648\u0628\u0637\u0627\u0642\u062a\u0643 \u0627\u0644\u0634\u062e\u0635\u064a\u0629 \u0627\u0644\u0635\u0627\u062f\u0631\u0629 \u0639\u0646 \u062c\u0647\u0629 \u062d\u0643\u0648\u0645\u064a\u0629. \u062b\u0645\u0651 \u064a\u0639\u0645\u0644 \u0642\u0633\u0645\u0646\u0627 \u0627\u0644\u0645\u0633\u0624\u0648\u0644 \u0639\u0646 \u062e\u062f\u0645\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642 \u0639\u0644\u0649 \u062a\u0623\u0643\u064a\u062f \u0647\u0648\u064a\u0651\u062a\u0643 \u0628\u0645\u0642\u0627\u0631\u0646\u0629 \u0627\u0644\u0635\u0648\u0631\u0629 \u0627\u0644\u062a\u064a \u062a\u0644\u062a\u0642\u0637\u0647\u0627 \u0645\u0639 \u0627\u0644\u0635\u0648\u0631\u0629 \u0627\u0644\u0645\u0648\u062c\u0648\u062f\u0629 \u0639\u0644\u0649 \u0628\u0637\u0627\u0642\u062a\u0643 \u0627\u0644\u0634\u062e\u0635\u064a\u0629. ", + "Assign students to cohorts by uploading a CSV file.": "\u062d\u0645\u0644 \u0645\u0644\u0641 CSV \u0644\u062a\u0648\u0632\u064a\u0639 \u0627\u0644\u0637\u0644\u0627\u0628 \u0639\u0644\u0649 \u0627\u0644\u0634\u0639\u0628", + "Assignment Type Name": "\u0627\u0633\u0645 \u0646\u0648\u0639 \u0627\u0644\u0648\u0627\u062c\u0628 ", + "Associated Content Group": "\u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u0645\u062d\u062a\u0648\u0649", + "Automatic": "\u062a\u0644\u0642\u0627\u0626\u064a", + "Available %s": "%s \u0627\u0644\u0645\u062a\u0648\u0641\u0631\u0629", + "Back to sign in": "\u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644", + "Back to {platform} FAQs": "\u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u0627\u0644\u0623\u0633\u0626\u0644\u0629 \u0627\u0644\u0634\u0627\u0626\u0639\u0629 \u0644\u0645\u0646\u0635\u0651\u0629 {platform} ", + "Basic": "\u0623\u0633\u0627\u0633\u064a", + "Basic Account Information": "\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u062d\u0633\u0627\u0628 \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629", + "Be sure your entire face is inside the frame": "\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0623\u0646\u0651 \u0648\u062c\u0647\u0643 \u062f\u0627\u062e\u0644 \u0625\u0637\u0627\u0631 \u0627\u0644\u0635\u0648\u0631\u0629 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 ", + "Before proceeding, please confirm that your details match": "\u0642\u0628\u0644 \u0627\u0644\u0645\u062a\u0627\u0628\u0639\u0629\u060c \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u062a\u0637\u0627\u0628\u0642 \u0628\u064a\u0627\u0646\u0627\u062a\u0643", + "Before you upgrade to a certificate track, you must activate your account.": "\u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u0623\u0648\u0644\u064b\u0627 \u062a\u0641\u0639\u064a\u0644 \u062d\u0633\u0627\u0628\u0643 \u0642\u0628\u0644 \u0627\u0644\u062a\u0631\u0642\u064a\u0629 \u0644\u0645\u0633\u0627\u0631 \u062a\u064f\u0645\u0646\u062d \u0628\u0645\u0648\u062c\u0628\u0647 \u0634\u0647\u0627\u062f\u0629.", + "Billed to": "\u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0625\u0644\u0649", + "Biography": "\u0633\u064a\u0631\u0629", + "Blockquote": "\u0646\u0635 \u0645\u0642\u062a\u0628\u0633", + "Blockquote (Ctrl+Q)": "\u0646\u0635 \u0645\u0642\u062a\u0628\u0633 (Ctrl+Q)", + "Bold (Ctrl+B)": "\u062e\u0637 \u0639\u0631\u064a\u0636 (Ctrl+B)", + "Bookmarked": "\u062c\u0631\u0649 \u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0629", + "Bookmarked on": "\u062c\u0631\u0649 \u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0629 \u0645\u0631\u062c\u0639\u064a\u0651\u0629 \u0628\u062a\u0627\u0631\u064a\u062e", + "Browse": "\u062a\u0635\u0641\u0651\u062d", + "Browse recently launched courses and see what\\'s new in your favorite subjects": "\u062a\u0635\u0641\u062d \u0627\u0644\u0641\u0635\u0648\u0644 \u062d\u062f\u064a\u062b\u0629 \u0627\u0644\u0625\u0646\u0634\u0627\u0621 \u0648\u0634\u0627\u0647\u062f \u0627\u0644\u062c\u062f\u064a\u062f \u0641\u064a \u0645\u0648\u0627\u0636\u064a\u0639\u0643 \u0627\u0644\u0645\u0641\u0636\u0644\u0629.", + "Bulk Exceptions": "\u0645\u062c\u0645\u0648\u0639\u0629 \u0645\u0646 \u0627\u0644\u0627\u0633\u062a\u062b\u0646\u0627\u0621\u0627\u062a", + "Bulleted List (Ctrl+U)": "\u0642\u0627\u0626\u0645\u0629 \u0645\u0646\u0642\u0651\u0637\u0629 (Ctrl+U)", + "Can I request additional time to complete my exam?": "\u0647\u0644 \u064a\u0645\u0643\u0646\u0646\u064a \u0637\u0644\u0628 \u0648\u0642\u062a \u0625\u0636\u0627\u0641\u064a \u0644\u0627\u0633\u062a\u0643\u0645\u0627\u0644 \u0627\u0645\u062a\u062d\u0627\u0646\u064a\u061f", + "Can we match the photo you took with the one on your ID?": "\u0647\u0644 \u064a\u0645\u0643\u0646\u0646\u0627 \u0645\u0637\u0627\u0628\u0642\u0629 \u0627\u0644\u0635\u0648\u0631\u0629 \u0627\u0644\u062a\u064a \u0627\u0644\u062a\u0642\u0637\u062a\u0647\u0627 \u0645\u0639 \u0635\u0648\u0631\u062a\u0643 \u0627\u0644\u0645\u0648\u062c\u0648\u062f\u0629 \u0639\u0644\u0649 \u0628\u0637\u0627\u0642\u062a\u0643 \u0627\u0644\u0634\u062e\u0635\u064a\u0629\u061f ", + "Cancel": "\u0625\u0644\u063a\u0627\u0621", + "Cancel enrollment code": "\u0625\u0644\u063a\u0627\u0621 \u0631\u0645\u0632 \u0627\u0644\u062a\u0633\u062c\u064a\u0644", + "Cancel team creating.": "\u0625\u0644\u063a\u0627\u0621 \u0639\u0645\u0644\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0641\u0631\u064a\u0642", + "Cancel team updating.": "\u0625\u0644\u063a\u0627\u0621 \u0639\u0645\u0644\u064a\u0629 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0641\u0631\u064a\u0642", + "Cannot Start Proctored Exam": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u0628\u062f\u0621 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0645\u0631\u0627\u0642\u0628", + "Cannot delete when in use by a unit": "\u064a\u062a\u0639\u0630\u0651\u0631 \u062d\u0630\u0641 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0645\u064c\u0633\u062a\u062e\u062f\u0645\u0629 \u0645\u0646 \u0642\u0628\u0644 \u0627\u0644\u0648\u062d\u062f\u0629 ", + "Cannot delete when in use by an experiment": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u0625\u062c\u0631\u0627\u0621 \u0627\u0644\u062d\u0630\u0641 \u0645\u0627\u062f\u0627\u0645\u062a \u0645\u0633\u062a\u062e\u062f\u0645\u0629 \u0645\u0646 \u0642\u0628\u0644 \u0625\u062d\u062f\u0649 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631\u0627\u062a", + "Cannot drop more <%= types %> assignments than are assigned.": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u0625\u062a\u0627\u062d\u0629 \u0623\u0646\u0648\u0627\u0639 \u0645\u0647\u0627\u0645 <%= types %> \u0623\u0643\u062b\u0631 \u0645\u0645\u0627 \u062a\u0645\u0651 \u062a\u0639\u064a\u064a\u0646\u0647.", + "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "\u062a\u062d\u0630\u064a\u0631: \u0625\u0646 \u0622\u062e\u0631 \u0646\u0633\u062e\u0629 \u0645\u0646\u0634\u0648\u0631\u0629 \u0645\u0646 \u0647\u0630\u0647 \u0627\u0644\u0648\u062d\u062f\u0629 \u0645\u062a\u0627\u062d\u0629 \u0644\u0644\u0637\u0644\u0627\u0628 \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a \u0627\u0644\u0622\u0646\u060c \u0633\u062a\u063a\u064a\u0651\u0631 \u0628\u0645\u062c\u0631\u0651\u062f \u0646\u0634\u0631\u0643 \u0644\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u0645\u0646 \u062a\u062c\u0631\u0628\u0629 \u0627\u0644\u0637\u0627\u0644\u0628.", + "Certificate Details": "\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0634\u0647\u0627\u062f\u0629", + "Certificate Generated": "\u0623\u064f\u0646\u0634\u0650\u0626\u064e\u062a \u0627\u0644\u0634\u0647\u0627\u062f\u0629", + "Certificate Information": "\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0634\u0647\u0627\u062f\u0629", + "Certificate Name": "\u0627\u0633\u0645 \u0627\u0644\u0634\u0647\u0627\u062f\u0629", + "Certificate Signatories": "\u0627\u0644\u0645\u0648\u0642\u0651\u0639\u0648\u0646 \u0639\u0644\u0649 \u0627\u0644\u0634\u0647\u0627\u062f\u0629", + "Certificate Signatory Configuration": "\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u0648\u0642\u0651\u0650\u0639 \u0639\u0644\u0649 \u0627\u0644\u0634\u0647\u0627\u062f\u0629", + "Certificate has been successfully invalidated for <%= user %>.": "\u062c\u0631\u0649 \u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u0634\u0647\u0627\u062f\u0629 \u0628\u0646\u062c\u0627\u062d \u0644\u0640\u0644\u0645\u0633\u062a\u062e\u062f\u0645 <%= user %>.", + "Certificate name is required.": "\u0627\u0633\u0645 \u0627\u0644\u0634\u0647\u0627\u062f\u0629 \u0645\u0637\u0644\u0648\u0628.", + "Certificate of <%= user %> has already been invalidated. Please check your spelling and retry.": "\u0633\u0628\u0642 \u0623\u0646 \u0623\u064f\u0644\u063a\u064a\u062a \u0634\u0647\u0627\u062f\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 <%= user %>. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0627\u0644\u062a\u0647\u062c\u0626\u0629 \u0648\u0623\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", + "Change Enrollment": "\u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u062a\u0633\u062c\u064a\u0644", + "Change Manually": "\u0627\u0644\u062a\u063a\u064a\u064a\u0631 \u064a\u062f\u0648\u064a\u0651\u064b\u0627 ", + "Change My Email Address": "\u062a\u063a\u064a\u064a\u0631 \u0639\u0646\u0648\u0627\u0646 \u0628\u0631\u064a\u062f\u064a \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", + "Change image": "\u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u0635\u0648\u0631\u0629", + "Changes to steps that are not selected as part of the assignment will not be saved.": "\u0644\u0646 \u062a\u064f\u062d\u0641\u0651\u0638 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u0627\u0644\u062a\u064a \u062a\u062c\u0631\u064a\u0647\u0627 \u0639\u0644\u0649 \u062e\u0637\u0648\u0627\u062a \u0644\u0645 \u064a\u062c\u0631\u064a \u062a\u062d\u062f\u064a\u062f\u0647\u0627 \u0643\u062c\u0632\u0621 \u0645\u0646 \u0627\u0644\u0648\u0627\u062c\u0628. ", + "Chapter Asset": "\u0645\u0627\u062f\u0629 \u0645\u0644\u062d\u0642\u0629 \u0628\u0641\u0635\u0644", + "Chapter Name": "\u0627\u0633\u0645 \u0627\u0644\u0641\u0635\u0644", + "Chapter information": "\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0639\u0646 \u0627\u0644\u0641\u0635\u0644", + "Chapter {order}": "\u0641\u0635\u0644 {order}", + "Check Your Email": "\u064a\u064f\u0631\u062c\u0649 \u062a\u0641\u0642\u0651\u062f \u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", + "Check the highlighted fields below and try again.": "\u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 \u0627\u0644\u062d\u0642\u0648\u0644 \u0627\u0644\u0645\u0645\u064a\u0632\u0629 \u0628\u0625\u0634\u0627\u0631\u0629 \u0648\u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0645\u0646 \u062c\u062f\u064a\u062f.", + "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "\u0627\u062e\u062a\u0631 \u0647\u0630\u0627 \u0627\u0644\u0645\u0631\u0628\u0651\u0639 \u0644\u062a\u062a\u0644\u0642\u0651\u0649 \u0631\u0633\u0627\u0644\u0629 \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0648\u0627\u062d\u062f\u0629 \u064a\u0648\u0645\u064a\u0651\u064b\u0627 \u062d\u0648\u0644 \u0625\u0634\u0639\u0627\u0631\u0627\u062a \u0627\u0644\u0623\u0646\u0634\u0637\u0629 \u0627\u0644\u062c\u062f\u064a\u062f\u0629 \u0648\u063a\u064a\u0631 \u0627\u0644\u0645\u0642\u0631\u0648\u0621\u0629 \u0641\u064a \u0627\u0644\u0645\u0646\u0634\u0648\u0631\u0627\u062a \u0627\u0644\u062a\u064a \u062a\u062a\u0627\u0628\u0639\u0647\u0627.", + "Check your email": "\u062a\u062d\u0642\u0651\u0642 \u0645\u0646 \u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a ", + "Check your email for an activation message.": "\u064a\u064c\u0631\u062c\u0649 \u0627\u0644\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u062d\u0633\u0627\u0628 \u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0628\u062d\u062b\u0651\u0627 \u0639\u0646 \u0631\u0633\u0627\u0644\u0629 \u0627\u0644\u062a\u0641\u0639\u064a\u0644.", + "Checkout": "\u0627\u0644\u062f\u0641\u0639", + "Checkout with PayPal": "\u0627\u0644\u062f\u0641\u0639 \u0628\u0648\u0627\u0633\u0637\u0629 PayPal", + "Checkout with {processor}": "\u0627\u0644\u062f\u0641\u0639 \u0628\u0648\u0627\u0633\u0637\u0629 {processor}", + "Choose": "\u0627\u062e\u062a\u064a\u0627\u0631", + "Choose File": "\u0627\u062e\u062a\u0631 \u0627\u0644\u0645\u0644\u0641", + "Choose One": "\u0627\u062e\u062a\u0631 \u0648\u0627\u062d\u062f\u064b\u0627", + "Choose a .csv file": "\u064a\u064f\u0631\u062c\u0649 \u0627\u062e\u062a\u064a\u0627\u0631 \u0645\u0644\u0641 \u0645\u0646 \u0646\u0648\u0639 .csv. ", + "Choose a Date": "\u0625\u062e\u062a\u0631 \u062a\u0627\u0631\u064a\u062e ", + "Choose a Time": "\u0625\u062e\u062a\u0631 \u0648\u0642\u062a", + "Choose a content group to associate": "\u064a\u064f\u0631\u062c\u0649 \u0627\u062e\u062a\u064a\u0627\u0631 \u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u062a\u064a \u062a\u0631\u064a\u062f \u0623\u0646 \u062a\u062c\u0639\u0644\u0647\u0627 \u062a\u0627\u0628\u0639\u0629", + "Choose a time": "\u0627\u062e\u062a\u0631 \u0648\u0642\u062a\u0627\u064b", + "Choose all": "\u0627\u062e\u062a\u0631 \u0627\u0644\u0643\u0644", + "Choose mode": "\u0627\u062e\u062a\u0631 \u0627\u0644\u0648\u0636\u0639", + "Choose one": "\u0627\u062e\u062a\u0631 \u0648\u0627\u062d\u062f\u064b\u0627", + "Choose your institution from the list below:": "\u064a\u064f\u0631\u062c\u0649 \u0645\u0646\u0643 \u0627\u062e\u062a\u064a\u0627\u0631 \u0645\u0624\u0633\u0651\u0633\u062a\u0643 \u0645\u0646 \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0623\u062f\u0646\u0627\u0647:", + "Chosen %s": "%s \u0627\u0644\u0645\u064f\u062e\u062a\u0627\u0631\u0629", + "Clear": "\u062d\u0630\u0641", + "Clear All": "\u0627\u0645\u0633\u062d \u0627\u0644\u062d\u0642\u0648\u0644", + "Clear Grading Due Date": "\u062d\u0630\u0641 \u062a\u0627\u0631\u064a\u062e \u0627\u0633\u062a\u062d\u0642\u0627\u0642 \u0627\u0644\u062a\u0642\u064a\u064a\u0645", + "Clear Release Date/Time": "\u062d\u0630\u0641 \u062a\u0627\u0631\u064a\u062e/\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0625\u0635\u062f\u0627\u0631", + "Clear Value": "\u0645\u0633\u062d \u0627\u0644\u0642\u064a\u0645\u0629", + "Clear search": "\u062d\u0630\u0641 \u0627\u0644\u0628\u062d\u062b", + "Clear search results": "\u062d\u0630\u0641 \u0646\u062a\u0627\u0626\u062c \u0627\u0644\u0628\u062d\u062b", + "Click to add a new %(xblock_type)s": "\u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0646\u0642\u0631 \u0644\u0625\u0636\u0627\u0641\u0629 \u0648\u062d\u062f\u0627\u062a %(xblock_type)s \u062c\u062f\u064a\u062f\u0629", + "Click to change": "\u0623\u0636\u063a\u0637 \u0644\u0644\u062a\u063a\u064a\u0631", + "Click to choose all %s at once.": "\u0627\u0636\u063a\u0637 \u0644\u0627\u062e\u062a\u064a\u0627\u0631 \u062c\u0645\u064a\u0639 %s \u062c\u0645\u0644\u0629 \u0648\u0627\u062d\u062f\u0629.", + "Click to edit": "\u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0646\u0642\u0631 \u0644\u0644\u062a\u0639\u062f\u064a\u0644", + "Click to remove all chosen %s at once.": "\u0627\u0636\u063a\u0637 \u0644\u0625\u0632\u0627\u0644\u0629 \u062c\u0645\u064a\u0639 %s \u0627\u0644\u0645\u062d\u062f\u062f\u0629 \u062c\u0645\u0644\u0629 \u0648\u0627\u062d\u062f\u0629.", + "Close": "\u0625\u063a\u0644\u0627\u0642", + "Closed": "\u0645\u064f\u063a\u0644\u0642", + "Code": "\u0627\u0644\u0631\u0645\u0632", + "Code Sample (Ctrl+K)": "\u0646\u0645\u0648\u0630\u062c \u062a\u0639\u0644\u064a\u0645\u0627\u062a \u0628\u0631\u0645\u062c\u064a\u0629 (Ctrl+K)", + "Cohort Assignment Method": "\u0637\u0631\u064a\u0642\u0629 \u062a\u0648\u0632\u064a\u0639 \u0627\u0644\u0634\u0639\u0628", + "Cohort Name": "\u0627\u0633\u0645 \u0627\u0644\u0634\u0639\u0628\u0629", + "Cohorts Disabled": "\u0627\u0644\u0634\u0639\u0628 \u063a\u064a\u0631 \u0627\u0644\u0645\u0641\u0639\u0651\u0644\u0629", + "Cohorts Enabled": "\u0627\u0644\u0634\u0639\u0628 \u0627\u0644\u0645\u0641\u0639\u0651\u0644\u0629", + "Collapse All": "\u0637\u064a \u062c\u0645\u064a\u0639 \u0627\u0644\u0623\u0642\u0633\u0627\u0645", + "Collapse/Expand this %(xblock_type)s": "\u062a\u0635\u063a\u064a\u0631/\u062a\u0643\u0628\u064a\u0631 \u0647\u0630\u0647 \u0648\u062d\u062f\u0627\u062a %(xblock_type)s", + "Coming Soon": "\u0642\u0631\u064a\u0628\u0627\u064b", + "Common Problem Types": "\u0623\u0646\u0648\u0627\u0639 \u0627\u0644\u0645\u0633\u0627\u0626\u0644 \u0627\u0644\u0634\u0627\u0626\u0639\u0629", + "Community TA": "\u0645\u0633\u0627\u0639\u062f \u0623\u0633\u062a\u0627\u0630 \u0644\u0634\u0624\u0648\u0646 \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645\u064a\u0646", + "Component Location ID": "\u0645\u0639\u0631\u0641 \u0645\u0648\u0642\u0639 \u0627\u0644\u0639\u0646\u0627\u0635\u0631", + "Configure": "\u0636\u0628\u0637 \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a", + "Confirm": "\u062a\u0623\u0643\u064a\u062f", + "Confirm Timed Transcript": "\u0623\u0643\u0651\u062f \u0627\u0644\u0646\u0635 \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a", + "Congratulations! You are now verified on %(platformName)s!": "\u062a\u0647\u0627\u0646\u064a\u0646\u0627! \u0647\u0648\u064a\u0651\u062a\u0643 \u0645\u0648\u062b\u0651\u0642\u0629 \u0627\u0644\u0622\u0646 \u0639\u0644\u0649 %(platformName)s!", + "Contains staff only content": "\u062a\u062d\u0648\u064a \u0645\u062d\u062a\u0648\u0649\u064b \u062e\u0627\u0635 \u0628\u0637\u0627\u0642\u0645 \u0627\u0644\u0645\u0633\u0627\u0642 \u0641\u0642\u0637.", "Contains {count} group": [ - "\u062a\u062a\u0636\u0645\u0651\u0646 {count} \u0645\u062c\u0645\u0648\u0639\u0629", - "\u062a\u062a\u0636\u0645\u0651\u0646 {count} \u0645\u062c\u0645\u0648\u0639\u0629", - "\u062a\u062a\u0636\u0645\u0651\u0646 {count} \u0645\u062c\u0645\u0648\u0639\u0629", - "\u062a\u062a\u0636\u0645\u0651\u0646 {count} \u0645\u062c\u0645\u0648\u0639\u0629", - "\u062a\u062a\u0636\u0645\u0651\u0646 {count} \u0645\u062c\u0645\u0648\u0639\u0629", + "\u062a\u062a\u0636\u0645\u0651\u0646 {count} \u0645\u062c\u0645\u0648\u0639\u0629", + "\u062a\u062a\u0636\u0645\u0651\u0646 {count} \u0645\u062c\u0645\u0648\u0639\u0629", + "\u062a\u062a\u0636\u0645\u0651\u0646 {count} \u0645\u062c\u0645\u0648\u0639\u0629", + "\u062a\u062a\u0636\u0645\u0651\u0646 {count} \u0645\u062c\u0645\u0648\u0639\u0629", + "\u062a\u062a\u0636\u0645\u0651\u0646 {count} \u0645\u062c\u0645\u0648\u0639\u0629", "\u062a\u062a\u0636\u0645\u0651\u0646 {count} \u0645\u062c\u0645\u0648\u0639\u0629" - ], - "Content Group ID": "\u0627\u0644\u0631\u0642\u0645 \u0627\u0644\u062a\u0639\u0631\u064a\u0641\u064a \u0644\u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u0645\u062d\u062a\u0648\u0649", - "Content Group Name": "\u0627\u0633\u0645 \u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u0645\u062d\u062a\u0648\u0649:", - "Content-Specific Discussion Topics": "\u0645\u0648\u0627\u0636\u064a\u0639 \u0646\u0642\u0627\u0634 \u062e\u0627\u0635\u0629 \u0628\u0627\u0644\u0645\u062d\u062a\u0648\u0649", - "Continue Exam Without Proctoring": "\u0627\u0644\u0627\u0633\u062a\u0645\u0631\u0627\u0631 \u0628\u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u062f\u0648\u0646 \u0645\u0631\u0627\u0642\u0628\u0629", - "Continue to Verification": "\u0627\u0644\u0627\u0633\u062a\u0645\u0631\u0627\u0631 \u0625\u0644\u0649 \u0627\u0644\u062a\u0623\u0643\u064a\u062f", - "Continue to my practice exam": "\u0627\u0644\u0627\u0633\u062a\u0645\u0631\u0627\u0631 \u0625\u0644\u0649 \u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u062a\u0645\u0631\u064a\u0646", - "Continue to my proctored exam. I want to be eligible for credit.": "\u0627\u0644\u0627\u0633\u062a\u0645\u0631\u0627\u0631 \u0641\u064a \u0627\u0645\u062a\u062d\u0627\u0646\u064a \u0627\u0644\u0645\u0631\u0627\u0642\u0628. \u0623\u0631\u064a\u062f \u0623\u0646 \u0623\u0643\u0648\u0646 \u0645\u0624\u0647\u0644\u0627\u064b \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0646\u0642\u0627\u0637.", - "Copy Email To Editor": "\u0625\u0631\u0633\u0627\u0644 \u0646\u0633\u062e\u0629 \u0645\u0646 \u0631\u0633\u0627\u0644\u0629 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0625\u0644\u0649 \u0627\u0644\u0645\u062d\u0631\u0651\u0631", - "Correct failed component": "\u064a\u064f\u0631\u062c\u0649 \u062a\u0635\u062d\u064a\u062d \u0627\u0644\u0645\u0643\u0648\u0651\u0650\u0646 \u0627\u0644\u0630\u064a \u062a\u0639\u0630\u0651\u0631 \u062a\u0635\u062f\u064a\u0631\u0647. ", - "Could not find Certificate Exception in white list. Please refresh the page and try again": "\u062a\u0639\u0630\u0651\u0631 \u0625\u064a\u062c\u0627\u062f \u062e\u064a\u0627\u0631 \u0627\u0633\u062a\u062b\u0646\u0627\u0621 \u0627\u0644\u0634\u0647\u0627\u062f\u0629 \u0636\u0645\u0646 \u0627\u0644\u0644\u0627\u0626\u062d\u0629 \u0627\u0644\u0628\u064a\u0636\u0627\u0621. \u064a\u064f\u0631\u062c\u0649 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0635\u0641\u062d\u0629 \u0648\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0645\u0646 \u062c\u062f\u064a\u062f.", - "Could not find Certificate Invalidation in the list. Please refresh the page and try again": "\u062a\u0639\u0630\u0651\u0631 \u0625\u064a\u062c\u0627\u062f \u062e\u064a\u0627\u0631 \u0625\u0644\u063a\u0627\u0621 \u062a\u0648\u062b\u064a\u0642 \u0627\u0644\u0634\u0647\u0627\u062f\u0629 \u0636\u0645\u0646 \u0627\u0644\u0644\u0627\u0626\u062d\u0629. \u064a\u064f\u0631\u062c\u0649 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0635\u0641\u062d\u0629 \u0648\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0645\u0646 \u062c\u062f\u064a\u062f.", - "Could not find a user with username or email address '<%- identifier %>'.": "\u0644\u0645 \u064a\u064f\u0639\u062b\u0631 \u0639\u0644\u0649 \u0645\u0633\u062a\u062e\u062f\u0645 \u064a\u062d\u0645\u0644 \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0623\u0648 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0647\u0630\u0627 '<%- identifier %>'.", - "Could not find users associated with the following identifiers:": "\u0646\u0623\u0633\u0641 \u0644\u062a\u0639\u0630\u0651\u0631 \u0625\u064a\u062c\u0627\u062f \u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u064a\u062d\u0645\u0644\u0648\u0646 \u0627\u0644\u0623\u0631\u0642\u0627\u0645 \u0627\u0644\u062a\u0627\u0644\u064a\u0629:", - "Could not retrieve download url.": "\u062a\u0639\u0630\u0651\u0631 \u0627\u0633\u062a\u0631\u062c\u0627\u0639 \u0631\u0627\u0628\u0637 \u0627\u0644\u062a\u0646\u0632\u064a\u0644.", - "Could not retrieve payment information": "\u0639\u0630\u0631\u064b\u0627\u060c \u0644\u0645 \u064a\u0645\u0643\u0646 \u0627\u0633\u062a\u0631\u062c\u0627\u0639 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u062f\u0641\u0639.", - "Could not retrieve upload url.": "\u062a\u0639\u0630\u0651\u0631 \u0627\u0633\u062a\u0631\u062c\u0627\u0639 \u0631\u0627\u0628\u0637 \u0627\u0644\u062a\u062d\u0645\u064a\u0644.", - "Could not submit order": "\u0639\u0630\u0631\u064b\u0627\u060c \u0644\u0645 \u064a\u0645\u0643\u0646 \u062a\u0642\u062f\u064a\u0645 \u0627\u0644\u0637\u0644\u0628.", - "Could not submit photos": "\u0639\u0630\u0631\u064b\u0627\u060c \u0644\u0645 \u064a\u0645\u0643\u0646 \u062a\u0642\u062f\u064a\u0645 \u0627\u0644\u0635\u0648\u0631.", - "Couldn't Save This Assignment": "\u062a\u0639\u0630\u0651\u0631 \u062d\u0641\u0638 \u0647\u0630\u0627 \u0627\u0644\u0648\u0627\u062c\u0628.", - "Country": "\u0627\u0644\u0628\u0644\u062f", - "Country of residence": "\u0628\u0644\u062f \u0627\u0644\u0625\u0642\u0627\u0645\u0629", - "Course Credit Requirements": "\u0645\u062a\u0637\u0644\u0651\u0628\u0627\u062a \u0645\u0648\u0627\u062f \u0627\u0644\u0645\u0633\u0627\u0642", - "Course End": "\u062a\u0627\u0631\u064a\u062e \u0627\u0646\u062a\u0647\u0627\u0621 \u0627\u0644\u0645\u0633\u0627\u0642", - "Course Handouts": "\u0646\u0634\u0631\u0627\u062a \u0627\u0644\u0645\u0633\u0627\u0642", - "Course ID": "\u0627\u0644\u0631\u0642\u0645 \u0627\u0644\u062a\u0639\u0631\u064a\u0641\u064a \u0644\u0644\u0645\u0633\u0627\u0642 ", - "Course Id": "\u0645\u0639\u0631\u0641 \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a\u0629", - "Course Index": "\u0641\u0647\u0631\u0633 \u0627\u0644\u0645\u0633\u0627\u0642", - "Course Key": "\u0645\u0641\u062a\u0627\u062d \u0627\u0644\u0645\u0633\u0627\u0642", - "Course Number": "\u0631\u0642\u0645 \u0627\u0644\u0645\u0633\u0627\u0642 ", - "Course Number Override": "\u062a\u062c\u0627\u0648\u0632 \u0631\u0642\u0645 \u0627\u0644\u0645\u0633\u0627\u0642", - "Course Outline": "\u0627\u0644\u0645\u062e\u0637\u0651\u0637 \u0627\u0644\u0643\u0644\u0651\u064a \u0644\u0644\u0645\u0633\u0627\u0642", - "Course Start": "\u062a\u0627\u0631\u064a\u062e \u0627\u0628\u062a\u062f\u0627\u0621 \u0627\u0644\u0645\u0633\u0627\u0642", - "Course Title": "\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0645\u0633\u0627\u0642", - "Course Title Override": "\u062a\u062c\u0627\u0648\u0632 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0645\u0633\u0627\u0642", - "Course is not yet visible to students.": "\u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u0627\u0642 \u063a\u064a\u0631 \u0645\u0631\u0626\u064a \u0644\u0644\u0637\u0644\u0627\u0628.", - "Course pacing cannot be changed once a course has started.": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u062a\u063a\u064a\u064a\u0631 \u062a\u0646\u0638\u064a\u0645 \u0627\u0644\u0645\u0633\u0627\u0642 \u0628\u0645\u062c\u0631\u0651\u062f \u0627\u0628\u062a\u062f\u0627\u0626\u0647.", - "Course title": "\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0645\u0633\u0627\u0642", - "Course-Wide Discussion Topics": "\u0645\u0648\u0627\u0636\u064a\u0639 \u0646\u0642\u0627\u0634 \u0639\u0644\u0649 \u0646\u0637\u0627\u0642 \u0627\u0644\u0645\u0633\u0627\u0642", - "Create": "\u0625\u0646\u0634\u0627\u0621 ", - "Create Re-run": "\u062e\u0644\u0642 \u0648\u062d\u062f\u0629 \u0645\u064f\u0639\u0627\u062f \u062a\u0646\u0641\u064a\u0630\u0647\u0627", - "Create a %(link_start)sMozilla Backpack%(link_end)s account, or log in to your existing account": "\u0623\u0646\u0634\u0626 \u062d\u0633\u0627\u0628 %(link_start)s Mozilla Backpack %(link_end)s\u060c \u0623\u0648 \u0633\u062c\u0644 \u062f\u062e\u0648\u0644\u0643 \u0625\u0644\u0649 \u062d\u0633\u0627\u0628\u0643 \u0627\u0644\u0645\u0648\u062c\u0648\u062f", - "Create a New Team": "\u0625\u0646\u0634\u0627\u0621 \u0641\u0631\u064a\u0642 \u062c\u062f\u064a\u062f", - "Create a content group": "\u0625\u0646\u0634\u0627\u0621 \u0645\u062c\u0645\u0648\u0639\u0629 \u0645\u062d\u062a\u0648\u0649", - "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "\u0623\u0646\u0634\u0626 \u0641\u0631\u064a\u0642\u064b\u0627 \u062c\u062f\u064a\u062f\u064b\u0627 \u0641\u064a \u062d\u0627\u0644 \u0644\u0645 \u062a\u062c\u062f \u0641\u0631\u064a\u0642\u064b\u0627 \u0645\u0648\u062c\u0648\u062f\u064b\u0627 \u0644\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u064a\u0647 \u0623\u0648 \u0643\u0646\u062a \u062a\u0631\u063a\u0628 \u0628\u0627\u0644\u062a\u0639\u0644\u0651\u0645 \u0628\u0631\u0641\u0642\u0629 \u0623\u0635\u062f\u0642\u0627\u0621 \u062a\u0639\u0631\u0641\u0647\u0645.", - "Create account using %(providerName)s.": "\u0623\u0646\u0634\u0626 \u062d\u0633\u0627\u0628\u0627\u064b \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 %(providerName)s.", - "Create an account using": "\u0623\u0646\u0634\u0626 \u062d\u0633\u0627\u0628\u0627\u064b \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645", - "Create team.": "\u0623\u0646\u0634\u0626 \u0641\u0631\u064a\u0642.", - "Created": "\u062a\u0645\u0651 \u0627\u0644\u0625\u0646\u0634\u0627\u0621", - "Creating missing groups": "\u062c\u0627\u0631\u064a \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0627\u062a \u0627\u0644\u0646\u0627\u0642\u0635\u0629`", - "Creative Commons licensed content, with terms as follow:": "\u0645\u062d\u062a\u0648\u0649 \u0645\u0631\u062e\u0651\u0635 \u0643\u0645\u0634\u0627\u0647 \u0625\u0628\u062f\u0627\u0639\u064a \u0648\u0641\u0642 \u0627\u0644\u0634\u0631\u0648\u0637 \u0627\u0644\u062a\u0627\u0644\u064a\u0629:", - "Criterion Added": "\u0623\u064f\u0636\u064a\u0641\u062a \u0645\u0639\u0627\u064a\u064a\u0631 \u062c\u062f\u064a\u062f\u0629.", - "Criterion Deleted": "\u062c\u0631\u0649 \u062d\u0630\u0641 \u0627\u0644\u0645\u0639\u064a\u0627\u0631.", - "Crossed out items have been refunded.": "\u062c\u0631\u0649 \u0627\u0633\u062a\u0631\u062f\u0627\u062f \u0642\u064a\u0645\u0629 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0645\u0634\u0637\u0648\u0628\u0629.", - "Current Role:": "\u0627\u0644\u062f\u0648\u0631 \u0627\u0644\u062d\u0627\u0644\u064a:", - "Current conversation": "\u0627\u0644\u0645\u062d\u0627\u062f\u062b\u0629 \u0627\u0644\u062d\u0627\u0644\u064a\u0629", - "Current enrollment mode:": "\u0648\u0636\u0639 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062d\u0627\u0644\u064a:", - "Current tab": "\u0627\u0644\u062a\u0628\u0648\u064a\u0628\u0629 \u0627\u0644\u062d\u0627\u0644\u064a\u0629", - "Date": "\u0627\u0644\u062a\u0627\u0631\u064a\u062e ", - "Date Added": "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0625\u0636\u0627\u0641\u0629 ", - "Deactivate": "\u062a\u0639\u0637\u064a\u0644", - "Declined": "\u0645\u0631\u0641\u0648\u0636", - "Default (Local Time Zone)": "\u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a (\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0645\u062d\u0644\u064a)", - "Default Timed Transcript": "\u0646\u0635 \u0627\u0641\u062a\u0631\u0627\u0636\u064a \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a", - "Delete": "\u062d\u0630\u0641", - "Delete \"<%= signatoryName %>\" from the list of signatories?": "\u0647\u0644 \u062a\u0631\u064a\u062f \u062d\u0630\u0641 \"<%= signatoryName %>\" \u0645\u0646 \u0644\u0627\u0626\u062d\u0629 \u0627\u0644\u0645\u0648\u0642\u0651\u0639\u064a\u0646\u061f", - "Delete File Confirmation": "\u062a\u0623\u0643\u064a\u062f \u062d\u0630\u0641 \u0627\u0644\u0645\u0644\u0641", - "Delete Team": "\u062d\u0630\u0641 \u0627\u0644\u0641\u0631\u064a\u0642", - "Delete student '<%- student_id %>'s state on problem '<%- problem_id %>'?": "\u062d\u0630\u0641 \u062d\u0627\u0644\u0629 \u0627\u0644\u0637\u0627\u0644\u0628 \u2019<%- student_id %>\u2018 \u0641\u064a \u0627\u0644\u0645\u0633\u0623\u0644\u0629 \u0631\u0642\u0645 \u2019<%- problem_id %>\u2018\u061f", - "Delete the user, {username}": "\u062d\u0630\u0641 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u060c {username} ", - "Delete this %(item_display_name)s?": "\u0647\u0644 \u062a\u0631\u064a\u062f \u062d\u0630\u0641 \u0647\u0630\u0627 \u0627\u0644\u0627\u0633\u0645 %(item_display_name)s\u061f", - "Delete this asset": "\u062d\u0630\u0641 \u0647\u0630\u0647 \u0627\u0644\u0645\u0627\u062f\u0629 \u0627\u0644\u0645\u0644\u062d\u0642\u0629", - "Delete this team?": "\u0623\u062a\u0648\u062f\u0651 \u062d\u0630\u0641 \u0647\u0630\u0627 \u0627\u0644\u0641\u0631\u064a\u0642\u061f", - "Deleted Content Group": "\u0645\u062c\u0645\u0648\u0639\u0629 \u0645\u062d\u062a\u0648\u0649 \u0645\u062d\u0630\u0648\u0641\u0629", - "Deleting a team is permanent and cannot be undone. All members are removed from the team, and team discussions can no longer be accessed.": "\u0625\u0646 \u0639\u0645\u0644\u064a\u0629 \u062d\u0630\u0641 \u0647\u0630\u0627 \u0627\u0644\u0641\u0631\u064a\u0642 \u062f\u0627\u0626\u0645\u0629 \u0648\u0644\u0627 \u064a\u0645\u0643\u0646 \u0627\u0644\u062a\u0631\u0627\u062c\u0639 \u0639\u0646\u0647\u0627. \u0633\u064a\u064f\u0633\u062a\u0628\u0639\u062f \u0628\u0630\u0644\u0643 \u062c\u0645\u064a\u0639 \u0623\u0639\u0636\u0627\u0621 \u0627\u0644\u0641\u0631\u064a\u0642 \u0648\u0633\u064a\u062a\u0639\u0630\u0651\u0631 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0645\u0646\u0627\u0642\u0634\u0627\u062a \u0623\u0639\u0636\u0627\u0621 \u0627\u0644\u0641\u0631\u064a\u0642 \u0641\u064a \u0627\u0644\u0645\u0633\u062a\u0642\u0628\u0644.", - "Deleting this %(item_display_name)s is permanent and cannot be undone.": "\u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0627\u0646\u062a\u0628\u0627\u0647 \u0625\u0644\u0649 \u0623\u0646\u0651 \u062d\u0630\u0641 \u0647\u0630\u0627 \u0627\u0644\u0627\u0633\u0645 %(item_display_name)s \u062f\u0627\u0626\u0645 \u0627\u0644\u0645\u0641\u0639\u0648\u0644 \u0648\u063a\u064a\u0631 \u0642\u0627\u0628\u0644 \u0644\u0644\u0631\u062c\u0648\u0639 \u0639\u0646\u0647.", - "Deprecated": "\u0645\u0647\u0645\u0644", - "Description": "\u0627\u0644\u0648\u0635\u0641 ", - "Description of the certificate": "\u0648\u0635\u0641 \u0627\u0644\u0634\u0647\u0627\u062f\u0629", - "Discard Changes": "\u062a\u062c\u0627\u0647\u0644 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a", - "Discussion": "\u0627\u0644\u0645\u0646\u0627\u0642\u0634\u0629", - "Discussion Home": "\u0635\u0641\u062d\u0629 \u0627\u0644\u0645\u0646\u0627\u0642\u0634\u0629 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629", - "Display Name": "\u0627\u0633\u0645 \u0627\u0644\u0639\u0631\u0636", - "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "\u0647\u0644 \u062a\u0631\u064a\u062f \u0627\u0644\u0633\u0645\u0627\u062d \u0644\u0647\u0630\u0627 \u0627\u0644\u0637\u0627\u0644\u0628 ('{student_id}') \u0628\u062a\u062c\u0627\u0648\u0632 \u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u062f\u062e\u0648\u0644\u061f", - "Do you want to replace the edX transcript with the YouTube transcript?": "\u0647\u0644 \u062a\u0631\u063a\u0628 \u0641\u064a \u0627\u0633\u062a\u0628\u062f\u0627\u0644 \u0646\u0635 EdX \u0628\u0646\u0635 \u064a\u0648\u062a\u064a\u0648\u0628\u061f", - "Do you want to upload your file before submitting?": "\u0647\u0644 \u062a\u0631\u063a\u0628 \u0628\u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641\u0651\u0643 \u0642\u0628\u0644 \u0627\u0644\u062a\u0642\u062f\u064a\u0645\u061f", - "Does the name on your ID match your account name: %(fullName)s?": "\u0647\u0644 \u064a\u062a\u0637\u0627\u0628\u0642 \u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0630\u064a \u062a\u062d\u0645\u0644\u0647 \u0628\u0637\u0627\u0642\u062a\u0643 \u0627\u0644\u0634\u062e\u0635\u064a\u0629 \u0645\u0639 \u0627\u0633\u0645\u0643 \u0641\u064a \u0627\u0644\u062d\u0633\u0627\u0628: %(fullName)s\u061f", - "Does the photo of you match your ID photo?": "\u0647\u0644 \u062a\u062a\u0637\u0627\u0628\u0642 \u0635\u0648\u0631\u062a\u0643 \u0645\u0639 \u0627\u0644\u0635\u0648\u0631\u0629 \u0627\u0644\u062a\u064a \u062a\u062d\u0645\u0644\u0647\u0627 \u0628\u0637\u0627\u0642\u062a\u0643 \u0627\u0644\u0634\u062e\u0635\u064a\u0629\u061f", - "Does the photo of you show your whole face?": "\u0647\u0644 \u064a\u0638\u0647\u0631 \u0648\u062c\u0647\u0643 \u0641\u064a \u0635\u0648\u0631\u062a\u0643 \u0628\u0627\u0644\u0643\u0627\u0645\u0644\u061f", - "Doing so means that you are no longer eligible for academic credit.": "\u0627\u0644\u0642\u064a\u0627\u0645 \u0628\u0630\u0644\u0643 \u064a\u0639\u0646\u064a \u0623\u0646\u0643 \u0644\u0645 \u062a\u0639\u062f \u0645\u0624\u0647\u0644\u0629 \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0646\u0642\u0627\u0637 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629.", - "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "\u0623\u0644\u0627 \u064a\u0645\u0643\u0646\u0643 \u0631\u0624\u064a\u0629 \u0635\u0648\u0631\u062a\u0643\u061f \u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0627\u0644\u0633\u0645\u0627\u062d \u0644\u0645\u062a\u0635\u0641\u0651\u062d\u0643 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0643\u0627\u0645\u064a\u0631\u062a\u0643 \u0639\u0646\u062f\u0645\u0627 \u064a\u0637\u0644\u0628 \u0627\u0644\u0625\u0630\u0646 \u0645\u0646\u0643. ", - "Donate": "\u062a\u0628\u0631\u0651\u064e\u0639", - "Double-check that your webcam is connected and working to continue.": "\u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u062d\u0642\u0651\u0642 \u0645\u062c\u062f\u0651\u062f\u064b\u0627 \u0645\u0646 \u0623\u0646\u0651 \u0643\u0627\u0645\u064a\u0631\u0627 \u0627\u0644\u0648\u064a\u0628 \u0645\u062a\u0651\u0635\u0644\u0629 \u0628\u0627\u0644\u0643\u0645\u0628\u064a\u0648\u062a\u0631 \u0648\u063a\u064a\u0631 \u0645\u0639\u0637\u0651\u0644\u0629 \u0644\u062a\u062a\u0645\u0643\u0651\u0646 \u0645\u0646 \u0627\u0644\u0645\u062a\u0627\u0628\u0639\u0629. ", - "Download": "\u062a\u0646\u0632\u064a\u0644", - "Download Software Clicked": "\u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0627\u062a \u0627\u0644\u062a\u064a \u062a\u0645 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u064a\u0647\u0627", - "Download Transcript for Editing": "\u062a\u0646\u0632\u064a\u0644 \u0627\u0644\u0646\u0635 \u0644\u062a\u0639\u062f\u064a\u0644\u0647", - "Download URL": "\u062a\u0646\u0632\u064a\u0644 \u0627\u0644\u0631\u0627\u0628\u0637", - "Download available encodings (.csv)": "\u062a\u0646\u0632\u064a\u0644 \u0627\u0644\u0634\u064a\u0641\u0631\u0627\u062a \u0627\u0644\u0645\u062a\u0627\u062d\u0629 (\u0628\u0635\u064a\u063a\u0629 .csv)", - "Download the user's certificate": "\u062a\u0646\u0632\u064a\u0644 \u0634\u0647\u0627\u062f\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645", - "Draft (Never published)": "\u0645\u0633\u0648\u062f\u0651\u0629 (\u0644\u0645 \u062a\u064f\u0646\u0634\u064e\u0631 \u0642\u0637\u0651) ", - "Draft (Unpublished changes)": "\u0645\u0633\u0648\u062f\u0651\u0629 (\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u063a\u064a\u0631 \u0645\u0646\u0634\u0648\u0631\u0629)", - "Drag to reorder": "\u0627\u0633\u062d\u0628 \u0644\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0631\u062a\u064a\u0628", - "Drop target image": "\u0625\u0633\u0642\u0627\u0637 \u0627\u0644\u0635\u0648\u0631\u0629 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629", - "Due Date": "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0627\u0633\u062a\u062d\u0642\u0627\u0642", - "Due Date:": "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0627\u0633\u062a\u062d\u0642\u0627\u0642:", - "Due Time in UTC:": "\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0627\u0633\u062a\u062d\u0642\u0627\u0642 \u0628\u062d\u0633\u0628 \u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0639\u0627\u0644\u0645\u064a \u0627\u0644\u0645\u0646\u0633\u0651\u0642:", - "Due date cannot be before start date.": "\u0644\u0627\u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u0633\u0628\u0642 \u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0627\u0633\u062a\u062d\u0642\u0627\u0642 \u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0627\u0628\u062a\u062f\u0627\u0621.", - "Due:": "\u064a\u064f\u0633\u062a\u064e\u062d\u0642\u0651 \u0641\u064a:", - "Duplicate": "\u0646\u0633\u062e\u0629 \u0645\u0637\u0627\u0628\u0642\u0629", - "Duration (sec)": "\u0645\u062f\u0651\u0629 \u0627\u0644\u0645\u0647\u0645\u0629 (\u0628\u0627\u0644\u062b\u0648\u0627\u0646\u064a) ", - "Earned %(created)s.": "%(created)s \u0627\u0644\u062a\u064a \u062d\u0635\u0644\u062a \u0639\u0644\u064a\u0647\u0627", - "EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.": "\u0644\u0627 \u062a\u0645\u0644\u0643 EdX \u0646\u0635\u064b\u0651\u0627 \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0644\u0647\u0630\u0627 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0641\u064a \u0627\u0644\u0627\u0633\u062a\u062f\u064a\u0648\u060c \u0644\u0643\u0646\u0651\u0646\u0627 \u0648\u062c\u062f\u0646\u0627 \u0646\u0635\u064b\u0651\u0627 \u0639\u0644\u0649 \u0627\u0644\u064a\u0648\u062a\u064a\u0648\u0628 \u064a\u0645\u0643\u0646\u0643 \u0627\u0633\u062a\u064a\u0631\u0627\u062f\u0647 \u0623\u0648 \u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641 \u0644\u0646\u0635\u0651\u0643 \u0627\u0644\u062e\u0627\u0635 \u0628\u0635\u064a\u063a\u0629 .srt.", - "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "\u0644\u064a\u0633 \u0644\u062f\u0649 EdX \u0646\u0635 \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0644\u0647\u0630\u0627 \u0627\u0644\u0641\u064a\u062f\u064a\u0648. \u064a\u064f\u0631\u062c\u0649 \u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641 \u0628\u0635\u064a\u063a\u0629 .srt.", - "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "\u0644\u062f\u0649 EdX \u0646\u0635 \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0644\u0647\u0630\u0627 \u0627\u0644\u0641\u064a\u062f\u064a\u0648. \u0625\u0630\u0627 \u0631\u063a\u0628\u062a \u0641\u064a \u062a\u0639\u062f\u064a\u0644 \u0647\u0630\u0627 \u0627\u0644\u0646\u0635\u0651\u060c \u0641\u064a\u0645\u0643\u0646\u0643 \u062a\u0646\u0632\u064a\u0644 \u0627\u0644\u0646\u0635 \u0627\u0644\u062d\u0627\u0644\u064a\u060c \u0648\u062a\u0639\u062f\u064a\u0644\u0647\u060c \u0648\u0625\u0639\u0627\u062f\u0629 \u062a\u062d\u0645\u064a\u0644\u0647 \u0645\u0646 \u062c\u062f\u064a\u062f. \u0623\u0645\u0651\u0627 \u0625\u0630\u0627 \u0631\u063a\u0628\u062a \u0641\u064a \u0627\u0633\u062a\u0628\u062f\u0627\u0644\u0647\u060c \u0641\u064a\u064f\u0631\u062c\u0649 \u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641 \u0646\u0635 \u062c\u062f\u064a\u062f \u0628\u0635\u064a\u063a\u0629 .srt.", - "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "\u064a\u0648\u062c\u062f \u0644\u062f\u0649 Edx \u0646\u0635 \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0644\u0647\u0630\u0627 \u0627\u0644\u0641\u064a\u062f\u064a\u0648. \u0625\u0630\u0627 \u0631\u063a\u0628\u062a \u0641\u064a \u0627\u0633\u062a\u0628\u062f\u0627\u0644 \u0647\u0630\u0627 \u0627\u0644\u0646\u0635\u060c \u064a\u064f\u0631\u062c\u0649 \u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641 \u0646\u0635 \u062c\u062f\u064a\u062f \u0628\u0635\u064a\u063a\u0629 .srt. \u0623\u0645\u0651\u0627 \u0625\u0630\u0627 \u0631\u063a\u0628\u062a \u0641\u064a \u062a\u0639\u062f\u064a\u0644 \u0647\u0630\u0627 \u0627\u0644\u0646\u0635\u0651\u060c \u0641\u064a\u0645\u0643\u0646\u0643 \u062a\u0646\u0632\u064a\u0644 \u0627\u0644\u0646\u0635 \u0627\u0644\u0633\u0627\u0628\u0642 \u0648\u062a\u0639\u062f\u064a\u0644\u0647 \u0648\u0625\u0639\u0627\u062f\u0629 \u062a\u062d\u0645\u064a\u0644\u0647 \u0645\u0646 \u062c\u062f\u064a\u062f. ", - "Edit": "\u062a\u0639\u062f\u064a\u0644", - "Edit %(display_name)s (required)": "\u062a\u0639\u062f\u064a\u0644 %(display_name)s (\u0645\u0637\u0644\u0648\u0628)", - "Edit Membership": "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0639\u0636\u0648\u064a\u0651\u0629", - "Edit Team": "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0641\u0631\u064a\u0642", - "Edit Your Name": "\u062a\u0639\u062f\u064a\u0644 \u0627\u0633\u0645\u0643 ", - "Edit this certificate?": "\u0647\u0644 \u062a\u0631\u064a\u062f \u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0634\u0647\u0627\u062f\u0629\u061f", - "Edit your post below.": "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0645\u0646\u0634\u0648\u0631 \u0623\u062f\u0646\u0627\u0647.", - "Editable": "\u0642\u0627\u0628\u0644 \u0644\u0644\u062a\u0639\u062f\u064a\u0644", - "Editing comment": "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u062a\u0639\u0644\u064a\u0642", - "Editing post": "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0645\u0646\u0634\u0648\u0631 ", - "Editing response": "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0631\u062f ", - "Education Completed": "\u0627\u0633\u062a\u064f\u0643\u0645\u0650\u0644 \u0627\u0644\u062a\u0639\u0644\u064a\u0645", - "Email": "\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", - "Email address": "\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", - "Emails successfully sent. The following users are no longer enrolled in the course:": "\u062c\u0631\u062a \u0627\u0644\u0645\u0631\u0627\u0633\u0644\u0629 \u0639\u0628\u0631 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0628\u0646\u062c\u0627\u062d. \u0648\u0644\u0645 \u064a\u0639\u062f \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u0648\u0646 \u0627\u0644\u062a\u0627\u0644\u0648\u0646 \u0645\u0633\u062c\u0651\u0644\u064a\u0646 \u0628\u0627\u0644\u0645\u0633\u0627\u0642:", - "Enable Cohorts": "\u0641\u0639\u0651\u0644 \u0627\u0644\u0634\u064f\u0639\u0628", - "End My Exam": "\u0623\u0646\u0647\u064a \u0627\u0645\u062a\u062d\u0627\u0646\u064a", - "Endorse": "\u062a\u0623\u064a\u064a\u062f", - "Engage with posts": "\u0634\u0627\u0631\u0643 \u0641\u064a \u0627\u0644\u0645\u0646\u0634\u0648\u0631\u0627\u062a", - "Enroll Now": "\u0633\u062c\u0644 \u0627\u0644\u0622\u0646", - "Enrolling you in the selected course": "\u062c\u0627\u0631\u064a \u062a\u0633\u062c\u064a\u0644\u0643 \u0641\u064a \u0627\u0644\u0645\u0633\u0627\u0642 \u0627\u0644\u0645\u062e\u062a\u0627\u0631", - "Enrollment Date": "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u062a\u0633\u062c\u064a\u0644 ", - "Enrollment Mode": "\u0648\u0636\u0639 \u0627\u0644\u062a\u0633\u062c\u064a\u0644", - "Enrollment Opens on": "\u064a\u064f\u0641\u062a\u062d \u0628\u0627\u0628 \u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0641\u064a", - "Ensure that you can see your photo and read your name": "\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0623\u0646\u0651\u0647 \u064a\u0645\u0643\u0646\u0643 \u0623\u0646 \u062a\u0631\u0649 \u0635\u0648\u0631\u062a\u0643 \u0648\u062a\u0642\u0631\u0623 \u0627\u0633\u0645\u0643 ", - "Enter Due Date and Time": "\u064a\u064f\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u062a\u0627\u0631\u064a\u062e \u0648\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0627\u0633\u062a\u062d\u0642\u0627\u0642.", - "Enter Start Date and Time": "\u064a\u064f\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u062a\u0627\u0631\u064a\u062e \u0648\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0628\u062f\u0621", - "Enter a student's username or email address.": "\u064a\u064f\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0627\u0633\u0645 \u0627\u0644\u0637\u0627\u0644\u0628 \u0623\u0648 \u0639\u0646\u0648\u0627\u0646 \u0628\u0631\u064a\u062f\u0647 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a.", - "Enter a username or email.": "\u064a\u064f\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0627\u0633\u0645 \u0645\u0633\u062a\u062e\u062f\u0645 \u0623\u0648 \u0639\u0646\u0648\u0627\u0646 \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a ", - "Enter information to describe your team. You cannot change these details after you create the team.": "\u064a\u064f\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0644\u0648\u0635\u0641 \u0641\u0631\u064a\u0642\u0643. \u064a\u062a\u0639\u0630\u0651\u0631 \u062a\u0639\u062f\u064a\u0644 \u0647\u0630\u0647 \u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644 \u0628\u0645\u062c\u0631\u0651\u062f \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0641\u0631\u064a\u0642.", - "Enter team description.": "\u0623\u062f\u062e\u0644 \u0648\u0635\u0641 \u062a\u0639\u0631\u064a\u0641\u064a \u0628\u0627\u0644\u0641\u0631\u064a\u0642.", - "Enter team name.": "\u0623\u062f\u062e\u0644 \u0627\u0633\u0645 \u0627\u0644\u0641\u0631\u064a\u0642.", - "Enter the enrollment code.": "\u0625\u062f\u062e\u0627\u0644 \u0631\u0645\u0632 \u0627\u0644\u062a\u0633\u062c\u064a\u0644", - "Enter the name of the cohort": "\u064a\u064f\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0627\u0633\u0645 \u0627\u0644\u0634\u0639\u0628\u0629", - "Enter the page number you'd like to quickly navigate to.": "\u0623\u062f\u062e\u0644 \u0631\u0642\u0645 \u0627\u0644\u0635\u0641\u062d\u0629 \u0627\u0644\u062a\u064a \u062a\u0648\u062f \u0627\u0644\u0648\u0644\u0648\u062c \u0625\u0644\u064a\u0647\u0627", - "Enter the username or email address of each learner that you want to add as an exception.": "\u0623\u062f\u062e\u0644 \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0623\u0648 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0644\u0643\u0644 \u0645\u062a\u0639\u0644\u0651\u0645 \u062a\u0631\u0639\u0628 \u0628\u0625\u0636\u0627\u0641\u062a\u0647 \u0643\u0627\u0633\u062a\u062b\u0646\u0627\u0621.", - "Enter username or email": "\u0623\u062f\u062e\u0644 \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0623\u0648 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", - "Entrance exam attempts is being reset for student '{student_id}'.": "\u062c\u0627\u0631\u064a \u0625\u0639\u0627\u062f\u0629 \u0636\u0628\u0637 \u0645\u062d\u0627\u0648\u0644\u0627\u062a \u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u062f\u062e\u0648\u0644 \u0644\u0644\u0637\u0627\u0644\u0628 '{student_id}'.", - "Entrance exam state is being deleted for student '{student_id}'.": "\u062c\u0627\u0631\u064a \u062d\u0630\u0641 \u062d\u0627\u0644\u0629 \u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u062f\u062e\u0648\u0644 \u0644\u0644\u0637\u0627\u0644\u0628 '{student_id}'.", - "Error": "\u062e\u0637\u0623", - "Error adding user": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645.", - "Error adding/removing users as beta testers.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0625\u0636\u0627\u0641\u0629/\u062d\u0630\u0641 \u0628\u0639\u0636 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0643\u0623\u0639\u0636\u0627\u0621 \u0641\u064a \u0645\u062e\u062a\u0628\u0631\u064a \u0627\u0644\u0646\u0633\u062e\u0629 \u0627\u0644\u062a\u062c\u0631\u064a\u0628\u064a\u0629.", - "Error changing user's permissions.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u062a\u063a\u064a\u064a\u0631 \u0635\u0644\u0627\u062d\u064a\u0627\u062a \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645.", - "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u062d\u0630\u0641 \u062d\u0627\u0644\u0629 \u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u062f\u062e\u0648\u0644 \u0644\u0644\u0637\u0627\u0644\u0628 '{student_id}'. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0635\u062d\u0651\u0629 \u0631\u0642\u0645 \u0627\u0644\u0637\u0627\u0644\u0628.", - "Error deleting student '<%- student_id %>'s state on problem '<%- problem_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u062e\u0637\u0623 \u0641\u064a \u062d\u0630\u0641 \u062d\u0627\u0644\u0629 \u0627\u0644\u0637\u0627\u0644\u0628 \u2019<%- student_id %>\u2018 \u0641\u064a \u0627\u0644\u0645\u0633\u0623\u0644\u0629 \u0631\u0642\u0645 \u2019<%- problem_id %>\u2018. \u062a\u0623\u0643\u062f \u0645\u0646 \u0625\u062f\u062e\u0627\u0644 \u0647\u0630\u0627\u0646 \u0627\u0644\u0645\u064f\u0639\u0637\u064a\u0627\u0646 \u0628\u0634\u0643\u0644 \u0635\u062d\u064a\u062d", - "Error enrolling/unenrolling users.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u062a\u0633\u062c\u064a\u0644/\u0625\u0644\u063a\u0627\u0621 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646.", - "Error generating ORA data report. Please try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0625\u0646\u0634\u0627\u0621 \u062a\u0642\u0631\u064a\u0631 ORA. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0641\u064a \u0648\u0642\u062a\u064d \u0644\u0627\u062d\u0642.", - "Error generating grades. Please try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0627\u0633\u062a\u062d\u062f\u0627\u062b \u0627\u0644\u062f\u0631\u062c\u0627\u062a. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", - "Error generating list of students who may enroll. Please try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0625\u0646\u0634\u0627\u0621 \u0644\u0627\u0626\u062d\u0629 \u0627\u0644\u0637\u0644\u0651\u0627\u0628 \u0627\u0644\u0630\u064a\u0646 \u0642\u062f \u064a\u0633\u062c\u0651\u0644\u0648\u0646. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", - "Error generating problem grade report. Please try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0625\u0646\u0634\u0627\u0621 \u062a\u0642\u0631\u064a\u0631 \u062f\u0631\u062c\u0627\u062a \u0627\u0644\u0645\u0633\u0627\u0626\u0644. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", - "Error generating proctored exam results. Please try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0625\u0639\u062f\u0627\u062f \u0646\u062a\u0627\u0626\u062c \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", - "Error generating student profile information. Please try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0627\u0633\u062a\u062d\u062f\u0627\u062b \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0634\u062e\u0635\u064a \u0644\u0644\u0637\u0627\u0644\u0628. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629. ", - "Error generating survey results. Please try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0625\u0639\u062f\u0627\u062f \u0646\u062a\u0627\u0626\u062c \u0627\u0644\u0627\u0633\u062a\u0628\u064a\u0627\u0646. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", - "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u062a\u0627\u0631\u064a\u062e \u0645\u0647\u0627\u0645\u0651 \u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u062f\u062e\u0648\u0644 \u0644\u0644\u0637\u0627\u0644\u0628 '{student_id}'. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0635\u062d\u0651\u0629 \u0631\u0642\u0645 \u0627\u0644\u0637\u0627\u0644\u0628.", - "Error getting issued certificates list.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0625\u0639\u062f\u0627\u062f \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0634\u0647\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u0645\u0646\u0648\u062d\u0629.", - "Error getting student list.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0637\u0644\u0651\u0627\u0628.", - "Error getting student progress url for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "\u062d\u062f\u062b \u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0639\u0646\u0648\u0627\u0646 url \u0644\u062a\u0642\u062f\u0645 \u0627\u0644\u0637\u0627\u0644\u0628 '<%- student_id %>'. \u062a\u0623\u0643\u062f \u0645\u0646 \u062a\u0647\u062c\u0626\u0629 \u0645\u0639\u0631\u0641 \u0627\u0644\u0637\u0627\u0644\u0628.", - "Error getting task history for problem '<%- problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0633\u062c\u0644 \u0627\u0644\u0645\u0647\u0645\u0651\u0627\u062a \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0627\u0644\u0645\u0633\u0623\u0644\u0629 \u0631\u0642\u0645 \u2019<%- problem_id %>\u2018 \u0644\u0644\u0637\u0627\u0644\u0628 \u2019<%- student_id %>\u2018. \u062a\u0623\u0643\u062f \u0645\u0646 \u0625\u062f\u062e\u0627\u0644 \u0647\u0630\u0627\u0646 \u0627\u0644\u0645\u064f\u0639\u0637\u064a\u0627\u0646 \u0628\u0634\u0643\u0644 \u0635\u062d\u064a\u062d. ", - "Error getting the number of ungraded responses": "\u062d\u062f\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0645\u062d\u0627\u0648\u0644\u0629 \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0639\u062f\u062f \u0627\u0644\u0631\u062f\u0648\u062f \u063a\u064a\u0631 \u0627\u0644\u0645\u064f\u0642\u064a\u0651\u0645\u0629.", - "Error listing task history for this student and problem.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0625\u0639\u062f\u0627\u062f \u0642\u0627\u0626\u0645\u0629 \u0628\u0627\u0644\u0645\u0647\u0645\u0651\u0627\u062a \u0627\u0644\u0633\u0627\u0628\u0642\u0629 \u0644\u0647\u0630\u0627 \u0627\u0644\u0637\u0627\u0644\u0628 \u0648\u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0647\u0630\u0647 \u0627\u0644\u0645\u0633\u0623\u0644\u0629.", - "Error posting your message.": "\u062d\u062f\u062b \u062e\u0637\u0623 \u0641\u064a \u0646\u0634\u0631 \u0631\u0633\u0627\u0644\u062a\u0643.", - "Error removing user": "\u0646\u0627\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u062d\u0630\u0641 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645.", - "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "\u0648\u0642\u0639 \u062e\u0637\u0623 \u0641\u064a \u0625\u0639\u0627\u062f\u0629 \u0636\u0628\u0637 \u0645\u062d\u0627\u0648\u0644\u0627\u062a \u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u062f\u062e\u0648\u0644 \u0644\u0644\u0637\u0627\u0644\u0628 '{student_id}'. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0635\u062d\u0651\u0629 \u0631\u0642\u0645 \u0627\u0644\u0637\u0627\u0644\u0628.", - "Error resetting problem attempts for problem '<%= problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0625\u0639\u0627\u062f\u0629 \u0636\u0628\u0637 \u0639\u062f\u062f \u0645\u062d\u0627\u0648\u0644\u0627\u062a \u062d\u0644\u0651 \u0627\u0644\u0645\u0633\u0623\u0644\u0629 \u0631\u0642\u0645 \u2019<%= problem_id %>\u2018 \u0644\u0644\u0637\u0627\u0644\u0628 \u2019<%- student_id %>\u2018. \u062a\u0623\u0643\u062f \u0645\u0646 \u0625\u062f\u062e\u0627\u0644 \u0647\u0630\u0627\u0646 \u0627\u0644\u0645\u064f\u0639\u0637\u064a\u0627\u0646 \u0628\u0634\u0643\u0644 \u0635\u062d\u064a\u062d.", - "Error retrieving grading configuration.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0627\u0633\u062a\u0631\u062c\u0627\u0639 \u0637\u0631\u064a\u0642\u0629 \u0636\u0628\u0637 \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u062a\u0642\u064a\u064a\u0645.", - "Error sending email.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0631\u0633\u0627\u0644\u0629.", - "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0628\u062f\u0621 \u0645\u0647\u0645\u0629 \u0625\u0639\u0627\u062f\u0629 \u062a\u0642\u064a\u064a\u0645 \u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u062f\u062e\u0648\u0644 \u0644\u0644\u0637\u0627\u0644\u0628 '{student_id}'. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0648\u062c\u0648\u062f \u0645\u0633\u0627\u0626\u0644 \u0641\u064a \u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u062f\u062e\u0648\u0644 \u0648\u0645\u0646 \u0635\u062d\u0651\u0629 \u0631\u0642\u0645 \u0627\u0644\u0637\u0627\u0644\u0628.", - "Error starting a task to rescore problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the problem and student identifiers are complete and correct.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0628\u062f\u0621 \u0645\u0647\u0645\u0629 \u0625\u0639\u0627\u062f\u0629 \u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0645\u0633\u0623\u0644\u0629 \u0631\u0642\u0645 \u2019<%- problem_id %>\u2018 \u0644\u0644\u0637\u0627\u0644\u0628 \u0635\u0627\u062d\u0628 \u0627\u0644\u0631\u0642\u0645 \u2019<%- student_id %>\u2018. \u062a\u0623\u0643\u062f \u0645\u0646 \u0625\u062f\u062e\u0627\u0644 \u0647\u0630\u0627\u0646 \u0627\u0644\u0645\u064f\u0639\u0637\u064a\u0627\u0646 \u0628\u0634\u0643\u0644 \u0635\u062d\u064a\u062d", - "Error starting a task to rescore problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u0646\u0627\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0628\u062f\u0621 \u0645\u0647\u0645\u0629 \u0625\u0639\u0627\u062f\u0629 \u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0645\u0633\u0623\u0644\u0629 \u0631\u0642\u0645 \u2019<%- problem_id %>\u2018. \u062a\u0623\u0643\u062f \u0645\u0646 \u0625\u062f\u062e\u0627\u0644 \u0647\u0630\u0627\u0646 \u0627\u0644\u0645\u064f\u0639\u0637\u064a\u0627\u0646 \u0628\u0634\u0643\u0644 \u0635\u062d\u064a\u062d.", - "Error starting a task to reset attempts for all students on problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0628\u062f\u0621 \u0645\u0647\u0645\u0629 \u0625\u0639\u0627\u062f\u0629 \u0636\u0628\u0637 \u0639\u062f\u062f \u0645\u062d\u0627\u0648\u0644\u0627\u062a \u062d\u0644\u0651 \u062c\u0645\u064a\u0639 \u0627\u0644\u0637\u0644\u0651\u0627\u0628 \u0644\u0644\u0645\u0633\u0623\u0644\u0629 \u2019<%- problem_id %>\u2018. \u062a\u0623\u0643\u062f \u0645\u0646 \u0625\u062f\u062e\u0627\u0644 \u0647\u0630\u0627\u0646 \u0627\u0644\u0645\u064f\u0639\u0637\u064a\u0627\u0646 \u0628\u0634\u0643\u0644 \u0635\u062d\u064a\u062d.", - "Error while generating certificates. Please try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0625\u0639\u062f\u0627\u062f \u0627\u0644\u0634\u0647\u0627\u062f\u0627\u062a. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", - "Error while regenerating certificates. Please try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0625\u0639\u0627\u062f\u0629 \u0625\u0639\u062f\u0627\u062f \u0627\u0644\u0634\u0647\u0627\u062f\u0627\u062a. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", - "Error.": "\u062e\u0637\u0623.", - "Error:": " \u062e\u0637\u0623:", - "Error: User '<%- username %>' has not yet activated their account. Users must create and activate their accounts before they can be assigned a role.": "\u062e\u0637\u0623: '<%- username %>' \u0644\u0645 \u064a\u0641\u0639\u0644 \u062d\u0633\u0627\u0628\u0647 \u0628\u0639\u062f. \u0639\u0644\u0649 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0625\u0646\u0634\u0627\u0621 \u0648\u062a\u0641\u0639\u064a\u0644 \u062d\u0633\u0627\u0628\u0627\u062a\u0647\u0645 \u0642\u0628\u0644 \u0623\u0646 \u064a\u064f\u0633\u0646\u062f \u0625\u0644\u064a\u0647\u0645 \u0623\u064a \u062f\u0648\u0631 \u0641\u064a \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a\u0629.", - "Error: You cannot remove yourself from the Instructor group!": "\u062e\u0637\u0623: \u0644\u0627 \u064a\u0645\u0643\u0646\u0643 \u062d\u0630\u0641 \u0646\u0641\u0633\u0643 \u0645\u0646 \u0645\u062c\u0645\u0648\u0639\u0629 \u0623\u0633\u062a\u0627\u0630 \u0627\u0644\u0645\u0633\u0627\u0642!", - "Errors": "\u0623\u062e\u0637\u0627\u0621", - "Everyone who has staff privileges in this course": "\u0643\u0644 \u0641\u0631\u062f \u0644\u062f\u064a\u0647 \u0645\u0632\u0627\u064a\u0627 \u0627\u0644\u0645\u0648\u0638\u0641\u064a\u0646 \u0641\u064a \u0647\u0630\u0647 \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a\u0629", - "Exam Types": "\u0623\u0646\u0648\u0627\u0639 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631", - "Exception Granted": "\u062c\u0631\u0649 \u0627\u0639\u062a\u0645\u0627\u062f \u0627\u0644\u0627\u0633\u062a\u062b\u0646\u0627\u0621", - "Expand All": "\u062a\u0643\u0628\u064a\u0631 \u062c\u0645\u064a\u0639 \u0627\u0644\u0623\u0642\u0633\u0627\u0645", - "Explain if other.": "\u064a\u064f\u0631\u062c\u0649 \u062a\u0628\u064a\u0627\u0646 \u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644 \u0641\u064a \u062d\u0627\u0644 \u0627\u062e\u062a\u064a\u0627\u0631 \u2019\u0623\u0633\u0628\u0627\u0628 \u0623\u062e\u0631\u0649\u2018", - "Explore New Programs": "\u0627\u0633\u062a\u0643\u0634\u0627\u0641 \u0628\u0631\u0627\u0645\u062c \u062c\u062f\u064a\u062f\u0629", - "Explore Programs": "\u0627\u0633\u062a\u0643\u0634\u0627\u0641 \u0628\u0631\u0627\u0645\u062c", - "Explore your course!": "\u0627\u0633\u062a\u0643\u0634\u0641 \u0645\u0633\u0627\u0642\u0643!", - "Failed Proctoring": "\u0641\u0634\u0644 \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629", - "Failed to delete student state for user.": "\u0639\u0630\u0631\u0627\u064b\u060c \u0644\u0645 \u062a\u0646\u062c\u062d \u0639\u0645\u0644\u064a\u0629 \u062d\u0630\u0641 \u062d\u0627\u0644\u0629 \u0627\u0644\u0637\u0627\u0644\u0628 \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645.", - "Failed to rescore problem for user.": "\u0639\u0630\u0631\u0627\u064b\u060c \u0644\u0645 \u062a\u0646\u062c\u062d \u0639\u0645\u0644\u064a\u0629 \u0625\u0639\u0627\u062f\u0629 \u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0645\u0633\u0623\u0644\u0629 \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645.", - "Failed to rescore problem to improve score for user.": "\u0639\u0630\u0631\u0627\u064b\u060c \u0644\u0645 \u062a\u0646\u062c\u062d \u0639\u0645\u0644\u064a\u0629 \u0625\u0639\u0627\u062f\u0629 \u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0645\u0633\u0623\u0644\u0629 \u0628\u0647\u062f\u0641 \u062a\u062d\u0633\u064a\u0646 \u0646\u062a\u064a\u062c\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645.", - "Failed to reset attempts for user.": "\u0641\u0634\u0644\u062a \u0639\u0645\u0644\u064a\u0629 \u0625\u0639\u0627\u062f\u0629 \u0636\u0628\u0637 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0627\u062a \u0644\u0644\u0645\u0633\u062a\u062e\u062f\u0645.", - "Feedback available for selection.": "\u0631\u062f\u0648\u062f \u0627\u0644\u0641\u0639\u0644 \u0645\u062a\u0627\u062d\u0629 \u0644\u0644\u0627\u062e\u062a\u064a\u0627\u0631.", - "File Name": "\u0627\u0633\u0645 \u0627\u0644\u0645\u0644\u0641", - "File type is not allowed.": "\u0639\u0630\u0631\u064b\u0627\u060c \u0644\u0627 \u064a\u064c\u0633\u0645\u062d \u0628\u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641 \u0645\u0646 \u0647\u0630\u0627 \u0627\u0644\u0646\u0648\u0639.", - "File types can not be empty.": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u062a\u0631\u0643 \u0623\u0646\u0648\u0627\u0639 \u0627\u0644\u0645\u0644\u0641\u0651\u0627\u062a \u062f\u0648\u0646 \u062a\u062d\u062f\u064a\u062f.", - "File upload succeeded": "\u062c\u0631\u0649 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0645\u0644\u0641 \u0628\u0646\u062c\u0627\u062d", - "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "\u064a\u0632\u064a\u062f \u062d\u062c\u0645 \u0627\u0644\u0645\u0644\u0641 {filename} \u0639\u0646 \u0627\u0644\u062d\u062f\u0651 \u0627\u0644\u0623\u0642\u0635\u0649 \u0627\u0644\u0645\u0633\u0645\u0648\u062d \u0628\u0647 \u0648\u0647\u0648 {maxFileSizeInMBs} \u0645\u064a\u063a\u0627\u0628\u0627\u064a\u062a. ", - "Files must be in JPEG or PNG format.": "\u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0627\u0644\u0645\u0644\u0641\u0651\u0627\u062a \u0628\u0635\u064a\u063a\u0629 JPEG \u0623\u0648 PNG.", - "Filter": "\u0627\u0646\u062a\u0642\u0627\u0621", - "Filter and sort topics": "\u062a\u0635\u0641\u064a\u0629 \u0648\u062a\u0635\u0646\u064a\u0641 \u0627\u0644\u0645\u0648\u0627\u0636\u064a\u0639", - "Financial Assistance": "\u062f\u0639\u0645 \u0645\u0627\u0644\u064a", - "Financial Assistance Application": "\u0637\u0644\u0628 \u062f\u0639\u0645 \u0645\u0627\u0644\u064a", - "Find a course": "\u0627\u0628\u062d\u062b \u0639\u0646 \u0645\u0627\u062f\u0629", - "Find discussions": "\u0625\u064a\u062c\u0627\u062f \u0627\u0644\u0646\u0642\u0627\u0634\u0627\u062a", - "Follow": "\u0645\u062a\u0627\u0628\u0639\u0629", - "Follow or unfollow posts": "\u062a\u0627\u0628\u0639 \u0623\u0648 \u0623\u0644\u063a\u064a \u0645\u062a\u0627\u0628\u0639\u0629 \u0645\u0646\u0634\u0648\u0631\u0627\u062a", - "Following": "\u062c\u0627\u0631\u064a \u0627\u0644\u0645\u062a\u0627\u0628\u0639\u0629", - "For grading to work, you must change all {oldName} subsections to {newName}.": "\u064a\u062c\u0628 \u0623\u0646 \u062a\u0642\u0648\u0645 \u0628\u062a\u063a\u064a\u064a\u0631 \u0643\u0644 \u0627\u0644\u0623\u0642\u0633\u0627\u0645 \u0627\u0644\u0641\u0631\u0639\u064a\u0629 \u0641\u064a {oldName} \u0625\u0644\u0649 {newName} \u0643\u064a \u064a\u0639\u0645\u0644 \u0646\u0638\u0627\u0645 \u0627\u0644\u0639\u0644\u0627\u0645\u0627\u062a.", - "Free text notes": "\u0645\u0644\u0627\u062d\u0638\u0627\u062a \u0645\u0643\u062a\u0648\u0628\u0629 \u062d\u0631\u0629", - "Frequently Asked Questions": "\u0627\u0644\u0623\u0633\u0626\u0644\u0629 \u0627\u0644\u0634\u0627\u0626\u0639\u0629", - "Full Name": "\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0643\u0627\u0645\u0644", - "Fullscreen": "\u0639\u0631\u0636 \u0628\u0634\u0627\u0634\u0629 \u0643\u0627\u0645\u0644\u0629", - "Fully Supported": "\u0645\u062f\u0639\u0648\u0645 \u062a\u0645\u0627\u0645\u0627\u064b", - "Gender": "\u0627\u0644\u062c\u0646\u0633", - "Generate": "\u0625\u0646\u0634\u0627\u0621", - "Generate Exception Certificates": "\u0625\u0646\u0634\u0627\u0621 \u0634\u0647\u0627\u062f\u0627\u062a \u0627\u0633\u062a\u062b\u0646\u0627\u0626\u064a\u0629", - "Generate the user's certificate": "\u0625\u0646\u0634\u0627\u0621 \u0634\u0647\u0627\u062f\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645", - "Get Credit": "\u0627\u062d\u0635\u0644 \u0639\u0644\u0649 \u0645\u0627\u062f\u0651\u0629 \u062f\u0631\u0627\u0633\u064a\u0629", - "Go Back": "\u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u0627\u0644\u0648\u0631\u0627\u0621", - "Go to Dashboard": "\u0627\u0644\u0630\u0647\u0627\u0628 \u0625\u0644\u0649 \u0644\u0648\u062d\u0629 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a", - "Go to your Dashboard": "\u0627\u0644\u0630\u0647\u0627\u0628 \u0625\u0644\u0649 \u0644\u0648\u062d\u0629 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a", - "Government-Issued Photo ID": "\u0628\u0637\u0627\u0642\u0629 \u0634\u062e\u0635\u064a\u0629 \u0635\u0627\u062f\u0631\u0629 \u0639\u0646 \u0627\u0644\u062d\u0643\u0648\u0645\u0629", - "Grace period must be specified in HH:MM format.": "\u064a\u062c\u0628 \u062a\u062d\u062f\u064a\u062f \u0641\u062a\u0631\u0629 \u0627\u0644\u0633\u0645\u0627\u062d \u0628\u0635\u064a\u063a\u0629 HH:MM.", - "Grade": "\u0627\u0644\u062f\u0631\u062c\u0629", - "Grade as:": "\u0645\u0642\u064a\u0651\u064a\u0645 \u0628\u062f\u0631\u062c\u0629: ", - "Graded as:": "\u0645\u0642\u064a\u0651\u064e\u0645 \u0628\u062f\u0631\u062c\u0629:", - "Grading": "\u0627\u0644\u062a\u0642\u064a\u064a\u0645", - "Group %s": "\u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629 %s", - "Group A": "\u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629 \u0623", - "Group B": "\u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629 \u0628", - "Group Configuration ID": "\u0631\u0645\u0632 \u062a\u0639\u0631\u064a\u0641 \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629", - "Group Configuration Name": "\u0627\u0633\u0645 \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629", - "Group Configuration information": "\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629", - "Group Configuration name is required.": "\u0627\u0633\u0645 \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629 \u0645\u0637\u0644\u0648\u0628", - "Group information": "\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0639\u0646 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629", - "Group name is required": "\u0627\u0633\u0645 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629 \u0645\u0637\u0644\u0648\u0628", - "Groups": "\u0627\u0644\u0634\u064f\u0639\u0628", - "Heading": "\u0639\u0646\u0648\u0627\u0646 \u0631\u0626\u064a\u0633\u064a", - "Heading (Ctrl+H)": "\u0639\u0646\u0648\u0627\u0646 \u0631\u0626\u064a\u0633\u064a (Ctrl+H)", - "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "\u0633\u0627\u0639\u062f \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645\u064a\u0646 \u0627\u0644\u0622\u062e\u0631\u064a\u0646 \u0641\u064a \u0627\u062a\u062e\u0627\u0630 \u0627\u0644\u0642\u0631\u0627\u0631 \u0628\u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0641\u0631\u064a\u0642 \u0623\u0645 \u0644\u0627 \u0648\u0630\u0644\u0643 \u0628\u062a\u062d\u062f\u064a\u062f \u0628\u0639\u0636 \u0627\u0644\u062e\u0635\u0627\u0626\u0635 \u0627\u0644\u0645\u0645\u064a\u0651\u0632\u0629 \u0644\u0641\u0631\u064a\u0642\u0643. \u0627\u062e\u062a\u0631\u0647\u0627 \u0628\u062d\u0630\u0631 \u0625\u0630 \u0642\u062f \u064a\u0647\u062a\u0645 \u0639\u062f\u0651\u062f \u0623\u0642\u0644 \u0645\u0646 \u0627\u0644\u0623\u0634\u062e\u0627\u0635 \u0628\u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0641\u0631\u064a\u0642\u0643 \u0641\u064a \u062d\u0627\u0644 \u0627\u0646\u0637\u0648\u0649 \u0627\u0644\u0623\u0645\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u062b\u064a\u0631 \u0645\u0646 \u0627\u0644\u0642\u064a\u0648\u062f.", - "Hide": "\u0627\u062e\u0641", - "Hide Deprecated Settings": "\u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u0647\u0645\u0644\u0629", - "Hide Discussion": "\u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u0646\u0642\u0627\u0634", - "Hide content after due date": "\u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0628\u0639\u062f \u0627\u0644\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0645\u062d\u062f\u062f\n ", - "Hide entire subsection": "\u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0641\u0631\u0639\u064a \u0628\u0627\u0644\u0643\u0627\u0645\u0644", - "Hide from learners": "\u0625\u062e\u0641\u0627\u0621 \u0645\u0646 \u0627\u0644\u0645\u062a\u0639\u0644\u0645\u064a\u0646", - "Hide notes": "\u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u0645\u0644\u0627\u062d\u0638\u0627\u062a", - "Highlighted text": "\u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u0638\u0644\u0651\u064e\u0644", - "Horizontal Rule (Ctrl+R)": "\u062e\u0637 \u0623\u0641\u0642\u064a (Ctrl+R)", - "How to create useful text alternatives.": "\u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u0628\u062f\u0627\u0626\u0644 \u0646\u0635\u064a\u0651\u0629 \u0645\u0641\u064a\u062f\u0629.", - "How to use %(platform_name)s discussions": "\u0643\u064a\u0641\u064a\u0629 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0646\u0642\u0627\u0634\u0627\u062a %(platform_name)s", - "Hyperlink (Ctrl+L)": "\u0631\u0627\u0628\u0637 \u062a\u0634\u0639\u0651\u0628\u064a (Ctrl+L)", - "I am ready to start this timed exam,": "\u0623\u0646\u0627 \u062c\u0627\u0647\u0632 \u0644\u0628\u062f\u0621 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0645\u0648\u0642\u0648\u062a", - "ID": "\u0627\u0644\u0631\u0642\u0645 \u0627\u0644\u062a\u0639\u0631\u064a\u0641\u064a", - "ID-Verification is not required for this Professional Education course.": "\u0627\u0644\u062a\u062d\u0642\u0651\u0642 \u0645\u0646 \u0627\u0644\u0647\u0648\u064a\u0629 \u0627\u0644\u0634\u062e\u0635\u064a\u0629 \u063a\u064a\u0631 \u0645\u0637\u0644\u0648\u0628 \u0644\u0645\u0633\u0627\u0642 \u0627\u0644\u062a\u0639\u0644\u064a\u0645 \u0627\u0644\u0645\u0647\u0646\u064a \u0647\u0630\u0627.", - "Identity Verification In Progress": "\u062c\u0627\u0631\u064a \u0627\u0644\u062a\u062d\u0642\u0651\u0642 \u0645\u0646 \u0627\u0644\u0647\u0648\u064a\u0629", - "If the unit was previously published and released to learners, any changes you made to the unit when it was hidden will now be visible to learners.": "\u0625\u0630\u0627 \u0643\u0627\u0646\u062a \u0627\u0644\u0648\u062d\u062f\u0629 \u0645\u0646\u0634\u0648\u0631\u0629 \u0641\u064a \u0627\u0644\u0633\u0627\u0628\u0642 \u0648\u062a\u0645 \u0625\u0637\u0644\u0627\u0642\u0647\u0627 \u0625\u0644\u0649 \u0627\u0644\u0645\u062a\u0639\u0644\u0645\u064a\u0646\u060c \u0641\u0625\u0646 \u0623\u064a \u062a\u063a\u064a\u064a\u0631\u0627\u062a \u062a\u0642\u0648\u0645 \u0628\u0625\u062c\u0631\u0627\u0626\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u0648\u062d\u062f\u0629 \u0639\u0646\u062f\u0645\u0627 \u0643\u0627\u0646\u062a \u0645\u062e\u0628\u0623\u0629 \u0633\u062a\u0643\u0648\u0646 \u0645\u0631\u0626\u064a\u0629 \u0644\u0644\u0645\u062a\u0639\u0644\u0645\u064a\u0646.", - "If you do not yet have an account, use the button below to register.": "\u0625\u0630\u0627 \u0644\u0645 \u062a\u0643\u0646 \u062a\u0645\u0644\u0643 \u062d\u0633\u0627\u0628\u064b\u0627 \u0628\u0639\u062f\u060c \u064a\u064f\u0631\u062c\u0649 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0632\u0631\u0651 \u0623\u062f\u0646\u0627\u0647 \u0644\u0644\u062a\u0633\u062c\u064a\u0644.", - "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "\u0625\u0630\u0627 \u0644\u0645 \u062a\u0624\u0643\u0651\u062f \u0647\u0648\u064a\u0651\u062a\u0643 \u0627\u0644\u0622\u0646\u060c \u0633\u064a\u0628\u0642\u0649 \u0628\u0625\u0645\u0643\u0627\u0646\u0643 \u0627\u0633\u062a\u0643\u0634\u0627\u0641 \u0645\u0633\u0627\u0642\u0643 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0644\u0648\u062d\u0629 \u0645\u0639\u0644\u0648\u0645\u0627\u062a\u0643. \u0648\u0633\u062a\u062a\u0644\u0642\u0651\u0649 \u0631\u0633\u0627\u0626\u0644 \u062a\u0630\u0643\u064a\u0631\u064a\u0629 \u062f\u0648\u0631\u064a\u0651\u064b\u0627 \u0645\u0646 %(platformName)s \u0644\u062a\u0623\u0643\u064a\u062f \u0647\u0648\u064a\u0651\u062a\u0643. ", - "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from {platformName} to verify your identity.": "\u0625\u0630\u0627 \u0644\u0646 \u062a\u0642\u0645 \u0628\u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0647\u0648\u064a\u062a\u0643 \u0627\u0644\u0622\u0646\u060c \u0644\u0627 \u064a\u0632\u0627\u0644 \u0628\u0625\u0645\u0643\u0627\u0646\u0643 \u0627\u0633\u062a\u0643\u0634\u0627\u0641 \u0627\u0644\u062f\u0648\u0631\u0629 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0644\u0648\u062d\u0629 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643. \u0633\u0648\u0641 \u062a\u062a\u0644\u0642\u0649 \u0631\u0633\u0627\u0626\u0644 \u062a\u0630\u0643\u064a\u0631 \u062f\u0648\u0631\u064a\u0629 \u0645\u0646 {platformName} \u0644\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0647\u0648\u064a\u062a\u0643.", - "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "\u0633\u062a\u0641\u0642\u062f \u0623\u064a \u062a\u063a\u064a\u064a\u0631 \u0643\u0646\u062a \u0642\u062f \u0623\u062c\u0631\u064a\u062a\u0647 \u0639\u0644\u0649 \u0627\u0644\u0631\u062f\u0651 \u0625\u0630\u0627 \u062a\u0631\u0643\u062a \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062d\u0629 \u062f\u0648\u0646 \u062d\u0641\u0638 \u0623\u0648 \u062a\u0642\u062f\u064a\u0645 \u0631\u062f\u0651\u0643.", - "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "\u0633\u062a\u0641\u0642\u062f \u0623\u064a \u062a\u063a\u064a\u064a\u0631 \u0643\u0646\u062a \u0642\u062f \u0623\u062c\u0631\u064a\u062a\u0647 \u0625\u0630\u0627 \u062a\u0631\u0643\u062a \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062d\u0629 \u062f\u0648\u0646 \u062a\u0642\u062f\u064a\u0645 \u062a\u0642\u064a\u064a\u0645\u0643 \u0644\u0631\u062f\u0648\u062f \u0627\u0644\u0632\u0645\u0644\u0627\u0621.", - "If you leave this page without submitting your self assessment, you will lose any work you have done.": "\u0633\u062a\u0641\u0642\u062f \u0623\u064a \u062a\u063a\u064a\u064a\u0631 \u0643\u0646\u062a \u0642\u062f \u0623\u062c\u0631\u064a\u062a\u0647 \u0625\u0630\u0627 \u062a\u0631\u0643\u062a \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062d\u0629 \u062f\u0648\u0646 \u062a\u0642\u062f\u064a\u0645 \u062a\u0642\u064a\u064a\u0645\u0643 \u0627\u0644\u0630\u0627\u062a\u064a.", - "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "\u0633\u062a\u0641\u0642\u062f \u0623\u064a \u062a\u063a\u064a\u064a\u0631 \u0643\u0646\u062a \u0642\u062f \u0623\u062c\u0631\u064a\u062a\u0647 \u0625\u0630\u0627 \u062a\u0631\u0643\u062a \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062d\u0629 \u062f\u0648\u0646 \u062a\u0642\u062f\u064a\u0645 \u062a\u0642\u064a\u064a\u0645\u0643 \u0644\u0637\u0627\u0642\u0645 \u0627\u0644\u0645\u0633\u0627\u0642.", - "If you leave, you can no longer post in this team's discussions. Your place will be available to another learner.": "\u0641\u064a \u062d\u0627\u0644 \u0627\u062e\u062a\u0631\u062a \u062a\u0631\u0643 \u0627\u0644\u0641\u0631\u064a\u0642\u060c \u0644\u0646 \u062a\u062a\u0645\u0643\u0651\u0646 \u0645\u0633\u062a\u0642\u0628\u0644\u064b\u0627 \u0645\u0646 \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0641\u064a \u0646\u0642\u0627\u0634\u0627\u062a \u0623\u0639\u0636\u0627\u0626\u0647 \u0625\u0644\u0649 \u062c\u0627\u0646\u0628 \u0625\u062a\u0627\u062d\u0629 \u0627\u0644\u0634\u0627\u063a\u0631 \u0627\u0644\u0630\u064a \u0633\u062a\u062a\u0631\u0643\u0647 \u0644\u0645\u062a\u0639\u0644\u0651\u0645 \u0622\u062e\u0631.", - "If you make significant changes, make sure you notify members of the team before making these changes.": "\u0641\u064a \u062d\u0627\u0644 \u0623\u062c\u0631\u064a\u062a \u062a\u0639\u062f\u064a\u0644\u0627\u062a \u0645\u0647\u0645\u0651\u0629\u060c \u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0625\u062e\u0637\u0627\u0631 \u0628\u0642\u064a\u0629 \u0623\u0639\u0636\u0627\u0621 \u0627\u0644\u0641\u0631\u064a\u0642 \u0642\u0628\u0644 \u0627\u0639\u062a\u0645\u0627\u062f \u0647\u0630\u0647 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a.", - "If you make this %(xblockType)s visible to learners, learners will be able to see its content after the release date has passed and you have published the unit. Only units that are explicitly hidden from learners will remain hidden after you clear this option for the %(xblockType)s.": "\u0625\u0630\u0627 \u0642\u0645\u062a \u0628\u062c\u0639\u0644 %(xblockType)s \u0645\u0631\u0626\u064a\u064b\u0627 \u0644\u0644\u0645\u062a\u0639\u0644\u0645\u064a\u0646\u060c \u0633\u0648\u0641 \u064a\u0643\u0648\u0646 \u0627\u0644\u0645\u062a\u0639\u0644\u0645\u0648\u0646 \u0642\u0627\u062f\u0631\u064a\u0646 \u0639\u0644\u0649 \u0631\u0624\u064a\u0629 \u0645\u062d\u062a\u0648\u0627\u0647 \u0628\u0639\u062f \u0645\u0631\u0648\u0631 \u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0625\u0637\u0644\u0627\u0642 \u0648\u0646\u0634\u0631 \u0627\u0644\u0648\u062d\u062f\u0629. \u0641\u0642\u0637 \u0633\u062a\u0628\u0642\u0649 \u0627\u0644\u0648\u062d\u062f\u0627\u062a \u0627\u0644\u062a\u064a \u0643\u0627\u0646\u062a \u0645\u062e\u0628\u0623\u0629 \u0628\u0634\u0643\u0644 \u0648\u0627\u0636\u062d \u0645\u0646 \u0627\u0644\u0645\u062a\u0639\u0644\u0645\u064a\u0646 \u0645\u062e\u0641\u064a\u0629 \u0628\u0639\u062f \u062d\u0630\u0641 \u0627\u0644\u062e\u064a\u0627\u0631 \u0627\u0644\u062e\u0627\u0635 \u0628\u0640 %(xblockType)s.", - "Image": "\u0635\u0648\u0631\u0629", - "Image (Ctrl+G)": "\u0635\u0648\u0631\u0629 (Ctrl+G)", - "Image Description": "\u0648\u0635\u0641 \u0627\u0644\u0635\u0648\u0631\u0629", - "Image Upload Error": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0635\u0648\u0631\u0629", - "Image must be in PNG format": "\u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0627\u0644\u0635\u0648\u0631\u0629 \u0628\u0635\u064a\u063a\u0629 PNG.", - "Image must be in PNG format.": "\u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0627\u0644\u0635\u0648\u0631\u0629 \u0628\u0635\u064a\u063a\u0629 PNG.", - "Import YouTube Transcript": "\u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0646\u0635 \u0645\u0646 \u064a\u0648\u062a\u064a\u0648\u0628", - "In Progress": "\u0642\u064a\u062f \u0627\u0644\u0645\u0639\u0627\u0644\u062c\u0629", - "Individual Exceptions": "\u0627\u0633\u062a\u062b\u0646\u0627\u0621\u0627\u062a \u0645\u0646\u0641\u0631\u062f\u0629", - "Insert Hyperlink": "\u0625\u062f\u062e\u0627\u0644 \u0627\u0644\u0631\u0627\u0628\u0637 \u0627\u0644\u062a\u0634\u0639\u0651\u0628\u064a", - "Insert Image (upload file or type URL)": "\u062d\u0645\u0651\u0644 \u0627\u0644\u0635\u0648\u0631\u0629 (\u0633\u0648\u0627\u0621 \u0628\u0631\u0641\u0639 \u0645\u0644\u0641 \u0623\u0648 \u0628\u0625\u062f\u062e\u0627\u0644 \u0631\u0627\u0628\u0637)", - "Instructor Biography": "\u0645\u0633\u064a\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0651\u0645", - "Instructor Name": "\u0627\u0633\u0645 \u0627\u0644\u0645\u0639\u0644\u0645", - "Instructor Photo": "\u0635\u0648\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0651\u0645", - "Instructor Photo URL": "\u0631\u0627\u0628\u0637 \u0635\u0648\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0651\u0645", - "Instructor Title": "\u0644\u0642\u0628 \u0627\u0644\u0645\u0639\u0644\u0645", - "Instructor tools": "\u0623\u062f\u0648\u0627\u062a \u0627\u0644\u0623\u0633\u062a\u0627\u0630", - "Internal Server Error.": "\u062e\u0637\u0623 \u0641\u064a \u062e\u0627\u062f\u0645 \u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a.", - "Introduction to Cookie Baking": "\u0645\u0642\u062f\u0651\u0645\u0629 \u0639\u0646 \u0637\u0631\u064a\u0642\u0629 \u062e\u064e\u0628\u0632 \u0627\u0644\u0643\u0639\u0643", - "Invalidate Certificate": "\u0625\u0644\u063a\u0627\u0621 \u0634\u0647\u0627\u062f\u0629", - "Invalidated": "\u062c\u0631\u0649 \u0627\u0644\u0625\u0644\u063a\u0627\u0621", - "Invalidated By": "\u0623\u064f\u0644\u063a\u064a\u062a \u0645\u0646 \u0642\u0650\u0628\u064e\u0644", - "Is Sample Attempt": "\u0647\u064a \u0645\u062d\u0627\u0648\u0644\u0629 \u0639\u0644\u0649 \u0633\u0628\u064a\u0644 \u0627\u0644\u0645\u062b\u0627\u0644", - "Is Visible To:": "\u0645\u0631\u0626\u064a\u0651\u064d \u0645\u0646 \u0642\u0650\u0628\u064e\u0644:", - "Is this OK?": "\u0645\u0648\u0627\u0641\u0642\u061f", - "Is your name on your ID readable?": "\u0647\u0644 \u0627\u0633\u0645\u0643 \u0627\u0644\u0645\u0648\u062c\u0648\u062f \u0639\u0644\u0649 \u0628\u0637\u0627\u0642\u062a\u0643 \u0627\u0644\u0634\u062e\u0635\u064a\u0629 \u0633\u0647\u0644 \u0627\u0644\u0642\u0631\u0627\u0621\u0629\u061f", - "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "\u064a\u064f\u0648\u0635\u0649 \u0628\u0634\u062f\u0629 \u0628\u062a\u0636\u0645\u064a\u0646 4 \u0645\u0648\u0642\u0639\u064a\u0651\u0646 \u0639\u0644\u0649 \u0627\u0644\u0623\u0643\u062b\u0631. \u0631\u0627\u062c\u0639 \u0627\u0644\u0634\u0647\u0627\u062f\u0629 \u0641\u064a \u0648\u0636\u0639 \u2019\u0645\u0631\u0627\u062c\u0639\u0629 \u0627\u0644\u0637\u0628\u0627\u0639\u0629\u2018\u060c \u0641\u064a \u062d\u0627\u0644 \u0625\u0636\u0627\u0641\u062a\u0643 \u0644\u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u0645\u0648\u0642\u0639\u0651\u064a\u0646\u060c \u0644\u0636\u0645\u0627\u0646 \u0637\u0628\u0627\u0639\u0629 \u0627\u0644\u0634\u0647\u0627\u062f\u0629 \u0628\u0627\u0644\u0634\u0643\u0644 \u0627\u0644\u0635\u062d\u064a\u062d \u0639\u0644\u0649 \u0635\u0641\u062d\u0629 \u0648\u0627\u062d\u062f\u0629. ", - "Italic (Ctrl+I)": "\u062e\u0637 \u0645\u0627\u0626\u0644 (Ctrl+I)", - "Join Team": "\u0627\u0646\u0636\u0645 \u0625\u0644\u0649 \u0627\u0644\u0641\u0631\u064a\u0642", - "Joined %(date)s": "\u0627\u0646\u0636\u0645 \u0628\u062a\u0627\u0631\u064a\u062e %(date)s", - "KB": "\u0643\u064a\u0644\u0648 \u0628\u0627\u064a\u062a", - "Key should only contain letters, numbers, _, or -": "\u0644\u0627 \u064a\u062c\u0628 \u0623\u0646 \u064a\u062d\u062a\u0648\u064a \u0627\u0644\u0645\u0641\u062a\u0627\u062d \u0633\u0648\u0649 \u0639\u0644\u0649 \u062d\u0631\u0648\u0641\u060c \u0623\u0648 \u0623\u0631\u0642\u0627\u0645\u060c \u0623\u0648 _\u060c \u0623\u0648 -", - "LEARN MORE": "\u0627\u0639\u0631\u0641 \u0627\u0644\u0645\u0632\u064a\u062f", - "Language": "\u0627\u0644\u0644\u063a\u0629", - "Large": "\u0643\u0628\u064a\u0631 ", - "Last Activity %(date)s": "\u0627\u0644\u0646\u0634\u0627\u0637 \u0627\u0644\u0623\u062e\u064a\u0631 \u0628\u062a\u0627\u0631\u064a\u062e %(date)s", - "Last Edited:": "\u0622\u062e\u0631 \u0645\u0631\u0627\u062c\u0639\u0629 \u0641\u064a:", - "Last Updated": "\u0622\u062e\u0631 \u062a\u062d\u062f\u064a\u062b", - "Last activity %(date)s": "\u0627\u0644\u0646\u0634\u0627\u0637 \u0627\u0644\u0623\u062e\u064a\u0631 \u0628\u062a\u0627\u0631\u064a\u062e %(date)s", - "Last modified by": "\u0623\u064f\u062c\u0631\u064a \u0622\u062e\u0631 \u062a\u0639\u062f\u064a\u0644 \u0645\u0646 \u0642\u0628\u0644", - "Last published %(last_published_date)s by %(publish_username)s": "\u0646\u064f\u0634\u0631\u062a \u0622\u062e\u0631 \u0645\u0631\u0651\u0629 \u0641\u064a %(last_published_date)s \u0645\u0646 \u0642\u0650\u0628\u0644 %(publish_username)s.", - "Learn more about {license_name}": "\u0627\u0639\u0631\u0641 \u0627\u0644\u0645\u0632\u064a\u062f \u0639\u0646 {license_name}", - "Learners are added to this cohort automatically.": "\u064a\u064f\u0636\u0627\u0641 \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645\u0648\u0646 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0634\u0639\u0628\u0629 \u062a\u0644\u0642\u0627\u0626\u064a\u0651\u064b\u0627.", - "Learners are added to this cohort only when you provide their email addresses or usernames on this page.": "\u0644\u0627 \u064a\u064f\u0636\u0627\u0641 \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645\u0648\u0646 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0634\u0639\u0628\u0629 \u0625\u0644\u0651\u0627 \u0639\u0646\u062f \u062a\u062d\u062f\u064a\u062f \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0623\u0648 \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643\u0644 \u0648\u0627\u062d\u062f\u064d \u0645\u0646\u0647\u0645 \u0639\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062d\u0629. ", - "Learners do not see the subsection in the course outline. The subsection is not included in grade calculations.": "\u0644\u0627 \u064a\u0631\u0649 \u0627\u0644\u0645\u062a\u0639\u0644\u0645\u0648\u0646 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0641\u0631\u0639\u064a \u0641\u064a \u0645\u062e\u0637\u0637 \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a\u0629. \u0644\u0645 \u064a\u062a\u0645 \u062a\u0636\u0645\u064a\u0646 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0641\u0631\u0639\u064a \u0641\u064a \u062d\u0633\u0627\u0628\u0627\u062a \u0627\u0644\u0645\u0633\u062a\u0648\u0649.", - "Learners see the published subsection and can access its content.": "\u0627\u0644\u0645\u062a\u0639\u0644\u0645\u0648\u0646 \u064a\u0631\u0648\u0646 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0641\u0631\u0639\u064a \u0627\u0644\u0645\u0646\u0634\u0648\u0631 \u0648\u064a\u0645\u0643\u0646\u0647\u0645 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0645\u062d\u062a\u0648\u0627\u0647.", - "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "\u0644\u0627\u0633\u062a\u0639\u0631\u0627\u0636 \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u0645\u062a\u0648\u0641\u0651\u0631 \u0641\u064a \u0647\u0630\u0647 \u0627\u0644\u0648\u062d\u062f\u0629\u060c \u0644\u0627\u0628\u062f\u0651 \u0644\u0644\u0645\u062a\u0639\u0644\u0645\u064a\u0646\u060c \u0645\u0645\u0646 \u0647\u0645 \u0628\u062d\u0627\u062c\u0629 \u0644\u0625\u062c\u0631\u0627\u0621 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642\u060c \u0627\u062c\u062a\u064a\u0627\u0632 \u0646\u0642\u0637\u0629 \u0627\u062e\u062a\u0628\u0627\u0631 \u0628\u064a\u0646\u0645\u0627 \u0633\u064a\u062a\u0645\u0643\u0651\u0646 \u0627\u0644\u0645\u062a\u0639\u0644\u0645\u0648\u0646 \u0645\u0645\u0646 \u0644\u064a\u0633\u0648\u0627 \u0628\u062d\u0627\u062c\u0629 \u0644\u0625\u062c\u0631\u0627\u0621 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642 \u0645\u0646 \u0631\u0624\u064a\u0629 \u0647\u0630\u0627 \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0628\u0634\u0643\u0644 \u0627\u0641\u062a\u0631\u0627\u0636\u064a.", - "Learning Outcome": "\u0646\u062a\u064a\u062c\u0629 \u0627\u0644\u062a\u0639\u0644\u0645", - "Leave Team": "\u0623\u062a\u0631\u0643 \u0627\u0644\u0641\u0631\u064a\u0642", - "Leave this team?": "\u0623\u062a\u0648\u0651\u062f \u062a\u0631\u0643 \u0647\u0630\u0627 \u0627\u0644\u0641\u0631\u064a\u0642\u061f", - "Legal name": "\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0642\u0627\u0646\u0648\u0646\u064a", - "Less": "\u0623\u0642\u0644\u0651", - "Library User": "\u0645\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u0645\u0643\u062a\u0628\u0629", - "License Display": "\u0639\u0631\u0636 \u0627\u0644\u0625\u062c\u0627\u0632\u0629", - "License Type": "\u0646\u0648\u0639 \u0627\u0644\u0625\u062c\u0627\u0632\u0629", - "Limit Access": "\u0627\u0644\u062d\u062f\u0651 \u0645\u0646 \u0635\u0644\u0627\u062d\u064a\u0629 \u0627\u0644\u0648\u0635\u0648\u0644", - "Link Description": "\u0648\u0635\u0641 \u0627\u0644\u0631\u0627\u0628\u0637", - "Link Your Account": "\u0627\u0631\u0628\u0637 \u062d\u0633\u0627\u0628\u0643", - "Link your {accountName} account": "\u0627\u0631\u0628\u0637 \u062d\u0633\u0627\u0628\u0643 \u0639\u0644\u0649 {accountName}", - "Link your {accountName} account to your {platformName} account and use {accountName} to sign in to {platformName}.": "\u0627\u0631\u0628\u0637 \u062d\u0633\u0627\u0628\u0643 \u0639\u0644\u0649 {accountName} \u0645\u0639 \u062d\u0633\u0627\u0628\u0643 \u0639\u0644\u0649 {platformName}. \u0648\u0628\u0647\u0630\u0627 \u062a\u0633\u062a\u0637\u064a\u0639 \u0623\u0646 \u062a\u0633\u062c\u0644 \u062f\u062e\u0648\u0644\u0643 \u0641\u064a {platformName} \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u062d\u0633\u0627\u0628\u0643 \u0641\u064a {accountName}.", - "Linked Accounts": "\u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a \u0627\u0644\u0645\u0631\u062a\u0628\u0637\u0629", - "Linking": "\u0627\u0644\u0631\u0628\u0637", - "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "\u064a\u062c\u0631\u064a \u0627\u0633\u062a\u062d\u062f\u0627\u062b \u0627\u0644\u0631\u0648\u0627\u0628\u0637 \u0639\u0646\u062f \u0627\u0644\u0637\u0644\u0628 \u0648\u064a\u0646\u062a\u0647\u064a \u0645\u0641\u0639\u0648\u0644\u0647\u0627 \u0641\u064a \u063a\u0636\u0648\u0646 5 \u062f\u0642\u0627\u0626\u0642 \u0646\u0638\u0631\u064b\u0627 \u0644\u062d\u0633\u0627\u0633\u064a\u0629 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0637\u0627\u0644\u0628.", - "List item": "\u0623\u062d\u062f \u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0642\u0627\u0626\u0645\u0629", - "List of uploaded files and assets in this course": "\u0642\u0627\u0626\u0645\u0629 \u0628\u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0648\u0628\u0627\u0644\u0645\u0648\u0627\u062f \u0627\u0644\u0645\u0644\u062d\u0642\u0629 \u0627\u0644\u0645\u062d\u0645\u0651\u0644\u0629 \u0636\u0645\u0646 \u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u0627\u0642", - "Live view of webcam": "\u0628\u062b \u0645\u0628\u0627\u0634\u0631 \u0639\u0628\u0631 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627", - "Load Another File": "\u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641 \u0622\u062e\u0631", - "Load all responses": "\u062a\u062d\u0645\u064a\u0644 \u0643\u0627\u0641\u0629 \u0627\u0644\u0631\u062f\u0648\u062f", - "Load more": "\u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0645\u0632\u064a\u062f", - "Load next {numResponses} responses": "\u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0631\u062f\u0648\u062f {numResponses} \u0627\u0644\u062a\u0627\u0644\u064a\u0629", - "Loading": "\u062c\u0627\u0631\u064a \u0627\u0644\u062a\u062d\u0645\u064a\u0644", - "Loading content": "\u062c\u0627\u0631\u064a \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0645\u062d\u062a\u0648\u0649", - "Loading data...": "\u062c\u0627\u0631\u064a \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a...", - "Loading more threads": "\u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u0645\u0648\u0627\u0636\u064a\u0639", - "Loading posts list": "\u062a\u062d\u0645\u064a\u0644 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u0627\u062a", - "Loading your courses": "\u062c\u0627\u0631\u064a \u062a\u062d\u0645\u064a\u0644 \u0645\u0633\u0627\u0642\u0627\u062a\u0643", - "Location in Course": "\u0627\u0644\u0645\u0648\u0642\u0639 \u0641\u064a \u0627\u0644\u0645\u0633\u0627\u0642", - "Lock this asset": "\u0642\u0641\u0644 \u0647\u0630\u0647 \u0627\u0644\u0645\u0627\u062f\u0629 \u0627\u0644\u0645\u0644\u062d\u0642\u0629", - "Lock/unlock file": "\u0642\u0641\u0644/\u0641\u062a\u062d \u0627\u0644\u0645\u0644\u0641\u0651", - "MB": "\u0645\u064a\u063a\u0627 \u0628\u0627\u064a\u062a", - "Make sure that the full name on your account matches the name on your ID.": "\u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0623\u0646\u0651 \u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0643\u0627\u0645\u0644 \u0627\u0644\u0645\u0648\u062c\u0648\u062f \u0641\u064a \u062d\u0633\u0627\u0628\u0643 \u064a\u062a\u0637\u0627\u0628\u0642 \u0645\u0639 \u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0645\u0648\u062c\u0648\u062f \u0639\u0644\u0649 \u0628\u0637\u0627\u0642\u062a\u0643 \u0627\u0644\u0634\u062e\u0635\u064a\u0629. ", - "Make sure we can verify your identity with the photos and information you have provided.": "\u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0623\u0646\u0651 \u0627\u0644\u0635\u0648\u0631 \u0648\u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u062a\u064a \u0642\u062f\u0651\u0645\u062a\u0647\u0627 \u062a\u0645\u0643\u0651\u0646\u0646\u0627 \u0645\u0646 \u0627\u0644\u062a\u062d\u0642\u0651\u0642 \u0645\u0646 \u0647\u0648\u064a\u0651\u062a\u0643. ", - "Make sure your ID is well-lit": "\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0623\u0646\u0651 \u0627\u0644\u0625\u0636\u0627\u0621\u0629 \u062c\u064a\u0651\u062f\u0629 \u0639\u0644\u0649 \u0628\u0637\u0627\u0642\u062a\u0643 \u0627\u0644\u0634\u062e\u0635\u064a\u0629", - "Make sure your face is well-lit": "\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0623\u0646\u0651 \u0627\u0644\u0625\u0636\u0627\u0621\u0629 \u062c\u064a\u0651\u062f\u0629 \u0639\u0644\u0649 \u0648\u062c\u0647\u0643 ", - "Make this subsection available as a prerequisite to other content": "\u0627\u062c\u0639\u0644 \u0645\u0646 \u0645\u062d\u062a\u0648\u0649 \u0647\u0630\u0647 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0641\u0631\u0639\u064a \u0645\u062a\u0648\u0641\u0631\u064b\u0627 \u0643\u0645\u062a\u0637\u0644\u0628 \u0623\u0633\u0627\u0633\u064a \u0644\u0645\u062d\u062a\u0648\u0649 \u0622\u062e\u0631.", - "Manual": "\u064a\u062f\u0648\u064a", - "Mark Exam As Completed": "\u0623\u0634\u0651\u0631 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0628\u0639\u0644\u0627\u0645\u0629 \u2019\u0627\u0633\u062a\u064f\u0643\u0645\u0644\u2018", - "Mark as Answer": "\u0627\u0644\u062a\u062d\u062f\u064a\u062f \u0643\u0625\u062c\u0627\u0628\u0629", - "Mark enrollment code as unused": "\u0648\u0633\u0645 \u0631\u0645\u0632 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0639\u0644\u0649 \u0623\u0646\u0651\u0647 \u063a\u064a\u0631 \u0645\u0633\u062a\u062e\u062f\u0645", - "Markdown Editing Help": "\u0644\u0644\u0645\u0633\u0627\u0639\u062f\u0629 \u0641\u064a \u062a\u062d\u0631\u064a\u0631 \u0644\u063a\u0629 \u0645\u0627\u0631\u0643\u062f\u0627\u0648\u0646", - "Max file size exceeded": "\u062c\u0631\u0649 \u062a\u062c\u0627\u0648\u0632 \u0627\u0644\u062d\u062f\u0651 \u0627\u0644\u0623\u0642\u0635\u0649 \u0627\u0644\u0645\u0633\u0645\u0648\u062d \u0628\u0647 \u0644\u062d\u062c\u0645 \u0627\u0644\u0645\u0644\u0641. ", - "Membership": "\u0627\u0644\u0639\u0636\u0648\u064a\u0629", - "Message:": "\u0627\u0644\u0631\u0633\u0627\u0644\u0629:", - "Midnight": "\u0645\u0646\u062a\u0635\u0641 \u0627\u0644\u0644\u064a\u0644", - "Minimum Score:": "\u0627\u0644\u062d\u062f\u0651 \u0627\u0644\u0623\u062f\u0646\u0649 \u0644\u0644\u0645\u062c\u0645\u0648\u0639:", - "Module state successfully deleted.": "\u062c\u0631\u0649 \u0628\u0646\u062c\u0627\u062d \u062d\u0630\u0641 \u062d\u0627\u0644\u0629 \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a\u0629.", - "More": "\u0627\u0644\u0645\u0632\u064a\u062f", - "Must be a Staff User to Perform this request.": "\u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0639\u0636\u0648 \u0637\u0627\u0642\u0645 \u0645\u0646 \u0623\u062c\u0644 \u0627\u0644\u0642\u064a\u0627\u0645 \u0628\u0647\u0630\u0627 \u0627\u0644\u0637\u0644\u0628.", - "Must complete verification checkpoint": " \u064a\u062c\u0628 \u0625\u062a\u0645\u0627\u0645 \u0646\u0642\u0637\u0629 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631 \u0627\u0644\u062e\u0627\u0635\u0651\u0629 \u0628\u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642", - "My Orders": "\u0637\u0644\u0628\u0627\u062a \u0634\u0631\u0627\u0626\u064a", - "My Team": "\u0641\u0631\u064a\u0642\u064a", - "N/A": "\u063a\u064a\u0631 \u0645\u062a\u0648\u0641\u0651\u0631", - "Name": "\u0627\u0644\u0627\u0633\u0645", - "Name ": "\u0627\u0644\u0627\u0633\u0645 ", - "Name of the certificate": "\u0627\u0633\u0645 \u0627\u0644\u0634\u0647\u0627\u062f\u0629", - "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "\u0627\u0633\u0645 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0627\u062a \u0627\u0644\u062a\u064a \u0633\u064a\u064f\u0648\u0632\u0651\u064e\u0639 \u0639\u0644\u064a\u0647\u0627 \u0627\u0644\u0637\u0644\u0627\u0628\u060c \u0645\u062b\u0644\u0627\u064b \u2019\u0627\u0644\u062a\u062d\u0643\u0651\u0645\u2018\u060c \u0623\u0648 \u2019\u0627\u0644\u0641\u064a\u062f\u064a\u0648\u2018\u060c \u0623\u0648 \u2019\u0627\u0644\u0645\u0633\u0627\u0626\u0644\u2018. \u064a\u062c\u0628 \u0623\u0646 \u062a\u062a\u0648\u0641\u0631 \u0644\u062f\u064a\u0643 \u0645\u062c\u0645\u0648\u0639\u062a\u0627\u0646 \u0623\u0648 \u0623\u0643\u062b\u0631.", - "Name of the signatory": "\u0627\u0633\u0645 \u0627\u0644\u0645\u0648\u0642\u0651\u0650\u0639", - "Name or short description of the configuration": "\u0627\u0633\u0645 \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0623\u0648 \u0648\u0635\u0641 \u0645\u0648\u062c\u064e\u0632 \u0639\u0646\u0647\u0627", - "Never published": "\u0644\u0645 \u062a\u064f\u0646\u0634\u064e\u0631 \u0642\u0637\u0651", - "New %(item_type)s": "%(item_type)s \u062c\u062f\u064a\u062f", - "New Address": "\u0639\u0646\u0648\u0627\u0646 \u062c\u062f\u064a\u062f", - "New enrollment mode:": "\u0648\u0636\u0639 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062c\u062f\u064a\u062f:", - "Next": "\u0627\u0644\u062a\u0627\u0644\u064a", - "Next Step: Confirm your identity": "\u0627\u0644\u062e\u0637\u0648\u0629 \u0627\u0644\u062a\u0627\u0644\u064a\u0629: \u062a\u0623\u0643\u064a\u062f \u0647\u0648\u064a\u0651\u062a\u0643", - "Next: %(nextStepTitle)s": "\u0627\u0644\u062a\u0627\u0644\u064a: %(nextStepTitle)s", - "No Content Group": "\u0644\u0627 \u062a\u0648\u062c\u062f \u0645\u062c\u0645\u0648\u0639\u0629 \u0645\u062d\u062a\u0648\u0649", - "No EdX Timed Transcript": "\u0644\u0627 \u064a\u0648\u062c\u062f \u0644\u062f\u0649 EdX \u0646\u0635 \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a ", - "No Flash Detected": "\u0644\u0645 \u064a\u064f\u0639\u062b\u0631 \u0639\u0644\u0649 \u0627\u0644\u0641\u0644\u0627\u0634 ", - "No Timed Transcript": "\u0644\u0627 \u064a\u0648\u062c\u062f \u0646\u0635 \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a", - "No Webcam Detected": "\u0644\u0645 \u064a\u064f\u0639\u062b\u0631 \u0639\u0644\u0649 \u0643\u0627\u0645\u064a\u0631\u0627 \u0627\u0644\u0648\u064a\u0628 ", - "No content-specific discussion topics exist.": "\u0644\u0627 \u062a\u0648\u062c\u062f \u0623\u064a \u0645\u0648\u0627\u0636\u064a\u0639 \u0646\u0642\u0627\u0634 \u062e\u0627\u0635\u0629 \u0628\u0627\u0644\u0645\u062d\u062a\u0648\u0649.", - "No description available": "\u0644\u0627 \u064a\u062a\u0648\u0641\u0651\u0631 \u0623\u064a \u0648\u0635\u0641.", - "No prerequisite": "\u0644\u0627 \u064a\u0648\u062c\u062f \u0645\u062a\u0637\u0644\u0651\u0628\u0627\u062a \u0623\u0633\u0627\u0633\u064a\u0629", - "No receipt available": "\u0644\u064a\u0633 \u0647\u0646\u0627\u0643 \u0645\u0646 \u0625\u064a\u0635\u0627\u0644. ", - "No results": "\u0644\u0627 \u0646\u062a\u0627\u0626\u062c", - "No results found for \"%(query_string)s\". Please try searching again.": "\u0639\u0630\u0631\u064b\u0627\u060c \u0644\u0645 \u0646\u0639\u062b\u0631 \u0639\u0644\u0649 \u0646\u062a\u0627\u0626\u062c \u0644\u0640 \"%(query_string)s\". \u064a\u064f\u0631\u062c\u0649 \u0645\u062d\u0627\u0648\u0644\u0629 \u0627\u0644\u0628\u062d\u062b \u0645\u0631\u0651\u0629 \u0623\u062e\u0631\u0649. ", - "No tasks currently running.": "\u0644\u0627 \u062a\u0648\u062c\u062f \u0645\u0647\u0627\u0645 \u062c\u0627\u0631\u064a\u0629 \u062d\u0627\u0644\u064a\u0651\u064b\u0627.", - "No validation is performed on policy keys or value pairs. If you are having difficulties, check your formatting.": "\u0644\u0645 \u064a\u062c\u0631\u064a \u062a\u0646\u0641\u064a\u0630 \u0639\u0645\u0644\u064a\u0629 \u062a\u062d\u0642\u0651\u0642 \u0645\u0646 \u0635\u062d\u0651\u0629 \u0632\u0648\u062c \u0627\u0644\u0642\u064a\u0645 \u0623\u0648 \u0645\u0641\u0627\u062a\u064a\u062d \u0627\u0644\u0633\u064a\u0627\u0633\u0629. \u0641\u064a \u062d\u0627\u0644 \u0643\u0646\u062a \u062a\u0648\u0627\u062c\u0647 \u0623\u064a\u0629 \u0645\u0634\u0643\u0644\u0627\u062a\u060c \u064a\u064f\u0631\u062c\u0649 \u0645\u0631\u0627\u062c\u0639\u0629 \u0627\u0644\u062a\u0646\u0633\u064a\u0642.", - "None": "\u0644\u0627 \u0634\u064a\u0621", - "Noon": "\u0627\u0644\u0638\u0647\u0631", - "Not Currently Available": "\u063a\u064a\u0631 \u0645\u062a\u0627\u062d\u064d \u0627\u0644\u0622\u0646", - "Not Graded": "\u063a\u064a\u0631 \u0645\u0642\u064a\u0651\u064e\u0645", - "Not Selected": "\u0644\u0645 \u064a\u062c\u0631\u0650 \u062a\u062d\u062f\u064a\u062f\u0647", - "Not Supported": "\u063a\u064a\u0631 \u0645\u062f\u0639\u0648\u0645", - "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "\u0644\u0645 \u064a\u0645\u0643\u0646 \u062a\u062d\u062f\u064a\u062f \u062f\u0631\u062c\u0629 \u0627\u0644\u0646\u062c\u0627\u062d \u0639\u0646\u062f \u0623\u0642\u0644\u0651 \u0645\u0646 %(minimum_grade_cutoff)s%.", - "Not available": "\u063a\u064a\u0631 \u0645\u062a\u0627\u062d", - "Not in Use": "\u0644\u064a\u0633 \u0642\u064a\u062f \u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645", - "Not selected": "\u063a\u064a\u0631 \u0645\u0646\u062a\u0642\u0627\u0629", - "Note": "\u0645\u0644\u0627\u062d\u0638\u0629", - "Note: Do not hide graded assignments after they have been released.": "\u0645\u0644\u0627\u062d\u0638\u0629: \u0644\u0627 \u062a\u0642\u0645 \u0628\u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u0645\u0647\u0627\u0645 \u0627\u0644\u0645\u062a\u062f\u0631\u062c\u0629 \u0628\u0639\u062f \u0625\u0637\u0644\u0627\u0642\u0647\u0627. ", + ], + "Content Group ID": "\u0627\u0644\u0631\u0642\u0645 \u0627\u0644\u062a\u0639\u0631\u064a\u0641\u064a \u0644\u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u0645\u062d\u062a\u0648\u0649", + "Content Group Name": "\u0627\u0633\u0645 \u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u0645\u062d\u062a\u0648\u0649:", + "Content-Specific Discussion Topics": "\u0645\u0648\u0627\u0636\u064a\u0639 \u0646\u0642\u0627\u0634 \u062e\u0627\u0635\u0629 \u0628\u0627\u0644\u0645\u062d\u062a\u0648\u0649", + "Continue Exam Without Proctoring": "\u0627\u0644\u0627\u0633\u062a\u0645\u0631\u0627\u0631 \u0628\u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u062f\u0648\u0646 \u0645\u0631\u0627\u0642\u0628\u0629", + "Continue to Verification": "\u0627\u0644\u0627\u0633\u062a\u0645\u0631\u0627\u0631 \u0625\u0644\u0649 \u0627\u0644\u062a\u0623\u0643\u064a\u062f", + "Continue to my practice exam": "\u0627\u0644\u0627\u0633\u062a\u0645\u0631\u0627\u0631 \u0625\u0644\u0649 \u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u062a\u0645\u0631\u064a\u0646", + "Continue to my proctored exam. I want to be eligible for credit.": "\u0627\u0644\u0627\u0633\u062a\u0645\u0631\u0627\u0631 \u0641\u064a \u0627\u0645\u062a\u062d\u0627\u0646\u064a \u0627\u0644\u0645\u0631\u0627\u0642\u0628. \u0623\u0631\u064a\u062f \u0623\u0646 \u0623\u0643\u0648\u0646 \u0645\u0624\u0647\u0644\u0627\u064b \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0646\u0642\u0627\u0637.", + "Copy Email To Editor": "\u0625\u0631\u0633\u0627\u0644 \u0646\u0633\u062e\u0629 \u0645\u0646 \u0631\u0633\u0627\u0644\u0629 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0625\u0644\u0649 \u0627\u0644\u0645\u062d\u0631\u0651\u0631", + "Correct failed component": "\u064a\u064f\u0631\u062c\u0649 \u062a\u0635\u062d\u064a\u062d \u0627\u0644\u0645\u0643\u0648\u0651\u0650\u0646 \u0627\u0644\u0630\u064a \u062a\u0639\u0630\u0651\u0631 \u062a\u0635\u062f\u064a\u0631\u0647. ", + "Could not find Certificate Exception in white list. Please refresh the page and try again": "\u062a\u0639\u0630\u0651\u0631 \u0625\u064a\u062c\u0627\u062f \u062e\u064a\u0627\u0631 \u0627\u0633\u062a\u062b\u0646\u0627\u0621 \u0627\u0644\u0634\u0647\u0627\u062f\u0629 \u0636\u0645\u0646 \u0627\u0644\u0644\u0627\u0626\u062d\u0629 \u0627\u0644\u0628\u064a\u0636\u0627\u0621. \u064a\u064f\u0631\u062c\u0649 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0635\u0641\u062d\u0629 \u0648\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0645\u0646 \u062c\u062f\u064a\u062f.", + "Could not find Certificate Invalidation in the list. Please refresh the page and try again": "\u062a\u0639\u0630\u0651\u0631 \u0625\u064a\u062c\u0627\u062f \u062e\u064a\u0627\u0631 \u0625\u0644\u063a\u0627\u0621 \u062a\u0648\u062b\u064a\u0642 \u0627\u0644\u0634\u0647\u0627\u062f\u0629 \u0636\u0645\u0646 \u0627\u0644\u0644\u0627\u0626\u062d\u0629. \u064a\u064f\u0631\u062c\u0649 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0635\u0641\u062d\u0629 \u0648\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0645\u0646 \u062c\u062f\u064a\u062f.", + "Could not find a user with username or email address '<%- identifier %>'.": "\u0644\u0645 \u064a\u064f\u0639\u062b\u0631 \u0639\u0644\u0649 \u0645\u0633\u062a\u062e\u062f\u0645 \u064a\u062d\u0645\u0644 \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0623\u0648 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0647\u0630\u0627 '<%- identifier %>'.", + "Could not find users associated with the following identifiers:": "\u0646\u0623\u0633\u0641 \u0644\u062a\u0639\u0630\u0651\u0631 \u0625\u064a\u062c\u0627\u062f \u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u064a\u062d\u0645\u0644\u0648\u0646 \u0627\u0644\u0623\u0631\u0642\u0627\u0645 \u0627\u0644\u062a\u0627\u0644\u064a\u0629:", + "Could not retrieve download url.": "\u062a\u0639\u0630\u0651\u0631 \u0627\u0633\u062a\u0631\u062c\u0627\u0639 \u0631\u0627\u0628\u0637 \u0627\u0644\u062a\u0646\u0632\u064a\u0644.", + "Could not retrieve payment information": "\u0639\u0630\u0631\u064b\u0627\u060c \u0644\u0645 \u064a\u0645\u0643\u0646 \u0627\u0633\u062a\u0631\u062c\u0627\u0639 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u062f\u0641\u0639.", + "Could not retrieve upload url.": "\u062a\u0639\u0630\u0651\u0631 \u0627\u0633\u062a\u0631\u062c\u0627\u0639 \u0631\u0627\u0628\u0637 \u0627\u0644\u062a\u062d\u0645\u064a\u0644.", + "Could not submit order": "\u0639\u0630\u0631\u064b\u0627\u060c \u0644\u0645 \u064a\u0645\u0643\u0646 \u062a\u0642\u062f\u064a\u0645 \u0627\u0644\u0637\u0644\u0628.", + "Could not submit photos": "\u0639\u0630\u0631\u064b\u0627\u060c \u0644\u0645 \u064a\u0645\u0643\u0646 \u062a\u0642\u062f\u064a\u0645 \u0627\u0644\u0635\u0648\u0631.", + "Couldn't Save This Assignment": "\u062a\u0639\u0630\u0651\u0631 \u062d\u0641\u0638 \u0647\u0630\u0627 \u0627\u0644\u0648\u0627\u062c\u0628.", + "Country": "\u0627\u0644\u0628\u0644\u062f", + "Country of residence": "\u0628\u0644\u062f \u0627\u0644\u0625\u0642\u0627\u0645\u0629", + "Course Credit Requirements": "\u0645\u062a\u0637\u0644\u0651\u0628\u0627\u062a \u0645\u0648\u0627\u062f \u0627\u0644\u0645\u0633\u0627\u0642", + "Course End": "\u062a\u0627\u0631\u064a\u062e \u0627\u0646\u062a\u0647\u0627\u0621 \u0627\u0644\u0645\u0633\u0627\u0642", + "Course Handouts": "\u0646\u0634\u0631\u0627\u062a \u0627\u0644\u0645\u0633\u0627\u0642", + "Course ID": "\u0627\u0644\u0631\u0642\u0645 \u0627\u0644\u062a\u0639\u0631\u064a\u0641\u064a \u0644\u0644\u0645\u0633\u0627\u0642 ", + "Course Id": "\u0645\u0639\u0631\u0641 \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a\u0629", + "Course Index": "\u0641\u0647\u0631\u0633 \u0627\u0644\u0645\u0633\u0627\u0642", + "Course Key": "\u0645\u0641\u062a\u0627\u062d \u0627\u0644\u0645\u0633\u0627\u0642", + "Course Number": "\u0631\u0642\u0645 \u0627\u0644\u0645\u0633\u0627\u0642 ", + "Course Number Override": "\u062a\u062c\u0627\u0648\u0632 \u0631\u0642\u0645 \u0627\u0644\u0645\u0633\u0627\u0642", + "Course Outline": "\u0627\u0644\u0645\u062e\u0637\u0651\u0637 \u0627\u0644\u0643\u0644\u0651\u064a \u0644\u0644\u0645\u0633\u0627\u0642", + "Course Start": "\u062a\u0627\u0631\u064a\u062e \u0627\u0628\u062a\u062f\u0627\u0621 \u0627\u0644\u0645\u0633\u0627\u0642", + "Course Title": "\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0645\u0633\u0627\u0642", + "Course Title Override": "\u062a\u062c\u0627\u0648\u0632 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0645\u0633\u0627\u0642", + "Course is not yet visible to students.": "\u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u0627\u0642 \u063a\u064a\u0631 \u0645\u0631\u0626\u064a \u0644\u0644\u0637\u0644\u0627\u0628.", + "Course pacing cannot be changed once a course has started.": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u062a\u063a\u064a\u064a\u0631 \u062a\u0646\u0638\u064a\u0645 \u0627\u0644\u0645\u0633\u0627\u0642 \u0628\u0645\u062c\u0631\u0651\u062f \u0627\u0628\u062a\u062f\u0627\u0626\u0647.", + "Course title": "\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0645\u0633\u0627\u0642", + "Course-Wide Discussion Topics": "\u0645\u0648\u0627\u0636\u064a\u0639 \u0646\u0642\u0627\u0634 \u0639\u0644\u0649 \u0646\u0637\u0627\u0642 \u0627\u0644\u0645\u0633\u0627\u0642", + "Create": "\u0625\u0646\u0634\u0627\u0621 ", + "Create Re-run": "\u062e\u0644\u0642 \u0648\u062d\u062f\u0629 \u0645\u064f\u0639\u0627\u062f \u062a\u0646\u0641\u064a\u0630\u0647\u0627", + "Create a %(link_start)sMozilla Backpack%(link_end)s account, or log in to your existing account": "\u0623\u0646\u0634\u0626 \u062d\u0633\u0627\u0628 %(link_start)s Mozilla Backpack %(link_end)s\u060c \u0623\u0648 \u0633\u062c\u0644 \u062f\u062e\u0648\u0644\u0643 \u0625\u0644\u0649 \u062d\u0633\u0627\u0628\u0643 \u0627\u0644\u0645\u0648\u062c\u0648\u062f", + "Create a New Team": "\u0625\u0646\u0634\u0627\u0621 \u0641\u0631\u064a\u0642 \u062c\u062f\u064a\u062f", + "Create a content group": "\u0625\u0646\u0634\u0627\u0621 \u0645\u062c\u0645\u0648\u0639\u0629 \u0645\u062d\u062a\u0648\u0649", + "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "\u0623\u0646\u0634\u0626 \u0641\u0631\u064a\u0642\u064b\u0627 \u062c\u062f\u064a\u062f\u064b\u0627 \u0641\u064a \u062d\u0627\u0644 \u0644\u0645 \u062a\u062c\u062f \u0641\u0631\u064a\u0642\u064b\u0627 \u0645\u0648\u062c\u0648\u062f\u064b\u0627 \u0644\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u064a\u0647 \u0623\u0648 \u0643\u0646\u062a \u062a\u0631\u063a\u0628 \u0628\u0627\u0644\u062a\u0639\u0644\u0651\u0645 \u0628\u0631\u0641\u0642\u0629 \u0623\u0635\u062f\u0642\u0627\u0621 \u062a\u0639\u0631\u0641\u0647\u0645.", + "Create account using %(providerName)s.": "\u0623\u0646\u0634\u0626 \u062d\u0633\u0627\u0628\u0627\u064b \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 %(providerName)s.", + "Create an account using": "\u0623\u0646\u0634\u0626 \u062d\u0633\u0627\u0628\u0627\u064b \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645", + "Create team.": "\u0623\u0646\u0634\u0626 \u0641\u0631\u064a\u0642.", + "Created": "\u062a\u0645\u0651 \u0627\u0644\u0625\u0646\u0634\u0627\u0621", + "Creating missing groups": "\u062c\u0627\u0631\u064a \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0627\u062a \u0627\u0644\u0646\u0627\u0642\u0635\u0629`", + "Creative Commons licensed content, with terms as follow:": "\u0645\u062d\u062a\u0648\u0649 \u0645\u0631\u062e\u0651\u0635 \u0643\u0645\u0634\u0627\u0647 \u0625\u0628\u062f\u0627\u0639\u064a \u0648\u0641\u0642 \u0627\u0644\u0634\u0631\u0648\u0637 \u0627\u0644\u062a\u0627\u0644\u064a\u0629:", + "Criterion Added": "\u0623\u064f\u0636\u064a\u0641\u062a \u0645\u0639\u0627\u064a\u064a\u0631 \u062c\u062f\u064a\u062f\u0629.", + "Criterion Deleted": "\u062c\u0631\u0649 \u062d\u0630\u0641 \u0627\u0644\u0645\u0639\u064a\u0627\u0631.", + "Crossed out items have been refunded.": "\u062c\u0631\u0649 \u0627\u0633\u062a\u0631\u062f\u0627\u062f \u0642\u064a\u0645\u0629 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0645\u0634\u0637\u0648\u0628\u0629.", + "Current Role:": "\u0627\u0644\u062f\u0648\u0631 \u0627\u0644\u062d\u0627\u0644\u064a:", + "Current conversation": "\u0627\u0644\u0645\u062d\u0627\u062f\u062b\u0629 \u0627\u0644\u062d\u0627\u0644\u064a\u0629", + "Current enrollment mode:": "\u0648\u0636\u0639 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062d\u0627\u0644\u064a:", + "Current tab": "\u0627\u0644\u062a\u0628\u0648\u064a\u0628\u0629 \u0627\u0644\u062d\u0627\u0644\u064a\u0629", + "Date": "\u0627\u0644\u062a\u0627\u0631\u064a\u062e ", + "Date Added": "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0625\u0636\u0627\u0641\u0629 ", + "Deactivate": "\u062a\u0639\u0637\u064a\u0644", + "Declined": "\u0645\u0631\u0641\u0648\u0636", + "Default (Local Time Zone)": "\u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a (\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0645\u062d\u0644\u064a)", + "Default Timed Transcript": "\u0646\u0635 \u0627\u0641\u062a\u0631\u0627\u0636\u064a \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a", + "Delete": "\u062d\u0630\u0641", + "Delete \"<%= signatoryName %>\" from the list of signatories?": "\u0647\u0644 \u062a\u0631\u064a\u062f \u062d\u0630\u0641 \"<%= signatoryName %>\" \u0645\u0646 \u0644\u0627\u0626\u062d\u0629 \u0627\u0644\u0645\u0648\u0642\u0651\u0639\u064a\u0646\u061f", + "Delete File Confirmation": "\u062a\u0623\u0643\u064a\u062f \u062d\u0630\u0641 \u0627\u0644\u0645\u0644\u0641", + "Delete Team": "\u062d\u0630\u0641 \u0627\u0644\u0641\u0631\u064a\u0642", + "Delete student '<%- student_id %>'s state on problem '<%- problem_id %>'?": "\u062d\u0630\u0641 \u062d\u0627\u0644\u0629 \u0627\u0644\u0637\u0627\u0644\u0628 \u2019<%- student_id %>\u2018 \u0641\u064a \u0627\u0644\u0645\u0633\u0623\u0644\u0629 \u0631\u0642\u0645 \u2019<%- problem_id %>\u2018\u061f", + "Delete the user, {username}": "\u062d\u0630\u0641 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u060c {username} ", + "Delete this %(item_display_name)s?": "\u0647\u0644 \u062a\u0631\u064a\u062f \u062d\u0630\u0641 \u0647\u0630\u0627 \u0627\u0644\u0627\u0633\u0645 %(item_display_name)s\u061f", + "Delete this asset": "\u062d\u0630\u0641 \u0647\u0630\u0647 \u0627\u0644\u0645\u0627\u062f\u0629 \u0627\u0644\u0645\u0644\u062d\u0642\u0629", + "Delete this team?": "\u0623\u062a\u0648\u062f\u0651 \u062d\u0630\u0641 \u0647\u0630\u0627 \u0627\u0644\u0641\u0631\u064a\u0642\u061f", + "Deleted Content Group": "\u0645\u062c\u0645\u0648\u0639\u0629 \u0645\u062d\u062a\u0648\u0649 \u0645\u062d\u0630\u0648\u0641\u0629", + "Deleting a team is permanent and cannot be undone. All members are removed from the team, and team discussions can no longer be accessed.": "\u0625\u0646 \u0639\u0645\u0644\u064a\u0629 \u062d\u0630\u0641 \u0647\u0630\u0627 \u0627\u0644\u0641\u0631\u064a\u0642 \u062f\u0627\u0626\u0645\u0629 \u0648\u0644\u0627 \u064a\u0645\u0643\u0646 \u0627\u0644\u062a\u0631\u0627\u062c\u0639 \u0639\u0646\u0647\u0627. \u0633\u064a\u064f\u0633\u062a\u0628\u0639\u062f \u0628\u0630\u0644\u0643 \u062c\u0645\u064a\u0639 \u0623\u0639\u0636\u0627\u0621 \u0627\u0644\u0641\u0631\u064a\u0642 \u0648\u0633\u064a\u062a\u0639\u0630\u0651\u0631 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0645\u0646\u0627\u0642\u0634\u0627\u062a \u0623\u0639\u0636\u0627\u0621 \u0627\u0644\u0641\u0631\u064a\u0642 \u0641\u064a \u0627\u0644\u0645\u0633\u062a\u0642\u0628\u0644.", + "Deleting this %(item_display_name)s is permanent and cannot be undone.": "\u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0627\u0646\u062a\u0628\u0627\u0647 \u0625\u0644\u0649 \u0623\u0646\u0651 \u062d\u0630\u0641 \u0647\u0630\u0627 \u0627\u0644\u0627\u0633\u0645 %(item_display_name)s \u062f\u0627\u0626\u0645 \u0627\u0644\u0645\u0641\u0639\u0648\u0644 \u0648\u063a\u064a\u0631 \u0642\u0627\u0628\u0644 \u0644\u0644\u0631\u062c\u0648\u0639 \u0639\u0646\u0647.", + "Deprecated": "\u0645\u0647\u0645\u0644", + "Description": "\u0627\u0644\u0648\u0635\u0641 ", + "Description of the certificate": "\u0648\u0635\u0641 \u0627\u0644\u0634\u0647\u0627\u062f\u0629", + "Discard Changes": "\u062a\u062c\u0627\u0647\u0644 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a", + "Discussion": "\u0627\u0644\u0645\u0646\u0627\u0642\u0634\u0629", + "Discussion Home": "\u0635\u0641\u062d\u0629 \u0627\u0644\u0645\u0646\u0627\u0642\u0634\u0629 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629", + "Display Name": "\u0627\u0633\u0645 \u0627\u0644\u0639\u0631\u0636", + "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "\u0647\u0644 \u062a\u0631\u064a\u062f \u0627\u0644\u0633\u0645\u0627\u062d \u0644\u0647\u0630\u0627 \u0627\u0644\u0637\u0627\u0644\u0628 ('{student_id}') \u0628\u062a\u062c\u0627\u0648\u0632 \u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u062f\u062e\u0648\u0644\u061f", + "Do you want to replace the edX transcript with the YouTube transcript?": "\u0647\u0644 \u062a\u0631\u063a\u0628 \u0641\u064a \u0627\u0633\u062a\u0628\u062f\u0627\u0644 \u0646\u0635 EdX \u0628\u0646\u0635 \u064a\u0648\u062a\u064a\u0648\u0628\u061f", + "Do you want to upload your file before submitting?": "\u0647\u0644 \u062a\u0631\u063a\u0628 \u0628\u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641\u0651\u0643 \u0642\u0628\u0644 \u0627\u0644\u062a\u0642\u062f\u064a\u0645\u061f", + "Does the name on your ID match your account name: %(fullName)s?": "\u0647\u0644 \u064a\u062a\u0637\u0627\u0628\u0642 \u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0630\u064a \u062a\u062d\u0645\u0644\u0647 \u0628\u0637\u0627\u0642\u062a\u0643 \u0627\u0644\u0634\u062e\u0635\u064a\u0629 \u0645\u0639 \u0627\u0633\u0645\u0643 \u0641\u064a \u0627\u0644\u062d\u0633\u0627\u0628: %(fullName)s\u061f", + "Does the photo of you match your ID photo?": "\u0647\u0644 \u062a\u062a\u0637\u0627\u0628\u0642 \u0635\u0648\u0631\u062a\u0643 \u0645\u0639 \u0627\u0644\u0635\u0648\u0631\u0629 \u0627\u0644\u062a\u064a \u062a\u062d\u0645\u0644\u0647\u0627 \u0628\u0637\u0627\u0642\u062a\u0643 \u0627\u0644\u0634\u062e\u0635\u064a\u0629\u061f", + "Does the photo of you show your whole face?": "\u0647\u0644 \u064a\u0638\u0647\u0631 \u0648\u062c\u0647\u0643 \u0641\u064a \u0635\u0648\u0631\u062a\u0643 \u0628\u0627\u0644\u0643\u0627\u0645\u0644\u061f", + "Doing so means that you are no longer eligible for academic credit.": "\u0627\u0644\u0642\u064a\u0627\u0645 \u0628\u0630\u0644\u0643 \u064a\u0639\u0646\u064a \u0623\u0646\u0643 \u0644\u0645 \u062a\u0639\u062f \u0645\u0624\u0647\u0644\u0629 \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0646\u0642\u0627\u0637 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629.", + "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "\u0623\u0644\u0627 \u064a\u0645\u0643\u0646\u0643 \u0631\u0624\u064a\u0629 \u0635\u0648\u0631\u062a\u0643\u061f \u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0627\u0644\u0633\u0645\u0627\u062d \u0644\u0645\u062a\u0635\u0641\u0651\u062d\u0643 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0643\u0627\u0645\u064a\u0631\u062a\u0643 \u0639\u0646\u062f\u0645\u0627 \u064a\u0637\u0644\u0628 \u0627\u0644\u0625\u0630\u0646 \u0645\u0646\u0643. ", + "Donate": "\u062a\u0628\u0631\u0651\u064e\u0639", + "Double-check that your webcam is connected and working to continue.": "\u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u062d\u0642\u0651\u0642 \u0645\u062c\u062f\u0651\u062f\u064b\u0627 \u0645\u0646 \u0623\u0646\u0651 \u0643\u0627\u0645\u064a\u0631\u0627 \u0627\u0644\u0648\u064a\u0628 \u0645\u062a\u0651\u0635\u0644\u0629 \u0628\u0627\u0644\u0643\u0645\u0628\u064a\u0648\u062a\u0631 \u0648\u063a\u064a\u0631 \u0645\u0639\u0637\u0651\u0644\u0629 \u0644\u062a\u062a\u0645\u0643\u0651\u0646 \u0645\u0646 \u0627\u0644\u0645\u062a\u0627\u0628\u0639\u0629. ", + "Download": "\u062a\u0646\u0632\u064a\u0644", + "Download Software Clicked": "\u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0627\u062a \u0627\u0644\u062a\u064a \u062a\u0645 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u064a\u0647\u0627", + "Download Transcript for Editing": "\u062a\u0646\u0632\u064a\u0644 \u0627\u0644\u0646\u0635 \u0644\u062a\u0639\u062f\u064a\u0644\u0647", + "Download URL": "\u062a\u0646\u0632\u064a\u0644 \u0627\u0644\u0631\u0627\u0628\u0637", + "Download available encodings (.csv)": "\u062a\u0646\u0632\u064a\u0644 \u0627\u0644\u0634\u064a\u0641\u0631\u0627\u062a \u0627\u0644\u0645\u062a\u0627\u062d\u0629 (\u0628\u0635\u064a\u063a\u0629 .csv)", + "Download the user's certificate": "\u062a\u0646\u0632\u064a\u0644 \u0634\u0647\u0627\u062f\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645", + "Draft (Never published)": "\u0645\u0633\u0648\u062f\u0651\u0629 (\u0644\u0645 \u062a\u064f\u0646\u0634\u064e\u0631 \u0642\u0637\u0651) ", + "Draft (Unpublished changes)": "\u0645\u0633\u0648\u062f\u0651\u0629 (\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u063a\u064a\u0631 \u0645\u0646\u0634\u0648\u0631\u0629)", + "Drag to reorder": "\u0627\u0633\u062d\u0628 \u0644\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0631\u062a\u064a\u0628", + "Drop target image": "\u0625\u0633\u0642\u0627\u0637 \u0627\u0644\u0635\u0648\u0631\u0629 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629", + "Due Date": "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0627\u0633\u062a\u062d\u0642\u0627\u0642", + "Due Date:": "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0627\u0633\u062a\u062d\u0642\u0627\u0642:", + "Due Time in UTC:": "\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0627\u0633\u062a\u062d\u0642\u0627\u0642 \u0628\u062d\u0633\u0628 \u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0639\u0627\u0644\u0645\u064a \u0627\u0644\u0645\u0646\u0633\u0651\u0642:", + "Due date cannot be before start date.": "\u0644\u0627\u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u0633\u0628\u0642 \u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0627\u0633\u062a\u062d\u0642\u0627\u0642 \u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0627\u0628\u062a\u062f\u0627\u0621.", + "Due:": "\u064a\u064f\u0633\u062a\u064e\u062d\u0642\u0651 \u0641\u064a:", + "Duplicate": "\u0646\u0633\u062e\u0629 \u0645\u0637\u0627\u0628\u0642\u0629", + "Duration (sec)": "\u0645\u062f\u0651\u0629 \u0627\u0644\u0645\u0647\u0645\u0629 (\u0628\u0627\u0644\u062b\u0648\u0627\u0646\u064a) ", + "Earned %(created)s.": "%(created)s \u0627\u0644\u062a\u064a \u062d\u0635\u0644\u062a \u0639\u0644\u064a\u0647\u0627", + "EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.": "\u0644\u0627 \u062a\u0645\u0644\u0643 EdX \u0646\u0635\u064b\u0651\u0627 \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0644\u0647\u0630\u0627 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0641\u064a \u0627\u0644\u0627\u0633\u062a\u062f\u064a\u0648\u060c \u0644\u0643\u0646\u0651\u0646\u0627 \u0648\u062c\u062f\u0646\u0627 \u0646\u0635\u064b\u0651\u0627 \u0639\u0644\u0649 \u0627\u0644\u064a\u0648\u062a\u064a\u0648\u0628 \u064a\u0645\u0643\u0646\u0643 \u0627\u0633\u062a\u064a\u0631\u0627\u062f\u0647 \u0623\u0648 \u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641 \u0644\u0646\u0635\u0651\u0643 \u0627\u0644\u062e\u0627\u0635 \u0628\u0635\u064a\u063a\u0629 .srt.", + "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "\u0644\u064a\u0633 \u0644\u062f\u0649 EdX \u0646\u0635 \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0644\u0647\u0630\u0627 \u0627\u0644\u0641\u064a\u062f\u064a\u0648. \u064a\u064f\u0631\u062c\u0649 \u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641 \u0628\u0635\u064a\u063a\u0629 .srt.", + "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "\u0644\u062f\u0649 EdX \u0646\u0635 \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0644\u0647\u0630\u0627 \u0627\u0644\u0641\u064a\u062f\u064a\u0648. \u0625\u0630\u0627 \u0631\u063a\u0628\u062a \u0641\u064a \u062a\u0639\u062f\u064a\u0644 \u0647\u0630\u0627 \u0627\u0644\u0646\u0635\u0651\u060c \u0641\u064a\u0645\u0643\u0646\u0643 \u062a\u0646\u0632\u064a\u0644 \u0627\u0644\u0646\u0635 \u0627\u0644\u062d\u0627\u0644\u064a\u060c \u0648\u062a\u0639\u062f\u064a\u0644\u0647\u060c \u0648\u0625\u0639\u0627\u062f\u0629 \u062a\u062d\u0645\u064a\u0644\u0647 \u0645\u0646 \u062c\u062f\u064a\u062f. \u0623\u0645\u0651\u0627 \u0625\u0630\u0627 \u0631\u063a\u0628\u062a \u0641\u064a \u0627\u0633\u062a\u0628\u062f\u0627\u0644\u0647\u060c \u0641\u064a\u064f\u0631\u062c\u0649 \u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641 \u0646\u0635 \u062c\u062f\u064a\u062f \u0628\u0635\u064a\u063a\u0629 .srt.", + "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "\u064a\u0648\u062c\u062f \u0644\u062f\u0649 Edx \u0646\u0635 \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0644\u0647\u0630\u0627 \u0627\u0644\u0641\u064a\u062f\u064a\u0648. \u0625\u0630\u0627 \u0631\u063a\u0628\u062a \u0641\u064a \u0627\u0633\u062a\u0628\u062f\u0627\u0644 \u0647\u0630\u0627 \u0627\u0644\u0646\u0635\u060c \u064a\u064f\u0631\u062c\u0649 \u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641 \u0646\u0635 \u062c\u062f\u064a\u062f \u0628\u0635\u064a\u063a\u0629 .srt. \u0623\u0645\u0651\u0627 \u0625\u0630\u0627 \u0631\u063a\u0628\u062a \u0641\u064a \u062a\u0639\u062f\u064a\u0644 \u0647\u0630\u0627 \u0627\u0644\u0646\u0635\u0651\u060c \u0641\u064a\u0645\u0643\u0646\u0643 \u062a\u0646\u0632\u064a\u0644 \u0627\u0644\u0646\u0635 \u0627\u0644\u0633\u0627\u0628\u0642 \u0648\u062a\u0639\u062f\u064a\u0644\u0647 \u0648\u0625\u0639\u0627\u062f\u0629 \u062a\u062d\u0645\u064a\u0644\u0647 \u0645\u0646 \u062c\u062f\u064a\u062f. ", + "Edit": "\u062a\u0639\u062f\u064a\u0644", + "Edit %(display_name)s (required)": "\u062a\u0639\u062f\u064a\u0644 %(display_name)s (\u0645\u0637\u0644\u0648\u0628)", + "Edit Membership": "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0639\u0636\u0648\u064a\u0651\u0629", + "Edit Team": "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0641\u0631\u064a\u0642", + "Edit Your Name": "\u062a\u0639\u062f\u064a\u0644 \u0627\u0633\u0645\u0643 ", + "Edit this certificate?": "\u0647\u0644 \u062a\u0631\u064a\u062f \u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0634\u0647\u0627\u062f\u0629\u061f", + "Edit your post below.": "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0645\u0646\u0634\u0648\u0631 \u0623\u062f\u0646\u0627\u0647.", + "Editable": "\u0642\u0627\u0628\u0644 \u0644\u0644\u062a\u0639\u062f\u064a\u0644", + "Editing comment": "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u062a\u0639\u0644\u064a\u0642", + "Editing post": "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0645\u0646\u0634\u0648\u0631 ", + "Editing response": "\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0631\u062f ", + "Education Completed": "\u0627\u0633\u062a\u064f\u0643\u0645\u0650\u0644 \u0627\u0644\u062a\u0639\u0644\u064a\u0645", + "Email": "\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", + "Email address": "\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", + "Emails successfully sent. The following users are no longer enrolled in the course:": "\u062c\u0631\u062a \u0627\u0644\u0645\u0631\u0627\u0633\u0644\u0629 \u0639\u0628\u0631 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0628\u0646\u062c\u0627\u062d. \u0648\u0644\u0645 \u064a\u0639\u062f \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u0648\u0646 \u0627\u0644\u062a\u0627\u0644\u0648\u0646 \u0645\u0633\u062c\u0651\u0644\u064a\u0646 \u0628\u0627\u0644\u0645\u0633\u0627\u0642:", + "Enable Cohorts": "\u0641\u0639\u0651\u0644 \u0627\u0644\u0634\u064f\u0639\u0628", + "End My Exam": "\u0623\u0646\u0647\u064a \u0627\u0645\u062a\u062d\u0627\u0646\u064a", + "Endorse": "\u062a\u0623\u064a\u064a\u062f", + "Engage with posts": "\u0634\u0627\u0631\u0643 \u0641\u064a \u0627\u0644\u0645\u0646\u0634\u0648\u0631\u0627\u062a", + "Enroll Now": "\u0633\u062c\u0644 \u0627\u0644\u0622\u0646", + "Enrolling you in the selected course": "\u062c\u0627\u0631\u064a \u062a\u0633\u062c\u064a\u0644\u0643 \u0641\u064a \u0627\u0644\u0645\u0633\u0627\u0642 \u0627\u0644\u0645\u062e\u062a\u0627\u0631", + "Enrollment Date": "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u062a\u0633\u062c\u064a\u0644 ", + "Enrollment Mode": "\u0648\u0636\u0639 \u0627\u0644\u062a\u0633\u062c\u064a\u0644", + "Enrollment Opens on": "\u064a\u064f\u0641\u062a\u062d \u0628\u0627\u0628 \u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0641\u064a", + "Ensure that you can see your photo and read your name": "\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0623\u0646\u0651\u0647 \u064a\u0645\u0643\u0646\u0643 \u0623\u0646 \u062a\u0631\u0649 \u0635\u0648\u0631\u062a\u0643 \u0648\u062a\u0642\u0631\u0623 \u0627\u0633\u0645\u0643 ", + "Enter Due Date and Time": "\u064a\u064f\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u062a\u0627\u0631\u064a\u062e \u0648\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0627\u0633\u062a\u062d\u0642\u0627\u0642.", + "Enter Start Date and Time": "\u064a\u064f\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u062a\u0627\u0631\u064a\u062e \u0648\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0628\u062f\u0621", + "Enter a student's username or email address.": "\u064a\u064f\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0627\u0633\u0645 \u0627\u0644\u0637\u0627\u0644\u0628 \u0623\u0648 \u0639\u0646\u0648\u0627\u0646 \u0628\u0631\u064a\u062f\u0647 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a.", + "Enter a username or email.": "\u064a\u064f\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0627\u0633\u0645 \u0645\u0633\u062a\u062e\u062f\u0645 \u0623\u0648 \u0639\u0646\u0648\u0627\u0646 \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a ", + "Enter information to describe your team. You cannot change these details after you create the team.": "\u064a\u064f\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0644\u0648\u0635\u0641 \u0641\u0631\u064a\u0642\u0643. \u064a\u062a\u0639\u0630\u0651\u0631 \u062a\u0639\u062f\u064a\u0644 \u0647\u0630\u0647 \u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644 \u0628\u0645\u062c\u0631\u0651\u062f \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0641\u0631\u064a\u0642.", + "Enter team description.": "\u0623\u062f\u062e\u0644 \u0648\u0635\u0641 \u062a\u0639\u0631\u064a\u0641\u064a \u0628\u0627\u0644\u0641\u0631\u064a\u0642.", + "Enter team name.": "\u0623\u062f\u062e\u0644 \u0627\u0633\u0645 \u0627\u0644\u0641\u0631\u064a\u0642.", + "Enter the enrollment code.": "\u0625\u062f\u062e\u0627\u0644 \u0631\u0645\u0632 \u0627\u0644\u062a\u0633\u062c\u064a\u0644", + "Enter the name of the cohort": "\u064a\u064f\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0627\u0633\u0645 \u0627\u0644\u0634\u0639\u0628\u0629", + "Enter the page number you'd like to quickly navigate to.": "\u0623\u062f\u062e\u0644 \u0631\u0642\u0645 \u0627\u0644\u0635\u0641\u062d\u0629 \u0627\u0644\u062a\u064a \u062a\u0648\u062f \u0627\u0644\u0648\u0644\u0648\u062c \u0625\u0644\u064a\u0647\u0627", + "Enter the username or email address of each learner that you want to add as an exception.": "\u0623\u062f\u062e\u0644 \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0623\u0648 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0644\u0643\u0644 \u0645\u062a\u0639\u0644\u0651\u0645 \u062a\u0631\u0639\u0628 \u0628\u0625\u0636\u0627\u0641\u062a\u0647 \u0643\u0627\u0633\u062a\u062b\u0646\u0627\u0621.", + "Enter username or email": "\u0623\u062f\u062e\u0644 \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0623\u0648 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", + "Entrance exam attempts is being reset for student '{student_id}'.": "\u062c\u0627\u0631\u064a \u0625\u0639\u0627\u062f\u0629 \u0636\u0628\u0637 \u0645\u062d\u0627\u0648\u0644\u0627\u062a \u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u062f\u062e\u0648\u0644 \u0644\u0644\u0637\u0627\u0644\u0628 '{student_id}'.", + "Entrance exam state is being deleted for student '{student_id}'.": "\u062c\u0627\u0631\u064a \u062d\u0630\u0641 \u062d\u0627\u0644\u0629 \u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u062f\u062e\u0648\u0644 \u0644\u0644\u0637\u0627\u0644\u0628 '{student_id}'.", + "Error": "\u062e\u0637\u0623", + "Error adding user": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645.", + "Error adding/removing users as beta testers.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0625\u0636\u0627\u0641\u0629/\u062d\u0630\u0641 \u0628\u0639\u0636 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0643\u0623\u0639\u0636\u0627\u0621 \u0641\u064a \u0645\u062e\u062a\u0628\u0631\u064a \u0627\u0644\u0646\u0633\u062e\u0629 \u0627\u0644\u062a\u062c\u0631\u064a\u0628\u064a\u0629.", + "Error changing user's permissions.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u062a\u063a\u064a\u064a\u0631 \u0635\u0644\u0627\u062d\u064a\u0627\u062a \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645.", + "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u062d\u0630\u0641 \u062d\u0627\u0644\u0629 \u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u062f\u062e\u0648\u0644 \u0644\u0644\u0637\u0627\u0644\u0628 '{student_id}'. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0635\u062d\u0651\u0629 \u0631\u0642\u0645 \u0627\u0644\u0637\u0627\u0644\u0628.", + "Error deleting student '<%- student_id %>'s state on problem '<%- problem_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u062e\u0637\u0623 \u0641\u064a \u062d\u0630\u0641 \u062d\u0627\u0644\u0629 \u0627\u0644\u0637\u0627\u0644\u0628 \u2019<%- student_id %>\u2018 \u0641\u064a \u0627\u0644\u0645\u0633\u0623\u0644\u0629 \u0631\u0642\u0645 \u2019<%- problem_id %>\u2018. \u062a\u0623\u0643\u062f \u0645\u0646 \u0625\u062f\u062e\u0627\u0644 \u0647\u0630\u0627\u0646 \u0627\u0644\u0645\u064f\u0639\u0637\u064a\u0627\u0646 \u0628\u0634\u0643\u0644 \u0635\u062d\u064a\u062d", + "Error enrolling/unenrolling users.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u062a\u0633\u062c\u064a\u0644/\u0625\u0644\u063a\u0627\u0621 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646.", + "Error generating ORA data report. Please try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0625\u0646\u0634\u0627\u0621 \u062a\u0642\u0631\u064a\u0631 ORA. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0641\u064a \u0648\u0642\u062a\u064d \u0644\u0627\u062d\u0642.", + "Error generating grades. Please try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0627\u0633\u062a\u062d\u062f\u0627\u062b \u0627\u0644\u062f\u0631\u062c\u0627\u062a. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", + "Error generating list of students who may enroll. Please try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0625\u0646\u0634\u0627\u0621 \u0644\u0627\u0626\u062d\u0629 \u0627\u0644\u0637\u0644\u0651\u0627\u0628 \u0627\u0644\u0630\u064a\u0646 \u0642\u062f \u064a\u0633\u062c\u0651\u0644\u0648\u0646. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", + "Error generating problem grade report. Please try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0625\u0646\u0634\u0627\u0621 \u062a\u0642\u0631\u064a\u0631 \u062f\u0631\u062c\u0627\u062a \u0627\u0644\u0645\u0633\u0627\u0626\u0644. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", + "Error generating proctored exam results. Please try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0625\u0639\u062f\u0627\u062f \u0646\u062a\u0627\u0626\u062c \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", + "Error generating student profile information. Please try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0627\u0633\u062a\u062d\u062f\u0627\u062b \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0634\u062e\u0635\u064a \u0644\u0644\u0637\u0627\u0644\u0628. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629. ", + "Error generating survey results. Please try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0625\u0639\u062f\u0627\u062f \u0646\u062a\u0627\u0626\u062c \u0627\u0644\u0627\u0633\u062a\u0628\u064a\u0627\u0646. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", + "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u062a\u0627\u0631\u064a\u062e \u0645\u0647\u0627\u0645\u0651 \u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u062f\u062e\u0648\u0644 \u0644\u0644\u0637\u0627\u0644\u0628 '{student_id}'. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0635\u062d\u0651\u0629 \u0631\u0642\u0645 \u0627\u0644\u0637\u0627\u0644\u0628.", + "Error getting issued certificates list.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0625\u0639\u062f\u0627\u062f \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0634\u0647\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u0645\u0646\u0648\u062d\u0629.", + "Error getting student list.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0637\u0644\u0651\u0627\u0628.", + "Error getting student progress url for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "\u062d\u062f\u062b \u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0639\u0646\u0648\u0627\u0646 url \u0644\u062a\u0642\u062f\u0645 \u0627\u0644\u0637\u0627\u0644\u0628 '<%- student_id %>'. \u062a\u0623\u0643\u062f \u0645\u0646 \u062a\u0647\u062c\u0626\u0629 \u0645\u0639\u0631\u0641 \u0627\u0644\u0637\u0627\u0644\u0628.", + "Error getting task history for problem '<%- problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0633\u062c\u0644 \u0627\u0644\u0645\u0647\u0645\u0651\u0627\u062a \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0627\u0644\u0645\u0633\u0623\u0644\u0629 \u0631\u0642\u0645 \u2019<%- problem_id %>\u2018 \u0644\u0644\u0637\u0627\u0644\u0628 \u2019<%- student_id %>\u2018. \u062a\u0623\u0643\u062f \u0645\u0646 \u0625\u062f\u062e\u0627\u0644 \u0647\u0630\u0627\u0646 \u0627\u0644\u0645\u064f\u0639\u0637\u064a\u0627\u0646 \u0628\u0634\u0643\u0644 \u0635\u062d\u064a\u062d. ", + "Error getting the number of ungraded responses": "\u062d\u062f\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0645\u062d\u0627\u0648\u0644\u0629 \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0639\u062f\u062f \u0627\u0644\u0631\u062f\u0648\u062f \u063a\u064a\u0631 \u0627\u0644\u0645\u064f\u0642\u064a\u0651\u0645\u0629.", + "Error listing task history for this student and problem.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0625\u0639\u062f\u0627\u062f \u0642\u0627\u0626\u0645\u0629 \u0628\u0627\u0644\u0645\u0647\u0645\u0651\u0627\u062a \u0627\u0644\u0633\u0627\u0628\u0642\u0629 \u0644\u0647\u0630\u0627 \u0627\u0644\u0637\u0627\u0644\u0628 \u0648\u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0647\u0630\u0647 \u0627\u0644\u0645\u0633\u0623\u0644\u0629.", + "Error posting your message.": "\u062d\u062f\u062b \u062e\u0637\u0623 \u0641\u064a \u0646\u0634\u0631 \u0631\u0633\u0627\u0644\u062a\u0643.", + "Error removing user": "\u0646\u0627\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u062d\u0630\u0641 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645.", + "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "\u0648\u0642\u0639 \u062e\u0637\u0623 \u0641\u064a \u0625\u0639\u0627\u062f\u0629 \u0636\u0628\u0637 \u0645\u062d\u0627\u0648\u0644\u0627\u062a \u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u062f\u062e\u0648\u0644 \u0644\u0644\u0637\u0627\u0644\u0628 '{student_id}'. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0635\u062d\u0651\u0629 \u0631\u0642\u0645 \u0627\u0644\u0637\u0627\u0644\u0628.", + "Error resetting problem attempts for problem '<%= problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0625\u0639\u0627\u062f\u0629 \u0636\u0628\u0637 \u0639\u062f\u062f \u0645\u062d\u0627\u0648\u0644\u0627\u062a \u062d\u0644\u0651 \u0627\u0644\u0645\u0633\u0623\u0644\u0629 \u0631\u0642\u0645 \u2019<%= problem_id %>\u2018 \u0644\u0644\u0637\u0627\u0644\u0628 \u2019<%- student_id %>\u2018. \u062a\u0623\u0643\u062f \u0645\u0646 \u0625\u062f\u062e\u0627\u0644 \u0647\u0630\u0627\u0646 \u0627\u0644\u0645\u064f\u0639\u0637\u064a\u0627\u0646 \u0628\u0634\u0643\u0644 \u0635\u062d\u064a\u062d.", + "Error retrieving grading configuration.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0627\u0633\u062a\u0631\u062c\u0627\u0639 \u0637\u0631\u064a\u0642\u0629 \u0636\u0628\u0637 \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u062a\u0642\u064a\u064a\u0645.", + "Error sending email.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0631\u0633\u0627\u0644\u0629.", + "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0628\u062f\u0621 \u0645\u0647\u0645\u0629 \u0625\u0639\u0627\u062f\u0629 \u062a\u0642\u064a\u064a\u0645 \u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u062f\u062e\u0648\u0644 \u0644\u0644\u0637\u0627\u0644\u0628 '{student_id}'. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0648\u062c\u0648\u062f \u0645\u0633\u0627\u0626\u0644 \u0641\u064a \u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u062f\u062e\u0648\u0644 \u0648\u0645\u0646 \u0635\u062d\u0651\u0629 \u0631\u0642\u0645 \u0627\u0644\u0637\u0627\u0644\u0628.", + "Error starting a task to rescore problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the problem and student identifiers are complete and correct.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0628\u062f\u0621 \u0645\u0647\u0645\u0629 \u0625\u0639\u0627\u062f\u0629 \u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0645\u0633\u0623\u0644\u0629 \u0631\u0642\u0645 \u2019<%- problem_id %>\u2018 \u0644\u0644\u0637\u0627\u0644\u0628 \u0635\u0627\u062d\u0628 \u0627\u0644\u0631\u0642\u0645 \u2019<%- student_id %>\u2018. \u062a\u0623\u0643\u062f \u0645\u0646 \u0625\u062f\u062e\u0627\u0644 \u0647\u0630\u0627\u0646 \u0627\u0644\u0645\u064f\u0639\u0637\u064a\u0627\u0646 \u0628\u0634\u0643\u0644 \u0635\u062d\u064a\u062d", + "Error starting a task to rescore problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u0646\u0627\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0628\u062f\u0621 \u0645\u0647\u0645\u0629 \u0625\u0639\u0627\u062f\u0629 \u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0645\u0633\u0623\u0644\u0629 \u0631\u0642\u0645 \u2019<%- problem_id %>\u2018. \u062a\u0623\u0643\u062f \u0645\u0646 \u0625\u062f\u062e\u0627\u0644 \u0647\u0630\u0627\u0646 \u0627\u0644\u0645\u064f\u0639\u0637\u064a\u0627\u0646 \u0628\u0634\u0643\u0644 \u0635\u062d\u064a\u062d.", + "Error starting a task to reset attempts for all students on problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0628\u062f\u0621 \u0645\u0647\u0645\u0629 \u0625\u0639\u0627\u062f\u0629 \u0636\u0628\u0637 \u0639\u062f\u062f \u0645\u062d\u0627\u0648\u0644\u0627\u062a \u062d\u0644\u0651 \u062c\u0645\u064a\u0639 \u0627\u0644\u0637\u0644\u0651\u0627\u0628 \u0644\u0644\u0645\u0633\u0623\u0644\u0629 \u2019<%- problem_id %>\u2018. \u062a\u0623\u0643\u062f \u0645\u0646 \u0625\u062f\u062e\u0627\u0644 \u0647\u0630\u0627\u0646 \u0627\u0644\u0645\u064f\u0639\u0637\u064a\u0627\u0646 \u0628\u0634\u0643\u0644 \u0635\u062d\u064a\u062d.", + "Error while generating certificates. Please try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0625\u0639\u062f\u0627\u062f \u0627\u0644\u0634\u0647\u0627\u062f\u0627\u062a. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", + "Error while regenerating certificates. Please try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0625\u0639\u0627\u062f\u0629 \u0625\u0639\u062f\u0627\u062f \u0627\u0644\u0634\u0647\u0627\u062f\u0627\u062a. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", + "Error.": "\u062e\u0637\u0623.", + "Error:": " \u062e\u0637\u0623:", + "Error: User '<%- username %>' has not yet activated their account. Users must create and activate their accounts before they can be assigned a role.": "\u062e\u0637\u0623: '<%- username %>' \u0644\u0645 \u064a\u0641\u0639\u0644 \u062d\u0633\u0627\u0628\u0647 \u0628\u0639\u062f. \u0639\u0644\u0649 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0625\u0646\u0634\u0627\u0621 \u0648\u062a\u0641\u0639\u064a\u0644 \u062d\u0633\u0627\u0628\u0627\u062a\u0647\u0645 \u0642\u0628\u0644 \u0623\u0646 \u064a\u064f\u0633\u0646\u062f \u0625\u0644\u064a\u0647\u0645 \u0623\u064a \u062f\u0648\u0631 \u0641\u064a \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a\u0629.", + "Error: You cannot remove yourself from the Instructor group!": "\u062e\u0637\u0623: \u0644\u0627 \u064a\u0645\u0643\u0646\u0643 \u062d\u0630\u0641 \u0646\u0641\u0633\u0643 \u0645\u0646 \u0645\u062c\u0645\u0648\u0639\u0629 \u0623\u0633\u062a\u0627\u0630 \u0627\u0644\u0645\u0633\u0627\u0642!", + "Errors": "\u0623\u062e\u0637\u0627\u0621", + "Everyone who has staff privileges in this course": "\u0643\u0644 \u0641\u0631\u062f \u0644\u062f\u064a\u0647 \u0645\u0632\u0627\u064a\u0627 \u0627\u0644\u0645\u0648\u0638\u0641\u064a\u0646 \u0641\u064a \u0647\u0630\u0647 \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a\u0629", + "Exam Types": "\u0623\u0646\u0648\u0627\u0639 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631", + "Exception Granted": "\u062c\u0631\u0649 \u0627\u0639\u062a\u0645\u0627\u062f \u0627\u0644\u0627\u0633\u062a\u062b\u0646\u0627\u0621", + "Expand All": "\u062a\u0643\u0628\u064a\u0631 \u062c\u0645\u064a\u0639 \u0627\u0644\u0623\u0642\u0633\u0627\u0645", + "Explain if other.": "\u064a\u064f\u0631\u062c\u0649 \u062a\u0628\u064a\u0627\u0646 \u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644 \u0641\u064a \u062d\u0627\u0644 \u0627\u062e\u062a\u064a\u0627\u0631 \u2019\u0623\u0633\u0628\u0627\u0628 \u0623\u062e\u0631\u0649\u2018", + "Explore New Programs": "\u0627\u0633\u062a\u0643\u0634\u0627\u0641 \u0628\u0631\u0627\u0645\u062c \u062c\u062f\u064a\u062f\u0629", + "Explore Programs": "\u0627\u0633\u062a\u0643\u0634\u0627\u0641 \u0628\u0631\u0627\u0645\u062c", + "Explore your course!": "\u0627\u0633\u062a\u0643\u0634\u0641 \u0645\u0633\u0627\u0642\u0643!", + "Failed Proctoring": "\u0641\u0634\u0644 \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629", + "Failed to delete student state for user.": "\u0639\u0630\u0631\u0627\u064b\u060c \u0644\u0645 \u062a\u0646\u062c\u062d \u0639\u0645\u0644\u064a\u0629 \u062d\u0630\u0641 \u062d\u0627\u0644\u0629 \u0627\u0644\u0637\u0627\u0644\u0628 \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645.", + "Failed to rescore problem for user.": "\u0639\u0630\u0631\u0627\u064b\u060c \u0644\u0645 \u062a\u0646\u062c\u062d \u0639\u0645\u0644\u064a\u0629 \u0625\u0639\u0627\u062f\u0629 \u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0645\u0633\u0623\u0644\u0629 \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645.", + "Failed to rescore problem to improve score for user.": "\u0639\u0630\u0631\u0627\u064b\u060c \u0644\u0645 \u062a\u0646\u062c\u062d \u0639\u0645\u0644\u064a\u0629 \u0625\u0639\u0627\u062f\u0629 \u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0645\u0633\u0623\u0644\u0629 \u0628\u0647\u062f\u0641 \u062a\u062d\u0633\u064a\u0646 \u0646\u062a\u064a\u062c\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645.", + "Failed to reset attempts for user.": "\u0641\u0634\u0644\u062a \u0639\u0645\u0644\u064a\u0629 \u0625\u0639\u0627\u062f\u0629 \u0636\u0628\u0637 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0627\u062a \u0644\u0644\u0645\u0633\u062a\u062e\u062f\u0645.", + "Feedback available for selection.": "\u0631\u062f\u0648\u062f \u0627\u0644\u0641\u0639\u0644 \u0645\u062a\u0627\u062d\u0629 \u0644\u0644\u0627\u062e\u062a\u064a\u0627\u0631.", + "File Name": "\u0627\u0633\u0645 \u0627\u0644\u0645\u0644\u0641", + "File type is not allowed.": "\u0639\u0630\u0631\u064b\u0627\u060c \u0644\u0627 \u064a\u064c\u0633\u0645\u062d \u0628\u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641 \u0645\u0646 \u0647\u0630\u0627 \u0627\u0644\u0646\u0648\u0639.", + "File types can not be empty.": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u062a\u0631\u0643 \u0623\u0646\u0648\u0627\u0639 \u0627\u0644\u0645\u0644\u0641\u0651\u0627\u062a \u062f\u0648\u0646 \u062a\u062d\u062f\u064a\u062f.", + "File upload succeeded": "\u062c\u0631\u0649 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0645\u0644\u0641 \u0628\u0646\u062c\u0627\u062d", + "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "\u064a\u0632\u064a\u062f \u062d\u062c\u0645 \u0627\u0644\u0645\u0644\u0641 {filename} \u0639\u0646 \u0627\u0644\u062d\u062f\u0651 \u0627\u0644\u0623\u0642\u0635\u0649 \u0627\u0644\u0645\u0633\u0645\u0648\u062d \u0628\u0647 \u0648\u0647\u0648 {maxFileSizeInMBs} \u0645\u064a\u063a\u0627\u0628\u0627\u064a\u062a. ", + "Files must be in JPEG or PNG format.": "\u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0627\u0644\u0645\u0644\u0641\u0651\u0627\u062a \u0628\u0635\u064a\u063a\u0629 JPEG \u0623\u0648 PNG.", + "Filter": "\u0627\u0646\u062a\u0642\u0627\u0621", + "Filter and sort topics": "\u062a\u0635\u0641\u064a\u0629 \u0648\u062a\u0635\u0646\u064a\u0641 \u0627\u0644\u0645\u0648\u0627\u0636\u064a\u0639", + "Financial Assistance": "\u062f\u0639\u0645 \u0645\u0627\u0644\u064a", + "Financial Assistance Application": "\u0637\u0644\u0628 \u062f\u0639\u0645 \u0645\u0627\u0644\u064a", + "Find a course": "\u0627\u0628\u062d\u062b \u0639\u0646 \u0645\u0627\u062f\u0629", + "Find discussions": "\u0625\u064a\u062c\u0627\u062f \u0627\u0644\u0646\u0642\u0627\u0634\u0627\u062a", + "Follow": "\u0645\u062a\u0627\u0628\u0639\u0629", + "Follow or unfollow posts": "\u062a\u0627\u0628\u0639 \u0623\u0648 \u0623\u0644\u063a\u064a \u0645\u062a\u0627\u0628\u0639\u0629 \u0645\u0646\u0634\u0648\u0631\u0627\u062a", + "Following": "\u062c\u0627\u0631\u064a \u0627\u0644\u0645\u062a\u0627\u0628\u0639\u0629", + "For grading to work, you must change all {oldName} subsections to {newName}.": "\u064a\u062c\u0628 \u0623\u0646 \u062a\u0642\u0648\u0645 \u0628\u062a\u063a\u064a\u064a\u0631 \u0643\u0644 \u0627\u0644\u0623\u0642\u0633\u0627\u0645 \u0627\u0644\u0641\u0631\u0639\u064a\u0629 \u0641\u064a {oldName} \u0625\u0644\u0649 {newName} \u0643\u064a \u064a\u0639\u0645\u0644 \u0646\u0638\u0627\u0645 \u0627\u0644\u0639\u0644\u0627\u0645\u0627\u062a.", + "Free text notes": "\u0645\u0644\u0627\u062d\u0638\u0627\u062a \u0645\u0643\u062a\u0648\u0628\u0629 \u062d\u0631\u0629", + "Frequently Asked Questions": "\u0627\u0644\u0623\u0633\u0626\u0644\u0629 \u0627\u0644\u0634\u0627\u0626\u0639\u0629", + "Full Name": "\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0643\u0627\u0645\u0644", + "Fullscreen": "\u0639\u0631\u0636 \u0628\u0634\u0627\u0634\u0629 \u0643\u0627\u0645\u0644\u0629", + "Fully Supported": "\u0645\u062f\u0639\u0648\u0645 \u062a\u0645\u0627\u0645\u0627\u064b", + "Gender": "\u0627\u0644\u062c\u0646\u0633", + "Generate": "\u0625\u0646\u0634\u0627\u0621", + "Generate Exception Certificates": "\u0625\u0646\u0634\u0627\u0621 \u0634\u0647\u0627\u062f\u0627\u062a \u0627\u0633\u062a\u062b\u0646\u0627\u0626\u064a\u0629", + "Generate the user's certificate": "\u0625\u0646\u0634\u0627\u0621 \u0634\u0647\u0627\u062f\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645", + "Get Credit": "\u0627\u062d\u0635\u0644 \u0639\u0644\u0649 \u0645\u0627\u062f\u0651\u0629 \u062f\u0631\u0627\u0633\u064a\u0629", + "Go Back": "\u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u0627\u0644\u0648\u0631\u0627\u0621", + "Go to Dashboard": "\u0627\u0644\u0630\u0647\u0627\u0628 \u0625\u0644\u0649 \u0644\u0648\u062d\u0629 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a", + "Go to your Dashboard": "\u0627\u0644\u0630\u0647\u0627\u0628 \u0625\u0644\u0649 \u0644\u0648\u062d\u0629 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a", + "Government-Issued Photo ID": "\u0628\u0637\u0627\u0642\u0629 \u0634\u062e\u0635\u064a\u0629 \u0635\u0627\u062f\u0631\u0629 \u0639\u0646 \u0627\u0644\u062d\u0643\u0648\u0645\u0629", + "Grace period must be specified in HH:MM format.": "\u064a\u062c\u0628 \u062a\u062d\u062f\u064a\u062f \u0641\u062a\u0631\u0629 \u0627\u0644\u0633\u0645\u0627\u062d \u0628\u0635\u064a\u063a\u0629 HH:MM.", + "Grade": "\u0627\u0644\u062f\u0631\u062c\u0629", + "Grade as:": "\u0645\u0642\u064a\u0651\u064a\u0645 \u0628\u062f\u0631\u062c\u0629: ", + "Graded as:": "\u0645\u0642\u064a\u0651\u064e\u0645 \u0628\u062f\u0631\u062c\u0629:", + "Grading": "\u0627\u0644\u062a\u0642\u064a\u064a\u0645", + "Group %s": "\u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629 %s", + "Group A": "\u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629 \u0623", + "Group B": "\u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629 \u0628", + "Group Configuration ID": "\u0631\u0645\u0632 \u062a\u0639\u0631\u064a\u0641 \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629", + "Group Configuration Name": "\u0627\u0633\u0645 \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629", + "Group Configuration information": "\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629", + "Group Configuration name is required.": "\u0627\u0633\u0645 \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629 \u0645\u0637\u0644\u0648\u0628", + "Group information": "\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0639\u0646 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629", + "Group name is required": "\u0627\u0633\u0645 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629 \u0645\u0637\u0644\u0648\u0628", + "Groups": "\u0627\u0644\u0634\u064f\u0639\u0628", + "Heading": "\u0639\u0646\u0648\u0627\u0646 \u0631\u0626\u064a\u0633\u064a", + "Heading (Ctrl+H)": "\u0639\u0646\u0648\u0627\u0646 \u0631\u0626\u064a\u0633\u064a (Ctrl+H)", + "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "\u0633\u0627\u0639\u062f \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645\u064a\u0646 \u0627\u0644\u0622\u062e\u0631\u064a\u0646 \u0641\u064a \u0627\u062a\u062e\u0627\u0630 \u0627\u0644\u0642\u0631\u0627\u0631 \u0628\u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0641\u0631\u064a\u0642 \u0623\u0645 \u0644\u0627 \u0648\u0630\u0644\u0643 \u0628\u062a\u062d\u062f\u064a\u062f \u0628\u0639\u0636 \u0627\u0644\u062e\u0635\u0627\u0626\u0635 \u0627\u0644\u0645\u0645\u064a\u0651\u0632\u0629 \u0644\u0641\u0631\u064a\u0642\u0643. \u0627\u062e\u062a\u0631\u0647\u0627 \u0628\u062d\u0630\u0631 \u0625\u0630 \u0642\u062f \u064a\u0647\u062a\u0645 \u0639\u062f\u0651\u062f \u0623\u0642\u0644 \u0645\u0646 \u0627\u0644\u0623\u0634\u062e\u0627\u0635 \u0628\u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0641\u0631\u064a\u0642\u0643 \u0641\u064a \u062d\u0627\u0644 \u0627\u0646\u0637\u0648\u0649 \u0627\u0644\u0623\u0645\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u062b\u064a\u0631 \u0645\u0646 \u0627\u0644\u0642\u064a\u0648\u062f.", + "Hide": "\u0627\u062e\u0641", + "Hide Deprecated Settings": "\u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u0647\u0645\u0644\u0629", + "Hide Discussion": "\u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u0646\u0642\u0627\u0634", + "Hide content after due date": "\u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0628\u0639\u062f \u0627\u0644\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0645\u062d\u062f\u062f\n ", + "Hide entire subsection": "\u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0641\u0631\u0639\u064a \u0628\u0627\u0644\u0643\u0627\u0645\u0644", + "Hide from learners": "\u0625\u062e\u0641\u0627\u0621 \u0645\u0646 \u0627\u0644\u0645\u062a\u0639\u0644\u0645\u064a\u0646", + "Hide notes": "\u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u0645\u0644\u0627\u062d\u0638\u0627\u062a", + "Highlighted text": "\u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u0638\u0644\u0651\u064e\u0644", + "Horizontal Rule (Ctrl+R)": "\u062e\u0637 \u0623\u0641\u0642\u064a (Ctrl+R)", + "How to create useful text alternatives.": "\u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u0628\u062f\u0627\u0626\u0644 \u0646\u0635\u064a\u0651\u0629 \u0645\u0641\u064a\u062f\u0629.", + "How to use %(platform_name)s discussions": "\u0643\u064a\u0641\u064a\u0629 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0646\u0642\u0627\u0634\u0627\u062a %(platform_name)s", + "Hyperlink (Ctrl+L)": "\u0631\u0627\u0628\u0637 \u062a\u0634\u0639\u0651\u0628\u064a (Ctrl+L)", + "I am ready to start this timed exam,": "\u0623\u0646\u0627 \u062c\u0627\u0647\u0632 \u0644\u0628\u062f\u0621 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0645\u0648\u0642\u0648\u062a", + "ID": "\u0627\u0644\u0631\u0642\u0645 \u0627\u0644\u062a\u0639\u0631\u064a\u0641\u064a", + "ID-Verification is not required for this Professional Education course.": "\u0627\u0644\u062a\u062d\u0642\u0651\u0642 \u0645\u0646 \u0627\u0644\u0647\u0648\u064a\u0629 \u0627\u0644\u0634\u062e\u0635\u064a\u0629 \u063a\u064a\u0631 \u0645\u0637\u0644\u0648\u0628 \u0644\u0645\u0633\u0627\u0642 \u0627\u0644\u062a\u0639\u0644\u064a\u0645 \u0627\u0644\u0645\u0647\u0646\u064a \u0647\u0630\u0627.", + "Identity Verification In Progress": "\u062c\u0627\u0631\u064a \u0627\u0644\u062a\u062d\u0642\u0651\u0642 \u0645\u0646 \u0627\u0644\u0647\u0648\u064a\u0629", + "If the unit was previously published and released to learners, any changes you made to the unit when it was hidden will now be visible to learners.": "\u0625\u0630\u0627 \u0643\u0627\u0646\u062a \u0627\u0644\u0648\u062d\u062f\u0629 \u0645\u0646\u0634\u0648\u0631\u0629 \u0641\u064a \u0627\u0644\u0633\u0627\u0628\u0642 \u0648\u062a\u0645 \u0625\u0637\u0644\u0627\u0642\u0647\u0627 \u0625\u0644\u0649 \u0627\u0644\u0645\u062a\u0639\u0644\u0645\u064a\u0646\u060c \u0641\u0625\u0646 \u0623\u064a \u062a\u063a\u064a\u064a\u0631\u0627\u062a \u062a\u0642\u0648\u0645 \u0628\u0625\u062c\u0631\u0627\u0626\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u0648\u062d\u062f\u0629 \u0639\u0646\u062f\u0645\u0627 \u0643\u0627\u0646\u062a \u0645\u062e\u0628\u0623\u0629 \u0633\u062a\u0643\u0648\u0646 \u0645\u0631\u0626\u064a\u0629 \u0644\u0644\u0645\u062a\u0639\u0644\u0645\u064a\u0646.", + "If you do not yet have an account, use the button below to register.": "\u0625\u0630\u0627 \u0644\u0645 \u062a\u0643\u0646 \u062a\u0645\u0644\u0643 \u062d\u0633\u0627\u0628\u064b\u0627 \u0628\u0639\u062f\u060c \u064a\u064f\u0631\u062c\u0649 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0632\u0631\u0651 \u0623\u062f\u0646\u0627\u0647 \u0644\u0644\u062a\u0633\u062c\u064a\u0644.", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "\u0625\u0630\u0627 \u0644\u0645 \u062a\u0624\u0643\u0651\u062f \u0647\u0648\u064a\u0651\u062a\u0643 \u0627\u0644\u0622\u0646\u060c \u0633\u064a\u0628\u0642\u0649 \u0628\u0625\u0645\u0643\u0627\u0646\u0643 \u0627\u0633\u062a\u0643\u0634\u0627\u0641 \u0645\u0633\u0627\u0642\u0643 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0644\u0648\u062d\u0629 \u0645\u0639\u0644\u0648\u0645\u0627\u062a\u0643. \u0648\u0633\u062a\u062a\u0644\u0642\u0651\u0649 \u0631\u0633\u0627\u0626\u0644 \u062a\u0630\u0643\u064a\u0631\u064a\u0629 \u062f\u0648\u0631\u064a\u0651\u064b\u0627 \u0645\u0646 %(platformName)s \u0644\u062a\u0623\u0643\u064a\u062f \u0647\u0648\u064a\u0651\u062a\u0643. ", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from {platformName} to verify your identity.": "\u0625\u0630\u0627 \u0644\u0646 \u062a\u0642\u0645 \u0628\u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0647\u0648\u064a\u062a\u0643 \u0627\u0644\u0622\u0646\u060c \u0644\u0627 \u064a\u0632\u0627\u0644 \u0628\u0625\u0645\u0643\u0627\u0646\u0643 \u0627\u0633\u062a\u0643\u0634\u0627\u0641 \u0627\u0644\u062f\u0648\u0631\u0629 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0644\u0648\u062d\u0629 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643. \u0633\u0648\u0641 \u062a\u062a\u0644\u0642\u0649 \u0631\u0633\u0627\u0626\u0644 \u062a\u0630\u0643\u064a\u0631 \u062f\u0648\u0631\u064a\u0629 \u0645\u0646 {platformName} \u0644\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0647\u0648\u064a\u062a\u0643.", + "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "\u0633\u062a\u0641\u0642\u062f \u0623\u064a \u062a\u063a\u064a\u064a\u0631 \u0643\u0646\u062a \u0642\u062f \u0623\u062c\u0631\u064a\u062a\u0647 \u0639\u0644\u0649 \u0627\u0644\u0631\u062f\u0651 \u0625\u0630\u0627 \u062a\u0631\u0643\u062a \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062d\u0629 \u062f\u0648\u0646 \u062d\u0641\u0638 \u0623\u0648 \u062a\u0642\u062f\u064a\u0645 \u0631\u062f\u0651\u0643.", + "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "\u0633\u062a\u0641\u0642\u062f \u0623\u064a \u062a\u063a\u064a\u064a\u0631 \u0643\u0646\u062a \u0642\u062f \u0623\u062c\u0631\u064a\u062a\u0647 \u0625\u0630\u0627 \u062a\u0631\u0643\u062a \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062d\u0629 \u062f\u0648\u0646 \u062a\u0642\u062f\u064a\u0645 \u062a\u0642\u064a\u064a\u0645\u0643 \u0644\u0631\u062f\u0648\u062f \u0627\u0644\u0632\u0645\u0644\u0627\u0621.", + "If you leave this page without submitting your self assessment, you will lose any work you have done.": "\u0633\u062a\u0641\u0642\u062f \u0623\u064a \u062a\u063a\u064a\u064a\u0631 \u0643\u0646\u062a \u0642\u062f \u0623\u062c\u0631\u064a\u062a\u0647 \u0625\u0630\u0627 \u062a\u0631\u0643\u062a \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062d\u0629 \u062f\u0648\u0646 \u062a\u0642\u062f\u064a\u0645 \u062a\u0642\u064a\u064a\u0645\u0643 \u0627\u0644\u0630\u0627\u062a\u064a.", + "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "\u0633\u062a\u0641\u0642\u062f \u0623\u064a \u062a\u063a\u064a\u064a\u0631 \u0643\u0646\u062a \u0642\u062f \u0623\u062c\u0631\u064a\u062a\u0647 \u0625\u0630\u0627 \u062a\u0631\u0643\u062a \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062d\u0629 \u062f\u0648\u0646 \u062a\u0642\u062f\u064a\u0645 \u062a\u0642\u064a\u064a\u0645\u0643 \u0644\u0637\u0627\u0642\u0645 \u0627\u0644\u0645\u0633\u0627\u0642.", + "If you leave, you can no longer post in this team's discussions. Your place will be available to another learner.": "\u0641\u064a \u062d\u0627\u0644 \u0627\u062e\u062a\u0631\u062a \u062a\u0631\u0643 \u0627\u0644\u0641\u0631\u064a\u0642\u060c \u0644\u0646 \u062a\u062a\u0645\u0643\u0651\u0646 \u0645\u0633\u062a\u0642\u0628\u0644\u064b\u0627 \u0645\u0646 \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0641\u064a \u0646\u0642\u0627\u0634\u0627\u062a \u0623\u0639\u0636\u0627\u0626\u0647 \u0625\u0644\u0649 \u062c\u0627\u0646\u0628 \u0625\u062a\u0627\u062d\u0629 \u0627\u0644\u0634\u0627\u063a\u0631 \u0627\u0644\u0630\u064a \u0633\u062a\u062a\u0631\u0643\u0647 \u0644\u0645\u062a\u0639\u0644\u0651\u0645 \u0622\u062e\u0631.", + "If you make significant changes, make sure you notify members of the team before making these changes.": "\u0641\u064a \u062d\u0627\u0644 \u0623\u062c\u0631\u064a\u062a \u062a\u0639\u062f\u064a\u0644\u0627\u062a \u0645\u0647\u0645\u0651\u0629\u060c \u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0625\u062e\u0637\u0627\u0631 \u0628\u0642\u064a\u0629 \u0623\u0639\u0636\u0627\u0621 \u0627\u0644\u0641\u0631\u064a\u0642 \u0642\u0628\u0644 \u0627\u0639\u062a\u0645\u0627\u062f \u0647\u0630\u0647 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a.", + "If you make this %(xblockType)s visible to learners, learners will be able to see its content after the release date has passed and you have published the unit. Only units that are explicitly hidden from learners will remain hidden after you clear this option for the %(xblockType)s.": "\u0625\u0630\u0627 \u0642\u0645\u062a \u0628\u062c\u0639\u0644 %(xblockType)s \u0645\u0631\u0626\u064a\u064b\u0627 \u0644\u0644\u0645\u062a\u0639\u0644\u0645\u064a\u0646\u060c \u0633\u0648\u0641 \u064a\u0643\u0648\u0646 \u0627\u0644\u0645\u062a\u0639\u0644\u0645\u0648\u0646 \u0642\u0627\u062f\u0631\u064a\u0646 \u0639\u0644\u0649 \u0631\u0624\u064a\u0629 \u0645\u062d\u062a\u0648\u0627\u0647 \u0628\u0639\u062f \u0645\u0631\u0648\u0631 \u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0625\u0637\u0644\u0627\u0642 \u0648\u0646\u0634\u0631 \u0627\u0644\u0648\u062d\u062f\u0629. \u0641\u0642\u0637 \u0633\u062a\u0628\u0642\u0649 \u0627\u0644\u0648\u062d\u062f\u0627\u062a \u0627\u0644\u062a\u064a \u0643\u0627\u0646\u062a \u0645\u062e\u0628\u0623\u0629 \u0628\u0634\u0643\u0644 \u0648\u0627\u0636\u062d \u0645\u0646 \u0627\u0644\u0645\u062a\u0639\u0644\u0645\u064a\u0646 \u0645\u062e\u0641\u064a\u0629 \u0628\u0639\u062f \u062d\u0630\u0641 \u0627\u0644\u062e\u064a\u0627\u0631 \u0627\u0644\u062e\u0627\u0635 \u0628\u0640 %(xblockType)s.", + "Image": "\u0635\u0648\u0631\u0629", + "Image (Ctrl+G)": "\u0635\u0648\u0631\u0629 (Ctrl+G)", + "Image Description": "\u0648\u0635\u0641 \u0627\u0644\u0635\u0648\u0631\u0629", + "Image Upload Error": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0635\u0648\u0631\u0629", + "Image must be in PNG format": "\u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0627\u0644\u0635\u0648\u0631\u0629 \u0628\u0635\u064a\u063a\u0629 PNG.", + "Image must be in PNG format.": "\u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0627\u0644\u0635\u0648\u0631\u0629 \u0628\u0635\u064a\u063a\u0629 PNG.", + "Import YouTube Transcript": "\u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0646\u0635 \u0645\u0646 \u064a\u0648\u062a\u064a\u0648\u0628", + "In Progress": "\u0642\u064a\u062f \u0627\u0644\u0645\u0639\u0627\u0644\u062c\u0629", + "Individual Exceptions": "\u0627\u0633\u062a\u062b\u0646\u0627\u0621\u0627\u062a \u0645\u0646\u0641\u0631\u062f\u0629", + "Insert Hyperlink": "\u0625\u062f\u062e\u0627\u0644 \u0627\u0644\u0631\u0627\u0628\u0637 \u0627\u0644\u062a\u0634\u0639\u0651\u0628\u064a", + "Insert Image (upload file or type URL)": "\u062d\u0645\u0651\u0644 \u0627\u0644\u0635\u0648\u0631\u0629 (\u0633\u0648\u0627\u0621 \u0628\u0631\u0641\u0639 \u0645\u0644\u0641 \u0623\u0648 \u0628\u0625\u062f\u062e\u0627\u0644 \u0631\u0627\u0628\u0637)", + "Instructor Biography": "\u0645\u0633\u064a\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0651\u0645", + "Instructor Name": "\u0627\u0633\u0645 \u0627\u0644\u0645\u0639\u0644\u0645", + "Instructor Photo": "\u0635\u0648\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0651\u0645", + "Instructor Photo URL": "\u0631\u0627\u0628\u0637 \u0635\u0648\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0651\u0645", + "Instructor Title": "\u0644\u0642\u0628 \u0627\u0644\u0645\u0639\u0644\u0645", + "Instructor tools": "\u0623\u062f\u0648\u0627\u062a \u0627\u0644\u0623\u0633\u062a\u0627\u0630", + "Internal Server Error.": "\u062e\u0637\u0623 \u0641\u064a \u062e\u0627\u062f\u0645 \u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a.", + "Introduction to Cookie Baking": "\u0645\u0642\u062f\u0651\u0645\u0629 \u0639\u0646 \u0637\u0631\u064a\u0642\u0629 \u062e\u064e\u0628\u0632 \u0627\u0644\u0643\u0639\u0643", + "Invalidate Certificate": "\u0625\u0644\u063a\u0627\u0621 \u0634\u0647\u0627\u062f\u0629", + "Invalidated": "\u062c\u0631\u0649 \u0627\u0644\u0625\u0644\u063a\u0627\u0621", + "Invalidated By": "\u0623\u064f\u0644\u063a\u064a\u062a \u0645\u0646 \u0642\u0650\u0628\u064e\u0644", + "Is Sample Attempt": "\u0647\u064a \u0645\u062d\u0627\u0648\u0644\u0629 \u0639\u0644\u0649 \u0633\u0628\u064a\u0644 \u0627\u0644\u0645\u062b\u0627\u0644", + "Is Visible To:": "\u0645\u0631\u0626\u064a\u0651\u064d \u0645\u0646 \u0642\u0650\u0628\u064e\u0644:", + "Is this OK?": "\u0645\u0648\u0627\u0641\u0642\u061f", + "Is your name on your ID readable?": "\u0647\u0644 \u0627\u0633\u0645\u0643 \u0627\u0644\u0645\u0648\u062c\u0648\u062f \u0639\u0644\u0649 \u0628\u0637\u0627\u0642\u062a\u0643 \u0627\u0644\u0634\u062e\u0635\u064a\u0629 \u0633\u0647\u0644 \u0627\u0644\u0642\u0631\u0627\u0621\u0629\u061f", + "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "\u064a\u064f\u0648\u0635\u0649 \u0628\u0634\u062f\u0629 \u0628\u062a\u0636\u0645\u064a\u0646 4 \u0645\u0648\u0642\u0639\u064a\u0651\u0646 \u0639\u0644\u0649 \u0627\u0644\u0623\u0643\u062b\u0631. \u0631\u0627\u062c\u0639 \u0627\u0644\u0634\u0647\u0627\u062f\u0629 \u0641\u064a \u0648\u0636\u0639 \u2019\u0645\u0631\u0627\u062c\u0639\u0629 \u0627\u0644\u0637\u0628\u0627\u0639\u0629\u2018\u060c \u0641\u064a \u062d\u0627\u0644 \u0625\u0636\u0627\u0641\u062a\u0643 \u0644\u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u0645\u0648\u0642\u0639\u0651\u064a\u0646\u060c \u0644\u0636\u0645\u0627\u0646 \u0637\u0628\u0627\u0639\u0629 \u0627\u0644\u0634\u0647\u0627\u062f\u0629 \u0628\u0627\u0644\u0634\u0643\u0644 \u0627\u0644\u0635\u062d\u064a\u062d \u0639\u0644\u0649 \u0635\u0641\u062d\u0629 \u0648\u0627\u062d\u062f\u0629. ", + "Italic (Ctrl+I)": "\u062e\u0637 \u0645\u0627\u0626\u0644 (Ctrl+I)", + "Join Team": "\u0627\u0646\u0636\u0645 \u0625\u0644\u0649 \u0627\u0644\u0641\u0631\u064a\u0642", + "Joined %(date)s": "\u0627\u0646\u0636\u0645 \u0628\u062a\u0627\u0631\u064a\u062e %(date)s", + "KB": "\u0643\u064a\u0644\u0648 \u0628\u0627\u064a\u062a", + "Key should only contain letters, numbers, _, or -": "\u0644\u0627 \u064a\u062c\u0628 \u0623\u0646 \u064a\u062d\u062a\u0648\u064a \u0627\u0644\u0645\u0641\u062a\u0627\u062d \u0633\u0648\u0649 \u0639\u0644\u0649 \u062d\u0631\u0648\u0641\u060c \u0623\u0648 \u0623\u0631\u0642\u0627\u0645\u060c \u0623\u0648 _\u060c \u0623\u0648 -", + "LEARN MORE": "\u0627\u0639\u0631\u0641 \u0627\u0644\u0645\u0632\u064a\u062f", + "Language": "\u0627\u0644\u0644\u063a\u0629", + "Large": "\u0643\u0628\u064a\u0631 ", + "Last Activity %(date)s": "\u0627\u0644\u0646\u0634\u0627\u0637 \u0627\u0644\u0623\u062e\u064a\u0631 \u0628\u062a\u0627\u0631\u064a\u062e %(date)s", + "Last Edited:": "\u0622\u062e\u0631 \u0645\u0631\u0627\u062c\u0639\u0629 \u0641\u064a:", + "Last Updated": "\u0622\u062e\u0631 \u062a\u062d\u062f\u064a\u062b", + "Last activity %(date)s": "\u0627\u0644\u0646\u0634\u0627\u0637 \u0627\u0644\u0623\u062e\u064a\u0631 \u0628\u062a\u0627\u0631\u064a\u062e %(date)s", + "Last modified by": "\u0623\u064f\u062c\u0631\u064a \u0622\u062e\u0631 \u062a\u0639\u062f\u064a\u0644 \u0645\u0646 \u0642\u0628\u0644", + "Last published %(last_published_date)s by %(publish_username)s": "\u0646\u064f\u0634\u0631\u062a \u0622\u062e\u0631 \u0645\u0631\u0651\u0629 \u0641\u064a %(last_published_date)s \u0645\u0646 \u0642\u0650\u0628\u0644 %(publish_username)s.", + "Learn more about {license_name}": "\u0627\u0639\u0631\u0641 \u0627\u0644\u0645\u0632\u064a\u062f \u0639\u0646 {license_name}", + "Learners are added to this cohort automatically.": "\u064a\u064f\u0636\u0627\u0641 \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645\u0648\u0646 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0634\u0639\u0628\u0629 \u062a\u0644\u0642\u0627\u0626\u064a\u0651\u064b\u0627.", + "Learners are added to this cohort only when you provide their email addresses or usernames on this page.": "\u0644\u0627 \u064a\u064f\u0636\u0627\u0641 \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645\u0648\u0646 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0634\u0639\u0628\u0629 \u0625\u0644\u0651\u0627 \u0639\u0646\u062f \u062a\u062d\u062f\u064a\u062f \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0623\u0648 \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643\u0644 \u0648\u0627\u062d\u062f\u064d \u0645\u0646\u0647\u0645 \u0639\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062d\u0629. ", + "Learners do not see the subsection in the course outline. The subsection is not included in grade calculations.": "\u0644\u0627 \u064a\u0631\u0649 \u0627\u0644\u0645\u062a\u0639\u0644\u0645\u0648\u0646 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0641\u0631\u0639\u064a \u0641\u064a \u0645\u062e\u0637\u0637 \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a\u0629. \u0644\u0645 \u064a\u062a\u0645 \u062a\u0636\u0645\u064a\u0646 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0641\u0631\u0639\u064a \u0641\u064a \u062d\u0633\u0627\u0628\u0627\u062a \u0627\u0644\u0645\u0633\u062a\u0648\u0649.", + "Learners see the published subsection and can access its content.": "\u0627\u0644\u0645\u062a\u0639\u0644\u0645\u0648\u0646 \u064a\u0631\u0648\u0646 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0641\u0631\u0639\u064a \u0627\u0644\u0645\u0646\u0634\u0648\u0631 \u0648\u064a\u0645\u0643\u0646\u0647\u0645 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0645\u062d\u062a\u0648\u0627\u0647.", + "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "\u0644\u0627\u0633\u062a\u0639\u0631\u0627\u0636 \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u0645\u062a\u0648\u0641\u0651\u0631 \u0641\u064a \u0647\u0630\u0647 \u0627\u0644\u0648\u062d\u062f\u0629\u060c \u0644\u0627\u0628\u062f\u0651 \u0644\u0644\u0645\u062a\u0639\u0644\u0645\u064a\u0646\u060c \u0645\u0645\u0646 \u0647\u0645 \u0628\u062d\u0627\u062c\u0629 \u0644\u0625\u062c\u0631\u0627\u0621 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642\u060c \u0627\u062c\u062a\u064a\u0627\u0632 \u0646\u0642\u0637\u0629 \u0627\u062e\u062a\u0628\u0627\u0631 \u0628\u064a\u0646\u0645\u0627 \u0633\u064a\u062a\u0645\u0643\u0651\u0646 \u0627\u0644\u0645\u062a\u0639\u0644\u0645\u0648\u0646 \u0645\u0645\u0646 \u0644\u064a\u0633\u0648\u0627 \u0628\u062d\u0627\u062c\u0629 \u0644\u0625\u062c\u0631\u0627\u0621 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642 \u0645\u0646 \u0631\u0624\u064a\u0629 \u0647\u0630\u0627 \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0628\u0634\u0643\u0644 \u0627\u0641\u062a\u0631\u0627\u0636\u064a.", + "Learning Outcome": "\u0646\u062a\u064a\u062c\u0629 \u0627\u0644\u062a\u0639\u0644\u0645", + "Leave Team": "\u0623\u062a\u0631\u0643 \u0627\u0644\u0641\u0631\u064a\u0642", + "Leave this team?": "\u0623\u062a\u0648\u0651\u062f \u062a\u0631\u0643 \u0647\u0630\u0627 \u0627\u0644\u0641\u0631\u064a\u0642\u061f", + "Legal name": "\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0642\u0627\u0646\u0648\u0646\u064a", + "Less": "\u0623\u0642\u0644\u0651", + "Library User": "\u0645\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u0645\u0643\u062a\u0628\u0629", + "License Display": "\u0639\u0631\u0636 \u0627\u0644\u0625\u062c\u0627\u0632\u0629", + "License Type": "\u0646\u0648\u0639 \u0627\u0644\u0625\u062c\u0627\u0632\u0629", + "Limit Access": "\u0627\u0644\u062d\u062f\u0651 \u0645\u0646 \u0635\u0644\u0627\u062d\u064a\u0629 \u0627\u0644\u0648\u0635\u0648\u0644", + "Link Description": "\u0648\u0635\u0641 \u0627\u0644\u0631\u0627\u0628\u0637", + "Link Your Account": "\u0627\u0631\u0628\u0637 \u062d\u0633\u0627\u0628\u0643", + "Link your {accountName} account": "\u0627\u0631\u0628\u0637 \u062d\u0633\u0627\u0628\u0643 \u0639\u0644\u0649 {accountName}", + "Link your {accountName} account to your {platformName} account and use {accountName} to sign in to {platformName}.": "\u0627\u0631\u0628\u0637 \u062d\u0633\u0627\u0628\u0643 \u0639\u0644\u0649 {accountName} \u0645\u0639 \u062d\u0633\u0627\u0628\u0643 \u0639\u0644\u0649 {platformName}. \u0648\u0628\u0647\u0630\u0627 \u062a\u0633\u062a\u0637\u064a\u0639 \u0623\u0646 \u062a\u0633\u062c\u0644 \u062f\u062e\u0648\u0644\u0643 \u0641\u064a {platformName} \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u062d\u0633\u0627\u0628\u0643 \u0641\u064a {accountName}.", + "Linked Accounts": "\u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a \u0627\u0644\u0645\u0631\u062a\u0628\u0637\u0629", + "Linking": "\u0627\u0644\u0631\u0628\u0637", + "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "\u064a\u062c\u0631\u064a \u0627\u0633\u062a\u062d\u062f\u0627\u062b \u0627\u0644\u0631\u0648\u0627\u0628\u0637 \u0639\u0646\u062f \u0627\u0644\u0637\u0644\u0628 \u0648\u064a\u0646\u062a\u0647\u064a \u0645\u0641\u0639\u0648\u0644\u0647\u0627 \u0641\u064a \u063a\u0636\u0648\u0646 5 \u062f\u0642\u0627\u0626\u0642 \u0646\u0638\u0631\u064b\u0627 \u0644\u062d\u0633\u0627\u0633\u064a\u0629 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0637\u0627\u0644\u0628.", + "List item": "\u0623\u062d\u062f \u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0642\u0627\u0626\u0645\u0629", + "List of uploaded files and assets in this course": "\u0642\u0627\u0626\u0645\u0629 \u0628\u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0648\u0628\u0627\u0644\u0645\u0648\u0627\u062f \u0627\u0644\u0645\u0644\u062d\u0642\u0629 \u0627\u0644\u0645\u062d\u0645\u0651\u0644\u0629 \u0636\u0645\u0646 \u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u0627\u0642", + "Live view of webcam": "\u0628\u062b \u0645\u0628\u0627\u0634\u0631 \u0639\u0628\u0631 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627", + "Load Another File": "\u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641 \u0622\u062e\u0631", + "Load all responses": "\u062a\u062d\u0645\u064a\u0644 \u0643\u0627\u0641\u0629 \u0627\u0644\u0631\u062f\u0648\u062f", + "Load more": "\u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0645\u0632\u064a\u062f", + "Load next {numResponses} responses": "\u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0631\u062f\u0648\u062f {numResponses} \u0627\u0644\u062a\u0627\u0644\u064a\u0629", + "Loading": "\u062c\u0627\u0631\u064a \u0627\u0644\u062a\u062d\u0645\u064a\u0644", + "Loading content": "\u062c\u0627\u0631\u064a \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0645\u062d\u062a\u0648\u0649", + "Loading data...": "\u062c\u0627\u0631\u064a \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a...", + "Loading more threads": "\u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u0645\u0648\u0627\u0636\u064a\u0639", + "Loading posts list": "\u062a\u062d\u0645\u064a\u0644 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u0627\u062a", + "Loading your courses": "\u062c\u0627\u0631\u064a \u062a\u062d\u0645\u064a\u0644 \u0645\u0633\u0627\u0642\u0627\u062a\u0643", + "Location in Course": "\u0627\u0644\u0645\u0648\u0642\u0639 \u0641\u064a \u0627\u0644\u0645\u0633\u0627\u0642", + "Lock this asset": "\u0642\u0641\u0644 \u0647\u0630\u0647 \u0627\u0644\u0645\u0627\u062f\u0629 \u0627\u0644\u0645\u0644\u062d\u0642\u0629", + "Lock/unlock file": "\u0642\u0641\u0644/\u0641\u062a\u062d \u0627\u0644\u0645\u0644\u0641\u0651", + "MB": "\u0645\u064a\u063a\u0627 \u0628\u0627\u064a\u062a", + "Make sure that the full name on your account matches the name on your ID.": "\u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0623\u0646\u0651 \u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0643\u0627\u0645\u0644 \u0627\u0644\u0645\u0648\u062c\u0648\u062f \u0641\u064a \u062d\u0633\u0627\u0628\u0643 \u064a\u062a\u0637\u0627\u0628\u0642 \u0645\u0639 \u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0645\u0648\u062c\u0648\u062f \u0639\u0644\u0649 \u0628\u0637\u0627\u0642\u062a\u0643 \u0627\u0644\u0634\u062e\u0635\u064a\u0629. ", + "Make sure we can verify your identity with the photos and information you have provided.": "\u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0623\u0646\u0651 \u0627\u0644\u0635\u0648\u0631 \u0648\u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u062a\u064a \u0642\u062f\u0651\u0645\u062a\u0647\u0627 \u062a\u0645\u0643\u0651\u0646\u0646\u0627 \u0645\u0646 \u0627\u0644\u062a\u062d\u0642\u0651\u0642 \u0645\u0646 \u0647\u0648\u064a\u0651\u062a\u0643. ", + "Make sure your ID is well-lit": "\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0623\u0646\u0651 \u0627\u0644\u0625\u0636\u0627\u0621\u0629 \u062c\u064a\u0651\u062f\u0629 \u0639\u0644\u0649 \u0628\u0637\u0627\u0642\u062a\u0643 \u0627\u0644\u0634\u062e\u0635\u064a\u0629", + "Make sure your face is well-lit": "\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0623\u0646\u0651 \u0627\u0644\u0625\u0636\u0627\u0621\u0629 \u062c\u064a\u0651\u062f\u0629 \u0639\u0644\u0649 \u0648\u062c\u0647\u0643 ", + "Make this subsection available as a prerequisite to other content": "\u0627\u062c\u0639\u0644 \u0645\u0646 \u0645\u062d\u062a\u0648\u0649 \u0647\u0630\u0647 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0641\u0631\u0639\u064a \u0645\u062a\u0648\u0641\u0631\u064b\u0627 \u0643\u0645\u062a\u0637\u0644\u0628 \u0623\u0633\u0627\u0633\u064a \u0644\u0645\u062d\u062a\u0648\u0649 \u0622\u062e\u0631.", + "Manual": "\u064a\u062f\u0648\u064a", + "Mark Exam As Completed": "\u0623\u0634\u0651\u0631 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0628\u0639\u0644\u0627\u0645\u0629 \u2019\u0627\u0633\u062a\u064f\u0643\u0645\u0644\u2018", + "Mark as Answer": "\u0627\u0644\u062a\u062d\u062f\u064a\u062f \u0643\u0625\u062c\u0627\u0628\u0629", + "Mark enrollment code as unused": "\u0648\u0633\u0645 \u0631\u0645\u0632 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0639\u0644\u0649 \u0623\u0646\u0651\u0647 \u063a\u064a\u0631 \u0645\u0633\u062a\u062e\u062f\u0645", + "Markdown Editing Help": "\u0644\u0644\u0645\u0633\u0627\u0639\u062f\u0629 \u0641\u064a \u062a\u062d\u0631\u064a\u0631 \u0644\u063a\u0629 \u0645\u0627\u0631\u0643\u062f\u0627\u0648\u0646", + "Max file size exceeded": "\u062c\u0631\u0649 \u062a\u062c\u0627\u0648\u0632 \u0627\u0644\u062d\u062f\u0651 \u0627\u0644\u0623\u0642\u0635\u0649 \u0627\u0644\u0645\u0633\u0645\u0648\u062d \u0628\u0647 \u0644\u062d\u062c\u0645 \u0627\u0644\u0645\u0644\u0641. ", + "Membership": "\u0627\u0644\u0639\u0636\u0648\u064a\u0629", + "Message:": "\u0627\u0644\u0631\u0633\u0627\u0644\u0629:", + "Midnight": "\u0645\u0646\u062a\u0635\u0641 \u0627\u0644\u0644\u064a\u0644", + "Minimum Score:": "\u0627\u0644\u062d\u062f\u0651 \u0627\u0644\u0623\u062f\u0646\u0649 \u0644\u0644\u0645\u062c\u0645\u0648\u0639:", + "Module state successfully deleted.": "\u062c\u0631\u0649 \u0628\u0646\u062c\u0627\u062d \u062d\u0630\u0641 \u062d\u0627\u0644\u0629 \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a\u0629.", + "More": "\u0627\u0644\u0645\u0632\u064a\u062f", + "Must be a Staff User to Perform this request.": "\u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0639\u0636\u0648 \u0637\u0627\u0642\u0645 \u0645\u0646 \u0623\u062c\u0644 \u0627\u0644\u0642\u064a\u0627\u0645 \u0628\u0647\u0630\u0627 \u0627\u0644\u0637\u0644\u0628.", + "Must complete verification checkpoint": " \u064a\u062c\u0628 \u0625\u062a\u0645\u0627\u0645 \u0646\u0642\u0637\u0629 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631 \u0627\u0644\u062e\u0627\u0635\u0651\u0629 \u0628\u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642", + "My Orders": "\u0637\u0644\u0628\u0627\u062a \u0634\u0631\u0627\u0626\u064a", + "My Team": "\u0641\u0631\u064a\u0642\u064a", + "N/A": "\u063a\u064a\u0631 \u0645\u062a\u0648\u0641\u0651\u0631", + "Name": "\u0627\u0644\u0627\u0633\u0645", + "Name ": "\u0627\u0644\u0627\u0633\u0645 ", + "Name of the certificate": "\u0627\u0633\u0645 \u0627\u0644\u0634\u0647\u0627\u062f\u0629", + "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "\u0627\u0633\u0645 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0627\u062a \u0627\u0644\u062a\u064a \u0633\u064a\u064f\u0648\u0632\u0651\u064e\u0639 \u0639\u0644\u064a\u0647\u0627 \u0627\u0644\u0637\u0644\u0627\u0628\u060c \u0645\u062b\u0644\u0627\u064b \u2019\u0627\u0644\u062a\u062d\u0643\u0651\u0645\u2018\u060c \u0623\u0648 \u2019\u0627\u0644\u0641\u064a\u062f\u064a\u0648\u2018\u060c \u0623\u0648 \u2019\u0627\u0644\u0645\u0633\u0627\u0626\u0644\u2018. \u064a\u062c\u0628 \u0623\u0646 \u062a\u062a\u0648\u0641\u0631 \u0644\u062f\u064a\u0643 \u0645\u062c\u0645\u0648\u0639\u062a\u0627\u0646 \u0623\u0648 \u0623\u0643\u062b\u0631.", + "Name of the signatory": "\u0627\u0633\u0645 \u0627\u0644\u0645\u0648\u0642\u0651\u0650\u0639", + "Name or short description of the configuration": "\u0627\u0633\u0645 \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0623\u0648 \u0648\u0635\u0641 \u0645\u0648\u062c\u064e\u0632 \u0639\u0646\u0647\u0627", + "Never published": "\u0644\u0645 \u062a\u064f\u0646\u0634\u064e\u0631 \u0642\u0637\u0651", + "New %(item_type)s": "%(item_type)s \u062c\u062f\u064a\u062f", + "New Address": "\u0639\u0646\u0648\u0627\u0646 \u062c\u062f\u064a\u062f", + "New enrollment mode:": "\u0648\u0636\u0639 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062c\u062f\u064a\u062f:", + "Next": "\u0627\u0644\u062a\u0627\u0644\u064a", + "Next Step: Confirm your identity": "\u0627\u0644\u062e\u0637\u0648\u0629 \u0627\u0644\u062a\u0627\u0644\u064a\u0629: \u062a\u0623\u0643\u064a\u062f \u0647\u0648\u064a\u0651\u062a\u0643", + "Next: %(nextStepTitle)s": "\u0627\u0644\u062a\u0627\u0644\u064a: %(nextStepTitle)s", + "No Content Group": "\u0644\u0627 \u062a\u0648\u062c\u062f \u0645\u062c\u0645\u0648\u0639\u0629 \u0645\u062d\u062a\u0648\u0649", + "No EdX Timed Transcript": "\u0644\u0627 \u064a\u0648\u062c\u062f \u0644\u062f\u0649 EdX \u0646\u0635 \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a ", + "No Flash Detected": "\u0644\u0645 \u064a\u064f\u0639\u062b\u0631 \u0639\u0644\u0649 \u0627\u0644\u0641\u0644\u0627\u0634 ", + "No Timed Transcript": "\u0644\u0627 \u064a\u0648\u062c\u062f \u0646\u0635 \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a", + "No Webcam Detected": "\u0644\u0645 \u064a\u064f\u0639\u062b\u0631 \u0639\u0644\u0649 \u0643\u0627\u0645\u064a\u0631\u0627 \u0627\u0644\u0648\u064a\u0628 ", + "No content-specific discussion topics exist.": "\u0644\u0627 \u062a\u0648\u062c\u062f \u0623\u064a \u0645\u0648\u0627\u0636\u064a\u0639 \u0646\u0642\u0627\u0634 \u062e\u0627\u0635\u0629 \u0628\u0627\u0644\u0645\u062d\u062a\u0648\u0649.", + "No description available": "\u0644\u0627 \u064a\u062a\u0648\u0641\u0651\u0631 \u0623\u064a \u0648\u0635\u0641.", + "No prerequisite": "\u0644\u0627 \u064a\u0648\u062c\u062f \u0645\u062a\u0637\u0644\u0651\u0628\u0627\u062a \u0623\u0633\u0627\u0633\u064a\u0629", + "No receipt available": "\u0644\u064a\u0633 \u0647\u0646\u0627\u0643 \u0645\u0646 \u0625\u064a\u0635\u0627\u0644. ", + "No results": "\u0644\u0627 \u0646\u062a\u0627\u0626\u062c", + "No results found for \"%(query_string)s\". Please try searching again.": "\u0639\u0630\u0631\u064b\u0627\u060c \u0644\u0645 \u0646\u0639\u062b\u0631 \u0639\u0644\u0649 \u0646\u062a\u0627\u0626\u062c \u0644\u0640 \"%(query_string)s\". \u064a\u064f\u0631\u062c\u0649 \u0645\u062d\u0627\u0648\u0644\u0629 \u0627\u0644\u0628\u062d\u062b \u0645\u0631\u0651\u0629 \u0623\u062e\u0631\u0649. ", + "No tasks currently running.": "\u0644\u0627 \u062a\u0648\u062c\u062f \u0645\u0647\u0627\u0645 \u062c\u0627\u0631\u064a\u0629 \u062d\u0627\u0644\u064a\u0651\u064b\u0627.", + "No validation is performed on policy keys or value pairs. If you are having difficulties, check your formatting.": "\u0644\u0645 \u064a\u062c\u0631\u064a \u062a\u0646\u0641\u064a\u0630 \u0639\u0645\u0644\u064a\u0629 \u062a\u062d\u0642\u0651\u0642 \u0645\u0646 \u0635\u062d\u0651\u0629 \u0632\u0648\u062c \u0627\u0644\u0642\u064a\u0645 \u0623\u0648 \u0645\u0641\u0627\u062a\u064a\u062d \u0627\u0644\u0633\u064a\u0627\u0633\u0629. \u0641\u064a \u062d\u0627\u0644 \u0643\u0646\u062a \u062a\u0648\u0627\u062c\u0647 \u0623\u064a\u0629 \u0645\u0634\u0643\u0644\u0627\u062a\u060c \u064a\u064f\u0631\u062c\u0649 \u0645\u0631\u0627\u062c\u0639\u0629 \u0627\u0644\u062a\u0646\u0633\u064a\u0642.", + "None": "\u0644\u0627 \u0634\u064a\u0621", + "Noon": "\u0627\u0644\u0638\u0647\u0631", + "Not Currently Available": "\u063a\u064a\u0631 \u0645\u062a\u0627\u062d\u064d \u0627\u0644\u0622\u0646", + "Not Graded": "\u063a\u064a\u0631 \u0645\u0642\u064a\u0651\u064e\u0645", + "Not Selected": "\u0644\u0645 \u064a\u062c\u0631\u0650 \u062a\u062d\u062f\u064a\u062f\u0647", + "Not Supported": "\u063a\u064a\u0631 \u0645\u062f\u0639\u0648\u0645", + "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "\u0644\u0645 \u064a\u0645\u0643\u0646 \u062a\u062d\u062f\u064a\u062f \u062f\u0631\u062c\u0629 \u0627\u0644\u0646\u062c\u0627\u062d \u0639\u0646\u062f \u0623\u0642\u0644\u0651 \u0645\u0646 %(minimum_grade_cutoff)s%.", + "Not available": "\u063a\u064a\u0631 \u0645\u062a\u0627\u062d", + "Not in Use": "\u0644\u064a\u0633 \u0642\u064a\u062f \u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645", + "Not selected": "\u063a\u064a\u0631 \u0645\u0646\u062a\u0642\u0627\u0629", + "Note": "\u0645\u0644\u0627\u062d\u0638\u0629", + "Note: Do not hide graded assignments after they have been released.": "\u0645\u0644\u0627\u062d\u0638\u0629: \u0644\u0627 \u062a\u0642\u0645 \u0628\u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u0645\u0647\u0627\u0645 \u0627\u0644\u0645\u062a\u062f\u0631\u062c\u0629 \u0628\u0639\u062f \u0625\u0637\u0644\u0627\u0642\u0647\u0627. ", "Note: You are %s hour ahead of server time.": [ - "\u0645\u0644\u0627\u062d\u0638\u0629: \u0623\u0646\u062a \u0645\u062a\u0642\u062f\u0645 \u0628\u0640 %s \u0633\u0627\u0639\u0629 \u0645\u0646 \u0648\u0642\u062a \u0627\u0644\u062e\u0627\u062f\u0645.", - "\u0645\u0644\u0627\u062d\u0638\u0629: \u0623\u0646\u062a \u0645\u062a\u0642\u062f\u0645 \u0628\u0640 %s \u0633\u0627\u0639\u0629 \u0645\u0646 \u0648\u0642\u062a \u0627\u0644\u062e\u0627\u062f\u0645.", - "\u0645\u0644\u0627\u062d\u0638\u0629: \u0623\u0646\u062a \u0645\u062a\u0642\u062f\u0645 \u0628\u0640 %s \u0633\u0627\u0639\u0629 \u0645\u0646 \u0648\u0642\u062a \u0627\u0644\u062e\u0627\u062f\u0645.", - "\u0645\u0644\u0627\u062d\u0638\u0629: \u0623\u0646\u062a \u0645\u062a\u0642\u062f\u0645 \u0628\u0640 %s \u0633\u0627\u0639\u0629 \u0645\u0646 \u0648\u0642\u062a \u0627\u0644\u062e\u0627\u062f\u0645.", - "\u0645\u0644\u0627\u062d\u0638\u0629: \u0623\u0646\u062a \u0645\u062a\u0642\u062f\u0645 \u0628\u0640 %s \u0633\u0627\u0639\u0629 \u0645\u0646 \u0648\u0642\u062a \u0627\u0644\u062e\u0627\u062f\u0645.", + "\u0645\u0644\u0627\u062d\u0638\u0629: \u0623\u0646\u062a \u0645\u062a\u0642\u062f\u0645 \u0628\u0640 %s \u0633\u0627\u0639\u0629 \u0645\u0646 \u0648\u0642\u062a \u0627\u0644\u062e\u0627\u062f\u0645.", + "\u0645\u0644\u0627\u062d\u0638\u0629: \u0623\u0646\u062a \u0645\u062a\u0642\u062f\u0645 \u0628\u0640 %s \u0633\u0627\u0639\u0629 \u0645\u0646 \u0648\u0642\u062a \u0627\u0644\u062e\u0627\u062f\u0645.", + "\u0645\u0644\u0627\u062d\u0638\u0629: \u0623\u0646\u062a \u0645\u062a\u0642\u062f\u0645 \u0628\u0640 %s \u0633\u0627\u0639\u0629 \u0645\u0646 \u0648\u0642\u062a \u0627\u0644\u062e\u0627\u062f\u0645.", + "\u0645\u0644\u0627\u062d\u0638\u0629: \u0623\u0646\u062a \u0645\u062a\u0642\u062f\u0645 \u0628\u0640 %s \u0633\u0627\u0639\u0629 \u0645\u0646 \u0648\u0642\u062a \u0627\u0644\u062e\u0627\u062f\u0645.", + "\u0645\u0644\u0627\u062d\u0638\u0629: \u0623\u0646\u062a \u0645\u062a\u0642\u062f\u0645 \u0628\u0640 %s \u0633\u0627\u0639\u0629 \u0645\u0646 \u0648\u0642\u062a \u0627\u0644\u062e\u0627\u062f\u0645.", "\u0645\u0644\u0627\u062d\u0638\u0629: \u0623\u0646\u062a \u0645\u062a\u0642\u062f\u0645 \u0628\u0640 %s \u0633\u0627\u0639\u0629 \u0645\u0646 \u0648\u0642\u062a \u0627\u0644\u062e\u0627\u062f\u0645." - ], + ], "Note: You are %s hour behind server time.": [ - "\u0645\u0644\u0627\u062d\u0638\u0629: \u0623\u0646\u062a \u0645\u062a\u0623\u062e\u0631 \u0628\u0640 %s \u0633\u0627\u0639\u0629 \u0645\u0646 \u0648\u0642\u062a \u0627\u0644\u062e\u0627\u062f\u0645.", - "\u0645\u0644\u0627\u062d\u0638\u0629: \u0623\u0646\u062a \u0645\u062a\u0623\u062e\u0631 \u0628\u0640 %s \u0633\u0627\u0639\u0629 \u0645\u0646 \u0648\u0642\u062a \u0627\u0644\u062e\u0627\u062f\u0645.", - "\u0645\u0644\u0627\u062d\u0638\u0629: \u0623\u0646\u062a \u0645\u062a\u0623\u062e\u0631 \u0628\u0640 %s \u0633\u0627\u0639\u0629 \u0645\u0646 \u0648\u0642\u062a \u0627\u0644\u062e\u0627\u062f\u0645.", - "\u0645\u0644\u0627\u062d\u0638\u0629: \u0623\u0646\u062a \u0645\u062a\u0623\u062e\u0631 \u0628\u0640 %s \u0633\u0627\u0639\u0629 \u0645\u0646 \u0648\u0642\u062a \u0627\u0644\u062e\u0627\u062f\u0645.", - "\u0645\u0644\u0627\u062d\u0638\u0629: \u0623\u0646\u062a \u0645\u062a\u0623\u062e\u0631 \u0628\u0640 %s \u0633\u0627\u0639\u0629 \u0645\u0646 \u0648\u0642\u062a \u0627\u0644\u062e\u0627\u062f\u0645.", + "\u0645\u0644\u0627\u062d\u0638\u0629: \u0623\u0646\u062a \u0645\u062a\u0623\u062e\u0631 \u0628\u0640 %s \u0633\u0627\u0639\u0629 \u0645\u0646 \u0648\u0642\u062a \u0627\u0644\u062e\u0627\u062f\u0645.", + "\u0645\u0644\u0627\u062d\u0638\u0629: \u0623\u0646\u062a \u0645\u062a\u0623\u062e\u0631 \u0628\u0640 %s \u0633\u0627\u0639\u0629 \u0645\u0646 \u0648\u0642\u062a \u0627\u0644\u062e\u0627\u062f\u0645.", + "\u0645\u0644\u0627\u062d\u0638\u0629: \u0623\u0646\u062a \u0645\u062a\u0623\u062e\u0631 \u0628\u0640 %s \u0633\u0627\u0639\u0629 \u0645\u0646 \u0648\u0642\u062a \u0627\u0644\u062e\u0627\u062f\u0645.", + "\u0645\u0644\u0627\u062d\u0638\u0629: \u0623\u0646\u062a \u0645\u062a\u0623\u062e\u0631 \u0628\u0640 %s \u0633\u0627\u0639\u0629 \u0645\u0646 \u0648\u0642\u062a \u0627\u0644\u062e\u0627\u062f\u0645.", + "\u0645\u0644\u0627\u062d\u0638\u0629: \u0623\u0646\u062a \u0645\u062a\u0623\u062e\u0631 \u0628\u0640 %s \u0633\u0627\u0639\u0629 \u0645\u0646 \u0648\u0642\u062a \u0627\u0644\u062e\u0627\u062f\u0645.", "\u0645\u0644\u0627\u062d\u0638\u0629: \u0623\u0646\u062a \u0645\u062a\u0623\u062e\u0631 \u0628\u0640 %s \u0633\u0627\u0639\u0629 \u0645\u0646 \u0648\u0642\u062a \u0627\u0644\u062e\u0627\u062f\u0645." - ], - "Noted in:": "\u0644\u0648\u062d\u0650\u0638 \u0641\u064a:", - "Notes": "\u0645\u0644\u0627\u062d\u0638\u0627\u062a", - "Notes hidden": "\u0627\u0644\u0645\u0644\u0627\u062d\u0638\u0627\u062a \u0645\u062e\u0641\u064a\u0629", - "Notes visible": "\u0627\u0644\u0645\u0644\u0627\u062d\u0638\u0627\u062a \u0645\u0631\u0626\u064a\u0629", - "Now": "\u0627\u0644\u0622\u0646", - "Number Sent": "\u0627\u0644\u0639\u062f\u062f \u0627\u0644\u0645\u0631\u0633\u064e\u0644", - "Number of Droppable": "\u0639\u062f\u062f \u0627\u0644\u0645\u0633\u0627\u0642\u0627\u062a \u0627\u0644\u062a\u064a \u064a\u0645\u0643\u0646 \u0627\u0644\u0627\u0646\u0633\u062d\u0627\u0628 \u0645\u0646\u0647\u0627", - "Number of Students": "\u0639\u062f\u062f \u0627\u0644\u0637\u0644\u0651\u0627\u0628", - "Numbered List (Ctrl+O)": "\u0642\u0627\u0626\u0645\u0629 \u0645\u0631\u0642\u0651\u0645\u0629 (Ctrl+O)", - "OK": "\u0645\u0648\u0627\u0641\u0642", - "ORDER NAME": "\u0627\u0633\u0645 \u0627\u0644\u0637\u0644\u0628", - "ORDER NUMBER": "\u0631\u0642\u0645 \u0627\u0644\u0637\u0644\u0628", - "ORDER PLACED": "\u062a\u0645 \u0648\u0636\u0639 \u0627\u0644\u0637\u0644\u0628", - "Once in position, use the camera button {icon} to capture your ID": "\u0627\u0633\u062a\u062e\u062f\u0645 \u0632\u0631 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627 {icon} \u0644\u0627\u0644\u062a\u0642\u0627\u0637 \u0635\u0648\u0631\u0629 \u0628\u0637\u0627\u0642\u062a\u0643 \u0627\u0644\u0634\u062e\u0635\u064a\u0629", - "Once in position, use the camera button {icon} to capture your photo": "\u0627\u0633\u062a\u062e\u062f\u0645 \u0632\u0631 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627 {icon} \u0644\u0627\u0644\u062a\u0642\u0627\u0637 \u0635\u0648\u0631\u062a\u0643 \u0627\u0644\u0634\u062e\u0635\u064a\u0629 ", - "One or more rescheduling tasks failed.": "\u0644\u0645 \u062a\u0646\u062c\u062d \u0639\u0645\u0644\u064a\u0629 \u0648\u0627\u062d\u062f\u0629 \u0623\u0648 \u0623\u0643\u062b\u0631 \u0645\u0646 \u0639\u0645\u0644\u064a\u0627\u062a \u0625\u0639\u0627\u062f\u0629 \u062c\u062f\u0648\u0644\u0629 \u0627\u0644\u0645\u0647\u0627\u0645\u0651.", - "Only properly formatted .csv files will be accepted.": "\u0644\u0646 \u062a\u064f\u0642\u0628\u0644 \u0633\u0648\u0649 \u0645\u0644\u0641\u0651\u0627\u062a .csv \u0627\u0644\u0645\u0646\u0633\u0651\u0642\u0629 \u062a\u0646\u0633\u064a\u0642\u064b\u0627 \u0635\u062d\u064a\u062d\u064b\u0627. ", - "Only the parent course staff of a CCX can create content groups.": "\u064a\u0645\u0643\u0646 \u0641\u0642\u0637 \u0644\u0637\u0627\u0642\u0645 \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u0623\u0645 \u0644\u0640 CCX \u0625\u0646\u0634\u0627\u0621 \u0645\u062c\u0645\u0648\u0639\u0627\u062a \u0627\u0644\u0645\u062d\u062a\u0648\u0649.", - "Open": "\u0641\u062a\u062d", - "Open/download this file": "\u0641\u062a\u062d/\u062a\u0646\u0632\u064a\u0644 \u0647\u0630\u0627 \u0627\u0644\u0645\u0644\u0641\u0651", - "Option Deleted": "\u062c\u0631\u0649 \u062d\u0630\u0641 \u0627\u0644\u062e\u064a\u0627\u0631.", - "Optional Characteristics": "\u0627\u0644\u062e\u0635\u0627\u0626\u0635 \u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631\u064a\u0629", - "Optional long description": "\u0648\u0635\u0641 \u0627\u062e\u062a\u064a\u0627\u0631\u064a \u0645\u0637\u0648\u0651\u064e\u0644", - "Options for {license_name}": "\u062e\u064a\u0627\u0631\u0627\u062a {license_name}", - "Order Details": "\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0637\u0644\u0628\u064a\u0629", - "Order History": "\u0627\u0644\u0645\u0634\u062a\u0631\u064a\u0627\u062a \u0627\u0644\u0633\u0627\u0628\u0642\u0629", - "Order No.": "\u0631\u0642\u0645 \u0627\u0644\u0637\u0644\u0628 ", - "Organization": "\u0627\u0644\u0645\u0624\u0633\u0651\u0633\u0629", - "Organization ": "\u0627\u0644\u0645\u0624\u0633\u0633\u0629", - "Organization Name": "\u0627\u0633\u0645 \u0627\u0644\u0645\u0624\u0633\u0633\u0629", - "Organization of the signatory": "\u0645\u0624\u0633\u0651\u0633\u0629 \u0627\u0644\u0645\u0648\u0642\u0651\u0650\u0639", - "Other": "\u063a\u064a\u0631 \u0630\u0644\u0643", - "Overall Score": "\u0627\u0644\u0646\u062a\u064a\u062c\u0629 \u0627\u0644\u0643\u0644\u064a\u0629", - "Page number out of %(total_pages)s": "\u0631\u0642\u0645 \u0627\u0644\u0635\u0641\u062d\u0629 \u0645\u0646 \u0645\u062c\u0645\u0648\u0639 %(total_pages)s", - "Pagination": "\u062a\u0631\u0642\u064a\u0645 \u0627\u0644\u0635\u0641\u062d\u0627\u062a", - "Passed Proctoring": "\u0639\u0628\u0631 \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629", - "Password": "\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631", - "Password assistance": "\u0627\u0644\u0645\u0633\u0627\u0639\u062f\u0629 \u0628\u062e\u0635\u0648\u0635 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631", - "Path to Signature Image": "\u0645\u0633\u0627\u0631 \u0645\u0648\u0642\u0639 \u0635\u0648\u0631\u0629 \u0627\u0644\u062a\u0648\u0642\u064a\u0639", - "Pending Session Review": "\u0645\u0631\u0627\u062c\u0639\u0629 \u062c\u0644\u0633\u0629 \u0627\u0644\u0645\u0639\u0644\u0642\u0629", - "Photo": "\u0635\u0648\u0631\u0629", - "Photo Captured successfully.": "\u062c\u0631\u0649 \u0627\u0644\u062a\u0642\u0627\u0637 \u0627\u0644\u0635\u0648\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", - "Photo ID": "\u0631\u0642\u0645 \u0627\u0644\u0635\u0648\u0631\u0629", - "Photo Identification": "\u0648\u062b\u064a\u0642\u0629 \u0625\u062b\u0628\u0627\u062a \u0634\u062e\u0635\u064a\u0629 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0635\u0648\u0631\u0629 ", - "Photo of %(fullName)s": "\u0635\u0648\u0631\u0629 \u0644\u0640 %(fullName)s", - "Photo of %(fullName)s's ID": "\u0635\u0648\u0631\u0629 \u0627\u0644\u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0634\u062e\u0635\u064a\u0629 \u0644\u0640 %(fullName)s", - "Photo requirements:": "\u0645\u062a\u0637\u0644\u0651\u0628\u0627\u062a \u0627\u0644\u0635\u0648\u0631\u0629:", - "Photos don't meet the requirements?": "\u0644\u0627 \u062a\u0644\u0628\u0651\u064a \u0627\u0644\u0635\u0648\u0631 \u0627\u0644\u0645\u062a\u0637\u0644\u0651\u0628\u0627\u062a\u061f ", - "Pin": "\u062a\u062b\u0628\u064a\u062a", - "Pinned": "\u0645\u064f\u062b\u064e\u0628\u0651\u064e\u062a", - "Placeholder": "\u0645\u0648\u0636\u0639 \u0627\u0644\u0641\u0644\u0627\u0634", - "Please Note": "\u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0645\u0644\u0627\u062d\u0638\u0629", - "Please add a photo of the instructor (Note: only JPEG or PNG format supported)": "\u0642\u0645 \u0628\u0625\u0636\u0627\u0641\u0629 \u0635\u0648\u0631\u0629 \u0644\u0644\u0645\u0639\u0644\u0645 (\u0645\u0644\u0627\u062d\u0638\u0629: \u0627\u0644\u0635\u0648\u0631 \u0628\u0635\u064a\u063a\u0629 JPEG \u0623\u0648 PNG \u0647\u064a \u0641\u0642\u0637 \u0627\u0644\u0645\u062f\u0639\u0648\u0645\u0629)", - "Please add the institute where the instructor is associated": "\u0627\u0644\u0631\u062c\u0627\u0621 \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u0630\u064a \u064a\u0646\u062a\u0633\u0628 \u0644\u0647 \u0627\u0644\u0645\u0639\u0644\u0645", - "Please add the instructor's biography": "\u0627\u0644\u0631\u062c\u0627\u0621 \u0625\u0636\u0627\u0641\u0629 \u0633\u064a\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0651\u0645", - "Please add the instructor's name": "\u0627\u0644\u0631\u062c\u0627\u0621 \u0625\u0636\u0627\u0641\u0629 \u0627\u0633\u0645 \u0627\u0644\u0645\u0639\u0644\u0645", - "Please add the instructor's title": "\u0642\u0645 \u0628\u0625\u0636\u0627\u0641\u0629 \u0644\u0642\u0628 \u0627\u0644\u0645\u0639\u0644\u0645", - "Please address the errors on this page first, and then save your progress.": "\u064a\u064f\u0631\u062c\u0649 \u062a\u0635\u062d\u064a\u062d \u0627\u0644\u0623\u062e\u0637\u0627\u0621 \u0641\u064a \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062d\u0629 \u0623\u0648\u0651\u0644\u064b\u0627\u060c \u062b\u0645 \u062d\u0641\u0651\u0638 \u062e\u0637\u0648\u0627\u062a \u062a\u0642\u062f\u0651\u0645\u0643.", - "Please check the following validation feedbacks and reflect them in your course settings:": "\u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 \u0645\u0644\u0627\u062d\u0638\u0627\u062a \u0627\u0644\u062a\u062d\u0642\u0651\u0642 \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0648\u0625\u062c\u0631\u0627\u0621 \u0645\u0627 \u064a\u0644\u0632\u0645 \u0645\u0646 \u062a\u0639\u062f\u064a\u0644\u0627\u062a \u0639\u0644\u0649 \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0645\u0633\u0627\u0642\u0643.", - "Please correct the outlined fields.": "\u064a\u064f\u0631\u062c\u0649 \u062a\u0635\u062d\u064a\u062d \u0627\u0644\u062d\u0642\u0648\u0644 \u0627\u0644\u0645\u062d\u062f\u0651\u062f\u0629.", - "Please describe this image or agree that it has no contextual value by checking the checkbox.": "\u064a\u064f\u0631\u062c\u0649 \u0648\u0635\u0641 \u0647\u0630\u0647 \u0627\u0644\u0635\u0648\u0631\u0629 \u0623\u0648 \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629 \u0639\u0644\u0649 \u0639\u062f\u0645 \u0627\u062d\u062a\u0648\u0627\u0626\u0647\u0627 \u0639\u0644\u0649 \u0642\u064a\u0645\u0629 \u0633\u064a\u0627\u0642\u064a\u0629 \u0648\u0630\u0644\u0643 \u0628\u062a\u062d\u062f\u064a\u062f \u0645\u0631\u0628\u0639 \u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631.", - "Please do not use any spaces in this field.": "\u064a\u064f\u0631\u062c\u0649 \u0639\u062f\u0645 \u0625\u062f\u062e\u0627\u0644 \u0623\u064a \u0645\u0633\u0627\u0641\u0627\u062a \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u062d\u0642\u0644.", - "Please do not use any spaces or special characters in this field.": "\u064a\u064f\u0631\u062c\u0649 \u0639\u062f\u0645 \u0625\u062f\u062e\u0627\u0644 \u0623\u064a \u0645\u0633\u0627\u0641\u0627\u062a \u0623\u0648 \u0623\u062d\u0631\u0641 \u062e\u0627\u0635\u0629 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u062d\u0642\u0644.", - "Please enter a problem location.": "\u064a\u064f\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062e\u0627\u0635 \u0628\u0627\u0644\u0645\u0633\u0623\u0644\u0629.", - "Please enter a student email address or username.": "\u064a\u064f\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u062e\u0627\u0635 \u0628\u0627\u0644\u0637\u0627\u0644\u0628 \u0623\u0648 \u0639\u0646\u0648\u0627\u0646 \u0628\u0631\u064a\u062f\u0647 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a.", - "Please enter a term in the {anchorStart} search field{anchorEnd}.": "\u064a\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0645\u0635\u0637\u0644\u062d \u0641\u064a {anchorStart}\u0635\u0646\u062f\u0648\u0642 \u0627\u0644\u0628\u062d\u062b{anchorEnd}. ", - "Please enter a username or email.": "\u064a\u064f\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0627\u0633\u0645 \u0645\u0633\u062a\u062e\u062f\u0645 \u0627\u0648 \u0639\u0646\u0648\u0627\u0646 \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a.", - "Please enter a valid donation amount.": "\u064a\u064f\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0645\u0628\u0644\u063a \u062a\u0628\u0631\u0651\u0639 \u0635\u062d\u064a\u062d.", - "Please enter an integer between %(min)s and %(max)s.": "\u064a\u064f\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0639\u062f\u062f \u0635\u062d\u064a\u062d \u064a\u062a\u0631\u0627\u0648\u062d \u0628\u064a\u0646 %(min)s \u0648%(max)s.", - "Please enter an integer between 0 and 100.": "\u064a\u064f\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0639\u062f\u062f \u0635\u062d\u064a\u062d \u0628\u064a\u0646 0 \u0648 100.", - "Please enter an integer greater than 0.": "\u064a\u064f\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0639\u062f\u062f \u0635\u062d\u064a\u062d \u0623\u0643\u0628\u0631 \u0645\u0646 0.", - "Please enter non-negative integer.": "\u064a\u064f\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0639\u062f\u062f \u0635\u062d\u064a\u062d \u063a\u064a\u0631 \u0633\u0627\u0644\u0628.", - "Please enter valid start date and time.": "\u064a\u064f\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u062a\u0627\u0631\u064a\u062e \u0628\u062f\u0621 \u0648\u062a\u0648\u0642\u064a\u062a \u0635\u0627\u0644\u062d\u064a\u0646.", - "Please enter your %(field)s.": "\u064a\u064f\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0628\u064a\u0627\u0646\u0627\u062a %(field)s.", - "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "\u064a\u064f\u0631\u062c\u0649 \u0627\u062a\u0651\u0628\u0627\u0639 \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u0627\u062a \u0627\u0644\u0648\u0627\u0631\u062f\u0629 \u0647\u0646\u0627 \u0644\u062a\u063a\u064a\u064a\u0631 \u0645\u0643\u0627\u0646 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0645\u0644\u0641\u0651\u0627\u062a \u0627\u0644\u062a\u064a \u064a\u0632\u064a\u062f \u062d\u062c\u0645\u0647\u0627 \u0639\u0646 \u0627\u0644\u062d\u062f \u0627\u0644\u0623\u0642\u0635\u0649 \u0627\u0644\u0645\u0633\u0645\u0648\u062d \u0628\u0647 \u0648\u0644\u0648\u0636\u0639 \u0631\u0627\u0628\u0637 \u0644\u0647\u0627: {maxFileSizeRedirectUrl}", - "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "\u064a\u064f\u0631\u062c\u0649 \u0637\u0628\u0627\u0639\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062d\u0629 \u0644\u0644\u0627\u062d\u062a\u0641\u0627\u0638 \u0628\u0647\u0627 \u0641\u064a \u0633\u062c\u0644\u0651\u0627\u062a\u0643\u060c \u062d\u064a\u062b \u0633\u062a\u0643\u0648\u0646 \u0628\u0645\u062b\u0627\u0628\u0629 \u0625\u064a\u0635\u0627\u0644\u0643. \u0648\u0633\u062a\u0633\u062a\u0644\u0645 \u0623\u064a\u0636\u064b\u0627 \u0631\u0633\u0627\u0644\u0629 \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u062a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0646\u0641\u0633\u0647\u0627. ", - "Please provide a description of the link destination.": "\u064a\u064f\u0631\u062c\u0649 \u0625\u0636\u0627\u0641\u0629 \u062a\u0648\u0635\u064a\u0641 \u0644\u0648\u062c\u0647\u0629 \u0627\u0644\u0631\u0627\u0628\u0637.", - "Please provide a valid URL.": "\u064a\u064f\u0631\u062c\u0649 \u0625\u0636\u0627\u0641\u0629 \u0631\u0627\u0628\u0637 \u0635\u062d\u064a\u062d.", - "Please specify a reason.": "\u064a\u064f\u0631\u062c\u0649 \u062a\u062d\u062f\u064a\u062f \u0633\u0628\u0628", - "Please verify that you have uploaded a valid image (PNG and JPEG).": "\u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u062a\u062d\u0645\u064a\u0644\u0643 \u0644\u0635\u0648\u0631\u0629 \u0635\u0627\u0644\u062d\u0629 (\u0628\u0635\u064a\u063a\u0629 PNG \u0623\u0648 JPEG).", - "Please verify that your webcam is connected and that you have allowed your browser to access it.": "\u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u062d\u0642\u0651\u0642 \u0645\u0646 \u0623\u0646\u0651 \u0643\u0627\u0645\u064a\u0631\u0627 \u0627\u0644\u0648\u064a\u0628 \u0645\u062a\u0651\u0635\u0644\u0629 \u0628\u062d\u0627\u0633\u0648\u0628\u0643 \u0648\u0623\u0646\u0651\u0643 \u0633\u0645\u062d\u062a \u0644\u0645\u062a\u0635\u0641\u0651\u062d\u0643 \u0628\u0627\u0644\u0627\u062a\u0651\u0635\u0627\u0644 \u0628\u0647\u0627.", - "Post": "\u0646\u0634\u0631", - "Post type": "\u0646\u0648\u0639 \u0627\u0644\u0645\u0646\u0634\u0648\u0631", - "Practice Exam Completed": "\u0627\u0645\u062a\u062d\u0627\u0646 \u062a\u0645\u0631\u064a\u0646 \u0645\u0643\u062a\u0645\u0644", - "Practice Exam Failed": "\u0627\u0645\u062a\u062d\u0627\u0646 \u062a\u0645\u0631\u064a\u0646 \u0631\u0627\u0633\u0628", - "Practice Proctored": "\u062a\u0645\u0631\u0651\u0646 \u0645\u0646 \u062e\u0644\u0627\u0644 \u062e\u0648\u0636 \u0627\u0645\u062a\u062d\u0627\u0646 \u0645\u0631\u0627\u0642\u064e\u0628", - "Practice proctored Exam": "\u062c\u0631\u0651\u0628 \u062e\u0648\u0636 \u0627\u0645\u062a\u062d\u0627\u0646 \u0645\u0631\u0627\u0642\u064e\u0628", - "Preferred Language": "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0645\u0641\u0636\u0651\u0644\u0629", - "Prerequisite:": "\u0627\u0644\u0645\u062a\u0637\u0644\u0651\u0628 \u0627\u0644\u0623\u0633\u0627\u0633\u064a:", - "Prerequisite: %(prereq_display_name)s": "\u0645\u062a\u0637\u0644\u0651\u0628 \u0623\u0633\u0627\u0633\u064a: %(prereq_display_name)s", - "Prevent students from generating certificates in this course?": "\u0647\u0644 \u062a\u0631\u064a\u062f \u0645\u0646\u0639 \u0627\u0644\u0637\u0644\u0627\u0628 \u0645\u0646 \u0625\u0639\u062f\u0627\u062f \u0634\u0647\u0627\u062f\u0627\u062a \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u0627\u0642\u061f", - "Preview": "\u0645\u0639\u0627\u064a\u0646\u0629", - "Preview Certificate": "\u0645\u0639\u0627\u064a\u0646\u0629 \u0627\u0644\u0634\u0647\u0627\u062f\u0629", - "Preview of uploaded image": "\u0645\u0639\u0627\u064a\u0646\u0629 \u0627\u0644\u0635\u0648\u0631\u0629 \u0627\u0644\u062a\u064a \u062c\u0631\u0649 \u062a\u062d\u0645\u064a\u0644\u0647\u0627", - "Preview this query": "\u0645\u0639\u0627\u064a\u0646\u0629 \u0647\u0630\u0627 \u0627\u0644\u0627\u0633\u062a\u0641\u0633\u0627\u0631", - "Previous": "\u0627\u0644\u0633\u0627\u0628\u0642", - "Previous Uploads": "\u062a\u062d\u0645\u064a\u0644\u0627\u062a \u0633\u0627\u0628\u0642\u0629", - "Previous Uploads table has been updated.": "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u062a\u062d\u0645\u064a\u0644\u0627\u062a \u0627\u0644\u0633\u0627\u0628\u0642\u0629.", - "Previously published": "\u0646\u064f\u0634\u0631\u062a \u0641\u064a \u0648\u0642\u062a\u064d \u0633\u0627\u0628\u0642", - "Processing Re-run Request": "\u062c\u0627\u0631\u064a \u0645\u0639\u0627\u0644\u062c\u0629 \u0637\u0644\u0628 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0646\u0641\u064a\u0630", - "Proctored": "\u0645\u064f\u0631\u0627\u0642\u0628", - "Proctored Exam": "\u0627\u0645\u062a\u062d\u0627\u0646 \u0645\u0631\u0627\u0642\u064e\u0628", - "Proctored Option Available": "\u062e\u064a\u0627\u0631 \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629 \u0645\u062a\u0627\u062d", - "Proctored Option No Longer Available": "\u062e\u064a\u0627\u0631 \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629 \u0644\u0645 \u064a\u0639\u062f \u0645\u062a\u0648\u0641\u0631\u0627\u064b", - "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.": "\u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629 \u0645\u062d\u062f\u0651\u062f\u0629 \u0627\u0644\u062a\u0648\u0642\u064a\u062a\u060c \u0648\u0633\u064a\u064f\u0633\u062c\u0651\u0644 \u0645\u0642\u0637\u0639 \u0641\u064a\u062f\u064a\u0648 \u0644\u0643\u0644 \u0645\u062a\u0639\u0644\u0651\u0645 \u064a\u064f\u062c\u0631\u064a \u0627\u0645\u062a\u062d\u0627\u0646\u064b\u0627 \u0644\u062a\u064f\u0631\u0627\u062c\u0639 \u0645\u0642\u0627\u0637\u0639 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0647\u0630\u0647 \u0628\u0639\u062f \u0630\u0644\u0643 \u0628\u0647\u062f\u0641 \u0636\u0645\u0627\u0646 \u0627\u0644\u062a\u0632\u0627\u0645 \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645\u064a\u0646 \u0628\u062c\u0645\u064a\u0639 \u0627\u0644\u0642\u0648\u0627\u0639\u062f \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646\u064a\u0629.", - "Proctoring Session Results Update for {course_name} {exam_name}": "\u062a\u062d\u062f\u064a\u062b \u0646\u062a\u0627\u0626\u062c \u0627\u0644\u062c\u0644\u0633\u0629 \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629 \u0644 {course_name} {exam_name}", - "Professional Certificate for {courseName}": "\u0634\u0647\u0627\u062f\u0629 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629 \u0644\u0640 {courseName}", - "Professional Education": "\u0627\u0644\u062a\u0639\u0644\u064a\u0645 \u0627\u0644\u0645\u0647\u0646\u064a", - "Professional Education Verified Certificate": "\u0634\u0647\u0627\u062f\u0629 \u0645\u0648\u062b\u0651\u0642\u0629 \u0644\u0644\u062a\u0639\u0644\u064a\u0645 \u0627\u0644\u0645\u0647\u0646\u064a", - "Promote another member to Admin to remove your admin rights": "\u064a\u064f\u0631\u062c\u0649 \u062a\u0631\u0642\u064a\u0629 \u0639\u0636\u0648 \u0622\u062e\u0631 \u0625\u0644\u0649 \u062f\u0631\u062c\u0629 \u0645\u0634\u0631\u0650\u0641 \u0644\u062a\u062a\u0645\u0643\u0651\u0646 \u0645\u0646 \u0625\u0644\u063a\u0627\u0621 \u062d\u0642\u0648\u0642\u0643 \u0643\u0645\u0634\u0631\u0650\u0641.", - "Provisional": "\u0645\u0624\u0642\u062a", - "Provisionally Supported": "\u0645\u062f\u0639\u0648\u0645 \u0645\u0624\u0642\u062a\u0627\u064b", - "Publish": "\u0646\u0634\u0631", - "Publish all unpublished changes for this {item}?": "\u0646\u0634\u0631 \u062c\u0645\u064a\u0639 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u063a\u064a\u0631 \u0627\u0644\u0645\u0646\u0634\u0648\u0631\u0629 \u0644\u0647\u0630\u0627 {item}\u061f ", - "Publish {display_name}": "\u0646\u0634\u0631 {display_name}", - "Published (not yet released)": "\u0646\u064f\u0634\u0631\u062a (\u0644\u0645 \u062a\u064f\u0635\u062f\u0631 \u0628\u0639\u062f)", - "Published and Live": "\u0646\u064f\u0634\u0631\u062a \u0648\u0645\u062a\u0627\u062d\u0629 \u0627\u0644\u0622\u0646 \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a", - "Publishing Status": "\u062d\u0627\u0644\u0629 \u0627\u0644\u0646\u0634\u0631", - "Question": "\u0633\u0624\u0627\u0644", - "Queued": "\u062a\u062d\u0645\u064a\u0644 \u0642\u064a\u062f \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631", - "Read More": "\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u0632\u064a\u062f", - "Ready To Start": "\u062c\u0627\u0647\u0632 \u0644\u0644\u0628\u062f\u0621", - "Ready To Submit": "\u062c\u0627\u0647\u0632 \u0644\u0644\u062a\u0642\u062f\u064a\u0645", - "Reason": "\u0627\u0644\u0633\u0628\u0628", - "Reason field should not be left blank.": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u062a\u0631\u0643 \u062d\u0642\u0644 \u0627\u0644\u0633\u0628\u0628 \u0641\u0627\u0631\u063a\u064b\u0627.", - "Reason for change:": "\u0623\u0633\u0628\u0627\u0628 \u0627\u0644\u062a\u063a\u064a\u064a\u0631:", - "Receive updates": "\u062a\u0644\u0642\u0651\u064a \u0627\u0644\u062a\u062d\u062f\u064a\u062b\u0627\u062a", - "Recent Activity": "\u0627\u0644\u0646\u0634\u0627\u0637 \u0627\u0644\u0623\u062e\u064a\u0631", - "Redo (Ctrl+Shift+Z)": "\u0625\u0639\u0627\u062f\u0629 (Ctrl+Shift+Z)", - "Redo (Ctrl+Y)": "\u0625\u0639\u0627\u062f\u0629 (Ctrl+Y)", - "Regenerate": "\u0623\u0639\u062f \u0627\u0644\u0625\u0646\u0634\u0627\u0621", - "Regenerate the user's certificate": "\u0625\u0639\u0627\u062f\u0629 \u0625\u0646\u0634\u0627\u0621 \u0634\u0647\u0627\u062f\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645", - "Register through edX": "\u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0645\u0646 \u062e\u0644\u0627\u0644 edX", - "Register with Institution/Campus Credentials": "\u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0624\u0633\u0651\u0633\u0629/ \u0627\u0644\u062d\u0631\u0645 \u0627\u0644\u062c\u0627\u0645\u0639\u064a", - "Rejected": "\u0645\u0631\u0641\u0648\u0636", - "Related to: %(courseware_title_linked)s": "\u0645\u062a\u0639\u0644\u0651\u0650\u0642\u064c \u0628\u0650\u0640: %(courseware_title_linked)s", - "Release Date and Time": "\u062a\u0627\u0631\u064a\u062e \u0648\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0625\u0635\u062f\u0627\u0631", - "Release Date:": "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0625\u0635\u062f\u0627\u0631:", - "Release Status:": "\u0648\u0636\u0639 \u0627\u0644\u0625\u0635\u062f\u0627\u0631:", - "Release Time in UTC:": "\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0625\u0635\u062f\u0627\u0631 \u0628\u062d\u0633\u0628 \u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0639\u0627\u0644\u0645\u064a \u0627\u0644\u0645\u0646\u0633\u0651\u0642:", - "Release:": "\u0627\u0644\u0625\u0635\u062f\u0627\u0631:", - "Released:": "\u0635\u064e\u062f\u064e\u0631:", - "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "\u062c\u0627\u0631\u064a \u0627\u0644\u062d\u0630\u0641. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0628\u0642\u0627\u0621 \u0641\u064a \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062d\u0629 \u062d\u062a\u0649 \u0627\u0633\u062a\u0643\u0645\u0627\u0644 \u0627\u0644\u0639\u0645\u0644\u064a\u0629 \u0644\u062a\u0641\u0627\u062f\u064a \u0648\u0642\u0648\u0639 \u0627\u0644\u0623\u062e\u0637\u0627\u0621.", - "Remove": "\u062d\u0630\u0641", - "Remove all": "\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0643\u0644", - "Remove chapter %(chapterDisplayName)s": "\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0641\u0635\u0644 %(chapterDisplayName)s", - "Remove from Invalidation Table": "\u062d\u0630\u0641 \u0645\u0646 \u062c\u062f\u0648\u0644 \u0639\u0645\u0644\u064a\u0627\u062a \u0627\u0644\u0625\u0644\u063a\u0627\u0621", - "Remove from List": "\u062d\u0630\u0641 \u0645\u0646 \u0627\u0644\u0644\u0627\u0626\u062d\u0629", - "Remove subsection %(subsectionDisplayName)s": " \u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0641\u0631\u0639\u064a %(subsectionDisplayName)s", - "Remove this team member?": "\u0623\u062a\u0648\u0651\u062f \u0627\u0633\u062a\u0628\u0639\u0627\u062f \u0639\u0636\u0648 \u0627\u0644\u0641\u0631\u064a\u0642 \u0647\u0630\u0627\u061f", - "Remove this video": "\u062d\u0630\u0641 \u0647\u0630\u0627 \u0627\u0644\u0641\u064a\u062f\u064a\u0648", - "Remove unit %(unitName)s": "\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0648\u062d\u062f\u0629 %(unitName)s", - "Remove {role} Access": "\u0625\u0644\u063a\u0627\u0621 \u0635\u0644\u0627\u062d\u064a\u0629 \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0640 {role}", - "Remove {video_name} video": "\u062d\u0630\u0641 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 {video_name}", - "Removing": "\u062c\u0627\u0631\u064a \u0627\u0644\u062d\u0630\u0641", - "Removing a video from this list does not affect course content. Any content that uses a previously uploaded video ID continues to display in the course.": "\u0644\u0627 \u064a\u0624\u062b\u0631 \u062d\u0630\u0641 \u0641\u064a\u062f\u064a\u0648 \u0645\u0646 \u0647\u0630\u0647 \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0639\u0644\u0649 \u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u0645\u0642\u0631\u0631. \u0648\u064a\u0633\u062a\u0645\u0631 \u0639\u0631\u0636 \u0623\u064a \u0645\u062d\u062a\u0648\u0649 \u064a\u0633\u062a\u062e\u062f\u0645 \u0645\u0639\u0631\u0641 \u0641\u064a\u062f\u064a\u0648 \u0645\u062d\u0645\u0644\u064b\u0627 \u0633\u0627\u0628\u0642\u064b\u0627 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u0645\u0642\u0631\u0631.", - "Replace": "\u0627\u0633\u062a\u0628\u062f\u0627\u0644", - "Report": "\u0627\u0644\u0625\u0628\u0644\u0627\u063a", - "Report abuse": "\u0627\u0644\u0625\u0628\u0644\u0627\u063a \u0639\u0646 \u0625\u0633\u0627\u0621\u0629 ", - "Report abuse, topics, and responses": "\u0623\u0628\u0644\u063a \u0639\u0646 \u0623\u0633\u0627\u0621\u0629 \u0623\u0648 \u0645\u0648\u0627\u0636\u064a\u0639 \u0623\u0648 \u0631\u062f\u0648\u062f", - "Reported": "\u0645\u0628\u0644\u0651\u064e\u063a \u0639\u0646\u0647", - "Requester": "\u0645\u0642\u062f\u0651\u0645 \u0627\u0644\u0637\u0644\u0628 ", - "Required field.": "\u062d\u0642\u0644 \u0645\u0637\u0644\u0648\u0628.", - "Rescore problem '<%- problem_id %>' for all students?": "\u0625\u0639\u0627\u062f\u0629 \u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0645\u0633\u0623\u0644\u0629 \u0631\u0642\u0645 \u2019<%- problem_id %>\u2018 \u0644\u0643\u0627\u0641\u0629 \u0627\u0644\u0637\u0644\u0627\u0628\u061f", - "Reset Password": "\u062a\u063a\u064a\u064a\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631", - "Reset Your Password": "\u063a\u064a\u0651\u0631 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u062d\u0633\u0627\u0628\u0643", - "Reset attempts for all students on problem '<%- problem_id %>'?": "\u0625\u0639\u0627\u062f\u0629 \u0636\u0628\u0637 \u0639\u062f\u062f \u0645\u062d\u0627\u0648\u0644\u0627\u062a \u062d\u0644\u0651 \u0627\u0644\u0637\u0644\u0651\u0627\u0628 \u0644\u0644\u0645\u0633\u0623\u0644\u0629 \u0631\u0642\u0645 \u2019<%- problem_id %>\u2018\u061f", - "Restore enrollment code": "\u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0631\u0645\u0632 \u0627\u0644\u062a\u0633\u062c\u064a\u0644", - "Retake Photo": "\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0642\u0627\u0637 \u0627\u0644\u0635\u0648\u0631\u0629", - "Retake Your Photos": "\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0642\u0627\u0637 \u0635\u0648\u0631\u0643", - "Retry Verification": "\u0623\u0639\u062f \u0645\u062d\u0627\u0648\u0644\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642", - "Return and add email address": "\u0627\u0644\u0639\u0648\u062f\u0629 \u0648\u0625\u0636\u0627\u0641\u0629 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a.", - "Return to Export": "\u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u0627\u0644\u062a\u0635\u062f\u064a\u0631", - "Return to Your Dashboard": "\u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u0644\u0648\u062d\u0629 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a", - "Return to team listing": "\u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u0625\u062f\u0631\u0627\u062c \u0627\u0644\u0641\u0631\u064a\u0642", - "Review Policy Exception": "\u0645\u0631\u0627\u062c\u0639\u0629 \u0627\u0633\u062a\u062b\u0646\u0627\u0621 \u0627\u0644\u0633\u064a\u0627\u0633\u0629", - "Review Rules": "\u0642\u0648\u0627\u0639\u062f \u0627\u0644\u0645\u0631\u0627\u062c\u0639\u0629", - "Review Your Photos": "\u0645\u0631\u0627\u062c\u0639\u0629 \u0635\u0648\u0631\u0643", - "Review your info": "\u0645\u0631\u0627\u062c\u0639\u0629 \u0645\u0639\u0644\u0648\u0645\u0627\u062a\u0643", - "Revoke access": "\u0625\u0644\u063a\u0627\u0621 \u0635\u0644\u0627\u062d\u064a\u0627\u062a \u0627\u0644\u0648\u0635\u0648\u0644", - "Save": "\u062d\u0641\u0638", - "Save Changes": "\u062d\u0641\u0651\u0638 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a", - "Save changes": "\u062d\u0641\u0638 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a", - "Saved cohort": "\u0627\u0644\u0634\u064f\u0639\u0628 \u0627\u0644\u0645\u062d\u0641\u0648\u0638\u0629", - "Saving": "\u064a\u062c\u0631\u064a \u0627\u0644\u062d\u0641\u0638", - "Saving your email preference": "\u062c\u0627\u0631\u064a \u062d\u0641\u0638 \u062a\u0641\u0636\u064a\u0644\u0627\u062a \u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", - "Saving...": "\u062c\u0627\u0631\u064a \u0627\u0644\u062d\u0641\u0638...", - "Scheduled:": "\u0645\u062c\u062f\u0648\u064e\u0644:", - "Search": "\u0627\u0644\u0628\u062d\u062b", - "Search Results": "\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u0646\u062a\u0627\u0626\u062c", - "Search all posts": "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0643\u0627\u0641\u0651\u0629 \u0627\u0644\u0645\u0646\u0634\u0648\u0631\u0627\u062a", - "Search teams": "\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u0641\u0631\u0642", - "Second Review Required": "\u0647\u0646\u0627\u0643 \u062d\u0627\u062c\u0629 \u0644\u0645\u0631\u0627\u062c\u0639\u0629 \u062b\u0627\u0646\u064a\u0629", - "Section": "\u0642\u0633\u0645", - "Section Visibility": "\u0631\u0624\u064a\u0629 \u0627\u0644\u0642\u0633\u0645", - "See all teams in your course, organized by topic. Join a team to collaborate with other learners who are interested in the same topic as you are.": "\u062a\u0641\u0636\u0651\u0644 \u0628\u0627\u0644\u0627\u0637\u0651\u0644\u0627\u0639 \u0639\u0644\u0649 \u062c\u0645\u064a\u0639 \u0627\u0644\u0641\u0631\u0642 \u0641\u064a \u0645\u0633\u0627\u0642\u0643\u060c \u0645\u0631\u062a\u0651\u0628\u0629\u064b \u0628\u062d\u0633\u0628 \u0627\u0644\u0645\u0648\u0636\u0648\u0639. \u0648\u0627\u0646\u0636\u0645 \u0625\u0644\u0649 \u0623\u062d\u062f\u0647\u0627 \u0644\u0644\u062a\u0639\u0627\u0648\u0646 \u0645\u0639 \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645\u064a\u0646 \u0627\u0644\u0622\u062e\u0631\u064a\u0646 \u0627\u0644\u0645\u0647\u062a\u0645\u0651\u064a\u0646 \u0628\u0627\u0644\u0645\u062c\u0627\u0644 \u0646\u0641\u0633\u0647 \u0645\u062b\u0644\u0643.", - "Select a Content Group": "\u064a\u064f\u0631\u062c\u0649 \u0627\u062e\u062a\u064a\u0627\u0631 \u0645\u062c\u0645\u0648\u0639\u0629 \u0645\u062d\u062a\u0648\u0649", - "Select a chapter": "\u0627\u062e\u062a\u0631 \u0641\u0635\u0644\u064b\u0627", - "Select a cohort": "\u0627\u062e\u062a\u0631 \u0634\u0639\u0628\u0629", - "Select a cohort to manage": "\u064a\u064f\u0631\u062c\u0649 \u0627\u062e\u062a\u064a\u0627\u0631 \u0634\u0639\u0628\u0629 \u0644\u0625\u062f\u0627\u0631\u062a\u0647\u0627.", - "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.": "\u0627\u062e\u062a\u0631 \u0641\u062a\u0631\u0629 \u0632\u0645\u0646\u064a\u0629 \u0645\u062e\u0635\u0651\u0635\u0629 \u0644\u0625\u062c\u0631\u0627\u0621 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646. \u0625\u0630\u0627 \u0632\u0627\u062f\u062a \u0627\u0644\u0642\u064a\u0645\u0629 \u0639\u0646 24 \u0633\u0627\u0639\u0629\u060c\u0623\u062f\u062e\u0644 \u0645\u0642\u062f\u0627\u0631\u064b\u0627 \u0645\u0646 \u0627\u0644\u0648\u0642\u062a. \u064a\u0645\u0643\u0646\u0643 \u0643\u0645\u062c \u0645\u062a\u0639\u0644\u0651\u0645\u064a\u0646 \u0645\u062d\u062f\u062f\u064a\u0646 \u0632\u0645\u0646\u064b\u0627 \u0625\u0636\u0627\u0641\u064a\u064b\u0627 \u0644\u0625\u062c\u0631\u0627\u0621 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0644\u0648\u062d\u0629 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0623\u0633\u062a\u0627\u0630.", - "Select the time zone for displaying course dates. If you do not specify a time zone, course dates, including assignment deadlines, will be displayed in your browser's local time zone.": "\u062d\u062f\u062f \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0632\u0645\u0646\u064a\u0629 \u0644\u0639\u0631\u0636 \u0645\u0648\u0627\u0639\u064a\u062f \u0627\u0644\u062f\u0648\u0631\u0629. \u0625\u0630\u0627 \u0644\u0645 \u062a\u0642\u0645 \u0628\u062a\u062d\u062f\u064a\u062f \u0645\u0646\u0637\u0642\u0629 \u0632\u0645\u0646\u064a\u0629\u060c \u0633\u064a\u062a\u0645 \u0639\u0631\u0636 \u0645\u0648\u0627\u0639\u064a\u062f \u0627\u0644\u062f\u0648\u0631\u0629\u060c \u0628\u0645\u0627 \u0641\u064a \u0630\u0644\u0643 \u0645\u0648\u0627\u0639\u064a\u062f \u062a\u0642\u062f\u064a\u0645 \u0627\u0644\u0648\u0627\u062c\u0628\u0627\u062a\u060c \u0648\u0641\u0642\u0627\u064b \u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0645\u062d\u0644\u064a \u0641\u064a \u0627\u0644\u0645\u062a\u0635\u0641\u062d.", - "Selected tab": "\u0627\u0644\u062a\u0628\u0648\u064a\u0628\u0629 \u0627\u0644\u0645\u0646\u062a\u0642\u0627\u0629", - "Send notification to mobile apps": "\u0625\u0631\u0633\u0627\u0644 \u062a\u0646\u0628\u064a\u0647\u0627\u062a \u0625\u0644\u0649 \u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0627\u0644\u0647\u0627\u062a\u0641 \u0627\u0644\u062c\u0648\u0627\u0644", - "Send push notification to mobile apps": "\u0625\u0631\u0633\u0627\u0644 \u0625\u062e\u0637\u0627\u0631\u0627\u062a \u0644\u062d\u0638\u064a\u0629 \u0625\u0644\u0649 \u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0627\u0644\u0647\u0627\u062a\u0641 \u0627\u0644\u062c\u0648\u0627\u0644", - "Send to:": "\u0623\u0631\u0633\u0644 \u0625\u0644\u0649: ", - "Sent By": "\u0627\u0644\u0645\u0631\u0633\u0650\u0644", - "Sent By:": "\u0627\u0644\u0645\u0631\u0633\u0650\u0644:", - "Sent To": "\u0645\u064f\u0631\u0633\u0644 \u0625\u0644\u0649", - "Sent To:": "\u0627\u0644\u0645\u0631\u0633\u064e\u0644 \u0625\u0644\u064a\u0647:", - "Server Error, Please refresh the page and try again.": "\u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u0645\u062e\u062f\u0651\u0645\u060c \u064a\u064f\u0631\u062c\u0649 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0635\u0641\u062d\u0629 \u0648\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", - "Set as a Special Exam": "\u0639\u064a\u0651\u0646 \u0627\u0645\u062a\u062d\u0627\u0646\u064b\u0627 \u0645\u062e\u0635\u0651\u0635\u064b\u0627", - "Set up your certificate": "\u0623\u0639\u062f\u0651 \u0634\u0647\u0627\u062f\u062a\u0643", - "Settings": "\u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a", - "Share": "\u0634\u0627\u0631\u0643", - "Share on Mozilla Backpack": "\u0634\u0627\u0631\u0643 \u0639\u0644\u0649 Mozilla Backpack", - "Share your \"%(display_name)s\" award": "\u0634\u0627\u0631\u0643 \"%(display_name)s\" \u062c\u0627\u0626\u0632\u062a\u0643", - "Show": "\u0623\u0638\u0647\u0631", - "Show All": "\u0639\u0631\u0636 \u0627\u0644\u0643\u0644", + ], + "Noted in:": "\u0644\u0648\u062d\u0650\u0638 \u0641\u064a:", + "Notes": "\u0645\u0644\u0627\u062d\u0638\u0627\u062a", + "Notes hidden": "\u0627\u0644\u0645\u0644\u0627\u062d\u0638\u0627\u062a \u0645\u062e\u0641\u064a\u0629", + "Notes visible": "\u0627\u0644\u0645\u0644\u0627\u062d\u0638\u0627\u062a \u0645\u0631\u0626\u064a\u0629", + "Now": "\u0627\u0644\u0622\u0646", + "Number Sent": "\u0627\u0644\u0639\u062f\u062f \u0627\u0644\u0645\u0631\u0633\u064e\u0644", + "Number of Droppable": "\u0639\u062f\u062f \u0627\u0644\u0645\u0633\u0627\u0642\u0627\u062a \u0627\u0644\u062a\u064a \u064a\u0645\u0643\u0646 \u0627\u0644\u0627\u0646\u0633\u062d\u0627\u0628 \u0645\u0646\u0647\u0627", + "Number of Students": "\u0639\u062f\u062f \u0627\u0644\u0637\u0644\u0651\u0627\u0628", + "Numbered List (Ctrl+O)": "\u0642\u0627\u0626\u0645\u0629 \u0645\u0631\u0642\u0651\u0645\u0629 (Ctrl+O)", + "OK": "\u0645\u0648\u0627\u0641\u0642", + "ORDER NAME": "\u0627\u0633\u0645 \u0627\u0644\u0637\u0644\u0628", + "ORDER NUMBER": "\u0631\u0642\u0645 \u0627\u0644\u0637\u0644\u0628", + "ORDER PLACED": "\u062a\u0645 \u0648\u0636\u0639 \u0627\u0644\u0637\u0644\u0628", + "Once in position, use the camera button {icon} to capture your ID": "\u0627\u0633\u062a\u062e\u062f\u0645 \u0632\u0631 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627 {icon} \u0644\u0627\u0644\u062a\u0642\u0627\u0637 \u0635\u0648\u0631\u0629 \u0628\u0637\u0627\u0642\u062a\u0643 \u0627\u0644\u0634\u062e\u0635\u064a\u0629", + "Once in position, use the camera button {icon} to capture your photo": "\u0627\u0633\u062a\u062e\u062f\u0645 \u0632\u0631 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627 {icon} \u0644\u0627\u0644\u062a\u0642\u0627\u0637 \u0635\u0648\u0631\u062a\u0643 \u0627\u0644\u0634\u062e\u0635\u064a\u0629 ", + "One or more rescheduling tasks failed.": "\u0644\u0645 \u062a\u0646\u062c\u062d \u0639\u0645\u0644\u064a\u0629 \u0648\u0627\u062d\u062f\u0629 \u0623\u0648 \u0623\u0643\u062b\u0631 \u0645\u0646 \u0639\u0645\u0644\u064a\u0627\u062a \u0625\u0639\u0627\u062f\u0629 \u062c\u062f\u0648\u0644\u0629 \u0627\u0644\u0645\u0647\u0627\u0645\u0651.", + "Only properly formatted .csv files will be accepted.": "\u0644\u0646 \u062a\u064f\u0642\u0628\u0644 \u0633\u0648\u0649 \u0645\u0644\u0641\u0651\u0627\u062a .csv \u0627\u0644\u0645\u0646\u0633\u0651\u0642\u0629 \u062a\u0646\u0633\u064a\u0642\u064b\u0627 \u0635\u062d\u064a\u062d\u064b\u0627. ", + "Only the parent course staff of a CCX can create content groups.": "\u064a\u0645\u0643\u0646 \u0641\u0642\u0637 \u0644\u0637\u0627\u0642\u0645 \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u0623\u0645 \u0644\u0640 CCX \u0625\u0646\u0634\u0627\u0621 \u0645\u062c\u0645\u0648\u0639\u0627\u062a \u0627\u0644\u0645\u062d\u062a\u0648\u0649.", + "Open": "\u0641\u062a\u062d", + "Open/download this file": "\u0641\u062a\u062d/\u062a\u0646\u0632\u064a\u0644 \u0647\u0630\u0627 \u0627\u0644\u0645\u0644\u0641\u0651", + "Option Deleted": "\u062c\u0631\u0649 \u062d\u0630\u0641 \u0627\u0644\u062e\u064a\u0627\u0631.", + "Optional Characteristics": "\u0627\u0644\u062e\u0635\u0627\u0626\u0635 \u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631\u064a\u0629", + "Optional long description": "\u0648\u0635\u0641 \u0627\u062e\u062a\u064a\u0627\u0631\u064a \u0645\u0637\u0648\u0651\u064e\u0644", + "Options for {license_name}": "\u062e\u064a\u0627\u0631\u0627\u062a {license_name}", + "Order Details": "\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0637\u0644\u0628\u064a\u0629", + "Order History": "\u0627\u0644\u0645\u0634\u062a\u0631\u064a\u0627\u062a \u0627\u0644\u0633\u0627\u0628\u0642\u0629", + "Order No.": "\u0631\u0642\u0645 \u0627\u0644\u0637\u0644\u0628 ", + "Organization": "\u0627\u0644\u0645\u0624\u0633\u0651\u0633\u0629", + "Organization ": "\u0627\u0644\u0645\u0624\u0633\u0633\u0629", + "Organization Name": "\u0627\u0633\u0645 \u0627\u0644\u0645\u0624\u0633\u0633\u0629", + "Organization of the signatory": "\u0645\u0624\u0633\u0651\u0633\u0629 \u0627\u0644\u0645\u0648\u0642\u0651\u0650\u0639", + "Other": "\u063a\u064a\u0631 \u0630\u0644\u0643", + "Overall Score": "\u0627\u0644\u0646\u062a\u064a\u062c\u0629 \u0627\u0644\u0643\u0644\u064a\u0629", + "Page number out of %(total_pages)s": "\u0631\u0642\u0645 \u0627\u0644\u0635\u0641\u062d\u0629 \u0645\u0646 \u0645\u062c\u0645\u0648\u0639 %(total_pages)s", + "Pagination": "\u062a\u0631\u0642\u064a\u0645 \u0627\u0644\u0635\u0641\u062d\u0627\u062a", + "Passed Proctoring": "\u0639\u0628\u0631 \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629", + "Password": "\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631", + "Password assistance": "\u0627\u0644\u0645\u0633\u0627\u0639\u062f\u0629 \u0628\u062e\u0635\u0648\u0635 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631", + "Path to Signature Image": "\u0645\u0633\u0627\u0631 \u0645\u0648\u0642\u0639 \u0635\u0648\u0631\u0629 \u0627\u0644\u062a\u0648\u0642\u064a\u0639", + "Pending Session Review": "\u0645\u0631\u0627\u062c\u0639\u0629 \u062c\u0644\u0633\u0629 \u0627\u0644\u0645\u0639\u0644\u0642\u0629", + "Photo": "\u0635\u0648\u0631\u0629", + "Photo Captured successfully.": "\u062c\u0631\u0649 \u0627\u0644\u062a\u0642\u0627\u0637 \u0627\u0644\u0635\u0648\u0631\u0629 \u0628\u0646\u062c\u0627\u062d", + "Photo ID": "\u0631\u0642\u0645 \u0627\u0644\u0635\u0648\u0631\u0629", + "Photo Identification": "\u0648\u062b\u064a\u0642\u0629 \u0625\u062b\u0628\u0627\u062a \u0634\u062e\u0635\u064a\u0629 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0635\u0648\u0631\u0629 ", + "Photo of %(fullName)s": "\u0635\u0648\u0631\u0629 \u0644\u0640 %(fullName)s", + "Photo of %(fullName)s's ID": "\u0635\u0648\u0631\u0629 \u0627\u0644\u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0634\u062e\u0635\u064a\u0629 \u0644\u0640 %(fullName)s", + "Photo requirements:": "\u0645\u062a\u0637\u0644\u0651\u0628\u0627\u062a \u0627\u0644\u0635\u0648\u0631\u0629:", + "Photos don't meet the requirements?": "\u0644\u0627 \u062a\u0644\u0628\u0651\u064a \u0627\u0644\u0635\u0648\u0631 \u0627\u0644\u0645\u062a\u0637\u0644\u0651\u0628\u0627\u062a\u061f ", + "Pin": "\u062a\u062b\u0628\u064a\u062a", + "Pinned": "\u0645\u064f\u062b\u064e\u0628\u0651\u064e\u062a", + "Placeholder": "\u0645\u0648\u0636\u0639 \u0627\u0644\u0641\u0644\u0627\u0634", + "Please Note": "\u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0645\u0644\u0627\u062d\u0638\u0629", + "Please add a photo of the instructor (Note: only JPEG or PNG format supported)": "\u0642\u0645 \u0628\u0625\u0636\u0627\u0641\u0629 \u0635\u0648\u0631\u0629 \u0644\u0644\u0645\u0639\u0644\u0645 (\u0645\u0644\u0627\u062d\u0638\u0629: \u0627\u0644\u0635\u0648\u0631 \u0628\u0635\u064a\u063a\u0629 JPEG \u0623\u0648 PNG \u0647\u064a \u0641\u0642\u0637 \u0627\u0644\u0645\u062f\u0639\u0648\u0645\u0629)", + "Please add the institute where the instructor is associated": "\u0627\u0644\u0631\u062c\u0627\u0621 \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0645\u0639\u0647\u062f \u0627\u0644\u0630\u064a \u064a\u0646\u062a\u0633\u0628 \u0644\u0647 \u0627\u0644\u0645\u0639\u0644\u0645", + "Please add the instructor's biography": "\u0627\u0644\u0631\u062c\u0627\u0621 \u0625\u0636\u0627\u0641\u0629 \u0633\u064a\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0651\u0645", + "Please add the instructor's name": "\u0627\u0644\u0631\u062c\u0627\u0621 \u0625\u0636\u0627\u0641\u0629 \u0627\u0633\u0645 \u0627\u0644\u0645\u0639\u0644\u0645", + "Please add the instructor's title": "\u0642\u0645 \u0628\u0625\u0636\u0627\u0641\u0629 \u0644\u0642\u0628 \u0627\u0644\u0645\u0639\u0644\u0645", + "Please address the errors on this page first, and then save your progress.": "\u064a\u064f\u0631\u062c\u0649 \u062a\u0635\u062d\u064a\u062d \u0627\u0644\u0623\u062e\u0637\u0627\u0621 \u0641\u064a \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062d\u0629 \u0623\u0648\u0651\u0644\u064b\u0627\u060c \u062b\u0645 \u062d\u0641\u0651\u0638 \u062e\u0637\u0648\u0627\u062a \u062a\u0642\u062f\u0651\u0645\u0643.", + "Please check the following validation feedbacks and reflect them in your course settings:": "\u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 \u0645\u0644\u0627\u062d\u0638\u0627\u062a \u0627\u0644\u062a\u062d\u0642\u0651\u0642 \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0648\u0625\u062c\u0631\u0627\u0621 \u0645\u0627 \u064a\u0644\u0632\u0645 \u0645\u0646 \u062a\u0639\u062f\u064a\u0644\u0627\u062a \u0639\u0644\u0649 \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0645\u0633\u0627\u0642\u0643.", + "Please correct the outlined fields.": "\u064a\u064f\u0631\u062c\u0649 \u062a\u0635\u062d\u064a\u062d \u0627\u0644\u062d\u0642\u0648\u0644 \u0627\u0644\u0645\u062d\u062f\u0651\u062f\u0629.", + "Please describe this image or agree that it has no contextual value by checking the checkbox.": "\u064a\u064f\u0631\u062c\u0649 \u0648\u0635\u0641 \u0647\u0630\u0647 \u0627\u0644\u0635\u0648\u0631\u0629 \u0623\u0648 \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629 \u0639\u0644\u0649 \u0639\u062f\u0645 \u0627\u062d\u062a\u0648\u0627\u0626\u0647\u0627 \u0639\u0644\u0649 \u0642\u064a\u0645\u0629 \u0633\u064a\u0627\u0642\u064a\u0629 \u0648\u0630\u0644\u0643 \u0628\u062a\u062d\u062f\u064a\u062f \u0645\u0631\u0628\u0639 \u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631.", + "Please do not use any spaces in this field.": "\u064a\u064f\u0631\u062c\u0649 \u0639\u062f\u0645 \u0625\u062f\u062e\u0627\u0644 \u0623\u064a \u0645\u0633\u0627\u0641\u0627\u062a \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u062d\u0642\u0644.", + "Please do not use any spaces or special characters in this field.": "\u064a\u064f\u0631\u062c\u0649 \u0639\u062f\u0645 \u0625\u062f\u062e\u0627\u0644 \u0623\u064a \u0645\u0633\u0627\u0641\u0627\u062a \u0623\u0648 \u0623\u062d\u0631\u0641 \u062e\u0627\u0635\u0629 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u062d\u0642\u0644.", + "Please enter a problem location.": "\u064a\u064f\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062e\u0627\u0635 \u0628\u0627\u0644\u0645\u0633\u0623\u0644\u0629.", + "Please enter a student email address or username.": "\u064a\u064f\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u062e\u0627\u0635 \u0628\u0627\u0644\u0637\u0627\u0644\u0628 \u0623\u0648 \u0639\u0646\u0648\u0627\u0646 \u0628\u0631\u064a\u062f\u0647 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a.", + "Please enter a term in the {anchorStart} search field{anchorEnd}.": "\u064a\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0645\u0635\u0637\u0644\u062d \u0641\u064a {anchorStart}\u0635\u0646\u062f\u0648\u0642 \u0627\u0644\u0628\u062d\u062b{anchorEnd}. ", + "Please enter a username or email.": "\u064a\u064f\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0627\u0633\u0645 \u0645\u0633\u062a\u062e\u062f\u0645 \u0627\u0648 \u0639\u0646\u0648\u0627\u0646 \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a.", + "Please enter a valid donation amount.": "\u064a\u064f\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0645\u0628\u0644\u063a \u062a\u0628\u0631\u0651\u0639 \u0635\u062d\u064a\u062d.", + "Please enter an integer between %(min)s and %(max)s.": "\u064a\u064f\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0639\u062f\u062f \u0635\u062d\u064a\u062d \u064a\u062a\u0631\u0627\u0648\u062d \u0628\u064a\u0646 %(min)s \u0648%(max)s.", + "Please enter an integer between 0 and 100.": "\u064a\u064f\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0639\u062f\u062f \u0635\u062d\u064a\u062d \u0628\u064a\u0646 0 \u0648 100.", + "Please enter an integer greater than 0.": "\u064a\u064f\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0639\u062f\u062f \u0635\u062d\u064a\u062d \u0623\u0643\u0628\u0631 \u0645\u0646 0.", + "Please enter non-negative integer.": "\u064a\u064f\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0639\u062f\u062f \u0635\u062d\u064a\u062d \u063a\u064a\u0631 \u0633\u0627\u0644\u0628.", + "Please enter valid start date and time.": "\u064a\u064f\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u062a\u0627\u0631\u064a\u062e \u0628\u062f\u0621 \u0648\u062a\u0648\u0642\u064a\u062a \u0635\u0627\u0644\u062d\u064a\u0646.", + "Please enter your %(field)s.": "\u064a\u064f\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0628\u064a\u0627\u0646\u0627\u062a %(field)s.", + "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "\u064a\u064f\u0631\u062c\u0649 \u0627\u062a\u0651\u0628\u0627\u0639 \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u0627\u062a \u0627\u0644\u0648\u0627\u0631\u062f\u0629 \u0647\u0646\u0627 \u0644\u062a\u063a\u064a\u064a\u0631 \u0645\u0643\u0627\u0646 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0645\u0644\u0641\u0651\u0627\u062a \u0627\u0644\u062a\u064a \u064a\u0632\u064a\u062f \u062d\u062c\u0645\u0647\u0627 \u0639\u0646 \u0627\u0644\u062d\u062f \u0627\u0644\u0623\u0642\u0635\u0649 \u0627\u0644\u0645\u0633\u0645\u0648\u062d \u0628\u0647 \u0648\u0644\u0648\u0636\u0639 \u0631\u0627\u0628\u0637 \u0644\u0647\u0627: {maxFileSizeRedirectUrl}", + "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "\u064a\u064f\u0631\u062c\u0649 \u0637\u0628\u0627\u0639\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062d\u0629 \u0644\u0644\u0627\u062d\u062a\u0641\u0627\u0638 \u0628\u0647\u0627 \u0641\u064a \u0633\u062c\u0644\u0651\u0627\u062a\u0643\u060c \u062d\u064a\u062b \u0633\u062a\u0643\u0648\u0646 \u0628\u0645\u062b\u0627\u0628\u0629 \u0625\u064a\u0635\u0627\u0644\u0643. \u0648\u0633\u062a\u0633\u062a\u0644\u0645 \u0623\u064a\u0636\u064b\u0627 \u0631\u0633\u0627\u0644\u0629 \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u062a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0646\u0641\u0633\u0647\u0627. ", + "Please provide a description of the link destination.": "\u064a\u064f\u0631\u062c\u0649 \u0625\u0636\u0627\u0641\u0629 \u062a\u0648\u0635\u064a\u0641 \u0644\u0648\u062c\u0647\u0629 \u0627\u0644\u0631\u0627\u0628\u0637.", + "Please provide a valid URL.": "\u064a\u064f\u0631\u062c\u0649 \u0625\u0636\u0627\u0641\u0629 \u0631\u0627\u0628\u0637 \u0635\u062d\u064a\u062d.", + "Please specify a reason.": "\u064a\u064f\u0631\u062c\u0649 \u062a\u062d\u062f\u064a\u062f \u0633\u0628\u0628", + "Please verify that you have uploaded a valid image (PNG and JPEG).": "\u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u062a\u062d\u0645\u064a\u0644\u0643 \u0644\u0635\u0648\u0631\u0629 \u0635\u0627\u0644\u062d\u0629 (\u0628\u0635\u064a\u063a\u0629 PNG \u0623\u0648 JPEG).", + "Please verify that your webcam is connected and that you have allowed your browser to access it.": "\u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u062d\u0642\u0651\u0642 \u0645\u0646 \u0623\u0646\u0651 \u0643\u0627\u0645\u064a\u0631\u0627 \u0627\u0644\u0648\u064a\u0628 \u0645\u062a\u0651\u0635\u0644\u0629 \u0628\u062d\u0627\u0633\u0648\u0628\u0643 \u0648\u0623\u0646\u0651\u0643 \u0633\u0645\u062d\u062a \u0644\u0645\u062a\u0635\u0641\u0651\u062d\u0643 \u0628\u0627\u0644\u0627\u062a\u0651\u0635\u0627\u0644 \u0628\u0647\u0627.", + "Post": "\u0646\u0634\u0631", + "Post type": "\u0646\u0648\u0639 \u0627\u0644\u0645\u0646\u0634\u0648\u0631", + "Practice Exam Completed": "\u0627\u0645\u062a\u062d\u0627\u0646 \u062a\u0645\u0631\u064a\u0646 \u0645\u0643\u062a\u0645\u0644", + "Practice Exam Failed": "\u0627\u0645\u062a\u062d\u0627\u0646 \u062a\u0645\u0631\u064a\u0646 \u0631\u0627\u0633\u0628", + "Practice Proctored": "\u062a\u0645\u0631\u0651\u0646 \u0645\u0646 \u062e\u0644\u0627\u0644 \u062e\u0648\u0636 \u0627\u0645\u062a\u062d\u0627\u0646 \u0645\u0631\u0627\u0642\u064e\u0628", + "Practice proctored Exam": "\u062c\u0631\u0651\u0628 \u062e\u0648\u0636 \u0627\u0645\u062a\u062d\u0627\u0646 \u0645\u0631\u0627\u0642\u064e\u0628", + "Preferred Language": "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0645\u0641\u0636\u0651\u0644\u0629", + "Prerequisite:": "\u0627\u0644\u0645\u062a\u0637\u0644\u0651\u0628 \u0627\u0644\u0623\u0633\u0627\u0633\u064a:", + "Prerequisite: %(prereq_display_name)s": "\u0645\u062a\u0637\u0644\u0651\u0628 \u0623\u0633\u0627\u0633\u064a: %(prereq_display_name)s", + "Prevent students from generating certificates in this course?": "\u0647\u0644 \u062a\u0631\u064a\u062f \u0645\u0646\u0639 \u0627\u0644\u0637\u0644\u0627\u0628 \u0645\u0646 \u0625\u0639\u062f\u0627\u062f \u0634\u0647\u0627\u062f\u0627\u062a \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u0627\u0642\u061f", + "Preview": "\u0645\u0639\u0627\u064a\u0646\u0629", + "Preview Certificate": "\u0645\u0639\u0627\u064a\u0646\u0629 \u0627\u0644\u0634\u0647\u0627\u062f\u0629", + "Preview of uploaded image": "\u0645\u0639\u0627\u064a\u0646\u0629 \u0627\u0644\u0635\u0648\u0631\u0629 \u0627\u0644\u062a\u064a \u062c\u0631\u0649 \u062a\u062d\u0645\u064a\u0644\u0647\u0627", + "Preview this query": "\u0645\u0639\u0627\u064a\u0646\u0629 \u0647\u0630\u0627 \u0627\u0644\u0627\u0633\u062a\u0641\u0633\u0627\u0631", + "Previous": "\u0627\u0644\u0633\u0627\u0628\u0642", + "Previous Uploads": "\u062a\u062d\u0645\u064a\u0644\u0627\u062a \u0633\u0627\u0628\u0642\u0629", + "Previous Uploads table has been updated.": "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u062a\u062d\u0645\u064a\u0644\u0627\u062a \u0627\u0644\u0633\u0627\u0628\u0642\u0629.", + "Previously published": "\u0646\u064f\u0634\u0631\u062a \u0641\u064a \u0648\u0642\u062a\u064d \u0633\u0627\u0628\u0642", + "Processing Re-run Request": "\u062c\u0627\u0631\u064a \u0645\u0639\u0627\u0644\u062c\u0629 \u0637\u0644\u0628 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0646\u0641\u064a\u0630", + "Proctored": "\u0645\u064f\u0631\u0627\u0642\u0628", + "Proctored Exam": "\u0627\u0645\u062a\u062d\u0627\u0646 \u0645\u0631\u0627\u0642\u064e\u0628", + "Proctored Option Available": "\u062e\u064a\u0627\u0631 \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629 \u0645\u062a\u0627\u062d", + "Proctored Option No Longer Available": "\u062e\u064a\u0627\u0631 \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629 \u0644\u0645 \u064a\u0639\u062f \u0645\u062a\u0648\u0641\u0631\u0627\u064b", + "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.": "\u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629 \u0645\u062d\u062f\u0651\u062f\u0629 \u0627\u0644\u062a\u0648\u0642\u064a\u062a\u060c \u0648\u0633\u064a\u064f\u0633\u062c\u0651\u0644 \u0645\u0642\u0637\u0639 \u0641\u064a\u062f\u064a\u0648 \u0644\u0643\u0644 \u0645\u062a\u0639\u0644\u0651\u0645 \u064a\u064f\u062c\u0631\u064a \u0627\u0645\u062a\u062d\u0627\u0646\u064b\u0627 \u0644\u062a\u064f\u0631\u0627\u062c\u0639 \u0645\u0642\u0627\u0637\u0639 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0647\u0630\u0647 \u0628\u0639\u062f \u0630\u0644\u0643 \u0628\u0647\u062f\u0641 \u0636\u0645\u0627\u0646 \u0627\u0644\u062a\u0632\u0627\u0645 \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645\u064a\u0646 \u0628\u062c\u0645\u064a\u0639 \u0627\u0644\u0642\u0648\u0627\u0639\u062f \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646\u064a\u0629.", + "Proctoring Session Results Update for {course_name} {exam_name}": "\u062a\u062d\u062f\u064a\u062b \u0646\u062a\u0627\u0626\u062c \u0627\u0644\u062c\u0644\u0633\u0629 \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629 \u0644 {course_name} {exam_name}", + "Professional Certificate for {courseName}": "\u0634\u0647\u0627\u062f\u0629 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629 \u0644\u0640 {courseName}", + "Professional Education": "\u0627\u0644\u062a\u0639\u0644\u064a\u0645 \u0627\u0644\u0645\u0647\u0646\u064a", + "Professional Education Verified Certificate": "\u0634\u0647\u0627\u062f\u0629 \u0645\u0648\u062b\u0651\u0642\u0629 \u0644\u0644\u062a\u0639\u0644\u064a\u0645 \u0627\u0644\u0645\u0647\u0646\u064a", + "Promote another member to Admin to remove your admin rights": "\u064a\u064f\u0631\u062c\u0649 \u062a\u0631\u0642\u064a\u0629 \u0639\u0636\u0648 \u0622\u062e\u0631 \u0625\u0644\u0649 \u062f\u0631\u062c\u0629 \u0645\u0634\u0631\u0650\u0641 \u0644\u062a\u062a\u0645\u0643\u0651\u0646 \u0645\u0646 \u0625\u0644\u063a\u0627\u0621 \u062d\u0642\u0648\u0642\u0643 \u0643\u0645\u0634\u0631\u0650\u0641.", + "Provisional": "\u0645\u0624\u0642\u062a", + "Provisionally Supported": "\u0645\u062f\u0639\u0648\u0645 \u0645\u0624\u0642\u062a\u0627\u064b", + "Publish": "\u0646\u0634\u0631", + "Publish all unpublished changes for this {item}?": "\u0646\u0634\u0631 \u062c\u0645\u064a\u0639 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u063a\u064a\u0631 \u0627\u0644\u0645\u0646\u0634\u0648\u0631\u0629 \u0644\u0647\u0630\u0627 {item}\u061f ", + "Publish {display_name}": "\u0646\u0634\u0631 {display_name}", + "Published (not yet released)": "\u0646\u064f\u0634\u0631\u062a (\u0644\u0645 \u062a\u064f\u0635\u062f\u0631 \u0628\u0639\u062f)", + "Published and Live": "\u0646\u064f\u0634\u0631\u062a \u0648\u0645\u062a\u0627\u062d\u0629 \u0627\u0644\u0622\u0646 \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a", + "Publishing Status": "\u062d\u0627\u0644\u0629 \u0627\u0644\u0646\u0634\u0631", + "Question": "\u0633\u0624\u0627\u0644", + "Queued": "\u062a\u062d\u0645\u064a\u0644 \u0642\u064a\u062f \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631", + "Read More": "\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u0632\u064a\u062f", + "Ready To Start": "\u062c\u0627\u0647\u0632 \u0644\u0644\u0628\u062f\u0621", + "Ready To Submit": "\u062c\u0627\u0647\u0632 \u0644\u0644\u062a\u0642\u062f\u064a\u0645", + "Reason": "\u0627\u0644\u0633\u0628\u0628", + "Reason field should not be left blank.": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u062a\u0631\u0643 \u062d\u0642\u0644 \u0627\u0644\u0633\u0628\u0628 \u0641\u0627\u0631\u063a\u064b\u0627.", + "Reason for change:": "\u0623\u0633\u0628\u0627\u0628 \u0627\u0644\u062a\u063a\u064a\u064a\u0631:", + "Receive updates": "\u062a\u0644\u0642\u0651\u064a \u0627\u0644\u062a\u062d\u062f\u064a\u062b\u0627\u062a", + "Recent Activity": "\u0627\u0644\u0646\u0634\u0627\u0637 \u0627\u0644\u0623\u062e\u064a\u0631", + "Redo (Ctrl+Shift+Z)": "\u0625\u0639\u0627\u062f\u0629 (Ctrl+Shift+Z)", + "Redo (Ctrl+Y)": "\u0625\u0639\u0627\u062f\u0629 (Ctrl+Y)", + "Regenerate": "\u0623\u0639\u062f \u0627\u0644\u0625\u0646\u0634\u0627\u0621", + "Regenerate the user's certificate": "\u0625\u0639\u0627\u062f\u0629 \u0625\u0646\u0634\u0627\u0621 \u0634\u0647\u0627\u062f\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645", + "Register through edX": "\u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0645\u0646 \u062e\u0644\u0627\u0644 edX", + "Register with Institution/Campus Credentials": "\u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0624\u0633\u0651\u0633\u0629/ \u0627\u0644\u062d\u0631\u0645 \u0627\u0644\u062c\u0627\u0645\u0639\u064a", + "Rejected": "\u0645\u0631\u0641\u0648\u0636", + "Related to: %(courseware_title_linked)s": "\u0645\u062a\u0639\u0644\u0651\u0650\u0642\u064c \u0628\u0650\u0640: %(courseware_title_linked)s", + "Release Date and Time": "\u062a\u0627\u0631\u064a\u062e \u0648\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0625\u0635\u062f\u0627\u0631", + "Release Date:": "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0625\u0635\u062f\u0627\u0631:", + "Release Status:": "\u0648\u0636\u0639 \u0627\u0644\u0625\u0635\u062f\u0627\u0631:", + "Release Time in UTC:": "\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0625\u0635\u062f\u0627\u0631 \u0628\u062d\u0633\u0628 \u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0639\u0627\u0644\u0645\u064a \u0627\u0644\u0645\u0646\u0633\u0651\u0642:", + "Release:": "\u0627\u0644\u0625\u0635\u062f\u0627\u0631:", + "Released:": "\u0635\u064e\u062f\u064e\u0631:", + "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "\u062c\u0627\u0631\u064a \u0627\u0644\u062d\u0630\u0641. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0628\u0642\u0627\u0621 \u0641\u064a \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062d\u0629 \u062d\u062a\u0649 \u0627\u0633\u062a\u0643\u0645\u0627\u0644 \u0627\u0644\u0639\u0645\u0644\u064a\u0629 \u0644\u062a\u0641\u0627\u062f\u064a \u0648\u0642\u0648\u0639 \u0627\u0644\u0623\u062e\u0637\u0627\u0621.", + "Remove": "\u062d\u0630\u0641", + "Remove all": "\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0643\u0644", + "Remove chapter %(chapterDisplayName)s": "\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0641\u0635\u0644 %(chapterDisplayName)s", + "Remove from Invalidation Table": "\u062d\u0630\u0641 \u0645\u0646 \u062c\u062f\u0648\u0644 \u0639\u0645\u0644\u064a\u0627\u062a \u0627\u0644\u0625\u0644\u063a\u0627\u0621", + "Remove from List": "\u062d\u0630\u0641 \u0645\u0646 \u0627\u0644\u0644\u0627\u0626\u062d\u0629", + "Remove subsection %(subsectionDisplayName)s": " \u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0641\u0631\u0639\u064a %(subsectionDisplayName)s", + "Remove this team member?": "\u0623\u062a\u0648\u0651\u062f \u0627\u0633\u062a\u0628\u0639\u0627\u062f \u0639\u0636\u0648 \u0627\u0644\u0641\u0631\u064a\u0642 \u0647\u0630\u0627\u061f", + "Remove this video": "\u062d\u0630\u0641 \u0647\u0630\u0627 \u0627\u0644\u0641\u064a\u062f\u064a\u0648", + "Remove unit %(unitName)s": "\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0648\u062d\u062f\u0629 %(unitName)s", + "Remove {role} Access": "\u0625\u0644\u063a\u0627\u0621 \u0635\u0644\u0627\u062d\u064a\u0629 \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0640 {role}", + "Remove {video_name} video": "\u062d\u0630\u0641 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 {video_name}", + "Removing": "\u062c\u0627\u0631\u064a \u0627\u0644\u062d\u0630\u0641", + "Removing a video from this list does not affect course content. Any content that uses a previously uploaded video ID continues to display in the course.": "\u0644\u0627 \u064a\u0624\u062b\u0631 \u062d\u0630\u0641 \u0641\u064a\u062f\u064a\u0648 \u0645\u0646 \u0647\u0630\u0647 \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0639\u0644\u0649 \u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u0645\u0642\u0631\u0631. \u0648\u064a\u0633\u062a\u0645\u0631 \u0639\u0631\u0636 \u0623\u064a \u0645\u062d\u062a\u0648\u0649 \u064a\u0633\u062a\u062e\u062f\u0645 \u0645\u0639\u0631\u0641 \u0641\u064a\u062f\u064a\u0648 \u0645\u062d\u0645\u0644\u064b\u0627 \u0633\u0627\u0628\u0642\u064b\u0627 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u0645\u0642\u0631\u0631.", + "Replace": "\u0627\u0633\u062a\u0628\u062f\u0627\u0644", + "Report": "\u0627\u0644\u0625\u0628\u0644\u0627\u063a", + "Report abuse": "\u0627\u0644\u0625\u0628\u0644\u0627\u063a \u0639\u0646 \u0625\u0633\u0627\u0621\u0629 ", + "Report abuse, topics, and responses": "\u0623\u0628\u0644\u063a \u0639\u0646 \u0623\u0633\u0627\u0621\u0629 \u0623\u0648 \u0645\u0648\u0627\u0636\u064a\u0639 \u0623\u0648 \u0631\u062f\u0648\u062f", + "Reported": "\u0645\u0628\u0644\u0651\u064e\u063a \u0639\u0646\u0647", + "Requester": "\u0645\u0642\u062f\u0651\u0645 \u0627\u0644\u0637\u0644\u0628 ", + "Required field.": "\u062d\u0642\u0644 \u0645\u0637\u0644\u0648\u0628.", + "Rescore problem '<%- problem_id %>' for all students?": "\u0625\u0639\u0627\u062f\u0629 \u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0645\u0633\u0623\u0644\u0629 \u0631\u0642\u0645 \u2019<%- problem_id %>\u2018 \u0644\u0643\u0627\u0641\u0629 \u0627\u0644\u0637\u0644\u0627\u0628\u061f", + "Reset Password": "\u062a\u063a\u064a\u064a\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631", + "Reset Your Password": "\u063a\u064a\u0651\u0631 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u062d\u0633\u0627\u0628\u0643", + "Reset attempts for all students on problem '<%- problem_id %>'?": "\u0625\u0639\u0627\u062f\u0629 \u0636\u0628\u0637 \u0639\u062f\u062f \u0645\u062d\u0627\u0648\u0644\u0627\u062a \u062d\u0644\u0651 \u0627\u0644\u0637\u0644\u0651\u0627\u0628 \u0644\u0644\u0645\u0633\u0623\u0644\u0629 \u0631\u0642\u0645 \u2019<%- problem_id %>\u2018\u061f", + "Restore enrollment code": "\u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0631\u0645\u0632 \u0627\u0644\u062a\u0633\u062c\u064a\u0644", + "Retake Photo": "\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0642\u0627\u0637 \u0627\u0644\u0635\u0648\u0631\u0629", + "Retake Your Photos": "\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0642\u0627\u0637 \u0635\u0648\u0631\u0643", + "Retry Verification": "\u0623\u0639\u062f \u0645\u062d\u0627\u0648\u0644\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642", + "Return and add email address": "\u0627\u0644\u0639\u0648\u062f\u0629 \u0648\u0625\u0636\u0627\u0641\u0629 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a.", + "Return to Export": "\u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u0627\u0644\u062a\u0635\u062f\u064a\u0631", + "Return to Your Dashboard": "\u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u0644\u0648\u062d\u0629 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a", + "Return to team listing": "\u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u0625\u062f\u0631\u0627\u062c \u0627\u0644\u0641\u0631\u064a\u0642", + "Review Policy Exception": "\u0645\u0631\u0627\u062c\u0639\u0629 \u0627\u0633\u062a\u062b\u0646\u0627\u0621 \u0627\u0644\u0633\u064a\u0627\u0633\u0629", + "Review Rules": "\u0642\u0648\u0627\u0639\u062f \u0627\u0644\u0645\u0631\u0627\u062c\u0639\u0629", + "Review Your Photos": "\u0645\u0631\u0627\u062c\u0639\u0629 \u0635\u0648\u0631\u0643", + "Review your info": "\u0645\u0631\u0627\u062c\u0639\u0629 \u0645\u0639\u0644\u0648\u0645\u0627\u062a\u0643", + "Revoke access": "\u0625\u0644\u063a\u0627\u0621 \u0635\u0644\u0627\u062d\u064a\u0627\u062a \u0627\u0644\u0648\u0635\u0648\u0644", + "Save": "\u062d\u0641\u0638", + "Save Changes": "\u062d\u0641\u0651\u0638 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a", + "Save changes": "\u062d\u0641\u0638 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a", + "Saved cohort": "\u0627\u0644\u0634\u064f\u0639\u0628 \u0627\u0644\u0645\u062d\u0641\u0648\u0638\u0629", + "Saving": "\u064a\u062c\u0631\u064a \u0627\u0644\u062d\u0641\u0638", + "Saving your email preference": "\u062c\u0627\u0631\u064a \u062d\u0641\u0638 \u062a\u0641\u0636\u064a\u0644\u0627\u062a \u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", + "Saving...": "\u062c\u0627\u0631\u064a \u0627\u0644\u062d\u0641\u0638...", + "Scheduled:": "\u0645\u062c\u062f\u0648\u064e\u0644:", + "Search": "\u0627\u0644\u0628\u062d\u062b", + "Search Results": "\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u0646\u062a\u0627\u0626\u062c", + "Search all posts": "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0643\u0627\u0641\u0651\u0629 \u0627\u0644\u0645\u0646\u0634\u0648\u0631\u0627\u062a", + "Search teams": "\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u0641\u0631\u0642", + "Second Review Required": "\u0647\u0646\u0627\u0643 \u062d\u0627\u062c\u0629 \u0644\u0645\u0631\u0627\u062c\u0639\u0629 \u062b\u0627\u0646\u064a\u0629", + "Section": "\u0642\u0633\u0645", + "Section Visibility": "\u0631\u0624\u064a\u0629 \u0627\u0644\u0642\u0633\u0645", + "See all teams in your course, organized by topic. Join a team to collaborate with other learners who are interested in the same topic as you are.": "\u062a\u0641\u0636\u0651\u0644 \u0628\u0627\u0644\u0627\u0637\u0651\u0644\u0627\u0639 \u0639\u0644\u0649 \u062c\u0645\u064a\u0639 \u0627\u0644\u0641\u0631\u0642 \u0641\u064a \u0645\u0633\u0627\u0642\u0643\u060c \u0645\u0631\u062a\u0651\u0628\u0629\u064b \u0628\u062d\u0633\u0628 \u0627\u0644\u0645\u0648\u0636\u0648\u0639. \u0648\u0627\u0646\u0636\u0645 \u0625\u0644\u0649 \u0623\u062d\u062f\u0647\u0627 \u0644\u0644\u062a\u0639\u0627\u0648\u0646 \u0645\u0639 \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645\u064a\u0646 \u0627\u0644\u0622\u062e\u0631\u064a\u0646 \u0627\u0644\u0645\u0647\u062a\u0645\u0651\u064a\u0646 \u0628\u0627\u0644\u0645\u062c\u0627\u0644 \u0646\u0641\u0633\u0647 \u0645\u062b\u0644\u0643.", + "Select a Content Group": "\u064a\u064f\u0631\u062c\u0649 \u0627\u062e\u062a\u064a\u0627\u0631 \u0645\u062c\u0645\u0648\u0639\u0629 \u0645\u062d\u062a\u0648\u0649", + "Select a chapter": "\u0627\u062e\u062a\u0631 \u0641\u0635\u0644\u064b\u0627", + "Select a cohort": "\u0627\u062e\u062a\u0631 \u0634\u0639\u0628\u0629", + "Select a cohort to manage": "\u064a\u064f\u0631\u062c\u0649 \u0627\u062e\u062a\u064a\u0627\u0631 \u0634\u0639\u0628\u0629 \u0644\u0625\u062f\u0627\u0631\u062a\u0647\u0627.", + "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.": "\u0627\u062e\u062a\u0631 \u0641\u062a\u0631\u0629 \u0632\u0645\u0646\u064a\u0629 \u0645\u062e\u0635\u0651\u0635\u0629 \u0644\u0625\u062c\u0631\u0627\u0621 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646. \u0625\u0630\u0627 \u0632\u0627\u062f\u062a \u0627\u0644\u0642\u064a\u0645\u0629 \u0639\u0646 24 \u0633\u0627\u0639\u0629\u060c\u0623\u062f\u062e\u0644 \u0645\u0642\u062f\u0627\u0631\u064b\u0627 \u0645\u0646 \u0627\u0644\u0648\u0642\u062a. \u064a\u0645\u0643\u0646\u0643 \u0643\u0645\u062c \u0645\u062a\u0639\u0644\u0651\u0645\u064a\u0646 \u0645\u062d\u062f\u062f\u064a\u0646 \u0632\u0645\u0646\u064b\u0627 \u0625\u0636\u0627\u0641\u064a\u064b\u0627 \u0644\u0625\u062c\u0631\u0627\u0621 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0644\u0648\u062d\u0629 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0623\u0633\u062a\u0627\u0630.", + "Select the time zone for displaying course dates. If you do not specify a time zone, course dates, including assignment deadlines, will be displayed in your browser's local time zone.": "\u062d\u062f\u062f \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0632\u0645\u0646\u064a\u0629 \u0644\u0639\u0631\u0636 \u0645\u0648\u0627\u0639\u064a\u062f \u0627\u0644\u062f\u0648\u0631\u0629. \u0625\u0630\u0627 \u0644\u0645 \u062a\u0642\u0645 \u0628\u062a\u062d\u062f\u064a\u062f \u0645\u0646\u0637\u0642\u0629 \u0632\u0645\u0646\u064a\u0629\u060c \u0633\u064a\u062a\u0645 \u0639\u0631\u0636 \u0645\u0648\u0627\u0639\u064a\u062f \u0627\u0644\u062f\u0648\u0631\u0629\u060c \u0628\u0645\u0627 \u0641\u064a \u0630\u0644\u0643 \u0645\u0648\u0627\u0639\u064a\u062f \u062a\u0642\u062f\u064a\u0645 \u0627\u0644\u0648\u0627\u062c\u0628\u0627\u062a\u060c \u0648\u0641\u0642\u0627\u064b \u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0645\u062d\u0644\u064a \u0641\u064a \u0627\u0644\u0645\u062a\u0635\u0641\u062d.", + "Selected tab": "\u0627\u0644\u062a\u0628\u0648\u064a\u0628\u0629 \u0627\u0644\u0645\u0646\u062a\u0642\u0627\u0629", + "Send notification to mobile apps": "\u0625\u0631\u0633\u0627\u0644 \u062a\u0646\u0628\u064a\u0647\u0627\u062a \u0625\u0644\u0649 \u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0627\u0644\u0647\u0627\u062a\u0641 \u0627\u0644\u062c\u0648\u0627\u0644", + "Send push notification to mobile apps": "\u0625\u0631\u0633\u0627\u0644 \u0625\u062e\u0637\u0627\u0631\u0627\u062a \u0644\u062d\u0638\u064a\u0629 \u0625\u0644\u0649 \u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0627\u0644\u0647\u0627\u062a\u0641 \u0627\u0644\u062c\u0648\u0627\u0644", + "Send to:": "\u0623\u0631\u0633\u0644 \u0625\u0644\u0649: ", + "Sent By": "\u0627\u0644\u0645\u0631\u0633\u0650\u0644", + "Sent By:": "\u0627\u0644\u0645\u0631\u0633\u0650\u0644:", + "Sent To": "\u0645\u064f\u0631\u0633\u0644 \u0625\u0644\u0649", + "Sent To:": "\u0627\u0644\u0645\u0631\u0633\u064e\u0644 \u0625\u0644\u064a\u0647:", + "Server Error, Please refresh the page and try again.": "\u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u0645\u062e\u062f\u0651\u0645\u060c \u064a\u064f\u0631\u062c\u0649 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0635\u0641\u062d\u0629 \u0648\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", + "Set as a Special Exam": "\u0639\u064a\u0651\u0646 \u0627\u0645\u062a\u062d\u0627\u0646\u064b\u0627 \u0645\u062e\u0635\u0651\u0635\u064b\u0627", + "Set up your certificate": "\u0623\u0639\u062f\u0651 \u0634\u0647\u0627\u062f\u062a\u0643", + "Settings": "\u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a", + "Share": "\u0634\u0627\u0631\u0643", + "Share on Mozilla Backpack": "\u0634\u0627\u0631\u0643 \u0639\u0644\u0649 Mozilla Backpack", + "Share your \"%(display_name)s\" award": "\u0634\u0627\u0631\u0643 \"%(display_name)s\" \u062c\u0627\u0626\u0632\u062a\u0643", + "Show": "\u0623\u0638\u0647\u0631", + "Show All": "\u0639\u0631\u0636 \u0627\u0644\u0643\u0644", "Show Comment (%(num_comments)s)": [ - "\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062a\u0639\u0644\u064a\u0642 (%(num_comments)s)", - "\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062a\u0639\u0644\u064a\u0642 (%(num_comments)s)", - "\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062a\u0639\u0644\u064a\u0642\u0627\u062a (%(num_comments)s)", - "\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062a\u0639\u0644\u064a\u0642\u0627\u062a (%(num_comments)s)", - "\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062a\u0639\u0644\u064a\u0642\u0627\u062a (%(num_comments)s)", + "\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062a\u0639\u0644\u064a\u0642 (%(num_comments)s)", + "\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062a\u0639\u0644\u064a\u0642 (%(num_comments)s)", + "\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062a\u0639\u0644\u064a\u0642\u0627\u062a (%(num_comments)s)", + "\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062a\u0639\u0644\u064a\u0642\u0627\u062a (%(num_comments)s)", + "\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062a\u0639\u0644\u064a\u0642\u0627\u062a (%(num_comments)s)", "\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062a\u0639\u0644\u064a\u0642\u0627\u062a (%(num_comments)s)" - ], - "Show Deprecated Settings": "\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u0647\u0645\u0644\u0629", - "Show Discussion": "\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0642\u0627\u0634", - "Show entire subsection": "\u0639\u0631\u0636 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0641\u0631\u0639\u064a \u0628\u0627\u0644\u0643\u0627\u0645\u0644", - "Show me other ways to sign in or register": "\u0625\u0638\u0647\u0627\u0631 \u0648\u0633\u0627\u0626\u0644 \u0623\u062e\u0631\u0649 \u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0623\u0648 \u0644\u0644\u062a\u0633\u062c\u064a\u0644", - "Show notes": "\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0645\u0644\u0627\u062d\u0638\u0627\u062a", - "Show posts by {username}.": "\u0639\u0631\u0636 \u0645\u0646\u0634\u0648\u0631\u0627\u062a\u0650 \u062d\u0633\u0628 {username}.", - "Showing all responses": "\u0625\u0638\u0647\u0627\u0631 \u0643\u0627\u0641\u0629 \u0627\u0644\u0631\u062f\u0648\u062f", + ], + "Show Deprecated Settings": "\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u0647\u0645\u0644\u0629", + "Show Discussion": "\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0642\u0627\u0634", + "Show entire subsection": "\u0639\u0631\u0636 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0641\u0631\u0639\u064a \u0628\u0627\u0644\u0643\u0627\u0645\u0644", + "Show me other ways to sign in or register": "\u0625\u0638\u0647\u0627\u0631 \u0648\u0633\u0627\u0626\u0644 \u0623\u062e\u0631\u0649 \u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0623\u0648 \u0644\u0644\u062a\u0633\u062c\u064a\u0644", + "Show notes": "\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0645\u0644\u0627\u062d\u0638\u0627\u062a", + "Show posts by {username}.": "\u0639\u0631\u0636 \u0645\u0646\u0634\u0648\u0631\u0627\u062a\u0650 \u062d\u0633\u0628 {username}.", + "Showing all responses": "\u0625\u0638\u0647\u0627\u0631 \u0643\u0627\u0641\u0629 \u0627\u0644\u0631\u062f\u0648\u062f", "Showing first response": [ - "\u0639\u0631\u0636 \u0623\u0648\u0644 {numResponses} \u0625\u062c\u0627\u0628\u0627\u062a", - " \u0639\u0631\u0636 \u0623\u0648\u0644 {numResponses} \u0625\u062c\u0627\u0628\u0627\u062a", - " \u0639\u0631\u0636 \u0623\u0648\u0644 {numResponses} \u0625\u062c\u0627\u0628\u0627\u062a", - " \u0639\u0631\u0636 \u0623\u0648\u0644 {numResponses} \u0625\u062c\u0627\u0628\u0627\u062a", - "\u0639\u0631\u0636 \u0623\u0648\u0644 {numResponses} \u0625\u062c\u0627\u0628\u0627\u062a", + "\u0639\u0631\u0636 \u0623\u0648\u0644 {numResponses} \u0625\u062c\u0627\u0628\u0627\u062a", + " \u0639\u0631\u0636 \u0623\u0648\u0644 {numResponses} \u0625\u062c\u0627\u0628\u0627\u062a", + " \u0639\u0631\u0636 \u0623\u0648\u0644 {numResponses} \u0625\u062c\u0627\u0628\u0627\u062a", + " \u0639\u0631\u0636 \u0623\u0648\u0644 {numResponses} \u0625\u062c\u0627\u0628\u0627\u062a", + "\u0639\u0631\u0636 \u0623\u0648\u0644 {numResponses} \u0625\u062c\u0627\u0628\u0627\u062a", "\u0639\u0631\u0636 \u0623\u0648\u0644 {numResponses} \u0625\u062c\u0627\u0628\u0627\u062a" - ], - "Showing results for \"{searchString}\"": "\u0639\u0631\u0636 \u0646\u062a\u0627\u0626\u062c \"{searchString}\"", - "Showing {firstIndex} out of {numItems} total": "\u064a\u064f\u0639\u0631\u0636 \u0627\u0644\u0622\u0646 {firstIndex} \u0645\u0646 \u0623\u0635\u0644 {numItems}.", - "Showing {firstIndex}-{lastIndex} out of {numItems} total": "\u064a\u064f\u0639\u0631\u0636 \u0627\u0644\u0622\u0646 {firstIndex}-{lastIndex} \u0645\u0646 \u0623\u0635\u0644 {numItems}.", - "Sign in": "\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644", - "Sign in here using your email address and password, or use one of the providers listed below.": "\u064a\u064f\u0631\u062c\u0649 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0639\u0646\u0648\u0627\u0646 \u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0648\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631\u060c \u0623\u0648 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0623\u062d\u062f \u0627\u0644\u0645\u0632\u0648\u0651\u0650\u062f\u064a\u0646 \u0627\u0644\u0645\u0630\u0643\u0648\u0631\u064a\u0646 \u0623\u062f\u0646\u0627\u0647.", - "Sign in here using your email address and password.": "\u064a\u064f\u0631\u062c\u0649 \u062a\u0633\u062c\u064a\u0644 \u062f\u062e\u0648\u0644\u0643 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0639\u0646\u0648\u0627\u0646 \u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0648\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631.", - "Sign in using %(providerName)s": "\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 %(providerName)s", - "Sign in with %(providerName)s": "\u064a\u064f\u0631\u062c\u0649 \u0645\u0646\u0643 \u062a\u0633\u062c\u064a\u0644 \u062f\u062e\u0648\u0644\u0643 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 %(providerName)s", - "Sign in with Institution/Campus Credentials": "\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0628\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0624\u0633\u0651\u0633\u0629/ \u0627\u0644\u062d\u0631\u0645 \u0627\u0644\u062c\u0627\u0645\u0639\u064a", - "Signatory": "\u0645\u064f\u0648\u0642\u0651\u0639", - "Signatory field(s) has invalid data.": "\u064a\u062d\u062a\u0648\u064a \u062d\u0642\u0644 (\u062d\u0642\u0648\u0644) \u0627\u0644\u0645\u0648\u0642\u0651\u0639 \u0639\u0644\u0649 \u0628\u064a\u0627\u0646\u0627\u062a \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629.", - "Signature Image": "\u0635\u0648\u0631\u0629 \u0627\u0644\u062a\u0648\u0642\u064a\u0639", - "Some Rights Reserved": "\u0628\u0639\u0636 \u0627\u0644\u062d\u0642\u0648\u0642 \u0645\u062d\u0641\u0648\u0638\u0629", - "Some images in this post have been omitted": "\u0644\u0642\u062f \u062a\u0645 \u062d\u0630\u0641 \u0628\u0639\u0636 \u0627\u0644\u0635\u0648\u0631 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u0645\u0646\u0634\u0648\u0631", - "Something went wrong changing this enrollment. Please try again.": "\u062d\u062f\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u062a\u063a\u064a\u064a\u0631 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0647\u0630\u0647. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", - "Sorry, no results were found.": "\u0639\u0630\u0631\u064b\u0627\u060c \u0644\u0627 \u062a\u0648\u062c\u062f \u0623\u064a \u0646\u062a\u0627\u0626\u062c.", - "Sorted by": "\u0627\u0644\u062a\u0631\u062a\u064a\u0628 \u0628\u062d\u0633\u0628: ", - "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "\u064a\u064f\u0631\u062c\u0649 \u062a\u062d\u062f\u064a\u062f \u0628\u062f\u064a\u0644 \u0644\u0644\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0631\u0633\u0645\u064a \u0644\u0644\u0645\u0633\u0627\u0642 \u0644\u0648\u0636\u0639\u0647 \u0639\u0644\u0649 \u0627\u0644\u0634\u0647\u0627\u062f\u0627\u062a. \u0648\u064a\u064f\u0631\u062c\u0649 \u062a\u0631\u0643 \u0647\u0630\u0627 \u0627\u0644\u062d\u0642\u0644 \u0641\u0627\u0631\u063a\u064b\u0627 \u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0631\u0633\u0645\u064a \u0644\u0644\u0645\u0633\u0627\u0642.", - "Staff": "\u0637\u0627\u0642\u0645 \u0627\u0644\u0645\u0633\u0627\u0642", - "Staff Only": "\u0637\u0627\u0642\u0645 \u0627\u0644\u0645\u0633\u0627\u0642 \u0641\u0642\u0637", - "Staff and Learners": "\u0627\u0644\u0645\u0648\u0638\u0641\u0648\u0646 \u0648\u0627\u0644\u0645\u062a\u0639\u0644\u0645\u0648\u0646", - "Start Date": "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0628\u062f\u0621", - "Start Proctored Exam": "\u0628\u062f\u0621 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0645\u0631\u0627\u0642\u0628", - "Start System Check": "\u0628\u062f\u0621 \u0641\u062d\u0635 \u0627\u0644\u0646\u0638\u0627\u0645", - "Start generating certificates for all students in this course?": "\u0647\u0644 \u062a\u0631\u064a\u062f \u0627\u0644\u0628\u062f\u0621 \u0628\u0625\u0639\u062f\u0627\u062f \u0627\u0644\u0634\u0647\u0627\u062f\u0627\u062a \u0644\u062c\u0645\u064a\u0639 \u0627\u0644\u0637\u0644\u0651\u0627\u0628 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u0627\u0642\u061f", - "Start regenerating certificates for students in this course?": "\u0647\u0644 \u062a\u0648\u062f\u0651 \u0645\u0639\u0627\u0648\u062f\u0629 \u0627\u0644\u0628\u062f\u0621 \u0628\u0625\u0639\u062f\u0627\u062f \u0627\u0644\u0634\u0647\u0627\u062f\u0627\u062a \u0644\u0637\u0644\u0651\u0627\u0628 \u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u0627\u0642\u061f", - "Start working toward your next learning goal.": "\u0627\u0628\u062f\u0622 \u0627\u0644\u0639\u0645\u0644 \u0641\u064a \u0627\u062a\u062c\u0627\u0647 \u0647\u062f\u0641\u0643 \u0627\u0644\u062a\u0627\u0644\u064a.", - "Started": "\u0628\u062f\u0623 \u0641\u064a \u062a\u0627\u0631\u064a\u062e", - "Started entrance exam rescore task for student '{student_id}'. Click the 'Show Task Status' button to see the status of the task.": "\u062a\u0645 \u0628\u062f\u0621 \u0645\u0647\u0645\u0651\u0629 \u0625\u0639\u0627\u062f\u0629 \u062a\u0642\u064a\u064a\u0645 \u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u062f\u062e\u0648\u0644 \u0644\u0644\u0637\u0627\u0644\u0628 '{student_id}'. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0632\u0631 \u2019\u0639\u0631\u0636 \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0647\u0645\u0629\u2018 \u0644\u0644\u0627\u0637\u0651\u0644\u0627\u0639 \u0639\u0644\u0649 \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0647\u0645\u0629.", - "Started rescore problem task for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u062a\u0645 \u0628\u062f\u0621 \u0645\u0647\u0645\u0651\u0629 \u0625\u0639\u0627\u062f\u0629 \u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0645\u0633\u0623\u0644\u0629 \u0631\u0642\u0645 \u2019<%- problem_id %>\u2018 \u0644\u0644\u0637\u0627\u0644\u0628 \u2019<%- student_id %>\u2018. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0632\u0631 \u2019\u0639\u0631\u0636 \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0647\u0645\u0629\u2018 \u0644\u0644\u0627\u0637\u0651\u0644\u0627\u0639 \u0639\u0644\u0649 \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0647\u0645\u0629.", - "Starts": "\u0627\u0644\u0628\u062f\u0627\u064a\u0629", - "Starts: %(start_date)s": "\u064a\u0628\u062f\u0623 \u0628\u062a\u0627\u0631\u064a\u062e:%(start_date)s", - "State": "\u0627\u0644\u062d\u0627\u0644\u0629", - "Status": "\u0627\u0644\u062d\u0627\u0644\u0629", - "Status of Your Response": "\u062d\u0627\u0644\u0629 \u0631\u062f\u0651\u0643.", - "Student": "\u0627\u0644\u0637\u0627\u0644\u0628", - "Student Removed from certificate white list successfully.": "\u062c\u0631\u062a \u0625\u0632\u0627\u0644\u0629 \u0627\u0633\u0645 \u0627\u0644\u0637\u0627\u0644\u0628 \u0645\u0646 \u0634\u0647\u0627\u062f\u0627\u062a \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0628\u064a\u0636\u0627\u0621 \u0628\u0646\u062c\u0627\u062d.", - "Student email or username": "\u0627\u0633\u0645 \u0623\u0648 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0637\u0627\u0644\u0628 \u0627\u0644\u0628\u0631\u064a\u062f\u064a", - "Studio:": "\u0627\u0633\u062a\u0648\u062f\u064a\u0648:", - "Subject": "\u0627\u0644\u0645\u0648\u0636\u0648\u0639", - "Subject:": "\u0627\u0644\u0645\u0648\u0636\u0648\u0639:", - "Submit": "\u062a\u0642\u062f\u064a\u0645", - "Submit Application": "\u062a\u0642\u062f\u064a\u0645 \u0627\u0644\u0637\u0644\u0628", - "Submit enrollment change": "\u062a\u0642\u062f\u064a\u0645 \u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u062a\u0633\u062c\u064a\u0644", - "Submitted": "\u062c\u0631\u0649 \u0627\u0644\u062a\u0642\u062f\u064a\u0645", - "Subsection": "\u0642\u0633\u0645\u064c \u0641\u0631\u0639\u064a\u0651", - "Subsection Visibility": "\u0631\u0624\u064a\u0629 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0641\u0631\u0639\u064a", - "Subsection is hidden after due date": "\u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0641\u0631\u0639\u064a \u0645\u062e\u0641\u064a \u0628\u0639\u062f \u0627\u0644\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0645\u062d\u062f\u062f", - "Success": "\u062c\u0631\u062a \u0627\u0644\u0639\u0645\u0644\u064a\u0629 \u0628\u0646\u062c\u0627\u062d", - "Success! Problem attempts reset for problem '<%- problem_id %>' and student '<%- student_id %>'.": "\u0631\u0627\u0626\u0639! \u062a\u0645\u062a \u0625\u0639\u0627\u062f\u0629 \u0636\u0628\u0637 \u0639\u062f\u062f \u0645\u062d\u0627\u0648\u0644\u0627\u062a \u062d\u0644\u0651 \u0627\u0644\u0645\u0633\u0623\u0644\u0629 \u0631\u0642\u0645 \u2019<%- problem_id %>\u2018 \u0648\u0627\u0644\u0637\u0627\u0644\u0628 \u2019<%- student_id %>\u2018.", - "Successfully deleted student state for user {user}": "\u062c\u0631\u0649 \u0628\u0646\u062c\u0627\u062d \u062d\u0630\u0641 \u062d\u0627\u0644\u0629 \u0627\u0644\u0637\u0627\u0644\u0628 \u0644\u0644\u0645\u0633\u062a\u062e\u062f\u0645 {user}.", - "Successfully enrolled and sent email to the following users:": "\u062c\u0631\u0649 \u0628\u0646\u062c\u0627\u062d \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0627\u0644\u062a\u0627\u0644\u064a\u0646 \u0648\u0645\u0631\u0627\u0633\u0644\u062a\u0647\u0645 \u0639\u0628\u0631 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a:", - "Successfully enrolled the following users:": "\u062c\u0631\u0649 \u0628\u0646\u062c\u0627\u062d \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0627\u0644\u062a\u0627\u0644\u064a\u0646:", - "Successfully rescored problem for user {user}": "\u062c\u0631\u0649 \u0628\u0646\u062c\u0627\u062d \u0625\u0639\u0627\u062f\u0629 \u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0645\u0633\u0623\u0644\u0629 \u0644\u0644\u0645\u0633\u062a\u062e\u062f\u0645 {user}.", - "Successfully rescored problem to improve score for user {user}": "\u062a\u0645\u062a \u0628\u0646\u062c\u0627\u062d \u0639\u0645\u0644\u064a\u0629 \u0625\u0639\u0627\u062f\u0629 \u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0645\u0633\u0623\u0644\u0629 \u0644\u062a\u062d\u0633\u064a\u0646 \u0646\u062a\u064a\u062c\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 {user}", - "Successfully reset the attempts for user {user}": "\u062c\u0631\u0649 \u0628\u0646\u062c\u0627\u062d \u0625\u0639\u0627\u062f\u0629 \u0636\u0628\u0637 \u0639\u062f\u062f \u0645\u062d\u0627\u0648\u0644\u0627\u062a \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 {user}.", - "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "\u062c\u0631\u0649 \u0628\u0646\u062c\u0627\u062d \u0645\u0631\u0627\u0633\u0644\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0627\u0644\u062a\u0627\u0644\u064a\u0646 \u0639\u0628\u0631 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u062d\u0648\u0644 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u062a\u0633\u062c\u064a\u0644\u060c \u0648\u0633\u064a\u064f\u0633\u0645\u062d \u0644\u0647\u0645 \u0628\u0627\u0644\u0627\u0644\u062a\u062d\u0627\u0642 \u0628\u0627\u0644\u0645\u0633\u0627\u0642 \u062d\u0627\u0644\u0645\u0627 \u064a\u0633\u062c\u0651\u0644\u0648\u0646 \u0623\u0646\u0641\u0633\u0647\u0645: ", - "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "\u062c\u0631\u0649 \u0628\u0646\u062c\u0627\u062d \u0645\u0631\u0627\u0633\u0644\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0627\u0644\u062a\u0627\u0644\u064a\u0646 \u0639\u0628\u0631 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u062d\u0648\u0644 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u062a\u0633\u062c\u064a\u0644\u060c \u0648\u0633\u064a\u062c\u0631\u064a \u0625\u0644\u062d\u0627\u0642\u0647\u0645 \u0628\u0627\u0644\u0645\u0633\u0627\u0642 \u062d\u0627\u0644\u0645\u0627 \u064a\u0633\u062c\u0651\u0644\u0648\u0646 \u0623\u0646\u0641\u0633\u0647\u0645: ", - "Successfully started task to rescore problem '<%- problem_id %>' for all students. Click the 'Show Task Status' button to see the status of the task.": "\u062a\u0645 \u0628\u0646\u062c\u0627\u062d \u0628\u062f\u0621 \u0645\u0647\u0645\u0629 \u0625\u0639\u0627\u062f\u0629 \u0636\u0628\u0637 \u0639\u062f\u062f \u0645\u062d\u0627\u0648\u0644\u0627\u062a \u062d\u0644\u0651 \u0627\u0644\u0645\u0633\u0623\u0644\u0629 \u0631\u0642\u0645 \u2019<%- problem_id %>\u2018 \u0644\u0643\u0627\u0641\u0629 \u0627\u0644\u0637\u0644\u0627\u0628. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0632\u0631 \u2019\u0639\u0631\u0636 \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0647\u0645\u0629\u2018 \u0644\u0644\u0627\u0637\u0651\u0644\u0627\u0639 \u0639\u0644\u0649 \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0647\u0645\u0629.", - "Successfully started task to reset attempts for problem '<%- problem_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u062a\u0645 \u0628\u0646\u062c\u0627\u062d \u0628\u062f\u0621 \u0645\u0647\u0645\u0629 \u0625\u0639\u0627\u062f\u0629 \u0636\u0628\u0637 \u0639\u062f\u062f \u0645\u062d\u0627\u0648\u0644\u0627\u062a \u062d\u0644\u0651 \u0627\u0644\u0645\u0633\u0623\u0644\u0629 \u2019<%- problem_id %>\u2018.\u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0632\u0631 \u2019\u0639\u0631\u0636 \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0647\u0645\u0629\u2018 \u0644\u0644\u0627\u0637\u0651\u0644\u0627\u0639 \u0639\u0644\u0649 \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0647\u0645\u0629.", - "Successfully unlinked.": "\u0646\u062c\u062d \u0641\u0635\u0644 \u0627\u0644\u0631\u0628\u0637", - "Supported": "\u0645\u062f\u0639\u0645", - "TOTAL": "\u0627\u0644\u0645\u062c\u0645\u0648\u0639 \u0627\u0644\u0643\u0644\u064a", - "Tags": "\u0627\u0644\u0639\u0644\u0627\u0645\u0627\u062a", - "Tags:": "\u0627\u0644\u0639\u0644\u0627\u0645\u0627\u062a: ", - "Take Photo": "\u0627\u0644\u062a\u0642\u0627\u0637 \u0635\u0648\u0631\u0629 ", - "Take Your Photo": "\u0627\u0644\u062a\u0642\u0637 \u0635\u0648\u0631\u062a\u0643 ", - "Take a Photo of Your ID": "\u0627\u0644\u062a\u0642\u0637 \u0635\u0648\u0631\u0629 \u0644\u0628\u0637\u0627\u0642\u062a\u0643 \u0627\u0644\u0634\u062e\u0635\u064a\u0629", - "Take a photo of your ID": "\u0627\u0644\u062a\u0642\u0627\u0637 \u0635\u0648\u0631\u0629 \u0644\u0628\u0637\u0627\u0642\u062a\u0643 \u0627\u0644\u0634\u062e\u0635\u064a\u0629", - "Take me to the main course page": "\u0623\u0631\u062c\u0648 \u0623\u062e\u0630\u064a \u0625\u0644\u0649 \u0627\u0644\u0635\u0641\u062d\u0629 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 \u0644\u0644\u0645\u0633\u0627\u0642.", - "Take me to the main library page": "\u0623\u0631\u062c\u0648 \u0623\u062e\u0630\u064a \u0625\u0644\u0649 \u0635\u0641\u062d\u0629 \u0627\u0644\u0645\u0643\u062a\u0628\u0629.", - "Take this exam without proctoring.": "\u0627\u0644\u062e\u0636\u0648\u0639 \u0644\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u062f\u0648\u0646 \u0645\u0631\u0627\u0642\u0628\u0629.", - "Taking As Open Exam": "\u0627\u0645\u062a\u062d\u0627\u0646 \u0645\u0641\u062a\u0648\u062d", - "Taking As Proctored Exam": "\u0627\u0645\u062a\u062d\u0627\u0646 \u0645\u0631\u0627\u0642\u0628", - "Taking as Proctored": "\u0645\u0631\u0627\u0642\u0628", - "Task ID": "\u0631\u0645\u0632 \u0627\u0644\u0645\u0647\u0645\u0651\u0629", - "Task Progress": "\u062a\u0637\u0648\u0651\u0631 \u0627\u0644\u0645\u0647\u0645\u0629 ", - "Task Status": "\u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0647\u0645\u0629", - "Task Type": "\u0646\u0648\u0639 \u0627\u0644\u0645\u0647\u0645\u0629 ", - "Task inputs": "\u0645\u062f\u062e\u0644\u0627\u062a \u0627\u0644\u0645\u0647\u0645\u0629 ", - "Teaching Assistant": "\u0645\u0633\u0627\u0639\u062f \u0645\u062f\u0631\u0651\u0633", - "Team \"{team}\" successfully deleted.": "\u0644\u0642\u062f \u062c\u0631\u0649 \u062d\u0630\u0641 \u0627\u0644\u0641\u0631\u064a\u0642 \"{team}\" \u0628\u0646\u062c\u0627\u062d.", - "Team Description (Required) *": "\u0648\u0635\u0641 \u062a\u0639\u0631\u064a\u0641\u064a \u0628\u0627\u0644\u0641\u0631\u064a\u0642 (\u0645\u0637\u0644\u0648\u0628)*", - "Team Details": "\u062a\u0641\u0627\u0635\u064a\u0644 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0641\u0631\u064a\u0642", - "Team Name (Required) *": "\u0627\u0633\u0645 \u0627\u0644\u0641\u0631\u064a\u0642 (\u0645\u0637\u0644\u0648\u0628)*", - "Team Search": "\u0628\u062d\u062b \u0627\u0644\u0641\u0631\u064a\u0642", - "Team capacity": "\u0633\u0639\u0629 \u0627\u0633\u062a\u064a\u0639\u0627\u0628 \u0627\u0644\u0641\u0631\u064a\u0642", - "Team description cannot have more than 300 characters.": "\u064a\u062c\u0628 \u0623\u0644\u0627 \u064a\u062a\u062c\u0627\u0648\u0632 \u0627\u0633\u0645 \u0627\u0644\u0641\u0631\u064a\u0642 300 \u062d\u0631\u0641\u064b\u0627.", - "Team member profiles": "\u0644\u0645\u062d\u0629 \u0645\u0648\u062c\u0632\u0629 \u0639\u0646 \u0623\u0639\u0636\u0627\u0621 \u0627\u0644\u0641\u0631\u064a\u0642", - "Team name cannot have more than 255 characters.": "\u064a\u062c\u0628 \u0623\u0644\u0627 \u064a\u062a\u062c\u0627\u0648\u0632 \u0627\u0633\u0645 \u0627\u0644\u0641\u0631\u064a\u0642 255 \u062d\u0631\u0641\u064b\u0627.", - "Teams": "\u0627\u0644\u0641\u0650\u0631\u064e\u0642", - "Teams Pagination": "\u062a\u0631\u0642\u064a\u0645 \u0635\u0641\u062d\u0627\u062a \u0627\u0644\u0641\u0650\u0631\u0642", - "Textbook Name": "\u0627\u0633\u0645 \u0627\u0644\u0643\u062a\u0627\u0628 ", - "Textbook information": "\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0639\u0646 \u0627\u0644\u0643\u062a\u0627\u0628 ", - "Thank you %(full_name)s! We have received your payment for %(course_name)s.": "\u0634\u0643\u0631\u0627\u064b \u062c\u0632\u064a\u0644\u0627\u064b %(full_name)s! \u0644\u0642\u062f \u0627\u0633\u062a\u0644\u0645\u0646\u0627 \u0627\u0644\u0645\u0628\u0644\u063a \u0627\u0644\u0630\u064a \u0633\u062f\u062f\u062a\u0647 \u0644\u0642\u0627\u0621 \u0645\u0634\u0627\u0631\u0643\u062a\u0643 \u0641\u064a %(course_name)s.", - "Thank you for submitting your financial assistance application for {course_name}! You can expect a response in 2-4 business days.": "\u0646\u0634\u0643\u0631\u0643 \u0644\u062a\u0642\u062f\u064a\u0645\u0643 \u0637\u0644\u0628 \u062f\u0639\u0645 \u0645\u0627\u0644\u064a \u0644\u0644\u0645\u0633\u0627\u0642 {course_name}! \u064a\u0645\u0643\u0646\u0643 \u0623\u0646 \u062a\u062a\u0648\u0642\u0639 \u0627\u0633\u062a\u0644\u0627\u0645 \u0627\u0644\u0631\u062f\u0651 \u062e\u0644\u0627\u0644 2-4 \u0623\u064a\u0627\u0645 \u0639\u0645\u0644.", - "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "\u0634\u0643\u0631\u064b\u0627 \u0644\u0643 \u0639\u0644\u0649 \u062a\u0642\u062f\u064a\u0645 \u0635\u0648\u0631\u0643. \u0633\u0646\u0631\u0627\u062c\u0639\u0647\u0627 \u0642\u0631\u064a\u0628\u064b\u0627. \u0648\u064a\u0645\u0643\u0646\u0643 \u0627\u0644\u0622\u0646 \u062a\u0633\u062c\u064a\u0644 \u0639\u0636\u0648\u064a\u062a\u0643 \u0641\u064a \u0623\u064a\u064b \u0645\u0646 \u0645\u0633\u0627\u0642\u0627\u062a %(platformName)s \u0627\u0644\u062a\u064a \u062a\u0645\u0646\u062d \u0634\u0647\u0627\u062f\u0627\u062a \u0645\u0648\u062b\u0651\u0651\u064e\u0642\u0629. \u0648\u0628\u064a\u0646\u0645\u0627 \u064a\u0633\u0631\u064a \u0645\u0641\u0639\u0648\u0644 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642 \u0644\u0645\u062f\u0651\u0629 \u0639\u0627\u0645\u060c \u064a\u062c\u0628 \u0623\u0646 \u062a\u0642\u062f\u0651\u0645 \u0627\u0644\u0635\u0648\u0631 \u0644\u0644\u062a\u062d\u0642\u0651\u0642 \u0645\u0646\u0647\u0627 \u0645\u062c\u062f\u0651\u062f\u064b\u0627 \u0628\u0639\u062f \u0627\u0646\u0642\u0636\u0627\u0621 \u0627\u0644\u0639\u0627\u0645. ", - "Thank you! We have received your payment for {courseName}.": "\u0634\u0643\u0631\u0627\u064b \u0644\u0643! \u0644\u0642\u062f \u0627\u0633\u062a\u0644\u0645\u0646\u0627 \u0645\u062f\u0641\u0648\u0639\u0627\u062a\u0643 \u0644\u0640{courseName}", - "Thanks for returning to verify your ID in: {courseName}": "\u0634\u0643\u0631\u0627\u064b \u0644\u0639\u0648\u062f\u062a\u0643 \u0644\u062a\u0623\u0643\u064a\u062f \u0628\u0637\u0627\u0642\u062a\u0643 \u0627\u0644\u0634\u062e\u0635\u064a\u0629 \u0641\u064a : {courseName}", - "The certificate for this learner has been re-validated and the system is re-running the grade for this learner.": "\u062c\u0631\u062a \u0625\u0639\u0627\u062f\u0629 \u062a\u0648\u062b\u064a\u0642 \u0634\u0647\u0627\u062f\u0629 \u0647\u0630\u0627 \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645 \u0648\u064a\u0639\u0645\u0644 \u0627\u0644\u0646\u0638\u0627\u0645 \u0639\u0644\u0649 \u0625\u0639\u0627\u062f\u0629 \u0639\u0631\u0636 \u0639\u0644\u0627\u0645\u062a\u0647 \u0627\u0644\u0645\u0645\u0646\u0648\u062d\u0629.", - "The cohort cannot be added": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0634\u0639\u0628\u0629", - "The cohort cannot be saved": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u062d\u0641\u0638 \u0627\u0644\u0634\u0639\u0628\u0629", - "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u0632\u064a\u062f \u0645\u062c\u0645\u0648\u0639 \u0627\u0644\u0623\u062d\u0631\u0641 \u0641\u064a \u062d\u0642\u0644\u064a \u0627\u0644\u0645\u0624\u0633\u0633\u0629 \u0648\u0631\u0645\u0632 \u0627\u0644\u0645\u0643\u062a\u0628\u0629 \u0639\u0646 <%=limit%> \u062d\u0631\u0641\u064b\u0627.", - "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u0632\u064a\u062f \u0645\u062c\u0645\u0648\u0639 \u0627\u0644\u0623\u062d\u0631\u0641 \u0641\u064a \u062d\u0642\u0648\u0644 \u0627\u0644\u0645\u0624\u0633\u0633\u0629 \u0648\u0631\u0642\u0645 \u0627\u0644\u0645\u0633\u0627\u0642 \u0648\u0641\u062a\u0631\u0629 \u0637\u0631\u062d \u0627\u0644\u0645\u0633\u0627\u0642 \u0639\u0646 <%=limit%> \u062d\u0631\u0641\u064b\u0627.", - "The country that team members primarily identify with.": "\u0627\u0644\u0628\u0644\u062f \u0627\u0644\u0630\u064a \u064a\u0639\u062a\u0645\u062f\u0647 \u0623\u0639\u0636\u0627\u0621 \u0627\u0644\u0641\u0631\u064a\u0642 \u0628\u0634\u0643\u0644 \u0623\u0633\u0627\u0633\u064a \u0644\u0644\u062a\u0639\u0631\u064a\u0641 \u0628\u0623\u0646\u0641\u0633\u0647\u0645.", - "The course end date must be later than the course start date.": "\u064a\u062c\u0628 \u0623\u0646 \u064a\u0623\u062a\u064a \u062a\u0627\u0631\u064a\u062e \u0627\u0646\u062a\u0647\u0627\u0621 \u0627\u0644\u0645\u0633\u0627\u0642 \u0628\u0639\u062f \u062a\u0627\u0631\u064a\u062e \u0628\u062f\u0626\u0647.", - "The course must have an assigned start date.": "\u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0644\u0644\u0645\u0633\u0627\u0642 \u062a\u0627\u0631\u064a\u062e \u0628\u062f\u0621 \u0645\u0639\u064a\u0651\u0646.", - "The course start date must be later than the enrollment start date.": "\u064a\u062c\u0628 \u0623\u0646 \u064a\u0623\u062a\u064a \u062a\u0627\u0631\u064a\u062e \u0628\u062f\u0621 \u0627\u0644\u0645\u0633\u0627\u0642 \u0628\u0639\u062f \u062a\u0627\u0631\u064a\u062e \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0641\u064a\u0647.", - "The display of ungraded and checked out responses could not be loaded.": "\u062a\u0639\u0630\u0651\u0631 \u062a\u062d\u0645\u064a\u0644 \u0639\u0631\u0636 \u0627\u0644\u0631\u062f\u0648\u062f \u0627\u0644\u062a\u064a \u0644\u0645 \u064a\u062c\u0631\u064a \u0627\u062e\u062a\u0628\u0627\u0631\u0647\u0627 \u0623\u0648 \u062a\u0642\u064a\u064a\u0645\u0647\u0627.", - "The email address you've provided isn't formatted correctly.": "\u0635\u064a\u063a\u0629 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0627\u0644\u0630\u064a \u0630\u0643\u0631\u062a\u0647 \u063a\u064a\u0631 \u0635\u062d\u064a\u062d\u0629", - "The enrollment end date cannot be after the course end date.": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u0644\u062a\u0627\u0631\u064a\u062e \u0627\u0646\u062a\u0647\u0627\u0621 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0641\u064a \u0627\u0644\u0645\u0633\u0627\u0642 \u0623\u0646 \u064a\u0623\u062a\u064a \u0628\u0639\u062f \u062a\u0627\u0631\u064a\u062e \u0627\u0646\u062a\u0647\u0627\u0621 \u0627\u0644\u0645\u0633\u0627\u0642.", - "The enrollment start date cannot be after the enrollment end date.": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u0644\u062a\u0627\u0631\u064a\u062e \u0628\u062f\u0621 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0641\u064a \u0627\u0644\u0645\u0633\u0627\u0642 \u0623\u0646 \u064a\u0623\u062a\u064a \u0628\u0639\u062f \u062a\u0627\u0631\u064a\u062e \u0627\u0646\u062a\u0647\u0627\u0621 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0641\u064a\u0647. ", - "The file must be at least {size} in size.": "\u064a\u062c\u0628 \u0623\u0644\u0651\u0627 \u064a\u0642\u0644 \u062d\u062c\u0645 \u0627\u0644\u0645\u0644\u0641 \u0639\u0646 {size}.", - "The file must be smaller than {size} in size.": "\u064a\u062c\u0628 \u0623\u0644\u0651\u0627 \u064a\u0632\u064a\u062f \u062d\u062c\u0645 \u0627\u0644\u0645\u0644\u0641 \u0639\u0646 {size}.", - "The following email addresses and/or usernames are invalid:": "\u0625\u0646\u0651 \u0639\u0646\u0627\u0648\u064a\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0648/\u0623\u0648 \u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u063a\u064a\u0631 \u0635\u062d\u064a\u062d\u0629:", - "The following errors were generated:": "\u0646\u062a\u062c\u062a \u0627\u0644\u0623\u062e\u0637\u0627\u0621 \u0627\u0644\u062a\u0627\u0644\u064a\u0629:", - "The following file types are not allowed: ": "\u064a\u064f\u0645\u0646\u0639 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0623\u0646\u0648\u0627\u0639 \u0627\u0644\u0645\u0644\u0641\u0651\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629:", - "The following information is already a part of your {platform} profile. We\\'ve included it here for your application.": "\u0625\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0647\u064a \u062c\u0632\u0621 \u0645\u0646 \u0645\u0644\u0641\u0651\u0643 \u0627\u0644\u0634\u062e\u0635\u064a \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0641\u064a \u0645\u0646\u0635\u0651\u0629 {platform}. \u0648\u0642\u062f \u0636\u0645\u0646\u0651\u0627\u0647 \u0647\u0646\u0627 \u0643\u062c\u0632\u0621 \u0645\u0646 \u0637\u0644\u0628\u0643.", - "The following message will be displayed at the bottom of the courseware pages within your course:": "\u0633\u062a\u064f\u0639\u0631\u064e\u0636 \u0627\u0644\u0631\u0633\u0627\u0644\u0629 \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0641\u064a \u0623\u0633\u0641\u0644 \u0635\u0641\u062d\u0627\u062a \u0645\u062d\u062a\u0648\u064a\u0627\u062a \u0645\u0633\u0627\u0642\u0643:", - "The following options are available for the {license_name} license.": "\u062a\u062a\u0648\u0641\u0651\u0631 \u0627\u0644\u062e\u064a\u0627\u0631\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0644\u0644\u0625\u062c\u0627\u0632\u0629 {license_name}", - "The following users are no longer enrolled in the course:": "\u0644\u0645 \u064a\u0639\u062f \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u0648\u0646 \u0627\u0644\u062a\u0627\u0644\u0648\u0646 \u0645\u0633\u062c\u0651\u0644\u064a\u0646 \u0628\u0627\u0644\u0645\u0633\u0627\u0642:", - "The following warnings were generated:": "\u0646\u062a\u062c\u062a \u0627\u0644\u062a\u062d\u0630\u064a\u0631\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629:", - "The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.": "\u0641\u0626\u0629 \u0627\u0644\u062a\u0635\u0646\u064a\u0641 \u0627\u0644\u0639\u0627\u0645\u0651\u0629 \u0644\u0645\u0647\u0645\u0651\u0629 \u0645\u0646 \u0647\u0630\u0627 \u0627\u0644\u0646\u0648\u0639\u060c \u0645\u062b\u0644\u060c \u0627\u0644\u0648\u0627\u062c\u0628 \u0627\u0644\u0628\u064a\u062a\u064a \u0623\u0648 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0646\u0635\u0641\u064a. \u0633\u064a\u0643\u0648\u0646 \u0647\u0630\u0627 \u0627\u0644\u0627\u0633\u0645 \u0645\u0631\u0626\u064a\u0651\u064b\u0627 \u0645\u0646 \u0642\u0628\u0644 \u0627\u0644\u0645\u062a\u0639\u0644\u0645\u064a\u0646.", - "The language that team members primarily use to communicate with each other.": "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 \u0627\u0644\u062a\u064a \u064a\u0639\u062a\u0645\u062f\u0647\u0627 \u0623\u0641\u0631\u0627\u062f \u0627\u0644\u0641\u0631\u064a\u0642 \u0628\u0634\u0643\u0644 \u0623\u0633\u0627\u0633\u064a \u0644\u0644\u062a\u0648\u0627\u0635\u0644 \u0641\u064a\u0645\u0627 \u0628\u064a\u0646\u0647\u0645", - "The minimum grade for course credit is not set.": "\u0644\u0645 \u062a\u064f\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062f\u0631\u062c\u0629 \u0627\u0644\u062f\u0646\u064a\u0627 \u0644\u0644\u0646\u062c\u0627\u062d \u0641\u064a \u0627\u0644\u0645\u0633\u0627\u0642.", - "The minimum score percentage must be a whole number between 0 and 100.": "\u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0627\u0644\u0646\u0633\u0628\u0629 \u0627\u0644\u0645\u0626\u0648\u064a\u0629 \u0627\u0644\u062f\u0646\u064a\u0627 \u0644\u0644\u0645\u062c\u0645\u0648\u0639 \u0639\u062f\u062f\u0651\u0627 \u0635\u062d\u064a\u062d\u064b\u0627 \u0628\u064a\u0646 0 \u0648 100.", - "The name of this signatory as it should appear on certificates.": "\u0627\u0633\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0651\u0639 \u0643\u0645\u0627 \u064a\u062c\u0628 \u0623\u0646 \u064a\u0638\u0647\u0631 \u0639\u0644\u0649 \u0627\u0644\u0634\u0647\u0627\u062f\u0627\u062a", - "The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.": "\u0633\u064a\u062c\u0631\u064a \u062a\u062e\u0641\u064a\u0636 \u0639\u062f\u062f \u0627\u0644\u0645\u0647\u0627\u0645 \u0645\u0646 \u0647\u0630\u0627 \u0627\u0644\u0646\u0648\u0639. \u0633\u064a\u062a\u0645 \u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u0645\u0647\u0627\u0645 \u0630\u0627\u062a \u0623\u0642\u0644 \u0645\u062c\u0645\u0648\u0639 \u062f\u0631\u062c\u0627\u062a \u0623\u0648\u0644\u064b\u0627.", - "The number of subsections in the course that contain problems of this assignment type.": "\u0639\u062f\u062f \u0627\u0644\u0623\u0642\u0633\u0627\u0645 \u0627\u0644\u0641\u0631\u0639\u064a\u0629 \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u0627\u0642\u060c \u0627\u0644\u062a\u064a \u062a\u062a\u0636\u0645\u0646 \u0645\u0633\u0627\u0626\u0644 \u0644\u0645\u0647\u0645\u0651\u0629 \u0645\u0646 \u0647\u0630\u0627 \u0627\u0644\u0646\u0648\u0639.", - "The organization that this signatory belongs to, as it should appear on certificates.": "\u0627\u0644\u0645\u0624\u0633\u0651\u0633\u0629 \u0627\u0644\u062a\u064a \u064a\u0646\u062a\u0645\u064a \u0625\u0644\u064a\u0647\u0627 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0651\u0650\u0639\u060c \u0643\u0645\u0627 \u064a\u062c\u0628 \u0623\u0646 \u062a\u0638\u0647\u0631 \u0639\u0644\u0649 \u0627\u0644\u0634\u0647\u0627\u062f\u0627\u062a.", - "The page \"{route}\" could not be found.": "\u0627\u0644\u0635\u0641\u062d\u0629 \"{route}\" \u063a\u064a\u0631 \u0645\u0648\u062c\u0648\u062f\u0629.", - "The photo of your face matches the photo on your ID.": "\u0623\u0646 \u062a\u0637\u0627\u0628\u0642 \u0627\u0644\u0635\u0648\u0631\u0629 \u0639\u0644\u0649 \u0628\u0637\u0627\u0642\u062a\u0643 \u0627\u0644\u0634\u062e\u0635\u064a\u0629 \u0635\u0648\u0631\u0629 \u0648\u062c\u0647\u0643. ", - "The raw error message is:": "\u0646\u0635 \u0631\u0633\u0627\u0644\u0629 \u0627\u0644\u062e\u0637\u0623 \u0647\u064a:", - "The selected content group does not exist": "\u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u0645\u0646\u062a\u0642\u0627\u0629 \u063a\u064a\u0631 \u0645\u0648\u062c\u0648\u062f\u0629", - "The server could not be contacted.": "\u062a\u0639\u0630\u0651\u0631 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u0645\u062e\u062f\u0651\u0645.", - "The staff assessment form could not be loaded.": "\u062a\u0639\u0630\u0651\u0631 \u062a\u062d\u0645\u064a\u0644 \u0646\u0645\u0648\u0630\u062c \u062a\u0642\u064a\u064a\u0645 \u0637\u0627\u0642\u0645 \u0627\u0644\u0641\u0631\u064a\u0642.", - "The submission could not be removed from the grading pool.": "\u062a\u0639\u0630\u0651\u0631\u062a \u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u062a\u0642\u062f\u064a\u0645 \u0645\u0646 \u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u062a\u0642\u064a\u064a\u0645.", - "The team \"{team}\" could not be found.": "\u0627\u0644\u0641\u0631\u064a\u0642 \"{team}\" \u063a\u064a\u0631 \u0645\u0648\u062c\u0648\u062f.", - "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "\u064a\u0628\u062f\u0648 \u0623\u0646\u0651 \u0627\u0644\u0646\u0635 \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0644\u0645\u0644\u0641 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0627\u0644\u0623\u0648\u0651\u0644 \u064a\u062e\u062a\u0644\u0641 \u0639\u0646 \u0627\u0644\u0646\u0635 \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0644\u0645\u0644\u0641 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0627\u0644\u062b\u0627\u0646\u064a.", - "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "\u064a\u0631\u062a\u0628\u0637 \u0645\u0642\u0637\u0639 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0647\u0630\u0627\u060c \u0641\u064a EdX\u060c \u0628\u0646\u0635 \u0642\u062f\u064a\u0645 \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0631\u063a\u0645 \u062a\u0648\u0641\u0651\u0631 \u0646\u0635 \u0623\u062d\u062f\u062b \u0644\u0645\u0642\u0637\u0639 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0630\u0627\u062a\u0647\u060c \u0639\u0644\u0649 \u0645\u0648\u0642\u0639 \u064a\u0648\u062a\u064a\u0648\u0628.", - "The topic \"{topic}\" could not be found.": "\u0627\u0644\u0645\u0648\u0636\u0648\u0639 \"{topic}\" \u063a\u064a\u0631 \u0645\u0648\u062c\u0648\u062f.", - "The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.": "\u0648\u0632\u0646 \u062c\u0645\u064a\u0639 \u0627\u0644\u0645\u0647\u0627\u0645 \u0645\u0646 \u0647\u0630\u0627 \u0627\u0644\u0646\u0648\u0639 \u0643\u0646\u0633\u0628\u0629 \u0645\u0626\u0648\u064a\u0629 \u0644\u0644\u062f\u0631\u062c\u0629 \u0627\u0644\u0646\u0647\u0627\u0626\u064a\u0629\u060c \u0645\u062b\u0644\u060c 40. \u064a\u062c\u0628 \u0639\u062f\u0645 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0631\u0645\u0632 \u0627\u0644\u0646\u0633\u0628\u0629 \u0627\u0644\u0645\u0626\u0648\u064a\u0629.", - "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "\u0646\u062c\u062d \u0625\u0646\u0634\u0627\u0621 \u0634\u0639\u0628\u0629 {cohortGroupName}. \u0648\u064a\u0645\u0643\u0646\u0643 \u0623\u0646 \u062a\u0636\u064a\u0641 \u0627\u0644\u0637\u0644\u0651\u0627\u0628 \u0628\u0646\u0641\u0633\u0643 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0634\u0639\u0628\u0629 \u0623\u062f\u0646\u0627\u0647.", - "There are invalid keywords in your email. Check the following keywords and try again.": "\u062a\u0648\u062c\u062f \u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062a \u0627\u0644\u0645\u0641\u062a\u0627\u062d\u064a\u0629 \u0627\u0644\u062e\u0627\u0637\u0626\u0629 \u0641\u064a \u0628\u0631\u064a\u062f\u0643. \u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u0644\u0643\u0644\u0645\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0648\u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0622\u062e\u0631\u0649.", - "There has been an error processing your survey.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0645\u0639\u0627\u0644\u062c\u0629 \u0627\u0633\u062a\u0628\u064a\u0627\u0646\u0643.", - "There has been an error while exporting.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u062e\u0644\u0627\u0644 \u0627\u0644\u062a\u0635\u062f\u064a\u0631.", - "There has been an error with your export.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u0635\u062f\u064a\u0631 \u0627\u0644\u062a\u064a \u0623\u062c\u0631\u064a\u062a\u0647\u0627. ", - "There is invalid code in your content. Please check to make sure it is valid HTML.": "\u0647\u0646\u0627\u0643 \u062a\u0639\u0644\u064a\u0645\u0627\u062a \u0628\u0631\u0645\u062c\u064a\u0629 \u063a\u064a\u0631 \u0635\u062d\u064a\u062d\u0629 \u0641\u064a \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0635\u062d\u0651\u0629 \u062a\u0639\u0644\u064a\u0645\u0627\u062a HTML \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u0629.", - "There is no email history for this course.": "\u0644\u0627 \u064a\u0648\u062c\u062f \u0633\u062c\u0644\u0651 \u0644\u0631\u0633\u0627\u0626\u0644 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u0627\u0642.", - "There must be at least one group.": "\u064a\u062d\u0628 \u0623\u0646 \u062a\u0648\u062c\u062f \u0645\u062c\u0645\u0648\u0639\u0629 \u0648\u0627\u062d\u062f\u0629 \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644\u0651.", - "There must be one cohort to which students can automatically be assigned.": "\u064a\u062c\u0628 \u0623\u0646 \u062a\u062a\u0648\u0641\u0651\u0631 \u0634\u0639\u0628\u0629 \u0648\u0627\u062d\u062f\u0629 \u064a\u062a\u0639\u064a\u0651\u064e\u0646 \u0641\u064a\u0647\u0627 \u0627\u0644\u0637\u0644\u0651\u0627\u0628 \u062a\u0644\u0642\u0627\u0626\u064a\u064b\u0627.", - "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u0645\u0634\u0643\u0644\u0629 \u0623\u062b\u0646\u0627\u0621 \u0625\u0639\u062f\u0627\u062f \u0627\u0644\u062a\u0642\u0631\u064a\u0631. \u064a\u064f\u0631\u062c\u0649 \u0627\u062e\u062a\u064a\u0627\u0631 \"\u0625\u0646\u0634\u0627\u0621 \u0645\u0644\u062e\u0651\u0635 \u062a\u0646\u0641\u064a\u0630\u064a\" \u0644\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", - "There was an error changing the user's role": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u062a\u063a\u064a\u064a\u0631 \u062f\u0648\u0631 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645.", - "There was an error obtaining email content history for this course.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0645\u062d\u0627\u0648\u0644\u0629 \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0633\u062c\u0644 \u0645\u062d\u062a\u0648\u0649 \u0631\u0633\u0627\u0626\u0644 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u0627\u0642.", - "There was an error obtaining email task history for this course.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0645\u062d\u0627\u0648\u0644\u0629 \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0633\u062c\u0644 \u0627\u0644\u0645\u0647\u0627\u0645\u0651 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0631\u0633\u0627\u0626\u0644 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u0627\u0642.", - "There was an error retrieving preview results for this catalog. Please check that your query is correct and try again.": "\u062d\u062f\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0627\u0633\u062a\u0631\u062f\u0627\u062f \u0646\u062a\u0627\u0626\u062c \u0627\u0644\u0645\u0639\u0627\u064a\u0646\u0629 \u0644\u0647\u0630\u0627 \u0627\u0644\u0643\u062a\u0627\u0644\u0648\u062c. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0635\u062d\u0629 \u0627\u0633\u062a\u0641\u0633\u0627\u0631\u0643 \u0648\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", - "There was an error, try searching again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623\u060c \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0628\u062d\u062b \u0645\u062c\u062f\u0651\u062f\u064b\u0627.", - "There were errors reindexing course.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u0623\u062e\u0637\u0627\u0621 \u0641\u064a \u0625\u0639\u0627\u062f\u0629 \u0641\u0647\u0631\u0633\u0629 \u0645\u062d\u062a\u0648\u064a\u0627\u062a \u0627\u0644\u0645\u0633\u0627\u0642.", - "There's already another assignment type with this name.": "\u064a\u0648\u062c\u062f \u0645\u0633\u0628\u0642\u064b\u0627 \u0646\u0648\u0639 \u0622\u062e\u0631 \u0645\u0646 \u0627\u0644\u0648\u0627\u062c\u0628\u0627\u062a \u0628\u0647\u0630\u0627 \u0627\u0644\u0627\u0633\u0645.", - "These users were not added as beta testers:": "\u0644\u0645 \u064a\u064f\u0636\u064e\u0641 \u0647\u0624\u0644\u0627\u0621 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u0648\u0646 \u0625\u0644\u0649 \u0642\u0627\u0626\u0645\u0629 \u0623\u0639\u0636\u0627\u0621 \u0645\u062e\u062a\u0628\u0631\u064a \u0627\u0644\u0646\u0633\u062e\u0629 \u0627\u0644\u062a\u062c\u0631\u064a\u0628\u064a\u0629:", - "These users were not affiliated with the course so could not be unenrolled:": "\u0644\u0645 \u064a\u0643\u0646 \u0647\u0624\u0644\u0627\u0621 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u0648\u0646 \u0645\u0646\u062a\u0633\u0628\u064a\u0646 \u0625\u0644\u0649 \u0627\u0644\u0645\u0633\u0627\u0642 \u0648\u0628\u0627\u0644\u062a\u0627\u0644\u064a \u062a\u0639\u0630\u0651\u0631 \u0625\u0644\u063a\u0627\u0621 \u062a\u0633\u062c\u064a\u0644\u0647\u0645:", - "These users were not removed as beta testers:": "\u0644\u0645 \u064a\u064f\u062d\u0630\u064e\u0641 \u0647\u0624\u0644\u0627\u0621 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0645\u0646 \u0642\u0627\u0626\u0645\u0629 \u0623\u0639\u0636\u0627\u0621 \u0645\u062e\u062a\u0628\u0631\u064a \u0627\u0644\u0646\u0633\u062e\u0629 \u0627\u0644\u062a\u062c\u0631\u064a\u0628\u064a\u0629:", - "These users were successfully added as beta testers:": "\u0646\u062c\u062d\u062a \u0639\u0645\u0644\u064a\u0629 \u0625\u0636\u0627\u0641\u0629 \u0647\u0624\u0644\u0627\u0621 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0625\u0644\u0649 \u0642\u0627\u0626\u0645\u0629 \u0623\u0639\u0636\u0627\u0621 \u0645\u062e\u062a\u0628\u0631\u064a \u0627\u0644\u0646\u0633\u062e\u0629 \u0627\u0644\u062a\u062c\u0631\u064a\u0628\u064a\u0629:", - "These users were successfully removed as beta testers:": "\u0646\u062c\u062d\u062a \u0639\u0645\u0644\u064a\u0629 \u062d\u0630\u0641 \u0647\u0624\u0644\u0627\u0621 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0645\u0646 \u0642\u0627\u0626\u0645\u0629 \u0623\u0639\u0636\u0627\u0621 \u0645\u062e\u062a\u0628\u0631\u064a \u0627\u0644\u0646\u0633\u062e\u0629 \u0627\u0644\u062a\u062c\u0631\u064a\u0628\u064a\u0629:", - "These users will be allowed to enroll once they register:": "\u0633\u064a\u064f\u0633\u0645\u062d \u0644\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0627\u0644\u062a\u0627\u0644\u064a\u0646 \u0628\u0627\u0644\u0627\u0644\u062a\u062d\u0627\u0642 \u0628\u0627\u0644\u0645\u0633\u0627\u0642 \u062d\u0627\u0644\u0645\u0627 \u064a\u0633\u062c\u0651\u0644\u0648\u0646 \u0623\u0646\u0641\u0633\u0647\u0645: ", - "These users will be enrolled once they register:": "\u0633\u064a\u062c\u0631\u064a \u0625\u0644\u062d\u0627\u0642 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0627\u0644\u062a\u0627\u0644\u064a\u0646 \u0628\u0627\u0644\u0645\u0633\u0627\u0642 \u062d\u0627\u0644\u0645\u0627 \u064a\u0633\u062c\u0651\u0644\u0648\u0646 \u0623\u0646\u0641\u0633\u0647\u0645: ", - "This Group Configuration is not in use. Start by adding a content experiment to any Unit via the {linkStart}Course Outline{linkEnd}.": "\u0644\u0645 \u064a\u064f\u0633\u062a\u062e\u062f\u0645 \u0625\u0639\u062f\u0627\u062f \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629 \u0647\u0630\u0627. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0628\u062f\u0621 \u0628\u0625\u0636\u0627\u0641\u0629 \u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u062a\u062c\u0627\u0631\u0628 \u0625\u0644\u0649 \u0623\u064a \u0648\u062d\u062f\u0629 \u0628\u0632\u064a\u0627\u0631\u0629 {linkStart}\u0646\u0628\u0630\u0629 \u0639\u0646 \u0627\u0644\u0645\u0633\u0627\u0642{linkEnd}.", - "This Group Configuration is used in:": "\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0647\u0630\u0647 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629 \u0645\u0633\u062a\u062e\u062f\u0645\u0629 \u0641\u064a:", - "This action cannot be undone.": "\u064a\u062a\u0639\u0630\u0651\u0631 \u0627\u0644\u062a\u0631\u0627\u062c\u0639 \u0639\u0646 \u0647\u0630\u0647 \u0627\u0644\u0639\u0645\u0644\u064a\u0629 \u0644\u0627\u062d\u0642\u064b\u0627. ", - "This assessment could not be submitted.": "\u062a\u0639\u0630\u0651\u0631 \u062a\u0642\u062f\u064a\u0645 \u0647\u0630\u0627 \u0627\u0644\u062a\u0642\u064a\u064a\u0645.", - "This catalog's courses:": "\u0627\u0644\u062f\u0648\u0631\u0627\u062a \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a\u0629 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0647\u0630\u0627 \u0627\u0644\u0643\u062a\u0627\u0644\u0648\u062c:", - "This certificate has already been activated and is live. Are you sure you want to continue editing?": "\u0647\u0630\u0647 \u0627\u0644\u0634\u0647\u0627\u062f\u0629 \u0646\u0634\u0637\u0629\u064f \u0648\u0645\u0648\u062c\u0648\u062f\u0629\u064f \u0628\u0627\u0644\u0641\u0639\u0644! \u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f \u0645\u0646 \u0631\u063a\u0628\u062a\u0643 \u0641\u064a \u0627\u0644\u0627\u0633\u062a\u0645\u0631\u0627\u0631\u061f", - "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "\u0647\u0630\u0627 \u0627\u0644\u0625\u0639\u062f\u0627\u062f \u0645\u0633\u062a\u062e\u062f\u0645 \u062d\u0627\u0644\u064a\u0651\u064b\u0627 \u0641\u064a \u0627\u062e\u062a\u0628\u0627\u0631\u0627\u062a \u0627\u0644\u0645\u062d\u062a\u0648\u0649. \u0642\u062f \u062a\u062d\u062a\u0627\u062c \u0644\u062a\u0639\u062f\u064a\u0644 \u0647\u0630\u0647 \u0627\u0644\u0625\u062e\u062a\u0628\u0627\u0631\u0627\u062a \u0641\u064a \u062d\u0627\u0644 \u0625\u062f\u062e\u0644\u062a \u0623\u064a \u062a\u0639\u062f\u0651\u064a\u0644\u0627\u062a \u0639\u0644\u0649 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0627\u062a.", - "This content group is used in one or more units.": "\u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0647\u0630\u0647 \u0645\u0633\u062a\u062e\u062f\u0645\u0629 \u0641\u064a \u0648\u062d\u062f\u0629 \u0648\u0627\u062d\u062f\u0629 \u0623\u0648 \u0623\u0643\u062b\u0631.", - "This course has automatic cohorting enabled for verified track learners, but cohorts are disabled. You must enable cohorts for the feature to work.": "\u062a\u0645 \u0641\u064a \u0647\u0630\u0647 \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a\u0629 \u062a\u0645\u0643\u064a\u0646 \u0646\u0638\u0627\u0645 \u062a\u0643\u0648\u064a\u0646 \u0627\u0644\u0634\u0639\u0628 \u0627\u0644\u062a\u0644\u0642\u0627\u0626\u064a \u0644\u0644\u0645\u062a\u0639\u0644\u0645\u064a\u0646 \u0627\u0644\u0645\u062b\u0628\u062a\u064a\u0646 \u0641\u064a \u0627\u0644\u0645\u0633\u0627\u0631\u060c \u0648\u0644\u0643\u0646 \u062a\u0645 \u062a\u0639\u0637\u064a\u0644 \u0627\u0644\u0634\u0639\u0628. \u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u062a\u0641\u0639\u064a\u0644 \u0627\u0644\u0634\u0639\u0628 \u062d\u062a\u0649 \u062a\u0639\u0645\u0644 \u0647\u0630\u0647 \u0627\u0644\u062e\u0627\u0635\u064a\u0629.", - "This course has automatic cohorting enabled for verified track learners, but the required cohort does not exist. You must create a manually-assigned cohort named '{verifiedCohortName}' for the feature to work.": "\u062a\u0645 \u0641\u064a \u0647\u0630\u0647 \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a\u0629 \u062a\u0645\u0643\u064a\u0646 \u0646\u0638\u0627\u0645 \u062a\u0643\u0648\u064a\u0646 \u0627\u0644\u0634\u0639\u0628 \u0627\u0644\u062a\u0644\u0642\u0627\u0626\u064a \u0644\u0644\u0645\u062a\u0639\u0644\u0645\u064a\u0646 \u0627\u0644\u0645\u062b\u0628\u062a\u064a\u0646 \u0641\u064a \u0627\u0644\u0645\u0633\u0627\u0631\u060c \u0648\u0644\u0643\u0646 \u0627\u0644\u0634\u0639\u0628\u0629 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629 \u063a\u064a\u0631 \u0645\u0648\u062c\u0648\u062f\u0629. \u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u0625\u0646\u0634\u0627\u0621 \u0634\u0639\u0628\u0629 \u0645\u0639\u064a\u0646\u0629 \u064a\u062f\u0648\u064a\u064b\u0627 \u0628\u0627\u0633\u0645 '{verifiedCohortName}' \u062d\u062a\u0649 \u062a\u0639\u0645\u0644 \u0647\u0630\u0647 \u0627\u0644\u062e\u0627\u0635\u064a\u0629.", - "This course uses automatic cohorting for verified track learners. You cannot disable cohorts, and you cannot rename the manual cohort named '{verifiedCohortName}'. To change the configuration for verified track cohorts, contact your edX partner manager.": "\u0647\u0630\u0647 \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a\u0629 \u062a\u0633\u062a\u062e\u062f\u0645 \u0646\u0638\u0627\u0645 \u062a\u0643\u0648\u064a\u0646 \u0634\u0639\u0628 \u0628\u0634\u0643\u0644 \u062a\u0644\u0642\u0627\u0626\u064a \u0644\u0644\u0645\u062a\u0639\u0644\u0645\u064a\u0646 \u0627\u0644\u0645\u062b\u0628\u062a\u064a\u0646 \u0641\u064a \u0627\u0644\u0645\u0633\u0627\u0631. \u0644\u0627 \u064a\u0645\u0643\u0646\u0643 \u062a\u0639\u0637\u064a\u0644 \u0627\u0644\u0634\u0639\u0628 \u0648\u0644\u0627 \u064a\u0645\u0643\u0646\u0643 \u062a\u0633\u0645\u064a\u0629 \u0627\u0644\u0634\u0639\u0628\u0629 \u0627\u0644\u064a\u062f\u0648\u064a\u0629 \u0628\u0627\u0633\u0645 '{verifiedCohortName}'. \u0644\u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u062a\u0643\u0648\u064a\u0646 \u0644\u0634\u0639\u0628 \u0627\u0644\u0645\u0633\u0627\u0631 \u0627\u0644\u0645\u062b\u0628\u062a\u060c \u0627\u062a\u0635\u0644 \u0628\u0645\u062f\u064a\u0631 \u0627\u0644\u0634\u0631\u064a\u0643 edX \u0627\u0644\u062e\u0627\u0635 \u0628\u0643. ", - "This discussion could not be loaded. Refresh the page and try again.": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u062a\u062d\u0645\u064a\u0644 \u0647\u0630\u0647 \u0627\u0644\u0645\u0646\u0627\u0642\u0634\u0629. \u0642\u0645 \u0628\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0635\u0641\u062d\u0629 \u0648\u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.", - "This exam has a time limit associated with it.": "\u0647\u0646\u0627\u0643 \u0645\u062f\u0629 \u0645\u062d\u062f\u062f\u0629 \u0627\u0644\u0645\u0631\u062a\u0628\u0637\u0629 \u0628\u0647\u0630\u0627 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646.", - "This feedback could not be submitted.": "\u062a\u0639\u0630\u0651\u0631 \u062a\u0642\u062f\u064a\u0645 \u0647\u0630\u0647 \u0627\u0644\u0622\u0631\u0627\u0621 \u0648\u0627\u0644\u0645\u0644\u0627\u062d\u0638\u0627\u062a.", - "This image is for decorative purposes only and does not require a description.": "\u0627\u0633\u062a\u064f\u062e\u062f\u0645\u062a \u0647\u0630\u0647 \u0627\u0644\u0635\u0648\u0631\u0629 \u0644\u0623\u0647\u062f\u0627\u0641 \u062a\u0632\u064a\u0646\u064a\u0629 \u0641\u0642\u0637 \u0648\u0644\u0627 \u062a\u062a\u0637\u0644\u0651\u0628 \u062a\u0648\u0635\u064a\u0641\u064b\u0627.", - "This is the Description of the Group Configuration": "\u0625\u0646\u0647 \u0648\u0635\u0641 \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629", - "This is the Name of the Group Configuration": "\u0625\u0646\u0647 \u0627\u0633\u0645 \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "\u0647\u0630\u0647 \u0642\u0627\u0626\u0645\u0629 %s \u0627\u0644\u0645\u062a\u0648\u0641\u0631\u0629. \u064a\u0645\u0643\u0646\u0643 \u0627\u062e\u062a\u064a\u0627\u0631 \u0628\u0639\u0636\u0647\u0627 \u0628\u0627\u0646\u062a\u0642\u0627\u0626\u0647\u0627 \u0641\u064a \u0627\u0644\u0635\u0646\u062f\u0648\u0642 \u0623\u062f\u0646\u0627\u0647 \u062b\u0645 \u0627\u0644\u0636\u063a\u0637 \u0639\u0644\u0649 \u0633\u0647\u0645 \u0627\u0644\u0640\"\u0627\u062e\u062a\u064a\u0627\u0631\" \u0628\u064a\u0646 \u0627\u0644\u0635\u0646\u062f\u0648\u0642\u064a\u0646.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "\u0647\u0630\u0647 \u0642\u0627\u0626\u0645\u0629 %s \u0627\u0644\u0645\u062d\u062f\u062f\u0629. \u064a\u0645\u0643\u0646\u0643 \u0625\u0632\u0627\u0644\u0629 \u0628\u0639\u0636\u0647\u0627 \u0628\u0627\u062e\u062a\u064a\u0627\u0631\u0647\u0627 \u0641\u064a \u0627\u0644\u0635\u0646\u062f\u0648\u0642 \u0623\u062f\u0646\u0627\u0647 \u062b\u0645 \u0627\u0636\u063a\u0637 \u0639\u0644\u0649 \u0633\u0647\u0645 \u0627\u0644\u0640\"\u0625\u0632\u0627\u0644\u0629\" \u0628\u064a\u0646 \u0627\u0644\u0635\u0646\u062f\u0648\u0642\u064a\u0646.", - "This is the name of the group": "\u0625\u0646\u0647 \u0627\u0633\u0645 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629:", - "This learner is currently sharing a limited profile.": "\u0647\u0630\u0627 \u0627\u0644\u0645\u062a\u0639\u0644\u0645 \u064a\u0634\u0627\u0631\u0643 \u0645\u0644\u0641\u0627\u064b \u0634\u062e\u0635\u064a\u0627\u064b \u0645\u062d\u062f\u0648\u062f\u0627\u064b.", - "This learner will be removed from the team, allowing another learner to take the available spot.": "\u0633\u064a\u062c\u0631\u064a \u0627\u0633\u062a\u0628\u0639\u0627\u062f \u0647\u0630\u0627 \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645 \u0645\u0646 \u0627\u0644\u0641\u0631\u064a\u0642\u060c \u0627\u0644\u0623\u0645\u0631 \u0627\u0644\u0630\u064a \u0633\u064a\u0641\u0633\u062d \u0644\u0645\u062a\u0639\u0644\u0651\u0645 \u0627\u0644\u0622\u062e\u0631 \u0627\u0644\u0645\u062c\u0627\u0644 \u0644\u0634\u063a\u0644 \u0627\u0644\u0634\u0627\u063a\u0631 \u0627\u0644\u0645\u062a\u0627\u062d.", - "This page contains information about orders that you have placed with {platform_name}.": "\u062a\u062d\u062a\u0648\u064a \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062d\u0629 \u0639\u0644\u0649 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0639\u0646 \u0637\u0644\u0628\u0627\u062a \u0627\u0644\u0634\u0631\u0627\u0621 \u0627\u0644\u062a\u064a \u0642\u0645\u062a \u0628\u0647\u0627 \u0641\u064a {platform_name}.", - "This post could not be flagged for abuse. Refresh the page and try again.": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u0627\u0644\u0625\u0628\u0644\u0627\u063a \u0639\u0646 \u0627\u0633\u0627\u0621\u0629 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u0645\u0646\u0634\u0648\u0631. \u0642\u0645 \u0628\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0635\u0641\u062d\u0629 \u0648\u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.", - "This post could not be pinned. Refresh the page and try again.": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u0625\u0632\u0627\u0644\u0629 \u062a\u062b\u0628\u064a\u062a \u0647\u0630\u0627 \u0627\u0644\u0645\u0646\u0634\u0648\u0631. \u0642\u0645 \u0628\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0635\u0641\u062d\u0629 \u0648\u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.", - "This post could not be reopened. Refresh the page and try again.": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u0625\u0639\u0627\u062f\u0629 \u0641\u062a\u062d \u0647\u0630\u0627 \u0627\u0644\u0645\u0646\u0634\u0648\u0631. \u0642\u0645 \u0628\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0635\u0641\u062d\u0629 \u0648\u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.", - "This post could not be unflagged for abuse. Refresh the page and try again.": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u0627\u0644\u0625\u0628\u0644\u0627\u063a \u0639\u0646 \u0627\u0633\u0627\u0621\u0629 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u0645\u0646\u0634\u0648\u0631. \u0642\u0645 \u0628\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0635\u0641\u062d\u0629 \u0648\u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.", - "This post could not be unpinned. Refresh the page and try again.": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u0625\u0632\u0627\u0644\u0629 \u062a\u062b\u0628\u064a\u062a \u0647\u0630\u0627 \u0627\u0644\u0645\u0646\u0634\u0648\u0631. \u0642\u0645 \u0628\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0635\u0641\u062d\u0629 \u0648\u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.", - "This post is visible only to %(group_name)s.": "\u0647\u0630\u0627 \u0627\u0644\u0645\u0646\u0634\u0648\u0631 \u0645\u0631\u0626\u064a\u0651\u064c \u0641\u0642\u0637 \u0644\u0640 %(group_name)s.", - "This post is visible to everyone.": "\u0647\u0630\u0627 \u0627\u0644\u0645\u0646\u0634\u0648\u0631 \u0645\u0631\u0626\u064a\u0651\u064c \u0644\u0644\u062c\u0645\u064a\u0639.", - "This problem could not be saved.": "\u062a\u0639\u0630\u0651\u0631 \u062d\u0641\u0638 \u0647\u0630\u0647 \u0627\u0644\u0645\u0633\u0623\u0644\u0629.", - "This problem has already been released. Any changes will apply only to future assessments.": "\u0633\u0628\u0642 \u0623\u0646 \u062c\u0631\u0649 \u0625\u0635\u062f\u0627\u0631 \u0647\u0630\u0647 \u0627\u0644\u0645\u0633\u0623\u0644\u0629. \u0633\u062a\u064f\u0637\u0628\u0651\u0642 \u0623\u064a \u062a\u063a\u064a\u064a\u0631\u0627\u062a \u062a\u062c\u0631\u064a\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u062a\u0642\u064a\u064a\u0645\u0627\u062a \u0627\u0644\u0645\u0633\u062a\u0642\u0628\u0644\u064a\u0629 \u0641\u0642\u0637.", - "This response could not be saved.": "\u062a\u0639\u0630\u0651\u0631 \u062d\u0641\u0638 \u0647\u0630\u0627 \u0627\u0644\u0631\u062f!", - "This response could not be submitted.": "\u062a\u0639\u0630\u0651\u0631 \u062a\u0642\u062f\u064a\u0645 \u0647\u0630\u0627 \u0627\u0644\u0631\u062f.", - "This response has been saved but not submitted.": "\u062d\u064f\u0641\u0651\u0650\u0638 \u0647\u0630\u0627 \u0627\u0644\u0631\u062f\u0651 \u0648\u0644\u0643\u0646 \u0644\u0645 \u064a\u064f\u0642\u062f\u0651\u0645 \u0628\u0639\u062f. ", - "This response has not been saved.": "\u0644\u0645 \u064a\u064f\u062d\u0641\u0651\u0638 \u0647\u0630\u0627 \u0627\u0644\u0631\u062f\u0651 \u0628\u0639\u062f.", - "This section could not be loaded.": "\u0644\u0645 \u0646\u0633\u062a\u0637\u0639 \u062a\u062d\u0645\u064a\u0644 \u0647\u0630\u0627 \u0627\u0644\u0642\u0633\u0645.", - "This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.": "\u064a\u0638\u0647\u0631 \u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0645\u062e\u062a\u0635\u0631 \u0644\u0646\u0648\u0639 \u0627\u0644\u0645\u0647\u0645\u0651\u0629 (\u0645\u062b\u0644 HW \u0623\u0648 Midterm) \u0628\u062c\u0627\u0646\u0628 \u0627\u0644\u0645\u0647\u0627\u0645 \u0641\u064a \u0635\u0641\u062d\u0629 \u0627\u0644\u062a\u0637\u0648\u0651\u0631 \u0627\u0644\u062e\u0627\u0635\u0651\u0629 \u0628\u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645.", - "This team does not have any members.": "\u0644\u0627 \u064a\u0636\u0645 \u0627\u0644\u0641\u0631\u064a\u0642 \u0623\u064a\u0651 \u0623\u0639\u0636\u0627\u0621.", - "This team is full.": "\u0647\u0630\u0627 \u0627\u0644\u0641\u0631\u064a\u0642 \u0645\u0643\u062a\u0645\u0644", - "This thread is closed.": "\u0623\u064f\u063a\u0644\u0650\u0642 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0636\u0648\u0639. ", - "This vote could not be processed. Refresh the page and try again.": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u0645\u0639\u0627\u0644\u062c\u0629 \u0647\u0630\u0627 \u0627\u0644\u062a\u0635\u0648\u064a\u062a. \u0642\u0645 \u0628\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0635\u0641\u062d\u0629 \u0648\u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.", - "Time Allotted (HH:MM):": "\u0627\u0644\u0648\u0642\u062a \u0627\u0644\u0645\u062e\u0635\u0651\u064e\u0635 (HH:MM): ", - "Time Sent": "\u0648\u0642\u062a \u0627\u0644\u0625\u0631\u0633\u0627\u0644", - "Time Sent:": "\u0648\u0642\u062a \u0627\u0644\u0625\u0631\u0633\u0627\u0644:", - "Time Zone": "\u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0632\u0645\u0646\u064a\u0629", - "Timed": "\u0645\u0624\u0642\u0651\u062a", - "Timed Exam": "\u0627\u0645\u062a\u062d\u0627\u0646 \u0645\u0648\u0642\u0648\u062a", - "Timed Out": "\u0646\u0641\u062f \u0648\u0642\u062a\u0647", - "Timed Transcript Conflict": "\u062a\u0636\u0627\u0631\u0628 \u0636\u0645\u0646 \u0627\u0644\u0646\u0635 \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a", - "Timed Transcript Found": "\u0648\u064f\u062c\u062f \u0646\u0635 \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a", - "Timed Transcript Uploaded Successfully": "\u062c\u0631\u0649 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0646\u0635 \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0628\u0646\u062c\u0627\u062d", - "Timed Transcript from %(filename)s": "\u0646\u0635 \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0645\u0646 %(filename)s", - "Tips on taking a successful photo": "\u0646\u0635\u0627\u0626\u062d \u062d\u0648\u0644 \u0643\u064a\u0641\u064a\u0629 \u0627\u0644\u062a\u0642\u0627\u0637 \u0635\u0648\u0631\u0629 \u0646\u0627\u062c\u062d\u0629", - "Title": "\u0627\u0644\u0639\u0646\u0648\u0627\u0646", - "Title ": "\u0627\u0644\u0644\u0642\u0628", - "Title of the signatory": "\u0644\u0642\u0628 \u0627\u0644\u0645\u0648\u0642\u0651\u0650\u0639", - "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "\u064a\u0645\u0643\u0646 \u0623\u0646 \u062a\u0645\u0646\u0639 \u0627\u0644\u0639\u0646\u0627\u0648\u064a\u0646 \u0627\u0644\u062a\u064a \u062a\u0632\u064a\u062f \u0639\u0646 100 \u062d\u0631\u0641\u064b\u0627 \u0627\u0644\u0637\u0644\u0627\u0628 \u0645\u0646 \u0637\u0628\u0627\u0639\u0629 \u0634\u0647\u0627\u062f\u062a\u0647\u0645 \u0639\u0644\u0649 \u0635\u0641\u062d\u0629 \u0648\u0627\u062d\u062f\u0629", - "To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.": "\u0644\u062a\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u062a\u0645\u0643\u0651\u0646 \u062c\u0645\u064a\u0639 \u0627\u0644\u0637\u0644\u0627\u0628 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0641\u064a\u062f\u064a\u0648\u060c \u0646\u0648\u0635\u064a \u0628\u062a\u062d\u0645\u064a\u0644 \u0645\u0642\u0637\u0639 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0630\u0627\u062a\u0647 \u0628\u0643\u0644 \u0645\u0646 \u0635\u064a\u063a\u062a\u064e\u064a .mp4 \u0648 .webm. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0646\u0642\u0631 \u0623\u062f\u0646\u0627\u0647 \u0644\u0625\u0636\u0627\u0641\u0629 \u0631\u0627\u0628\u0637 \u0644\u0646\u0633\u062e\u0629 \u0623\u062e\u0631\u0649. \u0644\u0627 \u064a\u0645\u0643\u0646 \u0644\u0647\u0630\u0647 \u0627\u0644\u0631\u0648\u0627\u0628\u0637 \u0623\u0646 \u062a\u0634\u064a\u0631 \u0625\u0644\u0649 \u0645\u0648\u0642\u0639 \u064a\u0648\u062a\u064a\u0648\u0628. \u0648\u0633\u064a\u064f\u0639\u0631\u064e\u0636 \u0623\u0648\u0651\u0644 \u0641\u064a\u062f\u064a\u0648 \u0645\u064f\u062f\u0631\u064e\u062c \u0648\u0645\u062a\u0648\u0627\u0641\u0642 \u0645\u0639 \u0646\u0638\u0627\u0645 \u0643\u0648\u0645\u0628\u064a\u0648\u062a\u0631 \u0627\u0644\u0637\u0627\u0644\u0628.", - "To finalize course credit, %(display_name)s requires %(platform_name)s learners to submit a credit request.": "\u0644\u0627\u0633\u062a\u0643\u0645\u0627\u0644 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0627\u062f\u0629 \u062f\u0631\u0627\u0633\u064a\u0629 \u0628\u0634\u0643\u0644 \u0646\u0647\u0627\u0626\u064a\u060c \u064a\u064f\u0648\u062c\u0628 %(display_name)s \u0639\u0644\u0649 \u0645\u062a\u0639\u0644\u0651\u0645\u064a %(platform_name)s \u0627\u0644\u062a\u0642\u062f\u0651\u0645 \u0628\u0637\u0644\u0628 \u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0627\u062f\u0651\u0629 \u062f\u0631\u0627\u0633\u064a\u0629", - "To invalidate a certificate for a particular learner, add the username or email address below.": "\u0623\u0636\u0641 \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0623\u0648 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0623\u062f\u0646\u0627\u0647 \u0644\u0625\u0644\u063a\u0627\u0621 \u0634\u0647\u0627\u062f\u0629 \u0645\u0645\u0646\u0648\u062d\u0629 \u0644\u0645\u062a\u0639\u0644\u0651\u0645 \u0645\u0639\u064a\u0651\u0646.", - "To pass this exam, you must complete the problems in the time allowed.": "\u0645\u0646 \u0623\u062c\u0644 \u0627\u062c\u062a\u064a\u0627\u0632 \u0647\u0630\u0627 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646\u060c \u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u062d\u0644 \u062c\u0645\u064a\u0639 \u0627\u0644\u0645\u0634\u0627\u0643\u0644 \u0636\u0645\u0646 \u0627\u0644\u0648\u0642\u062a \u0627\u0644\u0645\u0633\u0645\u0648\u062d \u0628\u0647.", - "To receive a certificate, you must also verify your identity before {date}.": "\u0644\u0627 \u0628\u062f\u0651 \u0645\u0646 \u0625\u062b\u0628\u0627\u062a \u0647\u0648\u064a\u0651\u062a\u0643 \u0642\u0628\u0644 \u062a\u0627\u0631\u064a\u062e {date} \u0645\u0646 \u0623\u062c\u0644 \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0634\u0647\u0627\u062f\u0629.", - "To receive a certificate, you must also verify your identity.": "\u0644\u0627 \u0628\u062f\u0651 \u0645\u0646 \u0625\u062b\u0628\u0627\u062a \u0647\u0648\u064a\u0651\u062a\u0643 \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0634\u0647\u0627\u062f\u0629.", - "To receive credit for problems, you must select \"Submit\" for each problem before you select \"End My Exam\".": "\u0645\u0646 \u0623\u062c\u0644 \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0646\u0642\u0627\u0637 \u0641\u064a \u0645\u0633\u0623\u0644\u0629 \u0645\u0639\u064a\u0646\u0629 \u0639\u0644\u064a\u0643 \u0627\u062e\u062a\u064a\u0627\u0631 \"\u0625\u0631\u0633\u0627\u0644\" \u0644\u0643\u0644 \u0645\u0633\u0623\u0644\u0629 \u0642\u0628\u0644 \u0627\u062d\u062a\u064a\u0627\u0631 \"\u0627\u0646\u0647 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646\".", - "To share your certificate on Mozilla Backpack, you must first have a Backpack account. Complete the following steps to add your certificate to Backpack.": "\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0634\u0647\u0627\u062f\u062a\u0643 \u0639\u0644\u0649 Mozilla Backpack\u060c \u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u0623\u0648\u0644\u0627\u064b \u0625\u0646\u0634\u0627\u0621 \u062d\u0633\u0627\u0628 Backpack. \u0623\u0643\u0645\u0644 \u0627\u0644\u062e\u0637\u0648\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0644\u0625\u0636\u0627\u0641\u0629 \u0634\u0647\u0627\u062f\u062a\u0643 \u0625\u0644\u0649 Backpack.", - "To take a successful photo, make sure that:": "\u0644\u0627\u0644\u062a\u0642\u0627\u0637 \u0635\u0648\u0631\u0629 \u0646\u0627\u062c\u062d\u0629\u060c \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u0623\u0643\u0651\u062f \u0645\u0645\u0651\u0627 \u064a\u0644\u064a:", - "To use the current photo, select the camera button {icon}. To take another photo, select the retake button {icon}.": "\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0635\u0648\u0631\u0629 \u0627\u0644\u062d\u0627\u0644\u064a\u0629\u060c \u0627\u062e\u062a\u0631 \u0632\u0631 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627 {icon}. \u0644\u0627\u0644\u062a\u0642\u0627\u0637 \u0635\u0648\u0631\u0629 \u0623\u062e\u0631\u0649\u060c \u0627\u062e\u062a\u0631 \u0632\u0631 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0635\u0648\u064a\u0631 {icon}", - "To verify your identity, you need a webcam and a government-issued photo ID.": "\u0644\u062a\u0623\u0643\u064a\u062f \u0635\u062d\u0651\u0629 \u0647\u0648\u064a\u0651\u062a\u0643\u060c \u0623\u0646\u062a \u0628\u062d\u0627\u062c\u0629 \u0644\u0643\u0627\u0645\u064a\u0631\u0627 \u0648\u0628\u0637\u0627\u0642\u0629 \u0647\u0648\u064a\u0651\u0629 \u062d\u0643\u0648\u0645\u064a\u0629 \u062a\u062d\u0645\u0644 \u0635\u0648\u0631\u0629 \u0634\u062e\u0635\u064a\u0651\u0629.", - "Today": "\u0627\u0644\u064a\u0648\u0645", - "Toggle Notifications Setting": "\u062a\u0628\u062f\u064a\u0644 \u0625\u0639\u062f\u0627\u062f \u0627\u0644\u0625\u0634\u0639\u0627\u0631\u0627\u062a ", - "Tomorrow": "\u063a\u062f\u0627\u064b", - "Topic": "\u0627\u0644\u0645\u0648\u0636\u0648\u0639", - "Topic area": "\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0645\u0648\u0636\u0648\u0639", - "Topics": "\u0627\u0644\u0645\u0648\u0627\u0636\u064a\u0639", - "Total": "\u0627\u0644\u0645\u062c\u0645\u0648\u0639 ", - "Total Number": "\u0627\u0644\u0639\u062f\u062f \u0627\u0644\u0625\u062c\u0645\u0627\u0644\u064a", - "Try the transaction again in a few minutes.": "\u0627\u0644\u0631\u062c\u0627\u0621 \u0645\u0639\u0627\u0648\u062f\u0629 \u0637\u0644\u0628 \u0627\u0644\u0639\u0645\u0644\u064a\u0629 \u0645\u062c\u062f\u0651\u062f\u064b\u0627 \u0628\u0639\u062f \u0628\u0636\u0639 \u062f\u0642\u0627\u0626\u0642.", - "Try this practice exam again": "\u062c\u0631\u0628 \u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u062a\u0645\u0631\u0646 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649", - "Type": "\u0627\u0644\u0646\u0648\u0639", - "Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "\u0623\u0636\u0641 \u0631\u0627\u0628\u0637\u064b\u0627 \u0623\u0648 \u0627\u0633\u062a\u062e\u062f\u0645 \u0632\u0631 \u2019\u0627\u062e\u062a\u0631 \u0645\u0644\u0641\u2018 \u0644\u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641 \u0645\u0648\u062c\u0648\u062f \u0645\u0646 \u0639\u0644\u0649 \u062c\u0647\u0627\u0632\u0643. (\u0645\u062b\u0627\u0644: 'http://example.com/img/clouds.jpg')", - "Type into this box to filter down the list of available %s.": "\u0627\u0643\u062a\u0628 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u0635\u0646\u062f\u0648\u0642 \u0644\u062a\u0635\u0641\u064a\u0629 \u0642\u0627\u0626\u0645\u0629 %s \u0627\u0644\u0645\u062a\u0648\u0641\u0631\u0629.", - "URL": "\u0627\u0644\u0631\u0627\u0628\u0637", - "Unable to load": "\u062a\u0639\u0630\u0651\u0631 \u0625\u062c\u0631\u0627\u0621 \u0627\u0644\u062a\u062d\u0645\u064a\u0644.", - "Unable to submit application": "\u0646\u0639\u062a\u0630\u0651\u0631 \u0644\u062a\u0639\u0630\u0651\u0631 \u062a\u0642\u062f\u064a\u0645 \u0627\u0644\u0637\u0644\u0628", - "Undo (Ctrl+Z)": "\u0625\u0644\u063a\u0627\u0621 (Ctrl+Z)", - "Undo Changes": "\u0627\u0644\u062a\u0631\u0627\u062c\u0639 \u0639\u0646 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a", - "Unendorse": "\u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u062a\u0623\u064a\u064a\u062f", - "Unexpected server error.": "\u062d\u062f\u062b \u062e\u0637\u0623 \u063a\u064a\u0631 \u0645\u062a\u0648\u0642\u0651\u0639.", - "Unfollow": "\u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u0645\u062a\u0627\u0628\u0639\u0629", - "Ungraded": "\u0644\u0645 \u064a\u062c\u0631\u064a \u062a\u0642\u064a\u064a\u0645\u0647", - "Ungraded Practice Exam": "\u0627\u0645\u062a\u062d\u0627\u0646 \u062a\u0645\u0631\u064a\u0646 \u062f\u0648\u0646 \u0639\u0644\u0627\u0645\u0629", - "Unit": "\u0627\u0644\u0648\u062d\u062f\u0629", - "Unit Visibility": "\u0631\u0624\u064a\u0629 \u0627\u0644\u0648\u062d\u062f\u0629", - "Unknown": "\u063a\u064a\u0631 \u0645\u0639\u0631\u0648\u0641 ", - "Unlink This Account": "\u0627\u0641\u0635\u0644 \u0647\u0630\u0627 \u0627\u0644\u062d\u0633\u0627\u0628", - "Unlink your {accountName} account": "\u0627\u0641\u0635\u0644 \u062d\u0633\u0627\u0628\u0643 \u0639\u0644\u0649 {accountName}", - "Unlinking": "\u0641\u0635\u0644 \u0627\u0644\u0631\u0628\u0637", - "Unmark as Answer": "\u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u062a\u062d\u062f\u064a\u062f \u0643\u0625\u062c\u0627\u0628\u0629", - "Unnamed Option": "\u062e\u064a\u0627\u0631 \u063a\u064a\u0631 \u0645\u0633\u0645\u0651\u0649 ", - "Unpin": "\u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u062a\u062b\u0628\u064a\u062a", - "Unpublished changes to content that will release in the future": "\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u063a\u064a\u0631 \u0645\u0646\u0634\u0648\u0631\u0629 \u062c\u0631\u0649 \u0625\u062f\u062e\u0627\u0644\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0648\u0633\u064a\u062c\u0631\u064a \u0625\u0635\u062f\u0627\u0631\u0647\u0627 \u0645\u0633\u062a\u0642\u0628\u0644\u064a\u0651\u064b\u0627", - "Unpublished changes to live content": "\u062a\u0648\u062c\u062f \u062a\u063a\u064a\u064a\u0631\u0627\u062a \u063a\u064a\u0631 \u0645\u0646\u0634\u0648\u0631\u0629 \u062c\u0631\u0649 \u0625\u062f\u062e\u0627\u0644\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u0645\u062a\u0627\u062d \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a", - "Unpublished units will not be released": "\u0644\u0646 \u064a\u062c\u0631\u064a \u0625\u0635\u062f\u0627\u0631 \u0627\u0644\u0648\u062d\u062f\u0627\u062a \u063a\u064a\u0631 \u0627\u0644\u0645\u0646\u0634\u0648\u0631\u0629", - "Unreport": "\u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u0625\u0628\u0644\u0627\u063a", - "Unscheduled": "\u063a\u064a\u0631 \u0645\u062c\u062f\u0648\u064e\u0644", - "Update": "\u062a\u062d\u062f\u064a\u062b", - "Update comment": "\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u062a\u0639\u0644\u064a\u0642", - "Update post": "\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0645\u0646\u0634\u0648\u0631 ", - "Update response": "\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0631\u062f ", - "Update team.": "\u0639\u062f\u0651\u0644 \u0641\u0631\u064a\u0642.", - "Updating Tags": "\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0634\u064e\u0627\u0631\u0627\u062a", - "Updating with latest library content": "\u062c\u0627\u0631\u064a \u0627\u0644\u062a\u062d\u062f\u064a\u062b \u0645\u0639 \u0645\u0633\u062a\u062c\u062f\u0651\u0627\u062a \u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u0645\u0643\u062a\u0628\u0629", - "Upgrade Deadline": "\u0627\u0644\u0645\u0648\u0639\u062f \u0627\u0644\u0646\u0647\u0627\u0626\u064a \u0644\u0644\u062a\u062d\u062f\u064a\u062b ", - "Upgrade to a Verified Certificate for {courseName}": "\u0637\u0648\u0631 \u0625\u0644\u0649 \u0634\u0647\u0627\u062f\u0629 \u0645\u0646 \u0645\u0639\u062a\u0645\u062f\u0629 \u0625\u0644\u0649 {courseName}", - "Upload": "\u062a\u062d\u0645\u064a\u0644", - "Upload File": "\u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0645\u0644\u0641", - "Upload File and Assign Students": "\u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0645\u0644\u0641 \u0648\u0625\u0633\u0646\u0627\u062f \u0627\u0644\u0648\u0627\u062c\u0628\u0627\u062a \u0625\u0644\u0649 \u0627\u0644\u0637\u0644\u0651\u0627\u0628", - "Upload New .srt Transcript": "\u062a\u062d\u0645\u064a\u0644 \u0646\u0635 \u062c\u062f\u064a\u062f \u0628\u0635\u064a\u063a\u0629 .srt ", - "Upload New File": "\u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641 \u062c\u062f\u064a\u062f", - "Upload New Transcript": "\u062a\u062d\u0645\u064a\u0644 \u0646\u0635\u0651 \u062c\u062f\u064a\u062f", - "Upload PDF": "\u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641 \u0628\u0635\u064a\u063a\u0629 PDF", - "Upload Photo": "\u0631\u0641\u0639 \u0635\u0648\u0631\u0629", - "Upload Signature Image": "\u062a\u062d\u0645\u064a\u0644 \u0635\u0648\u0631\u0629 \u0627\u0644\u062a\u0648\u0642\u064a\u0639", - "Upload a CSV file": "\u0627\u0631\u0641\u0639 \u0645\u0644\u0641 CSV", - "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "\u064a\u064f\u0631\u062c\u0649 \u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641 \u0628\u0635\u064a\u063a\u0629 (.csv) \u0630\u0627 \u0642\u064a\u0645 \u0645\u0641\u0635\u0648\u0644\u0629 \u0628\u0631\u0645\u0632 \u0627\u0644\u0641\u0627\u0635\u0644\u0629\u060c \u064a\u062d\u0648\u064a \u0623\u0633\u0645\u0627\u0621 \u0648\u0639\u0646\u0627\u0648\u064a\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645\u064a\u0646 \u0627\u0644\u062d\u0627\u0635\u0644\u064a\u0646 \u0639\u0644\u0649 \u0627\u0633\u062a\u062b\u0646\u0627\u0621\u0627\u062a. \u0636\u0645\u0651\u0646 \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0648\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0641\u064a \u0627\u0644\u062d\u0642\u0644 \u0627\u0644\u0623\u0648\u0644 \u0627\u0644\u0645\u0641\u0635\u0648\u0644 \u0628\u0641\u0627\u0635\u0644\u0629. \u064a\u0645\u0643\u0646\u0643 \u062a\u0636\u0645\u064a\u0646 \u0645\u0644\u0627\u062d\u0638\u0629 \u0627\u062e\u062a\u064a\u0627\u0631\u064a\u0629 \u062a\u0635\u0641 \u0633\u0628\u0628 \u0645\u0646\u062d \u0627\u0644\u0627\u0633\u062a\u062b\u0646\u0627\u0621 \u0641\u064a \u0627\u0644\u062d\u0642\u0644 \u0627\u0644\u062b\u0627\u0646\u064a \u0627\u0644\u0645\u0641\u0635\u0648\u0644 \u0628\u0641\u0627\u0635\u0644\u0629. ", - "Upload an image": "\u062a\u062d\u0645\u064a\u0644 \u0635\u0648\u0631\u0629", - "Upload an image or capture one with your web or phone camera.": "\u064a\u064f\u0631\u062c\u0649 \u062a\u062d\u0645\u064a\u0644 \u0635\u0648\u0631\u0629 \u0623\u0648 \u0627\u0644\u062a\u0642\u0627\u0637 \u0648\u0627\u062d\u062f\u0629 \u0628\u0643\u0627\u0645\u064a\u0631\u062a\u0643 \u0623\u0648 \u0643\u0627\u0645\u064a\u0631\u0627 \u0627\u0644\u0647\u0627\u062a\u0641. ", - "Upload completed": "\u0627\u0633\u062a\u064f\u0643\u0645\u0644 \u0627\u0644\u062a\u062d\u0645\u064a\u0644 ", - "Upload failed": "\u0639\u0630\u0631\u064b\u0627\u060c \u0644\u0645 \u064a\u0646\u062c\u062d \u0627\u0644\u062a\u062d\u0645\u064a\u0644.", - "Upload instructor image.": "\u0631\u0641\u0639 \u0635\u0648\u0631\u0629 \u0627\u0644\u0623\u0633\u062a\u0627\u0630.", - "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "\u062c\u0627\u0631\u064a \u0627\u0644\u062a\u062d\u0645\u064a\u0644. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0628\u0642\u0627\u0621 \u0641\u064a \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062d\u0629 \u062d\u062a\u0649 \u0627\u0633\u062a\u0643\u0645\u0627\u0644 \u0627\u0644\u0639\u0645\u0644\u064a\u0629 \u0644\u062a\u0641\u0627\u062f\u064a \u0648\u0642\u0648\u0639 \u0627\u0644\u0623\u062e\u0637\u0627\u0621.", - "Upload signature image.": "\u064a\u064f\u0631\u062c\u0649 \u062a\u062d\u0645\u064a\u0644 \u0635\u0648\u0631\u0629 \u0627\u0644\u0645\u0648\u0642\u0651\u0650\u0639.", - "Upload your banner image.": "\u0631\u0641\u0639 \u0635\u0648\u0631\u0629 \u0634\u0639\u0627\u0631\u0643.", - "Upload your course image.": "\u062a\u062d\u0645\u064a\u0644 \u0635\u0648\u0631\u062a\u0643 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0627\u0644\u0645\u0633\u0627\u0642.", - "Upload your first asset": "\u062a\u062d\u0645\u064a\u0644 \u0645\u0627\u062f\u062a\u0643 \u0627\u0644\u0645\u0644\u062d\u0642\u0629 \u0627\u0644\u0623\u0648\u0644\u0649", - "Upload your video thumbnail image.": "\u0627\u0631\u0641\u0639 \u0635\u0648\u0631\u0629 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0627\u0644\u0645\u0635\u063a\u0631\u0629.", - "Uploaded file issues. Click on \"+\" to view.": "\u062a\u0645\u0651 \u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641 \u0627\u0644\u0642\u0636\u0627\u064a\u0627. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \"+\" \u0644\u0639\u0631\u0636\u0647\u0627.", - "Uploading": "\u062c\u0627\u0631\u064a \u0627\u0644\u062a\u062d\u0645\u064a\u0644", - "Upset Learner": "\u0645\u062a\u0639\u0644\u0651\u0645 \u063a\u064a\u0631 \u0631\u0627\u0636\u064a", - "Use Current Transcript": "\u0627\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u0646\u0635 \u0627\u0644\u062d\u0627\u0644\u064a", - "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.": "\u0627\u0633\u062a\u062e\u062f\u0645 \u0627\u0645\u062a\u062d\u0627\u0646 \u062a\u062f\u0631\u064a\u0628\u064a \u0645\u0631\u0627\u0642\u0628 \u0644\u062a\u0639\u0631\u064a\u0641 \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645\u064a\u0646 \u0628\u0625\u062c\u0631\u0627\u0621\u0627\u062a \u0648\u0623\u062f\u0648\u0627\u062a \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629. \u0644\u0646 \u062a\u0624\u062b\u0631 \u0646\u062a\u0627\u0626\u062c \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a \u0639\u0644\u0649 \u0627\u0644\u062f\u0631\u062c\u0629 \u0627\u0644\u0646\u0647\u0627\u0626\u064a\u0629 \u0627\u0644\u0645\u0645\u0646\u0648\u062d\u0629 \u0644\u0644\u0645\u062a\u0639\u0644\u0651\u0645.", - "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "\u0627\u0633\u062a\u062e\u062f\u0645 \u0627\u0645\u062a\u062d\u0627\u0646\u064b\u0627 \u0645\u0624\u0642\u0651\u062a\u064b\u0627 \u0644\u0644\u062d\u062f\u0651 \u0645\u0646 \u0627\u0644\u0648\u0642\u062a \u0627\u0644\u0630\u064a \u064a\u0645\u0643\u0646 \u0644\u0644\u0645\u062a\u0639\u0644\u0651\u0645\u064a\u0646 \u0642\u0636\u0627\u0624\u0647 \u0641\u064a \u062d\u0644 \u0645\u0633\u0627\u0626\u0644 \u0647\u0630\u0627 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0641\u0631\u0639\u064a. \u064a\u062c\u0628 \u0623\u0646 \u064a\u0642\u062f\u0651\u0645 \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645\u0648\u0646 \u0627\u0644\u0625\u062c\u0627\u0628\u0627\u062a \u0642\u0628\u0644 \u0627\u0646\u062a\u0647\u0627\u0621 \u0627\u0644\u0648\u0642\u062a \u0627\u0644\u0645\u062d\u062f\u0651\u062f. \u0643\u0645\u0627 \u0648\u064a\u0645\u0643\u0646\u0643 \u0627\u0644\u0633\u0645\u0627\u062d \u0644\u0623\u062d\u062f \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645\u064a\u0646 \u0628\u0648\u0642\u062a \u0625\u0636\u0627\u0641\u064a \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0644\u0648\u062d\u0629 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0623\u0633\u062a\u0627\u0630.", - "Use as a Prerequisite": "\u0627\u0633\u062a\u062e\u062f\u0645\u0647 \u0643\u0645\u062a\u0637\u0644\u0651\u0628 \u0623\u0633\u0627\u0633\u064a", - "Use my institution/campus credentials": "\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0628\u064a\u0627\u0646\u0627\u062a\u064a \u0644\u062f\u0649 \u0627\u0644\u0645\u0624\u0633\u0651\u0633\u0629/ \u0627\u0644\u062d\u0631\u0645 \u0627\u0644\u062c\u0627\u0645\u0639\u064a", - "Use the All Topics menu to find specific topics.": "\u0627\u0633\u062a\u062e\u062f\u0645 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0648\u0636\u0648\u0639\u0627\u062a \u0644\u062a\u062c\u062f \u0645\u0648\u0636\u0648\u0639\u0627\u062a \u0645\u0639\u064a\u0646\u0629.", - "Use the retake photo button if you are not pleased with your photo": "\u064a\u064f\u0631\u062c\u0649 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0632\u0631 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0642\u0627\u0637 \u0627\u0644\u0635\u0648\u0631\u0629 \u0625\u0630\u0627 \u0644\u0645 \u062a\u0639\u062c\u0628\u0643 \u0635\u0648\u0631\u062a\u0643.", - "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "\u064a\u064f\u0631\u062c\u0649 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0643\u0627\u0645\u064a\u0631\u062a\u0643 \u0644\u0627\u0644\u062a\u0642\u0627\u0637 \u0635\u0648\u0631\u0629 \u0644\u0648\u062c\u0647\u0643. \u062b\u0645\u0651 \u0633\u0646\u0637\u0627\u0628\u0642 \u0647\u0630\u0647 \u0627\u0644\u0635\u0648\u0631\u0629 \u0645\u0639 \u0635\u0648\u0631\u0629 \u0648\u062c\u0647\u0643 \u0648\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0645\u0648\u062c\u0648\u062f\u064a\u0646 \u0641\u064a \u062d\u0633\u0627\u0628\u0643. ", - "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "\u0627\u0633\u062a\u062e\u062f\u0645 \u0643\u0627\u0645\u064a\u0631\u062a\u0643 \u0644\u0627\u0644\u062a\u0642\u0627\u0637 \u0635\u0648\u0631\u0629 \u0644\u0648\u062c\u0647\u0643. \u062b\u0645\u0651 \u0633\u0646\u0637\u0627\u0628\u0642 \u0647\u0630\u0647 \u0627\u0644\u0635\u0648\u0631\u0629 \u0645\u0639 \u0627\u0644\u0635\u0648\u0631\u0629 \u0627\u0644\u0645\u0648\u062c\u0648\u062f\u0629 \u0639\u0644\u0649 \u0628\u0637\u0627\u0642\u062a\u0643 \u0627\u0644\u0634\u062e\u0635\u064a\u0629. ", - "Used": "\u0645\u0633\u062a\u062e\u062f\u064e\u0645", - "User Email": "\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0627\u0644\u062e\u0627\u0635 \u0628\u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645", - "Username": "\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645", - "Username or email address": "\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0623\u0648 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", - "Users must create and activate their account before they can be promoted to beta tester.": "\u064a\u062c\u0628 \u0639\u0644\u0649 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0625\u0646\u0634\u0627\u0621 \u062d\u0633\u0627\u0628\u0647\u0645 \u0648\u062a\u0641\u0639\u064a\u0644\u0647 \u0642\u0628\u0644 \u0623\u0646 \u062a\u064f\u062a\u0627\u062d \u0644\u0647\u0645 \u0625\u0645\u0643\u0627\u0646\u064a\u0629 \u062a\u0631\u0642\u064a\u0629 \u0639\u0636\u0648\u064a\u062a\u0647\u0645 \u0625\u0644\u0649 \u0645\u062e\u062a\u0628\u0631\u064a \u0627\u0644\u0646\u0633\u062e\u0629 \u0627\u0644\u062a\u062c\u0631\u064a\u0628\u064a\u0629.", - "Valid": "\u0635\u0627\u0644\u062d", - "Validation Error": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642.", - "Validation Error While Saving": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0627\u0644\u062d\u0641\u0638.", - "Verification Checkpoint": "\u0646\u0642\u0637\u0629 \u0627\u062e\u062a\u0628\u0627\u0631 \u062a\u062e\u0635 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642", - "Verification Deadline": "\u0627\u0644\u0645\u0648\u0639\u062f \u0627\u0644\u0646\u0647\u0627\u0626\u064a \u0644\u0644\u062a\u062d\u0642\u0651\u0642", - "Verification checkpoint to be completed": "\u064a\u062a\u0648\u062c\u0651\u0628 \u0625\u062a\u0645\u0627\u0645 \u0646\u0642\u0637\u0629 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631 \u0627\u0644\u062e\u0627\u0635\u0651\u0629 \u0628\u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642", - "Verified": "\u0645\u0648\u062b\u0642", - "Verified Certificate": "\u0627\u0644\u0634\u0647\u0627\u062f\u0629 \u0627\u0644\u0645\u0648\u062b\u0651\u0642\u0629", - "Verified Certificate for {courseName}": "\u0634\u0647\u0627\u062f\u0629 \u0645\u0639\u062a\u0645\u062f\u0629 \u0644\u0640 {courseName}", - "Verified Certificate upgrade": "\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0634\u0647\u0627\u062f\u0629 \u0627\u0644\u0645\u0648\u062b\u0642\u0629", - "Verified Status": "\u062d\u0627\u0644\u0629 \u062c\u0631\u0649 \u0627\u0644\u062a\u062d\u0642\u0651\u0642 \u0645\u0646\u0647\u0627", - "Verified mode price": "\u0633\u0639\u0631 \u0648\u0636\u0639 \u2019\u0634\u0647\u0627\u062f\u0629 \u0645\u0648\u062b\u0651\u0642\u0629\u2018", - "Verify Now": "\u0625\u062c\u0631\u0627\u0621 \u0627\u0644\u062a\u062d\u0642\u0651\u0642 \u0627\u0644\u0622\u0646", - "Video Capture Error": "\u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u062a\u0642\u0627\u0637 \u0627\u0644\u0641\u064a\u062f\u064a\u0648", - "Video ID": "\u0627\u0644\u0631\u0642\u0645 \u0627\u0644\u062a\u0639\u0631\u064a\u0641\u064a \u0644\u0644\u0641\u064a\u062f\u064a\u0648", - "View": "\u0639\u0631\u0636", - "View %(span_start)s %(team_name)s %(span_end)s": "\u0645\u0634\u0627\u0647\u062f\u0629 %(span_start)s %(team_name)s %(span_end)s", - "View Archived Course": "\u0627\u0633\u062a\u0639\u0631\u0627\u0636 \u0627\u0644\u0645\u0633\u0627\u0642", - "View Cohort": "\u0645\u0634\u0627\u0647\u062f\u0629 \u0627\u0644\u0634\u0639\u0628\u0629", - "View Course": "\u0627\u0633\u062a\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u0627\u0642 ", - "View Live": "\u0639\u0631\u0636 \u0627\u0644\u0646\u0633\u062e\u0629 \u0627\u0644\u062d\u0627\u0644\u064a\u0629 \u0627\u0644\u0645\u0646\u0634\u0648\u0631\u0629", - "View Teams in the %(topic_name)s Topic": "\u0627\u0633\u062a\u0639\u0631\u0627\u0636 \u0627\u0644\u0641\u0650\u0631\u0642 \u0641\u064a \u0645\u0648\u0636\u0648\u0639 %(topic_name)s", - "View all errors": "\u0627\u0633\u062a\u0639\u0631\u0627\u0636 \u0643\u0627\u0641\u0629 \u0627\u0644\u0623\u062e\u0637\u0627\u0621", - "View discussion": "\u0627\u0633\u062a\u0639\u0631\u0627\u0636 \u0627\u0644\u0645\u0646\u0627\u0642\u0634\u0629", - "View my exam": "\u0639\u0631\u0636 \u0627\u0645\u062a\u062d\u0627\u0646\u064a", + ], + "Showing results for \"{searchString}\"": "\u0639\u0631\u0636 \u0646\u062a\u0627\u0626\u062c \"{searchString}\"", + "Showing {firstIndex} out of {numItems} total": "\u064a\u064f\u0639\u0631\u0636 \u0627\u0644\u0622\u0646 {firstIndex} \u0645\u0646 \u0623\u0635\u0644 {numItems}.", + "Showing {firstIndex}-{lastIndex} out of {numItems} total": "\u064a\u064f\u0639\u0631\u0636 \u0627\u0644\u0622\u0646 {firstIndex}-{lastIndex} \u0645\u0646 \u0623\u0635\u0644 {numItems}.", + "Sign in": "\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644", + "Sign in here using your email address and password, or use one of the providers listed below.": "\u064a\u064f\u0631\u062c\u0649 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0639\u0646\u0648\u0627\u0646 \u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0648\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631\u060c \u0623\u0648 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0623\u062d\u062f \u0627\u0644\u0645\u0632\u0648\u0651\u0650\u062f\u064a\u0646 \u0627\u0644\u0645\u0630\u0643\u0648\u0631\u064a\u0646 \u0623\u062f\u0646\u0627\u0647.", + "Sign in here using your email address and password.": "\u064a\u064f\u0631\u062c\u0649 \u062a\u0633\u062c\u064a\u0644 \u062f\u062e\u0648\u0644\u0643 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0639\u0646\u0648\u0627\u0646 \u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0648\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631.", + "Sign in using %(providerName)s": "\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 %(providerName)s", + "Sign in with %(providerName)s": "\u064a\u064f\u0631\u062c\u0649 \u0645\u0646\u0643 \u062a\u0633\u062c\u064a\u0644 \u062f\u062e\u0648\u0644\u0643 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 %(providerName)s", + "Sign in with Institution/Campus Credentials": "\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0628\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0624\u0633\u0651\u0633\u0629/ \u0627\u0644\u062d\u0631\u0645 \u0627\u0644\u062c\u0627\u0645\u0639\u064a", + "Signatory": "\u0645\u064f\u0648\u0642\u0651\u0639", + "Signatory field(s) has invalid data.": "\u064a\u062d\u062a\u0648\u064a \u062d\u0642\u0644 (\u062d\u0642\u0648\u0644) \u0627\u0644\u0645\u0648\u0642\u0651\u0639 \u0639\u0644\u0649 \u0628\u064a\u0627\u0646\u0627\u062a \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629.", + "Signature Image": "\u0635\u0648\u0631\u0629 \u0627\u0644\u062a\u0648\u0642\u064a\u0639", + "Some Rights Reserved": "\u0628\u0639\u0636 \u0627\u0644\u062d\u0642\u0648\u0642 \u0645\u062d\u0641\u0648\u0638\u0629", + "Some images in this post have been omitted": "\u0644\u0642\u062f \u062a\u0645 \u062d\u0630\u0641 \u0628\u0639\u0636 \u0627\u0644\u0635\u0648\u0631 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u0645\u0646\u0634\u0648\u0631", + "Something went wrong changing this enrollment. Please try again.": "\u062d\u062f\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u062a\u063a\u064a\u064a\u0631 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0647\u0630\u0647. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", + "Sorry, no results were found.": "\u0639\u0630\u0631\u064b\u0627\u060c \u0644\u0627 \u062a\u0648\u062c\u062f \u0623\u064a \u0646\u062a\u0627\u0626\u062c.", + "Sorted by": "\u0627\u0644\u062a\u0631\u062a\u064a\u0628 \u0628\u062d\u0633\u0628: ", + "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "\u064a\u064f\u0631\u062c\u0649 \u062a\u062d\u062f\u064a\u062f \u0628\u062f\u064a\u0644 \u0644\u0644\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0631\u0633\u0645\u064a \u0644\u0644\u0645\u0633\u0627\u0642 \u0644\u0648\u0636\u0639\u0647 \u0639\u0644\u0649 \u0627\u0644\u0634\u0647\u0627\u062f\u0627\u062a. \u0648\u064a\u064f\u0631\u062c\u0649 \u062a\u0631\u0643 \u0647\u0630\u0627 \u0627\u0644\u062d\u0642\u0644 \u0641\u0627\u0631\u063a\u064b\u0627 \u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0631\u0633\u0645\u064a \u0644\u0644\u0645\u0633\u0627\u0642.", + "Staff": "\u0637\u0627\u0642\u0645 \u0627\u0644\u0645\u0633\u0627\u0642", + "Staff Only": "\u0637\u0627\u0642\u0645 \u0627\u0644\u0645\u0633\u0627\u0642 \u0641\u0642\u0637", + "Staff and Learners": "\u0627\u0644\u0645\u0648\u0638\u0641\u0648\u0646 \u0648\u0627\u0644\u0645\u062a\u0639\u0644\u0645\u0648\u0646", + "Start Date": "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0628\u062f\u0621", + "Start Proctored Exam": "\u0628\u062f\u0621 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0645\u0631\u0627\u0642\u0628", + "Start System Check": "\u0628\u062f\u0621 \u0641\u062d\u0635 \u0627\u0644\u0646\u0638\u0627\u0645", + "Start generating certificates for all students in this course?": "\u0647\u0644 \u062a\u0631\u064a\u062f \u0627\u0644\u0628\u062f\u0621 \u0628\u0625\u0639\u062f\u0627\u062f \u0627\u0644\u0634\u0647\u0627\u062f\u0627\u062a \u0644\u062c\u0645\u064a\u0639 \u0627\u0644\u0637\u0644\u0651\u0627\u0628 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u0627\u0642\u061f", + "Start regenerating certificates for students in this course?": "\u0647\u0644 \u062a\u0648\u062f\u0651 \u0645\u0639\u0627\u0648\u062f\u0629 \u0627\u0644\u0628\u062f\u0621 \u0628\u0625\u0639\u062f\u0627\u062f \u0627\u0644\u0634\u0647\u0627\u062f\u0627\u062a \u0644\u0637\u0644\u0651\u0627\u0628 \u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u0627\u0642\u061f", + "Start working toward your next learning goal.": "\u0627\u0628\u062f\u0622 \u0627\u0644\u0639\u0645\u0644 \u0641\u064a \u0627\u062a\u062c\u0627\u0647 \u0647\u062f\u0641\u0643 \u0627\u0644\u062a\u0627\u0644\u064a.", + "Started": "\u0628\u062f\u0623 \u0641\u064a \u062a\u0627\u0631\u064a\u062e", + "Started entrance exam rescore task for student '{student_id}'. Click the 'Show Task Status' button to see the status of the task.": "\u062a\u0645 \u0628\u062f\u0621 \u0645\u0647\u0645\u0651\u0629 \u0625\u0639\u0627\u062f\u0629 \u062a\u0642\u064a\u064a\u0645 \u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u062f\u062e\u0648\u0644 \u0644\u0644\u0637\u0627\u0644\u0628 '{student_id}'. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0632\u0631 \u2019\u0639\u0631\u0636 \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0647\u0645\u0629\u2018 \u0644\u0644\u0627\u0637\u0651\u0644\u0627\u0639 \u0639\u0644\u0649 \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0647\u0645\u0629.", + "Started rescore problem task for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u062a\u0645 \u0628\u062f\u0621 \u0645\u0647\u0645\u0651\u0629 \u0625\u0639\u0627\u062f\u0629 \u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0645\u0633\u0623\u0644\u0629 \u0631\u0642\u0645 \u2019<%- problem_id %>\u2018 \u0644\u0644\u0637\u0627\u0644\u0628 \u2019<%- student_id %>\u2018. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0632\u0631 \u2019\u0639\u0631\u0636 \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0647\u0645\u0629\u2018 \u0644\u0644\u0627\u0637\u0651\u0644\u0627\u0639 \u0639\u0644\u0649 \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0647\u0645\u0629.", + "Starts": "\u0627\u0644\u0628\u062f\u0627\u064a\u0629", + "Starts: %(start_date)s": "\u064a\u0628\u062f\u0623 \u0628\u062a\u0627\u0631\u064a\u062e:%(start_date)s", + "State": "\u0627\u0644\u062d\u0627\u0644\u0629", + "Status": "\u0627\u0644\u062d\u0627\u0644\u0629", + "Status of Your Response": "\u062d\u0627\u0644\u0629 \u0631\u062f\u0651\u0643.", + "Student": "\u0627\u0644\u0637\u0627\u0644\u0628", + "Student Removed from certificate white list successfully.": "\u062c\u0631\u062a \u0625\u0632\u0627\u0644\u0629 \u0627\u0633\u0645 \u0627\u0644\u0637\u0627\u0644\u0628 \u0645\u0646 \u0634\u0647\u0627\u062f\u0627\u062a \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0628\u064a\u0636\u0627\u0621 \u0628\u0646\u062c\u0627\u062d.", + "Student email or username": "\u0627\u0633\u0645 \u0623\u0648 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0637\u0627\u0644\u0628 \u0627\u0644\u0628\u0631\u064a\u062f\u064a", + "Studio:": "\u0627\u0633\u062a\u0648\u062f\u064a\u0648:", + "Subject": "\u0627\u0644\u0645\u0648\u0636\u0648\u0639", + "Subject:": "\u0627\u0644\u0645\u0648\u0636\u0648\u0639:", + "Submit": "\u062a\u0642\u062f\u064a\u0645", + "Submit Application": "\u062a\u0642\u062f\u064a\u0645 \u0627\u0644\u0637\u0644\u0628", + "Submit enrollment change": "\u062a\u0642\u062f\u064a\u0645 \u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u062a\u0633\u062c\u064a\u0644", + "Submitted": "\u062c\u0631\u0649 \u0627\u0644\u062a\u0642\u062f\u064a\u0645", + "Subsection": "\u0642\u0633\u0645\u064c \u0641\u0631\u0639\u064a\u0651", + "Subsection Visibility": "\u0631\u0624\u064a\u0629 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0641\u0631\u0639\u064a", + "Subsection is hidden after due date": "\u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0641\u0631\u0639\u064a \u0645\u062e\u0641\u064a \u0628\u0639\u062f \u0627\u0644\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0645\u062d\u062f\u062f", + "Success": "\u062c\u0631\u062a \u0627\u0644\u0639\u0645\u0644\u064a\u0629 \u0628\u0646\u062c\u0627\u062d", + "Success! Problem attempts reset for problem '<%- problem_id %>' and student '<%- student_id %>'.": "\u0631\u0627\u0626\u0639! \u062a\u0645\u062a \u0625\u0639\u0627\u062f\u0629 \u0636\u0628\u0637 \u0639\u062f\u062f \u0645\u062d\u0627\u0648\u0644\u0627\u062a \u062d\u0644\u0651 \u0627\u0644\u0645\u0633\u0623\u0644\u0629 \u0631\u0642\u0645 \u2019<%- problem_id %>\u2018 \u0648\u0627\u0644\u0637\u0627\u0644\u0628 \u2019<%- student_id %>\u2018.", + "Successfully deleted student state for user {user}": "\u062c\u0631\u0649 \u0628\u0646\u062c\u0627\u062d \u062d\u0630\u0641 \u062d\u0627\u0644\u0629 \u0627\u0644\u0637\u0627\u0644\u0628 \u0644\u0644\u0645\u0633\u062a\u062e\u062f\u0645 {user}.", + "Successfully enrolled and sent email to the following users:": "\u062c\u0631\u0649 \u0628\u0646\u062c\u0627\u062d \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0627\u0644\u062a\u0627\u0644\u064a\u0646 \u0648\u0645\u0631\u0627\u0633\u0644\u062a\u0647\u0645 \u0639\u0628\u0631 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a:", + "Successfully enrolled the following users:": "\u062c\u0631\u0649 \u0628\u0646\u062c\u0627\u062d \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0627\u0644\u062a\u0627\u0644\u064a\u0646:", + "Successfully rescored problem for user {user}": "\u062c\u0631\u0649 \u0628\u0646\u062c\u0627\u062d \u0625\u0639\u0627\u062f\u0629 \u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0645\u0633\u0623\u0644\u0629 \u0644\u0644\u0645\u0633\u062a\u062e\u062f\u0645 {user}.", + "Successfully rescored problem to improve score for user {user}": "\u062a\u0645\u062a \u0628\u0646\u062c\u0627\u062d \u0639\u0645\u0644\u064a\u0629 \u0625\u0639\u0627\u062f\u0629 \u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0645\u0633\u0623\u0644\u0629 \u0644\u062a\u062d\u0633\u064a\u0646 \u0646\u062a\u064a\u062c\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 {user}", + "Successfully reset the attempts for user {user}": "\u062c\u0631\u0649 \u0628\u0646\u062c\u0627\u062d \u0625\u0639\u0627\u062f\u0629 \u0636\u0628\u0637 \u0639\u062f\u062f \u0645\u062d\u0627\u0648\u0644\u0627\u062a \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 {user}.", + "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "\u062c\u0631\u0649 \u0628\u0646\u062c\u0627\u062d \u0645\u0631\u0627\u0633\u0644\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0627\u0644\u062a\u0627\u0644\u064a\u0646 \u0639\u0628\u0631 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u062d\u0648\u0644 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u062a\u0633\u062c\u064a\u0644\u060c \u0648\u0633\u064a\u064f\u0633\u0645\u062d \u0644\u0647\u0645 \u0628\u0627\u0644\u0627\u0644\u062a\u062d\u0627\u0642 \u0628\u0627\u0644\u0645\u0633\u0627\u0642 \u062d\u0627\u0644\u0645\u0627 \u064a\u0633\u062c\u0651\u0644\u0648\u0646 \u0623\u0646\u0641\u0633\u0647\u0645: ", + "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "\u062c\u0631\u0649 \u0628\u0646\u062c\u0627\u062d \u0645\u0631\u0627\u0633\u0644\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0627\u0644\u062a\u0627\u0644\u064a\u0646 \u0639\u0628\u0631 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u062d\u0648\u0644 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u062a\u0633\u062c\u064a\u0644\u060c \u0648\u0633\u064a\u062c\u0631\u064a \u0625\u0644\u062d\u0627\u0642\u0647\u0645 \u0628\u0627\u0644\u0645\u0633\u0627\u0642 \u062d\u0627\u0644\u0645\u0627 \u064a\u0633\u062c\u0651\u0644\u0648\u0646 \u0623\u0646\u0641\u0633\u0647\u0645: ", + "Successfully started task to rescore problem '<%- problem_id %>' for all students. Click the 'Show Task Status' button to see the status of the task.": "\u062a\u0645 \u0628\u0646\u062c\u0627\u062d \u0628\u062f\u0621 \u0645\u0647\u0645\u0629 \u0625\u0639\u0627\u062f\u0629 \u0636\u0628\u0637 \u0639\u062f\u062f \u0645\u062d\u0627\u0648\u0644\u0627\u062a \u062d\u0644\u0651 \u0627\u0644\u0645\u0633\u0623\u0644\u0629 \u0631\u0642\u0645 \u2019<%- problem_id %>\u2018 \u0644\u0643\u0627\u0641\u0629 \u0627\u0644\u0637\u0644\u0627\u0628. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0632\u0631 \u2019\u0639\u0631\u0636 \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0647\u0645\u0629\u2018 \u0644\u0644\u0627\u0637\u0651\u0644\u0627\u0639 \u0639\u0644\u0649 \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0647\u0645\u0629.", + "Successfully started task to reset attempts for problem '<%- problem_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u062a\u0645 \u0628\u0646\u062c\u0627\u062d \u0628\u062f\u0621 \u0645\u0647\u0645\u0629 \u0625\u0639\u0627\u062f\u0629 \u0636\u0628\u0637 \u0639\u062f\u062f \u0645\u062d\u0627\u0648\u0644\u0627\u062a \u062d\u0644\u0651 \u0627\u0644\u0645\u0633\u0623\u0644\u0629 \u2019<%- problem_id %>\u2018.\u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0632\u0631 \u2019\u0639\u0631\u0636 \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0647\u0645\u0629\u2018 \u0644\u0644\u0627\u0637\u0651\u0644\u0627\u0639 \u0639\u0644\u0649 \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0647\u0645\u0629.", + "Successfully unlinked.": "\u0646\u062c\u062d \u0641\u0635\u0644 \u0627\u0644\u0631\u0628\u0637", + "Supported": "\u0645\u062f\u0639\u0645", + "TOTAL": "\u0627\u0644\u0645\u062c\u0645\u0648\u0639 \u0627\u0644\u0643\u0644\u064a", + "Tags": "\u0627\u0644\u0639\u0644\u0627\u0645\u0627\u062a", + "Tags:": "\u0627\u0644\u0639\u0644\u0627\u0645\u0627\u062a: ", + "Take Photo": "\u0627\u0644\u062a\u0642\u0627\u0637 \u0635\u0648\u0631\u0629 ", + "Take Your Photo": "\u0627\u0644\u062a\u0642\u0637 \u0635\u0648\u0631\u062a\u0643 ", + "Take a Photo of Your ID": "\u0627\u0644\u062a\u0642\u0637 \u0635\u0648\u0631\u0629 \u0644\u0628\u0637\u0627\u0642\u062a\u0643 \u0627\u0644\u0634\u062e\u0635\u064a\u0629", + "Take a photo of your ID": "\u0627\u0644\u062a\u0642\u0627\u0637 \u0635\u0648\u0631\u0629 \u0644\u0628\u0637\u0627\u0642\u062a\u0643 \u0627\u0644\u0634\u062e\u0635\u064a\u0629", + "Take me to the main course page": "\u0623\u0631\u062c\u0648 \u0623\u062e\u0630\u064a \u0625\u0644\u0649 \u0627\u0644\u0635\u0641\u062d\u0629 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 \u0644\u0644\u0645\u0633\u0627\u0642.", + "Take me to the main library page": "\u0623\u0631\u062c\u0648 \u0623\u062e\u0630\u064a \u0625\u0644\u0649 \u0635\u0641\u062d\u0629 \u0627\u0644\u0645\u0643\u062a\u0628\u0629.", + "Take this exam without proctoring.": "\u0627\u0644\u062e\u0636\u0648\u0639 \u0644\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u062f\u0648\u0646 \u0645\u0631\u0627\u0642\u0628\u0629.", + "Taking As Open Exam": "\u0627\u0645\u062a\u062d\u0627\u0646 \u0645\u0641\u062a\u0648\u062d", + "Taking As Proctored Exam": "\u0627\u0645\u062a\u062d\u0627\u0646 \u0645\u0631\u0627\u0642\u0628", + "Taking as Proctored": "\u0645\u0631\u0627\u0642\u0628", + "Task ID": "\u0631\u0645\u0632 \u0627\u0644\u0645\u0647\u0645\u0651\u0629", + "Task Progress": "\u062a\u0637\u0648\u0651\u0631 \u0627\u0644\u0645\u0647\u0645\u0629 ", + "Task Status": "\u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0647\u0645\u0629", + "Task Type": "\u0646\u0648\u0639 \u0627\u0644\u0645\u0647\u0645\u0629 ", + "Task inputs": "\u0645\u062f\u062e\u0644\u0627\u062a \u0627\u0644\u0645\u0647\u0645\u0629 ", + "Teaching Assistant": "\u0645\u0633\u0627\u0639\u062f \u0645\u062f\u0631\u0651\u0633", + "Team \"{team}\" successfully deleted.": "\u0644\u0642\u062f \u062c\u0631\u0649 \u062d\u0630\u0641 \u0627\u0644\u0641\u0631\u064a\u0642 \"{team}\" \u0628\u0646\u062c\u0627\u062d.", + "Team Description (Required) *": "\u0648\u0635\u0641 \u062a\u0639\u0631\u064a\u0641\u064a \u0628\u0627\u0644\u0641\u0631\u064a\u0642 (\u0645\u0637\u0644\u0648\u0628)*", + "Team Details": "\u062a\u0641\u0627\u0635\u064a\u0644 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0641\u0631\u064a\u0642", + "Team Name (Required) *": "\u0627\u0633\u0645 \u0627\u0644\u0641\u0631\u064a\u0642 (\u0645\u0637\u0644\u0648\u0628)*", + "Team Search": "\u0628\u062d\u062b \u0627\u0644\u0641\u0631\u064a\u0642", + "Team capacity": "\u0633\u0639\u0629 \u0627\u0633\u062a\u064a\u0639\u0627\u0628 \u0627\u0644\u0641\u0631\u064a\u0642", + "Team description cannot have more than 300 characters.": "\u064a\u062c\u0628 \u0623\u0644\u0627 \u064a\u062a\u062c\u0627\u0648\u0632 \u0627\u0633\u0645 \u0627\u0644\u0641\u0631\u064a\u0642 300 \u062d\u0631\u0641\u064b\u0627.", + "Team member profiles": "\u0644\u0645\u062d\u0629 \u0645\u0648\u062c\u0632\u0629 \u0639\u0646 \u0623\u0639\u0636\u0627\u0621 \u0627\u0644\u0641\u0631\u064a\u0642", + "Team name cannot have more than 255 characters.": "\u064a\u062c\u0628 \u0623\u0644\u0627 \u064a\u062a\u062c\u0627\u0648\u0632 \u0627\u0633\u0645 \u0627\u0644\u0641\u0631\u064a\u0642 255 \u062d\u0631\u0641\u064b\u0627.", + "Teams": "\u0627\u0644\u0641\u0650\u0631\u064e\u0642", + "Teams Pagination": "\u062a\u0631\u0642\u064a\u0645 \u0635\u0641\u062d\u0627\u062a \u0627\u0644\u0641\u0650\u0631\u0642", + "Textbook Name": "\u0627\u0633\u0645 \u0627\u0644\u0643\u062a\u0627\u0628 ", + "Textbook information": "\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0639\u0646 \u0627\u0644\u0643\u062a\u0627\u0628 ", + "Thank you %(full_name)s! We have received your payment for %(course_name)s.": "\u0634\u0643\u0631\u0627\u064b \u062c\u0632\u064a\u0644\u0627\u064b %(full_name)s! \u0644\u0642\u062f \u0627\u0633\u062a\u0644\u0645\u0646\u0627 \u0627\u0644\u0645\u0628\u0644\u063a \u0627\u0644\u0630\u064a \u0633\u062f\u062f\u062a\u0647 \u0644\u0642\u0627\u0621 \u0645\u0634\u0627\u0631\u0643\u062a\u0643 \u0641\u064a %(course_name)s.", + "Thank you for submitting your financial assistance application for {course_name}! You can expect a response in 2-4 business days.": "\u0646\u0634\u0643\u0631\u0643 \u0644\u062a\u0642\u062f\u064a\u0645\u0643 \u0637\u0644\u0628 \u062f\u0639\u0645 \u0645\u0627\u0644\u064a \u0644\u0644\u0645\u0633\u0627\u0642 {course_name}! \u064a\u0645\u0643\u0646\u0643 \u0623\u0646 \u062a\u062a\u0648\u0642\u0639 \u0627\u0633\u062a\u0644\u0627\u0645 \u0627\u0644\u0631\u062f\u0651 \u062e\u0644\u0627\u0644 2-4 \u0623\u064a\u0627\u0645 \u0639\u0645\u0644.", + "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "\u0634\u0643\u0631\u064b\u0627 \u0644\u0643 \u0639\u0644\u0649 \u062a\u0642\u062f\u064a\u0645 \u0635\u0648\u0631\u0643. \u0633\u0646\u0631\u0627\u062c\u0639\u0647\u0627 \u0642\u0631\u064a\u0628\u064b\u0627. \u0648\u064a\u0645\u0643\u0646\u0643 \u0627\u0644\u0622\u0646 \u062a\u0633\u062c\u064a\u0644 \u0639\u0636\u0648\u064a\u062a\u0643 \u0641\u064a \u0623\u064a\u064b \u0645\u0646 \u0645\u0633\u0627\u0642\u0627\u062a %(platformName)s \u0627\u0644\u062a\u064a \u062a\u0645\u0646\u062d \u0634\u0647\u0627\u062f\u0627\u062a \u0645\u0648\u062b\u0651\u0651\u064e\u0642\u0629. \u0648\u0628\u064a\u0646\u0645\u0627 \u064a\u0633\u0631\u064a \u0645\u0641\u0639\u0648\u0644 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642 \u0644\u0645\u062f\u0651\u0629 \u0639\u0627\u0645\u060c \u064a\u062c\u0628 \u0623\u0646 \u062a\u0642\u062f\u0651\u0645 \u0627\u0644\u0635\u0648\u0631 \u0644\u0644\u062a\u062d\u0642\u0651\u0642 \u0645\u0646\u0647\u0627 \u0645\u062c\u062f\u0651\u062f\u064b\u0627 \u0628\u0639\u062f \u0627\u0646\u0642\u0636\u0627\u0621 \u0627\u0644\u0639\u0627\u0645. ", + "Thank you! We have received your payment for {courseName}.": "\u0634\u0643\u0631\u0627\u064b \u0644\u0643! \u0644\u0642\u062f \u0627\u0633\u062a\u0644\u0645\u0646\u0627 \u0645\u062f\u0641\u0648\u0639\u0627\u062a\u0643 \u0644\u0640{courseName}", + "Thanks for returning to verify your ID in: {courseName}": "\u0634\u0643\u0631\u0627\u064b \u0644\u0639\u0648\u062f\u062a\u0643 \u0644\u062a\u0623\u0643\u064a\u062f \u0628\u0637\u0627\u0642\u062a\u0643 \u0627\u0644\u0634\u062e\u0635\u064a\u0629 \u0641\u064a : {courseName}", + "The certificate for this learner has been re-validated and the system is re-running the grade for this learner.": "\u062c\u0631\u062a \u0625\u0639\u0627\u062f\u0629 \u062a\u0648\u062b\u064a\u0642 \u0634\u0647\u0627\u062f\u0629 \u0647\u0630\u0627 \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645 \u0648\u064a\u0639\u0645\u0644 \u0627\u0644\u0646\u0638\u0627\u0645 \u0639\u0644\u0649 \u0625\u0639\u0627\u062f\u0629 \u0639\u0631\u0636 \u0639\u0644\u0627\u0645\u062a\u0647 \u0627\u0644\u0645\u0645\u0646\u0648\u062d\u0629.", + "The cohort cannot be added": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0634\u0639\u0628\u0629", + "The cohort cannot be saved": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u062d\u0641\u0638 \u0627\u0644\u0634\u0639\u0628\u0629", + "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u0632\u064a\u062f \u0645\u062c\u0645\u0648\u0639 \u0627\u0644\u0623\u062d\u0631\u0641 \u0641\u064a \u062d\u0642\u0644\u064a \u0627\u0644\u0645\u0624\u0633\u0633\u0629 \u0648\u0631\u0645\u0632 \u0627\u0644\u0645\u0643\u062a\u0628\u0629 \u0639\u0646 <%=limit%> \u062d\u0631\u0641\u064b\u0627.", + "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u0632\u064a\u062f \u0645\u062c\u0645\u0648\u0639 \u0627\u0644\u0623\u062d\u0631\u0641 \u0641\u064a \u062d\u0642\u0648\u0644 \u0627\u0644\u0645\u0624\u0633\u0633\u0629 \u0648\u0631\u0642\u0645 \u0627\u0644\u0645\u0633\u0627\u0642 \u0648\u0641\u062a\u0631\u0629 \u0637\u0631\u062d \u0627\u0644\u0645\u0633\u0627\u0642 \u0639\u0646 <%=limit%> \u062d\u0631\u0641\u064b\u0627.", + "The country that team members primarily identify with.": "\u0627\u0644\u0628\u0644\u062f \u0627\u0644\u0630\u064a \u064a\u0639\u062a\u0645\u062f\u0647 \u0623\u0639\u0636\u0627\u0621 \u0627\u0644\u0641\u0631\u064a\u0642 \u0628\u0634\u0643\u0644 \u0623\u0633\u0627\u0633\u064a \u0644\u0644\u062a\u0639\u0631\u064a\u0641 \u0628\u0623\u0646\u0641\u0633\u0647\u0645.", + "The course end date must be later than the course start date.": "\u064a\u062c\u0628 \u0623\u0646 \u064a\u0623\u062a\u064a \u062a\u0627\u0631\u064a\u062e \u0627\u0646\u062a\u0647\u0627\u0621 \u0627\u0644\u0645\u0633\u0627\u0642 \u0628\u0639\u062f \u062a\u0627\u0631\u064a\u062e \u0628\u062f\u0626\u0647.", + "The course must have an assigned start date.": "\u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0644\u0644\u0645\u0633\u0627\u0642 \u062a\u0627\u0631\u064a\u062e \u0628\u062f\u0621 \u0645\u0639\u064a\u0651\u0646.", + "The course start date must be later than the enrollment start date.": "\u064a\u062c\u0628 \u0623\u0646 \u064a\u0623\u062a\u064a \u062a\u0627\u0631\u064a\u062e \u0628\u062f\u0621 \u0627\u0644\u0645\u0633\u0627\u0642 \u0628\u0639\u062f \u062a\u0627\u0631\u064a\u062e \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0641\u064a\u0647.", + "The display of ungraded and checked out responses could not be loaded.": "\u062a\u0639\u0630\u0651\u0631 \u062a\u062d\u0645\u064a\u0644 \u0639\u0631\u0636 \u0627\u0644\u0631\u062f\u0648\u062f \u0627\u0644\u062a\u064a \u0644\u0645 \u064a\u062c\u0631\u064a \u0627\u062e\u062a\u0628\u0627\u0631\u0647\u0627 \u0623\u0648 \u062a\u0642\u064a\u064a\u0645\u0647\u0627.", + "The email address you've provided isn't formatted correctly.": "\u0635\u064a\u063a\u0629 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0627\u0644\u0630\u064a \u0630\u0643\u0631\u062a\u0647 \u063a\u064a\u0631 \u0635\u062d\u064a\u062d\u0629", + "The enrollment end date cannot be after the course end date.": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u0644\u062a\u0627\u0631\u064a\u062e \u0627\u0646\u062a\u0647\u0627\u0621 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0641\u064a \u0627\u0644\u0645\u0633\u0627\u0642 \u0623\u0646 \u064a\u0623\u062a\u064a \u0628\u0639\u062f \u062a\u0627\u0631\u064a\u062e \u0627\u0646\u062a\u0647\u0627\u0621 \u0627\u0644\u0645\u0633\u0627\u0642.", + "The enrollment start date cannot be after the enrollment end date.": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u0644\u062a\u0627\u0631\u064a\u062e \u0628\u062f\u0621 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0641\u064a \u0627\u0644\u0645\u0633\u0627\u0642 \u0623\u0646 \u064a\u0623\u062a\u064a \u0628\u0639\u062f \u062a\u0627\u0631\u064a\u062e \u0627\u0646\u062a\u0647\u0627\u0621 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0641\u064a\u0647. ", + "The file must be at least {size} in size.": "\u064a\u062c\u0628 \u0623\u0644\u0651\u0627 \u064a\u0642\u0644 \u062d\u062c\u0645 \u0627\u0644\u0645\u0644\u0641 \u0639\u0646 {size}.", + "The file must be smaller than {size} in size.": "\u064a\u062c\u0628 \u0623\u0644\u0651\u0627 \u064a\u0632\u064a\u062f \u062d\u062c\u0645 \u0627\u0644\u0645\u0644\u0641 \u0639\u0646 {size}.", + "The following email addresses and/or usernames are invalid:": "\u0625\u0646\u0651 \u0639\u0646\u0627\u0648\u064a\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0648/\u0623\u0648 \u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u063a\u064a\u0631 \u0635\u062d\u064a\u062d\u0629:", + "The following errors were generated:": "\u0646\u062a\u062c\u062a \u0627\u0644\u0623\u062e\u0637\u0627\u0621 \u0627\u0644\u062a\u0627\u0644\u064a\u0629:", + "The following file types are not allowed: ": "\u064a\u064f\u0645\u0646\u0639 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0623\u0646\u0648\u0627\u0639 \u0627\u0644\u0645\u0644\u0641\u0651\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629:", + "The following information is already a part of your {platform} profile. We\\'ve included it here for your application.": "\u0625\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0647\u064a \u062c\u0632\u0621 \u0645\u0646 \u0645\u0644\u0641\u0651\u0643 \u0627\u0644\u0634\u062e\u0635\u064a \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0641\u064a \u0645\u0646\u0635\u0651\u0629 {platform}. \u0648\u0642\u062f \u0636\u0645\u0646\u0651\u0627\u0647 \u0647\u0646\u0627 \u0643\u062c\u0632\u0621 \u0645\u0646 \u0637\u0644\u0628\u0643.", + "The following message will be displayed at the bottom of the courseware pages within your course:": "\u0633\u062a\u064f\u0639\u0631\u064e\u0636 \u0627\u0644\u0631\u0633\u0627\u0644\u0629 \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0641\u064a \u0623\u0633\u0641\u0644 \u0635\u0641\u062d\u0627\u062a \u0645\u062d\u062a\u0648\u064a\u0627\u062a \u0645\u0633\u0627\u0642\u0643:", + "The following options are available for the {license_name} license.": "\u062a\u062a\u0648\u0641\u0651\u0631 \u0627\u0644\u062e\u064a\u0627\u0631\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0644\u0644\u0625\u062c\u0627\u0632\u0629 {license_name}", + "The following users are no longer enrolled in the course:": "\u0644\u0645 \u064a\u0639\u062f \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u0648\u0646 \u0627\u0644\u062a\u0627\u0644\u0648\u0646 \u0645\u0633\u062c\u0651\u0644\u064a\u0646 \u0628\u0627\u0644\u0645\u0633\u0627\u0642:", + "The following warnings were generated:": "\u0646\u062a\u062c\u062a \u0627\u0644\u062a\u062d\u0630\u064a\u0631\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629:", + "The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.": "\u0641\u0626\u0629 \u0627\u0644\u062a\u0635\u0646\u064a\u0641 \u0627\u0644\u0639\u0627\u0645\u0651\u0629 \u0644\u0645\u0647\u0645\u0651\u0629 \u0645\u0646 \u0647\u0630\u0627 \u0627\u0644\u0646\u0648\u0639\u060c \u0645\u062b\u0644\u060c \u0627\u0644\u0648\u0627\u062c\u0628 \u0627\u0644\u0628\u064a\u062a\u064a \u0623\u0648 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0646\u0635\u0641\u064a. \u0633\u064a\u0643\u0648\u0646 \u0647\u0630\u0627 \u0627\u0644\u0627\u0633\u0645 \u0645\u0631\u0626\u064a\u0651\u064b\u0627 \u0645\u0646 \u0642\u0628\u0644 \u0627\u0644\u0645\u062a\u0639\u0644\u0645\u064a\u0646.", + "The language that team members primarily use to communicate with each other.": "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 \u0627\u0644\u062a\u064a \u064a\u0639\u062a\u0645\u062f\u0647\u0627 \u0623\u0641\u0631\u0627\u062f \u0627\u0644\u0641\u0631\u064a\u0642 \u0628\u0634\u0643\u0644 \u0623\u0633\u0627\u0633\u064a \u0644\u0644\u062a\u0648\u0627\u0635\u0644 \u0641\u064a\u0645\u0627 \u0628\u064a\u0646\u0647\u0645", + "The minimum grade for course credit is not set.": "\u0644\u0645 \u062a\u064f\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062f\u0631\u062c\u0629 \u0627\u0644\u062f\u0646\u064a\u0627 \u0644\u0644\u0646\u062c\u0627\u062d \u0641\u064a \u0627\u0644\u0645\u0633\u0627\u0642.", + "The minimum score percentage must be a whole number between 0 and 100.": "\u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0627\u0644\u0646\u0633\u0628\u0629 \u0627\u0644\u0645\u0626\u0648\u064a\u0629 \u0627\u0644\u062f\u0646\u064a\u0627 \u0644\u0644\u0645\u062c\u0645\u0648\u0639 \u0639\u062f\u062f\u0651\u0627 \u0635\u062d\u064a\u062d\u064b\u0627 \u0628\u064a\u0646 0 \u0648 100.", + "The name of this signatory as it should appear on certificates.": "\u0627\u0633\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0651\u0639 \u0643\u0645\u0627 \u064a\u062c\u0628 \u0623\u0646 \u064a\u0638\u0647\u0631 \u0639\u0644\u0649 \u0627\u0644\u0634\u0647\u0627\u062f\u0627\u062a", + "The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.": "\u0633\u064a\u062c\u0631\u064a \u062a\u062e\u0641\u064a\u0636 \u0639\u062f\u062f \u0627\u0644\u0645\u0647\u0627\u0645 \u0645\u0646 \u0647\u0630\u0627 \u0627\u0644\u0646\u0648\u0639. \u0633\u064a\u062a\u0645 \u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u0645\u0647\u0627\u0645 \u0630\u0627\u062a \u0623\u0642\u0644 \u0645\u062c\u0645\u0648\u0639 \u062f\u0631\u062c\u0627\u062a \u0623\u0648\u0644\u064b\u0627.", + "The number of subsections in the course that contain problems of this assignment type.": "\u0639\u062f\u062f \u0627\u0644\u0623\u0642\u0633\u0627\u0645 \u0627\u0644\u0641\u0631\u0639\u064a\u0629 \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u0627\u0642\u060c \u0627\u0644\u062a\u064a \u062a\u062a\u0636\u0645\u0646 \u0645\u0633\u0627\u0626\u0644 \u0644\u0645\u0647\u0645\u0651\u0629 \u0645\u0646 \u0647\u0630\u0627 \u0627\u0644\u0646\u0648\u0639.", + "The organization that this signatory belongs to, as it should appear on certificates.": "\u0627\u0644\u0645\u0624\u0633\u0651\u0633\u0629 \u0627\u0644\u062a\u064a \u064a\u0646\u062a\u0645\u064a \u0625\u0644\u064a\u0647\u0627 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0651\u0650\u0639\u060c \u0643\u0645\u0627 \u064a\u062c\u0628 \u0623\u0646 \u062a\u0638\u0647\u0631 \u0639\u0644\u0649 \u0627\u0644\u0634\u0647\u0627\u062f\u0627\u062a.", + "The page \"{route}\" could not be found.": "\u0627\u0644\u0635\u0641\u062d\u0629 \"{route}\" \u063a\u064a\u0631 \u0645\u0648\u062c\u0648\u062f\u0629.", + "The photo of your face matches the photo on your ID.": "\u0623\u0646 \u062a\u0637\u0627\u0628\u0642 \u0627\u0644\u0635\u0648\u0631\u0629 \u0639\u0644\u0649 \u0628\u0637\u0627\u0642\u062a\u0643 \u0627\u0644\u0634\u062e\u0635\u064a\u0629 \u0635\u0648\u0631\u0629 \u0648\u062c\u0647\u0643. ", + "The raw error message is:": "\u0646\u0635 \u0631\u0633\u0627\u0644\u0629 \u0627\u0644\u062e\u0637\u0623 \u0647\u064a:", + "The selected content group does not exist": "\u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u0645\u0646\u062a\u0642\u0627\u0629 \u063a\u064a\u0631 \u0645\u0648\u062c\u0648\u062f\u0629", + "The server could not be contacted.": "\u062a\u0639\u0630\u0651\u0631 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u0645\u062e\u062f\u0651\u0645.", + "The staff assessment form could not be loaded.": "\u062a\u0639\u0630\u0651\u0631 \u062a\u062d\u0645\u064a\u0644 \u0646\u0645\u0648\u0630\u062c \u062a\u0642\u064a\u064a\u0645 \u0637\u0627\u0642\u0645 \u0627\u0644\u0641\u0631\u064a\u0642.", + "The submission could not be removed from the grading pool.": "\u062a\u0639\u0630\u0651\u0631\u062a \u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u062a\u0642\u062f\u064a\u0645 \u0645\u0646 \u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u062a\u0642\u064a\u064a\u0645.", + "The team \"{team}\" could not be found.": "\u0627\u0644\u0641\u0631\u064a\u0642 \"{team}\" \u063a\u064a\u0631 \u0645\u0648\u062c\u0648\u062f.", + "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "\u064a\u0628\u062f\u0648 \u0623\u0646\u0651 \u0627\u0644\u0646\u0635 \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0644\u0645\u0644\u0641 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0627\u0644\u0623\u0648\u0651\u0644 \u064a\u062e\u062a\u0644\u0641 \u0639\u0646 \u0627\u0644\u0646\u0635 \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0644\u0645\u0644\u0641 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0627\u0644\u062b\u0627\u0646\u064a.", + "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "\u064a\u0631\u062a\u0628\u0637 \u0645\u0642\u0637\u0639 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0647\u0630\u0627\u060c \u0641\u064a EdX\u060c \u0628\u0646\u0635 \u0642\u062f\u064a\u0645 \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0631\u063a\u0645 \u062a\u0648\u0641\u0651\u0631 \u0646\u0635 \u0623\u062d\u062f\u062b \u0644\u0645\u0642\u0637\u0639 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0630\u0627\u062a\u0647\u060c \u0639\u0644\u0649 \u0645\u0648\u0642\u0639 \u064a\u0648\u062a\u064a\u0648\u0628.", + "The topic \"{topic}\" could not be found.": "\u0627\u0644\u0645\u0648\u0636\u0648\u0639 \"{topic}\" \u063a\u064a\u0631 \u0645\u0648\u062c\u0648\u062f.", + "The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.": "\u0648\u0632\u0646 \u062c\u0645\u064a\u0639 \u0627\u0644\u0645\u0647\u0627\u0645 \u0645\u0646 \u0647\u0630\u0627 \u0627\u0644\u0646\u0648\u0639 \u0643\u0646\u0633\u0628\u0629 \u0645\u0626\u0648\u064a\u0629 \u0644\u0644\u062f\u0631\u062c\u0629 \u0627\u0644\u0646\u0647\u0627\u0626\u064a\u0629\u060c \u0645\u062b\u0644\u060c 40. \u064a\u062c\u0628 \u0639\u062f\u0645 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0631\u0645\u0632 \u0627\u0644\u0646\u0633\u0628\u0629 \u0627\u0644\u0645\u0626\u0648\u064a\u0629.", + "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "\u0646\u062c\u062d \u0625\u0646\u0634\u0627\u0621 \u0634\u0639\u0628\u0629 {cohortGroupName}. \u0648\u064a\u0645\u0643\u0646\u0643 \u0623\u0646 \u062a\u0636\u064a\u0641 \u0627\u0644\u0637\u0644\u0651\u0627\u0628 \u0628\u0646\u0641\u0633\u0643 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0634\u0639\u0628\u0629 \u0623\u062f\u0646\u0627\u0647.", + "There are invalid keywords in your email. Check the following keywords and try again.": "\u062a\u0648\u062c\u062f \u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062a \u0627\u0644\u0645\u0641\u062a\u0627\u062d\u064a\u0629 \u0627\u0644\u062e\u0627\u0637\u0626\u0629 \u0641\u064a \u0628\u0631\u064a\u062f\u0643. \u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u0644\u0643\u0644\u0645\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0648\u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0622\u062e\u0631\u0649.", + "There has been an error processing your survey.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0645\u0639\u0627\u0644\u062c\u0629 \u0627\u0633\u062a\u0628\u064a\u0627\u0646\u0643.", + "There has been an error while exporting.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u062e\u0644\u0627\u0644 \u0627\u0644\u062a\u0635\u062f\u064a\u0631.", + "There has been an error with your export.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u0635\u062f\u064a\u0631 \u0627\u0644\u062a\u064a \u0623\u062c\u0631\u064a\u062a\u0647\u0627. ", + "There is invalid code in your content. Please check to make sure it is valid HTML.": "\u0647\u0646\u0627\u0643 \u062a\u0639\u0644\u064a\u0645\u0627\u062a \u0628\u0631\u0645\u062c\u064a\u0629 \u063a\u064a\u0631 \u0635\u062d\u064a\u062d\u0629 \u0641\u064a \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0635\u062d\u0651\u0629 \u062a\u0639\u0644\u064a\u0645\u0627\u062a HTML \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u0629.", + "There is no email history for this course.": "\u0644\u0627 \u064a\u0648\u062c\u062f \u0633\u062c\u0644\u0651 \u0644\u0631\u0633\u0627\u0626\u0644 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u0627\u0642.", + "There must be at least one group.": "\u064a\u062d\u0628 \u0623\u0646 \u062a\u0648\u062c\u062f \u0645\u062c\u0645\u0648\u0639\u0629 \u0648\u0627\u062d\u062f\u0629 \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644\u0651.", + "There must be one cohort to which students can automatically be assigned.": "\u064a\u062c\u0628 \u0623\u0646 \u062a\u062a\u0648\u0641\u0651\u0631 \u0634\u0639\u0628\u0629 \u0648\u0627\u062d\u062f\u0629 \u064a\u062a\u0639\u064a\u0651\u064e\u0646 \u0641\u064a\u0647\u0627 \u0627\u0644\u0637\u0644\u0651\u0627\u0628 \u062a\u0644\u0642\u0627\u0626\u064a\u064b\u0627.", + "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u0645\u0634\u0643\u0644\u0629 \u0623\u062b\u0646\u0627\u0621 \u0625\u0639\u062f\u0627\u062f \u0627\u0644\u062a\u0642\u0631\u064a\u0631. \u064a\u064f\u0631\u062c\u0649 \u0627\u062e\u062a\u064a\u0627\u0631 \"\u0625\u0646\u0634\u0627\u0621 \u0645\u0644\u062e\u0651\u0635 \u062a\u0646\u0641\u064a\u0630\u064a\" \u0644\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", + "There was an error changing the user's role": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u062a\u063a\u064a\u064a\u0631 \u062f\u0648\u0631 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645.", + "There was an error obtaining email content history for this course.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0645\u062d\u0627\u0648\u0644\u0629 \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0633\u062c\u0644 \u0645\u062d\u062a\u0648\u0649 \u0631\u0633\u0627\u0626\u0644 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u0627\u0642.", + "There was an error obtaining email task history for this course.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0645\u062d\u0627\u0648\u0644\u0629 \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0633\u062c\u0644 \u0627\u0644\u0645\u0647\u0627\u0645\u0651 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0631\u0633\u0627\u0626\u0644 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u0627\u0642.", + "There was an error retrieving preview results for this catalog. Please check that your query is correct and try again.": "\u062d\u062f\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0627\u0633\u062a\u0631\u062f\u0627\u062f \u0646\u062a\u0627\u0626\u062c \u0627\u0644\u0645\u0639\u0627\u064a\u0646\u0629 \u0644\u0647\u0630\u0627 \u0627\u0644\u0643\u062a\u0627\u0644\u0648\u062c. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0635\u062d\u0629 \u0627\u0633\u062a\u0641\u0633\u0627\u0631\u0643 \u0648\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", + "There was an error, try searching again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623\u060c \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0628\u062d\u062b \u0645\u062c\u062f\u0651\u062f\u064b\u0627.", + "There were errors reindexing course.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u0623\u062e\u0637\u0627\u0621 \u0641\u064a \u0625\u0639\u0627\u062f\u0629 \u0641\u0647\u0631\u0633\u0629 \u0645\u062d\u062a\u0648\u064a\u0627\u062a \u0627\u0644\u0645\u0633\u0627\u0642.", + "There's already another assignment type with this name.": "\u064a\u0648\u062c\u062f \u0645\u0633\u0628\u0642\u064b\u0627 \u0646\u0648\u0639 \u0622\u062e\u0631 \u0645\u0646 \u0627\u0644\u0648\u0627\u062c\u0628\u0627\u062a \u0628\u0647\u0630\u0627 \u0627\u0644\u0627\u0633\u0645.", + "These users were not added as beta testers:": "\u0644\u0645 \u064a\u064f\u0636\u064e\u0641 \u0647\u0624\u0644\u0627\u0621 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u0648\u0646 \u0625\u0644\u0649 \u0642\u0627\u0626\u0645\u0629 \u0623\u0639\u0636\u0627\u0621 \u0645\u062e\u062a\u0628\u0631\u064a \u0627\u0644\u0646\u0633\u062e\u0629 \u0627\u0644\u062a\u062c\u0631\u064a\u0628\u064a\u0629:", + "These users were not affiliated with the course so could not be unenrolled:": "\u0644\u0645 \u064a\u0643\u0646 \u0647\u0624\u0644\u0627\u0621 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u0648\u0646 \u0645\u0646\u062a\u0633\u0628\u064a\u0646 \u0625\u0644\u0649 \u0627\u0644\u0645\u0633\u0627\u0642 \u0648\u0628\u0627\u0644\u062a\u0627\u0644\u064a \u062a\u0639\u0630\u0651\u0631 \u0625\u0644\u063a\u0627\u0621 \u062a\u0633\u062c\u064a\u0644\u0647\u0645:", + "These users were not removed as beta testers:": "\u0644\u0645 \u064a\u064f\u062d\u0630\u064e\u0641 \u0647\u0624\u0644\u0627\u0621 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0645\u0646 \u0642\u0627\u0626\u0645\u0629 \u0623\u0639\u0636\u0627\u0621 \u0645\u062e\u062a\u0628\u0631\u064a \u0627\u0644\u0646\u0633\u062e\u0629 \u0627\u0644\u062a\u062c\u0631\u064a\u0628\u064a\u0629:", + "These users were successfully added as beta testers:": "\u0646\u062c\u062d\u062a \u0639\u0645\u0644\u064a\u0629 \u0625\u0636\u0627\u0641\u0629 \u0647\u0624\u0644\u0627\u0621 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0625\u0644\u0649 \u0642\u0627\u0626\u0645\u0629 \u0623\u0639\u0636\u0627\u0621 \u0645\u062e\u062a\u0628\u0631\u064a \u0627\u0644\u0646\u0633\u062e\u0629 \u0627\u0644\u062a\u062c\u0631\u064a\u0628\u064a\u0629:", + "These users were successfully removed as beta testers:": "\u0646\u062c\u062d\u062a \u0639\u0645\u0644\u064a\u0629 \u062d\u0630\u0641 \u0647\u0624\u0644\u0627\u0621 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0645\u0646 \u0642\u0627\u0626\u0645\u0629 \u0623\u0639\u0636\u0627\u0621 \u0645\u062e\u062a\u0628\u0631\u064a \u0627\u0644\u0646\u0633\u062e\u0629 \u0627\u0644\u062a\u062c\u0631\u064a\u0628\u064a\u0629:", + "These users will be allowed to enroll once they register:": "\u0633\u064a\u064f\u0633\u0645\u062d \u0644\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0627\u0644\u062a\u0627\u0644\u064a\u0646 \u0628\u0627\u0644\u0627\u0644\u062a\u062d\u0627\u0642 \u0628\u0627\u0644\u0645\u0633\u0627\u0642 \u062d\u0627\u0644\u0645\u0627 \u064a\u0633\u062c\u0651\u0644\u0648\u0646 \u0623\u0646\u0641\u0633\u0647\u0645: ", + "These users will be enrolled once they register:": "\u0633\u064a\u062c\u0631\u064a \u0625\u0644\u062d\u0627\u0642 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0627\u0644\u062a\u0627\u0644\u064a\u0646 \u0628\u0627\u0644\u0645\u0633\u0627\u0642 \u062d\u0627\u0644\u0645\u0627 \u064a\u0633\u062c\u0651\u0644\u0648\u0646 \u0623\u0646\u0641\u0633\u0647\u0645: ", + "This Group Configuration is not in use. Start by adding a content experiment to any Unit via the {linkStart}Course Outline{linkEnd}.": "\u0644\u0645 \u064a\u064f\u0633\u062a\u062e\u062f\u0645 \u0625\u0639\u062f\u0627\u062f \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629 \u0647\u0630\u0627. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0628\u062f\u0621 \u0628\u0625\u0636\u0627\u0641\u0629 \u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u062a\u062c\u0627\u0631\u0628 \u0625\u0644\u0649 \u0623\u064a \u0648\u062d\u062f\u0629 \u0628\u0632\u064a\u0627\u0631\u0629 {linkStart}\u0646\u0628\u0630\u0629 \u0639\u0646 \u0627\u0644\u0645\u0633\u0627\u0642{linkEnd}.", + "This Group Configuration is used in:": "\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0647\u0630\u0647 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629 \u0645\u0633\u062a\u062e\u062f\u0645\u0629 \u0641\u064a:", + "This action cannot be undone.": "\u064a\u062a\u0639\u0630\u0651\u0631 \u0627\u0644\u062a\u0631\u0627\u062c\u0639 \u0639\u0646 \u0647\u0630\u0647 \u0627\u0644\u0639\u0645\u0644\u064a\u0629 \u0644\u0627\u062d\u0642\u064b\u0627. ", + "This assessment could not be submitted.": "\u062a\u0639\u0630\u0651\u0631 \u062a\u0642\u062f\u064a\u0645 \u0647\u0630\u0627 \u0627\u0644\u062a\u0642\u064a\u064a\u0645.", + "This catalog's courses:": "\u0627\u0644\u062f\u0648\u0631\u0627\u062a \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a\u0629 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0647\u0630\u0627 \u0627\u0644\u0643\u062a\u0627\u0644\u0648\u062c:", + "This certificate has already been activated and is live. Are you sure you want to continue editing?": "\u0647\u0630\u0647 \u0627\u0644\u0634\u0647\u0627\u062f\u0629 \u0646\u0634\u0637\u0629\u064f \u0648\u0645\u0648\u062c\u0648\u062f\u0629\u064f \u0628\u0627\u0644\u0641\u0639\u0644! \u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f \u0645\u0646 \u0631\u063a\u0628\u062a\u0643 \u0641\u064a \u0627\u0644\u0627\u0633\u062a\u0645\u0631\u0627\u0631\u061f", + "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "\u0647\u0630\u0627 \u0627\u0644\u0625\u0639\u062f\u0627\u062f \u0645\u0633\u062a\u062e\u062f\u0645 \u062d\u0627\u0644\u064a\u0651\u064b\u0627 \u0641\u064a \u0627\u062e\u062a\u0628\u0627\u0631\u0627\u062a \u0627\u0644\u0645\u062d\u062a\u0648\u0649. \u0642\u062f \u062a\u062d\u062a\u0627\u062c \u0644\u062a\u0639\u062f\u064a\u0644 \u0647\u0630\u0647 \u0627\u0644\u0625\u062e\u062a\u0628\u0627\u0631\u0627\u062a \u0641\u064a \u062d\u0627\u0644 \u0625\u062f\u062e\u0644\u062a \u0623\u064a \u062a\u0639\u062f\u0651\u064a\u0644\u0627\u062a \u0639\u0644\u0649 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0627\u062a.", + "This content group is used in one or more units.": "\u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0647\u0630\u0647 \u0645\u0633\u062a\u062e\u062f\u0645\u0629 \u0641\u064a \u0648\u062d\u062f\u0629 \u0648\u0627\u062d\u062f\u0629 \u0623\u0648 \u0623\u0643\u062b\u0631.", + "This course has automatic cohorting enabled for verified track learners, but cohorts are disabled. You must enable cohorts for the feature to work.": "\u062a\u0645 \u0641\u064a \u0647\u0630\u0647 \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a\u0629 \u062a\u0645\u0643\u064a\u0646 \u0646\u0638\u0627\u0645 \u062a\u0643\u0648\u064a\u0646 \u0627\u0644\u0634\u0639\u0628 \u0627\u0644\u062a\u0644\u0642\u0627\u0626\u064a \u0644\u0644\u0645\u062a\u0639\u0644\u0645\u064a\u0646 \u0627\u0644\u0645\u062b\u0628\u062a\u064a\u0646 \u0641\u064a \u0627\u0644\u0645\u0633\u0627\u0631\u060c \u0648\u0644\u0643\u0646 \u062a\u0645 \u062a\u0639\u0637\u064a\u0644 \u0627\u0644\u0634\u0639\u0628. \u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u062a\u0641\u0639\u064a\u0644 \u0627\u0644\u0634\u0639\u0628 \u062d\u062a\u0649 \u062a\u0639\u0645\u0644 \u0647\u0630\u0647 \u0627\u0644\u062e\u0627\u0635\u064a\u0629.", + "This course has automatic cohorting enabled for verified track learners, but the required cohort does not exist. You must create a manually-assigned cohort named '{verifiedCohortName}' for the feature to work.": "\u062a\u0645 \u0641\u064a \u0647\u0630\u0647 \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a\u0629 \u062a\u0645\u0643\u064a\u0646 \u0646\u0638\u0627\u0645 \u062a\u0643\u0648\u064a\u0646 \u0627\u0644\u0634\u0639\u0628 \u0627\u0644\u062a\u0644\u0642\u0627\u0626\u064a \u0644\u0644\u0645\u062a\u0639\u0644\u0645\u064a\u0646 \u0627\u0644\u0645\u062b\u0628\u062a\u064a\u0646 \u0641\u064a \u0627\u0644\u0645\u0633\u0627\u0631\u060c \u0648\u0644\u0643\u0646 \u0627\u0644\u0634\u0639\u0628\u0629 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629 \u063a\u064a\u0631 \u0645\u0648\u062c\u0648\u062f\u0629. \u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u0625\u0646\u0634\u0627\u0621 \u0634\u0639\u0628\u0629 \u0645\u0639\u064a\u0646\u0629 \u064a\u062f\u0648\u064a\u064b\u0627 \u0628\u0627\u0633\u0645 '{verifiedCohortName}' \u062d\u062a\u0649 \u062a\u0639\u0645\u0644 \u0647\u0630\u0647 \u0627\u0644\u062e\u0627\u0635\u064a\u0629.", + "This course uses automatic cohorting for verified track learners. You cannot disable cohorts, and you cannot rename the manual cohort named '{verifiedCohortName}'. To change the configuration for verified track cohorts, contact your edX partner manager.": "\u0647\u0630\u0647 \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a\u0629 \u062a\u0633\u062a\u062e\u062f\u0645 \u0646\u0638\u0627\u0645 \u062a\u0643\u0648\u064a\u0646 \u0634\u0639\u0628 \u0628\u0634\u0643\u0644 \u062a\u0644\u0642\u0627\u0626\u064a \u0644\u0644\u0645\u062a\u0639\u0644\u0645\u064a\u0646 \u0627\u0644\u0645\u062b\u0628\u062a\u064a\u0646 \u0641\u064a \u0627\u0644\u0645\u0633\u0627\u0631. \u0644\u0627 \u064a\u0645\u0643\u0646\u0643 \u062a\u0639\u0637\u064a\u0644 \u0627\u0644\u0634\u0639\u0628 \u0648\u0644\u0627 \u064a\u0645\u0643\u0646\u0643 \u062a\u0633\u0645\u064a\u0629 \u0627\u0644\u0634\u0639\u0628\u0629 \u0627\u0644\u064a\u062f\u0648\u064a\u0629 \u0628\u0627\u0633\u0645 '{verifiedCohortName}'. \u0644\u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u062a\u0643\u0648\u064a\u0646 \u0644\u0634\u0639\u0628 \u0627\u0644\u0645\u0633\u0627\u0631 \u0627\u0644\u0645\u062b\u0628\u062a\u060c \u0627\u062a\u0635\u0644 \u0628\u0645\u062f\u064a\u0631 \u0627\u0644\u0634\u0631\u064a\u0643 edX \u0627\u0644\u062e\u0627\u0635 \u0628\u0643. ", + "This discussion could not be loaded. Refresh the page and try again.": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u062a\u062d\u0645\u064a\u0644 \u0647\u0630\u0647 \u0627\u0644\u0645\u0646\u0627\u0642\u0634\u0629. \u0642\u0645 \u0628\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0635\u0641\u062d\u0629 \u0648\u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.", + "This exam has a time limit associated with it.": "\u0647\u0646\u0627\u0643 \u0645\u062f\u0629 \u0645\u062d\u062f\u062f\u0629 \u0627\u0644\u0645\u0631\u062a\u0628\u0637\u0629 \u0628\u0647\u0630\u0627 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646.", + "This feedback could not be submitted.": "\u062a\u0639\u0630\u0651\u0631 \u062a\u0642\u062f\u064a\u0645 \u0647\u0630\u0647 \u0627\u0644\u0622\u0631\u0627\u0621 \u0648\u0627\u0644\u0645\u0644\u0627\u062d\u0638\u0627\u062a.", + "This image is for decorative purposes only and does not require a description.": "\u0627\u0633\u062a\u064f\u062e\u062f\u0645\u062a \u0647\u0630\u0647 \u0627\u0644\u0635\u0648\u0631\u0629 \u0644\u0623\u0647\u062f\u0627\u0641 \u062a\u0632\u064a\u0646\u064a\u0629 \u0641\u0642\u0637 \u0648\u0644\u0627 \u062a\u062a\u0637\u0644\u0651\u0628 \u062a\u0648\u0635\u064a\u0641\u064b\u0627.", + "This is the Description of the Group Configuration": "\u0625\u0646\u0647 \u0648\u0635\u0641 \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629", + "This is the Name of the Group Configuration": "\u0625\u0646\u0647 \u0627\u0633\u0645 \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "\u0647\u0630\u0647 \u0642\u0627\u0626\u0645\u0629 %s \u0627\u0644\u0645\u062a\u0648\u0641\u0631\u0629. \u064a\u0645\u0643\u0646\u0643 \u0627\u062e\u062a\u064a\u0627\u0631 \u0628\u0639\u0636\u0647\u0627 \u0628\u0627\u0646\u062a\u0642\u0627\u0626\u0647\u0627 \u0641\u064a \u0627\u0644\u0635\u0646\u062f\u0648\u0642 \u0623\u062f\u0646\u0627\u0647 \u062b\u0645 \u0627\u0644\u0636\u063a\u0637 \u0639\u0644\u0649 \u0633\u0647\u0645 \u0627\u0644\u0640\"\u0627\u062e\u062a\u064a\u0627\u0631\" \u0628\u064a\u0646 \u0627\u0644\u0635\u0646\u062f\u0648\u0642\u064a\u0646.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "\u0647\u0630\u0647 \u0642\u0627\u0626\u0645\u0629 %s \u0627\u0644\u0645\u062d\u062f\u062f\u0629. \u064a\u0645\u0643\u0646\u0643 \u0625\u0632\u0627\u0644\u0629 \u0628\u0639\u0636\u0647\u0627 \u0628\u0627\u062e\u062a\u064a\u0627\u0631\u0647\u0627 \u0641\u064a \u0627\u0644\u0635\u0646\u062f\u0648\u0642 \u0623\u062f\u0646\u0627\u0647 \u062b\u0645 \u0627\u0636\u063a\u0637 \u0639\u0644\u0649 \u0633\u0647\u0645 \u0627\u0644\u0640\"\u0625\u0632\u0627\u0644\u0629\" \u0628\u064a\u0646 \u0627\u0644\u0635\u0646\u062f\u0648\u0642\u064a\u0646.", + "This is the name of the group": "\u0625\u0646\u0647 \u0627\u0633\u0645 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629:", + "This learner is currently sharing a limited profile.": "\u0647\u0630\u0627 \u0627\u0644\u0645\u062a\u0639\u0644\u0645 \u064a\u0634\u0627\u0631\u0643 \u0645\u0644\u0641\u0627\u064b \u0634\u062e\u0635\u064a\u0627\u064b \u0645\u062d\u062f\u0648\u062f\u0627\u064b.", + "This learner will be removed from the team, allowing another learner to take the available spot.": "\u0633\u064a\u062c\u0631\u064a \u0627\u0633\u062a\u0628\u0639\u0627\u062f \u0647\u0630\u0627 \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645 \u0645\u0646 \u0627\u0644\u0641\u0631\u064a\u0642\u060c \u0627\u0644\u0623\u0645\u0631 \u0627\u0644\u0630\u064a \u0633\u064a\u0641\u0633\u062d \u0644\u0645\u062a\u0639\u0644\u0651\u0645 \u0627\u0644\u0622\u062e\u0631 \u0627\u0644\u0645\u062c\u0627\u0644 \u0644\u0634\u063a\u0644 \u0627\u0644\u0634\u0627\u063a\u0631 \u0627\u0644\u0645\u062a\u0627\u062d.", + "This page contains information about orders that you have placed with {platform_name}.": "\u062a\u062d\u062a\u0648\u064a \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062d\u0629 \u0639\u0644\u0649 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0639\u0646 \u0637\u0644\u0628\u0627\u062a \u0627\u0644\u0634\u0631\u0627\u0621 \u0627\u0644\u062a\u064a \u0642\u0645\u062a \u0628\u0647\u0627 \u0641\u064a {platform_name}.", + "This post could not be flagged for abuse. Refresh the page and try again.": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u0627\u0644\u0625\u0628\u0644\u0627\u063a \u0639\u0646 \u0627\u0633\u0627\u0621\u0629 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u0645\u0646\u0634\u0648\u0631. \u0642\u0645 \u0628\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0635\u0641\u062d\u0629 \u0648\u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.", + "This post could not be pinned. Refresh the page and try again.": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u0625\u0632\u0627\u0644\u0629 \u062a\u062b\u0628\u064a\u062a \u0647\u0630\u0627 \u0627\u0644\u0645\u0646\u0634\u0648\u0631. \u0642\u0645 \u0628\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0635\u0641\u062d\u0629 \u0648\u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.", + "This post could not be reopened. Refresh the page and try again.": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u0625\u0639\u0627\u062f\u0629 \u0641\u062a\u062d \u0647\u0630\u0627 \u0627\u0644\u0645\u0646\u0634\u0648\u0631. \u0642\u0645 \u0628\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0635\u0641\u062d\u0629 \u0648\u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.", + "This post could not be unflagged for abuse. Refresh the page and try again.": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u0627\u0644\u0625\u0628\u0644\u0627\u063a \u0639\u0646 \u0627\u0633\u0627\u0621\u0629 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u0645\u0646\u0634\u0648\u0631. \u0642\u0645 \u0628\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0635\u0641\u062d\u0629 \u0648\u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.", + "This post could not be unpinned. Refresh the page and try again.": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u0625\u0632\u0627\u0644\u0629 \u062a\u062b\u0628\u064a\u062a \u0647\u0630\u0627 \u0627\u0644\u0645\u0646\u0634\u0648\u0631. \u0642\u0645 \u0628\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0635\u0641\u062d\u0629 \u0648\u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.", + "This post is visible only to %(group_name)s.": "\u0647\u0630\u0627 \u0627\u0644\u0645\u0646\u0634\u0648\u0631 \u0645\u0631\u0626\u064a\u0651\u064c \u0641\u0642\u0637 \u0644\u0640 %(group_name)s.", + "This post is visible to everyone.": "\u0647\u0630\u0627 \u0627\u0644\u0645\u0646\u0634\u0648\u0631 \u0645\u0631\u0626\u064a\u0651\u064c \u0644\u0644\u062c\u0645\u064a\u0639.", + "This problem could not be saved.": "\u062a\u0639\u0630\u0651\u0631 \u062d\u0641\u0638 \u0647\u0630\u0647 \u0627\u0644\u0645\u0633\u0623\u0644\u0629.", + "This problem has already been released. Any changes will apply only to future assessments.": "\u0633\u0628\u0642 \u0623\u0646 \u062c\u0631\u0649 \u0625\u0635\u062f\u0627\u0631 \u0647\u0630\u0647 \u0627\u0644\u0645\u0633\u0623\u0644\u0629. \u0633\u062a\u064f\u0637\u0628\u0651\u0642 \u0623\u064a \u062a\u063a\u064a\u064a\u0631\u0627\u062a \u062a\u062c\u0631\u064a\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u062a\u0642\u064a\u064a\u0645\u0627\u062a \u0627\u0644\u0645\u0633\u062a\u0642\u0628\u0644\u064a\u0629 \u0641\u0642\u0637.", + "This response could not be saved.": "\u062a\u0639\u0630\u0651\u0631 \u062d\u0641\u0638 \u0647\u0630\u0627 \u0627\u0644\u0631\u062f!", + "This response could not be submitted.": "\u062a\u0639\u0630\u0651\u0631 \u062a\u0642\u062f\u064a\u0645 \u0647\u0630\u0627 \u0627\u0644\u0631\u062f.", + "This response has been saved but not submitted.": "\u062d\u064f\u0641\u0651\u0650\u0638 \u0647\u0630\u0627 \u0627\u0644\u0631\u062f\u0651 \u0648\u0644\u0643\u0646 \u0644\u0645 \u064a\u064f\u0642\u062f\u0651\u0645 \u0628\u0639\u062f. ", + "This response has not been saved.": "\u0644\u0645 \u064a\u064f\u062d\u0641\u0651\u0638 \u0647\u0630\u0627 \u0627\u0644\u0631\u062f\u0651 \u0628\u0639\u062f.", + "This section could not be loaded.": "\u0644\u0645 \u0646\u0633\u062a\u0637\u0639 \u062a\u062d\u0645\u064a\u0644 \u0647\u0630\u0627 \u0627\u0644\u0642\u0633\u0645.", + "This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.": "\u064a\u0638\u0647\u0631 \u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0645\u062e\u062a\u0635\u0631 \u0644\u0646\u0648\u0639 \u0627\u0644\u0645\u0647\u0645\u0651\u0629 (\u0645\u062b\u0644 HW \u0623\u0648 Midterm) \u0628\u062c\u0627\u0646\u0628 \u0627\u0644\u0645\u0647\u0627\u0645 \u0641\u064a \u0635\u0641\u062d\u0629 \u0627\u0644\u062a\u0637\u0648\u0651\u0631 \u0627\u0644\u062e\u0627\u0635\u0651\u0629 \u0628\u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645.", + "This team does not have any members.": "\u0644\u0627 \u064a\u0636\u0645 \u0627\u0644\u0641\u0631\u064a\u0642 \u0623\u064a\u0651 \u0623\u0639\u0636\u0627\u0621.", + "This team is full.": "\u0647\u0630\u0627 \u0627\u0644\u0641\u0631\u064a\u0642 \u0645\u0643\u062a\u0645\u0644", + "This thread is closed.": "\u0623\u064f\u063a\u0644\u0650\u0642 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0636\u0648\u0639. ", + "This vote could not be processed. Refresh the page and try again.": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u0645\u0639\u0627\u0644\u062c\u0629 \u0647\u0630\u0627 \u0627\u0644\u062a\u0635\u0648\u064a\u062a. \u0642\u0645 \u0628\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0635\u0641\u062d\u0629 \u0648\u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.", + "Time Allotted (HH:MM):": "\u0627\u0644\u0648\u0642\u062a \u0627\u0644\u0645\u062e\u0635\u0651\u064e\u0635 (HH:MM): ", + "Time Sent": "\u0648\u0642\u062a \u0627\u0644\u0625\u0631\u0633\u0627\u0644", + "Time Sent:": "\u0648\u0642\u062a \u0627\u0644\u0625\u0631\u0633\u0627\u0644:", + "Time Zone": "\u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0632\u0645\u0646\u064a\u0629", + "Timed": "\u0645\u0624\u0642\u0651\u062a", + "Timed Exam": "\u0627\u0645\u062a\u062d\u0627\u0646 \u0645\u0648\u0642\u0648\u062a", + "Timed Out": "\u0646\u0641\u062f \u0648\u0642\u062a\u0647", + "Timed Transcript Conflict": "\u062a\u0636\u0627\u0631\u0628 \u0636\u0645\u0646 \u0627\u0644\u0646\u0635 \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a", + "Timed Transcript Found": "\u0648\u064f\u062c\u062f \u0646\u0635 \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a", + "Timed Transcript Uploaded Successfully": "\u062c\u0631\u0649 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0646\u0635 \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0628\u0646\u062c\u0627\u062d", + "Timed Transcript from %(filename)s": "\u0646\u0635 \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0645\u0646 %(filename)s", + "Tips on taking a successful photo": "\u0646\u0635\u0627\u0626\u062d \u062d\u0648\u0644 \u0643\u064a\u0641\u064a\u0629 \u0627\u0644\u062a\u0642\u0627\u0637 \u0635\u0648\u0631\u0629 \u0646\u0627\u062c\u062d\u0629", + "Title": "\u0627\u0644\u0639\u0646\u0648\u0627\u0646", + "Title ": "\u0627\u0644\u0644\u0642\u0628", + "Title of the signatory": "\u0644\u0642\u0628 \u0627\u0644\u0645\u0648\u0642\u0651\u0650\u0639", + "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "\u064a\u0645\u0643\u0646 \u0623\u0646 \u062a\u0645\u0646\u0639 \u0627\u0644\u0639\u0646\u0627\u0648\u064a\u0646 \u0627\u0644\u062a\u064a \u062a\u0632\u064a\u062f \u0639\u0646 100 \u062d\u0631\u0641\u064b\u0627 \u0627\u0644\u0637\u0644\u0627\u0628 \u0645\u0646 \u0637\u0628\u0627\u0639\u0629 \u0634\u0647\u0627\u062f\u062a\u0647\u0645 \u0639\u0644\u0649 \u0635\u0641\u062d\u0629 \u0648\u0627\u062d\u062f\u0629", + "To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.": "\u0644\u062a\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u062a\u0645\u0643\u0651\u0646 \u062c\u0645\u064a\u0639 \u0627\u0644\u0637\u0644\u0627\u0628 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0641\u064a\u062f\u064a\u0648\u060c \u0646\u0648\u0635\u064a \u0628\u062a\u062d\u0645\u064a\u0644 \u0645\u0642\u0637\u0639 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0630\u0627\u062a\u0647 \u0628\u0643\u0644 \u0645\u0646 \u0635\u064a\u063a\u062a\u064e\u064a .mp4 \u0648 .webm. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0646\u0642\u0631 \u0623\u062f\u0646\u0627\u0647 \u0644\u0625\u0636\u0627\u0641\u0629 \u0631\u0627\u0628\u0637 \u0644\u0646\u0633\u062e\u0629 \u0623\u062e\u0631\u0649. \u0644\u0627 \u064a\u0645\u0643\u0646 \u0644\u0647\u0630\u0647 \u0627\u0644\u0631\u0648\u0627\u0628\u0637 \u0623\u0646 \u062a\u0634\u064a\u0631 \u0625\u0644\u0649 \u0645\u0648\u0642\u0639 \u064a\u0648\u062a\u064a\u0648\u0628. \u0648\u0633\u064a\u064f\u0639\u0631\u064e\u0636 \u0623\u0648\u0651\u0644 \u0641\u064a\u062f\u064a\u0648 \u0645\u064f\u062f\u0631\u064e\u062c \u0648\u0645\u062a\u0648\u0627\u0641\u0642 \u0645\u0639 \u0646\u0638\u0627\u0645 \u0643\u0648\u0645\u0628\u064a\u0648\u062a\u0631 \u0627\u0644\u0637\u0627\u0644\u0628.", + "To finalize course credit, %(display_name)s requires %(platform_name)s learners to submit a credit request.": "\u0644\u0627\u0633\u062a\u0643\u0645\u0627\u0644 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0627\u062f\u0629 \u062f\u0631\u0627\u0633\u064a\u0629 \u0628\u0634\u0643\u0644 \u0646\u0647\u0627\u0626\u064a\u060c \u064a\u064f\u0648\u062c\u0628 %(display_name)s \u0639\u0644\u0649 \u0645\u062a\u0639\u0644\u0651\u0645\u064a %(platform_name)s \u0627\u0644\u062a\u0642\u062f\u0651\u0645 \u0628\u0637\u0644\u0628 \u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0627\u062f\u0651\u0629 \u062f\u0631\u0627\u0633\u064a\u0629", + "To invalidate a certificate for a particular learner, add the username or email address below.": "\u0623\u0636\u0641 \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0623\u0648 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0623\u062f\u0646\u0627\u0647 \u0644\u0625\u0644\u063a\u0627\u0621 \u0634\u0647\u0627\u062f\u0629 \u0645\u0645\u0646\u0648\u062d\u0629 \u0644\u0645\u062a\u0639\u0644\u0651\u0645 \u0645\u0639\u064a\u0651\u0646.", + "To pass this exam, you must complete the problems in the time allowed.": "\u0645\u0646 \u0623\u062c\u0644 \u0627\u062c\u062a\u064a\u0627\u0632 \u0647\u0630\u0627 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646\u060c \u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u062d\u0644 \u062c\u0645\u064a\u0639 \u0627\u0644\u0645\u0634\u0627\u0643\u0644 \u0636\u0645\u0646 \u0627\u0644\u0648\u0642\u062a \u0627\u0644\u0645\u0633\u0645\u0648\u062d \u0628\u0647.", + "To receive a certificate, you must also verify your identity before {date}.": "\u0644\u0627 \u0628\u062f\u0651 \u0645\u0646 \u0625\u062b\u0628\u0627\u062a \u0647\u0648\u064a\u0651\u062a\u0643 \u0642\u0628\u0644 \u062a\u0627\u0631\u064a\u062e {date} \u0645\u0646 \u0623\u062c\u0644 \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0634\u0647\u0627\u062f\u0629.", + "To receive a certificate, you must also verify your identity.": "\u0644\u0627 \u0628\u062f\u0651 \u0645\u0646 \u0625\u062b\u0628\u0627\u062a \u0647\u0648\u064a\u0651\u062a\u0643 \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0634\u0647\u0627\u062f\u0629.", + "To receive credit for problems, you must select \"Submit\" for each problem before you select \"End My Exam\".": "\u0645\u0646 \u0623\u062c\u0644 \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0646\u0642\u0627\u0637 \u0641\u064a \u0645\u0633\u0623\u0644\u0629 \u0645\u0639\u064a\u0646\u0629 \u0639\u0644\u064a\u0643 \u0627\u062e\u062a\u064a\u0627\u0631 \"\u0625\u0631\u0633\u0627\u0644\" \u0644\u0643\u0644 \u0645\u0633\u0623\u0644\u0629 \u0642\u0628\u0644 \u0627\u062d\u062a\u064a\u0627\u0631 \"\u0627\u0646\u0647 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646\".", + "To share your certificate on Mozilla Backpack, you must first have a Backpack account. Complete the following steps to add your certificate to Backpack.": "\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0634\u0647\u0627\u062f\u062a\u0643 \u0639\u0644\u0649 Mozilla Backpack\u060c \u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u0623\u0648\u0644\u0627\u064b \u0625\u0646\u0634\u0627\u0621 \u062d\u0633\u0627\u0628 Backpack. \u0623\u0643\u0645\u0644 \u0627\u0644\u062e\u0637\u0648\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0644\u0625\u0636\u0627\u0641\u0629 \u0634\u0647\u0627\u062f\u062a\u0643 \u0625\u0644\u0649 Backpack.", + "To take a successful photo, make sure that:": "\u0644\u0627\u0644\u062a\u0642\u0627\u0637 \u0635\u0648\u0631\u0629 \u0646\u0627\u062c\u062d\u0629\u060c \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u0623\u0643\u0651\u062f \u0645\u0645\u0651\u0627 \u064a\u0644\u064a:", + "To use the current photo, select the camera button {icon}. To take another photo, select the retake button {icon}.": "\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0635\u0648\u0631\u0629 \u0627\u0644\u062d\u0627\u0644\u064a\u0629\u060c \u0627\u062e\u062a\u0631 \u0632\u0631 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627 {icon}. \u0644\u0627\u0644\u062a\u0642\u0627\u0637 \u0635\u0648\u0631\u0629 \u0623\u062e\u0631\u0649\u060c \u0627\u062e\u062a\u0631 \u0632\u0631 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0635\u0648\u064a\u0631 {icon}", + "To verify your identity, you need a webcam and a government-issued photo ID.": "\u0644\u062a\u0623\u0643\u064a\u062f \u0635\u062d\u0651\u0629 \u0647\u0648\u064a\u0651\u062a\u0643\u060c \u0623\u0646\u062a \u0628\u062d\u0627\u062c\u0629 \u0644\u0643\u0627\u0645\u064a\u0631\u0627 \u0648\u0628\u0637\u0627\u0642\u0629 \u0647\u0648\u064a\u0651\u0629 \u062d\u0643\u0648\u0645\u064a\u0629 \u062a\u062d\u0645\u0644 \u0635\u0648\u0631\u0629 \u0634\u062e\u0635\u064a\u0651\u0629.", + "Today": "\u0627\u0644\u064a\u0648\u0645", + "Toggle Notifications Setting": "\u062a\u0628\u062f\u064a\u0644 \u0625\u0639\u062f\u0627\u062f \u0627\u0644\u0625\u0634\u0639\u0627\u0631\u0627\u062a ", + "Tomorrow": "\u063a\u062f\u0627\u064b", + "Topic": "\u0627\u0644\u0645\u0648\u0636\u0648\u0639", + "Topic area": "\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0645\u0648\u0636\u0648\u0639", + "Topics": "\u0627\u0644\u0645\u0648\u0627\u0636\u064a\u0639", + "Total": "\u0627\u0644\u0645\u062c\u0645\u0648\u0639 ", + "Total Number": "\u0627\u0644\u0639\u062f\u062f \u0627\u0644\u0625\u062c\u0645\u0627\u0644\u064a", + "Try the transaction again in a few minutes.": "\u0627\u0644\u0631\u062c\u0627\u0621 \u0645\u0639\u0627\u0648\u062f\u0629 \u0637\u0644\u0628 \u0627\u0644\u0639\u0645\u0644\u064a\u0629 \u0645\u062c\u062f\u0651\u062f\u064b\u0627 \u0628\u0639\u062f \u0628\u0636\u0639 \u062f\u0642\u0627\u0626\u0642.", + "Try this practice exam again": "\u062c\u0631\u0628 \u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u062a\u0645\u0631\u0646 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649", + "Type": "\u0627\u0644\u0646\u0648\u0639", + "Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "\u0623\u0636\u0641 \u0631\u0627\u0628\u0637\u064b\u0627 \u0623\u0648 \u0627\u0633\u062a\u062e\u062f\u0645 \u0632\u0631 \u2019\u0627\u062e\u062a\u0631 \u0645\u0644\u0641\u2018 \u0644\u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641 \u0645\u0648\u062c\u0648\u062f \u0645\u0646 \u0639\u0644\u0649 \u062c\u0647\u0627\u0632\u0643. (\u0645\u062b\u0627\u0644: 'http://example.com/img/clouds.jpg')", + "Type into this box to filter down the list of available %s.": "\u0627\u0643\u062a\u0628 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u0635\u0646\u062f\u0648\u0642 \u0644\u062a\u0635\u0641\u064a\u0629 \u0642\u0627\u0626\u0645\u0629 %s \u0627\u0644\u0645\u062a\u0648\u0641\u0631\u0629.", + "URL": "\u0627\u0644\u0631\u0627\u0628\u0637", + "Unable to load": "\u062a\u0639\u0630\u0651\u0631 \u0625\u062c\u0631\u0627\u0621 \u0627\u0644\u062a\u062d\u0645\u064a\u0644.", + "Unable to submit application": "\u0646\u0639\u062a\u0630\u0651\u0631 \u0644\u062a\u0639\u0630\u0651\u0631 \u062a\u0642\u062f\u064a\u0645 \u0627\u0644\u0637\u0644\u0628", + "Undo (Ctrl+Z)": "\u0625\u0644\u063a\u0627\u0621 (Ctrl+Z)", + "Undo Changes": "\u0627\u0644\u062a\u0631\u0627\u062c\u0639 \u0639\u0646 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a", + "Unendorse": "\u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u062a\u0623\u064a\u064a\u062f", + "Unexpected server error.": "\u062d\u062f\u062b \u062e\u0637\u0623 \u063a\u064a\u0631 \u0645\u062a\u0648\u0642\u0651\u0639.", + "Unfollow": "\u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u0645\u062a\u0627\u0628\u0639\u0629", + "Ungraded": "\u0644\u0645 \u064a\u062c\u0631\u064a \u062a\u0642\u064a\u064a\u0645\u0647", + "Ungraded Practice Exam": "\u0627\u0645\u062a\u062d\u0627\u0646 \u062a\u0645\u0631\u064a\u0646 \u062f\u0648\u0646 \u0639\u0644\u0627\u0645\u0629", + "Unit": "\u0627\u0644\u0648\u062d\u062f\u0629", + "Unit Visibility": "\u0631\u0624\u064a\u0629 \u0627\u0644\u0648\u062d\u062f\u0629", + "Unknown": "\u063a\u064a\u0631 \u0645\u0639\u0631\u0648\u0641 ", + "Unlink This Account": "\u0627\u0641\u0635\u0644 \u0647\u0630\u0627 \u0627\u0644\u062d\u0633\u0627\u0628", + "Unlink your {accountName} account": "\u0627\u0641\u0635\u0644 \u062d\u0633\u0627\u0628\u0643 \u0639\u0644\u0649 {accountName}", + "Unlinking": "\u0641\u0635\u0644 \u0627\u0644\u0631\u0628\u0637", + "Unmark as Answer": "\u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u062a\u062d\u062f\u064a\u062f \u0643\u0625\u062c\u0627\u0628\u0629", + "Unnamed Option": "\u062e\u064a\u0627\u0631 \u063a\u064a\u0631 \u0645\u0633\u0645\u0651\u0649 ", + "Unpin": "\u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u062a\u062b\u0628\u064a\u062a", + "Unpublished changes to content that will release in the future": "\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u063a\u064a\u0631 \u0645\u0646\u0634\u0648\u0631\u0629 \u062c\u0631\u0649 \u0625\u062f\u062e\u0627\u0644\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0648\u0633\u064a\u062c\u0631\u064a \u0625\u0635\u062f\u0627\u0631\u0647\u0627 \u0645\u0633\u062a\u0642\u0628\u0644\u064a\u0651\u064b\u0627", + "Unpublished changes to live content": "\u062a\u0648\u062c\u062f \u062a\u063a\u064a\u064a\u0631\u0627\u062a \u063a\u064a\u0631 \u0645\u0646\u0634\u0648\u0631\u0629 \u062c\u0631\u0649 \u0625\u062f\u062e\u0627\u0644\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u0645\u062a\u0627\u062d \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a", + "Unpublished units will not be released": "\u0644\u0646 \u064a\u062c\u0631\u064a \u0625\u0635\u062f\u0627\u0631 \u0627\u0644\u0648\u062d\u062f\u0627\u062a \u063a\u064a\u0631 \u0627\u0644\u0645\u0646\u0634\u0648\u0631\u0629", + "Unreport": "\u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u0625\u0628\u0644\u0627\u063a", + "Unscheduled": "\u063a\u064a\u0631 \u0645\u062c\u062f\u0648\u064e\u0644", + "Update": "\u062a\u062d\u062f\u064a\u062b", + "Update comment": "\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u062a\u0639\u0644\u064a\u0642", + "Update post": "\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0645\u0646\u0634\u0648\u0631 ", + "Update response": "\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0631\u062f ", + "Update team.": "\u0639\u062f\u0651\u0644 \u0641\u0631\u064a\u0642.", + "Updating Tags": "\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0634\u064e\u0627\u0631\u0627\u062a", + "Updating with latest library content": "\u062c\u0627\u0631\u064a \u0627\u0644\u062a\u062d\u062f\u064a\u062b \u0645\u0639 \u0645\u0633\u062a\u062c\u062f\u0651\u0627\u062a \u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u0645\u0643\u062a\u0628\u0629", + "Upgrade Deadline": "\u0627\u0644\u0645\u0648\u0639\u062f \u0627\u0644\u0646\u0647\u0627\u0626\u064a \u0644\u0644\u062a\u062d\u062f\u064a\u062b ", + "Upgrade to a Verified Certificate for {courseName}": "\u0637\u0648\u0631 \u0625\u0644\u0649 \u0634\u0647\u0627\u062f\u0629 \u0645\u0646 \u0645\u0639\u062a\u0645\u062f\u0629 \u0625\u0644\u0649 {courseName}", + "Upload": "\u062a\u062d\u0645\u064a\u0644", + "Upload File": "\u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0645\u0644\u0641", + "Upload File and Assign Students": "\u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0645\u0644\u0641 \u0648\u0625\u0633\u0646\u0627\u062f \u0627\u0644\u0648\u0627\u062c\u0628\u0627\u062a \u0625\u0644\u0649 \u0627\u0644\u0637\u0644\u0651\u0627\u0628", + "Upload New .srt Transcript": "\u062a\u062d\u0645\u064a\u0644 \u0646\u0635 \u062c\u062f\u064a\u062f \u0628\u0635\u064a\u063a\u0629 .srt ", + "Upload New File": "\u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641 \u062c\u062f\u064a\u062f", + "Upload New Transcript": "\u062a\u062d\u0645\u064a\u0644 \u0646\u0635\u0651 \u062c\u062f\u064a\u062f", + "Upload PDF": "\u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641 \u0628\u0635\u064a\u063a\u0629 PDF", + "Upload Photo": "\u0631\u0641\u0639 \u0635\u0648\u0631\u0629", + "Upload Signature Image": "\u062a\u062d\u0645\u064a\u0644 \u0635\u0648\u0631\u0629 \u0627\u0644\u062a\u0648\u0642\u064a\u0639", + "Upload a CSV file": "\u0627\u0631\u0641\u0639 \u0645\u0644\u0641 CSV", + "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "\u064a\u064f\u0631\u062c\u0649 \u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641 \u0628\u0635\u064a\u063a\u0629 (.csv) \u0630\u0627 \u0642\u064a\u0645 \u0645\u0641\u0635\u0648\u0644\u0629 \u0628\u0631\u0645\u0632 \u0627\u0644\u0641\u0627\u0635\u0644\u0629\u060c \u064a\u062d\u0648\u064a \u0623\u0633\u0645\u0627\u0621 \u0648\u0639\u0646\u0627\u0648\u064a\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645\u064a\u0646 \u0627\u0644\u062d\u0627\u0635\u0644\u064a\u0646 \u0639\u0644\u0649 \u0627\u0633\u062a\u062b\u0646\u0627\u0621\u0627\u062a. \u0636\u0645\u0651\u0646 \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0648\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0641\u064a \u0627\u0644\u062d\u0642\u0644 \u0627\u0644\u0623\u0648\u0644 \u0627\u0644\u0645\u0641\u0635\u0648\u0644 \u0628\u0641\u0627\u0635\u0644\u0629. \u064a\u0645\u0643\u0646\u0643 \u062a\u0636\u0645\u064a\u0646 \u0645\u0644\u0627\u062d\u0638\u0629 \u0627\u062e\u062a\u064a\u0627\u0631\u064a\u0629 \u062a\u0635\u0641 \u0633\u0628\u0628 \u0645\u0646\u062d \u0627\u0644\u0627\u0633\u062a\u062b\u0646\u0627\u0621 \u0641\u064a \u0627\u0644\u062d\u0642\u0644 \u0627\u0644\u062b\u0627\u0646\u064a \u0627\u0644\u0645\u0641\u0635\u0648\u0644 \u0628\u0641\u0627\u0635\u0644\u0629. ", + "Upload an image": "\u062a\u062d\u0645\u064a\u0644 \u0635\u0648\u0631\u0629", + "Upload an image or capture one with your web or phone camera.": "\u064a\u064f\u0631\u062c\u0649 \u062a\u062d\u0645\u064a\u0644 \u0635\u0648\u0631\u0629 \u0623\u0648 \u0627\u0644\u062a\u0642\u0627\u0637 \u0648\u0627\u062d\u062f\u0629 \u0628\u0643\u0627\u0645\u064a\u0631\u062a\u0643 \u0623\u0648 \u0643\u0627\u0645\u064a\u0631\u0627 \u0627\u0644\u0647\u0627\u062a\u0641. ", + "Upload completed": "\u0627\u0633\u062a\u064f\u0643\u0645\u0644 \u0627\u0644\u062a\u062d\u0645\u064a\u0644 ", + "Upload failed": "\u0639\u0630\u0631\u064b\u0627\u060c \u0644\u0645 \u064a\u0646\u062c\u062d \u0627\u0644\u062a\u062d\u0645\u064a\u0644.", + "Upload instructor image.": "\u0631\u0641\u0639 \u0635\u0648\u0631\u0629 \u0627\u0644\u0623\u0633\u062a\u0627\u0630.", + "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "\u062c\u0627\u0631\u064a \u0627\u0644\u062a\u062d\u0645\u064a\u0644. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0628\u0642\u0627\u0621 \u0641\u064a \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062d\u0629 \u062d\u062a\u0649 \u0627\u0633\u062a\u0643\u0645\u0627\u0644 \u0627\u0644\u0639\u0645\u0644\u064a\u0629 \u0644\u062a\u0641\u0627\u062f\u064a \u0648\u0642\u0648\u0639 \u0627\u0644\u0623\u062e\u0637\u0627\u0621.", + "Upload signature image.": "\u064a\u064f\u0631\u062c\u0649 \u062a\u062d\u0645\u064a\u0644 \u0635\u0648\u0631\u0629 \u0627\u0644\u0645\u0648\u0642\u0651\u0650\u0639.", + "Upload your banner image.": "\u0631\u0641\u0639 \u0635\u0648\u0631\u0629 \u0634\u0639\u0627\u0631\u0643.", + "Upload your course image.": "\u062a\u062d\u0645\u064a\u0644 \u0635\u0648\u0631\u062a\u0643 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0627\u0644\u0645\u0633\u0627\u0642.", + "Upload your first asset": "\u062a\u062d\u0645\u064a\u0644 \u0645\u0627\u062f\u062a\u0643 \u0627\u0644\u0645\u0644\u062d\u0642\u0629 \u0627\u0644\u0623\u0648\u0644\u0649", + "Upload your video thumbnail image.": "\u0627\u0631\u0641\u0639 \u0635\u0648\u0631\u0629 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0627\u0644\u0645\u0635\u063a\u0631\u0629.", + "Uploaded file issues. Click on \"+\" to view.": "\u062a\u0645\u0651 \u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641 \u0627\u0644\u0642\u0636\u0627\u064a\u0627. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \"+\" \u0644\u0639\u0631\u0636\u0647\u0627.", + "Uploading": "\u062c\u0627\u0631\u064a \u0627\u0644\u062a\u062d\u0645\u064a\u0644", + "Upset Learner": "\u0645\u062a\u0639\u0644\u0651\u0645 \u063a\u064a\u0631 \u0631\u0627\u0636\u064a", + "Use Current Transcript": "\u0627\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u0646\u0635 \u0627\u0644\u062d\u0627\u0644\u064a", + "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.": "\u0627\u0633\u062a\u062e\u062f\u0645 \u0627\u0645\u062a\u062d\u0627\u0646 \u062a\u062f\u0631\u064a\u0628\u064a \u0645\u0631\u0627\u0642\u0628 \u0644\u062a\u0639\u0631\u064a\u0641 \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645\u064a\u0646 \u0628\u0625\u062c\u0631\u0627\u0621\u0627\u062a \u0648\u0623\u062f\u0648\u0627\u062a \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629. \u0644\u0646 \u062a\u0624\u062b\u0631 \u0646\u062a\u0627\u0626\u062c \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a \u0639\u0644\u0649 \u0627\u0644\u062f\u0631\u062c\u0629 \u0627\u0644\u0646\u0647\u0627\u0626\u064a\u0629 \u0627\u0644\u0645\u0645\u0646\u0648\u062d\u0629 \u0644\u0644\u0645\u062a\u0639\u0644\u0651\u0645.", + "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "\u0627\u0633\u062a\u062e\u062f\u0645 \u0627\u0645\u062a\u062d\u0627\u0646\u064b\u0627 \u0645\u0624\u0642\u0651\u062a\u064b\u0627 \u0644\u0644\u062d\u062f\u0651 \u0645\u0646 \u0627\u0644\u0648\u0642\u062a \u0627\u0644\u0630\u064a \u064a\u0645\u0643\u0646 \u0644\u0644\u0645\u062a\u0639\u0644\u0651\u0645\u064a\u0646 \u0642\u0636\u0627\u0624\u0647 \u0641\u064a \u062d\u0644 \u0645\u0633\u0627\u0626\u0644 \u0647\u0630\u0627 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0641\u0631\u0639\u064a. \u064a\u062c\u0628 \u0623\u0646 \u064a\u0642\u062f\u0651\u0645 \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645\u0648\u0646 \u0627\u0644\u0625\u062c\u0627\u0628\u0627\u062a \u0642\u0628\u0644 \u0627\u0646\u062a\u0647\u0627\u0621 \u0627\u0644\u0648\u0642\u062a \u0627\u0644\u0645\u062d\u062f\u0651\u062f. \u0643\u0645\u0627 \u0648\u064a\u0645\u0643\u0646\u0643 \u0627\u0644\u0633\u0645\u0627\u062d \u0644\u0623\u062d\u062f \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645\u064a\u0646 \u0628\u0648\u0642\u062a \u0625\u0636\u0627\u0641\u064a \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0644\u0648\u062d\u0629 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0623\u0633\u062a\u0627\u0630.", + "Use as a Prerequisite": "\u0627\u0633\u062a\u062e\u062f\u0645\u0647 \u0643\u0645\u062a\u0637\u0644\u0651\u0628 \u0623\u0633\u0627\u0633\u064a", + "Use my institution/campus credentials": "\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0628\u064a\u0627\u0646\u0627\u062a\u064a \u0644\u062f\u0649 \u0627\u0644\u0645\u0624\u0633\u0651\u0633\u0629/ \u0627\u0644\u062d\u0631\u0645 \u0627\u0644\u062c\u0627\u0645\u0639\u064a", + "Use the All Topics menu to find specific topics.": "\u0627\u0633\u062a\u062e\u062f\u0645 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0648\u0636\u0648\u0639\u0627\u062a \u0644\u062a\u062c\u062f \u0645\u0648\u0636\u0648\u0639\u0627\u062a \u0645\u0639\u064a\u0646\u0629.", + "Use the retake photo button if you are not pleased with your photo": "\u064a\u064f\u0631\u062c\u0649 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0632\u0631 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0642\u0627\u0637 \u0627\u0644\u0635\u0648\u0631\u0629 \u0625\u0630\u0627 \u0644\u0645 \u062a\u0639\u062c\u0628\u0643 \u0635\u0648\u0631\u062a\u0643.", + "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "\u064a\u064f\u0631\u062c\u0649 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0643\u0627\u0645\u064a\u0631\u062a\u0643 \u0644\u0627\u0644\u062a\u0642\u0627\u0637 \u0635\u0648\u0631\u0629 \u0644\u0648\u062c\u0647\u0643. \u062b\u0645\u0651 \u0633\u0646\u0637\u0627\u0628\u0642 \u0647\u0630\u0647 \u0627\u0644\u0635\u0648\u0631\u0629 \u0645\u0639 \u0635\u0648\u0631\u0629 \u0648\u062c\u0647\u0643 \u0648\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0645\u0648\u062c\u0648\u062f\u064a\u0646 \u0641\u064a \u062d\u0633\u0627\u0628\u0643. ", + "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "\u0627\u0633\u062a\u062e\u062f\u0645 \u0643\u0627\u0645\u064a\u0631\u062a\u0643 \u0644\u0627\u0644\u062a\u0642\u0627\u0637 \u0635\u0648\u0631\u0629 \u0644\u0648\u062c\u0647\u0643. \u062b\u0645\u0651 \u0633\u0646\u0637\u0627\u0628\u0642 \u0647\u0630\u0647 \u0627\u0644\u0635\u0648\u0631\u0629 \u0645\u0639 \u0627\u0644\u0635\u0648\u0631\u0629 \u0627\u0644\u0645\u0648\u062c\u0648\u062f\u0629 \u0639\u0644\u0649 \u0628\u0637\u0627\u0642\u062a\u0643 \u0627\u0644\u0634\u062e\u0635\u064a\u0629. ", + "Used": "\u0645\u0633\u062a\u062e\u062f\u064e\u0645", + "User Email": "\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0627\u0644\u062e\u0627\u0635 \u0628\u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645", + "Username": "\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645", + "Username or email address": "\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0623\u0648 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", + "Users must create and activate their account before they can be promoted to beta tester.": "\u064a\u062c\u0628 \u0639\u0644\u0649 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0625\u0646\u0634\u0627\u0621 \u062d\u0633\u0627\u0628\u0647\u0645 \u0648\u062a\u0641\u0639\u064a\u0644\u0647 \u0642\u0628\u0644 \u0623\u0646 \u062a\u064f\u062a\u0627\u062d \u0644\u0647\u0645 \u0625\u0645\u0643\u0627\u0646\u064a\u0629 \u062a\u0631\u0642\u064a\u0629 \u0639\u0636\u0648\u064a\u062a\u0647\u0645 \u0625\u0644\u0649 \u0645\u062e\u062a\u0628\u0631\u064a \u0627\u0644\u0646\u0633\u062e\u0629 \u0627\u0644\u062a\u062c\u0631\u064a\u0628\u064a\u0629.", + "Valid": "\u0635\u0627\u0644\u062d", + "Validation Error": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0641\u064a \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642.", + "Validation Error While Saving": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0627\u0644\u062d\u0641\u0638.", + "Verification Checkpoint": "\u0646\u0642\u0637\u0629 \u0627\u062e\u062a\u0628\u0627\u0631 \u062a\u062e\u0635 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642", + "Verification Deadline": "\u0627\u0644\u0645\u0648\u0639\u062f \u0627\u0644\u0646\u0647\u0627\u0626\u064a \u0644\u0644\u062a\u062d\u0642\u0651\u0642", + "Verification checkpoint to be completed": "\u064a\u062a\u0648\u062c\u0651\u0628 \u0625\u062a\u0645\u0627\u0645 \u0646\u0642\u0637\u0629 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631 \u0627\u0644\u062e\u0627\u0635\u0651\u0629 \u0628\u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642", + "Verified": "\u0645\u0648\u062b\u0642", + "Verified Certificate": "\u0627\u0644\u0634\u0647\u0627\u062f\u0629 \u0627\u0644\u0645\u0648\u062b\u0651\u0642\u0629", + "Verified Certificate for {courseName}": "\u0634\u0647\u0627\u062f\u0629 \u0645\u0639\u062a\u0645\u062f\u0629 \u0644\u0640 {courseName}", + "Verified Certificate upgrade": "\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0634\u0647\u0627\u062f\u0629 \u0627\u0644\u0645\u0648\u062b\u0642\u0629", + "Verified Status": "\u062d\u0627\u0644\u0629 \u062c\u0631\u0649 \u0627\u0644\u062a\u062d\u0642\u0651\u0642 \u0645\u0646\u0647\u0627", + "Verified mode price": "\u0633\u0639\u0631 \u0648\u0636\u0639 \u2019\u0634\u0647\u0627\u062f\u0629 \u0645\u0648\u062b\u0651\u0642\u0629\u2018", + "Verify Now": "\u0625\u062c\u0631\u0627\u0621 \u0627\u0644\u062a\u062d\u0642\u0651\u0642 \u0627\u0644\u0622\u0646", + "Video Capture Error": "\u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u062a\u0642\u0627\u0637 \u0627\u0644\u0641\u064a\u062f\u064a\u0648", + "Video ID": "\u0627\u0644\u0631\u0642\u0645 \u0627\u0644\u062a\u0639\u0631\u064a\u0641\u064a \u0644\u0644\u0641\u064a\u062f\u064a\u0648", + "View": "\u0639\u0631\u0636", + "View %(span_start)s %(team_name)s %(span_end)s": "\u0645\u0634\u0627\u0647\u062f\u0629 %(span_start)s %(team_name)s %(span_end)s", + "View Archived Course": "\u0627\u0633\u062a\u0639\u0631\u0627\u0636 \u0627\u0644\u0645\u0633\u0627\u0642", + "View Cohort": "\u0645\u0634\u0627\u0647\u062f\u0629 \u0627\u0644\u0634\u0639\u0628\u0629", + "View Course": "\u0627\u0633\u062a\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u0627\u0642 ", + "View Live": "\u0639\u0631\u0636 \u0627\u0644\u0646\u0633\u062e\u0629 \u0627\u0644\u062d\u0627\u0644\u064a\u0629 \u0627\u0644\u0645\u0646\u0634\u0648\u0631\u0629", + "View Teams in the %(topic_name)s Topic": "\u0627\u0633\u062a\u0639\u0631\u0627\u0636 \u0627\u0644\u0641\u0650\u0631\u0642 \u0641\u064a \u0645\u0648\u0636\u0648\u0639 %(topic_name)s", + "View all errors": "\u0627\u0633\u062a\u0639\u0631\u0627\u0636 \u0643\u0627\u0641\u0629 \u0627\u0644\u0623\u062e\u0637\u0627\u0621", + "View discussion": "\u0627\u0633\u062a\u0639\u0631\u0627\u0636 \u0627\u0644\u0645\u0646\u0627\u0642\u0634\u0629", + "View my exam": "\u0639\u0631\u0636 \u0627\u0645\u062a\u062d\u0627\u0646\u064a", "Viewing %s course": [ - "\u0625\u0638\u0647\u0627\u0631 %s \u0645\u0633\u0627\u0642", - "\u0625\u0638\u0647\u0627\u0631 %s \u0645\u0633\u0627\u0642", - "\u0625\u0638\u0647\u0627\u0631 %s \u0645\u0633\u0627\u0642", - "\u0625\u0638\u0647\u0627\u0631 %s \u0645\u0633\u0627\u0642\u0627\u062a", - "\u0625\u0638\u0647\u0627\u0631 %s \u0645\u0633\u0627\u0642\u0627\u062a", + "\u0625\u0638\u0647\u0627\u0631 %s \u0645\u0633\u0627\u0642", + "\u0625\u0638\u0647\u0627\u0631 %s \u0645\u0633\u0627\u0642", + "\u0625\u0638\u0647\u0627\u0631 %s \u0645\u0633\u0627\u0642", + "\u0625\u0638\u0647\u0627\u0631 %s \u0645\u0633\u0627\u0642\u0627\u062a", + "\u0625\u0638\u0647\u0627\u0631 %s \u0645\u0633\u0627\u0642\u0627\u062a", "\u0625\u0638\u0647\u0627\u0631 %s \u0645\u0633\u0627\u0642\u0627\u062a" - ], - "Visible to": "\u0645\u0631\u0626\u064a \u0644", - "Visible to Staff Only": "\u0645\u0631\u0626\u064a\u0651\u0629 \u0644\u0637\u0627\u0642\u0645 \u0627\u0644\u0645\u0633\u0627\u0642 \u0641\u0642\u0637", - "Vote for good posts and responses": "\u0635\u0648\u0651\u062a \u0644\u0644\u0631\u062f\u0648\u062f \u0648\u0627\u0644\u0645\u0646\u0634\u0648\u0631\u0627\u062a \u0627\u0644\u062c\u064a\u0651\u062f\u0629", - "Vote for this post,": "\u0635\u0648\u0651\u062a \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u0646\u0634\u0648\u0631", - "Want to confirm your identity later?": "\u0647\u0644 \u062a\u0631\u064a\u062f \u062a\u0623\u0643\u064a\u062f \u0647\u0648\u064a\u0651\u062a\u0643 \u0644\u0627\u062d\u0642\u064b\u0627\u061f", - "Warning": "\u062a\u062d\u0630\u064a\u0631", - "Warnings": "\u062a\u062d\u0630\u064a\u0631\u0627\u062a", - "We ask you to activate your account to ensure it is really you creating the account and to prevent fraud.": "\u0646\u0637\u0644\u0628 \u062a\u0641\u0639\u064a\u0644 \u0627\u0644\u062d\u0633\u0627\u0628 \u0644\u0646\u062a\u0623\u0643\u062f \u0645\u0646 \u0623\u0646 \u0635\u0627\u062d\u0628 \u0627\u0644\u062d\u0633\u0627\u0628 \u0647\u0648 \u0645\u0646 \u064a\u0642\u0648\u0645 \u0628\u0625\u0646\u0634\u0627\u0626\u0647\u060c \u0648\u0630\u0644\u0643 \u064a\u0633\u0627\u0639\u062f \u0643\u062b\u064a\u0631\u0627\u064b \u0641\u064a \u062a\u062c\u0646\u0628 \u0627\u0644\u0627\u062d\u062a\u064a\u0627\u0644 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a.", - "We couldn't create your account.": "\u0644\u0645 \u0646\u062a\u0645\u0643\u0651\u0646 \u0645\u0646 \u0625\u0646\u0634\u0627\u0621 \u062d\u0633\u0627\u0628\u0643. ", - "We couldn't find any results for \"%s\".": "\u0639\u0630\u0631\u064b\u0627\u060c \u0644\u0645 \u0646\u062c\u062f \u0623\u064a \u0646\u062a\u0627\u0626\u062c \u0644\u0640\"%s\".", - "We couldn't sign you in.": "\u0639\u0630\u0631\u064b\u0627\u060c \u0644\u0645 \u0646\u062a\u0645\u0643\u0651\u0646 \u0645\u0646 \u062a\u0633\u062c\u064a\u0644 \u062f\u062e\u0648\u0644\u0643. ", - "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "\u0644\u0642\u062f \u0627\u0633\u062a\u0644\u0645\u0646\u0627 \u0645\u0639\u0644\u0648\u0645\u0627\u062a\u0643 \u0648\u0646\u062a\u0648\u0644\u0651\u0649 \u062d\u0627\u0644\u064a\u064b\u0627 \u0627\u0644\u062a\u062d\u0642\u0651\u0642 \u0645\u0646 \u0647\u0648\u064a\u062a\u0643. \u0633\u062a\u0635\u0644\u0643 \u0631\u0633\u0627\u0644\u0629 \u0639\u0644\u0649 \u0644\u0648\u062d\u0629 \u0645\u0639\u0644\u0648\u0645\u0627\u062a\u0643 \u0639\u0646\u062f \u0627\u0643\u062a\u0645\u0627\u0644 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642 (\u0639\u0627\u062f\u0629\u064b \u062e\u0644\u0627\u0644 1-2 \u0623\u064a\u0627\u0645). \u0648\u064a\u0645\u0643\u0646\u0643 \u0641\u064a \u0627\u0644\u0648\u0642\u062a \u0627\u0644\u0631\u0627\u0647\u0646 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0643\u0627\u0641\u0629 \u0645\u062d\u062a\u0648\u064a\u0627\u062a \u0627\u0644\u0645\u0633\u0627\u0642 \u0627\u0644\u0645\u064f\u062a\u0627\u062d\u0629.", - "We just need a little more information before you start learning with %(platformName)s.": "\u0646\u062d\u062a\u0627\u062c \u0641\u0642\u0637 \u0625\u0644\u0649 \u0642\u0644\u064a\u0644 \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0625\u0636\u0627\u0641\u064a\u0629 \u0642\u0628\u0644 \u0623\u0646 \u062a\u0628\u062f\u0623 \u0627\u0644\u062a\u0639\u0644\u0651\u0645 \u0645\u0639 %(platformName)s. ", - "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "\u0646\u0633\u062a\u062e\u062f\u0645 \u0623\u0639\u0644\u0649 \u0645\u0633\u062a\u0648\u064a\u0627\u062a \u0627\u0644\u0623\u0645\u0646 \u0627\u0644\u0645\u062a\u0648\u0641\u0651\u0631\u0629 \u0644\u062a\u0634\u0641\u064a\u0631 \u0635\u0648\u0631\u062a\u0643 \u0648\u0625\u0631\u0633\u0627\u0644\u0647\u0627 \u0625\u0644\u0649 \u0642\u0633\u0645\u0646\u0627 \u0627\u0644\u0645\u0633\u0624\u0648\u0644 \u0639\u0646 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642 \u0644\u0645\u0631\u0627\u062c\u0639\u062a\u0647\u0627. \u0648\u064a\u064f\u0631\u062c\u0649 \u0645\u0644\u0627\u062d\u0638\u0629 \u0623\u0646\u0651 \u0635\u0648\u0631\u062a\u0643 \u0648\u0645\u0639\u0644\u0648\u0645\u0627\u062a\u0643 \u0644\u0627 \u062a\u064f\u062d\u0641\u0651\u064e\u0638 \u0623\u0648 \u062a\u0638\u0647\u0631 \u0641\u064a \u0623\u064a \u0645\u0643\u0627\u0646 \u0639\u0644\u0649 \u0645\u0646\u0635\u0651\u0629 %(platformName)s \u0628\u0639\u062f \u0623\u0646 \u062a\u064f\u0633\u062a\u0643\u0645\u0644 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642.", - "We've encountered an error. Refresh your browser and then try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623. \u064a\u064f\u062c\u0631\u0649 \u0625\u0639\u0627\u062f\u0629 \u0641\u062a\u062d \u0645\u062a\u0635\u0641\u0651\u062d\u0643 \u062b\u0645\u0651 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", - "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "\u0644\u0642\u062f \u0642\u0645\u0646\u0627 \u0628\u0625\u0631\u0633\u0627\u0644 \u0631\u0633\u0627\u0644\u0629 \u062a\u0623\u0643\u064a\u062f \u0625\u0644\u0649 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a {new_email_address}. \u0627\u0644\u0631\u062c\u0627\u0621 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0627\u0644\u0631\u0627\u0628\u0637 \u0627\u0644\u0645\u062a\u0627\u062d \u0641\u064a \u0647\u0630\u0647 \u0627\u0644\u0631\u0633\u0627\u0644\u0629 \u0644\u062a\u062d\u062f\u064a\u062b \u0639\u0646\u0648\u0627\u0646 \u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a.", - "Web:": "\u0627\u0644\u0648\u064a\u0628:", - "Webcam": "\u0643\u0627\u0645\u064a\u0631\u0627 \u0627\u0644\u0648\u064a\u0628 ", - "Weight of Total Grade": "\u0648\u0632\u0646 \u0627\u0644\u062f\u0631\u062c\u0629 \u0627\u0644\u0625\u062c\u0645\u0627\u0644\u064a\u0629", - "What You Need for Verification": "\u0645\u0627 \u0627\u0644\u0630\u064a \u062a\u062d\u062a\u0627\u062c\u0647 \u0625\u0644\u064a\u0647 \u0644\u0625\u062c\u0631\u0627\u0621 \u0627\u0644\u062a\u062d\u0642\u0651\u0642", - "What does %(platformName)s do with this photo?": "\u0645\u0627 \u0627\u0644\u0630\u064a \u062a\u0641\u0639\u0644\u0647 %(platformName)s \u0628\u0647\u0630\u0647 \u0627\u0644\u0635\u0648\u0631\u0629\u061f", - "What does this mean?": "\u0645\u0627\u0630\u0627 \u064a\u0639\u0646\u064a \u0647\u0630\u0627\u061f", - "What's Your Next Accomplishment?": "\u0645\u0627\u0647\u0648 \u0625\u0646\u062c\u0627\u0632\u0643 \u0627\u0644\u0642\u0627\u062f\u0645\u061f", - "When your face is in position, use the camera button {icon} below to take your photo.": "\u0639\u0646\u062f\u0645\u0627 \u064a\u0643\u0648\u0646 \u0648\u062c\u0647\u0643 \u0641\u064a \u0627\u0644\u0645\u0643\u0627\u0646 \u0627\u0644\u0635\u062d\u064a\u062d\u060c \u0627\u0633\u062a\u062e\u062f\u0645 {icon} \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627 \u0623\u062f\u0646\u0627\u0647 \u0644\u0627\u0644\u062a\u0642\u0627\u0637 \u0635\u0648\u0631\u062a\u0643.", - "Which timed transcript would you like to use?": "\u0645\u0627 \u0647\u0648 \u0627\u0644\u0646\u0635 \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0630\u064a \u062a\u0631\u063a\u0628 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645\u0647\u061f", - "Why activate?": "\u0644\u0645 \u0646\u0639\u062a\u0628\u0631 \u062a\u0641\u0639\u064a\u0644 \u0627\u0644\u062d\u0633\u0627\u0628 \u0636\u0631\u0648\u0631\u064a\u0627\u064b\u061f", - "Why does %(platformName)s need my photo?": "\u0644\u0645\u0627\u0630\u0627 \u062a\u062d\u062a\u0627\u062c %(platformName)s \u0625\u0644\u0649 \u0635\u0648\u0631\u062a\u064a\u061f", - "Will Be Visible To:": "\u0633\u064a\u0635\u0628\u062d \u0645\u0631\u0626\u064a\u0651 \u0645\u0646: ", - "Would you like to sign in using your %(providerName)s credentials?": "\u0647\u0644 \u062a\u0631\u064a\u062f \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0628\u064a\u0627\u0646\u0627\u062a \u062d\u0633\u0627\u0628\u0643 \u0644\u062f\u0649 %(providerName)s\u061f", - "Year of Birth": "\u0633\u0646\u0629 \u0627\u0644\u0645\u064a\u0644\u0627\u062f", - "Yes, allow edits to the active Certificate": "\u0646\u0639\u0645\u060c \u0627\u0642\u0628\u0644 \u0627\u0644\u062a\u0639\u062f\u064a\u0644 \u0639\u0644\u0649 \u0639\u0644\u0649 \u0627\u0644\u0634\u0647\u0627\u062f\u062a \u0627\u0644\u0646\u0634\u0637\u0629.", - "Yes, replace the edX transcript with the YouTube transcript": "\u0646\u0639\u0645\u060c \u064a\u064c\u0631\u062c\u0649 \u0627\u0633\u062a\u0628\u062f\u0627\u0644 \u0646\u0635 EdX \u0628\u0646\u0635 \u064a\u0648\u062a\u064a\u0648\u0628", - "Yesterday": "\u0623\u0645\u0633", - "You already belong to another team.": "\u0644\u0642\u062f \u0627\u0646\u062a\u0633\u0628\u062a \u0641\u064a \u0648\u0642\u062a \u0633\u0627\u0628\u0642 \u0625\u0644\u0649 \u0641\u0631\u064a\u0642 \u0622\u062e\u0631.", - "You are a member of this team.": "\u0623\u0646\u062a \u0639\u0636\u0648 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u0641\u0631\u064a\u0642", - "You are currently sharing a limited profile.": "\u0625\u0646\u0651\u0643 \u062d\u0627\u0644\u064a\u064b\u0651\u0627 \u062a\u0634\u0627\u0631\u0643 \u0645\u0644\u0641\u0651\u064b\u0627 \u0634\u062e\u0635\u064a\u0651\u064b\u0627 \u0645\u062d\u062f\u0648\u062f\u064b\u0627.", - "You are enrolling in: {courseName}": "\u0623\u0646\u062a \u0645\u0633\u062c\u0644 \u0641\u064a : {courseName}", - "You are not currently a member of any team.": "\u062d\u0627\u0644\u064a\u064b\u0627\u060c \u0623\u0646\u062a \u0644\u0633\u062a \u0639\u0636\u0648\u064b\u0627 \u0641\u064a \u0623\u064a \u0641\u0631\u064a\u0642.", - "You are not enrolled in any programs yet.": "\u0623\u0646\u062a \u0644\u0633\u062a \u0645\u0646\u0636\u0645\u0627\u064b \u0644\u0623\u064a \u0628\u0631\u0627\u0645\u062c \u0628\u0639\u062f.", - "You are now enrolled as a verified student for:": "\u0623\u0646\u062a \u0627\u0644\u0622\u0646 \u0645\u0633\u062c\u0651\u0650\u0644 \u0643\u0637\u0627\u0644\u0628 \u0645\u0648\u062b\u0651\u064e\u0642 \u0644\u062f\u0649: ", - "You are sending an email message with the subject {subject} to the following recipients.": "\u0623\u0646\u062a \u0639\u0644\u0649 \u0648\u0634\u0643 \u0625\u0631\u0633\u0627\u0644 \u0647\u0630\u0647 \u0627\u0644\u0631\u0633\u0627\u0644\u0629 \u0648\u0639\u0646\u0648\u0627\u0646\u0647\u0627 \"{subject}\" \u0625\u0644\u0649 \u0627\u0644\u0645\u0633\u062a\u0644\u0645\u064a\u0646 \u0627\u0644\u062a\u0627\u0644\u064a\u0646.", - "You are upgrading your enrollment for: {courseName}": "\u0623\u0646\u062a \u062a\u0637\u0648\u0631 \u0627\u0634\u062a\u0631\u0627\u0643\u0643 \u0641\u064a: {courseName}", - "You can also retry this practice exam": "\u064a\u0645\u0643\u0646\u0643 \u0623\u064a\u0636\u0627\u064b \u0625\u0639\u0627\u062f\u0629 \u0645\u062d\u0627\u0648\u0644\u0629 \u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u062a\u0645\u0631\u064a\u0646 \u0647\u0630\u0627", - "You can link your social media accounts to simplify signing in to {platform_name}.": "\u064a\u0645\u0643\u0646\u0643 \u0631\u0628\u0637 \u062d\u0633\u0627\u0628\u0627\u062a\u0643 \u0639\u0644\u0649 \u0634\u0628\u0643\u0627\u062a \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a \u0628\u0647\u0630\u0627 \u0627\u0644\u062d\u0633\u0627\u0628 \u0644\u062a\u0633\u0647\u064a\u0644 \u0639\u0645\u0644\u064a\u0629 \u062a\u0633\u062c\u064a\u0644 \u062f\u062e\u0648\u0644\u0643 \u0625\u0644\u0649 {platform_name} \u0641\u064a \u0648\u0642\u062a \u0644\u0627\u062d\u0642.", - "You can now enter your payment information and complete your enrollment.": "\u064a\u0645\u0643\u0646\u0643 \u0627\u0644\u0622\u0646 \u0625\u062f\u062e\u0627\u0644 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u062f\u0641\u0639 \u0648\u0627\u0633\u062a\u0643\u0645\u0627\u0644 \u062a\u0633\u062c\u064a\u0644\u0643. ", - "You can pay now even if you don't have the following items available, but you will need to have these by {date} to qualify to earn a Verified Certificate.": "\u064a\u0645\u0643\u0646\u0643 \u0623\u0646 \u062a\u062f\u0641\u0639 \u0627\u0644\u0622\u0646 \u062d\u062a\u0649 \u0644\u0645 \u0644\u0645 \u062a\u062a\u0648\u0641\u0651\u0631 \u0644\u062f\u064a\u0643 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u062a\u0627\u0644\u064a\u0629\u060c \u0648\u0644\u0643\u0646 \u0633\u064a\u0643\u0648\u0646 \u0639\u0644\u064a\u0643 \u062a\u0648\u0641\u064a\u0631\u0647\u0627 \u0628\u062d\u0644\u0648\u0644 {date} \u0645\u0646 \u0623\u062c\u0644 \u0627\u0644\u062a\u0623\u0647\u0651\u0644 \u0644\u0646\u064a\u0644 \"\u0634\u0647\u0627\u062f\u0629 \u0645\u0648\u062b\u0651\u0642\u0629\". ", - "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "\u064a\u0645\u0643\u0646\u0643 \u0623\u0646 \u062a\u062f\u0641\u0639 \u0627\u0644\u0622\u0646 \u062d\u062a\u0649 \u0644\u0645 \u0644\u0645 \u062a\u062a\u0648\u0641\u0651\u0631 \u0644\u062f\u064a\u0643 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u062a\u0627\u0644\u064a\u0629\u060c \u0644\u0643\u0646 \u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u062a\u0648\u0641\u064a\u0631\u0647\u0627 \u0645\u0646 \u0623\u062c\u0644 \u0627\u0644\u062a\u0623\u0647\u0651\u0644 \u0644\u0646\u064a\u0644 \"\u0634\u0647\u0627\u062f\u0629 \u0645\u0648\u062b\u0651\u0642\u0629\". ", - "You can remove members from this team, especially if they have not participated in the team's activity.": "\u064a\u0645\u0643\u0646\u0643 \u0627\u0633\u062a\u0628\u0639\u0627\u062f \u0623\u0639\u0636\u0627\u0621 \u0645\u0646 \u0647\u0630\u0627 \u0627\u0644\u0641\u0631\u064a\u0642\u060c \u0648\u062e\u0627\u0635\u0629\u064b \u0641\u064a \u062d\u0627\u0644 \u0639\u062f\u0645 \u0645\u0634\u0627\u0631\u0643\u062a\u0647\u0645 \u0628\u0623\u0646\u0634\u0637\u0629 \u0627\u0644\u0641\u0631\u064a\u0642.", - "You can upload files with these file types: ": "\u064a\u0645\u0643\u0646\u0643 \u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641\u0651\u0627\u062a \u0628\u0647\u0630\u0647 \u0627\u0644\u0623\u0646\u0648\u0627\u0639:", - "You can use your {accountName} account to sign in to your {platformName} account.": "\u064a\u0645\u0643\u0646\u0643 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u062d\u0633\u0627\u0628\u0643 \u0639\u0644\u0649 {accountName} \u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0625\u0644\u0649 \u062d\u0633\u0627\u0628\u0643 \u0641\u064a \u0645\u0646\u0635\u0629 {platformName}.", - "You cannot view the course as a student or beta tester before the course release date.": "\u0644\u0627 \u064a\u0645\u0643\u0646\u0643 \u0631\u0624\u064a\u0629 \u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u0627\u0642 \u0643\u0637\u0627\u0644\u0628 \u0623\u0648 \u0643\u0645\u062e\u062a\u0628\u0631 \u0644\u0646\u0633\u062e\u062a\u0647 \u0627\u0644\u062a\u062c\u0631\u064a\u0628\u064a\u0629 \u0642\u0628\u0644 \u062a\u0627\u0631\u064a\u062e \u0646\u0634\u0631 \u0627\u0644\u0645\u0633\u0627\u0642.", - "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "\u0644\u0642\u062f \u0642\u064f\u0645\u062a \u0628\u062a\u063a\u064a\u064a\u0631 \u0631\u0627\u0628\u0637 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u062f\u0648\u0646 \u0623\u0646 \u062a\u063a\u064a\u0651\u0631 \u0645\u0644\u0641 \u0627\u0644\u0646\u0635 \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0645\u0631\u062a\u0628\u0637 \u0628\u0647. \u0647\u0644 \u062a\u0631\u063a\u0628 \u0641\u064a \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0646\u0635 \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u062d\u0627\u0644\u064a \u0623\u0648 \u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641 \u0646\u0635 \u062c\u062f\u064a\u062f \u0628\u0635\u064a\u063a\u0629 .srt\u061f", - "You commented...": "\u0643\u0627\u0646 \u062a\u0639\u0644\u064a\u0642\u0643...", - "You currently have no cohorts configured": "\u0644\u064a\u0633 \u0644\u062f\u064a\u0643 \u062d\u0627\u0644\u064a\u0651\u064b\u0627 \u0623\u064a \u0634\u0639\u0628 \u0645\u0636\u0628\u0648\u0637\u0629 ", - "You did not select a content group": "\u0644\u0645 \u062a\u062e\u062a\u0631 \u0645\u062c\u0645\u0648\u0639\u0629 \u0645\u062d\u062a\u0648\u0649", - "You don't seem to have Flash installed. Get Flash to continue your verification.": "\u064a\u0628\u062f\u0648 \u0623\u0646\u0651\u0647 \u0644\u0627 \u064a\u0648\u062c\u062f \u0644\u062f\u064a\u0643 \u0628\u0631\u0646\u0627\u0645\u062c \u0641\u0644\u0627\u0634. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0641\u0644\u0627\u0634 \u0644\u0645\u062a\u0627\u0628\u0639\u0629 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642.", - "You don't seem to have a webcam connected.": "\u0644\u0627 \u064a\u0628\u062f\u0648 \u0623\u0646\u0651 \u0643\u0627\u0645\u064a\u0631\u0627 \u0627\u0644\u0648\u064a\u0628 \u0645\u062a\u0651\u0635\u0644\u0629 \u0628\u0627\u0644\u0643\u0645\u0628\u064a\u0648\u062a\u0631.", - "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "\u0644\u0642\u062f \u0623\u0636\u0641\u062a\u064e \u0645\u0639\u064a\u0627\u0631\u064b\u0627. \u0633\u062a\u062d\u062a\u0627\u062c \u0644\u062a\u062d\u062f\u064a\u062f \u062e\u064a\u0627\u0631 \u0644\u0645\u0639\u064a\u0627\u0631 \u0641\u064a \u062e\u0637\u0648\u0629 \u2019\u062a\u062f\u0631\u064a\u0628 \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645\u064a\u0646\u2018. \u0644\u0644\u0642\u064a\u0627\u0645 \u0628\u0630\u0644\u0643\u060c \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a.", - "You have already verified your ID!": "\u0633\u0628\u0642 \u0623\u0646 \u062e\u0636\u062a\u064e \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642 \u0645\u0646 \u0628\u0637\u0627\u0642\u062a\u0643 \u0627\u0644\u0634\u062e\u0635\u064a\u0629! ", - "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "\u0644\u0642\u062f \u062d\u0630\u0641\u062a\u064e \u0645\u0639\u064a\u0627\u0631\u064b\u0627\u060c \u0648\u0642\u062f \u0623\u064f\u0632\u064a\u0644 \u0647\u0630\u0627 \u0627\u0644\u0645\u0639\u064a\u0627\u0631 \u0645\u0646 \u0627\u0644\u0631\u062f\u0648\u062f \u0627\u0644\u0646\u0645\u0648\u0630\u062c\u064a\u0629 \u0641\u064a \u062e\u0637\u0648\u0629 \u2019\u062a\u062f\u0631\u064a\u0628 \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645\u064a\u0646\u2018.", - "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "\u0644\u0642\u062f \u062d\u0630\u0641\u062a\u064e \u062c\u0645\u064a\u0639 \u062e\u064a\u0627\u0631\u0627\u062a \u0647\u0630\u0627 \u0627\u0644\u0645\u0639\u064a\u0627\u0631\u060c \u0648\u0642\u062f \u0623\u064f\u0632\u064a\u0644 \u0647\u0630\u0627 \u0627\u0644\u0645\u0639\u064a\u0627\u0631 \u0645\u0646 \u0627\u0644\u0631\u062f\u0648\u062f \u0627\u0644\u0646\u0645\u0648\u0630\u062c\u064a\u0629 \u0641\u064a \u062e\u0637\u0648\u0629 \u2019\u062a\u062f\u0631\u064a\u0628 \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645\u064a\u0646\u2018.", - "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "\u0644\u0642\u062f \u062d\u0630\u0641\u062a \u062e\u064a\u0627\u0631\u064b\u0627. \u062c\u0631\u062a \u0625\u0632\u0627\u0644\u0629 \u0630\u0644\u0643 \u0627\u0644\u062e\u064a\u0627\u0631 \u0645\u0646 \u0645\u0639\u064a\u0627\u0631 \u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0631\u062f\u0648\u062f \u0627\u0644\u0646\u0645\u0648\u0630\u062c\u064a\u0629 \u0641\u064a \u062e\u0637\u0648\u0629 \u2019\u062a\u062f\u0631\u064a\u0628 \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645\u064a\u0646\u2018. \u0642\u062f \u064a\u062a\u0648\u062c\u0651\u0628 \u0639\u0644\u064a\u0643 \u0627\u062e\u062a\u064a\u0627\u0631 \u062e\u064a\u0627\u0631 \u062c\u062f\u064a\u062f \u0644\u0645\u0639\u064a\u0627\u0631 \u0627\u0644\u062a\u0642\u064a\u0651\u064a\u0645.", - "You have done a dry run of force publishing the course. Nothing has changed. Had you run it, the following course versions would have been change.": "\u0644\u0642\u062f \u0642\u0645\u062a \u0628\u0625\u062c\u0631\u0627\u0621 \u062a\u0646\u0641\u064a\u0630 \u0644\u0646\u0634\u0631 \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a\u0629. \u0641\u0644\u0645 \u064a\u062a\u063a\u064a\u0631 \u0634\u064a\u0621\u060c \u0639\u0646\u062f \u0627\u0644\u062a\u0634\u063a\u064a\u0644\u060c \u0625\u0635\u062f\u0627\u0631\u0627\u062a \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0642\u062f \u064a\u062a\u0645 \u062a\u063a\u064a\u064a\u0631\u0647\u0627.", - "You have no handouts defined": "\u0644\u064a\u0633 \u0644\u062f\u064a\u0643 \u0623\u064a \u0646\u0634\u0631\u0627\u062a \u0645\u062d\u062f\u0651\u062f\u0629", - "You have not created any certificates yet.": "\u0644\u0645 \u062a\u064f\u0646\u0634\u0650\u0626 \u0623\u064a \u0634\u0647\u0627\u062f\u0627\u062a \u0628\u0639\u062f.", - "You have not created any content groups yet.": "\u0644\u0645 \u062a\u0646\u0634\u0626 \u0623\u064a \u0645\u062c\u0645\u0648\u0639\u0627\u062a \u0644\u0644\u0645\u062d\u062a\u0648\u0649 \u0628\u0639\u062f.", - "You have not created any group configurations yet.": "\u0644\u0645 \u062a\u0646\u0634\u0626 \u0623\u064a \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0644\u0644\u0645\u062c\u0645\u0648\u0639\u0627\u062a \u0628\u0639\u062f.", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u0627\u062e\u062a\u0631\u062a \u0625\u062c\u0631\u0627\u0621\u064b \u062f\u0648\u0646 \u062a\u063a\u064a\u064a\u0631 \u0623\u064a \u062d\u0642\u0644. \u0644\u0639\u0644\u0643 \u062a\u0631\u064a\u062f \u0632\u0631 \u0627\u0644\u062a\u0646\u0641\u064a\u0630 \u0628\u062f\u0644\u0627\u064b \u0645\u0646 \u0632\u0631 \u0627\u0644\u062d\u0641\u0638.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u0627\u062e\u062a\u0631\u062a \u0625\u062c\u0631\u0627\u0621\u064b \u0644\u0643\u0646 \u062f\u0648\u0646 \u0623\u0646 \u062a\u062d\u0641\u0638 \u062a\u063a\u064a\u064a\u0631\u0627\u062a \u0627\u0644\u062a\u064a \u0642\u0645\u062a \u0628\u0647\u0627. \u0631\u062c\u0627\u0621 \u0627\u0636\u063a\u0637 \u0632\u0631 \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629 \u0644\u062a\u062d\u0641\u0638 \u062a\u0639\u062f\u064a\u0644\u0627\u062a\u0643. \u0633\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u0625\u0639\u0627\u062f\u0629 \u062a\u0646\u0641\u064a\u0630 \u0627\u0644\u0625\u062c\u0631\u0627\u0621.", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "\u0644\u062f\u064a\u0643 \u062a\u0639\u062f\u064a\u0644\u0627\u062a \u063a\u064a\u0631 \u0645\u062d\u0641\u0648\u0638\u0629 \u0639\u0644\u0649 \u0628\u0639\u0636 \u0627\u0644\u062d\u0642\u0648\u0644 \u0627\u0644\u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u062a\u0639\u062f\u064a\u0644. \u0625\u0646 \u0646\u0641\u0630\u062a \u0623\u064a \u0625\u062c\u0631\u0627\u0621 \u0641\u0633\u0648\u0641 \u062a\u062e\u0633\u0631 \u062a\u0639\u062f\u064a\u0644\u0627\u062a\u0643.", - "You haven't added any assets to this course yet.": "\u0644\u0645 \u062a\u064f\u0636\u0650\u0641 \u0623\u064a \u0645\u0648\u0627\u062f \u0645\u0644\u062d\u0642\u0629 \u0628\u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u0627\u0642 \u0628\u0639\u062f. ", - "You haven't added any content to this course yet.": "\u0644\u0645 \u062a\u064f\u0636\u0650\u0641 \u0623\u064a \u0645\u062d\u062a\u0648\u0649 \u0625\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u0627\u0642 \u0628\u0639\u062f.", - "You haven't added any textbooks to this course yet.": "\u0644\u0645 \u062a\u064f\u0636\u0650\u0641 \u0628\u0639\u062f \u0623\u064a \u0643\u062a\u0628 \u0625\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u0627\u0642.", - "You must enter a valid email address in order to add a new team member": "\u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u0623\u0646 \u062a\u064f\u062f\u062e\u0650\u0644 \u0639\u0646\u0648\u0627\u0646 \u0635\u062d\u064a\u062d \u0644\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0644\u062a\u062a\u0645\u0643\u0651\u0646 \u0645\u0646 \u0625\u0636\u0627\u0641\u0629 \u0639\u0636\u0648 \u062c\u062f\u064a\u062f \u0625\u0644\u0649 \u0627\u0644\u0641\u0631\u064a\u0642.", - "You must provide a learner name.": "\u064a\u062c\u0628 \u0625\u062f\u062e\u0627\u0644 \u0627\u0633\u0645 \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645.", - "You must sign out and sign back in before your language changes take effect.": "\u064a\u062c\u0628 \u0623\u0646 \u062a\u0633\u062c\u0651\u0644 \u062e\u0631\u0648\u062c\u0643 \u062b\u0645\u0651 \u062a\u064f\u0639\u064a\u062f \u062a\u0633\u062c\u064a\u0644 \u062f\u062e\u0648\u0644\u0643 \u0644\u064a\u062c\u0631\u064a \u062a\u0641\u0639\u064a\u0644 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u0627\u0644\u062a\u064a \u0623\u062f\u062e\u0644\u062a\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u0644\u063a\u0629.", - "You must specify a name for the cohort": "\u064a\u062c\u0628 \u0623\u0646 \u062a\u062d\u062f\u0651\u062f \u0627\u0633\u0645\u064b\u0627 \u0644\u0644\u0634\u0639\u0628\u0629.", - "You need a computer that has a webcam. When you receive a browser prompt, make sure that you allow access to the camera.": "\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u062c\u0647\u0627\u0632 \u0643\u0648\u0645\u0628\u064a\u0648\u062a\u0631 \u0645\u0632\u0648\u0651\u064e\u062f \u0628\u0643\u0627\u0645\u064a\u0631\u0627. \u0648\u0639\u0646\u062f \u0627\u0633\u062a\u0644\u0627\u0645\u0643 \u0644\u0639\u0644\u0627\u0645\u0629 \u0627\u0633\u062a\u0639\u062f\u0627\u062f \u0645\u0646 \u0627\u0644\u0645\u062a\u0635\u0641\u0651\u062d\u060c \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0627\u0644\u0633\u0645\u0627\u062d \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627.", - "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u0631\u062e\u0635\u0629 \u0642\u064a\u0627\u062f\u0629 \u0623\u0648 \u062c\u0648\u0627\u0632 \u0633\u0641\u0631 \u0623\u0648 \u063a\u064a\u0631\u0647\u0627 \u0645\u0646 \u0627\u0644\u0645\u0633\u062a\u0646\u062f\u0627\u062a \u0627\u0644\u0634\u062e\u0635\u064a\u0629 \u0627\u0644\u0635\u0627\u062f\u0631\u0629 \u0639\u0646 \u0627\u0644\u062d\u0643\u0648\u0645\u0629 \u0648\u0627\u0644\u062a\u064a \u062a\u062d\u0645\u0644 \u0627\u0633\u0645\u0643 \u0648\u0635\u0648\u0631\u062a\u0643.", - "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u0628\u0637\u0627\u0642\u0629 \u0634\u062e\u0635\u064a\u0629 \u062a\u062d\u0645\u0644 \u0627\u0633\u0645\u0643 \u0648\u0635\u0648\u0631\u062a\u0643. \u0648\u064a\u0645\u0643\u0646 \u062a\u0642\u062f\u064a\u0645 \u0631\u062e\u0635\u0629 \u0627\u0644\u0642\u064a\u0627\u062f\u0629\u060c \u0623\u0648 \u062c\u0648\u0627\u0632 \u0627\u0644\u0633\u0641\u0631\u060c \u0623\u0648 \u0628\u0637\u0627\u0642\u0629 \u0634\u062e\u0635\u064a\u0629 \u0623\u062e\u0631\u0649 \u0635\u0627\u062f\u0631\u0629 \u0639\u0646 \u0627\u0644\u062d\u0643\u0648\u0645\u0629\u060c \u0641\u062c\u0645\u064a\u0639 \u0647\u0630\u0647 \u0627\u0644\u0648\u062b\u0627\u0626\u0642 \u0645\u0642\u0628\u0648\u0644\u0629. ", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u062a\u0641\u0639\u064a\u0644 \u062d\u0633\u0627\u0628\u0643 \u0642\u0628\u0644 \u0623\u0646 \u062a\u062a\u0645\u0643\u0651\u0646 \u0645\u0646 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0641\u064a \u0627\u0644\u0645\u0633\u0627\u0642\u0627\u062a. \u0644\u0630\u0627 \u064a\u064f\u0631\u062c\u0649 \u062a\u0641\u0642\u0651\u062f \u0635\u0646\u062f\u0648\u0642 \u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u062d\u064a\u062b \u0633\u062a\u0631\u062f\u0643 \u0631\u0633\u0627\u0644\u0629 \u062a\u0641\u0639\u064a\u0644. ", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u062a\u0641\u0639\u064a\u0644 \u062d\u0633\u0627\u0628\u0643 \u0642\u0628\u0644 \u0623\u0646 \u062a\u062a\u0645\u0643\u0651\u0646 \u0645\u0646 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0641\u064a \u0627\u0644\u0645\u0633\u0627\u0642\u0627\u062a. \u0644\u0630\u0627 \u064a\u064f\u0631\u062c\u0649 \u062a\u0641\u0642\u0651\u062f \u0635\u0646\u062f\u0648\u0642 \u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u062d\u064a\u062b \u0633\u062a\u0631\u062f\u0643 \u0631\u0633\u0627\u0644\u0629 \u062a\u0641\u0639\u064a\u0644. \u0648\u0628\u0639\u062f \u0623\u0646 \u062a\u0646\u062a\u0647\u064a \u0645\u0646 \u0627\u0644\u062a\u0641\u0639\u064a\u0644\u060c \u064a\u0645\u0643\u0646\u0643 \u0627\u0644\u0639\u0648\u062f\u0629 \u0648\u0625\u0639\u0627\u062f\u0629 \u0641\u062a\u062d \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062d\u0629. ", - "You still need to visit the %(display_name)s website to complete the credit process.": "\u0645\u0627\u0632\u0644\u062a \u0628\u062d\u0627\u062c\u0629 \u0644\u0632\u064a\u0627\u0631\u0629 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a %(display_name)s \u0644\u0625\u062a\u0645\u0627\u0645 \u0627\u0644\u0639\u0645\u0644\u064a\u0629 \u0630\u0627\u062a \u0627\u0644\u0635\u0644\u0629 \u0628\u0627\u0644\u0645\u0627\u062f\u0651\u0629 ", - "You will not receive notification for emails that bounce, so double-check your spelling.": "\u0644\u0646 \u062a\u062a\u0644\u0642\u0651\u0649 \u0625\u0634\u0639\u0627\u0631\u064b\u0627 \u0628\u0639\u0646\u0627\u0648\u064a\u0646 \u0627\u0644\u0637\u0644\u0627\u0628 \u0627\u0644\u0627\u0643\u062a\u0631\u0648\u0646\u064a\u0629 \u0627\u0644\u062e\u0627\u0637\u0626\u0629 \u0627\u0644\u062a\u064a \u0644\u0645 \u062a\u0636\u0641 \u0627\u0644\u0649 \u0627\u0644\u0634\u0639\u0628\u0629\u060c \u0644\u0630\u0627 \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642 \u0645\u0646 \u0639\u062f\u0645 \u0648\u062c\u0648\u062f \u0623\u062e\u0637\u0627\u0621 \u0625\u0645\u0644\u0627\u0626\u064a\u0629.", - "You will use your webcam to take a picture of your face and of your government-issued photo ID.": "\u0633\u062a\u0633\u062a\u062e\u062f\u0645 \u0643\u0627\u0645\u064a\u0631\u0627\u062a\u0643 \u0644\u0627\u0644\u062a\u0642\u0627\u0637 \u0635\u0648\u0631\u0629 \u0644\u0648\u062c\u0647\u0643 \u0648\u0644\u0635\u0648\u0631\u0629 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0647\u0648\u064a\u0629 \u0627\u0644\u0634\u062e\u0635\u064a\u0651\u0629 \u0627\u0644\u062d\u0643\u0648\u0645\u064a\u0629 \u062e\u0627\u0635\u0651\u062a\u0643.", - "You!": "\u0623\u0646\u062a!", - "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "\u0625\u0646\u0651\u062a \u0639\u0644\u0649 \u0648\u0634\u0643 \u062a\u0642\u062f\u064a\u0645 \u0625\u062c\u0627\u0628\u062a\u0643 \u0639\u0646 \u0647\u0630\u0627 \u0627\u0644\u0648\u0627\u062d\u0628. \u0644\u0646 \u062a\u062a\u0645\u0643\u0651\u0646\u060c \u0628\u0639\u062f \u062a\u0642\u062f\u064a\u0645 \u0625\u062c\u0627\u0628\u062a\u0643\u060c \u0645\u0646 \u062a\u0639\u062f\u064a\u0644\u0647\u0627 \u0623\u0648 \u062a\u0642\u062f\u064a\u0645 \u0625\u062c\u0627\u0628\u0629 \u062c\u062f\u064a\u062f\u0629.", - "You've made some changes": "\u0644\u0642\u062f \u0623\u062c\u0631\u064a\u062a \u0628\u0639\u0636 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a.", - "You've made some changes, but there are some errors": "\u0647\u0646\u0627\u0644\u0643 \u0639\u062f\u062f \u0645\u0646 \u0627\u0644\u0623\u062e\u0637\u0627\u0621 \u0628\u0627\u0644\u0631\u063a\u0645 \u0645\u0646 \u0625\u062c\u0631\u0627\u0626\u0643 \u0644\u0628\u0639\u0636 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a.", - "You've successfully signed into %(currentProvider)s.": "\u0644\u0642\u062f \u0646\u062c\u062d\u062a \u0641\u064a \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0625\u0644\u0649 %(currentProvider)s. ", - "Your ID must be a government-issued photo ID that clearly shows your face.": "\u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0647\u0648\u064a\u0651\u062a\u0643 \u0627\u0644\u0645\u0639\u062a\u0645\u062f\u0629 \u0647\u064a \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0647\u0648\u064a\u0629 \u0627\u0644\u0634\u062e\u0635\u064a\u0651\u0629 \u0627\u0644\u062d\u0643\u0648\u0645\u064a\u0629 \u0627\u0644\u062a\u064a \u062a\u062d\u0645\u0644 \u0635\u0648\u0631\u0629 \u0648\u0627\u0636\u062d\u0629 \u0644\u0648\u062c\u0647\u0643.", - "Your changes have been saved.": "\u062c\u0631\u0649 \u062d\u0641\u0638 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u0627\u0644\u062a\u064a \u0623\u062c\u0631\u064a\u062a\u0647\u0627. ", - "Your changes will not take effect until you save your progress.": "\u0644\u0646 \u062a\u0635\u0628\u062d \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u0627\u0644\u062a\u064a \u0623\u062c\u0631\u064a\u062a\u0647\u0627 \u0646\u0627\u0641\u0630\u0629 \u062d\u062a\u0649 \u062a\u062d\u0641\u0651\u0638 \u062e\u0637\u0648\u0627\u062a \u0627\u0644\u062a\u0642\u062f\u0651\u0645 \u0627\u0644\u062a\u064a \u0627\u062a\u0651\u062e\u0630\u062a\u0647\u0627. ", - "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "\u0644\u0646 \u062a\u0635\u0628\u062d \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u0627\u0644\u062a\u064a \u0623\u062c\u0631\u064a\u062a\u0647\u0627 \u0646\u0627\u0641\u0630\u0629 \u062d\u062a\u0649 \u062a\u062d\u0641\u0651\u0638 \u062e\u0637\u0648\u0627\u062a \u0627\u0644\u062a\u0642\u062f\u0651\u0645 \u0627\u0644\u062a\u064a \u0627\u062a\u0651\u062e\u0630\u062a\u0647\u0627. \u064a\u064f\u0631\u062c\u0649 \u0645\u0631\u0627\u0639\u0627\u0629 \u0627\u0644\u062f\u0642\u0629 \u0641\u064a \u062a\u0646\u0633\u064a\u0642 \u0627\u0644\u0645\u0641\u062a\u0627\u062d \u0648\u0627\u0644\u0642\u064a\u0645\u0629\u060c \u062d\u064a\u062b \u0623\u0646\u0651 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642 \u0648\u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629 \u063a\u064a\u0631 \u0645\u0637\u0628\u0651\u0642\u0629.", - "Your donation could not be submitted.": "\u062a\u0639\u0630\u0651\u0631 \u062a\u0642\u062f\u064a\u0645 \u062a\u0628\u0631\u0639\u0643.", - "Your email message was successfully queued for sending. In courses with a large number of learners, email messages to learners might take up to an hour to be sent.": "\u062a\u0645 \u062c\u062f\u0648\u0644\u0629 \u0625\u0631\u0633\u0627\u0644 \u0631\u0633\u0627\u0644\u062a\u0643 \u0628\u0646\u062c\u0627\u062d. \u0642\u062f \u064a\u0633\u062a\u063a\u0631\u0642 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0631\u0633\u0627\u0644\u0629 \u0644\u062c\u0645\u064a\u0639 \u0645\u062a\u0639\u0644\u0645\u064a \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a\u0629 \u0633\u0627\u0639\u0629 \u0643\u0627\u0645\u0644\u0629\u060c \u0648\u064a\u0639\u062a\u0645\u062f \u0630\u0644\u0643 \u0639\u0644\u0649 \u0639\u062f\u062f \u0627\u0644\u0645\u062a\u0639\u0644\u0645\u064a\u0646 \u0641\u064a \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a\u0629.", - "Your entire face fits inside the frame.": "\u0623\u0646\u0651 \u0648\u062c\u0647\u0643 \u062f\u0627\u062e\u0644 \u0625\u0637\u0627\u0631 \u0627\u0644\u0635\u0648\u0631\u0629 \u0628\u0627\u0644\u0643\u0627\u0645\u0644.", - "Your face is well-lit.": "\u0623\u0646\u0651 \u0627\u0644\u0625\u0636\u0627\u0621\u0629 \u062c\u064a\u0651\u062f\u0629 \u0639\u0644\u0649 \u0648\u062c\u0647\u0643.", - "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "\u062c\u0631\u0649 \u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641\u0651\u0643 '{file}'. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631 \u0644\u0628\u0636\u0639 \u062f\u0642\u0627\u0626\u0642 \u0644\u0625\u062a\u0645\u0627\u0645 \u0627\u0644\u0645\u0639\u0627\u0644\u062c\u0629.", - "Your file could not be uploaded": "\u0639\u0630\u0631\u064b\u0627\u060c \u0644\u0645 \u064a\u0645\u0643\u0646 \u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641\u0651\u0643. ", - "Your file has been deleted.": "\u062c\u0631\u0649 \u062d\u0630\u0641 \u0645\u0644\u0641\u0651\u0643.", - "Your message cannot be blank.": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u0644\u0631\u0633\u0627\u0644\u062a\u0643 \u0639\u0628\u0631 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0623\u0646 \u062a\u0643\u0648\u0646 \u0641\u0627\u0631\u063a\u0629.", - "Your message must have a subject.": "\u064a\u062c\u0628 \u0645\u0644\u0621 \u062e\u0627\u0646\u0629 \u0627\u0644\u0645\u0648\u0636\u0648\u0639 \u0641\u064a \u0631\u0633\u0627\u0644\u062a\u0643 \u0639\u0628\u0631 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a.", - "Your message must have at least one target.": "\u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0644\u0631\u0633\u0627\u0644\u062a\u0643 \u0645\u0633\u062a\u0644\u0645 \u0648\u0627\u062d\u062f \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644.", - "Your policy changes have been saved.": "\u062c\u0631\u0649 \u062d\u0641\u0638 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u0627\u0644\u062a\u064a \u0623\u062f\u062e\u0644\u062a\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u0633\u064a\u0627\u0633\u0629.", - "Your post will be discarded.": "\u0633\u0648\u0641 \u064a\u064f\u062d\u0630\u064e\u0641 \u0645\u0646\u0634\u0648\u0631\u0643.", - "Your request could not be completed. Reload the page and try again.": "\u0639\u0630\u0631\u064b\u0627 \u0644\u0645 \u0646\u062a\u0645\u0643\u0651\u0646 \u0645\u0646 \u0625\u062a\u0645\u0627\u0645 \u0637\u0644\u0628\u0643. \u0627\u0644\u0631\u062c\u0627\u0621 \u0637\u0644\u0628 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0635\u0641\u062d\u0629 \u0645\u0646 \u062c\u062f\u064a\u062f \u0648\u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0645\u0631\u0651\u0629 \u0623\u062e\u0631\u0649.", - "Your request could not be completed. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u0639\u0630\u0631\u064b\u0627 \u0644\u0645 \u0646\u062a\u0645\u0643\u0651\u0646 \u0645\u0646 \u0625\u062a\u0645\u0627\u0645 \u0637\u0644\u0628\u0643 \u0646\u0638\u0631\u0627\u064b \u0644\u0648\u062c\u0648\u062f \u0645\u0634\u0643\u0644\u0629 \u0641\u064a \u0627\u0644\u062e\u0627\u062f\u0645. \u0642\u0645 \u0628\u0625\u0639\u0627\u062f\u0629 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0635\u0641\u062d\u0629 \u0645\u0646 \u062c\u062f\u064a\u062f \u0648\u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0645\u0631\u0651\u0629 \u0623\u062e\u0631\u0649. \u0641\u064a \u062d\u0627\u0644 \u0627\u0633\u062a\u0645\u0631\u0627\u0631 \u062d\u062f\u0648\u062b \u0627\u0644\u0645\u0634\u0643\u0644\u0629\u060c \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0639\u0644\u0627\u0645\u0629 \u062a\u0628\u0648\u064a\u0628 \u2019\u0645\u0633\u0627\u0639\u062f\u0629\u2018 \u0644\u0625\u0639\u0644\u0627\u0645 \u0641\u0631\u064a\u0642 \u0627\u0644\u062f\u0639\u0645.", - "Your team could not be created.": "\u0639\u0630\u0631\u064b\u0627\u060c \u0644\u0645 \u0646\u062a\u0645\u0643\u0651\u0646 \u0645\u0646 \u0625\u0646\u0634\u0627\u0621 \u0641\u0631\u064a\u0642\u0643.", - "Your team could not be updated.": "\u0639\u0630\u0631\u064b\u0627\u060c \u0644\u0645 \u0646\u062a\u0645\u0643\u0651\u0646 \u0645\u0646 \u062a\u062d\u062f\u064a\u062b \u0641\u0631\u064a\u0642\u0643.", - "Your upload of '{file}' failed.": "\u0639\u0630\u0631\u064b\u0627\u060c \u0641\u0634\u0644 \u062a\u062d\u0645\u064a\u0644\u0643 \u0644\u0645\u0644\u0641 '{file}'. ", - "Your upload of '{file}' succeeded.": "\u0646\u062c\u062d \u062a\u062d\u0645\u064a\u0644\u0643 \u0644\u0645\u0644\u0641 '{file}'. ", - "Your verification status is good until {verificationGoodUntil}.": "\u062d\u0627\u0644\u0629 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646\u0643 \u0633\u0644\u064a\u0645\u0629 \u062d\u062a\u0649 {verificationGoodUntil}", - "Your video uploads are not complete.": "\u0639\u0645\u0644\u064a\u0627\u062a \u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643 \u063a\u064a\u0631 \u0645\u0643\u062a\u0645\u0644\u0629.", - "Yourself": "\u0646\u0641\u0633\u0643", - "Zoom In": "\u062a\u0643\u0628\u064a\u0631", - "Zoom Out": "\u062a\u0635\u063a\u064a\u0631", - "[no tags]": "[\u0644\u0627 \u064a\u0648\u062c\u062f \u0623\u064a \u0648\u0633\u0645]", - "active proctored exams": "\u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629 \u0627\u0644\u0641\u0627\u0639\u0644\u0629", - "and others": "\u0648\u0622\u062e\u0631\u064a\u0646", - "anonymous": "\u0645\u062c\u0647\u0648\u0644", - "answered question": "\u0633\u0624\u0627\u0644 \u0645\u064f\u062c\u0627\u0628 \u0639\u0644\u064a\u0647", - "bytes": "\u0628\u0627\u064a\u062a", - "certificate": "\u0627\u0644\u0634\u0647\u0627\u062f\u0629", - "close": "\u0625\u063a\u0644\u0627\u0642 ", - "content group": "\u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u0645\u062d\u062a\u0648\u0649", - "could not determine the course_id": "\u0644\u0645 \u0646\u062a\u0645\u0643\u0646 \u0645\u0646 \u062a\u062d\u062f\u064a\u062f \u0645\u0639\u0631\u0641 \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a\u0629", - "course id": "\u0631\u0642\u0645 \u062a\u0639\u0631\u064a\u0641 \u0627\u0644\u0645\u0633\u0627\u0642 ", - "courses with active proctored exams": "\u0627\u0644\u062f\u0648\u0631\u0627\u062a \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a\u0629 \u0627\u0644\u062a\u064a \u0641\u064a\u0647\u0627 \u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a \u0645\u0631\u0627\u0642\u0628\u0629 \u0641\u0627\u0639\u0644\u0629", - "delete chapter": "\u062d\u0630\u0641 \u0627\u0644\u0641\u0635\u0644", - "delete group": "\u062d\u0630\u0641 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629", - "details about the failure": "\u062a\u0641\u0627\u0635\u064a\u0644 \u0639\u0646 \u0627\u0644\u0641\u0634\u0644", - "discussion": "\u0645\u0646\u0627\u0642\u0634\u0629", - "dragging": "\u0627\u0644\u0633\u062d\u0628", - "dragging out of slider": "\u0627\u0644\u0633\u062d\u0628 \u062e\u0627\u0631\u062c \u0634\u0631\u064a\u0637 \u0627\u0644\u062a\u0645\u0631\u064a\u0631", - "dropped in slider": "\u062c\u0631\u0649 \u0627\u0644\u0625\u0633\u0642\u0627\u0637 \u0641\u064a \u0634\u0631\u064a\u0637 \u0627\u0644\u062a\u0645\u0631\u064a\u0631", - "dropped on target": "\u062c\u0631\u0649 \u0627\u0644\u0625\u0633\u0642\u0627\u0637 \u0639\u0644\u0649 \u0627\u0644\u0647\u062f\u0641", - "e.g. 'Sky with clouds'. The description is helpful for users who cannot see the image.": "\u0645\u062b\u0627\u0644 'Sky with clouds'. \u064a\u0641\u064a\u062f \u0647\u0630\u0627 \u0627\u0644\u062a\u0648\u0635\u064a\u0641 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0627\u0644\u0630\u064a\u0646 \u064a\u062a\u0639\u0630\u0651\u0631 \u0639\u0644\u064a\u0647\u0645 \u0631\u0624\u064a\u0629 \u0627\u0644\u0635\u0648\u0631\u0629.", - "e.g. 'google'": "\u0645\u062b\u0627\u0644: 'google'", - "e.g. 'http://google.com'": "\u0639\u0644\u0649 \u0633\u0628\u064a\u0644 \u0627\u0644\u0645\u062b\u0627\u0644 'http://google.com'", - "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "\u0645\u062b\u0644\u064b\u0627: ahafiz@example.com\u060c \u0639\u0628\u062f \u0627\u0644\u062d\u0644\u064a\u0645 \u062d\u0627\u0641\u0638\u060c halim@example.com", - "emphasized text": "\u0646\u0635 \u0628\u0635\u064a\u063a\u0629 \u2019emphasized\u2018\u060c \u0623\u064a \u0645\u0634\u062f\u0651\u062f \u0639\u0644\u064a\u0647", - "endorsed %(time_ago)s": "\u0645\u0635\u0627\u062f\u0642\u0629 \u0639\u0644\u064a\u0647\u0627 %(time_ago)s", - "endorsed %(time_ago)s by %(user)s": "\u0645\u0635\u0627\u062f\u0642\u0629 \u0639\u0644\u064a\u0647\u0627 %(time_ago)s \u0645\u0646 \u0642\u0650\u0628\u0644 %(user)s", - "enter code here": "\u0623\u062f\u062e\u0644 \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u0627\u062a \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0629 \u0647\u0646\u0627", - "enter link description here": "\u0623\u062f\u062e\u0644 \u0648\u0635\u0641 \u0627\u0644\u0631\u0627\u0628\u0637 \u0647\u0646\u0627", - "follow this post": "\u062a\u0627\u0628\u0650\u0639 \u0647\u0630\u0627 \u0627\u0644\u0645\u0646\u0634\u0648\u0631 ", - "group configuration": "\u0636\u0628\u0637 \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629", - "image omitted": "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0635\u0648\u0631\u0629", - "internally reviewed": "\u062a\u0645 \u0627\u0633\u062a\u0639\u0631\u0627\u0636\u0647 \u062f\u0627\u062e\u0644\u064a\u0627\u064b", - "last activity": "\u0627\u0644\u0646\u0634\u0627\u0637 \u0627\u0644\u0623\u062e\u064a\u0631", - "marked as answer %(time_ago)s": "\u0645\u0648\u0633\u0648\u0645\u0629 \u0643\u0625\u062c\u0627\u0628\u0629 %(time_ago)s", - "marked as answer %(time_ago)s by %(user)s": "\u0645\u0648\u0633\u0648\u0645\u0629 \u0643\u0625\u062c\u0627\u0628\u0629 %(time_ago)s \u0644\u0644\u0645\u0633\u062a\u062e\u062f\u0645 %(user)s", - "name": "\u0627\u0644\u0627\u0633\u0645 ", - "open slots": "\u0627\u0644\u0634\u0648\u0627\u063a\u0631 \u0627\u0644\u0645\u062a\u0627\u062d\u0629", - "or": "\u0623\u0648", - "or create a new one here": "\u0623\u0648 \u0623\u0646\u0634\u0626 \u062d\u0633\u0627\u0628\u0627\u064b \u062c\u062f\u064a\u062f\u0627\u064b \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645", - "or sign in with": "\u0623\u0648 \u0633\u062c\u0651\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645", - "path/to/introductionToCookieBaking-CH{order}.pdf": "path/to/introductionToCookieBaking-CH{order}.pdf", - "pending": "\u0642\u064a\u062f \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631", - "post anonymously": "\u0627\u0646\u0634\u064f\u0631 \u0645\u0646 \u062f\u0648\u0646 \u0627\u0644\u0643\u0634\u0641 \u0639\u0646 \u0627\u0644\u0647\u0648\u064a\u0629 ", - "post anonymously to classmates": "\u0627\u0646\u0634\u0631 \u0623\u0645\u0627\u0645 \u0627\u0644\u0632\u0645\u0644\u0627\u0621 \u0645\u0646 \u062f\u0648\u0646 \u0627\u0644\u0643\u0634\u0641 \u0639\u0646 \u0627\u0644\u0647\u0648\u064a\u0629 ", - "posted %(time_ago)s by %(author)s": "\u0645\u0646\u0634\u0648\u0631 %(author)s \u0628\u0648\u0627\u0633\u0637\u0629 %(time_ago)s", - "practice": "\u062a\u0645\u0631\u064a\u0646", - "price": "\u0627\u0644\u0633\u0639\u0631", - "proctored": "\u0645\u0631\u0627\u0642\u0628", - "provide the title/name of the chapter that will be used in navigating": "\u062d\u062f\u0651\u062f \u0639\u0646\u0648\u0627\u0646/ \u0627\u0633\u0645 \u0627\u0644\u0641\u0635\u0644 \u0627\u0644\u0630\u064a \u0633\u064a\u064f\u0633\u062a\u062e\u062f\u0645 \u0641\u064a \u0627\u0644\u062a\u0635\u0641\u0651\u062d ", - "provide the title/name of the text book as you would like your students to see it": "\u062d\u062f\u0651\u062f \u0639\u0646\u0648\u0627\u0646/\u0627\u0633\u0645 \u0627\u0644\u0643\u062a\u0627\u0628 \u0643\u0645\u0627 \u062a\u0631\u064a\u062f \u0623\u0646 \u064a\u0631\u0627\u0647 \u0637\u0644\u0627\u0628\u0651\u0643", - "remove": "\u062d\u0630\u0641", - "remove all": "\u062d\u0630\u0641 \u0627\u0644\u0643\u0644", - "satisfactory": "\u0645\u0642\u0628\u0648\u0644", - "send an email message to {email}": "\u0623\u0631\u0633\u0644 \u0631\u0633\u0627\u0644\u0629 \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629 \u0625\u0644\u0649 \u0627\u0644\u0639\u0646\u0648\u0627\u0646 {email} ", - "strong text": "\u0646\u0635 \u0628\u0635\u064a\u063a\u0629 \u2019strong\u2018\u060c \u0623\u064a \u0645\u0647\u0645", - "team count": "\u0639\u062f\u062f \u0623\u0639\u0636\u0627\u0621 \u0627\u0644\u0641\u0631\u064a\u0642", + ], + "Visible to": "\u0645\u0631\u0626\u064a \u0644", + "Visible to Staff Only": "\u0645\u0631\u0626\u064a\u0651\u0629 \u0644\u0637\u0627\u0642\u0645 \u0627\u0644\u0645\u0633\u0627\u0642 \u0641\u0642\u0637", + "Vote for good posts and responses": "\u0635\u0648\u0651\u062a \u0644\u0644\u0631\u062f\u0648\u062f \u0648\u0627\u0644\u0645\u0646\u0634\u0648\u0631\u0627\u062a \u0627\u0644\u062c\u064a\u0651\u062f\u0629", + "Vote for this post,": "\u0635\u0648\u0651\u062a \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u0646\u0634\u0648\u0631", + "Want to confirm your identity later?": "\u0647\u0644 \u062a\u0631\u064a\u062f \u062a\u0623\u0643\u064a\u062f \u0647\u0648\u064a\u0651\u062a\u0643 \u0644\u0627\u062d\u0642\u064b\u0627\u061f", + "Warning": "\u062a\u062d\u0630\u064a\u0631", + "Warnings": "\u062a\u062d\u0630\u064a\u0631\u0627\u062a", + "We ask you to activate your account to ensure it is really you creating the account and to prevent fraud.": "\u0646\u0637\u0644\u0628 \u062a\u0641\u0639\u064a\u0644 \u0627\u0644\u062d\u0633\u0627\u0628 \u0644\u0646\u062a\u0623\u0643\u062f \u0645\u0646 \u0623\u0646 \u0635\u0627\u062d\u0628 \u0627\u0644\u062d\u0633\u0627\u0628 \u0647\u0648 \u0645\u0646 \u064a\u0642\u0648\u0645 \u0628\u0625\u0646\u0634\u0627\u0626\u0647\u060c \u0648\u0630\u0644\u0643 \u064a\u0633\u0627\u0639\u062f \u0643\u062b\u064a\u0631\u0627\u064b \u0641\u064a \u062a\u062c\u0646\u0628 \u0627\u0644\u0627\u062d\u062a\u064a\u0627\u0644 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a.", + "We couldn't create your account.": "\u0644\u0645 \u0646\u062a\u0645\u0643\u0651\u0646 \u0645\u0646 \u0625\u0646\u0634\u0627\u0621 \u062d\u0633\u0627\u0628\u0643. ", + "We couldn't find any results for \"%s\".": "\u0639\u0630\u0631\u064b\u0627\u060c \u0644\u0645 \u0646\u062c\u062f \u0623\u064a \u0646\u062a\u0627\u0626\u062c \u0644\u0640\"%s\".", + "We couldn't sign you in.": "\u0639\u0630\u0631\u064b\u0627\u060c \u0644\u0645 \u0646\u062a\u0645\u0643\u0651\u0646 \u0645\u0646 \u062a\u0633\u062c\u064a\u0644 \u062f\u062e\u0648\u0644\u0643. ", + "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "\u0644\u0642\u062f \u0627\u0633\u062a\u0644\u0645\u0646\u0627 \u0645\u0639\u0644\u0648\u0645\u0627\u062a\u0643 \u0648\u0646\u062a\u0648\u0644\u0651\u0649 \u062d\u0627\u0644\u064a\u064b\u0627 \u0627\u0644\u062a\u062d\u0642\u0651\u0642 \u0645\u0646 \u0647\u0648\u064a\u062a\u0643. \u0633\u062a\u0635\u0644\u0643 \u0631\u0633\u0627\u0644\u0629 \u0639\u0644\u0649 \u0644\u0648\u062d\u0629 \u0645\u0639\u0644\u0648\u0645\u0627\u062a\u0643 \u0639\u0646\u062f \u0627\u0643\u062a\u0645\u0627\u0644 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642 (\u0639\u0627\u062f\u0629\u064b \u062e\u0644\u0627\u0644 1-2 \u0623\u064a\u0627\u0645). \u0648\u064a\u0645\u0643\u0646\u0643 \u0641\u064a \u0627\u0644\u0648\u0642\u062a \u0627\u0644\u0631\u0627\u0647\u0646 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0643\u0627\u0641\u0629 \u0645\u062d\u062a\u0648\u064a\u0627\u062a \u0627\u0644\u0645\u0633\u0627\u0642 \u0627\u0644\u0645\u064f\u062a\u0627\u062d\u0629.", + "We just need a little more information before you start learning with %(platformName)s.": "\u0646\u062d\u062a\u0627\u062c \u0641\u0642\u0637 \u0625\u0644\u0649 \u0642\u0644\u064a\u0644 \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0625\u0636\u0627\u0641\u064a\u0629 \u0642\u0628\u0644 \u0623\u0646 \u062a\u0628\u062f\u0623 \u0627\u0644\u062a\u0639\u0644\u0651\u0645 \u0645\u0639 %(platformName)s. ", + "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "\u0646\u0633\u062a\u062e\u062f\u0645 \u0623\u0639\u0644\u0649 \u0645\u0633\u062a\u0648\u064a\u0627\u062a \u0627\u0644\u0623\u0645\u0646 \u0627\u0644\u0645\u062a\u0648\u0641\u0651\u0631\u0629 \u0644\u062a\u0634\u0641\u064a\u0631 \u0635\u0648\u0631\u062a\u0643 \u0648\u0625\u0631\u0633\u0627\u0644\u0647\u0627 \u0625\u0644\u0649 \u0642\u0633\u0645\u0646\u0627 \u0627\u0644\u0645\u0633\u0624\u0648\u0644 \u0639\u0646 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642 \u0644\u0645\u0631\u0627\u062c\u0639\u062a\u0647\u0627. \u0648\u064a\u064f\u0631\u062c\u0649 \u0645\u0644\u0627\u062d\u0638\u0629 \u0623\u0646\u0651 \u0635\u0648\u0631\u062a\u0643 \u0648\u0645\u0639\u0644\u0648\u0645\u0627\u062a\u0643 \u0644\u0627 \u062a\u064f\u062d\u0641\u0651\u064e\u0638 \u0623\u0648 \u062a\u0638\u0647\u0631 \u0641\u064a \u0623\u064a \u0645\u0643\u0627\u0646 \u0639\u0644\u0649 \u0645\u0646\u0635\u0651\u0629 %(platformName)s \u0628\u0639\u062f \u0623\u0646 \u062a\u064f\u0633\u062a\u0643\u0645\u0644 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642.", + "We've encountered an error. Refresh your browser and then try again.": "\u0646\u0623\u0633\u0641 \u0644\u062d\u062f\u0648\u062b \u062e\u0637\u0623. \u064a\u064f\u062c\u0631\u0649 \u0625\u0639\u0627\u062f\u0629 \u0641\u062a\u062d \u0645\u062a\u0635\u0641\u0651\u062d\u0643 \u062b\u0645\u0651 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.", + "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "\u0644\u0642\u062f \u0642\u0645\u0646\u0627 \u0628\u0625\u0631\u0633\u0627\u0644 \u0631\u0633\u0627\u0644\u0629 \u062a\u0623\u0643\u064a\u062f \u0625\u0644\u0649 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a {new_email_address}. \u0627\u0644\u0631\u062c\u0627\u0621 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0627\u0644\u0631\u0627\u0628\u0637 \u0627\u0644\u0645\u062a\u0627\u062d \u0641\u064a \u0647\u0630\u0647 \u0627\u0644\u0631\u0633\u0627\u0644\u0629 \u0644\u062a\u062d\u062f\u064a\u062b \u0639\u0646\u0648\u0627\u0646 \u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a.", + "Web:": "\u0627\u0644\u0648\u064a\u0628:", + "Webcam": "\u0643\u0627\u0645\u064a\u0631\u0627 \u0627\u0644\u0648\u064a\u0628 ", + "Weight of Total Grade": "\u0648\u0632\u0646 \u0627\u0644\u062f\u0631\u062c\u0629 \u0627\u0644\u0625\u062c\u0645\u0627\u0644\u064a\u0629", + "What You Need for Verification": "\u0645\u0627 \u0627\u0644\u0630\u064a \u062a\u062d\u062a\u0627\u062c\u0647 \u0625\u0644\u064a\u0647 \u0644\u0625\u062c\u0631\u0627\u0621 \u0627\u0644\u062a\u062d\u0642\u0651\u0642", + "What does %(platformName)s do with this photo?": "\u0645\u0627 \u0627\u0644\u0630\u064a \u062a\u0641\u0639\u0644\u0647 %(platformName)s \u0628\u0647\u0630\u0647 \u0627\u0644\u0635\u0648\u0631\u0629\u061f", + "What does this mean?": "\u0645\u0627\u0630\u0627 \u064a\u0639\u0646\u064a \u0647\u0630\u0627\u061f", + "What's Your Next Accomplishment?": "\u0645\u0627\u0647\u0648 \u0625\u0646\u062c\u0627\u0632\u0643 \u0627\u0644\u0642\u0627\u062f\u0645\u061f", + "When your face is in position, use the camera button {icon} below to take your photo.": "\u0639\u0646\u062f\u0645\u0627 \u064a\u0643\u0648\u0646 \u0648\u062c\u0647\u0643 \u0641\u064a \u0627\u0644\u0645\u0643\u0627\u0646 \u0627\u0644\u0635\u062d\u064a\u062d\u060c \u0627\u0633\u062a\u062e\u062f\u0645 {icon} \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627 \u0623\u062f\u0646\u0627\u0647 \u0644\u0627\u0644\u062a\u0642\u0627\u0637 \u0635\u0648\u0631\u062a\u0643.", + "Which timed transcript would you like to use?": "\u0645\u0627 \u0647\u0648 \u0627\u0644\u0646\u0635 \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0630\u064a \u062a\u0631\u063a\u0628 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645\u0647\u061f", + "Why activate?": "\u0644\u0645 \u0646\u0639\u062a\u0628\u0631 \u062a\u0641\u0639\u064a\u0644 \u0627\u0644\u062d\u0633\u0627\u0628 \u0636\u0631\u0648\u0631\u064a\u0627\u064b\u061f", + "Why does %(platformName)s need my photo?": "\u0644\u0645\u0627\u0630\u0627 \u062a\u062d\u062a\u0627\u062c %(platformName)s \u0625\u0644\u0649 \u0635\u0648\u0631\u062a\u064a\u061f", + "Will Be Visible To:": "\u0633\u064a\u0635\u0628\u062d \u0645\u0631\u0626\u064a\u0651 \u0645\u0646: ", + "Would you like to sign in using your %(providerName)s credentials?": "\u0647\u0644 \u062a\u0631\u064a\u062f \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0628\u064a\u0627\u0646\u0627\u062a \u062d\u0633\u0627\u0628\u0643 \u0644\u062f\u0649 %(providerName)s\u061f", + "Year of Birth": "\u0633\u0646\u0629 \u0627\u0644\u0645\u064a\u0644\u0627\u062f", + "Yes, allow edits to the active Certificate": "\u0646\u0639\u0645\u060c \u0627\u0642\u0628\u0644 \u0627\u0644\u062a\u0639\u062f\u064a\u0644 \u0639\u0644\u0649 \u0639\u0644\u0649 \u0627\u0644\u0634\u0647\u0627\u062f\u062a \u0627\u0644\u0646\u0634\u0637\u0629.", + "Yes, replace the edX transcript with the YouTube transcript": "\u0646\u0639\u0645\u060c \u064a\u064c\u0631\u062c\u0649 \u0627\u0633\u062a\u0628\u062f\u0627\u0644 \u0646\u0635 EdX \u0628\u0646\u0635 \u064a\u0648\u062a\u064a\u0648\u0628", + "Yesterday": "\u0623\u0645\u0633", + "You already belong to another team.": "\u0644\u0642\u062f \u0627\u0646\u062a\u0633\u0628\u062a \u0641\u064a \u0648\u0642\u062a \u0633\u0627\u0628\u0642 \u0625\u0644\u0649 \u0641\u0631\u064a\u0642 \u0622\u062e\u0631.", + "You are a member of this team.": "\u0623\u0646\u062a \u0639\u0636\u0648 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u0641\u0631\u064a\u0642", + "You are currently sharing a limited profile.": "\u0625\u0646\u0651\u0643 \u062d\u0627\u0644\u064a\u064b\u0651\u0627 \u062a\u0634\u0627\u0631\u0643 \u0645\u0644\u0641\u0651\u064b\u0627 \u0634\u062e\u0635\u064a\u0651\u064b\u0627 \u0645\u062d\u062f\u0648\u062f\u064b\u0627.", + "You are enrolling in: {courseName}": "\u0623\u0646\u062a \u0645\u0633\u062c\u0644 \u0641\u064a : {courseName}", + "You are not currently a member of any team.": "\u062d\u0627\u0644\u064a\u064b\u0627\u060c \u0623\u0646\u062a \u0644\u0633\u062a \u0639\u0636\u0648\u064b\u0627 \u0641\u064a \u0623\u064a \u0641\u0631\u064a\u0642.", + "You are not enrolled in any programs yet.": "\u0623\u0646\u062a \u0644\u0633\u062a \u0645\u0646\u0636\u0645\u0627\u064b \u0644\u0623\u064a \u0628\u0631\u0627\u0645\u062c \u0628\u0639\u062f.", + "You are now enrolled as a verified student for:": "\u0623\u0646\u062a \u0627\u0644\u0622\u0646 \u0645\u0633\u062c\u0651\u0650\u0644 \u0643\u0637\u0627\u0644\u0628 \u0645\u0648\u062b\u0651\u064e\u0642 \u0644\u062f\u0649: ", + "You are sending an email message with the subject {subject} to the following recipients.": "\u0623\u0646\u062a \u0639\u0644\u0649 \u0648\u0634\u0643 \u0625\u0631\u0633\u0627\u0644 \u0647\u0630\u0647 \u0627\u0644\u0631\u0633\u0627\u0644\u0629 \u0648\u0639\u0646\u0648\u0627\u0646\u0647\u0627 \"{subject}\" \u0625\u0644\u0649 \u0627\u0644\u0645\u0633\u062a\u0644\u0645\u064a\u0646 \u0627\u0644\u062a\u0627\u0644\u064a\u0646.", + "You are upgrading your enrollment for: {courseName}": "\u0623\u0646\u062a \u062a\u0637\u0648\u0631 \u0627\u0634\u062a\u0631\u0627\u0643\u0643 \u0641\u064a: {courseName}", + "You can also retry this practice exam": "\u064a\u0645\u0643\u0646\u0643 \u0623\u064a\u0636\u0627\u064b \u0625\u0639\u0627\u062f\u0629 \u0645\u062d\u0627\u0648\u0644\u0629 \u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u062a\u0645\u0631\u064a\u0646 \u0647\u0630\u0627", + "You can link your social media accounts to simplify signing in to {platform_name}.": "\u064a\u0645\u0643\u0646\u0643 \u0631\u0628\u0637 \u062d\u0633\u0627\u0628\u0627\u062a\u0643 \u0639\u0644\u0649 \u0634\u0628\u0643\u0627\u062a \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a \u0628\u0647\u0630\u0627 \u0627\u0644\u062d\u0633\u0627\u0628 \u0644\u062a\u0633\u0647\u064a\u0644 \u0639\u0645\u0644\u064a\u0629 \u062a\u0633\u062c\u064a\u0644 \u062f\u062e\u0648\u0644\u0643 \u0625\u0644\u0649 {platform_name} \u0641\u064a \u0648\u0642\u062a \u0644\u0627\u062d\u0642.", + "You can now enter your payment information and complete your enrollment.": "\u064a\u0645\u0643\u0646\u0643 \u0627\u0644\u0622\u0646 \u0625\u062f\u062e\u0627\u0644 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u062f\u0641\u0639 \u0648\u0627\u0633\u062a\u0643\u0645\u0627\u0644 \u062a\u0633\u062c\u064a\u0644\u0643. ", + "You can pay now even if you don't have the following items available, but you will need to have these by {date} to qualify to earn a Verified Certificate.": "\u064a\u0645\u0643\u0646\u0643 \u0623\u0646 \u062a\u062f\u0641\u0639 \u0627\u0644\u0622\u0646 \u062d\u062a\u0649 \u0644\u0645 \u0644\u0645 \u062a\u062a\u0648\u0641\u0651\u0631 \u0644\u062f\u064a\u0643 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u062a\u0627\u0644\u064a\u0629\u060c \u0648\u0644\u0643\u0646 \u0633\u064a\u0643\u0648\u0646 \u0639\u0644\u064a\u0643 \u062a\u0648\u0641\u064a\u0631\u0647\u0627 \u0628\u062d\u0644\u0648\u0644 {date} \u0645\u0646 \u0623\u062c\u0644 \u0627\u0644\u062a\u0623\u0647\u0651\u0644 \u0644\u0646\u064a\u0644 \"\u0634\u0647\u0627\u062f\u0629 \u0645\u0648\u062b\u0651\u0642\u0629\". ", + "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "\u064a\u0645\u0643\u0646\u0643 \u0623\u0646 \u062a\u062f\u0641\u0639 \u0627\u0644\u0622\u0646 \u062d\u062a\u0649 \u0644\u0645 \u0644\u0645 \u062a\u062a\u0648\u0641\u0651\u0631 \u0644\u062f\u064a\u0643 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u062a\u0627\u0644\u064a\u0629\u060c \u0644\u0643\u0646 \u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u062a\u0648\u0641\u064a\u0631\u0647\u0627 \u0645\u0646 \u0623\u062c\u0644 \u0627\u0644\u062a\u0623\u0647\u0651\u0644 \u0644\u0646\u064a\u0644 \"\u0634\u0647\u0627\u062f\u0629 \u0645\u0648\u062b\u0651\u0642\u0629\". ", + "You can remove members from this team, especially if they have not participated in the team's activity.": "\u064a\u0645\u0643\u0646\u0643 \u0627\u0633\u062a\u0628\u0639\u0627\u062f \u0623\u0639\u0636\u0627\u0621 \u0645\u0646 \u0647\u0630\u0627 \u0627\u0644\u0641\u0631\u064a\u0642\u060c \u0648\u062e\u0627\u0635\u0629\u064b \u0641\u064a \u062d\u0627\u0644 \u0639\u062f\u0645 \u0645\u0634\u0627\u0631\u0643\u062a\u0647\u0645 \u0628\u0623\u0646\u0634\u0637\u0629 \u0627\u0644\u0641\u0631\u064a\u0642.", + "You can upload files with these file types: ": "\u064a\u0645\u0643\u0646\u0643 \u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641\u0651\u0627\u062a \u0628\u0647\u0630\u0647 \u0627\u0644\u0623\u0646\u0648\u0627\u0639:", + "You can use your {accountName} account to sign in to your {platformName} account.": "\u064a\u0645\u0643\u0646\u0643 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u062d\u0633\u0627\u0628\u0643 \u0639\u0644\u0649 {accountName} \u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0625\u0644\u0649 \u062d\u0633\u0627\u0628\u0643 \u0641\u064a \u0645\u0646\u0635\u0629 {platformName}.", + "You cannot view the course as a student or beta tester before the course release date.": "\u0644\u0627 \u064a\u0645\u0643\u0646\u0643 \u0631\u0624\u064a\u0629 \u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u0627\u0642 \u0643\u0637\u0627\u0644\u0628 \u0623\u0648 \u0643\u0645\u062e\u062a\u0628\u0631 \u0644\u0646\u0633\u062e\u062a\u0647 \u0627\u0644\u062a\u062c\u0631\u064a\u0628\u064a\u0629 \u0642\u0628\u0644 \u062a\u0627\u0631\u064a\u062e \u0646\u0634\u0631 \u0627\u0644\u0645\u0633\u0627\u0642.", + "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "\u0644\u0642\u062f \u0642\u064f\u0645\u062a \u0628\u062a\u063a\u064a\u064a\u0631 \u0631\u0627\u0628\u0637 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u062f\u0648\u0646 \u0623\u0646 \u062a\u063a\u064a\u0651\u0631 \u0645\u0644\u0641 \u0627\u0644\u0646\u0635 \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0645\u0631\u062a\u0628\u0637 \u0628\u0647. \u0647\u0644 \u062a\u0631\u063a\u0628 \u0641\u064a \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0646\u0635 \u0645\u062d\u062f\u0651\u064e\u062f \u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u062d\u0627\u0644\u064a \u0623\u0648 \u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641 \u0646\u0635 \u062c\u062f\u064a\u062f \u0628\u0635\u064a\u063a\u0629 .srt\u061f", + "You commented...": "\u0643\u0627\u0646 \u062a\u0639\u0644\u064a\u0642\u0643...", + "You currently have no cohorts configured": "\u0644\u064a\u0633 \u0644\u062f\u064a\u0643 \u062d\u0627\u0644\u064a\u0651\u064b\u0627 \u0623\u064a \u0634\u0639\u0628 \u0645\u0636\u0628\u0648\u0637\u0629 ", + "You did not select a content group": "\u0644\u0645 \u062a\u062e\u062a\u0631 \u0645\u062c\u0645\u0648\u0639\u0629 \u0645\u062d\u062a\u0648\u0649", + "You don't seem to have Flash installed. Get Flash to continue your verification.": "\u064a\u0628\u062f\u0648 \u0623\u0646\u0651\u0647 \u0644\u0627 \u064a\u0648\u062c\u062f \u0644\u062f\u064a\u0643 \u0628\u0631\u0646\u0627\u0645\u062c \u0641\u0644\u0627\u0634. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0641\u0644\u0627\u0634 \u0644\u0645\u062a\u0627\u0628\u0639\u0629 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642.", + "You don't seem to have a webcam connected.": "\u0644\u0627 \u064a\u0628\u062f\u0648 \u0623\u0646\u0651 \u0643\u0627\u0645\u064a\u0631\u0627 \u0627\u0644\u0648\u064a\u0628 \u0645\u062a\u0651\u0635\u0644\u0629 \u0628\u0627\u0644\u0643\u0645\u0628\u064a\u0648\u062a\u0631.", + "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "\u0644\u0642\u062f \u0623\u0636\u0641\u062a\u064e \u0645\u0639\u064a\u0627\u0631\u064b\u0627. \u0633\u062a\u062d\u062a\u0627\u062c \u0644\u062a\u062d\u062f\u064a\u062f \u062e\u064a\u0627\u0631 \u0644\u0645\u0639\u064a\u0627\u0631 \u0641\u064a \u062e\u0637\u0648\u0629 \u2019\u062a\u062f\u0631\u064a\u0628 \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645\u064a\u0646\u2018. \u0644\u0644\u0642\u064a\u0627\u0645 \u0628\u0630\u0644\u0643\u060c \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a.", + "You have already verified your ID!": "\u0633\u0628\u0642 \u0623\u0646 \u062e\u0636\u062a\u064e \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642 \u0645\u0646 \u0628\u0637\u0627\u0642\u062a\u0643 \u0627\u0644\u0634\u062e\u0635\u064a\u0629! ", + "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "\u0644\u0642\u062f \u062d\u0630\u0641\u062a\u064e \u0645\u0639\u064a\u0627\u0631\u064b\u0627\u060c \u0648\u0642\u062f \u0623\u064f\u0632\u064a\u0644 \u0647\u0630\u0627 \u0627\u0644\u0645\u0639\u064a\u0627\u0631 \u0645\u0646 \u0627\u0644\u0631\u062f\u0648\u062f \u0627\u0644\u0646\u0645\u0648\u0630\u062c\u064a\u0629 \u0641\u064a \u062e\u0637\u0648\u0629 \u2019\u062a\u062f\u0631\u064a\u0628 \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645\u064a\u0646\u2018.", + "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "\u0644\u0642\u062f \u062d\u0630\u0641\u062a\u064e \u062c\u0645\u064a\u0639 \u062e\u064a\u0627\u0631\u0627\u062a \u0647\u0630\u0627 \u0627\u0644\u0645\u0639\u064a\u0627\u0631\u060c \u0648\u0642\u062f \u0623\u064f\u0632\u064a\u0644 \u0647\u0630\u0627 \u0627\u0644\u0645\u0639\u064a\u0627\u0631 \u0645\u0646 \u0627\u0644\u0631\u062f\u0648\u062f \u0627\u0644\u0646\u0645\u0648\u0630\u062c\u064a\u0629 \u0641\u064a \u062e\u0637\u0648\u0629 \u2019\u062a\u062f\u0631\u064a\u0628 \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645\u064a\u0646\u2018.", + "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "\u0644\u0642\u062f \u062d\u0630\u0641\u062a \u062e\u064a\u0627\u0631\u064b\u0627. \u062c\u0631\u062a \u0625\u0632\u0627\u0644\u0629 \u0630\u0644\u0643 \u0627\u0644\u062e\u064a\u0627\u0631 \u0645\u0646 \u0645\u0639\u064a\u0627\u0631 \u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0631\u062f\u0648\u062f \u0627\u0644\u0646\u0645\u0648\u0630\u062c\u064a\u0629 \u0641\u064a \u062e\u0637\u0648\u0629 \u2019\u062a\u062f\u0631\u064a\u0628 \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645\u064a\u0646\u2018. \u0642\u062f \u064a\u062a\u0648\u062c\u0651\u0628 \u0639\u0644\u064a\u0643 \u0627\u062e\u062a\u064a\u0627\u0631 \u062e\u064a\u0627\u0631 \u062c\u062f\u064a\u062f \u0644\u0645\u0639\u064a\u0627\u0631 \u0627\u0644\u062a\u0642\u064a\u0651\u064a\u0645.", + "You have done a dry run of force publishing the course. Nothing has changed. Had you run it, the following course versions would have been change.": "\u0644\u0642\u062f \u0642\u0645\u062a \u0628\u0625\u062c\u0631\u0627\u0621 \u062a\u0646\u0641\u064a\u0630 \u0644\u0646\u0634\u0631 \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a\u0629. \u0641\u0644\u0645 \u064a\u062a\u063a\u064a\u0631 \u0634\u064a\u0621\u060c \u0639\u0646\u062f \u0627\u0644\u062a\u0634\u063a\u064a\u0644\u060c \u0625\u0635\u062f\u0627\u0631\u0627\u062a \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0642\u062f \u064a\u062a\u0645 \u062a\u063a\u064a\u064a\u0631\u0647\u0627.", + "You have no handouts defined": "\u0644\u064a\u0633 \u0644\u062f\u064a\u0643 \u0623\u064a \u0646\u0634\u0631\u0627\u062a \u0645\u062d\u062f\u0651\u062f\u0629", + "You have not created any certificates yet.": "\u0644\u0645 \u062a\u064f\u0646\u0634\u0650\u0626 \u0623\u064a \u0634\u0647\u0627\u062f\u0627\u062a \u0628\u0639\u062f.", + "You have not created any content groups yet.": "\u0644\u0645 \u062a\u0646\u0634\u0626 \u0623\u064a \u0645\u062c\u0645\u0648\u0639\u0627\u062a \u0644\u0644\u0645\u062d\u062a\u0648\u0649 \u0628\u0639\u062f.", + "You have not created any group configurations yet.": "\u0644\u0645 \u062a\u0646\u0634\u0626 \u0623\u064a \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0644\u0644\u0645\u062c\u0645\u0648\u0639\u0627\u062a \u0628\u0639\u062f.", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u0627\u062e\u062a\u0631\u062a \u0625\u062c\u0631\u0627\u0621\u064b \u062f\u0648\u0646 \u062a\u063a\u064a\u064a\u0631 \u0623\u064a \u062d\u0642\u0644. \u0644\u0639\u0644\u0643 \u062a\u0631\u064a\u062f \u0632\u0631 \u0627\u0644\u062a\u0646\u0641\u064a\u0630 \u0628\u062f\u0644\u0627\u064b \u0645\u0646 \u0632\u0631 \u0627\u0644\u062d\u0641\u0638.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u0627\u062e\u062a\u0631\u062a \u0625\u062c\u0631\u0627\u0621\u064b \u0644\u0643\u0646 \u062f\u0648\u0646 \u0623\u0646 \u062a\u062d\u0641\u0638 \u062a\u063a\u064a\u064a\u0631\u0627\u062a \u0627\u0644\u062a\u064a \u0642\u0645\u062a \u0628\u0647\u0627. \u0631\u062c\u0627\u0621 \u0627\u0636\u063a\u0637 \u0632\u0631 \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629 \u0644\u062a\u062d\u0641\u0638 \u062a\u0639\u062f\u064a\u0644\u0627\u062a\u0643. \u0633\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u0625\u0639\u0627\u062f\u0629 \u062a\u0646\u0641\u064a\u0630 \u0627\u0644\u0625\u062c\u0631\u0627\u0621.", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "\u0644\u062f\u064a\u0643 \u062a\u0639\u062f\u064a\u0644\u0627\u062a \u063a\u064a\u0631 \u0645\u062d\u0641\u0648\u0638\u0629 \u0639\u0644\u0649 \u0628\u0639\u0636 \u0627\u0644\u062d\u0642\u0648\u0644 \u0627\u0644\u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u062a\u0639\u062f\u064a\u0644. \u0625\u0646 \u0646\u0641\u0630\u062a \u0623\u064a \u0625\u062c\u0631\u0627\u0621 \u0641\u0633\u0648\u0641 \u062a\u062e\u0633\u0631 \u062a\u0639\u062f\u064a\u0644\u0627\u062a\u0643.", + "You haven't added any assets to this course yet.": "\u0644\u0645 \u062a\u064f\u0636\u0650\u0641 \u0623\u064a \u0645\u0648\u0627\u062f \u0645\u0644\u062d\u0642\u0629 \u0628\u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u0627\u0642 \u0628\u0639\u062f. ", + "You haven't added any content to this course yet.": "\u0644\u0645 \u062a\u064f\u0636\u0650\u0641 \u0623\u064a \u0645\u062d\u062a\u0648\u0649 \u0625\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u0627\u0642 \u0628\u0639\u062f.", + "You haven't added any textbooks to this course yet.": "\u0644\u0645 \u062a\u064f\u0636\u0650\u0641 \u0628\u0639\u062f \u0623\u064a \u0643\u062a\u0628 \u0625\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u0627\u0642.", + "You must enter a valid email address in order to add a new team member": "\u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u0623\u0646 \u062a\u064f\u062f\u062e\u0650\u0644 \u0639\u0646\u0648\u0627\u0646 \u0635\u062d\u064a\u062d \u0644\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0644\u062a\u062a\u0645\u0643\u0651\u0646 \u0645\u0646 \u0625\u0636\u0627\u0641\u0629 \u0639\u0636\u0648 \u062c\u062f\u064a\u062f \u0625\u0644\u0649 \u0627\u0644\u0641\u0631\u064a\u0642.", + "You must provide a learner name.": "\u064a\u062c\u0628 \u0625\u062f\u062e\u0627\u0644 \u0627\u0633\u0645 \u0627\u0644\u0645\u062a\u0639\u0644\u0651\u0645.", + "You must sign out and sign back in before your language changes take effect.": "\u064a\u062c\u0628 \u0623\u0646 \u062a\u0633\u062c\u0651\u0644 \u062e\u0631\u0648\u062c\u0643 \u062b\u0645\u0651 \u062a\u064f\u0639\u064a\u062f \u062a\u0633\u062c\u064a\u0644 \u062f\u062e\u0648\u0644\u0643 \u0644\u064a\u062c\u0631\u064a \u062a\u0641\u0639\u064a\u0644 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u0627\u0644\u062a\u064a \u0623\u062f\u062e\u0644\u062a\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u0644\u063a\u0629.", + "You must specify a name for the cohort": "\u064a\u062c\u0628 \u0623\u0646 \u062a\u062d\u062f\u0651\u062f \u0627\u0633\u0645\u064b\u0627 \u0644\u0644\u0634\u0639\u0628\u0629.", + "You need a computer that has a webcam. When you receive a browser prompt, make sure that you allow access to the camera.": "\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u062c\u0647\u0627\u0632 \u0643\u0648\u0645\u0628\u064a\u0648\u062a\u0631 \u0645\u0632\u0648\u0651\u064e\u062f \u0628\u0643\u0627\u0645\u064a\u0631\u0627. \u0648\u0639\u0646\u062f \u0627\u0633\u062a\u0644\u0627\u0645\u0643 \u0644\u0639\u0644\u0627\u0645\u0629 \u0627\u0633\u062a\u0639\u062f\u0627\u062f \u0645\u0646 \u0627\u0644\u0645\u062a\u0635\u0641\u0651\u062d\u060c \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u062a\u0623\u0643\u0651\u062f \u0645\u0646 \u0627\u0644\u0633\u0645\u0627\u062d \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627.", + "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u0631\u062e\u0635\u0629 \u0642\u064a\u0627\u062f\u0629 \u0623\u0648 \u062c\u0648\u0627\u0632 \u0633\u0641\u0631 \u0623\u0648 \u063a\u064a\u0631\u0647\u0627 \u0645\u0646 \u0627\u0644\u0645\u0633\u062a\u0646\u062f\u0627\u062a \u0627\u0644\u0634\u062e\u0635\u064a\u0629 \u0627\u0644\u0635\u0627\u062f\u0631\u0629 \u0639\u0646 \u0627\u0644\u062d\u0643\u0648\u0645\u0629 \u0648\u0627\u0644\u062a\u064a \u062a\u062d\u0645\u0644 \u0627\u0633\u0645\u0643 \u0648\u0635\u0648\u0631\u062a\u0643.", + "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u0628\u0637\u0627\u0642\u0629 \u0634\u062e\u0635\u064a\u0629 \u062a\u062d\u0645\u0644 \u0627\u0633\u0645\u0643 \u0648\u0635\u0648\u0631\u062a\u0643. \u0648\u064a\u0645\u0643\u0646 \u062a\u0642\u062f\u064a\u0645 \u0631\u062e\u0635\u0629 \u0627\u0644\u0642\u064a\u0627\u062f\u0629\u060c \u0623\u0648 \u062c\u0648\u0627\u0632 \u0627\u0644\u0633\u0641\u0631\u060c \u0623\u0648 \u0628\u0637\u0627\u0642\u0629 \u0634\u062e\u0635\u064a\u0629 \u0623\u062e\u0631\u0649 \u0635\u0627\u062f\u0631\u0629 \u0639\u0646 \u0627\u0644\u062d\u0643\u0648\u0645\u0629\u060c \u0641\u062c\u0645\u064a\u0639 \u0647\u0630\u0647 \u0627\u0644\u0648\u062b\u0627\u0626\u0642 \u0645\u0642\u0628\u0648\u0644\u0629. ", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u062a\u0641\u0639\u064a\u0644 \u062d\u0633\u0627\u0628\u0643 \u0642\u0628\u0644 \u0623\u0646 \u062a\u062a\u0645\u0643\u0651\u0646 \u0645\u0646 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0641\u064a \u0627\u0644\u0645\u0633\u0627\u0642\u0627\u062a. \u0644\u0630\u0627 \u064a\u064f\u0631\u062c\u0649 \u062a\u0641\u0642\u0651\u062f \u0635\u0646\u062f\u0648\u0642 \u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u062d\u064a\u062b \u0633\u062a\u0631\u062f\u0643 \u0631\u0633\u0627\u0644\u0629 \u062a\u0641\u0639\u064a\u0644. ", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u062a\u0641\u0639\u064a\u0644 \u062d\u0633\u0627\u0628\u0643 \u0642\u0628\u0644 \u0623\u0646 \u062a\u062a\u0645\u0643\u0651\u0646 \u0645\u0646 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0641\u064a \u0627\u0644\u0645\u0633\u0627\u0642\u0627\u062a. \u0644\u0630\u0627 \u064a\u064f\u0631\u062c\u0649 \u062a\u0641\u0642\u0651\u062f \u0635\u0646\u062f\u0648\u0642 \u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u062d\u064a\u062b \u0633\u062a\u0631\u062f\u0643 \u0631\u0633\u0627\u0644\u0629 \u062a\u0641\u0639\u064a\u0644. \u0648\u0628\u0639\u062f \u0623\u0646 \u062a\u0646\u062a\u0647\u064a \u0645\u0646 \u0627\u0644\u062a\u0641\u0639\u064a\u0644\u060c \u064a\u0645\u0643\u0646\u0643 \u0627\u0644\u0639\u0648\u062f\u0629 \u0648\u0625\u0639\u0627\u062f\u0629 \u0641\u062a\u062d \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062d\u0629. ", + "You still need to visit the %(display_name)s website to complete the credit process.": "\u0645\u0627\u0632\u0644\u062a \u0628\u062d\u0627\u062c\u0629 \u0644\u0632\u064a\u0627\u0631\u0629 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a %(display_name)s \u0644\u0625\u062a\u0645\u0627\u0645 \u0627\u0644\u0639\u0645\u0644\u064a\u0629 \u0630\u0627\u062a \u0627\u0644\u0635\u0644\u0629 \u0628\u0627\u0644\u0645\u0627\u062f\u0651\u0629 ", + "You will not receive notification for emails that bounce, so double-check your spelling.": "\u0644\u0646 \u062a\u062a\u0644\u0642\u0651\u0649 \u0625\u0634\u0639\u0627\u0631\u064b\u0627 \u0628\u0639\u0646\u0627\u0648\u064a\u0646 \u0627\u0644\u0637\u0644\u0627\u0628 \u0627\u0644\u0627\u0643\u062a\u0631\u0648\u0646\u064a\u0629 \u0627\u0644\u062e\u0627\u0637\u0626\u0629 \u0627\u0644\u062a\u064a \u0644\u0645 \u062a\u0636\u0641 \u0627\u0644\u0649 \u0627\u0644\u0634\u0639\u0628\u0629\u060c \u0644\u0630\u0627 \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642 \u0645\u0646 \u0639\u062f\u0645 \u0648\u062c\u0648\u062f \u0623\u062e\u0637\u0627\u0621 \u0625\u0645\u0644\u0627\u0626\u064a\u0629.", + "You will use your webcam to take a picture of your face and of your government-issued photo ID.": "\u0633\u062a\u0633\u062a\u062e\u062f\u0645 \u0643\u0627\u0645\u064a\u0631\u0627\u062a\u0643 \u0644\u0627\u0644\u062a\u0642\u0627\u0637 \u0635\u0648\u0631\u0629 \u0644\u0648\u062c\u0647\u0643 \u0648\u0644\u0635\u0648\u0631\u0629 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0647\u0648\u064a\u0629 \u0627\u0644\u0634\u062e\u0635\u064a\u0651\u0629 \u0627\u0644\u062d\u0643\u0648\u0645\u064a\u0629 \u062e\u0627\u0635\u0651\u062a\u0643.", + "You!": "\u0623\u0646\u062a!", + "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "\u0625\u0646\u0651\u062a \u0639\u0644\u0649 \u0648\u0634\u0643 \u062a\u0642\u062f\u064a\u0645 \u0625\u062c\u0627\u0628\u062a\u0643 \u0639\u0646 \u0647\u0630\u0627 \u0627\u0644\u0648\u0627\u062d\u0628. \u0644\u0646 \u062a\u062a\u0645\u0643\u0651\u0646\u060c \u0628\u0639\u062f \u062a\u0642\u062f\u064a\u0645 \u0625\u062c\u0627\u0628\u062a\u0643\u060c \u0645\u0646 \u062a\u0639\u062f\u064a\u0644\u0647\u0627 \u0623\u0648 \u062a\u0642\u062f\u064a\u0645 \u0625\u062c\u0627\u0628\u0629 \u062c\u062f\u064a\u062f\u0629.", + "You've made some changes": "\u0644\u0642\u062f \u0623\u062c\u0631\u064a\u062a \u0628\u0639\u0636 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a.", + "You've made some changes, but there are some errors": "\u0647\u0646\u0627\u0644\u0643 \u0639\u062f\u062f \u0645\u0646 \u0627\u0644\u0623\u062e\u0637\u0627\u0621 \u0628\u0627\u0644\u0631\u063a\u0645 \u0645\u0646 \u0625\u062c\u0631\u0627\u0626\u0643 \u0644\u0628\u0639\u0636 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a.", + "You've successfully signed into %(currentProvider)s.": "\u0644\u0642\u062f \u0646\u062c\u062d\u062a \u0641\u064a \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0625\u0644\u0649 %(currentProvider)s. ", + "Your ID must be a government-issued photo ID that clearly shows your face.": "\u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0647\u0648\u064a\u0651\u062a\u0643 \u0627\u0644\u0645\u0639\u062a\u0645\u062f\u0629 \u0647\u064a \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0647\u0648\u064a\u0629 \u0627\u0644\u0634\u062e\u0635\u064a\u0651\u0629 \u0627\u0644\u062d\u0643\u0648\u0645\u064a\u0629 \u0627\u0644\u062a\u064a \u062a\u062d\u0645\u0644 \u0635\u0648\u0631\u0629 \u0648\u0627\u0636\u062d\u0629 \u0644\u0648\u062c\u0647\u0643.", + "Your changes have been saved.": "\u062c\u0631\u0649 \u062d\u0641\u0638 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u0627\u0644\u062a\u064a \u0623\u062c\u0631\u064a\u062a\u0647\u0627. ", + "Your changes will not take effect until you save your progress.": "\u0644\u0646 \u062a\u0635\u0628\u062d \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u0627\u0644\u062a\u064a \u0623\u062c\u0631\u064a\u062a\u0647\u0627 \u0646\u0627\u0641\u0630\u0629 \u062d\u062a\u0649 \u062a\u062d\u0641\u0651\u0638 \u062e\u0637\u0648\u0627\u062a \u0627\u0644\u062a\u0642\u062f\u0651\u0645 \u0627\u0644\u062a\u064a \u0627\u062a\u0651\u062e\u0630\u062a\u0647\u0627. ", + "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "\u0644\u0646 \u062a\u0635\u0628\u062d \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u0627\u0644\u062a\u064a \u0623\u062c\u0631\u064a\u062a\u0647\u0627 \u0646\u0627\u0641\u0630\u0629 \u062d\u062a\u0649 \u062a\u062d\u0641\u0651\u0638 \u062e\u0637\u0648\u0627\u062a \u0627\u0644\u062a\u0642\u062f\u0651\u0645 \u0627\u0644\u062a\u064a \u0627\u062a\u0651\u062e\u0630\u062a\u0647\u0627. \u064a\u064f\u0631\u062c\u0649 \u0645\u0631\u0627\u0639\u0627\u0629 \u0627\u0644\u062f\u0642\u0629 \u0641\u064a \u062a\u0646\u0633\u064a\u0642 \u0627\u0644\u0645\u0641\u062a\u0627\u062d \u0648\u0627\u0644\u0642\u064a\u0645\u0629\u060c \u062d\u064a\u062b \u0623\u0646\u0651 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642 \u0648\u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629 \u063a\u064a\u0631 \u0645\u0637\u0628\u0651\u0642\u0629.", + "Your donation could not be submitted.": "\u062a\u0639\u0630\u0651\u0631 \u062a\u0642\u062f\u064a\u0645 \u062a\u0628\u0631\u0639\u0643.", + "Your email message was successfully queued for sending. In courses with a large number of learners, email messages to learners might take up to an hour to be sent.": "\u062a\u0645 \u062c\u062f\u0648\u0644\u0629 \u0625\u0631\u0633\u0627\u0644 \u0631\u0633\u0627\u0644\u062a\u0643 \u0628\u0646\u062c\u0627\u062d. \u0642\u062f \u064a\u0633\u062a\u063a\u0631\u0642 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0631\u0633\u0627\u0644\u0629 \u0644\u062c\u0645\u064a\u0639 \u0645\u062a\u0639\u0644\u0645\u064a \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a\u0629 \u0633\u0627\u0639\u0629 \u0643\u0627\u0645\u0644\u0629\u060c \u0648\u064a\u0639\u062a\u0645\u062f \u0630\u0644\u0643 \u0639\u0644\u0649 \u0639\u062f\u062f \u0627\u0644\u0645\u062a\u0639\u0644\u0645\u064a\u0646 \u0641\u064a \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a\u0629.", + "Your entire face fits inside the frame.": "\u0623\u0646\u0651 \u0648\u062c\u0647\u0643 \u062f\u0627\u062e\u0644 \u0625\u0637\u0627\u0631 \u0627\u0644\u0635\u0648\u0631\u0629 \u0628\u0627\u0644\u0643\u0627\u0645\u0644.", + "Your face is well-lit.": "\u0623\u0646\u0651 \u0627\u0644\u0625\u0636\u0627\u0621\u0629 \u062c\u064a\u0651\u062f\u0629 \u0639\u0644\u0649 \u0648\u062c\u0647\u0643.", + "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "\u062c\u0631\u0649 \u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641\u0651\u0643 '{file}'. \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631 \u0644\u0628\u0636\u0639 \u062f\u0642\u0627\u0626\u0642 \u0644\u0625\u062a\u0645\u0627\u0645 \u0627\u0644\u0645\u0639\u0627\u0644\u062c\u0629.", + "Your file could not be uploaded": "\u0639\u0630\u0631\u064b\u0627\u060c \u0644\u0645 \u064a\u0645\u0643\u0646 \u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641\u0651\u0643. ", + "Your file has been deleted.": "\u062c\u0631\u0649 \u062d\u0630\u0641 \u0645\u0644\u0641\u0651\u0643.", + "Your message cannot be blank.": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u0644\u0631\u0633\u0627\u0644\u062a\u0643 \u0639\u0628\u0631 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0623\u0646 \u062a\u0643\u0648\u0646 \u0641\u0627\u0631\u063a\u0629.", + "Your message must have a subject.": "\u064a\u062c\u0628 \u0645\u0644\u0621 \u062e\u0627\u0646\u0629 \u0627\u0644\u0645\u0648\u0636\u0648\u0639 \u0641\u064a \u0631\u0633\u0627\u0644\u062a\u0643 \u0639\u0628\u0631 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a.", + "Your message must have at least one target.": "\u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0644\u0631\u0633\u0627\u0644\u062a\u0643 \u0645\u0633\u062a\u0644\u0645 \u0648\u0627\u062d\u062f \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644.", + "Your policy changes have been saved.": "\u062c\u0631\u0649 \u062d\u0641\u0638 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u0627\u0644\u062a\u064a \u0623\u062f\u062e\u0644\u062a\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u0633\u064a\u0627\u0633\u0629.", + "Your post will be discarded.": "\u0633\u0648\u0641 \u064a\u064f\u062d\u0630\u064e\u0641 \u0645\u0646\u0634\u0648\u0631\u0643.", + "Your request could not be completed. Reload the page and try again.": "\u0639\u0630\u0631\u064b\u0627 \u0644\u0645 \u0646\u062a\u0645\u0643\u0651\u0646 \u0645\u0646 \u0625\u062a\u0645\u0627\u0645 \u0637\u0644\u0628\u0643. \u0627\u0644\u0631\u062c\u0627\u0621 \u0637\u0644\u0628 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0635\u0641\u062d\u0629 \u0645\u0646 \u062c\u062f\u064a\u062f \u0648\u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0645\u0631\u0651\u0629 \u0623\u062e\u0631\u0649.", + "Your request could not be completed. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u0639\u0630\u0631\u064b\u0627 \u0644\u0645 \u0646\u062a\u0645\u0643\u0651\u0646 \u0645\u0646 \u0625\u062a\u0645\u0627\u0645 \u0637\u0644\u0628\u0643 \u0646\u0638\u0631\u0627\u064b \u0644\u0648\u062c\u0648\u062f \u0645\u0634\u0643\u0644\u0629 \u0641\u064a \u0627\u0644\u062e\u0627\u062f\u0645. \u0642\u0645 \u0628\u0625\u0639\u0627\u062f\u0629 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0635\u0641\u062d\u0629 \u0645\u0646 \u062c\u062f\u064a\u062f \u0648\u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0645\u0631\u0651\u0629 \u0623\u062e\u0631\u0649. \u0641\u064a \u062d\u0627\u0644 \u0627\u0633\u062a\u0645\u0631\u0627\u0631 \u062d\u062f\u0648\u062b \u0627\u0644\u0645\u0634\u0643\u0644\u0629\u060c \u064a\u064f\u0631\u062c\u0649 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0639\u0644\u0627\u0645\u0629 \u062a\u0628\u0648\u064a\u0628 \u2019\u0645\u0633\u0627\u0639\u062f\u0629\u2018 \u0644\u0625\u0639\u0644\u0627\u0645 \u0641\u0631\u064a\u0642 \u0627\u0644\u062f\u0639\u0645.", + "Your team could not be created.": "\u0639\u0630\u0631\u064b\u0627\u060c \u0644\u0645 \u0646\u062a\u0645\u0643\u0651\u0646 \u0645\u0646 \u0625\u0646\u0634\u0627\u0621 \u0641\u0631\u064a\u0642\u0643.", + "Your team could not be updated.": "\u0639\u0630\u0631\u064b\u0627\u060c \u0644\u0645 \u0646\u062a\u0645\u0643\u0651\u0646 \u0645\u0646 \u062a\u062d\u062f\u064a\u062b \u0641\u0631\u064a\u0642\u0643.", + "Your upload of '{file}' failed.": "\u0639\u0630\u0631\u064b\u0627\u060c \u0641\u0634\u0644 \u062a\u062d\u0645\u064a\u0644\u0643 \u0644\u0645\u0644\u0641 '{file}'. ", + "Your upload of '{file}' succeeded.": "\u0646\u062c\u062d \u062a\u062d\u0645\u064a\u0644\u0643 \u0644\u0645\u0644\u0641 '{file}'. ", + "Your verification status is good until {verificationGoodUntil}.": "\u062d\u0627\u0644\u0629 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646\u0643 \u0633\u0644\u064a\u0645\u0629 \u062d\u062a\u0649 {verificationGoodUntil}", + "Your video uploads are not complete.": "\u0639\u0645\u0644\u064a\u0627\u062a \u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643 \u063a\u064a\u0631 \u0645\u0643\u062a\u0645\u0644\u0629.", + "Yourself": "\u0646\u0641\u0633\u0643", + "Zoom In": "\u062a\u0643\u0628\u064a\u0631", + "Zoom Out": "\u062a\u0635\u063a\u064a\u0631", + "[no tags]": "[\u0644\u0627 \u064a\u0648\u062c\u062f \u0623\u064a \u0648\u0633\u0645]", + "active proctored exams": "\u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0631\u0627\u0642\u0628\u0629 \u0627\u0644\u0641\u0627\u0639\u0644\u0629", + "and others": "\u0648\u0622\u062e\u0631\u064a\u0646", + "anonymous": "\u0645\u062c\u0647\u0648\u0644", + "answered question": "\u0633\u0624\u0627\u0644 \u0645\u064f\u062c\u0627\u0628 \u0639\u0644\u064a\u0647", + "bytes": "\u0628\u0627\u064a\u062a", + "certificate": "\u0627\u0644\u0634\u0647\u0627\u062f\u0629", + "close": "\u0625\u063a\u0644\u0627\u0642 ", + "content group": "\u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u0645\u062d\u062a\u0648\u0649", + "could not determine the course_id": "\u0644\u0645 \u0646\u062a\u0645\u0643\u0646 \u0645\u0646 \u062a\u062d\u062f\u064a\u062f \u0645\u0639\u0631\u0641 \u0627\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a\u0629", + "course id": "\u0631\u0642\u0645 \u062a\u0639\u0631\u064a\u0641 \u0627\u0644\u0645\u0633\u0627\u0642 ", + "courses with active proctored exams": "\u0627\u0644\u062f\u0648\u0631\u0627\u062a \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a\u0629 \u0627\u0644\u062a\u064a \u0641\u064a\u0647\u0627 \u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a \u0645\u0631\u0627\u0642\u0628\u0629 \u0641\u0627\u0639\u0644\u0629", + "delete chapter": "\u062d\u0630\u0641 \u0627\u0644\u0641\u0635\u0644", + "delete group": "\u062d\u0630\u0641 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629", + "details about the failure": "\u062a\u0641\u0627\u0635\u064a\u0644 \u0639\u0646 \u0627\u0644\u0641\u0634\u0644", + "discussion": "\u0645\u0646\u0627\u0642\u0634\u0629", + "dragging": "\u0627\u0644\u0633\u062d\u0628", + "dragging out of slider": "\u0627\u0644\u0633\u062d\u0628 \u062e\u0627\u0631\u062c \u0634\u0631\u064a\u0637 \u0627\u0644\u062a\u0645\u0631\u064a\u0631", + "dropped in slider": "\u062c\u0631\u0649 \u0627\u0644\u0625\u0633\u0642\u0627\u0637 \u0641\u064a \u0634\u0631\u064a\u0637 \u0627\u0644\u062a\u0645\u0631\u064a\u0631", + "dropped on target": "\u062c\u0631\u0649 \u0627\u0644\u0625\u0633\u0642\u0627\u0637 \u0639\u0644\u0649 \u0627\u0644\u0647\u062f\u0641", + "e.g. 'Sky with clouds'. The description is helpful for users who cannot see the image.": "\u0645\u062b\u0627\u0644 'Sky with clouds'. \u064a\u0641\u064a\u062f \u0647\u0630\u0627 \u0627\u0644\u062a\u0648\u0635\u064a\u0641 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0627\u0644\u0630\u064a\u0646 \u064a\u062a\u0639\u0630\u0651\u0631 \u0639\u0644\u064a\u0647\u0645 \u0631\u0624\u064a\u0629 \u0627\u0644\u0635\u0648\u0631\u0629.", + "e.g. 'google'": "\u0645\u062b\u0627\u0644: 'google'", + "e.g. 'http://google.com'": "\u0639\u0644\u0649 \u0633\u0628\u064a\u0644 \u0627\u0644\u0645\u062b\u0627\u0644 'http://google.com'", + "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "\u0645\u062b\u0644\u064b\u0627: ahafiz@example.com\u060c \u0639\u0628\u062f \u0627\u0644\u062d\u0644\u064a\u0645 \u062d\u0627\u0641\u0638\u060c halim@example.com", + "emphasized text": "\u0646\u0635 \u0628\u0635\u064a\u063a\u0629 \u2019emphasized\u2018\u060c \u0623\u064a \u0645\u0634\u062f\u0651\u062f \u0639\u0644\u064a\u0647", + "endorsed %(time_ago)s": "\u0645\u0635\u0627\u062f\u0642\u0629 \u0639\u0644\u064a\u0647\u0627 %(time_ago)s", + "endorsed %(time_ago)s by %(user)s": "\u0645\u0635\u0627\u062f\u0642\u0629 \u0639\u0644\u064a\u0647\u0627 %(time_ago)s \u0645\u0646 \u0642\u0650\u0628\u0644 %(user)s", + "enter code here": "\u0623\u062f\u062e\u0644 \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u0627\u062a \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0629 \u0647\u0646\u0627", + "enter link description here": "\u0623\u062f\u062e\u0644 \u0648\u0635\u0641 \u0627\u0644\u0631\u0627\u0628\u0637 \u0647\u0646\u0627", + "follow this post": "\u062a\u0627\u0628\u0650\u0639 \u0647\u0630\u0627 \u0627\u0644\u0645\u0646\u0634\u0648\u0631 ", + "group configuration": "\u0636\u0628\u0637 \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629", + "image omitted": "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0635\u0648\u0631\u0629", + "internally reviewed": "\u062a\u0645 \u0627\u0633\u062a\u0639\u0631\u0627\u0636\u0647 \u062f\u0627\u062e\u0644\u064a\u0627\u064b", + "last activity": "\u0627\u0644\u0646\u0634\u0627\u0637 \u0627\u0644\u0623\u062e\u064a\u0631", + "marked as answer %(time_ago)s": "\u0645\u0648\u0633\u0648\u0645\u0629 \u0643\u0625\u062c\u0627\u0628\u0629 %(time_ago)s", + "marked as answer %(time_ago)s by %(user)s": "\u0645\u0648\u0633\u0648\u0645\u0629 \u0643\u0625\u062c\u0627\u0628\u0629 %(time_ago)s \u0644\u0644\u0645\u0633\u062a\u062e\u062f\u0645 %(user)s", + "name": "\u0627\u0644\u0627\u0633\u0645 ", + "open slots": "\u0627\u0644\u0634\u0648\u0627\u063a\u0631 \u0627\u0644\u0645\u062a\u0627\u062d\u0629", + "or": "\u0623\u0648", + "or create a new one here": "\u0623\u0648 \u0623\u0646\u0634\u0626 \u062d\u0633\u0627\u0628\u0627\u064b \u062c\u062f\u064a\u062f\u0627\u064b \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645", + "or sign in with": "\u0623\u0648 \u0633\u062c\u0651\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645", + "path/to/introductionToCookieBaking-CH{order}.pdf": "path/to/introductionToCookieBaking-CH{order}.pdf", + "pending": "\u0642\u064a\u062f \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631", + "post anonymously": "\u0627\u0646\u0634\u064f\u0631 \u0645\u0646 \u062f\u0648\u0646 \u0627\u0644\u0643\u0634\u0641 \u0639\u0646 \u0627\u0644\u0647\u0648\u064a\u0629 ", + "post anonymously to classmates": "\u0627\u0646\u0634\u0631 \u0623\u0645\u0627\u0645 \u0627\u0644\u0632\u0645\u0644\u0627\u0621 \u0645\u0646 \u062f\u0648\u0646 \u0627\u0644\u0643\u0634\u0641 \u0639\u0646 \u0627\u0644\u0647\u0648\u064a\u0629 ", + "posted %(time_ago)s by %(author)s": "\u0645\u0646\u0634\u0648\u0631 %(author)s \u0628\u0648\u0627\u0633\u0637\u0629 %(time_ago)s", + "practice": "\u062a\u0645\u0631\u064a\u0646", + "price": "\u0627\u0644\u0633\u0639\u0631", + "proctored": "\u0645\u0631\u0627\u0642\u0628", + "provide the title/name of the chapter that will be used in navigating": "\u062d\u062f\u0651\u062f \u0639\u0646\u0648\u0627\u0646/ \u0627\u0633\u0645 \u0627\u0644\u0641\u0635\u0644 \u0627\u0644\u0630\u064a \u0633\u064a\u064f\u0633\u062a\u062e\u062f\u0645 \u0641\u064a \u0627\u0644\u062a\u0635\u0641\u0651\u062d ", + "provide the title/name of the text book as you would like your students to see it": "\u062d\u062f\u0651\u062f \u0639\u0646\u0648\u0627\u0646/\u0627\u0633\u0645 \u0627\u0644\u0643\u062a\u0627\u0628 \u0643\u0645\u0627 \u062a\u0631\u064a\u062f \u0623\u0646 \u064a\u0631\u0627\u0647 \u0637\u0644\u0627\u0628\u0651\u0643", + "remove": "\u062d\u0630\u0641", + "remove all": "\u062d\u0630\u0641 \u0627\u0644\u0643\u0644", + "satisfactory": "\u0645\u0642\u0628\u0648\u0644", + "send an email message to {email}": "\u0623\u0631\u0633\u0644 \u0631\u0633\u0627\u0644\u0629 \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629 \u0625\u0644\u0649 \u0627\u0644\u0639\u0646\u0648\u0627\u0646 {email} ", + "strong text": "\u0646\u0635 \u0628\u0635\u064a\u063a\u0629 \u2019strong\u2018\u060c \u0623\u064a \u0645\u0647\u0645", + "team count": "\u0639\u062f\u062f \u0623\u0639\u0636\u0627\u0621 \u0627\u0644\u0641\u0631\u064a\u0642", "there is currently {numVotes} vote": [ - "\u0647\u0646\u0627\u0643 {numVotes} \u0635\u0648\u062a", - "\u0647\u0646\u0627\u0643 {numVotes} \u0635\u0648\u062a", - "\u0647\u0646\u0627\u0643 {numVotes} \u0635\u0648\u062a", - "\u0647\u0646\u0627\u0643 {numVotes} \u0623\u0635\u0648\u0627\u062a", - "\u0647\u0646\u0627\u0643 {numVotes} \u0635\u0648\u062a\u0627\u064b", + "\u0647\u0646\u0627\u0643 {numVotes} \u0635\u0648\u062a", + "\u0647\u0646\u0627\u0643 {numVotes} \u0635\u0648\u062a", + "\u0647\u0646\u0627\u0643 {numVotes} \u0635\u0648\u062a", + "\u0647\u0646\u0627\u0643 {numVotes} \u0623\u0635\u0648\u0627\u062a", + "\u0647\u0646\u0627\u0643 {numVotes} \u0635\u0648\u062a\u0627\u064b", "\u0647\u0646\u0627\u0643 {numVotes} \u0635\u0648\u062a" - ], - "timed": "\u0645\u0648\u0642\u0648\u062a", - "toggle chapter %(displayName)s": "\u062a\u0628\u062f\u064a\u0644 \u0627\u0644\u0641\u0635\u0644 %(displayName)s", - "toggle subsection %(displayName)s": "\u062a\u0628\u062f\u064a\u0644 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0641\u0631\u0639\u064a %(displayName)s", - "unanswered question": "\u0633\u0624\u0627\u0644 \u063a\u064a\u0631 \u0645\u064f\u062c\u0627\u0628 \u0639\u0644\u064a\u0647", - "unsatisfactory": "\u063a\u064a\u0631 \u0645\u0631\u0636\u0650", - "upload a PDF file or provide the path to a Studio asset file": "\u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641 \u0628\u0635\u064a\u063a\u0629 PDF \u0623\u0648 \u062a\u062d\u062f\u064a\u062f \u0645\u0633\u0627\u0631 \u0623\u062d\u062f \u0627\u0644\u0645\u0644\u0641\u0651\u0627\u062a \u0627\u0644\u0645\u0644\u062d\u0642\u0629 \u0628\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0633\u062a\u0648\u062f\u064a\u0648", - "username or email": "\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0623\u0648 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a:", - "with %(release_date_from)s": "\u0645\u0639 %(release_date_from)s", - "with %(section_or_subsection)s": "\u0645\u0639 %(section_or_subsection)s", - "you have less than a minute remaining": "\u0628\u0642\u064a \u0644\u062f\u064a\u0643 \u0623\u0642\u0644 \u0645\u0646 \u062f\u0642\u064a\u0642\u0629", - "you have {remaining_time} remaining": "\u0628\u0642\u064a \u0644\u062f\u064a\u0643 {remaining_time} ", - "you will have ": "\u0633\u064a\u0643\u0648\u0646 \u0639\u0644\u064a\u0643", - "your course": "\u062f\u0648\u0631\u062a\u0643 \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a\u0629", - "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start}\u062a\u0635\u0641\u0651\u062d \u0641\u0631\u0642 \u0641\u064a \u0645\u0648\u0636\u0648\u0639\u0627\u062a \u0623\u062e\u0631\u0649{span_end} \u0623\u0648 {search_span_start} \u0627\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u0641\u0631\u0642{span_end} \u0636\u0645\u0646 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0636\u0648\u0639. \u0641\u064a \u062d\u0627\u0644 \u0644\u0645 \u062a\u062a\u0645\u0643\u0651\u0646 \u0645\u0646 \u0625\u064a\u062c\u0627\u062f \u0641\u0631\u064a\u0642 \u0644\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u064a\u0647\u060c {create_span_start}\u0623\u0646\u0634\u0626 \u0641\u0631\u064a\u0642\u064b\u0627 \u062c\u062f\u064a\u062f\u064b\u0627 \u0636\u0645\u0646 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0636\u0648\u0639{span_end}.", - "{display_name} Settings": "\u0625\u0639\u062f\u0627\u062f\u0627\u062a {display_name}", - "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} \u0647\u0648 \u0639\u0636\u0648 \u0645\u0633\u062c\u0651\u064e\u0644 \u0645\u0646 \u0642\u0628\u0644 \u0641\u064a \u0641\u0631\u064a\u0642 {container}. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642 \u0645\u0646 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0625\u0630\u0627 \u0623\u0631\u062f\u062a \u0625\u0636\u0627\u0641\u0629 \u0639\u0636\u0648 \u062c\u062f\u064a\u062f.", - "{hours}:{minutes} (current UTC time)": "{hours}:{minutes} (\u062a\u0648\u0642\u064a\u062a \u063a\u0631\u064a\u0646\u062a\u0634 \u0627\u0644\u062d\u0627\u0644\u064a)", + ], + "timed": "\u0645\u0648\u0642\u0648\u062a", + "toggle chapter %(displayName)s": "\u062a\u0628\u062f\u064a\u0644 \u0627\u0644\u0641\u0635\u0644 %(displayName)s", + "toggle subsection %(displayName)s": "\u062a\u0628\u062f\u064a\u0644 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0641\u0631\u0639\u064a %(displayName)s", + "unanswered question": "\u0633\u0624\u0627\u0644 \u063a\u064a\u0631 \u0645\u064f\u062c\u0627\u0628 \u0639\u0644\u064a\u0647", + "unsatisfactory": "\u063a\u064a\u0631 \u0645\u0631\u0636\u0650", + "upload a PDF file or provide the path to a Studio asset file": "\u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641 \u0628\u0635\u064a\u063a\u0629 PDF \u0623\u0648 \u062a\u062d\u062f\u064a\u062f \u0645\u0633\u0627\u0631 \u0623\u062d\u062f \u0627\u0644\u0645\u0644\u0641\u0651\u0627\u062a \u0627\u0644\u0645\u0644\u062d\u0642\u0629 \u0628\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0633\u062a\u0648\u062f\u064a\u0648", + "username or email": "\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0623\u0648 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a:", + "with %(release_date_from)s": "\u0645\u0639 %(release_date_from)s", + "with %(section_or_subsection)s": "\u0645\u0639 %(section_or_subsection)s", + "you have less than a minute remaining": "\u0628\u0642\u064a \u0644\u062f\u064a\u0643 \u0623\u0642\u0644 \u0645\u0646 \u062f\u0642\u064a\u0642\u0629", + "you have {remaining_time} remaining": "\u0628\u0642\u064a \u0644\u062f\u064a\u0643 {remaining_time} ", + "you will have ": "\u0633\u064a\u0643\u0648\u0646 \u0639\u0644\u064a\u0643", + "your course": "\u062f\u0648\u0631\u062a\u0643 \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a\u0629", + "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start}\u062a\u0635\u0641\u0651\u062d \u0641\u0631\u0642 \u0641\u064a \u0645\u0648\u0636\u0648\u0639\u0627\u062a \u0623\u062e\u0631\u0649{span_end} \u0623\u0648 {search_span_start} \u0627\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u0641\u0631\u0642{span_end} \u0636\u0645\u0646 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0636\u0648\u0639. \u0641\u064a \u062d\u0627\u0644 \u0644\u0645 \u062a\u062a\u0645\u0643\u0651\u0646 \u0645\u0646 \u0625\u064a\u062c\u0627\u062f \u0641\u0631\u064a\u0642 \u0644\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u064a\u0647\u060c {create_span_start}\u0623\u0646\u0634\u0626 \u0641\u0631\u064a\u0642\u064b\u0627 \u062c\u062f\u064a\u062f\u064b\u0627 \u0636\u0645\u0646 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0636\u0648\u0639{span_end}.", + "{display_name} Settings": "\u0625\u0639\u062f\u0627\u062f\u0627\u062a {display_name}", + "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} \u0647\u0648 \u0639\u0636\u0648 \u0645\u0633\u062c\u0651\u064e\u0644 \u0645\u0646 \u0642\u0628\u0644 \u0641\u064a \u0641\u0631\u064a\u0642 {container}. \u064a\u064f\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u062d\u0642\u0651\u0642 \u0645\u0646 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0625\u0630\u0627 \u0623\u0631\u062f\u062a \u0625\u0636\u0627\u0641\u0629 \u0639\u0636\u0648 \u062c\u062f\u064a\u062f.", + "{hours}:{minutes} (current UTC time)": "{hours}:{minutes} (\u062a\u0648\u0642\u064a\u062a \u063a\u0631\u064a\u0646\u062a\u0634 \u0627\u0644\u062d\u0627\u0644\u064a)", "{numResponses} other response": [ - "{numResponses} \u0631\u062f \u0622\u062e\u0631", - "{numResponses} \u0631\u062f \u0622\u062e\u0631", - "{numResponses} \u0631\u062f \u0622\u062e\u0631", - "{numResponses} \u0631\u062f\u0648\u062f \u0623\u062e\u0631\u0649", - "{numResponses} \u0631\u062f\u0627\u064b \u0622\u062e\u0631\u0627\u064b", + "{numResponses} \u0631\u062f \u0622\u062e\u0631", + "{numResponses} \u0631\u062f \u0622\u062e\u0631", + "{numResponses} \u0631\u062f \u0622\u062e\u0631", + "{numResponses} \u0631\u062f\u0648\u062f \u0623\u062e\u0631\u0649", + "{numResponses} \u0631\u062f\u0627\u064b \u0622\u062e\u0631\u0627\u064b", "{numResponses} \u0631\u062f \u0622\u062e\u0631" - ], + ], "{numResponses} response": [ - "{numResponses} \u0631\u062f", - "{numResponses} \u0631\u062f", - "{numResponses} \u0631\u062f", - "{numResponses} \u0631\u062f\u0648\u062f", - "{numResponses} \u0631\u062f\u0627\u064b", + "{numResponses} \u0631\u062f", + "{numResponses} \u0631\u062f", + "{numResponses} \u0631\u062f", + "{numResponses} \u0631\u062f\u0648\u062f", + "{numResponses} \u0631\u062f\u0627\u064b", "{numResponses} \u0631\u062f" - ], + ], "{numVotes} Vote": [ - "{numVotes} \u0635\u0648\u062a", - "{numVotes} \u0635\u0648\u062a", - "{numVotes} \u0635\u0648\u062a", - "{numVotes} \u0623\u0635\u0648\u0627\u062a", - "{numVotes} \u0635\u0648\u062a\u0627\u064b", + "{numVotes} \u0635\u0648\u062a", + "{numVotes} \u0635\u0648\u062a", + "{numVotes} \u0635\u0648\u062a", + "{numVotes} \u0623\u0635\u0648\u0627\u062a", + "{numVotes} \u0635\u0648\u062a\u0627\u064b", "{numVotes} \u0635\u0648\u062a" - ], - "{num_of_hours} hour": "{num_of_hours} \u0627\u0644\u0633\u0627\u0639\u0627\u062a", - "{num_of_hours} hours": "{num_of_hours} \u0627\u0644\u0633\u0627\u0639\u0627\u062a", - "{num_of_minutes} minute": "{num_of_minutes} \u062f\u0642\u0627\u0626\u0642", - "{num_of_minutes} minutes": "{num_of_minutes} \u0627\u0644\u062f\u0642\u0627\u0626\u0642", - "{organization}\\'s logo": "\u0634\u0639\u0627\u0631 \u0627\u0644{organization}", - "{screen_reader_start}Warning:{screen_reader_end} No content groups exist.": "{screen_reader_start}\u062a\u062d\u0630\u064a\u0631:{screen_reader_end} \u062a\u0639\u0630\u0651\u0631 \u0625\u064a\u062c\u0627\u062f \u0645\u062c\u0645\u0648\u0639\u0627\u062a \u0645\u062d\u062a\u0648\u0649.", - "{screen_reader_start}Warning:{screen_reader_end} The previously selected content group was deleted. Select another content group.": "{screen_reader_start}\u062a\u062d\u0630\u064a\u0631:{screen_reader_end} \u062d\u0651\u0630\u0641\u062a \u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u0645\u062d\u062f\u0651\u062f\u0629 \u0633\u0627\u0628\u0642\u064b\u0627. \u064a\u064f\u0631\u062c\u0649 \u0627\u062e\u062a\u064a\u0627\u0631 \u0645\u062c\u0645\u0648\u0639\u0629 \u0645\u062d\u062a\u0648\u0649 \u0623\u062e\u0631\u0649.", - "{unread_comments_count} new": "{unread_comments_count} \u062c\u062f\u064a\u062f", + ], + "{num_of_hours} hour": "{num_of_hours} \u0627\u0644\u0633\u0627\u0639\u0627\u062a", + "{num_of_hours} hours": "{num_of_hours} \u0627\u0644\u0633\u0627\u0639\u0627\u062a", + "{num_of_minutes} minute": "{num_of_minutes} \u062f\u0642\u0627\u0626\u0642", + "{num_of_minutes} minutes": "{num_of_minutes} \u0627\u0644\u062f\u0642\u0627\u0626\u0642", + "{organization}\\'s logo": "\u0634\u0639\u0627\u0631 \u0627\u0644{organization}", + "{screen_reader_start}Warning:{screen_reader_end} No content groups exist.": "{screen_reader_start}\u062a\u062d\u0630\u064a\u0631:{screen_reader_end} \u062a\u0639\u0630\u0651\u0631 \u0625\u064a\u062c\u0627\u062f \u0645\u062c\u0645\u0648\u0639\u0627\u062a \u0645\u062d\u062a\u0648\u0649.", + "{screen_reader_start}Warning:{screen_reader_end} The previously selected content group was deleted. Select another content group.": "{screen_reader_start}\u062a\u062d\u0630\u064a\u0631:{screen_reader_end} \u062d\u0651\u0630\u0641\u062a \u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u0645\u062d\u062f\u0651\u062f\u0629 \u0633\u0627\u0628\u0642\u064b\u0627. \u064a\u064f\u0631\u062c\u0649 \u0627\u062e\u062a\u064a\u0627\u0631 \u0645\u062c\u0645\u0648\u0639\u0629 \u0645\u062d\u062a\u0648\u0649 \u0623\u062e\u0631\u0649.", + "{unread_comments_count} new": "{unread_comments_count} \u062c\u062f\u064a\u062f", "\u2026": "..." }; for (var key in newcatalog) { @@ -1708,48 +1708,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "N j, Y, P", + "DATETIME_FORMAT": "N j, Y, P", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "j F\u060c Y", + ], + "DATE_FORMAT": "j F\u060c Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "j F", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "d\u200f/m\u200f/Y", - "THOUSAND_SEPARATOR": ".", - "TIME_FORMAT": "g:i A", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "j F", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "d\u200f/m\u200f/Y", + "THOUSAND_SEPARATOR": ".", + "TIME_FORMAT": "g:i A", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/az/djangojs.js b/cms/static/js/i18n/az/djangojs.js index 3d9c50b26e..f659651f1b 100644 --- a/cms/static/js/i18n/az/djangojs.js +++ b/cms/static/js/i18n/az/djangojs.js @@ -21,64 +21,64 @@ var newcatalog = { "%(sel)s of %(cnt)s selected": [ - "%(sel)s / %(cnt)s se\u00e7ilib", + "%(sel)s / %(cnt)s se\u00e7ilib", "%(sel)s / %(cnt)s se\u00e7ilib" - ], - "6 a.m.": "6 a.m.", - "6 p.m.": "6 p.m.", - "April": "Aprel", - "August": "Avqust", - "Available %s": "M\u00fcmk\u00fcn %s", - "Cancel": "L\u0259\u011fv et", - "Choose": "Se\u00e7", - "Choose a Date": "Tarix Se\u00e7in", - "Choose a Time": "Vaxt Se\u00e7in", - "Choose a time": "Vaxt\u0131 se\u00e7in", - "Choose all": "Ham\u0131s\u0131n\u0131 se\u00e7", - "Chosen %s": "Se\u00e7ilmi\u015f %s", - "Click to choose all %s at once.": "B\u00fct\u00fcn %s siyah\u0131s\u0131n\u0131 se\u00e7m\u0259k \u00fc\u00e7\u00fcn t\u0131qlay\u0131n.", - "Click to remove all chosen %s at once.": "Se\u00e7ilmi\u015f %s siyah\u0131s\u0131n\u0131n ham\u0131s\u0131n\u0131 silm\u0259k \u00fc\u00e7\u00fcn t\u0131qlay\u0131n.", - "December": "Dekabr", - "February": "Fevral", - "Filter": "S\u00fczg\u0259c", - "Hide": "Gizl\u0259t", - "January": "Yanvar", - "July": "\u0130yul", - "June": "\u0130yun", - "March": "Mart", - "May": "May", - "Midnight": "Gec\u0259 yar\u0131s\u0131", - "Noon": "G\u00fcnorta", + ], + "6 a.m.": "6 a.m.", + "6 p.m.": "6 p.m.", + "April": "Aprel", + "August": "Avqust", + "Available %s": "M\u00fcmk\u00fcn %s", + "Cancel": "L\u0259\u011fv et", + "Choose": "Se\u00e7", + "Choose a Date": "Tarix Se\u00e7in", + "Choose a Time": "Vaxt Se\u00e7in", + "Choose a time": "Vaxt\u0131 se\u00e7in", + "Choose all": "Ham\u0131s\u0131n\u0131 se\u00e7", + "Chosen %s": "Se\u00e7ilmi\u015f %s", + "Click to choose all %s at once.": "B\u00fct\u00fcn %s siyah\u0131s\u0131n\u0131 se\u00e7m\u0259k \u00fc\u00e7\u00fcn t\u0131qlay\u0131n.", + "Click to remove all chosen %s at once.": "Se\u00e7ilmi\u015f %s siyah\u0131s\u0131n\u0131n ham\u0131s\u0131n\u0131 silm\u0259k \u00fc\u00e7\u00fcn t\u0131qlay\u0131n.", + "December": "Dekabr", + "February": "Fevral", + "Filter": "S\u00fczg\u0259c", + "Hide": "Gizl\u0259t", + "January": "Yanvar", + "July": "\u0130yul", + "June": "\u0130yun", + "March": "Mart", + "May": "May", + "Midnight": "Gec\u0259 yar\u0131s\u0131", + "Noon": "G\u00fcnorta", "Note: You are %s hour ahead of server time.": [ - "Diqq\u0259t: Server vaxt\u0131ndan %s saat ir\u0259lid\u0259siniz.", + "Diqq\u0259t: Server vaxt\u0131ndan %s saat ir\u0259lid\u0259siniz.", "Diqq\u0259t: Server vaxt\u0131ndan %s saat ir\u0259lid\u0259siniz." - ], + ], "Note: You are %s hour behind server time.": [ - "Diqq\u0259t: Server vaxt\u0131ndan %s saat gerid\u0259siniz.", + "Diqq\u0259t: Server vaxt\u0131ndan %s saat gerid\u0259siniz.", "Diqq\u0259t: Server vaxt\u0131ndan %s saat gerid\u0259siniz." - ], - "November": "Noyabr", - "Now": "\u0130ndi", - "October": "Oktyabr", - "Remove": "Y\u0131\u011f\u0131\u015fd\u0131r", - "Remove all": "Ham\u0131s\u0131n\u0131 sil", - "September": "Sentyabr", - "Show": "G\u00f6st\u0259r", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Bu, m\u00fcmk\u00fcn %s siyah\u0131s\u0131d\u0131r. Onlardan bir ne\u00e7\u0259sini qar\u015f\u0131s\u0131ndak\u0131 xanaya i\u015far\u0259 qoymaq v\u0259 iki xana aras\u0131ndak\u0131 \"Se\u00e7\"i t\u0131qlamaqla se\u00e7m\u0259k olar.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Bu, se\u00e7ilmi\u015f %s siyah\u0131s\u0131d\u0131r. Onlardan bir ne\u00e7\u0259sini a\u015fa\u011f\u0131dak\u0131 xanaya i\u015far\u0259 qoymaq v\u0259 iki xana aras\u0131ndak\u0131 \"Sil\"i t\u0131qlamaqla silm\u0259k olar.", - "Today": "Bu g\u00fcn", - "Tomorrow": "Sabah", - "Type into this box to filter down the list of available %s.": "Bu xanaya yazmaqla m\u00fcmk\u00fcn %s siyah\u0131s\u0131n\u0131 filtrl\u0259y\u0259 bil\u0259rsiniz.", - "Yesterday": "D\u00fcn\u0259n", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Siz \u0259m\u0259liyyat\u0131 se\u00e7misiniz v\u0259 he\u00e7 bir sah\u0259y\u0259 d\u0259yi\u015fiklik etm\u0259misiniz. Siz y\u0259qin ki, Yadda saxla d\u00fcym\u0259sini deyil, Getdik d\u00fcym\u0259sini axtar\u0131rs\u0131n\u0131z.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u018fm\u0259liyyat\u0131 se\u00e7misiniz, amma b\u0259zi sah\u0259l\u0259rd\u0259ki d\u0259yi\u015fiklikl\u0259ri h\u0259l\u0259 yadda saxlamam\u0131\u015f\u0131q. Bunun \u00fc\u00e7\u00fcn OK se\u00e7m\u0259lisiniz. Ondan sonra \u0259m\u0259liyyat\u0131 yenid\u0259n i\u015f\u0259 salma\u011fa c\u0259hd edin.", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "B\u0259zi sah\u0259l\u0259rd\u0259 etdiyiniz d\u0259yi\u015fiklikl\u0259ri h\u0259l\u0259 yadda saxlamam\u0131\u015f\u0131q. \u018fg\u0259r \u0259m\u0259liyyat\u0131 i\u015f\u0259 salsan\u0131z, d\u0259yi\u015fiklikl\u0259r \u0259ld\u0259n ged\u0259c\u0259k.", - "one letter Friday\u0004F": "C", - "one letter Monday\u0004M": "B", - "one letter Saturday\u0004S": "\u015e", - "one letter Sunday\u0004S": "B", - "one letter Thursday\u0004T": "C", - "one letter Tuesday\u0004T": "\u00c7", + ], + "November": "Noyabr", + "Now": "\u0130ndi", + "October": "Oktyabr", + "Remove": "Y\u0131\u011f\u0131\u015fd\u0131r", + "Remove all": "Ham\u0131s\u0131n\u0131 sil", + "September": "Sentyabr", + "Show": "G\u00f6st\u0259r", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Bu, m\u00fcmk\u00fcn %s siyah\u0131s\u0131d\u0131r. Onlardan bir ne\u00e7\u0259sini qar\u015f\u0131s\u0131ndak\u0131 xanaya i\u015far\u0259 qoymaq v\u0259 iki xana aras\u0131ndak\u0131 \"Se\u00e7\"i t\u0131qlamaqla se\u00e7m\u0259k olar.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Bu, se\u00e7ilmi\u015f %s siyah\u0131s\u0131d\u0131r. Onlardan bir ne\u00e7\u0259sini a\u015fa\u011f\u0131dak\u0131 xanaya i\u015far\u0259 qoymaq v\u0259 iki xana aras\u0131ndak\u0131 \"Sil\"i t\u0131qlamaqla silm\u0259k olar.", + "Today": "Bu g\u00fcn", + "Tomorrow": "Sabah", + "Type into this box to filter down the list of available %s.": "Bu xanaya yazmaqla m\u00fcmk\u00fcn %s siyah\u0131s\u0131n\u0131 filtrl\u0259y\u0259 bil\u0259rsiniz.", + "Yesterday": "D\u00fcn\u0259n", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Siz \u0259m\u0259liyyat\u0131 se\u00e7misiniz v\u0259 he\u00e7 bir sah\u0259y\u0259 d\u0259yi\u015fiklik etm\u0259misiniz. Siz y\u0259qin ki, Yadda saxla d\u00fcym\u0259sini deyil, Getdik d\u00fcym\u0259sini axtar\u0131rs\u0131n\u0131z.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u018fm\u0259liyyat\u0131 se\u00e7misiniz, amma b\u0259zi sah\u0259l\u0259rd\u0259ki d\u0259yi\u015fiklikl\u0259ri h\u0259l\u0259 yadda saxlamam\u0131\u015f\u0131q. Bunun \u00fc\u00e7\u00fcn OK se\u00e7m\u0259lisiniz. Ondan sonra \u0259m\u0259liyyat\u0131 yenid\u0259n i\u015f\u0259 salma\u011fa c\u0259hd edin.", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "B\u0259zi sah\u0259l\u0259rd\u0259 etdiyiniz d\u0259yi\u015fiklikl\u0259ri h\u0259l\u0259 yadda saxlamam\u0131\u015f\u0131q. \u018fg\u0259r \u0259m\u0259liyyat\u0131 i\u015f\u0259 salsan\u0131z, d\u0259yi\u015fiklikl\u0259r \u0259ld\u0259n ged\u0259c\u0259k.", + "one letter Friday\u0004F": "C", + "one letter Monday\u0004M": "B", + "one letter Saturday\u0004S": "\u015e", + "one letter Sunday\u0004S": "B", + "one letter Thursday\u0004T": "C", + "one letter Tuesday\u0004T": "\u00c7", "one letter Wednesday\u0004W": "\u00c7" }; for (var key in newcatalog) { @@ -135,40 +135,40 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "j E Y, G:i", + "DATETIME_FORMAT": "j E Y, G:i", "DATETIME_INPUT_FORMATS": [ - "%d.%m.%Y %H:%M:%S", - "%d.%m.%Y %H:%M:%S.%f", - "%d.%m.%Y %H:%M", - "%d.%m.%Y", - "%d.%m.%y %H:%M:%S", - "%d.%m.%y %H:%M:%S.%f", - "%d.%m.%y %H:%M", - "%d.%m.%y", - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", + "%d.%m.%Y %H:%M:%S", + "%d.%m.%Y %H:%M:%S.%f", + "%d.%m.%Y %H:%M", + "%d.%m.%Y", + "%d.%m.%y %H:%M:%S", + "%d.%m.%y %H:%M:%S.%f", + "%d.%m.%y %H:%M", + "%d.%m.%y", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", "%Y-%m-%d" - ], - "DATE_FORMAT": "j E Y", + ], + "DATE_FORMAT": "j E Y", "DATE_INPUT_FORMATS": [ - "%d.%m.%Y", - "%d.%m.%y", + "%d.%m.%Y", + "%d.%m.%y", "%Y-%m-%d" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "1", - "MONTH_DAY_FORMAT": "j F", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "d.m.Y H:i", - "SHORT_DATE_FORMAT": "d.m.Y", - "THOUSAND_SEPARATOR": "\u00a0", - "TIME_FORMAT": "G:i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "1", + "MONTH_DAY_FORMAT": "j F", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "d.m.Y H:i", + "SHORT_DATE_FORMAT": "d.m.Y", + "THOUSAND_SEPARATOR": "\u00a0", + "TIME_FORMAT": "G:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/bg-bg/djangojs.js b/cms/static/js/i18n/bg-bg/djangojs.js index 5a37aa3140..846386a8dc 100644 --- a/cms/static/js/i18n/bg-bg/djangojs.js +++ b/cms/static/js/i18n/bg-bg/djangojs.js @@ -21,64 +21,64 @@ var newcatalog = { "%(sel)s of %(cnt)s selected": [ - "%(sel)s \u043d\u0430 %(cnt)s \u0435 \u0438\u0437\u0431\u0440\u0430\u043d", + "%(sel)s \u043d\u0430 %(cnt)s \u0435 \u0438\u0437\u0431\u0440\u0430\u043d", "%(sel)s \u043d\u0430 %(cnt)s \u0441\u0430 \u0438\u0437\u0431\u0440\u0430\u043d\u0438" - ], - "6 a.m.": "6 a.m.", - "6 p.m.": "6 \u0441\u043b\u0435\u0434 \u043e\u0431\u044f\u0434", - "April": "\u0410\u043f\u0440\u0438\u043b", - "August": "\u0410\u0432\u0433\u0443\u0441\u0442", - "Available %s": "\u041d\u0430\u043b\u0438\u0447\u043d\u0438 %s", - "Cancel": "\u041e\u0442\u043a\u0430\u0437", - "Choose": "\u0418\u0437\u0431\u0438\u0440\u0430\u043c", - "Choose a Date": "\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0434\u0430\u0442\u0430", - "Choose a Time": "\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0432\u0440\u0435\u043c\u0435", - "Choose a time": "\u0418\u0437\u0431\u0435\u0440\u0438 \u0432\u0440\u0435\u043c\u0435", - "Choose all": "\u0418\u0437\u0431\u0435\u0440\u0438 \u0432\u0441\u0438\u0447\u043a\u0438", - "Chosen %s": "\u0418\u0437\u0431\u0440\u0430\u0445\u043c\u0435 %s", - "Click to choose all %s at once.": "\u041a\u043b\u0438\u043a\u043d\u0435\u0442\u0435, \u0437\u0430 \u0434\u0430 \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0432\u0441\u0438\u0447\u043a\u0438 %s \u043d\u0430\u0432\u0435\u0434\u043d\u044a\u0436.", - "Click to remove all chosen %s at once.": "\u041a\u043b\u0438\u043a\u043d\u0435\u0442\u0435, \u0437\u0430 \u0434\u0430 \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0435\u0442\u0435 \u0432\u0441\u0438\u0447\u043a\u0438 \u0438\u0437\u0431\u0440\u0430\u043d\u0438 %s \u043d\u0430\u0432\u0435\u0434\u043d\u044a\u0436.", - "December": "\u0414\u0435\u043a\u0435\u043c\u0432\u0440\u0438", - "February": "\u0424\u0435\u0432\u0440\u0443\u0430\u0440\u0438", - "Filter": "\u0424\u0438\u043b\u0442\u044a\u0440", - "Hide": "\u0421\u043a\u0440\u0438\u0439", - "January": "\u042f\u043d\u0443\u0430\u0440\u0438", - "July": "\u042e\u043b\u0438", - "June": "\u042e\u043d\u0438", - "March": "\u041c\u0430\u0440\u0442", - "May": "\u041c\u0430\u0439", - "Midnight": "\u041f\u043e\u043b\u0443\u043d\u043e\u0449", - "Noon": "\u041f\u043e \u043e\u0431\u044f\u0434", + ], + "6 a.m.": "6 a.m.", + "6 p.m.": "6 \u0441\u043b\u0435\u0434 \u043e\u0431\u044f\u0434", + "April": "\u0410\u043f\u0440\u0438\u043b", + "August": "\u0410\u0432\u0433\u0443\u0441\u0442", + "Available %s": "\u041d\u0430\u043b\u0438\u0447\u043d\u0438 %s", + "Cancel": "\u041e\u0442\u043a\u0430\u0437", + "Choose": "\u0418\u0437\u0431\u0438\u0440\u0430\u043c", + "Choose a Date": "\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0434\u0430\u0442\u0430", + "Choose a Time": "\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0432\u0440\u0435\u043c\u0435", + "Choose a time": "\u0418\u0437\u0431\u0435\u0440\u0438 \u0432\u0440\u0435\u043c\u0435", + "Choose all": "\u0418\u0437\u0431\u0435\u0440\u0438 \u0432\u0441\u0438\u0447\u043a\u0438", + "Chosen %s": "\u0418\u0437\u0431\u0440\u0430\u0445\u043c\u0435 %s", + "Click to choose all %s at once.": "\u041a\u043b\u0438\u043a\u043d\u0435\u0442\u0435, \u0437\u0430 \u0434\u0430 \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0432\u0441\u0438\u0447\u043a\u0438 %s \u043d\u0430\u0432\u0435\u0434\u043d\u044a\u0436.", + "Click to remove all chosen %s at once.": "\u041a\u043b\u0438\u043a\u043d\u0435\u0442\u0435, \u0437\u0430 \u0434\u0430 \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0435\u0442\u0435 \u0432\u0441\u0438\u0447\u043a\u0438 \u0438\u0437\u0431\u0440\u0430\u043d\u0438 %s \u043d\u0430\u0432\u0435\u0434\u043d\u044a\u0436.", + "December": "\u0414\u0435\u043a\u0435\u043c\u0432\u0440\u0438", + "February": "\u0424\u0435\u0432\u0440\u0443\u0430\u0440\u0438", + "Filter": "\u0424\u0438\u043b\u0442\u044a\u0440", + "Hide": "\u0421\u043a\u0440\u0438\u0439", + "January": "\u042f\u043d\u0443\u0430\u0440\u0438", + "July": "\u042e\u043b\u0438", + "June": "\u042e\u043d\u0438", + "March": "\u041c\u0430\u0440\u0442", + "May": "\u041c\u0430\u0439", + "Midnight": "\u041f\u043e\u043b\u0443\u043d\u043e\u0449", + "Noon": "\u041f\u043e \u043e\u0431\u044f\u0434", "Note: You are %s hour ahead of server time.": [ - "\u0411\u0435\u043b\u0435\u0436\u043a\u0430: \u0412\u0438\u0435 \u0441\u0442\u0435 %s \u0447\u0430\u0441 \u043d\u0430\u043f\u0440\u0435\u0434 \u043e\u0442 \u0432\u0440\u0435\u043c\u0435\u0442\u043e \u043d\u0430 \u0441\u044a\u0440\u0432\u044a\u0440\u0430.", + "\u0411\u0435\u043b\u0435\u0436\u043a\u0430: \u0412\u0438\u0435 \u0441\u0442\u0435 %s \u0447\u0430\u0441 \u043d\u0430\u043f\u0440\u0435\u0434 \u043e\u0442 \u0432\u0440\u0435\u043c\u0435\u0442\u043e \u043d\u0430 \u0441\u044a\u0440\u0432\u044a\u0440\u0430.", "\u0411\u0435\u043b\u0435\u0436\u043a\u0430: \u0412\u0438\u0435 \u0441\u0442\u0435 %s \u0447\u0430\u0441\u0430 \u043d\u0430\u043f\u0440\u0435\u0434 \u043e\u0442 \u0432\u0440\u0435\u043c\u0435\u0442\u043e \u043d\u0430 \u0441\u044a\u0440\u0432\u044a\u0440\u0430" - ], + ], "Note: You are %s hour behind server time.": [ - "\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u0412\u0438\u0435 \u0441\u0442\u0435 %s \u0447\u0430\u0441 \u043d\u0430\u0437\u0430\u0434 \u043e\u0442 \u0432\u0440\u0435\u043c\u0435\u0442\u043e \u043d\u0430 \u0441\u044a\u0440\u0432\u044a\u0440\u0430.", + "\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u0412\u0438\u0435 \u0441\u0442\u0435 %s \u0447\u0430\u0441 \u043d\u0430\u0437\u0430\u0434 \u043e\u0442 \u0432\u0440\u0435\u043c\u0435\u0442\u043e \u043d\u0430 \u0441\u044a\u0440\u0432\u044a\u0440\u0430.", "\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u0412\u0438\u0435 \u0441\u0442\u0435 %s \u0447\u0430\u0441\u0430 \u043d\u0430\u0437\u0430\u0434 \u043e\u0442 \u0432\u0440\u0435\u043c\u0435\u0442\u043e \u043d\u0430 \u0441\u044a\u0440\u0432\u044a\u0440\u0430." - ], - "November": "\u041d\u043e\u0435\u043c\u0432\u0440\u0438", - "Now": "\u0421\u0435\u0433\u0430", - "October": "\u041e\u043a\u0442\u043e\u043c\u0432\u0440\u0438", - "Remove": "\u041f\u0440\u0435\u043c\u0430\u0445\u043d\u0438", - "Remove all": "\u041f\u0440\u0435\u043c\u0430\u0445\u0432\u0430\u043d\u0435 \u043d\u0430 \u0432\u0441\u0438\u0447\u043a\u0438", - "September": "\u0421\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438", - "Show": "\u041f\u043e\u043a\u0430\u0436\u0438", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "\u0422\u043e\u0432\u0430 \u0435 \u0441\u043f\u0438\u0441\u044a\u043a \u043d\u0430 \u043d\u0430\u043b\u0438\u0447\u043d\u0438\u0442\u0435 %s . \u041c\u043e\u0436\u0435\u0442\u0435 \u0434\u0430 \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u043d\u044f\u043a\u043e\u0438, \u043a\u0430\u0442\u043e \u0433\u0438 \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0432 \u043f\u043e\u043b\u0435\u0442\u043e \u043f\u043e-\u0434\u043e\u043b\u0443 \u0438 \u0441\u043b\u0435\u0434 \u0442\u043e\u0432\u0430 \u043a\u043b\u0438\u043a\u043d\u0435\u0442\u0435 \u0432\u044a\u0440\u0445\u0443 \"\u0418\u0437\u0431\u043e\u0440\" \u0441\u0442\u0440\u0435\u043b\u043a\u0430 \u043c\u0435\u0436\u0434\u0443 \u0434\u0432\u0435\u0442\u0435 \u043a\u0443\u0442\u0438\u0438.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "\u0422\u043e\u0432\u0430 \u0435 \u0441\u043f\u0438\u0441\u044a\u043a \u043d\u0430 \u0438\u0437\u0431\u0440\u0430\u043d\u0438\u044f %s. \u041c\u043e\u0436\u0435\u0442\u0435 \u0434\u0430 \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0435\u0442\u0435 \u043d\u044f\u043a\u043e\u0438, \u043a\u0430\u0442\u043e \u0433\u0438 \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0432 \u043f\u043e\u043b\u0435\u0442\u043e \u043f\u043e-\u0434\u043e\u043b\u0443 \u0438 \u0441\u043b\u0435\u0434 \u0442\u043e\u0432\u0430 \u0449\u0440\u0430\u043a\u043d\u0435\u0442\u0435 \u0432\u044a\u0440\u0445\u0443 \"\u041f\u0440\u0435\u043c\u0430\u0445\u043d\u0438\" \u0441\u0442\u0440\u0435\u043b\u043a\u0430 \u043c\u0435\u0436\u0434\u0443 \u0434\u0432\u0435\u0442\u0435 \u043a\u0443\u0442\u0438\u0438.", - "Today": "\u0414\u043d\u0435\u0441", - "Tomorrow": "\u0423\u0442\u0440\u0435", - "Type into this box to filter down the list of available %s.": "\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0432 \u0442\u043e\u0432\u0430 \u043f\u043e\u043b\u0435, \u0437\u0430 \u0434\u0430 \u0444\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u0442\u0435 \u0441\u043f\u0438\u0441\u044a\u043a\u0430 \u043d\u0430 \u043d\u0430\u043b\u0438\u0447\u043d\u0438\u0442\u0435 %s.", - "Yesterday": "\u0412\u0447\u0435\u0440\u0430", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u0412\u0438\u0435 \u0441\u0442\u0435 \u0438\u0437\u0431\u0440\u0430\u043b\u0438 \u0434\u0430\u0434\u0435\u043d\u0430 \u0434\u0435\u0439\u043d\u043e\u0441\u0442, \u0430 \u043d\u0435 \u0441\u0442\u0435 \u043d\u0430\u043f\u0440\u0430\u0432\u0438\u043b\u0438 \u043d\u044f\u043a\u0430\u043a\u0432\u0438 \u043f\u0440\u043e\u043c\u0435\u043d\u0438 \u043f\u043e \u043f\u043e\u043b\u0435\u0442\u0430\u0442\u0430. \u0412\u0435\u0440\u043e\u044f\u0442\u043d\u043e \u0442\u044a\u0440\u0441\u0438\u0442\u0435 Go \u0431\u0443\u0442\u043e\u043d, \u0430 \u043d\u0435 \u0431\u0443\u0442\u043e\u043d\u0430 Save.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u0412\u0438\u0435 \u0441\u0442\u0435 \u0438\u0437\u0431\u0440\u0430\u043b\u0438 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435, \u043d\u043e \u043d\u0435 \u0441\u0442\u0435 \u0437\u0430\u043f\u0438\u0441\u0430\u043b\u0438 \u043f\u0440\u043e\u043c\u0435\u043d\u0438\u0442\u0435 \u043f\u043e \u043f\u043e\u043b\u0435\u0442\u0430. \u041c\u043e\u043b\u044f, \u043a\u043b\u0438\u043a\u043d\u0435\u0442\u0435 \u041e\u041a, \u0437\u0430 \u0434\u0430 \u0441\u0435 \u0437\u0430\u043f\u0438\u0448\u0430\u0442. \u0422\u0440\u044f\u0431\u0432\u0430 \u043e\u0442\u043d\u043e\u0432\u043e \u0434\u0430 \u0437\u0430\u043f\u043e\u0447\u043d\u0435\u0442\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435.", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "\u0418\u043c\u0430\u0442\u0435 \u043d\u0435\u0437\u0430\u043f\u0430\u0437\u0435\u043d\u0438 \u043f\u0440\u043e\u043c\u0435\u043d\u0438 \u043f\u043e \u043e\u0442\u0434\u0435\u043b\u043d\u0438 \u043f\u043e\u043b\u0435\u0442\u0430 \u0437\u0430 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435. \u0410\u043a\u043e \u0437\u0430\u043f\u043e\u0447\u043d\u0435\u0442\u0435 \u0434\u0440\u0443\u0433\u043e, \u043d\u0435\u0437\u0430\u043f\u0438\u0441\u0430\u043d\u0438\u0442\u0435 \u043f\u0440\u043e\u043c\u0435\u043d\u0438 \u0449\u0435 \u0431\u044a\u0434\u0430\u0442 \u0437\u0430\u0433\u0443\u0431\u0435\u043d\u0438.", - "one letter Friday\u0004F": "\u041f", - "one letter Monday\u0004M": "\u041f", - "one letter Saturday\u0004S": "\u0421", - "one letter Sunday\u0004S": "\u041d", - "one letter Thursday\u0004T": "\u0427", - "one letter Tuesday\u0004T": "\u0412", + ], + "November": "\u041d\u043e\u0435\u043c\u0432\u0440\u0438", + "Now": "\u0421\u0435\u0433\u0430", + "October": "\u041e\u043a\u0442\u043e\u043c\u0432\u0440\u0438", + "Remove": "\u041f\u0440\u0435\u043c\u0430\u0445\u043d\u0438", + "Remove all": "\u041f\u0440\u0435\u043c\u0430\u0445\u0432\u0430\u043d\u0435 \u043d\u0430 \u0432\u0441\u0438\u0447\u043a\u0438", + "September": "\u0421\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438", + "Show": "\u041f\u043e\u043a\u0430\u0436\u0438", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "\u0422\u043e\u0432\u0430 \u0435 \u0441\u043f\u0438\u0441\u044a\u043a \u043d\u0430 \u043d\u0430\u043b\u0438\u0447\u043d\u0438\u0442\u0435 %s . \u041c\u043e\u0436\u0435\u0442\u0435 \u0434\u0430 \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u043d\u044f\u043a\u043e\u0438, \u043a\u0430\u0442\u043e \u0433\u0438 \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0432 \u043f\u043e\u043b\u0435\u0442\u043e \u043f\u043e-\u0434\u043e\u043b\u0443 \u0438 \u0441\u043b\u0435\u0434 \u0442\u043e\u0432\u0430 \u043a\u043b\u0438\u043a\u043d\u0435\u0442\u0435 \u0432\u044a\u0440\u0445\u0443 \"\u0418\u0437\u0431\u043e\u0440\" \u0441\u0442\u0440\u0435\u043b\u043a\u0430 \u043c\u0435\u0436\u0434\u0443 \u0434\u0432\u0435\u0442\u0435 \u043a\u0443\u0442\u0438\u0438.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "\u0422\u043e\u0432\u0430 \u0435 \u0441\u043f\u0438\u0441\u044a\u043a \u043d\u0430 \u0438\u0437\u0431\u0440\u0430\u043d\u0438\u044f %s. \u041c\u043e\u0436\u0435\u0442\u0435 \u0434\u0430 \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0435\u0442\u0435 \u043d\u044f\u043a\u043e\u0438, \u043a\u0430\u0442\u043e \u0433\u0438 \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0432 \u043f\u043e\u043b\u0435\u0442\u043e \u043f\u043e-\u0434\u043e\u043b\u0443 \u0438 \u0441\u043b\u0435\u0434 \u0442\u043e\u0432\u0430 \u0449\u0440\u0430\u043a\u043d\u0435\u0442\u0435 \u0432\u044a\u0440\u0445\u0443 \"\u041f\u0440\u0435\u043c\u0430\u0445\u043d\u0438\" \u0441\u0442\u0440\u0435\u043b\u043a\u0430 \u043c\u0435\u0436\u0434\u0443 \u0434\u0432\u0435\u0442\u0435 \u043a\u0443\u0442\u0438\u0438.", + "Today": "\u0414\u043d\u0435\u0441", + "Tomorrow": "\u0423\u0442\u0440\u0435", + "Type into this box to filter down the list of available %s.": "\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0432 \u0442\u043e\u0432\u0430 \u043f\u043e\u043b\u0435, \u0437\u0430 \u0434\u0430 \u0444\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u0442\u0435 \u0441\u043f\u0438\u0441\u044a\u043a\u0430 \u043d\u0430 \u043d\u0430\u043b\u0438\u0447\u043d\u0438\u0442\u0435 %s.", + "Yesterday": "\u0412\u0447\u0435\u0440\u0430", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u0412\u0438\u0435 \u0441\u0442\u0435 \u0438\u0437\u0431\u0440\u0430\u043b\u0438 \u0434\u0430\u0434\u0435\u043d\u0430 \u0434\u0435\u0439\u043d\u043e\u0441\u0442, \u0430 \u043d\u0435 \u0441\u0442\u0435 \u043d\u0430\u043f\u0440\u0430\u0432\u0438\u043b\u0438 \u043d\u044f\u043a\u0430\u043a\u0432\u0438 \u043f\u0440\u043e\u043c\u0435\u043d\u0438 \u043f\u043e \u043f\u043e\u043b\u0435\u0442\u0430\u0442\u0430. \u0412\u0435\u0440\u043e\u044f\u0442\u043d\u043e \u0442\u044a\u0440\u0441\u0438\u0442\u0435 Go \u0431\u0443\u0442\u043e\u043d, \u0430 \u043d\u0435 \u0431\u0443\u0442\u043e\u043d\u0430 Save.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u0412\u0438\u0435 \u0441\u0442\u0435 \u0438\u0437\u0431\u0440\u0430\u043b\u0438 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435, \u043d\u043e \u043d\u0435 \u0441\u0442\u0435 \u0437\u0430\u043f\u0438\u0441\u0430\u043b\u0438 \u043f\u0440\u043e\u043c\u0435\u043d\u0438\u0442\u0435 \u043f\u043e \u043f\u043e\u043b\u0435\u0442\u0430. \u041c\u043e\u043b\u044f, \u043a\u043b\u0438\u043a\u043d\u0435\u0442\u0435 \u041e\u041a, \u0437\u0430 \u0434\u0430 \u0441\u0435 \u0437\u0430\u043f\u0438\u0448\u0430\u0442. \u0422\u0440\u044f\u0431\u0432\u0430 \u043e\u0442\u043d\u043e\u0432\u043e \u0434\u0430 \u0437\u0430\u043f\u043e\u0447\u043d\u0435\u0442\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435.", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "\u0418\u043c\u0430\u0442\u0435 \u043d\u0435\u0437\u0430\u043f\u0430\u0437\u0435\u043d\u0438 \u043f\u0440\u043e\u043c\u0435\u043d\u0438 \u043f\u043e \u043e\u0442\u0434\u0435\u043b\u043d\u0438 \u043f\u043e\u043b\u0435\u0442\u0430 \u0437\u0430 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435. \u0410\u043a\u043e \u0437\u0430\u043f\u043e\u0447\u043d\u0435\u0442\u0435 \u0434\u0440\u0443\u0433\u043e, \u043d\u0435\u0437\u0430\u043f\u0438\u0441\u0430\u043d\u0438\u0442\u0435 \u043f\u0440\u043e\u043c\u0435\u043d\u0438 \u0449\u0435 \u0431\u044a\u0434\u0430\u0442 \u0437\u0430\u0433\u0443\u0431\u0435\u043d\u0438.", + "one letter Friday\u0004F": "\u041f", + "one letter Monday\u0004M": "\u041f", + "one letter Saturday\u0004S": "\u0421", + "one letter Sunday\u0004S": "\u041d", + "one letter Thursday\u0004T": "\u0427", + "one letter Tuesday\u0004T": "\u0412", "one letter Wednesday\u0004W": "\u0421" }; for (var key in newcatalog) { @@ -135,48 +135,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "N j, Y, P", + "DATETIME_FORMAT": "N j, Y, P", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "d F Y", + ], + "DATE_FORMAT": "d F Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "j F", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "d.m.Y", - "THOUSAND_SEPARATOR": "\u00a0", - "TIME_FORMAT": "H:i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "j F", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "d.m.Y", + "THOUSAND_SEPARATOR": "\u00a0", + "TIME_FORMAT": "H:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/bn-bd/djangojs.js b/cms/static/js/i18n/bn-bd/djangojs.js index 1313e469e3..48275730fb 100644 --- a/cms/static/js/i18n/bn-bd/djangojs.js +++ b/cms/static/js/i18n/bn-bd/djangojs.js @@ -20,32 +20,32 @@ django.catalog = django.catalog || {}; var newcatalog = { - "6 a.m.": "\u09ec \u09aa\u09c2\u09b0\u09cd\u09ac\u09be\u09b9\u09cd\u09a8", - "Available %s": "%s \u09ac\u09bf\u09a6\u09cd\u09af\u09ae\u09be\u09a8", - "Cancel": "\u09ac\u09be\u09a4\u09bf\u09b2", - "Choose": "\u09ac\u09be\u099b\u09be\u0987 \u0995\u09b0\u09c1\u09a8", - "Choose a time": "\u09b8\u09ae\u09df \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8", - "Choose all": "\u09b8\u09ac \u09ac\u09be\u099b\u09be\u0987 \u0995\u09b0\u09c1\u09a8", - "Chosen %s": "%s \u09ac\u09be\u099b\u09be\u0987 \u0995\u09b0\u09be \u09b9\u09df\u09c7\u099b\u09c7", - "Click to choose all %s at once.": "\u09b8\u09ac %s \u098f\u0995\u09ac\u09be\u09b0\u09c7 \u09ac\u09be\u099b\u09be\u0987 \u0995\u09b0\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u0995\u09cd\u09b2\u09bf\u0995 \u0995\u09b0\u09c1\u09a8\u0964", - "Filter": "\u09ab\u09bf\u09b2\u09cd\u099f\u09be\u09b0", - "Hide": "\u09b2\u09c1\u0995\u09be\u09a8", - "Midnight": "\u09ae\u09a7\u09cd\u09af\u09b0\u09be\u09a4", - "Noon": "\u09a6\u09c1\u09aa\u09c1\u09b0", + "6 a.m.": "\u09ec \u09aa\u09c2\u09b0\u09cd\u09ac\u09be\u09b9\u09cd\u09a8", + "Available %s": "%s \u09ac\u09bf\u09a6\u09cd\u09af\u09ae\u09be\u09a8", + "Cancel": "\u09ac\u09be\u09a4\u09bf\u09b2", + "Choose": "\u09ac\u09be\u099b\u09be\u0987 \u0995\u09b0\u09c1\u09a8", + "Choose a time": "\u09b8\u09ae\u09df \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8", + "Choose all": "\u09b8\u09ac \u09ac\u09be\u099b\u09be\u0987 \u0995\u09b0\u09c1\u09a8", + "Chosen %s": "%s \u09ac\u09be\u099b\u09be\u0987 \u0995\u09b0\u09be \u09b9\u09df\u09c7\u099b\u09c7", + "Click to choose all %s at once.": "\u09b8\u09ac %s \u098f\u0995\u09ac\u09be\u09b0\u09c7 \u09ac\u09be\u099b\u09be\u0987 \u0995\u09b0\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u0995\u09cd\u09b2\u09bf\u0995 \u0995\u09b0\u09c1\u09a8\u0964", + "Filter": "\u09ab\u09bf\u09b2\u09cd\u099f\u09be\u09b0", + "Hide": "\u09b2\u09c1\u0995\u09be\u09a8", + "Midnight": "\u09ae\u09a7\u09cd\u09af\u09b0\u09be\u09a4", + "Noon": "\u09a6\u09c1\u09aa\u09c1\u09b0", "Note: You are %s hour ahead of server time.": [ - "\u09a8\u09cb\u099f: \u0986\u09aa\u09a8\u09bf \u09b8\u09be\u09b0\u09cd\u09ad\u09be\u09b0 \u09b8\u09ae\u09df\u09c7\u09b0 \u099a\u09c7\u09df\u09c7 %s \u0998\u09a8\u09cd\u099f\u09be \u09b8\u09be\u09ae\u09a8\u09c7 \u0986\u099b\u09c7\u09a8\u0964", + "\u09a8\u09cb\u099f: \u0986\u09aa\u09a8\u09bf \u09b8\u09be\u09b0\u09cd\u09ad\u09be\u09b0 \u09b8\u09ae\u09df\u09c7\u09b0 \u099a\u09c7\u09df\u09c7 %s \u0998\u09a8\u09cd\u099f\u09be \u09b8\u09be\u09ae\u09a8\u09c7 \u0986\u099b\u09c7\u09a8\u0964", "\u09a8\u09cb\u099f: \u0986\u09aa\u09a8\u09bf \u09b8\u09be\u09b0\u09cd\u09ad\u09be\u09b0 \u09b8\u09ae\u09df\u09c7\u09b0 \u099a\u09c7\u09df\u09c7 %s \u0998\u09a8\u09cd\u099f\u09be \u09b8\u09be\u09ae\u09a8\u09c7 \u0986\u099b\u09c7\u09a8\u0964" - ], + ], "Note: You are %s hour behind server time.": [ - "\u09a8\u09cb\u099f: \u0986\u09aa\u09a8\u09bf \u09b8\u09be\u09b0\u09cd\u09ad\u09be\u09b0 \u09b8\u09ae\u09df\u09c7\u09b0 \u099a\u09c7\u09df\u09c7 %s \u0998\u09a8\u09cd\u099f\u09be \u09aa\u09c7\u099b\u09a8\u09c7 \u0986\u099b\u09c7\u09a8\u0964", + "\u09a8\u09cb\u099f: \u0986\u09aa\u09a8\u09bf \u09b8\u09be\u09b0\u09cd\u09ad\u09be\u09b0 \u09b8\u09ae\u09df\u09c7\u09b0 \u099a\u09c7\u09df\u09c7 %s \u0998\u09a8\u09cd\u099f\u09be \u09aa\u09c7\u099b\u09a8\u09c7 \u0986\u099b\u09c7\u09a8\u0964", "\u09a8\u09cb\u099f: \u0986\u09aa\u09a8\u09bf \u09b8\u09be\u09b0\u09cd\u09ad\u09be\u09b0 \u09b8\u09ae\u09df\u09c7\u09b0 \u099a\u09c7\u09df\u09c7 %s \u0998\u09a8\u09cd\u099f\u09be \u09aa\u09c7\u099b\u09a8\u09c7 \u0986\u099b\u09c7\u09a8\u0964" - ], - "Now": "\u098f\u0996\u09a8", - "Remove": "\u09ae\u09c1\u099b\u09c7 \u09ab\u09c7\u09b2\u09c1\u09a8", - "Remove all": "\u09b8\u09ac \u09ae\u09c1\u099b\u09c7 \u09ab\u09c7\u09b2\u09c1\u09a8", - "Show": "\u09a6\u09c7\u0996\u09be\u09a8", - "Today": "\u0986\u099c", - "Tomorrow": "\u0986\u0997\u09be\u09ae\u09c0\u0995\u09be\u09b2", + ], + "Now": "\u098f\u0996\u09a8", + "Remove": "\u09ae\u09c1\u099b\u09c7 \u09ab\u09c7\u09b2\u09c1\u09a8", + "Remove all": "\u09b8\u09ac \u09ae\u09c1\u099b\u09c7 \u09ab\u09c7\u09b2\u09c1\u09a8", + "Show": "\u09a6\u09c7\u0996\u09be\u09a8", + "Today": "\u0986\u099c", + "Tomorrow": "\u0986\u0997\u09be\u09ae\u09c0\u0995\u09be\u09b2", "Yesterday": "\u0997\u09a4\u0995\u09be\u09b2" }; for (var key in newcatalog) { @@ -102,36 +102,36 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "N j, Y, P", + "DATETIME_FORMAT": "N j, Y, P", "DATETIME_INPUT_FORMATS": [ - "%d/%m/%Y %H:%M:%S", - "%d/%m/%Y %H:%M", - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", + "%d/%m/%Y %H:%M:%S", + "%d/%m/%Y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", "%Y-%m-%d" - ], - "DATE_FORMAT": "j F, Y", + ], + "DATE_FORMAT": "j F, Y", "DATE_INPUT_FORMATS": [ - "%d/%m/%Y", - "%d/%m/%y", - "%d-%m-%Y", - "%d-%m-%y", + "%d/%m/%Y", + "%d/%m/%y", + "%d-%m-%Y", + "%d-%m-%y", "%Y-%m-%d" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "6", - "MONTH_DAY_FORMAT": "j F", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "j M, Y", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "g:i A", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "6", + "MONTH_DAY_FORMAT": "j F", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "j M, Y", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "g:i A", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M", + "%H:%M:%S", + "%H:%M", "%H:%M:%S.%f" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/bn-in/djangojs.js b/cms/static/js/i18n/bn-in/djangojs.js index 1313e469e3..48275730fb 100644 --- a/cms/static/js/i18n/bn-in/djangojs.js +++ b/cms/static/js/i18n/bn-in/djangojs.js @@ -20,32 +20,32 @@ django.catalog = django.catalog || {}; var newcatalog = { - "6 a.m.": "\u09ec \u09aa\u09c2\u09b0\u09cd\u09ac\u09be\u09b9\u09cd\u09a8", - "Available %s": "%s \u09ac\u09bf\u09a6\u09cd\u09af\u09ae\u09be\u09a8", - "Cancel": "\u09ac\u09be\u09a4\u09bf\u09b2", - "Choose": "\u09ac\u09be\u099b\u09be\u0987 \u0995\u09b0\u09c1\u09a8", - "Choose a time": "\u09b8\u09ae\u09df \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8", - "Choose all": "\u09b8\u09ac \u09ac\u09be\u099b\u09be\u0987 \u0995\u09b0\u09c1\u09a8", - "Chosen %s": "%s \u09ac\u09be\u099b\u09be\u0987 \u0995\u09b0\u09be \u09b9\u09df\u09c7\u099b\u09c7", - "Click to choose all %s at once.": "\u09b8\u09ac %s \u098f\u0995\u09ac\u09be\u09b0\u09c7 \u09ac\u09be\u099b\u09be\u0987 \u0995\u09b0\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u0995\u09cd\u09b2\u09bf\u0995 \u0995\u09b0\u09c1\u09a8\u0964", - "Filter": "\u09ab\u09bf\u09b2\u09cd\u099f\u09be\u09b0", - "Hide": "\u09b2\u09c1\u0995\u09be\u09a8", - "Midnight": "\u09ae\u09a7\u09cd\u09af\u09b0\u09be\u09a4", - "Noon": "\u09a6\u09c1\u09aa\u09c1\u09b0", + "6 a.m.": "\u09ec \u09aa\u09c2\u09b0\u09cd\u09ac\u09be\u09b9\u09cd\u09a8", + "Available %s": "%s \u09ac\u09bf\u09a6\u09cd\u09af\u09ae\u09be\u09a8", + "Cancel": "\u09ac\u09be\u09a4\u09bf\u09b2", + "Choose": "\u09ac\u09be\u099b\u09be\u0987 \u0995\u09b0\u09c1\u09a8", + "Choose a time": "\u09b8\u09ae\u09df \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8", + "Choose all": "\u09b8\u09ac \u09ac\u09be\u099b\u09be\u0987 \u0995\u09b0\u09c1\u09a8", + "Chosen %s": "%s \u09ac\u09be\u099b\u09be\u0987 \u0995\u09b0\u09be \u09b9\u09df\u09c7\u099b\u09c7", + "Click to choose all %s at once.": "\u09b8\u09ac %s \u098f\u0995\u09ac\u09be\u09b0\u09c7 \u09ac\u09be\u099b\u09be\u0987 \u0995\u09b0\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u0995\u09cd\u09b2\u09bf\u0995 \u0995\u09b0\u09c1\u09a8\u0964", + "Filter": "\u09ab\u09bf\u09b2\u09cd\u099f\u09be\u09b0", + "Hide": "\u09b2\u09c1\u0995\u09be\u09a8", + "Midnight": "\u09ae\u09a7\u09cd\u09af\u09b0\u09be\u09a4", + "Noon": "\u09a6\u09c1\u09aa\u09c1\u09b0", "Note: You are %s hour ahead of server time.": [ - "\u09a8\u09cb\u099f: \u0986\u09aa\u09a8\u09bf \u09b8\u09be\u09b0\u09cd\u09ad\u09be\u09b0 \u09b8\u09ae\u09df\u09c7\u09b0 \u099a\u09c7\u09df\u09c7 %s \u0998\u09a8\u09cd\u099f\u09be \u09b8\u09be\u09ae\u09a8\u09c7 \u0986\u099b\u09c7\u09a8\u0964", + "\u09a8\u09cb\u099f: \u0986\u09aa\u09a8\u09bf \u09b8\u09be\u09b0\u09cd\u09ad\u09be\u09b0 \u09b8\u09ae\u09df\u09c7\u09b0 \u099a\u09c7\u09df\u09c7 %s \u0998\u09a8\u09cd\u099f\u09be \u09b8\u09be\u09ae\u09a8\u09c7 \u0986\u099b\u09c7\u09a8\u0964", "\u09a8\u09cb\u099f: \u0986\u09aa\u09a8\u09bf \u09b8\u09be\u09b0\u09cd\u09ad\u09be\u09b0 \u09b8\u09ae\u09df\u09c7\u09b0 \u099a\u09c7\u09df\u09c7 %s \u0998\u09a8\u09cd\u099f\u09be \u09b8\u09be\u09ae\u09a8\u09c7 \u0986\u099b\u09c7\u09a8\u0964" - ], + ], "Note: You are %s hour behind server time.": [ - "\u09a8\u09cb\u099f: \u0986\u09aa\u09a8\u09bf \u09b8\u09be\u09b0\u09cd\u09ad\u09be\u09b0 \u09b8\u09ae\u09df\u09c7\u09b0 \u099a\u09c7\u09df\u09c7 %s \u0998\u09a8\u09cd\u099f\u09be \u09aa\u09c7\u099b\u09a8\u09c7 \u0986\u099b\u09c7\u09a8\u0964", + "\u09a8\u09cb\u099f: \u0986\u09aa\u09a8\u09bf \u09b8\u09be\u09b0\u09cd\u09ad\u09be\u09b0 \u09b8\u09ae\u09df\u09c7\u09b0 \u099a\u09c7\u09df\u09c7 %s \u0998\u09a8\u09cd\u099f\u09be \u09aa\u09c7\u099b\u09a8\u09c7 \u0986\u099b\u09c7\u09a8\u0964", "\u09a8\u09cb\u099f: \u0986\u09aa\u09a8\u09bf \u09b8\u09be\u09b0\u09cd\u09ad\u09be\u09b0 \u09b8\u09ae\u09df\u09c7\u09b0 \u099a\u09c7\u09df\u09c7 %s \u0998\u09a8\u09cd\u099f\u09be \u09aa\u09c7\u099b\u09a8\u09c7 \u0986\u099b\u09c7\u09a8\u0964" - ], - "Now": "\u098f\u0996\u09a8", - "Remove": "\u09ae\u09c1\u099b\u09c7 \u09ab\u09c7\u09b2\u09c1\u09a8", - "Remove all": "\u09b8\u09ac \u09ae\u09c1\u099b\u09c7 \u09ab\u09c7\u09b2\u09c1\u09a8", - "Show": "\u09a6\u09c7\u0996\u09be\u09a8", - "Today": "\u0986\u099c", - "Tomorrow": "\u0986\u0997\u09be\u09ae\u09c0\u0995\u09be\u09b2", + ], + "Now": "\u098f\u0996\u09a8", + "Remove": "\u09ae\u09c1\u099b\u09c7 \u09ab\u09c7\u09b2\u09c1\u09a8", + "Remove all": "\u09b8\u09ac \u09ae\u09c1\u099b\u09c7 \u09ab\u09c7\u09b2\u09c1\u09a8", + "Show": "\u09a6\u09c7\u0996\u09be\u09a8", + "Today": "\u0986\u099c", + "Tomorrow": "\u0986\u0997\u09be\u09ae\u09c0\u0995\u09be\u09b2", "Yesterday": "\u0997\u09a4\u0995\u09be\u09b2" }; for (var key in newcatalog) { @@ -102,36 +102,36 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "N j, Y, P", + "DATETIME_FORMAT": "N j, Y, P", "DATETIME_INPUT_FORMATS": [ - "%d/%m/%Y %H:%M:%S", - "%d/%m/%Y %H:%M", - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", + "%d/%m/%Y %H:%M:%S", + "%d/%m/%Y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", "%Y-%m-%d" - ], - "DATE_FORMAT": "j F, Y", + ], + "DATE_FORMAT": "j F, Y", "DATE_INPUT_FORMATS": [ - "%d/%m/%Y", - "%d/%m/%y", - "%d-%m-%Y", - "%d-%m-%y", + "%d/%m/%Y", + "%d/%m/%y", + "%d-%m-%Y", + "%d-%m-%y", "%Y-%m-%d" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "6", - "MONTH_DAY_FORMAT": "j F", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "j M, Y", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "g:i A", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "6", + "MONTH_DAY_FORMAT": "j F", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "j M, Y", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "g:i A", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M", + "%H:%M:%S", + "%H:%M", "%H:%M:%S.%f" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/bs/djangojs.js b/cms/static/js/i18n/bs/djangojs.js index e18f2aec31..65b677c3e9 100644 --- a/cms/static/js/i18n/bs/djangojs.js +++ b/cms/static/js/i18n/bs/djangojs.js @@ -21,16 +21,16 @@ var newcatalog = { "%(sel)s of %(cnt)s selected": [ - "Izabran %(sel)s od %(cnt)s", - "Izabrano %(sel)s od %(cnt)s", + "Izabran %(sel)s od %(cnt)s", + "Izabrano %(sel)s od %(cnt)s", "Izabrano %(sel)s od %(cnt)s" - ], - "Available %s": "Dostupno %s", - "Choose all": "Odaberi sve", - "Chosen %s": "Odabrani %s", - "Filter": "Filter", - "Remove": "Ukloni", - "Today": "Danas", + ], + "Available %s": "Dostupno %s", + "Choose all": "Odaberi sve", + "Chosen %s": "Odabrani %s", + "Filter": "Filter", + "Remove": "Ukloni", + "Today": "Danas", "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Imate nespa\u0161ene izmjene na pojedinim ure\u0111enim poljima. Ako pokrenete ovu akciju, te izmjene \u0107e biti izgubljene." }; for (var key in newcatalog) { @@ -87,48 +87,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "j. N. Y. G:i T", + "DATETIME_FORMAT": "j. N. Y. G:i T", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "j. N Y.", + ], + "DATE_FORMAT": "j. N Y.", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "j. F", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "Y M j", - "THOUSAND_SEPARATOR": ".", - "TIME_FORMAT": "G:i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "j. F", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "Y M j", + "THOUSAND_SEPARATOR": ".", + "TIME_FORMAT": "G:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y." }; diff --git a/cms/static/js/i18n/ca/djangojs.js b/cms/static/js/i18n/ca/djangojs.js index c1c9bbb444..516431f9f4 100644 --- a/cms/static/js/i18n/ca/djangojs.js +++ b/cms/static/js/i18n/ca/djangojs.js @@ -20,1309 +20,1309 @@ django.catalog = django.catalog || {}; var newcatalog = { - "\n\nThis email is to let you know that the status of your proctoring session review for %(exam_name)s in\n%(course_name)s is %(status)s. If you have any questions about proctoring,\ncontact %(platform)s support at %(contact_email)s.\n\n": "\n\nAquest correu electr\u00f2nic us permet fer-vos saber que l'estat de la revisi\u00f3 de la vostra sessi\u00f3 de supervisi\u00f3 correspon a %(exam_name)s a\n%(course_name)s est\u00e0 %(status)s. Si teniu cap pregunta sobre la supervisi\u00f3,\ncontacteu %(platform)s amb el suport a %(contact_email)s.\n\n", - "\n Make sure you are on a computer with a webcam, and that you have valid photo identification\n such as a driver's license or passport, before you continue.\n ": "\n Assegureu-vos que sou en una computadora amb una c\u00e0mera web i que tingueu una identificaci\u00f3 amb foto v\u00e0lida\n com ara una llic\u00e8ncia de conduir o un passaport, abans de continuar.\n ", - "\n Your verification attempt failed. Please read our guidelines to make\n sure you understand the requirements for successfully completing verification,\n then try again.\n ": "\n Ha fallat l'intent de verificaci\u00f3. Llegiu les nostres directrius per\n assegurar-vos d'entendre els requisits per completar la verificaci\u00f3 amb \u00e8xit,\n torneu-ho a provar.\n ", - "\n Your verification has expired. You must successfully complete a new identity verification\n before you can start the proctored exam.\n ": "\n La teva verificaci\u00f3 ha caducat. Heu de completar amb \u00e8xit una nova verificaci\u00f3 d'identitat\n abans de poder iniciar l'examen supervisat.\n ", - "\n Your verification is pending. Results should be available 2-3 days after you\n submit your verification.\n ": "\n La verificaci\u00f3 est\u00e0 pendent. Els resultats haurien d'estar disponibles 2 o 3 dies despr\u00e9s d'haver-los fet\n envieu la vostra verificaci\u00f3.\n ", - "\n Complete your verification before starting the proctored exam.\n ": "\n Completeu la vostra verificaci\u00f3 abans d'iniciar l'examen processat.\n ", - "\n You must successfully complete identity verification before you can start the proctored exam.\n ": "\n Cal completar amb \u00e8xit la verificaci\u00f3 d'identitat abans de poder iniciar l'examen supervisat.\n ", - "\n 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 ": "\n No tanqueu aquesta finestra abans d'acabar l'examen. si tanqueu aquesta finestra, la vostra sessi\u00f3 de processament finalitza i no finalitzar\u00e0 amb \u00e8xit l'examen processat.\n ", - "\n Return to the %(platform_name)s course window to start your exam. When you have finished your exam and\n have marked it as complete, you can close this window to end the proctoring session\n and upload your proctoring session data for review.\n ": "\n Torneu a la finestra del curs %(platform_name)s per comen\u00e7ar l'examen. Quan hagueu acabat l'examen i\n ho heu marcat com a complet, podeu tancar aquesta finestra per finalitzar la sessi\u00f3 de processament\n i carregueu les dades de la sessi\u00f3 de supervisi\u00f3 per a la seva revisi\u00f3.\n ", - "\n 3. When you have finished setting up proctoring, start the exam.\n ": "\n 3. Quan h\u00e0giu acabat de configurar la supervisi\u00f3 pr\u00e8via, comenceu l'examen.\n ", - "\n Start my exam\n ": "\n Comen\u00e7a el meu examen\n ", - "\n • When you start your exam you will have %(total_time)s to complete it.
\n • You cannot stop the timer once you start.
\n • If time expires before you finish your exam, your completed answers will be\n submitted for review.
\n ": "\n • Quan inicieu l'examen que tindreu %(total_time)s que completar-ho.
\n • No podeu parar el rellotge un cop he comen\u00e7at.
\n • Si el temps caduca abans d'acabar l'examen, les seves respostes completes seran\n presentades per a la seva revisi\u00f3.
\n ", - "\n 1. Copy this unique exam code. You will be prompted to paste this code later before you start the exam.\n ": "\n 1. Copieu aquest codi d'examen \u00fanic. Se us demanar\u00e0 que enganxeu aquest codi m\u00e9s endavant abans d'iniciar l'examen.\n ", - "\n 2. Follow the link below to set up proctoring.\n ": "\n 2. Seguiu l'enlla\u00e7 seg\u00fcent per configurar la supervisi\u00f3.\n ", - "\n A new window will open. You will run a system check before downloading the proctoring application.\n ": "\n S'obrir\u00e0 una finestra nova. Realitzar\u00e0s una verificaci\u00f3 del sistema abans de descarregar l'aplicaci\u00f3 de tramitaci\u00f3.\n ", - "\n About Proctored Exams\n ": "\n Al voltant de Ex\u00e0mens Supervisats\n ", - "\n After the due date has passed, you can review the exam, but you cannot change your answers.\n ": "\n Despr\u00e9s de la data de venciment, podeu revisar l'examen, per\u00f2 no podeu canviar les vostres respostes.\n ", - "\n Are you sure you want to take this exam without proctoring?\n ": "\n Esteu segur que voleu fer aquest examen sense fer proves?\n ", - "\n Due to unsatisfied prerequisites, you can only take this exam without proctoring.\n ": "\n A causa de requisits previs insatisfets, nom\u00e9s podeu fer aquest examen sense fer proves.\n ", - "\n I am not interested in academic credit.\n ": "\n No m'interessa el cr\u00e8dit acad\u00e8mic.\n ", - "\n I am ready to start this timed exam.\n ": "\n Estic preparat per iniciar aquest examen cronometrat.\n ", - "\n If you take this exam without proctoring, you will no longer be eligible for academic credit. \n ": "\n Si feu aquest examen sense processament, no ser\u00e0 elegible per al cr\u00e8dit acad\u00e8mic.\n ", - "\n No, I want to continue working.\n ": "\n No, vull seguir treballant.\n ", - "\n No, I'd like to continue working\n ": "\n No, m'agradaria continuar treballant\n ", - "\n Select the exam code, then copy it using Command+C (Mac) or Control+C (Windows).\n ": "\n Seleccioneu el codi de l'examen i, a continuaci\u00f3, copieu-lo usant Command + C (Mac) o Control + C (Windows).\n ", - "\n The time allotted for this exam has expired. Your exam has been submitted and any work you completed will be graded.\n ": "\n El temps assignat per a aquest examen ha caducat. S'ha enviat el vostre examen i es classificar\u00e0 el treball completat.\n ", - "\n You have submitted your timed exam.\n ": "\n Heu enviat el vostre examen cronometrat.\n ", - "\n You will be asked to verify your identity as part of the proctoring exam set up.\n Make sure you are on a computer with a webcam, and that you have valid photo identification\n such as a driver's license or passport, before you continue.\n ": "\n Se us demanar\u00e0 que verifiqueu la vostra identitat com a part de la configuraci\u00f3 de l'examen de supervisi\u00f3.\n Assegureu-vos que sou en una computadora amb una c\u00e0mera web i que tingueu una identificaci\u00f3 amb foto v\u00e0lida\n com ara una llic\u00e8ncia de conduir o un passaport, abans de continuar.\n ", - "\n You will be guided through steps to set up online proctoring software and to perform various checks.\n ": "\n Us guiarem pels passos necessaris per configurar el programari de processament en l\u00ednia i realitzar diversos controls.\n ", - "\n You will be guided through steps to set up online proctoring software and to perform various checks.
\n ": "\n Us guiarem pels passos necessaris per configurar el programari de processament en l\u00ednia i realitzar diversos controls.
\n ", - "\n • After you quit the proctoring session, the recorded data is uploaded for review.
\n • Proctoring results are usually available within 5 business days after you submit your exam.\n ": "\n • Despr\u00e9s d'abandonar la sessi\u00f3 de supervisi\u00f3, es carregaran les dades gravades per a la seva revisi\u00f3.
\n • Els resultats de la supervisi\u00f3 solen estar disponibles dins dels 5 dies h\u00e0bils posteriors a l'enviament de l'examen.\n ", - "\n A technical error has occurred with your proctored exam. To resolve this problem, contact\n technical support. All exam data, including answers\n for completed problems, has been lost. When the problem is resolved you will need to restart\n the exam and complete all problems again.\n ": "\n S'ha produ\u00eft un error t\u00e8cnic amb l'examen supervisat. Per resoldre aquest problema, poseu-vos en contacte amb\n el suport t\u00e8cnic. Totes les dades de l'examen, incloses les respostes\n per problemes complets, s'ha perdut. Quan es resol el problema, haur\u00e0s de reiniciar\n l'ex\u00e0men icompletar els problemes de nou.\n ", - "\n After the due date for this exam has passed, you will be able to review your answers on this page.\n ": "\n Un cop superada la data de venciment d'aquest examen, podreu revisar les vostres respostes en aquesta p\u00e0gina.\n ", - "\n After you submit your exam, your exam will be graded.\n ": "\n Despr\u00e9s d'enviar el vostre examen, el vostre examen es classificar\u00e0.\n ", - "\n After you submit your exam, your responses are graded and your proctoring session is reviewed.\n You might be eligible to earn academic credit for this course if you complete all required exams\n as well as achieve a final grade that meets credit requirements for the course.\n ": "\n Despr\u00e9s d'enviar l'examen, les seves respostes es classifiquen i es revisa la seva sessi\u00f3 de supervisi\u00f3.\n Podria ser elegible per obtenir el cr\u00e8dit acad\u00e8mic d'aquest curs si completa tots els ex\u00e0mens requerits\n aix\u00ed com aconseguir una nota final que compleixi els requisits de cr\u00e8dit del curs.\n ", - "\n Are you sure that you want to submit your timed exam?\n ": "\n Est\u00e0s segur que vols enviar el teu examen cronol\u00f2gic?\n ", - "\n Are you sure you want to end your proctored exam?\n ": "\n Esteu segur que voleu finalitzar el vostre examen supervisat?\n ", - "\n Because the due date has passed, you are no longer able to take this exam.\n ": "\n Com que ja ha passat la data de venciment, ja no podreu fer aquest examen.\n ", - "\n Error with proctored exam\n ": "\n S'ha produ\u00eft un error en l'examen supervisat\n ", - "\n Follow these instructions\n ": "\n Seguiu aquestes instruccions\n ", - "\n Follow these steps to set up and start your proctored exam.\n ": "\n Seguiu aquests passos per configurar i iniciar l'examen supervisat.\n ", - "\n Get familiar with proctoring for real exams later in the course. This practice exam has no impact\n on your grade in the course.\n ": "\n Familiaritzeu-vos amb la preparaci\u00f3 d'ex\u00e0mens reals m\u00e9s tard en el curs. Aquest examen de pr\u00e0ctica no t\u00e9 cap impacte\n a la vostra nota del curs.\n ", - "\n If the proctoring software window is still open, you can close it now. Confirm that you want to quit the application when you are prompted.\n ": "\n Si la finestra del programari de processament encara est\u00e0 oberta, ara podeu tancar-la ara. Confirmeu que voleu deixar l'aplicaci\u00f3 quan se us demani.\n ", - "\n If you have concerns about your proctoring session results, contact your course team.\n ": "\n Si teniu dubtes sobre els resultats de la sessi\u00f3 de supervisi\u00f3, contacteu amb l'equip del vostre curs.\n ", - "\n If you have disabilities,\n you might be eligible for an additional time allowance on timed exams.\n Ask your course team for information about additional time allowances.\n ": "\n Si teniu discapacitats,\n \u00e9s possible que tingueu dret a una assignaci\u00f3 de temps addicional en ex\u00e0mens temporitzats.\n Pregunteu a l'equip del vostre curs per obtenir informaci\u00f3 sobre les assignacions de temps addicionals.", - "\n If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n ": "\n Si teniu preguntes sobre l'estat dels resultats dels ex\u00e0mens supervisats, contacteu amb el suport de %(platform_name)s.\n ", - "\n If you have questions about the status of your requirements for course credit, contact %(platform_name)s Support.\n ": "\n Si teniu preguntes sobre l'estat dels vostres requisits per al cr\u00e8dit del curs, contacteu amb el suport de %(platform_name)s \n ", - "\n Make sure that you have selected \"Submit\" for each problem before you submit your exam.\n ": "\n Assegureu-vos que heu seleccionat \"Enviar\" per a cada problema abans d'enviar l'examen.\n ", - "\n Practice exams do not affect your grade or your credit eligibility.\n You have completed this practice exam and can continue with your course work.\n ": "\n Els ex\u00e0mens pr\u00e0ctics no afecten el vostre grau o la vostra elegibilitat credit\u00edcia.\n Heu completat aquest examen de pr\u00e0ctica i podeu continuar amb el vostre curs.\n ", - "\n The due date for this exam has passed\n ": "\n La data de venciment d'aquest examen ha passat\n ", - "\n There was a problem with your practice proctoring session\n ": "\n Hi ha hagut un problema amb la vostra sessi\u00f3 de supervisi\u00f3 de pr\u00e0ctiques\n ", - "\n This exam is proctored\n ": "\n Aquest ex\u00e0men est\u00e0 supervisat\n ", - "\n To be eligible for course credit or for a MicroMasters credential, you must pass the proctoring review for this exam.\n ": "\n Per poder optar al cr\u00e8dit del curs o per obtenir una credencial de MicroMasters, haureu de passar la revisi\u00f3 de supervisi\u00f3 per a aquest examen.\n ", - "\n To view your exam questions and responses, select View my exam. The exam's review status is shown in the left navigation pane.\n ": "\n Per veure les preguntes i respostes de l'examen, seleccioneu Veure el meu examen . L'estat de la revisi\u00f3 de l'examen es mostra al panell de navegaci\u00f3 esquerre.\n ", - "\n Try a proctored exam\n ": "\n Proveu un examen supervisat\n ", - "\n View your credit eligibility status on your Progress page.\n ": "\n Consulteu el vostre estat d'elegibilitat de cr\u00e8dit a la vostre p\u00e0gina de Progr\u00e9s .\n ", - "\n Yes, end my proctored exam\n ": "\n S\u00ed, finalitzar el meu examen supervisat \n ", - "\n Yes, submit my timed exam.\n ": "\n S\u00ed, envieu el meu examen cronometrat.\n ", - "\n You are eligible to purchase academic credit for this course if you complete all required exams\n and also achieve a final grade that meets the credit requirements for the course.\n ": "\n Podeu adquirir un cr\u00e8dit acad\u00e8mic per a aquest curs si completa els ex\u00e0mens requerits\n i tamb\u00e9 aconseguir una nota final que compleixi amb els requisits de cr\u00e8dit del curs.\n ", - "\n You are no longer eligible for academic credit for this course, regardless of your final grade.\n If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n ": "\n Ja no podeu obtenir cr\u00e8dits acad\u00e8mics per a aquest curs, independentment de la nota final.\n Si teniu preguntes sobre l'estat dels resultats dels ex\u00e0mens supervisats, contacteu amb el suport de %(platform_name)s.\n ", - "\n You have submitted this practice proctored exam\n ": "\n Heu enviat aquest examen pr\u00e0ctic tutelat\n ", - "\n You have submitted this proctored exam for review\n ": "\n Heu enviat aquest examen tutelat per a la seva revisi\u00f3\n ", - "\n Your grade for this timed exam will be immediately available on the Progress page.\n ": "\n El vostre grau d'aquest examen temporal estar\u00e0 disponible immediatament a la p\u00e0gina de Progr\u00e9s.\n ", - "\n Your practice proctoring results: Unsatisfactory \n ": "\n Els resultats de la seva pr\u00e0ctica de supervisi\u00f3: Insatisfactori \n ", - "\n Your proctoring session ended before you completed this practice exam.\n You can retry this practice exam if you had problems setting up the online proctoring software.\n ": "\n La sessi\u00f3 de supervisi\u00f3 finalitzava abans de completar aquest examen de pr\u00e0ctica.\n Podeu tornar a provar aquest examen de pr\u00e0ctica si teniu problemes per configurar el programari de processament en l\u00ednia.\n ", - "\n Your proctoring session was reviewed and did not pass requirements\n ": "\n S'ha revisat la vostra sessi\u00f3 de supervisi\u00f3 i no va passar els requisits\n ", - "\n Your proctoring session was reviewed and passed all requirements\n ": "\n S'ha revisat la vostra sessi\u00f3 de supervisi\u00f3 i es van aprovar tots els requisits\n ", - "\n %(exam_name)s is a Timed Exam (%(total_time)s)\n ": "\n %(exam_name)s \u00e9s un examen cronometrat (%(total_time)s)\n ", - "\n The following prerequisites are in a pending state and must be successfully completed before you can proceed:\n ": "\n Els prerequisits seg\u00fcents es troben en estat pedent i s'ha de completar amb \u00e8xit abans de poder continuar:\n ", - "\n You can take this exam with proctoring only when all prerequisites have been successfully completed. Check your Progress page to see if prerequisite results have been updated. You can also take this exam now without proctoring, but you will not be eligible for credit.\n ": "\n Podeu fer aquest examen amb la supervisi\u00f3 nom\u00e9s quan tots els requisits previs s'han completat correctament. Consulteu la vostra p\u00e0gina de Progr\u00e9s per veure si s'han actualitzat els resultats previs. Tamb\u00e9 podeu fer aquest examen ara sense procedir, per\u00f2 no podreu obtenir el cr\u00e8dit.\n ", - "\n You did not satisfy the following prerequisites:\n ": "\n No heu satisfet els requisits previs seg\u00fcents:\n ", - "\n You did not satisfy the requirements for taking this exam with proctoring, and are not eligible for credit. See your Progress page for a list of requirements and your status for each.\n ": "\n No heu satisfet els requisits per fer aquest examen amb supervisi\u00f3 pr\u00e8via, i no \u00e9s apte per al cr\u00e8dit. Mireu la vostra p\u00e0gina de Progr\u00e9s per obtenir una llista de requisits i el vostre estat per a cadascun.\n ", - "\n You have not completed the prerequisites for this exam. All requirements must be satisfied before you can take this proctored exam and be eligible for credit. See your Progress page for a list of requirements in the order that they must be completed.\n ": "\n No heu completat els requisits previs per a aquest examen. Tots els requisits han de ser satisfets abans de poder fer aquest examen de prova i ser elegibles per al cr\u00e8dit. Mireu la vostra p\u00e0gina de Progr\u00e9s per obtenir una llista de requisits en l'ordre que s'han de completar.\n ", - " ${price} {currency} )": " ${price} {currency} )", - " From this point in time, you must follow the online proctoring rules to pass the proctoring review for your exam. ": " A partir d 'aquest moment, heu de seguir les regles de supervisi\u00f3 en l\u00ednia Per aprovar la revisi\u00f3 de supervisi\u00f3 per al vostre examen.", - " Your Proctoring Session Has Started ": "S'ha iniciat la vostra sessi\u00f3 de supervisi\u00f3", - " and ": "i", - " and {num_of_minutes} minute": "i {num_of_minutes} minut", - " and {num_of_minutes} minutes": "i {num_of_minutes} minuts", - " to complete and submit the exam.": "per completar i enviar l'examen.", - "${listPrice}": "${listPrice}", - "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", - "%(download_link_start)sDownload this image (right-click or option-click, save as)%(link_end)s and then %(upload_link_start)supload%(link_end)s it to your backpack.": "%(download_link_start)sBaixeu aquesta imatge (feu clic amb el bot\u00f3 secundari o feu clic a l'opci\u00f3, desa com a)%(link_end)s i aleshores %(upload_link_start)spujar%(link_end)s a la teva motxilla.", - "%(new_item_message)s": "%(new_item_message)s", - "%(programName)s Home Page.": "P\u00e0gina d'Inici de %(programName)s", + "\n\nThis email is to let you know that the status of your proctoring session review for %(exam_name)s in\n%(course_name)s is %(status)s. If you have any questions about proctoring,\ncontact %(platform)s support at %(contact_email)s.\n\n": "\n\nAquest correu electr\u00f2nic us permet fer-vos saber que l'estat de la revisi\u00f3 de la vostra sessi\u00f3 de supervisi\u00f3 correspon a %(exam_name)s a\n%(course_name)s est\u00e0 %(status)s. Si teniu cap pregunta sobre la supervisi\u00f3,\ncontacteu %(platform)s amb el suport a %(contact_email)s.\n\n", + "\n Make sure you are on a computer with a webcam, and that you have valid photo identification\n such as a driver's license or passport, before you continue.\n ": "\n Assegureu-vos que sou en una computadora amb una c\u00e0mera web i que tingueu una identificaci\u00f3 amb foto v\u00e0lida\n com ara una llic\u00e8ncia de conduir o un passaport, abans de continuar.\n ", + "\n Your verification attempt failed. Please read our guidelines to make\n sure you understand the requirements for successfully completing verification,\n then try again.\n ": "\n Ha fallat l'intent de verificaci\u00f3. Llegiu les nostres directrius per\n assegurar-vos d'entendre els requisits per completar la verificaci\u00f3 amb \u00e8xit,\n torneu-ho a provar.\n ", + "\n Your verification has expired. You must successfully complete a new identity verification\n before you can start the proctored exam.\n ": "\n La teva verificaci\u00f3 ha caducat. Heu de completar amb \u00e8xit una nova verificaci\u00f3 d'identitat\n abans de poder iniciar l'examen supervisat.\n ", + "\n Your verification is pending. Results should be available 2-3 days after you\n submit your verification.\n ": "\n La verificaci\u00f3 est\u00e0 pendent. Els resultats haurien d'estar disponibles 2 o 3 dies despr\u00e9s d'haver-los fet\n envieu la vostra verificaci\u00f3.\n ", + "\n Complete your verification before starting the proctored exam.\n ": "\n Completeu la vostra verificaci\u00f3 abans d'iniciar l'examen processat.\n ", + "\n You must successfully complete identity verification before you can start the proctored exam.\n ": "\n Cal completar amb \u00e8xit la verificaci\u00f3 d'identitat abans de poder iniciar l'examen supervisat.\n ", + "\n 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 ": "\n No tanqueu aquesta finestra abans d'acabar l'examen. si tanqueu aquesta finestra, la vostra sessi\u00f3 de processament finalitza i no finalitzar\u00e0 amb \u00e8xit l'examen processat.\n ", + "\n Return to the %(platform_name)s course window to start your exam. When you have finished your exam and\n have marked it as complete, you can close this window to end the proctoring session\n and upload your proctoring session data for review.\n ": "\n Torneu a la finestra del curs %(platform_name)s per comen\u00e7ar l'examen. Quan hagueu acabat l'examen i\n ho heu marcat com a complet, podeu tancar aquesta finestra per finalitzar la sessi\u00f3 de processament\n i carregueu les dades de la sessi\u00f3 de supervisi\u00f3 per a la seva revisi\u00f3.\n ", + "\n 3. When you have finished setting up proctoring, start the exam.\n ": "\n 3. Quan h\u00e0giu acabat de configurar la supervisi\u00f3 pr\u00e8via, comenceu l'examen.\n ", + "\n Start my exam\n ": "\n Comen\u00e7a el meu examen\n ", + "\n • When you start your exam you will have %(total_time)s to complete it.
\n • You cannot stop the timer once you start.
\n • If time expires before you finish your exam, your completed answers will be\n submitted for review.
\n ": "\n • Quan inicieu l'examen que tindreu %(total_time)s que completar-ho.
\n • No podeu parar el rellotge un cop he comen\u00e7at.
\n • Si el temps caduca abans d'acabar l'examen, les seves respostes completes seran\n presentades per a la seva revisi\u00f3.
\n ", + "\n 1. Copy this unique exam code. You will be prompted to paste this code later before you start the exam.\n ": "\n 1. Copieu aquest codi d'examen \u00fanic. Se us demanar\u00e0 que enganxeu aquest codi m\u00e9s endavant abans d'iniciar l'examen.\n ", + "\n 2. Follow the link below to set up proctoring.\n ": "\n 2. Seguiu l'enlla\u00e7 seg\u00fcent per configurar la supervisi\u00f3.\n ", + "\n A new window will open. You will run a system check before downloading the proctoring application.\n ": "\n S'obrir\u00e0 una finestra nova. Realitzar\u00e0s una verificaci\u00f3 del sistema abans de descarregar l'aplicaci\u00f3 de tramitaci\u00f3.\n ", + "\n About Proctored Exams\n ": "\n Al voltant de Ex\u00e0mens Supervisats\n ", + "\n After the due date has passed, you can review the exam, but you cannot change your answers.\n ": "\n Despr\u00e9s de la data de venciment, podeu revisar l'examen, per\u00f2 no podeu canviar les vostres respostes.\n ", + "\n Are you sure you want to take this exam without proctoring?\n ": "\n Esteu segur que voleu fer aquest examen sense fer proves?\n ", + "\n Due to unsatisfied prerequisites, you can only take this exam without proctoring.\n ": "\n A causa de requisits previs insatisfets, nom\u00e9s podeu fer aquest examen sense fer proves.\n ", + "\n I am not interested in academic credit.\n ": "\n No m'interessa el cr\u00e8dit acad\u00e8mic.\n ", + "\n I am ready to start this timed exam.\n ": "\n Estic preparat per iniciar aquest examen cronometrat.\n ", + "\n If you take this exam without proctoring, you will no longer be eligible for academic credit. \n ": "\n Si feu aquest examen sense processament, no ser\u00e0 elegible per al cr\u00e8dit acad\u00e8mic.\n ", + "\n No, I want to continue working.\n ": "\n No, vull seguir treballant.\n ", + "\n No, I'd like to continue working\n ": "\n No, m'agradaria continuar treballant\n ", + "\n Select the exam code, then copy it using Command+C (Mac) or Control+C (Windows).\n ": "\n Seleccioneu el codi de l'examen i, a continuaci\u00f3, copieu-lo usant Command + C (Mac) o Control + C (Windows).\n ", + "\n The time allotted for this exam has expired. Your exam has been submitted and any work you completed will be graded.\n ": "\n El temps assignat per a aquest examen ha caducat. S'ha enviat el vostre examen i es classificar\u00e0 el treball completat.\n ", + "\n You have submitted your timed exam.\n ": "\n Heu enviat el vostre examen cronometrat.\n ", + "\n You will be asked to verify your identity as part of the proctoring exam set up.\n Make sure you are on a computer with a webcam, and that you have valid photo identification\n such as a driver's license or passport, before you continue.\n ": "\n Se us demanar\u00e0 que verifiqueu la vostra identitat com a part de la configuraci\u00f3 de l'examen de supervisi\u00f3.\n Assegureu-vos que sou en una computadora amb una c\u00e0mera web i que tingueu una identificaci\u00f3 amb foto v\u00e0lida\n com ara una llic\u00e8ncia de conduir o un passaport, abans de continuar.\n ", + "\n You will be guided through steps to set up online proctoring software and to perform various checks.\n ": "\n Us guiarem pels passos necessaris per configurar el programari de processament en l\u00ednia i realitzar diversos controls.\n ", + "\n You will be guided through steps to set up online proctoring software and to perform various checks.
\n ": "\n Us guiarem pels passos necessaris per configurar el programari de processament en l\u00ednia i realitzar diversos controls.
\n ", + "\n • After you quit the proctoring session, the recorded data is uploaded for review.
\n • Proctoring results are usually available within 5 business days after you submit your exam.\n ": "\n • Despr\u00e9s d'abandonar la sessi\u00f3 de supervisi\u00f3, es carregaran les dades gravades per a la seva revisi\u00f3.
\n • Els resultats de la supervisi\u00f3 solen estar disponibles dins dels 5 dies h\u00e0bils posteriors a l'enviament de l'examen.\n ", + "\n A technical error has occurred with your proctored exam. To resolve this problem, contact\n technical support. All exam data, including answers\n for completed problems, has been lost. When the problem is resolved you will need to restart\n the exam and complete all problems again.\n ": "\n S'ha produ\u00eft un error t\u00e8cnic amb l'examen supervisat. Per resoldre aquest problema, poseu-vos en contacte amb\n el suport t\u00e8cnic. Totes les dades de l'examen, incloses les respostes\n per problemes complets, s'ha perdut. Quan es resol el problema, haur\u00e0s de reiniciar\n l'ex\u00e0men icompletar els problemes de nou.\n ", + "\n After the due date for this exam has passed, you will be able to review your answers on this page.\n ": "\n Un cop superada la data de venciment d'aquest examen, podreu revisar les vostres respostes en aquesta p\u00e0gina.\n ", + "\n After you submit your exam, your exam will be graded.\n ": "\n Despr\u00e9s d'enviar el vostre examen, el vostre examen es classificar\u00e0.\n ", + "\n After you submit your exam, your responses are graded and your proctoring session is reviewed.\n You might be eligible to earn academic credit for this course if you complete all required exams\n as well as achieve a final grade that meets credit requirements for the course.\n ": "\n Despr\u00e9s d'enviar l'examen, les seves respostes es classifiquen i es revisa la seva sessi\u00f3 de supervisi\u00f3.\n Podria ser elegible per obtenir el cr\u00e8dit acad\u00e8mic d'aquest curs si completa tots els ex\u00e0mens requerits\n aix\u00ed com aconseguir una nota final que compleixi els requisits de cr\u00e8dit del curs.\n ", + "\n Are you sure that you want to submit your timed exam?\n ": "\n Est\u00e0s segur que vols enviar el teu examen cronol\u00f2gic?\n ", + "\n Are you sure you want to end your proctored exam?\n ": "\n Esteu segur que voleu finalitzar el vostre examen supervisat?\n ", + "\n Because the due date has passed, you are no longer able to take this exam.\n ": "\n Com que ja ha passat la data de venciment, ja no podreu fer aquest examen.\n ", + "\n Error with proctored exam\n ": "\n S'ha produ\u00eft un error en l'examen supervisat\n ", + "\n Follow these instructions\n ": "\n Seguiu aquestes instruccions\n ", + "\n Follow these steps to set up and start your proctored exam.\n ": "\n Seguiu aquests passos per configurar i iniciar l'examen supervisat.\n ", + "\n Get familiar with proctoring for real exams later in the course. This practice exam has no impact\n on your grade in the course.\n ": "\n Familiaritzeu-vos amb la preparaci\u00f3 d'ex\u00e0mens reals m\u00e9s tard en el curs. Aquest examen de pr\u00e0ctica no t\u00e9 cap impacte\n a la vostra nota del curs.\n ", + "\n If the proctoring software window is still open, you can close it now. Confirm that you want to quit the application when you are prompted.\n ": "\n Si la finestra del programari de processament encara est\u00e0 oberta, ara podeu tancar-la ara. Confirmeu que voleu deixar l'aplicaci\u00f3 quan se us demani.\n ", + "\n If you have concerns about your proctoring session results, contact your course team.\n ": "\n Si teniu dubtes sobre els resultats de la sessi\u00f3 de supervisi\u00f3, contacteu amb l'equip del vostre curs.\n ", + "\n If you have disabilities,\n you might be eligible for an additional time allowance on timed exams.\n Ask your course team for information about additional time allowances.\n ": "\n Si teniu discapacitats,\n \u00e9s possible que tingueu dret a una assignaci\u00f3 de temps addicional en ex\u00e0mens temporitzats.\n Pregunteu a l'equip del vostre curs per obtenir informaci\u00f3 sobre les assignacions de temps addicionals.", + "\n If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n ": "\n Si teniu preguntes sobre l'estat dels resultats dels ex\u00e0mens supervisats, contacteu amb el suport de %(platform_name)s.\n ", + "\n If you have questions about the status of your requirements for course credit, contact %(platform_name)s Support.\n ": "\n Si teniu preguntes sobre l'estat dels vostres requisits per al cr\u00e8dit del curs, contacteu amb el suport de %(platform_name)s \n ", + "\n Make sure that you have selected \"Submit\" for each problem before you submit your exam.\n ": "\n Assegureu-vos que heu seleccionat \"Enviar\" per a cada problema abans d'enviar l'examen.\n ", + "\n Practice exams do not affect your grade or your credit eligibility.\n You have completed this practice exam and can continue with your course work.\n ": "\n Els ex\u00e0mens pr\u00e0ctics no afecten el vostre grau o la vostra elegibilitat credit\u00edcia.\n Heu completat aquest examen de pr\u00e0ctica i podeu continuar amb el vostre curs.\n ", + "\n The due date for this exam has passed\n ": "\n La data de venciment d'aquest examen ha passat\n ", + "\n There was a problem with your practice proctoring session\n ": "\n Hi ha hagut un problema amb la vostra sessi\u00f3 de supervisi\u00f3 de pr\u00e0ctiques\n ", + "\n This exam is proctored\n ": "\n Aquest ex\u00e0men est\u00e0 supervisat\n ", + "\n To be eligible for course credit or for a MicroMasters credential, you must pass the proctoring review for this exam.\n ": "\n Per poder optar al cr\u00e8dit del curs o per obtenir una credencial de MicroMasters, haureu de passar la revisi\u00f3 de supervisi\u00f3 per a aquest examen.\n ", + "\n To view your exam questions and responses, select View my exam. The exam's review status is shown in the left navigation pane.\n ": "\n Per veure les preguntes i respostes de l'examen, seleccioneu Veure el meu examen . L'estat de la revisi\u00f3 de l'examen es mostra al panell de navegaci\u00f3 esquerre.\n ", + "\n Try a proctored exam\n ": "\n Proveu un examen supervisat\n ", + "\n View your credit eligibility status on your Progress page.\n ": "\n Consulteu el vostre estat d'elegibilitat de cr\u00e8dit a la vostre p\u00e0gina de Progr\u00e9s .\n ", + "\n Yes, end my proctored exam\n ": "\n S\u00ed, finalitzar el meu examen supervisat \n ", + "\n Yes, submit my timed exam.\n ": "\n S\u00ed, envieu el meu examen cronometrat.\n ", + "\n You are eligible to purchase academic credit for this course if you complete all required exams\n and also achieve a final grade that meets the credit requirements for the course.\n ": "\n Podeu adquirir un cr\u00e8dit acad\u00e8mic per a aquest curs si completa els ex\u00e0mens requerits\n i tamb\u00e9 aconseguir una nota final que compleixi amb els requisits de cr\u00e8dit del curs.\n ", + "\n You are no longer eligible for academic credit for this course, regardless of your final grade.\n If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n ": "\n Ja no podeu obtenir cr\u00e8dits acad\u00e8mics per a aquest curs, independentment de la nota final.\n Si teniu preguntes sobre l'estat dels resultats dels ex\u00e0mens supervisats, contacteu amb el suport de %(platform_name)s.\n ", + "\n You have submitted this practice proctored exam\n ": "\n Heu enviat aquest examen pr\u00e0ctic tutelat\n ", + "\n You have submitted this proctored exam for review\n ": "\n Heu enviat aquest examen tutelat per a la seva revisi\u00f3\n ", + "\n Your grade for this timed exam will be immediately available on the Progress page.\n ": "\n El vostre grau d'aquest examen temporal estar\u00e0 disponible immediatament a la p\u00e0gina de Progr\u00e9s.\n ", + "\n Your practice proctoring results: Unsatisfactory \n ": "\n Els resultats de la seva pr\u00e0ctica de supervisi\u00f3: Insatisfactori \n ", + "\n Your proctoring session ended before you completed this practice exam.\n You can retry this practice exam if you had problems setting up the online proctoring software.\n ": "\n La sessi\u00f3 de supervisi\u00f3 finalitzava abans de completar aquest examen de pr\u00e0ctica.\n Podeu tornar a provar aquest examen de pr\u00e0ctica si teniu problemes per configurar el programari de processament en l\u00ednia.\n ", + "\n Your proctoring session was reviewed and did not pass requirements\n ": "\n S'ha revisat la vostra sessi\u00f3 de supervisi\u00f3 i no va passar els requisits\n ", + "\n Your proctoring session was reviewed and passed all requirements\n ": "\n S'ha revisat la vostra sessi\u00f3 de supervisi\u00f3 i es van aprovar tots els requisits\n ", + "\n %(exam_name)s is a Timed Exam (%(total_time)s)\n ": "\n %(exam_name)s \u00e9s un examen cronometrat (%(total_time)s)\n ", + "\n The following prerequisites are in a pending state and must be successfully completed before you can proceed:\n ": "\n Els prerequisits seg\u00fcents es troben en estat pedent i s'ha de completar amb \u00e8xit abans de poder continuar:\n ", + "\n You can take this exam with proctoring only when all prerequisites have been successfully completed. Check your Progress page to see if prerequisite results have been updated. You can also take this exam now without proctoring, but you will not be eligible for credit.\n ": "\n Podeu fer aquest examen amb la supervisi\u00f3 nom\u00e9s quan tots els requisits previs s'han completat correctament. Consulteu la vostra p\u00e0gina de Progr\u00e9s per veure si s'han actualitzat els resultats previs. Tamb\u00e9 podeu fer aquest examen ara sense procedir, per\u00f2 no podreu obtenir el cr\u00e8dit.\n ", + "\n You did not satisfy the following prerequisites:\n ": "\n No heu satisfet els requisits previs seg\u00fcents:\n ", + "\n You did not satisfy the requirements for taking this exam with proctoring, and are not eligible for credit. See your Progress page for a list of requirements and your status for each.\n ": "\n No heu satisfet els requisits per fer aquest examen amb supervisi\u00f3 pr\u00e8via, i no \u00e9s apte per al cr\u00e8dit. Mireu la vostra p\u00e0gina de Progr\u00e9s per obtenir una llista de requisits i el vostre estat per a cadascun.\n ", + "\n You have not completed the prerequisites for this exam. All requirements must be satisfied before you can take this proctored exam and be eligible for credit. See your Progress page for a list of requirements in the order that they must be completed.\n ": "\n No heu completat els requisits previs per a aquest examen. Tots els requisits han de ser satisfets abans de poder fer aquest examen de prova i ser elegibles per al cr\u00e8dit. Mireu la vostra p\u00e0gina de Progr\u00e9s per obtenir una llista de requisits en l'ordre que s'han de completar.\n ", + " ${price} {currency} )": " ${price} {currency} )", + " From this point in time, you must follow the online proctoring rules to pass the proctoring review for your exam. ": " A partir d 'aquest moment, heu de seguir les regles de supervisi\u00f3 en l\u00ednia Per aprovar la revisi\u00f3 de supervisi\u00f3 per al vostre examen.", + " Your Proctoring Session Has Started ": "S'ha iniciat la vostra sessi\u00f3 de supervisi\u00f3", + " and ": "i", + " and {num_of_minutes} minute": "i {num_of_minutes} minut", + " and {num_of_minutes} minutes": "i {num_of_minutes} minuts", + " to complete and submit the exam.": "per completar i enviar l'examen.", + "${listPrice}": "${listPrice}", + "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", + "%(download_link_start)sDownload this image (right-click or option-click, save as)%(link_end)s and then %(upload_link_start)supload%(link_end)s it to your backpack.": "%(download_link_start)sBaixeu aquesta imatge (feu clic amb el bot\u00f3 secundari o feu clic a l'opci\u00f3, desa com a)%(link_end)s i aleshores %(upload_link_start)spujar%(link_end)s a la teva motxilla.", + "%(new_item_message)s": "%(new_item_message)s", + "%(programName)s Home Page.": "P\u00e0gina d'Inici de %(programName)s", "%(sel)s of %(cnt)s selected": [ - "%(sel)s de %(cnt)s seleccionat", + "%(sel)s de %(cnt)s seleccionat", "%(sel)s of %(cnt)s seleccionats" - ], - "%(type)s Component Template Menu": "%(type)s Men\u00fa de plantilla de components", - "(Add signatories for a certificate)": "(Afegiu signataris per a un certificat)", - "(Required Field)": "(Camp necessari)", + ], + "%(type)s Component Template Menu": "%(type)s Men\u00fa de plantilla de components", + "(Add signatories for a certificate)": "(Afegiu signataris per a un certificat)", + "(Required Field)": "(Camp necessari)", "(contains %(student_count)s student)": [ - "(cont\u00e9 %(student_count)s estudiant)", + "(cont\u00e9 %(student_count)s estudiant)", "(cont\u00e9 %(student_count)s estudiants)" - ], - "- Sortable": "- Ordenable", - "6 a.m.": "6 a.m.", - "6 p.m.": "6 p.m.", - ": video upload complete.": ": c\u00e0rrega de v\u00eddeo completada.", - "A driver's license, passport, or government-issued ID with your name and photo.": "Llic\u00e8ncia de conduir, passaport o identificaci\u00f3 emesa pel govern amb el vostre nom i foto.", - "A driver's license, passport, or other government-issued ID with your name and photo": "Una llic\u00e8ncia de conduir, un passaport o una altra identificaci\u00f3 expedida pel govern amb el vostre nom i foto", - "A highlight to look forward to this week.": "Un aspecte destacable d'esperar aquesta setmana.", - "A list of courses you have just enrolled in as a verified student": "Una llista de cursos que acaba d'ingressar com a estudiant verificat", - "A valid email address is required": "Es requereix una adre\u00e7a electr\u00f2nica v\u00e0lida", - "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", - "API Key": "Clau API", - "API Secret": "API Secreta", - "Abbreviation": "Abreviaci\u00f3", - "About You": "Sobre tu", - "Access to some content in this unit is restricted to specific groups of learners": "L'acc\u00e9s a algun contingut d'aquesta unitat est\u00e0 restringit a grups espec\u00edfics d'estudiants", - "Access to some content in this {blockType} is restricted to specific groups of learners.": "L'acc\u00e9s a algun contingut d'aquest {blockType} est\u00e0 restringit a grups espec\u00edfics d'estudiants.", - "Access to this unit is restricted to: {selectedGroupsLabel}": "L'acc\u00e9s a aquesta unitat est\u00e0 restringit a: {selectedGroupsLabel}", - "Access to this {blockType} is restricted to: {selectedGroupsLabel}": "L'acc\u00e9s a aquest {blockType} est\u00e0 restringit a: {selectedGroupsLabel}", - "Account": "Compte", - "Account Not Activated": "El compte no est\u00e0 activat", - "Account Settings": "Configuraci\u00f3 del compte", - "Action": "Acci\u00f3", - "Action required: Enter a valid date.": "Acci\u00f3 requerida: introdu\u00efu una data v\u00e0lida.", - "Actions": "Accions", - "Activate": "Activar", - "Activate Your Account": "Activa el teu compte", - "Active": "Actiu", - "Active Uploads": "C\u00e0rregues actives", - "Add": "Afegir", - "Add Additional Signatory": "Afegeix signatari addicional", - "Add Cohort": "Afegeix cohort", - "Add Component:": "Afegeix un component:", - "Add Learners": "Afegiu aprenents", - "Add New Component": "Afegir un nou component", - "Add Thumbnail": "Afegir Miniatura", - "Add Thumbnail - {videoName}": "Afegir Miniatura - {videoName}", - "Add URLs for additional versions": "Afegiu URL per a versions addicionals", - "Add a Chapter": "Afegir un cap\u00edtol", - "Add a New Cohort": "Afegiu una nova cohort", - "Add a learning outcome here": "Afegiu aqu\u00ed un resultat d'aprenentatge", - "Add another group": "Afegeix un altre grup", - "Add learners to this cohort": "Afegiu els estudiants a aquesta cohort", - "Add notes about this learner": "Afegiu notes sobre aquest aprenent", - "Add to Exception List": "Afegeix a la llista d'excepcions", - "Add your first content group": "Afegiu el vostre primer grup de contingut", - "Add your first group configuration": "Afegiu la vostra configuraci\u00f3 de grup primer", - "Add your first textbook": "Afegiu el vostre primer llibre de text", - "Add {role} Access": "Afegeix {role} acc\u00e9s", - "Additional Time (minutes)": "Temps addicional (minuts)", - "Admin": "Administrador", - "Advanced": "Avan\u00e7at", - "After the course\\'s end date has passed, learners can no longer access subsection content. The subsection remains included in grade calculations.": "Un cop transcorreguda la data de finalitzaci\u00f3 del curs, els aprenents ja no poden accedir al contingut de la subsecci\u00f3. La subsecci\u00f3 roman inclosa en els c\u00e0lculs de qualificaci\u00f3.", - "After the subsection\\'s due date has passed, learners can no longer access its content. The subsection remains included in grade calculations.": "Despr\u00e9s de la data de venciment de la subscripci\u00f3, els aprenents ja no poden accedir al seu contingut. La subsecci\u00f3 roman inclosa en els c\u00e0lculs de qualificaci\u00f3.", - "After you select ": "Despr\u00e9s de seleccionar", - "All Learners and Staff": "Tots els alumnes i el personal", - "All Posts": "Totes les publicacions", - "All Rights Reserved": "Tots els drets reservats", - "All Topics": "Tots els temes", - "All Unreviewed": "Tots sense veure", - "All Unreviewed Failures": "Tots els errors no vistos", - "All groups must have a name.": "Tots els grups han de tenir un nom.", - "All groups must have a unique name.": "Tots els grups han de tenir un nom \u00fanic.", - "All professional education courses are fee-based, and require payment to complete the enrollment process.": "Tots els cursos d'educaci\u00f3 professional estan basats en tarifes i requereixen un pagament per completar el proc\u00e9s d'inscripci\u00f3.", - "All users on the Exception list": "Tots els usuaris de la llista Excepci\u00f3", - "All users on the Exception list who do not yet have a certificate": "Tots els usuaris de la llista Excepci\u00f3 que encara no tenen certificat", - "Already a course team member": "Ja \u00e9s membre d'un equip de cursos", - "Already a library team member": "Ja \u00e9s membre d'un equip de biblioteca", - "Already a member": "Ja ets membre", - "Already have an {platformName} account?": "Ja teniu un compte a {platformName}?", - "Always divide content-specific discussion topics": "Sempre divideu els temes de discussi\u00f3 espec\u00edfics del contingut", - "Always show assessment results": "Mostra els resultats de l'avaluaci\u00f3 sempre", - "Amount": "Import", - "An email has been sent to {userEmail} with a link for you to activate your account.": "S'ha enviat un correu electr\u00f2nic a {userEmail} amb un enlla\u00e7 perqu\u00e8 activeu el vostre compte.", - "An error has occurred. Wait a few minutes, and then try again.": "S'ha produ\u00eft un error. Espereu uns minuts i torneu-ho a provar.", - "An error occurred. Please reload the page.": "Hi ha hagut un error. Torna a carregar la p\u00e0gina.", - "April": "Abril", - "Are you having trouble finding a team to join?": "Tens problemes per trobar un equip per unir-te?", - "Are you sure you want to delete this comment?": "Segur que vols esborrar aquest comentari?", - "Are you sure you want to delete this post?": "Segur que vols esborrar aquest post?", - "Are you sure you want to delete this response?": "Segur que vols esborrar aquesta resposta?", - "Are you sure you want to delete this update?": "Segur que vols esborrar aquesta actualitzaci\u00f3?", - "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "Esteu segur que voleu eliminar {email} de l'equip del curs \u201c{container}\u201d?", - "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "Est\u00e0s segur que vols eliminar {email} de la biblioteca \u201c{container}\u201d?", - "Are you sure you want to remove this video from the list?": "Est\u00e0s segur que vols eliminar aquest v\u00eddeo de la llista?", - "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "Esteu segur que voleu restringir l'acc\u00e9s {email} a \u201c{container}\u201d?", - "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "Segur que vols esborrar aquest element? No es podran desfer els canvis!\n\n\nA m\u00e9s, qualsevol contingut enlla\u00e7at o que faci refer\u00e8ncia a aquest element ja no funcionar\u00e0 (imatges o enlla\u00e7os trencats)", - "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "Com a part del proc\u00e9s de verificaci\u00f3, feu una foto tant de la vostra cara com d'una identificaci\u00f3 de fotografia emesa pel govern. El nostre servei d'autoritzaci\u00f3 confirma la vostra identitat mitjan\u00e7ant la comparaci\u00f3 de la foto que es fa amb la foto a la vostra identificaci\u00f3.", - "As you complete courses, you will see them listed here.": "A mesura que completi els cursos, els veureu llistats aqu\u00ed.", - "Assessment Results Visibility": "Visibilitat de resultats d'avaluaci\u00f3", - "Assign learners to cohorts by uploading a CSV file": "Assigneu els aprenents a cohorts pujant un fitxer CSV", - "Assignment Type Name": "Nom del tipus d'assignaci\u00f3", - "Associated Content Group": "Grup de contingut associat", - "August": "Agost", - "Automated Transcripts": "Transcripcions automatitzades", - "Automatic": "Autom\u00e0tic", - "Automatic transcripts are disabled.": "Les transcripcions autom\u00e0tiques estan deshabilitades.", - "Available %s": "%s Disponibles", - "Back to sign in": "Torna a iniciar la sessi\u00f3", - "Back to {platform} FAQs": "Torna a preguntes m\u00e9s freq\u00fcents de {platform}", - "Basic": "B\u00e0sic", - "Be sure your entire face is inside the frame": "Assegureu-vos que tota la cara est\u00e0 dins del marc", - "Before proceeding, please confirm that your details match": "Abans de continuar, confirmeu que les dades coincideixen", - "Before you upgrade to a certificate track, you must activate your account.": "Abans d'actualitzar a una pista de certificat, heu d'activar el vostre compte.", - "Billed to": "S'ha facturat", - "Biography": "Biografia", - "Blockquote": "Cita", - "Blockquote (Ctrl+Q)": "Cita (Ctrl+Q)", - "Bold (Ctrl+B)": "Negreta (Ctrl+B)", - "Bookmarked on": "Marcats a", - "Browse": "Navega", - "Browse recently launched courses and see what\\'s new in your favorite subjects": "Exploreu cursos recentment llan\u00e7ats i vegeu qu\u00e8 \u00e9s nou en els vostres temes preferits", - "Bulk Exceptions": "Excepcions a granel", - "Bulleted List (Ctrl+U)": "Llista amb pics (Ctrl+U)", - "COMPLETED COURSES": "CURSOS COMPLETS", - "COURSES IN PROGRESS": "CURSOS EN CURS", - "Can I request additional time to complete my exam?": "Puc demanar m\u00e9s temps per completar el meu examen?", - "Can we match the photo you took with the one on your ID?": "Podem comparar la foto que vau fer amb la que teniu al vostre identificador?", - "Cancel": "Cancel\u00b7lar", - "Cancel team creating.": "Cancel\u00b7la la creaci\u00f3 de l'equip.", - "Cancel team updating.": "Cancel\u00b7la l'actualitzaci\u00f3 de l'equip.", - "Cannot Start Proctored Exam": "No es pot iniciar l'examen supervisat", - "Cannot delete when in use by a unit": "No es pot eliminar quan est\u00e0 en \u00fas per una unitat", - "Cannot delete when in use by an experiment": "No es pot esborrar quan s'utilitza una prova", - "Cannot drop more <%= types %> assignments than are assigned.": "No es poden deixar caure m\u00e9s <%= types %> assignacions que s'assignen.", - "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "Precauci\u00f3: l'\u00faltima versi\u00f3 publicada d'aquesta unitat \u00e9s en viu. En publicar canvis, canviar\u00e0s l'experi\u00e8ncia dels estudiants.", - "Certificate Details": "Detalls del certificat", - "Certificate Generated": "Certificat generat", - "Certificate Information": "Informaci\u00f3 del Certificat", - "Certificate Name": "Nom del certificat", - "Certificate Purchased": "Compra certificada", - "Certificate Signatories": "Signataris de certificats", - "Certificate Signatory Configuration": "Configuraci\u00f3 del certificat de certificat", - "Certificate Status:": "Estat del certificat:", - "Certificate name is required.": "El nom del certificat \u00e9s obligatori.", - "Change": "Canviar", - "Change Enrollment": "Canvieu la inscripci\u00f3", - "Change Manually": "Canvia manualment", - "Change My Email Address": "Canvia la meva adre\u00e7a de correu electr\u00f2nic", - "Change Session": "Canvi de sessi\u00f3", - "Change or Leave Session": "Canvieu o deixeu sessi\u00f3", - "Change to a different session or leave the current session.": "Canvieu a una sessi\u00f3 diferent o deixeu la sessi\u00f3 actual.", - "Chapter Asset": "Cap\u00edtol d'actius", - "Chapter Name": "Nom del cap\u00edtol", - "Chapter information": "Informaci\u00f3 del cap\u00edtol", - "Chapter {order}": "Cap\u00edtol {order}", - "Check Your Email": "Comprova el teu correu", - "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "Marqueu aquesta casella per rebre un correu electr\u00f2nic que digereix una vegada al dia notificant-vos sobre l'activitat nova i no llegida de les publicacions que seguiu.", - "Check your email": "Comproveu el vostre correu", - "Check your email for an activation message.": "Consulteu el vostre correu electr\u00f2nic per obtenir un missatge d'activaci\u00f3.", - "Choose": "Escollir", - "Choose File": "Escull arxiu", - "Choose One": "Escull un", - "Choose a Date": "Escolliu una data", - "Choose a Time": "Escolliu una hora", - "Choose a content group to associate": "Trieu un grup de contingut per associar", - "Choose a time": "Escolliu una hora", - "Choose all": "Escollir-los tots", - "Choose mode": "Mode d'escollir", - "Choose your institution from the list below:": "Trieu la vostra instituci\u00f3 de la llista seg\u00fcent:", - "Chosen %s": "Escollit %s", - "Clear": "Netejar", - "Clear All": "Esborra-ho tot", - "Clear Grading Due Date": "Esborra la data de venciment de la qualificaci\u00f3", - "Clear Release Date/Time": "Esborra la data i hora de la publicaci\u00f3", - "Clear Value": "Esborra valor", - "Clear search": "Netjar cerca", - "Clear search results": "Esborreu els resultats de cerca", - "Click to add a new %(xblock_type)s": "Feu clic per afegir-ne un de nou %(xblock_type)s", - "Click to change": "Feu clic per canviar", - "Click to choose all %s at once.": "Feu clic per escollir tots els %s d'un cop.", - "Click to edit": "Feu clic per editar-la", - "Click to remove all chosen %s at once.": "Feu clic per eliminar tots els %s escollits d'un cop.", - "Close": "Tancar", - "Code": "Codi", - "Code Sample (Ctrl+K)": "Exemple de codi (Ctrl+K)", - "Cohort Assignment Method": "M\u00e8tode d'assignaci\u00f3 de cohorts", - "Cohort Name": "Nom de la cohort", - "Collapse All": "Col\u00b7lapsar tot", - "Collapse/Expand this %(xblock_type)s": "Contraure / Expandir aix\u00f2 %(xblock_type)s", - "Coming Soon": "Pr\u00f2ximament", - "Common Problem Types": "Tipus de problemes freq\u00fcents", - "Complete courses on your schedule to ensure you stand out in your field!": "Completeu els cursos del vostre horari per assegurar-vos que us destaqui al vostre camp!", - "Completed": "Completat", - "Component Location ID": "Identificador d'ubicaci\u00f3 del component", - "Configure": "Configura", - "Confirm": "Confirmar", - "Confirm Timed Transcript": "Confirmeu Transcripci\u00f3 Temporitzada", - "Congratulations!": "Felicitacions", - "Congratulations! You are now verified on %(platformName)s!": "Felicitats! Ara esteu verificats a %(platformName)s!", - "Contains staff only content": "Cont\u00e9 nom\u00e9s contingut del personal", + ], + "- Sortable": "- Ordenable", + "6 a.m.": "6 a.m.", + "6 p.m.": "6 p.m.", + ": video upload complete.": ": c\u00e0rrega de v\u00eddeo completada.", + "A driver's license, passport, or government-issued ID with your name and photo.": "Llic\u00e8ncia de conduir, passaport o identificaci\u00f3 emesa pel govern amb el vostre nom i foto.", + "A driver's license, passport, or other government-issued ID with your name and photo": "Una llic\u00e8ncia de conduir, un passaport o una altra identificaci\u00f3 expedida pel govern amb el vostre nom i foto", + "A highlight to look forward to this week.": "Un aspecte destacable d'esperar aquesta setmana.", + "A list of courses you have just enrolled in as a verified student": "Una llista de cursos que acaba d'ingressar com a estudiant verificat", + "A valid email address is required": "Es requereix una adre\u00e7a electr\u00f2nica v\u00e0lida", + "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", + "API Key": "Clau API", + "API Secret": "API Secreta", + "Abbreviation": "Abreviaci\u00f3", + "About You": "Sobre tu", + "Access to some content in this unit is restricted to specific groups of learners": "L'acc\u00e9s a algun contingut d'aquesta unitat est\u00e0 restringit a grups espec\u00edfics d'estudiants", + "Access to some content in this {blockType} is restricted to specific groups of learners.": "L'acc\u00e9s a algun contingut d'aquest {blockType} est\u00e0 restringit a grups espec\u00edfics d'estudiants.", + "Access to this unit is restricted to: {selectedGroupsLabel}": "L'acc\u00e9s a aquesta unitat est\u00e0 restringit a: {selectedGroupsLabel}", + "Access to this {blockType} is restricted to: {selectedGroupsLabel}": "L'acc\u00e9s a aquest {blockType} est\u00e0 restringit a: {selectedGroupsLabel}", + "Account": "Compte", + "Account Not Activated": "El compte no est\u00e0 activat", + "Account Settings": "Configuraci\u00f3 del compte", + "Action": "Acci\u00f3", + "Action required: Enter a valid date.": "Acci\u00f3 requerida: introdu\u00efu una data v\u00e0lida.", + "Actions": "Accions", + "Activate": "Activar", + "Activate Your Account": "Activa el teu compte", + "Active": "Actiu", + "Active Uploads": "C\u00e0rregues actives", + "Add": "Afegir", + "Add Additional Signatory": "Afegeix signatari addicional", + "Add Cohort": "Afegeix cohort", + "Add Component:": "Afegeix un component:", + "Add Learners": "Afegiu aprenents", + "Add New Component": "Afegir un nou component", + "Add Thumbnail": "Afegir Miniatura", + "Add Thumbnail - {videoName}": "Afegir Miniatura - {videoName}", + "Add URLs for additional versions": "Afegiu URL per a versions addicionals", + "Add a Chapter": "Afegir un cap\u00edtol", + "Add a New Cohort": "Afegiu una nova cohort", + "Add a learning outcome here": "Afegiu aqu\u00ed un resultat d'aprenentatge", + "Add another group": "Afegeix un altre grup", + "Add learners to this cohort": "Afegiu els estudiants a aquesta cohort", + "Add notes about this learner": "Afegiu notes sobre aquest aprenent", + "Add to Exception List": "Afegeix a la llista d'excepcions", + "Add your first content group": "Afegiu el vostre primer grup de contingut", + "Add your first group configuration": "Afegiu la vostra configuraci\u00f3 de grup primer", + "Add your first textbook": "Afegiu el vostre primer llibre de text", + "Add {role} Access": "Afegeix {role} acc\u00e9s", + "Additional Time (minutes)": "Temps addicional (minuts)", + "Admin": "Administrador", + "Advanced": "Avan\u00e7at", + "After the course\\'s end date has passed, learners can no longer access subsection content. The subsection remains included in grade calculations.": "Un cop transcorreguda la data de finalitzaci\u00f3 del curs, els aprenents ja no poden accedir al contingut de la subsecci\u00f3. La subsecci\u00f3 roman inclosa en els c\u00e0lculs de qualificaci\u00f3.", + "After the subsection\\'s due date has passed, learners can no longer access its content. The subsection remains included in grade calculations.": "Despr\u00e9s de la data de venciment de la subscripci\u00f3, els aprenents ja no poden accedir al seu contingut. La subsecci\u00f3 roman inclosa en els c\u00e0lculs de qualificaci\u00f3.", + "After you select ": "Despr\u00e9s de seleccionar", + "All Learners and Staff": "Tots els alumnes i el personal", + "All Posts": "Totes les publicacions", + "All Rights Reserved": "Tots els drets reservats", + "All Topics": "Tots els temes", + "All Unreviewed": "Tots sense veure", + "All Unreviewed Failures": "Tots els errors no vistos", + "All groups must have a name.": "Tots els grups han de tenir un nom.", + "All groups must have a unique name.": "Tots els grups han de tenir un nom \u00fanic.", + "All professional education courses are fee-based, and require payment to complete the enrollment process.": "Tots els cursos d'educaci\u00f3 professional estan basats en tarifes i requereixen un pagament per completar el proc\u00e9s d'inscripci\u00f3.", + "All users on the Exception list": "Tots els usuaris de la llista Excepci\u00f3", + "All users on the Exception list who do not yet have a certificate": "Tots els usuaris de la llista Excepci\u00f3 que encara no tenen certificat", + "Already a course team member": "Ja \u00e9s membre d'un equip de cursos", + "Already a library team member": "Ja \u00e9s membre d'un equip de biblioteca", + "Already a member": "Ja ets membre", + "Already have an {platformName} account?": "Ja teniu un compte a {platformName}?", + "Always divide content-specific discussion topics": "Sempre divideu els temes de discussi\u00f3 espec\u00edfics del contingut", + "Always show assessment results": "Mostra els resultats de l'avaluaci\u00f3 sempre", + "Amount": "Import", + "An email has been sent to {userEmail} with a link for you to activate your account.": "S'ha enviat un correu electr\u00f2nic a {userEmail} amb un enlla\u00e7 perqu\u00e8 activeu el vostre compte.", + "An error has occurred. Wait a few minutes, and then try again.": "S'ha produ\u00eft un error. Espereu uns minuts i torneu-ho a provar.", + "An error occurred. Please reload the page.": "Hi ha hagut un error. Torna a carregar la p\u00e0gina.", + "April": "Abril", + "Are you having trouble finding a team to join?": "Tens problemes per trobar un equip per unir-te?", + "Are you sure you want to delete this comment?": "Segur que vols esborrar aquest comentari?", + "Are you sure you want to delete this post?": "Segur que vols esborrar aquest post?", + "Are you sure you want to delete this response?": "Segur que vols esborrar aquesta resposta?", + "Are you sure you want to delete this update?": "Segur que vols esborrar aquesta actualitzaci\u00f3?", + "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "Esteu segur que voleu eliminar {email} de l'equip del curs \u201c{container}\u201d?", + "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "Est\u00e0s segur que vols eliminar {email} de la biblioteca \u201c{container}\u201d?", + "Are you sure you want to remove this video from the list?": "Est\u00e0s segur que vols eliminar aquest v\u00eddeo de la llista?", + "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "Esteu segur que voleu restringir l'acc\u00e9s {email} a \u201c{container}\u201d?", + "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "Segur que vols esborrar aquest element? No es podran desfer els canvis!\n\n\nA m\u00e9s, qualsevol contingut enlla\u00e7at o que faci refer\u00e8ncia a aquest element ja no funcionar\u00e0 (imatges o enlla\u00e7os trencats)", + "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "Com a part del proc\u00e9s de verificaci\u00f3, feu una foto tant de la vostra cara com d'una identificaci\u00f3 de fotografia emesa pel govern. El nostre servei d'autoritzaci\u00f3 confirma la vostra identitat mitjan\u00e7ant la comparaci\u00f3 de la foto que es fa amb la foto a la vostra identificaci\u00f3.", + "As you complete courses, you will see them listed here.": "A mesura que completi els cursos, els veureu llistats aqu\u00ed.", + "Assessment Results Visibility": "Visibilitat de resultats d'avaluaci\u00f3", + "Assign learners to cohorts by uploading a CSV file": "Assigneu els aprenents a cohorts pujant un fitxer CSV", + "Assignment Type Name": "Nom del tipus d'assignaci\u00f3", + "Associated Content Group": "Grup de contingut associat", + "August": "Agost", + "Automated Transcripts": "Transcripcions automatitzades", + "Automatic": "Autom\u00e0tic", + "Automatic transcripts are disabled.": "Les transcripcions autom\u00e0tiques estan deshabilitades.", + "Available %s": "%s Disponibles", + "Back to sign in": "Torna a iniciar la sessi\u00f3", + "Back to {platform} FAQs": "Torna a preguntes m\u00e9s freq\u00fcents de {platform}", + "Basic": "B\u00e0sic", + "Be sure your entire face is inside the frame": "Assegureu-vos que tota la cara est\u00e0 dins del marc", + "Before proceeding, please confirm that your details match": "Abans de continuar, confirmeu que les dades coincideixen", + "Before you upgrade to a certificate track, you must activate your account.": "Abans d'actualitzar a una pista de certificat, heu d'activar el vostre compte.", + "Billed to": "S'ha facturat", + "Biography": "Biografia", + "Blockquote": "Cita", + "Blockquote (Ctrl+Q)": "Cita (Ctrl+Q)", + "Bold (Ctrl+B)": "Negreta (Ctrl+B)", + "Bookmarked on": "Marcats a", + "Browse": "Navega", + "Browse recently launched courses and see what\\'s new in your favorite subjects": "Exploreu cursos recentment llan\u00e7ats i vegeu qu\u00e8 \u00e9s nou en els vostres temes preferits", + "Bulk Exceptions": "Excepcions a granel", + "Bulleted List (Ctrl+U)": "Llista amb pics (Ctrl+U)", + "COMPLETED COURSES": "CURSOS COMPLETS", + "COURSES IN PROGRESS": "CURSOS EN CURS", + "Can I request additional time to complete my exam?": "Puc demanar m\u00e9s temps per completar el meu examen?", + "Can we match the photo you took with the one on your ID?": "Podem comparar la foto que vau fer amb la que teniu al vostre identificador?", + "Cancel": "Cancel\u00b7lar", + "Cancel team creating.": "Cancel\u00b7la la creaci\u00f3 de l'equip.", + "Cancel team updating.": "Cancel\u00b7la l'actualitzaci\u00f3 de l'equip.", + "Cannot Start Proctored Exam": "No es pot iniciar l'examen supervisat", + "Cannot delete when in use by a unit": "No es pot eliminar quan est\u00e0 en \u00fas per una unitat", + "Cannot delete when in use by an experiment": "No es pot esborrar quan s'utilitza una prova", + "Cannot drop more <%= types %> assignments than are assigned.": "No es poden deixar caure m\u00e9s <%= types %> assignacions que s'assignen.", + "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "Precauci\u00f3: l'\u00faltima versi\u00f3 publicada d'aquesta unitat \u00e9s en viu. En publicar canvis, canviar\u00e0s l'experi\u00e8ncia dels estudiants.", + "Certificate Details": "Detalls del certificat", + "Certificate Generated": "Certificat generat", + "Certificate Information": "Informaci\u00f3 del Certificat", + "Certificate Name": "Nom del certificat", + "Certificate Purchased": "Compra certificada", + "Certificate Signatories": "Signataris de certificats", + "Certificate Signatory Configuration": "Configuraci\u00f3 del certificat de certificat", + "Certificate Status:": "Estat del certificat:", + "Certificate name is required.": "El nom del certificat \u00e9s obligatori.", + "Change": "Canviar", + "Change Enrollment": "Canvieu la inscripci\u00f3", + "Change Manually": "Canvia manualment", + "Change My Email Address": "Canvia la meva adre\u00e7a de correu electr\u00f2nic", + "Change Session": "Canvi de sessi\u00f3", + "Change or Leave Session": "Canvieu o deixeu sessi\u00f3", + "Change to a different session or leave the current session.": "Canvieu a una sessi\u00f3 diferent o deixeu la sessi\u00f3 actual.", + "Chapter Asset": "Cap\u00edtol d'actius", + "Chapter Name": "Nom del cap\u00edtol", + "Chapter information": "Informaci\u00f3 del cap\u00edtol", + "Chapter {order}": "Cap\u00edtol {order}", + "Check Your Email": "Comprova el teu correu", + "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "Marqueu aquesta casella per rebre un correu electr\u00f2nic que digereix una vegada al dia notificant-vos sobre l'activitat nova i no llegida de les publicacions que seguiu.", + "Check your email": "Comproveu el vostre correu", + "Check your email for an activation message.": "Consulteu el vostre correu electr\u00f2nic per obtenir un missatge d'activaci\u00f3.", + "Choose": "Escollir", + "Choose File": "Escull arxiu", + "Choose One": "Escull un", + "Choose a Date": "Escolliu una data", + "Choose a Time": "Escolliu una hora", + "Choose a content group to associate": "Trieu un grup de contingut per associar", + "Choose a time": "Escolliu una hora", + "Choose all": "Escollir-los tots", + "Choose mode": "Mode d'escollir", + "Choose your institution from the list below:": "Trieu la vostra instituci\u00f3 de la llista seg\u00fcent:", + "Chosen %s": "Escollit %s", + "Clear": "Netejar", + "Clear All": "Esborra-ho tot", + "Clear Grading Due Date": "Esborra la data de venciment de la qualificaci\u00f3", + "Clear Release Date/Time": "Esborra la data i hora de la publicaci\u00f3", + "Clear Value": "Esborra valor", + "Clear search": "Netjar cerca", + "Clear search results": "Esborreu els resultats de cerca", + "Click to add a new %(xblock_type)s": "Feu clic per afegir-ne un de nou %(xblock_type)s", + "Click to change": "Feu clic per canviar", + "Click to choose all %s at once.": "Feu clic per escollir tots els %s d'un cop.", + "Click to edit": "Feu clic per editar-la", + "Click to remove all chosen %s at once.": "Feu clic per eliminar tots els %s escollits d'un cop.", + "Close": "Tancar", + "Code": "Codi", + "Code Sample (Ctrl+K)": "Exemple de codi (Ctrl+K)", + "Cohort Assignment Method": "M\u00e8tode d'assignaci\u00f3 de cohorts", + "Cohort Name": "Nom de la cohort", + "Collapse All": "Col\u00b7lapsar tot", + "Collapse/Expand this %(xblock_type)s": "Contraure / Expandir aix\u00f2 %(xblock_type)s", + "Coming Soon": "Pr\u00f2ximament", + "Common Problem Types": "Tipus de problemes freq\u00fcents", + "Complete courses on your schedule to ensure you stand out in your field!": "Completeu els cursos del vostre horari per assegurar-vos que us destaqui al vostre camp!", + "Completed": "Completat", + "Component Location ID": "Identificador d'ubicaci\u00f3 del component", + "Configure": "Configura", + "Confirm": "Confirmar", + "Confirm Timed Transcript": "Confirmeu Transcripci\u00f3 Temporitzada", + "Congratulations!": "Felicitacions", + "Congratulations! You are now verified on %(platformName)s!": "Felicitats! Ara esteu verificats a %(platformName)s!", + "Contains staff only content": "Cont\u00e9 nom\u00e9s contingut del personal", "Contains {count} group": [ - "Cont\u00e9 grup {count}", + "Cont\u00e9 grup {count}", "Cont\u00e9 {count} grups" - ], - "Content Group ID": "Identificador del grup de contingut", - "Content Group Name": "Nom del grup de contingut", - "Content-Specific Discussion Topics": "Temes de discussi\u00f3 espec\u00edfics del contingut", - "Continue Exam Without Proctoring": "Continua l'examen sense supervisi\u00f3", - "Continue to Verification": "Continueu a la verificaci\u00f3", - "Continue to my practice exam": "Continueu al meu examen de pr\u00e0ctica", - "Continue to my proctored exam. I want to be eligible for credit.": "Continueu al meu examen tutelat. Vull ser elegible per al cr\u00e8dit.", - "Correct failed component": "Esborra el component fallit", - "Cost": "Cost", - "Could not find users associated with the following identifiers:": "No s'han pogut trobar usuaries associats amb el seg\u00fcents identificadors:", - "Could not upload the video image file": "No s'ha pogut carregar el fitxer d'imatge de v\u00eddeo", - "Country of residence": "Pa\u00eds de resid\u00e8ncia", + ], + "Content Group ID": "Identificador del grup de contingut", + "Content Group Name": "Nom del grup de contingut", + "Content-Specific Discussion Topics": "Temes de discussi\u00f3 espec\u00edfics del contingut", + "Continue Exam Without Proctoring": "Continua l'examen sense supervisi\u00f3", + "Continue to Verification": "Continueu a la verificaci\u00f3", + "Continue to my practice exam": "Continueu al meu examen de pr\u00e0ctica", + "Continue to my proctored exam. I want to be eligible for credit.": "Continueu al meu examen tutelat. Vull ser elegible per al cr\u00e8dit.", + "Correct failed component": "Esborra el component fallit", + "Cost": "Cost", + "Could not find users associated with the following identifiers:": "No s'han pogut trobar usuaries associats amb el seg\u00fcents identificadors:", + "Could not upload the video image file": "No s'ha pogut carregar el fitxer d'imatge de v\u00eddeo", + "Country of residence": "Pa\u00eds de resid\u00e8ncia", "Course": [ - "Curs", + "Curs", "Cursos" - ], - "Course Credit Requirements": "Requisits de cr\u00e8dit del curs", - "Course End": "Finalitzaci\u00f3 del curs", - "Course Handouts": "Fulletons del curs", - "Course ID": "Identificador del curs", - "Course Id": "Identificador del Curs", - "Course Index": "\u00cdndex del Curs", - "Course Key": "Clau del Curs", - "Course Number": "Nombre del curs", - "Course Number Override": "Anul\u00b7laci\u00f3 del n\u00famero del Curs", - "Course Outline": "Esquema del curs", - "Course Start": "Inici del curs", - "Course Title": "T\u00edtol del curs", - "Course Title Override": "Anul\u00b7laci\u00f3 del t\u00edtol del Curs", - "Course Video Settings": "Configuraci\u00f3 del v\u00eddeo del curs", - "Course pacing cannot be changed once a course has started.": "No es pot canviar el ritme de curs una vegada que s'ha iniciat un curs.", - "Course title": "T\u00edtol del curs", - "Course-Wide Discussion Topics": "Temes de discussi\u00f3 al llarg del curs", - "Create": "Crear", - "Create Account": "Crear compte", - "Create Re-run": "Crea una reproducci\u00f3 nova", - "Create a %(link_start)sMozilla Backpack%(link_end)s account, or log in to your existing account": "Creeu un compte %(link_start)sMotxilla de Mozilla%(link_end)s o inicieu sessi\u00f3 al vostre compte existent", - "Create a content group": "Crea un grup de contingut", - "Create account using %(providerName)s.": "Crea un compte amb %(providerName)s.", - "Create an Account": "Crear un compte", - "Create an Account.": "Crear un compte.", - "Create an account using": "Crea un compte mitjan\u00e7ant", - "Create team.": "Crea un equip.", - "Created": "Creat", - "Creative Commons licensed content, with terms as follow:": "Contingut amb llic\u00e8ncia de Creative Commons, amb els termes seg\u00fcents:", - "Crossed out items have been refunded.": "S'han reembossat els elements creuats.", - "Current Role:": "Rol actual:", - "Current enrollment mode:": "Modalitat d'inscripci\u00f3 actual:", - "Current location": "Localitzaci\u00f3 actual", - "Currently selected": "Actualment seleccionat", - "Date": "Data", - "Date Added": "Data afegida", - "Date Joined": "Data d'inscripci\u00f3", - "Date Placed": "Data de posada", - "Deactivate": "Desactivar", - "December": "Desembre", - "Declined": "Rebutjat", - "Default Timed Transcript": "Transcripci\u00f3 temporitzada per defecte", - "Delete \"<%= signatoryName %>\" from the list of signatories?": "Esborrar \"<%= signatoryName %>\" de la llista de signants?", - "Delete File Confirmation": "Confirma l'esborrat del fitxer", - "Delete Team": "Suprimeix l'equip", - "Delete the user, {username}": "Elimina l'usuari, {username}", - "Delete this %(item_display_name)s?": "Suprimeix aquest %(item_display_name)s?", - "Delete this asset": "Esborra aquest recurs", - "Deleted Content Group": "Grup de contingut eliminat", - "Deleted Group": "Grup eliminat", - "Deleting this %(item_display_name)s is permanent and cannot be undone.": "Si suprimiu aquest %(item_display_name)s \u00e9s permanent i no es pot desfer.", - "Deprecated": "Obsolet", - "Description": "Descripci\u00f3", - "Description of the certificate": "Descripci\u00f3 del certificat", - "Discard Changes": "Descartar els canvis", - "Discussion Home": "P\u00e0gina inicial del debat", - "Display Name": "Mostra el Nom", - "Divide the selected content-specific discussion topics": "Dividiu els temes de discussi\u00f3 espec\u00edfics del contingut seleccionats", - "Divided": "Dividit", - "Do you want to replace the edX transcript with the YouTube transcript?": "Voleu reempla\u00e7ar la transcripci\u00f3 edX amb la transcripci\u00f3 de YouTube?", - "Does the name on your ID match your account name: %(fullName)s?": "El nom del vostre Identificador coincideix amb el nom del vostre compte: %(fullName)s", - "Does the photo of you match your ID photo?": "La foto de tu coincideix amb la teva foto d'identificaci\u00f3?", - "Does the photo of you show your whole face?": "La foto de tu mostreu tota la teva cara?", - "Doing so means that you are no longer eligible for academic credit.": "Fer-ho significa que ja no \u00e9s apte per al cr\u00e8dit acad\u00e8mic.", - "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "No veus la teva foto? Assegureu-vos que el vostre navegador utilitzi la vostra c\u00e0mera quan sol\u00b7liciti perm\u00eds.", - "Donate": "Fer una donaci\u00f3", - "Download": "Descarregar", - "Download Software Clicked": "Descarregueu el programari clicat", - "Download Transcript for Editing": "Baixeu la transcripci\u00f3 per a l'edici\u00f3", - "Download URL": "URL de desc\u00e0rrega", - "Download available encodings (.csv)": "Baixeu les codificacions disponibles (.csv)", - "Download the user's certificate": "Baixeu el certificat de l'usuari", - "Draft (Never published)": "Esborrany (mai publicat)", - "Draft (Unpublished changes)": "Esborrany (canvis no publicats)", - "Draft saved on {lastSavedStart}{editedOn}{lastSavedEnd} by {editedByStart}{editedBy}{editedByEnd}": "Esborrany es va desar a {lastSavedStart}{editedOn}{lastSavedEnd} by {editedByStart}{editedBy}{editedByEnd}", - "Drag and drop or {spanStart}browse your computer{spanEnd}.": "Arrossegueu i deixeu anar o {spanStart}navegui pel vostre ordinador{spanEnd}.", - "Drag to reorder": "Arrossegueu per reordenar", - "Due Date": "Data de venciment", - "Due Date:": "Data de venciment:", - "Due Time in UTC:": "Temps de venciment en UTC:", - "Due:": "Venciment:", - "Duplicate": "Duplicar", - "Duration (sec)": "Durada (segons)", - "Earned %(created)s.": "S'ha guanyat %(created)s.", - "EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.": "EdX no t\u00e9 una transcripci\u00f3 temporitzada per a aquest v\u00eddeo a Studio, per\u00f2 hem trobat una transcripci\u00f3 a YouTube. Podeu importar la transcripci\u00f3 de YouTube o carregar el vostre propi fitxer de transcripci\u00f3 .srt.", - "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "EdX no t\u00e9 una transcripci\u00f3 temporitzada per a aquest v\u00eddeo. Carregueu un fitxer .srt.", - "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "EdX t\u00e9 una transcripci\u00f3 temporitzada per a aquest v\u00eddeo. Si voleu editar aquesta transcripci\u00f3, podeu baixar, editar i tornar a carregar la transcripci\u00f3 existent. Si voleu reempla\u00e7ar aquesta transcripci\u00f3, carregueu un fitxer de transcripci\u00f3 .srt nou.", - "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "EdX t\u00e9 una transcripci\u00f3 temporitzada per a aquest v\u00eddeo. Si voleu reempla\u00e7ar aquesta transcripci\u00f3, carregueu un fitxer de transcripci\u00f3 .srt nou. Si voleu editar aquesta transcripci\u00f3, podeu baixar, editar i tornar a carregar la transcripci\u00f3 existent.", - "Edit %(display_name)s (required)": "Edita %(display_name)s (required)", - "Edit Membership": "Edita la pertinen\u00e7a", - "Edit Team": "Edita l'equip", - "Edit Thumbnail": "Edita la miniatura", - "Edit Your Name": "Editeu el vostre nom", - "Edit this certificate?": "Editeu aquest certificat?", - "Email": "Email", - "Email address": "Correu electr\u00f2nic", - "Emails successfully sent. The following users are no longer enrolled in the course:": "Emails enviats correctament. Els seg\u00fcents usuaris ja no estan donats d'alta al curs:", - "Enable": "Activa", - "Enable Cohorts": "Activa les cohorts", - "Enable Now": "Habilitar ara", - "Enable Weekly Highlight Emails": "Activa els correus electr\u00f2nics de resum setmanals", - "Enabled": "Habilitat", - "End My Exam": "Finalitza el meu examen", - "Engage with posts": "Participa amb publicacions", - "Enroll Now": "Inscriviu-vos ara", - "Enrollment Date": "Data d'inscripci\u00f3", - "Enrollment Mode": "Modalitat d'inscripci\u00f3", - "Enrollment Opens on": "S'obre la inscripci\u00f3", - "Ensure that you can see your photo and read your name": "Assegureu-vos que podeu veure la vostra foto i llegir el vostre nom", - "Enter 3-5 highlights to include in the email message that learners receive for this section (250 character limit).": "Introdu\u00efu 3-5 punts destacats per incloure al missatge de correu electr\u00f2nic que reben els alumnes per a aquesta secci\u00f3 (l\u00edmit de 250 car\u00e0cters).", - "Enter email addresses and/or usernames, separated by new lines or commas, for the learners you want to add. *": "Introdu\u00efu adreces de correu electr\u00f2nic i / o noms d'usuari, separades per noves l\u00ednies o comes, per als estudiants que voleu afegir. *", - "Enter information to describe your team. You cannot change these details after you create the team.": "Introdu\u00efu informaci\u00f3 per descriure l'equip. No podeu canviar aquests detalls despr\u00e9s de crear l'equip.", - "Enter the account information for your organization.": "Introdu\u00efu la informaci\u00f3 del compte de la vostra organitzaci\u00f3.", - "Enter the name of the cohort": "Introdu\u00efu el nom de la cohort", - "Enter the page number you'd like to quickly navigate to.": "Introdu\u00efu el n\u00famero de p\u00e0gina al qual vulgueu navegar r\u00e0pidament.", - "Enter the username or email address of each learner that you want to add as an exception.": "Introdu\u00efu el nom d'usuari o l'adre\u00e7a de correu electr\u00f2nic de cada alumne que vulgueu afegir com a excepci\u00f3.", - "Enter username or email": "Entra el nom d'usuari o email", - "Error": "Error", - "Error adding user": "S'ha produ\u00eft un error en afegir l'usuari", - "Error adding/removing users as beta testers.": "Error afegint o eliminant usuaris com a beta testers.", - "Error changing user's permissions.": "Error canviant els permisos d'usuari.", - "Error enrolling/unenrolling users.": "Error donant d'alta/baixa usuaris.", - "Error generating grades. Please try again.": "Error generant puntuacions. Si us plau, intenta-ho de nou.", - "Error getting student list.": "Error obtenint la llista d'estudiants.", - "Error listing task history for this student and problem.": "Error llistant l'hist\u00f2ric de tasques per aquest estudiant i problema.", - "Error removing user": "S'ha produ\u00eft un error en eliminar l'usuari", - "Error retrieving grading configuration.": "Error obtenint la configuraci\u00f3 de graus", - "Error sending email.": "Error enviant email.", - "Error.": "Error.", - "Error:": "Error:", - "Error: You cannot remove yourself from the Instructor group!": "Error: no pots eliminar-te tu mateix del grup d'instructors!", - "Exam Types": "Tipus d'examen", - "Exception Granted": "Excepci\u00f3 concedida", - "Expand All": "Expandeix-ho tot", - "Explain if other.": "Expliqueu-ho si hi ha altres.", - "Explore New Programs": "Exploreu nous programes", - "Explore Programs": "Explore programes", - "Explore your course!": "Exploreu el vostre curs!", - "Failed Proctoring": "Supervisat susp\u00e8s", - "February": "Febrer", - "File Name": "Nom del fitxer", - "File upload succeeded": "S'ha aconseguit la c\u00e0rrega de fitxers", - "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "El fitxer {filename} supera la mida m\u00e0xima de {maxFileSizeInMBs} MB", - "Files must be in JPEG or PNG format.": "Els fitxers han d'estar en format JPEG o PNG.", - "Filter": "Filtre", - "Filter and sort topics": "Filtrar i ordenar temes", - "Final Grade": "Nota Final", - "Financial Assistance Application": "Sol\u00b7licitud d'Assist\u00e8ncia Financera", - "Find a course": "Trobeu un curs", - "Find discussions": "Trobi debats", - "First time here?": "La primera vegada aqu\u00ed?", - "Follow or unfollow posts": "Seguiu o deixeu de publicar publicacions", - "For grading to work, you must change all {oldName} subsections to {newName}.": "Per tal que la classificaci\u00f3 funcioni, heu de canviar totes les subseccions {oldName} a {newName}.", - "Free text notes": "Notes de text lliures", - "Frequently Asked Questions": "Preguntes freq\u00fcents", - "Fullscreen": "Pantalla complerta", - "Fully Supported": "Completament compatible", - "General Proctored Exam Rules": "Normes generals de l'examen tutorial", - "Generate": "Generar", - "Generate Exception Certificates": "Genera certificats d'excepci\u00f3", - "Generate the user's certificate": "Genereu el certificat de l'usuari", - "Get Credit": "Obtenir Cr\u00e8dit", - "Go Back": "Torna", - "Go to Dashboard": "Aneu al panell", - "Go to your Dashboard": "Aneu al Panell de control", - "Going forward, your account information will be updated and maintained by {enterprise_name}.": "En endavant, la informaci\u00f3 del vostre compte ser\u00e0 actualitzada i mantinguda per {enterprise_name}.", - "Government-Issued Photo ID": "Identificador de fotografia publicat pel govern", - "Grace period must be specified in HH:MM format.": "El per\u00edode de gr\u00e0cia ha de tenir el format HH:MM.", - "Grade": "Qualificaci\u00f3", - "Grade as:": "Qualificat com:", - "Graded as:": "Qualificats com:", - "Grading": "Qualificacions", - "Group %s": "Grup %s", - "Group A": "Grup A", - "Group B": "Grup B", - "Group Configuration ID": "Indentificador de configuraci\u00f3 del grup", - "Group Configuration Name": "Nom de configuraci\u00f3 del grup", - "Group Configuration information": "Informaci\u00f3 de configuraci\u00f3 del grup", - "Group Configuration name is required.": "El nom de configuraci\u00f3 del grup \u00e9s obligatori.", - "Group information": "Informaci\u00f3 del grup", - "Group name is required": "El nom del grup \u00e9s obligatori", - "Groups": "Grups", - "Heading": "Cap\u00e7alera", - "Heading (Ctrl+H)": "Cap\u00e7alera (Ctrl+H)", - "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "Ajudeu altres estudiants a decidir si voleu unir-se al vostre equip especificant algunes caracter\u00edstiques per al vostre equip. Tria amb atenci\u00f3, perqu\u00e8 \u00e9s possible que hi hagi menys persones que estiguin interessades a unir-se al vostre equip si sembla massa restrictiu.", - "Hide": "Ocultar", - "Hide Deprecated Settings": "Amaga els par\u00e0metres desactivats", - "Hide Discussion": "Ocultar discussi\u00f3", - "Hide Timer": "Amaga el temporitzador", - "Hide content after course end date": "Amaga el contingut despr\u00e9s de la data de finalitzaci\u00f3 del curs", - "Hide content after due date": "Amaga el contingut despr\u00e9s de la data de venciment", - "Hide entire subsection": "Amaga la subsecci\u00f3 completa", - "Hide from learners": "Amaga dels aprenents", - "Hide transcripts ({transcriptCount})": "Amaga transcripcions ({transcriptCount})", - "Highlight {highlight_index}": "Ressaltar {highlight_index}", - "Highlighted text": "Text ressaltat", - "Highlights for {display_name}": "Destacats per a {display_name}", - "Horizontal Rule (Ctrl+R)": "L\u00ednia horitzontal (Ctrl+R)", - "How to use %(platform_name)s discussions": "Com usar els debats de %(platform_name)s ", - "Hyperlink (Ctrl+L)": "Enlla\u00e7 (Ctrl+L)", - "I am ready to start this timed exam,": "Estic preparat per iniciar aquest examen cronometrat,", - "ID": "Identificador", - "ID-Verification is not required for this Professional Education course.": "La verificaci\u00f3 d'identificaci\u00f3 no \u00e9s necess\u00e0ria per a aquest curs d'Educaci\u00f3 Professional.", - "Identity Verification In Progress": "Verificaci\u00f3 d'identitat en curs", - "If the course does not have an end date, learners always see their scores when they submit answers to assessments.": "Si el curs no t\u00e9 data de finalitzaci\u00f3, els estudiants sempre veuen les puntuacions quan envien respostes a les avaluacions.", - "If the subsection does not have a due date, learners always see their scores when they submit answers to assessments.": "Si la subsecci\u00f3 no t\u00e9 data de venciment, els estudiants sempre veuen les puntuacions quan envien respostes a les avaluacions.", - "If the unit was previously published and released to learners, any changes you made to the unit when it was hidden will now be visible to learners.": "Si la unitat es va publicar i es va publicar pr\u00e8viament als estudiants, els canvis que h\u00e0giu fet a la unitat quan estigu\u00e9s oculta ara seran visibles per als estudiants.", - "If you do not yet have an account, use the button below to register.": "Si encara no teniu un compte, utilitzeu el bot\u00f3 seg\u00fcent per registrar-se.", - "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "Si encara no comprova la vostra identitat, encara podeu explorar el vostre curs des del tauler. Rebr\u00e0 recordatoris peri\u00f2dics de %(platformName)s per verificar la vostra identitat.", - "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from {platformName} to verify your identity.": "Si encara no comprova la vostra identitat, encara podeu explorar el vostre curs des del tauler. Rebreu els recordatoris peri\u00f2dics de {platformName} per verificar la vostra identitat.", - "If you make this %(xblockType)s visible to learners, learners will be able to see its content after the release date has passed and you have published the unit. Only units that are explicitly hidden from learners will remain hidden after you clear this option for the %(xblockType)s.": "Si fa que aquest %(xblockType)s sigui visible per als estudiants, els aprenents podran veure el seu contingut despr\u00e9s de la data de llan\u00e7ament i han publicat la unitat. Nom\u00e9s les unitats que estan expl\u00edcitament amagades pels aprenents romandran ocultes despr\u00e9s d'esborrar aquesta opci\u00f3 per a %(xblockType)s.", - "If you remove this transcript, the transcript will not be available for any components that use this video.": "Si elimineu aquesta transcripci\u00f3, la transcripci\u00f3 no estar\u00e0 disponible per als components que utilitzin aquest v\u00eddeo.", - "If you select an option other than \"%(hide_label)s\", published units in this subsection become available to learners unless they are explicitly hidden.": "Si seleccioneu una opci\u00f3 diferent \"%(hide_label)s\", les unitats publicades en aquesta subsecci\u00f3 estaran disponibles per als estudiants, tret que estiguin expl\u00edcitament amagades.", - "Image (Ctrl+G)": "Imatge (Ctrl+G)", - "Image must be in PNG format": "La imatge ha de ser en format PNG", - "Image must be in PNG format.": "La imatge ha de ser en format PNG.", - "Image upload failed": "No s'ha pogut penjar la imatge", - "Image upload failed. ": "No s'ha pogut penjar la imatge.", - "Import YouTube Transcript": "Import Transcripci\u00f3 des de YouTube", - "In Progress": "En progr\u00e9s", - "In the {linkStart}Course Outline{linkEnd}, use this group to control access to a component.": "A la {linkStart} Esquema del curs {linkEnd}, utilitzeu aquest grup per controlar l'acc\u00e9s a un component.", - "Individual Exceptions": "Excepcions individuals", - "Insert Hyperlink": "Inserta l'hipervincle", - "Instructor Biography": "Biografia de l'instructor", - "Instructor Name": "Nom de l'instructor", - "Instructor Photo": "Foto del Instructor", - "Instructor Photo URL": "URL de la foto de l'instructor ", - "Instructor Title": "T\u00edtol de l'instructor", - "Instructor tools": "Eines d'instructor", - "Internal Server Error.": "Error del servidor intern.", - "Introduction to Cookie Baking": "Introducci\u00f3 a la Cuina de Galetes", - "Invalidate Certificate": "Invalida el certificat", - "Invalidated": "Invalidat", - "Invalidated By": "Invalidat per", - "Is Sample Attempt": "\u00c9s intent d'exemple", - "Is Visible To:": "\u00c9s Visible a:", - "Is your name on your ID readable?": "Es pot llegir el vostre nom a la vostra identificaci\u00f3?", - "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "Es recomana que inclogueu quatre o menys signants. Si incloeu signants addicionals, previsualitzeu el certificat a la Vista d'impressi\u00f3 per assegurar-vos que el certificat s'imprimir\u00e0 correctament en una sola p\u00e0gina.", - "Italic (Ctrl+I)": "Cursiva (Ctrl+I)", - "January": "Gener", - "Join Team": "Uniu-vos a l'equip", - "July": "Juliol", - "June": "Juny", - "Key should only contain letters, numbers, _, or -": "La clau nom\u00e9s pot contenir lletres, nombres, _, o -", - "LEARN MORE": "APRENDRE M\u00c9S", - "Large": "Gran", - "Last Edited:": "\u00daltima edici\u00f3:", - "Last Updated": "Darrera actualitzaci\u00f3", - "Last modified by": "Darrera modificaci\u00f3 per", - "Last published %(last_published_date)s by %(publish_username)s": "\u00daltim publicat %(last_published_date)s per %(publish_username)s", - "Last published {lastPublishedStart}{publishedOn}{lastPublishedEnd} by {publishedByStart}{publishedBy}{publishedByEnd}": "Publicat darrerament {lastPublishedStart}{publishedOn}{lastPublishedEnd} by {publishedByStart}{publishedBy}{publishedByEnd}", - "Last updated": "\u00daltima actualitzaci\u00f3", - "Learn more about {license_name}": "M\u00e9s informaci\u00f3 sobre {license_name}", - "Learners are added to this cohort automatically.": "Els aprenents s'afegeixen a aquesta cohort autom\u00e0ticament.", - "Learners are added to this cohort only when you provide their email addresses or usernames on this page.": "Els aprenents nom\u00e9s s'afegiran a aquesta cohort nom\u00e9s quan proporcioneu les adreces de correu electr\u00f2nic o els noms d'usuari d'aquesta p\u00e0gina.", - "Learners do not see the subsection in the course outline. The subsection is not included in grade calculations.": "Els aprenents no veuen la subsecci\u00f3 al contorn del curs. La subsecci\u00f3 no s'inclou en els c\u00e0lculs de qualificaci\u00f3.", - "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the course end date has passed.": "Els aprenents no veuen si les seves respostes a les avaluacions eren correctes o incorrectes, ni la puntuaci\u00f3 rebuda, fins que hagi passat la data de finalitzaci\u00f3 del curs.", - "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the due date for the subsection has passed.": "Els aprenents no veuen si les seves respostes a les avaluacions eren correctes o incorrectes, ni la puntuaci\u00f3 rebuda, fins que ha passat la data de venciment de la subsecci\u00f3.", - "Learners never see whether their answers to assessments are correct or incorrect, nor the score received.": "Els estudiants mai veuen si les seves respostes a les avaluacions s\u00f3n correctes o incorrectes, ni la puntuaci\u00f3 rebuda.", - "Learners see the published subsection and can access its content.": "Els aprenents veuen la subsecci\u00f3 publicada i poden accedir al seu contingut.", - "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "Els aprenents que necessiten verificaci\u00f3 han de passar el punt de verificaci\u00f3 seleccionat per veure el contingut d'aquesta unitat. Els aprenents que no necessiten verificaci\u00f3 consultin aquest contingut per defecte.", - "Learning Outcome": "Resultats d'aprenentatge", - "Leave Team": "Deixar l'equip", - "Leave the current session and decide later": "Deixeu la sessi\u00f3 actual i decidiu m\u00e9s endavant", - "Legal name": "Nom legal", - "Less": "Menys", - "Library User": "Usuari de la biblioteca", - "License Display": "Mostra de llic\u00e8ncia", - "License Type": "Tipus de llic\u00e8ncia", - "Limit Access": "Limitar l'acc\u00e9s", - "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "Els enlla\u00e7os es generen sota demanda i caduquen en 5 minuts degut a la naturalesa sensible de la informaci\u00f3 de l'estudiant.", - "List item": "Item de llista", - "List of uploaded files and assets in this course": "Llista d'arxius i recursos pujats en aquests curs", - "Live view of webcam": "Vista en directe de la c\u00e0mera web", - "Load Another File": "Carrega un altre fitxer", - "Load all responses": "Carrega totes les respostes", + ], + "Course Credit Requirements": "Requisits de cr\u00e8dit del curs", + "Course End": "Finalitzaci\u00f3 del curs", + "Course Handouts": "Fulletons del curs", + "Course ID": "Identificador del curs", + "Course Id": "Identificador del Curs", + "Course Index": "\u00cdndex del Curs", + "Course Key": "Clau del Curs", + "Course Number": "Nombre del curs", + "Course Number Override": "Anul\u00b7laci\u00f3 del n\u00famero del Curs", + "Course Outline": "Esquema del curs", + "Course Start": "Inici del curs", + "Course Title": "T\u00edtol del curs", + "Course Title Override": "Anul\u00b7laci\u00f3 del t\u00edtol del Curs", + "Course Video Settings": "Configuraci\u00f3 del v\u00eddeo del curs", + "Course pacing cannot be changed once a course has started.": "No es pot canviar el ritme de curs una vegada que s'ha iniciat un curs.", + "Course title": "T\u00edtol del curs", + "Course-Wide Discussion Topics": "Temes de discussi\u00f3 al llarg del curs", + "Create": "Crear", + "Create Account": "Crear compte", + "Create Re-run": "Crea una reproducci\u00f3 nova", + "Create a %(link_start)sMozilla Backpack%(link_end)s account, or log in to your existing account": "Creeu un compte %(link_start)sMotxilla de Mozilla%(link_end)s o inicieu sessi\u00f3 al vostre compte existent", + "Create a content group": "Crea un grup de contingut", + "Create account using %(providerName)s.": "Crea un compte amb %(providerName)s.", + "Create an Account": "Crear un compte", + "Create an Account.": "Crear un compte.", + "Create an account using": "Crea un compte mitjan\u00e7ant", + "Create team.": "Crea un equip.", + "Created": "Creat", + "Creative Commons licensed content, with terms as follow:": "Contingut amb llic\u00e8ncia de Creative Commons, amb els termes seg\u00fcents:", + "Crossed out items have been refunded.": "S'han reembossat els elements creuats.", + "Current Role:": "Rol actual:", + "Current enrollment mode:": "Modalitat d'inscripci\u00f3 actual:", + "Current location": "Localitzaci\u00f3 actual", + "Currently selected": "Actualment seleccionat", + "Date": "Data", + "Date Added": "Data afegida", + "Date Joined": "Data d'inscripci\u00f3", + "Date Placed": "Data de posada", + "Deactivate": "Desactivar", + "December": "Desembre", + "Declined": "Rebutjat", + "Default Timed Transcript": "Transcripci\u00f3 temporitzada per defecte", + "Delete \"<%= signatoryName %>\" from the list of signatories?": "Esborrar \"<%= signatoryName %>\" de la llista de signants?", + "Delete File Confirmation": "Confirma l'esborrat del fitxer", + "Delete Team": "Suprimeix l'equip", + "Delete the user, {username}": "Elimina l'usuari, {username}", + "Delete this %(item_display_name)s?": "Suprimeix aquest %(item_display_name)s?", + "Delete this asset": "Esborra aquest recurs", + "Deleted Content Group": "Grup de contingut eliminat", + "Deleted Group": "Grup eliminat", + "Deleting this %(item_display_name)s is permanent and cannot be undone.": "Si suprimiu aquest %(item_display_name)s \u00e9s permanent i no es pot desfer.", + "Deprecated": "Obsolet", + "Description": "Descripci\u00f3", + "Description of the certificate": "Descripci\u00f3 del certificat", + "Discard Changes": "Descartar els canvis", + "Discussion Home": "P\u00e0gina inicial del debat", + "Display Name": "Mostra el Nom", + "Divide the selected content-specific discussion topics": "Dividiu els temes de discussi\u00f3 espec\u00edfics del contingut seleccionats", + "Divided": "Dividit", + "Do you want to replace the edX transcript with the YouTube transcript?": "Voleu reempla\u00e7ar la transcripci\u00f3 edX amb la transcripci\u00f3 de YouTube?", + "Does the name on your ID match your account name: %(fullName)s?": "El nom del vostre Identificador coincideix amb el nom del vostre compte: %(fullName)s", + "Does the photo of you match your ID photo?": "La foto de tu coincideix amb la teva foto d'identificaci\u00f3?", + "Does the photo of you show your whole face?": "La foto de tu mostreu tota la teva cara?", + "Doing so means that you are no longer eligible for academic credit.": "Fer-ho significa que ja no \u00e9s apte per al cr\u00e8dit acad\u00e8mic.", + "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "No veus la teva foto? Assegureu-vos que el vostre navegador utilitzi la vostra c\u00e0mera quan sol\u00b7liciti perm\u00eds.", + "Donate": "Fer una donaci\u00f3", + "Download": "Descarregar", + "Download Software Clicked": "Descarregueu el programari clicat", + "Download Transcript for Editing": "Baixeu la transcripci\u00f3 per a l'edici\u00f3", + "Download URL": "URL de desc\u00e0rrega", + "Download available encodings (.csv)": "Baixeu les codificacions disponibles (.csv)", + "Download the user's certificate": "Baixeu el certificat de l'usuari", + "Draft (Never published)": "Esborrany (mai publicat)", + "Draft (Unpublished changes)": "Esborrany (canvis no publicats)", + "Draft saved on {lastSavedStart}{editedOn}{lastSavedEnd} by {editedByStart}{editedBy}{editedByEnd}": "Esborrany es va desar a {lastSavedStart}{editedOn}{lastSavedEnd} by {editedByStart}{editedBy}{editedByEnd}", + "Drag and drop or {spanStart}browse your computer{spanEnd}.": "Arrossegueu i deixeu anar o {spanStart}navegui pel vostre ordinador{spanEnd}.", + "Drag to reorder": "Arrossegueu per reordenar", + "Due Date": "Data de venciment", + "Due Date:": "Data de venciment:", + "Due Time in UTC:": "Temps de venciment en UTC:", + "Due:": "Venciment:", + "Duplicate": "Duplicar", + "Duration (sec)": "Durada (segons)", + "Earned %(created)s.": "S'ha guanyat %(created)s.", + "EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.": "EdX no t\u00e9 una transcripci\u00f3 temporitzada per a aquest v\u00eddeo a Studio, per\u00f2 hem trobat una transcripci\u00f3 a YouTube. Podeu importar la transcripci\u00f3 de YouTube o carregar el vostre propi fitxer de transcripci\u00f3 .srt.", + "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "EdX no t\u00e9 una transcripci\u00f3 temporitzada per a aquest v\u00eddeo. Carregueu un fitxer .srt.", + "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "EdX t\u00e9 una transcripci\u00f3 temporitzada per a aquest v\u00eddeo. Si voleu editar aquesta transcripci\u00f3, podeu baixar, editar i tornar a carregar la transcripci\u00f3 existent. Si voleu reempla\u00e7ar aquesta transcripci\u00f3, carregueu un fitxer de transcripci\u00f3 .srt nou.", + "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "EdX t\u00e9 una transcripci\u00f3 temporitzada per a aquest v\u00eddeo. Si voleu reempla\u00e7ar aquesta transcripci\u00f3, carregueu un fitxer de transcripci\u00f3 .srt nou. Si voleu editar aquesta transcripci\u00f3, podeu baixar, editar i tornar a carregar la transcripci\u00f3 existent.", + "Edit %(display_name)s (required)": "Edita %(display_name)s (required)", + "Edit Membership": "Edita la pertinen\u00e7a", + "Edit Team": "Edita l'equip", + "Edit Thumbnail": "Edita la miniatura", + "Edit Your Name": "Editeu el vostre nom", + "Edit this certificate?": "Editeu aquest certificat?", + "Email": "Email", + "Email address": "Correu electr\u00f2nic", + "Emails successfully sent. The following users are no longer enrolled in the course:": "Emails enviats correctament. Els seg\u00fcents usuaris ja no estan donats d'alta al curs:", + "Enable": "Activa", + "Enable Cohorts": "Activa les cohorts", + "Enable Now": "Habilitar ara", + "Enable Weekly Highlight Emails": "Activa els correus electr\u00f2nics de resum setmanals", + "Enabled": "Habilitat", + "End My Exam": "Finalitza el meu examen", + "Engage with posts": "Participa amb publicacions", + "Enroll Now": "Inscriviu-vos ara", + "Enrollment Date": "Data d'inscripci\u00f3", + "Enrollment Mode": "Modalitat d'inscripci\u00f3", + "Enrollment Opens on": "S'obre la inscripci\u00f3", + "Ensure that you can see your photo and read your name": "Assegureu-vos que podeu veure la vostra foto i llegir el vostre nom", + "Enter 3-5 highlights to include in the email message that learners receive for this section (250 character limit).": "Introdu\u00efu 3-5 punts destacats per incloure al missatge de correu electr\u00f2nic que reben els alumnes per a aquesta secci\u00f3 (l\u00edmit de 250 car\u00e0cters).", + "Enter email addresses and/or usernames, separated by new lines or commas, for the learners you want to add. *": "Introdu\u00efu adreces de correu electr\u00f2nic i / o noms d'usuari, separades per noves l\u00ednies o comes, per als estudiants que voleu afegir. *", + "Enter information to describe your team. You cannot change these details after you create the team.": "Introdu\u00efu informaci\u00f3 per descriure l'equip. No podeu canviar aquests detalls despr\u00e9s de crear l'equip.", + "Enter the account information for your organization.": "Introdu\u00efu la informaci\u00f3 del compte de la vostra organitzaci\u00f3.", + "Enter the name of the cohort": "Introdu\u00efu el nom de la cohort", + "Enter the page number you'd like to quickly navigate to.": "Introdu\u00efu el n\u00famero de p\u00e0gina al qual vulgueu navegar r\u00e0pidament.", + "Enter the username or email address of each learner that you want to add as an exception.": "Introdu\u00efu el nom d'usuari o l'adre\u00e7a de correu electr\u00f2nic de cada alumne que vulgueu afegir com a excepci\u00f3.", + "Enter username or email": "Entra el nom d'usuari o email", + "Error": "Error", + "Error adding user": "S'ha produ\u00eft un error en afegir l'usuari", + "Error adding/removing users as beta testers.": "Error afegint o eliminant usuaris com a beta testers.", + "Error changing user's permissions.": "Error canviant els permisos d'usuari.", + "Error enrolling/unenrolling users.": "Error donant d'alta/baixa usuaris.", + "Error generating grades. Please try again.": "Error generant puntuacions. Si us plau, intenta-ho de nou.", + "Error getting student list.": "Error obtenint la llista d'estudiants.", + "Error listing task history for this student and problem.": "Error llistant l'hist\u00f2ric de tasques per aquest estudiant i problema.", + "Error removing user": "S'ha produ\u00eft un error en eliminar l'usuari", + "Error retrieving grading configuration.": "Error obtenint la configuraci\u00f3 de graus", + "Error sending email.": "Error enviant email.", + "Error.": "Error.", + "Error:": "Error:", + "Error: You cannot remove yourself from the Instructor group!": "Error: no pots eliminar-te tu mateix del grup d'instructors!", + "Exam Types": "Tipus d'examen", + "Exception Granted": "Excepci\u00f3 concedida", + "Expand All": "Expandeix-ho tot", + "Explain if other.": "Expliqueu-ho si hi ha altres.", + "Explore New Programs": "Exploreu nous programes", + "Explore Programs": "Explore programes", + "Explore your course!": "Exploreu el vostre curs!", + "Failed Proctoring": "Supervisat susp\u00e8s", + "February": "Febrer", + "File Name": "Nom del fitxer", + "File upload succeeded": "S'ha aconseguit la c\u00e0rrega de fitxers", + "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "El fitxer {filename} supera la mida m\u00e0xima de {maxFileSizeInMBs} MB", + "Files must be in JPEG or PNG format.": "Els fitxers han d'estar en format JPEG o PNG.", + "Filter": "Filtre", + "Filter and sort topics": "Filtrar i ordenar temes", + "Final Grade": "Nota Final", + "Financial Assistance Application": "Sol\u00b7licitud d'Assist\u00e8ncia Financera", + "Find a course": "Trobeu un curs", + "Find discussions": "Trobi debats", + "First time here?": "La primera vegada aqu\u00ed?", + "Follow or unfollow posts": "Seguiu o deixeu de publicar publicacions", + "For grading to work, you must change all {oldName} subsections to {newName}.": "Per tal que la classificaci\u00f3 funcioni, heu de canviar totes les subseccions {oldName} a {newName}.", + "Free text notes": "Notes de text lliures", + "Frequently Asked Questions": "Preguntes freq\u00fcents", + "Fullscreen": "Pantalla complerta", + "Fully Supported": "Completament compatible", + "General Proctored Exam Rules": "Normes generals de l'examen tutorial", + "Generate": "Generar", + "Generate Exception Certificates": "Genera certificats d'excepci\u00f3", + "Generate the user's certificate": "Genereu el certificat de l'usuari", + "Get Credit": "Obtenir Cr\u00e8dit", + "Go Back": "Torna", + "Go to Dashboard": "Aneu al panell", + "Go to your Dashboard": "Aneu al Panell de control", + "Going forward, your account information will be updated and maintained by {enterprise_name}.": "En endavant, la informaci\u00f3 del vostre compte ser\u00e0 actualitzada i mantinguda per {enterprise_name}.", + "Government-Issued Photo ID": "Identificador de fotografia publicat pel govern", + "Grace period must be specified in HH:MM format.": "El per\u00edode de gr\u00e0cia ha de tenir el format HH:MM.", + "Grade": "Qualificaci\u00f3", + "Grade as:": "Qualificat com:", + "Graded as:": "Qualificats com:", + "Grading": "Qualificacions", + "Group %s": "Grup %s", + "Group A": "Grup A", + "Group B": "Grup B", + "Group Configuration ID": "Indentificador de configuraci\u00f3 del grup", + "Group Configuration Name": "Nom de configuraci\u00f3 del grup", + "Group Configuration information": "Informaci\u00f3 de configuraci\u00f3 del grup", + "Group Configuration name is required.": "El nom de configuraci\u00f3 del grup \u00e9s obligatori.", + "Group information": "Informaci\u00f3 del grup", + "Group name is required": "El nom del grup \u00e9s obligatori", + "Groups": "Grups", + "Heading": "Cap\u00e7alera", + "Heading (Ctrl+H)": "Cap\u00e7alera (Ctrl+H)", + "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "Ajudeu altres estudiants a decidir si voleu unir-se al vostre equip especificant algunes caracter\u00edstiques per al vostre equip. Tria amb atenci\u00f3, perqu\u00e8 \u00e9s possible que hi hagi menys persones que estiguin interessades a unir-se al vostre equip si sembla massa restrictiu.", + "Hide": "Ocultar", + "Hide Deprecated Settings": "Amaga els par\u00e0metres desactivats", + "Hide Discussion": "Ocultar discussi\u00f3", + "Hide Timer": "Amaga el temporitzador", + "Hide content after course end date": "Amaga el contingut despr\u00e9s de la data de finalitzaci\u00f3 del curs", + "Hide content after due date": "Amaga el contingut despr\u00e9s de la data de venciment", + "Hide entire subsection": "Amaga la subsecci\u00f3 completa", + "Hide from learners": "Amaga dels aprenents", + "Hide transcripts ({transcriptCount})": "Amaga transcripcions ({transcriptCount})", + "Highlight {highlight_index}": "Ressaltar {highlight_index}", + "Highlighted text": "Text ressaltat", + "Highlights for {display_name}": "Destacats per a {display_name}", + "Horizontal Rule (Ctrl+R)": "L\u00ednia horitzontal (Ctrl+R)", + "How to use %(platform_name)s discussions": "Com usar els debats de %(platform_name)s ", + "Hyperlink (Ctrl+L)": "Enlla\u00e7 (Ctrl+L)", + "I am ready to start this timed exam,": "Estic preparat per iniciar aquest examen cronometrat,", + "ID": "Identificador", + "ID-Verification is not required for this Professional Education course.": "La verificaci\u00f3 d'identificaci\u00f3 no \u00e9s necess\u00e0ria per a aquest curs d'Educaci\u00f3 Professional.", + "Identity Verification In Progress": "Verificaci\u00f3 d'identitat en curs", + "If the course does not have an end date, learners always see their scores when they submit answers to assessments.": "Si el curs no t\u00e9 data de finalitzaci\u00f3, els estudiants sempre veuen les puntuacions quan envien respostes a les avaluacions.", + "If the subsection does not have a due date, learners always see their scores when they submit answers to assessments.": "Si la subsecci\u00f3 no t\u00e9 data de venciment, els estudiants sempre veuen les puntuacions quan envien respostes a les avaluacions.", + "If the unit was previously published and released to learners, any changes you made to the unit when it was hidden will now be visible to learners.": "Si la unitat es va publicar i es va publicar pr\u00e8viament als estudiants, els canvis que h\u00e0giu fet a la unitat quan estigu\u00e9s oculta ara seran visibles per als estudiants.", + "If you do not yet have an account, use the button below to register.": "Si encara no teniu un compte, utilitzeu el bot\u00f3 seg\u00fcent per registrar-se.", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "Si encara no comprova la vostra identitat, encara podeu explorar el vostre curs des del tauler. Rebr\u00e0 recordatoris peri\u00f2dics de %(platformName)s per verificar la vostra identitat.", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from {platformName} to verify your identity.": "Si encara no comprova la vostra identitat, encara podeu explorar el vostre curs des del tauler. Rebreu els recordatoris peri\u00f2dics de {platformName} per verificar la vostra identitat.", + "If you make this %(xblockType)s visible to learners, learners will be able to see its content after the release date has passed and you have published the unit. Only units that are explicitly hidden from learners will remain hidden after you clear this option for the %(xblockType)s.": "Si fa que aquest %(xblockType)s sigui visible per als estudiants, els aprenents podran veure el seu contingut despr\u00e9s de la data de llan\u00e7ament i han publicat la unitat. Nom\u00e9s les unitats que estan expl\u00edcitament amagades pels aprenents romandran ocultes despr\u00e9s d'esborrar aquesta opci\u00f3 per a %(xblockType)s.", + "If you remove this transcript, the transcript will not be available for any components that use this video.": "Si elimineu aquesta transcripci\u00f3, la transcripci\u00f3 no estar\u00e0 disponible per als components que utilitzin aquest v\u00eddeo.", + "If you select an option other than \"%(hide_label)s\", published units in this subsection become available to learners unless they are explicitly hidden.": "Si seleccioneu una opci\u00f3 diferent \"%(hide_label)s\", les unitats publicades en aquesta subsecci\u00f3 estaran disponibles per als estudiants, tret que estiguin expl\u00edcitament amagades.", + "Image (Ctrl+G)": "Imatge (Ctrl+G)", + "Image must be in PNG format": "La imatge ha de ser en format PNG", + "Image must be in PNG format.": "La imatge ha de ser en format PNG.", + "Image upload failed": "No s'ha pogut penjar la imatge", + "Image upload failed. ": "No s'ha pogut penjar la imatge.", + "Import YouTube Transcript": "Import Transcripci\u00f3 des de YouTube", + "In Progress": "En progr\u00e9s", + "In the {linkStart}Course Outline{linkEnd}, use this group to control access to a component.": "A la {linkStart} Esquema del curs {linkEnd}, utilitzeu aquest grup per controlar l'acc\u00e9s a un component.", + "Individual Exceptions": "Excepcions individuals", + "Insert Hyperlink": "Inserta l'hipervincle", + "Instructor Biography": "Biografia de l'instructor", + "Instructor Name": "Nom de l'instructor", + "Instructor Photo": "Foto del Instructor", + "Instructor Photo URL": "URL de la foto de l'instructor ", + "Instructor Title": "T\u00edtol de l'instructor", + "Instructor tools": "Eines d'instructor", + "Internal Server Error.": "Error del servidor intern.", + "Introduction to Cookie Baking": "Introducci\u00f3 a la Cuina de Galetes", + "Invalidate Certificate": "Invalida el certificat", + "Invalidated": "Invalidat", + "Invalidated By": "Invalidat per", + "Is Sample Attempt": "\u00c9s intent d'exemple", + "Is Visible To:": "\u00c9s Visible a:", + "Is your name on your ID readable?": "Es pot llegir el vostre nom a la vostra identificaci\u00f3?", + "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "Es recomana que inclogueu quatre o menys signants. Si incloeu signants addicionals, previsualitzeu el certificat a la Vista d'impressi\u00f3 per assegurar-vos que el certificat s'imprimir\u00e0 correctament en una sola p\u00e0gina.", + "Italic (Ctrl+I)": "Cursiva (Ctrl+I)", + "January": "Gener", + "Join Team": "Uniu-vos a l'equip", + "July": "Juliol", + "June": "Juny", + "Key should only contain letters, numbers, _, or -": "La clau nom\u00e9s pot contenir lletres, nombres, _, o -", + "LEARN MORE": "APRENDRE M\u00c9S", + "Large": "Gran", + "Last Edited:": "\u00daltima edici\u00f3:", + "Last Updated": "Darrera actualitzaci\u00f3", + "Last modified by": "Darrera modificaci\u00f3 per", + "Last published %(last_published_date)s by %(publish_username)s": "\u00daltim publicat %(last_published_date)s per %(publish_username)s", + "Last published {lastPublishedStart}{publishedOn}{lastPublishedEnd} by {publishedByStart}{publishedBy}{publishedByEnd}": "Publicat darrerament {lastPublishedStart}{publishedOn}{lastPublishedEnd} by {publishedByStart}{publishedBy}{publishedByEnd}", + "Last updated": "\u00daltima actualitzaci\u00f3", + "Learn more about {license_name}": "M\u00e9s informaci\u00f3 sobre {license_name}", + "Learners are added to this cohort automatically.": "Els aprenents s'afegeixen a aquesta cohort autom\u00e0ticament.", + "Learners are added to this cohort only when you provide their email addresses or usernames on this page.": "Els aprenents nom\u00e9s s'afegiran a aquesta cohort nom\u00e9s quan proporcioneu les adreces de correu electr\u00f2nic o els noms d'usuari d'aquesta p\u00e0gina.", + "Learners do not see the subsection in the course outline. The subsection is not included in grade calculations.": "Els aprenents no veuen la subsecci\u00f3 al contorn del curs. La subsecci\u00f3 no s'inclou en els c\u00e0lculs de qualificaci\u00f3.", + "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the course end date has passed.": "Els aprenents no veuen si les seves respostes a les avaluacions eren correctes o incorrectes, ni la puntuaci\u00f3 rebuda, fins que hagi passat la data de finalitzaci\u00f3 del curs.", + "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the due date for the subsection has passed.": "Els aprenents no veuen si les seves respostes a les avaluacions eren correctes o incorrectes, ni la puntuaci\u00f3 rebuda, fins que ha passat la data de venciment de la subsecci\u00f3.", + "Learners never see whether their answers to assessments are correct or incorrect, nor the score received.": "Els estudiants mai veuen si les seves respostes a les avaluacions s\u00f3n correctes o incorrectes, ni la puntuaci\u00f3 rebuda.", + "Learners see the published subsection and can access its content.": "Els aprenents veuen la subsecci\u00f3 publicada i poden accedir al seu contingut.", + "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "Els aprenents que necessiten verificaci\u00f3 han de passar el punt de verificaci\u00f3 seleccionat per veure el contingut d'aquesta unitat. Els aprenents que no necessiten verificaci\u00f3 consultin aquest contingut per defecte.", + "Learning Outcome": "Resultats d'aprenentatge", + "Leave Team": "Deixar l'equip", + "Leave the current session and decide later": "Deixeu la sessi\u00f3 actual i decidiu m\u00e9s endavant", + "Legal name": "Nom legal", + "Less": "Menys", + "Library User": "Usuari de la biblioteca", + "License Display": "Mostra de llic\u00e8ncia", + "License Type": "Tipus de llic\u00e8ncia", + "Limit Access": "Limitar l'acc\u00e9s", + "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "Els enlla\u00e7os es generen sota demanda i caduquen en 5 minuts degut a la naturalesa sensible de la informaci\u00f3 de l'estudiant.", + "List item": "Item de llista", + "List of uploaded files and assets in this course": "Llista d'arxius i recursos pujats en aquests curs", + "Live view of webcam": "Vista en directe de la c\u00e0mera web", + "Load Another File": "Carrega un altre fitxer", + "Load all responses": "Carrega totes les respostes", "Load next {num_items} result": [ - "Carregueu el resultat seg\u00fcent {num_items}", + "Carregueu el resultat seg\u00fcent {num_items}", "Carregueu els resultats seg\u00fcent {num_items}" - ], - "Loading": "Carregant", - "Loading content": "Carregant el contingut", - "Loading more threads": "Carregant m\u00e9s fils", - "Lock this asset": "Bloqueja aquest actiu", - "Lock/unlock file": "Bloqueja/desbloqueja aquest arxiu", - "Make sure that the full name on your account matches the name on your ID.": "Assegureu-vos que el nom complet del compte coincideixi amb el nom de la vostra identificaci\u00f3.", - "Make sure we can verify your identity with the photos and information you have provided.": "Assegureu-vos que podem verificar la vostra identitat amb les fotos i amb la informaci\u00f3 que heu proporcionat.", - "Make sure your ID is well-lit": "Assegureu-vos que la vostra identificaci\u00f3 estigui ben il\u00b7luminada", - "Make sure your face is well-lit": "Assegureu-vos que la vostra cara estigui ben il\u00b7luminada", - "Make this subsection available as a prerequisite to other content": "Feu que aquesta subsecci\u00f3 estigui disponible com a requisit previ a un altre contingut", - "Manage Learners": "Gestioneu els aprenents", - "Manual": "Manual", - "March": "Mar\u00e7", - "Mark Exam As Completed": "Examen de marca com finalitzat", - "Markdown Editing Help": "Ajuda d'edici\u00f3 amb etiquetes", - "Max file size exceeded": "S'ha excedit la mida del fitxer m\u00e0xim", - "Maximum file size: {maxFileSize} GB": "Mida m\u00e0xima del fitxer: {maxFileSize} GB", - "May": "Maig", - "Midnight": "Mitjanit", - "Minimum Completion:": "Finalitzaci\u00f3 m\u00ednima:", - "Minimum Score:": "Puntuaci\u00f3 M\u00ednima", - "Module state successfully deleted.": "Estat del m\u00f2dul esborrat correctament.", - "More": "M\u00e9s", - "More sessions coming soon": "M\u00e9s sessions properes", - "More sessions coming soon.": "M\u00e9s sessions properes.", - "Must be a Staff User to Perform this request.": "Ha de ser un usuari del personal per realitzar aquesta sol\u00b7licitud.", - "Must complete verification checkpoint": "Cal completar el punt de verificaci\u00f3", - "N/A": "N/D", - "Name": "Nom", - "Name ": "Nom", - "Name of the certificate": "Nom del certificat", - "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "Nom dels grups als quals s'assignaran els estudiants, per exemple, Control, V\u00eddeo, Problemes. Heu de tenir dos o m\u00e9s grups.", - "Name of the signatory": "Nom del signant", - "Name or short description of the configuration": "Nom o breu descripci\u00f3 de la configuraci\u00f3", - "Needs verified certificate ": "Necessita certificat verificat", - "Never published": "Mai publicat", - "Never show assessment results": "No mostris mai els resultats de l'avaluaci\u00f3", - "New %(item_type)s": "Nou %(item_type)s", - "New Address": "Nova adre\u00e7a", - "New enrollment mode:": "Nou mode d'inscripci\u00f3:", - "Next": "Seg\u00fcent", - "Next Step: Confirm your identity": "Pas seg\u00fcent: confirmeu la vostra identitat", - "Next: %(nextStepTitle)s": "Seg\u00fcent: %(nextStepTitle)s", - "No Content Group": "Sense grup de contingut", - "No EdX Timed Transcript": "No hi ha una transcripci\u00f3 temporitzada Edx", - "No Timed Transcript": "No hi ha Transcripci\u00f3 Temporitzada", - "No content-specific discussion topics exist.": "No hi ha temes de discussi\u00f3 espec\u00edfics del contingut.", - "No description available": "No hi ha cap descripci\u00f3 disponible", - "No prerequisite": "Sense requisit previ", - "No receipt available": "No hi ha rebut disponible", - "No results": "Sens resultats", - "No transcript uploaded.": "No s'ha penjat cap transcripci\u00f3.", - "No validation is performed on policy keys or value pairs. If you are having difficulties, check your formatting.": "No es realitza cap validaci\u00f3 en claus de pol\u00edtica o en parells de valors. Si teniu dificultats, consulteu el vostre format.", - "None": "Cap", - "Noon": "Migdia", - "Not Currently Available": "Actualment no disponible", - "Not Graded": "No puntuat", - "Not Supported": "No compatible", - "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "No es pot establir el grau de pas a menys de %(minimum_grade_cutoff)s%.", - "Not available": "No disponible", - "Not in Use": "No est\u00e0 en \u00fas", - "Not selected": "No seleccionat", - "Not yet": "Encara no", - "Note": "Nota", - "Note: Do not hide graded assignments after they have been released.": "Nota: No amagueu les assignacions graduades despr\u00e9s d'haver estat alliberades.", - "Note: Learners can be in only one cohort. Adding learners to this group overrides any previous group assignment.": "Nota: els aprenents poden estar en una sola cohort. L'addici\u00f3 d'estudiants a aquest grup reempla\u00e7a qualsevol assignaci\u00f3 de grup anterior.", + ], + "Loading": "Carregant", + "Loading content": "Carregant el contingut", + "Loading more threads": "Carregant m\u00e9s fils", + "Lock this asset": "Bloqueja aquest actiu", + "Lock/unlock file": "Bloqueja/desbloqueja aquest arxiu", + "Make sure that the full name on your account matches the name on your ID.": "Assegureu-vos que el nom complet del compte coincideixi amb el nom de la vostra identificaci\u00f3.", + "Make sure we can verify your identity with the photos and information you have provided.": "Assegureu-vos que podem verificar la vostra identitat amb les fotos i amb la informaci\u00f3 que heu proporcionat.", + "Make sure your ID is well-lit": "Assegureu-vos que la vostra identificaci\u00f3 estigui ben il\u00b7luminada", + "Make sure your face is well-lit": "Assegureu-vos que la vostra cara estigui ben il\u00b7luminada", + "Make this subsection available as a prerequisite to other content": "Feu que aquesta subsecci\u00f3 estigui disponible com a requisit previ a un altre contingut", + "Manage Learners": "Gestioneu els aprenents", + "Manual": "Manual", + "March": "Mar\u00e7", + "Mark Exam As Completed": "Examen de marca com finalitzat", + "Markdown Editing Help": "Ajuda d'edici\u00f3 amb etiquetes", + "Max file size exceeded": "S'ha excedit la mida del fitxer m\u00e0xim", + "Maximum file size: {maxFileSize} GB": "Mida m\u00e0xima del fitxer: {maxFileSize} GB", + "May": "Maig", + "Midnight": "Mitjanit", + "Minimum Completion:": "Finalitzaci\u00f3 m\u00ednima:", + "Minimum Score:": "Puntuaci\u00f3 M\u00ednima", + "Module state successfully deleted.": "Estat del m\u00f2dul esborrat correctament.", + "More": "M\u00e9s", + "More sessions coming soon": "M\u00e9s sessions properes", + "More sessions coming soon.": "M\u00e9s sessions properes.", + "Must be a Staff User to Perform this request.": "Ha de ser un usuari del personal per realitzar aquesta sol\u00b7licitud.", + "Must complete verification checkpoint": "Cal completar el punt de verificaci\u00f3", + "N/A": "N/D", + "Name": "Nom", + "Name ": "Nom", + "Name of the certificate": "Nom del certificat", + "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "Nom dels grups als quals s'assignaran els estudiants, per exemple, Control, V\u00eddeo, Problemes. Heu de tenir dos o m\u00e9s grups.", + "Name of the signatory": "Nom del signant", + "Name or short description of the configuration": "Nom o breu descripci\u00f3 de la configuraci\u00f3", + "Needs verified certificate ": "Necessita certificat verificat", + "Never published": "Mai publicat", + "Never show assessment results": "No mostris mai els resultats de l'avaluaci\u00f3", + "New %(item_type)s": "Nou %(item_type)s", + "New Address": "Nova adre\u00e7a", + "New enrollment mode:": "Nou mode d'inscripci\u00f3:", + "Next": "Seg\u00fcent", + "Next Step: Confirm your identity": "Pas seg\u00fcent: confirmeu la vostra identitat", + "Next: %(nextStepTitle)s": "Seg\u00fcent: %(nextStepTitle)s", + "No Content Group": "Sense grup de contingut", + "No EdX Timed Transcript": "No hi ha una transcripci\u00f3 temporitzada Edx", + "No Timed Transcript": "No hi ha Transcripci\u00f3 Temporitzada", + "No content-specific discussion topics exist.": "No hi ha temes de discussi\u00f3 espec\u00edfics del contingut.", + "No description available": "No hi ha cap descripci\u00f3 disponible", + "No prerequisite": "Sense requisit previ", + "No receipt available": "No hi ha rebut disponible", + "No results": "Sens resultats", + "No transcript uploaded.": "No s'ha penjat cap transcripci\u00f3.", + "No validation is performed on policy keys or value pairs. If you are having difficulties, check your formatting.": "No es realitza cap validaci\u00f3 en claus de pol\u00edtica o en parells de valors. Si teniu dificultats, consulteu el vostre format.", + "None": "Cap", + "Noon": "Migdia", + "Not Currently Available": "Actualment no disponible", + "Not Graded": "No puntuat", + "Not Supported": "No compatible", + "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "No es pot establir el grau de pas a menys de %(minimum_grade_cutoff)s%.", + "Not available": "No disponible", + "Not in Use": "No est\u00e0 en \u00fas", + "Not selected": "No seleccionat", + "Not yet": "Encara no", + "Note": "Nota", + "Note: Do not hide graded assignments after they have been released.": "Nota: No amagueu les assignacions graduades despr\u00e9s d'haver estat alliberades.", + "Note: Learners can be in only one cohort. Adding learners to this group overrides any previous group assignment.": "Nota: els aprenents poden estar en una sola cohort. L'addici\u00f3 d'estudiants a aquest grup reempla\u00e7a qualsevol assignaci\u00f3 de grup anterior.", "Note: You are %s hour ahead of server time.": [ - "Nota: Aneu %s hora avan\u00e7ats respecte la hora del servidor.", + "Nota: Aneu %s hora avan\u00e7ats respecte la hora del servidor.", "Nota: Aneu %s hores avan\u00e7ats respecte la hora del servidor." - ], + ], "Note: You are %s hour behind server time.": [ - "Nota: Aneu %s hora endarrerits respecte la hora del servidor.", + "Nota: Aneu %s hora endarrerits respecte la hora del servidor.", "Nota: Aneu %s hores endarrerits respecte la hora del servidor." - ], - "Noted in:": "S'ha anotat a:", - "Notes": "Notes", - "November": "Novembre", - "Now": "Ara", - "Number of Droppable": "N\u00famero de retiraments", - "Number of Students": "Nombre d'estudiants", - "Numbered List (Ctrl+O)": "Llista numerada (Ctrl+O)", - "OK": "D'acord", - "October": "Octubre", - "Once in position, use the camera button {icon} to capture your ID": "Un cop a la posici\u00f3, utilitzeu el bot\u00f3 de la c\u00e0mera {icon} per capturar la vostra identificaci\u00f3", - "Once in position, use the camera button {icon} to capture your photo": "Un cop a la posici\u00f3, utilitzeu el bot\u00f3 de la c\u00e0mera {icon} per capturar la foto", - "Once you complete one of the program requirements you have a program record. This record is marked complete once you meet all program requirements. A program record can be used to continue your learning journey and demonstrate your learning to others.": "Una vegada que h\u00e0giu completat un dels requisits del programa, teniu un registre del programa. Aquest registre es marca completament una vegada que compleix tots els requisits del programa. Es pot utilitzar un registre del programa per continuar el vostre viatge d'aprenentatge i demostrar el vostre aprenentatge als altres.", - "Only the parent course staff of a CCX can create content groups.": "Nom\u00e9s el personal de cursos primaris d'un CCX pot crear grups de contingut.", - "Open the certificate you earned for the %(title)s program.": "Obriu el certificat que heu obtingut per al programa %(title)s", - "Open/download this file": "Obre/descarrega aquest arxiu", - "Optional Characteristics": "Caracter\u00edstiques opcionals", - "Optional long description": "Descripci\u00f3 larga opcional", - "Options for {license_name}": "Opcions per a {license_name}", - "Order Details": "Detalls de l'encarrec", - "Order History": "Historial de Comandes", - "Order No.": "N\u00ba de Comanda", - "Order Number": "N\u00famero d'ordre", - "Organization": "Organitzaci\u00f3", - "Organization ": "Organitzaci\u00f3", - "Organization Name": "Nom de l'organitzaci\u00f3", - "Organization of the signatory": "Organitzaci\u00f3 del signant", - "Other": "Altres", - "Page number out of %(total_pages)s": "N\u00famero de p\u00e0gina de %(total_pages)s", - "Passed Proctoring": "Supervisat aprovat", - "Password": "Clau de pas", - "Password Status": "Estat de la contrasenya", - "Password assistance": "Assist\u00e8ncia per a contrasenyes", - "Path to Signature Image": "Cam\u00ed de la imatge de la signatura", - "Pending Session Review": "Revisi\u00f3 pendent de la sessi\u00f3", - "Photo": "Foto", - "Photo ID": "Identificador de fotografia", - "Photo Identification": "Identificaci\u00f3 de fotos", - "Photo of %(fullName)s": "Foto de %(fullName)s", - "Photo of %(fullName)s's ID": "Foto de la Identificaci\u00f3 de %(fullName)s", - "Photo requirements:": "Requisits fotogr\u00e0fics:", - "Photos don't meet the requirements?": "Les fotos no compleixen els requisits?", - "Please Note": "Tingueu en compte", - "Please add a photo of the instructor (Note: only JPEG or PNG format supported)": "Afegiu una foto de l'instructor (Nota: nom\u00e9s s'admeten JPEG o PNG)", - "Please add the institute where the instructor is associated": "Afegiu l'institut on s'associa l'instructor", - "Please add the instructor's biography": "Afegiu la biografia del instructor", - "Please add the instructor's name": "Afegiu el nom del instructor", - "Please add the instructor's title": "Afegiu el t\u00edtol de l'instructor", - "Please address the errors on this page first, and then save your progress.": "En primer lloc, dirigiu els errors d'aquesta p\u00e0gina i, a continuaci\u00f3, deseu el vostre progr\u00e9s.", - "Please check the following validation feedbacks and reflect them in your course settings:": "Comproveu els seg\u00fcents comentaris de validaci\u00f3 i els reflectiu a la configuraci\u00f3 del vostre curs:", - "Please enter a student email address or username.": "Si us plau entra una adre\u00e7a d'email d'estudiant o nom d'usuari.", - "Please enter a username or email.": "Si us plau, entra el nom d'usuari o email.", - "Please enter an integer between %(min)s and %(max)s.": "Introdu\u00efu un enter entre %(min)s i %(max)s.", - "Please enter an integer between 0 and 100.": "Si us plau, entra un nombre enter de 0 a 100.", - "Please enter an integer greater than 0.": "Si us plau, entra un nombre enter m\u00e9s gran que 0.", - "Please enter non-negative integer.": "Si us plau, entra un nombre enter no negatiu.", - "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "Seguiu les instruccions aqu\u00ed per carregar un fitxer a un altre lloc i enlla\u00e7ar-hi: {maxFileSizeRedirectUrl}", - "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "Imprimiu aquesta p\u00e0gina per als vostres registres; serveix com a rebut. Tamb\u00e9 rebr\u00e0 un correu electr\u00f2nic amb la mateixa informaci\u00f3.", - "Post": "Publicaci\u00f3", - "Practice Exam Completed": "Examen pr\u00e0ctic completat", - "Practice Exam Failed": "L'examen de pr\u00e0ctica ha fallat", - "Practice Proctored": "Pr\u00e0ctica Supervisada", - "Practice proctored Exam": "Pr\u00e0ctica ex\u00e0mens supervisats", - "Prerequisite:": "Requisit previ:", - "Prerequisite: %(prereq_display_name)s": "Requisit previ: %(prereq_display_name)s", - "Press Add to language": "Premeu Afegeix a l'idioma", - "Press Remove to remove language": "Premeu Suprimeix per eliminar l'idioma", - "Press change to change selected transcript provider.": "Premeu Canviar per canviar el prove\u00efdor de transcripci\u00f3 seleccionat.", - "Press close to hide course video settings": "Premeu per amagar la configuraci\u00f3 del v\u00eddeo del curs", - "Press discard changes to discard changes.": "Premeu Rebutjar els canvis per descartar els canvis.", - "Press discard changes to discard your changes.": "Premeu Rebutjar els canvis per descartar els canvis.", - "Press update settings to update course video settings": "Premeu la configuraci\u00f3 d'actualitzaci\u00f3 per actualitzar la configuraci\u00f3 de v\u00eddeo del curs", - "Press update settings to update the information for your organization.": "Premeu la configuraci\u00f3 d'actualitzaci\u00f3 per actualitzar la informaci\u00f3 de la vostra organitzaci\u00f3.", - "Preview": "Previsualitzar", - "Preview Certificate": "Previsualitzaci\u00f3 del Certificat", - "Preview of uploaded image": "Vista pr\u00e8via de la imatge penjada", - "Previous": "Previ", - "Previous Uploads": "C\u00e0rregues anteriors", - "Previous Uploads table has been updated.": "S'ha actualitzat la taula de c\u00e0rregues anteriors.", - "Previously published": "Publicat anteriorment", - "Processing Re-run Request": "Processament de la sol\u00b7licitud de reinici", - "Proctored": "Supervisat", - "Proctored Exam": "Ex\u00e0men supervisat", - "Proctored Option Available": "Opci\u00f3 Supervisat disponible", - "Proctored Option No Longer Available": "L'opci\u00f3 Supervisat ja no est\u00e0 disponible", - "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.": "Els ex\u00e0mens supervisats s\u00f3n cronometrats i graven el v\u00eddeo de cada alumne que pren l'examen. Els v\u00eddeos es revisen per garantir que els alumnes segueixin totes les regles d'examen.", - "Proctoring Session Results Update for {course_name} {exam_name}": "Actualitzaci\u00f3 de resultats de la sessi\u00f3 de supervisi\u00f3 per a {course_name} {exam_name}", - "Product Name": "nom del producte", - "Professional Certificate for {courseName}": "Certificat professional per {courseName}", - "Program Record": "Registre del programa", - "Promote another member to Admin to remove your admin rights": "Promociona un altre membre a Admin per eliminar els drets d'administrador", - "Provisional": "Provisional", - "Provisionally Supported": "Compatible provisionalment", - "Publish": "Publica", - "Publish all unpublished changes for this {item}?": "Publica tots els canvis no publicats per a aquest {item}?", - "Publish {display_name}": "Publicar {display_name}", - "Published (not yet released)": "Publicat (encara no alliberat)", - "Published and Live": "Publicat i en viu", - "Publishing Status": "Estat de publicaci\u00f3", - "Queued": "En cua", - "REMAINING COURSES": "CURSOS RESTANTS", - "Read More": "Llegir m\u00e9s", - "Read more": "Llegeix m\u00e9s", - "Ready To Start": "Llest per comen\u00e7ar", - "Ready To Submit": "Preparat per enviar", - "Reason": "Ra\u00f3", - "Reason for change:": "Motiu del canvi:", - "Receive updates": "Rebeu actualitzacions", - "Recommended image resolution is {imageResolution}, maximum image file size should be {maxFileSize} and format must be one of {supportedImageFormats}.": "La resoluci\u00f3 d'imatge recomanada \u00e9s {imageResolution}, la mida del fitxer d'imatge m\u00e0xima ha de ser {maxFileSize} i el format ha de ser {supportedImageFormats}.", - "Redo (Ctrl+Shift+Z)": "Refer (Ctrl+Shift+Z)", - "Redo (Ctrl+Y)": "Refer (Ctrl+Y)", - "Regenerate": "Regenerar", - "Regenerate the user's certificate": "Regenerar el certificat de l'usuari", - "Register with Institution/Campus Credentials": "Registre amb credencials de la Instituci\u00f3/Campus", - "Rejected": "Rebutjat", - "Release Date and Time": "Data i hora de publicaci\u00f3", - "Release Date:": "Data de publicaci\u00f3:", - "Release Status:": "Estat de publicaci\u00f3:", - "Release Time in UTC:": "Hora de llan\u00e7ament a UTC:", - "Release:": "Versi\u00f3:", - "Released:": "Publicat:", - "Remaining": "Continua", - "Remove": "Eliminar", - "Remove all": "Esborrar-los tots", - "Remove chapter %(chapterDisplayName)s": "Elimina el cap\u00edtol %(chapterDisplayName)s", - "Remove from Invalidation Table": "Treure de la taula d'invalidaci\u00f3", - "Remove from List": "Suprimeix de la llista", - "Remove subsection %(subsectionDisplayName)s": "Eliminar la subsecci\u00f3 %(subsectionDisplayName)s", - "Remove this video": "Suprimeix aquest v\u00eddeo", - "Remove unit %(unitName)s": "Eliminar la unitat %(unitName)s", - "Remove {role} Access": "Elimina {role} Access", - "Remove {video_name} video": "Elimina el v\u00eddeo {video_name}", - "Removing a video from this list does not affect course content. Any content that uses a previously uploaded video ID continues to display in the course.": "L'eliminaci\u00f3 d'un v\u00eddeo d'aquesta llista no afecta el contingut del curs. Qualsevol contingut que utilitzi una identificaci\u00f3 de v\u00eddeo pr\u00e8viament carregat continua apareixent al curs.", - "Replace": "Substituir", - "Report abuse, topics, and responses": "Informeu d'ab\u00fas, temes i respostes", - "Requester": "Sol\u00b7licitant", - "Required": "Requerit", - "Reset Password": "Restablir la contrasenya", - "Restrict access to:": "Restringeix l'acc\u00e9s a:", - "Retake Photo": "Repeteix la foto", - "Retake Your Photos": "Repeteixi les seves fotos", - "Retry Verification": "Reintenteu la verificaci\u00f3", - "Return and add email address": "Retorna i afegeix adre\u00e7a de correu electr\u00f2nic", - "Return to Export": "Torna a l'exportaci\u00f3", - "Return to Your Dashboard": "Torna al tauler", - "Return to team listing": "Torna a la llista d'equips", - "Review Policy Exception": "Revisa l'excepci\u00f3 de la pol\u00edtica", - "Review Rules": "Regles de revisi\u00f3", - "Review Your Photos": "Reviseu les vostres fotos", - "Revoke access": "Revocar l'acc\u00e9s", - "Save": "Guardar", - "Save Changes": "Guardar canvis", - "Scheduled:": "Programat:", - "Search": "Cerca", - "Search Results": "Resultats de la cerca", - "Search all posts": "Cerca totes les publicacions", - "Second Review Required": "Es requereix una segona revisi\u00f3", - "Section": "Secci\u00f3", - "Section Highlights": "Secci\u00f3 destacada", - "Section Visibility": "Visibilitat de la secci\u00f3", - "Select Session": "Selecciona la sessi\u00f3", - "Select a Content Group": "Seleccioneu un grup de contingut", - "Select a cohort": "Seleccioneu una cohort", - "Select a cohort to manage": "Seleccioneu una cohort per gestionar", - "Select a group type": "Seleccioneu un tipus de grup", - "Select a prerequisite subsection and enter a minimum score percentage and minimum completion percentage to limit access to this subsection. Allowed values are 0-100": "Seleccioneu una subsecci\u00f3 de requisits previs i introdu\u00efu un percentatge de puntuaci\u00f3 m\u00ednima i un percentatge m\u00ednim de finalitzaci\u00f3 per limitar l'acc\u00e9s a aquesta subsecci\u00f3. Els valors permesos s\u00f3n 0-100", - "Select a session:": "Seleccioneu una sessi\u00f3:", - "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.": "Seleccioneu una assignaci\u00f3 de temps per a l'examen. Si \u00e9s m\u00e9s de 24 hores, escriviu la quantitat de temps. Podeu concedir als estudiants un temps extra per completar l'examen a trav\u00e9s del Tauler d'instructors.", - "Select fidelity": "Selecciona la fidelitat", - "Select language": "Escolliu l'idioma", - "Select one or more groups:": "Seleccioneu un o m\u00e9s grups:", - "Select the course-wide discussion topics that you want to divide.": "Seleccioneu els temes de discussi\u00f3 que vulgueu dividir al llarg del curs.", - "Select turnaround": "Seleccioneu la tornada", - "Selected tab": "Pestanya seleccionada", - "Send notification to mobile apps": "Envia notificacions a les aplicacions per a m\u00f2bils", - "Send push notification to mobile apps": "Envia notificacions d'impressi\u00f3 a les aplicacions m\u00f2bils", - "September": "Setembre", - "Session Selection Dropdown for {courseName}": "Selecci\u00f3 de sessi\u00f3 desplegable per {courseName}", - "Set Access": "Estableix l'acc\u00e9s", - "Set as a Special Exam": "Establert com a examen especial", - "Set up your certificate": "Set up your certificate", - "Settings": "Configuraci\u00f3", - "Settings updated": "Configuraci\u00f3 actualitzada", - "Share": "Compartir", - "Share on Mozilla Backpack": "Comparteix-ho a la motxilla de Mozilla", - "Share your \"%(display_name)s\" award": "Compartiu el vostre premi \"%(display_name)s\"", - "Show": "Mostrar", - "Show All": "Mostrar tots", - "Show Deprecated Settings": "Mostra la configuraci\u00f3 obsoleta", - "Show assessment results when subsection is past due": "Mostra resultats d'avaluaci\u00f3 quan la subsecci\u00f3 ven\u00e7", - "Show entire subsection": "Mostra la subsecci\u00f3 completa", - "Show me other ways to sign in or register": "Mostra'm altres maneres d'iniciar sessi\u00f3 o registrar-vos", - "Show transcripts ({totalTranscripts})": "Mostra les transcripcions ({totalTranscripts})", - "Show transcripts ({transcriptCount})": "Mostra les transcripcions ({transcriptCount})", - "Showing all responses": "Mostrant totes les respostes", - "Sign In": "Accedeix", - "Sign in": "Accedeix", - "Sign in here using your email address and password, or use one of the providers listed below.": "Inicieu la sessi\u00f3 aqu\u00ed usant la vostra adre\u00e7a de correu electr\u00f2nic i contrasenya, o utilitzeu un dels prove\u00efdors que s'enumeren a continuaci\u00f3.", - "Sign in here using your email address and password.": "Inicieu sessi\u00f3 aqu\u00ed amb la vostra adre\u00e7a de correu electr\u00f2nic i contrasenya.", - "Sign in to continue learning": "Inicia la sessi\u00f3 per continuar aprenent", - "Sign in to continue learning as {email}": "Inicia la sessi\u00f3 per continuar aprenent com a {email}", - "Sign in using %(providerName)s": "Inicieu sessi\u00f3 amb %(providerName)s", - "Sign in with %(providerName)s": "Inicieu sessi\u00f3 amb %(providerName)s", - "Sign in with Institution/Campus Credentials": "Inicieu sessi\u00f3 amb les credencials de la instituci\u00f3/campus", - "Sign in.": "Inicieu sessi\u00f3.", - "Signatory": "Signatari", - "Signatory field(s) has invalid data.": "El (s) camp (s) del signant (s) t\u00e9 dades inv\u00e0lides.", - "Signature Image": "Imatge de signatura", - "Some Rights Reserved": "Alguns drets reservats", - "Sorry, no results were found.": "Ho sentim, no s'ha trobat cap resultat.", - "Sorted by": "Ordenat per", - "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "Especifiqueu una alternativa al t\u00edtol oficial del curs que es mostrar\u00e0 als certificats. Deixeu-vos en blanc per utilitzar el t\u00edtol oficial del curs.", - "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam, along with the {linkStart}general proctored exam rules{linkEnd}.": "Especifiqueu normes o excepcions de regla que l'equip de revisi\u00f3 de supervisi\u00f3 ha de fer complir quan revisi els v\u00eddeos. Per exemple, podeu especificar que les calculadores estan permeses. Aquestes regles espec\u00edfiques s\u00f3n visibles per als estudiants abans que els alumnes inicien l'examen, juntament amb les normes {linkStart} general de prova supervisada {linkEnd}.", - "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam.": "Especifiqueu normes o excepcions de regla que l'equip de revisi\u00f3 de supervisi\u00f3 ha de fer complir quan revisi els v\u00eddeos. Per exemple, podeu especificar que les calculadores estan permeses. Aquestes regles espec\u00edfiques s\u00f3n visibles per als estudiants abans que els alumnes comencin l'examen.", - "Specify whether content-specific discussion topics are divided.": "Especifiqueu si els temes de discussi\u00f3 espec\u00edfics del contingut es divideixen.", - "Specify whether discussion topics are divided": "Especifiqueu si els temes de discussi\u00f3 es divideixen", - "Staff": "Personal", - "Staff Only": "Nom\u00e9s personal", - "Staff and Learners": "Personal i aprenents", - "Start Date": "Data d'inici", - "Start Proctored Exam": "Comen\u00e7i l'examen supervisat", - "Start System Check": "Comen\u00e7a la verificaci\u00f3 del sistema", - "Start working toward your next learning goal.": "Comenceu a treballar per al vostre proper objectiu d'aprenentatge.", - "Started": "Ha comen\u00e7at", - "Starts": "Inici", - "Starts: %(start_date)s": "Inicia: %(start_date)s", - "State": "Estat", - "Status": "Estat", - "Student": "Estudiant", - "Student email or username": "Correu electr\u00f2nic o nom d'usuari de l'estudiant", - "Studio:": "Studio:", - "Submit": "Enviar", - "Submit Application": "Enviar sol\u00b7licitud", - "Submit enrollment change": "Enviar el canvi d'inscripci\u00f3", - "Submitted": "Enviat", - "Subsection": "Subsecci\u00f3", - "Subsection Visibility": "Visibilitat de subsecci\u00f3", - "Subsection is hidden after course end date": "La subsecci\u00f3 est\u00e0 oculta despr\u00e9s de la data de finalitzaci\u00f3 del curs", - "Subsection is hidden after due date": "La subsecci\u00f3 est\u00e0 oculta despr\u00e9s de la data de venciment", - "Successfully deleted student state for user {user}": "S'ha esborrat l'estat de l'estudiant per l'usuari {user}", - "Successfully enrolled and sent email to the following users:": "Els seg\u00fcents usuaris han estat donats d'alta correctament i se'ls ha enviat un email:", - "Successfully enrolled the following users:": "Els seg\u00fcents usuaris han estat donats d'alta correctament:", - "Successfully rescored problem for user {user}": "S'ha pogut reescriure la puntuaci\u00f3 del problema de l'usuari {user}", - "Successfully reset the attempts for user {user}": "S'han reiniciat amb \u00e8xit els intents per l'usuari {user}", - "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "S'han enviat correctament els emails d'alta dels seg\u00fcents usuaris. Es podran donar d'alta un cop s'enregistrin:", - "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "S'han enviat correctament els emails d'alta als seg\u00fcents usuaris. Seran donats d'alta un cop s'enregistrin:", - "Support education research by providing additional information": "Donar suport a la recerca en educaci\u00f3 proporcionant informaci\u00f3 addicional", - "Supported": "Compatible", - "Supported file types: {supportedVideoTypes}": "Tipus de fitxers admesos: {supportedVideoTypes}", - "Tags:": "Etiquetes:", - "Take Photo": "Fer una foto", - "Take Your Photo": "Agafeu la vostra foto", - "Take a Photo of Your ID": "Feu una foto de la vostra identificaci\u00f3", - "Take me to the main course page": "Porta'm a la p\u00e0gina principal del curs", - "Take me to the main library page": "Porta'm a la p\u00e0gina principal de la biblioteca", - "Take this exam without proctoring.": "Realitzeu aquest examen sense supervisi\u00f3.", - "Taking As Open Exam": "Prenent com a examen obert", - "Taking As Proctored Exam": "Realitzaci\u00f3 de l'examen supervisat", - "Taking as Proctored": "Tenint com supervisat", - "Task ID": "ID de tasca", - "Task Progress": "Progr\u00e9s de tasca", - "Task Status": "Estat de tasca", - "Task Type": "Tipus de tasca", - "Task inputs": "Entrades de tasca", - "Team Details": "Detalls de l'equip", - "Team capacity": "Capacitat de l'equip", - "Team member profiles": "Perfils dels membres de l'equip", - "Textbook Name": "Nom del llibre de Text", - "Textbook information": "Informaci\u00f3 del llibre de text", - "Thank you %(full_name)s! We have received your payment for %(course_name)s.": "Gr\u00e0cies %(full_name)s! Hem rebut el vostre pagament per %(course_name)s.", - "Thank you for submitting your financial assistance application for {course_name}! You can expect a response in 2-4 business days.": "Gr\u00e0cies per enviar la vostra sol\u00b7licitud d'assist\u00e8ncia financera per {course_name}. Podeu esperar una resposta en 2 o 4 dies laborables.", - "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "Gr\u00e0cies per enviar les vostres fotos. Les revisarem en breu. Ara podeu inscriure's a qualsevol curs de %(platformName)s que ofereixi certificats verificats. La verificaci\u00f3 \u00e9s bona durant un any. Despr\u00e9s d'un any, heu de tornar a enviar les vostres fotos per verificar-les.", - "Thank you! We have received your payment for {courseName}.": "Gr\u00e0cies! Hem rebut el vostre pagament per {courseName}.", - "Thanks for returning to verify your ID in: {courseName}": "Gr\u00e0cies per tornar a verificar la vostra identificaci\u00f3 a: {courseName}", - "The assignment type must have a name.": "El tipus de tasca ha de tenir un nom.", - "The certificate available date must be later than the course end date.": "La data disponible del certificat ha de ser posterior a la data de finalitzaci\u00f3 del curs.", - "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "La longitud combinada dels camps de codi d'organitzaci\u00f3 i biblioteca no pot ser superior al <%=limit%> car\u00e0cters.", - "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "La longitud combinada dels camps de l'organitzaci\u00f3, el n\u00famero de curs i el curs no pot ser superior al <%=limit%> car\u00e0cters.", - "The country that team members primarily identify with.": "El pa\u00eds amb el qual els membres de l'equip s'identifiquen principalment.", - "The course end date must be later than the course start date.": "La data de finalitzaci\u00f3 del curs ha de ser posterior a la data d'inici del curs.", - "The course must have an assigned start date.": "El curs ha de tenir assignada una data d'inici.", - "The course start date must be later than the enrollment start date.": "La data d'inici del curs ha de ser posterior a la data d'inici de la inscripci\u00f3.", - "The enrollment end date cannot be after the course end date.": "La data de baixa del curs no pot ser posterior a la data de final de curs.", - "The enrollment start date cannot be after the enrollment end date.": "La data d'alta al curs no pot ser posterior la a data de baixa.", - "The file could not be uploaded.": "No s'ha pogut carregar el fitxer.", - "The following email addresses and/or usernames are invalid:": "Les seg\u00fcents adreces de correu i/o noms d'usuaris s\u00f3n inv\u00e0lids:", - "The following information is already a part of your {platform} profile. We\\'ve included it here for your application.": "La informaci\u00f3 seg\u00fcent ja forma part del vostre perfil {platform}. Ho hem incl\u00f2s aqu\u00ed per a la vostra sol\u00b7licitud.", - "The following message will be displayed at the bottom of the courseware pages within your course:": "El seg\u00fcent missatge es mostrar\u00e0 a la part inferior de les p\u00e0gines del curs del vostre curs:", - "The following options are available for the {license_name} license.": "Les seg\u00fcents opcions estan disponibles per a la llic\u00e8ncia {license_name}.", - "The following users are no longer enrolled in the course:": "Els usuaris seg\u00fcents ja no estan donats d'alta al curs:", - "The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.": "La categoria general per a aquest tipus d'assignaci\u00f3, per exemple, Deures a Casa o Ex\u00e0men a mig trimestre. Aquest nom \u00e9s visible per als estudiants.", - "The language that team members primarily use to communicate with each other.": "L'idioma que els membres de l'equip utilitzen principalment per comunicar-se entre ells.", - "The minimum completion percentage must be a whole number between 0 and 100.": "El percentatge m\u00ednim de finalitzaci\u00f3 ha de ser un n\u00famero enter entre 0 i 100.", - "The minimum grade for course credit is not set.": "No s'estableix la nota m\u00ednima per al cr\u00e8dit del curs.", - "The minimum score percentage must be a whole number between 0 and 100.": "El percentatge de puntuaci\u00f3 m\u00ednima ha de ser un n\u00famero enter entre 0 i 100.", - "The name of this signatory as it should appear on certificates.": "El nom d'aquest signant, ja que hauria d'apar\u00e8ixer als certificats.", - "The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.": "El nombre de tasques d'aquest tipus que es retiraran. Les assignacions de puntuaci\u00f3 m\u00e9s baixes es deixen caure primer.", - "The number of subsections in the course that contain problems of this assignment type.": "El nombre de subseccions del curs que contenen problemes d'aquest tipus d'assignaci\u00f3.", - "The organization that this signatory belongs to, as it should appear on certificates.": "L'organitzaci\u00f3 a la qual pertany aquest signant, ja que hauria d'apar\u00e8ixer en els certificats.", - "The photo of your face matches the photo on your ID.": "La foto de la teva cara coincideix amb la foto de la teva identificaci\u00f3.", - "The published branch version, {published}, was reset to the draft branch version, {draft}.": "La versi\u00f3 de branca publicada, {published}, es va restablir a la versi\u00f3 del projecte de branca, {draft}.", - "The raw error message is:": "El missatge d'error en brut \u00e9s:", - "The selected image must be larger than {minFileSizeInKB}.": "La imatge seleccionada ha de ser m\u00e9s gran que {minFileSizeInKB}.", - "The selected image must be smaller than {maxFileSizeInMB}.": "La imatge seleccionada ha de ser menor que {maxFileSizeInMB}.", - "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "La transcripci\u00f3 temporitzada del primer fitxer de v\u00eddeo no sembla ser la mateixa que la transcripci\u00f3 temporitzada del segon fitxer de v\u00eddeo.", - "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "La transcripci\u00f3 temporitzada d'aquest v\u00eddeo a l'edici\u00f3 d'edX no est\u00e0 actualitzada, per\u00f2 YouTube t\u00e9 una transcripci\u00f3 temporitzada actual per a aquest v\u00eddeo.", - "The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.": "El pes de totes les tasques d'aquest tipus com a percentatge de la nota total, per exemple, 40. No inclogueu el s\u00edmbol del percentatge.", - "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.": "S'ha produ\u00eft un error en exportar a XML com a m\u00ednim un component. Es recomana anar a la p\u00e0gina d'edici\u00f3 i reparar l'error abans d'intentar una altra exportaci\u00f3. Comproveu que tots els components de la p\u00e0gina siguin v\u00e0lids i que no mostrin cap missatge d'error.", - "There has been an error while exporting.": "S'ha produ\u00eft un error en exportar.", - "There has been an error with your export.": "S'ha produ\u00eft un error en l'exportaci\u00f3.", - "There is invalid code in your content. Please check to make sure it is valid HTML.": "Hi ha codi inv\u00e0lid al vostre contingut. Comproveu que sigui un codi HTML v\u00e0lid.", - "There is no email history for this course.": "No hi ha hist\u00f2ric d'emails per aquest curs.", - "There must be at least one group.": "Hi ha d'haver almenys un grup.", - "There must be one cohort to which students can automatically be assigned.": "Hi ha d'haver una cohort a la qual els estudiants es puguin assignar autom\u00e0ticament.", - "There was an error changing the user's role": "S'ha produ\u00eft un error en canviar la funci\u00f3 de l'usuari", - "There was an error obtaining email task history for this course.": "Hi ha hagut un error obtenint l'email d'hist\u00f2ric de tasques per aquest curs.", - "There was an error retrieving preview results for this catalog. Please check that your query is correct and try again.": "S'ha produ\u00eft un error en obtenir els resultats de la vista pr\u00e8via d'aquest cat\u00e0leg. Comproveu que la vostra consulta sigui correcta i torneu-ho a provar.", - "There was an error, try searching again.": "S'ha produ\u00eft un error, proveu de tornar a cercar.", - "There were errors reindexing course.": "Hi ha hagut errors reindexant el curs.", - "There's already another assignment type with this name.": "Ja hi ha un altre tipus de tasca amb aquest nom.", - "These users were not added as beta testers:": "Aquests usuaris no s'han afegit com a beta testers:", - "These users were not affiliated with the course so could not be unenrolled:": "Aquests usuaris no han estat afiliats al curs i, per tant, no han pogut ser donats de baixa:", - "These users were not removed as beta testers:": "Aquests usuaris no s'han esborrat com a beta testers:", - "These users were successfully added as beta testers:": "Aquests usuaris s'han afegit correctament com a beta testers:", - "These users were successfully removed as beta testers:": "Aquests usuaris han estat correctament eliminats com a beta testers:", - "These users will be allowed to enroll once they register:": "Aquests usuaris poden donar-se d'alta un cop s'enregistrin:", - "These users will be enrolled once they register:": "Aquests usuaris seran donats d'alta un cop s'enregistrin:", - "This Group Configuration is not in use. Start by adding a content experiment to any Unit via the {linkStart}Course Outline{linkEnd}.": "Aquesta configuraci\u00f3 del grup no est\u00e0 en \u00fas. Comenceu afegint un experiment de contingut a qualsevol Unitat a trav\u00e9s del {linkStart}Esquema del curs{linkEnd}.", - "This Group Configuration is used in:": "Aquesta configuraci\u00f3 del grup s'utilitza a:", - "This action cannot be undone.": "Aquesta acci\u00f3 no es pot desfer.", - "This action updates the {provider} information for your entire organization.": "Aquesta acci\u00f3 actualitza la informaci\u00f3 {provider} de tota la vostra organitzaci\u00f3.", - "This catalog's courses:": "Cursos d'aquest cat\u00e0leg:", - "This certificate has already been activated and is live. Are you sure you want to continue editing?": "Aquest certificat ja s'ha activat i est\u00e0 en directe. Esteu segur que voleu continuar editant?", - "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "Actualment, aquesta configuraci\u00f3 s'utilitza en experiments de contingut. Si feu canvis als grups, \u00e9s possible que h\u00e0giu d'editar aquests experiments.", - "This content group is used in one or more units.": "Aquest grup de contingut s'utilitza en una o m\u00e9s unitats.", - "This exam has a time limit associated with it.": "Aquest examen t\u00e9 un l\u00edmit de temps associat.", - "This feature is currently in testing. Course teams can enter highlights, but learners will not receive email messages.": "Actualment aquesta funci\u00f3 est\u00e0 en proves. Els equips de cursos poden entrar a destacar, per\u00f2 els alumnes no rebran missatges de correu electr\u00f2nic.", - "This file type is not supported. Supported file type is {supportedFileFormat}.": "Aquest tipus de fitxer no \u00e9s compatible. El tipus de fitxer compatible \u00e9s {supportedFileFormat}.", - "This group controls access to:": "Aquest grup controla l'acc\u00e9s a:", - "This group no longer exists. Choose another group or do not restrict access to this unit.": "Aquest grup ja no existeix. Trieu un altre grup o no restringiu l'acc\u00e9s a aquesta unitat.", - "This image file type is not supported. Supported file types are {supportedFileFormats}.": "Aquest tipus de fitxer d'imatge no \u00e9s compatible. Els tipus de fitxer compatibles s\u00f3n {supportedFileFormats}.", - "This is the Description of the Group Configuration": "Aquesta \u00e9s la descripci\u00f3 de la configuraci\u00f3 del grup", - "This is the Name of the Group Configuration": "Aquest \u00e9s el nom de la configuraci\u00f3 del grup", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Aquesta \u00e9s la llista de %s disponibles. En podeu escollir alguns seleccionant-los a la caixa de sota i fent clic a la fletxa \"Escollir\" entre les dues caixes.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Aquesta \u00e9s la llista de %s escollits. En podeu eliminar alguns seleccionant-los a la caixa de sota i fent clic a la fletxa \"Eliminar\" entre les dues caixes.", - "This is the name of the group": "Aquest \u00e9s el nom del grup", - "This learner is currently sharing a limited profile.": "Actualment, aquest alumne comparteix un perfil limitat.", - "This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.": "Aquest nom curt del tipus d'assignaci\u00f3 (per exemple, DC o Mitattrismestre) apareix al costat de les assignacions a la p\u00e0gina Progr\u00e9s de l'alumne.", - "Thumbnail": "Miniatura", - "Thumbnail for {videoName}": "Miniatura per {videoName}", - "Time Allotted (HH:MM):": "Temps assignat (HH: MM):", - "Timed": "Timed", - "Timed Exam": "Examen temporal", - "Timed Out": "S'ha acabat el temps", - "Timed Transcript Conflict": "Conflicte transcripcional temporitzat", - "Timed Transcript Found": "S'ha trobat una transcripci\u00f3 temporitzada", - "Timed Transcript Uploaded Successfully": "S'ha enviat una transcripci\u00f3 sincronitzada amb \u00e8xit", - "Timed Transcript from %(filename)s": "Transcripci\u00f3 temporitzada de %(filename)s", - "Tips on taking a successful photo": "Consells per fer una foto d'\u00e8xit", - "Title ": "T\u00edtol", - "Title of the signatory": "T\u00edtol del signant", - "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "Els t\u00edtols de m\u00e9s de 100 car\u00e0cters poden evitar que els estudiants imprimeixin el certificat en una \u00fanica p\u00e0gina.", - "To access the course, select a session.": "Per accedir al curs, seleccioneu una sessi\u00f3.", - "To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.": "Per assegurar-vos que tots els estudiants poden accedir al v\u00eddeo, us recomanem que proporcioneu una versi\u00f3 .mp4 i una versi\u00f3 de .webm del vostre v\u00eddeo. Feu clic a sota per afegir un URL a una altra versi\u00f3. Aquestes URL no poden ser URL de YouTube. Es reproduir\u00e0 el primer v\u00eddeo que sigui compatible amb l'ordinador de l'alumne.", - "To complete the program, you must earn a verified certificate for each course.": "Per completar el programa, heu de guanyar un certificat verificat per a cada curs.", - "To continue learning with this account, sign in below.": "Per continuar aprenent amb aquest compte, inicieu la sessi\u00f3 a continuaci\u00f3.", - "To finalize course credit, %(display_name)s requires %(platform_name)s learners to submit a credit request.": "Per finalitzar el cr\u00e8dit del curs, %(display_name)s requereix que els aprenents %(platform_name)s envi\u00efn una sol\u00b7licitud de cr\u00e8dit.", - "To invalidate a certificate for a particular learner, add the username or email address below.": "Per invalidar un certificat per a un alumne en particular, afegiu el nom d'usuari o l'adre\u00e7a de correu electr\u00f2nic a continuaci\u00f3.", - "To pass this exam, you must complete the problems in the time allowed.": "Per aprovar aquest examen, heu de completar els problemes en el temps perm\u00e8s.", - "To receive a certificate, you must also verify your identity before {date}.": "Per rebre un certificat, tamb\u00e9 heu de verificar la vostra identitat abans de {date}.", - "To receive a certificate, you must also verify your identity.": "Per rebre un certificat, tamb\u00e9 heu de verificar la vostra identitat.", - "To receive credit for problems, you must select \"Submit\" for each problem before you select \"End My Exam\".": "Per rebre cr\u00e8dit per problemes, heu de seleccionar \"Enviar\" per a cada problema abans de seleccionar \"Finalitza el meu examen\".", - "To review learner cohort assignments or see the results of uploading a CSV file, download course profile information or cohort results on the {link_start}Data Download{link_end} page.": "Per revisar les assignacions de cohort dels alumnes o veure els resultats de la c\u00e0rrega d'un fitxer CSV, descarregueu la informaci\u00f3 del perfil del curs o els resultats de la cohort a la p\u00e0gina {link_start} Descarrega Dades {link_end}.", - "To share your certificate on Mozilla Backpack, you must first have a Backpack account. Complete the following steps to add your certificate to Backpack.": "Per compartir el certificat a Mozilla Backpack, primer heu de tenir un compte de Backpack. Completeu els passos seg\u00fcents per afegir el vostre certificat a Motxilla.", - "To take a successful photo, make sure that:": "Per fer una foto reeixida, assegureu-vos que:", - "To use the current photo, select the camera button {icon}. To take another photo, select the retake button {icon}.": "Per utilitzar la foto actual, seleccioneu el bot\u00f3 de la c\u00e0mera {icon}. Per fer una altra foto, seleccioneu el bot\u00f3 de represa {icon}.", - "To verify your identity, you need a webcam and a government-issued photo ID.": "Per verificar la vostra identitat, necessiteu una c\u00e0mera web i un identificador de fotografia em\u00e8s pel govern.", - "Today": "Avui", - "Toggle Notifications Setting": "Commuta la configuraci\u00f3 de notificacions", - "Tomorrow": "Dem\u00e0", - "Total": "Total", - "Total Number": "N\u00famero total", - "Transcript Fidelity": "Fidelitat de la transcripci\u00f3", - "Transcript Languages": "Llenguatges de transcripci\u00f3", - "Transcript Provider": "Prove\u00efdor de la transcripci\u00f3", - "Transcript Turnaround": "Alternatives de transcripci\u00f3", - "Transcripts": "Transcripcions", - "Try this practice exam again": "Torneu a provar aquest examen de pr\u00e0ctica", - "Type": "Tipus", - "Type into this box to filter down the list of available %s.": "Escriviu en aquesta caixa per a filtrar la llista de %s disponibles.", - "URL": "URL", - "Undo (Ctrl+Z)": "Desfer (Ctrl+Z)", - "Undo Changes": "Desf\u00e9s els canvis", - "Ungraded": "Sense calificar", - "Ungraded Practice Exam": "Examen de pr\u00e0ctica no graduat", - "Unit": "Unitat", - "Unit Access": "Acc\u00e9s a la unitat", - "Unit Visibility": "Visibilitat de la unitat", - "Unpublished changes to content that will release in the future": "Canvis no publicats al contingut que es publicaran en el futur", - "Unpublished changes to live content": "Canvis no publicats al contingut en directe", - "Unpublished units will not be released": "No es publicaran unitats no publicades", - "Unscheduled": "No planificat", - "Update Settings": "Configuraci\u00f3 de l'actualitzaci\u00f3", - "Update team.": "Actualitza un equip", - "Updating Tags": "Actualitzaci\u00f3 de les etiquetes", - "Upgrade All Remaining Courses (": "Actualitzaci\u00f3 de tots els cursos restants (", - "Upgrade Deadline": "Actualitzaci\u00f3 de la data l\u00edmit", - "Upgrade to Verified": "Actualitza a verificat", - "Upgrade to a Verified Certificate for {courseName}": "Actualitzaci\u00f3 a un certificat verificat per {courseName}", - "Upload": "Pujar", - "Upload New .srt Transcript": "Carregueu una transcripci\u00f3 nova .srt ", - "Upload New File": "Penja un fitxer nou", - "Upload New Transcript": "Penja una nova transcripci\u00f3", - "Upload PDF": "Carregar PDF", - "Upload Photo": "Puja una fotografia", - "Upload Signature Image": "Penja la imatge de la signatura", - "Upload Videos": "Penja v\u00eddeos", - "Upload a CSV file": "Carregueu un fitxer CSV", - "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "Carregueu un fitxer de valors separats per comes (.csv) que contingui els noms d'usuari o adreces de correu electr\u00f2nic dels estudiants que hagin rebut excepcions. Incloeu el nom d'usuari o l'adre\u00e7a de correu electr\u00f2nic al primer camp separat per comes. Podeu incloure una nota opcional que descrigui el motiu de l'excepci\u00f3 al segon camp separat per comes.", - "Upload an image or capture one with your web or phone camera.": "Carregueu una imatge o captureu-ne una amb la vostra c\u00e0mera web o tel\u00e8fon.", - "Upload completed": "C\u00e0rrega completada", - "Upload completed for video {fileName}": "C\u00e0rrega completada per al v\u00eddeo {fileName}", - "Upload failed": "Ha fallat la c\u00e0rrega", - "Upload failed for video {fileName}": "Error de c\u00e0rrega per al v\u00eddeo {fileName}", - "Upload instructor image.": "Carrega la imatge del instructor.", - "Upload signature image.": "Penja la imatge de signatura.", - "Upload your banner image.": "Penja la teva imatge de pancarta.", - "Upload your course image.": "Carregar la imatge del curs", - "Upload your first asset": "Pugeu el vostre primer recurs", - "Upload your video thumbnail image.": "Penja la teva imatge en miniatura del v\u00eddeo.", - "Use Current Transcript": "Utilitzeu l'actual Transcripci\u00f3", - "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.": "Utilitzeu un examen pr\u00e0ctic tutelat per introduir els estudiants a les eines i els processos de processament. Els resultats d'un examen de pr\u00e0ctica no afecten la nota d'un alumne.", - "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.", - "Use as a Prerequisite": "Utilitza com a requisit previ", - "Use bookmarks to help you easily return to courseware pages. To bookmark a page, click \"Bookmark this page\" under the page title.": "Utilitzeu marcadors per ajudar-vos a tornar f\u00e0cilment a les p\u00e0gines de curs. Per marcar una p\u00e0gina d'inter\u00e8s, feu clic a \"Marca aquesta p\u00e0gina\" al t\u00edtol de la p\u00e0gina.", - "Use my institution/campus credentials": "Utilitzeu les meves credencials de la instituci\u00f3/campus", - "Use the All Topics menu to find specific topics.": "Utilitzeu el men\u00fa Tots els temes per trobar temes espec\u00edfics.", - "Use the retake photo button if you are not pleased with your photo": "Utilitzeu el bot\u00f3 de represa de fotos si no us agrada la vostra foto", - "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "Utilitzeu la vostra c\u00e0mera web per fer una foto de la vostra identificaci\u00f3. Confrontarem aquesta foto amb la foto de la vostra cara i el nom del vostre compte.", - "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "Utilitzeu la vostra c\u00e0mera web per fer una foto de la vostra cara. Confrontarem aquesta foto amb la foto a la vostra identificaci\u00f3.", - "Used": "Emprat", + ], + "Noted in:": "S'ha anotat a:", + "Notes": "Notes", + "November": "Novembre", + "Now": "Ara", + "Number of Droppable": "N\u00famero de retiraments", + "Number of Students": "Nombre d'estudiants", + "Numbered List (Ctrl+O)": "Llista numerada (Ctrl+O)", + "OK": "D'acord", + "October": "Octubre", + "Once in position, use the camera button {icon} to capture your ID": "Un cop a la posici\u00f3, utilitzeu el bot\u00f3 de la c\u00e0mera {icon} per capturar la vostra identificaci\u00f3", + "Once in position, use the camera button {icon} to capture your photo": "Un cop a la posici\u00f3, utilitzeu el bot\u00f3 de la c\u00e0mera {icon} per capturar la foto", + "Once you complete one of the program requirements you have a program record. This record is marked complete once you meet all program requirements. A program record can be used to continue your learning journey and demonstrate your learning to others.": "Una vegada que h\u00e0giu completat un dels requisits del programa, teniu un registre del programa. Aquest registre es marca completament una vegada que compleix tots els requisits del programa. Es pot utilitzar un registre del programa per continuar el vostre viatge d'aprenentatge i demostrar el vostre aprenentatge als altres.", + "Only the parent course staff of a CCX can create content groups.": "Nom\u00e9s el personal de cursos primaris d'un CCX pot crear grups de contingut.", + "Open the certificate you earned for the %(title)s program.": "Obriu el certificat que heu obtingut per al programa %(title)s", + "Open/download this file": "Obre/descarrega aquest arxiu", + "Optional Characteristics": "Caracter\u00edstiques opcionals", + "Optional long description": "Descripci\u00f3 larga opcional", + "Options for {license_name}": "Opcions per a {license_name}", + "Order Details": "Detalls de l'encarrec", + "Order History": "Historial de Comandes", + "Order No.": "N\u00ba de Comanda", + "Order Number": "N\u00famero d'ordre", + "Organization": "Organitzaci\u00f3", + "Organization ": "Organitzaci\u00f3", + "Organization Name": "Nom de l'organitzaci\u00f3", + "Organization of the signatory": "Organitzaci\u00f3 del signant", + "Other": "Altres", + "Page number out of %(total_pages)s": "N\u00famero de p\u00e0gina de %(total_pages)s", + "Passed Proctoring": "Supervisat aprovat", + "Password": "Clau de pas", + "Password Status": "Estat de la contrasenya", + "Password assistance": "Assist\u00e8ncia per a contrasenyes", + "Path to Signature Image": "Cam\u00ed de la imatge de la signatura", + "Pending Session Review": "Revisi\u00f3 pendent de la sessi\u00f3", + "Photo": "Foto", + "Photo ID": "Identificador de fotografia", + "Photo Identification": "Identificaci\u00f3 de fotos", + "Photo of %(fullName)s": "Foto de %(fullName)s", + "Photo of %(fullName)s's ID": "Foto de la Identificaci\u00f3 de %(fullName)s", + "Photo requirements:": "Requisits fotogr\u00e0fics:", + "Photos don't meet the requirements?": "Les fotos no compleixen els requisits?", + "Please Note": "Tingueu en compte", + "Please add a photo of the instructor (Note: only JPEG or PNG format supported)": "Afegiu una foto de l'instructor (Nota: nom\u00e9s s'admeten JPEG o PNG)", + "Please add the institute where the instructor is associated": "Afegiu l'institut on s'associa l'instructor", + "Please add the instructor's biography": "Afegiu la biografia del instructor", + "Please add the instructor's name": "Afegiu el nom del instructor", + "Please add the instructor's title": "Afegiu el t\u00edtol de l'instructor", + "Please address the errors on this page first, and then save your progress.": "En primer lloc, dirigiu els errors d'aquesta p\u00e0gina i, a continuaci\u00f3, deseu el vostre progr\u00e9s.", + "Please check the following validation feedbacks and reflect them in your course settings:": "Comproveu els seg\u00fcents comentaris de validaci\u00f3 i els reflectiu a la configuraci\u00f3 del vostre curs:", + "Please enter a student email address or username.": "Si us plau entra una adre\u00e7a d'email d'estudiant o nom d'usuari.", + "Please enter a username or email.": "Si us plau, entra el nom d'usuari o email.", + "Please enter an integer between %(min)s and %(max)s.": "Introdu\u00efu un enter entre %(min)s i %(max)s.", + "Please enter an integer between 0 and 100.": "Si us plau, entra un nombre enter de 0 a 100.", + "Please enter an integer greater than 0.": "Si us plau, entra un nombre enter m\u00e9s gran que 0.", + "Please enter non-negative integer.": "Si us plau, entra un nombre enter no negatiu.", + "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "Seguiu les instruccions aqu\u00ed per carregar un fitxer a un altre lloc i enlla\u00e7ar-hi: {maxFileSizeRedirectUrl}", + "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "Imprimiu aquesta p\u00e0gina per als vostres registres; serveix com a rebut. Tamb\u00e9 rebr\u00e0 un correu electr\u00f2nic amb la mateixa informaci\u00f3.", + "Post": "Publicaci\u00f3", + "Practice Exam Completed": "Examen pr\u00e0ctic completat", + "Practice Exam Failed": "L'examen de pr\u00e0ctica ha fallat", + "Practice Proctored": "Pr\u00e0ctica Supervisada", + "Practice proctored Exam": "Pr\u00e0ctica ex\u00e0mens supervisats", + "Prerequisite:": "Requisit previ:", + "Prerequisite: %(prereq_display_name)s": "Requisit previ: %(prereq_display_name)s", + "Press Add to language": "Premeu Afegeix a l'idioma", + "Press Remove to remove language": "Premeu Suprimeix per eliminar l'idioma", + "Press change to change selected transcript provider.": "Premeu Canviar per canviar el prove\u00efdor de transcripci\u00f3 seleccionat.", + "Press close to hide course video settings": "Premeu per amagar la configuraci\u00f3 del v\u00eddeo del curs", + "Press discard changes to discard changes.": "Premeu Rebutjar els canvis per descartar els canvis.", + "Press discard changes to discard your changes.": "Premeu Rebutjar els canvis per descartar els canvis.", + "Press update settings to update course video settings": "Premeu la configuraci\u00f3 d'actualitzaci\u00f3 per actualitzar la configuraci\u00f3 de v\u00eddeo del curs", + "Press update settings to update the information for your organization.": "Premeu la configuraci\u00f3 d'actualitzaci\u00f3 per actualitzar la informaci\u00f3 de la vostra organitzaci\u00f3.", + "Preview": "Previsualitzar", + "Preview Certificate": "Previsualitzaci\u00f3 del Certificat", + "Preview of uploaded image": "Vista pr\u00e8via de la imatge penjada", + "Previous": "Previ", + "Previous Uploads": "C\u00e0rregues anteriors", + "Previous Uploads table has been updated.": "S'ha actualitzat la taula de c\u00e0rregues anteriors.", + "Previously published": "Publicat anteriorment", + "Processing Re-run Request": "Processament de la sol\u00b7licitud de reinici", + "Proctored": "Supervisat", + "Proctored Exam": "Ex\u00e0men supervisat", + "Proctored Option Available": "Opci\u00f3 Supervisat disponible", + "Proctored Option No Longer Available": "L'opci\u00f3 Supervisat ja no est\u00e0 disponible", + "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.": "Els ex\u00e0mens supervisats s\u00f3n cronometrats i graven el v\u00eddeo de cada alumne que pren l'examen. Els v\u00eddeos es revisen per garantir que els alumnes segueixin totes les regles d'examen.", + "Proctoring Session Results Update for {course_name} {exam_name}": "Actualitzaci\u00f3 de resultats de la sessi\u00f3 de supervisi\u00f3 per a {course_name} {exam_name}", + "Product Name": "nom del producte", + "Professional Certificate for {courseName}": "Certificat professional per {courseName}", + "Program Record": "Registre del programa", + "Promote another member to Admin to remove your admin rights": "Promociona un altre membre a Admin per eliminar els drets d'administrador", + "Provisional": "Provisional", + "Provisionally Supported": "Compatible provisionalment", + "Publish": "Publica", + "Publish all unpublished changes for this {item}?": "Publica tots els canvis no publicats per a aquest {item}?", + "Publish {display_name}": "Publicar {display_name}", + "Published (not yet released)": "Publicat (encara no alliberat)", + "Published and Live": "Publicat i en viu", + "Publishing Status": "Estat de publicaci\u00f3", + "Queued": "En cua", + "REMAINING COURSES": "CURSOS RESTANTS", + "Read More": "Llegir m\u00e9s", + "Read more": "Llegeix m\u00e9s", + "Ready To Start": "Llest per comen\u00e7ar", + "Ready To Submit": "Preparat per enviar", + "Reason": "Ra\u00f3", + "Reason for change:": "Motiu del canvi:", + "Receive updates": "Rebeu actualitzacions", + "Recommended image resolution is {imageResolution}, maximum image file size should be {maxFileSize} and format must be one of {supportedImageFormats}.": "La resoluci\u00f3 d'imatge recomanada \u00e9s {imageResolution}, la mida del fitxer d'imatge m\u00e0xima ha de ser {maxFileSize} i el format ha de ser {supportedImageFormats}.", + "Redo (Ctrl+Shift+Z)": "Refer (Ctrl+Shift+Z)", + "Redo (Ctrl+Y)": "Refer (Ctrl+Y)", + "Regenerate": "Regenerar", + "Regenerate the user's certificate": "Regenerar el certificat de l'usuari", + "Register with Institution/Campus Credentials": "Registre amb credencials de la Instituci\u00f3/Campus", + "Rejected": "Rebutjat", + "Release Date and Time": "Data i hora de publicaci\u00f3", + "Release Date:": "Data de publicaci\u00f3:", + "Release Status:": "Estat de publicaci\u00f3:", + "Release Time in UTC:": "Hora de llan\u00e7ament a UTC:", + "Release:": "Versi\u00f3:", + "Released:": "Publicat:", + "Remaining": "Continua", + "Remove": "Eliminar", + "Remove all": "Esborrar-los tots", + "Remove chapter %(chapterDisplayName)s": "Elimina el cap\u00edtol %(chapterDisplayName)s", + "Remove from Invalidation Table": "Treure de la taula d'invalidaci\u00f3", + "Remove from List": "Suprimeix de la llista", + "Remove subsection %(subsectionDisplayName)s": "Eliminar la subsecci\u00f3 %(subsectionDisplayName)s", + "Remove this video": "Suprimeix aquest v\u00eddeo", + "Remove unit %(unitName)s": "Eliminar la unitat %(unitName)s", + "Remove {role} Access": "Elimina {role} Access", + "Remove {video_name} video": "Elimina el v\u00eddeo {video_name}", + "Removing a video from this list does not affect course content. Any content that uses a previously uploaded video ID continues to display in the course.": "L'eliminaci\u00f3 d'un v\u00eddeo d'aquesta llista no afecta el contingut del curs. Qualsevol contingut que utilitzi una identificaci\u00f3 de v\u00eddeo pr\u00e8viament carregat continua apareixent al curs.", + "Replace": "Substituir", + "Report abuse, topics, and responses": "Informeu d'ab\u00fas, temes i respostes", + "Requester": "Sol\u00b7licitant", + "Required": "Requerit", + "Reset Password": "Restablir la contrasenya", + "Restrict access to:": "Restringeix l'acc\u00e9s a:", + "Retake Photo": "Repeteix la foto", + "Retake Your Photos": "Repeteixi les seves fotos", + "Retry Verification": "Reintenteu la verificaci\u00f3", + "Return and add email address": "Retorna i afegeix adre\u00e7a de correu electr\u00f2nic", + "Return to Export": "Torna a l'exportaci\u00f3", + "Return to Your Dashboard": "Torna al tauler", + "Return to team listing": "Torna a la llista d'equips", + "Review Policy Exception": "Revisa l'excepci\u00f3 de la pol\u00edtica", + "Review Rules": "Regles de revisi\u00f3", + "Review Your Photos": "Reviseu les vostres fotos", + "Revoke access": "Revocar l'acc\u00e9s", + "Save": "Guardar", + "Save Changes": "Guardar canvis", + "Scheduled:": "Programat:", + "Search": "Cerca", + "Search Results": "Resultats de la cerca", + "Search all posts": "Cerca totes les publicacions", + "Second Review Required": "Es requereix una segona revisi\u00f3", + "Section": "Secci\u00f3", + "Section Highlights": "Secci\u00f3 destacada", + "Section Visibility": "Visibilitat de la secci\u00f3", + "Select Session": "Selecciona la sessi\u00f3", + "Select a Content Group": "Seleccioneu un grup de contingut", + "Select a cohort": "Seleccioneu una cohort", + "Select a cohort to manage": "Seleccioneu una cohort per gestionar", + "Select a group type": "Seleccioneu un tipus de grup", + "Select a prerequisite subsection and enter a minimum score percentage and minimum completion percentage to limit access to this subsection. Allowed values are 0-100": "Seleccioneu una subsecci\u00f3 de requisits previs i introdu\u00efu un percentatge de puntuaci\u00f3 m\u00ednima i un percentatge m\u00ednim de finalitzaci\u00f3 per limitar l'acc\u00e9s a aquesta subsecci\u00f3. Els valors permesos s\u00f3n 0-100", + "Select a session:": "Seleccioneu una sessi\u00f3:", + "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.": "Seleccioneu una assignaci\u00f3 de temps per a l'examen. Si \u00e9s m\u00e9s de 24 hores, escriviu la quantitat de temps. Podeu concedir als estudiants un temps extra per completar l'examen a trav\u00e9s del Tauler d'instructors.", + "Select fidelity": "Selecciona la fidelitat", + "Select language": "Escolliu l'idioma", + "Select one or more groups:": "Seleccioneu un o m\u00e9s grups:", + "Select the course-wide discussion topics that you want to divide.": "Seleccioneu els temes de discussi\u00f3 que vulgueu dividir al llarg del curs.", + "Select turnaround": "Seleccioneu la tornada", + "Selected tab": "Pestanya seleccionada", + "Send notification to mobile apps": "Envia notificacions a les aplicacions per a m\u00f2bils", + "Send push notification to mobile apps": "Envia notificacions d'impressi\u00f3 a les aplicacions m\u00f2bils", + "September": "Setembre", + "Session Selection Dropdown for {courseName}": "Selecci\u00f3 de sessi\u00f3 desplegable per {courseName}", + "Set Access": "Estableix l'acc\u00e9s", + "Set as a Special Exam": "Establert com a examen especial", + "Set up your certificate": "Set up your certificate", + "Settings": "Configuraci\u00f3", + "Settings updated": "Configuraci\u00f3 actualitzada", + "Share": "Compartir", + "Share on Mozilla Backpack": "Comparteix-ho a la motxilla de Mozilla", + "Share your \"%(display_name)s\" award": "Compartiu el vostre premi \"%(display_name)s\"", + "Show": "Mostrar", + "Show All": "Mostrar tots", + "Show Deprecated Settings": "Mostra la configuraci\u00f3 obsoleta", + "Show assessment results when subsection is past due": "Mostra resultats d'avaluaci\u00f3 quan la subsecci\u00f3 ven\u00e7", + "Show entire subsection": "Mostra la subsecci\u00f3 completa", + "Show me other ways to sign in or register": "Mostra'm altres maneres d'iniciar sessi\u00f3 o registrar-vos", + "Show transcripts ({totalTranscripts})": "Mostra les transcripcions ({totalTranscripts})", + "Show transcripts ({transcriptCount})": "Mostra les transcripcions ({transcriptCount})", + "Showing all responses": "Mostrant totes les respostes", + "Sign In": "Accedeix", + "Sign in": "Accedeix", + "Sign in here using your email address and password, or use one of the providers listed below.": "Inicieu la sessi\u00f3 aqu\u00ed usant la vostra adre\u00e7a de correu electr\u00f2nic i contrasenya, o utilitzeu un dels prove\u00efdors que s'enumeren a continuaci\u00f3.", + "Sign in here using your email address and password.": "Inicieu sessi\u00f3 aqu\u00ed amb la vostra adre\u00e7a de correu electr\u00f2nic i contrasenya.", + "Sign in to continue learning": "Inicia la sessi\u00f3 per continuar aprenent", + "Sign in to continue learning as {email}": "Inicia la sessi\u00f3 per continuar aprenent com a {email}", + "Sign in using %(providerName)s": "Inicieu sessi\u00f3 amb %(providerName)s", + "Sign in with %(providerName)s": "Inicieu sessi\u00f3 amb %(providerName)s", + "Sign in with Institution/Campus Credentials": "Inicieu sessi\u00f3 amb les credencials de la instituci\u00f3/campus", + "Sign in.": "Inicieu sessi\u00f3.", + "Signatory": "Signatari", + "Signatory field(s) has invalid data.": "El (s) camp (s) del signant (s) t\u00e9 dades inv\u00e0lides.", + "Signature Image": "Imatge de signatura", + "Some Rights Reserved": "Alguns drets reservats", + "Sorry, no results were found.": "Ho sentim, no s'ha trobat cap resultat.", + "Sorted by": "Ordenat per", + "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "Especifiqueu una alternativa al t\u00edtol oficial del curs que es mostrar\u00e0 als certificats. Deixeu-vos en blanc per utilitzar el t\u00edtol oficial del curs.", + "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam, along with the {linkStart}general proctored exam rules{linkEnd}.": "Especifiqueu normes o excepcions de regla que l'equip de revisi\u00f3 de supervisi\u00f3 ha de fer complir quan revisi els v\u00eddeos. Per exemple, podeu especificar que les calculadores estan permeses. Aquestes regles espec\u00edfiques s\u00f3n visibles per als estudiants abans que els alumnes inicien l'examen, juntament amb les normes {linkStart} general de prova supervisada {linkEnd}.", + "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam.": "Especifiqueu normes o excepcions de regla que l'equip de revisi\u00f3 de supervisi\u00f3 ha de fer complir quan revisi els v\u00eddeos. Per exemple, podeu especificar que les calculadores estan permeses. Aquestes regles espec\u00edfiques s\u00f3n visibles per als estudiants abans que els alumnes comencin l'examen.", + "Specify whether content-specific discussion topics are divided.": "Especifiqueu si els temes de discussi\u00f3 espec\u00edfics del contingut es divideixen.", + "Specify whether discussion topics are divided": "Especifiqueu si els temes de discussi\u00f3 es divideixen", + "Staff": "Personal", + "Staff Only": "Nom\u00e9s personal", + "Staff and Learners": "Personal i aprenents", + "Start Date": "Data d'inici", + "Start Proctored Exam": "Comen\u00e7i l'examen supervisat", + "Start System Check": "Comen\u00e7a la verificaci\u00f3 del sistema", + "Start working toward your next learning goal.": "Comenceu a treballar per al vostre proper objectiu d'aprenentatge.", + "Started": "Ha comen\u00e7at", + "Starts": "Inici", + "Starts: %(start_date)s": "Inicia: %(start_date)s", + "State": "Estat", + "Status": "Estat", + "Student": "Estudiant", + "Student email or username": "Correu electr\u00f2nic o nom d'usuari de l'estudiant", + "Studio:": "Studio:", + "Submit": "Enviar", + "Submit Application": "Enviar sol\u00b7licitud", + "Submit enrollment change": "Enviar el canvi d'inscripci\u00f3", + "Submitted": "Enviat", + "Subsection": "Subsecci\u00f3", + "Subsection Visibility": "Visibilitat de subsecci\u00f3", + "Subsection is hidden after course end date": "La subsecci\u00f3 est\u00e0 oculta despr\u00e9s de la data de finalitzaci\u00f3 del curs", + "Subsection is hidden after due date": "La subsecci\u00f3 est\u00e0 oculta despr\u00e9s de la data de venciment", + "Successfully deleted student state for user {user}": "S'ha esborrat l'estat de l'estudiant per l'usuari {user}", + "Successfully enrolled and sent email to the following users:": "Els seg\u00fcents usuaris han estat donats d'alta correctament i se'ls ha enviat un email:", + "Successfully enrolled the following users:": "Els seg\u00fcents usuaris han estat donats d'alta correctament:", + "Successfully rescored problem for user {user}": "S'ha pogut reescriure la puntuaci\u00f3 del problema de l'usuari {user}", + "Successfully reset the attempts for user {user}": "S'han reiniciat amb \u00e8xit els intents per l'usuari {user}", + "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "S'han enviat correctament els emails d'alta dels seg\u00fcents usuaris. Es podran donar d'alta un cop s'enregistrin:", + "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "S'han enviat correctament els emails d'alta als seg\u00fcents usuaris. Seran donats d'alta un cop s'enregistrin:", + "Support education research by providing additional information": "Donar suport a la recerca en educaci\u00f3 proporcionant informaci\u00f3 addicional", + "Supported": "Compatible", + "Supported file types: {supportedVideoTypes}": "Tipus de fitxers admesos: {supportedVideoTypes}", + "Tags:": "Etiquetes:", + "Take Photo": "Fer una foto", + "Take Your Photo": "Agafeu la vostra foto", + "Take a Photo of Your ID": "Feu una foto de la vostra identificaci\u00f3", + "Take me to the main course page": "Porta'm a la p\u00e0gina principal del curs", + "Take me to the main library page": "Porta'm a la p\u00e0gina principal de la biblioteca", + "Take this exam without proctoring.": "Realitzeu aquest examen sense supervisi\u00f3.", + "Taking As Open Exam": "Prenent com a examen obert", + "Taking As Proctored Exam": "Realitzaci\u00f3 de l'examen supervisat", + "Taking as Proctored": "Tenint com supervisat", + "Task ID": "ID de tasca", + "Task Progress": "Progr\u00e9s de tasca", + "Task Status": "Estat de tasca", + "Task Type": "Tipus de tasca", + "Task inputs": "Entrades de tasca", + "Team Details": "Detalls de l'equip", + "Team capacity": "Capacitat de l'equip", + "Team member profiles": "Perfils dels membres de l'equip", + "Textbook Name": "Nom del llibre de Text", + "Textbook information": "Informaci\u00f3 del llibre de text", + "Thank you %(full_name)s! We have received your payment for %(course_name)s.": "Gr\u00e0cies %(full_name)s! Hem rebut el vostre pagament per %(course_name)s.", + "Thank you for submitting your financial assistance application for {course_name}! You can expect a response in 2-4 business days.": "Gr\u00e0cies per enviar la vostra sol\u00b7licitud d'assist\u00e8ncia financera per {course_name}. Podeu esperar una resposta en 2 o 4 dies laborables.", + "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "Gr\u00e0cies per enviar les vostres fotos. Les revisarem en breu. Ara podeu inscriure's a qualsevol curs de %(platformName)s que ofereixi certificats verificats. La verificaci\u00f3 \u00e9s bona durant un any. Despr\u00e9s d'un any, heu de tornar a enviar les vostres fotos per verificar-les.", + "Thank you! We have received your payment for {courseName}.": "Gr\u00e0cies! Hem rebut el vostre pagament per {courseName}.", + "Thanks for returning to verify your ID in: {courseName}": "Gr\u00e0cies per tornar a verificar la vostra identificaci\u00f3 a: {courseName}", + "The assignment type must have a name.": "El tipus de tasca ha de tenir un nom.", + "The certificate available date must be later than the course end date.": "La data disponible del certificat ha de ser posterior a la data de finalitzaci\u00f3 del curs.", + "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "La longitud combinada dels camps de codi d'organitzaci\u00f3 i biblioteca no pot ser superior al <%=limit%> car\u00e0cters.", + "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "La longitud combinada dels camps de l'organitzaci\u00f3, el n\u00famero de curs i el curs no pot ser superior al <%=limit%> car\u00e0cters.", + "The country that team members primarily identify with.": "El pa\u00eds amb el qual els membres de l'equip s'identifiquen principalment.", + "The course end date must be later than the course start date.": "La data de finalitzaci\u00f3 del curs ha de ser posterior a la data d'inici del curs.", + "The course must have an assigned start date.": "El curs ha de tenir assignada una data d'inici.", + "The course start date must be later than the enrollment start date.": "La data d'inici del curs ha de ser posterior a la data d'inici de la inscripci\u00f3.", + "The enrollment end date cannot be after the course end date.": "La data de baixa del curs no pot ser posterior a la data de final de curs.", + "The enrollment start date cannot be after the enrollment end date.": "La data d'alta al curs no pot ser posterior la a data de baixa.", + "The file could not be uploaded.": "No s'ha pogut carregar el fitxer.", + "The following email addresses and/or usernames are invalid:": "Les seg\u00fcents adreces de correu i/o noms d'usuaris s\u00f3n inv\u00e0lids:", + "The following information is already a part of your {platform} profile. We\\'ve included it here for your application.": "La informaci\u00f3 seg\u00fcent ja forma part del vostre perfil {platform}. Ho hem incl\u00f2s aqu\u00ed per a la vostra sol\u00b7licitud.", + "The following message will be displayed at the bottom of the courseware pages within your course:": "El seg\u00fcent missatge es mostrar\u00e0 a la part inferior de les p\u00e0gines del curs del vostre curs:", + "The following options are available for the {license_name} license.": "Les seg\u00fcents opcions estan disponibles per a la llic\u00e8ncia {license_name}.", + "The following users are no longer enrolled in the course:": "Els usuaris seg\u00fcents ja no estan donats d'alta al curs:", + "The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.": "La categoria general per a aquest tipus d'assignaci\u00f3, per exemple, Deures a Casa o Ex\u00e0men a mig trimestre. Aquest nom \u00e9s visible per als estudiants.", + "The language that team members primarily use to communicate with each other.": "L'idioma que els membres de l'equip utilitzen principalment per comunicar-se entre ells.", + "The minimum completion percentage must be a whole number between 0 and 100.": "El percentatge m\u00ednim de finalitzaci\u00f3 ha de ser un n\u00famero enter entre 0 i 100.", + "The minimum grade for course credit is not set.": "No s'estableix la nota m\u00ednima per al cr\u00e8dit del curs.", + "The minimum score percentage must be a whole number between 0 and 100.": "El percentatge de puntuaci\u00f3 m\u00ednima ha de ser un n\u00famero enter entre 0 i 100.", + "The name of this signatory as it should appear on certificates.": "El nom d'aquest signant, ja que hauria d'apar\u00e8ixer als certificats.", + "The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.": "El nombre de tasques d'aquest tipus que es retiraran. Les assignacions de puntuaci\u00f3 m\u00e9s baixes es deixen caure primer.", + "The number of subsections in the course that contain problems of this assignment type.": "El nombre de subseccions del curs que contenen problemes d'aquest tipus d'assignaci\u00f3.", + "The organization that this signatory belongs to, as it should appear on certificates.": "L'organitzaci\u00f3 a la qual pertany aquest signant, ja que hauria d'apar\u00e8ixer en els certificats.", + "The photo of your face matches the photo on your ID.": "La foto de la teva cara coincideix amb la foto de la teva identificaci\u00f3.", + "The published branch version, {published}, was reset to the draft branch version, {draft}.": "La versi\u00f3 de branca publicada, {published}, es va restablir a la versi\u00f3 del projecte de branca, {draft}.", + "The raw error message is:": "El missatge d'error en brut \u00e9s:", + "The selected image must be larger than {minFileSizeInKB}.": "La imatge seleccionada ha de ser m\u00e9s gran que {minFileSizeInKB}.", + "The selected image must be smaller than {maxFileSizeInMB}.": "La imatge seleccionada ha de ser menor que {maxFileSizeInMB}.", + "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "La transcripci\u00f3 temporitzada del primer fitxer de v\u00eddeo no sembla ser la mateixa que la transcripci\u00f3 temporitzada del segon fitxer de v\u00eddeo.", + "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "La transcripci\u00f3 temporitzada d'aquest v\u00eddeo a l'edici\u00f3 d'edX no est\u00e0 actualitzada, per\u00f2 YouTube t\u00e9 una transcripci\u00f3 temporitzada actual per a aquest v\u00eddeo.", + "The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.": "El pes de totes les tasques d'aquest tipus com a percentatge de la nota total, per exemple, 40. No inclogueu el s\u00edmbol del percentatge.", + "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.": "S'ha produ\u00eft un error en exportar a XML com a m\u00ednim un component. Es recomana anar a la p\u00e0gina d'edici\u00f3 i reparar l'error abans d'intentar una altra exportaci\u00f3. Comproveu que tots els components de la p\u00e0gina siguin v\u00e0lids i que no mostrin cap missatge d'error.", + "There has been an error while exporting.": "S'ha produ\u00eft un error en exportar.", + "There has been an error with your export.": "S'ha produ\u00eft un error en l'exportaci\u00f3.", + "There is invalid code in your content. Please check to make sure it is valid HTML.": "Hi ha codi inv\u00e0lid al vostre contingut. Comproveu que sigui un codi HTML v\u00e0lid.", + "There is no email history for this course.": "No hi ha hist\u00f2ric d'emails per aquest curs.", + "There must be at least one group.": "Hi ha d'haver almenys un grup.", + "There must be one cohort to which students can automatically be assigned.": "Hi ha d'haver una cohort a la qual els estudiants es puguin assignar autom\u00e0ticament.", + "There was an error changing the user's role": "S'ha produ\u00eft un error en canviar la funci\u00f3 de l'usuari", + "There was an error obtaining email task history for this course.": "Hi ha hagut un error obtenint l'email d'hist\u00f2ric de tasques per aquest curs.", + "There was an error retrieving preview results for this catalog. Please check that your query is correct and try again.": "S'ha produ\u00eft un error en obtenir els resultats de la vista pr\u00e8via d'aquest cat\u00e0leg. Comproveu que la vostra consulta sigui correcta i torneu-ho a provar.", + "There was an error, try searching again.": "S'ha produ\u00eft un error, proveu de tornar a cercar.", + "There were errors reindexing course.": "Hi ha hagut errors reindexant el curs.", + "There's already another assignment type with this name.": "Ja hi ha un altre tipus de tasca amb aquest nom.", + "These users were not added as beta testers:": "Aquests usuaris no s'han afegit com a beta testers:", + "These users were not affiliated with the course so could not be unenrolled:": "Aquests usuaris no han estat afiliats al curs i, per tant, no han pogut ser donats de baixa:", + "These users were not removed as beta testers:": "Aquests usuaris no s'han esborrat com a beta testers:", + "These users were successfully added as beta testers:": "Aquests usuaris s'han afegit correctament com a beta testers:", + "These users were successfully removed as beta testers:": "Aquests usuaris han estat correctament eliminats com a beta testers:", + "These users will be allowed to enroll once they register:": "Aquests usuaris poden donar-se d'alta un cop s'enregistrin:", + "These users will be enrolled once they register:": "Aquests usuaris seran donats d'alta un cop s'enregistrin:", + "This Group Configuration is not in use. Start by adding a content experiment to any Unit via the {linkStart}Course Outline{linkEnd}.": "Aquesta configuraci\u00f3 del grup no est\u00e0 en \u00fas. Comenceu afegint un experiment de contingut a qualsevol Unitat a trav\u00e9s del {linkStart}Esquema del curs{linkEnd}.", + "This Group Configuration is used in:": "Aquesta configuraci\u00f3 del grup s'utilitza a:", + "This action cannot be undone.": "Aquesta acci\u00f3 no es pot desfer.", + "This action updates the {provider} information for your entire organization.": "Aquesta acci\u00f3 actualitza la informaci\u00f3 {provider} de tota la vostra organitzaci\u00f3.", + "This catalog's courses:": "Cursos d'aquest cat\u00e0leg:", + "This certificate has already been activated and is live. Are you sure you want to continue editing?": "Aquest certificat ja s'ha activat i est\u00e0 en directe. Esteu segur que voleu continuar editant?", + "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "Actualment, aquesta configuraci\u00f3 s'utilitza en experiments de contingut. Si feu canvis als grups, \u00e9s possible que h\u00e0giu d'editar aquests experiments.", + "This content group is used in one or more units.": "Aquest grup de contingut s'utilitza en una o m\u00e9s unitats.", + "This exam has a time limit associated with it.": "Aquest examen t\u00e9 un l\u00edmit de temps associat.", + "This feature is currently in testing. Course teams can enter highlights, but learners will not receive email messages.": "Actualment aquesta funci\u00f3 est\u00e0 en proves. Els equips de cursos poden entrar a destacar, per\u00f2 els alumnes no rebran missatges de correu electr\u00f2nic.", + "This file type is not supported. Supported file type is {supportedFileFormat}.": "Aquest tipus de fitxer no \u00e9s compatible. El tipus de fitxer compatible \u00e9s {supportedFileFormat}.", + "This group controls access to:": "Aquest grup controla l'acc\u00e9s a:", + "This group no longer exists. Choose another group or do not restrict access to this unit.": "Aquest grup ja no existeix. Trieu un altre grup o no restringiu l'acc\u00e9s a aquesta unitat.", + "This image file type is not supported. Supported file types are {supportedFileFormats}.": "Aquest tipus de fitxer d'imatge no \u00e9s compatible. Els tipus de fitxer compatibles s\u00f3n {supportedFileFormats}.", + "This is the Description of the Group Configuration": "Aquesta \u00e9s la descripci\u00f3 de la configuraci\u00f3 del grup", + "This is the Name of the Group Configuration": "Aquest \u00e9s el nom de la configuraci\u00f3 del grup", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Aquesta \u00e9s la llista de %s disponibles. En podeu escollir alguns seleccionant-los a la caixa de sota i fent clic a la fletxa \"Escollir\" entre les dues caixes.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Aquesta \u00e9s la llista de %s escollits. En podeu eliminar alguns seleccionant-los a la caixa de sota i fent clic a la fletxa \"Eliminar\" entre les dues caixes.", + "This is the name of the group": "Aquest \u00e9s el nom del grup", + "This learner is currently sharing a limited profile.": "Actualment, aquest alumne comparteix un perfil limitat.", + "This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.": "Aquest nom curt del tipus d'assignaci\u00f3 (per exemple, DC o Mitattrismestre) apareix al costat de les assignacions a la p\u00e0gina Progr\u00e9s de l'alumne.", + "Thumbnail": "Miniatura", + "Thumbnail for {videoName}": "Miniatura per {videoName}", + "Time Allotted (HH:MM):": "Temps assignat (HH: MM):", + "Timed": "Timed", + "Timed Exam": "Examen temporal", + "Timed Out": "S'ha acabat el temps", + "Timed Transcript Conflict": "Conflicte transcripcional temporitzat", + "Timed Transcript Found": "S'ha trobat una transcripci\u00f3 temporitzada", + "Timed Transcript Uploaded Successfully": "S'ha enviat una transcripci\u00f3 sincronitzada amb \u00e8xit", + "Timed Transcript from %(filename)s": "Transcripci\u00f3 temporitzada de %(filename)s", + "Tips on taking a successful photo": "Consells per fer una foto d'\u00e8xit", + "Title ": "T\u00edtol", + "Title of the signatory": "T\u00edtol del signant", + "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "Els t\u00edtols de m\u00e9s de 100 car\u00e0cters poden evitar que els estudiants imprimeixin el certificat en una \u00fanica p\u00e0gina.", + "To access the course, select a session.": "Per accedir al curs, seleccioneu una sessi\u00f3.", + "To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.": "Per assegurar-vos que tots els estudiants poden accedir al v\u00eddeo, us recomanem que proporcioneu una versi\u00f3 .mp4 i una versi\u00f3 de .webm del vostre v\u00eddeo. Feu clic a sota per afegir un URL a una altra versi\u00f3. Aquestes URL no poden ser URL de YouTube. Es reproduir\u00e0 el primer v\u00eddeo que sigui compatible amb l'ordinador de l'alumne.", + "To complete the program, you must earn a verified certificate for each course.": "Per completar el programa, heu de guanyar un certificat verificat per a cada curs.", + "To continue learning with this account, sign in below.": "Per continuar aprenent amb aquest compte, inicieu la sessi\u00f3 a continuaci\u00f3.", + "To finalize course credit, %(display_name)s requires %(platform_name)s learners to submit a credit request.": "Per finalitzar el cr\u00e8dit del curs, %(display_name)s requereix que els aprenents %(platform_name)s envi\u00efn una sol\u00b7licitud de cr\u00e8dit.", + "To invalidate a certificate for a particular learner, add the username or email address below.": "Per invalidar un certificat per a un alumne en particular, afegiu el nom d'usuari o l'adre\u00e7a de correu electr\u00f2nic a continuaci\u00f3.", + "To pass this exam, you must complete the problems in the time allowed.": "Per aprovar aquest examen, heu de completar els problemes en el temps perm\u00e8s.", + "To receive a certificate, you must also verify your identity before {date}.": "Per rebre un certificat, tamb\u00e9 heu de verificar la vostra identitat abans de {date}.", + "To receive a certificate, you must also verify your identity.": "Per rebre un certificat, tamb\u00e9 heu de verificar la vostra identitat.", + "To receive credit for problems, you must select \"Submit\" for each problem before you select \"End My Exam\".": "Per rebre cr\u00e8dit per problemes, heu de seleccionar \"Enviar\" per a cada problema abans de seleccionar \"Finalitza el meu examen\".", + "To review learner cohort assignments or see the results of uploading a CSV file, download course profile information or cohort results on the {link_start}Data Download{link_end} page.": "Per revisar les assignacions de cohort dels alumnes o veure els resultats de la c\u00e0rrega d'un fitxer CSV, descarregueu la informaci\u00f3 del perfil del curs o els resultats de la cohort a la p\u00e0gina {link_start} Descarrega Dades {link_end}.", + "To share your certificate on Mozilla Backpack, you must first have a Backpack account. Complete the following steps to add your certificate to Backpack.": "Per compartir el certificat a Mozilla Backpack, primer heu de tenir un compte de Backpack. Completeu els passos seg\u00fcents per afegir el vostre certificat a Motxilla.", + "To take a successful photo, make sure that:": "Per fer una foto reeixida, assegureu-vos que:", + "To use the current photo, select the camera button {icon}. To take another photo, select the retake button {icon}.": "Per utilitzar la foto actual, seleccioneu el bot\u00f3 de la c\u00e0mera {icon}. Per fer una altra foto, seleccioneu el bot\u00f3 de represa {icon}.", + "To verify your identity, you need a webcam and a government-issued photo ID.": "Per verificar la vostra identitat, necessiteu una c\u00e0mera web i un identificador de fotografia em\u00e8s pel govern.", + "Today": "Avui", + "Toggle Notifications Setting": "Commuta la configuraci\u00f3 de notificacions", + "Tomorrow": "Dem\u00e0", + "Total": "Total", + "Total Number": "N\u00famero total", + "Transcript Fidelity": "Fidelitat de la transcripci\u00f3", + "Transcript Languages": "Llenguatges de transcripci\u00f3", + "Transcript Provider": "Prove\u00efdor de la transcripci\u00f3", + "Transcript Turnaround": "Alternatives de transcripci\u00f3", + "Transcripts": "Transcripcions", + "Try this practice exam again": "Torneu a provar aquest examen de pr\u00e0ctica", + "Type": "Tipus", + "Type into this box to filter down the list of available %s.": "Escriviu en aquesta caixa per a filtrar la llista de %s disponibles.", + "URL": "URL", + "Undo (Ctrl+Z)": "Desfer (Ctrl+Z)", + "Undo Changes": "Desf\u00e9s els canvis", + "Ungraded": "Sense calificar", + "Ungraded Practice Exam": "Examen de pr\u00e0ctica no graduat", + "Unit": "Unitat", + "Unit Access": "Acc\u00e9s a la unitat", + "Unit Visibility": "Visibilitat de la unitat", + "Unpublished changes to content that will release in the future": "Canvis no publicats al contingut que es publicaran en el futur", + "Unpublished changes to live content": "Canvis no publicats al contingut en directe", + "Unpublished units will not be released": "No es publicaran unitats no publicades", + "Unscheduled": "No planificat", + "Update Settings": "Configuraci\u00f3 de l'actualitzaci\u00f3", + "Update team.": "Actualitza un equip", + "Updating Tags": "Actualitzaci\u00f3 de les etiquetes", + "Upgrade All Remaining Courses (": "Actualitzaci\u00f3 de tots els cursos restants (", + "Upgrade Deadline": "Actualitzaci\u00f3 de la data l\u00edmit", + "Upgrade to Verified": "Actualitza a verificat", + "Upgrade to a Verified Certificate for {courseName}": "Actualitzaci\u00f3 a un certificat verificat per {courseName}", + "Upload": "Pujar", + "Upload New .srt Transcript": "Carregueu una transcripci\u00f3 nova .srt ", + "Upload New File": "Penja un fitxer nou", + "Upload New Transcript": "Penja una nova transcripci\u00f3", + "Upload PDF": "Carregar PDF", + "Upload Photo": "Puja una fotografia", + "Upload Signature Image": "Penja la imatge de la signatura", + "Upload Videos": "Penja v\u00eddeos", + "Upload a CSV file": "Carregueu un fitxer CSV", + "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "Carregueu un fitxer de valors separats per comes (.csv) que contingui els noms d'usuari o adreces de correu electr\u00f2nic dels estudiants que hagin rebut excepcions. Incloeu el nom d'usuari o l'adre\u00e7a de correu electr\u00f2nic al primer camp separat per comes. Podeu incloure una nota opcional que descrigui el motiu de l'excepci\u00f3 al segon camp separat per comes.", + "Upload an image or capture one with your web or phone camera.": "Carregueu una imatge o captureu-ne una amb la vostra c\u00e0mera web o tel\u00e8fon.", + "Upload completed": "C\u00e0rrega completada", + "Upload completed for video {fileName}": "C\u00e0rrega completada per al v\u00eddeo {fileName}", + "Upload failed": "Ha fallat la c\u00e0rrega", + "Upload failed for video {fileName}": "Error de c\u00e0rrega per al v\u00eddeo {fileName}", + "Upload instructor image.": "Carrega la imatge del instructor.", + "Upload signature image.": "Penja la imatge de signatura.", + "Upload your banner image.": "Penja la teva imatge de pancarta.", + "Upload your course image.": "Carregar la imatge del curs", + "Upload your first asset": "Pugeu el vostre primer recurs", + "Upload your video thumbnail image.": "Penja la teva imatge en miniatura del v\u00eddeo.", + "Use Current Transcript": "Utilitzeu l'actual Transcripci\u00f3", + "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.": "Utilitzeu un examen pr\u00e0ctic tutelat per introduir els estudiants a les eines i els processos de processament. Els resultats d'un examen de pr\u00e0ctica no afecten la nota d'un alumne.", + "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.", + "Use as a Prerequisite": "Utilitza com a requisit previ", + "Use bookmarks to help you easily return to courseware pages. To bookmark a page, click \"Bookmark this page\" under the page title.": "Utilitzeu marcadors per ajudar-vos a tornar f\u00e0cilment a les p\u00e0gines de curs. Per marcar una p\u00e0gina d'inter\u00e8s, feu clic a \"Marca aquesta p\u00e0gina\" al t\u00edtol de la p\u00e0gina.", + "Use my institution/campus credentials": "Utilitzeu les meves credencials de la instituci\u00f3/campus", + "Use the All Topics menu to find specific topics.": "Utilitzeu el men\u00fa Tots els temes per trobar temes espec\u00edfics.", + "Use the retake photo button if you are not pleased with your photo": "Utilitzeu el bot\u00f3 de represa de fotos si no us agrada la vostra foto", + "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "Utilitzeu la vostra c\u00e0mera web per fer una foto de la vostra identificaci\u00f3. Confrontarem aquesta foto amb la foto de la vostra cara i el nom del vostre compte.", + "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "Utilitzeu la vostra c\u00e0mera web per fer una foto de la vostra cara. Confrontarem aquesta foto amb la foto a la vostra identificaci\u00f3.", + "Used": "Emprat", "Used in {count} location": [ - "S'utilitza en {count} ubicaci\u00f3", + "S'utilitza en {count} ubicaci\u00f3", "S'utilitza en {count} ubicacions" - ], - "User Email": "Correu electr\u00f2nic d'usuari", - "Username": "Nom d'usuari", - "Username or email address": "Nom d'usuari o adre\u00e7a de correu electr\u00f2nic", - "Users must create and activate their account before they can be promoted to beta tester.": "Els usuaris han de crear i activar els seus comptes abans de poder ser promoguts a beta tester.", - "Valid": "V\u00e0lid", - "Validation Error While Saving": "Error de validaci\u00f3 mentre s'estalvia", - "Verification Checkpoint": "Punt de comprovaci\u00f3", - "Verification Deadline": "Termini de verificaci\u00f3", - "Verification checkpoint to be completed": "Punt de verificaci\u00f3 finalitzat", - "Verified": "Verificat", - "Verified Certificate for {courseName}": "Certificat verificat per {courseName}", - "Verified Status": "Estat verificat", - "Verified mode price": "Preu en mode verificat", - "Verify Now": "verificar ara", - "Video ID": "Identificador de video", - "Video Source Language": "Llengua d'origen del v\u00eddeo", - "Video Status": "Estat del v\u00eddeo", - "Video duration is {humanizeDuration}": "La durada del video \u00e9s de {humanizeDuration}", - "Video image upload completed": "S'ha completat la c\u00e0rrega d'imatges de v\u00eddeo", - "Video image upload started": "S'ha iniciat la c\u00e0rrega d'imatges de v\u00eddeo", - "View": "Veure", - "View Archived Course": "Mostra el curs arxivat", - "View Cohort": "Mostra la cohort", - "View Course": "Veure curs", - "View Live": "Veure en directe", - "View Program Record": "Veure el registre del programa", - "View child items": "Mostra elements secundaris", - "View my exam": "Veure el meu examen", - "Visibility": "Visibilitat", - "Visible to Staff Only": "Visible nom\u00e9s al personal", - "Vote for good posts and responses": "Votar per a publicacions i respostes correctes", - "Want to confirm your identity later?": "Voleu confirmar la vostra identitat m\u00e9s tard?", - "We ask you to activate your account to ensure it is really you creating the account and to prevent fraud.": "Us demanem que activeu el vostre compte per garantir que realment esteu creant el compte i per evitar el frau.", - "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "Hem rebut la vostra informaci\u00f3 i verifiquem la vostra identitat. Veureu un missatge al tauler quan el proc\u00e9s de verificaci\u00f3 estigui complet (generalment en 1-2 dies). Mentrestant, encara podeu accedir a tots els continguts del curs disponibles.", - "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "Utilitzem els nivells m\u00e9s alts de seguretat disponibles per xifrar la vostra foto i enviar-la al nostre servei d'autoritzaci\u00f3 per a la seva revisi\u00f3. La vostra foto i la vostra informaci\u00f3 no es guarden ni es poden visualitzar a cap part de %(platformName)s despr\u00e9s de completar el proc\u00e9s de verificaci\u00f3.", - "Web:": "Web:", - "Webcam": "C\u00e0mera web", - "Weekly Highlight Emails": "Correus electr\u00f2nics destacats setmanals", - "Weight of Total Grade": "Pes total de la Nota", - "What You Need for Verification": "El que necessiteu per a la verificaci\u00f3", - "What does %(platformName)s do with this photo?": "Qu\u00e8 fa amb %(platformName)s amb aquesta foto?", - "What does this mean?": "Qu\u00e8 vol dir aix\u00f2?", - "What's Your Next Accomplishment?": "Quin \u00e9s el vostre seguiment?", - "When learners submit an answer to an assessment, they immediately see whether the answer is correct or incorrect, and the score received.": "Quan els aprenents presenten una resposta a una avaluaci\u00f3, immediatament veuen si la resposta \u00e9s correcta o incorrecta, i la puntuaci\u00f3 rebuda.", - "When your face is in position, use the camera button {icon} below to take your photo.": "Quan la teva cara estigui en posici\u00f3, fes servir el bot\u00f3 de la c\u00e0mera {icon} a continuaci\u00f3 per fer la teva foto.", - "Which timed transcript would you like to use?": "Quina transcripci\u00f3 temporitzada us agradaria utilitzar?", - "Why activate?": "Per qu\u00e8 activar?", - "Why does %(platformName)s need my photo?": "Per qu\u00e8 necessita la %(platformName)s la meva foto?", - "Will Be Visible To:": "Ser\u00e0 Visible a:", - "Would you like to sign in using your %(providerName)s credentials?": "Voleu iniciar la sessi\u00f3 amb les credencials de %(providerName)s?", - "Yes, allow edits to the active Certificate": "S\u00ed, permet editar els certificats actius", - "Yes, replace the edX transcript with the YouTube transcript": "S\u00ed, reempla\u00e7a la transcripci\u00f3 edX amb la transcripci\u00f3 de YouTube", - "Yesterday": "Ahir", - "You already have an edX account with your {enterprise_name} email address.": "Ja teniu un compte edX amb la vostra adre\u00e7a de correu electr\u00f2nic {enterprise_name}", - "You are a member of this team.": "Ets membre d'aquest equip.", - "You are currently sharing a limited profile.": "Actualment esteu compartint un perfil limitat.", - "You are enrolling in: {courseName}": "Us esteu inscrivint a: {courseName}", - "You are not enrolled in any programs yet.": "Encara no esteu inscrit en cap programa.", - "You are now enrolled as a verified student for:": "Ara est\u00e0 inscrit com a estudiant verificat per:", - "You are upgrading your enrollment for: {courseName}": "Esteu actualitzant la vostra inscripci\u00f3 per: {courseName}", - "You can also retry this practice exam": "Tamb\u00e9 podeu tornar a provar aquest examen de pr\u00e0ctica", - "You can change sessions until {expiration_date}.": "Podeu canviar les sessions fins a {expiration_date}.", - "You can no longer change sessions.": "Ja no pots canviar les sessions.", - "You can now enter your payment information and complete your enrollment.": "Ara podeu introduir la vostra informaci\u00f3 de pagament i completar la vostra inscripci\u00f3.", - "You can pay now even if you don't have the following items available, but you will need to have these by {date} to qualify to earn a Verified Certificate.": "Podeu pagar ara fins i tot si no teniu els seg\u00fcents articles disponibles, per\u00f2 haur\u00e0 de tenir-los abans de {date} per qualificar per obtenir un certificat verificat.", - "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "Podeu pagar ara fins i tot si no teniu els seg\u00fcents articles disponibles, per\u00f2 haureu d'haver-los qualificat per obtenir un certificat verificat.", - "You can view your information or unlink from {enterprise_name} anytime in your Account Settings.": "Podeu visualitzar la vostra informaci\u00f3 o desenlla\u00e7ar de {enterprise_name} en qualsevol moment a la configuraci\u00f3 del vostre compte.", - "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "Heu canviat l'URL del v\u00eddeo, per\u00f2 no heu canviat el fitxer de transcripci\u00f3 temporitzada. Voleu utilitzar la transcripci\u00f3 temporitzada actual o carregar un fitxer transcripci\u00f3 .srt nou?", - "You commented...": "Has comentat ...", - "You have already verified your ID!": "Ja heu verificat la vostra identificaci\u00f3!", - "You have done a dry run of force publishing the course. Nothing has changed. Had you run it, the following course versions would have been change.": "Has fet esfor\u00e7 molt gran publicant el curs. Res ha canviat. Si hagu\u00e9ssiu executat, les seg\u00fcents versions del curs haurien estat canviades.", - "You have no handouts defined": "No teniu cap detall definit", - "You have not bookmarked any courseware pages yet": "Encara no heu marcat cap marcador a cap p\u00e0gina de curs", - "You have not created any certificates yet.": "Encara no heu creat cap certificat.", - "You have not created any content groups yet.": "Encara no heu creat cap grup de contingut.", - "You have not created any group configurations yet.": "Encara no heu creat cap configuraci\u00f3 de grup.", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Heu seleccionat una acci\u00f3 i no heu fet cap canvi a camps individuals. Probablement esteu cercant el bot\u00f3 'Anar' enlloc de 'Desar'.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Heu seleccionat una acci\u00f3, per\u00f2 encara no heu desat els vostres canvis a camps individuals. Si us plau premeu OK per desar. Haureu de tornar a executar l'acci\u00f3.", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Teniu canvis sense desar a camps editables individuals. Si executeu una acci\u00f3, es perdran aquests canvis no desats.", - "You have unsaved changes. Do you really want to leave this page?": "Teniu canvis sense desar. Segur que voleu deixar aquesta p\u00e0gina?", - "You haven't added any assets to this course yet.": "Encara no heu afegit cap recurs en aquest curs.", - "You haven't added any content to this course yet.": "Encara no heu afegit cap contingut a aquest curs.", - "You haven't added any textbooks to this course yet.": "Encara no heu afegit cap llibre de text a aquest curs.", - "You must enter a valid email address in order to add a new team member": "Heu d'introduir una adre\u00e7a electr\u00f2nica v\u00e0lida per afegir un membre nou de l'equip", - "You must select a session by {expiration_date} to access the course.": "Heu de seleccionar una sessi\u00f3 abans de {expiration_date} per accedir al curs.", - "You need a computer that has a webcam. When you receive a browser prompt, make sure that you allow access to the camera.": "Necessiteu una computadora que tingui una c\u00e0mera web. Quan rebeu un indicador del navegador, assegureu-vos que permeti l'acc\u00e9s a la c\u00e0mera.", - "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "Necessites una llic\u00e8ncia de conduir, un passaport o una altra identificaci\u00f3 expedida pel govern que tingui el teu nom i la teva foto.", - "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "Necessites una identificaci\u00f3 amb el teu nom i la teva foto. Es pot acceptar una llic\u00e8ncia de conduir, passaport o altres identificaci\u00f3 emesa pel govern.", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "Cal que activeu el compte abans de poder inscriure's a cursos. Comproveu la vostra safata d'entrada d'un correu electr\u00f2nic d'activaci\u00f3.", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "Cal que activeu el compte abans de poder inscriure's a cursos. Comproveu la vostra safata d'entrada d'un correu electr\u00f2nic d'activaci\u00f3. Despr\u00e9s de completar l'activaci\u00f3, podeu tornar i actualitzar aquesta p\u00e0gina.", - "You still need to visit the %(display_name)s website to complete the credit process.": "Encara haureu de visitar el lloc web %(display_name)s per completar el proc\u00e9s de cr\u00e8dit.", - "You will not receive notification for emails that bounce, so double-check your spelling.": "No rebr\u00e0s la notificaci\u00f3 dels correus electr\u00f2nics que reboten, aix\u00ed que comprova la teva ortografia.", - "You will use your webcam to take a picture of your face and of your government-issued photo ID.": "Utilitzar\u00e0s la teva c\u00e0mera web per fer una foto de la teva cara i l'identificador de fotografia em\u00e8s pel govern.", - "You!": "Tu!", - "You've made some changes": "Has fet canvis", - "You've made some changes, but there are some errors": "Has fet canvis, per\u00f2 hi ha hagut errors", - "Your ID must be a government-issued photo ID that clearly shows your face.": "La vostra identificaci\u00f3 ha de ser una identificaci\u00f3 de fotografia emesa pel govern que mostri clarament la vostra cara.", - "Your Program Journey": "Viatge del programa", - "Your changes will not take effect until you save your progress.": "Els teus canvis no tindran efecte fins que no salvis el teu progr\u00e9s.", - "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "Els canvis no tindran efecte fins que guardis el teu progr\u00e9s. Vigila el format de la clau i el valor, ja que no controlem si s\u00f3n v\u00e0lids o no.", - "Your course could not be exported to XML. There is not enough information to identify the failed component. Inspect your course to identify any problematic components and try again.": "El vostre curs no es pot exportar a XML. No hi ha prou informaci\u00f3 per identificar el component fallit. Inspeccioneu el vostre curs per identificar qualsevol component problem\u00e0tic i torneu-ho a provar.", - "Your entire face fits inside the frame.": "Tota la teva cara s'encaixa dins del marc.", - "Your export has failed.": "S'ha produ\u00eft un error en exportar.", - "Your face is well-lit.": "La teva cara est\u00e0 ben il\u00b7luminada.", - "Your file could not be uploaded": "No s'ha pogut carregar el vostre fitxer", - "Your file has been deleted.": "El teu fitxer s'ha esborrat.", - "Your library could not be exported to XML. There is not enough information to identify the failed component. Inspect your library to identify any problematic components and try again.": "La vostra biblioteca no es pot exportar a XML. No hi ha prou informaci\u00f3 per identificar el component fallit. Inspeccioneu la vostra biblioteca per identificar qualsevol component problem\u00e0tic i torneu-ho a provar.", - "Your message cannot be blank.": "El teu missatge no pot estar en blanc.", - "Your message must have a subject.": "El teu missatge ha de tenir un tema.", - "Your policy changes have been saved.": "Els vostres canvis de pol\u00edtica s'han guardat.", - "Your team could not be created.": "No s'ha pogut crear el vostre equip.", - "Your team could not be updated.": "El vostre equip no s'ha pogut actualitzar.", - "Your verification status is good until {verificationGoodUntil}.": "L'estat de verificaci\u00f3 \u00e9s bo fins a {verificationGoodUntil}.", - "Your video uploads are not complete.": "Les c\u00e0rregues de v\u00eddeo no s'han completat.", - "Your {program} Certificate": "El vostre certificat del {program}", - "Zoom In": "Amplia", - "Zoom Out": "Disminuir el zoom", - "active proctored exams": "ex\u00e0mens supervisats actius", - "anonymous": "an\u00f2nim", - "certificate": "certificat", - "close": "Tanca", - "component": "component", - "content group": "grup de contingut", - "could not determine the course_id": "no s'ha pogut determinar el course_id", - "course id": "Identificador del curs", - "courses with active proctored exams": "cursos amb ex\u00e0mens supervisats actius", - "delete chapter": "esborrar cap\u00edtol", - "delete group": "suprimeix el grup", - "details about the failure": "detalls sobre el frac\u00e0s", - "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "per exemple. johndoe@example.com, JaneDoe, joeydoe@example.com", - "emphasized text": "text emfatitzat", - "enter code here": "entra el codi aqu\u00ed", - "enter link description here": "entra aqu\u00ed la descripci\u00f3 de l'enlla\u00e7", - "for": "per", - "for {courseName}": "per {courseName}", - "group configuration": "configuraci\u00f3 del grup", - "internally reviewed": "Revisat internament", - "minute": "minut", - "minutes": "minuts", - "one letter Friday\u0004F": "V", - "one letter Monday\u0004M": "L", - "one letter Saturday\u0004S": "S", - "one letter Sunday\u0004S": "D", - "one letter Thursday\u0004T": "J", - "one letter Tuesday\u0004T": "M", - "one letter Wednesday\u0004W": "X", - "or": "o", - "or create a new one here": "o creeu-ne un de nou aqu\u00ed", - "or sign in with": "o inicieu la sessi\u00f3", - "path/to/introductionToCookieBaking-CH{order}.pdf": "cami/a/introduccioalaCuinaGaletes-CAP{order}.pdf", - "pending": "pendent", - "practice": "practica", - "price": "preu", - "proctored": "supervisat", - "provide the title/name of the chapter that will be used in navigating": "Indiqueu el t\u00edtol / nom del cap\u00edtol que s'utilitzar\u00e0 a la navegaci\u00f3", - "provide the title/name of the text book as you would like your students to see it": "Indiqueu el t\u00edtol / nom del llibre de text com vulgueu que els vostres estudiants el vegin", - "remove": "eliminar", - "remove all": "esborra-ho tot", - "satisfactory": "satisfactori", - "second": "segon", - "seconds": "segons", - "send an email message to {email}": "envieu un missatge de correu electr\u00f2nic a {email}", - "strong text": "text en negreta", - "timed": "cronometrat", - "toggle chapter %(displayName)s": "canvia el cap\u00edtol %(displayName)s", - "toggle subsection %(displayName)s": "canvia la subsecci\u00f3 %(displayName)s", - "unit": "unitat", - "unsatisfactory": "insatisfactori", - "upload a PDF file or provide the path to a Studio asset file": "Carregueu un fitxer PDF o proporcioneu la ruta d'acc\u00e9s a un fitxer d'actius de Studio", - "username or email": "Nom d'usuari o correu electr\u00f2nic", - "with %(release_date_from)s": "amb %(release_date_from)s", - "with %(section_or_subsection)s": "amb %(section_or_subsection)s", - "you have less than a minute remaining": "teniu menys d'un minut romanent", - "you have {remaining_time} remaining": "teniu {remaining_time} romanent", - "you will have ": "vost\u00e8 tindr\u00e0", - "your course": "el vostre curs", - "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", - "{ReqTextSpanStart}Requirements{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{ReqTextSpanStart}Requirements{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", - "{categoryText} in {parentDisplayname}": "{categoryText} a {parentDisplayname}", - "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} of {maxCharacters}": "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} de {maxCharacters}", - "{display_name} Settings": "{display_name} Configuraci\u00f3", - "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} ja \u00e9s a l'equip {container}. Torneu a comprovar l'adre\u00e7a de correu electr\u00f2nic si voleu afegir un membre nou.", - "{filename} exceeds maximum size of {maxFileSizeInGB} GB.": "{filename} supera la mida m\u00e0xima de {maxFileSizeInGB} GB.", - "{filename} is not in a supported file format. Supported file formats are {supportedFileFormats}.": "{filename} no est\u00e0 en un format de fitxer compatible. Els formats de fitxer compatibles s\u00f3n {supportedFileFormats}.", - "{hours}:{minutes} (current UTC time)": "{hours}:{minutes} (current UTC time)", - "{maxWidth}x{maxHeight} pixels": "{maxWidth}x{maxHeight} pixels", - "{minutes} {unit}": "{minutes} {unit}", - "{num_of_hours} hour": "{num_of_hours} hora", - "{num_of_hours} hours": "{num_of_hours} hores", - "{num_of_minutes} minute": "{num_of_minutes} minut", - "{num_of_minutes} minutes": "{num_of_minutes} minuts", - "{organization}\\'s logo": "logotip de l'{organization}\\'s ", - "{screen_reader_start}Warning:{screen_reader_end} No content groups exist.": "{screen_reader_start}Av\u00eds:{screen_reader_end} No existeixen grups de contingut.", - "{screen_reader_start}Warning:{screen_reader_end} The previously selected content group was deleted. Select another content group.": "{screen_reader_start}Av\u00eds:{screen_reader_end} El grup de contingut seleccionat pr\u00e8viament s'ha eliminat. Seleccioneu un altre grup de contingut.", - "{seconds} {unit}": "{seconds} {unit}", - "{selectedProvider} credentials saved": "S'han desat les credencials {selectedProvider}", - "{sessionDates} (Open until {enrollmentEnd})": "{sessionDates} (Obert fins a {enrollmentEnd})", - "{sessionDates} - Currently Selected": "{sessionDates} - Actualment seleccionat", - "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}": "{transcriptClientTitle} _ {transcriptLanguageCode}. {fileExtension}", + ], + "User Email": "Correu electr\u00f2nic d'usuari", + "Username": "Nom d'usuari", + "Username or email address": "Nom d'usuari o adre\u00e7a de correu electr\u00f2nic", + "Users must create and activate their account before they can be promoted to beta tester.": "Els usuaris han de crear i activar els seus comptes abans de poder ser promoguts a beta tester.", + "Valid": "V\u00e0lid", + "Validation Error While Saving": "Error de validaci\u00f3 mentre s'estalvia", + "Verification Checkpoint": "Punt de comprovaci\u00f3", + "Verification Deadline": "Termini de verificaci\u00f3", + "Verification checkpoint to be completed": "Punt de verificaci\u00f3 finalitzat", + "Verified": "Verificat", + "Verified Certificate for {courseName}": "Certificat verificat per {courseName}", + "Verified Status": "Estat verificat", + "Verified mode price": "Preu en mode verificat", + "Verify Now": "verificar ara", + "Video ID": "Identificador de video", + "Video Source Language": "Llengua d'origen del v\u00eddeo", + "Video Status": "Estat del v\u00eddeo", + "Video duration is {humanizeDuration}": "La durada del video \u00e9s de {humanizeDuration}", + "Video image upload completed": "S'ha completat la c\u00e0rrega d'imatges de v\u00eddeo", + "Video image upload started": "S'ha iniciat la c\u00e0rrega d'imatges de v\u00eddeo", + "View": "Veure", + "View Archived Course": "Mostra el curs arxivat", + "View Cohort": "Mostra la cohort", + "View Course": "Veure curs", + "View Live": "Veure en directe", + "View Program Record": "Veure el registre del programa", + "View child items": "Mostra elements secundaris", + "View my exam": "Veure el meu examen", + "Visibility": "Visibilitat", + "Visible to Staff Only": "Visible nom\u00e9s al personal", + "Vote for good posts and responses": "Votar per a publicacions i respostes correctes", + "Want to confirm your identity later?": "Voleu confirmar la vostra identitat m\u00e9s tard?", + "We ask you to activate your account to ensure it is really you creating the account and to prevent fraud.": "Us demanem que activeu el vostre compte per garantir que realment esteu creant el compte i per evitar el frau.", + "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "Hem rebut la vostra informaci\u00f3 i verifiquem la vostra identitat. Veureu un missatge al tauler quan el proc\u00e9s de verificaci\u00f3 estigui complet (generalment en 1-2 dies). Mentrestant, encara podeu accedir a tots els continguts del curs disponibles.", + "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "Utilitzem els nivells m\u00e9s alts de seguretat disponibles per xifrar la vostra foto i enviar-la al nostre servei d'autoritzaci\u00f3 per a la seva revisi\u00f3. La vostra foto i la vostra informaci\u00f3 no es guarden ni es poden visualitzar a cap part de %(platformName)s despr\u00e9s de completar el proc\u00e9s de verificaci\u00f3.", + "Web:": "Web:", + "Webcam": "C\u00e0mera web", + "Weekly Highlight Emails": "Correus electr\u00f2nics destacats setmanals", + "Weight of Total Grade": "Pes total de la Nota", + "What You Need for Verification": "El que necessiteu per a la verificaci\u00f3", + "What does %(platformName)s do with this photo?": "Qu\u00e8 fa amb %(platformName)s amb aquesta foto?", + "What does this mean?": "Qu\u00e8 vol dir aix\u00f2?", + "What's Your Next Accomplishment?": "Quin \u00e9s el vostre seguiment?", + "When learners submit an answer to an assessment, they immediately see whether the answer is correct or incorrect, and the score received.": "Quan els aprenents presenten una resposta a una avaluaci\u00f3, immediatament veuen si la resposta \u00e9s correcta o incorrecta, i la puntuaci\u00f3 rebuda.", + "When your face is in position, use the camera button {icon} below to take your photo.": "Quan la teva cara estigui en posici\u00f3, fes servir el bot\u00f3 de la c\u00e0mera {icon} a continuaci\u00f3 per fer la teva foto.", + "Which timed transcript would you like to use?": "Quina transcripci\u00f3 temporitzada us agradaria utilitzar?", + "Why activate?": "Per qu\u00e8 activar?", + "Why does %(platformName)s need my photo?": "Per qu\u00e8 necessita la %(platformName)s la meva foto?", + "Will Be Visible To:": "Ser\u00e0 Visible a:", + "Would you like to sign in using your %(providerName)s credentials?": "Voleu iniciar la sessi\u00f3 amb les credencials de %(providerName)s?", + "Yes, allow edits to the active Certificate": "S\u00ed, permet editar els certificats actius", + "Yes, replace the edX transcript with the YouTube transcript": "S\u00ed, reempla\u00e7a la transcripci\u00f3 edX amb la transcripci\u00f3 de YouTube", + "Yesterday": "Ahir", + "You already have an edX account with your {enterprise_name} email address.": "Ja teniu un compte edX amb la vostra adre\u00e7a de correu electr\u00f2nic {enterprise_name}", + "You are a member of this team.": "Ets membre d'aquest equip.", + "You are currently sharing a limited profile.": "Actualment esteu compartint un perfil limitat.", + "You are enrolling in: {courseName}": "Us esteu inscrivint a: {courseName}", + "You are not enrolled in any programs yet.": "Encara no esteu inscrit en cap programa.", + "You are now enrolled as a verified student for:": "Ara est\u00e0 inscrit com a estudiant verificat per:", + "You are upgrading your enrollment for: {courseName}": "Esteu actualitzant la vostra inscripci\u00f3 per: {courseName}", + "You can also retry this practice exam": "Tamb\u00e9 podeu tornar a provar aquest examen de pr\u00e0ctica", + "You can change sessions until {expiration_date}.": "Podeu canviar les sessions fins a {expiration_date}.", + "You can no longer change sessions.": "Ja no pots canviar les sessions.", + "You can now enter your payment information and complete your enrollment.": "Ara podeu introduir la vostra informaci\u00f3 de pagament i completar la vostra inscripci\u00f3.", + "You can pay now even if you don't have the following items available, but you will need to have these by {date} to qualify to earn a Verified Certificate.": "Podeu pagar ara fins i tot si no teniu els seg\u00fcents articles disponibles, per\u00f2 haur\u00e0 de tenir-los abans de {date} per qualificar per obtenir un certificat verificat.", + "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "Podeu pagar ara fins i tot si no teniu els seg\u00fcents articles disponibles, per\u00f2 haureu d'haver-los qualificat per obtenir un certificat verificat.", + "You can view your information or unlink from {enterprise_name} anytime in your Account Settings.": "Podeu visualitzar la vostra informaci\u00f3 o desenlla\u00e7ar de {enterprise_name} en qualsevol moment a la configuraci\u00f3 del vostre compte.", + "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "Heu canviat l'URL del v\u00eddeo, per\u00f2 no heu canviat el fitxer de transcripci\u00f3 temporitzada. Voleu utilitzar la transcripci\u00f3 temporitzada actual o carregar un fitxer transcripci\u00f3 .srt nou?", + "You commented...": "Has comentat ...", + "You have already verified your ID!": "Ja heu verificat la vostra identificaci\u00f3!", + "You have done a dry run of force publishing the course. Nothing has changed. Had you run it, the following course versions would have been change.": "Has fet esfor\u00e7 molt gran publicant el curs. Res ha canviat. Si hagu\u00e9ssiu executat, les seg\u00fcents versions del curs haurien estat canviades.", + "You have no handouts defined": "No teniu cap detall definit", + "You have not bookmarked any courseware pages yet": "Encara no heu marcat cap marcador a cap p\u00e0gina de curs", + "You have not created any certificates yet.": "Encara no heu creat cap certificat.", + "You have not created any content groups yet.": "Encara no heu creat cap grup de contingut.", + "You have not created any group configurations yet.": "Encara no heu creat cap configuraci\u00f3 de grup.", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Heu seleccionat una acci\u00f3 i no heu fet cap canvi a camps individuals. Probablement esteu cercant el bot\u00f3 'Anar' enlloc de 'Desar'.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Heu seleccionat una acci\u00f3, per\u00f2 encara no heu desat els vostres canvis a camps individuals. Si us plau premeu OK per desar. Haureu de tornar a executar l'acci\u00f3.", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Teniu canvis sense desar a camps editables individuals. Si executeu una acci\u00f3, es perdran aquests canvis no desats.", + "You have unsaved changes. Do you really want to leave this page?": "Teniu canvis sense desar. Segur que voleu deixar aquesta p\u00e0gina?", + "You haven't added any assets to this course yet.": "Encara no heu afegit cap recurs en aquest curs.", + "You haven't added any content to this course yet.": "Encara no heu afegit cap contingut a aquest curs.", + "You haven't added any textbooks to this course yet.": "Encara no heu afegit cap llibre de text a aquest curs.", + "You must enter a valid email address in order to add a new team member": "Heu d'introduir una adre\u00e7a electr\u00f2nica v\u00e0lida per afegir un membre nou de l'equip", + "You must select a session by {expiration_date} to access the course.": "Heu de seleccionar una sessi\u00f3 abans de {expiration_date} per accedir al curs.", + "You need a computer that has a webcam. When you receive a browser prompt, make sure that you allow access to the camera.": "Necessiteu una computadora que tingui una c\u00e0mera web. Quan rebeu un indicador del navegador, assegureu-vos que permeti l'acc\u00e9s a la c\u00e0mera.", + "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "Necessites una llic\u00e8ncia de conduir, un passaport o una altra identificaci\u00f3 expedida pel govern que tingui el teu nom i la teva foto.", + "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "Necessites una identificaci\u00f3 amb el teu nom i la teva foto. Es pot acceptar una llic\u00e8ncia de conduir, passaport o altres identificaci\u00f3 emesa pel govern.", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "Cal que activeu el compte abans de poder inscriure's a cursos. Comproveu la vostra safata d'entrada d'un correu electr\u00f2nic d'activaci\u00f3.", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "Cal que activeu el compte abans de poder inscriure's a cursos. Comproveu la vostra safata d'entrada d'un correu electr\u00f2nic d'activaci\u00f3. Despr\u00e9s de completar l'activaci\u00f3, podeu tornar i actualitzar aquesta p\u00e0gina.", + "You still need to visit the %(display_name)s website to complete the credit process.": "Encara haureu de visitar el lloc web %(display_name)s per completar el proc\u00e9s de cr\u00e8dit.", + "You will not receive notification for emails that bounce, so double-check your spelling.": "No rebr\u00e0s la notificaci\u00f3 dels correus electr\u00f2nics que reboten, aix\u00ed que comprova la teva ortografia.", + "You will use your webcam to take a picture of your face and of your government-issued photo ID.": "Utilitzar\u00e0s la teva c\u00e0mera web per fer una foto de la teva cara i l'identificador de fotografia em\u00e8s pel govern.", + "You!": "Tu!", + "You've made some changes": "Has fet canvis", + "You've made some changes, but there are some errors": "Has fet canvis, per\u00f2 hi ha hagut errors", + "Your ID must be a government-issued photo ID that clearly shows your face.": "La vostra identificaci\u00f3 ha de ser una identificaci\u00f3 de fotografia emesa pel govern que mostri clarament la vostra cara.", + "Your Program Journey": "Viatge del programa", + "Your changes will not take effect until you save your progress.": "Els teus canvis no tindran efecte fins que no salvis el teu progr\u00e9s.", + "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "Els canvis no tindran efecte fins que guardis el teu progr\u00e9s. Vigila el format de la clau i el valor, ja que no controlem si s\u00f3n v\u00e0lids o no.", + "Your course could not be exported to XML. There is not enough information to identify the failed component. Inspect your course to identify any problematic components and try again.": "El vostre curs no es pot exportar a XML. No hi ha prou informaci\u00f3 per identificar el component fallit. Inspeccioneu el vostre curs per identificar qualsevol component problem\u00e0tic i torneu-ho a provar.", + "Your entire face fits inside the frame.": "Tota la teva cara s'encaixa dins del marc.", + "Your export has failed.": "S'ha produ\u00eft un error en exportar.", + "Your face is well-lit.": "La teva cara est\u00e0 ben il\u00b7luminada.", + "Your file could not be uploaded": "No s'ha pogut carregar el vostre fitxer", + "Your file has been deleted.": "El teu fitxer s'ha esborrat.", + "Your library could not be exported to XML. There is not enough information to identify the failed component. Inspect your library to identify any problematic components and try again.": "La vostra biblioteca no es pot exportar a XML. No hi ha prou informaci\u00f3 per identificar el component fallit. Inspeccioneu la vostra biblioteca per identificar qualsevol component problem\u00e0tic i torneu-ho a provar.", + "Your message cannot be blank.": "El teu missatge no pot estar en blanc.", + "Your message must have a subject.": "El teu missatge ha de tenir un tema.", + "Your policy changes have been saved.": "Els vostres canvis de pol\u00edtica s'han guardat.", + "Your team could not be created.": "No s'ha pogut crear el vostre equip.", + "Your team could not be updated.": "El vostre equip no s'ha pogut actualitzar.", + "Your verification status is good until {verificationGoodUntil}.": "L'estat de verificaci\u00f3 \u00e9s bo fins a {verificationGoodUntil}.", + "Your video uploads are not complete.": "Les c\u00e0rregues de v\u00eddeo no s'han completat.", + "Your {program} Certificate": "El vostre certificat del {program}", + "Zoom In": "Amplia", + "Zoom Out": "Disminuir el zoom", + "active proctored exams": "ex\u00e0mens supervisats actius", + "anonymous": "an\u00f2nim", + "certificate": "certificat", + "close": "Tanca", + "component": "component", + "content group": "grup de contingut", + "could not determine the course_id": "no s'ha pogut determinar el course_id", + "course id": "Identificador del curs", + "courses with active proctored exams": "cursos amb ex\u00e0mens supervisats actius", + "delete chapter": "esborrar cap\u00edtol", + "delete group": "suprimeix el grup", + "details about the failure": "detalls sobre el frac\u00e0s", + "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "per exemple. johndoe@example.com, JaneDoe, joeydoe@example.com", + "emphasized text": "text emfatitzat", + "enter code here": "entra el codi aqu\u00ed", + "enter link description here": "entra aqu\u00ed la descripci\u00f3 de l'enlla\u00e7", + "for": "per", + "for {courseName}": "per {courseName}", + "group configuration": "configuraci\u00f3 del grup", + "internally reviewed": "Revisat internament", + "minute": "minut", + "minutes": "minuts", + "one letter Friday\u0004F": "V", + "one letter Monday\u0004M": "L", + "one letter Saturday\u0004S": "S", + "one letter Sunday\u0004S": "D", + "one letter Thursday\u0004T": "J", + "one letter Tuesday\u0004T": "M", + "one letter Wednesday\u0004W": "X", + "or": "o", + "or create a new one here": "o creeu-ne un de nou aqu\u00ed", + "or sign in with": "o inicieu la sessi\u00f3", + "path/to/introductionToCookieBaking-CH{order}.pdf": "cami/a/introduccioalaCuinaGaletes-CAP{order}.pdf", + "pending": "pendent", + "practice": "practica", + "price": "preu", + "proctored": "supervisat", + "provide the title/name of the chapter that will be used in navigating": "Indiqueu el t\u00edtol / nom del cap\u00edtol que s'utilitzar\u00e0 a la navegaci\u00f3", + "provide the title/name of the text book as you would like your students to see it": "Indiqueu el t\u00edtol / nom del llibre de text com vulgueu que els vostres estudiants el vegin", + "remove": "eliminar", + "remove all": "esborra-ho tot", + "satisfactory": "satisfactori", + "second": "segon", + "seconds": "segons", + "send an email message to {email}": "envieu un missatge de correu electr\u00f2nic a {email}", + "strong text": "text en negreta", + "timed": "cronometrat", + "toggle chapter %(displayName)s": "canvia el cap\u00edtol %(displayName)s", + "toggle subsection %(displayName)s": "canvia la subsecci\u00f3 %(displayName)s", + "unit": "unitat", + "unsatisfactory": "insatisfactori", + "upload a PDF file or provide the path to a Studio asset file": "Carregueu un fitxer PDF o proporcioneu la ruta d'acc\u00e9s a un fitxer d'actius de Studio", + "username or email": "Nom d'usuari o correu electr\u00f2nic", + "with %(release_date_from)s": "amb %(release_date_from)s", + "with %(section_or_subsection)s": "amb %(section_or_subsection)s", + "you have less than a minute remaining": "teniu menys d'un minut romanent", + "you have {remaining_time} remaining": "teniu {remaining_time} romanent", + "you will have ": "vost\u00e8 tindr\u00e0", + "your course": "el vostre curs", + "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", + "{ReqTextSpanStart}Requirements{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{ReqTextSpanStart}Requirements{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", + "{categoryText} in {parentDisplayname}": "{categoryText} a {parentDisplayname}", + "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} of {maxCharacters}": "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} de {maxCharacters}", + "{display_name} Settings": "{display_name} Configuraci\u00f3", + "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} ja \u00e9s a l'equip {container}. Torneu a comprovar l'adre\u00e7a de correu electr\u00f2nic si voleu afegir un membre nou.", + "{filename} exceeds maximum size of {maxFileSizeInGB} GB.": "{filename} supera la mida m\u00e0xima de {maxFileSizeInGB} GB.", + "{filename} is not in a supported file format. Supported file formats are {supportedFileFormats}.": "{filename} no est\u00e0 en un format de fitxer compatible. Els formats de fitxer compatibles s\u00f3n {supportedFileFormats}.", + "{hours}:{minutes} (current UTC time)": "{hours}:{minutes} (current UTC time)", + "{maxWidth}x{maxHeight} pixels": "{maxWidth}x{maxHeight} pixels", + "{minutes} {unit}": "{minutes} {unit}", + "{num_of_hours} hour": "{num_of_hours} hora", + "{num_of_hours} hours": "{num_of_hours} hores", + "{num_of_minutes} minute": "{num_of_minutes} minut", + "{num_of_minutes} minutes": "{num_of_minutes} minuts", + "{organization}\\'s logo": "logotip de l'{organization}\\'s ", + "{screen_reader_start}Warning:{screen_reader_end} No content groups exist.": "{screen_reader_start}Av\u00eds:{screen_reader_end} No existeixen grups de contingut.", + "{screen_reader_start}Warning:{screen_reader_end} The previously selected content group was deleted. Select another content group.": "{screen_reader_start}Av\u00eds:{screen_reader_end} El grup de contingut seleccionat pr\u00e8viament s'ha eliminat. Seleccioneu un altre grup de contingut.", + "{seconds} {unit}": "{seconds} {unit}", + "{selectedProvider} credentials saved": "S'han desat les credencials {selectedProvider}", + "{sessionDates} (Open until {enrollmentEnd})": "{sessionDates} (Obert fins a {enrollmentEnd})", + "{sessionDates} - Currently Selected": "{sessionDates} - Actualment seleccionat", + "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}": "{transcriptClientTitle} _ {transcriptLanguageCode}. {fileExtension}", "\u2026": "..." }; for (var key in newcatalog) { @@ -1379,38 +1379,38 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "j \\d\\e F \\d\\e Y \\a \\l\\e\\s G:i", + "DATETIME_FORMAT": "j \\d\\e F \\d\\e Y \\a \\l\\e\\s G:i", "DATETIME_INPUT_FORMATS": [ - "%d/%m/%Y %H:%M:%S", - "%d/%m/%Y %H:%M:%S.%f", - "%d/%m/%Y %H:%M", - "%d/%m/%y %H:%M:%S", - "%d/%m/%y %H:%M:%S.%f", - "%d/%m/%y %H:%M", - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", + "%d/%m/%Y %H:%M:%S", + "%d/%m/%Y %H:%M:%S.%f", + "%d/%m/%Y %H:%M", + "%d/%m/%y %H:%M:%S", + "%d/%m/%y %H:%M:%S.%f", + "%d/%m/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", "%Y-%m-%d" - ], - "DATE_FORMAT": "j \\d\\e F \\d\\e Y", + ], + "DATE_FORMAT": "j \\d\\e F \\d\\e Y", "DATE_INPUT_FORMATS": [ - "%d/%m/%Y", - "%d/%m/%y", + "%d/%m/%Y", + "%d/%m/%y", "%Y-%m-%d" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "1", - "MONTH_DAY_FORMAT": "j \\d\\e F", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "d/m/Y G:i", - "SHORT_DATE_FORMAT": "d/m/Y", - "THOUSAND_SEPARATOR": ".", - "TIME_FORMAT": "G:i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "1", + "MONTH_DAY_FORMAT": "j \\d\\e F", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "d/m/Y G:i", + "SHORT_DATE_FORMAT": "d/m/Y", + "THOUSAND_SEPARATOR": ".", + "TIME_FORMAT": "G:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F \\d\\e\\l Y" }; diff --git a/cms/static/js/i18n/ca@valencia/djangojs.js b/cms/static/js/i18n/ca@valencia/djangojs.js index f679ffd7ad..8da83a3094 100644 --- a/cms/static/js/i18n/ca@valencia/djangojs.js +++ b/cms/static/js/i18n/ca@valencia/djangojs.js @@ -20,1309 +20,1309 @@ django.catalog = django.catalog || {}; var newcatalog = { - "\n\nThis email is to let you know that the status of your proctoring session review for %(exam_name)s in\n%(course_name)s is %(status)s. If you have any questions about proctoring,\ncontact %(platform)s support at %(contact_email)s.\n\n": "\n\nAquest correu electr\u00f2nic us permet fer-vos saber que l'estat de la revisi\u00f3 de la vostra sessi\u00f3 de supervisi\u00f3 correspon a %(exam_name)s a\n%(course_name)s est\u00e0 %(status)s. Si teniu cap pregunta sobre la supervisi\u00f3,\ncontacteu %(platform)s amb el suport a %(contact_email)s.\n\n", - "\n Make sure you are on a computer with a webcam, and that you have valid photo identification\n such as a driver's license or passport, before you continue.\n ": "\n Assegureu-vos que sou en una computadora amb una c\u00e0mera web i que tingueu una identificaci\u00f3 amb foto v\u00e0lida\n com ara una llic\u00e8ncia de conduir o un passaport, abans de continuar.\n ", - "\n Your verification attempt failed. Please read our guidelines to make\n sure you understand the requirements for successfully completing verification,\n then try again.\n ": "\n Ha fallat l'intent de verificaci\u00f3. Llegiu les nostres directrius per\n assegurar-vos d'entendre els requisits per completar la verificaci\u00f3 amb \u00e8xit,\n torneu-ho a provar.\n ", - "\n Your verification has expired. You must successfully complete a new identity verification\n before you can start the proctored exam.\n ": "\n La teva verificaci\u00f3 ha caducat. Heu de completar amb \u00e8xit una nova verificaci\u00f3 d'identitat\n abans de poder iniciar l'examen supervisat.\n ", - "\n Your verification is pending. Results should be available 2-3 days after you\n submit your verification.\n ": "\n La verificaci\u00f3 est\u00e0 pendent. Els resultats haurien d'estar disponibles 2 o 3 dies despr\u00e9s d'haver-los fet\n envieu la vostra verificaci\u00f3.\n ", - "\n Complete your verification before starting the proctored exam.\n ": "\n Completeu la vostra verificaci\u00f3 abans d'iniciar l'examen processat.\n ", - "\n You must successfully complete identity verification before you can start the proctored exam.\n ": "\n Cal completar amb \u00e8xit la verificaci\u00f3 d'identitat abans de poder iniciar l'examen supervisat.\n ", - "\n 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 ": "\n No tanqueu aquesta finestra abans d'acabar l'examen. si tanqueu aquesta finestra, la vostra sessi\u00f3 de processament finalitza i no finalitzar\u00e0 amb \u00e8xit l'examen processat.\n ", - "\n Return to the %(platform_name)s course window to start your exam. When you have finished your exam and\n have marked it as complete, you can close this window to end the proctoring session\n and upload your proctoring session data for review.\n ": "\n Torneu a la finestra del curs %(platform_name)s per comen\u00e7ar l'examen. Quan hagueu acabat l'examen i\n ho heu marcat com a complet, podeu tancar aquesta finestra per finalitzar la sessi\u00f3 de processament\n i carregueu les dades de la sessi\u00f3 de supervisi\u00f3 per a la seva revisi\u00f3.\n ", - "\n 3. When you have finished setting up proctoring, start the exam.\n ": "\n 3. Quan h\u00e0giu acabat de configurar la supervisi\u00f3 pr\u00e8via, comenceu l'examen.\n ", - "\n Start my exam\n ": "\n Comen\u00e7a el meu examen\n ", - "\n • When you start your exam you will have %(total_time)s to complete it.
\n • You cannot stop the timer once you start.
\n • If time expires before you finish your exam, your completed answers will be\n submitted for review.
\n ": "\n • Quan inicieu l'examen que tindreu %(total_time)s que completar-ho.
\n • No podeu parar el rellotge un cop he comen\u00e7at.
\n • Si el temps caduca abans d'acabar l'examen, les seves respostes completes seran\n presentades per a la seva revisi\u00f3.
\n ", - "\n 1. Copy this unique exam code. You will be prompted to paste this code later before you start the exam.\n ": "\n 1. Copieu aquest codi d'examen \u00fanic. Se us demanar\u00e0 que enganxeu aquest codi m\u00e9s endavant abans d'iniciar l'examen.\n ", - "\n 2. Follow the link below to set up proctoring.\n ": "\n 2. Seguiu l'enlla\u00e7 seg\u00fcent per configurar la supervisi\u00f3.\n ", - "\n A new window will open. You will run a system check before downloading the proctoring application.\n ": "\n S'obrir\u00e0 una finestra nova. Realitzar\u00e0s una verificaci\u00f3 del sistema abans de descarregar l'aplicaci\u00f3 de tramitaci\u00f3.\n ", - "\n About Proctored Exams\n ": "\n Al voltant de Ex\u00e0mens Supervisats\n ", - "\n After the due date has passed, you can review the exam, but you cannot change your answers.\n ": "\n Despr\u00e9s de la data de venciment, podeu revisar l'examen, per\u00f2 no podeu canviar les vostres respostes.\n ", - "\n Are you sure you want to take this exam without proctoring?\n ": "\n Esteu segur que voleu fer aquest examen sense fer proves?\n ", - "\n Due to unsatisfied prerequisites, you can only take this exam without proctoring.\n ": "\n A causa de requisits previs insatisfets, nom\u00e9s podeu fer aquest examen sense fer proves.\n ", - "\n I am not interested in academic credit.\n ": "\n No m'interessa el cr\u00e8dit acad\u00e8mic.\n ", - "\n I am ready to start this timed exam.\n ": "\n Estic preparat per iniciar aquest examen cronometrat.\n ", - "\n If you take this exam without proctoring, you will no longer be eligible for academic credit. \n ": "\n Si feu aquest examen sense processament, no ser\u00e0 elegible per al cr\u00e8dit acad\u00e8mic.\n ", - "\n No, I want to continue working.\n ": "\n No, vull seguir treballant.\n ", - "\n No, I'd like to continue working\n ": "\n No, m'agradaria continuar treballant\n ", - "\n Select the exam code, then copy it using Command+C (Mac) or Control+C (Windows).\n ": "\n Seleccioneu el codi de l'examen i, a continuaci\u00f3, copieu-lo usant Command + C (Mac) o Control + C (Windows).\n ", - "\n The time allotted for this exam has expired. Your exam has been submitted and any work you completed will be graded.\n ": "\n El temps assignat per a aquest examen ha caducat. S'ha enviat el vostre examen i es classificar\u00e0 el treball completat.\n ", - "\n You have submitted your timed exam.\n ": "\n Heu enviat el vostre examen cronometrat.\n ", - "\n You will be asked to verify your identity as part of the proctoring exam set up.\n Make sure you are on a computer with a webcam, and that you have valid photo identification\n such as a driver's license or passport, before you continue.\n ": "\n Se us demanar\u00e0 que verifiqueu la vostra identitat com a part de la configuraci\u00f3 de l'examen de supervisi\u00f3.\n Assegureu-vos que sou en una computadora amb una c\u00e0mera web i que tingueu una identificaci\u00f3 amb foto v\u00e0lida\n com ara una llic\u00e8ncia de conduir o un passaport, abans de continuar.\n ", - "\n You will be guided through steps to set up online proctoring software and to perform various checks.\n ": "\n Us guiarem pels passos necessaris per configurar el programari de processament en l\u00ednia i realitzar diversos controls.\n ", - "\n You will be guided through steps to set up online proctoring software and to perform various checks.
\n ": "\n Us guiarem pels passos necessaris per configurar el programari de processament en l\u00ednia i realitzar diversos controls.
\n ", - "\n • After you quit the proctoring session, the recorded data is uploaded for review.
\n • Proctoring results are usually available within 5 business days after you submit your exam.\n ": "\n • Despr\u00e9s d'abandonar la sessi\u00f3 de supervisi\u00f3, es carregaran les dades gravades per a la seva revisi\u00f3.
\n • Els resultats de la supervisi\u00f3 solen estar disponibles dins dels 5 dies h\u00e0bils posteriors a l'enviament de l'examen.\n ", - "\n A technical error has occurred with your proctored exam. To resolve this problem, contact\n technical support. All exam data, including answers\n for completed problems, has been lost. When the problem is resolved you will need to restart\n the exam and complete all problems again.\n ": "\n S'ha produ\u00eft un error t\u00e8cnic amb l'examen supervisat. Per resoldre aquest problema, poseu-vos en contacte amb\n el suport t\u00e8cnic. Totes les dades de l'examen, incloses les respostes\n per problemes complets, s'ha perdut. Quan es resol el problema, haur\u00e0s de reiniciar\n l'ex\u00e0men icompletar els problemes de nou.\n ", - "\n After the due date for this exam has passed, you will be able to review your answers on this page.\n ": "\n Un cop superada la data de venciment d'aquest examen, podreu revisar les vostres respostes en aquesta p\u00e0gina.\n ", - "\n After you submit your exam, your exam will be graded.\n ": "\n Despr\u00e9s d'enviar el vostre examen, el vostre examen es classificar\u00e0.\n ", - "\n After you submit your exam, your responses are graded and your proctoring session is reviewed.\n You might be eligible to earn academic credit for this course if you complete all required exams\n as well as achieve a final grade that meets credit requirements for the course.\n ": "\n Despr\u00e9s d'enviar l'examen, les seves respostes es classifiquen i es revisa la seva sessi\u00f3 de supervisi\u00f3.\n Podria ser elegible per obtenir el cr\u00e8dit acad\u00e8mic d'aquest curs si completa tots els ex\u00e0mens requerits\n aix\u00ed com aconseguir una nota final que compleixi els requisits de cr\u00e8dit del curs.\n ", - "\n Are you sure that you want to submit your timed exam?\n ": "\n Est\u00e0s segur que vols enviar el teu examen cronol\u00f2gic?\n ", - "\n Are you sure you want to end your proctored exam?\n ": "\n Esteu segur que voleu finalitzar el vostre examen supervisat?\n ", - "\n Because the due date has passed, you are no longer able to take this exam.\n ": "\n Com que ja ha passat la data de venciment, ja no podreu fer aquest examen.\n ", - "\n Error with proctored exam\n ": "\n S'ha produ\u00eft un error en l'examen supervisat\n ", - "\n Follow these instructions\n ": "\n Seguiu aquestes instruccions\n ", - "\n Follow these steps to set up and start your proctored exam.\n ": "\n Seguiu aquests passos per configurar i iniciar l'examen supervisat.\n ", - "\n Get familiar with proctoring for real exams later in the course. This practice exam has no impact\n on your grade in the course.\n ": "\n Familiaritzeu-vos amb la preparaci\u00f3 d'ex\u00e0mens reals m\u00e9s tard en el curs. Aquest examen de pr\u00e0ctica no t\u00e9 cap impacte\n a la vostra nota del curs.\n ", - "\n If the proctoring software window is still open, you can close it now. Confirm that you want to quit the application when you are prompted.\n ": "\n Si la finestra del programari de processament encara est\u00e0 oberta, ara podeu tancar-la ara. Confirmeu que voleu deixar l'aplicaci\u00f3 quan se us demani.\n ", - "\n If you have concerns about your proctoring session results, contact your course team.\n ": "\n Si teniu dubtes sobre els resultats de la sessi\u00f3 de supervisi\u00f3, contacteu amb l'equip del vostre curs.\n ", - "\n If you have disabilities,\n you might be eligible for an additional time allowance on timed exams.\n Ask your course team for information about additional time allowances.\n ": "\n Si teniu discapacitats,\n \u00e9s possible que tingueu dret a una assignaci\u00f3 de temps addicional en ex\u00e0mens temporitzats.\n Pregunteu a l'equip del vostre curs per obtenir informaci\u00f3 sobre les assignacions de temps addicionals.", - "\n If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n ": "\n Si teniu preguntes sobre l'estat dels resultats dels ex\u00e0mens supervisats, contacteu amb el suport de %(platform_name)s.\n ", - "\n If you have questions about the status of your requirements for course credit, contact %(platform_name)s Support.\n ": "\n Si teniu preguntes sobre l'estat dels vostres requisits per al cr\u00e8dit del curs, contacteu amb el suport de %(platform_name)s \n ", - "\n Make sure that you have selected \"Submit\" for each problem before you submit your exam.\n ": "\n Assegureu-vos que heu seleccionat \"Enviar\" per a cada problema abans d'enviar l'examen.\n ", - "\n Practice exams do not affect your grade or your credit eligibility.\n You have completed this practice exam and can continue with your course work.\n ": "\n Els ex\u00e0mens pr\u00e0ctics no afecten el vostre grau o la vostra elegibilitat credit\u00edcia.\n Heu completat aquest examen de pr\u00e0ctica i podeu continuar amb el vostre curs.\n ", - "\n The due date for this exam has passed\n ": "\n La data de venciment d'aquest examen ha passat\n ", - "\n There was a problem with your practice proctoring session\n ": "\n Hi ha hagut un problema amb la vostra sessi\u00f3 de supervisi\u00f3 de pr\u00e0ctiques\n ", - "\n This exam is proctored\n ": "\n Aquest ex\u00e0men est\u00e0 supervisat\n ", - "\n To be eligible for course credit or for a MicroMasters credential, you must pass the proctoring review for this exam.\n ": "\n Per poder optar al cr\u00e8dit del curs o per obtenir una credencial de MicroMasters, haureu de passar la revisi\u00f3 de supervisi\u00f3 per a aquest examen.\n ", - "\n To view your exam questions and responses, select View my exam. The exam's review status is shown in the left navigation pane.\n ": "\n Per veure les preguntes i respostes de l'examen, seleccioneu Veure el meu examen . L'estat de la revisi\u00f3 de l'examen es mostra al panell de navegaci\u00f3 esquerre.\n ", - "\n Try a proctored exam\n ": "\n Proveu un examen supervisat\n ", - "\n View your credit eligibility status on your Progress page.\n ": "\n Consulteu el vostre estat d'elegibilitat de cr\u00e8dit a la vostre p\u00e0gina de Progr\u00e9s .\n ", - "\n Yes, end my proctored exam\n ": "\n S\u00ed, finalitzar el meu examen supervisat \n ", - "\n Yes, submit my timed exam.\n ": "\n S\u00ed, envieu el meu examen cronometrat.\n ", - "\n You are eligible to purchase academic credit for this course if you complete all required exams\n and also achieve a final grade that meets the credit requirements for the course.\n ": "\n Podeu adquirir un cr\u00e8dit acad\u00e8mic per a aquest curs si completa els ex\u00e0mens requerits\n i tamb\u00e9 aconseguir una nota final que compleixi amb els requisits de cr\u00e8dit del curs.\n ", - "\n You are no longer eligible for academic credit for this course, regardless of your final grade.\n If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n ": "\n Ja no podeu obtenir cr\u00e8dits acad\u00e8mics per a aquest curs, independentment de la nota final.\n Si teniu preguntes sobre l'estat dels resultats dels ex\u00e0mens supervisats, contacteu amb el suport de %(platform_name)s.\n ", - "\n You have submitted this practice proctored exam\n ": "\n Heu enviat aquest examen pr\u00e0ctic tutelat\n ", - "\n You have submitted this proctored exam for review\n ": "\n Heu enviat aquest examen tutelat per a la seva revisi\u00f3\n ", - "\n Your grade for this timed exam will be immediately available on the Progress page.\n ": "\n El vostre grau d'aquest examen temporal estar\u00e0 disponible immediatament a la p\u00e0gina de Progr\u00e9s.\n ", - "\n Your practice proctoring results: Unsatisfactory \n ": "\n Els resultats de la seva pr\u00e0ctica de supervisi\u00f3: Insatisfactori \n ", - "\n Your proctoring session ended before you completed this practice exam.\n You can retry this practice exam if you had problems setting up the online proctoring software.\n ": "\n La sessi\u00f3 de supervisi\u00f3 finalitzava abans de completar aquest examen de pr\u00e0ctica.\n Podeu tornar a provar aquest examen de pr\u00e0ctica si teniu problemes per configurar el programari de processament en l\u00ednia.\n ", - "\n Your proctoring session was reviewed and did not pass requirements\n ": "\n S'ha revisat la vostra sessi\u00f3 de supervisi\u00f3 i no va passar els requisits\n ", - "\n Your proctoring session was reviewed and passed all requirements\n ": "\n S'ha revisat la vostra sessi\u00f3 de supervisi\u00f3 i es van aprovar tots els requisits\n ", - "\n %(exam_name)s is a Timed Exam (%(total_time)s)\n ": "\n %(exam_name)s \u00e9s un examen cronometrat (%(total_time)s)\n ", - "\n The following prerequisites are in a pending state and must be successfully completed before you can proceed:\n ": "\n Els prerequisits seg\u00fcents es troben en estat pedent i s'ha de completar amb \u00e8xit abans de poder continuar:\n ", - "\n You can take this exam with proctoring only when all prerequisites have been successfully completed. Check your Progress page to see if prerequisite results have been updated. You can also take this exam now without proctoring, but you will not be eligible for credit.\n ": "\n Podeu fer aquest examen amb la supervisi\u00f3 nom\u00e9s quan tots els requisits previs s'han completat correctament. Consulteu la vostra p\u00e0gina de Progr\u00e9s per veure si s'han actualitzat els resultats previs. Tamb\u00e9 podeu fer aquest examen ara sense procedir, per\u00f2 no podreu obtenir el cr\u00e8dit.\n ", - "\n You did not satisfy the following prerequisites:\n ": "\n No heu satisfet els requisits previs seg\u00fcents:\n ", - "\n You did not satisfy the requirements for taking this exam with proctoring, and are not eligible for credit. See your Progress page for a list of requirements and your status for each.\n ": "\n No heu satisfet els requisits per fer aquest examen amb supervisi\u00f3 pr\u00e8via, i no \u00e9s apte per al cr\u00e8dit. Mireu la vostra p\u00e0gina de Progr\u00e9s per obtenir una llista de requisits i el vostre estat per a cadascun.\n ", - "\n You have not completed the prerequisites for this exam. All requirements must be satisfied before you can take this proctored exam and be eligible for credit. See your Progress page for a list of requirements in the order that they must be completed.\n ": "\n No heu completat els requisits previs per a aquest examen. Tots els requisits han de ser satisfets abans de poder fer aquest examen de prova i ser elegibles per al cr\u00e8dit. Mireu la vostra p\u00e0gina de Progr\u00e9s per obtenir una llista de requisits en l'ordre que s'han de completar.\n ", - " ${price} {currency} )": " ${price} {currency} )", - " From this point in time, you must follow the online proctoring rules to pass the proctoring review for your exam. ": " A partir d 'aquest moment, heu de seguir les regles de supervisi\u00f3 en l\u00ednia Per aprovar la revisi\u00f3 de supervisi\u00f3 per al vostre examen.", - " Your Proctoring Session Has Started ": "S'ha iniciat la vostra sessi\u00f3 de supervisi\u00f3", - " and ": "i", - " and {num_of_minutes} minute": "i {num_of_minutes} minut", - " and {num_of_minutes} minutes": "i {num_of_minutes} minuts", - " to complete and submit the exam.": "per completar i enviar l'examen.", - "${listPrice}": "${listPrice}", - "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", - "%(download_link_start)sDownload this image (right-click or option-click, save as)%(link_end)s and then %(upload_link_start)supload%(link_end)s it to your backpack.": "%(download_link_start)sBaixeu aquesta imatge (feu clic amb el bot\u00f3 secundari o feu clic a l'opci\u00f3, desa com a)%(link_end)s i aleshores %(upload_link_start)spujar%(link_end)s a la teva motxilla.", - "%(new_item_message)s": "%(new_item_message)s", - "%(programName)s Home Page.": "P\u00e0gina d'Inici de %(programName)s", + "\n\nThis email is to let you know that the status of your proctoring session review for %(exam_name)s in\n%(course_name)s is %(status)s. If you have any questions about proctoring,\ncontact %(platform)s support at %(contact_email)s.\n\n": "\n\nAquest correu electr\u00f2nic us permet fer-vos saber que l'estat de la revisi\u00f3 de la vostra sessi\u00f3 de supervisi\u00f3 correspon a %(exam_name)s a\n%(course_name)s est\u00e0 %(status)s. Si teniu cap pregunta sobre la supervisi\u00f3,\ncontacteu %(platform)s amb el suport a %(contact_email)s.\n\n", + "\n Make sure you are on a computer with a webcam, and that you have valid photo identification\n such as a driver's license or passport, before you continue.\n ": "\n Assegureu-vos que sou en una computadora amb una c\u00e0mera web i que tingueu una identificaci\u00f3 amb foto v\u00e0lida\n com ara una llic\u00e8ncia de conduir o un passaport, abans de continuar.\n ", + "\n Your verification attempt failed. Please read our guidelines to make\n sure you understand the requirements for successfully completing verification,\n then try again.\n ": "\n Ha fallat l'intent de verificaci\u00f3. Llegiu les nostres directrius per\n assegurar-vos d'entendre els requisits per completar la verificaci\u00f3 amb \u00e8xit,\n torneu-ho a provar.\n ", + "\n Your verification has expired. You must successfully complete a new identity verification\n before you can start the proctored exam.\n ": "\n La teva verificaci\u00f3 ha caducat. Heu de completar amb \u00e8xit una nova verificaci\u00f3 d'identitat\n abans de poder iniciar l'examen supervisat.\n ", + "\n Your verification is pending. Results should be available 2-3 days after you\n submit your verification.\n ": "\n La verificaci\u00f3 est\u00e0 pendent. Els resultats haurien d'estar disponibles 2 o 3 dies despr\u00e9s d'haver-los fet\n envieu la vostra verificaci\u00f3.\n ", + "\n Complete your verification before starting the proctored exam.\n ": "\n Completeu la vostra verificaci\u00f3 abans d'iniciar l'examen processat.\n ", + "\n You must successfully complete identity verification before you can start the proctored exam.\n ": "\n Cal completar amb \u00e8xit la verificaci\u00f3 d'identitat abans de poder iniciar l'examen supervisat.\n ", + "\n 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 ": "\n No tanqueu aquesta finestra abans d'acabar l'examen. si tanqueu aquesta finestra, la vostra sessi\u00f3 de processament finalitza i no finalitzar\u00e0 amb \u00e8xit l'examen processat.\n ", + "\n Return to the %(platform_name)s course window to start your exam. When you have finished your exam and\n have marked it as complete, you can close this window to end the proctoring session\n and upload your proctoring session data for review.\n ": "\n Torneu a la finestra del curs %(platform_name)s per comen\u00e7ar l'examen. Quan hagueu acabat l'examen i\n ho heu marcat com a complet, podeu tancar aquesta finestra per finalitzar la sessi\u00f3 de processament\n i carregueu les dades de la sessi\u00f3 de supervisi\u00f3 per a la seva revisi\u00f3.\n ", + "\n 3. When you have finished setting up proctoring, start the exam.\n ": "\n 3. Quan h\u00e0giu acabat de configurar la supervisi\u00f3 pr\u00e8via, comenceu l'examen.\n ", + "\n Start my exam\n ": "\n Comen\u00e7a el meu examen\n ", + "\n • When you start your exam you will have %(total_time)s to complete it.
\n • You cannot stop the timer once you start.
\n • If time expires before you finish your exam, your completed answers will be\n submitted for review.
\n ": "\n • Quan inicieu l'examen que tindreu %(total_time)s que completar-ho.
\n • No podeu parar el rellotge un cop he comen\u00e7at.
\n • Si el temps caduca abans d'acabar l'examen, les seves respostes completes seran\n presentades per a la seva revisi\u00f3.
\n ", + "\n 1. Copy this unique exam code. You will be prompted to paste this code later before you start the exam.\n ": "\n 1. Copieu aquest codi d'examen \u00fanic. Se us demanar\u00e0 que enganxeu aquest codi m\u00e9s endavant abans d'iniciar l'examen.\n ", + "\n 2. Follow the link below to set up proctoring.\n ": "\n 2. Seguiu l'enlla\u00e7 seg\u00fcent per configurar la supervisi\u00f3.\n ", + "\n A new window will open. You will run a system check before downloading the proctoring application.\n ": "\n S'obrir\u00e0 una finestra nova. Realitzar\u00e0s una verificaci\u00f3 del sistema abans de descarregar l'aplicaci\u00f3 de tramitaci\u00f3.\n ", + "\n About Proctored Exams\n ": "\n Al voltant de Ex\u00e0mens Supervisats\n ", + "\n After the due date has passed, you can review the exam, but you cannot change your answers.\n ": "\n Despr\u00e9s de la data de venciment, podeu revisar l'examen, per\u00f2 no podeu canviar les vostres respostes.\n ", + "\n Are you sure you want to take this exam without proctoring?\n ": "\n Esteu segur que voleu fer aquest examen sense fer proves?\n ", + "\n Due to unsatisfied prerequisites, you can only take this exam without proctoring.\n ": "\n A causa de requisits previs insatisfets, nom\u00e9s podeu fer aquest examen sense fer proves.\n ", + "\n I am not interested in academic credit.\n ": "\n No m'interessa el cr\u00e8dit acad\u00e8mic.\n ", + "\n I am ready to start this timed exam.\n ": "\n Estic preparat per iniciar aquest examen cronometrat.\n ", + "\n If you take this exam without proctoring, you will no longer be eligible for academic credit. \n ": "\n Si feu aquest examen sense processament, no ser\u00e0 elegible per al cr\u00e8dit acad\u00e8mic.\n ", + "\n No, I want to continue working.\n ": "\n No, vull seguir treballant.\n ", + "\n No, I'd like to continue working\n ": "\n No, m'agradaria continuar treballant\n ", + "\n Select the exam code, then copy it using Command+C (Mac) or Control+C (Windows).\n ": "\n Seleccioneu el codi de l'examen i, a continuaci\u00f3, copieu-lo usant Command + C (Mac) o Control + C (Windows).\n ", + "\n The time allotted for this exam has expired. Your exam has been submitted and any work you completed will be graded.\n ": "\n El temps assignat per a aquest examen ha caducat. S'ha enviat el vostre examen i es classificar\u00e0 el treball completat.\n ", + "\n You have submitted your timed exam.\n ": "\n Heu enviat el vostre examen cronometrat.\n ", + "\n You will be asked to verify your identity as part of the proctoring exam set up.\n Make sure you are on a computer with a webcam, and that you have valid photo identification\n such as a driver's license or passport, before you continue.\n ": "\n Se us demanar\u00e0 que verifiqueu la vostra identitat com a part de la configuraci\u00f3 de l'examen de supervisi\u00f3.\n Assegureu-vos que sou en una computadora amb una c\u00e0mera web i que tingueu una identificaci\u00f3 amb foto v\u00e0lida\n com ara una llic\u00e8ncia de conduir o un passaport, abans de continuar.\n ", + "\n You will be guided through steps to set up online proctoring software and to perform various checks.\n ": "\n Us guiarem pels passos necessaris per configurar el programari de processament en l\u00ednia i realitzar diversos controls.\n ", + "\n You will be guided through steps to set up online proctoring software and to perform various checks.
\n ": "\n Us guiarem pels passos necessaris per configurar el programari de processament en l\u00ednia i realitzar diversos controls.
\n ", + "\n • After you quit the proctoring session, the recorded data is uploaded for review.
\n • Proctoring results are usually available within 5 business days after you submit your exam.\n ": "\n • Despr\u00e9s d'abandonar la sessi\u00f3 de supervisi\u00f3, es carregaran les dades gravades per a la seva revisi\u00f3.
\n • Els resultats de la supervisi\u00f3 solen estar disponibles dins dels 5 dies h\u00e0bils posteriors a l'enviament de l'examen.\n ", + "\n A technical error has occurred with your proctored exam. To resolve this problem, contact\n technical support. All exam data, including answers\n for completed problems, has been lost. When the problem is resolved you will need to restart\n the exam and complete all problems again.\n ": "\n S'ha produ\u00eft un error t\u00e8cnic amb l'examen supervisat. Per resoldre aquest problema, poseu-vos en contacte amb\n el suport t\u00e8cnic. Totes les dades de l'examen, incloses les respostes\n per problemes complets, s'ha perdut. Quan es resol el problema, haur\u00e0s de reiniciar\n l'ex\u00e0men icompletar els problemes de nou.\n ", + "\n After the due date for this exam has passed, you will be able to review your answers on this page.\n ": "\n Un cop superada la data de venciment d'aquest examen, podreu revisar les vostres respostes en aquesta p\u00e0gina.\n ", + "\n After you submit your exam, your exam will be graded.\n ": "\n Despr\u00e9s d'enviar el vostre examen, el vostre examen es classificar\u00e0.\n ", + "\n After you submit your exam, your responses are graded and your proctoring session is reviewed.\n You might be eligible to earn academic credit for this course if you complete all required exams\n as well as achieve a final grade that meets credit requirements for the course.\n ": "\n Despr\u00e9s d'enviar l'examen, les seves respostes es classifiquen i es revisa la seva sessi\u00f3 de supervisi\u00f3.\n Podria ser elegible per obtenir el cr\u00e8dit acad\u00e8mic d'aquest curs si completa tots els ex\u00e0mens requerits\n aix\u00ed com aconseguir una nota final que compleixi els requisits de cr\u00e8dit del curs.\n ", + "\n Are you sure that you want to submit your timed exam?\n ": "\n Est\u00e0s segur que vols enviar el teu examen cronol\u00f2gic?\n ", + "\n Are you sure you want to end your proctored exam?\n ": "\n Esteu segur que voleu finalitzar el vostre examen supervisat?\n ", + "\n Because the due date has passed, you are no longer able to take this exam.\n ": "\n Com que ja ha passat la data de venciment, ja no podreu fer aquest examen.\n ", + "\n Error with proctored exam\n ": "\n S'ha produ\u00eft un error en l'examen supervisat\n ", + "\n Follow these instructions\n ": "\n Seguiu aquestes instruccions\n ", + "\n Follow these steps to set up and start your proctored exam.\n ": "\n Seguiu aquests passos per configurar i iniciar l'examen supervisat.\n ", + "\n Get familiar with proctoring for real exams later in the course. This practice exam has no impact\n on your grade in the course.\n ": "\n Familiaritzeu-vos amb la preparaci\u00f3 d'ex\u00e0mens reals m\u00e9s tard en el curs. Aquest examen de pr\u00e0ctica no t\u00e9 cap impacte\n a la vostra nota del curs.\n ", + "\n If the proctoring software window is still open, you can close it now. Confirm that you want to quit the application when you are prompted.\n ": "\n Si la finestra del programari de processament encara est\u00e0 oberta, ara podeu tancar-la ara. Confirmeu que voleu deixar l'aplicaci\u00f3 quan se us demani.\n ", + "\n If you have concerns about your proctoring session results, contact your course team.\n ": "\n Si teniu dubtes sobre els resultats de la sessi\u00f3 de supervisi\u00f3, contacteu amb l'equip del vostre curs.\n ", + "\n If you have disabilities,\n you might be eligible for an additional time allowance on timed exams.\n Ask your course team for information about additional time allowances.\n ": "\n Si teniu discapacitats,\n \u00e9s possible que tingueu dret a una assignaci\u00f3 de temps addicional en ex\u00e0mens temporitzats.\n Pregunteu a l'equip del vostre curs per obtenir informaci\u00f3 sobre les assignacions de temps addicionals.", + "\n If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n ": "\n Si teniu preguntes sobre l'estat dels resultats dels ex\u00e0mens supervisats, contacteu amb el suport de %(platform_name)s.\n ", + "\n If you have questions about the status of your requirements for course credit, contact %(platform_name)s Support.\n ": "\n Si teniu preguntes sobre l'estat dels vostres requisits per al cr\u00e8dit del curs, contacteu amb el suport de %(platform_name)s \n ", + "\n Make sure that you have selected \"Submit\" for each problem before you submit your exam.\n ": "\n Assegureu-vos que heu seleccionat \"Enviar\" per a cada problema abans d'enviar l'examen.\n ", + "\n Practice exams do not affect your grade or your credit eligibility.\n You have completed this practice exam and can continue with your course work.\n ": "\n Els ex\u00e0mens pr\u00e0ctics no afecten el vostre grau o la vostra elegibilitat credit\u00edcia.\n Heu completat aquest examen de pr\u00e0ctica i podeu continuar amb el vostre curs.\n ", + "\n The due date for this exam has passed\n ": "\n La data de venciment d'aquest examen ha passat\n ", + "\n There was a problem with your practice proctoring session\n ": "\n Hi ha hagut un problema amb la vostra sessi\u00f3 de supervisi\u00f3 de pr\u00e0ctiques\n ", + "\n This exam is proctored\n ": "\n Aquest ex\u00e0men est\u00e0 supervisat\n ", + "\n To be eligible for course credit or for a MicroMasters credential, you must pass the proctoring review for this exam.\n ": "\n Per poder optar al cr\u00e8dit del curs o per obtenir una credencial de MicroMasters, haureu de passar la revisi\u00f3 de supervisi\u00f3 per a aquest examen.\n ", + "\n To view your exam questions and responses, select View my exam. The exam's review status is shown in the left navigation pane.\n ": "\n Per veure les preguntes i respostes de l'examen, seleccioneu Veure el meu examen . L'estat de la revisi\u00f3 de l'examen es mostra al panell de navegaci\u00f3 esquerre.\n ", + "\n Try a proctored exam\n ": "\n Proveu un examen supervisat\n ", + "\n View your credit eligibility status on your Progress page.\n ": "\n Consulteu el vostre estat d'elegibilitat de cr\u00e8dit a la vostre p\u00e0gina de Progr\u00e9s .\n ", + "\n Yes, end my proctored exam\n ": "\n S\u00ed, finalitzar el meu examen supervisat \n ", + "\n Yes, submit my timed exam.\n ": "\n S\u00ed, envieu el meu examen cronometrat.\n ", + "\n You are eligible to purchase academic credit for this course if you complete all required exams\n and also achieve a final grade that meets the credit requirements for the course.\n ": "\n Podeu adquirir un cr\u00e8dit acad\u00e8mic per a aquest curs si completa els ex\u00e0mens requerits\n i tamb\u00e9 aconseguir una nota final que compleixi amb els requisits de cr\u00e8dit del curs.\n ", + "\n You are no longer eligible for academic credit for this course, regardless of your final grade.\n If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n ": "\n Ja no podeu obtenir cr\u00e8dits acad\u00e8mics per a aquest curs, independentment de la nota final.\n Si teniu preguntes sobre l'estat dels resultats dels ex\u00e0mens supervisats, contacteu amb el suport de %(platform_name)s.\n ", + "\n You have submitted this practice proctored exam\n ": "\n Heu enviat aquest examen pr\u00e0ctic tutelat\n ", + "\n You have submitted this proctored exam for review\n ": "\n Heu enviat aquest examen tutelat per a la seva revisi\u00f3\n ", + "\n Your grade for this timed exam will be immediately available on the Progress page.\n ": "\n El vostre grau d'aquest examen temporal estar\u00e0 disponible immediatament a la p\u00e0gina de Progr\u00e9s.\n ", + "\n Your practice proctoring results: Unsatisfactory \n ": "\n Els resultats de la seva pr\u00e0ctica de supervisi\u00f3: Insatisfactori \n ", + "\n Your proctoring session ended before you completed this practice exam.\n You can retry this practice exam if you had problems setting up the online proctoring software.\n ": "\n La sessi\u00f3 de supervisi\u00f3 finalitzava abans de completar aquest examen de pr\u00e0ctica.\n Podeu tornar a provar aquest examen de pr\u00e0ctica si teniu problemes per configurar el programari de processament en l\u00ednia.\n ", + "\n Your proctoring session was reviewed and did not pass requirements\n ": "\n S'ha revisat la vostra sessi\u00f3 de supervisi\u00f3 i no va passar els requisits\n ", + "\n Your proctoring session was reviewed and passed all requirements\n ": "\n S'ha revisat la vostra sessi\u00f3 de supervisi\u00f3 i es van aprovar tots els requisits\n ", + "\n %(exam_name)s is a Timed Exam (%(total_time)s)\n ": "\n %(exam_name)s \u00e9s un examen cronometrat (%(total_time)s)\n ", + "\n The following prerequisites are in a pending state and must be successfully completed before you can proceed:\n ": "\n Els prerequisits seg\u00fcents es troben en estat pedent i s'ha de completar amb \u00e8xit abans de poder continuar:\n ", + "\n You can take this exam with proctoring only when all prerequisites have been successfully completed. Check your Progress page to see if prerequisite results have been updated. You can also take this exam now without proctoring, but you will not be eligible for credit.\n ": "\n Podeu fer aquest examen amb la supervisi\u00f3 nom\u00e9s quan tots els requisits previs s'han completat correctament. Consulteu la vostra p\u00e0gina de Progr\u00e9s per veure si s'han actualitzat els resultats previs. Tamb\u00e9 podeu fer aquest examen ara sense procedir, per\u00f2 no podreu obtenir el cr\u00e8dit.\n ", + "\n You did not satisfy the following prerequisites:\n ": "\n No heu satisfet els requisits previs seg\u00fcents:\n ", + "\n You did not satisfy the requirements for taking this exam with proctoring, and are not eligible for credit. See your Progress page for a list of requirements and your status for each.\n ": "\n No heu satisfet els requisits per fer aquest examen amb supervisi\u00f3 pr\u00e8via, i no \u00e9s apte per al cr\u00e8dit. Mireu la vostra p\u00e0gina de Progr\u00e9s per obtenir una llista de requisits i el vostre estat per a cadascun.\n ", + "\n You have not completed the prerequisites for this exam. All requirements must be satisfied before you can take this proctored exam and be eligible for credit. See your Progress page for a list of requirements in the order that they must be completed.\n ": "\n No heu completat els requisits previs per a aquest examen. Tots els requisits han de ser satisfets abans de poder fer aquest examen de prova i ser elegibles per al cr\u00e8dit. Mireu la vostra p\u00e0gina de Progr\u00e9s per obtenir una llista de requisits en l'ordre que s'han de completar.\n ", + " ${price} {currency} )": " ${price} {currency} )", + " From this point in time, you must follow the online proctoring rules to pass the proctoring review for your exam. ": " A partir d 'aquest moment, heu de seguir les regles de supervisi\u00f3 en l\u00ednia Per aprovar la revisi\u00f3 de supervisi\u00f3 per al vostre examen.", + " Your Proctoring Session Has Started ": "S'ha iniciat la vostra sessi\u00f3 de supervisi\u00f3", + " and ": "i", + " and {num_of_minutes} minute": "i {num_of_minutes} minut", + " and {num_of_minutes} minutes": "i {num_of_minutes} minuts", + " to complete and submit the exam.": "per completar i enviar l'examen.", + "${listPrice}": "${listPrice}", + "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", + "%(download_link_start)sDownload this image (right-click or option-click, save as)%(link_end)s and then %(upload_link_start)supload%(link_end)s it to your backpack.": "%(download_link_start)sBaixeu aquesta imatge (feu clic amb el bot\u00f3 secundari o feu clic a l'opci\u00f3, desa com a)%(link_end)s i aleshores %(upload_link_start)spujar%(link_end)s a la teva motxilla.", + "%(new_item_message)s": "%(new_item_message)s", + "%(programName)s Home Page.": "P\u00e0gina d'Inici de %(programName)s", "%(sel)s of %(cnt)s selected": [ - "%(sel)s de %(cnt)s seleccionat", + "%(sel)s de %(cnt)s seleccionat", "%(sel)s of %(cnt)s seleccionats" - ], - "%(type)s Component Template Menu": "%(type)s Men\u00fa de plantilla de components", - "(Add signatories for a certificate)": "(Afegiu signataris per a un certificat)", - "(Required Field)": "(Camp necessari)", + ], + "%(type)s Component Template Menu": "%(type)s Men\u00fa de plantilla de components", + "(Add signatories for a certificate)": "(Afegiu signataris per a un certificat)", + "(Required Field)": "(Camp necessari)", "(contains %(student_count)s student)": [ - "(cont\u00e9 %(student_count)s estudiant)", + "(cont\u00e9 %(student_count)s estudiant)", "(cont\u00e9 %(student_count)s estudiants)" - ], - "- Sortable": "- Ordenable", - "6 a.m.": "6 a.m.", - "6 p.m.": "6 p.m.", - ": video upload complete.": ": c\u00e0rrega de v\u00eddeo completada.", - "A driver's license, passport, or government-issued ID with your name and photo.": "Llic\u00e8ncia de conduir, passaport o identificaci\u00f3 emesa pel govern amb el vostre nom i foto.", - "A driver's license, passport, or other government-issued ID with your name and photo": "Una llic\u00e8ncia de conduir, un passaport o una altra identificaci\u00f3 expedida pel govern amb el vostre nom i foto", - "A highlight to look forward to this week.": "Un aspecte destacable d'esperar aquesta setmana.", - "A list of courses you have just enrolled in as a verified student": "Una llista de cursos que acaba d'ingressar com a estudiant verificat", - "A valid email address is required": "Es requereix una adre\u00e7a electr\u00f2nica v\u00e0lida", - "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", - "API Key": "Clau API", - "API Secret": "API Secreta", - "Abbreviation": "Abreviaci\u00f3", - "About You": "Sobre tu", - "Access to some content in this unit is restricted to specific groups of learners": "L'acc\u00e9s a algun contingut d'aquesta unitat est\u00e0 restringit a grups espec\u00edfics d'estudiants", - "Access to some content in this {blockType} is restricted to specific groups of learners.": "L'acc\u00e9s a algun contingut d'aquest {blockType} est\u00e0 restringit a grups espec\u00edfics d'estudiants.", - "Access to this unit is restricted to: {selectedGroupsLabel}": "L'acc\u00e9s a aquesta unitat est\u00e0 restringit a: {selectedGroupsLabel}", - "Access to this {blockType} is restricted to: {selectedGroupsLabel}": "L'acc\u00e9s a aquest {blockType} est\u00e0 restringit a: {selectedGroupsLabel}", - "Account": "Compte", - "Account Not Activated": "El compte no est\u00e0 activat", - "Account Settings": "Configuraci\u00f3 del compte", - "Action": "Acci\u00f3", - "Action required: Enter a valid date.": "Acci\u00f3 requerida: introdu\u00efu una data v\u00e0lida.", - "Actions": "Accions", - "Activate": "Activar", - "Activate Your Account": "Activa el teu compte", - "Active": "Actiu", - "Active Uploads": "C\u00e0rregues actives", - "Add": "Afegir", - "Add Additional Signatory": "Afegeix signatari addicional", - "Add Cohort": "Afegeix cohort", - "Add Component:": "Afegeix un component:", - "Add Learners": "Afegiu aprenents", - "Add New Component": "Afegir un nou component", - "Add Thumbnail": "Afegir Miniatura", - "Add Thumbnail - {videoName}": "Afegir Miniatura - {videoName}", - "Add URLs for additional versions": "Afegiu URL per a versions addicionals", - "Add a Chapter": "Afegir un cap\u00edtol", - "Add a New Cohort": "Afegiu una nova cohort", - "Add a learning outcome here": "Afegiu aqu\u00ed un resultat d'aprenentatge", - "Add another group": "Afegeix un altre grup", - "Add learners to this cohort": "Afegiu els estudiants a aquesta cohort", - "Add notes about this learner": "Afegiu notes sobre aquest aprenent", - "Add to Exception List": "Afegeix a la llista d'excepcions", - "Add your first content group": "Afegiu el vostre primer grup de contingut", - "Add your first group configuration": "Afegiu la vostra configuraci\u00f3 de grup primer", - "Add your first textbook": "Afegiu el vostre primer llibre de text", - "Add {role} Access": "Afegeix {role} acc\u00e9s", - "Additional Time (minutes)": "Temps addicional (minuts)", - "Admin": "Administrador", - "Advanced": "Avan\u00e7at", - "After the course\\'s end date has passed, learners can no longer access subsection content. The subsection remains included in grade calculations.": "Un cop transcorreguda la data de finalitzaci\u00f3 del curs, els aprenents ja no poden accedir al contingut de la subsecci\u00f3. La subsecci\u00f3 roman inclosa en els c\u00e0lculs de qualificaci\u00f3.", - "After the subsection\\'s due date has passed, learners can no longer access its content. The subsection remains included in grade calculations.": "Despr\u00e9s de la data de venciment de la subscripci\u00f3, els aprenents ja no poden accedir al seu contingut. La subsecci\u00f3 roman inclosa en els c\u00e0lculs de qualificaci\u00f3.", - "After you select ": "Despr\u00e9s de seleccionar", - "All Learners and Staff": "Tots els alumnes i el personal", - "All Posts": "Totes les publicacions", - "All Rights Reserved": "Tots els drets reservats", - "All Topics": "Tots els temes", - "All Unreviewed": "Tots sense veure", - "All Unreviewed Failures": "Tots els errors no vistos", - "All groups must have a name.": "Tots els grups han de tenir un nom.", - "All groups must have a unique name.": "Tots els grups han de tenir un nom \u00fanic.", - "All professional education courses are fee-based, and require payment to complete the enrollment process.": "Tots els cursos d'educaci\u00f3 professional estan basats en tarifes i requereixen un pagament per completar el proc\u00e9s d'inscripci\u00f3.", - "All users on the Exception list": "Tots els usuaris de la llista Excepci\u00f3", - "All users on the Exception list who do not yet have a certificate": "Tots els usuaris de la llista Excepci\u00f3 que encara no tenen certificat", - "Already a course team member": "Ja \u00e9s membre d'un equip de cursos", - "Already a library team member": "Ja \u00e9s membre d'un equip de biblioteca", - "Already a member": "Ja ets membre", - "Already have an {platformName} account?": "Ja teniu un compte a {platformName}?", - "Always divide content-specific discussion topics": "Sempre divideu els temes de discussi\u00f3 espec\u00edfics del contingut", - "Always show assessment results": "Mostra els resultats de l'avaluaci\u00f3 sempre", - "Amount": "Import", - "An email has been sent to {userEmail} with a link for you to activate your account.": "S'ha enviat un correu electr\u00f2nic a {userEmail} amb un enlla\u00e7 perqu\u00e8 activeu el vostre compte.", - "An error has occurred. Wait a few minutes, and then try again.": "S'ha produ\u00eft un error. Espereu uns minuts i torneu-ho a provar.", - "An error occurred. Please reload the page.": "Hi ha hagut un error. Torna a carregar la p\u00e0gina.", - "April": "Abril", - "Are you having trouble finding a team to join?": "Tens problemes per trobar un equip per unir-te?", - "Are you sure you want to delete this comment?": "Segur que vols esborrar aquest comentari?", - "Are you sure you want to delete this post?": "Segur que vols esborrar aquest post?", - "Are you sure you want to delete this response?": "Segur que vols esborrar aquesta resposta?", - "Are you sure you want to delete this update?": "Segur que vols esborrar aquesta actualitzaci\u00f3?", - "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "Esteu segur que voleu eliminar {email} de l'equip del curs \u201c{container}\u201d?", - "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "Est\u00e0s segur que vols eliminar {email} de la biblioteca \u201c{container}\u201d?", - "Are you sure you want to remove this video from the list?": "Est\u00e0s segur que vols eliminar aquest v\u00eddeo de la llista?", - "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "Esteu segur que voleu restringir l'acc\u00e9s {email} a \u201c{container}\u201d?", - "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "Segur que vols esborrar aquest element? No es podran desfer els canvis!\n\n\nA m\u00e9s, qualsevol contingut enlla\u00e7at o que faci refer\u00e8ncia a aquest element ja no funcionar\u00e0 (imatges o enlla\u00e7os trencats)", - "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "Com a part del proc\u00e9s de verificaci\u00f3, feu una foto tant de la vostra cara com d'una identificaci\u00f3 de fotografia emesa pel govern. El nostre servei d'autoritzaci\u00f3 confirma la vostra identitat mitjan\u00e7ant la comparaci\u00f3 de la foto que es fa amb la foto a la vostra identificaci\u00f3.", - "As you complete courses, you will see them listed here.": "A mesura que completi els cursos, els veureu llistats aqu\u00ed.", - "Assessment Results Visibility": "Visibilitat de resultats d'avaluaci\u00f3", - "Assign learners to cohorts by uploading a CSV file": "Assigneu els aprenents a cohorts pujant un fitxer CSV", - "Assignment Type Name": "Nom del tipus d'assignaci\u00f3", - "Associated Content Group": "Grup de contingut associat", - "August": "Agost", - "Automated Transcripts": "Transcripcions automatitzades", - "Automatic": "Autom\u00e0tic", - "Automatic transcripts are disabled.": "Les transcripcions autom\u00e0tiques estan deshabilitades.", - "Available %s": "%s Disponibles", - "Back to sign in": "Torna a iniciar la sessi\u00f3", - "Back to {platform} FAQs": "Torna a preguntes m\u00e9s freq\u00fcents de {platform}", - "Basic": "B\u00e0sic", - "Be sure your entire face is inside the frame": "Assegureu-vos que tota la cara est\u00e0 dins del marc", - "Before proceeding, please confirm that your details match": "Abans de continuar, confirmeu que les dades coincideixen", - "Before you upgrade to a certificate track, you must activate your account.": "Abans d'actualitzar a una pista de certificat, heu d'activar el vostre compte.", - "Billed to": "S'ha facturat", - "Biography": "Biografia", - "Blockquote": "Cita", - "Blockquote (Ctrl+Q)": "Cita (Ctrl+Q)", - "Bold (Ctrl+B)": "Negreta (Ctrl+B)", - "Bookmarked on": "Marcats a", - "Browse": "Navega", - "Browse recently launched courses and see what\\'s new in your favorite subjects": "Exploreu cursos recentment llan\u00e7ats i vegeu qu\u00e8 \u00e9s nou en els vostres temes preferits", - "Bulk Exceptions": "Excepcions a granel", - "Bulleted List (Ctrl+U)": "Llista amb pics (Ctrl+U)", - "COMPLETED COURSES": "CURSOS COMPLETS", - "COURSES IN PROGRESS": "CURSOS EN CURS", - "Can I request additional time to complete my exam?": "Puc demanar m\u00e9s temps per completar el meu examen?", - "Can we match the photo you took with the one on your ID?": "Podem comparar la foto que vau fer amb la que teniu al vostre identificador?", - "Cancel": "Cancel\u00b7lar", - "Cancel team creating.": "Cancel\u00b7la la creaci\u00f3 de l'equip.", - "Cancel team updating.": "Cancel\u00b7la l'actualitzaci\u00f3 de l'equip.", - "Cannot Start Proctored Exam": "No es pot iniciar l'examen supervisat", - "Cannot delete when in use by a unit": "No es pot eliminar quan est\u00e0 en \u00fas per una unitat", - "Cannot delete when in use by an experiment": "No es pot esborrar quan s'utilitza una prova", - "Cannot drop more <%= types %> assignments than are assigned.": "No es poden deixar caure m\u00e9s <%= types %> assignacions que s'assignen.", - "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "Precauci\u00f3: l'\u00faltima versi\u00f3 publicada d'aquesta unitat \u00e9s en viu. En publicar canvis, canviar\u00e0s l'experi\u00e8ncia dels estudiants.", - "Certificate Details": "Detalls del certificat", - "Certificate Generated": "Certificat generat", - "Certificate Information": "Informaci\u00f3 del Certificat", - "Certificate Name": "Nom del certificat", - "Certificate Purchased": "Compra certificada", - "Certificate Signatories": "Signataris de certificats", - "Certificate Signatory Configuration": "Configuraci\u00f3 del certificat de certificat", - "Certificate Status:": "Estat del certificat:", - "Certificate name is required.": "El nom del certificat \u00e9s obligatori.", - "Change": "Canviar", - "Change Enrollment": "Canvieu la inscripci\u00f3", - "Change Manually": "Canvia manualment", - "Change My Email Address": "Canvia la meva adre\u00e7a de correu electr\u00f2nic", - "Change Session": "Canvi de sessi\u00f3", - "Change or Leave Session": "Canvieu o deixeu sessi\u00f3", - "Change to a different session or leave the current session.": "Canvieu a una sessi\u00f3 diferent o deixeu la sessi\u00f3 actual.", - "Chapter Asset": "Cap\u00edtol d'actius", - "Chapter Name": "Nom del cap\u00edtol", - "Chapter information": "Informaci\u00f3 del cap\u00edtol", - "Chapter {order}": "Cap\u00edtol {order}", - "Check Your Email": "Comprova el teu correu", - "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "Marqueu aquesta casella per rebre un correu electr\u00f2nic que digereix una vegada al dia notificant-vos sobre l'activitat nova i no llegida de les publicacions que seguiu.", - "Check your email": "Comproveu el vostre correu", - "Check your email for an activation message.": "Consulteu el vostre correu electr\u00f2nic per obtenir un missatge d'activaci\u00f3.", - "Choose": "Escollir", - "Choose File": "Escull arxiu", - "Choose One": "Escull un", - "Choose a Date": "Escolliu una data", - "Choose a Time": "Escolliu una hora", - "Choose a content group to associate": "Trieu un grup de contingut per associar", - "Choose a time": "Escolliu una hora", - "Choose all": "Escollir-los tots", - "Choose mode": "Mode d'escollir", - "Choose your institution from the list below:": "Trieu la vostra instituci\u00f3 de la llista seg\u00fcent:", - "Chosen %s": "Escollit %s", - "Clear": "Netejar", - "Clear All": "Esborra-ho tot", - "Clear Grading Due Date": "Esborra la data de venciment de la qualificaci\u00f3", - "Clear Release Date/Time": "Esborra la data i hora de la publicaci\u00f3", - "Clear Value": "Esborra valor", - "Clear search": "Netjar cerca", - "Clear search results": "Esborreu els resultats de cerca", - "Click to add a new %(xblock_type)s": "Feu clic per afegir-ne un de nou %(xblock_type)s", - "Click to change": "Feu clic per canviar", - "Click to choose all %s at once.": "Feu clic per escollir tots els %s d'un cop.", - "Click to edit": "Feu clic per editar-la", - "Click to remove all chosen %s at once.": "Feu clic per eliminar tots els %s escollits d'un cop.", - "Close": "Tancar", - "Code": "Codi", - "Code Sample (Ctrl+K)": "Exemple de codi (Ctrl+K)", - "Cohort Assignment Method": "M\u00e8tode d'assignaci\u00f3 de cohorts", - "Cohort Name": "Nom de la cohort", - "Collapse All": "Col\u00b7lapsar tot", - "Collapse/Expand this %(xblock_type)s": "Contraure / Expandir aix\u00f2 %(xblock_type)s", - "Coming Soon": "Pr\u00f2ximament", - "Common Problem Types": "Tipus de problemes freq\u00fcents", - "Complete courses on your schedule to ensure you stand out in your field!": "Completeu els cursos del vostre horari per assegurar-vos que us destaqui al vostre camp!", - "Completed": "Completat", - "Component Location ID": "Identificador d'ubicaci\u00f3 del component", - "Configure": "Configura", - "Confirm": "Confirmar", - "Confirm Timed Transcript": "Confirmeu Transcripci\u00f3 Temporitzada", - "Congratulations!": "Felicitacions", - "Congratulations! You are now verified on %(platformName)s!": "Felicitats! Ara esteu verificats a %(platformName)s!", - "Contains staff only content": "Cont\u00e9 nom\u00e9s contingut del personal", + ], + "- Sortable": "- Ordenable", + "6 a.m.": "6 a.m.", + "6 p.m.": "6 p.m.", + ": video upload complete.": ": c\u00e0rrega de v\u00eddeo completada.", + "A driver's license, passport, or government-issued ID with your name and photo.": "Llic\u00e8ncia de conduir, passaport o identificaci\u00f3 emesa pel govern amb el vostre nom i foto.", + "A driver's license, passport, or other government-issued ID with your name and photo": "Una llic\u00e8ncia de conduir, un passaport o una altra identificaci\u00f3 expedida pel govern amb el vostre nom i foto", + "A highlight to look forward to this week.": "Un aspecte destacable d'esperar aquesta setmana.", + "A list of courses you have just enrolled in as a verified student": "Una llista de cursos que acaba d'ingressar com a estudiant verificat", + "A valid email address is required": "Es requereix una adre\u00e7a electr\u00f2nica v\u00e0lida", + "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", + "API Key": "Clau API", + "API Secret": "API Secreta", + "Abbreviation": "Abreviaci\u00f3", + "About You": "Sobre tu", + "Access to some content in this unit is restricted to specific groups of learners": "L'acc\u00e9s a algun contingut d'aquesta unitat est\u00e0 restringit a grups espec\u00edfics d'estudiants", + "Access to some content in this {blockType} is restricted to specific groups of learners.": "L'acc\u00e9s a algun contingut d'aquest {blockType} est\u00e0 restringit a grups espec\u00edfics d'estudiants.", + "Access to this unit is restricted to: {selectedGroupsLabel}": "L'acc\u00e9s a aquesta unitat est\u00e0 restringit a: {selectedGroupsLabel}", + "Access to this {blockType} is restricted to: {selectedGroupsLabel}": "L'acc\u00e9s a aquest {blockType} est\u00e0 restringit a: {selectedGroupsLabel}", + "Account": "Compte", + "Account Not Activated": "El compte no est\u00e0 activat", + "Account Settings": "Configuraci\u00f3 del compte", + "Action": "Acci\u00f3", + "Action required: Enter a valid date.": "Acci\u00f3 requerida: introdu\u00efu una data v\u00e0lida.", + "Actions": "Accions", + "Activate": "Activar", + "Activate Your Account": "Activa el teu compte", + "Active": "Actiu", + "Active Uploads": "C\u00e0rregues actives", + "Add": "Afegir", + "Add Additional Signatory": "Afegeix signatari addicional", + "Add Cohort": "Afegeix cohort", + "Add Component:": "Afegeix un component:", + "Add Learners": "Afegiu aprenents", + "Add New Component": "Afegir un nou component", + "Add Thumbnail": "Afegir Miniatura", + "Add Thumbnail - {videoName}": "Afegir Miniatura - {videoName}", + "Add URLs for additional versions": "Afegiu URL per a versions addicionals", + "Add a Chapter": "Afegir un cap\u00edtol", + "Add a New Cohort": "Afegiu una nova cohort", + "Add a learning outcome here": "Afegiu aqu\u00ed un resultat d'aprenentatge", + "Add another group": "Afegeix un altre grup", + "Add learners to this cohort": "Afegiu els estudiants a aquesta cohort", + "Add notes about this learner": "Afegiu notes sobre aquest aprenent", + "Add to Exception List": "Afegeix a la llista d'excepcions", + "Add your first content group": "Afegiu el vostre primer grup de contingut", + "Add your first group configuration": "Afegiu la vostra configuraci\u00f3 de grup primer", + "Add your first textbook": "Afegiu el vostre primer llibre de text", + "Add {role} Access": "Afegeix {role} acc\u00e9s", + "Additional Time (minutes)": "Temps addicional (minuts)", + "Admin": "Administrador", + "Advanced": "Avan\u00e7at", + "After the course\\'s end date has passed, learners can no longer access subsection content. The subsection remains included in grade calculations.": "Un cop transcorreguda la data de finalitzaci\u00f3 del curs, els aprenents ja no poden accedir al contingut de la subsecci\u00f3. La subsecci\u00f3 roman inclosa en els c\u00e0lculs de qualificaci\u00f3.", + "After the subsection\\'s due date has passed, learners can no longer access its content. The subsection remains included in grade calculations.": "Despr\u00e9s de la data de venciment de la subscripci\u00f3, els aprenents ja no poden accedir al seu contingut. La subsecci\u00f3 roman inclosa en els c\u00e0lculs de qualificaci\u00f3.", + "After you select ": "Despr\u00e9s de seleccionar", + "All Learners and Staff": "Tots els alumnes i el personal", + "All Posts": "Totes les publicacions", + "All Rights Reserved": "Tots els drets reservats", + "All Topics": "Tots els temes", + "All Unreviewed": "Tots sense veure", + "All Unreviewed Failures": "Tots els errors no vistos", + "All groups must have a name.": "Tots els grups han de tenir un nom.", + "All groups must have a unique name.": "Tots els grups han de tenir un nom \u00fanic.", + "All professional education courses are fee-based, and require payment to complete the enrollment process.": "Tots els cursos d'educaci\u00f3 professional estan basats en tarifes i requereixen un pagament per completar el proc\u00e9s d'inscripci\u00f3.", + "All users on the Exception list": "Tots els usuaris de la llista Excepci\u00f3", + "All users on the Exception list who do not yet have a certificate": "Tots els usuaris de la llista Excepci\u00f3 que encara no tenen certificat", + "Already a course team member": "Ja \u00e9s membre d'un equip de cursos", + "Already a library team member": "Ja \u00e9s membre d'un equip de biblioteca", + "Already a member": "Ja ets membre", + "Already have an {platformName} account?": "Ja teniu un compte a {platformName}?", + "Always divide content-specific discussion topics": "Sempre divideu els temes de discussi\u00f3 espec\u00edfics del contingut", + "Always show assessment results": "Mostra els resultats de l'avaluaci\u00f3 sempre", + "Amount": "Import", + "An email has been sent to {userEmail} with a link for you to activate your account.": "S'ha enviat un correu electr\u00f2nic a {userEmail} amb un enlla\u00e7 perqu\u00e8 activeu el vostre compte.", + "An error has occurred. Wait a few minutes, and then try again.": "S'ha produ\u00eft un error. Espereu uns minuts i torneu-ho a provar.", + "An error occurred. Please reload the page.": "Hi ha hagut un error. Torna a carregar la p\u00e0gina.", + "April": "Abril", + "Are you having trouble finding a team to join?": "Tens problemes per trobar un equip per unir-te?", + "Are you sure you want to delete this comment?": "Segur que vols esborrar aquest comentari?", + "Are you sure you want to delete this post?": "Segur que vols esborrar aquest post?", + "Are you sure you want to delete this response?": "Segur que vols esborrar aquesta resposta?", + "Are you sure you want to delete this update?": "Segur que vols esborrar aquesta actualitzaci\u00f3?", + "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "Esteu segur que voleu eliminar {email} de l'equip del curs \u201c{container}\u201d?", + "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "Est\u00e0s segur que vols eliminar {email} de la biblioteca \u201c{container}\u201d?", + "Are you sure you want to remove this video from the list?": "Est\u00e0s segur que vols eliminar aquest v\u00eddeo de la llista?", + "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "Esteu segur que voleu restringir l'acc\u00e9s {email} a \u201c{container}\u201d?", + "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "Segur que vols esborrar aquest element? No es podran desfer els canvis!\n\n\nA m\u00e9s, qualsevol contingut enlla\u00e7at o que faci refer\u00e8ncia a aquest element ja no funcionar\u00e0 (imatges o enlla\u00e7os trencats)", + "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "Com a part del proc\u00e9s de verificaci\u00f3, feu una foto tant de la vostra cara com d'una identificaci\u00f3 de fotografia emesa pel govern. El nostre servei d'autoritzaci\u00f3 confirma la vostra identitat mitjan\u00e7ant la comparaci\u00f3 de la foto que es fa amb la foto a la vostra identificaci\u00f3.", + "As you complete courses, you will see them listed here.": "A mesura que completi els cursos, els veureu llistats aqu\u00ed.", + "Assessment Results Visibility": "Visibilitat de resultats d'avaluaci\u00f3", + "Assign learners to cohorts by uploading a CSV file": "Assigneu els aprenents a cohorts pujant un fitxer CSV", + "Assignment Type Name": "Nom del tipus d'assignaci\u00f3", + "Associated Content Group": "Grup de contingut associat", + "August": "Agost", + "Automated Transcripts": "Transcripcions automatitzades", + "Automatic": "Autom\u00e0tic", + "Automatic transcripts are disabled.": "Les transcripcions autom\u00e0tiques estan deshabilitades.", + "Available %s": "%s Disponibles", + "Back to sign in": "Torna a iniciar la sessi\u00f3", + "Back to {platform} FAQs": "Torna a preguntes m\u00e9s freq\u00fcents de {platform}", + "Basic": "B\u00e0sic", + "Be sure your entire face is inside the frame": "Assegureu-vos que tota la cara est\u00e0 dins del marc", + "Before proceeding, please confirm that your details match": "Abans de continuar, confirmeu que les dades coincideixen", + "Before you upgrade to a certificate track, you must activate your account.": "Abans d'actualitzar a una pista de certificat, heu d'activar el vostre compte.", + "Billed to": "S'ha facturat", + "Biography": "Biografia", + "Blockquote": "Cita", + "Blockquote (Ctrl+Q)": "Cita (Ctrl+Q)", + "Bold (Ctrl+B)": "Negreta (Ctrl+B)", + "Bookmarked on": "Marcats a", + "Browse": "Navega", + "Browse recently launched courses and see what\\'s new in your favorite subjects": "Exploreu cursos recentment llan\u00e7ats i vegeu qu\u00e8 \u00e9s nou en els vostres temes preferits", + "Bulk Exceptions": "Excepcions a granel", + "Bulleted List (Ctrl+U)": "Llista amb pics (Ctrl+U)", + "COMPLETED COURSES": "CURSOS COMPLETS", + "COURSES IN PROGRESS": "CURSOS EN CURS", + "Can I request additional time to complete my exam?": "Puc demanar m\u00e9s temps per completar el meu examen?", + "Can we match the photo you took with the one on your ID?": "Podem comparar la foto que vau fer amb la que teniu al vostre identificador?", + "Cancel": "Cancel\u00b7lar", + "Cancel team creating.": "Cancel\u00b7la la creaci\u00f3 de l'equip.", + "Cancel team updating.": "Cancel\u00b7la l'actualitzaci\u00f3 de l'equip.", + "Cannot Start Proctored Exam": "No es pot iniciar l'examen supervisat", + "Cannot delete when in use by a unit": "No es pot eliminar quan est\u00e0 en \u00fas per una unitat", + "Cannot delete when in use by an experiment": "No es pot esborrar quan s'utilitza una prova", + "Cannot drop more <%= types %> assignments than are assigned.": "No es poden deixar caure m\u00e9s <%= types %> assignacions que s'assignen.", + "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "Precauci\u00f3: l'\u00faltima versi\u00f3 publicada d'aquesta unitat \u00e9s en viu. En publicar canvis, canviar\u00e0s l'experi\u00e8ncia dels estudiants.", + "Certificate Details": "Detalls del certificat", + "Certificate Generated": "Certificat generat", + "Certificate Information": "Informaci\u00f3 del Certificat", + "Certificate Name": "Nom del certificat", + "Certificate Purchased": "Compra certificada", + "Certificate Signatories": "Signataris de certificats", + "Certificate Signatory Configuration": "Configuraci\u00f3 del certificat de certificat", + "Certificate Status:": "Estat del certificat:", + "Certificate name is required.": "El nom del certificat \u00e9s obligatori.", + "Change": "Canviar", + "Change Enrollment": "Canvieu la inscripci\u00f3", + "Change Manually": "Canvia manualment", + "Change My Email Address": "Canvia la meva adre\u00e7a de correu electr\u00f2nic", + "Change Session": "Canvi de sessi\u00f3", + "Change or Leave Session": "Canvieu o deixeu sessi\u00f3", + "Change to a different session or leave the current session.": "Canvieu a una sessi\u00f3 diferent o deixeu la sessi\u00f3 actual.", + "Chapter Asset": "Cap\u00edtol d'actius", + "Chapter Name": "Nom del cap\u00edtol", + "Chapter information": "Informaci\u00f3 del cap\u00edtol", + "Chapter {order}": "Cap\u00edtol {order}", + "Check Your Email": "Comprova el teu correu", + "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "Marqueu aquesta casella per rebre un correu electr\u00f2nic que digereix una vegada al dia notificant-vos sobre l'activitat nova i no llegida de les publicacions que seguiu.", + "Check your email": "Comproveu el vostre correu", + "Check your email for an activation message.": "Consulteu el vostre correu electr\u00f2nic per obtenir un missatge d'activaci\u00f3.", + "Choose": "Escollir", + "Choose File": "Escull arxiu", + "Choose One": "Escull un", + "Choose a Date": "Escolliu una data", + "Choose a Time": "Escolliu una hora", + "Choose a content group to associate": "Trieu un grup de contingut per associar", + "Choose a time": "Escolliu una hora", + "Choose all": "Escollir-los tots", + "Choose mode": "Mode d'escollir", + "Choose your institution from the list below:": "Trieu la vostra instituci\u00f3 de la llista seg\u00fcent:", + "Chosen %s": "Escollit %s", + "Clear": "Netejar", + "Clear All": "Esborra-ho tot", + "Clear Grading Due Date": "Esborra la data de venciment de la qualificaci\u00f3", + "Clear Release Date/Time": "Esborra la data i hora de la publicaci\u00f3", + "Clear Value": "Esborra valor", + "Clear search": "Netjar cerca", + "Clear search results": "Esborreu els resultats de cerca", + "Click to add a new %(xblock_type)s": "Feu clic per afegir-ne un de nou %(xblock_type)s", + "Click to change": "Feu clic per canviar", + "Click to choose all %s at once.": "Feu clic per escollir tots els %s d'un cop.", + "Click to edit": "Feu clic per editar-la", + "Click to remove all chosen %s at once.": "Feu clic per eliminar tots els %s escollits d'un cop.", + "Close": "Tancar", + "Code": "Codi", + "Code Sample (Ctrl+K)": "Exemple de codi (Ctrl+K)", + "Cohort Assignment Method": "M\u00e8tode d'assignaci\u00f3 de cohorts", + "Cohort Name": "Nom de la cohort", + "Collapse All": "Col\u00b7lapsar tot", + "Collapse/Expand this %(xblock_type)s": "Contraure / Expandir aix\u00f2 %(xblock_type)s", + "Coming Soon": "Pr\u00f2ximament", + "Common Problem Types": "Tipus de problemes freq\u00fcents", + "Complete courses on your schedule to ensure you stand out in your field!": "Completeu els cursos del vostre horari per assegurar-vos que us destaqui al vostre camp!", + "Completed": "Completat", + "Component Location ID": "Identificador d'ubicaci\u00f3 del component", + "Configure": "Configura", + "Confirm": "Confirmar", + "Confirm Timed Transcript": "Confirmeu Transcripci\u00f3 Temporitzada", + "Congratulations!": "Felicitacions", + "Congratulations! You are now verified on %(platformName)s!": "Felicitats! Ara esteu verificats a %(platformName)s!", + "Contains staff only content": "Cont\u00e9 nom\u00e9s contingut del personal", "Contains {count} group": [ - "Cont\u00e9 grup {count}", + "Cont\u00e9 grup {count}", "Cont\u00e9 {count} grups" - ], - "Content Group ID": "Identificador del grup de contingut", - "Content Group Name": "Nom del grup de contingut", - "Content-Specific Discussion Topics": "Temes de discussi\u00f3 espec\u00edfics del contingut", - "Continue Exam Without Proctoring": "Continua l'examen sense supervisi\u00f3", - "Continue to Verification": "Continueu a la verificaci\u00f3", - "Continue to my practice exam": "Continueu al meu examen de pr\u00e0ctica", - "Continue to my proctored exam. I want to be eligible for credit.": "Continueu al meu examen tutelat. Vull ser elegible per al cr\u00e8dit.", - "Correct failed component": "Esborra el component fallit", - "Cost": "Cost", - "Could not find users associated with the following identifiers:": "No s'han pogut trobar usuaries associats amb el seg\u00fcents identificadors:", - "Could not upload the video image file": "No s'ha pogut carregar el fitxer d'imatge de v\u00eddeo", - "Country of residence": "Pa\u00eds de resid\u00e8ncia", + ], + "Content Group ID": "Identificador del grup de contingut", + "Content Group Name": "Nom del grup de contingut", + "Content-Specific Discussion Topics": "Temes de discussi\u00f3 espec\u00edfics del contingut", + "Continue Exam Without Proctoring": "Continua l'examen sense supervisi\u00f3", + "Continue to Verification": "Continueu a la verificaci\u00f3", + "Continue to my practice exam": "Continueu al meu examen de pr\u00e0ctica", + "Continue to my proctored exam. I want to be eligible for credit.": "Continueu al meu examen tutelat. Vull ser elegible per al cr\u00e8dit.", + "Correct failed component": "Esborra el component fallit", + "Cost": "Cost", + "Could not find users associated with the following identifiers:": "No s'han pogut trobar usuaries associats amb el seg\u00fcents identificadors:", + "Could not upload the video image file": "No s'ha pogut carregar el fitxer d'imatge de v\u00eddeo", + "Country of residence": "Pa\u00eds de resid\u00e8ncia", "Course": [ - "Curs", + "Curs", "Cursos" - ], - "Course Credit Requirements": "Requisits de cr\u00e8dit del curs", - "Course End": "Finalitzaci\u00f3 del curs", - "Course Handouts": "Fulletons del curs", - "Course ID": "Identificador del curs", - "Course Id": "Identificador del Curs", - "Course Index": "\u00cdndex del Curs", - "Course Key": "Clau del Curs", - "Course Number": "Nombre del curs", - "Course Number Override": "Anul\u00b7laci\u00f3 del n\u00famero del Curs", - "Course Outline": "Esquema del curs", - "Course Start": "Inici del curs", - "Course Title": "T\u00edtol del curs", - "Course Title Override": "Anul\u00b7laci\u00f3 del t\u00edtol del Curs", - "Course Video Settings": "Configuraci\u00f3 del v\u00eddeo del curs", - "Course pacing cannot be changed once a course has started.": "No es pot canviar el ritme de curs una vegada que s'ha iniciat un curs.", - "Course title": "T\u00edtol del curs", - "Course-Wide Discussion Topics": "Temes de discussi\u00f3 al llarg del curs", - "Create": "Crear", - "Create Account": "Crear compte", - "Create Re-run": "Crea una reproducci\u00f3 nova", - "Create a %(link_start)sMozilla Backpack%(link_end)s account, or log in to your existing account": "Creeu un compte %(link_start)sMotxilla de Mozilla%(link_end)s o inicieu sessi\u00f3 al vostre compte existent", - "Create a content group": "Crea un grup de contingut", - "Create account using %(providerName)s.": "Crea un compte amb %(providerName)s.", - "Create an Account": "Crear un compte", - "Create an Account.": "Crear un compte.", - "Create an account using": "Crea un compte mitjan\u00e7ant", - "Create team.": "Crea un equip.", - "Created": "Creat", - "Creative Commons licensed content, with terms as follow:": "Contingut amb llic\u00e8ncia de Creative Commons, amb els termes seg\u00fcents:", - "Crossed out items have been refunded.": "S'han reembossat els elements creuats.", - "Current Role:": "Rol actual:", - "Current enrollment mode:": "Modalitat d'inscripci\u00f3 actual:", - "Current location": "Localitzaci\u00f3 actual", - "Currently selected": "Actualment seleccionat", - "Date": "Data", - "Date Added": "Data afegida", - "Date Joined": "Data d'inscripci\u00f3", - "Date Placed": "Data de posada", - "Deactivate": "Desactivar", - "December": "Desembre", - "Declined": "Rebutjat", - "Default Timed Transcript": "Transcripci\u00f3 temporitzada per defecte", - "Delete \"<%= signatoryName %>\" from the list of signatories?": "Esborrar \"<%= signatoryName %>\" de la llista de signants?", - "Delete File Confirmation": "Confirma l'esborrat del fitxer", - "Delete Team": "Suprimeix l'equip", - "Delete the user, {username}": "Elimina l'usuari, {username}", - "Delete this %(item_display_name)s?": "Suprimeix aquest %(item_display_name)s?", - "Delete this asset": "Esborra aquest recurs", - "Deleted Content Group": "Grup de contingut eliminat", - "Deleted Group": "Grup eliminat", - "Deleting this %(item_display_name)s is permanent and cannot be undone.": "Si suprimiu aquest %(item_display_name)s \u00e9s permanent i no es pot desfer.", - "Deprecated": "Obsolet", - "Description": "Descripci\u00f3", - "Description of the certificate": "Descripci\u00f3 del certificat", - "Discard Changes": "Descartar els canvis", - "Discussion Home": "P\u00e0gina inicial del debat", - "Display Name": "Mostra el Nom", - "Divide the selected content-specific discussion topics": "Dividiu els temes de discussi\u00f3 espec\u00edfics del contingut seleccionats", - "Divided": "Dividit", - "Do you want to replace the edX transcript with the YouTube transcript?": "Voleu reempla\u00e7ar la transcripci\u00f3 edX amb la transcripci\u00f3 de YouTube?", - "Does the name on your ID match your account name: %(fullName)s?": "El nom del vostre Identificador coincideix amb el nom del vostre compte: %(fullName)s", - "Does the photo of you match your ID photo?": "La foto de tu coincideix amb la teva foto d'identificaci\u00f3?", - "Does the photo of you show your whole face?": "La foto de tu mostreu tota la teva cara?", - "Doing so means that you are no longer eligible for academic credit.": "Fer-ho significa que ja no \u00e9s apte per al cr\u00e8dit acad\u00e8mic.", - "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "No veus la teva foto? Assegureu-vos que el vostre navegador utilitzi la vostra c\u00e0mera quan sol\u00b7liciti perm\u00eds.", - "Donate": "Fer una donaci\u00f3", - "Download": "Descarregar", - "Download Software Clicked": "Descarregueu el programari clicat", - "Download Transcript for Editing": "Baixeu la transcripci\u00f3 per a l'edici\u00f3", - "Download URL": "URL de desc\u00e0rrega", - "Download available encodings (.csv)": "Baixeu les codificacions disponibles (.csv)", - "Download the user's certificate": "Baixeu el certificat de l'usuari", - "Draft (Never published)": "Esborrany (mai publicat)", - "Draft (Unpublished changes)": "Esborrany (canvis no publicats)", - "Draft saved on {lastSavedStart}{editedOn}{lastSavedEnd} by {editedByStart}{editedBy}{editedByEnd}": "Esborrany es va desar a {lastSavedStart}{editedOn}{lastSavedEnd} by {editedByStart}{editedBy}{editedByEnd}", - "Drag and drop or {spanStart}browse your computer{spanEnd}.": "Arrossegueu i deixeu anar o {spanStart}navegui pel vostre ordinador{spanEnd}.", - "Drag to reorder": "Arrossegueu per reordenar", - "Due Date": "Data de venciment", - "Due Date:": "Data de venciment:", - "Due Time in UTC:": "Temps de venciment en UTC:", - "Due:": "Venciment:", - "Duplicate": "Duplicar", - "Duration (sec)": "Durada (segons)", - "Earned %(created)s.": "S'ha guanyat %(created)s.", - "EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.": "EdX no t\u00e9 una transcripci\u00f3 temporitzada per a aquest v\u00eddeo a Studio, per\u00f2 hem trobat una transcripci\u00f3 a YouTube. Podeu importar la transcripci\u00f3 de YouTube o carregar el vostre propi fitxer de transcripci\u00f3 .srt.", - "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "EdX no t\u00e9 una transcripci\u00f3 temporitzada per a aquest v\u00eddeo. Carregueu un fitxer .srt.", - "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "EdX t\u00e9 una transcripci\u00f3 temporitzada per a aquest v\u00eddeo. Si voleu editar aquesta transcripci\u00f3, podeu baixar, editar i tornar a carregar la transcripci\u00f3 existent. Si voleu reempla\u00e7ar aquesta transcripci\u00f3, carregueu un fitxer de transcripci\u00f3 .srt nou.", - "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "EdX t\u00e9 una transcripci\u00f3 temporitzada per a aquest v\u00eddeo. Si voleu reempla\u00e7ar aquesta transcripci\u00f3, carregueu un fitxer de transcripci\u00f3 .srt nou. Si voleu editar aquesta transcripci\u00f3, podeu baixar, editar i tornar a carregar la transcripci\u00f3 existent.", - "Edit %(display_name)s (required)": "Edita %(display_name)s (required)", - "Edit Membership": "Edita la pertinen\u00e7a", - "Edit Team": "Edita l'equip", - "Edit Thumbnail": "Edita la miniatura", - "Edit Your Name": "Editeu el vostre nom", - "Edit this certificate?": "Editeu aquest certificat?", - "Email": "Email", - "Email address": "Correu electr\u00f2nic", - "Emails successfully sent. The following users are no longer enrolled in the course:": "Emails enviats correctament. Els seg\u00fcents usuaris ja no estan donats d'alta al curs:", - "Enable": "Activa", - "Enable Cohorts": "Activa les cohorts", - "Enable Now": "Habilitar ara", - "Enable Weekly Highlight Emails": "Activa els correus electr\u00f2nics de resum setmanals", - "Enabled": "Habilitat", - "End My Exam": "Finalitza el meu examen", - "Engage with posts": "Participa amb publicacions", - "Enroll Now": "Inscriviu-vos ara", - "Enrollment Date": "Data d'inscripci\u00f3", - "Enrollment Mode": "Modalitat d'inscripci\u00f3", - "Enrollment Opens on": "S'obre la inscripci\u00f3", - "Ensure that you can see your photo and read your name": "Assegureu-vos que podeu veure la vostra foto i llegir el vostre nom", - "Enter 3-5 highlights to include in the email message that learners receive for this section (250 character limit).": "Introdu\u00efu 3-5 punts destacats per incloure al missatge de correu electr\u00f2nic que reben els alumnes per a aquesta secci\u00f3 (l\u00edmit de 250 car\u00e0cters).", - "Enter email addresses and/or usernames, separated by new lines or commas, for the learners you want to add. *": "Introdu\u00efu adreces de correu electr\u00f2nic i / o noms d'usuari, separades per noves l\u00ednies o comes, per als estudiants que voleu afegir. *", - "Enter information to describe your team. You cannot change these details after you create the team.": "Introdu\u00efu informaci\u00f3 per descriure l'equip. No podeu canviar aquests detalls despr\u00e9s de crear l'equip.", - "Enter the account information for your organization.": "Introdu\u00efu la informaci\u00f3 del compte de la vostra organitzaci\u00f3.", - "Enter the name of the cohort": "Introdu\u00efu el nom de la cohort", - "Enter the page number you'd like to quickly navigate to.": "Introdu\u00efu el n\u00famero de p\u00e0gina al qual vulgueu navegar r\u00e0pidament.", - "Enter the username or email address of each learner that you want to add as an exception.": "Introdu\u00efu el nom d'usuari o l'adre\u00e7a de correu electr\u00f2nic de cada alumne que vulgueu afegir com a excepci\u00f3.", - "Enter username or email": "Entra el nom d'usuari o email", - "Error": "Error", - "Error adding user": "S'ha produ\u00eft un error en afegir l'usuari", - "Error adding/removing users as beta testers.": "Error afegint o eliminant usuaris com a beta testers.", - "Error changing user's permissions.": "Error canviant els permisos d'usuari.", - "Error enrolling/unenrolling users.": "Error donant d'alta/baixa usuaris.", - "Error generating grades. Please try again.": "Error generant puntuacions. Si us plau, intenta-ho de nou.", - "Error getting student list.": "Error obtenint la llista d'estudiants.", - "Error listing task history for this student and problem.": "Error llistant l'hist\u00f2ric de tasques per aquest estudiant i problema.", - "Error removing user": "S'ha produ\u00eft un error en eliminar l'usuari", - "Error retrieving grading configuration.": "Error obtenint la configuraci\u00f3 de graus", - "Error sending email.": "Error enviant email.", - "Error.": "Error.", - "Error:": "Error:", - "Error: You cannot remove yourself from the Instructor group!": "Error: no pots eliminar-te tu mateix del grup d'instructors!", - "Exam Types": "Tipus d'examen", - "Exception Granted": "Excepci\u00f3 concedida", - "Expand All": "Expandeix-ho tot", - "Explain if other.": "Expliqueu-ho si hi ha altres.", - "Explore New Programs": "Exploreu nous programes", - "Explore Programs": "Explore programes", - "Explore your course!": "Exploreu el vostre curs!", - "Failed Proctoring": "Supervisat susp\u00e8s", - "February": "Febrer", - "File Name": "Nom del fitxer", - "File upload succeeded": "S'ha aconseguit la c\u00e0rrega de fitxers", - "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "El fitxer {filename} supera la mida m\u00e0xima de {maxFileSizeInMBs} MB", - "Files must be in JPEG or PNG format.": "Els fitxers han d'estar en format JPEG o PNG.", - "Filter": "Filtre", - "Filter and sort topics": "Filtrar i ordenar temes", - "Final Grade": "Nota Final", - "Financial Assistance Application": "Sol\u00b7licitud d'Assist\u00e8ncia Financera", - "Find a course": "Trobeu un curs", - "Find discussions": "Trobi debats", - "First time here?": "La primera vegada aqu\u00ed?", - "Follow or unfollow posts": "Seguiu o deixeu de publicar publicacions", - "For grading to work, you must change all {oldName} subsections to {newName}.": "Per tal que la classificaci\u00f3 funcioni, heu de canviar totes les subseccions {oldName} a {newName}.", - "Free text notes": "Notes de text lliures", - "Frequently Asked Questions": "Preguntes freq\u00fcents", - "Fullscreen": "Pantalla complerta", - "Fully Supported": "Completament compatible", - "General Proctored Exam Rules": "Normes generals de l'examen tutorial", - "Generate": "Generar", - "Generate Exception Certificates": "Genera certificats d'excepci\u00f3", - "Generate the user's certificate": "Genereu el certificat de l'usuari", - "Get Credit": "Obtenir Cr\u00e8dit", - "Go Back": "Torna", - "Go to Dashboard": "Aneu al panell", - "Go to your Dashboard": "Aneu al Panell de control", - "Going forward, your account information will be updated and maintained by {enterprise_name}.": "En endavant, la informaci\u00f3 del vostre compte ser\u00e0 actualitzada i mantinguda per {enterprise_name}.", - "Government-Issued Photo ID": "Identificador de fotografia publicat pel govern", - "Grace period must be specified in HH:MM format.": "El per\u00edode de gr\u00e0cia ha de tenir el format HH:MM.", - "Grade": "Qualificaci\u00f3", - "Grade as:": "Qualificat com:", - "Graded as:": "Qualificats com:", - "Grading": "Qualificacions", - "Group %s": "Grup %s", - "Group A": "Grup A", - "Group B": "Grup B", - "Group Configuration ID": "Indentificador de configuraci\u00f3 del grup", - "Group Configuration Name": "Nom de configuraci\u00f3 del grup", - "Group Configuration information": "Informaci\u00f3 de configuraci\u00f3 del grup", - "Group Configuration name is required.": "El nom de configuraci\u00f3 del grup \u00e9s obligatori.", - "Group information": "Informaci\u00f3 del grup", - "Group name is required": "El nom del grup \u00e9s obligatori", - "Groups": "Grups", - "Heading": "Cap\u00e7alera", - "Heading (Ctrl+H)": "Cap\u00e7alera (Ctrl+H)", - "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "Ajudeu altres estudiants a decidir si voleu unir-se al vostre equip especificant algunes caracter\u00edstiques per al vostre equip. Tria amb atenci\u00f3, perqu\u00e8 \u00e9s possible que hi hagi menys persones que estiguin interessades a unir-se al vostre equip si sembla massa restrictiu.", - "Hide": "Ocultar", - "Hide Deprecated Settings": "Amaga els par\u00e0metres desactivats", - "Hide Discussion": "Ocultar discussi\u00f3", - "Hide Timer": "Amaga el temporitzador", - "Hide content after course end date": "Amaga el contingut despr\u00e9s de la data de finalitzaci\u00f3 del curs", - "Hide content after due date": "Amaga el contingut despr\u00e9s de la data de venciment", - "Hide entire subsection": "Amaga la subsecci\u00f3 completa", - "Hide from learners": "Amaga dels aprenents", - "Hide transcripts ({transcriptCount})": "Amaga transcripcions ({transcriptCount})", - "Highlight {highlight_index}": "Ressaltar {highlight_index}", - "Highlighted text": "Text ressaltat", - "Highlights for {display_name}": "Destacats per a {display_name}", - "Horizontal Rule (Ctrl+R)": "L\u00ednia horitzontal (Ctrl+R)", - "How to use %(platform_name)s discussions": "Com usar els debats de %(platform_name)s ", - "Hyperlink (Ctrl+L)": "Enlla\u00e7 (Ctrl+L)", - "I am ready to start this timed exam,": "Estic preparat per iniciar aquest examen cronometrat,", - "ID": "Identificador", - "ID-Verification is not required for this Professional Education course.": "La verificaci\u00f3 d'identificaci\u00f3 no \u00e9s necess\u00e0ria per a aquest curs d'Educaci\u00f3 Professional.", - "Identity Verification In Progress": "Verificaci\u00f3 d'identitat en curs", - "If the course does not have an end date, learners always see their scores when they submit answers to assessments.": "Si el curs no t\u00e9 data de finalitzaci\u00f3, els estudiants sempre veuen les puntuacions quan envien respostes a les avaluacions.", - "If the subsection does not have a due date, learners always see their scores when they submit answers to assessments.": "Si la subsecci\u00f3 no t\u00e9 data de venciment, els estudiants sempre veuen les puntuacions quan envien respostes a les avaluacions.", - "If the unit was previously published and released to learners, any changes you made to the unit when it was hidden will now be visible to learners.": "Si la unitat es va publicar i es va publicar pr\u00e8viament als estudiants, els canvis que h\u00e0giu fet a la unitat quan estigu\u00e9s oculta ara seran visibles per als estudiants.", - "If you do not yet have an account, use the button below to register.": "Si encara no teniu un compte, utilitzeu el bot\u00f3 seg\u00fcent per registrar-se.", - "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "Si encara no comprova la vostra identitat, encara podeu explorar el vostre curs des del tauler. Rebr\u00e0 recordatoris peri\u00f2dics de %(platformName)s per verificar la vostra identitat.", - "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from {platformName} to verify your identity.": "Si encara no comprova la vostra identitat, encara podeu explorar el vostre curs des del tauler. Rebreu els recordatoris peri\u00f2dics de {platformName} per verificar la vostra identitat.", - "If you make this %(xblockType)s visible to learners, learners will be able to see its content after the release date has passed and you have published the unit. Only units that are explicitly hidden from learners will remain hidden after you clear this option for the %(xblockType)s.": "Si fa que aquest %(xblockType)s sigui visible per als estudiants, els aprenents podran veure el seu contingut despr\u00e9s de la data de llan\u00e7ament i han publicat la unitat. Nom\u00e9s les unitats que estan expl\u00edcitament amagades pels aprenents romandran ocultes despr\u00e9s d'esborrar aquesta opci\u00f3 per a %(xblockType)s.", - "If you remove this transcript, the transcript will not be available for any components that use this video.": "Si elimineu aquesta transcripci\u00f3, la transcripci\u00f3 no estar\u00e0 disponible per als components que utilitzin aquest v\u00eddeo.", - "If you select an option other than \"%(hide_label)s\", published units in this subsection become available to learners unless they are explicitly hidden.": "Si seleccioneu una opci\u00f3 diferent \"%(hide_label)s\", les unitats publicades en aquesta subsecci\u00f3 estaran disponibles per als estudiants, tret que estiguin expl\u00edcitament amagades.", - "Image (Ctrl+G)": "Imatge (Ctrl+G)", - "Image must be in PNG format": "La imatge ha de ser en format PNG", - "Image must be in PNG format.": "La imatge ha de ser en format PNG.", - "Image upload failed": "No s'ha pogut penjar la imatge", - "Image upload failed. ": "No s'ha pogut penjar la imatge.", - "Import YouTube Transcript": "Import Transcripci\u00f3 des de YouTube", - "In Progress": "En progr\u00e9s", - "In the {linkStart}Course Outline{linkEnd}, use this group to control access to a component.": "A la {linkStart} Esquema del curs {linkEnd}, utilitzeu aquest grup per controlar l'acc\u00e9s a un component.", - "Individual Exceptions": "Excepcions individuals", - "Insert Hyperlink": "Inserta l'hipervincle", - "Instructor Biography": "Biografia de l'instructor", - "Instructor Name": "Nom de l'instructor", - "Instructor Photo": "Foto del Instructor", - "Instructor Photo URL": "URL de la foto de l'instructor ", - "Instructor Title": "T\u00edtol de l'instructor", - "Instructor tools": "Eines d'instructor", - "Internal Server Error.": "Error del servidor intern.", - "Introduction to Cookie Baking": "Introducci\u00f3 a la Cuina de Galetes", - "Invalidate Certificate": "Invalida el certificat", - "Invalidated": "Invalidat", - "Invalidated By": "Invalidat per", - "Is Sample Attempt": "\u00c9s intent d'exemple", - "Is Visible To:": "\u00c9s Visible a:", - "Is your name on your ID readable?": "Es pot llegir el vostre nom a la vostra identificaci\u00f3?", - "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "Es recomana que inclogueu quatre o menys signants. Si incloeu signants addicionals, previsualitzeu el certificat a la Vista d'impressi\u00f3 per assegurar-vos que el certificat s'imprimir\u00e0 correctament en una sola p\u00e0gina.", - "Italic (Ctrl+I)": "Cursiva (Ctrl+I)", - "January": "Gener", - "Join Team": "Uniu-vos a l'equip", - "July": "Juliol", - "June": "Juny", - "Key should only contain letters, numbers, _, or -": "La clau nom\u00e9s pot contenir lletres, nombres, _, o -", - "LEARN MORE": "APRENDRE M\u00c9S", - "Large": "Gran", - "Last Edited:": "\u00daltima edici\u00f3:", - "Last Updated": "Darrera actualitzaci\u00f3", - "Last modified by": "Darrera modificaci\u00f3 per", - "Last published %(last_published_date)s by %(publish_username)s": "\u00daltim publicat %(last_published_date)s per %(publish_username)s", - "Last published {lastPublishedStart}{publishedOn}{lastPublishedEnd} by {publishedByStart}{publishedBy}{publishedByEnd}": "Publicat darrerament {lastPublishedStart}{publishedOn}{lastPublishedEnd} by {publishedByStart}{publishedBy}{publishedByEnd}", - "Last updated": "\u00daltima actualitzaci\u00f3", - "Learn more about {license_name}": "M\u00e9s informaci\u00f3 sobre {license_name}", - "Learners are added to this cohort automatically.": "Els aprenents s'afegeixen a aquesta cohort autom\u00e0ticament.", - "Learners are added to this cohort only when you provide their email addresses or usernames on this page.": "Els aprenents nom\u00e9s s'afegiran a aquesta cohort nom\u00e9s quan proporcioneu les adreces de correu electr\u00f2nic o els noms d'usuari d'aquesta p\u00e0gina.", - "Learners do not see the subsection in the course outline. The subsection is not included in grade calculations.": "Els aprenents no veuen la subsecci\u00f3 al contorn del curs. La subsecci\u00f3 no s'inclou en els c\u00e0lculs de qualificaci\u00f3.", - "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the course end date has passed.": "Els aprenents no veuen si les seves respostes a les avaluacions eren correctes o incorrectes, ni la puntuaci\u00f3 rebuda, fins que hagi passat la data de finalitzaci\u00f3 del curs.", - "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the due date for the subsection has passed.": "Els aprenents no veuen si les seves respostes a les avaluacions eren correctes o incorrectes, ni la puntuaci\u00f3 rebuda, fins que ha passat la data de venciment de la subsecci\u00f3.", - "Learners never see whether their answers to assessments are correct or incorrect, nor the score received.": "Els estudiants mai veuen si les seves respostes a les avaluacions s\u00f3n correctes o incorrectes, ni la puntuaci\u00f3 rebuda.", - "Learners see the published subsection and can access its content.": "Els aprenents veuen la subsecci\u00f3 publicada i poden accedir al seu contingut.", - "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "Els aprenents que necessiten verificaci\u00f3 han de passar el punt de verificaci\u00f3 seleccionat per veure el contingut d'aquesta unitat. Els aprenents que no necessiten verificaci\u00f3 consultin aquest contingut per defecte.", - "Learning Outcome": "Resultats d'aprenentatge", - "Leave Team": "Deixar l'equip", - "Leave the current session and decide later": "Deixeu la sessi\u00f3 actual i decidiu m\u00e9s endavant", - "Legal name": "Nom legal", - "Less": "Menys", - "Library User": "Usuari de la biblioteca", - "License Display": "Mostra de llic\u00e8ncia", - "License Type": "Tipus de llic\u00e8ncia", - "Limit Access": "Limitar l'acc\u00e9s", - "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "Els enlla\u00e7os es generen sota demanda i caduquen en 5 minuts degut a la naturalesa sensible de la informaci\u00f3 de l'estudiant.", - "List item": "Item de llista", - "List of uploaded files and assets in this course": "Llista d'arxius i recursos pujats en aquests curs", - "Live view of webcam": "Vista en directe de la c\u00e0mera web", - "Load Another File": "Carrega un altre fitxer", - "Load all responses": "Carrega totes les respostes", + ], + "Course Credit Requirements": "Requisits de cr\u00e8dit del curs", + "Course End": "Finalitzaci\u00f3 del curs", + "Course Handouts": "Fulletons del curs", + "Course ID": "Identificador del curs", + "Course Id": "Identificador del Curs", + "Course Index": "\u00cdndex del Curs", + "Course Key": "Clau del Curs", + "Course Number": "Nombre del curs", + "Course Number Override": "Anul\u00b7laci\u00f3 del n\u00famero del Curs", + "Course Outline": "Esquema del curs", + "Course Start": "Inici del curs", + "Course Title": "T\u00edtol del curs", + "Course Title Override": "Anul\u00b7laci\u00f3 del t\u00edtol del Curs", + "Course Video Settings": "Configuraci\u00f3 del v\u00eddeo del curs", + "Course pacing cannot be changed once a course has started.": "No es pot canviar el ritme de curs una vegada que s'ha iniciat un curs.", + "Course title": "T\u00edtol del curs", + "Course-Wide Discussion Topics": "Temes de discussi\u00f3 al llarg del curs", + "Create": "Crear", + "Create Account": "Crear compte", + "Create Re-run": "Crea una reproducci\u00f3 nova", + "Create a %(link_start)sMozilla Backpack%(link_end)s account, or log in to your existing account": "Creeu un compte %(link_start)sMotxilla de Mozilla%(link_end)s o inicieu sessi\u00f3 al vostre compte existent", + "Create a content group": "Crea un grup de contingut", + "Create account using %(providerName)s.": "Crea un compte amb %(providerName)s.", + "Create an Account": "Crear un compte", + "Create an Account.": "Crear un compte.", + "Create an account using": "Crea un compte mitjan\u00e7ant", + "Create team.": "Crea un equip.", + "Created": "Creat", + "Creative Commons licensed content, with terms as follow:": "Contingut amb llic\u00e8ncia de Creative Commons, amb els termes seg\u00fcents:", + "Crossed out items have been refunded.": "S'han reembossat els elements creuats.", + "Current Role:": "Rol actual:", + "Current enrollment mode:": "Modalitat d'inscripci\u00f3 actual:", + "Current location": "Localitzaci\u00f3 actual", + "Currently selected": "Actualment seleccionat", + "Date": "Data", + "Date Added": "Data afegida", + "Date Joined": "Data d'inscripci\u00f3", + "Date Placed": "Data de posada", + "Deactivate": "Desactivar", + "December": "Desembre", + "Declined": "Rebutjat", + "Default Timed Transcript": "Transcripci\u00f3 temporitzada per defecte", + "Delete \"<%= signatoryName %>\" from the list of signatories?": "Esborrar \"<%= signatoryName %>\" de la llista de signants?", + "Delete File Confirmation": "Confirma l'esborrat del fitxer", + "Delete Team": "Suprimeix l'equip", + "Delete the user, {username}": "Elimina l'usuari, {username}", + "Delete this %(item_display_name)s?": "Suprimeix aquest %(item_display_name)s?", + "Delete this asset": "Esborra aquest recurs", + "Deleted Content Group": "Grup de contingut eliminat", + "Deleted Group": "Grup eliminat", + "Deleting this %(item_display_name)s is permanent and cannot be undone.": "Si suprimiu aquest %(item_display_name)s \u00e9s permanent i no es pot desfer.", + "Deprecated": "Obsolet", + "Description": "Descripci\u00f3", + "Description of the certificate": "Descripci\u00f3 del certificat", + "Discard Changes": "Descartar els canvis", + "Discussion Home": "P\u00e0gina inicial del debat", + "Display Name": "Mostra el Nom", + "Divide the selected content-specific discussion topics": "Dividiu els temes de discussi\u00f3 espec\u00edfics del contingut seleccionats", + "Divided": "Dividit", + "Do you want to replace the edX transcript with the YouTube transcript?": "Voleu reempla\u00e7ar la transcripci\u00f3 edX amb la transcripci\u00f3 de YouTube?", + "Does the name on your ID match your account name: %(fullName)s?": "El nom del vostre Identificador coincideix amb el nom del vostre compte: %(fullName)s", + "Does the photo of you match your ID photo?": "La foto de tu coincideix amb la teva foto d'identificaci\u00f3?", + "Does the photo of you show your whole face?": "La foto de tu mostreu tota la teva cara?", + "Doing so means that you are no longer eligible for academic credit.": "Fer-ho significa que ja no \u00e9s apte per al cr\u00e8dit acad\u00e8mic.", + "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "No veus la teva foto? Assegureu-vos que el vostre navegador utilitzi la vostra c\u00e0mera quan sol\u00b7liciti perm\u00eds.", + "Donate": "Fer una donaci\u00f3", + "Download": "Descarregar", + "Download Software Clicked": "Descarregueu el programari clicat", + "Download Transcript for Editing": "Baixeu la transcripci\u00f3 per a l'edici\u00f3", + "Download URL": "URL de desc\u00e0rrega", + "Download available encodings (.csv)": "Baixeu les codificacions disponibles (.csv)", + "Download the user's certificate": "Baixeu el certificat de l'usuari", + "Draft (Never published)": "Esborrany (mai publicat)", + "Draft (Unpublished changes)": "Esborrany (canvis no publicats)", + "Draft saved on {lastSavedStart}{editedOn}{lastSavedEnd} by {editedByStart}{editedBy}{editedByEnd}": "Esborrany es va desar a {lastSavedStart}{editedOn}{lastSavedEnd} by {editedByStart}{editedBy}{editedByEnd}", + "Drag and drop or {spanStart}browse your computer{spanEnd}.": "Arrossegueu i deixeu anar o {spanStart}navegui pel vostre ordinador{spanEnd}.", + "Drag to reorder": "Arrossegueu per reordenar", + "Due Date": "Data de venciment", + "Due Date:": "Data de venciment:", + "Due Time in UTC:": "Temps de venciment en UTC:", + "Due:": "Venciment:", + "Duplicate": "Duplicar", + "Duration (sec)": "Durada (segons)", + "Earned %(created)s.": "S'ha guanyat %(created)s.", + "EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.": "EdX no t\u00e9 una transcripci\u00f3 temporitzada per a aquest v\u00eddeo a Studio, per\u00f2 hem trobat una transcripci\u00f3 a YouTube. Podeu importar la transcripci\u00f3 de YouTube o carregar el vostre propi fitxer de transcripci\u00f3 .srt.", + "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "EdX no t\u00e9 una transcripci\u00f3 temporitzada per a aquest v\u00eddeo. Carregueu un fitxer .srt.", + "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "EdX t\u00e9 una transcripci\u00f3 temporitzada per a aquest v\u00eddeo. Si voleu editar aquesta transcripci\u00f3, podeu baixar, editar i tornar a carregar la transcripci\u00f3 existent. Si voleu reempla\u00e7ar aquesta transcripci\u00f3, carregueu un fitxer de transcripci\u00f3 .srt nou.", + "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "EdX t\u00e9 una transcripci\u00f3 temporitzada per a aquest v\u00eddeo. Si voleu reempla\u00e7ar aquesta transcripci\u00f3, carregueu un fitxer de transcripci\u00f3 .srt nou. Si voleu editar aquesta transcripci\u00f3, podeu baixar, editar i tornar a carregar la transcripci\u00f3 existent.", + "Edit %(display_name)s (required)": "Edita %(display_name)s (required)", + "Edit Membership": "Edita la pertinen\u00e7a", + "Edit Team": "Edita l'equip", + "Edit Thumbnail": "Edita la miniatura", + "Edit Your Name": "Editeu el vostre nom", + "Edit this certificate?": "Editeu aquest certificat?", + "Email": "Email", + "Email address": "Correu electr\u00f2nic", + "Emails successfully sent. The following users are no longer enrolled in the course:": "Emails enviats correctament. Els seg\u00fcents usuaris ja no estan donats d'alta al curs:", + "Enable": "Activa", + "Enable Cohorts": "Activa les cohorts", + "Enable Now": "Habilitar ara", + "Enable Weekly Highlight Emails": "Activa els correus electr\u00f2nics de resum setmanals", + "Enabled": "Habilitat", + "End My Exam": "Finalitza el meu examen", + "Engage with posts": "Participa amb publicacions", + "Enroll Now": "Inscriviu-vos ara", + "Enrollment Date": "Data d'inscripci\u00f3", + "Enrollment Mode": "Modalitat d'inscripci\u00f3", + "Enrollment Opens on": "S'obre la inscripci\u00f3", + "Ensure that you can see your photo and read your name": "Assegureu-vos que podeu veure la vostra foto i llegir el vostre nom", + "Enter 3-5 highlights to include in the email message that learners receive for this section (250 character limit).": "Introdu\u00efu 3-5 punts destacats per incloure al missatge de correu electr\u00f2nic que reben els alumnes per a aquesta secci\u00f3 (l\u00edmit de 250 car\u00e0cters).", + "Enter email addresses and/or usernames, separated by new lines or commas, for the learners you want to add. *": "Introdu\u00efu adreces de correu electr\u00f2nic i / o noms d'usuari, separades per noves l\u00ednies o comes, per als estudiants que voleu afegir. *", + "Enter information to describe your team. You cannot change these details after you create the team.": "Introdu\u00efu informaci\u00f3 per descriure l'equip. No podeu canviar aquests detalls despr\u00e9s de crear l'equip.", + "Enter the account information for your organization.": "Introdu\u00efu la informaci\u00f3 del compte de la vostra organitzaci\u00f3.", + "Enter the name of the cohort": "Introdu\u00efu el nom de la cohort", + "Enter the page number you'd like to quickly navigate to.": "Introdu\u00efu el n\u00famero de p\u00e0gina al qual vulgueu navegar r\u00e0pidament.", + "Enter the username or email address of each learner that you want to add as an exception.": "Introdu\u00efu el nom d'usuari o l'adre\u00e7a de correu electr\u00f2nic de cada alumne que vulgueu afegir com a excepci\u00f3.", + "Enter username or email": "Entra el nom d'usuari o email", + "Error": "Error", + "Error adding user": "S'ha produ\u00eft un error en afegir l'usuari", + "Error adding/removing users as beta testers.": "Error afegint o eliminant usuaris com a beta testers.", + "Error changing user's permissions.": "Error canviant els permisos d'usuari.", + "Error enrolling/unenrolling users.": "Error donant d'alta/baixa usuaris.", + "Error generating grades. Please try again.": "Error generant puntuacions. Si us plau, intenta-ho de nou.", + "Error getting student list.": "Error obtenint la llista d'estudiants.", + "Error listing task history for this student and problem.": "Error llistant l'hist\u00f2ric de tasques per aquest estudiant i problema.", + "Error removing user": "S'ha produ\u00eft un error en eliminar l'usuari", + "Error retrieving grading configuration.": "Error obtenint la configuraci\u00f3 de graus", + "Error sending email.": "Error enviant email.", + "Error.": "Error.", + "Error:": "Error:", + "Error: You cannot remove yourself from the Instructor group!": "Error: no pots eliminar-te tu mateix del grup d'instructors!", + "Exam Types": "Tipus d'examen", + "Exception Granted": "Excepci\u00f3 concedida", + "Expand All": "Expandeix-ho tot", + "Explain if other.": "Expliqueu-ho si hi ha altres.", + "Explore New Programs": "Exploreu nous programes", + "Explore Programs": "Explore programes", + "Explore your course!": "Exploreu el vostre curs!", + "Failed Proctoring": "Supervisat susp\u00e8s", + "February": "Febrer", + "File Name": "Nom del fitxer", + "File upload succeeded": "S'ha aconseguit la c\u00e0rrega de fitxers", + "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "El fitxer {filename} supera la mida m\u00e0xima de {maxFileSizeInMBs} MB", + "Files must be in JPEG or PNG format.": "Els fitxers han d'estar en format JPEG o PNG.", + "Filter": "Filtre", + "Filter and sort topics": "Filtrar i ordenar temes", + "Final Grade": "Nota Final", + "Financial Assistance Application": "Sol\u00b7licitud d'Assist\u00e8ncia Financera", + "Find a course": "Trobeu un curs", + "Find discussions": "Trobi debats", + "First time here?": "La primera vegada aqu\u00ed?", + "Follow or unfollow posts": "Seguiu o deixeu de publicar publicacions", + "For grading to work, you must change all {oldName} subsections to {newName}.": "Per tal que la classificaci\u00f3 funcioni, heu de canviar totes les subseccions {oldName} a {newName}.", + "Free text notes": "Notes de text lliures", + "Frequently Asked Questions": "Preguntes freq\u00fcents", + "Fullscreen": "Pantalla complerta", + "Fully Supported": "Completament compatible", + "General Proctored Exam Rules": "Normes generals de l'examen tutorial", + "Generate": "Generar", + "Generate Exception Certificates": "Genera certificats d'excepci\u00f3", + "Generate the user's certificate": "Genereu el certificat de l'usuari", + "Get Credit": "Obtenir Cr\u00e8dit", + "Go Back": "Torna", + "Go to Dashboard": "Aneu al panell", + "Go to your Dashboard": "Aneu al Panell de control", + "Going forward, your account information will be updated and maintained by {enterprise_name}.": "En endavant, la informaci\u00f3 del vostre compte ser\u00e0 actualitzada i mantinguda per {enterprise_name}.", + "Government-Issued Photo ID": "Identificador de fotografia publicat pel govern", + "Grace period must be specified in HH:MM format.": "El per\u00edode de gr\u00e0cia ha de tenir el format HH:MM.", + "Grade": "Qualificaci\u00f3", + "Grade as:": "Qualificat com:", + "Graded as:": "Qualificats com:", + "Grading": "Qualificacions", + "Group %s": "Grup %s", + "Group A": "Grup A", + "Group B": "Grup B", + "Group Configuration ID": "Indentificador de configuraci\u00f3 del grup", + "Group Configuration Name": "Nom de configuraci\u00f3 del grup", + "Group Configuration information": "Informaci\u00f3 de configuraci\u00f3 del grup", + "Group Configuration name is required.": "El nom de configuraci\u00f3 del grup \u00e9s obligatori.", + "Group information": "Informaci\u00f3 del grup", + "Group name is required": "El nom del grup \u00e9s obligatori", + "Groups": "Grups", + "Heading": "Cap\u00e7alera", + "Heading (Ctrl+H)": "Cap\u00e7alera (Ctrl+H)", + "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "Ajudeu altres estudiants a decidir si voleu unir-se al vostre equip especificant algunes caracter\u00edstiques per al vostre equip. Tria amb atenci\u00f3, perqu\u00e8 \u00e9s possible que hi hagi menys persones que estiguin interessades a unir-se al vostre equip si sembla massa restrictiu.", + "Hide": "Ocultar", + "Hide Deprecated Settings": "Amaga els par\u00e0metres desactivats", + "Hide Discussion": "Ocultar discussi\u00f3", + "Hide Timer": "Amaga el temporitzador", + "Hide content after course end date": "Amaga el contingut despr\u00e9s de la data de finalitzaci\u00f3 del curs", + "Hide content after due date": "Amaga el contingut despr\u00e9s de la data de venciment", + "Hide entire subsection": "Amaga la subsecci\u00f3 completa", + "Hide from learners": "Amaga dels aprenents", + "Hide transcripts ({transcriptCount})": "Amaga transcripcions ({transcriptCount})", + "Highlight {highlight_index}": "Ressaltar {highlight_index}", + "Highlighted text": "Text ressaltat", + "Highlights for {display_name}": "Destacats per a {display_name}", + "Horizontal Rule (Ctrl+R)": "L\u00ednia horitzontal (Ctrl+R)", + "How to use %(platform_name)s discussions": "Com usar els debats de %(platform_name)s ", + "Hyperlink (Ctrl+L)": "Enlla\u00e7 (Ctrl+L)", + "I am ready to start this timed exam,": "Estic preparat per iniciar aquest examen cronometrat,", + "ID": "Identificador", + "ID-Verification is not required for this Professional Education course.": "La verificaci\u00f3 d'identificaci\u00f3 no \u00e9s necess\u00e0ria per a aquest curs d'Educaci\u00f3 Professional.", + "Identity Verification In Progress": "Verificaci\u00f3 d'identitat en curs", + "If the course does not have an end date, learners always see their scores when they submit answers to assessments.": "Si el curs no t\u00e9 data de finalitzaci\u00f3, els estudiants sempre veuen les puntuacions quan envien respostes a les avaluacions.", + "If the subsection does not have a due date, learners always see their scores when they submit answers to assessments.": "Si la subsecci\u00f3 no t\u00e9 data de venciment, els estudiants sempre veuen les puntuacions quan envien respostes a les avaluacions.", + "If the unit was previously published and released to learners, any changes you made to the unit when it was hidden will now be visible to learners.": "Si la unitat es va publicar i es va publicar pr\u00e8viament als estudiants, els canvis que h\u00e0giu fet a la unitat quan estigu\u00e9s oculta ara seran visibles per als estudiants.", + "If you do not yet have an account, use the button below to register.": "Si encara no teniu un compte, utilitzeu el bot\u00f3 seg\u00fcent per registrar-se.", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "Si encara no comprova la vostra identitat, encara podeu explorar el vostre curs des del tauler. Rebr\u00e0 recordatoris peri\u00f2dics de %(platformName)s per verificar la vostra identitat.", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from {platformName} to verify your identity.": "Si encara no comprova la vostra identitat, encara podeu explorar el vostre curs des del tauler. Rebreu els recordatoris peri\u00f2dics de {platformName} per verificar la vostra identitat.", + "If you make this %(xblockType)s visible to learners, learners will be able to see its content after the release date has passed and you have published the unit. Only units that are explicitly hidden from learners will remain hidden after you clear this option for the %(xblockType)s.": "Si fa que aquest %(xblockType)s sigui visible per als estudiants, els aprenents podran veure el seu contingut despr\u00e9s de la data de llan\u00e7ament i han publicat la unitat. Nom\u00e9s les unitats que estan expl\u00edcitament amagades pels aprenents romandran ocultes despr\u00e9s d'esborrar aquesta opci\u00f3 per a %(xblockType)s.", + "If you remove this transcript, the transcript will not be available for any components that use this video.": "Si elimineu aquesta transcripci\u00f3, la transcripci\u00f3 no estar\u00e0 disponible per als components que utilitzin aquest v\u00eddeo.", + "If you select an option other than \"%(hide_label)s\", published units in this subsection become available to learners unless they are explicitly hidden.": "Si seleccioneu una opci\u00f3 diferent \"%(hide_label)s\", les unitats publicades en aquesta subsecci\u00f3 estaran disponibles per als estudiants, tret que estiguin expl\u00edcitament amagades.", + "Image (Ctrl+G)": "Imatge (Ctrl+G)", + "Image must be in PNG format": "La imatge ha de ser en format PNG", + "Image must be in PNG format.": "La imatge ha de ser en format PNG.", + "Image upload failed": "No s'ha pogut penjar la imatge", + "Image upload failed. ": "No s'ha pogut penjar la imatge.", + "Import YouTube Transcript": "Import Transcripci\u00f3 des de YouTube", + "In Progress": "En progr\u00e9s", + "In the {linkStart}Course Outline{linkEnd}, use this group to control access to a component.": "A la {linkStart} Esquema del curs {linkEnd}, utilitzeu aquest grup per controlar l'acc\u00e9s a un component.", + "Individual Exceptions": "Excepcions individuals", + "Insert Hyperlink": "Inserta l'hipervincle", + "Instructor Biography": "Biografia de l'instructor", + "Instructor Name": "Nom de l'instructor", + "Instructor Photo": "Foto del Instructor", + "Instructor Photo URL": "URL de la foto de l'instructor ", + "Instructor Title": "T\u00edtol de l'instructor", + "Instructor tools": "Eines d'instructor", + "Internal Server Error.": "Error del servidor intern.", + "Introduction to Cookie Baking": "Introducci\u00f3 a la Cuina de Galetes", + "Invalidate Certificate": "Invalida el certificat", + "Invalidated": "Invalidat", + "Invalidated By": "Invalidat per", + "Is Sample Attempt": "\u00c9s intent d'exemple", + "Is Visible To:": "\u00c9s Visible a:", + "Is your name on your ID readable?": "Es pot llegir el vostre nom a la vostra identificaci\u00f3?", + "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "Es recomana que inclogueu quatre o menys signants. Si incloeu signants addicionals, previsualitzeu el certificat a la Vista d'impressi\u00f3 per assegurar-vos que el certificat s'imprimir\u00e0 correctament en una sola p\u00e0gina.", + "Italic (Ctrl+I)": "Cursiva (Ctrl+I)", + "January": "Gener", + "Join Team": "Uniu-vos a l'equip", + "July": "Juliol", + "June": "Juny", + "Key should only contain letters, numbers, _, or -": "La clau nom\u00e9s pot contenir lletres, nombres, _, o -", + "LEARN MORE": "APRENDRE M\u00c9S", + "Large": "Gran", + "Last Edited:": "\u00daltima edici\u00f3:", + "Last Updated": "Darrera actualitzaci\u00f3", + "Last modified by": "Darrera modificaci\u00f3 per", + "Last published %(last_published_date)s by %(publish_username)s": "\u00daltim publicat %(last_published_date)s per %(publish_username)s", + "Last published {lastPublishedStart}{publishedOn}{lastPublishedEnd} by {publishedByStart}{publishedBy}{publishedByEnd}": "Publicat darrerament {lastPublishedStart}{publishedOn}{lastPublishedEnd} by {publishedByStart}{publishedBy}{publishedByEnd}", + "Last updated": "\u00daltima actualitzaci\u00f3", + "Learn more about {license_name}": "M\u00e9s informaci\u00f3 sobre {license_name}", + "Learners are added to this cohort automatically.": "Els aprenents s'afegeixen a aquesta cohort autom\u00e0ticament.", + "Learners are added to this cohort only when you provide their email addresses or usernames on this page.": "Els aprenents nom\u00e9s s'afegiran a aquesta cohort nom\u00e9s quan proporcioneu les adreces de correu electr\u00f2nic o els noms d'usuari d'aquesta p\u00e0gina.", + "Learners do not see the subsection in the course outline. The subsection is not included in grade calculations.": "Els aprenents no veuen la subsecci\u00f3 al contorn del curs. La subsecci\u00f3 no s'inclou en els c\u00e0lculs de qualificaci\u00f3.", + "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the course end date has passed.": "Els aprenents no veuen si les seves respostes a les avaluacions eren correctes o incorrectes, ni la puntuaci\u00f3 rebuda, fins que hagi passat la data de finalitzaci\u00f3 del curs.", + "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the due date for the subsection has passed.": "Els aprenents no veuen si les seves respostes a les avaluacions eren correctes o incorrectes, ni la puntuaci\u00f3 rebuda, fins que ha passat la data de venciment de la subsecci\u00f3.", + "Learners never see whether their answers to assessments are correct or incorrect, nor the score received.": "Els estudiants mai veuen si les seves respostes a les avaluacions s\u00f3n correctes o incorrectes, ni la puntuaci\u00f3 rebuda.", + "Learners see the published subsection and can access its content.": "Els aprenents veuen la subsecci\u00f3 publicada i poden accedir al seu contingut.", + "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "Els aprenents que necessiten verificaci\u00f3 han de passar el punt de verificaci\u00f3 seleccionat per veure el contingut d'aquesta unitat. Els aprenents que no necessiten verificaci\u00f3 consultin aquest contingut per defecte.", + "Learning Outcome": "Resultats d'aprenentatge", + "Leave Team": "Deixar l'equip", + "Leave the current session and decide later": "Deixeu la sessi\u00f3 actual i decidiu m\u00e9s endavant", + "Legal name": "Nom legal", + "Less": "Menys", + "Library User": "Usuari de la biblioteca", + "License Display": "Mostra de llic\u00e8ncia", + "License Type": "Tipus de llic\u00e8ncia", + "Limit Access": "Limitar l'acc\u00e9s", + "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "Els enlla\u00e7os es generen sota demanda i caduquen en 5 minuts degut a la naturalesa sensible de la informaci\u00f3 de l'estudiant.", + "List item": "Item de llista", + "List of uploaded files and assets in this course": "Llista d'arxius i recursos pujats en aquests curs", + "Live view of webcam": "Vista en directe de la c\u00e0mera web", + "Load Another File": "Carrega un altre fitxer", + "Load all responses": "Carrega totes les respostes", "Load next {num_items} result": [ - "Carregueu el resultat seg\u00fcent {num_items}", + "Carregueu el resultat seg\u00fcent {num_items}", "Carregueu els resultats seg\u00fcent {num_items}" - ], - "Loading": "Carregant", - "Loading content": "Carregant el contingut", - "Loading more threads": "Carregant m\u00e9s fils", - "Lock this asset": "Bloqueja aquest actiu", - "Lock/unlock file": "Bloqueja/desbloqueja aquest arxiu", - "Make sure that the full name on your account matches the name on your ID.": "Assegureu-vos que el nom complet del compte coincideixi amb el nom de la vostra identificaci\u00f3.", - "Make sure we can verify your identity with the photos and information you have provided.": "Assegureu-vos que podem verificar la vostra identitat amb les fotos i amb la informaci\u00f3 que heu proporcionat.", - "Make sure your ID is well-lit": "Assegureu-vos que la vostra identificaci\u00f3 estigui ben il\u00b7luminada", - "Make sure your face is well-lit": "Assegureu-vos que la vostra cara estigui ben il\u00b7luminada", - "Make this subsection available as a prerequisite to other content": "Feu que aquesta subsecci\u00f3 estigui disponible com a requisit previ a un altre contingut", - "Manage Learners": "Gestioneu els aprenents", - "Manual": "Manual", - "March": "Mar\u00e7", - "Mark Exam As Completed": "Examen de marca com finalitzat", - "Markdown Editing Help": "Ajuda d'edici\u00f3 amb etiquetes", - "Max file size exceeded": "S'ha excedit la mida del fitxer m\u00e0xim", - "Maximum file size: {maxFileSize} GB": "Mida m\u00e0xima del fitxer: {maxFileSize} GB", - "May": "Maig", - "Midnight": "Mitjanit", - "Minimum Completion:": "Finalitzaci\u00f3 m\u00ednima:", - "Minimum Score:": "Puntuaci\u00f3 M\u00ednima", - "Module state successfully deleted.": "Estat del m\u00f2dul esborrat correctament.", - "More": "M\u00e9s", - "More sessions coming soon": "M\u00e9s sessions properes", - "More sessions coming soon.": "M\u00e9s sessions properes.", - "Must be a Staff User to Perform this request.": "Ha de ser un usuari del personal per realitzar aquesta sol\u00b7licitud.", - "Must complete verification checkpoint": "Cal completar el punt de verificaci\u00f3", - "N/A": "N/D", - "Name": "Nom", - "Name ": "Nom", - "Name of the certificate": "Nom del certificat", - "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "Nom dels grups als quals s'assignaran els estudiants, per exemple, Control, V\u00eddeo, Problemes. Heu de tenir dos o m\u00e9s grups.", - "Name of the signatory": "Nom del signant", - "Name or short description of the configuration": "Nom o breu descripci\u00f3 de la configuraci\u00f3", - "Needs verified certificate ": "Necessita certificat verificat", - "Never published": "Mai publicat", - "Never show assessment results": "No mostris mai els resultats de l'avaluaci\u00f3", - "New %(item_type)s": "Nou %(item_type)s", - "New Address": "Nova adre\u00e7a", - "New enrollment mode:": "Nou mode d'inscripci\u00f3:", - "Next": "Seg\u00fcent", - "Next Step: Confirm your identity": "Pas seg\u00fcent: confirmeu la vostra identitat", - "Next: %(nextStepTitle)s": "Seg\u00fcent: %(nextStepTitle)s", - "No Content Group": "Sense grup de contingut", - "No EdX Timed Transcript": "No hi ha una transcripci\u00f3 temporitzada Edx", - "No Timed Transcript": "No hi ha Transcripci\u00f3 Temporitzada", - "No content-specific discussion topics exist.": "No hi ha temes de discussi\u00f3 espec\u00edfics del contingut.", - "No description available": "No hi ha cap descripci\u00f3 disponible", - "No prerequisite": "Sense requisit previ", - "No receipt available": "No hi ha rebut disponible", - "No results": "Sens resultats", - "No transcript uploaded.": "No s'ha penjat cap transcripci\u00f3.", - "No validation is performed on policy keys or value pairs. If you are having difficulties, check your formatting.": "No es realitza cap validaci\u00f3 en claus de pol\u00edtica o en parells de valors. Si teniu dificultats, consulteu el vostre format.", - "None": "Cap", - "Noon": "Migdia", - "Not Currently Available": "Actualment no disponible", - "Not Graded": "No puntuat", - "Not Supported": "No compatible", - "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "No es pot establir el grau de pas a menys de %(minimum_grade_cutoff)s%.", - "Not available": "No disponible", - "Not in Use": "No est\u00e0 en \u00fas", - "Not selected": "No seleccionat", - "Not yet": "Encara no", - "Note": "Nota", - "Note: Do not hide graded assignments after they have been released.": "Nota: No amagueu les assignacions graduades despr\u00e9s d'haver estat alliberades.", - "Note: Learners can be in only one cohort. Adding learners to this group overrides any previous group assignment.": "Nota: els aprenents poden estar en una sola cohort. L'addici\u00f3 d'estudiants a aquest grup reempla\u00e7a qualsevol assignaci\u00f3 de grup anterior.", + ], + "Loading": "Carregant", + "Loading content": "Carregant el contingut", + "Loading more threads": "Carregant m\u00e9s fils", + "Lock this asset": "Bloqueja aquest actiu", + "Lock/unlock file": "Bloqueja/desbloqueja aquest arxiu", + "Make sure that the full name on your account matches the name on your ID.": "Assegureu-vos que el nom complet del compte coincideixi amb el nom de la vostra identificaci\u00f3.", + "Make sure we can verify your identity with the photos and information you have provided.": "Assegureu-vos que podem verificar la vostra identitat amb les fotos i amb la informaci\u00f3 que heu proporcionat.", + "Make sure your ID is well-lit": "Assegureu-vos que la vostra identificaci\u00f3 estigui ben il\u00b7luminada", + "Make sure your face is well-lit": "Assegureu-vos que la vostra cara estigui ben il\u00b7luminada", + "Make this subsection available as a prerequisite to other content": "Feu que aquesta subsecci\u00f3 estigui disponible com a requisit previ a un altre contingut", + "Manage Learners": "Gestioneu els aprenents", + "Manual": "Manual", + "March": "Mar\u00e7", + "Mark Exam As Completed": "Examen de marca com finalitzat", + "Markdown Editing Help": "Ajuda d'edici\u00f3 amb etiquetes", + "Max file size exceeded": "S'ha excedit la mida del fitxer m\u00e0xim", + "Maximum file size: {maxFileSize} GB": "Mida m\u00e0xima del fitxer: {maxFileSize} GB", + "May": "Maig", + "Midnight": "Mitjanit", + "Minimum Completion:": "Finalitzaci\u00f3 m\u00ednima:", + "Minimum Score:": "Puntuaci\u00f3 M\u00ednima", + "Module state successfully deleted.": "Estat del m\u00f2dul esborrat correctament.", + "More": "M\u00e9s", + "More sessions coming soon": "M\u00e9s sessions properes", + "More sessions coming soon.": "M\u00e9s sessions properes.", + "Must be a Staff User to Perform this request.": "Ha de ser un usuari del personal per realitzar aquesta sol\u00b7licitud.", + "Must complete verification checkpoint": "Cal completar el punt de verificaci\u00f3", + "N/A": "N/D", + "Name": "Nom", + "Name ": "Nom", + "Name of the certificate": "Nom del certificat", + "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "Nom dels grups als quals s'assignaran els estudiants, per exemple, Control, V\u00eddeo, Problemes. Heu de tenir dos o m\u00e9s grups.", + "Name of the signatory": "Nom del signant", + "Name or short description of the configuration": "Nom o breu descripci\u00f3 de la configuraci\u00f3", + "Needs verified certificate ": "Necessita certificat verificat", + "Never published": "Mai publicat", + "Never show assessment results": "No mostris mai els resultats de l'avaluaci\u00f3", + "New %(item_type)s": "Nou %(item_type)s", + "New Address": "Nova adre\u00e7a", + "New enrollment mode:": "Nou mode d'inscripci\u00f3:", + "Next": "Seg\u00fcent", + "Next Step: Confirm your identity": "Pas seg\u00fcent: confirmeu la vostra identitat", + "Next: %(nextStepTitle)s": "Seg\u00fcent: %(nextStepTitle)s", + "No Content Group": "Sense grup de contingut", + "No EdX Timed Transcript": "No hi ha una transcripci\u00f3 temporitzada Edx", + "No Timed Transcript": "No hi ha Transcripci\u00f3 Temporitzada", + "No content-specific discussion topics exist.": "No hi ha temes de discussi\u00f3 espec\u00edfics del contingut.", + "No description available": "No hi ha cap descripci\u00f3 disponible", + "No prerequisite": "Sense requisit previ", + "No receipt available": "No hi ha rebut disponible", + "No results": "Sens resultats", + "No transcript uploaded.": "No s'ha penjat cap transcripci\u00f3.", + "No validation is performed on policy keys or value pairs. If you are having difficulties, check your formatting.": "No es realitza cap validaci\u00f3 en claus de pol\u00edtica o en parells de valors. Si teniu dificultats, consulteu el vostre format.", + "None": "Cap", + "Noon": "Migdia", + "Not Currently Available": "Actualment no disponible", + "Not Graded": "No puntuat", + "Not Supported": "No compatible", + "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "No es pot establir el grau de pas a menys de %(minimum_grade_cutoff)s%.", + "Not available": "No disponible", + "Not in Use": "No est\u00e0 en \u00fas", + "Not selected": "No seleccionat", + "Not yet": "Encara no", + "Note": "Nota", + "Note: Do not hide graded assignments after they have been released.": "Nota: No amagueu les assignacions graduades despr\u00e9s d'haver estat alliberades.", + "Note: Learners can be in only one cohort. Adding learners to this group overrides any previous group assignment.": "Nota: els aprenents poden estar en una sola cohort. L'addici\u00f3 d'estudiants a aquest grup reempla\u00e7a qualsevol assignaci\u00f3 de grup anterior.", "Note: You are %s hour ahead of server time.": [ - "Nota: Aneu %s hora avan\u00e7ats respecte la hora del servidor.", + "Nota: Aneu %s hora avan\u00e7ats respecte la hora del servidor.", "Nota: Aneu %s hores avan\u00e7ats respecte la hora del servidor." - ], + ], "Note: You are %s hour behind server time.": [ - "Nota: Aneu %s hora endarrerits respecte la hora del servidor.", + "Nota: Aneu %s hora endarrerits respecte la hora del servidor.", "Nota: Aneu %s hores endarrerits respecte la hora del servidor." - ], - "Noted in:": "S'ha anotat a:", - "Notes": "Notes", - "November": "Novembre", - "Now": "Ara", - "Number of Droppable": "N\u00famero de retiraments", - "Number of Students": "Nombre d'estudiants", - "Numbered List (Ctrl+O)": "Llista numerada (Ctrl+O)", - "OK": "D'acord", - "October": "Octubre", - "Once in position, use the camera button {icon} to capture your ID": "Un cop a la posici\u00f3, utilitzeu el bot\u00f3 de la c\u00e0mera {icon} per capturar la vostra identificaci\u00f3", - "Once in position, use the camera button {icon} to capture your photo": "Un cop a la posici\u00f3, utilitzeu el bot\u00f3 de la c\u00e0mera {icon} per capturar la foto", - "Once you complete one of the program requirements you have a program record. This record is marked complete once you meet all program requirements. A program record can be used to continue your learning journey and demonstrate your learning to others.": "Una vegada que h\u00e0giu completat un dels requisits del programa, teniu un registre del programa. Aquest registre es marca completament una vegada que compleix tots els requisits del programa. Es pot utilitzar un registre del programa per continuar el vostre viatge d'aprenentatge i demostrar el vostre aprenentatge als altres.", - "Only the parent course staff of a CCX can create content groups.": "Nom\u00e9s el personal de cursos primaris d'un CCX pot crear grups de contingut.", - "Open the certificate you earned for the %(title)s program.": "Obriu el certificat que heu obtingut per al programa %(title)s", - "Open/download this file": "Obre/descarrega aquest arxiu", - "Optional Characteristics": "Caracter\u00edstiques opcionals", - "Optional long description": "Descripci\u00f3 larga opcional", - "Options for {license_name}": "Opcions per a {license_name}", - "Order Details": "Detalls de l'encarrec", - "Order History": "Historial de Comandes", - "Order No.": "N\u00ba de Comanda", - "Order Number": "N\u00famero d'ordre", - "Organization": "Organitzaci\u00f3", - "Organization ": "Organitzaci\u00f3", - "Organization Name": "Nom de l'organitzaci\u00f3", - "Organization of the signatory": "Organitzaci\u00f3 del signant", - "Other": "Altres", - "Page number out of %(total_pages)s": "N\u00famero de p\u00e0gina de %(total_pages)s", - "Passed Proctoring": "Supervisat aprovat", - "Password": "Clau de pas", - "Password Status": "Estat de la contrasenya", - "Password assistance": "Assist\u00e8ncia per a contrasenyes", - "Path to Signature Image": "Cam\u00ed de la imatge de la signatura", - "Pending Session Review": "Revisi\u00f3 pendent de la sessi\u00f3", - "Photo": "Foto", - "Photo ID": "Identificador de fotografia", - "Photo Identification": "Identificaci\u00f3 de fotos", - "Photo of %(fullName)s": "Foto de %(fullName)s", - "Photo of %(fullName)s's ID": "Foto de la Identificaci\u00f3 de %(fullName)s", - "Photo requirements:": "Requisits fotogr\u00e0fics:", - "Photos don't meet the requirements?": "Les fotos no compleixen els requisits?", - "Please Note": "Tingueu en compte", - "Please add a photo of the instructor (Note: only JPEG or PNG format supported)": "Afegiu una foto de l'instructor (Nota: nom\u00e9s s'admeten JPEG o PNG)", - "Please add the institute where the instructor is associated": "Afegiu l'institut on s'associa l'instructor", - "Please add the instructor's biography": "Afegiu la biografia del instructor", - "Please add the instructor's name": "Afegiu el nom del instructor", - "Please add the instructor's title": "Afegiu el t\u00edtol de l'instructor", - "Please address the errors on this page first, and then save your progress.": "En primer lloc, dirigiu els errors d'aquesta p\u00e0gina i, a continuaci\u00f3, deseu el vostre progr\u00e9s.", - "Please check the following validation feedbacks and reflect them in your course settings:": "Comproveu els seg\u00fcents comentaris de validaci\u00f3 i els reflectiu a la configuraci\u00f3 del vostre curs:", - "Please enter a student email address or username.": "Si us plau entra una adre\u00e7a d'email d'estudiant o nom d'usuari.", - "Please enter a username or email.": "Si us plau, entra el nom d'usuari o email.", - "Please enter an integer between %(min)s and %(max)s.": "Introdu\u00efu un enter entre %(min)s i %(max)s.", - "Please enter an integer between 0 and 100.": "Si us plau, entra un nombre enter de 0 a 100.", - "Please enter an integer greater than 0.": "Si us plau, entra un nombre enter m\u00e9s gran que 0.", - "Please enter non-negative integer.": "Si us plau, entra un nombre enter no negatiu.", - "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "Seguiu les instruccions aqu\u00ed per carregar un fitxer a un altre lloc i enlla\u00e7ar-hi: {maxFileSizeRedirectUrl}", - "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "Imprimiu aquesta p\u00e0gina per als vostres registres; serveix com a rebut. Tamb\u00e9 rebr\u00e0 un correu electr\u00f2nic amb la mateixa informaci\u00f3.", - "Post": "Publicaci\u00f3", - "Practice Exam Completed": "Examen pr\u00e0ctic completat", - "Practice Exam Failed": "L'examen de pr\u00e0ctica ha fallat", - "Practice Proctored": "Pr\u00e0ctica Supervisada", - "Practice proctored Exam": "Pr\u00e0ctica ex\u00e0mens supervisats", - "Prerequisite:": "Requisit previ:", - "Prerequisite: %(prereq_display_name)s": "Requisit previ: %(prereq_display_name)s", - "Press Add to language": "Premeu Afegeix a l'idioma", - "Press Remove to remove language": "Premeu Suprimeix per eliminar l'idioma", - "Press change to change selected transcript provider.": "Premeu Canviar per canviar el prove\u00efdor de transcripci\u00f3 seleccionat.", - "Press close to hide course video settings": "Premeu per amagar la configuraci\u00f3 del v\u00eddeo del curs", - "Press discard changes to discard changes.": "Premeu Rebutjar els canvis per descartar els canvis.", - "Press discard changes to discard your changes.": "Premeu Rebutjar els canvis per descartar els canvis.", - "Press update settings to update course video settings": "Premeu la configuraci\u00f3 d'actualitzaci\u00f3 per actualitzar la configuraci\u00f3 de v\u00eddeo del curs", - "Press update settings to update the information for your organization.": "Premeu la configuraci\u00f3 d'actualitzaci\u00f3 per actualitzar la informaci\u00f3 de la vostra organitzaci\u00f3.", - "Preview": "Previsualitzar", - "Preview Certificate": "Previsualitzaci\u00f3 del Certificat", - "Preview of uploaded image": "Vista pr\u00e8via de la imatge penjada", - "Previous": "Previ", - "Previous Uploads": "C\u00e0rregues anteriors", - "Previous Uploads table has been updated.": "S'ha actualitzat la taula de c\u00e0rregues anteriors.", - "Previously published": "Publicat anteriorment", - "Processing Re-run Request": "Processament de la sol\u00b7licitud de reinici", - "Proctored": "Supervisat", - "Proctored Exam": "Ex\u00e0men supervisat", - "Proctored Option Available": "Opci\u00f3 Supervisat disponible", - "Proctored Option No Longer Available": "L'opci\u00f3 Supervisat ja no est\u00e0 disponible", - "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.": "Els ex\u00e0mens supervisats s\u00f3n cronometrats i graven el v\u00eddeo de cada alumne que pren l'examen. Els v\u00eddeos es revisen per garantir que els alumnes segueixin totes les regles d'examen.", - "Proctoring Session Results Update for {course_name} {exam_name}": "Actualitzaci\u00f3 de resultats de la sessi\u00f3 de supervisi\u00f3 per a {course_name} {exam_name}", - "Product Name": "nom del producte", - "Professional Certificate for {courseName}": "Certificat professional per {courseName}", - "Program Record": "Registre del programa", - "Promote another member to Admin to remove your admin rights": "Promociona un altre membre a Admin per eliminar els drets d'administrador", - "Provisional": "Provisional", - "Provisionally Supported": "Compatible provisionalment", - "Publish": "Publica", - "Publish all unpublished changes for this {item}?": "Publica tots els canvis no publicats per a aquest {item}?", - "Publish {display_name}": "Publicar {display_name}", - "Published (not yet released)": "Publicat (encara no alliberat)", - "Published and Live": "Publicat i en viu", - "Publishing Status": "Estat de publicaci\u00f3", - "Queued": "En cua", - "REMAINING COURSES": "CURSOS RESTANTS", - "Read More": "Llegir m\u00e9s", - "Read more": "Llegeix m\u00e9s", - "Ready To Start": "Llest per comen\u00e7ar", - "Ready To Submit": "Preparat per enviar", - "Reason": "Ra\u00f3", - "Reason for change:": "Motiu del canvi:", - "Receive updates": "Rebeu actualitzacions", - "Recommended image resolution is {imageResolution}, maximum image file size should be {maxFileSize} and format must be one of {supportedImageFormats}.": "La resoluci\u00f3 d'imatge recomanada \u00e9s {imageResolution}, la mida del fitxer d'imatge m\u00e0xima ha de ser {maxFileSize} i el format ha de ser {supportedImageFormats}.", - "Redo (Ctrl+Shift+Z)": "Refer (Ctrl+Shift+Z)", - "Redo (Ctrl+Y)": "Refer (Ctrl+Y)", - "Regenerate": "Regenerar", - "Regenerate the user's certificate": "Regenerar el certificat de l'usuari", - "Register with Institution/Campus Credentials": "Registre amb credencials de la Instituci\u00f3/Campus", - "Rejected": "Rebutjat", - "Release Date and Time": "Data i hora de publicaci\u00f3", - "Release Date:": "Data de publicaci\u00f3:", - "Release Status:": "Estat de publicaci\u00f3:", - "Release Time in UTC:": "Hora de llan\u00e7ament a UTC:", - "Release:": "Versi\u00f3:", - "Released:": "Publicat:", - "Remaining": "Continua", - "Remove": "Eliminar", - "Remove all": "Esborrar-los tots", - "Remove chapter %(chapterDisplayName)s": "Elimina el cap\u00edtol %(chapterDisplayName)s", - "Remove from Invalidation Table": "Treure de la taula d'invalidaci\u00f3", - "Remove from List": "Suprimeix de la llista", - "Remove subsection %(subsectionDisplayName)s": "Eliminar la subsecci\u00f3 %(subsectionDisplayName)s", - "Remove this video": "Suprimeix aquest v\u00eddeo", - "Remove unit %(unitName)s": "Eliminar la unitat %(unitName)s", - "Remove {role} Access": "Elimina {role} Access", - "Remove {video_name} video": "Elimina el v\u00eddeo {video_name}", - "Removing a video from this list does not affect course content. Any content that uses a previously uploaded video ID continues to display in the course.": "L'eliminaci\u00f3 d'un v\u00eddeo d'aquesta llista no afecta el contingut del curs. Qualsevol contingut que utilitzi una identificaci\u00f3 de v\u00eddeo pr\u00e8viament carregat continua apareixent al curs.", - "Replace": "Substituir", - "Report abuse, topics, and responses": "Informeu d'ab\u00fas, temes i respostes", - "Requester": "Sol\u00b7licitant", - "Required": "Requerit", - "Reset Password": "Restablir la contrasenya", - "Restrict access to:": "Restringeix l'acc\u00e9s a:", - "Retake Photo": "Repeteix la foto", - "Retake Your Photos": "Repeteixi les seves fotos", - "Retry Verification": "Reintenteu la verificaci\u00f3", - "Return and add email address": "Retorna i afegeix adre\u00e7a de correu electr\u00f2nic", - "Return to Export": "Torna a l'exportaci\u00f3", - "Return to Your Dashboard": "Torna al tauler", - "Return to team listing": "Torna a la llista d'equips", - "Review Policy Exception": "Revisa l'excepci\u00f3 de la pol\u00edtica", - "Review Rules": "Regles de revisi\u00f3", - "Review Your Photos": "Reviseu les vostres fotos", - "Revoke access": "Revocar l'acc\u00e9s", - "Save": "Guardar", - "Save Changes": "Guardar canvis", - "Scheduled:": "Programat:", - "Search": "Cerca", - "Search Results": "Resultats de la cerca", - "Search all posts": "Cerca totes les publicacions", - "Second Review Required": "Es requereix una segona revisi\u00f3", - "Section": "Secci\u00f3", - "Section Highlights": "Secci\u00f3 destacada", - "Section Visibility": "Visibilitat de la secci\u00f3", - "Select Session": "Selecciona la sessi\u00f3", - "Select a Content Group": "Seleccioneu un grup de contingut", - "Select a cohort": "Seleccioneu una cohort", - "Select a cohort to manage": "Seleccioneu una cohort per gestionar", - "Select a group type": "Seleccioneu un tipus de grup", - "Select a prerequisite subsection and enter a minimum score percentage and minimum completion percentage to limit access to this subsection. Allowed values are 0-100": "Seleccioneu una subsecci\u00f3 de requisits previs i introdu\u00efu un percentatge de puntuaci\u00f3 m\u00ednima i un percentatge m\u00ednim de finalitzaci\u00f3 per limitar l'acc\u00e9s a aquesta subsecci\u00f3. Els valors permesos s\u00f3n 0-100", - "Select a session:": "Seleccioneu una sessi\u00f3:", - "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.": "Seleccioneu una assignaci\u00f3 de temps per a l'examen. Si \u00e9s m\u00e9s de 24 hores, escriviu la quantitat de temps. Podeu concedir als estudiants un temps extra per completar l'examen a trav\u00e9s del Tauler d'instructors.", - "Select fidelity": "Selecciona la fidelitat", - "Select language": "Escolliu l'idioma", - "Select one or more groups:": "Seleccioneu un o m\u00e9s grups:", - "Select the course-wide discussion topics that you want to divide.": "Seleccioneu els temes de discussi\u00f3 que vulgueu dividir al llarg del curs.", - "Select turnaround": "Seleccioneu la tornada", - "Selected tab": "Pestanya seleccionada", - "Send notification to mobile apps": "Envia notificacions a les aplicacions per a m\u00f2bils", - "Send push notification to mobile apps": "Envia notificacions d'impressi\u00f3 a les aplicacions m\u00f2bils", - "September": "Setembre", - "Session Selection Dropdown for {courseName}": "Selecci\u00f3 de sessi\u00f3 desplegable per {courseName}", - "Set Access": "Estableix l'acc\u00e9s", - "Set as a Special Exam": "Establert com a examen especial", - "Set up your certificate": "Set up your certificate", - "Settings": "Configuraci\u00f3", - "Settings updated": "Configuraci\u00f3 actualitzada", - "Share": "Compartir", - "Share on Mozilla Backpack": "Comparteix-ho a la motxilla de Mozilla", - "Share your \"%(display_name)s\" award": "Compartiu el vostre premi \"%(display_name)s\"", - "Show": "Mostrar", - "Show All": "Mostrar tots", - "Show Deprecated Settings": "Mostra la configuraci\u00f3 obsoleta", - "Show assessment results when subsection is past due": "Mostra resultats d'avaluaci\u00f3 quan la subsecci\u00f3 ven\u00e7", - "Show entire subsection": "Mostra la subsecci\u00f3 completa", - "Show me other ways to sign in or register": "Mostra'm altres maneres d'iniciar sessi\u00f3 o registrar-vos", - "Show transcripts ({totalTranscripts})": "Mostra les transcripcions ({totalTranscripts})", - "Show transcripts ({transcriptCount})": "Mostra les transcripcions ({transcriptCount})", - "Showing all responses": "Mostrant totes les respostes", - "Sign In": "Accedeix", - "Sign in": "Accedeix", - "Sign in here using your email address and password, or use one of the providers listed below.": "Inicieu la sessi\u00f3 aqu\u00ed usant la vostra adre\u00e7a de correu electr\u00f2nic i contrasenya, o utilitzeu un dels prove\u00efdors que s'enumeren a continuaci\u00f3.", - "Sign in here using your email address and password.": "Inicieu sessi\u00f3 aqu\u00ed amb la vostra adre\u00e7a de correu electr\u00f2nic i contrasenya.", - "Sign in to continue learning": "Inicia la sessi\u00f3 per continuar aprenent", - "Sign in to continue learning as {email}": "Inicia la sessi\u00f3 per continuar aprenent com a {email}", - "Sign in using %(providerName)s": "Inicieu sessi\u00f3 amb %(providerName)s", - "Sign in with %(providerName)s": "Inicieu sessi\u00f3 amb %(providerName)s", - "Sign in with Institution/Campus Credentials": "Inicieu sessi\u00f3 amb les credencials de la instituci\u00f3/campus", - "Sign in.": "Inicieu sessi\u00f3.", - "Signatory": "Signatari", - "Signatory field(s) has invalid data.": "El (s) camp (s) del signant (s) t\u00e9 dades inv\u00e0lides.", - "Signature Image": "Imatge de signatura", - "Some Rights Reserved": "Alguns drets reservats", - "Sorry, no results were found.": "Ho sentim, no s'ha trobat cap resultat.", - "Sorted by": "Ordenat per", - "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "Especifiqueu una alternativa al t\u00edtol oficial del curs que es mostrar\u00e0 als certificats. Deixeu-vos en blanc per utilitzar el t\u00edtol oficial del curs.", - "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam, along with the {linkStart}general proctored exam rules{linkEnd}.": "Especifiqueu normes o excepcions de regla que l'equip de revisi\u00f3 de supervisi\u00f3 ha de fer complir quan revisi els v\u00eddeos. Per exemple, podeu especificar que les calculadores estan permeses. Aquestes regles espec\u00edfiques s\u00f3n visibles per als estudiants abans que els alumnes inicien l'examen, juntament amb les normes {linkStart} general de prova supervisada {linkEnd}.", - "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam.": "Especifiqueu normes o excepcions de regla que l'equip de revisi\u00f3 de supervisi\u00f3 ha de fer complir quan revisi els v\u00eddeos. Per exemple, podeu especificar que les calculadores estan permeses. Aquestes regles espec\u00edfiques s\u00f3n visibles per als estudiants abans que els alumnes comencin l'examen.", - "Specify whether content-specific discussion topics are divided.": "Especifiqueu si els temes de discussi\u00f3 espec\u00edfics del contingut es divideixen.", - "Specify whether discussion topics are divided": "Especifiqueu si els temes de discussi\u00f3 es divideixen", - "Staff": "Personal", - "Staff Only": "Nom\u00e9s personal", - "Staff and Learners": "Personal i aprenents", - "Start Date": "Data d'inici", - "Start Proctored Exam": "Comen\u00e7i l'examen supervisat", - "Start System Check": "Comen\u00e7a la verificaci\u00f3 del sistema", - "Start working toward your next learning goal.": "Comenceu a treballar per al vostre proper objectiu d'aprenentatge.", - "Started": "Ha comen\u00e7at", - "Starts": "Inici", - "Starts: %(start_date)s": "Inicia: %(start_date)s", - "State": "Estat", - "Status": "Estat", - "Student": "Estudiant", - "Student email or username": "Correu electr\u00f2nic o nom d'usuari de l'estudiant", - "Studio:": "Studio:", - "Submit": "Enviar", - "Submit Application": "Enviar sol\u00b7licitud", - "Submit enrollment change": "Enviar el canvi d'inscripci\u00f3", - "Submitted": "Enviat", - "Subsection": "Subsecci\u00f3", - "Subsection Visibility": "Visibilitat de subsecci\u00f3", - "Subsection is hidden after course end date": "La subsecci\u00f3 est\u00e0 oculta despr\u00e9s de la data de finalitzaci\u00f3 del curs", - "Subsection is hidden after due date": "La subsecci\u00f3 est\u00e0 oculta despr\u00e9s de la data de venciment", - "Successfully deleted student state for user {user}": "S'ha esborrat l'estat de l'estudiant per l'usuari {user}", - "Successfully enrolled and sent email to the following users:": "Els seg\u00fcents usuaris han estat donats d'alta correctament i se'ls ha enviat un email:", - "Successfully enrolled the following users:": "Els seg\u00fcents usuaris han estat donats d'alta correctament:", - "Successfully rescored problem for user {user}": "S'ha pogut reescriure la puntuaci\u00f3 del problema de l'usuari {user}", - "Successfully reset the attempts for user {user}": "S'han reiniciat amb \u00e8xit els intents per l'usuari {user}", - "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "S'han enviat correctament els emails d'alta dels seg\u00fcents usuaris. Es podran donar d'alta un cop s'enregistrin:", - "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "S'han enviat correctament els emails d'alta als seg\u00fcents usuaris. Seran donats d'alta un cop s'enregistrin:", - "Support education research by providing additional information": "Donar suport a la recerca en educaci\u00f3 proporcionant informaci\u00f3 addicional", - "Supported": "Compatible", - "Supported file types: {supportedVideoTypes}": "Tipus de fitxers admesos: {supportedVideoTypes}", - "Tags:": "Etiquetes:", - "Take Photo": "Fer una foto", - "Take Your Photo": "Agafeu la vostra foto", - "Take a Photo of Your ID": "Feu una foto de la vostra identificaci\u00f3", - "Take me to the main course page": "Porta'm a la p\u00e0gina principal del curs", - "Take me to the main library page": "Porta'm a la p\u00e0gina principal de la biblioteca", - "Take this exam without proctoring.": "Realitzeu aquest examen sense supervisi\u00f3.", - "Taking As Open Exam": "Prenent com a examen obert", - "Taking As Proctored Exam": "Realitzaci\u00f3 de l'examen supervisat", - "Taking as Proctored": "Tenint com supervisat", - "Task ID": "ID de tasca", - "Task Progress": "Progr\u00e9s de tasca", - "Task Status": "Estat de tasca", - "Task Type": "Tipus de tasca", - "Task inputs": "Entrades de tasca", - "Team Details": "Detalls de l'equip", - "Team capacity": "Capacitat de l'equip", - "Team member profiles": "Perfils dels membres de l'equip", - "Textbook Name": "Nom del llibre de Text", - "Textbook information": "Informaci\u00f3 del llibre de text", - "Thank you %(full_name)s! We have received your payment for %(course_name)s.": "Gr\u00e0cies %(full_name)s! Hem rebut el vostre pagament per %(course_name)s.", - "Thank you for submitting your financial assistance application for {course_name}! You can expect a response in 2-4 business days.": "Gr\u00e0cies per enviar la vostra sol\u00b7licitud d'assist\u00e8ncia financera per {course_name}. Podeu esperar una resposta en 2 o 4 dies laborables.", - "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "Gr\u00e0cies per enviar les vostres fotos. Les revisarem en breu. Ara podeu inscriure's a qualsevol curs de %(platformName)s que ofereixi certificats verificats. La verificaci\u00f3 \u00e9s bona durant un any. Despr\u00e9s d'un any, heu de tornar a enviar les vostres fotos per verificar-les.", - "Thank you! We have received your payment for {courseName}.": "Gr\u00e0cies! Hem rebut el vostre pagament per {courseName}.", - "Thanks for returning to verify your ID in: {courseName}": "Gr\u00e0cies per tornar a verificar la vostra identificaci\u00f3 a: {courseName}", - "The assignment type must have a name.": "El tipus de tasca ha de tenir un nom.", - "The certificate available date must be later than the course end date.": "La data disponible del certificat ha de ser posterior a la data de finalitzaci\u00f3 del curs.", - "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "La longitud combinada dels camps de codi d'organitzaci\u00f3 i biblioteca no pot ser superior al <%=limit%> car\u00e0cters.", - "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "La longitud combinada dels camps de l'organitzaci\u00f3, el n\u00famero de curs i el curs no pot ser superior al <%=limit%> car\u00e0cters.", - "The country that team members primarily identify with.": "El pa\u00eds amb el qual els membres de l'equip s'identifiquen principalment.", - "The course end date must be later than the course start date.": "La data de finalitzaci\u00f3 del curs ha de ser posterior a la data d'inici del curs.", - "The course must have an assigned start date.": "El curs ha de tenir assignada una data d'inici.", - "The course start date must be later than the enrollment start date.": "La data d'inici del curs ha de ser posterior a la data d'inici de la inscripci\u00f3.", - "The enrollment end date cannot be after the course end date.": "La data de baixa del curs no pot ser posterior a la data de final de curs.", - "The enrollment start date cannot be after the enrollment end date.": "La data d'alta al curs no pot ser posterior la a data de baixa.", - "The file could not be uploaded.": "No s'ha pogut carregar el fitxer.", - "The following email addresses and/or usernames are invalid:": "Les seg\u00fcents adreces de correu i/o noms d'usuaris s\u00f3n inv\u00e0lids:", - "The following information is already a part of your {platform} profile. We\\'ve included it here for your application.": "La informaci\u00f3 seg\u00fcent ja forma part del vostre perfil {platform}. Ho hem incl\u00f2s aqu\u00ed per a la vostra sol\u00b7licitud.", - "The following message will be displayed at the bottom of the courseware pages within your course:": "El seg\u00fcent missatge es mostrar\u00e0 a la part inferior de les p\u00e0gines del curs del vostre curs:", - "The following options are available for the {license_name} license.": "Les seg\u00fcents opcions estan disponibles per a la llic\u00e8ncia {license_name}.", - "The following users are no longer enrolled in the course:": "Els usuaris seg\u00fcents ja no estan donats d'alta al curs:", - "The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.": "La categoria general per a aquest tipus d'assignaci\u00f3, per exemple, Deures a Casa o Ex\u00e0men a mig trimestre. Aquest nom \u00e9s visible per als estudiants.", - "The language that team members primarily use to communicate with each other.": "L'idioma que els membres de l'equip utilitzen principalment per comunicar-se entre ells.", - "The minimum completion percentage must be a whole number between 0 and 100.": "El percentatge m\u00ednim de finalitzaci\u00f3 ha de ser un n\u00famero enter entre 0 i 100.", - "The minimum grade for course credit is not set.": "No s'estableix la nota m\u00ednima per al cr\u00e8dit del curs.", - "The minimum score percentage must be a whole number between 0 and 100.": "El percentatge de puntuaci\u00f3 m\u00ednima ha de ser un n\u00famero enter entre 0 i 100.", - "The name of this signatory as it should appear on certificates.": "El nom d'aquest signant, ja que hauria d'apar\u00e8ixer als certificats.", - "The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.": "El nombre de tasques d'aquest tipus que es retiraran. Les assignacions de puntuaci\u00f3 m\u00e9s baixes es deixen caure primer.", - "The number of subsections in the course that contain problems of this assignment type.": "El nombre de subseccions del curs que contenen problemes d'aquest tipus d'assignaci\u00f3.", - "The organization that this signatory belongs to, as it should appear on certificates.": "L'organitzaci\u00f3 a la qual pertany aquest signant, ja que hauria d'apar\u00e8ixer en els certificats.", - "The photo of your face matches the photo on your ID.": "La foto de la teva cara coincideix amb la foto de la teva identificaci\u00f3.", - "The published branch version, {published}, was reset to the draft branch version, {draft}.": "La versi\u00f3 de branca publicada, {published}, es va restablir a la versi\u00f3 del projecte de branca, {draft}.", - "The raw error message is:": "El missatge d'error en brut \u00e9s:", - "The selected image must be larger than {minFileSizeInKB}.": "La imatge seleccionada ha de ser m\u00e9s gran que {minFileSizeInKB}.", - "The selected image must be smaller than {maxFileSizeInMB}.": "La imatge seleccionada ha de ser menor que {maxFileSizeInMB}.", - "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "La transcripci\u00f3 temporitzada del primer fitxer de v\u00eddeo no sembla ser la mateixa que la transcripci\u00f3 temporitzada del segon fitxer de v\u00eddeo.", - "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "La transcripci\u00f3 temporitzada d'aquest v\u00eddeo a l'edici\u00f3 d'edX no est\u00e0 actualitzada, per\u00f2 YouTube t\u00e9 una transcripci\u00f3 temporitzada actual per a aquest v\u00eddeo.", - "The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.": "El pes de totes les tasques d'aquest tipus com a percentatge de la nota total, per exemple, 40. No inclogueu el s\u00edmbol del percentatge.", - "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.": "S'ha produ\u00eft un error en exportar a XML com a m\u00ednim un component. Es recomana anar a la p\u00e0gina d'edici\u00f3 i reparar l'error abans d'intentar una altra exportaci\u00f3. Comproveu que tots els components de la p\u00e0gina siguin v\u00e0lids i que no mostrin cap missatge d'error.", - "There has been an error while exporting.": "S'ha produ\u00eft un error en exportar.", - "There has been an error with your export.": "S'ha produ\u00eft un error en l'exportaci\u00f3.", - "There is invalid code in your content. Please check to make sure it is valid HTML.": "Hi ha codi inv\u00e0lid al vostre contingut. Comproveu que sigui un codi HTML v\u00e0lid.", - "There is no email history for this course.": "No hi ha hist\u00f2ric d'emails per aquest curs.", - "There must be at least one group.": "Hi ha d'haver almenys un grup.", - "There must be one cohort to which students can automatically be assigned.": "Hi ha d'haver una cohort a la qual els estudiants es puguin assignar autom\u00e0ticament.", - "There was an error changing the user's role": "S'ha produ\u00eft un error en canviar la funci\u00f3 de l'usuari", - "There was an error obtaining email task history for this course.": "Hi ha hagut un error obtenint l'email d'hist\u00f2ric de tasques per aquest curs.", - "There was an error retrieving preview results for this catalog. Please check that your query is correct and try again.": "S'ha produ\u00eft un error en obtenir els resultats de la vista pr\u00e8via d'aquest cat\u00e0leg. Comproveu que la vostra consulta sigui correcta i torneu-ho a provar.", - "There was an error, try searching again.": "S'ha produ\u00eft un error, proveu de tornar a cercar.", - "There were errors reindexing course.": "Hi ha hagut errors reindexant el curs.", - "There's already another assignment type with this name.": "Ja hi ha un altre tipus de tasca amb aquest nom.", - "These users were not added as beta testers:": "Aquests usuaris no s'han afegit com a beta testers:", - "These users were not affiliated with the course so could not be unenrolled:": "Aquests usuaris no han estat afiliats al curs i, per tant, no han pogut ser donats de baixa:", - "These users were not removed as beta testers:": "Aquests usuaris no s'han esborrat com a beta testers:", - "These users were successfully added as beta testers:": "Aquests usuaris s'han afegit correctament com a beta testers:", - "These users were successfully removed as beta testers:": "Aquests usuaris han estat correctament eliminats com a beta testers:", - "These users will be allowed to enroll once they register:": "Aquests usuaris poden donar-se d'alta un cop s'enregistrin:", - "These users will be enrolled once they register:": "Aquests usuaris seran donats d'alta un cop s'enregistrin:", - "This Group Configuration is not in use. Start by adding a content experiment to any Unit via the {linkStart}Course Outline{linkEnd}.": "Aquesta configuraci\u00f3 del grup no est\u00e0 en \u00fas. Comenceu afegint un experiment de contingut a qualsevol Unitat a trav\u00e9s del {linkStart}Esquema del curs{linkEnd}.", - "This Group Configuration is used in:": "Aquesta configuraci\u00f3 del grup s'utilitza a:", - "This action cannot be undone.": "Aquesta acci\u00f3 no es pot desfer.", - "This action updates the {provider} information for your entire organization.": "Aquesta acci\u00f3 actualitza la informaci\u00f3 {provider} de tota la vostra organitzaci\u00f3.", - "This catalog's courses:": "Cursos d'aquest cat\u00e0leg:", - "This certificate has already been activated and is live. Are you sure you want to continue editing?": "Aquest certificat ja s'ha activat i est\u00e0 en directe. Esteu segur que voleu continuar editant?", - "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "Actualment, aquesta configuraci\u00f3 s'utilitza en experiments de contingut. Si feu canvis als grups, \u00e9s possible que h\u00e0giu d'editar aquests experiments.", - "This content group is used in one or more units.": "Aquest grup de contingut s'utilitza en una o m\u00e9s unitats.", - "This exam has a time limit associated with it.": "Aquest examen t\u00e9 un l\u00edmit de temps associat.", - "This feature is currently in testing. Course teams can enter highlights, but learners will not receive email messages.": "Actualment aquesta funci\u00f3 est\u00e0 en proves. Els equips de cursos poden entrar a destacar, per\u00f2 els alumnes no rebran missatges de correu electr\u00f2nic.", - "This file type is not supported. Supported file type is {supportedFileFormat}.": "Aquest tipus de fitxer no \u00e9s compatible. El tipus de fitxer compatible \u00e9s {supportedFileFormat}.", - "This group controls access to:": "Aquest grup controla l'acc\u00e9s a:", - "This group no longer exists. Choose another group or do not restrict access to this unit.": "Aquest grup ja no existeix. Trieu un altre grup o no restringiu l'acc\u00e9s a aquesta unitat.", - "This image file type is not supported. Supported file types are {supportedFileFormats}.": "Aquest tipus de fitxer d'imatge no \u00e9s compatible. Els tipus de fitxer compatibles s\u00f3n {supportedFileFormats}.", - "This is the Description of the Group Configuration": "Aquesta \u00e9s la descripci\u00f3 de la configuraci\u00f3 del grup", - "This is the Name of the Group Configuration": "Aquest \u00e9s el nom de la configuraci\u00f3 del grup", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Aquesta \u00e9s la llista de %s disponibles. En podeu escollir alguns seleccionant-los a la caixa de sota i fent clic a la fletxa \"Escollir\" entre les dues caixes.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Aquesta \u00e9s la llista de %s escollits. En podeu eliminar alguns seleccionant-los a la caixa de sota i fent clic a la fletxa \"Eliminar\" entre les dues caixes.", - "This is the name of the group": "Aquest \u00e9s el nom del grup", - "This learner is currently sharing a limited profile.": "Actualment, aquest alumne comparteix un perfil limitat.", - "This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.": "Aquest nom curt del tipus d'assignaci\u00f3 (per exemple, DC o Mitattrismestre) apareix al costat de les assignacions a la p\u00e0gina Progr\u00e9s de l'alumne.", - "Thumbnail": "Miniatura", - "Thumbnail for {videoName}": "Miniatura per {videoName}", - "Time Allotted (HH:MM):": "Temps assignat (HH: MM):", - "Timed": "Timed", - "Timed Exam": "Examen temporal", - "Timed Out": "S'ha acabat el temps", - "Timed Transcript Conflict": "Conflicte transcripcional temporitzat", - "Timed Transcript Found": "S'ha trobat una transcripci\u00f3 temporitzada", - "Timed Transcript Uploaded Successfully": "S'ha enviat una transcripci\u00f3 sincronitzada amb \u00e8xit", - "Timed Transcript from %(filename)s": "Transcripci\u00f3 temporitzada de %(filename)s", - "Tips on taking a successful photo": "Consells per fer una foto d'\u00e8xit", - "Title ": "T\u00edtol", - "Title of the signatory": "T\u00edtol del signant", - "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "Els t\u00edtols de m\u00e9s de 100 car\u00e0cters poden evitar que els estudiants imprimeixin el certificat en una \u00fanica p\u00e0gina.", - "To access the course, select a session.": "Per accedir al curs, seleccioneu una sessi\u00f3.", - "To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.": "Per assegurar-vos que tots els estudiants poden accedir al v\u00eddeo, us recomanem que proporcioneu una versi\u00f3 .mp4 i una versi\u00f3 de .webm del vostre v\u00eddeo. Feu clic a sota per afegir un URL a una altra versi\u00f3. Aquestes URL no poden ser URL de YouTube. Es reproduir\u00e0 el primer v\u00eddeo que sigui compatible amb l'ordinador de l'alumne.", - "To complete the program, you must earn a verified certificate for each course.": "Per completar el programa, heu de guanyar un certificat verificat per a cada curs.", - "To continue learning with this account, sign in below.": "Per continuar aprenent amb aquest compte, inicieu la sessi\u00f3 a continuaci\u00f3.", - "To finalize course credit, %(display_name)s requires %(platform_name)s learners to submit a credit request.": "Per finalitzar el cr\u00e8dit del curs, %(display_name)s requereix que els aprenents %(platform_name)s envi\u00efn una sol\u00b7licitud de cr\u00e8dit.", - "To invalidate a certificate for a particular learner, add the username or email address below.": "Per invalidar un certificat per a un alumne en particular, afegiu el nom d'usuari o l'adre\u00e7a de correu electr\u00f2nic a continuaci\u00f3.", - "To pass this exam, you must complete the problems in the time allowed.": "Per aprovar aquest examen, heu de completar els problemes en el temps perm\u00e8s.", - "To receive a certificate, you must also verify your identity before {date}.": "Per rebre un certificat, tamb\u00e9 heu de verificar la vostra identitat abans de {date}.", - "To receive a certificate, you must also verify your identity.": "Per rebre un certificat, tamb\u00e9 heu de verificar la vostra identitat.", - "To receive credit for problems, you must select \"Submit\" for each problem before you select \"End My Exam\".": "Per rebre cr\u00e8dit per problemes, heu de seleccionar \"Enviar\" per a cada problema abans de seleccionar \"Finalitza el meu examen\".", - "To review learner cohort assignments or see the results of uploading a CSV file, download course profile information or cohort results on the {link_start}Data Download{link_end} page.": "Per revisar les assignacions de cohort dels alumnes o veure els resultats de la c\u00e0rrega d'un fitxer CSV, descarregueu la informaci\u00f3 del perfil del curs o els resultats de la cohort a la p\u00e0gina {link_start} Descarrega Dades {link_end}.", - "To share your certificate on Mozilla Backpack, you must first have a Backpack account. Complete the following steps to add your certificate to Backpack.": "Per compartir el certificat a Mozilla Backpack, primer heu de tenir un compte de Backpack. Completeu els passos seg\u00fcents per afegir el vostre certificat a Motxilla.", - "To take a successful photo, make sure that:": "Per fer una foto reeixida, assegureu-vos que:", - "To use the current photo, select the camera button {icon}. To take another photo, select the retake button {icon}.": "Per utilitzar la foto actual, seleccioneu el bot\u00f3 de la c\u00e0mera {icon}. Per fer una altra foto, seleccioneu el bot\u00f3 de represa {icon}.", - "To verify your identity, you need a webcam and a government-issued photo ID.": "Per verificar la vostra identitat, necessiteu una c\u00e0mera web i un identificador de fotografia em\u00e8s pel govern.", - "Today": "Avui", - "Toggle Notifications Setting": "Commuta la configuraci\u00f3 de notificacions", - "Tomorrow": "Dem\u00e0", - "Total": "Total", - "Total Number": "N\u00famero total", - "Transcript Fidelity": "Fidelitat de la transcripci\u00f3", - "Transcript Languages": "Llenguatges de transcripci\u00f3", - "Transcript Provider": "Prove\u00efdor de la transcripci\u00f3", - "Transcript Turnaround": "Alternatives de transcripci\u00f3", - "Transcripts": "Transcripcions", - "Try this practice exam again": "Torneu a provar aquest examen de pr\u00e0ctica", - "Type": "Tipus", - "Type into this box to filter down the list of available %s.": "Escriviu en aquesta caixa per a filtrar la llista de %s disponibles.", - "URL": "URL", - "Undo (Ctrl+Z)": "Desfer (Ctrl+Z)", - "Undo Changes": "Desf\u00e9s els canvis", - "Ungraded": "Sense calificar", - "Ungraded Practice Exam": "Examen de pr\u00e0ctica no graduat", - "Unit": "Unitat", - "Unit Access": "Acc\u00e9s a la unitat", - "Unit Visibility": "Visibilitat de la unitat", - "Unpublished changes to content that will release in the future": "Canvis no publicats al contingut que es publicaran en el futur", - "Unpublished changes to live content": "Canvis no publicats al contingut en directe", - "Unpublished units will not be released": "No es publicaran unitats no publicades", - "Unscheduled": "No planificat", - "Update Settings": "Configuraci\u00f3 de l'actualitzaci\u00f3", - "Update team.": "Actualitza un equip", - "Updating Tags": "Actualitzaci\u00f3 de les etiquetes", - "Upgrade All Remaining Courses (": "Actualitzaci\u00f3 de tots els cursos restants (", - "Upgrade Deadline": "Actualitzaci\u00f3 de la data l\u00edmit", - "Upgrade to Verified": "Actualitza a verificat", - "Upgrade to a Verified Certificate for {courseName}": "Actualitzaci\u00f3 a un certificat verificat per {courseName}", - "Upload": "Pujar", - "Upload New .srt Transcript": "Carregueu una transcripci\u00f3 nova .srt ", - "Upload New File": "Penja un fitxer nou", - "Upload New Transcript": "Penja una nova transcripci\u00f3", - "Upload PDF": "Carregar PDF", - "Upload Photo": "Puja una fotografia", - "Upload Signature Image": "Penja la imatge de la signatura", - "Upload Videos": "Penja v\u00eddeos", - "Upload a CSV file": "Carregueu un fitxer CSV", - "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "Carregueu un fitxer de valors separats per comes (.csv) que contingui els noms d'usuari o adreces de correu electr\u00f2nic dels estudiants que hagin rebut excepcions. Incloeu el nom d'usuari o l'adre\u00e7a de correu electr\u00f2nic al primer camp separat per comes. Podeu incloure una nota opcional que descrigui el motiu de l'excepci\u00f3 al segon camp separat per comes.", - "Upload an image or capture one with your web or phone camera.": "Carregueu una imatge o captureu-ne una amb la vostra c\u00e0mera web o tel\u00e8fon.", - "Upload completed": "C\u00e0rrega completada", - "Upload completed for video {fileName}": "C\u00e0rrega completada per al v\u00eddeo {fileName}", - "Upload failed": "Ha fallat la c\u00e0rrega", - "Upload failed for video {fileName}": "Error de c\u00e0rrega per al v\u00eddeo {fileName}", - "Upload instructor image.": "Carrega la imatge del instructor.", - "Upload signature image.": "Penja la imatge de signatura.", - "Upload your banner image.": "Penja la teva imatge de pancarta.", - "Upload your course image.": "Carregar la imatge del curs", - "Upload your first asset": "Pugeu el vostre primer recurs", - "Upload your video thumbnail image.": "Penja la teva imatge en miniatura del v\u00eddeo.", - "Use Current Transcript": "Utilitzeu l'actual Transcripci\u00f3", - "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.": "Utilitzeu un examen pr\u00e0ctic tutelat per introduir els estudiants a les eines i els processos de processament. Els resultats d'un examen de pr\u00e0ctica no afecten la nota d'un alumne.", - "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.", - "Use as a Prerequisite": "Utilitza com a requisit previ", - "Use bookmarks to help you easily return to courseware pages. To bookmark a page, click \"Bookmark this page\" under the page title.": "Utilitzeu marcadors per ajudar-vos a tornar f\u00e0cilment a les p\u00e0gines de curs. Per marcar una p\u00e0gina d'inter\u00e8s, feu clic a \"Marca aquesta p\u00e0gina\" al t\u00edtol de la p\u00e0gina.", - "Use my institution/campus credentials": "Utilitzeu les meves credencials de la instituci\u00f3/campus", - "Use the All Topics menu to find specific topics.": "Utilitzeu el men\u00fa Tots els temes per trobar temes espec\u00edfics.", - "Use the retake photo button if you are not pleased with your photo": "Utilitzeu el bot\u00f3 de represa de fotos si no us agrada la vostra foto", - "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "Utilitzeu la vostra c\u00e0mera web per fer una foto de la vostra identificaci\u00f3. Confrontarem aquesta foto amb la foto de la vostra cara i el nom del vostre compte.", - "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "Utilitzeu la vostra c\u00e0mera web per fer una foto de la vostra cara. Confrontarem aquesta foto amb la foto a la vostra identificaci\u00f3.", - "Used": "Emprat", + ], + "Noted in:": "S'ha anotat a:", + "Notes": "Notes", + "November": "Novembre", + "Now": "Ara", + "Number of Droppable": "N\u00famero de retiraments", + "Number of Students": "Nombre d'estudiants", + "Numbered List (Ctrl+O)": "Llista numerada (Ctrl+O)", + "OK": "D'acord", + "October": "Octubre", + "Once in position, use the camera button {icon} to capture your ID": "Un cop a la posici\u00f3, utilitzeu el bot\u00f3 de la c\u00e0mera {icon} per capturar la vostra identificaci\u00f3", + "Once in position, use the camera button {icon} to capture your photo": "Un cop a la posici\u00f3, utilitzeu el bot\u00f3 de la c\u00e0mera {icon} per capturar la foto", + "Once you complete one of the program requirements you have a program record. This record is marked complete once you meet all program requirements. A program record can be used to continue your learning journey and demonstrate your learning to others.": "Una vegada que h\u00e0giu completat un dels requisits del programa, teniu un registre del programa. Aquest registre es marca completament una vegada que compleix tots els requisits del programa. Es pot utilitzar un registre del programa per continuar el vostre viatge d'aprenentatge i demostrar el vostre aprenentatge als altres.", + "Only the parent course staff of a CCX can create content groups.": "Nom\u00e9s el personal de cursos primaris d'un CCX pot crear grups de contingut.", + "Open the certificate you earned for the %(title)s program.": "Obriu el certificat que heu obtingut per al programa %(title)s", + "Open/download this file": "Obre/descarrega aquest arxiu", + "Optional Characteristics": "Caracter\u00edstiques opcionals", + "Optional long description": "Descripci\u00f3 larga opcional", + "Options for {license_name}": "Opcions per a {license_name}", + "Order Details": "Detalls de l'encarrec", + "Order History": "Historial de Comandes", + "Order No.": "N\u00ba de Comanda", + "Order Number": "N\u00famero d'ordre", + "Organization": "Organitzaci\u00f3", + "Organization ": "Organitzaci\u00f3", + "Organization Name": "Nom de l'organitzaci\u00f3", + "Organization of the signatory": "Organitzaci\u00f3 del signant", + "Other": "Altres", + "Page number out of %(total_pages)s": "N\u00famero de p\u00e0gina de %(total_pages)s", + "Passed Proctoring": "Supervisat aprovat", + "Password": "Clau de pas", + "Password Status": "Estat de la contrasenya", + "Password assistance": "Assist\u00e8ncia per a contrasenyes", + "Path to Signature Image": "Cam\u00ed de la imatge de la signatura", + "Pending Session Review": "Revisi\u00f3 pendent de la sessi\u00f3", + "Photo": "Foto", + "Photo ID": "Identificador de fotografia", + "Photo Identification": "Identificaci\u00f3 de fotos", + "Photo of %(fullName)s": "Foto de %(fullName)s", + "Photo of %(fullName)s's ID": "Foto de la Identificaci\u00f3 de %(fullName)s", + "Photo requirements:": "Requisits fotogr\u00e0fics:", + "Photos don't meet the requirements?": "Les fotos no compleixen els requisits?", + "Please Note": "Tingueu en compte", + "Please add a photo of the instructor (Note: only JPEG or PNG format supported)": "Afegiu una foto de l'instructor (Nota: nom\u00e9s s'admeten JPEG o PNG)", + "Please add the institute where the instructor is associated": "Afegiu l'institut on s'associa l'instructor", + "Please add the instructor's biography": "Afegiu la biografia del instructor", + "Please add the instructor's name": "Afegiu el nom del instructor", + "Please add the instructor's title": "Afegiu el t\u00edtol de l'instructor", + "Please address the errors on this page first, and then save your progress.": "En primer lloc, dirigiu els errors d'aquesta p\u00e0gina i, a continuaci\u00f3, deseu el vostre progr\u00e9s.", + "Please check the following validation feedbacks and reflect them in your course settings:": "Comproveu els seg\u00fcents comentaris de validaci\u00f3 i els reflectiu a la configuraci\u00f3 del vostre curs:", + "Please enter a student email address or username.": "Si us plau entra una adre\u00e7a d'email d'estudiant o nom d'usuari.", + "Please enter a username or email.": "Si us plau, entra el nom d'usuari o email.", + "Please enter an integer between %(min)s and %(max)s.": "Introdu\u00efu un enter entre %(min)s i %(max)s.", + "Please enter an integer between 0 and 100.": "Si us plau, entra un nombre enter de 0 a 100.", + "Please enter an integer greater than 0.": "Si us plau, entra un nombre enter m\u00e9s gran que 0.", + "Please enter non-negative integer.": "Si us plau, entra un nombre enter no negatiu.", + "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "Seguiu les instruccions aqu\u00ed per carregar un fitxer a un altre lloc i enlla\u00e7ar-hi: {maxFileSizeRedirectUrl}", + "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "Imprimiu aquesta p\u00e0gina per als vostres registres; serveix com a rebut. Tamb\u00e9 rebr\u00e0 un correu electr\u00f2nic amb la mateixa informaci\u00f3.", + "Post": "Publicaci\u00f3", + "Practice Exam Completed": "Examen pr\u00e0ctic completat", + "Practice Exam Failed": "L'examen de pr\u00e0ctica ha fallat", + "Practice Proctored": "Pr\u00e0ctica Supervisada", + "Practice proctored Exam": "Pr\u00e0ctica ex\u00e0mens supervisats", + "Prerequisite:": "Requisit previ:", + "Prerequisite: %(prereq_display_name)s": "Requisit previ: %(prereq_display_name)s", + "Press Add to language": "Premeu Afegeix a l'idioma", + "Press Remove to remove language": "Premeu Suprimeix per eliminar l'idioma", + "Press change to change selected transcript provider.": "Premeu Canviar per canviar el prove\u00efdor de transcripci\u00f3 seleccionat.", + "Press close to hide course video settings": "Premeu per amagar la configuraci\u00f3 del v\u00eddeo del curs", + "Press discard changes to discard changes.": "Premeu Rebutjar els canvis per descartar els canvis.", + "Press discard changes to discard your changes.": "Premeu Rebutjar els canvis per descartar els canvis.", + "Press update settings to update course video settings": "Premeu la configuraci\u00f3 d'actualitzaci\u00f3 per actualitzar la configuraci\u00f3 de v\u00eddeo del curs", + "Press update settings to update the information for your organization.": "Premeu la configuraci\u00f3 d'actualitzaci\u00f3 per actualitzar la informaci\u00f3 de la vostra organitzaci\u00f3.", + "Preview": "Previsualitzar", + "Preview Certificate": "Previsualitzaci\u00f3 del Certificat", + "Preview of uploaded image": "Vista pr\u00e8via de la imatge penjada", + "Previous": "Previ", + "Previous Uploads": "C\u00e0rregues anteriors", + "Previous Uploads table has been updated.": "S'ha actualitzat la taula de c\u00e0rregues anteriors.", + "Previously published": "Publicat anteriorment", + "Processing Re-run Request": "Processament de la sol\u00b7licitud de reinici", + "Proctored": "Supervisat", + "Proctored Exam": "Ex\u00e0men supervisat", + "Proctored Option Available": "Opci\u00f3 Supervisat disponible", + "Proctored Option No Longer Available": "L'opci\u00f3 Supervisat ja no est\u00e0 disponible", + "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.": "Els ex\u00e0mens supervisats s\u00f3n cronometrats i graven el v\u00eddeo de cada alumne que pren l'examen. Els v\u00eddeos es revisen per garantir que els alumnes segueixin totes les regles d'examen.", + "Proctoring Session Results Update for {course_name} {exam_name}": "Actualitzaci\u00f3 de resultats de la sessi\u00f3 de supervisi\u00f3 per a {course_name} {exam_name}", + "Product Name": "nom del producte", + "Professional Certificate for {courseName}": "Certificat professional per {courseName}", + "Program Record": "Registre del programa", + "Promote another member to Admin to remove your admin rights": "Promociona un altre membre a Admin per eliminar els drets d'administrador", + "Provisional": "Provisional", + "Provisionally Supported": "Compatible provisionalment", + "Publish": "Publica", + "Publish all unpublished changes for this {item}?": "Publica tots els canvis no publicats per a aquest {item}?", + "Publish {display_name}": "Publicar {display_name}", + "Published (not yet released)": "Publicat (encara no alliberat)", + "Published and Live": "Publicat i en viu", + "Publishing Status": "Estat de publicaci\u00f3", + "Queued": "En cua", + "REMAINING COURSES": "CURSOS RESTANTS", + "Read More": "Llegir m\u00e9s", + "Read more": "Llegeix m\u00e9s", + "Ready To Start": "Llest per comen\u00e7ar", + "Ready To Submit": "Preparat per enviar", + "Reason": "Ra\u00f3", + "Reason for change:": "Motiu del canvi:", + "Receive updates": "Rebeu actualitzacions", + "Recommended image resolution is {imageResolution}, maximum image file size should be {maxFileSize} and format must be one of {supportedImageFormats}.": "La resoluci\u00f3 d'imatge recomanada \u00e9s {imageResolution}, la mida del fitxer d'imatge m\u00e0xima ha de ser {maxFileSize} i el format ha de ser {supportedImageFormats}.", + "Redo (Ctrl+Shift+Z)": "Refer (Ctrl+Shift+Z)", + "Redo (Ctrl+Y)": "Refer (Ctrl+Y)", + "Regenerate": "Regenerar", + "Regenerate the user's certificate": "Regenerar el certificat de l'usuari", + "Register with Institution/Campus Credentials": "Registre amb credencials de la Instituci\u00f3/Campus", + "Rejected": "Rebutjat", + "Release Date and Time": "Data i hora de publicaci\u00f3", + "Release Date:": "Data de publicaci\u00f3:", + "Release Status:": "Estat de publicaci\u00f3:", + "Release Time in UTC:": "Hora de llan\u00e7ament a UTC:", + "Release:": "Versi\u00f3:", + "Released:": "Publicat:", + "Remaining": "Continua", + "Remove": "Eliminar", + "Remove all": "Esborrar-los tots", + "Remove chapter %(chapterDisplayName)s": "Elimina el cap\u00edtol %(chapterDisplayName)s", + "Remove from Invalidation Table": "Treure de la taula d'invalidaci\u00f3", + "Remove from List": "Suprimeix de la llista", + "Remove subsection %(subsectionDisplayName)s": "Eliminar la subsecci\u00f3 %(subsectionDisplayName)s", + "Remove this video": "Suprimeix aquest v\u00eddeo", + "Remove unit %(unitName)s": "Eliminar la unitat %(unitName)s", + "Remove {role} Access": "Elimina {role} Access", + "Remove {video_name} video": "Elimina el v\u00eddeo {video_name}", + "Removing a video from this list does not affect course content. Any content that uses a previously uploaded video ID continues to display in the course.": "L'eliminaci\u00f3 d'un v\u00eddeo d'aquesta llista no afecta el contingut del curs. Qualsevol contingut que utilitzi una identificaci\u00f3 de v\u00eddeo pr\u00e8viament carregat continua apareixent al curs.", + "Replace": "Substituir", + "Report abuse, topics, and responses": "Informeu d'ab\u00fas, temes i respostes", + "Requester": "Sol\u00b7licitant", + "Required": "Requerit", + "Reset Password": "Restablir la contrasenya", + "Restrict access to:": "Restringeix l'acc\u00e9s a:", + "Retake Photo": "Repeteix la foto", + "Retake Your Photos": "Repeteixi les seves fotos", + "Retry Verification": "Reintenteu la verificaci\u00f3", + "Return and add email address": "Retorna i afegeix adre\u00e7a de correu electr\u00f2nic", + "Return to Export": "Torna a l'exportaci\u00f3", + "Return to Your Dashboard": "Torna al tauler", + "Return to team listing": "Torna a la llista d'equips", + "Review Policy Exception": "Revisa l'excepci\u00f3 de la pol\u00edtica", + "Review Rules": "Regles de revisi\u00f3", + "Review Your Photos": "Reviseu les vostres fotos", + "Revoke access": "Revocar l'acc\u00e9s", + "Save": "Guardar", + "Save Changes": "Guardar canvis", + "Scheduled:": "Programat:", + "Search": "Cerca", + "Search Results": "Resultats de la cerca", + "Search all posts": "Cerca totes les publicacions", + "Second Review Required": "Es requereix una segona revisi\u00f3", + "Section": "Secci\u00f3", + "Section Highlights": "Secci\u00f3 destacada", + "Section Visibility": "Visibilitat de la secci\u00f3", + "Select Session": "Selecciona la sessi\u00f3", + "Select a Content Group": "Seleccioneu un grup de contingut", + "Select a cohort": "Seleccioneu una cohort", + "Select a cohort to manage": "Seleccioneu una cohort per gestionar", + "Select a group type": "Seleccioneu un tipus de grup", + "Select a prerequisite subsection and enter a minimum score percentage and minimum completion percentage to limit access to this subsection. Allowed values are 0-100": "Seleccioneu una subsecci\u00f3 de requisits previs i introdu\u00efu un percentatge de puntuaci\u00f3 m\u00ednima i un percentatge m\u00ednim de finalitzaci\u00f3 per limitar l'acc\u00e9s a aquesta subsecci\u00f3. Els valors permesos s\u00f3n 0-100", + "Select a session:": "Seleccioneu una sessi\u00f3:", + "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.": "Seleccioneu una assignaci\u00f3 de temps per a l'examen. Si \u00e9s m\u00e9s de 24 hores, escriviu la quantitat de temps. Podeu concedir als estudiants un temps extra per completar l'examen a trav\u00e9s del Tauler d'instructors.", + "Select fidelity": "Selecciona la fidelitat", + "Select language": "Escolliu l'idioma", + "Select one or more groups:": "Seleccioneu un o m\u00e9s grups:", + "Select the course-wide discussion topics that you want to divide.": "Seleccioneu els temes de discussi\u00f3 que vulgueu dividir al llarg del curs.", + "Select turnaround": "Seleccioneu la tornada", + "Selected tab": "Pestanya seleccionada", + "Send notification to mobile apps": "Envia notificacions a les aplicacions per a m\u00f2bils", + "Send push notification to mobile apps": "Envia notificacions d'impressi\u00f3 a les aplicacions m\u00f2bils", + "September": "Setembre", + "Session Selection Dropdown for {courseName}": "Selecci\u00f3 de sessi\u00f3 desplegable per {courseName}", + "Set Access": "Estableix l'acc\u00e9s", + "Set as a Special Exam": "Establert com a examen especial", + "Set up your certificate": "Set up your certificate", + "Settings": "Configuraci\u00f3", + "Settings updated": "Configuraci\u00f3 actualitzada", + "Share": "Compartir", + "Share on Mozilla Backpack": "Comparteix-ho a la motxilla de Mozilla", + "Share your \"%(display_name)s\" award": "Compartiu el vostre premi \"%(display_name)s\"", + "Show": "Mostrar", + "Show All": "Mostrar tots", + "Show Deprecated Settings": "Mostra la configuraci\u00f3 obsoleta", + "Show assessment results when subsection is past due": "Mostra resultats d'avaluaci\u00f3 quan la subsecci\u00f3 ven\u00e7", + "Show entire subsection": "Mostra la subsecci\u00f3 completa", + "Show me other ways to sign in or register": "Mostra'm altres maneres d'iniciar sessi\u00f3 o registrar-vos", + "Show transcripts ({totalTranscripts})": "Mostra les transcripcions ({totalTranscripts})", + "Show transcripts ({transcriptCount})": "Mostra les transcripcions ({transcriptCount})", + "Showing all responses": "Mostrant totes les respostes", + "Sign In": "Accedeix", + "Sign in": "Accedeix", + "Sign in here using your email address and password, or use one of the providers listed below.": "Inicieu la sessi\u00f3 aqu\u00ed usant la vostra adre\u00e7a de correu electr\u00f2nic i contrasenya, o utilitzeu un dels prove\u00efdors que s'enumeren a continuaci\u00f3.", + "Sign in here using your email address and password.": "Inicieu sessi\u00f3 aqu\u00ed amb la vostra adre\u00e7a de correu electr\u00f2nic i contrasenya.", + "Sign in to continue learning": "Inicia la sessi\u00f3 per continuar aprenent", + "Sign in to continue learning as {email}": "Inicia la sessi\u00f3 per continuar aprenent com a {email}", + "Sign in using %(providerName)s": "Inicieu sessi\u00f3 amb %(providerName)s", + "Sign in with %(providerName)s": "Inicieu sessi\u00f3 amb %(providerName)s", + "Sign in with Institution/Campus Credentials": "Inicieu sessi\u00f3 amb les credencials de la instituci\u00f3/campus", + "Sign in.": "Inicieu sessi\u00f3.", + "Signatory": "Signatari", + "Signatory field(s) has invalid data.": "El (s) camp (s) del signant (s) t\u00e9 dades inv\u00e0lides.", + "Signature Image": "Imatge de signatura", + "Some Rights Reserved": "Alguns drets reservats", + "Sorry, no results were found.": "Ho sentim, no s'ha trobat cap resultat.", + "Sorted by": "Ordenat per", + "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "Especifiqueu una alternativa al t\u00edtol oficial del curs que es mostrar\u00e0 als certificats. Deixeu-vos en blanc per utilitzar el t\u00edtol oficial del curs.", + "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam, along with the {linkStart}general proctored exam rules{linkEnd}.": "Especifiqueu normes o excepcions de regla que l'equip de revisi\u00f3 de supervisi\u00f3 ha de fer complir quan revisi els v\u00eddeos. Per exemple, podeu especificar que les calculadores estan permeses. Aquestes regles espec\u00edfiques s\u00f3n visibles per als estudiants abans que els alumnes inicien l'examen, juntament amb les normes {linkStart} general de prova supervisada {linkEnd}.", + "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam.": "Especifiqueu normes o excepcions de regla que l'equip de revisi\u00f3 de supervisi\u00f3 ha de fer complir quan revisi els v\u00eddeos. Per exemple, podeu especificar que les calculadores estan permeses. Aquestes regles espec\u00edfiques s\u00f3n visibles per als estudiants abans que els alumnes comencin l'examen.", + "Specify whether content-specific discussion topics are divided.": "Especifiqueu si els temes de discussi\u00f3 espec\u00edfics del contingut es divideixen.", + "Specify whether discussion topics are divided": "Especifiqueu si els temes de discussi\u00f3 es divideixen", + "Staff": "Personal", + "Staff Only": "Nom\u00e9s personal", + "Staff and Learners": "Personal i aprenents", + "Start Date": "Data d'inici", + "Start Proctored Exam": "Comen\u00e7i l'examen supervisat", + "Start System Check": "Comen\u00e7a la verificaci\u00f3 del sistema", + "Start working toward your next learning goal.": "Comenceu a treballar per al vostre proper objectiu d'aprenentatge.", + "Started": "Ha comen\u00e7at", + "Starts": "Inici", + "Starts: %(start_date)s": "Inicia: %(start_date)s", + "State": "Estat", + "Status": "Estat", + "Student": "Estudiant", + "Student email or username": "Correu electr\u00f2nic o nom d'usuari de l'estudiant", + "Studio:": "Studio:", + "Submit": "Enviar", + "Submit Application": "Enviar sol\u00b7licitud", + "Submit enrollment change": "Enviar el canvi d'inscripci\u00f3", + "Submitted": "Enviat", + "Subsection": "Subsecci\u00f3", + "Subsection Visibility": "Visibilitat de subsecci\u00f3", + "Subsection is hidden after course end date": "La subsecci\u00f3 est\u00e0 oculta despr\u00e9s de la data de finalitzaci\u00f3 del curs", + "Subsection is hidden after due date": "La subsecci\u00f3 est\u00e0 oculta despr\u00e9s de la data de venciment", + "Successfully deleted student state for user {user}": "S'ha esborrat l'estat de l'estudiant per l'usuari {user}", + "Successfully enrolled and sent email to the following users:": "Els seg\u00fcents usuaris han estat donats d'alta correctament i se'ls ha enviat un email:", + "Successfully enrolled the following users:": "Els seg\u00fcents usuaris han estat donats d'alta correctament:", + "Successfully rescored problem for user {user}": "S'ha pogut reescriure la puntuaci\u00f3 del problema de l'usuari {user}", + "Successfully reset the attempts for user {user}": "S'han reiniciat amb \u00e8xit els intents per l'usuari {user}", + "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "S'han enviat correctament els emails d'alta dels seg\u00fcents usuaris. Es podran donar d'alta un cop s'enregistrin:", + "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "S'han enviat correctament els emails d'alta als seg\u00fcents usuaris. Seran donats d'alta un cop s'enregistrin:", + "Support education research by providing additional information": "Donar suport a la recerca en educaci\u00f3 proporcionant informaci\u00f3 addicional", + "Supported": "Compatible", + "Supported file types: {supportedVideoTypes}": "Tipus de fitxers admesos: {supportedVideoTypes}", + "Tags:": "Etiquetes:", + "Take Photo": "Fer una foto", + "Take Your Photo": "Agafeu la vostra foto", + "Take a Photo of Your ID": "Feu una foto de la vostra identificaci\u00f3", + "Take me to the main course page": "Porta'm a la p\u00e0gina principal del curs", + "Take me to the main library page": "Porta'm a la p\u00e0gina principal de la biblioteca", + "Take this exam without proctoring.": "Realitzeu aquest examen sense supervisi\u00f3.", + "Taking As Open Exam": "Prenent com a examen obert", + "Taking As Proctored Exam": "Realitzaci\u00f3 de l'examen supervisat", + "Taking as Proctored": "Tenint com supervisat", + "Task ID": "ID de tasca", + "Task Progress": "Progr\u00e9s de tasca", + "Task Status": "Estat de tasca", + "Task Type": "Tipus de tasca", + "Task inputs": "Entrades de tasca", + "Team Details": "Detalls de l'equip", + "Team capacity": "Capacitat de l'equip", + "Team member profiles": "Perfils dels membres de l'equip", + "Textbook Name": "Nom del llibre de Text", + "Textbook information": "Informaci\u00f3 del llibre de text", + "Thank you %(full_name)s! We have received your payment for %(course_name)s.": "Gr\u00e0cies %(full_name)s! Hem rebut el vostre pagament per %(course_name)s.", + "Thank you for submitting your financial assistance application for {course_name}! You can expect a response in 2-4 business days.": "Gr\u00e0cies per enviar la vostra sol\u00b7licitud d'assist\u00e8ncia financera per {course_name}. Podeu esperar una resposta en 2 o 4 dies laborables.", + "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "Gr\u00e0cies per enviar les vostres fotos. Les revisarem en breu. Ara podeu inscriure's a qualsevol curs de %(platformName)s que ofereixi certificats verificats. La verificaci\u00f3 \u00e9s bona durant un any. Despr\u00e9s d'un any, heu de tornar a enviar les vostres fotos per verificar-les.", + "Thank you! We have received your payment for {courseName}.": "Gr\u00e0cies! Hem rebut el vostre pagament per {courseName}.", + "Thanks for returning to verify your ID in: {courseName}": "Gr\u00e0cies per tornar a verificar la vostra identificaci\u00f3 a: {courseName}", + "The assignment type must have a name.": "El tipus de tasca ha de tenir un nom.", + "The certificate available date must be later than the course end date.": "La data disponible del certificat ha de ser posterior a la data de finalitzaci\u00f3 del curs.", + "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "La longitud combinada dels camps de codi d'organitzaci\u00f3 i biblioteca no pot ser superior al <%=limit%> car\u00e0cters.", + "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "La longitud combinada dels camps de l'organitzaci\u00f3, el n\u00famero de curs i el curs no pot ser superior al <%=limit%> car\u00e0cters.", + "The country that team members primarily identify with.": "El pa\u00eds amb el qual els membres de l'equip s'identifiquen principalment.", + "The course end date must be later than the course start date.": "La data de finalitzaci\u00f3 del curs ha de ser posterior a la data d'inici del curs.", + "The course must have an assigned start date.": "El curs ha de tenir assignada una data d'inici.", + "The course start date must be later than the enrollment start date.": "La data d'inici del curs ha de ser posterior a la data d'inici de la inscripci\u00f3.", + "The enrollment end date cannot be after the course end date.": "La data de baixa del curs no pot ser posterior a la data de final de curs.", + "The enrollment start date cannot be after the enrollment end date.": "La data d'alta al curs no pot ser posterior la a data de baixa.", + "The file could not be uploaded.": "No s'ha pogut carregar el fitxer.", + "The following email addresses and/or usernames are invalid:": "Les seg\u00fcents adreces de correu i/o noms d'usuaris s\u00f3n inv\u00e0lids:", + "The following information is already a part of your {platform} profile. We\\'ve included it here for your application.": "La informaci\u00f3 seg\u00fcent ja forma part del vostre perfil {platform}. Ho hem incl\u00f2s aqu\u00ed per a la vostra sol\u00b7licitud.", + "The following message will be displayed at the bottom of the courseware pages within your course:": "El seg\u00fcent missatge es mostrar\u00e0 a la part inferior de les p\u00e0gines del curs del vostre curs:", + "The following options are available for the {license_name} license.": "Les seg\u00fcents opcions estan disponibles per a la llic\u00e8ncia {license_name}.", + "The following users are no longer enrolled in the course:": "Els usuaris seg\u00fcents ja no estan donats d'alta al curs:", + "The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.": "La categoria general per a aquest tipus d'assignaci\u00f3, per exemple, Deures a Casa o Ex\u00e0men a mig trimestre. Aquest nom \u00e9s visible per als estudiants.", + "The language that team members primarily use to communicate with each other.": "L'idioma que els membres de l'equip utilitzen principalment per comunicar-se entre ells.", + "The minimum completion percentage must be a whole number between 0 and 100.": "El percentatge m\u00ednim de finalitzaci\u00f3 ha de ser un n\u00famero enter entre 0 i 100.", + "The minimum grade for course credit is not set.": "No s'estableix la nota m\u00ednima per al cr\u00e8dit del curs.", + "The minimum score percentage must be a whole number between 0 and 100.": "El percentatge de puntuaci\u00f3 m\u00ednima ha de ser un n\u00famero enter entre 0 i 100.", + "The name of this signatory as it should appear on certificates.": "El nom d'aquest signant, ja que hauria d'apar\u00e8ixer als certificats.", + "The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.": "El nombre de tasques d'aquest tipus que es retiraran. Les assignacions de puntuaci\u00f3 m\u00e9s baixes es deixen caure primer.", + "The number of subsections in the course that contain problems of this assignment type.": "El nombre de subseccions del curs que contenen problemes d'aquest tipus d'assignaci\u00f3.", + "The organization that this signatory belongs to, as it should appear on certificates.": "L'organitzaci\u00f3 a la qual pertany aquest signant, ja que hauria d'apar\u00e8ixer en els certificats.", + "The photo of your face matches the photo on your ID.": "La foto de la teva cara coincideix amb la foto de la teva identificaci\u00f3.", + "The published branch version, {published}, was reset to the draft branch version, {draft}.": "La versi\u00f3 de branca publicada, {published}, es va restablir a la versi\u00f3 del projecte de branca, {draft}.", + "The raw error message is:": "El missatge d'error en brut \u00e9s:", + "The selected image must be larger than {minFileSizeInKB}.": "La imatge seleccionada ha de ser m\u00e9s gran que {minFileSizeInKB}.", + "The selected image must be smaller than {maxFileSizeInMB}.": "La imatge seleccionada ha de ser menor que {maxFileSizeInMB}.", + "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "La transcripci\u00f3 temporitzada del primer fitxer de v\u00eddeo no sembla ser la mateixa que la transcripci\u00f3 temporitzada del segon fitxer de v\u00eddeo.", + "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "La transcripci\u00f3 temporitzada d'aquest v\u00eddeo a l'edici\u00f3 d'edX no est\u00e0 actualitzada, per\u00f2 YouTube t\u00e9 una transcripci\u00f3 temporitzada actual per a aquest v\u00eddeo.", + "The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.": "El pes de totes les tasques d'aquest tipus com a percentatge de la nota total, per exemple, 40. No inclogueu el s\u00edmbol del percentatge.", + "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.": "S'ha produ\u00eft un error en exportar a XML com a m\u00ednim un component. Es recomana anar a la p\u00e0gina d'edici\u00f3 i reparar l'error abans d'intentar una altra exportaci\u00f3. Comproveu que tots els components de la p\u00e0gina siguin v\u00e0lids i que no mostrin cap missatge d'error.", + "There has been an error while exporting.": "S'ha produ\u00eft un error en exportar.", + "There has been an error with your export.": "S'ha produ\u00eft un error en l'exportaci\u00f3.", + "There is invalid code in your content. Please check to make sure it is valid HTML.": "Hi ha codi inv\u00e0lid al vostre contingut. Comproveu que sigui un codi HTML v\u00e0lid.", + "There is no email history for this course.": "No hi ha hist\u00f2ric d'emails per aquest curs.", + "There must be at least one group.": "Hi ha d'haver almenys un grup.", + "There must be one cohort to which students can automatically be assigned.": "Hi ha d'haver una cohort a la qual els estudiants es puguin assignar autom\u00e0ticament.", + "There was an error changing the user's role": "S'ha produ\u00eft un error en canviar la funci\u00f3 de l'usuari", + "There was an error obtaining email task history for this course.": "Hi ha hagut un error obtenint l'email d'hist\u00f2ric de tasques per aquest curs.", + "There was an error retrieving preview results for this catalog. Please check that your query is correct and try again.": "S'ha produ\u00eft un error en obtenir els resultats de la vista pr\u00e8via d'aquest cat\u00e0leg. Comproveu que la vostra consulta sigui correcta i torneu-ho a provar.", + "There was an error, try searching again.": "S'ha produ\u00eft un error, proveu de tornar a cercar.", + "There were errors reindexing course.": "Hi ha hagut errors reindexant el curs.", + "There's already another assignment type with this name.": "Ja hi ha un altre tipus de tasca amb aquest nom.", + "These users were not added as beta testers:": "Aquests usuaris no s'han afegit com a beta testers:", + "These users were not affiliated with the course so could not be unenrolled:": "Aquests usuaris no han estat afiliats al curs i, per tant, no han pogut ser donats de baixa:", + "These users were not removed as beta testers:": "Aquests usuaris no s'han esborrat com a beta testers:", + "These users were successfully added as beta testers:": "Aquests usuaris s'han afegit correctament com a beta testers:", + "These users were successfully removed as beta testers:": "Aquests usuaris han estat correctament eliminats com a beta testers:", + "These users will be allowed to enroll once they register:": "Aquests usuaris poden donar-se d'alta un cop s'enregistrin:", + "These users will be enrolled once they register:": "Aquests usuaris seran donats d'alta un cop s'enregistrin:", + "This Group Configuration is not in use. Start by adding a content experiment to any Unit via the {linkStart}Course Outline{linkEnd}.": "Aquesta configuraci\u00f3 del grup no est\u00e0 en \u00fas. Comenceu afegint un experiment de contingut a qualsevol Unitat a trav\u00e9s del {linkStart}Esquema del curs{linkEnd}.", + "This Group Configuration is used in:": "Aquesta configuraci\u00f3 del grup s'utilitza a:", + "This action cannot be undone.": "Aquesta acci\u00f3 no es pot desfer.", + "This action updates the {provider} information for your entire organization.": "Aquesta acci\u00f3 actualitza la informaci\u00f3 {provider} de tota la vostra organitzaci\u00f3.", + "This catalog's courses:": "Cursos d'aquest cat\u00e0leg:", + "This certificate has already been activated and is live. Are you sure you want to continue editing?": "Aquest certificat ja s'ha activat i est\u00e0 en directe. Esteu segur que voleu continuar editant?", + "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "Actualment, aquesta configuraci\u00f3 s'utilitza en experiments de contingut. Si feu canvis als grups, \u00e9s possible que h\u00e0giu d'editar aquests experiments.", + "This content group is used in one or more units.": "Aquest grup de contingut s'utilitza en una o m\u00e9s unitats.", + "This exam has a time limit associated with it.": "Aquest examen t\u00e9 un l\u00edmit de temps associat.", + "This feature is currently in testing. Course teams can enter highlights, but learners will not receive email messages.": "Actualment aquesta funci\u00f3 est\u00e0 en proves. Els equips de cursos poden entrar a destacar, per\u00f2 els alumnes no rebran missatges de correu electr\u00f2nic.", + "This file type is not supported. Supported file type is {supportedFileFormat}.": "Aquest tipus de fitxer no \u00e9s compatible. El tipus de fitxer compatible \u00e9s {supportedFileFormat}.", + "This group controls access to:": "Aquest grup controla l'acc\u00e9s a:", + "This group no longer exists. Choose another group or do not restrict access to this unit.": "Aquest grup ja no existeix. Trieu un altre grup o no restringiu l'acc\u00e9s a aquesta unitat.", + "This image file type is not supported. Supported file types are {supportedFileFormats}.": "Aquest tipus de fitxer d'imatge no \u00e9s compatible. Els tipus de fitxer compatibles s\u00f3n {supportedFileFormats}.", + "This is the Description of the Group Configuration": "Aquesta \u00e9s la descripci\u00f3 de la configuraci\u00f3 del grup", + "This is the Name of the Group Configuration": "Aquest \u00e9s el nom de la configuraci\u00f3 del grup", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Aquesta \u00e9s la llista de %s disponibles. En podeu escollir alguns seleccionant-los a la caixa de sota i fent clic a la fletxa \"Escollir\" entre les dues caixes.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Aquesta \u00e9s la llista de %s escollits. En podeu eliminar alguns seleccionant-los a la caixa de sota i fent clic a la fletxa \"Eliminar\" entre les dues caixes.", + "This is the name of the group": "Aquest \u00e9s el nom del grup", + "This learner is currently sharing a limited profile.": "Actualment, aquest alumne comparteix un perfil limitat.", + "This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.": "Aquest nom curt del tipus d'assignaci\u00f3 (per exemple, DC o Mitattrismestre) apareix al costat de les assignacions a la p\u00e0gina Progr\u00e9s de l'alumne.", + "Thumbnail": "Miniatura", + "Thumbnail for {videoName}": "Miniatura per {videoName}", + "Time Allotted (HH:MM):": "Temps assignat (HH: MM):", + "Timed": "Timed", + "Timed Exam": "Examen temporal", + "Timed Out": "S'ha acabat el temps", + "Timed Transcript Conflict": "Conflicte transcripcional temporitzat", + "Timed Transcript Found": "S'ha trobat una transcripci\u00f3 temporitzada", + "Timed Transcript Uploaded Successfully": "S'ha enviat una transcripci\u00f3 sincronitzada amb \u00e8xit", + "Timed Transcript from %(filename)s": "Transcripci\u00f3 temporitzada de %(filename)s", + "Tips on taking a successful photo": "Consells per fer una foto d'\u00e8xit", + "Title ": "T\u00edtol", + "Title of the signatory": "T\u00edtol del signant", + "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "Els t\u00edtols de m\u00e9s de 100 car\u00e0cters poden evitar que els estudiants imprimeixin el certificat en una \u00fanica p\u00e0gina.", + "To access the course, select a session.": "Per accedir al curs, seleccioneu una sessi\u00f3.", + "To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.": "Per assegurar-vos que tots els estudiants poden accedir al v\u00eddeo, us recomanem que proporcioneu una versi\u00f3 .mp4 i una versi\u00f3 de .webm del vostre v\u00eddeo. Feu clic a sota per afegir un URL a una altra versi\u00f3. Aquestes URL no poden ser URL de YouTube. Es reproduir\u00e0 el primer v\u00eddeo que sigui compatible amb l'ordinador de l'alumne.", + "To complete the program, you must earn a verified certificate for each course.": "Per completar el programa, heu de guanyar un certificat verificat per a cada curs.", + "To continue learning with this account, sign in below.": "Per continuar aprenent amb aquest compte, inicieu la sessi\u00f3 a continuaci\u00f3.", + "To finalize course credit, %(display_name)s requires %(platform_name)s learners to submit a credit request.": "Per finalitzar el cr\u00e8dit del curs, %(display_name)s requereix que els aprenents %(platform_name)s envi\u00efn una sol\u00b7licitud de cr\u00e8dit.", + "To invalidate a certificate for a particular learner, add the username or email address below.": "Per invalidar un certificat per a un alumne en particular, afegiu el nom d'usuari o l'adre\u00e7a de correu electr\u00f2nic a continuaci\u00f3.", + "To pass this exam, you must complete the problems in the time allowed.": "Per aprovar aquest examen, heu de completar els problemes en el temps perm\u00e8s.", + "To receive a certificate, you must also verify your identity before {date}.": "Per rebre un certificat, tamb\u00e9 heu de verificar la vostra identitat abans de {date}.", + "To receive a certificate, you must also verify your identity.": "Per rebre un certificat, tamb\u00e9 heu de verificar la vostra identitat.", + "To receive credit for problems, you must select \"Submit\" for each problem before you select \"End My Exam\".": "Per rebre cr\u00e8dit per problemes, heu de seleccionar \"Enviar\" per a cada problema abans de seleccionar \"Finalitza el meu examen\".", + "To review learner cohort assignments or see the results of uploading a CSV file, download course profile information or cohort results on the {link_start}Data Download{link_end} page.": "Per revisar les assignacions de cohort dels alumnes o veure els resultats de la c\u00e0rrega d'un fitxer CSV, descarregueu la informaci\u00f3 del perfil del curs o els resultats de la cohort a la p\u00e0gina {link_start} Descarrega Dades {link_end}.", + "To share your certificate on Mozilla Backpack, you must first have a Backpack account. Complete the following steps to add your certificate to Backpack.": "Per compartir el certificat a Mozilla Backpack, primer heu de tenir un compte de Backpack. Completeu els passos seg\u00fcents per afegir el vostre certificat a Motxilla.", + "To take a successful photo, make sure that:": "Per fer una foto reeixida, assegureu-vos que:", + "To use the current photo, select the camera button {icon}. To take another photo, select the retake button {icon}.": "Per utilitzar la foto actual, seleccioneu el bot\u00f3 de la c\u00e0mera {icon}. Per fer una altra foto, seleccioneu el bot\u00f3 de represa {icon}.", + "To verify your identity, you need a webcam and a government-issued photo ID.": "Per verificar la vostra identitat, necessiteu una c\u00e0mera web i un identificador de fotografia em\u00e8s pel govern.", + "Today": "Avui", + "Toggle Notifications Setting": "Commuta la configuraci\u00f3 de notificacions", + "Tomorrow": "Dem\u00e0", + "Total": "Total", + "Total Number": "N\u00famero total", + "Transcript Fidelity": "Fidelitat de la transcripci\u00f3", + "Transcript Languages": "Llenguatges de transcripci\u00f3", + "Transcript Provider": "Prove\u00efdor de la transcripci\u00f3", + "Transcript Turnaround": "Alternatives de transcripci\u00f3", + "Transcripts": "Transcripcions", + "Try this practice exam again": "Torneu a provar aquest examen de pr\u00e0ctica", + "Type": "Tipus", + "Type into this box to filter down the list of available %s.": "Escriviu en aquesta caixa per a filtrar la llista de %s disponibles.", + "URL": "URL", + "Undo (Ctrl+Z)": "Desfer (Ctrl+Z)", + "Undo Changes": "Desf\u00e9s els canvis", + "Ungraded": "Sense calificar", + "Ungraded Practice Exam": "Examen de pr\u00e0ctica no graduat", + "Unit": "Unitat", + "Unit Access": "Acc\u00e9s a la unitat", + "Unit Visibility": "Visibilitat de la unitat", + "Unpublished changes to content that will release in the future": "Canvis no publicats al contingut que es publicaran en el futur", + "Unpublished changes to live content": "Canvis no publicats al contingut en directe", + "Unpublished units will not be released": "No es publicaran unitats no publicades", + "Unscheduled": "No planificat", + "Update Settings": "Configuraci\u00f3 de l'actualitzaci\u00f3", + "Update team.": "Actualitza un equip", + "Updating Tags": "Actualitzaci\u00f3 de les etiquetes", + "Upgrade All Remaining Courses (": "Actualitzaci\u00f3 de tots els cursos restants (", + "Upgrade Deadline": "Actualitzaci\u00f3 de la data l\u00edmit", + "Upgrade to Verified": "Actualitza a verificat", + "Upgrade to a Verified Certificate for {courseName}": "Actualitzaci\u00f3 a un certificat verificat per {courseName}", + "Upload": "Pujar", + "Upload New .srt Transcript": "Carregueu una transcripci\u00f3 nova .srt ", + "Upload New File": "Penja un fitxer nou", + "Upload New Transcript": "Penja una nova transcripci\u00f3", + "Upload PDF": "Carregar PDF", + "Upload Photo": "Puja una fotografia", + "Upload Signature Image": "Penja la imatge de la signatura", + "Upload Videos": "Penja v\u00eddeos", + "Upload a CSV file": "Carregueu un fitxer CSV", + "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "Carregueu un fitxer de valors separats per comes (.csv) que contingui els noms d'usuari o adreces de correu electr\u00f2nic dels estudiants que hagin rebut excepcions. Incloeu el nom d'usuari o l'adre\u00e7a de correu electr\u00f2nic al primer camp separat per comes. Podeu incloure una nota opcional que descrigui el motiu de l'excepci\u00f3 al segon camp separat per comes.", + "Upload an image or capture one with your web or phone camera.": "Carregueu una imatge o captureu-ne una amb la vostra c\u00e0mera web o tel\u00e8fon.", + "Upload completed": "C\u00e0rrega completada", + "Upload completed for video {fileName}": "C\u00e0rrega completada per al v\u00eddeo {fileName}", + "Upload failed": "Ha fallat la c\u00e0rrega", + "Upload failed for video {fileName}": "Error de c\u00e0rrega per al v\u00eddeo {fileName}", + "Upload instructor image.": "Carrega la imatge del instructor.", + "Upload signature image.": "Penja la imatge de signatura.", + "Upload your banner image.": "Penja la teva imatge de pancarta.", + "Upload your course image.": "Carregar la imatge del curs", + "Upload your first asset": "Pugeu el vostre primer recurs", + "Upload your video thumbnail image.": "Penja la teva imatge en miniatura del v\u00eddeo.", + "Use Current Transcript": "Utilitzeu l'actual Transcripci\u00f3", + "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.": "Utilitzeu un examen pr\u00e0ctic tutelat per introduir els estudiants a les eines i els processos de processament. Els resultats d'un examen de pr\u00e0ctica no afecten la nota d'un alumne.", + "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.", + "Use as a Prerequisite": "Utilitza com a requisit previ", + "Use bookmarks to help you easily return to courseware pages. To bookmark a page, click \"Bookmark this page\" under the page title.": "Utilitzeu marcadors per ajudar-vos a tornar f\u00e0cilment a les p\u00e0gines de curs. Per marcar una p\u00e0gina d'inter\u00e8s, feu clic a \"Marca aquesta p\u00e0gina\" al t\u00edtol de la p\u00e0gina.", + "Use my institution/campus credentials": "Utilitzeu les meves credencials de la instituci\u00f3/campus", + "Use the All Topics menu to find specific topics.": "Utilitzeu el men\u00fa Tots els temes per trobar temes espec\u00edfics.", + "Use the retake photo button if you are not pleased with your photo": "Utilitzeu el bot\u00f3 de represa de fotos si no us agrada la vostra foto", + "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "Utilitzeu la vostra c\u00e0mera web per fer una foto de la vostra identificaci\u00f3. Confrontarem aquesta foto amb la foto de la vostra cara i el nom del vostre compte.", + "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "Utilitzeu la vostra c\u00e0mera web per fer una foto de la vostra cara. Confrontarem aquesta foto amb la foto a la vostra identificaci\u00f3.", + "Used": "Emprat", "Used in {count} location": [ - "S'utilitza en {count} ubicaci\u00f3", + "S'utilitza en {count} ubicaci\u00f3", "S'utilitza en {count} ubicacions" - ], - "User Email": "Correu electr\u00f2nic d'usuari", - "Username": "Nom d'usuari", - "Username or email address": "Nom d'usuari o adre\u00e7a de correu electr\u00f2nic", - "Users must create and activate their account before they can be promoted to beta tester.": "Els usuaris han de crear i activar els seus comptes abans de poder ser promoguts a beta tester.", - "Valid": "V\u00e0lid", - "Validation Error While Saving": "Error de validaci\u00f3 mentre s'estalvia", - "Verification Checkpoint": "Punt de comprovaci\u00f3", - "Verification Deadline": "Termini de verificaci\u00f3", - "Verification checkpoint to be completed": "Punt de verificaci\u00f3 finalitzat", - "Verified": "Verificat", - "Verified Certificate for {courseName}": "Certificat verificat per {courseName}", - "Verified Status": "Estat verificat", - "Verified mode price": "Preu en mode verificat", - "Verify Now": "verificar ara", - "Video ID": "Identificador de video", - "Video Source Language": "Llengua d'origen del v\u00eddeo", - "Video Status": "Estat del v\u00eddeo", - "Video duration is {humanizeDuration}": "La durada del video \u00e9s de {humanizeDuration}", - "Video image upload completed": "S'ha completat la c\u00e0rrega d'imatges de v\u00eddeo", - "Video image upload started": "S'ha iniciat la c\u00e0rrega d'imatges de v\u00eddeo", - "View": "Veure", - "View Archived Course": "Mostra el curs arxivat", - "View Cohort": "Mostra la cohort", - "View Course": "Veure curs", - "View Live": "Veure en directe", - "View Program Record": "Veure el registre del programa", - "View child items": "Mostra elements secundaris", - "View my exam": "Veure el meu examen", - "Visibility": "Visibilitat", - "Visible to Staff Only": "Visible nom\u00e9s al personal", - "Vote for good posts and responses": "Votar per a publicacions i respostes correctes", - "Want to confirm your identity later?": "Voleu confirmar la vostra identitat m\u00e9s tard?", - "We ask you to activate your account to ensure it is really you creating the account and to prevent fraud.": "Us demanem que activeu el vostre compte per garantir que realment esteu creant el compte i per evitar el frau.", - "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "Hem rebut la vostra informaci\u00f3 i verifiquem la vostra identitat. Veureu un missatge al tauler quan el proc\u00e9s de verificaci\u00f3 estigui complet (generalment en 1-2 dies). Mentrestant, encara podeu accedir a tots els continguts del curs disponibles.", - "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "Utilitzem els nivells m\u00e9s alts de seguretat disponibles per xifrar la vostra foto i enviar-la al nostre servei d'autoritzaci\u00f3 per a la seva revisi\u00f3. La vostra foto i la vostra informaci\u00f3 no es guarden ni es poden visualitzar a cap part de %(platformName)s despr\u00e9s de completar el proc\u00e9s de verificaci\u00f3.", - "Web:": "Web:", - "Webcam": "C\u00e0mera web", - "Weekly Highlight Emails": "Correus electr\u00f2nics destacats setmanals", - "Weight of Total Grade": "Pes total de la Nota", - "What You Need for Verification": "El que necessiteu per a la verificaci\u00f3", - "What does %(platformName)s do with this photo?": "Qu\u00e8 fa amb %(platformName)s amb aquesta foto?", - "What does this mean?": "Qu\u00e8 vol dir aix\u00f2?", - "What's Your Next Accomplishment?": "Quin \u00e9s el vostre seguiment?", - "When learners submit an answer to an assessment, they immediately see whether the answer is correct or incorrect, and the score received.": "Quan els aprenents presenten una resposta a una avaluaci\u00f3, immediatament veuen si la resposta \u00e9s correcta o incorrecta, i la puntuaci\u00f3 rebuda.", - "When your face is in position, use the camera button {icon} below to take your photo.": "Quan la teva cara estigui en posici\u00f3, fes servir el bot\u00f3 de la c\u00e0mera {icon} a continuaci\u00f3 per fer la teva foto.", - "Which timed transcript would you like to use?": "Quina transcripci\u00f3 temporitzada us agradaria utilitzar?", - "Why activate?": "Per qu\u00e8 activar?", - "Why does %(platformName)s need my photo?": "Per qu\u00e8 necessita la %(platformName)s la meva foto?", - "Will Be Visible To:": "Ser\u00e0 Visible a:", - "Would you like to sign in using your %(providerName)s credentials?": "Voleu iniciar la sessi\u00f3 amb les credencials de %(providerName)s?", - "Yes, allow edits to the active Certificate": "S\u00ed, permet editar els certificats actius", - "Yes, replace the edX transcript with the YouTube transcript": "S\u00ed, reempla\u00e7a la transcripci\u00f3 edX amb la transcripci\u00f3 de YouTube", - "Yesterday": "Ahir", - "You already have an edX account with your {enterprise_name} email address.": "Ja teniu un compte edX amb la vostra adre\u00e7a de correu electr\u00f2nic {enterprise_name}", - "You are a member of this team.": "Ets membre d'aquest equip.", - "You are currently sharing a limited profile.": "Actualment esteu compartint un perfil limitat.", - "You are enrolling in: {courseName}": "Us esteu inscrivint a: {courseName}", - "You are not enrolled in any programs yet.": "Encara no esteu inscrit en cap programa.", - "You are now enrolled as a verified student for:": "Ara est\u00e0 inscrit com a estudiant verificat per:", - "You are upgrading your enrollment for: {courseName}": "Esteu actualitzant la vostra inscripci\u00f3 per: {courseName}", - "You can also retry this practice exam": "Tamb\u00e9 podeu tornar a provar aquest examen de pr\u00e0ctica", - "You can change sessions until {expiration_date}.": "Podeu canviar les sessions fins a {expiration_date}.", - "You can no longer change sessions.": "Ja no pots canviar les sessions.", - "You can now enter your payment information and complete your enrollment.": "Ara podeu introduir la vostra informaci\u00f3 de pagament i completar la vostra inscripci\u00f3.", - "You can pay now even if you don't have the following items available, but you will need to have these by {date} to qualify to earn a Verified Certificate.": "Podeu pagar ara fins i tot si no teniu els seg\u00fcents articles disponibles, per\u00f2 haur\u00e0 de tenir-los abans de {date} per qualificar per obtenir un certificat verificat.", - "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "Podeu pagar ara fins i tot si no teniu els seg\u00fcents articles disponibles, per\u00f2 haureu d'haver-los qualificat per obtenir un certificat verificat.", - "You can view your information or unlink from {enterprise_name} anytime in your Account Settings.": "Podeu visualitzar la vostra informaci\u00f3 o desenlla\u00e7ar de {enterprise_name} en qualsevol moment a la configuraci\u00f3 del vostre compte.", - "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "Heu canviat l'URL del v\u00eddeo, per\u00f2 no heu canviat el fitxer de transcripci\u00f3 temporitzada. Voleu utilitzar la transcripci\u00f3 temporitzada actual o carregar un fitxer transcripci\u00f3 .srt nou?", - "You commented...": "Has comentat ...", - "You have already verified your ID!": "Ja heu verificat la vostra identificaci\u00f3!", - "You have done a dry run of force publishing the course. Nothing has changed. Had you run it, the following course versions would have been change.": "Has fet esfor\u00e7 molt gran publicant el curs. Res ha canviat. Si hagu\u00e9ssiu executat, les seg\u00fcents versions del curs haurien estat canviades.", - "You have no handouts defined": "No teniu cap detall definit", - "You have not bookmarked any courseware pages yet": "Encara no heu marcat cap marcador a cap p\u00e0gina de curs", - "You have not created any certificates yet.": "Encara no heu creat cap certificat.", - "You have not created any content groups yet.": "Encara no heu creat cap grup de contingut.", - "You have not created any group configurations yet.": "Encara no heu creat cap configuraci\u00f3 de grup.", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Heu seleccionat una acci\u00f3 i no heu fet cap canvi a camps individuals. Probablement esteu cercant el bot\u00f3 'Anar' enlloc de 'Desar'.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Heu seleccionat una acci\u00f3, per\u00f2 encara no heu desat els vostres canvis a camps individuals. Si us plau premeu OK per desar. Haureu de tornar a executar l'acci\u00f3.", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Teniu canvis sense desar a camps editables individuals. Si executeu una acci\u00f3, es perdran aquests canvis no desats.", - "You have unsaved changes. Do you really want to leave this page?": "Teniu canvis sense desar. Segur que voleu deixar aquesta p\u00e0gina?", - "You haven't added any assets to this course yet.": "Encara no heu afegit cap recurs en aquest curs.", - "You haven't added any content to this course yet.": "Encara no heu afegit cap contingut a aquest curs.", - "You haven't added any textbooks to this course yet.": "Encara no heu afegit cap llibre de text a aquest curs.", - "You must enter a valid email address in order to add a new team member": "Heu d'introduir una adre\u00e7a electr\u00f2nica v\u00e0lida per afegir un membre nou de l'equip", - "You must select a session by {expiration_date} to access the course.": "Heu de seleccionar una sessi\u00f3 abans de {expiration_date} per accedir al curs.", - "You need a computer that has a webcam. When you receive a browser prompt, make sure that you allow access to the camera.": "Necessiteu una computadora que tingui una c\u00e0mera web. Quan rebeu un indicador del navegador, assegureu-vos que permeti l'acc\u00e9s a la c\u00e0mera.", - "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "Necessites una llic\u00e8ncia de conduir, un passaport o una altra identificaci\u00f3 expedida pel govern que tingui el teu nom i la teva foto.", - "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "Necessites una identificaci\u00f3 amb el teu nom i la teva foto. Es pot acceptar una llic\u00e8ncia de conduir, passaport o altres identificaci\u00f3 emesa pel govern.", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "Cal que activeu el compte abans de poder inscriure's a cursos. Comproveu la vostra safata d'entrada d'un correu electr\u00f2nic d'activaci\u00f3.", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "Cal que activeu el compte abans de poder inscriure's a cursos. Comproveu la vostra safata d'entrada d'un correu electr\u00f2nic d'activaci\u00f3. Despr\u00e9s de completar l'activaci\u00f3, podeu tornar i actualitzar aquesta p\u00e0gina.", - "You still need to visit the %(display_name)s website to complete the credit process.": "Encara haureu de visitar el lloc web %(display_name)s per completar el proc\u00e9s de cr\u00e8dit.", - "You will not receive notification for emails that bounce, so double-check your spelling.": "No rebr\u00e0s la notificaci\u00f3 dels correus electr\u00f2nics que reboten, aix\u00ed que comprova la teva ortografia.", - "You will use your webcam to take a picture of your face and of your government-issued photo ID.": "Utilitzar\u00e0s la teva c\u00e0mera web per fer una foto de la teva cara i l'identificador de fotografia em\u00e8s pel govern.", - "You!": "Tu!", - "You've made some changes": "Has fet canvis", - "You've made some changes, but there are some errors": "Has fet canvis, per\u00f2 hi ha hagut errors", - "Your ID must be a government-issued photo ID that clearly shows your face.": "La vostra identificaci\u00f3 ha de ser una identificaci\u00f3 de fotografia emesa pel govern que mostri clarament la vostra cara.", - "Your Program Journey": "Viatge del programa", - "Your changes will not take effect until you save your progress.": "Els teus canvis no tindran efecte fins que no salvis el teu progr\u00e9s.", - "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "Els canvis no tindran efecte fins que guardis el teu progr\u00e9s. Vigila el format de la clau i el valor, ja que no controlem si s\u00f3n v\u00e0lids o no.", - "Your course could not be exported to XML. There is not enough information to identify the failed component. Inspect your course to identify any problematic components and try again.": "El vostre curs no es pot exportar a XML. No hi ha prou informaci\u00f3 per identificar el component fallit. Inspeccioneu el vostre curs per identificar qualsevol component problem\u00e0tic i torneu-ho a provar.", - "Your entire face fits inside the frame.": "Tota la teva cara s'encaixa dins del marc.", - "Your export has failed.": "S'ha produ\u00eft un error en exportar.", - "Your face is well-lit.": "La teva cara est\u00e0 ben il\u00b7luminada.", - "Your file could not be uploaded": "No s'ha pogut carregar el vostre fitxer", - "Your file has been deleted.": "El teu fitxer s'ha esborrat.", - "Your library could not be exported to XML. There is not enough information to identify the failed component. Inspect your library to identify any problematic components and try again.": "La vostra biblioteca no es pot exportar a XML. No hi ha prou informaci\u00f3 per identificar el component fallit. Inspeccioneu la vostra biblioteca per identificar qualsevol component problem\u00e0tic i torneu-ho a provar.", - "Your message cannot be blank.": "El teu missatge no pot estar en blanc.", - "Your message must have a subject.": "El teu missatge ha de tenir un tema.", - "Your policy changes have been saved.": "Els vostres canvis de pol\u00edtica s'han guardat.", - "Your team could not be created.": "No s'ha pogut crear el vostre equip.", - "Your team could not be updated.": "El vostre equip no s'ha pogut actualitzar.", - "Your verification status is good until {verificationGoodUntil}.": "L'estat de verificaci\u00f3 \u00e9s bo fins a {verificationGoodUntil}.", - "Your video uploads are not complete.": "Les c\u00e0rregues de v\u00eddeo no s'han completat.", - "Your {program} Certificate": "El vostre certificat del {program}", - "Zoom In": "Amplia", - "Zoom Out": "Disminuir el zoom", - "active proctored exams": "ex\u00e0mens supervisats actius", - "anonymous": "an\u00f2nim", - "certificate": "certificat", - "close": "Tanca", - "component": "component", - "content group": "grup de contingut", - "could not determine the course_id": "no s'ha pogut determinar el course_id", - "course id": "Identificador del curs", - "courses with active proctored exams": "cursos amb ex\u00e0mens supervisats actius", - "delete chapter": "esborrar cap\u00edtol", - "delete group": "suprimeix el grup", - "details about the failure": "detalls sobre el frac\u00e0s", - "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "per exemple. johndoe@example.com, JaneDoe, joeydoe@example.com", - "emphasized text": "text emfatitzat", - "enter code here": "entra el codi aqu\u00ed", - "enter link description here": "entra aqu\u00ed la descripci\u00f3 de l'enlla\u00e7", - "for": "per", - "for {courseName}": "per {courseName}", - "group configuration": "configuraci\u00f3 del grup", - "internally reviewed": "Revisat internament", - "minute": "minut", - "minutes": "minuts", - "one letter Friday\u0004F": "V", - "one letter Monday\u0004M": "L", - "one letter Saturday\u0004S": "S", - "one letter Sunday\u0004S": "D", - "one letter Thursday\u0004T": "J", - "one letter Tuesday\u0004T": "M", - "one letter Wednesday\u0004W": "X", - "or": "o", - "or create a new one here": "o creeu-ne un de nou aqu\u00ed", - "or sign in with": "o inicieu la sessi\u00f3", - "path/to/introductionToCookieBaking-CH{order}.pdf": "cami/a/introduccioalaCuinaGaletes-CAP{order}.pdf", - "pending": "pendent", - "practice": "practica", - "price": "preu", - "proctored": "supervisat", - "provide the title/name of the chapter that will be used in navigating": "Indiqueu el t\u00edtol / nom del cap\u00edtol que s'utilitzar\u00e0 a la navegaci\u00f3", - "provide the title/name of the text book as you would like your students to see it": "Indiqueu el t\u00edtol / nom del llibre de text com vulgueu que els vostres estudiants el vegin", - "remove": "eliminar", - "remove all": "esborra-ho tot", - "satisfactory": "satisfactori", - "second": "segon", - "seconds": "segons", - "send an email message to {email}": "envieu un missatge de correu electr\u00f2nic a {email}", - "strong text": "text en negreta", - "timed": "cronometrat", - "toggle chapter %(displayName)s": "canvia el cap\u00edtol %(displayName)s", - "toggle subsection %(displayName)s": "canvia la subsecci\u00f3 %(displayName)s", - "unit": "unitat", - "unsatisfactory": "insatisfactori", - "upload a PDF file or provide the path to a Studio asset file": "Carregueu un fitxer PDF o proporcioneu la ruta d'acc\u00e9s a un fitxer d'actius de Studio", - "username or email": "Nom d'usuari o correu electr\u00f2nic", - "with %(release_date_from)s": "amb %(release_date_from)s", - "with %(section_or_subsection)s": "amb %(section_or_subsection)s", - "you have less than a minute remaining": "teniu menys d'un minut romanent", - "you have {remaining_time} remaining": "teniu {remaining_time} romanent", - "you will have ": "vost\u00e8 tindr\u00e0", - "your course": "el vostre curs", - "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", - "{ReqTextSpanStart}Requirements{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{ReqTextSpanStart}Requirements{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", - "{categoryText} in {parentDisplayname}": "{categoryText} a {parentDisplayname}", - "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} of {maxCharacters}": "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} de {maxCharacters}", - "{display_name} Settings": "{display_name} Configuraci\u00f3", - "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} ja \u00e9s a l'equip {container}. Torneu a comprovar l'adre\u00e7a de correu electr\u00f2nic si voleu afegir un membre nou.", - "{filename} exceeds maximum size of {maxFileSizeInGB} GB.": "{filename} supera la mida m\u00e0xima de {maxFileSizeInGB} GB.", - "{filename} is not in a supported file format. Supported file formats are {supportedFileFormats}.": "{filename} no est\u00e0 en un format de fitxer compatible. Els formats de fitxer compatibles s\u00f3n {supportedFileFormats}.", - "{hours}:{minutes} (current UTC time)": "{hours}:{minutes} (current UTC time)", - "{maxWidth}x{maxHeight} pixels": "{maxWidth}x{maxHeight} pixels", - "{minutes} {unit}": "{minutes} {unit}", - "{num_of_hours} hour": "{num_of_hours} hora", - "{num_of_hours} hours": "{num_of_hours} hores", - "{num_of_minutes} minute": "{num_of_minutes} minut", - "{num_of_minutes} minutes": "{num_of_minutes} minuts", - "{organization}\\'s logo": "logotip de l'{organization}\\'s ", - "{screen_reader_start}Warning:{screen_reader_end} No content groups exist.": "{screen_reader_start}Av\u00eds:{screen_reader_end} No existeixen grups de contingut.", - "{screen_reader_start}Warning:{screen_reader_end} The previously selected content group was deleted. Select another content group.": "{screen_reader_start}Av\u00eds:{screen_reader_end} El grup de contingut seleccionat pr\u00e8viament s'ha eliminat. Seleccioneu un altre grup de contingut.", - "{seconds} {unit}": "{seconds} {unit}", - "{selectedProvider} credentials saved": "S'han desat les credencials {selectedProvider}", - "{sessionDates} (Open until {enrollmentEnd})": "{sessionDates} (Obert fins a {enrollmentEnd})", - "{sessionDates} - Currently Selected": "{sessionDates} - Actualment seleccionat", - "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}": "{transcriptClientTitle} _ {transcriptLanguageCode}. {fileExtension}", + ], + "User Email": "Correu electr\u00f2nic d'usuari", + "Username": "Nom d'usuari", + "Username or email address": "Nom d'usuari o adre\u00e7a de correu electr\u00f2nic", + "Users must create and activate their account before they can be promoted to beta tester.": "Els usuaris han de crear i activar els seus comptes abans de poder ser promoguts a beta tester.", + "Valid": "V\u00e0lid", + "Validation Error While Saving": "Error de validaci\u00f3 mentre s'estalvia", + "Verification Checkpoint": "Punt de comprovaci\u00f3", + "Verification Deadline": "Termini de verificaci\u00f3", + "Verification checkpoint to be completed": "Punt de verificaci\u00f3 finalitzat", + "Verified": "Verificat", + "Verified Certificate for {courseName}": "Certificat verificat per {courseName}", + "Verified Status": "Estat verificat", + "Verified mode price": "Preu en mode verificat", + "Verify Now": "verificar ara", + "Video ID": "Identificador de video", + "Video Source Language": "Llengua d'origen del v\u00eddeo", + "Video Status": "Estat del v\u00eddeo", + "Video duration is {humanizeDuration}": "La durada del video \u00e9s de {humanizeDuration}", + "Video image upload completed": "S'ha completat la c\u00e0rrega d'imatges de v\u00eddeo", + "Video image upload started": "S'ha iniciat la c\u00e0rrega d'imatges de v\u00eddeo", + "View": "Veure", + "View Archived Course": "Mostra el curs arxivat", + "View Cohort": "Mostra la cohort", + "View Course": "Veure curs", + "View Live": "Veure en directe", + "View Program Record": "Veure el registre del programa", + "View child items": "Mostra elements secundaris", + "View my exam": "Veure el meu examen", + "Visibility": "Visibilitat", + "Visible to Staff Only": "Visible nom\u00e9s al personal", + "Vote for good posts and responses": "Votar per a publicacions i respostes correctes", + "Want to confirm your identity later?": "Voleu confirmar la vostra identitat m\u00e9s tard?", + "We ask you to activate your account to ensure it is really you creating the account and to prevent fraud.": "Us demanem que activeu el vostre compte per garantir que realment esteu creant el compte i per evitar el frau.", + "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "Hem rebut la vostra informaci\u00f3 i verifiquem la vostra identitat. Veureu un missatge al tauler quan el proc\u00e9s de verificaci\u00f3 estigui complet (generalment en 1-2 dies). Mentrestant, encara podeu accedir a tots els continguts del curs disponibles.", + "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "Utilitzem els nivells m\u00e9s alts de seguretat disponibles per xifrar la vostra foto i enviar-la al nostre servei d'autoritzaci\u00f3 per a la seva revisi\u00f3. La vostra foto i la vostra informaci\u00f3 no es guarden ni es poden visualitzar a cap part de %(platformName)s despr\u00e9s de completar el proc\u00e9s de verificaci\u00f3.", + "Web:": "Web:", + "Webcam": "C\u00e0mera web", + "Weekly Highlight Emails": "Correus electr\u00f2nics destacats setmanals", + "Weight of Total Grade": "Pes total de la Nota", + "What You Need for Verification": "El que necessiteu per a la verificaci\u00f3", + "What does %(platformName)s do with this photo?": "Qu\u00e8 fa amb %(platformName)s amb aquesta foto?", + "What does this mean?": "Qu\u00e8 vol dir aix\u00f2?", + "What's Your Next Accomplishment?": "Quin \u00e9s el vostre seguiment?", + "When learners submit an answer to an assessment, they immediately see whether the answer is correct or incorrect, and the score received.": "Quan els aprenents presenten una resposta a una avaluaci\u00f3, immediatament veuen si la resposta \u00e9s correcta o incorrecta, i la puntuaci\u00f3 rebuda.", + "When your face is in position, use the camera button {icon} below to take your photo.": "Quan la teva cara estigui en posici\u00f3, fes servir el bot\u00f3 de la c\u00e0mera {icon} a continuaci\u00f3 per fer la teva foto.", + "Which timed transcript would you like to use?": "Quina transcripci\u00f3 temporitzada us agradaria utilitzar?", + "Why activate?": "Per qu\u00e8 activar?", + "Why does %(platformName)s need my photo?": "Per qu\u00e8 necessita la %(platformName)s la meva foto?", + "Will Be Visible To:": "Ser\u00e0 Visible a:", + "Would you like to sign in using your %(providerName)s credentials?": "Voleu iniciar la sessi\u00f3 amb les credencials de %(providerName)s?", + "Yes, allow edits to the active Certificate": "S\u00ed, permet editar els certificats actius", + "Yes, replace the edX transcript with the YouTube transcript": "S\u00ed, reempla\u00e7a la transcripci\u00f3 edX amb la transcripci\u00f3 de YouTube", + "Yesterday": "Ahir", + "You already have an edX account with your {enterprise_name} email address.": "Ja teniu un compte edX amb la vostra adre\u00e7a de correu electr\u00f2nic {enterprise_name}", + "You are a member of this team.": "Ets membre d'aquest equip.", + "You are currently sharing a limited profile.": "Actualment esteu compartint un perfil limitat.", + "You are enrolling in: {courseName}": "Us esteu inscrivint a: {courseName}", + "You are not enrolled in any programs yet.": "Encara no esteu inscrit en cap programa.", + "You are now enrolled as a verified student for:": "Ara est\u00e0 inscrit com a estudiant verificat per:", + "You are upgrading your enrollment for: {courseName}": "Esteu actualitzant la vostra inscripci\u00f3 per: {courseName}", + "You can also retry this practice exam": "Tamb\u00e9 podeu tornar a provar aquest examen de pr\u00e0ctica", + "You can change sessions until {expiration_date}.": "Podeu canviar les sessions fins a {expiration_date}.", + "You can no longer change sessions.": "Ja no pots canviar les sessions.", + "You can now enter your payment information and complete your enrollment.": "Ara podeu introduir la vostra informaci\u00f3 de pagament i completar la vostra inscripci\u00f3.", + "You can pay now even if you don't have the following items available, but you will need to have these by {date} to qualify to earn a Verified Certificate.": "Podeu pagar ara fins i tot si no teniu els seg\u00fcents articles disponibles, per\u00f2 haur\u00e0 de tenir-los abans de {date} per qualificar per obtenir un certificat verificat.", + "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "Podeu pagar ara fins i tot si no teniu els seg\u00fcents articles disponibles, per\u00f2 haureu d'haver-los qualificat per obtenir un certificat verificat.", + "You can view your information or unlink from {enterprise_name} anytime in your Account Settings.": "Podeu visualitzar la vostra informaci\u00f3 o desenlla\u00e7ar de {enterprise_name} en qualsevol moment a la configuraci\u00f3 del vostre compte.", + "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "Heu canviat l'URL del v\u00eddeo, per\u00f2 no heu canviat el fitxer de transcripci\u00f3 temporitzada. Voleu utilitzar la transcripci\u00f3 temporitzada actual o carregar un fitxer transcripci\u00f3 .srt nou?", + "You commented...": "Has comentat ...", + "You have already verified your ID!": "Ja heu verificat la vostra identificaci\u00f3!", + "You have done a dry run of force publishing the course. Nothing has changed. Had you run it, the following course versions would have been change.": "Has fet esfor\u00e7 molt gran publicant el curs. Res ha canviat. Si hagu\u00e9ssiu executat, les seg\u00fcents versions del curs haurien estat canviades.", + "You have no handouts defined": "No teniu cap detall definit", + "You have not bookmarked any courseware pages yet": "Encara no heu marcat cap marcador a cap p\u00e0gina de curs", + "You have not created any certificates yet.": "Encara no heu creat cap certificat.", + "You have not created any content groups yet.": "Encara no heu creat cap grup de contingut.", + "You have not created any group configurations yet.": "Encara no heu creat cap configuraci\u00f3 de grup.", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Heu seleccionat una acci\u00f3 i no heu fet cap canvi a camps individuals. Probablement esteu cercant el bot\u00f3 'Anar' enlloc de 'Desar'.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Heu seleccionat una acci\u00f3, per\u00f2 encara no heu desat els vostres canvis a camps individuals. Si us plau premeu OK per desar. Haureu de tornar a executar l'acci\u00f3.", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Teniu canvis sense desar a camps editables individuals. Si executeu una acci\u00f3, es perdran aquests canvis no desats.", + "You have unsaved changes. Do you really want to leave this page?": "Teniu canvis sense desar. Segur que voleu deixar aquesta p\u00e0gina?", + "You haven't added any assets to this course yet.": "Encara no heu afegit cap recurs en aquest curs.", + "You haven't added any content to this course yet.": "Encara no heu afegit cap contingut a aquest curs.", + "You haven't added any textbooks to this course yet.": "Encara no heu afegit cap llibre de text a aquest curs.", + "You must enter a valid email address in order to add a new team member": "Heu d'introduir una adre\u00e7a electr\u00f2nica v\u00e0lida per afegir un membre nou de l'equip", + "You must select a session by {expiration_date} to access the course.": "Heu de seleccionar una sessi\u00f3 abans de {expiration_date} per accedir al curs.", + "You need a computer that has a webcam. When you receive a browser prompt, make sure that you allow access to the camera.": "Necessiteu una computadora que tingui una c\u00e0mera web. Quan rebeu un indicador del navegador, assegureu-vos que permeti l'acc\u00e9s a la c\u00e0mera.", + "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "Necessites una llic\u00e8ncia de conduir, un passaport o una altra identificaci\u00f3 expedida pel govern que tingui el teu nom i la teva foto.", + "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "Necessites una identificaci\u00f3 amb el teu nom i la teva foto. Es pot acceptar una llic\u00e8ncia de conduir, passaport o altres identificaci\u00f3 emesa pel govern.", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "Cal que activeu el compte abans de poder inscriure's a cursos. Comproveu la vostra safata d'entrada d'un correu electr\u00f2nic d'activaci\u00f3.", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "Cal que activeu el compte abans de poder inscriure's a cursos. Comproveu la vostra safata d'entrada d'un correu electr\u00f2nic d'activaci\u00f3. Despr\u00e9s de completar l'activaci\u00f3, podeu tornar i actualitzar aquesta p\u00e0gina.", + "You still need to visit the %(display_name)s website to complete the credit process.": "Encara haureu de visitar el lloc web %(display_name)s per completar el proc\u00e9s de cr\u00e8dit.", + "You will not receive notification for emails that bounce, so double-check your spelling.": "No rebr\u00e0s la notificaci\u00f3 dels correus electr\u00f2nics que reboten, aix\u00ed que comprova la teva ortografia.", + "You will use your webcam to take a picture of your face and of your government-issued photo ID.": "Utilitzar\u00e0s la teva c\u00e0mera web per fer una foto de la teva cara i l'identificador de fotografia em\u00e8s pel govern.", + "You!": "Tu!", + "You've made some changes": "Has fet canvis", + "You've made some changes, but there are some errors": "Has fet canvis, per\u00f2 hi ha hagut errors", + "Your ID must be a government-issued photo ID that clearly shows your face.": "La vostra identificaci\u00f3 ha de ser una identificaci\u00f3 de fotografia emesa pel govern que mostri clarament la vostra cara.", + "Your Program Journey": "Viatge del programa", + "Your changes will not take effect until you save your progress.": "Els teus canvis no tindran efecte fins que no salvis el teu progr\u00e9s.", + "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "Els canvis no tindran efecte fins que guardis el teu progr\u00e9s. Vigila el format de la clau i el valor, ja que no controlem si s\u00f3n v\u00e0lids o no.", + "Your course could not be exported to XML. There is not enough information to identify the failed component. Inspect your course to identify any problematic components and try again.": "El vostre curs no es pot exportar a XML. No hi ha prou informaci\u00f3 per identificar el component fallit. Inspeccioneu el vostre curs per identificar qualsevol component problem\u00e0tic i torneu-ho a provar.", + "Your entire face fits inside the frame.": "Tota la teva cara s'encaixa dins del marc.", + "Your export has failed.": "S'ha produ\u00eft un error en exportar.", + "Your face is well-lit.": "La teva cara est\u00e0 ben il\u00b7luminada.", + "Your file could not be uploaded": "No s'ha pogut carregar el vostre fitxer", + "Your file has been deleted.": "El teu fitxer s'ha esborrat.", + "Your library could not be exported to XML. There is not enough information to identify the failed component. Inspect your library to identify any problematic components and try again.": "La vostra biblioteca no es pot exportar a XML. No hi ha prou informaci\u00f3 per identificar el component fallit. Inspeccioneu la vostra biblioteca per identificar qualsevol component problem\u00e0tic i torneu-ho a provar.", + "Your message cannot be blank.": "El teu missatge no pot estar en blanc.", + "Your message must have a subject.": "El teu missatge ha de tenir un tema.", + "Your policy changes have been saved.": "Els vostres canvis de pol\u00edtica s'han guardat.", + "Your team could not be created.": "No s'ha pogut crear el vostre equip.", + "Your team could not be updated.": "El vostre equip no s'ha pogut actualitzar.", + "Your verification status is good until {verificationGoodUntil}.": "L'estat de verificaci\u00f3 \u00e9s bo fins a {verificationGoodUntil}.", + "Your video uploads are not complete.": "Les c\u00e0rregues de v\u00eddeo no s'han completat.", + "Your {program} Certificate": "El vostre certificat del {program}", + "Zoom In": "Amplia", + "Zoom Out": "Disminuir el zoom", + "active proctored exams": "ex\u00e0mens supervisats actius", + "anonymous": "an\u00f2nim", + "certificate": "certificat", + "close": "Tanca", + "component": "component", + "content group": "grup de contingut", + "could not determine the course_id": "no s'ha pogut determinar el course_id", + "course id": "Identificador del curs", + "courses with active proctored exams": "cursos amb ex\u00e0mens supervisats actius", + "delete chapter": "esborrar cap\u00edtol", + "delete group": "suprimeix el grup", + "details about the failure": "detalls sobre el frac\u00e0s", + "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "per exemple. johndoe@example.com, JaneDoe, joeydoe@example.com", + "emphasized text": "text emfatitzat", + "enter code here": "entra el codi aqu\u00ed", + "enter link description here": "entra aqu\u00ed la descripci\u00f3 de l'enlla\u00e7", + "for": "per", + "for {courseName}": "per {courseName}", + "group configuration": "configuraci\u00f3 del grup", + "internally reviewed": "Revisat internament", + "minute": "minut", + "minutes": "minuts", + "one letter Friday\u0004F": "V", + "one letter Monday\u0004M": "L", + "one letter Saturday\u0004S": "S", + "one letter Sunday\u0004S": "D", + "one letter Thursday\u0004T": "J", + "one letter Tuesday\u0004T": "M", + "one letter Wednesday\u0004W": "X", + "or": "o", + "or create a new one here": "o creeu-ne un de nou aqu\u00ed", + "or sign in with": "o inicieu la sessi\u00f3", + "path/to/introductionToCookieBaking-CH{order}.pdf": "cami/a/introduccioalaCuinaGaletes-CAP{order}.pdf", + "pending": "pendent", + "practice": "practica", + "price": "preu", + "proctored": "supervisat", + "provide the title/name of the chapter that will be used in navigating": "Indiqueu el t\u00edtol / nom del cap\u00edtol que s'utilitzar\u00e0 a la navegaci\u00f3", + "provide the title/name of the text book as you would like your students to see it": "Indiqueu el t\u00edtol / nom del llibre de text com vulgueu que els vostres estudiants el vegin", + "remove": "eliminar", + "remove all": "esborra-ho tot", + "satisfactory": "satisfactori", + "second": "segon", + "seconds": "segons", + "send an email message to {email}": "envieu un missatge de correu electr\u00f2nic a {email}", + "strong text": "text en negreta", + "timed": "cronometrat", + "toggle chapter %(displayName)s": "canvia el cap\u00edtol %(displayName)s", + "toggle subsection %(displayName)s": "canvia la subsecci\u00f3 %(displayName)s", + "unit": "unitat", + "unsatisfactory": "insatisfactori", + "upload a PDF file or provide the path to a Studio asset file": "Carregueu un fitxer PDF o proporcioneu la ruta d'acc\u00e9s a un fitxer d'actius de Studio", + "username or email": "Nom d'usuari o correu electr\u00f2nic", + "with %(release_date_from)s": "amb %(release_date_from)s", + "with %(section_or_subsection)s": "amb %(section_or_subsection)s", + "you have less than a minute remaining": "teniu menys d'un minut romanent", + "you have {remaining_time} remaining": "teniu {remaining_time} romanent", + "you will have ": "vost\u00e8 tindr\u00e0", + "your course": "el vostre curs", + "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", + "{ReqTextSpanStart}Requirements{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{ReqTextSpanStart}Requirements{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", + "{categoryText} in {parentDisplayname}": "{categoryText} a {parentDisplayname}", + "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} of {maxCharacters}": "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} de {maxCharacters}", + "{display_name} Settings": "{display_name} Configuraci\u00f3", + "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} ja \u00e9s a l'equip {container}. Torneu a comprovar l'adre\u00e7a de correu electr\u00f2nic si voleu afegir un membre nou.", + "{filename} exceeds maximum size of {maxFileSizeInGB} GB.": "{filename} supera la mida m\u00e0xima de {maxFileSizeInGB} GB.", + "{filename} is not in a supported file format. Supported file formats are {supportedFileFormats}.": "{filename} no est\u00e0 en un format de fitxer compatible. Els formats de fitxer compatibles s\u00f3n {supportedFileFormats}.", + "{hours}:{minutes} (current UTC time)": "{hours}:{minutes} (current UTC time)", + "{maxWidth}x{maxHeight} pixels": "{maxWidth}x{maxHeight} pixels", + "{minutes} {unit}": "{minutes} {unit}", + "{num_of_hours} hour": "{num_of_hours} hora", + "{num_of_hours} hours": "{num_of_hours} hores", + "{num_of_minutes} minute": "{num_of_minutes} minut", + "{num_of_minutes} minutes": "{num_of_minutes} minuts", + "{organization}\\'s logo": "logotip de l'{organization}\\'s ", + "{screen_reader_start}Warning:{screen_reader_end} No content groups exist.": "{screen_reader_start}Av\u00eds:{screen_reader_end} No existeixen grups de contingut.", + "{screen_reader_start}Warning:{screen_reader_end} The previously selected content group was deleted. Select another content group.": "{screen_reader_start}Av\u00eds:{screen_reader_end} El grup de contingut seleccionat pr\u00e8viament s'ha eliminat. Seleccioneu un altre grup de contingut.", + "{seconds} {unit}": "{seconds} {unit}", + "{selectedProvider} credentials saved": "S'han desat les credencials {selectedProvider}", + "{sessionDates} (Open until {enrollmentEnd})": "{sessionDates} (Obert fins a {enrollmentEnd})", + "{sessionDates} - Currently Selected": "{sessionDates} - Actualment seleccionat", + "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}": "{transcriptClientTitle} _ {transcriptLanguageCode}. {fileExtension}", "\u2026": "..." }; for (var key in newcatalog) { @@ -1379,48 +1379,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "N j, Y, P", + "DATETIME_FORMAT": "N j, Y, P", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "N j, Y", + ], + "DATE_FORMAT": "N j, Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "F j", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "m/d/Y", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "P", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "F j", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "m/d/Y", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "P", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/cs/djangojs.js b/cms/static/js/i18n/cs/djangojs.js index 9ba1133800..f42e092c9a 100644 --- a/cms/static/js/i18n/cs/djangojs.js +++ b/cms/static/js/i18n/cs/djangojs.js @@ -21,67 +21,67 @@ var newcatalog = { "%(sel)s of %(cnt)s selected": [ - "Vybr\u00e1na je %(sel)s polo\u017eka z celkem %(cnt)s.", - "Vybr\u00e1ny jsou %(sel)s polo\u017eky z celkem %(cnt)s.", + "Vybr\u00e1na je %(sel)s polo\u017eka z celkem %(cnt)s.", + "Vybr\u00e1ny jsou %(sel)s polo\u017eky z celkem %(cnt)s.", "Vybran\u00fdch je %(sel)s polo\u017eek z celkem %(cnt)s." - ], - "6 a.m.": "6h r\u00e1no", - "6 p.m.": "6h ve\u010der", - "April": "duben", - "August": "srpen", - "Available %s": "Dostupn\u00e9 polo\u017eky: %s", - "Cancel": "Storno", - "Choose": "Vybrat", - "Choose a Date": "Vyberte datum", - "Choose a Time": "Vyberte \u010das", - "Choose a time": "Vyberte \u010das", - "Choose all": "Vybrat v\u0161e", - "Chosen %s": "Vybran\u00e9 polo\u017eky %s", - "Click to choose all %s at once.": "Chcete-li najednou vybrat v\u0161echny polo\u017eky %s, klepn\u011bte sem.", - "Click to remove all chosen %s at once.": "Chcete-li najednou odebrat v\u0161echny vybran\u00e9 polo\u017eky %s, klepn\u011bte sem.", - "December": "prosinec", - "February": "\u00fanor", - "Filter": "Filtr", - "Hide": "Skr\u00fdt", - "January": "leden", - "July": "\u010dervenec", - "June": "\u010derven", - "March": "b\u0159ezen", - "May": "kv\u011bten", - "Midnight": "P\u016flnoc", - "Noon": "Poledne", + ], + "6 a.m.": "6h r\u00e1no", + "6 p.m.": "6h ve\u010der", + "April": "duben", + "August": "srpen", + "Available %s": "Dostupn\u00e9 polo\u017eky: %s", + "Cancel": "Storno", + "Choose": "Vybrat", + "Choose a Date": "Vyberte datum", + "Choose a Time": "Vyberte \u010das", + "Choose a time": "Vyberte \u010das", + "Choose all": "Vybrat v\u0161e", + "Chosen %s": "Vybran\u00e9 polo\u017eky %s", + "Click to choose all %s at once.": "Chcete-li najednou vybrat v\u0161echny polo\u017eky %s, klepn\u011bte sem.", + "Click to remove all chosen %s at once.": "Chcete-li najednou odebrat v\u0161echny vybran\u00e9 polo\u017eky %s, klepn\u011bte sem.", + "December": "prosinec", + "February": "\u00fanor", + "Filter": "Filtr", + "Hide": "Skr\u00fdt", + "January": "leden", + "July": "\u010dervenec", + "June": "\u010derven", + "March": "b\u0159ezen", + "May": "kv\u011bten", + "Midnight": "P\u016flnoc", + "Noon": "Poledne", "Note: You are %s hour ahead of server time.": [ - "Pozn\u00e1mka: V\u00e1\u0161 \u010das o %s hodinu p\u0159edstihuje \u010das na serveru.", - "Pozn\u00e1mka: V\u00e1\u0161 \u010das o %s hodiny p\u0159edstihuje \u010das na serveru.", + "Pozn\u00e1mka: V\u00e1\u0161 \u010das o %s hodinu p\u0159edstihuje \u010das na serveru.", + "Pozn\u00e1mka: V\u00e1\u0161 \u010das o %s hodiny p\u0159edstihuje \u010das na serveru.", "Pozn\u00e1mka: V\u00e1\u0161 \u010das o %s hodin p\u0159edstihuje \u010das na serveru." - ], + ], "Note: You are %s hour behind server time.": [ - "Pozn\u00e1mka: V\u00e1\u0161 \u010das se o %s hodinu zpo\u017e\u010fuje za \u010dasem na serveru.", - "Pozn\u00e1mka: V\u00e1\u0161 \u010das se o %s hodiny zpo\u017e\u010fuje za \u010dasem na serveru.", + "Pozn\u00e1mka: V\u00e1\u0161 \u010das se o %s hodinu zpo\u017e\u010fuje za \u010dasem na serveru.", + "Pozn\u00e1mka: V\u00e1\u0161 \u010das se o %s hodiny zpo\u017e\u010fuje za \u010dasem na serveru.", "Pozn\u00e1mka: V\u00e1\u0161 \u010das se o %s hodin zpo\u017e\u010fuje za \u010dasem na serveru." - ], - "November": "listopad", - "Now": "Nyn\u00ed", - "October": "\u0159\u00edjen", - "Remove": "Odebrat", - "Remove all": "Odebrat v\u0161e", - "September": "z\u00e1\u0159\u00ed", - "Show": "Zobrazit", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Seznam dostupn\u00fdch polo\u017eek %s. Jednotliv\u011b je lze vybrat tak, \u017ee na n\u011b v r\u00e1me\u010dku klepnete a pak klepnete na \u0161ipku \"Vybrat\" mezi r\u00e1me\u010dky.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Seznam vybran\u00fdch polo\u017eek %s. Jednotliv\u011b je lze odebrat tak, \u017ee na n\u011b v r\u00e1me\u010dku klepnete a pak klepnete na \u0161ipku \"Odebrat mezi r\u00e1me\u010dky.", - "Today": "Dnes", - "Tomorrow": "Z\u00edtra", - "Type into this box to filter down the list of available %s.": "Chcete-li filtrovat ze seznamu dostupn\u00fdch polo\u017eek %s, za\u010dn\u011bte ps\u00e1t do tohoto pole.", - "Yesterday": "V\u010dera", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Byla vybr\u00e1na operace a jednotliv\u00e1 pole nejsou zm\u011bn\u011bn\u00e1. Patrn\u011b hled\u00e1te tla\u010d\u00edtko Prov\u00e9st sp\u00ed\u0161e ne\u017e Ulo\u017eit.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Byla vybr\u00e1na operace, ale dosud nedo\u0161lo k ulo\u017een\u00ed zm\u011bn jednotliv\u00fdch pol\u00ed. Ulo\u017e\u00edte klepnut\u00edm na tla\u010d\u00edtko OK. Pak bude t\u0159eba operaci spustit znovu.", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "V jednotliv\u00fdch pol\u00edch jsou neulo\u017een\u00e9 zm\u011bny, kter\u00e9 budou ztraceny, pokud operaci provedete.", - "one letter Friday\u0004F": "P", - "one letter Monday\u0004M": "P", - "one letter Saturday\u0004S": "S", - "one letter Sunday\u0004S": "N", - "one letter Thursday\u0004T": "\u010c", - "one letter Tuesday\u0004T": "\u00da", + ], + "November": "listopad", + "Now": "Nyn\u00ed", + "October": "\u0159\u00edjen", + "Remove": "Odebrat", + "Remove all": "Odebrat v\u0161e", + "September": "z\u00e1\u0159\u00ed", + "Show": "Zobrazit", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Seznam dostupn\u00fdch polo\u017eek %s. Jednotliv\u011b je lze vybrat tak, \u017ee na n\u011b v r\u00e1me\u010dku klepnete a pak klepnete na \u0161ipku \"Vybrat\" mezi r\u00e1me\u010dky.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Seznam vybran\u00fdch polo\u017eek %s. Jednotliv\u011b je lze odebrat tak, \u017ee na n\u011b v r\u00e1me\u010dku klepnete a pak klepnete na \u0161ipku \"Odebrat mezi r\u00e1me\u010dky.", + "Today": "Dnes", + "Tomorrow": "Z\u00edtra", + "Type into this box to filter down the list of available %s.": "Chcete-li filtrovat ze seznamu dostupn\u00fdch polo\u017eek %s, za\u010dn\u011bte ps\u00e1t do tohoto pole.", + "Yesterday": "V\u010dera", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Byla vybr\u00e1na operace a jednotliv\u00e1 pole nejsou zm\u011bn\u011bn\u00e1. Patrn\u011b hled\u00e1te tla\u010d\u00edtko Prov\u00e9st sp\u00ed\u0161e ne\u017e Ulo\u017eit.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Byla vybr\u00e1na operace, ale dosud nedo\u0161lo k ulo\u017een\u00ed zm\u011bn jednotliv\u00fdch pol\u00ed. Ulo\u017e\u00edte klepnut\u00edm na tla\u010d\u00edtko OK. Pak bude t\u0159eba operaci spustit znovu.", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "V jednotliv\u00fdch pol\u00edch jsou neulo\u017een\u00e9 zm\u011bny, kter\u00e9 budou ztraceny, pokud operaci provedete.", + "one letter Friday\u0004F": "P", + "one letter Monday\u0004M": "P", + "one letter Saturday\u0004S": "S", + "one letter Sunday\u0004S": "N", + "one letter Thursday\u0004T": "\u010c", + "one letter Tuesday\u0004T": "\u00da", "one letter Wednesday\u0004W": "S" }; for (var key in newcatalog) { @@ -138,46 +138,46 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "j. E Y G:i", + "DATETIME_FORMAT": "j. E Y G:i", "DATETIME_INPUT_FORMATS": [ - "%d.%m.%Y %H:%M:%S", - "%d.%m.%Y %H:%M:%S.%f", - "%d.%m.%Y %H.%M", - "%d.%m.%Y %H:%M", - "%d.%m.%Y", - "%d. %m. %Y %H:%M:%S", - "%d. %m. %Y %H:%M:%S.%f", - "%d. %m. %Y %H.%M", - "%d. %m. %Y %H:%M", - "%d. %m. %Y", - "%Y-%m-%d %H.%M", - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", + "%d.%m.%Y %H:%M:%S", + "%d.%m.%Y %H:%M:%S.%f", + "%d.%m.%Y %H.%M", + "%d.%m.%Y %H:%M", + "%d.%m.%Y", + "%d. %m. %Y %H:%M:%S", + "%d. %m. %Y %H:%M:%S.%f", + "%d. %m. %Y %H.%M", + "%d. %m. %Y %H:%M", + "%d. %m. %Y", + "%Y-%m-%d %H.%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", "%Y-%m-%d" - ], - "DATE_FORMAT": "j. E Y", + ], + "DATE_FORMAT": "j. E Y", "DATE_INPUT_FORMATS": [ - "%d.%m.%Y", - "%d.%m.%y", - "%d. %m. %Y", - "%d. %m. %y", + "%d.%m.%Y", + "%d.%m.%y", + "%d. %m. %Y", + "%d. %m. %y", "%Y-%m-%d" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "1", - "MONTH_DAY_FORMAT": "j. F", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "d.m.Y G:i", - "SHORT_DATE_FORMAT": "d.m.Y", - "THOUSAND_SEPARATOR": "\u00a0", - "TIME_FORMAT": "G:i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "1", + "MONTH_DAY_FORMAT": "j. F", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "d.m.Y G:i", + "SHORT_DATE_FORMAT": "d.m.Y", + "THOUSAND_SEPARATOR": "\u00a0", + "TIME_FORMAT": "G:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H.%M", - "%H:%M", + "%H:%M:%S", + "%H.%M", + "%H:%M", "%H:%M:%S.%f" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/cy/djangojs.js b/cms/static/js/i18n/cy/djangojs.js index 544ec7cae2..ef5365ad75 100644 --- a/cms/static/js/i18n/cy/djangojs.js +++ b/cms/static/js/i18n/cy/djangojs.js @@ -21,48 +21,48 @@ var newcatalog = { "%(sel)s of %(cnt)s selected": [ - "Dewiswyd %(sel)s o %(cnt)s", - "Dewiswyd %(sel)s o %(cnt)s", - "Dewiswyd %(sel)s o %(cnt)s", + "Dewiswyd %(sel)s o %(cnt)s", + "Dewiswyd %(sel)s o %(cnt)s", + "Dewiswyd %(sel)s o %(cnt)s", "Dewiswyd %(sel)s o %(cnt)s" - ], - "6 a.m.": "6 y.b.", - "Available %s": "%s sydd ar gael", - "Cancel": "Diddymu", - "Choose": "Dewis", - "Choose a time": "Dewiswch amser", - "Choose all": "Dewis y cyfan", - "Chosen %s": "Y %s a ddewiswyd", - "Click to choose all %s at once.": "Cliciwch i ddewis pob %s yr un pryd.", - "Click to remove all chosen %s at once.": "Cliciwch i waredu pob %s sydd wedi ei ddewis yr un pryd.", - "Filter": "Hidl", - "Hide": "Cuddio", - "Midnight": "Canol nos", - "Noon": "Canol dydd", + ], + "6 a.m.": "6 y.b.", + "Available %s": "%s sydd ar gael", + "Cancel": "Diddymu", + "Choose": "Dewis", + "Choose a time": "Dewiswch amser", + "Choose all": "Dewis y cyfan", + "Chosen %s": "Y %s a ddewiswyd", + "Click to choose all %s at once.": "Cliciwch i ddewis pob %s yr un pryd.", + "Click to remove all chosen %s at once.": "Cliciwch i waredu pob %s sydd wedi ei ddewis yr un pryd.", + "Filter": "Hidl", + "Hide": "Cuddio", + "Midnight": "Canol nos", + "Noon": "Canol dydd", "Note: You are %s hour ahead of server time.": [ - "Noder: Rydych %s awr o flaen amser y gweinydd.", - "Noder: Rydych %s awr o flaen amser y gweinydd.", - "Noder: Rydych %s awr o flaen amser y gweinydd.", + "Noder: Rydych %s awr o flaen amser y gweinydd.", + "Noder: Rydych %s awr o flaen amser y gweinydd.", + "Noder: Rydych %s awr o flaen amser y gweinydd.", "Noder: Rydych %s awr o flaen amser y gweinydd." - ], + ], "Note: You are %s hour behind server time.": [ - "Noder: Rydych %s awr tu \u00f4l amser y gweinydd.", - "Noder: Rydych %s awr tu \u00f4l amser y gweinydd.", - "Noder: Rydych %s awr tu \u00f4l amser y gweinydd.", + "Noder: Rydych %s awr tu \u00f4l amser y gweinydd.", + "Noder: Rydych %s awr tu \u00f4l amser y gweinydd.", + "Noder: Rydych %s awr tu \u00f4l amser y gweinydd.", "Noder: Rydych %s awr tu \u00f4l amser y gweinydd." - ], - "Now": "Nawr", - "Remove": "Gwaredu", - "Remove all": "Gwaredu'r cyfan", - "Show": "Dangos", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Dyma restr o'r %s sydd ar gael. Gellir dewis rhai drwyeu dewis yn y blwch isod ac yna clicio'r saeth \"Dewis\" rhwng y ddau flwch.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Dyma restr o'r %s a ddewiswyd. Gellir gwaredu rhai drwy eu dewis yn y blwch isod ac yna clicio'r saeth \"Gwaredu\" rhwng y ddau flwch.", - "Today": "Heddiw", - "Tomorrow": "Fory", - "Type into this box to filter down the list of available %s.": "Teipiwch yn y blwch i hidlo'r rhestr o %s sydd ar gael.", - "Yesterday": "Ddoe", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Rydych wedi dewis gweithred ac nid ydych wedi newid unrhyw faes. Rydych siwr o fod yn edrych am y botwm 'Ewch' yn lle'r botwm 'Cadw'.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Rydych wedi dewis gweithred ond nid ydych wedi newid eich newidiadau i rai meysydd eto. Cliciwch 'Iawn' i gadw. Bydd rhaid i chi ail-redeg y weithred.", + ], + "Now": "Nawr", + "Remove": "Gwaredu", + "Remove all": "Gwaredu'r cyfan", + "Show": "Dangos", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Dyma restr o'r %s sydd ar gael. Gellir dewis rhai drwyeu dewis yn y blwch isod ac yna clicio'r saeth \"Dewis\" rhwng y ddau flwch.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Dyma restr o'r %s a ddewiswyd. Gellir gwaredu rhai drwy eu dewis yn y blwch isod ac yna clicio'r saeth \"Gwaredu\" rhwng y ddau flwch.", + "Today": "Heddiw", + "Tomorrow": "Fory", + "Type into this box to filter down the list of available %s.": "Teipiwch yn y blwch i hidlo'r rhestr o %s sydd ar gael.", + "Yesterday": "Ddoe", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Rydych wedi dewis gweithred ac nid ydych wedi newid unrhyw faes. Rydych siwr o fod yn edrych am y botwm 'Ewch' yn lle'r botwm 'Cadw'.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Rydych wedi dewis gweithred ond nid ydych wedi newid eich newidiadau i rai meysydd eto. Cliciwch 'Iawn' i gadw. Bydd rhaid i chi ail-redeg y weithred.", "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Mae ganddoch newidiadau heb eu cadw mewn meysydd golygadwy. Os rhedwch y weithred fe gollwch y newidiadau." }; for (var key in newcatalog) { @@ -119,40 +119,40 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "j F Y, P", + "DATETIME_FORMAT": "j F Y, P", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%d/%m/%Y %H:%M:%S", - "%d/%m/%Y %H:%M:%S.%f", - "%d/%m/%Y %H:%M", - "%d/%m/%Y", - "%d/%m/%y %H:%M:%S", - "%d/%m/%y %H:%M:%S.%f", - "%d/%m/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%d/%m/%Y %H:%M:%S", + "%d/%m/%Y %H:%M:%S.%f", + "%d/%m/%Y %H:%M", + "%d/%m/%Y", + "%d/%m/%y %H:%M:%S", + "%d/%m/%y %H:%M:%S.%f", + "%d/%m/%y %H:%M", "%d/%m/%y" - ], - "DATE_FORMAT": "j F Y", + ], + "DATE_FORMAT": "j F Y", "DATE_INPUT_FORMATS": [ - "%d/%m/%Y", - "%d/%m/%y", + "%d/%m/%Y", + "%d/%m/%y", "%Y-%m-%d" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "1", - "MONTH_DAY_FORMAT": "j F", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "d/m/Y P", - "SHORT_DATE_FORMAT": "d/m/Y", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "P", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "1", + "MONTH_DAY_FORMAT": "j F", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "d/m/Y P", + "SHORT_DATE_FORMAT": "d/m/Y", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "P", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/da/djangojs.js b/cms/static/js/i18n/da/djangojs.js index ec6c7c0a3d..f68db68a6d 100644 --- a/cms/static/js/i18n/da/djangojs.js +++ b/cms/static/js/i18n/da/djangojs.js @@ -21,64 +21,64 @@ var newcatalog = { "%(sel)s of %(cnt)s selected": [ - "%(sel)s af %(cnt)s valgt", + "%(sel)s af %(cnt)s valgt", "%(sel)s af %(cnt)s valgt" - ], - "6 a.m.": "Klokken 6", - "6 p.m.": "Klokken 18", - "April": "April", - "August": "August", - "Available %s": "Tilg\u00e6ngelige %s", - "Cancel": "Annuller", - "Choose": "V\u00e6lg", - "Choose a Date": "V\u00e6lg en Dato", - "Choose a Time": "V\u00e6lg et Tidspunkt", - "Choose a time": "V\u00e6lg et tidspunkt", - "Choose all": "V\u00e6lg alle", - "Chosen %s": "Valgte %s", - "Click to choose all %s at once.": "Klik for at v\u00e6lge alle %s med det samme.", - "Click to remove all chosen %s at once.": "Klik for at fjerne alle valgte %s med det samme.", - "December": "December", - "February": "Februar", - "Filter": "Filtr\u00e9r", - "Hide": "Skjul", - "January": "Januar", - "July": "Juli", - "June": "Juni", - "March": "Marts", - "May": "Maj", - "Midnight": "Midnat", - "Noon": "Middag", + ], + "6 a.m.": "Klokken 6", + "6 p.m.": "Klokken 18", + "April": "April", + "August": "August", + "Available %s": "Tilg\u00e6ngelige %s", + "Cancel": "Annuller", + "Choose": "V\u00e6lg", + "Choose a Date": "V\u00e6lg en Dato", + "Choose a Time": "V\u00e6lg et Tidspunkt", + "Choose a time": "V\u00e6lg et tidspunkt", + "Choose all": "V\u00e6lg alle", + "Chosen %s": "Valgte %s", + "Click to choose all %s at once.": "Klik for at v\u00e6lge alle %s med det samme.", + "Click to remove all chosen %s at once.": "Klik for at fjerne alle valgte %s med det samme.", + "December": "December", + "February": "Februar", + "Filter": "Filtr\u00e9r", + "Hide": "Skjul", + "January": "Januar", + "July": "Juli", + "June": "Juni", + "March": "Marts", + "May": "Maj", + "Midnight": "Midnat", + "Noon": "Middag", "Note: You are %s hour ahead of server time.": [ - "Obs: Du er %s time forud i forhold servertiden.", + "Obs: Du er %s time forud i forhold servertiden.", "Obs: Du er %s timer forud i forhold servertiden." - ], + ], "Note: You are %s hour behind server time.": [ - "Obs: Du er %s time bagud i forhold servertiden.", + "Obs: Du er %s time bagud i forhold servertiden.", "Obs: Du er %s timer forud i forhold servertiden." - ], - "November": "November", - "Now": "Nu", - "October": "Oktober", - "Remove": "Fjern", - "Remove all": "Fjern alle", - "September": "September", - "Show": "Vis", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Dette er listen over tilg\u00e6ngelige %s. Du kan v\u00e6lge dem enkeltvis ved at markere dem i kassen nedenfor og derefter klikke p\u00e5 \"V\u00e6lg\"-pilen mellem de to kasser.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Dette er listen over valgte %s. Du kan fjerne dem enkeltvis ved at markere dem i kassen nedenfor og derefter klikke p\u00e5 \"Fjern\"-pilen mellem de to kasser.", - "Today": "I dag", - "Tomorrow": "I morgen", - "Type into this box to filter down the list of available %s.": "Skriv i dette felt for at filtrere listen af tilg\u00e6ngelige %s.", - "Yesterday": "I g\u00e5r", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Du har valgt en handling, og du har ikke udf\u00f8rt nogen \u00e6ndringer p\u00e5 felter. Det, du s\u00f8ger er formentlig Udf\u00f8r-knappen i stedet for Gem-knappen.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Du har valgt en handling, men du har ikke gemt dine \u00e6ndringer til et eller flere felter. Klik venligst OK for at gemme og v\u00e6lg dern\u00e6st handlingen igen.", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Du har ugemte \u00e6ndringer af et eller flere redigerbare felter. Hvis du udf\u00f8rer en handling fra drop-down-menuen, vil du miste disse \u00e6ndringer.", - "one letter Friday\u0004F": "F", - "one letter Monday\u0004M": "M", - "one letter Saturday\u0004S": "L", - "one letter Sunday\u0004S": "S", - "one letter Thursday\u0004T": "T", - "one letter Tuesday\u0004T": "T", + ], + "November": "November", + "Now": "Nu", + "October": "Oktober", + "Remove": "Fjern", + "Remove all": "Fjern alle", + "September": "September", + "Show": "Vis", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Dette er listen over tilg\u00e6ngelige %s. Du kan v\u00e6lge dem enkeltvis ved at markere dem i kassen nedenfor og derefter klikke p\u00e5 \"V\u00e6lg\"-pilen mellem de to kasser.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Dette er listen over valgte %s. Du kan fjerne dem enkeltvis ved at markere dem i kassen nedenfor og derefter klikke p\u00e5 \"Fjern\"-pilen mellem de to kasser.", + "Today": "I dag", + "Tomorrow": "I morgen", + "Type into this box to filter down the list of available %s.": "Skriv i dette felt for at filtrere listen af tilg\u00e6ngelige %s.", + "Yesterday": "I g\u00e5r", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Du har valgt en handling, og du har ikke udf\u00f8rt nogen \u00e6ndringer p\u00e5 felter. Det, du s\u00f8ger er formentlig Udf\u00f8r-knappen i stedet for Gem-knappen.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Du har valgt en handling, men du har ikke gemt dine \u00e6ndringer til et eller flere felter. Klik venligst OK for at gemme og v\u00e6lg dern\u00e6st handlingen igen.", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Du har ugemte \u00e6ndringer af et eller flere redigerbare felter. Hvis du udf\u00f8rer en handling fra drop-down-menuen, vil du miste disse \u00e6ndringer.", + "one letter Friday\u0004F": "F", + "one letter Monday\u0004M": "M", + "one letter Saturday\u0004S": "L", + "one letter Sunday\u0004S": "S", + "one letter Thursday\u0004T": "T", + "one letter Tuesday\u0004T": "T", "one letter Wednesday\u0004W": "O" }; for (var key in newcatalog) { @@ -135,34 +135,34 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "j. F Y H:i", + "DATETIME_FORMAT": "j. F Y H:i", "DATETIME_INPUT_FORMATS": [ - "%d.%m.%Y %H:%M:%S", - "%d.%m.%Y %H:%M:%S.%f", - "%d.%m.%Y %H:%M", - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", + "%d.%m.%Y %H:%M:%S", + "%d.%m.%Y %H:%M:%S.%f", + "%d.%m.%Y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", "%Y-%m-%d" - ], - "DATE_FORMAT": "j. F Y", + ], + "DATE_FORMAT": "j. F Y", "DATE_INPUT_FORMATS": [ - "%d.%m.%Y", + "%d.%m.%Y", "%Y-%m-%d" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "1", - "MONTH_DAY_FORMAT": "j. F", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "d.m.Y H:i", - "SHORT_DATE_FORMAT": "d.m.Y", - "THOUSAND_SEPARATOR": ".", - "TIME_FORMAT": "H:i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "1", + "MONTH_DAY_FORMAT": "j. F", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "d.m.Y H:i", + "SHORT_DATE_FORMAT": "d.m.Y", + "THOUSAND_SEPARATOR": ".", + "TIME_FORMAT": "H:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/de-de/djangojs.js b/cms/static/js/i18n/de-de/djangojs.js index 7b6480fe04..d271edf4d4 100644 --- a/cms/static/js/i18n/de-de/djangojs.js +++ b/cms/static/js/i18n/de-de/djangojs.js @@ -20,1921 +20,2473 @@ django.catalog = django.catalog || {}; var newcatalog = { - "\n\nThis email is to let you know that the status of your proctoring session review for %(exam_name)s in\n%(course_name)s is %(status)s. If you have any questions about proctoring,\ncontact %(platform)s support at %(contact_email)s.\n\n": "\n\nIn dieser E-Mail erfahren Sie den Stand Ihrer Aufsichtssitzung der Reviews f\u00fcr %(exam_name)s in\n%(course_name)s is %(status)s. Falls Sie weitere Fragen zur Aufsicht haben,\nkontaktieren Sie den %(platform)s Support unter %(contact_email)s.\n\n", - "\n Make sure you are on a computer with a webcam, and that you have valid photo identification\n such as a driver's license or passport, before you continue.\n ": "\nStellen Sie sicher, dass Sie sich auf einem Computer mit einer Webcam befinden und dass Sie sich mit einem g\u00fcltigen Lichtbildausweis ausweisen k\u00f6nnen.\n beispielsweise ein F\u00fchrerschein oder ein Personalausweis.", - "\n Your verification attempt failed. Please read our guidelines to make\n sure you understand the requirements for successfully completing verification,\n then try again.\n ": "\n Ihr Versuch zur Verifikation ist fehlgeschlagen. Bitte Lesen Sie\nunsere Richtlinien um sicher zu gehen, dass Sie die Anforderungen f\u00fcr eine erfolgreiche Durchf\u00fchrung der verifikation verstanden haben.\nBitte versuchen Sie es dann noch einmal.\n ", - "\n Your verification has expired. You must successfully complete a new identity verification\n before you can start the proctored exam.\n ": "\n Ihre Verifikation ist abgelaufen. Sie m\u00fcssen sich erneut erfolgreich verifizieren\n bevor Sie die beaufsichtigte Pr\u00fcfung beginnen k\u00f6nnen.\n ", - "\n Your verification is pending. Results should be available 2-3 days after you\n submit your verification.\n ": "\n Ihre Verifizierung in Bearbeitung. DIe Ergebnisse sollten 2-3 Tage\nnach Einreichung zur Verifikation verf\u00fcgbar sein.\n ", - "\n Complete your verification before starting the proctored exam.\n ": "\n Schlie\u00dfen Sie die Verifikation ab, bevor Sie mit der beaufsichtigten Pr\u00fcfung beginnen.\n ", - "\n You must successfully complete identity verification before you can start the proctored exam.\n ": "\n Sie m\u00fcssen die Verifikation Ihrer Identit\u00e4t vollst\u00e4ndig durchf\u00fchren, bevor Sie die beaufsichtigte Pr\u00fcfung beginnen k\u00f6nnen.\n ", - "\n 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 ": "\n Schlie\u00dfen Sie nicht das Fenster, solange Sie die Pr\u00fcfung nicht abgeschlossen haben. Sollten Sie das Fenster trotzdem schli\u00dfen, ist Ihre Pr\u00fcfung beendet und wird nicht gewertet.\n ", - "\n Return to the %(platform_name)s course window to start your exam. When you have finished your exam and\n have marked it as complete, you can close this window to end the proctoring session\n and upload your proctoring session data for review.\n ": "\n Zur\u00fcck zum %(platform_name)s Kurs, um die Pr\u00fcfung zu starten. Wenn Sie dieses beendet haben und\n es als beendet markiert ist, k\u00f6nnen Sie das Fenster schlie\u00dfen, sodass die Session endet.\nAnschlie\u00dfend k\u00f6nnen Sie Ihre Daten zur Durchsicht hochladen. ", - "\n 3. When you have finished setting up proctoring, start the exam.\n ": "\n 3. Wenn Sie die Beaufsichtigungseinstellungen beendet haben, starten Sie mit der Pr\u00fcfung.\n ", - "\n Start my exam\n ": "\n Beginne mit meiner Pr\u00fcfung\n ", - "\n 1. Copy this unique exam code. You will be prompted to paste this code later before you start the exam.\n ": "\n 1. Kopieren Sie den Individuellen Pr\u00fcfungs-Code. Sie werden aufgefordert, diesen Code sp\u00e4ter einzuf\u00fcgen, bevor Sie mit der Pr\u00fcfung beginnen.\n ", - "\n 2. Follow the link below to set up proctoring.\n ": "\n 2. Folgen Sie dem Link unten, um die Beaufsichtigungeinzurichten.\n ", - "\n A new window will open. You will run a system check before downloading the proctoring application.\n ": "\n Ein neues Fenster wird sich \u00f6ffnen. Es wird ein System Kontrolle durchlaufen, bevor die Beaufsichtigungs-Applikation heruntergeladen wird.\n ", - "\n About Proctored Exams\n ": "\n \u00dcber Pr\u00fcfungen unter Aufsicht\n ", - "\n Are you sure you want to take this exam without proctoring?\n ": "\n Sind Sie sicher, dass Sie an dieser Pr\u00fcfung ohne Aufsicht teilnehmen wollen?\n ", - "\n Due to unsatisfied prerequisites, you can only take this exam without proctoring.\n ": "\n Aufgrund von unerf\u00fcllten Voraussetzungen k\u00f6nnen Sie an dieser Pr\u00fcfung nur ohne Aufsicht teilnehmen.\n ", - "\n I am not interested in academic credit.\n ": "\n Ich bin nicht am Erwerb akademischer Kreditpunkte interessiert.\n ", - "\n I am ready to start this timed exam.\n ": "\n Ich bin bereit diese terminierte Pr\u00fcfung zu starten.\n ", - "\n If you take this exam without proctoring, you will no longer be eligible for academic credit. \n ": "\n Wenn Sie an dieser Pr\u00fcfung ohne Aufsicht teilnehmen, k\u00f6nnen Sie keine akademischen Kreditpunke erwerben. \n ", - "\n No, I want to continue working.\n ": "\n Nein, ich m\u00f6chte weiterarbeiten.\n ", - "\n No, I'd like to continue working\n ": "\n Nein, ich m\u00f6chte noch weiterarbeiten.\n ", - "\n Select the exam code, then copy it using Command+C (Mac) or Control+C (Windows).\n ": "\n W\u00e4hlen Sie einen Pr\u00fcfungs-Code und kopieren Sie diesen mit Command+C(Mac) oder Control+C(Windows).\n ", - "\n The time allotted for this exam has expired. Your exam has been submitted and any work you completed will be graded.\n ": "\n Die angesetzte Zeit f\u00fcr diese Pr\u00fcfung ist abgelaufen und Ihre Pr\u00fcfung wurde nun eingereicht. Nur die von Ihnen bearbeiteten Aufgaben werden Benotet\n ", - "\n You will be asked to verify your identity as part of the proctoring exam set up.\n Make sure you are on a computer with a webcam, and that you have valid photo identification\n such as a driver's license or passport, before you continue.\n ": "\n Im Rahmen der Beaufsichtigung werden Sie aufgefordert, sich zu identifizieren.\n Stellen Sie sicher, dass Ihr Computer an einer funktionsf\u00e4higen Webcam angeschlossen ist und dass Sie einen validen Lichtbildausweis vorliegen haben.\n Beispielsweise Personalausweis, F\u00fchrerschein, Reisepass, etc.", - "\n You will be guided through steps to set up online proctoring software and to perform various checks.\n ": "\n Sie werden nun durch erforderliche Schritte gef\u00fchrt um die Online-Aufsichtssoftware aufzusetzen und eine Reihe von Tests und \u00dcberpr\u00fcfungen durchzuf\u00fchren.\n ", - "\n You will be guided through steps to set up online proctoring software and to perform various checks.
\n ": "\n Sie werden nun durch erforderliche Schritte gef\u00fchrt um die Online-Aufsichtssoftware aufzusetzen und eine Reihe von Tests und \u00dcberpr\u00fcfungen durchzuf\u00fchren.
\n ", - "\n A technical error has occurred with your proctored exam. To resolve this problem, contact\n technical support. All exam data, including answers\n for completed problems, has been lost. When the problem is resolved you will need to restart\n the exam and complete all problems again.\n ": "\n Es gab ein technisches Problem mit Ihrer beaufsichtigten Pr\u00fcfung. Um dieses Problem zu beseitigen wenden Sie sich an den\n technischen Support. Alle Pr\u00fcfungsdaten, auch Ihre Antworten\nf\u00fcr erledigte Aufgaben sind verloren gegangen. Wenn das Problem gel\u00f6st ist, m\u00fcssen Sie\ndie Pr\u00fcfung erneut starten und alle Aufgaben noch einmal l\u00f6sen.\n ", - "\n After you submit your exam, your exam will be graded.\n ": "\n Nachdem Einreichen Ihrer Pr\u00fcfung, folgt die Benotung.\n ", - "\n Are you sure that you want to submit your timed exam?\n ": "\n Sind Sie sicher, dass Sie Ihre terminierte Pr\u00fcfung einreichen m\u00f6chten?\n ", - "\n Are you sure you want to end your proctored exam?\n ": "\n Sind Sie sicher, dass sie Ihre beaufsichtigte Pr\u00fcfung beenden wollen?\n ", - "\n Because the due date has passed, you are no longer able to take this exam.\n ": "\n Da das F\u00e4lligkeitsdatum \u00fcberschritten ist, k\u00f6nnen Sie an dieser Pr\u00fcfung nicht mehr teilnehmen.\n ", - "\n Error with proctored exam\n ": "\nFehler mit der beaufsichtigten Pr\u00fcfung", - "\n Follow these instructions\n ": "\n Befolgen Sie diese Anweisungen\n ", - "\n Follow these steps to set up and start your proctored exam.\n ": "\n Folgen Sie diesen Schritten um Ihre beaufsichtigte Pr\u00fcfung aufzusetzen und zu beginnen.\n ", - "\n Get familiar with proctoring for real exams later in the course. This practice exam has no impact\n on your grade in the course.\n ": "\n Machen Sie sich hier in diesem Kurs vertraut mit beaufsichtigten Pr\u00fcfungen um f\u00fcr sp\u00e4tere\nechte Pr\u00fcfungen bereit zu sein. Diese \u00dcbungspr\u00fcfung hat keinen Einfluss auf Ihre Noten in diesem Kurs.", - "\n If you have concerns about your proctoring session results, contact your course team.\n ": "\n Falls Sie Bef\u00fcrchtungen bez\u00fcglich der Ergebnisse Ihrer beaufsichtigten Sitzung haben, nehmen Sie mit dem Kursteam Kontakt auf.\n ", - "\n If you have questions about the status of your requirements for course credit, contact %(platform_name)s Support.\n ": "\n Falls Sie fragen zum Fortschritt der Anforderungen ihrer Kurskreditpunke haben, kontaktieren Sie den %(platform_name)s Support.\n ", - "\n Make sure that you have selected \"Submit\" for each problem before you submit your exam.\n ": "\n Stellen Sie sicher, dass Sie jede Aufgabe mit \"Abgabe\" markiert haben bevor Sie die Pr\u00fcfung beenden.\n ", - "\n Practice exams do not affect your grade or your credit eligibility.\n You have completed this practice exam and can continue with your course work.\n ": "\n \u00dcbungspr\u00fcfungen beeinflussen Ihre Noten oder Ihre Kredit-Qualifikation nicht.\n Sie m\u00fcssen diese \u00dcbungspr\u00fcfung absolvieren und k\u00f6nnen danach mit der Arbeit an Ihrem Kurs fortfahren.\n ", - "\n The due date for this exam has passed\n ": "\nDas F\u00e4lligkeitsdatum f\u00fcr diese Pr\u00fcfung ist \u00fcberschritten.", - "\n There was a problem with your practice proctoring session\n ": "\n Es gab ein Problem mit Ihrer \u00dcbungssitzung unter Aufsicht", - "\n This exam is proctored\n ": "\nDiese Pr\u00fcfung geschieht unter Aufsicht", - "\n To be eligible for course credit or for a MicroMasters credential, you must pass the proctoring review for this exam.\n ": "\nUm f\u00fcr Kurs-Kreditpunkte oder MicroMaster Credentials berechtigt zu sein, m\u00fcssen Sie den beaufsichtigten Review f\u00fcr diese Pr\u00fcfung bestehen.", - "\n Try a proctored exam\n ": "\n Starte eine Betreute Pr\u00fcfung\n ", - "\n View your credit eligibility status on your Progress page.\n ": "\n Sehen Sie den Status ihrer Kredit-Qualifikation auf Ihrer Fortschritt-Seite.\n ", - "\n Yes, end my proctored exam\n ": "\n Ja, beaufsichtigung jetzt beenden.\n ", - "\n Yes, submit my timed exam.\n ": "\n Ja, meine terminierte Pr\u00fcfung jetzt einreichen.\n ", - "\n You have submitted this practice proctored exam\n ": "\n Sie haben diese beaufsichtigte \u00dcbungspr\u00fcfung eingereicht\n ", - "\n You have submitted this proctored exam for review\n ": "\n Sie haben diese beaufsichtigte Pr\u00fcfung zur Durchsicht hochgeladen.\n ", - "\n Your practice proctoring results: Unsatisfactory \n ": "\n Ergebnisse Ihrer \u00dcbungsaufsicht: Nicht ausreichend \n ", - "\n Your proctoring session ended before you completed this practice exam.\n You can retry this practice exam if you had problems setting up the online proctoring software.\n ": "\n Ihre beaufsichtigte Sitzung endete bevor Sie diese \u00dcbungspr\u00fcfung abgeschossen haben.\n Sie k\u00f6nnen diese \u00dcbungspr\u00fcfung wiederholen falls Sie Probleme hatten die Online-Aufsichtssoftware einrichten.\n ", - "\n Your proctoring session was reviewed and did not pass requirements\n ": "\n Ihre Beaufsichtigung wurde durchgesehen und nicht zugelassen.\n ", - "\n %(exam_name)s is a Timed Exam (%(total_time)s)\n ": "\n %(exam_name)s ist eine terminierte Pr\u00fcfung (%(total_time)s)\n ", - "\n The following prerequisites are in a pending state and must be successfully completed before you can proceed:\n ": "\n Die folgenden Voraussetzungen sind in einem unvollst\u00e4ndigen Status und m\u00fcssen erfolgreich abgeschlossen sein bevor Sie starten k\u00f6nnen.\n ", - "\n You can take this exam with proctoring only when all prerequisites have been successfully completed. Check your Progress page to see if prerequisite results have been updated. You can also take this exam now without proctoring, but you will not be eligible for credit.\n ": "\n Sie k\u00f6nnen diese Pr\u00fcfung nur starten, wenn alle Anforderungen erfolgreich abgeschlossen sind. Kontrollieren Sie Ihren Kursfortschritt, um zu sehen ob dies der Fall ist. Sie k\u00f6nnen diese Pr\u00fcfung dennoch starten, jedoch ohne Beaufsichtigung und ohne sp\u00e4teren Credit. \n ", - "\n You did not satisfy the following prerequisites:\n ": "\n Sie erf\u00fcllen die folgenden Vorraussetzungen nicht:\n ", - "\n You did not satisfy the requirements for taking this exam with proctoring, and are not eligible for credit. See your Progress page for a list of requirements and your status for each.\n ": "\n Sie erf\u00fcllen die Vorbedingungen f\u00fcr diese beaufsichtigte Pr\u00fcfung nicht. Auch haben Sie die Qualifikation f\u00fcr Kreditpunkte nicht. Ihre Fortschritt-Seite enth\u00e4lt eine Liste der Vorbedingungen und Ihren Status f\u00fcr jede einzelne.\n ", - "\n You have not completed the prerequisites for this exam. All requirements must be satisfied before you can take this proctored exam and be eligible for credit. See your Progress page for a list of requirements in the order that they must be completed.\n ": "\n Sie haben die Voraussetzungen f\u00fcr diese Pr\u00fcfung. Alle Anforderungen m\u00fcssen befriedigend sein, bevor Sie diese beaufsichtigte Pr\u00fcfung machen k\u00f6nnen und einen Credit daf\u00fcr erhlten. Schauen Sie sich Ihren Kursfortschritt an, um zu kontrollieren, ob Sie alle Anforderungen bestehen. \n ", - " From this point in time, you must follow the online proctoring rules to pass the proctoring review for your exam. ": " Von jetzt an m\u00fcssen Sie den online Beaufsichtigungsregeln folgen, um damit Ihre Pr\u00fcfung zugelassen wird.", - " Link": " Link", - " Your Proctoring Session Has Started ": "Ihre beaufsichtigte Sitzung hat begonnen", - " and ": "und", - " and {num_of_minutes} minutes": " und {num_of_minutes} Minuten", - " to complete and submit the exam.": "Zum Beenden und Einreichen der Pr\u00fcfung.", - "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", - "%(earned)s/%(possible)s point (graded)": [ - "%(earned)s/%(possible)s Punkt (Benotet)", - "%(earned)s/%(possible)s Punkte (Benotet)" - ], - "%(earned)s/%(possible)s point (ungraded)": [ - "%(earned)s/%(possible)s Punkt (unbenotet)", - "%(earned)s/%(possible)s Punkte (unbenotet)" - ], - "%(field)s can only contain up to %(count)d characters.": "%(field)s darf maximal %(count)d Zeichen beinhalten.", - "%(field)s must have at least %(count)d characters.": "%(field)s muss mindestens %(count)d Zeichen beinhalten.", - "%(memberCount)s / %(maxMemberCount)s Member": [ - "%(memberCount)s/%(maxMemberCount)s Mitglied", - "%(memberCount)s/%(maxMemberCount)s Mitglieder" - ], - "%(new_item_message)s": "%(new_item_message)s", - "%(num_points)s point possible (graded)": [ - "%(num_points)s Punkt m\u00f6glich (Benotet)", - "%(num_points)s Punkte m\u00f6glich (Benotet)" - ], - "%(num_points)s point possible (graded, results hidden)": [ - "%(num_points)s Punkt m\u00f6glich (Benotet, Ergebinsse nicht sichtbar)", - "%(num_points)s Punkte m\u00f6glich (Benotet, Ergebinsse nicht sichtbar)" - ], - "%(num_points)s point possible (ungraded)": [ - "%(num_points)s Punkt m\u00f6glich (unbenotet)", - "%(num_points)s Punkte m\u00f6glich (unbenotet)" - ], - "%(num_points)s point possible (ungraded, results hidden)": [ - "%(num_points)s Punkt m\u00f6glich (unbenotet, Ergebnisse nicht sichtbar)", - "%(num_points)s Punkte m\u00f6glich (unbenotet, Ergebnisse nicht sichtbar)" - ], + "\n\nThis email is to let you know that the status of your proctoring session review for %(exam_name)s in\n%(course_name)s is %(status)s. If you have any questions about proctoring,\ncontact %(platform)s support at %(contact_email)s.\n\n": "\n\nIn dieser E-Mail erfahren Sie den Stand Ihrer Aufsichtssitzung der Reviews f\u00fcr %(exam_name)s in\n%(course_name)s is %(status)s. Falls Sie weitere Fragen zur Aufsicht haben,\nkontaktieren Sie den %(platform)s Support unter %(contact_email)s.\n\n", + "\n Make sure you are on a computer with a webcam, and that you have valid photo identification\n such as a driver's license or passport, before you continue.\n ": "\nStellen Sie sicher, dass Sie sich auf einem Computer mit einer Webcam befinden und dass Sie sich mit einem g\u00fcltigen Lichtbildausweis ausweisen k\u00f6nnen.\n beispielsweise ein F\u00fchrerschein oder ein Personalausweis.", + "\n Your verification attempt failed. Please read our guidelines to make\n sure you understand the requirements for successfully completing verification,\n then try again.\n ": "\n Ihr Versuch zur Verifikation ist fehlgeschlagen. Bitte Lesen Sie\nunsere Richtlinien um sicher zu gehen, dass Sie die Anforderungen f\u00fcr eine erfolgreiche Durchf\u00fchrung der verifikation verstanden haben.\nBitte versuchen Sie es dann noch einmal.\n ", + "\n Your verification has expired. You must successfully complete a new identity verification\n before you can start the proctored exam.\n ": "\n Ihre Verifikation ist abgelaufen. Sie m\u00fcssen sich erneut erfolgreich verifizieren\n bevor Sie die beaufsichtigte Pr\u00fcfung beginnen k\u00f6nnen.\n ", + "\n Your verification is pending. Results should be available 2-3 days after you\n submit your verification.\n ": "\n Ihre Verifizierung in Bearbeitung. DIe Ergebnisse sollten 2-3 Tage\nnach Einreichung zur Verifikation verf\u00fcgbar sein.\n ", + "\n Complete your verification before starting the proctored exam.\n ": "\n Schlie\u00dfen Sie die Verifikation ab, bevor Sie mit der beaufsichtigten Pr\u00fcfung beginnen.\n ", + "\n You must successfully complete identity verification before you can start the proctored exam.\n ": "\n Sie m\u00fcssen die Verifikation Ihrer Identit\u00e4t vollst\u00e4ndig durchf\u00fchren, bevor Sie die beaufsichtigte Pr\u00fcfung beginnen k\u00f6nnen.\n ", + "\n 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 ": "\n Schlie\u00dfen Sie nicht das Fenster, solange Sie die Pr\u00fcfung nicht abgeschlossen haben. Sollten Sie das Fenster trotzdem schli\u00dfen, ist Ihre Pr\u00fcfung beendet und wird nicht gewertet.\n ", + "\n Return to the %(platform_name)s course window to start your exam. When you have finished your exam and\n have marked it as complete, you can close this window to end the proctoring session\n and upload your proctoring session data for review.\n ": "\n Zur\u00fcck zum %(platform_name)s Kurs, um die Pr\u00fcfung zu starten. Wenn Sie dieses beendet haben und\n es als beendet markiert ist, k\u00f6nnen Sie das Fenster schlie\u00dfen, sodass die Session endet.\nAnschlie\u00dfend k\u00f6nnen Sie Ihre Daten zur Durchsicht hochladen. ", + "\n 3. When you have finished setting up proctoring, start the exam.\n ": "\n 3. Wenn Sie die Beaufsichtigungseinstellungen beendet haben, starten Sie mit der Pr\u00fcfung.\n ", + "\n Start my exam\n ": "\n Beginne mit meiner Pr\u00fcfung\n ", + "\n • When you start your exam you will have %(total_time)s to complete it.
\n • You cannot stop the timer once you start.
\n • If time expires before you finish your exam, your completed answers will be\n submitted for review.
\n ": "\n• Wenn Sie mit Ihrer Pr\u00fcfung beginnen, haben Sie %(total_time)s Versuche, um sie abzuschlie\u00dfen.
\n• Sie k\u00f6nnen den Timer nicht pausieren, sobald Sie ihn einmal gestartet haben. \n• Wenn die Zeit abl\u00e4uft, bevor Sie Ihre Pr\u00fcfung beenden, werden die beantworteten Fragen\nzur \u00dcberpr\u00fcfung vorgelegt. ", + "\n 1. Copy this unique exam code. You will be prompted to paste this code later before you start the exam.\n ": "\n 1. Kopieren Sie den Individuellen Pr\u00fcfungs-Code. Sie werden aufgefordert, diesen Code sp\u00e4ter einzuf\u00fcgen, bevor Sie mit der Pr\u00fcfung beginnen.\n ", + "\n 2. Follow the link below to set up proctoring.\n ": "\n 2. Folgen Sie dem Link unten, um die Beaufsichtigungeinzurichten.\n ", + "\n A new window will open. You will run a system check before downloading the proctoring application.\n ": "\n Ein neues Fenster wird sich \u00f6ffnen. Es wird ein System Kontrolle durchlaufen, bevor die Beaufsichtigungs-Applikation heruntergeladen wird.\n ", + "\n About Proctored Exams\n ": "\n \u00dcber Pr\u00fcfungen unter Aufsicht\n ", + "\n After the due date has passed, you can review the exam, but you cannot change your answers.\n ": "\n Nach dem die Frist abgelaufen ist, k\u00f6nnen Sie die Pr\u00fcfung einsehen, aber keine Antworten \u00e4ndern.\n ", + "\n Are you sure you want to take this exam without proctoring?\n ": "\n Sind Sie sicher, dass Sie an dieser Pr\u00fcfung ohne Aufsicht teilnehmen wollen?\n ", + "\n Due to unsatisfied prerequisites, you can only take this exam without proctoring.\n ": "\n Aufgrund von unerf\u00fcllten Voraussetzungen k\u00f6nnen Sie an dieser Pr\u00fcfung nur ohne Aufsicht teilnehmen.\n ", + "\n I am not interested in academic credit.\n ": "\n Ich bin nicht am Erwerb akademischer Kreditpunkte interessiert.\n ", + "\n I am ready to start this timed exam.\n ": "\n Ich bin bereit diese terminierte Pr\u00fcfung zu starten.\n ", + "\n If you take this exam without proctoring, you will no longer be eligible for academic credit. \n ": "\n Wenn Sie an dieser Pr\u00fcfung ohne Aufsicht teilnehmen, k\u00f6nnen Sie keine akademischen Kreditpunke erwerben. \n ", + "\n No, I want to continue working.\n ": "\n Nein, ich m\u00f6chte weiterarbeiten.\n ", + "\n No, I'd like to continue working\n ": "\n Nein, ich m\u00f6chte noch weiterarbeiten.\n ", + "\n Select the exam code, then copy it using Command+C (Mac) or Control+C (Windows).\n ": "\n W\u00e4hlen Sie einen Pr\u00fcfungs-Code und kopieren Sie diesen mit Command+C(Mac) oder Control+C(Windows).\n ", + "\n The time allotted for this exam has expired. Your exam has been submitted and any work you completed will be graded.\n ": "\n Die angesetzte Zeit f\u00fcr diese Pr\u00fcfung ist abgelaufen und Ihre Pr\u00fcfung wurde nun eingereicht. Nur die von Ihnen bearbeiteten Aufgaben werden Benotet\n ", + "\n You have submitted your timed exam.\n ": "\n Sie haben die zeitbegrenzte Pr\u00fcfung abgeschlossen.\n ", + "\n You will be asked to verify your identity as part of the proctoring exam set up.\n Make sure you are on a computer with a webcam, and that you have valid photo identification\n such as a driver's license or passport, before you continue.\n ": "\n Im Rahmen der Beaufsichtigung werden Sie aufgefordert, sich zu identifizieren.\n Stellen Sie sicher, dass Ihr Computer an einer funktionsf\u00e4higen Webcam angeschlossen ist und dass Sie einen validen Lichtbildausweis vorliegen haben.\n Beispielsweise Personalausweis, F\u00fchrerschein, Reisepass, etc.", + "\n You will be guided through steps to set up online proctoring software and to perform various checks.\n ": "\n Sie werden nun durch erforderliche Schritte gef\u00fchrt um die Online-Aufsichtssoftware aufzusetzen und eine Reihe von Tests und \u00dcberpr\u00fcfungen durchzuf\u00fchren.\n ", + "\n You will be guided through steps to set up online proctoring software and to perform various checks.
\n ": "\n Sie werden nun durch erforderliche Schritte gef\u00fchrt um die Online-Aufsichtssoftware aufzusetzen und eine Reihe von Tests und \u00dcberpr\u00fcfungen durchzuf\u00fchren.
\n ", + "\n • After you quit the proctoring session, the recorded data is uploaded for review.
\n • Proctoring results are usually available within 5 business days after you submit your exam.\n ": "\n• Nachdem Sie die \u00fcberwachte Sitzung abgeschlossen haben, werden die aufgezeichneten Daten zur \u00dcberpr\u00fcfung hochgeladen.
\n• Die Ergebnisse der Sitzung sind \u00fcblicherweise nach 5 Arbeitstagen einsehbar.", + "\n A technical error has occurred with your proctored exam. To resolve this problem, contact\n technical support. All exam data, including answers\n for completed problems, has been lost. When the problem is resolved you will need to restart\n the exam and complete all problems again.\n ": "\n Es gab ein technisches Problem mit Ihrer beaufsichtigten Pr\u00fcfung. Um dieses Problem zu beseitigen wenden Sie sich an den\n technischen Support. Alle Pr\u00fcfungsdaten, auch Ihre Antworten\nf\u00fcr erledigte Aufgaben sind verloren gegangen. Wenn das Problem gel\u00f6st ist, m\u00fcssen Sie\ndie Pr\u00fcfung erneut starten und alle Aufgaben noch einmal l\u00f6sen.\n ", + "\n After the due date for this exam has passed, you will be able to review your answers on this page.\n ": "\nNach Ablauf der Frist f\u00fcr diese Pr\u00fcfung k\u00f6nnen Sie Ihre Antworten auf dieser Seite \u00fcberpr\u00fcfen.", + "\n After you submit your exam, your exam will be graded.\n ": "\n Nachdem Einreichen Ihrer Pr\u00fcfung, folgt die Benotung.\n ", + "\n After you submit your exam, your responses are graded and your proctoring session is reviewed.\n You might be eligible to earn academic credit for this course if you complete all required exams\n as well as achieve a final grade that meets credit requirements for the course.\n ": "\nNachdem Sie Ihre Pr\u00fcfung eingereicht haben, werden Ihre Antworten bewertet und Ihre Beaufsichtigung wird \u00fcberpr\u00fcft.\n Sie sind m\u00f6glicherweise berechtigt, akademische Credits f\u00fcr diesen Kurs zu erhalten, wenn Sie alle erforderlichen Pr\u00fcfungen ablegen \nund eine Endnote erreichen, die den Leistungsanforderungen f\u00fcr den Kurs entspricht.", + "\n Are you sure that you want to submit your timed exam?\n ": "\n Sind Sie sicher, dass Sie Ihre terminierte Pr\u00fcfung einreichen m\u00f6chten?\n ", + "\n Are you sure you want to end your proctored exam?\n ": "\n Sind Sie sicher, dass sie Ihre beaufsichtigte Pr\u00fcfung beenden wollen?\n ", + "\n Because the due date has passed, you are no longer able to take this exam.\n ": "\n Da das F\u00e4lligkeitsdatum \u00fcberschritten ist, k\u00f6nnen Sie an dieser Pr\u00fcfung nicht mehr teilnehmen.\n ", + "\n Error with proctored exam\n ": "\nFehler mit der beaufsichtigten Pr\u00fcfung", + "\n Follow these instructions\n ": "\n Befolgen Sie diese Anweisungen\n ", + "\n Follow these steps to set up and start your proctored exam.\n ": "\n Folgen Sie diesen Schritten um Ihre beaufsichtigte Pr\u00fcfung aufzusetzen und zu beginnen.\n ", + "\n Get familiar with proctoring for real exams later in the course. This practice exam has no impact\n on your grade in the course.\n ": "\n Machen Sie sich hier in diesem Kurs vertraut mit beaufsichtigten Pr\u00fcfungen um f\u00fcr sp\u00e4tere\nechte Pr\u00fcfungen bereit zu sein. Diese \u00dcbungspr\u00fcfung hat keinen Einfluss auf Ihre Noten in diesem Kurs.", + "\n If the proctoring software window is still open, you can close it now. Confirm that you want to quit the application when you are prompted.\n ": "\nWenn das Fenster der \u00dcberwachungssoftware noch ge\u00f6ffnet ist, k\u00f6nnen Sie es jetzt schlie\u00dfen. Best\u00e4tigen Sie, dass Sie die Anwendung beenden m\u00f6chten, wenn Sie dazu aufgefordert werden.", + "\n If you have concerns about your proctoring session results, contact your course team.\n ": "\n Falls Sie Bef\u00fcrchtungen bez\u00fcglich der Ergebnisse Ihrer beaufsichtigten Sitzung haben, nehmen Sie mit dem Kursteam Kontakt auf.\n ", + "\n If you have disabilities,\n you might be eligible for an additional time allowance on timed exams.\n Ask your course team for information about additional time allowances.\n ": "\n Wenn Sie behindert sind, \n haben Sie m\u00f6glicherweise Anspruch auf eine zus\u00e4tzliche Zeitverg\u00fctung f\u00fcr terminierte Pr\u00fcfungen.\n Fragen Sie Ihr Kursteam nach Informationen \u00fcber zus\u00e4tzliche Zeitverg\u00fctungen.", + "\n If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n ": "\nWenn Sie Fragen \u00fcber den Status Ihrer \u00fcberwachten Pr\u00fcfung haben, kontaktieren Sie den %(platform_name)s Support.", + "\n If you have questions about the status of your requirements for course credit, contact %(platform_name)s Support.\n ": "\n Falls Sie fragen zum Fortschritt der Anforderungen ihrer Kurskreditpunke haben, kontaktieren Sie den %(platform_name)s Support.\n ", + "\n Make sure that you have selected \"Submit\" for each problem before you submit your exam.\n ": "\n Stellen Sie sicher, dass Sie jede Aufgabe mit \"Abgabe\" markiert haben bevor Sie die Pr\u00fcfung beenden.\n ", + "\n Practice exams do not affect your grade or your credit eligibility.\n You have completed this practice exam and can continue with your course work.\n ": "\n \u00dcbungspr\u00fcfungen beeinflussen Ihre Noten oder Ihre Kredit-Qualifikation nicht.\n Sie m\u00fcssen diese \u00dcbungspr\u00fcfung absolvieren und k\u00f6nnen danach mit der Arbeit an Ihrem Kurs fortfahren.\n ", + "\n The due date for this exam has passed\n ": "\nDas F\u00e4lligkeitsdatum f\u00fcr diese Pr\u00fcfung ist \u00fcberschritten.", + "\n There was a problem with your practice proctoring session\n ": "\n Es gab ein Problem mit Ihrer \u00dcbungssitzung unter Aufsicht", + "\n This exam is proctored\n ": "\nDiese Pr\u00fcfung geschieht unter Aufsicht", + "\n To be eligible for course credit or for a MicroMasters credential, you must pass the proctoring review for this exam.\n ": "\nUm f\u00fcr Kurs-Kreditpunkte oder MicroMaster Credentials berechtigt zu sein, m\u00fcssen Sie den beaufsichtigten Review f\u00fcr diese Pr\u00fcfung bestehen.", + "\n To view your exam questions and responses, select View my exam. The exam's review status is shown in the left navigation pane.\n ": "\nUm die Pr\u00fcfungsfragen und Antworten einsehen zu k\u00f6nnen, w\u00e4hlen Sie Mein Exam einsehen. Der \u00dcberpr\u00fcfungsstatus der Pr\u00fcfung wird im linken Navigationsbereich angezeigt.", + "\n Try a proctored exam\n ": "\n Starte eine Betreute Pr\u00fcfung\n ", + "\n View your credit eligibility status on your Progress page.\n ": "\n Sehen Sie den Status ihrer Kredit-Qualifikation auf Ihrer Fortschritt-Seite.\n ", + "\n Yes, end my proctored exam\n ": "\n Ja, beaufsichtigung jetzt beenden.\n ", + "\n Yes, submit my timed exam.\n ": "\n Ja, meine terminierte Pr\u00fcfung jetzt einreichen.\n ", + "\n You are eligible to purchase academic credit for this course if you complete all required exams\n and also achieve a final grade that meets the credit requirements for the course.\n ": "\n Sie sind berechtigt, akademische Credits f\u00fcr diesen Kurs zu erwerben, wenn Sie alle erforderlichen Pr\u00fcfungen absolviert haben \n und auch eine Endnote erreichen, die den Leistungsanforderungen f\u00fcr den Kurs entspricht.\n ", + "\n You are no longer eligible for academic credit for this course, regardless of your final grade.\n If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n ": "\nSie haben keinen Anspruch mehr auf akademische Anrechnung f\u00fcr diesen Kurs, unabh\u00e4ngig von Ihrer Abschlussnote.\nWenn Sie Fragen zum Status Ihrer Pr\u00fcfungsergebnisse haben, wenden Sie sich bitte an den %(platform_name)s Support.", + "\n You have submitted this practice proctored exam\n ": "\n Sie haben diese beaufsichtigte \u00dcbungspr\u00fcfung eingereicht\n ", + "\n You have submitted this proctored exam for review\n ": "\n Sie haben diese beaufsichtigte Pr\u00fcfung zur Durchsicht hochgeladen.\n ", + "\n Your grade for this timed exam will be immediately available on the Progress page.\n ": "\n Die Auswertung der zeitbegrenzten Pr\u00fcfung sind direkt nach Abgabe einsehbar auf der Fortschritt Seite.\n ", + "\n Your practice proctoring results: Unsatisfactory \n ": "\n Ergebnisse Ihrer \u00dcbungsaufsicht: Nicht ausreichend \n ", + "\n Your proctoring session ended before you completed this practice exam.\n You can retry this practice exam if you had problems setting up the online proctoring software.\n ": "\n Ihre beaufsichtigte Sitzung endete bevor Sie diese \u00dcbungspr\u00fcfung abgeschossen haben.\n Sie k\u00f6nnen diese \u00dcbungspr\u00fcfung wiederholen falls Sie Probleme hatten die Online-Aufsichtssoftware einrichten.\n ", + "\n Your proctoring session was reviewed and did not pass requirements\n ": "\n Ihre Beaufsichtigung wurde durchgesehen und nicht zugelassen.\n ", + "\n Your proctoring session was reviewed and passed all requirements\n ": "\n Ihre \u00fcberwachte Pr\u00fcfungssitzung wurde \u00fcberpr\u00fcft und Sie haben bestanden.\n ", + "\n %(exam_name)s is a Timed Exam (%(total_time)s)\n ": "\n %(exam_name)s ist eine terminierte Pr\u00fcfung (%(total_time)s)\n ", + "\n The following prerequisites are in a pending state and must be successfully completed before you can proceed:\n ": "\n Die folgenden Voraussetzungen sind in einem unvollst\u00e4ndigen Status und m\u00fcssen erfolgreich abgeschlossen sein bevor Sie starten k\u00f6nnen.\n ", + "\n You can take this exam with proctoring only when all prerequisites have been successfully completed. Check your Progress page to see if prerequisite results have been updated. You can also take this exam now without proctoring, but you will not be eligible for credit.\n ": "\n Sie k\u00f6nnen diese Pr\u00fcfung nur starten, wenn alle Anforderungen erfolgreich abgeschlossen sind. Kontrollieren Sie Ihren Kursfortschritt, um zu sehen ob dies der Fall ist. Sie k\u00f6nnen diese Pr\u00fcfung dennoch starten, jedoch ohne Beaufsichtigung und ohne sp\u00e4teren Credit. \n ", + "\n You did not satisfy the following prerequisites:\n ": "\n Sie erf\u00fcllen die folgenden Vorraussetzungen nicht:\n ", + "\n You did not satisfy the requirements for taking this exam with proctoring, and are not eligible for credit. See your Progress page for a list of requirements and your status for each.\n ": "\n Sie erf\u00fcllen die Vorbedingungen f\u00fcr diese beaufsichtigte Pr\u00fcfung nicht. Auch haben Sie die Qualifikation f\u00fcr Kreditpunkte nicht. Ihre Fortschritt-Seite enth\u00e4lt eine Liste der Vorbedingungen und Ihren Status f\u00fcr jede einzelne.\n ", + "\n You have not completed the prerequisites for this exam. All requirements must be satisfied before you can take this proctored exam and be eligible for credit. See your Progress page for a list of requirements in the order that they must be completed.\n ": "\n Sie haben die Voraussetzungen f\u00fcr diese Pr\u00fcfung. Alle Anforderungen m\u00fcssen befriedigend sein, bevor Sie diese beaufsichtigte Pr\u00fcfung machen k\u00f6nnen und einen Credit daf\u00fcr erhlten. Schauen Sie sich Ihren Kursfortschritt an, um zu kontrollieren, ob Sie alle Anforderungen bestehen. \n ", + " ${price} {currency} )": " ${price} {currency} )", + " From this point in time, you must follow the online proctoring rules to pass the proctoring review for your exam. ": " Von jetzt an m\u00fcssen Sie den online Beaufsichtigungsregeln folgen, um damit Ihre Pr\u00fcfung zugelassen wird.", + " Link": " Link", + " Your Proctoring Session Has Started ": "Ihre beaufsichtigte Sitzung hat begonnen", + " and ": "und", + " and {num_of_minutes} minute": " und {num_of_minutes} Minuten", + " and {num_of_minutes} minutes": " und {num_of_minutes} Minuten", + " learner does not exist in LMS and not added to the exception list": "Der Lernende existiert nicht im LMS und wurde nicht in die Ausnahmeliste aufgenommen", + " learner is already white listed and not added to the exception list": "Der Lernende ist bereits in der Whitelist aufgef\u00fchrt und nicht in die Ausnahmeliste aufgenommen", + " learner is not enrolled in course and not added to the exception list": "Der Lernende ist nicht im Kurs eingeschrieben und nicht auf die Ausnahmeliste aufgenommen", + " learner is successfully added to the exception list": "Der Lernende wurde erfolgreich in die Ausnahmeliste aufgenommen.", + " learners are already white listed and not added to the exception list": "Die Lernenden sind bereits in der Whitelist aufgef\u00fchrt und nicht in die Ausnahmeliste aufgenommen", + " learners are not enrolled in course and not added to the exception list": "Die Lernenden werden nicht in den Kurs aufgenommen und nicht in die Ausnahmeliste aufgenommen", + " learners are successfully added to exception list": "Die Lernenden werden erfolgreich in die Ausnahmeliste aufgenommen.", + " learners do not exist in LMS and not added to the exception list": "Die Lernenden existieren nicht im LMS und werden nicht in die Ausnahmeliste aufgenommen.", + " record is not in correct format and not added to the exception list": "Datensatz ist nicht im richtigen Format und wird nicht in die Ausnahmeliste aufgenommen.", + " records are not in correct format and not added to the exception list": "Datens\u00e4tze sind nicht im richtigen Format und werden nicht in die Ausnahmeliste aufgenommen", + " to complete and submit the exam.": "Zum Beenden und Einreichen der Pr\u00fcfung.", + "${listPrice}": "${listPrice}", + "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", + "%(errorCount)s error found in form.": [ + "%(errorCount)s Fehler im Formular gefunden.", + "%(errorCount)s Fehler im Formular gefunden." + ], + "%(field)s can only contain up to %(count)d characters.": "%(field)s darf maximal %(count)d Zeichen beinhalten.", + "%(field)s must have at least %(count)d characters.": "%(field)s muss mindestens %(count)d Zeichen beinhalten.", + "%(new_item_message)s": "%(new_item_message)s", "%(num_questions)s question": [ - "%(num_questions)s Frage", + "%(num_questions)s Frage", "%(num_questions)s Fragen" - ], + ], "%(num_students)s student": [ - "%(num_students)s Teilnehmer", + "%(num_students)s Teilnehmer", "%(num_students)s Teilnehmer" - ], + ], "%(num_students)s student opened Subsection": [ - "%(num_students)s Teilnehmer habt diesen Unterabschnitt ge\u00f6ffnet", + "%(num_students)s Teilnehmer habt diesen Unterabschnitt ge\u00f6ffnet", "%(num_students)s Teilnehmer haben diesen Unterabschnitt ge\u00f6ffnet" - ], + ], + "%(programName)s Home Page.": "%(programName)s Home Page.", "%(sel)s of %(cnt)s selected": [ - "%(sel)s von %(cnt)s ausgew\u00e4hlt", + "%(sel)s von %(cnt)s ausgew\u00e4hlt", "%(sel)s von %(cnt)s ausgew\u00e4hlt" - ], - "%(team_count)s Team": [ - "%(team_count)s Team", - "%(team_count)s Teams" - ], - "%(type)s Component Template Menu": "%(type)s Component Template Menu", + ], + "%(type)s Component Template Menu": "%(type)s Component Template Menu", "%(value)s hour": [ - "%(value)s Stunde", + "%(value)s Stunde", "%(value)s Stunden" - ], + ], "%(value)s minute": [ - "%(value)s Minuten", + "%(value)s Minuten", "%(value)s Minuten" - ], + ], "%(value)s second": [ - "%(value)s Sekunde", + "%(value)s Sekunde", "%(value)s Sekunden" - ], + ], "%d day": [ - "%d Tag", + "%d Tag", "%d Tage" - ], + ], "%d minute": [ - "%d Minute", + "%d Minute", "%d Minuten" - ], + ], "%d month": [ - "%d Monat", + "%d Monat", "%d Monate" - ], + ], "%d year": [ - "%d Jahr", + "%d Jahr", "%d Jahre" - ], - "%s ago": "seit %s ", - "%s from now": "%s von jetzt", - "(Add signatories for a certificate)": "(F\u00fcge Unterzeichner f\u00fcr ein Zertifikat hinzu)", - "(Caption will be displayed when you start playing the video.)": "(Beschriftung wird angezeigt, sobald das Video gestartet wird.)", - "(Optional)": "(Optional)", - "(Read-only)": "(Nur Lesezugriff)", - "(Required Field)": "(Erforderliches Feld)", - "(Self-paced) Starts {start}": "(Eigenverantwortlich) Beginnt am {start}", + ], + "%s ago": "seit %s ", + "%s from now": "%s von jetzt", + "(Add signatories for a certificate)": "(F\u00fcge Unterzeichner f\u00fcr ein Zertifikat hinzu)", + "(Caption will be displayed when you start playing the video.)": "(Beschriftung wird angezeigt, sobald das Video gestartet wird.)", + "(Optional)": "(Optional)", + "(Read-only)": "(Nur Lesezugriff)", + "(Required Field)": "(Erforderliches Feld)", + "(Self-paced) Ended {end}": "(Eigenes Tempo) Ist beendet {end}", + "(Self-paced) Ends {end}": "(Eigenes Tempo) Endet {end}", + "(Self-paced) Started {start}": "(Eigenes Tempo) Hat begonnen {start}", + "(Self-paced) Starts {start}": "(Eigenverantwortlich) Beginnt am {start}", "(contains %(student_count)s student)": [ - "(enh\u00e4lt %(student_count)s Studenten)", + "(enh\u00e4lt %(student_count)s Studenten)", "(enh\u00e4lt %(student_count)s Studenten)" - ], - "(optional)": "(optional)", - "(required)": "(*)", - "(required):": "(erforderlich):", - "- Sortable": "- Sortierbar", - "6 a.m.": "6 Uhr", - "6 p.m.": "18 Uhr", - ": video upload complete.": ": Hochladen des Videos erfolgreich abgeschlossen.", - "A Password is required": "Ein Passwort ist erforderlich", - "A driver's license, passport, or government-issued ID with your name and photo.": "Einen F\u00fchrerschein, Reisepass oder ein anderes Bildausweis mit amtliches oder p\u00e4dagogisches Licht. ", - "A driver's license, passport, or other government-issued ID with your name and photo": "Ein F\u00fchrerschein, Reisepass, oder ein anderes Bildausweis mit amtliches Licht", - "A highlight to look forward to this week.": "Ein Highlight, auf das Sie sich diese Woche freuen k\u00f6nnen.", - "A list of courses you have just enrolled in as a verified student": "Eine Liste von Kurse f\u00fcr die Sie sich eben als \u00fcberpr\u00fcfter Student registriert haben.", - "A name that identifies your team (maximum 255 characters).": "Dies ist der Name Ihres Teams. (maximal 255 Zeichen)", - "A valid email address is required": "Eine g\u00fcltige E-Mail-Adresse ist erforderlich.", - "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", - "Abbreviation": "Abk\u00fcrzung", - "About Me": "\u00dcber mich", - "About me": "\u00dcber mich", - "Access to some content in this {blockType} is restricted to specific groups of learners.": "Der Zugang zu manchen Inhalten im {blockType} ist nur bestimmten Teilnehmergruppen erlaubt.", - "Access to this {blockType} is restricted to: {selectedGroupsLabel}": "Der Zugang zu {blockType}\u00a0ist nur den folgenden Gruppen erlaubt: {selectedGroupsLabel}", - "Accomplishments": "Leistungen", - "Accomplishments Pagination": "Seitennummerierung der Leistungen", - "Account": "Benutzerkonto", - "Account Information": "Kontoinformationen", - "Account Not Activated": "Konto nicht aktiviert", - "Account Settings": "Konto-Einstellungen", - "Account Settings page.": "Kontoeinstellungsseite", - "Account deletion, including removal from email lists, may take a few weeks to fully process through our system. If you want to opt-out of emails before then, please unsubscribe from the footer of any email.": "Es kann einige Tage dauern, bis Ihre Daten vollkommen aus unserem System, sowie aus allen E-Mail Listen entfernt werden. ", - "Action": "Aktion", - "Action required: Enter a valid date.": "Aktion erforderlich: G\u00fcltiges Datum eintragen.", - "Actions": "Aktionen", - "Activate": "Aktivieren", - "Activate Your Account": "Aktivieren Sie Ihr Konto", - "Active": "Aktiv", - "Active Uploads": "Aktive Uploads", - "Add": "Hinzuf\u00fcgen", - "Add Additional Signatory": "Weitere Unterzeichner hinzuf\u00fcgen", - "Add Attachment": "Anhang hinzuf\u00fcgen", - "Add Cohort": "Kohorte hinzuf\u00fcgen", - "Add Component:": "F\u00fcge Komponente hinzu:", - "Add Country": "Land hinzuf\u00fcgen", - "Add New Component": "F\u00fcge neuen Baustein hinzu", - "Add URLs for additional versions": "URL f\u00fcr zus\u00e4tzliche Versionen hinzuf\u00fcgen", - "Add a Chapter": "Kapitel hinzuf\u00fcgen", - "Add a New Cohort": "Erstelle eine neue Kohorte", - "Add a learning outcome here": "Lernergebnis hinzuf\u00fcgen", - "Add another group": "Gruppe hinzuf\u00fcgen", - "Add language": "Sprache hinzuf\u00fcgen", - "Add notes about this learner": "F\u00fcgen Sie den Grund ein, warum der Teilnehmer ein ung\u00fcltiges Zertifikat erhalten soll.", - "Add to Dictionary": "Zum W\u00f6rterbuch hinzuf\u00fcgen", - "Add to Exception List": "Zur Ausnahmeliste hinzuf\u00fcgen", - "Add your first content group": "F\u00fcgen Sie Ihre erste Inhaltsgruppe hinzu", - "Add your first textbook": "Sie haben Ihr erstes Lehrbuch hinzugef\u00fcgt", - "Add {role} Access": "{role} Zugang hinzuf\u00fcgen", - "Adding": "Hinzuf\u00fcgen", - "Adding the selected course to your cart": "Den gew\u00e4hlten Kurs in den Warenkorb legen", - "Additional Information": "Zus\u00e4tzliche Informationen", - "Additional Time (minutes)": "Zus\u00e4tzliche Zeit (Minuten)", - "Adjust video speed": "Video-Geschwindigkeit anpassen", - "Adjust video volume": "Video-Lautst\u00e4rke anpassen", - "Admin": "Administrator", - "Advanced": "Erweitert", - "After you select ": "Nach Ihrer Auswahl", - "After you upload new files all your previously uploaded files will be overwritten. Continue?": "Wenn Sie neue Dateien hochladen, werden die zuvor hochgeladenen Dateien \u00fcberschrieben. M\u00f6chten Sie dennoch fortfahren?", - "Align center": "Mittig ausrichten", - "Align left": "Links ausrichten", - "Align right": "Rechts ausrichten", - "Alignment": "Ausrichtung", - "All Learners and Staff": "Alle Teilnehmer und die Mitarbeiter", - "All Posts": "Alle Beitr\u00e4ge", - "All Rights Reserved": "Alle Rechte vorbehalten", - "All Time Zones": "Alle Zeitzonen", - "All Topics": "Alle Themen", - "All Unreviewed": "Alle mit fehlendem Review", - "All Unreviewed Failures": "Alle nicht Bestandenen mit fehlendem Review", - "All accounts were created successfully.": "Alle Konten wurden erfolgreich erstellt.", - "All chapters must have a name and asset": "Alle Kapitel ben\u00f6tigen einen Namen und Inhalte", - "All groups must have a name.": "Alle Gruppen ben\u00f6tigen einen Namen.", - "All groups must have a unique name.": "Alle Gruppen ben\u00f6tigen einen eindeutigen Namen.", - "All payment options are currently unavailable.": "Momentan keine Zahlungsmethoden verf\u00fcgbar.", - "All professional education courses are fee-based, and require payment to complete the enrollment process.": "Alle zertifizierten Kurse sind gegen Bezahlung erh\u00e4ltlich. Dazu m\u00fcssen Sie Ihre Bezahlinformationen angeben.", - "All subsections": "Alle Unterabschnitte", - "All teams": "Alle Teams", - "All topics": "Alle Themen", - "All units": "Alle Abschnitte", - "All users on the Exception list": "Alle Teilnehmer der Ausnahmeliste", - "All users on the Exception list who do not yet have a certificate": "Alle Teilnehmer der Ausnahmeliste, welche bisher noch kein Zertifikat erhalten haben.", - "Allow students to generate certificates for this course?": "D\u00fcrfen Teilnehmer sich selbst Zertifikate f\u00fcr diesen Kurs ausstellen? ", - "Already a course team member": "Bereits Teammitglied", - "Already a library team member": "Ist bereits Bibliotheksteammitglied", - "Already a member": "Bereits Mitglied", - "Already have an {platformName} account?": "Haben Sie bereits einen {platformName} Account?", - "Alternative source": "Alternative Quelle", - "Always show assessment results": "Auswertungen immer zeigen", - "Amount": "Summe", - "An email has been sent to {userEmail} with a link for you to activate your account.": "Eine E-Mail wurde gesendet an: {userEmail} mit einem Link, um Ihren Account zu aktivieren.", - "An error has occurred. Please try again later.": "Ein Fehler ist aufgetreten. Bitte versuchen Sie es sp\u00e4ter noch einmal.", - "An error has occurred. Please try again.": "Datei besch\u00e4digt. Bitte versuchen sie es erneut", - "An error has occurred. Please try reloading the page.": "Ein Fehler ist aufgetreten. Bitte laden Sie die Seite neu.", - "An error has occurred. Refresh the page, and then try again.": "Ein Fehler ist aufgetreten. Laden Sie die Seite neu und versuchen Sie es erneut.", - "An error has occurred. Wait a few minutes, and then try again.": "Ein Fehler ist aufgetreten. Warten Sie und versuchen Sie es sp\u00e4ter noch einmal.", - "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "Es gab einen Fehler beim Abholen deiner E-Mail. Bitte versuche es sp\u00e4ter noch einmal, und benachrichtige die technische \u00dcnterst\u00fctzung, wenn das Problem weiterhin besteht.", - "An error occurred while removing the member from the team. Try again.": "Beim entfernen des Teammitgliedes ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.", - "An error occurred.": "Ein Fehler ist aufgetreten.", - "An error occurred. Make sure that the student's username or email address is correct and try again.": "Ein Fehler ist aufgetreten. Versichern sie sich ,dass der Benutzername und die email Adresse des Studenten richtig sind und versuchen sie erneut.", - "An error occurred. Please reload the page.": "Ein Fehler ist aufgetreten. Bitte lade die Seite erneut.", - "An error occurred. Please try again.": "Ein Fehler ist aufgetreten. Bitte versuchen sie es erneut.", - "An error occurred. Try again.": "Ein Fehler ist aufgetreten. Bitte versuchen Sie es noch einmal.", - "An unexpected error occurred. Please try again.": "Ein unerwarteter Fehler ist aufgetreten. Bitte versuchen Sie es erneut.", - "Anchor": "Anker", - "Anchors": "Anker", - "April": "April", - "Are you having trouble finding a team to join?": "Hast Du Probleme ein Team zum Beitreten zu finden?", - "Are you sure you want to delete this comment?": "Bist du dir sicher, dass du diesen Kommentar l\u00f6schen m\u00f6chtest?", - "Are you sure you want to delete this page? This action cannot be undone.": "Sind Sie sicher, dass Sie diese Seite l\u00f6schen wollen? Dies kann nicht r\u00fcckg\u00e4ngig gemacht werden.", - "Are you sure you want to delete this post?": "Bist du dir sicher, dass du diesen Beitrag l\u00f6schen m\u00f6chtest?", - "Are you sure you want to delete this response?": "Bist du dir sicher, dass du diese Antwort l\u00f6schen m\u00f6chtest?", - "Are you sure you want to delete this update?": "Wollen Sie wirklich die Aktualisierungen l\u00f6schen?", - "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "Sind Sie sicher, dass Sie {email} aus dem Kursteam f\u00fcr \u201c{container}\u201d streichen m\u00f6chten?", - "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "Sind Sie sicher, dass Sie {email} aus der Bibliothek \u201c{container}\u201d streichen m\u00f6chten?", - "Are you sure you want to remove this transcript?": "Sind Sie sicher, dass Sie das Transkript entfernen m\u00f6chten?", - "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "Sind Sie sicher, dass Sie den Zugang zu \u201c{container}\u201d f\u00fcr {email} einschr\u00e4nken wollen?", - "Are you sure you want to revert to the last published version of the unit? You cannot undo this action.": "Bist du sicher, dass du die letzte ver\u00f6ffentlichte Version dieser Einheit wiederherstellen m\u00f6chtest? Dieses kann nicht r\u00fcckg\u00e4ngig gemacht werden.", - "Are you sure you want to unenroll from {courseName} ({courseNumber})? You will be refunded the amount you paid.": "Sind Sie sicher, dass Sie sich aus dem vin Ihnen gekauften Kurs {courseName} ({courseNumber}) ausschreiben wollen? Sie werden keine R\u00fcckerstattung f\u00fcr Ihre Zahlung erhalten.", - "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "Sind Sie sicher, dass Sie dieses Objekt l\u00f6schen m\u00f6chten. Dies kann nicht wieder r\u00fcckg\u00e4ngig gemacht werden\u23ce\n\u23ce\nDes Weiteren werden alle Inhalte, die sich auf dieses Objekt beziehen nicht mehr laufen (z.B. Verweise auf Bilder und Links).", - "Are you sure?": "Sind Sie sicher?", - "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "Als teil unsere \u00dcberpr\u00fcfung Prozess brauchen wir ein Foto von ihr Gesicht und ein Bildausweis mit amtlichen Licht. Unser Autorisierungsdienst best\u00e4tigt ihre Identit\u00e4t durch das vergleichen von beide Fotos.", - "Assessment": "Beurteilung", - "Assessment Results Visibility": "Sichtbarkeit der Auswertungen", - "Assessments": "Beurteilungen", - "Assign students to cohorts by uploading a CSV file.": "Zuordnung der Teilnehmer zum Kohort durch hochladen einer CSV-Datei.", - "Assignment Type Name": "Aufgabentyp Name", - "Associated Content Group": "Zugeh\u00f6rigen Inhaltsgruppe", - "Attribution": "Attribution", - "August": "August", - "Author": "Autor", - "Auto-advance": "Auto-Fortschritt", - "Automated Transcripts": "Automatisierte Transkripte", - "Automatic": "automatisch", - "Available %s": "Verf\u00fcgbare %s", - "Average": "Mittel", - "Back to Full List": "Zur\u00fcck zur kompletten Liste", - "Back to sign in": "Zur\u00fcck zum Einloggen", - "Back to {platform} FAQs": "Zur\u00fcck zu den {platform} FAQs", - "Background color": "Hintergrundfarbe", - "Basic": "Grundlegend", - "Basic Account Information": "Profilinfo", - "Be sure your entire face is inside the frame": "Vergewissere dich, dass dein ganzes Gesicht im Bildrahmen ist", - "Before proceeding, please confirm that your details match": "Bevor du weiter machst, best\u00e4tige bitte, dass deine Detailangaben \u00fcbereinstimmen", - "Before you upgrade to a certificate track, you must activate your account.": "Bevor Sie auf einen verifizierten Modus upgraden k\u00f6nnen, m\u00fcssen Sie Ihren Account aktivieren.", - "Billed to": "Rechnung an", - "Biography": "Biografie", - "Block view is unavailable": "Blockansicht ist nicht verf\u00fcgbar", - "Blockquote": "Zitat", - "Blockquote (Ctrl+Q)": "Zitat (STRG+Q)", - "Blocks": "Bl\u00f6cke", - "Body": "Body", - "Bold": "Fett", - "Bold (Ctrl+B)": "Fett (STRG+B)", - "Bookmark this page": "Diese Seite merken", - "Bookmarked": "Lesezeichen gesetzt", - "Bookmarked on": "Lesezeichen gesetzt", - "Border": "Rahmen", - "Border color": "Rahmenfarbe", - "Bottom": "Grundlinie", - "Bulk Exceptions": "Sammelausnahmen", - "Bullet list": "Aufz\u00e4hlung", - "Bulleted List (Ctrl+U)": "Aufz\u00e4hlende Liste (STRG+U)", - "Can we match the photo you took with the one on your ID?": "D\u00fcrfen wir das von dir gemachte Foto mit dem aus deinem Identit\u00e4tsnachweis vergleichen?", - "Cancel": "Abbrechen", - "Cancel enrollment code": "Zugangscode l\u00f6schen", - "Cancel team creating.": "Breche Teamerstellung ab.", - "Cannot Start Proctored Exam": "Beaufsichtigte Pr\u00fcfung kann nicht begonnen werden", - "Cannot delete when in use by a unit": "Kann nicht gel\u00f6scht werden, w\u00e4hrend es von einer Lerneinheit genutzt wird", - "Cannot delete when in use by an experiment": "W\u00e4hrend der Nutzung in einem Experiment, ist das L\u00f6schen nicht m\u00f6glich", - "Cannot drop more <%= types %> assignments than are assigned.": "Es k\u00f6nnen nicht mehr <%= types %> Aufgabenzuordnungen gel\u00f6scht werden als zugeordnet sind.", - "Caption": "Untertitel", - "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "Vorsicht: die zuletzt ver\u00f6ffentlichte Version dieser Lerneinheit ist live. Durch die Ver\u00f6ffentlichung von \u00c4nderungen wirst du das Kurserlebnis der Teilnehmer st\u00f6ren.", - "Cell": "Zelle", - "Cell padding": "Zelleneinr\u00fcckung", - "Cell properties": "Zelleneigenschaften", - "Cell spacing": "Zellenzwischenraum", - "Cell type": "Zellenart", - "Center": "Mitte", - "Certificate Details": "Zertifikat Details", - "Certificate Generated": "Zertifikat erstellt", - "Certificate Information": "Zertifikatinformationen", - "Certificate Name": "Zertifikatname", - "Certificate Signatories": "Zertifikatsunterzeichner", - "Certificate Signatory Configuration": "Zertifikats-Unterzeichner-Konfiguration", - "Certificate Status:": "Zertifikat Status:", - "Certificate has been successfully invalidated for <%= user %>.": "Das Zertifikat f\u00fcr den Benutzer <%= user %> wurde erfolgreich entwertet.", - "Certificate name is required.": "Zertifikatname wird ben\u00f6tigt.", - "Certificate of <%= user %> has already been invalidated. Please check your spelling and retry.": "Das Zertifikat f\u00fcr den Benutzer <%= user %> wurde bereits entwertet. Bitte kontrollieren Sie Ihre Eingabe.", - "Change": "\u00c4nderung", - "Change Enrollment": "\u00c4ndere Einschreibung", - "Change Manually": "Von Hand \u00e4ndern", - "Change My Email Address": "Meine E-Mail-Adresse \u00e4ndern", - "Change image": "Bild \u00e4ndern", - "Changes to steps that are not selected as part of the assignment will not be saved.": "\u00c4nderungen an Schritten, die nicht als Teil der Aufgabe ausgew\u00e4hlt sind, werden nicht gespeichert.", - "Chapter Asset": "Objekt des Kapitels", - "Chapter Name": "Kapitelname", - "Chapter information": "Kapitel Information", - "Chapter name and asset_path are both required": "Kapitelname und asset_path werden beide ben\u00f6tigt", - "Chapter name is required": "Kapitelname ist erforderlich", - "Chapter {order}": "Kapitel {order}", - "Check Your Email": "Kontrollieren Sie Ihr E-Mail Postfach", - "Check the highlighted fields below and try again.": "Klicken Sie die markierten Felder unten an und versuchen Sie es erneut.", - "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "Aktivieren Sie diese Box und Sie erhalten einmal am Tag eine Zusammenfassung von neuen, ungelesenen Aktivit\u00e4ten zu Beitr\u00e4gen, denen Sie folgen. ", - "Check your email": "Pr\u00fcfen Sie Ihr E-Mail-Postfach", - "Check your email account for instructions to reset your password.": "Kontrollieren Sie Ihr E-Mail Postfach f\u00fcr die Anweisungen, wie Sie Ihr Passwort zur\u00fccksetzen k\u00f6nnen.", - "Checkout": "Kasse", - "Checkout with PayPal": "Mit PayPal bezahlen ", - "Checkout with {processor}": "Bezahlen mit {processor}", - "Choose": "Ausw\u00e4hlen", - "Choose File": "Datei ausw\u00e4hlen", - "Choose a .csv file": "W\u00e4hlen Sie eine .csv-Datei aus", - "Choose a Date": "Datum w\u00e4hlen", - "Choose a Time": "Uhrzeit w\u00e4hlen", - "Choose a content group to associate": "W\u00e4hle eine Inhaltsgruppe", - "Choose a location to move your component to": "W\u00e4hlen Sie einen Speicherort, wo Sie die Komponente hinbewegen m\u00f6chten", - "Choose a time": "Uhrzeit", - "Choose all": "Alle ausw\u00e4hlen", - "Choose mode": "Modus ausw\u00e4hlen", - "Choose new file": "Neue Datei ausw\u00e4hlen", - "Chosen %s": "Ausgew\u00e4hlte %s", - "Circle": "Kreis", - "Clear": "L\u00f6sche", - "Clear All": "Zur\u00fccksetzen", - "Clear Grading Due Date": "L\u00f6sche Bewertungsf\u00e4lligkeitsdatum", - "Clear Release Date/Time": "L\u00f6sche Freigabedatum/Uhrzeit", - "Clear Value": "Wert l\u00f6schen", - "Clear formatting": "L\u00f6sche Formatierung", - "Clear search": "Suche l\u00f6schen", - "Clear search results": "L\u00f6sche Sucherergebnisse", - "Click OK to have your e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Kilcken Sie auf OK um Ihre E-Mail-Adresse an eine externe Anwendung weiterzuleiten.\n\nKlicken Sie auf Abbrechen um zu dieser Seite zur\u00fcckzukehren ohne Daten zu senden.", - "Click OK to have your username and e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Kilcken Sie auf OK um Ihren Nutzernamen und Ihre E-Mail-Adresse an eine externe Anwendung weiterzuleiten.\n\nKlicken Sie auf Abbrechen um zu dieser Seite zur\u00fcckzukehren ohne Daten zu senden.", - "Click OK to have your username sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Kilcken Sie auf OK um Ihren Nutzernamen an eine externe Anwendung weiterzuleiten.\n\nKlicken Sie auf Abbrechen um zu dieser Seite zur\u00fcckzukehren ohne Daten zu senden.", - "Click on this button to mute or unmute this video or press UP or DOWN buttons to increase or decrease volume level.": "Klicke auf diesen Knopf und diess Video stumm oder nicht stumm zu schalten, oder dr\u00fccke die HOCH oder RUNTER Kn\u00f6pfe um die Lautst\u00e4rke zu erh\u00f6hen oder abzusenken.", - "Click to add a new %(xblock_type)s": "Klicken Sie, um einen neuen %(xblock_type)s hinzuzuf\u00fcgen", - "Click to change": "Zum \u00c4ndern klicken", - "Click to choose all %s at once.": "Klicken, um alle %s auf einmal auszuw\u00e4hlen.", - "Click to edit": "Klicke zum Bearbeiten", - "Click to remove all chosen %s at once.": "Klicken, um alle ausgew\u00e4hlten %s auf einmal zu entfernen.", - "Close": "Schlie\u00dfen", - "Close Calculator": "Schlie\u00dfe Taschenrechner", - "Code": "Code", - "Code Sample (Ctrl+K)": "Codebeispiel (STRG+K)", - "Code block": "Code-Abschnitt", - "Cohort Name": "Name des Kohort", - "Cohorts": "Kohort", - "Cohorts Disabled": "Kohort nicht ausgew\u00e4hlt", - "Cohorts Enabled": "Kohort ausgew\u00e4hlt", - "Collapse All": "Alles verbergen", - "Collapse Instructions": "Anweisungen verbergen", - "Collapse/Expand this %(xblock_type)s": "%(xblock_type)s Ein- oder Ausfahren ", - "Color": "Farbe", - "Cols": "Spalten", - "Column": "Spalte", - "Column group": "Spaltengruppe", - "Coming Soon": "Bald verf\u00fcgbar", - "Commentary": "Kommentare", - "Common Problem Types": "H\u00e4ufige Probleme", - "Completed": "Abgeschlossen", - "Component": "Baustein", - "Components": "Komponenten", - "Configure": "Konfigurieren", - "Confirm": "Best\u00e4tigen", - "Confirm Timed Transcript": "Best\u00e4tige zeitbehaftetes Transkript", - "Congratulations!": "Gl\u00fcckwunsch!", - "Congratulations! You are now verified on %(platformName)s!": "Herzlichen Gl\u00fcckwunsch! Sie sind nun \u00fcberpr\u00fcft auf %(platformName)s!", - "Constrain proportions": "Seitenverh\u00e4ltnisse einschr\u00e4nken", - "Contact Us": "Kontaktieren Sie uns", - "Contains staff only content": "Enth\u00e4lt nur f\u00fcr Kursmitarbeiter bestimmte Inhalte", + ], + "(optional)": "(optional)", + "(required)": "(*)", + "(required):": "(erforderlich):", + "- Sortable": "- Sortierbar", + "6 a.m.": "6 Uhr", + "6 p.m.": "18 Uhr", + ": video upload complete.": ": Hochladen des Videos erfolgreich abgeschlossen.", + "<%= user %> already in exception list.": "<%= user %> ist bereits auf der Ausnahmeliste.", + "<%= user %> has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.": "<%= user %> wurde erfolgreich in die Ausnahmeliste aufgenommen. Klicken Sie unten auf Ausnahmezertifikat generieren, um das Zertifikat zu senden.", + "A Password is required": "Ein Passwort ist erforderlich", + "A driver's license, passport, or government-issued ID with your name and photo.": "Einen F\u00fchrerschein, Reisepass oder ein anderes Bildausweis mit amtliches oder p\u00e4dagogisches Licht. ", + "A driver's license, passport, or other government-issued ID with your name and photo": "Ein F\u00fchrerschein, Reisepass, oder ein anderes Bildausweis mit amtliches Licht", + "A highlight to look forward to this week.": "Ein Highlight, auf das Sie sich diese Woche freuen k\u00f6nnen.", + "A list of courses you have just enrolled in as a verified student": "Eine Liste von Kurse f\u00fcr die Sie sich eben als \u00fcberpr\u00fcfter Student registriert haben.", + "A name that identifies your team (maximum 255 characters).": "Dies ist der Name Ihres Teams. (maximal 255 Zeichen)", + "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "Eine kurze Beschreibung des Teams, um anderen Lernenden zu helfen, die Ziele oder die Richtung des Teams zu verstehen (maximal 300 Zeichen).", + "A valid email address is required": "Eine g\u00fcltige E-Mail-Adresse ist erforderlich.", + "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", + "API Key": "API Schl\u00fcssel", + "API Secret": "API Geheimnis", + "Abbreviation": "Abk\u00fcrzung", + "About Me": "\u00dcber mich", + "About You": "\u00dcber Sie", + "About me": "\u00dcber mich", + "Access to some content in this unit is restricted to specific groups of learners": "Der Zugang zu einigen Inhalten in dieser Lektion ist auf bestimmte Gruppen von Lernenden beschr\u00e4nkt.", + "Access to some content in this {blockType} is restricted to specific groups of learners.": "Der Zugang zu manchen Inhalten im {blockType} ist nur bestimmten Teilnehmergruppen erlaubt.", + "Access to this unit is restricted to: {selectedGroupsLabel}": "Der Zugriff auf dieses Ger\u00e4t ist beschr\u00e4nkt auf: {selectedGroupsLabel}", + "Access to this {blockType} is restricted to: {selectedGroupsLabel}": "Der Zugang zu {blockType}\u00a0ist nur den folgenden Gruppen erlaubt: {selectedGroupsLabel}", + "Accomplishments": "Leistungen", + "Accomplishments Pagination": "Seitennummerierung der Leistungen", + "Account": "Benutzerkonto", + "Account Information": "Kontoinformationen", + "Account Not Activated": "Konto nicht aktiviert", + "Account Settings": "Benutzerkonto-Einstellungen", + "Account Settings page.": "Kontoeinstellungsseite", + "Account deletion, including removal from email lists, may take a few weeks to fully process through our system. If you want to opt-out of emails before then, please unsubscribe from the footer of any email.": "Es kann einige Tage dauern, bis Ihre Daten vollkommen aus unserem System, sowie aus allen E-Mail Listen entfernt werden. ", + "Action": "Aktion", + "Action required: Enter a valid date.": "Aktion erforderlich: G\u00fcltiges Datum eintragen.", + "Actions": "Aktionen", + "Activate": "Aktivieren", + "Activate Your Account": "Aktivieren Sie Ihr Konto", + "Activating a link in this group will skip to the corresponding point in the video.": "Das Aktivieren eines Links in dieser Gruppe f\u00fchrt zum entsprechenden Punkt im Video.", + "Active": "Aktiv", + "Active Uploads": "Aktive Uploads", + "Add": "Hinzuf\u00fcgen", + "Add Additional Signatory": "Weitere Unterzeichner hinzuf\u00fcgen", + "Add Attachment": "Anhang hinzuf\u00fcgen", + "Add Cohort": "Kohorte hinzuf\u00fcgen", + "Add Component:": "F\u00fcge Komponente hinzu:", + "Add Country": "Land hinzuf\u00fcgen", + "Add Learners": "Nutzer hinzuf\u00fcgen", + "Add New Component": "F\u00fcge neuen Baustein hinzu", + "Add Thumbnail": "Miniaturansicht hinzuf\u00fcgen", + "Add Thumbnail - {videoName}": "Miniaturansicht hinzuf\u00fcgen - {videoName}", + "Add URLs for additional versions": "URL f\u00fcr zus\u00e4tzliche Versionen hinzuf\u00fcgen", + "Add a Chapter": "Kapitel hinzuf\u00fcgen", + "Add a New Cohort": "Erstelle eine neue Kohorte", + "Add a learning outcome here": "Lernergebnis hinzuf\u00fcgen", + "Add another group": "Gruppe hinzuf\u00fcgen", + "Add language": "Sprache hinzuf\u00fcgen", + "Add learners to this cohort": "Nutzer zu diesem Kohort hinzuf\u00fcgen", + "Add notes about this learner": "F\u00fcgen Sie den Grund ein, warum der Teilnehmer ein ung\u00fcltiges Zertifikat erhalten soll.", + "Add to Dictionary": "Zum W\u00f6rterbuch hinzuf\u00fcgen", + "Add to Exception List": "Zur Ausnahmeliste hinzuf\u00fcgen", + "Add your first content group": "F\u00fcgen Sie Ihre erste Inhaltsgruppe hinzu", + "Add your first group configuration": "F\u00fcgen Sie Ihre erste Gruppenkonfiguration hinzu", + "Add your first textbook": "Sie haben Ihr erstes Lehrbuch hinzugef\u00fcgt", + "Add {role} Access": "{role} Zugang hinzuf\u00fcgen", + "Adding": "Hinzuf\u00fcgen", + "Adding the selected course to your cart": "Den gew\u00e4hlten Kurs in den Warenkorb legen", + "Additional Credit Opportunities": "Zus\u00e4tzliche M\u00f6glichkeiten f\u00fcr Credits", + "Additional Information": "Zus\u00e4tzliche Informationen", + "Additional Professional Opportunities": "Zus\u00e4tzliche professionelle M\u00f6glichkeiten", + "Additional Time (minutes)": "Zus\u00e4tzliche Zeit (Minuten)", + "Additional posts could not be loaded. Refresh the page and try again.": "Zus\u00e4tzliche Beitr\u00e4ge konnten nicht geladen werden. Aktualisieren Sie die Seite und versuchen Sie es erneut.", + "Additional responses could not be loaded. Refresh the page and try again.": "Zus\u00e4tzliche Antworten konnten nicht geladen werden. Aktualisieren Sie die Seite und versuchen Sie es erneut.", + "Adjust video speed": "Video-Geschwindigkeit anpassen", + "Adjust video volume": "Video-Lautst\u00e4rke anpassen", + "Admin": "Administrator", + "Advanced": "Erweitert", + "After the course\\'s end date has passed, learners can no longer access subsection content. The subsection remains included in grade calculations.": "Nach Ablauf des Enddatums des Kurses k\u00f6nnen die Lernenden nicht mehr auf die Inhalte des Unterabschnitts zugreifen. Der Unterabschnitt bleibt in der Notenberechnung einbezogen.", + "After the subsection\\'s due date has passed, learners can no longer access its content. The subsection remains included in grade calculations.": "Nach Ablauf der F\u00e4lligkeit des Unterabschnitts k\u00f6nnen die Lernenden nicht mehr auf den Inhalt zugreifen. Der Unterabschnitt bleibt in der Notenberechnung einbezogen.", + "After you select ": "Nach Ihrer Auswahl", + "Align center": "Mittig ausrichten", + "Align left": "Links ausrichten", + "Align right": "Rechts ausrichten", + "Alignment": "Ausrichtung", + "All Learners and Staff": "Alle Teilnehmer und die Mitarbeiter", + "All Posts": "Alle Beitr\u00e4ge", + "All Rights Reserved": "Alle Rechte vorbehalten", + "All Time Zones": "Alle Zeitzonen", + "All Topics": "Alle Themen", + "All Unreviewed": "Alle mit fehlendem Review", + "All Unreviewed Failures": "Alle nicht Bestandenen mit fehlendem Review", + "All accounts were created successfully.": "Alle Konten wurden erfolgreich erstellt.", + "All chapters must have a name and asset": "Alle Kapitel ben\u00f6tigen einen Namen und Inhalte", + "All groups must have a name.": "Alle Gruppen ben\u00f6tigen einen Namen.", + "All groups must have a unique name.": "Alle Gruppen ben\u00f6tigen einen eindeutigen Namen.", + "All learners in the {cohort_name} cohort": "Alle Lernenden in der {cohort_name} Kohorte", + "All learners in the {track_name} track": "Alle Lernenden im Modus {track_name}", + "All learners who are enrolled in this course": "Alle Lernenden, die in diesem Kurs eingeschrieben sind.", + "All payment options are currently unavailable.": "Momentan keine Zahlungsmethoden verf\u00fcgbar.", + "All professional education courses are fee-based, and require payment to complete the enrollment process.": "Alle zertifizierten Kurse sind gegen Bezahlung erh\u00e4ltlich. Dazu m\u00fcssen Sie Ihre Bezahlinformationen angeben.", + "All subsections": "Alle Unterabschnitte", + "All teams": "Alle Teams", + "All topics": "Alle Themen", + "All units": "Alle Abschnitte", + "All users on the Exception list": "Alle Teilnehmer der Ausnahmeliste", + "All users on the Exception list who do not yet have a certificate": "Alle Teilnehmer der Ausnahmeliste, welche bisher noch kein Zertifikat erhalten haben.", + "Allow others to copy, distribute, display and perform only verbatim copies of your work, not derivative works based upon it. This option is incompatible with \"Share Alike\".": "Erlauben Sie anderen, nur wortgetreue Kopien Ihres Werkes zu kopieren, zu verteilen, anzuzeigen und auszuf\u00fchren, keine abgeleiteten Werke, die darauf basieren. Diese Einstellung ist nicht mit \"Share Alike\" kompatibel.", + "Allow others to copy, distribute, display and perform your copyrighted work but only if they give credit the way you request. Currently, this option is required.": "Erlauben Sie anderen, Ihr urheberrechtlich gesch\u00fctztes Werk zu kopieren, zu verteilen, anzuzeigen und auszuf\u00fchren, aber nur, wenn sie auf die von Ihnen gew\u00fcnschte Art und Weise Verweise geben. Derzeit ist diese Einstellung erforderlich.", + "Allow others to copy, distribute, display and perform your work - and derivative works based upon it - but for noncommercial purposes only.": "Erlauben Sie anderen, Ihr Werk - und daraus abgeleitete Werke - zu kopieren, zu verbreiten, anzuzeigen und auszuf\u00fchren, jedoch nur f\u00fcr nicht-kommerzielle Zwecke.", + "Allow others to distribute derivative works only under a license identical to the license that governs your work. This option is incompatible with \"No Derivatives\".": "Erlauben Sie anderen, abgeleitete Werke nur unter einer Lizenz zu vertreiben, die mit der Lizenz identisch ist, die f\u00fcr Ihr Werk gilt. Diese Einstellung ist nicht kompatibel mit \"No Derivatives\".", + "Allow students to generate certificates for this course?": "D\u00fcrfen Teilnehmer sich selbst Zertifikate f\u00fcr diesen Kurs ausstellen? ", + "Already a course team member": "Bereits Teammitglied", + "Already a library team member": "Ist bereits Bibliotheksteammitglied", + "Already a member": "Bereits Mitglied", + "Already have an {platformName} account?": "Haben Sie bereits einen {platformName} Account?", + "Alternative source": "Alternative Quelle", + "Always divide content-specific discussion topics": "Inhaltsspezifische Diskussionsthemen immer aufteilen", + "Always show assessment results": "Auswertungen immer zeigen", + "Amount": "Summe", + "An email has been sent to {userEmail} with a link for you to activate your account.": "Eine E-Mail wurde gesendet an: {userEmail} mit einem Link, um Ihren Account zu aktivieren.", + "An error has occurred. Check your Internet connection and try again.": "Es ist ein Fehler aufgetreten. \u00dcberpr\u00fcfen Sie Ihre Internetverbindung und versuchen Sie es erneut.", + "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "Es ist ein Fehler aufgetreten. Stellen Sie sicher, dass Sie mit dem Internet verbunden sind, und versuchen Sie dann, die Seite zu aktualisieren.", + "An error has occurred. Please try again later.": "Ein Fehler ist aufgetreten. Bitte versuchen Sie es sp\u00e4ter noch einmal.", + "An error has occurred. Please try again.": "Datei besch\u00e4digt. Bitte versuchen sie es erneut", + "An error has occurred. Please try reloading the page.": "Ein Fehler ist aufgetreten. Bitte laden Sie die Seite neu.", + "An error has occurred. Refresh the page, and then try again.": "Ein Fehler ist aufgetreten. Laden Sie die Seite neu und versuchen Sie es erneut.", + "An error has occurred. Try refreshing the page, or check your Internet connection.": "Es ist ein Fehler aufgetreten. Versuchen Sie, die Seite zu aktualisieren oder \u00fcberpr\u00fcfen Sie Ihre Internetverbindung.", + "An error has occurred. Wait a few minutes, and then try again.": "Ein Fehler ist aufgetreten. Warten Sie und versuchen Sie es sp\u00e4ter noch einmal.", + "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "Es gab einen Fehler beim Abholen deiner E-Mail. Bitte versuche es sp\u00e4ter noch einmal, und benachrichtige die technische \u00dcnterst\u00fctzung, wenn das Problem weiterhin besteht.", + "An error occurred when signing you in to %s.": "Es ist ein Fehler aufgetreten als Sie sich f\u00fcr %s angemeldet haben.", + "An error occurred while removing the member from the team. Try again.": "Beim entfernen des Teammitgliedes ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.", + "An error occurred.": "Ein Fehler ist aufgetreten.", + "An error occurred. Make sure that the student's username or email address is correct and try again.": "Ein Fehler ist aufgetreten. Versichern sie sich ,dass der Benutzername und die email Adresse des Studenten richtig sind und versuchen sie erneut.", + "An error occurred. Please reload the page.": "Ein Fehler ist aufgetreten. Bitte lade die Seite erneut.", + "An error occurred. Please try again.": "Ein Fehler ist aufgetreten. Bitte versuchen sie es erneut.", + "An error occurred. Try again.": "Ein Fehler ist aufgetreten. Bitte versuchen Sie es noch einmal.", + "An unexpected error has occurred.": "Ein unerwarteter Fehler ist aufgetreten.", + "An unexpected error occurred. Please try again.": "Ein unerwarteter Fehler ist aufgetreten. Bitte versuchen Sie es erneut.", + "Anchor": "Anker", + "Anchors": "Anker", + "Any content that has listed this content as a prerequisite will also have access limitations removed.": "F\u00fcr alle Inhalte, die diesen Inhalt als Voraussetzung aufgef\u00fchrt haben, werden ebenfalls die Zugriffsbeschr\u00e4nkungen aufgehoben.", + "Any course progress or grades from your current session will be lost.": "Alle Kursfortschritte oder Noten aus Ihrer aktuellen Sitzung gehen verloren.", + "Any divided discussion topics are divided based on cohort.": "Alle geteilten Diskussionsthemen werden nach Kohort gegliedert.", + "Any divided discussion topics are divided based on enrollment track.": "Alle geteilten Diskussionsthemen werden basierend auf dem Einschreibungsmodus aufgeteilt.", + "April": "April", + "Are you having trouble finding a team to join?": "Hast Du Probleme ein Team zum Beitreten zu finden?", + "Are you sure that you want to leave this session?": "Sind Sie sicher, dass Sie diese Sitzung verlassen m\u00f6chten?", + "Are you sure you want to change to a different session?": "Sind Sie sicher, dass Sie zu einer anderen Sitzung wechseln m\u00f6chten?", + "Are you sure you want to delete this comment?": "Bist du dir sicher, dass du diesen Kommentar l\u00f6schen m\u00f6chtest?", + "Are you sure you want to delete this page? This action cannot be undone.": "Sind Sie sicher, dass Sie diese Seite l\u00f6schen wollen? Dies kann nicht r\u00fcckg\u00e4ngig gemacht werden.", + "Are you sure you want to delete this post?": "Bist du dir sicher, dass du diesen Beitrag l\u00f6schen m\u00f6chtest?", + "Are you sure you want to delete this response?": "Bist du dir sicher, dass du diese Antwort l\u00f6schen m\u00f6chtest?", + "Are you sure you want to delete this update?": "Wollen Sie wirklich die Aktualisierungen l\u00f6schen?", + "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "Sind Sie sicher, dass Sie {email} aus dem Kursteam f\u00fcr \u201c{container}\u201d streichen m\u00f6chten?", + "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "Sind Sie sicher, dass Sie {email} aus der Bibliothek \u201c{container}\u201d streichen m\u00f6chten?", + "Are you sure you want to remove this transcript?": "Sind Sie sicher, dass Sie das Transkript entfernen m\u00f6chten?", + "Are you sure you want to remove this video from the list?": "Sind Sie sicher, dass Sie dieses Video aus der Liste entfernen m\u00f6chten?", + "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "Sind Sie sicher, dass Sie den Zugang zu \u201c{container}\u201d f\u00fcr {email} einschr\u00e4nken wollen?", + "Are you sure you want to revert to the last published version of the unit? You cannot undo this action.": "Bist du sicher, dass du die letzte ver\u00f6ffentlichte Version dieser Einheit wiederherstellen m\u00f6chtest? Dieses kann nicht r\u00fcckg\u00e4ngig gemacht werden.", + "Are you sure you want to select this session?": "Sind Sie sicher, dass Sie diese Sitzung ausw\u00e4hlen m\u00f6chten?", + "Are you sure you want to unenroll from the purchased course {courseName} ({courseNumber})?": "Sind Sie sicher, dass Sie sich aus dem gekauften Kurs {courseName} ({courseNumber}) ausschreiben m\u00f6chten? ", + "Are you sure you want to unenroll from the verified {certNameLong} track of {courseName} ({courseNumber})?": "Sind Sie sicher, dass Sie sich von dem verifizierten {certNameLong} Modus von {courseName} ({courseNumber}) ausschreiben m\u00f6chten?", + "Are you sure you want to unenroll from the verified {certNameLong} track of {courseName} ({courseNumber})?": "Sind Sie sicher, dass Sie sich von dem verifizierten {certNameLong} Modus von {courseName} ({courseNumber}) ausschreiben m\u00f6chten?", + "Are you sure you want to unenroll from {courseName} ({courseNumber})?": "Sind Sie sich sicher, dass Sie sich aus {courseName} ({courseNumber}) ausschreiben m\u00f6chten?", + "Are you sure you want to unenroll from {courseName} ({courseNumber})? You will be refunded the amount you paid.": "Sind Sie sicher, dass Sie sich aus dem vin Ihnen gekauften Kurs {courseName} ({courseNumber}) ausschreiben wollen? Sie werden keine R\u00fcckerstattung f\u00fcr Ihre Zahlung erhalten.", + "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "Sind Sie sicher, dass Sie dieses Objekt l\u00f6schen m\u00f6chten. Dies kann nicht wieder r\u00fcckg\u00e4ngig gemacht werden\u23ce\n\u23ce\nDes Weiteren werden alle Inhalte, die sich auf dieses Objekt beziehen nicht mehr laufen (z.B. Verweise auf Bilder und Links).", + "Are you sure?": "Sind Sie sicher?", + "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "Als teil unsere \u00dcberpr\u00fcfung Prozess brauchen wir ein Foto von ihr Gesicht und ein Bildausweis mit amtlichen Licht. Unser Autorisierungsdienst best\u00e4tigt ihre Identit\u00e4t durch das vergleichen von beide Fotos.", + "As you complete courses, you will see them listed here.": "Wenn Sie Kurse absolvieren, werden Sie diese hier aufgelistet sehen.", + "Assessment": "Beurteilung", + "Assessment Results Visibility": "Sichtbarkeit der Auswertungen", + "Assessments": "Beurteilungen", + "Assign Team Memberships": "Team-Mitgliedschaft zuweisen", + "Assign learners to cohorts by uploading a CSV file": "Nutzern einen Kohort zuweisen, mit hochladen einer CSV-Datei", + "Assign students to cohorts by uploading a CSV file.": "Zuordnung der Teilnehmer zum Kohort durch hochladen einer CSV-Datei.", + "Assignment Type Name": "Aufgabentyp Name", + "Associated Content Group": "Zugeh\u00f6rigen Inhaltsgruppe", + "Attribution": "Attribution", + "August": "August", + "Author": "Autor", + "Auto-advance": "Auto-Fortschritt", + "Automated Transcripts": "Automatisierte Transkripte", + "Automatic": "automatisch", + "Automatic transcripts are disabled.": "Automatische Transkriptionen sind deaktiviert.", + "Available %s": "Verf\u00fcgbare %s", + "Average": "Mittel", + "Back to Full List": "Zur\u00fcck zur kompletten Liste", + "Back to sign in": "Zur\u00fcck zum Einloggen", + "Back to {platform} FAQs": "Zur\u00fcck zu den {platform} FAQs", + "Background color": "Hintergrundfarbe", + "Basic": "Grundlegend", + "Basic Account Information": "Profilinfo", + "Be sure your entire face is inside the frame": "Vergewissere dich, dass dein ganzes Gesicht im Bildrahmen ist", + "Before proceeding, please confirm that your details match": "Bevor du weiter machst, best\u00e4tige bitte, dass deine Detailangaben \u00fcbereinstimmen", + "Before proceeding, please {htmlStart}activate your account{htmlEnd}.": "Bevor Sie fortfahren, {htmlStart}aktivieren{htmlEnd} Sie bitte Ihren Account.", + "Before proceeding, please {htmlStart}unlink all social media accounts{htmlEnd}.": "Bevor Sie fortfahren, {htmlStart}entfernen{htmlEnd} Sie bitte alle Verlinkungen zu Ihren Social Media Konten.", + "Before you upgrade to a certificate track, you must activate your account.": "Bevor Sie auf einen verifizierten Modus upgraden k\u00f6nnen, m\u00fcssen Sie Ihren Account aktivieren.", + "Billed to": "Rechnung an", + "Billing/Payment Options": "Rechnungsstellung / Zahlungsoptionen", + "Biography": "Biografie", + "Block view is unavailable": "Blockansicht ist nicht verf\u00fcgbar", + "Blockquote": "Zitat", + "Blockquote (Ctrl+Q)": "Zitat (STRG+Q)", + "Blocks": "Bl\u00f6cke", + "Body": "Body", + "Bold": "Fett", + "Bold (Ctrl+B)": "Fett (STRG+B)", + "Bookmark this page": "Diese Seite merken", + "Bookmarked": "Lesezeichen gesetzt", + "Bookmarked on": "Lesezeichen gesetzt", + "Border": "Rahmen", + "Border color": "Rahmenfarbe", + "Bottom": "Grundlinie", + "Browse": "Durchsuchen", + "Browse recently launched courses and see what\\'s new in your favorite subjects": "Neue Kurse durchsuchen", + "Browsing": "Durchsuchen", + "Bulk Exceptions": "Sammelausnahmen", + "Bullet list": "Aufz\u00e4hlung", + "Bulleted List (Ctrl+U)": "Aufz\u00e4hlende Liste (STRG+U)", + "COMPLETED COURSES": "ABGESCHLOSSENE KURSE", + "COURSES IN PROGRESS": "LAUFENDE KURSE", + "Can I request additional time to complete my exam?": "Kann ich zus\u00e4tzliche Zeit beantragen, um meine Pr\u00fcfung abzuschlie\u00dfen?", + "Can we match the photo you took with the one on your ID?": "D\u00fcrfen wir das von dir gemachte Foto mit dem aus deinem Identit\u00e4tsnachweis vergleichen?", + "Cancel": "Abbrechen", + "Cancel enrollment code": "Zugangscode l\u00f6schen", + "Cancel team creating.": "Breche Teamerstellung ab.", + "Cancel team updating.": "Teamaktualisierung abbrechen.", + "Cancel upload": "Upload abbrechen", + "Cannot Start Proctored Exam": "Beaufsichtigte Pr\u00fcfung kann nicht begonnen werden", + "Cannot delete when in use by a unit": "Kann nicht gel\u00f6scht werden, w\u00e4hrend es von einer Lerneinheit genutzt wird", + "Cannot delete when in use by an experiment": "W\u00e4hrend der Nutzung in einem Experiment, ist das L\u00f6schen nicht m\u00f6glich", + "Cannot drop more <%= types %> assignments than are assigned.": "Es k\u00f6nnen nicht mehr <%= types %> Aufgabenzuordnungen gel\u00f6scht werden als zugeordnet sind.", + "Cannot join instructor managed team": "Kann nicht dem von einem Dozenten verwalteten Team beitreten", + "Caption": "Untertitel", + "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "Vorsicht: die zuletzt ver\u00f6ffentlichte Version dieser Lerneinheit ist live. Durch die Ver\u00f6ffentlichung von \u00c4nderungen wirst du das Kurserlebnis der Teilnehmer st\u00f6ren.", + "Cell": "Zelle", + "Cell padding": "Zelleneinr\u00fcckung", + "Cell properties": "Zelleneigenschaften", + "Cell spacing": "Zellenzwischenraum", + "Cell type": "Zellenart", + "Center": "Mitte", + "Certificate Details": "Zertifikat Details", + "Certificate Generated": "Zertifikat erstellt", + "Certificate Information": "Zertifikatinformationen", + "Certificate Name": "Zertifikatname", + "Certificate Purchased": "Zertifikat gekauft", + "Certificate Signatories": "Zertifikatsunterzeichner", + "Certificate Signatory Configuration": "Zertifikats-Unterzeichner-Konfiguration", + "Certificate Status:": "Zertifikat Status:", + "Certificate has been successfully invalidated for <%= user %>.": "Das Zertifikat f\u00fcr den Benutzer <%= user %> wurde erfolgreich entwertet.", + "Certificate name is required.": "Zertifikatname wird ben\u00f6tigt.", + "Certificate of <%= user %> has already been invalidated. Please check your spelling and retry.": "Das Zertifikat f\u00fcr den Benutzer <%= user %> wurde bereits entwertet. Bitte kontrollieren Sie Ihre Eingabe.", + "Certificates": "Zertifikate", + "Change": "\u00c4nderung", + "Change Enrollment": "\u00c4ndere Einschreibung", + "Change Manually": "Von Hand \u00e4ndern", + "Change My Email Address": "Meine E-Mail-Adresse \u00e4ndern", + "Change Session": "Sitzung \u00e4ndern", + "Change image": "Bild \u00e4ndern", + "Change or Leave Session": "Sitzung \u00e4ndern oder verlassen", + "Change to a different session or leave the current session.": "Wechseln Sie zu einer anderen Sitzung oder verlassen Sie die aktuelle Sitzung.", + "Changes to steps that are not selected as part of the assignment will not be saved.": "\u00c4nderungen an Schritten, die nicht als Teil der Aufgabe ausgew\u00e4hlt sind, werden nicht gespeichert.", + "Chapter Asset": "Objekt des Kapitels", + "Chapter Name": "Kapitelname", + "Chapter information": "Kapitel Information", + "Chapter name and asset_path are both required": "Kapitelname und asset_path werden beide ben\u00f6tigt", + "Chapter name is required": "Kapitelname ist erforderlich", + "Chapter {order}": "Kapitel {order}", + "Check Your Email": "Kontrollieren Sie Ihr E-Mail Postfach", + "Check the highlighted fields below and try again.": "Klicken Sie die markierten Felder unten an und versuchen Sie es erneut.", + "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "Aktivieren Sie diese Box und Sie erhalten einmal am Tag eine Zusammenfassung von neuen, ungelesenen Aktivit\u00e4ten zu Beitr\u00e4gen, denen Sie folgen. ", + "Check your email": "Pr\u00fcfen Sie Ihr E-Mail-Postfach", + "Check your email account for instructions to reset your password.": "Kontrollieren Sie Ihr E-Mail Postfach f\u00fcr die Anweisungen, wie Sie Ihr Passwort zur\u00fccksetzen k\u00f6nnen.", + "Check your email for an activation message.": "\u00dcberpr\u00fcfen Sie Ihre E-Mail auf eine Aktivierungsnachricht.", + "Checkout": "Kasse", + "Checkout with PayPal": "Mit PayPal bezahlen ", + "Checkout with {processor}": "Bezahlen mit {processor}", + "Choose": "Ausw\u00e4hlen", + "Choose File": "Datei ausw\u00e4hlen", + "Choose One": "Eine/Einen ausw\u00e4hlen", + "Choose a .csv file": "W\u00e4hlen Sie eine .csv-Datei aus", + "Choose a Date": "Datum w\u00e4hlen", + "Choose a Time": "Uhrzeit w\u00e4hlen", + "Choose a content group to associate": "W\u00e4hle eine Inhaltsgruppe", + "Choose a location to move your component to": "W\u00e4hlen Sie einen Speicherort, wo Sie die Komponente hinbewegen m\u00f6chten", + "Choose a time": "Uhrzeit", + "Choose all": "Alle ausw\u00e4hlen", + "Choose mode": "Modus ausw\u00e4hlen", + "Choose new file": "Neue Datei ausw\u00e4hlen", + "Choose one": "W\u00e4hlen Sie eines", + "Choose your institution from the list below:": "W\u00e4hlen Sie Ihre Institution aus der untenstehenden Liste aus:", + "Chosen %s": "Ausgew\u00e4hlte %s", + "Circle": "Kreis", + "Clear": "L\u00f6sche", + "Clear All": "Zur\u00fccksetzen", + "Clear Grading Due Date": "L\u00f6sche Bewertungsf\u00e4lligkeitsdatum", + "Clear Release Date/Time": "L\u00f6sche Freigabedatum/Uhrzeit", + "Clear Value": "Wert l\u00f6schen", + "Clear formatting": "L\u00f6sche Formatierung", + "Clear search": "Suche l\u00f6schen", + "Clear search results": "L\u00f6sche Sucherergebnisse", + "Click OK to have your e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Kilcken Sie auf OK um Ihre E-Mail-Adresse an eine externe Anwendung weiterzuleiten.\n\nKlicken Sie auf Abbrechen um zu dieser Seite zur\u00fcckzukehren ohne Daten zu senden.", + "Click OK to have your username and e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Kilcken Sie auf OK um Ihren Nutzernamen und Ihre E-Mail-Adresse an eine externe Anwendung weiterzuleiten.\n\nKlicken Sie auf Abbrechen um zu dieser Seite zur\u00fcckzukehren ohne Daten zu senden.", + "Click OK to have your username sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Kilcken Sie auf OK um Ihren Nutzernamen an eine externe Anwendung weiterzuleiten.\n\nKlicken Sie auf Abbrechen um zu dieser Seite zur\u00fcckzukehren ohne Daten zu senden.", + "Click on this button to mute or unmute this video or press UP or DOWN buttons to increase or decrease volume level.": "Klicke auf diesen Knopf und diess Video stumm oder nicht stumm zu schalten, oder dr\u00fccke die HOCH oder RUNTER Kn\u00f6pfe um die Lautst\u00e4rke zu erh\u00f6hen oder abzusenken.", + "Click to add a new %(xblock_type)s": "Klicken Sie, um einen neuen %(xblock_type)s hinzuzuf\u00fcgen", + "Click to change": "Zum \u00c4ndern klicken", + "Click to choose all %s at once.": "Klicken, um alle %s auf einmal auszuw\u00e4hlen.", + "Click to edit": "Klicke zum Bearbeiten", + "Click to remove all chosen %s at once.": "Klicken, um alle ausgew\u00e4hlten %s auf einmal zu entfernen.", + "Close": "Schlie\u00dfen", + "Close Calculator": "Schlie\u00dfe Taschenrechner", + "Code": "Code", + "Code Sample (Ctrl+K)": "Codebeispiel (STRG+K)", + "Code block": "Code-Abschnitt", + "Cohort Assignment Method": "Zuweisungsmethode der Cohorte", + "Cohort Name": "Name des Kohort", + "Cohorts": "Kohort", + "Cohorts Disabled": "Kohort nicht ausgew\u00e4hlt", + "Cohorts Enabled": "Kohort ausgew\u00e4hlt", + "Collapse All": "Alles verbergen", + "Collapse Instructions": "Anweisungen verbergen", + "Collapse/Expand this %(xblock_type)s": "%(xblock_type)s Ein- oder Ausfahren ", + "Color": "Farbe", + "Cols": "Spalten", + "Column": "Spalte", + "Column group": "Spaltengruppe", + "Coming Soon": "Bald verf\u00fcgbar", + "Commentary": "Kommentare", + "Common Problem Types": "H\u00e4ufige Probleme", + "Complete courses on your schedule to ensure you stand out in your field!": "Absolvieren Sie Kurse nach Ihrem Zeitplan, um sicherzustellen, dass Sie in Ihrem Bereich herausstechen!", + "Completed": "Abgeschlossen", + "Component": "Baustein", + "Components": "Komponenten", + "Configure": "Konfigurieren", + "Confirm": "Best\u00e4tigen", + "Confirm Password": "Passwort best\u00e4tigen", + "Confirm Timed Transcript": "Best\u00e4tige zeitbehaftetes Transkript", + "Congratulations!": "Gl\u00fcckwunsch!", + "Congratulations! You are now verified on %(platformName)s!": "Herzlichen Gl\u00fcckwunsch! Sie sind nun \u00fcberpr\u00fcft auf %(platformName)s!", + "Constrain proportions": "Seitenverh\u00e4ltnisse einschr\u00e4nken", + "Contact Us": "Kontaktieren Sie uns", + "Contains staff only content": "Enth\u00e4lt nur f\u00fcr Kursmitarbeiter bestimmte Inhalte", "Contains {count} group": [ - "Enth\u00e4lt {count} Gruppe", + "Enth\u00e4lt {count} Gruppe", "Enth\u00e4lt {count} Gruppen" - ], - "Content Group ID": "Inhaltsgruppe ID", - "Content Group Name": "Name der Inhaltegruppe", - "Content-Specific Discussion Topics": "Inhalt-Spezifische Diskussion ", - "Continue Exam Without Proctoring": "Diese Pr\u00fcfung ohne Aufsicht fortsetzen", - "Continue to Verification": "Weiter zur Verifikation", - "Continue to my practice exam": "Weiter zu meiner \u00dcbungspr\u00fcfung", - "Continue to my proctored exam. I want to be eligible for credit.": "Weiter zu meiner beaufsichtigten Pr\u00fcfung. Ich m\u00f6chte zu Kreditpunkten berechtigt sein.", - "Copy": "Kopiere", - "Copy Email To Editor": "E-Mail-Kopie an den Verfasser", - "Copy row": "Kopiere Zeile", - "Correct failed component": "Die fehlerhafte Komponente korrigieren", - "Cost": "Kosten", - "Could not find the specified string.": "Konnte die festgelegte Zeichenkette nicht finden", - "Could not find users associated with the following identifiers:": "F\u00fcr die folgenden Merkmale konnten keine Benutzer gefunden werden:", - "Could not grade your answer. The submission was aborted.": "Ihre Antwort konnte nicht benotet werden. Die Einreichung wurde abgebrochen.", - "Could not retrieve download url.": "Die Download URL konnte nicht aufgefunden werden.", - "Could not retrieve payment information": "Bezahlinformationen konnten nicht abgerufen werden", - "Could not retrieve upload url.": "Die Upload-URL konnte nicht aufgefunden werden.", - "Could not submit order": "Bestellung konnte nicht aufgegeben werden.", - "Could not submit photos": "Fotos konnten nicht eingereicht werden", - "Couldn't Save This Assignment": "Konnte diese Aufgabe nicht speichern", - "Country": "Land", - "Country of residence": "Wohnsitz", - "Country or Region of Residence": "Land oder Wohnsitz", - "Course Credit Requirements": "Anforderungen Kurs Credits", - "Course End": "Kursende", - "Course Handouts": "Kursmaterialien", - "Course ID": "Kurs-ID", - "Course Id": "Kurs ID", - "Course Index": "Kursindex", - "Course Key": "Kursschl\u00fcssel", - "Course Name": "Kursbezeichnung", - "Course Number": "Kursnummer", - "Course Number Override": "Kursnummer \u00dcberschreibung", - "Course Number:": "Kursnummer:", - "Course Outline": "Kurs\u00fcbersicht", - "Course Start": "Kursbeginn", - "Course Title": "Kurs Titel", - "Course Title Override": "Kurstitel \u00fcberschreiben", - "Course Video Settings": "Videoeinstellungen", - "Course is not yet visible to students.": "Der Kurs ist f\u00fcr die Teilnehmer noch nicht sichtbar.", - "Course pacing cannot be changed once a course has started.": "Das Kurstempo kann nicht ge\u00e4ndert werden, nachdem der Kurs gestartet ist.", - "Course title": "Kurs Titel", - "Course-Wide Discussion Topics": "Kursweite Diskussionsthemen", - "Create": "Erstellen", - "Create Account": "Konto erstellen", - "Create Re-run": "Erstelle Wiederholungslauf", - "Create a New Team": "Ein neues Team erstellen", - "Create a content group": "Erstelle eine Inhaltsgruppe", - "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "Erstelle ein neues Team, wenn Du keinem bestehenden Team beitreten kannst, oder wenn Du mit Freunden lernen m\u00f6chtest, die Du kennst.", - "Create account using %(providerName)s.": "Erstelle ein Konto mit %(providerName)s.", - "Create an Account": "Einen Account erstellen", - "Create an Account.": "Einen Account erstellen.", - "Create an account using": "Einen Account erstellen", - "Create team.": "Erstelle ein Team.", - "Created": "Erstellt", - "Creating missing groups": "Erstelle fehlende Gruppen", - "Creative Commons": "Creative Commons", - "Creative Commons licensed content, with terms as follow:": "Creative Commons lizensierter Inhalte mit folgenden Bedingungen:", - "Criterion Added": "Kriterium hinzugef\u00fcgt", - "Criterion Deleted": "Kriterium gel\u00f6scht", - "Crossed out items have been refunded.": "Gekreuzte Einzelteile wurden erstattet.", - "Current Role:": "Aktuelle Rolle:", - "Current conversation": "Aktuelle Konversation", - "Current enrollment mode:": "Aktueller Einschreibungsmodus:", - "Current location": "Aktueller Standort", - "Current tab": "Aktuelle Registerkarte", - "Currently selected": "Aktuell ausgew\u00e4hlt", - "Custom color": "Individuelle Farbe", - "Custom...": "Individuelle...", - "Cut": "Ausschneiden", - "Cut row": "Zeile ausschneiden", - "Date": "Datum", - "Date Added": "Datum hinzugef\u00fcgt", - "Date Joined": "Beitrittsdatum", - "Date added": "Datum hinzugef\u00fcgt", - "Deactivate": "Deaktivieren", - "December": "Dezember", - "Declined": "Abgelehnt", - "Decrease indent": "Einzug verkleinern", - "Default": "Standard", - "Default (Local Time Zone)": "Standard (Lokale Zeitzone)", - "Default Timed Transcript": "Standard, zeitbehaftetes Transkript", - "Delete": "L\u00f6schen", - "Delete \"<%= signatoryName %>\" from the list of signatories?": "L\u00f6sche \"<%= signatoryName %>\" von der Liste der Unterzeichner?", - "Delete File Confirmation": "Dateibest\u00e4tigung l\u00f6schen", - "Delete My Account": "Meinen Account l\u00f6schen", - "Delete Page Confirmation": "Seitenbest\u00e4tigung l\u00f6schen", - "Delete Team": "L\u00f6sche Team", - "Delete column": "L\u00f6sche Spalte", - "Delete row": "L\u00f6sche Zeile", - "Delete table": "L\u00f6sche Tabelle", - "Delete the user, {username}": "Den Benutzer {username} l\u00f6schen", - "Delete this %(item_display_name)s?": "%(item_display_name)s l\u00f6schen?", - "Delete this asset": "L\u00f6sche dieses Objekt", - "Delete this team?": "Dieses Team l\u00f6schen?", - "Delete this {xblock_type}?": "Dieses {xblock_type} l\u00f6schen?", - "Deleted Content Group": "L\u00f6sche Inhaltsgruppe", - "Deleted Group": "Gel\u00f6schte Gruppe", - "Deleting": "L\u00f6scht gerade", - "Deleting a textbook cannot be undone and once deleted any reference to it in your courseware's navigation will also be removed.": "Das L\u00f6schen eines Textbuches kann nicht r\u00fcckg\u00e4ngig gemacht werden. Au\u00dferdem werden alle Referenzen auf das Textbuch in der Kursinhaltsnavigation auch gel\u00f6scht.", - "Deleting this %(item_display_name)s is permanent and cannot be undone.": "Die L\u00f6schung von %(item_display_name)s ist permanent und kann nicht r\u00fcckg\u00e4ngig gemacht werden.", - "Deprecated": "Veralted", - "Describe ": "Beschreibe", - "Description": "Beschreibung", - "Description of the certificate": "Beschreibung des Zertifikats", - "Details": "Details", - "Dimensions": "Dimensionen", - "Disc": "Scheibe", - "Discard Changes": "\u00c4nderungen verwerfen", - "Discussion Home": "Forum Home", - "Display Name": "Anzeigename", - "Div": "Div", - "Do not show again": "Nicht wieder anzeigen", - "Do you want to replace the edX transcript with the YouTube transcript?": "M\u00f6chtest du das edX-Transkript durch das YouTube-Transkript ersetzen?", - "Do you want to upload your file before submitting?": "M\u00f6chten Sie die Datei hochladen, bevor Sie Ihre Antwort einreichen?", - "Document properties": "Dokumenteneigenschaften", - "Does the name on your ID match your account name: %(fullName)s?": "Passt der Name auf ihr Ausweis zu ihr Kontoname: %(fullName)s?", - "Does the photo of you match your ID photo?": "Passt das Foto zu das Foto auf ihr Ausweis?", - "Does the photo of you show your whole face?": "Zeiget das Foto ihr vollst\u00e4ndiges Gesicht?", - "Doing so means that you are no longer eligible for academic credit.": "Die Konsequenz hieraus ist, dass Sie nicht l\u00e4nger zum Erwerb akademische Kreditpunkte berechtigt sind.", - "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "Wir sehen dein Bild nicht? Vergewissere dich, deinem Browser die Nutzung der Kamera zu erlauben, wenn er nach der Genehmigung fragt.", - "Donate": "Spende", - "Double-check that your webcam is connected and working to continue.": "\u00dcberpr\u00fcfen Sie, dass Ihre Webcam angeschlossen ist, sodass Sie Ihre Arbeit fortsetzen k\u00f6nnen.", - "Download": "Download", - "Download Software Clicked": "Software Download gew\u00e4hlt", - "Download Transcript for Editing": "Transkript zur Bearbeitung herunterladen", - "Download URL": "Downloadadresse", - "Download the user's certificate": "Nutzerzertifikat herunterladen", - "Draft (Never published)": "Entwurf (bisher unver\u00f6ffentlicht)", - "Draft (Unpublished changes)": "Entwurf (unver\u00f6ffentlichte \u00c4nderungen)", - "Drag and drop or {spanStart}browse your computer{spanEnd}.": "Drag&Drop oder {spanStart}vom Computer hochladen{spanEnd}.", - "Drag to reorder": "F\u00fcr eine neue Reihenfolge, ziehen", - "Drop target image": "Zielbild fallenlassen", - "Due Date": "F\u00e4lligkeitsdatum", - "Due Date:": "F\u00e4lligkeitsdatum:", - "Due Time in UTC:": "F\u00e4lligkeitsuhrzeit in UTC:", - "Due date cannot be before start date.": "Das F\u00e4lligkeitsdatum kann nicht vor dem Startdatum liegen.", - "Due:": "Bis:", - "Duplicate": "Dupliziere", - "Duplicating": "Duplizieren", - "Duration (sec)": "Dauer (Sek.)", - "Earned Certificates": "Erhaltene Zertifikate", - "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "EdX hat kein zeitbehaftetes Transkript f\u00fcr dieses Video. Bitte lade eine .srt-Datei hoch.", - "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "EdX bietet ein zeitbehaftetes Transkript f\u00fcr dieses Video. Falls du dieses Transkript bearbeiten m\u00f6chtest, kannst du es herunterladen, bearbeiten und als ersetzendes Transkript erneut hochladen. Wenn du dieses Transkript ersetzen m\u00f6chtest, lade eine neue .srt Transkriptdatei hoch.", - "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "EdX bietet ein zeitbehaftetes Transkript f\u00fcr dieses Video. Falls du dieses Transkript ersetzen m\u00f6chtest, lade eine neue .srt-Transkriptdatei hoch. Falls du dieses Transkript bearbeiten m\u00f6chtest, kannst du es herunterladen, bearbeiten und als ersetzendes Transkript erneut hochladen.", - "Edit": "Bearbeiten", - "Edit %(display_name)s (required)": "Bearbeite %(display_name)s (ben\u00f6tigt)", - "Edit HTML": "Bearbeite HTML", - "Edit Membership": "Editiere Mitgliedschaft", - "Edit Team": "Team bearbeiten", - "Edit Your Name": "Ihren Namen bearbeiten", - "Edit this certificate?": "Dieses Zertifikat bearbeiten?", - "Editable": "Bearbeitbar", - "Editing access for: %(title)s": "Zugangseinstellungen bearbeiten f\u00fcr: %(title)s", - "Editor": "Editor", - "Education Completed": "H\u00f6chster Bildungsabschluss", - "Email": "E-Mail", - "Email Address (Sign In)": "E-Mail Adresse (Anmelden)", - "Email address": "Email-Adresse", - "Emails successfully sent. The following users are no longer enrolled in the course:": "E-Mail erfolgreich versandt. Die folgenden Nutzer sind nicht mehr in den Kurs eingeschrieben: ", - "Embed": "Einbetten", - "Emoticons": "Emoticons", - "Enable Cohorts": "Kohort aktivieren", - "Enable Now": "Jetzt aktivieren", - "Enabled": "Aktiviert", - "Encoding": "Kodiere", - "End My Exam": "Beende meine Pr\u00fcfung", - "End of transcript. Skip to the start.": "Ende des Transkriptes, zum Anfang springen", - "Ends {end}": "Endet am {end}", - "Engage with posts": "Forumsfunktionen", - "Enrolling you in the selected course": "In den gew\u00e4hlten Kurs einschreiben.", - "Enrollment Date": "Einschreibungsdatum", - "Enrollment Mode": "Einschreibungsmodus", - "Enrollment Tracks": "Einschreibe-Tracks", - "Ensure that you can see your photo and read your name": "Vergewissere dich, dass du dein Foto sehen und deinen Namen lesen kannst.", - "Enter Due Date and Time": "Geben Sie ein F\u00e4lligkeitsdatum und Zeit ein.", - "Enter Start Date and Time": "Geben Sie ein Startdatum und Zeit ein.", - "Enter a student's username or email address.": "Geben Sie Benutzername oder E-Mail Adresse eines Teilnehmers an.", - "Enter a username or email.": "Benutzername oder E-Mail-Adresse eingeben", - "Enter information to describe your team. You cannot change these details after you create the team.": "Gebe Informationen ein, um Dein Team zu beschreiben. Du kannst diese Details nicht mehr ver\u00e4ndern nachdem Du das Team erstellt hast.", - "Enter some details for your support request.": "Geben Sie bitte genaue Details in Ihrer Support Anfrage an.", - "Enter team description.": "Teambeschreibung eingeben.", - "Enter team name.": "Geben Sie einen Teamnamen ein.", - "Enter the enrollment code.": "Trage den Einschreibungscode ein.", - "Enter the name of the cohort": "Gebe ein das gew\u00fcnschte Namen von der Kohorte", - "Enter the page number you'd like to quickly navigate to.": "Geben Sie die Seitennummer ein zu welcher Sie schnell navigieren m\u00f6chten.", - "Enter the username or email address of each learner that you want to add as an exception.": "Geben Sie in die Eingabefelder den Benutzername oder die E-Mail Adresse des jeweiligen Teilnehmers ein, welchen Sie zur Ausnahmeliste hinzuf\u00fcgen m\u00f6chten.", - "Enter username or email": "Benutzernamen oder E-Mail-Adresse eingeben", - "Enter your ": "Angeben Ihrer", - "Entrance exam attempts is being reset for student '{student_id}'.": "Pr\u00fcfungsversuche werden zur\u00fcckgesetzt f\u00fcr folgende Teilnehmer: '{student_id}'.", - "Entrance exam state is being deleted for student '{student_id}'.": "Pr\u00fcfungsstatus wurde gel\u00f6scht von dem Teilnehmer: '{student_id}'.", - "Error": "Fehler", - "Error adding user": "Fehler beim Hinzuf\u00fcgen des Nutzers", - "Error adding/removing users as beta testers.": "Fehler beim Hinzuf\u00fcgen/Entfernen von Nutzern als Beta-Tester.", - "Error changing user's permissions.": "Fehler beim \u00c4ndern der Rechte des Nutzers.", - "Error enrolling/unenrolling users.": "Fehler beim Einschreiben/Streichen der Nutzer.", - "Error generating grades. Please try again.": "Fehler beim Erzeugen der Noten. Bitte versuche es noch einmal.", - "Error generating student profile information. Please try again.": "Es ist ein Fehler beim Laden der Teilnehmer-Informationen aufgetreten. Bitte versuchen Sie es erneut.", - "Error getting student list.": "Fehler beim Laden der Teilnehmerliste.", - "Error getting the number of ungraded responses": "Fehler bei der Abfrage der Anzahl der unbenoteten Antworten", - "Error importing course": "Fehler beim Importieren des Kurses", - "Error listing task history for this student and problem.": "Fehler beim Auflisten des Aufgabenverlaufs f\u00fcr diesen Teilnehmer und diese Fragestellung.", - "Error removing user": "Fehler beim Entfernen des Nutzers", - "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "Fehler beim Zur\u00fccksetzen der Pr\u00fcfungsversuche der Teilnehmer '{student_id}'. Stellen Sie sicher, dass der Teilnehmercode korrekt ist.", - "Error retrieving grading configuration.": "Es gab einen Fehler beim Erhalt der Benotungskonfiguration.", - "Error sending email.": "Fehler beim Senden der E-Mail.", - "Error while generating certificates. Please try again.": "Fehler bei der Erstellung der Zertifikate. Bitte versuchen Sie es noch einmal.", - "Error.": "Fehler.", - "Error:": "Fehler:", - "Error: ": "Fehler:", - "Error: Connection with server failed.": "Fehlermeldung: Die Verbindung zum Server ist abgebrochen", - "Error: Import failed.": "Fehler: Importieren fehlgeschlagen.", - "Error: Uploading failed.": "Fehler: Hochladen fehlgeschlagen.", - "Error: You cannot remove yourself from the Instructor group!": "Fehler: Du kannst dich nicht selbst aus der Dozentengruppe entfernen!", - "Errors": "Fehler", - "Exam Types": "Pr\u00fcfungsarten", - "Exit full browser": "Browservollbild verlassen", - "Expand All": "Alles erweitern", - "Expand Instructions": "Anweisungen aufklappen", - "Explanation": "Erkl\u00e4rung", - "Explore New Programs": "Nach neuen Programmen suchen", - "Explore Programs": "Nach Programmen suchen", - "Explore your course!": "Erkunde ihr Kurs!", - "Failed Proctoring": "Nicht bestanden unter Beaufsichtigung", - "Failed to reset attempts for user.": "Die Freiversuche f\u00fcr diesen Benutzer konnten nicht zur\u00fcckgesetzt werden.", - "February": "Februar", - "Feedback available for selection.": "Feedback f\u00fcr die Auswahl verf\u00fcgbar.", - "File": "Datei", - "File Name": "Dateiname", - "File format not supported. Please upload a file with a {ext} extension.": "Dateiformat nicht unterst\u00fctzt. Bitte laden Sie eine Datei mit der Endung {ext} hoch.", - "File size must be 10MB or less.": "Datei darf maximal 10MB gro\u00df sein.", - "File type is not allowed.": "Dieser Dateityp ist nicht erlaubt. ", - "File types can not be empty.": "Dateityp darf nicht leer sein.", - "File upload succeeded": "Datei erfolgreich hochgeladen", - "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "Die Datei {filename} \u00fcberschreitet die maximale Gr\u00f6\u00dfe von {maxFileSizeInMBs} MB", - "Files must be in JPEG or PNG format.": "Dateien m\u00fcssen im JPEG oder PNG Format sein.", - "Fill browser": "Vollbild im Browser", - "Filter": "Filter", - "Filter and sort topics": "Filter und sortiere Themen", - "Final Grade Received": "Erhaltene Endnote", - "Find": "Finde", - "Find a course": "Finde einen Kurs", - "Find and replace": "Finde und ersetze", - "Find answers to the top questions asked by learners.": "Die h\u00e4ufigsten Fragen und Antworten anderer Lernender. ", - "Find discussions": "Diskussion finden", - "Find next": "Finde n\u00e4chstes", - "Find previous": "Finde vorheriges", - "Finish": "Beende", - "First time here?": "Zum ersten Mal hier?", - "Follow or unfollow posts": "Beitr\u00e4gen folgen / entfolgen", - "Font Family": "Schriftfamilie", - "Font Sizes": "Schriftgr\u00f6\u00dfen", - "Footer": "Fu\u00dfzeile", - "Format": "Format", - "Formats": "Formate", - "Frequently Asked Questions": "H\u00e4ufig gestellte Fragen", - "Full Name": "Vollst\u00e4ndiger Name", - "Full Profile": "Vollst\u00e4ndiges Profil", - "Fullscreen": "Vollbild", - "Fully Supported": "Komplett unterst\u00fctzt", - "Gender": "Geschlecht", - "General": "Allgemein", - "General Proctored Exam Rules": "Allgemeine Regeln zu beaufsichtigten Pr\u00fcfungen", - "Generate": "Erstellen", - "Generate Exception Certificates": "Ausnahmezertifikate erstellen", - "Generate the user's certificate": "Zertifikat f\u00fcr den Nutzer erstellen", - "Go Back": "Gehe zur\u00fcck", - "Go to Dashboard": "Zu \"Meine Kurse\"", - "Go to my Dashboard": "Zu \"Meine Kurse\"", - "Go to your Dashboard": "Zu \"Meine Kurse\"", - "Go to {platform} Home": "Gehe zur Startseite der {platform} ", - "Government-Issued Photo ID": "Bildausweis mit amtlichen Licht", - "Grace period must be specified in HH:MM format.": "Abgabefrist muss im HH:MM Format festgelegt werden.", - "Grade": "Note", - "Grade as:": "Benote als:", - "Graded as:": "Benotet als:", - "Grading": "Bewertung", - "Group %s": "Gruppe %s", - "Group A": "Gruppe A", - "Group B": "Gruppe B", - "Group Configuration ID": "Gruppenaufbau ID", - "Group Configuration Name": "Gruppenaufbauname", - "Group Configuration information": "Gruppenaufbauinformation", - "Group Configuration name is required.": "Name der Gruppenkonfiguration wird ben\u00f6tigt", - "Group information": "Gruppeninformation", - "Group name is required": "Gruppenname wird ben\u00f6tigt", - "Groups": "Gruppen", - "H Align": "H Ausrichtung", - "HTML source code": "HTML-Quellcode", - "Header": "Kopfzeile", - "Header 1": "Kopfzeile 1", - "Header 2": "Kopfzeile 2", - "Header 3": "Kopfzeile 3", - "Header 4": "Kopfzeile 4", - "Header 5": "Kopfzeile 5", - "Header 6": "Kopfzeile 6", - "Header cell": "Kopfzeilenzelle", - "Headers": "Kopfzeilen", - "Heading": "\u00dcberschrift", - "Heading (Ctrl+H)": "\u00dcberschrift (STRG+H)", - "Heading 1": "\u00dcberschrift 1", - "Heading 2": "\u00dcberschrift 2", - "Heading 3": "\u00dcberschrift 3", - "Heading 4": "\u00dcberschrift 4", - "Heading 5": "\u00dcberschrift 5", - "Heading 6": "\u00dcberschrift 6", - "Headings": "\u00dcberschriften", - "Height": "H\u00f6he", - "Help Translate into {beta_language}": "Helfen Sie zu \u00fcbersetzen in {beta_language}", - "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "Helfe anderen Lernenden zu entscheiden, ob sie deinem Team beitreten, indem du Charakteristiken f\u00fcr dein Team festlegst. W\u00e4hle diese mit bedacht aus, da weniger Leute interessiert sein k\u00f6nnten deinem Team beizutreten, wenn es zu restriktiv erscheint.", - "Hide": "Ausblenden", - "Hide Annotations": "Anmerkungen verstecken", - "Hide Deprecated Settings": "Veraltete Einstellungen verbergen", - "Hide Discussion": "Diskussion ausblenden", - "Hide Previews": "Vorschau verstecken", - "Hide closed captions": "Geschlossene \u00dcberschriften verbergen", - "Hide content after course end date": "Kursinhalte nach Kursenddatum verbergen", - "Hide content after due date": "Kursinhalte nach Kursenddatum verbergen", - "Hide entire subsection": "Kompletten Unterabschnitt verbergen", - "Hide from learners": "Vor Lernenden verbergen", - "Hide notes": "Notizen verstecken", - "Hide transcripts ({transcriptCount})": "Transkript verbergen ({transcriptCount})", - "Hiding from Students": "Vor Teilnehmern verbergen", - "High Definition": "Hohe Aufl\u00f6sung", - "Highlight {highlight_index}": "Highlight {highlight_index}", - "Highlighted text": "Markiertes Text", - "Horizontal Rule (Ctrl+R)": "Horizontale Linie (STRG+R)", - "Horizontal line": "Horizontale Linie", - "Horizontal space": "Horizontaler Abstand", - "How to use %(platform_name)s discussions": "So nutzen Sie das %(platform_name)s Diskussionsforum", - "Hyperlink (Ctrl+L)": "Hyperlink (STRG+L)", - "I am ready to start this timed exam,": "Ich bin bereit diese zeitlich begrenzte Pr\u00fcfung zu beginnen, ", - "ID": "ID", - "ID-Verification is not required for this Professional Education course.": "ID-Verifikation ist f\u00fcr diesen Kurs nicht erforderlich.", - "Identity Verification In Progress": "Verifikation Ihrer Identit\u00e4t in Bearbeitung", - "If the course does not have an end date, learners always see their scores when they submit answers to assessments.": "Wenn der Kurs kein Enddatum hat, sehen Nutzer immer die Auswertung, nachdem Antworten eingereicht wurden.", - "If the unit was previously published and released to students, any changes you made to the unit when it was hidden will now be visible to students. Do you want to proceed?": "Falls die Lerneinheit bereits vorher ver\u00f6ffentlicht und f\u00fcr die Teilnehmer freigeben war, werden jetzt alle Anderungen, die du w\u00e4hrend die Einheit versteckt war, vorgenommen hast, f\u00fcr die Teilnehmer sichtbar. M\u00f6chtest du fortfahren?", - "If you do not yet have an account, use the button below to register.": "Wenn Sie noch kein Account haben, nutzen Sie den unteren Button, um sich zu registrieren.", - "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "Wenn Sie Ihre Identit\u00e4t jetzt nicht \u00fcberpr\u00fcfen k\u00f6nnen Sie immer noch Ihren Kurs erkunden von Ihrem Armaturenbrett. Sie werden regelm\u00e4\u00dfigen Erinnerungen von %(platformName)s erhalten um Ihre Identit\u00e4t zu \u00fcberpr\u00fcfen.", - "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "Wenn Sie diese Seite ohne vorheriges Speichern oder Einreichen der Antwort verlassen, geht die Arbeit an dieser Antwort verloren.", - "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "Wenn Sie diese Seite verlassen ohne Ihre Partnerbewertung zu \u00fcbermitteln, werden Sie alle Ihre bis jetzt erledigte Arbeit verlieren.", - "If you leave this page without submitting your self assessment, you will lose any work you have done.": "Wenn Sie diese Seite ohne vorheriges Speichern oder Einreichen der Antwort verlassen, geht die Arbeit an dieser Antwort verloren.", - "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "Wenn Sie diese Seite ohne Einreichung der Mitarbeiterbewertung verlassen, geht Ihre Arbeit verloren.", - "If you remove this transcript, the transcript will not be available for this component.": "Wenn Sie dieses Transkript entfernen, wird es nicht mehr erh\u00e4ltlich sein in dieser Komponente.", - "If you still wish to continue and delete your account, please enter your account password:": "Wenn Sie sicher sind, dass Sie Ihr Account l\u00f6schen m\u00f6chten, geben Sie bitte Ihr Passwort ein:", - "Ignore": "Ignorieren", - "Ignore all": "Ignoriere alles", - "Image": "Bild", - "Image (Ctrl+G)": "Bild (STRG+G)", - "Image Description": "Bildbeschreibung", - "Image Upload Error": "Fehler beim Hochladen eines Bildes", - "Image description": "Bildbeschreibung", - "Image must be in PNG format": "Bilder m\u00fcssen im PNG-Format sein", - "Image must be in PNG format.": "Bild muss im PNG-Format sein.", - "Import YouTube Transcript": "YouTube-Transkript importieren", - "In Progress": "In Bearbeitung", - "Incorrect url format.": "Ung\u00fcltiges URL-Format.", - "Increase indent": "Einzug vergr\u00f6\u00dfern", - "Individual Exceptions": "Einzelne Ausnahmen", - "Inline": "inzeilig", - "Insert": "Einf\u00fcgen", - "Insert Hyperlink": "Hyperlink einf\u00fcgen", - "Insert Image (upload file or type URL)": "Bild einf\u00fcgen (Datei hochladen oder URL angeben)", - "Insert column after": "Spalte danach einf\u00fcgen", - "Insert column before": "Spalte davor einf\u00fcgen", - "Insert date/time": "Datum/Uhrzeit einf\u00fcgen", - "Insert image": "Bild einf\u00fcgen", - "Insert link": "Link einf\u00fcgen", - "Insert row after": "Nach Zeile einf\u00fcgen", - "Insert row before": "Vor Zeile einf\u00fcgen", - "Insert table": "Tabelle einf\u00fcgen", - "Insert template": "Schablone einf\u00fcgen", - "Insert video": "Video einf\u00fcgen", - "Insert/Edit Image": "Bild einf\u00fcgen/bearbeiten", - "Insert/edit image": "Bild einf\u00fcgen/bearbeiten", - "Insert/edit link": "Link einf\u00fcgen/bearbeiten", - "Insert/edit video": "Video einf\u00fcgen/bearbeiten", - "Instructor Biography": "Dozentenbiographie", - "Instructor Name": "Dozententitel", - "Instructor Photo": "Dozenten-Foto", - "Instructor Photo URL": "URL Foto des Dozenten", - "Instructor Title": "Dozententitel", - "Instructor tools": "Dozentenwerkzeuge", - "Internal Server Error.": "Interner Server Fehler.", - "Introduction to Cookie Baking": "Einf\u00fchrung zum Cookie-Backen", - "Invalidate Certificate": "Zertifikat entwerten", - "Invalidated": "Entwertet", - "Invalidated By": "Entwertet durch", - "Is Sample Attempt": "Ist ein Probeversuch", - "Is Visible To:": "Ist sichtbar f\u00fcr:", - "Is this OK?": "Ist dieses korrekt?", - "Is your name on your ID readable?": "Ist ihr Name auf ihr Ausweis lesbar?", - "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "Es wird dringend empfohlen, dass Sie vier oder weniger Unterzeichner festlegen. Wenn Sie weitere Unterzeichner hinzuf\u00fcgen, beachten Sie die Vorschau des Ausdrucks des Zertifikats. Gehen Sie sicher, dass das Zertifikat richtig, passend, auf einer Seite ausgedruckt wird.", - "Italic": "Kursiv", - "Italic (Ctrl+I)": "Kursiv (STRG+I)", - "January": "Januar", - "Join Team": "Trete Team bei", - "Joined": "Beigetreten", - "Joined %(date)s": "Beigetreten am %(date)s", - "Joined Date": "Beigetreten am", - "July": "Juli", - "June": "Juni", - "Justify": "Ausrichten", - "KB": "KB", - "Key should only contain letters, numbers, _, or -": "Schl\u00fcssel sollten nur Buchstaben, Ziffern, _ oder - enthalten", - "Keywords": "Stichw\u00f6rter", - "LEARN MORE": "MEHR ERFAHREN", - "Language": "Sprache", - "Large": "Gro\u00df", - "Last Activity %(date)s": "Letzte Aktivit\u00e4t %(date)s", - "Last Edited:": "Zuletzt Bearbeitet:", - "Last Updated": "Letztes Update", - "Last activity %(date)s": "Letzte Aktivit\u00e4t %(date)s", - "Last modified by": "Zuletzt ge\u00e4ndert durch", - "Last published %(last_published_date)s by %(publish_username)s": "Zuletzt ver\u00f6ffentlicht %(last_published_date)s von %(publish_username)s", - "Last updated": "Zuletzt aktualisiert", - "Learn More": "Lerne mehr", - "Learn more about {license_name}": "Erfahre mehr \u00fcber {license_name}", - "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the course end date has passed.": "Nutzer sehen erst die Auswertungen ihrer Antworten, nach Ablauf der Kurslaufzeit.", - "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the due date for the subsection has passed.": "Nutzer sehen erst die Auswertung ihrer Antworten, nach Ablauf des F\u00e4lligkeitsdatum des Unterabschnitt.", - "Learners never see whether their answers to assessments are correct or incorrect, nor the score received.": "Nutzer sehen nicht nach einreichen ihrer Antworten, ob diese richtig oder falsch sind und auch nicht, welche Punkte sie erhalten.", - "Learners see the published subsection and can access its content.": "Teilnehmer sehen den ver\u00f6ffentlichten Unterabschnitt und k\u00f6nnen auf dessen Inhalt zugreifen.", - "Learning Outcome": "Lernergebnis", - "Leave Team": "Verlasse Team", - "Leave this team?": "Dieses Team verlassen?", - "Left": "Links", - "Left to right": "Links nach rechts", - "Less": "Weniger", - "Library User": "Bibliotheks-Benutzer", - "Limit Access": "Beschr\u00e4nkter Zugang", - "Limited Profile": "Limitiertes Profil", - "Link Your Account": "Ihr Konto verbinden", - "Link your {accountName} account": "Verlinken Sie Ihren Account: {accountName}", - "Linked Accounts": "Verbundene Konten", - "Linking": "Verbinden", - "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "Links werden auf Anfrage generiert und verfallen nach 5 Minuten aufgrund der sensiblen Natur der Teilnehmerinformationen.", - "List item": "Listenelement", - "List of Open Assessments is unavailable": "Liste der offenen Beurteilungen ist nicht verf\u00fcgbar", - "List of uploaded files and assets in this course": "Liste der hoch geladenen Dateien und Objekte in diesem Kurs", - "Live view of webcam": "Live-Ansicht von die Webcam", - "Load Another File": "Eine andere Datei laden", - "Load all responses": "Lade alle Antworten", - "Load next {numResponses} responses": "Lade die n\u00e4chsten {numResponses} Antworten ", - "Loading": "Ladevorgang", - "Loading content": "Inhalt wird geladen", - "Loading data...": "Daten werden geladen...", - "Loading more threads": "Lade weitere Diskussionsstr\u00e4nge", - "Loading posts list": "Lade Beitrags\u00fcbersicht", - "Loading your courses": "Lade ihren Kurs", - "Location": "Ort", - "Lock this asset": "Objekt sperren", - "Lock/unlock file": "Datei sperren/entsperren", - "Loud": "Laut", - "Low": "Niedrig", - "Lower Alpha": "Klein Alpha", - "Lower Greek": "Klein Griechisch", - "Lower Roman": "Klein R\u00f6misch", - "MB": "MB", - "Make Visible to Students": "F\u00fcr die Teilnehmer anzeigen lassen", - "Make sure that the full name on your account matches the name on your ID.": "Kontrollieren sie das der Name auf ihr Konto zum Name auf ihr Ausweis passt.", - "Make sure we can verify your identity with the photos and information you have provided.": "Stellen Sie sich sicher, dass wir ihre Identit\u00e4t mit die Informationen und Fotos die Sie uns zur verf\u00fcgung gestellt haben best\u00e4tigen k\u00f6nnen.", - "Make sure your ID is well-lit": "Stelle sicher, dass Dein Ausweis gut ausgeleuchtet ist.", - "Make sure your face is well-lit": "Vergewissere dich, dass dein Gesicht gut ausgeleuchtet ist", - "Make this subsection available as a prerequisite to other content": "Lege diesen Unterabschnitt als Voraussetzung f\u00fcr andere Inhalte fest ", - "Making Visible to Students": "F\u00fcr die Teilnehmer sichtbar machen", - "Manual": "Handbuch", - "March": "M\u00e4rz", - "Mark Exam As Completed": "Markiere Pr\u00fcfung als vollst\u00e4ndig", - "Mark enrollment code as unused": "Markiere Einschreibungscode als unbenutzt", - "Markdown Editing Help": "Markdown Bearbeitungshilfen", - "Match case": "Gross-/Kleinschreibung", - "Max file size exceeded": "Maximale Dateigr\u00f6\u00dfe \u00fcberschritten", - "Maximum": "Maximal", - "Maximum file size: {maxFileSize} GB": "Maximale Dateigr\u00f6\u00dfe betr\u00e4gt: {maxFileSize} GB", - "May": "Mai", - "Membership": "Mitgliedschaft", - "Merge cells": "Zellen verbinden", - "Message:": "Nachricht: ", - "Middle": "Realschule", - "Midnight": "Mitternacht", - "Minimum Completion:": "Mindestabschluss:", - "Minimum Score:": "Minimale Punktzahl:", - "Module state successfully deleted.": "Modulzustand erfogreich gel\u00f6scht.", - "More": "Mehr", - "Move": "Verschieben", - "Move: {displayName}": "Bewegen: {displayName}", - "Moving": "Bewegen", - "Must complete verification checkpoint": "Zu erf\u00fcllende Kontrollpunkte der Verifikation", - "Mute": "Stumm", - "Muted": "Stumm", - "My Orders": "Meine Bestellungen", - "My Team": "Mein Team", - "N/A": "nicht verf\u00fcgbar", - "Name": "Name", - "Name ": "Name", - "Name of the certificate": "Name des Zertifikats", - "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "Benenne die Gruppen, denen die Teilnehmer zugeordnet werden, wie z.B. Steuerung, Video oder Fragestellungen. Es m\u00fcssen zwei oder mehr Gruppen angelegt werden.", - "Name of the signatory": "Name des Unterzeichners", - "Name or short description of the configuration": "Name oder Kurzbeschreibung des Aufbaus", - "Never published": "Bisher unver\u00f6ffentlicht", - "Never show assessment results": "Auswertungen nie zeigen", - "New %(item_type)s": "%(item_type)s erstellen", - "New Address": "Neue Adresse", - "New Password": "Neues Passwort", - "New document": "Neues Dokument", - "New enrollment mode:": "Neuer Einschreibungsmodus:", - "New window": "Neues Fenster", - "New {component_type}": " {component_type} erstellen", - "Next": "Weiter", - "Next Step: Confirm your identity": "Als n\u00e4chstes: Best\u00e4tigen Sie ihre Identit\u00e4t", - "Next: %(nextStepTitle)s": "Kommend: %(nextStepTitle)s", - "No Content Group": "Keine Inhaltsgruppe", - "No Derivatives": "No Derivatives", - "No EdX Timed Transcript": "Kein zeitbehaftetes Transkript von edX", - "No Flash Detected": "Kein Flash gefunden", - "No Timed Transcript": "Kein zeitbehaftetes Transkript", - "No Webcam Detected": "Keine Webcam gefunden", - "No color": "Keine Farbe", - "No content-specific discussion topics exist.": "Nicht-Inhalt-Spezifische Diskussion ", - "No description available": "Keine Beschreibung verf\u00fcgbar", - "No posts matched your query.": "Kein Beitrag passt zu Ihrer Anfrage.", - "No prerequisite": "Keine Vorraussetzungen", - "No receipt available": "Keine Quittung verf\u00fcgbar", - "No results": "Keine Ergebnisse", - "No results found for \"%(query_string)s\". Please try searching again.": "Es konnten keine Ergebnisse f\u00fcr \"%(query_string)s\" gefunden werden. Bitte versuchen Sie es erneut. ", - "No results found for {original_query}. Showing results for {suggested_query}.": "Keine Ergebnisse f\u00fcr {original_query}. \u00c4hnliche Ergebnisse f\u00fcr {suggested_query}.", - "No tasks currently running.": "Momentan laufen keine Aufgaben.", - "No transcript uploaded.": "Kein Transkript hochgeladen.", - "Nonbreaking space": "Gesch\u00fctztes Leerzeichen", - "Noncommercial": "Nicht-kommerziell", - "None": "Kein Schulabschluss", - "Noon": "Mittag", - "Not Currently Available": "Momentan nicht verf\u00fcgbar", - "Not Graded": "Unbenotet", - "Not Selected": "Nicht ausgew\u00e4hlt", - "Not Supported": "Nicht unterst\u00fctzt", - "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "Konnte die Bestehensgrenze nicht niedriger als %(minimum_grade_cutoff)s% setzen.", - "Not available": "Nicht verf\u00fcgbar", - "Not in Use": "Nicht in Gebrauch", - "Not selected": "Nicht ausgew\u00e4hlt", - "Not yet": "Noch nicht", - "Note": "Anmerkung", + ], + "Content Group ID": "Inhaltsgruppe ID", + "Content Group Name": "Name der Inhaltegruppe", + "Content-Specific Discussion Topics": "Inhalt-Spezifische Diskussion ", + "Continue Exam Without Proctoring": "Diese Pr\u00fcfung ohne Aufsicht fortsetzen", + "Continue to Verification": "Weiter zur Verifikation", + "Continue to my practice exam": "Weiter zu meiner \u00dcbungspr\u00fcfung", + "Continue to my proctored exam. I want to be eligible for credit.": "Weiter zu meiner beaufsichtigten Pr\u00fcfung. Ich m\u00f6chte zu Kreditpunkten berechtigt sein.", + "Copy": "Kopiere", + "Copy Component Location": "Komponentenposition kopieren", + "Copy Email To Editor": "E-Mail-Kopie an den Verfasser", + "Copy row": "Kopiere Zeile", + "Correct failed component": "Die fehlerhafte Komponente korrigieren", + "Cost": "Kosten", + "Could not find Certificate Exception in white list. Please refresh the page and try again": "Zertifikatsausnahme konnte in der Whitelist nicht gefunden werden. Bitte aktualisieren Sie die Seite und versuchen Sie es erneut.", + "Could not find Certificate Invalidation in the list. Please refresh the page and try again": "Die Zertifikatsinvalidierung konnte in der Liste nicht gefunden werden. Bitte aktualisieren Sie die Seite und versuchen Sie es erneut.", + "Could not find a user with username or email address '<%- identifier %>'.": "Ein Benutzer mit Benutzername oder E-Mail-Adresse '<%- identifier %>' konnte nicht gefunden werden.", + "Could not find the specified string.": "Konnte die festgelegte Zeichenkette nicht finden", + "Could not find users associated with the following identifiers:": "F\u00fcr die folgenden Merkmale konnten keine Benutzer gefunden werden:", + "Could not grade your answer. The submission was aborted.": "Ihre Antwort konnte nicht benotet werden. Die Einreichung wurde abgebrochen.", + "Could not load teams information.": "Konnte keine Teaminformationen laden.", + "Could not override problem score for {user}.": "Konnte die Problembewertung nicht \u00fcberschreiben f\u00fcr {user}.", + "Could not retrieve download url.": "Die Download URL konnte nicht aufgefunden werden.", + "Could not retrieve payment information": "Bezahlinformationen konnten nicht abgerufen werden", + "Could not retrieve upload url.": "Die Upload-URL konnte nicht aufgefunden werden.", + "Could not submit order": "Bestellung konnte nicht aufgegeben werden.", + "Could not submit photos": "Fotos konnten nicht eingereicht werden", + "Could not upload the video image file": "Die Videobilddatei konnte nicht hochgeladen werden.", + "Couldn't Save This Assignment": "Konnte diese Aufgabe nicht speichern", + "Country": "Land", + "Country of residence": "Wohnsitz", + "Country or Region of Residence": "Land oder Wohnsitz", + "Course": [ + "Kurs", + "Kurse" + ], + "Course Content": "Kursinhalt", + "Course Credit Requirements": "Anforderungen Kurs Credits", + "Course End": "Kursende", + "Course Handouts": "Kursmaterialien", + "Course ID": "Kurs-ID", + "Course Id": "Kurs ID", + "Course Index": "Kursindex", + "Course Key": "Kursschl\u00fcssel", + "Course Name": "Kursbezeichnung", + "Course Number": "Kursnummer", + "Course Number Override": "Kursnummer \u00dcberschreibung", + "Course Number:": "Kursnummer:", + "Course Outline": "Kurs\u00fcbersicht", + "Course Run:": "Kurslaufzeit:", + "Course Start": "Kursbeginn", + "Course Title": "Kurs Titel", + "Course Title Override": "Kurstitel \u00fcberschreiben", + "Course Video Settings": "Videoeinstellungen", + "Course is not yet visible to students.": "Der Kurs ist f\u00fcr die Teilnehmer noch nicht sichtbar.", + "Course pacing cannot be changed once a course has started.": "Das Kurstempo kann nicht ge\u00e4ndert werden, nachdem der Kurs gestartet ist.", + "Course title": "Kurs Titel", + "Course-Wide Discussion Topics": "Kursweite Diskussionsthemen", + "Create": "Erstellen", + "Create Account": "Konto erstellen", + "Create Re-run": "Erstelle Wiederholungslauf", + "Create a New Team": "Ein neues Team erstellen", + "Create a content group": "Erstelle eine Inhaltsgruppe", + "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "Erstelle ein neues Team, wenn Du keinem bestehenden Team beitreten kannst, oder wenn Du mit Freunden lernen m\u00f6chtest, die Du kennst.", + "Create a {link_start}Mozilla Backpack{link_end} account, or log in to your existing account": "Erstellen Sie ein {link_start}Mozilla Backpack{link_end} Konto, oder melden Sie sich bei Ihrem bestehenden Konto an.", + "Create account using %(providerName)s.": "Erstelle ein Konto mit %(providerName)s.", + "Create an Account": "Einen Account erstellen", + "Create an Account.": "Einen Account erstellen.", + "Create an account using": "Einen Account erstellen", + "Create team.": "Erstelle ein Team.", + "Created": "Erstellt", + "Creating missing groups": "Erstelle fehlende Gruppen", + "Creative Commons": "Creative Commons", + "Creative Commons licensed content, with terms as follow:": "Creative Commons lizensierter Inhalte mit folgenden Bedingungen:", + "Criterion Added": "Kriterium hinzugef\u00fcgt", + "Criterion Deleted": "Kriterium gel\u00f6scht", + "Crossed out items have been refunded.": "Gekreuzte Einzelteile wurden erstattet.", + "Current Role:": "Aktuelle Rolle:", + "Current conversation": "Aktuelle Konversation", + "Current enrollment mode:": "Aktueller Einschreibungsmodus:", + "Current location": "Aktueller Standort", + "Current tab": "Aktuelle Registerkarte", + "Currently selected": "Aktuell ausgew\u00e4hlt", + "Custom color": "Individuelle Farbe", + "Custom...": "Individuelle...", + "Cut": "Ausschneiden", + "Cut row": "Zeile ausschneiden", + "Date": "Datum", + "Date Added": "Datum hinzugef\u00fcgt", + "Date Joined": "Beitrittsdatum", + "Date Placed": "Datum der Einreichung", + "Date added": "Datum hinzugef\u00fcgt", + "Deactivate": "Deaktivieren", + "Deadlines": "Abgabefristen", + "December": "Dezember", + "Declined": "Abgelehnt", + "Decrease indent": "Einzug verkleinern", + "Default": "Standard", + "Default (Local Time Zone)": "Standard (Lokale Zeitzone)", + "Default Timed Transcript": "Standard, zeitbehaftetes Transkript", + "Delete": "L\u00f6schen", + "Delete \"<%= signatoryName %>\" from the list of signatories?": "L\u00f6sche \"<%= signatoryName %>\" von der Liste der Unterzeichner?", + "Delete File Confirmation": "Dateibest\u00e4tigung l\u00f6schen", + "Delete My Account": "Meinen Account l\u00f6schen", + "Delete Page Confirmation": "Seitenbest\u00e4tigung l\u00f6schen", + "Delete Team": "L\u00f6sche Team", + "Delete column": "L\u00f6sche Spalte", + "Delete row": "L\u00f6sche Zeile", + "Delete student '<%- student_id %>'s state on problem '<%- problem_id %>'?": "Zustand bei Problem '<%- problem_id %>' von Teilnehmer '<%- student_id %>' l\u00f6schen?", + "Delete table": "L\u00f6sche Tabelle", + "Delete the user, {username}": "Den Benutzer {username} l\u00f6schen", + "Delete this %(item_display_name)s?": "%(item_display_name)s l\u00f6schen?", + "Delete this asset": "L\u00f6sche dieses Objekt", + "Delete this team?": "Dieses Team l\u00f6schen?", + "Delete this {xblock_type} (and prerequisite)?": "Dieses {xblock_type} (und Voraussetzung) l\u00f6schen?", + "Delete this {xblock_type}?": "Dieses {xblock_type} l\u00f6schen?", + "Delete \u201c<%- name %>\u201d?": "\u201c<%- name %>\u201d l\u00f6schen?", + "Deleted Content Group": "L\u00f6sche Inhaltsgruppe", + "Deleted Group": "Gel\u00f6schte Gruppe", + "Deleting": "L\u00f6scht gerade", + "Deleting a team is permanent and cannot be undone.All members are removed from the team, and team discussions can no longer be accessed.": "Das L\u00f6schen eines Teams ist dauerhaft und kann nicht r\u00fcckg\u00e4ngig gemacht werden. Alle Mitglieder werden aus dem Team entfernt, und Teambesprechungen k\u00f6nnen nicht mehr abgerufen werden.", + "Deleting a textbook cannot be undone and once deleted any reference to it in your courseware's navigation will also be removed.": "Das L\u00f6schen eines Textbuches kann nicht r\u00fcckg\u00e4ngig gemacht werden. Au\u00dferdem werden alle Referenzen auf das Textbuch in der Kursinhaltsnavigation auch gel\u00f6scht.", + "Deleting this %(item_display_name)s is permanent and cannot be undone.": "Die L\u00f6schung von %(item_display_name)s ist permanent und kann nicht r\u00fcckg\u00e4ngig gemacht werden.", + "Deleting this {xblock_type} is permanent and cannot be undone.": "Das L\u00f6schen dieses {xblock_type} ist dauerhaft und kann nicht r\u00fcckg\u00e4ngig gemacht werden.", + "Deprecated": "Veralted", + "Describe ": "Beschreibe", + "Description": "Beschreibung", + "Description of the certificate": "Beschreibung des Zertifikats", + "Details": "Details", + "Dimensions": "Dimensionen", + "Disc": "Scheibe", + "Discard Changes": "\u00c4nderungen verwerfen", + "Discarding Changes": "\u00c4nderungen verwerfen", + "Discussion Home": "Forum Home", + "Discussion topics in the course are not divided.": "Die Diskussionsthemen im Kurs sind nicht getrennt.", + "Discussions are unified; all learners interact with posts from other learners, regardless of the group they are in.": "Diskussionen sind einheitlich; alle Lernenden interagieren mit Beitr\u00e4gen anderer Lernender, unabh\u00e4ngig davon, in welcher Gruppe sie sich befinden.", + "Display Name": "Anzeigename", + "Div": "Div", + "Divide the selected content-specific discussion topics": "Die ausgew\u00e4hlte inhaltsspezifischen Diskussionsthemen aufteilen", + "Divided": "Getrennt", + "Do not show again": "Nicht wieder anzeigen", + "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "M\u00f6chten Sie diesem Teilnehmer ('{student_id}') erlauben, die Aufnahmepr\u00fcfung zu \u00fcberspringen?", + "Do you want to replace the edX transcript with the YouTube transcript?": "M\u00f6chtest du das edX-Transkript durch das YouTube-Transkript ersetzen?", + "Do you want to upload your file before submitting?": "M\u00f6chten Sie die Datei hochladen, bevor Sie Ihre Antwort einreichen?", + "Document properties": "Dokumenteneigenschaften", + "Does the name on your ID match your account name: %(fullName)s?": "Passt der Name auf ihr Ausweis zu ihr Kontoname: %(fullName)s?", + "Does the photo of you match your ID photo?": "Passt das Foto zu das Foto auf ihr Ausweis?", + "Does the photo of you show your whole face?": "Zeiget das Foto ihr vollst\u00e4ndiges Gesicht?", + "Doing so means that you are no longer eligible for academic credit.": "Die Konsequenz hieraus ist, dass Sie nicht l\u00e4nger zum Erwerb akademische Kreditpunkte berechtigt sind.", + "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "Wir sehen dein Bild nicht? Vergewissere dich, deinem Browser die Nutzung der Kamera zu erlauben, wenn er nach der Genehmigung fragt.", + "Donate": "Spende", + "Double-check that your webcam is connected and working to continue.": "\u00dcberpr\u00fcfen Sie, dass Ihre Webcam angeschlossen ist, sodass Sie Ihre Arbeit fortsetzen k\u00f6nnen.", + "Download": "Download", + "Download Memberships": "Mitgliedschaft herunterladen", + "Download Software Clicked": "Software Download gew\u00e4hlt", + "Download Transcript for Editing": "Transkript zur Bearbeitung herunterladen", + "Download URL": "Downloadadresse", + "Download available encodings (.csv)": "Verf\u00fcgbare Verschl\u00fcsselungen herunterladen (.csv)", + "Download the user's certificate": "Nutzerzertifikat herunterladen", + "Draft (Never published)": "Entwurf (bisher unver\u00f6ffentlicht)", + "Draft (Unpublished changes)": "Entwurf (unver\u00f6ffentlichte \u00c4nderungen)", + "Draft saved on {lastSavedStart}{editedOn}{lastSavedEnd} by {editedByStart}{editedBy}{editedByEnd}": "Entwurf gespeichert auf {lastSavedStart}{editedOn}{lastSavedEnd} von {editedByStart}{editedBy}{editedByEnd}", + "Drag and drop or {spanStart}browse your computer{spanEnd}.": "Drag&Drop oder {spanStart}vom Computer hochladen{spanEnd}.", + "Drag to reorder": "F\u00fcr eine neue Reihenfolge, ziehen", + "Drop target image": "Zielbild fallenlassen", + "Due Date": "F\u00e4lligkeitsdatum", + "Due Date:": "F\u00e4lligkeitsdatum:", + "Due Time in UTC:": "F\u00e4lligkeitsuhrzeit in UTC:", + "Due date cannot be before start date.": "Das F\u00e4lligkeitsdatum kann nicht vor dem Startdatum liegen.", + "Due:": "Bis:", + "Duplicate": "Dupliziere", + "Duplicating": "Duplizieren", + "Duration (sec)": "Dauer (Sek.)", + "Earned %(created)s.": "Hat %(created)s verdient.", + "Earned Certificates": "Erhaltene Zertifikate", + "EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.": "EdX hat f\u00fcr dieses Video in Studio kein zeitgesteuertes Transkript, aber in YouTube wurde ein Transkript gefunden. Sie k\u00f6nnen das YouTube-Transkript importieren oder Ihre eigene .srt-Transkriptdatei hochladen.", + "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "EdX hat kein zeitbehaftetes Transkript f\u00fcr dieses Video. Bitte lade eine .srt-Datei hoch.", + "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "EdX bietet ein zeitbehaftetes Transkript f\u00fcr dieses Video. Falls du dieses Transkript bearbeiten m\u00f6chtest, kannst du es herunterladen, bearbeiten und als ersetzendes Transkript erneut hochladen. Wenn du dieses Transkript ersetzen m\u00f6chtest, lade eine neue .srt Transkriptdatei hoch.", + "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "EdX bietet ein zeitbehaftetes Transkript f\u00fcr dieses Video. Falls du dieses Transkript ersetzen m\u00f6chtest, lade eine neue .srt-Transkriptdatei hoch. Falls du dieses Transkript bearbeiten m\u00f6chtest, kannst du es herunterladen, bearbeiten und als ersetzendes Transkript erneut hochladen.", + "Edit": "Bearbeiten", + "Edit %(display_name)s (required)": "Bearbeite %(display_name)s (ben\u00f6tigt)", + "Edit HTML": "Bearbeite HTML", + "Edit Membership": "Editiere Mitgliedschaft", + "Edit Team": "Team bearbeiten", + "Edit Thumbnail": "Miniaturansicht bearbeiten", + "Edit Title": "Titel bearbeiten", + "Edit Your Name": "Ihren Namen bearbeiten", + "Edit this certificate?": "Dieses Zertifikat bearbeiten?", + "Editable": "Bearbeitbar", + "Editing access for: {title}": "Zugangseinstellungen bearbeiten f\u00fcr: {title}", + "Editing: {title}": "Bearbeiten: {title}", + "Editor": "Editor", + "Education Completed": "H\u00f6chster Bildungsabschluss", + "Email": "E-Mail", + "Email Address (Sign In)": "E-Mail Adresse (Anmelden)", + "Email address": "Email-Adresse", + "Emails successfully sent. The following users are no longer enrolled in the course:": "E-Mail erfolgreich versandt. Die folgenden Nutzer sind nicht mehr in den Kurs eingeschrieben: ", + "Embed": "Einbetten", + "Emoticons": "Emoticons", + "Enable": "aktivieren", + "Enable Cohorts": "Kohort aktivieren", + "Enable Now": "Jetzt aktivieren", + "Enable Weekly Highlight Emails": "w\u00f6chentliche E-Mails \u00fcber Neuigkeiten aktivieren", + "Enabled": "Aktiviert", + "Encoding": "Kodiere", + "End My Exam": "Beende meine Pr\u00fcfung", + "End of transcript. Skip to the start.": "Ende des Transkriptes, zum Anfang springen", + "Ends {end}": "Endet am {end}", + "Engage with posts": "Forumsfunktionen", + "Enroll Now": "Jetzt einschreiben", + "Enrolled": "Eingeschrieben", + "Enrolling you in the selected course": "In den gew\u00e4hlten Kurs einschreiben.", + "Enrollment Date": "Einschreibungsdatum", + "Enrollment Mode": "Einschreibungsmodus", + "Enrollment Opens on": "Einschreibung \u00f6ffnet am ", + "Enrollment Tracks": "Einschreibe-Tracks", + "Ensure that you can see your photo and read your name": "Vergewissere dich, dass du dein Foto sehen und deinen Namen lesen kannst.", + "Enter 3-5 highlights to include in the email message that learners receive for this section (250 character limit).": "Geben Sie 3-5 Highlights ein, die in die E-Mail-Nachricht aufgenommen werden sollen, die die Lernenden f\u00fcr diesen Abschnitt erhalten (maximal 250 Zeichen).", + "Enter Due Date and Time": "Geben Sie ein F\u00e4lligkeitsdatum und Zeit ein.", + "Enter Start Date and Time": "Geben Sie ein Startdatum und Zeit ein.", + "Enter a student's username or email address.": "Geben Sie Benutzername oder E-Mail Adresse eines Teilnehmers an.", + "Enter a username or email.": "Benutzername oder E-Mail-Adresse eingeben", + "Enter and confirm your new password.": "Neues Passwort eingeben und best\u00e4tigen", + "Enter email addresses and/or usernames, separated by new lines or commas, for the learners you want to add. *": "Geben Sie E-Mail-Adressen und/oder Benutzernamen, getrennt durch neue Zeilen oder Kommas, f\u00fcr die Lernenden ein, die Sie hinzuf\u00fcgen m\u00f6chten. *", + "Enter information to describe your team. You cannot change these details after you create the team.": "Gebe Informationen ein, um Dein Team zu beschreiben. Du kannst diese Details nicht mehr ver\u00e4ndern nachdem Du das Team erstellt hast.", + "Enter some details for your support request.": "Geben Sie bitte genaue Details in Ihrer Support Anfrage an.", + "Enter team description.": "Teambeschreibung eingeben.", + "Enter team name.": "Geben Sie einen Teamnamen ein.", + "Enter the account information for your organization.": "Geben Sie die Kontoinformationen f\u00fcr Ihre Organisation ein.", + "Enter the enrollment code.": "Trage den Einschreibungscode ein.", + "Enter the name of the cohort": "Gebe ein das gew\u00fcnschte Namen von der Kohorte", + "Enter the page number you'd like to quickly navigate to.": "Geben Sie die Seitennummer ein zu welcher Sie schnell navigieren m\u00f6chten.", + "Enter the username or email address of each learner that you want to add as an exception.": "Geben Sie in die Eingabefelder den Benutzername oder die E-Mail Adresse des jeweiligen Teilnehmers ein, welchen Sie zur Ausnahmeliste hinzuf\u00fcgen m\u00f6chten.", + "Enter username or email": "Benutzernamen oder E-Mail-Adresse eingeben", + "Enter your ": "Angeben Ihrer", + "Entrance exam attempts is being reset for student '{student_id}'.": "Pr\u00fcfungsversuche werden zur\u00fcckgesetzt f\u00fcr folgende Teilnehmer: '{student_id}'.", + "Entrance exam state is being deleted for student '{student_id}'.": "Pr\u00fcfungsstatus wurde gel\u00f6scht von dem Teilnehmer: '{student_id}'.", + "Error": "Fehler", + "Error adding learners.": "Fehler beim Hinzuf\u00fcgen von Lernenden.", + "Error adding user": "Fehler beim Hinzuf\u00fcgen des Nutzers", + "Error adding/removing users as beta testers.": "Fehler beim Hinzuf\u00fcgen/Entfernen von Nutzern als Beta-Tester.", + "Error changing user's permissions.": "Fehler beim \u00c4ndern der Rechte des Nutzers.", + "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "Fehler beim L\u00f6schen des Status der Aufnahmepr\u00fcfung f\u00fcr den Teilnehmer '{student_id}'. Vergewissern Sie sich, dass die Teilnehmercode korrekt ist.", + "Error deleting student '<%- student_id %>'s state on problem '<%- problem_id %>'. Make sure that the problem and student identifiers are complete and correct.": "Fehler beim L\u00f6schen von Teilnehmer '<%- student_id %>'s Status bei Problem '<%- problem_id %>'. Stellen Sie sicher, dass die Problem- und Teilnehmercodes vollst\u00e4ndig und korrekt sind.", + "Error enrolling/unenrolling users.": "Fehler beim Einschreiben/Streichen der Nutzer.", + "Error generating ORA data report. Please try again.": "Fehler bei der Generierung des ORA-Datenberichts. Bitte versuchen Sie es erneut.", + "Error generating grades. Please try again.": "Fehler beim Erzeugen der Noten. Bitte versuche es noch einmal.", + "Error generating list of students who may enroll. Please try again.": "Fehler beim Generieren der Liste der Teilnehmer, die sich einschreiben k\u00f6nnen. Bitte versuchen Sie es erneut.", + "Error generating problem grade report. Please try again.": "Fehler beim Generieren von Berichten \u00fcber die Problembenotung. Bitte versuchen Sie es erneut.", + "Error generating proctored exam results. Please try again.": "Fehler bei der Generierung von Pr\u00fcfungsergebnissen der beaufsichtigten Pr\u00fcfung. Bitte versuchen Sie es erneut.", + "Error generating student profile information. Please try again.": "Es ist ein Fehler beim Laden der Teilnehmer-Informationen aufgetreten. Bitte versuchen Sie es erneut.", + "Error generating survey results. Please try again.": "Fehler bei der Generierung von Umfrageergebnissen. Bitte versuchen Sie es erneut.", + "Error getting enrollment status for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "Fehler beim Erhalten des Einschreibestatus f\u00fcr '<%- student_id %>'. Achten Sie darauf, dass der Teilnehmercode korrekt geschrieben ist.", + "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "Fehler beim Erhalten der Aufgabenhistorie der Aufnahmepr\u00fcfung f\u00fcr den Teilnehmer '{student_id}'. Vergewissern Sie sich, dass der Teilnehmercode korrekt ist.", + "Error getting issued certificates list.": "Fehler bei der Ausgabe der Zertifikatsliste.", + "Error getting student list.": "Fehler beim Laden der Teilnehmerliste.", + "Error getting student progress url for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "Fehler beim Abrufen der Fortschritts-URL f\u00fcr '<%- student_id %>'. Achten Sie darauf, dass der Teilnehmercode korrekt geschrieben ist.", + "Error getting task history for problem '<%- problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "Fehler beim Abrufen der Aufgabenhistorie f\u00fcr das Problem '<%- problem_id %>' und Teilnehmer <%- student_id %>'. Stellen Sie sicher, dass die Problem- und Teilnehmercodes vollst\u00e4ndig und korrekt sind.", + "Error getting the number of ungraded responses": "Fehler bei der Abfrage der Anzahl der unbenoteten Antworten", + "Error importing course": "Fehler beim Importieren des Kurses", + "Error listing task history for this student and problem.": "Fehler beim Auflisten des Aufgabenverlaufs f\u00fcr diesen Teilnehmer und diese Fragestellung.", + "Error removing user": "Fehler beim Entfernen des Nutzers", + "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "Fehler beim Zur\u00fccksetzen der Pr\u00fcfungsversuche der Teilnehmer '{student_id}'. Stellen Sie sicher, dass der Teilnehmercode korrekt ist.", + "Error resetting problem attempts for problem '<%= problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "Fehler beim Zur\u00fccksetzen von Problemversuchen f\u00fcr das Problem '<%= problem_id %>' und Teilnehmer <%- student_id %>'. Stellen Sie sicher, dass die Problem- und Teilnehmercodes vollst\u00e4ndig und korrekt sind.", + "Error retrieving grading configuration.": "Es gab einen Fehler beim Erhalt der Benotungskonfiguration.", + "Error sending email.": "Fehler beim Senden der E-Mail.", + "Error starting a task to override score for problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the score and the problem and student identifiers are complete and correct.": "Fehler beim Starten einer Aufgabe, um die Punktzahl f\u00fcr das Problem '<%- problem_id %>' zu \u00fcberschreiben f\u00fcr den Teilnehmer '<%- student_id %>'. Vergewissern Sie sich, dass die Punktzahl sowie die Problem- und Teilnehmercodes vollst\u00e4ndig und korrekt sind.", + "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "Fehler beim Starten einer Aufgabe zur Neubewertung der Aufnahmepr\u00fcfung f\u00fcr den Teilnehmer '{student_id}'. Vergewissern Sie sich, dass die Aufnahmepr\u00fcfung Probleme beinhaltet und der Teilnehmercode korrekt ist.", + "Error starting a task to rescore problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the problem and student identifiers are complete and correct.": "Fehler beim Starten einer Aufgabe zur Neubewertung des Problems '<%- problem_id %>' f\u00fcr den Teilnehmer '<%- student_id %>'. Stellen Sie sicher, dass die Problem- und Teilnehmercodes vollst\u00e4ndig und korrekt sind.", + "Error starting a task to rescore problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "Fehler beim Starten einer Aufgabe zur Neubewertung des Problems '<%- problem_id %>'. Stellen Sie sicher, dass die Problem ID vollst\u00e4ndig und korrekt ist.", + "Error starting a task to reset attempts for all students on problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "Fehler beim Starten einer Aufgabe zum Zur\u00fccksetzen der Versuche f\u00fcr alle Teilnehmer bei Problem '<%- problem_id %>'. Stellen Sie sicher, dass die Problemkennung vollst\u00e4ndig und korrekt ist.", + "Error when looking up username": "Fehler bei der Suche nach dem Benutzernamen", + "Error while generating certificates. Please try again.": "Fehler bei der Erstellung der Zertifikate. Bitte versuchen Sie es noch einmal.", + "Error while regenerating certificates. Please try again.": "Fehler bei der Neugenerierung von Zertifikaten. Bitte versuchen Sie es erneut.", + "Error.": "Fehler.", + "Error:": "Fehler:", + "Error: ": "Fehler:", + "Error: Choosing failed.": "Fehler: Die Auswahl ist fehlgeschlagen.", + "Error: Connection with server failed.": "Fehlermeldung: Die Verbindung zum Server ist abgebrochen", + "Error: Import failed.": "Fehler: Importieren fehlgeschlagen.", + "Error: Replacing failed.": "Fehler: Das Ersetzen ist fehlgeschlagen.", + "Error: Uploading failed.": "Fehler: Hochladen fehlgeschlagen.", + "Error: User '<%- username %>' has not yet activated their account. Users must create and activate their accounts before they can be assigned a role.": "Fehler: Der Nutzer '<%- username %>' hat noch nicht sein Benutzerkonto aktiviert. Nutzer m\u00fcssen ihr erstelltes Benutzerkonto aktivieren bevor ihnen eine Rolle zugewiesen werden kann.", + "Error: You cannot remove yourself from the Instructor group!": "Fehler: Du kannst dich nicht selbst aus der Dozentengruppe entfernen!", + "Errors": "Fehler", + "Errors/Technical Issues": "Fehler/Technische Probleme", + "Everyone who has staff privileges in this course": "Jeder, der in diesem Kurs Mitarbeiterrechte hat", + "Exam Types": "Pr\u00fcfungsarten", + "Exam timer and end exam button": "Zeitschaltuhr und Taste zum Beenden der Pr\u00fcfung", + "Exception Granted": "Ausnahmegenehmigung", + "Exit full browser": "Browservollbild verlassen", + "Expand All": "Alles erweitern", + "Expand Instructions": "Anweisungen aufklappen", + "Explain if other.": "Erkl\u00e4ren Sie, wenn anders.", + "Explanation": "Erkl\u00e4rung", + "Explicitly Hiding from Students": "Gezielt vor Teilnehmern verstecken", + "Explore New Programs": "Nach neuen Programmen suchen", + "Explore Programs": "Nach Programmen suchen", + "Explore your course!": "Erkunde ihr Kurs!", + "Failed Proctoring": "Nicht bestanden unter Beaufsichtigung", + "Failed to delete student state for user.": "Der Teilnehmerstatus f\u00fcr den Nutzer konnte nicht gel\u00f6scht werden.", + "Failed to rescore problem for user.": "Die Neubewertung des Problems f\u00fcr den Benutzer ist fehlgeschlagen.", + "Failed to rescore problem to improve score for user.": "Die Neubewertung des Problems zur Verbesserung der Punktzahl f\u00fcr den Benutzer fehlgeschlagen.", + "Failed to reset attempts for user.": "Die Freiversuche f\u00fcr diesen Benutzer konnten nicht zur\u00fcckgesetzt werden.", + "February": "Februar", + "Feedback available for selection.": "Feedback f\u00fcr die Auswahl verf\u00fcgbar.", + "File": "Datei", + "File Name": "Dateiname", + "File format not supported. Please upload a file with a {ext} extension.": "Dateiformat nicht unterst\u00fctzt. Bitte laden Sie eine Datei mit der Endung {ext} hoch.", + "File type is not allowed.": "Dieser Dateityp ist nicht erlaubt. ", + "File types can not be empty.": "Dateityp darf nicht leer sein.", + "File upload succeeded": "Datei erfolgreich hochgeladen", + "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "Die Datei {filename} \u00fcberschreitet die maximale Gr\u00f6\u00dfe von {maxFileSizeInMBs} MB", + "Files must be in JPEG or PNG format.": "Dateien m\u00fcssen im JPEG oder PNG Format sein.", + "Files that you upload must be PDFs or image files in .gif, .jpg, .jpeg, or .png format.": "Dateien, die Sie hochladen, m\u00fcssen PDFs oder Bilddateien im Format .gif, .jpg, .jpeg oder .png sein.", + "Files that you upload must be smaller than 5MB in size.": "Dateien, die Sie hochladen, m\u00fcssen kleiner als 5 MB gro\u00df sein.", + "Fill browser": "Vollbild im Browser", + "Filter": "Filter", + "Filter and sort topics": "Filter und sortiere Themen", + "Final Grade": "Finale Auswertung", + "Final Grade Received": "Erhaltene Endnote", + "Financial Aid": "Finanzielle Unterst\u00fctzung", + "Financial Assistance": "Finanzielle Unterst\u00fctzung", + "Financial Assistance Application": "Antrag auf finanzielle Unterst\u00fctzung", + "Find": "Finde", + "Find a course": "Finde einen Kurs", + "Find and replace": "Finde und ersetze", + "Find answers to the top questions asked by learners.": "Die h\u00e4ufigsten Fragen und Antworten anderer Lernender. ", + "Find discussions": "Diskussion finden", + "Find next": "Finde n\u00e4chstes", + "Find previous": "Finde vorheriges", + "Finish": "Beende", + "First time here?": "Zum ersten Mal hier?", + "Follow or unfollow posts": "Beitr\u00e4gen folgen / entfolgen", + "Font Family": "Schriftfamilie", + "Font Sizes": "Schriftgr\u00f6\u00dfen", + "Footer": "Fu\u00dfzeile", + "For grading to work, you must change all {oldName} subsections to {newName}.": "Damit die Bewertung funktioniert, m\u00fcssen Sie alle {oldName} Unterabschnitte auf {newName} \u00e4ndern.", + "For inquiries regarding assignments, grades, or structure of a specific course, please post in the discussion forums for that course directly.": "F\u00fcr Anfragen zu Aufgaben, Noten oder Strukturen eines bestimmten Kurses schreiben Sie bitte direkt in die Diskussionsforen f\u00fcr diesen Kurs.", + "Format": "Format", + "Formats": "Formate", + "Free text notes": "Freie Textnotizen", + "Frequently Asked Questions": "H\u00e4ufig gestellte Fragen", + "Full Name": "Vollst\u00e4ndiger Name", + "Full Profile": "Vollst\u00e4ndiges Profil", + "Fullscreen": "Vollbild", + "Fully Supported": "Komplett unterst\u00fctzt", + "Gender": "Geschlecht", + "General": "Allgemein", + "General Proctored Exam Rules": "Allgemeine Regeln zu beaufsichtigten Pr\u00fcfungen", + "Generate": "Erstellen", + "Generate Exception Certificates": "Ausnahmezertifikate erstellen", + "Generate the user's certificate": "Zertifikat f\u00fcr den Nutzer erstellen", + "Get Credit": "Credit bekommen", + "Go Back": "Gehe zur\u00fcck", + "Go to Dashboard": "Zu \"Meine Kurse\"", + "Go to my Dashboard": "Zu \"Meine Kurse\"", + "Go to your Dashboard": "Zu \"Meine Kurse\"", + "Go to {platform} Home": "Gehe zur Startseite der {platform} ", + "Going forward, your account information will be updated and maintained by {enterprise_name}.": "In Zukunft werden Ihre Kontoinformationen von {enterprise_name} aktualisiert und gepflegt.", + "Government-Issued Photo ID": "Bildausweis mit amtlichen Licht", + "Grace period must be specified in HH:MM format.": "Abgabefrist muss im HH:MM Format festgelegt werden.", + "Grade": "Note", + "Grade as:": "Benote als:", + "Graded as:": "Benotet als:", + "Grading": "Bewertung", + "Group": "Gruppe", + "Group %s": "Gruppe %s", + "Group A": "Gruppe A", + "Group B": "Gruppe B", + "Group Configuration ID": "Gruppenaufbau ID", + "Group Configuration Name": "Gruppenaufbauname", + "Group Configuration information": "Gruppenaufbauinformation", + "Group Configuration name is required.": "Name der Gruppenkonfiguration wird ben\u00f6tigt", + "Group information": "Gruppeninformation", + "Group name is required": "Gruppenname wird ben\u00f6tigt", + "Groups": "Gruppen", + "H Align": "H Ausrichtung", + "HTML preview of post": "HTML Vorschau des Beitrags", + "HTML source code": "HTML-Quellcode", + "Header": "Kopfzeile", + "Header 1": "Kopfzeile 1", + "Header 2": "Kopfzeile 2", + "Header 3": "Kopfzeile 3", + "Header 4": "Kopfzeile 4", + "Header 5": "Kopfzeile 5", + "Header 6": "Kopfzeile 6", + "Header cell": "Kopfzeilenzelle", + "Headers": "Kopfzeilen", + "Heading": "\u00dcberschrift", + "Heading (Ctrl+H)": "\u00dcberschrift (STRG+H)", + "Heading 1": "\u00dcberschrift 1", + "Heading 2": "\u00dcberschrift 2", + "Heading 3": "\u00dcberschrift 3", + "Heading 4": "\u00dcberschrift 4", + "Heading 5": "\u00dcberschrift 5", + "Heading 6": "\u00dcberschrift 6", + "Headings": "\u00dcberschriften", + "Height": "H\u00f6he", + "Help Translate into {beta_language}": "Helfen Sie zu \u00fcbersetzen in {beta_language}", + "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "Helfe anderen Lernenden zu entscheiden, ob sie deinem Team beitreten, indem du Charakteristiken f\u00fcr dein Team festlegst. W\u00e4hle diese mit bedacht aus, da weniger Leute interessiert sein k\u00f6nnten deinem Team beizutreten, wenn es zu restriktiv erscheint.", + "Hide": "Ausblenden", + "Hide Annotations": "Anmerkungen verstecken", + "Hide Deprecated Settings": "Veraltete Einstellungen verbergen", + "Hide Discussion": "Diskussion ausblenden", + "Hide Previews": "Vorschau verstecken", + "Hide Timer": "Timer verbergen", + "Hide closed captions": "Geschlossene \u00dcberschriften verbergen", + "Hide content after course end date": "Kursinhalte nach Kursenddatum verbergen", + "Hide content after due date": "Kursinhalte nach Kursenddatum verbergen", + "Hide entire subsection": "Kompletten Unterabschnitt verbergen", + "Hide from learners": "Vor Lernenden verbergen", + "Hide notes": "Notizen verstecken", + "Hide transcripts ({transcriptCount})": "Transkript verbergen ({transcriptCount})", + "Hiding from Students": "Vor Teilnehmern verbergen", + "High Definition": "Hohe Aufl\u00f6sung", + "Highlight {highlight_index}": "Highlight {highlight_index}", + "Highlighted text": "Markiertes Text", + "Highlights for {display_name}": "Highlights f\u00fcr {display_name}", + "Horizontal Rule (Ctrl+R)": "Horizontale Linie (STRG+R)", + "Horizontal line": "Horizontale Linie", + "Horizontal space": "Horizontaler Abstand", + "How to create useful text alternatives.": "Wie man n\u00fctzliche Textalternativen erstellt.", + "How to use %(platform_name)s discussions": "So nutzen Sie das %(platform_name)s Diskussionsforum", + "Hyperlink (Ctrl+L)": "Hyperlink (STRG+L)", + "I am ready to start this timed exam,": "Ich bin bereit diese zeitlich begrenzte Pr\u00fcfung zu beginnen, ", + "ID": "ID", + "ID-Verification is not required for this Professional Education course.": "ID-Verifikation ist f\u00fcr diesen Kurs nicht erforderlich.", + "Identity Verification In Progress": "Verifikation Ihrer Identit\u00e4t in Bearbeitung", + "If the course does not have an end date, learners always see their scores when they submit answers to assessments.": "Wenn der Kurs kein Enddatum hat, sehen Nutzer immer die Auswertung, nachdem Antworten eingereicht wurden.", + "If the photos you submit are rejected, try moving the computer or camera orientation to change the lighting angle. The most common reason for rejection is inability to read the text on the ID card.": "Wenn die von Ihnen eingereichten Fotos abgelehnt werden, versuchen Sie, die Ausrichtung des Computers oder der Kamera zu \u00e4ndern, um den Beleuchtungswinkel zu \u00e4ndern. Der h\u00e4ufigste Grund f\u00fcr die Ablehnung ist, wenn der Text auf dem Ausweis unlesbar ist.", + "If the subsection does not have a due date, learners always see their scores when they submit answers to assessments.": "Wenn der Unterabschnitt kein F\u00e4lligkeitsdatum hat, sehen die Lernenden immer ihre Ergebnisse, wenn sie Antworten zur Bewertung abgeben.", + "If the unit was previously published and released to learners, any changes you made to the unit when it was hidden will now be visible to learners.": "Wenn die Lerneinheit zuvor ver\u00f6ffentlicht und an die Lernenden freigegeben wurde, sind alle \u00c4nderungen, die Sie an der Lerneinheit vorgenommen haben, als sie noch ausgeblendet war, nun f\u00fcr alle Lernenden sichtbar.", + "If the unit was previously published and released to students, any changes you made to the unit when it was hidden will now be visible to students. Do you want to proceed?": "Falls die Lerneinheit bereits vorher ver\u00f6ffentlicht und f\u00fcr die Teilnehmer freigeben war, werden jetzt alle Anderungen, die du w\u00e4hrend die Einheit versteckt war, vorgenommen hast, f\u00fcr die Teilnehmer sichtbar. M\u00f6chtest du fortfahren?", + "If you are unable to access your account contact us via email using {email}.": "Wenn Sie keinen Zugang zu Ihrem Account haben, kontaktieren Sie uns via E-Mail {email}.", + "If you do not yet have an account, use the button below to register.": "Wenn Sie noch kein Account haben, nutzen Sie den unteren Button, um sich zu registrieren.", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "Wenn Sie Ihre Identit\u00e4t jetzt nicht \u00fcberpr\u00fcfen k\u00f6nnen Sie immer noch Ihren Kurs erkunden von Ihrem Armaturenbrett. Sie werden regelm\u00e4\u00dfigen Erinnerungen von %(platformName)s erhalten um Ihre Identit\u00e4t zu \u00fcberpr\u00fcfen.", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from {platformName} to verify your identity.": "Wenn Sie Ihre Identit\u00e4t jetzt nicht verifizieren, k\u00f6nnen Sie Ihren Kurs trotzdem \u00fcber 'Meine Kurse' erkunden. Sie erhalten von {platformName} regelm\u00e4\u00dfig Erinnerungen, um Ihre Identit\u00e4t zu \u00fcberpr\u00fcfen.", + "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "Wenn Sie diese Seite ohne vorheriges Speichern oder Einreichen der Antwort verlassen, geht die Arbeit an dieser Antwort verloren.", + "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "Wenn Sie diese Seite verlassen ohne Ihre Partnerbewertung zu \u00fcbermitteln, werden Sie alle Ihre bis jetzt erledigte Arbeit verlieren.", + "If you leave this page without submitting your self assessment, you will lose any work you have done.": "Wenn Sie diese Seite ohne vorheriges Speichern oder Einreichen der Antwort verlassen, geht die Arbeit an dieser Antwort verloren.", + "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "Wenn Sie diese Seite ohne Einreichung der Mitarbeiterbewertung verlassen, geht Ihre Arbeit verloren.", + "If you leave, you can no longer post in this team's discussions.Your place will be available to another learner.": "Wenn Sie gehen, k\u00f6nnen Sie nicht mehr an den Diskussionen dieses Teams teilnehmen. Ihr Platz steht dann einem anderen Lernenden zur Verf\u00fcgung.", + "If you make significant changes, make sure you notify members of the team before making these changes.": "Wenn Sie wesentliche \u00c4nderungen vornehmen, informieren Sie die Mitglieder des Teams, bevor Sie diese \u00c4nderungen speichern.", + "If you make this %(xblockType)s visible to learners, learners will be able to see its content after the release date has passed and you have published the unit. Only units that are explicitly hidden from learners will remain hidden after you clear this option for the %(xblockType)s.": "Wenn Sie diesen %(xblockType)s f\u00fcr die Lernenden sichtbar machen, k\u00f6nnen die Lernenden den Inhalt sehen, nachdem das Freigabedatum erreicht ist und Sie die Einheit ver\u00f6ffentlicht haben. Nur Lerneinheiten, die explizit vor den Lernenden verborgen sind, bleiben verborgen, nachdem Sie diese Option f\u00fcr %(xblockType)s deaktiviert haben .", + "If you proceed, you will be unable to use this account to take courses on the {platformName} app, {siteName}, or any other site hosted by {platformName}.": "Wenn Sie fortfahren, k\u00f6nnen Sie dieses Konto nicht verwenden, um Kurse \u00fcber die App {platformName}, {siteName} oder eine andere von {platformName} gehostete Website zu besuchen.", + "If you remove this transcript, the transcript will not be available for any components that use this video.": "Wenn Sie dieses Transkript entfernen, ist das Transkript f\u00fcr alle Komponenten, die dieses Video verwenden, nicht verf\u00fcgbar.", + "If you remove this transcript, the transcript will not be available for this component.": "Wenn Sie dieses Transkript entfernen, wird es nicht mehr erh\u00e4ltlich sein in dieser Komponente.", + "If you require assistance with taking either photo for submission, contact %(platformName)s support for additional suggestions.": "Wenn Sie Hilfe bei der Aufnahme oder Einreichung der Fotos ben\u00f6tigen, kontaktieren Sie den %(platformName)s Support.", + "If you select an option other than \"%(hide_label)s\", published units in this subsection become available to learners unless they are explicitly hidden.": "Wenn Sie eine andere Option als \"%(hide_label)s\" w\u00e4hlen, werden die in diesem Unterabschnitt ver\u00f6ffentlichten Einheiten den Lernenden zug\u00e4nglich, es sei denn, sie werden explizit ausgeblendet.", + "If you still wish to continue and delete your account, please enter your account password:": "Wenn Sie sicher sind, dass Sie Ihr Account l\u00f6schen m\u00f6chten, geben Sie bitte Ihr Passwort ein:", + "If you use the Advanced Editor, this problem will be converted to XML and you will not be able to return to the Simple Editor Interface.\n\nProceed to the Advanced Editor and convert this problem to XML?": "Wenn Sie den erweiterten Editor verwenden, wird diese Aufgabe in XML umgewandelt und Sie k\u00f6nnen nicht zur einfachen Editor-Oberfl\u00e4che zur\u00fcckkehren.\n\nFahren Sie mit dem erweiterten Editor fort und konvertieren Sie diese Aufgabe in XML?", + "Ignore": "Ignorieren", + "Ignore all": "Ignoriere alles", + "Image": "Bild", + "Image (Ctrl+G)": "Bild (STRG+G)", + "Image Description": "Bildbeschreibung", + "Image Upload Error": "Fehler beim Hochladen eines Bildes", + "Image description": "Bildbeschreibung", + "Image must be in PNG format": "Bilder m\u00fcssen im PNG-Format sein", + "Image must be in PNG format.": "Bild muss im PNG-Format sein.", + "Image upload failed": "Hochladen von Bild fehlgeschlagen", + "Image upload failed. ": "Hochladen von Bild fehlgeschlagen.", + "Import YouTube Transcript": "YouTube-Transkript importieren", + "In Progress": "In Bearbeitung", + "In the {linkStart}Course Outline{linkEnd}, use this group to control access to a component.": "Verwenden Sie diese Funktion in der {linkStart}Kurs\u00fcbersicht{linkEnd}, um den Zugriff auf eine Komponente zu steuern.", + "Incorrect url format.": "Ung\u00fcltiges URL-Format.", + "Increase indent": "Einzug vergr\u00f6\u00dfern", + "Individual Exceptions": "Einzelne Ausnahmen", + "Individual file size must be {max_files_mb}MB or less.": "Die individuelle Dateigr\u00f6\u00dfe muss {max_files_mb}MB oder weniger sein.", + "Inheriting Student Visibility": "Sichtbarkeit f\u00fcr Teilnehmer vererben", + "Inline": "inzeilig", + "Insert": "Einf\u00fcgen", + "Insert Hyperlink": "Hyperlink einf\u00fcgen", + "Insert Image (upload file or type URL)": "Bild einf\u00fcgen (Datei hochladen oder URL angeben)", + "Insert column after": "Spalte danach einf\u00fcgen", + "Insert column before": "Spalte davor einf\u00fcgen", + "Insert date/time": "Datum/Uhrzeit einf\u00fcgen", + "Insert image": "Bild einf\u00fcgen", + "Insert link": "Link einf\u00fcgen", + "Insert row after": "Nach Zeile einf\u00fcgen", + "Insert row before": "Vor Zeile einf\u00fcgen", + "Insert table": "Tabelle einf\u00fcgen", + "Insert template": "Schablone einf\u00fcgen", + "Insert video": "Video einf\u00fcgen", + "Insert/Edit Image": "Bild einf\u00fcgen/bearbeiten", + "Insert/edit image": "Bild einf\u00fcgen/bearbeiten", + "Insert/edit link": "Link einf\u00fcgen/bearbeiten", + "Insert/edit video": "Video einf\u00fcgen/bearbeiten", + "Instructor Biography": "Dozentenbiographie", + "Instructor Name": "Dozententitel", + "Instructor Photo": "Dozenten-Foto", + "Instructor Photo URL": "URL Foto des Dozenten", + "Instructor Title": "Dozententitel", + "Instructor tools": "Dozentenwerkzeuge", + "Internal Server Error.": "Interner Server Fehler.", + "Introduction to Cookie Baking": "Einf\u00fchrung zum Cookie-Backen", + "Invalid email address: {email}": "Ung\u00fcltige E-Mail-Adresse: {email}", + "Invalidate Certificate": "Zertifikat entwerten", + "Invalidated": "Entwertet", + "Invalidated By": "Entwertet durch", + "Is Sample Attempt": "Ist ein Probeversuch", + "Is Visible To:": "Ist sichtbar f\u00fcr:", + "Is this OK?": "Ist dieses korrekt?", + "Is your name on your ID readable?": "Ist ihr Name auf ihr Ausweis lesbar?", + "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "Es wird dringend empfohlen, dass Sie vier oder weniger Unterzeichner festlegen. Wenn Sie weitere Unterzeichner hinzuf\u00fcgen, beachten Sie die Vorschau des Ausdrucks des Zertifikats. Gehen Sie sicher, dass das Zertifikat richtig, passend, auf einer Seite ausgedruckt wird.", + "Italic": "Kursiv", + "Italic (Ctrl+I)": "Kursiv (STRG+I)", + "January": "Januar", + "Join Team": "Trete Team bei", + "Joined": "Beigetreten", + "Joined %(date)s": "Beigetreten am %(date)s", + "Joined Date": "Beigetreten am", + "July": "Juli", + "June": "Juni", + "Justify": "Ausrichten", + "KB": "KB", + "Key should only contain letters, numbers, _, or -": "Schl\u00fcssel sollten nur Buchstaben, Ziffern, _ oder - enthalten", + "Keywords": "Stichw\u00f6rter", + "LEARN MORE": "MEHR ERFAHREN", + "Language": "Sprache", + "Large": "Gro\u00df", + "Last Activity %(date)s": "Letzte Aktivit\u00e4t %(date)s", + "Last Edited:": "Zuletzt Bearbeitet:", + "Last Updated": "Letztes Update", + "Last activity {date}": "Letzte Aktivit\u00e4t {date}", + "Last modified by": "Zuletzt ge\u00e4ndert durch", + "Last published %(last_published_date)s by %(publish_username)s": "Zuletzt ver\u00f6ffentlicht %(last_published_date)s von %(publish_username)s", + "Last published {lastPublishedStart}{publishedOn}{lastPublishedEnd} by {publishedByStart}{publishedBy}{publishedByEnd}": "Zuletzt ver\u00f6ffentlichte Version {lastPublishedStart}{publishedOn}{lastPublishedEnd} von {publishedByStart}{publishedBy}{publishedByEnd}", + "Last updated": "Zuletzt aktualisiert", + "Learn More": "Lerne mehr", + "Learn more about {license_name}": "Erfahre mehr \u00fcber {license_name}", + "Learners are added to this cohort automatically.": "Nutzer werden diesem Kohort automatisch zugef\u00fcgt", + "Learners are added to this cohort only when you provide their email addresses or usernames on this page.": "Lernende werden nur dann zu dieser Kohorte hinzugef\u00fcgt, wenn Sie ihre E-Mail-Adressen oder Benutzernamen auf dieser Seite angeben.", + "Learners do not see the subsection in the course outline. The subsection is not included in grade calculations.": "Die Lernenden sehen den Unterabschnitt nicht in der Kurs\u00fcbersicht. Der Unterabschnitt ist nicht in der Notenberechnung einbezogen.", + "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the course end date has passed.": "Nutzer sehen erst die Auswertungen ihrer Antworten, nach Ablauf der Kurslaufzeit.", + "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the due date for the subsection has passed.": "Nutzer sehen erst die Auswertung ihrer Antworten, nach Ablauf des F\u00e4lligkeitsdatum des Unterabschnitt.", + "Learners never see whether their answers to assessments are correct or incorrect, nor the score received.": "Nutzer sehen nicht nach einreichen ihrer Antworten, ob diese richtig oder falsch sind und auch nicht, welche Punkte sie erhalten.", + "Learners see the published subsection and can access its content.": "Teilnehmer sehen den ver\u00f6ffentlichten Unterabschnitt und k\u00f6nnen auf dessen Inhalt zugreifen.", + "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "Lernende, die eine Verifizierung ben\u00f6tigen, m\u00fcssen den ausgew\u00e4hlten Checkpoint durchlaufen, um den Inhalt dieser Lehreinheit zu sehen. Lernende, die keine Verifizierung ben\u00f6tigen, sehen diesen Inhalt standardm\u00e4\u00dfig.", + "Learning Outcome": "Lernergebnis", + "Leave Current Session": "Aktuelle Sitzung verlassen", + "Leave Team": "Verlasse Team", + "Leave the current session and decide later": "Aktuelle Sitzung verlassen und sp\u00e4ter entscheiden", + "Leave this team?": "Dieses Team verlassen?", + "Left": "Links", + "Left to right": "Links nach rechts", + "Legal name": "Rechtlicher Name", + "Less": "Weniger", + "Library User": "Bibliotheks-Benutzer", + "License Display": "Lizenzanzeige", + "License Type": "Lizenztyp", + "Limit Access": "Beschr\u00e4nkter Zugang", + "Limited Profile": "Limitiertes Profil", + "Link Description": "Linkbeschreibung", + "Link Your Account": "Ihr Konto verbinden", + "Link types should be unique.": "Link-Typen sollten eindeutig sein.", + "Link your {accountName} account": "Verlinken Sie Ihren Account: {accountName}", + "Link your {accountName} account to your {platformName} account and use {accountName} to sign in to {platformName}.": "Verkn\u00fcpfen Sie Ihr {accountName} Konto mit Ihrem {platformName} Konto und verwenden Sie {accountName}, um sich bei {platformName} anzumelden.", + "Linked Accounts": "Verbundene Konten", + "Linking": "Verbinden", + "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "Links werden auf Anfrage generiert und verfallen nach 5 Minuten aufgrund der sensiblen Natur der Teilnehmerinformationen.", + "Links should be unique.": "Links sollten eindeutig sein.", + "List item": "Listenelement", + "List of Open Assessments is unavailable": "Liste der offenen Beurteilungen ist nicht verf\u00fcgbar", + "List of uploaded files and assets in this course": "Liste der hoch geladenen Dateien und Objekte in diesem Kurs", + "Live view of webcam": "Live-Ansicht von die Webcam", + "Load Another File": "Eine andere Datei laden", + "Load all responses": "Lade alle Antworten", + "Load next {numResponses} responses": "Lade die n\u00e4chsten {numResponses} Antworten ", + "Load next {num_items} result": [ + "Das n\u00e4chste {num_items} Ergebnis laden", + "Die n\u00e4chsten {num_items} Ergebnisse laden" + ], + "Loading": "Ladevorgang", + "Loading content": "Inhalt wird geladen", + "Loading data...": "Daten werden geladen...", + "Loading more threads": "Lade weitere Diskussionsstr\u00e4nge", + "Loading posts list": "Lade Beitrags\u00fcbersicht", + "Loading your courses": "Lade ihren Kurs", + "Location": "Ort", + "Location in Course": "Position im Kurs", + "Lock this asset": "Objekt sperren", + "Lock/unlock file": "Datei sperren/entsperren", + "Loud": "Laut", + "Low": "Niedrig", + "Lower Alpha": "Klein Alpha", + "Lower Greek": "Klein Griechisch", + "Lower Roman": "Klein R\u00f6misch", + "MB": "MB", + "Make Visible to Students": "F\u00fcr die Teilnehmer anzeigen lassen", + "Make sure that the full name on your account matches the name on your ID.": "Kontrollieren sie das der Name auf ihr Konto zum Name auf ihr Ausweis passt.", + "Make sure we can verify your identity with the photos and information you have provided.": "Stellen Sie sich sicher, dass wir ihre Identit\u00e4t mit die Informationen und Fotos die Sie uns zur verf\u00fcgung gestellt haben best\u00e4tigen k\u00f6nnen.", + "Make sure your ID is well-lit": "Stelle sicher, dass Dein Ausweis gut ausgeleuchtet ist.", + "Make sure your face is well-lit": "Vergewissere dich, dass dein Gesicht gut ausgeleuchtet ist", + "Make this subsection available as a prerequisite to other content": "Lege diesen Unterabschnitt als Voraussetzung f\u00fcr andere Inhalte fest ", + "Making Visible to Students": "F\u00fcr die Teilnehmer sichtbar machen", + "Manage": "Verwalten", + "Manage Learners": "Lernende verwalten", + "Manual": "Handbuch", + "March": "M\u00e4rz", + "Mark Exam As Completed": "Markiere Pr\u00fcfung als vollst\u00e4ndig", + "Mark enrollment code as unused": "Markiere Einschreibungscode als unbenutzt", + "Markdown Editing Help": "Markdown Bearbeitungshilfen", + "Masters": "Master", + "Match case": "Gross-/Kleinschreibung", + "Max file size exceeded": "Maximale Dateigr\u00f6\u00dfe \u00fcberschritten", + "Maximum": "Maximal", + "Maximum file size: {maxFileSize} GB": "Maximale Dateigr\u00f6\u00dfe betr\u00e4gt: {maxFileSize} GB", + "May": "Mai", + "Membership": "Mitgliedschaft", + "Merge cells": "Zellen verbinden", + "Message:": "Nachricht: ", + "MicroBachelors": "MicroBachelors", + "Middle": "Realschule", + "Midnight": "Mitternacht", + "Minimum Completion:": "Mindestabschluss:", + "Minimum Score:": "Minimale Punktzahl:", + "Module state successfully deleted.": "Modulzustand erfogreich gel\u00f6scht.", + "More": "Mehr", + "More sessions coming soon": "Weitere Sitzungen folgen in K\u00fcrze", + "More sessions coming soon.": "Weitere Sitzungen folgen in K\u00fcrze.", + "Move": "Verschieben", + "Move cancelled. \"{sourceDisplayName}\" has been moved back to its original location.": "Bewegung abgebrochen. \"{sourceDisplayName}\" wurde wieder an seinen urspr\u00fcnglichen Platz verschoben.", + "Move: {displayName}": "Bewegen: {displayName}", + "Moving": "Bewegen", + "Multiple teams returned for course": "Mehrere Teams sind f\u00fcr den Kurs zur\u00fcckgekehrt", + "Must be a Staff User to Perform this request.": "Muss ein Mitarbeiter sein, um diese Anfrage auszuf\u00fchren.", + "Must complete verification checkpoint": "Zu erf\u00fcllende Kontrollpunkte der Verifikation", + "Mute": "Stumm", + "Muted": "Stumm", + "My Orders": "Meine Bestellungen", + "My Team": "Mein Team", + "N/A": "nicht verf\u00fcgbar", + "Name": "Name", + "Name ": "Name", + "Name of the certificate": "Name des Zertifikats", + "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "Benenne die Gruppen, denen die Teilnehmer zugeordnet werden, wie z.B. Steuerung, Video oder Fragestellungen. Es m\u00fcssen zwei oder mehr Gruppen angelegt werden.", + "Name of the signatory": "Name des Unterzeichners", + "Name or short description of the configuration": "Name oder Kurzbeschreibung des Aufbaus", + "Navigate up": "Aufw\u00e4rts navigieren", + "Need help logging in?": "Brauchen Sie Hilfe beim anmelden?", + "Needs verified certificate ": "Ben\u00f6tigt ein verifiziertes Zertifikat", + "Never published": "Bisher unver\u00f6ffentlicht", + "Never show assessment results": "Auswertungen nie zeigen", + "New %(item_type)s": "%(item_type)s erstellen", + "New Address": "Neue Adresse", + "New Password": "Neues Passwort", + "New document": "Neues Dokument", + "New enrollment mode:": "Neuer Einschreibungsmodus:", + "New window": "Neues Fenster", + "New {component_type}": " {component_type} erstellen", + "Next": "Weiter", + "Next Step: Confirm your identity": "Als n\u00e4chstes: Best\u00e4tigen Sie ihre Identit\u00e4t", + "Next: %(nextStepTitle)s": "Kommend: %(nextStepTitle)s", + "No Content Group": "Keine Inhaltsgruppe", + "No Derivatives": "No Derivatives", + "No EdX Timed Transcript": "Kein zeitbehaftetes Transkript von edX", + "No Flash Detected": "Kein Flash gefunden", + "No Timed Transcript": "Kein zeitbehaftetes Transkript", + "No Webcam Detected": "Keine Webcam gefunden", + "No color": "Keine Farbe", + "No content-specific discussion topics exist.": "Nicht-Inhalt-Spezifische Diskussion ", + "No description available": "Keine Beschreibung verf\u00fcgbar", + "No posts matched your query.": "Kein Beitrag passt zu Ihrer Anfrage.", + "No prerequisite": "Keine Vorraussetzungen", + "No receipt available": "Keine Quittung verf\u00fcgbar", + "No results": "Keine Ergebnisse", + "No results found for \"%(query_string)s\". Please try searching again.": "Es konnten keine Ergebnisse f\u00fcr \"%(query_string)s\" gefunden werden. Bitte versuchen Sie es erneut. ", + "No results found for {original_query}. Showing results for {suggested_query}.": "Keine Ergebnisse f\u00fcr {original_query}. \u00c4hnliche Ergebnisse f\u00fcr {suggested_query}.", + "No tasks currently running.": "Momentan laufen keine Aufgaben.", + "No transcript uploaded.": "Kein Transkript hochgeladen.", + "No validation is performed on policy keys or value pairs. If you are having difficulties, check your formatting.": "Es wird keine \u00dcberpr\u00fcfung der Richtlinienschl\u00fcssel oder Wertepaare durchgef\u00fchrt. Wenn Sie Schwierigkeiten haben, \u00fcberpr\u00fcfen Sie Ihre Formatierung.", + "Nonbreaking space": "Gesch\u00fctztes Leerzeichen", + "Noncommercial": "Nicht-kommerziell", + "None": "Kein Schulabschluss", + "Noon": "Mittag", + "Not Currently Available": "Momentan nicht verf\u00fcgbar", + "Not Graded": "Unbenotet", + "Not Selected": "Nicht ausgew\u00e4hlt", + "Not Supported": "Nicht unterst\u00fctzt", + "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "Konnte die Bestehensgrenze nicht niedriger als %(minimum_grade_cutoff)s% setzen.", + "Not available": "Nicht verf\u00fcgbar", + "Not divided": "Nicht geteilt", + "Not in Use": "Nicht in Gebrauch", + "Not selected": "Nicht ausgew\u00e4hlt", + "Not specific to a course": "Nicht kursbezogen", + "Not yet": "Noch nicht", + "Note": "Anmerkung", + "Note: Do not hide graded assignments after they have been released.": "Hinweis: Blenden Sie benotete Aufgaben nicht aus, nachdem sie freigegeben wurden.", + "Note: Learners can be in only one cohort. Adding learners to this group overrides any previous group assignment.": "Hinweis: Die Nutzer k\u00f6nnen nur in einem Kohort sein. Das Hinzuf\u00fcgen von Nutzern zu dieser Gruppe hat Vorrang vor einer fr\u00fcheren Gruppenzuordnung.", "Note: You are %s hour ahead of server time.": [ - "Achtung: Sie sind %s Stunde der Serverzeit vorraus.", + "Achtung: Sie sind %s Stunde der Serverzeit vorraus.", "Achtung: Sie sind %s Stunden der Serverzeit vorraus." - ], + ], "Note: You are %s hour behind server time.": [ - "Achtung: Sie sind %s Stunde hinter der Serverzeit.", + "Achtung: Sie sind %s Stunde hinter der Serverzeit.", "Achtung: Sie sind %s Stunden hinter der Serverzeit." - ], - "Noted in:": "Angemerkt in:", - "Notes": "Notizen", - "Notes hidden": "Notizen verborgen", - "Notes visible": "Notizen sichtbar", - "November": "November", - "Now": "Jetzt", - "Number Sent": "Anzahl gesendet", - "Number of Droppable": "Zahl der ablegbaren Objekte", - "Number of Students": "Anzahl der Teilnehmer", - "Numbered List (Ctrl+O)": "Nummerierte Liste (STRG+O)", - "Numbered list": "Nummerierte Liste", - "OK": "OK", - "ORDER NAME": "Bestellname", - "ORDER NUMBER": "Bestellnummer", - "ORDER PLACED": "Bestellung aufgegeben am", - "October": "Oktober", - "Ok": "Ok", - "Onboarding": "Aufnahmepr\u00fcfung", - "Onboarding Exam": "Aufnahmepr\u00fcfung", - "Once in position, use the camera button {icon} to capture your ID": "Sobald Sie in Postition sind, benuzten Sie den Ausl\u00f6ser {icon} um ihren Ausweis zu fotografieren", - "One or more rescheduling tasks failed.": "Eine oder mehrere Neuterminierungsaufgaben sind fehlgeschlagen.", - "Only <%= fileTypes %> files can be uploaded. Please select a file ending in <%= fileExtensions %> to upload.": "Nur <%= fileTypes %> Dateien k\u00f6nnen hochgeladen werden. Bitte w\u00e4hlen Sie eine Datei mit der Dateiendung <%= fileExtensions %> zum hochladen aus.", - "Only properly formatted .csv files will be accepted.": "Nur korrekt formatierte .csv Dateien werden hier akzeptiert.", - "Open Calculator": "Taschenrechner \u00f6ffnen", - "Open language menu": "Spachmen\u00fc \u00f6ffnen", - "Open the certificate you earned for the %(title)s program.": "\u00d6ffnen Sie das Zertifikat, welches Sie f\u00fcr den Kurs %(title)s erhalten haben.", - "Open/download this file": "Diese Datei \u00f6ffnen/herunterladen", - "OpenAssessment Save Error": "Speicherfehler offene Bewertungen", - "Option Deleted": "Einstellung gel\u00f6scht", - "Optional Characteristics": "Optionale Charakteristiken", - "Optional long description": "optionale lange Beschreibung", - "Optionally, link your personal accounts to the social media icons on your edX profile.": "Optional k\u00f6nnen Sie auch Ihre pers\u00f6nlichen Social-Media Accounts mit dieser Plattform verbinden. Geben Sie dazu einfach Ihren jeweiligen Account zu dem entsprechenden Social-Media Icon an.", - "Options for {license_name}": "Optionen f\u00fcr {license_name}", - "Order Details": "Bestellungsdetails", - "Order History": "Bestellverlauf", - "Order No.": "Bestellnummer", - "Order Number": "Bestellnummer", - "Organization": "Organsation", - "Organization ": "Organsation", - "Organization Name": "Name der Organisation", - "Organization of the signatory": "Organisation des Unterzeichners", - "Other": "Anderes", - "Overall Score": "Gesamtpunkte", - "PDF Chapters": "PDF Kapitel", - "Page break": "Seitenumbruch", - "Page number out of %(total_pages)s": "Seitennummer von insgesamt %(total_pages)s", - "Pagination": "Seitennummerierung", - "Paragraph": "Absatz", - "Passed Proctoring": "Bestanden unter Beaufsichtigung", - "Password": "Passwort", - "Password Status": "Passwort Status", - "Password assistance": "Passwort Hilfe", - "Password is incorrect": "Das Passwort ist falsch.", - "Paste": "Einf\u00fcgen", - "Paste as text": "Als Text einf\u00fcgen", - "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Einf\u00fcgen erfolgt nun im reinen Textmodus. Inhalt wird ab jetzt als reiner Text eingef\u00fcgt, bis du diese Option abschaltest.", - "Paste row after": "Zeile danach einf\u00fcgen", - "Paste row before": "Zeile davor einf\u00fcgen", - "Paste your embed code below:": "F\u00fcge deinen eingebetteten Code unten ein:", - "Path to Signature Image": "Pfad zu dem Bild der Unterschrift", - "Pause": "Pause", - "Peer": "Partner", - "Pending Session Review": "Laufende Begutachtung der Sitzung", - "Photo": "Foto", - "Photo Captured successfully.": "Fotoaufnahme erfolgreich.", - "Photo ID": "Fotokennung", - "Photo Identification": "Fotoidentifikation", - "Photo of %(fullName)s": "Foto von %(fullName)s", - "Photo of %(fullName)s's ID": "Foto von %(fullName)s's Ausweis ", - "Photo requirements:": "Fotovoraussetzungen:", - "Photos don't meet the requirements?": "Bilder erf\u00fcllen nicht die Anforderungen?", - "Placeholder": "Platzhalter", - "Play": "Wiedergabe", - "Play video": "Video abspielen", - "Please Note": "Bitte beachten Sie", - "Please add a photo of the instructor (Note: only JPEG or PNG format supported)": "Bitte f\u00fcgen Sie ein Bild des Dozent hinzu (beachten Sie: Nur JPEG oder PNG Dateiformate werden hier unterst\u00fctzt)", - "Please add at least one chapter": "Bitte mindestens ein Kapitel einf\u00fcgen", - "Please add the institute where the instructor is associated": "Bitte f\u00fcgen Sie das Institut mit dem der Dozent assoziiert ist hinzu", - "Please add the instructor's biography": "Bitte f\u00fcgen Sie die Biographie des Dozenten an", - "Please add the instructor's name": "Bitte f\u00fcgen Sie den Namen des Dozenten hinzu", - "Please add the instructor's title": "Bitte f\u00fcgen Sie den Titel des Dozenten hinzu", - "Please address the errors on this page first, and then save your progress.": "Bitte beachten Sie zuerst die Fehlermeldungen auf dieser Seite und speichern Sie danach ihren Fortschritt.", - "Please check the following validation feedbacks and reflect them in your course settings:": "Bitte pr\u00fcfe die folgenden Validierungsr\u00fcckmeldungen und beachte sie in deinen Kurseinstellungen:", - "Please correct the outlined fields.": "Bitte korrigiere die umrandeten Felder.", - "Please do not use any spaces in this field.": "Bitte keine Leerzeichen in diesem Eingabefeld benutzen.", - "Please do not use any spaces or special characters in this field.": "Bitte benutzen Sie keine Leer- oder Sonderzeichen in diesem Eingabefeld.", - "Please enter a problem location.": "Bitte gib den Pfad der Fragestellung ein.", - "Please enter a student email address or username.": "Bitte gib eine Teilnehmer-E-Mail-Adresse oder einen Benutzernamen ein.", - "Please enter a term in the {anchorStart} search field{anchorEnd}.": "Bitte geben Sie ein Suchbegriff in das {anchorStart} Suchfeld {anchorEnd} ein.", - "Please enter a username or email.": "Bitte gib einen Benutzernamen oder eine E-Mail-Adresse ein.", - "Please enter a valid donation amount.": "Bitte geben Sie einen g\u00fcltigen Spendenbetrag ein.", - "Please enter an integer between %(min)s and %(max)s.": "Bitte geben Sie eine ganze Zahl zwischen %(min)s und %(max)s ein.", - "Please enter an integer between 0 and 100.": "Bitte geben Sie eine ganze Zahl zwischen 0 und 100 ein.", - "Please enter an integer greater than 0.": "Bitte geben Sie einen Integer-Wert gr\u00f6\u00dfer 0 ein.", - "Please enter non-negative integer.": "Bitte geben Sie einen nicht negativen Integer-Wert ein.", - "Please enter valid start date and time.": "Bitte geben Sie ein g\u00fcltiges Startdatum und Startzeit an.", - "Please enter your %(field)s.": "Bitte erg\u00e4nzen Sie die folgenden Angaben: %(field)s", - "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "Bitte befolgen Sie die Instruktionen, um eine Datei hochzuladen und dorthin zu verlinken: {maxFileSizeRedirectUrl}", - "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "Bitte drucken Sie diese Seite f\u00fcr Ihre Unterlagen aus, sie dient als Ihre Quittung. Sie erhalten au\u00dferdem eine E-Mail mit den gleichen Informationen.", - "Please re-enter your password.": "Bitte geben Sie erneut Ihr Passwort ein", - "Please select a PDF file to upload.": "Bitte w\u00e4hlen Sie eine PDF-Datei zum Hochladen aus", - "Please select a file in .srt format.": "W\u00e4hlen Sie eine Datei im .srt-Format aus.", - "Please verify that you have uploaded a valid image (PNG and JPEG).": "Bitte verifizieren Sie, dass Sie ein valides Bild (PNG und JPEG) hochgeladen haben.", - "Please verify that your webcam is connected and that you have allowed your browser to access it.": "Bitte best\u00e4tigen Sie, dass Ihre Webcam korrekt mit Ihrem Computer und Ihrem Browser verbunden ist.", - "Please wait": "Bitte warten", - "Post": "Beitrag", - "Poster": "Beitragsautor", - "Practice Exam Completed": "\u00dcbungspr\u00fcfung bestanden", - "Practice Exam Failed": "\u00dcbungspr\u00fcfung nicht bestanden", - "Practice Proctored": "Beaufsichtigte \u00dcbungspr\u00fcfung", - "Practice proctored Exam": "Beaufsichtigte Pr\u00fcfung \u00fcben", - "Pre": "Vor", - "Preferred Language": "Bevorzugte Sprache", - "Preformatted": "Vorformatiert", - "Prerequisite:": "Vorraussetzungen:", - "Prerequisite: %(prereq_display_name)s": "Voraussetzung: %(prereq_display_name)s", - "Press Add to language": "Klicken Sie 'Zur Sprache hinzuf\u00fcgen'", - "Press Remove to remove language": "Klicken Sie auf Entfernen, um die Sprache zu entfernen", - "Press UP to enter the speed menu then use the UP and DOWN arrow keys to navigate the different speeds, then press ENTER to change to the selected speed.": "Klicken Sie auf die Pfeiltaste nach oben, um das Geschwindigkeitsmenu aufzurufen. Regeln Sie dann mit den Hoch und Runter Pfeiltasten die Geschwindigkeit. Klicken Sie Enter, um die jeweilige Geschwindigkeit festzulegen.", - "Press change to change selected transcript provider.": "Klicken Sie '\u00c4ndern', um den ausgew\u00e4hlten Transkriptanbieter zu \u00e4ndern.", - "Press close to hide course video settings": "Klicken Sie auf 'Schlie\u00dfen', um die Videoeinstellungen zu verbergen.", - "Press discard changes to discard changes.": "Klicken Sie auf '\u00c4nderungen verwerfen', um Ihre \u00c4nderungen zu verwerfen.", - "Press discard changes to discard your changes.": "Klicken Sie auf '\u00c4nderungen verwerfen', um Ihre \u00c4nderungen zu verwerfen.", - "Press update settings to update course video settings": "Klicken Sie 'Einstellungen aktualisieren', um die Informationen Ihrer Organisation zu aktualisieren.", - "Press update settings to update the information for your organization.": "Klicken Sie 'Einstellungen aktualisieren', um die Informationen Ihrer Organisation zu aktualisieren.", - "Prev": "Vorher", - "Prevent students from generating certificates in this course?": "M\u00f6chten Sie die Teilnehmer daran hindern Zertifikate f\u00fcr diesen Kurs zu generieren?", - "Preview": "Vorschau", - "Preview Certificate": "Vorschau des Zertifikats", - "Preview of uploaded image": "Vorshau von das Hochgeladenes Bild", - "Previous": "Zur\u00fcck", - "Previous Uploads": "Vorherige Hochladevorg\u00e4nge", - "Previous Uploads table has been updated.": "Tabelle der vorherigen Uploads wurde aktualisiert.", - "Previously published": "zuvor ver\u00f6ffentlicht", - "Print": "Drucken", - "Processing Re-run Request": "Verarbeite die Anfrage auf Kurswiederholung", - "Proctored": "Beaufsichtigt", - "Proctored Exam": "Beaufsichtigte Pr\u00fcfung", - "Proctored Option Available": "Option Beaufsichtigt verf\u00fcgbar", - "Proctored Option No Longer Available": "Die Option Beaufsichtigt steht nicht l\u00e4nger zur Verf\u00fcgung", - "Proctoring Session Results Update for {course_name} {exam_name}": "Aktualisierung der beaufsichtigten Sitzungsergebnisse f\u00fcr {course_name} {exam_name}", - "Proctoring Settings": "Einstellung der Beaufsichtigung", - "Professional Education": "Berufsbildung", - "Professional Education Verified Certificate": "Berufsbildendes verifiziertes Zertifikat", - "Profile": "Profil", - "Profile Image": "Profilbild", - "Profile Visibility:": "Angezeigtes Profil", - "Profile image for {username}": "Profilbild f\u00fcr {username}", - "Promote another member to Admin to remove your admin rights": "Ein weiteres Mitglied zum Administrator bef\u00f6rdern, um eigene Administratorrechte zu entfernen", - "Provisional": "Vorl\u00e4ufig", - "Provisionally Supported": "Vorl\u00e4ufig unterst\u00fctzt", - "Publish": "Ver\u00f6ffentlichen", - "Published (not yet released)": "Ver\u00f6ffentlicht (bisher nicht freigegeben)", - "Published and Live": "Ver\u00f6ffentlicht und live", - "Publishing": "Ver\u00f6ffentlichen", - "Publishing Status": "Ver\u00f6ffentlichungsstatus", - "Queued": "Eingereiht", - "Read More": "Weiterlesen", - "Read more": "Mehr erfahren", - "Ready To Start": "Bereit um zu starten", - "Ready To Submit": "Bereit f\u00fcr die Einreichung", - "Reason": "Grund", - "Reason field should not be left blank.": "Das Ursachenfeld sollte nicht leer gelassen sein.", - "Reason for change:": "Grund f\u00fcr die \u00c4nderung:", - "Receive updates": "Updates empfangen", - "Recent Activity": "K\u00fcrzliche Aktivit\u00e4t", - "Redo": "Redo", - "Redo (Ctrl+Shift+Z)": "Wiederholen (STRG+SHIFT+Z)", - "Redo (Ctrl+Y)": "Wiederholen (STRG + Y)", - "Regenerate": "Erneuern", - "Regenerate the user's certificate": "Zertifikat f\u00fcr den Nutzer erneut generieren", - "Rejected": "Zur\u00fcckgewiesen", - "Release Date and Time": "Freigabedatum und Uhrzeit", - "Release Date:": "Freigabedatum:", - "Release Status:": "Freigabestatus:", - "Release Time in UTC:": "Freigabezeit in UTC:", - "Release:": "Freigabe:", - "Released:": "Freigegeben:", - "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "Beseitigung wir vorgenommen. Um Fehler vorzubeugen, warten Sie bis der Vorgang abgeschlossen ist.", - "Remove": "Entfernen", - "Remove Transcript": "Transkript entfernen", - "Remove all": "Alle entfernen", - "Remove link": "Link entfernen", - "Remove this team member?": "Dieses Teammitglied entfernen?", - "Remove this video": "Das Video entfernen", - "Remove {role} Access": "{role} Zugang entfernen", - "Remove {video_name} video": " {video_name} Video entfernen", - "Removing": "Entfernen", - "Replace": "Ersetzen", - "Replace all": "Alles ersetzen", - "Replace with": "Ersetze mit", - "Reply to Annotation": "Auf Anmerkung antworten", - "Report abuse, topics, and responses": "Melde Missbrauch, Themen und Antworten", - "Requester": "Anforderer", - "Required": "Ben\u00f6tigt", - "Required field.": "Erforderliches Feld.", - "Reset Password": "Passwort zur\u00fccksetzen", - "Reset Your Password": "Passwort zur\u00fccksetzen", - "Restore enrollment code": "Stelle den Einschreibungscode wieder her", - "Restore last draft": "Letzten Entwurf wiederherstellen", - "Retake Photo": "Foto neu aufnehmen", - "Retake Your Photos": "Nimm deine Fotos neu auf", - "Retry Verification": "Verifikation wiederholen", - "Return and add email address": "Zur\u00fcckkehren und Email-Adresse angeben", - "Return to Export": "Zum Export zur\u00fcckkehren", - "Return to Your Dashboard": "Zur\u00fcck zu \"Meine Kurse\"", - "Return to team listing": "Zur\u00fcck zur Teamliste", - "Review Policy Exception": "Ausnahme bei der Begutachtungsrichtlinine", - "Review Rules": "\u00dcberpr\u00fcfungsregeln", - "Review Your Photos": "Fotos kontrollieren", - "Review your info": "\u00dcberpr\u00fcfen Sie Ihre Informationen", - "Revoke access": "Zugang widerrufen", - "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Rich-Text-Bereich. Dr\u00fccke ALT-F9 f\u00fcr Men\u00fc. Dr\u00fccke ALT-F10 f\u00fcr Werkzeugleiste. Dr\u00fccke ALT-0 f\u00fcr Hilfe", - "Right": "Rechts", - "Right to left": "Rechts nach links", - "Robots": "Roboter", - "Row": "Zeile", - "Row group": "Zeilengruppe", - "Row properties": "Zeileneigenschaften", - "Row type": "Zeilenart", - "Rows": "Zeilen", - "Save": "Speichern", - "Save Changes": "\u00c4nderungen speichern", - "Save changes": "\u00c4nderungen speichern", - "Saved cohort": "gespeicherter Kohort", - "Saving": "Speichert", - "Saving...": "Speichert...", - "Scheduled:": "Terminiert:", - "Scope": "Bereich", - "Search": "Suchen", - "Search Results": "Suchergebnisse", - "Search all posts": "Eintr\u00e4ge durchsuchen", - "Search teams": "Teams durchsuchen", - "Second Review Required": "Zweiter Review wird ben\u00f6tigt", - "Section": "Abschnitt", - "Section Visibility": "Sichtbarkeit des Abschnitt", - "Sections": "Abschnitte", - "Select a Content Group": "W\u00e4hle eine Inhaltsgruppe", - "Select a chapter": "W\u00e4hle ein Kapitel.", - "Select a cohort": "W\u00e4hlen Sie einen Kohort", - "Select a cohort to manage": "Zu verwaltenden Kohort w\u00e4hlen", - "Select a section or problem": "W\u00e4hlen Sie einen Abschnitt oder eine Aufgabe", - "Select all": "Alles ausw\u00e4hlen", - "Select language": "W\u00e4hlen Sie eine Sprache", - "Select the time zone for displaying course dates. If you do not specify a time zone, course dates, including assignment deadlines, will be displayed in your browser's local time zone.": "W\u00e4hlen Sie die Zeitzone des angebotenen Kurses aus. Wenn Sie keine bestimmte Zeitzone ausw\u00e4hlen, werden Kursdaten, inklusive Abgabetermine f\u00fcr Aufgaben, in der lokalen Zeit ihres Browsers dargestellt.", - "Selected tab": "Ausgew\u00e4hlter Tab", - "Self": "Selbst", - "Send notification to mobile apps": "Benachrichtigung zur mobilen App zulassen", - "Send push notification to mobile apps": "Pushbenachrichtigung zur mobilen App zulassen", - "Send to:": "Senden an:", - "Sent By": "Absender", - "Sent By:": "Absender:", - "Sent To:": "An:", - "September": "September", - "Server error.": "Server Problem.", - "Set as a Special Exam": "Als spezielle Pr\u00fcfung einstellen", - "Set up your certificate": "Richten Sie sich Ihr Zertifikat ein", - "Settings": "Einstellungen", - "Settings updated": "Einstellungen aktualisiert", - "Share": "Teilen", - "Share Alike": "Share Alike", - "Short explanation": "kurze Erkl\u00e4rung", - "Show": "Einblenden", - "Show All": "Alles anzeigen", - "Show Annotations": "Zeige Anmerkungen", - "Show Deprecated Settings": "Zeige veraltete Einstellungen", - "Show Discussion": "Diskussion anzeigen", - "Show Previews": "Vorschau anzeigen", - "Show assessment results when subsection is past due": "Auswertungen zeigen, nach bearbeitung des Unterabschnitt ", - "Show blocks": "Zeige Bl\u00f6cke", - "Show entire subsection": "Gesamten Unterabschnitt anzeigen", - "Show invisible characters": "Zeige unsichtbare Zeichen", - "Show me other ways to sign in or register": "Andere M\u00f6glichkeiten f\u00fcr die Anmeldung oder Registrierung", - "Show notes": "Notizen anzeigen", - "Show posts by {username}.": "Zeige Beitr\u00e4ge von {username}.", - "Show transcripts ({totalTranscripts})": "Transkripte anzeigen ({totalTranscripts})", - "Show transcripts ({transcriptCount})": "Transkript anzeigen ({transcriptCount})", - "Showing all responses": "Zeige alle Antworten an", + ], + "Noted in:": "Angemerkt in:", + "Notes": "Notizen", + "Notes hidden": "Notizen verborgen", + "Notes visible": "Notizen sichtbar", + "November": "November", + "Now": "Jetzt", + "Number Sent": "Anzahl gesendet", + "Number of Droppable": "Zahl der ablegbaren Objekte", + "Number of Students": "Anzahl der Teilnehmer", + "Numbered List (Ctrl+O)": "Nummerierte Liste (STRG+O)", + "Numbered list": "Nummerierte Liste", + "OK": "OK", + "ORDER NAME": "Bestellname", + "ORDER NUMBER": "Bestellnummer", + "ORDER PLACED": "Bestellung aufgegeben am", + "October": "Oktober", + "Ok": "Ok", + "Onboarding": "Aufnahmepr\u00fcfung", + "Onboarding Exam": "Aufnahmepr\u00fcfung", + "Once in position, use the Take Photo button {icon} to capture your ID": "Sobald Sie in Postition sind, benuzten Sie den Ausl\u00f6ser {icon} um ihren Ausweis zu fotografieren", + "Once in position, use the Take Photo button {icon} to capture your photo": "Sobald Sie in Postition sind, benuzten Sie den Ausl\u00f6ser {icon} um zu fotografieren", + "Once you complete one of the program requirements you have a program record. This record is marked complete once you meet all program requirements. A program record can be used to continue your learning journey and demonstrate your learning to others.": "Sobald Sie eine der Programmanforderungen erf\u00fcllt haben, haben Sie eine Programmaufzeichnung. Dieser Datensatz wird als vollst\u00e4ndig markiert, wenn Sie alle Programmanforderungen erf\u00fcllen. Ein Programmprotokoll kann verwendet werden, um Ihre Lernreise fortzusetzen und anderen Ihren Lernfortschritt zu demonstrieren.", + "Once your account is deleted, you cannot use it to take courses on the {platformName} app, {siteName}, or any other site hosted by {platformName}.": "Sobald Ihr Konto gel\u00f6scht ist, k\u00f6nnen Sie es nicht mehr verwenden, um Kurse \u00fcber die App {platformName}, {siteName} oder eine andere von {platformName} gehostete Website zu besuchen.", + "One or more rescheduling tasks failed.": "Eine oder mehrere Neuterminierungsaufgaben sind fehlgeschlagen.", + "Only ": "Nur", + "Only <%= fileTypes %> files can be uploaded. Please select a file ending in <%= fileExtensions %> to upload.": "Nur <%= fileTypes %> Dateien k\u00f6nnen hochgeladen werden. Bitte w\u00e4hlen Sie eine Datei mit der Dateiendung <%= fileExtensions %> zum hochladen aus.", + "Only properly formatted .csv files will be accepted.": "Nur korrekt formatierte .csv Dateien werden hier akzeptiert.", + "Only the parent course staff of a CCX can create content groups.": "Nur die \u00fcbergeordneten Kursleiter eines CCX k\u00f6nnen Inhaltsgruppen erstellen.", + "Open Calculator": "Taschenrechner \u00f6ffnen", + "Open language menu": "Spachmen\u00fc \u00f6ffnen", + "Open the certificate you earned for the %(title)s program.": "\u00d6ffnen Sie das Zertifikat, welches Sie f\u00fcr den Kurs %(title)s erhalten haben.", + "Open/download this file": "Diese Datei \u00f6ffnen/herunterladen", + "OpenAssessment Save Error": "Speicherfehler offene Bewertungen", + "Option Deleted": "Einstellung gel\u00f6scht", + "Optional Characteristics": "Optionale Charakteristiken", + "Optional long description": "optionale lange Beschreibung", + "Optionally, link your personal accounts to the social media icons on your edX profile.": "Optional k\u00f6nnen Sie auch Ihre pers\u00f6nlichen Social-Media Accounts mit dieser Plattform verbinden. Geben Sie dazu einfach Ihren jeweiligen Account zu dem entsprechenden Social-Media Icon an.", + "Options for {license_name}": "Optionen f\u00fcr {license_name}", + "Order Details": "Bestellungsdetails", + "Order History": "Bestellverlauf", + "Order No.": "Bestellnummer", + "Order Number": "Bestellnummer", + "Organization": "Organsation", + "Organization ": "Organsation", + "Organization Name": "Name der Organisation", + "Organization of the signatory": "Organisation des Unterzeichners", + "Organization:": "Organisation:", + "Other": "Anderer Abschluss", + "Overall Score": "Gesamtpunkte", + "PDF Chapters": "PDF Kapitel", + "Page break": "Seitenumbruch", + "Page number out of %(total_pages)s": "Seitennummer von insgesamt %(total_pages)s", + "Pagination": "Seitennummerierung", + "Paragraph": "Absatz", + "Passed Proctoring": "Bestanden unter Beaufsichtigung", + "Password": "Passwort", + "Password Status": "Passwort Status", + "Password assistance": "Passwort Hilfe", + "Password is incorrect": "Das Passwort ist falsch.", + "Passwords do not match.": "Passw\u00f6rter stimmen nicht \u00fcberein", + "Paste": "Einf\u00fcgen", + "Paste as text": "Als Text einf\u00fcgen", + "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Einf\u00fcgen erfolgt nun im reinen Textmodus. Inhalt wird ab jetzt als reiner Text eingef\u00fcgt, bis du diese Option abschaltest.", + "Paste row after": "Zeile danach einf\u00fcgen", + "Paste row before": "Zeile davor einf\u00fcgen", + "Paste your embed code below:": "F\u00fcge deinen eingebetteten Code unten ein:", + "Path to Signature Image": "Pfad zu dem Bild der Unterschrift", + "Pause": "Pause", + "Peer": "Partner", + "Pending Session Review": "Laufende Begutachtung der Sitzung", + "Photo": "Foto", + "Photo Captured successfully.": "Fotoaufnahme erfolgreich.", + "Photo ID": "Fotokennung", + "Photo Identification": "Fotoidentifikation", + "Photo Verification": "Foto Verifikation", + "Photo of %(fullName)s": "Foto von %(fullName)s", + "Photo of %(fullName)s's ID": "Foto von %(fullName)s's Ausweis ", + "Photo requirements:": "Fotovoraussetzungen:", + "Photos don't meet the requirements?": "Bilder erf\u00fcllen nicht die Anforderungen?", + "Placeholder": "Platzhalter", + "Play": "Wiedergabe", + "Play video": "Video abspielen", + "Please Note": "Bitte beachten Sie", + "Please add a photo of the instructor (Note: only JPEG or PNG format supported)": "Bitte f\u00fcgen Sie ein Bild des Dozent hinzu (beachten Sie: Nur JPEG oder PNG Dateiformate werden hier unterst\u00fctzt)", + "Please add at least one chapter": "Bitte mindestens ein Kapitel einf\u00fcgen", + "Please add the institute where the instructor is associated": "Bitte f\u00fcgen Sie das Institut mit dem der Dozent assoziiert ist hinzu", + "Please add the instructor's biography": "Bitte f\u00fcgen Sie die Biographie des Dozenten an", + "Please add the instructor's name": "Bitte f\u00fcgen Sie den Namen des Dozenten hinzu", + "Please add the instructor's title": "Bitte f\u00fcgen Sie den Titel des Dozenten hinzu", + "Please address the errors on this page first, and then save your progress.": "Bitte beachten Sie zuerst die Fehlermeldungen auf dieser Seite und speichern Sie danach ihren Fortschritt.", + "Please check the following validation feedbacks and reflect them in your course settings:": "Bitte pr\u00fcfe die folgenden Validierungsr\u00fcckmeldungen und beachte sie in deinen Kurseinstellungen:", + "Please correct the outlined fields.": "Bitte korrigiere die umrandeten Felder.", + "Please describe this image or agree that it has no contextual value by checking the checkbox.": "Bitte beschreiben Sie dieses Bild oder stimmen Sie zu, dass es keinen kontextuellen Wert hat, indem Sie das Kontrollk\u00e4stchen klicken.", + "Please do not use any spaces in this field.": "Bitte keine Leerzeichen in diesem Eingabefeld benutzen.", + "Please do not use any spaces or special characters in this field.": "Bitte benutzen Sie keine Leer- oder Sonderzeichen in diesem Eingabefeld.", + "Please enter a problem location.": "Bitte gib den Pfad der Fragestellung ein.", + "Please enter a score.": "Bitte geben Sie eine Punktzahl ein.", + "Please enter a student email address or username.": "Bitte gib eine Teilnehmer-E-Mail-Adresse oder einen Benutzernamen ein.", + "Please enter a term in the {anchorStart} search field{anchorEnd}.": "Bitte geben Sie ein Suchbegriff in das {anchorStart} Suchfeld {anchorEnd} ein.", + "Please enter a username or email.": "Bitte gib einen Benutzernamen oder eine E-Mail-Adresse ein.", + "Please enter a valid donation amount.": "Bitte geben Sie einen g\u00fcltigen Spendenbetrag ein.", + "Please enter an integer between %(min)s and %(max)s.": "Bitte geben Sie eine ganze Zahl zwischen %(min)s und %(max)s ein.", + "Please enter an integer between 0 and 100.": "Bitte geben Sie eine ganze Zahl zwischen 0 und 100 ein.", + "Please enter an integer greater than 0.": "Bitte geben Sie einen Integer-Wert gr\u00f6\u00dfer 0 ein.", + "Please enter non-negative integer.": "Bitte geben Sie einen nicht negativen Integer-Wert ein.", + "Please enter valid start date and time.": "Bitte geben Sie ein g\u00fcltiges Startdatum und Startzeit an.", + "Please enter your %(field)s.": "Bitte erg\u00e4nzen Sie die folgenden Angaben: %(field)s", + "Please enter your log-in or recovery email address below and we will send you an email with instructions.": "Bitte geben Sie unten Ihre Anmelde- oder Wiederherstellungs-E-Mail-Adresse ein und wir senden Ihnen eine E-Mail mit Anweisungen.", + "Please fix the following errors:": "Bitte beheben Sie die folgenden Fehler:", + "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "Bitte befolgen Sie die Instruktionen, um eine Datei hochzuladen und dorthin zu verlinken: {maxFileSizeRedirectUrl}", + "Please note: Deletion of your account and personal data is permanent and cannot be undone. {platformName} will not be able to recover your account or the data that is deleted.": "Bitte beachten Sie: Die L\u00f6schung Ihres Kontos und Ihrer personenbezogenen Daten ist dauerhaft und kann nicht r\u00fcckg\u00e4ngig gemacht werden. {platformName} kann Ihr Konto oder die gel\u00f6schten Daten nicht wiederherstellen.", + "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "Bitte drucken Sie diese Seite f\u00fcr Ihre Unterlagen aus, sie dient als Ihre Quittung. Sie erhalten au\u00dferdem eine E-Mail mit den gleichen Informationen.", + "Please provide a description of the link destination.": "Bitte geben Sie eine Beschreibung des Linkziels an.", + "Please provide a valid URL.": "Bitte geben Sie eine g\u00fcltige URL an.", + "Please re-enter your password.": "Bitte geben Sie erneut Ihr Passwort ein", + "Please select a PDF file to upload.": "Bitte w\u00e4hlen Sie eine PDF-Datei zum Hochladen aus", + "Please select a file in .srt format.": "W\u00e4hlen Sie eine Datei im .srt-Format aus.", + "Please specify a reason.": "Bitte geben Sie einen Grund an.", + "Please verify that you have uploaded a valid image (PNG and JPEG).": "Bitte verifizieren Sie, dass Sie ein valides Bild (PNG und JPEG) hochgeladen haben.", + "Please verify that your webcam is connected and that you have allowed your browser to access it.": "Bitte best\u00e4tigen Sie, dass Ihre Webcam korrekt mit Ihrem Computer und Ihrem Browser verbunden ist.", + "Please wait": "Bitte warten", + "Plugins": "Plugins", + "Post": "Beitrag", + "Poster": "Beitragsautor", + "Practice Exam Completed": "\u00dcbungspr\u00fcfung bestanden", + "Practice Exam Failed": "\u00dcbungspr\u00fcfung nicht bestanden", + "Practice Proctored": "Beaufsichtigte \u00dcbungspr\u00fcfung", + "Practice proctored Exam": "Beaufsichtigte Pr\u00fcfung \u00fcben", + "Pre": "Vor", + "Preferred Language": "Bevorzugte Sprache", + "Preformatted": "Vorformatiert", + "Prerequisite:": "Vorraussetzungen:", + "Prerequisite: %(prereq_display_name)s": "Voraussetzung: %(prereq_display_name)s", + "Press Add to language": "Klicken Sie 'Zur Sprache hinzuf\u00fcgen'", + "Press Remove to remove language": "Klicken Sie auf Entfernen, um die Sprache zu entfernen", + "Press UP to enter the speed menu then use the UP and DOWN arrow keys to navigate the different speeds, then press ENTER to change to the selected speed.": "Klicken Sie auf die Pfeiltaste nach oben, um das Geschwindigkeitsmenu aufzurufen. Regeln Sie dann mit den Hoch und Runter Pfeiltasten die Geschwindigkeit. Klicken Sie Enter, um die jeweilige Geschwindigkeit festzulegen.", + "Press change to change selected transcript provider.": "Klicken Sie '\u00c4ndern', um den ausgew\u00e4hlten Transkriptanbieter zu \u00e4ndern.", + "Press close to hide course video settings": "Klicken Sie auf 'Schlie\u00dfen', um die Videoeinstellungen zu verbergen.", + "Press discard changes to discard changes.": "Klicken Sie auf '\u00c4nderungen verwerfen', um Ihre \u00c4nderungen zu verwerfen.", + "Press discard changes to discard your changes.": "Klicken Sie auf '\u00c4nderungen verwerfen', um Ihre \u00c4nderungen zu verwerfen.", + "Press the UP arrow key to enter the language menu then use UP and DOWN arrow keys to navigate language options. Press ENTER to change to the selected language.": "Dr\u00fccken Sie die Pfeiltaste OBEN, um das Sprachmen\u00fc aufzurufen, und verwenden Sie dann die Pfeiltasten OBEN und UNTEN, um sich durch die Sprachoptionen zu navigieren. Dr\u00fccken Sie ENTER, um zur ausgew\u00e4hlten Sprache zu wechseln.", + "Press update settings to update course video settings": "Klicken Sie 'Einstellungen aktualisieren', um die Informationen Ihrer Organisation zu aktualisieren.", + "Press update settings to update the information for your organization.": "Klicken Sie 'Einstellungen aktualisieren', um die Informationen Ihrer Organisation zu aktualisieren.", + "Prev": "Vorher", + "Prevent students from generating certificates in this course?": "M\u00f6chten Sie die Teilnehmer daran hindern Zertifikate f\u00fcr diesen Kurs zu generieren?", + "Preview": "Vorschau", + "Preview Certificate": "Vorschau des Zertifikats", + "Preview of uploaded image": "Vorshau von das Hochgeladenes Bild", + "Preview this query": "Vorschau dieser Abfrage", + "Previous": "Zur\u00fcck", + "Previous Uploads": "Vorherige Hochladevorg\u00e4nge", + "Previous Uploads table has been updated.": "Tabelle der vorherigen Uploads wurde aktualisiert.", + "Previously published": "zuvor ver\u00f6ffentlicht", + "Print": "Drucken", + "Processing Re-run Request": "Verarbeite die Anfrage auf Kurswiederholung", + "Proctored": "Beaufsichtigt", + "Proctored Exam": "Beaufsichtigte Pr\u00fcfung", + "Proctored Option Available": "Option Beaufsichtigt verf\u00fcgbar", + "Proctored Option No Longer Available": "Die Option Beaufsichtigt steht nicht l\u00e4nger zur Verf\u00fcgung", + "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.": "Beaufsichtigte Pr\u00fcfungen werden zeitlich begrenzt und es werden Videos von jedem Lernenden aufgezeichnet, der die Pr\u00fcfung ablegt. Die Videos werden dann \u00fcberpr\u00fcft, um sicherzustellen, dass die Lernenden alle Pr\u00fcfungsregeln einhalten.", + "Proctoring": "Beaufsichtigung", + "Proctoring Session Results Update for {course_name} {exam_name}": "Aktualisierung der beaufsichtigten Sitzungsergebnisse f\u00fcr {course_name} {exam_name}", + "Proctoring Settings": "Einstellung der Beaufsichtigung", + "Product Name": "Produktname", + "Professional Certificate for {courseName}": "Professionelles Zertifikat f\u00fcr {courseName}", + "Professional Education": "Berufsbildung", + "Professional Education Verified Certificate": "Berufsbildendes verifiziertes Zertifikat", + "Profile": "Profil", + "Profile Image": "Profilbild", + "Profile Visibility:": "Angezeigtes Profil", + "Profile image for {username}": "Profilbild f\u00fcr {username}", + "Program Record": "Programmprotokoll", + "Promote another member to Admin to remove your admin rights": "Ein weiteres Mitglied zum Administrator bef\u00f6rdern, um eigene Administratorrechte zu entfernen", + "Provisional": "Vorl\u00e4ufig", + "Provisionally Supported": "Vorl\u00e4ufig unterst\u00fctzt", + "Publish": "Ver\u00f6ffentlichen", + "Publish all unpublished changes for this {item}?": "Alle unver\u00f6ffentlichten \u00c4nderungen f\u00fcr dieses {item} ver\u00f6ffentlichen?", + "Publish {display_name}": "{display_name} ver\u00f6ffentlichen", + "Published (not yet released)": "Ver\u00f6ffentlicht (bisher nicht freigegeben)", + "Published and Live": "Ver\u00f6ffentlicht und live", + "Publishing": "Ver\u00f6ffentlichen", + "Publishing Status": "Ver\u00f6ffentlichungsstatus", + "Queued": "Eingereiht", + "REMAINING COURSES": "VERBLEIBENDE KURSE", + "Re-run Course": "Neue Kurslaufzeit", + "Read More": "Weiterlesen", + "Read more": "Mehr erfahren", + "Ready To Start": "Bereit um zu starten", + "Ready To Submit": "Bereit f\u00fcr die Einreichung", + "Reason": "Grund", + "Reason field should not be left blank.": "Das Ursachenfeld sollte nicht leer gelassen sein.", + "Reason for change:": "Grund f\u00fcr die \u00c4nderung:", + "Receive updates": "Updates empfangen", + "Recent Activity": "K\u00fcrzliche Aktivit\u00e4t", + "Recommended image resolution is {imageResolution}, maximum image file size should be {maxFileSize} and format must be one of {supportedImageFormats}.": "Empfohlene Bildaufl\u00f6sung ist {imageResolution}, maximale Bilddateigr\u00f6\u00dfe sollte {maxFileSize} sein und das Format muss eines von {supportedImageFormats} sein.", + "Recover my password": "Mein Passwort wiederherstellen", + "Recovery Email Address": "E-Mail-Adresse f\u00fcr die Wiederherstellung", + "Redo": "Redo", + "Redo (Ctrl+Shift+Z)": "Wiederholen (STRG+SHIFT+Z)", + "Redo (Ctrl+Y)": "Wiederholen (STRG + Y)", + "Regenerate": "Erneuern", + "Regenerate the user's certificate": "Zertifikat f\u00fcr den Nutzer erneut generieren", + "Register with Institution/Campus Credentials": "Registrieren mit Institution/Campus Zugangsdaten", + "Rejected": "Zur\u00fcckgewiesen", + "Release Date and Time": "Freigabedatum und Uhrzeit", + "Release Date:": "Freigabedatum:", + "Release Status:": "Freigabestatus:", + "Release Time in UTC:": "Freigabezeit in UTC:", + "Release:": "Freigabe:", + "Released:": "Freigegeben:", + "Remaining": "Verblieben", + "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "Beseitigung wir vorgenommen. Um Fehler vorzubeugen, warten Sie bis der Vorgang abgeschlossen ist.", + "Remove": "Entfernen", + "Remove Transcript": "Transkript entfernen", + "Remove all": "Alle entfernen", + "Remove chapter %(chapterDisplayName)s": "Kapitel %(chapterDisplayName)s entfernen", + "Remove file": "Datei entfernen", + "Remove from Invalidation Table": "Aus der Invalidierungstabelle entfernen", + "Remove from List": "Von der Liste entfernen", + "Remove link": "Link entfernen", + "Remove subsection %(subsectionDisplayName)s": "Untereinheit %(subsectionDisplayName)s entfernen", + "Remove this team member?": "Dieses Teammitglied entfernen?", + "Remove this video": "Das Video entfernen", + "Remove unit %(unitName)s": "%(unitName)s Lerneinheit entfernen", + "Remove {role} Access": "{role} Zugang entfernen", + "Remove {video_name} video": " {video_name} Video entfernen", + "Removing": "Entfernen", + "Removing a video from this list does not affect course content. Any content that uses a previously uploaded video ID continues to display in the course.": "Das Entfernen eines Videos aus dieser Liste hat keinen Einfluss auf den Kursinhalt. Alle Inhalte, die eine zuvor hochgeladene Video-ID verwenden, werden im Kurs weiterhin angezeigt.", + "Replace": "Ersetzen", + "Replace all": "Alles ersetzen", + "Replace with": "Ersetze mit", + "Reply to Annotation": "Auf Anmerkung antworten", + "Report abuse, topics, and responses": "Melde Missbrauch, Themen und Antworten", + "Requester": "Anforderer", + "Required": "Ben\u00f6tigt", + "Required field.": "Erforderliches Feld.", + "Rescore problem '<%- problem_id %>' for all students?": "Problem '<%- problem_id %>' f\u00fcr alle Teilnehmer neu bewerten?", + "Reset My Password": "Passwort zur\u00fccksetzen", + "Reset Password": "Passwort zur\u00fccksetzen", + "Reset Your Password": "Passwort zur\u00fccksetzen", + "Reset attempts for all students on problem '<%- problem_id %>'?": "Versuche f\u00fcr alle Sch\u00fcler bei Problem '<%- problem_id %>' zur\u00fccksetzen?", + "Responses could not be loaded. Refresh the page and try again.": "Antworten konnten nicht geladen werden. Aktualisieren Sie die Seite und versuchen Sie es erneut.", + "Restore enrollment code": "Stelle den Einschreibungscode wieder her", + "Restore last draft": "Letzten Entwurf wiederherstellen", + "Restrict access to:": "Beschr\u00e4nken Sie den Zugriff auf:", + "Retake Photo": "Foto neu aufnehmen", + "Retake Your Photos": "Nimm deine Fotos neu auf", + "Retrieving enrollment status...": "Abruf des Einschreibestatus.....", + "Retry Verification": "Verifikation wiederholen", + "Return and add email address": "Zur\u00fcckkehren und Email-Adresse angeben", + "Return to Export": "Zum Export zur\u00fcckkehren", + "Return to Your Dashboard": "Zur\u00fcck zu \"Meine Kurse\"", + "Return to team listing": "Zur\u00fcck zur Teamliste", + "Review Policy Exception": "Ausnahme bei der Begutachtungsrichtlinine", + "Review Rules": "\u00dcberpr\u00fcfungsregeln", + "Review Your Photos": "Fotos kontrollieren", + "Review your info": "\u00dcberpr\u00fcfen Sie Ihre Informationen", + "Revoke access": "Zugang widerrufen", + "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Rich-Text-Bereich. Dr\u00fccke ALT-F9 f\u00fcr Men\u00fc. Dr\u00fccke ALT-F10 f\u00fcr Werkzeugleiste. Dr\u00fccke ALT-0 f\u00fcr Hilfe", + "Right": "Rechts", + "Right to left": "Rechts nach links", + "Robots": "Roboter", + "Role field should not be left unselected.": "Das Rollenfeld sollte nicht unmarkiert bleiben.", + "Row": "Zeile", + "Row group": "Zeilengruppe", + "Row properties": "Zeileneigenschaften", + "Row type": "Zeilenart", + "Rows": "Zeilen", + "Save": "Speichern", + "Save Changes": "\u00c4nderungen speichern", + "Save changes": "\u00c4nderungen speichern", + "Saved cohort": "gespeicherter Kohort", + "Saving": "Speichert", + "Saving your email preference": "Speichern Ihrer E-Mail-Einstellungen ", + "Saving...": "Speichert...", + "Scheduled:": "Terminiert:", + "Scope": "Bereich", + "Search": "Suchen", + "Search Results": "Suchergebnisse", + "Search all posts": "Eintr\u00e4ge durchsuchen", + "Search teams": "Teams durchsuchen", + "Search the {platform} Help Center": "Durchsuchen Sie das Hilfecenter der {platform} Plattform.", + "Second Review Required": "Zweiter Review wird ben\u00f6tigt", + "Section": "Abschnitt", + "Section Highlights": "Highlights des Abschnitts", + "Section Visibility": "Sichtbarkeit des Abschnitt", + "Sections": "Abschnitte", + "Security": "Sicherheit", + "See all teams in your course, organized by topic. Join a team to collaborate with other learners who are interested in the same topic as you are.": "Sehen Sie alle Teams in Ihrem Kurs, organisiert nach Themen. Werden Sie Teil eines Teams, um mit anderen Lernenden zusammenzuarbeiten, die an demselben Thema interessiert sind wie Sie.", + "Select": "Ausw\u00e4hlen", + "Select Session": "Sitzung ausw\u00e4hlen", + "Select a Content Group": "W\u00e4hle eine Inhaltsgruppe", + "Select a chapter": "W\u00e4hle ein Kapitel.", + "Select a cohort": "W\u00e4hlen Sie einen Kohort", + "Select a cohort to manage": "Zu verwaltenden Kohort w\u00e4hlen", + "Select a course or select \"Not specific to a course\" for your support request.": "W\u00e4hlen Sie einen Kurs aus oder w\u00e4hlen Sie \"Nicht kursbezogen\" f\u00fcr Ihre Supportanfrage.", + "Select a group type": "W\u00e4hlen Sie einen Gruppentyp aus", + "Select a prerequisite subsection and enter a minimum score percentage and minimum completion percentage to limit access to this subsection. Allowed values are 0-100": "W\u00e4hlen Sie einen vorausgesetzten Unterabschnitt aus und geben Sie einen Mindestpunktzahlanteil und einen Mindestprozentsatz der Vollst\u00e4ndigkeit ein, um den Zugang zu diesem Unterabschnitt einzuschr\u00e4nken. Erlaubte Werte sind 0-100", + "Select a section or problem": "W\u00e4hlen Sie einen Abschnitt oder eine Aufgabe", + "Select a session:": "W\u00e4hlen Sie eine Sitzung aus:", + "Select a subject for your support request.": "W\u00e4hlen Sie ein Thema f\u00fcr Ihre Supportanfrage aus.", + "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.": "W\u00e4hlen Sie eine Zeitzuteilung f\u00fcr die Pr\u00fcfung aus. Wenn es mehr als 24 Stunden sind, geben Sie die Zeitspanne ein. Sie k\u00f6nnen einzelnen Lernenden \u00fcber das Lehrer-Dashboard zus\u00e4tzliche Zeit geben, um die Pr\u00fcfung abzuschlie\u00dfen.", + "Select all": "Alles ausw\u00e4hlen", + "Select fidelity": "Treue ausw\u00e4hlen", + "Select language": "W\u00e4hlen Sie eine Sprache", + "Select one or more groups:": "W\u00e4hlen Sie eine oder mehrere Gruppen aus:", + "Select the course-wide discussion topics that you want to divide.": "W\u00e4hlen Sie die kursweiten Diskussionsthemen aus, die Sie aufteilen m\u00f6chten.", + "Select the time zone for displaying course dates. If you do not specify a time zone, course dates, including assignment deadlines, will be displayed in your browser's local time zone.": "W\u00e4hlen Sie die Zeitzone des angebotenen Kurses aus. Wenn Sie keine bestimmte Zeitzone ausw\u00e4hlen, werden Kursdaten, inklusive Abgabetermine f\u00fcr Aufgaben, in der lokalen Zeit ihres Browsers dargestellt.", + "Select turnaround": "Wendepunkt ausw\u00e4hlen", + "Selected tab": "Ausgew\u00e4hlter Tab", + "Self": "Selbst", + "Send to:": "Senden an:", + "Sent By": "Absender", + "Sent By:": "Absender:", + "Sent To": "Gesendet an", + "Sent To:": "An:", + "September": "September", + "Sequence error! Cannot navigate to %(tab_name)s in the current SequenceModule. Please contact the course staff.": "Sequenzfehler! Im aktuellen SequenceModule kann nicht zu %(tab_name)s navigiert werden. Bitte wenden Sie sich an das Kurspersonal.", + "Server Error, Please refresh the page and try again.": "Serverfehler, Bitte aktualisieren Sie die Seite und versuchen Sie es erneut.", + "Server error.": "Server Problem.", + "Session Selection Dropdown for {courseName}": "Dropdown-Liste f\u00fcr die Sitzungsauswahl f\u00fcr {courseName}", + "Set Access": "Zugriff festlegen", + "Set as a Special Exam": "Als spezielle Pr\u00fcfung einstellen", + "Set up your certificate": "Richten Sie sich Ihr Zertifikat ein", + "Settings": "Einstellungen", + "Settings updated": "Einstellungen aktualisiert", + "Share": "Teilen", + "Share Alike": "Share Alike", + "Share on Mozilla Backpack": "Auf Mozilla Backpack teilen", + "Share your \"%(display_name)s\" award": "Teilen Sie Ihre \"%(display_name)s\" Auszeichnung", + "Short explanation": "kurze Erkl\u00e4rung", + "Show": "Einblenden", + "Show All": "Alles anzeigen", + "Show Annotations": "Zeige Anmerkungen", + "Show Deprecated Settings": "Zeige veraltete Einstellungen", + "Show Discussion": "Diskussion anzeigen", + "Show Less": "Weniger zeigen", + "Show More": "Mehr zeigen", + "Show Previews": "Vorschau anzeigen", + "Show assessment results when subsection is past due": "Auswertungen zeigen, nach bearbeitung des Unterabschnitt ", + "Show blocks": "Zeige Bl\u00f6cke", + "Show entire subsection": "Gesamten Unterabschnitt anzeigen", + "Show invisible characters": "Zeige unsichtbare Zeichen", + "Show me other ways to sign in or register": "Andere M\u00f6glichkeiten f\u00fcr die Anmeldung oder Registrierung", + "Show notes": "Notizen anzeigen", + "Show posts by {username}.": "Zeige Beitr\u00e4ge von {username}.", + "Show transcripts ({totalTranscripts})": "Transkripte anzeigen ({totalTranscripts})", + "Show transcripts ({transcriptCount})": "Transkript anzeigen ({transcriptCount})", + "Showing all responses": "Zeige alle Antworten an", "Showing first response": [ - "Zeige die erste Antwort", + "Zeige die erste Antwort", "Zeige die ersten {numResponses} Antworten" - ], - "Showing results for \"{searchString}\"": "Suchergebnisse f\u00fcr: \"{searchString}\"", - "Showing {firstIndex} out of {numItems} total": "Zeige {firstIndex} von {numItems} total", - "Showing {firstIndex}-{lastIndex} out of {numItems} total": "Zeige {firstIndex}-{lastIndex} von {numItems} total", - "Sign In": "Anmelden", - "Sign in": "Anmelden", - "Sign in here using your email address and password, or use one of the providers listed below.": "Um sich anzumelden, nutzen Sie bitte Ihre E-Mail Adresse und das Passwort oder nutzen Sie einen der gelisteten Provider.", - "Sign in here using your email address and password.": "Um sich anzumelden nutzen Sie bitte Ihre E-Mail Adresse und Ihr Passwort", - "Sign in to continue learning": "Melden Sie sich an, um das Lernen fortzusetzen", - "Sign in to continue learning as {email}": "Melden Sie sich an, um als {email} fortzufahren", - "Sign in to {platform} so we can help you better.": "Melden Sie sich bei der {platform} an, damit wir Ihnen bei anderen Fragen helfen k\u00f6nnen.", - "Sign in using %(providerName)s": "Melden Sie sich \u00fcber %(providerName)s an", - "Sign in with %(providerName)s": "Melden Sie sich \u00fcber %(providerName)s an", - "Sign in.": "Anmelden", - "Signatory": "Unterzeichner", - "Signatory field(s) has invalid data.": "Signaturfeld(er) mit ung\u00fcltigen Daten.", - "Signature Image": "Bild der Unterschrift", - "Skip": "\u00dcberspringen", - "Social Media Links": "Social Media Links", - "Some Rights Reserved": "Some Rights Reserved", - "Some images in this post have been omitted": "Einige Bilder dieses Beitrag's wurden weggelassen.", - "Sorry, no results were found.": "Es wurden leider keine Ergebnisse gefunden.", - "Sorry, there was an error parsing the subtitles that you uploaded. Please check the format and try again.": "Entschuldigung, es gab einen Fehler beim Analysieren der Untertitel, die Sie hochgeladen haben. Bitte kontrollieren Sie das Format und versuchen es erneut. ", - "Sorted by": "Sortiert nach", - "Source": "Quelle", - "Source code": "Quellcode", - "Special character": "Sonderzeichen", - "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "Legen Sie einen alternativen Kurstitel fest der auf den Zertifikaten erscheint. Lassen Sie dieses Feld leer, falls Sie den offiziellen Kurstitel nutzen wollen.", - "Speed": "Geschwindigkeit", - "Spellcheck": "Rechtschreibpr\u00fcfung", - "Split cell": "Zelle teilen", - "Square": "Quadrat", - "Staff": "Lehrender", - "Staff Only": "Nur f\u00fcr Mitarbeiter", - "Staff and Learners": "Mitarbeiter und Teilnehmer", - "Start Date": "Anfangsdatum:", - "Start Proctored Exam": "Beaufsichtigte Pr\u00fcfung beginnen", - "Start System Check": "Beginne mit Systemcheck", - "Start generating certificates for all students in this course?": "M\u00f6chten Sie damit beginnen, Zertifikate f\u00fcr alle Teilnehmer dieses Kurses zu erstellen?", - "Start of transcript. Skip to the end.": "Beginn des Transkriptes, zum Ende springen.", - "Start regenerating certificates for students in this course?": "M\u00f6chten Sie Zertifikate f\u00fcr Teilnehmer dieses Kurses Regenerieren?", - "Start search": "Starte suche", - "Started": "Gestartet", - "Started {start}": "Gestartet am {start}", - "Starts": "Beginnt", - "Starts {start}": "Beginnt am {start}", - "Starts: %(start_date)s": "Startet: %(start_date)s", - "State": "Zustand", - "Status": "Status", - "Status of Your Response": "Status Ihrer Antwort", - "Strikethrough": "Durchgestrichen", - "Student": "Teilnehmer", - "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Add to Exception List\" button.": "Teilnehmer Benutzername/E-Mail Adresse ist erforderlich und kann nicht unausgef\u00fcllt bleiben. Bitte geben Sie den Benutzername/E-Mail Adresse an und klicken Sie auf den Button.", - "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Invalidate Certificate\" button.": "Teilnehmer Benutzername/E-Mail Adresse ist erforderlich und kann nicht unausgef\u00fcllt bleiben. Bitte geben Sie den Benutzername/E-Mail Adresse an und klicken Sie auf den Button.", - "Studio's having trouble saving your work": "Studio hat Probleme beim Speichern Ihrer Arbeit", - "Studio:": "Studio:", - "Style": "Stil", - "Subject": "Betreff", - "Subject:": "Betreff:", - "Submission aborted! Sorry, your browser does not support file uploads. If you can, please use Chrome or Safari which have been verified to support file uploads.": "Einreichung abgebrochen! Ihr Browser unterst\u00fctzt leider keinen Dateiupload. Benutzen Sie bitte Chrome oder Safari. Diese Browser sind f\u00fcr den Dateiupload geeignet.", - "Submit": "Absenden", - "Submitted": "Abgesendet", - "Subscript": "Tiefgestellt", - "Subsection": "Unterabschnitt", - "Subsection Visibility": "Sichtbarkeit des Unterabschnitts", - "Subsection is hidden after course end date": "Unterabschnitt ist nach Ablauf der Kurslaufzeit nicht mehr sichtbar", - "Subsection is hidden after due date": "Unterabschnitt wird nach dem F\u00e4lligkeitsdatum nicht mehr angezeigt.", - "Subsections": "Unterabschnitte", - "Success": "Operation Erfolgreich", - "Successfully deleted student state for user {user}": "Teilnehmerstatus f\u00fcr Nutzer {user} erfolgreich gel\u00f6scht.", - "Successfully enrolled and sent email to the following users:": "Erfolgreich eingeschrieben und E-Mail an folgende Nutzer versandt:", - "Successfully enrolled the following users:": "Folgende Nutzer wurden erfolgreich eingeschrieben:", - "Successfully rescored problem for user {user}": "Fragestellung f\u00fcr Benutzer {user} erfolgreich neu bewertet.", - "Successfully reset the attempts for user {user}": "Versuche f\u00fcr Nutzer {user} erfolgreich zur\u00fcckgesetzt.", - "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "An folgende Nutzer wurden erfolgreich E-Mails zur Einschreibung versandt. Sobald diese sich registriert haben, k\u00f6nnen sie sich einschreiben: ", - "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "An folgende Teilnehmer wurde erfolgreich eine E-Mail bez\u00fcgliche der Einschreibung versandt. Diese werden eingeschrieben, sobald sie sich registriert haben: ", - "Successfully unlinked.": "Erfolgreich getrennt.", - "Superscript": "Hochgestellt", - "Support education research by providing additional information": "Hilf uns, unsere Lernplattform zu verbessern, indem Du uns weitere Informationen gibst.", - "Supported": "Unterst\u00fctzt", - "TOTAL": "Summe:", - "Table": "Tabelle", - "Table properties": "Tabelleneigenschaften", - "Tags": "Stichworte", - "Tags:": "Stichworte:", - "Take Photo": "Bild aufnehmen", - "Take Your Photo": "Nehmen Sie ihr Foto auf", - "Take a Photo of Your ID": "Nehmen Sie ein Foto von ihr Ausweis", - "Take a photo of your ID": "Machen Sie ein Foto Ihres Ausweises/ID", - "Take me to the main course page": "Zur\u00fcck zur Hauptseite des Kurses", - "Take me to the main library page": "Zur\u00fcck zur Hauptseite der Bibliothek", - "Take this exam without proctoring.": "An diese Pr\u00fcfung ohne Aufsicht teilnehmen.", - "Taking As Open Exam": "Als eine Freie Pr\u00fcfung teilnehmen", - "Taking As Proctored Exam": "Als eine beaufsichtigten Pr\u00fcfung teilnehmen", - "Taking as Proctored": "Als Beaufsichtigt teilnehmen", - "Target": "Ziel", - "Task ID": "Aufgaben-ID", - "Task Progress": "Aufgabenfortschritt", - "Task Status": "Aufgabenstatus", - "Task Type": "Aufgabentyp", - "Task inputs": "Aufgaben-Eingaben", - "Teaching Assistant": "Lehrassistent", - "Team Description (Required) *": "Teambeschreibung (Erforderlich) *", - "Team Details": "Team Details", - "Team Name (Required) *": "Teamname (Erforderlich) *", - "Team Search": "Teamsuche", - "Team capacity": "Team Kapazit\u00e4t", - "Team description cannot have more than 300 characters.": "Team-Beschreibung darf nicht mehr als 300 Zeichen beinhalten.", - "Team member profiles": "Teammitglieder Profile", - "Team name cannot have more than 255 characters.": "Der Teamname kann nicht l\u00e4nger als 255 Zeichen sein.", - "Teams": "Teams", - "Tell other learners a little about yourself: where you live, what your interests are, why you're taking courses, or what you hope to learn.": "Erz\u00e4hlen Sie anderen Lernenden ein bisschen \u00fcber sich selbst: Was interessiert Sie, warum nehmen Sie an den Kursen teil und was m\u00f6chten Sie gerne lernen. ", - "Templates": "Schablonen", - "Terms of Service and Honor Code": "Nutzungsbedingungen und Verhaltenskodex", - "Text color": "Textfarbe", - "Text to display": "Anzeigetext", - "Textbook Name": "Lehrbuch Name", - "Textbook information": "Lehrbuch Information", - "Textbook name is required": "Name f\u00fcr das Textbook wird ben\u00f6tigt", - "Thank you for setting your course goal to {goal}!": "Danke, f\u00fcr das definieren eines Kursziels zu {goal}!", - "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "Danke f\u00fcr das Einsenden ihre Fotos. Wir werden diese zeitnah pr\u00fcfen. Sie k\u00f6nnen sich jetzt f\u00fcr jeden von %(platformName)s Kurse mit gepr\u00fcftem Zertifikat anmelden. Ihre \u00dcberpr\u00fcfung ist g\u00fcltig f\u00fcr ein Jahr. Nach einem Jahr m\u00fcssen Sie ihre Fotos wieder zur \u00dcberpr\u00fcfungeinsenden. ", - "Thanks for returning to verify your ID in: {courseName}": "Vielen Dank f\u00fcr Ihre R\u00fcckkehr zur Best\u00e4tigung Ihrer Identit\u00e4t f\u00fcr: {courseName}", - "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "Die URL, die du eingegeben hast scheint eine E-Mail-Adresse zu sein. M\u00f6chtest du das ben\u00f6tigte Prefix mailto: hinzuf\u00fcgen?", - "The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": "Die URL, die du eingegeben hast scheint ein externer Link zu sein. M\u00f6chtest du das ben\u00f6tigte Prefix http:// hinzuf\u00fcgen?", - "The certificate available date must be later than the course end date.": "Das Austellungsdatum des Zertifikates muss sp\u00e4ter gesetzt werden als das Enddatum des Kurses.", - "The cohort cannot be added": "Der Kohort kann nicht hinzugef\u00fcgt werden", - "The cohort cannot be saved": "Dieser Kohort kann nicht gespeichert werden", - "The country or region where you live.": "Das Land oder die Stadt in der Sie leben.", - "The country that team members primarily identify with.": "Das Land mit dem sich die Teammitglieder prim\u00e4r identifizieren", - "The course end date must be later than the course start date.": "Das Datum des Kursendes kann nicht vor dem Einschreibedatum des Kurses liegen.", - "The course must have an assigned start date.": "Ihrem Kurs muss ein Startdatum vergeben werden.", - "The course start date must be later than the enrollment start date.": "Das Datum des Kursbeginns kann nicht vor dem Einschreibedatum des Kurses liegen.", - "The display of ungraded and checked out responses could not be loaded.": "Die Anzeige der unbenoteten und ausgecheckten Antworten konnte nicht geladen werden.", - "The email address you've provided isn't formatted correctly.": "Die eingegebene E-Mail-Adresse scheint ung\u00fcltig zu sein. ", - "The enrollment end date cannot be after the course end date.": "Das Enddatum f\u00fcr die Einschreibung kann nicht nach dem Kurs-Enddatum liegen.", - "The enrollment start date cannot be after the enrollment end date.": "Das Einschreibe Startdatum kann nicht nach dem Einschreibe Enddatum liegen.", - "The file must be at least {size} in size.": "Die Datei darf mindestens eine Gr\u00f6\u00dfe von {size} betragen.", - "The file must be smaller than {size} in size.": "Die Datei darf h\u00f6chstens eine Gr\u00f6\u00dfe von {size} betragen.", - "The following email addresses and/or usernames are invalid:": "Die folgenden E-Mail-Adressen und/oder Nutzernamen sind ung\u00fcltig:", - "The following errors were generated:": "Folgende Fehler wurden generiert:", - "The following file types are not allowed: ": "Die folgenden Dateitypen sind nicht erlaubt:", - "The following information is already a part of your {platform} profile. We\\'ve included it here for your application.": "Die folgende Information ist bereits in Ihrem {platform} Profil. Wir haben dies hier eingef\u00fcgt.", - "The following message will be displayed at the bottom of the courseware pages within your course:": "Die folgende Nachricht wird im unteren Bereich Ihrers Kurses angezeigt. ", - "The following users are no longer enrolled in the course:": "Die folgenden Nutzer sind nicht l\u00e4nger in den Kurs eingeschrieben:", - "The following warnings were generated:": "Die folgenen Warnungen wurden generiert:", - "The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.": "Die allgemeine Kategorie f\u00fcr diese Art von Aufgabe, z.B. Hausaufgaben oder Zwischenpr\u00fcfungen. Dieser Name ist f\u00fcr die Lernenden sichtbar.", - "The grading process is still running. Refresh the page to see updates.": "Der Beurteilungsprozess l\u00e4uft noch. Aktualisiere die Seite, um Updates zu sehen.", - "The language that team members primarily use to communicate with each other.": "Die Sprache, die Teammitglieder prim\u00e4re benutzen, um miteinander zu kommunizieren.", - "The language used throughout this site. This site is currently available in a limited number of languages. Changing the value of this field will cause the page to refresh.": "W\u00e4hlen Sie hier die Sprache, in der die Plattform angezeigt werden soll. Die Plattform ist nicht in allen Sprachen verf\u00fcgbar. Sollten Sie die Sprache zwischenzeitlich \u00e4ndern, m\u00fcssen Sie diese in Ihrem Browser neuladen.", - "The minimum completion percentage must be a whole number between 0 and 100.": "Die der Prozentsatz der minimalen Fertigstellung der Aufgaben muss eine ganze Nummer zwischen 0 und 100 ergeben.", - "The minimum grade for course credit is not set.": "Es ist keine Mindestbenotung definiert.", - "The minimum score percentage must be a whole number between 0 and 100.": "Die minimale Punktzahl bei der Benotung muss eine ganze Zahl zwischen 0 und 100 sein.", - "The name of this signatory as it should appear on certificates.": "Der Name des Unterzeichners soll auf dem Zertifikat erscheinen.", - "The name that identifies you on {platform_name}. You cannot change your username.": "Dies ist Ihr Benutzername auf der {platform_name}. Diesen k\u00f6nnen Sie nicht mehr \u00e4ndern.", - "The name that is used for ID verification and that appears on your certificates.": "Dieser Name erscheint auf all Ihren Zertifikaten.", - "The organization that this signatory belongs to, as it should appear on certificates.": "Die Organisation, zu welcher der Unterzeichner geh\u00f6rt, soll auf dem Zertifikat erscheinen.", - "The photo of your face matches the photo on your ID.": "Das Foto von deinem Gesicht muss mit dem Foto in deinem Identit\u00e4tsnachweis \u00fcbereinstimmen", - "The post you selected has been deleted.": "Der Beitrag, den Sie ausgew\u00e4hlt haben, wurde bereits gel\u00f6scht.", - "The raw error message is:": "Die urspr\u00fcngliche Fehlermeldung ist:", - "The selected content group does not exist": "Die ausgew\u00e4hlte Inhaltsgruppe existiert nicht", - "The server could not be contacted.": "Der Server konnte nicht erreicht werden.", - "The staff assessment form could not be loaded.": "Das Mitarbeiterbewertungsformular konnte nicht geladen werden.", - "The submission could not be removed from the grading pool.": "Die Einreichung konnte nicht aus dem Einstufungspool entfernt werden.", - "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "Das zeitbehaftete Transkript f\u00fcr die erste Videodatei scheint nicht das gleiche zu sein, wie das zeitbehaftete Transkript f\u00fcr die zweite Videodatei.", - "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "Das zeitbehaftete Transkript f\u00fcr dieses Video auf edX ist veraltet, aber YouTube hat ein aktuelles zeitbehaftetes Transkript f\u00fcr dieses Video.", - "The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.": "Das Gewicht aller Aufgaben dieser Art in Prozent der Auswertung, z.B. 40. Das Prozentsymbol darf nicht enthalten sein.", - "There are invalid keywords in your email. Check the following keywords and try again.": "Es sind ung\u00fcltige Schl\u00fcsselw\u00f6rtes in ihrer E-Mail. Kontrollieren Sie die folgenden W\u00f6rter und versuchen Sie es erneut.", - "There are no posts in this topic yet.": "Es gibt noch keine Forenbeitr\u00e4ge zu diesem Thema.", - "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.": "Beim Export in das XML-Dateiformat ist bei mindestens einer Komponente ein Fehler aufgetreten. Es wird empfohlen, auf die Bearbeiten-Seite zur\u00fcckzukehren und den Fehler zu beheben, bevor du einen neuen Export-Versuch unternimmst.Bitte pr\u00fcfe, dass alle Komponenten auf der Seite als \"ok\" markiert sind und keine Fehlermeldungen angezeigt werden", - "There has been an error processing your survey.": "Es ist ein Fehler beim verarbeiten der Umfrage aufgetreten.", - "There has been an error while exporting.": "Beim Export ist ein Fehler aufgetreten", - "There has been an error with your export.": "Beim Exportieren ist ein Fehler aufgetreten.", - "There is invalid code in your content. Please check to make sure it is valid HTML.": "Es befindet sich invalider Code im Inhalt. Bitte stellen Sie sicher das es sich um validen HTML Code handelt.", - "There is no email history for this course.": "Es gibt keinen E-Mail-Verlauf f\u00fcr diesen Kurs.", - "There must be at least one group.": "Es ist wenigstens eine Gruppe erforderlich.", - "There must be one cohort to which students can automatically be assigned.": "Es muss ein Kohort existieren, in welchem sich Teilnehmer automatisch einbringen k\u00f6nnen.", - "There was an error changing the user's role": "Es ist ein Fehler beim \u00e4ndern der Benutzer-Rolle aufgetreten.", - "There was an error during the upload process.": "Beim Hochladen ist ein Fehler aufgetreten.", - "There was an error obtaining email content history for this course.": "Es gab einen Fehler beim Holen des E-Mail-Inhalt-Verlauf f\u00fcr diesen Kurs.", - "There was an error obtaining email task history for this course.": "Es gab einen Fehler beim Holen des E-Mail-Aufgaben-Verlaufs f\u00fcr diesen Kurs.", - "There was an error updating your goal.": "Es ist ein Fehler beim aktualisieren Ihres Kursziels aufgetreten.", - "There was an error while importing the new course to our database.": "Beim Importieren des neuen Kurses in unsere Datenbank ist ein Fehler aufgetreten.", - "There was an error while importing the new library to our database.": "Beim Importieren der neuen Bibliothek in unsere Datenbank ist ein Fehler aufgetreten.", - "There was an error while unpacking the file.": "Beim Entpacken der Datei ist ein Fehler aufgetreten.", - "There was an error while verifying the file you submitted.": "Beim Pr\u00fcfen Ihrer \u00fcbertragenen Datei ist ein Fehler aufgetreten.", - "There was an error with the upload": "Es gab einen Fehler beim Upload", - "There was an error, try searching again.": "Es gab einen Fehler, versuchen Sie es erneut zu suchen.", - "There was an error. Please reload the page and try again.": "Es ist ein Fehler aufgetreten. Bitte Lade die Seite erneut und versuche es noch einmal.", - "There's already another assignment type with this name.": "Es gibt bereits einen anderen Aufgabentyp mit diesem Namen.", - "These settings include basic information about your account.": "Stellen Sie im folgenden Ihren Account mit Informationen zu Ihrer Person ein.", - "These users were not added as beta testers:": "Diese Nutzer wurden nicht zu den Beta-Testern hinzugef\u00fcgt:", - "These users were not affiliated with the course so could not be unenrolled:": "Diese Nutzer waren nicht dem Kurs angeh\u00f6rig, und konnten deshalb nicht gestrichen werden:", - "These users were not removed as beta testers:": "Diese Nutzer wurden nicht aus den Beta-Testern gestrichen:", - "These users were successfully added as beta testers:": "Diese Nutzer wurden erfolgreich zu den Beta-Testern hinzugef\u00fcgt: ", - "These users were successfully removed as beta testers:": "Diese Nutzer wurden erfolgreich aus den Beta-Testern gestrichen:", - "These users will be allowed to enroll once they register:": "Diesen Nutzern wird erlaubt sich einzuschreiben, sobald sie sich registriert haben:", - "These users will be enrolled once they register:": "Diese Teilnhemer werden eingeschrieben, sobald sie sich registriert haben:", - "This Group Configuration is used in:": "Dieser Gruppenaufbau wird derzeit verwendet:", - "This action cannot be undone.": "Diese Aktion kann nicht widerrufen werden.", - "This assessment could not be submitted.": "Diese Bewertung konnte nicht \u00fcbermittelt werden.", - "This browser cannot play .mp4, .ogg, or .webm files.": "Dieser Browser kann Dateien der Formate .mp4, .ogg, oder .webm nicht wiedergeben.", - "This certificate has already been activated and is live. Are you sure you want to continue editing?": "Dieses Zertifikat wurde bereits aktiviert und wird verwendet. Bist Du sicher, dass Du mit der Bearbeitung fortsetzen willst?", - "This comment could not be deleted. Refresh the page and try again.": "Dieser Kommentar konnte nicht gel\u00f6scht werden. Laden Sie die Seite erneut und versuchen Sie es noch einmal.", - "This component has validation issues.": "Diese Komponente kann nicht validiert werden.", - "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "Die Konfiguration wird aktuell in Inhaltsexperimenten genutzt. Wenn du \u00c4nderungen an den Gruppen vornimmst, wirst du wahrscheinlich diese Experimente \u00fcberarbeiten m\u00fcssen.", - "This content group is used in one or more units.": "Diese Inhaltsgruppe wird in einer oder mehreren Einheiten verwendet.", - "This feedback could not be submitted.": "Diese R\u00fcckmeldung konnte nicht \u00fcbermittelt werden.", - "This is the Description of the Group Configuration": "Dies ist die Beschreibung des Gruppenaufbaus", - "This is the Name of the Group Configuration": "Dies ist der Name des Gruppenaufbaus", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Dies ist die Liste der verf\u00fcgbaren %s. Einfach im unten stehenden Feld markieren und mithilfe des \"Ausw\u00e4hlen\"-Pfeils ausw\u00e4hlen.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Dies ist die Liste der ausgew\u00e4hlten %s. Einfach im unten stehenden Feld markieren und mithilfe des \"Entfernen\"-Pfeils wieder entfernen.", - "This is the name of the group": "Dies ist der Name der Gruppe", - "This learner is currently sharing a limited profile.": "Dieser Teilnehmer teilt momentan ein eingeschr\u00e4nktes Profil.", - "This learner will be removed from the team, allowing another learner to take the available spot.": "Dieser Teilnehmer wir aus dem Team entfernt. Gleichzeitig k\u00f6nnen Sie den freien Platz an einen anderen Teilnehmer vergeben.", - "This link will open in a modal window": "Dieser Link wird in einem Dialogfenster ge\u00f6ffnet", - "This link will open in a new browser window/tab": "Dieser Link wird in einem neuen Browserfenster/Reiter ge\u00f6ffnet", - "This may be happening because of an error with our server or your internet connection. Try refreshing the page or making sure you are online.": "Dieses Problem wurde durch einen Fehler auf unserem Server oder mit Ihrer Internetverbindung verursacht. Versuchen Sie die Seite neu zu laden und/oder pr\u00fcfen sie ihre Internetverbindung", - "This page contains information about orders that you have placed with {platform_name}.": "Diese Seite beinhaltet alle Informationen zu Ihren Bestellungen, welche Sie auf der {platform_name} get\u00e4tigt haben.", - "This post could not be pinned. Refresh the page and try again.": "Dieser Beitrag konnte nicht ver\u00f6ffentlicht werden. Laden Sie bitte die Seite erneut und versuchen Sie es noch einmal.", - "This post could not be unpinned. Refresh the page and try again.": "Dieser Beitrag konnte nicht zur\u00fcckgenommen werden. Laden Sie bitte die Seite erneut und versuchen Sie es noch einmal.", - "This problem could not be saved.": "Dieses Problem konnte nicht gespeichert werden.", - "This problem has already been released. Any changes will apply only to future assessments.": "Diese Fragestellung wurde bereits ver\u00f6ffentlicht. Jegliche \u00c4nderung betrifft nur zuk\u00fcnftige Bewertungen.", - "This problem has been reset.": "Die Aufgabenstellung wurde zur\u00fcckgesetzt.", - "This response could not be marked as an answer. Refresh the page and try again.": "Diese Antwort konnte nicht zugelassen werden. Laden Sie bitte die Seite erneut und versuchen Sie es noch einmal.", - "This response could not be saved.": "Diese Antwort konnte nicht gespeichert werden.", - "This response could not be submitted.": "Diese Antwort konnte nicht \u00fcbermittelt werden.", - "This response could not be unmarked as an answer. Refresh the page and try again.": "Diese Antwort konnte nicht entfernt werden. Laden Sie bitte die Seite erneut und versuchen Sie es noch einmal.", - "This response has been saved but not submitted.": "Diese Antwort wurde gespeichert, aber nicht \u00fcbermittelt.", - "This response has not been saved.": "Diese Antwort wurde nicht gespeichert.", - "This section could not be loaded.": "Dieser Abschnitt konnte nicht geladen werden.", - "This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.": "Diese Kurzbezeichnung f\u00fcr den Aufgabentyp (z.B. HW oder Midterm) erscheint neben den Aufgaben auf der Fortschrittsseite eines Lernenden.", - "This team does not have any members.": "Dieses Team hat noch keine Mitglieder.", - "This team is full.": "Dieses Team ist voll.", - "This {parentCategory} has no {childCategory}": "Diese {parentCategory} hat keine {childCategory}", - "Thumbnail": "Miniaturansicht", - "Thumbnail view of ": "Miniaturansicht von", - "Time Allotted (HH:MM):": "Zugeteilte Zeit (HH:MM):", - "Time Sent": "Sendungsuhrzeit", - "Time Sent:": "Sendungsuhrzeit:", - "Time Zone": "Zeitzone", - "Timed": "Terminiert", - "Timed Exam": "Terminierte Pr\u00fcfung", - "Timed Out": "Timed Out", - "Timed Transcript Conflict": "Konflikt beim zeitbehafteten Transkript", - "Timed Transcript Found": "Zeitbehaftetes Transkript gefunden", - "Timed Transcript Uploaded Successfully": "Hochladen des zeitbehafteten Transkripts erfolgreich", - "Tips on taking a successful photo": "Tipps zum erfolgreichem Aufnehmen eines Bildes", - "Title": "Titel, Namenszusatz", - "Title ": "Titel", - "Title of the signatory": "Titel des Unterzeichners", - "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "Titel mit mehr als 100 Zeichen k\u00f6nnen dazu f\u00fchren, dass Zertifikate sp\u00e4ter nicht auf eine DINA4 Seite passen.", - "To invalidate a certificate for a particular learner, add the username or email address below.": "F\u00fcgen Sie \u00fcber die untenstehenden Eingabefelder den Benutzername oder die E-Mail Adresse des Teilnehmers hinzu, f\u00fcr welchen Sie die Zertifikate ung\u00fcltig machen m\u00f6chten.", - "To take a successful photo, make sure that:": "Um ein erfolgreiches Bild zu machen, stell sicher dass:", - "Today": "Heute", - "Toggle Notifications Setting": "Wechsle Benachrichtigungseinstellungen", - "Tomorrow": "Morgen", - "Tools": "Werkzeuge", - "Top": "Oben", - "Topic": "Thema", - "Topics": "Themen", - "Total": "Gesamt", - "Total Number": "Gesamte Anzahl", - "Total Responses": "Gesamte Anzahl Antworten", - "Training": "Training", - "Transcript Fidelity": "Genauigkeit des Transkripts", - "Transcript Languages": "Transkriptsprachen", - "Transcript Provider": "Transkriptanbieter", - "Transcript will be displayed when you start playing the video.": "Das Transkript wird angezeigt, wenn Sie das Video abspielen.", - "Transcripts": "Transskripte", - "Try the transaction again in a few minutes.": "Versuchen Sie die Transaktion in ein paar Minuten erneut.", - "Try this practice exam again": "Diese \u00dcbungspr\u00fcfung noch einmal versuchen", - "Try using a different browser, such as Google Chrome.": "Versuche es mit einem anderen Browser, z.B. Google Chrome.", - "Turn off transcripts": "Transskripte deaktivieren", - "Turn on closed captioning": "Geschlossene \u00dcberschriften anzeigen", - "Turn on transcripts": "Transskripte aktivieren", - "Type": "Typ", - "Type into this box to filter down the list of available %s.": "Durch Eingabe in diesem Feld l\u00e4sst sich die Liste der verf\u00fcgbaren %s eingrenzen.", - "URL": "URL", - "Unable to delete account": "Es ist nicht m\u00f6glich den Account zu l\u00f6schen.", - "Unable to load": "Laden nicht m\u00f6glich", - "Underline": "Unterstrich", - "Undo": "Undo", - "Undo (Ctrl+Z)": "R\u00fcckg\u00e4ngig (STRG+Z)", - "Undo Changes": "\u00c4nderungen r\u00fcckgangig machen", - "Unexpected server error.": "Ein unerwarteter Fehler ist aufgetreten.", - "Ungraded": "Unbenotet", - "Ungraded Practice Exam": "Upgrade auf Praktische Pr\u00fcfung", - "Unit": "Lerneinheit", - "Unit Name": "Name der Lerneinheit", - "Unit Visibility": "Sichtbarkeit der Lerneinheit", - "Units": "Lerneinheiten", - "Unknown": "Unbekannt", - "Unlink This Account": "Entfernen sie die Verlinkung des Accounts.", - "Unlink your {accountName} account": "Link zu Ihrem Konto {accountName} entfernen ", - "Unlinking": "Trennen", - "Unmute": "Stumm aus", - "Unnamed Option": "Unbenannte Option", - "Unpublished changes to content that will release in the future": "Unver\u00f6ffentlichte \u00c4nderungen am Inhalt, die in der Zukunft freigeben werden", - "Unpublished changes to live content": "Unver\u00f6ffentlichte \u00c4nderungen am Live-Inhalt", - "Unpublished units will not be released": "Unver\u00f6ffentlichte Lerneinheiten werden nicht freigegeben", - "Unscheduled": "Nicht terminiert", - "Update": "Update", - "Update Settings": "Einstellungen aktualisieren", - "Update team.": "Aktualisiere Team", - "Updating with latest library content": "Aktualisiere mit den neuesten Bibliotheken", - "Upgrade Deadline": "Verl\u00e4ngere Abgabetermin", - "Upgrade to Verified": "Upgrade auf Verifiziert", - "Upgrade to a Verified Certificate for {courseName}": "Upgrade auf ein verifiziertes Zertifikat f\u00fcr {courseName}", - "Upload": "Hochladen", - "Upload File": "Datei hochladen", - "Upload File and Assign Students": "Dateien hochladen und Teilnehmern zuweisen", - "Upload New .srt Transcript": "Neues .srt-Transkript hochladen", - "Upload New File": "Neue Datei hochladen", - "Upload New Transcript": "Neues Tranksript hochladen", - "Upload PDF": "PDF hochladen", - "Upload Photo": "Foto hochladen", - "Upload Signature Image": "Bild der Unterschrift Hochladen", - "Upload Videos": "Videos hochladen", - "Upload a CSV file": "Hochladen einer CSV-Datei", - "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "Hochladen einer (.csv) Datei, in welcher die E-Mail Adressen oder der Benutzername der jeweiligen Teilnehmer, welche Sie zu der Ausnahmeliste hinzuf\u00fcgen m\u00f6chten, eingetragen sind. Bitte beachten Sie hierbei, dass die Eintr\u00e4ge durch Komma separiert werden. ", - "Upload a new PDF to \u201c<%= name %>\u201d": "Neues PDf unter \u201c<%= name %>\u201d hochgeladen", - "Upload an image": "Ein Bild hochladen", - "Upload an image or capture one with your web or phone camera.": "Bitte laden Sie ein Bild hoch oder nehmen Sie ein Foto mit ihr webcam oder Handy.", - "Upload completed": "Hochladen fertiggestellt", - "Upload completed for video {fileName}": "Upload f\u00fcr Video {fileName} abgeschlossen", - "Upload failed": "Hochladen fehlgeschlagen", - "Upload failed for video {fileName}": "Upload der Videos {fileName} fehlgeschlagen", - "Upload instructor image.": "Dozentenbild hochladen.", - "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "Am Hochladen. Um Fehler vorzubeugen, warten Sie bis der Vorgang abgeschlossen ist.", - "Upload signature image.": "Bild der Unterschrift hochladen", - "Upload translation": "\u00dcbersetzung hochladen", - "Upload your banner image.": "Laden Sie Ihr Bannerbild hoch. ", - "Upload your course image.": "Laden Sie Ihr Kursbild hoch.", - "Upload your first asset": "Aktualisieren Sie Ihr erstes Objekt", - "Upload your video thumbnail image.": "Laden Sie Ihr Videovorschaubild hoch.", - "Uploading": "Hochladen", - "Upper Alpha": "Gro\u00df Alpha", - "Upper Roman": "Gro\u00df R\u00f6misch", - "Url": "URL", - "Use Current Transcript": "Nutze aktuelles Transkript", - "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "Verwenden Sie eine terminierte Pr\u00fcfungen, um die Zeit zu begrenzen, die die Nutzer f\u00fcr Aufgaben in diesem Unterabschnitt verwenden k\u00f6nnen. Die Nutzer m\u00fcssen vor Ablauf der Zeit ihre Antworten einreichen. Sie k\u00f6nnen den einzelnen Nutzern \u00fcber die Dozent-\u00dcbersicht zus\u00e4tzliche Zeit einr\u00e4umen.", - "Use as a Prerequisite": "Als Vorbedingung nutzen:", - "Use bookmarks to help you easily return to courseware pages. To bookmark a page, click \"Bookmark this page\" under the page title.": "Benutze Lesezeichen, um Kursinhalt einfach wieder zu finden. Um ein Lesezeichen hinzuzuf\u00fcgen, klicken Sie einfach \"Diese Seite merken\" unter der \u00dcberschrift.", - "Use my institution/campus credentials": "Nutze meine Institutions/Campus Nutzerdaten", - "Use the All Topics menu to find specific topics.": "Benutzen Sie das Men\u00fc \"Alle Diskussionen\" um bestimmte Themen zu finden. ", - "Use the retake photo button if you are not pleased with your photo": "Wenn Sie nicht begeistert von ihrem Foto sind, benutzen Sie den Neuaufnameknopf", - "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "Benutzen Sie ihre webcam um ein Foto von ihr Ausweis zu nehmen. Wir werden dieses Foto mit das Foto von ihr Gesicht und der Name auf ihr Konto vergleichen.", - "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "Benutze ihre Webcam um ein Foto von ihren Gesicht aufzunehmen damit wir dieses mit dem Foto ihres Ausweises abgleichen k\u00f6nnen.", - "Used": "benutzt", + ], + "Showing results for \"{searchString}\"": "Suchergebnisse f\u00fcr: \"{searchString}\"", + "Showing {currentItemRange} out of {totalItemsCount}, filtered by {assetType}, sorted by {sortName} ascending": "Anzeige von {currentItemRange} aus {totalItemsCount}, gefiltert nach {assetType}, sortiert nach {sortName} aufsteigend", + "Showing {currentItemRange} out of {totalItemsCount}, filtered by {assetType}, sorted by {sortName} descending": "Anzeige von {currentItemRange} aus {totalItemsCount}, gefiltert nach {assetType}, sortiert nach {sortName} absteigend", + "Showing {currentItemRange} out of {totalItemsCount}, sorted by {sortName} ascending": "Anzeige von {currentItemRange} aus {totalItemsCount}, sortiert nach {sortName} aufsteigend", + "Showing {currentItemRange} out of {totalItemsCount}, sorted by {sortName} descending": "Anzeige von {currentItemRange} aus {totalItemsCount}, sortiert nach {sortName} absteigend", + "Showing {firstIndex} out of {numItems} total": "Zeige {firstIndex} von {numItems} total", + "Showing {firstIndex}-{lastIndex} out of {numItems} total": "Zeige {firstIndex}-{lastIndex} von {numItems} total", + "Sign In": "Anmelden", + "Sign in": "Anmelden", + "Sign in here using your email address and password, or use one of the providers listed below.": "Um sich anzumelden, nutzen Sie bitte Ihre E-Mail Adresse und das Passwort oder nutzen Sie einen der gelisteten Provider.", + "Sign in here using your email address and password.": "Um sich anzumelden nutzen Sie bitte Ihre E-Mail Adresse und Ihr Passwort", + "Sign in to continue learning": "Melden Sie sich an, um das Lernen fortzusetzen", + "Sign in to continue learning as {email}": "Melden Sie sich an, um als {email} fortzufahren", + "Sign in to {platform} so we can help you better.": "Melden Sie sich bei der {platform} an, damit wir Ihnen bei anderen Fragen helfen k\u00f6nnen.", + "Sign in using %(providerName)s": "Melden Sie sich \u00fcber %(providerName)s an", + "Sign in with %(providerName)s": "Melden Sie sich \u00fcber %(providerName)s an", + "Sign in with Institution/Campus Credentials": "Anmelden mit Institution/Campus Zugangsdaten", + "Sign in.": "Anmelden", + "Signatory": "Unterzeichner", + "Signatory field(s) has invalid data.": "Signaturfeld(er) mit ung\u00fcltigen Daten.", + "Signature Image": "Bild der Unterschrift", + "Skip": "\u00dcberspringen", + "Social Media Links": "Social Media Links", + "Some Rights Reserved": "Some Rights Reserved", + "Some images in this post have been omitted": "Einige Bilder dieses Beitrag's wurden weggelassen.", + "Something went wrong changing this enrollment. Please try again.": "Etwas ist schief gelaufen beim \u00c4ndern dieser Einschreibung. Bitte versuchen Sie es erneut.", + "Something went wrong. Please try again later.": "Etwas ist schief gelaufen. Versuchen sie es bitte sp\u00e4ter nochmal.", + "Sorry, no results were found.": "Es wurden leider keine Ergebnisse gefunden.", + "Sorry, there was an error parsing the subtitles that you uploaded. Please check the format and try again.": "Entschuldigung, es gab einen Fehler beim Analysieren der Untertitel, die Sie hochgeladen haben. Bitte kontrollieren Sie das Format und versuchen es erneut. ", + "Sorry, there was an error trying to process your request. Please try again later.": "Entschuldigung, es gab einen Fehler bei der Bearbeitung Ihrer Anfrage. Bitte versuchen Sie es sp\u00e4ter noch einmal.", + "Sorted by": "Sortiert nach", + "Source": "Quelle", + "Source code": "Quellcode", + "Special character": "Sonderzeichen", + "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "Legen Sie einen alternativen Kurstitel fest der auf den Zertifikaten erscheint. Lassen Sie dieses Feld leer, falls Sie den offiziellen Kurstitel nutzen wollen.", + "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam, along with the {linkStart}general proctored exam rules{linkEnd}.": "Geben Sie alle Regeln oder Regelausnahmen an, die das Pr\u00fcferteam bei der \u00dcberpr\u00fcfung der Videos beachten sollte. Sie k\u00f6nnen beispielsweise festlegen, dass Taschenrechner erlaubt sind. Diese festgelegten Regeln sind f\u00fcr die Lernenden sichtbar, bevor diese mit der Pr\u00fcfung beginnen, zusammen mit den {linkStart}allgemein anerkannten Pr\u00fcfungsregeln {linkEnd}.", + "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam.": "Geben Sie alle Regeln oder Regelausnahmen an, die das Aufsichtsteam bei der \u00dcberpr\u00fcfung der Videos durchsetzen soll. Sie k\u00f6nnen beispielsweise festlegen, dass Taschenrechner erlaubt sind. Diese festgelegten Regeln sind f\u00fcr die Lernenden sichtbar, bevor die Lernenden die Pr\u00fcfung beginnen.", + "Specify whether content-specific discussion topics are divided.": "Geben Sie an, ob inhaltsspezifische Diskussionsthemen aufgeteilt werden.", + "Specify whether discussion topics are divided": "Geben Sie an, ob die Diskussionsthemen aufgeteilt sind", + "Speed": "Geschwindigkeit", + "Spellcheck": "Rechtschreibpr\u00fcfung", + "Split cell": "Zelle teilen", + "Square": "Quadrat", + "Staff": "Lehrender", + "Staff Only": "Nur f\u00fcr Mitarbeiter", + "Staff and Learners": "Mitarbeiter und Teilnehmer", + "Start Date": "Anfangsdatum:", + "Start Proctored Exam": "Beaufsichtigte Pr\u00fcfung beginnen", + "Start System Check": "Beginne mit Systemcheck", + "Start generating certificates for all students in this course?": "M\u00f6chten Sie damit beginnen, Zertifikate f\u00fcr alle Teilnehmer dieses Kurses zu erstellen?", + "Start of transcript. Skip to the end.": "Beginn des Transkriptes, zum Ende springen.", + "Start regenerating certificates for students in this course?": "M\u00f6chten Sie Zertifikate f\u00fcr Teilnehmer dieses Kurses Regenerieren?", + "Start search": "Starte suche", + "Start working toward your next learning goal.": "Beginnen Sie mit der Arbeit an Ihrem n\u00e4chsten Lernziel.", + "Started": "Gestartet", + "Started entrance exam rescore task for student '{student_id}'. Click the 'Show Task Status' button to see the status of the task.": "Aufgabe zur Neubewertung der Aufnahmepr\u00fcfung des Teilnehmers '{student_id}' gestartet. Klicken Sie auf die Schaltfl\u00e4che \"Aufgabenstatus anzeigen\", um den Status der Aufgabe anzuzeigen.", + "Started rescore problem task for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "Neubewertung des Problems '<%- problem_id %>' f\u00fcr den Teilnehmer '<%- student_id %>' gestartet. Klicken Sie auf die Schaltfl\u00e4che \"Aufgabenstatus anzeigen\", um den Status der Aufgabe anzuzeigen.", + "Started task to override the score for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "Aufgabe gestartet, um die Punktzahl f\u00fcr das Problem '<%- problem_id %>' f\u00fcr den Teilnehmer '<%- student_id %>' zu \u00fcberschreiben. Klicken Sie auf die Schaltfl\u00e4che \"Aufgabenstatus anzeigen\", um den Status der Aufgabe anzuzeigen.", + "Started {start}": "Gestartet am {start}", + "Starts": "Beginnt", + "Starts {start}": "Beginnt am {start}", + "Starts: %(start_date)s": "Startet: %(start_date)s", + "State": "Zustand", + "Status": "Status", + "Status of Your Response": "Status Ihrer Antwort", + "Strikethrough": "Durchgestrichen", + "Student": "Teilnehmer", + "Student Removed from certificate white list successfully.": "Teilnehmer wurde erfolgreich von der Whitelist f\u00fcr Zertifikate entfernt.", + "Student email or username": "Teilnehmer E-Mail oder Benutzername", + "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Add to Exception List\" button.": "Teilnehmer Benutzername/E-Mail Adresse ist erforderlich und kann nicht unausgef\u00fcllt bleiben. Bitte geben Sie den Benutzername/E-Mail Adresse an und klicken Sie auf den Button.", + "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Invalidate Certificate\" button.": "Teilnehmer Benutzername/E-Mail Adresse ist erforderlich und kann nicht unausgef\u00fcllt bleiben. Bitte geben Sie den Benutzername/E-Mail Adresse an und klicken Sie auf den Button.", + "Studio's having trouble saving your work": "Studio hat Probleme beim Speichern Ihrer Arbeit", + "Studio:": "Studio:", + "Style": "Stil", + "Subject": "Betreff", + "Subject:": "Betreff:", + "Submission aborted! Sorry, your browser does not support file uploads. If you can, please use Chrome or Safari which have been verified to support file uploads.": "Einreichung abgebrochen! Ihr Browser unterst\u00fctzt leider keinen Dateiupload. Benutzen Sie bitte Chrome oder Safari. Diese Browser sind f\u00fcr den Dateiupload geeignet.", + "Submit": "Absenden", + "Submit Application": "Antrag einreichen", + "Submit enrollment change": "\u00c4nderung der Einschreibung best\u00e4tigen", + "Submitted": "Abgesendet", + "Subscript": "Tiefgestellt", + "Subsection": "Unterabschnitt", + "Subsection Visibility": "Sichtbarkeit des Unterabschnitts", + "Subsection is hidden after course end date": "Unterabschnitt ist nach Ablauf der Kurslaufzeit nicht mehr sichtbar", + "Subsection is hidden after due date": "Unterabschnitt wird nach dem F\u00e4lligkeitsdatum nicht mehr angezeigt.", + "Subsections": "Unterabschnitte", + "Success": "Operation Erfolgreich", + "Success! \"{displayName}\" has been moved.": "Erfolgreich! \"{displayName}\" wurde verschoben.", + "Success! Problem attempts reset for problem '<%- problem_id %>' and student '<%- student_id %>'.": "Erfolgreich! Problemversuche werden f\u00fcr das Problem '<%- problem_id %>' und Teilnehmer '<%- student_id %>' zur\u00fcckgesetzt.", + "Successfully deleted student state for user {user}": "Teilnehmerstatus f\u00fcr Nutzer {user} erfolgreich gel\u00f6scht.", + "Successfully enrolled and sent email to the following users:": "Erfolgreich eingeschrieben und E-Mail an folgende Nutzer versandt:", + "Successfully enrolled the following users:": "Folgende Nutzer wurden erfolgreich eingeschrieben:", + "Successfully overrode problem score for {user}": "Erfolgreiches \u00dcberschreiben der Problembewertung f\u00fcr {user}", + "Successfully rescored problem for user {user}": "Fragestellung f\u00fcr Benutzer {user} erfolgreich neu bewertet.", + "Successfully rescored problem to improve score for user {user}": "Erfolgreiche Neubewertung des Problems zur Verbesserung der Punktzahl f\u00fcr den Benutzer {user}", + "Successfully reset the attempts for user {user}": "Versuche f\u00fcr Nutzer {user} erfolgreich zur\u00fcckgesetzt.", + "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "An folgende Nutzer wurden erfolgreich E-Mails zur Einschreibung versandt. Sobald diese sich registriert haben, k\u00f6nnen sie sich einschreiben: ", + "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "An folgende Teilnehmer wurde erfolgreich eine E-Mail bez\u00fcgliche der Einschreibung versandt. Diese werden eingeschrieben, sobald sie sich registriert haben: ", + "Successfully started task to rescore problem '<%- problem_id %>' for all students. Click the 'Show Task Status' button to see the status of the task.": "Erfolgreich gestartete Aufgabe zur Neubewertung des Problems <%- problem_id %>' f\u00fcr alle Teilnehmer. Klicken Sie auf die Schaltfl\u00e4che \"Aufgabenstatus anzeigen\", um den Status der Aufgabe anzuzeigen.", + "Successfully started task to reset attempts for problem '<%- problem_id %>'. Click the 'Show Task Status' button to see the status of the task.": "Erfolgreich gestartete Aufgabe zum Zur\u00fccksetzen von Versuchen f\u00fcr das Problem '<%- problem_id %>'. Klicken Sie auf die Schaltfl\u00e4che \"Aufgabenstatus anzeigen\", um den Status der Aufgabe anzuzeigen.", + "Successfully unlinked.": "Erfolgreich getrennt.", + "Superscript": "Hochgestellt", + "Support education research by providing additional information": "Hilf uns, unsere Lernplattform zu verbessern, indem Du uns weitere Informationen gibst.", + "Supported": "Unterst\u00fctzt", + "Supported file types: {supportedVideoTypes}": "Unterst\u00fctzte Dateitypen: {supportedVideoTypes}", + "Switch Language Back": "Spracheinstellung zur\u00fccksetzen", + "TOTAL": "Summe:", + "Table": "Tabelle", + "Table properties": "Tabelleneigenschaften", + "Tags": "Stichworte", + "Tags:": "Stichworte:", + "Take Photo": "Bild aufnehmen", + "Take Your Photo": "Nehmen Sie ihr Foto auf", + "Take a Photo of Your ID": "Nehmen Sie ein Foto von ihr Ausweis", + "Take a photo of your ID": "Machen Sie ein Foto Ihres Ausweises/ID", + "Take me to the main course page": "Zur\u00fcck zur Hauptseite des Kurses", + "Take me to the main library page": "Zur\u00fcck zur Hauptseite der Bibliothek", + "Take me to the new location": "Bringen Sie mich zu dem neuen Standort.", + "Take this exam without proctoring.": "An diese Pr\u00fcfung ohne Aufsicht teilnehmen.", + "Taking As Open Exam": "Als eine Freie Pr\u00fcfung teilnehmen", + "Taking As Proctored Exam": "Als eine beaufsichtigten Pr\u00fcfung teilnehmen", + "Taking as Proctored": "Als Beaufsichtigt teilnehmen", + "Target": "Ziel", + "Task ID": "Aufgaben-ID", + "Task Progress": "Aufgabenfortschritt", + "Task Status": "Aufgabenstatus", + "Task Type": "Aufgabentyp", + "Task inputs": "Aufgaben-Eingaben", + "Teaching Assistant": "Lehrassistent", + "Team \"{team}\" successfully deleted.": "Team \"{team}\" wurde erfolgreich gel\u00f6scht.", + "Team Description (Required) *": "Teambeschreibung (Erforderlich) *", + "Team Details": "Team Details", + "Team Name (Required) *": "Teamname (Erforderlich) *", + "Team Search": "Teamsuche", + "Team capacity": "Team Kapazit\u00e4t", + "Team description cannot have more than 300 characters.": "Team-Beschreibung darf nicht mehr als 300 Zeichen beinhalten.", + "Team member profiles": "Teammitglieder Profile", + "Team name cannot have more than 255 characters.": "Der Teamname kann nicht l\u00e4nger als 255 Zeichen sein.", + "Teams": "Teams", + "Teams Pagination": "Seitennummerierung Teams", + "Tell other learners a little about yourself: where you live, what your interests are, why you're taking courses, or what you hope to learn.": "Erz\u00e4hlen Sie anderen Lernenden ein bisschen \u00fcber sich selbst: Was interessiert Sie, warum nehmen Sie an den Kursen teil und was m\u00f6chten Sie gerne lernen. ", + "Templates": "Schablonen", + "Terms of Service and Honor Code": "Nutzungsbedingungen und Verhaltenskodex", + "Text color": "Textfarbe", + "Text to display": "Anzeigetext", + "Textbook Name": "Lehrbuch Name", + "Textbook information": "Lehrbuch Information", + "Textbook name is required": "Name f\u00fcr das Textbook wird ben\u00f6tigt", + "Thank you %(full_name)s! We have received your payment for %(course_name)s.": "Viele Dank %(full_name)s! Wir haben Ihre Zahlung f\u00fcr %(course_name)s erhalten.", + "Thank you for setting your course goal to {goal}!": "Danke, f\u00fcr das definieren eines Kursziels zu {goal}!", + "Thank you for submitting a request! We will contact you within 24 hours.": "Vielen Dank f\u00fcr Ihre Anfrage! Wir werden Sie innerhalb von 24 Stunden kontaktieren.", + "Thank you for submitting your financial assistance application for {course_name}! You can expect a response in 2-4 business days.": "Vielen Dank, dass Sie Ihren Antrag auf finanzielle Unterst\u00fctzung f\u00fcr {course_name} gestellt haben! Sie k\u00f6nnen mit einer Antwort in 2-4 Werktagen rechnen.", + "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "Danke f\u00fcr das Einsenden ihre Fotos. Wir werden diese zeitnah pr\u00fcfen. Sie k\u00f6nnen sich jetzt f\u00fcr jeden von %(platformName)s Kurse mit gepr\u00fcftem Zertifikat anmelden. Ihre \u00dcberpr\u00fcfung ist g\u00fcltig f\u00fcr ein Jahr. Nach einem Jahr m\u00fcssen Sie ihre Fotos wieder zur \u00dcberpr\u00fcfungeinsenden. ", + "Thank you! We have received your payment for {courseName}.": "Dankesch\u00f6n! Wir haben Ihre Zahlung f\u00fcr {courseName} bekommen", + "Thanks for returning to verify your ID in: {courseName}": "Vielen Dank f\u00fcr Ihre R\u00fcckkehr zur Best\u00e4tigung Ihrer Identit\u00e4t f\u00fcr: {courseName}", + "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "Die URL, die du eingegeben hast scheint eine E-Mail-Adresse zu sein. M\u00f6chtest du das ben\u00f6tigte Prefix mailto: hinzuf\u00fcgen?", + "The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": "Die URL, die du eingegeben hast scheint ein externer Link zu sein. M\u00f6chtest du das ben\u00f6tigte Prefix http:// hinzuf\u00fcgen?", + "The assignment type must have a name.": "Der Aufgabentyp muss einen Namen haben.", + "The certificate available date must be later than the course end date.": "Das Austellungsdatum des Zertifikates muss sp\u00e4ter gesetzt werden als das Enddatum des Kurses.", + "The certificate for this learner has been re-validated and the system is re-running the grade for this learner.": "Das Zertifikat f\u00fcr diesen Lerner wurde erneut validiert und das System f\u00fchrt die Note f\u00fcr diesen Lerner erneut durch.", + "The cohort cannot be added": "Der Kohort kann nicht hinzugef\u00fcgt werden", + "The cohort cannot be saved": "Dieser Kohort kann nicht gespeichert werden", + "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "Die Gesamtl\u00e4nge der Codefelder Organisation und Bibliothek darf nicht mehr als <%=limit%> Zeichen betragen.", + "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "Die Gesamtl\u00e4nge der Felder Organisation, Kursnummer und Kursablauf darf nicht mehr als <%=limit%> Zeichen betragen.", + "The country or region where you live.": "Das Land oder die Stadt in der Sie leben.", + "The country that team members primarily identify with.": "Das Land mit dem sich die Teammitglieder prim\u00e4r identifizieren", + "The course end date must be later than the course start date.": "Das Datum des Kursendes kann nicht vor dem Einschreibedatum des Kurses liegen.", + "The course must have an assigned start date.": "Ihrem Kurs muss ein Startdatum vergeben werden.", + "The course start date must be later than the enrollment start date.": "Das Datum des Kursbeginns kann nicht vor dem Einschreibedatum des Kurses liegen.", + "The display of ungraded and checked out responses could not be loaded.": "Die Anzeige der unbenoteten und ausgecheckten Antworten konnte nicht geladen werden.", + "The email address you've provided isn't formatted correctly.": "Die eingegebene E-Mail-Adresse scheint ung\u00fcltig zu sein. ", + "The enrollment end date cannot be after the course end date.": "Das Enddatum f\u00fcr die Einschreibung kann nicht nach dem Kurs-Enddatum liegen.", + "The enrollment start date cannot be after the enrollment end date.": "Das Einschreibe Startdatum kann nicht nach dem Einschreibe Enddatum liegen.", + "The file could not be uploaded.": "Die Datei konnte nicht hochgeladen werden.", + "The file must be at least {size} in size.": "Die Datei darf mindestens eine Gr\u00f6\u00dfe von {size} betragen.", + "The file must be smaller than {size} in size.": "Die Datei darf h\u00f6chstens eine Gr\u00f6\u00dfe von {size} betragen.", + "The following email addresses and/or usernames are invalid:": "Die folgenden E-Mail-Adressen und/oder Nutzernamen sind ung\u00fcltig:", + "The following errors were generated:": "Folgende Fehler wurden generiert:", + "The following file types are not allowed: ": "Die folgenden Dateitypen sind nicht erlaubt:", + "The following information is already a part of your {platform} profile. We\\'ve included it here for your application.": "Die folgende Information ist bereits in Ihrem {platform} Profil. Wir haben dies hier eingef\u00fcgt.", + "The following message will be displayed at the bottom of the courseware pages within your course:": "Die folgende Nachricht wird im unteren Bereich Ihrers Kurses angezeigt. ", + "The following options are available for the {license_name} license.": "Die folgenden Optionen sind f\u00fcr die {license_name} Lizenz verf\u00fcgbar.", + "The following users are no longer enrolled in the course:": "Die folgenden Nutzer sind nicht l\u00e4nger in den Kurs eingeschrieben:", + "The following warnings were generated:": "Die folgenen Warnungen wurden generiert:", + "The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.": "Die allgemeine Kategorie f\u00fcr diese Art von Aufgabe, z.B. Hausaufgaben oder Zwischenpr\u00fcfungen. Dieser Name ist f\u00fcr die Lernenden sichtbar.", + "The grading process is still running. Refresh the page to see updates.": "Der Beurteilungsprozess l\u00e4uft noch. Aktualisiere die Seite, um Updates zu sehen.", + "The language that team members primarily use to communicate with each other.": "Die Sprache, die Teammitglieder prim\u00e4re benutzen, um miteinander zu kommunizieren.", + "The language used throughout this site. This site is currently available in a limited number of languages. Changing the value of this field will cause the page to refresh.": "W\u00e4hlen Sie hier die Sprache, in der die Plattform angezeigt werden soll. Die Plattform ist nicht in allen Sprachen verf\u00fcgbar. Sollten Sie die Sprache zwischenzeitlich \u00e4ndern, m\u00fcssen Sie diese in Ihrem Browser neuladen.", + "The minimum completion percentage must be a whole number between 0 and 100.": "Die der Prozentsatz der minimalen Fertigstellung der Aufgaben muss eine ganze Nummer zwischen 0 und 100 ergeben.", + "The minimum grade for course credit is not set.": "Es ist keine Mindestbenotung definiert.", + "The minimum score percentage must be a whole number between 0 and 100.": "Die minimale Punktzahl bei der Benotung muss eine ganze Zahl zwischen 0 und 100 sein.", + "The more you tell us, the more quickly and helpfully we can respond!": "Je mehr Sie uns von Ihrem Anliegen berichten, desto genauer und schneller k\u00f6nnen wir Ihnen helfen!", + "The name of this signatory as it should appear on certificates.": "Der Name des Unterzeichners soll auf dem Zertifikat erscheinen.", + "The name that identifies you on {platform_name}. You cannot change your username.": "Dies ist Ihr Benutzername auf der {platform_name}. Diesen k\u00f6nnen Sie nicht mehr \u00e4ndern.", + "The name that is used for ID verification and that appears on your certificates.": "Dieser Name erscheint auf all Ihren Zertifikaten.", + "The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.": "Anzahl der Aufgaben dieses typs, welche wegfallen. Die mit der niedrigsten Punktezahl werden zuerst gel\u00f6scht.", + "The number of subsections in the course that contain problems of this assignment type.": "Anzahl der Unterabschnitte im Kurs, die Aufgaben dieses typs enthalten.", + "The organization that this signatory belongs to, as it should appear on certificates.": "Die Organisation, zu welcher der Unterzeichner geh\u00f6rt, soll auf dem Zertifikat erscheinen.", + "The page \"{route}\" could not be found.": "Die Seite \"{route}\" konnte nicht gefunden werden.", + "The photo of your face matches the photo on your ID.": "Das Foto von deinem Gesicht muss mit dem Foto in deinem Identit\u00e4tsnachweis \u00fcbereinstimmen", + "The post you selected has been deleted.": "Der Beitrag, den Sie ausgew\u00e4hlt haben, wurde bereits gel\u00f6scht.", + "The published branch version, {published}, was reset to the draft branch version, {draft}.": "Die ver\u00f6ffentlichte Branch-Version, {published}, wurde auf den Entwurf der Branch-Version, {draft}, zur\u00fcckgesetzt.", + "The raw error message is:": "Die urspr\u00fcngliche Fehlermeldung ist:", + "The refund deadline for this course has passed,so you will not receive a refund.": "Die R\u00fcckgabefrist f\u00fcr diesen Kurs ist abgelaufen, so dass Sie keine R\u00fcckerstattung erhalten.", + "The selected content group does not exist": "Die ausgew\u00e4hlte Inhaltsgruppe existiert nicht", + "The selected image must be larger than {minFileSizeInKB}.": "Das ausgew\u00e4hlte Bild muss gr\u00f6\u00dfer als {minFileSizeInKB} sein.", + "The selected image must be smaller than {maxFileSizeInMB}.": "Das ausgew\u00e4hlte Bild muss kleiner als {maxFileSizeInMB} sein.", + "The server could not be contacted.": "Der Server konnte nicht erreicht werden.", + "The staff assessment form could not be loaded.": "Das Mitarbeiterbewertungsformular konnte nicht geladen werden.", + "The submission could not be removed from the grading pool.": "Die Einreichung konnte nicht aus dem Einstufungspool entfernt werden.", + "The team \"{team}\" could not be found.": "Das Team \"{team}\" konnte nicht gefunden werden.", + "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "Das zeitbehaftete Transkript f\u00fcr die erste Videodatei scheint nicht das gleiche zu sein, wie das zeitbehaftete Transkript f\u00fcr die zweite Videodatei.", + "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "Das zeitbehaftete Transkript f\u00fcr dieses Video auf edX ist veraltet, aber YouTube hat ein aktuelles zeitbehaftetes Transkript f\u00fcr dieses Video.", + "The timer on the right shows the time remaining in the exam.": "Der Timer auf der rechten Seite zeigt die verbleibende Zeit dieser Pr\u00fcfung an.", + "The topic \"{topic}\" could not be found.": "Das Thema \"{topic}\" konnte nicht gefunden werden.", + "The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.": "Das Gewicht aller Aufgaben dieser Art in Prozent der Auswertung, z.B. 40. Das Prozentsymbol darf nicht enthalten sein.", + "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "Die {cohortGroupName} Kohorte wurde erstellt. Sie k\u00f6nnen unten manuell Teilnehmer dieser Kohorte hinzuf\u00fcgen.", + "There are invalid keywords in your email. Check the following keywords and try again.": "Es sind ung\u00fcltige Schl\u00fcsselw\u00f6rtes in ihrer E-Mail. Kontrollieren Sie die folgenden W\u00f6rter und versuchen Sie es erneut.", + "There are no posts in this topic yet.": "Es gibt noch keine Forenbeitr\u00e4ge zu diesem Thema.", + "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.": "Beim Export in das XML-Dateiformat ist bei mindestens einer Komponente ein Fehler aufgetreten. Es wird empfohlen, auf die Bearbeiten-Seite zur\u00fcckzukehren und den Fehler zu beheben, bevor du einen neuen Export-Versuch unternimmst.Bitte pr\u00fcfe, dass alle Komponenten auf der Seite als \"ok\" markiert sind und keine Fehlermeldungen angezeigt werden", + "There has been an error processing your survey.": "Es ist ein Fehler beim verarbeiten der Umfrage aufgetreten.", + "There has been an error while exporting.": "Beim Export ist ein Fehler aufgetreten", + "There has been an error with your export.": "Beim Exportieren ist ein Fehler aufgetreten.", + "There is invalid code in your content. Please check to make sure it is valid HTML.": "Es befindet sich invalider Code im Inhalt. Bitte stellen Sie sicher das es sich um validen HTML Code handelt.", + "There is no email history for this course.": "Es gibt keinen E-Mail-Verlauf f\u00fcr diesen Kurs.", + "There must be at least one group.": "Es ist wenigstens eine Gruppe erforderlich.", + "There must be one cohort to which students can automatically be assigned.": "Es muss ein Kohort existieren, in welchem sich Teilnehmer automatisch einbringen k\u00f6nnen.", + "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "Es gab ein Problem bei der Erstellung des Berichts. W\u00e4hlen Sie \"Create Executive Summary\", um es erneut zu versuchen.", + "There was an error changing the user's role": "Es ist ein Fehler beim \u00e4ndern der Benutzer-Rolle aufgetreten.", + "There was an error during the upload process.": "Beim Hochladen ist ein Fehler aufgetreten.", + "There was an error obtaining email content history for this course.": "Es gab einen Fehler beim Holen des E-Mail-Inhalt-Verlauf f\u00fcr diesen Kurs.", + "There was an error obtaining email task history for this course.": "Es gab einen Fehler beim Holen des E-Mail-Aufgaben-Verlaufs f\u00fcr diesen Kurs.", + "There was an error retrieving preview results for this catalog. Please check that your query is correct and try again.": "Es gab einen Fehler beim Abrufen von Vorschauergebnissen f\u00fcr diesen Katalog. Bitte \u00fcberpr\u00fcfen Sie, ob Ihre Anfrage korrekt ist und versuchen Sie es erneut.", + "There was an error updating your goal.": "Es ist ein Fehler beim aktualisieren Ihres Kursziels aufgetreten.", + "There was an error when trying to add learners:": [ + "Es ist ein Fehler beim hinzuf\u00fcgen des Teilnehmers aufgetreten:", + "{numErrors} Teilnehmer k\u00f6nnen nicht dem Kohort zugef\u00fcgt werden:" + ], + "There was an error while importing the new course to our database.": "Beim Importieren des neuen Kurses in unsere Datenbank ist ein Fehler aufgetreten.", + "There was an error while importing the new library to our database.": "Beim Importieren der neuen Bibliothek in unsere Datenbank ist ein Fehler aufgetreten.", + "There was an error while unpacking the file.": "Beim Entpacken der Datei ist ein Fehler aufgetreten.", + "There was an error while verifying the file you submitted.": "Beim Pr\u00fcfen Ihrer \u00fcbertragenen Datei ist ein Fehler aufgetreten.", + "There was an error with the upload": "Es gab einen Fehler beim Upload", + "There was an error, try searching again.": "Es gab einen Fehler, versuchen Sie es erneut zu suchen.", + "There was an error. Please reload the page and try again.": "Es ist ein Fehler aufgetreten. Bitte Lade die Seite erneut und versuche es noch einmal.", + "There were errors reindexing course.": "Es gab Fehler bei der Neuindizierung des Kurses.", + "There's already another assignment type with this name.": "Es gibt bereits einen anderen Aufgabentyp mit diesem Namen.", + "These settings include basic information about your account.": "Stellen Sie im folgenden Ihren Account mit Informationen zu Ihrer Person ein.", + "These users could not be added as beta testers because their accounts are not yet activated:": "Diese Benutzer konnten nicht als Beta-Tester hinzugef\u00fcgt werden, da ihre Konten noch nicht aktiviert sind:", + "These users were not added as beta testers:": "Diese Nutzer wurden nicht zu den Beta-Testern hinzugef\u00fcgt:", + "These users were not affiliated with the course so could not be unenrolled:": "Diese Nutzer waren nicht dem Kurs angeh\u00f6rig, und konnten deshalb nicht gestrichen werden:", + "These users were not removed as beta testers:": "Diese Nutzer wurden nicht aus den Beta-Testern gestrichen:", + "These users were successfully added as beta testers:": "Diese Nutzer wurden erfolgreich zu den Beta-Testern hinzugef\u00fcgt: ", + "These users were successfully removed as beta testers:": "Diese Nutzer wurden erfolgreich aus den Beta-Testern gestrichen:", + "These users will be allowed to enroll once they register:": "Diesen Nutzern wird erlaubt sich einzuschreiben, sobald sie sich registriert haben:", + "These users will be enrolled once they register:": "Diese Teilnhemer werden eingeschrieben, sobald sie sich registriert haben:", + "This Group Configuration is not in use. Start by adding a content experiment to any Unit via the {linkStart}Course Outline{linkEnd}.": "Diese Gruppenkonfiguration wird nicht verwendet. Beginnen Sie, indem Sie ein Testinhalt zu einer beliebigen Lerneinheit \u00fcber die {linkStart}Kurs\u00fcbersicht{linkEnd} hinzuf\u00fcgen.", + "This Group Configuration is used in:": "Dieser Gruppenaufbau wird derzeit verwendet:", + "This action cannot be undone.": "Diese Aktion kann nicht widerrufen werden.", + "This action updates the {provider} information for your entire organization.": "Diese Aktion aktualisiert die {provider} Informationen f\u00fcr Ihre gesamte Organisation.", + "This assessment could not be submitted.": "Diese Bewertung konnte nicht \u00fcbermittelt werden.", + "This browser cannot play .mp4, .ogg, or .webm files.": "Dieser Browser kann Dateien der Formate .mp4, .ogg, oder .webm nicht wiedergeben.", + "This catalog's courses:": "Die Kurse dieses Katalogs:", + "This certificate has already been activated and is live. Are you sure you want to continue editing?": "Dieses Zertifikat wurde bereits aktiviert und wird verwendet. Bist Du sicher, dass Du mit der Bearbeitung fortsetzen willst?", + "This comment could not be deleted. Refresh the page and try again.": "Dieser Kommentar konnte nicht gel\u00f6scht werden. Laden Sie die Seite erneut und versuchen Sie es noch einmal.", + "This component has validation issues.": "Diese Komponente kann nicht validiert werden.", + "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "Die Konfiguration wird aktuell in Inhaltsexperimenten genutzt. Wenn du \u00c4nderungen an den Gruppen vornimmst, wirst du wahrscheinlich diese Experimente \u00fcberarbeiten m\u00fcssen.", + "This content group is used in one or more units.": "Diese Inhaltsgruppe wird in einer oder mehreren Einheiten verwendet.", + "This course has automatic cohorting enabled for verified track learners, but cohorts are disabled. You must enable cohorts for the feature to work.": "Dieser Kurs hat die automatische Kohortierung f\u00fcr Lerner im verifizierten Modus aktiviert, aber Kohorten sind deaktiviert. Sie m\u00fcssen Kohorten aktivieren, damit das Merkmal funktioniert.", + "This course has automatic cohorting enabled for verified track learners, but the required cohort does not exist. You must create a manually-assigned cohort named '{verifiedCohortName}' for the feature to work.": "In diesem Kurs ist die automatische Kohortierung f\u00fcr Lerner im verifizierten Modus aktiviert, aber die erforderliche Kohorte existiert nicht. Sie m\u00fcssen eine manuell zugewiesene Kohorte mit dem Namen '{verifiedCohortName}'' erstellen, damit das Feature funktioniert.", + "This course uses automatic cohorting for verified track learners. You cannot disable cohorts, and you cannot rename the manual cohort named '{verifiedCohortName}'. To change the configuration for verified track cohorts, contact your edX partner manager.": "Dieser Kurs verwendet die automatische Kohortierung f\u00fcr Lerner im verifizierte Modus. Sie k\u00f6nnen Kohorten nicht deaktivieren und die manuelle Kohorte nicht in '{verifiedCohortName}' umbenennen. Um die Konfiguration f\u00fcr Kohorten des verifizierten Modus zu \u00e4ndern, wenden Sie sich an Ihren edX Partnermanager.", + "This discussion could not be loaded. Refresh the page and try again.": "Diese Diskussion konnte nicht geladen werden. Aktualisieren Sie die Seite und versuchen Sie es erneut.", + "This exam has a time limit associated with it.": "Diese Pr\u00fcfung ist mit einer zeitlichen Begrenzung verbunden.", + "This feature is currently in testing. Course teams can enter highlights, but learners will not receive email messages.": "Diese Funktion befindet sich derzeit im Testslauf. Kursteams k\u00f6nnen Highlights eingeben, aber die Lernenden erhalten keine E-Mail-Benachrichtigung.", + "This feedback could not be submitted.": "Diese R\u00fcckmeldung konnte nicht \u00fcbermittelt werden.", + "This file type is not supported. Supported file type is {supportedFileFormat}.": "Dieser Dateityp wird nicht unterst\u00fctzt. Unterst\u00fctzter Dateityp ist {supportedFileFormat}.", + "This group controls access to:": "Diese Gruppe kontrolliert den Zugang zu:", + "This group no longer exists. Choose another group or do not restrict access to this unit.": "Diese Gruppe existiert nicht mehr. W\u00e4hlen Sie eine andere Gruppe oder beschr\u00e4nken Sie den Zugriff auf diese Lerneinheit nicht.", + "This image file type is not supported. Supported file types are {supportedFileFormats}.": "Dieser Bilddateityp wird nicht unterst\u00fctzt. Unterst\u00fctzte Dateitypen sind {supportedFileFormats}.", + "This image is for decorative purposes only and does not require a description.": "Dieses Bild dient nur zu dekorativen Zwecken und bedarf keiner Beschreibung.", + "This includes access to {siteName} from your employer\u2019s or university\u2019s system{additionalSiteSpecificDeletionText}.": "Dazu geh\u00f6rt auch der Zugriff auf {siteName} aus dem System Ihres Arbeitgebers oder Ihrer Universit\u00e4t{additionalSiteSpecificDeletionText}.", + "This is the Description of the Group Configuration": "Dies ist die Beschreibung des Gruppenaufbaus", + "This is the Name of the Group Configuration": "Dies ist der Name des Gruppenaufbaus", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Dies ist die Liste der verf\u00fcgbaren %s. Einfach im unten stehenden Feld markieren und mithilfe des \"Ausw\u00e4hlen\"-Pfeils ausw\u00e4hlen.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Dies ist die Liste der ausgew\u00e4hlten %s. Einfach im unten stehenden Feld markieren und mithilfe des \"Entfernen\"-Pfeils wieder entfernen.", + "This is the name of the group": "Dies ist der Name der Gruppe", + "This learner is currently sharing a limited profile.": "Dieser Teilnehmer teilt momentan ein eingeschr\u00e4nktes Profil.", + "This learner will be removed from the team,allowing another learner to take the available spot.": "Dieser Lernende wird aus dem Team entfernt, so dass ein anderer Lernender den verf\u00fcgbaren Platz einnehmen kann. ", + "This link will open in a modal window": "Dieser Link wird in einem Dialogfenster ge\u00f6ffnet", + "This link will open in a new browser window/tab": "Dieser Link wird in einem neuen Browserfenster/Reiter ge\u00f6ffnet", + "This may be happening because of an error with our server or your internet connection. Try refreshing the page or making sure you are online.": "Dieses Problem wurde durch einen Fehler auf unserem Server oder mit Ihrer Internetverbindung verursacht. Versuchen Sie die Seite neu zu laden und/oder pr\u00fcfen sie ihre Internetverbindung", + "This page contains information about orders that you have placed with {platform_name}.": "Diese Seite beinhaltet alle Informationen zu Ihren Bestellungen, welche Sie auf der {platform_name} get\u00e4tigt haben.", + "This post could not be closed. Refresh the page and try again.": "Dieser Beitrag konnte nicht geschlossen werden. Aktualisieren Sie die Seite und versuchen Sie es erneut.", + "This post could not be flagged for abuse. Refresh the page and try again.": "Dieser Beitrag konnte nicht als missbr\u00e4uchlich gekennzeichnet werden. Aktualisieren Sie die Seite und versuchen Sie es erneut.", + "This post could not be pinned. Refresh the page and try again.": "Dieser Beitrag konnte nicht ver\u00f6ffentlicht werden. Laden Sie bitte die Seite erneut und versuchen Sie es noch einmal.", + "This post could not be reopened. Refresh the page and try again.": "Dieser Beitrag konnte nicht wieder ge\u00f6ffnet werden. Aktualisieren Sie die Seite und versuchen Sie es erneut.", + "This post could not be unflagged for abuse. Refresh the page and try again.": "Dieser Beitrag konnte nicht wegen Missbrauchs demarkiert werden. Aktualisieren Sie die Seite und versuchen Sie es erneut.", + "This post could not be unpinned. Refresh the page and try again.": "Dieser Beitrag konnte nicht zur\u00fcckgenommen werden. Laden Sie bitte die Seite erneut und versuchen Sie es noch einmal.", + "This problem could not be saved.": "Dieses Problem konnte nicht gespeichert werden.", + "This problem has already been released. Any changes will apply only to future assessments.": "Diese Fragestellung wurde bereits ver\u00f6ffentlicht. Jegliche \u00c4nderung betrifft nur zuk\u00fcnftige Bewertungen.", + "This problem has been reset.": "Die Aufgabenstellung wurde zur\u00fcckgesetzt.", + "This response could not be marked as an answer. Refresh the page and try again.": "Diese Antwort konnte nicht zugelassen werden. Laden Sie bitte die Seite erneut und versuchen Sie es noch einmal.", + "This response could not be marked as endorsed. Refresh the page and try again.": "Diese Antwort konnte nicht als bef\u00fcrwortet gekennzeichnet werden. Aktualisieren Sie die Seite und versuchen Sie es erneut.", + "This response could not be saved.": "Diese Antwort konnte nicht gespeichert werden.", + "This response could not be submitted.": "Diese Antwort konnte nicht \u00fcbermittelt werden.", + "This response could not be unendorsed. Refresh the page and try again.": "Diese Antwort konnte nicht widerrufen werden. Aktualisieren Sie die Seite und versuchen Sie es erneut.", + "This response could not be unmarked as an answer. Refresh the page and try again.": "Diese Antwort konnte nicht entfernt werden. Laden Sie bitte die Seite erneut und versuchen Sie es noch einmal.", + "This response has been saved but not submitted.": "Diese Antwort wurde gespeichert, aber nicht \u00fcbermittelt.", + "This response has not been saved.": "Diese Antwort wurde nicht gespeichert.", + "This role requires a divided discussions scheme.": "Diese Rolle erfordert ein geteiltes Diskussionsschema.", + "This section could not be loaded.": "Dieser Abschnitt konnte nicht geladen werden.", + "This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.": "Diese Kurzbezeichnung f\u00fcr den Aufgabentyp (z.B. HW oder Midterm) erscheint neben den Aufgaben auf der Fortschrittsseite eines Lernenden.", + "This team does not have any members.": "Dieses Team hat noch keine Mitglieder.", + "This team is full.": "Dieses Team ist voll.", + "This unit has validation issues.": "Diese Lerneinheit hat Validierungsprobleme.", + "This vote could not be processed. Refresh the page and try again.": "Diese Abstimmung konnte nicht bearbeitet werden. Aktualisieren Sie die Seite und versuchen Sie es erneut.", + "This {parentCategory} has no {childCategory}": "Diese {parentCategory} hat keine {childCategory}", + "Thumbnail": "Miniaturansicht", + "Thumbnail for {videoName}": "Miniaturansicht f\u00fcr {videoName}", + "Thumbnail view of ": "Miniaturansicht von", + "Time Allotted (HH:MM):": "Zugeteilte Zeit (HH:MM):", + "Time Sent": "Sendungsuhrzeit", + "Time Sent:": "Sendungsuhrzeit:", + "Time Zone": "Zeitzone", + "Timed": "Terminiert", + "Timed Exam": "Terminierte Pr\u00fcfung", + "Timed Out": "Timed Out", + "Timed Transcript Conflict": "Konflikt beim zeitbehafteten Transkript", + "Timed Transcript Found": "Zeitbehaftetes Transkript gefunden", + "Timed Transcript Uploaded Successfully": "Hochladen des zeitbehafteten Transkripts erfolgreich", + "Timed Transcript from %(filename)s": "Zeitbehaftetes Transkript von %(filename)s", + "Tips on taking a successful photo": "Tipps zum erfolgreichem Aufnehmen eines Bildes", + "Title": "Titel, Namenszusatz", + "Title ": "Titel", + "Title of the signatory": "Titel des Unterzeichners", + "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "Titel mit mehr als 100 Zeichen k\u00f6nnen dazu f\u00fchren, dass Zertifikate sp\u00e4ter nicht auf eine DINA4 Seite passen.", + "To access the course, select a session.": "Um auf den Kurs zuzugreifen, w\u00e4hlen Sie eine Sitzung aus.", + "To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.": "Um sicherzustellen, dass alle Teilnehmer auf das Video zugreifen k\u00f6nnen, empfehlen wir Ihnen, sowohl eine .mp4- als auch eine .webm Version Ihres Videos bereitzustellen. Klicken Sie unten, um eine URL f\u00fcr eine andere Version hinzuzuf\u00fcgen. Diese URLs k\u00f6nnen keine YouTube-URLs sein. Das erste aufgelistete Video, das mit dem Computer des Teilnehmers kompatibel ist, wird abgespielt.", + "To complete the program, you must earn a verified certificate for each course.": "Um das Programm abzuschlie\u00dfen, m\u00fcssen Sie f\u00fcr jeden Kurs ein verifiziertes Zertifikat erwerben.", + "To continue learning with this account, sign in below.": "Um mit diesem Konto weiter zu lernen, melden Sie sich unten an.", + "To finalize course credit, %(display_name)s requires %(platform_name)s learners to submit a credit request.": "Um den Credit-Prozess abzuschlie\u00dfen, %(display_name)s m\u00fcssen die Lernenden von %(platform_name)s einen Kreditantrag stellen.", + "To invalidate a certificate for a particular learner, add the username or email address below.": "F\u00fcgen Sie \u00fcber die untenstehenden Eingabefelder den Benutzername oder die E-Mail Adresse des Teilnehmers hinzu, f\u00fcr welchen Sie die Zertifikate ung\u00fcltig machen m\u00f6chten.", + "To pass this exam, you must complete the problems in the time allowed.": "Um diese Pr\u00fcfung zu bestehen, m\u00fcssen Sie die Probleme in der vorgegebenen Zeit l\u00f6sen.", + "To receive a certificate, you must also verify your identity before {date}.": "Um ein Zertifikat zu erhalten, m\u00fcssen Sie auch Ihre Identit\u00e4t verifizieren vor dem {date}.", + "To receive a certificate, you must also verify your identity.": "Um ein Zertifikat zu erhalten, m\u00fcssen Sie auch Ihre Identit\u00e4t verifizieren.", + "To receive credit for problems, you must select \"Submit\" for each problem before you select \"End My Exam\".": "Um Credits f\u00fcr Probleme zu erhalten, m\u00fcssen Sie f\u00fcr jedes Problem \"Senden\" ausw\u00e4hlen, bevor Sie \"Meine Pr\u00fcfung beenden\" w\u00e4hlen.", + "To review learner cohort assignments or see the results of uploading a CSV file, download course profile information or cohort results on the {link_start}Data Download{link_end} page.": "Um die Kohortenzuordnungen der Lernenden zu \u00fcberpr\u00fcfen oder die Ergebnisse des Hochladens einer CSV-Datei zu sehen, laden Sie Kursprofilinformationen oder Kohortenergebnisse auf der Seite {link_start}Daten-Download{link_end} herunter.", + "To share your certificate on Mozilla Backpack, you must first have a Backpack account. Complete the following steps to add your certificate to Backpack.": "Um Ihr Zertifikat auf Mozilla Backpack zu teilen, m\u00fcssen Sie zuerst ein Backpack-Konto haben. F\u00fchren Sie die folgenden Schritte aus, um Ihr Zertifikat zum Backpack hinzuzuf\u00fcgen.", + "To take a successful photo, make sure that:": "Um ein erfolgreiches Bild zu machen, stell sicher dass:", + "To use the current photo, select the Take Photo button {icon}. To take another photo, select the Retake Photo button {icon}.": "Um das aktuelle Foto zu verwenden, w\u00e4hlen Sie die Kamerataste {icon}. Um ein weiteres Foto aufzunehmen, w\u00e4hlen Sie die Wiederholungs-Taste {icon}.", + "To verify your identity, you need a webcam and a government-issued photo ID.": "Um Ihre Identit\u00e4t zu verifizieren, ben\u00f6tigen Sie eine Webcam und einen staatlich ausgestellten Lichtbildausweis.", + "Today": "Heute", + "Toggle Account Password (Usable/Unusable)": "Passwort des Benutzerkontos einblenden (Verwendbar/nicht verwendbar)", + "Toggle Notifications Setting": "Wechsle Benachrichtigungseinstellungen", + "Tomorrow": "Morgen", + "Tools": "Werkzeuge", + "Top": "Oben", + "Topic": "Thema", + "Topics": "Themen", + "Total": "Gesamt", + "Total Number": "Gesamte Anzahl", + "Total Responses": "Gesamte Anzahl Antworten", + "Training": "Training", + "Transcript Fidelity": "Genauigkeit des Transkripts", + "Transcript Languages": "Transkriptsprachen", + "Transcript Provider": "Transkriptanbieter", + "Transcript Turnaround": "Transkript Wendepunkt", + "Transcript will be displayed when you start playing the video.": "Das Transkript wird angezeigt, wenn Sie das Video abspielen.", + "Transcripts": "Transskripte", + "Try the transaction again in a few minutes.": "Versuchen Sie die Transaktion in ein paar Minuten erneut.", + "Try this practice exam again": "Diese \u00dcbungspr\u00fcfung noch einmal versuchen", + "Try using a different browser, such as Google Chrome.": "Versuche es mit einem anderen Browser, z.B. Google Chrome.", + "Turn off transcripts": "Transskripte deaktivieren", + "Turn on closed captioning": "Geschlossene \u00dcberschriften anzeigen", + "Turn on transcripts": "Transskripte aktivieren", + "Type": "Typ", + "Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "Geben Sie eine URL ein oder verwenden Sie die Schaltfl\u00e4che \"Datei ausw\u00e4hlen\", um eine Datei von Ihrem Computer hochzuladen. (e.g. 'http://example.com/img/clouds.jpg')", + "Type into this box to filter down the list of available %s.": "Durch Eingabe in diesem Feld l\u00e4sst sich die Liste der verf\u00fcgbaren %s eingrenzen.", + "URL": "URL", + "Unable to delete account": "Es ist nicht m\u00f6glich den Account zu l\u00f6schen.", + "Unable to determine whether we should give you a refund because of System Error. Please try again later.": "Es konnte nicht festgestellt werden, ob wir Ihnen eine R\u00fcckerstattung wegen eines Systemfehlers gew\u00e4hren sollen. Bitte versuchen Sie es sp\u00e4ter noch einmal.", + "Unable to load": "Laden nicht m\u00f6glich", + "Unable to submit application": "Antrag kann nicht gestellt werden", + "Underline": "Unterstrich", + "Undo": "Undo", + "Undo (Ctrl+Z)": "R\u00fcckg\u00e4ngig (STRG+Z)", + "Undo Changes": "\u00c4nderungen r\u00fcckgangig machen", + "Undo move": "Bewegung r\u00fcckg\u00e4ngig machen", + "Undo moving": "Bewegung r\u00fcckg\u00e4ngig machen", + "Unexpected server error.": "Ein unerwarteter Fehler ist aufgetreten.", + "Ungraded": "Unbenotet", + "Ungraded Practice Exam": "Upgrade auf Praktische Pr\u00fcfung", + "Unit": "Lerneinheit", + "Unit Access": "Zugang zur Lerneinheit", + "Unit Name": "Name der Lerneinheit", + "Unit Visibility": "Sichtbarkeit der Lerneinheit", + "Units": "Lerneinheiten", + "Unknown": "Unbekannt", + "Unknown username: {user}": "Unbekannter Benutzername: {user}", + "Unlink This Account": "Entfernen sie die Verlinkung des Accounts.", + "Unlink your {accountName} account": "Link zu Ihrem Konto {accountName} entfernen ", + "Unlinking": "Trennen", + "Unmute": "Stumm aus", + "Unnamed Option": "Unbenannte Option", + "Unpublished changes to content that will release in the future": "Unver\u00f6ffentlichte \u00c4nderungen am Inhalt, die in der Zukunft freigeben werden", + "Unpublished changes to live content": "Unver\u00f6ffentlichte \u00c4nderungen am Live-Inhalt", + "Unpublished units will not be released": "Unver\u00f6ffentlichte Lerneinheiten werden nicht freigegeben", + "Unscheduled": "Nicht terminiert", + "Update": "Update", + "Update Settings": "Einstellungen aktualisieren", + "Update team.": "Aktualisiere Team", + "Updating Tags": "Tags aktualisieren", + "Updating with latest library content": "Aktualisiere mit den neuesten Bibliotheken", + "Upgrade All Remaining Courses (": "Upgraden Sie alle \u00fcbrigen Kurse (", + "Upgrade Deadline": "Verl\u00e4ngere Abgabetermin", + "Upgrade to Verified": "Upgrade auf Verifiziert", + "Upgrade to a Verified Certificate for {courseName}": "Upgrade auf ein verifiziertes Zertifikat f\u00fcr {courseName}", + "Upload": "Hochladen", + "Upload File": "Datei hochladen", + "Upload File and Assign Students": "Dateien hochladen und Teilnehmern zuweisen", + "Upload Memberships": "Mitgliedschaft hochladen", + "Upload New .srt Transcript": "Neues .srt-Transkript hochladen", + "Upload New File": "Neue Datei hochladen", + "Upload New Transcript": "Neues Tranksript hochladen", + "Upload PDF": "PDF hochladen", + "Upload Photo": "Foto hochladen", + "Upload Signature Image": "Bild der Unterschrift Hochladen", + "Upload Videos": "Videos hochladen", + "Upload a CSV file": "Hochladen einer CSV-Datei", + "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "Hochladen einer (.csv) Datei, in welcher die E-Mail Adressen oder der Benutzername der jeweiligen Teilnehmer, welche Sie zu der Ausnahmeliste hinzuf\u00fcgen m\u00f6chten, eingetragen sind. Bitte beachten Sie hierbei, dass die Eintr\u00e4ge durch Komma separiert werden. ", + "Upload a new PDF to \u201c<%= name %>\u201d": "Neues PDf unter \u201c<%= name %>\u201d hochgeladen", + "Upload an image": "Ein Bild hochladen", + "Upload an image or capture one with your web or phone camera.": "Bitte laden Sie ein Bild hoch oder nehmen Sie ein Foto mit ihr webcam oder Handy.", + "Upload completed": "Hochladen fertiggestellt", + "Upload completed for video {fileName}": "Upload f\u00fcr Video {fileName} abgeschlossen", + "Upload failed": "Hochladen fehlgeschlagen", + "Upload failed for video {fileName}": "Upload der Videos {fileName} fehlgeschlagen", + "Upload instructor image.": "Dozentenbild hochladen.", + "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "Am Hochladen. Um Fehler vorzubeugen, warten Sie bis der Vorgang abgeschlossen ist.", + "Upload signature image.": "Bild der Unterschrift hochladen", + "Upload translation": "\u00dcbersetzung hochladen", + "Upload your banner image.": "Laden Sie Ihr Bannerbild hoch. ", + "Upload your course image.": "Laden Sie Ihr Kursbild hoch.", + "Upload your first asset": "Aktualisieren Sie Ihr erstes Objekt", + "Upload your video thumbnail image.": "Laden Sie Ihr Videovorschaubild hoch.", + "Uploaded file issues. Click on \"+\" to view.": "Probleme mit hochgeladenen Dateien. Zur Ansicht auf \"+\" klicken.", + "Uploading": "Hochladen", + "Upper Alpha": "Gro\u00df Alpha", + "Upper Roman": "Gro\u00df R\u00f6misch", + "Upset Learner": "Ver\u00e4rgerter Lernender", + "Url": "URL", + "Use Current Transcript": "Nutze aktuelles Transkript", + "Use Onboarding to introduce learners to proctoring, verify their identity, and create an onboarding profile. Learners must complete the onboarding profile step prior to taking a proctored exam. Profile reviews take 2+ business days.": "Verwenden Sie die Onboarding-Funktion, um die Lernenden an das Aufsichtssystem heranzuf\u00fchren, ihre Identit\u00e4t zu \u00fcberpr\u00fcfen und ein Onboarding-Profil zu erstellen. Die Lernenden m\u00fcssen den Schritt des Onboarding-Profils absolvieren, bevor sie eine beaufsichtigte Pr\u00fcfung ablegen k\u00f6nnen. Profilbewertungen dauern mehr als 2 Werktage.", + "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.": "Verwenden Sie eine beaufsichtigte \u00dcbungspr\u00fcfung, um die Lernenden an die Werkzeuge und Prozesse des Aufsichtssystems heranzuf\u00fchren. Die Ergebnisse einer \u00dcbungspr\u00fcfung haben keinen Einfluss auf die Note des Lernenden.", + "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "Verwenden Sie eine terminierte Pr\u00fcfungen, um die Zeit zu begrenzen, die die Nutzer f\u00fcr Aufgaben in diesem Unterabschnitt verwenden k\u00f6nnen. Die Nutzer m\u00fcssen vor Ablauf der Zeit ihre Antworten einreichen. Sie k\u00f6nnen den einzelnen Nutzern \u00fcber die Dozent-\u00dcbersicht zus\u00e4tzliche Zeit einr\u00e4umen.", + "Use as a Prerequisite": "Als Vorbedingung nutzen:", + "Use bookmarks to help you easily return to courseware pages. To bookmark a page, click \"Bookmark this page\" under the page title.": "Benutze Lesezeichen, um Kursinhalt einfach wieder zu finden. Um ein Lesezeichen hinzuzuf\u00fcgen, klicken Sie einfach \"Diese Seite merken\" unter der \u00dcberschrift.", + "Use cohorts as the basis for dividing discussions. All learners, regardless of cohort, see the same discussion topics, but within divided topics, only members of the same cohort see and respond to each others\u2019 posts. ": "Verwenden Sie Kohorten als Grundlage f\u00fcr die Aufteilung der Diskussionen. Alle Lernenden, unabh\u00e4ngig von der Kohorte, sehen die gleichen Diskussionsthemen, aber innerhalb der getrennten Themen sehen und beantworten nur Mitglieder derselben Kohorte die Beitr\u00e4ge der anderen. ", + "Use enrollment tracks as the basis for dividing discussions. All learners, regardless of their enrollment track, see the same discussion topics, but within divided topics, only learners who are in the same enrollment track see and respond to each others\u2019 posts.": "Verwenden Sie die Einschreibemodi als Grundlage f\u00fcr die Aufteilung der Diskussionen. Alle Lernenden, unabh\u00e4ngig von ihrem Einschreibemodus, sehen die gleichen Diskussionsthemen, aber innerhalb getrennter Themen sehen und beantworten nur Lernende, die sich in dem gleichen Einschreibemodus befinden, die Beitr\u00e4ge der anderen.", + "Use my institution/campus credentials": "Nutze meine Institutions/Campus Nutzerdaten", + "Use my university info": "Meine Universit\u00e4tsinformationen verwenden", + "Use the All Topics menu to find specific topics.": "Benutzen Sie das Men\u00fc \"Alle Diskussionen\" um bestimmte Themen zu finden. ", + "Use the Retake Photo button if you are not pleased with your photo": "Nutzen Sie den Wiederholungsknopf, wenn Sie unzufrieden mit Ihrer Aufnahme sind.", + "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "Benutzen Sie ihre webcam um ein Foto von ihr Ausweis zu nehmen. Wir werden dieses Foto mit das Foto von ihr Gesicht und der Name auf ihr Konto vergleichen.", + "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "Benutze ihre Webcam um ein Foto von ihren Gesicht aufzunehmen damit wir dieses mit dem Foto ihres Ausweises abgleichen k\u00f6nnen.", + "Used": "benutzt", "Used in {count} location": [ - "Benutzt in {count} Speicherort", + "Benutzt in {count} Speicherort", "Benutzt in {count} Speicherorten" - ], - "User Email": "Benutzer E-Mail", - "Username": "Benutzername", - "Username or email address": "Benutzername oder E-Mail-Adresse", - "Users must create and activate their account before they can be promoted to beta tester.": "Nutzer m\u00fcssen ihr Konto erstellen und aktivieren, bevor sie zum Beta-Tester berufen werden k\u00f6nnen. ", - "V Align": "V Ausrichtung", - "Valid": "G\u00fcltig", - "Validation Error": "Validierungsfehler", - "Validation Error While Saving": "Validierungsfehler bei der Speicherung", - "Verification Checkpoint": "Checkpoint zur Verifikation", - "Verification Deadline": "Verifizierungsfrist", - "Verification checkpoint to be completed": "Kontrollpunkte zur Verifikation die abgeschlossen sein m\u00fcssen", - "Verified": "Gepr\u00fcft", - "Verified Certificate": "Verifiziertes Zertifikat", - "Verified Certificate upgrade": "Upgrade verifizierter Zertifikate", - "Verified Status": "Gepr\u00fcfter Status", - "Verified mode price": "Kosten der verifizierten Teilnahmeart", - "Verify Now": "Verifiziere Jetzt", - "Version": "Version", - "Vertical space": "Vertikaler Abstand", - "Very loud": "Sehr Laut", - "Very low": "Sehr niedrig", - "Video Capture Error": "Fehler bei der Videoaufnahme", - "Video ID": "Videokennung", - "Video Source Language": "Video-Originalsprache ", - "Video Status": "Video Status", - "Video ended": "Video zu Ende", - "Video position": "Videoposition", - "Video position. Press space to toggle playback": "Videoposition. Bet\u00e4tigen Sie die Leertaste, um zur\u00fcckzuspulen", - "Video speed: ": "Videogeschwindigkeit:", - "Video transcript": "Videotranskript", - "View": "Anzeigen", - "View %(span_start)s %(team_name)s %(span_end)s": "%(span_start)s%(team_name)s%(span_end)s ansehen", - "View Archived Course": "Archivierte Kurse anzeigen", - "View Cohort": "Kohort ansehen", - "View Course": "Anzeigen", - "View Live": "Seite ansehen", - "View Teams in the %(topic_name)s Topic": "Teams im %(topic_name)s ansehen.", - "View all errors": "Alle Fehler ansehen", - "View my exam": "Meine Pr\u00fcfung anzeigen", + ], + "User Email": "Benutzer E-Mail", + "User lookup failed": "Suche nach Benutzer fehlgeschlagen", + "Username": "Benutzername", + "Username or email address": "Benutzername oder E-Mail-Adresse", + "Users must create and activate their account before they can be promoted to beta tester.": "Nutzer m\u00fcssen ihr Konto erstellen und aktivieren, bevor sie zum Beta-Tester berufen werden k\u00f6nnen. ", + "V Align": "V Ausrichtung", + "Valid": "G\u00fcltig", + "Validation Error": "Validierungsfehler", + "Validation Error While Saving": "Validierungsfehler bei der Speicherung", + "Verification Checkpoint": "Checkpoint zur Verifikation", + "Verification Deadline": "Verifizierungsfrist", + "Verification checkpoint to be completed": "Kontrollpunkte zur Verifikation die abgeschlossen sein m\u00fcssen", + "Verified": "Gepr\u00fcft", + "Verified Certificate": "Verifiziertes Zertifikat", + "Verified Certificate for {courseName}": "Verifiziertes Zertifikat f\u00fcr {courseName}", + "Verified Certificate upgrade": "Upgrade verifizierter Zertifikate", + "Verified Status": "Gepr\u00fcfter Status", + "Verified mode price": "Kosten der verifizierten Teilnahmeart", + "Verify Now": "Verifiziere Jetzt", + "Version": "Version", + "Vertical space": "Vertikaler Abstand", + "Very loud": "Sehr Laut", + "Very low": "Sehr niedrig", + "Video Capture Error": "Fehler bei der Videoaufnahme", + "Video ID": "Videokennung", + "Video Source Language": "Video-Originalsprache ", + "Video Status": "Video Status", + "Video duration is {humanizeDuration}": "Videol\u00e4nge ist {humanizeDuration}", + "Video ended": "Video zu Ende", + "Video image upload completed": "Hochladen von Videobild abgeschlossen", + "Video image upload started": "Hochladen von Videobild begonnen", + "Video position": "Videoposition", + "Video position. Press space to toggle playback": "Videoposition. Bet\u00e4tigen Sie die Leertaste, um zur\u00fcckzuspulen", + "Video speed: ": "Videogeschwindigkeit:", + "Video transcript": "Videotranskript", + "View": "Anzeigen", + "View Archived Course": "Archivierte Kurse anzeigen", + "View Cohort": "Kohort ansehen", + "View Course": "Anzeigen", + "View Current Team Memberships": "Aktuelle Team-Mitgliedschaft sehen ", + "View Live": "Live betrachten", + "View Program Record": "Programmprotokoll einsehen", + "View Teams in the {topic_name} Topic": "Teams im {topic_name} ansehen.", + "View all errors": "Alle Fehler ansehen", + "View child items": "Untergeordnete Elemente anzeigen", + "View my exam": "Meine Pr\u00fcfung anzeigen", + "View {span_start} {team_name} {span_end}": "{span_start} {team_name} {span_end} ansehen", "Viewing %s course": [ - "%s Kurs", + "%s Kurs", "%s Kurse" - ], - "Visibility": "Sichtbarkeit", - "Visible to Staff Only": "Nur f\u00fcr Mitarbeiter sichtbar", - "Visual aids": "Optische Hilfen", - "Volume": "Lautst\u00e4rke", - "Vote for good posts and responses": "Stimme f\u00fcr gute Posts und Antworten", - "Waiting": "Warten", - "Want to confirm your identity later?": "Wollen Sie ihre Identit\u00e4t sp\u00e4ter best\u00e4tigen?", - "Warning": "Warnung", - "Warnings": "Warnungen", - "We ask you to activate your account to ensure it is really you creating the account and to prevent fraud.": "Wir bitten Sie, Ihr Konto zu aktivieren, um sicherzustellen, dass Sie wirklich das Konto erstellt haben und um Betrug zu verhindern", - "We couldn't create your account.": "Wir konnten Ihr Konto leider nicht erstellen.", - "We couldn't find any results for \"%s\".": "Wir konnten leider keine Suchergebnisse f\u00fcr \"%s\" finden. ", - "We couldn't sign you in.": "Wir konnten Sie leider nicht einloggen.", - "We just need a little more information before you start learning with %(platformName)s.": "Wir brauchen noch einige weitere Informationen, bevor Sie mit %(platformName)s lernen k\u00f6nnen.", - "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "Wir verwenden die h\u00f6chste Sicherheit zur Verf\u00fcgung um das Foto zu verschl\u00fcsseln und senden es an unsere Autorisierungsdienst f\u00fcr Kritik. Ihre Fotos und Daten sind nicht gespeichert und auch nicht sichtbar auf %(platformName)s nach das \u00dcberpr\u00fcfung Prozess.", - "We're sorry to see you go! Your account will be deleted shortly.": "Es tut uns leid, dass Sie Ihren Account l\u00f6schen m\u00f6chten!", - "We're sorry, there was an error": "Wir bitten um Entschuldigung, ein Fehler ist aufgetreten", - "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "Wir haben ein Best\u00e4tigungsmail an {new_email_address} gesendet. Klicken Sie auf den Link in der E-Mail, um Ihre E-Mail Adresse zu aktualisieren.", - "We've sent a message to {email}. Click the link in the message to reset your password. Didn't receive the message? Contact {anchorStart}technical support{anchorEnd}.": "Wir haben Ihnen eine E-Mail zu {email} gesendet. Klicken Sie auf den Link in der E-Mail, um Ihr Passwort zur\u00fcckzusetzen. Sollten Sie keine Nachricht erhalten haben, kontaktieren Sie unseren {anchorStart}technischen support{anchorEnd}.", - "Web:": "Web:", - "Webcam": "Webcam", - "Weekly Highlight Emails": "w\u00f6chentliche E-Mails \u00fcber Neuigkeiten", - "Weight of Total Grade": "Gewichtung der Gesamtnote", - "We\u2019re sorry to see you go!": "Es tut uns leid, dass Sie Ihren Account l\u00f6schen m\u00f6chten!", - "What You Need for Verification": "Was du zur Verifizierung ben\u00f6tigst", - "What does %(platformName)s do with this photo?": "Was macht %(platformName)s mit dieses Foto?", - "What does this mean?": "Was soll dies bedeuten?", - "When learners submit an answer to an assessment, they immediately see whether the answer is correct or incorrect, and the score received.": "Nutzer sehen sofort nach einreichen ihrer Antworten, ob diese richtig oder falsch sind und welche Punkte sie erhalten.", - "Which timed transcript would you like to use?": "Welches zeitbehaftete Transkript m\u00f6chtest du benutzen?", - "Whole words": "Ganze Worte", - "Why activate?": "Wieso aktivieren?", - "Why does %(platformName)s need my photo?": "Wieso braucht %(platformName)s mein Foto?", - "Width": "Breite", - "Will Be Visible To:": "Wird sichtbar sein f\u00fcr:", - "Words: {0}": "W\u00f6rter: {0}", - "Year of Birth": "Geburtsjahr", - "Yes, allow edits to the active Certificate": "Ja, erlaube das Editieren von aktiven Zertifikaten", - "Yes, delete this {xblock_type}": "Ja, diese {xblock_type} l\u00f6schen", - "Yes, replace the edX transcript with the YouTube transcript": "Ja, ersetze da sedX-Transkript durch das YouTube-Transkript", - "Yesterday": "Gestern", - "You already belong to another team.": "Sie geh\u00f6ren bereits zu einem anderen Team.", - "You already have an edX account with your {enterprise_name} email address.": "Sie haben bereits ein edX Account mit dieser {enterprise_name} E-Mail Adresse.", - "You are a member of this team.": "Du bist ein Mitglieder dieses Teams.", - "You are currently sharing a limited profile.": "Sie teilen aktuell ein limitiertes Profil.", - "You are enrolling in: {courseName}": "Sie haben sich eingeschrieben f\u00fcr: {courseName}", - "You are not currently a member of any team.": "Du bist aktuell kein Mitgied eines Teams.", - "You are not enrolled in any programs yet.": "Sie sind bisher in keinem Programm eingeschrieben.", - "You are now enrolled as a verified student for:": "Sie sind nun als \u00fcberpr\u00fcfter Student angemeldet f\u00fcr:", - "You can also retry this practice exam": "Sie k\u00f6nnen diese \u00dcbungspr\u00fcfung auch noch einmal versuchen", - "You can link your social media accounts to simplify signing in to {platform_name}.": "Sie k\u00f6nnen Ihre Social-Media Accounts verlinken, um das Anmelden bei der {platform_name} zu vereinfachen.", - "You can now enter your payment information and complete your enrollment.": "Sie k\u00f6nnen jetzt ihre Bezahlungsinformation eingeben und ihre Bewerbung vervollst\u00e4ndigen. ", - "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "Sie k\u00f6nnen jetzt zahlen, auch wenn Sie nicht die folgenden Elemente zur Verf\u00fcgung haben, aber Sie werden sie brauche um ein gepr\u00fcftes Zertifikat zu erwerben.", - "You can upload files with these file types: ": "Sie k\u00f6nnen Dateien des folgenden Typs hochladen:", - "You can use your {accountName} account to sign in to your {platformName} account.": "Sie k\u00f6nnen Ihren {accountName} Account nutzen, um sich in {platformName} anzumelden.", - "You cannot view the course as a student or beta tester before the course release date.": "Du kannst dir diesen Kurs nicht als Student oder Beta-Tester anschauen bevor er freigegeben wurde.", - "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "Du hast eine Video-URL ge\u00e4ndert, aber du hast die zeitbehaftete Transkriptdatei nicht ge\u00e4ndert. M\u00f6chtest du das aktuelle zeitbehaftete Transkript benutzen, oder eine neue .srt-Transkriptdatei hochladen?", - "You commented...": "Sie haben einen Kommentar zugef\u00fcgt...", - "You could not be subscribed to this post. Refresh the page and try again.": "Sie konnten nicht zu diesem Beitrag als Subscriber hinzugef\u00fcgt werden. Laden Sie bitte die Seite erneut und versuchen Sie es noch einmal.", - "You could not be unsubscribed from this post. Refresh the page and try again.": "Sie konnten nicht aus diesem Beitrag als Subscriber entfernt werden. Laden Sie bitte die Seite erneut und versuchen Sie es noch einmal.", - "You currently have no cohorts configured": "Sie haben momentan keine Kohorten konfiguriert", - "You did not select a content group": "Sie haben noch keine Inhaltsgruppen definiert.", - "You did not select any files to submit.": "Sie haben keine Datei zur Einreichung ausgew\u00e4hlt.", - "You did not submit the required files: {requiredFiles}.": "Sie haben folgende ben\u00f6tigte Dateien nicht eingereicht: {requiredFiles}.", - "You don't seem to have a webcam connected.": "Es scheint, als w\u00e4re Ihre Webcam nicht angeschlossen.", - "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "Sie haben ein Kriterium hinzugef\u00fcgt. Sie m\u00fcssen eine Einstellung f\u00fcr dieses Kriterium im Teilnehmertrainingsschritt ausw\u00e4hlen. Klicken Sie hierzu auf den 'Einstellungen'-Tab.", - "You have already verified your ID!": "Du hast deine ID bereits verifiziert!", - "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "Sie haben ein Kriterium gel\u00f6scht. Das Kriterium wurde aus den Beispielantworten im Teilnehmer\u00fcbungsschritt entfernt.", - "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "Sie haben alle Optionen f\u00fcr dieses Kriterium gel\u00f6scht. Das Kriterium wurde aus den Beispielantworten im Teilnehmer\u00fcbungsschritt entfernt.", - "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "Sie haben eine Option gel\u00f6scht. Diese Option wurde als Kriterium aus den Beispielantworten im Teilnehmer\u00fcbungsschritt entfernt. Sie m\u00fcssen wahrscheinlich eine neue Option f\u00fcr dieses Kriterium festlegen.", - "You have no handouts defined": "Sie haben keine Informationsmaterialien definiert.", - "You have not bookmarked any courseware pages yet": "Du hast noch keine Lesezeichen hinzugef\u00fcgt", - "You have not created any certificates yet.": "Du hast bislang keine Zertifikate erhalten.", - "You have not created any content groups yet.": "Sie haben noch keine Inhaltsgruppen definiert.", - "You have not created any group configurations yet.": "Sie haben noch keine Gruppenkonfigurationen erstellt.", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Sie haben eine Aktion ausgew\u00e4hlt, aber keine \u00c4nderungen an bearbeitbaren Feldern vorgenommen. Sie wollten wahrscheinlich auf \"Ausf\u00fchren\" und nicht auf \"Speichern\" klicken.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Sie haben eine Aktion ausgew\u00e4hlt, aber ihre vorgenommenen \u00c4nderungen nicht gespeichert. Klicken Sie OK, um dennoch zu speichern. Danach m\u00fcssen Sie die Aktion erneut ausf\u00fchren.", - "You have selected \u201cDelete my account.\u201d Deletion of your account and personal data is permanent and cannot be undone. EdX will not be able to recover your account or the data that is deleted.": "Sie haben \u201cMeinen Account l\u00f6schen\u201d angew\u00e4hlt. Die L\u00f6schung Ihres Accounts und Ihrer pers\u00f6nlichen Daten ist endg\u00fcltig und kann nicht wieder r\u00fcckg\u00e4ngig gemacht werden. Ihr gel\u00f6schter Account kann nicht wiederhergestellt werden.", - "You have set your language to {beta_language}, which is currently not fully translated. You can help us translate this language fully by joining the Transifex community and adding translations from English for learners that speak {beta_language}.": "Sie haben Ihre Sprache auf {beta_language} eingestellt, die derzeit noch nicht vollst\u00e4ndig \u00fcbersetzt ist. Sie k\u00f6nnen uns helfen, diese Sprache vollst\u00e4ndig zu \u00fcbersetzen, indem Sie der Transifex-Community beitreten und \u00dcbersetzungen aus dem Englischen f\u00fcr Lernende hinzuf\u00fcgen, die {beta_language} sprechen.", - "You have successfully signed into %(currentProvider)s, but your %(currentProvider)s account does not have a linked %(platformName)s account. To link your accounts, sign in now using your %(platformName)s password.": "Sie haben sich erfolgreich bei %(currentProvider)s angemeldet. Allerdings, %(currentProvider)s Konto ist nicht mit %(platformName)s verbunden. Um ihre Konten zu verbinden, geben Sie %(platformName)s Passwort ein.", - "You have successfully updated your goal.": "Das Kursziel wurde erfolgreich aktualisiert.", - "You have unsaved changes are you sure you want to navigate away?": "Es gibt \u00c4nderungen, die noch nicht gespeichert sind. M\u00f6chtest du wirklich die Seite verlassen?", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Sie haben \u00c4nderungen an bearbeitbaren Feldern vorgenommen und nicht gespeichert. Wollen Sie die Aktion trotzdem ausf\u00fchren und Ihre \u00c4nderungen verwerfen?", - "You have unsaved changes. Do you really want to leave this page?": "Sie haben die \u00c4nderungen nicht gespeichert. Wollen Sie diese Seite tats\u00e4chlich verlassen?", - "You haven't added any assets to this course yet.": "Sie haben diesem Kurs bisher noch kein Objekt hinzugef\u00fcgt.", - "You haven't added any content to this course yet.": "Du hast bisher keine Inhalte zu diesem Kurs hinzugef\u00fcgt", - "You haven't added any textbooks to this course yet.": "Sie haben diesem Kurs bisher noch keine Lehrb\u00fccher hinzugef\u00fcgt.", - "You may also lose access to verified certificates and other program credentials like MicroMasters certificates. If you want to make a copy of these for your records before proceeding with deletion, follow the instructions for {htmlStart}printing or downloading a certificate{htmlEnd}.": "Dar\u00fcber hinaus kann es sein, dass Sie keinen Zugang mehr zu Ihren Zertifikaten oder anderen Zeugnissen haben. Sie k\u00f6nnen eine Kopie von all Ihren Aufzeichnungen und Zeugnissen, sowie Zertifikaten machen. Bevor Sie den L\u00f6schvorgang weiter durchf\u00fchren, folgen Sie bitte den Instruktionen f\u00fcr das {htmlStart}Downloaden und Drucken Ihrer Aufzeichnungen{htmlEnd}.", - "You must be over 13 to share a full profile. If you are over 13, make sure that you have specified a birth year on the {account_settings_page_link}": "Sie m\u00fcssen \u00fcber 13 sein, um Ihr volles Profil zu teilen. Stellen Sie sicher, dass Sie ein Geburtsjahr auf der {account_settings_page_link} eingetragen haben, wenn Sie \u00fcber 13 sind.", - "You must enter a valid email address in order to add a new team member": "Sie m\u00fcssen eine g\u00fcltige Email-Adresse angeben, um ein neues Team-Mitglied hinzuzuf\u00fcgen.", - "You must provide a learner name.": "Name erforderlich", - "You must sign out and sign back in before your language changes take effect.": "Sie m\u00fcssen sich abmelden und erneut anmelden bevor sich die Spracheinstellungen \u00e4ndern.", - "You must specify a name": "Sie m\u00fcssen einen Namen auff\u00fchren", - "You must specify a name for the cohort": "Sie m\u00fcssen einen Namen f\u00fcr die Gro\u00dfgruppe angeben", - "You must specify your birth year before you can share your full profile. To specify your birth year, go to the {account_settings_page_link}": "Sie m\u00fcssen Ihr Geburtsjahr eintragen, bevor Sie Ihr volles Profil teilen k\u00f6nnen. Gehen Sie zur {account_settings_page_link}, um Ihr Geburtsjahr einzutragen.", - "You need a computer that has a webcam. When you receive a browser prompt, make sure that you allow access to the camera.": "Du brauchst einen Computer mit Webcam. Wenn du eine Browseranfrage bekommst, stell sicher, dass du den Zugriff auf deine Kamera erlaubst.", - "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "Sie brauchen ein Ausweis mit ihr Name und Foto. Akzeptierte Identit\u00e4tsnachweise sind F\u00fchrerscheine, Reisep\u00e4sse oder andere Bildausweise mit amtlichen Licht.", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "Sie m\u00fcssen ihren Konto aktivieren vor Sie sich an ein Kurs anmelden k\u00f6nnen. Bitte kontrollieren Sie Ihr Posteingang f\u00fcr das Aktivierungsmail. ", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "Vor Sie sich in Kurse eingeladen k\u00f6nnen, m\u00fcssen Sie ihr Konto aktivieren. Kontrollieren Sie ihr Posteingang f\u00fcr das Aktivierungsmail. Nach Sie ihre Aktivierung best\u00e4tigen, k\u00f6nnen Sie diese Seite neuladen.", - "You receive messages from {platform_name} and course teams at this address.": "Auf diese E-Mail Adresse werden Sie alle Benachrichtigungen und Neuigkeiten der {platform_name} zugesandt bekommen.", - "You submitted {filename}; only {allowedFiles} are allowed.": "Ihre Einreichung {filename}; Es sind nur {allowedFiles} erlaubt.", - "You will be refunded the amount you paid.": "Sie werden eine R\u00fcckerstattung f\u00fcr Ihren gezahlten Betrag erhalten. ", - "You will not be refunded the amount you paid.": "Sie werden keine R\u00fcckerstattung f\u00fcr Ihre Zahlung erhalten. ", - "You will not receive notification for emails that bounce, so double-check your spelling.": "Bitte \u00fcberpr\u00fcft ihre Schreibweise weil sie keine Benachrichtigung \u00fcber E-Mails die zur\u00fcckgeschickt werden.", - "You!": "Sie!", - "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "Sie sind dabei Ihre Antwort f\u00fcr diese Aufgabe einzureichen. Nachdem Sie Ihre Antwort abgeschickt haben, k\u00f6nnen Sie diese nicht mehr \u00e4ndern und auch keine neue Antwort geben.", - "You've made some changes": "Sie haben einpaar \u00c4nderungen vorgenommen", - "You've made some changes, but there are some errors": "Sie haben etwas ge\u00e4ndert, aber es gibt einige Fehler.", - "You've successfully signed into %(currentProvider)s.": "Sie haben sich erfolgreich bei %(currentProvider)s angemeldet.", - "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "Dein Browser unterst\u00fctzt keinen drekten Zugriff auf die Zwischenablage. Bitte nutze stattdessen die Strg+X/C/V Tastaturk\u00fcrzel.", - "Your changes have been saved.": "Ihre \u00c4nderungen wurden gespeichert.", - "Your changes have been saved. {details}": "Ihre \u00c4nderungen wurden gespeichert. {details}", - "Your changes will not take effect until you save your progress.": "Ihre \u00c4nderungen haben keine Auswirkungen bis Sie ihren Fortschritt gespeichert haben.", - "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "Ihre \u00c4nderungen treten nicht in Kraft bis Sie ihren Fortschritt gespeichert haben. Seien Sie vorsichtig mit der Formatierung von Schl\u00fcsseln und Werten, da keine \u00dcberpr\u00fcfung statt findet.", - "Your course could not be exported to XML. There is not enough information to identify the failed component. Inspect your course to identify any problematic components and try again.": "Dein Kurs konnte nicht in das XML-Dateiformat exportiert werden. Es liegen nicht gen\u00fcgend Informationen vor, um die fehlerhafte Komponente n\u00e4her einzugrenzen. Pr\u00fcfe deinen Kurs, um fehlerhafte Komponenten zu identifizieren und versuche es anschlie\u00dfend erneut.", - "Your donation could not be submitted.": "Ihre Spende konnte nicht \u00fcbermittelt werden.", - "Your entire face fits inside the frame.": "Dein ganzes Gesicht passt in den Rahmen.", - "Your export has failed.": "Ihr Export ist fehlgeschlagen.", - "Your face is well-lit.": "Dein Gesicht ist gut beleuchtet.", - "Your file ": "Ihre Datei", - "Your file could not be uploaded": "Ihre Datei konnte nicht hochgeladen werden", - "Your file has been deleted.": "Die Datei wurde gel\u00f6scht.", - "Your file {filename} is too large (max size: {maxSize}MB).": "Ihre Datei {filename} ist zu gro\u00df (maximale Gr\u00f6\u00dfe: {maxSize}MB).", - "Your import has failed.": "Import fehlgeschlagen", - "Your import is in progress; navigating away will abort it.": "Der Importvorgang wird durchgef\u00fchrt, der Aufruf einer anderen Internetseite wird den Vorgang abbrechen.", - "Your library could not be exported to XML. There is not enough information to identify the failed component. Inspect your library to identify any problematic components and try again.": "Deine Bibliothek konnte nicht in das XML-Dateiformat exportiert werden. Es liegen nicht gen\u00fcgend Informationen vor, um die fehlerhafte Komponente n\u00e4her zu identifizieren. Pr\u00fcfe deine Bibliothek, um fehlerhafte Komponenten zu identifizieren und versuche es anschlie\u00dfend erneut.", - "Your message cannot be blank.": "Deine Nachricht darf nicht leer sein.", - "Your message must have a subject.": "Deine Nachricht muss einen Betreff haben.", - "Your message must have at least one target.": "Ihre Nachricht muss mindestens eine Vorgabe enthalten.", - "Your policy changes have been saved.": "Die ver\u00e4nderten Rechte wurden gespeichert", - "Your post will be discarded.": "Ihr Beitrag wird entfernt.", - "Your question or idea (required)": "Ihre Frage oder Idee (*)", - "Your request could not be processed. Refresh the page and try again.": "Ihre Anfrage konnte nicht bearbeitet werden. Laden Sie die Seite neu.", - "Your team could not be created.": "Dein Team konnte nicht erstellt werden.", - "Your team could not be updated.": "Dein Team konnte nicht aktualisiert werden.", - "Your unenrollment request could not be processed. Please try again later.": "Ihre Ausschreibung konnte nicht verarbeitet werden. Bitte versuchen Sie es sp\u00e4ter noch einmal.", - "Your upload of '{file}' failed.": "Ihr upload '{file}' ist fehlgeschlagen.", - "Your upload of '{file}' succeeded.": "Sie haben '{file}' erfolgreich hochgeladen.", - "Your verification status is good until {verificationGoodUntil}.": "Der Status Ihrer Verifikation ist gut bis {verificationGoodUntil}.", - "Your video uploads are not complete.": "Der Video-Upload ist nicht komplett.", - "Yourself": "Sie selbst", - "Zoom In": "Hineinzoomen", - "Zoom Out": "Hinauszoomen", - "[no tags]": "[no tags]", - "a day": "ein Tag", + ], + "Visibility": "Sichtbarkeit", + "Visible to Staff Only": "Nur f\u00fcr Mitarbeiter sichtbar", + "Visual aids": "Optische Hilfen", + "Volume": "Lautst\u00e4rke", + "Vote for good posts and responses": "Stimme f\u00fcr gute Posts und Antworten", + "Waiting": "Warten", + "Want to confirm your identity later?": "Wollen Sie ihre Identit\u00e4t sp\u00e4ter best\u00e4tigen?", + "Warning": "Warnung", + "Warnings": "Warnungen", + "We ask you to activate your account to ensure it is really you creating the account and to prevent fraud.": "Wir bitten Sie, Ihr Konto zu aktivieren, um sicherzustellen, dass Sie wirklich das Konto erstellt haben und um Betrug zu verhindern", + "We couldn't create your account.": "Wir konnten Ihr Konto leider nicht erstellen.", + "We couldn't find any results for \"%s\".": "Wir konnten leider keine Suchergebnisse f\u00fcr \"%s\" finden. ", + "We couldn't sign you in.": "Wir konnten Sie leider nicht einloggen.", + "We have encountered an error. Refresh your browser and then try again.": "Wir haben einen Fehler gefunden. Aktualisieren Sie Ihren Browser und versuchen Sie es dann erneut.", + "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "Wir haben Ihre Informationen erhalten und verifizieren Ihre Identit\u00e4t. Sie werden eine Meldung auf Ihrer 'Meine Kurse' \u00dcbersicht sehen, wenn der Verifikationsprozess abgeschlossen ist (normalerweise innerhalb von 1-2 Tagen). In der Zwischenzeit k\u00f6nnen Sie noch auf alle verf\u00fcgbaren Kursinhalte zugreifen.", + "We just need a little more information before you start learning with %(platformName)s.": "Wir brauchen noch einige weitere Informationen, bevor Sie mit %(platformName)s lernen k\u00f6nnen.", + "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "Wir verwenden die h\u00f6chste Sicherheit zur Verf\u00fcgung um das Foto zu verschl\u00fcsseln und senden es an unsere Autorisierungsdienst f\u00fcr Kritik. Ihre Fotos und Daten sind nicht gespeichert und auch nicht sichtbar auf %(platformName)s nach das \u00dcberpr\u00fcfung Prozess.", + "We're sorry to see you go! Your account will be deleted shortly.": "Es tut uns leid, dass Sie Ihren Account l\u00f6schen m\u00f6chten!", + "We're sorry, there was an error": "Wir bitten um Entschuldigung, ein Fehler ist aufgetreten", + "We've encountered an error. Refresh your browser and then try again.": "Wir haben einen Fehler gefunden. Aktualisieren Sie Ihren Browser und versuchen Sie es dann erneut.", + "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "Wir haben ein Best\u00e4tigungsmail an {new_email_address} gesendet. Klicken Sie auf den Link in der E-Mail, um Ihre E-Mail Adresse zu aktualisieren.", + "We've sent a confirmation message to {new_secondary_email_address}. Click the link in the message to update your secondary email address.": "Wir haben eine Best\u00e4tigungsnachricht an {new_secondary_email_address} geschickt. Klicken Sie auf den Link in der Nachricht, um Ihre sekund\u00e4re E-Mail-Adresse zu aktualisieren.", + "We've sent a message to {email}. Click the link in the message to reset your password. Didn't receive the message? Contact {anchorStart}technical support{anchorEnd}.": "Wir haben Ihnen eine E-Mail zu {email} gesendet. Klicken Sie auf den Link in der E-Mail, um Ihr Passwort zur\u00fcckzusetzen. Sollten Sie keine Nachricht erhalten haben, kontaktieren Sie unseren {anchorStart}technischen support{anchorEnd}.", + "Web:": "Web:", + "Webcam": "Webcam", + "Weekly Highlight Emails": "w\u00f6chentliche E-Mails \u00fcber Neuigkeiten", + "Weight of Total Grade": "Gewichtung der Gesamtnote", + "We\u2019re sorry to see you go!": "Es tut uns leid, dass Sie Ihren Account l\u00f6schen m\u00f6chten!", + "What You Need for Verification": "Was du zur Verifizierung ben\u00f6tigst", + "What can we help you with, {username}?": "Wie k\u00f6nnen wir Ihnen helfen, {username}?", + "What does %(platformName)s do with this photo?": "Was macht %(platformName)s mit dieses Foto?", + "What does this mean?": "Was soll dies bedeuten?", + "What if I can't see the camera image, or if I can't see my photo do determine which side is visible?": "Was, wenn ich mein Kamerabild oder mein Foto nicht sehen kann?", + "What if I have difficulty holding my ID in position relative to the camera?": "Was, wenn ich Schwierigkeiten habe, meinen Ausweis in der richtigen Position zur Kamera zu halten?", + "What if I have difficulty holding my head in position relative to the camera?": "Was, wenn ich Schwierigkeiten habe, meinen Kopf in der richtigen Position zur Kamera zu halten?", + "What's Your Next Accomplishment?": "Was ist Ihr n\u00e4chster Erfolg?", + "When learners submit an answer to an assessment, they immediately see whether the answer is correct or incorrect, and the score received.": "Nutzer sehen sofort nach einreichen ihrer Antworten, ob diese richtig oder falsch sind und welche Punkte sie erhalten.", + "When your face is in position, use the Take Photo button {icon} below to take your photo.": "Wenn Ihr Gesicht in Position ist, klicken Sie auf die Schaltfl\u00e4che des Ausl\u00f6sers {icon} unten, um ein Foto aufzunehmen.", + "Which timed transcript would you like to use?": "Welches zeitbehaftete Transkript m\u00f6chtest du benutzen?", + "Whole words": "Ganze Worte", + "Why activate?": "Wieso aktivieren?", + "Why does %(platformName)s need my photo?": "Wieso braucht %(platformName)s mein Foto?", + "Width": "Breite", + "Will Be Visible To:": "Wird sichtbar sein f\u00fcr:", + "Words: {0}": "W\u00f6rter: {0}", + "Would you like to sign in using your %(providerName)s credentials?": "W\u00fcrden Sie sich gerne mit Ihren %(providerName)s Zugangsdaten anmelden?", + "Year of Birth": "Geburtsjahr", + "Yes, Delete": "Ja, l\u00f6schen.", + "Yes, allow edits to the active Certificate": "Ja, erlaube das Editieren von aktiven Zertifikaten", + "Yes, delete this {xblock_type}": "Ja, diese {xblock_type} l\u00f6schen", + "Yes, replace the edX transcript with the YouTube transcript": "Ja, ersetze da sedX-Transkript durch das YouTube-Transkript", + "Yesterday": "Gestern", + "You already belong to another team.": "Sie geh\u00f6ren bereits zu einem anderen Team.", + "You already have an edX account with your {enterprise_name} email address.": "Sie haben bereits ein edX Account mit dieser {enterprise_name} E-Mail Adresse.", + "You are a member of this team.": "Du bist ein Mitglieder dieses Teams.", + "You are currently sharing a limited profile.": "Sie teilen aktuell ein limitiertes Profil.", + "You are enrolling in: {courseName}": "Sie haben sich eingeschrieben f\u00fcr: {courseName}", + "You are not currently a member of any team.": "Du bist aktuell kein Mitgied eines Teams.", + "You are not enrolled in any programs yet.": "Sie sind bisher in keinem Programm eingeschrieben.", + "You are now enrolled as a verified student for:": "Sie sind nun als \u00fcberpr\u00fcfter Student angemeldet f\u00fcr:", + "You are sending an email message with the subject {subject} to the following recipients.": "Sie senden eine E-Mail mit dem Betreff {subject} an die folgenden Empf\u00e4nger.", + "You are taking \"{exam_link}\" as {exam_type}. ": "Sie f\u00fchren \"{exam_link}\" als {exam_type} durch. ", + "You are upgrading your enrollment for: {courseName}": "Sie upgraden Ihre Einschreibung f\u00fcr: {courseName}", + "You can also retry this practice exam": "Sie k\u00f6nnen diese \u00dcbungspr\u00fcfung auch noch einmal versuchen", + "You can change sessions until {expiration_date}.": "Sie k\u00f6nnen Sitzungen bis zum {expiration_date} \u00e4ndern.", + "You can link your social media accounts to simplify signing in to {platform_name}.": "Sie k\u00f6nnen Ihre Social-Media Accounts verlinken, um das Anmelden bei der {platform_name} zu vereinfachen.", + "You can no longer change sessions.": "Sie k\u00f6nnen die Sitzung nicht mehr \u00e4ndern.", + "You can now enter your payment information and complete your enrollment.": "Sie k\u00f6nnen jetzt ihre Bezahlungsinformation eingeben und ihre Bewerbung vervollst\u00e4ndigen. ", + "You can pay now even if you don't have the following items available, but you will need to have these by {date} to qualify to earn a Verified Certificate.": "Sie k\u00f6nnen jetzt bezahlen, auch wenn Sie die folgenden Elemente nicht zur Verf\u00fcgung haben, aber Sie m\u00fcssen diese bis zum {date} haben, um sich f\u00fcr ein verifiziertes Zertifikat zu qualifizieren.", + "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "Sie k\u00f6nnen jetzt zahlen, auch wenn Sie nicht die folgenden Elemente zur Verf\u00fcgung haben, aber Sie werden sie brauche um ein gepr\u00fcftes Zertifikat zu erwerben.", + "You can remove members from this team, especially if they have not participated in the team's activity.": "Du kannst Mitglieder aus diesem Team entfernen, insbesondere wenn sie nicht an der Aktivit\u00e4t des Teams teilgenommen haben.", + "You can upload files with these file types: ": "Sie k\u00f6nnen Dateien des folgenden Typs hochladen:", + "You can use your {accountName} account to sign in to your {platformName} account.": "Sie k\u00f6nnen Ihren {accountName} Account nutzen, um sich in {platformName} anzumelden.", + "You can view your information or unlink from {enterprise_name} anytime in your Account Settings.": "Sie k\u00f6nnen Ihre Informationen oder den Link von {enterprise_name} jederzeit in Ihren Kontoeinstellungen einsehen.", + "You cannot view the course as a student or beta tester before the course release date.": "Du kannst dir diesen Kurs nicht als Student oder Beta-Tester anschauen bevor er freigegeben wurde.", + "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "Du hast eine Video-URL ge\u00e4ndert, aber du hast die zeitbehaftete Transkriptdatei nicht ge\u00e4ndert. M\u00f6chtest du das aktuelle zeitbehaftete Transkript benutzen, oder eine neue .srt-Transkriptdatei hochladen?", + "You commented...": "Sie haben einen Kommentar zugef\u00fcgt...", + "You could not be subscribed to this post. Refresh the page and try again.": "Sie konnten nicht zu diesem Beitrag als Subscriber hinzugef\u00fcgt werden. Laden Sie bitte die Seite erneut und versuchen Sie es noch einmal.", + "You could not be unsubscribed from this post. Refresh the page and try again.": "Sie konnten nicht aus diesem Beitrag als Subscriber entfernt werden. Laden Sie bitte die Seite erneut und versuchen Sie es noch einmal.", + "You currently have no cohorts configured": "Sie haben momentan keine Kohorten konfiguriert", + "You did not select a content group": "Sie haben noch keine Inhaltsgruppen definiert.", + "You did not select any files to submit.": "Sie haben keine Datei zur Einreichung ausgew\u00e4hlt.", + "You did not submit the required files: {requiredFiles}.": "Sie haben folgende ben\u00f6tigte Dateien nicht eingereicht: {requiredFiles}.", + "You don't seem to have Flash installed. Get Flash to continue your verification.": "Sie scheinen kein Flash installiert zu haben. Holen Sie sich Flash, um Ihre Verifizierung fortzusetzen.", + "You don't seem to have a webcam connected.": "Es scheint, als w\u00e4re Ihre Webcam nicht angeschlossen.", + "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "Sie haben ein Kriterium hinzugef\u00fcgt. Sie m\u00fcssen eine Einstellung f\u00fcr dieses Kriterium im Teilnehmertrainingsschritt ausw\u00e4hlen. Klicken Sie hierzu auf den 'Einstellungen'-Tab.", + "You have already verified your ID!": "Du hast deine ID bereits verifiziert!", + "You have been logged out of your edX account. Click Okay to log in again now. Click Cancel to stay on this page (you must log in again to save your work).": "Sie wurden von Ihrem edX Konto abgemeldet. Klicken Sie auf OK, um sich jetzt wieder anzumelden. Klicken Sie auf Abbrechen, um auf dieser Seite zu bleiben (Sie m\u00fcssen sich erneut anmelden, um Ihre Arbeit zu speichern).", + "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "Sie haben ein Kriterium gel\u00f6scht. Das Kriterium wurde aus den Beispielantworten im Teilnehmer\u00fcbungsschritt entfernt.", + "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "Sie haben alle Optionen f\u00fcr dieses Kriterium gel\u00f6scht. Das Kriterium wurde aus den Beispielantworten im Teilnehmer\u00fcbungsschritt entfernt.", + "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "Sie haben eine Option gel\u00f6scht. Diese Option wurde als Kriterium aus den Beispielantworten im Teilnehmer\u00fcbungsschritt entfernt. Sie m\u00fcssen wahrscheinlich eine neue Option f\u00fcr dieses Kriterium festlegen.", + "You have done a dry run of force publishing the course. Nothing has changed. Had you run it, the following course versions would have been change.": "Sie haben einen Probelauf gemacht und den Kurs ver\u00f6ffentlicht. Es hat sich nichts ge\u00e4ndert. H\u00e4tten Sie ihn ausgef\u00fchrt, w\u00e4ren die folgenden Kursversionen ge\u00e4ndert worden.", + "You have no handouts defined": "Sie haben keine Informationsmaterialien definiert.", + "You have not bookmarked any courseware pages yet": "Du hast noch keine Lesezeichen hinzugef\u00fcgt", + "You have not created any certificates yet.": "Du hast bislang keine Zertifikate erhalten.", + "You have not created any content groups yet.": "Sie haben noch keine Inhaltsgruppen definiert.", + "You have not created any group configurations yet.": "Sie haben noch keine Gruppenkonfigurationen erstellt.", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Sie haben eine Aktion ausgew\u00e4hlt, aber keine \u00c4nderungen an bearbeitbaren Feldern vorgenommen. Sie wollten wahrscheinlich auf \"Ausf\u00fchren\" und nicht auf \"Speichern\" klicken.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Sie haben eine Aktion ausgew\u00e4hlt, aber ihre vorgenommenen \u00c4nderungen nicht gespeichert. Klicken Sie OK, um dennoch zu speichern. Danach m\u00fcssen Sie die Aktion erneut ausf\u00fchren.", + "You have selected \u201cDelete my account.\u201d Deletion of your account and personal data is permanent and cannot be undone. {platformName} will not be able to recover your account or the data that is deleted.": "Du hast \u201cDelete my account.\u201d gew\u00e4hlt. Die L\u00f6schung Ihres Kontos und Ihrer personenbezogenen Daten ist dauerhaft und kann nicht r\u00fcckg\u00e4ngig gemacht werden. {platformName} kann Ihr Konto oder die gel\u00f6schten Daten nicht wiederherstellen.", + "You have set your language to {beta_language}, which is currently not fully translated. You can help us translate this language fully by joining the Transifex community and adding translations from English for learners that speak {beta_language}.": "Sie haben Ihre Sprache auf {beta_language} eingestellt, die derzeit noch nicht vollst\u00e4ndig \u00fcbersetzt ist. Sie k\u00f6nnen uns helfen, diese Sprache vollst\u00e4ndig zu \u00fcbersetzen, indem Sie der Transifex-Community beitreten und \u00dcbersetzungen aus dem Englischen f\u00fcr Lernende hinzuf\u00fcgen, die {beta_language} sprechen.", + "You have successfully signed into %(currentProvider)s, but your %(currentProvider)s account does not have a linked %(platformName)s account. To link your accounts, sign in now using your %(platformName)s password.": "Sie haben sich erfolgreich bei %(currentProvider)s angemeldet. Allerdings, %(currentProvider)s Konto ist nicht mit %(platformName)s verbunden. Um ihre Konten zu verbinden, geben Sie %(platformName)s Passwort ein.", + "You have successfully updated your goal.": "Das Kursziel wurde erfolgreich aktualisiert.", + "You have unsaved changes are you sure you want to navigate away?": "Es gibt \u00c4nderungen, die noch nicht gespeichert sind. M\u00f6chtest du wirklich die Seite verlassen?", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Sie haben \u00c4nderungen an bearbeitbaren Feldern vorgenommen und nicht gespeichert. Wollen Sie die Aktion trotzdem ausf\u00fchren und Ihre \u00c4nderungen verwerfen?", + "You have unsaved changes. Do you really want to leave this page?": "Sie haben die \u00c4nderungen nicht gespeichert. Wollen Sie diese Seite tats\u00e4chlich verlassen?", + "You haven't added any assets to this course yet.": "Sie haben diesem Kurs bisher noch kein Objekt hinzugef\u00fcgt.", + "You haven't added any content to this course yet.": "Du hast bisher keine Inhalte zu diesem Kurs hinzugef\u00fcgt", + "You haven't added any textbooks to this course yet.": "Sie haben diesem Kurs bisher noch keine Lehrb\u00fccher hinzugef\u00fcgt.", + "You may access your account with this address if single-sign on or access to your primary email is not available.": "Sie k\u00f6nnen mit dieser Adresse auf Ihr Konto zugreifen, wenn Single Sign-On oder der Zugriff auf Ihre prim\u00e4re E-Mail nicht m\u00f6glich ist.", + "You may also lose access to verified certificates and other program credentials like MicroMasters certificates. If you want to make a copy of these for your records before proceeding with deletion, follow the instructions for {htmlStart}printing or downloading a certificate{htmlEnd}.": "Dar\u00fcber hinaus kann es sein, dass Sie keinen Zugang mehr zu Ihren Zertifikaten oder anderen Zeugnissen haben. Sie k\u00f6nnen eine Kopie von all Ihren Aufzeichnungen und Zeugnissen, sowie Zertifikaten machen. Bevor Sie den L\u00f6schvorgang weiter durchf\u00fchren, folgen Sie bitte den Instruktionen f\u00fcr das {htmlStart}Downloaden und Drucken Ihrer Aufzeichnungen{htmlEnd}.", + "You may be able to complete the image capture procedure without assistance, but it may take a couple of submission attempts to get the camera positioning right. Optimal camera positioning varies with each computer, but generally the best position for a headshot is approximately 12-18 inches (30-45 centimeters) from the camera, with your head centered relative to the computer screen. ": "M\u00f6glicherweise k\u00f6nnen Sie den Bildaufnahmevorgang ohne Unterst\u00fctzung abschlie\u00dfen, aber es kann einige Versuche dauern, die Kamera richtig zu positionieren. Die optimale Kamerapositionierung variiert von Computer zu Computer, aber im Allgemeinen ist die beste Position f\u00fcr eine Kopfaufnahme etwa 30-45 Zentimeter (12-18 Zoll) von der Kamera entfernt, wobei der Kopf zum Computerbildschirm zentriert ist. ", + "You may be able to complete the image capture procedure without assistance, but it may take a couple of submission attempts to get the camera positioning right. Optimal camera positioning varies with each computer, but generally, the best position for a photo of an ID card is 8-12 inches (20-30 centimeters) from the camera, with the ID card centered relative to the camera. ": "M\u00f6glicherweise k\u00f6nnen Sie den Bildaufnahmevorgang ohne Unterst\u00fctzung abschlie\u00dfen, aber es kann einige Versuche dauern, die Kamera richtig zu positionieren. Die optimale Kamerapositionierung variiert von Computer zu Computer, aber im Allgemeinen ist die beste Position f\u00fcr eine Ausweisaufnahme etwa 20-30 Zentimeter (8-12 Zoll) von der Kamera entfernt, wobei der Ausweis zum Computerbildschirm zentriert ist. ", + "You must be over 13 to share a full profile. If you are over 13, make sure that you have specified a birth year on the {account_settings_page_link}": "Sie m\u00fcssen \u00fcber 13 sein, um Ihr volles Profil zu teilen. Stellen Sie sicher, dass Sie ein Geburtsjahr auf der {account_settings_page_link} eingetragen haben, wenn Sie \u00fcber 13 sind.", + "You must enter a valid email address in order to add a new team member": "Sie m\u00fcssen eine g\u00fcltige Email-Adresse angeben, um ein neues Team-Mitglied hinzuzuf\u00fcgen.", + "You must provide a learner name.": "Name erforderlich", + "You must select a session by {expiration_date} to access the course.": "Sie m\u00fcssen eine Sitzung bis zum Ablaufdatum {expiration_date} ausw\u00e4hlen, um auf den Kurs zugreifen zu k\u00f6nnen.", + "You must select a session to access the course.": "Sie m\u00fcssen eine Sitzung ausw\u00e4hlen, um auf den Kurs zugreifen zu k\u00f6nnen.", + "You must sign out and sign back in before your language changes take effect.": "Sie m\u00fcssen sich abmelden und erneut anmelden bevor sich die Spracheinstellungen \u00e4ndern.", + "You must specify a name": "Sie m\u00fcssen einen Namen auff\u00fchren", + "You must specify a name for the cohort": "Sie m\u00fcssen einen Namen f\u00fcr die Gro\u00dfgruppe angeben", + "You must specify your birth year before you can share your full profile. To specify your birth year, go to the {account_settings_page_link}": "Sie m\u00fcssen Ihr Geburtsjahr eintragen, bevor Sie Ihr volles Profil teilen k\u00f6nnen. Gehen Sie zur {account_settings_page_link}, um Ihr Geburtsjahr einzutragen.", + "You need a computer or cell phone that has a webcam. When you receive a browser prompt, make sure that you allow access to the camera.": "Sie ben\u00f6tigen ein Computer oder Handy mit integrierter Webcam. Wenn Sie eine Anfrage \u00fcber Ihren Browser bekommen, stellen Sie sicher, dass der Zugriff auf die Kamera aktiviert ist.", + "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "Sie ben\u00f6tigen einen F\u00fchrerschein, Reisepass oder einen anderen staatlich ausgestellten Lichtbildausweis mit Ihrem Namen und Foto.", + "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "Sie brauchen ein Ausweis mit ihr Name und Foto. Akzeptierte Identit\u00e4tsnachweise sind F\u00fchrerscheine, Reisep\u00e4sse oder andere Bildausweise mit amtlichen Licht.", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "Sie m\u00fcssen ihren Konto aktivieren vor Sie sich an ein Kurs anmelden k\u00f6nnen. Bitte kontrollieren Sie Ihr Posteingang f\u00fcr das Aktivierungsmail. ", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "Vor Sie sich in Kurse eingeladen k\u00f6nnen, m\u00fcssen Sie ihr Konto aktivieren. Kontrollieren Sie ihr Posteingang f\u00fcr das Aktivierungsmail. Nach Sie ihre Aktivierung best\u00e4tigen, k\u00f6nnen Sie diese Seite neuladen.", + "You receive messages from {platform_name} and course teams at this address.": "Auf diese E-Mail Adresse werden Sie alle Benachrichtigungen und Neuigkeiten der {platform_name} zugesandt bekommen.", + "You reserve all rights for your work": "Sie behalten sich alle Rechte f\u00fcr Ihre Arbeit vor", + "You still need to visit the %(display_name)s website to complete the credit process.": "Sie m\u00fcssen noch die Website %(display_name)s besuchen, um den Credit-Prozess abzuschlie\u00dfen.", + "You submitted {filename}; only {allowedFiles} are allowed.": "Ihre Einreichung {filename}; Es sind nur {allowedFiles} erlaubt.", + "You waive some rights for your work, such that others can use it too": "Sie verzichten auf einige Rechte f\u00fcr Ihre Arbeit, so dass auch andere diese nutzen k\u00f6nnen", + "You will be refunded the amount you paid.": "Sie werden eine R\u00fcckerstattung f\u00fcr Ihren gezahlten Betrag erhalten. ", + "You will not be refunded the amount you paid.": "Sie werden keine R\u00fcckerstattung f\u00fcr Ihre Zahlung erhalten. ", + "You will not receive notification for emails that bounce, so double-check your spelling.": "Bitte \u00fcberpr\u00fcft ihre Schreibweise weil sie keine Benachrichtigung \u00fcber E-Mails die zur\u00fcckgeschickt werden.", + "You will use your webcam to take a picture of your face and of your government-issued photo ID.": "Sie werden Ihre Webcam verwenden, um ein Bild von Ihrem Gesicht und Ihrem staatlich ausgestellten Lichtbildausweis zu machen.", + "You!": "Sie!", + "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "Sie sind dabei Ihre Antwort f\u00fcr diese Aufgabe einzureichen. Nachdem Sie Ihre Antwort abgeschickt haben, k\u00f6nnen Sie diese nicht mehr \u00e4ndern und auch keine neue Antwort geben.", + "You've made some changes": "Sie haben einpaar \u00c4nderungen vorgenommen", + "You've made some changes, but there are some errors": "Sie haben etwas ge\u00e4ndert, aber es gibt einige Fehler.", + "You've successfully signed into %(currentProvider)s.": "Sie haben sich erfolgreich bei %(currentProvider)s angemeldet.", + "Your ID must be a government-issued photo ID that clearly shows your face.": "Ihr Ausweis muss ein staatlich ausgestellter Lichtbildausweis sein, der Ihr Gesicht deutlich zeigt.", + "Your Program Journey": "Ihr Programmverlauf", + "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "Dein Browser unterst\u00fctzt keinen drekten Zugriff auf die Zwischenablage. Bitte nutze stattdessen die Strg+X/C/V Tastaturk\u00fcrzel.", + "Your changes have been saved.": "Ihre \u00c4nderungen wurden gespeichert.", + "Your changes have been saved. {details}": "Ihre \u00c4nderungen wurden gespeichert. {details}", + "Your changes will not take effect until you save your progress.": "Ihre \u00c4nderungen haben keine Auswirkungen bis Sie ihren Fortschritt gespeichert haben.", + "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "Ihre \u00c4nderungen treten nicht in Kraft bis Sie ihren Fortschritt gespeichert haben. Seien Sie vorsichtig mit der Formatierung von Schl\u00fcsseln und Werten, da keine \u00dcberpr\u00fcfung statt findet.", + "Your course could not be exported to XML. There is not enough information to identify the failed component. Inspect your course to identify any problematic components and try again.": "Dein Kurs konnte nicht in das XML-Dateiformat exportiert werden. Es liegen nicht gen\u00fcgend Informationen vor, um die fehlerhafte Komponente n\u00e4her einzugrenzen. Pr\u00fcfe deinen Kurs, um fehlerhafte Komponenten zu identifizieren und versuche es anschlie\u00dfend erneut.", + "Your donation could not be submitted.": "Ihre Spende konnte nicht \u00fcbermittelt werden.", + "Your email message was successfully queued for sending. In courses with a large number of learners, email messages to learners might take up to an hour to be sent.": "Ihre E-Mail-Nachricht wurde erfolgreich in die Warteschlange f\u00fcr den Versand gestellt. In Kursen mit einer gro\u00dfen Anzahl von Lernenden kann der Versand von E-Mail-Nachrichten an Lernende bis zu einer Stunde dauern.", + "Your entire face fits inside the frame.": "Dein ganzes Gesicht passt in den Rahmen.", + "Your export has failed.": "Ihr Export ist fehlgeschlagen.", + "Your face is well-lit.": "Dein Gesicht ist gut beleuchtet.", + "Your file ": "Ihre Datei", + "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "Deine Datei '{file}' wurde hochgeladen. Erlauben Sie einige Minuten f\u00fcr die Verarbeitung.", + "Your file could not be uploaded": "Ihre Datei konnte nicht hochgeladen werden", + "Your file has been deleted.": "Die Datei wurde gel\u00f6scht.", + "Your file {filename} is too large (max size: {maxSize}MB).": "Ihre Datei {filename} ist zu gro\u00df (maximale Gr\u00f6\u00dfe: {maxSize}MB).", + "Your import has failed.": "Import fehlgeschlagen", + "Your import is in progress; navigating away will abort it.": "Der Importvorgang wird durchgef\u00fchrt, der Aufruf einer anderen Internetseite wird den Vorgang abbrechen.", + "Your library could not be exported to XML. There is not enough information to identify the failed component. Inspect your library to identify any problematic components and try again.": "Deine Bibliothek konnte nicht in das XML-Dateiformat exportiert werden. Es liegen nicht gen\u00fcgend Informationen vor, um die fehlerhafte Komponente n\u00e4her zu identifizieren. Pr\u00fcfe deine Bibliothek, um fehlerhafte Komponenten zu identifizieren und versuche es anschlie\u00dfend erneut.", + "Your message cannot be blank.": "Deine Nachricht darf nicht leer sein.", + "Your message must have a subject.": "Deine Nachricht muss einen Betreff haben.", + "Your message must have at least one target.": "Ihre Nachricht muss mindestens eine Vorgabe enthalten.", + "Your policy changes have been saved.": "Die ver\u00e4nderten Rechte wurden gespeichert", + "Your post will be discarded.": "Ihr Beitrag wird entfernt.", + "Your profile settings are managed by {enterprise_name}. Contact your administrator or {link_start}edX Support{link_end} for help.": "Ihre Profileinstellungen werden von {enterprise_name} verwaltet. Wenden Sie sich an Ihren Administrator oder {link_start}edX Support{link_end} um Hilfe.", + "Your question or idea (required)": "Ihre Frage oder Idee (*)", + "Your request could not be completed due to a server problem. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "Ihre Anfrage konnte aufgrund eines Serverproblems nicht bearbeitet werden. Laden Sie die Seite neu und versuchen Sie es erneut. Wenn das Problem weiterhin besteht, klicken Sie auf den Link Hilfe, um das Problem zu melden.", + "Your request could not be completed. Reload the page and try again.": "Ihre Anfrage konnte nicht bearbeitet werden. Laden Sie die Seite neu und versuchen Sie es erneut.", + "Your request could not be completed. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "Ihre Anfrage konnte nicht bearbeitet werden. Laden Sie die Seite neu und versuchen Sie es erneut. Wenn das Problem weiterhin besteht, klicken Sie auf den Link Hilfe, um das Problem zu melden.", + "Your request could not be processed. Refresh the page and try again.": "Ihre Anfrage konnte nicht bearbeitet werden. Laden Sie die Seite neu.", + "Your team could not be created.": "Dein Team konnte nicht erstellt werden.", + "Your team could not be updated.": "Dein Team konnte nicht aktualisiert werden.", + "Your unenrollment request could not be processed. Please try again later.": "Ihre Ausschreibung konnte nicht verarbeitet werden. Bitte versuchen Sie es sp\u00e4ter noch einmal.", + "Your upload of '{file}' failed.": "Ihr upload '{file}' ist fehlgeschlagen.", + "Your upload of '{file}' succeeded.": "Sie haben '{file}' erfolgreich hochgeladen.", + "Your verification status is good until {verificationGoodUntil}.": "Der Status Ihrer Verifikation ist gut bis {verificationGoodUntil}.", + "Your video uploads are not complete.": "Der Video-Upload ist nicht komplett.", + "Your {program} Certificate": "Ihr {program} Zertifikat", + "Yourself": "Sie selbst", + "Zoom In": "Hineinzoomen", + "Zoom Out": "Hinauszoomen", + "[no tags]": "[no tags]", + "a day": "ein Tag", + "a timed exam": "eine terminierte Pr\u00fcfung", "about %d hour": [ - "\u00dcber %d Stunde", + "\u00dcber %d Stunde", "\u00dcber %d Stunden" - ], - "about a minute": "ungef\u00e4hr eine Minute", - "about a month": "ungef\u00e4hr ein Monat", - "about a year": "ungef\u00e4hr ein Jahr", - "about an hour": "ungef\u00e4hr eine Stunde", - "active proctored exams": "aktiv betreute Pr\u00fcfungen", - "and others": "und andere", - "anonymous": "Anonym", - "answer": "beantworten", - "asset_path is required": "asset_path ist erforderlich", - "bytes": "bytes", - "certificate": "Zertifikat", - "close": "schlie\u00dfen", - "component": "Baustein", - "content group": "Inhaltsgruppe", - "correct": "richtig", - "could not determine the course_id": "Konnte course_id nicht feststellen", - "course id": "Kursnummer", - "courses with active proctored exams": "Kurse mit aktiv betreuten Pr\u00fcfungen", - "delete chapter": "Kapitel l\u00f6schen", - "delete group": "Gruppe l\u00f6schen", - "details about the failure": "Details \u00fcber das Scheitern", - "dragging": "ziehen", - "dragging out of slider": "Ziehen au\u00dferhalb des Schiebereglers", - "dropped in slider": "In den Schieberegler fallengelassen", - "dropped on target": "Auf das Ziel fallengelassen", - "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "z.B. johndoe@example.com, JaneDoe, joeydoe@example.com", - "emphasized text": "hervorgehobener Text", - "enter code here": "Code hier eingeben", - "enter link description here": "Linkbeschreibung hier eingeben", - "group configuration": "Gruppenkonfiguration", - "image omitted": "Bild weggelassen", - "incorrect": "falsch", - "internally reviewed": "Intern begutachtet / reviewed", - "last activity": "letzte Aktivit\u00e4t", - "less than a minute": "weniger als eine Minute", - "name": "name", - "off": "Aus", - "on": "An", - "one letter Friday\u0004F": "Fr", - "one letter Monday\u0004M": "Mo", - "one letter Saturday\u0004S": "Sa", - "one letter Sunday\u0004S": "So", - "one letter Thursday\u0004T": "Do", - "one letter Tuesday\u0004T": "Di", - "one letter Wednesday\u0004W": "Mi", - "open slots": "Freie Pl\u00e4tze", - "or": "oder", - "or create a new one here": "oder erstelle ein neues hier.", - "or sign in with": "oder einloggen mit", - "pending": "ausstehend", - "price": "Preis", - "provide the title/name of the chapter that will be used in navigating": "Gib den Titel/Namen des Kapitels an, der f\u00fcr die Navigation benutzt wird.", - "provide the title/name of the text book as you would like your students to see it": "Gib den Titel/Namen des Lehrbuchs so an, wie ihn die Teilnehmer sehen sollen", - "remove": "entfernen", - "remove all": "Alle entfernen", - "satisfactory": "ausreichend", - "section": "Abschnitt", - "send an email message to {email}": "E-Mail senden an {email}", - "strong text": "fetter Text", - "subsection": "Unterabschnitt", - "text_word_{uniqueId}": "text_word_{uniqueId}", - "text_word_{uniqueId} title_word_{uniqueId}": "text_word_{uniqueId} title_word_{uniqueId}", + ], + "about a minute": "ungef\u00e4hr eine Minute", + "about a month": "ungef\u00e4hr ein Monat", + "about a year": "ungef\u00e4hr ein Jahr", + "about an hour": "ungef\u00e4hr eine Stunde", + "active proctored exams": "aktiv betreute Pr\u00fcfungen", + "and others": "und andere", + "anonymous": "Anonym", + "answer": "beantworten", + "asset_path is required": "asset_path ist erforderlich", + "bytes": "bytes", + "certificate": "Zertifikat", + "close": "schlie\u00dfen", + "component": "Baustein", + "content group": "Inhaltsgruppe", + "correct": "richtig", + "could not determine the course_id": "Konnte course_id nicht feststellen", + "course id": "Kursnummer", + "courses with active proctored exams": "Kurse mit aktiv betreuten Pr\u00fcfungen", + "delete chapter": "Kapitel l\u00f6schen", + "delete group": "Gruppe l\u00f6schen", + "details about the failure": "Details \u00fcber das Scheitern", + "dragging": "ziehen", + "dragging out of slider": "Ziehen au\u00dferhalb des Schiebereglers", + "dropped in slider": "In den Schieberegler fallengelassen", + "dropped on target": "Auf das Ziel fallengelassen", + "e.g. 'Sky with clouds'. The description is helpful for users who cannot see the image.": "z.B.'Himmel mit Wolken'. Die Beschreibung ist hilfreich f\u00fcr Benutzer, die das Bild nicht sehen k\u00f6nnen.", + "e.g. 'google'": "z.B. 'google'", + "e.g. 'http://google.com'": "z.B. 'http://google.com'", + "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "z.B. johndoe@example.com, JaneDoe, joeydoe@example.com", + "emphasized text": "hervorgehobener Text", + "enter code here": "Code hier eingeben", + "enter link description here": "Linkbeschreibung hier eingeben", + "for": "f\u00fcr", + "for {courseName}": "f\u00fcr {courseName}", + "group configuration": "Gruppenkonfiguration", + "image omitted": "Bild weggelassen", + "incorrect": "falsch", + "internally reviewed": "Intern begutachtet / reviewed", + "last activity": "letzte Aktivit\u00e4t", + "less than a minute": "weniger als eine Minute", + "minute": "Minute", + "minutes": "Minuten", + "name": "name", + "off": "Aus", + "on": "An", + "one letter Friday\u0004F": "Fr", + "one letter Monday\u0004M": "Mo", + "one letter Saturday\u0004S": "Sa", + "one letter Sunday\u0004S": "So", + "one letter Thursday\u0004T": "Do", + "one letter Tuesday\u0004T": "Di", + "one letter Wednesday\u0004W": "Mi", + "open slots": "Freie Pl\u00e4tze", + "or": "oder", + "or create a new one here": "oder erstelle ein neues hier.", + "or sign in with": "oder einloggen mit", + "path/to/introductionToCookieBaking-CH{order}.pdf": "path/to/introductionToCookieBaking-CH{order}.pdf", + "pending": "ausstehend", + "practice": "\u00dcbung", + "price": "Preis", + "proctored": "beaufsichtigt", + "provide the title/name of the chapter that will be used in navigating": "Gib den Titel/Namen des Kapitels an, der f\u00fcr die Navigation benutzt wird.", + "provide the title/name of the text book as you would like your students to see it": "Gib den Titel/Namen des Lehrbuchs so an, wie ihn die Teilnehmer sehen sollen", + "remove": "entfernen", + "remove all": "Alle entfernen", + "satisfactory": "ausreichend", + "second": "Sekunde", + "seconds": "Sekunden", + "section": "Abschnitt", + "send an email message to {email}": "E-Mail senden an {email}", + "strong text": "fetter Text", + "subsection": "Unterabschnitt", + "team count": "Anzahl an Teams", + "text_word_{uniqueId}": "text_word_{uniqueId}", + "text_word_{uniqueId} title_word_{uniqueId}": "text_word_{uniqueId} title_word_{uniqueId}", "there is currently {numVotes} vote": [ - "aktuell gibt es {numVotes} Stimme", + "aktuell gibt es {numVotes} Stimme", "aktuell gibt es {numVotes} Stimmen" - ], - "timed": "Terminiert", - "title_word_{uniqueId}": "title_word_{uniqueId}", - "unit": "Lerneinheit", - "unsatisfactory": "ungen\u00fcgend", - "unsubmitted": "nicht eingereicht", - "upload a PDF file or provide the path to a Studio asset file": "Laden Sie eine PDF Datei hoch oder geben Sie einen Pfad zu einer Studio Objekt Datei an", - "username or email": "Nutzername od. E-Mail", - "with %(release_date_from)s": "mit %(release_date_from)s", - "with %(section_or_subsection)s": "mit %(section_or_subsection)s", - "you will have ": "Sie haben in Zukunft", - "your course": "Ihr Kurs", - "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start}Durchsuche Teams zu anderen Themen{span_end} oder {search_span_start}suche Teams{span_end} zu diesem Thema. Wenn Du trotzdem kein Team zum Beitreten finden kannst, {create_span_start}erstelle ein neues Team f\u00fcr dieses Thema{span_end}.", - "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} ist bereits im {container} Team. Kontrollieren Sie noch einmal alle E-Mails, um ein neues Mitglied hinzuzuf\u00fcgen.", - "{filename} exceeds maximum size of {maxFileSizeInGB} GB.": "{filename} \u00fcberschreitet die maximale Dateigr\u00f6\u00dfe von {maxFileSizeInGB} GB.", - "{filename} is not in a supported file format. Supported file formats are {supportedFileFormats}.": "{filename} geh\u00f6rt nicht zu den unterst\u00fctzten Dateiformaten. Die unterst\u00fctzten Dateiformate sind {supportedFileFormats}.", - "{hours}:{minutes} (current UTC time)": "{hours}:{minutes} (current UTC time)", - "{label}: {status}": "{label}: {status}", + ], + "timed": "Terminiert", + "title_word_{uniqueId}": "title_word_{uniqueId}", + "toggle chapter %(displayName)s": "Kapitel einblenden %(displayName)s", + "toggle subsection %(displayName)s": "Untersektion einblenden %(displayName)s", + "unit": "Lerneinheit", + "unsatisfactory": "ungen\u00fcgend", + "unsubmitted": "nicht eingereicht", + "upload a PDF file or provide the path to a Studio asset file": "Laden Sie eine PDF Datei hoch oder geben Sie einen Pfad zu einer Studio Objekt Datei an", + "username or email": "Nutzername od. E-Mail", + "with %(release_date_from)s": "mit %(release_date_from)s", + "with %(section_or_subsection)s": "mit %(section_or_subsection)s", + "you have less than a minute remaining": "Sie haben weniger als eine Minute \u00fcbrig", + "you have {remaining_time} remaining": "Sie haben noch {remaining_time} \u00fcbrig", + "you will have ": "Sie haben in Zukunft", + "your course": "Ihr Kurs", + "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", + "{ReqTextSpanStart}Requirements{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{ReqTextSpanStart}Vorraussetzungen{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", + "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start}Durchsuche Teams zu anderen Themen{span_end} oder {search_span_start}suche Teams{span_end} zu diesem Thema. Wenn Du trotzdem kein Team zum Beitreten finden kannst, {create_span_start}erstelle ein neues Team f\u00fcr dieses Thema{span_end}.", + "{categoryText} in {parentDisplayname}": "{categoryText} in {parentDisplayname}", + "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} of {maxCharacters}": "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} von {maxCharacters}", + "{display_name} Settings": "{display_name} Einstellungen", + "{download_link_start}Download this image (right-click or option-click, save as){link_end} and then {upload_link_start}upload{link_end} it to your backpack.": "{download_link_start}Laden Sie dieses Bild herunter (Rechtsklick oder Optionsklick, Speichern unter){link_end} und dann {upload_link_start}laden Sie es hoch{link_end} in Ihren Backpack.", + "{earned}/{possible} point (graded)": [ + "{earned}/{possible} Punkt (benotet)", + "{earned}/{possible} Punkte (benotet)" + ], + "{earned}/{possible} point (ungraded)": [ + "{earned}/{possible} Punkt (unbenotet)", + "{earned}/{possible} Punkte (unbenotet)" + ], + "{email}": "{email}", + "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} ist bereits im {container} Team. Kontrollieren Sie noch einmal alle E-Mails, um ein neues Mitglied hinzuzuf\u00fcgen.", + "{filename} exceeds maximum size of {maxFileSizeInGB} GB.": "{filename} \u00fcberschreitet die maximale Dateigr\u00f6\u00dfe von {maxFileSizeInGB} GB.", + "{filename} is not in a supported file format. Supported file formats are {supportedFileFormats}.": "{filename} geh\u00f6rt nicht zu den unterst\u00fctzten Dateiformaten. Die unterst\u00fctzten Dateiformate sind {supportedFileFormats}.", + "{hours}:{minutes} (current UTC time)": "{hours}:{minutes} (current UTC time)", + "{htmlStart}Want to change your email, name, or password instead?{htmlEnd}": "{htmlStart}Wollen Sie stattdessen Ihre E-Mail-Adresse, Ihren Namen oder Ihr Passwort \u00e4ndern?{htmlEnd}", + "{label}: {status}": "{label}: {status}", + "{maxWidth}x{maxHeight} pixels": "{maxWidth}x{maxHeight} Pixel", + "{memberCount} / {maxMemberCount} Member": [ + "{memberCount} / {maxMemberCount} Mitglied", + "{memberCount} / {maxMemberCount} Mitglieder" + ], + "{minutes} {unit}": "{minutes} {unit}", + "{numMoved} learner was moved from {prevCohort}": [ + "{numMoved} Teilnehmer wurde von {prevCohort} bewegt.", + "{numMoved} Teilnehmer wurden von {prevCohort} bewegt." + ], + "{numPreassigned} learner was pre-assigned for this cohort. This learner will automatically be added to the cohort when they enroll in the course.": [ + "{numPreassigned} Teilnehmer war bereits dem Kohort zugeordnet. Dieser Teilnehmer wird dem Kohort automatisch bei der Anmeldung zugef\u00fcgt.", + "{numPreassigned} Teilnehmer waren bereits dem Kohort zugeordnet. Diese Teilnehmer werden dem Kohort automatisch bei der Anmeldung zugef\u00fcgt." + ], + "{numPresent} learner was already in the cohort": [ + "{numPresent} Teilnehmer war bereits in dem Kohort.", + "{numPresent} Teilnehmer waren bereits in dem Kohort." + ], "{numResponses} other response": [ - "{numResponses} andere Antwort", + "{numResponses} andere Antwort", "{numResponses} andere Antworten" - ], + ], "{numResponses} response": [ - "{numResponses} Antwort", + "{numResponses} Antwort", "{numResponses} Antworten" - ], + ], + "{numUsersAdded} learner has been added to this cohort. ": [ + "{numUsersAdded} Teilnehmer worde dem Kohort zugef\u00fcgt.", + "{numUsersAdded} Teilnehmer wurden dem Kohort zugef\u00fcgt." + ], "{numVotes} Vote": [ - "{numVotes} Stimme", + "{numVotes} Stimme", "{numVotes} Stimmen" - ], - "{num_of_hours} hour": "{num_of_hours} Stunde", - "{num_of_hours} hours": "{num_of_hours} Stunden", - "{start_strong}{total}{end_strong} words submitted in total.": "{start_strong}{total}{end_strong} W\u00f6rter insgesamt \u00fcbertragen.", + ], + "{num_of_hours} hour": "{num_of_hours} Stunde", + "{num_of_hours} hours": "{num_of_hours} Stunden", + "{num_of_minutes} minute": "{num_of_minutes} Minute", + "{num_of_minutes} minutes": "{num_of_minutes} Minuten", + "{num_points} point possible (graded)": [ + "{num_points} Punkt m\u00f6glich (benotet)", + "{num_points} Punkte m\u00f6glich (benotet)" + ], + "{num_points} point possible (graded, results hidden)": [ + "{num_points} Punkt m\u00f6glich (benotet, Ergebnisse nicht sichtbar)", + "{num_points} Punkte m\u00f6glich (benotet, Ergebnisse nicht sichtbar)" + ], + "{num_points} point possible (ungraded)": [ + "{num_points} Punkt m\u00f6glich (unbenotet)", + "{num_points} Punkte m\u00f6glich (unbenotet)" + ], + "{num_points} point possible (ungraded, results hidden)": [ + "{num_points} Punkt m\u00f6glich (unbenotet, Ergebnisse nicht sichtbar)", + "{num_points} Punkte m\u00f6glich (unbenotet, Ergebnisse nicht sichtbar)" + ], + "{organization}\\'s logo": "{organization}\\'s Logo", + "{paragraphStart}You entered {boldStart}{email}{boldEnd}. If this email address is associated with your {platform_name} account, we will send a message with password recovery instructions to this email address.{paragraphEnd}{paragraphStart}If you do not receive a password reset message after 1 minute, verify that you entered the correct email address, or check your spam folder.{paragraphEnd}{paragraphStart}If you need further assistance, {anchorStart}contact technical support{anchorEnd}.{paragraphEnd}": "{paragraphStart}Sie haben {boldStart}{email}{boldEnd} eingegeben. Wenn diese E-Mail-Adresse mit Ihrem {platform_name} Konto verkn\u00fcpft ist, senden wir eine Nachricht mit Anweisungen zur Passwortwiederherstellung an diese E-Mail-Adresse.{paragraphEnd}{paragraphStart}Wenn Sie nach 1 Minute keine Nachricht zum Zur\u00fccksetzen des Passworts erhalten, \u00fcberpr\u00fcfen Sie, ob Sie die richtige E-Mail-Adresse eingegeben haben, oder \u00fcberpr\u00fcfen Sie Ihren Spam-Ordner.{paragraphEnd}{paragraphStart}Wenn Sie weitere Hilfe ben\u00f6tigen, {anchorStart}wenden Sie sich an den technischen Support {anchorEnd}.{paragraphEnd}", + "{paragraph}=p;{preformatted}=pre;{heading3}=h3;{heading4}=h4;{heading5}=h5;{heading6}=h6": "{paragraph}=p;{preformatted}=pre;{heading3}=h3;{heading4}=h4;{heading5}=h5;{heading6}=h6", + "{screen_reader_start}Warning:{screen_reader_end} No content groups exist.": "{screen_reader_start}Warnung:{screen_reader_end} Es existieren keine Inhaltsgruppen.", + "{screen_reader_start}Warning:{screen_reader_end} The previously selected content group was deleted. Select another content group.": "{screen_reader_start}Warnung:{screen_reader_end} Die zuvor ausgew\u00e4hlte Inhaltsgruppe wurde gel\u00f6scht. W\u00e4hlen Sie eine andere Inhaltsgruppe aus.", + "{seconds} {unit}": "{seconds} {unit}", + "{selectedProvider} credentials saved": "{selectedProvider} Anmeldeinformationen gespeichert", + "{sessionDates} (Open until {enrollmentEnd})": "{sessionDates} (ge\u00f6ffnet bis {enrollmentEnd})", + "{sessionDates} - Currently Selected": "{sessionDates} - Aktuell ausgew\u00e4hlt", + "{start_strong}{total}{end_strong} words submitted in total.": "{start_strong}{total}{end_strong} W\u00f6rter insgesamt \u00fcbertragen.", + "{strongStart}Warning: Account deletion is permanent.{strongEnd} Please read the above carefully before proceeding. This is an irreversible action, and {strongStart}you will no longer be able to use the same email on {platformName}.{strongEnd}": "{strongStart}Warnung: Die L\u00f6schung des Kontos ist dauerhaft.{strongEnd} Bitte lesen Sie das oben genannte sorgf\u00e4ltig durch, bevor Sie fortfahren. Dies ist eine irreversible Aktion, und {strongStart} Sie k\u00f6nnen nicht mehr dieselbe E-Mail auf {platformName} verwenden.{strongEnd}.", + "{team_count} Team": [ + "{team_count} Team", + "{team_count} Teams" + ], + "{totalItems} total": "insgesamt {totalItems}", "{total_results} result": [ - "{total_results} Ergebnis", + "{total_results} Ergebnis", "{total_results} Ergebnisse" - ], - "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}": "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}", + ], + "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}": "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}", + "{type} Progress": "{type} Fortschritt", "\u2026": "..." }; for (var key in newcatalog) { @@ -1991,36 +2543,36 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "j. F Y H:i", + "DATETIME_FORMAT": "j. F Y H:i", "DATETIME_INPUT_FORMATS": [ - "%d.%m.%Y %H:%M:%S", - "%d.%m.%Y %H:%M:%S.%f", - "%d.%m.%Y %H:%M", - "%d.%m.%Y", - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", + "%d.%m.%Y %H:%M:%S", + "%d.%m.%Y %H:%M:%S.%f", + "%d.%m.%Y %H:%M", + "%d.%m.%Y", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", "%Y-%m-%d" - ], - "DATE_FORMAT": "j. F Y", + ], + "DATE_FORMAT": "j. F Y", "DATE_INPUT_FORMATS": [ - "%d.%m.%Y", - "%d.%m.%y", + "%d.%m.%Y", + "%d.%m.%y", "%Y-%m-%d" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "1", - "MONTH_DAY_FORMAT": "j. F", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "d.m.Y H:i", - "SHORT_DATE_FORMAT": "d.m.Y", - "THOUSAND_SEPARATOR": ".", - "TIME_FORMAT": "H:i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "1", + "MONTH_DAY_FORMAT": "j. F", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "d.m.Y H:i", + "SHORT_DATE_FORMAT": "d.m.Y", + "THOUSAND_SEPARATOR": ".", + "TIME_FORMAT": "H:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/el/djangojs.js b/cms/static/js/i18n/el/djangojs.js index 5f1187e626..bff79aa6a6 100644 --- a/cms/static/js/i18n/el/djangojs.js +++ b/cms/static/js/i18n/el/djangojs.js @@ -20,397 +20,397 @@ django.catalog = django.catalog || {}; var newcatalog = { - " Link": "\u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03c2", + " Link": "\u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03c2", "%(earned)s/%(possible)s point (graded)": [ - "%(earned)s/%(possible)s \u03bc\u03bf\u03bd\u03ac\u03b4\u03b1 (\u03c0\u03c1\u03bf\u03c3\u03bc\u03b5\u03c4\u03c1\u03ac\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b7 \u03b2\u03b1\u03b8\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 \u03c3\u03b1\u03c2)", + "%(earned)s/%(possible)s \u03bc\u03bf\u03bd\u03ac\u03b4\u03b1 (\u03c0\u03c1\u03bf\u03c3\u03bc\u03b5\u03c4\u03c1\u03ac\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b7 \u03b2\u03b1\u03b8\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 \u03c3\u03b1\u03c2)", "%(earned)s/%(possible)s\u03bc\u03bf\u03bd\u03ac\u03b4\u03b5\u03c2 (\u03c0\u03c1\u03bf\u03c3\u03bc\u03b5\u03c4\u03c1\u03ce\u03bd\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b7 \u03b2\u03b1\u03b8\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 \u03c3\u03b1\u03c2)" - ], + ], "%(earned)s/%(possible)s point (ungraded)": [ - "%(earned)s/%(possible)s\u03bc\u03bf\u03bd\u03ac\u03b4\u03b1 (\u03b4\u03b5\u03bd \u03c0\u03c1\u03bf\u03c3\u03bc\u03b5\u03c4\u03c1\u03ac\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b7 \u03b2\u03b1\u03b8\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 \u03c3\u03b1\u03c2)", + "%(earned)s/%(possible)s\u03bc\u03bf\u03bd\u03ac\u03b4\u03b1 (\u03b4\u03b5\u03bd \u03c0\u03c1\u03bf\u03c3\u03bc\u03b5\u03c4\u03c1\u03ac\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b7 \u03b2\u03b1\u03b8\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 \u03c3\u03b1\u03c2)", "%(earned)s/%(possible)s \u03bc\u03bf\u03bd\u03ac\u03b4\u03b5\u03c2 (\u03b4\u03b5\u03bd \u03c0\u03c1\u03bf\u03c3\u03bc\u03b5\u03c4\u03c1\u03ce\u03bd\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b7 \u03b2\u03b1\u03b8\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 \u03c3\u03b1\u03c2)" - ], - "%(field)s can only contain up to %(count)d characters.": "\u03a4\u03bf \u03c0\u03b5\u03b4\u03af\u03bf %(field)s \u03b8\u03b1 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03ad\u03c7\u03b5\u03b9 \u03bc\u03ad\u03c7\u03c1\u03b9 %(count)d \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03ae\u03c1\u03b5\u03c2.", - "%(field)s must have at least %(count)d characters.": "\u03a4\u03bf \u03c0\u03b5\u03b4\u03af\u03bf %(field)s \u03b8\u03b1 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03ad\u03c7\u03b5\u03b9 \u03c4\u03bf\u03c5\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf\u03bd %(count)d \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03ae\u03c1\u03b5\u03c2.", + ], + "%(field)s can only contain up to %(count)d characters.": "\u03a4\u03bf \u03c0\u03b5\u03b4\u03af\u03bf %(field)s \u03b8\u03b1 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03ad\u03c7\u03b5\u03b9 \u03bc\u03ad\u03c7\u03c1\u03b9 %(count)d \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03ae\u03c1\u03b5\u03c2.", + "%(field)s must have at least %(count)d characters.": "\u03a4\u03bf \u03c0\u03b5\u03b4\u03af\u03bf %(field)s \u03b8\u03b1 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03ad\u03c7\u03b5\u03b9 \u03c4\u03bf\u03c5\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf\u03bd %(count)d \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03ae\u03c1\u03b5\u03c2.", "%(num_points)s point possible (graded)": [ - " %(num_points)s \u03bc\u03bf\u03bd\u03ac\u03b4\u03b1 (\u03c0\u03c1\u03bf\u03c3\u03bc\u03b5\u03c4\u03c1\u03ac\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b7 \u03b2\u03b1\u03b8\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 \u03c3\u03b1\u03c2)", + " %(num_points)s \u03bc\u03bf\u03bd\u03ac\u03b4\u03b1 (\u03c0\u03c1\u03bf\u03c3\u03bc\u03b5\u03c4\u03c1\u03ac\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b7 \u03b2\u03b1\u03b8\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 \u03c3\u03b1\u03c2)", "%(num_points)s \u03bc\u03bf\u03bd\u03ac\u03b4\u03b5\u03c2 (\u03c0\u03c1\u03bf\u03c3\u03bc\u03b5\u03c4\u03c1\u03ce\u03bd\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b7 \u03b2\u03b1\u03b8\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 \u03c3\u03b1\u03c2)" - ], + ], "%(num_points)s point possible (graded, results hidden)": [ - "%(num_points)s \u03bc\u03bf\u03bd\u03ac\u03b4\u03b1 (\u03c0\u03c1\u03bf\u03c3\u03bc\u03b5\u03c4\u03c1\u03ac\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b7 \u03b2\u03b1\u03b8\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 \u03c3\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b1 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1 \u03b4\u03b5\u03bd \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9)", + "%(num_points)s \u03bc\u03bf\u03bd\u03ac\u03b4\u03b1 (\u03c0\u03c1\u03bf\u03c3\u03bc\u03b5\u03c4\u03c1\u03ac\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b7 \u03b2\u03b1\u03b8\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 \u03c3\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b1 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1 \u03b4\u03b5\u03bd \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9)", "%(num_points)s\u03bc\u03bf\u03bd\u03ac\u03b4\u03b5\u03c2 (\u03c0\u03c1\u03bf\u03c3\u03bc\u03b5\u03c4\u03c1\u03ce\u03bd\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b7 \u03b2\u03b1\u03b8\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 \u03c3\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b1 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1 \u03b4\u03b5\u03bd \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9)" - ], + ], "%(num_points)s point possible (ungraded)": [ - "%(num_points)s \u03bc\u03bf\u03bd\u03ac\u03b4\u03b1 (\u03b4\u03b5\u03bd \u03c0\u03c1\u03bf\u03c3\u03bc\u03b5\u03c4\u03c1\u03ac\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b7 \u03b2\u03b1\u03b8\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 \u03c3\u03b1\u03c2)", + "%(num_points)s \u03bc\u03bf\u03bd\u03ac\u03b4\u03b1 (\u03b4\u03b5\u03bd \u03c0\u03c1\u03bf\u03c3\u03bc\u03b5\u03c4\u03c1\u03ac\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b7 \u03b2\u03b1\u03b8\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 \u03c3\u03b1\u03c2)", "%(num_points)s \u03bc\u03bf\u03bd\u03ac\u03b4\u03b5\u03c2 (\u03b4\u03b5\u03bd \u03c0\u03c1\u03bf\u03c3\u03bc\u03b5\u03c4\u03c1\u03ce\u03bd\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b7 \u03b2\u03b1\u03b8\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 \u03c3\u03b1\u03c2)" - ], + ], "%(num_points)s point possible (ungraded, results hidden)": [ - "%(num_points)s \u03bc\u03bf\u03bd\u03ac\u03b4\u03b1 (\u03b4\u03b5\u03bd \u03c0\u03c1\u03bf\u03c3\u03bc\u03b5\u03c4\u03c1\u03ac\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b7 \u03b2\u03b1\u03b8\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 \u03c3\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b1 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1 \u03b4\u03b5\u03bd \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9)", + "%(num_points)s \u03bc\u03bf\u03bd\u03ac\u03b4\u03b1 (\u03b4\u03b5\u03bd \u03c0\u03c1\u03bf\u03c3\u03bc\u03b5\u03c4\u03c1\u03ac\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b7 \u03b2\u03b1\u03b8\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 \u03c3\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b1 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1 \u03b4\u03b5\u03bd \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9)", "%(num_points)s \u03bc\u03bf\u03bd\u03ac\u03b4\u03b5\u03c2 (\u03b4\u03b5\u03bd \u03c0\u03c1\u03bf\u03c3\u03bc\u03b5\u03c4\u03c1\u03ce\u03bd\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b7 \u03b2\u03b1\u03b8\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 \u03c3\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b1 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1 \u03b4\u03b5\u03bd \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9)" - ], + ], "%(num_questions)s question": [ - "%(num_questions)s \u03b5\u03c1\u03ce\u03c4\u03b7\u03c3\u03b7", + "%(num_questions)s \u03b5\u03c1\u03ce\u03c4\u03b7\u03c3\u03b7", "%(num_questions)s \u03b5\u03c1\u03c9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2" - ], + ], "%(sel)s of %(cnt)s selected": [ - "%(sel)s \u03b1\u03c0\u03cc %(cnt)s \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b1", + "%(sel)s \u03b1\u03c0\u03cc %(cnt)s \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b1", "%(sel)s \u03b1\u03c0\u03cc %(cnt)s \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b1" - ], - "(Required Field)": "(\u03a5\u03c0\u03bf\u03c7\u03c1\u03b5\u03c9\u03c4\u03b9\u03ba\u03cc \u03a0\u03b5\u03b4\u03af\u03bf)", - "(optional)": "(\u03c0\u03c1\u03bf\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03cc)", - "(required)": "(\u03c5\u03c0\u03bf\u03c7\u03c1\u03b5\u03c9\u03c4\u03b9\u03ba\u03cc \u03c0\u03b5\u03b4\u03af\u03bf)", - "(required):": "(\u03c5\u03c0\u03bf\u03c7\u03c1\u03b5\u03c9\u03c4\u03b9\u03ba\u03cc \u03c0\u03b5\u03b4\u03af\u03bf):", - "6 a.m.": "6 \u03c0.\u03bc.", - "6 p.m.": "6 \u03bc.\u03bc.", - "A Password is required": "\u0391\u03c0\u03b1\u03b9\u03c4\u03b5\u03af\u03c4\u03b1\u03b9 \u03b7 \u03b5\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd", - "A list of courses you have just enrolled in as a verified student": "\u039a\u03b1\u03c4\u03ac\u03bb\u03bf\u03b3\u03bf\u03c2 \u03bc\u03b1\u03b8\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd \u03c3\u03c4\u03b1 \u03bf\u03c0\u03bf\u03af\u03b1 \u03b5\u03af\u03c3\u03c4\u03b5 \u03b5\u03b3\u03b3\u03b5\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03bf\u03c2 \u03c9\u03c2 \u03c0\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf\u03c2 \u03c6\u03bf\u03b9\u03c4\u03b7\u03c4\u03ae\u03c2", - "A valid email address is required": "\u0391\u03c0\u03b1\u03b9\u03c4\u03b5\u03af\u03c4\u03b1\u03b9 \u03ad\u03b3\u03ba\u03c5\u03c1\u03bf e-mail.", - "About Me": "\u03a3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac \u03bc\u03b5 \u03b5\u03bc\u03ad\u03bd\u03b1", - "About me": "\u03a3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac \u03bc\u03b5 \u03b5\u03bc\u03ad\u03bd\u03b1", - "Account Information": "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", - "Account Not Activated": "\u039f \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03b4\u03b5\u03bd \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03b8\u03b7\u03ba\u03b5", - "Account Settings": "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", - "Additional Information": "\u03a3\u03c5\u03bc\u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03ba\u03ad\u03c2 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2", - "Additional responses could not be loaded. Refresh the page and try again.": "\u0391\u03c0\u03ad\u03c4\u03c5\u03c7\u03b5 \u03b7 \u03b5\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03c9\u03bd \u03b1\u03c0\u03bf\u03ba\u03c1\u03af\u03c3\u03b5\u03c9\u03bd. \u0391\u03bd\u03b1\u03bd\u03b5\u03ce\u03c3\u03c4\u03b5 \u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03ba\u03b1\u03b9 \u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03ae\u03c3\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac.", - "Admin": "\u0394\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae\u03c2", - "All Posts": "\u038c\u03bb\u03b5\u03c2 \u03bf\u03b9 \u03b1\u03bd\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2", - "All Rights Reserved": "\u039c\u03b5 \u03b5\u03c0\u03b9\u03c6\u03cd\u03bb\u03b1\u03be\u03b7 \u03c0\u03b1\u03bd\u03c4\u03cc\u03c2 \u03b4\u03b9\u03ba\u03b1\u03b9\u03ce\u03bc\u03b1\u03c4\u03bf\u03c2", - "All Time Zones": "\u038c\u03bb\u03b5\u03c2 \u03bf\u03b9 \u0396\u03ce\u03bd\u03b5\u03c2 \u038f\u03c1\u03b1\u03c2", - "All Topics": "\u038c\u03bb\u03b5\u03c2 \u03bf\u03b9 \u03b1\u03bd\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2", - "All topics": "\u038c\u03bb\u03b5\u03c2 \u03bf\u03b9 \u03b1\u03bd\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2", - "Already have an {platformName} account?": "\u0388\u03c7\u03b5\u03c4\u03b5 \u03ae\u03b4\u03b7 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc \u03c3\u03c4\u03bf {platformName};", - "An error has occurred. Check your Internet connection and try again.": "\u03a0\u03c1\u03bf\u03ad\u03ba\u03c5\u03c8\u03b5 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03bb\u03ad\u03b3\u03be\u03c4\u03b5 \u03c4\u03b7 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03ae \u03c3\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03ae\u03c3\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac.", - "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "\u03a0\u03b1\u03c1\u03bf\u03c5\u03c3\u03b9\u03ac\u03c3\u03c4\u03b7\u03ba\u03b5 \u03ba\u03ac\u03c0\u03bf\u03b9\u03bf \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1. \u0392\u03b5\u03b2\u03b1\u03b9\u03c9\u03b8\u03b5\u03af\u03c4\u03b5 \u03bf\u03c4\u03b9 \u03b5\u03af\u03c3\u03c4\u03b5 \u03c3\u03c5\u03bd\u03b4\u03b5\u03b4\u03b5\u03bc\u03ad\u03bd\u03bf\u03b9 \u03c3\u03c4\u03bf \u03b4\u03b9\u03b1\u03b4\u03af\u03ba\u03c4\u03c5\u03bf \u03ba\u03b1\u03b9 \u03b4\u03bf\u03ba\u03b9\u03bc\u03ac\u03c3\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03bd\u03b1\u03bd\u03b5\u03ce\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03c3\u03b1\u03c2.", - "An error has occurred. Please try again later.": "\u03a0\u03c1\u03bf\u03ad\u03ba\u03c5\u03c8\u03b5 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03ae\u03c3\u03c4\u03b5 \u03b1\u03c1\u03b3\u03cc\u03c4\u03b5\u03c1\u03b1.", - "An error has occurred. Please try again.": "\u03a0\u03c1\u03bf\u03ad\u03ba\u03c5\u03c8\u03b5 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b4\u03bf\u03ba\u03b9\u03bc\u03ac\u03c3\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac.", - "An error has occurred. Please try reloading the page.": "\u03a0\u03c1\u03bf\u03ad\u03ba\u03c5\u03c8\u03b5 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b4\u03bf\u03ba\u03b9\u03bc\u03ac\u03c3\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03bd\u03b1\u03bd\u03b5\u03ce\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b7 \u03c3\u03b5\u03bb\u03b9\u03b4\u03b1.", - "An error has occurred. Refresh the page, and then try again.": "\u03a0\u03c1\u03bf\u03ad\u03ba\u03c5\u03c8\u03b5 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1. \u0391\u03bd\u03b1\u03bd\u03b5\u03ce\u03c3\u03c4\u03b5 \u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03ba\u03b1\u03b9 \u03b4\u03bf\u03ba\u03b9\u03bc\u03ac\u03c3\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac. ", - "An error has occurred. Try refreshing the page, or check your Internet connection.": "\u03a0\u03b1\u03c1\u03bf\u03c5\u03c3\u03b9\u03ac\u03c3\u03c4\u03b7\u03ba\u03b5 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1. \u03a0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03ae\u03c3\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03bd\u03b1\u03bd\u03b5\u03ce\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03ae \u03b5\u03bb\u03ad\u03b3\u03be\u03c4\u03b5 \u03c4\u03b7 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03ae \u03c3\u03b1\u03c2.", - "An error occurred.": "\u03a0\u03c1\u03bf\u03ad\u03ba\u03c5\u03c8\u03b5 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1.", - "An error occurred. Make sure that the student's username or email address is correct and try again.": "\u03a0\u03c1\u03bf\u03ad\u03ba\u03c5\u03c8\u03b5 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b2\u03b5\u03b2\u03b1\u03b9\u03c9\u03b8\u03b5\u03af\u03c4\u03b5 \u03cc\u03c4\u03b9 \u03c4\u03bf \u03c8\u03b5\u03c5\u03b4\u03ce\u03bd\u03c5\u03bc\u03bf \u03ae \u03c4\u03bf e-mail \u03c4\u03bf\u03c5 \u03c3\u03c0\u03bf\u03c5\u03b4\u03b1\u03c3\u03c4\u03ae \u03b5\u03af\u03bd\u03b1\u03b9 \u03c3\u03c9\u03c3\u03c4\u03ac \u03ba\u03b1\u03b9 \u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03ae\u03c3\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac.", - "An error occurred. Please reload the page.": "\u03a0\u03c1\u03bf\u03ad\u03ba\u03c5\u03c8\u03b5 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03c4\u03ce\u03c3\u03c4\u03b5 \u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1.", - "An error occurred. Please try again.": "\u03a0\u03c1\u03bf\u03ad\u03ba\u03c5\u03c8\u03b5 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b4\u03bf\u03ba\u03b9\u03bc\u03ac\u03c3\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac.", - "An error occurred. Try again.": "\u03a0\u03c1\u03bf\u03ad\u03ba\u03c5\u03c8\u03b5 \u03ba\u03ac\u03c0\u03bf\u03b9\u03bf \u03c0\u03c1\u03cc\u03b2\u03bb\u03b7\u03bc\u03b1. \u0394\u03bf\u03ba\u03b9\u03bc\u03ac\u03c3\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac.", - "An unexpected error occurred. Please try again.": "\u03a0\u03c1\u03bf\u03ad\u03ba\u03c5\u03c8\u03b5 \u03ad\u03bd\u03b1 \u03bc\u03b7 \u03b1\u03bd\u03b1\u03bc\u03b5\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b4\u03bf\u03ba\u03b9\u03bc\u03ac\u03c3\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac.", - "April": "\u0391\u03c0\u03c1\u03af\u03bb\u03b9\u03bf\u03c2", - "Are you sure you want to delete this response?": "\u0395\u03af\u03c3\u03c4\u03b5 \u03c3\u03af\u03b3\u03bf\u03c5\u03c1\u03bf\u03c2 \u03cc\u03c4\u03b9 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c8\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b1\u03c0\u03cc\u03ba\u03c1\u03b9\u03c3\u03b7;", - "Assessment": "\u0391\u03be\u03b9\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7", - "Assessments": "\u0391\u03be\u03b9\u03bf\u03bb\u03bf\u03b3\u03ae\u03c3\u03b5\u03b9\u03c2", - "August": "\u0391\u03cd\u03b3\u03bf\u03c5\u03c3\u03c4\u03bf\u03c2", - "Available %s": "\u0394\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03bf %s", - "Back to sign in": "\u0395\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03c3\u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7\u03c2", - "Basic Account Information": "\u0392\u03b1\u03c3\u03b9\u03ba\u03ad\u03c2 \u03a0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 \u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", - "Blockquote": "\u0388\u03bd\u03b8\u03b5\u03c3\u03b7", - "Blockquote (Ctrl+Q)": "\u0388\u03bd\u03b8\u03b5\u03c3\u03b7 \u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5 (Ctrl+Q)", - "Bold (Ctrl+B)": "\u0388\u03bd\u03c4\u03bf\u03bd\u03b1 (Ctrl+B)", - "Bookmarked": "\u0391\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c4\u03b7\u03ba\u03b5 \u03c3\u03c4\u03bf\u03c5\u03c2 \u03c3\u03b5\u03bb\u03b9\u03b4\u03bf\u03b4\u03b5\u03af\u03ba\u03c4\u03b5\u03c2 \u03c3\u03b1\u03c2", - "Bookmarked on": "\u0391\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c4\u03b7\u03ba\u03b5 \u03c3\u03c4\u03bf\u03c5\u03c2 \u03c3\u03b5\u03bb\u03b9\u03b4\u03bf\u03b4\u03b5\u03af\u03ba\u03c4\u03b5\u03c2 \u03c3\u03b1\u03c2", - "Bulleted List (Ctrl+U)": "\u039b\u03af\u03c3\u03c4\u03b1 \u03ba\u03bf\u03c5\u03ba\u03af\u03b4\u03c9\u03bd (Ctrl+U)", - "Cancel": "\u0391\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7", - "Changes to steps that are not selected as part of the assignment will not be saved.": "\u0391\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03c3\u03c4\u03b1 \u03b2\u03ae\u03bc\u03b1\u03c4\u03b1 \u03c4\u03b1 \u03bf\u03c0\u03bf\u03af\u03b1 \u03b4\u03b5\u03bd \u03ad\u03c7\u03bf\u03c5\u03bd \u03b5\u03c0\u03b9\u03bb\u03b5\u03c7\u03b8\u03b5\u03af \u03c3\u03b1\u03bd \u03bc\u03ad\u03c1\u03bf\u03c2 \u03c4\u03b7\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2, \u03b4\u03b5\u03bd \u03b8\u03b1 \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03c4\u03bf\u03cd\u03bd.", - "Check Your Email": "\u0395\u03bb\u03ad\u03b3\u03be\u03c4\u03b5 \u03c4\u03bf e-mail \u03c3\u03b1\u03c2", - "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "\u039a\u03ac\u03bd\u03c4\u03b5 \u03ba\u03bb\u03b9\u03ba \u03c3\u03c4\u03bf \u03ba\u03bf\u03c5\u03c4\u03ac\u03ba\u03b9 \u03c0\u03bf\u03c5 \u03b2\u03c1\u03af\u03c3\u03ba\u03b5\u03c4\u03b1\u03b9 \u03bc\u03ad\u03c3\u03b1 \u03c3\u03c4\u03bf \u03c0\u03bb\u03b1\u03af\u03c3\u03b9\u03bf \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03bd\u03b5\u03c3\u03c4\u03b5 \u03bc\u03ad\u03c3\u03c9 e-mail -\u03bc\u03af\u03b1 \u03c6\u03bf\u03c1\u03ac \u03c4\u03b7\u03bd \u03b7\u03bc\u03ad\u03c1\u03b1- \u03b3\u03b9\u03b1 \u03bd\u03ad\u03b1 \u03c3\u03c7\u03cc\u03bb\u03b9\u03b1 \u03c3\u03b5 \u03b1\u03bd\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03c0\u03bf\u03c5 \u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03b5\u03af\u03c4\u03b5 \u03ba\u03b1\u03b9 \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03c4\u03b5 \u03b4\u03b9\u03b1\u03b2\u03ac\u03c3\u03b5\u03b9", - "Check your email": "\u0395\u03bb\u03ad\u03b3\u03be\u03c4\u03b5 \u03c4\u03bf e-mail \u03c3\u03b1\u03c2", - "Check your email account for instructions to reset your password.": "\u0391\u03bd\u03b1\u03b6\u03b7\u03c4\u03ae\u03c3\u03c4\u03b5 \u03c3\u03c4\u03bf e-mail \u03c3\u03b1\u03c2 \u03c4\u03b9\u03c2 \u03bf\u03b4\u03b7\u03b3\u03af\u03b5\u03c2 \u03c0\u03bf\u03c5 \u03c3\u03b1\u03c2 \u03ad\u03c7\u03bf\u03c5\u03bd \u03c3\u03c4\u03b1\u03bb\u03b5\u03af \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b1\u03bb\u03bb\u03b1\u03b3\u03ae \u03c4\u03bf\u03c5 \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03c3\u03b1\u03c2.", - "Check your email for an activation message.": "\u0395\u03bb\u03ad\u03b3\u03be\u03c4\u03b5 \u03c4\u03bf e-mail \u03c3\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03bc\u03ae\u03bd\u03c5\u03bc\u03b1 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2 \u03c4\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03c3\u03b1\u03c2", - "Choose": "\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae", - "Choose File": "\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf", - "Choose a Date": "\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03bc\u03b9\u03b1 \u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1", - "Choose a Time": "\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03a7\u03c1\u03cc\u03bd\u03bf", - "Choose a time": "\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03c7\u03c1\u03cc\u03bd\u03bf", - "Choose all": "\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03cc\u03bb\u03c9\u03bd", - "Chosen %s": "\u0395\u03c0\u03b9\u03bb\u03ad\u03c7\u03b8\u03b7\u03ba\u03b5 %s", - "Clear search results": "\u0395\u03ba\u03ba\u03b1\u03b8\u03ac\u03c1\u03b9\u03c3\u03b7 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03b5\u03c3\u03bc\u03ac\u03c4\u03c9\u03bd \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2", - "Click to choose all %s at once.": "\u03a0\u03b1\u03c4\u03ae\u03c3\u03c4\u03b5 \u03b3\u03b9\u03b1 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03cc\u03bb\u03c9\u03bd \u03c4\u03c9\u03bd %s \u03bc\u03b5 \u03c4\u03b7 \u03bc\u03af\u03b1.", - "Click to remove all chosen %s at once.": "\u039a\u03bb\u03af\u03ba \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b1\u03c6\u03b1\u03b9\u03c1\u03b5\u03b8\u03bf\u03cd\u03bd \u03cc\u03bb\u03b1 \u03c4\u03b1 \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b1 %s \u03bc\u03b5 \u03c4\u03b7 \u03bc\u03af\u03b1.", - "Close": "\u039a\u03bb\u03b5\u03af\u03c3\u03b9\u03bc\u03bf", - "Code Sample (Ctrl+K)": "\u03a4\u03bc\u03ae\u03bc\u03b1 \u03ba\u03ce\u03b4\u03b9\u03ba\u03b1 (Ctrl+K)", - "Collapse All": "\u0391\u03bd\u03b1\u03b4\u03af\u03c0\u03bb\u03c9\u03c3\u03b7 \u03cc\u03bb\u03c9\u03bd", - "Collapse Instructions": "\u0391\u03bd\u03b1\u03b4\u03af\u03c0\u03bb\u03c9\u03c3\u03b7 \u039f\u03b4\u03b7\u03b3\u03b9\u03ce\u03bd", - "Coming Soon": "\u03a0\u03c1\u03bf\u03c3\u03b5\u03c7\u03ce\u03c2", - "Couldn't Save This Assignment": "\u0394\u03b5\u03bd \u03bc\u03c0\u03cc\u03c1\u03b5\u03c3\u03b5 \u03bd\u03b1 \u03b3\u03af\u03bd\u03b5\u03b9 \u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", - "Country or Region of Residence": "\u03a7\u03ce\u03c1\u03b1 \u0394\u03b9\u03b1\u03bc\u03bf\u03bd\u03ae\u03c2", - "Course Handouts": "\u0395\u03ba\u03c4\u03c5\u03c0\u03ce\u03c3\u03b9\u03bc\u03b1 \u039c\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2", - "Course ID": "\u03a4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1 \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2", - "Course Id": "\u03a4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1 \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2", - "Course Name": "\u03a4\u03af\u03c4\u03bb\u03bf\u03c2 \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2", - "Course Number": "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u039c\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2", - "Create Account": "\u03a0\u03b1\u03c4\u03ae\u03c3\u03c4\u03b5 \u03b5\u03b4\u03ce \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b3\u03af\u03bd\u03b5\u03b9 \u03b7 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae \u03c3\u03b1\u03c2", - "Create an Account": "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03bd\u03ad\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", - "Create an Account.": "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03bd\u03ad\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", - "Criterion Added": "\u03a0\u03c1\u03bf\u03c3\u03c4\u03ad\u03b8\u03b7\u03ba\u03b5 \u03ba\u03c1\u03b9\u03c4\u03ae\u03c1\u03b9\u03bf", - "Criterion Deleted": "\u03a4\u03bf \u03ba\u03c1\u03b9\u03c4\u03ae\u03c1\u03b9\u03bf \u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c6\u03b7\u03ba\u03b5", - "Date Joined": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2", - "December": "\u0394\u03b5\u03ba\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2", - "Default (Local Time Zone)": "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae (\u03a4\u03bf\u03c0\u03b9\u03ba\u03ae \u0396\u03ce\u03bd\u03b7 \u038f\u03c1\u03b1\u03c2)", - "Delete": "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae", - "Delete My Account": "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c4\u03bf\u03c5 \u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03bc\u03bf\u03c5", - "Discussion Home": "\u0391\u03a1\u03a7\u0399\u039a\u0397 \u03a3\u0395\u039b\u0399\u0394\u0391 \u03a4\u039f\u03a5 \u03a6\u039f\u03a1\u039f\u03a5\u039c \u03a3\u03a5\u0396\u0397\u03a4\u0397\u03a3\u0395\u03a9\u039d", - "Due Date": "\u03a5\u03c0\u03bf\u03b2\u03bf\u03bb\u03ae \u03bc\u03ad\u03c7\u03c1\u03b9", - "Due Date:": "\u03a5\u03c0\u03bf\u03b2\u03bf\u03bb\u03ae \u03bc\u03ad\u03c7\u03c1\u03b9:", - "Due:": "\u03a5\u03c0\u03bf\u03b2\u03bf\u03bb\u03ae \u03bc\u03ad\u03c7\u03c1\u03b9:", - "Education Completed": "\u0395\u03c0\u03af\u03c0\u03b5\u03b4\u03bf \u0395\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7\u03c2", - "Email": "Email", - "Email Address (Sign In)": "Email (\u0391\u03c5\u03c4\u03cc \u03c0\u03bf\u03c5 \u03b4\u03b7\u03bb\u03ce\u03c3\u03b1\u03c4\u03b5 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7\u03bd \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae \u03c3\u03b1\u03c2)", - "Email address": "E-mail", - "Engage with posts": "\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03b1\u03bd\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03c9\u03bd", - "Enter Due Date and Time": "\u0395\u03b9\u03c3\u03ac\u03b3\u03b1\u03c4\u03b5 \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03ba\u03b1\u03b9 \u03ce\u03c1\u03b1 \u03bb\u03ae\u03be\u03b7\u03c2 \u03c4\u03b7\u03c2 \u03c0\u03c1\u03bf\u03b8\u03b5\u03c3\u03bc\u03af\u03b1\u03c2 \u03c5\u03c0\u03bf\u03b2\u03bf\u03bb\u03ae\u03c2", - "Enter a student's username or email address.": "\u03a0\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf \u03c8\u03b5\u03c5\u03b4\u03ce\u03bd\u03c5\u03bc\u03bf \u03ae \u03c4\u03bf e-mail \u03ba\u03ac\u03c0\u03bf\u03b9\u03bf\u03c5 \u03c3\u03c0\u03bf\u03c5\u03b4\u03b1\u03c3\u03c4\u03ae..", - "Enter a username or email.": "\u0395\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c8\u03b5\u03c5\u03b4\u03ce\u03bd\u03c5\u03bc\u03bf \u03ae e-mail", - "Enter username or email": "\u0395\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf \u03c8\u03b5\u03c5\u03b4\u03ce\u03bd\u03c5\u03bc\u03bf \u03ae \u03c4\u03bf e-mail \u03c3\u03b1\u03c2", - "Error": "\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1", - "Error adding user": "\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7\u03c2 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7", - "Error removing user": "\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7\u03c2 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7", - "Expand All": "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03cc\u03bb\u03c9\u03bd", - "February": "\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2", - "Filter": "\u03a6\u03af\u03bb\u03c4\u03c1\u03bf", - "Filter and sort topics": "\u03a4\u03b1\u03be\u03b9\u03bd\u03cc\u03bc\u03b7\u03c3\u03b7 \u03b2\u03ac\u03c3\u03b7 \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1\u03c2, \u03c3\u03c7\u03bf\u03bb\u03af\u03c9\u03bd \u03ba.\u03c4.\u03bb", - "Find and replace": "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7", - "First time here?": "\u0395\u03af\u03bd\u03b1\u03b9 \u03b7 \u03c0\u03c1\u03ce\u03c4\u03b7 \u03c3\u03b1\u03c2 \u03b5\u03c0\u03af\u03c3\u03ba\u03b5\u03c8\u03b7 \u03c3\u03c4\u03b7\u03bd \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b1 \u03bc\u03b1\u03c2;", - "Follow or unfollow posts": "\u03a0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b7 \u03b1\u03bd\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03c9\u03bd \u03c0\u03bf\u03c5 \u03c3\u03b1\u03c2 \u03b5\u03bd\u03b4\u03b9\u03b1\u03c6\u03ad\u03c1\u03bf\u03c5\u03bd", - "Frequently Asked Questions": "\u03a3\u03c5\u03c7\u03bd\u03ad\u03c2 \u03b5\u03c1\u03c9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2", - "Full Name": "\u039f\u03bd\u03bf\u03bc\u03b1\u03c4\u03b5\u03c0\u03ce\u03bd\u03c5\u03bc\u03bf", - "Full Profile": "\u03a4\u03b7\u03bd \u03c0\u03bb\u03ae\u03c1\u03b7 \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ae \u03bc\u03bf\u03c5 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1", - "Gender": "\u03a6\u03cd\u03bb\u03bf", - "Grading": "\u0392\u0391\u0398\u039c\u039f\u039b\u039f\u0393\u0399\u0391", - "Heading": "\u0395\u03c0\u03b9\u03ba\u03b5\u03c6\u03b1\u03bb\u03af\u03b4\u03b1", - "Heading (Ctrl+H)": "\u0395\u03c0\u03b9\u03ba\u03b5\u03c6\u03b1\u03bb\u03af\u03b4\u03b1 (Ctrl+H)", - "Hide": "\u0391\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7", - "Hide Discussion": "\u0391\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7 \u03c3\u03c5\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2", - "How to use %(platform_name)s discussions": "\u03a0\u03a9\u03a3 \u039d\u0391 \u03a7\u03a1\u0397\u03a3\u0399\u039c\u039f\u03a0\u039f\u0399\u0395\u0399\u03a4\u0395 \u03a4\u039f \u03a6\u039f\u03a1\u039f\u03a5\u039c \u03a3\u03a5\u0396\u0397\u03a4\u0397\u03a3\u0395\u03a9\u039d \u03a4\u039f\u03a5 %(platform_name)s", - "Hyperlink (Ctrl+L)": "\u03a5\u03c0\u03b5\u03c1\u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03c2 (Ctrl+L)", - "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "\u0391\u03bd \u03b1\u03c6\u03ae\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03c7\u03c9\u03c1\u03af\u03c2 \u03bd\u03b1 \u03c3\u03ce\u03c3\u03b5\u03c4\u03b5 \u03ae \u03bd\u03b1 \u03c5\u03c0\u03bf\u03b2\u03ac\u03bb\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03c3\u03b1\u03c2, \u03b8\u03b1 \u03c7\u03ac\u03c3\u03b5\u03c4\u03b5 \u03bf\u03c0\u03bf\u03b9\u03b1\u03b4\u03ae\u03c0\u03bf\u03c4\u03b5 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ae \u03ad\u03c7\u03b5\u03c4\u03b5 \u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03ae.", - "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "\u0391\u03bd \u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03bb\u03b5\u03af\u03c8\u03b5\u03c4\u03b5 \u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03c7\u03c9\u03c1\u03af\u03c2 \u03bd\u03b1 \u03c5\u03c0\u03bf\u03b2\u03ac\u03bb\u03b5\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03b1\u03be\u03b9\u03bf\u03bb\u03bf\u03b3\u03ae\u03c3\u03b5\u03b9\u03c2 \u03c3\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03bf\u03c5\u03c2 \u03c3\u03c5\u03bc\u03c6\u03bf\u03b9\u03c4\u03b7\u03c4\u03ad\u03c2 \u03c3\u03b1\u03c2, \u03b8\u03b1 \u03c7\u03ac\u03c3\u03b5\u03c4\u03b5 \u03bf\u03c0\u03bf\u03b9\u03b1\u03b4\u03ae\u03c0\u03bf\u03c4\u03b5 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03ad\u03c7\u03b5\u03c4\u03b5 \u03ba\u03ac\u03bd\u03b5\u03b9.", - "If you leave this page without submitting your self assessment, you will lose any work you have done.": "\u0391\u03bd \u03b1\u03c6\u03ae\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03c7\u03c9\u03c1\u03af\u03c2 \u03bd\u03b1 \u03c5\u03c0\u03bf\u03b2\u03ac\u03bb\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b1\u03c5\u03c4\u03bf\u03b1\u03be\u03b9\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03ae \u03c3\u03b1\u03c2, \u03b8\u03b1 \u03c7\u03ac\u03c3\u03b5\u03c4\u03b5 \u03bf\u03c0\u03bf\u03b9\u03b1\u03b4\u03ae\u03c0\u03bf\u03c4\u03b5 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03ad\u03c7\u03b5\u03c4\u03b5 \u03ba\u03ac\u03bd\u03b5\u03b9.", - "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "\u0391\u03bd \u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03bb\u03b5\u03af\u03c8\u03b5\u03c4\u03b5 \u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03c7\u03c9\u03c1\u03af\u03c2 \u03bd\u03b1 \u03c5\u03c0\u03bf\u03b2\u03ac\u03bb\u03b5\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03b1\u03be\u03b9\u03bf\u03bb\u03bf\u03b3\u03ae\u03c3\u03b5\u03b9\u03c2 \u03c3\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03bf\u03c5\u03c2 \u03c3\u03c5\u03bc\u03c6\u03bf\u03b9\u03c4\u03b7\u03c4\u03ad\u03c2 \u03c3\u03b1\u03c2, \u03b8\u03b1 \u03c7\u03ac\u03c3\u03b5\u03c4\u03b5 \u03bf\u03c0\u03bf\u03b9\u03b1\u03b4\u03ae\u03c0\u03bf\u03c4\u03b5 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03ad\u03c7\u03b5\u03c4\u03b5 \u03ba\u03ac\u03bd\u03b5\u03b9.", - "If you still wish to continue and delete your account, please enter your account password:": "\u0391\u03bd \u03b5\u03be\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03c0\u03c1\u03bf\u03c7\u03c9\u03c1\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c3\u03c4\u03b7 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c4\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03c3\u03b1\u03c2, \u03c0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c3\u03b1\u03c2:", - "In Progress": "\u03a3\u03b5 \u03b5\u03be\u03ad\u03bb\u03b9\u03be\u03b7", - "Incorrect url format.": "\u039b\u03b1\u03bd\u03b8\u03b1\u03c3\u03bc\u03ad\u03bd\u03b7 \u03bc\u03bf\u03c1\u03c6\u03ae url.", - "Insert Image (upload file or type URL)": "\u0395\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03b5\u03b9\u03ba\u03cc\u03bd\u03b1 (\u03b1\u03bd\u03b5\u03b2\u03ac\u03c3\u03c4\u03b5 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf \u03ae \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 URL)", - "Italic (Ctrl+I)": "\u03a0\u03bb\u03ac\u03b3\u03b9\u03b1 (Ctrl+I)", - "January": "\u0399\u03b1\u03bd\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2", - "Joined": "\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae", - "Joined %(date)s": "\u0393\u03af\u03bd\u03b1\u03c4\u03b5 \u03bc\u03ad\u03bb\u03bf\u03c2 %(date)s", - "Joined Date": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2", - "July": "\u0399\u03bf\u03cd\u03bb\u03b9\u03bf\u03c2", - "June": "\u0399\u03bf\u03cd\u03bd\u03b9\u03bf\u03c2", - "Language": "\u0393\u03bb\u03ce\u03c3\u03c3\u03b1", - "Limit Access": "\u03a0\u03b5\u03c1\u03b9\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7", - "Limited Profile": "\u03a0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ae \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03bc\u03b5 \u03c0\u03b5\u03c1\u03b9\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2 \u03c4\u03b9\u03c2 \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03b5\u03c2 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2", - "Load all responses": "\u03a6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u03cc\u03bb\u03c9\u03bd \u03c4\u03c9\u03bd \u03b1\u03c0\u03bf\u03ba\u03c1\u03af\u03c3\u03b5\u03c9\u03bd", - "Load next {numResponses} responses": "\u0394\u03b5\u03af\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 {numResponses} \u03b1\u03c0\u03bf\u03ba\u03c1\u03af\u03c3\u03b5\u03b9\u03c2", - "Loading more threads": "\u03a6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03c9\u03bd \u03c3\u03c5\u03b6\u03b7\u03c4\u03ae\u03c3\u03b5\u03c9\u03bd", - "Location": "\u03a4\u03cc\u03c0\u03bf\u03c2 \u03b4\u03b9\u03b1\u03bc\u03bf\u03bd\u03ae\u03c2", - "March": "\u039c\u03ac\u03c1\u03c4\u03b9\u03bf\u03c2", - "May": "\u039c\u03ac\u03b9\u03bf\u03c2", - "Midnight": "\u039c\u03b5\u03c3\u03ac\u03bd\u03c5\u03c7\u03c4\u03b1", - "More": "\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1", - "Name": "\u038c\u03bd\u03bf\u03bc\u03b1", - "New Password": "\u039d\u03ad\u03bf\u03c2 \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2", - "No description available": "\u0394\u03b5\u03bd \u03c5\u03c0\u03ac\u03c1\u03c7\u03b5\u03b9 \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03b7 \u03c0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae", - "No posts matched your query.": "\u0394\u03b5\u03bd \u03b2\u03c1\u03ad\u03b8\u03b7\u03ba\u03b1\u03bd \u03b1\u03bd\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03c0\u03bf\u03c5 \u03bd\u03b1 \u03c4\u03b1\u03b9\u03c1\u03b9\u03ac\u03b6\u03bf\u03c5\u03bd \u03bc\u03b5 \u03c4\u03bf \u03b5\u03c1\u03ce\u03c4\u03b7\u03bc\u03ac \u03c3\u03b1\u03c2.", - "No results found for \"%(query_string)s\". Please try searching again.": "\u0394\u03b5\u03bd \u03b2\u03c1\u03ad\u03b8\u03b7\u03ba\u03b1\u03bd \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1 \u03b3\u03b9\u03b1 \u03c4\u03bf \"%(query_string)s\". \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03ae\u03c3\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac \u03c4\u03b7\u03bd \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03ae \u03c3\u03b1\u03c2.", - "Noon": "\u039c\u03b5\u03c3\u03b7\u03bc\u03ad\u03c1\u03b9", - "Not Currently Available": "\u03a4\u03bf \u03bc\u03ac\u03b8\u03b7\u03bc\u03b1 \u03b4\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03b1\u03ba\u03cc\u03bc\u03b1 \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03bf", - "Not Selected": "\u0394\u03b5\u03bd \u03b5\u03c0\u03b9\u03bb\u03ad\u03c7\u03b8\u03b7\u03ba\u03b5", - "Not available": "\u0394\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03bf", + ], + "(Required Field)": "(\u03a5\u03c0\u03bf\u03c7\u03c1\u03b5\u03c9\u03c4\u03b9\u03ba\u03cc \u03a0\u03b5\u03b4\u03af\u03bf)", + "(optional)": "(\u03c0\u03c1\u03bf\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03cc)", + "(required)": "(\u03c5\u03c0\u03bf\u03c7\u03c1\u03b5\u03c9\u03c4\u03b9\u03ba\u03cc \u03c0\u03b5\u03b4\u03af\u03bf)", + "(required):": "(\u03c5\u03c0\u03bf\u03c7\u03c1\u03b5\u03c9\u03c4\u03b9\u03ba\u03cc \u03c0\u03b5\u03b4\u03af\u03bf):", + "6 a.m.": "6 \u03c0.\u03bc.", + "6 p.m.": "6 \u03bc.\u03bc.", + "A Password is required": "\u0391\u03c0\u03b1\u03b9\u03c4\u03b5\u03af\u03c4\u03b1\u03b9 \u03b7 \u03b5\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd", + "A list of courses you have just enrolled in as a verified student": "\u039a\u03b1\u03c4\u03ac\u03bb\u03bf\u03b3\u03bf\u03c2 \u03bc\u03b1\u03b8\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd \u03c3\u03c4\u03b1 \u03bf\u03c0\u03bf\u03af\u03b1 \u03b5\u03af\u03c3\u03c4\u03b5 \u03b5\u03b3\u03b3\u03b5\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03bf\u03c2 \u03c9\u03c2 \u03c0\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf\u03c2 \u03c6\u03bf\u03b9\u03c4\u03b7\u03c4\u03ae\u03c2", + "A valid email address is required": "\u0391\u03c0\u03b1\u03b9\u03c4\u03b5\u03af\u03c4\u03b1\u03b9 \u03ad\u03b3\u03ba\u03c5\u03c1\u03bf e-mail.", + "About Me": "\u03a3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac \u03bc\u03b5 \u03b5\u03bc\u03ad\u03bd\u03b1", + "About me": "\u03a3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac \u03bc\u03b5 \u03b5\u03bc\u03ad\u03bd\u03b1", + "Account Information": "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", + "Account Not Activated": "\u039f \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03b4\u03b5\u03bd \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03b8\u03b7\u03ba\u03b5", + "Account Settings": "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", + "Additional Information": "\u03a3\u03c5\u03bc\u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03ba\u03ad\u03c2 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2", + "Additional responses could not be loaded. Refresh the page and try again.": "\u0391\u03c0\u03ad\u03c4\u03c5\u03c7\u03b5 \u03b7 \u03b5\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03c9\u03bd \u03b1\u03c0\u03bf\u03ba\u03c1\u03af\u03c3\u03b5\u03c9\u03bd. \u0391\u03bd\u03b1\u03bd\u03b5\u03ce\u03c3\u03c4\u03b5 \u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03ba\u03b1\u03b9 \u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03ae\u03c3\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac.", + "Admin": "\u0394\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae\u03c2", + "All Posts": "\u038c\u03bb\u03b5\u03c2 \u03bf\u03b9 \u03b1\u03bd\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2", + "All Rights Reserved": "\u039c\u03b5 \u03b5\u03c0\u03b9\u03c6\u03cd\u03bb\u03b1\u03be\u03b7 \u03c0\u03b1\u03bd\u03c4\u03cc\u03c2 \u03b4\u03b9\u03ba\u03b1\u03b9\u03ce\u03bc\u03b1\u03c4\u03bf\u03c2", + "All Time Zones": "\u038c\u03bb\u03b5\u03c2 \u03bf\u03b9 \u0396\u03ce\u03bd\u03b5\u03c2 \u038f\u03c1\u03b1\u03c2", + "All Topics": "\u038c\u03bb\u03b5\u03c2 \u03bf\u03b9 \u03b1\u03bd\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2", + "All topics": "\u038c\u03bb\u03b5\u03c2 \u03bf\u03b9 \u03b1\u03bd\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2", + "Already have an {platformName} account?": "\u0388\u03c7\u03b5\u03c4\u03b5 \u03ae\u03b4\u03b7 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc \u03c3\u03c4\u03bf {platformName};", + "An error has occurred. Check your Internet connection and try again.": "\u03a0\u03c1\u03bf\u03ad\u03ba\u03c5\u03c8\u03b5 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03bb\u03ad\u03b3\u03be\u03c4\u03b5 \u03c4\u03b7 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03ae \u03c3\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03ae\u03c3\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac.", + "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "\u03a0\u03b1\u03c1\u03bf\u03c5\u03c3\u03b9\u03ac\u03c3\u03c4\u03b7\u03ba\u03b5 \u03ba\u03ac\u03c0\u03bf\u03b9\u03bf \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1. \u0392\u03b5\u03b2\u03b1\u03b9\u03c9\u03b8\u03b5\u03af\u03c4\u03b5 \u03bf\u03c4\u03b9 \u03b5\u03af\u03c3\u03c4\u03b5 \u03c3\u03c5\u03bd\u03b4\u03b5\u03b4\u03b5\u03bc\u03ad\u03bd\u03bf\u03b9 \u03c3\u03c4\u03bf \u03b4\u03b9\u03b1\u03b4\u03af\u03ba\u03c4\u03c5\u03bf \u03ba\u03b1\u03b9 \u03b4\u03bf\u03ba\u03b9\u03bc\u03ac\u03c3\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03bd\u03b1\u03bd\u03b5\u03ce\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03c3\u03b1\u03c2.", + "An error has occurred. Please try again later.": "\u03a0\u03c1\u03bf\u03ad\u03ba\u03c5\u03c8\u03b5 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03ae\u03c3\u03c4\u03b5 \u03b1\u03c1\u03b3\u03cc\u03c4\u03b5\u03c1\u03b1.", + "An error has occurred. Please try again.": "\u03a0\u03c1\u03bf\u03ad\u03ba\u03c5\u03c8\u03b5 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b4\u03bf\u03ba\u03b9\u03bc\u03ac\u03c3\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac.", + "An error has occurred. Please try reloading the page.": "\u03a0\u03c1\u03bf\u03ad\u03ba\u03c5\u03c8\u03b5 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b4\u03bf\u03ba\u03b9\u03bc\u03ac\u03c3\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03bd\u03b1\u03bd\u03b5\u03ce\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b7 \u03c3\u03b5\u03bb\u03b9\u03b4\u03b1.", + "An error has occurred. Refresh the page, and then try again.": "\u03a0\u03c1\u03bf\u03ad\u03ba\u03c5\u03c8\u03b5 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1. \u0391\u03bd\u03b1\u03bd\u03b5\u03ce\u03c3\u03c4\u03b5 \u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03ba\u03b1\u03b9 \u03b4\u03bf\u03ba\u03b9\u03bc\u03ac\u03c3\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac. ", + "An error has occurred. Try refreshing the page, or check your Internet connection.": "\u03a0\u03b1\u03c1\u03bf\u03c5\u03c3\u03b9\u03ac\u03c3\u03c4\u03b7\u03ba\u03b5 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1. \u03a0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03ae\u03c3\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03bd\u03b1\u03bd\u03b5\u03ce\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03ae \u03b5\u03bb\u03ad\u03b3\u03be\u03c4\u03b5 \u03c4\u03b7 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03ae \u03c3\u03b1\u03c2.", + "An error occurred.": "\u03a0\u03c1\u03bf\u03ad\u03ba\u03c5\u03c8\u03b5 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1.", + "An error occurred. Make sure that the student's username or email address is correct and try again.": "\u03a0\u03c1\u03bf\u03ad\u03ba\u03c5\u03c8\u03b5 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b2\u03b5\u03b2\u03b1\u03b9\u03c9\u03b8\u03b5\u03af\u03c4\u03b5 \u03cc\u03c4\u03b9 \u03c4\u03bf \u03c8\u03b5\u03c5\u03b4\u03ce\u03bd\u03c5\u03bc\u03bf \u03ae \u03c4\u03bf e-mail \u03c4\u03bf\u03c5 \u03c3\u03c0\u03bf\u03c5\u03b4\u03b1\u03c3\u03c4\u03ae \u03b5\u03af\u03bd\u03b1\u03b9 \u03c3\u03c9\u03c3\u03c4\u03ac \u03ba\u03b1\u03b9 \u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03ae\u03c3\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac.", + "An error occurred. Please reload the page.": "\u03a0\u03c1\u03bf\u03ad\u03ba\u03c5\u03c8\u03b5 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03c4\u03ce\u03c3\u03c4\u03b5 \u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1.", + "An error occurred. Please try again.": "\u03a0\u03c1\u03bf\u03ad\u03ba\u03c5\u03c8\u03b5 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b4\u03bf\u03ba\u03b9\u03bc\u03ac\u03c3\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac.", + "An error occurred. Try again.": "\u03a0\u03c1\u03bf\u03ad\u03ba\u03c5\u03c8\u03b5 \u03ba\u03ac\u03c0\u03bf\u03b9\u03bf \u03c0\u03c1\u03cc\u03b2\u03bb\u03b7\u03bc\u03b1. \u0394\u03bf\u03ba\u03b9\u03bc\u03ac\u03c3\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac.", + "An unexpected error occurred. Please try again.": "\u03a0\u03c1\u03bf\u03ad\u03ba\u03c5\u03c8\u03b5 \u03ad\u03bd\u03b1 \u03bc\u03b7 \u03b1\u03bd\u03b1\u03bc\u03b5\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b4\u03bf\u03ba\u03b9\u03bc\u03ac\u03c3\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac.", + "April": "\u0391\u03c0\u03c1\u03af\u03bb\u03b9\u03bf\u03c2", + "Are you sure you want to delete this response?": "\u0395\u03af\u03c3\u03c4\u03b5 \u03c3\u03af\u03b3\u03bf\u03c5\u03c1\u03bf\u03c2 \u03cc\u03c4\u03b9 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c8\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b1\u03c0\u03cc\u03ba\u03c1\u03b9\u03c3\u03b7;", + "Assessment": "\u0391\u03be\u03b9\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7", + "Assessments": "\u0391\u03be\u03b9\u03bf\u03bb\u03bf\u03b3\u03ae\u03c3\u03b5\u03b9\u03c2", + "August": "\u0391\u03cd\u03b3\u03bf\u03c5\u03c3\u03c4\u03bf\u03c2", + "Available %s": "\u0394\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03bf %s", + "Back to sign in": "\u0395\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03c3\u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7\u03c2", + "Basic Account Information": "\u0392\u03b1\u03c3\u03b9\u03ba\u03ad\u03c2 \u03a0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 \u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", + "Blockquote": "\u0388\u03bd\u03b8\u03b5\u03c3\u03b7", + "Blockquote (Ctrl+Q)": "\u0388\u03bd\u03b8\u03b5\u03c3\u03b7 \u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5 (Ctrl+Q)", + "Bold (Ctrl+B)": "\u0388\u03bd\u03c4\u03bf\u03bd\u03b1 (Ctrl+B)", + "Bookmarked": "\u0391\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c4\u03b7\u03ba\u03b5 \u03c3\u03c4\u03bf\u03c5\u03c2 \u03c3\u03b5\u03bb\u03b9\u03b4\u03bf\u03b4\u03b5\u03af\u03ba\u03c4\u03b5\u03c2 \u03c3\u03b1\u03c2", + "Bookmarked on": "\u0391\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c4\u03b7\u03ba\u03b5 \u03c3\u03c4\u03bf\u03c5\u03c2 \u03c3\u03b5\u03bb\u03b9\u03b4\u03bf\u03b4\u03b5\u03af\u03ba\u03c4\u03b5\u03c2 \u03c3\u03b1\u03c2", + "Bulleted List (Ctrl+U)": "\u039b\u03af\u03c3\u03c4\u03b1 \u03ba\u03bf\u03c5\u03ba\u03af\u03b4\u03c9\u03bd (Ctrl+U)", + "Cancel": "\u0391\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7", + "Changes to steps that are not selected as part of the assignment will not be saved.": "\u0391\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03c3\u03c4\u03b1 \u03b2\u03ae\u03bc\u03b1\u03c4\u03b1 \u03c4\u03b1 \u03bf\u03c0\u03bf\u03af\u03b1 \u03b4\u03b5\u03bd \u03ad\u03c7\u03bf\u03c5\u03bd \u03b5\u03c0\u03b9\u03bb\u03b5\u03c7\u03b8\u03b5\u03af \u03c3\u03b1\u03bd \u03bc\u03ad\u03c1\u03bf\u03c2 \u03c4\u03b7\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2, \u03b4\u03b5\u03bd \u03b8\u03b1 \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03c4\u03bf\u03cd\u03bd.", + "Check Your Email": "\u0395\u03bb\u03ad\u03b3\u03be\u03c4\u03b5 \u03c4\u03bf e-mail \u03c3\u03b1\u03c2", + "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "\u039a\u03ac\u03bd\u03c4\u03b5 \u03ba\u03bb\u03b9\u03ba \u03c3\u03c4\u03bf \u03ba\u03bf\u03c5\u03c4\u03ac\u03ba\u03b9 \u03c0\u03bf\u03c5 \u03b2\u03c1\u03af\u03c3\u03ba\u03b5\u03c4\u03b1\u03b9 \u03bc\u03ad\u03c3\u03b1 \u03c3\u03c4\u03bf \u03c0\u03bb\u03b1\u03af\u03c3\u03b9\u03bf \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03bd\u03b5\u03c3\u03c4\u03b5 \u03bc\u03ad\u03c3\u03c9 e-mail -\u03bc\u03af\u03b1 \u03c6\u03bf\u03c1\u03ac \u03c4\u03b7\u03bd \u03b7\u03bc\u03ad\u03c1\u03b1- \u03b3\u03b9\u03b1 \u03bd\u03ad\u03b1 \u03c3\u03c7\u03cc\u03bb\u03b9\u03b1 \u03c3\u03b5 \u03b1\u03bd\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03c0\u03bf\u03c5 \u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03b5\u03af\u03c4\u03b5 \u03ba\u03b1\u03b9 \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03c4\u03b5 \u03b4\u03b9\u03b1\u03b2\u03ac\u03c3\u03b5\u03b9", + "Check your email": "\u0395\u03bb\u03ad\u03b3\u03be\u03c4\u03b5 \u03c4\u03bf e-mail \u03c3\u03b1\u03c2", + "Check your email account for instructions to reset your password.": "\u0391\u03bd\u03b1\u03b6\u03b7\u03c4\u03ae\u03c3\u03c4\u03b5 \u03c3\u03c4\u03bf e-mail \u03c3\u03b1\u03c2 \u03c4\u03b9\u03c2 \u03bf\u03b4\u03b7\u03b3\u03af\u03b5\u03c2 \u03c0\u03bf\u03c5 \u03c3\u03b1\u03c2 \u03ad\u03c7\u03bf\u03c5\u03bd \u03c3\u03c4\u03b1\u03bb\u03b5\u03af \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b1\u03bb\u03bb\u03b1\u03b3\u03ae \u03c4\u03bf\u03c5 \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03c3\u03b1\u03c2.", + "Check your email for an activation message.": "\u0395\u03bb\u03ad\u03b3\u03be\u03c4\u03b5 \u03c4\u03bf e-mail \u03c3\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03bc\u03ae\u03bd\u03c5\u03bc\u03b1 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2 \u03c4\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03c3\u03b1\u03c2", + "Choose": "\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae", + "Choose File": "\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf", + "Choose a Date": "\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03bc\u03b9\u03b1 \u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1", + "Choose a Time": "\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03a7\u03c1\u03cc\u03bd\u03bf", + "Choose a time": "\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03c7\u03c1\u03cc\u03bd\u03bf", + "Choose all": "\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03cc\u03bb\u03c9\u03bd", + "Chosen %s": "\u0395\u03c0\u03b9\u03bb\u03ad\u03c7\u03b8\u03b7\u03ba\u03b5 %s", + "Clear search results": "\u0395\u03ba\u03ba\u03b1\u03b8\u03ac\u03c1\u03b9\u03c3\u03b7 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03b5\u03c3\u03bc\u03ac\u03c4\u03c9\u03bd \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2", + "Click to choose all %s at once.": "\u03a0\u03b1\u03c4\u03ae\u03c3\u03c4\u03b5 \u03b3\u03b9\u03b1 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03cc\u03bb\u03c9\u03bd \u03c4\u03c9\u03bd %s \u03bc\u03b5 \u03c4\u03b7 \u03bc\u03af\u03b1.", + "Click to remove all chosen %s at once.": "\u039a\u03bb\u03af\u03ba \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b1\u03c6\u03b1\u03b9\u03c1\u03b5\u03b8\u03bf\u03cd\u03bd \u03cc\u03bb\u03b1 \u03c4\u03b1 \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b1 %s \u03bc\u03b5 \u03c4\u03b7 \u03bc\u03af\u03b1.", + "Close": "\u039a\u03bb\u03b5\u03af\u03c3\u03b9\u03bc\u03bf", + "Code Sample (Ctrl+K)": "\u03a4\u03bc\u03ae\u03bc\u03b1 \u03ba\u03ce\u03b4\u03b9\u03ba\u03b1 (Ctrl+K)", + "Collapse All": "\u0391\u03bd\u03b1\u03b4\u03af\u03c0\u03bb\u03c9\u03c3\u03b7 \u03cc\u03bb\u03c9\u03bd", + "Collapse Instructions": "\u0391\u03bd\u03b1\u03b4\u03af\u03c0\u03bb\u03c9\u03c3\u03b7 \u039f\u03b4\u03b7\u03b3\u03b9\u03ce\u03bd", + "Coming Soon": "\u03a0\u03c1\u03bf\u03c3\u03b5\u03c7\u03ce\u03c2", + "Couldn't Save This Assignment": "\u0394\u03b5\u03bd \u03bc\u03c0\u03cc\u03c1\u03b5\u03c3\u03b5 \u03bd\u03b1 \u03b3\u03af\u03bd\u03b5\u03b9 \u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", + "Country or Region of Residence": "\u03a7\u03ce\u03c1\u03b1 \u0394\u03b9\u03b1\u03bc\u03bf\u03bd\u03ae\u03c2", + "Course Handouts": "\u0395\u03ba\u03c4\u03c5\u03c0\u03ce\u03c3\u03b9\u03bc\u03b1 \u039c\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2", + "Course ID": "\u03a4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1 \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2", + "Course Id": "\u03a4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1 \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2", + "Course Name": "\u03a4\u03af\u03c4\u03bb\u03bf\u03c2 \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2", + "Course Number": "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u039c\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2", + "Create Account": "\u03a0\u03b1\u03c4\u03ae\u03c3\u03c4\u03b5 \u03b5\u03b4\u03ce \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b3\u03af\u03bd\u03b5\u03b9 \u03b7 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae \u03c3\u03b1\u03c2", + "Create an Account": "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03bd\u03ad\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", + "Create an Account.": "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03bd\u03ad\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd", + "Criterion Added": "\u03a0\u03c1\u03bf\u03c3\u03c4\u03ad\u03b8\u03b7\u03ba\u03b5 \u03ba\u03c1\u03b9\u03c4\u03ae\u03c1\u03b9\u03bf", + "Criterion Deleted": "\u03a4\u03bf \u03ba\u03c1\u03b9\u03c4\u03ae\u03c1\u03b9\u03bf \u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c6\u03b7\u03ba\u03b5", + "Date Joined": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2", + "December": "\u0394\u03b5\u03ba\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2", + "Default (Local Time Zone)": "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae (\u03a4\u03bf\u03c0\u03b9\u03ba\u03ae \u0396\u03ce\u03bd\u03b7 \u038f\u03c1\u03b1\u03c2)", + "Delete": "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae", + "Delete My Account": "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c4\u03bf\u03c5 \u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03bc\u03bf\u03c5", + "Discussion Home": "\u0391\u03a1\u03a7\u0399\u039a\u0397 \u03a3\u0395\u039b\u0399\u0394\u0391 \u03a4\u039f\u03a5 \u03a6\u039f\u03a1\u039f\u03a5\u039c \u03a3\u03a5\u0396\u0397\u03a4\u0397\u03a3\u0395\u03a9\u039d", + "Due Date": "\u03a5\u03c0\u03bf\u03b2\u03bf\u03bb\u03ae \u03bc\u03ad\u03c7\u03c1\u03b9", + "Due Date:": "\u03a5\u03c0\u03bf\u03b2\u03bf\u03bb\u03ae \u03bc\u03ad\u03c7\u03c1\u03b9:", + "Due:": "\u03a5\u03c0\u03bf\u03b2\u03bf\u03bb\u03ae \u03bc\u03ad\u03c7\u03c1\u03b9:", + "Education Completed": "\u0395\u03c0\u03af\u03c0\u03b5\u03b4\u03bf \u0395\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7\u03c2", + "Email": "Email", + "Email Address (Sign In)": "Email (\u0391\u03c5\u03c4\u03cc \u03c0\u03bf\u03c5 \u03b4\u03b7\u03bb\u03ce\u03c3\u03b1\u03c4\u03b5 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7\u03bd \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae \u03c3\u03b1\u03c2)", + "Email address": "E-mail", + "Engage with posts": "\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03b1\u03bd\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03c9\u03bd", + "Enter Due Date and Time": "\u0395\u03b9\u03c3\u03ac\u03b3\u03b1\u03c4\u03b5 \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03ba\u03b1\u03b9 \u03ce\u03c1\u03b1 \u03bb\u03ae\u03be\u03b7\u03c2 \u03c4\u03b7\u03c2 \u03c0\u03c1\u03bf\u03b8\u03b5\u03c3\u03bc\u03af\u03b1\u03c2 \u03c5\u03c0\u03bf\u03b2\u03bf\u03bb\u03ae\u03c2", + "Enter a student's username or email address.": "\u03a0\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf \u03c8\u03b5\u03c5\u03b4\u03ce\u03bd\u03c5\u03bc\u03bf \u03ae \u03c4\u03bf e-mail \u03ba\u03ac\u03c0\u03bf\u03b9\u03bf\u03c5 \u03c3\u03c0\u03bf\u03c5\u03b4\u03b1\u03c3\u03c4\u03ae..", + "Enter a username or email.": "\u0395\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c8\u03b5\u03c5\u03b4\u03ce\u03bd\u03c5\u03bc\u03bf \u03ae e-mail", + "Enter username or email": "\u0395\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf \u03c8\u03b5\u03c5\u03b4\u03ce\u03bd\u03c5\u03bc\u03bf \u03ae \u03c4\u03bf e-mail \u03c3\u03b1\u03c2", + "Error": "\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1", + "Error adding user": "\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7\u03c2 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7", + "Error removing user": "\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1 \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7\u03c2 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7", + "Expand All": "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03cc\u03bb\u03c9\u03bd", + "February": "\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2", + "Filter": "\u03a6\u03af\u03bb\u03c4\u03c1\u03bf", + "Filter and sort topics": "\u03a4\u03b1\u03be\u03b9\u03bd\u03cc\u03bc\u03b7\u03c3\u03b7 \u03b2\u03ac\u03c3\u03b7 \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1\u03c2, \u03c3\u03c7\u03bf\u03bb\u03af\u03c9\u03bd \u03ba.\u03c4.\u03bb", + "Find and replace": "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7", + "First time here?": "\u0395\u03af\u03bd\u03b1\u03b9 \u03b7 \u03c0\u03c1\u03ce\u03c4\u03b7 \u03c3\u03b1\u03c2 \u03b5\u03c0\u03af\u03c3\u03ba\u03b5\u03c8\u03b7 \u03c3\u03c4\u03b7\u03bd \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b1 \u03bc\u03b1\u03c2;", + "Follow or unfollow posts": "\u03a0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b7 \u03b1\u03bd\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03c9\u03bd \u03c0\u03bf\u03c5 \u03c3\u03b1\u03c2 \u03b5\u03bd\u03b4\u03b9\u03b1\u03c6\u03ad\u03c1\u03bf\u03c5\u03bd", + "Frequently Asked Questions": "\u03a3\u03c5\u03c7\u03bd\u03ad\u03c2 \u03b5\u03c1\u03c9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2", + "Full Name": "\u039f\u03bd\u03bf\u03bc\u03b1\u03c4\u03b5\u03c0\u03ce\u03bd\u03c5\u03bc\u03bf", + "Full Profile": "\u03a4\u03b7\u03bd \u03c0\u03bb\u03ae\u03c1\u03b7 \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ae \u03bc\u03bf\u03c5 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1", + "Gender": "\u03a6\u03cd\u03bb\u03bf", + "Grading": "\u0392\u0391\u0398\u039c\u039f\u039b\u039f\u0393\u0399\u0391", + "Heading": "\u0395\u03c0\u03b9\u03ba\u03b5\u03c6\u03b1\u03bb\u03af\u03b4\u03b1", + "Heading (Ctrl+H)": "\u0395\u03c0\u03b9\u03ba\u03b5\u03c6\u03b1\u03bb\u03af\u03b4\u03b1 (Ctrl+H)", + "Hide": "\u0391\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7", + "Hide Discussion": "\u0391\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7 \u03c3\u03c5\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2", + "How to use %(platform_name)s discussions": "\u03a0\u03a9\u03a3 \u039d\u0391 \u03a7\u03a1\u0397\u03a3\u0399\u039c\u039f\u03a0\u039f\u0399\u0395\u0399\u03a4\u0395 \u03a4\u039f \u03a6\u039f\u03a1\u039f\u03a5\u039c \u03a3\u03a5\u0396\u0397\u03a4\u0397\u03a3\u0395\u03a9\u039d \u03a4\u039f\u03a5 %(platform_name)s", + "Hyperlink (Ctrl+L)": "\u03a5\u03c0\u03b5\u03c1\u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03c2 (Ctrl+L)", + "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "\u0391\u03bd \u03b1\u03c6\u03ae\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03c7\u03c9\u03c1\u03af\u03c2 \u03bd\u03b1 \u03c3\u03ce\u03c3\u03b5\u03c4\u03b5 \u03ae \u03bd\u03b1 \u03c5\u03c0\u03bf\u03b2\u03ac\u03bb\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03c3\u03b1\u03c2, \u03b8\u03b1 \u03c7\u03ac\u03c3\u03b5\u03c4\u03b5 \u03bf\u03c0\u03bf\u03b9\u03b1\u03b4\u03ae\u03c0\u03bf\u03c4\u03b5 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ae \u03ad\u03c7\u03b5\u03c4\u03b5 \u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03ae.", + "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "\u0391\u03bd \u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03bb\u03b5\u03af\u03c8\u03b5\u03c4\u03b5 \u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03c7\u03c9\u03c1\u03af\u03c2 \u03bd\u03b1 \u03c5\u03c0\u03bf\u03b2\u03ac\u03bb\u03b5\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03b1\u03be\u03b9\u03bf\u03bb\u03bf\u03b3\u03ae\u03c3\u03b5\u03b9\u03c2 \u03c3\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03bf\u03c5\u03c2 \u03c3\u03c5\u03bc\u03c6\u03bf\u03b9\u03c4\u03b7\u03c4\u03ad\u03c2 \u03c3\u03b1\u03c2, \u03b8\u03b1 \u03c7\u03ac\u03c3\u03b5\u03c4\u03b5 \u03bf\u03c0\u03bf\u03b9\u03b1\u03b4\u03ae\u03c0\u03bf\u03c4\u03b5 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03ad\u03c7\u03b5\u03c4\u03b5 \u03ba\u03ac\u03bd\u03b5\u03b9.", + "If you leave this page without submitting your self assessment, you will lose any work you have done.": "\u0391\u03bd \u03b1\u03c6\u03ae\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03c7\u03c9\u03c1\u03af\u03c2 \u03bd\u03b1 \u03c5\u03c0\u03bf\u03b2\u03ac\u03bb\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b1\u03c5\u03c4\u03bf\u03b1\u03be\u03b9\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03ae \u03c3\u03b1\u03c2, \u03b8\u03b1 \u03c7\u03ac\u03c3\u03b5\u03c4\u03b5 \u03bf\u03c0\u03bf\u03b9\u03b1\u03b4\u03ae\u03c0\u03bf\u03c4\u03b5 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03ad\u03c7\u03b5\u03c4\u03b5 \u03ba\u03ac\u03bd\u03b5\u03b9.", + "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "\u0391\u03bd \u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03bb\u03b5\u03af\u03c8\u03b5\u03c4\u03b5 \u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03c7\u03c9\u03c1\u03af\u03c2 \u03bd\u03b1 \u03c5\u03c0\u03bf\u03b2\u03ac\u03bb\u03b5\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03b1\u03be\u03b9\u03bf\u03bb\u03bf\u03b3\u03ae\u03c3\u03b5\u03b9\u03c2 \u03c3\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03bf\u03c5\u03c2 \u03c3\u03c5\u03bc\u03c6\u03bf\u03b9\u03c4\u03b7\u03c4\u03ad\u03c2 \u03c3\u03b1\u03c2, \u03b8\u03b1 \u03c7\u03ac\u03c3\u03b5\u03c4\u03b5 \u03bf\u03c0\u03bf\u03b9\u03b1\u03b4\u03ae\u03c0\u03bf\u03c4\u03b5 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03ad\u03c7\u03b5\u03c4\u03b5 \u03ba\u03ac\u03bd\u03b5\u03b9.", + "If you still wish to continue and delete your account, please enter your account password:": "\u0391\u03bd \u03b5\u03be\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03c0\u03c1\u03bf\u03c7\u03c9\u03c1\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c3\u03c4\u03b7 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c4\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03c3\u03b1\u03c2, \u03c0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c3\u03b1\u03c2:", + "In Progress": "\u03a3\u03b5 \u03b5\u03be\u03ad\u03bb\u03b9\u03be\u03b7", + "Incorrect url format.": "\u039b\u03b1\u03bd\u03b8\u03b1\u03c3\u03bc\u03ad\u03bd\u03b7 \u03bc\u03bf\u03c1\u03c6\u03ae url.", + "Insert Image (upload file or type URL)": "\u0395\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03b5\u03b9\u03ba\u03cc\u03bd\u03b1 (\u03b1\u03bd\u03b5\u03b2\u03ac\u03c3\u03c4\u03b5 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf \u03ae \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 URL)", + "Italic (Ctrl+I)": "\u03a0\u03bb\u03ac\u03b3\u03b9\u03b1 (Ctrl+I)", + "January": "\u0399\u03b1\u03bd\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2", + "Joined": "\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae", + "Joined %(date)s": "\u0393\u03af\u03bd\u03b1\u03c4\u03b5 \u03bc\u03ad\u03bb\u03bf\u03c2 %(date)s", + "Joined Date": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2", + "July": "\u0399\u03bf\u03cd\u03bb\u03b9\u03bf\u03c2", + "June": "\u0399\u03bf\u03cd\u03bd\u03b9\u03bf\u03c2", + "Language": "\u0393\u03bb\u03ce\u03c3\u03c3\u03b1", + "Limit Access": "\u03a0\u03b5\u03c1\u03b9\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b7 \u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7", + "Limited Profile": "\u03a0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ae \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03bc\u03b5 \u03c0\u03b5\u03c1\u03b9\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2 \u03c4\u03b9\u03c2 \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03b5\u03c2 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2", + "Load all responses": "\u03a6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u03cc\u03bb\u03c9\u03bd \u03c4\u03c9\u03bd \u03b1\u03c0\u03bf\u03ba\u03c1\u03af\u03c3\u03b5\u03c9\u03bd", + "Load next {numResponses} responses": "\u0394\u03b5\u03af\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 {numResponses} \u03b1\u03c0\u03bf\u03ba\u03c1\u03af\u03c3\u03b5\u03b9\u03c2", + "Loading more threads": "\u03a6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03c9\u03bd \u03c3\u03c5\u03b6\u03b7\u03c4\u03ae\u03c3\u03b5\u03c9\u03bd", + "Location": "\u03a4\u03cc\u03c0\u03bf\u03c2 \u03b4\u03b9\u03b1\u03bc\u03bf\u03bd\u03ae\u03c2", + "March": "\u039c\u03ac\u03c1\u03c4\u03b9\u03bf\u03c2", + "May": "\u039c\u03ac\u03b9\u03bf\u03c2", + "Midnight": "\u039c\u03b5\u03c3\u03ac\u03bd\u03c5\u03c7\u03c4\u03b1", + "More": "\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1", + "Name": "\u038c\u03bd\u03bf\u03bc\u03b1", + "New Password": "\u039d\u03ad\u03bf\u03c2 \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2", + "No description available": "\u0394\u03b5\u03bd \u03c5\u03c0\u03ac\u03c1\u03c7\u03b5\u03b9 \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03b7 \u03c0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae", + "No posts matched your query.": "\u0394\u03b5\u03bd \u03b2\u03c1\u03ad\u03b8\u03b7\u03ba\u03b1\u03bd \u03b1\u03bd\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03c0\u03bf\u03c5 \u03bd\u03b1 \u03c4\u03b1\u03b9\u03c1\u03b9\u03ac\u03b6\u03bf\u03c5\u03bd \u03bc\u03b5 \u03c4\u03bf \u03b5\u03c1\u03ce\u03c4\u03b7\u03bc\u03ac \u03c3\u03b1\u03c2.", + "No results found for \"%(query_string)s\". Please try searching again.": "\u0394\u03b5\u03bd \u03b2\u03c1\u03ad\u03b8\u03b7\u03ba\u03b1\u03bd \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1 \u03b3\u03b9\u03b1 \u03c4\u03bf \"%(query_string)s\". \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03ae\u03c3\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac \u03c4\u03b7\u03bd \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03ae \u03c3\u03b1\u03c2.", + "Noon": "\u039c\u03b5\u03c3\u03b7\u03bc\u03ad\u03c1\u03b9", + "Not Currently Available": "\u03a4\u03bf \u03bc\u03ac\u03b8\u03b7\u03bc\u03b1 \u03b4\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03b1\u03ba\u03cc\u03bc\u03b1 \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03bf", + "Not Selected": "\u0394\u03b5\u03bd \u03b5\u03c0\u03b9\u03bb\u03ad\u03c7\u03b8\u03b7\u03ba\u03b5", + "Not available": "\u0394\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03bf", "Note: You are %s hour ahead of server time.": [ - "\u03a3\u03b7\u03bc\u03b5\u03af\u03c9\u03c3\u03b7: \u0395\u03af\u03c3\u03c4\u03b5 %s \u03ce\u03c1\u03b1 \u03bc\u03c0\u03c1\u03bf\u03c3\u03c4\u03ac \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03ce\u03c1\u03b1 \u03c4\u03bf\u03c5 \u03b5\u03be\u03c5\u03c0\u03b7\u03c1\u03b5\u03c4\u03b7\u03c4\u03ae.", + "\u03a3\u03b7\u03bc\u03b5\u03af\u03c9\u03c3\u03b7: \u0395\u03af\u03c3\u03c4\u03b5 %s \u03ce\u03c1\u03b1 \u03bc\u03c0\u03c1\u03bf\u03c3\u03c4\u03ac \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03ce\u03c1\u03b1 \u03c4\u03bf\u03c5 \u03b5\u03be\u03c5\u03c0\u03b7\u03c1\u03b5\u03c4\u03b7\u03c4\u03ae.", "\u03a3\u03b7\u03bc\u03b5\u03af\u03c9\u03c3\u03b7: \u0395\u03af\u03c3\u03c4\u03b5 %s \u03ce\u03c1\u03b5\u03c2 \u03bc\u03c0\u03c1\u03bf\u03c3\u03c4\u03ac \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03ce\u03c1\u03b1 \u03c4\u03bf\u03c5 \u03b5\u03be\u03c5\u03c0\u03b7\u03c1\u03b5\u03c4\u03b7\u03c4\u03ae." - ], + ], "Note: You are %s hour behind server time.": [ - "\u03a3\u03b7\u03bc\u03b5\u03af\u03c9\u03c3\u03b7: \u0395\u03af\u03c3\u03c4\u03b5 %s \u03ce\u03c1\u03b1 \u03c0\u03af\u03c3\u03c9 \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03ce\u03c1\u03b1 \u03c4\u03bf\u03c5 \u03b5\u03be\u03c5\u03c0\u03b7\u03c1\u03b5\u03c4\u03b7\u03c4\u03ae", + "\u03a3\u03b7\u03bc\u03b5\u03af\u03c9\u03c3\u03b7: \u0395\u03af\u03c3\u03c4\u03b5 %s \u03ce\u03c1\u03b1 \u03c0\u03af\u03c3\u03c9 \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03ce\u03c1\u03b1 \u03c4\u03bf\u03c5 \u03b5\u03be\u03c5\u03c0\u03b7\u03c1\u03b5\u03c4\u03b7\u03c4\u03ae", "\u03a3\u03b7\u03bc\u03b5\u03af\u03c9\u03c3\u03b7: \u0395\u03af\u03c3\u03c4\u03b5 %s \u03ce\u03c1\u03b5\u03c2 \u03c0\u03af\u03c3\u03c9 \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03ce\u03c1\u03b1 \u03c4\u03bf\u03c5 \u03b5\u03be\u03c5\u03c0\u03b7\u03c1\u03b5\u03c4\u03b7\u03c4\u03ae." - ], - "November": "\u039d\u03bf\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2", - "Now": "\u03a4\u03ce\u03c1\u03b1", - "Number of Students": "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03c3\u03c0\u03bf\u03c5\u03b4\u03b1\u03c3\u03c4\u03ce\u03bd", - "Numbered List (Ctrl+O)": "\u0391\u03c1\u03b9\u03b8\u03bc\u03b7\u03bc\u03ad\u03bd\u03b7 \u039b\u03af\u03c3\u03c4\u03b1 (Ctrl+O)", - "October": "\u039f\u03ba\u03c4\u03ce\u03b2\u03c1\u03b9\u03bf\u03c2", - "Once your account is deleted, you cannot use it to take courses on the edX app, edx.org, or any other site hosted by edX. This includes access to edx.org from your employer\u2019s or university\u2019s system and access to private sites offered by MIT Open Learning, Wharton Executive Education, and Harvard Medical School.": "\u0386\u03c0\u03b1\u03be \u03ba\u03b1\u03b9 \u03bf \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03c3\u03b1\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03b5\u03af, \u03b4\u03b5\u03bd \u03b8\u03b1 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03c4\u03bf\u03bd \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03ae\u03c3\u03b5\u03c4\u03b5 \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1 \u03c4\u03bf\u03c5 Mathesis.", - "Option Deleted": "\u0397 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c6\u03b7\u03ba\u03b5", - "Optionally, link your personal accounts to the social media icons on your edX profile.": "\u039c\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5, \u03b1\u03bd \u03c6\u03c5\u03c3\u03b9\u03ba\u03ac \u03c4\u03bf \u03b5\u03c0\u03b9\u03b8\u03c5\u03bc\u03b5\u03af\u03c4\u03b5, \u03bd\u03b1 \u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ad\u03c2 \u03c3\u03b1\u03c2 \u03c3\u03b5\u03bb\u03af\u03b4\u03b5\u03c2 \u03c3\u03c4\u03b1 \u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03b9\u03ba\u03ac \u03b4\u03af\u03ba\u03c4\u03c5\u03b1 \u03bc\u03b5 \u03c4\u03bf \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc \u03c3\u03b1\u03c2 \u03c3\u03c4\u03bf Mathesis", - "Order History": "\u0399\u03c3\u03c4\u03bf\u03c1\u03b9\u03ba\u03cc \u03a0\u03b1\u03c1\u03b1\u03b3\u03b3\u03b5\u03bb\u03b9\u03ce\u03bd", - "Password": "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2", - "Password assistance": "\u039e\u03b5\u03c7\u03ac\u03c3\u03b1\u03c4\u03b5 \u03c4\u03bf\u03bd \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c3\u03b1\u03c2;", - "Password is incorrect": "\u039f \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bb\u03b1\u03bd\u03b8\u03b1\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2", - "Peer": "\u03a3\u03c5\u03bc\u03c6\u03bf\u03b9\u03c4\u03b7\u03c4\u03ae\u03c2", - "Photo of %(fullName)s's ID": "\u03a6\u03c9\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1 \u03c4\u03bf\u03c5 %(fullName)s", - "Please address the errors on this page first, and then save your progress.": "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b4\u03b9\u03b5\u03c5\u03b8\u03b5\u03c4\u03ae\u03c3\u03c4\u03b5 \u03c0\u03c1\u03ce\u03c4\u03b1 \u03c4\u03b1 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1\u03c4\u03b1 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03ae\u03bd \u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03ba\u03b1\u03b9 \u03c3\u03c4\u03b7 \u03c3\u03c5\u03bd\u03ad\u03c7\u03b5\u03b9\u03b1 \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c3\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03c3\u03c4\u03b7\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03c3\u03b1\u03c2.", - "Please enter a student email address or username.": "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf e-mail \u03ae \u03c4\u03bf \u03c8\u03b5\u03c5\u03b4\u03ce\u03bd\u03c5\u03bc\u03bf \u03ba\u03ac\u03c0\u03bf\u03b9\u03bf\u03c5 \u03c3\u03c0\u03bf\u03c5\u03b4\u03b1\u03c3\u03c4\u03ae.", - "Please enter a valid donation amount.": "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03ad\u03b3\u03ba\u03c5\u03c1\u03bf \u03c0\u03bf\u03c3\u03cc \u03b4\u03c9\u03c1\u03b5\u03ac\u03c2.", - "Please enter valid start date and time.": "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03ad\u03b3\u03ba\u03c5\u03c1\u03b7 \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03ba\u03b1\u03b9 \u03ce\u03c1\u03b1 \u03ad\u03bd\u03b1\u03c1\u03be\u03b7\u03c2.", - "Please re-enter your password.": "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03c0\u03b1\u03bd\u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c3\u03b1\u03c2.", - "Please wait": "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03c0\u03b5\u03c1\u03b9\u03bc\u03ad\u03bd\u03b5\u03c4\u03b5", - "Preferred Language": "\u03a0\u03c1\u03bf\u03c4\u03b9\u03bc\u03ce\u03bc\u03b5\u03bd\u03b7 \u0393\u03bb\u03ce\u03c3\u03c3\u03b1", - "Prerequisite:": "\u03a0\u03c1\u03bf\u03b1\u03c0\u03b1\u03b9\u03c4\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf:", - "Preview": "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7", - "Preview Certificate": "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7 \u0392\u03b5\u03b2\u03b1\u03af\u03c9\u03c3\u03b7\u03c2", - "Preview of uploaded image": "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03c9\u03bc\u03ad\u03bd\u03b7\u03c2 \u03b5\u03b9\u03ba\u03cc\u03bd\u03b1\u03c2", - "Profile Visibility:": "\u039f\u03b9 \u03c3\u03c0\u03bf\u03c5\u03b4\u03b1\u03c3\u03c4\u03ad\u03c2 \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bd \u03bd\u03b1 \u03b4\u03bf\u03c5\u03bd: ", - "Receive updates": "\u0395\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03c3\u03b5\u03b9\u03c2", - "Redo (Ctrl+Shift+Z)": "\u0395\u03c0\u03b1\u03bd\u03ac\u03bb\u03b7\u03c8\u03b7 (Ctrl+Shift+Z)", - "Redo (Ctrl+Y)": "\u0395\u03c0\u03b1\u03bd\u03ac\u03bb\u03b7\u03c8\u03b7 (Ctrl+Y)", - "Released:": "\u0394\u03b7\u03bc\u03bf\u03c3\u03b9\u03b5\u03cd\u03b8\u03b7\u03ba\u03b5:", - "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "\u0397 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b5\u03bd\u03b5\u03c1\u03b3\u03ae. \u0393\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b1\u03c0\u03bf\u03c6\u03c5\u03b3\u03ae \u03c3\u03c6\u03b1\u03bb\u03bc\u03ac\u03c4\u03c9\u03bd, \u03c0\u03b1\u03c1\u03b1\u03bc\u03b5\u03af\u03bd\u03b5\u03c4\u03b5 \u03c3\u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03bc\u03ad\u03c7\u03c1\u03b9 \u03bd\u03b1 \u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03c9\u03b8\u03b5\u03af \u03b7 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1. ", - "Remove": "\u0391\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7", - "Remove all": "\u0391\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03cc\u03bb\u03c9\u03bd", - "Replace": "\u0391\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7", - "Replace all": "\u0391\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03cc\u03bb\u03c9\u03bd", - "Replace with": "\u0391\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03bc\u03b5", - "Report abuse, topics, and responses": "\u0391\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03b1\u03bd\u03ac\u03c1\u03c4\u03b7\u03c3\u03b7\u03c2 \u03c0\u03bf\u03c5 \u03c0\u03b1\u03c1\u03b1\u03b2\u03b9\u03ac\u03b6\u03b5\u03b9 \u03c4\u03bf\u03c5\u03c2 \u03cc\u03c1\u03bf\u03c5\u03c2 \u03c7\u03c1\u03ae\u03c3\u03b7\u03c2 \u03c4\u03bf\u03c5 \u03c6\u03cc\u03c1\u03bf\u03c5\u03bc", - "Required": "\u0391\u03c0\u03b1\u03b9\u03c4\u03b5\u03af\u03c4\u03b1\u03b9", - "Required field.": "\u03a5\u03c0\u03bf\u03c7\u03c1\u03b5\u03c9\u03c4\u03b9\u03ba\u03cc \u03c0\u03b5\u03b4\u03af\u03bf.", - "Reset Password": "\u0391\u03bb\u03bb\u03b1\u03b3\u03ae \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd", - "Reset Your Password": "\u0391\u03bb\u03bb\u03b1\u03b3\u03ae \u03c4\u03bf\u03c5 \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03bc\u03bf\u03c5", - "Responses could not be loaded. Refresh the page and try again.": "\u0391\u03c0\u03ad\u03c4\u03c5\u03c7\u03b5 \u03b7 \u03b5\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03c4\u03c9\u03bd \u03b1\u03c0\u03bf\u03ba\u03c1\u03af\u03c3\u03b5\u03c9\u03bd. \u0391\u03bd\u03b1\u03bd\u03b5\u03ce\u03c3\u03c4\u03b5 \u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03ba\u03b1\u03b9 \u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03ae\u03c3\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac.", - "Return to team listing": "\u0395\u03c0\u03b9\u03c3\u03c4\u03c1\u03ad\u03c8\u03c4\u03b5 \u03c3\u03c4\u03bf\u03bd \u03ba\u03b1\u03c4\u03ac\u03bb\u03bf\u03b3\u03bf \u03c4\u03c9\u03bd \u03bf\u03bc\u03ac\u03b4\u03c9\u03bd", - "Saving": "\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03c3\u03b5 \u03b5\u03be\u03ad\u03bb\u03b9\u03be\u03b7", - "Saving...": "\u0393\u0399\u039d\u0395\u03a4\u0391\u0399 \u0391\u03a0\u039f\u0398\u0397\u039a\u0395\u03a5\u03a3\u0397...", - "Search": "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7", - "Search Results": "\u0391\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1 \u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2", - "Search all posts": "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7", - "Search teams": "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03bf\u03bc\u03ac\u03b4\u03c9\u03bd", - "Select the time zone for displaying course dates. If you do not specify a time zone, course dates, including assignment deadlines, will be displayed in your browser's local time zone.": "\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03c4\u03b7 \u03b6\u03ce\u03bd\u03b7 \u03ce\u03c1\u03b1\u03c2 \u03c3\u03c4\u03b7\u03bd \u03bf\u03c0\u03bf\u03af\u03b1 \u03b5\u03c0\u03b9\u03b8\u03c5\u03bc\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9 \u03bf\u03b9 \u03c0\u03c1\u03bf\u03b8\u03b5\u03c3\u03bc\u03af\u03b5\u03c2 \u03c4\u03bf\u03c5 \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2. \u0395\u03ac\u03bd \u03b4\u03b5\u03bd \u03c0\u03c1\u03bf\u03c3\u03b4\u03b9\u03bf\u03c1\u03af\u03c3\u03b5\u03c4\u03b5 \u03ba\u03ac\u03c0\u03bf\u03b9\u03b1 \u03b6\u03ce\u03bd\u03b7 \u03ce\u03c1\u03b1\u03c2, \u03bf\u03b9 \u03c0\u03c1\u03bf\u03b8\u03b5\u03c3\u03bc\u03af\u03b5\u03c2 \u03c4\u03bf\u03c5 \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2, \u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd \u03ba\u03b1\u03b9 \u03c4\u03c9\u03bd \u03c0\u03c1\u03bf\u03b8\u03b5\u03c3\u03bc\u03b9\u03ce\u03bd \u03c0\u03bf\u03c5 \u03b1\u03c6\u03bf\u03c1\u03bf\u03cd\u03bd \u03b2\u03b1\u03b8\u03bc\u03bf\u03bb\u03bf\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03b1 \u03c4\u03b5\u03c3\u03c4 \u03ba\u03b1\u03b9 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2, \u03b8\u03b1 \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b7 \u03b6\u03ce\u03bd\u03b7 \u03ce\u03c1\u03b1\u03c2 \u03cc\u03c0\u03c9\u03c2 \u03b1\u03c5\u03c4\u03ae \u03ad\u03c7\u03b5\u03b9 \u03bf\u03c1\u03b9\u03c3\u03c4\u03b5\u03af \u03c3\u03c4\u03bf\u03bd \u03c6\u03c5\u03bb\u03bb\u03bf\u03bc\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae \u03c3\u03b1\u03c2.", - "September": "\u03a3\u03b5\u03c0\u03c4\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2", - "Show": "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae", - "Show Discussion": "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03c3\u03c5\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2", - "Show posts by {username}.": "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03b1\u03bd\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03c9\u03bd \u03b1\u03c0\u03cc {username}.", - "Showing all responses": "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03cc\u03bb\u03c9\u03bd \u03c4\u03c9\u03bd \u03b1\u03c0\u03bf\u03ba\u03c1\u03af\u03c3\u03b5\u03c9\u03bd", + ], + "November": "\u039d\u03bf\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2", + "Now": "\u03a4\u03ce\u03c1\u03b1", + "Number of Students": "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03c3\u03c0\u03bf\u03c5\u03b4\u03b1\u03c3\u03c4\u03ce\u03bd", + "Numbered List (Ctrl+O)": "\u0391\u03c1\u03b9\u03b8\u03bc\u03b7\u03bc\u03ad\u03bd\u03b7 \u039b\u03af\u03c3\u03c4\u03b1 (Ctrl+O)", + "October": "\u039f\u03ba\u03c4\u03ce\u03b2\u03c1\u03b9\u03bf\u03c2", + "Once your account is deleted, you cannot use it to take courses on the edX app, edx.org, or any other site hosted by edX. This includes access to edx.org from your employer\u2019s or university\u2019s system and access to private sites offered by MIT Open Learning, Wharton Executive Education, and Harvard Medical School.": "\u0386\u03c0\u03b1\u03be \u03ba\u03b1\u03b9 \u03bf \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03c3\u03b1\u03c2 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03b5\u03af, \u03b4\u03b5\u03bd \u03b8\u03b1 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03c4\u03bf\u03bd \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03ae\u03c3\u03b5\u03c4\u03b5 \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1 \u03c4\u03bf\u03c5 Mathesis.", + "Option Deleted": "\u0397 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c6\u03b7\u03ba\u03b5", + "Optionally, link your personal accounts to the social media icons on your edX profile.": "\u039c\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5, \u03b1\u03bd \u03c6\u03c5\u03c3\u03b9\u03ba\u03ac \u03c4\u03bf \u03b5\u03c0\u03b9\u03b8\u03c5\u03bc\u03b5\u03af\u03c4\u03b5, \u03bd\u03b1 \u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ad\u03c2 \u03c3\u03b1\u03c2 \u03c3\u03b5\u03bb\u03af\u03b4\u03b5\u03c2 \u03c3\u03c4\u03b1 \u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03b9\u03ba\u03ac \u03b4\u03af\u03ba\u03c4\u03c5\u03b1 \u03bc\u03b5 \u03c4\u03bf \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc \u03c3\u03b1\u03c2 \u03c3\u03c4\u03bf Mathesis", + "Order History": "\u0399\u03c3\u03c4\u03bf\u03c1\u03b9\u03ba\u03cc \u03a0\u03b1\u03c1\u03b1\u03b3\u03b3\u03b5\u03bb\u03b9\u03ce\u03bd", + "Password": "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2", + "Password assistance": "\u039e\u03b5\u03c7\u03ac\u03c3\u03b1\u03c4\u03b5 \u03c4\u03bf\u03bd \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c3\u03b1\u03c2;", + "Password is incorrect": "\u039f \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bb\u03b1\u03bd\u03b8\u03b1\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2", + "Peer": "\u03a3\u03c5\u03bc\u03c6\u03bf\u03b9\u03c4\u03b7\u03c4\u03ae\u03c2", + "Photo of %(fullName)s's ID": "\u03a6\u03c9\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1 \u03c4\u03bf\u03c5 %(fullName)s", + "Please address the errors on this page first, and then save your progress.": "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b4\u03b9\u03b5\u03c5\u03b8\u03b5\u03c4\u03ae\u03c3\u03c4\u03b5 \u03c0\u03c1\u03ce\u03c4\u03b1 \u03c4\u03b1 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1\u03c4\u03b1 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03ae\u03bd \u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03ba\u03b1\u03b9 \u03c3\u03c4\u03b7 \u03c3\u03c5\u03bd\u03ad\u03c7\u03b5\u03b9\u03b1 \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c3\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03c3\u03c4\u03b7\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03c3\u03b1\u03c2.", + "Please enter a student email address or username.": "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf e-mail \u03ae \u03c4\u03bf \u03c8\u03b5\u03c5\u03b4\u03ce\u03bd\u03c5\u03bc\u03bf \u03ba\u03ac\u03c0\u03bf\u03b9\u03bf\u03c5 \u03c3\u03c0\u03bf\u03c5\u03b4\u03b1\u03c3\u03c4\u03ae.", + "Please enter a valid donation amount.": "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03ad\u03b3\u03ba\u03c5\u03c1\u03bf \u03c0\u03bf\u03c3\u03cc \u03b4\u03c9\u03c1\u03b5\u03ac\u03c2.", + "Please enter valid start date and time.": "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03ad\u03b3\u03ba\u03c5\u03c1\u03b7 \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03ba\u03b1\u03b9 \u03ce\u03c1\u03b1 \u03ad\u03bd\u03b1\u03c1\u03be\u03b7\u03c2.", + "Please re-enter your password.": "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03c0\u03b1\u03bd\u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c3\u03b1\u03c2.", + "Please wait": "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03c0\u03b5\u03c1\u03b9\u03bc\u03ad\u03bd\u03b5\u03c4\u03b5", + "Preferred Language": "\u03a0\u03c1\u03bf\u03c4\u03b9\u03bc\u03ce\u03bc\u03b5\u03bd\u03b7 \u0393\u03bb\u03ce\u03c3\u03c3\u03b1", + "Prerequisite:": "\u03a0\u03c1\u03bf\u03b1\u03c0\u03b1\u03b9\u03c4\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf:", + "Preview": "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7", + "Preview Certificate": "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7 \u0392\u03b5\u03b2\u03b1\u03af\u03c9\u03c3\u03b7\u03c2", + "Preview of uploaded image": "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03c9\u03bc\u03ad\u03bd\u03b7\u03c2 \u03b5\u03b9\u03ba\u03cc\u03bd\u03b1\u03c2", + "Profile Visibility:": "\u039f\u03b9 \u03c3\u03c0\u03bf\u03c5\u03b4\u03b1\u03c3\u03c4\u03ad\u03c2 \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bd \u03bd\u03b1 \u03b4\u03bf\u03c5\u03bd: ", + "Receive updates": "\u0395\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03c3\u03b5\u03b9\u03c2", + "Redo (Ctrl+Shift+Z)": "\u0395\u03c0\u03b1\u03bd\u03ac\u03bb\u03b7\u03c8\u03b7 (Ctrl+Shift+Z)", + "Redo (Ctrl+Y)": "\u0395\u03c0\u03b1\u03bd\u03ac\u03bb\u03b7\u03c8\u03b7 (Ctrl+Y)", + "Released:": "\u0394\u03b7\u03bc\u03bf\u03c3\u03b9\u03b5\u03cd\u03b8\u03b7\u03ba\u03b5:", + "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "\u0397 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b5\u03bd\u03b5\u03c1\u03b3\u03ae. \u0393\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b1\u03c0\u03bf\u03c6\u03c5\u03b3\u03ae \u03c3\u03c6\u03b1\u03bb\u03bc\u03ac\u03c4\u03c9\u03bd, \u03c0\u03b1\u03c1\u03b1\u03bc\u03b5\u03af\u03bd\u03b5\u03c4\u03b5 \u03c3\u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03bc\u03ad\u03c7\u03c1\u03b9 \u03bd\u03b1 \u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03c9\u03b8\u03b5\u03af \u03b7 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1. ", + "Remove": "\u0391\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7", + "Remove all": "\u0391\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03cc\u03bb\u03c9\u03bd", + "Replace": "\u0391\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7", + "Replace all": "\u0391\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03cc\u03bb\u03c9\u03bd", + "Replace with": "\u0391\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03bc\u03b5", + "Report abuse, topics, and responses": "\u0391\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03b1\u03bd\u03ac\u03c1\u03c4\u03b7\u03c3\u03b7\u03c2 \u03c0\u03bf\u03c5 \u03c0\u03b1\u03c1\u03b1\u03b2\u03b9\u03ac\u03b6\u03b5\u03b9 \u03c4\u03bf\u03c5\u03c2 \u03cc\u03c1\u03bf\u03c5\u03c2 \u03c7\u03c1\u03ae\u03c3\u03b7\u03c2 \u03c4\u03bf\u03c5 \u03c6\u03cc\u03c1\u03bf\u03c5\u03bc", + "Required": "\u0391\u03c0\u03b1\u03b9\u03c4\u03b5\u03af\u03c4\u03b1\u03b9", + "Required field.": "\u03a5\u03c0\u03bf\u03c7\u03c1\u03b5\u03c9\u03c4\u03b9\u03ba\u03cc \u03c0\u03b5\u03b4\u03af\u03bf.", + "Reset Password": "\u0391\u03bb\u03bb\u03b1\u03b3\u03ae \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd", + "Reset Your Password": "\u0391\u03bb\u03bb\u03b1\u03b3\u03ae \u03c4\u03bf\u03c5 \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03bc\u03bf\u03c5", + "Responses could not be loaded. Refresh the page and try again.": "\u0391\u03c0\u03ad\u03c4\u03c5\u03c7\u03b5 \u03b7 \u03b5\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03c4\u03c9\u03bd \u03b1\u03c0\u03bf\u03ba\u03c1\u03af\u03c3\u03b5\u03c9\u03bd. \u0391\u03bd\u03b1\u03bd\u03b5\u03ce\u03c3\u03c4\u03b5 \u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03ba\u03b1\u03b9 \u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03ae\u03c3\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac.", + "Return to team listing": "\u0395\u03c0\u03b9\u03c3\u03c4\u03c1\u03ad\u03c8\u03c4\u03b5 \u03c3\u03c4\u03bf\u03bd \u03ba\u03b1\u03c4\u03ac\u03bb\u03bf\u03b3\u03bf \u03c4\u03c9\u03bd \u03bf\u03bc\u03ac\u03b4\u03c9\u03bd", + "Saving": "\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03c3\u03b5 \u03b5\u03be\u03ad\u03bb\u03b9\u03be\u03b7", + "Saving...": "\u0393\u0399\u039d\u0395\u03a4\u0391\u0399 \u0391\u03a0\u039f\u0398\u0397\u039a\u0395\u03a5\u03a3\u0397...", + "Search": "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7", + "Search Results": "\u0391\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1 \u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2", + "Search all posts": "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7", + "Search teams": "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03bf\u03bc\u03ac\u03b4\u03c9\u03bd", + "Select the time zone for displaying course dates. If you do not specify a time zone, course dates, including assignment deadlines, will be displayed in your browser's local time zone.": "\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03c4\u03b7 \u03b6\u03ce\u03bd\u03b7 \u03ce\u03c1\u03b1\u03c2 \u03c3\u03c4\u03b7\u03bd \u03bf\u03c0\u03bf\u03af\u03b1 \u03b5\u03c0\u03b9\u03b8\u03c5\u03bc\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9 \u03bf\u03b9 \u03c0\u03c1\u03bf\u03b8\u03b5\u03c3\u03bc\u03af\u03b5\u03c2 \u03c4\u03bf\u03c5 \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2. \u0395\u03ac\u03bd \u03b4\u03b5\u03bd \u03c0\u03c1\u03bf\u03c3\u03b4\u03b9\u03bf\u03c1\u03af\u03c3\u03b5\u03c4\u03b5 \u03ba\u03ac\u03c0\u03bf\u03b9\u03b1 \u03b6\u03ce\u03bd\u03b7 \u03ce\u03c1\u03b1\u03c2, \u03bf\u03b9 \u03c0\u03c1\u03bf\u03b8\u03b5\u03c3\u03bc\u03af\u03b5\u03c2 \u03c4\u03bf\u03c5 \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2, \u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd \u03ba\u03b1\u03b9 \u03c4\u03c9\u03bd \u03c0\u03c1\u03bf\u03b8\u03b5\u03c3\u03bc\u03b9\u03ce\u03bd \u03c0\u03bf\u03c5 \u03b1\u03c6\u03bf\u03c1\u03bf\u03cd\u03bd \u03b2\u03b1\u03b8\u03bc\u03bf\u03bb\u03bf\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03b1 \u03c4\u03b5\u03c3\u03c4 \u03ba\u03b1\u03b9 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2, \u03b8\u03b1 \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b7 \u03b6\u03ce\u03bd\u03b7 \u03ce\u03c1\u03b1\u03c2 \u03cc\u03c0\u03c9\u03c2 \u03b1\u03c5\u03c4\u03ae \u03ad\u03c7\u03b5\u03b9 \u03bf\u03c1\u03b9\u03c3\u03c4\u03b5\u03af \u03c3\u03c4\u03bf\u03bd \u03c6\u03c5\u03bb\u03bb\u03bf\u03bc\u03b5\u03c4\u03c1\u03b7\u03c4\u03ae \u03c3\u03b1\u03c2.", + "September": "\u03a3\u03b5\u03c0\u03c4\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2", + "Show": "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae", + "Show Discussion": "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03c3\u03c5\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2", + "Show posts by {username}.": "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03b1\u03bd\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03c9\u03bd \u03b1\u03c0\u03cc {username}.", + "Showing all responses": "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03cc\u03bb\u03c9\u03bd \u03c4\u03c9\u03bd \u03b1\u03c0\u03bf\u03ba\u03c1\u03af\u03c3\u03b5\u03c9\u03bd", "Showing first response": [ - "\u0394\u03b5\u03af\u03c4\u03b5 \u03c4\u03b7\u03bd \u03c0\u03c1\u03ce\u03c4\u03b7 \u03b1\u03c0\u03cc\u03ba\u03c1\u03b9\u03c3\u03b7", + "\u0394\u03b5\u03af\u03c4\u03b5 \u03c4\u03b7\u03bd \u03c0\u03c1\u03ce\u03c4\u03b7 \u03b1\u03c0\u03cc\u03ba\u03c1\u03b9\u03c3\u03b7", "\u0395\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9 \u03bf\u03b9 \u03c0\u03c1\u03ce\u03c4\u03b5\u03c2 {numResponses} \u03b1\u03c0\u03bf\u03ba\u03c1\u03af\u03c3\u03b5\u03b9\u03c2" - ], - "Showing results for \"{searchString}\"": "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03b5\u03c3\u03bc\u03ac\u03c4\u03c9\u03bd \u03b3\u03b9\u03b1 {searchString}\"", - "Showing {firstIndex} out of {numItems} total": "\u0392\u03bb\u03ad\u03c0\u03b5\u03c4\u03b5 {firstIndex} \u03b1\u03c0\u03cc \u03c3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03ac {numItems} \u03c3\u03b5\u03bb\u03b9\u03b4\u03bf\u03b4\u03b5\u03af\u03ba\u03c4\u03b7 ", - "Showing {firstIndex}-{lastIndex} out of {numItems} total": "\u0392\u03bb\u03ad\u03c0\u03b5\u03c4\u03b5 \u03c4\u03bf\u03c5\u03c2 \u03c3\u03b5\u03bb\u03b9\u03b4\u03bf\u03b4\u03b5\u03af\u03ba\u03c4\u03b5\u03c2 {firstIndex}-{lastIndex} \u03b1\u03c0\u03cc \u03c4\u03bf\u03c5\u03c2 \u03c3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03ac {numItems} \u03c3\u03b5\u03bb\u03b9\u03b4\u03bf\u03b4\u03b5\u03af\u03ba\u03c4\u03b5\u03c2 ", - "Sign In": "\u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7", - "Sign in here using your email address and password, or use one of the providers listed below.": "\u03a3\u03c5\u03bd\u03b4\u03b5\u03b8\u03b5\u03af\u03c4\u03b5 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c4\u03bf email \u03ba\u03b1\u03b9 \u03c4\u03bf\u03bd \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c3\u03b1\u03c2 \u03ae \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03ba\u03ac\u03c0\u03bf\u03b9\u03bf\u03bd \u03b1\u03c0\u03cc \u03c4\u03bf\u03c5\u03c2 \u03b1\u03ba\u03cc\u03bb\u03bf\u03c5\u03b8\u03bf\u03c5\u03c2 \u03c0\u03b1\u03c1\u03cc\u03c7\u03bf\u03c5\u03c2", - "Sign in here using your email address and password.": "\u03a3\u03c5\u03bd\u03b4\u03b5\u03b8\u03b5\u03af\u03c4\u03b5 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c4\u03bf email \u03ba\u03b1\u03b9 \u03c4\u03bf\u03bd \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c3\u03b1\u03c2.", - "Sign in with %(providerName)s": "\u03a3\u03c5\u03bd\u03b4\u03b5\u03b8\u03b5\u03af\u03c4\u03b5 \u03bc\u03ad\u03c3\u03c9 %(providerName)s", - "Sign in.": "\u03a3\u03c5\u03bd\u03b4\u03b5\u03b8\u03b5\u03af\u03c4\u03b5.", - "Social Media Links": "\u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03b9 \u03c0\u03c1\u03bf\u03c2 \u03c4\u03b9\u03c2 \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ad\u03c2 \u03c3\u03b1\u03c2 \u03c3\u03b5\u03bb\u03af\u03b4\u03b5\u03c2 \u03c3\u03c4\u03b1 \u039a\u03bf\u03b9\u03bd\u03c9\u03bd\u03b9\u03ba\u03ac \u0394\u03af\u03ba\u03c4\u03c5\u03b1", - "Staff": "\u03a0\u03a1\u039f\u03a3\u03a9\u03a0\u0399\u039a\u039f", - "Start Date": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03ae\u03bd\u03b9\u03b1 \u0388\u03bd\u03b1\u03c1\u03be\u03b7\u03c2", - "Started": "\u0388\u03bd\u03b1\u03c1\u03be\u03b7", - "Starts": "\u0388\u03bd\u03b1\u03c1\u03be\u03b7", - "Starts: %(start_date)s": "\u0388\u03bd\u03b1\u03c1\u03be\u03b7: %(start_date)s", - "Status of Your Response": "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2 \u03c3\u03b1\u03c2", - "Student": "\u03a3\u03c0\u03bf\u03c5\u03b4\u03b1\u03c3\u03c4\u03ae\u03c2", - "Submit": "\u03a5\u03c0\u03bf\u03b2\u03bf\u03bb\u03ae", - "Support education research by providing additional information": "\u03a3\u03c5\u03bd\u03b5\u03b9\u03c3\u03c6\u03ad\u03c1\u03b5\u03c4\u03b5 \u03c3\u03c4\u03b7\u03bd \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ae \u03ad\u03c1\u03b5\u03c5\u03bd\u03b1 \u03b4\u03af\u03bd\u03bf\u03bd\u03c4\u03b1\u03c2 \u03ba\u03ac\u03c0\u03bf\u03b9\u03b5\u03c2 \u03b5\u03c0\u03b9\u03c0\u03bb\u03ad\u03bf\u03bd \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2.", - "TOTAL": "\u03a3\u03a5\u039d\u039f\u039b\u039f", - "Team Description (Required) *": "\u03a0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u039f\u03bc\u03ac\u03b4\u03b1\u03c2 (\u03a5\u03c0\u03bf\u03c7\u03c1\u03b5\u03c9\u03c4\u03b9\u03ba\u03cc \u03c0\u03b5\u03b4\u03af\u03bf)*", - "Team Name (Required) *": "\u038c\u03bd\u03bf\u03bc\u03b1 \u039f\u03bc\u03ac\u03b4\u03b1\u03c2 (\u03a5\u03c0\u03bf\u03c7\u03c1\u03b5\u03c9\u03c4\u03b9\u03ba\u03cc \u03c0\u03b5\u03b4\u03af\u03bf)*", - "Terms of Service and Honor Code": "\u038c\u03c1\u03bf\u03b9 \u03c7\u03c1\u03ae\u03c3\u03b7\u03c2 \u03ba\u03b1\u03b9 \u039a\u03ce\u03b4\u03b9\u03ba\u03b1\u03c2 \u03a4\u03b9\u03bc\u03ae\u03c2", - "The country or region where you live.": "\u0397 \u03c7\u03ce\u03c1\u03b1 \u03c3\u03c4\u03b7\u03bd \u03bf\u03c0\u03bf\u03af\u03b1 \u03b4\u03b9\u03b1\u03bc\u03ad\u03bd\u03b5\u03c4\u03b5.", - "The email address you've provided isn't formatted correctly.": "\u03a4\u03bf e-mail \u03c0\u03bf\u03c5 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b1\u03c4\u03b5 \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03b9 \u03c4\u03b7\u03bd \u03c3\u03c9\u03c3\u03c4\u03ae \u03bc\u03bf\u03c1\u03c6\u03ae.", - "The language used throughout this site. This site is currently available in a limited number of languages. Changing the value of this field will cause the page to refresh.": "\u0397 \u03b3\u03bb\u03ce\u03c3\u03c3\u03b1 \u03c3\u03c4\u03b7\u03bd \u03bf\u03c0\u03bf\u03af\u03b1 \u03b8\u03b1 \u03b2\u03bb\u03ad\u03c0\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd \u03b9\u03c3\u03c4\u03cc\u03c4\u03bf\u03c0\u03bf. \u03a0\u03c1\u03bf\u03c2 \u03c4\u03bf \u03c0\u03b1\u03c1\u03cc\u03bd \u03bf \u03b9\u03c3\u03c4\u03cc\u03c4\u03bf\u03c0\u03bf\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03bf\u03c2 \u03bc\u03cc\u03bd\u03bf \u03c3\u03c4\u03b7\u03bd \u03b5\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ae \u03b3\u03bb\u03ce\u03c3\u03c3\u03b1.", - "The name that identifies you on {platform_name}. You cannot change your username.": "\u03a4\u03bf \u03cc\u03bd\u03bf\u03bc\u03b1 \u03bc\u03b5 \u03c4\u03bf \u03bf\u03c0\u03bf\u03af\u03bf \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03b5\u03c3\u03c4\u03b5 \u03c3\u03c4\u03bf {platform_name}. \u0394\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03c4\u03bf \u03b1\u03bb\u03bb\u03ac\u03be\u03b5\u03c4\u03b5.", - "The name that is used for ID verification and that appears on your certificates.": "\u03a4\u03bf \u03bf\u03bd\u03bf\u03bc\u03b1\u03c4\u03b5\u03c0\u03ce\u03bd\u03c5\u03bc\u03bf \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03b5\u03cd\u03b5\u03b9 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b5\u03c0\u03b1\u03bb\u03ae\u03b8\u03b5\u03c5\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03ac\u03c2 \u03c3\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b1\u03c5\u03c4\u03cc \u03c0\u03bf\u03c5 \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b9\u03c2 \u03b2\u03b5\u03b2\u03b1\u03b9\u03ce\u03c3\u03b5\u03b9\u03c2 \u03c3\u03b1\u03c2. ", - "The server could not be contacted.": "\u0394\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03b4\u03c5\u03bd\u03b1\u03c4\u03ae \u03b7 \u03b5\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1 \u03bc\u03b5 \u03c4\u03bf\u03bd server.", - "The submission could not be removed from the grading pool.": "\u0397 \u03c5\u03c0\u03bf\u03b2\u03bb\u03b7\u03b8\u03b5\u03af\u03c3\u03b1 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03b4\u03b5\u03bd \u03ae\u03c4\u03b1\u03bd \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03bd \u03bd\u03b1 \u03b5\u03be\u03b1\u03b9\u03c1\u03b5\u03b8\u03b5\u03af \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1 \u03b2\u03b1\u03b8\u03bc\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7\u03c2", - "There are no posts in this topic yet.": "\u0394\u03b5\u03bd \u03c5\u03c0\u03ac\u03c1\u03c7\u03bf\u03c5\u03bd \u03b1\u03ba\u03cc\u03bc\u03b1 \u03b1\u03bd\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03b8\u03ad\u03bc\u03b1.", - "There has been an error while exporting.": "\u03a0\u03b1\u03c1\u03bf\u03c5\u03c3\u03b9\u03ac\u03c3\u03c4\u03b7\u03ba\u03b5 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7\u03bd \u03b5\u03be\u03b1\u03b3\u03c9\u03b3\u03ae \u03c4\u03c9\u03bd \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd \u03c3\u03b1\u03c2.", - "There has been an error with your export.": "\u03a0\u03c1\u03bf\u03ad\u03ba\u03c5\u03c8\u03b5 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03bc\u03b5 \u03c4\u03b7\u03bd \u03b5\u03be\u03b1\u03b3\u03c9\u03b3\u03ae \u03c4\u03c9\u03bd \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd \u03c3\u03b1\u03c2.", - "There was an error changing the user's role": "\u03a0\u03b1\u03c1\u03bf\u03c5\u03c3\u03b9\u03ac\u03c3\u03c4\u03b7\u03ba\u03b5 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03c3\u03c4\u03b7\u03bd \u03c4\u03c1\u03bf\u03c0\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03c1\u03cc\u03bb\u03bf\u03c5 \u03c4\u03bf\u03c5 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7", - "There was an error retrieving preview results for this catalog. Please check that your query is correct and try again.": "\u03a5\u03c0\u03ae\u03c1\u03be\u03b5 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1 \u03c0\u03c1\u03bf\u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7\u03c2 \u03c4\u03bf\u03c5 \u03ba\u03b1\u03c4\u03b1\u03bb\u03cc\u03b3\u03bf\u03c5. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03bb\u03ad\u03b3\u03be\u03c4\u03b5 \u03c0\u03c9\u03c2 \u03c4\u03bf \u03b5\u03c1\u03c9\u03c4\u03b7\u03bc\u03b1\u03c4\u03bf\u03bb\u03cc\u03b3\u03b9\u03cc \u03c3\u03b1\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c3\u03c9\u03c3\u03c4\u03cc \u03ba\u03b1\u03b9 \u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03ae\u03c3\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac.", - "There was an error, try searching again.": "\u03a0\u03b1\u03c1\u03bf\u03c5\u03c3\u03b9\u03ac\u03c3\u03c4\u03b7\u03ba\u03b5 \u03ba\u03ac\u03c0\u03bf\u03b9\u03bf \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1, \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03ac\u03b2\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03ae \u03c3\u03b1\u03c2. ", - "These settings include basic information about your account.": "\u03a3\u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03c4\u03c9\u03bd \u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03c9\u03bd \u03c5\u03c0\u03ac\u03c1\u03c7\u03bf\u03c5\u03bd \u03bf\u03b9 \u03b2\u03b1\u03c3\u03b9\u03ba\u03ad\u03c2 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 \u03c0\u03bf\u03c5 \u03b1\u03c6\u03bf\u03c1\u03bf\u03cd\u03bd \u03c4\u03bf\u03bd \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc \u03c3\u03b1\u03c2. ", - "This assessment could not be submitted.": "\u0397 \u03b1\u03be\u03b9\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03ae \u03c3\u03b1\u03c2 \u03b4\u03b5\u03bd \u03bc\u03c0\u03cc\u03c1\u03b5\u03c3\u03b5 \u03bd\u03b1 \u03ba\u03b1\u03c4\u03b1\u03c7\u03c9\u03c1\u03b7\u03b8\u03b5\u03af.", - "This discussion could not be loaded. Refresh the page and try again.": "\u0394\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03b5\u03c6\u03b9\u03ba\u03c4\u03ae \u03b7 \u03b5\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03c3\u03c5\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2. \u0391\u03bd\u03b1\u03bd\u03b5\u03ce\u03c3\u03c4\u03b5 \u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03ba\u03b1\u03b9 \u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03ae\u03c3\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac.", - "This feedback could not be submitted.": "\u0397 \u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ae \u03b1\u03c5\u03c4\u03ae \u03b4\u03b5\u03bd \u03bc\u03c0\u03cc\u03c1\u03b5\u03c3\u03b5 \u03bd\u03b1 \u03ba\u03b1\u03c4\u03b1\u03c7\u03c9\u03c1\u03b7\u03b8\u03b5\u03af.", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "\u0391\u03c5\u03c4\u03ae \u03b5\u03af\u03bd\u03b1\u03b9 \u03b7 \u03bb\u03af\u03c3\u03c4\u03b1 \u03c4\u03c9\u03bd \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03c9\u03bd %s. \u039c\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03b5\u03c4\u03b5 \u03ba\u03ac\u03c0\u03bf\u03b9\u03b1, \u03b1\u03c0\u03cc \u03c4\u03bf \u03c0\u03b1\u03c1\u03b1\u03ba\u03ac\u03c4\u03c9 \u03c0\u03b5\u03b4\u03af\u03bf \u03ba\u03b1\u03b9 \u03c0\u03b1\u03c4\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c4\u03bf \u03b2\u03ad\u03bb\u03bf\u03c2 \"\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae\" \u03bc\u03b5\u03c4\u03b1\u03be\u03cd \u03c4\u03c9\u03bd \u03b4\u03cd\u03bf \u03c0\u03b5\u03b4\u03af\u03c9\u03bd.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "\u0391\u03c5\u03c4\u03ae \u03b5\u03af\u03bd\u03b1\u03b9 \u03b7 \u03bb\u03af\u03c3\u03c4\u03b1 \u03c4\u03c9\u03bd \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03c9\u03bd %s. \u039c\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03c6\u03b1\u03b9\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5 \u03bc\u03b5\u03c1\u03b9\u03ba\u03ac \u03b5\u03c0\u03b9\u03bb\u03ad\u03b3\u03bf\u03bd\u03c4\u03b1\u03c2 \u03c4\u03b1 \u03b1\u03c0\u03bf \u03c4\u03bf \u03ba\u03bf\u03c5\u03c4\u03af \u03c0\u03b1\u03c1\u03b1\u03ba\u03ac\u03c4\u03c9 \u03ba\u03b1\u03b9 \u03bc\u03b5\u03c4\u03ac \u03ba\u03ac\u03bd\u03bf\u03bd\u03c4\u03b1\u03c2 \u03ba\u03bb\u03af\u03ba \u03c3\u03c4\u03bf \u03b2\u03b5\u03bb\u03ac\u03ba\u03b9 \"\u0391\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7\" \u03b1\u03bd\u03ac\u03bc\u03b5\u03c3\u03b1 \u03c3\u03c4\u03b1 \u03b4\u03cd\u03bf \u03ba\u03bf\u03c5\u03c4\u03b9\u03ac.", - "This learner is currently sharing a limited profile.": "\u039f\u03b9 \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ad\u03c2 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 \u03c0\u03bf\u03c5 \u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03b5\u03af \u03bf \u03c3\u03c0\u03bf\u03c5\u03b4\u03b1\u03c3\u03c4\u03ae\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c0\u03c1\u03bf\u03c2 \u03c4\u03bf \u03c0\u03b1\u03c1\u03cc\u03bd \u03c0\u03b5\u03c1\u03b9\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2", - "This link will open in a new browser window/tab": "\u039f \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03c2 \u03b1\u03c5\u03c4\u03cc\u03c2 \u03b8\u03b1 \u03b1\u03bd\u03bf\u03af\u03be\u03b5\u03b9 \u03c3\u03b5 \u03bd\u03ad\u03bf \u03c0\u03b1\u03c1\u03ac\u03b8\u03c5\u03c1\u03bf/\u03ba\u03b1\u03c1\u03c4\u03ad\u03bb\u03b1 \u03c4\u03bf\u03c5 \u03c0\u03b5\u03c1\u03b9\u03b7\u03b3\u03b7\u03c4\u03ae", - "This problem could not be saved.": "\u03a4\u03bf \u03c0\u03c1\u03cc\u03b2\u03bb\u03b7\u03bc\u03b1 \u03b1\u03c5\u03c4\u03cc \u03b4\u03b5\u03bd \u03bc\u03c0\u03cc\u03c1\u03b5\u03c3\u03b5 \u03bd\u03b1 \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03c4\u03b5\u03af.", - "This problem has already been released. Any changes will apply only to future assessments.": "\u0397 \u03b4\u03bf\u03ba\u03b9\u03bc\u03b1\u03c3\u03af\u03b1 \u03b1\u03bb\u03bb\u03b7\u03bb\u03bf\u03b1\u03be\u03b9\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7\u03c2 \u03ad\u03c7\u03b5\u03b9 \u03ae\u03b4\u03b7 \u03b4\u03b7\u03bc\u03bf\u03c3\u03b9\u03b5\u03c5\u03b8\u03b5\u03af. \u038c\u03c0\u03bf\u03b9\u03b5\u03c2 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03b8\u03b1 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03c3\u03c4\u03bf\u03cd\u03bd \u03c3\u03b5 \u03bc\u03b5\u03bb\u03bb\u03bf\u03bd\u03c4\u03b9\u03ba\u03ad\u03c2 \u03b4\u03bf\u03ba\u03b9\u03bc\u03b1\u03c3\u03af\u03b5\u03c2 \u03b1\u03bb\u03bb\u03b7\u03bb\u03bf\u03b1\u03be\u03b9\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7\u03c2.", - "This response could not be saved.": "\u0397 \u03b1\u03c0\u03ac\u03bd\u03c4\u03b7\u03c3\u03b7 \u03b4\u03b5\u03bd \u03bc\u03c0\u03cc\u03c1\u03b5\u03c3\u03b5 \u03bd\u03b1 \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03c4\u03b5\u03af.", - "This response could not be submitted.": "\u0397 \u03b1\u03c0\u03ac\u03bd\u03c4\u03b7\u03c3\u03ae \u03c3\u03b1\u03c2 \u03b4\u03b5\u03bd \u03bc\u03c0\u03cc\u03c1\u03b5\u03c3\u03b5 \u03bd\u03b1 \u03ba\u03b1\u03c4\u03b1\u03c7\u03c9\u03c1\u03b7\u03b8\u03b5\u03af.", - "This response has been saved but not submitted.": "\u0397 \u0395\u03a1\u0393\u0391\u03a3\u0399\u0391 \u03a3\u0391\u03a3 \u0395\u03a7\u0395\u0399 \u0391\u03a0\u039f\u0398\u0397\u039a\u0395\u03a5\u03a4\u0395\u0399 \u0391\u039b\u039b\u0391 \u0394\u0395\u039d \u0395\u03a7\u0395\u0399 \u03a5\u03a0\u039f\u0392\u039b\u0397\u0398\u0395\u0399.", - "This response has not been saved.": "\u0394\u0395\u039d \u0395\u03a7\u0395\u03a4\u0395 \u0391\u03a0\u039f\u0398\u0397\u039a\u0395\u03a5\u03a3\u0395\u0399 \u03a4\u0397\u039d \u0395\u03a1\u0393\u0391\u03a3\u0399\u0391 \u03a3\u0391\u03a3.", - "This section could not be loaded.": "\u0397 \u03b5\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u03b1\u03c5\u03c4\u03ae \u03b4\u03b5\u03bd \u03bc\u03c0\u03cc\u03c1\u03b5\u03c3\u03b5 \u03bd\u03b1 \u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03c9\u03b8\u03b5\u03af.", - "This vote could not be processed. Refresh the page and try again.": "\u0397 \u03c8\u03ae\u03c6\u03bf\u03c2 \u03c3\u03b1\u03c2 \u03b4\u03b5\u03bd \u03bc\u03c0\u03cc\u03c1\u03b5\u03c3\u03b5 \u03bd\u03b1 \u03ba\u03b1\u03c4\u03b1\u03c7\u03c9\u03c1\u03b7\u03b8\u03b5\u03af. \u0391\u03bd\u03b1\u03bd\u03b5\u03ce\u03c3\u03c4\u03b5 \u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03ba\u03b1\u03b9 \u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03ae\u03c3\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac", - "Time Zone": "\u0396\u03ce\u03bd\u03b7 \u038f\u03c1\u03b1\u03c2", - "Title ": "\u03a4\u03af\u03c4\u03bb\u03bf\u03c2", - "Today": "\u03a3\u03ae\u03bc\u03b5\u03c1\u03b1", - "Tomorrow": "\u0391\u03cd\u03c1\u03b9\u03bf", - "Total": "\u03a3\u03cd\u03bd\u03bf\u03bb\u03bf", - "Type": "\u03a4\u03cd\u03c0\u03bf\u03c2", - "Type into this box to filter down the list of available %s.": "\u03a0\u03bb\u03b7\u03ba\u03c4\u03c1\u03bf\u03bb\u03bf\u03b3\u03ae\u03c3\u03c4\u03b5 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03c0\u03b5\u03b4\u03af\u03bf \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b5\u03c4\u03b5 \u03c4\u03b7 \u03bb\u03af\u03c3\u03c4\u03b1 \u03c4\u03c9\u03bd \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03c9\u03bd %s.", - "Undo (Ctrl+Z)": "\u0391\u03bd\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 (Ctrl+Z)", - "Undo Changes": "\u0391\u03bd\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ce\u03bd", - "Unit": "\u039a\u03b5\u03c6\u03ac\u03bb\u03b1\u03b9\u03bf", - "Upload File": "\u039c\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5", - "Upload New File": "\u039c\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u03bd\u03ad\u03bf\u03c5 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5", - "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "\u0397 \u03bc\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c3\u03b5 \u03b5\u03be\u03ad\u03bb\u03b9\u03be\u03b7. \u0393\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b1\u03c0\u03bf\u03c6\u03c5\u03b3\u03ae \u03c3\u03c6\u03b1\u03bb\u03bc\u03ac\u03c4\u03c9\u03bd \u03c0\u03b1\u03c1\u03b1\u03bc\u03b5\u03af\u03bd\u03b5\u03c4\u03b5 \u03c3\u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03bc\u03ad\u03c7\u03c1\u03b9 \u03bd\u03b1 \u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03c9\u03b8\u03b5\u03af \u03b7 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1. ", - "Uploading": "\u039c\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03ce\u03bd\u03b5\u03c4\u03b1\u03b9", - "Upset Learner": "\u0394\u03c5\u03c3\u03b1\u03c1\u03b5\u03c3\u03c4\u03b7\u03bc\u03ad\u03bd\u03bf\u03c2 \u03c3\u03c0\u03bf\u03c5\u03b4\u03b1\u03c3\u03c4\u03ae\u03c2", - "Use bookmarks to help you easily return to courseware pages. To bookmark a page, click \"Bookmark this page\" under the page title.": "\u03a7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf\u03c5\u03c2 \u03c3\u03b5\u03bb\u03b9\u03b4\u03bf\u03b4\u03b5\u03af\u03ba\u03c4\u03b5\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03b5\u03cd\u03ba\u03bf\u03bb\u03b1 \u03ba\u03b1\u03b9 \u03b3\u03c1\u03ae\u03b3\u03bf\u03c1\u03b1 \u03bd\u03b1 \u03bc\u03b5\u03c4\u03b1\u03b2\u03b5\u03af\u03c4\u03b5 \u03c3\u03b5 \u03c3\u03b5\u03bb\u03af\u03b4\u03b5\u03c2 \u03c4\u03bf\u03c5 \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2 \u03c0\u03bf\u03c5 \u03c3\u03b1\u03c2 \u03b5\u03bd\u03b4\u03b9\u03b1\u03c6\u03ad\u03c1\u03bf\u03c5\u03bd. \u0393\u03b9\u03b1 \u03bd\u03b1 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03b5\u03c4\u03b5 \u03c3\u03b5\u03bb\u03b9\u03b4\u03bf\u03b4\u03b5\u03af\u03ba\u03c4\u03b7 \u03c3\u03b5 \u03bc\u03af\u03b1 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1, \u03ba\u03ac\u03bd\u03c4\u03b5 \u03ba\u03bb\u03b9\u03ba \u03c3\u03c4\u03bf \u03ba\u03bf\u03c5\u03bc\u03c0\u03af \"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03c4\u03b5 \u03c3\u03b5\u03bb\u03b9\u03b4\u03bf\u03b4\u03b5\u03af\u03ba\u03c4\u03b7 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1\" \u03c0\u03bf\u03c5 \u03b8\u03b1 \u03b2\u03c1\u03b5\u03af\u03c4\u03b5 \u03ba\u03ac\u03c4\u03c9 \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd \u03c4\u03af\u03c4\u03bb\u03bf \u03c4\u03b7\u03c2.", - "Use the All Topics menu to find specific topics.": "\u039a\u03ac\u03bd\u03c4\u03b5 \u03ba\u03bb\u03b9\u03ba \u03c3\u03c4\u03bf \u03ba\u03bf\u03c5\u03bc\u03c0\u03af \"\u038c\u03bb\u03b5\u03c2 \u03bf\u03b9 \u03b1\u03bd\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2\" \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b4\u03b5\u03af\u03c4\u03b5 \u03cc\u03bb\u03b1 \u03c4\u03b1 \u03b1\u03bd\u03b1\u03c1\u03c4\u03b7\u03bc\u03ad\u03bd\u03b1 \u03bd\u03ae\u03bc\u03b1\u03c4\u03b1.", - "Username": "\u03a8\u03b5\u03c5\u03b4\u03ce\u03bd\u03c5\u03bc\u03bf", - "Username or email address": "\u03a8\u03b5\u03c5\u03b4\u03ce\u03bd\u03c5\u03bc\u03bf \u03ae e-mail", - "Validation Error While Saving": "\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03b5\u03c0\u03b9\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7\u03c2 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7\u03bd \u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7", - "Verified": "\u039c\u03b5 \u03c0\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2", - "Verified Certificate": "\u03a0\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03b9\u03b7\u03c4\u03b9\u03ba\u03cc \u03b5\u03c0\u03b1\u03bb\u03b7\u03b8\u03b5\u03c5\u03bc\u03ad\u03bd\u03bf", - "View": "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae", - "View Course": "\u0395\u039d\u0395\u03a1\u0393\u039f \u039c\u0391\u0398\u0397\u039c\u0391", - "Vote for good posts and responses": "\u03a5\u03c0\u03b5\u03c1\u03c8\u03b7\u03c6\u03af\u03c3\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03ba\u03b1\u03bb\u03ad\u03c2 \u03b1\u03bd\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03ba\u03b1\u03b9 \u03b1\u03c0\u03bf\u03ba\u03c1\u03af\u03c3\u03b5\u03b9\u03c2", - "Warning": "\u03a0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7", - "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "\u03a3\u03b1\u03c2 \u03ad\u03c7\u03bf\u03c5\u03bc\u03b5 \u03c3\u03c4\u03b5\u03af\u03bb\u03b5\u03b9 \u03bc\u03ae\u03bd\u03c5\u03bc\u03b1 \u03c3\u03c4\u03bf \u03bd\u03ad\u03bf e-mail {new_email_address} \u03c0\u03bf\u03c5 \u03bf\u03c1\u03af\u03c3\u03b1\u03c4\u03b5. \u039a\u03ac\u03bd\u03c4\u03b5 \u03ba\u03bb\u03b9\u03ba \u03c3\u03c4\u03bf \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf \u03c0\u03bf\u03c5 \u03b8\u03b1 \u03b2\u03c1\u03b5\u03af\u03c4\u03b5 \u03c3\u03c4\u03bf \u03bc\u03ae\u03bd\u03c5\u03bc\u03b1 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b1\u03bb\u03bb\u03ac\u03be\u03b5\u03c4\u03b5 \u03c4\u03bf e-mail \u03c3\u03b1\u03c2.", - "We've sent a message to {email}. Click the link in the message to reset your password. Didn't receive the message? Contact {anchorStart}technical support{anchorEnd}.": "\u0388\u03c7\u03bf\u03c5\u03bc\u03b5 \u03b1\u03c0\u03bf\u03c3\u03c4\u03b5\u03af\u03bb\u03b5\u03b9 \u03bc\u03ae\u03bd\u03c5\u03bc\u03b1 \u03c3\u03c4\u03b7 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 {email}. \u039a\u03ac\u03bd\u03c4\u03b5 \u03ba\u03bb\u03b9\u03ba \u03c3\u03c4\u03bf \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf \u03c0\u03bf\u03c5 \u03b8\u03b1 \u03b2\u03c1\u03b5\u03af\u03c4\u03b5 \u03c3\u03c4\u03bf \u03bc\u03ae\u03bd\u03c5\u03bc\u03b1 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b1\u03bb\u03bb\u03ac\u03be\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c3\u03b1\u03c2. \u0395\u03ac\u03bd \u03b4\u03b5\u03bd \u03bb\u03ac\u03b2\u03b1\u03c4\u03b5 \u03c4\u03bf \u03bc\u03ae\u03bd\u03c5\u03bc\u03b1, \u03b5\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03bc\u03b5 \u03c4\u03b7\u03bd {anchorStart}\u03c4\u03b5\u03c7\u03bd\u03b9\u03ba\u03ae \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7{anchorEnd}.", - "We\u2019re sorry to see you go!": "\u039b\u03c5\u03c0\u03bf\u03cd\u03bc\u03b1\u03c3\u03c4\u03b5 \u03c0\u03bf\u03c5 \u03b1\u03c0\u03bf\u03c7\u03c9\u03c1\u03b5\u03af\u03c4\u03b5!", - "Year of Birth": "\u0388\u03c4\u03bf\u03c2 \u03b3\u03ad\u03bd\u03bd\u03b7\u03c3\u03b7\u03c2", - "Yesterday": "\u03a7\u03b8\u03ad\u03c2", - "You are currently sharing a limited profile.": "\u039f\u03b9 \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ad\u03c2 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 \u03c0\u03bf\u03c5 \u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03b5\u03af\u03c4\u03b5 \u03b4\u03b7\u03bc\u03cc\u03c3\u03b9\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c0\u03b5\u03c1\u03b9\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2", - "You cannot view the course as a student or beta tester before the course release date.": "\u0394\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b4\u03b5\u03af\u03c4\u03b5 \u03c4\u03bf \u03bc\u03ac\u03b8\u03b7\u03bc\u03b1 \u03bf\u03cd\u03c4\u03b5 \u03c9\u03c2 \u03c3\u03c0\u03bf\u03c5\u03b4\u03b1\u03c3\u03c4\u03ae\u03c2 \u03bf\u03cd\u03c4\u03b5 \u03c9\u03c2 beta tester \u03c0\u03c1\u03b9\u03bd \u03c4\u03b7\u03bd \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03ad\u03bd\u03b1\u03c1\u03be\u03ae\u03c2 \u03c4\u03bf\u03c5.", - "You have not bookmarked any courseware pages yet": "\u0394\u03b5\u03bd \u03ad\u03c7\u03b5\u03c4\u03b5 \u03b1\u03ba\u03cc\u03bc\u03b7 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03b5\u03b9 \u03ba\u03ac\u03c0\u03bf\u03b9\u03b1 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03c4\u03bf\u03c5 \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2 \u03c3\u03c4\u03bf\u03c5\u03c2 \u03c3\u03b5\u03bb\u03b9\u03b4\u03bf\u03b4\u03b5\u03af\u03ba\u03c4\u03b5\u03c2 \u03c3\u03b1\u03c2.", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u0388\u03c7\u03b5\u03c4\u03b5 \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03b5\u03b9 \u03bc\u03b9\u03b1 \u03b5\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b1, \u03ba\u03b1\u03b9 \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03c4\u03b5 \u03ba\u03ac\u03bd\u03b5\u03b9 \u03ba\u03b1\u03bc\u03af\u03b1 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ae \u03c3\u03c4\u03b1 \u03b5\u03ba\u03ac\u03c3\u03c4\u03bf\u03c4\u03b5 \u03c0\u03b5\u03b4\u03af\u03b1. \u03a0\u03b9\u03b8\u03b1\u03bd\u03ce\u03bd \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03c4\u03bf \u03ba\u03bf\u03c5\u03bc\u03c0\u03af Go \u03b1\u03bd\u03c4\u03af \u03c4\u03bf\u03c5 \u03ba\u03bf\u03c5\u03bc\u03c0\u03b9\u03bf\u03cd \u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7\u03c2.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u0388\u03c7\u03b5\u03c4\u03b5 \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03b5\u03b9 \u03bc\u03b9\u03b1 \u03b5\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b1, \u03b1\u03bb\u03bb\u03ac \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03c4\u03b5 \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c3\u03b5\u03b9 \u03c4\u03b9\u03c2 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03c3\u03c4\u03b1 \u03b5\u03ba\u03ac\u03c3\u03c4\u03c9\u03c4\u03b5 \u03c0\u03b5\u03b4\u03af\u03b1 \u03b1\u03ba\u03cc\u03bc\u03b1. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03c0\u03b1\u03c4\u03ae\u03c3\u03c4\u03b5 \u039f\u039a \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c4\u03b9\u03c2 \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c3\u03b5\u03c4\u03b5. \u0398\u03b1 \u03c7\u03c1\u03b5\u03b9\u03b1\u03c3\u03c4\u03b5\u03af \u03bd\u03b1 \u03b5\u03ba\u03c4\u03b5\u03bb\u03ad\u03c3\u03b5\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac \u03c4\u03b7\u03bd \u03b5\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b1.", - "You have selected \u201cDelete my account.\u201d Deletion of your account and personal data is permanent and cannot be undone. EdX will not be able to recover your account or the data that is deleted.": "\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03b1\u03c4\u03b5 \u201c\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c4\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03bc\u03bf\u03c5.\u201d \u0397 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c4\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03c3\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03c9\u03bd \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ce\u03bd \u03c3\u03b1\u03c2 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd \u03b8\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bf\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ae \u03ba\u03b1\u03b9 \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b1\u03bd\u03b1\u03b9\u03c1\u03b5\u03b8\u03b5\u03af. \u03a4\u03bf Mathesis \u03b4\u03b5\u03bd \u03b8\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c3\u03b5 \u03b8\u03ad\u03c3\u03b7 \u03bd\u03b1 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03ad\u03c1\u03b5\u03b9 \u03c4\u03bf \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc \u03ae \u03c4\u03b1 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 \u03c3\u03b1\u03c2 \u03c0\u03bf\u03c5 \u03ad\u03c7\u03bf\u03c5\u03bd \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03b5\u03af.", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "\u0388\u03c7\u03b5\u03c4\u03b5 \u03bc\u03b7 \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03bc\u03ad\u03bd\u03b5\u03c2 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03c3\u03b5 \u03bc\u03b5\u03bc\u03bf\u03bd\u03c9\u03bc\u03ad\u03bd\u03b1 \u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03ac\u03c3\u03b9\u03bc\u03b1 \u03c0\u03b5\u03b4\u03af\u03b1. \u0386\u03bd \u03b5\u03ba\u03c4\u03b5\u03bb\u03ad\u03c3\u03b5\u03c4\u03b5 \u03bc\u03b9\u03b1 \u03b5\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b1, \u03bf\u03b9 \u03bc\u03b7 \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03bc\u03ad\u03bd\u03b5\u03c2 \u03b1\u03bb\u03bb\u03ac\u03b3\u03b5\u03c2 \u03b8\u03b1 \u03c7\u03b1\u03b8\u03bf\u03cd\u03bd", - "You may also lose access to verified certificates and other program credentials like MicroMasters certificates. If you want to make a copy of these for your records before proceeding with deletion, follow the instructions for {htmlStart}printing or downloading a certificate{htmlEnd}.": "\u0395\u03af\u03bd\u03b1\u03b9 \u03b5\u03c0\u03af\u03c3\u03b7\u03c2 \u03c0\u03b9\u03b8\u03b1\u03bd\u03cc \u03bd\u03b1 \u03bc\u03b7\u03bd \u03ad\u03c7\u03b5\u03c4\u03b5 \u03c0\u03bb\u03ad\u03bf\u03bd \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03c4\u03b9\u03c2 \u03b2\u03b5\u03b2\u03b1\u03b9\u03ce\u03c3\u03b5\u03b9\u03c2 \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03bf\u03cd\u03c2 \u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b7\u03c2 \u03c0\u03bf\u03c5 \u03ad\u03c7\u03b5\u03c4\u03b5 \u03bb\u03ac\u03b2\u03b5\u03b9. \u0391\u03bd \u03b5\u03c0\u03b9\u03b8\u03c5\u03bc\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5 \u03b1\u03bd\u03c4\u03af\u03b3\u03c1\u03b1\u03c6\u03bf \u03b1\u03c5\u03c4\u03ce\u03bd \u03c4\u03c9\u03bd \u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd \u03c0\u03c1\u03bf\u03c4\u03bf\u03cd \u03c0\u03c1\u03bf\u03c7\u03c9\u03c1\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c3\u03c4\u03b7 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c4\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03c3\u03b1\u03c2, \u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03ae\u03c3\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03bf\u03b4\u03b7\u03b3\u03af\u03b5\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd {htmlStart}\u03b5\u03ba\u03c4\u03cd\u03c0\u03c9\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03bb\u03ae\u03c8\u03b7 \u03b2\u03b5\u03b2\u03b1\u03af\u03c9\u03c3\u03b7\u03c2 \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03bf\u03cd\u03c2 \u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b7\u03c2{htmlEnd}.", - "You must be over 13 to share a full profile. If you are over 13, make sure that you have specified a birth year on the {account_settings_page_link}": "\u0398\u03b1 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03af\u03c3\u03b1\u03c3\u03c4\u03b5 \u03ac\u03bd\u03c9 \u03c4\u03c9\u03bd 13 \u03b5\u03c4\u03ce\u03bd \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b1 \u03c0\u03bb\u03ae\u03c1\u03b7 \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u03c4\u03b7\u03c2 \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ae\u03c2 \u03c3\u03b1\u03c2 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1\u03c2. \u0395\u03ac\u03bd \u03b5\u03af\u03c3\u03b1\u03c3\u03c4\u03b5 \u03ac\u03bd\u03c9 \u03c4\u03c9\u03bd 13 \u03b5\u03c4\u03ce\u03bd, \u03b2\u03b5\u03b2\u03b1\u03b9\u03c9\u03b8\u03b5\u03af\u03c4\u03b5 \u03cc\u03c4\u03b9 \u03ad\u03c7\u03b5\u03c4\u03b5 \u03bf\u03c1\u03af\u03c3\u03b5\u03b9 \u03c4\u03bf \u03ad\u03c4\u03bf\u03c2 \u03b3\u03ad\u03bd\u03bd\u03b7\u03c3\u03b7\u03c2 \u03c3\u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 {account_settings_page_link}", - "You must enter a valid email address in order to add a new team member": "\u0398\u03b1 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03b9\u03c3\u03b1\u03b3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03bc\u03b9\u03b1 \u03ad\u03b3\u03ba\u03c5\u03c1\u03b7 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 email, \u03ce\u03c3\u03c4\u03b5 \u03bd\u03b1 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03b5\u03c4\u03b5 \u03bd\u03ad\u03bf \u03bc\u03ad\u03bb\u03bf\u03c2 \u03c3\u03c4\u03b7\u03bd \u03bf\u03bc\u03ac\u03b4\u03b1", - "You must sign out and sign back in before your language changes take effect.": "\u0398\u03b1 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b1\u03c0\u03bf\u03c3\u03c5\u03bd\u03b4\u03b5\u03b8\u03b5\u03af\u03c4\u03b5 \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03be\u03b1\u03bd\u03b1\u03c3\u03c5\u03bd\u03b4\u03b5\u03b8\u03b5\u03af\u03c4\u03b5, \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03c3\u03c4\u03bf\u03cd\u03bd \u03bf\u03b9 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03b3\u03bb\u03ce\u03c3\u03c3\u03b1\u03c2.", - "You must specify your birth year before you can share your full profile. To specify your birth year, go to the {account_settings_page_link}": "\u0393\u03b9\u03b1 \u03bd\u03b1 \u03bc\u03c0\u03bf\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03cc\u03bb\u03b5\u03c2 \u03c4\u03b9\u03c2 \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ad\u03c2 \u03c3\u03b1\u03c2 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2, \u03b8\u03b1 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03b9\u03c3\u03b1\u03b3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf \u03ad\u03c4\u03bf\u03c2 \u03b3\u03ad\u03bd\u03bd\u03b7\u03c3\u03ae\u03c2 \u03c3\u03b1\u03c2. \u0393\u03b9\u03b1 \u03bd\u03b1 \u03bf\u03c1\u03af\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf \u03ad\u03c4\u03bf\u03c2 \u03b3\u03ad\u03bd\u03bd\u03b7\u03c3\u03ae\u03c2 \u03c3\u03b1\u03c2, \u03bc\u03b5\u03c4\u03b1\u03b2\u03b5\u03af\u03c4\u03b5 \u03c3\u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 {account_settings_page_link}", - "You receive messages from {platform_name} and course teams at this address.": "\u03a3\u03b5 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 \u03b7\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03bf\u03cd \u03c4\u03b1\u03c7\u03c5\u03b4\u03c1\u03bf\u03bc\u03b5\u03af\u03bf\u03c5 \u03b8\u03b1 \u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03c4\u03b5 \u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03c3\u03b5\u03b9\u03c2 \u03b1\u03c0\u03cc \u03c4\u03bf {platform_name} \u03b3\u03b9\u03b1 \u03c4\u03b1 \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03ac \u03c3\u03b1\u03c2.", - "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "\u0395\u03af\u03c3\u03c4\u03b5 \u03ad\u03c4\u03bf\u03b9\u03bc\u03bf\u03c2/\u03b7 \u03bd\u03b1 \u03c5\u03c0\u03bf\u03b2\u03ac\u03bb\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03c3\u03b1\u03c2. \u0391\u03c6\u03bf\u03cd \u03c4\u03b7\u03bd \u03c5\u03c0\u03bf\u03b2\u03ac\u03bb\u03b5\u03c4\u03b5 \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03ae \u03ae \u03bd\u03b1 \u03c5\u03c0\u03bf\u03b2\u03ac\u03bb\u03b5\u03c4\u03b5 \u03bd\u03ad\u03b1 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1.", - "You've made some changes, but there are some errors": "\u0388\u03c7\u03b5\u03c4\u03b5 \u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9 \u03ba\u03ac\u03c0\u03bf\u03b9\u03b5\u03c2 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2, \u03c0\u03c1\u03bf\u03ad\u03ba\u03c5\u03c8\u03b1\u03bd \u03cc\u03bc\u03c9\u03c2 \u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b1 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1\u03c4\u03b1", - "Your changes have been saved.": "\u039f\u03b9 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03c3\u03b1\u03c2 \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c4\u03b7\u03ba\u03b1\u03bd.", - "Your changes have been saved. {details}": "\u039f\u03b9 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03c3\u03b1\u03c2 \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c4\u03b7\u03ba\u03b1\u03bd. {details}", - "Your post will be discarded.": "\u0397 \u03b1\u03bd\u03ac\u03c1\u03c4\u03b7\u03c3\u03ae \u03c3\u03b1\u03c2 \u03b8\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03b5\u03af", - "Your question or idea (required)": "\u0393\u03c1\u03ac\u03c8\u03c4\u03b5 \u03c4\u03bf \u03b5\u03c1\u03ce\u03c4\u03b7\u03bc\u03b1 \u03ae \u03c4\u03bf \u03c3\u03c7\u03cc\u03bb\u03b9\u03cc \u03c3\u03b1\u03c2 (\u03b1\u03c0\u03b1\u03b9\u03c4\u03b5\u03af\u03c4\u03b1\u03b9)", - "Your request could not be processed. Refresh the page and try again.": "\u0394\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03ad\u03c3\u03b1\u03bc\u03b5 \u03bd\u03b1 \u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03bf\u03cd\u03bc\u03b5 \u03c4\u03bf \u03b1\u03af\u03c4\u03b7\u03bc\u03ac \u03c3\u03b1\u03c2. \u0391\u03bd\u03b1\u03bd\u03b5\u03ce\u03c3\u03c4\u03b5 \u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03ba\u03b1\u03b9 \u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03ae\u03c3\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac.", - "anonymous": "\u03b1\u03bd\u03ce\u03bd\u03c5\u03bc\u03bf\u03c2", - "answer": "\u03b1\u03c0\u03ac\u03bd\u03c4\u03b7\u03c3\u03b7", - "close": "\u039a\u03bb\u03b5\u03af\u03c3\u03b9\u03bc\u03bf", - "correct": "\u03c3\u03c9\u03c3\u03c4\u03cc", - "course id": "\u03a4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1 \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2", - "incorrect": "\u03bb\u03b1\u03bd\u03b8\u03b1\u03c3\u03bc\u03ad\u03bd\u03bf", - "one letter Friday\u0004F": "\u03a0", - "one letter Monday\u0004M": "\u0394", - "one letter Saturday\u0004S": "\u03a3", - "one letter Sunday\u0004S": "\u039a", - "one letter Thursday\u0004T": "\u03a0", - "one letter Tuesday\u0004T": "\u03a4", - "one letter Wednesday\u0004W": "\u03a4", + ], + "Showing results for \"{searchString}\"": "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03b5\u03c3\u03bc\u03ac\u03c4\u03c9\u03bd \u03b3\u03b9\u03b1 {searchString}\"", + "Showing {firstIndex} out of {numItems} total": "\u0392\u03bb\u03ad\u03c0\u03b5\u03c4\u03b5 {firstIndex} \u03b1\u03c0\u03cc \u03c3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03ac {numItems} \u03c3\u03b5\u03bb\u03b9\u03b4\u03bf\u03b4\u03b5\u03af\u03ba\u03c4\u03b7 ", + "Showing {firstIndex}-{lastIndex} out of {numItems} total": "\u0392\u03bb\u03ad\u03c0\u03b5\u03c4\u03b5 \u03c4\u03bf\u03c5\u03c2 \u03c3\u03b5\u03bb\u03b9\u03b4\u03bf\u03b4\u03b5\u03af\u03ba\u03c4\u03b5\u03c2 {firstIndex}-{lastIndex} \u03b1\u03c0\u03cc \u03c4\u03bf\u03c5\u03c2 \u03c3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03ac {numItems} \u03c3\u03b5\u03bb\u03b9\u03b4\u03bf\u03b4\u03b5\u03af\u03ba\u03c4\u03b5\u03c2 ", + "Sign In": "\u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7", + "Sign in here using your email address and password, or use one of the providers listed below.": "\u03a3\u03c5\u03bd\u03b4\u03b5\u03b8\u03b5\u03af\u03c4\u03b5 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c4\u03bf email \u03ba\u03b1\u03b9 \u03c4\u03bf\u03bd \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c3\u03b1\u03c2 \u03ae \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03ba\u03ac\u03c0\u03bf\u03b9\u03bf\u03bd \u03b1\u03c0\u03cc \u03c4\u03bf\u03c5\u03c2 \u03b1\u03ba\u03cc\u03bb\u03bf\u03c5\u03b8\u03bf\u03c5\u03c2 \u03c0\u03b1\u03c1\u03cc\u03c7\u03bf\u03c5\u03c2", + "Sign in here using your email address and password.": "\u03a3\u03c5\u03bd\u03b4\u03b5\u03b8\u03b5\u03af\u03c4\u03b5 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c4\u03bf email \u03ba\u03b1\u03b9 \u03c4\u03bf\u03bd \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c3\u03b1\u03c2.", + "Sign in with %(providerName)s": "\u03a3\u03c5\u03bd\u03b4\u03b5\u03b8\u03b5\u03af\u03c4\u03b5 \u03bc\u03ad\u03c3\u03c9 %(providerName)s", + "Sign in.": "\u03a3\u03c5\u03bd\u03b4\u03b5\u03b8\u03b5\u03af\u03c4\u03b5.", + "Social Media Links": "\u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03b9 \u03c0\u03c1\u03bf\u03c2 \u03c4\u03b9\u03c2 \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ad\u03c2 \u03c3\u03b1\u03c2 \u03c3\u03b5\u03bb\u03af\u03b4\u03b5\u03c2 \u03c3\u03c4\u03b1 \u039a\u03bf\u03b9\u03bd\u03c9\u03bd\u03b9\u03ba\u03ac \u0394\u03af\u03ba\u03c4\u03c5\u03b1", + "Staff": "\u03a0\u03a1\u039f\u03a3\u03a9\u03a0\u0399\u039a\u039f", + "Start Date": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03ae\u03bd\u03b9\u03b1 \u0388\u03bd\u03b1\u03c1\u03be\u03b7\u03c2", + "Started": "\u0388\u03bd\u03b1\u03c1\u03be\u03b7", + "Starts": "\u0388\u03bd\u03b1\u03c1\u03be\u03b7", + "Starts: %(start_date)s": "\u0388\u03bd\u03b1\u03c1\u03be\u03b7: %(start_date)s", + "Status of Your Response": "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2 \u03c3\u03b1\u03c2", + "Student": "\u03a3\u03c0\u03bf\u03c5\u03b4\u03b1\u03c3\u03c4\u03ae\u03c2", + "Submit": "\u03a5\u03c0\u03bf\u03b2\u03bf\u03bb\u03ae", + "Support education research by providing additional information": "\u03a3\u03c5\u03bd\u03b5\u03b9\u03c3\u03c6\u03ad\u03c1\u03b5\u03c4\u03b5 \u03c3\u03c4\u03b7\u03bd \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ae \u03ad\u03c1\u03b5\u03c5\u03bd\u03b1 \u03b4\u03af\u03bd\u03bf\u03bd\u03c4\u03b1\u03c2 \u03ba\u03ac\u03c0\u03bf\u03b9\u03b5\u03c2 \u03b5\u03c0\u03b9\u03c0\u03bb\u03ad\u03bf\u03bd \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2.", + "TOTAL": "\u03a3\u03a5\u039d\u039f\u039b\u039f", + "Team Description (Required) *": "\u03a0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u039f\u03bc\u03ac\u03b4\u03b1\u03c2 (\u03a5\u03c0\u03bf\u03c7\u03c1\u03b5\u03c9\u03c4\u03b9\u03ba\u03cc \u03c0\u03b5\u03b4\u03af\u03bf)*", + "Team Name (Required) *": "\u038c\u03bd\u03bf\u03bc\u03b1 \u039f\u03bc\u03ac\u03b4\u03b1\u03c2 (\u03a5\u03c0\u03bf\u03c7\u03c1\u03b5\u03c9\u03c4\u03b9\u03ba\u03cc \u03c0\u03b5\u03b4\u03af\u03bf)*", + "Terms of Service and Honor Code": "\u038c\u03c1\u03bf\u03b9 \u03c7\u03c1\u03ae\u03c3\u03b7\u03c2 \u03ba\u03b1\u03b9 \u039a\u03ce\u03b4\u03b9\u03ba\u03b1\u03c2 \u03a4\u03b9\u03bc\u03ae\u03c2", + "The country or region where you live.": "\u0397 \u03c7\u03ce\u03c1\u03b1 \u03c3\u03c4\u03b7\u03bd \u03bf\u03c0\u03bf\u03af\u03b1 \u03b4\u03b9\u03b1\u03bc\u03ad\u03bd\u03b5\u03c4\u03b5.", + "The email address you've provided isn't formatted correctly.": "\u03a4\u03bf e-mail \u03c0\u03bf\u03c5 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b1\u03c4\u03b5 \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03b9 \u03c4\u03b7\u03bd \u03c3\u03c9\u03c3\u03c4\u03ae \u03bc\u03bf\u03c1\u03c6\u03ae.", + "The language used throughout this site. This site is currently available in a limited number of languages. Changing the value of this field will cause the page to refresh.": "\u0397 \u03b3\u03bb\u03ce\u03c3\u03c3\u03b1 \u03c3\u03c4\u03b7\u03bd \u03bf\u03c0\u03bf\u03af\u03b1 \u03b8\u03b1 \u03b2\u03bb\u03ad\u03c0\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd \u03b9\u03c3\u03c4\u03cc\u03c4\u03bf\u03c0\u03bf. \u03a0\u03c1\u03bf\u03c2 \u03c4\u03bf \u03c0\u03b1\u03c1\u03cc\u03bd \u03bf \u03b9\u03c3\u03c4\u03cc\u03c4\u03bf\u03c0\u03bf\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03bf\u03c2 \u03bc\u03cc\u03bd\u03bf \u03c3\u03c4\u03b7\u03bd \u03b5\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ae \u03b3\u03bb\u03ce\u03c3\u03c3\u03b1.", + "The name that identifies you on {platform_name}. You cannot change your username.": "\u03a4\u03bf \u03cc\u03bd\u03bf\u03bc\u03b1 \u03bc\u03b5 \u03c4\u03bf \u03bf\u03c0\u03bf\u03af\u03bf \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03b5\u03c3\u03c4\u03b5 \u03c3\u03c4\u03bf {platform_name}. \u0394\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03c4\u03bf \u03b1\u03bb\u03bb\u03ac\u03be\u03b5\u03c4\u03b5.", + "The name that is used for ID verification and that appears on your certificates.": "\u03a4\u03bf \u03bf\u03bd\u03bf\u03bc\u03b1\u03c4\u03b5\u03c0\u03ce\u03bd\u03c5\u03bc\u03bf \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03b5\u03cd\u03b5\u03b9 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b5\u03c0\u03b1\u03bb\u03ae\u03b8\u03b5\u03c5\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03ac\u03c2 \u03c3\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b1\u03c5\u03c4\u03cc \u03c0\u03bf\u03c5 \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b9\u03c2 \u03b2\u03b5\u03b2\u03b1\u03b9\u03ce\u03c3\u03b5\u03b9\u03c2 \u03c3\u03b1\u03c2. ", + "The server could not be contacted.": "\u0394\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03b4\u03c5\u03bd\u03b1\u03c4\u03ae \u03b7 \u03b5\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1 \u03bc\u03b5 \u03c4\u03bf\u03bd server.", + "The submission could not be removed from the grading pool.": "\u0397 \u03c5\u03c0\u03bf\u03b2\u03bb\u03b7\u03b8\u03b5\u03af\u03c3\u03b1 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03b4\u03b5\u03bd \u03ae\u03c4\u03b1\u03bd \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03bd \u03bd\u03b1 \u03b5\u03be\u03b1\u03b9\u03c1\u03b5\u03b8\u03b5\u03af \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1 \u03b2\u03b1\u03b8\u03bc\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7\u03c2", + "There are no posts in this topic yet.": "\u0394\u03b5\u03bd \u03c5\u03c0\u03ac\u03c1\u03c7\u03bf\u03c5\u03bd \u03b1\u03ba\u03cc\u03bc\u03b1 \u03b1\u03bd\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03b8\u03ad\u03bc\u03b1.", + "There has been an error while exporting.": "\u03a0\u03b1\u03c1\u03bf\u03c5\u03c3\u03b9\u03ac\u03c3\u03c4\u03b7\u03ba\u03b5 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7\u03bd \u03b5\u03be\u03b1\u03b3\u03c9\u03b3\u03ae \u03c4\u03c9\u03bd \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd \u03c3\u03b1\u03c2.", + "There has been an error with your export.": "\u03a0\u03c1\u03bf\u03ad\u03ba\u03c5\u03c8\u03b5 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03bc\u03b5 \u03c4\u03b7\u03bd \u03b5\u03be\u03b1\u03b3\u03c9\u03b3\u03ae \u03c4\u03c9\u03bd \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd \u03c3\u03b1\u03c2.", + "There was an error changing the user's role": "\u03a0\u03b1\u03c1\u03bf\u03c5\u03c3\u03b9\u03ac\u03c3\u03c4\u03b7\u03ba\u03b5 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03c3\u03c4\u03b7\u03bd \u03c4\u03c1\u03bf\u03c0\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03c1\u03cc\u03bb\u03bf\u03c5 \u03c4\u03bf\u03c5 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7", + "There was an error retrieving preview results for this catalog. Please check that your query is correct and try again.": "\u03a5\u03c0\u03ae\u03c1\u03be\u03b5 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1 \u03c0\u03c1\u03bf\u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7\u03c2 \u03c4\u03bf\u03c5 \u03ba\u03b1\u03c4\u03b1\u03bb\u03cc\u03b3\u03bf\u03c5. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03bb\u03ad\u03b3\u03be\u03c4\u03b5 \u03c0\u03c9\u03c2 \u03c4\u03bf \u03b5\u03c1\u03c9\u03c4\u03b7\u03bc\u03b1\u03c4\u03bf\u03bb\u03cc\u03b3\u03b9\u03cc \u03c3\u03b1\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c3\u03c9\u03c3\u03c4\u03cc \u03ba\u03b1\u03b9 \u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03ae\u03c3\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac.", + "There was an error, try searching again.": "\u03a0\u03b1\u03c1\u03bf\u03c5\u03c3\u03b9\u03ac\u03c3\u03c4\u03b7\u03ba\u03b5 \u03ba\u03ac\u03c0\u03bf\u03b9\u03bf \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1, \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03ac\u03b2\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03ae \u03c3\u03b1\u03c2. ", + "These settings include basic information about your account.": "\u03a3\u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03c4\u03c9\u03bd \u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03c9\u03bd \u03c5\u03c0\u03ac\u03c1\u03c7\u03bf\u03c5\u03bd \u03bf\u03b9 \u03b2\u03b1\u03c3\u03b9\u03ba\u03ad\u03c2 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 \u03c0\u03bf\u03c5 \u03b1\u03c6\u03bf\u03c1\u03bf\u03cd\u03bd \u03c4\u03bf\u03bd \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc \u03c3\u03b1\u03c2. ", + "This assessment could not be submitted.": "\u0397 \u03b1\u03be\u03b9\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03ae \u03c3\u03b1\u03c2 \u03b4\u03b5\u03bd \u03bc\u03c0\u03cc\u03c1\u03b5\u03c3\u03b5 \u03bd\u03b1 \u03ba\u03b1\u03c4\u03b1\u03c7\u03c9\u03c1\u03b7\u03b8\u03b5\u03af.", + "This discussion could not be loaded. Refresh the page and try again.": "\u0394\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03b5\u03c6\u03b9\u03ba\u03c4\u03ae \u03b7 \u03b5\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03c3\u03c5\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2. \u0391\u03bd\u03b1\u03bd\u03b5\u03ce\u03c3\u03c4\u03b5 \u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03ba\u03b1\u03b9 \u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03ae\u03c3\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac.", + "This feedback could not be submitted.": "\u0397 \u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ae \u03b1\u03c5\u03c4\u03ae \u03b4\u03b5\u03bd \u03bc\u03c0\u03cc\u03c1\u03b5\u03c3\u03b5 \u03bd\u03b1 \u03ba\u03b1\u03c4\u03b1\u03c7\u03c9\u03c1\u03b7\u03b8\u03b5\u03af.", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "\u0391\u03c5\u03c4\u03ae \u03b5\u03af\u03bd\u03b1\u03b9 \u03b7 \u03bb\u03af\u03c3\u03c4\u03b1 \u03c4\u03c9\u03bd \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03c9\u03bd %s. \u039c\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03b5\u03c4\u03b5 \u03ba\u03ac\u03c0\u03bf\u03b9\u03b1, \u03b1\u03c0\u03cc \u03c4\u03bf \u03c0\u03b1\u03c1\u03b1\u03ba\u03ac\u03c4\u03c9 \u03c0\u03b5\u03b4\u03af\u03bf \u03ba\u03b1\u03b9 \u03c0\u03b1\u03c4\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c4\u03bf \u03b2\u03ad\u03bb\u03bf\u03c2 \"\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae\" \u03bc\u03b5\u03c4\u03b1\u03be\u03cd \u03c4\u03c9\u03bd \u03b4\u03cd\u03bf \u03c0\u03b5\u03b4\u03af\u03c9\u03bd.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "\u0391\u03c5\u03c4\u03ae \u03b5\u03af\u03bd\u03b1\u03b9 \u03b7 \u03bb\u03af\u03c3\u03c4\u03b1 \u03c4\u03c9\u03bd \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03c9\u03bd %s. \u039c\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03c6\u03b1\u03b9\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5 \u03bc\u03b5\u03c1\u03b9\u03ba\u03ac \u03b5\u03c0\u03b9\u03bb\u03ad\u03b3\u03bf\u03bd\u03c4\u03b1\u03c2 \u03c4\u03b1 \u03b1\u03c0\u03bf \u03c4\u03bf \u03ba\u03bf\u03c5\u03c4\u03af \u03c0\u03b1\u03c1\u03b1\u03ba\u03ac\u03c4\u03c9 \u03ba\u03b1\u03b9 \u03bc\u03b5\u03c4\u03ac \u03ba\u03ac\u03bd\u03bf\u03bd\u03c4\u03b1\u03c2 \u03ba\u03bb\u03af\u03ba \u03c3\u03c4\u03bf \u03b2\u03b5\u03bb\u03ac\u03ba\u03b9 \"\u0391\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7\" \u03b1\u03bd\u03ac\u03bc\u03b5\u03c3\u03b1 \u03c3\u03c4\u03b1 \u03b4\u03cd\u03bf \u03ba\u03bf\u03c5\u03c4\u03b9\u03ac.", + "This learner is currently sharing a limited profile.": "\u039f\u03b9 \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ad\u03c2 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 \u03c0\u03bf\u03c5 \u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03b5\u03af \u03bf \u03c3\u03c0\u03bf\u03c5\u03b4\u03b1\u03c3\u03c4\u03ae\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c0\u03c1\u03bf\u03c2 \u03c4\u03bf \u03c0\u03b1\u03c1\u03cc\u03bd \u03c0\u03b5\u03c1\u03b9\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2", + "This link will open in a new browser window/tab": "\u039f \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03c2 \u03b1\u03c5\u03c4\u03cc\u03c2 \u03b8\u03b1 \u03b1\u03bd\u03bf\u03af\u03be\u03b5\u03b9 \u03c3\u03b5 \u03bd\u03ad\u03bf \u03c0\u03b1\u03c1\u03ac\u03b8\u03c5\u03c1\u03bf/\u03ba\u03b1\u03c1\u03c4\u03ad\u03bb\u03b1 \u03c4\u03bf\u03c5 \u03c0\u03b5\u03c1\u03b9\u03b7\u03b3\u03b7\u03c4\u03ae", + "This problem could not be saved.": "\u03a4\u03bf \u03c0\u03c1\u03cc\u03b2\u03bb\u03b7\u03bc\u03b1 \u03b1\u03c5\u03c4\u03cc \u03b4\u03b5\u03bd \u03bc\u03c0\u03cc\u03c1\u03b5\u03c3\u03b5 \u03bd\u03b1 \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03c4\u03b5\u03af.", + "This problem has already been released. Any changes will apply only to future assessments.": "\u0397 \u03b4\u03bf\u03ba\u03b9\u03bc\u03b1\u03c3\u03af\u03b1 \u03b1\u03bb\u03bb\u03b7\u03bb\u03bf\u03b1\u03be\u03b9\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7\u03c2 \u03ad\u03c7\u03b5\u03b9 \u03ae\u03b4\u03b7 \u03b4\u03b7\u03bc\u03bf\u03c3\u03b9\u03b5\u03c5\u03b8\u03b5\u03af. \u038c\u03c0\u03bf\u03b9\u03b5\u03c2 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03b8\u03b1 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03c3\u03c4\u03bf\u03cd\u03bd \u03c3\u03b5 \u03bc\u03b5\u03bb\u03bb\u03bf\u03bd\u03c4\u03b9\u03ba\u03ad\u03c2 \u03b4\u03bf\u03ba\u03b9\u03bc\u03b1\u03c3\u03af\u03b5\u03c2 \u03b1\u03bb\u03bb\u03b7\u03bb\u03bf\u03b1\u03be\u03b9\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7\u03c2.", + "This response could not be saved.": "\u0397 \u03b1\u03c0\u03ac\u03bd\u03c4\u03b7\u03c3\u03b7 \u03b4\u03b5\u03bd \u03bc\u03c0\u03cc\u03c1\u03b5\u03c3\u03b5 \u03bd\u03b1 \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03c4\u03b5\u03af.", + "This response could not be submitted.": "\u0397 \u03b1\u03c0\u03ac\u03bd\u03c4\u03b7\u03c3\u03ae \u03c3\u03b1\u03c2 \u03b4\u03b5\u03bd \u03bc\u03c0\u03cc\u03c1\u03b5\u03c3\u03b5 \u03bd\u03b1 \u03ba\u03b1\u03c4\u03b1\u03c7\u03c9\u03c1\u03b7\u03b8\u03b5\u03af.", + "This response has been saved but not submitted.": "\u0397 \u0395\u03a1\u0393\u0391\u03a3\u0399\u0391 \u03a3\u0391\u03a3 \u0395\u03a7\u0395\u0399 \u0391\u03a0\u039f\u0398\u0397\u039a\u0395\u03a5\u03a4\u0395\u0399 \u0391\u039b\u039b\u0391 \u0394\u0395\u039d \u0395\u03a7\u0395\u0399 \u03a5\u03a0\u039f\u0392\u039b\u0397\u0398\u0395\u0399.", + "This response has not been saved.": "\u0394\u0395\u039d \u0395\u03a7\u0395\u03a4\u0395 \u0391\u03a0\u039f\u0398\u0397\u039a\u0395\u03a5\u03a3\u0395\u0399 \u03a4\u0397\u039d \u0395\u03a1\u0393\u0391\u03a3\u0399\u0391 \u03a3\u0391\u03a3.", + "This section could not be loaded.": "\u0397 \u03b5\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u03b1\u03c5\u03c4\u03ae \u03b4\u03b5\u03bd \u03bc\u03c0\u03cc\u03c1\u03b5\u03c3\u03b5 \u03bd\u03b1 \u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03c9\u03b8\u03b5\u03af.", + "This vote could not be processed. Refresh the page and try again.": "\u0397 \u03c8\u03ae\u03c6\u03bf\u03c2 \u03c3\u03b1\u03c2 \u03b4\u03b5\u03bd \u03bc\u03c0\u03cc\u03c1\u03b5\u03c3\u03b5 \u03bd\u03b1 \u03ba\u03b1\u03c4\u03b1\u03c7\u03c9\u03c1\u03b7\u03b8\u03b5\u03af. \u0391\u03bd\u03b1\u03bd\u03b5\u03ce\u03c3\u03c4\u03b5 \u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03ba\u03b1\u03b9 \u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03ae\u03c3\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac", + "Time Zone": "\u0396\u03ce\u03bd\u03b7 \u038f\u03c1\u03b1\u03c2", + "Title ": "\u03a4\u03af\u03c4\u03bb\u03bf\u03c2", + "Today": "\u03a3\u03ae\u03bc\u03b5\u03c1\u03b1", + "Tomorrow": "\u0391\u03cd\u03c1\u03b9\u03bf", + "Total": "\u03a3\u03cd\u03bd\u03bf\u03bb\u03bf", + "Type": "\u03a4\u03cd\u03c0\u03bf\u03c2", + "Type into this box to filter down the list of available %s.": "\u03a0\u03bb\u03b7\u03ba\u03c4\u03c1\u03bf\u03bb\u03bf\u03b3\u03ae\u03c3\u03c4\u03b5 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03c0\u03b5\u03b4\u03af\u03bf \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b5\u03c4\u03b5 \u03c4\u03b7 \u03bb\u03af\u03c3\u03c4\u03b1 \u03c4\u03c9\u03bd \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03c9\u03bd %s.", + "Undo (Ctrl+Z)": "\u0391\u03bd\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 (Ctrl+Z)", + "Undo Changes": "\u0391\u03bd\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ce\u03bd", + "Unit": "\u039a\u03b5\u03c6\u03ac\u03bb\u03b1\u03b9\u03bf", + "Upload File": "\u039c\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5", + "Upload New File": "\u039c\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u03bd\u03ad\u03bf\u03c5 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5", + "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "\u0397 \u03bc\u03b5\u03c4\u03b1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c3\u03b5 \u03b5\u03be\u03ad\u03bb\u03b9\u03be\u03b7. \u0393\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b1\u03c0\u03bf\u03c6\u03c5\u03b3\u03ae \u03c3\u03c6\u03b1\u03bb\u03bc\u03ac\u03c4\u03c9\u03bd \u03c0\u03b1\u03c1\u03b1\u03bc\u03b5\u03af\u03bd\u03b5\u03c4\u03b5 \u03c3\u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03bc\u03ad\u03c7\u03c1\u03b9 \u03bd\u03b1 \u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03c9\u03b8\u03b5\u03af \u03b7 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1. ", + "Uploading": "\u039c\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03c4\u03ce\u03bd\u03b5\u03c4\u03b1\u03b9", + "Upset Learner": "\u0394\u03c5\u03c3\u03b1\u03c1\u03b5\u03c3\u03c4\u03b7\u03bc\u03ad\u03bd\u03bf\u03c2 \u03c3\u03c0\u03bf\u03c5\u03b4\u03b1\u03c3\u03c4\u03ae\u03c2", + "Use bookmarks to help you easily return to courseware pages. To bookmark a page, click \"Bookmark this page\" under the page title.": "\u03a7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf\u03c5\u03c2 \u03c3\u03b5\u03bb\u03b9\u03b4\u03bf\u03b4\u03b5\u03af\u03ba\u03c4\u03b5\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03b5\u03cd\u03ba\u03bf\u03bb\u03b1 \u03ba\u03b1\u03b9 \u03b3\u03c1\u03ae\u03b3\u03bf\u03c1\u03b1 \u03bd\u03b1 \u03bc\u03b5\u03c4\u03b1\u03b2\u03b5\u03af\u03c4\u03b5 \u03c3\u03b5 \u03c3\u03b5\u03bb\u03af\u03b4\u03b5\u03c2 \u03c4\u03bf\u03c5 \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2 \u03c0\u03bf\u03c5 \u03c3\u03b1\u03c2 \u03b5\u03bd\u03b4\u03b9\u03b1\u03c6\u03ad\u03c1\u03bf\u03c5\u03bd. \u0393\u03b9\u03b1 \u03bd\u03b1 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03b5\u03c4\u03b5 \u03c3\u03b5\u03bb\u03b9\u03b4\u03bf\u03b4\u03b5\u03af\u03ba\u03c4\u03b7 \u03c3\u03b5 \u03bc\u03af\u03b1 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1, \u03ba\u03ac\u03bd\u03c4\u03b5 \u03ba\u03bb\u03b9\u03ba \u03c3\u03c4\u03bf \u03ba\u03bf\u03c5\u03bc\u03c0\u03af \"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03c4\u03b5 \u03c3\u03b5\u03bb\u03b9\u03b4\u03bf\u03b4\u03b5\u03af\u03ba\u03c4\u03b7 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1\" \u03c0\u03bf\u03c5 \u03b8\u03b1 \u03b2\u03c1\u03b5\u03af\u03c4\u03b5 \u03ba\u03ac\u03c4\u03c9 \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd \u03c4\u03af\u03c4\u03bb\u03bf \u03c4\u03b7\u03c2.", + "Use the All Topics menu to find specific topics.": "\u039a\u03ac\u03bd\u03c4\u03b5 \u03ba\u03bb\u03b9\u03ba \u03c3\u03c4\u03bf \u03ba\u03bf\u03c5\u03bc\u03c0\u03af \"\u038c\u03bb\u03b5\u03c2 \u03bf\u03b9 \u03b1\u03bd\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2\" \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b4\u03b5\u03af\u03c4\u03b5 \u03cc\u03bb\u03b1 \u03c4\u03b1 \u03b1\u03bd\u03b1\u03c1\u03c4\u03b7\u03bc\u03ad\u03bd\u03b1 \u03bd\u03ae\u03bc\u03b1\u03c4\u03b1.", + "Username": "\u03a8\u03b5\u03c5\u03b4\u03ce\u03bd\u03c5\u03bc\u03bf", + "Username or email address": "\u03a8\u03b5\u03c5\u03b4\u03ce\u03bd\u03c5\u03bc\u03bf \u03ae e-mail", + "Validation Error While Saving": "\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03b5\u03c0\u03b9\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7\u03c2 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7\u03bd \u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7", + "Verified": "\u039c\u03b5 \u03c0\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2", + "Verified Certificate": "\u03a0\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03b9\u03b7\u03c4\u03b9\u03ba\u03cc \u03b5\u03c0\u03b1\u03bb\u03b7\u03b8\u03b5\u03c5\u03bc\u03ad\u03bd\u03bf", + "View": "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae", + "View Course": "\u0395\u039d\u0395\u03a1\u0393\u039f \u039c\u0391\u0398\u0397\u039c\u0391", + "Vote for good posts and responses": "\u03a5\u03c0\u03b5\u03c1\u03c8\u03b7\u03c6\u03af\u03c3\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03ba\u03b1\u03bb\u03ad\u03c2 \u03b1\u03bd\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03ba\u03b1\u03b9 \u03b1\u03c0\u03bf\u03ba\u03c1\u03af\u03c3\u03b5\u03b9\u03c2", + "Warning": "\u03a0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7", + "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "\u03a3\u03b1\u03c2 \u03ad\u03c7\u03bf\u03c5\u03bc\u03b5 \u03c3\u03c4\u03b5\u03af\u03bb\u03b5\u03b9 \u03bc\u03ae\u03bd\u03c5\u03bc\u03b1 \u03c3\u03c4\u03bf \u03bd\u03ad\u03bf e-mail {new_email_address} \u03c0\u03bf\u03c5 \u03bf\u03c1\u03af\u03c3\u03b1\u03c4\u03b5. \u039a\u03ac\u03bd\u03c4\u03b5 \u03ba\u03bb\u03b9\u03ba \u03c3\u03c4\u03bf \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf \u03c0\u03bf\u03c5 \u03b8\u03b1 \u03b2\u03c1\u03b5\u03af\u03c4\u03b5 \u03c3\u03c4\u03bf \u03bc\u03ae\u03bd\u03c5\u03bc\u03b1 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b1\u03bb\u03bb\u03ac\u03be\u03b5\u03c4\u03b5 \u03c4\u03bf e-mail \u03c3\u03b1\u03c2.", + "We've sent a message to {email}. Click the link in the message to reset your password. Didn't receive the message? Contact {anchorStart}technical support{anchorEnd}.": "\u0388\u03c7\u03bf\u03c5\u03bc\u03b5 \u03b1\u03c0\u03bf\u03c3\u03c4\u03b5\u03af\u03bb\u03b5\u03b9 \u03bc\u03ae\u03bd\u03c5\u03bc\u03b1 \u03c3\u03c4\u03b7 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 {email}. \u039a\u03ac\u03bd\u03c4\u03b5 \u03ba\u03bb\u03b9\u03ba \u03c3\u03c4\u03bf \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf \u03c0\u03bf\u03c5 \u03b8\u03b1 \u03b2\u03c1\u03b5\u03af\u03c4\u03b5 \u03c3\u03c4\u03bf \u03bc\u03ae\u03bd\u03c5\u03bc\u03b1 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b1\u03bb\u03bb\u03ac\u03be\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c3\u03b1\u03c2. \u0395\u03ac\u03bd \u03b4\u03b5\u03bd \u03bb\u03ac\u03b2\u03b1\u03c4\u03b5 \u03c4\u03bf \u03bc\u03ae\u03bd\u03c5\u03bc\u03b1, \u03b5\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03bc\u03b5 \u03c4\u03b7\u03bd {anchorStart}\u03c4\u03b5\u03c7\u03bd\u03b9\u03ba\u03ae \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7{anchorEnd}.", + "We\u2019re sorry to see you go!": "\u039b\u03c5\u03c0\u03bf\u03cd\u03bc\u03b1\u03c3\u03c4\u03b5 \u03c0\u03bf\u03c5 \u03b1\u03c0\u03bf\u03c7\u03c9\u03c1\u03b5\u03af\u03c4\u03b5!", + "Year of Birth": "\u0388\u03c4\u03bf\u03c2 \u03b3\u03ad\u03bd\u03bd\u03b7\u03c3\u03b7\u03c2", + "Yesterday": "\u03a7\u03b8\u03ad\u03c2", + "You are currently sharing a limited profile.": "\u039f\u03b9 \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ad\u03c2 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 \u03c0\u03bf\u03c5 \u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03b5\u03af\u03c4\u03b5 \u03b4\u03b7\u03bc\u03cc\u03c3\u03b9\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c0\u03b5\u03c1\u03b9\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2", + "You cannot view the course as a student or beta tester before the course release date.": "\u0394\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b4\u03b5\u03af\u03c4\u03b5 \u03c4\u03bf \u03bc\u03ac\u03b8\u03b7\u03bc\u03b1 \u03bf\u03cd\u03c4\u03b5 \u03c9\u03c2 \u03c3\u03c0\u03bf\u03c5\u03b4\u03b1\u03c3\u03c4\u03ae\u03c2 \u03bf\u03cd\u03c4\u03b5 \u03c9\u03c2 beta tester \u03c0\u03c1\u03b9\u03bd \u03c4\u03b7\u03bd \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03ad\u03bd\u03b1\u03c1\u03be\u03ae\u03c2 \u03c4\u03bf\u03c5.", + "You have not bookmarked any courseware pages yet": "\u0394\u03b5\u03bd \u03ad\u03c7\u03b5\u03c4\u03b5 \u03b1\u03ba\u03cc\u03bc\u03b7 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03b5\u03b9 \u03ba\u03ac\u03c0\u03bf\u03b9\u03b1 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03c4\u03bf\u03c5 \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2 \u03c3\u03c4\u03bf\u03c5\u03c2 \u03c3\u03b5\u03bb\u03b9\u03b4\u03bf\u03b4\u03b5\u03af\u03ba\u03c4\u03b5\u03c2 \u03c3\u03b1\u03c2.", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u0388\u03c7\u03b5\u03c4\u03b5 \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03b5\u03b9 \u03bc\u03b9\u03b1 \u03b5\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b1, \u03ba\u03b1\u03b9 \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03c4\u03b5 \u03ba\u03ac\u03bd\u03b5\u03b9 \u03ba\u03b1\u03bc\u03af\u03b1 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ae \u03c3\u03c4\u03b1 \u03b5\u03ba\u03ac\u03c3\u03c4\u03bf\u03c4\u03b5 \u03c0\u03b5\u03b4\u03af\u03b1. \u03a0\u03b9\u03b8\u03b1\u03bd\u03ce\u03bd \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03c4\u03bf \u03ba\u03bf\u03c5\u03bc\u03c0\u03af Go \u03b1\u03bd\u03c4\u03af \u03c4\u03bf\u03c5 \u03ba\u03bf\u03c5\u03bc\u03c0\u03b9\u03bf\u03cd \u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7\u03c2.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u0388\u03c7\u03b5\u03c4\u03b5 \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03b5\u03b9 \u03bc\u03b9\u03b1 \u03b5\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b1, \u03b1\u03bb\u03bb\u03ac \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03c4\u03b5 \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c3\u03b5\u03b9 \u03c4\u03b9\u03c2 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03c3\u03c4\u03b1 \u03b5\u03ba\u03ac\u03c3\u03c4\u03c9\u03c4\u03b5 \u03c0\u03b5\u03b4\u03af\u03b1 \u03b1\u03ba\u03cc\u03bc\u03b1. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03c0\u03b1\u03c4\u03ae\u03c3\u03c4\u03b5 \u039f\u039a \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c4\u03b9\u03c2 \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c3\u03b5\u03c4\u03b5. \u0398\u03b1 \u03c7\u03c1\u03b5\u03b9\u03b1\u03c3\u03c4\u03b5\u03af \u03bd\u03b1 \u03b5\u03ba\u03c4\u03b5\u03bb\u03ad\u03c3\u03b5\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac \u03c4\u03b7\u03bd \u03b5\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b1.", + "You have selected \u201cDelete my account.\u201d Deletion of your account and personal data is permanent and cannot be undone. EdX will not be able to recover your account or the data that is deleted.": "\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03b1\u03c4\u03b5 \u201c\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c4\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03bc\u03bf\u03c5.\u201d \u0397 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c4\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03c3\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03c9\u03bd \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ce\u03bd \u03c3\u03b1\u03c2 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd \u03b8\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bf\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ae \u03ba\u03b1\u03b9 \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b1\u03bd\u03b1\u03b9\u03c1\u03b5\u03b8\u03b5\u03af. \u03a4\u03bf Mathesis \u03b4\u03b5\u03bd \u03b8\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c3\u03b5 \u03b8\u03ad\u03c3\u03b7 \u03bd\u03b1 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03ad\u03c1\u03b5\u03b9 \u03c4\u03bf \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc \u03ae \u03c4\u03b1 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 \u03c3\u03b1\u03c2 \u03c0\u03bf\u03c5 \u03ad\u03c7\u03bf\u03c5\u03bd \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03b5\u03af.", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "\u0388\u03c7\u03b5\u03c4\u03b5 \u03bc\u03b7 \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03bc\u03ad\u03bd\u03b5\u03c2 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03c3\u03b5 \u03bc\u03b5\u03bc\u03bf\u03bd\u03c9\u03bc\u03ad\u03bd\u03b1 \u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03ac\u03c3\u03b9\u03bc\u03b1 \u03c0\u03b5\u03b4\u03af\u03b1. \u0386\u03bd \u03b5\u03ba\u03c4\u03b5\u03bb\u03ad\u03c3\u03b5\u03c4\u03b5 \u03bc\u03b9\u03b1 \u03b5\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b1, \u03bf\u03b9 \u03bc\u03b7 \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03bc\u03ad\u03bd\u03b5\u03c2 \u03b1\u03bb\u03bb\u03ac\u03b3\u03b5\u03c2 \u03b8\u03b1 \u03c7\u03b1\u03b8\u03bf\u03cd\u03bd", + "You may also lose access to verified certificates and other program credentials like MicroMasters certificates. If you want to make a copy of these for your records before proceeding with deletion, follow the instructions for {htmlStart}printing or downloading a certificate{htmlEnd}.": "\u0395\u03af\u03bd\u03b1\u03b9 \u03b5\u03c0\u03af\u03c3\u03b7\u03c2 \u03c0\u03b9\u03b8\u03b1\u03bd\u03cc \u03bd\u03b1 \u03bc\u03b7\u03bd \u03ad\u03c7\u03b5\u03c4\u03b5 \u03c0\u03bb\u03ad\u03bf\u03bd \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03c4\u03b9\u03c2 \u03b2\u03b5\u03b2\u03b1\u03b9\u03ce\u03c3\u03b5\u03b9\u03c2 \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03bf\u03cd\u03c2 \u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b7\u03c2 \u03c0\u03bf\u03c5 \u03ad\u03c7\u03b5\u03c4\u03b5 \u03bb\u03ac\u03b2\u03b5\u03b9. \u0391\u03bd \u03b5\u03c0\u03b9\u03b8\u03c5\u03bc\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5 \u03b1\u03bd\u03c4\u03af\u03b3\u03c1\u03b1\u03c6\u03bf \u03b1\u03c5\u03c4\u03ce\u03bd \u03c4\u03c9\u03bd \u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd \u03c0\u03c1\u03bf\u03c4\u03bf\u03cd \u03c0\u03c1\u03bf\u03c7\u03c9\u03c1\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c3\u03c4\u03b7 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c4\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03c3\u03b1\u03c2, \u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03ae\u03c3\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03bf\u03b4\u03b7\u03b3\u03af\u03b5\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd {htmlStart}\u03b5\u03ba\u03c4\u03cd\u03c0\u03c9\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03bb\u03ae\u03c8\u03b7 \u03b2\u03b5\u03b2\u03b1\u03af\u03c9\u03c3\u03b7\u03c2 \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03bf\u03cd\u03c2 \u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b7\u03c2{htmlEnd}.", + "You must be over 13 to share a full profile. If you are over 13, make sure that you have specified a birth year on the {account_settings_page_link}": "\u0398\u03b1 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03af\u03c3\u03b1\u03c3\u03c4\u03b5 \u03ac\u03bd\u03c9 \u03c4\u03c9\u03bd 13 \u03b5\u03c4\u03ce\u03bd \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b1 \u03c0\u03bb\u03ae\u03c1\u03b7 \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u03c4\u03b7\u03c2 \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ae\u03c2 \u03c3\u03b1\u03c2 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1\u03c2. \u0395\u03ac\u03bd \u03b5\u03af\u03c3\u03b1\u03c3\u03c4\u03b5 \u03ac\u03bd\u03c9 \u03c4\u03c9\u03bd 13 \u03b5\u03c4\u03ce\u03bd, \u03b2\u03b5\u03b2\u03b1\u03b9\u03c9\u03b8\u03b5\u03af\u03c4\u03b5 \u03cc\u03c4\u03b9 \u03ad\u03c7\u03b5\u03c4\u03b5 \u03bf\u03c1\u03af\u03c3\u03b5\u03b9 \u03c4\u03bf \u03ad\u03c4\u03bf\u03c2 \u03b3\u03ad\u03bd\u03bd\u03b7\u03c3\u03b7\u03c2 \u03c3\u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 {account_settings_page_link}", + "You must enter a valid email address in order to add a new team member": "\u0398\u03b1 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03b9\u03c3\u03b1\u03b3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03bc\u03b9\u03b1 \u03ad\u03b3\u03ba\u03c5\u03c1\u03b7 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 email, \u03ce\u03c3\u03c4\u03b5 \u03bd\u03b1 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03b5\u03c4\u03b5 \u03bd\u03ad\u03bf \u03bc\u03ad\u03bb\u03bf\u03c2 \u03c3\u03c4\u03b7\u03bd \u03bf\u03bc\u03ac\u03b4\u03b1", + "You must sign out and sign back in before your language changes take effect.": "\u0398\u03b1 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b1\u03c0\u03bf\u03c3\u03c5\u03bd\u03b4\u03b5\u03b8\u03b5\u03af\u03c4\u03b5 \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03be\u03b1\u03bd\u03b1\u03c3\u03c5\u03bd\u03b4\u03b5\u03b8\u03b5\u03af\u03c4\u03b5, \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03c3\u03c4\u03bf\u03cd\u03bd \u03bf\u03b9 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03b3\u03bb\u03ce\u03c3\u03c3\u03b1\u03c2.", + "You must specify your birth year before you can share your full profile. To specify your birth year, go to the {account_settings_page_link}": "\u0393\u03b9\u03b1 \u03bd\u03b1 \u03bc\u03c0\u03bf\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03ba\u03bf\u03b9\u03bd\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03cc\u03bb\u03b5\u03c2 \u03c4\u03b9\u03c2 \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ad\u03c2 \u03c3\u03b1\u03c2 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2, \u03b8\u03b1 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03b9\u03c3\u03b1\u03b3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf \u03ad\u03c4\u03bf\u03c2 \u03b3\u03ad\u03bd\u03bd\u03b7\u03c3\u03ae\u03c2 \u03c3\u03b1\u03c2. \u0393\u03b9\u03b1 \u03bd\u03b1 \u03bf\u03c1\u03af\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf \u03ad\u03c4\u03bf\u03c2 \u03b3\u03ad\u03bd\u03bd\u03b7\u03c3\u03ae\u03c2 \u03c3\u03b1\u03c2, \u03bc\u03b5\u03c4\u03b1\u03b2\u03b5\u03af\u03c4\u03b5 \u03c3\u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 {account_settings_page_link}", + "You receive messages from {platform_name} and course teams at this address.": "\u03a3\u03b5 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 \u03b7\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03bf\u03cd \u03c4\u03b1\u03c7\u03c5\u03b4\u03c1\u03bf\u03bc\u03b5\u03af\u03bf\u03c5 \u03b8\u03b1 \u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03c4\u03b5 \u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03c3\u03b5\u03b9\u03c2 \u03b1\u03c0\u03cc \u03c4\u03bf {platform_name} \u03b3\u03b9\u03b1 \u03c4\u03b1 \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03ac \u03c3\u03b1\u03c2.", + "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "\u0395\u03af\u03c3\u03c4\u03b5 \u03ad\u03c4\u03bf\u03b9\u03bc\u03bf\u03c2/\u03b7 \u03bd\u03b1 \u03c5\u03c0\u03bf\u03b2\u03ac\u03bb\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03c3\u03b1\u03c2. \u0391\u03c6\u03bf\u03cd \u03c4\u03b7\u03bd \u03c5\u03c0\u03bf\u03b2\u03ac\u03bb\u03b5\u03c4\u03b5 \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03ae \u03ae \u03bd\u03b1 \u03c5\u03c0\u03bf\u03b2\u03ac\u03bb\u03b5\u03c4\u03b5 \u03bd\u03ad\u03b1 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1.", + "You've made some changes, but there are some errors": "\u0388\u03c7\u03b5\u03c4\u03b5 \u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9 \u03ba\u03ac\u03c0\u03bf\u03b9\u03b5\u03c2 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2, \u03c0\u03c1\u03bf\u03ad\u03ba\u03c5\u03c8\u03b1\u03bd \u03cc\u03bc\u03c9\u03c2 \u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b1 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1\u03c4\u03b1", + "Your changes have been saved.": "\u039f\u03b9 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03c3\u03b1\u03c2 \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c4\u03b7\u03ba\u03b1\u03bd.", + "Your changes have been saved. {details}": "\u039f\u03b9 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03c3\u03b1\u03c2 \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c4\u03b7\u03ba\u03b1\u03bd. {details}", + "Your post will be discarded.": "\u0397 \u03b1\u03bd\u03ac\u03c1\u03c4\u03b7\u03c3\u03ae \u03c3\u03b1\u03c2 \u03b8\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03b5\u03af", + "Your question or idea (required)": "\u0393\u03c1\u03ac\u03c8\u03c4\u03b5 \u03c4\u03bf \u03b5\u03c1\u03ce\u03c4\u03b7\u03bc\u03b1 \u03ae \u03c4\u03bf \u03c3\u03c7\u03cc\u03bb\u03b9\u03cc \u03c3\u03b1\u03c2 (\u03b1\u03c0\u03b1\u03b9\u03c4\u03b5\u03af\u03c4\u03b1\u03b9)", + "Your request could not be processed. Refresh the page and try again.": "\u0394\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03ad\u03c3\u03b1\u03bc\u03b5 \u03bd\u03b1 \u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03bf\u03cd\u03bc\u03b5 \u03c4\u03bf \u03b1\u03af\u03c4\u03b7\u03bc\u03ac \u03c3\u03b1\u03c2. \u0391\u03bd\u03b1\u03bd\u03b5\u03ce\u03c3\u03c4\u03b5 \u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03ba\u03b1\u03b9 \u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03ae\u03c3\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac.", + "anonymous": "\u03b1\u03bd\u03ce\u03bd\u03c5\u03bc\u03bf\u03c2", + "answer": "\u03b1\u03c0\u03ac\u03bd\u03c4\u03b7\u03c3\u03b7", + "close": "\u039a\u03bb\u03b5\u03af\u03c3\u03b9\u03bc\u03bf", + "correct": "\u03c3\u03c9\u03c3\u03c4\u03cc", + "course id": "\u03a4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1 \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2", + "incorrect": "\u03bb\u03b1\u03bd\u03b8\u03b1\u03c3\u03bc\u03ad\u03bd\u03bf", + "one letter Friday\u0004F": "\u03a0", + "one letter Monday\u0004M": "\u0394", + "one letter Saturday\u0004S": "\u03a3", + "one letter Sunday\u0004S": "\u039a", + "one letter Thursday\u0004T": "\u03a0", + "one letter Tuesday\u0004T": "\u03a4", + "one letter Wednesday\u0004W": "\u03a4", "there is currently {numVotes} vote": [ - "{numVotes} \u03c8\u03ae\u03c6\u03bf\u03c2 \u03bc\u03ad\u03c7\u03c1\u03b9 \u03c3\u03c4\u03b9\u03b3\u03bc\u03ae\u03c2", + "{numVotes} \u03c8\u03ae\u03c6\u03bf\u03c2 \u03bc\u03ad\u03c7\u03c1\u03b9 \u03c3\u03c4\u03b9\u03b3\u03bc\u03ae\u03c2", "{numVotes} \u03c8\u03ae\u03c6\u03bf\u03b9 \u03bc\u03ad\u03c7\u03c1\u03b9 \u03c3\u03c4\u03b9\u03b3\u03bc\u03ae\u03c2" - ], - "unit": "\u03ba\u03b5\u03c6\u03ac\u03bb\u03b1\u03b9\u03bf", - "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "\u0397 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 {email} \u03b2\u03c1\u03af\u03c3\u03ba\u03b5\u03c4\u03b1\u03b9 \u03ae\u03b4\u03b7 \u03c3\u03c4\u03b7\u03bd \u03bf\u03bc\u03ac\u03b4\u03b1 {container}. \u0395\u03bb\u03ad\u03b3\u03be\u03c4\u03b5 \u03c4\u03b7 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 e-mail \u03b5\u03ac\u03bd \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03b5\u03c4\u03b5 \u03bd\u03ad\u03bf \u03bc\u03ad\u03bb\u03bf\u03c2.", + ], + "unit": "\u03ba\u03b5\u03c6\u03ac\u03bb\u03b1\u03b9\u03bf", + "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "\u0397 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 {email} \u03b2\u03c1\u03af\u03c3\u03ba\u03b5\u03c4\u03b1\u03b9 \u03ae\u03b4\u03b7 \u03c3\u03c4\u03b7\u03bd \u03bf\u03bc\u03ac\u03b4\u03b1 {container}. \u0395\u03bb\u03ad\u03b3\u03be\u03c4\u03b5 \u03c4\u03b7 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 e-mail \u03b5\u03ac\u03bd \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03b5\u03c4\u03b5 \u03bd\u03ad\u03bf \u03bc\u03ad\u03bb\u03bf\u03c2.", "{numResponses} other response": [ - "{numResponses} \u03b1\u03ba\u03cc\u03bc\u03b7 \u03b1\u03c0\u03cc\u03ba\u03c1\u03b9\u03c3\u03b7", + "{numResponses} \u03b1\u03ba\u03cc\u03bc\u03b7 \u03b1\u03c0\u03cc\u03ba\u03c1\u03b9\u03c3\u03b7", "{numResponses} \u03b1\u03ba\u03cc\u03bc\u03b7 \u03b1\u03c0\u03bf\u03ba\u03c1\u03af\u03c3\u03b5\u03b9\u03c2" - ], + ], "{numResponses} response": [ - "{numResponses} \u03b1\u03c0\u03cc\u03ba\u03c1\u03b9\u03c3\u03b7", + "{numResponses} \u03b1\u03c0\u03cc\u03ba\u03c1\u03b9\u03c3\u03b7", "{numResponses} \u03b1\u03c0\u03bf\u03ba\u03c1\u03af\u03c3\u03b5\u03b9\u03c2" - ], + ], "{numVotes} Vote": [ - "{numVotes} \u03c8\u03ae\u03c6\u03bf\u03c2", + "{numVotes} \u03c8\u03ae\u03c6\u03bf\u03c2", "{numVotes} \u03c8\u03ae\u03c6\u03bf\u03b9" ] }; @@ -468,40 +468,40 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "d/m/Y P", + "DATETIME_FORMAT": "d/m/Y P", "DATETIME_INPUT_FORMATS": [ - "%d/%m/%Y %H:%M:%S", - "%d/%m/%Y %H:%M:%S.%f", - "%d/%m/%Y %H:%M", - "%d/%m/%Y", - "%d/%m/%y %H:%M:%S", - "%d/%m/%y %H:%M:%S.%f", - "%d/%m/%y %H:%M", - "%d/%m/%y", - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", + "%d/%m/%Y %H:%M:%S", + "%d/%m/%Y %H:%M:%S.%f", + "%d/%m/%Y %H:%M", + "%d/%m/%Y", + "%d/%m/%y %H:%M:%S", + "%d/%m/%y %H:%M:%S.%f", + "%d/%m/%y %H:%M", + "%d/%m/%y", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", "%Y-%m-%d" - ], - "DATE_FORMAT": "d/m/Y", + ], + "DATE_FORMAT": "d/m/Y", "DATE_INPUT_FORMATS": [ - "%d/%m/%Y", - "%d/%m/%y", + "%d/%m/%Y", + "%d/%m/%y", "%Y-%m-%d" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "j F", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "d/m/Y P", - "SHORT_DATE_FORMAT": "d/m/Y", - "THOUSAND_SEPARATOR": ".", - "TIME_FORMAT": "P", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "j F", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "d/m/Y P", + "SHORT_DATE_FORMAT": "d/m/Y", + "THOUSAND_SEPARATOR": ".", + "TIME_FORMAT": "P", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/en-uk/djangojs.js b/cms/static/js/i18n/en-uk/djangojs.js index aa5968a6e5..3991428191 100644 --- a/cms/static/js/i18n/en-uk/djangojs.js +++ b/cms/static/js/i18n/en-uk/djangojs.js @@ -21,34 +21,34 @@ var newcatalog = { "%(sel)s of %(cnt)s selected": [ - "%(sel)s of %(cnt)s selected", + "%(sel)s of %(cnt)s selected", "%(sel)s of %(cnt)s selected" - ], - "6 a.m.": "6 a.m.", - "Available %s": "Available %s", - "Cancel": "Cancel", - "Choose": "Choose", - "Choose a time": "Choose a time", - "Choose all": "Choose all", - "Chosen %s": "Chosen %s", - "Click to choose all %s at once.": "Click to choose all %s at once.", - "Click to remove all chosen %s at once.": "Click to remove all chosen %s at once.", - "Filter": "Filter", - "Hide": "Hide", - "Midnight": "Midnight", - "Noon": "Noon", - "Now": "Now", - "Remove": "Remove", - "Remove all": "Remove all", - "Show": "Show", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.", - "Today": "Today", - "Tomorrow": "Tomorrow", - "Type into this box to filter down the list of available %s.": "Type into this box to filter down the list of available %s.", - "Yesterday": "Yesterday", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.", + ], + "6 a.m.": "6 a.m.", + "Available %s": "Available %s", + "Cancel": "Cancel", + "Choose": "Choose", + "Choose a time": "Choose a time", + "Choose all": "Choose all", + "Chosen %s": "Chosen %s", + "Click to choose all %s at once.": "Click to choose all %s at once.", + "Click to remove all chosen %s at once.": "Click to remove all chosen %s at once.", + "Filter": "Filter", + "Hide": "Hide", + "Midnight": "Midnight", + "Noon": "Noon", + "Now": "Now", + "Remove": "Remove", + "Remove all": "Remove all", + "Show": "Show", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.", + "Today": "Today", + "Tomorrow": "Tomorrow", + "Type into this box to filter down the list of available %s.": "Type into this box to filter down the list of available %s.", + "Yesterday": "Yesterday", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.", "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost." }; for (var key in newcatalog) { @@ -105,40 +105,40 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "N j, Y, P", + "DATETIME_FORMAT": "N j, Y, P", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "N j, Y", + ], + "DATE_FORMAT": "N j, Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", + "%Y-%m-%d", + "%m/%d/%Y", "%m/%d/%y" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "F j", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "m/d/Y", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "P", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "F j", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "m/d/Y", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "P", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/en/djangojs.js b/cms/static/js/i18n/en/djangojs.js index acd8424db8..46e0790283 100644 --- a/cms/static/js/i18n/en/djangojs.js +++ b/cms/static/js/i18n/en/djangojs.js @@ -69,40 +69,40 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "N j, Y, P", + "DATETIME_FORMAT": "N j, Y, P", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "N j, Y", + ], + "DATE_FORMAT": "N j, Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", + "%Y-%m-%d", + "%m/%d/%Y", "%m/%d/%y" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "F j", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "m/d/Y", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "P", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "F j", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "m/d/Y", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "P", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/en@lolcat/djangojs.js b/cms/static/js/i18n/en@lolcat/djangojs.js index cc236f59ca..09ab0ad101 100644 --- a/cms/static/js/i18n/en@lolcat/djangojs.js +++ b/cms/static/js/i18n/en@lolcat/djangojs.js @@ -69,48 +69,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "N j, Y, P", + "DATETIME_FORMAT": "N j, Y, P", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "N j, Y", + ], + "DATE_FORMAT": "N j, Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "F j", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "m/d/Y", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "P", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "F j", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "m/d/Y", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "P", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/en@pirate/djangojs.js b/cms/static/js/i18n/en@pirate/djangojs.js index cc236f59ca..09ab0ad101 100644 --- a/cms/static/js/i18n/en@pirate/djangojs.js +++ b/cms/static/js/i18n/en@pirate/djangojs.js @@ -69,48 +69,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "N j, Y, P", + "DATETIME_FORMAT": "N j, Y, P", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "N j, Y", + ], + "DATE_FORMAT": "N j, Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "F j", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "m/d/Y", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "P", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "F j", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "m/d/Y", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "P", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/eo/djangojs.js b/cms/static/js/i18n/eo/djangojs.js index 558331276f..1af29d1584 100644 --- a/cms/static/js/i18n/eo/djangojs.js +++ b/cms/static/js/i18n/eo/djangojs.js @@ -20,2352 +20,2348 @@ django.catalog = django.catalog || {}; var newcatalog = { - " ${price} {currency} )": " ${price} {currency} ) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - " %(exam_display_name)s ": " %(exam_display_name)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - " %(username)s ": " %(username)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - " Link": " L\u00efnk \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - " and ": " \u00e4nd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - " learner does not exist in LMS and not added to the exception list": " l\u00e9\u00e4rn\u00e9r d\u00f6\u00e9s n\u00f6t \u00e9x\u00efst \u00efn LMS \u00e4nd n\u00f6t \u00e4dd\u00e9d t\u00f6 th\u00e9 \u00e9x\u00e7\u00e9pt\u00ef\u00f6n l\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - " learner is already white listed and not added to the exception list": " l\u00e9\u00e4rn\u00e9r \u00efs \u00e4lr\u00e9\u00e4d\u00fd wh\u00eft\u00e9 l\u00efst\u00e9d \u00e4nd n\u00f6t \u00e4dd\u00e9d t\u00f6 th\u00e9 \u00e9x\u00e7\u00e9pt\u00ef\u00f6n l\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - " learner is not enrolled in course and not added to the exception list": " l\u00e9\u00e4rn\u00e9r \u00efs n\u00f6t \u00e9nr\u00f6ll\u00e9d \u00efn \u00e7\u00f6\u00fcrs\u00e9 \u00e4nd n\u00f6t \u00e4dd\u00e9d t\u00f6 th\u00e9 \u00e9x\u00e7\u00e9pt\u00ef\u00f6n l\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - " learner is successfully added to the exception list": " l\u00e9\u00e4rn\u00e9r \u00efs s\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd \u00e4dd\u00e9d t\u00f6 th\u00e9 \u00e9x\u00e7\u00e9pt\u00ef\u00f6n l\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - " learners are already white listed and not added to the exception list": " l\u00e9\u00e4rn\u00e9rs \u00e4r\u00e9 \u00e4lr\u00e9\u00e4d\u00fd wh\u00eft\u00e9 l\u00efst\u00e9d \u00e4nd n\u00f6t \u00e4dd\u00e9d t\u00f6 th\u00e9 \u00e9x\u00e7\u00e9pt\u00ef\u00f6n l\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - " learners are not enrolled in course and not added to the exception list": " l\u00e9\u00e4rn\u00e9rs \u00e4r\u00e9 n\u00f6t \u00e9nr\u00f6ll\u00e9d \u00efn \u00e7\u00f6\u00fcrs\u00e9 \u00e4nd n\u00f6t \u00e4dd\u00e9d t\u00f6 th\u00e9 \u00e9x\u00e7\u00e9pt\u00ef\u00f6n l\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - " learners are successfully added to exception list": " l\u00e9\u00e4rn\u00e9rs \u00e4r\u00e9 s\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd \u00e4dd\u00e9d t\u00f6 \u00e9x\u00e7\u00e9pt\u00ef\u00f6n l\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - " learners do not exist in LMS and not added to the exception list": " l\u00e9\u00e4rn\u00e9rs d\u00f6 n\u00f6t \u00e9x\u00efst \u00efn LMS \u00e4nd n\u00f6t \u00e4dd\u00e9d t\u00f6 th\u00e9 \u00e9x\u00e7\u00e9pt\u00ef\u00f6n l\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - " record is not in correct format and not added to the exception list": " r\u00e9\u00e7\u00f6rd \u00efs n\u00f6t \u00efn \u00e7\u00f6rr\u00e9\u00e7t f\u00f6rm\u00e4t \u00e4nd n\u00f6t \u00e4dd\u00e9d t\u00f6 th\u00e9 \u00e9x\u00e7\u00e9pt\u00ef\u00f6n l\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - " records are not in correct format and not added to the exception list": " r\u00e9\u00e7\u00f6rds \u00e4r\u00e9 n\u00f6t \u00efn \u00e7\u00f6rr\u00e9\u00e7t f\u00f6rm\u00e4t \u00e4nd n\u00f6t \u00e4dd\u00e9d t\u00f6 th\u00e9 \u00e9x\u00e7\u00e9pt\u00ef\u00f6n l\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "${listPrice}": "${listPrice} \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "%(download_link_start)sDownload this image (right-click or option-click, save as)%(link_end)s and then %(upload_link_start)supload%(link_end)s it to your backpack.": "%(download_link_start)sD\u00f6wnl\u00f6\u00e4d th\u00efs \u00efm\u00e4g\u00e9 (r\u00efght-\u00e7l\u00ef\u00e7k \u00f6r \u00f6pt\u00ef\u00f6n-\u00e7l\u00ef\u00e7k, s\u00e4v\u00e9 \u00e4s)%(link_end)s \u00e4nd th\u00e9n %(upload_link_start)s\u00fcpl\u00f6\u00e4d%(link_end)s \u00eft t\u00f6 \u00fd\u00f6\u00fcr \u00df\u00e4\u00e7kp\u00e4\u00e7k. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "%(earned)s/%(possible)s point (graded)": [ - "%(earned)s/%(possible)s p\u00f6\u00efnt (gr\u00e4d\u00e9d) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "%(earned)s/%(possible)s p\u00f6\u00efnts (gr\u00e4d\u00e9d) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#" - ], - "%(earned)s/%(possible)s point (ungraded)": [ - "%(earned)s/%(possible)s p\u00f6\u00efnt (\u00fcngr\u00e4d\u00e9d) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "%(earned)s/%(possible)s p\u00f6\u00efnts (\u00fcngr\u00e4d\u00e9d) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#" - ], + " ${price} {currency} )": " ${price} {currency} ) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + " Link": " L\u00efnk \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + " Member": [ + " M\u00e9m\u00df\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + " M\u00e9m\u00df\u00e9rs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#" + ], + " and ": " \u00e4nd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + " learner does not exist in LMS and not added to the exception list": " l\u00e9\u00e4rn\u00e9r d\u00f6\u00e9s n\u00f6t \u00e9x\u00efst \u00efn LMS \u00e4nd n\u00f6t \u00e4dd\u00e9d t\u00f6 th\u00e9 \u00e9x\u00e7\u00e9pt\u00ef\u00f6n l\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + " learner is already white listed and not added to the exception list": " l\u00e9\u00e4rn\u00e9r \u00efs \u00e4lr\u00e9\u00e4d\u00fd wh\u00eft\u00e9 l\u00efst\u00e9d \u00e4nd n\u00f6t \u00e4dd\u00e9d t\u00f6 th\u00e9 \u00e9x\u00e7\u00e9pt\u00ef\u00f6n l\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + " learner is not enrolled in course and not added to the exception list": " l\u00e9\u00e4rn\u00e9r \u00efs n\u00f6t \u00e9nr\u00f6ll\u00e9d \u00efn \u00e7\u00f6\u00fcrs\u00e9 \u00e4nd n\u00f6t \u00e4dd\u00e9d t\u00f6 th\u00e9 \u00e9x\u00e7\u00e9pt\u00ef\u00f6n l\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + " learner is successfully added to the exception list": " l\u00e9\u00e4rn\u00e9r \u00efs s\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd \u00e4dd\u00e9d t\u00f6 th\u00e9 \u00e9x\u00e7\u00e9pt\u00ef\u00f6n l\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + " learners are already white listed and not added to the exception list": " l\u00e9\u00e4rn\u00e9rs \u00e4r\u00e9 \u00e4lr\u00e9\u00e4d\u00fd wh\u00eft\u00e9 l\u00efst\u00e9d \u00e4nd n\u00f6t \u00e4dd\u00e9d t\u00f6 th\u00e9 \u00e9x\u00e7\u00e9pt\u00ef\u00f6n l\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + " learners are not enrolled in course and not added to the exception list": " l\u00e9\u00e4rn\u00e9rs \u00e4r\u00e9 n\u00f6t \u00e9nr\u00f6ll\u00e9d \u00efn \u00e7\u00f6\u00fcrs\u00e9 \u00e4nd n\u00f6t \u00e4dd\u00e9d t\u00f6 th\u00e9 \u00e9x\u00e7\u00e9pt\u00ef\u00f6n l\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + " learners are successfully added to exception list": " l\u00e9\u00e4rn\u00e9rs \u00e4r\u00e9 s\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd \u00e4dd\u00e9d t\u00f6 \u00e9x\u00e7\u00e9pt\u00ef\u00f6n l\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + " learners do not exist in LMS and not added to the exception list": " l\u00e9\u00e4rn\u00e9rs d\u00f6 n\u00f6t \u00e9x\u00efst \u00efn LMS \u00e4nd n\u00f6t \u00e4dd\u00e9d t\u00f6 th\u00e9 \u00e9x\u00e7\u00e9pt\u00ef\u00f6n l\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + " record is not in correct format and not added to the exception list": " r\u00e9\u00e7\u00f6rd \u00efs n\u00f6t \u00efn \u00e7\u00f6rr\u00e9\u00e7t f\u00f6rm\u00e4t \u00e4nd n\u00f6t \u00e4dd\u00e9d t\u00f6 th\u00e9 \u00e9x\u00e7\u00e9pt\u00ef\u00f6n l\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + " records are not in correct format and not added to the exception list": " r\u00e9\u00e7\u00f6rds \u00e4r\u00e9 n\u00f6t \u00efn \u00e7\u00f6rr\u00e9\u00e7t f\u00f6rm\u00e4t \u00e4nd n\u00f6t \u00e4dd\u00e9d t\u00f6 th\u00e9 \u00e9x\u00e7\u00e9pt\u00ef\u00f6n l\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "${listPrice}": "${listPrice} \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", "%(errorCount)s error found in form.": [ - "%(errorCount)s \u00e9rr\u00f6r f\u00f6\u00fcnd \u00efn f\u00f6rm. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "%(errorCount)s \u00e9rr\u00f6r f\u00f6\u00fcnd \u00efn f\u00f6rm. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", "%(errorCount)s \u00e9rr\u00f6rs f\u00f6\u00fcnd \u00efn f\u00f6rm. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#" - ], - "%(field)s can only contain up to %(count)d characters.": "%(field)s \u00e7\u00e4n \u00f6nl\u00fd \u00e7\u00f6nt\u00e4\u00efn \u00fcp t\u00f6 %(count)d \u00e7h\u00e4r\u00e4\u00e7t\u00e9rs. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "%(field)s must have at least %(count)d characters.": "%(field)s m\u00fcst h\u00e4v\u00e9 \u00e4t l\u00e9\u00e4st %(count)d \u00e7h\u00e4r\u00e4\u00e7t\u00e9rs. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "%(memberCount)s / %(maxMemberCount)s Member": [ - "%(memberCount)s / %(maxMemberCount)s M\u00e9m\u00df\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "%(memberCount)s / %(maxMemberCount)s M\u00e9m\u00df\u00e9rs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#" - ], - "%(new_item_message)s": "%(new_item_message)s \u2c60'\u03c3\u044f\u0454\u043c#", - "%(num_points)s point possible (graded)": [ - "%(num_points)s p\u00f6\u00efnt p\u00f6ss\u00ef\u00dfl\u00e9 (gr\u00e4d\u00e9d) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", - "%(num_points)s p\u00f6\u00efnts p\u00f6ss\u00ef\u00dfl\u00e9 (gr\u00e4d\u00e9d) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#" - ], - "%(num_points)s point possible (graded, results hidden)": [ - "%(num_points)s p\u00f6\u00efnt p\u00f6ss\u00ef\u00dfl\u00e9 (gr\u00e4d\u00e9d, r\u00e9s\u00fclts h\u00efdd\u00e9n) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "%(num_points)s p\u00f6\u00efnts p\u00f6ss\u00ef\u00dfl\u00e9 (gr\u00e4d\u00e9d, r\u00e9s\u00fclts h\u00efdd\u00e9n) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #" - ], - "%(num_points)s point possible (ungraded)": [ - "%(num_points)s p\u00f6\u00efnt p\u00f6ss\u00ef\u00dfl\u00e9 (\u00fcngr\u00e4d\u00e9d) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "%(num_points)s p\u00f6\u00efnts p\u00f6ss\u00ef\u00dfl\u00e9 (\u00fcngr\u00e4d\u00e9d) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#" - ], - "%(num_points)s point possible (ungraded, results hidden)": [ - "%(num_points)s p\u00f6\u00efnt p\u00f6ss\u00ef\u00dfl\u00e9 (\u00fcngr\u00e4d\u00e9d, r\u00e9s\u00fclts h\u00efdd\u00e9n) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "%(num_points)s p\u00f6\u00efnts p\u00f6ss\u00ef\u00dfl\u00e9 (\u00fcngr\u00e4d\u00e9d, r\u00e9s\u00fclts h\u00efdd\u00e9n) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#" - ], - "%(num_questions)s question": [ - "%(num_questions)s q\u00fc\u00e9st\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "%(num_questions)s q\u00fc\u00e9st\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#" - ], - "%(num_students)s student": [ - "%(num_students)s st\u00fcd\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "%(num_students)s st\u00fcd\u00e9nts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#" - ], - "%(num_students)s student opened Subsection": [ - "%(num_students)s st\u00fcd\u00e9nt \u00f6p\u00e9n\u00e9d S\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "%(num_students)s st\u00fcd\u00e9nts \u00f6p\u00e9n\u00e9d S\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#" - ], - "%(programName)s Home Page.": "%(programName)s H\u00f6m\u00e9 P\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + ], + "%(field)s can only contain up to %(count)d characters.": "%(field)s \u00e7\u00e4n \u00f6nl\u00fd \u00e7\u00f6nt\u00e4\u00efn \u00fcp t\u00f6 %(count)d \u00e7h\u00e4r\u00e4\u00e7t\u00e9rs. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "%(field)s must have at least %(count)d characters.": "%(field)s m\u00fcst h\u00e4v\u00e9 \u00e4t l\u00e9\u00e4st %(count)d \u00e7h\u00e4r\u00e4\u00e7t\u00e9rs. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "%(new_item_message)s": "%(new_item_message)s \u2c60'\u03c3\u044f\u0454\u043c#", + "%(programName)s Home Page.": "%(programName)s H\u00f6m\u00e9 P\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", "%(sel)s of %(cnt)s selected": [ - "%(sel)s de %(cnt)s elektita", + "%(sel)s de %(cnt)s elektita", "%(sel)s de %(cnt)s elektitaj" - ], - "%(team_count)s Team": [ - "%(team_count)s T\u00e9\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "%(team_count)s T\u00e9\u00e4ms \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#" - ], - "%(type)s Component Template Menu": "%(type)s \u00c7\u00f6mp\u00f6n\u00e9nt T\u00e9mpl\u00e4t\u00e9 M\u00e9n\u00fc \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", + ], + "%(type)s Component Template Menu": "%(type)s \u00c7\u00f6mp\u00f6n\u00e9nt T\u00e9mpl\u00e4t\u00e9 M\u00e9n\u00fc \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", "%(value)s hour": [ - "%(value)s h\u00f6\u00fcr \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "%(value)s h\u00f6\u00fcr \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", "%(value)s h\u00f6\u00fcrs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#" - ], + ], "%(value)s minute": [ - "%(value)s m\u00efn\u00fct\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "%(value)s m\u00efn\u00fct\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", "%(value)s m\u00efn\u00fct\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #" - ], + ], "%(value)s second": [ - "%(value)s s\u00e9\u00e7\u00f6nd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "%(value)s s\u00e9\u00e7\u00f6nd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", "%(value)s s\u00e9\u00e7\u00f6nds \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #" - ], + ], "%d day": [ - "%d d\u00e4\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "%d d\u00e4\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", "%d d\u00e4\u00fds \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#" - ], + ], "%d minute": [ - "%d m\u00efn\u00fct\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "%d m\u00efn\u00fct\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", "%d m\u00efn\u00fct\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #" - ], + ], "%d month": [ - "%d m\u00f6nth \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "%d m\u00f6nth \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", "%d m\u00f6nths \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#" - ], + ], "%d year": [ - "%d \u00fd\u00e9\u00e4r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "%d \u00fd\u00e9\u00e4r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", "%d \u00fd\u00e9\u00e4rs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#" - ], - "%s ago": "%s \u00e4g\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "%s from now": "%s fr\u00f6m n\u00f6w \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "(Add signatories for a certificate)": "(\u00c0dd s\u00efgn\u00e4t\u00f6r\u00ef\u00e9s f\u00f6r \u00e4 \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "(Caption will be displayed when you start playing the video.)": "(\u00c7\u00e4pt\u00ef\u00f6n w\u00efll \u00df\u00e9 d\u00efspl\u00e4\u00fd\u00e9d wh\u00e9n \u00fd\u00f6\u00fc st\u00e4rt pl\u00e4\u00fd\u00efng th\u00e9 v\u00efd\u00e9\u00f6.) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "(Optional)": "(\u00d6pt\u00ef\u00f6n\u00e4l) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "(Read-only)": "(R\u00e9\u00e4d-\u00f6nl\u00fd) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "(Required Field)": "(R\u00e9q\u00fc\u00efr\u00e9d F\u00ef\u00e9ld) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "(Self-paced) Ended {end}": "(S\u00e9lf-p\u00e4\u00e7\u00e9d) \u00c9nd\u00e9d {end} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "(Self-paced) Ends {end}": "(S\u00e9lf-p\u00e4\u00e7\u00e9d) \u00c9nds {end} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "(Self-paced) Started {start}": "(S\u00e9lf-p\u00e4\u00e7\u00e9d) St\u00e4rt\u00e9d {start} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "(Self-paced) Starts {start}": "(S\u00e9lf-p\u00e4\u00e7\u00e9d) St\u00e4rts {start} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + ], + "%s ago": "%s \u00e4g\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "%s from now": "%s fr\u00f6m n\u00f6w \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "(Add signatories for a certificate)": "(\u00c0dd s\u00efgn\u00e4t\u00f6r\u00ef\u00e9s f\u00f6r \u00e4 \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "(Caption will be displayed when you start playing the video.)": "(\u00c7\u00e4pt\u00ef\u00f6n w\u00efll \u00df\u00e9 d\u00efspl\u00e4\u00fd\u00e9d wh\u00e9n \u00fd\u00f6\u00fc st\u00e4rt pl\u00e4\u00fd\u00efng th\u00e9 v\u00efd\u00e9\u00f6.) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "(Optional)": "(\u00d6pt\u00ef\u00f6n\u00e4l) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "(Read-only)": "(R\u00e9\u00e4d-\u00f6nl\u00fd) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "(Required Field)": "(R\u00e9q\u00fc\u00efr\u00e9d F\u00ef\u00e9ld) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "(Self-paced) Ended {end}": "(S\u00e9lf-p\u00e4\u00e7\u00e9d) \u00c9nd\u00e9d {end} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "(Self-paced) Ends {end}": "(S\u00e9lf-p\u00e4\u00e7\u00e9d) \u00c9nds {end} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "(Self-paced) Started {start}": "(S\u00e9lf-p\u00e4\u00e7\u00e9d) St\u00e4rt\u00e9d {start} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "(Self-paced) Starts {start}": "(S\u00e9lf-p\u00e4\u00e7\u00e9d) St\u00e4rts {start} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", "(contains %(student_count)s student)": [ - "(\u00e7\u00f6nt\u00e4\u00efns %(student_count)s st\u00fcd\u00e9nt) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "(\u00e7\u00f6nt\u00e4\u00efns %(student_count)s st\u00fcd\u00e9nt) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", "(\u00e7\u00f6nt\u00e4\u00efns %(student_count)s st\u00fcd\u00e9nts) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#" - ], - "(optional)": "(\u00f6pt\u00ef\u00f6n\u00e4l) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "(required)": "(r\u00e9q\u00fc\u00efr\u00e9d) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "(required):": "(r\u00e9q\u00fc\u00efr\u00e9d): \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "- Sortable": "- S\u00f6rt\u00e4\u00dfl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "6 a.m.": "6 a.t.m.", - "6 p.m.": "6 ptm", - ": video upload complete.": ": v\u00efd\u00e9\u00f6 \u00fcpl\u00f6\u00e4d \u00e7\u00f6mpl\u00e9t\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "<%= user %> already in exception list.": "<%= user %> \u00e4lr\u00e9\u00e4d\u00fd \u00efn \u00e9x\u00e7\u00e9pt\u00ef\u00f6n l\u00efst. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "<%= user %> has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.": "<%= user %> h\u00e4s \u00df\u00e9\u00e9n s\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd \u00e4dd\u00e9d t\u00f6 th\u00e9 \u00e9x\u00e7\u00e9pt\u00ef\u00f6n l\u00efst. \u00c7l\u00ef\u00e7k G\u00e9n\u00e9r\u00e4t\u00e9 \u00c9x\u00e7\u00e9pt\u00ef\u00f6n \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u00df\u00e9l\u00f6w t\u00f6 s\u00e9nd th\u00e9 \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "A Password is required": "\u00c0 P\u00e4ssw\u00f6rd \u00efs r\u00e9q\u00fc\u00efr\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "A driver's license, passport, or government-issued ID with your name and photo.": "\u00c0 dr\u00efv\u00e9r's l\u00ef\u00e7\u00e9ns\u00e9, p\u00e4ssp\u00f6rt, \u00f6r g\u00f6v\u00e9rnm\u00e9nt-\u00efss\u00fc\u00e9d \u00ccD w\u00efth \u00fd\u00f6\u00fcr n\u00e4m\u00e9 \u00e4nd ph\u00f6t\u00f6. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "A driver's license, passport, or other government-issued ID with your name and photo": "\u00c0 dr\u00efv\u00e9r's l\u00ef\u00e7\u00e9ns\u00e9, p\u00e4ssp\u00f6rt, \u00f6r \u00f6th\u00e9r g\u00f6v\u00e9rnm\u00e9nt-\u00efss\u00fc\u00e9d \u00ccD w\u00efth \u00fd\u00f6\u00fcr n\u00e4m\u00e9 \u00e4nd ph\u00f6t\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "A highlight to look forward to this week.": "\u00c0 h\u00efghl\u00efght t\u00f6 l\u00f6\u00f6k f\u00f6rw\u00e4rd t\u00f6 th\u00efs w\u00e9\u00e9k. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "A list of courses you have just enrolled in as a verified student": "\u00c0 l\u00efst \u00f6f \u00e7\u00f6\u00fcrs\u00e9s \u00fd\u00f6\u00fc h\u00e4v\u00e9 j\u00fcst \u00e9nr\u00f6ll\u00e9d \u00efn \u00e4s \u00e4 v\u00e9r\u00eff\u00ef\u00e9d st\u00fcd\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "A name that identifies your team (maximum 255 characters).": "\u00c0 n\u00e4m\u00e9 th\u00e4t \u00efd\u00e9nt\u00eff\u00ef\u00e9s \u00fd\u00f6\u00fcr t\u00e9\u00e4m (m\u00e4x\u00efm\u00fcm 255 \u00e7h\u00e4r\u00e4\u00e7t\u00e9rs). \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "\u00c0 sh\u00f6rt d\u00e9s\u00e7r\u00efpt\u00ef\u00f6n \u00f6f th\u00e9 t\u00e9\u00e4m t\u00f6 h\u00e9lp \u00f6th\u00e9r l\u00e9\u00e4rn\u00e9rs \u00fcnd\u00e9rst\u00e4nd th\u00e9 g\u00f6\u00e4ls \u00f6r d\u00efr\u00e9\u00e7t\u00ef\u00f6n \u00f6f th\u00e9 t\u00e9\u00e4m (m\u00e4x\u00efm\u00fcm 300 \u00e7h\u00e4r\u00e4\u00e7t\u00e9rs). \u2c60'\u03c3\u044f\u0454\u043c#", - "A valid email address is required": "\u00c0 v\u00e4l\u00efd \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss \u00efs r\u00e9q\u00fc\u00efr\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "\u00c0B\u00c7D\u00c9FGH\u00ccJKLMN\u00d6PQRST\u00dbVWX\u00ddZ \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "API Key": "\u00c0P\u00cc K\u00e9\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "API Secret": "\u00c0P\u00cc S\u00e9\u00e7r\u00e9t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Abbreviation": "\u00c0\u00df\u00dfr\u00e9v\u00ef\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "About Me": "\u00c0\u00df\u00f6\u00fct M\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "About You": "\u00c0\u00df\u00f6\u00fct \u00dd\u00f6\u00fc \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "About me": "\u00c0\u00df\u00f6\u00fct m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Access to some content in this unit is restricted to specific groups of learners": "\u00c0\u00e7\u00e7\u00e9ss t\u00f6 s\u00f6m\u00e9 \u00e7\u00f6nt\u00e9nt \u00efn th\u00efs \u00fcn\u00eft \u00efs r\u00e9str\u00ef\u00e7t\u00e9d t\u00f6 sp\u00e9\u00e7\u00eff\u00ef\u00e7 gr\u00f6\u00fcps \u00f6f l\u00e9\u00e4rn\u00e9rs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "Access to some content in this {blockType} is restricted to specific groups of learners.": "\u00c0\u00e7\u00e7\u00e9ss t\u00f6 s\u00f6m\u00e9 \u00e7\u00f6nt\u00e9nt \u00efn th\u00efs {blockType} \u00efs r\u00e9str\u00ef\u00e7t\u00e9d t\u00f6 sp\u00e9\u00e7\u00eff\u00ef\u00e7 gr\u00f6\u00fcps \u00f6f l\u00e9\u00e4rn\u00e9rs. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "Access to this unit is restricted to: {selectedGroupsLabel}": "\u00c0\u00e7\u00e7\u00e9ss t\u00f6 th\u00efs \u00fcn\u00eft \u00efs r\u00e9str\u00ef\u00e7t\u00e9d t\u00f6: {selectedGroupsLabel} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Access to this {blockType} is restricted to: {selectedGroupsLabel}": "\u00c0\u00e7\u00e7\u00e9ss t\u00f6 th\u00efs {blockType} \u00efs r\u00e9str\u00ef\u00e7t\u00e9d t\u00f6: {selectedGroupsLabel} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "Accomplishments": "\u00c0\u00e7\u00e7\u00f6mpl\u00efshm\u00e9nts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Accomplishments Pagination": "\u00c0\u00e7\u00e7\u00f6mpl\u00efshm\u00e9nts P\u00e4g\u00efn\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Account": "\u00c0\u00e7\u00e7\u00f6\u00fcnt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Account Information": "\u00c0\u00e7\u00e7\u00f6\u00fcnt \u00ccnf\u00f6rm\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Account Not Activated": "\u00c0\u00e7\u00e7\u00f6\u00fcnt N\u00f6t \u00c0\u00e7t\u00efv\u00e4t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Account Settings": "\u00c0\u00e7\u00e7\u00f6\u00fcnt S\u00e9tt\u00efngs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Account Settings page.": "\u00c0\u00e7\u00e7\u00f6\u00fcnt S\u00e9tt\u00efngs p\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Account deletion, including removal from email lists, may take a few weeks to fully process through our system. If you want to opt-out of emails before then, please unsubscribe from the footer of any email.": "\u00c0\u00e7\u00e7\u00f6\u00fcnt d\u00e9l\u00e9t\u00ef\u00f6n, \u00efn\u00e7l\u00fcd\u00efng r\u00e9m\u00f6v\u00e4l fr\u00f6m \u00e9m\u00e4\u00efl l\u00efsts, m\u00e4\u00fd t\u00e4k\u00e9 \u00e4 f\u00e9w w\u00e9\u00e9ks t\u00f6 f\u00fcll\u00fd pr\u00f6\u00e7\u00e9ss thr\u00f6\u00fcgh \u00f6\u00fcr s\u00fdst\u00e9m. \u00ccf \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00f6pt-\u00f6\u00fct \u00f6f \u00e9m\u00e4\u00efls \u00df\u00e9f\u00f6r\u00e9 th\u00e9n, pl\u00e9\u00e4s\u00e9 \u00fcns\u00fc\u00dfs\u00e7r\u00ef\u00df\u00e9 fr\u00f6m th\u00e9 f\u00f6\u00f6t\u00e9r \u00f6f \u00e4n\u00fd \u00e9m\u00e4\u00efl. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442#", - "Action": "\u00c0\u00e7t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Action required: Enter a valid date.": "\u00c0\u00e7t\u00ef\u00f6n r\u00e9q\u00fc\u00efr\u00e9d: \u00c9nt\u00e9r \u00e4 v\u00e4l\u00efd d\u00e4t\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "Actions": "\u00c0\u00e7t\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Activate": "\u00c0\u00e7t\u00efv\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Activate Your Account": "\u00c0\u00e7t\u00efv\u00e4t\u00e9 \u00dd\u00f6\u00fcr \u00c0\u00e7\u00e7\u00f6\u00fcnt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Activating a link in this group will skip to the corresponding point in the video.": "\u00c0\u00e7t\u00efv\u00e4t\u00efng \u00e4 l\u00efnk \u00efn th\u00efs gr\u00f6\u00fcp w\u00efll sk\u00efp t\u00f6 th\u00e9 \u00e7\u00f6rr\u00e9sp\u00f6nd\u00efng p\u00f6\u00efnt \u00efn th\u00e9 v\u00efd\u00e9\u00f6. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "Active": "\u00c0\u00e7t\u00efv\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Active Uploads": "\u00c0\u00e7t\u00efv\u00e9 \u00dbpl\u00f6\u00e4ds \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "Add": "\u00c0dd \u2c60'\u03c3\u044f\u0454\u043c#", - "Add Additional Signatory": "\u00c0dd \u00c0dd\u00eft\u00ef\u00f6n\u00e4l S\u00efgn\u00e4t\u00f6r\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "Add Allowance": "\u00c0dd \u00c0ll\u00f6w\u00e4n\u00e7\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Add Attachment": "\u00c0dd \u00c0tt\u00e4\u00e7hm\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "Add Cohort": "\u00c0dd \u00c7\u00f6h\u00f6rt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Add Component:": "\u00c0dd \u00c7\u00f6mp\u00f6n\u00e9nt: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "Add Country": "\u00c0dd \u00c7\u00f6\u00fcntr\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Add Learners": "\u00c0dd L\u00e9\u00e4rn\u00e9rs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Add New Component": "\u00c0dd N\u00e9w \u00c7\u00f6mp\u00f6n\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Add Thumbnail": "\u00c0dd Th\u00fcm\u00dfn\u00e4\u00efl \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Add Thumbnail - {videoName}": "\u00c0dd Th\u00fcm\u00dfn\u00e4\u00efl - {videoName} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Add URLs for additional versions": "\u00c0dd \u00dbRLs f\u00f6r \u00e4dd\u00eft\u00ef\u00f6n\u00e4l v\u00e9rs\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "Add a Chapter": "\u00c0dd \u00e4 \u00c7h\u00e4pt\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Add a New Allowance": "\u00c0dd \u00e4 N\u00e9w \u00c0ll\u00f6w\u00e4n\u00e7\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Add a New Cohort": "\u00c0dd \u00e4 N\u00e9w \u00c7\u00f6h\u00f6rt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Add a learning outcome here": "\u00c0dd \u00e4 l\u00e9\u00e4rn\u00efng \u00f6\u00fct\u00e7\u00f6m\u00e9 h\u00e9r\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", - "Add another group": "\u00c0dd \u00e4n\u00f6th\u00e9r gr\u00f6\u00fcp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Add language": "\u00c0dd l\u00e4ng\u00fc\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Add learners to this cohort": "\u00c0dd l\u00e9\u00e4rn\u00e9rs t\u00f6 th\u00efs \u00e7\u00f6h\u00f6rt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", - "Add notes about this learner": "\u00c0dd n\u00f6t\u00e9s \u00e4\u00df\u00f6\u00fct th\u00efs l\u00e9\u00e4rn\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Add to Dictionary": "\u00c0dd t\u00f6 D\u00ef\u00e7t\u00ef\u00f6n\u00e4r\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Add to Exception List": "\u00c0dd t\u00f6 \u00c9x\u00e7\u00e9pt\u00ef\u00f6n L\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Add your first content group": "\u00c0dd \u00fd\u00f6\u00fcr f\u00efrst \u00e7\u00f6nt\u00e9nt gr\u00f6\u00fcp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Add your first group configuration": "\u00c0dd \u00fd\u00f6\u00fcr f\u00efrst gr\u00f6\u00fcp \u00e7\u00f6nf\u00efg\u00fcr\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "Add your first textbook": "\u00c0dd \u00fd\u00f6\u00fcr f\u00efrst t\u00e9xt\u00df\u00f6\u00f6k \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Add {role} Access": "\u00c0dd {role} \u00c0\u00e7\u00e7\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "Adding": "\u00c0dd\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Adding the selected course to your cart": "\u00c0dd\u00efng th\u00e9 s\u00e9l\u00e9\u00e7t\u00e9d \u00e7\u00f6\u00fcrs\u00e9 t\u00f6 \u00fd\u00f6\u00fcr \u00e7\u00e4rt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "Additional Credit Opportunities": "\u00c0dd\u00eft\u00ef\u00f6n\u00e4l \u00c7r\u00e9d\u00eft \u00d6pp\u00f6rt\u00fcn\u00eft\u00ef\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "Additional Information": "\u00c0dd\u00eft\u00ef\u00f6n\u00e4l \u00ccnf\u00f6rm\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Additional Professional Opportunities": "\u00c0dd\u00eft\u00ef\u00f6n\u00e4l Pr\u00f6f\u00e9ss\u00ef\u00f6n\u00e4l \u00d6pp\u00f6rt\u00fcn\u00eft\u00ef\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "Additional Time": "\u00c0dd\u00eft\u00ef\u00f6n\u00e4l T\u00efm\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Additional Time (minutes)": "\u00c0dd\u00eft\u00ef\u00f6n\u00e4l T\u00efm\u00e9 (m\u00efn\u00fct\u00e9s) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Additional posts could not be loaded. Refresh the page and try again.": "\u00c0dd\u00eft\u00ef\u00f6n\u00e4l p\u00f6sts \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 l\u00f6\u00e4d\u00e9d. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Additional responses could not be loaded. Refresh the page and try again.": "\u00c0dd\u00eft\u00ef\u00f6n\u00e4l r\u00e9sp\u00f6ns\u00e9s \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 l\u00f6\u00e4d\u00e9d. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "Adjust video speed": "\u00c0dj\u00fcst v\u00efd\u00e9\u00f6 sp\u00e9\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Adjust video volume": "\u00c0dj\u00fcst v\u00efd\u00e9\u00f6 v\u00f6l\u00fcm\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Admin": "\u00c0dm\u00efn \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Advanced": "\u00c0dv\u00e4n\u00e7\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "After the course\\'s end date has passed, learners can no longer access subsection content. The subsection remains included in grade calculations.": "\u00c0ft\u00e9r th\u00e9 \u00e7\u00f6\u00fcrs\u00e9\\'s \u00e9nd d\u00e4t\u00e9 h\u00e4s p\u00e4ss\u00e9d, l\u00e9\u00e4rn\u00e9rs \u00e7\u00e4n n\u00f6 l\u00f6ng\u00e9r \u00e4\u00e7\u00e7\u00e9ss s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n \u00e7\u00f6nt\u00e9nt. Th\u00e9 s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n r\u00e9m\u00e4\u00efns \u00efn\u00e7l\u00fcd\u00e9d \u00efn gr\u00e4d\u00e9 \u00e7\u00e4l\u00e7\u00fcl\u00e4t\u00ef\u00f6ns. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202#", - "After the subsection\\'s due date has passed, learners can no longer access its content. The subsection remains included in grade calculations.": "\u00c0ft\u00e9r th\u00e9 s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n\\'s d\u00fc\u00e9 d\u00e4t\u00e9 h\u00e4s p\u00e4ss\u00e9d, l\u00e9\u00e4rn\u00e9rs \u00e7\u00e4n n\u00f6 l\u00f6ng\u00e9r \u00e4\u00e7\u00e7\u00e9ss \u00efts \u00e7\u00f6nt\u00e9nt. Th\u00e9 s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n r\u00e9m\u00e4\u00efns \u00efn\u00e7l\u00fcd\u00e9d \u00efn gr\u00e4d\u00e9 \u00e7\u00e4l\u00e7\u00fcl\u00e4t\u00ef\u00f6ns. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442#", - "After you upload new files all your previously uploaded files will be overwritten. Continue?": "\u00c0ft\u00e9r \u00fd\u00f6\u00fc \u00fcpl\u00f6\u00e4d n\u00e9w f\u00efl\u00e9s \u00e4ll \u00fd\u00f6\u00fcr pr\u00e9v\u00ef\u00f6\u00fcsl\u00fd \u00fcpl\u00f6\u00e4d\u00e9d f\u00efl\u00e9s w\u00efll \u00df\u00e9 \u00f6v\u00e9rwr\u00eftt\u00e9n. \u00c7\u00f6nt\u00efn\u00fc\u00e9? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "Align center": "\u00c0l\u00efgn \u00e7\u00e9nt\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Align left": "\u00c0l\u00efgn l\u00e9ft \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Align right": "\u00c0l\u00efgn r\u00efght \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Alignment": "\u00c0l\u00efgnm\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "All Learners and Staff": "\u00c0ll L\u00e9\u00e4rn\u00e9rs \u00e4nd St\u00e4ff \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "All Posts": "\u00c0ll P\u00f6sts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "All Rights Reserved": "\u00c0ll R\u00efghts R\u00e9s\u00e9rv\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "All Time Zones": "\u00c0ll T\u00efm\u00e9 Z\u00f6n\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "All Topics": "\u00c0ll T\u00f6p\u00ef\u00e7s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "All accounts were created successfully.": "\u00c0ll \u00e4\u00e7\u00e7\u00f6\u00fcnts w\u00e9r\u00e9 \u00e7r\u00e9\u00e4t\u00e9d s\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "All chapters must have a name and asset": "\u00c0ll \u00e7h\u00e4pt\u00e9rs m\u00fcst h\u00e4v\u00e9 \u00e4 n\u00e4m\u00e9 \u00e4nd \u00e4ss\u00e9t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "All groups must have a name.": "\u00c0ll gr\u00f6\u00fcps m\u00fcst h\u00e4v\u00e9 \u00e4 n\u00e4m\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "All groups must have a unique name.": "\u00c0ll gr\u00f6\u00fcps m\u00fcst h\u00e4v\u00e9 \u00e4 \u00fcn\u00efq\u00fc\u00e9 n\u00e4m\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "All learners in the {cohort_name} cohort": "\u00c0ll l\u00e9\u00e4rn\u00e9rs \u00efn th\u00e9 {cohort_name} \u00e7\u00f6h\u00f6rt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "All learners in the {track_name} track": "\u00c0ll l\u00e9\u00e4rn\u00e9rs \u00efn th\u00e9 {track_name} tr\u00e4\u00e7k \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "All learners who are enrolled in this course": "\u00c0ll l\u00e9\u00e4rn\u00e9rs wh\u00f6 \u00e4r\u00e9 \u00e9nr\u00f6ll\u00e9d \u00efn th\u00efs \u00e7\u00f6\u00fcrs\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "All payment options are currently unavailable.": "\u00c0ll p\u00e4\u00fdm\u00e9nt \u00f6pt\u00ef\u00f6ns \u00e4r\u00e9 \u00e7\u00fcrr\u00e9ntl\u00fd \u00fcn\u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "All professional education courses are fee-based, and require payment to complete the enrollment process.": "\u00c0ll pr\u00f6f\u00e9ss\u00ef\u00f6n\u00e4l \u00e9d\u00fc\u00e7\u00e4t\u00ef\u00f6n \u00e7\u00f6\u00fcrs\u00e9s \u00e4r\u00e9 f\u00e9\u00e9-\u00df\u00e4s\u00e9d, \u00e4nd r\u00e9q\u00fc\u00efr\u00e9 p\u00e4\u00fdm\u00e9nt t\u00f6 \u00e7\u00f6mpl\u00e9t\u00e9 th\u00e9 \u00e9nr\u00f6llm\u00e9nt pr\u00f6\u00e7\u00e9ss. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 #", - "All subsections": "\u00c0ll s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "All teams": "\u00c0ll t\u00e9\u00e4ms \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "All topics": "\u00c0ll t\u00f6p\u00ef\u00e7s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "All units": "\u00c0ll \u00fcn\u00efts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "All users on the Exception list": "\u00c0ll \u00fcs\u00e9rs \u00f6n th\u00e9 \u00c9x\u00e7\u00e9pt\u00ef\u00f6n l\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "All users on the Exception list who do not yet have a certificate": "\u00c0ll \u00fcs\u00e9rs \u00f6n th\u00e9 \u00c9x\u00e7\u00e9pt\u00ef\u00f6n l\u00efst wh\u00f6 d\u00f6 n\u00f6t \u00fd\u00e9t h\u00e4v\u00e9 \u00e4 \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Allow others to copy, distribute, display and perform only verbatim copies of your work, not derivative works based upon it. This option is incompatible with \"Share Alike\".": "\u00c0ll\u00f6w \u00f6th\u00e9rs t\u00f6 \u00e7\u00f6p\u00fd, d\u00efstr\u00ef\u00df\u00fct\u00e9, d\u00efspl\u00e4\u00fd \u00e4nd p\u00e9rf\u00f6rm \u00f6nl\u00fd v\u00e9r\u00df\u00e4t\u00efm \u00e7\u00f6p\u00ef\u00e9s \u00f6f \u00fd\u00f6\u00fcr w\u00f6rk, n\u00f6t d\u00e9r\u00efv\u00e4t\u00efv\u00e9 w\u00f6rks \u00df\u00e4s\u00e9d \u00fcp\u00f6n \u00eft. Th\u00efs \u00f6pt\u00ef\u00f6n \u00efs \u00efn\u00e7\u00f6mp\u00e4t\u00ef\u00dfl\u00e9 w\u00efth \"Sh\u00e4r\u00e9 \u00c0l\u00efk\u00e9\". \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5#", - "Allow others to copy, distribute, display and perform your copyrighted work but only if they give credit the way you request. Currently, this option is required.": "\u00c0ll\u00f6w \u00f6th\u00e9rs t\u00f6 \u00e7\u00f6p\u00fd, d\u00efstr\u00ef\u00df\u00fct\u00e9, d\u00efspl\u00e4\u00fd \u00e4nd p\u00e9rf\u00f6rm \u00fd\u00f6\u00fcr \u00e7\u00f6p\u00fdr\u00efght\u00e9d w\u00f6rk \u00df\u00fct \u00f6nl\u00fd \u00eff th\u00e9\u00fd g\u00efv\u00e9 \u00e7r\u00e9d\u00eft th\u00e9 w\u00e4\u00fd \u00fd\u00f6\u00fc r\u00e9q\u00fc\u00e9st. \u00c7\u00fcrr\u00e9ntl\u00fd, th\u00efs \u00f6pt\u00ef\u00f6n \u00efs r\u00e9q\u00fc\u00efr\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454#", - "Allow others to copy, distribute, display and perform your work - and derivative works based upon it - but for noncommercial purposes only.": "\u00c0ll\u00f6w \u00f6th\u00e9rs t\u00f6 \u00e7\u00f6p\u00fd, d\u00efstr\u00ef\u00df\u00fct\u00e9, d\u00efspl\u00e4\u00fd \u00e4nd p\u00e9rf\u00f6rm \u00fd\u00f6\u00fcr w\u00f6rk - \u00e4nd d\u00e9r\u00efv\u00e4t\u00efv\u00e9 w\u00f6rks \u00df\u00e4s\u00e9d \u00fcp\u00f6n \u00eft - \u00df\u00fct f\u00f6r n\u00f6n\u00e7\u00f6mm\u00e9r\u00e7\u00ef\u00e4l p\u00fcrp\u00f6s\u00e9s \u00f6nl\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142\u03b1#", - "Allow others to distribute derivative works only under a license identical to the license that governs your work. This option is incompatible with \"No Derivatives\".": "\u00c0ll\u00f6w \u00f6th\u00e9rs t\u00f6 d\u00efstr\u00ef\u00df\u00fct\u00e9 d\u00e9r\u00efv\u00e4t\u00efv\u00e9 w\u00f6rks \u00f6nl\u00fd \u00fcnd\u00e9r \u00e4 l\u00ef\u00e7\u00e9ns\u00e9 \u00efd\u00e9nt\u00ef\u00e7\u00e4l t\u00f6 th\u00e9 l\u00ef\u00e7\u00e9ns\u00e9 th\u00e4t g\u00f6v\u00e9rns \u00fd\u00f6\u00fcr w\u00f6rk. Th\u00efs \u00f6pt\u00ef\u00f6n \u00efs \u00efn\u00e7\u00f6mp\u00e4t\u00ef\u00dfl\u00e9 w\u00efth \"N\u00f6 D\u00e9r\u00efv\u00e4t\u00efv\u00e9s\". \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202#", - "Allow students to generate certificates for this course?": "\u00c0ll\u00f6w st\u00fcd\u00e9nts t\u00f6 g\u00e9n\u00e9r\u00e4t\u00e9 \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s f\u00f6r th\u00efs \u00e7\u00f6\u00fcrs\u00e9? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Allowance Type": "\u00c0ll\u00f6w\u00e4n\u00e7\u00e9 T\u00fdp\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "Allowance Value": "\u00c0ll\u00f6w\u00e4n\u00e7\u00e9 V\u00e4l\u00fc\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Allowances": "\u00c0ll\u00f6w\u00e4n\u00e7\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Already a course team member": "\u00c0lr\u00e9\u00e4d\u00fd \u00e4 \u00e7\u00f6\u00fcrs\u00e9 t\u00e9\u00e4m m\u00e9m\u00df\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Already a library team member": "\u00c0lr\u00e9\u00e4d\u00fd \u00e4 l\u00ef\u00dfr\u00e4r\u00fd t\u00e9\u00e4m m\u00e9m\u00df\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Already a member": "\u00c0lr\u00e9\u00e4d\u00fd \u00e4 m\u00e9m\u00df\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Already have an {platformName} account?": "\u00c0lr\u00e9\u00e4d\u00fd h\u00e4v\u00e9 \u00e4n {platformName} \u00e4\u00e7\u00e7\u00f6\u00fcnt? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Alternative source": "\u00c0lt\u00e9rn\u00e4t\u00efv\u00e9 s\u00f6\u00fcr\u00e7\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Always divide content-specific discussion topics": "\u00c0lw\u00e4\u00fds d\u00efv\u00efd\u00e9 \u00e7\u00f6nt\u00e9nt-sp\u00e9\u00e7\u00eff\u00ef\u00e7 d\u00efs\u00e7\u00fcss\u00ef\u00f6n t\u00f6p\u00ef\u00e7s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Always show assessment results": "\u00c0lw\u00e4\u00fds sh\u00f6w \u00e4ss\u00e9ssm\u00e9nt r\u00e9s\u00fclts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "Amount": "\u00c0m\u00f6\u00fcnt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "An email has been sent to {userEmail} with a link for you to activate your account.": "\u00c0n \u00e9m\u00e4\u00efl h\u00e4s \u00df\u00e9\u00e9n s\u00e9nt t\u00f6 {userEmail} w\u00efth \u00e4 l\u00efnk f\u00f6r \u00fd\u00f6\u00fc t\u00f6 \u00e4\u00e7t\u00efv\u00e4t\u00e9 \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "An error has occurred. Check your Internet connection and try again.": "\u00c0n \u00e9rr\u00f6r h\u00e4s \u00f6\u00e7\u00e7\u00fcrr\u00e9d. \u00c7h\u00e9\u00e7k \u00fd\u00f6\u00fcr \u00ccnt\u00e9rn\u00e9t \u00e7\u00f6nn\u00e9\u00e7t\u00ef\u00f6n \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "\u00c0n \u00e9rr\u00f6r h\u00e4s \u00f6\u00e7\u00e7\u00fcrr\u00e9d. M\u00e4k\u00e9 s\u00fcr\u00e9 th\u00e4t \u00fd\u00f6\u00fc \u00e4r\u00e9 \u00e7\u00f6nn\u00e9\u00e7t\u00e9d t\u00f6 th\u00e9 \u00ccnt\u00e9rn\u00e9t, \u00e4nd th\u00e9n tr\u00fd r\u00e9fr\u00e9sh\u00efng th\u00e9 p\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 #", - "An error has occurred. Please try again later.": "\u00c0n \u00e9rr\u00f6r h\u00e4s \u00f6\u00e7\u00e7\u00fcrr\u00e9d. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn l\u00e4t\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "An error has occurred. Please try again.": "\u00c0n \u00e9rr\u00f6r h\u00e4s \u00f6\u00e7\u00e7\u00fcrr\u00e9d. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "An error has occurred. Please try reloading the page.": "\u00c0n \u00e9rr\u00f6r h\u00e4s \u00f6\u00e7\u00e7\u00fcrr\u00e9d. Pl\u00e9\u00e4s\u00e9 tr\u00fd r\u00e9l\u00f6\u00e4d\u00efng th\u00e9 p\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "An error has occurred. Refresh the page, and then try again.": "\u00c0n \u00e9rr\u00f6r h\u00e4s \u00f6\u00e7\u00e7\u00fcrr\u00e9d. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9, \u00e4nd th\u00e9n tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "An error has occurred. Try refreshing the page, or check your Internet connection.": "\u00c0n \u00e9rr\u00f6r h\u00e4s \u00f6\u00e7\u00e7\u00fcrr\u00e9d. Tr\u00fd r\u00e9fr\u00e9sh\u00efng th\u00e9 p\u00e4g\u00e9, \u00f6r \u00e7h\u00e9\u00e7k \u00fd\u00f6\u00fcr \u00ccnt\u00e9rn\u00e9t \u00e7\u00f6nn\u00e9\u00e7t\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "An error has occurred. Wait a few minutes, and then try again.": "\u00c0n \u00e9rr\u00f6r h\u00e4s \u00f6\u00e7\u00e7\u00fcrr\u00e9d. W\u00e4\u00eft \u00e4 f\u00e9w m\u00efn\u00fct\u00e9s, \u00e4nd th\u00e9n tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "\u00c0n \u00e9rr\u00f6r \u00f6\u00e7\u00e7\u00fcrr\u00e9d r\u00e9tr\u00ef\u00e9v\u00efng \u00fd\u00f6\u00fcr \u00e9m\u00e4\u00efl. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn l\u00e4t\u00e9r, \u00e4nd \u00e7\u00f6nt\u00e4\u00e7t t\u00e9\u00e7hn\u00ef\u00e7\u00e4l s\u00fcpp\u00f6rt \u00eff th\u00e9 pr\u00f6\u00dfl\u00e9m p\u00e9rs\u00efsts. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c#", - "An error occurred when signing you in to %s.": "\u00c0n \u00e9rr\u00f6r \u00f6\u00e7\u00e7\u00fcrr\u00e9d wh\u00e9n s\u00efgn\u00efng \u00fd\u00f6\u00fc \u00efn t\u00f6 %s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "An error occurred while removing the member from the team. Try again.": "\u00c0n \u00e9rr\u00f6r \u00f6\u00e7\u00e7\u00fcrr\u00e9d wh\u00efl\u00e9 r\u00e9m\u00f6v\u00efng th\u00e9 m\u00e9m\u00df\u00e9r fr\u00f6m th\u00e9 t\u00e9\u00e4m. Tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "An error occurred.": "\u00c0n \u00e9rr\u00f6r \u00f6\u00e7\u00e7\u00fcrr\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "An error occurred. Make sure that the student's username or email address is correct and try again.": "\u00c0n \u00e9rr\u00f6r \u00f6\u00e7\u00e7\u00fcrr\u00e9d. M\u00e4k\u00e9 s\u00fcr\u00e9 th\u00e4t th\u00e9 st\u00fcd\u00e9nt's \u00fcs\u00e9rn\u00e4m\u00e9 \u00f6r \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss \u00efs \u00e7\u00f6rr\u00e9\u00e7t \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "An error occurred. Please reload the page.": "\u00c0n \u00e9rr\u00f6r \u00f6\u00e7\u00e7\u00fcrr\u00e9d. Pl\u00e9\u00e4s\u00e9 r\u00e9l\u00f6\u00e4d th\u00e9 p\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "An error occurred. Please try again.": "\u00c0n \u00e9rr\u00f6r \u00f6\u00e7\u00e7\u00fcrr\u00e9d. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "An error occurred. Try again.": "\u00c0n \u00e9rr\u00f6r \u00f6\u00e7\u00e7\u00fcrr\u00e9d. Tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "An unexpected error occurred. Please try again.": "\u00c0n \u00fcn\u00e9xp\u00e9\u00e7t\u00e9d \u00e9rr\u00f6r \u00f6\u00e7\u00e7\u00fcrr\u00e9d. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Anchor": "\u00c0n\u00e7h\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Anchors": "\u00c0n\u00e7h\u00f6rs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Any content that has listed this content as a prerequisite will also have access limitations removed.": "\u00c0n\u00fd \u00e7\u00f6nt\u00e9nt th\u00e4t h\u00e4s l\u00efst\u00e9d th\u00efs \u00e7\u00f6nt\u00e9nt \u00e4s \u00e4 pr\u00e9r\u00e9q\u00fc\u00efs\u00eft\u00e9 w\u00efll \u00e4ls\u00f6 h\u00e4v\u00e9 \u00e4\u00e7\u00e7\u00e9ss l\u00efm\u00eft\u00e4t\u00ef\u00f6ns r\u00e9m\u00f6v\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Any course progress or grades from your current session will be lost.": "\u00c0n\u00fd \u00e7\u00f6\u00fcrs\u00e9 pr\u00f6gr\u00e9ss \u00f6r gr\u00e4d\u00e9s fr\u00f6m \u00fd\u00f6\u00fcr \u00e7\u00fcrr\u00e9nt s\u00e9ss\u00ef\u00f6n w\u00efll \u00df\u00e9 l\u00f6st. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Any divided discussion topics are divided based on cohort.": "\u00c0n\u00fd d\u00efv\u00efd\u00e9d d\u00efs\u00e7\u00fcss\u00ef\u00f6n t\u00f6p\u00ef\u00e7s \u00e4r\u00e9 d\u00efv\u00efd\u00e9d \u00df\u00e4s\u00e9d \u00f6n \u00e7\u00f6h\u00f6rt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Any divided discussion topics are divided based on enrollment track.": "\u00c0n\u00fd d\u00efv\u00efd\u00e9d d\u00efs\u00e7\u00fcss\u00ef\u00f6n t\u00f6p\u00ef\u00e7s \u00e4r\u00e9 d\u00efv\u00efd\u00e9d \u00df\u00e4s\u00e9d \u00f6n \u00e9nr\u00f6llm\u00e9nt tr\u00e4\u00e7k. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "April": "aprilo", - "Are you having trouble finding a team to join?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc h\u00e4v\u00efng tr\u00f6\u00fc\u00dfl\u00e9 f\u00efnd\u00efng \u00e4 t\u00e9\u00e4m t\u00f6 j\u00f6\u00efn? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Are you sure that you want to leave this session?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 th\u00e4t \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 l\u00e9\u00e4v\u00e9 th\u00efs s\u00e9ss\u00ef\u00f6n? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Are you sure you want to change to a different session?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00e7h\u00e4ng\u00e9 t\u00f6 \u00e4 d\u00efff\u00e9r\u00e9nt s\u00e9ss\u00ef\u00f6n? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Are you sure you want to delete this comment?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 d\u00e9l\u00e9t\u00e9 th\u00efs \u00e7\u00f6mm\u00e9nt? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Are you sure you want to delete this page? This action cannot be undone.": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 d\u00e9l\u00e9t\u00e9 th\u00efs p\u00e4g\u00e9? Th\u00efs \u00e4\u00e7t\u00ef\u00f6n \u00e7\u00e4nn\u00f6t \u00df\u00e9 \u00fcnd\u00f6n\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "Are you sure you want to delete this post?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 d\u00e9l\u00e9t\u00e9 th\u00efs p\u00f6st? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Are you sure you want to delete this response?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 d\u00e9l\u00e9t\u00e9 th\u00efs r\u00e9sp\u00f6ns\u00e9? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Are you sure you want to delete this update?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 d\u00e9l\u00e9t\u00e9 th\u00efs \u00fcpd\u00e4t\u00e9? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 d\u00e9l\u00e9t\u00e9 {email} fr\u00f6m th\u00e9 \u00e7\u00f6\u00fcrs\u00e9 t\u00e9\u00e4m f\u00f6r \u201c{container}\u201d? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 d\u00e9l\u00e9t\u00e9 {email} fr\u00f6m th\u00e9 l\u00ef\u00dfr\u00e4r\u00fd \u201c{container}\u201d? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Are you sure you want to leave this page? \nTo pass your proctored exam you must also pass the online proctoring session review.": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 l\u00e9\u00e4v\u00e9 th\u00efs p\u00e4g\u00e9? \nT\u00f6 p\u00e4ss \u00fd\u00f6\u00fcr pr\u00f6\u00e7t\u00f6r\u00e9d \u00e9x\u00e4m \u00fd\u00f6\u00fc m\u00fcst \u00e4ls\u00f6 p\u00e4ss th\u00e9 \u00f6nl\u00efn\u00e9 pr\u00f6\u00e7t\u00f6r\u00efng s\u00e9ss\u00ef\u00f6n r\u00e9v\u00ef\u00e9w. \u2c60'\u03c3\u044f\u0454#", - "Are you sure you want to remove this student's exam attempt?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 r\u00e9m\u00f6v\u00e9 th\u00efs st\u00fcd\u00e9nt's \u00e9x\u00e4m \u00e4tt\u00e9mpt? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Are you sure you want to remove this transcript?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 r\u00e9m\u00f6v\u00e9 th\u00efs tr\u00e4ns\u00e7r\u00efpt? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Are you sure you want to remove this video from the list?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 r\u00e9m\u00f6v\u00e9 th\u00efs v\u00efd\u00e9\u00f6 fr\u00f6m th\u00e9 l\u00efst? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 r\u00e9str\u00ef\u00e7t {email} \u00e4\u00e7\u00e7\u00e9ss t\u00f6 \u201c{container}\u201d? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Are you sure you want to revert to the last published version of the unit? You cannot undo this action.": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 r\u00e9v\u00e9rt t\u00f6 th\u00e9 l\u00e4st p\u00fc\u00dfl\u00efsh\u00e9d v\u00e9rs\u00ef\u00f6n \u00f6f th\u00e9 \u00fcn\u00eft? \u00dd\u00f6\u00fc \u00e7\u00e4nn\u00f6t \u00fcnd\u00f6 th\u00efs \u00e4\u00e7t\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Are you sure you want to select this session?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 s\u00e9l\u00e9\u00e7t th\u00efs s\u00e9ss\u00ef\u00f6n? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Are you sure you want to unenroll from the purchased course {courseName} ({courseNumber})?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00fcn\u00e9nr\u00f6ll fr\u00f6m th\u00e9 p\u00fcr\u00e7h\u00e4s\u00e9d \u00e7\u00f6\u00fcrs\u00e9 {courseName} ({courseNumber})? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Are you sure you want to unenroll from the verified {certNameLong} track of {courseName} ({courseNumber})?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00fcn\u00e9nr\u00f6ll fr\u00f6m th\u00e9 v\u00e9r\u00eff\u00ef\u00e9d {certNameLong} tr\u00e4\u00e7k \u00f6f {courseName} ({courseNumber})? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "Are you sure you want to unenroll from the verified {certNameLong} track of {courseName} ({courseNumber})?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00fcn\u00e9nr\u00f6ll fr\u00f6m th\u00e9 v\u00e9r\u00eff\u00ef\u00e9d {certNameLong} tr\u00e4\u00e7k \u00f6f {courseName} ({courseNumber})? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "Are you sure you want to unenroll from {courseName} ({courseNumber})?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00fcn\u00e9nr\u00f6ll fr\u00f6m {courseName} ({courseNumber})? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Are you sure you want to unenroll from {courseName} ({courseNumber})? You will be refunded the amount you paid.": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00fcn\u00e9nr\u00f6ll fr\u00f6m {courseName} ({courseNumber})? \u00dd\u00f6\u00fc w\u00efll \u00df\u00e9 r\u00e9f\u00fcnd\u00e9d th\u00e9 \u00e4m\u00f6\u00fcnt \u00fd\u00f6\u00fc p\u00e4\u00efd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00efsh t\u00f6 d\u00e9l\u00e9t\u00e9 th\u00efs \u00eft\u00e9m. \u00cct \u00e7\u00e4nn\u00f6t \u00df\u00e9 r\u00e9v\u00e9rs\u00e9d!\n\n\u00c0ls\u00f6 \u00e4n\u00fd \u00e7\u00f6nt\u00e9nt th\u00e4t l\u00efnks/r\u00e9f\u00e9rs t\u00f6 th\u00efs \u00eft\u00e9m w\u00efll n\u00f6 l\u00f6ng\u00e9r w\u00f6rk (\u00e9.g. \u00dfr\u00f6k\u00e9n \u00efm\u00e4g\u00e9s \u00e4nd/\u00f6r l\u00efnks) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192#", - "Are you sure?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "\u00c0s p\u00e4rt \u00f6f th\u00e9 v\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n pr\u00f6\u00e7\u00e9ss, \u00fd\u00f6\u00fc t\u00e4k\u00e9 \u00e4 ph\u00f6t\u00f6 \u00f6f \u00df\u00f6th \u00fd\u00f6\u00fcr f\u00e4\u00e7\u00e9 \u00e4nd \u00e4 g\u00f6v\u00e9rnm\u00e9nt-\u00efss\u00fc\u00e9d ph\u00f6t\u00f6 \u00ccD. \u00d6\u00fcr \u00e4\u00fcth\u00f6r\u00efz\u00e4t\u00ef\u00f6n s\u00e9rv\u00ef\u00e7\u00e9 \u00e7\u00f6nf\u00efrms \u00fd\u00f6\u00fcr \u00efd\u00e9nt\u00eft\u00fd \u00df\u00fd \u00e7\u00f6mp\u00e4r\u00efng th\u00e9 ph\u00f6t\u00f6 \u00fd\u00f6\u00fc t\u00e4k\u00e9 w\u00efth th\u00e9 ph\u00f6t\u00f6 \u00f6n \u00fd\u00f6\u00fcr \u00ccD. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7#", - "As you complete courses, you will see them listed here.": "\u00c0s \u00fd\u00f6\u00fc \u00e7\u00f6mpl\u00e9t\u00e9 \u00e7\u00f6\u00fcrs\u00e9s, \u00fd\u00f6\u00fc w\u00efll s\u00e9\u00e9 th\u00e9m l\u00efst\u00e9d h\u00e9r\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Assessment": "\u00c0ss\u00e9ssm\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Assessment Results Visibility": "\u00c0ss\u00e9ssm\u00e9nt R\u00e9s\u00fclts V\u00efs\u00ef\u00df\u00efl\u00eft\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Assessments": "\u00c0ss\u00e9ssm\u00e9nts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Assign learners to cohorts by uploading a CSV file": "\u00c0ss\u00efgn l\u00e9\u00e4rn\u00e9rs t\u00f6 \u00e7\u00f6h\u00f6rts \u00df\u00fd \u00fcpl\u00f6\u00e4d\u00efng \u00e4 \u00c7SV f\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Assign students to cohorts by uploading a CSV file.": "\u00c0ss\u00efgn st\u00fcd\u00e9nts t\u00f6 \u00e7\u00f6h\u00f6rts \u00df\u00fd \u00fcpl\u00f6\u00e4d\u00efng \u00e4 \u00c7SV f\u00efl\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Assignment Type Name": "\u00c0ss\u00efgnm\u00e9nt T\u00fdp\u00e9 N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Associated Content Group": "\u00c0ss\u00f6\u00e7\u00ef\u00e4t\u00e9d \u00c7\u00f6nt\u00e9nt Gr\u00f6\u00fcp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "Attribution": "\u00c0ttr\u00ef\u00df\u00fct\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "August": "au\u0306gusto", - "Author": "\u00c0\u00fcth\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Auto-advance": "\u00c0\u00fct\u00f6-\u00e4dv\u00e4n\u00e7\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Automated Transcripts": "\u00c0\u00fct\u00f6m\u00e4t\u00e9d Tr\u00e4ns\u00e7r\u00efpts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Automatic": "\u00c0\u00fct\u00f6m\u00e4t\u00ef\u00e7 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Automatic transcripts are disabled.": "\u00c0\u00fct\u00f6m\u00e4t\u00ef\u00e7 tr\u00e4ns\u00e7r\u00efpts \u00e4r\u00e9 d\u00efs\u00e4\u00dfl\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "Available %s": "Disponebla %s", - "Average": "\u00c0v\u00e9r\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Back to Full List": "B\u00e4\u00e7k t\u00f6 F\u00fcll L\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Back to sign in": "B\u00e4\u00e7k t\u00f6 s\u00efgn \u00efn \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Back to {platform} FAQs": "B\u00e4\u00e7k t\u00f6 {platform} F\u00c0Qs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Background color": "B\u00e4\u00e7kgr\u00f6\u00fcnd \u00e7\u00f6l\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Basic": "B\u00e4s\u00ef\u00e7 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Basic Account Information": "B\u00e4s\u00ef\u00e7 \u00c0\u00e7\u00e7\u00f6\u00fcnt \u00ccnf\u00f6rm\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Be sure your entire face is inside the frame": "B\u00e9 s\u00fcr\u00e9 \u00fd\u00f6\u00fcr \u00e9nt\u00efr\u00e9 f\u00e4\u00e7\u00e9 \u00efs \u00efns\u00efd\u00e9 th\u00e9 fr\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Before proceeding, please confirm that your details match": "B\u00e9f\u00f6r\u00e9 pr\u00f6\u00e7\u00e9\u00e9d\u00efng, pl\u00e9\u00e4s\u00e9 \u00e7\u00f6nf\u00efrm th\u00e4t \u00fd\u00f6\u00fcr d\u00e9t\u00e4\u00efls m\u00e4t\u00e7h \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Before proceeding, please {htmlStart}activate your account{htmlEnd}.": "B\u00e9f\u00f6r\u00e9 pr\u00f6\u00e7\u00e9\u00e9d\u00efng, pl\u00e9\u00e4s\u00e9 {htmlStart}\u00e4\u00e7t\u00efv\u00e4t\u00e9 \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt{htmlEnd}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Before proceeding, please {htmlStart}unlink all social media accounts{htmlEnd}.": "B\u00e9f\u00f6r\u00e9 pr\u00f6\u00e7\u00e9\u00e9d\u00efng, pl\u00e9\u00e4s\u00e9 {htmlStart}\u00fcnl\u00efnk \u00e4ll s\u00f6\u00e7\u00ef\u00e4l m\u00e9d\u00ef\u00e4 \u00e4\u00e7\u00e7\u00f6\u00fcnts{htmlEnd}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Before you upgrade to a certificate track, you must activate your account.": "B\u00e9f\u00f6r\u00e9 \u00fd\u00f6\u00fc \u00fcpgr\u00e4d\u00e9 t\u00f6 \u00e4 \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 tr\u00e4\u00e7k, \u00fd\u00f6\u00fc m\u00fcst \u00e4\u00e7t\u00efv\u00e4t\u00e9 \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "Billed to": "B\u00efll\u00e9d t\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Billing/Payment Options": "B\u00efll\u00efng/P\u00e4\u00fdm\u00e9nt \u00d6pt\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Biography": "B\u00ef\u00f6gr\u00e4ph\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Block view is unavailable": "Bl\u00f6\u00e7k v\u00ef\u00e9w \u00efs \u00fcn\u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Blockquote": "Bl\u00f6\u00e7kq\u00fc\u00f6t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Blockquote (Ctrl+Q)": "Bl\u00f6\u00e7kq\u00fc\u00f6t\u00e9 (\u00c7trl+Q) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Blocks": "Bl\u00f6\u00e7ks \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Body": "B\u00f6d\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Bold": "B\u00f6ld \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Bold (Ctrl+B)": "B\u00f6ld (\u00c7trl+B) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Bookmark this page": "B\u00f6\u00f6km\u00e4rk th\u00efs p\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Bookmarked": "B\u00f6\u00f6km\u00e4rk\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Bookmarked on": "B\u00f6\u00f6km\u00e4rk\u00e9d \u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Border": "B\u00f6rd\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Border color": "B\u00f6rd\u00e9r \u00e7\u00f6l\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Bottom": "B\u00f6tt\u00f6m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Browse": "Br\u00f6ws\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Browse recently launched courses and see what\\'s new in your favorite subjects": "Br\u00f6ws\u00e9 r\u00e9\u00e7\u00e9ntl\u00fd l\u00e4\u00fcn\u00e7h\u00e9d \u00e7\u00f6\u00fcrs\u00e9s \u00e4nd s\u00e9\u00e9 wh\u00e4t\\'s n\u00e9w \u00efn \u00fd\u00f6\u00fcr f\u00e4v\u00f6r\u00eft\u00e9 s\u00fc\u00dfj\u00e9\u00e7ts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "Browsing": "Br\u00f6ws\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Bulk Exceptions": "B\u00fclk \u00c9x\u00e7\u00e9pt\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Bullet list": "B\u00fcll\u00e9t l\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Bulleted List (Ctrl+U)": "B\u00fcll\u00e9t\u00e9d L\u00efst (\u00c7trl+\u00db) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "COMPLETED COURSES": "\u00c7\u00d6MPL\u00c9T\u00c9D \u00c7\u00d6\u00dbRS\u00c9S \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "COURSES IN PROGRESS": "\u00c7\u00d6\u00dbRS\u00c9S \u00ccN PR\u00d6GR\u00c9SS \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Can we match the photo you took with the one on your ID?": "\u00c7\u00e4n w\u00e9 m\u00e4t\u00e7h th\u00e9 ph\u00f6t\u00f6 \u00fd\u00f6\u00fc t\u00f6\u00f6k w\u00efth th\u00e9 \u00f6n\u00e9 \u00f6n \u00fd\u00f6\u00fcr \u00ccD? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Cancel": "\u00c7\u00e4n\u00e7\u00e9l \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Cancel enrollment code": "\u00c7\u00e4n\u00e7\u00e9l \u00e9nr\u00f6llm\u00e9nt \u00e7\u00f6d\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Cancel team creating.": "\u00c7\u00e4n\u00e7\u00e9l t\u00e9\u00e4m \u00e7r\u00e9\u00e4t\u00efng. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Cancel team updating.": "\u00c7\u00e4n\u00e7\u00e9l t\u00e9\u00e4m \u00fcpd\u00e4t\u00efng. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Cancel upload": "\u00c7\u00e4n\u00e7\u00e9l \u00fcpl\u00f6\u00e4d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Cannot delete when in use by a unit": "\u00c7\u00e4nn\u00f6t d\u00e9l\u00e9t\u00e9 wh\u00e9n \u00efn \u00fcs\u00e9 \u00df\u00fd \u00e4 \u00fcn\u00eft \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "Cannot delete when in use by an experiment": "\u00c7\u00e4nn\u00f6t d\u00e9l\u00e9t\u00e9 wh\u00e9n \u00efn \u00fcs\u00e9 \u00df\u00fd \u00e4n \u00e9xp\u00e9r\u00efm\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Cannot drop more <%= types %> assignments than are assigned.": "\u00c7\u00e4nn\u00f6t dr\u00f6p m\u00f6r\u00e9 <%= types %> \u00e4ss\u00efgnm\u00e9nts th\u00e4n \u00e4r\u00e9 \u00e4ss\u00efgn\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Caption": "\u00c7\u00e4pt\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "\u00c7\u00e4\u00fct\u00ef\u00f6n: Th\u00e9 l\u00e4st p\u00fc\u00dfl\u00efsh\u00e9d v\u00e9rs\u00ef\u00f6n \u00f6f th\u00efs \u00fcn\u00eft \u00efs l\u00efv\u00e9. B\u00fd p\u00fc\u00dfl\u00efsh\u00efng \u00e7h\u00e4ng\u00e9s \u00fd\u00f6\u00fc w\u00efll \u00e7h\u00e4ng\u00e9 th\u00e9 st\u00fcd\u00e9nt \u00e9xp\u00e9r\u00ef\u00e9n\u00e7\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c#", - "Cell": "\u00c7\u00e9ll \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Cell padding": "\u00c7\u00e9ll p\u00e4dd\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Cell properties": "\u00c7\u00e9ll pr\u00f6p\u00e9rt\u00ef\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Cell spacing": "\u00c7\u00e9ll sp\u00e4\u00e7\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Cell type": "\u00c7\u00e9ll t\u00fdp\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Center": "\u00c7\u00e9nt\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Certificate Details": "\u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 D\u00e9t\u00e4\u00efls \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Certificate Generated": "\u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 G\u00e9n\u00e9r\u00e4t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Certificate Information": "\u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u00ccnf\u00f6rm\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Certificate Name": "\u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Certificate Purchased": "\u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 P\u00fcr\u00e7h\u00e4s\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Certificate Signatories": "\u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 S\u00efgn\u00e4t\u00f6r\u00ef\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Certificate Signatory Configuration": "\u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 S\u00efgn\u00e4t\u00f6r\u00fd \u00c7\u00f6nf\u00efg\u00fcr\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "Certificate Status:": "\u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 St\u00e4t\u00fcs: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Certificate has been successfully invalidated for <%= user %>.": "\u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 h\u00e4s \u00df\u00e9\u00e9n s\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd \u00efnv\u00e4l\u00efd\u00e4t\u00e9d f\u00f6r <%= user %>. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Certificate name is required.": "\u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 n\u00e4m\u00e9 \u00efs r\u00e9q\u00fc\u00efr\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Certificate of <%= user %> has already been invalidated. Please check your spelling and retry.": "\u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u00f6f <%= user %> h\u00e4s \u00e4lr\u00e9\u00e4d\u00fd \u00df\u00e9\u00e9n \u00efnv\u00e4l\u00efd\u00e4t\u00e9d. Pl\u00e9\u00e4s\u00e9 \u00e7h\u00e9\u00e7k \u00fd\u00f6\u00fcr sp\u00e9ll\u00efng \u00e4nd r\u00e9tr\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Certificates": "\u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Change": "\u00c7h\u00e4ng\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Change Enrollment": "\u00c7h\u00e4ng\u00e9 \u00c9nr\u00f6llm\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Change Manually": "\u00c7h\u00e4ng\u00e9 M\u00e4n\u00fc\u00e4ll\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Change My Email Address": "\u00c7h\u00e4ng\u00e9 M\u00fd \u00c9m\u00e4\u00efl \u00c0ddr\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Change Session": "\u00c7h\u00e4ng\u00e9 S\u00e9ss\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "Change image": "\u00c7h\u00e4ng\u00e9 \u00efm\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Change or Leave Session": "\u00c7h\u00e4ng\u00e9 \u00f6r L\u00e9\u00e4v\u00e9 S\u00e9ss\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Change to a different session or leave the current session.": "\u00c7h\u00e4ng\u00e9 t\u00f6 \u00e4 d\u00efff\u00e9r\u00e9nt s\u00e9ss\u00ef\u00f6n \u00f6r l\u00e9\u00e4v\u00e9 th\u00e9 \u00e7\u00fcrr\u00e9nt s\u00e9ss\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Changes to steps that are not selected as part of the assignment will not be saved.": "\u00c7h\u00e4ng\u00e9s t\u00f6 st\u00e9ps th\u00e4t \u00e4r\u00e9 n\u00f6t s\u00e9l\u00e9\u00e7t\u00e9d \u00e4s p\u00e4rt \u00f6f th\u00e9 \u00e4ss\u00efgnm\u00e9nt w\u00efll n\u00f6t \u00df\u00e9 s\u00e4v\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "Chapter Asset": "\u00c7h\u00e4pt\u00e9r \u00c0ss\u00e9t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Chapter Name": "\u00c7h\u00e4pt\u00e9r N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Chapter information": "\u00c7h\u00e4pt\u00e9r \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Chapter name and asset_path are both required": "\u00c7h\u00e4pt\u00e9r n\u00e4m\u00e9 \u00e4nd \u00e4ss\u00e9t_p\u00e4th \u00e4r\u00e9 \u00df\u00f6th r\u00e9q\u00fc\u00efr\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Chapter name is required": "\u00c7h\u00e4pt\u00e9r n\u00e4m\u00e9 \u00efs r\u00e9q\u00fc\u00efr\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "Chapter {order}": "\u00c7h\u00e4pt\u00e9r {order} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Check Your Email": "\u00c7h\u00e9\u00e7k \u00dd\u00f6\u00fcr \u00c9m\u00e4\u00efl \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Check the highlighted fields below and try again.": "\u00c7h\u00e9\u00e7k th\u00e9 h\u00efghl\u00efght\u00e9d f\u00ef\u00e9lds \u00df\u00e9l\u00f6w \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "\u00c7h\u00e9\u00e7k th\u00efs \u00df\u00f6x t\u00f6 r\u00e9\u00e7\u00e9\u00efv\u00e9 \u00e4n \u00e9m\u00e4\u00efl d\u00efg\u00e9st \u00f6n\u00e7\u00e9 \u00e4 d\u00e4\u00fd n\u00f6t\u00eff\u00fd\u00efng \u00fd\u00f6\u00fc \u00e4\u00df\u00f6\u00fct n\u00e9w, \u00fcnr\u00e9\u00e4d \u00e4\u00e7t\u00efv\u00eft\u00fd fr\u00f6m p\u00f6sts \u00fd\u00f6\u00fc \u00e4r\u00e9 f\u00f6ll\u00f6w\u00efng. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1#", - "Check your email": "\u00c7h\u00e9\u00e7k \u00fd\u00f6\u00fcr \u00e9m\u00e4\u00efl \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Check your email account for instructions to reset your password.": "\u00c7h\u00e9\u00e7k \u00fd\u00f6\u00fcr \u00e9m\u00e4\u00efl \u00e4\u00e7\u00e7\u00f6\u00fcnt f\u00f6r \u00efnstr\u00fc\u00e7t\u00ef\u00f6ns t\u00f6 r\u00e9s\u00e9t \u00fd\u00f6\u00fcr p\u00e4ssw\u00f6rd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Check your email for an activation message.": "\u00c7h\u00e9\u00e7k \u00fd\u00f6\u00fcr \u00e9m\u00e4\u00efl f\u00f6r \u00e4n \u00e4\u00e7t\u00efv\u00e4t\u00ef\u00f6n m\u00e9ss\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Checkout": "\u00c7h\u00e9\u00e7k\u00f6\u00fct \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Checkout with PayPal": "\u00c7h\u00e9\u00e7k\u00f6\u00fct w\u00efth P\u00e4\u00fdP\u00e4l \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Checkout with {processor}": "\u00c7h\u00e9\u00e7k\u00f6\u00fct w\u00efth {processor} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Choose": "Elekti", - "Choose File": "\u00c7h\u00f6\u00f6s\u00e9 F\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Choose One": "\u00c7h\u00f6\u00f6s\u00e9 \u00d6n\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Choose a .csv file": "\u00c7h\u00f6\u00f6s\u00e9 \u00e4 .\u00e7sv f\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Choose a Date": "Elektu daton", - "Choose a Time": "Elektu horon", - "Choose a content group to associate": "\u00c7h\u00f6\u00f6s\u00e9 \u00e4 \u00e7\u00f6nt\u00e9nt gr\u00f6\u00fcp t\u00f6 \u00e4ss\u00f6\u00e7\u00ef\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "Choose a location to move your component to": "\u00c7h\u00f6\u00f6s\u00e9 \u00e4 l\u00f6\u00e7\u00e4t\u00ef\u00f6n t\u00f6 m\u00f6v\u00e9 \u00fd\u00f6\u00fcr \u00e7\u00f6mp\u00f6n\u00e9nt t\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Choose a time": "Elektu tempon", - "Choose all": "Elekti \u0109iuj", - "Choose mode": "\u00c7h\u00f6\u00f6s\u00e9 m\u00f6d\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Choose new file": "\u00c7h\u00f6\u00f6s\u00e9 n\u00e9w f\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Choose one": "\u00c7h\u00f6\u00f6s\u00e9 \u00f6n\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Choose your institution from the list below:": "\u00c7h\u00f6\u00f6s\u00e9 \u00fd\u00f6\u00fcr \u00efnst\u00eft\u00fct\u00ef\u00f6n fr\u00f6m th\u00e9 l\u00efst \u00df\u00e9l\u00f6w: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Chosen %s": "Elektita %s", - "Circle": "\u00c7\u00efr\u00e7l\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Clear": "\u00c7l\u00e9\u00e4r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Clear All": "\u00c7l\u00e9\u00e4r \u00c0ll \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Clear Grading Due Date": "\u00c7l\u00e9\u00e4r Gr\u00e4d\u00efng D\u00fc\u00e9 D\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Clear Release Date/Time": "\u00c7l\u00e9\u00e4r R\u00e9l\u00e9\u00e4s\u00e9 D\u00e4t\u00e9/T\u00efm\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Clear Value": "\u00c7l\u00e9\u00e4r V\u00e4l\u00fc\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Clear formatting": "\u00c7l\u00e9\u00e4r f\u00f6rm\u00e4tt\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Clear search": "\u00c7l\u00e9\u00e4r s\u00e9\u00e4r\u00e7h \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Clear search results": "\u00c7l\u00e9\u00e4r s\u00e9\u00e4r\u00e7h r\u00e9s\u00fclts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Click OK to have your e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u00c7l\u00ef\u00e7k \u00d6K t\u00f6 h\u00e4v\u00e9 \u00fd\u00f6\u00fcr \u00e9-m\u00e4\u00efl \u00e4ddr\u00e9ss s\u00e9nt t\u00f6 \u00e4 3rd p\u00e4rt\u00fd \u00e4ppl\u00ef\u00e7\u00e4t\u00ef\u00f6n.\n\n\u00c7l\u00ef\u00e7k \u00c7\u00e4n\u00e7\u00e9l t\u00f6 r\u00e9t\u00fcrn t\u00f6 th\u00efs p\u00e4g\u00e9 w\u00efth\u00f6\u00fct s\u00e9nd\u00efng \u00fd\u00f6\u00fcr \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142#", - "Click OK to have your username and e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u00c7l\u00ef\u00e7k \u00d6K t\u00f6 h\u00e4v\u00e9 \u00fd\u00f6\u00fcr \u00fcs\u00e9rn\u00e4m\u00e9 \u00e4nd \u00e9-m\u00e4\u00efl \u00e4ddr\u00e9ss s\u00e9nt t\u00f6 \u00e4 3rd p\u00e4rt\u00fd \u00e4ppl\u00ef\u00e7\u00e4t\u00ef\u00f6n.\n\n\u00c7l\u00ef\u00e7k \u00c7\u00e4n\u00e7\u00e9l t\u00f6 r\u00e9t\u00fcrn t\u00f6 th\u00efs p\u00e4g\u00e9 w\u00efth\u00f6\u00fct s\u00e9nd\u00efng \u00fd\u00f6\u00fcr \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9#", - "Click OK to have your username sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u00c7l\u00ef\u00e7k \u00d6K t\u00f6 h\u00e4v\u00e9 \u00fd\u00f6\u00fcr \u00fcs\u00e9rn\u00e4m\u00e9 s\u00e9nt t\u00f6 \u00e4 3rd p\u00e4rt\u00fd \u00e4ppl\u00ef\u00e7\u00e4t\u00ef\u00f6n.\n\n\u00c7l\u00ef\u00e7k \u00c7\u00e4n\u00e7\u00e9l t\u00f6 r\u00e9t\u00fcrn t\u00f6 th\u00efs p\u00e4g\u00e9 w\u00efth\u00f6\u00fct s\u00e9nd\u00efng \u00fd\u00f6\u00fcr \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142\u03b1\u0432\u03c3\u044f\u03c5\u043c#", - "Click on this button to mute or unmute this video or press UP or DOWN buttons to increase or decrease volume level.": "\u00c7l\u00ef\u00e7k \u00f6n th\u00efs \u00df\u00fctt\u00f6n t\u00f6 m\u00fct\u00e9 \u00f6r \u00fcnm\u00fct\u00e9 th\u00efs v\u00efd\u00e9\u00f6 \u00f6r pr\u00e9ss \u00dbP \u00f6r D\u00d6WN \u00df\u00fctt\u00f6ns t\u00f6 \u00efn\u00e7r\u00e9\u00e4s\u00e9 \u00f6r d\u00e9\u00e7r\u00e9\u00e4s\u00e9 v\u00f6l\u00fcm\u00e9 l\u00e9v\u00e9l. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Click to add a new %(xblock_type)s": "\u00c7l\u00ef\u00e7k t\u00f6 \u00e4dd \u00e4 n\u00e9w %(xblock_type)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Click to change": "\u00c7l\u00ef\u00e7k t\u00f6 \u00e7h\u00e4ng\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Click to choose all %s at once.": "Klaku por tuj elekti \u0109iuj %s.", - "Click to edit": "\u00c7l\u00ef\u00e7k t\u00f6 \u00e9d\u00eft \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Click to remove all chosen %s at once.": "Klaku por tuj forigi \u0109iujn %s elektitajn.", - "Close": "\u00c7l\u00f6s\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Close Calculator": "\u00c7l\u00f6s\u00e9 \u00c7\u00e4l\u00e7\u00fcl\u00e4t\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Code": "\u00c7\u00f6d\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Code Sample (Ctrl+K)": "\u00c7\u00f6d\u00e9 S\u00e4mpl\u00e9 (\u00c7trl+K) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Code block": "\u00c7\u00f6d\u00e9 \u00dfl\u00f6\u00e7k \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Cohort Assignment Method": "\u00c7\u00f6h\u00f6rt \u00c0ss\u00efgnm\u00e9nt M\u00e9th\u00f6d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "Cohort Name": "\u00c7\u00f6h\u00f6rt N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Cohorts": "\u00c7\u00f6h\u00f6rts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Cohorts Disabled": "\u00c7\u00f6h\u00f6rts D\u00efs\u00e4\u00dfl\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Cohorts Enabled": "\u00c7\u00f6h\u00f6rts \u00c9n\u00e4\u00dfl\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Collapse All": "\u00c7\u00f6ll\u00e4ps\u00e9 \u00c0ll \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Collapse Instructions": "\u00c7\u00f6ll\u00e4ps\u00e9 \u00ccnstr\u00fc\u00e7t\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Collapse/Expand this %(xblock_type)s": "\u00c7\u00f6ll\u00e4ps\u00e9/\u00c9xp\u00e4nd th\u00efs %(xblock_type)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "Color": "\u00c7\u00f6l\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Cols": "\u00c7\u00f6ls \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Column": "\u00c7\u00f6l\u00fcmn \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Column group": "\u00c7\u00f6l\u00fcmn gr\u00f6\u00fcp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Coming Soon": "\u00c7\u00f6m\u00efng S\u00f6\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Commentary": "\u00c7\u00f6mm\u00e9nt\u00e4r\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Common Problem Types": "\u00c7\u00f6mm\u00f6n Pr\u00f6\u00dfl\u00e9m T\u00fdp\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Complete courses on your schedule to ensure you stand out in your field!": "\u00c7\u00f6mpl\u00e9t\u00e9 \u00e7\u00f6\u00fcrs\u00e9s \u00f6n \u00fd\u00f6\u00fcr s\u00e7h\u00e9d\u00fcl\u00e9 t\u00f6 \u00e9ns\u00fcr\u00e9 \u00fd\u00f6\u00fc st\u00e4nd \u00f6\u00fct \u00efn \u00fd\u00f6\u00fcr f\u00ef\u00e9ld! \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "Completed": "\u00c7\u00f6mpl\u00e9t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Completed At": "\u00c7\u00f6mpl\u00e9t\u00e9d \u00c0t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Component": "\u00c7\u00f6mp\u00f6n\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Component Location ID": "\u00c7\u00f6mp\u00f6n\u00e9nt L\u00f6\u00e7\u00e4t\u00ef\u00f6n \u00ccD \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Components": "\u00c7\u00f6mp\u00f6n\u00e9nts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Configure": "\u00c7\u00f6nf\u00efg\u00fcr\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Confirm": "\u00c7\u00f6nf\u00efrm \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Confirm Password": "\u00c7\u00f6nf\u00efrm P\u00e4ssw\u00f6rd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Confirm Timed Transcript": "\u00c7\u00f6nf\u00efrm T\u00efm\u00e9d Tr\u00e4ns\u00e7r\u00efpt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "Congratulations!": "\u00c7\u00f6ngr\u00e4t\u00fcl\u00e4t\u00ef\u00f6ns! \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Congratulations! You are now verified on %(platformName)s!": "\u00c7\u00f6ngr\u00e4t\u00fcl\u00e4t\u00ef\u00f6ns! \u00dd\u00f6\u00fc \u00e4r\u00e9 n\u00f6w v\u00e9r\u00eff\u00ef\u00e9d \u00f6n %(platformName)s! \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Constrain proportions": "\u00c7\u00f6nstr\u00e4\u00efn pr\u00f6p\u00f6rt\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Contact Us": "\u00c7\u00f6nt\u00e4\u00e7t \u00dbs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Contains staff only content": "\u00c7\u00f6nt\u00e4\u00efns st\u00e4ff \u00f6nl\u00fd \u00e7\u00f6nt\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", + ], + "(optional)": "(\u00f6pt\u00ef\u00f6n\u00e4l) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "(required)": "(r\u00e9q\u00fc\u00efr\u00e9d) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "(required):": "(r\u00e9q\u00fc\u00efr\u00e9d): \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "- Sortable": "- S\u00f6rt\u00e4\u00dfl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "6 a.m.": "6 a.t.m.", + "6 p.m.": "6 ptm", + ": video upload complete.": ": v\u00efd\u00e9\u00f6 \u00fcpl\u00f6\u00e4d \u00e7\u00f6mpl\u00e9t\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "<%= user %> already in exception list.": "<%= user %> \u00e4lr\u00e9\u00e4d\u00fd \u00efn \u00e9x\u00e7\u00e9pt\u00ef\u00f6n l\u00efst. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "<%= user %> has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.": "<%= user %> h\u00e4s \u00df\u00e9\u00e9n s\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd \u00e4dd\u00e9d t\u00f6 th\u00e9 \u00e9x\u00e7\u00e9pt\u00ef\u00f6n l\u00efst. \u00c7l\u00ef\u00e7k G\u00e9n\u00e9r\u00e4t\u00e9 \u00c9x\u00e7\u00e9pt\u00ef\u00f6n \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u00df\u00e9l\u00f6w t\u00f6 s\u00e9nd th\u00e9 \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "A Password is required": "\u00c0 P\u00e4ssw\u00f6rd \u00efs r\u00e9q\u00fc\u00efr\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "A driver's license, passport, or government-issued ID with your name and photo.": "\u00c0 dr\u00efv\u00e9r's l\u00ef\u00e7\u00e9ns\u00e9, p\u00e4ssp\u00f6rt, \u00f6r g\u00f6v\u00e9rnm\u00e9nt-\u00efss\u00fc\u00e9d \u00ccD w\u00efth \u00fd\u00f6\u00fcr n\u00e4m\u00e9 \u00e4nd ph\u00f6t\u00f6. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "A driver's license, passport, or other government-issued ID with your name and photo": "\u00c0 dr\u00efv\u00e9r's l\u00ef\u00e7\u00e9ns\u00e9, p\u00e4ssp\u00f6rt, \u00f6r \u00f6th\u00e9r g\u00f6v\u00e9rnm\u00e9nt-\u00efss\u00fc\u00e9d \u00ccD w\u00efth \u00fd\u00f6\u00fcr n\u00e4m\u00e9 \u00e4nd ph\u00f6t\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "A highlight to look forward to this week.": "\u00c0 h\u00efghl\u00efght t\u00f6 l\u00f6\u00f6k f\u00f6rw\u00e4rd t\u00f6 th\u00efs w\u00e9\u00e9k. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "A list of courses you have just enrolled in as a verified student": "\u00c0 l\u00efst \u00f6f \u00e7\u00f6\u00fcrs\u00e9s \u00fd\u00f6\u00fc h\u00e4v\u00e9 j\u00fcst \u00e9nr\u00f6ll\u00e9d \u00efn \u00e4s \u00e4 v\u00e9r\u00eff\u00ef\u00e9d st\u00fcd\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "A name that identifies your team (maximum 255 characters).": "\u00c0 n\u00e4m\u00e9 th\u00e4t \u00efd\u00e9nt\u00eff\u00ef\u00e9s \u00fd\u00f6\u00fcr t\u00e9\u00e4m (m\u00e4x\u00efm\u00fcm 255 \u00e7h\u00e4r\u00e4\u00e7t\u00e9rs). \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "\u00c0 sh\u00f6rt d\u00e9s\u00e7r\u00efpt\u00ef\u00f6n \u00f6f th\u00e9 t\u00e9\u00e4m t\u00f6 h\u00e9lp \u00f6th\u00e9r l\u00e9\u00e4rn\u00e9rs \u00fcnd\u00e9rst\u00e4nd th\u00e9 g\u00f6\u00e4ls \u00f6r d\u00efr\u00e9\u00e7t\u00ef\u00f6n \u00f6f th\u00e9 t\u00e9\u00e4m (m\u00e4x\u00efm\u00fcm 300 \u00e7h\u00e4r\u00e4\u00e7t\u00e9rs). \u2c60'\u03c3\u044f\u0454\u043c#", + "A valid email address is required": "\u00c0 v\u00e4l\u00efd \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss \u00efs r\u00e9q\u00fc\u00efr\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "\u00c0B\u00c7D\u00c9FGH\u00ccJKLMN\u00d6PQRST\u00dbVWX\u00ddZ \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "API Key": "\u00c0P\u00cc K\u00e9\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "API Secret": "\u00c0P\u00cc S\u00e9\u00e7r\u00e9t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Abbreviation": "\u00c0\u00df\u00dfr\u00e9v\u00ef\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "About Me": "\u00c0\u00df\u00f6\u00fct M\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "About You": "\u00c0\u00df\u00f6\u00fct \u00dd\u00f6\u00fc \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "About me": "\u00c0\u00df\u00f6\u00fct m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Access to some content in this unit is restricted to specific groups of learners": "\u00c0\u00e7\u00e7\u00e9ss t\u00f6 s\u00f6m\u00e9 \u00e7\u00f6nt\u00e9nt \u00efn th\u00efs \u00fcn\u00eft \u00efs r\u00e9str\u00ef\u00e7t\u00e9d t\u00f6 sp\u00e9\u00e7\u00eff\u00ef\u00e7 gr\u00f6\u00fcps \u00f6f l\u00e9\u00e4rn\u00e9rs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "Access to some content in this {blockType} is restricted to specific groups of learners.": "\u00c0\u00e7\u00e7\u00e9ss t\u00f6 s\u00f6m\u00e9 \u00e7\u00f6nt\u00e9nt \u00efn th\u00efs {blockType} \u00efs r\u00e9str\u00ef\u00e7t\u00e9d t\u00f6 sp\u00e9\u00e7\u00eff\u00ef\u00e7 gr\u00f6\u00fcps \u00f6f l\u00e9\u00e4rn\u00e9rs. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "Access to this unit is restricted to: {selectedGroupsLabel}": "\u00c0\u00e7\u00e7\u00e9ss t\u00f6 th\u00efs \u00fcn\u00eft \u00efs r\u00e9str\u00ef\u00e7t\u00e9d t\u00f6: {selectedGroupsLabel} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Access to this {blockType} is restricted to: {selectedGroupsLabel}": "\u00c0\u00e7\u00e7\u00e9ss t\u00f6 th\u00efs {blockType} \u00efs r\u00e9str\u00ef\u00e7t\u00e9d t\u00f6: {selectedGroupsLabel} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "Accomplishments": "\u00c0\u00e7\u00e7\u00f6mpl\u00efshm\u00e9nts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Accomplishments Pagination": "\u00c0\u00e7\u00e7\u00f6mpl\u00efshm\u00e9nts P\u00e4g\u00efn\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Account": "\u00c0\u00e7\u00e7\u00f6\u00fcnt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Account Information": "\u00c0\u00e7\u00e7\u00f6\u00fcnt \u00ccnf\u00f6rm\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Account Not Activated": "\u00c0\u00e7\u00e7\u00f6\u00fcnt N\u00f6t \u00c0\u00e7t\u00efv\u00e4t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Account Settings": "\u00c0\u00e7\u00e7\u00f6\u00fcnt S\u00e9tt\u00efngs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Account Settings page.": "\u00c0\u00e7\u00e7\u00f6\u00fcnt S\u00e9tt\u00efngs p\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Account deletion, including removal from email lists, may take a few weeks to fully process through our system. If you want to opt-out of emails before then, please unsubscribe from the footer of any email.": "\u00c0\u00e7\u00e7\u00f6\u00fcnt d\u00e9l\u00e9t\u00ef\u00f6n, \u00efn\u00e7l\u00fcd\u00efng r\u00e9m\u00f6v\u00e4l fr\u00f6m \u00e9m\u00e4\u00efl l\u00efsts, m\u00e4\u00fd t\u00e4k\u00e9 \u00e4 f\u00e9w w\u00e9\u00e9ks t\u00f6 f\u00fcll\u00fd pr\u00f6\u00e7\u00e9ss thr\u00f6\u00fcgh \u00f6\u00fcr s\u00fdst\u00e9m. \u00ccf \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00f6pt-\u00f6\u00fct \u00f6f \u00e9m\u00e4\u00efls \u00df\u00e9f\u00f6r\u00e9 th\u00e9n, pl\u00e9\u00e4s\u00e9 \u00fcns\u00fc\u00dfs\u00e7r\u00ef\u00df\u00e9 fr\u00f6m th\u00e9 f\u00f6\u00f6t\u00e9r \u00f6f \u00e4n\u00fd \u00e9m\u00e4\u00efl. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442#", + "Action": "\u00c0\u00e7t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Action required: Enter a valid date.": "\u00c0\u00e7t\u00ef\u00f6n r\u00e9q\u00fc\u00efr\u00e9d: \u00c9nt\u00e9r \u00e4 v\u00e4l\u00efd d\u00e4t\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "Actions": "\u00c0\u00e7t\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Activate": "\u00c0\u00e7t\u00efv\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Activate Your Account": "\u00c0\u00e7t\u00efv\u00e4t\u00e9 \u00dd\u00f6\u00fcr \u00c0\u00e7\u00e7\u00f6\u00fcnt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Activating a link in this group will skip to the corresponding point in the video.": "\u00c0\u00e7t\u00efv\u00e4t\u00efng \u00e4 l\u00efnk \u00efn th\u00efs gr\u00f6\u00fcp w\u00efll sk\u00efp t\u00f6 th\u00e9 \u00e7\u00f6rr\u00e9sp\u00f6nd\u00efng p\u00f6\u00efnt \u00efn th\u00e9 v\u00efd\u00e9\u00f6. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "Active": "\u00c0\u00e7t\u00efv\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Active Uploads": "\u00c0\u00e7t\u00efv\u00e9 \u00dbpl\u00f6\u00e4ds \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "Add": "\u00c0dd \u2c60'\u03c3\u044f\u0454\u043c#", + "Add Additional Signatory": "\u00c0dd \u00c0dd\u00eft\u00ef\u00f6n\u00e4l S\u00efgn\u00e4t\u00f6r\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "Add Attachment": "\u00c0dd \u00c0tt\u00e4\u00e7hm\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "Add Cohort": "\u00c0dd \u00c7\u00f6h\u00f6rt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Add Component:": "\u00c0dd \u00c7\u00f6mp\u00f6n\u00e9nt: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "Add Country": "\u00c0dd \u00c7\u00f6\u00fcntr\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Add Learners": "\u00c0dd L\u00e9\u00e4rn\u00e9rs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Add New Component": "\u00c0dd N\u00e9w \u00c7\u00f6mp\u00f6n\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Add Thumbnail": "\u00c0dd Th\u00fcm\u00dfn\u00e4\u00efl \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Add Thumbnail - {videoName}": "\u00c0dd Th\u00fcm\u00dfn\u00e4\u00efl - {videoName} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Add URLs for additional versions": "\u00c0dd \u00dbRLs f\u00f6r \u00e4dd\u00eft\u00ef\u00f6n\u00e4l v\u00e9rs\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "Add a Chapter": "\u00c0dd \u00e4 \u00c7h\u00e4pt\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Add a New Cohort": "\u00c0dd \u00e4 N\u00e9w \u00c7\u00f6h\u00f6rt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Add a learning outcome here": "\u00c0dd \u00e4 l\u00e9\u00e4rn\u00efng \u00f6\u00fct\u00e7\u00f6m\u00e9 h\u00e9r\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", + "Add another group": "\u00c0dd \u00e4n\u00f6th\u00e9r gr\u00f6\u00fcp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Add language": "\u00c0dd l\u00e4ng\u00fc\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Add learners to this cohort": "\u00c0dd l\u00e9\u00e4rn\u00e9rs t\u00f6 th\u00efs \u00e7\u00f6h\u00f6rt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", + "Add notes about this learner": "\u00c0dd n\u00f6t\u00e9s \u00e4\u00df\u00f6\u00fct th\u00efs l\u00e9\u00e4rn\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Add to Dictionary": "\u00c0dd t\u00f6 D\u00ef\u00e7t\u00ef\u00f6n\u00e4r\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Add to Exception List": "\u00c0dd t\u00f6 \u00c9x\u00e7\u00e9pt\u00ef\u00f6n L\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Add your first content group": "\u00c0dd \u00fd\u00f6\u00fcr f\u00efrst \u00e7\u00f6nt\u00e9nt gr\u00f6\u00fcp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Add your first group configuration": "\u00c0dd \u00fd\u00f6\u00fcr f\u00efrst gr\u00f6\u00fcp \u00e7\u00f6nf\u00efg\u00fcr\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "Add your first textbook": "\u00c0dd \u00fd\u00f6\u00fcr f\u00efrst t\u00e9xt\u00df\u00f6\u00f6k \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Add {role} Access": "\u00c0dd {role} \u00c0\u00e7\u00e7\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "Adding": "\u00c0dd\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Adding the selected course to your cart": "\u00c0dd\u00efng th\u00e9 s\u00e9l\u00e9\u00e7t\u00e9d \u00e7\u00f6\u00fcrs\u00e9 t\u00f6 \u00fd\u00f6\u00fcr \u00e7\u00e4rt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "Additional Credit Opportunities": "\u00c0dd\u00eft\u00ef\u00f6n\u00e4l \u00c7r\u00e9d\u00eft \u00d6pp\u00f6rt\u00fcn\u00eft\u00ef\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "Additional Information": "\u00c0dd\u00eft\u00ef\u00f6n\u00e4l \u00ccnf\u00f6rm\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Additional Professional Opportunities": "\u00c0dd\u00eft\u00ef\u00f6n\u00e4l Pr\u00f6f\u00e9ss\u00ef\u00f6n\u00e4l \u00d6pp\u00f6rt\u00fcn\u00eft\u00ef\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "Additional Time": "\u00c0dd\u00eft\u00ef\u00f6n\u00e4l T\u00efm\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Additional Time (minutes)": "\u00c0dd\u00eft\u00ef\u00f6n\u00e4l T\u00efm\u00e9 (m\u00efn\u00fct\u00e9s) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Additional posts could not be loaded. Refresh the page and try again.": "\u00c0dd\u00eft\u00ef\u00f6n\u00e4l p\u00f6sts \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 l\u00f6\u00e4d\u00e9d. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Additional responses could not be loaded. Refresh the page and try again.": "\u00c0dd\u00eft\u00ef\u00f6n\u00e4l r\u00e9sp\u00f6ns\u00e9s \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 l\u00f6\u00e4d\u00e9d. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "Adjust video speed": "\u00c0dj\u00fcst v\u00efd\u00e9\u00f6 sp\u00e9\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Adjust video volume": "\u00c0dj\u00fcst v\u00efd\u00e9\u00f6 v\u00f6l\u00fcm\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Admin": "\u00c0dm\u00efn \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Advanced": "\u00c0dv\u00e4n\u00e7\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "After the course\\'s end date has passed, learners can no longer access subsection content. The subsection remains included in grade calculations.": "\u00c0ft\u00e9r th\u00e9 \u00e7\u00f6\u00fcrs\u00e9\\'s \u00e9nd d\u00e4t\u00e9 h\u00e4s p\u00e4ss\u00e9d, l\u00e9\u00e4rn\u00e9rs \u00e7\u00e4n n\u00f6 l\u00f6ng\u00e9r \u00e4\u00e7\u00e7\u00e9ss s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n \u00e7\u00f6nt\u00e9nt. Th\u00e9 s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n r\u00e9m\u00e4\u00efns \u00efn\u00e7l\u00fcd\u00e9d \u00efn gr\u00e4d\u00e9 \u00e7\u00e4l\u00e7\u00fcl\u00e4t\u00ef\u00f6ns. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202#", + "After the subsection\\'s due date has passed, learners can no longer access its content. The subsection remains included in grade calculations.": "\u00c0ft\u00e9r th\u00e9 s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n\\'s d\u00fc\u00e9 d\u00e4t\u00e9 h\u00e4s p\u00e4ss\u00e9d, l\u00e9\u00e4rn\u00e9rs \u00e7\u00e4n n\u00f6 l\u00f6ng\u00e9r \u00e4\u00e7\u00e7\u00e9ss \u00efts \u00e7\u00f6nt\u00e9nt. Th\u00e9 s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n r\u00e9m\u00e4\u00efns \u00efn\u00e7l\u00fcd\u00e9d \u00efn gr\u00e4d\u00e9 \u00e7\u00e4l\u00e7\u00fcl\u00e4t\u00ef\u00f6ns. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442#", + "Align center": "\u00c0l\u00efgn \u00e7\u00e9nt\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Align left": "\u00c0l\u00efgn l\u00e9ft \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Align right": "\u00c0l\u00efgn r\u00efght \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Alignment": "\u00c0l\u00efgnm\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "All Learners and Staff": "\u00c0ll L\u00e9\u00e4rn\u00e9rs \u00e4nd St\u00e4ff \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "All Posts": "\u00c0ll P\u00f6sts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "All Rights Reserved": "\u00c0ll R\u00efghts R\u00e9s\u00e9rv\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "All Time Zones": "\u00c0ll T\u00efm\u00e9 Z\u00f6n\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "All Topics": "\u00c0ll T\u00f6p\u00ef\u00e7s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "All accounts were created successfully.": "\u00c0ll \u00e4\u00e7\u00e7\u00f6\u00fcnts w\u00e9r\u00e9 \u00e7r\u00e9\u00e4t\u00e9d s\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "All chapters must have a name and asset": "\u00c0ll \u00e7h\u00e4pt\u00e9rs m\u00fcst h\u00e4v\u00e9 \u00e4 n\u00e4m\u00e9 \u00e4nd \u00e4ss\u00e9t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "All groups must have a name.": "\u00c0ll gr\u00f6\u00fcps m\u00fcst h\u00e4v\u00e9 \u00e4 n\u00e4m\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "All groups must have a unique name.": "\u00c0ll gr\u00f6\u00fcps m\u00fcst h\u00e4v\u00e9 \u00e4 \u00fcn\u00efq\u00fc\u00e9 n\u00e4m\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "All learners in the {cohort_name} cohort": "\u00c0ll l\u00e9\u00e4rn\u00e9rs \u00efn th\u00e9 {cohort_name} \u00e7\u00f6h\u00f6rt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "All learners in the {track_name} track": "\u00c0ll l\u00e9\u00e4rn\u00e9rs \u00efn th\u00e9 {track_name} tr\u00e4\u00e7k \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "All learners who are enrolled in this course": "\u00c0ll l\u00e9\u00e4rn\u00e9rs wh\u00f6 \u00e4r\u00e9 \u00e9nr\u00f6ll\u00e9d \u00efn th\u00efs \u00e7\u00f6\u00fcrs\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "All payment options are currently unavailable.": "\u00c0ll p\u00e4\u00fdm\u00e9nt \u00f6pt\u00ef\u00f6ns \u00e4r\u00e9 \u00e7\u00fcrr\u00e9ntl\u00fd \u00fcn\u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "All professional education courses are fee-based, and require payment to complete the enrollment process.": "\u00c0ll pr\u00f6f\u00e9ss\u00ef\u00f6n\u00e4l \u00e9d\u00fc\u00e7\u00e4t\u00ef\u00f6n \u00e7\u00f6\u00fcrs\u00e9s \u00e4r\u00e9 f\u00e9\u00e9-\u00df\u00e4s\u00e9d, \u00e4nd r\u00e9q\u00fc\u00efr\u00e9 p\u00e4\u00fdm\u00e9nt t\u00f6 \u00e7\u00f6mpl\u00e9t\u00e9 th\u00e9 \u00e9nr\u00f6llm\u00e9nt pr\u00f6\u00e7\u00e9ss. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 #", + "All subsections": "\u00c0ll s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "All teams": "\u00c0ll t\u00e9\u00e4ms \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "All topics": "\u00c0ll t\u00f6p\u00ef\u00e7s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "All units": "\u00c0ll \u00fcn\u00efts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "All users on the Exception list": "\u00c0ll \u00fcs\u00e9rs \u00f6n th\u00e9 \u00c9x\u00e7\u00e9pt\u00ef\u00f6n l\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "All users on the Exception list who do not yet have a certificate": "\u00c0ll \u00fcs\u00e9rs \u00f6n th\u00e9 \u00c9x\u00e7\u00e9pt\u00ef\u00f6n l\u00efst wh\u00f6 d\u00f6 n\u00f6t \u00fd\u00e9t h\u00e4v\u00e9 \u00e4 \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Allow others to copy, distribute, display and perform only verbatim copies of your work, not derivative works based upon it. This option is incompatible with \"Share Alike\".": "\u00c0ll\u00f6w \u00f6th\u00e9rs t\u00f6 \u00e7\u00f6p\u00fd, d\u00efstr\u00ef\u00df\u00fct\u00e9, d\u00efspl\u00e4\u00fd \u00e4nd p\u00e9rf\u00f6rm \u00f6nl\u00fd v\u00e9r\u00df\u00e4t\u00efm \u00e7\u00f6p\u00ef\u00e9s \u00f6f \u00fd\u00f6\u00fcr w\u00f6rk, n\u00f6t d\u00e9r\u00efv\u00e4t\u00efv\u00e9 w\u00f6rks \u00df\u00e4s\u00e9d \u00fcp\u00f6n \u00eft. Th\u00efs \u00f6pt\u00ef\u00f6n \u00efs \u00efn\u00e7\u00f6mp\u00e4t\u00ef\u00dfl\u00e9 w\u00efth \"Sh\u00e4r\u00e9 \u00c0l\u00efk\u00e9\". \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5#", + "Allow others to copy, distribute, display and perform your copyrighted work but only if they give credit the way you request. Currently, this option is required.": "\u00c0ll\u00f6w \u00f6th\u00e9rs t\u00f6 \u00e7\u00f6p\u00fd, d\u00efstr\u00ef\u00df\u00fct\u00e9, d\u00efspl\u00e4\u00fd \u00e4nd p\u00e9rf\u00f6rm \u00fd\u00f6\u00fcr \u00e7\u00f6p\u00fdr\u00efght\u00e9d w\u00f6rk \u00df\u00fct \u00f6nl\u00fd \u00eff th\u00e9\u00fd g\u00efv\u00e9 \u00e7r\u00e9d\u00eft th\u00e9 w\u00e4\u00fd \u00fd\u00f6\u00fc r\u00e9q\u00fc\u00e9st. \u00c7\u00fcrr\u00e9ntl\u00fd, th\u00efs \u00f6pt\u00ef\u00f6n \u00efs r\u00e9q\u00fc\u00efr\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454#", + "Allow others to copy, distribute, display and perform your work - and derivative works based upon it - but for noncommercial purposes only.": "\u00c0ll\u00f6w \u00f6th\u00e9rs t\u00f6 \u00e7\u00f6p\u00fd, d\u00efstr\u00ef\u00df\u00fct\u00e9, d\u00efspl\u00e4\u00fd \u00e4nd p\u00e9rf\u00f6rm \u00fd\u00f6\u00fcr w\u00f6rk - \u00e4nd d\u00e9r\u00efv\u00e4t\u00efv\u00e9 w\u00f6rks \u00df\u00e4s\u00e9d \u00fcp\u00f6n \u00eft - \u00df\u00fct f\u00f6r n\u00f6n\u00e7\u00f6mm\u00e9r\u00e7\u00ef\u00e4l p\u00fcrp\u00f6s\u00e9s \u00f6nl\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142\u03b1#", + "Allow others to distribute derivative works only under a license identical to the license that governs your work. This option is incompatible with \"No Derivatives\".": "\u00c0ll\u00f6w \u00f6th\u00e9rs t\u00f6 d\u00efstr\u00ef\u00df\u00fct\u00e9 d\u00e9r\u00efv\u00e4t\u00efv\u00e9 w\u00f6rks \u00f6nl\u00fd \u00fcnd\u00e9r \u00e4 l\u00ef\u00e7\u00e9ns\u00e9 \u00efd\u00e9nt\u00ef\u00e7\u00e4l t\u00f6 th\u00e9 l\u00ef\u00e7\u00e9ns\u00e9 th\u00e4t g\u00f6v\u00e9rns \u00fd\u00f6\u00fcr w\u00f6rk. Th\u00efs \u00f6pt\u00ef\u00f6n \u00efs \u00efn\u00e7\u00f6mp\u00e4t\u00ef\u00dfl\u00e9 w\u00efth \"N\u00f6 D\u00e9r\u00efv\u00e4t\u00efv\u00e9s\". \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202#", + "Allow students to generate certificates for this course?": "\u00c0ll\u00f6w st\u00fcd\u00e9nts t\u00f6 g\u00e9n\u00e9r\u00e4t\u00e9 \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s f\u00f6r th\u00efs \u00e7\u00f6\u00fcrs\u00e9? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Already a course team member": "\u00c0lr\u00e9\u00e4d\u00fd \u00e4 \u00e7\u00f6\u00fcrs\u00e9 t\u00e9\u00e4m m\u00e9m\u00df\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Already a library team member": "\u00c0lr\u00e9\u00e4d\u00fd \u00e4 l\u00ef\u00dfr\u00e4r\u00fd t\u00e9\u00e4m m\u00e9m\u00df\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Already a member": "\u00c0lr\u00e9\u00e4d\u00fd \u00e4 m\u00e9m\u00df\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Already have an {platformName} account?": "\u00c0lr\u00e9\u00e4d\u00fd h\u00e4v\u00e9 \u00e4n {platformName} \u00e4\u00e7\u00e7\u00f6\u00fcnt? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Alternative source": "\u00c0lt\u00e9rn\u00e4t\u00efv\u00e9 s\u00f6\u00fcr\u00e7\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Always divide content-specific discussion topics": "\u00c0lw\u00e4\u00fds d\u00efv\u00efd\u00e9 \u00e7\u00f6nt\u00e9nt-sp\u00e9\u00e7\u00eff\u00ef\u00e7 d\u00efs\u00e7\u00fcss\u00ef\u00f6n t\u00f6p\u00ef\u00e7s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Always show assessment results": "\u00c0lw\u00e4\u00fds sh\u00f6w \u00e4ss\u00e9ssm\u00e9nt r\u00e9s\u00fclts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "Amount": "\u00c0m\u00f6\u00fcnt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "An email has been sent to {userEmail} with a link for you to activate your account.": "\u00c0n \u00e9m\u00e4\u00efl h\u00e4s \u00df\u00e9\u00e9n s\u00e9nt t\u00f6 {userEmail} w\u00efth \u00e4 l\u00efnk f\u00f6r \u00fd\u00f6\u00fc t\u00f6 \u00e4\u00e7t\u00efv\u00e4t\u00e9 \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "An error has occurred. Check your Internet connection and try again.": "\u00c0n \u00e9rr\u00f6r h\u00e4s \u00f6\u00e7\u00e7\u00fcrr\u00e9d. \u00c7h\u00e9\u00e7k \u00fd\u00f6\u00fcr \u00ccnt\u00e9rn\u00e9t \u00e7\u00f6nn\u00e9\u00e7t\u00ef\u00f6n \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "\u00c0n \u00e9rr\u00f6r h\u00e4s \u00f6\u00e7\u00e7\u00fcrr\u00e9d. M\u00e4k\u00e9 s\u00fcr\u00e9 th\u00e4t \u00fd\u00f6\u00fc \u00e4r\u00e9 \u00e7\u00f6nn\u00e9\u00e7t\u00e9d t\u00f6 th\u00e9 \u00ccnt\u00e9rn\u00e9t, \u00e4nd th\u00e9n tr\u00fd r\u00e9fr\u00e9sh\u00efng th\u00e9 p\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 #", + "An error has occurred. Please try again later.": "\u00c0n \u00e9rr\u00f6r h\u00e4s \u00f6\u00e7\u00e7\u00fcrr\u00e9d. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn l\u00e4t\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "An error has occurred. Please try again.": "\u00c0n \u00e9rr\u00f6r h\u00e4s \u00f6\u00e7\u00e7\u00fcrr\u00e9d. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "An error has occurred. Please try reloading the page.": "\u00c0n \u00e9rr\u00f6r h\u00e4s \u00f6\u00e7\u00e7\u00fcrr\u00e9d. Pl\u00e9\u00e4s\u00e9 tr\u00fd r\u00e9l\u00f6\u00e4d\u00efng th\u00e9 p\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "An error has occurred. Refresh the page, and then try again.": "\u00c0n \u00e9rr\u00f6r h\u00e4s \u00f6\u00e7\u00e7\u00fcrr\u00e9d. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9, \u00e4nd th\u00e9n tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "An error has occurred. Try refreshing the page, or check your Internet connection.": "\u00c0n \u00e9rr\u00f6r h\u00e4s \u00f6\u00e7\u00e7\u00fcrr\u00e9d. Tr\u00fd r\u00e9fr\u00e9sh\u00efng th\u00e9 p\u00e4g\u00e9, \u00f6r \u00e7h\u00e9\u00e7k \u00fd\u00f6\u00fcr \u00ccnt\u00e9rn\u00e9t \u00e7\u00f6nn\u00e9\u00e7t\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "An error has occurred. Wait a few minutes, and then try again.": "\u00c0n \u00e9rr\u00f6r h\u00e4s \u00f6\u00e7\u00e7\u00fcrr\u00e9d. W\u00e4\u00eft \u00e4 f\u00e9w m\u00efn\u00fct\u00e9s, \u00e4nd th\u00e9n tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "\u00c0n \u00e9rr\u00f6r \u00f6\u00e7\u00e7\u00fcrr\u00e9d r\u00e9tr\u00ef\u00e9v\u00efng \u00fd\u00f6\u00fcr \u00e9m\u00e4\u00efl. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn l\u00e4t\u00e9r, \u00e4nd \u00e7\u00f6nt\u00e4\u00e7t t\u00e9\u00e7hn\u00ef\u00e7\u00e4l s\u00fcpp\u00f6rt \u00eff th\u00e9 pr\u00f6\u00dfl\u00e9m p\u00e9rs\u00efsts. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c#", + "An error occurred when signing you in to %s.": "\u00c0n \u00e9rr\u00f6r \u00f6\u00e7\u00e7\u00fcrr\u00e9d wh\u00e9n s\u00efgn\u00efng \u00fd\u00f6\u00fc \u00efn t\u00f6 %s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "An error occurred while removing the member from the team. Try again.": "\u00c0n \u00e9rr\u00f6r \u00f6\u00e7\u00e7\u00fcrr\u00e9d wh\u00efl\u00e9 r\u00e9m\u00f6v\u00efng th\u00e9 m\u00e9m\u00df\u00e9r fr\u00f6m th\u00e9 t\u00e9\u00e4m. Tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "An error occurred.": "\u00c0n \u00e9rr\u00f6r \u00f6\u00e7\u00e7\u00fcrr\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "An error occurred. Make sure that the student's username or email address is correct and try again.": "\u00c0n \u00e9rr\u00f6r \u00f6\u00e7\u00e7\u00fcrr\u00e9d. M\u00e4k\u00e9 s\u00fcr\u00e9 th\u00e4t th\u00e9 st\u00fcd\u00e9nt's \u00fcs\u00e9rn\u00e4m\u00e9 \u00f6r \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss \u00efs \u00e7\u00f6rr\u00e9\u00e7t \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "An error occurred. Please reload the page.": "\u00c0n \u00e9rr\u00f6r \u00f6\u00e7\u00e7\u00fcrr\u00e9d. Pl\u00e9\u00e4s\u00e9 r\u00e9l\u00f6\u00e4d th\u00e9 p\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "An error occurred. Please try again.": "\u00c0n \u00e9rr\u00f6r \u00f6\u00e7\u00e7\u00fcrr\u00e9d. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "An error occurred. Try again.": "\u00c0n \u00e9rr\u00f6r \u00f6\u00e7\u00e7\u00fcrr\u00e9d. Tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "An unexpected error has occurred.": "\u00c0n \u00fcn\u00e9xp\u00e9\u00e7t\u00e9d \u00e9rr\u00f6r h\u00e4s \u00f6\u00e7\u00e7\u00fcrr\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "An unexpected error occurred. Please try again.": "\u00c0n \u00fcn\u00e9xp\u00e9\u00e7t\u00e9d \u00e9rr\u00f6r \u00f6\u00e7\u00e7\u00fcrr\u00e9d. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Anchor": "\u00c0n\u00e7h\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Anchors": "\u00c0n\u00e7h\u00f6rs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Any content that has listed this content as a prerequisite will also have access limitations removed.": "\u00c0n\u00fd \u00e7\u00f6nt\u00e9nt th\u00e4t h\u00e4s l\u00efst\u00e9d th\u00efs \u00e7\u00f6nt\u00e9nt \u00e4s \u00e4 pr\u00e9r\u00e9q\u00fc\u00efs\u00eft\u00e9 w\u00efll \u00e4ls\u00f6 h\u00e4v\u00e9 \u00e4\u00e7\u00e7\u00e9ss l\u00efm\u00eft\u00e4t\u00ef\u00f6ns r\u00e9m\u00f6v\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Any course progress or grades from your current session will be lost.": "\u00c0n\u00fd \u00e7\u00f6\u00fcrs\u00e9 pr\u00f6gr\u00e9ss \u00f6r gr\u00e4d\u00e9s fr\u00f6m \u00fd\u00f6\u00fcr \u00e7\u00fcrr\u00e9nt s\u00e9ss\u00ef\u00f6n w\u00efll \u00df\u00e9 l\u00f6st. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Any divided discussion topics are divided based on cohort.": "\u00c0n\u00fd d\u00efv\u00efd\u00e9d d\u00efs\u00e7\u00fcss\u00ef\u00f6n t\u00f6p\u00ef\u00e7s \u00e4r\u00e9 d\u00efv\u00efd\u00e9d \u00df\u00e4s\u00e9d \u00f6n \u00e7\u00f6h\u00f6rt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Any divided discussion topics are divided based on enrollment track.": "\u00c0n\u00fd d\u00efv\u00efd\u00e9d d\u00efs\u00e7\u00fcss\u00ef\u00f6n t\u00f6p\u00ef\u00e7s \u00e4r\u00e9 d\u00efv\u00efd\u00e9d \u00df\u00e4s\u00e9d \u00f6n \u00e9nr\u00f6llm\u00e9nt tr\u00e4\u00e7k. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "April": "aprilo", + "Are you having trouble finding a team to join?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc h\u00e4v\u00efng tr\u00f6\u00fc\u00dfl\u00e9 f\u00efnd\u00efng \u00e4 t\u00e9\u00e4m t\u00f6 j\u00f6\u00efn? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Are you sure that you want to leave this session?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 th\u00e4t \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 l\u00e9\u00e4v\u00e9 th\u00efs s\u00e9ss\u00ef\u00f6n? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Are you sure you want to change to a different session?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00e7h\u00e4ng\u00e9 t\u00f6 \u00e4 d\u00efff\u00e9r\u00e9nt s\u00e9ss\u00ef\u00f6n? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Are you sure you want to delete this comment?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 d\u00e9l\u00e9t\u00e9 th\u00efs \u00e7\u00f6mm\u00e9nt? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Are you sure you want to delete this page? This action cannot be undone.": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 d\u00e9l\u00e9t\u00e9 th\u00efs p\u00e4g\u00e9? Th\u00efs \u00e4\u00e7t\u00ef\u00f6n \u00e7\u00e4nn\u00f6t \u00df\u00e9 \u00fcnd\u00f6n\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "Are you sure you want to delete this post?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 d\u00e9l\u00e9t\u00e9 th\u00efs p\u00f6st? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Are you sure you want to delete this response?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 d\u00e9l\u00e9t\u00e9 th\u00efs r\u00e9sp\u00f6ns\u00e9? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Are you sure you want to delete this update?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 d\u00e9l\u00e9t\u00e9 th\u00efs \u00fcpd\u00e4t\u00e9? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 d\u00e9l\u00e9t\u00e9 {email} fr\u00f6m th\u00e9 \u00e7\u00f6\u00fcrs\u00e9 t\u00e9\u00e4m f\u00f6r \u201c{container}\u201d? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 d\u00e9l\u00e9t\u00e9 {email} fr\u00f6m th\u00e9 l\u00ef\u00dfr\u00e4r\u00fd \u201c{container}\u201d? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Are you sure you want to leave this page? \nTo pass your proctored exam you must also pass the online proctoring session review.": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 l\u00e9\u00e4v\u00e9 th\u00efs p\u00e4g\u00e9? \nT\u00f6 p\u00e4ss \u00fd\u00f6\u00fcr pr\u00f6\u00e7t\u00f6r\u00e9d \u00e9x\u00e4m \u00fd\u00f6\u00fc m\u00fcst \u00e4ls\u00f6 p\u00e4ss th\u00e9 \u00f6nl\u00efn\u00e9 pr\u00f6\u00e7t\u00f6r\u00efng s\u00e9ss\u00ef\u00f6n r\u00e9v\u00ef\u00e9w. \u2c60'\u03c3\u044f\u0454#", + "Are you sure you want to remove this student's exam attempt?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 r\u00e9m\u00f6v\u00e9 th\u00efs st\u00fcd\u00e9nt's \u00e9x\u00e4m \u00e4tt\u00e9mpt? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Are you sure you want to remove this transcript?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 r\u00e9m\u00f6v\u00e9 th\u00efs tr\u00e4ns\u00e7r\u00efpt? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Are you sure you want to remove this video from the list?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 r\u00e9m\u00f6v\u00e9 th\u00efs v\u00efd\u00e9\u00f6 fr\u00f6m th\u00e9 l\u00efst? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 r\u00e9str\u00ef\u00e7t {email} \u00e4\u00e7\u00e7\u00e9ss t\u00f6 \u201c{container}\u201d? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Are you sure you want to revert to the last published version of the unit? You cannot undo this action.": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 r\u00e9v\u00e9rt t\u00f6 th\u00e9 l\u00e4st p\u00fc\u00dfl\u00efsh\u00e9d v\u00e9rs\u00ef\u00f6n \u00f6f th\u00e9 \u00fcn\u00eft? \u00dd\u00f6\u00fc \u00e7\u00e4nn\u00f6t \u00fcnd\u00f6 th\u00efs \u00e4\u00e7t\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Are you sure you want to select this session?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 s\u00e9l\u00e9\u00e7t th\u00efs s\u00e9ss\u00ef\u00f6n? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Are you sure you want to unenroll from the purchased course {courseName} ({courseNumber})?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00fcn\u00e9nr\u00f6ll fr\u00f6m th\u00e9 p\u00fcr\u00e7h\u00e4s\u00e9d \u00e7\u00f6\u00fcrs\u00e9 {courseName} ({courseNumber})? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Are you sure you want to unenroll from the verified {certNameLong} track of {courseName} ({courseNumber})?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00fcn\u00e9nr\u00f6ll fr\u00f6m th\u00e9 v\u00e9r\u00eff\u00ef\u00e9d {certNameLong} tr\u00e4\u00e7k \u00f6f {courseName} ({courseNumber})? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "Are you sure you want to unenroll from the verified {certNameLong} track of {courseName} ({courseNumber})?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00fcn\u00e9nr\u00f6ll fr\u00f6m th\u00e9 v\u00e9r\u00eff\u00ef\u00e9d {certNameLong} tr\u00e4\u00e7k \u00f6f {courseName} ({courseNumber})? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "Are you sure you want to unenroll from {courseName} ({courseNumber})?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00fcn\u00e9nr\u00f6ll fr\u00f6m {courseName} ({courseNumber})? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Are you sure you want to unenroll from {courseName} ({courseNumber})? You will be refunded the amount you paid.": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00fcn\u00e9nr\u00f6ll fr\u00f6m {courseName} ({courseNumber})? \u00dd\u00f6\u00fc w\u00efll \u00df\u00e9 r\u00e9f\u00fcnd\u00e9d th\u00e9 \u00e4m\u00f6\u00fcnt \u00fd\u00f6\u00fc p\u00e4\u00efd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00efsh t\u00f6 d\u00e9l\u00e9t\u00e9 th\u00efs \u00eft\u00e9m. \u00cct \u00e7\u00e4nn\u00f6t \u00df\u00e9 r\u00e9v\u00e9rs\u00e9d!\n\n\u00c0ls\u00f6 \u00e4n\u00fd \u00e7\u00f6nt\u00e9nt th\u00e4t l\u00efnks/r\u00e9f\u00e9rs t\u00f6 th\u00efs \u00eft\u00e9m w\u00efll n\u00f6 l\u00f6ng\u00e9r w\u00f6rk (\u00e9.g. \u00dfr\u00f6k\u00e9n \u00efm\u00e4g\u00e9s \u00e4nd/\u00f6r l\u00efnks) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192#", + "Are you sure?": "\u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "\u00c0s p\u00e4rt \u00f6f th\u00e9 v\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n pr\u00f6\u00e7\u00e9ss, \u00fd\u00f6\u00fc t\u00e4k\u00e9 \u00e4 ph\u00f6t\u00f6 \u00f6f \u00df\u00f6th \u00fd\u00f6\u00fcr f\u00e4\u00e7\u00e9 \u00e4nd \u00e4 g\u00f6v\u00e9rnm\u00e9nt-\u00efss\u00fc\u00e9d ph\u00f6t\u00f6 \u00ccD. \u00d6\u00fcr \u00e4\u00fcth\u00f6r\u00efz\u00e4t\u00ef\u00f6n s\u00e9rv\u00ef\u00e7\u00e9 \u00e7\u00f6nf\u00efrms \u00fd\u00f6\u00fcr \u00efd\u00e9nt\u00eft\u00fd \u00df\u00fd \u00e7\u00f6mp\u00e4r\u00efng th\u00e9 ph\u00f6t\u00f6 \u00fd\u00f6\u00fc t\u00e4k\u00e9 w\u00efth th\u00e9 ph\u00f6t\u00f6 \u00f6n \u00fd\u00f6\u00fcr \u00ccD. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7#", + "As you complete courses, you will see them listed here.": "\u00c0s \u00fd\u00f6\u00fc \u00e7\u00f6mpl\u00e9t\u00e9 \u00e7\u00f6\u00fcrs\u00e9s, \u00fd\u00f6\u00fc w\u00efll s\u00e9\u00e9 th\u00e9m l\u00efst\u00e9d h\u00e9r\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Assessment": "\u00c0ss\u00e9ssm\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Assessment Results Visibility": "\u00c0ss\u00e9ssm\u00e9nt R\u00e9s\u00fclts V\u00efs\u00ef\u00df\u00efl\u00eft\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Assessments": "\u00c0ss\u00e9ssm\u00e9nts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Assign Team Memberships": "\u00c0ss\u00efgn T\u00e9\u00e4m M\u00e9m\u00df\u00e9rsh\u00efps \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Assign learners to cohorts by uploading a CSV file": "\u00c0ss\u00efgn l\u00e9\u00e4rn\u00e9rs t\u00f6 \u00e7\u00f6h\u00f6rts \u00df\u00fd \u00fcpl\u00f6\u00e4d\u00efng \u00e4 \u00c7SV f\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Assign students to cohorts by uploading a CSV file.": "\u00c0ss\u00efgn st\u00fcd\u00e9nts t\u00f6 \u00e7\u00f6h\u00f6rts \u00df\u00fd \u00fcpl\u00f6\u00e4d\u00efng \u00e4 \u00c7SV f\u00efl\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Assignment Type Name": "\u00c0ss\u00efgnm\u00e9nt T\u00fdp\u00e9 N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Associated Content Group": "\u00c0ss\u00f6\u00e7\u00ef\u00e4t\u00e9d \u00c7\u00f6nt\u00e9nt Gr\u00f6\u00fcp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "Attribution": "\u00c0ttr\u00ef\u00df\u00fct\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "August": "au\u0306gusto", + "Author": "\u00c0\u00fcth\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Auto-advance": "\u00c0\u00fct\u00f6-\u00e4dv\u00e4n\u00e7\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Automated Transcripts": "\u00c0\u00fct\u00f6m\u00e4t\u00e9d Tr\u00e4ns\u00e7r\u00efpts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Automatic": "\u00c0\u00fct\u00f6m\u00e4t\u00ef\u00e7 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Automatic transcripts are disabled.": "\u00c0\u00fct\u00f6m\u00e4t\u00ef\u00e7 tr\u00e4ns\u00e7r\u00efpts \u00e4r\u00e9 d\u00efs\u00e4\u00dfl\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "Available %s": "Disponebla %s", + "Average": "\u00c0v\u00e9r\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Back to Full List": "B\u00e4\u00e7k t\u00f6 F\u00fcll L\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Back to sign in": "B\u00e4\u00e7k t\u00f6 s\u00efgn \u00efn \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Back to {platform} FAQs": "B\u00e4\u00e7k t\u00f6 {platform} F\u00c0Qs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Background color": "B\u00e4\u00e7kgr\u00f6\u00fcnd \u00e7\u00f6l\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Basic": "B\u00e4s\u00ef\u00e7 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Basic Account Information": "B\u00e4s\u00ef\u00e7 \u00c0\u00e7\u00e7\u00f6\u00fcnt \u00ccnf\u00f6rm\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Be sure your entire face is inside the frame": "B\u00e9 s\u00fcr\u00e9 \u00fd\u00f6\u00fcr \u00e9nt\u00efr\u00e9 f\u00e4\u00e7\u00e9 \u00efs \u00efns\u00efd\u00e9 th\u00e9 fr\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Before proceeding, please confirm that your details match": "B\u00e9f\u00f6r\u00e9 pr\u00f6\u00e7\u00e9\u00e9d\u00efng, pl\u00e9\u00e4s\u00e9 \u00e7\u00f6nf\u00efrm th\u00e4t \u00fd\u00f6\u00fcr d\u00e9t\u00e4\u00efls m\u00e4t\u00e7h \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Before proceeding, please {htmlStart}activate your account{htmlEnd}.": "B\u00e9f\u00f6r\u00e9 pr\u00f6\u00e7\u00e9\u00e9d\u00efng, pl\u00e9\u00e4s\u00e9 {htmlStart}\u00e4\u00e7t\u00efv\u00e4t\u00e9 \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt{htmlEnd}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Before proceeding, please {htmlStart}unlink all social media accounts{htmlEnd}.": "B\u00e9f\u00f6r\u00e9 pr\u00f6\u00e7\u00e9\u00e9d\u00efng, pl\u00e9\u00e4s\u00e9 {htmlStart}\u00fcnl\u00efnk \u00e4ll s\u00f6\u00e7\u00ef\u00e4l m\u00e9d\u00ef\u00e4 \u00e4\u00e7\u00e7\u00f6\u00fcnts{htmlEnd}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Before you upgrade to a certificate track, you must activate your account.": "B\u00e9f\u00f6r\u00e9 \u00fd\u00f6\u00fc \u00fcpgr\u00e4d\u00e9 t\u00f6 \u00e4 \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 tr\u00e4\u00e7k, \u00fd\u00f6\u00fc m\u00fcst \u00e4\u00e7t\u00efv\u00e4t\u00e9 \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "Billed to": "B\u00efll\u00e9d t\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Billing/Payment Options": "B\u00efll\u00efng/P\u00e4\u00fdm\u00e9nt \u00d6pt\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Biography": "B\u00ef\u00f6gr\u00e4ph\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Block view is unavailable": "Bl\u00f6\u00e7k v\u00ef\u00e9w \u00efs \u00fcn\u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Blockquote": "Bl\u00f6\u00e7kq\u00fc\u00f6t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Blockquote (Ctrl+Q)": "Bl\u00f6\u00e7kq\u00fc\u00f6t\u00e9 (\u00c7trl+Q) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Blocks": "Bl\u00f6\u00e7ks \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Body": "B\u00f6d\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Bold": "B\u00f6ld \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Bold (Ctrl+B)": "B\u00f6ld (\u00c7trl+B) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Bookmark this page": "B\u00f6\u00f6km\u00e4rk th\u00efs p\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Bookmarked": "B\u00f6\u00f6km\u00e4rk\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Bookmarked on": "B\u00f6\u00f6km\u00e4rk\u00e9d \u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Border": "B\u00f6rd\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Border color": "B\u00f6rd\u00e9r \u00e7\u00f6l\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Bottom": "B\u00f6tt\u00f6m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Browse": "Br\u00f6ws\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Browse recently launched courses and see what\\'s new in your favorite subjects": "Br\u00f6ws\u00e9 r\u00e9\u00e7\u00e9ntl\u00fd l\u00e4\u00fcn\u00e7h\u00e9d \u00e7\u00f6\u00fcrs\u00e9s \u00e4nd s\u00e9\u00e9 wh\u00e4t\\'s n\u00e9w \u00efn \u00fd\u00f6\u00fcr f\u00e4v\u00f6r\u00eft\u00e9 s\u00fc\u00dfj\u00e9\u00e7ts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "Browsing": "Br\u00f6ws\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Bulk Exceptions": "B\u00fclk \u00c9x\u00e7\u00e9pt\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Bullet list": "B\u00fcll\u00e9t l\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Bulleted List (Ctrl+U)": "B\u00fcll\u00e9t\u00e9d L\u00efst (\u00c7trl+\u00db) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "COMPLETED COURSES": "\u00c7\u00d6MPL\u00c9T\u00c9D \u00c7\u00d6\u00dbRS\u00c9S \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "COURSES IN PROGRESS": "\u00c7\u00d6\u00dbRS\u00c9S \u00ccN PR\u00d6GR\u00c9SS \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Can we match the photo you took with the one on your ID?": "\u00c7\u00e4n w\u00e9 m\u00e4t\u00e7h th\u00e9 ph\u00f6t\u00f6 \u00fd\u00f6\u00fc t\u00f6\u00f6k w\u00efth th\u00e9 \u00f6n\u00e9 \u00f6n \u00fd\u00f6\u00fcr \u00ccD? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Cancel": "\u00c7\u00e4n\u00e7\u00e9l \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Cancel enrollment code": "\u00c7\u00e4n\u00e7\u00e9l \u00e9nr\u00f6llm\u00e9nt \u00e7\u00f6d\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Cancel team creating.": "\u00c7\u00e4n\u00e7\u00e9l t\u00e9\u00e4m \u00e7r\u00e9\u00e4t\u00efng. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Cancel team updating.": "\u00c7\u00e4n\u00e7\u00e9l t\u00e9\u00e4m \u00fcpd\u00e4t\u00efng. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Cancel upload": "\u00c7\u00e4n\u00e7\u00e9l \u00fcpl\u00f6\u00e4d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Cannot delete when in use by a unit": "\u00c7\u00e4nn\u00f6t d\u00e9l\u00e9t\u00e9 wh\u00e9n \u00efn \u00fcs\u00e9 \u00df\u00fd \u00e4 \u00fcn\u00eft \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "Cannot delete when in use by an experiment": "\u00c7\u00e4nn\u00f6t d\u00e9l\u00e9t\u00e9 wh\u00e9n \u00efn \u00fcs\u00e9 \u00df\u00fd \u00e4n \u00e9xp\u00e9r\u00efm\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Cannot drop more <%= types %> assignments than are assigned.": "\u00c7\u00e4nn\u00f6t dr\u00f6p m\u00f6r\u00e9 <%= types %> \u00e4ss\u00efgnm\u00e9nts th\u00e4n \u00e4r\u00e9 \u00e4ss\u00efgn\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Cannot join instructor managed team": "\u00c7\u00e4nn\u00f6t j\u00f6\u00efn \u00efnstr\u00fc\u00e7t\u00f6r m\u00e4n\u00e4g\u00e9d t\u00e9\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "Caption": "\u00c7\u00e4pt\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "\u00c7\u00e4\u00fct\u00ef\u00f6n: Th\u00e9 l\u00e4st p\u00fc\u00dfl\u00efsh\u00e9d v\u00e9rs\u00ef\u00f6n \u00f6f th\u00efs \u00fcn\u00eft \u00efs l\u00efv\u00e9. B\u00fd p\u00fc\u00dfl\u00efsh\u00efng \u00e7h\u00e4ng\u00e9s \u00fd\u00f6\u00fc w\u00efll \u00e7h\u00e4ng\u00e9 th\u00e9 st\u00fcd\u00e9nt \u00e9xp\u00e9r\u00ef\u00e9n\u00e7\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c#", + "Cell": "\u00c7\u00e9ll \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Cell padding": "\u00c7\u00e9ll p\u00e4dd\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Cell properties": "\u00c7\u00e9ll pr\u00f6p\u00e9rt\u00ef\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Cell spacing": "\u00c7\u00e9ll sp\u00e4\u00e7\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Cell type": "\u00c7\u00e9ll t\u00fdp\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Center": "\u00c7\u00e9nt\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Certificate Details": "\u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 D\u00e9t\u00e4\u00efls \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Certificate Generated": "\u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 G\u00e9n\u00e9r\u00e4t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Certificate Information": "\u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u00ccnf\u00f6rm\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Certificate Name": "\u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Certificate Purchased": "\u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 P\u00fcr\u00e7h\u00e4s\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Certificate Signatories": "\u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 S\u00efgn\u00e4t\u00f6r\u00ef\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Certificate Signatory Configuration": "\u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 S\u00efgn\u00e4t\u00f6r\u00fd \u00c7\u00f6nf\u00efg\u00fcr\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "Certificate Status:": "\u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 St\u00e4t\u00fcs: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Certificate has been successfully invalidated for <%= user %>.": "\u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 h\u00e4s \u00df\u00e9\u00e9n s\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd \u00efnv\u00e4l\u00efd\u00e4t\u00e9d f\u00f6r <%= user %>. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Certificate name is required.": "\u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 n\u00e4m\u00e9 \u00efs r\u00e9q\u00fc\u00efr\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Certificate of <%= user %> has already been invalidated. Please check your spelling and retry.": "\u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u00f6f <%= user %> h\u00e4s \u00e4lr\u00e9\u00e4d\u00fd \u00df\u00e9\u00e9n \u00efnv\u00e4l\u00efd\u00e4t\u00e9d. Pl\u00e9\u00e4s\u00e9 \u00e7h\u00e9\u00e7k \u00fd\u00f6\u00fcr sp\u00e9ll\u00efng \u00e4nd r\u00e9tr\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Certificates": "\u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Change": "\u00c7h\u00e4ng\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Change Enrollment": "\u00c7h\u00e4ng\u00e9 \u00c9nr\u00f6llm\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Change Manually": "\u00c7h\u00e4ng\u00e9 M\u00e4n\u00fc\u00e4ll\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Change My Email Address": "\u00c7h\u00e4ng\u00e9 M\u00fd \u00c9m\u00e4\u00efl \u00c0ddr\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Change Session": "\u00c7h\u00e4ng\u00e9 S\u00e9ss\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "Change image": "\u00c7h\u00e4ng\u00e9 \u00efm\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Change or Leave Session": "\u00c7h\u00e4ng\u00e9 \u00f6r L\u00e9\u00e4v\u00e9 S\u00e9ss\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Change to a different session or leave the current session.": "\u00c7h\u00e4ng\u00e9 t\u00f6 \u00e4 d\u00efff\u00e9r\u00e9nt s\u00e9ss\u00ef\u00f6n \u00f6r l\u00e9\u00e4v\u00e9 th\u00e9 \u00e7\u00fcrr\u00e9nt s\u00e9ss\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Changes to steps that are not selected as part of the assignment will not be saved.": "\u00c7h\u00e4ng\u00e9s t\u00f6 st\u00e9ps th\u00e4t \u00e4r\u00e9 n\u00f6t s\u00e9l\u00e9\u00e7t\u00e9d \u00e4s p\u00e4rt \u00f6f th\u00e9 \u00e4ss\u00efgnm\u00e9nt w\u00efll n\u00f6t \u00df\u00e9 s\u00e4v\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "Chapter Asset": "\u00c7h\u00e4pt\u00e9r \u00c0ss\u00e9t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Chapter Name": "\u00c7h\u00e4pt\u00e9r N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Chapter information": "\u00c7h\u00e4pt\u00e9r \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Chapter name and asset_path are both required": "\u00c7h\u00e4pt\u00e9r n\u00e4m\u00e9 \u00e4nd \u00e4ss\u00e9t_p\u00e4th \u00e4r\u00e9 \u00df\u00f6th r\u00e9q\u00fc\u00efr\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Chapter name is required": "\u00c7h\u00e4pt\u00e9r n\u00e4m\u00e9 \u00efs r\u00e9q\u00fc\u00efr\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "Chapter {order}": "\u00c7h\u00e4pt\u00e9r {order} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Check Your Email": "\u00c7h\u00e9\u00e7k \u00dd\u00f6\u00fcr \u00c9m\u00e4\u00efl \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Check the highlighted fields below and try again.": "\u00c7h\u00e9\u00e7k th\u00e9 h\u00efghl\u00efght\u00e9d f\u00ef\u00e9lds \u00df\u00e9l\u00f6w \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "\u00c7h\u00e9\u00e7k th\u00efs \u00df\u00f6x t\u00f6 r\u00e9\u00e7\u00e9\u00efv\u00e9 \u00e4n \u00e9m\u00e4\u00efl d\u00efg\u00e9st \u00f6n\u00e7\u00e9 \u00e4 d\u00e4\u00fd n\u00f6t\u00eff\u00fd\u00efng \u00fd\u00f6\u00fc \u00e4\u00df\u00f6\u00fct n\u00e9w, \u00fcnr\u00e9\u00e4d \u00e4\u00e7t\u00efv\u00eft\u00fd fr\u00f6m p\u00f6sts \u00fd\u00f6\u00fc \u00e4r\u00e9 f\u00f6ll\u00f6w\u00efng. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1#", + "Check your email": "\u00c7h\u00e9\u00e7k \u00fd\u00f6\u00fcr \u00e9m\u00e4\u00efl \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Check your email account for instructions to reset your password.": "\u00c7h\u00e9\u00e7k \u00fd\u00f6\u00fcr \u00e9m\u00e4\u00efl \u00e4\u00e7\u00e7\u00f6\u00fcnt f\u00f6r \u00efnstr\u00fc\u00e7t\u00ef\u00f6ns t\u00f6 r\u00e9s\u00e9t \u00fd\u00f6\u00fcr p\u00e4ssw\u00f6rd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Check your email for an activation message.": "\u00c7h\u00e9\u00e7k \u00fd\u00f6\u00fcr \u00e9m\u00e4\u00efl f\u00f6r \u00e4n \u00e4\u00e7t\u00efv\u00e4t\u00ef\u00f6n m\u00e9ss\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Checkout": "\u00c7h\u00e9\u00e7k\u00f6\u00fct \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Checkout with PayPal": "\u00c7h\u00e9\u00e7k\u00f6\u00fct w\u00efth P\u00e4\u00fdP\u00e4l \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Checkout with {processor}": "\u00c7h\u00e9\u00e7k\u00f6\u00fct w\u00efth {processor} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Choose": "Elekti", + "Choose File": "\u00c7h\u00f6\u00f6s\u00e9 F\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Choose One": "\u00c7h\u00f6\u00f6s\u00e9 \u00d6n\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Choose a .csv file": "\u00c7h\u00f6\u00f6s\u00e9 \u00e4 .\u00e7sv f\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Choose a Date": "Elektu daton", + "Choose a Time": "Elektu horon", + "Choose a content group to associate": "\u00c7h\u00f6\u00f6s\u00e9 \u00e4 \u00e7\u00f6nt\u00e9nt gr\u00f6\u00fcp t\u00f6 \u00e4ss\u00f6\u00e7\u00ef\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "Choose a location to move your component to": "\u00c7h\u00f6\u00f6s\u00e9 \u00e4 l\u00f6\u00e7\u00e4t\u00ef\u00f6n t\u00f6 m\u00f6v\u00e9 \u00fd\u00f6\u00fcr \u00e7\u00f6mp\u00f6n\u00e9nt t\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Choose a time": "Elektu tempon", + "Choose all": "Elekti \u0109iuj", + "Choose mode": "\u00c7h\u00f6\u00f6s\u00e9 m\u00f6d\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Choose new file": "\u00c7h\u00f6\u00f6s\u00e9 n\u00e9w f\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Choose one": "\u00c7h\u00f6\u00f6s\u00e9 \u00f6n\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Choose your institution from the list below:": "\u00c7h\u00f6\u00f6s\u00e9 \u00fd\u00f6\u00fcr \u00efnst\u00eft\u00fct\u00ef\u00f6n fr\u00f6m th\u00e9 l\u00efst \u00df\u00e9l\u00f6w: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Chosen %s": "Elektita %s", + "Circle": "\u00c7\u00efr\u00e7l\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Clear": "\u00c7l\u00e9\u00e4r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Clear All": "\u00c7l\u00e9\u00e4r \u00c0ll \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Clear Grading Due Date": "\u00c7l\u00e9\u00e4r Gr\u00e4d\u00efng D\u00fc\u00e9 D\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Clear Release Date/Time": "\u00c7l\u00e9\u00e4r R\u00e9l\u00e9\u00e4s\u00e9 D\u00e4t\u00e9/T\u00efm\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Clear Value": "\u00c7l\u00e9\u00e4r V\u00e4l\u00fc\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Clear formatting": "\u00c7l\u00e9\u00e4r f\u00f6rm\u00e4tt\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Clear search": "\u00c7l\u00e9\u00e4r s\u00e9\u00e4r\u00e7h \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Clear search results": "\u00c7l\u00e9\u00e4r s\u00e9\u00e4r\u00e7h r\u00e9s\u00fclts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Click OK to have your e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u00c7l\u00ef\u00e7k \u00d6K t\u00f6 h\u00e4v\u00e9 \u00fd\u00f6\u00fcr \u00e9-m\u00e4\u00efl \u00e4ddr\u00e9ss s\u00e9nt t\u00f6 \u00e4 3rd p\u00e4rt\u00fd \u00e4ppl\u00ef\u00e7\u00e4t\u00ef\u00f6n.\n\n\u00c7l\u00ef\u00e7k \u00c7\u00e4n\u00e7\u00e9l t\u00f6 r\u00e9t\u00fcrn t\u00f6 th\u00efs p\u00e4g\u00e9 w\u00efth\u00f6\u00fct s\u00e9nd\u00efng \u00fd\u00f6\u00fcr \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142#", + "Click OK to have your username and e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u00c7l\u00ef\u00e7k \u00d6K t\u00f6 h\u00e4v\u00e9 \u00fd\u00f6\u00fcr \u00fcs\u00e9rn\u00e4m\u00e9 \u00e4nd \u00e9-m\u00e4\u00efl \u00e4ddr\u00e9ss s\u00e9nt t\u00f6 \u00e4 3rd p\u00e4rt\u00fd \u00e4ppl\u00ef\u00e7\u00e4t\u00ef\u00f6n.\n\n\u00c7l\u00ef\u00e7k \u00c7\u00e4n\u00e7\u00e9l t\u00f6 r\u00e9t\u00fcrn t\u00f6 th\u00efs p\u00e4g\u00e9 w\u00efth\u00f6\u00fct s\u00e9nd\u00efng \u00fd\u00f6\u00fcr \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9#", + "Click OK to have your username sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u00c7l\u00ef\u00e7k \u00d6K t\u00f6 h\u00e4v\u00e9 \u00fd\u00f6\u00fcr \u00fcs\u00e9rn\u00e4m\u00e9 s\u00e9nt t\u00f6 \u00e4 3rd p\u00e4rt\u00fd \u00e4ppl\u00ef\u00e7\u00e4t\u00ef\u00f6n.\n\n\u00c7l\u00ef\u00e7k \u00c7\u00e4n\u00e7\u00e9l t\u00f6 r\u00e9t\u00fcrn t\u00f6 th\u00efs p\u00e4g\u00e9 w\u00efth\u00f6\u00fct s\u00e9nd\u00efng \u00fd\u00f6\u00fcr \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142\u03b1\u0432\u03c3\u044f\u03c5\u043c#", + "Click on this button to mute or unmute this video or press UP or DOWN buttons to increase or decrease volume level.": "\u00c7l\u00ef\u00e7k \u00f6n th\u00efs \u00df\u00fctt\u00f6n t\u00f6 m\u00fct\u00e9 \u00f6r \u00fcnm\u00fct\u00e9 th\u00efs v\u00efd\u00e9\u00f6 \u00f6r pr\u00e9ss \u00dbP \u00f6r D\u00d6WN \u00df\u00fctt\u00f6ns t\u00f6 \u00efn\u00e7r\u00e9\u00e4s\u00e9 \u00f6r d\u00e9\u00e7r\u00e9\u00e4s\u00e9 v\u00f6l\u00fcm\u00e9 l\u00e9v\u00e9l. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Click to add a new %(xblock_type)s": "\u00c7l\u00ef\u00e7k t\u00f6 \u00e4dd \u00e4 n\u00e9w %(xblock_type)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Click to change": "\u00c7l\u00ef\u00e7k t\u00f6 \u00e7h\u00e4ng\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Click to choose all %s at once.": "Klaku por tuj elekti \u0109iuj %s.", + "Click to edit": "\u00c7l\u00ef\u00e7k t\u00f6 \u00e9d\u00eft \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Click to remove all chosen %s at once.": "Klaku por tuj forigi \u0109iujn %s elektitajn.", + "Close": "\u00c7l\u00f6s\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Close Calculator": "\u00c7l\u00f6s\u00e9 \u00c7\u00e4l\u00e7\u00fcl\u00e4t\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Code": "\u00c7\u00f6d\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Code Sample (Ctrl+K)": "\u00c7\u00f6d\u00e9 S\u00e4mpl\u00e9 (\u00c7trl+K) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Code block": "\u00c7\u00f6d\u00e9 \u00dfl\u00f6\u00e7k \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Cohort Assignment Method": "\u00c7\u00f6h\u00f6rt \u00c0ss\u00efgnm\u00e9nt M\u00e9th\u00f6d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "Cohort Name": "\u00c7\u00f6h\u00f6rt N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Cohorts": "\u00c7\u00f6h\u00f6rts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Cohorts Disabled": "\u00c7\u00f6h\u00f6rts D\u00efs\u00e4\u00dfl\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Cohorts Enabled": "\u00c7\u00f6h\u00f6rts \u00c9n\u00e4\u00dfl\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Collapse All": "\u00c7\u00f6ll\u00e4ps\u00e9 \u00c0ll \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Collapse Instructions": "\u00c7\u00f6ll\u00e4ps\u00e9 \u00ccnstr\u00fc\u00e7t\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Collapse/Expand this %(xblock_type)s": "\u00c7\u00f6ll\u00e4ps\u00e9/\u00c9xp\u00e4nd th\u00efs %(xblock_type)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "Color": "\u00c7\u00f6l\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Cols": "\u00c7\u00f6ls \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Column": "\u00c7\u00f6l\u00fcmn \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Column group": "\u00c7\u00f6l\u00fcmn gr\u00f6\u00fcp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Coming Soon": "\u00c7\u00f6m\u00efng S\u00f6\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Commentary": "\u00c7\u00f6mm\u00e9nt\u00e4r\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Common Problem Types": "\u00c7\u00f6mm\u00f6n Pr\u00f6\u00dfl\u00e9m T\u00fdp\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Complete courses on your schedule to ensure you stand out in your field!": "\u00c7\u00f6mpl\u00e9t\u00e9 \u00e7\u00f6\u00fcrs\u00e9s \u00f6n \u00fd\u00f6\u00fcr s\u00e7h\u00e9d\u00fcl\u00e9 t\u00f6 \u00e9ns\u00fcr\u00e9 \u00fd\u00f6\u00fc st\u00e4nd \u00f6\u00fct \u00efn \u00fd\u00f6\u00fcr f\u00ef\u00e9ld! \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "Completed": "\u00c7\u00f6mpl\u00e9t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Component": "\u00c7\u00f6mp\u00f6n\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Components": "\u00c7\u00f6mp\u00f6n\u00e9nts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Configure": "\u00c7\u00f6nf\u00efg\u00fcr\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Confirm": "\u00c7\u00f6nf\u00efrm \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Confirm Password": "\u00c7\u00f6nf\u00efrm P\u00e4ssw\u00f6rd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Confirm Timed Transcript": "\u00c7\u00f6nf\u00efrm T\u00efm\u00e9d Tr\u00e4ns\u00e7r\u00efpt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "Congratulations!": "\u00c7\u00f6ngr\u00e4t\u00fcl\u00e4t\u00ef\u00f6ns! \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Congratulations! You are now verified on %(platformName)s!": "\u00c7\u00f6ngr\u00e4t\u00fcl\u00e4t\u00ef\u00f6ns! \u00dd\u00f6\u00fc \u00e4r\u00e9 n\u00f6w v\u00e9r\u00eff\u00ef\u00e9d \u00f6n %(platformName)s! \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Constrain proportions": "\u00c7\u00f6nstr\u00e4\u00efn pr\u00f6p\u00f6rt\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Contact Us": "\u00c7\u00f6nt\u00e4\u00e7t \u00dbs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Contains staff only content": "\u00c7\u00f6nt\u00e4\u00efns st\u00e4ff \u00f6nl\u00fd \u00e7\u00f6nt\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", "Contains {count} group": [ - "\u00c7\u00f6nt\u00e4\u00efns {count} gr\u00f6\u00fcp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "\u00c7\u00f6nt\u00e4\u00efns {count} gr\u00f6\u00fcp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", "\u00c7\u00f6nt\u00e4\u00efns {count} gr\u00f6\u00fcps \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#" - ], - "Content Group ID": "\u00c7\u00f6nt\u00e9nt Gr\u00f6\u00fcp \u00ccD \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Content Group Name": "\u00c7\u00f6nt\u00e9nt Gr\u00f6\u00fcp N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Content-Specific Discussion Topics": "\u00c7\u00f6nt\u00e9nt-Sp\u00e9\u00e7\u00eff\u00ef\u00e7 D\u00efs\u00e7\u00fcss\u00ef\u00f6n T\u00f6p\u00ef\u00e7s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "Copy": "\u00c7\u00f6p\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Copy Email To Editor": "\u00c7\u00f6p\u00fd \u00c9m\u00e4\u00efl T\u00f6 \u00c9d\u00eft\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Copy row": "\u00c7\u00f6p\u00fd r\u00f6w \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Correct failed component": "\u00c7\u00f6rr\u00e9\u00e7t f\u00e4\u00efl\u00e9d \u00e7\u00f6mp\u00f6n\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "Cost": "\u00c7\u00f6st \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Could not find Certificate Exception in white list. Please refresh the page and try again": "\u00c7\u00f6\u00fcld n\u00f6t f\u00efnd \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u00c9x\u00e7\u00e9pt\u00ef\u00f6n \u00efn wh\u00eft\u00e9 l\u00efst. Pl\u00e9\u00e4s\u00e9 r\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Could not find Certificate Invalidation in the list. Please refresh the page and try again": "\u00c7\u00f6\u00fcld n\u00f6t f\u00efnd \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u00ccnv\u00e4l\u00efd\u00e4t\u00ef\u00f6n \u00efn th\u00e9 l\u00efst. Pl\u00e9\u00e4s\u00e9 r\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Could not find a user with username or email address '<%- identifier %>'.": "\u00c7\u00f6\u00fcld n\u00f6t f\u00efnd \u00e4 \u00fcs\u00e9r w\u00efth \u00fcs\u00e9rn\u00e4m\u00e9 \u00f6r \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss '<%- identifier %>'. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Could not find the specified string.": "\u00c7\u00f6\u00fcld n\u00f6t f\u00efnd th\u00e9 sp\u00e9\u00e7\u00eff\u00ef\u00e9d str\u00efng. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "Could not find users associated with the following identifiers:": "\u00c7\u00f6\u00fcld n\u00f6t f\u00efnd \u00fcs\u00e9rs \u00e4ss\u00f6\u00e7\u00ef\u00e4t\u00e9d w\u00efth th\u00e9 f\u00f6ll\u00f6w\u00efng \u00efd\u00e9nt\u00eff\u00ef\u00e9rs: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Could not grade your answer. The submission was aborted.": "\u00c7\u00f6\u00fcld n\u00f6t gr\u00e4d\u00e9 \u00fd\u00f6\u00fcr \u00e4nsw\u00e9r. Th\u00e9 s\u00fc\u00dfm\u00efss\u00ef\u00f6n w\u00e4s \u00e4\u00df\u00f6rt\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Could not override problem score for {user}.": "\u00c7\u00f6\u00fcld n\u00f6t \u00f6v\u00e9rr\u00efd\u00e9 pr\u00f6\u00dfl\u00e9m s\u00e7\u00f6r\u00e9 f\u00f6r {user}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Could not retrieve download url.": "\u00c7\u00f6\u00fcld n\u00f6t r\u00e9tr\u00ef\u00e9v\u00e9 d\u00f6wnl\u00f6\u00e4d \u00fcrl. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "Could not retrieve payment information": "\u00c7\u00f6\u00fcld n\u00f6t r\u00e9tr\u00ef\u00e9v\u00e9 p\u00e4\u00fdm\u00e9nt \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "Could not retrieve upload url.": "\u00c7\u00f6\u00fcld n\u00f6t r\u00e9tr\u00ef\u00e9v\u00e9 \u00fcpl\u00f6\u00e4d \u00fcrl. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "Could not submit order": "\u00c7\u00f6\u00fcld n\u00f6t s\u00fc\u00dfm\u00eft \u00f6rd\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Could not submit photos": "\u00c7\u00f6\u00fcld n\u00f6t s\u00fc\u00dfm\u00eft ph\u00f6t\u00f6s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Could not upload the video image file": "\u00c7\u00f6\u00fcld n\u00f6t \u00fcpl\u00f6\u00e4d th\u00e9 v\u00efd\u00e9\u00f6 \u00efm\u00e4g\u00e9 f\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "Couldn't Save This Assignment": "\u00c7\u00f6\u00fcldn't S\u00e4v\u00e9 Th\u00efs \u00c0ss\u00efgnm\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Country": "\u00c7\u00f6\u00fcntr\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Country of residence": "\u00c7\u00f6\u00fcntr\u00fd \u00f6f r\u00e9s\u00efd\u00e9n\u00e7\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Country or Region of Residence": "\u00c7\u00f6\u00fcntr\u00fd \u00f6r R\u00e9g\u00ef\u00f6n \u00f6f R\u00e9s\u00efd\u00e9n\u00e7\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + ], + "Content Group ID": "\u00c7\u00f6nt\u00e9nt Gr\u00f6\u00fcp \u00ccD \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Content Group Name": "\u00c7\u00f6nt\u00e9nt Gr\u00f6\u00fcp N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Content-Specific Discussion Topics": "\u00c7\u00f6nt\u00e9nt-Sp\u00e9\u00e7\u00eff\u00ef\u00e7 D\u00efs\u00e7\u00fcss\u00ef\u00f6n T\u00f6p\u00ef\u00e7s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "Copy": "\u00c7\u00f6p\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Copy Component Location": "\u00c7\u00f6p\u00fd \u00c7\u00f6mp\u00f6n\u00e9nt L\u00f6\u00e7\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Copy Email To Editor": "\u00c7\u00f6p\u00fd \u00c9m\u00e4\u00efl T\u00f6 \u00c9d\u00eft\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Copy row": "\u00c7\u00f6p\u00fd r\u00f6w \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Correct failed component": "\u00c7\u00f6rr\u00e9\u00e7t f\u00e4\u00efl\u00e9d \u00e7\u00f6mp\u00f6n\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "Cost": "\u00c7\u00f6st \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Could not find Certificate Exception in white list. Please refresh the page and try again": "\u00c7\u00f6\u00fcld n\u00f6t f\u00efnd \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u00c9x\u00e7\u00e9pt\u00ef\u00f6n \u00efn wh\u00eft\u00e9 l\u00efst. Pl\u00e9\u00e4s\u00e9 r\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Could not find Certificate Invalidation in the list. Please refresh the page and try again": "\u00c7\u00f6\u00fcld n\u00f6t f\u00efnd \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u00ccnv\u00e4l\u00efd\u00e4t\u00ef\u00f6n \u00efn th\u00e9 l\u00efst. Pl\u00e9\u00e4s\u00e9 r\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Could not find a user with username or email address '<%- identifier %>'.": "\u00c7\u00f6\u00fcld n\u00f6t f\u00efnd \u00e4 \u00fcs\u00e9r w\u00efth \u00fcs\u00e9rn\u00e4m\u00e9 \u00f6r \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss '<%- identifier %>'. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Could not find the specified string.": "\u00c7\u00f6\u00fcld n\u00f6t f\u00efnd th\u00e9 sp\u00e9\u00e7\u00eff\u00ef\u00e9d str\u00efng. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "Could not find users associated with the following identifiers:": "\u00c7\u00f6\u00fcld n\u00f6t f\u00efnd \u00fcs\u00e9rs \u00e4ss\u00f6\u00e7\u00ef\u00e4t\u00e9d w\u00efth th\u00e9 f\u00f6ll\u00f6w\u00efng \u00efd\u00e9nt\u00eff\u00ef\u00e9rs: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Could not grade your answer. The submission was aborted.": "\u00c7\u00f6\u00fcld n\u00f6t gr\u00e4d\u00e9 \u00fd\u00f6\u00fcr \u00e4nsw\u00e9r. Th\u00e9 s\u00fc\u00dfm\u00efss\u00ef\u00f6n w\u00e4s \u00e4\u00df\u00f6rt\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Could not load teams information.": "\u00c7\u00f6\u00fcld n\u00f6t l\u00f6\u00e4d t\u00e9\u00e4ms \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "Could not override problem score for {user}.": "\u00c7\u00f6\u00fcld n\u00f6t \u00f6v\u00e9rr\u00efd\u00e9 pr\u00f6\u00dfl\u00e9m s\u00e7\u00f6r\u00e9 f\u00f6r {user}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Could not retrieve download url.": "\u00c7\u00f6\u00fcld n\u00f6t r\u00e9tr\u00ef\u00e9v\u00e9 d\u00f6wnl\u00f6\u00e4d \u00fcrl. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "Could not retrieve payment information": "\u00c7\u00f6\u00fcld n\u00f6t r\u00e9tr\u00ef\u00e9v\u00e9 p\u00e4\u00fdm\u00e9nt \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "Could not retrieve upload url.": "\u00c7\u00f6\u00fcld n\u00f6t r\u00e9tr\u00ef\u00e9v\u00e9 \u00fcpl\u00f6\u00e4d \u00fcrl. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "Could not submit order": "\u00c7\u00f6\u00fcld n\u00f6t s\u00fc\u00dfm\u00eft \u00f6rd\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Could not submit photos": "\u00c7\u00f6\u00fcld n\u00f6t s\u00fc\u00dfm\u00eft ph\u00f6t\u00f6s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Could not upload the video image file": "\u00c7\u00f6\u00fcld n\u00f6t \u00fcpl\u00f6\u00e4d th\u00e9 v\u00efd\u00e9\u00f6 \u00efm\u00e4g\u00e9 f\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "Couldn't Save This Assignment": "\u00c7\u00f6\u00fcldn't S\u00e4v\u00e9 Th\u00efs \u00c0ss\u00efgnm\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Country": "\u00c7\u00f6\u00fcntr\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Country of residence": "\u00c7\u00f6\u00fcntr\u00fd \u00f6f r\u00e9s\u00efd\u00e9n\u00e7\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Country or Region of Residence": "\u00c7\u00f6\u00fcntr\u00fd \u00f6r R\u00e9g\u00ef\u00f6n \u00f6f R\u00e9s\u00efd\u00e9n\u00e7\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", "Course": [ - "\u00c7\u00f6\u00fcrs\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "\u00c7\u00f6\u00fcrs\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", "\u00c7\u00f6\u00fcrs\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #" - ], - "Course Content": "\u00c7\u00f6\u00fcrs\u00e9 \u00c7\u00f6nt\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "Course Credit Requirements": "\u00c7\u00f6\u00fcrs\u00e9 \u00c7r\u00e9d\u00eft R\u00e9q\u00fc\u00efr\u00e9m\u00e9nts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Course End": "\u00c7\u00f6\u00fcrs\u00e9 \u00c9nd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Course Handouts": "\u00c7\u00f6\u00fcrs\u00e9 H\u00e4nd\u00f6\u00fcts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Course ID": "\u00c7\u00f6\u00fcrs\u00e9 \u00ccD \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Course Index": "\u00c7\u00f6\u00fcrs\u00e9 \u00ccnd\u00e9x \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Course Key": "\u00c7\u00f6\u00fcrs\u00e9 K\u00e9\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Course Name": "\u00c7\u00f6\u00fcrs\u00e9 N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Course Number": "\u00c7\u00f6\u00fcrs\u00e9 N\u00fcm\u00df\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Course Number Override": "\u00c7\u00f6\u00fcrs\u00e9 N\u00fcm\u00df\u00e9r \u00d6v\u00e9rr\u00efd\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Course Number:": "\u00c7\u00f6\u00fcrs\u00e9 N\u00fcm\u00df\u00e9r: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "Course Outline": "\u00c7\u00f6\u00fcrs\u00e9 \u00d6\u00fctl\u00efn\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "Course Run:": "\u00c7\u00f6\u00fcrs\u00e9 R\u00fcn: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Course Start": "\u00c7\u00f6\u00fcrs\u00e9 St\u00e4rt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Course Title": "\u00c7\u00f6\u00fcrs\u00e9 T\u00eftl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Course Title Override": "\u00c7\u00f6\u00fcrs\u00e9 T\u00eftl\u00e9 \u00d6v\u00e9rr\u00efd\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Course Video Settings": "\u00c7\u00f6\u00fcrs\u00e9 V\u00efd\u00e9\u00f6 S\u00e9tt\u00efngs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Course is not yet visible to students.": "\u00c7\u00f6\u00fcrs\u00e9 \u00efs n\u00f6t \u00fd\u00e9t v\u00efs\u00ef\u00dfl\u00e9 t\u00f6 st\u00fcd\u00e9nts. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "Course pacing cannot be changed once a course has started.": "\u00c7\u00f6\u00fcrs\u00e9 p\u00e4\u00e7\u00efng \u00e7\u00e4nn\u00f6t \u00df\u00e9 \u00e7h\u00e4ng\u00e9d \u00f6n\u00e7\u00e9 \u00e4 \u00e7\u00f6\u00fcrs\u00e9 h\u00e4s st\u00e4rt\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Course title": "\u00c7\u00f6\u00fcrs\u00e9 t\u00eftl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Course-Wide Discussion Topics": "\u00c7\u00f6\u00fcrs\u00e9-W\u00efd\u00e9 D\u00efs\u00e7\u00fcss\u00ef\u00f6n T\u00f6p\u00ef\u00e7s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Create": "\u00c7r\u00e9\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Create Account": "\u00c7r\u00e9\u00e4t\u00e9 \u00c0\u00e7\u00e7\u00f6\u00fcnt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "Create Re-run": "\u00c7r\u00e9\u00e4t\u00e9 R\u00e9-r\u00fcn \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Create a %(link_start)sMozilla Backpack%(link_end)s account, or log in to your existing account": "\u00c7r\u00e9\u00e4t\u00e9 \u00e4 %(link_start)sM\u00f6z\u00efll\u00e4 B\u00e4\u00e7kp\u00e4\u00e7k%(link_end)s \u00e4\u00e7\u00e7\u00f6\u00fcnt, \u00f6r l\u00f6g \u00efn t\u00f6 \u00fd\u00f6\u00fcr \u00e9x\u00efst\u00efng \u00e4\u00e7\u00e7\u00f6\u00fcnt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "Create a New Team": "\u00c7r\u00e9\u00e4t\u00e9 \u00e4 N\u00e9w T\u00e9\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Create a content group": "\u00c7r\u00e9\u00e4t\u00e9 \u00e4 \u00e7\u00f6nt\u00e9nt gr\u00f6\u00fcp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "\u00c7r\u00e9\u00e4t\u00e9 \u00e4 n\u00e9w t\u00e9\u00e4m \u00eff \u00fd\u00f6\u00fc \u00e7\u00e4n't f\u00efnd \u00e4n \u00e9x\u00efst\u00efng t\u00e9\u00e4m t\u00f6 j\u00f6\u00efn, \u00f6r \u00eff \u00fd\u00f6\u00fc w\u00f6\u00fcld l\u00efk\u00e9 t\u00f6 l\u00e9\u00e4rn w\u00efth fr\u00ef\u00e9nds \u00fd\u00f6\u00fc kn\u00f6w. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Create account using %(providerName)s.": "\u00c7r\u00e9\u00e4t\u00e9 \u00e4\u00e7\u00e7\u00f6\u00fcnt \u00fcs\u00efng %(providerName)s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Create an Account": "\u00c7r\u00e9\u00e4t\u00e9 \u00e4n \u00c0\u00e7\u00e7\u00f6\u00fcnt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Create an Account.": "\u00c7r\u00e9\u00e4t\u00e9 \u00e4n \u00c0\u00e7\u00e7\u00f6\u00fcnt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Create an account using": "\u00c7r\u00e9\u00e4t\u00e9 \u00e4n \u00e4\u00e7\u00e7\u00f6\u00fcnt \u00fcs\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Create an {platform} account": "\u00c7r\u00e9\u00e4t\u00e9 \u00e4n {platform} \u00e4\u00e7\u00e7\u00f6\u00fcnt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Create team.": "\u00c7r\u00e9\u00e4t\u00e9 t\u00e9\u00e4m. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Created": "\u00c7r\u00e9\u00e4t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Creating missing groups": "\u00c7r\u00e9\u00e4t\u00efng m\u00efss\u00efng gr\u00f6\u00fcps \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Creative Commons": "\u00c7r\u00e9\u00e4t\u00efv\u00e9 \u00c7\u00f6mm\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Creative Commons licensed content, with terms as follow:": "\u00c7r\u00e9\u00e4t\u00efv\u00e9 \u00c7\u00f6mm\u00f6ns l\u00ef\u00e7\u00e9ns\u00e9d \u00e7\u00f6nt\u00e9nt, w\u00efth t\u00e9rms \u00e4s f\u00f6ll\u00f6w: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Criterion Added": "\u00c7r\u00eft\u00e9r\u00ef\u00f6n \u00c0dd\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Criterion Deleted": "\u00c7r\u00eft\u00e9r\u00ef\u00f6n D\u00e9l\u00e9t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Crossed out items have been refunded.": "\u00c7r\u00f6ss\u00e9d \u00f6\u00fct \u00eft\u00e9ms h\u00e4v\u00e9 \u00df\u00e9\u00e9n r\u00e9f\u00fcnd\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "Current Role:": "\u00c7\u00fcrr\u00e9nt R\u00f6l\u00e9: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Current conversation": "\u00c7\u00fcrr\u00e9nt \u00e7\u00f6nv\u00e9rs\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Current enrollment mode:": "\u00c7\u00fcrr\u00e9nt \u00e9nr\u00f6llm\u00e9nt m\u00f6d\u00e9: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "Current location": "\u00c7\u00fcrr\u00e9nt l\u00f6\u00e7\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Current tab": "\u00c7\u00fcrr\u00e9nt t\u00e4\u00df \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Currently selected": "\u00c7\u00fcrr\u00e9ntl\u00fd s\u00e9l\u00e9\u00e7t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Custom color": "\u00c7\u00fcst\u00f6m \u00e7\u00f6l\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Custom...": "\u00c7\u00fcst\u00f6m... \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Cut": "\u00c7\u00fct \u2c60'\u03c3\u044f\u0454\u043c#", - "Cut row": "\u00c7\u00fct r\u00f6w \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Date": "D\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Date Added": "D\u00e4t\u00e9 \u00c0dd\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Date Joined": "D\u00e4t\u00e9 J\u00f6\u00efn\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Date Placed": "D\u00e4t\u00e9 Pl\u00e4\u00e7\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Date added": "D\u00e4t\u00e9 \u00e4dd\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Deactivate": "D\u00e9\u00e4\u00e7t\u00efv\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Deadlines": "D\u00e9\u00e4dl\u00efn\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "December": "decembro", - "Declined": "D\u00e9\u00e7l\u00efn\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Decrease indent": "D\u00e9\u00e7r\u00e9\u00e4s\u00e9 \u00efnd\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Default": "D\u00e9f\u00e4\u00fclt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Default (Local Time Zone)": "D\u00e9f\u00e4\u00fclt (L\u00f6\u00e7\u00e4l T\u00efm\u00e9 Z\u00f6n\u00e9) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Default Timed Transcript": "D\u00e9f\u00e4\u00fclt T\u00efm\u00e9d Tr\u00e4ns\u00e7r\u00efpt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "Delete": "D\u00e9l\u00e9t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Delete \"<%= signatoryName %>\" from the list of signatories?": "D\u00e9l\u00e9t\u00e9 \"<%= signatoryName %>\" fr\u00f6m th\u00e9 l\u00efst \u00f6f s\u00efgn\u00e4t\u00f6r\u00ef\u00e9s? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Delete File Confirmation": "D\u00e9l\u00e9t\u00e9 F\u00efl\u00e9 \u00c7\u00f6nf\u00efrm\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "Delete My Account": "D\u00e9l\u00e9t\u00e9 M\u00fd \u00c0\u00e7\u00e7\u00f6\u00fcnt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Delete Page Confirmation": "D\u00e9l\u00e9t\u00e9 P\u00e4g\u00e9 \u00c7\u00f6nf\u00efrm\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "Delete Team": "D\u00e9l\u00e9t\u00e9 T\u00e9\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Delete column": "D\u00e9l\u00e9t\u00e9 \u00e7\u00f6l\u00fcmn \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Delete row": "D\u00e9l\u00e9t\u00e9 r\u00f6w \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Delete student '<%- student_id %>'s state on problem '<%- problem_id %>'?": "D\u00e9l\u00e9t\u00e9 st\u00fcd\u00e9nt '<%- student_id %>'s st\u00e4t\u00e9 \u00f6n pr\u00f6\u00dfl\u00e9m '<%- problem_id %>'? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Delete table": "D\u00e9l\u00e9t\u00e9 t\u00e4\u00dfl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Delete the user, {username}": "D\u00e9l\u00e9t\u00e9 th\u00e9 \u00fcs\u00e9r, {username} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Delete this %(item_display_name)s?": "D\u00e9l\u00e9t\u00e9 th\u00efs %(item_display_name)s? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Delete this asset": "D\u00e9l\u00e9t\u00e9 th\u00efs \u00e4ss\u00e9t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Delete this team?": "D\u00e9l\u00e9t\u00e9 th\u00efs t\u00e9\u00e4m? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Delete this {xblock_type} (and prerequisite)?": "D\u00e9l\u00e9t\u00e9 th\u00efs {xblock_type} (\u00e4nd pr\u00e9r\u00e9q\u00fc\u00efs\u00eft\u00e9)? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "Delete this {xblock_type}?": "D\u00e9l\u00e9t\u00e9 th\u00efs {xblock_type}? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Delete \u201c<%- name %>\u201d?": "D\u00e9l\u00e9t\u00e9 \u201c<%- name %>\u201d? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Deleted Content Group": "D\u00e9l\u00e9t\u00e9d \u00c7\u00f6nt\u00e9nt Gr\u00f6\u00fcp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Deleted Group": "D\u00e9l\u00e9t\u00e9d Gr\u00f6\u00fcp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Deleting": "D\u00e9l\u00e9t\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Deleting a team is permanent and cannot be undone. All members are removed from the team, and team discussions can no longer be accessed.": "D\u00e9l\u00e9t\u00efng \u00e4 t\u00e9\u00e4m \u00efs p\u00e9rm\u00e4n\u00e9nt \u00e4nd \u00e7\u00e4nn\u00f6t \u00df\u00e9 \u00fcnd\u00f6n\u00e9. \u00c0ll m\u00e9m\u00df\u00e9rs \u00e4r\u00e9 r\u00e9m\u00f6v\u00e9d fr\u00f6m th\u00e9 t\u00e9\u00e4m, \u00e4nd t\u00e9\u00e4m d\u00efs\u00e7\u00fcss\u00ef\u00f6ns \u00e7\u00e4n n\u00f6 l\u00f6ng\u00e9r \u00df\u00e9 \u00e4\u00e7\u00e7\u00e9ss\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142\u03b1\u0432\u03c3#", - "Deleting a textbook cannot be undone and once deleted any reference to it in your courseware's navigation will also be removed.": "D\u00e9l\u00e9t\u00efng \u00e4 t\u00e9xt\u00df\u00f6\u00f6k \u00e7\u00e4nn\u00f6t \u00df\u00e9 \u00fcnd\u00f6n\u00e9 \u00e4nd \u00f6n\u00e7\u00e9 d\u00e9l\u00e9t\u00e9d \u00e4n\u00fd r\u00e9f\u00e9r\u00e9n\u00e7\u00e9 t\u00f6 \u00eft \u00efn \u00fd\u00f6\u00fcr \u00e7\u00f6\u00fcrs\u00e9w\u00e4r\u00e9's n\u00e4v\u00efg\u00e4t\u00ef\u00f6n w\u00efll \u00e4ls\u00f6 \u00df\u00e9 r\u00e9m\u00f6v\u00e9d. \u2c60'\u03c3\u044f\u0454#", - "Deleting this %(item_display_name)s is permanent and cannot be undone.": "D\u00e9l\u00e9t\u00efng th\u00efs %(item_display_name)s \u00efs p\u00e9rm\u00e4n\u00e9nt \u00e4nd \u00e7\u00e4nn\u00f6t \u00df\u00e9 \u00fcnd\u00f6n\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Deleting this {xblock_type} is permanent and cannot be undone.": "D\u00e9l\u00e9t\u00efng th\u00efs {xblock_type} \u00efs p\u00e9rm\u00e4n\u00e9nt \u00e4nd \u00e7\u00e4nn\u00f6t \u00df\u00e9 \u00fcnd\u00f6n\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Deprecated": "D\u00e9pr\u00e9\u00e7\u00e4t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Describe ": "D\u00e9s\u00e7r\u00ef\u00df\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Description": "D\u00e9s\u00e7r\u00efpt\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Description of the certificate": "D\u00e9s\u00e7r\u00efpt\u00ef\u00f6n \u00f6f th\u00e9 \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "Details": "D\u00e9t\u00e4\u00efls \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Dimensions": "D\u00efm\u00e9ns\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Disc": "D\u00efs\u00e7 \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Discard Changes": "D\u00efs\u00e7\u00e4rd \u00c7h\u00e4ng\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Discarding Changes": "D\u00efs\u00e7\u00e4rd\u00efng \u00c7h\u00e4ng\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Discussion Home": "D\u00efs\u00e7\u00fcss\u00ef\u00f6n H\u00f6m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Discussion topics in the course are not divided.": "D\u00efs\u00e7\u00fcss\u00ef\u00f6n t\u00f6p\u00ef\u00e7s \u00efn th\u00e9 \u00e7\u00f6\u00fcrs\u00e9 \u00e4r\u00e9 n\u00f6t d\u00efv\u00efd\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Discussions are unified; all learners interact with posts from other learners, regardless of the group they are in.": "D\u00efs\u00e7\u00fcss\u00ef\u00f6ns \u00e4r\u00e9 \u00fcn\u00eff\u00ef\u00e9d; \u00e4ll l\u00e9\u00e4rn\u00e9rs \u00efnt\u00e9r\u00e4\u00e7t w\u00efth p\u00f6sts fr\u00f6m \u00f6th\u00e9r l\u00e9\u00e4rn\u00e9rs, r\u00e9g\u00e4rdl\u00e9ss \u00f6f th\u00e9 gr\u00f6\u00fcp th\u00e9\u00fd \u00e4r\u00e9 \u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Display Name": "D\u00efspl\u00e4\u00fd N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Div": "D\u00efv \u2c60'\u03c3\u044f\u0454\u043c#", - "Divide the selected content-specific discussion topics": "D\u00efv\u00efd\u00e9 th\u00e9 s\u00e9l\u00e9\u00e7t\u00e9d \u00e7\u00f6nt\u00e9nt-sp\u00e9\u00e7\u00eff\u00ef\u00e7 d\u00efs\u00e7\u00fcss\u00ef\u00f6n t\u00f6p\u00ef\u00e7s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Divided": "D\u00efv\u00efd\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Do not show again": "D\u00f6 n\u00f6t sh\u00f6w \u00e4g\u00e4\u00efn \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "D\u00f6 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00e4ll\u00f6w th\u00efs st\u00fcd\u00e9nt ('{student_id}') t\u00f6 sk\u00efp th\u00e9 \u00e9ntr\u00e4n\u00e7\u00e9 \u00e9x\u00e4m? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Do you want to replace the edX transcript with the YouTube transcript?": "D\u00f6 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 r\u00e9pl\u00e4\u00e7\u00e9 th\u00e9 \u00e9dX tr\u00e4ns\u00e7r\u00efpt w\u00efth th\u00e9 \u00dd\u00f6\u00fcT\u00fc\u00df\u00e9 tr\u00e4ns\u00e7r\u00efpt? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Do you want to upload your file before submitting?": "D\u00f6 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00fcpl\u00f6\u00e4d \u00fd\u00f6\u00fcr f\u00efl\u00e9 \u00df\u00e9f\u00f6r\u00e9 s\u00fc\u00dfm\u00eftt\u00efng? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Document properties": "D\u00f6\u00e7\u00fcm\u00e9nt pr\u00f6p\u00e9rt\u00ef\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Does the name on your ID match your account name: %(fullName)s?": "D\u00f6\u00e9s th\u00e9 n\u00e4m\u00e9 \u00f6n \u00fd\u00f6\u00fcr \u00ccD m\u00e4t\u00e7h \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt n\u00e4m\u00e9: %(fullName)s? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Does the photo of you match your ID photo?": "D\u00f6\u00e9s th\u00e9 ph\u00f6t\u00f6 \u00f6f \u00fd\u00f6\u00fc m\u00e4t\u00e7h \u00fd\u00f6\u00fcr \u00ccD ph\u00f6t\u00f6? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Does the photo of you show your whole face?": "D\u00f6\u00e9s th\u00e9 ph\u00f6t\u00f6 \u00f6f \u00fd\u00f6\u00fc sh\u00f6w \u00fd\u00f6\u00fcr wh\u00f6l\u00e9 f\u00e4\u00e7\u00e9? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "D\u00f6n't s\u00e9\u00e9 \u00fd\u00f6\u00fcr p\u00ef\u00e7t\u00fcr\u00e9? M\u00e4k\u00e9 s\u00fcr\u00e9 t\u00f6 \u00e4ll\u00f6w \u00fd\u00f6\u00fcr \u00dfr\u00f6ws\u00e9r t\u00f6 \u00fcs\u00e9 \u00fd\u00f6\u00fcr \u00e7\u00e4m\u00e9r\u00e4 wh\u00e9n \u00eft \u00e4sks f\u00f6r p\u00e9rm\u00efss\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Donate": "D\u00f6n\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Double-check that your webcam is connected and working to continue.": "D\u00f6\u00fc\u00dfl\u00e9-\u00e7h\u00e9\u00e7k th\u00e4t \u00fd\u00f6\u00fcr w\u00e9\u00df\u00e7\u00e4m \u00efs \u00e7\u00f6nn\u00e9\u00e7t\u00e9d \u00e4nd w\u00f6rk\u00efng t\u00f6 \u00e7\u00f6nt\u00efn\u00fc\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Download": "D\u00f6wnl\u00f6\u00e4d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Download Software Clicked": "D\u00f6wnl\u00f6\u00e4d S\u00f6ftw\u00e4r\u00e9 \u00c7l\u00ef\u00e7k\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Download Transcript for Editing": "D\u00f6wnl\u00f6\u00e4d Tr\u00e4ns\u00e7r\u00efpt f\u00f6r \u00c9d\u00eft\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "Download URL": "D\u00f6wnl\u00f6\u00e4d \u00dbRL \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Download available encodings (.csv)": "D\u00f6wnl\u00f6\u00e4d \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 \u00e9n\u00e7\u00f6d\u00efngs (.\u00e7sv) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "Download the user's certificate": "D\u00f6wnl\u00f6\u00e4d th\u00e9 \u00fcs\u00e9r's \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "Draft (Never published)": "Dr\u00e4ft (N\u00e9v\u00e9r p\u00fc\u00dfl\u00efsh\u00e9d) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Draft (Unpublished changes)": "Dr\u00e4ft (\u00dbnp\u00fc\u00dfl\u00efsh\u00e9d \u00e7h\u00e4ng\u00e9s) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", - "Draft saved on {lastSavedStart}{editedOn}{lastSavedEnd} by {editedByStart}{editedBy}{editedByEnd}": "Dr\u00e4ft s\u00e4v\u00e9d \u00f6n {lastSavedStart}{editedOn}{lastSavedEnd} \u00df\u00fd {editedByStart}{editedBy}{editedByEnd} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "Drag and drop or {spanStart}browse your computer{spanEnd}.": "Dr\u00e4g \u00e4nd dr\u00f6p \u00f6r {spanStart}\u00dfr\u00f6ws\u00e9 \u00fd\u00f6\u00fcr \u00e7\u00f6mp\u00fct\u00e9r{spanEnd}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Drag to reorder": "Dr\u00e4g t\u00f6 r\u00e9\u00f6rd\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Drop target image": "Dr\u00f6p t\u00e4rg\u00e9t \u00efm\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Due Date": "D\u00fc\u00e9 D\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Due Date:": "D\u00fc\u00e9 D\u00e4t\u00e9: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Due Time in UTC:": "D\u00fc\u00e9 T\u00efm\u00e9 \u00efn \u00dbT\u00c7: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Due date cannot be before start date.": "D\u00fc\u00e9 d\u00e4t\u00e9 \u00e7\u00e4nn\u00f6t \u00df\u00e9 \u00df\u00e9f\u00f6r\u00e9 st\u00e4rt d\u00e4t\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "Due:": "D\u00fc\u00e9: \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Duplicate": "D\u00fcpl\u00ef\u00e7\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Duplicating": "D\u00fcpl\u00ef\u00e7\u00e4t\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Duration (sec)": "D\u00fcr\u00e4t\u00ef\u00f6n (s\u00e9\u00e7) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "Earned %(created)s.": "\u00c9\u00e4rn\u00e9d %(created)s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Earned Certificates": "\u00c9\u00e4rn\u00e9d \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.": "\u00c9dX d\u00f6\u00e9sn't h\u00e4v\u00e9 \u00e4 t\u00efm\u00e9d tr\u00e4ns\u00e7r\u00efpt f\u00f6r th\u00efs v\u00efd\u00e9\u00f6 \u00efn St\u00fcd\u00ef\u00f6, \u00df\u00fct w\u00e9 f\u00f6\u00fcnd \u00e4 tr\u00e4ns\u00e7r\u00efpt \u00f6n \u00dd\u00f6\u00fcT\u00fc\u00df\u00e9. \u00dd\u00f6\u00fc \u00e7\u00e4n \u00efmp\u00f6rt th\u00e9 \u00dd\u00f6\u00fcT\u00fc\u00df\u00e9 tr\u00e4ns\u00e7r\u00efpt \u00f6r \u00fcpl\u00f6\u00e4d \u00fd\u00f6\u00fcr \u00f6wn .srt tr\u00e4ns\u00e7r\u00efpt f\u00efl\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 #", - "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "\u00c9dX d\u00f6\u00e9sn\\'t h\u00e4v\u00e9 \u00e4 t\u00efm\u00e9d tr\u00e4ns\u00e7r\u00efpt f\u00f6r th\u00efs v\u00efd\u00e9\u00f6. Pl\u00e9\u00e4s\u00e9 \u00fcpl\u00f6\u00e4d \u00e4n .srt f\u00efl\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "\u00c9dX h\u00e4s \u00e4 t\u00efm\u00e9d tr\u00e4ns\u00e7r\u00efpt f\u00f6r th\u00efs v\u00efd\u00e9\u00f6. \u00ccf \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00e9d\u00eft th\u00efs tr\u00e4ns\u00e7r\u00efpt, \u00fd\u00f6\u00fc \u00e7\u00e4n d\u00f6wnl\u00f6\u00e4d, \u00e9d\u00eft, \u00e4nd r\u00e9-\u00fcpl\u00f6\u00e4d th\u00e9 \u00e9x\u00efst\u00efng tr\u00e4ns\u00e7r\u00efpt. \u00ccf \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 r\u00e9pl\u00e4\u00e7\u00e9 th\u00efs tr\u00e4ns\u00e7r\u00efpt, \u00fcpl\u00f6\u00e4d \u00e4 n\u00e9w .srt tr\u00e4ns\u00e7r\u00efpt f\u00efl\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442#", - "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "\u00c9dX h\u00e4s \u00e4 t\u00efm\u00e9d tr\u00e4ns\u00e7r\u00efpt f\u00f6r th\u00efs v\u00efd\u00e9\u00f6. \u00ccf \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 r\u00e9pl\u00e4\u00e7\u00e9 th\u00efs tr\u00e4ns\u00e7r\u00efpt, \u00fcpl\u00f6\u00e4d \u00e4 n\u00e9w .srt tr\u00e4ns\u00e7r\u00efpt f\u00efl\u00e9. \u00ccf \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00e9d\u00eft th\u00efs tr\u00e4ns\u00e7r\u00efpt, \u00fd\u00f6\u00fc \u00e7\u00e4n d\u00f6wnl\u00f6\u00e4d, \u00e9d\u00eft, \u00e4nd r\u00e9-\u00fcpl\u00f6\u00e4d th\u00e9 \u00e9x\u00efst\u00efng tr\u00e4ns\u00e7r\u00efpt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442#", - "Edit": "\u00c9d\u00eft \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Edit %(display_name)s (required)": "\u00c9d\u00eft %(display_name)s (r\u00e9q\u00fc\u00efr\u00e9d) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Edit HTML": "\u00c9d\u00eft HTML \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Edit Membership": "\u00c9d\u00eft M\u00e9m\u00df\u00e9rsh\u00efp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Edit Team": "\u00c9d\u00eft T\u00e9\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Edit Thumbnail": "\u00c9d\u00eft Th\u00fcm\u00dfn\u00e4\u00efl \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "Edit Your Name": "\u00c9d\u00eft \u00dd\u00f6\u00fcr N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "Edit this certificate?": "\u00c9d\u00eft th\u00efs \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Editable": "\u00c9d\u00eft\u00e4\u00dfl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Editing access for: %(title)s": "\u00c9d\u00eft\u00efng \u00e4\u00e7\u00e7\u00e9ss f\u00f6r: %(title)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Editing: {title}": "\u00c9d\u00eft\u00efng: {title} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Editor": "\u00c9d\u00eft\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Education Completed": "\u00c9d\u00fc\u00e7\u00e4t\u00ef\u00f6n \u00c7\u00f6mpl\u00e9t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Eligible": "\u00c9l\u00efg\u00ef\u00dfl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Email": "\u00c9m\u00e4\u00efl \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Email Address (Sign In)": "\u00c9m\u00e4\u00efl \u00c0ddr\u00e9ss (S\u00efgn \u00ccn) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Email address": "\u00c9m\u00e4\u00efl \u00e4ddr\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Emails successfully sent. The following users are no longer enrolled in the course:": "\u00c9m\u00e4\u00efls s\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd s\u00e9nt. Th\u00e9 f\u00f6ll\u00f6w\u00efng \u00fcs\u00e9rs \u00e4r\u00e9 n\u00f6 l\u00f6ng\u00e9r \u00e9nr\u00f6ll\u00e9d \u00efn th\u00e9 \u00e7\u00f6\u00fcrs\u00e9: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "Embed": "\u00c9m\u00df\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Emoticons": "\u00c9m\u00f6t\u00ef\u00e7\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Enable": "\u00c9n\u00e4\u00dfl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Enable Cohorts": "\u00c9n\u00e4\u00dfl\u00e9 \u00c7\u00f6h\u00f6rts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "Enable Now": "\u00c9n\u00e4\u00dfl\u00e9 N\u00f6w \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Enable Weekly Highlight Emails": "\u00c9n\u00e4\u00dfl\u00e9 W\u00e9\u00e9kl\u00fd H\u00efghl\u00efght \u00c9m\u00e4\u00efls \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "Enabled": "\u00c9n\u00e4\u00dfl\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Encoding": "\u00c9n\u00e7\u00f6d\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "End My Exam": "\u00c9nd M\u00fd \u00c9x\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "End of transcript. Skip to the start.": "\u00c9nd \u00f6f tr\u00e4ns\u00e7r\u00efpt. Sk\u00efp t\u00f6 th\u00e9 st\u00e4rt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "Ends {end}": "\u00c9nds {end} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Engage with posts": "\u00c9ng\u00e4g\u00e9 w\u00efth p\u00f6sts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Enroll Now": "\u00c9nr\u00f6ll N\u00f6w \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Enrolled": "\u00c9nr\u00f6ll\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Enrolling you in the selected course": "\u00c9nr\u00f6ll\u00efng \u00fd\u00f6\u00fc \u00efn th\u00e9 s\u00e9l\u00e9\u00e7t\u00e9d \u00e7\u00f6\u00fcrs\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "Enrollment Date": "\u00c9nr\u00f6llm\u00e9nt D\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Enrollment Mode": "\u00c9nr\u00f6llm\u00e9nt M\u00f6d\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Enrollment Opens on": "\u00c9nr\u00f6llm\u00e9nt \u00d6p\u00e9ns \u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Enrollment Tracks": "\u00c9nr\u00f6llm\u00e9nt Tr\u00e4\u00e7ks \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Ensure that you can see your photo and read your name": "\u00c9ns\u00fcr\u00e9 th\u00e4t \u00fd\u00f6\u00fc \u00e7\u00e4n s\u00e9\u00e9 \u00fd\u00f6\u00fcr ph\u00f6t\u00f6 \u00e4nd r\u00e9\u00e4d \u00fd\u00f6\u00fcr n\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Enter 3-5 highlights to include in the email message that learners receive for this section (250 character limit).": "\u00c9nt\u00e9r 3-5 h\u00efghl\u00efghts t\u00f6 \u00efn\u00e7l\u00fcd\u00e9 \u00efn th\u00e9 \u00e9m\u00e4\u00efl m\u00e9ss\u00e4g\u00e9 th\u00e4t l\u00e9\u00e4rn\u00e9rs r\u00e9\u00e7\u00e9\u00efv\u00e9 f\u00f6r th\u00efs s\u00e9\u00e7t\u00ef\u00f6n (250 \u00e7h\u00e4r\u00e4\u00e7t\u00e9r l\u00efm\u00eft). \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Enter Due Date and Time": "\u00c9nt\u00e9r D\u00fc\u00e9 D\u00e4t\u00e9 \u00e4nd T\u00efm\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Enter Start Date and Time": "\u00c9nt\u00e9r St\u00e4rt D\u00e4t\u00e9 \u00e4nd T\u00efm\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Enter a student's username or email address.": "\u00c9nt\u00e9r \u00e4 st\u00fcd\u00e9nt's \u00fcs\u00e9rn\u00e4m\u00e9 \u00f6r \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Enter a username or email.": "\u00c9nt\u00e9r \u00e4 \u00fcs\u00e9rn\u00e4m\u00e9 \u00f6r \u00e9m\u00e4\u00efl. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Enter and confirm your new password.": "\u00c9nt\u00e9r \u00e4nd \u00e7\u00f6nf\u00efrm \u00fd\u00f6\u00fcr n\u00e9w p\u00e4ssw\u00f6rd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "Enter email addresses and/or usernames, separated by new lines or commas, for the learners you want to add. *": "\u00c9nt\u00e9r \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss\u00e9s \u00e4nd/\u00f6r \u00fcs\u00e9rn\u00e4m\u00e9s, s\u00e9p\u00e4r\u00e4t\u00e9d \u00df\u00fd n\u00e9w l\u00efn\u00e9s \u00f6r \u00e7\u00f6mm\u00e4s, f\u00f6r th\u00e9 l\u00e9\u00e4rn\u00e9rs \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00e4dd. * \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Enter information to describe your team. You cannot change these details after you create the team.": "\u00c9nt\u00e9r \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n t\u00f6 d\u00e9s\u00e7r\u00ef\u00df\u00e9 \u00fd\u00f6\u00fcr t\u00e9\u00e4m. \u00dd\u00f6\u00fc \u00e7\u00e4nn\u00f6t \u00e7h\u00e4ng\u00e9 th\u00e9s\u00e9 d\u00e9t\u00e4\u00efls \u00e4ft\u00e9r \u00fd\u00f6\u00fc \u00e7r\u00e9\u00e4t\u00e9 th\u00e9 t\u00e9\u00e4m. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Enter some details for your support request.": "\u00c9nt\u00e9r s\u00f6m\u00e9 d\u00e9t\u00e4\u00efls f\u00f6r \u00fd\u00f6\u00fcr s\u00fcpp\u00f6rt r\u00e9q\u00fc\u00e9st. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Enter team description.": "\u00c9nt\u00e9r t\u00e9\u00e4m d\u00e9s\u00e7r\u00efpt\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Enter team name.": "\u00c9nt\u00e9r t\u00e9\u00e4m n\u00e4m\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Enter the account information for your organization.": "\u00c9nt\u00e9r th\u00e9 \u00e4\u00e7\u00e7\u00f6\u00fcnt \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n f\u00f6r \u00fd\u00f6\u00fcr \u00f6rg\u00e4n\u00efz\u00e4t\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Enter the enrollment code.": "\u00c9nt\u00e9r th\u00e9 \u00e9nr\u00f6llm\u00e9nt \u00e7\u00f6d\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Enter the name of the cohort": "\u00c9nt\u00e9r th\u00e9 n\u00e4m\u00e9 \u00f6f th\u00e9 \u00e7\u00f6h\u00f6rt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Enter the page number you'd like to quickly navigate to.": "\u00c9nt\u00e9r th\u00e9 p\u00e4g\u00e9 n\u00fcm\u00df\u00e9r \u00fd\u00f6\u00fc'd l\u00efk\u00e9 t\u00f6 q\u00fc\u00ef\u00e7kl\u00fd n\u00e4v\u00efg\u00e4t\u00e9 t\u00f6. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Enter the username or email address of each learner that you want to add as an exception.": "\u00c9nt\u00e9r th\u00e9 \u00fcs\u00e9rn\u00e4m\u00e9 \u00f6r \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss \u00f6f \u00e9\u00e4\u00e7h l\u00e9\u00e4rn\u00e9r th\u00e4t \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00e4dd \u00e4s \u00e4n \u00e9x\u00e7\u00e9pt\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Enter username or email": "\u00c9nt\u00e9r \u00fcs\u00e9rn\u00e4m\u00e9 \u00f6r \u00e9m\u00e4\u00efl \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Enter your ": "\u00c9nt\u00e9r \u00fd\u00f6\u00fcr \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Entrance exam attempts is being reset for student '{student_id}'.": "\u00c9ntr\u00e4n\u00e7\u00e9 \u00e9x\u00e4m \u00e4tt\u00e9mpts \u00efs \u00df\u00e9\u00efng r\u00e9s\u00e9t f\u00f6r st\u00fcd\u00e9nt '{student_id}'. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Entrance exam state is being deleted for student '{student_id}'.": "\u00c9ntr\u00e4n\u00e7\u00e9 \u00e9x\u00e4m st\u00e4t\u00e9 \u00efs \u00df\u00e9\u00efng d\u00e9l\u00e9t\u00e9d f\u00f6r st\u00fcd\u00e9nt '{student_id}'. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Error": "\u00c9rr\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Error adding learners.": "\u00c9rr\u00f6r \u00e4dd\u00efng l\u00e9\u00e4rn\u00e9rs. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Error adding user": "\u00c9rr\u00f6r \u00e4dd\u00efng \u00fcs\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Error adding/removing users as beta testers.": "\u00c9rr\u00f6r \u00e4dd\u00efng/r\u00e9m\u00f6v\u00efng \u00fcs\u00e9rs \u00e4s \u00df\u00e9t\u00e4 t\u00e9st\u00e9rs. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Error changing user's permissions.": "\u00c9rr\u00f6r \u00e7h\u00e4ng\u00efng \u00fcs\u00e9r's p\u00e9rm\u00efss\u00ef\u00f6ns. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "\u00c9rr\u00f6r d\u00e9l\u00e9t\u00efng \u00e9ntr\u00e4n\u00e7\u00e9 \u00e9x\u00e4m st\u00e4t\u00e9 f\u00f6r st\u00fcd\u00e9nt '{student_id}'. M\u00e4k\u00e9 s\u00fcr\u00e9 st\u00fcd\u00e9nt \u00efd\u00e9nt\u00eff\u00ef\u00e9r \u00efs \u00e7\u00f6rr\u00e9\u00e7t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Error deleting student '<%- student_id %>'s state on problem '<%- problem_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u00c9rr\u00f6r d\u00e9l\u00e9t\u00efng st\u00fcd\u00e9nt '<%- student_id %>'s st\u00e4t\u00e9 \u00f6n pr\u00f6\u00dfl\u00e9m '<%- problem_id %>'. M\u00e4k\u00e9 s\u00fcr\u00e9 th\u00e4t th\u00e9 pr\u00f6\u00dfl\u00e9m \u00e4nd st\u00fcd\u00e9nt \u00efd\u00e9nt\u00eff\u00ef\u00e9rs \u00e4r\u00e9 \u00e7\u00f6mpl\u00e9t\u00e9 \u00e4nd \u00e7\u00f6rr\u00e9\u00e7t. \u2c60'#", - "Error enrolling/unenrolling users.": "\u00c9rr\u00f6r \u00e9nr\u00f6ll\u00efng/\u00fcn\u00e9nr\u00f6ll\u00efng \u00fcs\u00e9rs. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "Error generating ORA data report. Please try again.": "\u00c9rr\u00f6r g\u00e9n\u00e9r\u00e4t\u00efng \u00d6R\u00c0 d\u00e4t\u00e4 r\u00e9p\u00f6rt. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Error generating grades. Please try again.": "\u00c9rr\u00f6r g\u00e9n\u00e9r\u00e4t\u00efng gr\u00e4d\u00e9s. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Error generating list of students who may enroll. Please try again.": "\u00c9rr\u00f6r g\u00e9n\u00e9r\u00e4t\u00efng l\u00efst \u00f6f st\u00fcd\u00e9nts wh\u00f6 m\u00e4\u00fd \u00e9nr\u00f6ll. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Error generating problem grade report. Please try again.": "\u00c9rr\u00f6r g\u00e9n\u00e9r\u00e4t\u00efng pr\u00f6\u00dfl\u00e9m gr\u00e4d\u00e9 r\u00e9p\u00f6rt. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Error generating proctored exam results. Please try again.": "\u00c9rr\u00f6r g\u00e9n\u00e9r\u00e4t\u00efng pr\u00f6\u00e7t\u00f6r\u00e9d \u00e9x\u00e4m r\u00e9s\u00fclts. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Error generating student profile information. Please try again.": "\u00c9rr\u00f6r g\u00e9n\u00e9r\u00e4t\u00efng st\u00fcd\u00e9nt pr\u00f6f\u00efl\u00e9 \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Error generating survey results. Please try again.": "\u00c9rr\u00f6r g\u00e9n\u00e9r\u00e4t\u00efng s\u00fcrv\u00e9\u00fd r\u00e9s\u00fclts. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Error getting enrollment status for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "\u00c9rr\u00f6r g\u00e9tt\u00efng \u00e9nr\u00f6llm\u00e9nt st\u00e4t\u00fcs f\u00f6r '<%- student_id %>'. M\u00e4k\u00e9 s\u00fcr\u00e9 th\u00e4t th\u00e9 st\u00fcd\u00e9nt \u00efd\u00e9nt\u00eff\u00ef\u00e9r \u00efs sp\u00e9ll\u00e9d \u00e7\u00f6rr\u00e9\u00e7tl\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "\u00c9rr\u00f6r g\u00e9tt\u00efng \u00e9ntr\u00e4n\u00e7\u00e9 \u00e9x\u00e4m t\u00e4sk h\u00efst\u00f6r\u00fd f\u00f6r st\u00fcd\u00e9nt '{student_id}'. M\u00e4k\u00e9 s\u00fcr\u00e9 st\u00fcd\u00e9nt \u00efd\u00e9nt\u00eff\u00ef\u00e9r \u00efs \u00e7\u00f6rr\u00e9\u00e7t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Error getting issued certificates list.": "\u00c9rr\u00f6r g\u00e9tt\u00efng \u00efss\u00fc\u00e9d \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s l\u00efst. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "Error getting student list.": "\u00c9rr\u00f6r g\u00e9tt\u00efng st\u00fcd\u00e9nt l\u00efst. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", - "Error getting student progress url for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "\u00c9rr\u00f6r g\u00e9tt\u00efng st\u00fcd\u00e9nt pr\u00f6gr\u00e9ss \u00fcrl f\u00f6r '<%- student_id %>'. M\u00e4k\u00e9 s\u00fcr\u00e9 th\u00e4t th\u00e9 st\u00fcd\u00e9nt \u00efd\u00e9nt\u00eff\u00ef\u00e9r \u00efs sp\u00e9ll\u00e9d \u00e7\u00f6rr\u00e9\u00e7tl\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 #", - "Error getting task history for problem '<%- problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u00c9rr\u00f6r g\u00e9tt\u00efng t\u00e4sk h\u00efst\u00f6r\u00fd f\u00f6r pr\u00f6\u00dfl\u00e9m '<%- problem_id %>' \u00e4nd st\u00fcd\u00e9nt '<%- student_id %>'. M\u00e4k\u00e9 s\u00fcr\u00e9 th\u00e4t th\u00e9 pr\u00f6\u00dfl\u00e9m \u00e4nd st\u00fcd\u00e9nt \u00efd\u00e9nt\u00eff\u00ef\u00e9rs \u00e4r\u00e9 \u00e7\u00f6mpl\u00e9t\u00e9 \u00e4nd \u00e7\u00f6rr\u00e9\u00e7t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142#", - "Error getting the number of ungraded responses": "\u00c9rr\u00f6r g\u00e9tt\u00efng th\u00e9 n\u00fcm\u00df\u00e9r \u00f6f \u00fcngr\u00e4d\u00e9d r\u00e9sp\u00f6ns\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Error importing course": "\u00c9rr\u00f6r \u00efmp\u00f6rt\u00efng \u00e7\u00f6\u00fcrs\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Error listing task history for this student and problem.": "\u00c9rr\u00f6r l\u00efst\u00efng t\u00e4sk h\u00efst\u00f6r\u00fd f\u00f6r th\u00efs st\u00fcd\u00e9nt \u00e4nd pr\u00f6\u00dfl\u00e9m. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Error removing user": "\u00c9rr\u00f6r r\u00e9m\u00f6v\u00efng \u00fcs\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "\u00c9rr\u00f6r r\u00e9s\u00e9tt\u00efng \u00e9ntr\u00e4n\u00e7\u00e9 \u00e9x\u00e4m \u00e4tt\u00e9mpts f\u00f6r st\u00fcd\u00e9nt '{student_id}'. M\u00e4k\u00e9 s\u00fcr\u00e9 st\u00fcd\u00e9nt \u00efd\u00e9nt\u00eff\u00ef\u00e9r \u00efs \u00e7\u00f6rr\u00e9\u00e7t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Error resetting problem attempts for problem '<%= problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u00c9rr\u00f6r r\u00e9s\u00e9tt\u00efng pr\u00f6\u00dfl\u00e9m \u00e4tt\u00e9mpts f\u00f6r pr\u00f6\u00dfl\u00e9m '<%= problem_id %>' \u00e4nd st\u00fcd\u00e9nt '<%- student_id %>'. M\u00e4k\u00e9 s\u00fcr\u00e9 th\u00e4t th\u00e9 pr\u00f6\u00dfl\u00e9m \u00e4nd st\u00fcd\u00e9nt \u00efd\u00e9nt\u00eff\u00ef\u00e9rs \u00e4r\u00e9 \u00e7\u00f6mpl\u00e9t\u00e9 \u00e4nd \u00e7\u00f6rr\u00e9\u00e7t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9#", - "Error retrieving grading configuration.": "\u00c9rr\u00f6r r\u00e9tr\u00ef\u00e9v\u00efng gr\u00e4d\u00efng \u00e7\u00f6nf\u00efg\u00fcr\u00e4t\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "Error sending email.": "\u00c9rr\u00f6r s\u00e9nd\u00efng \u00e9m\u00e4\u00efl. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Error starting a task to override score for problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the score and the problem and student identifiers are complete and correct.": "\u00c9rr\u00f6r st\u00e4rt\u00efng \u00e4 t\u00e4sk t\u00f6 \u00f6v\u00e9rr\u00efd\u00e9 s\u00e7\u00f6r\u00e9 f\u00f6r pr\u00f6\u00dfl\u00e9m '<%- problem_id %>' f\u00f6r st\u00fcd\u00e9nt '<%- student_id %>'. M\u00e4k\u00e9 s\u00fcr\u00e9 th\u00e4t th\u00e9 th\u00e9 s\u00e7\u00f6r\u00e9 \u00e4nd th\u00e9 pr\u00f6\u00dfl\u00e9m \u00e4nd st\u00fcd\u00e9nt \u00efd\u00e9nt\u00eff\u00ef\u00e9rs \u00e4r\u00e9 \u00e7\u00f6mpl\u00e9t\u00e9 \u00e4nd \u00e7\u00f6rr\u00e9\u00e7t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9#", - "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "\u00c9rr\u00f6r st\u00e4rt\u00efng \u00e4 t\u00e4sk t\u00f6 r\u00e9s\u00e7\u00f6r\u00e9 \u00e9ntr\u00e4n\u00e7\u00e9 \u00e9x\u00e4m f\u00f6r st\u00fcd\u00e9nt '{student_id}'. M\u00e4k\u00e9 s\u00fcr\u00e9 th\u00e4t \u00e9ntr\u00e4n\u00e7\u00e9 \u00e9x\u00e4m h\u00e4s pr\u00f6\u00dfl\u00e9ms \u00efn \u00eft \u00e4nd st\u00fcd\u00e9nt \u00efd\u00e9nt\u00eff\u00ef\u00e9r \u00efs \u00e7\u00f6rr\u00e9\u00e7t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c#", - "Error starting a task to rescore problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the problem and student identifiers are complete and correct.": "\u00c9rr\u00f6r st\u00e4rt\u00efng \u00e4 t\u00e4sk t\u00f6 r\u00e9s\u00e7\u00f6r\u00e9 pr\u00f6\u00dfl\u00e9m '<%- problem_id %>' f\u00f6r st\u00fcd\u00e9nt '<%- student_id %>'. M\u00e4k\u00e9 s\u00fcr\u00e9 th\u00e4t th\u00e9 th\u00e9 pr\u00f6\u00dfl\u00e9m \u00e4nd st\u00fcd\u00e9nt \u00efd\u00e9nt\u00eff\u00ef\u00e9rs \u00e4r\u00e9 \u00e7\u00f6mpl\u00e9t\u00e9 \u00e4nd \u00e7\u00f6rr\u00e9\u00e7t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9#", - "Error starting a task to rescore problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u00c9rr\u00f6r st\u00e4rt\u00efng \u00e4 t\u00e4sk t\u00f6 r\u00e9s\u00e7\u00f6r\u00e9 pr\u00f6\u00dfl\u00e9m '<%- problem_id %>'. M\u00e4k\u00e9 s\u00fcr\u00e9 th\u00e4t th\u00e9 pr\u00f6\u00dfl\u00e9m \u00efd\u00e9nt\u00eff\u00ef\u00e9r \u00efs \u00e7\u00f6mpl\u00e9t\u00e9 \u00e4nd \u00e7\u00f6rr\u00e9\u00e7t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Error starting a task to reset attempts for all students on problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u00c9rr\u00f6r st\u00e4rt\u00efng \u00e4 t\u00e4sk t\u00f6 r\u00e9s\u00e9t \u00e4tt\u00e9mpts f\u00f6r \u00e4ll st\u00fcd\u00e9nts \u00f6n pr\u00f6\u00dfl\u00e9m '<%- problem_id %>'. M\u00e4k\u00e9 s\u00fcr\u00e9 th\u00e4t th\u00e9 pr\u00f6\u00dfl\u00e9m \u00efd\u00e9nt\u00eff\u00ef\u00e9r \u00efs \u00e7\u00f6mpl\u00e9t\u00e9 \u00e4nd \u00e7\u00f6rr\u00e9\u00e7t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142\u03b1\u0432\u03c3#", - "Error while generating certificates. Please try again.": "\u00c9rr\u00f6r wh\u00efl\u00e9 g\u00e9n\u00e9r\u00e4t\u00efng \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Error while regenerating certificates. Please try again.": "\u00c9rr\u00f6r wh\u00efl\u00e9 r\u00e9g\u00e9n\u00e9r\u00e4t\u00efng \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Error.": "\u00c9rr\u00f6r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Error:": "\u00c9rr\u00f6r: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Error: ": "\u00c9rr\u00f6r: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Error: Choosing failed.": "\u00c9rr\u00f6r: \u00c7h\u00f6\u00f6s\u00efng f\u00e4\u00efl\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Error: Connection with server failed.": "\u00c9rr\u00f6r: \u00c7\u00f6nn\u00e9\u00e7t\u00ef\u00f6n w\u00efth s\u00e9rv\u00e9r f\u00e4\u00efl\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "Error: Import failed.": "\u00c9rr\u00f6r: \u00ccmp\u00f6rt f\u00e4\u00efl\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Error: Replacing failed.": "\u00c9rr\u00f6r: R\u00e9pl\u00e4\u00e7\u00efng f\u00e4\u00efl\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "Error: Uploading failed.": "\u00c9rr\u00f6r: \u00dbpl\u00f6\u00e4d\u00efng f\u00e4\u00efl\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "Error: User '<%- username %>' has not yet activated their account. Users must create and activate their accounts before they can be assigned a role.": "\u00c9rr\u00f6r: \u00dbs\u00e9r '<%- username %>' h\u00e4s n\u00f6t \u00fd\u00e9t \u00e4\u00e7t\u00efv\u00e4t\u00e9d th\u00e9\u00efr \u00e4\u00e7\u00e7\u00f6\u00fcnt. \u00dbs\u00e9rs m\u00fcst \u00e7r\u00e9\u00e4t\u00e9 \u00e4nd \u00e4\u00e7t\u00efv\u00e4t\u00e9 th\u00e9\u00efr \u00e4\u00e7\u00e7\u00f6\u00fcnts \u00df\u00e9f\u00f6r\u00e9 th\u00e9\u00fd \u00e7\u00e4n \u00df\u00e9 \u00e4ss\u00efgn\u00e9d \u00e4 r\u00f6l\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142\u03b1\u0432\u03c3\u044f#", - "Error: You cannot remove yourself from the Instructor group!": "\u00c9rr\u00f6r: \u00dd\u00f6\u00fc \u00e7\u00e4nn\u00f6t r\u00e9m\u00f6v\u00e9 \u00fd\u00f6\u00fcrs\u00e9lf fr\u00f6m th\u00e9 \u00ccnstr\u00fc\u00e7t\u00f6r gr\u00f6\u00fcp! \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Errors": "\u00c9rr\u00f6rs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Errors/Technical Issues": "\u00c9rr\u00f6rs/T\u00e9\u00e7hn\u00ef\u00e7\u00e4l \u00ccss\u00fc\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Everyone who has staff privileges in this course": "\u00c9v\u00e9r\u00fd\u00f6n\u00e9 wh\u00f6 h\u00e4s st\u00e4ff pr\u00efv\u00efl\u00e9g\u00e9s \u00efn th\u00efs \u00e7\u00f6\u00fcrs\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Exam Name": "\u00c9x\u00e4m N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Exam Type": "\u00c9x\u00e4m T\u00fdp\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Exam Types": "\u00c9x\u00e4m T\u00fdp\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Exam timer and end exam button": "\u00c9x\u00e4m t\u00efm\u00e9r \u00e4nd \u00e9nd \u00e9x\u00e4m \u00df\u00fctt\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "Exception Granted": "\u00c9x\u00e7\u00e9pt\u00ef\u00f6n Gr\u00e4nt\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Exit full browser": "\u00c9x\u00eft f\u00fcll \u00dfr\u00f6ws\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Expand All": "\u00c9xp\u00e4nd \u00c0ll \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Expand Instructions": "\u00c9xp\u00e4nd \u00ccnstr\u00fc\u00e7t\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Explain if other.": "\u00c9xpl\u00e4\u00efn \u00eff \u00f6th\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Explanation": "\u00c9xpl\u00e4n\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Explicitly Hiding from Students": "\u00c9xpl\u00ef\u00e7\u00eftl\u00fd H\u00efd\u00efng fr\u00f6m St\u00fcd\u00e9nts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "Explore New Programs": "\u00c9xpl\u00f6r\u00e9 N\u00e9w Pr\u00f6gr\u00e4ms \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Explore Programs": "\u00c9xpl\u00f6r\u00e9 Pr\u00f6gr\u00e4ms \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Explore your course!": "\u00c9xpl\u00f6r\u00e9 \u00fd\u00f6\u00fcr \u00e7\u00f6\u00fcrs\u00e9! \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Failed to delete student state for user.": "F\u00e4\u00efl\u00e9d t\u00f6 d\u00e9l\u00e9t\u00e9 st\u00fcd\u00e9nt st\u00e4t\u00e9 f\u00f6r \u00fcs\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "Failed to rescore problem for user.": "F\u00e4\u00efl\u00e9d t\u00f6 r\u00e9s\u00e7\u00f6r\u00e9 pr\u00f6\u00dfl\u00e9m f\u00f6r \u00fcs\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "Failed to rescore problem to improve score for user.": "F\u00e4\u00efl\u00e9d t\u00f6 r\u00e9s\u00e7\u00f6r\u00e9 pr\u00f6\u00dfl\u00e9m t\u00f6 \u00efmpr\u00f6v\u00e9 s\u00e7\u00f6r\u00e9 f\u00f6r \u00fcs\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Failed to reset attempts for user.": "F\u00e4\u00efl\u00e9d t\u00f6 r\u00e9s\u00e9t \u00e4tt\u00e9mpts f\u00f6r \u00fcs\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "February": "februaro", - "Feedback available for selection.": "F\u00e9\u00e9d\u00df\u00e4\u00e7k \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 f\u00f6r s\u00e9l\u00e9\u00e7t\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "File": "F\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "File Name": "F\u00efl\u00e9 N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "File format not supported. Please upload a file with a {ext} extension.": "F\u00efl\u00e9 f\u00f6rm\u00e4t n\u00f6t s\u00fcpp\u00f6rt\u00e9d. Pl\u00e9\u00e4s\u00e9 \u00fcpl\u00f6\u00e4d \u00e4 f\u00efl\u00e9 w\u00efth \u00e4 {ext} \u00e9xt\u00e9ns\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "File size must be 10MB or less.": "F\u00efl\u00e9 s\u00efz\u00e9 m\u00fcst \u00df\u00e9 10MB \u00f6r l\u00e9ss. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "File type is not allowed.": "F\u00efl\u00e9 t\u00fdp\u00e9 \u00efs n\u00f6t \u00e4ll\u00f6w\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "File types can not be empty.": "F\u00efl\u00e9 t\u00fdp\u00e9s \u00e7\u00e4n n\u00f6t \u00df\u00e9 \u00e9mpt\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "File upload succeeded": "F\u00efl\u00e9 \u00fcpl\u00f6\u00e4d s\u00fc\u00e7\u00e7\u00e9\u00e9d\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "F\u00efl\u00e9 {filename} \u00e9x\u00e7\u00e9\u00e9ds m\u00e4x\u00efm\u00fcm s\u00efz\u00e9 \u00f6f {maxFileSizeInMBs} MB \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "Files must be in JPEG or PNG format.": "F\u00efl\u00e9s m\u00fcst \u00df\u00e9 \u00efn JP\u00c9G \u00f6r PNG f\u00f6rm\u00e4t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "Files that you upload must be PDFs or image files in .gif, .jpg, .jpeg, or .png format.": "F\u00efl\u00e9s th\u00e4t \u00fd\u00f6\u00fc \u00fcpl\u00f6\u00e4d m\u00fcst \u00df\u00e9 PDFs \u00f6r \u00efm\u00e4g\u00e9 f\u00efl\u00e9s \u00efn .g\u00eff, .jpg, .jp\u00e9g, \u00f6r .png f\u00f6rm\u00e4t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", - "Files that you upload must be smaller than 5MB in size.": "F\u00efl\u00e9s th\u00e4t \u00fd\u00f6\u00fc \u00fcpl\u00f6\u00e4d m\u00fcst \u00df\u00e9 sm\u00e4ll\u00e9r th\u00e4n 5MB \u00efn s\u00efz\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Fill browser": "F\u00efll \u00dfr\u00f6ws\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Filter": "Filtru", - "Filter and sort topics": "F\u00eflt\u00e9r \u00e4nd s\u00f6rt t\u00f6p\u00ef\u00e7s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Final Grade": "F\u00efn\u00e4l Gr\u00e4d\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Final Grade Received": "F\u00efn\u00e4l Gr\u00e4d\u00e9 R\u00e9\u00e7\u00e9\u00efv\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Financial Aid": "F\u00efn\u00e4n\u00e7\u00ef\u00e4l \u00c0\u00efd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Financial Assistance": "F\u00efn\u00e4n\u00e7\u00ef\u00e4l \u00c0ss\u00efst\u00e4n\u00e7\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Financial Assistance Application": "F\u00efn\u00e4n\u00e7\u00ef\u00e4l \u00c0ss\u00efst\u00e4n\u00e7\u00e9 \u00c0ppl\u00ef\u00e7\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "Find": "F\u00efnd \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Find a course": "F\u00efnd \u00e4 \u00e7\u00f6\u00fcrs\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Find and replace": "F\u00efnd \u00e4nd r\u00e9pl\u00e4\u00e7\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Find answers to the top questions asked by learners.": "F\u00efnd \u00e4nsw\u00e9rs t\u00f6 th\u00e9 t\u00f6p q\u00fc\u00e9st\u00ef\u00f6ns \u00e4sk\u00e9d \u00df\u00fd l\u00e9\u00e4rn\u00e9rs. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Find discussions": "F\u00efnd d\u00efs\u00e7\u00fcss\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Find next": "F\u00efnd n\u00e9xt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Find previous": "F\u00efnd pr\u00e9v\u00ef\u00f6\u00fcs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Finish": "F\u00efn\u00efsh \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "First time here?": "F\u00efrst t\u00efm\u00e9 h\u00e9r\u00e9? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Follow or unfollow posts": "F\u00f6ll\u00f6w \u00f6r \u00fcnf\u00f6ll\u00f6w p\u00f6sts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "Font Family": "F\u00f6nt F\u00e4m\u00efl\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Font Sizes": "F\u00f6nt S\u00efz\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Footer": "F\u00f6\u00f6t\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "For grading to work, you must change all {oldName} subsections to {newName}.": "F\u00f6r gr\u00e4d\u00efng t\u00f6 w\u00f6rk, \u00fd\u00f6\u00fc m\u00fcst \u00e7h\u00e4ng\u00e9 \u00e4ll {oldName} s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6ns t\u00f6 {newName}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "For inquiries regarding assignments, grades, or structure of a specific course, please post in the discussion forums for that course directly.": "F\u00f6r \u00efnq\u00fc\u00efr\u00ef\u00e9s r\u00e9g\u00e4rd\u00efng \u00e4ss\u00efgnm\u00e9nts, gr\u00e4d\u00e9s, \u00f6r str\u00fc\u00e7t\u00fcr\u00e9 \u00f6f \u00e4 sp\u00e9\u00e7\u00eff\u00ef\u00e7 \u00e7\u00f6\u00fcrs\u00e9, pl\u00e9\u00e4s\u00e9 p\u00f6st \u00efn th\u00e9 d\u00efs\u00e7\u00fcss\u00ef\u00f6n f\u00f6r\u00fcms f\u00f6r th\u00e4t \u00e7\u00f6\u00fcrs\u00e9 d\u00efr\u00e9\u00e7tl\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442#", - "Format": "F\u00f6rm\u00e4t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Formats": "F\u00f6rm\u00e4ts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Free text notes": "Fr\u00e9\u00e9 t\u00e9xt n\u00f6t\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Frequently Asked Questions": "Fr\u00e9q\u00fc\u00e9ntl\u00fd \u00c0sk\u00e9d Q\u00fc\u00e9st\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Full Name": "F\u00fcll N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Full Profile": "F\u00fcll Pr\u00f6f\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Fullscreen": "F\u00fclls\u00e7r\u00e9\u00e9n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Fully Supported": "F\u00fcll\u00fd S\u00fcpp\u00f6rt\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Gender": "G\u00e9nd\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "General": "G\u00e9n\u00e9r\u00e4l \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "General Proctored Exam Rules": "G\u00e9n\u00e9r\u00e4l Pr\u00f6\u00e7t\u00f6r\u00e9d \u00c9x\u00e4m R\u00fcl\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Generate": "G\u00e9n\u00e9r\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Generate Exception Certificates": "G\u00e9n\u00e9r\u00e4t\u00e9 \u00c9x\u00e7\u00e9pt\u00ef\u00f6n \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "Generate the user's certificate": "G\u00e9n\u00e9r\u00e4t\u00e9 th\u00e9 \u00fcs\u00e9r's \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "Get Credit": "G\u00e9t \u00c7r\u00e9d\u00eft \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Go to Dashboard": "G\u00f6 t\u00f6 D\u00e4sh\u00df\u00f6\u00e4rd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Go to my Dashboard": "G\u00f6 t\u00f6 m\u00fd D\u00e4sh\u00df\u00f6\u00e4rd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Go to your Dashboard": "G\u00f6 t\u00f6 \u00fd\u00f6\u00fcr D\u00e4sh\u00df\u00f6\u00e4rd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Go to {platform} Home": "G\u00f6 t\u00f6 {platform} H\u00f6m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "Going forward, your account information will be updated and maintained by {enterprise_name}.": "G\u00f6\u00efng f\u00f6rw\u00e4rd, \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n w\u00efll \u00df\u00e9 \u00fcpd\u00e4t\u00e9d \u00e4nd m\u00e4\u00efnt\u00e4\u00efn\u00e9d \u00df\u00fd {enterprise_name}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "Government-Issued Photo ID": "G\u00f6v\u00e9rnm\u00e9nt-\u00ccss\u00fc\u00e9d Ph\u00f6t\u00f6 \u00ccD \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Grace period must be specified in HH:MM format.": "Gr\u00e4\u00e7\u00e9 p\u00e9r\u00ef\u00f6d m\u00fcst \u00df\u00e9 sp\u00e9\u00e7\u00eff\u00ef\u00e9d \u00efn HH:MM f\u00f6rm\u00e4t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Grade": "Gr\u00e4d\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Grade as:": "Gr\u00e4d\u00e9 \u00e4s: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Grade must be a number.": "Gr\u00e4d\u00e9 m\u00fcst \u00df\u00e9 \u00e4 n\u00fcm\u00df\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Grade must be an integer.": "Gr\u00e4d\u00e9 m\u00fcst \u00df\u00e9 \u00e4n \u00efnt\u00e9g\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Grade must be positive.": "Gr\u00e4d\u00e9 m\u00fcst \u00df\u00e9 p\u00f6s\u00eft\u00efv\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Graded as:": "Gr\u00e4d\u00e9d \u00e4s: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Grading": "Gr\u00e4d\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Group": "Gr\u00f6\u00fcp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Group %s": "Gr\u00f6\u00fcp %s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Group A": "Gr\u00f6\u00fcp \u00c0 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Group B": "Gr\u00f6\u00fcp B \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Group Configuration ID": "Gr\u00f6\u00fcp \u00c7\u00f6nf\u00efg\u00fcr\u00e4t\u00ef\u00f6n \u00ccD \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Group Configuration Name": "Gr\u00f6\u00fcp \u00c7\u00f6nf\u00efg\u00fcr\u00e4t\u00ef\u00f6n N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "Group Configuration information": "Gr\u00f6\u00fcp \u00c7\u00f6nf\u00efg\u00fcr\u00e4t\u00ef\u00f6n \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "Group Configuration name is required.": "Gr\u00f6\u00fcp \u00c7\u00f6nf\u00efg\u00fcr\u00e4t\u00ef\u00f6n n\u00e4m\u00e9 \u00efs r\u00e9q\u00fc\u00efr\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "Group information": "Gr\u00f6\u00fcp \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Group name is required": "Gr\u00f6\u00fcp n\u00e4m\u00e9 \u00efs r\u00e9q\u00fc\u00efr\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Groups": "Gr\u00f6\u00fcps \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "H Align": "H \u00c0l\u00efgn \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "HTML preview of post": "HTML pr\u00e9v\u00ef\u00e9w \u00f6f p\u00f6st \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "HTML source code": "HTML s\u00f6\u00fcr\u00e7\u00e9 \u00e7\u00f6d\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Header": "H\u00e9\u00e4d\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Header 1": "H\u00e9\u00e4d\u00e9r 1 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Header 2": "H\u00e9\u00e4d\u00e9r 2 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Header 3": "H\u00e9\u00e4d\u00e9r 3 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Header 4": "H\u00e9\u00e4d\u00e9r 4 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Header 5": "H\u00e9\u00e4d\u00e9r 5 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Header 6": "H\u00e9\u00e4d\u00e9r 6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Header cell": "H\u00e9\u00e4d\u00e9r \u00e7\u00e9ll \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Headers": "H\u00e9\u00e4d\u00e9rs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Heading": "H\u00e9\u00e4d\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Heading (Ctrl+H)": "H\u00e9\u00e4d\u00efng (\u00c7trl+H) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Heading 1": "H\u00e9\u00e4d\u00efng 1 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Heading 2": "H\u00e9\u00e4d\u00efng 2 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Heading 3": "H\u00e9\u00e4d\u00efng 3 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Heading 4": "H\u00e9\u00e4d\u00efng 4 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Heading 5": "H\u00e9\u00e4d\u00efng 5 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Heading 6": "H\u00e9\u00e4d\u00efng 6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Headings": "H\u00e9\u00e4d\u00efngs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Height": "H\u00e9\u00efght \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Help Translate into {beta_language}": "H\u00e9lp Tr\u00e4nsl\u00e4t\u00e9 \u00efnt\u00f6 {beta_language} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "H\u00e9lp \u00f6th\u00e9r l\u00e9\u00e4rn\u00e9rs d\u00e9\u00e7\u00efd\u00e9 wh\u00e9th\u00e9r t\u00f6 j\u00f6\u00efn \u00fd\u00f6\u00fcr t\u00e9\u00e4m \u00df\u00fd sp\u00e9\u00e7\u00eff\u00fd\u00efng s\u00f6m\u00e9 \u00e7h\u00e4r\u00e4\u00e7t\u00e9r\u00efst\u00ef\u00e7s f\u00f6r \u00fd\u00f6\u00fcr t\u00e9\u00e4m. \u00c7h\u00f6\u00f6s\u00e9 \u00e7\u00e4r\u00e9f\u00fcll\u00fd, \u00df\u00e9\u00e7\u00e4\u00fcs\u00e9 f\u00e9w\u00e9r p\u00e9\u00f6pl\u00e9 m\u00efght \u00df\u00e9 \u00efnt\u00e9r\u00e9st\u00e9d \u00efn j\u00f6\u00efn\u00efng \u00fd\u00f6\u00fcr t\u00e9\u00e4m \u00eff \u00eft s\u00e9\u00e9ms t\u00f6\u00f6 r\u00e9str\u00ef\u00e7t\u00efv\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442#", - "Hide": "Ka\u015du", - "Hide Annotations": "H\u00efd\u00e9 \u00c0nn\u00f6t\u00e4t\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Hide Deprecated Settings": "H\u00efd\u00e9 D\u00e9pr\u00e9\u00e7\u00e4t\u00e9d S\u00e9tt\u00efngs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "Hide Discussion": "H\u00efd\u00e9 D\u00efs\u00e7\u00fcss\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Hide Previews": "H\u00efd\u00e9 Pr\u00e9v\u00ef\u00e9ws \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Hide Timer": "H\u00efd\u00e9 T\u00efm\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Hide closed captions": "H\u00efd\u00e9 \u00e7l\u00f6s\u00e9d \u00e7\u00e4pt\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Hide content after course end date": "H\u00efd\u00e9 \u00e7\u00f6nt\u00e9nt \u00e4ft\u00e9r \u00e7\u00f6\u00fcrs\u00e9 \u00e9nd d\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "Hide content after due date": "H\u00efd\u00e9 \u00e7\u00f6nt\u00e9nt \u00e4ft\u00e9r d\u00fc\u00e9 d\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", - "Hide entire subsection": "H\u00efd\u00e9 \u00e9nt\u00efr\u00e9 s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Hide from learners": "H\u00efd\u00e9 fr\u00f6m l\u00e9\u00e4rn\u00e9rs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Hide notes": "H\u00efd\u00e9 n\u00f6t\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Hide transcripts ({transcriptCount})": "H\u00efd\u00e9 tr\u00e4ns\u00e7r\u00efpts ({transcriptCount}) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Hiding from Students": "H\u00efd\u00efng fr\u00f6m St\u00fcd\u00e9nts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "High Definition": "H\u00efgh D\u00e9f\u00efn\u00eft\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Highlight {highlight_index}": "H\u00efghl\u00efght {highlight_index} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Highlighted text": "H\u00efghl\u00efght\u00e9d t\u00e9xt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Highlights for {display_name}": "H\u00efghl\u00efghts f\u00f6r {display_name} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Horizontal Rule (Ctrl+R)": "H\u00f6r\u00efz\u00f6nt\u00e4l R\u00fcl\u00e9 (\u00c7trl+R) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "Horizontal line": "H\u00f6r\u00efz\u00f6nt\u00e4l l\u00efn\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Horizontal space": "H\u00f6r\u00efz\u00f6nt\u00e4l sp\u00e4\u00e7\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "How to create useful text alternatives.": "H\u00f6w t\u00f6 \u00e7r\u00e9\u00e4t\u00e9 \u00fcs\u00e9f\u00fcl t\u00e9xt \u00e4lt\u00e9rn\u00e4t\u00efv\u00e9s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "How to use %(platform_name)s discussions": "H\u00f6w t\u00f6 \u00fcs\u00e9 %(platform_name)s d\u00efs\u00e7\u00fcss\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Hyperlink (Ctrl+L)": "H\u00fdp\u00e9rl\u00efnk (\u00c7trl+L) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "ID": "\u00ccD \u2c60'\u03c3\u044f#", - "ID-Verification is not required for this Professional Education course.": "\u00ccD-V\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n \u00efs n\u00f6t r\u00e9q\u00fc\u00efr\u00e9d f\u00f6r th\u00efs Pr\u00f6f\u00e9ss\u00ef\u00f6n\u00e4l \u00c9d\u00fc\u00e7\u00e4t\u00ef\u00f6n \u00e7\u00f6\u00fcrs\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "Identity Verification In Progress": "\u00ccd\u00e9nt\u00eft\u00fd V\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n \u00ccn Pr\u00f6gr\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "If the course does not have an end date, learners always see their scores when they submit answers to assessments.": "\u00ccf th\u00e9 \u00e7\u00f6\u00fcrs\u00e9 d\u00f6\u00e9s n\u00f6t h\u00e4v\u00e9 \u00e4n \u00e9nd d\u00e4t\u00e9, l\u00e9\u00e4rn\u00e9rs \u00e4lw\u00e4\u00fds s\u00e9\u00e9 th\u00e9\u00efr s\u00e7\u00f6r\u00e9s wh\u00e9n th\u00e9\u00fd s\u00fc\u00dfm\u00eft \u00e4nsw\u00e9rs t\u00f6 \u00e4ss\u00e9ssm\u00e9nts. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "If the subsection does not have a due date, learners always see their scores when they submit answers to assessments.": "\u00ccf th\u00e9 s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n d\u00f6\u00e9s n\u00f6t h\u00e4v\u00e9 \u00e4 d\u00fc\u00e9 d\u00e4t\u00e9, l\u00e9\u00e4rn\u00e9rs \u00e4lw\u00e4\u00fds s\u00e9\u00e9 th\u00e9\u00efr s\u00e7\u00f6r\u00e9s wh\u00e9n th\u00e9\u00fd s\u00fc\u00dfm\u00eft \u00e4nsw\u00e9rs t\u00f6 \u00e4ss\u00e9ssm\u00e9nts. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "If the unit was previously published and released to learners, any changes you made to the unit when it was hidden will now be visible to learners.": "\u00ccf th\u00e9 \u00fcn\u00eft w\u00e4s pr\u00e9v\u00ef\u00f6\u00fcsl\u00fd p\u00fc\u00dfl\u00efsh\u00e9d \u00e4nd r\u00e9l\u00e9\u00e4s\u00e9d t\u00f6 l\u00e9\u00e4rn\u00e9rs, \u00e4n\u00fd \u00e7h\u00e4ng\u00e9s \u00fd\u00f6\u00fc m\u00e4d\u00e9 t\u00f6 th\u00e9 \u00fcn\u00eft wh\u00e9n \u00eft w\u00e4s h\u00efdd\u00e9n w\u00efll n\u00f6w \u00df\u00e9 v\u00efs\u00ef\u00dfl\u00e9 t\u00f6 l\u00e9\u00e4rn\u00e9rs. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c #", - "If the unit was previously published and released to students, any changes you made to the unit when it was hidden will now be visible to students. Do you want to proceed?": "\u00ccf th\u00e9 \u00fcn\u00eft w\u00e4s pr\u00e9v\u00ef\u00f6\u00fcsl\u00fd p\u00fc\u00dfl\u00efsh\u00e9d \u00e4nd r\u00e9l\u00e9\u00e4s\u00e9d t\u00f6 st\u00fcd\u00e9nts, \u00e4n\u00fd \u00e7h\u00e4ng\u00e9s \u00fd\u00f6\u00fc m\u00e4d\u00e9 t\u00f6 th\u00e9 \u00fcn\u00eft wh\u00e9n \u00eft w\u00e4s h\u00efdd\u00e9n w\u00efll n\u00f6w \u00df\u00e9 v\u00efs\u00ef\u00dfl\u00e9 t\u00f6 st\u00fcd\u00e9nts. D\u00f6 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 pr\u00f6\u00e7\u00e9\u00e9d? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9#", - "If you are unable to access your account contact us via email using {email}.": "\u00ccf \u00fd\u00f6\u00fc \u00e4r\u00e9 \u00fcn\u00e4\u00dfl\u00e9 t\u00f6 \u00e4\u00e7\u00e7\u00e9ss \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt \u00e7\u00f6nt\u00e4\u00e7t \u00fcs v\u00ef\u00e4 \u00e9m\u00e4\u00efl \u00fcs\u00efng {email}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "If you do not yet have an account, use the button below to register.": "\u00ccf \u00fd\u00f6\u00fc d\u00f6 n\u00f6t \u00fd\u00e9t h\u00e4v\u00e9 \u00e4n \u00e4\u00e7\u00e7\u00f6\u00fcnt, \u00fcs\u00e9 th\u00e9 \u00df\u00fctt\u00f6n \u00df\u00e9l\u00f6w t\u00f6 r\u00e9g\u00efst\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "\u00ccf \u00fd\u00f6\u00fc d\u00f6n't v\u00e9r\u00eff\u00fd \u00fd\u00f6\u00fcr \u00efd\u00e9nt\u00eft\u00fd n\u00f6w, \u00fd\u00f6\u00fc \u00e7\u00e4n st\u00efll \u00e9xpl\u00f6r\u00e9 \u00fd\u00f6\u00fcr \u00e7\u00f6\u00fcrs\u00e9 fr\u00f6m \u00fd\u00f6\u00fcr d\u00e4sh\u00df\u00f6\u00e4rd. \u00dd\u00f6\u00fc w\u00efll r\u00e9\u00e7\u00e9\u00efv\u00e9 p\u00e9r\u00ef\u00f6d\u00ef\u00e7 r\u00e9m\u00efnd\u00e9rs fr\u00f6m %(platformName)s t\u00f6 v\u00e9r\u00eff\u00fd \u00fd\u00f6\u00fcr \u00efd\u00e9nt\u00eft\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454#", - "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from {platformName} to verify your identity.": "\u00ccf \u00fd\u00f6\u00fc d\u00f6n't v\u00e9r\u00eff\u00fd \u00fd\u00f6\u00fcr \u00efd\u00e9nt\u00eft\u00fd n\u00f6w, \u00fd\u00f6\u00fc \u00e7\u00e4n st\u00efll \u00e9xpl\u00f6r\u00e9 \u00fd\u00f6\u00fcr \u00e7\u00f6\u00fcrs\u00e9 fr\u00f6m \u00fd\u00f6\u00fcr d\u00e4sh\u00df\u00f6\u00e4rd. \u00dd\u00f6\u00fc w\u00efll r\u00e9\u00e7\u00e9\u00efv\u00e9 p\u00e9r\u00ef\u00f6d\u00ef\u00e7 r\u00e9m\u00efnd\u00e9rs fr\u00f6m {platformName} t\u00f6 v\u00e9r\u00eff\u00fd \u00fd\u00f6\u00fcr \u00efd\u00e9nt\u00eft\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454#", - "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "\u00ccf \u00fd\u00f6\u00fc l\u00e9\u00e4v\u00e9 th\u00efs p\u00e4g\u00e9 w\u00efth\u00f6\u00fct s\u00e4v\u00efng \u00f6r s\u00fc\u00dfm\u00eftt\u00efng \u00fd\u00f6\u00fcr r\u00e9sp\u00f6ns\u00e9, \u00fd\u00f6\u00fc w\u00efll l\u00f6s\u00e9 \u00e4n\u00fd w\u00f6rk \u00fd\u00f6\u00fc h\u00e4v\u00e9 d\u00f6n\u00e9 \u00f6n th\u00e9 r\u00e9sp\u00f6ns\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "\u00ccf \u00fd\u00f6\u00fc l\u00e9\u00e4v\u00e9 th\u00efs p\u00e4g\u00e9 w\u00efth\u00f6\u00fct s\u00fc\u00dfm\u00eftt\u00efng \u00fd\u00f6\u00fcr p\u00e9\u00e9r \u00e4ss\u00e9ssm\u00e9nt, \u00fd\u00f6\u00fc w\u00efll l\u00f6s\u00e9 \u00e4n\u00fd w\u00f6rk \u00fd\u00f6\u00fc h\u00e4v\u00e9 d\u00f6n\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "If you leave this page without submitting your self assessment, you will lose any work you have done.": "\u00ccf \u00fd\u00f6\u00fc l\u00e9\u00e4v\u00e9 th\u00efs p\u00e4g\u00e9 w\u00efth\u00f6\u00fct s\u00fc\u00dfm\u00eftt\u00efng \u00fd\u00f6\u00fcr s\u00e9lf \u00e4ss\u00e9ssm\u00e9nt, \u00fd\u00f6\u00fc w\u00efll l\u00f6s\u00e9 \u00e4n\u00fd w\u00f6rk \u00fd\u00f6\u00fc h\u00e4v\u00e9 d\u00f6n\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "\u00ccf \u00fd\u00f6\u00fc l\u00e9\u00e4v\u00e9 th\u00efs p\u00e4g\u00e9 w\u00efth\u00f6\u00fct s\u00fc\u00dfm\u00eftt\u00efng \u00fd\u00f6\u00fcr st\u00e4ff \u00e4ss\u00e9ssm\u00e9nt, \u00fd\u00f6\u00fc w\u00efll l\u00f6s\u00e9 \u00e4n\u00fd w\u00f6rk \u00fd\u00f6\u00fc h\u00e4v\u00e9 d\u00f6n\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "If you leave, you can no longer post in this team's discussions. Your place will be available to another learner.": "\u00ccf \u00fd\u00f6\u00fc l\u00e9\u00e4v\u00e9, \u00fd\u00f6\u00fc \u00e7\u00e4n n\u00f6 l\u00f6ng\u00e9r p\u00f6st \u00efn th\u00efs t\u00e9\u00e4m's d\u00efs\u00e7\u00fcss\u00ef\u00f6ns. \u00dd\u00f6\u00fcr pl\u00e4\u00e7\u00e9 w\u00efll \u00df\u00e9 \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 t\u00f6 \u00e4n\u00f6th\u00e9r l\u00e9\u00e4rn\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "If you make significant changes, make sure you notify members of the team before making these changes.": "\u00ccf \u00fd\u00f6\u00fc m\u00e4k\u00e9 s\u00efgn\u00eff\u00ef\u00e7\u00e4nt \u00e7h\u00e4ng\u00e9s, m\u00e4k\u00e9 s\u00fcr\u00e9 \u00fd\u00f6\u00fc n\u00f6t\u00eff\u00fd m\u00e9m\u00df\u00e9rs \u00f6f th\u00e9 t\u00e9\u00e4m \u00df\u00e9f\u00f6r\u00e9 m\u00e4k\u00efng th\u00e9s\u00e9 \u00e7h\u00e4ng\u00e9s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "If you make this %(xblockType)s visible to learners, learners will be able to see its content after the release date has passed and you have published the unit. Only units that are explicitly hidden from learners will remain hidden after you clear this option for the %(xblockType)s.": "\u00ccf \u00fd\u00f6\u00fc m\u00e4k\u00e9 th\u00efs %(xblockType)s v\u00efs\u00ef\u00dfl\u00e9 t\u00f6 l\u00e9\u00e4rn\u00e9rs, l\u00e9\u00e4rn\u00e9rs w\u00efll \u00df\u00e9 \u00e4\u00dfl\u00e9 t\u00f6 s\u00e9\u00e9 \u00efts \u00e7\u00f6nt\u00e9nt \u00e4ft\u00e9r th\u00e9 r\u00e9l\u00e9\u00e4s\u00e9 d\u00e4t\u00e9 h\u00e4s p\u00e4ss\u00e9d \u00e4nd \u00fd\u00f6\u00fc h\u00e4v\u00e9 p\u00fc\u00dfl\u00efsh\u00e9d th\u00e9 \u00fcn\u00eft. \u00d6nl\u00fd \u00fcn\u00efts th\u00e4t \u00e4r\u00e9 \u00e9xpl\u00ef\u00e7\u00eftl\u00fd h\u00efdd\u00e9n fr\u00f6m l\u00e9\u00e4rn\u00e9rs w\u00efll r\u00e9m\u00e4\u00efn h\u00efdd\u00e9n \u00e4ft\u00e9r \u00fd\u00f6\u00fc \u00e7l\u00e9\u00e4r th\u00efs \u00f6pt\u00ef\u00f6n f\u00f6r th\u00e9 %(xblockType)s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142#", - "If you proceed, you will be unable to use this account to take courses on the edX app, edx.org, or any other site hosted by edX. This includes access to edx.org from your employer\u2019s or university\u2019s system and access to private sites offered by MIT Open Learning, Wharton Executive Education, and Harvard Medical School.": "\u00ccf \u00fd\u00f6\u00fc pr\u00f6\u00e7\u00e9\u00e9d, \u00fd\u00f6\u00fc w\u00efll \u00df\u00e9 \u00fcn\u00e4\u00dfl\u00e9 t\u00f6 \u00fcs\u00e9 th\u00efs \u00e4\u00e7\u00e7\u00f6\u00fcnt t\u00f6 t\u00e4k\u00e9 \u00e7\u00f6\u00fcrs\u00e9s \u00f6n th\u00e9 \u00e9dX \u00e4pp, \u00e9dx.\u00f6rg, \u00f6r \u00e4n\u00fd \u00f6th\u00e9r s\u00eft\u00e9 h\u00f6st\u00e9d \u00df\u00fd \u00e9dX. Th\u00efs \u00efn\u00e7l\u00fcd\u00e9s \u00e4\u00e7\u00e7\u00e9ss t\u00f6 \u00e9dx.\u00f6rg fr\u00f6m \u00fd\u00f6\u00fcr \u00e9mpl\u00f6\u00fd\u00e9r\u2019s \u00f6r \u00fcn\u00efv\u00e9rs\u00eft\u00fd\u2019s s\u00fdst\u00e9m \u00e4nd \u00e4\u00e7\u00e7\u00e9ss t\u00f6 pr\u00efv\u00e4t\u00e9 s\u00eft\u00e9s \u00f6ff\u00e9r\u00e9d \u00df\u00fd M\u00ccT \u00d6p\u00e9n L\u00e9\u00e4rn\u00efng, Wh\u00e4rt\u00f6n \u00c9x\u00e9\u00e7\u00fct\u00efv\u00e9 \u00c9d\u00fc\u00e7\u00e4t\u00ef\u00f6n, \u00e4nd H\u00e4rv\u00e4rd M\u00e9d\u00ef\u00e7\u00e4l S\u00e7h\u00f6\u00f6l. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454#", - "If you remove this transcript, the transcript will not be available for any components that use this video.": "\u00ccf \u00fd\u00f6\u00fc r\u00e9m\u00f6v\u00e9 th\u00efs tr\u00e4ns\u00e7r\u00efpt, th\u00e9 tr\u00e4ns\u00e7r\u00efpt w\u00efll n\u00f6t \u00df\u00e9 \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 f\u00f6r \u00e4n\u00fd \u00e7\u00f6mp\u00f6n\u00e9nts th\u00e4t \u00fcs\u00e9 th\u00efs v\u00efd\u00e9\u00f6. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "If you remove this transcript, the transcript will not be available for this component.": "\u00ccf \u00fd\u00f6\u00fc r\u00e9m\u00f6v\u00e9 th\u00efs tr\u00e4ns\u00e7r\u00efpt, th\u00e9 tr\u00e4ns\u00e7r\u00efpt w\u00efll n\u00f6t \u00df\u00e9 \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 f\u00f6r th\u00efs \u00e7\u00f6mp\u00f6n\u00e9nt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", - "If you select an option other than \"%(hide_label)s\", published units in this subsection become available to learners unless they are explicitly hidden.": "\u00ccf \u00fd\u00f6\u00fc s\u00e9l\u00e9\u00e7t \u00e4n \u00f6pt\u00ef\u00f6n \u00f6th\u00e9r th\u00e4n \"%(hide_label)s\", p\u00fc\u00dfl\u00efsh\u00e9d \u00fcn\u00efts \u00efn th\u00efs s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n \u00df\u00e9\u00e7\u00f6m\u00e9 \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 t\u00f6 l\u00e9\u00e4rn\u00e9rs \u00fcnl\u00e9ss th\u00e9\u00fd \u00e4r\u00e9 \u00e9xpl\u00ef\u00e7\u00eftl\u00fd h\u00efdd\u00e9n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142#", - "If you still wish to continue and delete your account, please enter your account password:": "\u00ccf \u00fd\u00f6\u00fc st\u00efll w\u00efsh t\u00f6 \u00e7\u00f6nt\u00efn\u00fc\u00e9 \u00e4nd d\u00e9l\u00e9t\u00e9 \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt, pl\u00e9\u00e4s\u00e9 \u00e9nt\u00e9r \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt p\u00e4ssw\u00f6rd: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "If you use the Advanced Editor, this problem will be converted to XML and you will not be able to return to the Simple Editor Interface.\n\nProceed to the Advanced Editor and convert this problem to XML?": "\u00ccf \u00fd\u00f6\u00fc \u00fcs\u00e9 th\u00e9 \u00c0dv\u00e4n\u00e7\u00e9d \u00c9d\u00eft\u00f6r, th\u00efs pr\u00f6\u00dfl\u00e9m w\u00efll \u00df\u00e9 \u00e7\u00f6nv\u00e9rt\u00e9d t\u00f6 XML \u00e4nd \u00fd\u00f6\u00fc w\u00efll n\u00f6t \u00df\u00e9 \u00e4\u00dfl\u00e9 t\u00f6 r\u00e9t\u00fcrn t\u00f6 th\u00e9 S\u00efmpl\u00e9 \u00c9d\u00eft\u00f6r \u00ccnt\u00e9rf\u00e4\u00e7\u00e9.\n\nPr\u00f6\u00e7\u00e9\u00e9d t\u00f6 th\u00e9 \u00c0dv\u00e4n\u00e7\u00e9d \u00c9d\u00eft\u00f6r \u00e4nd \u00e7\u00f6nv\u00e9rt th\u00efs pr\u00f6\u00dfl\u00e9m t\u00f6 XML? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1#", - "Ignore": "\u00ccgn\u00f6r\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Ignore all": "\u00ccgn\u00f6r\u00e9 \u00e4ll \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Image": "\u00ccm\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Image (Ctrl+G)": "\u00ccm\u00e4g\u00e9 (\u00c7trl+G) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "Image Description": "\u00ccm\u00e4g\u00e9 D\u00e9s\u00e7r\u00efpt\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Image Upload Error": "\u00ccm\u00e4g\u00e9 \u00dbpl\u00f6\u00e4d \u00c9rr\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Image description": "\u00ccm\u00e4g\u00e9 d\u00e9s\u00e7r\u00efpt\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Image must be in PNG format": "\u00ccm\u00e4g\u00e9 m\u00fcst \u00df\u00e9 \u00efn PNG f\u00f6rm\u00e4t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", - "Image must be in PNG format.": "\u00ccm\u00e4g\u00e9 m\u00fcst \u00df\u00e9 \u00efn PNG f\u00f6rm\u00e4t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Image upload failed": "\u00ccm\u00e4g\u00e9 \u00fcpl\u00f6\u00e4d f\u00e4\u00efl\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Image upload failed. ": "\u00ccm\u00e4g\u00e9 \u00fcpl\u00f6\u00e4d f\u00e4\u00efl\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Import YouTube Transcript": "\u00ccmp\u00f6rt \u00dd\u00f6\u00fcT\u00fc\u00df\u00e9 Tr\u00e4ns\u00e7r\u00efpt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "In Progress": "\u00ccn Pr\u00f6gr\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "In the {linkStart}Course Outline{linkEnd}, use this group to control access to a component.": "\u00ccn th\u00e9 {linkStart}\u00c7\u00f6\u00fcrs\u00e9 \u00d6\u00fctl\u00efn\u00e9{linkEnd}, \u00fcs\u00e9 th\u00efs gr\u00f6\u00fcp t\u00f6 \u00e7\u00f6ntr\u00f6l \u00e4\u00e7\u00e7\u00e9ss t\u00f6 \u00e4 \u00e7\u00f6mp\u00f6n\u00e9nt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "Incorrect url format.": "\u00ccn\u00e7\u00f6rr\u00e9\u00e7t \u00fcrl f\u00f6rm\u00e4t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Increase indent": "\u00ccn\u00e7r\u00e9\u00e4s\u00e9 \u00efnd\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Individual Exceptions": "\u00ccnd\u00efv\u00efd\u00fc\u00e4l \u00c9x\u00e7\u00e9pt\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Inheriting Student Visibility": "\u00ccnh\u00e9r\u00eft\u00efng St\u00fcd\u00e9nt V\u00efs\u00ef\u00df\u00efl\u00eft\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Inline": "\u00ccnl\u00efn\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Insert": "\u00ccns\u00e9rt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Insert Hyperlink": "\u00ccns\u00e9rt H\u00fdp\u00e9rl\u00efnk \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Insert Image (upload file or type URL)": "\u00ccns\u00e9rt \u00ccm\u00e4g\u00e9 (\u00fcpl\u00f6\u00e4d f\u00efl\u00e9 \u00f6r t\u00fdp\u00e9 \u00dbRL) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "Insert column after": "\u00ccns\u00e9rt \u00e7\u00f6l\u00fcmn \u00e4ft\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Insert column before": "\u00ccns\u00e9rt \u00e7\u00f6l\u00fcmn \u00df\u00e9f\u00f6r\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Insert date/time": "\u00ccns\u00e9rt d\u00e4t\u00e9/t\u00efm\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Insert image": "\u00ccns\u00e9rt \u00efm\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Insert link": "\u00ccns\u00e9rt l\u00efnk \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Insert row after": "\u00ccns\u00e9rt r\u00f6w \u00e4ft\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Insert row before": "\u00ccns\u00e9rt r\u00f6w \u00df\u00e9f\u00f6r\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Insert table": "\u00ccns\u00e9rt t\u00e4\u00dfl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Insert template": "\u00ccns\u00e9rt t\u00e9mpl\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Insert video": "\u00ccns\u00e9rt v\u00efd\u00e9\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Insert/Edit Image": "\u00ccns\u00e9rt/\u00c9d\u00eft \u00ccm\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Insert/edit image": "\u00ccns\u00e9rt/\u00e9d\u00eft \u00efm\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Insert/edit link": "\u00ccns\u00e9rt/\u00e9d\u00eft l\u00efnk \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Insert/edit video": "\u00ccns\u00e9rt/\u00e9d\u00eft v\u00efd\u00e9\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Instructor Biography": "\u00ccnstr\u00fc\u00e7t\u00f6r B\u00ef\u00f6gr\u00e4ph\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Instructor Name": "\u00ccnstr\u00fc\u00e7t\u00f6r N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Instructor Photo": "\u00ccnstr\u00fc\u00e7t\u00f6r Ph\u00f6t\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Instructor Photo URL": "\u00ccnstr\u00fc\u00e7t\u00f6r Ph\u00f6t\u00f6 \u00dbRL \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Instructor Title": "\u00ccnstr\u00fc\u00e7t\u00f6r T\u00eftl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Instructor tools": "\u00ccnstr\u00fc\u00e7t\u00f6r t\u00f6\u00f6ls \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Internal Server Error.": "\u00ccnt\u00e9rn\u00e4l S\u00e9rv\u00e9r \u00c9rr\u00f6r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Introduction to Cookie Baking": "\u00ccntr\u00f6d\u00fc\u00e7t\u00ef\u00f6n t\u00f6 \u00c7\u00f6\u00f6k\u00ef\u00e9 B\u00e4k\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Invalid email address: {email}": "\u00ccnv\u00e4l\u00efd \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss: {email} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Invalidate Certificate": "\u00ccnv\u00e4l\u00efd\u00e4t\u00e9 \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Invalidated": "\u00ccnv\u00e4l\u00efd\u00e4t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Invalidated By": "\u00ccnv\u00e4l\u00efd\u00e4t\u00e9d B\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "Is Visible To:": "\u00ccs V\u00efs\u00ef\u00dfl\u00e9 T\u00f6: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "Is this OK?": "\u00ccs th\u00efs \u00d6K? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Is your name on your ID readable?": "\u00ccs \u00fd\u00f6\u00fcr n\u00e4m\u00e9 \u00f6n \u00fd\u00f6\u00fcr \u00ccD r\u00e9\u00e4d\u00e4\u00dfl\u00e9? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "\u00cct \u00efs str\u00f6ngl\u00fd r\u00e9\u00e7\u00f6mm\u00e9nd\u00e9d th\u00e4t \u00fd\u00f6\u00fc \u00efn\u00e7l\u00fcd\u00e9 f\u00f6\u00fcr \u00f6r f\u00e9w\u00e9r s\u00efgn\u00e4t\u00f6r\u00ef\u00e9s. \u00ccf \u00fd\u00f6\u00fc \u00efn\u00e7l\u00fcd\u00e9 \u00e4dd\u00eft\u00ef\u00f6n\u00e4l s\u00efgn\u00e4t\u00f6r\u00ef\u00e9s, pr\u00e9v\u00ef\u00e9w th\u00e9 \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u00efn Pr\u00efnt V\u00ef\u00e9w t\u00f6 \u00e9ns\u00fcr\u00e9 th\u00e9 \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 w\u00efll pr\u00efnt \u00e7\u00f6rr\u00e9\u00e7tl\u00fd \u00f6n \u00f6n\u00e9 p\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9#", - "Italic": "\u00cct\u00e4l\u00ef\u00e7 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Italic (Ctrl+I)": "\u00cct\u00e4l\u00ef\u00e7 (\u00c7trl+\u00cc) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "January": "januaro", - "Join Team": "J\u00f6\u00efn T\u00e9\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Joined": "J\u00f6\u00efn\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Joined %(date)s": "J\u00f6\u00efn\u00e9d %(date)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Joined Date": "J\u00f6\u00efn\u00e9d D\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "July": "julio", - "June": "junio", - "Justify": "J\u00fcst\u00eff\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "KB": "KB \u2c60'\u03c3\u044f#", - "Key should only contain letters, numbers, _, or -": "K\u00e9\u00fd sh\u00f6\u00fcld \u00f6nl\u00fd \u00e7\u00f6nt\u00e4\u00efn l\u00e9tt\u00e9rs, n\u00fcm\u00df\u00e9rs, _, \u00f6r - \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Keywords": "K\u00e9\u00fdw\u00f6rds \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "LEARN MORE": "L\u00c9\u00c0RN M\u00d6R\u00c9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Language": "L\u00e4ng\u00fc\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Large": "L\u00e4rg\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Last Activity %(date)s": "L\u00e4st \u00c0\u00e7t\u00efv\u00eft\u00fd %(date)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Last Edited:": "L\u00e4st \u00c9d\u00eft\u00e9d: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Last Updated": "L\u00e4st \u00dbpd\u00e4t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Last activity %(date)s": "L\u00e4st \u00e4\u00e7t\u00efv\u00eft\u00fd %(date)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Last modified by": "L\u00e4st m\u00f6d\u00eff\u00ef\u00e9d \u00df\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Last published %(last_published_date)s by %(publish_username)s": "L\u00e4st p\u00fc\u00dfl\u00efsh\u00e9d %(last_published_date)s \u00df\u00fd %(publish_username)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Last published {lastPublishedStart}{publishedOn}{lastPublishedEnd} by {publishedByStart}{publishedBy}{publishedByEnd}": "L\u00e4st p\u00fc\u00dfl\u00efsh\u00e9d {lastPublishedStart}{publishedOn}{lastPublishedEnd} \u00df\u00fd {publishedByStart}{publishedBy}{publishedByEnd} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "Last updated": "L\u00e4st \u00fcpd\u00e4t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Learn More": "L\u00e9\u00e4rn M\u00f6r\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Learn more about {license_name}": "L\u00e9\u00e4rn m\u00f6r\u00e9 \u00e4\u00df\u00f6\u00fct {license_name} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Learners are added to this cohort automatically.": "L\u00e9\u00e4rn\u00e9rs \u00e4r\u00e9 \u00e4dd\u00e9d t\u00f6 th\u00efs \u00e7\u00f6h\u00f6rt \u00e4\u00fct\u00f6m\u00e4t\u00ef\u00e7\u00e4ll\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Learners are added to this cohort only when you provide their email addresses or usernames on this page.": "L\u00e9\u00e4rn\u00e9rs \u00e4r\u00e9 \u00e4dd\u00e9d t\u00f6 th\u00efs \u00e7\u00f6h\u00f6rt \u00f6nl\u00fd wh\u00e9n \u00fd\u00f6\u00fc pr\u00f6v\u00efd\u00e9 th\u00e9\u00efr \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss\u00e9s \u00f6r \u00fcs\u00e9rn\u00e4m\u00e9s \u00f6n th\u00efs p\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Learners do not see the subsection in the course outline. The subsection is not included in grade calculations.": "L\u00e9\u00e4rn\u00e9rs d\u00f6 n\u00f6t s\u00e9\u00e9 th\u00e9 s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n \u00efn th\u00e9 \u00e7\u00f6\u00fcrs\u00e9 \u00f6\u00fctl\u00efn\u00e9. Th\u00e9 s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n \u00efs n\u00f6t \u00efn\u00e7l\u00fcd\u00e9d \u00efn gr\u00e4d\u00e9 \u00e7\u00e4l\u00e7\u00fcl\u00e4t\u00ef\u00f6ns. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the course end date has passed.": "L\u00e9\u00e4rn\u00e9rs d\u00f6 n\u00f6t s\u00e9\u00e9 wh\u00e9th\u00e9r th\u00e9\u00efr \u00e4nsw\u00e9rs t\u00f6 \u00e4ss\u00e9ssm\u00e9nts w\u00e9r\u00e9 \u00e7\u00f6rr\u00e9\u00e7t \u00f6r \u00efn\u00e7\u00f6rr\u00e9\u00e7t, n\u00f6r th\u00e9 s\u00e7\u00f6r\u00e9 r\u00e9\u00e7\u00e9\u00efv\u00e9d, \u00fcnt\u00efl \u00e4ft\u00e9r th\u00e9 \u00e7\u00f6\u00fcrs\u00e9 \u00e9nd d\u00e4t\u00e9 h\u00e4s p\u00e4ss\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1#", - "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the due date for the subsection has passed.": "L\u00e9\u00e4rn\u00e9rs d\u00f6 n\u00f6t s\u00e9\u00e9 wh\u00e9th\u00e9r th\u00e9\u00efr \u00e4nsw\u00e9rs t\u00f6 \u00e4ss\u00e9ssm\u00e9nts w\u00e9r\u00e9 \u00e7\u00f6rr\u00e9\u00e7t \u00f6r \u00efn\u00e7\u00f6rr\u00e9\u00e7t, n\u00f6r th\u00e9 s\u00e7\u00f6r\u00e9 r\u00e9\u00e7\u00e9\u00efv\u00e9d, \u00fcnt\u00efl \u00e4ft\u00e9r th\u00e9 d\u00fc\u00e9 d\u00e4t\u00e9 f\u00f6r th\u00e9 s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n h\u00e4s p\u00e4ss\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454#", - "Learners never see whether their answers to assessments are correct or incorrect, nor the score received.": "L\u00e9\u00e4rn\u00e9rs n\u00e9v\u00e9r s\u00e9\u00e9 wh\u00e9th\u00e9r th\u00e9\u00efr \u00e4nsw\u00e9rs t\u00f6 \u00e4ss\u00e9ssm\u00e9nts \u00e4r\u00e9 \u00e7\u00f6rr\u00e9\u00e7t \u00f6r \u00efn\u00e7\u00f6rr\u00e9\u00e7t, n\u00f6r th\u00e9 s\u00e7\u00f6r\u00e9 r\u00e9\u00e7\u00e9\u00efv\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 #", - "Learners see the published subsection and can access its content.": "L\u00e9\u00e4rn\u00e9rs s\u00e9\u00e9 th\u00e9 p\u00fc\u00dfl\u00efsh\u00e9d s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n \u00e4nd \u00e7\u00e4n \u00e4\u00e7\u00e7\u00e9ss \u00efts \u00e7\u00f6nt\u00e9nt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "L\u00e9\u00e4rn\u00e9rs wh\u00f6 r\u00e9q\u00fc\u00efr\u00e9 v\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n m\u00fcst p\u00e4ss th\u00e9 s\u00e9l\u00e9\u00e7t\u00e9d \u00e7h\u00e9\u00e7kp\u00f6\u00efnt t\u00f6 s\u00e9\u00e9 th\u00e9 \u00e7\u00f6nt\u00e9nt \u00efn th\u00efs \u00fcn\u00eft. L\u00e9\u00e4rn\u00e9rs wh\u00f6 d\u00f6 n\u00f6t r\u00e9q\u00fc\u00efr\u00e9 v\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n s\u00e9\u00e9 th\u00efs \u00e7\u00f6nt\u00e9nt \u00df\u00fd d\u00e9f\u00e4\u00fclt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3#", - "Learning Outcome": "L\u00e9\u00e4rn\u00efng \u00d6\u00fct\u00e7\u00f6m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Leave Current Session": "L\u00e9\u00e4v\u00e9 \u00c7\u00fcrr\u00e9nt S\u00e9ss\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Leave Team": "L\u00e9\u00e4v\u00e9 T\u00e9\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Leave the current session and decide later": "L\u00e9\u00e4v\u00e9 th\u00e9 \u00e7\u00fcrr\u00e9nt s\u00e9ss\u00ef\u00f6n \u00e4nd d\u00e9\u00e7\u00efd\u00e9 l\u00e4t\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Leave this team?": "L\u00e9\u00e4v\u00e9 th\u00efs t\u00e9\u00e4m? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Left": "L\u00e9ft \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Left to right": "L\u00e9ft t\u00f6 r\u00efght \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Legal name": "L\u00e9g\u00e4l n\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Less": "L\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Library User": "L\u00ef\u00dfr\u00e4r\u00fd \u00dbs\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "License Display": "L\u00ef\u00e7\u00e9ns\u00e9 D\u00efspl\u00e4\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "License Type": "L\u00ef\u00e7\u00e9ns\u00e9 T\u00fdp\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Limit Access": "L\u00efm\u00eft \u00c0\u00e7\u00e7\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Limited Profile": "L\u00efm\u00eft\u00e9d Pr\u00f6f\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Link Description": "L\u00efnk D\u00e9s\u00e7r\u00efpt\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Link Your Account": "L\u00efnk \u00dd\u00f6\u00fcr \u00c0\u00e7\u00e7\u00f6\u00fcnt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Link types should be unique.": "L\u00efnk t\u00fdp\u00e9s sh\u00f6\u00fcld \u00df\u00e9 \u00fcn\u00efq\u00fc\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Link your {accountName} account": "L\u00efnk \u00fd\u00f6\u00fcr {accountName} \u00e4\u00e7\u00e7\u00f6\u00fcnt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Link your {accountName} account to your {platformName} account and use {accountName} to sign in to {platformName}.": "L\u00efnk \u00fd\u00f6\u00fcr {accountName} \u00e4\u00e7\u00e7\u00f6\u00fcnt t\u00f6 \u00fd\u00f6\u00fcr {platformName} \u00e4\u00e7\u00e7\u00f6\u00fcnt \u00e4nd \u00fcs\u00e9 {accountName} t\u00f6 s\u00efgn \u00efn t\u00f6 {platformName}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "Linked Accounts": "L\u00efnk\u00e9d \u00c0\u00e7\u00e7\u00f6\u00fcnts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Linking": "L\u00efnk\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "L\u00efnks \u00e4r\u00e9 g\u00e9n\u00e9r\u00e4t\u00e9d \u00f6n d\u00e9m\u00e4nd \u00e4nd \u00e9xp\u00efr\u00e9 w\u00efth\u00efn 5 m\u00efn\u00fct\u00e9s d\u00fc\u00e9 t\u00f6 th\u00e9 s\u00e9ns\u00eft\u00efv\u00e9 n\u00e4t\u00fcr\u00e9 \u00f6f st\u00fcd\u00e9nt \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Links should be unique.": "L\u00efnks sh\u00f6\u00fcld \u00df\u00e9 \u00fcn\u00efq\u00fc\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "List item": "L\u00efst \u00eft\u00e9m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "List of Open Assessments is unavailable": "L\u00efst \u00f6f \u00d6p\u00e9n \u00c0ss\u00e9ssm\u00e9nts \u00efs \u00fcn\u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "List of uploaded files and assets in this course": "L\u00efst \u00f6f \u00fcpl\u00f6\u00e4d\u00e9d f\u00efl\u00e9s \u00e4nd \u00e4ss\u00e9ts \u00efn th\u00efs \u00e7\u00f6\u00fcrs\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Live view of webcam": "L\u00efv\u00e9 v\u00ef\u00e9w \u00f6f w\u00e9\u00df\u00e7\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Load Another File": "L\u00f6\u00e4d \u00c0n\u00f6th\u00e9r F\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Load all responses": "L\u00f6\u00e4d \u00e4ll r\u00e9sp\u00f6ns\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Load next {numResponses} responses": "L\u00f6\u00e4d n\u00e9xt {numResponses} r\u00e9sp\u00f6ns\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + ], + "Course Content": "\u00c7\u00f6\u00fcrs\u00e9 \u00c7\u00f6nt\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "Course Credit Requirements": "\u00c7\u00f6\u00fcrs\u00e9 \u00c7r\u00e9d\u00eft R\u00e9q\u00fc\u00efr\u00e9m\u00e9nts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Course End": "\u00c7\u00f6\u00fcrs\u00e9 \u00c9nd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Course Handouts": "\u00c7\u00f6\u00fcrs\u00e9 H\u00e4nd\u00f6\u00fcts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Course ID": "\u00c7\u00f6\u00fcrs\u00e9 \u00ccD \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Course Index": "\u00c7\u00f6\u00fcrs\u00e9 \u00ccnd\u00e9x \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Course Key": "\u00c7\u00f6\u00fcrs\u00e9 K\u00e9\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Course Name": "\u00c7\u00f6\u00fcrs\u00e9 N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Course Number": "\u00c7\u00f6\u00fcrs\u00e9 N\u00fcm\u00df\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Course Number Override": "\u00c7\u00f6\u00fcrs\u00e9 N\u00fcm\u00df\u00e9r \u00d6v\u00e9rr\u00efd\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Course Number:": "\u00c7\u00f6\u00fcrs\u00e9 N\u00fcm\u00df\u00e9r: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "Course Outline": "\u00c7\u00f6\u00fcrs\u00e9 \u00d6\u00fctl\u00efn\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "Course Run:": "\u00c7\u00f6\u00fcrs\u00e9 R\u00fcn: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Course Start": "\u00c7\u00f6\u00fcrs\u00e9 St\u00e4rt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Course Title": "\u00c7\u00f6\u00fcrs\u00e9 T\u00eftl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Course Title Override": "\u00c7\u00f6\u00fcrs\u00e9 T\u00eftl\u00e9 \u00d6v\u00e9rr\u00efd\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Course Video Settings": "\u00c7\u00f6\u00fcrs\u00e9 V\u00efd\u00e9\u00f6 S\u00e9tt\u00efngs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Course is not yet visible to students.": "\u00c7\u00f6\u00fcrs\u00e9 \u00efs n\u00f6t \u00fd\u00e9t v\u00efs\u00ef\u00dfl\u00e9 t\u00f6 st\u00fcd\u00e9nts. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "Course pacing cannot be changed once a course has started.": "\u00c7\u00f6\u00fcrs\u00e9 p\u00e4\u00e7\u00efng \u00e7\u00e4nn\u00f6t \u00df\u00e9 \u00e7h\u00e4ng\u00e9d \u00f6n\u00e7\u00e9 \u00e4 \u00e7\u00f6\u00fcrs\u00e9 h\u00e4s st\u00e4rt\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Course title": "\u00c7\u00f6\u00fcrs\u00e9 t\u00eftl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Course-Wide Discussion Topics": "\u00c7\u00f6\u00fcrs\u00e9-W\u00efd\u00e9 D\u00efs\u00e7\u00fcss\u00ef\u00f6n T\u00f6p\u00ef\u00e7s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Create": "\u00c7r\u00e9\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Create Account": "\u00c7r\u00e9\u00e4t\u00e9 \u00c0\u00e7\u00e7\u00f6\u00fcnt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "Create Re-run": "\u00c7r\u00e9\u00e4t\u00e9 R\u00e9-r\u00fcn \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Create a New Team": "\u00c7r\u00e9\u00e4t\u00e9 \u00e4 N\u00e9w T\u00e9\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Create a content group": "\u00c7r\u00e9\u00e4t\u00e9 \u00e4 \u00e7\u00f6nt\u00e9nt gr\u00f6\u00fcp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "\u00c7r\u00e9\u00e4t\u00e9 \u00e4 n\u00e9w t\u00e9\u00e4m \u00eff \u00fd\u00f6\u00fc \u00e7\u00e4n't f\u00efnd \u00e4n \u00e9x\u00efst\u00efng t\u00e9\u00e4m t\u00f6 j\u00f6\u00efn, \u00f6r \u00eff \u00fd\u00f6\u00fc w\u00f6\u00fcld l\u00efk\u00e9 t\u00f6 l\u00e9\u00e4rn w\u00efth fr\u00ef\u00e9nds \u00fd\u00f6\u00fc kn\u00f6w. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Create a {link_start}Mozilla Backpack{link_end} account, or log in to your existing account": "\u00c7r\u00e9\u00e4t\u00e9 \u00e4 {link_start}M\u00f6z\u00efll\u00e4 B\u00e4\u00e7kp\u00e4\u00e7k{link_end} \u00e4\u00e7\u00e7\u00f6\u00fcnt, \u00f6r l\u00f6g \u00efn t\u00f6 \u00fd\u00f6\u00fcr \u00e9x\u00efst\u00efng \u00e4\u00e7\u00e7\u00f6\u00fcnt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "Create account using %(providerName)s.": "\u00c7r\u00e9\u00e4t\u00e9 \u00e4\u00e7\u00e7\u00f6\u00fcnt \u00fcs\u00efng %(providerName)s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Create an Account": "\u00c7r\u00e9\u00e4t\u00e9 \u00e4n \u00c0\u00e7\u00e7\u00f6\u00fcnt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Create an Account.": "\u00c7r\u00e9\u00e4t\u00e9 \u00e4n \u00c0\u00e7\u00e7\u00f6\u00fcnt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Create an account using": "\u00c7r\u00e9\u00e4t\u00e9 \u00e4n \u00e4\u00e7\u00e7\u00f6\u00fcnt \u00fcs\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Create team.": "\u00c7r\u00e9\u00e4t\u00e9 t\u00e9\u00e4m. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Created": "\u00c7r\u00e9\u00e4t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Creating missing groups": "\u00c7r\u00e9\u00e4t\u00efng m\u00efss\u00efng gr\u00f6\u00fcps \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Creative Commons": "\u00c7r\u00e9\u00e4t\u00efv\u00e9 \u00c7\u00f6mm\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Creative Commons licensed content, with terms as follow:": "\u00c7r\u00e9\u00e4t\u00efv\u00e9 \u00c7\u00f6mm\u00f6ns l\u00ef\u00e7\u00e9ns\u00e9d \u00e7\u00f6nt\u00e9nt, w\u00efth t\u00e9rms \u00e4s f\u00f6ll\u00f6w: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Criterion Added": "\u00c7r\u00eft\u00e9r\u00ef\u00f6n \u00c0dd\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Criterion Deleted": "\u00c7r\u00eft\u00e9r\u00ef\u00f6n D\u00e9l\u00e9t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Crossed out items have been refunded.": "\u00c7r\u00f6ss\u00e9d \u00f6\u00fct \u00eft\u00e9ms h\u00e4v\u00e9 \u00df\u00e9\u00e9n r\u00e9f\u00fcnd\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "Current Role:": "\u00c7\u00fcrr\u00e9nt R\u00f6l\u00e9: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Current conversation": "\u00c7\u00fcrr\u00e9nt \u00e7\u00f6nv\u00e9rs\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Current enrollment mode:": "\u00c7\u00fcrr\u00e9nt \u00e9nr\u00f6llm\u00e9nt m\u00f6d\u00e9: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "Current location": "\u00c7\u00fcrr\u00e9nt l\u00f6\u00e7\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Current tab": "\u00c7\u00fcrr\u00e9nt t\u00e4\u00df \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Currently selected": "\u00c7\u00fcrr\u00e9ntl\u00fd s\u00e9l\u00e9\u00e7t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Custom color": "\u00c7\u00fcst\u00f6m \u00e7\u00f6l\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Custom...": "\u00c7\u00fcst\u00f6m... \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Cut": "\u00c7\u00fct \u2c60'\u03c3\u044f\u0454\u043c#", + "Cut row": "\u00c7\u00fct r\u00f6w \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Date": "D\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Date Added": "D\u00e4t\u00e9 \u00c0dd\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Date Joined": "D\u00e4t\u00e9 J\u00f6\u00efn\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Date Placed": "D\u00e4t\u00e9 Pl\u00e4\u00e7\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Date added": "D\u00e4t\u00e9 \u00e4dd\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Deactivate": "D\u00e9\u00e4\u00e7t\u00efv\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Deadlines": "D\u00e9\u00e4dl\u00efn\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "December": "decembro", + "Declined": "D\u00e9\u00e7l\u00efn\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Decrease indent": "D\u00e9\u00e7r\u00e9\u00e4s\u00e9 \u00efnd\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Default": "D\u00e9f\u00e4\u00fclt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Default (Local Time Zone)": "D\u00e9f\u00e4\u00fclt (L\u00f6\u00e7\u00e4l T\u00efm\u00e9 Z\u00f6n\u00e9) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Default Timed Transcript": "D\u00e9f\u00e4\u00fclt T\u00efm\u00e9d Tr\u00e4ns\u00e7r\u00efpt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "Delete": "D\u00e9l\u00e9t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Delete \"<%= signatoryName %>\" from the list of signatories?": "D\u00e9l\u00e9t\u00e9 \"<%= signatoryName %>\" fr\u00f6m th\u00e9 l\u00efst \u00f6f s\u00efgn\u00e4t\u00f6r\u00ef\u00e9s? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Delete File Confirmation": "D\u00e9l\u00e9t\u00e9 F\u00efl\u00e9 \u00c7\u00f6nf\u00efrm\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "Delete My Account": "D\u00e9l\u00e9t\u00e9 M\u00fd \u00c0\u00e7\u00e7\u00f6\u00fcnt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Delete Page Confirmation": "D\u00e9l\u00e9t\u00e9 P\u00e4g\u00e9 \u00c7\u00f6nf\u00efrm\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "Delete Team": "D\u00e9l\u00e9t\u00e9 T\u00e9\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Delete column": "D\u00e9l\u00e9t\u00e9 \u00e7\u00f6l\u00fcmn \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Delete row": "D\u00e9l\u00e9t\u00e9 r\u00f6w \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Delete student '<%- student_id %>'s state on problem '<%- problem_id %>'?": "D\u00e9l\u00e9t\u00e9 st\u00fcd\u00e9nt '<%- student_id %>'s st\u00e4t\u00e9 \u00f6n pr\u00f6\u00dfl\u00e9m '<%- problem_id %>'? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Delete table": "D\u00e9l\u00e9t\u00e9 t\u00e4\u00dfl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Delete the user, {username}": "D\u00e9l\u00e9t\u00e9 th\u00e9 \u00fcs\u00e9r, {username} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Delete this %(item_display_name)s?": "D\u00e9l\u00e9t\u00e9 th\u00efs %(item_display_name)s? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Delete this asset": "D\u00e9l\u00e9t\u00e9 th\u00efs \u00e4ss\u00e9t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Delete this team?": "D\u00e9l\u00e9t\u00e9 th\u00efs t\u00e9\u00e4m? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Delete this {xblock_type} (and prerequisite)?": "D\u00e9l\u00e9t\u00e9 th\u00efs {xblock_type} (\u00e4nd pr\u00e9r\u00e9q\u00fc\u00efs\u00eft\u00e9)? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "Delete this {xblock_type}?": "D\u00e9l\u00e9t\u00e9 th\u00efs {xblock_type}? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Delete \u201c<%- name %>\u201d?": "D\u00e9l\u00e9t\u00e9 \u201c<%- name %>\u201d? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Deleted Content Group": "D\u00e9l\u00e9t\u00e9d \u00c7\u00f6nt\u00e9nt Gr\u00f6\u00fcp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Deleted Group": "D\u00e9l\u00e9t\u00e9d Gr\u00f6\u00fcp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Deleting": "D\u00e9l\u00e9t\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Deleting a team is permanent and cannot be undone.All members are removed from the team, and team discussions can no longer be accessed.": "D\u00e9l\u00e9t\u00efng \u00e4 t\u00e9\u00e4m \u00efs p\u00e9rm\u00e4n\u00e9nt \u00e4nd \u00e7\u00e4nn\u00f6t \u00df\u00e9 \u00fcnd\u00f6n\u00e9.\u00c0ll m\u00e9m\u00df\u00e9rs \u00e4r\u00e9 r\u00e9m\u00f6v\u00e9d fr\u00f6m th\u00e9 t\u00e9\u00e4m, \u00e4nd t\u00e9\u00e4m d\u00efs\u00e7\u00fcss\u00ef\u00f6ns \u00e7\u00e4n n\u00f6 l\u00f6ng\u00e9r \u00df\u00e9 \u00e4\u00e7\u00e7\u00e9ss\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142\u03b1\u0432\u03c3\u044f#", + "Deleting a textbook cannot be undone and once deleted any reference to it in your courseware's navigation will also be removed.": "D\u00e9l\u00e9t\u00efng \u00e4 t\u00e9xt\u00df\u00f6\u00f6k \u00e7\u00e4nn\u00f6t \u00df\u00e9 \u00fcnd\u00f6n\u00e9 \u00e4nd \u00f6n\u00e7\u00e9 d\u00e9l\u00e9t\u00e9d \u00e4n\u00fd r\u00e9f\u00e9r\u00e9n\u00e7\u00e9 t\u00f6 \u00eft \u00efn \u00fd\u00f6\u00fcr \u00e7\u00f6\u00fcrs\u00e9w\u00e4r\u00e9's n\u00e4v\u00efg\u00e4t\u00ef\u00f6n w\u00efll \u00e4ls\u00f6 \u00df\u00e9 r\u00e9m\u00f6v\u00e9d. \u2c60'\u03c3\u044f\u0454#", + "Deleting this %(item_display_name)s is permanent and cannot be undone.": "D\u00e9l\u00e9t\u00efng th\u00efs %(item_display_name)s \u00efs p\u00e9rm\u00e4n\u00e9nt \u00e4nd \u00e7\u00e4nn\u00f6t \u00df\u00e9 \u00fcnd\u00f6n\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Deleting this {xblock_type} is permanent and cannot be undone.": "D\u00e9l\u00e9t\u00efng th\u00efs {xblock_type} \u00efs p\u00e9rm\u00e4n\u00e9nt \u00e4nd \u00e7\u00e4nn\u00f6t \u00df\u00e9 \u00fcnd\u00f6n\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Deprecated": "D\u00e9pr\u00e9\u00e7\u00e4t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Describe ": "D\u00e9s\u00e7r\u00ef\u00df\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Description": "D\u00e9s\u00e7r\u00efpt\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Description of the certificate": "D\u00e9s\u00e7r\u00efpt\u00ef\u00f6n \u00f6f th\u00e9 \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "Details": "D\u00e9t\u00e4\u00efls \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Dimensions": "D\u00efm\u00e9ns\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Disc": "D\u00efs\u00e7 \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Discard Changes": "D\u00efs\u00e7\u00e4rd \u00c7h\u00e4ng\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Discarding Changes": "D\u00efs\u00e7\u00e4rd\u00efng \u00c7h\u00e4ng\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Discussion Home": "D\u00efs\u00e7\u00fcss\u00ef\u00f6n H\u00f6m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Discussion topics in the course are not divided.": "D\u00efs\u00e7\u00fcss\u00ef\u00f6n t\u00f6p\u00ef\u00e7s \u00efn th\u00e9 \u00e7\u00f6\u00fcrs\u00e9 \u00e4r\u00e9 n\u00f6t d\u00efv\u00efd\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Discussions are unified; all learners interact with posts from other learners, regardless of the group they are in.": "D\u00efs\u00e7\u00fcss\u00ef\u00f6ns \u00e4r\u00e9 \u00fcn\u00eff\u00ef\u00e9d; \u00e4ll l\u00e9\u00e4rn\u00e9rs \u00efnt\u00e9r\u00e4\u00e7t w\u00efth p\u00f6sts fr\u00f6m \u00f6th\u00e9r l\u00e9\u00e4rn\u00e9rs, r\u00e9g\u00e4rdl\u00e9ss \u00f6f th\u00e9 gr\u00f6\u00fcp th\u00e9\u00fd \u00e4r\u00e9 \u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Display Name": "D\u00efspl\u00e4\u00fd N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Div": "D\u00efv \u2c60'\u03c3\u044f\u0454\u043c#", + "Divide the selected content-specific discussion topics": "D\u00efv\u00efd\u00e9 th\u00e9 s\u00e9l\u00e9\u00e7t\u00e9d \u00e7\u00f6nt\u00e9nt-sp\u00e9\u00e7\u00eff\u00ef\u00e7 d\u00efs\u00e7\u00fcss\u00ef\u00f6n t\u00f6p\u00ef\u00e7s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Divided": "D\u00efv\u00efd\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Do not show again": "D\u00f6 n\u00f6t sh\u00f6w \u00e4g\u00e4\u00efn \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "D\u00f6 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00e4ll\u00f6w th\u00efs st\u00fcd\u00e9nt ('{student_id}') t\u00f6 sk\u00efp th\u00e9 \u00e9ntr\u00e4n\u00e7\u00e9 \u00e9x\u00e4m? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Do you want to replace the edX transcript with the YouTube transcript?": "D\u00f6 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 r\u00e9pl\u00e4\u00e7\u00e9 th\u00e9 \u00e9dX tr\u00e4ns\u00e7r\u00efpt w\u00efth th\u00e9 \u00dd\u00f6\u00fcT\u00fc\u00df\u00e9 tr\u00e4ns\u00e7r\u00efpt? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Do you want to upload your file before submitting?": "D\u00f6 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00fcpl\u00f6\u00e4d \u00fd\u00f6\u00fcr f\u00efl\u00e9 \u00df\u00e9f\u00f6r\u00e9 s\u00fc\u00dfm\u00eftt\u00efng? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Document properties": "D\u00f6\u00e7\u00fcm\u00e9nt pr\u00f6p\u00e9rt\u00ef\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Does the name on your ID match your account name: %(fullName)s?": "D\u00f6\u00e9s th\u00e9 n\u00e4m\u00e9 \u00f6n \u00fd\u00f6\u00fcr \u00ccD m\u00e4t\u00e7h \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt n\u00e4m\u00e9: %(fullName)s? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Does the photo of you match your ID photo?": "D\u00f6\u00e9s th\u00e9 ph\u00f6t\u00f6 \u00f6f \u00fd\u00f6\u00fc m\u00e4t\u00e7h \u00fd\u00f6\u00fcr \u00ccD ph\u00f6t\u00f6? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Does the photo of you show your whole face?": "D\u00f6\u00e9s th\u00e9 ph\u00f6t\u00f6 \u00f6f \u00fd\u00f6\u00fc sh\u00f6w \u00fd\u00f6\u00fcr wh\u00f6l\u00e9 f\u00e4\u00e7\u00e9? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "D\u00f6n't s\u00e9\u00e9 \u00fd\u00f6\u00fcr p\u00ef\u00e7t\u00fcr\u00e9? M\u00e4k\u00e9 s\u00fcr\u00e9 t\u00f6 \u00e4ll\u00f6w \u00fd\u00f6\u00fcr \u00dfr\u00f6ws\u00e9r t\u00f6 \u00fcs\u00e9 \u00fd\u00f6\u00fcr \u00e7\u00e4m\u00e9r\u00e4 wh\u00e9n \u00eft \u00e4sks f\u00f6r p\u00e9rm\u00efss\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Donate": "D\u00f6n\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Double-check that your webcam is connected and working to continue.": "D\u00f6\u00fc\u00dfl\u00e9-\u00e7h\u00e9\u00e7k th\u00e4t \u00fd\u00f6\u00fcr w\u00e9\u00df\u00e7\u00e4m \u00efs \u00e7\u00f6nn\u00e9\u00e7t\u00e9d \u00e4nd w\u00f6rk\u00efng t\u00f6 \u00e7\u00f6nt\u00efn\u00fc\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Download": "D\u00f6wnl\u00f6\u00e4d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Download Memberships": "D\u00f6wnl\u00f6\u00e4d M\u00e9m\u00df\u00e9rsh\u00efps \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Download Software Clicked": "D\u00f6wnl\u00f6\u00e4d S\u00f6ftw\u00e4r\u00e9 \u00c7l\u00ef\u00e7k\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Download Transcript for Editing": "D\u00f6wnl\u00f6\u00e4d Tr\u00e4ns\u00e7r\u00efpt f\u00f6r \u00c9d\u00eft\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "Download URL": "D\u00f6wnl\u00f6\u00e4d \u00dbRL \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Download available encodings (.csv)": "D\u00f6wnl\u00f6\u00e4d \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 \u00e9n\u00e7\u00f6d\u00efngs (.\u00e7sv) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "Download the user's certificate": "D\u00f6wnl\u00f6\u00e4d th\u00e9 \u00fcs\u00e9r's \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "Draft (Never published)": "Dr\u00e4ft (N\u00e9v\u00e9r p\u00fc\u00dfl\u00efsh\u00e9d) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Draft (Unpublished changes)": "Dr\u00e4ft (\u00dbnp\u00fc\u00dfl\u00efsh\u00e9d \u00e7h\u00e4ng\u00e9s) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", + "Draft saved on {lastSavedStart}{editedOn}{lastSavedEnd} by {editedByStart}{editedBy}{editedByEnd}": "Dr\u00e4ft s\u00e4v\u00e9d \u00f6n {lastSavedStart}{editedOn}{lastSavedEnd} \u00df\u00fd {editedByStart}{editedBy}{editedByEnd} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "Drag and drop or {spanStart}browse your computer{spanEnd}.": "Dr\u00e4g \u00e4nd dr\u00f6p \u00f6r {spanStart}\u00dfr\u00f6ws\u00e9 \u00fd\u00f6\u00fcr \u00e7\u00f6mp\u00fct\u00e9r{spanEnd}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Drag to reorder": "Dr\u00e4g t\u00f6 r\u00e9\u00f6rd\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Drop target image": "Dr\u00f6p t\u00e4rg\u00e9t \u00efm\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Due Date": "D\u00fc\u00e9 D\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Due Date:": "D\u00fc\u00e9 D\u00e4t\u00e9: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Due Time in UTC:": "D\u00fc\u00e9 T\u00efm\u00e9 \u00efn \u00dbT\u00c7: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Due date cannot be before start date.": "D\u00fc\u00e9 d\u00e4t\u00e9 \u00e7\u00e4nn\u00f6t \u00df\u00e9 \u00df\u00e9f\u00f6r\u00e9 st\u00e4rt d\u00e4t\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "Due:": "D\u00fc\u00e9: \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Duplicate": "D\u00fcpl\u00ef\u00e7\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Duplicating": "D\u00fcpl\u00ef\u00e7\u00e4t\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Duration (sec)": "D\u00fcr\u00e4t\u00ef\u00f6n (s\u00e9\u00e7) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "Earned %(created)s.": "\u00c9\u00e4rn\u00e9d %(created)s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Earned Certificates": "\u00c9\u00e4rn\u00e9d \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.": "\u00c9dX d\u00f6\u00e9sn't h\u00e4v\u00e9 \u00e4 t\u00efm\u00e9d tr\u00e4ns\u00e7r\u00efpt f\u00f6r th\u00efs v\u00efd\u00e9\u00f6 \u00efn St\u00fcd\u00ef\u00f6, \u00df\u00fct w\u00e9 f\u00f6\u00fcnd \u00e4 tr\u00e4ns\u00e7r\u00efpt \u00f6n \u00dd\u00f6\u00fcT\u00fc\u00df\u00e9. \u00dd\u00f6\u00fc \u00e7\u00e4n \u00efmp\u00f6rt th\u00e9 \u00dd\u00f6\u00fcT\u00fc\u00df\u00e9 tr\u00e4ns\u00e7r\u00efpt \u00f6r \u00fcpl\u00f6\u00e4d \u00fd\u00f6\u00fcr \u00f6wn .srt tr\u00e4ns\u00e7r\u00efpt f\u00efl\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 #", + "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "\u00c9dX d\u00f6\u00e9sn\\'t h\u00e4v\u00e9 \u00e4 t\u00efm\u00e9d tr\u00e4ns\u00e7r\u00efpt f\u00f6r th\u00efs v\u00efd\u00e9\u00f6. Pl\u00e9\u00e4s\u00e9 \u00fcpl\u00f6\u00e4d \u00e4n .srt f\u00efl\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "\u00c9dX h\u00e4s \u00e4 t\u00efm\u00e9d tr\u00e4ns\u00e7r\u00efpt f\u00f6r th\u00efs v\u00efd\u00e9\u00f6. \u00ccf \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00e9d\u00eft th\u00efs tr\u00e4ns\u00e7r\u00efpt, \u00fd\u00f6\u00fc \u00e7\u00e4n d\u00f6wnl\u00f6\u00e4d, \u00e9d\u00eft, \u00e4nd r\u00e9-\u00fcpl\u00f6\u00e4d th\u00e9 \u00e9x\u00efst\u00efng tr\u00e4ns\u00e7r\u00efpt. \u00ccf \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 r\u00e9pl\u00e4\u00e7\u00e9 th\u00efs tr\u00e4ns\u00e7r\u00efpt, \u00fcpl\u00f6\u00e4d \u00e4 n\u00e9w .srt tr\u00e4ns\u00e7r\u00efpt f\u00efl\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442#", + "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "\u00c9dX h\u00e4s \u00e4 t\u00efm\u00e9d tr\u00e4ns\u00e7r\u00efpt f\u00f6r th\u00efs v\u00efd\u00e9\u00f6. \u00ccf \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 r\u00e9pl\u00e4\u00e7\u00e9 th\u00efs tr\u00e4ns\u00e7r\u00efpt, \u00fcpl\u00f6\u00e4d \u00e4 n\u00e9w .srt tr\u00e4ns\u00e7r\u00efpt f\u00efl\u00e9. \u00ccf \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00e9d\u00eft th\u00efs tr\u00e4ns\u00e7r\u00efpt, \u00fd\u00f6\u00fc \u00e7\u00e4n d\u00f6wnl\u00f6\u00e4d, \u00e9d\u00eft, \u00e4nd r\u00e9-\u00fcpl\u00f6\u00e4d th\u00e9 \u00e9x\u00efst\u00efng tr\u00e4ns\u00e7r\u00efpt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442#", + "Edit": "\u00c9d\u00eft \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Edit %(display_name)s (required)": "\u00c9d\u00eft %(display_name)s (r\u00e9q\u00fc\u00efr\u00e9d) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Edit HTML": "\u00c9d\u00eft HTML \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Edit Membership": "\u00c9d\u00eft M\u00e9m\u00df\u00e9rsh\u00efp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Edit Team": "\u00c9d\u00eft T\u00e9\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Edit Thumbnail": "\u00c9d\u00eft Th\u00fcm\u00dfn\u00e4\u00efl \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "Edit Title": "\u00c9d\u00eft T\u00eftl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Edit Your Name": "\u00c9d\u00eft \u00dd\u00f6\u00fcr N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "Edit this certificate?": "\u00c9d\u00eft th\u00efs \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Editable": "\u00c9d\u00eft\u00e4\u00dfl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Editing access for: {title}": "\u00c9d\u00eft\u00efng \u00e4\u00e7\u00e7\u00e9ss f\u00f6r: {title} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Editing: {title}": "\u00c9d\u00eft\u00efng: {title} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Editor": "\u00c9d\u00eft\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Education Completed": "\u00c9d\u00fc\u00e7\u00e4t\u00ef\u00f6n \u00c7\u00f6mpl\u00e9t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Eligible": "\u00c9l\u00efg\u00ef\u00dfl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Email": "\u00c9m\u00e4\u00efl \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Email Address (Sign In)": "\u00c9m\u00e4\u00efl \u00c0ddr\u00e9ss (S\u00efgn \u00ccn) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Email address": "\u00c9m\u00e4\u00efl \u00e4ddr\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Emails successfully sent. The following users are no longer enrolled in the course:": "\u00c9m\u00e4\u00efls s\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd s\u00e9nt. Th\u00e9 f\u00f6ll\u00f6w\u00efng \u00fcs\u00e9rs \u00e4r\u00e9 n\u00f6 l\u00f6ng\u00e9r \u00e9nr\u00f6ll\u00e9d \u00efn th\u00e9 \u00e7\u00f6\u00fcrs\u00e9: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "Embed": "\u00c9m\u00df\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Emoticons": "\u00c9m\u00f6t\u00ef\u00e7\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Enable": "\u00c9n\u00e4\u00dfl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Enable Cohorts": "\u00c9n\u00e4\u00dfl\u00e9 \u00c7\u00f6h\u00f6rts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "Enable Now": "\u00c9n\u00e4\u00dfl\u00e9 N\u00f6w \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Enable Weekly Highlight Emails": "\u00c9n\u00e4\u00dfl\u00e9 W\u00e9\u00e9kl\u00fd H\u00efghl\u00efght \u00c9m\u00e4\u00efls \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "Enabled": "\u00c9n\u00e4\u00dfl\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Encoding": "\u00c9n\u00e7\u00f6d\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "End My Exam": "\u00c9nd M\u00fd \u00c9x\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "End of transcript. Skip to the start.": "\u00c9nd \u00f6f tr\u00e4ns\u00e7r\u00efpt. Sk\u00efp t\u00f6 th\u00e9 st\u00e4rt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "Ends {end}": "\u00c9nds {end} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Engage with posts": "\u00c9ng\u00e4g\u00e9 w\u00efth p\u00f6sts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Enroll Now": "\u00c9nr\u00f6ll N\u00f6w \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Enrolled": "\u00c9nr\u00f6ll\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Enrolling you in the selected course": "\u00c9nr\u00f6ll\u00efng \u00fd\u00f6\u00fc \u00efn th\u00e9 s\u00e9l\u00e9\u00e7t\u00e9d \u00e7\u00f6\u00fcrs\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "Enrollment Date": "\u00c9nr\u00f6llm\u00e9nt D\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Enrollment Mode": "\u00c9nr\u00f6llm\u00e9nt M\u00f6d\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Enrollment Opens on": "\u00c9nr\u00f6llm\u00e9nt \u00d6p\u00e9ns \u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Enrollment Tracks": "\u00c9nr\u00f6llm\u00e9nt Tr\u00e4\u00e7ks \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Ensure that you can see your photo and read your name": "\u00c9ns\u00fcr\u00e9 th\u00e4t \u00fd\u00f6\u00fc \u00e7\u00e4n s\u00e9\u00e9 \u00fd\u00f6\u00fcr ph\u00f6t\u00f6 \u00e4nd r\u00e9\u00e4d \u00fd\u00f6\u00fcr n\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Enter 3-5 highlights to include in the email message that learners receive for this section (250 character limit).": "\u00c9nt\u00e9r 3-5 h\u00efghl\u00efghts t\u00f6 \u00efn\u00e7l\u00fcd\u00e9 \u00efn th\u00e9 \u00e9m\u00e4\u00efl m\u00e9ss\u00e4g\u00e9 th\u00e4t l\u00e9\u00e4rn\u00e9rs r\u00e9\u00e7\u00e9\u00efv\u00e9 f\u00f6r th\u00efs s\u00e9\u00e7t\u00ef\u00f6n (250 \u00e7h\u00e4r\u00e4\u00e7t\u00e9r l\u00efm\u00eft). \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Enter Due Date and Time": "\u00c9nt\u00e9r D\u00fc\u00e9 D\u00e4t\u00e9 \u00e4nd T\u00efm\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Enter Start Date and Time": "\u00c9nt\u00e9r St\u00e4rt D\u00e4t\u00e9 \u00e4nd T\u00efm\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Enter a student's username or email address.": "\u00c9nt\u00e9r \u00e4 st\u00fcd\u00e9nt's \u00fcs\u00e9rn\u00e4m\u00e9 \u00f6r \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Enter a username or email.": "\u00c9nt\u00e9r \u00e4 \u00fcs\u00e9rn\u00e4m\u00e9 \u00f6r \u00e9m\u00e4\u00efl. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Enter and confirm your new password.": "\u00c9nt\u00e9r \u00e4nd \u00e7\u00f6nf\u00efrm \u00fd\u00f6\u00fcr n\u00e9w p\u00e4ssw\u00f6rd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "Enter email addresses and/or usernames, separated by new lines or commas, for the learners you want to add. *": "\u00c9nt\u00e9r \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss\u00e9s \u00e4nd/\u00f6r \u00fcs\u00e9rn\u00e4m\u00e9s, s\u00e9p\u00e4r\u00e4t\u00e9d \u00df\u00fd n\u00e9w l\u00efn\u00e9s \u00f6r \u00e7\u00f6mm\u00e4s, f\u00f6r th\u00e9 l\u00e9\u00e4rn\u00e9rs \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00e4dd. * \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Enter information to describe your team. You cannot change these details after you create the team.": "\u00c9nt\u00e9r \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n t\u00f6 d\u00e9s\u00e7r\u00ef\u00df\u00e9 \u00fd\u00f6\u00fcr t\u00e9\u00e4m. \u00dd\u00f6\u00fc \u00e7\u00e4nn\u00f6t \u00e7h\u00e4ng\u00e9 th\u00e9s\u00e9 d\u00e9t\u00e4\u00efls \u00e4ft\u00e9r \u00fd\u00f6\u00fc \u00e7r\u00e9\u00e4t\u00e9 th\u00e9 t\u00e9\u00e4m. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Enter some details for your support request.": "\u00c9nt\u00e9r s\u00f6m\u00e9 d\u00e9t\u00e4\u00efls f\u00f6r \u00fd\u00f6\u00fcr s\u00fcpp\u00f6rt r\u00e9q\u00fc\u00e9st. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Enter team description.": "\u00c9nt\u00e9r t\u00e9\u00e4m d\u00e9s\u00e7r\u00efpt\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Enter team name.": "\u00c9nt\u00e9r t\u00e9\u00e4m n\u00e4m\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Enter the account information for your organization.": "\u00c9nt\u00e9r th\u00e9 \u00e4\u00e7\u00e7\u00f6\u00fcnt \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n f\u00f6r \u00fd\u00f6\u00fcr \u00f6rg\u00e4n\u00efz\u00e4t\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Enter the enrollment code.": "\u00c9nt\u00e9r th\u00e9 \u00e9nr\u00f6llm\u00e9nt \u00e7\u00f6d\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Enter the name of the cohort": "\u00c9nt\u00e9r th\u00e9 n\u00e4m\u00e9 \u00f6f th\u00e9 \u00e7\u00f6h\u00f6rt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Enter the page number you'd like to quickly navigate to.": "\u00c9nt\u00e9r th\u00e9 p\u00e4g\u00e9 n\u00fcm\u00df\u00e9r \u00fd\u00f6\u00fc'd l\u00efk\u00e9 t\u00f6 q\u00fc\u00ef\u00e7kl\u00fd n\u00e4v\u00efg\u00e4t\u00e9 t\u00f6. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Enter the username or email address of each learner that you want to add as an exception.": "\u00c9nt\u00e9r th\u00e9 \u00fcs\u00e9rn\u00e4m\u00e9 \u00f6r \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss \u00f6f \u00e9\u00e4\u00e7h l\u00e9\u00e4rn\u00e9r th\u00e4t \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00e4dd \u00e4s \u00e4n \u00e9x\u00e7\u00e9pt\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Enter username or email": "\u00c9nt\u00e9r \u00fcs\u00e9rn\u00e4m\u00e9 \u00f6r \u00e9m\u00e4\u00efl \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Enter your ": "\u00c9nt\u00e9r \u00fd\u00f6\u00fcr \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Entrance exam attempts is being reset for student '{student_id}'.": "\u00c9ntr\u00e4n\u00e7\u00e9 \u00e9x\u00e4m \u00e4tt\u00e9mpts \u00efs \u00df\u00e9\u00efng r\u00e9s\u00e9t f\u00f6r st\u00fcd\u00e9nt '{student_id}'. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Entrance exam state is being deleted for student '{student_id}'.": "\u00c9ntr\u00e4n\u00e7\u00e9 \u00e9x\u00e4m st\u00e4t\u00e9 \u00efs \u00df\u00e9\u00efng d\u00e9l\u00e9t\u00e9d f\u00f6r st\u00fcd\u00e9nt '{student_id}'. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Error": "\u00c9rr\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Error adding learners.": "\u00c9rr\u00f6r \u00e4dd\u00efng l\u00e9\u00e4rn\u00e9rs. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Error adding user": "\u00c9rr\u00f6r \u00e4dd\u00efng \u00fcs\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Error adding/removing users as beta testers.": "\u00c9rr\u00f6r \u00e4dd\u00efng/r\u00e9m\u00f6v\u00efng \u00fcs\u00e9rs \u00e4s \u00df\u00e9t\u00e4 t\u00e9st\u00e9rs. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Error assigning team memberships": "\u00c9rr\u00f6r \u00e4ss\u00efgn\u00efng t\u00e9\u00e4m m\u00e9m\u00df\u00e9rsh\u00efps \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "Error changing user's permissions.": "\u00c9rr\u00f6r \u00e7h\u00e4ng\u00efng \u00fcs\u00e9r's p\u00e9rm\u00efss\u00ef\u00f6ns. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "\u00c9rr\u00f6r d\u00e9l\u00e9t\u00efng \u00e9ntr\u00e4n\u00e7\u00e9 \u00e9x\u00e4m st\u00e4t\u00e9 f\u00f6r st\u00fcd\u00e9nt '{student_id}'. M\u00e4k\u00e9 s\u00fcr\u00e9 st\u00fcd\u00e9nt \u00efd\u00e9nt\u00eff\u00ef\u00e9r \u00efs \u00e7\u00f6rr\u00e9\u00e7t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Error deleting student '<%- student_id %>'s state on problem '<%- problem_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u00c9rr\u00f6r d\u00e9l\u00e9t\u00efng st\u00fcd\u00e9nt '<%- student_id %>'s st\u00e4t\u00e9 \u00f6n pr\u00f6\u00dfl\u00e9m '<%- problem_id %>'. M\u00e4k\u00e9 s\u00fcr\u00e9 th\u00e4t th\u00e9 pr\u00f6\u00dfl\u00e9m \u00e4nd st\u00fcd\u00e9nt \u00efd\u00e9nt\u00eff\u00ef\u00e9rs \u00e4r\u00e9 \u00e7\u00f6mpl\u00e9t\u00e9 \u00e4nd \u00e7\u00f6rr\u00e9\u00e7t. \u2c60'#", + "Error enrolling/unenrolling users.": "\u00c9rr\u00f6r \u00e9nr\u00f6ll\u00efng/\u00fcn\u00e9nr\u00f6ll\u00efng \u00fcs\u00e9rs. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "Error generating ORA data report. Please try again.": "\u00c9rr\u00f6r g\u00e9n\u00e9r\u00e4t\u00efng \u00d6R\u00c0 d\u00e4t\u00e4 r\u00e9p\u00f6rt. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Error generating grades. Please try again.": "\u00c9rr\u00f6r g\u00e9n\u00e9r\u00e4t\u00efng gr\u00e4d\u00e9s. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Error generating list of students who may enroll. Please try again.": "\u00c9rr\u00f6r g\u00e9n\u00e9r\u00e4t\u00efng l\u00efst \u00f6f st\u00fcd\u00e9nts wh\u00f6 m\u00e4\u00fd \u00e9nr\u00f6ll. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Error generating problem grade report. Please try again.": "\u00c9rr\u00f6r g\u00e9n\u00e9r\u00e4t\u00efng pr\u00f6\u00dfl\u00e9m gr\u00e4d\u00e9 r\u00e9p\u00f6rt. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Error generating proctored exam results. Please try again.": "\u00c9rr\u00f6r g\u00e9n\u00e9r\u00e4t\u00efng pr\u00f6\u00e7t\u00f6r\u00e9d \u00e9x\u00e4m r\u00e9s\u00fclts. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Error generating student profile information. Please try again.": "\u00c9rr\u00f6r g\u00e9n\u00e9r\u00e4t\u00efng st\u00fcd\u00e9nt pr\u00f6f\u00efl\u00e9 \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Error generating survey results. Please try again.": "\u00c9rr\u00f6r g\u00e9n\u00e9r\u00e4t\u00efng s\u00fcrv\u00e9\u00fd r\u00e9s\u00fclts. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Error getting enrollment status for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "\u00c9rr\u00f6r g\u00e9tt\u00efng \u00e9nr\u00f6llm\u00e9nt st\u00e4t\u00fcs f\u00f6r '<%- student_id %>'. M\u00e4k\u00e9 s\u00fcr\u00e9 th\u00e4t th\u00e9 st\u00fcd\u00e9nt \u00efd\u00e9nt\u00eff\u00ef\u00e9r \u00efs sp\u00e9ll\u00e9d \u00e7\u00f6rr\u00e9\u00e7tl\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "\u00c9rr\u00f6r g\u00e9tt\u00efng \u00e9ntr\u00e4n\u00e7\u00e9 \u00e9x\u00e4m t\u00e4sk h\u00efst\u00f6r\u00fd f\u00f6r st\u00fcd\u00e9nt '{student_id}'. M\u00e4k\u00e9 s\u00fcr\u00e9 st\u00fcd\u00e9nt \u00efd\u00e9nt\u00eff\u00ef\u00e9r \u00efs \u00e7\u00f6rr\u00e9\u00e7t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Error getting issued certificates list.": "\u00c9rr\u00f6r g\u00e9tt\u00efng \u00efss\u00fc\u00e9d \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s l\u00efst. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "Error getting student list.": "\u00c9rr\u00f6r g\u00e9tt\u00efng st\u00fcd\u00e9nt l\u00efst. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", + "Error getting student progress url for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "\u00c9rr\u00f6r g\u00e9tt\u00efng st\u00fcd\u00e9nt pr\u00f6gr\u00e9ss \u00fcrl f\u00f6r '<%- student_id %>'. M\u00e4k\u00e9 s\u00fcr\u00e9 th\u00e4t th\u00e9 st\u00fcd\u00e9nt \u00efd\u00e9nt\u00eff\u00ef\u00e9r \u00efs sp\u00e9ll\u00e9d \u00e7\u00f6rr\u00e9\u00e7tl\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 #", + "Error getting task history for problem '<%- problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u00c9rr\u00f6r g\u00e9tt\u00efng t\u00e4sk h\u00efst\u00f6r\u00fd f\u00f6r pr\u00f6\u00dfl\u00e9m '<%- problem_id %>' \u00e4nd st\u00fcd\u00e9nt '<%- student_id %>'. M\u00e4k\u00e9 s\u00fcr\u00e9 th\u00e4t th\u00e9 pr\u00f6\u00dfl\u00e9m \u00e4nd st\u00fcd\u00e9nt \u00efd\u00e9nt\u00eff\u00ef\u00e9rs \u00e4r\u00e9 \u00e7\u00f6mpl\u00e9t\u00e9 \u00e4nd \u00e7\u00f6rr\u00e9\u00e7t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142#", + "Error getting the number of ungraded responses": "\u00c9rr\u00f6r g\u00e9tt\u00efng th\u00e9 n\u00fcm\u00df\u00e9r \u00f6f \u00fcngr\u00e4d\u00e9d r\u00e9sp\u00f6ns\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Error importing course": "\u00c9rr\u00f6r \u00efmp\u00f6rt\u00efng \u00e7\u00f6\u00fcrs\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Error listing task history for this student and problem.": "\u00c9rr\u00f6r l\u00efst\u00efng t\u00e4sk h\u00efst\u00f6r\u00fd f\u00f6r th\u00efs st\u00fcd\u00e9nt \u00e4nd pr\u00f6\u00dfl\u00e9m. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Error removing user": "\u00c9rr\u00f6r r\u00e9m\u00f6v\u00efng \u00fcs\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "\u00c9rr\u00f6r r\u00e9s\u00e9tt\u00efng \u00e9ntr\u00e4n\u00e7\u00e9 \u00e9x\u00e4m \u00e4tt\u00e9mpts f\u00f6r st\u00fcd\u00e9nt '{student_id}'. M\u00e4k\u00e9 s\u00fcr\u00e9 st\u00fcd\u00e9nt \u00efd\u00e9nt\u00eff\u00ef\u00e9r \u00efs \u00e7\u00f6rr\u00e9\u00e7t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Error resetting problem attempts for problem '<%= problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u00c9rr\u00f6r r\u00e9s\u00e9tt\u00efng pr\u00f6\u00dfl\u00e9m \u00e4tt\u00e9mpts f\u00f6r pr\u00f6\u00dfl\u00e9m '<%= problem_id %>' \u00e4nd st\u00fcd\u00e9nt '<%- student_id %>'. M\u00e4k\u00e9 s\u00fcr\u00e9 th\u00e4t th\u00e9 pr\u00f6\u00dfl\u00e9m \u00e4nd st\u00fcd\u00e9nt \u00efd\u00e9nt\u00eff\u00ef\u00e9rs \u00e4r\u00e9 \u00e7\u00f6mpl\u00e9t\u00e9 \u00e4nd \u00e7\u00f6rr\u00e9\u00e7t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9#", + "Error retrieving grading configuration.": "\u00c9rr\u00f6r r\u00e9tr\u00ef\u00e9v\u00efng gr\u00e4d\u00efng \u00e7\u00f6nf\u00efg\u00fcr\u00e4t\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "Error sending email.": "\u00c9rr\u00f6r s\u00e9nd\u00efng \u00e9m\u00e4\u00efl. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Error starting a task to override score for problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the score and the problem and student identifiers are complete and correct.": "\u00c9rr\u00f6r st\u00e4rt\u00efng \u00e4 t\u00e4sk t\u00f6 \u00f6v\u00e9rr\u00efd\u00e9 s\u00e7\u00f6r\u00e9 f\u00f6r pr\u00f6\u00dfl\u00e9m '<%- problem_id %>' f\u00f6r st\u00fcd\u00e9nt '<%- student_id %>'. M\u00e4k\u00e9 s\u00fcr\u00e9 th\u00e4t th\u00e9 th\u00e9 s\u00e7\u00f6r\u00e9 \u00e4nd th\u00e9 pr\u00f6\u00dfl\u00e9m \u00e4nd st\u00fcd\u00e9nt \u00efd\u00e9nt\u00eff\u00ef\u00e9rs \u00e4r\u00e9 \u00e7\u00f6mpl\u00e9t\u00e9 \u00e4nd \u00e7\u00f6rr\u00e9\u00e7t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9#", + "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "\u00c9rr\u00f6r st\u00e4rt\u00efng \u00e4 t\u00e4sk t\u00f6 r\u00e9s\u00e7\u00f6r\u00e9 \u00e9ntr\u00e4n\u00e7\u00e9 \u00e9x\u00e4m f\u00f6r st\u00fcd\u00e9nt '{student_id}'. M\u00e4k\u00e9 s\u00fcr\u00e9 th\u00e4t \u00e9ntr\u00e4n\u00e7\u00e9 \u00e9x\u00e4m h\u00e4s pr\u00f6\u00dfl\u00e9ms \u00efn \u00eft \u00e4nd st\u00fcd\u00e9nt \u00efd\u00e9nt\u00eff\u00ef\u00e9r \u00efs \u00e7\u00f6rr\u00e9\u00e7t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c#", + "Error starting a task to rescore problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the problem and student identifiers are complete and correct.": "\u00c9rr\u00f6r st\u00e4rt\u00efng \u00e4 t\u00e4sk t\u00f6 r\u00e9s\u00e7\u00f6r\u00e9 pr\u00f6\u00dfl\u00e9m '<%- problem_id %>' f\u00f6r st\u00fcd\u00e9nt '<%- student_id %>'. M\u00e4k\u00e9 s\u00fcr\u00e9 th\u00e4t th\u00e9 th\u00e9 pr\u00f6\u00dfl\u00e9m \u00e4nd st\u00fcd\u00e9nt \u00efd\u00e9nt\u00eff\u00ef\u00e9rs \u00e4r\u00e9 \u00e7\u00f6mpl\u00e9t\u00e9 \u00e4nd \u00e7\u00f6rr\u00e9\u00e7t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9#", + "Error starting a task to rescore problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u00c9rr\u00f6r st\u00e4rt\u00efng \u00e4 t\u00e4sk t\u00f6 r\u00e9s\u00e7\u00f6r\u00e9 pr\u00f6\u00dfl\u00e9m '<%- problem_id %>'. M\u00e4k\u00e9 s\u00fcr\u00e9 th\u00e4t th\u00e9 pr\u00f6\u00dfl\u00e9m \u00efd\u00e9nt\u00eff\u00ef\u00e9r \u00efs \u00e7\u00f6mpl\u00e9t\u00e9 \u00e4nd \u00e7\u00f6rr\u00e9\u00e7t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Error starting a task to reset attempts for all students on problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u00c9rr\u00f6r st\u00e4rt\u00efng \u00e4 t\u00e4sk t\u00f6 r\u00e9s\u00e9t \u00e4tt\u00e9mpts f\u00f6r \u00e4ll st\u00fcd\u00e9nts \u00f6n pr\u00f6\u00dfl\u00e9m '<%- problem_id %>'. M\u00e4k\u00e9 s\u00fcr\u00e9 th\u00e4t th\u00e9 pr\u00f6\u00dfl\u00e9m \u00efd\u00e9nt\u00eff\u00ef\u00e9r \u00efs \u00e7\u00f6mpl\u00e9t\u00e9 \u00e4nd \u00e7\u00f6rr\u00e9\u00e7t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142\u03b1\u0432\u03c3#", + "Error when looking up username": "\u00c9rr\u00f6r wh\u00e9n l\u00f6\u00f6k\u00efng \u00fcp \u00fcs\u00e9rn\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "Error while generating certificates. Please try again.": "\u00c9rr\u00f6r wh\u00efl\u00e9 g\u00e9n\u00e9r\u00e4t\u00efng \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Error while regenerating certificates. Please try again.": "\u00c9rr\u00f6r wh\u00efl\u00e9 r\u00e9g\u00e9n\u00e9r\u00e4t\u00efng \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Error.": "\u00c9rr\u00f6r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Error:": "\u00c9rr\u00f6r: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Error: ": "\u00c9rr\u00f6r: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Error: Choosing failed.": "\u00c9rr\u00f6r: \u00c7h\u00f6\u00f6s\u00efng f\u00e4\u00efl\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Error: Connection with server failed.": "\u00c9rr\u00f6r: \u00c7\u00f6nn\u00e9\u00e7t\u00ef\u00f6n w\u00efth s\u00e9rv\u00e9r f\u00e4\u00efl\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "Error: Import failed.": "\u00c9rr\u00f6r: \u00ccmp\u00f6rt f\u00e4\u00efl\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Error: Replacing failed.": "\u00c9rr\u00f6r: R\u00e9pl\u00e4\u00e7\u00efng f\u00e4\u00efl\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "Error: Uploading failed.": "\u00c9rr\u00f6r: \u00dbpl\u00f6\u00e4d\u00efng f\u00e4\u00efl\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "Error: User '<%- username %>' has not yet activated their account. Users must create and activate their accounts before they can be assigned a role.": "\u00c9rr\u00f6r: \u00dbs\u00e9r '<%- username %>' h\u00e4s n\u00f6t \u00fd\u00e9t \u00e4\u00e7t\u00efv\u00e4t\u00e9d th\u00e9\u00efr \u00e4\u00e7\u00e7\u00f6\u00fcnt. \u00dbs\u00e9rs m\u00fcst \u00e7r\u00e9\u00e4t\u00e9 \u00e4nd \u00e4\u00e7t\u00efv\u00e4t\u00e9 th\u00e9\u00efr \u00e4\u00e7\u00e7\u00f6\u00fcnts \u00df\u00e9f\u00f6r\u00e9 th\u00e9\u00fd \u00e7\u00e4n \u00df\u00e9 \u00e4ss\u00efgn\u00e9d \u00e4 r\u00f6l\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142\u03b1\u0432\u03c3\u044f#", + "Error: You cannot remove yourself from the Instructor group!": "\u00c9rr\u00f6r: \u00dd\u00f6\u00fc \u00e7\u00e4nn\u00f6t r\u00e9m\u00f6v\u00e9 \u00fd\u00f6\u00fcrs\u00e9lf fr\u00f6m th\u00e9 \u00ccnstr\u00fc\u00e7t\u00f6r gr\u00f6\u00fcp! \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Errors": "\u00c9rr\u00f6rs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Errors/Technical Issues": "\u00c9rr\u00f6rs/T\u00e9\u00e7hn\u00ef\u00e7\u00e4l \u00ccss\u00fc\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Everyone who has staff privileges in this course": "\u00c9v\u00e9r\u00fd\u00f6n\u00e9 wh\u00f6 h\u00e4s st\u00e4ff pr\u00efv\u00efl\u00e9g\u00e9s \u00efn th\u00efs \u00e7\u00f6\u00fcrs\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Exam Types": "\u00c9x\u00e4m T\u00fdp\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Exam timer and end exam button": "\u00c9x\u00e4m t\u00efm\u00e9r \u00e4nd \u00e9nd \u00e9x\u00e4m \u00df\u00fctt\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "Exception Granted": "\u00c9x\u00e7\u00e9pt\u00ef\u00f6n Gr\u00e4nt\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Exit full browser": "\u00c9x\u00eft f\u00fcll \u00dfr\u00f6ws\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Expand All": "\u00c9xp\u00e4nd \u00c0ll \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Expand Instructions": "\u00c9xp\u00e4nd \u00ccnstr\u00fc\u00e7t\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Explain if other.": "\u00c9xpl\u00e4\u00efn \u00eff \u00f6th\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Explanation": "\u00c9xpl\u00e4n\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Explicitly Hiding from Students": "\u00c9xpl\u00ef\u00e7\u00eftl\u00fd H\u00efd\u00efng fr\u00f6m St\u00fcd\u00e9nts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "Explore New Programs": "\u00c9xpl\u00f6r\u00e9 N\u00e9w Pr\u00f6gr\u00e4ms \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Explore Programs": "\u00c9xpl\u00f6r\u00e9 Pr\u00f6gr\u00e4ms \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Explore your course!": "\u00c9xpl\u00f6r\u00e9 \u00fd\u00f6\u00fcr \u00e7\u00f6\u00fcrs\u00e9! \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Failed to delete student state for user.": "F\u00e4\u00efl\u00e9d t\u00f6 d\u00e9l\u00e9t\u00e9 st\u00fcd\u00e9nt st\u00e4t\u00e9 f\u00f6r \u00fcs\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "Failed to rescore problem for user.": "F\u00e4\u00efl\u00e9d t\u00f6 r\u00e9s\u00e7\u00f6r\u00e9 pr\u00f6\u00dfl\u00e9m f\u00f6r \u00fcs\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "Failed to rescore problem to improve score for user.": "F\u00e4\u00efl\u00e9d t\u00f6 r\u00e9s\u00e7\u00f6r\u00e9 pr\u00f6\u00dfl\u00e9m t\u00f6 \u00efmpr\u00f6v\u00e9 s\u00e7\u00f6r\u00e9 f\u00f6r \u00fcs\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Failed to reset attempts for user.": "F\u00e4\u00efl\u00e9d t\u00f6 r\u00e9s\u00e9t \u00e4tt\u00e9mpts f\u00f6r \u00fcs\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "February": "februaro", + "Feedback available for selection.": "F\u00e9\u00e9d\u00df\u00e4\u00e7k \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 f\u00f6r s\u00e9l\u00e9\u00e7t\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "File": "F\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "File Name": "F\u00efl\u00e9 N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "File format not supported. Please upload a file with a {ext} extension.": "F\u00efl\u00e9 f\u00f6rm\u00e4t n\u00f6t s\u00fcpp\u00f6rt\u00e9d. Pl\u00e9\u00e4s\u00e9 \u00fcpl\u00f6\u00e4d \u00e4 f\u00efl\u00e9 w\u00efth \u00e4 {ext} \u00e9xt\u00e9ns\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "File type is not allowed.": "F\u00efl\u00e9 t\u00fdp\u00e9 \u00efs n\u00f6t \u00e4ll\u00f6w\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "File types can not be empty.": "F\u00efl\u00e9 t\u00fdp\u00e9s \u00e7\u00e4n n\u00f6t \u00df\u00e9 \u00e9mpt\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "File upload succeeded": "F\u00efl\u00e9 \u00fcpl\u00f6\u00e4d s\u00fc\u00e7\u00e7\u00e9\u00e9d\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "F\u00efl\u00e9 {filename} \u00e9x\u00e7\u00e9\u00e9ds m\u00e4x\u00efm\u00fcm s\u00efz\u00e9 \u00f6f {maxFileSizeInMBs} MB \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "Files must be in JPEG or PNG format.": "F\u00efl\u00e9s m\u00fcst \u00df\u00e9 \u00efn JP\u00c9G \u00f6r PNG f\u00f6rm\u00e4t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "Files that you upload must be PDFs or image files in .gif, .jpg, .jpeg, or .png format.": "F\u00efl\u00e9s th\u00e4t \u00fd\u00f6\u00fc \u00fcpl\u00f6\u00e4d m\u00fcst \u00df\u00e9 PDFs \u00f6r \u00efm\u00e4g\u00e9 f\u00efl\u00e9s \u00efn .g\u00eff, .jpg, .jp\u00e9g, \u00f6r .png f\u00f6rm\u00e4t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", + "Files that you upload must be smaller than 5MB in size.": "F\u00efl\u00e9s th\u00e4t \u00fd\u00f6\u00fc \u00fcpl\u00f6\u00e4d m\u00fcst \u00df\u00e9 sm\u00e4ll\u00e9r th\u00e4n 5MB \u00efn s\u00efz\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Fill browser": "F\u00efll \u00dfr\u00f6ws\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Filter": "Filtru", + "Filter and sort topics": "F\u00eflt\u00e9r \u00e4nd s\u00f6rt t\u00f6p\u00ef\u00e7s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Final Grade": "F\u00efn\u00e4l Gr\u00e4d\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Final Grade Received": "F\u00efn\u00e4l Gr\u00e4d\u00e9 R\u00e9\u00e7\u00e9\u00efv\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Financial Aid": "F\u00efn\u00e4n\u00e7\u00ef\u00e4l \u00c0\u00efd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Financial Assistance": "F\u00efn\u00e4n\u00e7\u00ef\u00e4l \u00c0ss\u00efst\u00e4n\u00e7\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Financial Assistance Application": "F\u00efn\u00e4n\u00e7\u00ef\u00e4l \u00c0ss\u00efst\u00e4n\u00e7\u00e9 \u00c0ppl\u00ef\u00e7\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "Find": "F\u00efnd \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Find a course": "F\u00efnd \u00e4 \u00e7\u00f6\u00fcrs\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Find and replace": "F\u00efnd \u00e4nd r\u00e9pl\u00e4\u00e7\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Find answers to the top questions asked by learners.": "F\u00efnd \u00e4nsw\u00e9rs t\u00f6 th\u00e9 t\u00f6p q\u00fc\u00e9st\u00ef\u00f6ns \u00e4sk\u00e9d \u00df\u00fd l\u00e9\u00e4rn\u00e9rs. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Find discussions": "F\u00efnd d\u00efs\u00e7\u00fcss\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Find next": "F\u00efnd n\u00e9xt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Find previous": "F\u00efnd pr\u00e9v\u00ef\u00f6\u00fcs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Finish": "F\u00efn\u00efsh \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "First time here?": "F\u00efrst t\u00efm\u00e9 h\u00e9r\u00e9? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Follow or unfollow posts": "F\u00f6ll\u00f6w \u00f6r \u00fcnf\u00f6ll\u00f6w p\u00f6sts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "Font Family": "F\u00f6nt F\u00e4m\u00efl\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Font Sizes": "F\u00f6nt S\u00efz\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Footer": "F\u00f6\u00f6t\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "For grading to work, you must change all {oldName} subsections to {newName}.": "F\u00f6r gr\u00e4d\u00efng t\u00f6 w\u00f6rk, \u00fd\u00f6\u00fc m\u00fcst \u00e7h\u00e4ng\u00e9 \u00e4ll {oldName} s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6ns t\u00f6 {newName}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "For inquiries regarding assignments, grades, or structure of a specific course, please post in the discussion forums for that course directly.": "F\u00f6r \u00efnq\u00fc\u00efr\u00ef\u00e9s r\u00e9g\u00e4rd\u00efng \u00e4ss\u00efgnm\u00e9nts, gr\u00e4d\u00e9s, \u00f6r str\u00fc\u00e7t\u00fcr\u00e9 \u00f6f \u00e4 sp\u00e9\u00e7\u00eff\u00ef\u00e7 \u00e7\u00f6\u00fcrs\u00e9, pl\u00e9\u00e4s\u00e9 p\u00f6st \u00efn th\u00e9 d\u00efs\u00e7\u00fcss\u00ef\u00f6n f\u00f6r\u00fcms f\u00f6r th\u00e4t \u00e7\u00f6\u00fcrs\u00e9 d\u00efr\u00e9\u00e7tl\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442#", + "Format": "F\u00f6rm\u00e4t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Formats": "F\u00f6rm\u00e4ts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Free text notes": "Fr\u00e9\u00e9 t\u00e9xt n\u00f6t\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Frequently Asked Questions": "Fr\u00e9q\u00fc\u00e9ntl\u00fd \u00c0sk\u00e9d Q\u00fc\u00e9st\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Full Name": "F\u00fcll N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Full Profile": "F\u00fcll Pr\u00f6f\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Fullscreen": "F\u00fclls\u00e7r\u00e9\u00e9n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Fully Supported": "F\u00fcll\u00fd S\u00fcpp\u00f6rt\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Gender": "G\u00e9nd\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "General": "G\u00e9n\u00e9r\u00e4l \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "General Proctored Exam Rules": "G\u00e9n\u00e9r\u00e4l Pr\u00f6\u00e7t\u00f6r\u00e9d \u00c9x\u00e4m R\u00fcl\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Generate": "G\u00e9n\u00e9r\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Generate Exception Certificates": "G\u00e9n\u00e9r\u00e4t\u00e9 \u00c9x\u00e7\u00e9pt\u00ef\u00f6n \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "Generate the user's certificate": "G\u00e9n\u00e9r\u00e4t\u00e9 th\u00e9 \u00fcs\u00e9r's \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "Get Credit": "G\u00e9t \u00c7r\u00e9d\u00eft \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Go to Dashboard": "G\u00f6 t\u00f6 D\u00e4sh\u00df\u00f6\u00e4rd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Go to my Dashboard": "G\u00f6 t\u00f6 m\u00fd D\u00e4sh\u00df\u00f6\u00e4rd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Go to your Dashboard": "G\u00f6 t\u00f6 \u00fd\u00f6\u00fcr D\u00e4sh\u00df\u00f6\u00e4rd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Go to {platform} Home": "G\u00f6 t\u00f6 {platform} H\u00f6m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "Going forward, your account information will be updated and maintained by {enterprise_name}.": "G\u00f6\u00efng f\u00f6rw\u00e4rd, \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n w\u00efll \u00df\u00e9 \u00fcpd\u00e4t\u00e9d \u00e4nd m\u00e4\u00efnt\u00e4\u00efn\u00e9d \u00df\u00fd {enterprise_name}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "Government-Issued Photo ID": "G\u00f6v\u00e9rnm\u00e9nt-\u00ccss\u00fc\u00e9d Ph\u00f6t\u00f6 \u00ccD \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Grace period must be specified in HH:MM format.": "Gr\u00e4\u00e7\u00e9 p\u00e9r\u00ef\u00f6d m\u00fcst \u00df\u00e9 sp\u00e9\u00e7\u00eff\u00ef\u00e9d \u00efn HH:MM f\u00f6rm\u00e4t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Grade": "Gr\u00e4d\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Grade as:": "Gr\u00e4d\u00e9 \u00e4s: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Grade must be a number.": "Gr\u00e4d\u00e9 m\u00fcst \u00df\u00e9 \u00e4 n\u00fcm\u00df\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Grade must be an integer.": "Gr\u00e4d\u00e9 m\u00fcst \u00df\u00e9 \u00e4n \u00efnt\u00e9g\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Grade must be positive.": "Gr\u00e4d\u00e9 m\u00fcst \u00df\u00e9 p\u00f6s\u00eft\u00efv\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Graded as:": "Gr\u00e4d\u00e9d \u00e4s: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Grading": "Gr\u00e4d\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Group": "Gr\u00f6\u00fcp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Group %s": "Gr\u00f6\u00fcp %s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Group A": "Gr\u00f6\u00fcp \u00c0 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Group B": "Gr\u00f6\u00fcp B \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Group Configuration ID": "Gr\u00f6\u00fcp \u00c7\u00f6nf\u00efg\u00fcr\u00e4t\u00ef\u00f6n \u00ccD \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Group Configuration Name": "Gr\u00f6\u00fcp \u00c7\u00f6nf\u00efg\u00fcr\u00e4t\u00ef\u00f6n N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "Group Configuration information": "Gr\u00f6\u00fcp \u00c7\u00f6nf\u00efg\u00fcr\u00e4t\u00ef\u00f6n \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "Group Configuration name is required.": "Gr\u00f6\u00fcp \u00c7\u00f6nf\u00efg\u00fcr\u00e4t\u00ef\u00f6n n\u00e4m\u00e9 \u00efs r\u00e9q\u00fc\u00efr\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "Group information": "Gr\u00f6\u00fcp \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Group name is required": "Gr\u00f6\u00fcp n\u00e4m\u00e9 \u00efs r\u00e9q\u00fc\u00efr\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Groups": "Gr\u00f6\u00fcps \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "H Align": "H \u00c0l\u00efgn \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "HTML preview of post": "HTML pr\u00e9v\u00ef\u00e9w \u00f6f p\u00f6st \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "HTML source code": "HTML s\u00f6\u00fcr\u00e7\u00e9 \u00e7\u00f6d\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Header": "H\u00e9\u00e4d\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Header 1": "H\u00e9\u00e4d\u00e9r 1 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Header 2": "H\u00e9\u00e4d\u00e9r 2 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Header 3": "H\u00e9\u00e4d\u00e9r 3 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Header 4": "H\u00e9\u00e4d\u00e9r 4 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Header 5": "H\u00e9\u00e4d\u00e9r 5 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Header 6": "H\u00e9\u00e4d\u00e9r 6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Header cell": "H\u00e9\u00e4d\u00e9r \u00e7\u00e9ll \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Headers": "H\u00e9\u00e4d\u00e9rs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Heading": "H\u00e9\u00e4d\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Heading (Ctrl+H)": "H\u00e9\u00e4d\u00efng (\u00c7trl+H) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Heading 1": "H\u00e9\u00e4d\u00efng 1 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Heading 2": "H\u00e9\u00e4d\u00efng 2 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Heading 3": "H\u00e9\u00e4d\u00efng 3 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Heading 4": "H\u00e9\u00e4d\u00efng 4 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Heading 5": "H\u00e9\u00e4d\u00efng 5 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Heading 6": "H\u00e9\u00e4d\u00efng 6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Headings": "H\u00e9\u00e4d\u00efngs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Height": "H\u00e9\u00efght \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Help Translate into {beta_language}": "H\u00e9lp Tr\u00e4nsl\u00e4t\u00e9 \u00efnt\u00f6 {beta_language} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "H\u00e9lp \u00f6th\u00e9r l\u00e9\u00e4rn\u00e9rs d\u00e9\u00e7\u00efd\u00e9 wh\u00e9th\u00e9r t\u00f6 j\u00f6\u00efn \u00fd\u00f6\u00fcr t\u00e9\u00e4m \u00df\u00fd sp\u00e9\u00e7\u00eff\u00fd\u00efng s\u00f6m\u00e9 \u00e7h\u00e4r\u00e4\u00e7t\u00e9r\u00efst\u00ef\u00e7s f\u00f6r \u00fd\u00f6\u00fcr t\u00e9\u00e4m. \u00c7h\u00f6\u00f6s\u00e9 \u00e7\u00e4r\u00e9f\u00fcll\u00fd, \u00df\u00e9\u00e7\u00e4\u00fcs\u00e9 f\u00e9w\u00e9r p\u00e9\u00f6pl\u00e9 m\u00efght \u00df\u00e9 \u00efnt\u00e9r\u00e9st\u00e9d \u00efn j\u00f6\u00efn\u00efng \u00fd\u00f6\u00fcr t\u00e9\u00e4m \u00eff \u00eft s\u00e9\u00e9ms t\u00f6\u00f6 r\u00e9str\u00ef\u00e7t\u00efv\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442#", + "Hide": "Ka\u015du", + "Hide Annotations": "H\u00efd\u00e9 \u00c0nn\u00f6t\u00e4t\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Hide Deprecated Settings": "H\u00efd\u00e9 D\u00e9pr\u00e9\u00e7\u00e4t\u00e9d S\u00e9tt\u00efngs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "Hide Discussion": "H\u00efd\u00e9 D\u00efs\u00e7\u00fcss\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Hide Previews": "H\u00efd\u00e9 Pr\u00e9v\u00ef\u00e9ws \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Hide Timer": "H\u00efd\u00e9 T\u00efm\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Hide closed captions": "H\u00efd\u00e9 \u00e7l\u00f6s\u00e9d \u00e7\u00e4pt\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Hide content after course end date": "H\u00efd\u00e9 \u00e7\u00f6nt\u00e9nt \u00e4ft\u00e9r \u00e7\u00f6\u00fcrs\u00e9 \u00e9nd d\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "Hide content after due date": "H\u00efd\u00e9 \u00e7\u00f6nt\u00e9nt \u00e4ft\u00e9r d\u00fc\u00e9 d\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", + "Hide entire subsection": "H\u00efd\u00e9 \u00e9nt\u00efr\u00e9 s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Hide from learners": "H\u00efd\u00e9 fr\u00f6m l\u00e9\u00e4rn\u00e9rs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Hide notes": "H\u00efd\u00e9 n\u00f6t\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Hide transcripts ({transcriptCount})": "H\u00efd\u00e9 tr\u00e4ns\u00e7r\u00efpts ({transcriptCount}) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Hiding from Students": "H\u00efd\u00efng fr\u00f6m St\u00fcd\u00e9nts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "High Definition": "H\u00efgh D\u00e9f\u00efn\u00eft\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Highlight {highlight_index}": "H\u00efghl\u00efght {highlight_index} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Highlighted text": "H\u00efghl\u00efght\u00e9d t\u00e9xt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Highlights for {display_name}": "H\u00efghl\u00efghts f\u00f6r {display_name} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Horizontal Rule (Ctrl+R)": "H\u00f6r\u00efz\u00f6nt\u00e4l R\u00fcl\u00e9 (\u00c7trl+R) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "Horizontal line": "H\u00f6r\u00efz\u00f6nt\u00e4l l\u00efn\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Horizontal space": "H\u00f6r\u00efz\u00f6nt\u00e4l sp\u00e4\u00e7\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "How to create useful text alternatives.": "H\u00f6w t\u00f6 \u00e7r\u00e9\u00e4t\u00e9 \u00fcs\u00e9f\u00fcl t\u00e9xt \u00e4lt\u00e9rn\u00e4t\u00efv\u00e9s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "How to use %(platform_name)s discussions": "H\u00f6w t\u00f6 \u00fcs\u00e9 %(platform_name)s d\u00efs\u00e7\u00fcss\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Hyperlink (Ctrl+L)": "H\u00fdp\u00e9rl\u00efnk (\u00c7trl+L) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "ID": "\u00ccD \u2c60'\u03c3\u044f#", + "ID-Verification is not required for this Professional Education course.": "\u00ccD-V\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n \u00efs n\u00f6t r\u00e9q\u00fc\u00efr\u00e9d f\u00f6r th\u00efs Pr\u00f6f\u00e9ss\u00ef\u00f6n\u00e4l \u00c9d\u00fc\u00e7\u00e4t\u00ef\u00f6n \u00e7\u00f6\u00fcrs\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "Identity Verification In Progress": "\u00ccd\u00e9nt\u00eft\u00fd V\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n \u00ccn Pr\u00f6gr\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "If the course does not have an end date, learners always see their scores when they submit answers to assessments.": "\u00ccf th\u00e9 \u00e7\u00f6\u00fcrs\u00e9 d\u00f6\u00e9s n\u00f6t h\u00e4v\u00e9 \u00e4n \u00e9nd d\u00e4t\u00e9, l\u00e9\u00e4rn\u00e9rs \u00e4lw\u00e4\u00fds s\u00e9\u00e9 th\u00e9\u00efr s\u00e7\u00f6r\u00e9s wh\u00e9n th\u00e9\u00fd s\u00fc\u00dfm\u00eft \u00e4nsw\u00e9rs t\u00f6 \u00e4ss\u00e9ssm\u00e9nts. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "If the photos you submit are rejected, try moving the computer or camera orientation to change the lighting angle. The most common reason for rejection is inability to read the text on the ID card.": "\u00ccf th\u00e9 ph\u00f6t\u00f6s \u00fd\u00f6\u00fc s\u00fc\u00dfm\u00eft \u00e4r\u00e9 r\u00e9j\u00e9\u00e7t\u00e9d, tr\u00fd m\u00f6v\u00efng th\u00e9 \u00e7\u00f6mp\u00fct\u00e9r \u00f6r \u00e7\u00e4m\u00e9r\u00e4 \u00f6r\u00ef\u00e9nt\u00e4t\u00ef\u00f6n t\u00f6 \u00e7h\u00e4ng\u00e9 th\u00e9 l\u00efght\u00efng \u00e4ngl\u00e9. Th\u00e9 m\u00f6st \u00e7\u00f6mm\u00f6n r\u00e9\u00e4s\u00f6n f\u00f6r r\u00e9j\u00e9\u00e7t\u00ef\u00f6n \u00efs \u00efn\u00e4\u00df\u00efl\u00eft\u00fd t\u00f6 r\u00e9\u00e4d th\u00e9 t\u00e9xt \u00f6n th\u00e9 \u00ccD \u00e7\u00e4rd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5#", + "If the subsection does not have a due date, learners always see their scores when they submit answers to assessments.": "\u00ccf th\u00e9 s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n d\u00f6\u00e9s n\u00f6t h\u00e4v\u00e9 \u00e4 d\u00fc\u00e9 d\u00e4t\u00e9, l\u00e9\u00e4rn\u00e9rs \u00e4lw\u00e4\u00fds s\u00e9\u00e9 th\u00e9\u00efr s\u00e7\u00f6r\u00e9s wh\u00e9n th\u00e9\u00fd s\u00fc\u00dfm\u00eft \u00e4nsw\u00e9rs t\u00f6 \u00e4ss\u00e9ssm\u00e9nts. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "If the unit was previously published and released to learners, any changes you made to the unit when it was hidden will now be visible to learners.": "\u00ccf th\u00e9 \u00fcn\u00eft w\u00e4s pr\u00e9v\u00ef\u00f6\u00fcsl\u00fd p\u00fc\u00dfl\u00efsh\u00e9d \u00e4nd r\u00e9l\u00e9\u00e4s\u00e9d t\u00f6 l\u00e9\u00e4rn\u00e9rs, \u00e4n\u00fd \u00e7h\u00e4ng\u00e9s \u00fd\u00f6\u00fc m\u00e4d\u00e9 t\u00f6 th\u00e9 \u00fcn\u00eft wh\u00e9n \u00eft w\u00e4s h\u00efdd\u00e9n w\u00efll n\u00f6w \u00df\u00e9 v\u00efs\u00ef\u00dfl\u00e9 t\u00f6 l\u00e9\u00e4rn\u00e9rs. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c #", + "If the unit was previously published and released to students, any changes you made to the unit when it was hidden will now be visible to students. Do you want to proceed?": "\u00ccf th\u00e9 \u00fcn\u00eft w\u00e4s pr\u00e9v\u00ef\u00f6\u00fcsl\u00fd p\u00fc\u00dfl\u00efsh\u00e9d \u00e4nd r\u00e9l\u00e9\u00e4s\u00e9d t\u00f6 st\u00fcd\u00e9nts, \u00e4n\u00fd \u00e7h\u00e4ng\u00e9s \u00fd\u00f6\u00fc m\u00e4d\u00e9 t\u00f6 th\u00e9 \u00fcn\u00eft wh\u00e9n \u00eft w\u00e4s h\u00efdd\u00e9n w\u00efll n\u00f6w \u00df\u00e9 v\u00efs\u00ef\u00dfl\u00e9 t\u00f6 st\u00fcd\u00e9nts. D\u00f6 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 pr\u00f6\u00e7\u00e9\u00e9d? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9#", + "If you are unable to access your account contact us via email using {email}.": "\u00ccf \u00fd\u00f6\u00fc \u00e4r\u00e9 \u00fcn\u00e4\u00dfl\u00e9 t\u00f6 \u00e4\u00e7\u00e7\u00e9ss \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt \u00e7\u00f6nt\u00e4\u00e7t \u00fcs v\u00ef\u00e4 \u00e9m\u00e4\u00efl \u00fcs\u00efng {email}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "If you do not yet have an account, use the button below to register.": "\u00ccf \u00fd\u00f6\u00fc d\u00f6 n\u00f6t \u00fd\u00e9t h\u00e4v\u00e9 \u00e4n \u00e4\u00e7\u00e7\u00f6\u00fcnt, \u00fcs\u00e9 th\u00e9 \u00df\u00fctt\u00f6n \u00df\u00e9l\u00f6w t\u00f6 r\u00e9g\u00efst\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "\u00ccf \u00fd\u00f6\u00fc d\u00f6n't v\u00e9r\u00eff\u00fd \u00fd\u00f6\u00fcr \u00efd\u00e9nt\u00eft\u00fd n\u00f6w, \u00fd\u00f6\u00fc \u00e7\u00e4n st\u00efll \u00e9xpl\u00f6r\u00e9 \u00fd\u00f6\u00fcr \u00e7\u00f6\u00fcrs\u00e9 fr\u00f6m \u00fd\u00f6\u00fcr d\u00e4sh\u00df\u00f6\u00e4rd. \u00dd\u00f6\u00fc w\u00efll r\u00e9\u00e7\u00e9\u00efv\u00e9 p\u00e9r\u00ef\u00f6d\u00ef\u00e7 r\u00e9m\u00efnd\u00e9rs fr\u00f6m %(platformName)s t\u00f6 v\u00e9r\u00eff\u00fd \u00fd\u00f6\u00fcr \u00efd\u00e9nt\u00eft\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454#", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from {platformName} to verify your identity.": "\u00ccf \u00fd\u00f6\u00fc d\u00f6n't v\u00e9r\u00eff\u00fd \u00fd\u00f6\u00fcr \u00efd\u00e9nt\u00eft\u00fd n\u00f6w, \u00fd\u00f6\u00fc \u00e7\u00e4n st\u00efll \u00e9xpl\u00f6r\u00e9 \u00fd\u00f6\u00fcr \u00e7\u00f6\u00fcrs\u00e9 fr\u00f6m \u00fd\u00f6\u00fcr d\u00e4sh\u00df\u00f6\u00e4rd. \u00dd\u00f6\u00fc w\u00efll r\u00e9\u00e7\u00e9\u00efv\u00e9 p\u00e9r\u00ef\u00f6d\u00ef\u00e7 r\u00e9m\u00efnd\u00e9rs fr\u00f6m {platformName} t\u00f6 v\u00e9r\u00eff\u00fd \u00fd\u00f6\u00fcr \u00efd\u00e9nt\u00eft\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454#", + "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "\u00ccf \u00fd\u00f6\u00fc l\u00e9\u00e4v\u00e9 th\u00efs p\u00e4g\u00e9 w\u00efth\u00f6\u00fct s\u00e4v\u00efng \u00f6r s\u00fc\u00dfm\u00eftt\u00efng \u00fd\u00f6\u00fcr r\u00e9sp\u00f6ns\u00e9, \u00fd\u00f6\u00fc w\u00efll l\u00f6s\u00e9 \u00e4n\u00fd w\u00f6rk \u00fd\u00f6\u00fc h\u00e4v\u00e9 d\u00f6n\u00e9 \u00f6n th\u00e9 r\u00e9sp\u00f6ns\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "\u00ccf \u00fd\u00f6\u00fc l\u00e9\u00e4v\u00e9 th\u00efs p\u00e4g\u00e9 w\u00efth\u00f6\u00fct s\u00fc\u00dfm\u00eftt\u00efng \u00fd\u00f6\u00fcr p\u00e9\u00e9r \u00e4ss\u00e9ssm\u00e9nt, \u00fd\u00f6\u00fc w\u00efll l\u00f6s\u00e9 \u00e4n\u00fd w\u00f6rk \u00fd\u00f6\u00fc h\u00e4v\u00e9 d\u00f6n\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "If you leave this page without submitting your self assessment, you will lose any work you have done.": "\u00ccf \u00fd\u00f6\u00fc l\u00e9\u00e4v\u00e9 th\u00efs p\u00e4g\u00e9 w\u00efth\u00f6\u00fct s\u00fc\u00dfm\u00eftt\u00efng \u00fd\u00f6\u00fcr s\u00e9lf \u00e4ss\u00e9ssm\u00e9nt, \u00fd\u00f6\u00fc w\u00efll l\u00f6s\u00e9 \u00e4n\u00fd w\u00f6rk \u00fd\u00f6\u00fc h\u00e4v\u00e9 d\u00f6n\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "\u00ccf \u00fd\u00f6\u00fc l\u00e9\u00e4v\u00e9 th\u00efs p\u00e4g\u00e9 w\u00efth\u00f6\u00fct s\u00fc\u00dfm\u00eftt\u00efng \u00fd\u00f6\u00fcr st\u00e4ff \u00e4ss\u00e9ssm\u00e9nt, \u00fd\u00f6\u00fc w\u00efll l\u00f6s\u00e9 \u00e4n\u00fd w\u00f6rk \u00fd\u00f6\u00fc h\u00e4v\u00e9 d\u00f6n\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "If you leave, you can no longer post in this team's discussions.Your place will be available to another learner.": "\u00ccf \u00fd\u00f6\u00fc l\u00e9\u00e4v\u00e9, \u00fd\u00f6\u00fc \u00e7\u00e4n n\u00f6 l\u00f6ng\u00e9r p\u00f6st \u00efn th\u00efs t\u00e9\u00e4m's d\u00efs\u00e7\u00fcss\u00ef\u00f6ns.\u00dd\u00f6\u00fcr pl\u00e4\u00e7\u00e9 w\u00efll \u00df\u00e9 \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 t\u00f6 \u00e4n\u00f6th\u00e9r l\u00e9\u00e4rn\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f#", + "If you make significant changes, make sure you notify members of the team before making these changes.": "\u00ccf \u00fd\u00f6\u00fc m\u00e4k\u00e9 s\u00efgn\u00eff\u00ef\u00e7\u00e4nt \u00e7h\u00e4ng\u00e9s, m\u00e4k\u00e9 s\u00fcr\u00e9 \u00fd\u00f6\u00fc n\u00f6t\u00eff\u00fd m\u00e9m\u00df\u00e9rs \u00f6f th\u00e9 t\u00e9\u00e4m \u00df\u00e9f\u00f6r\u00e9 m\u00e4k\u00efng th\u00e9s\u00e9 \u00e7h\u00e4ng\u00e9s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "If you make this %(xblockType)s visible to learners, learners will be able to see its content after the release date has passed and you have published the unit. Only units that are explicitly hidden from learners will remain hidden after you clear this option for the %(xblockType)s.": "\u00ccf \u00fd\u00f6\u00fc m\u00e4k\u00e9 th\u00efs %(xblockType)s v\u00efs\u00ef\u00dfl\u00e9 t\u00f6 l\u00e9\u00e4rn\u00e9rs, l\u00e9\u00e4rn\u00e9rs w\u00efll \u00df\u00e9 \u00e4\u00dfl\u00e9 t\u00f6 s\u00e9\u00e9 \u00efts \u00e7\u00f6nt\u00e9nt \u00e4ft\u00e9r th\u00e9 r\u00e9l\u00e9\u00e4s\u00e9 d\u00e4t\u00e9 h\u00e4s p\u00e4ss\u00e9d \u00e4nd \u00fd\u00f6\u00fc h\u00e4v\u00e9 p\u00fc\u00dfl\u00efsh\u00e9d th\u00e9 \u00fcn\u00eft. \u00d6nl\u00fd \u00fcn\u00efts th\u00e4t \u00e4r\u00e9 \u00e9xpl\u00ef\u00e7\u00eftl\u00fd h\u00efdd\u00e9n fr\u00f6m l\u00e9\u00e4rn\u00e9rs w\u00efll r\u00e9m\u00e4\u00efn h\u00efdd\u00e9n \u00e4ft\u00e9r \u00fd\u00f6\u00fc \u00e7l\u00e9\u00e4r th\u00efs \u00f6pt\u00ef\u00f6n f\u00f6r th\u00e9 %(xblockType)s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142#", + "If you proceed, you will be unable to use this account to take courses on the {platformName} app, {siteName}, or any other site hosted by {platformName}.": "\u00ccf \u00fd\u00f6\u00fc pr\u00f6\u00e7\u00e9\u00e9d, \u00fd\u00f6\u00fc w\u00efll \u00df\u00e9 \u00fcn\u00e4\u00dfl\u00e9 t\u00f6 \u00fcs\u00e9 th\u00efs \u00e4\u00e7\u00e7\u00f6\u00fcnt t\u00f6 t\u00e4k\u00e9 \u00e7\u00f6\u00fcrs\u00e9s \u00f6n th\u00e9 {platformName} \u00e4pp, {siteName}, \u00f6r \u00e4n\u00fd \u00f6th\u00e9r s\u00eft\u00e9 h\u00f6st\u00e9d \u00df\u00fd {platformName}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "If you remove this transcript, the transcript will not be available for any components that use this video.": "\u00ccf \u00fd\u00f6\u00fc r\u00e9m\u00f6v\u00e9 th\u00efs tr\u00e4ns\u00e7r\u00efpt, th\u00e9 tr\u00e4ns\u00e7r\u00efpt w\u00efll n\u00f6t \u00df\u00e9 \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 f\u00f6r \u00e4n\u00fd \u00e7\u00f6mp\u00f6n\u00e9nts th\u00e4t \u00fcs\u00e9 th\u00efs v\u00efd\u00e9\u00f6. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "If you remove this transcript, the transcript will not be available for this component.": "\u00ccf \u00fd\u00f6\u00fc r\u00e9m\u00f6v\u00e9 th\u00efs tr\u00e4ns\u00e7r\u00efpt, th\u00e9 tr\u00e4ns\u00e7r\u00efpt w\u00efll n\u00f6t \u00df\u00e9 \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 f\u00f6r th\u00efs \u00e7\u00f6mp\u00f6n\u00e9nt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", + "If you require assistance with taking either photo for submission, contact %(platformName)s support for additional suggestions.": "\u00ccf \u00fd\u00f6\u00fc r\u00e9q\u00fc\u00efr\u00e9 \u00e4ss\u00efst\u00e4n\u00e7\u00e9 w\u00efth t\u00e4k\u00efng \u00e9\u00efth\u00e9r ph\u00f6t\u00f6 f\u00f6r s\u00fc\u00dfm\u00efss\u00ef\u00f6n, \u00e7\u00f6nt\u00e4\u00e7t %(platformName)s s\u00fcpp\u00f6rt f\u00f6r \u00e4dd\u00eft\u00ef\u00f6n\u00e4l s\u00fcgg\u00e9st\u00ef\u00f6ns. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "If you select an option other than \"%(hide_label)s\", published units in this subsection become available to learners unless they are explicitly hidden.": "\u00ccf \u00fd\u00f6\u00fc s\u00e9l\u00e9\u00e7t \u00e4n \u00f6pt\u00ef\u00f6n \u00f6th\u00e9r th\u00e4n \"%(hide_label)s\", p\u00fc\u00dfl\u00efsh\u00e9d \u00fcn\u00efts \u00efn th\u00efs s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n \u00df\u00e9\u00e7\u00f6m\u00e9 \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 t\u00f6 l\u00e9\u00e4rn\u00e9rs \u00fcnl\u00e9ss th\u00e9\u00fd \u00e4r\u00e9 \u00e9xpl\u00ef\u00e7\u00eftl\u00fd h\u00efdd\u00e9n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142#", + "If you still wish to continue and delete your account, please enter your account password:": "\u00ccf \u00fd\u00f6\u00fc st\u00efll w\u00efsh t\u00f6 \u00e7\u00f6nt\u00efn\u00fc\u00e9 \u00e4nd d\u00e9l\u00e9t\u00e9 \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt, pl\u00e9\u00e4s\u00e9 \u00e9nt\u00e9r \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt p\u00e4ssw\u00f6rd: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "If you use the Advanced Editor, this problem will be converted to XML and you will not be able to return to the Simple Editor Interface.\n\nProceed to the Advanced Editor and convert this problem to XML?": "\u00ccf \u00fd\u00f6\u00fc \u00fcs\u00e9 th\u00e9 \u00c0dv\u00e4n\u00e7\u00e9d \u00c9d\u00eft\u00f6r, th\u00efs pr\u00f6\u00dfl\u00e9m w\u00efll \u00df\u00e9 \u00e7\u00f6nv\u00e9rt\u00e9d t\u00f6 XML \u00e4nd \u00fd\u00f6\u00fc w\u00efll n\u00f6t \u00df\u00e9 \u00e4\u00dfl\u00e9 t\u00f6 r\u00e9t\u00fcrn t\u00f6 th\u00e9 S\u00efmpl\u00e9 \u00c9d\u00eft\u00f6r \u00ccnt\u00e9rf\u00e4\u00e7\u00e9.\n\nPr\u00f6\u00e7\u00e9\u00e9d t\u00f6 th\u00e9 \u00c0dv\u00e4n\u00e7\u00e9d \u00c9d\u00eft\u00f6r \u00e4nd \u00e7\u00f6nv\u00e9rt th\u00efs pr\u00f6\u00dfl\u00e9m t\u00f6 XML? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1#", + "Ignore": "\u00ccgn\u00f6r\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Ignore all": "\u00ccgn\u00f6r\u00e9 \u00e4ll \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Image": "\u00ccm\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Image (Ctrl+G)": "\u00ccm\u00e4g\u00e9 (\u00c7trl+G) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "Image Description": "\u00ccm\u00e4g\u00e9 D\u00e9s\u00e7r\u00efpt\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Image Upload Error": "\u00ccm\u00e4g\u00e9 \u00dbpl\u00f6\u00e4d \u00c9rr\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Image description": "\u00ccm\u00e4g\u00e9 d\u00e9s\u00e7r\u00efpt\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Image must be in PNG format": "\u00ccm\u00e4g\u00e9 m\u00fcst \u00df\u00e9 \u00efn PNG f\u00f6rm\u00e4t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", + "Image must be in PNG format.": "\u00ccm\u00e4g\u00e9 m\u00fcst \u00df\u00e9 \u00efn PNG f\u00f6rm\u00e4t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Image upload failed": "\u00ccm\u00e4g\u00e9 \u00fcpl\u00f6\u00e4d f\u00e4\u00efl\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Image upload failed. ": "\u00ccm\u00e4g\u00e9 \u00fcpl\u00f6\u00e4d f\u00e4\u00efl\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Import YouTube Transcript": "\u00ccmp\u00f6rt \u00dd\u00f6\u00fcT\u00fc\u00df\u00e9 Tr\u00e4ns\u00e7r\u00efpt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "In Progress": "\u00ccn Pr\u00f6gr\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "In the {linkStart}Course Outline{linkEnd}, use this group to control access to a component.": "\u00ccn th\u00e9 {linkStart}\u00c7\u00f6\u00fcrs\u00e9 \u00d6\u00fctl\u00efn\u00e9{linkEnd}, \u00fcs\u00e9 th\u00efs gr\u00f6\u00fcp t\u00f6 \u00e7\u00f6ntr\u00f6l \u00e4\u00e7\u00e7\u00e9ss t\u00f6 \u00e4 \u00e7\u00f6mp\u00f6n\u00e9nt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "Incorrect url format.": "\u00ccn\u00e7\u00f6rr\u00e9\u00e7t \u00fcrl f\u00f6rm\u00e4t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Increase indent": "\u00ccn\u00e7r\u00e9\u00e4s\u00e9 \u00efnd\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Individual Exceptions": "\u00ccnd\u00efv\u00efd\u00fc\u00e4l \u00c9x\u00e7\u00e9pt\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Individual file size must be {max_files_mb}MB or less.": "\u00ccnd\u00efv\u00efd\u00fc\u00e4l f\u00efl\u00e9 s\u00efz\u00e9 m\u00fcst \u00df\u00e9 {max_files_mb}MB \u00f6r l\u00e9ss. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Inheriting Student Visibility": "\u00ccnh\u00e9r\u00eft\u00efng St\u00fcd\u00e9nt V\u00efs\u00ef\u00df\u00efl\u00eft\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Inline": "\u00ccnl\u00efn\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Insert": "\u00ccns\u00e9rt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Insert Hyperlink": "\u00ccns\u00e9rt H\u00fdp\u00e9rl\u00efnk \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Insert Image (upload file or type URL)": "\u00ccns\u00e9rt \u00ccm\u00e4g\u00e9 (\u00fcpl\u00f6\u00e4d f\u00efl\u00e9 \u00f6r t\u00fdp\u00e9 \u00dbRL) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "Insert column after": "\u00ccns\u00e9rt \u00e7\u00f6l\u00fcmn \u00e4ft\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Insert column before": "\u00ccns\u00e9rt \u00e7\u00f6l\u00fcmn \u00df\u00e9f\u00f6r\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Insert date/time": "\u00ccns\u00e9rt d\u00e4t\u00e9/t\u00efm\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Insert image": "\u00ccns\u00e9rt \u00efm\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Insert link": "\u00ccns\u00e9rt l\u00efnk \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Insert row after": "\u00ccns\u00e9rt r\u00f6w \u00e4ft\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Insert row before": "\u00ccns\u00e9rt r\u00f6w \u00df\u00e9f\u00f6r\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Insert table": "\u00ccns\u00e9rt t\u00e4\u00dfl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Insert template": "\u00ccns\u00e9rt t\u00e9mpl\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Insert video": "\u00ccns\u00e9rt v\u00efd\u00e9\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Insert/Edit Image": "\u00ccns\u00e9rt/\u00c9d\u00eft \u00ccm\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Insert/edit image": "\u00ccns\u00e9rt/\u00e9d\u00eft \u00efm\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Insert/edit link": "\u00ccns\u00e9rt/\u00e9d\u00eft l\u00efnk \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Insert/edit video": "\u00ccns\u00e9rt/\u00e9d\u00eft v\u00efd\u00e9\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Instructor Biography": "\u00ccnstr\u00fc\u00e7t\u00f6r B\u00ef\u00f6gr\u00e4ph\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Instructor Name": "\u00ccnstr\u00fc\u00e7t\u00f6r N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Instructor Photo": "\u00ccnstr\u00fc\u00e7t\u00f6r Ph\u00f6t\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Instructor Photo URL": "\u00ccnstr\u00fc\u00e7t\u00f6r Ph\u00f6t\u00f6 \u00dbRL \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Instructor Title": "\u00ccnstr\u00fc\u00e7t\u00f6r T\u00eftl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Instructor tools": "\u00ccnstr\u00fc\u00e7t\u00f6r t\u00f6\u00f6ls \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Internal Server Error.": "\u00ccnt\u00e9rn\u00e4l S\u00e9rv\u00e9r \u00c9rr\u00f6r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Introduction to Cookie Baking": "\u00ccntr\u00f6d\u00fc\u00e7t\u00ef\u00f6n t\u00f6 \u00c7\u00f6\u00f6k\u00ef\u00e9 B\u00e4k\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Invalid email address: {email}": "\u00ccnv\u00e4l\u00efd \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss: {email} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Invalidate Certificate": "\u00ccnv\u00e4l\u00efd\u00e4t\u00e9 \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Invalidated": "\u00ccnv\u00e4l\u00efd\u00e4t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Invalidated By": "\u00ccnv\u00e4l\u00efd\u00e4t\u00e9d B\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "Is Visible To:": "\u00ccs V\u00efs\u00ef\u00dfl\u00e9 T\u00f6: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "Is this OK?": "\u00ccs th\u00efs \u00d6K? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Is your name on your ID readable?": "\u00ccs \u00fd\u00f6\u00fcr n\u00e4m\u00e9 \u00f6n \u00fd\u00f6\u00fcr \u00ccD r\u00e9\u00e4d\u00e4\u00dfl\u00e9? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "\u00cct \u00efs str\u00f6ngl\u00fd r\u00e9\u00e7\u00f6mm\u00e9nd\u00e9d th\u00e4t \u00fd\u00f6\u00fc \u00efn\u00e7l\u00fcd\u00e9 f\u00f6\u00fcr \u00f6r f\u00e9w\u00e9r s\u00efgn\u00e4t\u00f6r\u00ef\u00e9s. \u00ccf \u00fd\u00f6\u00fc \u00efn\u00e7l\u00fcd\u00e9 \u00e4dd\u00eft\u00ef\u00f6n\u00e4l s\u00efgn\u00e4t\u00f6r\u00ef\u00e9s, pr\u00e9v\u00ef\u00e9w th\u00e9 \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u00efn Pr\u00efnt V\u00ef\u00e9w t\u00f6 \u00e9ns\u00fcr\u00e9 th\u00e9 \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 w\u00efll pr\u00efnt \u00e7\u00f6rr\u00e9\u00e7tl\u00fd \u00f6n \u00f6n\u00e9 p\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9#", + "Italic": "\u00cct\u00e4l\u00ef\u00e7 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Italic (Ctrl+I)": "\u00cct\u00e4l\u00ef\u00e7 (\u00c7trl+\u00cc) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "January": "januaro", + "Join Team": "J\u00f6\u00efn T\u00e9\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Joined": "J\u00f6\u00efn\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Joined %(date)s": "J\u00f6\u00efn\u00e9d %(date)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Joined Date": "J\u00f6\u00efn\u00e9d D\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "July": "julio", + "June": "junio", + "Justify": "J\u00fcst\u00eff\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "KB": "KB \u2c60'\u03c3\u044f#", + "Key should only contain letters, numbers, _, or -": "K\u00e9\u00fd sh\u00f6\u00fcld \u00f6nl\u00fd \u00e7\u00f6nt\u00e4\u00efn l\u00e9tt\u00e9rs, n\u00fcm\u00df\u00e9rs, _, \u00f6r - \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Keywords": "K\u00e9\u00fdw\u00f6rds \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "LEARN MORE": "L\u00c9\u00c0RN M\u00d6R\u00c9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Language": "L\u00e4ng\u00fc\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Large": "L\u00e4rg\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Last Activity %(date)s": "L\u00e4st \u00c0\u00e7t\u00efv\u00eft\u00fd %(date)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Last Edited:": "L\u00e4st \u00c9d\u00eft\u00e9d: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Last Updated": "L\u00e4st \u00dbpd\u00e4t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Last activity {date}": "L\u00e4st \u00e4\u00e7t\u00efv\u00eft\u00fd {date} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Last modified by": "L\u00e4st m\u00f6d\u00eff\u00ef\u00e9d \u00df\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Last published %(last_published_date)s by %(publish_username)s": "L\u00e4st p\u00fc\u00dfl\u00efsh\u00e9d %(last_published_date)s \u00df\u00fd %(publish_username)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Last published {lastPublishedStart}{publishedOn}{lastPublishedEnd} by {publishedByStart}{publishedBy}{publishedByEnd}": "L\u00e4st p\u00fc\u00dfl\u00efsh\u00e9d {lastPublishedStart}{publishedOn}{lastPublishedEnd} \u00df\u00fd {publishedByStart}{publishedBy}{publishedByEnd} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "Last updated": "L\u00e4st \u00fcpd\u00e4t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Learn More": "L\u00e9\u00e4rn M\u00f6r\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Learn more about {license_name}": "L\u00e9\u00e4rn m\u00f6r\u00e9 \u00e4\u00df\u00f6\u00fct {license_name} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Learners are added to this cohort automatically.": "L\u00e9\u00e4rn\u00e9rs \u00e4r\u00e9 \u00e4dd\u00e9d t\u00f6 th\u00efs \u00e7\u00f6h\u00f6rt \u00e4\u00fct\u00f6m\u00e4t\u00ef\u00e7\u00e4ll\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Learners are added to this cohort only when you provide their email addresses or usernames on this page.": "L\u00e9\u00e4rn\u00e9rs \u00e4r\u00e9 \u00e4dd\u00e9d t\u00f6 th\u00efs \u00e7\u00f6h\u00f6rt \u00f6nl\u00fd wh\u00e9n \u00fd\u00f6\u00fc pr\u00f6v\u00efd\u00e9 th\u00e9\u00efr \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss\u00e9s \u00f6r \u00fcs\u00e9rn\u00e4m\u00e9s \u00f6n th\u00efs p\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Learners do not see the subsection in the course outline. The subsection is not included in grade calculations.": "L\u00e9\u00e4rn\u00e9rs d\u00f6 n\u00f6t s\u00e9\u00e9 th\u00e9 s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n \u00efn th\u00e9 \u00e7\u00f6\u00fcrs\u00e9 \u00f6\u00fctl\u00efn\u00e9. Th\u00e9 s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n \u00efs n\u00f6t \u00efn\u00e7l\u00fcd\u00e9d \u00efn gr\u00e4d\u00e9 \u00e7\u00e4l\u00e7\u00fcl\u00e4t\u00ef\u00f6ns. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the course end date has passed.": "L\u00e9\u00e4rn\u00e9rs d\u00f6 n\u00f6t s\u00e9\u00e9 wh\u00e9th\u00e9r th\u00e9\u00efr \u00e4nsw\u00e9rs t\u00f6 \u00e4ss\u00e9ssm\u00e9nts w\u00e9r\u00e9 \u00e7\u00f6rr\u00e9\u00e7t \u00f6r \u00efn\u00e7\u00f6rr\u00e9\u00e7t, n\u00f6r th\u00e9 s\u00e7\u00f6r\u00e9 r\u00e9\u00e7\u00e9\u00efv\u00e9d, \u00fcnt\u00efl \u00e4ft\u00e9r th\u00e9 \u00e7\u00f6\u00fcrs\u00e9 \u00e9nd d\u00e4t\u00e9 h\u00e4s p\u00e4ss\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1#", + "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the due date for the subsection has passed.": "L\u00e9\u00e4rn\u00e9rs d\u00f6 n\u00f6t s\u00e9\u00e9 wh\u00e9th\u00e9r th\u00e9\u00efr \u00e4nsw\u00e9rs t\u00f6 \u00e4ss\u00e9ssm\u00e9nts w\u00e9r\u00e9 \u00e7\u00f6rr\u00e9\u00e7t \u00f6r \u00efn\u00e7\u00f6rr\u00e9\u00e7t, n\u00f6r th\u00e9 s\u00e7\u00f6r\u00e9 r\u00e9\u00e7\u00e9\u00efv\u00e9d, \u00fcnt\u00efl \u00e4ft\u00e9r th\u00e9 d\u00fc\u00e9 d\u00e4t\u00e9 f\u00f6r th\u00e9 s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n h\u00e4s p\u00e4ss\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454#", + "Learners never see whether their answers to assessments are correct or incorrect, nor the score received.": "L\u00e9\u00e4rn\u00e9rs n\u00e9v\u00e9r s\u00e9\u00e9 wh\u00e9th\u00e9r th\u00e9\u00efr \u00e4nsw\u00e9rs t\u00f6 \u00e4ss\u00e9ssm\u00e9nts \u00e4r\u00e9 \u00e7\u00f6rr\u00e9\u00e7t \u00f6r \u00efn\u00e7\u00f6rr\u00e9\u00e7t, n\u00f6r th\u00e9 s\u00e7\u00f6r\u00e9 r\u00e9\u00e7\u00e9\u00efv\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 #", + "Learners see the published subsection and can access its content.": "L\u00e9\u00e4rn\u00e9rs s\u00e9\u00e9 th\u00e9 p\u00fc\u00dfl\u00efsh\u00e9d s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n \u00e4nd \u00e7\u00e4n \u00e4\u00e7\u00e7\u00e9ss \u00efts \u00e7\u00f6nt\u00e9nt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "L\u00e9\u00e4rn\u00e9rs wh\u00f6 r\u00e9q\u00fc\u00efr\u00e9 v\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n m\u00fcst p\u00e4ss th\u00e9 s\u00e9l\u00e9\u00e7t\u00e9d \u00e7h\u00e9\u00e7kp\u00f6\u00efnt t\u00f6 s\u00e9\u00e9 th\u00e9 \u00e7\u00f6nt\u00e9nt \u00efn th\u00efs \u00fcn\u00eft. L\u00e9\u00e4rn\u00e9rs wh\u00f6 d\u00f6 n\u00f6t r\u00e9q\u00fc\u00efr\u00e9 v\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n s\u00e9\u00e9 th\u00efs \u00e7\u00f6nt\u00e9nt \u00df\u00fd d\u00e9f\u00e4\u00fclt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3#", + "Learning Outcome": "L\u00e9\u00e4rn\u00efng \u00d6\u00fct\u00e7\u00f6m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Leave Current Session": "L\u00e9\u00e4v\u00e9 \u00c7\u00fcrr\u00e9nt S\u00e9ss\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Leave Team": "L\u00e9\u00e4v\u00e9 T\u00e9\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Leave the current session and decide later": "L\u00e9\u00e4v\u00e9 th\u00e9 \u00e7\u00fcrr\u00e9nt s\u00e9ss\u00ef\u00f6n \u00e4nd d\u00e9\u00e7\u00efd\u00e9 l\u00e4t\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Leave this team?": "L\u00e9\u00e4v\u00e9 th\u00efs t\u00e9\u00e4m? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Left": "L\u00e9ft \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Left to right": "L\u00e9ft t\u00f6 r\u00efght \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Legal name": "L\u00e9g\u00e4l n\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Less": "L\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Library User": "L\u00ef\u00dfr\u00e4r\u00fd \u00dbs\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "License Display": "L\u00ef\u00e7\u00e9ns\u00e9 D\u00efspl\u00e4\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "License Type": "L\u00ef\u00e7\u00e9ns\u00e9 T\u00fdp\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Limit Access": "L\u00efm\u00eft \u00c0\u00e7\u00e7\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Limited Profile": "L\u00efm\u00eft\u00e9d Pr\u00f6f\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Link Description": "L\u00efnk D\u00e9s\u00e7r\u00efpt\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Link Your Account": "L\u00efnk \u00dd\u00f6\u00fcr \u00c0\u00e7\u00e7\u00f6\u00fcnt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Link types should be unique.": "L\u00efnk t\u00fdp\u00e9s sh\u00f6\u00fcld \u00df\u00e9 \u00fcn\u00efq\u00fc\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Link your {accountName} account": "L\u00efnk \u00fd\u00f6\u00fcr {accountName} \u00e4\u00e7\u00e7\u00f6\u00fcnt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Link your {accountName} account to your {platformName} account and use {accountName} to sign in to {platformName}.": "L\u00efnk \u00fd\u00f6\u00fcr {accountName} \u00e4\u00e7\u00e7\u00f6\u00fcnt t\u00f6 \u00fd\u00f6\u00fcr {platformName} \u00e4\u00e7\u00e7\u00f6\u00fcnt \u00e4nd \u00fcs\u00e9 {accountName} t\u00f6 s\u00efgn \u00efn t\u00f6 {platformName}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "Linked Accounts": "L\u00efnk\u00e9d \u00c0\u00e7\u00e7\u00f6\u00fcnts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Linking": "L\u00efnk\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "L\u00efnks \u00e4r\u00e9 g\u00e9n\u00e9r\u00e4t\u00e9d \u00f6n d\u00e9m\u00e4nd \u00e4nd \u00e9xp\u00efr\u00e9 w\u00efth\u00efn 5 m\u00efn\u00fct\u00e9s d\u00fc\u00e9 t\u00f6 th\u00e9 s\u00e9ns\u00eft\u00efv\u00e9 n\u00e4t\u00fcr\u00e9 \u00f6f st\u00fcd\u00e9nt \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Links should be unique.": "L\u00efnks sh\u00f6\u00fcld \u00df\u00e9 \u00fcn\u00efq\u00fc\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "List item": "L\u00efst \u00eft\u00e9m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "List of Open Assessments is unavailable": "L\u00efst \u00f6f \u00d6p\u00e9n \u00c0ss\u00e9ssm\u00e9nts \u00efs \u00fcn\u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "List of uploaded files and assets in this course": "L\u00efst \u00f6f \u00fcpl\u00f6\u00e4d\u00e9d f\u00efl\u00e9s \u00e4nd \u00e4ss\u00e9ts \u00efn th\u00efs \u00e7\u00f6\u00fcrs\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Live view of webcam": "L\u00efv\u00e9 v\u00ef\u00e9w \u00f6f w\u00e9\u00df\u00e7\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Load Another File": "L\u00f6\u00e4d \u00c0n\u00f6th\u00e9r F\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Load all responses": "L\u00f6\u00e4d \u00e4ll r\u00e9sp\u00f6ns\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Load next {numResponses} responses": "L\u00f6\u00e4d n\u00e9xt {numResponses} r\u00e9sp\u00f6ns\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", "Load next {num_items} result": [ - "L\u00f6\u00e4d n\u00e9xt {num_items} r\u00e9s\u00fclt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "L\u00f6\u00e4d n\u00e9xt {num_items} r\u00e9s\u00fclt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", "L\u00f6\u00e4d n\u00e9xt {num_items} r\u00e9s\u00fclts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #" - ], - "Loading": "L\u00f6\u00e4d\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Loading content": "L\u00f6\u00e4d\u00efng \u00e7\u00f6nt\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Loading data...": "L\u00f6\u00e4d\u00efng d\u00e4t\u00e4... \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Loading more threads": "L\u00f6\u00e4d\u00efng m\u00f6r\u00e9 thr\u00e9\u00e4ds \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Loading posts list": "L\u00f6\u00e4d\u00efng p\u00f6sts l\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Loading your courses": "L\u00f6\u00e4d\u00efng \u00fd\u00f6\u00fcr \u00e7\u00f6\u00fcrs\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Location": "L\u00f6\u00e7\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Location in Course": "L\u00f6\u00e7\u00e4t\u00ef\u00f6n \u00efn \u00c7\u00f6\u00fcrs\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Lock this asset": "L\u00f6\u00e7k th\u00efs \u00e4ss\u00e9t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Lock/unlock file": "L\u00f6\u00e7k/\u00fcnl\u00f6\u00e7k f\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Loud": "L\u00f6\u00fcd \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Low": "L\u00f6w \u2c60'\u03c3\u044f\u0454\u043c#", - "Lower Alpha": "L\u00f6w\u00e9r \u00c0lph\u00e4 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Lower Greek": "L\u00f6w\u00e9r Gr\u00e9\u00e9k \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Lower Roman": "L\u00f6w\u00e9r R\u00f6m\u00e4n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "MB": "MB \u2c60'\u03c3\u044f#", - "Make Visible to Students": "M\u00e4k\u00e9 V\u00efs\u00ef\u00dfl\u00e9 t\u00f6 St\u00fcd\u00e9nts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "Make sure that the full name on your account matches the name on your ID.": "M\u00e4k\u00e9 s\u00fcr\u00e9 th\u00e4t th\u00e9 f\u00fcll n\u00e4m\u00e9 \u00f6n \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt m\u00e4t\u00e7h\u00e9s th\u00e9 n\u00e4m\u00e9 \u00f6n \u00fd\u00f6\u00fcr \u00ccD. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "Make sure we can verify your identity with the photos and information you have provided.": "M\u00e4k\u00e9 s\u00fcr\u00e9 w\u00e9 \u00e7\u00e4n v\u00e9r\u00eff\u00fd \u00fd\u00f6\u00fcr \u00efd\u00e9nt\u00eft\u00fd w\u00efth th\u00e9 ph\u00f6t\u00f6s \u00e4nd \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n \u00fd\u00f6\u00fc h\u00e4v\u00e9 pr\u00f6v\u00efd\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", - "Make sure your ID is well-lit": "M\u00e4k\u00e9 s\u00fcr\u00e9 \u00fd\u00f6\u00fcr \u00ccD \u00efs w\u00e9ll-l\u00eft \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Make sure your face is well-lit": "M\u00e4k\u00e9 s\u00fcr\u00e9 \u00fd\u00f6\u00fcr f\u00e4\u00e7\u00e9 \u00efs w\u00e9ll-l\u00eft \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "Make this subsection available as a prerequisite to other content": "M\u00e4k\u00e9 th\u00efs s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 \u00e4s \u00e4 pr\u00e9r\u00e9q\u00fc\u00efs\u00eft\u00e9 t\u00f6 \u00f6th\u00e9r \u00e7\u00f6nt\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Making Visible to Students": "M\u00e4k\u00efng V\u00efs\u00ef\u00dfl\u00e9 t\u00f6 St\u00fcd\u00e9nts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Manage Learners": "M\u00e4n\u00e4g\u00e9 L\u00e9\u00e4rn\u00e9rs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Manual": "M\u00e4n\u00fc\u00e4l \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "March": "marto", - "Mark Exam As Completed": "M\u00e4rk \u00c9x\u00e4m \u00c0s \u00c7\u00f6mpl\u00e9t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Mark enrollment code as unused": "M\u00e4rk \u00e9nr\u00f6llm\u00e9nt \u00e7\u00f6d\u00e9 \u00e4s \u00fcn\u00fcs\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "Markdown Editing Help": "M\u00e4rkd\u00f6wn \u00c9d\u00eft\u00efng H\u00e9lp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Masters": "M\u00e4st\u00e9rs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Match case": "M\u00e4t\u00e7h \u00e7\u00e4s\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Max file size exceeded": "M\u00e4x f\u00efl\u00e9 s\u00efz\u00e9 \u00e9x\u00e7\u00e9\u00e9d\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Maximum": "M\u00e4x\u00efm\u00fcm \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Maximum file size: {maxFileSize} GB": "M\u00e4x\u00efm\u00fcm f\u00efl\u00e9 s\u00efz\u00e9: {maxFileSize} GB \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Maximum score is %(max_score)s": "M\u00e4x\u00efm\u00fcm s\u00e7\u00f6r\u00e9 \u00efs %(max_score)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "May": "majo", - "Membership": "M\u00e9m\u00df\u00e9rsh\u00efp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Merge cells": "M\u00e9rg\u00e9 \u00e7\u00e9lls \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Message:": "M\u00e9ss\u00e4g\u00e9: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Middle": "M\u00efddl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Midnight": "Noktomezo", - "Minimum Completion:": "M\u00efn\u00efm\u00fcm \u00c7\u00f6mpl\u00e9t\u00ef\u00f6n: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Minimum Score:": "M\u00efn\u00efm\u00fcm S\u00e7\u00f6r\u00e9: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "Module state successfully deleted.": "M\u00f6d\u00fcl\u00e9 st\u00e4t\u00e9 s\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd d\u00e9l\u00e9t\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "More": "M\u00f6r\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "More sessions coming soon": "M\u00f6r\u00e9 s\u00e9ss\u00ef\u00f6ns \u00e7\u00f6m\u00efng s\u00f6\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "More sessions coming soon.": "M\u00f6r\u00e9 s\u00e9ss\u00ef\u00f6ns \u00e7\u00f6m\u00efng s\u00f6\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Move": "M\u00f6v\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Move cancelled. \"{sourceDisplayName}\" has been moved back to its original location.": "M\u00f6v\u00e9 \u00e7\u00e4n\u00e7\u00e9ll\u00e9d. \"{sourceDisplayName}\" h\u00e4s \u00df\u00e9\u00e9n m\u00f6v\u00e9d \u00df\u00e4\u00e7k t\u00f6 \u00efts \u00f6r\u00efg\u00efn\u00e4l l\u00f6\u00e7\u00e4t\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Move: {displayName}": "M\u00f6v\u00e9: {displayName} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Moving": "M\u00f6v\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Must complete verification checkpoint": "M\u00fcst \u00e7\u00f6mpl\u00e9t\u00e9 v\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n \u00e7h\u00e9\u00e7kp\u00f6\u00efnt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "Mute": "M\u00fct\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Muted": "M\u00fct\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "My Orders": "M\u00fd \u00d6rd\u00e9rs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "My Team": "M\u00fd T\u00e9\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "N/A": "N/\u00c0 \u2c60'\u03c3\u044f\u0454\u043c#", - "Name": "N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Name ": "N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Name of the certificate": "N\u00e4m\u00e9 \u00f6f th\u00e9 \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "N\u00e4m\u00e9 \u00f6f th\u00e9 gr\u00f6\u00fcps th\u00e4t st\u00fcd\u00e9nts w\u00efll \u00df\u00e9 \u00e4ss\u00efgn\u00e9d t\u00f6, f\u00f6r \u00e9x\u00e4mpl\u00e9, \u00c7\u00f6ntr\u00f6l, V\u00efd\u00e9\u00f6, Pr\u00f6\u00dfl\u00e9ms. \u00dd\u00f6\u00fc m\u00fcst h\u00e4v\u00e9 tw\u00f6 \u00f6r m\u00f6r\u00e9 gr\u00f6\u00fcps. \u2c60'\u03c3\u044f\u0454\u043c#", - "Name of the signatory": "N\u00e4m\u00e9 \u00f6f th\u00e9 s\u00efgn\u00e4t\u00f6r\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Name or short description of the configuration": "N\u00e4m\u00e9 \u00f6r sh\u00f6rt d\u00e9s\u00e7r\u00efpt\u00ef\u00f6n \u00f6f th\u00e9 \u00e7\u00f6nf\u00efg\u00fcr\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Navigate up": "N\u00e4v\u00efg\u00e4t\u00e9 \u00fcp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Need help logging in?": "N\u00e9\u00e9d h\u00e9lp l\u00f6gg\u00efng \u00efn? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Needs verified certificate ": "N\u00e9\u00e9ds v\u00e9r\u00eff\u00ef\u00e9d \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", - "Never published": "N\u00e9v\u00e9r p\u00fc\u00dfl\u00efsh\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Never show assessment results": "N\u00e9v\u00e9r sh\u00f6w \u00e4ss\u00e9ssm\u00e9nt r\u00e9s\u00fclts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "New %(item_type)s": "N\u00e9w %(item_type)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "New Address": "N\u00e9w \u00c0ddr\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "New Password": "N\u00e9w P\u00e4ssw\u00f6rd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "New document": "N\u00e9w d\u00f6\u00e7\u00fcm\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "New enrollment mode:": "N\u00e9w \u00e9nr\u00f6llm\u00e9nt m\u00f6d\u00e9: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "New window": "N\u00e9w w\u00efnd\u00f6w \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "New {component_type}": "N\u00e9w {component_type} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Next": "N\u00e9xt \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Next Step: Confirm your identity": "N\u00e9xt St\u00e9p: \u00c7\u00f6nf\u00efrm \u00fd\u00f6\u00fcr \u00efd\u00e9nt\u00eft\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "Next: %(nextStepTitle)s": "N\u00e9xt: %(nextStepTitle)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "No Content Group": "N\u00f6 \u00c7\u00f6nt\u00e9nt Gr\u00f6\u00fcp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "No Derivatives": "N\u00f6 D\u00e9r\u00efv\u00e4t\u00efv\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "No EdX Timed Transcript": "N\u00f6 \u00c9dX T\u00efm\u00e9d Tr\u00e4ns\u00e7r\u00efpt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "No Flash Detected": "N\u00f6 Fl\u00e4sh D\u00e9t\u00e9\u00e7t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "No Timed Transcript": "N\u00f6 T\u00efm\u00e9d Tr\u00e4ns\u00e7r\u00efpt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "No Webcam Detected": "N\u00f6 W\u00e9\u00df\u00e7\u00e4m D\u00e9t\u00e9\u00e7t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "No color": "N\u00f6 \u00e7\u00f6l\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "No content-specific discussion topics exist.": "N\u00f6 \u00e7\u00f6nt\u00e9nt-sp\u00e9\u00e7\u00eff\u00ef\u00e7 d\u00efs\u00e7\u00fcss\u00ef\u00f6n t\u00f6p\u00ef\u00e7s \u00e9x\u00efst. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "No description available": "N\u00f6 d\u00e9s\u00e7r\u00efpt\u00ef\u00f6n \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "No grade to remove.": "N\u00f6 gr\u00e4d\u00e9 t\u00f6 r\u00e9m\u00f6v\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "No posts matched your query.": "N\u00f6 p\u00f6sts m\u00e4t\u00e7h\u00e9d \u00fd\u00f6\u00fcr q\u00fc\u00e9r\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "No prerequisite": "N\u00f6 pr\u00e9r\u00e9q\u00fc\u00efs\u00eft\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "No receipt available": "N\u00f6 r\u00e9\u00e7\u00e9\u00efpt \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "No results": "N\u00f6 r\u00e9s\u00fclts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "No results found for \"%(query_string)s\". Please try searching again.": "N\u00f6 r\u00e9s\u00fclts f\u00f6\u00fcnd f\u00f6r \"%(query_string)s\". Pl\u00e9\u00e4s\u00e9 tr\u00fd s\u00e9\u00e4r\u00e7h\u00efng \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "No results found for {original_query}. Showing results for {suggested_query}.": "N\u00f6 r\u00e9s\u00fclts f\u00f6\u00fcnd f\u00f6r {original_query}. Sh\u00f6w\u00efng r\u00e9s\u00fclts f\u00f6r {suggested_query}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "No tasks currently running.": "N\u00f6 t\u00e4sks \u00e7\u00fcrr\u00e9ntl\u00fd r\u00fcnn\u00efng. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", - "No transcript uploaded.": "N\u00f6 tr\u00e4ns\u00e7r\u00efpt \u00fcpl\u00f6\u00e4d\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "No validation is performed on policy keys or value pairs. If you are having difficulties, check your formatting.": "N\u00f6 v\u00e4l\u00efd\u00e4t\u00ef\u00f6n \u00efs p\u00e9rf\u00f6rm\u00e9d \u00f6n p\u00f6l\u00ef\u00e7\u00fd k\u00e9\u00fds \u00f6r v\u00e4l\u00fc\u00e9 p\u00e4\u00efrs. \u00ccf \u00fd\u00f6\u00fc \u00e4r\u00e9 h\u00e4v\u00efng d\u00efff\u00ef\u00e7\u00fclt\u00ef\u00e9s, \u00e7h\u00e9\u00e7k \u00fd\u00f6\u00fcr f\u00f6rm\u00e4tt\u00efng. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f#", - "Nonbreaking space": "N\u00f6n\u00dfr\u00e9\u00e4k\u00efng sp\u00e4\u00e7\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Noncommercial": "N\u00f6n\u00e7\u00f6mm\u00e9r\u00e7\u00ef\u00e4l \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "None": "N\u00f6n\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Noon": "Tagmezo", - "Not Currently Available": "N\u00f6t \u00c7\u00fcrr\u00e9ntl\u00fd \u00c0v\u00e4\u00efl\u00e4\u00dfl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Not Graded": "N\u00f6t Gr\u00e4d\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Not Selected": "N\u00f6t S\u00e9l\u00e9\u00e7t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Not Supported": "N\u00f6t S\u00fcpp\u00f6rt\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "N\u00f6t \u00e4\u00dfl\u00e9 t\u00f6 s\u00e9t p\u00e4ss\u00efng gr\u00e4d\u00e9 t\u00f6 l\u00e9ss th\u00e4n %(minimum_grade_cutoff)s%. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Not available": "N\u00f6t \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Not divided": "N\u00f6t d\u00efv\u00efd\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Not in Use": "N\u00f6t \u00efn \u00dbs\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Not selected": "N\u00f6t s\u00e9l\u00e9\u00e7t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Not specific to a course": "N\u00f6t sp\u00e9\u00e7\u00eff\u00ef\u00e7 t\u00f6 \u00e4 \u00e7\u00f6\u00fcrs\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "Not yet": "N\u00f6t \u00fd\u00e9t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Note": "N\u00f6t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Note: Do not hide graded assignments after they have been released.": "N\u00f6t\u00e9: D\u00f6 n\u00f6t h\u00efd\u00e9 gr\u00e4d\u00e9d \u00e4ss\u00efgnm\u00e9nts \u00e4ft\u00e9r th\u00e9\u00fd h\u00e4v\u00e9 \u00df\u00e9\u00e9n r\u00e9l\u00e9\u00e4s\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Note: Learners can be in only one cohort. Adding learners to this group overrides any previous group assignment.": "N\u00f6t\u00e9: L\u00e9\u00e4rn\u00e9rs \u00e7\u00e4n \u00df\u00e9 \u00efn \u00f6nl\u00fd \u00f6n\u00e9 \u00e7\u00f6h\u00f6rt. \u00c0dd\u00efng l\u00e9\u00e4rn\u00e9rs t\u00f6 th\u00efs gr\u00f6\u00fcp \u00f6v\u00e9rr\u00efd\u00e9s \u00e4n\u00fd pr\u00e9v\u00ef\u00f6\u00fcs gr\u00f6\u00fcp \u00e4ss\u00efgnm\u00e9nt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f#", + ], + "Loading": "L\u00f6\u00e4d\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Loading content": "L\u00f6\u00e4d\u00efng \u00e7\u00f6nt\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Loading data...": "L\u00f6\u00e4d\u00efng d\u00e4t\u00e4... \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Loading more threads": "L\u00f6\u00e4d\u00efng m\u00f6r\u00e9 thr\u00e9\u00e4ds \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Loading posts list": "L\u00f6\u00e4d\u00efng p\u00f6sts l\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Loading your courses": "L\u00f6\u00e4d\u00efng \u00fd\u00f6\u00fcr \u00e7\u00f6\u00fcrs\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Location": "L\u00f6\u00e7\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Location in Course": "L\u00f6\u00e7\u00e4t\u00ef\u00f6n \u00efn \u00c7\u00f6\u00fcrs\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Lock this asset": "L\u00f6\u00e7k th\u00efs \u00e4ss\u00e9t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Lock/unlock file": "L\u00f6\u00e7k/\u00fcnl\u00f6\u00e7k f\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Loud": "L\u00f6\u00fcd \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Low": "L\u00f6w \u2c60'\u03c3\u044f\u0454\u043c#", + "Lower Alpha": "L\u00f6w\u00e9r \u00c0lph\u00e4 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Lower Greek": "L\u00f6w\u00e9r Gr\u00e9\u00e9k \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Lower Roman": "L\u00f6w\u00e9r R\u00f6m\u00e4n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "MB": "MB \u2c60'\u03c3\u044f#", + "Make Visible to Students": "M\u00e4k\u00e9 V\u00efs\u00ef\u00dfl\u00e9 t\u00f6 St\u00fcd\u00e9nts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "Make sure that the full name on your account matches the name on your ID.": "M\u00e4k\u00e9 s\u00fcr\u00e9 th\u00e4t th\u00e9 f\u00fcll n\u00e4m\u00e9 \u00f6n \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt m\u00e4t\u00e7h\u00e9s th\u00e9 n\u00e4m\u00e9 \u00f6n \u00fd\u00f6\u00fcr \u00ccD. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "Make sure we can verify your identity with the photos and information you have provided.": "M\u00e4k\u00e9 s\u00fcr\u00e9 w\u00e9 \u00e7\u00e4n v\u00e9r\u00eff\u00fd \u00fd\u00f6\u00fcr \u00efd\u00e9nt\u00eft\u00fd w\u00efth th\u00e9 ph\u00f6t\u00f6s \u00e4nd \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n \u00fd\u00f6\u00fc h\u00e4v\u00e9 pr\u00f6v\u00efd\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", + "Make sure your ID is well-lit": "M\u00e4k\u00e9 s\u00fcr\u00e9 \u00fd\u00f6\u00fcr \u00ccD \u00efs w\u00e9ll-l\u00eft \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Make sure your face is well-lit": "M\u00e4k\u00e9 s\u00fcr\u00e9 \u00fd\u00f6\u00fcr f\u00e4\u00e7\u00e9 \u00efs w\u00e9ll-l\u00eft \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "Make this subsection available as a prerequisite to other content": "M\u00e4k\u00e9 th\u00efs s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 \u00e4s \u00e4 pr\u00e9r\u00e9q\u00fc\u00efs\u00eft\u00e9 t\u00f6 \u00f6th\u00e9r \u00e7\u00f6nt\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Making Visible to Students": "M\u00e4k\u00efng V\u00efs\u00ef\u00dfl\u00e9 t\u00f6 St\u00fcd\u00e9nts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Manage": "M\u00e4n\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Manage Learners": "M\u00e4n\u00e4g\u00e9 L\u00e9\u00e4rn\u00e9rs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Manual": "M\u00e4n\u00fc\u00e4l \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "March": "marto", + "Mark Exam As Completed": "M\u00e4rk \u00c9x\u00e4m \u00c0s \u00c7\u00f6mpl\u00e9t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Mark enrollment code as unused": "M\u00e4rk \u00e9nr\u00f6llm\u00e9nt \u00e7\u00f6d\u00e9 \u00e4s \u00fcn\u00fcs\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "Markdown Editing Help": "M\u00e4rkd\u00f6wn \u00c9d\u00eft\u00efng H\u00e9lp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Masters": "M\u00e4st\u00e9rs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Match case": "M\u00e4t\u00e7h \u00e7\u00e4s\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Max file size exceeded": "M\u00e4x f\u00efl\u00e9 s\u00efz\u00e9 \u00e9x\u00e7\u00e9\u00e9d\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Maximum": "M\u00e4x\u00efm\u00fcm \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Maximum file size: {maxFileSize} GB": "M\u00e4x\u00efm\u00fcm f\u00efl\u00e9 s\u00efz\u00e9: {maxFileSize} GB \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Maximum score is %(max_score)s": "M\u00e4x\u00efm\u00fcm s\u00e7\u00f6r\u00e9 \u00efs %(max_score)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "May": "majo", + "Membership": "M\u00e9m\u00df\u00e9rsh\u00efp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Merge cells": "M\u00e9rg\u00e9 \u00e7\u00e9lls \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Message:": "M\u00e9ss\u00e4g\u00e9: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "MicroBachelors": "M\u00ef\u00e7r\u00f6B\u00e4\u00e7h\u00e9l\u00f6rs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "MicroMasters": "M\u00ef\u00e7r\u00f6M\u00e4st\u00e9rs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Middle": "M\u00efddl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Midnight": "Noktomezo", + "Minimum Completion:": "M\u00efn\u00efm\u00fcm \u00c7\u00f6mpl\u00e9t\u00ef\u00f6n: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Minimum Score:": "M\u00efn\u00efm\u00fcm S\u00e7\u00f6r\u00e9: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "Module state successfully deleted.": "M\u00f6d\u00fcl\u00e9 st\u00e4t\u00e9 s\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd d\u00e9l\u00e9t\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "More": "M\u00f6r\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "More sessions coming soon": "M\u00f6r\u00e9 s\u00e9ss\u00ef\u00f6ns \u00e7\u00f6m\u00efng s\u00f6\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "More sessions coming soon.": "M\u00f6r\u00e9 s\u00e9ss\u00ef\u00f6ns \u00e7\u00f6m\u00efng s\u00f6\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Move": "M\u00f6v\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Move cancelled. \"{sourceDisplayName}\" has been moved back to its original location.": "M\u00f6v\u00e9 \u00e7\u00e4n\u00e7\u00e9ll\u00e9d. \"{sourceDisplayName}\" h\u00e4s \u00df\u00e9\u00e9n m\u00f6v\u00e9d \u00df\u00e4\u00e7k t\u00f6 \u00efts \u00f6r\u00efg\u00efn\u00e4l l\u00f6\u00e7\u00e4t\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Move: {displayName}": "M\u00f6v\u00e9: {displayName} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Moving": "M\u00f6v\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Multiple teams returned for course": "M\u00fclt\u00efpl\u00e9 t\u00e9\u00e4ms r\u00e9t\u00fcrn\u00e9d f\u00f6r \u00e7\u00f6\u00fcrs\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "Must complete verification checkpoint": "M\u00fcst \u00e7\u00f6mpl\u00e9t\u00e9 v\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n \u00e7h\u00e9\u00e7kp\u00f6\u00efnt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "Mute": "M\u00fct\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Muted": "M\u00fct\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "My Orders": "M\u00fd \u00d6rd\u00e9rs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "My Team": "M\u00fd T\u00e9\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "N/A": "N/\u00c0 \u2c60'\u03c3\u044f\u0454\u043c#", + "Name": "N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Name ": "N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Name of the certificate": "N\u00e4m\u00e9 \u00f6f th\u00e9 \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "N\u00e4m\u00e9 \u00f6f th\u00e9 gr\u00f6\u00fcps th\u00e4t st\u00fcd\u00e9nts w\u00efll \u00df\u00e9 \u00e4ss\u00efgn\u00e9d t\u00f6, f\u00f6r \u00e9x\u00e4mpl\u00e9, \u00c7\u00f6ntr\u00f6l, V\u00efd\u00e9\u00f6, Pr\u00f6\u00dfl\u00e9ms. \u00dd\u00f6\u00fc m\u00fcst h\u00e4v\u00e9 tw\u00f6 \u00f6r m\u00f6r\u00e9 gr\u00f6\u00fcps. \u2c60'\u03c3\u044f\u0454\u043c#", + "Name of the signatory": "N\u00e4m\u00e9 \u00f6f th\u00e9 s\u00efgn\u00e4t\u00f6r\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Name or short description of the configuration": "N\u00e4m\u00e9 \u00f6r sh\u00f6rt d\u00e9s\u00e7r\u00efpt\u00ef\u00f6n \u00f6f th\u00e9 \u00e7\u00f6nf\u00efg\u00fcr\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Navigate up": "N\u00e4v\u00efg\u00e4t\u00e9 \u00fcp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Need help logging in?": "N\u00e9\u00e9d h\u00e9lp l\u00f6gg\u00efng \u00efn? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Needs verified certificate ": "N\u00e9\u00e9ds v\u00e9r\u00eff\u00ef\u00e9d \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", + "Never published": "N\u00e9v\u00e9r p\u00fc\u00dfl\u00efsh\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Never show assessment results": "N\u00e9v\u00e9r sh\u00f6w \u00e4ss\u00e9ssm\u00e9nt r\u00e9s\u00fclts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "New %(item_type)s": "N\u00e9w %(item_type)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "New Address": "N\u00e9w \u00c0ddr\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "New Password": "N\u00e9w P\u00e4ssw\u00f6rd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "New document": "N\u00e9w d\u00f6\u00e7\u00fcm\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "New enrollment mode:": "N\u00e9w \u00e9nr\u00f6llm\u00e9nt m\u00f6d\u00e9: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "New window": "N\u00e9w w\u00efnd\u00f6w \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "New {component_type}": "N\u00e9w {component_type} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Next": "N\u00e9xt \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Next Step: Confirm your identity": "N\u00e9xt St\u00e9p: \u00c7\u00f6nf\u00efrm \u00fd\u00f6\u00fcr \u00efd\u00e9nt\u00eft\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "Next: %(nextStepTitle)s": "N\u00e9xt: %(nextStepTitle)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "No Content Group": "N\u00f6 \u00c7\u00f6nt\u00e9nt Gr\u00f6\u00fcp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "No Derivatives": "N\u00f6 D\u00e9r\u00efv\u00e4t\u00efv\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "No EdX Timed Transcript": "N\u00f6 \u00c9dX T\u00efm\u00e9d Tr\u00e4ns\u00e7r\u00efpt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "No Flash Detected": "N\u00f6 Fl\u00e4sh D\u00e9t\u00e9\u00e7t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "No Timed Transcript": "N\u00f6 T\u00efm\u00e9d Tr\u00e4ns\u00e7r\u00efpt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "No Webcam Detected": "N\u00f6 W\u00e9\u00df\u00e7\u00e4m D\u00e9t\u00e9\u00e7t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "No color": "N\u00f6 \u00e7\u00f6l\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "No content-specific discussion topics exist.": "N\u00f6 \u00e7\u00f6nt\u00e9nt-sp\u00e9\u00e7\u00eff\u00ef\u00e7 d\u00efs\u00e7\u00fcss\u00ef\u00f6n t\u00f6p\u00ef\u00e7s \u00e9x\u00efst. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "No description available": "N\u00f6 d\u00e9s\u00e7r\u00efpt\u00ef\u00f6n \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "No grade to remove.": "N\u00f6 gr\u00e4d\u00e9 t\u00f6 r\u00e9m\u00f6v\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "No posts matched your query.": "N\u00f6 p\u00f6sts m\u00e4t\u00e7h\u00e9d \u00fd\u00f6\u00fcr q\u00fc\u00e9r\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "No prerequisite": "N\u00f6 pr\u00e9r\u00e9q\u00fc\u00efs\u00eft\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "No receipt available": "N\u00f6 r\u00e9\u00e7\u00e9\u00efpt \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "No results": "N\u00f6 r\u00e9s\u00fclts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "No results found for \"%(query_string)s\". Please try searching again.": "N\u00f6 r\u00e9s\u00fclts f\u00f6\u00fcnd f\u00f6r \"%(query_string)s\". Pl\u00e9\u00e4s\u00e9 tr\u00fd s\u00e9\u00e4r\u00e7h\u00efng \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "No results found for {original_query}. Showing results for {suggested_query}.": "N\u00f6 r\u00e9s\u00fclts f\u00f6\u00fcnd f\u00f6r {original_query}. Sh\u00f6w\u00efng r\u00e9s\u00fclts f\u00f6r {suggested_query}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "No tasks currently running.": "N\u00f6 t\u00e4sks \u00e7\u00fcrr\u00e9ntl\u00fd r\u00fcnn\u00efng. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", + "No transcript uploaded.": "N\u00f6 tr\u00e4ns\u00e7r\u00efpt \u00fcpl\u00f6\u00e4d\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "No validation is performed on policy keys or value pairs. If you are having difficulties, check your formatting.": "N\u00f6 v\u00e4l\u00efd\u00e4t\u00ef\u00f6n \u00efs p\u00e9rf\u00f6rm\u00e9d \u00f6n p\u00f6l\u00ef\u00e7\u00fd k\u00e9\u00fds \u00f6r v\u00e4l\u00fc\u00e9 p\u00e4\u00efrs. \u00ccf \u00fd\u00f6\u00fc \u00e4r\u00e9 h\u00e4v\u00efng d\u00efff\u00ef\u00e7\u00fclt\u00ef\u00e9s, \u00e7h\u00e9\u00e7k \u00fd\u00f6\u00fcr f\u00f6rm\u00e4tt\u00efng. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f#", + "Nonbreaking space": "N\u00f6n\u00dfr\u00e9\u00e4k\u00efng sp\u00e4\u00e7\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Noncommercial": "N\u00f6n\u00e7\u00f6mm\u00e9r\u00e7\u00ef\u00e4l \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "None": "N\u00f6n\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Noon": "Tagmezo", + "Not Currently Available": "N\u00f6t \u00c7\u00fcrr\u00e9ntl\u00fd \u00c0v\u00e4\u00efl\u00e4\u00dfl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Not Graded": "N\u00f6t Gr\u00e4d\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Not Selected": "N\u00f6t S\u00e9l\u00e9\u00e7t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Not Supported": "N\u00f6t S\u00fcpp\u00f6rt\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "N\u00f6t \u00e4\u00dfl\u00e9 t\u00f6 s\u00e9t p\u00e4ss\u00efng gr\u00e4d\u00e9 t\u00f6 l\u00e9ss th\u00e4n %(minimum_grade_cutoff)s%. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Not available": "N\u00f6t \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Not divided": "N\u00f6t d\u00efv\u00efd\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Not in Use": "N\u00f6t \u00efn \u00dbs\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Not selected": "N\u00f6t s\u00e9l\u00e9\u00e7t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Not specific to a course": "N\u00f6t sp\u00e9\u00e7\u00eff\u00ef\u00e7 t\u00f6 \u00e4 \u00e7\u00f6\u00fcrs\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "Not yet": "N\u00f6t \u00fd\u00e9t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Note": "N\u00f6t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Note: Do not hide graded assignments after they have been released.": "N\u00f6t\u00e9: D\u00f6 n\u00f6t h\u00efd\u00e9 gr\u00e4d\u00e9d \u00e4ss\u00efgnm\u00e9nts \u00e4ft\u00e9r th\u00e9\u00fd h\u00e4v\u00e9 \u00df\u00e9\u00e9n r\u00e9l\u00e9\u00e4s\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Note: Learners can be in only one cohort. Adding learners to this group overrides any previous group assignment.": "N\u00f6t\u00e9: L\u00e9\u00e4rn\u00e9rs \u00e7\u00e4n \u00df\u00e9 \u00efn \u00f6nl\u00fd \u00f6n\u00e9 \u00e7\u00f6h\u00f6rt. \u00c0dd\u00efng l\u00e9\u00e4rn\u00e9rs t\u00f6 th\u00efs gr\u00f6\u00fcp \u00f6v\u00e9rr\u00efd\u00e9s \u00e4n\u00fd pr\u00e9v\u00ef\u00f6\u00fcs gr\u00f6\u00fcp \u00e4ss\u00efgnm\u00e9nt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f#", "Note: You are %s hour ahead of server time.": [ - "Noto: Vi estas %s horo anta\u016d la servila horo.", + "Noto: Vi estas %s horo anta\u016d la servila horo.", "Noto: Vi estas %s horoj anta\u016d la servila horo." - ], + ], "Note: You are %s hour behind server time.": [ - "Noto: Vi estas %s horo post la servila horo.", + "Noto: Vi estas %s horo post la servila horo.", "Noto: Vi estas %s horoj post la servila horo." - ], - "Noted in:": "N\u00f6t\u00e9d \u00efn: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Notes": "N\u00f6t\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Notes hidden": "N\u00f6t\u00e9s h\u00efdd\u00e9n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Notes visible": "N\u00f6t\u00e9s v\u00efs\u00ef\u00dfl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "November": "novembro", - "Now": "Nun", - "Number Sent": "N\u00fcm\u00df\u00e9r S\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Number of Droppable": "N\u00fcm\u00df\u00e9r \u00f6f Dr\u00f6pp\u00e4\u00dfl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Number of Students": "N\u00fcm\u00df\u00e9r \u00f6f St\u00fcd\u00e9nts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Numbered List (Ctrl+O)": "N\u00fcm\u00df\u00e9r\u00e9d L\u00efst (\u00c7trl+\u00d6) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Numbered list": "N\u00fcm\u00df\u00e9r\u00e9d l\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "OK": "\u00d6K \u2c60'\u03c3\u044f#", - "ORDER NAME": "\u00d6RD\u00c9R N\u00c0M\u00c9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "ORDER NUMBER": "\u00d6RD\u00c9R N\u00dbMB\u00c9R \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "ORDER PLACED": "\u00d6RD\u00c9R PL\u00c0\u00c7\u00c9D \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "October": "oktobro", - "Ok": "\u00d6k \u2c60'\u03c3\u044f#", - "Onboarding": "\u00d6n\u00df\u00f6\u00e4rd\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Onboarding Exam": "\u00d6n\u00df\u00f6\u00e4rd\u00efng \u00c9x\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Once in position, use the camera button {icon} to capture your ID": "\u00d6n\u00e7\u00e9 \u00efn p\u00f6s\u00eft\u00ef\u00f6n, \u00fcs\u00e9 th\u00e9 \u00e7\u00e4m\u00e9r\u00e4 \u00df\u00fctt\u00f6n {icon} t\u00f6 \u00e7\u00e4pt\u00fcr\u00e9 \u00fd\u00f6\u00fcr \u00ccD \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Once in position, use the camera button {icon} to capture your photo": "\u00d6n\u00e7\u00e9 \u00efn p\u00f6s\u00eft\u00ef\u00f6n, \u00fcs\u00e9 th\u00e9 \u00e7\u00e4m\u00e9r\u00e4 \u00df\u00fctt\u00f6n {icon} t\u00f6 \u00e7\u00e4pt\u00fcr\u00e9 \u00fd\u00f6\u00fcr ph\u00f6t\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Once you complete one of the program requirements you have a program record. This record is marked complete once you meet all program requirements. A program record can be used to continue your learning journey and demonstrate your learning to others.": "\u00d6n\u00e7\u00e9 \u00fd\u00f6\u00fc \u00e7\u00f6mpl\u00e9t\u00e9 \u00f6n\u00e9 \u00f6f th\u00e9 pr\u00f6gr\u00e4m r\u00e9q\u00fc\u00efr\u00e9m\u00e9nts \u00fd\u00f6\u00fc h\u00e4v\u00e9 \u00e4 pr\u00f6gr\u00e4m r\u00e9\u00e7\u00f6rd. Th\u00efs r\u00e9\u00e7\u00f6rd \u00efs m\u00e4rk\u00e9d \u00e7\u00f6mpl\u00e9t\u00e9 \u00f6n\u00e7\u00e9 \u00fd\u00f6\u00fc m\u00e9\u00e9t \u00e4ll pr\u00f6gr\u00e4m r\u00e9q\u00fc\u00efr\u00e9m\u00e9nts. \u00c0 pr\u00f6gr\u00e4m r\u00e9\u00e7\u00f6rd \u00e7\u00e4n \u00df\u00e9 \u00fcs\u00e9d t\u00f6 \u00e7\u00f6nt\u00efn\u00fc\u00e9 \u00fd\u00f6\u00fcr l\u00e9\u00e4rn\u00efng j\u00f6\u00fcrn\u00e9\u00fd \u00e4nd d\u00e9m\u00f6nstr\u00e4t\u00e9 \u00fd\u00f6\u00fcr l\u00e9\u00e4rn\u00efng t\u00f6 \u00f6th\u00e9rs. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442#", - "Once your account is deleted, you cannot use it to take courses on the edX app, edx.org, or any other site hosted by edX. This includes access to edx.org from your employer\u2019s or university\u2019s system and access to private sites offered by MIT Open Learning, Wharton Executive Education, and Harvard Medical School.": "\u00d6n\u00e7\u00e9 \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt \u00efs d\u00e9l\u00e9t\u00e9d, \u00fd\u00f6\u00fc \u00e7\u00e4nn\u00f6t \u00fcs\u00e9 \u00eft t\u00f6 t\u00e4k\u00e9 \u00e7\u00f6\u00fcrs\u00e9s \u00f6n th\u00e9 \u00e9dX \u00e4pp, \u00e9dx.\u00f6rg, \u00f6r \u00e4n\u00fd \u00f6th\u00e9r s\u00eft\u00e9 h\u00f6st\u00e9d \u00df\u00fd \u00e9dX. Th\u00efs \u00efn\u00e7l\u00fcd\u00e9s \u00e4\u00e7\u00e7\u00e9ss t\u00f6 \u00e9dx.\u00f6rg fr\u00f6m \u00fd\u00f6\u00fcr \u00e9mpl\u00f6\u00fd\u00e9r\u2019s \u00f6r \u00fcn\u00efv\u00e9rs\u00eft\u00fd\u2019s s\u00fdst\u00e9m \u00e4nd \u00e4\u00e7\u00e7\u00e9ss t\u00f6 pr\u00efv\u00e4t\u00e9 s\u00eft\u00e9s \u00f6ff\u00e9r\u00e9d \u00df\u00fd M\u00ccT \u00d6p\u00e9n L\u00e9\u00e4rn\u00efng, Wh\u00e4rt\u00f6n \u00c9x\u00e9\u00e7\u00fct\u00efv\u00e9 \u00c9d\u00fc\u00e7\u00e4t\u00ef\u00f6n, \u00e4nd H\u00e4rv\u00e4rd M\u00e9d\u00ef\u00e7\u00e4l S\u00e7h\u00f6\u00f6l. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7#", - "One or more rescheduling tasks failed.": "\u00d6n\u00e9 \u00f6r m\u00f6r\u00e9 r\u00e9s\u00e7h\u00e9d\u00fcl\u00efng t\u00e4sks f\u00e4\u00efl\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "Only <%= fileTypes %> files can be uploaded. Please select a file ending in <%= fileExtensions %> to upload.": "\u00d6nl\u00fd <%= fileTypes %> f\u00efl\u00e9s \u00e7\u00e4n \u00df\u00e9 \u00fcpl\u00f6\u00e4d\u00e9d. Pl\u00e9\u00e4s\u00e9 s\u00e9l\u00e9\u00e7t \u00e4 f\u00efl\u00e9 \u00e9nd\u00efng \u00efn <%= fileExtensions %> t\u00f6 \u00fcpl\u00f6\u00e4d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "Only properly formatted .csv files will be accepted.": "\u00d6nl\u00fd pr\u00f6p\u00e9rl\u00fd f\u00f6rm\u00e4tt\u00e9d .\u00e7sv f\u00efl\u00e9s w\u00efll \u00df\u00e9 \u00e4\u00e7\u00e7\u00e9pt\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Only the parent course staff of a CCX can create content groups.": "\u00d6nl\u00fd th\u00e9 p\u00e4r\u00e9nt \u00e7\u00f6\u00fcrs\u00e9 st\u00e4ff \u00f6f \u00e4 \u00c7\u00c7X \u00e7\u00e4n \u00e7r\u00e9\u00e4t\u00e9 \u00e7\u00f6nt\u00e9nt gr\u00f6\u00fcps. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Open Calculator": "\u00d6p\u00e9n \u00c7\u00e4l\u00e7\u00fcl\u00e4t\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Open language menu": "\u00d6p\u00e9n l\u00e4ng\u00fc\u00e4g\u00e9 m\u00e9n\u00fc \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Open the certificate you earned for the %(title)s program.": "\u00d6p\u00e9n th\u00e9 \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u00fd\u00f6\u00fc \u00e9\u00e4rn\u00e9d f\u00f6r th\u00e9 %(title)s pr\u00f6gr\u00e4m. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Open/download this file": "\u00d6p\u00e9n/d\u00f6wnl\u00f6\u00e4d th\u00efs f\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "OpenAssessment Save Error": "\u00d6p\u00e9n\u00c0ss\u00e9ssm\u00e9nt S\u00e4v\u00e9 \u00c9rr\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Option Deleted": "\u00d6pt\u00ef\u00f6n D\u00e9l\u00e9t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "Optional Characteristics": "\u00d6pt\u00ef\u00f6n\u00e4l \u00c7h\u00e4r\u00e4\u00e7t\u00e9r\u00efst\u00ef\u00e7s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "Optional long description": "\u00d6pt\u00ef\u00f6n\u00e4l l\u00f6ng d\u00e9s\u00e7r\u00efpt\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Optionally, link your personal accounts to the social media icons on your edX profile.": "\u00d6pt\u00ef\u00f6n\u00e4ll\u00fd, l\u00efnk \u00fd\u00f6\u00fcr p\u00e9rs\u00f6n\u00e4l \u00e4\u00e7\u00e7\u00f6\u00fcnts t\u00f6 th\u00e9 s\u00f6\u00e7\u00ef\u00e4l m\u00e9d\u00ef\u00e4 \u00ef\u00e7\u00f6ns \u00f6n \u00fd\u00f6\u00fcr \u00e9dX pr\u00f6f\u00efl\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Options for {license_name}": "\u00d6pt\u00ef\u00f6ns f\u00f6r {license_name} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Order Details": "\u00d6rd\u00e9r D\u00e9t\u00e4\u00efls \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Order History": "\u00d6rd\u00e9r H\u00efst\u00f6r\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Order No.": "\u00d6rd\u00e9r N\u00f6. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Order Number": "\u00d6rd\u00e9r N\u00fcm\u00df\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Organization": "\u00d6rg\u00e4n\u00efz\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Organization ": "\u00d6rg\u00e4n\u00efz\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Organization Name": "\u00d6rg\u00e4n\u00efz\u00e4t\u00ef\u00f6n N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Organization of the signatory": "\u00d6rg\u00e4n\u00efz\u00e4t\u00ef\u00f6n \u00f6f th\u00e9 s\u00efgn\u00e4t\u00f6r\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Organization:": "\u00d6rg\u00e4n\u00efz\u00e4t\u00ef\u00f6n: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Other": "\u00d6th\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Overall Score": "\u00d6v\u00e9r\u00e4ll S\u00e7\u00f6r\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "PDF Chapters": "PDF \u00c7h\u00e4pt\u00e9rs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Page break": "P\u00e4g\u00e9 \u00dfr\u00e9\u00e4k \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Page number out of %(total_pages)s": "P\u00e4g\u00e9 n\u00fcm\u00df\u00e9r \u00f6\u00fct \u00f6f %(total_pages)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Pagination": "P\u00e4g\u00efn\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Paragraph": "P\u00e4r\u00e4gr\u00e4ph \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Password": "P\u00e4ssw\u00f6rd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Password Status": "P\u00e4ssw\u00f6rd St\u00e4t\u00fcs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Password assistance": "P\u00e4ssw\u00f6rd \u00e4ss\u00efst\u00e4n\u00e7\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Password is incorrect": "P\u00e4ssw\u00f6rd \u00efs \u00efn\u00e7\u00f6rr\u00e9\u00e7t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Passwords do not match.": "P\u00e4ssw\u00f6rds d\u00f6 n\u00f6t m\u00e4t\u00e7h. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Paste": "P\u00e4st\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Paste as text": "P\u00e4st\u00e9 \u00e4s t\u00e9xt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "P\u00e4st\u00e9 \u00efs n\u00f6w \u00efn pl\u00e4\u00efn t\u00e9xt m\u00f6d\u00e9. \u00c7\u00f6nt\u00e9nts w\u00efll n\u00f6w \u00df\u00e9 p\u00e4st\u00e9d \u00e4s pl\u00e4\u00efn t\u00e9xt \u00fcnt\u00efl \u00fd\u00f6\u00fc t\u00f6ggl\u00e9 th\u00efs \u00f6pt\u00ef\u00f6n \u00f6ff. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Paste row after": "P\u00e4st\u00e9 r\u00f6w \u00e4ft\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Paste row before": "P\u00e4st\u00e9 r\u00f6w \u00df\u00e9f\u00f6r\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Paste your embed code below:": "P\u00e4st\u00e9 \u00fd\u00f6\u00fcr \u00e9m\u00df\u00e9d \u00e7\u00f6d\u00e9 \u00df\u00e9l\u00f6w: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Path to Signature Image": "P\u00e4th t\u00f6 S\u00efgn\u00e4t\u00fcr\u00e9 \u00ccm\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Pause": "P\u00e4\u00fcs\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Peer": "P\u00e9\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Photo": "Ph\u00f6t\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Photo Captured successfully.": "Ph\u00f6t\u00f6 \u00c7\u00e4pt\u00fcr\u00e9d s\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Photo ID": "Ph\u00f6t\u00f6 \u00ccD \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Photo Identification": "Ph\u00f6t\u00f6 \u00ccd\u00e9nt\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Photo Verification": "Ph\u00f6t\u00f6 V\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Photo of %(fullName)s": "Ph\u00f6t\u00f6 \u00f6f %(fullName)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Photo of %(fullName)s's ID": "Ph\u00f6t\u00f6 \u00f6f %(fullName)s's \u00ccD \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Photo requirements:": "Ph\u00f6t\u00f6 r\u00e9q\u00fc\u00efr\u00e9m\u00e9nts: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Photos don't meet the requirements?": "Ph\u00f6t\u00f6s d\u00f6n't m\u00e9\u00e9t th\u00e9 r\u00e9q\u00fc\u00efr\u00e9m\u00e9nts? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "Placeholder": "Pl\u00e4\u00e7\u00e9h\u00f6ld\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Play": "Pl\u00e4\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Play video": "Pl\u00e4\u00fd v\u00efd\u00e9\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Please Note": "Pl\u00e9\u00e4s\u00e9 N\u00f6t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Please add a photo of the instructor (Note: only JPEG or PNG format supported)": "Pl\u00e9\u00e4s\u00e9 \u00e4dd \u00e4 ph\u00f6t\u00f6 \u00f6f th\u00e9 \u00efnstr\u00fc\u00e7t\u00f6r (N\u00f6t\u00e9: \u00f6nl\u00fd JP\u00c9G \u00f6r PNG f\u00f6rm\u00e4t s\u00fcpp\u00f6rt\u00e9d) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "Please add at least one chapter": "Pl\u00e9\u00e4s\u00e9 \u00e4dd \u00e4t l\u00e9\u00e4st \u00f6n\u00e9 \u00e7h\u00e4pt\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "Please add the institute where the instructor is associated": "Pl\u00e9\u00e4s\u00e9 \u00e4dd th\u00e9 \u00efnst\u00eft\u00fct\u00e9 wh\u00e9r\u00e9 th\u00e9 \u00efnstr\u00fc\u00e7t\u00f6r \u00efs \u00e4ss\u00f6\u00e7\u00ef\u00e4t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Please add the instructor's biography": "Pl\u00e9\u00e4s\u00e9 \u00e4dd th\u00e9 \u00efnstr\u00fc\u00e7t\u00f6r's \u00df\u00ef\u00f6gr\u00e4ph\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "Please add the instructor's name": "Pl\u00e9\u00e4s\u00e9 \u00e4dd th\u00e9 \u00efnstr\u00fc\u00e7t\u00f6r's n\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "Please add the instructor's title": "Pl\u00e9\u00e4s\u00e9 \u00e4dd th\u00e9 \u00efnstr\u00fc\u00e7t\u00f6r's t\u00eftl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "Please address the errors on this page first, and then save your progress.": "Pl\u00e9\u00e4s\u00e9 \u00e4ddr\u00e9ss th\u00e9 \u00e9rr\u00f6rs \u00f6n th\u00efs p\u00e4g\u00e9 f\u00efrst, \u00e4nd th\u00e9n s\u00e4v\u00e9 \u00fd\u00f6\u00fcr pr\u00f6gr\u00e9ss. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "Please check the following validation feedbacks and reflect them in your course settings:": "Pl\u00e9\u00e4s\u00e9 \u00e7h\u00e9\u00e7k th\u00e9 f\u00f6ll\u00f6w\u00efng v\u00e4l\u00efd\u00e4t\u00ef\u00f6n f\u00e9\u00e9d\u00df\u00e4\u00e7ks \u00e4nd r\u00e9fl\u00e9\u00e7t th\u00e9m \u00efn \u00fd\u00f6\u00fcr \u00e7\u00f6\u00fcrs\u00e9 s\u00e9tt\u00efngs: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Please correct the outlined fields.": "Pl\u00e9\u00e4s\u00e9 \u00e7\u00f6rr\u00e9\u00e7t th\u00e9 \u00f6\u00fctl\u00efn\u00e9d f\u00ef\u00e9lds. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "Please describe this image or agree that it has no contextual value by checking the checkbox.": "Pl\u00e9\u00e4s\u00e9 d\u00e9s\u00e7r\u00ef\u00df\u00e9 th\u00efs \u00efm\u00e4g\u00e9 \u00f6r \u00e4gr\u00e9\u00e9 th\u00e4t \u00eft h\u00e4s n\u00f6 \u00e7\u00f6nt\u00e9xt\u00fc\u00e4l v\u00e4l\u00fc\u00e9 \u00df\u00fd \u00e7h\u00e9\u00e7k\u00efng th\u00e9 \u00e7h\u00e9\u00e7k\u00df\u00f6x. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Please do not use any spaces in this field.": "Pl\u00e9\u00e4s\u00e9 d\u00f6 n\u00f6t \u00fcs\u00e9 \u00e4n\u00fd sp\u00e4\u00e7\u00e9s \u00efn th\u00efs f\u00ef\u00e9ld. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Please do not use any spaces or special characters in this field.": "Pl\u00e9\u00e4s\u00e9 d\u00f6 n\u00f6t \u00fcs\u00e9 \u00e4n\u00fd sp\u00e4\u00e7\u00e9s \u00f6r sp\u00e9\u00e7\u00ef\u00e4l \u00e7h\u00e4r\u00e4\u00e7t\u00e9rs \u00efn th\u00efs f\u00ef\u00e9ld. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Please enter a problem location.": "Pl\u00e9\u00e4s\u00e9 \u00e9nt\u00e9r \u00e4 pr\u00f6\u00dfl\u00e9m l\u00f6\u00e7\u00e4t\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "Please enter a score.": "Pl\u00e9\u00e4s\u00e9 \u00e9nt\u00e9r \u00e4 s\u00e7\u00f6r\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Please enter a student email address or username.": "Pl\u00e9\u00e4s\u00e9 \u00e9nt\u00e9r \u00e4 st\u00fcd\u00e9nt \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss \u00f6r \u00fcs\u00e9rn\u00e4m\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Please enter a term in the {anchorStart} search field{anchorEnd}.": "Pl\u00e9\u00e4s\u00e9 \u00e9nt\u00e9r \u00e4 t\u00e9rm \u00efn th\u00e9 {anchorStart} s\u00e9\u00e4r\u00e7h f\u00ef\u00e9ld{anchorEnd}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Please enter a username or email.": "Pl\u00e9\u00e4s\u00e9 \u00e9nt\u00e9r \u00e4 \u00fcs\u00e9rn\u00e4m\u00e9 \u00f6r \u00e9m\u00e4\u00efl. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "Please enter a valid donation amount.": "Pl\u00e9\u00e4s\u00e9 \u00e9nt\u00e9r \u00e4 v\u00e4l\u00efd d\u00f6n\u00e4t\u00ef\u00f6n \u00e4m\u00f6\u00fcnt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "Please enter an integer between %(min)s and %(max)s.": "Pl\u00e9\u00e4s\u00e9 \u00e9nt\u00e9r \u00e4n \u00efnt\u00e9g\u00e9r \u00df\u00e9tw\u00e9\u00e9n %(min)s \u00e4nd %(max)s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Please enter an integer between 0 and 100.": "Pl\u00e9\u00e4s\u00e9 \u00e9nt\u00e9r \u00e4n \u00efnt\u00e9g\u00e9r \u00df\u00e9tw\u00e9\u00e9n 0 \u00e4nd 100. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Please enter an integer greater than 0.": "Pl\u00e9\u00e4s\u00e9 \u00e9nt\u00e9r \u00e4n \u00efnt\u00e9g\u00e9r gr\u00e9\u00e4t\u00e9r th\u00e4n 0. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "Please enter non-negative integer.": "Pl\u00e9\u00e4s\u00e9 \u00e9nt\u00e9r n\u00f6n-n\u00e9g\u00e4t\u00efv\u00e9 \u00efnt\u00e9g\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "Please enter valid start date and time.": "Pl\u00e9\u00e4s\u00e9 \u00e9nt\u00e9r v\u00e4l\u00efd st\u00e4rt d\u00e4t\u00e9 \u00e4nd t\u00efm\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "Please enter your %(field)s.": "Pl\u00e9\u00e4s\u00e9 \u00e9nt\u00e9r \u00fd\u00f6\u00fcr %(field)s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Please enter your log-in or recovery email address below and we will send you an email with instructions.": "Pl\u00e9\u00e4s\u00e9 \u00e9nt\u00e9r \u00fd\u00f6\u00fcr l\u00f6g-\u00efn \u00f6r r\u00e9\u00e7\u00f6v\u00e9r\u00fd \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss \u00df\u00e9l\u00f6w \u00e4nd w\u00e9 w\u00efll s\u00e9nd \u00fd\u00f6\u00fc \u00e4n \u00e9m\u00e4\u00efl w\u00efth \u00efnstr\u00fc\u00e7t\u00ef\u00f6ns. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 #", - "Please fix the following errors:": "Pl\u00e9\u00e4s\u00e9 f\u00efx th\u00e9 f\u00f6ll\u00f6w\u00efng \u00e9rr\u00f6rs: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "Pl\u00e9\u00e4s\u00e9 f\u00f6ll\u00f6w th\u00e9 \u00efnstr\u00fc\u00e7t\u00ef\u00f6ns h\u00e9r\u00e9 t\u00f6 \u00fcpl\u00f6\u00e4d \u00e4 f\u00efl\u00e9 \u00e9ls\u00e9wh\u00e9r\u00e9 \u00e4nd l\u00efnk t\u00f6 \u00eft: {maxFileSizeRedirectUrl} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "Please note: Deletion of your account and personal data is permanent and cannot be undone. EdX will not be able to recover your account or the data that is deleted.": "Pl\u00e9\u00e4s\u00e9 n\u00f6t\u00e9: D\u00e9l\u00e9t\u00ef\u00f6n \u00f6f \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt \u00e4nd p\u00e9rs\u00f6n\u00e4l d\u00e4t\u00e4 \u00efs p\u00e9rm\u00e4n\u00e9nt \u00e4nd \u00e7\u00e4nn\u00f6t \u00df\u00e9 \u00fcnd\u00f6n\u00e9. \u00c9dX w\u00efll n\u00f6t \u00df\u00e9 \u00e4\u00dfl\u00e9 t\u00f6 r\u00e9\u00e7\u00f6v\u00e9r \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt \u00f6r th\u00e9 d\u00e4t\u00e4 th\u00e4t \u00efs d\u00e9l\u00e9t\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202#", - "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "Pl\u00e9\u00e4s\u00e9 pr\u00efnt th\u00efs p\u00e4g\u00e9 f\u00f6r \u00fd\u00f6\u00fcr r\u00e9\u00e7\u00f6rds; \u00eft s\u00e9rv\u00e9s \u00e4s \u00fd\u00f6\u00fcr r\u00e9\u00e7\u00e9\u00efpt. \u00dd\u00f6\u00fc w\u00efll \u00e4ls\u00f6 r\u00e9\u00e7\u00e9\u00efv\u00e9 \u00e4n \u00e9m\u00e4\u00efl w\u00efth th\u00e9 s\u00e4m\u00e9 \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c #", - "Please provide a description of the link destination.": "Pl\u00e9\u00e4s\u00e9 pr\u00f6v\u00efd\u00e9 \u00e4 d\u00e9s\u00e7r\u00efpt\u00ef\u00f6n \u00f6f th\u00e9 l\u00efnk d\u00e9st\u00efn\u00e4t\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Please provide a valid URL.": "Pl\u00e9\u00e4s\u00e9 pr\u00f6v\u00efd\u00e9 \u00e4 v\u00e4l\u00efd \u00dbRL. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", - "Please re-enter your password.": "Pl\u00e9\u00e4s\u00e9 r\u00e9-\u00e9nt\u00e9r \u00fd\u00f6\u00fcr p\u00e4ssw\u00f6rd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "Please select a PDF file to upload.": "Pl\u00e9\u00e4s\u00e9 s\u00e9l\u00e9\u00e7t \u00e4 PDF f\u00efl\u00e9 t\u00f6 \u00fcpl\u00f6\u00e4d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "Please select a file in .srt format.": "Pl\u00e9\u00e4s\u00e9 s\u00e9l\u00e9\u00e7t \u00e4 f\u00efl\u00e9 \u00efn .srt f\u00f6rm\u00e4t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "Please specify a reason.": "Pl\u00e9\u00e4s\u00e9 sp\u00e9\u00e7\u00eff\u00fd \u00e4 r\u00e9\u00e4s\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "Please verify that you have uploaded a valid image (PNG and JPEG).": "Pl\u00e9\u00e4s\u00e9 v\u00e9r\u00eff\u00fd th\u00e4t \u00fd\u00f6\u00fc h\u00e4v\u00e9 \u00fcpl\u00f6\u00e4d\u00e9d \u00e4 v\u00e4l\u00efd \u00efm\u00e4g\u00e9 (PNG \u00e4nd JP\u00c9G). \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Please verify that your webcam is connected and that you have allowed your browser to access it.": "Pl\u00e9\u00e4s\u00e9 v\u00e9r\u00eff\u00fd th\u00e4t \u00fd\u00f6\u00fcr w\u00e9\u00df\u00e7\u00e4m \u00efs \u00e7\u00f6nn\u00e9\u00e7t\u00e9d \u00e4nd th\u00e4t \u00fd\u00f6\u00fc h\u00e4v\u00e9 \u00e4ll\u00f6w\u00e9d \u00fd\u00f6\u00fcr \u00dfr\u00f6ws\u00e9r t\u00f6 \u00e4\u00e7\u00e7\u00e9ss \u00eft. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Please wait": "Pl\u00e9\u00e4s\u00e9 w\u00e4\u00eft \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Plugins": "Pl\u00fcg\u00efns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Post": "P\u00f6st \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Poster": "P\u00f6st\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Practice": "Pr\u00e4\u00e7t\u00ef\u00e7\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Practice Exam": "Pr\u00e4\u00e7t\u00ef\u00e7\u00e9 \u00c9x\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Practice Proctored": "Pr\u00e4\u00e7t\u00ef\u00e7\u00e9 Pr\u00f6\u00e7t\u00f6r\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Practice proctored Exam": "Pr\u00e4\u00e7t\u00ef\u00e7\u00e9 pr\u00f6\u00e7t\u00f6r\u00e9d \u00c9x\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Pre": "Pr\u00e9 \u2c60'\u03c3\u044f\u0454\u043c#", - "Preferred Language": "Pr\u00e9f\u00e9rr\u00e9d L\u00e4ng\u00fc\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Preformatted": "Pr\u00e9f\u00f6rm\u00e4tt\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Prerequisite:": "Pr\u00e9r\u00e9q\u00fc\u00efs\u00eft\u00e9: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Prerequisite: %(prereq_display_name)s": "Pr\u00e9r\u00e9q\u00fc\u00efs\u00eft\u00e9: %(prereq_display_name)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Press Add to language": "Pr\u00e9ss \u00c0dd t\u00f6 l\u00e4ng\u00fc\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Press Remove to remove language": "Pr\u00e9ss R\u00e9m\u00f6v\u00e9 t\u00f6 r\u00e9m\u00f6v\u00e9 l\u00e4ng\u00fc\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "Press UP to enter the speed menu then use the UP and DOWN arrow keys to navigate the different speeds, then press ENTER to change to the selected speed.": "Pr\u00e9ss \u00dbP t\u00f6 \u00e9nt\u00e9r th\u00e9 sp\u00e9\u00e9d m\u00e9n\u00fc th\u00e9n \u00fcs\u00e9 th\u00e9 \u00dbP \u00e4nd D\u00d6WN \u00e4rr\u00f6w k\u00e9\u00fds t\u00f6 n\u00e4v\u00efg\u00e4t\u00e9 th\u00e9 d\u00efff\u00e9r\u00e9nt sp\u00e9\u00e9ds, th\u00e9n pr\u00e9ss \u00c9NT\u00c9R t\u00f6 \u00e7h\u00e4ng\u00e9 t\u00f6 th\u00e9 s\u00e9l\u00e9\u00e7t\u00e9d sp\u00e9\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442#", - "Press change to change selected transcript provider.": "Pr\u00e9ss \u00e7h\u00e4ng\u00e9 t\u00f6 \u00e7h\u00e4ng\u00e9 s\u00e9l\u00e9\u00e7t\u00e9d tr\u00e4ns\u00e7r\u00efpt pr\u00f6v\u00efd\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Press close to hide course video settings": "Pr\u00e9ss \u00e7l\u00f6s\u00e9 t\u00f6 h\u00efd\u00e9 \u00e7\u00f6\u00fcrs\u00e9 v\u00efd\u00e9\u00f6 s\u00e9tt\u00efngs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Press discard changes to discard changes.": "Pr\u00e9ss d\u00efs\u00e7\u00e4rd \u00e7h\u00e4ng\u00e9s t\u00f6 d\u00efs\u00e7\u00e4rd \u00e7h\u00e4ng\u00e9s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Press discard changes to discard your changes.": "Pr\u00e9ss d\u00efs\u00e7\u00e4rd \u00e7h\u00e4ng\u00e9s t\u00f6 d\u00efs\u00e7\u00e4rd \u00fd\u00f6\u00fcr \u00e7h\u00e4ng\u00e9s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Press the UP arrow key to enter the language menu then use UP and DOWN arrow keys to navigate language options. Press ENTER to change to the selected language.": "Pr\u00e9ss th\u00e9 \u00dbP \u00e4rr\u00f6w k\u00e9\u00fd t\u00f6 \u00e9nt\u00e9r th\u00e9 l\u00e4ng\u00fc\u00e4g\u00e9 m\u00e9n\u00fc th\u00e9n \u00fcs\u00e9 \u00dbP \u00e4nd D\u00d6WN \u00e4rr\u00f6w k\u00e9\u00fds t\u00f6 n\u00e4v\u00efg\u00e4t\u00e9 l\u00e4ng\u00fc\u00e4g\u00e9 \u00f6pt\u00ef\u00f6ns. Pr\u00e9ss \u00c9NT\u00c9R t\u00f6 \u00e7h\u00e4ng\u00e9 t\u00f6 th\u00e9 s\u00e9l\u00e9\u00e7t\u00e9d l\u00e4ng\u00fc\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7#", - "Press update settings to update course video settings": "Pr\u00e9ss \u00fcpd\u00e4t\u00e9 s\u00e9tt\u00efngs t\u00f6 \u00fcpd\u00e4t\u00e9 \u00e7\u00f6\u00fcrs\u00e9 v\u00efd\u00e9\u00f6 s\u00e9tt\u00efngs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Press update settings to update the information for your organization.": "Pr\u00e9ss \u00fcpd\u00e4t\u00e9 s\u00e9tt\u00efngs t\u00f6 \u00fcpd\u00e4t\u00e9 th\u00e9 \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n f\u00f6r \u00fd\u00f6\u00fcr \u00f6rg\u00e4n\u00efz\u00e4t\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Prev": "Pr\u00e9v \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Prevent students from generating certificates in this course?": "Pr\u00e9v\u00e9nt st\u00fcd\u00e9nts fr\u00f6m g\u00e9n\u00e9r\u00e4t\u00efng \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s \u00efn th\u00efs \u00e7\u00f6\u00fcrs\u00e9? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Preview": "Pr\u00e9v\u00ef\u00e9w \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Preview Certificate": "Pr\u00e9v\u00ef\u00e9w \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Preview of uploaded image": "Pr\u00e9v\u00ef\u00e9w \u00f6f \u00fcpl\u00f6\u00e4d\u00e9d \u00efm\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Preview this query": "Pr\u00e9v\u00ef\u00e9w th\u00efs q\u00fc\u00e9r\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Previous": "Pr\u00e9v\u00ef\u00f6\u00fcs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Previous Uploads": "Pr\u00e9v\u00ef\u00f6\u00fcs \u00dbpl\u00f6\u00e4ds \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Previous Uploads table has been updated.": "Pr\u00e9v\u00ef\u00f6\u00fcs \u00dbpl\u00f6\u00e4ds t\u00e4\u00dfl\u00e9 h\u00e4s \u00df\u00e9\u00e9n \u00fcpd\u00e4t\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "Previously published": "Pr\u00e9v\u00ef\u00f6\u00fcsl\u00fd p\u00fc\u00dfl\u00efsh\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Print": "Pr\u00efnt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Processing Re-run Request": "Pr\u00f6\u00e7\u00e9ss\u00efng R\u00e9-r\u00fcn R\u00e9q\u00fc\u00e9st \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Proctored": "Pr\u00f6\u00e7t\u00f6r\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Proctored Exam": "Pr\u00f6\u00e7t\u00f6r\u00e9d \u00c9x\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.": "Pr\u00f6\u00e7t\u00f6r\u00e9d \u00e9x\u00e4ms \u00e4r\u00e9 t\u00efm\u00e9d \u00e4nd th\u00e9\u00fd r\u00e9\u00e7\u00f6rd v\u00efd\u00e9\u00f6 \u00f6f \u00e9\u00e4\u00e7h l\u00e9\u00e4rn\u00e9r t\u00e4k\u00efng th\u00e9 \u00e9x\u00e4m. Th\u00e9 v\u00efd\u00e9\u00f6s \u00e4r\u00e9 th\u00e9n r\u00e9v\u00ef\u00e9w\u00e9d t\u00f6 \u00e9ns\u00fcr\u00e9 th\u00e4t l\u00e9\u00e4rn\u00e9rs f\u00f6ll\u00f6w \u00e4ll \u00e9x\u00e4m\u00efn\u00e4t\u00ef\u00f6n r\u00fcl\u00e9s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454#", - "Proctoring": "Pr\u00f6\u00e7t\u00f6r\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Proctoring Settings": "Pr\u00f6\u00e7t\u00f6r\u00efng S\u00e9tt\u00efngs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Product Name": "Pr\u00f6d\u00fc\u00e7t N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Professional Certificate for {courseName}": "Pr\u00f6f\u00e9ss\u00ef\u00f6n\u00e4l \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 f\u00f6r {courseName} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "Professional Education": "Pr\u00f6f\u00e9ss\u00ef\u00f6n\u00e4l \u00c9d\u00fc\u00e7\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Professional Education Verified Certificate": "Pr\u00f6f\u00e9ss\u00ef\u00f6n\u00e4l \u00c9d\u00fc\u00e7\u00e4t\u00ef\u00f6n V\u00e9r\u00eff\u00ef\u00e9d \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Profile": "Pr\u00f6f\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Profile Image": "Pr\u00f6f\u00efl\u00e9 \u00ccm\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Profile Visibility:": "Pr\u00f6f\u00efl\u00e9 V\u00efs\u00ef\u00df\u00efl\u00eft\u00fd: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Profile image for {username}": "Pr\u00f6f\u00efl\u00e9 \u00efm\u00e4g\u00e9 f\u00f6r {username} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Program Record": "Pr\u00f6gr\u00e4m R\u00e9\u00e7\u00f6rd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "Promote another member to Admin to remove your admin rights": "Pr\u00f6m\u00f6t\u00e9 \u00e4n\u00f6th\u00e9r m\u00e9m\u00df\u00e9r t\u00f6 \u00c0dm\u00efn t\u00f6 r\u00e9m\u00f6v\u00e9 \u00fd\u00f6\u00fcr \u00e4dm\u00efn r\u00efghts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Provisional": "Pr\u00f6v\u00efs\u00ef\u00f6n\u00e4l \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Provisionally Supported": "Pr\u00f6v\u00efs\u00ef\u00f6n\u00e4ll\u00fd S\u00fcpp\u00f6rt\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Publish": "P\u00fc\u00dfl\u00efsh \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Publish all unpublished changes for this {item}?": "P\u00fc\u00dfl\u00efsh \u00e4ll \u00fcnp\u00fc\u00dfl\u00efsh\u00e9d \u00e7h\u00e4ng\u00e9s f\u00f6r th\u00efs {item}? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Publish {display_name}": "P\u00fc\u00dfl\u00efsh {display_name} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Published (not yet released)": "P\u00fc\u00dfl\u00efsh\u00e9d (n\u00f6t \u00fd\u00e9t r\u00e9l\u00e9\u00e4s\u00e9d) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Published and Live": "P\u00fc\u00dfl\u00efsh\u00e9d \u00e4nd L\u00efv\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Publishing": "P\u00fc\u00dfl\u00efsh\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Publishing Status": "P\u00fc\u00dfl\u00efsh\u00efng St\u00e4t\u00fcs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Queued": "Q\u00fc\u00e9\u00fc\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "REMAINING COURSES": "R\u00c9M\u00c0\u00ccN\u00ccNG \u00c7\u00d6\u00dbRS\u00c9S \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Re-run Course": "R\u00e9-r\u00fcn \u00c7\u00f6\u00fcrs\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Read More": "R\u00e9\u00e4d M\u00f6r\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Read more": "R\u00e9\u00e4d m\u00f6r\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Ready to start": "R\u00e9\u00e4d\u00fd t\u00f6 st\u00e4rt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "Ready to submit": "R\u00e9\u00e4d\u00fd t\u00f6 s\u00fc\u00dfm\u00eft \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Reason": "R\u00e9\u00e4s\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Reason field should not be left blank.": "R\u00e9\u00e4s\u00f6n f\u00ef\u00e9ld sh\u00f6\u00fcld n\u00f6t \u00df\u00e9 l\u00e9ft \u00dfl\u00e4nk. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "Reason for change:": "R\u00e9\u00e4s\u00f6n f\u00f6r \u00e7h\u00e4ng\u00e9: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Receive updates": "R\u00e9\u00e7\u00e9\u00efv\u00e9 \u00fcpd\u00e4t\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Recent Activity": "R\u00e9\u00e7\u00e9nt \u00c0\u00e7t\u00efv\u00eft\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Recommended image resolution is {imageResolution}, maximum image file size should be {maxFileSize} and format must be one of {supportedImageFormats}.": "R\u00e9\u00e7\u00f6mm\u00e9nd\u00e9d \u00efm\u00e4g\u00e9 r\u00e9s\u00f6l\u00fct\u00ef\u00f6n \u00efs {imageResolution}, m\u00e4x\u00efm\u00fcm \u00efm\u00e4g\u00e9 f\u00efl\u00e9 s\u00efz\u00e9 sh\u00f6\u00fcld \u00df\u00e9 {maxFileSize} \u00e4nd f\u00f6rm\u00e4t m\u00fcst \u00df\u00e9 \u00f6n\u00e9 \u00f6f {supportedImageFormats}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 #", - "Recover my password": "R\u00e9\u00e7\u00f6v\u00e9r m\u00fd p\u00e4ssw\u00f6rd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Recovery Email Address": "R\u00e9\u00e7\u00f6v\u00e9r\u00fd \u00c9m\u00e4\u00efl \u00c0ddr\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Redo": "R\u00e9d\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Redo (Ctrl+Shift+Z)": "R\u00e9d\u00f6 (\u00c7trl+Sh\u00efft+Z) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Redo (Ctrl+Y)": "R\u00e9d\u00f6 (\u00c7trl+\u00dd) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Regenerate": "R\u00e9g\u00e9n\u00e9r\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Regenerate the user's certificate": "R\u00e9g\u00e9n\u00e9r\u00e4t\u00e9 th\u00e9 \u00fcs\u00e9r's \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "Register with Institution/Campus Credentials": "R\u00e9g\u00efst\u00e9r w\u00efth \u00ccnst\u00eft\u00fct\u00ef\u00f6n/\u00c7\u00e4mp\u00fcs \u00c7r\u00e9d\u00e9nt\u00ef\u00e4ls \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Rejected": "R\u00e9j\u00e9\u00e7t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Release Date and Time": "R\u00e9l\u00e9\u00e4s\u00e9 D\u00e4t\u00e9 \u00e4nd T\u00efm\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Release Date:": "R\u00e9l\u00e9\u00e4s\u00e9 D\u00e4t\u00e9: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Release Status:": "R\u00e9l\u00e9\u00e4s\u00e9 St\u00e4t\u00fcs: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Release Time in UTC:": "R\u00e9l\u00e9\u00e4s\u00e9 T\u00efm\u00e9 \u00efn \u00dbT\u00c7: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Release:": "R\u00e9l\u00e9\u00e4s\u00e9: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Released:": "R\u00e9l\u00e9\u00e4s\u00e9d: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Remaining": "R\u00e9m\u00e4\u00efn\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "R\u00e9m\u00f6v\u00e4l \u00efs \u00efn pr\u00f6gr\u00e9ss. T\u00f6 \u00e4v\u00f6\u00efd \u00e9rr\u00f6rs, st\u00e4\u00fd \u00f6n th\u00efs p\u00e4g\u00e9 \u00fcnt\u00efl th\u00e9 pr\u00f6\u00e7\u00e9ss \u00efs \u00e7\u00f6mpl\u00e9t\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Remove": "R\u00e9m\u00f6v\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Remove Transcript": "R\u00e9m\u00f6v\u00e9 Tr\u00e4ns\u00e7r\u00efpt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Remove all": "Forigu \u0109iujn", - "Remove chapter %(chapterDisplayName)s": "R\u00e9m\u00f6v\u00e9 \u00e7h\u00e4pt\u00e9r %(chapterDisplayName)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Remove file": "R\u00e9m\u00f6v\u00e9 f\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Remove from Invalidation Table": "R\u00e9m\u00f6v\u00e9 fr\u00f6m \u00ccnv\u00e4l\u00efd\u00e4t\u00ef\u00f6n T\u00e4\u00dfl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "Remove from List": "R\u00e9m\u00f6v\u00e9 fr\u00f6m L\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Remove link": "R\u00e9m\u00f6v\u00e9 l\u00efnk \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Remove subsection %(subsectionDisplayName)s": "R\u00e9m\u00f6v\u00e9 s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n %(subsectionDisplayName)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Remove this team member?": "R\u00e9m\u00f6v\u00e9 th\u00efs t\u00e9\u00e4m m\u00e9m\u00df\u00e9r? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "Remove this video": "R\u00e9m\u00f6v\u00e9 th\u00efs v\u00efd\u00e9\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Remove unit %(unitName)s": "R\u00e9m\u00f6v\u00e9 \u00fcn\u00eft %(unitName)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Remove {role} Access": "R\u00e9m\u00f6v\u00e9 {role} \u00c0\u00e7\u00e7\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Remove {video_name} video": "R\u00e9m\u00f6v\u00e9 {video_name} v\u00efd\u00e9\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Removing": "R\u00e9m\u00f6v\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Removing a video from this list does not affect course content. Any content that uses a previously uploaded video ID continues to display in the course.": "R\u00e9m\u00f6v\u00efng \u00e4 v\u00efd\u00e9\u00f6 fr\u00f6m th\u00efs l\u00efst d\u00f6\u00e9s n\u00f6t \u00e4ff\u00e9\u00e7t \u00e7\u00f6\u00fcrs\u00e9 \u00e7\u00f6nt\u00e9nt. \u00c0n\u00fd \u00e7\u00f6nt\u00e9nt th\u00e4t \u00fcs\u00e9s \u00e4 pr\u00e9v\u00ef\u00f6\u00fcsl\u00fd \u00fcpl\u00f6\u00e4d\u00e9d v\u00efd\u00e9\u00f6 \u00ccD \u00e7\u00f6nt\u00efn\u00fc\u00e9s t\u00f6 d\u00efspl\u00e4\u00fd \u00efn th\u00e9 \u00e7\u00f6\u00fcrs\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442#", - "Replace": "R\u00e9pl\u00e4\u00e7\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Replace all": "R\u00e9pl\u00e4\u00e7\u00e9 \u00e4ll \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Replace with": "R\u00e9pl\u00e4\u00e7\u00e9 w\u00efth \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Reply to Annotation": "R\u00e9pl\u00fd t\u00f6 \u00c0nn\u00f6t\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Report abuse, topics, and responses": "R\u00e9p\u00f6rt \u00e4\u00df\u00fcs\u00e9, t\u00f6p\u00ef\u00e7s, \u00e4nd r\u00e9sp\u00f6ns\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "Requester": "R\u00e9q\u00fc\u00e9st\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Required": "R\u00e9q\u00fc\u00efr\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Required field": "R\u00e9q\u00fc\u00efr\u00e9d f\u00ef\u00e9ld \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "Required field.": "R\u00e9q\u00fc\u00efr\u00e9d f\u00ef\u00e9ld. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Rescore problem '<%- problem_id %>' for all students?": "R\u00e9s\u00e7\u00f6r\u00e9 pr\u00f6\u00dfl\u00e9m '<%- problem_id %>' f\u00f6r \u00e4ll st\u00fcd\u00e9nts? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "Reset My Password": "R\u00e9s\u00e9t M\u00fd P\u00e4ssw\u00f6rd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Reset Password": "R\u00e9s\u00e9t P\u00e4ssw\u00f6rd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "Reset Your Password": "R\u00e9s\u00e9t \u00dd\u00f6\u00fcr P\u00e4ssw\u00f6rd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Reset attempts for all students on problem '<%- problem_id %>'?": "R\u00e9s\u00e9t \u00e4tt\u00e9mpts f\u00f6r \u00e4ll st\u00fcd\u00e9nts \u00f6n pr\u00f6\u00dfl\u00e9m '<%- problem_id %>'? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Responses could not be loaded. Refresh the page and try again.": "R\u00e9sp\u00f6ns\u00e9s \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 l\u00f6\u00e4d\u00e9d. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Restore enrollment code": "R\u00e9st\u00f6r\u00e9 \u00e9nr\u00f6llm\u00e9nt \u00e7\u00f6d\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Restore last draft": "R\u00e9st\u00f6r\u00e9 l\u00e4st dr\u00e4ft \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Restrict access to:": "R\u00e9str\u00ef\u00e7t \u00e4\u00e7\u00e7\u00e9ss t\u00f6: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Retake Photo": "R\u00e9t\u00e4k\u00e9 Ph\u00f6t\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Retake Your Photos": "R\u00e9t\u00e4k\u00e9 \u00dd\u00f6\u00fcr Ph\u00f6t\u00f6s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Retrieving enrollment status...": "R\u00e9tr\u00ef\u00e9v\u00efng \u00e9nr\u00f6llm\u00e9nt st\u00e4t\u00fcs... \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "Return and add email address": "R\u00e9t\u00fcrn \u00e4nd \u00e4dd \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Return to Export": "R\u00e9t\u00fcrn t\u00f6 \u00c9xp\u00f6rt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Return to Your Dashboard": "R\u00e9t\u00fcrn t\u00f6 \u00dd\u00f6\u00fcr D\u00e4sh\u00df\u00f6\u00e4rd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "Return to team listing": "R\u00e9t\u00fcrn t\u00f6 t\u00e9\u00e4m l\u00efst\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Review Policy Exception": "R\u00e9v\u00ef\u00e9w P\u00f6l\u00ef\u00e7\u00fd \u00c9x\u00e7\u00e9pt\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Review Rules": "R\u00e9v\u00ef\u00e9w R\u00fcl\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Review Your Photos": "R\u00e9v\u00ef\u00e9w \u00dd\u00f6\u00fcr Ph\u00f6t\u00f6s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Review your info": "R\u00e9v\u00ef\u00e9w \u00fd\u00f6\u00fcr \u00efnf\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Revoke access": "R\u00e9v\u00f6k\u00e9 \u00e4\u00e7\u00e7\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "R\u00ef\u00e7h T\u00e9xt \u00c0r\u00e9\u00e4. Pr\u00e9ss \u00c0LT-F9 f\u00f6r m\u00e9n\u00fc. Pr\u00e9ss \u00c0LT-F10 f\u00f6r t\u00f6\u00f6l\u00df\u00e4r. Pr\u00e9ss \u00c0LT-0 f\u00f6r h\u00e9lp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Right": "R\u00efght \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Right to left": "R\u00efght t\u00f6 l\u00e9ft \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Robots": "R\u00f6\u00df\u00f6ts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Role field should not be left unselected.": "R\u00f6l\u00e9 f\u00ef\u00e9ld sh\u00f6\u00fcld n\u00f6t \u00df\u00e9 l\u00e9ft \u00fcns\u00e9l\u00e9\u00e7t\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Row": "R\u00f6w \u2c60'\u03c3\u044f\u0454\u043c#", - "Row group": "R\u00f6w gr\u00f6\u00fcp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Row properties": "R\u00f6w pr\u00f6p\u00e9rt\u00ef\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "Row type": "R\u00f6w t\u00fdp\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Rows": "R\u00f6ws \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Save": "S\u00e4v\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Save Changes": "S\u00e4v\u00e9 \u00c7h\u00e4ng\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Save changes": "S\u00e4v\u00e9 \u00e7h\u00e4ng\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Saved cohort": "S\u00e4v\u00e9d \u00e7\u00f6h\u00f6rt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Saving": "S\u00e4v\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Saving your email preference": "S\u00e4v\u00efng \u00fd\u00f6\u00fcr \u00e9m\u00e4\u00efl pr\u00e9f\u00e9r\u00e9n\u00e7\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Saving...": "S\u00e4v\u00efng... \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Scheduled:": "S\u00e7h\u00e9d\u00fcl\u00e9d: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Scope": "S\u00e7\u00f6p\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Search": "S\u00e9\u00e4r\u00e7h \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Search Results": "S\u00e9\u00e4r\u00e7h R\u00e9s\u00fclts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "Search all posts": "S\u00e9\u00e4r\u00e7h \u00e4ll p\u00f6sts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Search teams": "S\u00e9\u00e4r\u00e7h t\u00e9\u00e4ms \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Search the {platform} Help Center": "S\u00e9\u00e4r\u00e7h th\u00e9 {platform} H\u00e9lp \u00c7\u00e9nt\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Second Review Required": "S\u00e9\u00e7\u00f6nd R\u00e9v\u00ef\u00e9w R\u00e9q\u00fc\u00efr\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Section": "S\u00e9\u00e7t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Section Highlights": "S\u00e9\u00e7t\u00ef\u00f6n H\u00efghl\u00efghts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Section Visibility": "S\u00e9\u00e7t\u00ef\u00f6n V\u00efs\u00ef\u00df\u00efl\u00eft\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Sections": "S\u00e9\u00e7t\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "See all teams in your course, organized by topic. Join a team to collaborate with other learners who are interested in the same topic as you are.": "S\u00e9\u00e9 \u00e4ll t\u00e9\u00e4ms \u00efn \u00fd\u00f6\u00fcr \u00e7\u00f6\u00fcrs\u00e9, \u00f6rg\u00e4n\u00efz\u00e9d \u00df\u00fd t\u00f6p\u00ef\u00e7. J\u00f6\u00efn \u00e4 t\u00e9\u00e4m t\u00f6 \u00e7\u00f6ll\u00e4\u00df\u00f6r\u00e4t\u00e9 w\u00efth \u00f6th\u00e9r l\u00e9\u00e4rn\u00e9rs wh\u00f6 \u00e4r\u00e9 \u00efnt\u00e9r\u00e9st\u00e9d \u00efn th\u00e9 s\u00e4m\u00e9 t\u00f6p\u00ef\u00e7 \u00e4s \u00fd\u00f6\u00fc \u00e4r\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202#", - "Select": "S\u00e9l\u00e9\u00e7t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Select Session": "S\u00e9l\u00e9\u00e7t S\u00e9ss\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "Select a Content Group": "S\u00e9l\u00e9\u00e7t \u00e4 \u00c7\u00f6nt\u00e9nt Gr\u00f6\u00fcp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Select a chapter": "S\u00e9l\u00e9\u00e7t \u00e4 \u00e7h\u00e4pt\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Select a cohort": "S\u00e9l\u00e9\u00e7t \u00e4 \u00e7\u00f6h\u00f6rt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Select a cohort to manage": "S\u00e9l\u00e9\u00e7t \u00e4 \u00e7\u00f6h\u00f6rt t\u00f6 m\u00e4n\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Select a course or select \"Not specific to a course\" for your support request.": "S\u00e9l\u00e9\u00e7t \u00e4 \u00e7\u00f6\u00fcrs\u00e9 \u00f6r s\u00e9l\u00e9\u00e7t \"N\u00f6t sp\u00e9\u00e7\u00eff\u00ef\u00e7 t\u00f6 \u00e4 \u00e7\u00f6\u00fcrs\u00e9\" f\u00f6r \u00fd\u00f6\u00fcr s\u00fcpp\u00f6rt r\u00e9q\u00fc\u00e9st. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "Select a group type": "S\u00e9l\u00e9\u00e7t \u00e4 gr\u00f6\u00fcp t\u00fdp\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Select a prerequisite subsection and enter a minimum score percentage and minimum completion percentage to limit access to this subsection. Allowed values are 0-100": "S\u00e9l\u00e9\u00e7t \u00e4 pr\u00e9r\u00e9q\u00fc\u00efs\u00eft\u00e9 s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n \u00e4nd \u00e9nt\u00e9r \u00e4 m\u00efn\u00efm\u00fcm s\u00e7\u00f6r\u00e9 p\u00e9r\u00e7\u00e9nt\u00e4g\u00e9 \u00e4nd m\u00efn\u00efm\u00fcm \u00e7\u00f6mpl\u00e9t\u00ef\u00f6n p\u00e9r\u00e7\u00e9nt\u00e4g\u00e9 t\u00f6 l\u00efm\u00eft \u00e4\u00e7\u00e7\u00e9ss t\u00f6 th\u00efs s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n. \u00c0ll\u00f6w\u00e9d v\u00e4l\u00fc\u00e9s \u00e4r\u00e9 0-100 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202#", - "Select a section or problem": "S\u00e9l\u00e9\u00e7t \u00e4 s\u00e9\u00e7t\u00ef\u00f6n \u00f6r pr\u00f6\u00dfl\u00e9m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", - "Select a session:": "S\u00e9l\u00e9\u00e7t \u00e4 s\u00e9ss\u00ef\u00f6n: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Select a subject for your support request.": "S\u00e9l\u00e9\u00e7t \u00e4 s\u00fc\u00dfj\u00e9\u00e7t f\u00f6r \u00fd\u00f6\u00fcr s\u00fcpp\u00f6rt r\u00e9q\u00fc\u00e9st. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.": "S\u00e9l\u00e9\u00e7t \u00e4 t\u00efm\u00e9 \u00e4ll\u00f6tm\u00e9nt f\u00f6r th\u00e9 \u00e9x\u00e4m. \u00ccf \u00eft \u00efs \u00f6v\u00e9r 24 h\u00f6\u00fcrs, t\u00fdp\u00e9 \u00efn th\u00e9 \u00e4m\u00f6\u00fcnt \u00f6f t\u00efm\u00e9. \u00dd\u00f6\u00fc \u00e7\u00e4n gr\u00e4nt \u00efnd\u00efv\u00efd\u00fc\u00e4l l\u00e9\u00e4rn\u00e9rs \u00e9xtr\u00e4 t\u00efm\u00e9 t\u00f6 \u00e7\u00f6mpl\u00e9t\u00e9 th\u00e9 \u00e9x\u00e4m thr\u00f6\u00fcgh th\u00e9 \u00ccnstr\u00fc\u00e7t\u00f6r D\u00e4sh\u00df\u00f6\u00e4rd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f#", - "Select all": "S\u00e9l\u00e9\u00e7t \u00e4ll \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Select fidelity": "S\u00e9l\u00e9\u00e7t f\u00efd\u00e9l\u00eft\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Select language": "S\u00e9l\u00e9\u00e7t l\u00e4ng\u00fc\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Select one or more groups:": "S\u00e9l\u00e9\u00e7t \u00f6n\u00e9 \u00f6r m\u00f6r\u00e9 gr\u00f6\u00fcps: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Select the course-wide discussion topics that you want to divide.": "S\u00e9l\u00e9\u00e7t th\u00e9 \u00e7\u00f6\u00fcrs\u00e9-w\u00efd\u00e9 d\u00efs\u00e7\u00fcss\u00ef\u00f6n t\u00f6p\u00ef\u00e7s th\u00e4t \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 d\u00efv\u00efd\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Select the time zone for displaying course dates. If you do not specify a time zone, course dates, including assignment deadlines, will be displayed in your browser's local time zone.": "S\u00e9l\u00e9\u00e7t th\u00e9 t\u00efm\u00e9 z\u00f6n\u00e9 f\u00f6r d\u00efspl\u00e4\u00fd\u00efng \u00e7\u00f6\u00fcrs\u00e9 d\u00e4t\u00e9s. \u00ccf \u00fd\u00f6\u00fc d\u00f6 n\u00f6t sp\u00e9\u00e7\u00eff\u00fd \u00e4 t\u00efm\u00e9 z\u00f6n\u00e9, \u00e7\u00f6\u00fcrs\u00e9 d\u00e4t\u00e9s, \u00efn\u00e7l\u00fcd\u00efng \u00e4ss\u00efgnm\u00e9nt d\u00e9\u00e4dl\u00efn\u00e9s, w\u00efll \u00df\u00e9 d\u00efspl\u00e4\u00fd\u00e9d \u00efn \u00fd\u00f6\u00fcr \u00dfr\u00f6ws\u00e9r's l\u00f6\u00e7\u00e4l t\u00efm\u00e9 z\u00f6n\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455#", - "Select turnaround": "S\u00e9l\u00e9\u00e7t t\u00fcrn\u00e4r\u00f6\u00fcnd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Selected tab": "S\u00e9l\u00e9\u00e7t\u00e9d t\u00e4\u00df \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Self": "S\u00e9lf \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Send to:": "S\u00e9nd t\u00f6: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Sent By": "S\u00e9nt B\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Sent By:": "S\u00e9nt B\u00fd: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Sent To": "S\u00e9nt T\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Sent To:": "S\u00e9nt T\u00f6: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "September": "septembro", - "Sequence error! Cannot navigate to %(tab_name)s in the current SequenceModule. Please contact the course staff.": "S\u00e9q\u00fc\u00e9n\u00e7\u00e9 \u00e9rr\u00f6r! \u00c7\u00e4nn\u00f6t n\u00e4v\u00efg\u00e4t\u00e9 t\u00f6 %(tab_name)s \u00efn th\u00e9 \u00e7\u00fcrr\u00e9nt S\u00e9q\u00fc\u00e9n\u00e7\u00e9M\u00f6d\u00fcl\u00e9. Pl\u00e9\u00e4s\u00e9 \u00e7\u00f6nt\u00e4\u00e7t th\u00e9 \u00e7\u00f6\u00fcrs\u00e9 st\u00e4ff. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Server Error, Please refresh the page and try again.": "S\u00e9rv\u00e9r \u00c9rr\u00f6r, Pl\u00e9\u00e4s\u00e9 r\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Server error.": "S\u00e9rv\u00e9r \u00e9rr\u00f6r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Session Selection Dropdown for {courseName}": "S\u00e9ss\u00ef\u00f6n S\u00e9l\u00e9\u00e7t\u00ef\u00f6n Dr\u00f6pd\u00f6wn f\u00f6r {courseName} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "Set Access": "S\u00e9t \u00c0\u00e7\u00e7\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Set as a Special Exam": "S\u00e9t \u00e4s \u00e4 Sp\u00e9\u00e7\u00ef\u00e4l \u00c9x\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Set up your certificate": "S\u00e9t \u00fcp \u00fd\u00f6\u00fcr \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Settings": "S\u00e9tt\u00efngs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Settings updated": "S\u00e9tt\u00efngs \u00fcpd\u00e4t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Share": "Sh\u00e4r\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Share Alike": "Sh\u00e4r\u00e9 \u00c0l\u00efk\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Share on Mozilla Backpack": "Sh\u00e4r\u00e9 \u00f6n M\u00f6z\u00efll\u00e4 B\u00e4\u00e7kp\u00e4\u00e7k \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Share your \"%(display_name)s\" award": "Sh\u00e4r\u00e9 \u00fd\u00f6\u00fcr \"%(display_name)s\" \u00e4w\u00e4rd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Short explanation": "Sh\u00f6rt \u00e9xpl\u00e4n\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Show": "Montru", - "Show All": "Sh\u00f6w \u00c0ll \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Show Annotations": "Sh\u00f6w \u00c0nn\u00f6t\u00e4t\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Show Deprecated Settings": "Sh\u00f6w D\u00e9pr\u00e9\u00e7\u00e4t\u00e9d S\u00e9tt\u00efngs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "Show Discussion": "Sh\u00f6w D\u00efs\u00e7\u00fcss\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Show Less": "Sh\u00f6w L\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Show More": "Sh\u00f6w M\u00f6r\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Show Previews": "Sh\u00f6w Pr\u00e9v\u00ef\u00e9ws \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Show assessment results when subsection is past due": "Sh\u00f6w \u00e4ss\u00e9ssm\u00e9nt r\u00e9s\u00fclts wh\u00e9n s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n \u00efs p\u00e4st d\u00fc\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Show blocks": "Sh\u00f6w \u00dfl\u00f6\u00e7ks \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Show entire subsection": "Sh\u00f6w \u00e9nt\u00efr\u00e9 s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Show invisible characters": "Sh\u00f6w \u00efnv\u00efs\u00ef\u00dfl\u00e9 \u00e7h\u00e4r\u00e4\u00e7t\u00e9rs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Show me other ways to sign in or register": "Sh\u00f6w m\u00e9 \u00f6th\u00e9r w\u00e4\u00fds t\u00f6 s\u00efgn \u00efn \u00f6r r\u00e9g\u00efst\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Show notes": "Sh\u00f6w n\u00f6t\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Show posts by {username}.": "Sh\u00f6w p\u00f6sts \u00df\u00fd {username}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Show transcripts ({totalTranscripts})": "Sh\u00f6w tr\u00e4ns\u00e7r\u00efpts ({totalTranscripts}) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Show transcripts ({transcriptCount})": "Sh\u00f6w tr\u00e4ns\u00e7r\u00efpts ({transcriptCount}) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Showing all responses": "Sh\u00f6w\u00efng \u00e4ll r\u00e9sp\u00f6ns\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + ], + "Noted in:": "N\u00f6t\u00e9d \u00efn: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Notes": "N\u00f6t\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Notes hidden": "N\u00f6t\u00e9s h\u00efdd\u00e9n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Notes visible": "N\u00f6t\u00e9s v\u00efs\u00ef\u00dfl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "November": "novembro", + "Now": "Nun", + "Number Sent": "N\u00fcm\u00df\u00e9r S\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Number of Droppable": "N\u00fcm\u00df\u00e9r \u00f6f Dr\u00f6pp\u00e4\u00dfl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Numbered List (Ctrl+O)": "N\u00fcm\u00df\u00e9r\u00e9d L\u00efst (\u00c7trl+\u00d6) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Numbered list": "N\u00fcm\u00df\u00e9r\u00e9d l\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "OK": "\u00d6K \u2c60'\u03c3\u044f#", + "ORDER NAME": "\u00d6RD\u00c9R N\u00c0M\u00c9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "ORDER NUMBER": "\u00d6RD\u00c9R N\u00dbMB\u00c9R \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "ORDER PLACED": "\u00d6RD\u00c9R PL\u00c0\u00c7\u00c9D \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "October": "oktobro", + "Ok": "\u00d6k \u2c60'\u03c3\u044f#", + "Onboarding": "\u00d6n\u00df\u00f6\u00e4rd\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Onboarding Exam": "\u00d6n\u00df\u00f6\u00e4rd\u00efng \u00c9x\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Once in position, use the Take Photo button {icon} to capture your ID": "\u00d6n\u00e7\u00e9 \u00efn p\u00f6s\u00eft\u00ef\u00f6n, \u00fcs\u00e9 th\u00e9 T\u00e4k\u00e9 Ph\u00f6t\u00f6 \u00df\u00fctt\u00f6n {icon} t\u00f6 \u00e7\u00e4pt\u00fcr\u00e9 \u00fd\u00f6\u00fcr \u00ccD \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Once in position, use the Take Photo button {icon} to capture your photo": "\u00d6n\u00e7\u00e9 \u00efn p\u00f6s\u00eft\u00ef\u00f6n, \u00fcs\u00e9 th\u00e9 T\u00e4k\u00e9 Ph\u00f6t\u00f6 \u00df\u00fctt\u00f6n {icon} t\u00f6 \u00e7\u00e4pt\u00fcr\u00e9 \u00fd\u00f6\u00fcr ph\u00f6t\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Once you complete one of the program requirements you have a program record. This record is marked complete once you meet all program requirements. A program record can be used to continue your learning journey and demonstrate your learning to others.": "\u00d6n\u00e7\u00e9 \u00fd\u00f6\u00fc \u00e7\u00f6mpl\u00e9t\u00e9 \u00f6n\u00e9 \u00f6f th\u00e9 pr\u00f6gr\u00e4m r\u00e9q\u00fc\u00efr\u00e9m\u00e9nts \u00fd\u00f6\u00fc h\u00e4v\u00e9 \u00e4 pr\u00f6gr\u00e4m r\u00e9\u00e7\u00f6rd. Th\u00efs r\u00e9\u00e7\u00f6rd \u00efs m\u00e4rk\u00e9d \u00e7\u00f6mpl\u00e9t\u00e9 \u00f6n\u00e7\u00e9 \u00fd\u00f6\u00fc m\u00e9\u00e9t \u00e4ll pr\u00f6gr\u00e4m r\u00e9q\u00fc\u00efr\u00e9m\u00e9nts. \u00c0 pr\u00f6gr\u00e4m r\u00e9\u00e7\u00f6rd \u00e7\u00e4n \u00df\u00e9 \u00fcs\u00e9d t\u00f6 \u00e7\u00f6nt\u00efn\u00fc\u00e9 \u00fd\u00f6\u00fcr l\u00e9\u00e4rn\u00efng j\u00f6\u00fcrn\u00e9\u00fd \u00e4nd d\u00e9m\u00f6nstr\u00e4t\u00e9 \u00fd\u00f6\u00fcr l\u00e9\u00e4rn\u00efng t\u00f6 \u00f6th\u00e9rs. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442#", + "Once your account is deleted, you cannot use it to take courses on the {platformName} app, {siteName}, or any other site hosted by {platformName}.": "\u00d6n\u00e7\u00e9 \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt \u00efs d\u00e9l\u00e9t\u00e9d, \u00fd\u00f6\u00fc \u00e7\u00e4nn\u00f6t \u00fcs\u00e9 \u00eft t\u00f6 t\u00e4k\u00e9 \u00e7\u00f6\u00fcrs\u00e9s \u00f6n th\u00e9 {platformName} \u00e4pp, {siteName}, \u00f6r \u00e4n\u00fd \u00f6th\u00e9r s\u00eft\u00e9 h\u00f6st\u00e9d \u00df\u00fd {platformName}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "One or more rescheduling tasks failed.": "\u00d6n\u00e9 \u00f6r m\u00f6r\u00e9 r\u00e9s\u00e7h\u00e9d\u00fcl\u00efng t\u00e4sks f\u00e4\u00efl\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "Only ": "\u00d6nl\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Only <%= fileTypes %> files can be uploaded. Please select a file ending in <%= fileExtensions %> to upload.": "\u00d6nl\u00fd <%= fileTypes %> f\u00efl\u00e9s \u00e7\u00e4n \u00df\u00e9 \u00fcpl\u00f6\u00e4d\u00e9d. Pl\u00e9\u00e4s\u00e9 s\u00e9l\u00e9\u00e7t \u00e4 f\u00efl\u00e9 \u00e9nd\u00efng \u00efn <%= fileExtensions %> t\u00f6 \u00fcpl\u00f6\u00e4d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "Only properly formatted .csv files will be accepted.": "\u00d6nl\u00fd pr\u00f6p\u00e9rl\u00fd f\u00f6rm\u00e4tt\u00e9d .\u00e7sv f\u00efl\u00e9s w\u00efll \u00df\u00e9 \u00e4\u00e7\u00e7\u00e9pt\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Only the parent course staff of a CCX can create content groups.": "\u00d6nl\u00fd th\u00e9 p\u00e4r\u00e9nt \u00e7\u00f6\u00fcrs\u00e9 st\u00e4ff \u00f6f \u00e4 \u00c7\u00c7X \u00e7\u00e4n \u00e7r\u00e9\u00e4t\u00e9 \u00e7\u00f6nt\u00e9nt gr\u00f6\u00fcps. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Open Calculator": "\u00d6p\u00e9n \u00c7\u00e4l\u00e7\u00fcl\u00e4t\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Open language menu": "\u00d6p\u00e9n l\u00e4ng\u00fc\u00e4g\u00e9 m\u00e9n\u00fc \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Open the certificate you earned for the %(title)s program.": "\u00d6p\u00e9n th\u00e9 \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u00fd\u00f6\u00fc \u00e9\u00e4rn\u00e9d f\u00f6r th\u00e9 %(title)s pr\u00f6gr\u00e4m. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Open/download this file": "\u00d6p\u00e9n/d\u00f6wnl\u00f6\u00e4d th\u00efs f\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "OpenAssessment Save Error": "\u00d6p\u00e9n\u00c0ss\u00e9ssm\u00e9nt S\u00e4v\u00e9 \u00c9rr\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Option Deleted": "\u00d6pt\u00ef\u00f6n D\u00e9l\u00e9t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "Optional Characteristics": "\u00d6pt\u00ef\u00f6n\u00e4l \u00c7h\u00e4r\u00e4\u00e7t\u00e9r\u00efst\u00ef\u00e7s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "Optional long description": "\u00d6pt\u00ef\u00f6n\u00e4l l\u00f6ng d\u00e9s\u00e7r\u00efpt\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Optionally, link your personal accounts to the social media icons on your edX profile.": "\u00d6pt\u00ef\u00f6n\u00e4ll\u00fd, l\u00efnk \u00fd\u00f6\u00fcr p\u00e9rs\u00f6n\u00e4l \u00e4\u00e7\u00e7\u00f6\u00fcnts t\u00f6 th\u00e9 s\u00f6\u00e7\u00ef\u00e4l m\u00e9d\u00ef\u00e4 \u00ef\u00e7\u00f6ns \u00f6n \u00fd\u00f6\u00fcr \u00e9dX pr\u00f6f\u00efl\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Options for {license_name}": "\u00d6pt\u00ef\u00f6ns f\u00f6r {license_name} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Order Details": "\u00d6rd\u00e9r D\u00e9t\u00e4\u00efls \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Order History": "\u00d6rd\u00e9r H\u00efst\u00f6r\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Order No.": "\u00d6rd\u00e9r N\u00f6. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Order Number": "\u00d6rd\u00e9r N\u00fcm\u00df\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Organization": "\u00d6rg\u00e4n\u00efz\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Organization ": "\u00d6rg\u00e4n\u00efz\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Organization Name": "\u00d6rg\u00e4n\u00efz\u00e4t\u00ef\u00f6n N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Organization of the signatory": "\u00d6rg\u00e4n\u00efz\u00e4t\u00ef\u00f6n \u00f6f th\u00e9 s\u00efgn\u00e4t\u00f6r\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Organization:": "\u00d6rg\u00e4n\u00efz\u00e4t\u00ef\u00f6n: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Other": "\u00d6th\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Overall Score": "\u00d6v\u00e9r\u00e4ll S\u00e7\u00f6r\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "PDF Chapters": "PDF \u00c7h\u00e4pt\u00e9rs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Page break": "P\u00e4g\u00e9 \u00dfr\u00e9\u00e4k \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Page number out of %(total_pages)s": "P\u00e4g\u00e9 n\u00fcm\u00df\u00e9r \u00f6\u00fct \u00f6f %(total_pages)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Pagination": "P\u00e4g\u00efn\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Paragraph": "P\u00e4r\u00e4gr\u00e4ph \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Password": "P\u00e4ssw\u00f6rd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Password Status": "P\u00e4ssw\u00f6rd St\u00e4t\u00fcs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Password assistance": "P\u00e4ssw\u00f6rd \u00e4ss\u00efst\u00e4n\u00e7\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Password is incorrect": "P\u00e4ssw\u00f6rd \u00efs \u00efn\u00e7\u00f6rr\u00e9\u00e7t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Passwords do not match.": "P\u00e4ssw\u00f6rds d\u00f6 n\u00f6t m\u00e4t\u00e7h. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Paste": "P\u00e4st\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Paste as text": "P\u00e4st\u00e9 \u00e4s t\u00e9xt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "P\u00e4st\u00e9 \u00efs n\u00f6w \u00efn pl\u00e4\u00efn t\u00e9xt m\u00f6d\u00e9. \u00c7\u00f6nt\u00e9nts w\u00efll n\u00f6w \u00df\u00e9 p\u00e4st\u00e9d \u00e4s pl\u00e4\u00efn t\u00e9xt \u00fcnt\u00efl \u00fd\u00f6\u00fc t\u00f6ggl\u00e9 th\u00efs \u00f6pt\u00ef\u00f6n \u00f6ff. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Paste row after": "P\u00e4st\u00e9 r\u00f6w \u00e4ft\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Paste row before": "P\u00e4st\u00e9 r\u00f6w \u00df\u00e9f\u00f6r\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Paste your embed code below:": "P\u00e4st\u00e9 \u00fd\u00f6\u00fcr \u00e9m\u00df\u00e9d \u00e7\u00f6d\u00e9 \u00df\u00e9l\u00f6w: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Path to Signature Image": "P\u00e4th t\u00f6 S\u00efgn\u00e4t\u00fcr\u00e9 \u00ccm\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Pause": "P\u00e4\u00fcs\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Peer": "P\u00e9\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Photo": "Ph\u00f6t\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Photo Captured successfully.": "Ph\u00f6t\u00f6 \u00c7\u00e4pt\u00fcr\u00e9d s\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Photo ID": "Ph\u00f6t\u00f6 \u00ccD \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Photo Identification": "Ph\u00f6t\u00f6 \u00ccd\u00e9nt\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Photo Verification": "Ph\u00f6t\u00f6 V\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Photo of %(fullName)s": "Ph\u00f6t\u00f6 \u00f6f %(fullName)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Photo of %(fullName)s's ID": "Ph\u00f6t\u00f6 \u00f6f %(fullName)s's \u00ccD \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Photo requirements:": "Ph\u00f6t\u00f6 r\u00e9q\u00fc\u00efr\u00e9m\u00e9nts: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Photos don't meet the requirements?": "Ph\u00f6t\u00f6s d\u00f6n't m\u00e9\u00e9t th\u00e9 r\u00e9q\u00fc\u00efr\u00e9m\u00e9nts? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "Placeholder": "Pl\u00e4\u00e7\u00e9h\u00f6ld\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Play": "Pl\u00e4\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Play video": "Pl\u00e4\u00fd v\u00efd\u00e9\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Please Note": "Pl\u00e9\u00e4s\u00e9 N\u00f6t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Please add a photo of the instructor (Note: only JPEG or PNG format supported)": "Pl\u00e9\u00e4s\u00e9 \u00e4dd \u00e4 ph\u00f6t\u00f6 \u00f6f th\u00e9 \u00efnstr\u00fc\u00e7t\u00f6r (N\u00f6t\u00e9: \u00f6nl\u00fd JP\u00c9G \u00f6r PNG f\u00f6rm\u00e4t s\u00fcpp\u00f6rt\u00e9d) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "Please add at least one chapter": "Pl\u00e9\u00e4s\u00e9 \u00e4dd \u00e4t l\u00e9\u00e4st \u00f6n\u00e9 \u00e7h\u00e4pt\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "Please add the institute where the instructor is associated": "Pl\u00e9\u00e4s\u00e9 \u00e4dd th\u00e9 \u00efnst\u00eft\u00fct\u00e9 wh\u00e9r\u00e9 th\u00e9 \u00efnstr\u00fc\u00e7t\u00f6r \u00efs \u00e4ss\u00f6\u00e7\u00ef\u00e4t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Please add the instructor's biography": "Pl\u00e9\u00e4s\u00e9 \u00e4dd th\u00e9 \u00efnstr\u00fc\u00e7t\u00f6r's \u00df\u00ef\u00f6gr\u00e4ph\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "Please add the instructor's name": "Pl\u00e9\u00e4s\u00e9 \u00e4dd th\u00e9 \u00efnstr\u00fc\u00e7t\u00f6r's n\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "Please add the instructor's title": "Pl\u00e9\u00e4s\u00e9 \u00e4dd th\u00e9 \u00efnstr\u00fc\u00e7t\u00f6r's t\u00eftl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "Please address the errors on this page first, and then save your progress.": "Pl\u00e9\u00e4s\u00e9 \u00e4ddr\u00e9ss th\u00e9 \u00e9rr\u00f6rs \u00f6n th\u00efs p\u00e4g\u00e9 f\u00efrst, \u00e4nd th\u00e9n s\u00e4v\u00e9 \u00fd\u00f6\u00fcr pr\u00f6gr\u00e9ss. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "Please check the following validation feedbacks and reflect them in your course settings:": "Pl\u00e9\u00e4s\u00e9 \u00e7h\u00e9\u00e7k th\u00e9 f\u00f6ll\u00f6w\u00efng v\u00e4l\u00efd\u00e4t\u00ef\u00f6n f\u00e9\u00e9d\u00df\u00e4\u00e7ks \u00e4nd r\u00e9fl\u00e9\u00e7t th\u00e9m \u00efn \u00fd\u00f6\u00fcr \u00e7\u00f6\u00fcrs\u00e9 s\u00e9tt\u00efngs: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Please correct the outlined fields.": "Pl\u00e9\u00e4s\u00e9 \u00e7\u00f6rr\u00e9\u00e7t th\u00e9 \u00f6\u00fctl\u00efn\u00e9d f\u00ef\u00e9lds. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "Please describe this image or agree that it has no contextual value by checking the checkbox.": "Pl\u00e9\u00e4s\u00e9 d\u00e9s\u00e7r\u00ef\u00df\u00e9 th\u00efs \u00efm\u00e4g\u00e9 \u00f6r \u00e4gr\u00e9\u00e9 th\u00e4t \u00eft h\u00e4s n\u00f6 \u00e7\u00f6nt\u00e9xt\u00fc\u00e4l v\u00e4l\u00fc\u00e9 \u00df\u00fd \u00e7h\u00e9\u00e7k\u00efng th\u00e9 \u00e7h\u00e9\u00e7k\u00df\u00f6x. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Please do not use any spaces in this field.": "Pl\u00e9\u00e4s\u00e9 d\u00f6 n\u00f6t \u00fcs\u00e9 \u00e4n\u00fd sp\u00e4\u00e7\u00e9s \u00efn th\u00efs f\u00ef\u00e9ld. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Please do not use any spaces or special characters in this field.": "Pl\u00e9\u00e4s\u00e9 d\u00f6 n\u00f6t \u00fcs\u00e9 \u00e4n\u00fd sp\u00e4\u00e7\u00e9s \u00f6r sp\u00e9\u00e7\u00ef\u00e4l \u00e7h\u00e4r\u00e4\u00e7t\u00e9rs \u00efn th\u00efs f\u00ef\u00e9ld. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Please enter a problem location.": "Pl\u00e9\u00e4s\u00e9 \u00e9nt\u00e9r \u00e4 pr\u00f6\u00dfl\u00e9m l\u00f6\u00e7\u00e4t\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "Please enter a score.": "Pl\u00e9\u00e4s\u00e9 \u00e9nt\u00e9r \u00e4 s\u00e7\u00f6r\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Please enter a student email address or username.": "Pl\u00e9\u00e4s\u00e9 \u00e9nt\u00e9r \u00e4 st\u00fcd\u00e9nt \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss \u00f6r \u00fcs\u00e9rn\u00e4m\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Please enter a term in the {anchorStart} search field{anchorEnd}.": "Pl\u00e9\u00e4s\u00e9 \u00e9nt\u00e9r \u00e4 t\u00e9rm \u00efn th\u00e9 {anchorStart} s\u00e9\u00e4r\u00e7h f\u00ef\u00e9ld{anchorEnd}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Please enter a username or email.": "Pl\u00e9\u00e4s\u00e9 \u00e9nt\u00e9r \u00e4 \u00fcs\u00e9rn\u00e4m\u00e9 \u00f6r \u00e9m\u00e4\u00efl. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "Please enter a valid donation amount.": "Pl\u00e9\u00e4s\u00e9 \u00e9nt\u00e9r \u00e4 v\u00e4l\u00efd d\u00f6n\u00e4t\u00ef\u00f6n \u00e4m\u00f6\u00fcnt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "Please enter an integer between %(min)s and %(max)s.": "Pl\u00e9\u00e4s\u00e9 \u00e9nt\u00e9r \u00e4n \u00efnt\u00e9g\u00e9r \u00df\u00e9tw\u00e9\u00e9n %(min)s \u00e4nd %(max)s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Please enter an integer between 0 and 100.": "Pl\u00e9\u00e4s\u00e9 \u00e9nt\u00e9r \u00e4n \u00efnt\u00e9g\u00e9r \u00df\u00e9tw\u00e9\u00e9n 0 \u00e4nd 100. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Please enter an integer greater than 0.": "Pl\u00e9\u00e4s\u00e9 \u00e9nt\u00e9r \u00e4n \u00efnt\u00e9g\u00e9r gr\u00e9\u00e4t\u00e9r th\u00e4n 0. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "Please enter non-negative integer.": "Pl\u00e9\u00e4s\u00e9 \u00e9nt\u00e9r n\u00f6n-n\u00e9g\u00e4t\u00efv\u00e9 \u00efnt\u00e9g\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "Please enter valid start date and time.": "Pl\u00e9\u00e4s\u00e9 \u00e9nt\u00e9r v\u00e4l\u00efd st\u00e4rt d\u00e4t\u00e9 \u00e4nd t\u00efm\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "Please enter your %(field)s.": "Pl\u00e9\u00e4s\u00e9 \u00e9nt\u00e9r \u00fd\u00f6\u00fcr %(field)s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Please enter your log-in or recovery email address below and we will send you an email with instructions.": "Pl\u00e9\u00e4s\u00e9 \u00e9nt\u00e9r \u00fd\u00f6\u00fcr l\u00f6g-\u00efn \u00f6r r\u00e9\u00e7\u00f6v\u00e9r\u00fd \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss \u00df\u00e9l\u00f6w \u00e4nd w\u00e9 w\u00efll s\u00e9nd \u00fd\u00f6\u00fc \u00e4n \u00e9m\u00e4\u00efl w\u00efth \u00efnstr\u00fc\u00e7t\u00ef\u00f6ns. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 #", + "Please fix the following errors:": "Pl\u00e9\u00e4s\u00e9 f\u00efx th\u00e9 f\u00f6ll\u00f6w\u00efng \u00e9rr\u00f6rs: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "Pl\u00e9\u00e4s\u00e9 f\u00f6ll\u00f6w th\u00e9 \u00efnstr\u00fc\u00e7t\u00ef\u00f6ns h\u00e9r\u00e9 t\u00f6 \u00fcpl\u00f6\u00e4d \u00e4 f\u00efl\u00e9 \u00e9ls\u00e9wh\u00e9r\u00e9 \u00e4nd l\u00efnk t\u00f6 \u00eft: {maxFileSizeRedirectUrl} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "Please note: Deletion of your account and personal data is permanent and cannot be undone. {platformName} will not be able to recover your account or the data that is deleted.": "Pl\u00e9\u00e4s\u00e9 n\u00f6t\u00e9: D\u00e9l\u00e9t\u00ef\u00f6n \u00f6f \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt \u00e4nd p\u00e9rs\u00f6n\u00e4l d\u00e4t\u00e4 \u00efs p\u00e9rm\u00e4n\u00e9nt \u00e4nd \u00e7\u00e4nn\u00f6t \u00df\u00e9 \u00fcnd\u00f6n\u00e9. {platformName} w\u00efll n\u00f6t \u00df\u00e9 \u00e4\u00dfl\u00e9 t\u00f6 r\u00e9\u00e7\u00f6v\u00e9r \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt \u00f6r th\u00e9 d\u00e4t\u00e4 th\u00e4t \u00efs d\u00e9l\u00e9t\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202#", + "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "Pl\u00e9\u00e4s\u00e9 pr\u00efnt th\u00efs p\u00e4g\u00e9 f\u00f6r \u00fd\u00f6\u00fcr r\u00e9\u00e7\u00f6rds; \u00eft s\u00e9rv\u00e9s \u00e4s \u00fd\u00f6\u00fcr r\u00e9\u00e7\u00e9\u00efpt. \u00dd\u00f6\u00fc w\u00efll \u00e4ls\u00f6 r\u00e9\u00e7\u00e9\u00efv\u00e9 \u00e4n \u00e9m\u00e4\u00efl w\u00efth th\u00e9 s\u00e4m\u00e9 \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c #", + "Please provide a description of the link destination.": "Pl\u00e9\u00e4s\u00e9 pr\u00f6v\u00efd\u00e9 \u00e4 d\u00e9s\u00e7r\u00efpt\u00ef\u00f6n \u00f6f th\u00e9 l\u00efnk d\u00e9st\u00efn\u00e4t\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Please provide a valid URL.": "Pl\u00e9\u00e4s\u00e9 pr\u00f6v\u00efd\u00e9 \u00e4 v\u00e4l\u00efd \u00dbRL. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", + "Please re-enter your password.": "Pl\u00e9\u00e4s\u00e9 r\u00e9-\u00e9nt\u00e9r \u00fd\u00f6\u00fcr p\u00e4ssw\u00f6rd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "Please select a PDF file to upload.": "Pl\u00e9\u00e4s\u00e9 s\u00e9l\u00e9\u00e7t \u00e4 PDF f\u00efl\u00e9 t\u00f6 \u00fcpl\u00f6\u00e4d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "Please select a file in .srt format.": "Pl\u00e9\u00e4s\u00e9 s\u00e9l\u00e9\u00e7t \u00e4 f\u00efl\u00e9 \u00efn .srt f\u00f6rm\u00e4t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "Please specify a reason.": "Pl\u00e9\u00e4s\u00e9 sp\u00e9\u00e7\u00eff\u00fd \u00e4 r\u00e9\u00e4s\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "Please verify that you have uploaded a valid image (PNG and JPEG).": "Pl\u00e9\u00e4s\u00e9 v\u00e9r\u00eff\u00fd th\u00e4t \u00fd\u00f6\u00fc h\u00e4v\u00e9 \u00fcpl\u00f6\u00e4d\u00e9d \u00e4 v\u00e4l\u00efd \u00efm\u00e4g\u00e9 (PNG \u00e4nd JP\u00c9G). \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Please verify that your webcam is connected and that you have allowed your browser to access it.": "Pl\u00e9\u00e4s\u00e9 v\u00e9r\u00eff\u00fd th\u00e4t \u00fd\u00f6\u00fcr w\u00e9\u00df\u00e7\u00e4m \u00efs \u00e7\u00f6nn\u00e9\u00e7t\u00e9d \u00e4nd th\u00e4t \u00fd\u00f6\u00fc h\u00e4v\u00e9 \u00e4ll\u00f6w\u00e9d \u00fd\u00f6\u00fcr \u00dfr\u00f6ws\u00e9r t\u00f6 \u00e4\u00e7\u00e7\u00e9ss \u00eft. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Please wait": "Pl\u00e9\u00e4s\u00e9 w\u00e4\u00eft \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Plugins": "Pl\u00fcg\u00efns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Post": "P\u00f6st \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Poster": "P\u00f6st\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Practice": "Pr\u00e4\u00e7t\u00ef\u00e7\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Practice Exam": "Pr\u00e4\u00e7t\u00ef\u00e7\u00e9 \u00c9x\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Practice Proctored": "Pr\u00e4\u00e7t\u00ef\u00e7\u00e9 Pr\u00f6\u00e7t\u00f6r\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Practice proctored Exam": "Pr\u00e4\u00e7t\u00ef\u00e7\u00e9 pr\u00f6\u00e7t\u00f6r\u00e9d \u00c9x\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Pre": "Pr\u00e9 \u2c60'\u03c3\u044f\u0454\u043c#", + "Preferred Language": "Pr\u00e9f\u00e9rr\u00e9d L\u00e4ng\u00fc\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Preformatted": "Pr\u00e9f\u00f6rm\u00e4tt\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Prerequisite:": "Pr\u00e9r\u00e9q\u00fc\u00efs\u00eft\u00e9: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Prerequisite: %(prereq_display_name)s": "Pr\u00e9r\u00e9q\u00fc\u00efs\u00eft\u00e9: %(prereq_display_name)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Press Add to language": "Pr\u00e9ss \u00c0dd t\u00f6 l\u00e4ng\u00fc\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Press Remove to remove language": "Pr\u00e9ss R\u00e9m\u00f6v\u00e9 t\u00f6 r\u00e9m\u00f6v\u00e9 l\u00e4ng\u00fc\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "Press UP to enter the speed menu then use the UP and DOWN arrow keys to navigate the different speeds, then press ENTER to change to the selected speed.": "Pr\u00e9ss \u00dbP t\u00f6 \u00e9nt\u00e9r th\u00e9 sp\u00e9\u00e9d m\u00e9n\u00fc th\u00e9n \u00fcs\u00e9 th\u00e9 \u00dbP \u00e4nd D\u00d6WN \u00e4rr\u00f6w k\u00e9\u00fds t\u00f6 n\u00e4v\u00efg\u00e4t\u00e9 th\u00e9 d\u00efff\u00e9r\u00e9nt sp\u00e9\u00e9ds, th\u00e9n pr\u00e9ss \u00c9NT\u00c9R t\u00f6 \u00e7h\u00e4ng\u00e9 t\u00f6 th\u00e9 s\u00e9l\u00e9\u00e7t\u00e9d sp\u00e9\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442#", + "Press change to change selected transcript provider.": "Pr\u00e9ss \u00e7h\u00e4ng\u00e9 t\u00f6 \u00e7h\u00e4ng\u00e9 s\u00e9l\u00e9\u00e7t\u00e9d tr\u00e4ns\u00e7r\u00efpt pr\u00f6v\u00efd\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Press close to hide course video settings": "Pr\u00e9ss \u00e7l\u00f6s\u00e9 t\u00f6 h\u00efd\u00e9 \u00e7\u00f6\u00fcrs\u00e9 v\u00efd\u00e9\u00f6 s\u00e9tt\u00efngs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Press discard changes to discard changes.": "Pr\u00e9ss d\u00efs\u00e7\u00e4rd \u00e7h\u00e4ng\u00e9s t\u00f6 d\u00efs\u00e7\u00e4rd \u00e7h\u00e4ng\u00e9s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Press discard changes to discard your changes.": "Pr\u00e9ss d\u00efs\u00e7\u00e4rd \u00e7h\u00e4ng\u00e9s t\u00f6 d\u00efs\u00e7\u00e4rd \u00fd\u00f6\u00fcr \u00e7h\u00e4ng\u00e9s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Press the UP arrow key to enter the language menu then use UP and DOWN arrow keys to navigate language options. Press ENTER to change to the selected language.": "Pr\u00e9ss th\u00e9 \u00dbP \u00e4rr\u00f6w k\u00e9\u00fd t\u00f6 \u00e9nt\u00e9r th\u00e9 l\u00e4ng\u00fc\u00e4g\u00e9 m\u00e9n\u00fc th\u00e9n \u00fcs\u00e9 \u00dbP \u00e4nd D\u00d6WN \u00e4rr\u00f6w k\u00e9\u00fds t\u00f6 n\u00e4v\u00efg\u00e4t\u00e9 l\u00e4ng\u00fc\u00e4g\u00e9 \u00f6pt\u00ef\u00f6ns. Pr\u00e9ss \u00c9NT\u00c9R t\u00f6 \u00e7h\u00e4ng\u00e9 t\u00f6 th\u00e9 s\u00e9l\u00e9\u00e7t\u00e9d l\u00e4ng\u00fc\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7#", + "Press update settings to update course video settings": "Pr\u00e9ss \u00fcpd\u00e4t\u00e9 s\u00e9tt\u00efngs t\u00f6 \u00fcpd\u00e4t\u00e9 \u00e7\u00f6\u00fcrs\u00e9 v\u00efd\u00e9\u00f6 s\u00e9tt\u00efngs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Press update settings to update the information for your organization.": "Pr\u00e9ss \u00fcpd\u00e4t\u00e9 s\u00e9tt\u00efngs t\u00f6 \u00fcpd\u00e4t\u00e9 th\u00e9 \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n f\u00f6r \u00fd\u00f6\u00fcr \u00f6rg\u00e4n\u00efz\u00e4t\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Prev": "Pr\u00e9v \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Prevent students from generating certificates in this course?": "Pr\u00e9v\u00e9nt st\u00fcd\u00e9nts fr\u00f6m g\u00e9n\u00e9r\u00e4t\u00efng \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s \u00efn th\u00efs \u00e7\u00f6\u00fcrs\u00e9? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Preview": "Pr\u00e9v\u00ef\u00e9w \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Preview Certificate": "Pr\u00e9v\u00ef\u00e9w \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Preview of uploaded image": "Pr\u00e9v\u00ef\u00e9w \u00f6f \u00fcpl\u00f6\u00e4d\u00e9d \u00efm\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Preview this query": "Pr\u00e9v\u00ef\u00e9w th\u00efs q\u00fc\u00e9r\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Previous": "Pr\u00e9v\u00ef\u00f6\u00fcs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Previous Uploads": "Pr\u00e9v\u00ef\u00f6\u00fcs \u00dbpl\u00f6\u00e4ds \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Previous Uploads table has been updated.": "Pr\u00e9v\u00ef\u00f6\u00fcs \u00dbpl\u00f6\u00e4ds t\u00e4\u00dfl\u00e9 h\u00e4s \u00df\u00e9\u00e9n \u00fcpd\u00e4t\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "Previously published": "Pr\u00e9v\u00ef\u00f6\u00fcsl\u00fd p\u00fc\u00dfl\u00efsh\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Print": "Pr\u00efnt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Processing Re-run Request": "Pr\u00f6\u00e7\u00e9ss\u00efng R\u00e9-r\u00fcn R\u00e9q\u00fc\u00e9st \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Proctored": "Pr\u00f6\u00e7t\u00f6r\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Proctored Exam": "Pr\u00f6\u00e7t\u00f6r\u00e9d \u00c9x\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.": "Pr\u00f6\u00e7t\u00f6r\u00e9d \u00e9x\u00e4ms \u00e4r\u00e9 t\u00efm\u00e9d \u00e4nd th\u00e9\u00fd r\u00e9\u00e7\u00f6rd v\u00efd\u00e9\u00f6 \u00f6f \u00e9\u00e4\u00e7h l\u00e9\u00e4rn\u00e9r t\u00e4k\u00efng th\u00e9 \u00e9x\u00e4m. Th\u00e9 v\u00efd\u00e9\u00f6s \u00e4r\u00e9 th\u00e9n r\u00e9v\u00ef\u00e9w\u00e9d t\u00f6 \u00e9ns\u00fcr\u00e9 th\u00e4t l\u00e9\u00e4rn\u00e9rs f\u00f6ll\u00f6w \u00e4ll \u00e9x\u00e4m\u00efn\u00e4t\u00ef\u00f6n r\u00fcl\u00e9s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454#", + "Proctoring": "Pr\u00f6\u00e7t\u00f6r\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Proctoring Settings": "Pr\u00f6\u00e7t\u00f6r\u00efng S\u00e9tt\u00efngs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Product Name": "Pr\u00f6d\u00fc\u00e7t N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Professional Certificate for {courseName}": "Pr\u00f6f\u00e9ss\u00ef\u00f6n\u00e4l \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 f\u00f6r {courseName} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "Professional Education": "Pr\u00f6f\u00e9ss\u00ef\u00f6n\u00e4l \u00c9d\u00fc\u00e7\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Professional Education Verified Certificate": "Pr\u00f6f\u00e9ss\u00ef\u00f6n\u00e4l \u00c9d\u00fc\u00e7\u00e4t\u00ef\u00f6n V\u00e9r\u00eff\u00ef\u00e9d \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Profile": "Pr\u00f6f\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Profile Image": "Pr\u00f6f\u00efl\u00e9 \u00ccm\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Profile Visibility:": "Pr\u00f6f\u00efl\u00e9 V\u00efs\u00ef\u00df\u00efl\u00eft\u00fd: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Profile image for {username}": "Pr\u00f6f\u00efl\u00e9 \u00efm\u00e4g\u00e9 f\u00f6r {username} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Program Record": "Pr\u00f6gr\u00e4m R\u00e9\u00e7\u00f6rd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "Promote another member to Admin to remove your admin rights": "Pr\u00f6m\u00f6t\u00e9 \u00e4n\u00f6th\u00e9r m\u00e9m\u00df\u00e9r t\u00f6 \u00c0dm\u00efn t\u00f6 r\u00e9m\u00f6v\u00e9 \u00fd\u00f6\u00fcr \u00e4dm\u00efn r\u00efghts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Provisional": "Pr\u00f6v\u00efs\u00ef\u00f6n\u00e4l \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Provisionally Supported": "Pr\u00f6v\u00efs\u00ef\u00f6n\u00e4ll\u00fd S\u00fcpp\u00f6rt\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Publish": "P\u00fc\u00dfl\u00efsh \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Publish all unpublished changes for this {item}?": "P\u00fc\u00dfl\u00efsh \u00e4ll \u00fcnp\u00fc\u00dfl\u00efsh\u00e9d \u00e7h\u00e4ng\u00e9s f\u00f6r th\u00efs {item}? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Publish {display_name}": "P\u00fc\u00dfl\u00efsh {display_name} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Published (not yet released)": "P\u00fc\u00dfl\u00efsh\u00e9d (n\u00f6t \u00fd\u00e9t r\u00e9l\u00e9\u00e4s\u00e9d) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Published and Live": "P\u00fc\u00dfl\u00efsh\u00e9d \u00e4nd L\u00efv\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Publishing": "P\u00fc\u00dfl\u00efsh\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Publishing Status": "P\u00fc\u00dfl\u00efsh\u00efng St\u00e4t\u00fcs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Queued": "Q\u00fc\u00e9\u00fc\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "REMAINING COURSES": "R\u00c9M\u00c0\u00ccN\u00ccNG \u00c7\u00d6\u00dbRS\u00c9S \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Re-run Course": "R\u00e9-r\u00fcn \u00c7\u00f6\u00fcrs\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Read More": "R\u00e9\u00e4d M\u00f6r\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Read more": "R\u00e9\u00e4d m\u00f6r\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Ready to start": "R\u00e9\u00e4d\u00fd t\u00f6 st\u00e4rt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "Ready to submit": "R\u00e9\u00e4d\u00fd t\u00f6 s\u00fc\u00dfm\u00eft \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Reason": "R\u00e9\u00e4s\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Reason field should not be left blank.": "R\u00e9\u00e4s\u00f6n f\u00ef\u00e9ld sh\u00f6\u00fcld n\u00f6t \u00df\u00e9 l\u00e9ft \u00dfl\u00e4nk. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "Reason for change:": "R\u00e9\u00e4s\u00f6n f\u00f6r \u00e7h\u00e4ng\u00e9: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Receive updates": "R\u00e9\u00e7\u00e9\u00efv\u00e9 \u00fcpd\u00e4t\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Recent Activity": "R\u00e9\u00e7\u00e9nt \u00c0\u00e7t\u00efv\u00eft\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Recommended image resolution is {imageResolution}, maximum image file size should be {maxFileSize} and format must be one of {supportedImageFormats}.": "R\u00e9\u00e7\u00f6mm\u00e9nd\u00e9d \u00efm\u00e4g\u00e9 r\u00e9s\u00f6l\u00fct\u00ef\u00f6n \u00efs {imageResolution}, m\u00e4x\u00efm\u00fcm \u00efm\u00e4g\u00e9 f\u00efl\u00e9 s\u00efz\u00e9 sh\u00f6\u00fcld \u00df\u00e9 {maxFileSize} \u00e4nd f\u00f6rm\u00e4t m\u00fcst \u00df\u00e9 \u00f6n\u00e9 \u00f6f {supportedImageFormats}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 #", + "Recover my password": "R\u00e9\u00e7\u00f6v\u00e9r m\u00fd p\u00e4ssw\u00f6rd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Recovery Email Address": "R\u00e9\u00e7\u00f6v\u00e9r\u00fd \u00c9m\u00e4\u00efl \u00c0ddr\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Redo": "R\u00e9d\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Redo (Ctrl+Shift+Z)": "R\u00e9d\u00f6 (\u00c7trl+Sh\u00efft+Z) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Redo (Ctrl+Y)": "R\u00e9d\u00f6 (\u00c7trl+\u00dd) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Regenerate": "R\u00e9g\u00e9n\u00e9r\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Regenerate the user's certificate": "R\u00e9g\u00e9n\u00e9r\u00e4t\u00e9 th\u00e9 \u00fcs\u00e9r's \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "Register with Institution/Campus Credentials": "R\u00e9g\u00efst\u00e9r w\u00efth \u00ccnst\u00eft\u00fct\u00ef\u00f6n/\u00c7\u00e4mp\u00fcs \u00c7r\u00e9d\u00e9nt\u00ef\u00e4ls \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Rejected": "R\u00e9j\u00e9\u00e7t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Release Date and Time": "R\u00e9l\u00e9\u00e4s\u00e9 D\u00e4t\u00e9 \u00e4nd T\u00efm\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Release Date:": "R\u00e9l\u00e9\u00e4s\u00e9 D\u00e4t\u00e9: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Release Status:": "R\u00e9l\u00e9\u00e4s\u00e9 St\u00e4t\u00fcs: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Release Time in UTC:": "R\u00e9l\u00e9\u00e4s\u00e9 T\u00efm\u00e9 \u00efn \u00dbT\u00c7: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Release:": "R\u00e9l\u00e9\u00e4s\u00e9: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Released:": "R\u00e9l\u00e9\u00e4s\u00e9d: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Remaining": "R\u00e9m\u00e4\u00efn\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "R\u00e9m\u00f6v\u00e4l \u00efs \u00efn pr\u00f6gr\u00e9ss. T\u00f6 \u00e4v\u00f6\u00efd \u00e9rr\u00f6rs, st\u00e4\u00fd \u00f6n th\u00efs p\u00e4g\u00e9 \u00fcnt\u00efl th\u00e9 pr\u00f6\u00e7\u00e9ss \u00efs \u00e7\u00f6mpl\u00e9t\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Remove": "R\u00e9m\u00f6v\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Remove Transcript": "R\u00e9m\u00f6v\u00e9 Tr\u00e4ns\u00e7r\u00efpt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Remove all": "Forigu \u0109iujn", + "Remove chapter %(chapterDisplayName)s": "R\u00e9m\u00f6v\u00e9 \u00e7h\u00e4pt\u00e9r %(chapterDisplayName)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Remove file": "R\u00e9m\u00f6v\u00e9 f\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Remove from Invalidation Table": "R\u00e9m\u00f6v\u00e9 fr\u00f6m \u00ccnv\u00e4l\u00efd\u00e4t\u00ef\u00f6n T\u00e4\u00dfl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "Remove from List": "R\u00e9m\u00f6v\u00e9 fr\u00f6m L\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Remove link": "R\u00e9m\u00f6v\u00e9 l\u00efnk \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Remove subsection %(subsectionDisplayName)s": "R\u00e9m\u00f6v\u00e9 s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n %(subsectionDisplayName)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Remove this team member?": "R\u00e9m\u00f6v\u00e9 th\u00efs t\u00e9\u00e4m m\u00e9m\u00df\u00e9r? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "Remove this video": "R\u00e9m\u00f6v\u00e9 th\u00efs v\u00efd\u00e9\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Remove unit %(unitName)s": "R\u00e9m\u00f6v\u00e9 \u00fcn\u00eft %(unitName)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Remove {role} Access": "R\u00e9m\u00f6v\u00e9 {role} \u00c0\u00e7\u00e7\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Remove {video_name} video": "R\u00e9m\u00f6v\u00e9 {video_name} v\u00efd\u00e9\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Removing": "R\u00e9m\u00f6v\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Removing a video from this list does not affect course content. Any content that uses a previously uploaded video ID continues to display in the course.": "R\u00e9m\u00f6v\u00efng \u00e4 v\u00efd\u00e9\u00f6 fr\u00f6m th\u00efs l\u00efst d\u00f6\u00e9s n\u00f6t \u00e4ff\u00e9\u00e7t \u00e7\u00f6\u00fcrs\u00e9 \u00e7\u00f6nt\u00e9nt. \u00c0n\u00fd \u00e7\u00f6nt\u00e9nt th\u00e4t \u00fcs\u00e9s \u00e4 pr\u00e9v\u00ef\u00f6\u00fcsl\u00fd \u00fcpl\u00f6\u00e4d\u00e9d v\u00efd\u00e9\u00f6 \u00ccD \u00e7\u00f6nt\u00efn\u00fc\u00e9s t\u00f6 d\u00efspl\u00e4\u00fd \u00efn th\u00e9 \u00e7\u00f6\u00fcrs\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442#", + "Replace": "R\u00e9pl\u00e4\u00e7\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Replace all": "R\u00e9pl\u00e4\u00e7\u00e9 \u00e4ll \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Replace with": "R\u00e9pl\u00e4\u00e7\u00e9 w\u00efth \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Reply to Annotation": "R\u00e9pl\u00fd t\u00f6 \u00c0nn\u00f6t\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Report abuse, topics, and responses": "R\u00e9p\u00f6rt \u00e4\u00df\u00fcs\u00e9, t\u00f6p\u00ef\u00e7s, \u00e4nd r\u00e9sp\u00f6ns\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "Requester": "R\u00e9q\u00fc\u00e9st\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Required": "R\u00e9q\u00fc\u00efr\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Required field": "R\u00e9q\u00fc\u00efr\u00e9d f\u00ef\u00e9ld \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "Required field.": "R\u00e9q\u00fc\u00efr\u00e9d f\u00ef\u00e9ld. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Rescore problem '<%- problem_id %>' for all students?": "R\u00e9s\u00e7\u00f6r\u00e9 pr\u00f6\u00dfl\u00e9m '<%- problem_id %>' f\u00f6r \u00e4ll st\u00fcd\u00e9nts? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "Reset My Password": "R\u00e9s\u00e9t M\u00fd P\u00e4ssw\u00f6rd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Reset Password": "R\u00e9s\u00e9t P\u00e4ssw\u00f6rd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "Reset Your Password": "R\u00e9s\u00e9t \u00dd\u00f6\u00fcr P\u00e4ssw\u00f6rd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Reset attempts for all students on problem '<%- problem_id %>'?": "R\u00e9s\u00e9t \u00e4tt\u00e9mpts f\u00f6r \u00e4ll st\u00fcd\u00e9nts \u00f6n pr\u00f6\u00dfl\u00e9m '<%- problem_id %>'? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Responses could not be loaded. Refresh the page and try again.": "R\u00e9sp\u00f6ns\u00e9s \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 l\u00f6\u00e4d\u00e9d. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Restore enrollment code": "R\u00e9st\u00f6r\u00e9 \u00e9nr\u00f6llm\u00e9nt \u00e7\u00f6d\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Restore last draft": "R\u00e9st\u00f6r\u00e9 l\u00e4st dr\u00e4ft \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Restrict access to:": "R\u00e9str\u00ef\u00e7t \u00e4\u00e7\u00e7\u00e9ss t\u00f6: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Retake Photo": "R\u00e9t\u00e4k\u00e9 Ph\u00f6t\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Retake Your Photos": "R\u00e9t\u00e4k\u00e9 \u00dd\u00f6\u00fcr Ph\u00f6t\u00f6s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Retrieving enrollment status...": "R\u00e9tr\u00ef\u00e9v\u00efng \u00e9nr\u00f6llm\u00e9nt st\u00e4t\u00fcs... \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "Return and add email address": "R\u00e9t\u00fcrn \u00e4nd \u00e4dd \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Return to Export": "R\u00e9t\u00fcrn t\u00f6 \u00c9xp\u00f6rt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Return to Your Dashboard": "R\u00e9t\u00fcrn t\u00f6 \u00dd\u00f6\u00fcr D\u00e4sh\u00df\u00f6\u00e4rd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "Return to team listing": "R\u00e9t\u00fcrn t\u00f6 t\u00e9\u00e4m l\u00efst\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Review Policy Exception": "R\u00e9v\u00ef\u00e9w P\u00f6l\u00ef\u00e7\u00fd \u00c9x\u00e7\u00e9pt\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Review Rules": "R\u00e9v\u00ef\u00e9w R\u00fcl\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Review Your Photos": "R\u00e9v\u00ef\u00e9w \u00dd\u00f6\u00fcr Ph\u00f6t\u00f6s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Review your info": "R\u00e9v\u00ef\u00e9w \u00fd\u00f6\u00fcr \u00efnf\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Revoke access": "R\u00e9v\u00f6k\u00e9 \u00e4\u00e7\u00e7\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "R\u00ef\u00e7h T\u00e9xt \u00c0r\u00e9\u00e4. Pr\u00e9ss \u00c0LT-F9 f\u00f6r m\u00e9n\u00fc. Pr\u00e9ss \u00c0LT-F10 f\u00f6r t\u00f6\u00f6l\u00df\u00e4r. Pr\u00e9ss \u00c0LT-0 f\u00f6r h\u00e9lp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Right": "R\u00efght \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Right to left": "R\u00efght t\u00f6 l\u00e9ft \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Robots": "R\u00f6\u00df\u00f6ts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Role field should not be left unselected.": "R\u00f6l\u00e9 f\u00ef\u00e9ld sh\u00f6\u00fcld n\u00f6t \u00df\u00e9 l\u00e9ft \u00fcns\u00e9l\u00e9\u00e7t\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Row": "R\u00f6w \u2c60'\u03c3\u044f\u0454\u043c#", + "Row group": "R\u00f6w gr\u00f6\u00fcp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Row properties": "R\u00f6w pr\u00f6p\u00e9rt\u00ef\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "Row type": "R\u00f6w t\u00fdp\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Rows": "R\u00f6ws \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Save": "S\u00e4v\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Save Changes": "S\u00e4v\u00e9 \u00c7h\u00e4ng\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Save changes": "S\u00e4v\u00e9 \u00e7h\u00e4ng\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Saved cohort": "S\u00e4v\u00e9d \u00e7\u00f6h\u00f6rt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Saving": "S\u00e4v\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Saving your email preference": "S\u00e4v\u00efng \u00fd\u00f6\u00fcr \u00e9m\u00e4\u00efl pr\u00e9f\u00e9r\u00e9n\u00e7\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Saving...": "S\u00e4v\u00efng... \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Scheduled:": "S\u00e7h\u00e9d\u00fcl\u00e9d: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Scope": "S\u00e7\u00f6p\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Search": "S\u00e9\u00e4r\u00e7h \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Search Results": "S\u00e9\u00e4r\u00e7h R\u00e9s\u00fclts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "Search all posts": "S\u00e9\u00e4r\u00e7h \u00e4ll p\u00f6sts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Search teams": "S\u00e9\u00e4r\u00e7h t\u00e9\u00e4ms \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Search the {platform} Help Center": "S\u00e9\u00e4r\u00e7h th\u00e9 {platform} H\u00e9lp \u00c7\u00e9nt\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Second Review Required": "S\u00e9\u00e7\u00f6nd R\u00e9v\u00ef\u00e9w R\u00e9q\u00fc\u00efr\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Section": "S\u00e9\u00e7t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Section Highlights": "S\u00e9\u00e7t\u00ef\u00f6n H\u00efghl\u00efghts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Section Visibility": "S\u00e9\u00e7t\u00ef\u00f6n V\u00efs\u00ef\u00df\u00efl\u00eft\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Sections": "S\u00e9\u00e7t\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Security": "S\u00e9\u00e7\u00fcr\u00eft\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "See all teams in your course, organized by topic. Join a team to collaborate with other learners who are interested in the same topic as you are.": "S\u00e9\u00e9 \u00e4ll t\u00e9\u00e4ms \u00efn \u00fd\u00f6\u00fcr \u00e7\u00f6\u00fcrs\u00e9, \u00f6rg\u00e4n\u00efz\u00e9d \u00df\u00fd t\u00f6p\u00ef\u00e7. J\u00f6\u00efn \u00e4 t\u00e9\u00e4m t\u00f6 \u00e7\u00f6ll\u00e4\u00df\u00f6r\u00e4t\u00e9 w\u00efth \u00f6th\u00e9r l\u00e9\u00e4rn\u00e9rs wh\u00f6 \u00e4r\u00e9 \u00efnt\u00e9r\u00e9st\u00e9d \u00efn th\u00e9 s\u00e4m\u00e9 t\u00f6p\u00ef\u00e7 \u00e4s \u00fd\u00f6\u00fc \u00e4r\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202#", + "Select": "S\u00e9l\u00e9\u00e7t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Select Session": "S\u00e9l\u00e9\u00e7t S\u00e9ss\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "Select a Content Group": "S\u00e9l\u00e9\u00e7t \u00e4 \u00c7\u00f6nt\u00e9nt Gr\u00f6\u00fcp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Select a chapter": "S\u00e9l\u00e9\u00e7t \u00e4 \u00e7h\u00e4pt\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Select a cohort": "S\u00e9l\u00e9\u00e7t \u00e4 \u00e7\u00f6h\u00f6rt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Select a cohort to manage": "S\u00e9l\u00e9\u00e7t \u00e4 \u00e7\u00f6h\u00f6rt t\u00f6 m\u00e4n\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Select a course or select \"Not specific to a course\" for your support request.": "S\u00e9l\u00e9\u00e7t \u00e4 \u00e7\u00f6\u00fcrs\u00e9 \u00f6r s\u00e9l\u00e9\u00e7t \"N\u00f6t sp\u00e9\u00e7\u00eff\u00ef\u00e7 t\u00f6 \u00e4 \u00e7\u00f6\u00fcrs\u00e9\" f\u00f6r \u00fd\u00f6\u00fcr s\u00fcpp\u00f6rt r\u00e9q\u00fc\u00e9st. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "Select a group type": "S\u00e9l\u00e9\u00e7t \u00e4 gr\u00f6\u00fcp t\u00fdp\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Select a prerequisite subsection and enter a minimum score percentage and minimum completion percentage to limit access to this subsection. Allowed values are 0-100": "S\u00e9l\u00e9\u00e7t \u00e4 pr\u00e9r\u00e9q\u00fc\u00efs\u00eft\u00e9 s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n \u00e4nd \u00e9nt\u00e9r \u00e4 m\u00efn\u00efm\u00fcm s\u00e7\u00f6r\u00e9 p\u00e9r\u00e7\u00e9nt\u00e4g\u00e9 \u00e4nd m\u00efn\u00efm\u00fcm \u00e7\u00f6mpl\u00e9t\u00ef\u00f6n p\u00e9r\u00e7\u00e9nt\u00e4g\u00e9 t\u00f6 l\u00efm\u00eft \u00e4\u00e7\u00e7\u00e9ss t\u00f6 th\u00efs s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n. \u00c0ll\u00f6w\u00e9d v\u00e4l\u00fc\u00e9s \u00e4r\u00e9 0-100 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202#", + "Select a section or problem": "S\u00e9l\u00e9\u00e7t \u00e4 s\u00e9\u00e7t\u00ef\u00f6n \u00f6r pr\u00f6\u00dfl\u00e9m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", + "Select a session:": "S\u00e9l\u00e9\u00e7t \u00e4 s\u00e9ss\u00ef\u00f6n: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Select a subject for your support request.": "S\u00e9l\u00e9\u00e7t \u00e4 s\u00fc\u00dfj\u00e9\u00e7t f\u00f6r \u00fd\u00f6\u00fcr s\u00fcpp\u00f6rt r\u00e9q\u00fc\u00e9st. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.": "S\u00e9l\u00e9\u00e7t \u00e4 t\u00efm\u00e9 \u00e4ll\u00f6tm\u00e9nt f\u00f6r th\u00e9 \u00e9x\u00e4m. \u00ccf \u00eft \u00efs \u00f6v\u00e9r 24 h\u00f6\u00fcrs, t\u00fdp\u00e9 \u00efn th\u00e9 \u00e4m\u00f6\u00fcnt \u00f6f t\u00efm\u00e9. \u00dd\u00f6\u00fc \u00e7\u00e4n gr\u00e4nt \u00efnd\u00efv\u00efd\u00fc\u00e4l l\u00e9\u00e4rn\u00e9rs \u00e9xtr\u00e4 t\u00efm\u00e9 t\u00f6 \u00e7\u00f6mpl\u00e9t\u00e9 th\u00e9 \u00e9x\u00e4m thr\u00f6\u00fcgh th\u00e9 \u00ccnstr\u00fc\u00e7t\u00f6r D\u00e4sh\u00df\u00f6\u00e4rd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f#", + "Select all": "S\u00e9l\u00e9\u00e7t \u00e4ll \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Select fidelity": "S\u00e9l\u00e9\u00e7t f\u00efd\u00e9l\u00eft\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Select language": "S\u00e9l\u00e9\u00e7t l\u00e4ng\u00fc\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Select one or more groups:": "S\u00e9l\u00e9\u00e7t \u00f6n\u00e9 \u00f6r m\u00f6r\u00e9 gr\u00f6\u00fcps: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Select the course-wide discussion topics that you want to divide.": "S\u00e9l\u00e9\u00e7t th\u00e9 \u00e7\u00f6\u00fcrs\u00e9-w\u00efd\u00e9 d\u00efs\u00e7\u00fcss\u00ef\u00f6n t\u00f6p\u00ef\u00e7s th\u00e4t \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 d\u00efv\u00efd\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Select the time zone for displaying course dates. If you do not specify a time zone, course dates, including assignment deadlines, will be displayed in your browser's local time zone.": "S\u00e9l\u00e9\u00e7t th\u00e9 t\u00efm\u00e9 z\u00f6n\u00e9 f\u00f6r d\u00efspl\u00e4\u00fd\u00efng \u00e7\u00f6\u00fcrs\u00e9 d\u00e4t\u00e9s. \u00ccf \u00fd\u00f6\u00fc d\u00f6 n\u00f6t sp\u00e9\u00e7\u00eff\u00fd \u00e4 t\u00efm\u00e9 z\u00f6n\u00e9, \u00e7\u00f6\u00fcrs\u00e9 d\u00e4t\u00e9s, \u00efn\u00e7l\u00fcd\u00efng \u00e4ss\u00efgnm\u00e9nt d\u00e9\u00e4dl\u00efn\u00e9s, w\u00efll \u00df\u00e9 d\u00efspl\u00e4\u00fd\u00e9d \u00efn \u00fd\u00f6\u00fcr \u00dfr\u00f6ws\u00e9r's l\u00f6\u00e7\u00e4l t\u00efm\u00e9 z\u00f6n\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455#", + "Select turnaround": "S\u00e9l\u00e9\u00e7t t\u00fcrn\u00e4r\u00f6\u00fcnd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Selected tab": "S\u00e9l\u00e9\u00e7t\u00e9d t\u00e4\u00df \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Self": "S\u00e9lf \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Send to:": "S\u00e9nd t\u00f6: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Sent By": "S\u00e9nt B\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Sent By:": "S\u00e9nt B\u00fd: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Sent To": "S\u00e9nt T\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Sent To:": "S\u00e9nt T\u00f6: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "September": "septembro", + "Sequence error! Cannot navigate to %(tab_name)s in the current SequenceModule. Please contact the course staff.": "S\u00e9q\u00fc\u00e9n\u00e7\u00e9 \u00e9rr\u00f6r! \u00c7\u00e4nn\u00f6t n\u00e4v\u00efg\u00e4t\u00e9 t\u00f6 %(tab_name)s \u00efn th\u00e9 \u00e7\u00fcrr\u00e9nt S\u00e9q\u00fc\u00e9n\u00e7\u00e9M\u00f6d\u00fcl\u00e9. Pl\u00e9\u00e4s\u00e9 \u00e7\u00f6nt\u00e4\u00e7t th\u00e9 \u00e7\u00f6\u00fcrs\u00e9 st\u00e4ff. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Server Error, Please refresh the page and try again.": "S\u00e9rv\u00e9r \u00c9rr\u00f6r, Pl\u00e9\u00e4s\u00e9 r\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Server error.": "S\u00e9rv\u00e9r \u00e9rr\u00f6r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Session Selection Dropdown for {courseName}": "S\u00e9ss\u00ef\u00f6n S\u00e9l\u00e9\u00e7t\u00ef\u00f6n Dr\u00f6pd\u00f6wn f\u00f6r {courseName} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "Set Access": "S\u00e9t \u00c0\u00e7\u00e7\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Set as a Special Exam": "S\u00e9t \u00e4s \u00e4 Sp\u00e9\u00e7\u00ef\u00e4l \u00c9x\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Set up your certificate": "S\u00e9t \u00fcp \u00fd\u00f6\u00fcr \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Settings": "S\u00e9tt\u00efngs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Settings updated": "S\u00e9tt\u00efngs \u00fcpd\u00e4t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Share": "Sh\u00e4r\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Share Alike": "Sh\u00e4r\u00e9 \u00c0l\u00efk\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Share on Mozilla Backpack": "Sh\u00e4r\u00e9 \u00f6n M\u00f6z\u00efll\u00e4 B\u00e4\u00e7kp\u00e4\u00e7k \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Share your \"%(display_name)s\" award": "Sh\u00e4r\u00e9 \u00fd\u00f6\u00fcr \"%(display_name)s\" \u00e4w\u00e4rd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Short explanation": "Sh\u00f6rt \u00e9xpl\u00e4n\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Show": "Montru", + "Show All": "Sh\u00f6w \u00c0ll \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Show Annotations": "Sh\u00f6w \u00c0nn\u00f6t\u00e4t\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Show Deprecated Settings": "Sh\u00f6w D\u00e9pr\u00e9\u00e7\u00e4t\u00e9d S\u00e9tt\u00efngs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "Show Discussion": "Sh\u00f6w D\u00efs\u00e7\u00fcss\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Show Less": "Sh\u00f6w L\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Show More": "Sh\u00f6w M\u00f6r\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Show Previews": "Sh\u00f6w Pr\u00e9v\u00ef\u00e9ws \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Show assessment results when subsection is past due": "Sh\u00f6w \u00e4ss\u00e9ssm\u00e9nt r\u00e9s\u00fclts wh\u00e9n s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n \u00efs p\u00e4st d\u00fc\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Show blocks": "Sh\u00f6w \u00dfl\u00f6\u00e7ks \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Show entire subsection": "Sh\u00f6w \u00e9nt\u00efr\u00e9 s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Show invisible characters": "Sh\u00f6w \u00efnv\u00efs\u00ef\u00dfl\u00e9 \u00e7h\u00e4r\u00e4\u00e7t\u00e9rs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Show me other ways to sign in or register": "Sh\u00f6w m\u00e9 \u00f6th\u00e9r w\u00e4\u00fds t\u00f6 s\u00efgn \u00efn \u00f6r r\u00e9g\u00efst\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Show notes": "Sh\u00f6w n\u00f6t\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Show posts by {username}.": "Sh\u00f6w p\u00f6sts \u00df\u00fd {username}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Show transcripts ({totalTranscripts})": "Sh\u00f6w tr\u00e4ns\u00e7r\u00efpts ({totalTranscripts}) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Show transcripts ({transcriptCount})": "Sh\u00f6w tr\u00e4ns\u00e7r\u00efpts ({transcriptCount}) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Showing all responses": "Sh\u00f6w\u00efng \u00e4ll r\u00e9sp\u00f6ns\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", "Showing first response": [ - "Sh\u00f6w\u00efng f\u00efrst r\u00e9sp\u00f6ns\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Sh\u00f6w\u00efng f\u00efrst r\u00e9sp\u00f6ns\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", "Sh\u00f6w\u00efng f\u00efrst {numResponses} r\u00e9sp\u00f6ns\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#" - ], - "Showing results for \"{searchString}\"": "Sh\u00f6w\u00efng r\u00e9s\u00fclts f\u00f6r \"{searchString}\" \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Showing {currentItemRange} out of {totalItemsCount}, filtered by {assetType}, sorted by {sortName} ascending": "Sh\u00f6w\u00efng {currentItemRange} \u00f6\u00fct \u00f6f {totalItemsCount}, f\u00eflt\u00e9r\u00e9d \u00df\u00fd {assetType}, s\u00f6rt\u00e9d \u00df\u00fd {sortName} \u00e4s\u00e7\u00e9nd\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Showing {currentItemRange} out of {totalItemsCount}, filtered by {assetType}, sorted by {sortName} descending": "Sh\u00f6w\u00efng {currentItemRange} \u00f6\u00fct \u00f6f {totalItemsCount}, f\u00eflt\u00e9r\u00e9d \u00df\u00fd {assetType}, s\u00f6rt\u00e9d \u00df\u00fd {sortName} d\u00e9s\u00e7\u00e9nd\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Showing {currentItemRange} out of {totalItemsCount}, sorted by {sortName} ascending": "Sh\u00f6w\u00efng {currentItemRange} \u00f6\u00fct \u00f6f {totalItemsCount}, s\u00f6rt\u00e9d \u00df\u00fd {sortName} \u00e4s\u00e7\u00e9nd\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Showing {currentItemRange} out of {totalItemsCount}, sorted by {sortName} descending": "Sh\u00f6w\u00efng {currentItemRange} \u00f6\u00fct \u00f6f {totalItemsCount}, s\u00f6rt\u00e9d \u00df\u00fd {sortName} d\u00e9s\u00e7\u00e9nd\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Showing {firstIndex} out of {numItems} total": "Sh\u00f6w\u00efng {firstIndex} \u00f6\u00fct \u00f6f {numItems} t\u00f6t\u00e4l \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Showing {firstIndex}-{lastIndex} out of {numItems} total": "Sh\u00f6w\u00efng {firstIndex}-{lastIndex} \u00f6\u00fct \u00f6f {numItems} t\u00f6t\u00e4l \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "Sign In": "S\u00efgn \u00ccn \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Sign in": "S\u00efgn \u00efn \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Sign in here using your email address and password, or use one of the providers listed below.": "S\u00efgn \u00efn h\u00e9r\u00e9 \u00fcs\u00efng \u00fd\u00f6\u00fcr \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss \u00e4nd p\u00e4ssw\u00f6rd, \u00f6r \u00fcs\u00e9 \u00f6n\u00e9 \u00f6f th\u00e9 pr\u00f6v\u00efd\u00e9rs l\u00efst\u00e9d \u00df\u00e9l\u00f6w. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Sign in here using your email address and password.": "S\u00efgn \u00efn h\u00e9r\u00e9 \u00fcs\u00efng \u00fd\u00f6\u00fcr \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss \u00e4nd p\u00e4ssw\u00f6rd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Sign in to continue learning": "S\u00efgn \u00efn t\u00f6 \u00e7\u00f6nt\u00efn\u00fc\u00e9 l\u00e9\u00e4rn\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Sign in to continue learning as {email}": "S\u00efgn \u00efn t\u00f6 \u00e7\u00f6nt\u00efn\u00fc\u00e9 l\u00e9\u00e4rn\u00efng \u00e4s {email} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "Sign in to {platform} so we can help you better.": "S\u00efgn \u00efn t\u00f6 {platform} s\u00f6 w\u00e9 \u00e7\u00e4n h\u00e9lp \u00fd\u00f6\u00fc \u00df\u00e9tt\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Sign in using %(providerName)s": "S\u00efgn \u00efn \u00fcs\u00efng %(providerName)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Sign in with %(providerName)s": "S\u00efgn \u00efn w\u00efth %(providerName)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Sign in with Institution/Campus Credentials": "S\u00efgn \u00efn w\u00efth \u00ccnst\u00eft\u00fct\u00ef\u00f6n/\u00c7\u00e4mp\u00fcs \u00c7r\u00e9d\u00e9nt\u00ef\u00e4ls \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Sign in.": "S\u00efgn \u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Signatory": "S\u00efgn\u00e4t\u00f6r\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Signatory field(s) has invalid data.": "S\u00efgn\u00e4t\u00f6r\u00fd f\u00ef\u00e9ld(s) h\u00e4s \u00efnv\u00e4l\u00efd d\u00e4t\u00e4. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "Signature Image": "S\u00efgn\u00e4t\u00fcr\u00e9 \u00ccm\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Skip": "Sk\u00efp \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Social Media Links": "S\u00f6\u00e7\u00ef\u00e4l M\u00e9d\u00ef\u00e4 L\u00efnks \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Some Rights Reserved": "S\u00f6m\u00e9 R\u00efghts R\u00e9s\u00e9rv\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Some images in this post have been omitted": "S\u00f6m\u00e9 \u00efm\u00e4g\u00e9s \u00efn th\u00efs p\u00f6st h\u00e4v\u00e9 \u00df\u00e9\u00e9n \u00f6m\u00eftt\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Something went wrong changing this enrollment. Please try again.": "S\u00f6m\u00e9th\u00efng w\u00e9nt wr\u00f6ng \u00e7h\u00e4ng\u00efng th\u00efs \u00e9nr\u00f6llm\u00e9nt. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Something went wrong. Please try again later.": "S\u00f6m\u00e9th\u00efng w\u00e9nt wr\u00f6ng. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn l\u00e4t\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Sorry, no results were found.": "S\u00f6rr\u00fd, n\u00f6 r\u00e9s\u00fclts w\u00e9r\u00e9 f\u00f6\u00fcnd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Sorry, there was an error parsing the subtitles that you uploaded. Please check the format and try again.": "S\u00f6rr\u00fd, th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r p\u00e4rs\u00efng th\u00e9 s\u00fc\u00dft\u00eftl\u00e9s th\u00e4t \u00fd\u00f6\u00fc \u00fcpl\u00f6\u00e4d\u00e9d. Pl\u00e9\u00e4s\u00e9 \u00e7h\u00e9\u00e7k th\u00e9 f\u00f6rm\u00e4t \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 #", - "Sorry, there was an error trying to process your request. Please try again later.": "S\u00f6rr\u00fd, th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r tr\u00fd\u00efng t\u00f6 pr\u00f6\u00e7\u00e9ss \u00fd\u00f6\u00fcr r\u00e9q\u00fc\u00e9st. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn l\u00e4t\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "Sorted by": "S\u00f6rt\u00e9d \u00df\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Source": "S\u00f6\u00fcr\u00e7\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Source code": "S\u00f6\u00fcr\u00e7\u00e9 \u00e7\u00f6d\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Special Exam": "Sp\u00e9\u00e7\u00ef\u00e4l \u00c9x\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Special character": "Sp\u00e9\u00e7\u00ef\u00e4l \u00e7h\u00e4r\u00e4\u00e7t\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "Sp\u00e9\u00e7\u00eff\u00fd \u00e4n \u00e4lt\u00e9rn\u00e4t\u00efv\u00e9 t\u00f6 th\u00e9 \u00f6ff\u00ef\u00e7\u00ef\u00e4l \u00e7\u00f6\u00fcrs\u00e9 t\u00eftl\u00e9 t\u00f6 d\u00efspl\u00e4\u00fd \u00f6n \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s. L\u00e9\u00e4v\u00e9 \u00dfl\u00e4nk t\u00f6 \u00fcs\u00e9 th\u00e9 \u00f6ff\u00ef\u00e7\u00ef\u00e4l \u00e7\u00f6\u00fcrs\u00e9 t\u00eftl\u00e9. \u2c60'\u03c3\u044f\u0454\u043c #", - "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam, along with the {linkStart}general proctored exam rules{linkEnd}.": "Sp\u00e9\u00e7\u00eff\u00fd \u00e4n\u00fd r\u00fcl\u00e9s \u00f6r r\u00fcl\u00e9 \u00e9x\u00e7\u00e9pt\u00ef\u00f6ns th\u00e4t th\u00e9 pr\u00f6\u00e7t\u00f6r\u00efng r\u00e9v\u00ef\u00e9w t\u00e9\u00e4m sh\u00f6\u00fcld \u00e9nf\u00f6r\u00e7\u00e9 wh\u00e9n r\u00e9v\u00ef\u00e9w\u00efng th\u00e9 v\u00efd\u00e9\u00f6s. F\u00f6r \u00e9x\u00e4mpl\u00e9, \u00fd\u00f6\u00fc \u00e7\u00f6\u00fcld sp\u00e9\u00e7\u00eff\u00fd th\u00e4t \u00e7\u00e4l\u00e7\u00fcl\u00e4t\u00f6rs \u00e4r\u00e9 \u00e4ll\u00f6w\u00e9d. Th\u00e9s\u00e9 sp\u00e9\u00e7\u00eff\u00ef\u00e9d r\u00fcl\u00e9s \u00e4r\u00e9 v\u00efs\u00ef\u00dfl\u00e9 t\u00f6 l\u00e9\u00e4rn\u00e9rs \u00df\u00e9f\u00f6r\u00e9 th\u00e9 l\u00e9\u00e4rn\u00e9rs st\u00e4rt th\u00e9 \u00e9x\u00e4m, \u00e4l\u00f6ng w\u00efth th\u00e9 {linkStart}g\u00e9n\u00e9r\u00e4l pr\u00f6\u00e7t\u00f6r\u00e9d \u00e9x\u00e4m r\u00fcl\u00e9s{linkEnd}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202#", - "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam.": "Sp\u00e9\u00e7\u00eff\u00fd \u00e4n\u00fd r\u00fcl\u00e9s \u00f6r r\u00fcl\u00e9 \u00e9x\u00e7\u00e9pt\u00ef\u00f6ns th\u00e4t th\u00e9 pr\u00f6\u00e7t\u00f6r\u00efng r\u00e9v\u00ef\u00e9w t\u00e9\u00e4m sh\u00f6\u00fcld \u00e9nf\u00f6r\u00e7\u00e9 wh\u00e9n r\u00e9v\u00ef\u00e9w\u00efng th\u00e9 v\u00efd\u00e9\u00f6s. F\u00f6r \u00e9x\u00e4mpl\u00e9, \u00fd\u00f6\u00fc \u00e7\u00f6\u00fcld sp\u00e9\u00e7\u00eff\u00fd th\u00e4t \u00e7\u00e4l\u00e7\u00fcl\u00e4t\u00f6rs \u00e4r\u00e9 \u00e4ll\u00f6w\u00e9d. Th\u00e9s\u00e9 sp\u00e9\u00e7\u00eff\u00ef\u00e9d r\u00fcl\u00e9s \u00e4r\u00e9 v\u00efs\u00ef\u00dfl\u00e9 t\u00f6 l\u00e9\u00e4rn\u00e9rs \u00df\u00e9f\u00f6r\u00e9 th\u00e9 l\u00e9\u00e4rn\u00e9rs st\u00e4rt th\u00e9 \u00e9x\u00e4m. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202#", - "Specify whether content-specific discussion topics are divided.": "Sp\u00e9\u00e7\u00eff\u00fd wh\u00e9th\u00e9r \u00e7\u00f6nt\u00e9nt-sp\u00e9\u00e7\u00eff\u00ef\u00e7 d\u00efs\u00e7\u00fcss\u00ef\u00f6n t\u00f6p\u00ef\u00e7s \u00e4r\u00e9 d\u00efv\u00efd\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Specify whether discussion topics are divided": "Sp\u00e9\u00e7\u00eff\u00fd wh\u00e9th\u00e9r d\u00efs\u00e7\u00fcss\u00ef\u00f6n t\u00f6p\u00ef\u00e7s \u00e4r\u00e9 d\u00efv\u00efd\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Speed": "Sp\u00e9\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Spellcheck": "Sp\u00e9ll\u00e7h\u00e9\u00e7k \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Split cell": "Spl\u00eft \u00e7\u00e9ll \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Square": "Sq\u00fc\u00e4r\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Staff": "St\u00e4ff \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Staff Only": "St\u00e4ff \u00d6nl\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Staff and Learners": "St\u00e4ff \u00e4nd L\u00e9\u00e4rn\u00e9rs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Start Date": "St\u00e4rt D\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Start generating certificates for all students in this course?": "St\u00e4rt g\u00e9n\u00e9r\u00e4t\u00efng \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s f\u00f6r \u00e4ll st\u00fcd\u00e9nts \u00efn th\u00efs \u00e7\u00f6\u00fcrs\u00e9? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Start of transcript. Skip to the end.": "St\u00e4rt \u00f6f tr\u00e4ns\u00e7r\u00efpt. Sk\u00efp t\u00f6 th\u00e9 \u00e9nd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "Start regenerating certificates for students in this course?": "St\u00e4rt r\u00e9g\u00e9n\u00e9r\u00e4t\u00efng \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s f\u00f6r st\u00fcd\u00e9nts \u00efn th\u00efs \u00e7\u00f6\u00fcrs\u00e9? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Start search": "St\u00e4rt s\u00e9\u00e4r\u00e7h \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Start working toward your next learning goal.": "St\u00e4rt w\u00f6rk\u00efng t\u00f6w\u00e4rd \u00fd\u00f6\u00fcr n\u00e9xt l\u00e9\u00e4rn\u00efng g\u00f6\u00e4l. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Started": "St\u00e4rt\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Started At": "St\u00e4rt\u00e9d \u00c0t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Started entrance exam rescore task for student '{student_id}'. Click the 'Show Task Status' button to see the status of the task.": "St\u00e4rt\u00e9d \u00e9ntr\u00e4n\u00e7\u00e9 \u00e9x\u00e4m r\u00e9s\u00e7\u00f6r\u00e9 t\u00e4sk f\u00f6r st\u00fcd\u00e9nt '{student_id}'. \u00c7l\u00ef\u00e7k th\u00e9 'Sh\u00f6w T\u00e4sk St\u00e4t\u00fcs' \u00df\u00fctt\u00f6n t\u00f6 s\u00e9\u00e9 th\u00e9 st\u00e4t\u00fcs \u00f6f th\u00e9 t\u00e4sk. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Started rescore problem task for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "St\u00e4rt\u00e9d r\u00e9s\u00e7\u00f6r\u00e9 pr\u00f6\u00dfl\u00e9m t\u00e4sk f\u00f6r pr\u00f6\u00dfl\u00e9m '<%- problem_id %>' \u00e4nd st\u00fcd\u00e9nt '<%- student_id %>'. \u00c7l\u00ef\u00e7k th\u00e9 'Sh\u00f6w T\u00e4sk St\u00e4t\u00fcs' \u00df\u00fctt\u00f6n t\u00f6 s\u00e9\u00e9 th\u00e9 st\u00e4t\u00fcs \u00f6f th\u00e9 t\u00e4sk. #", - "Started task to override the score for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "St\u00e4rt\u00e9d t\u00e4sk t\u00f6 \u00f6v\u00e9rr\u00efd\u00e9 th\u00e9 s\u00e7\u00f6r\u00e9 f\u00f6r pr\u00f6\u00dfl\u00e9m '<%- problem_id %>' \u00e4nd st\u00fcd\u00e9nt '<%- student_id %>'. \u00c7l\u00ef\u00e7k th\u00e9 'Sh\u00f6w T\u00e4sk St\u00e4t\u00fcs' \u00df\u00fctt\u00f6n t\u00f6 s\u00e9\u00e9 th\u00e9 st\u00e4t\u00fcs \u00f6f th\u00e9 t\u00e4sk. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142\u03b1\u0432#", - "Started {start}": "St\u00e4rt\u00e9d {start} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Starts": "St\u00e4rts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Starts {start}": "St\u00e4rts {start} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Starts: %(start_date)s": "St\u00e4rts: %(start_date)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "State": "St\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Status": "St\u00e4t\u00fcs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Status of Your Response": "St\u00e4t\u00fcs \u00f6f \u00dd\u00f6\u00fcr R\u00e9sp\u00f6ns\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Strikethrough": "Str\u00efk\u00e9thr\u00f6\u00fcgh \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Student": "St\u00fcd\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Student Removed from certificate white list successfully.": "St\u00fcd\u00e9nt R\u00e9m\u00f6v\u00e9d fr\u00f6m \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 wh\u00eft\u00e9 l\u00efst s\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Student email or username": "St\u00fcd\u00e9nt \u00e9m\u00e4\u00efl \u00f6r \u00fcs\u00e9rn\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Add to Exception List\" button.": "St\u00fcd\u00e9nt \u00fcs\u00e9rn\u00e4m\u00e9/\u00e9m\u00e4\u00efl f\u00ef\u00e9ld \u00efs r\u00e9q\u00fc\u00efr\u00e9d \u00e4nd \u00e7\u00e4n n\u00f6t \u00df\u00e9 \u00e9mpt\u00fd. K\u00efndl\u00fd f\u00efll \u00efn \u00fcs\u00e9rn\u00e4m\u00e9/\u00e9m\u00e4\u00efl \u00e4nd th\u00e9n pr\u00e9ss \"\u00c0dd t\u00f6 \u00c9x\u00e7\u00e9pt\u00ef\u00f6n L\u00efst\" \u00df\u00fctt\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142\u03b1#", - "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Invalidate Certificate\" button.": "St\u00fcd\u00e9nt \u00fcs\u00e9rn\u00e4m\u00e9/\u00e9m\u00e4\u00efl f\u00ef\u00e9ld \u00efs r\u00e9q\u00fc\u00efr\u00e9d \u00e4nd \u00e7\u00e4n n\u00f6t \u00df\u00e9 \u00e9mpt\u00fd. K\u00efndl\u00fd f\u00efll \u00efn \u00fcs\u00e9rn\u00e4m\u00e9/\u00e9m\u00e4\u00efl \u00e4nd th\u00e9n pr\u00e9ss \"\u00ccnv\u00e4l\u00efd\u00e4t\u00e9 \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9\" \u00df\u00fctt\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142#", - "Studio's having trouble saving your work": "St\u00fcd\u00ef\u00f6's h\u00e4v\u00efng tr\u00f6\u00fc\u00dfl\u00e9 s\u00e4v\u00efng \u00fd\u00f6\u00fcr w\u00f6rk \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "Studio:": "St\u00fcd\u00ef\u00f6: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Style": "St\u00fdl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Subject": "S\u00fc\u00dfj\u00e9\u00e7t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Subject:": "S\u00fc\u00dfj\u00e9\u00e7t: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Submission aborted! Sorry, your browser does not support file uploads. If you can, please use Chrome or Safari which have been verified to support file uploads.": "S\u00fc\u00dfm\u00efss\u00ef\u00f6n \u00e4\u00df\u00f6rt\u00e9d! S\u00f6rr\u00fd, \u00fd\u00f6\u00fcr \u00dfr\u00f6ws\u00e9r d\u00f6\u00e9s n\u00f6t s\u00fcpp\u00f6rt f\u00efl\u00e9 \u00fcpl\u00f6\u00e4ds. \u00ccf \u00fd\u00f6\u00fc \u00e7\u00e4n, pl\u00e9\u00e4s\u00e9 \u00fcs\u00e9 \u00c7hr\u00f6m\u00e9 \u00f6r S\u00e4f\u00e4r\u00ef wh\u00ef\u00e7h h\u00e4v\u00e9 \u00df\u00e9\u00e9n v\u00e9r\u00eff\u00ef\u00e9d t\u00f6 s\u00fcpp\u00f6rt f\u00efl\u00e9 \u00fcpl\u00f6\u00e4ds. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5#", - "Submit": "S\u00fc\u00dfm\u00eft \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Submit Application": "S\u00fc\u00dfm\u00eft \u00c0ppl\u00ef\u00e7\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Submit enrollment change": "S\u00fc\u00dfm\u00eft \u00e9nr\u00f6llm\u00e9nt \u00e7h\u00e4ng\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "Submitted": "S\u00fc\u00dfm\u00eftt\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Subscript": "S\u00fc\u00dfs\u00e7r\u00efpt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Subsection": "S\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Subsection Visibility": "S\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n V\u00efs\u00ef\u00df\u00efl\u00eft\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Subsection is hidden after course end date": "S\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n \u00efs h\u00efdd\u00e9n \u00e4ft\u00e9r \u00e7\u00f6\u00fcrs\u00e9 \u00e9nd d\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Subsection is hidden after due date": "S\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n \u00efs h\u00efdd\u00e9n \u00e4ft\u00e9r d\u00fc\u00e9 d\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "Subsections": "S\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Success": "S\u00fc\u00e7\u00e7\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Success! \"{displayName}\" has been moved.": "S\u00fc\u00e7\u00e7\u00e9ss! \"{displayName}\" h\u00e4s \u00df\u00e9\u00e9n m\u00f6v\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "Success! Problem attempts reset for problem '<%- problem_id %>' and student '<%- student_id %>'.": "S\u00fc\u00e7\u00e7\u00e9ss! Pr\u00f6\u00dfl\u00e9m \u00e4tt\u00e9mpts r\u00e9s\u00e9t f\u00f6r pr\u00f6\u00dfl\u00e9m '<%- problem_id %>' \u00e4nd st\u00fcd\u00e9nt '<%- student_id %>'. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Successfully deleted student state for user {user}": "S\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd d\u00e9l\u00e9t\u00e9d st\u00fcd\u00e9nt st\u00e4t\u00e9 f\u00f6r \u00fcs\u00e9r {user} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Successfully enrolled and sent email to the following users:": "S\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd \u00e9nr\u00f6ll\u00e9d \u00e4nd s\u00e9nt \u00e9m\u00e4\u00efl t\u00f6 th\u00e9 f\u00f6ll\u00f6w\u00efng \u00fcs\u00e9rs: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Successfully enrolled the following users:": "S\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd \u00e9nr\u00f6ll\u00e9d th\u00e9 f\u00f6ll\u00f6w\u00efng \u00fcs\u00e9rs: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Successfully overrode problem score for {user}": "S\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd \u00f6v\u00e9rr\u00f6d\u00e9 pr\u00f6\u00dfl\u00e9m s\u00e7\u00f6r\u00e9 f\u00f6r {user} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Successfully rescored problem for user {user}": "S\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd r\u00e9s\u00e7\u00f6r\u00e9d pr\u00f6\u00dfl\u00e9m f\u00f6r \u00fcs\u00e9r {user} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Successfully rescored problem to improve score for user {user}": "S\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd r\u00e9s\u00e7\u00f6r\u00e9d pr\u00f6\u00dfl\u00e9m t\u00f6 \u00efmpr\u00f6v\u00e9 s\u00e7\u00f6r\u00e9 f\u00f6r \u00fcs\u00e9r {user} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Successfully reset the attempts for user {user}": "S\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd r\u00e9s\u00e9t th\u00e9 \u00e4tt\u00e9mpts f\u00f6r \u00fcs\u00e9r {user} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "S\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd s\u00e9nt \u00e9nr\u00f6llm\u00e9nt \u00e9m\u00e4\u00efls t\u00f6 th\u00e9 f\u00f6ll\u00f6w\u00efng \u00fcs\u00e9rs. Th\u00e9\u00fd w\u00efll \u00df\u00e9 \u00e4ll\u00f6w\u00e9d t\u00f6 \u00e9nr\u00f6ll \u00f6n\u00e7\u00e9 th\u00e9\u00fd r\u00e9g\u00efst\u00e9r: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "S\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd s\u00e9nt \u00e9nr\u00f6llm\u00e9nt \u00e9m\u00e4\u00efls t\u00f6 th\u00e9 f\u00f6ll\u00f6w\u00efng \u00fcs\u00e9rs. Th\u00e9\u00fd w\u00efll \u00df\u00e9 \u00e9nr\u00f6ll\u00e9d \u00f6n\u00e7\u00e9 th\u00e9\u00fd r\u00e9g\u00efst\u00e9r: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Successfully started task to rescore problem '<%- problem_id %>' for all students. Click the 'Show Task Status' button to see the status of the task.": "S\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd st\u00e4rt\u00e9d t\u00e4sk t\u00f6 r\u00e9s\u00e7\u00f6r\u00e9 pr\u00f6\u00dfl\u00e9m '<%- problem_id %>' f\u00f6r \u00e4ll st\u00fcd\u00e9nts. \u00c7l\u00ef\u00e7k th\u00e9 'Sh\u00f6w T\u00e4sk St\u00e4t\u00fcs' \u00df\u00fctt\u00f6n t\u00f6 s\u00e9\u00e9 th\u00e9 st\u00e4t\u00fcs \u00f6f th\u00e9 t\u00e4sk. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142\u03b1\u0432\u03c3\u044f\u03c5#", - "Successfully started task to reset attempts for problem '<%- problem_id %>'. Click the 'Show Task Status' button to see the status of the task.": "S\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd st\u00e4rt\u00e9d t\u00e4sk t\u00f6 r\u00e9s\u00e9t \u00e4tt\u00e9mpts f\u00f6r pr\u00f6\u00dfl\u00e9m '<%- problem_id %>'. \u00c7l\u00ef\u00e7k th\u00e9 'Sh\u00f6w T\u00e4sk St\u00e4t\u00fcs' \u00df\u00fctt\u00f6n t\u00f6 s\u00e9\u00e9 th\u00e9 st\u00e4t\u00fcs \u00f6f th\u00e9 t\u00e4sk. \u2c60'\u03c3#", - "Successfully unlinked.": "S\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd \u00fcnl\u00efnk\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Superscript": "S\u00fcp\u00e9rs\u00e7r\u00efpt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Support education research by providing additional information": "S\u00fcpp\u00f6rt \u00e9d\u00fc\u00e7\u00e4t\u00ef\u00f6n r\u00e9s\u00e9\u00e4r\u00e7h \u00df\u00fd pr\u00f6v\u00efd\u00efng \u00e4dd\u00eft\u00ef\u00f6n\u00e4l \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Supported": "S\u00fcpp\u00f6rt\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Supported file types: {supportedVideoTypes}": "S\u00fcpp\u00f6rt\u00e9d f\u00efl\u00e9 t\u00fdp\u00e9s: {supportedVideoTypes} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Switch Language Back": "Sw\u00eft\u00e7h L\u00e4ng\u00fc\u00e4g\u00e9 B\u00e4\u00e7k \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "TOTAL": "T\u00d6T\u00c0L \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Table": "T\u00e4\u00dfl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Table properties": "T\u00e4\u00dfl\u00e9 pr\u00f6p\u00e9rt\u00ef\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Tags": "T\u00e4gs \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Tags:": "T\u00e4gs: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Take Photo": "T\u00e4k\u00e9 Ph\u00f6t\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Take Your Photo": "T\u00e4k\u00e9 \u00dd\u00f6\u00fcr Ph\u00f6t\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Take a Photo of Your ID": "T\u00e4k\u00e9 \u00e4 Ph\u00f6t\u00f6 \u00f6f \u00dd\u00f6\u00fcr \u00ccD \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Take a photo of your ID": "T\u00e4k\u00e9 \u00e4 ph\u00f6t\u00f6 \u00f6f \u00fd\u00f6\u00fcr \u00ccD \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Take me to the main course page": "T\u00e4k\u00e9 m\u00e9 t\u00f6 th\u00e9 m\u00e4\u00efn \u00e7\u00f6\u00fcrs\u00e9 p\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "Take me to the main library page": "T\u00e4k\u00e9 m\u00e9 t\u00f6 th\u00e9 m\u00e4\u00efn l\u00ef\u00dfr\u00e4r\u00fd p\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "Take me to the new location": "T\u00e4k\u00e9 m\u00e9 t\u00f6 th\u00e9 n\u00e9w l\u00f6\u00e7\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", - "Target": "T\u00e4rg\u00e9t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Task ID": "T\u00e4sk \u00ccD \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Task Progress": "T\u00e4sk Pr\u00f6gr\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Task Status": "T\u00e4sk St\u00e4t\u00fcs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Task Type": "T\u00e4sk T\u00fdp\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Task inputs": "T\u00e4sk \u00efnp\u00fcts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Teaching Assistant": "T\u00e9\u00e4\u00e7h\u00efng \u00c0ss\u00efst\u00e4nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Team \"{team}\" successfully deleted.": "T\u00e9\u00e4m \"{team}\" s\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd d\u00e9l\u00e9t\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "Team Description (Required) *": "T\u00e9\u00e4m D\u00e9s\u00e7r\u00efpt\u00ef\u00f6n (R\u00e9q\u00fc\u00efr\u00e9d) * \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Team Details": "T\u00e9\u00e4m D\u00e9t\u00e4\u00efls \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Team Name (Required) *": "T\u00e9\u00e4m N\u00e4m\u00e9 (R\u00e9q\u00fc\u00efr\u00e9d) * \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Team Search": "T\u00e9\u00e4m S\u00e9\u00e4r\u00e7h \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Team capacity": "T\u00e9\u00e4m \u00e7\u00e4p\u00e4\u00e7\u00eft\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Team description cannot have more than 300 characters.": "T\u00e9\u00e4m d\u00e9s\u00e7r\u00efpt\u00ef\u00f6n \u00e7\u00e4nn\u00f6t h\u00e4v\u00e9 m\u00f6r\u00e9 th\u00e4n 300 \u00e7h\u00e4r\u00e4\u00e7t\u00e9rs. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Team member profiles": "T\u00e9\u00e4m m\u00e9m\u00df\u00e9r pr\u00f6f\u00efl\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Team name cannot have more than 255 characters.": "T\u00e9\u00e4m n\u00e4m\u00e9 \u00e7\u00e4nn\u00f6t h\u00e4v\u00e9 m\u00f6r\u00e9 th\u00e4n 255 \u00e7h\u00e4r\u00e4\u00e7t\u00e9rs. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Teams": "T\u00e9\u00e4ms \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Teams Pagination": "T\u00e9\u00e4ms P\u00e4g\u00efn\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Tell other learners a little about yourself: where you live, what your interests are, why you're taking courses, or what you hope to learn.": "T\u00e9ll \u00f6th\u00e9r l\u00e9\u00e4rn\u00e9rs \u00e4 l\u00efttl\u00e9 \u00e4\u00df\u00f6\u00fct \u00fd\u00f6\u00fcrs\u00e9lf: wh\u00e9r\u00e9 \u00fd\u00f6\u00fc l\u00efv\u00e9, wh\u00e4t \u00fd\u00f6\u00fcr \u00efnt\u00e9r\u00e9sts \u00e4r\u00e9, wh\u00fd \u00fd\u00f6\u00fc'r\u00e9 t\u00e4k\u00efng \u00e7\u00f6\u00fcrs\u00e9s, \u00f6r wh\u00e4t \u00fd\u00f6\u00fc h\u00f6p\u00e9 t\u00f6 l\u00e9\u00e4rn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142\u03b1#", - "Templates": "T\u00e9mpl\u00e4t\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Terms of Service and Honor Code": "T\u00e9rms \u00f6f S\u00e9rv\u00ef\u00e7\u00e9 \u00e4nd H\u00f6n\u00f6r \u00c7\u00f6d\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "Text color": "T\u00e9xt \u00e7\u00f6l\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Text to display": "T\u00e9xt t\u00f6 d\u00efspl\u00e4\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Textbook Name": "T\u00e9xt\u00df\u00f6\u00f6k N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Textbook information": "T\u00e9xt\u00df\u00f6\u00f6k \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Textbook name is required": "T\u00e9xt\u00df\u00f6\u00f6k n\u00e4m\u00e9 \u00efs r\u00e9q\u00fc\u00efr\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Thank you %(full_name)s! We have received your payment for %(course_name)s.": "Th\u00e4nk \u00fd\u00f6\u00fc %(full_name)s! W\u00e9 h\u00e4v\u00e9 r\u00e9\u00e7\u00e9\u00efv\u00e9d \u00fd\u00f6\u00fcr p\u00e4\u00fdm\u00e9nt f\u00f6r %(course_name)s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Thank you for setting your course goal to {goal}!": "Th\u00e4nk \u00fd\u00f6\u00fc f\u00f6r s\u00e9tt\u00efng \u00fd\u00f6\u00fcr \u00e7\u00f6\u00fcrs\u00e9 g\u00f6\u00e4l t\u00f6 {goal}! \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Thank you for submitting a request! We will contact you within 24 hours.": "Th\u00e4nk \u00fd\u00f6\u00fc f\u00f6r s\u00fc\u00dfm\u00eftt\u00efng \u00e4 r\u00e9q\u00fc\u00e9st! W\u00e9 w\u00efll \u00e7\u00f6nt\u00e4\u00e7t \u00fd\u00f6\u00fc w\u00efth\u00efn 24 h\u00f6\u00fcrs. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "Thank you for submitting your financial assistance application for {course_name}! You can expect a response in 2-4 business days.": "Th\u00e4nk \u00fd\u00f6\u00fc f\u00f6r s\u00fc\u00dfm\u00eftt\u00efng \u00fd\u00f6\u00fcr f\u00efn\u00e4n\u00e7\u00ef\u00e4l \u00e4ss\u00efst\u00e4n\u00e7\u00e9 \u00e4ppl\u00ef\u00e7\u00e4t\u00ef\u00f6n f\u00f6r {course_name}! \u00dd\u00f6\u00fc \u00e7\u00e4n \u00e9xp\u00e9\u00e7t \u00e4 r\u00e9sp\u00f6ns\u00e9 \u00efn 2-4 \u00df\u00fcs\u00efn\u00e9ss d\u00e4\u00fds. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c#", - "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "Th\u00e4nk \u00fd\u00f6\u00fc f\u00f6r s\u00fc\u00dfm\u00eftt\u00efng \u00fd\u00f6\u00fcr ph\u00f6t\u00f6s. W\u00e9 w\u00efll r\u00e9v\u00ef\u00e9w th\u00e9m sh\u00f6rtl\u00fd. \u00dd\u00f6\u00fc \u00e7\u00e4n n\u00f6w s\u00efgn \u00fcp f\u00f6r \u00e4n\u00fd %(platformName)s \u00e7\u00f6\u00fcrs\u00e9 th\u00e4t \u00f6ff\u00e9rs v\u00e9r\u00eff\u00ef\u00e9d \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s. V\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n \u00efs g\u00f6\u00f6d f\u00f6r \u00f6n\u00e9 \u00fd\u00e9\u00e4r. \u00c0ft\u00e9r \u00f6n\u00e9 \u00fd\u00e9\u00e4r, \u00fd\u00f6\u00fc m\u00fcst s\u00fc\u00dfm\u00eft ph\u00f6t\u00f6s f\u00f6r v\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454#", - "Thank you! We have received your payment for {courseName}.": "Th\u00e4nk \u00fd\u00f6\u00fc! W\u00e9 h\u00e4v\u00e9 r\u00e9\u00e7\u00e9\u00efv\u00e9d \u00fd\u00f6\u00fcr p\u00e4\u00fdm\u00e9nt f\u00f6r {courseName}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Thanks for returning to verify your ID in: {courseName}": "Th\u00e4nks f\u00f6r r\u00e9t\u00fcrn\u00efng t\u00f6 v\u00e9r\u00eff\u00fd \u00fd\u00f6\u00fcr \u00ccD \u00efn: {courseName} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "Th\u00e9 \u00dbRL \u00fd\u00f6\u00fc \u00e9nt\u00e9r\u00e9d s\u00e9\u00e9ms t\u00f6 \u00df\u00e9 \u00e4n \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss. D\u00f6 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00e4dd th\u00e9 r\u00e9q\u00fc\u00efr\u00e9d m\u00e4\u00eflt\u00f6: pr\u00e9f\u00efx? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": "Th\u00e9 \u00dbRL \u00fd\u00f6\u00fc \u00e9nt\u00e9r\u00e9d s\u00e9\u00e9ms t\u00f6 \u00df\u00e9 \u00e4n \u00e9xt\u00e9rn\u00e4l l\u00efnk. D\u00f6 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00e4dd th\u00e9 r\u00e9q\u00fc\u00efr\u00e9d http:// pr\u00e9f\u00efx? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "The assignment type must have a name.": "Th\u00e9 \u00e4ss\u00efgnm\u00e9nt t\u00fdp\u00e9 m\u00fcst h\u00e4v\u00e9 \u00e4 n\u00e4m\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "The certificate available date must be later than the course end date.": "Th\u00e9 \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 d\u00e4t\u00e9 m\u00fcst \u00df\u00e9 l\u00e4t\u00e9r th\u00e4n th\u00e9 \u00e7\u00f6\u00fcrs\u00e9 \u00e9nd d\u00e4t\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "The certificate for this learner has been re-validated and the system is re-running the grade for this learner.": "Th\u00e9 \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 f\u00f6r th\u00efs l\u00e9\u00e4rn\u00e9r h\u00e4s \u00df\u00e9\u00e9n r\u00e9-v\u00e4l\u00efd\u00e4t\u00e9d \u00e4nd th\u00e9 s\u00fdst\u00e9m \u00efs r\u00e9-r\u00fcnn\u00efng th\u00e9 gr\u00e4d\u00e9 f\u00f6r th\u00efs l\u00e9\u00e4rn\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "The cohort cannot be added": "Th\u00e9 \u00e7\u00f6h\u00f6rt \u00e7\u00e4nn\u00f6t \u00df\u00e9 \u00e4dd\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "The cohort cannot be saved": "Th\u00e9 \u00e7\u00f6h\u00f6rt \u00e7\u00e4nn\u00f6t \u00df\u00e9 s\u00e4v\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "Th\u00e9 \u00e7\u00f6m\u00df\u00efn\u00e9d l\u00e9ngth \u00f6f th\u00e9 \u00f6rg\u00e4n\u00efz\u00e4t\u00ef\u00f6n \u00e4nd l\u00ef\u00dfr\u00e4r\u00fd \u00e7\u00f6d\u00e9 f\u00ef\u00e9lds \u00e7\u00e4nn\u00f6t \u00df\u00e9 m\u00f6r\u00e9 th\u00e4n <%=limit%> \u00e7h\u00e4r\u00e4\u00e7t\u00e9rs. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "Th\u00e9 \u00e7\u00f6m\u00df\u00efn\u00e9d l\u00e9ngth \u00f6f th\u00e9 \u00f6rg\u00e4n\u00efz\u00e4t\u00ef\u00f6n, \u00e7\u00f6\u00fcrs\u00e9 n\u00fcm\u00df\u00e9r, \u00e4nd \u00e7\u00f6\u00fcrs\u00e9 r\u00fcn f\u00ef\u00e9lds \u00e7\u00e4nn\u00f6t \u00df\u00e9 m\u00f6r\u00e9 th\u00e4n <%=limit%> \u00e7h\u00e4r\u00e4\u00e7t\u00e9rs. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "The country or region where you live.": "Th\u00e9 \u00e7\u00f6\u00fcntr\u00fd \u00f6r r\u00e9g\u00ef\u00f6n wh\u00e9r\u00e9 \u00fd\u00f6\u00fc l\u00efv\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "The country that team members primarily identify with.": "Th\u00e9 \u00e7\u00f6\u00fcntr\u00fd th\u00e4t t\u00e9\u00e4m m\u00e9m\u00df\u00e9rs pr\u00efm\u00e4r\u00efl\u00fd \u00efd\u00e9nt\u00eff\u00fd w\u00efth. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "The course end date must be later than the course start date.": "Th\u00e9 \u00e7\u00f6\u00fcrs\u00e9 \u00e9nd d\u00e4t\u00e9 m\u00fcst \u00df\u00e9 l\u00e4t\u00e9r th\u00e4n th\u00e9 \u00e7\u00f6\u00fcrs\u00e9 st\u00e4rt d\u00e4t\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "The course must have an assigned start date.": "Th\u00e9 \u00e7\u00f6\u00fcrs\u00e9 m\u00fcst h\u00e4v\u00e9 \u00e4n \u00e4ss\u00efgn\u00e9d st\u00e4rt d\u00e4t\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "The course start date must be later than the enrollment start date.": "Th\u00e9 \u00e7\u00f6\u00fcrs\u00e9 st\u00e4rt d\u00e4t\u00e9 m\u00fcst \u00df\u00e9 l\u00e4t\u00e9r th\u00e4n th\u00e9 \u00e9nr\u00f6llm\u00e9nt st\u00e4rt d\u00e4t\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "The display of ungraded and checked out responses could not be loaded.": "Th\u00e9 d\u00efspl\u00e4\u00fd \u00f6f \u00fcngr\u00e4d\u00e9d \u00e4nd \u00e7h\u00e9\u00e7k\u00e9d \u00f6\u00fct r\u00e9sp\u00f6ns\u00e9s \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 l\u00f6\u00e4d\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "The email address you've provided isn't formatted correctly.": "Th\u00e9 \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss \u00fd\u00f6\u00fc'v\u00e9 pr\u00f6v\u00efd\u00e9d \u00efsn't f\u00f6rm\u00e4tt\u00e9d \u00e7\u00f6rr\u00e9\u00e7tl\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "The enrollment end date cannot be after the course end date.": "Th\u00e9 \u00e9nr\u00f6llm\u00e9nt \u00e9nd d\u00e4t\u00e9 \u00e7\u00e4nn\u00f6t \u00df\u00e9 \u00e4ft\u00e9r th\u00e9 \u00e7\u00f6\u00fcrs\u00e9 \u00e9nd d\u00e4t\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "The enrollment start date cannot be after the enrollment end date.": "Th\u00e9 \u00e9nr\u00f6llm\u00e9nt st\u00e4rt d\u00e4t\u00e9 \u00e7\u00e4nn\u00f6t \u00df\u00e9 \u00e4ft\u00e9r th\u00e9 \u00e9nr\u00f6llm\u00e9nt \u00e9nd d\u00e4t\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "The file could not be uploaded.": "Th\u00e9 f\u00efl\u00e9 \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00fcpl\u00f6\u00e4d\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "The file must be at least {size} in size.": "Th\u00e9 f\u00efl\u00e9 m\u00fcst \u00df\u00e9 \u00e4t l\u00e9\u00e4st {size} \u00efn s\u00efz\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "The file must be smaller than {size} in size.": "Th\u00e9 f\u00efl\u00e9 m\u00fcst \u00df\u00e9 sm\u00e4ll\u00e9r th\u00e4n {size} \u00efn s\u00efz\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "The file you are trying to upload is too large.": "Th\u00e9 f\u00efl\u00e9 \u00fd\u00f6\u00fc \u00e4r\u00e9 tr\u00fd\u00efng t\u00f6 \u00fcpl\u00f6\u00e4d \u00efs t\u00f6\u00f6 l\u00e4rg\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "The following email addresses and/or usernames are invalid:": "Th\u00e9 f\u00f6ll\u00f6w\u00efng \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss\u00e9s \u00e4nd/\u00f6r \u00fcs\u00e9rn\u00e4m\u00e9s \u00e4r\u00e9 \u00efnv\u00e4l\u00efd: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "The following errors were generated:": "Th\u00e9 f\u00f6ll\u00f6w\u00efng \u00e9rr\u00f6rs w\u00e9r\u00e9 g\u00e9n\u00e9r\u00e4t\u00e9d: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "The following file types are not allowed: ": "Th\u00e9 f\u00f6ll\u00f6w\u00efng f\u00efl\u00e9 t\u00fdp\u00e9s \u00e4r\u00e9 n\u00f6t \u00e4ll\u00f6w\u00e9d: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "The following information is already a part of your {platform} profile. We\\'ve included it here for your application.": "Th\u00e9 f\u00f6ll\u00f6w\u00efng \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n \u00efs \u00e4lr\u00e9\u00e4d\u00fd \u00e4 p\u00e4rt \u00f6f \u00fd\u00f6\u00fcr {platform} pr\u00f6f\u00efl\u00e9. W\u00e9\\'v\u00e9 \u00efn\u00e7l\u00fcd\u00e9d \u00eft h\u00e9r\u00e9 f\u00f6r \u00fd\u00f6\u00fcr \u00e4ppl\u00ef\u00e7\u00e4t\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "The following message will be displayed at the bottom of the courseware pages within your course:": "Th\u00e9 f\u00f6ll\u00f6w\u00efng m\u00e9ss\u00e4g\u00e9 w\u00efll \u00df\u00e9 d\u00efspl\u00e4\u00fd\u00e9d \u00e4t th\u00e9 \u00df\u00f6tt\u00f6m \u00f6f th\u00e9 \u00e7\u00f6\u00fcrs\u00e9w\u00e4r\u00e9 p\u00e4g\u00e9s w\u00efth\u00efn \u00fd\u00f6\u00fcr \u00e7\u00f6\u00fcrs\u00e9: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "The following options are available for the {license_name} license.": "Th\u00e9 f\u00f6ll\u00f6w\u00efng \u00f6pt\u00ef\u00f6ns \u00e4r\u00e9 \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 f\u00f6r th\u00e9 {license_name} l\u00ef\u00e7\u00e9ns\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "The following users are no longer enrolled in the course:": "Th\u00e9 f\u00f6ll\u00f6w\u00efng \u00fcs\u00e9rs \u00e4r\u00e9 n\u00f6 l\u00f6ng\u00e9r \u00e9nr\u00f6ll\u00e9d \u00efn th\u00e9 \u00e7\u00f6\u00fcrs\u00e9: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "The following warnings were generated:": "Th\u00e9 f\u00f6ll\u00f6w\u00efng w\u00e4rn\u00efngs w\u00e9r\u00e9 g\u00e9n\u00e9r\u00e4t\u00e9d: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.": "Th\u00e9 g\u00e9n\u00e9r\u00e4l \u00e7\u00e4t\u00e9g\u00f6r\u00fd f\u00f6r th\u00efs t\u00fdp\u00e9 \u00f6f \u00e4ss\u00efgnm\u00e9nt, f\u00f6r \u00e9x\u00e4mpl\u00e9, H\u00f6m\u00e9w\u00f6rk \u00f6r M\u00efdt\u00e9rm \u00c9x\u00e4m. Th\u00efs n\u00e4m\u00e9 \u00efs v\u00efs\u00ef\u00dfl\u00e9 t\u00f6 l\u00e9\u00e4rn\u00e9rs. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "The grading process is still running. Refresh the page to see updates.": "Th\u00e9 gr\u00e4d\u00efng pr\u00f6\u00e7\u00e9ss \u00efs st\u00efll r\u00fcnn\u00efng. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 t\u00f6 s\u00e9\u00e9 \u00fcpd\u00e4t\u00e9s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "The language that team members primarily use to communicate with each other.": "Th\u00e9 l\u00e4ng\u00fc\u00e4g\u00e9 th\u00e4t t\u00e9\u00e4m m\u00e9m\u00df\u00e9rs pr\u00efm\u00e4r\u00efl\u00fd \u00fcs\u00e9 t\u00f6 \u00e7\u00f6mm\u00fcn\u00ef\u00e7\u00e4t\u00e9 w\u00efth \u00e9\u00e4\u00e7h \u00f6th\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "The language used throughout this site. This site is currently available in a limited number of languages. Changing the value of this field will cause the page to refresh.": "Th\u00e9 l\u00e4ng\u00fc\u00e4g\u00e9 \u00fcs\u00e9d thr\u00f6\u00fcgh\u00f6\u00fct th\u00efs s\u00eft\u00e9. Th\u00efs s\u00eft\u00e9 \u00efs \u00e7\u00fcrr\u00e9ntl\u00fd \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 \u00efn \u00e4 l\u00efm\u00eft\u00e9d n\u00fcm\u00df\u00e9r \u00f6f l\u00e4ng\u00fc\u00e4g\u00e9s. \u00c7h\u00e4ng\u00efng th\u00e9 v\u00e4l\u00fc\u00e9 \u00f6f th\u00efs f\u00ef\u00e9ld w\u00efll \u00e7\u00e4\u00fcs\u00e9 th\u00e9 p\u00e4g\u00e9 t\u00f6 r\u00e9fr\u00e9sh. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9#", - "The minimum completion percentage must be a whole number between 0 and 100.": "Th\u00e9 m\u00efn\u00efm\u00fcm \u00e7\u00f6mpl\u00e9t\u00ef\u00f6n p\u00e9r\u00e7\u00e9nt\u00e4g\u00e9 m\u00fcst \u00df\u00e9 \u00e4 wh\u00f6l\u00e9 n\u00fcm\u00df\u00e9r \u00df\u00e9tw\u00e9\u00e9n 0 \u00e4nd 100. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "The minimum grade for course credit is not set.": "Th\u00e9 m\u00efn\u00efm\u00fcm gr\u00e4d\u00e9 f\u00f6r \u00e7\u00f6\u00fcrs\u00e9 \u00e7r\u00e9d\u00eft \u00efs n\u00f6t s\u00e9t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "The minimum score percentage must be a whole number between 0 and 100.": "Th\u00e9 m\u00efn\u00efm\u00fcm s\u00e7\u00f6r\u00e9 p\u00e9r\u00e7\u00e9nt\u00e4g\u00e9 m\u00fcst \u00df\u00e9 \u00e4 wh\u00f6l\u00e9 n\u00fcm\u00df\u00e9r \u00df\u00e9tw\u00e9\u00e9n 0 \u00e4nd 100. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "The more you tell us, the more quickly and helpfully we can respond!": "Th\u00e9 m\u00f6r\u00e9 \u00fd\u00f6\u00fc t\u00e9ll \u00fcs, th\u00e9 m\u00f6r\u00e9 q\u00fc\u00ef\u00e7kl\u00fd \u00e4nd h\u00e9lpf\u00fcll\u00fd w\u00e9 \u00e7\u00e4n r\u00e9sp\u00f6nd! \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "The name of this signatory as it should appear on certificates.": "Th\u00e9 n\u00e4m\u00e9 \u00f6f th\u00efs s\u00efgn\u00e4t\u00f6r\u00fd \u00e4s \u00eft sh\u00f6\u00fcld \u00e4pp\u00e9\u00e4r \u00f6n \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "The name that identifies you on {platform_name}. You cannot change your username.": "Th\u00e9 n\u00e4m\u00e9 th\u00e4t \u00efd\u00e9nt\u00eff\u00ef\u00e9s \u00fd\u00f6\u00fc \u00f6n {platform_name}. \u00dd\u00f6\u00fc \u00e7\u00e4nn\u00f6t \u00e7h\u00e4ng\u00e9 \u00fd\u00f6\u00fcr \u00fcs\u00e9rn\u00e4m\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "The name that is used for ID verification and that appears on your certificates.": "Th\u00e9 n\u00e4m\u00e9 th\u00e4t \u00efs \u00fcs\u00e9d f\u00f6r \u00ccD v\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n \u00e4nd th\u00e4t \u00e4pp\u00e9\u00e4rs \u00f6n \u00fd\u00f6\u00fcr \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.": "Th\u00e9 n\u00fcm\u00df\u00e9r \u00f6f \u00e4ss\u00efgnm\u00e9nts \u00f6f th\u00efs t\u00fdp\u00e9 th\u00e4t w\u00efll \u00df\u00e9 dr\u00f6pp\u00e9d. Th\u00e9 l\u00f6w\u00e9st s\u00e7\u00f6r\u00efng \u00e4ss\u00efgnm\u00e9nts \u00e4r\u00e9 dr\u00f6pp\u00e9d f\u00efrst. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "The number of subsections in the course that contain problems of this assignment type.": "Th\u00e9 n\u00fcm\u00df\u00e9r \u00f6f s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6ns \u00efn th\u00e9 \u00e7\u00f6\u00fcrs\u00e9 th\u00e4t \u00e7\u00f6nt\u00e4\u00efn pr\u00f6\u00dfl\u00e9ms \u00f6f th\u00efs \u00e4ss\u00efgnm\u00e9nt t\u00fdp\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "The organization that this signatory belongs to, as it should appear on certificates.": "Th\u00e9 \u00f6rg\u00e4n\u00efz\u00e4t\u00ef\u00f6n th\u00e4t th\u00efs s\u00efgn\u00e4t\u00f6r\u00fd \u00df\u00e9l\u00f6ngs t\u00f6, \u00e4s \u00eft sh\u00f6\u00fcld \u00e4pp\u00e9\u00e4r \u00f6n \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "The page \"{route}\" could not be found.": "Th\u00e9 p\u00e4g\u00e9 \"{route}\" \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 f\u00f6\u00fcnd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "The photo of your face matches the photo on your ID.": "Th\u00e9 ph\u00f6t\u00f6 \u00f6f \u00fd\u00f6\u00fcr f\u00e4\u00e7\u00e9 m\u00e4t\u00e7h\u00e9s th\u00e9 ph\u00f6t\u00f6 \u00f6n \u00fd\u00f6\u00fcr \u00ccD. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "The post you selected has been deleted.": "Th\u00e9 p\u00f6st \u00fd\u00f6\u00fc s\u00e9l\u00e9\u00e7t\u00e9d h\u00e4s \u00df\u00e9\u00e9n d\u00e9l\u00e9t\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "The published branch version, {published}, was reset to the draft branch version, {draft}.": "Th\u00e9 p\u00fc\u00dfl\u00efsh\u00e9d \u00dfr\u00e4n\u00e7h v\u00e9rs\u00ef\u00f6n, {published}, w\u00e4s r\u00e9s\u00e9t t\u00f6 th\u00e9 dr\u00e4ft \u00dfr\u00e4n\u00e7h v\u00e9rs\u00ef\u00f6n, {draft}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "The raw error message is:": "Th\u00e9 r\u00e4w \u00e9rr\u00f6r m\u00e9ss\u00e4g\u00e9 \u00efs: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "The refund deadline for this course has passed,so you will not receive a refund.": "Th\u00e9 r\u00e9f\u00fcnd d\u00e9\u00e4dl\u00efn\u00e9 f\u00f6r th\u00efs \u00e7\u00f6\u00fcrs\u00e9 h\u00e4s p\u00e4ss\u00e9d,s\u00f6 \u00fd\u00f6\u00fc w\u00efll n\u00f6t r\u00e9\u00e7\u00e9\u00efv\u00e9 \u00e4 r\u00e9f\u00fcnd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "The selected content group does not exist": "Th\u00e9 s\u00e9l\u00e9\u00e7t\u00e9d \u00e7\u00f6nt\u00e9nt gr\u00f6\u00fcp d\u00f6\u00e9s n\u00f6t \u00e9x\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "The selected image must be larger than {minFileSizeInKB}.": "Th\u00e9 s\u00e9l\u00e9\u00e7t\u00e9d \u00efm\u00e4g\u00e9 m\u00fcst \u00df\u00e9 l\u00e4rg\u00e9r th\u00e4n {minFileSizeInKB}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "The selected image must be smaller than {maxFileSizeInMB}.": "Th\u00e9 s\u00e9l\u00e9\u00e7t\u00e9d \u00efm\u00e4g\u00e9 m\u00fcst \u00df\u00e9 sm\u00e4ll\u00e9r th\u00e4n {maxFileSizeInMB}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "The server could not be contacted.": "Th\u00e9 s\u00e9rv\u00e9r \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00e7\u00f6nt\u00e4\u00e7t\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "The staff assessment form could not be loaded.": "Th\u00e9 st\u00e4ff \u00e4ss\u00e9ssm\u00e9nt f\u00f6rm \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 l\u00f6\u00e4d\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "The submission could not be removed from the grading pool.": "Th\u00e9 s\u00fc\u00dfm\u00efss\u00ef\u00f6n \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 r\u00e9m\u00f6v\u00e9d fr\u00f6m th\u00e9 gr\u00e4d\u00efng p\u00f6\u00f6l. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "The team \"{team}\" could not be found.": "Th\u00e9 t\u00e9\u00e4m \"{team}\" \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 f\u00f6\u00fcnd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "Th\u00e9 t\u00efm\u00e9d tr\u00e4ns\u00e7r\u00efpt f\u00f6r th\u00e9 f\u00efrst v\u00efd\u00e9\u00f6 f\u00efl\u00e9 d\u00f6\u00e9s n\u00f6t \u00e4pp\u00e9\u00e4r t\u00f6 \u00df\u00e9 th\u00e9 s\u00e4m\u00e9 \u00e4s th\u00e9 t\u00efm\u00e9d tr\u00e4ns\u00e7r\u00efpt f\u00f6r th\u00e9 s\u00e9\u00e7\u00f6nd v\u00efd\u00e9\u00f6 f\u00efl\u00e9. \u2c60'\u03c3\u044f\u0454#", - "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "Th\u00e9 t\u00efm\u00e9d tr\u00e4ns\u00e7r\u00efpt f\u00f6r th\u00efs v\u00efd\u00e9\u00f6 \u00f6n \u00e9dX \u00efs \u00f6\u00fct \u00f6f d\u00e4t\u00e9, \u00df\u00fct \u00dd\u00f6\u00fcT\u00fc\u00df\u00e9 h\u00e4s \u00e4 \u00e7\u00fcrr\u00e9nt t\u00efm\u00e9d tr\u00e4ns\u00e7r\u00efpt f\u00f6r th\u00efs v\u00efd\u00e9\u00f6. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "The timer on the right shows the time remaining in the exam.": "Th\u00e9 t\u00efm\u00e9r \u00f6n th\u00e9 r\u00efght sh\u00f6ws th\u00e9 t\u00efm\u00e9 r\u00e9m\u00e4\u00efn\u00efng \u00efn th\u00e9 \u00e9x\u00e4m. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "The topic \"{topic}\" could not be found.": "Th\u00e9 t\u00f6p\u00ef\u00e7 \"{topic}\" \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 f\u00f6\u00fcnd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.": "Th\u00e9 w\u00e9\u00efght \u00f6f \u00e4ll \u00e4ss\u00efgnm\u00e9nts \u00f6f th\u00efs t\u00fdp\u00e9 \u00e4s \u00e4 p\u00e9r\u00e7\u00e9nt\u00e4g\u00e9 \u00f6f th\u00e9 t\u00f6t\u00e4l gr\u00e4d\u00e9, f\u00f6r \u00e9x\u00e4mpl\u00e9, 40. D\u00f6 n\u00f6t \u00efn\u00e7l\u00fcd\u00e9 th\u00e9 p\u00e9r\u00e7\u00e9nt s\u00fdm\u00df\u00f6l. \u2c60'#", - "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "Th\u00e9 {cohortGroupName} \u00e7\u00f6h\u00f6rt h\u00e4s \u00df\u00e9\u00e9n \u00e7r\u00e9\u00e4t\u00e9d. \u00dd\u00f6\u00fc \u00e7\u00e4n m\u00e4n\u00fc\u00e4ll\u00fd \u00e4dd st\u00fcd\u00e9nts t\u00f6 th\u00efs \u00e7\u00f6h\u00f6rt \u00df\u00e9l\u00f6w. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "There are invalid keywords in your email. Check the following keywords and try again.": "Th\u00e9r\u00e9 \u00e4r\u00e9 \u00efnv\u00e4l\u00efd k\u00e9\u00fdw\u00f6rds \u00efn \u00fd\u00f6\u00fcr \u00e9m\u00e4\u00efl. \u00c7h\u00e9\u00e7k th\u00e9 f\u00f6ll\u00f6w\u00efng k\u00e9\u00fdw\u00f6rds \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "There are no posts in this topic yet.": "Th\u00e9r\u00e9 \u00e4r\u00e9 n\u00f6 p\u00f6sts \u00efn th\u00efs t\u00f6p\u00ef\u00e7 \u00fd\u00e9t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.": "Th\u00e9r\u00e9 h\u00e4s \u00df\u00e9\u00e9n \u00e4 f\u00e4\u00efl\u00fcr\u00e9 t\u00f6 \u00e9xp\u00f6rt t\u00f6 XML \u00e4t l\u00e9\u00e4st \u00f6n\u00e9 \u00e7\u00f6mp\u00f6n\u00e9nt. \u00cct \u00efs r\u00e9\u00e7\u00f6mm\u00e9nd\u00e9d th\u00e4t \u00fd\u00f6\u00fc g\u00f6 t\u00f6 th\u00e9 \u00e9d\u00eft p\u00e4g\u00e9 \u00e4nd r\u00e9p\u00e4\u00efr th\u00e9 \u00e9rr\u00f6r \u00df\u00e9f\u00f6r\u00e9 \u00e4tt\u00e9mpt\u00efng \u00e4n\u00f6th\u00e9r \u00e9xp\u00f6rt. Pl\u00e9\u00e4s\u00e9 \u00e7h\u00e9\u00e7k th\u00e4t \u00e4ll \u00e7\u00f6mp\u00f6n\u00e9nts \u00f6n th\u00e9 p\u00e4g\u00e9 \u00e4r\u00e9 v\u00e4l\u00efd \u00e4nd d\u00f6 n\u00f6t d\u00efspl\u00e4\u00fd \u00e4n\u00fd \u00e9rr\u00f6r m\u00e9ss\u00e4g\u00e9s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142#", - "There has been an error processing your survey.": "Th\u00e9r\u00e9 h\u00e4s \u00df\u00e9\u00e9n \u00e4n \u00e9rr\u00f6r pr\u00f6\u00e7\u00e9ss\u00efng \u00fd\u00f6\u00fcr s\u00fcrv\u00e9\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "There has been an error while exporting.": "Th\u00e9r\u00e9 h\u00e4s \u00df\u00e9\u00e9n \u00e4n \u00e9rr\u00f6r wh\u00efl\u00e9 \u00e9xp\u00f6rt\u00efng. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "There has been an error with your export.": "Th\u00e9r\u00e9 h\u00e4s \u00df\u00e9\u00e9n \u00e4n \u00e9rr\u00f6r w\u00efth \u00fd\u00f6\u00fcr \u00e9xp\u00f6rt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "There is invalid code in your content. Please check to make sure it is valid HTML.": "Th\u00e9r\u00e9 \u00efs \u00efnv\u00e4l\u00efd \u00e7\u00f6d\u00e9 \u00efn \u00fd\u00f6\u00fcr \u00e7\u00f6nt\u00e9nt. Pl\u00e9\u00e4s\u00e9 \u00e7h\u00e9\u00e7k t\u00f6 m\u00e4k\u00e9 s\u00fcr\u00e9 \u00eft \u00efs v\u00e4l\u00efd HTML. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "There is no email history for this course.": "Th\u00e9r\u00e9 \u00efs n\u00f6 \u00e9m\u00e4\u00efl h\u00efst\u00f6r\u00fd f\u00f6r th\u00efs \u00e7\u00f6\u00fcrs\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "There must be at least one group.": "Th\u00e9r\u00e9 m\u00fcst \u00df\u00e9 \u00e4t l\u00e9\u00e4st \u00f6n\u00e9 gr\u00f6\u00fcp. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "There must be one cohort to which students can automatically be assigned.": "Th\u00e9r\u00e9 m\u00fcst \u00df\u00e9 \u00f6n\u00e9 \u00e7\u00f6h\u00f6rt t\u00f6 wh\u00ef\u00e7h st\u00fcd\u00e9nts \u00e7\u00e4n \u00e4\u00fct\u00f6m\u00e4t\u00ef\u00e7\u00e4ll\u00fd \u00df\u00e9 \u00e4ss\u00efgn\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "Th\u00e9r\u00e9 w\u00e4s \u00e4 pr\u00f6\u00dfl\u00e9m \u00e7r\u00e9\u00e4t\u00efng th\u00e9 r\u00e9p\u00f6rt. S\u00e9l\u00e9\u00e7t \"\u00c7r\u00e9\u00e4t\u00e9 \u00c9x\u00e9\u00e7\u00fct\u00efv\u00e9 S\u00fcmm\u00e4r\u00fd\" t\u00f6 tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", - "There was an error changing the user's role": "Th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r \u00e7h\u00e4ng\u00efng th\u00e9 \u00fcs\u00e9r's r\u00f6l\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "There was an error during the upload process.": "Th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r d\u00fcr\u00efng th\u00e9 \u00fcpl\u00f6\u00e4d pr\u00f6\u00e7\u00e9ss. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "There was an error in setting your goal, please reload the page and try again.": "Th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r \u00efn s\u00e9tt\u00efng \u00fd\u00f6\u00fcr g\u00f6\u00e4l, pl\u00e9\u00e4s\u00e9 r\u00e9l\u00f6\u00e4d th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "There was an error obtaining email content history for this course.": "Th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r \u00f6\u00dft\u00e4\u00efn\u00efng \u00e9m\u00e4\u00efl \u00e7\u00f6nt\u00e9nt h\u00efst\u00f6r\u00fd f\u00f6r th\u00efs \u00e7\u00f6\u00fcrs\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "There was an error obtaining email task history for this course.": "Th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r \u00f6\u00dft\u00e4\u00efn\u00efng \u00e9m\u00e4\u00efl t\u00e4sk h\u00efst\u00f6r\u00fd f\u00f6r th\u00efs \u00e7\u00f6\u00fcrs\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "There was an error retrieving preview results for this catalog. Please check that your query is correct and try again.": "Th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r r\u00e9tr\u00ef\u00e9v\u00efng pr\u00e9v\u00ef\u00e9w r\u00e9s\u00fclts f\u00f6r th\u00efs \u00e7\u00e4t\u00e4l\u00f6g. Pl\u00e9\u00e4s\u00e9 \u00e7h\u00e9\u00e7k th\u00e4t \u00fd\u00f6\u00fcr q\u00fc\u00e9r\u00fd \u00efs \u00e7\u00f6rr\u00e9\u00e7t \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "There was an error updating your goal.": "Th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r \u00fcpd\u00e4t\u00efng \u00fd\u00f6\u00fcr g\u00f6\u00e4l. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "There was an error uploading your file.": "Th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r \u00fcpl\u00f6\u00e4d\u00efng \u00fd\u00f6\u00fcr f\u00efl\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + ], + "Showing results for \"{searchString}\"": "Sh\u00f6w\u00efng r\u00e9s\u00fclts f\u00f6r \"{searchString}\" \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Showing {currentItemRange} out of {totalItemsCount}, filtered by {assetType}, sorted by {sortName} ascending": "Sh\u00f6w\u00efng {currentItemRange} \u00f6\u00fct \u00f6f {totalItemsCount}, f\u00eflt\u00e9r\u00e9d \u00df\u00fd {assetType}, s\u00f6rt\u00e9d \u00df\u00fd {sortName} \u00e4s\u00e7\u00e9nd\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Showing {currentItemRange} out of {totalItemsCount}, filtered by {assetType}, sorted by {sortName} descending": "Sh\u00f6w\u00efng {currentItemRange} \u00f6\u00fct \u00f6f {totalItemsCount}, f\u00eflt\u00e9r\u00e9d \u00df\u00fd {assetType}, s\u00f6rt\u00e9d \u00df\u00fd {sortName} d\u00e9s\u00e7\u00e9nd\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Showing {currentItemRange} out of {totalItemsCount}, sorted by {sortName} ascending": "Sh\u00f6w\u00efng {currentItemRange} \u00f6\u00fct \u00f6f {totalItemsCount}, s\u00f6rt\u00e9d \u00df\u00fd {sortName} \u00e4s\u00e7\u00e9nd\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Showing {currentItemRange} out of {totalItemsCount}, sorted by {sortName} descending": "Sh\u00f6w\u00efng {currentItemRange} \u00f6\u00fct \u00f6f {totalItemsCount}, s\u00f6rt\u00e9d \u00df\u00fd {sortName} d\u00e9s\u00e7\u00e9nd\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Showing {firstIndex} out of {numItems} total": "Sh\u00f6w\u00efng {firstIndex} \u00f6\u00fct \u00f6f {numItems} t\u00f6t\u00e4l \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Showing {firstIndex}-{lastIndex} out of {numItems} total": "Sh\u00f6w\u00efng {firstIndex}-{lastIndex} \u00f6\u00fct \u00f6f {numItems} t\u00f6t\u00e4l \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "Sign In": "S\u00efgn \u00ccn \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Sign in": "S\u00efgn \u00efn \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Sign in here using your email address and password, or use one of the providers listed below.": "S\u00efgn \u00efn h\u00e9r\u00e9 \u00fcs\u00efng \u00fd\u00f6\u00fcr \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss \u00e4nd p\u00e4ssw\u00f6rd, \u00f6r \u00fcs\u00e9 \u00f6n\u00e9 \u00f6f th\u00e9 pr\u00f6v\u00efd\u00e9rs l\u00efst\u00e9d \u00df\u00e9l\u00f6w. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Sign in here using your email address and password.": "S\u00efgn \u00efn h\u00e9r\u00e9 \u00fcs\u00efng \u00fd\u00f6\u00fcr \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss \u00e4nd p\u00e4ssw\u00f6rd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Sign in to continue learning": "S\u00efgn \u00efn t\u00f6 \u00e7\u00f6nt\u00efn\u00fc\u00e9 l\u00e9\u00e4rn\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Sign in to continue learning as {email}": "S\u00efgn \u00efn t\u00f6 \u00e7\u00f6nt\u00efn\u00fc\u00e9 l\u00e9\u00e4rn\u00efng \u00e4s {email} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "Sign in to {platform} so we can help you better.": "S\u00efgn \u00efn t\u00f6 {platform} s\u00f6 w\u00e9 \u00e7\u00e4n h\u00e9lp \u00fd\u00f6\u00fc \u00df\u00e9tt\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Sign in using %(providerName)s": "S\u00efgn \u00efn \u00fcs\u00efng %(providerName)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Sign in with %(providerName)s": "S\u00efgn \u00efn w\u00efth %(providerName)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Sign in with Institution/Campus Credentials": "S\u00efgn \u00efn w\u00efth \u00ccnst\u00eft\u00fct\u00ef\u00f6n/\u00c7\u00e4mp\u00fcs \u00c7r\u00e9d\u00e9nt\u00ef\u00e4ls \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Sign in.": "S\u00efgn \u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Signatory": "S\u00efgn\u00e4t\u00f6r\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Signatory field(s) has invalid data.": "S\u00efgn\u00e4t\u00f6r\u00fd f\u00ef\u00e9ld(s) h\u00e4s \u00efnv\u00e4l\u00efd d\u00e4t\u00e4. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "Signature Image": "S\u00efgn\u00e4t\u00fcr\u00e9 \u00ccm\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Skip": "Sk\u00efp \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Social Media Links": "S\u00f6\u00e7\u00ef\u00e4l M\u00e9d\u00ef\u00e4 L\u00efnks \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Some Rights Reserved": "S\u00f6m\u00e9 R\u00efghts R\u00e9s\u00e9rv\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Some images in this post have been omitted": "S\u00f6m\u00e9 \u00efm\u00e4g\u00e9s \u00efn th\u00efs p\u00f6st h\u00e4v\u00e9 \u00df\u00e9\u00e9n \u00f6m\u00eftt\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Something went wrong changing this enrollment. Please try again.": "S\u00f6m\u00e9th\u00efng w\u00e9nt wr\u00f6ng \u00e7h\u00e4ng\u00efng th\u00efs \u00e9nr\u00f6llm\u00e9nt. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Something went wrong. Please try again later.": "S\u00f6m\u00e9th\u00efng w\u00e9nt wr\u00f6ng. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn l\u00e4t\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Sorry, no results were found.": "S\u00f6rr\u00fd, n\u00f6 r\u00e9s\u00fclts w\u00e9r\u00e9 f\u00f6\u00fcnd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Sorry, there was an error parsing the subtitles that you uploaded. Please check the format and try again.": "S\u00f6rr\u00fd, th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r p\u00e4rs\u00efng th\u00e9 s\u00fc\u00dft\u00eftl\u00e9s th\u00e4t \u00fd\u00f6\u00fc \u00fcpl\u00f6\u00e4d\u00e9d. Pl\u00e9\u00e4s\u00e9 \u00e7h\u00e9\u00e7k th\u00e9 f\u00f6rm\u00e4t \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 #", + "Sorry, there was an error trying to process your request. Please try again later.": "S\u00f6rr\u00fd, th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r tr\u00fd\u00efng t\u00f6 pr\u00f6\u00e7\u00e9ss \u00fd\u00f6\u00fcr r\u00e9q\u00fc\u00e9st. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn l\u00e4t\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "Sorted by": "S\u00f6rt\u00e9d \u00df\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Source": "S\u00f6\u00fcr\u00e7\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Source code": "S\u00f6\u00fcr\u00e7\u00e9 \u00e7\u00f6d\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Special character": "Sp\u00e9\u00e7\u00ef\u00e4l \u00e7h\u00e4r\u00e4\u00e7t\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "Sp\u00e9\u00e7\u00eff\u00fd \u00e4n \u00e4lt\u00e9rn\u00e4t\u00efv\u00e9 t\u00f6 th\u00e9 \u00f6ff\u00ef\u00e7\u00ef\u00e4l \u00e7\u00f6\u00fcrs\u00e9 t\u00eftl\u00e9 t\u00f6 d\u00efspl\u00e4\u00fd \u00f6n \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s. L\u00e9\u00e4v\u00e9 \u00dfl\u00e4nk t\u00f6 \u00fcs\u00e9 th\u00e9 \u00f6ff\u00ef\u00e7\u00ef\u00e4l \u00e7\u00f6\u00fcrs\u00e9 t\u00eftl\u00e9. \u2c60'\u03c3\u044f\u0454\u043c #", + "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam, along with the {linkStart}general proctored exam rules{linkEnd}.": "Sp\u00e9\u00e7\u00eff\u00fd \u00e4n\u00fd r\u00fcl\u00e9s \u00f6r r\u00fcl\u00e9 \u00e9x\u00e7\u00e9pt\u00ef\u00f6ns th\u00e4t th\u00e9 pr\u00f6\u00e7t\u00f6r\u00efng r\u00e9v\u00ef\u00e9w t\u00e9\u00e4m sh\u00f6\u00fcld \u00e9nf\u00f6r\u00e7\u00e9 wh\u00e9n r\u00e9v\u00ef\u00e9w\u00efng th\u00e9 v\u00efd\u00e9\u00f6s. F\u00f6r \u00e9x\u00e4mpl\u00e9, \u00fd\u00f6\u00fc \u00e7\u00f6\u00fcld sp\u00e9\u00e7\u00eff\u00fd th\u00e4t \u00e7\u00e4l\u00e7\u00fcl\u00e4t\u00f6rs \u00e4r\u00e9 \u00e4ll\u00f6w\u00e9d. Th\u00e9s\u00e9 sp\u00e9\u00e7\u00eff\u00ef\u00e9d r\u00fcl\u00e9s \u00e4r\u00e9 v\u00efs\u00ef\u00dfl\u00e9 t\u00f6 l\u00e9\u00e4rn\u00e9rs \u00df\u00e9f\u00f6r\u00e9 th\u00e9 l\u00e9\u00e4rn\u00e9rs st\u00e4rt th\u00e9 \u00e9x\u00e4m, \u00e4l\u00f6ng w\u00efth th\u00e9 {linkStart}g\u00e9n\u00e9r\u00e4l pr\u00f6\u00e7t\u00f6r\u00e9d \u00e9x\u00e4m r\u00fcl\u00e9s{linkEnd}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202#", + "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam.": "Sp\u00e9\u00e7\u00eff\u00fd \u00e4n\u00fd r\u00fcl\u00e9s \u00f6r r\u00fcl\u00e9 \u00e9x\u00e7\u00e9pt\u00ef\u00f6ns th\u00e4t th\u00e9 pr\u00f6\u00e7t\u00f6r\u00efng r\u00e9v\u00ef\u00e9w t\u00e9\u00e4m sh\u00f6\u00fcld \u00e9nf\u00f6r\u00e7\u00e9 wh\u00e9n r\u00e9v\u00ef\u00e9w\u00efng th\u00e9 v\u00efd\u00e9\u00f6s. F\u00f6r \u00e9x\u00e4mpl\u00e9, \u00fd\u00f6\u00fc \u00e7\u00f6\u00fcld sp\u00e9\u00e7\u00eff\u00fd th\u00e4t \u00e7\u00e4l\u00e7\u00fcl\u00e4t\u00f6rs \u00e4r\u00e9 \u00e4ll\u00f6w\u00e9d. Th\u00e9s\u00e9 sp\u00e9\u00e7\u00eff\u00ef\u00e9d r\u00fcl\u00e9s \u00e4r\u00e9 v\u00efs\u00ef\u00dfl\u00e9 t\u00f6 l\u00e9\u00e4rn\u00e9rs \u00df\u00e9f\u00f6r\u00e9 th\u00e9 l\u00e9\u00e4rn\u00e9rs st\u00e4rt th\u00e9 \u00e9x\u00e4m. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202#", + "Specify whether content-specific discussion topics are divided.": "Sp\u00e9\u00e7\u00eff\u00fd wh\u00e9th\u00e9r \u00e7\u00f6nt\u00e9nt-sp\u00e9\u00e7\u00eff\u00ef\u00e7 d\u00efs\u00e7\u00fcss\u00ef\u00f6n t\u00f6p\u00ef\u00e7s \u00e4r\u00e9 d\u00efv\u00efd\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Specify whether discussion topics are divided": "Sp\u00e9\u00e7\u00eff\u00fd wh\u00e9th\u00e9r d\u00efs\u00e7\u00fcss\u00ef\u00f6n t\u00f6p\u00ef\u00e7s \u00e4r\u00e9 d\u00efv\u00efd\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Speed": "Sp\u00e9\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Spellcheck": "Sp\u00e9ll\u00e7h\u00e9\u00e7k \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Split cell": "Spl\u00eft \u00e7\u00e9ll \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Square": "Sq\u00fc\u00e4r\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Staff": "St\u00e4ff \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Staff Only": "St\u00e4ff \u00d6nl\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Staff and Learners": "St\u00e4ff \u00e4nd L\u00e9\u00e4rn\u00e9rs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Start Date": "St\u00e4rt D\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Start generating certificates for all students in this course?": "St\u00e4rt g\u00e9n\u00e9r\u00e4t\u00efng \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s f\u00f6r \u00e4ll st\u00fcd\u00e9nts \u00efn th\u00efs \u00e7\u00f6\u00fcrs\u00e9? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Start of transcript. Skip to the end.": "St\u00e4rt \u00f6f tr\u00e4ns\u00e7r\u00efpt. Sk\u00efp t\u00f6 th\u00e9 \u00e9nd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "Start regenerating certificates for students in this course?": "St\u00e4rt r\u00e9g\u00e9n\u00e9r\u00e4t\u00efng \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s f\u00f6r st\u00fcd\u00e9nts \u00efn th\u00efs \u00e7\u00f6\u00fcrs\u00e9? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Start search": "St\u00e4rt s\u00e9\u00e4r\u00e7h \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Start working toward your next learning goal.": "St\u00e4rt w\u00f6rk\u00efng t\u00f6w\u00e4rd \u00fd\u00f6\u00fcr n\u00e9xt l\u00e9\u00e4rn\u00efng g\u00f6\u00e4l. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Started": "St\u00e4rt\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Started entrance exam rescore task for student '{student_id}'. Click the 'Show Task Status' button to see the status of the task.": "St\u00e4rt\u00e9d \u00e9ntr\u00e4n\u00e7\u00e9 \u00e9x\u00e4m r\u00e9s\u00e7\u00f6r\u00e9 t\u00e4sk f\u00f6r st\u00fcd\u00e9nt '{student_id}'. \u00c7l\u00ef\u00e7k th\u00e9 'Sh\u00f6w T\u00e4sk St\u00e4t\u00fcs' \u00df\u00fctt\u00f6n t\u00f6 s\u00e9\u00e9 th\u00e9 st\u00e4t\u00fcs \u00f6f th\u00e9 t\u00e4sk. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Started rescore problem task for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "St\u00e4rt\u00e9d r\u00e9s\u00e7\u00f6r\u00e9 pr\u00f6\u00dfl\u00e9m t\u00e4sk f\u00f6r pr\u00f6\u00dfl\u00e9m '<%- problem_id %>' \u00e4nd st\u00fcd\u00e9nt '<%- student_id %>'. \u00c7l\u00ef\u00e7k th\u00e9 'Sh\u00f6w T\u00e4sk St\u00e4t\u00fcs' \u00df\u00fctt\u00f6n t\u00f6 s\u00e9\u00e9 th\u00e9 st\u00e4t\u00fcs \u00f6f th\u00e9 t\u00e4sk. #", + "Started task to override the score for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "St\u00e4rt\u00e9d t\u00e4sk t\u00f6 \u00f6v\u00e9rr\u00efd\u00e9 th\u00e9 s\u00e7\u00f6r\u00e9 f\u00f6r pr\u00f6\u00dfl\u00e9m '<%- problem_id %>' \u00e4nd st\u00fcd\u00e9nt '<%- student_id %>'. \u00c7l\u00ef\u00e7k th\u00e9 'Sh\u00f6w T\u00e4sk St\u00e4t\u00fcs' \u00df\u00fctt\u00f6n t\u00f6 s\u00e9\u00e9 th\u00e9 st\u00e4t\u00fcs \u00f6f th\u00e9 t\u00e4sk. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142\u03b1\u0432#", + "Started {start}": "St\u00e4rt\u00e9d {start} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Starts": "St\u00e4rts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Starts {start}": "St\u00e4rts {start} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Starts: %(start_date)s": "St\u00e4rts: %(start_date)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "State": "St\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Status": "St\u00e4t\u00fcs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Status of Your Response": "St\u00e4t\u00fcs \u00f6f \u00dd\u00f6\u00fcr R\u00e9sp\u00f6ns\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Strikethrough": "Str\u00efk\u00e9thr\u00f6\u00fcgh \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Student": "St\u00fcd\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Student Removed from certificate white list successfully.": "St\u00fcd\u00e9nt R\u00e9m\u00f6v\u00e9d fr\u00f6m \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 wh\u00eft\u00e9 l\u00efst s\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Student email or username": "St\u00fcd\u00e9nt \u00e9m\u00e4\u00efl \u00f6r \u00fcs\u00e9rn\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Add to Exception List\" button.": "St\u00fcd\u00e9nt \u00fcs\u00e9rn\u00e4m\u00e9/\u00e9m\u00e4\u00efl f\u00ef\u00e9ld \u00efs r\u00e9q\u00fc\u00efr\u00e9d \u00e4nd \u00e7\u00e4n n\u00f6t \u00df\u00e9 \u00e9mpt\u00fd. K\u00efndl\u00fd f\u00efll \u00efn \u00fcs\u00e9rn\u00e4m\u00e9/\u00e9m\u00e4\u00efl \u00e4nd th\u00e9n pr\u00e9ss \"\u00c0dd t\u00f6 \u00c9x\u00e7\u00e9pt\u00ef\u00f6n L\u00efst\" \u00df\u00fctt\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142\u03b1#", + "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Invalidate Certificate\" button.": "St\u00fcd\u00e9nt \u00fcs\u00e9rn\u00e4m\u00e9/\u00e9m\u00e4\u00efl f\u00ef\u00e9ld \u00efs r\u00e9q\u00fc\u00efr\u00e9d \u00e4nd \u00e7\u00e4n n\u00f6t \u00df\u00e9 \u00e9mpt\u00fd. K\u00efndl\u00fd f\u00efll \u00efn \u00fcs\u00e9rn\u00e4m\u00e9/\u00e9m\u00e4\u00efl \u00e4nd th\u00e9n pr\u00e9ss \"\u00ccnv\u00e4l\u00efd\u00e4t\u00e9 \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9\" \u00df\u00fctt\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142#", + "Studio's having trouble saving your work": "St\u00fcd\u00ef\u00f6's h\u00e4v\u00efng tr\u00f6\u00fc\u00dfl\u00e9 s\u00e4v\u00efng \u00fd\u00f6\u00fcr w\u00f6rk \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "Studio:": "St\u00fcd\u00ef\u00f6: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Style": "St\u00fdl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Subject": "S\u00fc\u00dfj\u00e9\u00e7t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Subject:": "S\u00fc\u00dfj\u00e9\u00e7t: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Submission aborted! Sorry, your browser does not support file uploads. If you can, please use Chrome or Safari which have been verified to support file uploads.": "S\u00fc\u00dfm\u00efss\u00ef\u00f6n \u00e4\u00df\u00f6rt\u00e9d! S\u00f6rr\u00fd, \u00fd\u00f6\u00fcr \u00dfr\u00f6ws\u00e9r d\u00f6\u00e9s n\u00f6t s\u00fcpp\u00f6rt f\u00efl\u00e9 \u00fcpl\u00f6\u00e4ds. \u00ccf \u00fd\u00f6\u00fc \u00e7\u00e4n, pl\u00e9\u00e4s\u00e9 \u00fcs\u00e9 \u00c7hr\u00f6m\u00e9 \u00f6r S\u00e4f\u00e4r\u00ef wh\u00ef\u00e7h h\u00e4v\u00e9 \u00df\u00e9\u00e9n v\u00e9r\u00eff\u00ef\u00e9d t\u00f6 s\u00fcpp\u00f6rt f\u00efl\u00e9 \u00fcpl\u00f6\u00e4ds. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5#", + "Submit": "S\u00fc\u00dfm\u00eft \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Submit Application": "S\u00fc\u00dfm\u00eft \u00c0ppl\u00ef\u00e7\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Submit enrollment change": "S\u00fc\u00dfm\u00eft \u00e9nr\u00f6llm\u00e9nt \u00e7h\u00e4ng\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "Submitted": "S\u00fc\u00dfm\u00eftt\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Subscript": "S\u00fc\u00dfs\u00e7r\u00efpt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Subsection": "S\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Subsection Visibility": "S\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n V\u00efs\u00ef\u00df\u00efl\u00eft\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Subsection is hidden after course end date": "S\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n \u00efs h\u00efdd\u00e9n \u00e4ft\u00e9r \u00e7\u00f6\u00fcrs\u00e9 \u00e9nd d\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Subsection is hidden after due date": "S\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n \u00efs h\u00efdd\u00e9n \u00e4ft\u00e9r d\u00fc\u00e9 d\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "Subsections": "S\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Success": "S\u00fc\u00e7\u00e7\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Success! \"{displayName}\" has been moved.": "S\u00fc\u00e7\u00e7\u00e9ss! \"{displayName}\" h\u00e4s \u00df\u00e9\u00e9n m\u00f6v\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "Success! Problem attempts reset for problem '<%- problem_id %>' and student '<%- student_id %>'.": "S\u00fc\u00e7\u00e7\u00e9ss! Pr\u00f6\u00dfl\u00e9m \u00e4tt\u00e9mpts r\u00e9s\u00e9t f\u00f6r pr\u00f6\u00dfl\u00e9m '<%- problem_id %>' \u00e4nd st\u00fcd\u00e9nt '<%- student_id %>'. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Successfully deleted student state for user {user}": "S\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd d\u00e9l\u00e9t\u00e9d st\u00fcd\u00e9nt st\u00e4t\u00e9 f\u00f6r \u00fcs\u00e9r {user} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Successfully enrolled and sent email to the following users:": "S\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd \u00e9nr\u00f6ll\u00e9d \u00e4nd s\u00e9nt \u00e9m\u00e4\u00efl t\u00f6 th\u00e9 f\u00f6ll\u00f6w\u00efng \u00fcs\u00e9rs: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Successfully enrolled the following users:": "S\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd \u00e9nr\u00f6ll\u00e9d th\u00e9 f\u00f6ll\u00f6w\u00efng \u00fcs\u00e9rs: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Successfully overrode problem score for {user}": "S\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd \u00f6v\u00e9rr\u00f6d\u00e9 pr\u00f6\u00dfl\u00e9m s\u00e7\u00f6r\u00e9 f\u00f6r {user} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Successfully rescored problem for user {user}": "S\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd r\u00e9s\u00e7\u00f6r\u00e9d pr\u00f6\u00dfl\u00e9m f\u00f6r \u00fcs\u00e9r {user} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Successfully rescored problem to improve score for user {user}": "S\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd r\u00e9s\u00e7\u00f6r\u00e9d pr\u00f6\u00dfl\u00e9m t\u00f6 \u00efmpr\u00f6v\u00e9 s\u00e7\u00f6r\u00e9 f\u00f6r \u00fcs\u00e9r {user} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Successfully reset the attempts for user {user}": "S\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd r\u00e9s\u00e9t th\u00e9 \u00e4tt\u00e9mpts f\u00f6r \u00fcs\u00e9r {user} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "S\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd s\u00e9nt \u00e9nr\u00f6llm\u00e9nt \u00e9m\u00e4\u00efls t\u00f6 th\u00e9 f\u00f6ll\u00f6w\u00efng \u00fcs\u00e9rs. Th\u00e9\u00fd w\u00efll \u00df\u00e9 \u00e4ll\u00f6w\u00e9d t\u00f6 \u00e9nr\u00f6ll \u00f6n\u00e7\u00e9 th\u00e9\u00fd r\u00e9g\u00efst\u00e9r: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "S\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd s\u00e9nt \u00e9nr\u00f6llm\u00e9nt \u00e9m\u00e4\u00efls t\u00f6 th\u00e9 f\u00f6ll\u00f6w\u00efng \u00fcs\u00e9rs. Th\u00e9\u00fd w\u00efll \u00df\u00e9 \u00e9nr\u00f6ll\u00e9d \u00f6n\u00e7\u00e9 th\u00e9\u00fd r\u00e9g\u00efst\u00e9r: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Successfully started task to rescore problem '<%- problem_id %>' for all students. Click the 'Show Task Status' button to see the status of the task.": "S\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd st\u00e4rt\u00e9d t\u00e4sk t\u00f6 r\u00e9s\u00e7\u00f6r\u00e9 pr\u00f6\u00dfl\u00e9m '<%- problem_id %>' f\u00f6r \u00e4ll st\u00fcd\u00e9nts. \u00c7l\u00ef\u00e7k th\u00e9 'Sh\u00f6w T\u00e4sk St\u00e4t\u00fcs' \u00df\u00fctt\u00f6n t\u00f6 s\u00e9\u00e9 th\u00e9 st\u00e4t\u00fcs \u00f6f th\u00e9 t\u00e4sk. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142\u03b1\u0432\u03c3\u044f\u03c5#", + "Successfully started task to reset attempts for problem '<%- problem_id %>'. Click the 'Show Task Status' button to see the status of the task.": "S\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd st\u00e4rt\u00e9d t\u00e4sk t\u00f6 r\u00e9s\u00e9t \u00e4tt\u00e9mpts f\u00f6r pr\u00f6\u00dfl\u00e9m '<%- problem_id %>'. \u00c7l\u00ef\u00e7k th\u00e9 'Sh\u00f6w T\u00e4sk St\u00e4t\u00fcs' \u00df\u00fctt\u00f6n t\u00f6 s\u00e9\u00e9 th\u00e9 st\u00e4t\u00fcs \u00f6f th\u00e9 t\u00e4sk. \u2c60'\u03c3#", + "Successfully unlinked.": "S\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd \u00fcnl\u00efnk\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Superscript": "S\u00fcp\u00e9rs\u00e7r\u00efpt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Support education research by providing additional information": "S\u00fcpp\u00f6rt \u00e9d\u00fc\u00e7\u00e4t\u00ef\u00f6n r\u00e9s\u00e9\u00e4r\u00e7h \u00df\u00fd pr\u00f6v\u00efd\u00efng \u00e4dd\u00eft\u00ef\u00f6n\u00e4l \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Supported": "S\u00fcpp\u00f6rt\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Supported file types: {supportedVideoTypes}": "S\u00fcpp\u00f6rt\u00e9d f\u00efl\u00e9 t\u00fdp\u00e9s: {supportedVideoTypes} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Switch Language Back": "Sw\u00eft\u00e7h L\u00e4ng\u00fc\u00e4g\u00e9 B\u00e4\u00e7k \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "TOTAL": "T\u00d6T\u00c0L \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Table": "T\u00e4\u00dfl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Table properties": "T\u00e4\u00dfl\u00e9 pr\u00f6p\u00e9rt\u00ef\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Tags": "T\u00e4gs \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Tags:": "T\u00e4gs: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Take Photo": "T\u00e4k\u00e9 Ph\u00f6t\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Take Your Photo": "T\u00e4k\u00e9 \u00dd\u00f6\u00fcr Ph\u00f6t\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Take a Photo of Your ID": "T\u00e4k\u00e9 \u00e4 Ph\u00f6t\u00f6 \u00f6f \u00dd\u00f6\u00fcr \u00ccD \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Take a photo of your ID": "T\u00e4k\u00e9 \u00e4 ph\u00f6t\u00f6 \u00f6f \u00fd\u00f6\u00fcr \u00ccD \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Take me to the main course page": "T\u00e4k\u00e9 m\u00e9 t\u00f6 th\u00e9 m\u00e4\u00efn \u00e7\u00f6\u00fcrs\u00e9 p\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "Take me to the main library page": "T\u00e4k\u00e9 m\u00e9 t\u00f6 th\u00e9 m\u00e4\u00efn l\u00ef\u00dfr\u00e4r\u00fd p\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "Take me to the new location": "T\u00e4k\u00e9 m\u00e9 t\u00f6 th\u00e9 n\u00e9w l\u00f6\u00e7\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", + "Target": "T\u00e4rg\u00e9t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Task ID": "T\u00e4sk \u00ccD \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Task Progress": "T\u00e4sk Pr\u00f6gr\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Task Status": "T\u00e4sk St\u00e4t\u00fcs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Task Type": "T\u00e4sk T\u00fdp\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Task inputs": "T\u00e4sk \u00efnp\u00fcts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Teaching Assistant": "T\u00e9\u00e4\u00e7h\u00efng \u00c0ss\u00efst\u00e4nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Team \"{team}\" successfully deleted.": "T\u00e9\u00e4m \"{team}\" s\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd d\u00e9l\u00e9t\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "Team Description (Required) *": "T\u00e9\u00e4m D\u00e9s\u00e7r\u00efpt\u00ef\u00f6n (R\u00e9q\u00fc\u00efr\u00e9d) * \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Team Details": "T\u00e9\u00e4m D\u00e9t\u00e4\u00efls \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Team Name (Required) *": "T\u00e9\u00e4m N\u00e4m\u00e9 (R\u00e9q\u00fc\u00efr\u00e9d) * \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Team Search": "T\u00e9\u00e4m S\u00e9\u00e4r\u00e7h \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Team capacity": "T\u00e9\u00e4m \u00e7\u00e4p\u00e4\u00e7\u00eft\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Team description cannot have more than 300 characters.": "T\u00e9\u00e4m d\u00e9s\u00e7r\u00efpt\u00ef\u00f6n \u00e7\u00e4nn\u00f6t h\u00e4v\u00e9 m\u00f6r\u00e9 th\u00e4n 300 \u00e7h\u00e4r\u00e4\u00e7t\u00e9rs. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Team member profiles": "T\u00e9\u00e4m m\u00e9m\u00df\u00e9r pr\u00f6f\u00efl\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Team name cannot have more than 255 characters.": "T\u00e9\u00e4m n\u00e4m\u00e9 \u00e7\u00e4nn\u00f6t h\u00e4v\u00e9 m\u00f6r\u00e9 th\u00e4n 255 \u00e7h\u00e4r\u00e4\u00e7t\u00e9rs. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Teams": "T\u00e9\u00e4ms \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Teams Pagination": "T\u00e9\u00e4ms P\u00e4g\u00efn\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Tell other learners a little about yourself: where you live, what your interests are, why you're taking courses, or what you hope to learn.": "T\u00e9ll \u00f6th\u00e9r l\u00e9\u00e4rn\u00e9rs \u00e4 l\u00efttl\u00e9 \u00e4\u00df\u00f6\u00fct \u00fd\u00f6\u00fcrs\u00e9lf: wh\u00e9r\u00e9 \u00fd\u00f6\u00fc l\u00efv\u00e9, wh\u00e4t \u00fd\u00f6\u00fcr \u00efnt\u00e9r\u00e9sts \u00e4r\u00e9, wh\u00fd \u00fd\u00f6\u00fc'r\u00e9 t\u00e4k\u00efng \u00e7\u00f6\u00fcrs\u00e9s, \u00f6r wh\u00e4t \u00fd\u00f6\u00fc h\u00f6p\u00e9 t\u00f6 l\u00e9\u00e4rn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142\u03b1#", + "Templates": "T\u00e9mpl\u00e4t\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Terms of Service and Honor Code": "T\u00e9rms \u00f6f S\u00e9rv\u00ef\u00e7\u00e9 \u00e4nd H\u00f6n\u00f6r \u00c7\u00f6d\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "Text color": "T\u00e9xt \u00e7\u00f6l\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Text to display": "T\u00e9xt t\u00f6 d\u00efspl\u00e4\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Textbook Name": "T\u00e9xt\u00df\u00f6\u00f6k N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Textbook information": "T\u00e9xt\u00df\u00f6\u00f6k \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Textbook name is required": "T\u00e9xt\u00df\u00f6\u00f6k n\u00e4m\u00e9 \u00efs r\u00e9q\u00fc\u00efr\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Thank you %(full_name)s! We have received your payment for %(course_name)s.": "Th\u00e4nk \u00fd\u00f6\u00fc %(full_name)s! W\u00e9 h\u00e4v\u00e9 r\u00e9\u00e7\u00e9\u00efv\u00e9d \u00fd\u00f6\u00fcr p\u00e4\u00fdm\u00e9nt f\u00f6r %(course_name)s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Thank you for setting your course goal to {goal}!": "Th\u00e4nk \u00fd\u00f6\u00fc f\u00f6r s\u00e9tt\u00efng \u00fd\u00f6\u00fcr \u00e7\u00f6\u00fcrs\u00e9 g\u00f6\u00e4l t\u00f6 {goal}! \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Thank you for submitting a request! We will contact you within 24 hours.": "Th\u00e4nk \u00fd\u00f6\u00fc f\u00f6r s\u00fc\u00dfm\u00eftt\u00efng \u00e4 r\u00e9q\u00fc\u00e9st! W\u00e9 w\u00efll \u00e7\u00f6nt\u00e4\u00e7t \u00fd\u00f6\u00fc w\u00efth\u00efn 24 h\u00f6\u00fcrs. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "Thank you for submitting your financial assistance application for {course_name}! You can expect a response in 2-4 business days.": "Th\u00e4nk \u00fd\u00f6\u00fc f\u00f6r s\u00fc\u00dfm\u00eftt\u00efng \u00fd\u00f6\u00fcr f\u00efn\u00e4n\u00e7\u00ef\u00e4l \u00e4ss\u00efst\u00e4n\u00e7\u00e9 \u00e4ppl\u00ef\u00e7\u00e4t\u00ef\u00f6n f\u00f6r {course_name}! \u00dd\u00f6\u00fc \u00e7\u00e4n \u00e9xp\u00e9\u00e7t \u00e4 r\u00e9sp\u00f6ns\u00e9 \u00efn 2-4 \u00df\u00fcs\u00efn\u00e9ss d\u00e4\u00fds. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c#", + "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "Th\u00e4nk \u00fd\u00f6\u00fc f\u00f6r s\u00fc\u00dfm\u00eftt\u00efng \u00fd\u00f6\u00fcr ph\u00f6t\u00f6s. W\u00e9 w\u00efll r\u00e9v\u00ef\u00e9w th\u00e9m sh\u00f6rtl\u00fd. \u00dd\u00f6\u00fc \u00e7\u00e4n n\u00f6w s\u00efgn \u00fcp f\u00f6r \u00e4n\u00fd %(platformName)s \u00e7\u00f6\u00fcrs\u00e9 th\u00e4t \u00f6ff\u00e9rs v\u00e9r\u00eff\u00ef\u00e9d \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s. V\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n \u00efs g\u00f6\u00f6d f\u00f6r \u00f6n\u00e9 \u00fd\u00e9\u00e4r. \u00c0ft\u00e9r \u00f6n\u00e9 \u00fd\u00e9\u00e4r, \u00fd\u00f6\u00fc m\u00fcst s\u00fc\u00dfm\u00eft ph\u00f6t\u00f6s f\u00f6r v\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454#", + "Thank you! We have received your payment for {courseName}.": "Th\u00e4nk \u00fd\u00f6\u00fc! W\u00e9 h\u00e4v\u00e9 r\u00e9\u00e7\u00e9\u00efv\u00e9d \u00fd\u00f6\u00fcr p\u00e4\u00fdm\u00e9nt f\u00f6r {courseName}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Thanks for returning to verify your ID in: {courseName}": "Th\u00e4nks f\u00f6r r\u00e9t\u00fcrn\u00efng t\u00f6 v\u00e9r\u00eff\u00fd \u00fd\u00f6\u00fcr \u00ccD \u00efn: {courseName} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "Th\u00e9 \u00dbRL \u00fd\u00f6\u00fc \u00e9nt\u00e9r\u00e9d s\u00e9\u00e9ms t\u00f6 \u00df\u00e9 \u00e4n \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss. D\u00f6 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00e4dd th\u00e9 r\u00e9q\u00fc\u00efr\u00e9d m\u00e4\u00eflt\u00f6: pr\u00e9f\u00efx? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": "Th\u00e9 \u00dbRL \u00fd\u00f6\u00fc \u00e9nt\u00e9r\u00e9d s\u00e9\u00e9ms t\u00f6 \u00df\u00e9 \u00e4n \u00e9xt\u00e9rn\u00e4l l\u00efnk. D\u00f6 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00e4dd th\u00e9 r\u00e9q\u00fc\u00efr\u00e9d http:// pr\u00e9f\u00efx? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "The assignment type must have a name.": "Th\u00e9 \u00e4ss\u00efgnm\u00e9nt t\u00fdp\u00e9 m\u00fcst h\u00e4v\u00e9 \u00e4 n\u00e4m\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "The certificate available date must be later than the course end date.": "Th\u00e9 \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 d\u00e4t\u00e9 m\u00fcst \u00df\u00e9 l\u00e4t\u00e9r th\u00e4n th\u00e9 \u00e7\u00f6\u00fcrs\u00e9 \u00e9nd d\u00e4t\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "The certificate for this learner has been re-validated and the system is re-running the grade for this learner.": "Th\u00e9 \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 f\u00f6r th\u00efs l\u00e9\u00e4rn\u00e9r h\u00e4s \u00df\u00e9\u00e9n r\u00e9-v\u00e4l\u00efd\u00e4t\u00e9d \u00e4nd th\u00e9 s\u00fdst\u00e9m \u00efs r\u00e9-r\u00fcnn\u00efng th\u00e9 gr\u00e4d\u00e9 f\u00f6r th\u00efs l\u00e9\u00e4rn\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "The cohort cannot be added": "Th\u00e9 \u00e7\u00f6h\u00f6rt \u00e7\u00e4nn\u00f6t \u00df\u00e9 \u00e4dd\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "The cohort cannot be saved": "Th\u00e9 \u00e7\u00f6h\u00f6rt \u00e7\u00e4nn\u00f6t \u00df\u00e9 s\u00e4v\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "Th\u00e9 \u00e7\u00f6m\u00df\u00efn\u00e9d l\u00e9ngth \u00f6f th\u00e9 \u00f6rg\u00e4n\u00efz\u00e4t\u00ef\u00f6n \u00e4nd l\u00ef\u00dfr\u00e4r\u00fd \u00e7\u00f6d\u00e9 f\u00ef\u00e9lds \u00e7\u00e4nn\u00f6t \u00df\u00e9 m\u00f6r\u00e9 th\u00e4n <%=limit%> \u00e7h\u00e4r\u00e4\u00e7t\u00e9rs. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "Th\u00e9 \u00e7\u00f6m\u00df\u00efn\u00e9d l\u00e9ngth \u00f6f th\u00e9 \u00f6rg\u00e4n\u00efz\u00e4t\u00ef\u00f6n, \u00e7\u00f6\u00fcrs\u00e9 n\u00fcm\u00df\u00e9r, \u00e4nd \u00e7\u00f6\u00fcrs\u00e9 r\u00fcn f\u00ef\u00e9lds \u00e7\u00e4nn\u00f6t \u00df\u00e9 m\u00f6r\u00e9 th\u00e4n <%=limit%> \u00e7h\u00e4r\u00e4\u00e7t\u00e9rs. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "The country or region where you live.": "Th\u00e9 \u00e7\u00f6\u00fcntr\u00fd \u00f6r r\u00e9g\u00ef\u00f6n wh\u00e9r\u00e9 \u00fd\u00f6\u00fc l\u00efv\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "The country that team members primarily identify with.": "Th\u00e9 \u00e7\u00f6\u00fcntr\u00fd th\u00e4t t\u00e9\u00e4m m\u00e9m\u00df\u00e9rs pr\u00efm\u00e4r\u00efl\u00fd \u00efd\u00e9nt\u00eff\u00fd w\u00efth. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "The course end date must be later than the course start date.": "Th\u00e9 \u00e7\u00f6\u00fcrs\u00e9 \u00e9nd d\u00e4t\u00e9 m\u00fcst \u00df\u00e9 l\u00e4t\u00e9r th\u00e4n th\u00e9 \u00e7\u00f6\u00fcrs\u00e9 st\u00e4rt d\u00e4t\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "The course must have an assigned start date.": "Th\u00e9 \u00e7\u00f6\u00fcrs\u00e9 m\u00fcst h\u00e4v\u00e9 \u00e4n \u00e4ss\u00efgn\u00e9d st\u00e4rt d\u00e4t\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "The course start date must be later than the enrollment start date.": "Th\u00e9 \u00e7\u00f6\u00fcrs\u00e9 st\u00e4rt d\u00e4t\u00e9 m\u00fcst \u00df\u00e9 l\u00e4t\u00e9r th\u00e4n th\u00e9 \u00e9nr\u00f6llm\u00e9nt st\u00e4rt d\u00e4t\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "The display of ungraded and checked out responses could not be loaded.": "Th\u00e9 d\u00efspl\u00e4\u00fd \u00f6f \u00fcngr\u00e4d\u00e9d \u00e4nd \u00e7h\u00e9\u00e7k\u00e9d \u00f6\u00fct r\u00e9sp\u00f6ns\u00e9s \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 l\u00f6\u00e4d\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "The email address you've provided isn't formatted correctly.": "Th\u00e9 \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss \u00fd\u00f6\u00fc'v\u00e9 pr\u00f6v\u00efd\u00e9d \u00efsn't f\u00f6rm\u00e4tt\u00e9d \u00e7\u00f6rr\u00e9\u00e7tl\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "The enrollment end date cannot be after the course end date.": "Th\u00e9 \u00e9nr\u00f6llm\u00e9nt \u00e9nd d\u00e4t\u00e9 \u00e7\u00e4nn\u00f6t \u00df\u00e9 \u00e4ft\u00e9r th\u00e9 \u00e7\u00f6\u00fcrs\u00e9 \u00e9nd d\u00e4t\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "The enrollment start date cannot be after the enrollment end date.": "Th\u00e9 \u00e9nr\u00f6llm\u00e9nt st\u00e4rt d\u00e4t\u00e9 \u00e7\u00e4nn\u00f6t \u00df\u00e9 \u00e4ft\u00e9r th\u00e9 \u00e9nr\u00f6llm\u00e9nt \u00e9nd d\u00e4t\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "The file could not be uploaded.": "Th\u00e9 f\u00efl\u00e9 \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00fcpl\u00f6\u00e4d\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "The file must be at least {size} in size.": "Th\u00e9 f\u00efl\u00e9 m\u00fcst \u00df\u00e9 \u00e4t l\u00e9\u00e4st {size} \u00efn s\u00efz\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "The file must be smaller than {size} in size.": "Th\u00e9 f\u00efl\u00e9 m\u00fcst \u00df\u00e9 sm\u00e4ll\u00e9r th\u00e4n {size} \u00efn s\u00efz\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "The file you are trying to upload is too large.": "Th\u00e9 f\u00efl\u00e9 \u00fd\u00f6\u00fc \u00e4r\u00e9 tr\u00fd\u00efng t\u00f6 \u00fcpl\u00f6\u00e4d \u00efs t\u00f6\u00f6 l\u00e4rg\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "The following email addresses and/or usernames are invalid:": "Th\u00e9 f\u00f6ll\u00f6w\u00efng \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss\u00e9s \u00e4nd/\u00f6r \u00fcs\u00e9rn\u00e4m\u00e9s \u00e4r\u00e9 \u00efnv\u00e4l\u00efd: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "The following errors were generated:": "Th\u00e9 f\u00f6ll\u00f6w\u00efng \u00e9rr\u00f6rs w\u00e9r\u00e9 g\u00e9n\u00e9r\u00e4t\u00e9d: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "The following file types are not allowed: ": "Th\u00e9 f\u00f6ll\u00f6w\u00efng f\u00efl\u00e9 t\u00fdp\u00e9s \u00e4r\u00e9 n\u00f6t \u00e4ll\u00f6w\u00e9d: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "The following information is already a part of your {platform} profile. We\\'ve included it here for your application.": "Th\u00e9 f\u00f6ll\u00f6w\u00efng \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n \u00efs \u00e4lr\u00e9\u00e4d\u00fd \u00e4 p\u00e4rt \u00f6f \u00fd\u00f6\u00fcr {platform} pr\u00f6f\u00efl\u00e9. W\u00e9\\'v\u00e9 \u00efn\u00e7l\u00fcd\u00e9d \u00eft h\u00e9r\u00e9 f\u00f6r \u00fd\u00f6\u00fcr \u00e4ppl\u00ef\u00e7\u00e4t\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "The following message will be displayed at the bottom of the courseware pages within your course:": "Th\u00e9 f\u00f6ll\u00f6w\u00efng m\u00e9ss\u00e4g\u00e9 w\u00efll \u00df\u00e9 d\u00efspl\u00e4\u00fd\u00e9d \u00e4t th\u00e9 \u00df\u00f6tt\u00f6m \u00f6f th\u00e9 \u00e7\u00f6\u00fcrs\u00e9w\u00e4r\u00e9 p\u00e4g\u00e9s w\u00efth\u00efn \u00fd\u00f6\u00fcr \u00e7\u00f6\u00fcrs\u00e9: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "The following options are available for the {license_name} license.": "Th\u00e9 f\u00f6ll\u00f6w\u00efng \u00f6pt\u00ef\u00f6ns \u00e4r\u00e9 \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 f\u00f6r th\u00e9 {license_name} l\u00ef\u00e7\u00e9ns\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "The following users are no longer enrolled in the course:": "Th\u00e9 f\u00f6ll\u00f6w\u00efng \u00fcs\u00e9rs \u00e4r\u00e9 n\u00f6 l\u00f6ng\u00e9r \u00e9nr\u00f6ll\u00e9d \u00efn th\u00e9 \u00e7\u00f6\u00fcrs\u00e9: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "The following warnings were generated:": "Th\u00e9 f\u00f6ll\u00f6w\u00efng w\u00e4rn\u00efngs w\u00e9r\u00e9 g\u00e9n\u00e9r\u00e4t\u00e9d: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.": "Th\u00e9 g\u00e9n\u00e9r\u00e4l \u00e7\u00e4t\u00e9g\u00f6r\u00fd f\u00f6r th\u00efs t\u00fdp\u00e9 \u00f6f \u00e4ss\u00efgnm\u00e9nt, f\u00f6r \u00e9x\u00e4mpl\u00e9, H\u00f6m\u00e9w\u00f6rk \u00f6r M\u00efdt\u00e9rm \u00c9x\u00e4m. Th\u00efs n\u00e4m\u00e9 \u00efs v\u00efs\u00ef\u00dfl\u00e9 t\u00f6 l\u00e9\u00e4rn\u00e9rs. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "The grading process is still running. Refresh the page to see updates.": "Th\u00e9 gr\u00e4d\u00efng pr\u00f6\u00e7\u00e9ss \u00efs st\u00efll r\u00fcnn\u00efng. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 t\u00f6 s\u00e9\u00e9 \u00fcpd\u00e4t\u00e9s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "The language that team members primarily use to communicate with each other.": "Th\u00e9 l\u00e4ng\u00fc\u00e4g\u00e9 th\u00e4t t\u00e9\u00e4m m\u00e9m\u00df\u00e9rs pr\u00efm\u00e4r\u00efl\u00fd \u00fcs\u00e9 t\u00f6 \u00e7\u00f6mm\u00fcn\u00ef\u00e7\u00e4t\u00e9 w\u00efth \u00e9\u00e4\u00e7h \u00f6th\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "The language used throughout this site. This site is currently available in a limited number of languages. Changing the value of this field will cause the page to refresh.": "Th\u00e9 l\u00e4ng\u00fc\u00e4g\u00e9 \u00fcs\u00e9d thr\u00f6\u00fcgh\u00f6\u00fct th\u00efs s\u00eft\u00e9. Th\u00efs s\u00eft\u00e9 \u00efs \u00e7\u00fcrr\u00e9ntl\u00fd \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 \u00efn \u00e4 l\u00efm\u00eft\u00e9d n\u00fcm\u00df\u00e9r \u00f6f l\u00e4ng\u00fc\u00e4g\u00e9s. \u00c7h\u00e4ng\u00efng th\u00e9 v\u00e4l\u00fc\u00e9 \u00f6f th\u00efs f\u00ef\u00e9ld w\u00efll \u00e7\u00e4\u00fcs\u00e9 th\u00e9 p\u00e4g\u00e9 t\u00f6 r\u00e9fr\u00e9sh. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9#", + "The minimum completion percentage must be a whole number between 0 and 100.": "Th\u00e9 m\u00efn\u00efm\u00fcm \u00e7\u00f6mpl\u00e9t\u00ef\u00f6n p\u00e9r\u00e7\u00e9nt\u00e4g\u00e9 m\u00fcst \u00df\u00e9 \u00e4 wh\u00f6l\u00e9 n\u00fcm\u00df\u00e9r \u00df\u00e9tw\u00e9\u00e9n 0 \u00e4nd 100. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "The minimum grade for course credit is not set.": "Th\u00e9 m\u00efn\u00efm\u00fcm gr\u00e4d\u00e9 f\u00f6r \u00e7\u00f6\u00fcrs\u00e9 \u00e7r\u00e9d\u00eft \u00efs n\u00f6t s\u00e9t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "The minimum score percentage must be a whole number between 0 and 100.": "Th\u00e9 m\u00efn\u00efm\u00fcm s\u00e7\u00f6r\u00e9 p\u00e9r\u00e7\u00e9nt\u00e4g\u00e9 m\u00fcst \u00df\u00e9 \u00e4 wh\u00f6l\u00e9 n\u00fcm\u00df\u00e9r \u00df\u00e9tw\u00e9\u00e9n 0 \u00e4nd 100. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "The more you tell us, the more quickly and helpfully we can respond!": "Th\u00e9 m\u00f6r\u00e9 \u00fd\u00f6\u00fc t\u00e9ll \u00fcs, th\u00e9 m\u00f6r\u00e9 q\u00fc\u00ef\u00e7kl\u00fd \u00e4nd h\u00e9lpf\u00fcll\u00fd w\u00e9 \u00e7\u00e4n r\u00e9sp\u00f6nd! \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "The name of this signatory as it should appear on certificates.": "Th\u00e9 n\u00e4m\u00e9 \u00f6f th\u00efs s\u00efgn\u00e4t\u00f6r\u00fd \u00e4s \u00eft sh\u00f6\u00fcld \u00e4pp\u00e9\u00e4r \u00f6n \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "The name that identifies you on {platform_name}. You cannot change your username.": "Th\u00e9 n\u00e4m\u00e9 th\u00e4t \u00efd\u00e9nt\u00eff\u00ef\u00e9s \u00fd\u00f6\u00fc \u00f6n {platform_name}. \u00dd\u00f6\u00fc \u00e7\u00e4nn\u00f6t \u00e7h\u00e4ng\u00e9 \u00fd\u00f6\u00fcr \u00fcs\u00e9rn\u00e4m\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "The name that is used for ID verification and that appears on your certificates.": "Th\u00e9 n\u00e4m\u00e9 th\u00e4t \u00efs \u00fcs\u00e9d f\u00f6r \u00ccD v\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n \u00e4nd th\u00e4t \u00e4pp\u00e9\u00e4rs \u00f6n \u00fd\u00f6\u00fcr \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.": "Th\u00e9 n\u00fcm\u00df\u00e9r \u00f6f \u00e4ss\u00efgnm\u00e9nts \u00f6f th\u00efs t\u00fdp\u00e9 th\u00e4t w\u00efll \u00df\u00e9 dr\u00f6pp\u00e9d. Th\u00e9 l\u00f6w\u00e9st s\u00e7\u00f6r\u00efng \u00e4ss\u00efgnm\u00e9nts \u00e4r\u00e9 dr\u00f6pp\u00e9d f\u00efrst. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "The number of subsections in the course that contain problems of this assignment type.": "Th\u00e9 n\u00fcm\u00df\u00e9r \u00f6f s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6ns \u00efn th\u00e9 \u00e7\u00f6\u00fcrs\u00e9 th\u00e4t \u00e7\u00f6nt\u00e4\u00efn pr\u00f6\u00dfl\u00e9ms \u00f6f th\u00efs \u00e4ss\u00efgnm\u00e9nt t\u00fdp\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "The organization that this signatory belongs to, as it should appear on certificates.": "Th\u00e9 \u00f6rg\u00e4n\u00efz\u00e4t\u00ef\u00f6n th\u00e4t th\u00efs s\u00efgn\u00e4t\u00f6r\u00fd \u00df\u00e9l\u00f6ngs t\u00f6, \u00e4s \u00eft sh\u00f6\u00fcld \u00e4pp\u00e9\u00e4r \u00f6n \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "The page \"{route}\" could not be found.": "Th\u00e9 p\u00e4g\u00e9 \"{route}\" \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 f\u00f6\u00fcnd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "The photo of your face matches the photo on your ID.": "Th\u00e9 ph\u00f6t\u00f6 \u00f6f \u00fd\u00f6\u00fcr f\u00e4\u00e7\u00e9 m\u00e4t\u00e7h\u00e9s th\u00e9 ph\u00f6t\u00f6 \u00f6n \u00fd\u00f6\u00fcr \u00ccD. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "The post you selected has been deleted.": "Th\u00e9 p\u00f6st \u00fd\u00f6\u00fc s\u00e9l\u00e9\u00e7t\u00e9d h\u00e4s \u00df\u00e9\u00e9n d\u00e9l\u00e9t\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "The published branch version, {published}, was reset to the draft branch version, {draft}.": "Th\u00e9 p\u00fc\u00dfl\u00efsh\u00e9d \u00dfr\u00e4n\u00e7h v\u00e9rs\u00ef\u00f6n, {published}, w\u00e4s r\u00e9s\u00e9t t\u00f6 th\u00e9 dr\u00e4ft \u00dfr\u00e4n\u00e7h v\u00e9rs\u00ef\u00f6n, {draft}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "The raw error message is:": "Th\u00e9 r\u00e4w \u00e9rr\u00f6r m\u00e9ss\u00e4g\u00e9 \u00efs: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "The refund deadline for this course has passed,so you will not receive a refund.": "Th\u00e9 r\u00e9f\u00fcnd d\u00e9\u00e4dl\u00efn\u00e9 f\u00f6r th\u00efs \u00e7\u00f6\u00fcrs\u00e9 h\u00e4s p\u00e4ss\u00e9d,s\u00f6 \u00fd\u00f6\u00fc w\u00efll n\u00f6t r\u00e9\u00e7\u00e9\u00efv\u00e9 \u00e4 r\u00e9f\u00fcnd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "The selected content group does not exist": "Th\u00e9 s\u00e9l\u00e9\u00e7t\u00e9d \u00e7\u00f6nt\u00e9nt gr\u00f6\u00fcp d\u00f6\u00e9s n\u00f6t \u00e9x\u00efst \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "The selected image must be larger than {minFileSizeInKB}.": "Th\u00e9 s\u00e9l\u00e9\u00e7t\u00e9d \u00efm\u00e4g\u00e9 m\u00fcst \u00df\u00e9 l\u00e4rg\u00e9r th\u00e4n {minFileSizeInKB}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "The selected image must be smaller than {maxFileSizeInMB}.": "Th\u00e9 s\u00e9l\u00e9\u00e7t\u00e9d \u00efm\u00e4g\u00e9 m\u00fcst \u00df\u00e9 sm\u00e4ll\u00e9r th\u00e4n {maxFileSizeInMB}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "The server could not be contacted.": "Th\u00e9 s\u00e9rv\u00e9r \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00e7\u00f6nt\u00e4\u00e7t\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "The staff assessment form could not be loaded.": "Th\u00e9 st\u00e4ff \u00e4ss\u00e9ssm\u00e9nt f\u00f6rm \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 l\u00f6\u00e4d\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "The submission could not be removed from the grading pool.": "Th\u00e9 s\u00fc\u00dfm\u00efss\u00ef\u00f6n \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 r\u00e9m\u00f6v\u00e9d fr\u00f6m th\u00e9 gr\u00e4d\u00efng p\u00f6\u00f6l. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "The team \"{team}\" could not be found.": "Th\u00e9 t\u00e9\u00e4m \"{team}\" \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 f\u00f6\u00fcnd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "Th\u00e9 t\u00efm\u00e9d tr\u00e4ns\u00e7r\u00efpt f\u00f6r th\u00e9 f\u00efrst v\u00efd\u00e9\u00f6 f\u00efl\u00e9 d\u00f6\u00e9s n\u00f6t \u00e4pp\u00e9\u00e4r t\u00f6 \u00df\u00e9 th\u00e9 s\u00e4m\u00e9 \u00e4s th\u00e9 t\u00efm\u00e9d tr\u00e4ns\u00e7r\u00efpt f\u00f6r th\u00e9 s\u00e9\u00e7\u00f6nd v\u00efd\u00e9\u00f6 f\u00efl\u00e9. \u2c60'\u03c3\u044f\u0454#", + "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "Th\u00e9 t\u00efm\u00e9d tr\u00e4ns\u00e7r\u00efpt f\u00f6r th\u00efs v\u00efd\u00e9\u00f6 \u00f6n \u00e9dX \u00efs \u00f6\u00fct \u00f6f d\u00e4t\u00e9, \u00df\u00fct \u00dd\u00f6\u00fcT\u00fc\u00df\u00e9 h\u00e4s \u00e4 \u00e7\u00fcrr\u00e9nt t\u00efm\u00e9d tr\u00e4ns\u00e7r\u00efpt f\u00f6r th\u00efs v\u00efd\u00e9\u00f6. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "The timer on the right shows the time remaining in the exam.": "Th\u00e9 t\u00efm\u00e9r \u00f6n th\u00e9 r\u00efght sh\u00f6ws th\u00e9 t\u00efm\u00e9 r\u00e9m\u00e4\u00efn\u00efng \u00efn th\u00e9 \u00e9x\u00e4m. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "The topic \"{topic}\" could not be found.": "Th\u00e9 t\u00f6p\u00ef\u00e7 \"{topic}\" \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 f\u00f6\u00fcnd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.": "Th\u00e9 w\u00e9\u00efght \u00f6f \u00e4ll \u00e4ss\u00efgnm\u00e9nts \u00f6f th\u00efs t\u00fdp\u00e9 \u00e4s \u00e4 p\u00e9r\u00e7\u00e9nt\u00e4g\u00e9 \u00f6f th\u00e9 t\u00f6t\u00e4l gr\u00e4d\u00e9, f\u00f6r \u00e9x\u00e4mpl\u00e9, 40. D\u00f6 n\u00f6t \u00efn\u00e7l\u00fcd\u00e9 th\u00e9 p\u00e9r\u00e7\u00e9nt s\u00fdm\u00df\u00f6l. \u2c60'#", + "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "Th\u00e9 {cohortGroupName} \u00e7\u00f6h\u00f6rt h\u00e4s \u00df\u00e9\u00e9n \u00e7r\u00e9\u00e4t\u00e9d. \u00dd\u00f6\u00fc \u00e7\u00e4n m\u00e4n\u00fc\u00e4ll\u00fd \u00e4dd st\u00fcd\u00e9nts t\u00f6 th\u00efs \u00e7\u00f6h\u00f6rt \u00df\u00e9l\u00f6w. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "There are invalid keywords in your email. Check the following keywords and try again.": "Th\u00e9r\u00e9 \u00e4r\u00e9 \u00efnv\u00e4l\u00efd k\u00e9\u00fdw\u00f6rds \u00efn \u00fd\u00f6\u00fcr \u00e9m\u00e4\u00efl. \u00c7h\u00e9\u00e7k th\u00e9 f\u00f6ll\u00f6w\u00efng k\u00e9\u00fdw\u00f6rds \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "There are no posts in this topic yet.": "Th\u00e9r\u00e9 \u00e4r\u00e9 n\u00f6 p\u00f6sts \u00efn th\u00efs t\u00f6p\u00ef\u00e7 \u00fd\u00e9t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.": "Th\u00e9r\u00e9 h\u00e4s \u00df\u00e9\u00e9n \u00e4 f\u00e4\u00efl\u00fcr\u00e9 t\u00f6 \u00e9xp\u00f6rt t\u00f6 XML \u00e4t l\u00e9\u00e4st \u00f6n\u00e9 \u00e7\u00f6mp\u00f6n\u00e9nt. \u00cct \u00efs r\u00e9\u00e7\u00f6mm\u00e9nd\u00e9d th\u00e4t \u00fd\u00f6\u00fc g\u00f6 t\u00f6 th\u00e9 \u00e9d\u00eft p\u00e4g\u00e9 \u00e4nd r\u00e9p\u00e4\u00efr th\u00e9 \u00e9rr\u00f6r \u00df\u00e9f\u00f6r\u00e9 \u00e4tt\u00e9mpt\u00efng \u00e4n\u00f6th\u00e9r \u00e9xp\u00f6rt. Pl\u00e9\u00e4s\u00e9 \u00e7h\u00e9\u00e7k th\u00e4t \u00e4ll \u00e7\u00f6mp\u00f6n\u00e9nts \u00f6n th\u00e9 p\u00e4g\u00e9 \u00e4r\u00e9 v\u00e4l\u00efd \u00e4nd d\u00f6 n\u00f6t d\u00efspl\u00e4\u00fd \u00e4n\u00fd \u00e9rr\u00f6r m\u00e9ss\u00e4g\u00e9s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142#", + "There has been an error processing your survey.": "Th\u00e9r\u00e9 h\u00e4s \u00df\u00e9\u00e9n \u00e4n \u00e9rr\u00f6r pr\u00f6\u00e7\u00e9ss\u00efng \u00fd\u00f6\u00fcr s\u00fcrv\u00e9\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "There has been an error while exporting.": "Th\u00e9r\u00e9 h\u00e4s \u00df\u00e9\u00e9n \u00e4n \u00e9rr\u00f6r wh\u00efl\u00e9 \u00e9xp\u00f6rt\u00efng. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "There has been an error with your export.": "Th\u00e9r\u00e9 h\u00e4s \u00df\u00e9\u00e9n \u00e4n \u00e9rr\u00f6r w\u00efth \u00fd\u00f6\u00fcr \u00e9xp\u00f6rt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "There is invalid code in your content. Please check to make sure it is valid HTML.": "Th\u00e9r\u00e9 \u00efs \u00efnv\u00e4l\u00efd \u00e7\u00f6d\u00e9 \u00efn \u00fd\u00f6\u00fcr \u00e7\u00f6nt\u00e9nt. Pl\u00e9\u00e4s\u00e9 \u00e7h\u00e9\u00e7k t\u00f6 m\u00e4k\u00e9 s\u00fcr\u00e9 \u00eft \u00efs v\u00e4l\u00efd HTML. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "There is no email history for this course.": "Th\u00e9r\u00e9 \u00efs n\u00f6 \u00e9m\u00e4\u00efl h\u00efst\u00f6r\u00fd f\u00f6r th\u00efs \u00e7\u00f6\u00fcrs\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "There must be at least one group.": "Th\u00e9r\u00e9 m\u00fcst \u00df\u00e9 \u00e4t l\u00e9\u00e4st \u00f6n\u00e9 gr\u00f6\u00fcp. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "There must be one cohort to which students can automatically be assigned.": "Th\u00e9r\u00e9 m\u00fcst \u00df\u00e9 \u00f6n\u00e9 \u00e7\u00f6h\u00f6rt t\u00f6 wh\u00ef\u00e7h st\u00fcd\u00e9nts \u00e7\u00e4n \u00e4\u00fct\u00f6m\u00e4t\u00ef\u00e7\u00e4ll\u00fd \u00df\u00e9 \u00e4ss\u00efgn\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "Th\u00e9r\u00e9 w\u00e4s \u00e4 pr\u00f6\u00dfl\u00e9m \u00e7r\u00e9\u00e4t\u00efng th\u00e9 r\u00e9p\u00f6rt. S\u00e9l\u00e9\u00e7t \"\u00c7r\u00e9\u00e4t\u00e9 \u00c9x\u00e9\u00e7\u00fct\u00efv\u00e9 S\u00fcmm\u00e4r\u00fd\" t\u00f6 tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", + "There was an error changing the user's role": "Th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r \u00e7h\u00e4ng\u00efng th\u00e9 \u00fcs\u00e9r's r\u00f6l\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "There was an error during the upload process.": "Th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r d\u00fcr\u00efng th\u00e9 \u00fcpl\u00f6\u00e4d pr\u00f6\u00e7\u00e9ss. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "There was an error obtaining email content history for this course.": "Th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r \u00f6\u00dft\u00e4\u00efn\u00efng \u00e9m\u00e4\u00efl \u00e7\u00f6nt\u00e9nt h\u00efst\u00f6r\u00fd f\u00f6r th\u00efs \u00e7\u00f6\u00fcrs\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "There was an error obtaining email task history for this course.": "Th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r \u00f6\u00dft\u00e4\u00efn\u00efng \u00e9m\u00e4\u00efl t\u00e4sk h\u00efst\u00f6r\u00fd f\u00f6r th\u00efs \u00e7\u00f6\u00fcrs\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "There was an error retrieving preview results for this catalog. Please check that your query is correct and try again.": "Th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r r\u00e9tr\u00ef\u00e9v\u00efng pr\u00e9v\u00ef\u00e9w r\u00e9s\u00fclts f\u00f6r th\u00efs \u00e7\u00e4t\u00e4l\u00f6g. Pl\u00e9\u00e4s\u00e9 \u00e7h\u00e9\u00e7k th\u00e4t \u00fd\u00f6\u00fcr q\u00fc\u00e9r\u00fd \u00efs \u00e7\u00f6rr\u00e9\u00e7t \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "There was an error updating your goal.": "Th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r \u00fcpd\u00e4t\u00efng \u00fd\u00f6\u00fcr g\u00f6\u00e4l. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "There was an error uploading your file.": "Th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r \u00fcpl\u00f6\u00e4d\u00efng \u00fd\u00f6\u00fcr f\u00efl\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", "There was an error when trying to add learners:": [ - "Th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r wh\u00e9n tr\u00fd\u00efng t\u00f6 \u00e4dd l\u00e9\u00e4rn\u00e9rs: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r wh\u00e9n tr\u00fd\u00efng t\u00f6 \u00e4dd l\u00e9\u00e4rn\u00e9rs: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", "{numErrors} l\u00e9\u00e4rn\u00e9rs \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00e4dd\u00e9d t\u00f6 th\u00efs \u00e7\u00f6h\u00f6rt: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#" - ], - "There was an error while importing the new course to our database.": "Th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r wh\u00efl\u00e9 \u00efmp\u00f6rt\u00efng th\u00e9 n\u00e9w \u00e7\u00f6\u00fcrs\u00e9 t\u00f6 \u00f6\u00fcr d\u00e4t\u00e4\u00df\u00e4s\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "There was an error while importing the new library to our database.": "Th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r wh\u00efl\u00e9 \u00efmp\u00f6rt\u00efng th\u00e9 n\u00e9w l\u00ef\u00dfr\u00e4r\u00fd t\u00f6 \u00f6\u00fcr d\u00e4t\u00e4\u00df\u00e4s\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "There was an error while unpacking the file.": "Th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r wh\u00efl\u00e9 \u00fcnp\u00e4\u00e7k\u00efng th\u00e9 f\u00efl\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "There was an error while verifying the file you submitted.": "Th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r wh\u00efl\u00e9 v\u00e9r\u00eff\u00fd\u00efng th\u00e9 f\u00efl\u00e9 \u00fd\u00f6\u00fc s\u00fc\u00dfm\u00eftt\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "There was an error with the upload": "Th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r w\u00efth th\u00e9 \u00fcpl\u00f6\u00e4d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "There was an error, try searching again.": "Th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r, tr\u00fd s\u00e9\u00e4r\u00e7h\u00efng \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "There was an error. Please reload the page and try again.": "Th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r. Pl\u00e9\u00e4s\u00e9 r\u00e9l\u00f6\u00e4d th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "There were errors reindexing course.": "Th\u00e9r\u00e9 w\u00e9r\u00e9 \u00e9rr\u00f6rs r\u00e9\u00efnd\u00e9x\u00efng \u00e7\u00f6\u00fcrs\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "There's already another assignment type with this name.": "Th\u00e9r\u00e9's \u00e4lr\u00e9\u00e4d\u00fd \u00e4n\u00f6th\u00e9r \u00e4ss\u00efgnm\u00e9nt t\u00fdp\u00e9 w\u00efth th\u00efs n\u00e4m\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "These settings include basic information about your account.": "Th\u00e9s\u00e9 s\u00e9tt\u00efngs \u00efn\u00e7l\u00fcd\u00e9 \u00df\u00e4s\u00ef\u00e7 \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n \u00e4\u00df\u00f6\u00fct \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "These users could not be added as beta testers because their accounts are not yet activated:": "Th\u00e9s\u00e9 \u00fcs\u00e9rs \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00e4dd\u00e9d \u00e4s \u00df\u00e9t\u00e4 t\u00e9st\u00e9rs \u00df\u00e9\u00e7\u00e4\u00fcs\u00e9 th\u00e9\u00efr \u00e4\u00e7\u00e7\u00f6\u00fcnts \u00e4r\u00e9 n\u00f6t \u00fd\u00e9t \u00e4\u00e7t\u00efv\u00e4t\u00e9d: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "These users were not added as beta testers:": "Th\u00e9s\u00e9 \u00fcs\u00e9rs w\u00e9r\u00e9 n\u00f6t \u00e4dd\u00e9d \u00e4s \u00df\u00e9t\u00e4 t\u00e9st\u00e9rs: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "These users were not affiliated with the course so could not be unenrolled:": "Th\u00e9s\u00e9 \u00fcs\u00e9rs w\u00e9r\u00e9 n\u00f6t \u00e4ff\u00efl\u00ef\u00e4t\u00e9d w\u00efth th\u00e9 \u00e7\u00f6\u00fcrs\u00e9 s\u00f6 \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00fcn\u00e9nr\u00f6ll\u00e9d: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "These users were not removed as beta testers:": "Th\u00e9s\u00e9 \u00fcs\u00e9rs w\u00e9r\u00e9 n\u00f6t r\u00e9m\u00f6v\u00e9d \u00e4s \u00df\u00e9t\u00e4 t\u00e9st\u00e9rs: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "These users were successfully added as beta testers:": "Th\u00e9s\u00e9 \u00fcs\u00e9rs w\u00e9r\u00e9 s\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd \u00e4dd\u00e9d \u00e4s \u00df\u00e9t\u00e4 t\u00e9st\u00e9rs: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "These users were successfully removed as beta testers:": "Th\u00e9s\u00e9 \u00fcs\u00e9rs w\u00e9r\u00e9 s\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd r\u00e9m\u00f6v\u00e9d \u00e4s \u00df\u00e9t\u00e4 t\u00e9st\u00e9rs: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "These users will be allowed to enroll once they register:": "Th\u00e9s\u00e9 \u00fcs\u00e9rs w\u00efll \u00df\u00e9 \u00e4ll\u00f6w\u00e9d t\u00f6 \u00e9nr\u00f6ll \u00f6n\u00e7\u00e9 th\u00e9\u00fd r\u00e9g\u00efst\u00e9r: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "These users will be enrolled once they register:": "Th\u00e9s\u00e9 \u00fcs\u00e9rs w\u00efll \u00df\u00e9 \u00e9nr\u00f6ll\u00e9d \u00f6n\u00e7\u00e9 th\u00e9\u00fd r\u00e9g\u00efst\u00e9r: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "This Group Configuration is not in use. Start by adding a content experiment to any Unit via the {linkStart}Course Outline{linkEnd}.": "Th\u00efs Gr\u00f6\u00fcp \u00c7\u00f6nf\u00efg\u00fcr\u00e4t\u00ef\u00f6n \u00efs n\u00f6t \u00efn \u00fcs\u00e9. St\u00e4rt \u00df\u00fd \u00e4dd\u00efng \u00e4 \u00e7\u00f6nt\u00e9nt \u00e9xp\u00e9r\u00efm\u00e9nt t\u00f6 \u00e4n\u00fd \u00dbn\u00eft v\u00ef\u00e4 th\u00e9 {linkStart}\u00c7\u00f6\u00fcrs\u00e9 \u00d6\u00fctl\u00efn\u00e9{linkEnd}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "This Group Configuration is used in:": "Th\u00efs Gr\u00f6\u00fcp \u00c7\u00f6nf\u00efg\u00fcr\u00e4t\u00ef\u00f6n \u00efs \u00fcs\u00e9d \u00efn: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "This action cannot be undone.": "Th\u00efs \u00e4\u00e7t\u00ef\u00f6n \u00e7\u00e4nn\u00f6t \u00df\u00e9 \u00fcnd\u00f6n\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "This action updates the {provider} information for your entire organization.": "Th\u00efs \u00e4\u00e7t\u00ef\u00f6n \u00fcpd\u00e4t\u00e9s th\u00e9 {provider} \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n f\u00f6r \u00fd\u00f6\u00fcr \u00e9nt\u00efr\u00e9 \u00f6rg\u00e4n\u00efz\u00e4t\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "This assessment could not be submitted.": "Th\u00efs \u00e4ss\u00e9ssm\u00e9nt \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 s\u00fc\u00dfm\u00eftt\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "This browser cannot play .mp4, .ogg, or .webm files.": "Th\u00efs \u00dfr\u00f6ws\u00e9r \u00e7\u00e4nn\u00f6t pl\u00e4\u00fd .mp4, .\u00f6gg, \u00f6r .w\u00e9\u00dfm f\u00efl\u00e9s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "This catalog's courses:": "Th\u00efs \u00e7\u00e4t\u00e4l\u00f6g's \u00e7\u00f6\u00fcrs\u00e9s: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "This certificate has already been activated and is live. Are you sure you want to continue editing?": "Th\u00efs \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 h\u00e4s \u00e4lr\u00e9\u00e4d\u00fd \u00df\u00e9\u00e9n \u00e4\u00e7t\u00efv\u00e4t\u00e9d \u00e4nd \u00efs l\u00efv\u00e9. \u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00e7\u00f6nt\u00efn\u00fc\u00e9 \u00e9d\u00eft\u00efng? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "This comment could not be deleted. Refresh the page and try again.": "Th\u00efs \u00e7\u00f6mm\u00e9nt \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 d\u00e9l\u00e9t\u00e9d. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "This component has validation issues.": "Th\u00efs \u00e7\u00f6mp\u00f6n\u00e9nt h\u00e4s v\u00e4l\u00efd\u00e4t\u00ef\u00f6n \u00efss\u00fc\u00e9s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "Th\u00efs \u00e7\u00f6nf\u00efg\u00fcr\u00e4t\u00ef\u00f6n \u00efs \u00e7\u00fcrr\u00e9ntl\u00fd \u00fcs\u00e9d \u00efn \u00e7\u00f6nt\u00e9nt \u00e9xp\u00e9r\u00efm\u00e9nts. \u00ccf \u00fd\u00f6\u00fc m\u00e4k\u00e9 \u00e7h\u00e4ng\u00e9s t\u00f6 th\u00e9 gr\u00f6\u00fcps, \u00fd\u00f6\u00fc m\u00e4\u00fd n\u00e9\u00e9d t\u00f6 \u00e9d\u00eft th\u00f6s\u00e9 \u00e9xp\u00e9r\u00efm\u00e9nts. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142\u03b1\u0432\u03c3\u044f\u03c5#", - "This content group is used in one or more units.": "Th\u00efs \u00e7\u00f6nt\u00e9nt gr\u00f6\u00fcp \u00efs \u00fcs\u00e9d \u00efn \u00f6n\u00e9 \u00f6r m\u00f6r\u00e9 \u00fcn\u00efts. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "This course has automatic cohorting enabled for verified track learners, but cohorts are disabled. You must enable cohorts for the feature to work.": "Th\u00efs \u00e7\u00f6\u00fcrs\u00e9 h\u00e4s \u00e4\u00fct\u00f6m\u00e4t\u00ef\u00e7 \u00e7\u00f6h\u00f6rt\u00efng \u00e9n\u00e4\u00dfl\u00e9d f\u00f6r v\u00e9r\u00eff\u00ef\u00e9d tr\u00e4\u00e7k l\u00e9\u00e4rn\u00e9rs, \u00df\u00fct \u00e7\u00f6h\u00f6rts \u00e4r\u00e9 d\u00efs\u00e4\u00dfl\u00e9d. \u00dd\u00f6\u00fc m\u00fcst \u00e9n\u00e4\u00dfl\u00e9 \u00e7\u00f6h\u00f6rts f\u00f6r th\u00e9 f\u00e9\u00e4t\u00fcr\u00e9 t\u00f6 w\u00f6rk. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c #", - "This course has automatic cohorting enabled for verified track learners, but the required cohort does not exist. You must create a manually-assigned cohort named '{verifiedCohortName}' for the feature to work.": "Th\u00efs \u00e7\u00f6\u00fcrs\u00e9 h\u00e4s \u00e4\u00fct\u00f6m\u00e4t\u00ef\u00e7 \u00e7\u00f6h\u00f6rt\u00efng \u00e9n\u00e4\u00dfl\u00e9d f\u00f6r v\u00e9r\u00eff\u00ef\u00e9d tr\u00e4\u00e7k l\u00e9\u00e4rn\u00e9rs, \u00df\u00fct th\u00e9 r\u00e9q\u00fc\u00efr\u00e9d \u00e7\u00f6h\u00f6rt d\u00f6\u00e9s n\u00f6t \u00e9x\u00efst. \u00dd\u00f6\u00fc m\u00fcst \u00e7r\u00e9\u00e4t\u00e9 \u00e4 m\u00e4n\u00fc\u00e4ll\u00fd-\u00e4ss\u00efgn\u00e9d \u00e7\u00f6h\u00f6rt n\u00e4m\u00e9d '{verifiedCohortName}' f\u00f6r th\u00e9 f\u00e9\u00e4t\u00fcr\u00e9 t\u00f6 w\u00f6rk. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3#", - "This course uses automatic cohorting for verified track learners. You cannot disable cohorts, and you cannot rename the manual cohort named '{verifiedCohortName}'. To change the configuration for verified track cohorts, contact your edX partner manager.": "Th\u00efs \u00e7\u00f6\u00fcrs\u00e9 \u00fcs\u00e9s \u00e4\u00fct\u00f6m\u00e4t\u00ef\u00e7 \u00e7\u00f6h\u00f6rt\u00efng f\u00f6r v\u00e9r\u00eff\u00ef\u00e9d tr\u00e4\u00e7k l\u00e9\u00e4rn\u00e9rs. \u00dd\u00f6\u00fc \u00e7\u00e4nn\u00f6t d\u00efs\u00e4\u00dfl\u00e9 \u00e7\u00f6h\u00f6rts, \u00e4nd \u00fd\u00f6\u00fc \u00e7\u00e4nn\u00f6t r\u00e9n\u00e4m\u00e9 th\u00e9 m\u00e4n\u00fc\u00e4l \u00e7\u00f6h\u00f6rt n\u00e4m\u00e9d '{verifiedCohortName}'. T\u00f6 \u00e7h\u00e4ng\u00e9 th\u00e9 \u00e7\u00f6nf\u00efg\u00fcr\u00e4t\u00ef\u00f6n f\u00f6r v\u00e9r\u00eff\u00ef\u00e9d tr\u00e4\u00e7k \u00e7\u00f6h\u00f6rts, \u00e7\u00f6nt\u00e4\u00e7t \u00fd\u00f6\u00fcr \u00e9dX p\u00e4rtn\u00e9r m\u00e4n\u00e4g\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142#", - "This discussion could not be loaded. Refresh the page and try again.": "Th\u00efs d\u00efs\u00e7\u00fcss\u00ef\u00f6n \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 l\u00f6\u00e4d\u00e9d. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "This feature is currently in testing. Course teams can enter highlights, but learners will not receive email messages.": "Th\u00efs f\u00e9\u00e4t\u00fcr\u00e9 \u00efs \u00e7\u00fcrr\u00e9ntl\u00fd \u00efn t\u00e9st\u00efng. \u00c7\u00f6\u00fcrs\u00e9 t\u00e9\u00e4ms \u00e7\u00e4n \u00e9nt\u00e9r h\u00efghl\u00efghts, \u00df\u00fct l\u00e9\u00e4rn\u00e9rs w\u00efll n\u00f6t r\u00e9\u00e7\u00e9\u00efv\u00e9 \u00e9m\u00e4\u00efl m\u00e9ss\u00e4g\u00e9s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "This feedback could not be submitted.": "Th\u00efs f\u00e9\u00e9d\u00df\u00e4\u00e7k \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 s\u00fc\u00dfm\u00eftt\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "This file type is not supported. Supported file type is {supportedFileFormat}.": "Th\u00efs f\u00efl\u00e9 t\u00fdp\u00e9 \u00efs n\u00f6t s\u00fcpp\u00f6rt\u00e9d. S\u00fcpp\u00f6rt\u00e9d f\u00efl\u00e9 t\u00fdp\u00e9 \u00efs {supportedFileFormat}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "This group controls access to:": "Th\u00efs gr\u00f6\u00fcp \u00e7\u00f6ntr\u00f6ls \u00e4\u00e7\u00e7\u00e9ss t\u00f6: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "This group no longer exists. Choose another group or do not restrict access to this unit.": "Th\u00efs gr\u00f6\u00fcp n\u00f6 l\u00f6ng\u00e9r \u00e9x\u00efsts. \u00c7h\u00f6\u00f6s\u00e9 \u00e4n\u00f6th\u00e9r gr\u00f6\u00fcp \u00f6r d\u00f6 n\u00f6t r\u00e9str\u00ef\u00e7t \u00e4\u00e7\u00e7\u00e9ss t\u00f6 th\u00efs \u00fcn\u00eft. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "This image file type is not supported. Supported file types are {supportedFileFormats}.": "Th\u00efs \u00efm\u00e4g\u00e9 f\u00efl\u00e9 t\u00fdp\u00e9 \u00efs n\u00f6t s\u00fcpp\u00f6rt\u00e9d. S\u00fcpp\u00f6rt\u00e9d f\u00efl\u00e9 t\u00fdp\u00e9s \u00e4r\u00e9 {supportedFileFormats}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "This image is for decorative purposes only and does not require a description.": "Th\u00efs \u00efm\u00e4g\u00e9 \u00efs f\u00f6r d\u00e9\u00e7\u00f6r\u00e4t\u00efv\u00e9 p\u00fcrp\u00f6s\u00e9s \u00f6nl\u00fd \u00e4nd d\u00f6\u00e9s n\u00f6t r\u00e9q\u00fc\u00efr\u00e9 \u00e4 d\u00e9s\u00e7r\u00efpt\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "This is the Description of the Group Configuration": "Th\u00efs \u00efs th\u00e9 D\u00e9s\u00e7r\u00efpt\u00ef\u00f6n \u00f6f th\u00e9 Gr\u00f6\u00fcp \u00c7\u00f6nf\u00efg\u00fcr\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "This is the Name of the Group Configuration": "Th\u00efs \u00efs th\u00e9 N\u00e4m\u00e9 \u00f6f th\u00e9 Gr\u00f6\u00fcp \u00c7\u00f6nf\u00efg\u00fcr\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Tio \u0109i estas la listo de disponeblaj %s. Vi povas forigi kelkajn elektante ilin en la suba skatolo kaj tiam klakante la \"Elekti\" sagon inter la du skatoloj.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Tio \u0109i estas la listo de elektitaj %s. Vi povas forigi kelkajn elektante ilin en la suba skatolo kaj tiam klakante la \"Forigi\" sagon inter la du skatoloj.", - "This is the name of the group": "Th\u00efs \u00efs th\u00e9 n\u00e4m\u00e9 \u00f6f th\u00e9 gr\u00f6\u00fcp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "This learner is currently sharing a limited profile.": "Th\u00efs l\u00e9\u00e4rn\u00e9r \u00efs \u00e7\u00fcrr\u00e9ntl\u00fd sh\u00e4r\u00efng \u00e4 l\u00efm\u00eft\u00e9d pr\u00f6f\u00efl\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "This learner will be removed from the team, allowing another learner to take the available spot.": "Th\u00efs l\u00e9\u00e4rn\u00e9r w\u00efll \u00df\u00e9 r\u00e9m\u00f6v\u00e9d fr\u00f6m th\u00e9 t\u00e9\u00e4m, \u00e4ll\u00f6w\u00efng \u00e4n\u00f6th\u00e9r l\u00e9\u00e4rn\u00e9r t\u00f6 t\u00e4k\u00e9 th\u00e9 \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 sp\u00f6t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "This link will open in a modal window": "Th\u00efs l\u00efnk w\u00efll \u00f6p\u00e9n \u00efn \u00e4 m\u00f6d\u00e4l w\u00efnd\u00f6w \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "This link will open in a new browser window/tab": "Th\u00efs l\u00efnk w\u00efll \u00f6p\u00e9n \u00efn \u00e4 n\u00e9w \u00dfr\u00f6ws\u00e9r w\u00efnd\u00f6w/t\u00e4\u00df \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "This may be happening because of an error with our server or your internet connection. Try refreshing the page or making sure you are online.": "Th\u00efs m\u00e4\u00fd \u00df\u00e9 h\u00e4pp\u00e9n\u00efng \u00df\u00e9\u00e7\u00e4\u00fcs\u00e9 \u00f6f \u00e4n \u00e9rr\u00f6r w\u00efth \u00f6\u00fcr s\u00e9rv\u00e9r \u00f6r \u00fd\u00f6\u00fcr \u00efnt\u00e9rn\u00e9t \u00e7\u00f6nn\u00e9\u00e7t\u00ef\u00f6n. Tr\u00fd r\u00e9fr\u00e9sh\u00efng th\u00e9 p\u00e4g\u00e9 \u00f6r m\u00e4k\u00efng s\u00fcr\u00e9 \u00fd\u00f6\u00fc \u00e4r\u00e9 \u00f6nl\u00efn\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 #", - "This page contains information about orders that you have placed with {platform_name}.": "Th\u00efs p\u00e4g\u00e9 \u00e7\u00f6nt\u00e4\u00efns \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n \u00e4\u00df\u00f6\u00fct \u00f6rd\u00e9rs th\u00e4t \u00fd\u00f6\u00fc h\u00e4v\u00e9 pl\u00e4\u00e7\u00e9d w\u00efth {platform_name}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "This post could not be closed. Refresh the page and try again.": "Th\u00efs p\u00f6st \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00e7l\u00f6s\u00e9d. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "This post could not be flagged for abuse. Refresh the page and try again.": "Th\u00efs p\u00f6st \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 fl\u00e4gg\u00e9d f\u00f6r \u00e4\u00df\u00fcs\u00e9. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "This post could not be pinned. Refresh the page and try again.": "Th\u00efs p\u00f6st \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 p\u00efnn\u00e9d. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "This post could not be reopened. Refresh the page and try again.": "Th\u00efs p\u00f6st \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 r\u00e9\u00f6p\u00e9n\u00e9d. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "This post could not be unflagged for abuse. Refresh the page and try again.": "Th\u00efs p\u00f6st \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00fcnfl\u00e4gg\u00e9d f\u00f6r \u00e4\u00df\u00fcs\u00e9. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "This post could not be unpinned. Refresh the page and try again.": "Th\u00efs p\u00f6st \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00fcnp\u00efnn\u00e9d. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "This problem could not be saved.": "Th\u00efs pr\u00f6\u00dfl\u00e9m \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 s\u00e4v\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "This problem has already been released. Any changes will apply only to future assessments.": "Th\u00efs pr\u00f6\u00dfl\u00e9m h\u00e4s \u00e4lr\u00e9\u00e4d\u00fd \u00df\u00e9\u00e9n r\u00e9l\u00e9\u00e4s\u00e9d. \u00c0n\u00fd \u00e7h\u00e4ng\u00e9s w\u00efll \u00e4ppl\u00fd \u00f6nl\u00fd t\u00f6 f\u00fct\u00fcr\u00e9 \u00e4ss\u00e9ssm\u00e9nts. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "This problem has been reset.": "Th\u00efs pr\u00f6\u00dfl\u00e9m h\u00e4s \u00df\u00e9\u00e9n r\u00e9s\u00e9t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "This response could not be marked as an answer. Refresh the page and try again.": "Th\u00efs r\u00e9sp\u00f6ns\u00e9 \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 m\u00e4rk\u00e9d \u00e4s \u00e4n \u00e4nsw\u00e9r. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "This response could not be marked as endorsed. Refresh the page and try again.": "Th\u00efs r\u00e9sp\u00f6ns\u00e9 \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 m\u00e4rk\u00e9d \u00e4s \u00e9nd\u00f6rs\u00e9d. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "This response could not be saved.": "Th\u00efs r\u00e9sp\u00f6ns\u00e9 \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 s\u00e4v\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "This response could not be submitted.": "Th\u00efs r\u00e9sp\u00f6ns\u00e9 \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 s\u00fc\u00dfm\u00eftt\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "This response could not be unendorsed. Refresh the page and try again.": "Th\u00efs r\u00e9sp\u00f6ns\u00e9 \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00fcn\u00e9nd\u00f6rs\u00e9d. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "This response could not be unmarked as an answer. Refresh the page and try again.": "Th\u00efs r\u00e9sp\u00f6ns\u00e9 \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00fcnm\u00e4rk\u00e9d \u00e4s \u00e4n \u00e4nsw\u00e9r. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "This response has been saved but not submitted.": "Th\u00efs r\u00e9sp\u00f6ns\u00e9 h\u00e4s \u00df\u00e9\u00e9n s\u00e4v\u00e9d \u00df\u00fct n\u00f6t s\u00fc\u00dfm\u00eftt\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "This response has not been saved.": "Th\u00efs r\u00e9sp\u00f6ns\u00e9 h\u00e4s n\u00f6t \u00df\u00e9\u00e9n s\u00e4v\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "This role requires a divided discussions scheme.": "Th\u00efs r\u00f6l\u00e9 r\u00e9q\u00fc\u00efr\u00e9s \u00e4 d\u00efv\u00efd\u00e9d d\u00efs\u00e7\u00fcss\u00ef\u00f6ns s\u00e7h\u00e9m\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "This section could not be loaded.": "Th\u00efs s\u00e9\u00e7t\u00ef\u00f6n \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 l\u00f6\u00e4d\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.": "Th\u00efs sh\u00f6rt n\u00e4m\u00e9 f\u00f6r th\u00e9 \u00e4ss\u00efgnm\u00e9nt t\u00fdp\u00e9 (f\u00f6r \u00e9x\u00e4mpl\u00e9, HW \u00f6r M\u00efdt\u00e9rm) \u00e4pp\u00e9\u00e4rs n\u00e9xt t\u00f6 \u00e4ss\u00efgnm\u00e9nts \u00f6n \u00e4 l\u00e9\u00e4rn\u00e9r's Pr\u00f6gr\u00e9ss p\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c#", - "This team does not have any members.": "Th\u00efs t\u00e9\u00e4m d\u00f6\u00e9s n\u00f6t h\u00e4v\u00e9 \u00e4n\u00fd m\u00e9m\u00df\u00e9rs. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "This team is full.": "Th\u00efs t\u00e9\u00e4m \u00efs f\u00fcll. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "This unit has validation issues.": "Th\u00efs \u00fcn\u00eft h\u00e4s v\u00e4l\u00efd\u00e4t\u00ef\u00f6n \u00efss\u00fc\u00e9s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "This vote could not be processed. Refresh the page and try again.": "Th\u00efs v\u00f6t\u00e9 \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 pr\u00f6\u00e7\u00e9ss\u00e9d. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "This {parentCategory} has no {childCategory}": "Th\u00efs {parentCategory} h\u00e4s n\u00f6 {childCategory} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Thumbnail": "Th\u00fcm\u00dfn\u00e4\u00efl \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Thumbnail for {videoName}": "Th\u00fcm\u00dfn\u00e4\u00efl f\u00f6r {videoName} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Thumbnail view of ": "Th\u00fcm\u00dfn\u00e4\u00efl v\u00ef\u00e9w \u00f6f \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Time Allotted (HH:MM):": "T\u00efm\u00e9 \u00c0ll\u00f6tt\u00e9d (HH:MM): \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Time Limit": "T\u00efm\u00e9 L\u00efm\u00eft \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Time Sent": "T\u00efm\u00e9 S\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Time Sent:": "T\u00efm\u00e9 S\u00e9nt: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Time Zone": "T\u00efm\u00e9 Z\u00f6n\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Timed": "T\u00efm\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Timed Exam": "T\u00efm\u00e9d \u00c9x\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Timed Transcript Conflict": "T\u00efm\u00e9d Tr\u00e4ns\u00e7r\u00efpt \u00c7\u00f6nfl\u00ef\u00e7t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Timed Transcript Found": "T\u00efm\u00e9d Tr\u00e4ns\u00e7r\u00efpt F\u00f6\u00fcnd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Timed Transcript Uploaded Successfully": "T\u00efm\u00e9d Tr\u00e4ns\u00e7r\u00efpt \u00dbpl\u00f6\u00e4d\u00e9d S\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "Timed Transcript from %(filename)s": "T\u00efm\u00e9d Tr\u00e4ns\u00e7r\u00efpt fr\u00f6m %(filename)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Timed out": "T\u00efm\u00e9d \u00f6\u00fct \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Tips on taking a successful photo": "T\u00efps \u00f6n t\u00e4k\u00efng \u00e4 s\u00fc\u00e7\u00e7\u00e9ssf\u00fcl ph\u00f6t\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "Title": "T\u00eftl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Title ": "T\u00eftl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Title of the signatory": "T\u00eftl\u00e9 \u00f6f th\u00e9 s\u00efgn\u00e4t\u00f6r\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "T\u00eftl\u00e9s m\u00f6r\u00e9 th\u00e4n 100 \u00e7h\u00e4r\u00e4\u00e7t\u00e9rs m\u00e4\u00fd pr\u00e9v\u00e9nt st\u00fcd\u00e9nts fr\u00f6m pr\u00efnt\u00efng th\u00e9\u00efr \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u00f6n \u00e4 s\u00efngl\u00e9 p\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "To access the course, select a session.": "T\u00f6 \u00e4\u00e7\u00e7\u00e9ss th\u00e9 \u00e7\u00f6\u00fcrs\u00e9, s\u00e9l\u00e9\u00e7t \u00e4 s\u00e9ss\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.": "T\u00f6 \u00df\u00e9 s\u00fcr\u00e9 \u00e4ll st\u00fcd\u00e9nts \u00e7\u00e4n \u00e4\u00e7\u00e7\u00e9ss th\u00e9 v\u00efd\u00e9\u00f6, w\u00e9 r\u00e9\u00e7\u00f6mm\u00e9nd pr\u00f6v\u00efd\u00efng \u00df\u00f6th \u00e4n .mp4 \u00e4nd \u00e4 .w\u00e9\u00dfm v\u00e9rs\u00ef\u00f6n \u00f6f \u00fd\u00f6\u00fcr v\u00efd\u00e9\u00f6. \u00c7l\u00ef\u00e7k \u00df\u00e9l\u00f6w t\u00f6 \u00e4dd \u00e4 \u00dbRL f\u00f6r \u00e4n\u00f6th\u00e9r v\u00e9rs\u00ef\u00f6n. Th\u00e9s\u00e9 \u00dbRLs \u00e7\u00e4nn\u00f6t \u00df\u00e9 \u00dd\u00f6\u00fcT\u00fc\u00df\u00e9 \u00dbRLs. Th\u00e9 f\u00efrst l\u00efst\u00e9d v\u00efd\u00e9\u00f6 th\u00e4t's \u00e7\u00f6mp\u00e4t\u00ef\u00dfl\u00e9 w\u00efth th\u00e9 st\u00fcd\u00e9nt's \u00e7\u00f6mp\u00fct\u00e9r w\u00efll pl\u00e4\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202#", - "To complete the program, you must earn a verified certificate for each course.": "T\u00f6 \u00e7\u00f6mpl\u00e9t\u00e9 th\u00e9 pr\u00f6gr\u00e4m, \u00fd\u00f6\u00fc m\u00fcst \u00e9\u00e4rn \u00e4 v\u00e9r\u00eff\u00ef\u00e9d \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 f\u00f6r \u00e9\u00e4\u00e7h \u00e7\u00f6\u00fcrs\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "To continue learning with this account, sign in below.": "T\u00f6 \u00e7\u00f6nt\u00efn\u00fc\u00e9 l\u00e9\u00e4rn\u00efng w\u00efth th\u00efs \u00e4\u00e7\u00e7\u00f6\u00fcnt, s\u00efgn \u00efn \u00df\u00e9l\u00f6w. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "To finalize course credit, %(display_name)s requires %(platform_name)s learners to submit a credit request.": "T\u00f6 f\u00efn\u00e4l\u00efz\u00e9 \u00e7\u00f6\u00fcrs\u00e9 \u00e7r\u00e9d\u00eft, %(display_name)s r\u00e9q\u00fc\u00efr\u00e9s %(platform_name)s l\u00e9\u00e4rn\u00e9rs t\u00f6 s\u00fc\u00dfm\u00eft \u00e4 \u00e7r\u00e9d\u00eft r\u00e9q\u00fc\u00e9st. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "To invalidate a certificate for a particular learner, add the username or email address below.": "T\u00f6 \u00efnv\u00e4l\u00efd\u00e4t\u00e9 \u00e4 \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 f\u00f6r \u00e4 p\u00e4rt\u00ef\u00e7\u00fcl\u00e4r l\u00e9\u00e4rn\u00e9r, \u00e4dd th\u00e9 \u00fcs\u00e9rn\u00e4m\u00e9 \u00f6r \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss \u00df\u00e9l\u00f6w. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "To receive a certificate, you must also verify your identity before {date}.": "T\u00f6 r\u00e9\u00e7\u00e9\u00efv\u00e9 \u00e4 \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9, \u00fd\u00f6\u00fc m\u00fcst \u00e4ls\u00f6 v\u00e9r\u00eff\u00fd \u00fd\u00f6\u00fcr \u00efd\u00e9nt\u00eft\u00fd \u00df\u00e9f\u00f6r\u00e9 {date}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "To receive a certificate, you must also verify your identity.": "T\u00f6 r\u00e9\u00e7\u00e9\u00efv\u00e9 \u00e4 \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9, \u00fd\u00f6\u00fc m\u00fcst \u00e4ls\u00f6 v\u00e9r\u00eff\u00fd \u00fd\u00f6\u00fcr \u00efd\u00e9nt\u00eft\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "To receive credit for problems, you must select \"Submit\" for each problem before you select \"End My Exam\".": "T\u00f6 r\u00e9\u00e7\u00e9\u00efv\u00e9 \u00e7r\u00e9d\u00eft f\u00f6r pr\u00f6\u00dfl\u00e9ms, \u00fd\u00f6\u00fc m\u00fcst s\u00e9l\u00e9\u00e7t \"S\u00fc\u00dfm\u00eft\" f\u00f6r \u00e9\u00e4\u00e7h pr\u00f6\u00dfl\u00e9m \u00df\u00e9f\u00f6r\u00e9 \u00fd\u00f6\u00fc s\u00e9l\u00e9\u00e7t \"\u00c9nd M\u00fd \u00c9x\u00e4m\". \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 #", - "To review learner cohort assignments or see the results of uploading a CSV file, download course profile information or cohort results on the {link_start}Data Download{link_end} page.": "T\u00f6 r\u00e9v\u00ef\u00e9w l\u00e9\u00e4rn\u00e9r \u00e7\u00f6h\u00f6rt \u00e4ss\u00efgnm\u00e9nts \u00f6r s\u00e9\u00e9 th\u00e9 r\u00e9s\u00fclts \u00f6f \u00fcpl\u00f6\u00e4d\u00efng \u00e4 \u00c7SV f\u00efl\u00e9, d\u00f6wnl\u00f6\u00e4d \u00e7\u00f6\u00fcrs\u00e9 pr\u00f6f\u00efl\u00e9 \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n \u00f6r \u00e7\u00f6h\u00f6rt r\u00e9s\u00fclts \u00f6n th\u00e9 {link_start}D\u00e4t\u00e4 D\u00f6wnl\u00f6\u00e4d{link_end} p\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2#", - "To share your certificate on Mozilla Backpack, you must first have a Backpack account. Complete the following steps to add your certificate to Backpack.": "T\u00f6 sh\u00e4r\u00e9 \u00fd\u00f6\u00fcr \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u00f6n M\u00f6z\u00efll\u00e4 B\u00e4\u00e7kp\u00e4\u00e7k, \u00fd\u00f6\u00fc m\u00fcst f\u00efrst h\u00e4v\u00e9 \u00e4 B\u00e4\u00e7kp\u00e4\u00e7k \u00e4\u00e7\u00e7\u00f6\u00fcnt. \u00c7\u00f6mpl\u00e9t\u00e9 th\u00e9 f\u00f6ll\u00f6w\u00efng st\u00e9ps t\u00f6 \u00e4dd \u00fd\u00f6\u00fcr \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 t\u00f6 B\u00e4\u00e7kp\u00e4\u00e7k. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442#", - "To take a successful photo, make sure that:": "T\u00f6 t\u00e4k\u00e9 \u00e4 s\u00fc\u00e7\u00e7\u00e9ssf\u00fcl ph\u00f6t\u00f6, m\u00e4k\u00e9 s\u00fcr\u00e9 th\u00e4t: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "To use the current photo, select the camera button {icon}. To take another photo, select the retake button {icon}.": "T\u00f6 \u00fcs\u00e9 th\u00e9 \u00e7\u00fcrr\u00e9nt ph\u00f6t\u00f6, s\u00e9l\u00e9\u00e7t th\u00e9 \u00e7\u00e4m\u00e9r\u00e4 \u00df\u00fctt\u00f6n {icon}. T\u00f6 t\u00e4k\u00e9 \u00e4n\u00f6th\u00e9r ph\u00f6t\u00f6, s\u00e9l\u00e9\u00e7t th\u00e9 r\u00e9t\u00e4k\u00e9 \u00df\u00fctt\u00f6n {icon}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "To verify your identity, you need a webcam and a government-issued photo ID.": "T\u00f6 v\u00e9r\u00eff\u00fd \u00fd\u00f6\u00fcr \u00efd\u00e9nt\u00eft\u00fd, \u00fd\u00f6\u00fc n\u00e9\u00e9d \u00e4 w\u00e9\u00df\u00e7\u00e4m \u00e4nd \u00e4 g\u00f6v\u00e9rnm\u00e9nt-\u00efss\u00fc\u00e9d ph\u00f6t\u00f6 \u00ccD. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "Today": "Hodia\u016d", - "Toggle Account Password (Usable/Unusable)": "T\u00f6ggl\u00e9 \u00c0\u00e7\u00e7\u00f6\u00fcnt P\u00e4ssw\u00f6rd (\u00dbs\u00e4\u00dfl\u00e9/\u00dbn\u00fcs\u00e4\u00dfl\u00e9) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Toggle Notifications Setting": "T\u00f6ggl\u00e9 N\u00f6t\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6ns S\u00e9tt\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Tomorrow": "Morga\u016d", - "Tools": "T\u00f6\u00f6ls \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Top": "T\u00f6p \u2c60'\u03c3\u044f\u0454\u043c#", - "Topic": "T\u00f6p\u00ef\u00e7 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Topics": "T\u00f6p\u00ef\u00e7s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Total": "T\u00f6t\u00e4l \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Total Number": "T\u00f6t\u00e4l N\u00fcm\u00df\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Total Responses": "T\u00f6t\u00e4l R\u00e9sp\u00f6ns\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Training": "Tr\u00e4\u00efn\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Transcript Fidelity": "Tr\u00e4ns\u00e7r\u00efpt F\u00efd\u00e9l\u00eft\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Transcript Languages": "Tr\u00e4ns\u00e7r\u00efpt L\u00e4ng\u00fc\u00e4g\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Transcript Provider": "Tr\u00e4ns\u00e7r\u00efpt Pr\u00f6v\u00efd\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Transcript Turnaround": "Tr\u00e4ns\u00e7r\u00efpt T\u00fcrn\u00e4r\u00f6\u00fcnd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Transcript will be displayed when you start playing the video.": "Tr\u00e4ns\u00e7r\u00efpt w\u00efll \u00df\u00e9 d\u00efspl\u00e4\u00fd\u00e9d wh\u00e9n \u00fd\u00f6\u00fc st\u00e4rt pl\u00e4\u00fd\u00efng th\u00e9 v\u00efd\u00e9\u00f6. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Transcripts": "Tr\u00e4ns\u00e7r\u00efpts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Try the transaction again in a few minutes.": "Tr\u00fd th\u00e9 tr\u00e4ns\u00e4\u00e7t\u00ef\u00f6n \u00e4g\u00e4\u00efn \u00efn \u00e4 f\u00e9w m\u00efn\u00fct\u00e9s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Try using a different browser, such as Google Chrome.": "Tr\u00fd \u00fcs\u00efng \u00e4 d\u00efff\u00e9r\u00e9nt \u00dfr\u00f6ws\u00e9r, s\u00fc\u00e7h \u00e4s G\u00f6\u00f6gl\u00e9 \u00c7hr\u00f6m\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Turn off transcripts": "T\u00fcrn \u00f6ff tr\u00e4ns\u00e7r\u00efpts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Turn on closed captioning": "T\u00fcrn \u00f6n \u00e7l\u00f6s\u00e9d \u00e7\u00e4pt\u00ef\u00f6n\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Turn on transcripts": "T\u00fcrn \u00f6n tr\u00e4ns\u00e7r\u00efpts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Type": "T\u00fdp\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "T\u00fdp\u00e9 \u00efn \u00e4 \u00dbRL \u00f6r \u00fcs\u00e9 th\u00e9 \"\u00c7h\u00f6\u00f6s\u00e9 F\u00efl\u00e9\" \u00df\u00fctt\u00f6n t\u00f6 \u00fcpl\u00f6\u00e4d \u00e4 f\u00efl\u00e9 fr\u00f6m \u00fd\u00f6\u00fcr m\u00e4\u00e7h\u00efn\u00e9. (\u00e9.g. 'http://\u00e9x\u00e4mpl\u00e9.\u00e7\u00f6m/\u00efmg/\u00e7l\u00f6\u00fcds.jpg') \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Type into this box to filter down the list of available %s.": "Entipu en \u0109i-tiu skatolo por filtri la liston de haveblaj %s.", - "URL": "\u00dbRL \u2c60'\u03c3\u044f\u0454\u043c#", - "Unable to delete account": "\u00dbn\u00e4\u00dfl\u00e9 t\u00f6 d\u00e9l\u00e9t\u00e9 \u00e4\u00e7\u00e7\u00f6\u00fcnt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "Unable to determine whether we should give you a refund because of System Error. Please try again later.": "\u00dbn\u00e4\u00dfl\u00e9 t\u00f6 d\u00e9t\u00e9rm\u00efn\u00e9 wh\u00e9th\u00e9r w\u00e9 sh\u00f6\u00fcld g\u00efv\u00e9 \u00fd\u00f6\u00fc \u00e4 r\u00e9f\u00fcnd \u00df\u00e9\u00e7\u00e4\u00fcs\u00e9 \u00f6f S\u00fdst\u00e9m \u00c9rr\u00f6r. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn l\u00e4t\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Unable to load": "\u00dbn\u00e4\u00dfl\u00e9 t\u00f6 l\u00f6\u00e4d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "Unable to submit application": "\u00dbn\u00e4\u00dfl\u00e9 t\u00f6 s\u00fc\u00dfm\u00eft \u00e4ppl\u00ef\u00e7\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Underline": "\u00dbnd\u00e9rl\u00efn\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Undo": "\u00dbnd\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Undo (Ctrl+Z)": "\u00dbnd\u00f6 (\u00c7trl+Z) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Undo Changes": "\u00dbnd\u00f6 \u00c7h\u00e4ng\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Undo move": "\u00dbnd\u00f6 m\u00f6v\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Undo moving": "\u00dbnd\u00f6 m\u00f6v\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Unexpected server error.": "\u00dbn\u00e9xp\u00e9\u00e7t\u00e9d s\u00e9rv\u00e9r \u00e9rr\u00f6r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "Ungraded": "\u00dbngr\u00e4d\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Unit": "\u00dbn\u00eft \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Unit Access": "\u00dbn\u00eft \u00c0\u00e7\u00e7\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Unit Name": "\u00dbn\u00eft N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Unit Visibility": "\u00dbn\u00eft V\u00efs\u00ef\u00df\u00efl\u00eft\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Units": "\u00dbn\u00efts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Unknown": "\u00dbnkn\u00f6wn \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Unknown username: {user}": "\u00dbnkn\u00f6wn \u00fcs\u00e9rn\u00e4m\u00e9: {user} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Unlink This Account": "\u00dbnl\u00efnk Th\u00efs \u00c0\u00e7\u00e7\u00f6\u00fcnt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Unlink your {accountName} account": "\u00dbnl\u00efnk \u00fd\u00f6\u00fcr {accountName} \u00e4\u00e7\u00e7\u00f6\u00fcnt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Unlinking": "\u00dbnl\u00efnk\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Unmute": "\u00dbnm\u00fct\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Unnamed Option": "\u00dbnn\u00e4m\u00e9d \u00d6pt\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "Unpublished changes to content that will release in the future": "\u00dbnp\u00fc\u00dfl\u00efsh\u00e9d \u00e7h\u00e4ng\u00e9s t\u00f6 \u00e7\u00f6nt\u00e9nt th\u00e4t w\u00efll r\u00e9l\u00e9\u00e4s\u00e9 \u00efn th\u00e9 f\u00fct\u00fcr\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Unpublished changes to live content": "\u00dbnp\u00fc\u00dfl\u00efsh\u00e9d \u00e7h\u00e4ng\u00e9s t\u00f6 l\u00efv\u00e9 \u00e7\u00f6nt\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "Unpublished units will not be released": "\u00dbnp\u00fc\u00dfl\u00efsh\u00e9d \u00fcn\u00efts w\u00efll n\u00f6t \u00df\u00e9 r\u00e9l\u00e9\u00e4s\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "Unscheduled": "\u00dbns\u00e7h\u00e9d\u00fcl\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Update": "\u00dbpd\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Update Settings": "\u00dbpd\u00e4t\u00e9 S\u00e9tt\u00efngs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Update team.": "\u00dbpd\u00e4t\u00e9 t\u00e9\u00e4m. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Updating Tags": "\u00dbpd\u00e4t\u00efng T\u00e4gs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Updating with latest library content": "\u00dbpd\u00e4t\u00efng w\u00efth l\u00e4t\u00e9st l\u00ef\u00dfr\u00e4r\u00fd \u00e7\u00f6nt\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "Upgrade All Remaining Courses (": "\u00dbpgr\u00e4d\u00e9 \u00c0ll R\u00e9m\u00e4\u00efn\u00efng \u00c7\u00f6\u00fcrs\u00e9s ( \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "Upgrade Deadline": "\u00dbpgr\u00e4d\u00e9 D\u00e9\u00e4dl\u00efn\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Upgrade to Verified": "\u00dbpgr\u00e4d\u00e9 t\u00f6 V\u00e9r\u00eff\u00ef\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Upgrade to a Verified Certificate for {courseName}": "\u00dbpgr\u00e4d\u00e9 t\u00f6 \u00e4 V\u00e9r\u00eff\u00ef\u00e9d \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 f\u00f6r {courseName} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Upload": "\u00dbpl\u00f6\u00e4d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Upload %(file_name)s": "\u00dbpl\u00f6\u00e4d %(file_name)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Upload File": "\u00dbpl\u00f6\u00e4d F\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Upload File and Assign Students": "\u00dbpl\u00f6\u00e4d F\u00efl\u00e9 \u00e4nd \u00c0ss\u00efgn St\u00fcd\u00e9nts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "Upload New .srt Transcript": "\u00dbpl\u00f6\u00e4d N\u00e9w .srt Tr\u00e4ns\u00e7r\u00efpt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Upload New File": "\u00dbpl\u00f6\u00e4d N\u00e9w F\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Upload New Transcript": "\u00dbpl\u00f6\u00e4d N\u00e9w Tr\u00e4ns\u00e7r\u00efpt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Upload PDF": "\u00dbpl\u00f6\u00e4d PDF \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Upload Photo": "\u00dbpl\u00f6\u00e4d Ph\u00f6t\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Upload Signature Image": "\u00dbpl\u00f6\u00e4d S\u00efgn\u00e4t\u00fcr\u00e9 \u00ccm\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Upload Videos": "\u00dbpl\u00f6\u00e4d V\u00efd\u00e9\u00f6s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Upload a CSV file": "\u00dbpl\u00f6\u00e4d \u00e4 \u00c7SV f\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "\u00dbpl\u00f6\u00e4d \u00e4 \u00e7\u00f6mm\u00e4 s\u00e9p\u00e4r\u00e4t\u00e9d v\u00e4l\u00fc\u00e9s (.\u00e7sv) f\u00efl\u00e9 th\u00e4t \u00e7\u00f6nt\u00e4\u00efns th\u00e9 \u00fcs\u00e9rn\u00e4m\u00e9s \u00f6r \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss\u00e9s \u00f6f l\u00e9\u00e4rn\u00e9rs wh\u00f6 h\u00e4v\u00e9 \u00df\u00e9\u00e9n g\u00efv\u00e9n \u00e9x\u00e7\u00e9pt\u00ef\u00f6ns. \u00ccn\u00e7l\u00fcd\u00e9 th\u00e9 \u00fcs\u00e9rn\u00e4m\u00e9 \u00f6r \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss \u00efn th\u00e9 f\u00efrst \u00e7\u00f6mm\u00e4 s\u00e9p\u00e4r\u00e4t\u00e9d f\u00ef\u00e9ld. \u00dd\u00f6\u00fc \u00e7\u00e4n \u00efn\u00e7l\u00fcd\u00e9 \u00e4n \u00f6pt\u00ef\u00f6n\u00e4l n\u00f6t\u00e9 d\u00e9s\u00e7r\u00ef\u00df\u00efng th\u00e9 r\u00e9\u00e4s\u00f6n f\u00f6r th\u00e9 \u00e9x\u00e7\u00e9pt\u00ef\u00f6n \u00efn th\u00e9 s\u00e9\u00e7\u00f6nd \u00e7\u00f6mm\u00e4 s\u00e9p\u00e4r\u00e4t\u00e9d f\u00ef\u00e9ld. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9#", - "Upload a new PDF to \u201c<%= name %>\u201d": "\u00dbpl\u00f6\u00e4d \u00e4 n\u00e9w PDF t\u00f6 \u201c<%= name %>\u201d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Upload an image": "\u00dbpl\u00f6\u00e4d \u00e4n \u00efm\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Upload an image or capture one with your web or phone camera.": "\u00dbpl\u00f6\u00e4d \u00e4n \u00efm\u00e4g\u00e9 \u00f6r \u00e7\u00e4pt\u00fcr\u00e9 \u00f6n\u00e9 w\u00efth \u00fd\u00f6\u00fcr w\u00e9\u00df \u00f6r ph\u00f6n\u00e9 \u00e7\u00e4m\u00e9r\u00e4. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Upload completed": "\u00dbpl\u00f6\u00e4d \u00e7\u00f6mpl\u00e9t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Upload completed for video {fileName}": "\u00dbpl\u00f6\u00e4d \u00e7\u00f6mpl\u00e9t\u00e9d f\u00f6r v\u00efd\u00e9\u00f6 {fileName} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "Upload failed": "\u00dbpl\u00f6\u00e4d f\u00e4\u00efl\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Upload failed for video {fileName}": "\u00dbpl\u00f6\u00e4d f\u00e4\u00efl\u00e9d f\u00f6r v\u00efd\u00e9\u00f6 {fileName} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", - "Upload instructor image.": "\u00dbpl\u00f6\u00e4d \u00efnstr\u00fc\u00e7t\u00f6r \u00efm\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "\u00dbpl\u00f6\u00e4d \u00efs \u00efn pr\u00f6gr\u00e9ss. T\u00f6 \u00e4v\u00f6\u00efd \u00e9rr\u00f6rs, st\u00e4\u00fd \u00f6n th\u00efs p\u00e4g\u00e9 \u00fcnt\u00efl th\u00e9 pr\u00f6\u00e7\u00e9ss \u00efs \u00e7\u00f6mpl\u00e9t\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", - "Upload signature image.": "\u00dbpl\u00f6\u00e4d s\u00efgn\u00e4t\u00fcr\u00e9 \u00efm\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Upload translation": "\u00dbpl\u00f6\u00e4d tr\u00e4nsl\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Upload your banner image.": "\u00dbpl\u00f6\u00e4d \u00fd\u00f6\u00fcr \u00df\u00e4nn\u00e9r \u00efm\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Upload your course image.": "\u00dbpl\u00f6\u00e4d \u00fd\u00f6\u00fcr \u00e7\u00f6\u00fcrs\u00e9 \u00efm\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Upload your first asset": "\u00dbpl\u00f6\u00e4d \u00fd\u00f6\u00fcr f\u00efrst \u00e4ss\u00e9t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Upload your video thumbnail image.": "\u00dbpl\u00f6\u00e4d \u00fd\u00f6\u00fcr v\u00efd\u00e9\u00f6 th\u00fcm\u00dfn\u00e4\u00efl \u00efm\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "Uploaded file issues. Click on \"+\" to view.": "\u00dbpl\u00f6\u00e4d\u00e9d f\u00efl\u00e9 \u00efss\u00fc\u00e9s. \u00c7l\u00ef\u00e7k \u00f6n \"+\" t\u00f6 v\u00ef\u00e9w. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Uploading": "\u00dbpl\u00f6\u00e4d\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Uploading...": "\u00dbpl\u00f6\u00e4d\u00efng... \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Uploading... %(percent)s %": "\u00dbpl\u00f6\u00e4d\u00efng... %(percent)s % \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Upper Alpha": "\u00dbpp\u00e9r \u00c0lph\u00e4 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Upper Roman": "\u00dbpp\u00e9r R\u00f6m\u00e4n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Upset Learner": "\u00dbps\u00e9t L\u00e9\u00e4rn\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Url": "\u00dbrl \u2c60'\u03c3\u044f\u0454\u043c#", - "Use Current Transcript": "\u00dbs\u00e9 \u00c7\u00fcrr\u00e9nt Tr\u00e4ns\u00e7r\u00efpt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Use Onboarding to introduce learners to proctoring, verify their identity, and create an onboarding profile. Learners must complete the onboarding profile step prior to taking a proctored exam. Profile reviews take 2+ business days.": "\u00dbs\u00e9 \u00d6n\u00df\u00f6\u00e4rd\u00efng t\u00f6 \u00efntr\u00f6d\u00fc\u00e7\u00e9 l\u00e9\u00e4rn\u00e9rs t\u00f6 pr\u00f6\u00e7t\u00f6r\u00efng, v\u00e9r\u00eff\u00fd th\u00e9\u00efr \u00efd\u00e9nt\u00eft\u00fd, \u00e4nd \u00e7r\u00e9\u00e4t\u00e9 \u00e4n \u00f6n\u00df\u00f6\u00e4rd\u00efng pr\u00f6f\u00efl\u00e9. L\u00e9\u00e4rn\u00e9rs m\u00fcst \u00e7\u00f6mpl\u00e9t\u00e9 th\u00e9 \u00f6n\u00df\u00f6\u00e4rd\u00efng pr\u00f6f\u00efl\u00e9 st\u00e9p pr\u00ef\u00f6r t\u00f6 t\u00e4k\u00efng \u00e4 pr\u00f6\u00e7t\u00f6r\u00e9d \u00e9x\u00e4m. Pr\u00f6f\u00efl\u00e9 r\u00e9v\u00ef\u00e9ws t\u00e4k\u00e9 2+ \u00df\u00fcs\u00efn\u00e9ss d\u00e4\u00fds. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142#", - "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.": "\u00dbs\u00e9 \u00e4 pr\u00e4\u00e7t\u00ef\u00e7\u00e9 pr\u00f6\u00e7t\u00f6r\u00e9d \u00e9x\u00e4m t\u00f6 \u00efntr\u00f6d\u00fc\u00e7\u00e9 l\u00e9\u00e4rn\u00e9rs t\u00f6 th\u00e9 pr\u00f6\u00e7t\u00f6r\u00efng t\u00f6\u00f6ls \u00e4nd pr\u00f6\u00e7\u00e9ss\u00e9s. R\u00e9s\u00fclts \u00f6f \u00e4 pr\u00e4\u00e7t\u00ef\u00e7\u00e9 \u00e9x\u00e4m d\u00f6 n\u00f6t \u00e4ff\u00e9\u00e7t \u00e4 l\u00e9\u00e4rn\u00e9r's gr\u00e4d\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7#", - "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "\u00dbs\u00e9 \u00e4 t\u00efm\u00e9d \u00e9x\u00e4m t\u00f6 l\u00efm\u00eft th\u00e9 t\u00efm\u00e9 l\u00e9\u00e4rn\u00e9rs \u00e7\u00e4n sp\u00e9nd \u00f6n pr\u00f6\u00dfl\u00e9ms \u00efn th\u00efs s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n. L\u00e9\u00e4rn\u00e9rs m\u00fcst s\u00fc\u00dfm\u00eft \u00e4nsw\u00e9rs \u00df\u00e9f\u00f6r\u00e9 th\u00e9 t\u00efm\u00e9 \u00e9xp\u00efr\u00e9s. \u00dd\u00f6\u00fc \u00e7\u00e4n \u00e4ll\u00f6w \u00e4dd\u00eft\u00ef\u00f6n\u00e4l t\u00efm\u00e9 f\u00f6r \u00efnd\u00efv\u00efd\u00fc\u00e4l l\u00e9\u00e4rn\u00e9rs thr\u00f6\u00fcgh th\u00e9 \u00ccnstr\u00fc\u00e7t\u00f6r D\u00e4sh\u00df\u00f6\u00e4rd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5#", - "Use as a Prerequisite": "\u00dbs\u00e9 \u00e4s \u00e4 Pr\u00e9r\u00e9q\u00fc\u00efs\u00eft\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Use bookmarks to help you easily return to courseware pages. To bookmark a page, click \"Bookmark this page\" under the page title.": "\u00dbs\u00e9 \u00df\u00f6\u00f6km\u00e4rks t\u00f6 h\u00e9lp \u00fd\u00f6\u00fc \u00e9\u00e4s\u00efl\u00fd r\u00e9t\u00fcrn t\u00f6 \u00e7\u00f6\u00fcrs\u00e9w\u00e4r\u00e9 p\u00e4g\u00e9s. T\u00f6 \u00df\u00f6\u00f6km\u00e4rk \u00e4 p\u00e4g\u00e9, \u00e7l\u00ef\u00e7k \"B\u00f6\u00f6km\u00e4rk th\u00efs p\u00e4g\u00e9\" \u00fcnd\u00e9r th\u00e9 p\u00e4g\u00e9 t\u00eftl\u00e9. \u2c60'\u03c3#", - "Use cohorts as the basis for dividing discussions. All learners, regardless of cohort, see the same discussion topics, but within divided topics, only members of the same cohort see and respond to each others\u2019 posts. ": "\u00dbs\u00e9 \u00e7\u00f6h\u00f6rts \u00e4s th\u00e9 \u00df\u00e4s\u00efs f\u00f6r d\u00efv\u00efd\u00efng d\u00efs\u00e7\u00fcss\u00ef\u00f6ns. \u00c0ll l\u00e9\u00e4rn\u00e9rs, r\u00e9g\u00e4rdl\u00e9ss \u00f6f \u00e7\u00f6h\u00f6rt, s\u00e9\u00e9 th\u00e9 s\u00e4m\u00e9 d\u00efs\u00e7\u00fcss\u00ef\u00f6n t\u00f6p\u00ef\u00e7s, \u00df\u00fct w\u00efth\u00efn d\u00efv\u00efd\u00e9d t\u00f6p\u00ef\u00e7s, \u00f6nl\u00fd m\u00e9m\u00df\u00e9rs \u00f6f th\u00e9 s\u00e4m\u00e9 \u00e7\u00f6h\u00f6rt s\u00e9\u00e9 \u00e4nd r\u00e9sp\u00f6nd t\u00f6 \u00e9\u00e4\u00e7h \u00f6th\u00e9rs\u2019 p\u00f6sts. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442#", - "Use enrollment tracks as the basis for dividing discussions. All learners, regardless of their enrollment track, see the same discussion topics, but within divided topics, only learners who are in the same enrollment track see and respond to each others\u2019 posts.": "\u00dbs\u00e9 \u00e9nr\u00f6llm\u00e9nt tr\u00e4\u00e7ks \u00e4s th\u00e9 \u00df\u00e4s\u00efs f\u00f6r d\u00efv\u00efd\u00efng d\u00efs\u00e7\u00fcss\u00ef\u00f6ns. \u00c0ll l\u00e9\u00e4rn\u00e9rs, r\u00e9g\u00e4rdl\u00e9ss \u00f6f th\u00e9\u00efr \u00e9nr\u00f6llm\u00e9nt tr\u00e4\u00e7k, s\u00e9\u00e9 th\u00e9 s\u00e4m\u00e9 d\u00efs\u00e7\u00fcss\u00ef\u00f6n t\u00f6p\u00ef\u00e7s, \u00df\u00fct w\u00efth\u00efn d\u00efv\u00efd\u00e9d t\u00f6p\u00ef\u00e7s, \u00f6nl\u00fd l\u00e9\u00e4rn\u00e9rs wh\u00f6 \u00e4r\u00e9 \u00efn th\u00e9 s\u00e4m\u00e9 \u00e9nr\u00f6llm\u00e9nt tr\u00e4\u00e7k s\u00e9\u00e9 \u00e4nd r\u00e9sp\u00f6nd t\u00f6 \u00e9\u00e4\u00e7h \u00f6th\u00e9rs\u2019 p\u00f6sts. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142#", - "Use my institution/campus credentials": "\u00dbs\u00e9 m\u00fd \u00efnst\u00eft\u00fct\u00ef\u00f6n/\u00e7\u00e4mp\u00fcs \u00e7r\u00e9d\u00e9nt\u00ef\u00e4ls \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "Use my university info": "\u00dbs\u00e9 m\u00fd \u00fcn\u00efv\u00e9rs\u00eft\u00fd \u00efnf\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Use the All Topics menu to find specific topics.": "\u00dbs\u00e9 th\u00e9 \u00c0ll T\u00f6p\u00ef\u00e7s m\u00e9n\u00fc t\u00f6 f\u00efnd sp\u00e9\u00e7\u00eff\u00ef\u00e7 t\u00f6p\u00ef\u00e7s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Use the retake photo button if you are not pleased with your photo": "\u00dbs\u00e9 th\u00e9 r\u00e9t\u00e4k\u00e9 ph\u00f6t\u00f6 \u00df\u00fctt\u00f6n \u00eff \u00fd\u00f6\u00fc \u00e4r\u00e9 n\u00f6t pl\u00e9\u00e4s\u00e9d w\u00efth \u00fd\u00f6\u00fcr ph\u00f6t\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "\u00dbs\u00e9 \u00fd\u00f6\u00fcr w\u00e9\u00df\u00e7\u00e4m t\u00f6 t\u00e4k\u00e9 \u00e4 ph\u00f6t\u00f6 \u00f6f \u00fd\u00f6\u00fcr \u00ccD. W\u00e9 w\u00efll m\u00e4t\u00e7h th\u00efs ph\u00f6t\u00f6 w\u00efth th\u00e9 ph\u00f6t\u00f6 \u00f6f \u00fd\u00f6\u00fcr f\u00e4\u00e7\u00e9 \u00e4nd th\u00e9 n\u00e4m\u00e9 \u00f6n \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt. \u2c60'\u03c3\u044f\u0454\u043c#", - "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "\u00dbs\u00e9 \u00fd\u00f6\u00fcr w\u00e9\u00df\u00e7\u00e4m t\u00f6 t\u00e4k\u00e9 \u00e4 ph\u00f6t\u00f6 \u00f6f \u00fd\u00f6\u00fcr f\u00e4\u00e7\u00e9. W\u00e9 w\u00efll m\u00e4t\u00e7h th\u00efs ph\u00f6t\u00f6 w\u00efth th\u00e9 ph\u00f6t\u00f6 \u00f6n \u00fd\u00f6\u00fcr \u00ccD. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Used": "\u00dbs\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + ], + "There was an error while importing the new course to our database.": "Th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r wh\u00efl\u00e9 \u00efmp\u00f6rt\u00efng th\u00e9 n\u00e9w \u00e7\u00f6\u00fcrs\u00e9 t\u00f6 \u00f6\u00fcr d\u00e4t\u00e4\u00df\u00e4s\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "There was an error while importing the new library to our database.": "Th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r wh\u00efl\u00e9 \u00efmp\u00f6rt\u00efng th\u00e9 n\u00e9w l\u00ef\u00dfr\u00e4r\u00fd t\u00f6 \u00f6\u00fcr d\u00e4t\u00e4\u00df\u00e4s\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "There was an error while unpacking the file.": "Th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r wh\u00efl\u00e9 \u00fcnp\u00e4\u00e7k\u00efng th\u00e9 f\u00efl\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "There was an error while verifying the file you submitted.": "Th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r wh\u00efl\u00e9 v\u00e9r\u00eff\u00fd\u00efng th\u00e9 f\u00efl\u00e9 \u00fd\u00f6\u00fc s\u00fc\u00dfm\u00eftt\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "There was an error with the upload": "Th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r w\u00efth th\u00e9 \u00fcpl\u00f6\u00e4d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "There was an error, try searching again.": "Th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r, tr\u00fd s\u00e9\u00e4r\u00e7h\u00efng \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "There was an error. Please reload the page and try again.": "Th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r. Pl\u00e9\u00e4s\u00e9 r\u00e9l\u00f6\u00e4d th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "There were errors reindexing course.": "Th\u00e9r\u00e9 w\u00e9r\u00e9 \u00e9rr\u00f6rs r\u00e9\u00efnd\u00e9x\u00efng \u00e7\u00f6\u00fcrs\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "There's already another assignment type with this name.": "Th\u00e9r\u00e9's \u00e4lr\u00e9\u00e4d\u00fd \u00e4n\u00f6th\u00e9r \u00e4ss\u00efgnm\u00e9nt t\u00fdp\u00e9 w\u00efth th\u00efs n\u00e4m\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "These settings include basic information about your account.": "Th\u00e9s\u00e9 s\u00e9tt\u00efngs \u00efn\u00e7l\u00fcd\u00e9 \u00df\u00e4s\u00ef\u00e7 \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n \u00e4\u00df\u00f6\u00fct \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "These users could not be added as beta testers because their accounts are not yet activated:": "Th\u00e9s\u00e9 \u00fcs\u00e9rs \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00e4dd\u00e9d \u00e4s \u00df\u00e9t\u00e4 t\u00e9st\u00e9rs \u00df\u00e9\u00e7\u00e4\u00fcs\u00e9 th\u00e9\u00efr \u00e4\u00e7\u00e7\u00f6\u00fcnts \u00e4r\u00e9 n\u00f6t \u00fd\u00e9t \u00e4\u00e7t\u00efv\u00e4t\u00e9d: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "These users were not added as beta testers:": "Th\u00e9s\u00e9 \u00fcs\u00e9rs w\u00e9r\u00e9 n\u00f6t \u00e4dd\u00e9d \u00e4s \u00df\u00e9t\u00e4 t\u00e9st\u00e9rs: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "These users were not affiliated with the course so could not be unenrolled:": "Th\u00e9s\u00e9 \u00fcs\u00e9rs w\u00e9r\u00e9 n\u00f6t \u00e4ff\u00efl\u00ef\u00e4t\u00e9d w\u00efth th\u00e9 \u00e7\u00f6\u00fcrs\u00e9 s\u00f6 \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00fcn\u00e9nr\u00f6ll\u00e9d: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "These users were not removed as beta testers:": "Th\u00e9s\u00e9 \u00fcs\u00e9rs w\u00e9r\u00e9 n\u00f6t r\u00e9m\u00f6v\u00e9d \u00e4s \u00df\u00e9t\u00e4 t\u00e9st\u00e9rs: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "These users were successfully added as beta testers:": "Th\u00e9s\u00e9 \u00fcs\u00e9rs w\u00e9r\u00e9 s\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd \u00e4dd\u00e9d \u00e4s \u00df\u00e9t\u00e4 t\u00e9st\u00e9rs: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "These users were successfully removed as beta testers:": "Th\u00e9s\u00e9 \u00fcs\u00e9rs w\u00e9r\u00e9 s\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd r\u00e9m\u00f6v\u00e9d \u00e4s \u00df\u00e9t\u00e4 t\u00e9st\u00e9rs: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "These users will be allowed to enroll once they register:": "Th\u00e9s\u00e9 \u00fcs\u00e9rs w\u00efll \u00df\u00e9 \u00e4ll\u00f6w\u00e9d t\u00f6 \u00e9nr\u00f6ll \u00f6n\u00e7\u00e9 th\u00e9\u00fd r\u00e9g\u00efst\u00e9r: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "These users will be enrolled once they register:": "Th\u00e9s\u00e9 \u00fcs\u00e9rs w\u00efll \u00df\u00e9 \u00e9nr\u00f6ll\u00e9d \u00f6n\u00e7\u00e9 th\u00e9\u00fd r\u00e9g\u00efst\u00e9r: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "This Group Configuration is not in use. Start by adding a content experiment to any Unit via the {linkStart}Course Outline{linkEnd}.": "Th\u00efs Gr\u00f6\u00fcp \u00c7\u00f6nf\u00efg\u00fcr\u00e4t\u00ef\u00f6n \u00efs n\u00f6t \u00efn \u00fcs\u00e9. St\u00e4rt \u00df\u00fd \u00e4dd\u00efng \u00e4 \u00e7\u00f6nt\u00e9nt \u00e9xp\u00e9r\u00efm\u00e9nt t\u00f6 \u00e4n\u00fd \u00dbn\u00eft v\u00ef\u00e4 th\u00e9 {linkStart}\u00c7\u00f6\u00fcrs\u00e9 \u00d6\u00fctl\u00efn\u00e9{linkEnd}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "This Group Configuration is used in:": "Th\u00efs Gr\u00f6\u00fcp \u00c7\u00f6nf\u00efg\u00fcr\u00e4t\u00ef\u00f6n \u00efs \u00fcs\u00e9d \u00efn: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "This action cannot be undone.": "Th\u00efs \u00e4\u00e7t\u00ef\u00f6n \u00e7\u00e4nn\u00f6t \u00df\u00e9 \u00fcnd\u00f6n\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "This action updates the {provider} information for your entire organization.": "Th\u00efs \u00e4\u00e7t\u00ef\u00f6n \u00fcpd\u00e4t\u00e9s th\u00e9 {provider} \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n f\u00f6r \u00fd\u00f6\u00fcr \u00e9nt\u00efr\u00e9 \u00f6rg\u00e4n\u00efz\u00e4t\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "This assessment could not be submitted.": "Th\u00efs \u00e4ss\u00e9ssm\u00e9nt \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 s\u00fc\u00dfm\u00eftt\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "This browser cannot play .mp4, .ogg, or .webm files.": "Th\u00efs \u00dfr\u00f6ws\u00e9r \u00e7\u00e4nn\u00f6t pl\u00e4\u00fd .mp4, .\u00f6gg, \u00f6r .w\u00e9\u00dfm f\u00efl\u00e9s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "This catalog's courses:": "Th\u00efs \u00e7\u00e4t\u00e4l\u00f6g's \u00e7\u00f6\u00fcrs\u00e9s: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "This certificate has already been activated and is live. Are you sure you want to continue editing?": "Th\u00efs \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 h\u00e4s \u00e4lr\u00e9\u00e4d\u00fd \u00df\u00e9\u00e9n \u00e4\u00e7t\u00efv\u00e4t\u00e9d \u00e4nd \u00efs l\u00efv\u00e9. \u00c0r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00e7\u00f6nt\u00efn\u00fc\u00e9 \u00e9d\u00eft\u00efng? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "This comment could not be deleted. Refresh the page and try again.": "Th\u00efs \u00e7\u00f6mm\u00e9nt \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 d\u00e9l\u00e9t\u00e9d. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "This component has validation issues.": "Th\u00efs \u00e7\u00f6mp\u00f6n\u00e9nt h\u00e4s v\u00e4l\u00efd\u00e4t\u00ef\u00f6n \u00efss\u00fc\u00e9s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "Th\u00efs \u00e7\u00f6nf\u00efg\u00fcr\u00e4t\u00ef\u00f6n \u00efs \u00e7\u00fcrr\u00e9ntl\u00fd \u00fcs\u00e9d \u00efn \u00e7\u00f6nt\u00e9nt \u00e9xp\u00e9r\u00efm\u00e9nts. \u00ccf \u00fd\u00f6\u00fc m\u00e4k\u00e9 \u00e7h\u00e4ng\u00e9s t\u00f6 th\u00e9 gr\u00f6\u00fcps, \u00fd\u00f6\u00fc m\u00e4\u00fd n\u00e9\u00e9d t\u00f6 \u00e9d\u00eft th\u00f6s\u00e9 \u00e9xp\u00e9r\u00efm\u00e9nts. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142\u03b1\u0432\u03c3\u044f\u03c5#", + "This content group is used in one or more units.": "Th\u00efs \u00e7\u00f6nt\u00e9nt gr\u00f6\u00fcp \u00efs \u00fcs\u00e9d \u00efn \u00f6n\u00e9 \u00f6r m\u00f6r\u00e9 \u00fcn\u00efts. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "This course has automatic cohorting enabled for verified track learners, but cohorts are disabled. You must enable cohorts for the feature to work.": "Th\u00efs \u00e7\u00f6\u00fcrs\u00e9 h\u00e4s \u00e4\u00fct\u00f6m\u00e4t\u00ef\u00e7 \u00e7\u00f6h\u00f6rt\u00efng \u00e9n\u00e4\u00dfl\u00e9d f\u00f6r v\u00e9r\u00eff\u00ef\u00e9d tr\u00e4\u00e7k l\u00e9\u00e4rn\u00e9rs, \u00df\u00fct \u00e7\u00f6h\u00f6rts \u00e4r\u00e9 d\u00efs\u00e4\u00dfl\u00e9d. \u00dd\u00f6\u00fc m\u00fcst \u00e9n\u00e4\u00dfl\u00e9 \u00e7\u00f6h\u00f6rts f\u00f6r th\u00e9 f\u00e9\u00e4t\u00fcr\u00e9 t\u00f6 w\u00f6rk. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c #", + "This course has automatic cohorting enabled for verified track learners, but the required cohort does not exist. You must create a manually-assigned cohort named '{verifiedCohortName}' for the feature to work.": "Th\u00efs \u00e7\u00f6\u00fcrs\u00e9 h\u00e4s \u00e4\u00fct\u00f6m\u00e4t\u00ef\u00e7 \u00e7\u00f6h\u00f6rt\u00efng \u00e9n\u00e4\u00dfl\u00e9d f\u00f6r v\u00e9r\u00eff\u00ef\u00e9d tr\u00e4\u00e7k l\u00e9\u00e4rn\u00e9rs, \u00df\u00fct th\u00e9 r\u00e9q\u00fc\u00efr\u00e9d \u00e7\u00f6h\u00f6rt d\u00f6\u00e9s n\u00f6t \u00e9x\u00efst. \u00dd\u00f6\u00fc m\u00fcst \u00e7r\u00e9\u00e4t\u00e9 \u00e4 m\u00e4n\u00fc\u00e4ll\u00fd-\u00e4ss\u00efgn\u00e9d \u00e7\u00f6h\u00f6rt n\u00e4m\u00e9d '{verifiedCohortName}' f\u00f6r th\u00e9 f\u00e9\u00e4t\u00fcr\u00e9 t\u00f6 w\u00f6rk. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3#", + "This course uses automatic cohorting for verified track learners. You cannot disable cohorts, and you cannot rename the manual cohort named '{verifiedCohortName}'. To change the configuration for verified track cohorts, contact your edX partner manager.": "Th\u00efs \u00e7\u00f6\u00fcrs\u00e9 \u00fcs\u00e9s \u00e4\u00fct\u00f6m\u00e4t\u00ef\u00e7 \u00e7\u00f6h\u00f6rt\u00efng f\u00f6r v\u00e9r\u00eff\u00ef\u00e9d tr\u00e4\u00e7k l\u00e9\u00e4rn\u00e9rs. \u00dd\u00f6\u00fc \u00e7\u00e4nn\u00f6t d\u00efs\u00e4\u00dfl\u00e9 \u00e7\u00f6h\u00f6rts, \u00e4nd \u00fd\u00f6\u00fc \u00e7\u00e4nn\u00f6t r\u00e9n\u00e4m\u00e9 th\u00e9 m\u00e4n\u00fc\u00e4l \u00e7\u00f6h\u00f6rt n\u00e4m\u00e9d '{verifiedCohortName}'. T\u00f6 \u00e7h\u00e4ng\u00e9 th\u00e9 \u00e7\u00f6nf\u00efg\u00fcr\u00e4t\u00ef\u00f6n f\u00f6r v\u00e9r\u00eff\u00ef\u00e9d tr\u00e4\u00e7k \u00e7\u00f6h\u00f6rts, \u00e7\u00f6nt\u00e4\u00e7t \u00fd\u00f6\u00fcr \u00e9dX p\u00e4rtn\u00e9r m\u00e4n\u00e4g\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142#", + "This discussion could not be loaded. Refresh the page and try again.": "Th\u00efs d\u00efs\u00e7\u00fcss\u00ef\u00f6n \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 l\u00f6\u00e4d\u00e9d. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "This feature is currently in testing. Course teams can enter highlights, but learners will not receive email messages.": "Th\u00efs f\u00e9\u00e4t\u00fcr\u00e9 \u00efs \u00e7\u00fcrr\u00e9ntl\u00fd \u00efn t\u00e9st\u00efng. \u00c7\u00f6\u00fcrs\u00e9 t\u00e9\u00e4ms \u00e7\u00e4n \u00e9nt\u00e9r h\u00efghl\u00efghts, \u00df\u00fct l\u00e9\u00e4rn\u00e9rs w\u00efll n\u00f6t r\u00e9\u00e7\u00e9\u00efv\u00e9 \u00e9m\u00e4\u00efl m\u00e9ss\u00e4g\u00e9s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "This feedback could not be submitted.": "Th\u00efs f\u00e9\u00e9d\u00df\u00e4\u00e7k \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 s\u00fc\u00dfm\u00eftt\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "This file type is not supported. Supported file type is {supportedFileFormat}.": "Th\u00efs f\u00efl\u00e9 t\u00fdp\u00e9 \u00efs n\u00f6t s\u00fcpp\u00f6rt\u00e9d. S\u00fcpp\u00f6rt\u00e9d f\u00efl\u00e9 t\u00fdp\u00e9 \u00efs {supportedFileFormat}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "This group controls access to:": "Th\u00efs gr\u00f6\u00fcp \u00e7\u00f6ntr\u00f6ls \u00e4\u00e7\u00e7\u00e9ss t\u00f6: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "This group no longer exists. Choose another group or do not restrict access to this unit.": "Th\u00efs gr\u00f6\u00fcp n\u00f6 l\u00f6ng\u00e9r \u00e9x\u00efsts. \u00c7h\u00f6\u00f6s\u00e9 \u00e4n\u00f6th\u00e9r gr\u00f6\u00fcp \u00f6r d\u00f6 n\u00f6t r\u00e9str\u00ef\u00e7t \u00e4\u00e7\u00e7\u00e9ss t\u00f6 th\u00efs \u00fcn\u00eft. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "This image file type is not supported. Supported file types are {supportedFileFormats}.": "Th\u00efs \u00efm\u00e4g\u00e9 f\u00efl\u00e9 t\u00fdp\u00e9 \u00efs n\u00f6t s\u00fcpp\u00f6rt\u00e9d. S\u00fcpp\u00f6rt\u00e9d f\u00efl\u00e9 t\u00fdp\u00e9s \u00e4r\u00e9 {supportedFileFormats}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "This image is for decorative purposes only and does not require a description.": "Th\u00efs \u00efm\u00e4g\u00e9 \u00efs f\u00f6r d\u00e9\u00e7\u00f6r\u00e4t\u00efv\u00e9 p\u00fcrp\u00f6s\u00e9s \u00f6nl\u00fd \u00e4nd d\u00f6\u00e9s n\u00f6t r\u00e9q\u00fc\u00efr\u00e9 \u00e4 d\u00e9s\u00e7r\u00efpt\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "This includes access to {siteName} from your employer\u2019s or university\u2019s system{additionalSiteSpecificDeletionText}.": "Th\u00efs \u00efn\u00e7l\u00fcd\u00e9s \u00e4\u00e7\u00e7\u00e9ss t\u00f6 {siteName} fr\u00f6m \u00fd\u00f6\u00fcr \u00e9mpl\u00f6\u00fd\u00e9r\u2019s \u00f6r \u00fcn\u00efv\u00e9rs\u00eft\u00fd\u2019s s\u00fdst\u00e9m{additionalSiteSpecificDeletionText}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "This is the Description of the Group Configuration": "Th\u00efs \u00efs th\u00e9 D\u00e9s\u00e7r\u00efpt\u00ef\u00f6n \u00f6f th\u00e9 Gr\u00f6\u00fcp \u00c7\u00f6nf\u00efg\u00fcr\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "This is the Name of the Group Configuration": "Th\u00efs \u00efs th\u00e9 N\u00e4m\u00e9 \u00f6f th\u00e9 Gr\u00f6\u00fcp \u00c7\u00f6nf\u00efg\u00fcr\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Tio \u0109i estas la listo de disponeblaj %s. Vi povas forigi kelkajn elektante ilin en la suba skatolo kaj tiam klakante la \"Elekti\" sagon inter la du skatoloj.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Tio \u0109i estas la listo de elektitaj %s. Vi povas forigi kelkajn elektante ilin en la suba skatolo kaj tiam klakante la \"Forigi\" sagon inter la du skatoloj.", + "This is the name of the group": "Th\u00efs \u00efs th\u00e9 n\u00e4m\u00e9 \u00f6f th\u00e9 gr\u00f6\u00fcp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "This learner is currently sharing a limited profile.": "Th\u00efs l\u00e9\u00e4rn\u00e9r \u00efs \u00e7\u00fcrr\u00e9ntl\u00fd sh\u00e4r\u00efng \u00e4 l\u00efm\u00eft\u00e9d pr\u00f6f\u00efl\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "This learner will be removed from the team,allowing another learner to take the available spot.": "Th\u00efs l\u00e9\u00e4rn\u00e9r w\u00efll \u00df\u00e9 r\u00e9m\u00f6v\u00e9d fr\u00f6m th\u00e9 t\u00e9\u00e4m,\u00e4ll\u00f6w\u00efng \u00e4n\u00f6th\u00e9r l\u00e9\u00e4rn\u00e9r t\u00f6 t\u00e4k\u00e9 th\u00e9 \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 sp\u00f6t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "This link will open in a modal window": "Th\u00efs l\u00efnk w\u00efll \u00f6p\u00e9n \u00efn \u00e4 m\u00f6d\u00e4l w\u00efnd\u00f6w \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "This link will open in a new browser window/tab": "Th\u00efs l\u00efnk w\u00efll \u00f6p\u00e9n \u00efn \u00e4 n\u00e9w \u00dfr\u00f6ws\u00e9r w\u00efnd\u00f6w/t\u00e4\u00df \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "This may be happening because of an error with our server or your internet connection. Try refreshing the page or making sure you are online.": "Th\u00efs m\u00e4\u00fd \u00df\u00e9 h\u00e4pp\u00e9n\u00efng \u00df\u00e9\u00e7\u00e4\u00fcs\u00e9 \u00f6f \u00e4n \u00e9rr\u00f6r w\u00efth \u00f6\u00fcr s\u00e9rv\u00e9r \u00f6r \u00fd\u00f6\u00fcr \u00efnt\u00e9rn\u00e9t \u00e7\u00f6nn\u00e9\u00e7t\u00ef\u00f6n. Tr\u00fd r\u00e9fr\u00e9sh\u00efng th\u00e9 p\u00e4g\u00e9 \u00f6r m\u00e4k\u00efng s\u00fcr\u00e9 \u00fd\u00f6\u00fc \u00e4r\u00e9 \u00f6nl\u00efn\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 #", + "This page contains information about orders that you have placed with {platform_name}.": "Th\u00efs p\u00e4g\u00e9 \u00e7\u00f6nt\u00e4\u00efns \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n \u00e4\u00df\u00f6\u00fct \u00f6rd\u00e9rs th\u00e4t \u00fd\u00f6\u00fc h\u00e4v\u00e9 pl\u00e4\u00e7\u00e9d w\u00efth {platform_name}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "This post could not be closed. Refresh the page and try again.": "Th\u00efs p\u00f6st \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00e7l\u00f6s\u00e9d. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "This post could not be flagged for abuse. Refresh the page and try again.": "Th\u00efs p\u00f6st \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 fl\u00e4gg\u00e9d f\u00f6r \u00e4\u00df\u00fcs\u00e9. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "This post could not be pinned. Refresh the page and try again.": "Th\u00efs p\u00f6st \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 p\u00efnn\u00e9d. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "This post could not be reopened. Refresh the page and try again.": "Th\u00efs p\u00f6st \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 r\u00e9\u00f6p\u00e9n\u00e9d. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "This post could not be unflagged for abuse. Refresh the page and try again.": "Th\u00efs p\u00f6st \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00fcnfl\u00e4gg\u00e9d f\u00f6r \u00e4\u00df\u00fcs\u00e9. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "This post could not be unpinned. Refresh the page and try again.": "Th\u00efs p\u00f6st \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00fcnp\u00efnn\u00e9d. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "This problem could not be saved.": "Th\u00efs pr\u00f6\u00dfl\u00e9m \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 s\u00e4v\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "This problem has already been released. Any changes will apply only to future assessments.": "Th\u00efs pr\u00f6\u00dfl\u00e9m h\u00e4s \u00e4lr\u00e9\u00e4d\u00fd \u00df\u00e9\u00e9n r\u00e9l\u00e9\u00e4s\u00e9d. \u00c0n\u00fd \u00e7h\u00e4ng\u00e9s w\u00efll \u00e4ppl\u00fd \u00f6nl\u00fd t\u00f6 f\u00fct\u00fcr\u00e9 \u00e4ss\u00e9ssm\u00e9nts. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "This problem has been reset.": "Th\u00efs pr\u00f6\u00dfl\u00e9m h\u00e4s \u00df\u00e9\u00e9n r\u00e9s\u00e9t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "This response could not be marked as an answer. Refresh the page and try again.": "Th\u00efs r\u00e9sp\u00f6ns\u00e9 \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 m\u00e4rk\u00e9d \u00e4s \u00e4n \u00e4nsw\u00e9r. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "This response could not be marked as endorsed. Refresh the page and try again.": "Th\u00efs r\u00e9sp\u00f6ns\u00e9 \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 m\u00e4rk\u00e9d \u00e4s \u00e9nd\u00f6rs\u00e9d. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "This response could not be saved.": "Th\u00efs r\u00e9sp\u00f6ns\u00e9 \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 s\u00e4v\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "This response could not be submitted.": "Th\u00efs r\u00e9sp\u00f6ns\u00e9 \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 s\u00fc\u00dfm\u00eftt\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "This response could not be unendorsed. Refresh the page and try again.": "Th\u00efs r\u00e9sp\u00f6ns\u00e9 \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00fcn\u00e9nd\u00f6rs\u00e9d. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "This response could not be unmarked as an answer. Refresh the page and try again.": "Th\u00efs r\u00e9sp\u00f6ns\u00e9 \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00fcnm\u00e4rk\u00e9d \u00e4s \u00e4n \u00e4nsw\u00e9r. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "This response has been saved but not submitted.": "Th\u00efs r\u00e9sp\u00f6ns\u00e9 h\u00e4s \u00df\u00e9\u00e9n s\u00e4v\u00e9d \u00df\u00fct n\u00f6t s\u00fc\u00dfm\u00eftt\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "This response has not been saved.": "Th\u00efs r\u00e9sp\u00f6ns\u00e9 h\u00e4s n\u00f6t \u00df\u00e9\u00e9n s\u00e4v\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "This role requires a divided discussions scheme.": "Th\u00efs r\u00f6l\u00e9 r\u00e9q\u00fc\u00efr\u00e9s \u00e4 d\u00efv\u00efd\u00e9d d\u00efs\u00e7\u00fcss\u00ef\u00f6ns s\u00e7h\u00e9m\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "This section could not be loaded.": "Th\u00efs s\u00e9\u00e7t\u00ef\u00f6n \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 l\u00f6\u00e4d\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.": "Th\u00efs sh\u00f6rt n\u00e4m\u00e9 f\u00f6r th\u00e9 \u00e4ss\u00efgnm\u00e9nt t\u00fdp\u00e9 (f\u00f6r \u00e9x\u00e4mpl\u00e9, HW \u00f6r M\u00efdt\u00e9rm) \u00e4pp\u00e9\u00e4rs n\u00e9xt t\u00f6 \u00e4ss\u00efgnm\u00e9nts \u00f6n \u00e4 l\u00e9\u00e4rn\u00e9r's Pr\u00f6gr\u00e9ss p\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c#", + "This team does not have any members.": "Th\u00efs t\u00e9\u00e4m d\u00f6\u00e9s n\u00f6t h\u00e4v\u00e9 \u00e4n\u00fd m\u00e9m\u00df\u00e9rs. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "This team is full.": "Th\u00efs t\u00e9\u00e4m \u00efs f\u00fcll. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "This unit has validation issues.": "Th\u00efs \u00fcn\u00eft h\u00e4s v\u00e4l\u00efd\u00e4t\u00ef\u00f6n \u00efss\u00fc\u00e9s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "This vote could not be processed. Refresh the page and try again.": "Th\u00efs v\u00f6t\u00e9 \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 pr\u00f6\u00e7\u00e9ss\u00e9d. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "This {parentCategory} has no {childCategory}": "Th\u00efs {parentCategory} h\u00e4s n\u00f6 {childCategory} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Thumbnail": "Th\u00fcm\u00dfn\u00e4\u00efl \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Thumbnail for {videoName}": "Th\u00fcm\u00dfn\u00e4\u00efl f\u00f6r {videoName} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Thumbnail view of ": "Th\u00fcm\u00dfn\u00e4\u00efl v\u00ef\u00e9w \u00f6f \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Time Allotted (HH:MM):": "T\u00efm\u00e9 \u00c0ll\u00f6tt\u00e9d (HH:MM): \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Time Sent": "T\u00efm\u00e9 S\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Time Sent:": "T\u00efm\u00e9 S\u00e9nt: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Time Zone": "T\u00efm\u00e9 Z\u00f6n\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Timed": "T\u00efm\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Timed Exam": "T\u00efm\u00e9d \u00c9x\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Timed Transcript Conflict": "T\u00efm\u00e9d Tr\u00e4ns\u00e7r\u00efpt \u00c7\u00f6nfl\u00ef\u00e7t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Timed Transcript Found": "T\u00efm\u00e9d Tr\u00e4ns\u00e7r\u00efpt F\u00f6\u00fcnd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Timed Transcript Uploaded Successfully": "T\u00efm\u00e9d Tr\u00e4ns\u00e7r\u00efpt \u00dbpl\u00f6\u00e4d\u00e9d S\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "Timed Transcript from %(filename)s": "T\u00efm\u00e9d Tr\u00e4ns\u00e7r\u00efpt fr\u00f6m %(filename)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Timed out": "T\u00efm\u00e9d \u00f6\u00fct \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Tips on taking a successful photo": "T\u00efps \u00f6n t\u00e4k\u00efng \u00e4 s\u00fc\u00e7\u00e7\u00e9ssf\u00fcl ph\u00f6t\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "Title": "T\u00eftl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Title ": "T\u00eftl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Title of the signatory": "T\u00eftl\u00e9 \u00f6f th\u00e9 s\u00efgn\u00e4t\u00f6r\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "T\u00eftl\u00e9s m\u00f6r\u00e9 th\u00e4n 100 \u00e7h\u00e4r\u00e4\u00e7t\u00e9rs m\u00e4\u00fd pr\u00e9v\u00e9nt st\u00fcd\u00e9nts fr\u00f6m pr\u00efnt\u00efng th\u00e9\u00efr \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u00f6n \u00e4 s\u00efngl\u00e9 p\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "To access the course, select a session.": "T\u00f6 \u00e4\u00e7\u00e7\u00e9ss th\u00e9 \u00e7\u00f6\u00fcrs\u00e9, s\u00e9l\u00e9\u00e7t \u00e4 s\u00e9ss\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.": "T\u00f6 \u00df\u00e9 s\u00fcr\u00e9 \u00e4ll st\u00fcd\u00e9nts \u00e7\u00e4n \u00e4\u00e7\u00e7\u00e9ss th\u00e9 v\u00efd\u00e9\u00f6, w\u00e9 r\u00e9\u00e7\u00f6mm\u00e9nd pr\u00f6v\u00efd\u00efng \u00df\u00f6th \u00e4n .mp4 \u00e4nd \u00e4 .w\u00e9\u00dfm v\u00e9rs\u00ef\u00f6n \u00f6f \u00fd\u00f6\u00fcr v\u00efd\u00e9\u00f6. \u00c7l\u00ef\u00e7k \u00df\u00e9l\u00f6w t\u00f6 \u00e4dd \u00e4 \u00dbRL f\u00f6r \u00e4n\u00f6th\u00e9r v\u00e9rs\u00ef\u00f6n. Th\u00e9s\u00e9 \u00dbRLs \u00e7\u00e4nn\u00f6t \u00df\u00e9 \u00dd\u00f6\u00fcT\u00fc\u00df\u00e9 \u00dbRLs. Th\u00e9 f\u00efrst l\u00efst\u00e9d v\u00efd\u00e9\u00f6 th\u00e4t's \u00e7\u00f6mp\u00e4t\u00ef\u00dfl\u00e9 w\u00efth th\u00e9 st\u00fcd\u00e9nt's \u00e7\u00f6mp\u00fct\u00e9r w\u00efll pl\u00e4\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202#", + "To complete the program, you must earn a verified certificate for each course.": "T\u00f6 \u00e7\u00f6mpl\u00e9t\u00e9 th\u00e9 pr\u00f6gr\u00e4m, \u00fd\u00f6\u00fc m\u00fcst \u00e9\u00e4rn \u00e4 v\u00e9r\u00eff\u00ef\u00e9d \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 f\u00f6r \u00e9\u00e4\u00e7h \u00e7\u00f6\u00fcrs\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "To continue learning with this account, sign in below.": "T\u00f6 \u00e7\u00f6nt\u00efn\u00fc\u00e9 l\u00e9\u00e4rn\u00efng w\u00efth th\u00efs \u00e4\u00e7\u00e7\u00f6\u00fcnt, s\u00efgn \u00efn \u00df\u00e9l\u00f6w. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "To finalize course credit, %(display_name)s requires %(platform_name)s learners to submit a credit request.": "T\u00f6 f\u00efn\u00e4l\u00efz\u00e9 \u00e7\u00f6\u00fcrs\u00e9 \u00e7r\u00e9d\u00eft, %(display_name)s r\u00e9q\u00fc\u00efr\u00e9s %(platform_name)s l\u00e9\u00e4rn\u00e9rs t\u00f6 s\u00fc\u00dfm\u00eft \u00e4 \u00e7r\u00e9d\u00eft r\u00e9q\u00fc\u00e9st. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "To invalidate a certificate for a particular learner, add the username or email address below.": "T\u00f6 \u00efnv\u00e4l\u00efd\u00e4t\u00e9 \u00e4 \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 f\u00f6r \u00e4 p\u00e4rt\u00ef\u00e7\u00fcl\u00e4r l\u00e9\u00e4rn\u00e9r, \u00e4dd th\u00e9 \u00fcs\u00e9rn\u00e4m\u00e9 \u00f6r \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss \u00df\u00e9l\u00f6w. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "To receive a certificate, you must also verify your identity before {date}.": "T\u00f6 r\u00e9\u00e7\u00e9\u00efv\u00e9 \u00e4 \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9, \u00fd\u00f6\u00fc m\u00fcst \u00e4ls\u00f6 v\u00e9r\u00eff\u00fd \u00fd\u00f6\u00fcr \u00efd\u00e9nt\u00eft\u00fd \u00df\u00e9f\u00f6r\u00e9 {date}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "To receive a certificate, you must also verify your identity.": "T\u00f6 r\u00e9\u00e7\u00e9\u00efv\u00e9 \u00e4 \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9, \u00fd\u00f6\u00fc m\u00fcst \u00e4ls\u00f6 v\u00e9r\u00eff\u00fd \u00fd\u00f6\u00fcr \u00efd\u00e9nt\u00eft\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "To receive credit for problems, you must select \"Submit\" for each problem before you select \"End My Exam\".": "T\u00f6 r\u00e9\u00e7\u00e9\u00efv\u00e9 \u00e7r\u00e9d\u00eft f\u00f6r pr\u00f6\u00dfl\u00e9ms, \u00fd\u00f6\u00fc m\u00fcst s\u00e9l\u00e9\u00e7t \"S\u00fc\u00dfm\u00eft\" f\u00f6r \u00e9\u00e4\u00e7h pr\u00f6\u00dfl\u00e9m \u00df\u00e9f\u00f6r\u00e9 \u00fd\u00f6\u00fc s\u00e9l\u00e9\u00e7t \"\u00c9nd M\u00fd \u00c9x\u00e4m\". \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 #", + "To review learner cohort assignments or see the results of uploading a CSV file, download course profile information or cohort results on the {link_start}Data Download{link_end} page.": "T\u00f6 r\u00e9v\u00ef\u00e9w l\u00e9\u00e4rn\u00e9r \u00e7\u00f6h\u00f6rt \u00e4ss\u00efgnm\u00e9nts \u00f6r s\u00e9\u00e9 th\u00e9 r\u00e9s\u00fclts \u00f6f \u00fcpl\u00f6\u00e4d\u00efng \u00e4 \u00c7SV f\u00efl\u00e9, d\u00f6wnl\u00f6\u00e4d \u00e7\u00f6\u00fcrs\u00e9 pr\u00f6f\u00efl\u00e9 \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n \u00f6r \u00e7\u00f6h\u00f6rt r\u00e9s\u00fclts \u00f6n th\u00e9 {link_start}D\u00e4t\u00e4 D\u00f6wnl\u00f6\u00e4d{link_end} p\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2#", + "To share your certificate on Mozilla Backpack, you must first have a Backpack account. Complete the following steps to add your certificate to Backpack.": "T\u00f6 sh\u00e4r\u00e9 \u00fd\u00f6\u00fcr \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u00f6n M\u00f6z\u00efll\u00e4 B\u00e4\u00e7kp\u00e4\u00e7k, \u00fd\u00f6\u00fc m\u00fcst f\u00efrst h\u00e4v\u00e9 \u00e4 B\u00e4\u00e7kp\u00e4\u00e7k \u00e4\u00e7\u00e7\u00f6\u00fcnt. \u00c7\u00f6mpl\u00e9t\u00e9 th\u00e9 f\u00f6ll\u00f6w\u00efng st\u00e9ps t\u00f6 \u00e4dd \u00fd\u00f6\u00fcr \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 t\u00f6 B\u00e4\u00e7kp\u00e4\u00e7k. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442#", + "To take a successful photo, make sure that:": "T\u00f6 t\u00e4k\u00e9 \u00e4 s\u00fc\u00e7\u00e7\u00e9ssf\u00fcl ph\u00f6t\u00f6, m\u00e4k\u00e9 s\u00fcr\u00e9 th\u00e4t: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "To use the current photo, select the Take Photo button {icon}. To take another photo, select the Retake Photo button {icon}.": "T\u00f6 \u00fcs\u00e9 th\u00e9 \u00e7\u00fcrr\u00e9nt ph\u00f6t\u00f6, s\u00e9l\u00e9\u00e7t th\u00e9 T\u00e4k\u00e9 Ph\u00f6t\u00f6 \u00df\u00fctt\u00f6n {icon}. T\u00f6 t\u00e4k\u00e9 \u00e4n\u00f6th\u00e9r ph\u00f6t\u00f6, s\u00e9l\u00e9\u00e7t th\u00e9 R\u00e9t\u00e4k\u00e9 Ph\u00f6t\u00f6 \u00df\u00fctt\u00f6n {icon}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "To verify your identity, you need a webcam and a government-issued photo ID.": "T\u00f6 v\u00e9r\u00eff\u00fd \u00fd\u00f6\u00fcr \u00efd\u00e9nt\u00eft\u00fd, \u00fd\u00f6\u00fc n\u00e9\u00e9d \u00e4 w\u00e9\u00df\u00e7\u00e4m \u00e4nd \u00e4 g\u00f6v\u00e9rnm\u00e9nt-\u00efss\u00fc\u00e9d ph\u00f6t\u00f6 \u00ccD. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "Today": "Hodia\u016d", + "Toggle Account Password (Usable/Unusable)": "T\u00f6ggl\u00e9 \u00c0\u00e7\u00e7\u00f6\u00fcnt P\u00e4ssw\u00f6rd (\u00dbs\u00e4\u00dfl\u00e9/\u00dbn\u00fcs\u00e4\u00dfl\u00e9) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Toggle Notifications Setting": "T\u00f6ggl\u00e9 N\u00f6t\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6ns S\u00e9tt\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Tomorrow": "Morga\u016d", + "Tools": "T\u00f6\u00f6ls \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Top": "T\u00f6p \u2c60'\u03c3\u044f\u0454\u043c#", + "Topic": "T\u00f6p\u00ef\u00e7 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Topics": "T\u00f6p\u00ef\u00e7s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Total": "T\u00f6t\u00e4l \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Total Number": "T\u00f6t\u00e4l N\u00fcm\u00df\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Total Responses": "T\u00f6t\u00e4l R\u00e9sp\u00f6ns\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Training": "Tr\u00e4\u00efn\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Transcript Fidelity": "Tr\u00e4ns\u00e7r\u00efpt F\u00efd\u00e9l\u00eft\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Transcript Languages": "Tr\u00e4ns\u00e7r\u00efpt L\u00e4ng\u00fc\u00e4g\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Transcript Provider": "Tr\u00e4ns\u00e7r\u00efpt Pr\u00f6v\u00efd\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Transcript Turnaround": "Tr\u00e4ns\u00e7r\u00efpt T\u00fcrn\u00e4r\u00f6\u00fcnd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Transcript will be displayed when you start playing the video.": "Tr\u00e4ns\u00e7r\u00efpt w\u00efll \u00df\u00e9 d\u00efspl\u00e4\u00fd\u00e9d wh\u00e9n \u00fd\u00f6\u00fc st\u00e4rt pl\u00e4\u00fd\u00efng th\u00e9 v\u00efd\u00e9\u00f6. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Transcripts": "Tr\u00e4ns\u00e7r\u00efpts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Try the transaction again in a few minutes.": "Tr\u00fd th\u00e9 tr\u00e4ns\u00e4\u00e7t\u00ef\u00f6n \u00e4g\u00e4\u00efn \u00efn \u00e4 f\u00e9w m\u00efn\u00fct\u00e9s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Try using a different browser, such as Google Chrome.": "Tr\u00fd \u00fcs\u00efng \u00e4 d\u00efff\u00e9r\u00e9nt \u00dfr\u00f6ws\u00e9r, s\u00fc\u00e7h \u00e4s G\u00f6\u00f6gl\u00e9 \u00c7hr\u00f6m\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Turn off transcripts": "T\u00fcrn \u00f6ff tr\u00e4ns\u00e7r\u00efpts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Turn on closed captioning": "T\u00fcrn \u00f6n \u00e7l\u00f6s\u00e9d \u00e7\u00e4pt\u00ef\u00f6n\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Turn on transcripts": "T\u00fcrn \u00f6n tr\u00e4ns\u00e7r\u00efpts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Type": "T\u00fdp\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "T\u00fdp\u00e9 \u00efn \u00e4 \u00dbRL \u00f6r \u00fcs\u00e9 th\u00e9 \"\u00c7h\u00f6\u00f6s\u00e9 F\u00efl\u00e9\" \u00df\u00fctt\u00f6n t\u00f6 \u00fcpl\u00f6\u00e4d \u00e4 f\u00efl\u00e9 fr\u00f6m \u00fd\u00f6\u00fcr m\u00e4\u00e7h\u00efn\u00e9. (\u00e9.g. 'http://\u00e9x\u00e4mpl\u00e9.\u00e7\u00f6m/\u00efmg/\u00e7l\u00f6\u00fcds.jpg') \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Type into this box to filter down the list of available %s.": "Entipu en \u0109i-tiu skatolo por filtri la liston de haveblaj %s.", + "URL": "\u00dbRL \u2c60'\u03c3\u044f\u0454\u043c#", + "Unable to delete account": "\u00dbn\u00e4\u00dfl\u00e9 t\u00f6 d\u00e9l\u00e9t\u00e9 \u00e4\u00e7\u00e7\u00f6\u00fcnt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "Unable to determine whether we should give you a refund because of System Error. Please try again later.": "\u00dbn\u00e4\u00dfl\u00e9 t\u00f6 d\u00e9t\u00e9rm\u00efn\u00e9 wh\u00e9th\u00e9r w\u00e9 sh\u00f6\u00fcld g\u00efv\u00e9 \u00fd\u00f6\u00fc \u00e4 r\u00e9f\u00fcnd \u00df\u00e9\u00e7\u00e4\u00fcs\u00e9 \u00f6f S\u00fdst\u00e9m \u00c9rr\u00f6r. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn l\u00e4t\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Unable to load": "\u00dbn\u00e4\u00dfl\u00e9 t\u00f6 l\u00f6\u00e4d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "Unable to submit application": "\u00dbn\u00e4\u00dfl\u00e9 t\u00f6 s\u00fc\u00dfm\u00eft \u00e4ppl\u00ef\u00e7\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Underline": "\u00dbnd\u00e9rl\u00efn\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Undo": "\u00dbnd\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Undo (Ctrl+Z)": "\u00dbnd\u00f6 (\u00c7trl+Z) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Undo Changes": "\u00dbnd\u00f6 \u00c7h\u00e4ng\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Undo move": "\u00dbnd\u00f6 m\u00f6v\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Undo moving": "\u00dbnd\u00f6 m\u00f6v\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Unexpected server error.": "\u00dbn\u00e9xp\u00e9\u00e7t\u00e9d s\u00e9rv\u00e9r \u00e9rr\u00f6r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "Ungraded": "\u00dbngr\u00e4d\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Unit": "\u00dbn\u00eft \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Unit Access": "\u00dbn\u00eft \u00c0\u00e7\u00e7\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Unit Name": "\u00dbn\u00eft N\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Unit Visibility": "\u00dbn\u00eft V\u00efs\u00ef\u00df\u00efl\u00eft\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Units": "\u00dbn\u00efts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Unknown": "\u00dbnkn\u00f6wn \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Unknown username: {user}": "\u00dbnkn\u00f6wn \u00fcs\u00e9rn\u00e4m\u00e9: {user} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Unlink This Account": "\u00dbnl\u00efnk Th\u00efs \u00c0\u00e7\u00e7\u00f6\u00fcnt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Unlink your {accountName} account": "\u00dbnl\u00efnk \u00fd\u00f6\u00fcr {accountName} \u00e4\u00e7\u00e7\u00f6\u00fcnt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Unlinking": "\u00dbnl\u00efnk\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Unmute": "\u00dbnm\u00fct\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Unnamed Option": "\u00dbnn\u00e4m\u00e9d \u00d6pt\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "Unpublished changes to content that will release in the future": "\u00dbnp\u00fc\u00dfl\u00efsh\u00e9d \u00e7h\u00e4ng\u00e9s t\u00f6 \u00e7\u00f6nt\u00e9nt th\u00e4t w\u00efll r\u00e9l\u00e9\u00e4s\u00e9 \u00efn th\u00e9 f\u00fct\u00fcr\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Unpublished changes to live content": "\u00dbnp\u00fc\u00dfl\u00efsh\u00e9d \u00e7h\u00e4ng\u00e9s t\u00f6 l\u00efv\u00e9 \u00e7\u00f6nt\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "Unpublished units will not be released": "\u00dbnp\u00fc\u00dfl\u00efsh\u00e9d \u00fcn\u00efts w\u00efll n\u00f6t \u00df\u00e9 r\u00e9l\u00e9\u00e4s\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "Unscheduled": "\u00dbns\u00e7h\u00e9d\u00fcl\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Update": "\u00dbpd\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Update Settings": "\u00dbpd\u00e4t\u00e9 S\u00e9tt\u00efngs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Update team.": "\u00dbpd\u00e4t\u00e9 t\u00e9\u00e4m. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Updating Tags": "\u00dbpd\u00e4t\u00efng T\u00e4gs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Updating with latest library content": "\u00dbpd\u00e4t\u00efng w\u00efth l\u00e4t\u00e9st l\u00ef\u00dfr\u00e4r\u00fd \u00e7\u00f6nt\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "Upgrade All Remaining Courses (": "\u00dbpgr\u00e4d\u00e9 \u00c0ll R\u00e9m\u00e4\u00efn\u00efng \u00c7\u00f6\u00fcrs\u00e9s ( \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "Upgrade Deadline": "\u00dbpgr\u00e4d\u00e9 D\u00e9\u00e4dl\u00efn\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Upgrade to Verified": "\u00dbpgr\u00e4d\u00e9 t\u00f6 V\u00e9r\u00eff\u00ef\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Upgrade to a Verified Certificate for {courseName}": "\u00dbpgr\u00e4d\u00e9 t\u00f6 \u00e4 V\u00e9r\u00eff\u00ef\u00e9d \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 f\u00f6r {courseName} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Upload": "\u00dbpl\u00f6\u00e4d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Upload %(file_name)s": "\u00dbpl\u00f6\u00e4d %(file_name)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Upload File": "\u00dbpl\u00f6\u00e4d F\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Upload File and Assign Students": "\u00dbpl\u00f6\u00e4d F\u00efl\u00e9 \u00e4nd \u00c0ss\u00efgn St\u00fcd\u00e9nts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "Upload Memberships": "\u00dbpl\u00f6\u00e4d M\u00e9m\u00df\u00e9rsh\u00efps \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Upload New .srt Transcript": "\u00dbpl\u00f6\u00e4d N\u00e9w .srt Tr\u00e4ns\u00e7r\u00efpt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Upload New File": "\u00dbpl\u00f6\u00e4d N\u00e9w F\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Upload New Transcript": "\u00dbpl\u00f6\u00e4d N\u00e9w Tr\u00e4ns\u00e7r\u00efpt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Upload PDF": "\u00dbpl\u00f6\u00e4d PDF \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Upload Photo": "\u00dbpl\u00f6\u00e4d Ph\u00f6t\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Upload Signature Image": "\u00dbpl\u00f6\u00e4d S\u00efgn\u00e4t\u00fcr\u00e9 \u00ccm\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Upload Videos": "\u00dbpl\u00f6\u00e4d V\u00efd\u00e9\u00f6s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Upload a CSV file": "\u00dbpl\u00f6\u00e4d \u00e4 \u00c7SV f\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "\u00dbpl\u00f6\u00e4d \u00e4 \u00e7\u00f6mm\u00e4 s\u00e9p\u00e4r\u00e4t\u00e9d v\u00e4l\u00fc\u00e9s (.\u00e7sv) f\u00efl\u00e9 th\u00e4t \u00e7\u00f6nt\u00e4\u00efns th\u00e9 \u00fcs\u00e9rn\u00e4m\u00e9s \u00f6r \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss\u00e9s \u00f6f l\u00e9\u00e4rn\u00e9rs wh\u00f6 h\u00e4v\u00e9 \u00df\u00e9\u00e9n g\u00efv\u00e9n \u00e9x\u00e7\u00e9pt\u00ef\u00f6ns. \u00ccn\u00e7l\u00fcd\u00e9 th\u00e9 \u00fcs\u00e9rn\u00e4m\u00e9 \u00f6r \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss \u00efn th\u00e9 f\u00efrst \u00e7\u00f6mm\u00e4 s\u00e9p\u00e4r\u00e4t\u00e9d f\u00ef\u00e9ld. \u00dd\u00f6\u00fc \u00e7\u00e4n \u00efn\u00e7l\u00fcd\u00e9 \u00e4n \u00f6pt\u00ef\u00f6n\u00e4l n\u00f6t\u00e9 d\u00e9s\u00e7r\u00ef\u00df\u00efng th\u00e9 r\u00e9\u00e4s\u00f6n f\u00f6r th\u00e9 \u00e9x\u00e7\u00e9pt\u00ef\u00f6n \u00efn th\u00e9 s\u00e9\u00e7\u00f6nd \u00e7\u00f6mm\u00e4 s\u00e9p\u00e4r\u00e4t\u00e9d f\u00ef\u00e9ld. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9#", + "Upload a new PDF to \u201c<%= name %>\u201d": "\u00dbpl\u00f6\u00e4d \u00e4 n\u00e9w PDF t\u00f6 \u201c<%= name %>\u201d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Upload an image": "\u00dbpl\u00f6\u00e4d \u00e4n \u00efm\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Upload an image or capture one with your web or phone camera.": "\u00dbpl\u00f6\u00e4d \u00e4n \u00efm\u00e4g\u00e9 \u00f6r \u00e7\u00e4pt\u00fcr\u00e9 \u00f6n\u00e9 w\u00efth \u00fd\u00f6\u00fcr w\u00e9\u00df \u00f6r ph\u00f6n\u00e9 \u00e7\u00e4m\u00e9r\u00e4. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Upload completed": "\u00dbpl\u00f6\u00e4d \u00e7\u00f6mpl\u00e9t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Upload completed for video {fileName}": "\u00dbpl\u00f6\u00e4d \u00e7\u00f6mpl\u00e9t\u00e9d f\u00f6r v\u00efd\u00e9\u00f6 {fileName} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "Upload failed": "\u00dbpl\u00f6\u00e4d f\u00e4\u00efl\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Upload failed for video {fileName}": "\u00dbpl\u00f6\u00e4d f\u00e4\u00efl\u00e9d f\u00f6r v\u00efd\u00e9\u00f6 {fileName} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", + "Upload instructor image.": "\u00dbpl\u00f6\u00e4d \u00efnstr\u00fc\u00e7t\u00f6r \u00efm\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "\u00dbpl\u00f6\u00e4d \u00efs \u00efn pr\u00f6gr\u00e9ss. T\u00f6 \u00e4v\u00f6\u00efd \u00e9rr\u00f6rs, st\u00e4\u00fd \u00f6n th\u00efs p\u00e4g\u00e9 \u00fcnt\u00efl th\u00e9 pr\u00f6\u00e7\u00e9ss \u00efs \u00e7\u00f6mpl\u00e9t\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", + "Upload signature image.": "\u00dbpl\u00f6\u00e4d s\u00efgn\u00e4t\u00fcr\u00e9 \u00efm\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Upload translation": "\u00dbpl\u00f6\u00e4d tr\u00e4nsl\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Upload your banner image.": "\u00dbpl\u00f6\u00e4d \u00fd\u00f6\u00fcr \u00df\u00e4nn\u00e9r \u00efm\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Upload your course image.": "\u00dbpl\u00f6\u00e4d \u00fd\u00f6\u00fcr \u00e7\u00f6\u00fcrs\u00e9 \u00efm\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Upload your first asset": "\u00dbpl\u00f6\u00e4d \u00fd\u00f6\u00fcr f\u00efrst \u00e4ss\u00e9t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Upload your video thumbnail image.": "\u00dbpl\u00f6\u00e4d \u00fd\u00f6\u00fcr v\u00efd\u00e9\u00f6 th\u00fcm\u00dfn\u00e4\u00efl \u00efm\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "Uploaded file issues. Click on \"+\" to view.": "\u00dbpl\u00f6\u00e4d\u00e9d f\u00efl\u00e9 \u00efss\u00fc\u00e9s. \u00c7l\u00ef\u00e7k \u00f6n \"+\" t\u00f6 v\u00ef\u00e9w. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Uploading": "\u00dbpl\u00f6\u00e4d\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Uploading...": "\u00dbpl\u00f6\u00e4d\u00efng... \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Uploading... %(percent)s %": "\u00dbpl\u00f6\u00e4d\u00efng... %(percent)s % \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Upper Alpha": "\u00dbpp\u00e9r \u00c0lph\u00e4 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Upper Roman": "\u00dbpp\u00e9r R\u00f6m\u00e4n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Upset Learner": "\u00dbps\u00e9t L\u00e9\u00e4rn\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Url": "\u00dbrl \u2c60'\u03c3\u044f\u0454\u043c#", + "Use Current Transcript": "\u00dbs\u00e9 \u00c7\u00fcrr\u00e9nt Tr\u00e4ns\u00e7r\u00efpt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Use Onboarding to introduce learners to proctoring, verify their identity, and create an onboarding profile. Learners must complete the onboarding profile step prior to taking a proctored exam. Profile reviews take 2+ business days.": "\u00dbs\u00e9 \u00d6n\u00df\u00f6\u00e4rd\u00efng t\u00f6 \u00efntr\u00f6d\u00fc\u00e7\u00e9 l\u00e9\u00e4rn\u00e9rs t\u00f6 pr\u00f6\u00e7t\u00f6r\u00efng, v\u00e9r\u00eff\u00fd th\u00e9\u00efr \u00efd\u00e9nt\u00eft\u00fd, \u00e4nd \u00e7r\u00e9\u00e4t\u00e9 \u00e4n \u00f6n\u00df\u00f6\u00e4rd\u00efng pr\u00f6f\u00efl\u00e9. L\u00e9\u00e4rn\u00e9rs m\u00fcst \u00e7\u00f6mpl\u00e9t\u00e9 th\u00e9 \u00f6n\u00df\u00f6\u00e4rd\u00efng pr\u00f6f\u00efl\u00e9 st\u00e9p pr\u00ef\u00f6r t\u00f6 t\u00e4k\u00efng \u00e4 pr\u00f6\u00e7t\u00f6r\u00e9d \u00e9x\u00e4m. Pr\u00f6f\u00efl\u00e9 r\u00e9v\u00ef\u00e9ws t\u00e4k\u00e9 2+ \u00df\u00fcs\u00efn\u00e9ss d\u00e4\u00fds. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142#", + "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.": "\u00dbs\u00e9 \u00e4 pr\u00e4\u00e7t\u00ef\u00e7\u00e9 pr\u00f6\u00e7t\u00f6r\u00e9d \u00e9x\u00e4m t\u00f6 \u00efntr\u00f6d\u00fc\u00e7\u00e9 l\u00e9\u00e4rn\u00e9rs t\u00f6 th\u00e9 pr\u00f6\u00e7t\u00f6r\u00efng t\u00f6\u00f6ls \u00e4nd pr\u00f6\u00e7\u00e9ss\u00e9s. R\u00e9s\u00fclts \u00f6f \u00e4 pr\u00e4\u00e7t\u00ef\u00e7\u00e9 \u00e9x\u00e4m d\u00f6 n\u00f6t \u00e4ff\u00e9\u00e7t \u00e4 l\u00e9\u00e4rn\u00e9r's gr\u00e4d\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7#", + "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "\u00dbs\u00e9 \u00e4 t\u00efm\u00e9d \u00e9x\u00e4m t\u00f6 l\u00efm\u00eft th\u00e9 t\u00efm\u00e9 l\u00e9\u00e4rn\u00e9rs \u00e7\u00e4n sp\u00e9nd \u00f6n pr\u00f6\u00dfl\u00e9ms \u00efn th\u00efs s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n. L\u00e9\u00e4rn\u00e9rs m\u00fcst s\u00fc\u00dfm\u00eft \u00e4nsw\u00e9rs \u00df\u00e9f\u00f6r\u00e9 th\u00e9 t\u00efm\u00e9 \u00e9xp\u00efr\u00e9s. \u00dd\u00f6\u00fc \u00e7\u00e4n \u00e4ll\u00f6w \u00e4dd\u00eft\u00ef\u00f6n\u00e4l t\u00efm\u00e9 f\u00f6r \u00efnd\u00efv\u00efd\u00fc\u00e4l l\u00e9\u00e4rn\u00e9rs thr\u00f6\u00fcgh th\u00e9 \u00ccnstr\u00fc\u00e7t\u00f6r D\u00e4sh\u00df\u00f6\u00e4rd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5#", + "Use as a Prerequisite": "\u00dbs\u00e9 \u00e4s \u00e4 Pr\u00e9r\u00e9q\u00fc\u00efs\u00eft\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Use bookmarks to help you easily return to courseware pages. To bookmark a page, click \"Bookmark this page\" under the page title.": "\u00dbs\u00e9 \u00df\u00f6\u00f6km\u00e4rks t\u00f6 h\u00e9lp \u00fd\u00f6\u00fc \u00e9\u00e4s\u00efl\u00fd r\u00e9t\u00fcrn t\u00f6 \u00e7\u00f6\u00fcrs\u00e9w\u00e4r\u00e9 p\u00e4g\u00e9s. T\u00f6 \u00df\u00f6\u00f6km\u00e4rk \u00e4 p\u00e4g\u00e9, \u00e7l\u00ef\u00e7k \"B\u00f6\u00f6km\u00e4rk th\u00efs p\u00e4g\u00e9\" \u00fcnd\u00e9r th\u00e9 p\u00e4g\u00e9 t\u00eftl\u00e9. \u2c60'\u03c3#", + "Use cohorts as the basis for dividing discussions. All learners, regardless of cohort, see the same discussion topics, but within divided topics, only members of the same cohort see and respond to each others\u2019 posts. ": "\u00dbs\u00e9 \u00e7\u00f6h\u00f6rts \u00e4s th\u00e9 \u00df\u00e4s\u00efs f\u00f6r d\u00efv\u00efd\u00efng d\u00efs\u00e7\u00fcss\u00ef\u00f6ns. \u00c0ll l\u00e9\u00e4rn\u00e9rs, r\u00e9g\u00e4rdl\u00e9ss \u00f6f \u00e7\u00f6h\u00f6rt, s\u00e9\u00e9 th\u00e9 s\u00e4m\u00e9 d\u00efs\u00e7\u00fcss\u00ef\u00f6n t\u00f6p\u00ef\u00e7s, \u00df\u00fct w\u00efth\u00efn d\u00efv\u00efd\u00e9d t\u00f6p\u00ef\u00e7s, \u00f6nl\u00fd m\u00e9m\u00df\u00e9rs \u00f6f th\u00e9 s\u00e4m\u00e9 \u00e7\u00f6h\u00f6rt s\u00e9\u00e9 \u00e4nd r\u00e9sp\u00f6nd t\u00f6 \u00e9\u00e4\u00e7h \u00f6th\u00e9rs\u2019 p\u00f6sts. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442#", + "Use enrollment tracks as the basis for dividing discussions. All learners, regardless of their enrollment track, see the same discussion topics, but within divided topics, only learners who are in the same enrollment track see and respond to each others\u2019 posts.": "\u00dbs\u00e9 \u00e9nr\u00f6llm\u00e9nt tr\u00e4\u00e7ks \u00e4s th\u00e9 \u00df\u00e4s\u00efs f\u00f6r d\u00efv\u00efd\u00efng d\u00efs\u00e7\u00fcss\u00ef\u00f6ns. \u00c0ll l\u00e9\u00e4rn\u00e9rs, r\u00e9g\u00e4rdl\u00e9ss \u00f6f th\u00e9\u00efr \u00e9nr\u00f6llm\u00e9nt tr\u00e4\u00e7k, s\u00e9\u00e9 th\u00e9 s\u00e4m\u00e9 d\u00efs\u00e7\u00fcss\u00ef\u00f6n t\u00f6p\u00ef\u00e7s, \u00df\u00fct w\u00efth\u00efn d\u00efv\u00efd\u00e9d t\u00f6p\u00ef\u00e7s, \u00f6nl\u00fd l\u00e9\u00e4rn\u00e9rs wh\u00f6 \u00e4r\u00e9 \u00efn th\u00e9 s\u00e4m\u00e9 \u00e9nr\u00f6llm\u00e9nt tr\u00e4\u00e7k s\u00e9\u00e9 \u00e4nd r\u00e9sp\u00f6nd t\u00f6 \u00e9\u00e4\u00e7h \u00f6th\u00e9rs\u2019 p\u00f6sts. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142#", + "Use my institution/campus credentials": "\u00dbs\u00e9 m\u00fd \u00efnst\u00eft\u00fct\u00ef\u00f6n/\u00e7\u00e4mp\u00fcs \u00e7r\u00e9d\u00e9nt\u00ef\u00e4ls \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "Use my university info": "\u00dbs\u00e9 m\u00fd \u00fcn\u00efv\u00e9rs\u00eft\u00fd \u00efnf\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Use the All Topics menu to find specific topics.": "\u00dbs\u00e9 th\u00e9 \u00c0ll T\u00f6p\u00ef\u00e7s m\u00e9n\u00fc t\u00f6 f\u00efnd sp\u00e9\u00e7\u00eff\u00ef\u00e7 t\u00f6p\u00ef\u00e7s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Use the Retake Photo button if you are not pleased with your photo": "\u00dbs\u00e9 th\u00e9 R\u00e9t\u00e4k\u00e9 Ph\u00f6t\u00f6 \u00df\u00fctt\u00f6n \u00eff \u00fd\u00f6\u00fc \u00e4r\u00e9 n\u00f6t pl\u00e9\u00e4s\u00e9d w\u00efth \u00fd\u00f6\u00fcr ph\u00f6t\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "\u00dbs\u00e9 \u00fd\u00f6\u00fcr w\u00e9\u00df\u00e7\u00e4m t\u00f6 t\u00e4k\u00e9 \u00e4 ph\u00f6t\u00f6 \u00f6f \u00fd\u00f6\u00fcr \u00ccD. W\u00e9 w\u00efll m\u00e4t\u00e7h th\u00efs ph\u00f6t\u00f6 w\u00efth th\u00e9 ph\u00f6t\u00f6 \u00f6f \u00fd\u00f6\u00fcr f\u00e4\u00e7\u00e9 \u00e4nd th\u00e9 n\u00e4m\u00e9 \u00f6n \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt. \u2c60'\u03c3\u044f\u0454\u043c#", + "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "\u00dbs\u00e9 \u00fd\u00f6\u00fcr w\u00e9\u00df\u00e7\u00e4m t\u00f6 t\u00e4k\u00e9 \u00e4 ph\u00f6t\u00f6 \u00f6f \u00fd\u00f6\u00fcr f\u00e4\u00e7\u00e9. W\u00e9 w\u00efll m\u00e4t\u00e7h th\u00efs ph\u00f6t\u00f6 w\u00efth th\u00e9 ph\u00f6t\u00f6 \u00f6n \u00fd\u00f6\u00fcr \u00ccD. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Used": "\u00dbs\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", "Used in {count} location": [ - "\u00dbs\u00e9d \u00efn {count} l\u00f6\u00e7\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "\u00dbs\u00e9d \u00efn {count} l\u00f6\u00e7\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", "\u00dbs\u00e9d \u00efn {count} l\u00f6\u00e7\u00e4t\u00ef\u00f6ns \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #" - ], - "User Email": "\u00dbs\u00e9r \u00c9m\u00e4\u00efl \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Username": "\u00dbs\u00e9rn\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Username or Email": "\u00dbs\u00e9rn\u00e4m\u00e9 \u00f6r \u00c9m\u00e4\u00efl \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "Username or email address": "\u00dbs\u00e9rn\u00e4m\u00e9 \u00f6r \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Users must create and activate their account before they can be promoted to beta tester.": "\u00dbs\u00e9rs m\u00fcst \u00e7r\u00e9\u00e4t\u00e9 \u00e4nd \u00e4\u00e7t\u00efv\u00e4t\u00e9 th\u00e9\u00efr \u00e4\u00e7\u00e7\u00f6\u00fcnt \u00df\u00e9f\u00f6r\u00e9 th\u00e9\u00fd \u00e7\u00e4n \u00df\u00e9 pr\u00f6m\u00f6t\u00e9d t\u00f6 \u00df\u00e9t\u00e4 t\u00e9st\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", - "V Align": "V \u00c0l\u00efgn \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Valid": "V\u00e4l\u00efd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Validation Error": "V\u00e4l\u00efd\u00e4t\u00ef\u00f6n \u00c9rr\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "Validation Error While Saving": "V\u00e4l\u00efd\u00e4t\u00ef\u00f6n \u00c9rr\u00f6r Wh\u00efl\u00e9 S\u00e4v\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Value": "V\u00e4l\u00fc\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Verification Checkpoint": "V\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n \u00c7h\u00e9\u00e7kp\u00f6\u00efnt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Verification Deadline": "V\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n D\u00e9\u00e4dl\u00efn\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Verification checkpoint to be completed": "V\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n \u00e7h\u00e9\u00e7kp\u00f6\u00efnt t\u00f6 \u00df\u00e9 \u00e7\u00f6mpl\u00e9t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "Verified": "V\u00e9r\u00eff\u00ef\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Verified Certificate": "V\u00e9r\u00eff\u00ef\u00e9d \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Verified Certificate for {courseName}": "V\u00e9r\u00eff\u00ef\u00e9d \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 f\u00f6r {courseName} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Verified Certificate upgrade": "V\u00e9r\u00eff\u00ef\u00e9d \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u00fcpgr\u00e4d\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Verified Status": "V\u00e9r\u00eff\u00ef\u00e9d St\u00e4t\u00fcs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "Verified mode price": "V\u00e9r\u00eff\u00ef\u00e9d m\u00f6d\u00e9 pr\u00ef\u00e7\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Verify Now": "V\u00e9r\u00eff\u00fd N\u00f6w \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Version": "V\u00e9rs\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Vertical space": "V\u00e9rt\u00ef\u00e7\u00e4l sp\u00e4\u00e7\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "Very loud": "V\u00e9r\u00fd l\u00f6\u00fcd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Very low": "V\u00e9r\u00fd l\u00f6w \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Video Capture Error": "V\u00efd\u00e9\u00f6 \u00c7\u00e4pt\u00fcr\u00e9 \u00c9rr\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Video ID": "V\u00efd\u00e9\u00f6 \u00ccD \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Video Source Language": "V\u00efd\u00e9\u00f6 S\u00f6\u00fcr\u00e7\u00e9 L\u00e4ng\u00fc\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Video Status": "V\u00efd\u00e9\u00f6 St\u00e4t\u00fcs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "Video duration is {humanizeDuration}": "V\u00efd\u00e9\u00f6 d\u00fcr\u00e4t\u00ef\u00f6n \u00efs {humanizeDuration} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Video ended": "V\u00efd\u00e9\u00f6 \u00e9nd\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Video image upload completed": "V\u00efd\u00e9\u00f6 \u00efm\u00e4g\u00e9 \u00fcpl\u00f6\u00e4d \u00e7\u00f6mpl\u00e9t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Video image upload started": "V\u00efd\u00e9\u00f6 \u00efm\u00e4g\u00e9 \u00fcpl\u00f6\u00e4d st\u00e4rt\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "Video position": "V\u00efd\u00e9\u00f6 p\u00f6s\u00eft\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "Video position. Press space to toggle playback": "V\u00efd\u00e9\u00f6 p\u00f6s\u00eft\u00ef\u00f6n. Pr\u00e9ss sp\u00e4\u00e7\u00e9 t\u00f6 t\u00f6ggl\u00e9 pl\u00e4\u00fd\u00df\u00e4\u00e7k \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Video speed: ": "V\u00efd\u00e9\u00f6 sp\u00e9\u00e9d: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Video transcript": "V\u00efd\u00e9\u00f6 tr\u00e4ns\u00e7r\u00efpt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "View": "V\u00ef\u00e9w \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "View %(span_start)s %(team_name)s %(span_end)s": "V\u00ef\u00e9w %(span_start)s %(team_name)s %(span_end)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "View Archived Course": "V\u00ef\u00e9w \u00c0r\u00e7h\u00efv\u00e9d \u00c7\u00f6\u00fcrs\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "View Cohort": "V\u00ef\u00e9w \u00c7\u00f6h\u00f6rt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "View Course": "V\u00ef\u00e9w \u00c7\u00f6\u00fcrs\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "View Live": "V\u00ef\u00e9w L\u00efv\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "View Program Record": "V\u00ef\u00e9w Pr\u00f6gr\u00e4m R\u00e9\u00e7\u00f6rd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "View Teams in the %(topic_name)s Topic": "V\u00ef\u00e9w T\u00e9\u00e4ms \u00efn th\u00e9 %(topic_name)s T\u00f6p\u00ef\u00e7 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", - "View all errors": "V\u00ef\u00e9w \u00e4ll \u00e9rr\u00f6rs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "View child items": "V\u00ef\u00e9w \u00e7h\u00efld \u00eft\u00e9ms \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + ], + "User Email": "\u00dbs\u00e9r \u00c9m\u00e4\u00efl \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "User lookup failed": "\u00dbs\u00e9r l\u00f6\u00f6k\u00fcp f\u00e4\u00efl\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Username": "\u00dbs\u00e9rn\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Username or email address": "\u00dbs\u00e9rn\u00e4m\u00e9 \u00f6r \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Users must create and activate their account before they can be promoted to beta tester.": "\u00dbs\u00e9rs m\u00fcst \u00e7r\u00e9\u00e4t\u00e9 \u00e4nd \u00e4\u00e7t\u00efv\u00e4t\u00e9 th\u00e9\u00efr \u00e4\u00e7\u00e7\u00f6\u00fcnt \u00df\u00e9f\u00f6r\u00e9 th\u00e9\u00fd \u00e7\u00e4n \u00df\u00e9 pr\u00f6m\u00f6t\u00e9d t\u00f6 \u00df\u00e9t\u00e4 t\u00e9st\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", + "V Align": "V \u00c0l\u00efgn \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Valid": "V\u00e4l\u00efd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Validation Error": "V\u00e4l\u00efd\u00e4t\u00ef\u00f6n \u00c9rr\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "Validation Error While Saving": "V\u00e4l\u00efd\u00e4t\u00ef\u00f6n \u00c9rr\u00f6r Wh\u00efl\u00e9 S\u00e4v\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Value": "V\u00e4l\u00fc\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Verification Checkpoint": "V\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n \u00c7h\u00e9\u00e7kp\u00f6\u00efnt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Verification Deadline": "V\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n D\u00e9\u00e4dl\u00efn\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Verification checkpoint to be completed": "V\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n \u00e7h\u00e9\u00e7kp\u00f6\u00efnt t\u00f6 \u00df\u00e9 \u00e7\u00f6mpl\u00e9t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "Verified": "V\u00e9r\u00eff\u00ef\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Verified Certificate": "V\u00e9r\u00eff\u00ef\u00e9d \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Verified Certificate for {courseName}": "V\u00e9r\u00eff\u00ef\u00e9d \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 f\u00f6r {courseName} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Verified Certificate upgrade": "V\u00e9r\u00eff\u00ef\u00e9d \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u00fcpgr\u00e4d\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Verified Status": "V\u00e9r\u00eff\u00ef\u00e9d St\u00e4t\u00fcs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "Verified mode price": "V\u00e9r\u00eff\u00ef\u00e9d m\u00f6d\u00e9 pr\u00ef\u00e7\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Verify Now": "V\u00e9r\u00eff\u00fd N\u00f6w \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Version": "V\u00e9rs\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Vertical space": "V\u00e9rt\u00ef\u00e7\u00e4l sp\u00e4\u00e7\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "Very loud": "V\u00e9r\u00fd l\u00f6\u00fcd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Very low": "V\u00e9r\u00fd l\u00f6w \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Video Capture Error": "V\u00efd\u00e9\u00f6 \u00c7\u00e4pt\u00fcr\u00e9 \u00c9rr\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Video ID": "V\u00efd\u00e9\u00f6 \u00ccD \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Video Source Language": "V\u00efd\u00e9\u00f6 S\u00f6\u00fcr\u00e7\u00e9 L\u00e4ng\u00fc\u00e4g\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Video Status": "V\u00efd\u00e9\u00f6 St\u00e4t\u00fcs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "Video duration is {humanizeDuration}": "V\u00efd\u00e9\u00f6 d\u00fcr\u00e4t\u00ef\u00f6n \u00efs {humanizeDuration} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Video ended": "V\u00efd\u00e9\u00f6 \u00e9nd\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Video image upload completed": "V\u00efd\u00e9\u00f6 \u00efm\u00e4g\u00e9 \u00fcpl\u00f6\u00e4d \u00e7\u00f6mpl\u00e9t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Video image upload started": "V\u00efd\u00e9\u00f6 \u00efm\u00e4g\u00e9 \u00fcpl\u00f6\u00e4d st\u00e4rt\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "Video position": "V\u00efd\u00e9\u00f6 p\u00f6s\u00eft\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "Video position. Press space to toggle playback": "V\u00efd\u00e9\u00f6 p\u00f6s\u00eft\u00ef\u00f6n. Pr\u00e9ss sp\u00e4\u00e7\u00e9 t\u00f6 t\u00f6ggl\u00e9 pl\u00e4\u00fd\u00df\u00e4\u00e7k \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Video speed: ": "V\u00efd\u00e9\u00f6 sp\u00e9\u00e9d: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Video transcript": "V\u00efd\u00e9\u00f6 tr\u00e4ns\u00e7r\u00efpt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "View": "V\u00ef\u00e9w \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "View Archived Course": "V\u00ef\u00e9w \u00c0r\u00e7h\u00efv\u00e9d \u00c7\u00f6\u00fcrs\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "View Cohort": "V\u00ef\u00e9w \u00c7\u00f6h\u00f6rt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "View Course": "V\u00ef\u00e9w \u00c7\u00f6\u00fcrs\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "View Current Team Memberships": "V\u00ef\u00e9w \u00c7\u00fcrr\u00e9nt T\u00e9\u00e4m M\u00e9m\u00df\u00e9rsh\u00efps \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "View Live": "V\u00ef\u00e9w L\u00efv\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "View Program Record": "V\u00ef\u00e9w Pr\u00f6gr\u00e4m R\u00e9\u00e7\u00f6rd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "View Teams in the {topic_name} Topic": "V\u00ef\u00e9w T\u00e9\u00e4ms \u00efn th\u00e9 {topic_name} T\u00f6p\u00ef\u00e7 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", + "View all errors": "V\u00ef\u00e9w \u00e4ll \u00e9rr\u00f6rs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "View child items": "V\u00ef\u00e9w \u00e7h\u00efld \u00eft\u00e9ms \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "View {span_start} {team_name} {span_end}": "V\u00ef\u00e9w {span_start} {team_name} {span_end} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", "Viewing %s course": [ - "V\u00ef\u00e9w\u00efng %s \u00e7\u00f6\u00fcrs\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "V\u00ef\u00e9w\u00efng %s \u00e7\u00f6\u00fcrs\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", "V\u00ef\u00e9w\u00efng %s \u00e7\u00f6\u00fcrs\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#" - ], - "Visibility": "V\u00efs\u00ef\u00df\u00efl\u00eft\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Visible to Staff Only": "V\u00efs\u00ef\u00dfl\u00e9 t\u00f6 St\u00e4ff \u00d6nl\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Visual aids": "V\u00efs\u00fc\u00e4l \u00e4\u00efds \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Volume": "V\u00f6l\u00fcm\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Vote for good posts and responses": "V\u00f6t\u00e9 f\u00f6r g\u00f6\u00f6d p\u00f6sts \u00e4nd r\u00e9sp\u00f6ns\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "Waiting": "W\u00e4\u00eft\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Want to confirm your identity later?": "W\u00e4nt t\u00f6 \u00e7\u00f6nf\u00efrm \u00fd\u00f6\u00fcr \u00efd\u00e9nt\u00eft\u00fd l\u00e4t\u00e9r? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "Warning": "W\u00e4rn\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Warnings": "W\u00e4rn\u00efngs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "We ask you to activate your account to ensure it is really you creating the account and to prevent fraud.": "W\u00e9 \u00e4sk \u00fd\u00f6\u00fc t\u00f6 \u00e4\u00e7t\u00efv\u00e4t\u00e9 \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt t\u00f6 \u00e9ns\u00fcr\u00e9 \u00eft \u00efs r\u00e9\u00e4ll\u00fd \u00fd\u00f6\u00fc \u00e7r\u00e9\u00e4t\u00efng th\u00e9 \u00e4\u00e7\u00e7\u00f6\u00fcnt \u00e4nd t\u00f6 pr\u00e9v\u00e9nt fr\u00e4\u00fcd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 #", - "We couldn't create your account.": "W\u00e9 \u00e7\u00f6\u00fcldn't \u00e7r\u00e9\u00e4t\u00e9 \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "We couldn't find any results for \"%s\".": "W\u00e9 \u00e7\u00f6\u00fcldn't f\u00efnd \u00e4n\u00fd r\u00e9s\u00fclts f\u00f6r \"%s\". \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "We couldn't sign you in.": "W\u00e9 \u00e7\u00f6\u00fcldn't s\u00efgn \u00fd\u00f6\u00fc \u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "We have encountered an error. Refresh your browser and then try again.": "W\u00e9 h\u00e4v\u00e9 \u00e9n\u00e7\u00f6\u00fcnt\u00e9r\u00e9d \u00e4n \u00e9rr\u00f6r. R\u00e9fr\u00e9sh \u00fd\u00f6\u00fcr \u00dfr\u00f6ws\u00e9r \u00e4nd th\u00e9n tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "W\u00e9 h\u00e4v\u00e9 r\u00e9\u00e7\u00e9\u00efv\u00e9d \u00fd\u00f6\u00fcr \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n \u00e4nd \u00e4r\u00e9 v\u00e9r\u00eff\u00fd\u00efng \u00fd\u00f6\u00fcr \u00efd\u00e9nt\u00eft\u00fd. \u00dd\u00f6\u00fc w\u00efll s\u00e9\u00e9 \u00e4 m\u00e9ss\u00e4g\u00e9 \u00f6n \u00fd\u00f6\u00fcr d\u00e4sh\u00df\u00f6\u00e4rd wh\u00e9n th\u00e9 v\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n pr\u00f6\u00e7\u00e9ss \u00efs \u00e7\u00f6mpl\u00e9t\u00e9 (\u00fcs\u00fc\u00e4ll\u00fd w\u00efth\u00efn 1-2 d\u00e4\u00fds). \u00ccn th\u00e9 m\u00e9\u00e4nt\u00efm\u00e9, \u00fd\u00f6\u00fc \u00e7\u00e4n st\u00efll \u00e4\u00e7\u00e7\u00e9ss \u00e4ll \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 \u00e7\u00f6\u00fcrs\u00e9 \u00e7\u00f6nt\u00e9nt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454#", - "We just need a little more information before you start learning with %(platformName)s.": "W\u00e9 j\u00fcst n\u00e9\u00e9d \u00e4 l\u00efttl\u00e9 m\u00f6r\u00e9 \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n \u00df\u00e9f\u00f6r\u00e9 \u00fd\u00f6\u00fc st\u00e4rt l\u00e9\u00e4rn\u00efng w\u00efth %(platformName)s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "W\u00e9 \u00fcs\u00e9 th\u00e9 h\u00efgh\u00e9st l\u00e9v\u00e9ls \u00f6f s\u00e9\u00e7\u00fcr\u00eft\u00fd \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 t\u00f6 \u00e9n\u00e7r\u00fdpt \u00fd\u00f6\u00fcr ph\u00f6t\u00f6 \u00e4nd s\u00e9nd \u00eft t\u00f6 \u00f6\u00fcr \u00e4\u00fcth\u00f6r\u00efz\u00e4t\u00ef\u00f6n s\u00e9rv\u00ef\u00e7\u00e9 f\u00f6r r\u00e9v\u00ef\u00e9w. \u00dd\u00f6\u00fcr ph\u00f6t\u00f6 \u00e4nd \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n \u00e4r\u00e9 n\u00f6t s\u00e4v\u00e9d \u00f6r v\u00efs\u00ef\u00dfl\u00e9 \u00e4n\u00fdwh\u00e9r\u00e9 \u00f6n %(platformName)s \u00e4ft\u00e9r th\u00e9 v\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n pr\u00f6\u00e7\u00e9ss \u00efs \u00e7\u00f6mpl\u00e9t\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c#", - "We're sorry to see you go! Your account will be deleted shortly.": "W\u00e9'r\u00e9 s\u00f6rr\u00fd t\u00f6 s\u00e9\u00e9 \u00fd\u00f6\u00fc g\u00f6! \u00dd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt w\u00efll \u00df\u00e9 d\u00e9l\u00e9t\u00e9d sh\u00f6rtl\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "We're sorry, there was an error": "W\u00e9'r\u00e9 s\u00f6rr\u00fd, th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "We've encountered an error. Refresh your browser and then try again.": "W\u00e9'v\u00e9 \u00e9n\u00e7\u00f6\u00fcnt\u00e9r\u00e9d \u00e4n \u00e9rr\u00f6r. R\u00e9fr\u00e9sh \u00fd\u00f6\u00fcr \u00dfr\u00f6ws\u00e9r \u00e4nd th\u00e9n tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "W\u00e9'v\u00e9 s\u00e9nt \u00e4 \u00e7\u00f6nf\u00efrm\u00e4t\u00ef\u00f6n m\u00e9ss\u00e4g\u00e9 t\u00f6 {new_email_address}. \u00c7l\u00ef\u00e7k th\u00e9 l\u00efnk \u00efn th\u00e9 m\u00e9ss\u00e4g\u00e9 t\u00f6 \u00fcpd\u00e4t\u00e9 \u00fd\u00f6\u00fcr \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "We've sent a confirmation message to {new_secondary_email_address}. Click the link in the message to update your secondary email address.": "W\u00e9'v\u00e9 s\u00e9nt \u00e4 \u00e7\u00f6nf\u00efrm\u00e4t\u00ef\u00f6n m\u00e9ss\u00e4g\u00e9 t\u00f6 {new_secondary_email_address}. \u00c7l\u00ef\u00e7k th\u00e9 l\u00efnk \u00efn th\u00e9 m\u00e9ss\u00e4g\u00e9 t\u00f6 \u00fcpd\u00e4t\u00e9 \u00fd\u00f6\u00fcr s\u00e9\u00e7\u00f6nd\u00e4r\u00fd \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "We've sent a message to {email}. Click the link in the message to reset your password. Didn't receive the message? Contact {anchorStart}technical support{anchorEnd}.": "W\u00e9'v\u00e9 s\u00e9nt \u00e4 m\u00e9ss\u00e4g\u00e9 t\u00f6 {email}. \u00c7l\u00ef\u00e7k th\u00e9 l\u00efnk \u00efn th\u00e9 m\u00e9ss\u00e4g\u00e9 t\u00f6 r\u00e9s\u00e9t \u00fd\u00f6\u00fcr p\u00e4ssw\u00f6rd. D\u00efdn't r\u00e9\u00e7\u00e9\u00efv\u00e9 th\u00e9 m\u00e9ss\u00e4g\u00e9? \u00c7\u00f6nt\u00e4\u00e7t {anchorStart}t\u00e9\u00e7hn\u00ef\u00e7\u00e4l s\u00fcpp\u00f6rt{anchorEnd}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455#", - "Web:": "W\u00e9\u00df: \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "Webcam": "W\u00e9\u00df\u00e7\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "Weekly Highlight Emails": "W\u00e9\u00e9kl\u00fd H\u00efghl\u00efght \u00c9m\u00e4\u00efls \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Weight of Total Grade": "W\u00e9\u00efght \u00f6f T\u00f6t\u00e4l Gr\u00e4d\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "We\u2019re sorry to see you go!": "W\u00e9\u2019r\u00e9 s\u00f6rr\u00fd t\u00f6 s\u00e9\u00e9 \u00fd\u00f6\u00fc g\u00f6! \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "What You Need for Verification": "Wh\u00e4t \u00dd\u00f6\u00fc N\u00e9\u00e9d f\u00f6r V\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "What can we help you with, {username}?": "Wh\u00e4t \u00e7\u00e4n w\u00e9 h\u00e9lp \u00fd\u00f6\u00fc w\u00efth, {username}? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "What does %(platformName)s do with this photo?": "Wh\u00e4t d\u00f6\u00e9s %(platformName)s d\u00f6 w\u00efth th\u00efs ph\u00f6t\u00f6? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "What does this mean?": "Wh\u00e4t d\u00f6\u00e9s th\u00efs m\u00e9\u00e4n? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "What's Your Next Accomplishment?": "Wh\u00e4t's \u00dd\u00f6\u00fcr N\u00e9xt \u00c0\u00e7\u00e7\u00f6mpl\u00efshm\u00e9nt? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "When learners submit an answer to an assessment, they immediately see whether the answer is correct or incorrect, and the score received.": "Wh\u00e9n l\u00e9\u00e4rn\u00e9rs s\u00fc\u00dfm\u00eft \u00e4n \u00e4nsw\u00e9r t\u00f6 \u00e4n \u00e4ss\u00e9ssm\u00e9nt, th\u00e9\u00fd \u00efmm\u00e9d\u00ef\u00e4t\u00e9l\u00fd s\u00e9\u00e9 wh\u00e9th\u00e9r th\u00e9 \u00e4nsw\u00e9r \u00efs \u00e7\u00f6rr\u00e9\u00e7t \u00f6r \u00efn\u00e7\u00f6rr\u00e9\u00e7t, \u00e4nd th\u00e9 s\u00e7\u00f6r\u00e9 r\u00e9\u00e7\u00e9\u00efv\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142\u03b1\u0432\u03c3#", - "When your face is in position, use the camera button {icon} below to take your photo.": "Wh\u00e9n \u00fd\u00f6\u00fcr f\u00e4\u00e7\u00e9 \u00efs \u00efn p\u00f6s\u00eft\u00ef\u00f6n, \u00fcs\u00e9 th\u00e9 \u00e7\u00e4m\u00e9r\u00e4 \u00df\u00fctt\u00f6n {icon} \u00df\u00e9l\u00f6w t\u00f6 t\u00e4k\u00e9 \u00fd\u00f6\u00fcr ph\u00f6t\u00f6. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "Which timed transcript would you like to use?": "Wh\u00ef\u00e7h t\u00efm\u00e9d tr\u00e4ns\u00e7r\u00efpt w\u00f6\u00fcld \u00fd\u00f6\u00fc l\u00efk\u00e9 t\u00f6 \u00fcs\u00e9? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Whole words": "Wh\u00f6l\u00e9 w\u00f6rds \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Why activate?": "Wh\u00fd \u00e4\u00e7t\u00efv\u00e4t\u00e9? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Why does %(platformName)s need my photo?": "Wh\u00fd d\u00f6\u00e9s %(platformName)s n\u00e9\u00e9d m\u00fd ph\u00f6t\u00f6? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", - "Width": "W\u00efdth \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "Will Be Visible To:": "W\u00efll B\u00e9 V\u00efs\u00ef\u00dfl\u00e9 T\u00f6: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "Words: {0}": "W\u00f6rds: {0} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Would you like to sign in using your %(providerName)s credentials?": "W\u00f6\u00fcld \u00fd\u00f6\u00fc l\u00efk\u00e9 t\u00f6 s\u00efgn \u00efn \u00fcs\u00efng \u00fd\u00f6\u00fcr %(providerName)s \u00e7r\u00e9d\u00e9nt\u00ef\u00e4ls? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Year of Birth": "\u00dd\u00e9\u00e4r \u00f6f B\u00efrth \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "Yes, Delete": "\u00dd\u00e9s, D\u00e9l\u00e9t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "Yes, allow edits to the active Certificate": "\u00dd\u00e9s, \u00e4ll\u00f6w \u00e9d\u00efts t\u00f6 th\u00e9 \u00e4\u00e7t\u00efv\u00e9 \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Yes, delete this {xblock_type}": "\u00dd\u00e9s, d\u00e9l\u00e9t\u00e9 th\u00efs {xblock_type} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Yes, replace the edX transcript with the YouTube transcript": "\u00dd\u00e9s, r\u00e9pl\u00e4\u00e7\u00e9 th\u00e9 \u00e9dX tr\u00e4ns\u00e7r\u00efpt w\u00efth th\u00e9 \u00dd\u00f6\u00fcT\u00fc\u00df\u00e9 tr\u00e4ns\u00e7r\u00efpt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Yesterday": "Hiera\u016d", - "You already belong to another team.": "\u00dd\u00f6\u00fc \u00e4lr\u00e9\u00e4d\u00fd \u00df\u00e9l\u00f6ng t\u00f6 \u00e4n\u00f6th\u00e9r t\u00e9\u00e4m. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "You already have an edX account with your {enterprise_name} email address.": "\u00dd\u00f6\u00fc \u00e4lr\u00e9\u00e4d\u00fd h\u00e4v\u00e9 \u00e4n \u00e9dX \u00e4\u00e7\u00e7\u00f6\u00fcnt w\u00efth \u00fd\u00f6\u00fcr {enterprise_name} \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "You are a member of this team.": "\u00dd\u00f6\u00fc \u00e4r\u00e9 \u00e4 m\u00e9m\u00df\u00e9r \u00f6f th\u00efs t\u00e9\u00e4m. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "You are currently sharing a limited profile.": "\u00dd\u00f6\u00fc \u00e4r\u00e9 \u00e7\u00fcrr\u00e9ntl\u00fd sh\u00e4r\u00efng \u00e4 l\u00efm\u00eft\u00e9d pr\u00f6f\u00efl\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "You are enrolling in: {courseName}": "\u00dd\u00f6\u00fc \u00e4r\u00e9 \u00e9nr\u00f6ll\u00efng \u00efn: {courseName} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "You are not currently a member of any team.": "\u00dd\u00f6\u00fc \u00e4r\u00e9 n\u00f6t \u00e7\u00fcrr\u00e9ntl\u00fd \u00e4 m\u00e9m\u00df\u00e9r \u00f6f \u00e4n\u00fd t\u00e9\u00e4m. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "You are not enrolled in any programs yet.": "\u00dd\u00f6\u00fc \u00e4r\u00e9 n\u00f6t \u00e9nr\u00f6ll\u00e9d \u00efn \u00e4n\u00fd pr\u00f6gr\u00e4ms \u00fd\u00e9t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "You are now enrolled as a verified student for:": "\u00dd\u00f6\u00fc \u00e4r\u00e9 n\u00f6w \u00e9nr\u00f6ll\u00e9d \u00e4s \u00e4 v\u00e9r\u00eff\u00ef\u00e9d st\u00fcd\u00e9nt f\u00f6r: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "You are sending an email message with the subject {subject} to the following recipients.": "\u00dd\u00f6\u00fc \u00e4r\u00e9 s\u00e9nd\u00efng \u00e4n \u00e9m\u00e4\u00efl m\u00e9ss\u00e4g\u00e9 w\u00efth th\u00e9 s\u00fc\u00dfj\u00e9\u00e7t {subject} t\u00f6 th\u00e9 f\u00f6ll\u00f6w\u00efng r\u00e9\u00e7\u00efp\u00ef\u00e9nts. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "You are taking \"{exam_link}\" as {exam_type}. ": "\u00dd\u00f6\u00fc \u00e4r\u00e9 t\u00e4k\u00efng \"{exam_link}\" \u00e4s {exam_type}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "You are upgrading your enrollment for: {courseName}": "\u00dd\u00f6\u00fc \u00e4r\u00e9 \u00fcpgr\u00e4d\u00efng \u00fd\u00f6\u00fcr \u00e9nr\u00f6llm\u00e9nt f\u00f6r: {courseName} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "You can change sessions until {expiration_date}.": "\u00dd\u00f6\u00fc \u00e7\u00e4n \u00e7h\u00e4ng\u00e9 s\u00e9ss\u00ef\u00f6ns \u00fcnt\u00efl {expiration_date}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "You can link your social media accounts to simplify signing in to {platform_name}.": "\u00dd\u00f6\u00fc \u00e7\u00e4n l\u00efnk \u00fd\u00f6\u00fcr s\u00f6\u00e7\u00ef\u00e4l m\u00e9d\u00ef\u00e4 \u00e4\u00e7\u00e7\u00f6\u00fcnts t\u00f6 s\u00efmpl\u00eff\u00fd s\u00efgn\u00efng \u00efn t\u00f6 {platform_name}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "You can no longer change sessions.": "\u00dd\u00f6\u00fc \u00e7\u00e4n n\u00f6 l\u00f6ng\u00e9r \u00e7h\u00e4ng\u00e9 s\u00e9ss\u00ef\u00f6ns. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "You can now enter your payment information and complete your enrollment.": "\u00dd\u00f6\u00fc \u00e7\u00e4n n\u00f6w \u00e9nt\u00e9r \u00fd\u00f6\u00fcr p\u00e4\u00fdm\u00e9nt \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n \u00e4nd \u00e7\u00f6mpl\u00e9t\u00e9 \u00fd\u00f6\u00fcr \u00e9nr\u00f6llm\u00e9nt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "You can pay now even if you don't have the following items available, but you will need to have these by {date} to qualify to earn a Verified Certificate.": "\u00dd\u00f6\u00fc \u00e7\u00e4n p\u00e4\u00fd n\u00f6w \u00e9v\u00e9n \u00eff \u00fd\u00f6\u00fc d\u00f6n't h\u00e4v\u00e9 th\u00e9 f\u00f6ll\u00f6w\u00efng \u00eft\u00e9ms \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9, \u00df\u00fct \u00fd\u00f6\u00fc w\u00efll n\u00e9\u00e9d t\u00f6 h\u00e4v\u00e9 th\u00e9s\u00e9 \u00df\u00fd {date} t\u00f6 q\u00fc\u00e4l\u00eff\u00fd t\u00f6 \u00e9\u00e4rn \u00e4 V\u00e9r\u00eff\u00ef\u00e9d \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1#", - "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "\u00dd\u00f6\u00fc \u00e7\u00e4n p\u00e4\u00fd n\u00f6w \u00e9v\u00e9n \u00eff \u00fd\u00f6\u00fc d\u00f6n't h\u00e4v\u00e9 th\u00e9 f\u00f6ll\u00f6w\u00efng \u00eft\u00e9ms \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9, \u00df\u00fct \u00fd\u00f6\u00fc w\u00efll n\u00e9\u00e9d t\u00f6 h\u00e4v\u00e9 th\u00e9s\u00e9 t\u00f6 q\u00fc\u00e4l\u00eff\u00fd t\u00f6 \u00e9\u00e4rn \u00e4 V\u00e9r\u00eff\u00ef\u00e9d \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454#", - "You can remove members from this team, especially if they have not participated in the team's activity.": "\u00dd\u00f6\u00fc \u00e7\u00e4n r\u00e9m\u00f6v\u00e9 m\u00e9m\u00df\u00e9rs fr\u00f6m th\u00efs t\u00e9\u00e4m, \u00e9sp\u00e9\u00e7\u00ef\u00e4ll\u00fd \u00eff th\u00e9\u00fd h\u00e4v\u00e9 n\u00f6t p\u00e4rt\u00ef\u00e7\u00efp\u00e4t\u00e9d \u00efn th\u00e9 t\u00e9\u00e4m's \u00e4\u00e7t\u00efv\u00eft\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "You can upload files with these file types: ": "\u00dd\u00f6\u00fc \u00e7\u00e4n \u00fcpl\u00f6\u00e4d f\u00efl\u00e9s w\u00efth th\u00e9s\u00e9 f\u00efl\u00e9 t\u00fdp\u00e9s: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "You can use your {accountName} account to sign in to your {platformName} account.": "\u00dd\u00f6\u00fc \u00e7\u00e4n \u00fcs\u00e9 \u00fd\u00f6\u00fcr {accountName} \u00e4\u00e7\u00e7\u00f6\u00fcnt t\u00f6 s\u00efgn \u00efn t\u00f6 \u00fd\u00f6\u00fcr {platformName} \u00e4\u00e7\u00e7\u00f6\u00fcnt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "You can view your information or unlink from {enterprise_name} anytime in your Account Settings.": "\u00dd\u00f6\u00fc \u00e7\u00e4n v\u00ef\u00e9w \u00fd\u00f6\u00fcr \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n \u00f6r \u00fcnl\u00efnk fr\u00f6m {enterprise_name} \u00e4n\u00fdt\u00efm\u00e9 \u00efn \u00fd\u00f6\u00fcr \u00c0\u00e7\u00e7\u00f6\u00fcnt S\u00e9tt\u00efngs. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "You cannot view the course as a student or beta tester before the course release date.": "\u00dd\u00f6\u00fc \u00e7\u00e4nn\u00f6t v\u00ef\u00e9w th\u00e9 \u00e7\u00f6\u00fcrs\u00e9 \u00e4s \u00e4 st\u00fcd\u00e9nt \u00f6r \u00df\u00e9t\u00e4 t\u00e9st\u00e9r \u00df\u00e9f\u00f6r\u00e9 th\u00e9 \u00e7\u00f6\u00fcrs\u00e9 r\u00e9l\u00e9\u00e4s\u00e9 d\u00e4t\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "\u00dd\u00f6\u00fc \u00e7h\u00e4ng\u00e9d \u00e4 v\u00efd\u00e9\u00f6 \u00dbRL, \u00df\u00fct d\u00efd n\u00f6t \u00e7h\u00e4ng\u00e9 th\u00e9 t\u00efm\u00e9d tr\u00e4ns\u00e7r\u00efpt f\u00efl\u00e9. D\u00f6 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00fcs\u00e9 th\u00e9 \u00e7\u00fcrr\u00e9nt t\u00efm\u00e9d tr\u00e4ns\u00e7r\u00efpt \u00f6r \u00fcpl\u00f6\u00e4d \u00e4 n\u00e9w .srt tr\u00e4ns\u00e7r\u00efpt f\u00efl\u00e9? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3#", - "You commented...": "\u00dd\u00f6\u00fc \u00e7\u00f6mm\u00e9nt\u00e9d... \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "You could not be subscribed to this post. Refresh the page and try again.": "\u00dd\u00f6\u00fc \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 s\u00fc\u00dfs\u00e7r\u00ef\u00df\u00e9d t\u00f6 th\u00efs p\u00f6st. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "You could not be unsubscribed from this post. Refresh the page and try again.": "\u00dd\u00f6\u00fc \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00fcns\u00fc\u00dfs\u00e7r\u00ef\u00df\u00e9d fr\u00f6m th\u00efs p\u00f6st. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "You currently have no cohorts configured": "\u00dd\u00f6\u00fc \u00e7\u00fcrr\u00e9ntl\u00fd h\u00e4v\u00e9 n\u00f6 \u00e7\u00f6h\u00f6rts \u00e7\u00f6nf\u00efg\u00fcr\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "You did not select a content group": "\u00dd\u00f6\u00fc d\u00efd n\u00f6t s\u00e9l\u00e9\u00e7t \u00e4 \u00e7\u00f6nt\u00e9nt gr\u00f6\u00fcp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "You did not select any files to submit.": "\u00dd\u00f6\u00fc d\u00efd n\u00f6t s\u00e9l\u00e9\u00e7t \u00e4n\u00fd f\u00efl\u00e9s t\u00f6 s\u00fc\u00dfm\u00eft. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "You did not submit the required files: {requiredFiles}.": "\u00dd\u00f6\u00fc d\u00efd n\u00f6t s\u00fc\u00dfm\u00eft th\u00e9 r\u00e9q\u00fc\u00efr\u00e9d f\u00efl\u00e9s: {requiredFiles}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "You don't seem to have Flash installed. Get Flash to continue your verification.": "\u00dd\u00f6\u00fc d\u00f6n't s\u00e9\u00e9m t\u00f6 h\u00e4v\u00e9 Fl\u00e4sh \u00efnst\u00e4ll\u00e9d. G\u00e9t Fl\u00e4sh t\u00f6 \u00e7\u00f6nt\u00efn\u00fc\u00e9 \u00fd\u00f6\u00fcr v\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "You don't seem to have a webcam connected.": "\u00dd\u00f6\u00fc d\u00f6n't s\u00e9\u00e9m t\u00f6 h\u00e4v\u00e9 \u00e4 w\u00e9\u00df\u00e7\u00e4m \u00e7\u00f6nn\u00e9\u00e7t\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 \u00e4dd\u00e9d \u00e4 \u00e7r\u00eft\u00e9r\u00ef\u00f6n. \u00dd\u00f6\u00fc w\u00efll n\u00e9\u00e9d t\u00f6 s\u00e9l\u00e9\u00e7t \u00e4n \u00f6pt\u00ef\u00f6n f\u00f6r th\u00e9 \u00e7r\u00eft\u00e9r\u00ef\u00f6n \u00efn th\u00e9 L\u00e9\u00e4rn\u00e9r Tr\u00e4\u00efn\u00efng st\u00e9p. T\u00f6 d\u00f6 th\u00efs, \u00e7l\u00ef\u00e7k th\u00e9 S\u00e9tt\u00efngs t\u00e4\u00df. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202#", - "You have already verified your ID!": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 \u00e4lr\u00e9\u00e4d\u00fd v\u00e9r\u00eff\u00ef\u00e9d \u00fd\u00f6\u00fcr \u00ccD! \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "You have been logged out of your edX account. Click Okay to log in again now. Click Cancel to stay on this page (you must log in again to save your work).": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 \u00df\u00e9\u00e9n l\u00f6gg\u00e9d \u00f6\u00fct \u00f6f \u00fd\u00f6\u00fcr \u00e9dX \u00e4\u00e7\u00e7\u00f6\u00fcnt. \u00c7l\u00ef\u00e7k \u00d6k\u00e4\u00fd t\u00f6 l\u00f6g \u00efn \u00e4g\u00e4\u00efn n\u00f6w. \u00c7l\u00ef\u00e7k \u00c7\u00e4n\u00e7\u00e9l t\u00f6 st\u00e4\u00fd \u00f6n th\u00efs p\u00e4g\u00e9 (\u00fd\u00f6\u00fc m\u00fcst l\u00f6g \u00efn \u00e4g\u00e4\u00efn t\u00f6 s\u00e4v\u00e9 \u00fd\u00f6\u00fcr w\u00f6rk). \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142#", - "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 d\u00e9l\u00e9t\u00e9d \u00e4 \u00e7r\u00eft\u00e9r\u00ef\u00f6n. Th\u00e9 \u00e7r\u00eft\u00e9r\u00ef\u00f6n h\u00e4s \u00df\u00e9\u00e9n r\u00e9m\u00f6v\u00e9d fr\u00f6m th\u00e9 \u00e9x\u00e4mpl\u00e9 r\u00e9sp\u00f6ns\u00e9s \u00efn th\u00e9 L\u00e9\u00e4rn\u00e9r Tr\u00e4\u00efn\u00efng st\u00e9p. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 d\u00e9l\u00e9t\u00e9d \u00e4ll th\u00e9 \u00f6pt\u00ef\u00f6ns f\u00f6r th\u00efs \u00e7r\u00eft\u00e9r\u00ef\u00f6n. Th\u00e9 \u00e7r\u00eft\u00e9r\u00ef\u00f6n h\u00e4s \u00df\u00e9\u00e9n r\u00e9m\u00f6v\u00e9d fr\u00f6m th\u00e9 s\u00e4mpl\u00e9 r\u00e9sp\u00f6ns\u00e9s \u00efn th\u00e9 L\u00e9\u00e4rn\u00e9r Tr\u00e4\u00efn\u00efng st\u00e9p. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142\u03b1#", - "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 d\u00e9l\u00e9t\u00e9d \u00e4n \u00f6pt\u00ef\u00f6n. Th\u00e4t \u00f6pt\u00ef\u00f6n h\u00e4s \u00df\u00e9\u00e9n r\u00e9m\u00f6v\u00e9d fr\u00f6m \u00efts \u00e7r\u00eft\u00e9r\u00ef\u00f6n \u00efn th\u00e9 s\u00e4mpl\u00e9 r\u00e9sp\u00f6ns\u00e9s \u00efn th\u00e9 L\u00e9\u00e4rn\u00e9r Tr\u00e4\u00efn\u00efng st\u00e9p. \u00dd\u00f6\u00fc m\u00efght h\u00e4v\u00e9 t\u00f6 s\u00e9l\u00e9\u00e7t \u00e4 n\u00e9w \u00f6pt\u00ef\u00f6n f\u00f6r th\u00e9 \u00e7r\u00eft\u00e9r\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454#", - "You have done a dry run of force publishing the course. Nothing has changed. Had you run it, the following course versions would have been change.": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 d\u00f6n\u00e9 \u00e4 dr\u00fd r\u00fcn \u00f6f f\u00f6r\u00e7\u00e9 p\u00fc\u00dfl\u00efsh\u00efng th\u00e9 \u00e7\u00f6\u00fcrs\u00e9. N\u00f6th\u00efng h\u00e4s \u00e7h\u00e4ng\u00e9d. H\u00e4d \u00fd\u00f6\u00fc r\u00fcn \u00eft, th\u00e9 f\u00f6ll\u00f6w\u00efng \u00e7\u00f6\u00fcrs\u00e9 v\u00e9rs\u00ef\u00f6ns w\u00f6\u00fcld h\u00e4v\u00e9 \u00df\u00e9\u00e9n \u00e7h\u00e4ng\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9#", - "You have no handouts defined": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 n\u00f6 h\u00e4nd\u00f6\u00fcts d\u00e9f\u00efn\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "You have not bookmarked any courseware pages yet": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 n\u00f6t \u00df\u00f6\u00f6km\u00e4rk\u00e9d \u00e4n\u00fd \u00e7\u00f6\u00fcrs\u00e9w\u00e4r\u00e9 p\u00e4g\u00e9s \u00fd\u00e9t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "You have not created any certificates yet.": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 n\u00f6t \u00e7r\u00e9\u00e4t\u00e9d \u00e4n\u00fd \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s \u00fd\u00e9t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "You have not created any content groups yet.": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 n\u00f6t \u00e7r\u00e9\u00e4t\u00e9d \u00e4n\u00fd \u00e7\u00f6nt\u00e9nt gr\u00f6\u00fcps \u00fd\u00e9t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "You have not created any group configurations yet.": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 n\u00f6t \u00e7r\u00e9\u00e4t\u00e9d \u00e4n\u00fd gr\u00f6\u00fcp \u00e7\u00f6nf\u00efg\u00fcr\u00e4t\u00ef\u00f6ns \u00fd\u00e9t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Vi elektas agon, kaj vi ne faris ajnajn \u015dan\u011dojn \u0109e unuopaj kampoj. Vi ver\u015dajne ser\u0109as la Iru-butonon prefere ol la \u015cirmu-butono.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Vi elektas agon, sed vi ne \u015dirmis viajn \u015dan\u011dojn al individuaj kampoj \u011dis nun. Bonvolu klaku BONA por \u015dirmi. Vi devos ripeton la agon", - "You have selected \u201cDelete my account.\u201d Deletion of your account and personal data is permanent and cannot be undone. EdX will not be able to recover your account or the data that is deleted.": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 s\u00e9l\u00e9\u00e7t\u00e9d \u201cD\u00e9l\u00e9t\u00e9 m\u00fd \u00e4\u00e7\u00e7\u00f6\u00fcnt.\u201d D\u00e9l\u00e9t\u00ef\u00f6n \u00f6f \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt \u00e4nd p\u00e9rs\u00f6n\u00e4l d\u00e4t\u00e4 \u00efs p\u00e9rm\u00e4n\u00e9nt \u00e4nd \u00e7\u00e4nn\u00f6t \u00df\u00e9 \u00fcnd\u00f6n\u00e9. \u00c9dX w\u00efll n\u00f6t \u00df\u00e9 \u00e4\u00dfl\u00e9 t\u00f6 r\u00e9\u00e7\u00f6v\u00e9r \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt \u00f6r th\u00e9 d\u00e4t\u00e4 th\u00e4t \u00efs d\u00e9l\u00e9t\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1#", - "You have set your language to {beta_language}, which is currently not fully translated. You can help us translate this language fully by joining the Transifex community and adding translations from English for learners that speak {beta_language}.": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 s\u00e9t \u00fd\u00f6\u00fcr l\u00e4ng\u00fc\u00e4g\u00e9 t\u00f6 {beta_language}, wh\u00ef\u00e7h \u00efs \u00e7\u00fcrr\u00e9ntl\u00fd n\u00f6t f\u00fcll\u00fd tr\u00e4nsl\u00e4t\u00e9d. \u00dd\u00f6\u00fc \u00e7\u00e4n h\u00e9lp \u00fcs tr\u00e4nsl\u00e4t\u00e9 th\u00efs l\u00e4ng\u00fc\u00e4g\u00e9 f\u00fcll\u00fd \u00df\u00fd j\u00f6\u00efn\u00efng th\u00e9 Tr\u00e4ns\u00eff\u00e9x \u00e7\u00f6mm\u00fcn\u00eft\u00fd \u00e4nd \u00e4dd\u00efng tr\u00e4nsl\u00e4t\u00ef\u00f6ns fr\u00f6m \u00c9ngl\u00efsh f\u00f6r l\u00e9\u00e4rn\u00e9rs th\u00e4t sp\u00e9\u00e4k {beta_language}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142#", - "You have successfully signed into %(currentProvider)s, but your %(currentProvider)s account does not have a linked %(platformName)s account. To link your accounts, sign in now using your %(platformName)s password.": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 s\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd s\u00efgn\u00e9d \u00efnt\u00f6 %(currentProvider)s, \u00df\u00fct \u00fd\u00f6\u00fcr %(currentProvider)s \u00e4\u00e7\u00e7\u00f6\u00fcnt d\u00f6\u00e9s n\u00f6t h\u00e4v\u00e9 \u00e4 l\u00efnk\u00e9d %(platformName)s \u00e4\u00e7\u00e7\u00f6\u00fcnt. T\u00f6 l\u00efnk \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnts, s\u00efgn \u00efn n\u00f6w \u00fcs\u00efng \u00fd\u00f6\u00fcr %(platformName)s p\u00e4ssw\u00f6rd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142#", - "You have successfully updated your goal.": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 s\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd \u00fcpd\u00e4t\u00e9d \u00fd\u00f6\u00fcr g\u00f6\u00e4l. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "You have unsaved changes are you sure you want to navigate away?": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 \u00fcns\u00e4v\u00e9d \u00e7h\u00e4ng\u00e9s \u00e4r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 n\u00e4v\u00efg\u00e4t\u00e9 \u00e4w\u00e4\u00fd? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Vi havas ne\u015dirmitajn \u015dan\u011dojn je unuopaj redakteblaj kampoj. Se vi faros agon, viaj ne\u015dirmitaj \u015dan\u011doj perdi\u011dos.", - "You have unsaved changes. Do you really want to leave this page?": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 \u00fcns\u00e4v\u00e9d \u00e7h\u00e4ng\u00e9s. D\u00f6 \u00fd\u00f6\u00fc r\u00e9\u00e4ll\u00fd w\u00e4nt t\u00f6 l\u00e9\u00e4v\u00e9 th\u00efs p\u00e4g\u00e9? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "You haven't added any assets to this course yet.": "\u00dd\u00f6\u00fc h\u00e4v\u00e9n't \u00e4dd\u00e9d \u00e4n\u00fd \u00e4ss\u00e9ts t\u00f6 th\u00efs \u00e7\u00f6\u00fcrs\u00e9 \u00fd\u00e9t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "You haven't added any content to this course yet.": "\u00dd\u00f6\u00fc h\u00e4v\u00e9n't \u00e4dd\u00e9d \u00e4n\u00fd \u00e7\u00f6nt\u00e9nt t\u00f6 th\u00efs \u00e7\u00f6\u00fcrs\u00e9 \u00fd\u00e9t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "You haven't added any textbooks to this course yet.": "\u00dd\u00f6\u00fc h\u00e4v\u00e9n't \u00e4dd\u00e9d \u00e4n\u00fd t\u00e9xt\u00df\u00f6\u00f6ks t\u00f6 th\u00efs \u00e7\u00f6\u00fcrs\u00e9 \u00fd\u00e9t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "You may access your account with this address if single-sign on or access to your primary email is not available.": "\u00dd\u00f6\u00fc m\u00e4\u00fd \u00e4\u00e7\u00e7\u00e9ss \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt w\u00efth th\u00efs \u00e4ddr\u00e9ss \u00eff s\u00efngl\u00e9-s\u00efgn \u00f6n \u00f6r \u00e4\u00e7\u00e7\u00e9ss t\u00f6 \u00fd\u00f6\u00fcr pr\u00efm\u00e4r\u00fd \u00e9m\u00e4\u00efl \u00efs n\u00f6t \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "You may also lose access to verified certificates and other program credentials like MicroMasters certificates. If you want to make a copy of these for your records before proceeding with deletion, follow the instructions for {htmlStart}printing or downloading a certificate{htmlEnd}.": "\u00dd\u00f6\u00fc m\u00e4\u00fd \u00e4ls\u00f6 l\u00f6s\u00e9 \u00e4\u00e7\u00e7\u00e9ss t\u00f6 v\u00e9r\u00eff\u00ef\u00e9d \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s \u00e4nd \u00f6th\u00e9r pr\u00f6gr\u00e4m \u00e7r\u00e9d\u00e9nt\u00ef\u00e4ls l\u00efk\u00e9 M\u00ef\u00e7r\u00f6M\u00e4st\u00e9rs \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s. \u00ccf \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 m\u00e4k\u00e9 \u00e4 \u00e7\u00f6p\u00fd \u00f6f th\u00e9s\u00e9 f\u00f6r \u00fd\u00f6\u00fcr r\u00e9\u00e7\u00f6rds \u00df\u00e9f\u00f6r\u00e9 pr\u00f6\u00e7\u00e9\u00e9d\u00efng w\u00efth d\u00e9l\u00e9t\u00ef\u00f6n, f\u00f6ll\u00f6w th\u00e9 \u00efnstr\u00fc\u00e7t\u00ef\u00f6ns f\u00f6r {htmlStart}pr\u00efnt\u00efng \u00f6r d\u00f6wnl\u00f6\u00e4d\u00efng \u00e4 \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9{htmlEnd}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202#", - "You must be over 13 to share a full profile. If you are over 13, make sure that you have specified a birth year on the {account_settings_page_link}": "\u00dd\u00f6\u00fc m\u00fcst \u00df\u00e9 \u00f6v\u00e9r 13 t\u00f6 sh\u00e4r\u00e9 \u00e4 f\u00fcll pr\u00f6f\u00efl\u00e9. \u00ccf \u00fd\u00f6\u00fc \u00e4r\u00e9 \u00f6v\u00e9r 13, m\u00e4k\u00e9 s\u00fcr\u00e9 th\u00e4t \u00fd\u00f6\u00fc h\u00e4v\u00e9 sp\u00e9\u00e7\u00eff\u00ef\u00e9d \u00e4 \u00df\u00efrth \u00fd\u00e9\u00e4r \u00f6n th\u00e9 {account_settings_page_link} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "You must enter a valid email address in order to add a new team member": "\u00dd\u00f6\u00fc m\u00fcst \u00e9nt\u00e9r \u00e4 v\u00e4l\u00efd \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss \u00efn \u00f6rd\u00e9r t\u00f6 \u00e4dd \u00e4 n\u00e9w t\u00e9\u00e4m m\u00e9m\u00df\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "You must provide a learner name.": "\u00dd\u00f6\u00fc m\u00fcst pr\u00f6v\u00efd\u00e9 \u00e4 l\u00e9\u00e4rn\u00e9r n\u00e4m\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "You must select a session by {expiration_date} to access the course.": "\u00dd\u00f6\u00fc m\u00fcst s\u00e9l\u00e9\u00e7t \u00e4 s\u00e9ss\u00ef\u00f6n \u00df\u00fd {expiration_date} t\u00f6 \u00e4\u00e7\u00e7\u00e9ss th\u00e9 \u00e7\u00f6\u00fcrs\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "You must select a session to access the course.": "\u00dd\u00f6\u00fc m\u00fcst s\u00e9l\u00e9\u00e7t \u00e4 s\u00e9ss\u00ef\u00f6n t\u00f6 \u00e4\u00e7\u00e7\u00e9ss th\u00e9 \u00e7\u00f6\u00fcrs\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "You must sign out and sign back in before your language changes take effect.": "\u00dd\u00f6\u00fc m\u00fcst s\u00efgn \u00f6\u00fct \u00e4nd s\u00efgn \u00df\u00e4\u00e7k \u00efn \u00df\u00e9f\u00f6r\u00e9 \u00fd\u00f6\u00fcr l\u00e4ng\u00fc\u00e4g\u00e9 \u00e7h\u00e4ng\u00e9s t\u00e4k\u00e9 \u00e9ff\u00e9\u00e7t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "You must specify a name": "\u00dd\u00f6\u00fc m\u00fcst sp\u00e9\u00e7\u00eff\u00fd \u00e4 n\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "You must specify a name for the cohort": "\u00dd\u00f6\u00fc m\u00fcst sp\u00e9\u00e7\u00eff\u00fd \u00e4 n\u00e4m\u00e9 f\u00f6r th\u00e9 \u00e7\u00f6h\u00f6rt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "You must specify your birth year before you can share your full profile. To specify your birth year, go to the {account_settings_page_link}": "\u00dd\u00f6\u00fc m\u00fcst sp\u00e9\u00e7\u00eff\u00fd \u00fd\u00f6\u00fcr \u00df\u00efrth \u00fd\u00e9\u00e4r \u00df\u00e9f\u00f6r\u00e9 \u00fd\u00f6\u00fc \u00e7\u00e4n sh\u00e4r\u00e9 \u00fd\u00f6\u00fcr f\u00fcll pr\u00f6f\u00efl\u00e9. T\u00f6 sp\u00e9\u00e7\u00eff\u00fd \u00fd\u00f6\u00fcr \u00df\u00efrth \u00fd\u00e9\u00e4r, g\u00f6 t\u00f6 th\u00e9 {account_settings_page_link} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "You need a computer that has a webcam. When you receive a browser prompt, make sure that you allow access to the camera.": "\u00dd\u00f6\u00fc n\u00e9\u00e9d \u00e4 \u00e7\u00f6mp\u00fct\u00e9r th\u00e4t h\u00e4s \u00e4 w\u00e9\u00df\u00e7\u00e4m. Wh\u00e9n \u00fd\u00f6\u00fc r\u00e9\u00e7\u00e9\u00efv\u00e9 \u00e4 \u00dfr\u00f6ws\u00e9r pr\u00f6mpt, m\u00e4k\u00e9 s\u00fcr\u00e9 th\u00e4t \u00fd\u00f6\u00fc \u00e4ll\u00f6w \u00e4\u00e7\u00e7\u00e9ss t\u00f6 th\u00e9 \u00e7\u00e4m\u00e9r\u00e4. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "\u00dd\u00f6\u00fc n\u00e9\u00e9d \u00e4 dr\u00efv\u00e9r's l\u00ef\u00e7\u00e9ns\u00e9, p\u00e4ssp\u00f6rt, \u00f6r \u00f6th\u00e9r g\u00f6v\u00e9rnm\u00e9nt-\u00efss\u00fc\u00e9d \u00ccD th\u00e4t h\u00e4s \u00fd\u00f6\u00fcr n\u00e4m\u00e9 \u00e4nd ph\u00f6t\u00f6. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "\u00dd\u00f6\u00fc n\u00e9\u00e9d \u00e4n \u00ccD w\u00efth \u00fd\u00f6\u00fcr n\u00e4m\u00e9 \u00e4nd ph\u00f6t\u00f6. \u00c0 dr\u00efv\u00e9r's l\u00ef\u00e7\u00e9ns\u00e9, p\u00e4ssp\u00f6rt, \u00f6r \u00f6th\u00e9r g\u00f6v\u00e9rnm\u00e9nt-\u00efss\u00fc\u00e9d \u00ccDs \u00e4r\u00e9 \u00e4ll \u00e4\u00e7\u00e7\u00e9pt\u00e4\u00dfl\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "\u00dd\u00f6\u00fc n\u00e9\u00e9d t\u00f6 \u00e4\u00e7t\u00efv\u00e4t\u00e9 \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt \u00df\u00e9f\u00f6r\u00e9 \u00fd\u00f6\u00fc \u00e7\u00e4n \u00e9nr\u00f6ll \u00efn \u00e7\u00f6\u00fcrs\u00e9s. \u00c7h\u00e9\u00e7k \u00fd\u00f6\u00fcr \u00efn\u00df\u00f6x f\u00f6r \u00e4n \u00e4\u00e7t\u00efv\u00e4t\u00ef\u00f6n \u00e9m\u00e4\u00efl. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "\u00dd\u00f6\u00fc n\u00e9\u00e9d t\u00f6 \u00e4\u00e7t\u00efv\u00e4t\u00e9 \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt \u00df\u00e9f\u00f6r\u00e9 \u00fd\u00f6\u00fc \u00e7\u00e4n \u00e9nr\u00f6ll \u00efn \u00e7\u00f6\u00fcrs\u00e9s. \u00c7h\u00e9\u00e7k \u00fd\u00f6\u00fcr \u00efn\u00df\u00f6x f\u00f6r \u00e4n \u00e4\u00e7t\u00efv\u00e4t\u00ef\u00f6n \u00e9m\u00e4\u00efl. \u00c0ft\u00e9r \u00fd\u00f6\u00fc \u00e7\u00f6mpl\u00e9t\u00e9 \u00e4\u00e7t\u00efv\u00e4t\u00ef\u00f6n \u00fd\u00f6\u00fc \u00e7\u00e4n r\u00e9t\u00fcrn \u00e4nd r\u00e9fr\u00e9sh th\u00efs p\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2#", - "You receive messages from {platform_name} and course teams at this address.": "\u00dd\u00f6\u00fc r\u00e9\u00e7\u00e9\u00efv\u00e9 m\u00e9ss\u00e4g\u00e9s fr\u00f6m {platform_name} \u00e4nd \u00e7\u00f6\u00fcrs\u00e9 t\u00e9\u00e4ms \u00e4t th\u00efs \u00e4ddr\u00e9ss. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "You reserve all rights for your work": "\u00dd\u00f6\u00fc r\u00e9s\u00e9rv\u00e9 \u00e4ll r\u00efghts f\u00f6r \u00fd\u00f6\u00fcr w\u00f6rk \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "You still need to visit the %(display_name)s website to complete the credit process.": "\u00dd\u00f6\u00fc st\u00efll n\u00e9\u00e9d t\u00f6 v\u00efs\u00eft th\u00e9 %(display_name)s w\u00e9\u00dfs\u00eft\u00e9 t\u00f6 \u00e7\u00f6mpl\u00e9t\u00e9 th\u00e9 \u00e7r\u00e9d\u00eft pr\u00f6\u00e7\u00e9ss. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "You submitted {filename}; only {allowedFiles} are allowed.": "\u00dd\u00f6\u00fc s\u00fc\u00dfm\u00eftt\u00e9d {filename}; \u00f6nl\u00fd {allowedFiles} \u00e4r\u00e9 \u00e4ll\u00f6w\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "You waive some rights for your work, such that others can use it too": "\u00dd\u00f6\u00fc w\u00e4\u00efv\u00e9 s\u00f6m\u00e9 r\u00efghts f\u00f6r \u00fd\u00f6\u00fcr w\u00f6rk, s\u00fc\u00e7h th\u00e4t \u00f6th\u00e9rs \u00e7\u00e4n \u00fcs\u00e9 \u00eft t\u00f6\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "You will be refunded the amount you paid.": "\u00dd\u00f6\u00fc w\u00efll \u00df\u00e9 r\u00e9f\u00fcnd\u00e9d th\u00e9 \u00e4m\u00f6\u00fcnt \u00fd\u00f6\u00fc p\u00e4\u00efd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "You will not be refunded the amount you paid.": "\u00dd\u00f6\u00fc w\u00efll n\u00f6t \u00df\u00e9 r\u00e9f\u00fcnd\u00e9d th\u00e9 \u00e4m\u00f6\u00fcnt \u00fd\u00f6\u00fc p\u00e4\u00efd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "You will not receive notification for emails that bounce, so double-check your spelling.": "\u00dd\u00f6\u00fc w\u00efll n\u00f6t r\u00e9\u00e7\u00e9\u00efv\u00e9 n\u00f6t\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n f\u00f6r \u00e9m\u00e4\u00efls th\u00e4t \u00df\u00f6\u00fcn\u00e7\u00e9, s\u00f6 d\u00f6\u00fc\u00dfl\u00e9-\u00e7h\u00e9\u00e7k \u00fd\u00f6\u00fcr sp\u00e9ll\u00efng. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", - "You will use your webcam to take a picture of your face and of your government-issued photo ID.": "\u00dd\u00f6\u00fc w\u00efll \u00fcs\u00e9 \u00fd\u00f6\u00fcr w\u00e9\u00df\u00e7\u00e4m t\u00f6 t\u00e4k\u00e9 \u00e4 p\u00ef\u00e7t\u00fcr\u00e9 \u00f6f \u00fd\u00f6\u00fcr f\u00e4\u00e7\u00e9 \u00e4nd \u00f6f \u00fd\u00f6\u00fcr g\u00f6v\u00e9rnm\u00e9nt-\u00efss\u00fc\u00e9d ph\u00f6t\u00f6 \u00ccD. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "You!": "\u00dd\u00f6\u00fc! \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "\u00dd\u00f6\u00fc'r\u00e9 \u00e4\u00df\u00f6\u00fct t\u00f6 s\u00fc\u00dfm\u00eft \u00fd\u00f6\u00fcr r\u00e9sp\u00f6ns\u00e9 f\u00f6r th\u00efs \u00e4ss\u00efgnm\u00e9nt. \u00c0ft\u00e9r \u00fd\u00f6\u00fc s\u00fc\u00dfm\u00eft th\u00efs r\u00e9sp\u00f6ns\u00e9, \u00fd\u00f6\u00fc \u00e7\u00e4n't \u00e7h\u00e4ng\u00e9 \u00eft \u00f6r s\u00fc\u00dfm\u00eft \u00e4 n\u00e9w r\u00e9sp\u00f6ns\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142\u03b1\u0432\u03c3\u044f\u03c5#", - "You've made some changes": "\u00dd\u00f6\u00fc'v\u00e9 m\u00e4d\u00e9 s\u00f6m\u00e9 \u00e7h\u00e4ng\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "You've made some changes, but there are some errors": "\u00dd\u00f6\u00fc'v\u00e9 m\u00e4d\u00e9 s\u00f6m\u00e9 \u00e7h\u00e4ng\u00e9s, \u00df\u00fct th\u00e9r\u00e9 \u00e4r\u00e9 s\u00f6m\u00e9 \u00e9rr\u00f6rs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "You've successfully signed into %(currentProvider)s.": "\u00dd\u00f6\u00fc'v\u00e9 s\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd s\u00efgn\u00e9d \u00efnt\u00f6 %(currentProvider)s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "Your ID must be a government-issued photo ID that clearly shows your face.": "\u00dd\u00f6\u00fcr \u00ccD m\u00fcst \u00df\u00e9 \u00e4 g\u00f6v\u00e9rnm\u00e9nt-\u00efss\u00fc\u00e9d ph\u00f6t\u00f6 \u00ccD th\u00e4t \u00e7l\u00e9\u00e4rl\u00fd sh\u00f6ws \u00fd\u00f6\u00fcr f\u00e4\u00e7\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "Your Program Journey": "\u00dd\u00f6\u00fcr Pr\u00f6gr\u00e4m J\u00f6\u00fcrn\u00e9\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "\u00dd\u00f6\u00fcr \u00dfr\u00f6ws\u00e9r d\u00f6\u00e9sn't s\u00fcpp\u00f6rt d\u00efr\u00e9\u00e7t \u00e4\u00e7\u00e7\u00e9ss t\u00f6 th\u00e9 \u00e7l\u00efp\u00df\u00f6\u00e4rd. Pl\u00e9\u00e4s\u00e9 \u00fcs\u00e9 th\u00e9 \u00c7trl+X/\u00c7/V k\u00e9\u00fd\u00df\u00f6\u00e4rd sh\u00f6rt\u00e7\u00fcts \u00efnst\u00e9\u00e4d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "Your changes have been saved.": "\u00dd\u00f6\u00fcr \u00e7h\u00e4ng\u00e9s h\u00e4v\u00e9 \u00df\u00e9\u00e9n s\u00e4v\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Your changes have been saved. {details}": "\u00dd\u00f6\u00fcr \u00e7h\u00e4ng\u00e9s h\u00e4v\u00e9 \u00df\u00e9\u00e9n s\u00e4v\u00e9d. {details} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "Your changes will not take effect until you save your progress.": "\u00dd\u00f6\u00fcr \u00e7h\u00e4ng\u00e9s w\u00efll n\u00f6t t\u00e4k\u00e9 \u00e9ff\u00e9\u00e7t \u00fcnt\u00efl \u00fd\u00f6\u00fc s\u00e4v\u00e9 \u00fd\u00f6\u00fcr pr\u00f6gr\u00e9ss. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "\u00dd\u00f6\u00fcr \u00e7h\u00e4ng\u00e9s w\u00efll n\u00f6t t\u00e4k\u00e9 \u00e9ff\u00e9\u00e7t \u00fcnt\u00efl \u00fd\u00f6\u00fc s\u00e4v\u00e9 \u00fd\u00f6\u00fcr pr\u00f6gr\u00e9ss. T\u00e4k\u00e9 \u00e7\u00e4r\u00e9 w\u00efth k\u00e9\u00fd \u00e4nd v\u00e4l\u00fc\u00e9 f\u00f6rm\u00e4tt\u00efng, \u00e4s v\u00e4l\u00efd\u00e4t\u00ef\u00f6n \u00efs n\u00f6t \u00efmpl\u00e9m\u00e9nt\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142\u03b1\u0432#", - "Your course could not be exported to XML. There is not enough information to identify the failed component. Inspect your course to identify any problematic components and try again.": "\u00dd\u00f6\u00fcr \u00e7\u00f6\u00fcrs\u00e9 \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00e9xp\u00f6rt\u00e9d t\u00f6 XML. Th\u00e9r\u00e9 \u00efs n\u00f6t \u00e9n\u00f6\u00fcgh \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n t\u00f6 \u00efd\u00e9nt\u00eff\u00fd th\u00e9 f\u00e4\u00efl\u00e9d \u00e7\u00f6mp\u00f6n\u00e9nt. \u00ccnsp\u00e9\u00e7t \u00fd\u00f6\u00fcr \u00e7\u00f6\u00fcrs\u00e9 t\u00f6 \u00efd\u00e9nt\u00eff\u00fd \u00e4n\u00fd pr\u00f6\u00dfl\u00e9m\u00e4t\u00ef\u00e7 \u00e7\u00f6mp\u00f6n\u00e9nts \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442#", - "Your donation could not be submitted.": "\u00dd\u00f6\u00fcr d\u00f6n\u00e4t\u00ef\u00f6n \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 s\u00fc\u00dfm\u00eftt\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "Your email message was successfully queued for sending. In courses with a large number of learners, email messages to learners might take up to an hour to be sent.": "\u00dd\u00f6\u00fcr \u00e9m\u00e4\u00efl m\u00e9ss\u00e4g\u00e9 w\u00e4s s\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd q\u00fc\u00e9\u00fc\u00e9d f\u00f6r s\u00e9nd\u00efng. \u00ccn \u00e7\u00f6\u00fcrs\u00e9s w\u00efth \u00e4 l\u00e4rg\u00e9 n\u00fcm\u00df\u00e9r \u00f6f l\u00e9\u00e4rn\u00e9rs, \u00e9m\u00e4\u00efl m\u00e9ss\u00e4g\u00e9s t\u00f6 l\u00e9\u00e4rn\u00e9rs m\u00efght t\u00e4k\u00e9 \u00fcp t\u00f6 \u00e4n h\u00f6\u00fcr t\u00f6 \u00df\u00e9 s\u00e9nt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454#", - "Your entire face fits inside the frame.": "\u00dd\u00f6\u00fcr \u00e9nt\u00efr\u00e9 f\u00e4\u00e7\u00e9 f\u00efts \u00efns\u00efd\u00e9 th\u00e9 fr\u00e4m\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "Your export has failed.": "\u00dd\u00f6\u00fcr \u00e9xp\u00f6rt h\u00e4s f\u00e4\u00efl\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Your face is well-lit.": "\u00dd\u00f6\u00fcr f\u00e4\u00e7\u00e9 \u00efs w\u00e9ll-l\u00eft. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "Your file ": "\u00dd\u00f6\u00fcr f\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "\u00dd\u00f6\u00fcr f\u00efl\u00e9 '{file}' h\u00e4s \u00df\u00e9\u00e9n \u00fcpl\u00f6\u00e4d\u00e9d. \u00c0ll\u00f6w \u00e4 f\u00e9w m\u00efn\u00fct\u00e9s f\u00f6r pr\u00f6\u00e7\u00e9ss\u00efng. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Your file could not be uploaded": "\u00dd\u00f6\u00fcr f\u00efl\u00e9 \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00fcpl\u00f6\u00e4d\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "Your file has been deleted.": "\u00dd\u00f6\u00fcr f\u00efl\u00e9 h\u00e4s \u00df\u00e9\u00e9n d\u00e9l\u00e9t\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", - "Your file {filename} is too large (max size: {maxSize}MB).": "\u00dd\u00f6\u00fcr f\u00efl\u00e9 {filename} \u00efs t\u00f6\u00f6 l\u00e4rg\u00e9 (m\u00e4x s\u00efz\u00e9: {maxSize}MB). \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Your import has failed.": "\u00dd\u00f6\u00fcr \u00efmp\u00f6rt h\u00e4s f\u00e4\u00efl\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", - "Your import is in progress; navigating away will abort it.": "\u00dd\u00f6\u00fcr \u00efmp\u00f6rt \u00efs \u00efn pr\u00f6gr\u00e9ss; n\u00e4v\u00efg\u00e4t\u00efng \u00e4w\u00e4\u00fd w\u00efll \u00e4\u00df\u00f6rt \u00eft. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "Your library could not be exported to XML. There is not enough information to identify the failed component. Inspect your library to identify any problematic components and try again.": "\u00dd\u00f6\u00fcr l\u00ef\u00dfr\u00e4r\u00fd \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00e9xp\u00f6rt\u00e9d t\u00f6 XML. Th\u00e9r\u00e9 \u00efs n\u00f6t \u00e9n\u00f6\u00fcgh \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n t\u00f6 \u00efd\u00e9nt\u00eff\u00fd th\u00e9 f\u00e4\u00efl\u00e9d \u00e7\u00f6mp\u00f6n\u00e9nt. \u00ccnsp\u00e9\u00e7t \u00fd\u00f6\u00fcr l\u00ef\u00dfr\u00e4r\u00fd t\u00f6 \u00efd\u00e9nt\u00eff\u00fd \u00e4n\u00fd pr\u00f6\u00dfl\u00e9m\u00e4t\u00ef\u00e7 \u00e7\u00f6mp\u00f6n\u00e9nts \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455#", - "Your message cannot be blank.": "\u00dd\u00f6\u00fcr m\u00e9ss\u00e4g\u00e9 \u00e7\u00e4nn\u00f6t \u00df\u00e9 \u00dfl\u00e4nk. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Your message must have a subject.": "\u00dd\u00f6\u00fcr m\u00e9ss\u00e4g\u00e9 m\u00fcst h\u00e4v\u00e9 \u00e4 s\u00fc\u00dfj\u00e9\u00e7t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "Your message must have at least one target.": "\u00dd\u00f6\u00fcr m\u00e9ss\u00e4g\u00e9 m\u00fcst h\u00e4v\u00e9 \u00e4t l\u00e9\u00e4st \u00f6n\u00e9 t\u00e4rg\u00e9t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Your policy changes have been saved.": "\u00dd\u00f6\u00fcr p\u00f6l\u00ef\u00e7\u00fd \u00e7h\u00e4ng\u00e9s h\u00e4v\u00e9 \u00df\u00e9\u00e9n s\u00e4v\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "Your post will be discarded.": "\u00dd\u00f6\u00fcr p\u00f6st w\u00efll \u00df\u00e9 d\u00efs\u00e7\u00e4rd\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Your profile settings are managed by {enterprise_name}. Contact your administrator or {link_start}edX Support{link_end} for help.": "\u00dd\u00f6\u00fcr pr\u00f6f\u00efl\u00e9 s\u00e9tt\u00efngs \u00e4r\u00e9 m\u00e4n\u00e4g\u00e9d \u00df\u00fd {enterprise_name}. \u00c7\u00f6nt\u00e4\u00e7t \u00fd\u00f6\u00fcr \u00e4dm\u00efn\u00efstr\u00e4t\u00f6r \u00f6r {link_start}\u00e9dX S\u00fcpp\u00f6rt{link_end} f\u00f6r h\u00e9lp. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "Your question or idea (required)": "\u00dd\u00f6\u00fcr q\u00fc\u00e9st\u00ef\u00f6n \u00f6r \u00efd\u00e9\u00e4 (r\u00e9q\u00fc\u00efr\u00e9d) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "Your request could not be completed due to a server problem. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u00dd\u00f6\u00fcr r\u00e9q\u00fc\u00e9st \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00e7\u00f6mpl\u00e9t\u00e9d d\u00fc\u00e9 t\u00f6 \u00e4 s\u00e9rv\u00e9r pr\u00f6\u00dfl\u00e9m. R\u00e9l\u00f6\u00e4d th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u00ccf th\u00e9 \u00efss\u00fc\u00e9 p\u00e9rs\u00efsts, \u00e7l\u00ef\u00e7k th\u00e9 H\u00e9lp t\u00e4\u00df t\u00f6 r\u00e9p\u00f6rt th\u00e9 pr\u00f6\u00dfl\u00e9m. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3#", - "Your request could not be completed. Reload the page and try again.": "\u00dd\u00f6\u00fcr r\u00e9q\u00fc\u00e9st \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00e7\u00f6mpl\u00e9t\u00e9d. R\u00e9l\u00f6\u00e4d th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Your request could not be completed. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u00dd\u00f6\u00fcr r\u00e9q\u00fc\u00e9st \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00e7\u00f6mpl\u00e9t\u00e9d. R\u00e9l\u00f6\u00e4d th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u00ccf th\u00e9 \u00efss\u00fc\u00e9 p\u00e9rs\u00efsts, \u00e7l\u00ef\u00e7k th\u00e9 H\u00e9lp t\u00e4\u00df t\u00f6 r\u00e9p\u00f6rt th\u00e9 pr\u00f6\u00dfl\u00e9m. #", - "Your request could not be processed. Refresh the page and try again.": "\u00dd\u00f6\u00fcr r\u00e9q\u00fc\u00e9st \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 pr\u00f6\u00e7\u00e9ss\u00e9d. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Your team could not be created.": "\u00dd\u00f6\u00fcr t\u00e9\u00e4m \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00e7r\u00e9\u00e4t\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "Your team could not be updated.": "\u00dd\u00f6\u00fcr t\u00e9\u00e4m \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00fcpd\u00e4t\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "Your unenrollment request could not be processed. Please try again later.": "\u00dd\u00f6\u00fcr \u00fcn\u00e9nr\u00f6llm\u00e9nt r\u00e9q\u00fc\u00e9st \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 pr\u00f6\u00e7\u00e9ss\u00e9d. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn l\u00e4t\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "Your upload of '{file}' failed.": "\u00dd\u00f6\u00fcr \u00fcpl\u00f6\u00e4d \u00f6f '{file}' f\u00e4\u00efl\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "Your upload of '{file}' succeeded.": "\u00dd\u00f6\u00fcr \u00fcpl\u00f6\u00e4d \u00f6f '{file}' s\u00fc\u00e7\u00e7\u00e9\u00e9d\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", - "Your verification status is good until {verificationGoodUntil}.": "\u00dd\u00f6\u00fcr v\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n st\u00e4t\u00fcs \u00efs g\u00f6\u00f6d \u00fcnt\u00efl {verificationGoodUntil}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "Your video uploads are not complete.": "\u00dd\u00f6\u00fcr v\u00efd\u00e9\u00f6 \u00fcpl\u00f6\u00e4ds \u00e4r\u00e9 n\u00f6t \u00e7\u00f6mpl\u00e9t\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "Your {program} Certificate": "\u00dd\u00f6\u00fcr {program} \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "Yourself": "\u00dd\u00f6\u00fcrs\u00e9lf \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "Zoom In": "Z\u00f6\u00f6m \u00ccn \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "Zoom Out": "Z\u00f6\u00f6m \u00d6\u00fct \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "[no tags]": "[n\u00f6 t\u00e4gs] \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "a day": "\u00e4 d\u00e4\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "a timed exam": "\u00e4 t\u00efm\u00e9d \u00e9x\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + ], + "Visibility": "V\u00efs\u00ef\u00df\u00efl\u00eft\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Visible to Staff Only": "V\u00efs\u00ef\u00dfl\u00e9 t\u00f6 St\u00e4ff \u00d6nl\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Visual aids": "V\u00efs\u00fc\u00e4l \u00e4\u00efds \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Volume": "V\u00f6l\u00fcm\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Vote for good posts and responses": "V\u00f6t\u00e9 f\u00f6r g\u00f6\u00f6d p\u00f6sts \u00e4nd r\u00e9sp\u00f6ns\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "Waiting": "W\u00e4\u00eft\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Want to confirm your identity later?": "W\u00e4nt t\u00f6 \u00e7\u00f6nf\u00efrm \u00fd\u00f6\u00fcr \u00efd\u00e9nt\u00eft\u00fd l\u00e4t\u00e9r? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "Warning": "W\u00e4rn\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Warnings": "W\u00e4rn\u00efngs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "We ask you to activate your account to ensure it is really you creating the account and to prevent fraud.": "W\u00e9 \u00e4sk \u00fd\u00f6\u00fc t\u00f6 \u00e4\u00e7t\u00efv\u00e4t\u00e9 \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt t\u00f6 \u00e9ns\u00fcr\u00e9 \u00eft \u00efs r\u00e9\u00e4ll\u00fd \u00fd\u00f6\u00fc \u00e7r\u00e9\u00e4t\u00efng th\u00e9 \u00e4\u00e7\u00e7\u00f6\u00fcnt \u00e4nd t\u00f6 pr\u00e9v\u00e9nt fr\u00e4\u00fcd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 #", + "We couldn't create your account.": "W\u00e9 \u00e7\u00f6\u00fcldn't \u00e7r\u00e9\u00e4t\u00e9 \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "We couldn't find any results for \"%s\".": "W\u00e9 \u00e7\u00f6\u00fcldn't f\u00efnd \u00e4n\u00fd r\u00e9s\u00fclts f\u00f6r \"%s\". \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "We couldn't sign you in.": "W\u00e9 \u00e7\u00f6\u00fcldn't s\u00efgn \u00fd\u00f6\u00fc \u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "We have encountered an error. Refresh your browser and then try again.": "W\u00e9 h\u00e4v\u00e9 \u00e9n\u00e7\u00f6\u00fcnt\u00e9r\u00e9d \u00e4n \u00e9rr\u00f6r. R\u00e9fr\u00e9sh \u00fd\u00f6\u00fcr \u00dfr\u00f6ws\u00e9r \u00e4nd th\u00e9n tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "W\u00e9 h\u00e4v\u00e9 r\u00e9\u00e7\u00e9\u00efv\u00e9d \u00fd\u00f6\u00fcr \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n \u00e4nd \u00e4r\u00e9 v\u00e9r\u00eff\u00fd\u00efng \u00fd\u00f6\u00fcr \u00efd\u00e9nt\u00eft\u00fd. \u00dd\u00f6\u00fc w\u00efll s\u00e9\u00e9 \u00e4 m\u00e9ss\u00e4g\u00e9 \u00f6n \u00fd\u00f6\u00fcr d\u00e4sh\u00df\u00f6\u00e4rd wh\u00e9n th\u00e9 v\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n pr\u00f6\u00e7\u00e9ss \u00efs \u00e7\u00f6mpl\u00e9t\u00e9 (\u00fcs\u00fc\u00e4ll\u00fd w\u00efth\u00efn 1-2 d\u00e4\u00fds). \u00ccn th\u00e9 m\u00e9\u00e4nt\u00efm\u00e9, \u00fd\u00f6\u00fc \u00e7\u00e4n st\u00efll \u00e4\u00e7\u00e7\u00e9ss \u00e4ll \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 \u00e7\u00f6\u00fcrs\u00e9 \u00e7\u00f6nt\u00e9nt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454#", + "We just need a little more information before you start learning with %(platformName)s.": "W\u00e9 j\u00fcst n\u00e9\u00e9d \u00e4 l\u00efttl\u00e9 m\u00f6r\u00e9 \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n \u00df\u00e9f\u00f6r\u00e9 \u00fd\u00f6\u00fc st\u00e4rt l\u00e9\u00e4rn\u00efng w\u00efth %(platformName)s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "W\u00e9 \u00fcs\u00e9 th\u00e9 h\u00efgh\u00e9st l\u00e9v\u00e9ls \u00f6f s\u00e9\u00e7\u00fcr\u00eft\u00fd \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 t\u00f6 \u00e9n\u00e7r\u00fdpt \u00fd\u00f6\u00fcr ph\u00f6t\u00f6 \u00e4nd s\u00e9nd \u00eft t\u00f6 \u00f6\u00fcr \u00e4\u00fcth\u00f6r\u00efz\u00e4t\u00ef\u00f6n s\u00e9rv\u00ef\u00e7\u00e9 f\u00f6r r\u00e9v\u00ef\u00e9w. \u00dd\u00f6\u00fcr ph\u00f6t\u00f6 \u00e4nd \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n \u00e4r\u00e9 n\u00f6t s\u00e4v\u00e9d \u00f6r v\u00efs\u00ef\u00dfl\u00e9 \u00e4n\u00fdwh\u00e9r\u00e9 \u00f6n %(platformName)s \u00e4ft\u00e9r th\u00e9 v\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n pr\u00f6\u00e7\u00e9ss \u00efs \u00e7\u00f6mpl\u00e9t\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c#", + "We're sorry to see you go! Your account will be deleted shortly.": "W\u00e9'r\u00e9 s\u00f6rr\u00fd t\u00f6 s\u00e9\u00e9 \u00fd\u00f6\u00fc g\u00f6! \u00dd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt w\u00efll \u00df\u00e9 d\u00e9l\u00e9t\u00e9d sh\u00f6rtl\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "We're sorry, there was an error": "W\u00e9'r\u00e9 s\u00f6rr\u00fd, th\u00e9r\u00e9 w\u00e4s \u00e4n \u00e9rr\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "We've encountered an error. Refresh your browser and then try again.": "W\u00e9'v\u00e9 \u00e9n\u00e7\u00f6\u00fcnt\u00e9r\u00e9d \u00e4n \u00e9rr\u00f6r. R\u00e9fr\u00e9sh \u00fd\u00f6\u00fcr \u00dfr\u00f6ws\u00e9r \u00e4nd th\u00e9n tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "W\u00e9'v\u00e9 s\u00e9nt \u00e4 \u00e7\u00f6nf\u00efrm\u00e4t\u00ef\u00f6n m\u00e9ss\u00e4g\u00e9 t\u00f6 {new_email_address}. \u00c7l\u00ef\u00e7k th\u00e9 l\u00efnk \u00efn th\u00e9 m\u00e9ss\u00e4g\u00e9 t\u00f6 \u00fcpd\u00e4t\u00e9 \u00fd\u00f6\u00fcr \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "We've sent a confirmation message to {new_secondary_email_address}. Click the link in the message to update your secondary email address.": "W\u00e9'v\u00e9 s\u00e9nt \u00e4 \u00e7\u00f6nf\u00efrm\u00e4t\u00ef\u00f6n m\u00e9ss\u00e4g\u00e9 t\u00f6 {new_secondary_email_address}. \u00c7l\u00ef\u00e7k th\u00e9 l\u00efnk \u00efn th\u00e9 m\u00e9ss\u00e4g\u00e9 t\u00f6 \u00fcpd\u00e4t\u00e9 \u00fd\u00f6\u00fcr s\u00e9\u00e7\u00f6nd\u00e4r\u00fd \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "We've sent a message to {email}. Click the link in the message to reset your password. Didn't receive the message? Contact {anchorStart}technical support{anchorEnd}.": "W\u00e9'v\u00e9 s\u00e9nt \u00e4 m\u00e9ss\u00e4g\u00e9 t\u00f6 {email}. \u00c7l\u00ef\u00e7k th\u00e9 l\u00efnk \u00efn th\u00e9 m\u00e9ss\u00e4g\u00e9 t\u00f6 r\u00e9s\u00e9t \u00fd\u00f6\u00fcr p\u00e4ssw\u00f6rd. D\u00efdn't r\u00e9\u00e7\u00e9\u00efv\u00e9 th\u00e9 m\u00e9ss\u00e4g\u00e9? \u00c7\u00f6nt\u00e4\u00e7t {anchorStart}t\u00e9\u00e7hn\u00ef\u00e7\u00e4l s\u00fcpp\u00f6rt{anchorEnd}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455#", + "Web:": "W\u00e9\u00df: \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "Webcam": "W\u00e9\u00df\u00e7\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "Weekly Highlight Emails": "W\u00e9\u00e9kl\u00fd H\u00efghl\u00efght \u00c9m\u00e4\u00efls \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Weight of Total Grade": "W\u00e9\u00efght \u00f6f T\u00f6t\u00e4l Gr\u00e4d\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "We\u2019re sorry to see you go!": "W\u00e9\u2019r\u00e9 s\u00f6rr\u00fd t\u00f6 s\u00e9\u00e9 \u00fd\u00f6\u00fc g\u00f6! \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "What You Need for Verification": "Wh\u00e4t \u00dd\u00f6\u00fc N\u00e9\u00e9d f\u00f6r V\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "What can we help you with, {username}?": "Wh\u00e4t \u00e7\u00e4n w\u00e9 h\u00e9lp \u00fd\u00f6\u00fc w\u00efth, {username}? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "What does %(platformName)s do with this photo?": "Wh\u00e4t d\u00f6\u00e9s %(platformName)s d\u00f6 w\u00efth th\u00efs ph\u00f6t\u00f6? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "What does this mean?": "Wh\u00e4t d\u00f6\u00e9s th\u00efs m\u00e9\u00e4n? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "What if I can't see the camera image, or if I can't see my photo do determine which side is visible?": "Wh\u00e4t \u00eff \u00cc \u00e7\u00e4n't s\u00e9\u00e9 th\u00e9 \u00e7\u00e4m\u00e9r\u00e4 \u00efm\u00e4g\u00e9, \u00f6r \u00eff \u00cc \u00e7\u00e4n't s\u00e9\u00e9 m\u00fd ph\u00f6t\u00f6 d\u00f6 d\u00e9t\u00e9rm\u00efn\u00e9 wh\u00ef\u00e7h s\u00efd\u00e9 \u00efs v\u00efs\u00ef\u00dfl\u00e9? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "What if I have difficulty holding my ID in position relative to the camera?": "Wh\u00e4t \u00eff \u00cc h\u00e4v\u00e9 d\u00efff\u00ef\u00e7\u00fclt\u00fd h\u00f6ld\u00efng m\u00fd \u00ccD \u00efn p\u00f6s\u00eft\u00ef\u00f6n r\u00e9l\u00e4t\u00efv\u00e9 t\u00f6 th\u00e9 \u00e7\u00e4m\u00e9r\u00e4? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "What if I have difficulty holding my head in position relative to the camera?": "Wh\u00e4t \u00eff \u00cc h\u00e4v\u00e9 d\u00efff\u00ef\u00e7\u00fclt\u00fd h\u00f6ld\u00efng m\u00fd h\u00e9\u00e4d \u00efn p\u00f6s\u00eft\u00ef\u00f6n r\u00e9l\u00e4t\u00efv\u00e9 t\u00f6 th\u00e9 \u00e7\u00e4m\u00e9r\u00e4? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "What's Your Next Accomplishment?": "Wh\u00e4t's \u00dd\u00f6\u00fcr N\u00e9xt \u00c0\u00e7\u00e7\u00f6mpl\u00efshm\u00e9nt? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "When learners submit an answer to an assessment, they immediately see whether the answer is correct or incorrect, and the score received.": "Wh\u00e9n l\u00e9\u00e4rn\u00e9rs s\u00fc\u00dfm\u00eft \u00e4n \u00e4nsw\u00e9r t\u00f6 \u00e4n \u00e4ss\u00e9ssm\u00e9nt, th\u00e9\u00fd \u00efmm\u00e9d\u00ef\u00e4t\u00e9l\u00fd s\u00e9\u00e9 wh\u00e9th\u00e9r th\u00e9 \u00e4nsw\u00e9r \u00efs \u00e7\u00f6rr\u00e9\u00e7t \u00f6r \u00efn\u00e7\u00f6rr\u00e9\u00e7t, \u00e4nd th\u00e9 s\u00e7\u00f6r\u00e9 r\u00e9\u00e7\u00e9\u00efv\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142\u03b1\u0432\u03c3#", + "When your face is in position, use the Take Photo button {icon} below to take your photo.": "Wh\u00e9n \u00fd\u00f6\u00fcr f\u00e4\u00e7\u00e9 \u00efs \u00efn p\u00f6s\u00eft\u00ef\u00f6n, \u00fcs\u00e9 th\u00e9 T\u00e4k\u00e9 Ph\u00f6t\u00f6 \u00df\u00fctt\u00f6n {icon} \u00df\u00e9l\u00f6w t\u00f6 t\u00e4k\u00e9 \u00fd\u00f6\u00fcr ph\u00f6t\u00f6. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Which timed transcript would you like to use?": "Wh\u00ef\u00e7h t\u00efm\u00e9d tr\u00e4ns\u00e7r\u00efpt w\u00f6\u00fcld \u00fd\u00f6\u00fc l\u00efk\u00e9 t\u00f6 \u00fcs\u00e9? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Whole words": "Wh\u00f6l\u00e9 w\u00f6rds \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Why activate?": "Wh\u00fd \u00e4\u00e7t\u00efv\u00e4t\u00e9? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Why does %(platformName)s need my photo?": "Wh\u00fd d\u00f6\u00e9s %(platformName)s n\u00e9\u00e9d m\u00fd ph\u00f6t\u00f6? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", + "Width": "W\u00efdth \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "Will Be Visible To:": "W\u00efll B\u00e9 V\u00efs\u00ef\u00dfl\u00e9 T\u00f6: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "Words: {0}": "W\u00f6rds: {0} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Would you like to sign in using your %(providerName)s credentials?": "W\u00f6\u00fcld \u00fd\u00f6\u00fc l\u00efk\u00e9 t\u00f6 s\u00efgn \u00efn \u00fcs\u00efng \u00fd\u00f6\u00fcr %(providerName)s \u00e7r\u00e9d\u00e9nt\u00ef\u00e4ls? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Year of Birth": "\u00dd\u00e9\u00e4r \u00f6f B\u00efrth \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "Yes, Delete": "\u00dd\u00e9s, D\u00e9l\u00e9t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "Yes, allow edits to the active Certificate": "\u00dd\u00e9s, \u00e4ll\u00f6w \u00e9d\u00efts t\u00f6 th\u00e9 \u00e4\u00e7t\u00efv\u00e9 \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Yes, delete this {xblock_type}": "\u00dd\u00e9s, d\u00e9l\u00e9t\u00e9 th\u00efs {xblock_type} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Yes, replace the edX transcript with the YouTube transcript": "\u00dd\u00e9s, r\u00e9pl\u00e4\u00e7\u00e9 th\u00e9 \u00e9dX tr\u00e4ns\u00e7r\u00efpt w\u00efth th\u00e9 \u00dd\u00f6\u00fcT\u00fc\u00df\u00e9 tr\u00e4ns\u00e7r\u00efpt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Yesterday": "Hiera\u016d", + "You already belong to another team.": "\u00dd\u00f6\u00fc \u00e4lr\u00e9\u00e4d\u00fd \u00df\u00e9l\u00f6ng t\u00f6 \u00e4n\u00f6th\u00e9r t\u00e9\u00e4m. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "You already have an edX account with your {enterprise_name} email address.": "\u00dd\u00f6\u00fc \u00e4lr\u00e9\u00e4d\u00fd h\u00e4v\u00e9 \u00e4n \u00e9dX \u00e4\u00e7\u00e7\u00f6\u00fcnt w\u00efth \u00fd\u00f6\u00fcr {enterprise_name} \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "You are a member of this team.": "\u00dd\u00f6\u00fc \u00e4r\u00e9 \u00e4 m\u00e9m\u00df\u00e9r \u00f6f th\u00efs t\u00e9\u00e4m. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "You are currently sharing a limited profile.": "\u00dd\u00f6\u00fc \u00e4r\u00e9 \u00e7\u00fcrr\u00e9ntl\u00fd sh\u00e4r\u00efng \u00e4 l\u00efm\u00eft\u00e9d pr\u00f6f\u00efl\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "You are enrolling in: {courseName}": "\u00dd\u00f6\u00fc \u00e4r\u00e9 \u00e9nr\u00f6ll\u00efng \u00efn: {courseName} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "You are not currently a member of any team.": "\u00dd\u00f6\u00fc \u00e4r\u00e9 n\u00f6t \u00e7\u00fcrr\u00e9ntl\u00fd \u00e4 m\u00e9m\u00df\u00e9r \u00f6f \u00e4n\u00fd t\u00e9\u00e4m. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "You are not enrolled in any programs yet.": "\u00dd\u00f6\u00fc \u00e4r\u00e9 n\u00f6t \u00e9nr\u00f6ll\u00e9d \u00efn \u00e4n\u00fd pr\u00f6gr\u00e4ms \u00fd\u00e9t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "You are now enrolled as a verified student for:": "\u00dd\u00f6\u00fc \u00e4r\u00e9 n\u00f6w \u00e9nr\u00f6ll\u00e9d \u00e4s \u00e4 v\u00e9r\u00eff\u00ef\u00e9d st\u00fcd\u00e9nt f\u00f6r: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "You are sending an email message with the subject {subject} to the following recipients.": "\u00dd\u00f6\u00fc \u00e4r\u00e9 s\u00e9nd\u00efng \u00e4n \u00e9m\u00e4\u00efl m\u00e9ss\u00e4g\u00e9 w\u00efth th\u00e9 s\u00fc\u00dfj\u00e9\u00e7t {subject} t\u00f6 th\u00e9 f\u00f6ll\u00f6w\u00efng r\u00e9\u00e7\u00efp\u00ef\u00e9nts. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "You are taking \"{exam_link}\" as {exam_type}. ": "\u00dd\u00f6\u00fc \u00e4r\u00e9 t\u00e4k\u00efng \"{exam_link}\" \u00e4s {exam_type}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "You are upgrading your enrollment for: {courseName}": "\u00dd\u00f6\u00fc \u00e4r\u00e9 \u00fcpgr\u00e4d\u00efng \u00fd\u00f6\u00fcr \u00e9nr\u00f6llm\u00e9nt f\u00f6r: {courseName} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "You can change sessions until {expiration_date}.": "\u00dd\u00f6\u00fc \u00e7\u00e4n \u00e7h\u00e4ng\u00e9 s\u00e9ss\u00ef\u00f6ns \u00fcnt\u00efl {expiration_date}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "You can link your social media accounts to simplify signing in to {platform_name}.": "\u00dd\u00f6\u00fc \u00e7\u00e4n l\u00efnk \u00fd\u00f6\u00fcr s\u00f6\u00e7\u00ef\u00e4l m\u00e9d\u00ef\u00e4 \u00e4\u00e7\u00e7\u00f6\u00fcnts t\u00f6 s\u00efmpl\u00eff\u00fd s\u00efgn\u00efng \u00efn t\u00f6 {platform_name}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "You can no longer change sessions.": "\u00dd\u00f6\u00fc \u00e7\u00e4n n\u00f6 l\u00f6ng\u00e9r \u00e7h\u00e4ng\u00e9 s\u00e9ss\u00ef\u00f6ns. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "You can now enter your payment information and complete your enrollment.": "\u00dd\u00f6\u00fc \u00e7\u00e4n n\u00f6w \u00e9nt\u00e9r \u00fd\u00f6\u00fcr p\u00e4\u00fdm\u00e9nt \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n \u00e4nd \u00e7\u00f6mpl\u00e9t\u00e9 \u00fd\u00f6\u00fcr \u00e9nr\u00f6llm\u00e9nt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "You can pay now even if you don't have the following items available, but you will need to have these by {date} to qualify to earn a Verified Certificate.": "\u00dd\u00f6\u00fc \u00e7\u00e4n p\u00e4\u00fd n\u00f6w \u00e9v\u00e9n \u00eff \u00fd\u00f6\u00fc d\u00f6n't h\u00e4v\u00e9 th\u00e9 f\u00f6ll\u00f6w\u00efng \u00eft\u00e9ms \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9, \u00df\u00fct \u00fd\u00f6\u00fc w\u00efll n\u00e9\u00e9d t\u00f6 h\u00e4v\u00e9 th\u00e9s\u00e9 \u00df\u00fd {date} t\u00f6 q\u00fc\u00e4l\u00eff\u00fd t\u00f6 \u00e9\u00e4rn \u00e4 V\u00e9r\u00eff\u00ef\u00e9d \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1#", + "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "\u00dd\u00f6\u00fc \u00e7\u00e4n p\u00e4\u00fd n\u00f6w \u00e9v\u00e9n \u00eff \u00fd\u00f6\u00fc d\u00f6n't h\u00e4v\u00e9 th\u00e9 f\u00f6ll\u00f6w\u00efng \u00eft\u00e9ms \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9, \u00df\u00fct \u00fd\u00f6\u00fc w\u00efll n\u00e9\u00e9d t\u00f6 h\u00e4v\u00e9 th\u00e9s\u00e9 t\u00f6 q\u00fc\u00e4l\u00eff\u00fd t\u00f6 \u00e9\u00e4rn \u00e4 V\u00e9r\u00eff\u00ef\u00e9d \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454#", + "You can remove members from this team, especially if they have not participated in the team's activity.": "\u00dd\u00f6\u00fc \u00e7\u00e4n r\u00e9m\u00f6v\u00e9 m\u00e9m\u00df\u00e9rs fr\u00f6m th\u00efs t\u00e9\u00e4m, \u00e9sp\u00e9\u00e7\u00ef\u00e4ll\u00fd \u00eff th\u00e9\u00fd h\u00e4v\u00e9 n\u00f6t p\u00e4rt\u00ef\u00e7\u00efp\u00e4t\u00e9d \u00efn th\u00e9 t\u00e9\u00e4m's \u00e4\u00e7t\u00efv\u00eft\u00fd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "You can upload files with these file types: ": "\u00dd\u00f6\u00fc \u00e7\u00e4n \u00fcpl\u00f6\u00e4d f\u00efl\u00e9s w\u00efth th\u00e9s\u00e9 f\u00efl\u00e9 t\u00fdp\u00e9s: \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "You can use your {accountName} account to sign in to your {platformName} account.": "\u00dd\u00f6\u00fc \u00e7\u00e4n \u00fcs\u00e9 \u00fd\u00f6\u00fcr {accountName} \u00e4\u00e7\u00e7\u00f6\u00fcnt t\u00f6 s\u00efgn \u00efn t\u00f6 \u00fd\u00f6\u00fcr {platformName} \u00e4\u00e7\u00e7\u00f6\u00fcnt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "You can view your information or unlink from {enterprise_name} anytime in your Account Settings.": "\u00dd\u00f6\u00fc \u00e7\u00e4n v\u00ef\u00e9w \u00fd\u00f6\u00fcr \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n \u00f6r \u00fcnl\u00efnk fr\u00f6m {enterprise_name} \u00e4n\u00fdt\u00efm\u00e9 \u00efn \u00fd\u00f6\u00fcr \u00c0\u00e7\u00e7\u00f6\u00fcnt S\u00e9tt\u00efngs. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "You cannot view the course as a student or beta tester before the course release date.": "\u00dd\u00f6\u00fc \u00e7\u00e4nn\u00f6t v\u00ef\u00e9w th\u00e9 \u00e7\u00f6\u00fcrs\u00e9 \u00e4s \u00e4 st\u00fcd\u00e9nt \u00f6r \u00df\u00e9t\u00e4 t\u00e9st\u00e9r \u00df\u00e9f\u00f6r\u00e9 th\u00e9 \u00e7\u00f6\u00fcrs\u00e9 r\u00e9l\u00e9\u00e4s\u00e9 d\u00e4t\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "\u00dd\u00f6\u00fc \u00e7h\u00e4ng\u00e9d \u00e4 v\u00efd\u00e9\u00f6 \u00dbRL, \u00df\u00fct d\u00efd n\u00f6t \u00e7h\u00e4ng\u00e9 th\u00e9 t\u00efm\u00e9d tr\u00e4ns\u00e7r\u00efpt f\u00efl\u00e9. D\u00f6 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00fcs\u00e9 th\u00e9 \u00e7\u00fcrr\u00e9nt t\u00efm\u00e9d tr\u00e4ns\u00e7r\u00efpt \u00f6r \u00fcpl\u00f6\u00e4d \u00e4 n\u00e9w .srt tr\u00e4ns\u00e7r\u00efpt f\u00efl\u00e9? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3#", + "You commented...": "\u00dd\u00f6\u00fc \u00e7\u00f6mm\u00e9nt\u00e9d... \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "You could not be subscribed to this post. Refresh the page and try again.": "\u00dd\u00f6\u00fc \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 s\u00fc\u00dfs\u00e7r\u00ef\u00df\u00e9d t\u00f6 th\u00efs p\u00f6st. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "You could not be unsubscribed from this post. Refresh the page and try again.": "\u00dd\u00f6\u00fc \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00fcns\u00fc\u00dfs\u00e7r\u00ef\u00df\u00e9d fr\u00f6m th\u00efs p\u00f6st. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "You currently have no cohorts configured": "\u00dd\u00f6\u00fc \u00e7\u00fcrr\u00e9ntl\u00fd h\u00e4v\u00e9 n\u00f6 \u00e7\u00f6h\u00f6rts \u00e7\u00f6nf\u00efg\u00fcr\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "You did not select a content group": "\u00dd\u00f6\u00fc d\u00efd n\u00f6t s\u00e9l\u00e9\u00e7t \u00e4 \u00e7\u00f6nt\u00e9nt gr\u00f6\u00fcp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "You did not select any files to submit.": "\u00dd\u00f6\u00fc d\u00efd n\u00f6t s\u00e9l\u00e9\u00e7t \u00e4n\u00fd f\u00efl\u00e9s t\u00f6 s\u00fc\u00dfm\u00eft. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "You did not submit the required files: {requiredFiles}.": "\u00dd\u00f6\u00fc d\u00efd n\u00f6t s\u00fc\u00dfm\u00eft th\u00e9 r\u00e9q\u00fc\u00efr\u00e9d f\u00efl\u00e9s: {requiredFiles}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "You don't seem to have Flash installed. Get Flash to continue your verification.": "\u00dd\u00f6\u00fc d\u00f6n't s\u00e9\u00e9m t\u00f6 h\u00e4v\u00e9 Fl\u00e4sh \u00efnst\u00e4ll\u00e9d. G\u00e9t Fl\u00e4sh t\u00f6 \u00e7\u00f6nt\u00efn\u00fc\u00e9 \u00fd\u00f6\u00fcr v\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "You don't seem to have a webcam connected.": "\u00dd\u00f6\u00fc d\u00f6n't s\u00e9\u00e9m t\u00f6 h\u00e4v\u00e9 \u00e4 w\u00e9\u00df\u00e7\u00e4m \u00e7\u00f6nn\u00e9\u00e7t\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 \u00e4dd\u00e9d \u00e4 \u00e7r\u00eft\u00e9r\u00ef\u00f6n. \u00dd\u00f6\u00fc w\u00efll n\u00e9\u00e9d t\u00f6 s\u00e9l\u00e9\u00e7t \u00e4n \u00f6pt\u00ef\u00f6n f\u00f6r th\u00e9 \u00e7r\u00eft\u00e9r\u00ef\u00f6n \u00efn th\u00e9 L\u00e9\u00e4rn\u00e9r Tr\u00e4\u00efn\u00efng st\u00e9p. T\u00f6 d\u00f6 th\u00efs, \u00e7l\u00ef\u00e7k th\u00e9 S\u00e9tt\u00efngs t\u00e4\u00df. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202#", + "You have already verified your ID!": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 \u00e4lr\u00e9\u00e4d\u00fd v\u00e9r\u00eff\u00ef\u00e9d \u00fd\u00f6\u00fcr \u00ccD! \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "You have been logged out of your edX account. Click Okay to log in again now. Click Cancel to stay on this page (you must log in again to save your work).": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 \u00df\u00e9\u00e9n l\u00f6gg\u00e9d \u00f6\u00fct \u00f6f \u00fd\u00f6\u00fcr \u00e9dX \u00e4\u00e7\u00e7\u00f6\u00fcnt. \u00c7l\u00ef\u00e7k \u00d6k\u00e4\u00fd t\u00f6 l\u00f6g \u00efn \u00e4g\u00e4\u00efn n\u00f6w. \u00c7l\u00ef\u00e7k \u00c7\u00e4n\u00e7\u00e9l t\u00f6 st\u00e4\u00fd \u00f6n th\u00efs p\u00e4g\u00e9 (\u00fd\u00f6\u00fc m\u00fcst l\u00f6g \u00efn \u00e4g\u00e4\u00efn t\u00f6 s\u00e4v\u00e9 \u00fd\u00f6\u00fcr w\u00f6rk). \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142#", + "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 d\u00e9l\u00e9t\u00e9d \u00e4 \u00e7r\u00eft\u00e9r\u00ef\u00f6n. Th\u00e9 \u00e7r\u00eft\u00e9r\u00ef\u00f6n h\u00e4s \u00df\u00e9\u00e9n r\u00e9m\u00f6v\u00e9d fr\u00f6m th\u00e9 \u00e9x\u00e4mpl\u00e9 r\u00e9sp\u00f6ns\u00e9s \u00efn th\u00e9 L\u00e9\u00e4rn\u00e9r Tr\u00e4\u00efn\u00efng st\u00e9p. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 d\u00e9l\u00e9t\u00e9d \u00e4ll th\u00e9 \u00f6pt\u00ef\u00f6ns f\u00f6r th\u00efs \u00e7r\u00eft\u00e9r\u00ef\u00f6n. Th\u00e9 \u00e7r\u00eft\u00e9r\u00ef\u00f6n h\u00e4s \u00df\u00e9\u00e9n r\u00e9m\u00f6v\u00e9d fr\u00f6m th\u00e9 s\u00e4mpl\u00e9 r\u00e9sp\u00f6ns\u00e9s \u00efn th\u00e9 L\u00e9\u00e4rn\u00e9r Tr\u00e4\u00efn\u00efng st\u00e9p. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142\u03b1#", + "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 d\u00e9l\u00e9t\u00e9d \u00e4n \u00f6pt\u00ef\u00f6n. Th\u00e4t \u00f6pt\u00ef\u00f6n h\u00e4s \u00df\u00e9\u00e9n r\u00e9m\u00f6v\u00e9d fr\u00f6m \u00efts \u00e7r\u00eft\u00e9r\u00ef\u00f6n \u00efn th\u00e9 s\u00e4mpl\u00e9 r\u00e9sp\u00f6ns\u00e9s \u00efn th\u00e9 L\u00e9\u00e4rn\u00e9r Tr\u00e4\u00efn\u00efng st\u00e9p. \u00dd\u00f6\u00fc m\u00efght h\u00e4v\u00e9 t\u00f6 s\u00e9l\u00e9\u00e7t \u00e4 n\u00e9w \u00f6pt\u00ef\u00f6n f\u00f6r th\u00e9 \u00e7r\u00eft\u00e9r\u00ef\u00f6n. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454#", + "You have done a dry run of force publishing the course. Nothing has changed. Had you run it, the following course versions would have been change.": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 d\u00f6n\u00e9 \u00e4 dr\u00fd r\u00fcn \u00f6f f\u00f6r\u00e7\u00e9 p\u00fc\u00dfl\u00efsh\u00efng th\u00e9 \u00e7\u00f6\u00fcrs\u00e9. N\u00f6th\u00efng h\u00e4s \u00e7h\u00e4ng\u00e9d. H\u00e4d \u00fd\u00f6\u00fc r\u00fcn \u00eft, th\u00e9 f\u00f6ll\u00f6w\u00efng \u00e7\u00f6\u00fcrs\u00e9 v\u00e9rs\u00ef\u00f6ns w\u00f6\u00fcld h\u00e4v\u00e9 \u00df\u00e9\u00e9n \u00e7h\u00e4ng\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9#", + "You have no handouts defined": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 n\u00f6 h\u00e4nd\u00f6\u00fcts d\u00e9f\u00efn\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "You have not bookmarked any courseware pages yet": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 n\u00f6t \u00df\u00f6\u00f6km\u00e4rk\u00e9d \u00e4n\u00fd \u00e7\u00f6\u00fcrs\u00e9w\u00e4r\u00e9 p\u00e4g\u00e9s \u00fd\u00e9t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "You have not created any certificates yet.": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 n\u00f6t \u00e7r\u00e9\u00e4t\u00e9d \u00e4n\u00fd \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s \u00fd\u00e9t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "You have not created any content groups yet.": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 n\u00f6t \u00e7r\u00e9\u00e4t\u00e9d \u00e4n\u00fd \u00e7\u00f6nt\u00e9nt gr\u00f6\u00fcps \u00fd\u00e9t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "You have not created any group configurations yet.": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 n\u00f6t \u00e7r\u00e9\u00e4t\u00e9d \u00e4n\u00fd gr\u00f6\u00fcp \u00e7\u00f6nf\u00efg\u00fcr\u00e4t\u00ef\u00f6ns \u00fd\u00e9t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Vi elektas agon, kaj vi ne faris ajnajn \u015dan\u011dojn \u0109e unuopaj kampoj. Vi ver\u015dajne ser\u0109as la Iru-butonon prefere ol la \u015cirmu-butono.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Vi elektas agon, sed vi ne \u015dirmis viajn \u015dan\u011dojn al individuaj kampoj \u011dis nun. Bonvolu klaku BONA por \u015dirmi. Vi devos ripeton la agon", + "You have selected \u201cDelete my account.\u201d Deletion of your account and personal data is permanent and cannot be undone. {platformName} will not be able to recover your account or the data that is deleted.": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 s\u00e9l\u00e9\u00e7t\u00e9d \u201cD\u00e9l\u00e9t\u00e9 m\u00fd \u00e4\u00e7\u00e7\u00f6\u00fcnt.\u201d D\u00e9l\u00e9t\u00ef\u00f6n \u00f6f \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt \u00e4nd p\u00e9rs\u00f6n\u00e4l d\u00e4t\u00e4 \u00efs p\u00e9rm\u00e4n\u00e9nt \u00e4nd \u00e7\u00e4nn\u00f6t \u00df\u00e9 \u00fcnd\u00f6n\u00e9. {platformName} w\u00efll n\u00f6t \u00df\u00e9 \u00e4\u00dfl\u00e9 t\u00f6 r\u00e9\u00e7\u00f6v\u00e9r \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt \u00f6r th\u00e9 d\u00e4t\u00e4 th\u00e4t \u00efs d\u00e9l\u00e9t\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1#", + "You have set your language to {beta_language}, which is currently not fully translated. You can help us translate this language fully by joining the Transifex community and adding translations from English for learners that speak {beta_language}.": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 s\u00e9t \u00fd\u00f6\u00fcr l\u00e4ng\u00fc\u00e4g\u00e9 t\u00f6 {beta_language}, wh\u00ef\u00e7h \u00efs \u00e7\u00fcrr\u00e9ntl\u00fd n\u00f6t f\u00fcll\u00fd tr\u00e4nsl\u00e4t\u00e9d. \u00dd\u00f6\u00fc \u00e7\u00e4n h\u00e9lp \u00fcs tr\u00e4nsl\u00e4t\u00e9 th\u00efs l\u00e4ng\u00fc\u00e4g\u00e9 f\u00fcll\u00fd \u00df\u00fd j\u00f6\u00efn\u00efng th\u00e9 Tr\u00e4ns\u00eff\u00e9x \u00e7\u00f6mm\u00fcn\u00eft\u00fd \u00e4nd \u00e4dd\u00efng tr\u00e4nsl\u00e4t\u00ef\u00f6ns fr\u00f6m \u00c9ngl\u00efsh f\u00f6r l\u00e9\u00e4rn\u00e9rs th\u00e4t sp\u00e9\u00e4k {beta_language}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142#", + "You have successfully signed into %(currentProvider)s, but your %(currentProvider)s account does not have a linked %(platformName)s account. To link your accounts, sign in now using your %(platformName)s password.": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 s\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd s\u00efgn\u00e9d \u00efnt\u00f6 %(currentProvider)s, \u00df\u00fct \u00fd\u00f6\u00fcr %(currentProvider)s \u00e4\u00e7\u00e7\u00f6\u00fcnt d\u00f6\u00e9s n\u00f6t h\u00e4v\u00e9 \u00e4 l\u00efnk\u00e9d %(platformName)s \u00e4\u00e7\u00e7\u00f6\u00fcnt. T\u00f6 l\u00efnk \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnts, s\u00efgn \u00efn n\u00f6w \u00fcs\u00efng \u00fd\u00f6\u00fcr %(platformName)s p\u00e4ssw\u00f6rd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142#", + "You have successfully updated your goal.": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 s\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd \u00fcpd\u00e4t\u00e9d \u00fd\u00f6\u00fcr g\u00f6\u00e4l. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "You have unsaved changes are you sure you want to navigate away?": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 \u00fcns\u00e4v\u00e9d \u00e7h\u00e4ng\u00e9s \u00e4r\u00e9 \u00fd\u00f6\u00fc s\u00fcr\u00e9 \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 n\u00e4v\u00efg\u00e4t\u00e9 \u00e4w\u00e4\u00fd? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Vi havas ne\u015dirmitajn \u015dan\u011dojn je unuopaj redakteblaj kampoj. Se vi faros agon, viaj ne\u015dirmitaj \u015dan\u011doj perdi\u011dos.", + "You have unsaved changes. Do you really want to leave this page?": "\u00dd\u00f6\u00fc h\u00e4v\u00e9 \u00fcns\u00e4v\u00e9d \u00e7h\u00e4ng\u00e9s. D\u00f6 \u00fd\u00f6\u00fc r\u00e9\u00e4ll\u00fd w\u00e4nt t\u00f6 l\u00e9\u00e4v\u00e9 th\u00efs p\u00e4g\u00e9? \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "You haven't added any assets to this course yet.": "\u00dd\u00f6\u00fc h\u00e4v\u00e9n't \u00e4dd\u00e9d \u00e4n\u00fd \u00e4ss\u00e9ts t\u00f6 th\u00efs \u00e7\u00f6\u00fcrs\u00e9 \u00fd\u00e9t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "You haven't added any content to this course yet.": "\u00dd\u00f6\u00fc h\u00e4v\u00e9n't \u00e4dd\u00e9d \u00e4n\u00fd \u00e7\u00f6nt\u00e9nt t\u00f6 th\u00efs \u00e7\u00f6\u00fcrs\u00e9 \u00fd\u00e9t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "You haven't added any textbooks to this course yet.": "\u00dd\u00f6\u00fc h\u00e4v\u00e9n't \u00e4dd\u00e9d \u00e4n\u00fd t\u00e9xt\u00df\u00f6\u00f6ks t\u00f6 th\u00efs \u00e7\u00f6\u00fcrs\u00e9 \u00fd\u00e9t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "You may access your account with this address if single-sign on or access to your primary email is not available.": "\u00dd\u00f6\u00fc m\u00e4\u00fd \u00e4\u00e7\u00e7\u00e9ss \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt w\u00efth th\u00efs \u00e4ddr\u00e9ss \u00eff s\u00efngl\u00e9-s\u00efgn \u00f6n \u00f6r \u00e4\u00e7\u00e7\u00e9ss t\u00f6 \u00fd\u00f6\u00fcr pr\u00efm\u00e4r\u00fd \u00e9m\u00e4\u00efl \u00efs n\u00f6t \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "You may also lose access to verified certificates and other program credentials like MicroMasters certificates. If you want to make a copy of these for your records before proceeding with deletion, follow the instructions for {htmlStart}printing or downloading a certificate{htmlEnd}.": "\u00dd\u00f6\u00fc m\u00e4\u00fd \u00e4ls\u00f6 l\u00f6s\u00e9 \u00e4\u00e7\u00e7\u00e9ss t\u00f6 v\u00e9r\u00eff\u00ef\u00e9d \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s \u00e4nd \u00f6th\u00e9r pr\u00f6gr\u00e4m \u00e7r\u00e9d\u00e9nt\u00ef\u00e4ls l\u00efk\u00e9 M\u00ef\u00e7r\u00f6M\u00e4st\u00e9rs \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9s. \u00ccf \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 m\u00e4k\u00e9 \u00e4 \u00e7\u00f6p\u00fd \u00f6f th\u00e9s\u00e9 f\u00f6r \u00fd\u00f6\u00fcr r\u00e9\u00e7\u00f6rds \u00df\u00e9f\u00f6r\u00e9 pr\u00f6\u00e7\u00e9\u00e9d\u00efng w\u00efth d\u00e9l\u00e9t\u00ef\u00f6n, f\u00f6ll\u00f6w th\u00e9 \u00efnstr\u00fc\u00e7t\u00ef\u00f6ns f\u00f6r {htmlStart}pr\u00efnt\u00efng \u00f6r d\u00f6wnl\u00f6\u00e4d\u00efng \u00e4 \u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9{htmlEnd}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202#", + "You may be able to complete the image capture procedure without assistance, but it may take a couple of submission attempts to get the camera positioning right. Optimal camera positioning varies with each computer, but generally the best position for a headshot is approximately 12-18 inches (30-45 centimeters) from the camera, with your head centered relative to the computer screen. ": "\u00dd\u00f6\u00fc m\u00e4\u00fd \u00df\u00e9 \u00e4\u00dfl\u00e9 t\u00f6 \u00e7\u00f6mpl\u00e9t\u00e9 th\u00e9 \u00efm\u00e4g\u00e9 \u00e7\u00e4pt\u00fcr\u00e9 pr\u00f6\u00e7\u00e9d\u00fcr\u00e9 w\u00efth\u00f6\u00fct \u00e4ss\u00efst\u00e4n\u00e7\u00e9, \u00df\u00fct \u00eft m\u00e4\u00fd t\u00e4k\u00e9 \u00e4 \u00e7\u00f6\u00fcpl\u00e9 \u00f6f s\u00fc\u00dfm\u00efss\u00ef\u00f6n \u00e4tt\u00e9mpts t\u00f6 g\u00e9t th\u00e9 \u00e7\u00e4m\u00e9r\u00e4 p\u00f6s\u00eft\u00ef\u00f6n\u00efng r\u00efght. \u00d6pt\u00efm\u00e4l \u00e7\u00e4m\u00e9r\u00e4 p\u00f6s\u00eft\u00ef\u00f6n\u00efng v\u00e4r\u00ef\u00e9s w\u00efth \u00e9\u00e4\u00e7h \u00e7\u00f6mp\u00fct\u00e9r, \u00df\u00fct g\u00e9n\u00e9r\u00e4ll\u00fd th\u00e9 \u00df\u00e9st p\u00f6s\u00eft\u00ef\u00f6n f\u00f6r \u00e4 h\u00e9\u00e4dsh\u00f6t \u00efs \u00e4ppr\u00f6x\u00efm\u00e4t\u00e9l\u00fd 12-18 \u00efn\u00e7h\u00e9s (30-45 \u00e7\u00e9nt\u00efm\u00e9t\u00e9rs) fr\u00f6m th\u00e9 \u00e7\u00e4m\u00e9r\u00e4, w\u00efth \u00fd\u00f6\u00fcr h\u00e9\u00e4d \u00e7\u00e9nt\u00e9r\u00e9d r\u00e9l\u00e4t\u00efv\u00e9 t\u00f6 th\u00e9 \u00e7\u00f6mp\u00fct\u00e9r s\u00e7r\u00e9\u00e9n. #", + "You may be able to complete the image capture procedure without assistance, but it may take a couple of submission attempts to get the camera positioning right. Optimal camera positioning varies with each computer, but generally, the best position for a photo of an ID card is 8-12 inches (20-30 centimeters) from the camera, with the ID card centered relative to the camera. ": "\u00dd\u00f6\u00fc m\u00e4\u00fd \u00df\u00e9 \u00e4\u00dfl\u00e9 t\u00f6 \u00e7\u00f6mpl\u00e9t\u00e9 th\u00e9 \u00efm\u00e4g\u00e9 \u00e7\u00e4pt\u00fcr\u00e9 pr\u00f6\u00e7\u00e9d\u00fcr\u00e9 w\u00efth\u00f6\u00fct \u00e4ss\u00efst\u00e4n\u00e7\u00e9, \u00df\u00fct \u00eft m\u00e4\u00fd t\u00e4k\u00e9 \u00e4 \u00e7\u00f6\u00fcpl\u00e9 \u00f6f s\u00fc\u00dfm\u00efss\u00ef\u00f6n \u00e4tt\u00e9mpts t\u00f6 g\u00e9t th\u00e9 \u00e7\u00e4m\u00e9r\u00e4 p\u00f6s\u00eft\u00ef\u00f6n\u00efng r\u00efght. \u00d6pt\u00efm\u00e4l \u00e7\u00e4m\u00e9r\u00e4 p\u00f6s\u00eft\u00ef\u00f6n\u00efng v\u00e4r\u00ef\u00e9s w\u00efth \u00e9\u00e4\u00e7h \u00e7\u00f6mp\u00fct\u00e9r, \u00df\u00fct g\u00e9n\u00e9r\u00e4ll\u00fd, th\u00e9 \u00df\u00e9st p\u00f6s\u00eft\u00ef\u00f6n f\u00f6r \u00e4 ph\u00f6t\u00f6 \u00f6f \u00e4n \u00ccD \u00e7\u00e4rd \u00efs 8-12 \u00efn\u00e7h\u00e9s (20-30 \u00e7\u00e9nt\u00efm\u00e9t\u00e9rs) fr\u00f6m th\u00e9 \u00e7\u00e4m\u00e9r\u00e4, w\u00efth th\u00e9 \u00ccD \u00e7\u00e4rd \u00e7\u00e9nt\u00e9r\u00e9d r\u00e9l\u00e4t\u00efv\u00e9 t\u00f6 th\u00e9 \u00e7\u00e4m\u00e9r\u00e4. #", + "You must be over 13 to share a full profile. If you are over 13, make sure that you have specified a birth year on the {account_settings_page_link}": "\u00dd\u00f6\u00fc m\u00fcst \u00df\u00e9 \u00f6v\u00e9r 13 t\u00f6 sh\u00e4r\u00e9 \u00e4 f\u00fcll pr\u00f6f\u00efl\u00e9. \u00ccf \u00fd\u00f6\u00fc \u00e4r\u00e9 \u00f6v\u00e9r 13, m\u00e4k\u00e9 s\u00fcr\u00e9 th\u00e4t \u00fd\u00f6\u00fc h\u00e4v\u00e9 sp\u00e9\u00e7\u00eff\u00ef\u00e9d \u00e4 \u00df\u00efrth \u00fd\u00e9\u00e4r \u00f6n th\u00e9 {account_settings_page_link} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "You must enter a valid email address in order to add a new team member": "\u00dd\u00f6\u00fc m\u00fcst \u00e9nt\u00e9r \u00e4 v\u00e4l\u00efd \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss \u00efn \u00f6rd\u00e9r t\u00f6 \u00e4dd \u00e4 n\u00e9w t\u00e9\u00e4m m\u00e9m\u00df\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "You must provide a learner name.": "\u00dd\u00f6\u00fc m\u00fcst pr\u00f6v\u00efd\u00e9 \u00e4 l\u00e9\u00e4rn\u00e9r n\u00e4m\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "You must select a session by {expiration_date} to access the course.": "\u00dd\u00f6\u00fc m\u00fcst s\u00e9l\u00e9\u00e7t \u00e4 s\u00e9ss\u00ef\u00f6n \u00df\u00fd {expiration_date} t\u00f6 \u00e4\u00e7\u00e7\u00e9ss th\u00e9 \u00e7\u00f6\u00fcrs\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "You must select a session to access the course.": "\u00dd\u00f6\u00fc m\u00fcst s\u00e9l\u00e9\u00e7t \u00e4 s\u00e9ss\u00ef\u00f6n t\u00f6 \u00e4\u00e7\u00e7\u00e9ss th\u00e9 \u00e7\u00f6\u00fcrs\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "You must sign out and sign back in before your language changes take effect.": "\u00dd\u00f6\u00fc m\u00fcst s\u00efgn \u00f6\u00fct \u00e4nd s\u00efgn \u00df\u00e4\u00e7k \u00efn \u00df\u00e9f\u00f6r\u00e9 \u00fd\u00f6\u00fcr l\u00e4ng\u00fc\u00e4g\u00e9 \u00e7h\u00e4ng\u00e9s t\u00e4k\u00e9 \u00e9ff\u00e9\u00e7t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "You must specify a name": "\u00dd\u00f6\u00fc m\u00fcst sp\u00e9\u00e7\u00eff\u00fd \u00e4 n\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "You must specify a name for the cohort": "\u00dd\u00f6\u00fc m\u00fcst sp\u00e9\u00e7\u00eff\u00fd \u00e4 n\u00e4m\u00e9 f\u00f6r th\u00e9 \u00e7\u00f6h\u00f6rt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "You must specify your birth year before you can share your full profile. To specify your birth year, go to the {account_settings_page_link}": "\u00dd\u00f6\u00fc m\u00fcst sp\u00e9\u00e7\u00eff\u00fd \u00fd\u00f6\u00fcr \u00df\u00efrth \u00fd\u00e9\u00e4r \u00df\u00e9f\u00f6r\u00e9 \u00fd\u00f6\u00fc \u00e7\u00e4n sh\u00e4r\u00e9 \u00fd\u00f6\u00fcr f\u00fcll pr\u00f6f\u00efl\u00e9. T\u00f6 sp\u00e9\u00e7\u00eff\u00fd \u00fd\u00f6\u00fcr \u00df\u00efrth \u00fd\u00e9\u00e4r, g\u00f6 t\u00f6 th\u00e9 {account_settings_page_link} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "You need a computer or cell phone that has a webcam. When you receive a browser prompt, make sure that you allow access to the camera.": "\u00dd\u00f6\u00fc n\u00e9\u00e9d \u00e4 \u00e7\u00f6mp\u00fct\u00e9r \u00f6r \u00e7\u00e9ll ph\u00f6n\u00e9 th\u00e4t h\u00e4s \u00e4 w\u00e9\u00df\u00e7\u00e4m. Wh\u00e9n \u00fd\u00f6\u00fc r\u00e9\u00e7\u00e9\u00efv\u00e9 \u00e4 \u00dfr\u00f6ws\u00e9r pr\u00f6mpt, m\u00e4k\u00e9 s\u00fcr\u00e9 th\u00e4t \u00fd\u00f6\u00fc \u00e4ll\u00f6w \u00e4\u00e7\u00e7\u00e9ss t\u00f6 th\u00e9 \u00e7\u00e4m\u00e9r\u00e4. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142\u03b1\u0432\u03c3\u044f\u03c5\u043c#", + "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "\u00dd\u00f6\u00fc n\u00e9\u00e9d \u00e4 dr\u00efv\u00e9r's l\u00ef\u00e7\u00e9ns\u00e9, p\u00e4ssp\u00f6rt, \u00f6r \u00f6th\u00e9r g\u00f6v\u00e9rnm\u00e9nt-\u00efss\u00fc\u00e9d \u00ccD th\u00e4t h\u00e4s \u00fd\u00f6\u00fcr n\u00e4m\u00e9 \u00e4nd ph\u00f6t\u00f6. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "\u00dd\u00f6\u00fc n\u00e9\u00e9d \u00e4n \u00ccD w\u00efth \u00fd\u00f6\u00fcr n\u00e4m\u00e9 \u00e4nd ph\u00f6t\u00f6. \u00c0 dr\u00efv\u00e9r's l\u00ef\u00e7\u00e9ns\u00e9, p\u00e4ssp\u00f6rt, \u00f6r \u00f6th\u00e9r g\u00f6v\u00e9rnm\u00e9nt-\u00efss\u00fc\u00e9d \u00ccDs \u00e4r\u00e9 \u00e4ll \u00e4\u00e7\u00e7\u00e9pt\u00e4\u00dfl\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "\u00dd\u00f6\u00fc n\u00e9\u00e9d t\u00f6 \u00e4\u00e7t\u00efv\u00e4t\u00e9 \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt \u00df\u00e9f\u00f6r\u00e9 \u00fd\u00f6\u00fc \u00e7\u00e4n \u00e9nr\u00f6ll \u00efn \u00e7\u00f6\u00fcrs\u00e9s. \u00c7h\u00e9\u00e7k \u00fd\u00f6\u00fcr \u00efn\u00df\u00f6x f\u00f6r \u00e4n \u00e4\u00e7t\u00efv\u00e4t\u00ef\u00f6n \u00e9m\u00e4\u00efl. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "\u00dd\u00f6\u00fc n\u00e9\u00e9d t\u00f6 \u00e4\u00e7t\u00efv\u00e4t\u00e9 \u00fd\u00f6\u00fcr \u00e4\u00e7\u00e7\u00f6\u00fcnt \u00df\u00e9f\u00f6r\u00e9 \u00fd\u00f6\u00fc \u00e7\u00e4n \u00e9nr\u00f6ll \u00efn \u00e7\u00f6\u00fcrs\u00e9s. \u00c7h\u00e9\u00e7k \u00fd\u00f6\u00fcr \u00efn\u00df\u00f6x f\u00f6r \u00e4n \u00e4\u00e7t\u00efv\u00e4t\u00ef\u00f6n \u00e9m\u00e4\u00efl. \u00c0ft\u00e9r \u00fd\u00f6\u00fc \u00e7\u00f6mpl\u00e9t\u00e9 \u00e4\u00e7t\u00efv\u00e4t\u00ef\u00f6n \u00fd\u00f6\u00fc \u00e7\u00e4n r\u00e9t\u00fcrn \u00e4nd r\u00e9fr\u00e9sh th\u00efs p\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2#", + "You receive messages from {platform_name} and course teams at this address.": "\u00dd\u00f6\u00fc r\u00e9\u00e7\u00e9\u00efv\u00e9 m\u00e9ss\u00e4g\u00e9s fr\u00f6m {platform_name} \u00e4nd \u00e7\u00f6\u00fcrs\u00e9 t\u00e9\u00e4ms \u00e4t th\u00efs \u00e4ddr\u00e9ss. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "You reserve all rights for your work": "\u00dd\u00f6\u00fc r\u00e9s\u00e9rv\u00e9 \u00e4ll r\u00efghts f\u00f6r \u00fd\u00f6\u00fcr w\u00f6rk \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "You still need to visit the %(display_name)s website to complete the credit process.": "\u00dd\u00f6\u00fc st\u00efll n\u00e9\u00e9d t\u00f6 v\u00efs\u00eft th\u00e9 %(display_name)s w\u00e9\u00dfs\u00eft\u00e9 t\u00f6 \u00e7\u00f6mpl\u00e9t\u00e9 th\u00e9 \u00e7r\u00e9d\u00eft pr\u00f6\u00e7\u00e9ss. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "You submitted {filename}; only {allowedFiles} are allowed.": "\u00dd\u00f6\u00fc s\u00fc\u00dfm\u00eftt\u00e9d {filename}; \u00f6nl\u00fd {allowedFiles} \u00e4r\u00e9 \u00e4ll\u00f6w\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "You waive some rights for your work, such that others can use it too": "\u00dd\u00f6\u00fc w\u00e4\u00efv\u00e9 s\u00f6m\u00e9 r\u00efghts f\u00f6r \u00fd\u00f6\u00fcr w\u00f6rk, s\u00fc\u00e7h th\u00e4t \u00f6th\u00e9rs \u00e7\u00e4n \u00fcs\u00e9 \u00eft t\u00f6\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "You will be refunded the amount you paid.": "\u00dd\u00f6\u00fc w\u00efll \u00df\u00e9 r\u00e9f\u00fcnd\u00e9d th\u00e9 \u00e4m\u00f6\u00fcnt \u00fd\u00f6\u00fc p\u00e4\u00efd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "You will not be refunded the amount you paid.": "\u00dd\u00f6\u00fc w\u00efll n\u00f6t \u00df\u00e9 r\u00e9f\u00fcnd\u00e9d th\u00e9 \u00e4m\u00f6\u00fcnt \u00fd\u00f6\u00fc p\u00e4\u00efd. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "You will not receive notification for emails that bounce, so double-check your spelling.": "\u00dd\u00f6\u00fc w\u00efll n\u00f6t r\u00e9\u00e7\u00e9\u00efv\u00e9 n\u00f6t\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n f\u00f6r \u00e9m\u00e4\u00efls th\u00e4t \u00df\u00f6\u00fcn\u00e7\u00e9, s\u00f6 d\u00f6\u00fc\u00dfl\u00e9-\u00e7h\u00e9\u00e7k \u00fd\u00f6\u00fcr sp\u00e9ll\u00efng. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", + "You will use your webcam to take a picture of your face and of your government-issued photo ID.": "\u00dd\u00f6\u00fc w\u00efll \u00fcs\u00e9 \u00fd\u00f6\u00fcr w\u00e9\u00df\u00e7\u00e4m t\u00f6 t\u00e4k\u00e9 \u00e4 p\u00ef\u00e7t\u00fcr\u00e9 \u00f6f \u00fd\u00f6\u00fcr f\u00e4\u00e7\u00e9 \u00e4nd \u00f6f \u00fd\u00f6\u00fcr g\u00f6v\u00e9rnm\u00e9nt-\u00efss\u00fc\u00e9d ph\u00f6t\u00f6 \u00ccD. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "You!": "\u00dd\u00f6\u00fc! \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "\u00dd\u00f6\u00fc'r\u00e9 \u00e4\u00df\u00f6\u00fct t\u00f6 s\u00fc\u00dfm\u00eft \u00fd\u00f6\u00fcr r\u00e9sp\u00f6ns\u00e9 f\u00f6r th\u00efs \u00e4ss\u00efgnm\u00e9nt. \u00c0ft\u00e9r \u00fd\u00f6\u00fc s\u00fc\u00dfm\u00eft th\u00efs r\u00e9sp\u00f6ns\u00e9, \u00fd\u00f6\u00fc \u00e7\u00e4n't \u00e7h\u00e4ng\u00e9 \u00eft \u00f6r s\u00fc\u00dfm\u00eft \u00e4 n\u00e9w r\u00e9sp\u00f6ns\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142\u03b1\u0432\u03c3\u044f\u03c5#", + "You've made some changes": "\u00dd\u00f6\u00fc'v\u00e9 m\u00e4d\u00e9 s\u00f6m\u00e9 \u00e7h\u00e4ng\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "You've made some changes, but there are some errors": "\u00dd\u00f6\u00fc'v\u00e9 m\u00e4d\u00e9 s\u00f6m\u00e9 \u00e7h\u00e4ng\u00e9s, \u00df\u00fct th\u00e9r\u00e9 \u00e4r\u00e9 s\u00f6m\u00e9 \u00e9rr\u00f6rs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "You've successfully signed into %(currentProvider)s.": "\u00dd\u00f6\u00fc'v\u00e9 s\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd s\u00efgn\u00e9d \u00efnt\u00f6 %(currentProvider)s. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "Your ID must be a government-issued photo ID that clearly shows your face.": "\u00dd\u00f6\u00fcr \u00ccD m\u00fcst \u00df\u00e9 \u00e4 g\u00f6v\u00e9rnm\u00e9nt-\u00efss\u00fc\u00e9d ph\u00f6t\u00f6 \u00ccD th\u00e4t \u00e7l\u00e9\u00e4rl\u00fd sh\u00f6ws \u00fd\u00f6\u00fcr f\u00e4\u00e7\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "Your Program Journey": "\u00dd\u00f6\u00fcr Pr\u00f6gr\u00e4m J\u00f6\u00fcrn\u00e9\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "\u00dd\u00f6\u00fcr \u00dfr\u00f6ws\u00e9r d\u00f6\u00e9sn't s\u00fcpp\u00f6rt d\u00efr\u00e9\u00e7t \u00e4\u00e7\u00e7\u00e9ss t\u00f6 th\u00e9 \u00e7l\u00efp\u00df\u00f6\u00e4rd. Pl\u00e9\u00e4s\u00e9 \u00fcs\u00e9 th\u00e9 \u00c7trl+X/\u00c7/V k\u00e9\u00fd\u00df\u00f6\u00e4rd sh\u00f6rt\u00e7\u00fcts \u00efnst\u00e9\u00e4d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "Your changes have been saved.": "\u00dd\u00f6\u00fcr \u00e7h\u00e4ng\u00e9s h\u00e4v\u00e9 \u00df\u00e9\u00e9n s\u00e4v\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Your changes have been saved. {details}": "\u00dd\u00f6\u00fcr \u00e7h\u00e4ng\u00e9s h\u00e4v\u00e9 \u00df\u00e9\u00e9n s\u00e4v\u00e9d. {details} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "Your changes will not take effect until you save your progress.": "\u00dd\u00f6\u00fcr \u00e7h\u00e4ng\u00e9s w\u00efll n\u00f6t t\u00e4k\u00e9 \u00e9ff\u00e9\u00e7t \u00fcnt\u00efl \u00fd\u00f6\u00fc s\u00e4v\u00e9 \u00fd\u00f6\u00fcr pr\u00f6gr\u00e9ss. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "\u00dd\u00f6\u00fcr \u00e7h\u00e4ng\u00e9s w\u00efll n\u00f6t t\u00e4k\u00e9 \u00e9ff\u00e9\u00e7t \u00fcnt\u00efl \u00fd\u00f6\u00fc s\u00e4v\u00e9 \u00fd\u00f6\u00fcr pr\u00f6gr\u00e9ss. T\u00e4k\u00e9 \u00e7\u00e4r\u00e9 w\u00efth k\u00e9\u00fd \u00e4nd v\u00e4l\u00fc\u00e9 f\u00f6rm\u00e4tt\u00efng, \u00e4s v\u00e4l\u00efd\u00e4t\u00ef\u00f6n \u00efs n\u00f6t \u00efmpl\u00e9m\u00e9nt\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142\u03b1\u0432#", + "Your course could not be exported to XML. There is not enough information to identify the failed component. Inspect your course to identify any problematic components and try again.": "\u00dd\u00f6\u00fcr \u00e7\u00f6\u00fcrs\u00e9 \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00e9xp\u00f6rt\u00e9d t\u00f6 XML. Th\u00e9r\u00e9 \u00efs n\u00f6t \u00e9n\u00f6\u00fcgh \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n t\u00f6 \u00efd\u00e9nt\u00eff\u00fd th\u00e9 f\u00e4\u00efl\u00e9d \u00e7\u00f6mp\u00f6n\u00e9nt. \u00ccnsp\u00e9\u00e7t \u00fd\u00f6\u00fcr \u00e7\u00f6\u00fcrs\u00e9 t\u00f6 \u00efd\u00e9nt\u00eff\u00fd \u00e4n\u00fd pr\u00f6\u00dfl\u00e9m\u00e4t\u00ef\u00e7 \u00e7\u00f6mp\u00f6n\u00e9nts \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442#", + "Your donation could not be submitted.": "\u00dd\u00f6\u00fcr d\u00f6n\u00e4t\u00ef\u00f6n \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 s\u00fc\u00dfm\u00eftt\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "Your email message was successfully queued for sending. In courses with a large number of learners, email messages to learners might take up to an hour to be sent.": "\u00dd\u00f6\u00fcr \u00e9m\u00e4\u00efl m\u00e9ss\u00e4g\u00e9 w\u00e4s s\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd q\u00fc\u00e9\u00fc\u00e9d f\u00f6r s\u00e9nd\u00efng. \u00ccn \u00e7\u00f6\u00fcrs\u00e9s w\u00efth \u00e4 l\u00e4rg\u00e9 n\u00fcm\u00df\u00e9r \u00f6f l\u00e9\u00e4rn\u00e9rs, \u00e9m\u00e4\u00efl m\u00e9ss\u00e4g\u00e9s t\u00f6 l\u00e9\u00e4rn\u00e9rs m\u00efght t\u00e4k\u00e9 \u00fcp t\u00f6 \u00e4n h\u00f6\u00fcr t\u00f6 \u00df\u00e9 s\u00e9nt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454#", + "Your entire face fits inside the frame.": "\u00dd\u00f6\u00fcr \u00e9nt\u00efr\u00e9 f\u00e4\u00e7\u00e9 f\u00efts \u00efns\u00efd\u00e9 th\u00e9 fr\u00e4m\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "Your export has failed.": "\u00dd\u00f6\u00fcr \u00e9xp\u00f6rt h\u00e4s f\u00e4\u00efl\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Your face is well-lit.": "\u00dd\u00f6\u00fcr f\u00e4\u00e7\u00e9 \u00efs w\u00e9ll-l\u00eft. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "Your file ": "\u00dd\u00f6\u00fcr f\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "\u00dd\u00f6\u00fcr f\u00efl\u00e9 '{file}' h\u00e4s \u00df\u00e9\u00e9n \u00fcpl\u00f6\u00e4d\u00e9d. \u00c0ll\u00f6w \u00e4 f\u00e9w m\u00efn\u00fct\u00e9s f\u00f6r pr\u00f6\u00e7\u00e9ss\u00efng. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Your file could not be uploaded": "\u00dd\u00f6\u00fcr f\u00efl\u00e9 \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00fcpl\u00f6\u00e4d\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "Your file has been deleted.": "\u00dd\u00f6\u00fcr f\u00efl\u00e9 h\u00e4s \u00df\u00e9\u00e9n d\u00e9l\u00e9t\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", + "Your file {filename} is too large (max size: {maxSize}MB).": "\u00dd\u00f6\u00fcr f\u00efl\u00e9 {filename} \u00efs t\u00f6\u00f6 l\u00e4rg\u00e9 (m\u00e4x s\u00efz\u00e9: {maxSize}MB). \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Your import has failed.": "\u00dd\u00f6\u00fcr \u00efmp\u00f6rt h\u00e4s f\u00e4\u00efl\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#", + "Your import is in progress; navigating away will abort it.": "\u00dd\u00f6\u00fcr \u00efmp\u00f6rt \u00efs \u00efn pr\u00f6gr\u00e9ss; n\u00e4v\u00efg\u00e4t\u00efng \u00e4w\u00e4\u00fd w\u00efll \u00e4\u00df\u00f6rt \u00eft. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "Your library could not be exported to XML. There is not enough information to identify the failed component. Inspect your library to identify any problematic components and try again.": "\u00dd\u00f6\u00fcr l\u00ef\u00dfr\u00e4r\u00fd \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00e9xp\u00f6rt\u00e9d t\u00f6 XML. Th\u00e9r\u00e9 \u00efs n\u00f6t \u00e9n\u00f6\u00fcgh \u00efnf\u00f6rm\u00e4t\u00ef\u00f6n t\u00f6 \u00efd\u00e9nt\u00eff\u00fd th\u00e9 f\u00e4\u00efl\u00e9d \u00e7\u00f6mp\u00f6n\u00e9nt. \u00ccnsp\u00e9\u00e7t \u00fd\u00f6\u00fcr l\u00ef\u00dfr\u00e4r\u00fd t\u00f6 \u00efd\u00e9nt\u00eff\u00fd \u00e4n\u00fd pr\u00f6\u00dfl\u00e9m\u00e4t\u00ef\u00e7 \u00e7\u00f6mp\u00f6n\u00e9nts \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455#", + "Your message cannot be blank.": "\u00dd\u00f6\u00fcr m\u00e9ss\u00e4g\u00e9 \u00e7\u00e4nn\u00f6t \u00df\u00e9 \u00dfl\u00e4nk. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Your message must have a subject.": "\u00dd\u00f6\u00fcr m\u00e9ss\u00e4g\u00e9 m\u00fcst h\u00e4v\u00e9 \u00e4 s\u00fc\u00dfj\u00e9\u00e7t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "Your message must have at least one target.": "\u00dd\u00f6\u00fcr m\u00e9ss\u00e4g\u00e9 m\u00fcst h\u00e4v\u00e9 \u00e4t l\u00e9\u00e4st \u00f6n\u00e9 t\u00e4rg\u00e9t. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Your policy changes have been saved.": "\u00dd\u00f6\u00fcr p\u00f6l\u00ef\u00e7\u00fd \u00e7h\u00e4ng\u00e9s h\u00e4v\u00e9 \u00df\u00e9\u00e9n s\u00e4v\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "Your post will be discarded.": "\u00dd\u00f6\u00fcr p\u00f6st w\u00efll \u00df\u00e9 d\u00efs\u00e7\u00e4rd\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Your profile settings are managed by {enterprise_name}. Contact your administrator or {link_start}edX Support{link_end} for help.": "\u00dd\u00f6\u00fcr pr\u00f6f\u00efl\u00e9 s\u00e9tt\u00efngs \u00e4r\u00e9 m\u00e4n\u00e4g\u00e9d \u00df\u00fd {enterprise_name}. \u00c7\u00f6nt\u00e4\u00e7t \u00fd\u00f6\u00fcr \u00e4dm\u00efn\u00efstr\u00e4t\u00f6r \u00f6r {link_start}\u00e9dX S\u00fcpp\u00f6rt{link_end} f\u00f6r h\u00e9lp. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "Your question or idea (required)": "\u00dd\u00f6\u00fcr q\u00fc\u00e9st\u00ef\u00f6n \u00f6r \u00efd\u00e9\u00e4 (r\u00e9q\u00fc\u00efr\u00e9d) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "Your request could not be completed due to a server problem. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u00dd\u00f6\u00fcr r\u00e9q\u00fc\u00e9st \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00e7\u00f6mpl\u00e9t\u00e9d d\u00fc\u00e9 t\u00f6 \u00e4 s\u00e9rv\u00e9r pr\u00f6\u00dfl\u00e9m. R\u00e9l\u00f6\u00e4d th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u00ccf th\u00e9 \u00efss\u00fc\u00e9 p\u00e9rs\u00efsts, \u00e7l\u00ef\u00e7k th\u00e9 H\u00e9lp t\u00e4\u00df t\u00f6 r\u00e9p\u00f6rt th\u00e9 pr\u00f6\u00dfl\u00e9m. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3#", + "Your request could not be completed. Reload the page and try again.": "\u00dd\u00f6\u00fcr r\u00e9q\u00fc\u00e9st \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00e7\u00f6mpl\u00e9t\u00e9d. R\u00e9l\u00f6\u00e4d th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Your request could not be completed. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u00dd\u00f6\u00fcr r\u00e9q\u00fc\u00e9st \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00e7\u00f6mpl\u00e9t\u00e9d. R\u00e9l\u00f6\u00e4d th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u00ccf th\u00e9 \u00efss\u00fc\u00e9 p\u00e9rs\u00efsts, \u00e7l\u00ef\u00e7k th\u00e9 H\u00e9lp t\u00e4\u00df t\u00f6 r\u00e9p\u00f6rt th\u00e9 pr\u00f6\u00dfl\u00e9m. #", + "Your request could not be processed. Refresh the page and try again.": "\u00dd\u00f6\u00fcr r\u00e9q\u00fc\u00e9st \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 pr\u00f6\u00e7\u00e9ss\u00e9d. R\u00e9fr\u00e9sh th\u00e9 p\u00e4g\u00e9 \u00e4nd tr\u00fd \u00e4g\u00e4\u00efn. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Your team could not be created.": "\u00dd\u00f6\u00fcr t\u00e9\u00e4m \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00e7r\u00e9\u00e4t\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "Your team could not be updated.": "\u00dd\u00f6\u00fcr t\u00e9\u00e4m \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 \u00fcpd\u00e4t\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "Your unenrollment request could not be processed. Please try again later.": "\u00dd\u00f6\u00fcr \u00fcn\u00e9nr\u00f6llm\u00e9nt r\u00e9q\u00fc\u00e9st \u00e7\u00f6\u00fcld n\u00f6t \u00df\u00e9 pr\u00f6\u00e7\u00e9ss\u00e9d. Pl\u00e9\u00e4s\u00e9 tr\u00fd \u00e4g\u00e4\u00efn l\u00e4t\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "Your upload of '{file}' failed.": "\u00dd\u00f6\u00fcr \u00fcpl\u00f6\u00e4d \u00f6f '{file}' f\u00e4\u00efl\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "Your upload of '{file}' succeeded.": "\u00dd\u00f6\u00fcr \u00fcpl\u00f6\u00e4d \u00f6f '{file}' s\u00fc\u00e7\u00e7\u00e9\u00e9d\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "Your verification status is good until {verificationGoodUntil}.": "\u00dd\u00f6\u00fcr v\u00e9r\u00eff\u00ef\u00e7\u00e4t\u00ef\u00f6n st\u00e4t\u00fcs \u00efs g\u00f6\u00f6d \u00fcnt\u00efl {verificationGoodUntil}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "Your video uploads are not complete.": "\u00dd\u00f6\u00fcr v\u00efd\u00e9\u00f6 \u00fcpl\u00f6\u00e4ds \u00e4r\u00e9 n\u00f6t \u00e7\u00f6mpl\u00e9t\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "Your {program} Certificate": "\u00dd\u00f6\u00fcr {program} \u00c7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "Yourself": "\u00dd\u00f6\u00fcrs\u00e9lf \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "Zoom In": "Z\u00f6\u00f6m \u00ccn \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "Zoom Out": "Z\u00f6\u00f6m \u00d6\u00fct \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "[no tags]": "[n\u00f6 t\u00e4gs] \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "a day": "\u00e4 d\u00e4\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "a timed exam": "\u00e4 t\u00efm\u00e9d \u00e9x\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", "about %d hour": [ - "\u00e4\u00df\u00f6\u00fct %d h\u00f6\u00fcr \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "\u00e4\u00df\u00f6\u00fct %d h\u00f6\u00fcr \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", "\u00e4\u00df\u00f6\u00fct %d h\u00f6\u00fcrs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#" - ], - "about a minute": "\u00e4\u00df\u00f6\u00fct \u00e4 m\u00efn\u00fct\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "about a month": "\u00e4\u00df\u00f6\u00fct \u00e4 m\u00f6nth \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "about a year": "\u00e4\u00df\u00f6\u00fct \u00e4 \u00fd\u00e9\u00e4r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "about an hour": "\u00e4\u00df\u00f6\u00fct \u00e4n h\u00f6\u00fcr \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "and others": "\u00e4nd \u00f6th\u00e9rs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "anonymous": "\u00e4n\u00f6n\u00fdm\u00f6\u00fcs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "answer": "\u00e4nsw\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "asset_path is required": "\u00e4ss\u00e9t_p\u00e4th \u00efs r\u00e9q\u00fc\u00efr\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "bytes": "\u00df\u00fdt\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "certificate": "\u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "close": "\u00e7l\u00f6s\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "component": "\u00e7\u00f6mp\u00f6n\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "content group": "\u00e7\u00f6nt\u00e9nt gr\u00f6\u00fcp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "correct": "\u00e7\u00f6rr\u00e9\u00e7t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "course id": "\u00e7\u00f6\u00fcrs\u00e9 \u00efd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "delete chapter": "d\u00e9l\u00e9t\u00e9 \u00e7h\u00e4pt\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "delete group": "d\u00e9l\u00e9t\u00e9 gr\u00f6\u00fcp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "details about the failure": "d\u00e9t\u00e4\u00efls \u00e4\u00df\u00f6\u00fct th\u00e9 f\u00e4\u00efl\u00fcr\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "dragging": "dr\u00e4gg\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "dragging out of slider": "dr\u00e4gg\u00efng \u00f6\u00fct \u00f6f sl\u00efd\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "dropped in slider": "dr\u00f6pp\u00e9d \u00efn sl\u00efd\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "dropped on target": "dr\u00f6pp\u00e9d \u00f6n t\u00e4rg\u00e9t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "e.g. 'Sky with clouds'. The description is helpful for users who cannot see the image.": "\u00e9.g. 'Sk\u00fd w\u00efth \u00e7l\u00f6\u00fcds'. Th\u00e9 d\u00e9s\u00e7r\u00efpt\u00ef\u00f6n \u00efs h\u00e9lpf\u00fcl f\u00f6r \u00fcs\u00e9rs wh\u00f6 \u00e7\u00e4nn\u00f6t s\u00e9\u00e9 th\u00e9 \u00efm\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "e.g. 'google'": "\u00e9.g. 'g\u00f6\u00f6gl\u00e9' \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "e.g. 'http://google.com'": "\u00e9.g. 'http://g\u00f6\u00f6gl\u00e9.\u00e7\u00f6m' \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "\u00e9.g. j\u00f6hnd\u00f6\u00e9@\u00e9x\u00e4mpl\u00e9.\u00e7\u00f6m, J\u00e4n\u00e9D\u00f6\u00e9, j\u00f6\u00e9\u00fdd\u00f6\u00e9@\u00e9x\u00e4mpl\u00e9.\u00e7\u00f6m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "emphasized text": "\u00e9mph\u00e4s\u00efz\u00e9d t\u00e9xt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "enter code here": "\u00e9nt\u00e9r \u00e7\u00f6d\u00e9 h\u00e9r\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "enter link description here": "\u00e9nt\u00e9r l\u00efnk d\u00e9s\u00e7r\u00efpt\u00ef\u00f6n h\u00e9r\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", - "for": "f\u00f6r \u2c60'\u03c3\u044f\u0454\u043c#", - "for {courseName}": "f\u00f6r {courseName} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "group configuration": "gr\u00f6\u00fcp \u00e7\u00f6nf\u00efg\u00fcr\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", - "image omitted": "\u00efm\u00e4g\u00e9 \u00f6m\u00eftt\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "incorrect": "\u00efn\u00e7\u00f6rr\u00e9\u00e7t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", - "last activity": "l\u00e4st \u00e4\u00e7t\u00efv\u00eft\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "less than a minute": "l\u00e9ss th\u00e4n \u00e4 m\u00efn\u00fct\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "minute": "m\u00efn\u00fct\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "minutes": "m\u00efn\u00fct\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "name": "n\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "off": "\u00f6ff \u2c60'\u03c3\u044f\u0454\u043c#", - "on": "\u00f6n \u2c60'\u03c3\u044f#", - "one letter Friday\u0004F": "v", - "one letter Monday\u0004M": "l", - "one letter Saturday\u0004S": "s", - "one letter Sunday\u0004S": "d", - "one letter Thursday\u0004T": "\u0135", - "one letter Tuesday\u0004T": "m", - "one letter Wednesday\u0004W": "m", - "open slots": "\u00f6p\u00e9n sl\u00f6ts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "or": "\u00f6r \u2c60'\u03c3\u044f#", - "or create a new one here": "\u00f6r \u00e7r\u00e9\u00e4t\u00e9 \u00e4 n\u00e9w \u00f6n\u00e9 h\u00e9r\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "or sign in with": "\u00f6r s\u00efgn \u00efn w\u00efth \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", - "path/to/introductionToCookieBaking-CH{order}.pdf": "p\u00e4th/t\u00f6/\u00efntr\u00f6d\u00fc\u00e7t\u00ef\u00f6nT\u00f6\u00c7\u00f6\u00f6k\u00ef\u00e9B\u00e4k\u00efng-\u00c7H{order}.pdf \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "price": "pr\u00ef\u00e7\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", - "provide the title/name of the chapter that will be used in navigating": "pr\u00f6v\u00efd\u00e9 th\u00e9 t\u00eftl\u00e9/n\u00e4m\u00e9 \u00f6f th\u00e9 \u00e7h\u00e4pt\u00e9r th\u00e4t w\u00efll \u00df\u00e9 \u00fcs\u00e9d \u00efn n\u00e4v\u00efg\u00e4t\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "provide the title/name of the text book as you would like your students to see it": "pr\u00f6v\u00efd\u00e9 th\u00e9 t\u00eftl\u00e9/n\u00e4m\u00e9 \u00f6f th\u00e9 t\u00e9xt \u00df\u00f6\u00f6k \u00e4s \u00fd\u00f6\u00fc w\u00f6\u00fcld l\u00efk\u00e9 \u00fd\u00f6\u00fcr st\u00fcd\u00e9nts t\u00f6 s\u00e9\u00e9 \u00eft \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", - "remove": "r\u00e9m\u00f6v\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "remove all": "r\u00e9m\u00f6v\u00e9 \u00e4ll \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "second": "s\u00e9\u00e7\u00f6nd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", - "seconds": "s\u00e9\u00e7\u00f6nds \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "section": "s\u00e9\u00e7t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "send an email message to {email}": "s\u00e9nd \u00e4n \u00e9m\u00e4\u00efl m\u00e9ss\u00e4g\u00e9 t\u00f6 {email} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", - "strong text": "str\u00f6ng t\u00e9xt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "subsection": "s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "team count": "t\u00e9\u00e4m \u00e7\u00f6\u00fcnt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "text_word_{uniqueId}": "t\u00e9xt_w\u00f6rd_{uniqueId} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", - "text_word_{uniqueId} title_word_{uniqueId}": "t\u00e9xt_w\u00f6rd_{uniqueId} t\u00eftl\u00e9_w\u00f6rd_{uniqueId} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + ], + "about a minute": "\u00e4\u00df\u00f6\u00fct \u00e4 m\u00efn\u00fct\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "about a month": "\u00e4\u00df\u00f6\u00fct \u00e4 m\u00f6nth \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "about a year": "\u00e4\u00df\u00f6\u00fct \u00e4 \u00fd\u00e9\u00e4r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "about an hour": "\u00e4\u00df\u00f6\u00fct \u00e4n h\u00f6\u00fcr \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "and others": "\u00e4nd \u00f6th\u00e9rs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "anonymous": "\u00e4n\u00f6n\u00fdm\u00f6\u00fcs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "answer": "\u00e4nsw\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "asset_path is required": "\u00e4ss\u00e9t_p\u00e4th \u00efs r\u00e9q\u00fc\u00efr\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "bytes": "\u00df\u00fdt\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "certificate": "\u00e7\u00e9rt\u00eff\u00ef\u00e7\u00e4t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "close": "\u00e7l\u00f6s\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "component": "\u00e7\u00f6mp\u00f6n\u00e9nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "content group": "\u00e7\u00f6nt\u00e9nt gr\u00f6\u00fcp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "correct": "\u00e7\u00f6rr\u00e9\u00e7t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "course id": "\u00e7\u00f6\u00fcrs\u00e9 \u00efd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "delete chapter": "d\u00e9l\u00e9t\u00e9 \u00e7h\u00e4pt\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "delete group": "d\u00e9l\u00e9t\u00e9 gr\u00f6\u00fcp \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "details about the failure": "d\u00e9t\u00e4\u00efls \u00e4\u00df\u00f6\u00fct th\u00e9 f\u00e4\u00efl\u00fcr\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "dragging": "dr\u00e4gg\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "dragging out of slider": "dr\u00e4gg\u00efng \u00f6\u00fct \u00f6f sl\u00efd\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "dropped in slider": "dr\u00f6pp\u00e9d \u00efn sl\u00efd\u00e9r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "dropped on target": "dr\u00f6pp\u00e9d \u00f6n t\u00e4rg\u00e9t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "e.g. 'Sky with clouds'. The description is helpful for users who cannot see the image.": "\u00e9.g. 'Sk\u00fd w\u00efth \u00e7l\u00f6\u00fcds'. Th\u00e9 d\u00e9s\u00e7r\u00efpt\u00ef\u00f6n \u00efs h\u00e9lpf\u00fcl f\u00f6r \u00fcs\u00e9rs wh\u00f6 \u00e7\u00e4nn\u00f6t s\u00e9\u00e9 th\u00e9 \u00efm\u00e4g\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "e.g. 'google'": "\u00e9.g. 'g\u00f6\u00f6gl\u00e9' \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "e.g. 'http://google.com'": "\u00e9.g. 'http://g\u00f6\u00f6gl\u00e9.\u00e7\u00f6m' \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "\u00e9.g. j\u00f6hnd\u00f6\u00e9@\u00e9x\u00e4mpl\u00e9.\u00e7\u00f6m, J\u00e4n\u00e9D\u00f6\u00e9, j\u00f6\u00e9\u00fdd\u00f6\u00e9@\u00e9x\u00e4mpl\u00e9.\u00e7\u00f6m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "emphasized text": "\u00e9mph\u00e4s\u00efz\u00e9d t\u00e9xt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "enter code here": "\u00e9nt\u00e9r \u00e7\u00f6d\u00e9 h\u00e9r\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "enter link description here": "\u00e9nt\u00e9r l\u00efnk d\u00e9s\u00e7r\u00efpt\u00ef\u00f6n h\u00e9r\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", + "for": "f\u00f6r \u2c60'\u03c3\u044f\u0454\u043c#", + "for {courseName}": "f\u00f6r {courseName} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "group configuration": "gr\u00f6\u00fcp \u00e7\u00f6nf\u00efg\u00fcr\u00e4t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#", + "image omitted": "\u00efm\u00e4g\u00e9 \u00f6m\u00eftt\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "incorrect": "\u00efn\u00e7\u00f6rr\u00e9\u00e7t \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + "last activity": "l\u00e4st \u00e4\u00e7t\u00efv\u00eft\u00fd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "less than a minute": "l\u00e9ss th\u00e4n \u00e4 m\u00efn\u00fct\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "minute": "m\u00efn\u00fct\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "minutes": "m\u00efn\u00fct\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "name": "n\u00e4m\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "off": "\u00f6ff \u2c60'\u03c3\u044f\u0454\u043c#", + "on": "\u00f6n \u2c60'\u03c3\u044f#", + "one letter Friday\u0004F": "v", + "one letter Monday\u0004M": "l", + "one letter Saturday\u0004S": "s", + "one letter Sunday\u0004S": "d", + "one letter Thursday\u0004T": "\u0135", + "one letter Tuesday\u0004T": "m", + "one letter Wednesday\u0004W": "m", + "open slots": "\u00f6p\u00e9n sl\u00f6ts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "or": "\u00f6r \u2c60'\u03c3\u044f#", + "or create a new one here": "\u00f6r \u00e7r\u00e9\u00e4t\u00e9 \u00e4 n\u00e9w \u00f6n\u00e9 h\u00e9r\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "or sign in with": "\u00f6r s\u00efgn \u00efn w\u00efth \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1#", + "path/to/introductionToCookieBaking-CH{order}.pdf": "p\u00e4th/t\u00f6/\u00efntr\u00f6d\u00fc\u00e7t\u00ef\u00f6nT\u00f6\u00c7\u00f6\u00f6k\u00ef\u00e9B\u00e4k\u00efng-\u00c7H{order}.pdf \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "price": "pr\u00ef\u00e7\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455#", + "provide the title/name of the chapter that will be used in navigating": "pr\u00f6v\u00efd\u00e9 th\u00e9 t\u00eftl\u00e9/n\u00e4m\u00e9 \u00f6f th\u00e9 \u00e7h\u00e4pt\u00e9r th\u00e4t w\u00efll \u00df\u00e9 \u00fcs\u00e9d \u00efn n\u00e4v\u00efg\u00e4t\u00efng \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "provide the title/name of the text book as you would like your students to see it": "pr\u00f6v\u00efd\u00e9 th\u00e9 t\u00eftl\u00e9/n\u00e4m\u00e9 \u00f6f th\u00e9 t\u00e9xt \u00df\u00f6\u00f6k \u00e4s \u00fd\u00f6\u00fc w\u00f6\u00fcld l\u00efk\u00e9 \u00fd\u00f6\u00fcr st\u00fcd\u00e9nts t\u00f6 s\u00e9\u00e9 \u00eft \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#", + "remove": "r\u00e9m\u00f6v\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "remove all": "r\u00e9m\u00f6v\u00e9 \u00e4ll \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "second": "s\u00e9\u00e7\u00f6nd \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5#", + "seconds": "s\u00e9\u00e7\u00f6nds \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "section": "s\u00e9\u00e7t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "send an email message to {email}": "s\u00e9nd \u00e4n \u00e9m\u00e4\u00efl m\u00e9ss\u00e4g\u00e9 t\u00f6 {email} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "strong text": "str\u00f6ng t\u00e9xt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "subsection": "s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "team count": "t\u00e9\u00e4m \u00e7\u00f6\u00fcnt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "text_word_{uniqueId}": "t\u00e9xt_w\u00f6rd_{uniqueId} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#", + "text_word_{uniqueId} title_word_{uniqueId}": "t\u00e9xt_w\u00f6rd_{uniqueId} t\u00eftl\u00e9_w\u00f6rd_{uniqueId} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", "there is currently {numVotes} vote": [ - "th\u00e9r\u00e9 \u00efs \u00e7\u00fcrr\u00e9ntl\u00fd {numVotes} v\u00f6t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", + "th\u00e9r\u00e9 \u00efs \u00e7\u00fcrr\u00e9ntl\u00fd {numVotes} v\u00f6t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", "th\u00e9r\u00e9 \u00e4r\u00e9 \u00e7\u00fcrr\u00e9ntl\u00fd {numVotes} v\u00f6t\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#" - ], - "title_word_{uniqueId}": "t\u00eftl\u00e9_w\u00f6rd_{uniqueId} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "toggle chapter %(displayName)s": "t\u00f6ggl\u00e9 \u00e7h\u00e4pt\u00e9r %(displayName)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", - "toggle subsection %(displayName)s": "t\u00f6ggl\u00e9 s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n %(displayName)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "unit": "\u00fcn\u00eft \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", - "unsubmitted": "\u00fcns\u00fc\u00dfm\u00eftt\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "upload a PDF file or provide the path to a Studio asset file": "\u00fcpl\u00f6\u00e4d \u00e4 PDF f\u00efl\u00e9 \u00f6r pr\u00f6v\u00efd\u00e9 th\u00e9 p\u00e4th t\u00f6 \u00e4 St\u00fcd\u00ef\u00f6 \u00e4ss\u00e9t f\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "username or email": "\u00fcs\u00e9rn\u00e4m\u00e9 \u00f6r \u00e9m\u00e4\u00efl \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", - "with %(release_date_from)s": "w\u00efth %(release_date_from)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "with %(section_or_subsection)s": "w\u00efth %(section_or_subsection)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "{ReqTextSpanStart}Requirements{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{ReqTextSpanStart}R\u00e9q\u00fc\u00efr\u00e9m\u00e9nts{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", - "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start}Br\u00f6ws\u00e9 t\u00e9\u00e4ms \u00efn \u00f6th\u00e9r t\u00f6p\u00ef\u00e7s{span_end} \u00f6r {search_span_start}s\u00e9\u00e4r\u00e7h t\u00e9\u00e4ms{span_end} \u00efn th\u00efs t\u00f6p\u00ef\u00e7. \u00ccf \u00fd\u00f6\u00fc st\u00efll \u00e7\u00e4n't f\u00efnd \u00e4 t\u00e9\u00e4m t\u00f6 j\u00f6\u00efn, {create_span_start}\u00e7r\u00e9\u00e4t\u00e9 \u00e4 n\u00e9w t\u00e9\u00e4m \u00efn th\u00efs t\u00f6p\u00ef\u00e7{span_end}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7#", - "{categoryText} in {parentDisplayname}": "{categoryText} \u00efn {parentDisplayname} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", - "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} of {maxCharacters}": "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} \u00f6f {maxCharacters} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", - "{display_name} Settings": "{display_name} S\u00e9tt\u00efngs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", - "{email}": "{email} \u2c60'\u03c3\u044f\u0454\u043c#", - "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} \u00efs \u00e4lr\u00e9\u00e4d\u00fd \u00f6n th\u00e9 {container} t\u00e9\u00e4m. R\u00e9\u00e7h\u00e9\u00e7k th\u00e9 \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss \u00eff \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00e4dd \u00e4 n\u00e9w m\u00e9m\u00df\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "{filename} exceeds maximum size of {maxFileSizeInGB} GB.": "{filename} \u00e9x\u00e7\u00e9\u00e9ds m\u00e4x\u00efm\u00fcm s\u00efz\u00e9 \u00f6f {maxFileSizeInGB} GB. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "{filename} is not in a supported file format. Supported file formats are {supportedFileFormats}.": "{filename} \u00efs n\u00f6t \u00efn \u00e4 s\u00fcpp\u00f6rt\u00e9d f\u00efl\u00e9 f\u00f6rm\u00e4t. S\u00fcpp\u00f6rt\u00e9d f\u00efl\u00e9 f\u00f6rm\u00e4ts \u00e4r\u00e9 {supportedFileFormats}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", - "{hours}:{minutes} (current UTC time)": "{hours}:{minutes} (\u00e7\u00fcrr\u00e9nt \u00dbT\u00c7 t\u00efm\u00e9) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", - "{htmlStart}Want to change your email, name, or password instead?{htmlEnd}": "{htmlStart}W\u00e4nt t\u00f6 \u00e7h\u00e4ng\u00e9 \u00fd\u00f6\u00fcr \u00e9m\u00e4\u00efl, n\u00e4m\u00e9, \u00f6r p\u00e4ssw\u00f6rd \u00efnst\u00e9\u00e4d?{htmlEnd} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", - "{label}: {status}": "{label}: {status} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", - "{maxWidth}x{maxHeight} pixels": "{maxWidth}x{maxHeight} p\u00efx\u00e9ls \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", - "{minutes} {unit}": "{minutes} {unit} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + ], + "title_word_{uniqueId}": "t\u00eftl\u00e9_w\u00f6rd_{uniqueId} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "toggle chapter %(displayName)s": "t\u00f6ggl\u00e9 \u00e7h\u00e4pt\u00e9r %(displayName)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "toggle subsection %(displayName)s": "t\u00f6ggl\u00e9 s\u00fc\u00dfs\u00e9\u00e7t\u00ef\u00f6n %(displayName)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "unit": "\u00fcn\u00eft \u2c60'\u03c3\u044f\u0454\u043c \u03b9#", + "unsubmitted": "\u00fcns\u00fc\u00dfm\u00eftt\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "upload a PDF file or provide the path to a Studio asset file": "\u00fcpl\u00f6\u00e4d \u00e4 PDF f\u00efl\u00e9 \u00f6r pr\u00f6v\u00efd\u00e9 th\u00e9 p\u00e4th t\u00f6 \u00e4 St\u00fcd\u00ef\u00f6 \u00e4ss\u00e9t f\u00efl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "username or email": "\u00fcs\u00e9rn\u00e4m\u00e9 \u00f6r \u00e9m\u00e4\u00efl \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#", + "with %(release_date_from)s": "w\u00efth %(release_date_from)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "with %(section_or_subsection)s": "w\u00efth %(section_or_subsection)s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "{ReqTextSpanStart}Requirements{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{ReqTextSpanStart}R\u00e9q\u00fc\u00efr\u00e9m\u00e9nts{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start}Br\u00f6ws\u00e9 t\u00e9\u00e4ms \u00efn \u00f6th\u00e9r t\u00f6p\u00ef\u00e7s{span_end} \u00f6r {search_span_start}s\u00e9\u00e4r\u00e7h t\u00e9\u00e4ms{span_end} \u00efn th\u00efs t\u00f6p\u00ef\u00e7. \u00ccf \u00fd\u00f6\u00fc st\u00efll \u00e7\u00e4n't f\u00efnd \u00e4 t\u00e9\u00e4m t\u00f6 j\u00f6\u00efn, {create_span_start}\u00e7r\u00e9\u00e4t\u00e9 \u00e4 n\u00e9w t\u00e9\u00e4m \u00efn th\u00efs t\u00f6p\u00ef\u00e7{span_end}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7#", + "{categoryText} in {parentDisplayname}": "{categoryText} \u00efn {parentDisplayname} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} of {maxCharacters}": "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} \u00f6f {maxCharacters} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#", + "{display_name} Settings": "{display_name} S\u00e9tt\u00efngs \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "{download_link_start}Download this image (right-click or option-click, save as){link_end} and then {upload_link_start}upload{link_end} it to your backpack.": "{download_link_start}D\u00f6wnl\u00f6\u00e4d th\u00efs \u00efm\u00e4g\u00e9 (r\u00efght-\u00e7l\u00ef\u00e7k \u00f6r \u00f6pt\u00ef\u00f6n-\u00e7l\u00ef\u00e7k, s\u00e4v\u00e9 \u00e4s){link_end} \u00e4nd th\u00e9n {upload_link_start}\u00fcpl\u00f6\u00e4d{link_end} \u00eft t\u00f6 \u00fd\u00f6\u00fcr \u00df\u00e4\u00e7kp\u00e4\u00e7k. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "{earned}/{possible} point (graded)": [ + "{earned}/{possible} p\u00f6\u00efnt (gr\u00e4d\u00e9d) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "{earned}/{possible} p\u00f6\u00efnts (gr\u00e4d\u00e9d) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#" + ], + "{earned}/{possible} point (ungraded)": [ + "{earned}/{possible} p\u00f6\u00efnt (\u00fcngr\u00e4d\u00e9d) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "{earned}/{possible} p\u00f6\u00efnts (\u00fcngr\u00e4d\u00e9d) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#" + ], + "{email}": "{email} \u2c60'\u03c3\u044f\u0454\u043c#", + "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} \u00efs \u00e4lr\u00e9\u00e4d\u00fd \u00f6n th\u00e9 {container} t\u00e9\u00e4m. R\u00e9\u00e7h\u00e9\u00e7k th\u00e9 \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss \u00eff \u00fd\u00f6\u00fc w\u00e4nt t\u00f6 \u00e4dd \u00e4 n\u00e9w m\u00e9m\u00df\u00e9r. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "{filename} exceeds maximum size of {maxFileSizeInGB} GB.": "{filename} \u00e9x\u00e7\u00e9\u00e9ds m\u00e4x\u00efm\u00fcm s\u00efz\u00e9 \u00f6f {maxFileSizeInGB} GB. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "{filename} is not in a supported file format. Supported file formats are {supportedFileFormats}.": "{filename} \u00efs n\u00f6t \u00efn \u00e4 s\u00fcpp\u00f6rt\u00e9d f\u00efl\u00e9 f\u00f6rm\u00e4t. S\u00fcpp\u00f6rt\u00e9d f\u00efl\u00e9 f\u00f6rm\u00e4ts \u00e4r\u00e9 {supportedFileFormats}. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "{hours}:{minutes} (current UTC time)": "{hours}:{minutes} (\u00e7\u00fcrr\u00e9nt \u00dbT\u00c7 t\u00efm\u00e9) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455#", + "{htmlStart}Want to change your email, name, or password instead?{htmlEnd}": "{htmlStart}W\u00e4nt t\u00f6 \u00e7h\u00e4ng\u00e9 \u00fd\u00f6\u00fcr \u00e9m\u00e4\u00efl, n\u00e4m\u00e9, \u00f6r p\u00e4ssw\u00f6rd \u00efnst\u00e9\u00e4d?{htmlEnd} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#", + "{label}: {status}": "{label}: {status} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "{maxWidth}x{maxHeight} pixels": "{maxWidth}x{maxHeight} p\u00efx\u00e9ls \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442#", + "{minutes} {unit}": "{minutes} {unit} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", "{numMoved} learner was moved from {prevCohort}": [ - "{numMoved} l\u00e9\u00e4rn\u00e9r w\u00e4s m\u00f6v\u00e9d fr\u00f6m {prevCohort} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", + "{numMoved} l\u00e9\u00e4rn\u00e9r w\u00e4s m\u00f6v\u00e9d fr\u00f6m {prevCohort} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#", "{numMoved} l\u00e9\u00e4rn\u00e9rs w\u00e9r\u00e9 m\u00f6v\u00e9d fr\u00f6m {prevCohort} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#" - ], + ], "{numPreassigned} learner was pre-assigned for this cohort. This learner will automatically be added to the cohort when they enroll in the course.": [ - "{numPreassigned} l\u00e9\u00e4rn\u00e9r w\u00e4s pr\u00e9-\u00e4ss\u00efgn\u00e9d f\u00f6r th\u00efs \u00e7\u00f6h\u00f6rt. Th\u00efs l\u00e9\u00e4rn\u00e9r w\u00efll \u00e4\u00fct\u00f6m\u00e4t\u00ef\u00e7\u00e4ll\u00fd \u00df\u00e9 \u00e4dd\u00e9d t\u00f6 th\u00e9 \u00e7\u00f6h\u00f6rt wh\u00e9n th\u00e9\u00fd \u00e9nr\u00f6ll \u00efn th\u00e9 \u00e7\u00f6\u00fcrs\u00e9. #", + "{numPreassigned} l\u00e9\u00e4rn\u00e9r w\u00e4s pr\u00e9-\u00e4ss\u00efgn\u00e9d f\u00f6r th\u00efs \u00e7\u00f6h\u00f6rt. Th\u00efs l\u00e9\u00e4rn\u00e9r w\u00efll \u00e4\u00fct\u00f6m\u00e4t\u00ef\u00e7\u00e4ll\u00fd \u00df\u00e9 \u00e4dd\u00e9d t\u00f6 th\u00e9 \u00e7\u00f6h\u00f6rt wh\u00e9n th\u00e9\u00fd \u00e9nr\u00f6ll \u00efn th\u00e9 \u00e7\u00f6\u00fcrs\u00e9. #", "{numPreassigned} l\u00e9\u00e4rn\u00e9rs w\u00e9r\u00e9 pr\u00e9-\u00e4ss\u00efgn\u00e9d f\u00f6r th\u00efs \u00e7\u00f6h\u00f6rt. Th\u00e9s\u00e9 l\u00e9\u00e4rn\u00e9rs w\u00efll \u00e4\u00fct\u00f6m\u00e4t\u00ef\u00e7\u00e4ll\u00fd \u00df\u00e9 \u00e4dd\u00e9d t\u00f6 th\u00e9 \u00e7\u00f6h\u00f6rt wh\u00e9n th\u00e9\u00fd \u00e9nr\u00f6ll \u00efn th\u00e9 \u00e7\u00f6\u00fcrs\u00e9. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442\u03b1\u0442 \u03b7\u03c3\u03b7 \u03c1\u044f\u03c3\u03b9\u2202\u0454\u03b7\u0442, \u0455\u03c5\u03b7\u0442 \u03b9\u03b7 \u00a2\u03c5\u0142\u03c1\u03b1 q\u03c5\u03b9 \u03c3\u0192\u0192\u03b9\u00a2\u03b9\u03b1 \u2202\u0454\u0455\u0454\u044f\u03c5\u03b7\u0442 \u043c\u03c3\u0142\u0142\u03b9\u0442 \u03b1\u03b7\u03b9\u043c \u03b9\u2202 \u0454\u0455\u0442 \u0142\u03b1\u0432\u03c3\u044f#" - ], + ], "{numPresent} learner was already in the cohort": [ - "{numPresent} l\u00e9\u00e4rn\u00e9r w\u00e4s \u00e4lr\u00e9\u00e4d\u00fd \u00efn th\u00e9 \u00e7\u00f6h\u00f6rt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", + "{numPresent} l\u00e9\u00e4rn\u00e9r w\u00e4s \u00e4lr\u00e9\u00e4d\u00fd \u00efn th\u00e9 \u00e7\u00f6h\u00f6rt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5#", "{numPresent} l\u00e9\u00e4rn\u00e9rs w\u00e9r\u00e9 \u00e4lr\u00e9\u00e4d\u00fd \u00efn th\u00e9 \u00e7\u00f6h\u00f6rt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#" - ], + ], "{numResponses} other response": [ - "{numResponses} \u00f6th\u00e9r r\u00e9sp\u00f6ns\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", + "{numResponses} \u00f6th\u00e9r r\u00e9sp\u00f6ns\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#", "{numResponses} \u00f6th\u00e9r r\u00e9sp\u00f6ns\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#" - ], + ], "{numResponses} response": [ - "{numResponses} r\u00e9sp\u00f6ns\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + "{numResponses} r\u00e9sp\u00f6ns\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", "{numResponses} r\u00e9sp\u00f6ns\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9#" - ], + ], "{numUsersAdded} learner has been added to this cohort. ": [ - "{numUsersAdded} l\u00e9\u00e4rn\u00e9r h\u00e4s \u00df\u00e9\u00e9n \u00e4dd\u00e9d t\u00f6 th\u00efs \u00e7\u00f6h\u00f6rt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "{numUsersAdded} l\u00e9\u00e4rn\u00e9r h\u00e4s \u00df\u00e9\u00e9n \u00e4dd\u00e9d t\u00f6 th\u00efs \u00e7\u00f6h\u00f6rt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", "{numUsersAdded} l\u00e9\u00e4rn\u00e9rs h\u00e4v\u00e9 \u00df\u00e9\u00e9n \u00e4dd\u00e9d t\u00f6 th\u00efs \u00e7\u00f6h\u00f6rt. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #" - ], + ], "{numVotes} Vote": [ - "{numVotes} V\u00f6t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "{numVotes} V\u00f6t\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", "{numVotes} V\u00f6t\u00e9s \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#" - ], - "{organization}\\'s logo": "{organization}\\'s l\u00f6g\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "{paragraphStart}You entered {boldStart}{email}{boldEnd}. If this email address is associated with your {platform_name} account, we will send a message with password recovery instructions to this email address.{paragraphEnd}{paragraphStart}If you do not receive a password reset message after 1 minute, verify that you entered the correct email address, or check your spam folder.{paragraphEnd}{paragraphStart}If you need further assistance, {anchorStart}contact technical support{anchorEnd}.{paragraphEnd}": "{paragraphStart}\u00dd\u00f6\u00fc \u00e9nt\u00e9r\u00e9d {boldStart}{email}{boldEnd}. \u00ccf th\u00efs \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss \u00efs \u00e4ss\u00f6\u00e7\u00ef\u00e4t\u00e9d w\u00efth \u00fd\u00f6\u00fcr {platform_name} \u00e4\u00e7\u00e7\u00f6\u00fcnt, w\u00e9 w\u00efll s\u00e9nd \u00e4 m\u00e9ss\u00e4g\u00e9 w\u00efth p\u00e4ssw\u00f6rd r\u00e9\u00e7\u00f6v\u00e9r\u00fd \u00efnstr\u00fc\u00e7t\u00ef\u00f6ns t\u00f6 th\u00efs \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss.{paragraphEnd}{paragraphStart}\u00ccf \u00fd\u00f6\u00fc d\u00f6 n\u00f6t r\u00e9\u00e7\u00e9\u00efv\u00e9 \u00e4 p\u00e4ssw\u00f6rd r\u00e9s\u00e9t m\u00e9ss\u00e4g\u00e9 \u00e4ft\u00e9r 1 m\u00efn\u00fct\u00e9, v\u00e9r\u00eff\u00fd th\u00e4t \u00fd\u00f6\u00fc \u00e9nt\u00e9r\u00e9d th\u00e9 \u00e7\u00f6rr\u00e9\u00e7t \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss, \u00f6r \u00e7h\u00e9\u00e7k \u00fd\u00f6\u00fcr sp\u00e4m f\u00f6ld\u00e9r.{paragraphEnd}{paragraphStart}\u00ccf \u00fd\u00f6\u00fc n\u00e9\u00e9d f\u00fcrth\u00e9r \u00e4ss\u00efst\u00e4n\u00e7\u00e9, {anchorStart}\u00e7\u00f6nt\u00e4\u00e7t t\u00e9\u00e7hn\u00ef\u00e7\u00e4l s\u00fcpp\u00f6rt{anchorEnd}.{paragraphEnd}#", - "{screen_reader_start}Warning:{screen_reader_end} No content groups exist.": "{screen_reader_start}W\u00e4rn\u00efng:{screen_reader_end} N\u00f6 \u00e7\u00f6nt\u00e9nt gr\u00f6\u00fcps \u00e9x\u00efst. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", - "{screen_reader_start}Warning:{screen_reader_end} The previously selected content group was deleted. Select another content group.": "{screen_reader_start}W\u00e4rn\u00efng:{screen_reader_end} Th\u00e9 pr\u00e9v\u00ef\u00f6\u00fcsl\u00fd s\u00e9l\u00e9\u00e7t\u00e9d \u00e7\u00f6nt\u00e9nt gr\u00f6\u00fcp w\u00e4s d\u00e9l\u00e9t\u00e9d. S\u00e9l\u00e9\u00e7t \u00e4n\u00f6th\u00e9r \u00e7\u00f6nt\u00e9nt gr\u00f6\u00fcp. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", - "{seconds} {unit}": "{seconds} {unit} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", - "{selectedProvider} credentials saved": "{selectedProvider} \u00e7r\u00e9d\u00e9nt\u00ef\u00e4ls s\u00e4v\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "{sessionDates} (Open until {enrollmentEnd})": "{sessionDates} (\u00d6p\u00e9n \u00fcnt\u00efl {enrollmentEnd}) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", - "{sessionDates} - Currently Selected": "{sessionDates} - \u00c7\u00fcrr\u00e9ntl\u00fd S\u00e9l\u00e9\u00e7t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", - "{start_strong}{total}{end_strong} words submitted in total.": "{start_strong}{total}{end_strong} w\u00f6rds s\u00fc\u00dfm\u00eftt\u00e9d \u00efn t\u00f6t\u00e4l. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", - "{strongStart}Warning: Account deletion is permanent.{strongEnd} Please read the above carefully before proceeding. This is an irreversible action, and {strongStart}you will no longer be able to use the same email on edX.{strongEnd}": "{strongStart}W\u00e4rn\u00efng: \u00c0\u00e7\u00e7\u00f6\u00fcnt d\u00e9l\u00e9t\u00ef\u00f6n \u00efs p\u00e9rm\u00e4n\u00e9nt.{strongEnd} Pl\u00e9\u00e4s\u00e9 r\u00e9\u00e4d th\u00e9 \u00e4\u00df\u00f6v\u00e9 \u00e7\u00e4r\u00e9f\u00fcll\u00fd \u00df\u00e9f\u00f6r\u00e9 pr\u00f6\u00e7\u00e9\u00e9d\u00efng. Th\u00efs \u00efs \u00e4n \u00efrr\u00e9v\u00e9rs\u00ef\u00dfl\u00e9 \u00e4\u00e7t\u00ef\u00f6n, \u00e4nd {strongStart}\u00fd\u00f6\u00fc w\u00efll n\u00f6 l\u00f6ng\u00e9r \u00df\u00e9 \u00e4\u00dfl\u00e9 t\u00f6 \u00fcs\u00e9 th\u00e9 s\u00e4m\u00e9 \u00e9m\u00e4\u00efl \u00f6n \u00e9dX.{strongEnd} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442#", - "{totalItems} total": "{totalItems} t\u00f6t\u00e4l \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", + ], + "{num_points} point possible (graded)": [ + "{num_points} p\u00f6\u00efnt p\u00f6ss\u00ef\u00dfl\u00e9 (gr\u00e4d\u00e9d) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454#", + "{num_points} p\u00f6\u00efnts p\u00f6ss\u00ef\u00dfl\u00e9 (gr\u00e4d\u00e9d) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#" + ], + "{num_points} point possible (graded, results hidden)": [ + "{num_points} p\u00f6\u00efnt p\u00f6ss\u00ef\u00dfl\u00e9 (gr\u00e4d\u00e9d, r\u00e9s\u00fclts h\u00efdd\u00e9n) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "{num_points} p\u00f6\u00efnts p\u00f6ss\u00ef\u00dfl\u00e9 (gr\u00e4d\u00e9d, r\u00e9s\u00fclts h\u00efdd\u00e9n) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #" + ], + "{num_points} point possible (ungraded)": [ + "{num_points} p\u00f6\u00efnt p\u00f6ss\u00ef\u00dfl\u00e9 (\u00fcngr\u00e4d\u00e9d) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#", + "{num_points} p\u00f6\u00efnts p\u00f6ss\u00ef\u00dfl\u00e9 (\u00fcngr\u00e4d\u00e9d) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442#" + ], + "{num_points} point possible (ungraded, results hidden)": [ + "{num_points} p\u00f6\u00efnt p\u00f6ss\u00ef\u00dfl\u00e9 (\u00fcngr\u00e4d\u00e9d, r\u00e9s\u00fclts h\u00efdd\u00e9n) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "{num_points} p\u00f6\u00efnts p\u00f6ss\u00ef\u00dfl\u00e9 (\u00fcngr\u00e4d\u00e9d, r\u00e9s\u00fclts h\u00efdd\u00e9n) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1#" + ], + "{organization}\\'s logo": "{organization}\\'s l\u00f6g\u00f6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "{paragraphStart}You entered {boldStart}{email}{boldEnd}. If this email address is associated with your {platform_name} account, we will send a message with password recovery instructions to this email address.{paragraphEnd}{paragraphStart}If you do not receive a password reset message after 1 minute, verify that you entered the correct email address, or check your spam folder.{paragraphEnd}{paragraphStart}If you need further assistance, {anchorStart}contact technical support{anchorEnd}.{paragraphEnd}": "{paragraphStart}\u00dd\u00f6\u00fc \u00e9nt\u00e9r\u00e9d {boldStart}{email}{boldEnd}. \u00ccf th\u00efs \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss \u00efs \u00e4ss\u00f6\u00e7\u00ef\u00e4t\u00e9d w\u00efth \u00fd\u00f6\u00fcr {platform_name} \u00e4\u00e7\u00e7\u00f6\u00fcnt, w\u00e9 w\u00efll s\u00e9nd \u00e4 m\u00e9ss\u00e4g\u00e9 w\u00efth p\u00e4ssw\u00f6rd r\u00e9\u00e7\u00f6v\u00e9r\u00fd \u00efnstr\u00fc\u00e7t\u00ef\u00f6ns t\u00f6 th\u00efs \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss.{paragraphEnd}{paragraphStart}\u00ccf \u00fd\u00f6\u00fc d\u00f6 n\u00f6t r\u00e9\u00e7\u00e9\u00efv\u00e9 \u00e4 p\u00e4ssw\u00f6rd r\u00e9s\u00e9t m\u00e9ss\u00e4g\u00e9 \u00e4ft\u00e9r 1 m\u00efn\u00fct\u00e9, v\u00e9r\u00eff\u00fd th\u00e4t \u00fd\u00f6\u00fc \u00e9nt\u00e9r\u00e9d th\u00e9 \u00e7\u00f6rr\u00e9\u00e7t \u00e9m\u00e4\u00efl \u00e4ddr\u00e9ss, \u00f6r \u00e7h\u00e9\u00e7k \u00fd\u00f6\u00fcr sp\u00e4m f\u00f6ld\u00e9r.{paragraphEnd}{paragraphStart}\u00ccf \u00fd\u00f6\u00fc n\u00e9\u00e9d f\u00fcrth\u00e9r \u00e4ss\u00efst\u00e4n\u00e7\u00e9, {anchorStart}\u00e7\u00f6nt\u00e4\u00e7t t\u00e9\u00e7hn\u00ef\u00e7\u00e4l s\u00fcpp\u00f6rt{anchorEnd}.{paragraphEnd}#", + "{paragraph}=p;{preformatted}=pre;{heading3}=h3;{heading4}=h4;{heading5}=h5;{heading6}=h6": "{paragraph}=p;{preformatted}=pr\u00e9;{heading3}=h3;{heading4}=h4;{heading5}=h5;{heading6}=h6 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #", + "{screen_reader_start}Warning:{screen_reader_end} No content groups exist.": "{screen_reader_start}W\u00e4rn\u00efng:{screen_reader_end} N\u00f6 \u00e7\u00f6nt\u00e9nt gr\u00f6\u00fcps \u00e9x\u00efst. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f#", + "{screen_reader_start}Warning:{screen_reader_end} The previously selected content group was deleted. Select another content group.": "{screen_reader_start}W\u00e4rn\u00efng:{screen_reader_end} Th\u00e9 pr\u00e9v\u00ef\u00f6\u00fcsl\u00fd s\u00e9l\u00e9\u00e7t\u00e9d \u00e7\u00f6nt\u00e9nt gr\u00f6\u00fcp w\u00e4s d\u00e9l\u00e9t\u00e9d. S\u00e9l\u00e9\u00e7t \u00e4n\u00f6th\u00e9r \u00e7\u00f6nt\u00e9nt gr\u00f6\u00fcp. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#", + "{seconds} {unit}": "{seconds} {unit} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c #", + "{selectedProvider} credentials saved": "{selectedProvider} \u00e7r\u00e9d\u00e9nt\u00ef\u00e4ls s\u00e4v\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "{sessionDates} (Open until {enrollmentEnd})": "{sessionDates} (\u00d6p\u00e9n \u00fcnt\u00efl {enrollmentEnd}) \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, #", + "{sessionDates} - Currently Selected": "{sessionDates} - \u00c7\u00fcrr\u00e9ntl\u00fd S\u00e9l\u00e9\u00e7t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#", + "{start_strong}{total}{end_strong} words submitted in total.": "{start_strong}{total}{end_strong} w\u00f6rds s\u00fc\u00dfm\u00eftt\u00e9d \u00efn t\u00f6t\u00e4l. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442#", + "{strongStart}Warning: Account deletion is permanent.{strongEnd} Please read the above carefully before proceeding. This is an irreversible action, and {strongStart}you will no longer be able to use the same email on {platformName}.{strongEnd}": "{strongStart}W\u00e4rn\u00efng: \u00c0\u00e7\u00e7\u00f6\u00fcnt d\u00e9l\u00e9t\u00ef\u00f6n \u00efs p\u00e9rm\u00e4n\u00e9nt.{strongEnd} Pl\u00e9\u00e4s\u00e9 r\u00e9\u00e4d th\u00e9 \u00e4\u00df\u00f6v\u00e9 \u00e7\u00e4r\u00e9f\u00fcll\u00fd \u00df\u00e9f\u00f6r\u00e9 pr\u00f6\u00e7\u00e9\u00e9d\u00efng. Th\u00efs \u00efs \u00e4n \u00efrr\u00e9v\u00e9rs\u00ef\u00dfl\u00e9 \u00e4\u00e7t\u00ef\u00f6n, \u00e4nd {strongStart}\u00fd\u00f6\u00fc w\u00efll n\u00f6 l\u00f6ng\u00e9r \u00df\u00e9 \u00e4\u00dfl\u00e9 t\u00f6 \u00fcs\u00e9 th\u00e9 s\u00e4m\u00e9 \u00e9m\u00e4\u00efl \u00f6n {platformName}.{strongEnd} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f \u03b1\u2202\u03b9\u03c1\u03b9\u0455\u03b9\u00a2\u03b9\u03b7g \u0454\u0142\u03b9\u0442, \u0455\u0454\u2202 \u2202\u03c3 \u0454\u03b9\u03c5\u0455\u043c\u03c3\u2202 \u0442\u0454\u043c\u03c1\u03c3\u044f \u03b9\u03b7\u00a2\u03b9\u2202\u03b9\u2202\u03c5\u03b7\u0442 \u03c5\u0442 \u0142\u03b1\u0432\u03c3\u044f\u0454 \u0454\u0442 \u2202\u03c3\u0142\u03c3\u044f\u0454 \u043c\u03b1g\u03b7\u03b1 \u03b1\u0142\u03b9q\u03c5\u03b1. \u03c5\u0442 \u0454\u03b7\u03b9\u043c \u03b1\u2202 \u043c\u03b9\u03b7\u03b9\u043c \u03bd\u0454\u03b7\u03b9\u03b1\u043c, q\u03c5\u03b9\u0455 \u03b7\u03c3\u0455\u0442\u044f\u03c5\u2202 \u0454\u03c7\u0454\u044f\u00a2\u03b9\u0442\u03b1\u0442\u03b9\u03c3\u03b7 \u03c5\u0142\u0142\u03b1\u043c\u00a2\u03c3 \u0142\u03b1\u0432\u03c3\u044f\u03b9\u0455 \u03b7\u03b9\u0455\u03b9 \u03c5\u0442 \u03b1\u0142\u03b9q\u03c5\u03b9\u03c1 \u0454\u03c7 \u0454\u03b1 \u00a2\u03c3\u043c\u043c\u03c3\u2202\u03c3 \u00a2\u03c3\u03b7\u0455\u0454q\u03c5\u03b1\u0442. \u2202\u03c5\u03b9\u0455 \u03b1\u03c5\u0442\u0454 \u03b9\u044f\u03c5\u044f\u0454 \u2202\u03c3\u0142\u03c3\u044f \u03b9\u03b7 \u044f\u0454\u03c1\u044f\u0454\u043d\u0454\u03b7\u2202\u0454\u044f\u03b9\u0442 \u03b9\u03b7 \u03bd\u03c3\u0142\u03c5\u03c1\u0442\u03b1\u0442\u0454 \u03bd\u0454\u0142\u03b9\u0442 \u0454\u0455\u0455\u0454 \u00a2\u03b9\u0142\u0142\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f\u0454 \u0454\u03c5 \u0192\u03c5g\u03b9\u03b1\u0442 \u03b7\u03c5\u0142\u0142\u03b1 \u03c1\u03b1\u044f\u03b9\u03b1\u0442\u03c5\u044f. \u0454\u03c7\u00a2\u0454\u03c1\u0442\u0454\u03c5\u044f \u0455\u03b9\u03b7\u0442 \u03c3\u00a2\u00a2\u03b1\u0454\u00a2\u03b1\u0442 \u00a2\u03c5\u03c1\u03b9\u2202\u03b1\u0442#", + "{team_count} Team": [ + "{team_count} T\u00e9\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#", + "{team_count} T\u00e9\u00e4ms \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#" + ], + "{totalItems} total": "{totalItems} t\u00f6t\u00e4l \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142#", "{total_results} result": [ - "{total_results} r\u00e9s\u00fclt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", + "{total_results} r\u00e9s\u00fclt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3#", "{total_results} r\u00e9s\u00fclts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #" - ], - "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}": "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", - "{type} Progress": "{type} Pr\u00f6gr\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", + ], + "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}": "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension} \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #", + "{type} Progress": "{type} Pr\u00f6gr\u00e9ss \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#", "\u2026": "\u2026 \u2c60#" }; for (var key in newcatalog) { @@ -2422,46 +2418,46 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "j\\-\\a \\d\\e F Y\\, \\j\\e H:i", + "DATETIME_FORMAT": "j\\-\\a \\d\\e F Y\\, \\j\\e H:i", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%Y.%m.%d %H:%M:%S", - "%Y.%m.%d %H:%M", - "%Y.%m.%d", - "%d/%m/%Y %H:%M:%S", - "%d/%m/%Y %H:%M", - "%d/%m/%Y", - "%y-%m-%d %H:%M:%S", - "%y-%m-%d %H:%M", - "%y-%m-%d", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%Y.%m.%d %H:%M:%S", + "%Y.%m.%d %H:%M", + "%Y.%m.%d", + "%d/%m/%Y %H:%M:%S", + "%d/%m/%Y %H:%M", + "%d/%m/%Y", + "%y-%m-%d %H:%M:%S", + "%y-%m-%d %H:%M", + "%y-%m-%d", "%Y-%m-%d %H:%M:%S.%f" - ], - "DATE_FORMAT": "j\\-\\a \\d\\e F Y", + ], + "DATE_FORMAT": "j\\-\\a \\d\\e F Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%y-%m-%d", - "%Y %m %d", - "%d-a de %b %Y", - "%d %b %Y", - "%d-a de %B %Y", - "%d %B %Y", + "%Y-%m-%d", + "%y-%m-%d", + "%Y %m %d", + "%d-a de %b %Y", + "%d %b %Y", + "%d-a de %B %Y", + "%d %B %Y", "%d %m %Y" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "1", - "MONTH_DAY_FORMAT": "j\\-\\a \\d\\e F", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "Y-m-d H:i", - "SHORT_DATE_FORMAT": "Y-m-d", - "THOUSAND_SEPARATOR": "\u00a0", - "TIME_FORMAT": "H:i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "1", + "MONTH_DAY_FORMAT": "j\\-\\a \\d\\e F", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "Y-m-d H:i", + "SHORT_DATE_FORMAT": "Y-m-d", + "THOUSAND_SEPARATOR": "\u00a0", + "TIME_FORMAT": "H:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M", + "%H:%M:%S", + "%H:%M", "%H:%M:%S.%f" - ], + ], "YEAR_MONTH_FORMAT": "F \\d\\e Y" }; diff --git a/cms/static/js/i18n/es-419/djangojs.js b/cms/static/js/i18n/es-419/djangojs.js index b3bcf014e5..0bcbd85bfa 100644 --- a/cms/static/js/i18n/es-419/djangojs.js +++ b/cms/static/js/i18n/es-419/djangojs.js @@ -20,2446 +20,2388 @@ django.catalog = django.catalog || {}; var newcatalog = { - "\n\nThis email is to let you know that the status of your proctoring session review for %(exam_name)s in\n%(course_name)s is %(status)s. If you have any questions about proctoring,\ncontact %(platform)s support at %(contact_email)s.\n\n": "\n\nEste mensaje es para avisarle que el estado de revisi\u00f3n de su examen supervisado para %(exam_name)s en\n%(course_name)s es %(status)s. Si tiene preguntas sobre la supervisi\u00f3n,\ncomun\u00edquese con el equipo de ayuda para %(platform)s en %(contact_email)s.\n\n", - "\n Make sure you are on a computer with a webcam, and that you have valid photo identification\n such as a driver's license or passport, before you continue.\n ": "\nAseg\u00farese de que est\u00e9 usando una computadora con c\u00e1mara web, y que tiene una identificaci\u00f3n fotogr\u00e1fica v\u00e1lida\ncomo una licencia para conducir o un pasaporte, antes de seguir.", - "\n Your verification attempt failed. Please read our guidelines to make\n sure you understand the requirements for successfully completing verification,\n then try again.\n ": "\nSu verificaci\u00f3n no fue aprobada. Por favor, lea nuestra gu\u00eda para asegurarse\nde que entienda los requisitos para completar la verificaci\u00f3n exit\u00f3samente,\ny despu\u00e9s intente de nuevo.", - "\n Your verification has expired. You must successfully complete a new identity verification\n before you can start the proctored exam.\n ": "\nSu verificaci\u00f3n ha expirado. Debe completar la verificaci\u00f3n de identidad nuevamente\nantes de poder iniciar el examen supervisado.", - "\n Your verification is pending. Results should be available 2-3 days after you\n submit your verification.\n ": "\nSu verificaci\u00f3n est\u00e1 en proceso. Los resultados deben estar disponibles entre 2-3 d\u00edas despu\u00e9s del\nenv\u00edo de su verificaci\u00f3n.", - "\n Complete your verification before starting the proctored exam.\n ": "\nComplete su verificaci\u00f3n antes de iniciar el examen supervisado.", - "\n You must successfully complete identity verification before you can start the proctored exam.\n ": "\nEs necesario completar la verificaci\u00f3n de su identidad antes de iniciar el examen supervisado.", - "\n 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 ": "\nNo cierre esta ventana antes de completar su examen. Si la cierra, su sesi\u00f3n supervisada terminar\u00e1, y no completar\u00e1 el examen supervisado.", - "\n Return to the %(platform_name)s course window to start your exam. When you have finished your exam and\n have marked it as complete, you can close this window to end the proctoring session\n and upload your proctoring session data for review.\n ": "\nRegrese a la ventana del curso de %(platform_name)s para iniciar su examen. Una vez que haya completado su examen y\nlo haya marcado como completo, puede cerrar esta ventana para terminar la sesi\u00f3n supervisada\ny enviar su grabaci\u00f3n para la revisi\u00f3n de los supervisores.", - "\n 3. When you have finished setting up proctoring, start the exam.\n ": "\n3. Una vez que haya terminado de configurar la supervisi\u00f3n, inicie el examen.", - "\n Start my exam\n ": "\nIniciar mi examen", - "\n • When you start your exam you will have %(total_time)s to complete it.
\n • You cannot stop the timer once you start.
\n • If time expires before you finish your exam, your completed answers will be\n submitted for review.
\n ": "\n• Una vez que haya iniciado su examen tendr\u00e1 %(total_time)s para completarlo.
\n• No se puede parar el cronometro una vez iniciado.
\n• Si el tiempo se agota antes de que termine su examen, sus respuestas completadas ser\u00e1n\nenviadas para calificaci\u00f3n.
", - "\n 1. Copy this unique exam code. You will be prompted to paste this code later before you start the exam.\n ": "\n1. Copie este c\u00f3digo \u00fanico de examen. Se le pedira introducir este c\u00f3digo m\u00e1s tarde antes de iniciar el examen.", - "\n 2. Follow the link below to set up proctoring.\n ": "\n2. Siga en enlace de abajo para configurar la supervisi\u00f3n", - "\n A new window will open. You will run a system check before downloading the proctoring application.\n ": "\nAparecer\u00e1 una nueva ventana. Usted iniciar\u00e1 una revisi\u00f3n del sistema antes de descargar la aplicaci\u00f3n de supervisi\u00f3n.", - "\n About Proctored Exams\n ": "\nAcerca de los ex\u00e1menes supervisados", - "\n After the due date has passed, you can review the exam, but you cannot change your answers.\n ": "\nDespu\u00e9s de que la fecha l\u00edmite ha pasado, podr\u00e1 revisar el examen, pero no podr\u00e1 cambiar sus respuestas.", - "\n Are you sure you want to take this exam without proctoring?\n ": "\n\u00bfEst\u00e1 seguro que quiere tomar este examen sin supervisi\u00f3n?", - "\n Due to unsatisfied prerequisites, you can only take this exam without proctoring.\n ": "\nDebido a prerrequisitos no cumplidos, solo puede tomar este examen sin supervisi\u00f3n.", - "\n I am not interested in academic credit.\n ": "\nNo tengo inter\u00e9s en cr\u00e9dito acad\u00e9mico.", - "\n I am ready to start this timed exam.\n ": "\nEstoy listo/a para empezar este examen cronometrado.", - "\n If you take this exam without proctoring, you will no longer be eligible for academic credit. \n ": "\nSi toma este examen sin supervisi\u00f3n, ya no ser\u00e1 elegible para cr\u00e9dito acad\u00e9mico. ", - "\n No, I want to continue working.\n ": "\nNo, quiero seguir trabajando.", - "\n No, I'd like to continue working\n ": "\nNo, quiero seguir trabajando.", - "\n Select the exam code, then copy it using Command+C (Mac) or Control+C (Windows).\n ": "\nSeleccione el c\u00f3digo del examen, y c\u00f3pielo usando Command+C (Mac) o Control+C (Windows).", - "\n The time allotted for this exam has expired. Your exam has been submitted and any work you completed will be graded.\n ": "\nEl tiempo permitido para este examen ha vencido. Su examen ha sido enviado y el progreso que complet\u00f3 ser\u00e1 calificado.", - "\n You have submitted your timed exam.\n ": "\nHa enviado su examen cronometrado.", - "\n You will be asked to verify your identity as part of the proctoring exam set up.\n Make sure you are on a computer with a webcam, and that you have valid photo identification\n such as a driver's license or passport, before you continue.\n ": "\nLe ser\u00e1 pedido verificar su identidad como parte de la preparaci\u00f3n para el examen supervisado.\nConfirme que est\u00e9 usando una computadora con una c\u00e1mara web, y que tenga una identificaci\u00f3n fotogr\u00e1fica v\u00e1lida\ncomo una licencia para conducir o un pasaporte, antes de seguir.", - "\n You will be guided through steps to set up online proctoring software and to perform various checks.\n ": "\n Ser\u00e1 guiado en los pasos para establecer el programa de revisi\u00f3n online y como hacer varias verificaciones.\n ", - "\n You will be guided through steps to set up online proctoring software and to perform various checks.
\n ": "\n Ser\u00e1 guiado en los pasos para establecer el programa de revisi\u00f3n online y como hacer varias verificaciones.
\n ", - "\n • After you quit the proctoring session, the recorded data is uploaded for review.
\n • Proctoring results are usually available within 5 business days after you submit your exam.\n ": "\n• Despu\u00e9s de salir de la sesi\u00f3n supervisada, los datos grabados son subidos para revisi\u00f3n.
\n• Los resultados de la sesi\u00f3n supervisada normalmente est\u00e1n disponibles dentro de 5 d\u00edas h\u00e1biles despu\u00e9s de el env\u00edo de su examen.", - "\n A technical error has occurred with your proctored exam. To resolve this problem, contact\n technical support. All exam data, including answers\n for completed problems, has been lost. When the problem is resolved you will need to restart\n the exam and complete all problems again.\n ": "\nSe\u00a0ha producido un error t\u00e9cnico en su examen supervisado. Para resolver el problema, comun\u00edquese con ayuda t\u00e9cnica. Todos los datos del examen, incluso respuestas\npara problemas completados, han sido perdidos. Cuando el problema est\u00e9 resuelto, tendr\u00e1 que reiniciar\nel examen y completar todos los problemas de nuevo.", - "\n After the due date for this exam has passed, you will be able to review your answers on this page.\n ": "\nDespu\u00e9s de que la fecha l\u00edmite de este examen haya pasado, podr\u00e1 revisar sus respuestas en esta p\u00e1gina.", - "\n After you submit your exam, your exam will be graded.\n ": "\nDespu\u00e9s de enviar el examen, el examen ser\u00e1 calificado.", - "\n After you submit your exam, your responses are graded and your proctoring session is reviewed.\n You might be eligible to earn academic credit for this course if you complete all required exams\n as well as achieve a final grade that meets credit requirements for the course.\n ": "\nDespu\u00e9s de enviar su examen, sus respuestas son calificadas y su sesi\u00f3n supervisada es revisada.\nEs posible que Usted sea elegible para obtener cr\u00e9dito acad\u00e9mico para este curso si cumple con todos los ex\u00e1menes requeridos\nadem\u00e1s de lograr una calificaci\u00f3n final que cumple con los requisitos de cr\u00e9dito para el curso.", - "\n Are you sure that you want to submit your timed exam?\n ": "\n\u00bfEst\u00e1 seguro de que quiere enviar su examen cronometrado?", - "\n Are you sure you want to end your proctored exam?\n ": "\n\u00bfEst\u00e1 seguro de que quiere finalizar su examen supervisado?", - "\n Because the due date has passed, you are no longer able to take this exam.\n ": "\nDebido a que la fecha l\u00edmite ha pasado, ya no puede tomar este examen.", - "\n Error with proctored exam\n ": "\nError en examen supervisado", - "\n Follow these instructions\n ": "\nSiga estas instrucciones", - "\n Follow these steps to set up and start your proctored exam.\n ": "\nSiga estos pasos para preparar e iniciar su examen supervisado.", - "\n Get familiar with proctoring for real exams later in the course. This practice exam has no impact\n on your grade in the course.\n ": "\nFamiliaricese con la supervisi\u00f3n para los ex\u00e1menes reales que estar\u00e1n m\u00e1s adelante en el curso. Este examen de pr\u00e1ctica no tiene impacto ninguno\nen su calificaci\u00f3n para el curso.", - "\n If the proctoring software window is still open, you can close it now. Confirm that you want to quit the application when you are prompted.\n ": "\nSi la aplicaci\u00f3n de supervisi\u00f3n todav\u00eda est\u00e1 abierta, la puede cerrar ahora. Confirme que quiere cerrar la aplicaci\u00f3n cuando le sea preguntado.", - "\n If you have concerns about your proctoring session results, contact your course team.\n ": "\nSi tiene dudas sobre los resultados de su sesi\u00f3n supervisada, comun\u00edquese con el equipo del curso.", - "\n If you have disabilities,\n you might be eligible for an additional time allowance on timed exams.\n Ask your course team for information about additional time allowances.\n ": "\nSi tiene una discapacidad,\npuede ser eligible para un permiso de tiempo adicional en los ex\u00e1menes cronometrados.\nSolicite informaci\u00f3n sobre tiempo adicional al equipo del curso.", - "\n If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n ": "\nSi tiene preguntas sobre el estado de los resultados de su examen supervisado, cont\u00e1ctese con el equipo de apoyo de %(platform_name)s.", - "\n If you have questions about the status of your requirements for course credit, contact %(platform_name)s Support.\n ": "\nSi tiene preguntas sobre su estado con los requisitos para cr\u00e9dito acad\u00e9mico en este curso, cont\u00e1ctese con el equipo de ayuda para %(platform_name)s.", - "\n Make sure that you have selected \"Submit\" for each problem before you submit your exam.\n ": "\nConfirme que haya seleccionado \"Enviar\" para cada problema antes de enviar el examen completo..", - "\n Practice exams do not affect your grade or your credit eligibility.\n You have completed this practice exam and can continue with your course work.\n ": "\nLos ex\u00e1menes de pr\u00e1ctica no afectan su calificaci\u00f3n ni su elegibilidad para cr\u00e9dito.\nHa completado este examen de pr\u00e1ctica y puede seguir con el curso.", - "\n The due date for this exam has passed\n ": "\nLa fecha l\u00edmite para este examen ha pasado.", - "\n There was a problem with your practice proctoring session\n ": "\nHubo un problema con su sesi\u00f3n supervisada de pr\u00e1ctica.", - "\n This exam is proctored\n ": "\nEste examen es supervisado", - "\n To be eligible for course credit or for a MicroMasters credential, you must pass the proctoring review for this exam.\n ": "\nPara ser elegible para cr\u00e9dito acad\u00e9mico o una credencial MicroMasters, debe aprobar la revisi\u00f3n de supervisi\u00f3n para este examen.", - "\n To view your exam questions and responses, select View my exam. The exam's review status is shown in the left navigation pane.\n ": "\nPara ver las preguntas y respuestas de su examen, seleccione Ver mi examen. El estado de revisi\u00f3n del examen se muestra en el panel de navegaci\u00f3n a la izquierda.", - "\n Try a proctored exam\n ": "\nIntentar un examen supervisado", - "\n View your credit eligibility status on your Progress page.\n ": "\nRevise el estado de su elegibilidad para cr\u00e9dito en su p\u00e1gina de progreso.", - "\n Yes, end my proctored exam\n ": "\nS\u00ed, finalizar mi examen supervisado", - "\n Yes, submit my timed exam.\n ": "\nS\u00ed, enviar my examen cronometrado.", - "\n You are eligible to purchase academic credit for this course if you complete all required exams\n and also achieve a final grade that meets the credit requirements for the course.\n ": "\nUsted es eligible para comprar cr\u00e9dito acad\u00e9mico en este curso si completa todos los ex\u00e1menes requeridos \ny tambi\u00e9n si logra una nota final que cumpla con los requisitos para cr\u00e9dito en este curso.", - "\n You are no longer eligible for academic credit for this course, regardless of your final grade.\n If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n ": "\nYa no es elegible para cr\u00e9dito acad\u00e9mico en este curso independientemente de cualquier calificaci\u00f3n final que haya logrado.\nSi tiene preguntas sobre el estado de los resultados de su examen supervisado, comun\u00edquese con el equipo de ayuda de %(platform_name)s.", - "\n You have submitted this practice proctored exam\n ": "\nHa enviado este examen de pr\u00e1ctica supervisado", - "\n You have submitted this proctored exam for review\n ": "\nHa enviado este examen supervisado para revisi\u00f3n", - "\n Your grade for this timed exam will be immediately available on the Progress page.\n ": "\nSu calificaci\u00f3n de este examen cronometrado estar\u00e1 disponible inmediatamente en la p\u00e1gina de progreso.", - "\n Your practice proctoring results: Unsatisfactory \n ": "\nEl resultado de su sesi\u00f3n supervisada de pr\u00e1ctica: inadecuado ", - "\n Your proctoring session ended before you completed this practice exam.\n You can retry this practice exam if you had problems setting up the online proctoring software.\n ": "\nSu sesi\u00f3n supervisada termin\u00f3 antes de que completara este examen de pr\u00e1ctica.\nPuede comenzar el examen de nuevo si tuvo problemas iniciando el programa de supervisi\u00f3n online.", - "\n Your proctoring session was reviewed and did not pass requirements\n ": "\nSu sesi\u00f3n supervisada fue revisada y no cumpli\u00f3 con los requisitos", - "\n Your proctoring session was reviewed and passed all requirements\n ": "\nSu sesi\u00f3n supervisada fue revisada y cumpli\u00f3 con todos los requisitos", - "\n %(exam_name)s is a Timed Exam (%(total_time)s)\n ": "\n%(exam_name)s es un examen cronometrado (%(total_time)s)", - "\n The following prerequisites are in a pending state and must be successfully completed before you can proceed:\n ": "\nLos siguientes requisitos est\u00e1n en un estado pendiente y tienen que ser cumplidos exitosamente antes de que pueda proceder:", - "\n You can take this exam with proctoring only when all prerequisites have been successfully completed. Check your Progress page to see if prerequisite results have been updated. You can also take this exam now without proctoring, but you will not be eligible for credit.\n ": "\nSolo puede tomar este examen con supervisi\u00f3n una vez haya cumplido con todos los requisitos. Revise su p\u00e1gina de progreso para ver si los resultados de los requisitos han sido actualizados. En este momento puede tomar este examen sin supervisi\u00f3n, pero no ser\u00e1 elegible para cr\u00e9dito acad\u00e9mico.", - "\n You did not satisfy the following prerequisites:\n ": "\nNo cumpli\u00f3 los siguientes prerrequisitos:", - "\n You did not satisfy the requirements for taking this exam with proctoring, and are not eligible for credit. See your Progress page for a list of requirements and your status for each.\n ": "\nNo cumpli\u00f3 los requisitos para hacer este examen con supervisi\u00f3n, y no es elegible para cr\u00e9dito. Revise su p\u00e1gina de progreso para ver una lista de los requisitos y su estado en cada uno.", - "\n You have not completed the prerequisites for this exam. All requirements must be satisfied before you can take this proctored exam and be eligible for credit. See your Progress page for a list of requirements in the order that they must be completed.\n ": "\nNo cumpli\u00f3 los requisitos para hacer este examen con supervisi\u00f3n. Es necesario cumplir todos los requisitos para poder tomar este examen supervisado y ser elegible para cr\u00e9dito. Revise su p\u00e1gina de progreso para una lista de los requisitos y el orden en que se tiene que cumplir cada uno.", - " ${price} {currency} )": " ${price} {currency} )", - " From this point in time, you must follow the online proctoring rules to pass the proctoring review for your exam. ": "A partir de este momento, debe seguir las reglas de supervisi\u00f3n online para aprobar la revisi\u00f3n de la supervisi\u00f3n para su examen.", - " Link": "Enlace", - " Your Proctoring Session Has Started ": "Su Sesi\u00f3n Supervisada Ha Comenzado", - " and ": "y", - " and {num_of_minutes} minute": "y {num_of_minutes} minuto", - " and {num_of_minutes} minutes": "y {num_of_minutes} minutos", - " learner does not exist in LMS and not added to the exception list": "estudiante no existe en el LMS y no se a\u00f1adi\u00f3 a la lista de excepciones", - " learner is already white listed and not added to the exception list": "el estudiante ya est\u00e1 en la lista blanca y no se a\u00f1adi\u00f3 a las excepciones", - " learner is not enrolled in course and not added to the exception list": "el estudiante no est\u00e1 inscrito en el curso y no se a\u00f1adi\u00f3 a la lista de excepciones", - " learner is successfully added to the exception list": "el estudiante fue agregado a la lista de excepci\u00f3n", - " learners are already white listed and not added to the exception list": "los estudiantes ya est\u00e1n en la lista blanca y no se a\u00f1adieron a la lista de excepciones", - " learners are not enrolled in course and not added to the exception list": "los estudiantes no est\u00e1n inscritos en el curso y no se a\u00f1adieron a la lista de excepciones", - " learners are successfully added to exception list": "estudiantes fueron agregados a la lista de excepciones", - " learners do not exist in LMS and not added to the exception list": "los estudiantes no existen en el LMS y no se a\u00f1adieron a la lista de excepciones", - " record is not in correct format and not added to the exception list": "el registro no est\u00e1 en el formato correcto y no se a\u00f1adi\u00f3 a la lista de excepciones", - " records are not in correct format and not added to the exception list": "los registros no est\u00e1n en el formato correcto y no se a\u00f1adieron a la lista de excepciones", - " to complete and submit the exam.": "para completar y enviar el examen.", - "${listPrice}": "${listPrice}", - "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", - "%(download_link_start)sDownload this image (right-click or option-click, save as)%(link_end)s and then %(upload_link_start)supload%(link_end)s it to your backpack.": "%(download_link_start)sDescarga esta imagen (haz clic derecho o pulsa opci\u00f3n, guardar como)%(link_end)s y despu\u00e9s %(upload_link_start)ssubirla%(link_end)s a tu mochila.", - "%(earned)s/%(possible)s point (graded)": [ - "%(earned)s/%(possible)s punto (calificable)", - "%(earned)s/%(possible)s puntos (calificable)" - ], - "%(earned)s/%(possible)s point (ungraded)": [ - "%(earned)s/%(possible)s punto (no calificable)", - "%(earned)s/%(possible)s puntos (no calificable)" - ], + "\n\nThis email is to let you know that the status of your proctoring session review for %(exam_name)s in\n%(course_name)s is %(status)s. If you have any questions about proctoring,\ncontact %(platform)s support at %(contact_email)s.\n\n": "\n\nEste mensaje es para avisarle que el estado de revisi\u00f3n de su examen supervisado para %(exam_name)s en\n%(course_name)s es %(status)s. Si tiene preguntas sobre la supervisi\u00f3n,\ncomun\u00edquese con el equipo de ayuda para %(platform)s en %(contact_email)s.\n\n", + "\n Make sure you are on a computer with a webcam, and that you have valid photo identification\n such as a driver's license or passport, before you continue.\n ": "\nAseg\u00farese de que est\u00e9 usando una computadora con c\u00e1mara web, y que tiene una identificaci\u00f3n fotogr\u00e1fica v\u00e1lida\ncomo una licencia para conducir o un pasaporte, antes de seguir.", + "\n Your verification attempt failed. Please read our guidelines to make\n sure you understand the requirements for successfully completing verification,\n then try again.\n ": "\nSu verificaci\u00f3n no fue aprobada. Por favor, lea nuestra gu\u00eda para asegurarse\nde que entienda los requisitos para completar la verificaci\u00f3n exit\u00f3samente,\ny despu\u00e9s intente de nuevo.", + "\n Your verification has expired. You must successfully complete a new identity verification\n before you can start the proctored exam.\n ": "\nSu verificaci\u00f3n ha expirado. Debe completar la verificaci\u00f3n de identidad nuevamente\nantes de poder iniciar el examen supervisado.", + "\n Your verification is pending. Results should be available 2-3 days after you\n submit your verification.\n ": "\nSu verificaci\u00f3n est\u00e1 en proceso. Los resultados deben estar disponibles entre 2-3 d\u00edas despu\u00e9s del\nenv\u00edo de su verificaci\u00f3n.", + "\n Complete your verification before starting the proctored exam.\n ": "\nComplete su verificaci\u00f3n antes de iniciar el examen supervisado.", + "\n You must successfully complete identity verification before you can start the proctored exam.\n ": "\nEs necesario completar la verificaci\u00f3n de su identidad antes de iniciar el examen supervisado.", + "\n 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 ": "\nNo cierre esta ventana antes de completar su examen. Si la cierra, su sesi\u00f3n supervisada terminar\u00e1, y no completar\u00e1 el examen supervisado.", + "\n Return to the %(platform_name)s course window to start your exam. When you have finished your exam and\n have marked it as complete, you can close this window to end the proctoring session\n and upload your proctoring session data for review.\n ": "\nRegrese a la ventana del curso de %(platform_name)s para iniciar su examen. Una vez que haya completado su examen y\nlo haya marcado como completo, puede cerrar esta ventana para terminar la sesi\u00f3n supervisada\ny enviar su grabaci\u00f3n para la revisi\u00f3n de los supervisores.", + "\n 3. When you have finished setting up proctoring, start the exam.\n ": "\n3. Una vez que haya terminado de configurar la supervisi\u00f3n, inicie el examen.", + "\n Start my exam\n ": "\nIniciar mi examen", + "\n • When you start your exam you will have %(total_time)s to complete it.
\n • You cannot stop the timer once you start.
\n • If time expires before you finish your exam, your completed answers will be\n submitted for review.
\n ": "\n• Una vez que haya iniciado su examen tendr\u00e1 %(total_time)s para completarlo.
\n• No se puede parar el cronometro una vez iniciado.
\n• Si el tiempo se agota antes de que termine su examen, sus respuestas completadas ser\u00e1n\nenviadas para calificaci\u00f3n.
", + "\n 1. Copy this unique exam code. You will be prompted to paste this code later before you start the exam.\n ": "\n1. Copie este c\u00f3digo \u00fanico de examen. Se le pedira introducir este c\u00f3digo m\u00e1s tarde antes de iniciar el examen.", + "\n 2. Follow the link below to set up proctoring.\n ": "\n2. Siga en enlace de abajo para configurar la supervisi\u00f3n", + "\n A new window will open. You will run a system check before downloading the proctoring application.\n ": "\nAparecer\u00e1 una nueva ventana. Usted iniciar\u00e1 una revisi\u00f3n del sistema antes de descargar la aplicaci\u00f3n de supervisi\u00f3n.", + "\n About Proctored Exams\n ": "\nAcerca de los ex\u00e1menes supervisados", + "\n After the due date has passed, you can review the exam, but you cannot change your answers.\n ": "\nDespu\u00e9s de que la fecha l\u00edmite ha pasado, podr\u00e1 revisar el examen, pero no podr\u00e1 cambiar sus respuestas.", + "\n Are you sure you want to take this exam without proctoring?\n ": "\n\u00bfEst\u00e1 seguro que quiere tomar este examen sin supervisi\u00f3n?", + "\n Due to unsatisfied prerequisites, you can only take this exam without proctoring.\n ": "\nDebido a prerrequisitos no cumplidos, solo puede tomar este examen sin supervisi\u00f3n.", + "\n I am not interested in academic credit.\n ": "\nNo tengo inter\u00e9s en cr\u00e9dito acad\u00e9mico.", + "\n I am ready to start this timed exam.\n ": "\nEstoy listo/a para empezar este examen cronometrado.", + "\n If you take this exam without proctoring, you will no longer be eligible for academic credit. \n ": "\nSi toma este examen sin supervisi\u00f3n, ya no ser\u00e1 elegible para cr\u00e9dito acad\u00e9mico. ", + "\n No, I want to continue working.\n ": "\nNo, quiero seguir trabajando.", + "\n No, I'd like to continue working\n ": "\nNo, quiero seguir trabajando.", + "\n Select the exam code, then copy it using Command+C (Mac) or Control+C (Windows).\n ": "\nSeleccione el c\u00f3digo del examen, y c\u00f3pielo usando Command+C (Mac) o Control+C (Windows).", + "\n The time allotted for this exam has expired. Your exam has been submitted and any work you completed will be graded.\n ": "\nEl tiempo permitido para este examen ha vencido. Su examen ha sido enviado y el progreso que complet\u00f3 ser\u00e1 calificado.", + "\n You have submitted your timed exam.\n ": "\nHa enviado su examen cronometrado.", + "\n You will be asked to verify your identity as part of the proctoring exam set up.\n Make sure you are on a computer with a webcam, and that you have valid photo identification\n such as a driver's license or passport, before you continue.\n ": "\nLe ser\u00e1 pedido verificar su identidad como parte de la preparaci\u00f3n para el examen supervisado.\nConfirme que est\u00e9 usando una computadora con una c\u00e1mara web, y que tenga una identificaci\u00f3n fotogr\u00e1fica v\u00e1lida\ncomo una licencia para conducir o un pasaporte, antes de seguir.", + "\n You will be guided through steps to set up online proctoring software and to perform various checks.\n ": "\n Ser\u00e1 guiado en los pasos para establecer el programa de revisi\u00f3n online y como hacer varias verificaciones.\n ", + "\n You will be guided through steps to set up online proctoring software and to perform various checks.
\n ": "\n Ser\u00e1 guiado en los pasos para establecer el programa de revisi\u00f3n online y como hacer varias verificaciones.
\n ", + "\n • After you quit the proctoring session, the recorded data is uploaded for review.
\n • Proctoring results are usually available within 5 business days after you submit your exam.\n ": "\n• Despu\u00e9s de salir de la sesi\u00f3n supervisada, los datos grabados son subidos para revisi\u00f3n.
\n• Los resultados de la sesi\u00f3n supervisada normalmente est\u00e1n disponibles dentro de 5 d\u00edas h\u00e1biles despu\u00e9s de el env\u00edo de su examen.", + "\n A technical error has occurred with your proctored exam. To resolve this problem, contact\n technical support. All exam data, including answers\n for completed problems, has been lost. When the problem is resolved you will need to restart\n the exam and complete all problems again.\n ": "\nSe\u00a0ha producido un error t\u00e9cnico en su examen supervisado. Para resolver el problema, comun\u00edquese con ayuda t\u00e9cnica. Todos los datos del examen, incluso respuestas\npara problemas completados, han sido perdidos. Cuando el problema est\u00e9 resuelto, tendr\u00e1 que reiniciar\nel examen y completar todos los problemas de nuevo.", + "\n After the due date for this exam has passed, you will be able to review your answers on this page.\n ": "\nDespu\u00e9s de que la fecha l\u00edmite de este examen haya pasado, podr\u00e1 revisar sus respuestas en esta p\u00e1gina.", + "\n After you submit your exam, your exam will be graded.\n ": "\nDespu\u00e9s de enviar el examen, el examen ser\u00e1 calificado.", + "\n After you submit your exam, your responses are graded and your proctoring session is reviewed.\n You might be eligible to earn academic credit for this course if you complete all required exams\n as well as achieve a final grade that meets credit requirements for the course.\n ": "\nDespu\u00e9s de enviar su examen, sus respuestas son calificadas y su sesi\u00f3n supervisada es revisada.\nEs posible que Usted sea elegible para obtener cr\u00e9dito acad\u00e9mico para este curso si cumple con todos los ex\u00e1menes requeridos\nadem\u00e1s de lograr una calificaci\u00f3n final que cumple con los requisitos de cr\u00e9dito para el curso.", + "\n Are you sure that you want to submit your timed exam?\n ": "\n\u00bfEst\u00e1 seguro de que quiere enviar su examen cronometrado?", + "\n Are you sure you want to end your proctored exam?\n ": "\n\u00bfEst\u00e1 seguro de que quiere finalizar su examen supervisado?", + "\n Because the due date has passed, you are no longer able to take this exam.\n ": "\nDebido a que la fecha l\u00edmite ha pasado, ya no puede tomar este examen.", + "\n Error with proctored exam\n ": "\nError en examen supervisado", + "\n Follow these instructions\n ": "\nSiga estas instrucciones", + "\n Follow these steps to set up and start your proctored exam.\n ": "\nSiga estos pasos para preparar e iniciar su examen supervisado.", + "\n Get familiar with proctoring for real exams later in the course. This practice exam has no impact\n on your grade in the course.\n ": "\nFamiliaricese con la supervisi\u00f3n para los ex\u00e1menes reales que estar\u00e1n m\u00e1s adelante en el curso. Este examen de pr\u00e1ctica no tiene impacto ninguno\nen su calificaci\u00f3n para el curso.", + "\n If the proctoring software window is still open, you can close it now. Confirm that you want to quit the application when you are prompted.\n ": "\nSi la aplicaci\u00f3n de supervisi\u00f3n todav\u00eda est\u00e1 abierta, la puede cerrar ahora. Confirme que quiere cerrar la aplicaci\u00f3n cuando le sea preguntado.", + "\n If you have concerns about your proctoring session results, contact your course team.\n ": "\nSi tiene dudas sobre los resultados de su sesi\u00f3n supervisada, comun\u00edquese con el equipo del curso.", + "\n If you have disabilities,\n you might be eligible for an additional time allowance on timed exams.\n Ask your course team for information about additional time allowances.\n ": "\nSi tiene una discapacidad,\npuede ser eligible para un permiso de tiempo adicional en los ex\u00e1menes cronometrados.\nSolicite informaci\u00f3n sobre tiempo adicional al equipo del curso.", + "\n If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n ": "\nSi tiene preguntas sobre el estado de los resultados de su examen supervisado, cont\u00e1ctese con el equipo de apoyo de %(platform_name)s.", + "\n If you have questions about the status of your requirements for course credit, contact %(platform_name)s Support.\n ": "\nSi tiene preguntas sobre su estado con los requisitos para cr\u00e9dito acad\u00e9mico en este curso, cont\u00e1ctese con el equipo de ayuda para %(platform_name)s.", + "\n Make sure that you have selected \"Submit\" for each problem before you submit your exam.\n ": "\nConfirme que haya seleccionado \"Enviar\" para cada problema antes de enviar el examen completo..", + "\n Practice exams do not affect your grade or your credit eligibility.\n You have completed this practice exam and can continue with your course work.\n ": "\nLos ex\u00e1menes de pr\u00e1ctica no afectan su calificaci\u00f3n ni su elegibilidad para cr\u00e9dito.\nHa completado este examen de pr\u00e1ctica y puede seguir con el curso.", + "\n The due date for this exam has passed\n ": "\nLa fecha l\u00edmite para este examen ha pasado.", + "\n There was a problem with your practice proctoring session\n ": "\nHubo un problema con su sesi\u00f3n supervisada de pr\u00e1ctica.", + "\n This exam is proctored\n ": "\nEste examen es supervisado", + "\n To be eligible for course credit or for a MicroMasters credential, you must pass the proctoring review for this exam.\n ": "\nPara ser elegible para cr\u00e9dito acad\u00e9mico o una credencial MicroMasters, debe aprobar la revisi\u00f3n de supervisi\u00f3n para este examen.", + "\n To view your exam questions and responses, select View my exam. The exam's review status is shown in the left navigation pane.\n ": "\nPara ver las preguntas y respuestas de su examen, seleccione Ver mi examen. El estado de revisi\u00f3n del examen se muestra en el panel de navegaci\u00f3n a la izquierda.", + "\n Try a proctored exam\n ": "\nIntentar un examen supervisado", + "\n View your credit eligibility status on your Progress page.\n ": "\nRevise el estado de su elegibilidad para cr\u00e9dito en su p\u00e1gina de progreso.", + "\n Yes, end my proctored exam\n ": "\nS\u00ed, finalizar mi examen supervisado", + "\n Yes, submit my timed exam.\n ": "\nS\u00ed, enviar my examen cronometrado.", + "\n You are eligible to purchase academic credit for this course if you complete all required exams\n and also achieve a final grade that meets the credit requirements for the course.\n ": "\nUsted es eligible para comprar cr\u00e9dito acad\u00e9mico en este curso si completa todos los ex\u00e1menes requeridos \ny tambi\u00e9n si logra una nota final que cumpla con los requisitos para cr\u00e9dito en este curso.", + "\n You are no longer eligible for academic credit for this course, regardless of your final grade.\n If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n ": "\nYa no es elegible para cr\u00e9dito acad\u00e9mico en este curso independientemente de cualquier calificaci\u00f3n final que haya logrado.\nSi tiene preguntas sobre el estado de los resultados de su examen supervisado, comun\u00edquese con el equipo de ayuda de %(platform_name)s.", + "\n You have submitted this practice proctored exam\n ": "\nHa enviado este examen de pr\u00e1ctica supervisado", + "\n You have submitted this proctored exam for review\n ": "\nHa enviado este examen supervisado para revisi\u00f3n", + "\n Your grade for this timed exam will be immediately available on the Progress page.\n ": "\nSu calificaci\u00f3n de este examen cronometrado estar\u00e1 disponible inmediatamente en la p\u00e1gina de progreso.", + "\n Your practice proctoring results: Unsatisfactory \n ": "\nEl resultado de su sesi\u00f3n supervisada de pr\u00e1ctica: inadecuado ", + "\n Your proctoring session ended before you completed this practice exam.\n You can retry this practice exam if you had problems setting up the online proctoring software.\n ": "\nSu sesi\u00f3n supervisada termin\u00f3 antes de que completara este examen de pr\u00e1ctica.\nPuede comenzar el examen de nuevo si tuvo problemas iniciando el programa de supervisi\u00f3n online.", + "\n Your proctoring session was reviewed and did not pass requirements\n ": "\nSu sesi\u00f3n supervisada fue revisada y no cumpli\u00f3 con los requisitos", + "\n Your proctoring session was reviewed and passed all requirements\n ": "\nSu sesi\u00f3n supervisada fue revisada y cumpli\u00f3 con todos los requisitos", + "\n %(exam_name)s is a Timed Exam (%(total_time)s)\n ": "\n%(exam_name)s es un examen cronometrado (%(total_time)s)", + "\n The following prerequisites are in a pending state and must be successfully completed before you can proceed:\n ": "\nLos siguientes requisitos est\u00e1n en un estado pendiente y tienen que ser cumplidos exitosamente antes de que pueda proceder:", + "\n You can take this exam with proctoring only when all prerequisites have been successfully completed. Check your Progress page to see if prerequisite results have been updated. You can also take this exam now without proctoring, but you will not be eligible for credit.\n ": "\nSolo puede tomar este examen con supervisi\u00f3n una vez haya cumplido con todos los requisitos. Revise su p\u00e1gina de progreso para ver si los resultados de los requisitos han sido actualizados. En este momento puede tomar este examen sin supervisi\u00f3n, pero no ser\u00e1 elegible para cr\u00e9dito acad\u00e9mico.", + "\n You did not satisfy the following prerequisites:\n ": "\nNo cumpli\u00f3 los siguientes prerrequisitos:", + "\n You did not satisfy the requirements for taking this exam with proctoring, and are not eligible for credit. See your Progress page for a list of requirements and your status for each.\n ": "\nNo cumpli\u00f3 los requisitos para hacer este examen con supervisi\u00f3n, y no es elegible para cr\u00e9dito. Revise su p\u00e1gina de progreso para ver una lista de los requisitos y su estado en cada uno.", + "\n You have not completed the prerequisites for this exam. All requirements must be satisfied before you can take this proctored exam and be eligible for credit. See your Progress page for a list of requirements in the order that they must be completed.\n ": "\nNo cumpli\u00f3 los requisitos para hacer este examen con supervisi\u00f3n. Es necesario cumplir todos los requisitos para poder tomar este examen supervisado y ser elegible para cr\u00e9dito. Revise su p\u00e1gina de progreso para una lista de los requisitos y el orden en que se tiene que cumplir cada uno.", + " ${price} {currency} )": " ${price} {currency} )", + " From this point in time, you must follow the online proctoring rules to pass the proctoring review for your exam. ": "A partir de este momento, debe seguir las reglas de supervisi\u00f3n online para aprobar la revisi\u00f3n de la supervisi\u00f3n para su examen.", + " Link": "Enlace", + " Your Proctoring Session Has Started ": "Su Sesi\u00f3n Supervisada Ha Comenzado", + " and ": "y", + " and {num_of_minutes} minute": "y {num_of_minutes} minuto", + " and {num_of_minutes} minutes": "y {num_of_minutes} minutos", + " learner does not exist in LMS and not added to the exception list": "estudiante no existe en el LMS y no se a\u00f1adi\u00f3 a la lista de excepciones", + " learner is already white listed and not added to the exception list": "el estudiante ya est\u00e1 en la lista blanca y no se a\u00f1adi\u00f3 a las excepciones", + " learner is not enrolled in course and not added to the exception list": "el estudiante no est\u00e1 inscrito en el curso y no se a\u00f1adi\u00f3 a la lista de excepciones", + " learner is successfully added to the exception list": "el estudiante fue agregado a la lista de excepci\u00f3n", + " learners are already white listed and not added to the exception list": "los estudiantes ya est\u00e1n en la lista blanca y no se a\u00f1adieron a la lista de excepciones", + " learners are not enrolled in course and not added to the exception list": "los estudiantes no est\u00e1n inscritos en el curso y no se a\u00f1adieron a la lista de excepciones", + " learners are successfully added to exception list": "estudiantes fueron agregados a la lista de excepciones", + " learners do not exist in LMS and not added to the exception list": "los estudiantes no existen en el LMS y no se a\u00f1adieron a la lista de excepciones", + " record is not in correct format and not added to the exception list": "el registro no est\u00e1 en el formato correcto y no se a\u00f1adi\u00f3 a la lista de excepciones", + " records are not in correct format and not added to the exception list": "los registros no est\u00e1n en el formato correcto y no se a\u00f1adieron a la lista de excepciones", + " to complete and submit the exam.": "para completar y enviar el examen.", + "${listPrice}": "${listPrice}", + "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", "%(errorCount)s error found in form.": [ - "%(errorCount)s error en el formulario.", + "%(errorCount)s error en el formulario.", "%(errorCount)s errores en el formulario." - ], - "%(field)s can only contain up to %(count)d characters.": "%(field)s solo puede contener hasta %(count)d caracteres.", - "%(field)s must have at least %(count)d characters.": "%(field)s debe tener al menos %(count)d caracteres.", - "%(memberCount)s / %(maxMemberCount)s Member": [ - "%(memberCount)s / %(maxMemberCount)s Miembro", - "%(memberCount)s / %(maxMemberCount)s Miembros" - ], - "%(new_item_message)s": "%(new_item_message)s", - "%(num_points)s point possible (graded)": [ - "%(num_points)s punto posible (calificable)", - "%(num_points)s puntos posibles (calificable)" - ], - "%(num_points)s point possible (graded, results hidden)": [ - "%(num_points)s punto posible (calificable, resultados ocultos)", - "%(num_points)s Puntos posibles (calificable, resultados ocultos)" - ], - "%(num_points)s point possible (ungraded)": [ - "%(num_points)s punto posible (no calificable)", - "%(num_points)s puntos posibles (no calificable)" - ], - "%(num_points)s point possible (ungraded, results hidden)": [ - "%(num_points)s Punto posible (no calificable, resultados ocultos)", - "%(num_points)s puntos posibles (no calificable, resultados ocultos)" - ], + ], + "%(field)s can only contain up to %(count)d characters.": "%(field)s solo puede contener hasta %(count)d caracteres.", + "%(field)s must have at least %(count)d characters.": "%(field)s debe tener al menos %(count)d caracteres.", + "%(new_item_message)s": "%(new_item_message)s", "%(num_questions)s question": [ - "%(num_questions)s pregunta", + "%(num_questions)s pregunta", "%(num_questions)s preguntas" - ], + ], "%(num_students)s student": [ - "%(num_students)s estudiante", + "%(num_students)s estudiante", "%(num_students)s estudiantes" - ], + ], "%(num_students)s student opened Subsection": [ - "%(num_students)s estudiante abri\u00f3 la subsecci\u00f3n", + "%(num_students)s estudiante abri\u00f3 la subsecci\u00f3n", "%(num_students)s estudiantes abrieron la subsecci\u00f3n" - ], - "%(programName)s Home Page.": "P\u00e1gina de inicio de %(programName)s.", + ], + "%(programName)s Home Page.": "P\u00e1gina de inicio de %(programName)s.", "%(sel)s of %(cnt)s selected": [ - "%(sel)s de %(cnt)s seleccionado", + "%(sel)s de %(cnt)s seleccionado", "%(sel)s de %(cnt)s seleccionados" - ], - "%(team_count)s Team": [ - "%(team_count)s Equipo", - "%(team_count)s Equipos" - ], - "%(type)s Component Template Menu": "Plantilla de men\u00fa de componentes %(type)s", + ], + "%(type)s Component Template Menu": "Plantilla de men\u00fa de componentes %(type)s", "%(value)s hour": [ - "%(value)s hora", + "%(value)s hora", "%(value)s horas" - ], + ], "%(value)s minute": [ - "%(value)s minuto", + "%(value)s minuto", "%(value)s minutos" - ], + ], "%(value)s second": [ - "%(value)s segundo", + "%(value)s segundo", "%(value)s segundos" - ], + ], "%d day": [ - "%d d\u00eda", + "%d d\u00eda", "%d d\u00edas" - ], + ], "%d minute": [ - "%d minuto", + "%d minuto", "%d minutos" - ], + ], "%d month": [ - "%d mes", + "%d mes", "%d meses" - ], + ], "%d year": [ - "%d a\u00f1o", + "%d a\u00f1o", "%d a\u00f1os" - ], - "%s ago": "hace %s", - "%s from now": "%s a partir de ahora", - "(Add signatories for a certificate)": "(A\u00f1adir signatarios para el certificado)", - "(Caption will be displayed when you start playing the video.)": "(Los subt\u00edtulos ser\u00e1n mostrados al iniciar la reproducci\u00f3n del video.)", - "(Optional)": "(Opcional)", - "(Read-only)": "(Solo-lectura)", - "(Required Field)": "(Campo requerido)", - "(Self-paced) Ended {end}": "(A ritmo propio) Terminado {end}", - "(Self-paced) Ends {end}": "(A ritmo propio)Termina{end}", - "(Self-paced) Started {start}": "(A ritmo propio) Empezado {start}", - "(Self-paced) Starts {start}": "(A su propio ritmo) Empieza {start}", + ], + "%s ago": "hace %s", + "%s from now": "%s a partir de ahora", + "(Add signatories for a certificate)": "(A\u00f1adir signatarios para el certificado)", + "(Caption will be displayed when you start playing the video.)": "(Los subt\u00edtulos ser\u00e1n mostrados al iniciar la reproducci\u00f3n del video.)", + "(Optional)": "(Opcional)", + "(Read-only)": "(Solo-lectura)", + "(Required Field)": "(Campo requerido)", + "(Self-paced) Ended {end}": "(A ritmo propio) Terminado {end}", + "(Self-paced) Ends {end}": "(A ritmo propio)Termina{end}", + "(Self-paced) Started {start}": "(A ritmo propio) Empezado {start}", + "(Self-paced) Starts {start}": "(A su propio ritmo) Empieza {start}", "(contains %(student_count)s student)": [ - "(contiene %(student_count)s estudiante)", + "(contiene %(student_count)s estudiante)", "(contiene %(student_count)s estudiantes)" - ], - "(optional)": "(opcional)", - "(required)": "(requerido)", - "(required):": "(requerido):", - "- Sortable": "- Ordenable", - "6 a.m.": "6 a.m.", - "6 p.m.": "6 p.m.", - ": video upload complete.": ": carga del video completa.", - "<%= user %> already in exception list.": "<%= user %> ya se encuentra en la lista de excepciones.", - "<%= user %> has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.": "<%= user %> ha sido a\u00f1adido a la lista de excepciones. Haz clic en Generar cerfificado de excepci\u00f3n para enviar este certificado.", - "A Password is required": "Se requiere una contrase\u00f1a", - "A driver's license, passport, or government-issued ID with your name and photo.": "Una licencia de conducir, pasaporte, c\u00e9dula o otra identificaci\u00f3n oficial con su nombre y foto", - "A driver's license, passport, or other government-issued ID with your name and photo": "Una licencia de conducir, pasaporte, c\u00e9dula o otra identificaci\u00f3n oficial con su nombre y foto", - "A highlight to look forward to this week.": "Un destacado esperado para esta semana.", - "A list of courses you have just enrolled in as a verified student": "Lista de cursos que te has inscrito como estudiante verificado", - "A name that identifies your team (maximum 255 characters).": "Nombre que identifica al equipo (m\u00e1ximo 255 caracteres).", - "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "Descripci\u00f3n corta del equipo para ayudar a otros estudiantes a entender los objetivos o enfoques del equipo (m\u00e1ximo 300 caracteres).", - "A valid email address is required": "Un email correcto es requerido.", - "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "ABCDEFGHIJKLMN\u00d1OPQRSTUVWXYZ", - "API Key": "Llave API", - "API Secret": "Secreto API", - "Abbreviation": "Abreviatura", - "About Me": "Sobre M\u00ed", - "About You": "Acerca de usted", - "About me": "Sobre m\u00ed", - "Access to some content in this unit is restricted to specific groups of learners": "Acceso a ciertos contenidos en esta unidad est\u00e1 restringido a grupos espec\u00edficos de estudiantes.", - "Access to some content in this {blockType} is restricted to specific groups of learners.": "El acceso a algunos contenidos en este {blockType} est\u00e1 restringido a grupos espec\u00edficos de estudiantes.", - "Access to this unit is restricted to: {selectedGroupsLabel}": "El acceso a esta unidad est\u00e1 restringida a: {selectedGroupsLabel}", - "Access to this {blockType} is restricted to: {selectedGroupsLabel}": "El acceso a este {blockType} est\u00e1 restringido a: {selectedGroupsLabel}", - "Accomplishments": "Logros", - "Accomplishments Pagination": "Paginaci\u00f3n de Logros", - "Account": "Cuenta", - "Account Information": "Informaci\u00f3n de la cuenta", - "Account Not Activated": "Cuenta no activada", - "Account Settings": "Configuraci\u00f3n de cuenta", - "Account Settings page.": "P\u00e1gina de configuraci\u00f3n de cuenta.", - "Account deletion, including removal from email lists, may take a few weeks to fully process through our system. If you want to opt-out of emails before then, please unsubscribe from the footer of any email.": "La eliminaci\u00f3n de cuenta, incluyendo la eliminaci\u00f3n de las listas de correo electr\u00f3nico, puede tardar unas semanas en procesarse totalmente en nuestro sistema. Si quieres renunciar a recibir correos antes de que la eliminaci\u00f3n se haya completado, por favor date de baja mediante el enlace que aparece al final de los correos.", - "Action": "Acci\u00f3n", - "Action required: Enter a valid date.": "Acci\u00f3n requerida: Introduzca una fecha v\u00e1lida.", - "Actions": "Acciones", - "Activate": "Activar", - "Activate Your Account": "Activar su cuenta", - "Activating a link in this group will skip to the corresponding point in the video.": "Activar un enlace en este grupo har\u00e1 que el video salte al momento correspondiente.", - "Active": "Activo", - "Active Uploads": "Cargas activas", - "Add": "A\u00f1adir", - "Add Additional Signatory": "A\u00f1adir signatario adicional", - "Add Attachment": "A\u00f1adir Archivo Adjunto", - "Add Cohort": "A\u00f1adir cohorte", - "Add Component:": "A\u00f1adir Componente:", - "Add Country": "A\u00f1adir pa\u00eds", - "Add Learners": "Agregar Estudiantes", - "Add New Component": "A\u00f1adir nuevo Componente", - "Add Thumbnail": "Agregar imagen miniatura", - "Add Thumbnail - {videoName}": "Agregar imagen miniatura - {videoName}", - "Add URLs for additional versions": "A\u00f1ada URLs para las versiones adicionales", - "Add a Chapter": "A\u00f1adir cap\u00edtulo", - "Add a New Cohort": "A\u00f1adir NuevaCohorte", - "Add a learning outcome here": "Agregar Resultado de aprendizaje", - "Add another group": "A\u00f1adir nuevo grupo", - "Add language": "A\u00f1adir idioma", - "Add learners to this cohort": "Agregar estudiantes a este cohorte", - "Add notes about this learner": "A\u00f1ada una nota o comentario sobre este estudiante", - "Add to Dictionary": "Agregar al diccionario", - "Add to Exception List": "Agregar a lista de excepciones", - "Add your first content group": "Agrege su primer grupo de contenido", - "Add your first group configuration": "Agregue su primera configuraci\u00f3n de grupo", - "Add your first textbook": "A\u00f1ada su primer libro de texto", - "Add {role} Access": "A\u00f1adir permisos de {role}", - "Adding": "A\u00f1adiendo", - "Adding the selected course to your cart": "A\u00f1adiendo el curso seleccionado a tu carrito de compras", - "Additional Credit Opportunities": "Oportunidades Adicionales de Cr\u00e9dito", - "Additional Information": "Informaci\u00f3n adicional", - "Additional Professional Opportunities": "Oportunidades Profesionales Adicionales", - "Additional Time (minutes)": "Tiempo adicional (minutos)", - "Additional posts could not be loaded. Refresh the page and try again.": "No se pudieron cargar las publicaciones adicionales. Recarga la p\u00e1gina e intenta nuevamente.", - "Additional responses could not be loaded. Refresh the page and try again.": "No se pudieron cargar respuestas adicionales. Recarga la p\u00e1gina e intenta nuevamente.", - "Adjust video speed": "Ajustar velocidad del video", - "Adjust video volume": "Ajustar volumen del video", - "Admin": "Administrador", - "Advanced": "Avanzado", - "After the course\\'s end date has passed, learners can no longer access subsection content. The subsection remains included in grade calculations.": "Despu\u00e9s que la fecha de caducidad del curso haya pasado, los estudiantes ya no pueden acceder a las subsecci\u00f3n del contenido. La subsecci\u00f3n permanece incluida en el c\u00e1lculo del grado.", - "After the subsection\\'s due date has passed, learners can no longer access its content. The subsection remains included in grade calculations.": "Despu\u00e9s de que la fecha l\u00edmite para la subsecci\u00f3n haya pasado, los estudiantes ya no podr\u00e1n acceder a su contenido. La subsecci\u00f3n sigue incluida en los c\u00e1lculos de calificaciones.", - "After you select ": "Despu\u00e9s de seleccionar", - "After you upload new files all your previously uploaded files will be overwritten. Continue?": "Despu\u00e9s de subir nuevos archivos, todos sus archivos subidos anteriormente ser\u00e1n borrados. \u00bfProceder?", - "Align center": "Centrar", - "Align left": "Alienar a la izquierda", - "Align right": "Alinear a la derecha", - "Alignment": "Alinear a la", - "All Learners and Staff": "Todos los estudiantes y equipo del curso", - "All Posts": "Todas las publicaciones", - "All Rights Reserved": "Todos los derechos reservados", - "All Time Zones": "Todas las zonas horarias", - "All Topics": "Todos los temas", - "All Unreviewed": "Todos los no revisados", - "All Unreviewed Failures": "Todos los fracasos no revisados", - "All accounts were created successfully.": "Todas las cuentas fueron creadas exitosamente.", - "All chapters must have a name and asset": "Todos los cap\u00edtulos deben tener un nombre y un recurso", - "All groups must have a name.": "Todos los grupos deben tener nombre.", - "All groups must have a unique name.": "Todos los equipos deben tener un nombre \u00fanico.", - "All learners in the {cohort_name} cohort": "Todos los estudiantes que est\u00e1n en la cohorte {cohort_name}", - "All learners in the {track_name} track": "Todos los estudiantes en la ruta {track_name}", - "All learners who are enrolled in this course": "Todos los estudiantes que est\u00e1n inscritos en el curso", - "All payment options are currently unavailable.": "Ning\u00fan m\u00e9todo de pago est\u00e1 disponible en este momento.", - "All professional education courses are fee-based, and require payment to complete the enrollment process.": "Todos los cursos de educaci\u00f3n profesional son basados en honorarios, y requieren el pago para completar el proceso de inscripci\u00f3n.", - "All subsections": "Todas las subsecciones", - "All teams": "Todos los equipos", - "All topics": "Todos los temas", - "All units": "Todas las unidades", - "All users on the Exception list": "Todos los usuarios en la Lista de Excepci\u00f3n", - "All users on the Exception list who do not yet have a certificate": "Todos los usuarios en la Lista de Excepci\u00f3n quienes aun no tienen un certificado", - "Allow others to copy, distribute, display and perform only verbatim copies of your work, not derivative works based upon it. This option is incompatible with \"Share Alike\".": "Permitir que otros copien, distribuyan, muestren y representen solamente copias literales de tu trabajo, pero no trabajos derivados basados en este. Esta opci\u00f3n es incompatible con \u201cCompartir igual\u201d", - "Allow others to copy, distribute, display and perform your copyrighted work but only if they give credit the way you request. Currently, this option is required.": "Permitir que otros copien, distribuyan, muestren y represente tu trabajo con derechos de autor siempre y cuando se reconozca el cr\u00e9dito correspondiente de la forma que t\u00fa especifiques. Actualmente esta opci\u00f3n es necesaria.", - "Allow others to copy, distribute, display and perform your work - and derivative works based upon it - but for noncommercial purposes only.": "Permitir que otros copien, distribuyan, muestren y representen tu trabajo \u2013 y otros trabajos derivados basados en este \u2013 pero solamente para fines no comerciales.", - "Allow others to distribute derivative works only under a license identical to the license that governs your work. This option is incompatible with \"No Derivatives\".": "Permitir la distribuci\u00f3n de obras derivadas solamente bajo una licencia id\u00e9ntica a la licencia que regula la obra original. Esta opci\u00f3n es incompatible con \u201cNo Derivadas\u201d. ", - "Allow students to generate certificates for this course?": "\u00bfPermitir a los estudiantes generar certificados para este curso ?", - "Already a course team member": "Ya un miembro del equipo del curso.", - "Already a library team member": "Ya es un miembro del equipo de la librer\u00eda", - "Already a member": "Ya es miembro", - "Already have an {platformName} account?": "\u00bfYa tiene una cuenta en la plataforma {platformName}?", - "Alternative source": "Fuente alternativa", - "Always divide content-specific discussion topics": "Dividir siempre el contenido espec\u00edfico de los temas de la discusi\u00f3n.", - "Always show assessment results": "Mostrar siempre los resultados de la evaluaci\u00f3n", - "Amount": "Cantidad", - "An email has been sent to {userEmail} with a link for you to activate your account.": "Un correo electr\u00f3nico ha sido enviado a su {userEmail} con un enlaze para activar su cuenta.", - "An error has occurred. Check your Internet connection and try again.": "Ha ocurrido un error. Revisa su conexi\u00f3n a Internet e intenta nuevamente.", - "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "Ha ocurrido un error. Aseg\u00farate de que est\u00e1 conectado a Internet y luego recarga la p\u00e1gina.", - "An error has occurred. Please try again later.": "Ocurri\u00f3 un error. Por favor intenta nuevamente m\u00e1s tarde.", - "An error has occurred. Please try again.": "Ocurri\u00f3 un error. Por favor intenta nuevamente.", - "An error has occurred. Please try reloading the page.": "Ocurri\u00f3 un error. Por favor, intenta recargar la p\u00e1gina.", - "An error has occurred. Refresh the page, and then try again.": "Ha ocurrido un error. Refresca la p\u00e1gina e intenta nuevamente.", - "An error has occurred. Try refreshing the page, or check your Internet connection.": "Ha ocurrido un error. Intenta recargar la p\u00e1gina o revisa tu conexi\u00f3n a Internet.", - "An error has occurred. Wait a few minutes, and then try again.": "Un error ha ocurrido. Espere unos pocos minutos e intenta de nuevo.", - "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "Ocurri\u00f3 un error al recuperar tu correo. Por favor intenta nuevamente m\u00e1s tarde. Si el problema persiste, contacta a soporte t\u00e9cnico.", - "An error occurred when signing you in to %s.": "Ocurri\u00f3 un error al iniciar tu sesi\u00f3n en %s.", - "An error occurred while removing the member from the team. Try again.": "Ocurri\u00f3 un error al remover al miembro del equipo. Intenta nuevamente. ", - "An error occurred.": "Ha ocurrido un error.", - "An error occurred. Make sure that the student's username or email address is correct and try again.": "Un error ha ocurrido. Aseg\u00farate que el nombre de usuario o email del estudiante es correcto e intenta de nuevo.", - "An error occurred. Please reload the page.": "Ocurri\u00f3 un error. Por favor recargue la p\u00e1gina.", - "An error occurred. Please try again.": "Ocurri\u00f3 un error. Por favor, intenta nuevamente.", - "An error occurred. Try again.": "Ocurri\u00f3 un error. Intenta nuevamente.", - "An unexpected error occurred. Please try again.": "Se produjo un error inesperado. Por favor, int\u00e9ntalo nuevamente.", - "Anchor": "Ancla", - "Anchors": "Anclas", - "Any content that has listed this content as a prerequisite will also have access limitations removed.": "Se eliminar\u00e1n las restricciones de acceso a cualquier contenido que inscriba este contenido como prerrequisito.", - "Any course progress or grades from your current session will be lost.": "Se perder\u00e1 cualquier calificaci\u00f3n o progreso del curso en la sesi\u00f3n actual. ", - "Any divided discussion topics are divided based on cohort.": "La divisi\u00f3n de temas de discusi\u00f3n se basa en el cohorte.", - "Any divided discussion topics are divided based on enrollment track.": "La divisi\u00f3n de temas de discusi\u00f3n se basa en la ruta de inscripci\u00f3n.", - "April": "Abril", - "Are you having trouble finding a team to join?": "\u00bfTiene problemas para encontrar un equipo al cual unirse?", - "Are you sure that you want to leave this session?": "\u00bf Est\u00e1 seguro de que quiere salir de esta sesi\u00f3n?", - "Are you sure you want to change to a different session?": "\u00bfEst\u00e1 seguro de que quiere cambiar a una sesi\u00f3n diferente?", - "Are you sure you want to delete this comment?": "\u00bfEst\u00e1s seguro de que deseas borrar este comentario?", - "Are you sure you want to delete this page? This action cannot be undone.": "\u00bfEst\u00e1s seguro de que deseas borrar esta p\u00e1gina? Esta acci\u00f3n no se puede deshacer.", - "Are you sure you want to delete this post?": "\u00bfEst\u00e1s seguro de que deseas borrar esta publicaci\u00f3n?", - "Are you sure you want to delete this response?": "\u00bfEst\u00e1s seguro de que deseas borrar esta respuesta?", - "Are you sure you want to delete this update?": "\u00bfEst\u00e1 seguro de que quiere borrar esta actualizaci\u00f3n?", - "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "\u00bfEst\u00e1 seguro de que desea borrar {email} del equipo del curso \u201c{container}\u201d?", - "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "\u00bfEst\u00e1 seguro de que desea borrar {email} de la librer\u00eda \u201c{container}\u201d?", - "Are you sure you want to remove this transcript?": "\u00bfEsta seguro de que quiere eliminar esta transcripci\u00f3n?", - "Are you sure you want to remove this video from the list?": "\u00bfEst\u00e1 seguro que quiere eliminar este video de la lista?", - "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "\u00bfEst\u00e1 seguro de que desea restringir el acceso de {email} a \u201c{container}\u201d?", - "Are you sure you want to revert to the last published version of the unit? You cannot undo this action.": "\u00bfEst\u00e1s seguro de que deseas revertir el contenido de esta unidad a la ultima versi\u00f3n publicada? Esta acci\u00f3n no se puede deshacer.", - "Are you sure you want to select this session?": "\u00bfEst\u00e1 seguro de que quiere seleccionar esta sesi\u00f3n?", - "Are you sure you want to unenroll from the purchased course {courseName} ({courseNumber})?": "\u00bfSeguro que quieres cancelar tu inscripci\u00f3n al curso pagado {courseName} ({courseNumber})?", - "Are you sure you want to unenroll from the verified {certNameLong} track of {courseName} ({courseNumber})?": "\u00bfSeguro que quieres cancelar tu inscripci\u00f3n a la opci\u00f3n verificada {certNameLong} de {courseName} ({courseNumber})?", - "Are you sure you want to unenroll from the verified {certNameLong} track of {courseName} ({courseNumber})?": "\u00bfSeguro que quieres cancelar tu inscripci\u00f3n a la opci\u00f3n verificada {certNameLong} de {courseName} ({courseNumber})?", - "Are you sure you want to unenroll from {courseName} ({courseNumber})?": "\u00bfSeguro que quieres cancelar tu inscripci\u00f3n al curso {courseName} ({courseNumber})?", - "Are you sure you want to unenroll from {courseName} ({courseNumber})? You will be refunded the amount you paid.": "\u00bf Est\u00e1 seguro que quiere cancelar la inscripci\u00f3n del curso {courseName} ({courseNumber})? Se reembolsar\u00e1 el dinero que pag\u00f3.", - "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "\u00bfEst\u00e1 seguro de que desea borrar este \u00edtem?. \u00a1Esta acci\u00f3n no puede revertirse!\n\nCualquier contenido que haga referencia a este \u00edtem dejar\u00e1 de funcionar (im\u00e1genes o v\u00ednculos)", - "Are you sure?": "\u00bfEst\u00e1 seguro?", - "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "Como parte del proceso de verificaci\u00f3n, usted debe tomar una foto de su cara y de su documento de identidad. Nuestro servicio de autorizaci\u00f3n confirmar\u00e1 su identidad comparando la foto que usted se toma con la foto en su documento.", - "As you complete courses, you will see them listed here.": "Mientras completas cursos, los ver\u00e1s enumerados aqu\u00ed.", - "Assessment": "Evaluaci\u00f3n", - "Assessment Results Visibility": "Visibilidad de los resultados de la evaluaci\u00f3n", - "Assessments": "Evaluaciones", - "Assign learners to cohorts by uploading a CSV file": "Asignar estudiantes a cohortes subiendo un archivo CSV", - "Assign students to cohorts by uploading a CSV file.": "Asignar estudiantes al cohorte cargando un archivo CSV.", - "Assignment Type Name": "Nombre del tipo de tarea", - "Associated Content Group": "Contenido de grupo asociado ", - "Attribution": "Atribuci\u00f3n", - "August": "Agosto", - "Author": "Autor", - "Auto-advance": "Avance autom\u00e1tico", - "Automated Transcripts": "Transcripciones automatizadas", - "Automatic": "Autom\u00e1tico", - "Automatic transcripts are disabled.": "Transcripciones autom\u00e1ticas est\u00e1n deshabilitadas", - "Available %s": "%s Disponibles", - "Average": "Normal", - "Back to Full List": "Volver a la lista completa", - "Back to sign in": "Volver al inicio", - "Back to {platform} FAQs": "Regresar a FAQs de {platform}", - "Background color": "Color de fondo", - "Basic": "B\u00e1sico", - "Basic Account Information": "Informaci\u00f3n b\u00e1sica de la cuenta", - "Be sure your entire face is inside the frame": "Verifique que su cara est\u00e1 completamente dentro del marco de la foto", - "Before proceeding, please confirm that your details match": "Antes de continuar, por favor confirme que sus datos sean correctos.", - "Before proceeding, please {htmlStart}activate your account{htmlEnd}.": "Antes de continuar, por favor {htmlStart} active su cuenta {htmlEnd}.", - "Before proceeding, please {htmlStart}unlink all social media accounts{htmlEnd}.": "Antes de proceder, por favor {htmlStart}desvincular todas las cuentas de redes sociales{htmlEnd}.", - "Before you upgrade to a certificate track, you must activate your account.": "Antes de ascender a la ruta de certificado verificado, deber\u00e1 activar su cuenta.", - "Billed to": "Facturado a", - "Billing/Payment Options": "Facturaci\u00f3n/Opciones de pago", - "Biography": "Biograf\u00eda", - "Block view is unavailable": "Vista de bloque no disponible", - "Blockquote": "Comillas", - "Blockquote (Ctrl+Q)": "Comillas (Ctrl+Q)", - "Blocks": "Bloques", - "Body": "Cuerpo", - "Bold": "Negrita", - "Bold (Ctrl+B)": "Negrita (Ctrl+B)", - "Bookmark this page": "Marcar esta p\u00e1gina", - "Bookmarked": "A\u00f1adido a marcadores", - "Bookmarked on": "A\u00f1adido a marcadores en", - "Border": "Borde", - "Border color": "Color de borde", - "Bottom": "Base", - "Browse": "Explorar", - "Browse recently launched courses and see what\\'s new in your favorite subjects": "Echa un vistazo a nuestros cursos lanzados recientemente y qu\u00e9 hay de nuevo en tus temas favoritos.", - "Browsing": "Explorando", - "Bulk Exceptions": "Excepciones en lote", - "Bullet list": "Lista con vi\u00f1etas", - "Bulleted List (Ctrl+U)": "Vi\u00f1etas (Ctrl+U)", - "COMPLETED COURSES": "CURSOS COMPLETADOS", - "COURSES IN PROGRESS": "CURSOS EN PROGRESO", - "Can I request additional time to complete my exam?": "\u00bfPuedo pedir tiempo adicional para completar mi examen?", - "Can we match the photo you took with the one on your ID?": "\u00bfPodemos verificar la foto que usted acaba de tomar contra la foto en su documento de identificaci\u00f3n?", - "Cancel": "Cancelar", - "Cancel enrollment code": "Cancelar c\u00f3digo de inscripci\u00f3n", - "Cancel team creating.": "Cancelar la creaci\u00f3n del equipo.", - "Cancel team updating.": "Cancelar la actualizaci\u00f3n", - "Cancel upload": "Cancelar subida del archivo", - "Cannot Start Proctored Exam": "No se puede Iniciar el Examen Supervisado", - "Cannot delete when in use by a unit": "No puede borrar cuando esta en uso por una unidad", - "Cannot delete when in use by an experiment": "No se puede borrar mientras est\u00e9 en uso por un experimento", - "Cannot drop more <%= types %> assignments than are assigned.": "No se pueden borrar m\u00e1s asignaciones de <%= types %> de los que son asignados.", - "Caption": "Leyenda", - "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "Atenci\u00f3n: La \u00faltima versi\u00f3n publicada de esta unidad est\u00e1 en vivo. Al publicar los cambios, cambiar\u00e1 la experiencia de los estudiantes.", - "Cell": "Celda", - "Cell padding": "Espaciado del borde de la celda", - "Cell properties": "Propiedades de la celda", - "Cell spacing": "Espaciado de la celda", - "Cell type": "Tipo de celda", - "Center": "Centrado", - "Certificate Details": "Detalles del certificado", - "Certificate Generated": "Certificado generado", - "Certificate Information": "Informaci\u00f3n del certificado", - "Certificate Name": "Nombre del certificado", - "Certificate Purchased": "Certificado Comprado", - "Certificate Signatories": "Signatarios del certificado", - "Certificate Signatory Configuration": "Configuraci\u00f3n de signatarios", - "Certificate Status:": "Estado del Certificado:", - "Certificate has been successfully invalidated for <%= user %>.": "Certificado ha sido invalidado exitosamente para <%= user %>.", - "Certificate name is required.": "Se requiere un nombre para el certificado.", - "Certificate of <%= user %> has already been invalidated. Please check your spelling and retry.": "El certificado de <%= user %> ya ha sido invalidado. Por favor verifica los datos y vuelve a intentarlo.", - "Certificates": "Certificados", - "Change": "Cambiar", - "Change Enrollment": "Cambiar inscripci\u00f3n", - "Change Manually": "Cambiar Manualmente", - "Change My Email Address": "Cambiar mi direcci\u00f3n de correo electr\u00f3nico", - "Change Session": "Cambiar sesi\u00f3n", - "Change image": "Cambiar imagen", - "Change or Leave Session": "Cambia o abandona la edici\u00f3n", - "Change to a different session or leave the current session.": "Cambiar a una sesi\u00f3n diferente o salir de la secci\u00f3n actual.", - "Changes to steps that are not selected as part of the assignment will not be saved.": "Los cambios en los pasos que no est\u00e1n seleccionados como parte de la tarea no ser\u00e1n guardados.", - "Chapter Asset": "Recursos del cap\u00edtulo", - "Chapter Name": "Nombre del cap\u00edtulo", - "Chapter information": "Informaci\u00f3n del cap\u00edtulo", - "Chapter name and asset_path are both required": "Se requiere tanto el nombre del cap\u00edtulo como la ruta_del_recurso", - "Chapter name is required": "Se requiere el nombre del cap\u00edtulo", - "Chapter {order}": "Cap\u00edtulo {order}", - "Check Your Email": "Revise tu correo electr\u00f3nico", - "Check the highlighted fields below and try again.": "Revisa los campos resaltados abajo e intenta nuevamente.", - "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "Marque esta casilla para recibir un resumen diario por correo electr\u00f3nico con notificaciones de actividad nueva y sin leer de las conversaciones que est\u00e1 siguiendo.", - "Check your email": "Verificar su correo electr\u00f3nico", - "Check your email account for instructions to reset your password.": "Revise en su correo electr\u00f3nico las instrucciones para cambiar su contrase\u00f1a.", - "Check your email for an activation message.": "Revise sus correos electr\u00f3nicos para un mensaje de activaci\u00f3n.", - "Checkout": "Proceder al pago", - "Checkout with PayPal": "Pagar con PayPal", - "Checkout with {processor}": "Pagar con {processor}", - "Choose": "Elegir", - "Choose File": "Elegir archivo", - "Choose One": "Elegir uno", - "Choose a .csv file": "Elije un fichero .cxv", - "Choose a Date": "Elija una fecha", - "Choose a Time": "Elija una hora", - "Choose a content group to associate": "Elija un grupo de contenido para asociar", - "Choose a location to move your component to": "Escoja una ubicaci\u00f3n a la cual mover su componente", - "Choose a time": "Elija una hora", - "Choose all": "Selecciona todos", - "Choose mode": "Elegir modo", - "Choose new file": "Selecciona un nuevo archivo", - "Choose one": "Elegir uno", - "Choose your institution from the list below:": "Elija su instituci\u00f3n:", - "Chosen %s": "%s elegidos", - "Circle": "C\u00edrculo", - "Clear": "Borrar", - "Clear All": "Borrar todo", - "Clear Grading Due Date": "Borrar la fecha l\u00edmite de calificaci\u00f3n", - "Clear Release Date/Time": "Borrar la fecha y hora de liberaci\u00f3n", - "Clear Value": "Borrar", - "Clear formatting": "Limpiar formato", - "Clear search": "Reiniciar b\u00fasqueda", - "Clear search results": "Borrar resultados de b\u00fasqueda", - "Click OK to have your e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Haz Clic en ACEPTAR para que tu correo electr\u00f3nico sea enviado a una aplicaci\u00f3n de 3ros.\n\nHaz Clic en CANCELAR para volver a est\u00e1 p\u00e1gina sin que se que env\u00ede su informaci\u00f3n.", - "Click OK to have your username and e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Haz Clic en ACEPTAR para que tu nombre de usuario y correo electr\u00f3nico sean enviados a una aplicaci\u00f3n de 3ros.\n\nHaz Clic en CANCELAR para volver a est\u00e1 p\u00e1gina sin que se que env\u00ede su informaci\u00f3n.", - "Click OK to have your username sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Haz Clic en ACEPTAR para que su nombre de usuario sea enviado a una aplicaci\u00f3n de 3ros.\n\nHaz Clic en CANCELAR para volver a est\u00e1 p\u00e1gina sin que se que env\u00ede su informaci\u00f3n.", - "Click on this button to mute or unmute this video or press UP or DOWN buttons to increase or decrease volume level.": "Haz clic en este bot\u00f3n para silenciar o activar el sonido del v\u00eddeo o usa los botones ARRIBA o ABAJO para aumentar o disminuir el nivel de volumen.", - "Click to add a new %(xblock_type)s": "Haga clic para a\u00f1adir una nueva %(xblock_type)s", - "Click to change": "Haz clic para modificar", - "Click to choose all %s at once.": "Haga clic para seleccionar todos los %s de una vez", - "Click to edit": "Haga clic para editar", - "Click to remove all chosen %s at once.": "Haz clic para eliminar todos los %s elegidos", - "Close": "Cerrar", - "Close Calculator": "Cerrar Calculadora", - "Code": "C\u00f3digo", - "Code Sample (Ctrl+K)": "C\u00f3digo (Ctrl+K)", - "Code block": "Bloque de c\u00f3digo", - "Cohort Assignment Method": "M\u00e9todo de asignaci\u00f3n de cohortes", - "Cohort Name": "Cohorte", - "Cohorts": "Cohortes", - "Cohorts Disabled": "Cohortes deshabilitados", - "Cohorts Enabled": "Cohortes habilitados", - "Collapse All": "Colapsar todo", - "Collapse Instructions": "Contraer instrucciones", - "Collapse/Expand this %(xblock_type)s": "Contraer/Expandir esta %(xblock_type)s", - "Color": "Color", - "Cols": "Columnas", - "Column": "Columna", - "Column group": "Agrupar columna", - "Coming Soon": "Pr\u00f3ximamente", - "Commentary": "Comentario", - "Common Problem Types": "Tipos de problemas comunes", - "Complete courses on your schedule to ensure you stand out in your field!": "\u00a1Complete cursos seg\u00fan tu horario para asegurar que sobresalgas en tu disciplina!", - "Completed": "Finalizado", - "Component": "Componente", - "Component Location ID": "ID de la Ubicaci\u00f3n del componente", - "Components": "Componentes", - "Configure": "Configurar", - "Confirm": "Confirmar", - "Confirm Password": "Confirmar Contrase\u00f1a", - "Confirm Timed Transcript": "Confirmar la transcripci\u00f3n", - "Congratulations!": "\u00a1Felicitaciones!", - "Congratulations! You are now verified on %(platformName)s!": "Felicitaciones! Ya se encuentra verificado en %(platformName)s!", - "Constrain proportions": "Restringir proporciones", - "Contact Us": "Contacta con nosotros", - "Contains staff only content": "Contiene solo contenido del equipo del curso", + ], + "(optional)": "(opcional)", + "(required)": "(requerido)", + "(required):": "(requerido):", + "- Sortable": "- Ordenable", + "6 a.m.": "6 a.m.", + "6 p.m.": "6 p.m.", + ": video upload complete.": ": carga del video completa.", + "<%= user %> already in exception list.": "<%= user %> ya se encuentra en la lista de excepciones.", + "<%= user %> has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.": "<%= user %> ha sido a\u00f1adido a la lista de excepciones. Haz clic en Generar cerfificado de excepci\u00f3n para enviar este certificado.", + "A Password is required": "Se requiere una contrase\u00f1a", + "A driver's license, passport, or government-issued ID with your name and photo.": "Una licencia de conducir, pasaporte, c\u00e9dula o otra identificaci\u00f3n oficial con su nombre y foto", + "A driver's license, passport, or other government-issued ID with your name and photo": "Una licencia de conducir, pasaporte, c\u00e9dula o otra identificaci\u00f3n oficial con su nombre y foto", + "A highlight to look forward to this week.": "Un destacado esperado para esta semana.", + "A list of courses you have just enrolled in as a verified student": "Lista de cursos que te has inscrito como estudiante verificado", + "A name that identifies your team (maximum 255 characters).": "Nombre que identifica al equipo (m\u00e1ximo 255 caracteres).", + "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "Descripci\u00f3n corta del equipo para ayudar a otros estudiantes a entender los objetivos o enfoques del equipo (m\u00e1ximo 300 caracteres).", + "A valid email address is required": "Un email correcto es requerido.", + "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "ABCDEFGHIJKLMN\u00d1OPQRSTUVWXYZ", + "API Key": "Llave API", + "API Secret": "Secreto API", + "Abbreviation": "Abreviatura", + "About Me": "Sobre M\u00ed", + "About You": "Acerca de usted", + "About me": "Sobre m\u00ed", + "Access to some content in this unit is restricted to specific groups of learners": "Acceso a ciertos contenidos en esta unidad est\u00e1 restringido a grupos espec\u00edficos de estudiantes.", + "Access to some content in this {blockType} is restricted to specific groups of learners.": "El acceso a algunos contenidos en este {blockType} est\u00e1 restringido a grupos espec\u00edficos de estudiantes.", + "Access to this unit is restricted to: {selectedGroupsLabel}": "El acceso a esta unidad est\u00e1 restringida a: {selectedGroupsLabel}", + "Access to this {blockType} is restricted to: {selectedGroupsLabel}": "El acceso a este {blockType} est\u00e1 restringido a: {selectedGroupsLabel}", + "Accomplishments": "Logros", + "Accomplishments Pagination": "Paginaci\u00f3n de Logros", + "Account": "Cuenta", + "Account Information": "Informaci\u00f3n de la cuenta", + "Account Not Activated": "Cuenta no activada", + "Account Settings": "Configuraci\u00f3n de cuenta", + "Account Settings page.": "P\u00e1gina de configuraci\u00f3n de cuenta.", + "Account deletion, including removal from email lists, may take a few weeks to fully process through our system. If you want to opt-out of emails before then, please unsubscribe from the footer of any email.": "La eliminaci\u00f3n de cuenta, incluyendo la eliminaci\u00f3n de las listas de correo electr\u00f3nico, puede tardar unas semanas en procesarse totalmente en nuestro sistema. Si quieres renunciar a recibir correos antes de que la eliminaci\u00f3n se haya completado, por favor date de baja mediante el enlace que aparece al final de los correos.", + "Action": "Acci\u00f3n", + "Action required: Enter a valid date.": "Acci\u00f3n requerida: Introduzca una fecha v\u00e1lida.", + "Actions": "Acciones", + "Activate": "Activar", + "Activate Your Account": "Activar su cuenta", + "Activating a link in this group will skip to the corresponding point in the video.": "Activar un enlace en este grupo har\u00e1 que el video salte al momento correspondiente.", + "Active": "Activo", + "Active Uploads": "Cargas activas", + "Add": "A\u00f1adir", + "Add Additional Signatory": "A\u00f1adir signatario adicional", + "Add Attachment": "A\u00f1adir Archivo Adjunto", + "Add Cohort": "A\u00f1adir cohorte", + "Add Component:": "A\u00f1adir Componente:", + "Add Country": "A\u00f1adir pa\u00eds", + "Add Learners": "Agregar Estudiantes", + "Add New Component": "A\u00f1adir nuevo Componente", + "Add Thumbnail": "Agregar imagen miniatura", + "Add Thumbnail - {videoName}": "Agregar imagen miniatura - {videoName}", + "Add URLs for additional versions": "A\u00f1ada URLs para las versiones adicionales", + "Add a Chapter": "A\u00f1adir cap\u00edtulo", + "Add a New Cohort": "A\u00f1adir NuevaCohorte", + "Add a learning outcome here": "Agregar Resultado de aprendizaje", + "Add another group": "A\u00f1adir nuevo grupo", + "Add language": "A\u00f1adir idioma", + "Add learners to this cohort": "Agregar estudiantes a este cohorte", + "Add notes about this learner": "A\u00f1ada una nota o comentario sobre este estudiante", + "Add to Dictionary": "Agregar al diccionario", + "Add to Exception List": "Agregar a lista de excepciones", + "Add your first content group": "Agrege su primer grupo de contenido", + "Add your first group configuration": "Agregue su primera configuraci\u00f3n de grupo", + "Add your first textbook": "A\u00f1ada su primer libro de texto", + "Add {role} Access": "A\u00f1adir permisos de {role}", + "Adding": "A\u00f1adiendo", + "Adding the selected course to your cart": "A\u00f1adiendo el curso seleccionado a tu carrito de compras", + "Additional Credit Opportunities": "Oportunidades Adicionales de Cr\u00e9dito", + "Additional Information": "Informaci\u00f3n adicional", + "Additional Professional Opportunities": "Oportunidades Profesionales Adicionales", + "Additional Time (minutes)": "Tiempo adicional (minutos)", + "Additional posts could not be loaded. Refresh the page and try again.": "No se pudieron cargar las publicaciones adicionales. Recarga la p\u00e1gina e intenta nuevamente.", + "Additional responses could not be loaded. Refresh the page and try again.": "No se pudieron cargar respuestas adicionales. Recarga la p\u00e1gina e intenta nuevamente.", + "Adjust video speed": "Ajustar velocidad del video", + "Adjust video volume": "Ajustar volumen del video", + "Admin": "Administrador", + "Advanced": "Avanzado", + "After the course\\'s end date has passed, learners can no longer access subsection content. The subsection remains included in grade calculations.": "Despu\u00e9s que la fecha de caducidad del curso haya pasado, los estudiantes ya no pueden acceder a las subsecci\u00f3n del contenido. La subsecci\u00f3n permanece incluida en el c\u00e1lculo del grado.", + "After the subsection\\'s due date has passed, learners can no longer access its content. The subsection remains included in grade calculations.": "Despu\u00e9s de que la fecha l\u00edmite para la subsecci\u00f3n haya pasado, los estudiantes ya no podr\u00e1n acceder a su contenido. La subsecci\u00f3n sigue incluida en los c\u00e1lculos de calificaciones.", + "After you select ": "Despu\u00e9s de seleccionar", + "Align center": "Centrar", + "Align left": "Alienar a la izquierda", + "Align right": "Alinear a la derecha", + "Alignment": "Alinear a la", + "All Learners and Staff": "Todos los estudiantes y equipo del curso", + "All Posts": "Todas las publicaciones", + "All Rights Reserved": "Todos los derechos reservados", + "All Time Zones": "Todas las zonas horarias", + "All Topics": "Todos los temas", + "All Unreviewed": "Todos los no revisados", + "All Unreviewed Failures": "Todos los fracasos no revisados", + "All accounts were created successfully.": "Todas las cuentas fueron creadas exitosamente.", + "All chapters must have a name and asset": "Todos los cap\u00edtulos deben tener un nombre y un recurso", + "All groups must have a name.": "Todos los grupos deben tener nombre.", + "All groups must have a unique name.": "Todos los equipos deben tener un nombre \u00fanico.", + "All learners in the {cohort_name} cohort": "Todos los estudiantes que est\u00e1n en la cohorte {cohort_name}", + "All learners in the {track_name} track": "Todos los estudiantes en la ruta {track_name}", + "All learners who are enrolled in this course": "Todos los estudiantes que est\u00e1n inscritos en el curso", + "All payment options are currently unavailable.": "Ning\u00fan m\u00e9todo de pago est\u00e1 disponible en este momento.", + "All professional education courses are fee-based, and require payment to complete the enrollment process.": "Todos los cursos de educaci\u00f3n profesional son basados en honorarios, y requieren el pago para completar el proceso de inscripci\u00f3n.", + "All subsections": "Todas las subsecciones", + "All teams": "Todos los equipos", + "All topics": "Todos los temas", + "All units": "Todas las unidades", + "All users on the Exception list": "Todos los usuarios en la Lista de Excepci\u00f3n", + "All users on the Exception list who do not yet have a certificate": "Todos los usuarios en la Lista de Excepci\u00f3n quienes aun no tienen un certificado", + "Allow others to copy, distribute, display and perform only verbatim copies of your work, not derivative works based upon it. This option is incompatible with \"Share Alike\".": "Permitir que otros copien, distribuyan, muestren y representen solamente copias literales de tu trabajo, pero no trabajos derivados basados en este. Esta opci\u00f3n es incompatible con \u201cCompartir igual\u201d", + "Allow others to copy, distribute, display and perform your copyrighted work but only if they give credit the way you request. Currently, this option is required.": "Permitir que otros copien, distribuyan, muestren y represente tu trabajo con derechos de autor siempre y cuando se reconozca el cr\u00e9dito correspondiente de la forma que t\u00fa especifiques. Actualmente esta opci\u00f3n es necesaria.", + "Allow others to copy, distribute, display and perform your work - and derivative works based upon it - but for noncommercial purposes only.": "Permitir que otros copien, distribuyan, muestren y representen tu trabajo \u2013 y otros trabajos derivados basados en este \u2013 pero solamente para fines no comerciales.", + "Allow others to distribute derivative works only under a license identical to the license that governs your work. This option is incompatible with \"No Derivatives\".": "Permitir la distribuci\u00f3n de obras derivadas solamente bajo una licencia id\u00e9ntica a la licencia que regula la obra original. Esta opci\u00f3n es incompatible con \u201cNo Derivadas\u201d. ", + "Allow students to generate certificates for this course?": "\u00bfPermitir a los estudiantes generar certificados para este curso ?", + "Already a course team member": "Ya un miembro del equipo del curso.", + "Already a library team member": "Ya es un miembro del equipo de la librer\u00eda", + "Already a member": "Ya es miembro", + "Already have an {platformName} account?": "\u00bfYa tiene una cuenta en la plataforma {platformName}?", + "Alternative source": "Fuente alternativa", + "Always divide content-specific discussion topics": "Dividir siempre el contenido espec\u00edfico de los temas de la discusi\u00f3n.", + "Always show assessment results": "Mostrar siempre los resultados de la evaluaci\u00f3n", + "Amount": "Cantidad", + "An email has been sent to {userEmail} with a link for you to activate your account.": "Un correo electr\u00f3nico ha sido enviado a su {userEmail} con un enlaze para activar su cuenta.", + "An error has occurred. Check your Internet connection and try again.": "Ha ocurrido un error. Revisa su conexi\u00f3n a Internet e intenta nuevamente.", + "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "Ha ocurrido un error. Aseg\u00farate de que est\u00e1 conectado a Internet y luego recarga la p\u00e1gina.", + "An error has occurred. Please try again later.": "Ocurri\u00f3 un error. Por favor intenta nuevamente m\u00e1s tarde.", + "An error has occurred. Please try again.": "Ocurri\u00f3 un error. Por favor intenta nuevamente.", + "An error has occurred. Please try reloading the page.": "Ocurri\u00f3 un error. Por favor, intenta recargar la p\u00e1gina.", + "An error has occurred. Refresh the page, and then try again.": "Ha ocurrido un error. Refresca la p\u00e1gina e intenta nuevamente.", + "An error has occurred. Try refreshing the page, or check your Internet connection.": "Ha ocurrido un error. Intenta recargar la p\u00e1gina o revisa tu conexi\u00f3n a Internet.", + "An error has occurred. Wait a few minutes, and then try again.": "Un error ha ocurrido. Espere unos pocos minutos e intenta de nuevo.", + "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "Ocurri\u00f3 un error al recuperar tu correo. Por favor intenta nuevamente m\u00e1s tarde. Si el problema persiste, contacta a soporte t\u00e9cnico.", + "An error occurred when signing you in to %s.": "Ocurri\u00f3 un error al iniciar tu sesi\u00f3n en %s.", + "An error occurred while removing the member from the team. Try again.": "Ocurri\u00f3 un error al remover al miembro del equipo. Intenta nuevamente. ", + "An error occurred.": "Ha ocurrido un error.", + "An error occurred. Make sure that the student's username or email address is correct and try again.": "Un error ha ocurrido. Aseg\u00farate que el nombre de usuario o email del estudiante es correcto e intenta de nuevo.", + "An error occurred. Please reload the page.": "Ocurri\u00f3 un error. Por favor recargue la p\u00e1gina.", + "An error occurred. Please try again.": "Ocurri\u00f3 un error. Por favor, intenta nuevamente.", + "An error occurred. Try again.": "Ocurri\u00f3 un error. Intenta nuevamente.", + "An unexpected error occurred. Please try again.": "Se produjo un error inesperado. Por favor, int\u00e9ntalo nuevamente.", + "Anchor": "Ancla", + "Anchors": "Anclas", + "Any content that has listed this content as a prerequisite will also have access limitations removed.": "Se eliminar\u00e1n las restricciones de acceso a cualquier contenido que inscriba este contenido como prerrequisito.", + "Any course progress or grades from your current session will be lost.": "Se perder\u00e1 cualquier calificaci\u00f3n o progreso del curso en la sesi\u00f3n actual. ", + "Any divided discussion topics are divided based on cohort.": "La divisi\u00f3n de temas de discusi\u00f3n se basa en el cohorte.", + "Any divided discussion topics are divided based on enrollment track.": "La divisi\u00f3n de temas de discusi\u00f3n se basa en la ruta de inscripci\u00f3n.", + "April": "Abril", + "Are you having trouble finding a team to join?": "\u00bfTiene problemas para encontrar un equipo al cual unirse?", + "Are you sure that you want to leave this session?": "\u00bf Est\u00e1 seguro de que quiere salir de esta sesi\u00f3n?", + "Are you sure you want to change to a different session?": "\u00bfEst\u00e1 seguro de que quiere cambiar a una sesi\u00f3n diferente?", + "Are you sure you want to delete this comment?": "\u00bfEst\u00e1s seguro de que deseas borrar este comentario?", + "Are you sure you want to delete this page? This action cannot be undone.": "\u00bfEst\u00e1s seguro de que deseas borrar esta p\u00e1gina? Esta acci\u00f3n no se puede deshacer.", + "Are you sure you want to delete this post?": "\u00bfEst\u00e1s seguro de que deseas borrar esta publicaci\u00f3n?", + "Are you sure you want to delete this response?": "\u00bfEst\u00e1s seguro de que deseas borrar esta respuesta?", + "Are you sure you want to delete this update?": "\u00bfEst\u00e1 seguro de que quiere borrar esta actualizaci\u00f3n?", + "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "\u00bfEst\u00e1 seguro de que desea borrar {email} del equipo del curso \u201c{container}\u201d?", + "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "\u00bfEst\u00e1 seguro de que desea borrar {email} de la librer\u00eda \u201c{container}\u201d?", + "Are you sure you want to remove this transcript?": "\u00bfEsta seguro de que quiere eliminar esta transcripci\u00f3n?", + "Are you sure you want to remove this video from the list?": "\u00bfEst\u00e1 seguro que quiere eliminar este video de la lista?", + "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "\u00bfEst\u00e1 seguro de que desea restringir el acceso de {email} a \u201c{container}\u201d?", + "Are you sure you want to revert to the last published version of the unit? You cannot undo this action.": "\u00bfEst\u00e1s seguro de que deseas revertir el contenido de esta unidad a la ultima versi\u00f3n publicada? Esta acci\u00f3n no se puede deshacer.", + "Are you sure you want to select this session?": "\u00bfEst\u00e1 seguro de que quiere seleccionar esta sesi\u00f3n?", + "Are you sure you want to unenroll from the purchased course {courseName} ({courseNumber})?": "\u00bfSeguro que quieres cancelar tu inscripci\u00f3n al curso pagado {courseName} ({courseNumber})?", + "Are you sure you want to unenroll from the verified {certNameLong} track of {courseName} ({courseNumber})?": "\u00bfSeguro que quieres cancelar tu inscripci\u00f3n a la opci\u00f3n verificada {certNameLong} de {courseName} ({courseNumber})?", + "Are you sure you want to unenroll from the verified {certNameLong} track of {courseName} ({courseNumber})?": "\u00bfSeguro que quieres cancelar tu inscripci\u00f3n a la opci\u00f3n verificada {certNameLong} de {courseName} ({courseNumber})?", + "Are you sure you want to unenroll from {courseName} ({courseNumber})?": "\u00bfSeguro que quieres cancelar tu inscripci\u00f3n al curso {courseName} ({courseNumber})?", + "Are you sure you want to unenroll from {courseName} ({courseNumber})? You will be refunded the amount you paid.": "\u00bf Est\u00e1 seguro que quiere cancelar la inscripci\u00f3n del curso {courseName} ({courseNumber})? Se reembolsar\u00e1 el dinero que pag\u00f3.", + "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "\u00bfEst\u00e1 seguro de que desea borrar este \u00edtem?. \u00a1Esta acci\u00f3n no puede revertirse!\n\nCualquier contenido que haga referencia a este \u00edtem dejar\u00e1 de funcionar (im\u00e1genes o v\u00ednculos)", + "Are you sure?": "\u00bfEst\u00e1 seguro?", + "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "Como parte del proceso de verificaci\u00f3n, usted debe tomar una foto de su cara y de su documento de identidad. Nuestro servicio de autorizaci\u00f3n confirmar\u00e1 su identidad comparando la foto que usted se toma con la foto en su documento.", + "As you complete courses, you will see them listed here.": "Mientras completas cursos, los ver\u00e1s enumerados aqu\u00ed.", + "Assessment": "Evaluaci\u00f3n", + "Assessment Results Visibility": "Visibilidad de los resultados de la evaluaci\u00f3n", + "Assessments": "Evaluaciones", + "Assign learners to cohorts by uploading a CSV file": "Asignar estudiantes a cohortes subiendo un archivo CSV", + "Assign students to cohorts by uploading a CSV file.": "Asignar estudiantes al cohorte cargando un archivo CSV.", + "Assignment Type Name": "Nombre del tipo de tarea", + "Associated Content Group": "Contenido de grupo asociado ", + "Attribution": "Atribuci\u00f3n", + "August": "Agosto", + "Author": "Autor", + "Auto-advance": "Avance autom\u00e1tico", + "Automated Transcripts": "Transcripciones automatizadas", + "Automatic": "Autom\u00e1tico", + "Automatic transcripts are disabled.": "Transcripciones autom\u00e1ticas est\u00e1n deshabilitadas", + "Available %s": "%s Disponibles", + "Average": "Normal", + "Back to Full List": "Volver a la lista completa", + "Back to sign in": "Volver al inicio", + "Back to {platform} FAQs": "Regresar a FAQs de {platform}", + "Background color": "Color de fondo", + "Basic": "B\u00e1sico", + "Basic Account Information": "Informaci\u00f3n b\u00e1sica de la cuenta", + "Be sure your entire face is inside the frame": "Verifique que su cara est\u00e1 completamente dentro del marco de la foto", + "Before proceeding, please confirm that your details match": "Antes de continuar, por favor confirme que sus datos sean correctos.", + "Before proceeding, please {htmlStart}activate your account{htmlEnd}.": "Antes de continuar, por favor {htmlStart} active su cuenta {htmlEnd}.", + "Before proceeding, please {htmlStart}unlink all social media accounts{htmlEnd}.": "Antes de proceder, por favor {htmlStart}desvincular todas las cuentas de redes sociales{htmlEnd}.", + "Before you upgrade to a certificate track, you must activate your account.": "Antes de ascender a la ruta de certificado verificado, deber\u00e1 activar su cuenta.", + "Billed to": "Facturado a", + "Billing/Payment Options": "Facturaci\u00f3n/Opciones de pago", + "Biography": "Biograf\u00eda", + "Block view is unavailable": "Vista de bloque no disponible", + "Blockquote": "Comillas", + "Blockquote (Ctrl+Q)": "Comillas (Ctrl+Q)", + "Blocks": "Bloques", + "Body": "Cuerpo", + "Bold": "Negrita", + "Bold (Ctrl+B)": "Negrita (Ctrl+B)", + "Bookmark this page": "Marcar esta p\u00e1gina", + "Bookmarked": "A\u00f1adido a marcadores", + "Bookmarked on": "A\u00f1adido a marcadores en", + "Border": "Borde", + "Border color": "Color de borde", + "Bottom": "Base", + "Browse": "Explorar", + "Browse recently launched courses and see what\\'s new in your favorite subjects": "Echa un vistazo a nuestros cursos lanzados recientemente y qu\u00e9 hay de nuevo en tus temas favoritos.", + "Browsing": "Explorando", + "Bulk Exceptions": "Excepciones en lote", + "Bullet list": "Lista con vi\u00f1etas", + "Bulleted List (Ctrl+U)": "Vi\u00f1etas (Ctrl+U)", + "COMPLETED COURSES": "CURSOS COMPLETADOS", + "COURSES IN PROGRESS": "CURSOS EN PROGRESO", + "Can I request additional time to complete my exam?": "\u00bfPuedo pedir tiempo adicional para completar mi examen?", + "Can we match the photo you took with the one on your ID?": "\u00bfPodemos verificar la foto que usted acaba de tomar contra la foto en su documento de identificaci\u00f3n?", + "Cancel": "Cancelar", + "Cancel enrollment code": "Cancelar c\u00f3digo de inscripci\u00f3n", + "Cancel team creating.": "Cancelar la creaci\u00f3n del equipo.", + "Cancel team updating.": "Cancelar la actualizaci\u00f3n", + "Cancel upload": "Cancelar subida del archivo", + "Cannot Start Proctored Exam": "No se puede Iniciar el Examen Supervisado", + "Cannot delete when in use by a unit": "No puede borrar cuando esta en uso por una unidad", + "Cannot delete when in use by an experiment": "No se puede borrar mientras est\u00e9 en uso por un experimento", + "Cannot drop more <%= types %> assignments than are assigned.": "No se pueden borrar m\u00e1s asignaciones de <%= types %> de los que son asignados.", + "Caption": "Leyenda", + "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "Atenci\u00f3n: La \u00faltima versi\u00f3n publicada de esta unidad est\u00e1 en vivo. Al publicar los cambios, cambiar\u00e1 la experiencia de los estudiantes.", + "Cell": "Celda", + "Cell padding": "Espaciado del borde de la celda", + "Cell properties": "Propiedades de la celda", + "Cell spacing": "Espaciado de la celda", + "Cell type": "Tipo de celda", + "Center": "Centrado", + "Certificate Details": "Detalles del certificado", + "Certificate Generated": "Certificado generado", + "Certificate Information": "Informaci\u00f3n del certificado", + "Certificate Name": "Nombre del certificado", + "Certificate Purchased": "Certificado Comprado", + "Certificate Signatories": "Signatarios del certificado", + "Certificate Signatory Configuration": "Configuraci\u00f3n de signatarios", + "Certificate Status:": "Estado del Certificado:", + "Certificate has been successfully invalidated for <%= user %>.": "Certificado ha sido invalidado exitosamente para <%= user %>.", + "Certificate name is required.": "Se requiere un nombre para el certificado.", + "Certificate of <%= user %> has already been invalidated. Please check your spelling and retry.": "El certificado de <%= user %> ya ha sido invalidado. Por favor verifica los datos y vuelve a intentarlo.", + "Certificates": "Certificados", + "Change": "Cambiar", + "Change Enrollment": "Cambiar inscripci\u00f3n", + "Change Manually": "Cambiar Manualmente", + "Change My Email Address": "Cambiar mi direcci\u00f3n de correo electr\u00f3nico", + "Change Session": "Cambiar sesi\u00f3n", + "Change image": "Cambiar imagen", + "Change or Leave Session": "Cambia o abandona la edici\u00f3n", + "Change to a different session or leave the current session.": "Cambiar a una sesi\u00f3n diferente o salir de la secci\u00f3n actual.", + "Changes to steps that are not selected as part of the assignment will not be saved.": "Los cambios en los pasos que no est\u00e1n seleccionados como parte de la tarea no ser\u00e1n guardados.", + "Chapter Asset": "Recursos del cap\u00edtulo", + "Chapter Name": "Nombre del cap\u00edtulo", + "Chapter information": "Informaci\u00f3n del cap\u00edtulo", + "Chapter name and asset_path are both required": "Se requiere tanto el nombre del cap\u00edtulo como la ruta_del_recurso", + "Chapter name is required": "Se requiere el nombre del cap\u00edtulo", + "Chapter {order}": "Cap\u00edtulo {order}", + "Check Your Email": "Revise tu correo electr\u00f3nico", + "Check the highlighted fields below and try again.": "Revisa los campos resaltados abajo e intenta nuevamente.", + "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "Marque esta casilla para recibir un resumen diario por correo electr\u00f3nico con notificaciones de actividad nueva y sin leer de las conversaciones que est\u00e1 siguiendo.", + "Check your email": "Verificar su correo electr\u00f3nico", + "Check your email account for instructions to reset your password.": "Revise en su correo electr\u00f3nico las instrucciones para cambiar su contrase\u00f1a.", + "Check your email for an activation message.": "Revise sus correos electr\u00f3nicos para un mensaje de activaci\u00f3n.", + "Checkout": "Proceder al pago", + "Checkout with PayPal": "Pagar con PayPal", + "Checkout with {processor}": "Pagar con {processor}", + "Choose": "Elegir", + "Choose File": "Elegir archivo", + "Choose One": "Elegir uno", + "Choose a .csv file": "Elije un fichero .cxv", + "Choose a Date": "Elija una fecha", + "Choose a Time": "Elija una hora", + "Choose a content group to associate": "Elija un grupo de contenido para asociar", + "Choose a location to move your component to": "Escoja una ubicaci\u00f3n a la cual mover su componente", + "Choose a time": "Elija una hora", + "Choose all": "Selecciona todos", + "Choose mode": "Elegir modo", + "Choose new file": "Selecciona un nuevo archivo", + "Choose one": "Elegir uno", + "Choose your institution from the list below:": "Elija su instituci\u00f3n:", + "Chosen %s": "%s elegidos", + "Circle": "C\u00edrculo", + "Clear": "Borrar", + "Clear All": "Borrar todo", + "Clear Grading Due Date": "Borrar la fecha l\u00edmite de calificaci\u00f3n", + "Clear Release Date/Time": "Borrar la fecha y hora de liberaci\u00f3n", + "Clear Value": "Borrar", + "Clear formatting": "Limpiar formato", + "Clear search": "Reiniciar b\u00fasqueda", + "Clear search results": "Borrar resultados de b\u00fasqueda", + "Click OK to have your e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Haz Clic en ACEPTAR para que tu correo electr\u00f3nico sea enviado a una aplicaci\u00f3n de 3ros.\n\nHaz Clic en CANCELAR para volver a est\u00e1 p\u00e1gina sin que se que env\u00ede su informaci\u00f3n.", + "Click OK to have your username and e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Haz Clic en ACEPTAR para que tu nombre de usuario y correo electr\u00f3nico sean enviados a una aplicaci\u00f3n de 3ros.\n\nHaz Clic en CANCELAR para volver a est\u00e1 p\u00e1gina sin que se que env\u00ede su informaci\u00f3n.", + "Click OK to have your username sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Haz Clic en ACEPTAR para que su nombre de usuario sea enviado a una aplicaci\u00f3n de 3ros.\n\nHaz Clic en CANCELAR para volver a est\u00e1 p\u00e1gina sin que se que env\u00ede su informaci\u00f3n.", + "Click on this button to mute or unmute this video or press UP or DOWN buttons to increase or decrease volume level.": "Haz clic en este bot\u00f3n para silenciar o activar el sonido del v\u00eddeo o usa los botones ARRIBA o ABAJO para aumentar o disminuir el nivel de volumen.", + "Click to add a new %(xblock_type)s": "Haga clic para a\u00f1adir una nueva %(xblock_type)s", + "Click to change": "Haz clic para modificar", + "Click to choose all %s at once.": "Haga clic para seleccionar todos los %s de una vez", + "Click to edit": "Haga clic para editar", + "Click to remove all chosen %s at once.": "Haz clic para eliminar todos los %s elegidos", + "Close": "Cerrar", + "Close Calculator": "Cerrar Calculadora", + "Code": "C\u00f3digo", + "Code Sample (Ctrl+K)": "C\u00f3digo (Ctrl+K)", + "Code block": "Bloque de c\u00f3digo", + "Cohort Assignment Method": "M\u00e9todo de asignaci\u00f3n de cohortes", + "Cohort Name": "Cohorte", + "Cohorts": "Cohortes", + "Cohorts Disabled": "Cohortes deshabilitados", + "Cohorts Enabled": "Cohortes habilitados", + "Collapse All": "Colapsar todo", + "Collapse Instructions": "Contraer instrucciones", + "Collapse/Expand this %(xblock_type)s": "Contraer/Expandir esta %(xblock_type)s", + "Color": "Color", + "Cols": "Columnas", + "Column": "Columna", + "Column group": "Agrupar columna", + "Coming Soon": "Pr\u00f3ximamente", + "Commentary": "Comentario", + "Common Problem Types": "Tipos de problemas comunes", + "Complete courses on your schedule to ensure you stand out in your field!": "\u00a1Complete cursos seg\u00fan tu horario para asegurar que sobresalgas en tu disciplina!", + "Completed": "Finalizado", + "Component": "Componente", + "Components": "Componentes", + "Configure": "Configurar", + "Confirm": "Confirmar", + "Confirm Password": "Confirmar Contrase\u00f1a", + "Confirm Timed Transcript": "Confirmar la transcripci\u00f3n", + "Congratulations!": "\u00a1Felicitaciones!", + "Congratulations! You are now verified on %(platformName)s!": "Felicitaciones! Ya se encuentra verificado en %(platformName)s!", + "Constrain proportions": "Restringir proporciones", + "Contact Us": "Contacta con nosotros", + "Contains staff only content": "Contiene solo contenido del equipo del curso", "Contains {count} group": [ - "Contiene {count} grupo", + "Contiene {count} grupo", "Contiene {count} grupos" - ], - "Content Group ID": "ID de Contenido de Grupo", - "Content Group Name": "Content Group Name", - "Content-Specific Discussion Topics": "Temas de discusi\u00f3n espec\u00edficos al contenido", - "Continue Exam Without Proctoring": "Continuar Examen Sin Supervisi\u00f3n", - "Continue to Verification": "Continuar a la verificaci\u00f3n", - "Continue to my practice exam": "Continuar a mi examen de pr\u00e1ctica", - "Continue to my proctored exam. I want to be eligible for credit.": "Continuar a mi examen supervisado. Quiero ser elegible para cr\u00e9dito.", - "Copy": "Copiar", - "Copy Email To Editor": "Copiar el correo al editor", - "Copy row": "Copiar la fila", - "Correct failed component": "Corregir componente fallido", - "Cost": "Costo", - "Could not find Certificate Exception in white list. Please refresh the page and try again": "No se pudo encontrar la excepci\u00f3n de certificado en la lista blanca. Por favor recarga la p\u00e1gina e intenta nuevamente.", - "Could not find Certificate Invalidation in the list. Please refresh the page and try again": "No se pudo hallar Invalidaci\u00f3n del Certificado en la lista. Por favor, actualiza la p\u00e1gina e intenta nuevamente.", - "Could not find a user with username or email address '<%- identifier %>'.": "No se encontr\u00f3 ning\u00fan usuario con nombre de usuario o direcci\u00f3n '<%- identifier %>'.", - "Could not find the specified string.": "No se encontr\u00f3 la cadena especificada.", - "Could not find users associated with the following identifiers:": "No se puede encontrar el usuario asociado al siguiente identificador:", - "Could not grade your answer. The submission was aborted.": "No se ha podido calificar tu respuesta. El registro fue cancelado.", - "Could not override problem score for {user}.": "No fue posible sobreescribir el puntaje del problema para el usuario {user}.", - "Could not retrieve download url.": "No se pudo recuperar la url de descarga.", - "Could not retrieve payment information": "No se pudo conseguir la informaci\u00f3n del pago", - "Could not retrieve upload url.": "No se pudo recuperar la url de subida.", - "Could not submit order": "No se pudo publicar tu petici\u00f3n", - "Could not submit photos": "No se publicaron las fotos", - "Could not upload the video image file": "No pudo ser subido el archivo de v\u00eddeo", - "Couldn't Save This Assignment": "No se ha podido salvar esta tarea.", - "Country": "Pa\u00eds", - "Country of residence": "Pa\u00eds de residencia", - "Country or Region of Residence": "Pa\u00eds o regi\u00f3n de residencia", + ], + "Content Group ID": "ID de Contenido de Grupo", + "Content Group Name": "Content Group Name", + "Content-Specific Discussion Topics": "Temas de discusi\u00f3n espec\u00edficos al contenido", + "Continue Exam Without Proctoring": "Continuar Examen Sin Supervisi\u00f3n", + "Continue to Verification": "Continuar a la verificaci\u00f3n", + "Continue to my practice exam": "Continuar a mi examen de pr\u00e1ctica", + "Continue to my proctored exam. I want to be eligible for credit.": "Continuar a mi examen supervisado. Quiero ser elegible para cr\u00e9dito.", + "Copy": "Copiar", + "Copy Email To Editor": "Copiar el correo al editor", + "Copy row": "Copiar la fila", + "Correct failed component": "Corregir componente fallido", + "Cost": "Costo", + "Could not find Certificate Exception in white list. Please refresh the page and try again": "No se pudo encontrar la excepci\u00f3n de certificado en la lista blanca. Por favor recarga la p\u00e1gina e intenta nuevamente.", + "Could not find Certificate Invalidation in the list. Please refresh the page and try again": "No se pudo hallar Invalidaci\u00f3n del Certificado en la lista. Por favor, actualiza la p\u00e1gina e intenta nuevamente.", + "Could not find a user with username or email address '<%- identifier %>'.": "No se encontr\u00f3 ning\u00fan usuario con nombre de usuario o direcci\u00f3n '<%- identifier %>'.", + "Could not find the specified string.": "No se encontr\u00f3 la cadena especificada.", + "Could not find users associated with the following identifiers:": "No se puede encontrar el usuario asociado al siguiente identificador:", + "Could not grade your answer. The submission was aborted.": "No se ha podido calificar tu respuesta. El registro fue cancelado.", + "Could not override problem score for {user}.": "No fue posible sobreescribir el puntaje del problema para el usuario {user}.", + "Could not retrieve download url.": "No se pudo recuperar la url de descarga.", + "Could not retrieve payment information": "No se pudo conseguir la informaci\u00f3n del pago", + "Could not retrieve upload url.": "No se pudo recuperar la url de subida.", + "Could not submit order": "No se pudo publicar tu petici\u00f3n", + "Could not submit photos": "No se publicaron las fotos", + "Could not upload the video image file": "No pudo ser subido el archivo de v\u00eddeo", + "Couldn't Save This Assignment": "No se ha podido salvar esta tarea.", + "Country": "Pa\u00eds", + "Country of residence": "Pa\u00eds de residencia", + "Country or Region of Residence": "Pa\u00eds o regi\u00f3n de residencia", "Course": [ - "Curso", + "Curso", "Cursos" - ], - "Course Content": "Contenidos del curso", - "Course Credit Requirements": "Requerimientos de cr\u00e9ditos para el curso", - "Course End": "Finalizaci\u00f3n del curso", - "Course Handouts": "Materiales del curso", - "Course ID": "Id de Curso", - "Course Id": "Id de Curso", - "Course Index": "Indice de Curso", - "Course Key": "Llave del curso", - "Course Name": "Nombre del curso", - "Course Number": "C\u00f3digo del curso", - "Course Number Override": "Reemplazo para el n\u00famero de curso", - "Course Number:": "N\u00famero del curso:", - "Course Outline": "Estructura del curso", - "Course Start": "Inicio del Curso", - "Course Title": "T\u00edtulo del curso", - "Course Title Override": "Reemplazo para el t\u00edtulo del curso", - "Course Video Settings": "Ajustes de v\u00eddeo del curso", - "Course is not yet visible to students.": "El curso a\u00fan no est\u00e1 visible para los estudiantes.", - "Course pacing cannot be changed once a course has started.": "El ritmo del curso no puede ser modificado una vez que el curso haya iniciado.", - "Course title": "T\u00edtulo del curso", - "Course-Wide Discussion Topics": "Temas de discusi\u00f3n de todo el curso", - "Create": "Crear", - "Create Account": "Crear cuenta", - "Create Re-run": "Crear reapertura", - "Create a %(link_start)sMozilla Backpack%(link_end)s account, or log in to your existing account": "Crea una cuenta de %(link_start)sMozilla Backpack%(link_end)s, o inicia sesi\u00f3n usando una cuenta existente", - "Create a New Team": "Crear un nuevo equipo", - "Create a content group": "Crear contenido de grupo", - "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "Crea un nuevo equipo si no puedes encontrar uno existente para unirte o si deseas aprender con personas que ya conoces.", - "Create account using %(providerName)s.": "Crear una cuenta usando %(providerName)s", - "Create an Account": "Crear una cuenta", - "Create an Account.": "Crear una cuenta.", - "Create an account using": "Crear una cuenta usando", - "Create team.": "Crear el equipo.", - "Created": "Creado", - "Creating missing groups": "Agregar los grupos faltantes", - "Creative Commons": "Creative Commons", - "Creative Commons licensed content, with terms as follow:": "Contenido con licencia Creative Commons de acuerdo a los siguientes t\u00e9rminos:", - "Criterion Added": "Criterio a\u00f1adido.", - "Criterion Deleted": "Criterio borrado.", - "Crossed out items have been refunded.": "Los items tachados han tenido devoluci\u00f3n", - "Current Role:": "Rol actual:", - "Current conversation": "Conversaci\u00f3n actual", - "Current enrollment mode:": "Modo de inscripci\u00f3n actual:", - "Current location": "Ubicaci\u00f3n actual", - "Current tab": "Pesta\u00f1a actual", - "Currently selected": "Seleccionado actualmente", - "Custom color": "Color personalizado", - "Custom...": "Personalizado...", - "Cut": "Cortar", - "Cut row": "Cortar fila", - "Date": "Fecha", - "Date Added": "Fecha a\u00f1adida", - "Date Joined": "Fecha de Registro", - "Date Placed": "Fecha de colocaci\u00f3n", - "Date added": "Fecha de adici\u00f3n", - "Deactivate": "Desactivar", - "Deadlines": "Fechas de entrega", - "December": "Diciembre", - "Declined": "Negado", - "Decrease indent": "Reducir sagr\u00eda", - "Default": "Por defecto", - "Default (Local Time Zone)": "Por defecto (Zona horaria local)", - "Default Timed Transcript": "Transcripci\u00f3n con tiempos por defecto", - "Delete": "Borrar", - "Delete \"<%= signatoryName %>\" from the list of signatories?": "\u00bfDesea borrar \"<%= signatoryName %>\" de la lista de signatarios?", - "Delete File Confirmation": "Confirmaci\u00f3n de borrado de archivo", - "Delete My Account": "Eliminar mi cuenta", - "Delete Page Confirmation": "Confirmaci\u00f3n de eliminaci\u00f3n de p\u00e1gina", - "Delete Team": "Borrar equipo", - "Delete column": "Borrar columna", - "Delete row": "Borrar fila", - "Delete student '<%- student_id %>'s state on problem '<%- problem_id %>'?": "\u00bfBorrar estado de estudiante '<%- student_id %>' en problema '<%- problem_id %>'?", - "Delete table": "Borrar tabla", - "Delete the user, {username}": "Borrar el usuario, {username}", - "Delete this %(item_display_name)s?": "Eliminar %(item_display_name)s?", - "Delete this asset": "Borrar este objeto", - "Delete this team?": "\u00bfBorrar este equipo?", - "Delete this {xblock_type} (and prerequisite)?": "\u00bfEliminar este {xblock_type} (y prerrequisitos)?", - "Delete this {xblock_type}?": "\u00bfEliminar este {xblock_type}?", - "Deleted Content Group": "Contenido de grupo eliminado", - "Deleted Group": "Grupo eliminado", - "Deleting": "Borrando", - "Deleting a team is permanent and cannot be undone. All members are removed from the team, and team discussions can no longer be accessed.": "El borrar un equipo es una acci\u00f3n permanente y no puede ser reversada. Todos los miembros ser\u00e1n removidos del equipo y las discusiones no podr\u00e1n volver a ser accesadas.", - "Deleting a textbook cannot be undone and once deleted any reference to it in your courseware's navigation will also be removed.": "El borrado de un libro de texto no se puede deshacer y una vez borrado, cualquier referencia al mismo en la navegaci\u00f3n del curso ser\u00e1 eliminada.", - "Deleting this %(item_display_name)s is permanent and cannot be undone.": "Eliminar %(item_display_name)s is permanente y no puede deshacerse", - "Deleting this {xblock_type} is permanent and cannot be undone.": "Eliminar este {xblock_type} es una acci\u00f3n permanente y no se puede revertir.", - "Deprecated": "Descontinuado", - "Describe ": "Describir", - "Description": "Descripci\u00f3n", - "Description of the certificate": "Descripci\u00f3n del certificado", - "Details": "Detalles", - "Dimensions": "Dimensiones", - "Disc": "Disco", - "Discard Changes": "Descartar cambios", - "Discarding Changes": "Descartando cambios", - "Discussion Home": "Inicio de la discusi\u00f3n", - "Discussion topics in the course are not divided.": "Temas de discusi\u00f3n en el curso no son divididos.", - "Discussions are unified; all learners interact with posts from other learners, regardless of the group they are in.": "Las discusiones son unificadas; todos los estudiantes interact\u00faan con publicaciones de otros estudiantes, sin considerar su grupo.", - "Display Name": "Nombre para mostrar:", - "Div": "Div", - "Divide the selected content-specific discussion topics": "Divide los contenidos espec\u00edficos seleccionados de los temas de la discusi\u00f3n", - "Divided": "Dividido", - "Do not show again": "No mostrar nuevamente", - "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "Deseas permitir a este estudiante ('{student_id}') saltar el examen de ingreso ?", - "Do you want to replace the edX transcript with the YouTube transcript?": "\u00bfDesea reemplazar la transcripci\u00f3n de edX con la de YouTube?", - "Do you want to upload your file before submitting?": "Quieres subir tu archivo antes de enviarlo ?", - "Document properties": "Propiedades del documento", - "Does the name on your ID match your account name: %(fullName)s?": "\u00bfCorresponde el nombre en su identificaci\u00f3n con el nombre es su cuenta: %(fullName)s?", - "Does the photo of you match your ID photo?": "\u00bfSu foto corresponde a la foto en su identificaci\u00f3n?", - "Does the photo of you show your whole face?": "\u00bfMuestra la foto su cara completa?", - "Doing so means that you are no longer eligible for academic credit.": "Hacer esto significa que ya no ser\u00e1 elegible para cr\u00e9dito acad\u00e9mico.", - "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "\u00bfNo puede ver su foto? Aseg\u00farese de permitir a su navegador que utilice la c\u00e1mara web cuando este le solicite tal autorizaci\u00f3n.", - "Donate": "Donar", - "Double-check that your webcam is connected and working to continue.": "Verifica que tu c\u00e1mara web est\u00e9 conectada y funcionando para continuar.", - "Download": "Descargar", - "Download Software Clicked": "'Descargar aplicaci\u00f3n' seleccionado", - "Download Transcript for Editing": "Descargar Transcripci\u00f3n para editar", - "Download URL": "URL de descarga", - "Download available encodings (.csv)": "Descargar las codificaciones disponibles (.csv)", - "Download the user's certificate": "Descargar el certificado del usuario", - "Draft (Never published)": "Borrador (Nunca publicado)", - "Draft (Unpublished changes)": "Borrador (Cambios no publicados)", - "Draft saved on {lastSavedStart}{editedOn}{lastSavedEnd} by {editedByStart}{editedBy}{editedByEnd}": "Borrador guardado en {lastSavedStart}{editedOn}{lastSavedEnd} por {editedByStart}{editedBy}{editedByEnd}", - "Drag and drop or {spanStart}browse your computer{spanEnd}.": "Arrastra y suelta o {spanStart}explora en tu equipo{spanEnd}.", - "Drag to reorder": "Arrastre para reorganizar", - "Drop target image": "Soltar la imagen", - "Due Date": "Fecha l\u00edmite de entrega", - "Due Date:": "Fecha l\u00edmite:", - "Due Time in UTC:": "Hora l\u00edmite en UTC:", - "Due date cannot be before start date.": "Fecha l\u00edmite no puede ser menor al a fecha de inicio.", - "Due:": "Fecha de entrega:", - "Duplicate": "Duplicar", - "Duplicating": "Duplicando", - "Duration (sec)": "Duraci\u00f3n (segundos)", - "Earned %(created)s.": "Obtenido %(created)s.", - "Earned Certificates": "Certificados Ganados", - "EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.": "EdX no tiene una transcripci\u00f3n de este video en Studio, pero hemos encontrado una en Youtube. Puede importar la transcripci\u00f3n de Youtube o subir su propio archivo .srt.", - "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "EdX no cuenta con una transcripci\u00f3n para este video. Por favor suba un archivo de transcripci\u00f3n .srt", - "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "EdX tiene una transcripci\u00f3n para este video. Si desea editarla, puede descargar, editar y volver a cargar el archivo de transcripci\u00f3n. Si desea reemplazarla, puede hacerlo cargando un nuevo archivo .srt", - "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "EdX tiene una transcripci\u00f3n para este video. Si desea reemplazarla, suba un nuevo archivo .srt. Si desea editar esta transcripci\u00f3n, descargue, edite y vuelva a cargar el archivo de transcripci\u00f3n.", - "Edit": "Editar", - "Edit %(display_name)s (required)": "Editar %(display_name)s (requerido)", - "Edit HTML": "Editar HTML", - "Edit Membership": "Editar membres\u00eda", - "Edit Team": "Editar Equipo", - "Edit Thumbnail": "Editar imagen miniatura", - "Edit Your Name": "Edite su nombre", - "Edit this certificate?": "\u00bfEditar este certificado?", - "Editable": "Editable", - "Editing access for: %(title)s": "Editando el acceso para: %(title)s", - "Editing: {title}": "Edici\u00f3n: {title}", - "Editor": "Editor", - "Education Completed": "Educaci\u00f3n completada", - "Email": "Correo electr\u00f3nico", - "Email Address (Sign In)": "Direcci\u00f3n de correo electr\u00f3nico (ingresar)", - "Email address": "Correo electr\u00f3nico", - "Emails successfully sent. The following users are no longer enrolled in the course:": "Los correos electr\u00f3nicos fueron enviados exit\u00f3samente. Los siguientes usuarios ya no est\u00e1n inscritos en el curso:", - "Embed": "Incrustar c\u00f3digo", - "Emoticons": "Emoticonos", - "Enable": "Habilitar", - "Enable Cohorts": "Habilitar Cohortes", - "Enable Now": "Habilitar ahora", - "Enable Weekly Highlight Emails": "Habilitar correos destacados semanalmente", - "Enabled": "Habilitado", - "Encoding": "Codificaci\u00f3n", - "End My Exam": "Finalizar mi examen", - "End of transcript. Skip to the start.": "Fin de la transcripci\u00f3n. Saltar al inicio.", - "Ends {end}": "Termina {end}", - "Engage with posts": "Trabajar con las publicaciones", - "Enroll Now": "Incr\u00edbase ahora", - "Enrolled": "Inscrito", - "Enrolling you in the selected course": "Inscribi\u00e9ndote en el curso seleccionado", - "Enrollment Date": "Fecha de inscripci\u00f3n", - "Enrollment Mode": "Modo de inscripci\u00f3n", - "Enrollment Opens on": "Inscripciones abiertas en", - "Enrollment Tracks": "Rutas de inscripci\u00f3n", - "Ensure that you can see your photo and read your name": "Asegurese de que se pueda ver su cara y leer su nombre en la foto del documento de identificaci\u00f3n.", - "Enter 3-5 highlights to include in the email message that learners receive for this section (250 character limit).": "Ingrese de 3 a 5 destacados para incluir en el mensaje de correo electr\u00f3nico que los estudiantes reciben para esta secci\u00f3n (l\u00edmite de 250 caracteres).", - "Enter Due Date and Time": "Ingresa fecha y hora l\u00edmites", - "Enter Start Date and Time": "Ingrese fecha y hora", - "Enter a student's username or email address.": "Ingresa un nombre de usuario o email de estudiante.", - "Enter a username or email.": "Ingresa el nombre de usuario o el correo electr\u00f3nico.", - "Enter and confirm your new password.": "Ingrese y confirme su nueva contrase\u00f1a.", - "Enter email addresses and/or usernames, separated by new lines or commas, for the learners you want to add. *": "Ingrese los correos electr\u00f3nicos y/o nombres de usuarios, separados por comas o en l\u00edneas nuevas, uno debajo del otro, de los estudiantes que quiera agregar.*", - "Enter information to describe your team. You cannot change these details after you create the team.": "Ingrese la descripci\u00f3n de su equipo. No podr\u00e1 cambiar esta informaci\u00f3n despu\u00e9s de crear el equipo.", - "Enter some details for your support request.": "Describe los detalles de tu solicitud de ayuda.", - "Enter team description.": "Ingresa la descripci\u00f3n del equipo.", - "Enter team name.": "Ingresa el nombre del equipo.", - "Enter the account information for your organization.": "Ingrese la informaci\u00f3n de la cuenta para su organizaci\u00f3n.", - "Enter the enrollment code.": "Ingresa el c\u00f3digo de inscripci\u00f3n.", - "Enter the name of the cohort": "Ingrese un nombre para la cohorte", - "Enter the page number you'd like to quickly navigate to.": "Introduzca el n\u00famero de p\u00e1gina al cual le gustar\u00eda dirigirse", - "Enter the username or email address of each learner that you want to add as an exception.": "Ingrese el nombre de usuario y correo electr\u00f3nico de cada estudiante que quiere agregar como excepci\u00f3n ", - "Enter username or email": "Ingresa el nombre de usuario o el correo electr\u00f3nico.", - "Enter your ": "Ingrese su", - "Entrance exam attempts is being reset for student '{student_id}'.": "Intentos para ex\u00e1men de ingreso esta siendo reiniciado para el estudiante '{student_id}'", - "Entrance exam state is being deleted for student '{student_id}'.": "El estado del examen de ingreso est\u00e1 siendo borrado para el estudiante '{student_id}'.", - "Error": "Error", - "Error adding learners.": "Error para agregar estudiantes.", - "Error adding user": "Error al a\u00f1adir el usuario.", - "Error adding/removing users as beta testers.": "Error a\u00f1adiendo o eliminando usuarios de pruebas.", - "Error changing user's permissions.": "Error al cambiar los permisos del usuario.", - "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "Error borrando el estado del examen de ingreso para el estudiante '{student_id}'. Aseg\u00farate que el identificador del estudiante es correcto.", - "Error deleting student '<%- student_id %>'s state on problem '<%- problem_id %>'. Make sure that the problem and student identifiers are complete and correct.": "Error al borrar el estado del estudiante '<%- student_id %>' para el problema '<%- problem_id %>'. Verifica que el problema y el estudiante est\u00e9n identificados correctamente.", - "Error enrolling/unenrolling users.": "Error al inscribir o desinscribir usuarios.", - "Error generating ORA data report. Please try again.": "Error al generar el reporte de datos de ORA. Por favor, intenta nuevamente.", - "Error generating grades. Please try again.": "Error al generar las calificaciones. Por favor int\u00e9ntalo nuevamente.", - "Error generating list of students who may enroll. Please try again.": "Error al generar la lista de estudiantes que pueden inscribirse al curso. Por favor int\u00e9ntalo nuevamente.", - "Error generating problem grade report. Please try again.": "Error al generar el reporte de calificaciones. Por favor intenta nuevamente.", - "Error generating proctored exam results. Please try again.": "Error al generar el reporte de resultados de examenes supervisados. Por favor intenta nuevamente.", - "Error generating student profile information. Please try again.": "Error al generar la informaci\u00f3n de perfil de estudiante. Por favor int\u00e9ntalo nuevamente.", - "Error generating survey results. Please try again.": "Error generando los resultados de encuesta. Por favor intenta nuevamente.", - "Error getting enrollment status for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "Error al intentar recibir el estatus de registro de '<%- student_id %>'. Aseg\u00farate de que el identificador del estudiante est\u00e1 correctamente escrito. ", - "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "Error obteniendo el historial de tarea para examen de ingreso para el estudiante '{student_id}'. Aseg\u00farate que el identificador del estudiante es correcto.", - "Error getting issued certificates list.": "Error al obtener la lista de certificados emitidos.", - "Error getting student list.": "Error al obtener la lista de estudiantes.", - "Error getting student progress url for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "Error al obtener la url de progreso del estudiante '<%- student_id %>'. Aseg\u00farate de que el identificador del estudiante est\u00e9 escrito correctamente.", - "Error getting task history for problem '<%- problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "Error al obtener el historial de tareas para el problema '<%- problem_id %>' y el estudiante '<%- student_id %>'. Verifica que el problema y el estudiante est\u00e9n identificados correctamente.", - "Error getting the number of ungraded responses": "Error al obtener el n\u00famero de respuestas no calificadas.", - "Error importing course": "Error al importar el curso", - "Error listing task history for this student and problem.": "Error listando el historial de tareas para este estudiante y problema.", - "Error removing user": "Error al remover el usuario.", - "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "Error reiniciando los intentos de examen de ingreso para el estudiante '{student_id}'. Aseg\u00farate que el identificador es correcto.", - "Error resetting problem attempts for problem '<%= problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "Error al reiniciar los env\u00edos para el problema '<%= problem_id %>' y estudiante '<%- student_id %>'. Aseg\u00farate de que los identificadores del problema y el estudiante est\u00e9n completos y correctos.", - "Error retrieving grading configuration.": "Error al obtener la configuraci\u00f3n de calificaciones.", - "Error sending email.": "Error enviando el correo electr\u00f3nico.", - "Error starting a task to override score for problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the score and the problem and student identifiers are complete and correct.": "Error al iniciar el proceso de sobreescritura del puntaje para el problema '<%- problem_id %>' para el estudiante '<%- student_id %>'. Verifique que el problema y el estudiante est\u00e9n identificados correctamente.", - "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "Error iniciando la tarea para recalificar el examen de ingreso para el estudiante '{student_id}'. Asegurar que el examen de ingreso tiene problemas y el identificador del estudiante es correcto.", - "Error starting a task to rescore problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the problem and student identifiers are complete and correct.": "Error al iniciar el proceso de re puntuaci\u00f3n del problema '<%- problem_id %>' para el estudiante '<%- student_id %>'. Verifica que el problema y el estudiante est\u00e9n identificados correctamente.", - "Error starting a task to rescore problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "Error al iniciar la tarea para re puntuar el problema '<%- problem_id %>'. Verifica que el problema est\u00e9 identificado correctamente.", - "Error starting a task to reset attempts for all students on problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "Error en el proceso de reinicio de env\u00edos para todos los estudiantes para el problema '<%- problem_id %>'. Verifica que el problema est\u00e9 identificado correctamente.", - "Error while generating certificates. Please try again.": "Error al generar los certificados. Por favor intenta nuevamente.", - "Error while regenerating certificates. Please try again.": "Error al regenerar los certificados. Por favor int\u00e9ntalo nuevamente.", - "Error.": "Error.", - "Error:": "Error:", - "Error: ": "Error:", - "Error: Choosing failed.": "Error: Fall\u00f3 la selecci\u00f3n.", - "Error: Connection with server failed.": "Error: Fall\u00f3 la conexi\u00f3n con el servidor.", - "Error: Import failed.": "Error: Fall\u00f3 la importaci\u00f3n.", - "Error: Replacing failed.": "Error: Fall\u00f3 reemplazo.", - "Error: Uploading failed.": "Error: Fall\u00f3 la carga del archivo.", - "Error: User '<%- username %>' has not yet activated their account. Users must create and activate their accounts before they can be assigned a role.": "Error: El usuario '<%- username %>' a\u00fan no ha activado su cuenta. Los usuarios deben crear y activar su cuenta antes de que puedan tener un rol asignado.", - "Error: You cannot remove yourself from the Instructor group!": "Error: No puedes eliminarse a ti mismo del grupo de instructores!", - "Errors": "Errores", - "Errors/Technical Issues": "Problemas t\u00e9cnicos/errores", - "Everyone who has staff privileges in this course": "todos los usuarios con rol de funcionario para este curso", - "Exam Types": "Tipos de ex\u00e1men", - "Exam timer and end exam button": "Cronometro del examen y bot\u00f3n de finalizar examen", - "Exception Granted": "Acceso concedido", - "Exit full browser": "Salir de pantalla completa", - "Expand All": "Expandir todo", - "Expand Instructions": "Expandir instrucciones", - "Explain if other.": "Si otro, explique.", - "Explanation": "Explicaci\u00f3n", - "Explicitly Hiding from Students": "Ocultar solo a los estudiantes", - "Explore New Programs": "Explorar programas nuevos", - "Explore Programs": "Explorar programas", - "Explore your course!": "Explora tus cursos!", - "Failed Proctoring": "Supervisi\u00f3n fallida", - "Failed to delete student state for user.": "Fall\u00f3 al borrar el estado de estudiante para el usuario.", - "Failed to rescore problem for user.": "Fall\u00f3 al re puntuar el problema para el usuario.", - "Failed to rescore problem to improve score for user.": "Fall\u00f3 al re puntuar el problema para mejorar la calificaci\u00f3n del usuario.", - "Failed to reset attempts for user.": "Fall\u00f3 al reiniciar los intentos para el usuario.", - "February": "Febrero", - "Feedback available for selection.": "Comentarios disponibles para esta selecci\u00f3n.", - "File": "Archivo", - "File Name": "Nombre de archivo", - "File format not supported. Please upload a file with a {ext} extension.": "Formato de archivo no admitido. Debes cargar un archivo con la extensi\u00f3n {ext}", - "File size must be 10MB or less.": "Tama\u00f1o del archivo debe ser de 10MB como m\u00e1ximo.", - "File type is not allowed.": "Tipo de archivo no permitido.", - "File types can not be empty.": "Tipo de archivo no puede ser vac\u00edo.", - "File upload succeeded": "Archivo subido con exito", - "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "El archivo {filename} excede el tama\u00f1o maximo de {maxFileSizeInMBs} MB", - "Files must be in JPEG or PNG format.": "Los archivos deben estar en formato JPEG o PNG.", - "Files that you upload must be PDFs or image files in .gif, .jpg, .jpeg, or .png format.": "Archivos que va a subir deben ser formatos PDF o im\u00e1genes en formatos .gif, .jpg, .jpeg, \u00f3 .png.", - "Files that you upload must be smaller than 5MB in size.": "Archivos que va a subir deben ser m\u00e1s peque\u00f1os que 5MB en tama\u00f1o.", - "Fill browser": "Ir a pantalla completa", - "Filter": "Filtro", - "Filter and sort topics": "Filtrar y ordenar los temas", - "Final Grade": "Calificaci\u00f3n Final", - "Final Grade Received": "Calificaci\u00f3n final recibida", - "Financial Aid": "Ayuda financiera", - "Financial Assistance": "Asistencia financiera", - "Financial Assistance Application": "Solicitud de asistencia financiera", - "Find": "Buscar", - "Find a course": "Busca un curso", - "Find and replace": "Encontrar y reemplazar", - "Find answers to the top questions asked by learners.": "Encuentra respuestas a las preguntas m\u00e1s comunes de nuestros estudiantes.", - "Find discussions": "Encontrar discusiones", - "Find next": "Encontrar el siguiente", - "Find previous": "Encontrar el anterior", - "Finish": "Finalizar", - "First time here?": "Primera vez aqu\u00ed?", - "Follow or unfollow posts": "Seguir o dejar de seguir publicaciones", - "Font Family": "Tipo de fuente", - "Font Sizes": "Tama\u00f1o de fuente", - "Footer": "Pie de p\u00e1gina", - "For grading to work, you must change all {oldName} subsections to {newName}.": "Para que el proceso de calificaci\u00f3n funcione, debes cambiar todas las subsecciones {oldName} a {newName}.", - "For inquiries regarding assignments, grades, or structure of a specific course, please post in the discussion forums for that course directly.": "Para preguntas sobre las tareas, notas o estructura de un curso espec\u00edfico, por favor publica tu pregunta directamente en el foro de discusi\u00f3n.", - "Format": "Formato", - "Formats": "Formatos", - "Free text notes": "Notas o comentarios", - "Frequently Asked Questions": "Preguntas frecuentes", - "Full Name": "Nombre completo", - "Full Profile": "Perfil completo", - "Fullscreen": "Pantalla completa", - "Fully Supported": "Completamente soportado", - "Gender": "G\u00e9nero", - "General": "General", - "General Proctored Exam Rules": "Reglas Generales del Examen Supervisado", - "Generate": "Generar", - "Generate Exception Certificates": "Generar excepciones de certificados", - "Generate the user's certificate": "Generar el certificado del usuario", - "Get Credit": "Obtenga cr\u00e9ditos", - "Go Back": "Volver Atr\u00e1s", - "Go to Dashboard": "Ir al panel de control", - "Go to my Dashboard": "Ir a mi Panel De Control", - "Go to your Dashboard": "Ir al panel de control", - "Go to {platform} Home": "Ir a la p\u00e1gina inicial de {platform}", - "Going forward, your account information will be updated and maintained by {enterprise_name}.": "En el futuro, la informaci\u00f3n de su cuenta ser\u00e1 actualizada y mantenida por {enterprise_name}.", - "Government-Issued Photo ID": "Foto de documento oficial de identificaci\u00f3n", - "Grace period must be specified in HH:MM format.": "El periodo de gracia debe especificarse en el formato HH:MM", - "Grade": "Calificaci\u00f3n", - "Grade as:": "Calificar como:", - "Graded as:": "Calificado como:", - "Grading": "Calificaciones", - "Group": "Grupo", - "Group %s": "Grupo %s", - "Group A": "Grupo A", - "Group B": "Grupo B", - "Group Configuration ID": "Identificaci\u00f3n de configuraci\u00f3n del grupo", - "Group Configuration Name": "Nombre de configuraci\u00f3n del grupo", - "Group Configuration information": "Informaci\u00f3n de configuraci\u00f3n del grupo", - "Group Configuration name is required.": "Nombre de grupo de configuraci\u00f3n requerido.", - "Group information": "Informaci\u00f3n del grupo", - "Group name is required": "Nombre de grupo requerido", - "Groups": "Grupos", - "H Align": "Alineaci\u00f3n H", - "HTML preview of post": "previsiualizaci\u00f3n en HTML", - "HTML source code": "C\u00f3digo fuente HTML", - "Header": "Encabezado", - "Header 1": "Encabezado 1", - "Header 2": "Encabezado 2", - "Header 3": "Encabezado 3", - "Header 4": "Encabezado 4", - "Header 5": "Encabezado 5", - "Header 6": "Encabezado 6", - "Header cell": "Celda de encabezado", - "Headers": "Encabezados", - "Heading": "Encabezado", - "Heading (Ctrl+H)": "Encabezado (Ctrl+H)", - "Heading 1": "Encabezado 1", - "Heading 2": "Encabezado 2", - "Heading 3": "Encabezado 3", - "Heading 4": "Encabezado 4", - "Heading 5": "Encabezado 5", - "Heading 6": "Encabezado 6", - "Headings": "Encabezados", - "Height": "Altura", - "Help Translate into {beta_language}": "Ayude a traducir a {beta_language}", - "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "Ayude a otros estudiantes a decidir si unirse o no a su equipo, especificando la caracter\u00edsticas del mismo. Tenga cuidado en no desmotivar la participaci\u00f3n de otros usuarios con esta descripci\u00f3n.", - "Hide": "Esconder", - "Hide Annotations": "Ocultar anotaciones", - "Hide Deprecated Settings": "Ocultar configuraciones descartadas", - "Hide Discussion": "Ocultar Discusi\u00f3n", - "Hide Previews": "Ocultar vistas previas", - "Hide Timer": "Ocultar cron\u00f3metro", - "Hide closed captions": "Ocultar subt\u00edtulos", - "Hide content after course end date": "Ocultar el contenido despu\u00e9s de la fecha l\u00edmite", - "Hide content after due date": "Ocultar el contenido despu\u00e9s de la fecha l\u00edmite", - "Hide entire subsection": "Ocultar toda la subsecci\u00f3n", - "Hide from learners": "Ocultar a los estudiantes", - "Hide notes": "Ocultar notas", - "Hide transcripts ({transcriptCount})": "Ocultar transcripciones ({transcriptCount})", - "Hiding from Students": "Oculto a los estudiantes", - "High Definition": "Alta Definici\u00f3n", - "Highlight {highlight_index}": "Destacado {highlight_index}", - "Highlighted text": "Texto resaltado", - "Highlights for {display_name}": "Destacados por {display_name}", - "Horizontal Rule (Ctrl+R)": "Linea Horizontal (Ctrl+R)", - "Horizontal line": "L\u00ednea horizontal", - "Horizontal space": "Espacio horizontal", - "How to create useful text alternatives.": "C\u00f3mo crear alternativas \u00fatiles al texto.", - "How to use %(platform_name)s discussions": "C\u00f3mo usar las discusiones de %(platform_name)s", - "Hyperlink (Ctrl+L)": "Hiperv\u00ednculo (Ctrl+L)", - "I am ready to start this timed exam,": "Estoy listo/a para empezar este examen cronometrado,", - "ID": "ID", - "ID-Verification is not required for this Professional Education course.": "La verification de ID no se requiere para este curso de Educaci\u00f3n Profesional", - "Identity Verification In Progress": "Verificaci\u00f3n de identidad en progreso", - "If the course does not have an end date, learners always see their scores when they submit answers to assessments.": "Si el curso no tiene fecha de caducidad, los estudiantes siempre ven sus puntajes cuando env\u00edan las respuestas de las evaluaciones.", - "If the subsection does not have a due date, learners always see their scores when they submit answers to assessments.": "Si la subsecci\u00f3n no tiene fecha de caducidad, los estudiantes siempre pueden ver sus puntajes cuando env\u00edan las respuestas a la evaluaci\u00f3n.", - "If the unit was previously published and released to learners, any changes you made to the unit when it was hidden will now be visible to learners.": "Si la unidad fue publicada anteriormente y liberada a los estudiantes, cualquier cambio que haya realizado cuando estaba oculta ser\u00e1 ahora visible para los estudiantes.", - "If the unit was previously published and released to students, any changes you made to the unit when it was hidden will now be visible to students. Do you want to proceed?": "Si la unidad fue publicada anteriormente y liberada a los estudiantes, cualquier cambio realizado cuando estaba oculta ser\u00e1 ahora visible para los estudiantes. \u00bfDeseas proceder?", - "If you are unable to access your account contact us via email using {email}.": "Si no puedes acceder a tu cuenta, cont\u00e1ctanos por correo electr\u00f3nico a {email}.", - "If you do not yet have an account, use the button below to register.": "Si todav\u00eda no tienes una cuenta, puedes utilizar el bot\u00f3n abajo para registrarte ", - "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "Si no verifica su identidad ahora, de todas formas podr\u00e1 explorar el curso desde su Panel de Control. Recibir\u00e1 recordatorios peri\u00f3dicos de %(platformName)s para realizar la verificaci\u00f3n de identidad.", - "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from {platformName} to verify your identity.": "Si no verifica su identidad ahora, de todas formas podr\u00e1 explorar el curso desde su Panel de Control. Recibir\u00e1 recordatorios peri\u00f3dicos de {platformName} para realizar la verificaci\u00f3n de identidad.", - "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "Si abandona esta p\u00e1gina sin guardar o enviar su respuesta, perder\u00e1 todo el trabajo realizado en la respuesta.", - "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "Si abandona esta p\u00e1gina sin enviar su trabajo, perder\u00e1 todos los cambios realizados.", - "If you leave this page without submitting your self assessment, you will lose any work you have done.": "Si abandona esta p\u00e1gina sin enviar su auto evaluaci\u00f3n, perder\u00e1 todos los cambios realizados.", - "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "Si abandona esta p\u00e1gina sin enviar su evaluaci\u00f3n, se perder\u00e1n todos los cambios realizados.", - "If you leave, you can no longer post in this team's discussions. Your place will be available to another learner.": "Si abandonas este equipo, no podr\u00e1s escribir en las discusiones de este equipo. Tu lugar estar\u00e1 disponible para otro estudiante.", - "If you make significant changes, make sure you notify members of the team before making these changes.": "Si haces cambios significativos, aseg\u00farate de avisarle a los miembros del equipos antes de realizar estos cambios.", - "If you make this %(xblockType)s visible to learners, learners will be able to see its content after the release date has passed and you have published the unit. Only units that are explicitly hidden from learners will remain hidden after you clear this option for the %(xblockType)s.": "Si hace este %(xblockType)s visible a los estudiantes, podr\u00e1n ver su contenido a partir de la fecha de liberaci\u00f3n siempre que haya publicado la unidad. S\u00f3lo las unidades que est\u00e1n ocultos expl\u00edcitamente permanecer\u00e1n ocultas despu\u00e9s de quitar esta opci\u00f3n para %(xblockType)s.", - "If you proceed, you will be unable to use this account to take courses on the edX app, edx.org, or any other site hosted by edX. This includes access to edx.org from your employer\u2019s or university\u2019s system and access to private sites offered by MIT Open Learning, Wharton Executive Education, and Harvard Medical School.": "Si procedes, no ser\u00e1 posible usar esta cuenta para tomar cursos ni en la aplicaci\u00f3n m\u00f3vil de edX, ni en edx.org, ni en cualquier otro sitio hospedado por edX. Esto incluye el acceso a edx.org desde el sistema de tu empleador o universidad, y el acceso a sitios privados ofrecidos por MIT Open Learning, Wharton Executive Education, y Harvard Medical School.", - "If you remove this transcript, the transcript will not be available for any components that use this video.": "Si elimina esta transcripci\u00f3n, la transcripci\u00f3n no estar\u00e1 disponible para ning\u00fan componente que use este v\u00eddeo.", - "If you remove this transcript, the transcript will not be available for this component.": "Si elimina esta transcripci\u00f3n, la transcripci\u00f3n no estar\u00e1 disponible para este componente.", - "If you select an option other than \"%(hide_label)s\", published units in this subsection become available to learners unless they are explicitly hidden.": "Si selecciona esta opci\u00f3n distinta a \"%(hide_label)s\", \nlas unidades publicadas en este subsecci\u00f3n pasar\u00e1n a estar disponible para los estudiantes a menos que est\u00e1n expl\u00edcitamente ocultas.", - "If you still wish to continue and delete your account, please enter your account password:": "Si deseas continuar y eliminar tu cuenta, por favor introduce la contrase\u00f1a de tu cuenta:", - "If you use the Advanced Editor, this problem will be converted to XML and you will not be able to return to the Simple Editor Interface.\n\nProceed to the Advanced Editor and convert this problem to XML?": "Si utiliza el Editor Avanzado, este problema ser\u00e1 convertido a formato XML y no podr\u00e1 volver a la pantalla del Editor Simple.\n\n\u00bfPasar al Editor avanzado y convertir este problema al formato XML?", - "Ignore": "Ignorar", - "Ignore all": "Ignorar todo", - "Image": "Imagen", - "Image (Ctrl+G)": "Imagen (Ctrl+G)", - "Image Description": "Descripci\u00f3n de la imagen", - "Image Upload Error": "Error en subir imagen", - "Image description": "Descripci\u00f3n de la imagen", - "Image must be in PNG format": "La imagen debe estar en formato PNG.", - "Image must be in PNG format.": "La imagen debe estar en formato PNG.", - "Image upload failed": "Carga de imagen fallida", - "Image upload failed. ": "Subida de la imagen fallida.", - "Import YouTube Transcript": "Importar la transcripci\u00f3n desde YouTube", - "In Progress": "En progreso", - "In the {linkStart}Course Outline{linkEnd}, use this group to control access to a component.": "En el {linkStart}perfil del curso{linkEnd}, usa este grupo para tener control de acceso a este componente.", - "Incorrect url format.": "Formato incorrecto de URL.", - "Increase indent": "Aumentar Sangr\u00eda", - "Individual Exceptions": "Excepciones individuales", - "Inheriting Student Visibility": "Heredando la Visibilidad a estudiantes.", - "Inline": "Dentro de la l\u00ednea", - "Insert": "Insertar", - "Insert Hyperlink": "Insertar hiperv\u00ednculo", - "Insert Image (upload file or type URL)": "Inserta imagen (subir archivo o introducir URL)", - "Insert column after": "Insertar columna despu\u00e9s", - "Insert column before": "Insertar columna antes", - "Insert date/time": "Insertar fecha y hora", - "Insert image": "Insertar imagen", - "Insert link": "Insertar v\u00ednculo", - "Insert row after": "Insertar fila despu\u00e9s", - "Insert row before": "Insertar fila antes", - "Insert table": "Insertar tabla", - "Insert template": "Insertar plantilla", - "Insert video": "Insertar video", - "Insert/Edit Image": "Insertar/Editar Imagen", - "Insert/edit image": "Insertar o editar imagen", - "Insert/edit link": "Insertar o editar v\u00ednculo", - "Insert/edit video": "Insertar o editar video", - "Instructor Biography": "Biograf\u00eda del instructor", - "Instructor Name": "Nombre del instructor", - "Instructor Photo": "Foto del instructor", - "Instructor Photo URL": "URL de la foto del instructor", - "Instructor Title": "T\u00edtulo del instructor", - "Instructor tools": "Herramientas de Instructor", - "Internal Server Error.": "Error interno del servidor.", - "Introduction to Cookie Baking": "Introducci\u00f3n a las Ciencias de la Computaci\u00f3n", - "Invalid email address: {email}": "Correo electr\u00f3nico inv\u00e1lido: {email}", - "Invalidate Certificate": "Invalidar certificado", - "Invalidated": "Invalidado", - "Invalidated By": "Invalidado por", - "Is Sample Attempt": "Es un intento de muestra", - "Is Visible To:": "Es visible para:", - "Is this OK?": "\u00bfCorrecto?", - "Is your name on your ID readable?": "\u00bfEst\u00e1 su nombre legible en su identificaci\u00f3n?", - "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "Se recomienda que incluya cuatro signatarios o menos. Si incluye signatarios adicionales, verifique la vista previa del certificado para asegurarse que se vea correctamente en una sola p\u00e1gina.", - "Italic": "It\u00e1lica", - "Italic (Ctrl+I)": "Cursiva (Ctrl+I)", - "January": "Enero", - "Join Team": "Unirse al equipo", - "Joined": "Afiliado", - "Joined %(date)s": "Vinculado %(date)s", - "Joined Date": "Fecha de Afiliaci\u00f3n", - "July": "Julio", - "June": "Junio", - "Justify": "Justificar", - "KB": "KB", - "Key should only contain letters, numbers, _, or -": "Las claves s\u00f3lo deben contener letras, n\u00fameros, _, o -", - "Keywords": "Palabras clave", - "LEARN MORE": "APRENDER MAS", - "Language": "Idioma", - "Large": "Largo", - "Last Activity %(date)s": "\u00daltima Actividad %(date)s", - "Last Edited:": "\u00daltima modificaci\u00f3n:", - "Last Updated": "\u00daltima Actualizaci\u00f3n", - "Last activity %(date)s": "\u00daltima Actividad %(date)s", - "Last modified by": "\u00daltima modificaci\u00f3n por", - "Last published %(last_published_date)s by %(publish_username)s": "Publicado por \u00faltima vez el %(last_published_date)s por %(publish_username)s", - "Last published {lastPublishedStart}{publishedOn}{lastPublishedEnd} by {publishedByStart}{publishedBy}{publishedByEnd}": "Last published {lastPublishedStart}{publishedOn}{lastPublishedEnd} por {publishedByStart}{publishedBy}{publishedByEnd}", - "Last updated": "\u00daltima actualizaci\u00f3n", - "Learn More": "Aprender m\u00e1s", - "Learn more about {license_name}": "Saber m\u00e1s sobre {license_name}", - "Learners are added to this cohort automatically.": "Los estudiantes son agregados autom\u00e1ticamente a esta cohorte.", - "Learners are added to this cohort only when you provide their email addresses or usernames on this page.": "Los estudiantes son agregados a esta cohorte solamente cuando se incluye la direcci\u00f3n de correo electr\u00f3nico o el nombre de usuario en esta p\u00e1gina.", - "Learners do not see the subsection in the course outline. The subsection is not included in grade calculations.": "Los estudiantes no ven la subsecci\u00f3n en el esquema del curso. La subsecci\u00f3n no se incluye en los c\u00e1lculos de calificaciones.", - "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the course end date has passed.": "Los estudiantes no ven si sus respuestas a las evaluaciones fueron correctas o incorrectas, ni la puntuaci\u00f3n recibida, hasta despu\u00e9s que la fecha de caducidad del curso haya pasado.", - "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the due date for the subsection has passed.": "Los estudiantes no ven si sus respuestas a las evaluaciones fueron correctas o incorrectas, ni la puntuaci\u00f3n recibida, hasta despu\u00e9s que la fecha de caducidad del subsecci\u00f3n haya pasado.", - "Learners never see whether their answers to assessments are correct or incorrect, nor the score received.": "Los estudiantes nunca ver\u00e1n si sus respuestas a las evaluaciones son correctas o incorrectas, no hay un puntaje recibido.", - "Learners see the published subsection and can access its content.": "Los estudiantes pueden ver la subsecci\u00f3n publicada y acceder a su contenido", - "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "Los usuarios que requieren verificaci\u00f3n deben completar el punto de verificaci\u00f3n seleccionado para ver el contenido de esta unidad. Los usuarios que no requieren verificaci\u00f3n ven el contenido en forma predeterminada.", - "Learning Outcome": "Resultado de aprendizaje", - "Leave Current Session": "Salir de la sesi\u00f3n actual.", - "Leave Team": "Abandonar al equipo", - "Leave the current session and decide later": "Salir de la edici\u00f3n actual y decidir luego.", - "Leave this team?": "\u00bfDeseas abandonar este equipo?", - "Left": "Izquierda", - "Left to right": "De izquierda a derecha", - "Legal name": "Nombre", - "Less": "Menos", - "Library User": "Usuario de la Librer\u00eda", - "License Display": "Muestra de la Licencia", - "License Type": "Tipo de Licencia", - "Limit Access": "Restrinja permisos", - "Limited Profile": "Perfil limitado", - "Link Description": "Descripci\u00f3n del v\u00ednculo", - "Link Your Account": "Vincular tu cuenta", - "Link types should be unique.": "Los tipos de v\u00ednculos deben ser \u00fanicos.", - "Link your {accountName} account": "Vincular tu cuenta de {accountName}", - "Link your {accountName} account to your {platformName} account and use {accountName} to sign in to {platformName}.": "Vincula tu cuenta {accountName} con tu cuenta de {platformName} y usa {accountName} para iniciar sesi\u00f3n en {platformName}.", - "Linked Accounts": "Cuentas vinculadas", - "Linking": "Vinculando", - "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "Los v\u00ednculos se generan por demanda y expiran en los siguientes 5 minutos dado a la naturaleza sensible de la informaci\u00f3n de calificaciones de estudiantes.", - "Links should be unique.": "Los enlaces deben ser \u00fanicos.", - "List item": "Lista de items", - "List of Open Assessments is unavailable": "Lista de evaluaciones abiertas no disponible", - "List of uploaded files and assets in this course": "Lista de archivos y recursos cargados en este curso", - "Live view of webcam": "Se\u00f1al en vivo de la webcam", - "Load Another File": "Cargar otro archivo", - "Load all responses": "Cargando todas las respuestas", - "Load next {numResponses} responses": "Cargar las siguientes {numResponses} respuestas", + ], + "Course Content": "Contenidos del curso", + "Course Credit Requirements": "Requerimientos de cr\u00e9ditos para el curso", + "Course End": "Finalizaci\u00f3n del curso", + "Course Handouts": "Materiales del curso", + "Course ID": "Id de Curso", + "Course Id": "Id de Curso", + "Course Index": "Indice de Curso", + "Course Key": "Llave del curso", + "Course Name": "Nombre del curso", + "Course Number": "C\u00f3digo del curso", + "Course Number Override": "Reemplazo para el n\u00famero de curso", + "Course Number:": "N\u00famero del curso:", + "Course Outline": "Estructura del curso", + "Course Start": "Inicio del Curso", + "Course Title": "T\u00edtulo del curso", + "Course Title Override": "Reemplazo para el t\u00edtulo del curso", + "Course Video Settings": "Ajustes de v\u00eddeo del curso", + "Course is not yet visible to students.": "El curso a\u00fan no est\u00e1 visible para los estudiantes.", + "Course pacing cannot be changed once a course has started.": "El ritmo del curso no puede ser modificado una vez que el curso haya iniciado.", + "Course title": "T\u00edtulo del curso", + "Course-Wide Discussion Topics": "Temas de discusi\u00f3n de todo el curso", + "Create": "Crear", + "Create Account": "Crear cuenta", + "Create Re-run": "Crear reapertura", + "Create a New Team": "Crear un nuevo equipo", + "Create a content group": "Crear contenido de grupo", + "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "Crea un nuevo equipo si no puedes encontrar uno existente para unirte o si deseas aprender con personas que ya conoces.", + "Create account using %(providerName)s.": "Crear una cuenta usando %(providerName)s", + "Create an Account": "Crear una cuenta", + "Create an Account.": "Crear una cuenta.", + "Create an account using": "Crear una cuenta usando", + "Create team.": "Crear el equipo.", + "Created": "Creado", + "Creating missing groups": "Agregar los grupos faltantes", + "Creative Commons": "Creative Commons", + "Creative Commons licensed content, with terms as follow:": "Contenido con licencia Creative Commons de acuerdo a los siguientes t\u00e9rminos:", + "Criterion Added": "Criterio a\u00f1adido.", + "Criterion Deleted": "Criterio borrado.", + "Crossed out items have been refunded.": "Los items tachados han tenido devoluci\u00f3n", + "Current Role:": "Rol actual:", + "Current conversation": "Conversaci\u00f3n actual", + "Current enrollment mode:": "Modo de inscripci\u00f3n actual:", + "Current location": "Ubicaci\u00f3n actual", + "Current tab": "Pesta\u00f1a actual", + "Currently selected": "Seleccionado actualmente", + "Custom color": "Color personalizado", + "Custom...": "Personalizado...", + "Cut": "Cortar", + "Cut row": "Cortar fila", + "Date": "Fecha", + "Date Added": "Fecha a\u00f1adida", + "Date Joined": "Fecha de Registro", + "Date Placed": "Fecha de colocaci\u00f3n", + "Date added": "Fecha de adici\u00f3n", + "Deactivate": "Desactivar", + "Deadlines": "Fechas de entrega", + "December": "Diciembre", + "Declined": "Negado", + "Decrease indent": "Reducir sagr\u00eda", + "Default": "Por defecto", + "Default (Local Time Zone)": "Por defecto (Zona horaria local)", + "Default Timed Transcript": "Transcripci\u00f3n con tiempos por defecto", + "Delete": "Borrar", + "Delete \"<%= signatoryName %>\" from the list of signatories?": "\u00bfDesea borrar \"<%= signatoryName %>\" de la lista de signatarios?", + "Delete File Confirmation": "Confirmaci\u00f3n de borrado de archivo", + "Delete My Account": "Eliminar mi cuenta", + "Delete Page Confirmation": "Confirmaci\u00f3n de eliminaci\u00f3n de p\u00e1gina", + "Delete Team": "Borrar equipo", + "Delete column": "Borrar columna", + "Delete row": "Borrar fila", + "Delete student '<%- student_id %>'s state on problem '<%- problem_id %>'?": "\u00bfBorrar estado de estudiante '<%- student_id %>' en problema '<%- problem_id %>'?", + "Delete table": "Borrar tabla", + "Delete the user, {username}": "Borrar el usuario, {username}", + "Delete this %(item_display_name)s?": "Eliminar %(item_display_name)s?", + "Delete this asset": "Borrar este objeto", + "Delete this team?": "\u00bfBorrar este equipo?", + "Delete this {xblock_type} (and prerequisite)?": "\u00bfEliminar este {xblock_type} (y prerrequisitos)?", + "Delete this {xblock_type}?": "\u00bfEliminar este {xblock_type}?", + "Deleted Content Group": "Contenido de grupo eliminado", + "Deleted Group": "Grupo eliminado", + "Deleting": "Borrando", + "Deleting a textbook cannot be undone and once deleted any reference to it in your courseware's navigation will also be removed.": "El borrado de un libro de texto no se puede deshacer y una vez borrado, cualquier referencia al mismo en la navegaci\u00f3n del curso ser\u00e1 eliminada.", + "Deleting this %(item_display_name)s is permanent and cannot be undone.": "Eliminar %(item_display_name)s is permanente y no puede deshacerse", + "Deleting this {xblock_type} is permanent and cannot be undone.": "Eliminar este {xblock_type} es una acci\u00f3n permanente y no se puede revertir.", + "Deprecated": "Descontinuado", + "Describe ": "Describir", + "Description": "Descripci\u00f3n", + "Description of the certificate": "Descripci\u00f3n del certificado", + "Details": "Detalles", + "Dimensions": "Dimensiones", + "Disc": "Disco", + "Discard Changes": "Descartar cambios", + "Discarding Changes": "Descartando cambios", + "Discussion Home": "Inicio de la discusi\u00f3n", + "Discussion topics in the course are not divided.": "Temas de discusi\u00f3n en el curso no son divididos.", + "Discussions are unified; all learners interact with posts from other learners, regardless of the group they are in.": "Las discusiones son unificadas; todos los estudiantes interact\u00faan con publicaciones de otros estudiantes, sin considerar su grupo.", + "Display Name": "Nombre para mostrar:", + "Div": "Div", + "Divide the selected content-specific discussion topics": "Divide los contenidos espec\u00edficos seleccionados de los temas de la discusi\u00f3n", + "Divided": "Dividido", + "Do not show again": "No mostrar nuevamente", + "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "Deseas permitir a este estudiante ('{student_id}') saltar el examen de ingreso ?", + "Do you want to replace the edX transcript with the YouTube transcript?": "\u00bfDesea reemplazar la transcripci\u00f3n de edX con la de YouTube?", + "Do you want to upload your file before submitting?": "Quieres subir tu archivo antes de enviarlo ?", + "Document properties": "Propiedades del documento", + "Does the name on your ID match your account name: %(fullName)s?": "\u00bfCorresponde el nombre en su identificaci\u00f3n con el nombre es su cuenta: %(fullName)s?", + "Does the photo of you match your ID photo?": "\u00bfSu foto corresponde a la foto en su identificaci\u00f3n?", + "Does the photo of you show your whole face?": "\u00bfMuestra la foto su cara completa?", + "Doing so means that you are no longer eligible for academic credit.": "Hacer esto significa que ya no ser\u00e1 elegible para cr\u00e9dito acad\u00e9mico.", + "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "\u00bfNo puede ver su foto? Aseg\u00farese de permitir a su navegador que utilice la c\u00e1mara web cuando este le solicite tal autorizaci\u00f3n.", + "Donate": "Donar", + "Double-check that your webcam is connected and working to continue.": "Verifica que tu c\u00e1mara web est\u00e9 conectada y funcionando para continuar.", + "Download": "Descargar", + "Download Software Clicked": "'Descargar aplicaci\u00f3n' seleccionado", + "Download Transcript for Editing": "Descargar Transcripci\u00f3n para editar", + "Download URL": "URL de descarga", + "Download available encodings (.csv)": "Descargar las codificaciones disponibles (.csv)", + "Download the user's certificate": "Descargar el certificado del usuario", + "Draft (Never published)": "Borrador (Nunca publicado)", + "Draft (Unpublished changes)": "Borrador (Cambios no publicados)", + "Draft saved on {lastSavedStart}{editedOn}{lastSavedEnd} by {editedByStart}{editedBy}{editedByEnd}": "Borrador guardado en {lastSavedStart}{editedOn}{lastSavedEnd} por {editedByStart}{editedBy}{editedByEnd}", + "Drag and drop or {spanStart}browse your computer{spanEnd}.": "Arrastra y suelta o {spanStart}explora en tu equipo{spanEnd}.", + "Drag to reorder": "Arrastre para reorganizar", + "Drop target image": "Soltar la imagen", + "Due Date": "Fecha l\u00edmite de entrega", + "Due Date:": "Fecha l\u00edmite:", + "Due Time in UTC:": "Hora l\u00edmite en UTC:", + "Due date cannot be before start date.": "Fecha l\u00edmite no puede ser menor al a fecha de inicio.", + "Due:": "Fecha de entrega:", + "Duplicate": "Duplicar", + "Duplicating": "Duplicando", + "Duration (sec)": "Duraci\u00f3n (segundos)", + "Earned %(created)s.": "Obtenido %(created)s.", + "Earned Certificates": "Certificados Ganados", + "EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.": "EdX no tiene una transcripci\u00f3n de este video en Studio, pero hemos encontrado una en Youtube. Puede importar la transcripci\u00f3n de Youtube o subir su propio archivo .srt.", + "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "EdX no cuenta con una transcripci\u00f3n para este video. Por favor suba un archivo de transcripci\u00f3n .srt", + "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "EdX tiene una transcripci\u00f3n para este video. Si desea editarla, puede descargar, editar y volver a cargar el archivo de transcripci\u00f3n. Si desea reemplazarla, puede hacerlo cargando un nuevo archivo .srt", + "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "EdX tiene una transcripci\u00f3n para este video. Si desea reemplazarla, suba un nuevo archivo .srt. Si desea editar esta transcripci\u00f3n, descargue, edite y vuelva a cargar el archivo de transcripci\u00f3n.", + "Edit": "Editar", + "Edit %(display_name)s (required)": "Editar %(display_name)s (requerido)", + "Edit HTML": "Editar HTML", + "Edit Membership": "Editar membres\u00eda", + "Edit Team": "Editar Equipo", + "Edit Thumbnail": "Editar imagen miniatura", + "Edit Your Name": "Edite su nombre", + "Edit this certificate?": "\u00bfEditar este certificado?", + "Editable": "Editable", + "Editing: {title}": "Edici\u00f3n: {title}", + "Editor": "Editor", + "Education Completed": "Educaci\u00f3n completada", + "Email": "Correo electr\u00f3nico", + "Email Address (Sign In)": "Direcci\u00f3n de correo electr\u00f3nico (ingresar)", + "Email address": "Correo electr\u00f3nico", + "Emails successfully sent. The following users are no longer enrolled in the course:": "Los correos electr\u00f3nicos fueron enviados exit\u00f3samente. Los siguientes usuarios ya no est\u00e1n inscritos en el curso:", + "Embed": "Incrustar c\u00f3digo", + "Emoticons": "Emoticonos", + "Enable": "Habilitar", + "Enable Cohorts": "Habilitar Cohortes", + "Enable Now": "Habilitar ahora", + "Enable Weekly Highlight Emails": "Habilitar correos destacados semanalmente", + "Enabled": "Habilitado", + "Encoding": "Codificaci\u00f3n", + "End My Exam": "Finalizar mi examen", + "End of transcript. Skip to the start.": "Fin de la transcripci\u00f3n. Saltar al inicio.", + "Ends {end}": "Termina {end}", + "Engage with posts": "Trabajar con las publicaciones", + "Enroll Now": "Incr\u00edbase ahora", + "Enrolled": "Inscrito", + "Enrolling you in the selected course": "Inscribi\u00e9ndote en el curso seleccionado", + "Enrollment Date": "Fecha de inscripci\u00f3n", + "Enrollment Mode": "Modo de inscripci\u00f3n", + "Enrollment Opens on": "Inscripciones abiertas en", + "Enrollment Tracks": "Rutas de inscripci\u00f3n", + "Ensure that you can see your photo and read your name": "Asegurese de que se pueda ver su cara y leer su nombre en la foto del documento de identificaci\u00f3n.", + "Enter 3-5 highlights to include in the email message that learners receive for this section (250 character limit).": "Ingrese de 3 a 5 destacados para incluir en el mensaje de correo electr\u00f3nico que los estudiantes reciben para esta secci\u00f3n (l\u00edmite de 250 caracteres).", + "Enter Due Date and Time": "Ingresa fecha y hora l\u00edmites", + "Enter Start Date and Time": "Ingrese fecha y hora", + "Enter a student's username or email address.": "Ingresa un nombre de usuario o email de estudiante.", + "Enter a username or email.": "Ingresa el nombre de usuario o el correo electr\u00f3nico.", + "Enter and confirm your new password.": "Ingrese y confirme su nueva contrase\u00f1a.", + "Enter email addresses and/or usernames, separated by new lines or commas, for the learners you want to add. *": "Ingrese los correos electr\u00f3nicos y/o nombres de usuarios, separados por comas o en l\u00edneas nuevas, uno debajo del otro, de los estudiantes que quiera agregar.*", + "Enter information to describe your team. You cannot change these details after you create the team.": "Ingrese la descripci\u00f3n de su equipo. No podr\u00e1 cambiar esta informaci\u00f3n despu\u00e9s de crear el equipo.", + "Enter some details for your support request.": "Describe los detalles de tu solicitud de ayuda.", + "Enter team description.": "Ingresa la descripci\u00f3n del equipo.", + "Enter team name.": "Ingresa el nombre del equipo.", + "Enter the account information for your organization.": "Ingrese la informaci\u00f3n de la cuenta para su organizaci\u00f3n.", + "Enter the enrollment code.": "Ingresa el c\u00f3digo de inscripci\u00f3n.", + "Enter the name of the cohort": "Ingrese un nombre para la cohorte", + "Enter the page number you'd like to quickly navigate to.": "Introduzca el n\u00famero de p\u00e1gina al cual le gustar\u00eda dirigirse", + "Enter the username or email address of each learner that you want to add as an exception.": "Ingrese el nombre de usuario y correo electr\u00f3nico de cada estudiante que quiere agregar como excepci\u00f3n ", + "Enter username or email": "Ingresa el nombre de usuario o el correo electr\u00f3nico.", + "Enter your ": "Ingrese su", + "Entrance exam attempts is being reset for student '{student_id}'.": "Intentos para ex\u00e1men de ingreso esta siendo reiniciado para el estudiante '{student_id}'", + "Entrance exam state is being deleted for student '{student_id}'.": "El estado del examen de ingreso est\u00e1 siendo borrado para el estudiante '{student_id}'.", + "Error": "Error", + "Error adding learners.": "Error para agregar estudiantes.", + "Error adding user": "Error al a\u00f1adir el usuario.", + "Error adding/removing users as beta testers.": "Error a\u00f1adiendo o eliminando usuarios de pruebas.", + "Error changing user's permissions.": "Error al cambiar los permisos del usuario.", + "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "Error borrando el estado del examen de ingreso para el estudiante '{student_id}'. Aseg\u00farate que el identificador del estudiante es correcto.", + "Error deleting student '<%- student_id %>'s state on problem '<%- problem_id %>'. Make sure that the problem and student identifiers are complete and correct.": "Error al borrar el estado del estudiante '<%- student_id %>' para el problema '<%- problem_id %>'. Verifica que el problema y el estudiante est\u00e9n identificados correctamente.", + "Error enrolling/unenrolling users.": "Error al inscribir o desinscribir usuarios.", + "Error generating ORA data report. Please try again.": "Error al generar el reporte de datos de ORA. Por favor, intenta nuevamente.", + "Error generating grades. Please try again.": "Error al generar las calificaciones. Por favor int\u00e9ntalo nuevamente.", + "Error generating list of students who may enroll. Please try again.": "Error al generar la lista de estudiantes que pueden inscribirse al curso. Por favor int\u00e9ntalo nuevamente.", + "Error generating problem grade report. Please try again.": "Error al generar el reporte de calificaciones. Por favor intenta nuevamente.", + "Error generating proctored exam results. Please try again.": "Error al generar el reporte de resultados de examenes supervisados. Por favor intenta nuevamente.", + "Error generating student profile information. Please try again.": "Error al generar la informaci\u00f3n de perfil de estudiante. Por favor int\u00e9ntalo nuevamente.", + "Error generating survey results. Please try again.": "Error generando los resultados de encuesta. Por favor intenta nuevamente.", + "Error getting enrollment status for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "Error al intentar recibir el estatus de registro de '<%- student_id %>'. Aseg\u00farate de que el identificador del estudiante est\u00e1 correctamente escrito. ", + "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "Error obteniendo el historial de tarea para examen de ingreso para el estudiante '{student_id}'. Aseg\u00farate que el identificador del estudiante es correcto.", + "Error getting issued certificates list.": "Error al obtener la lista de certificados emitidos.", + "Error getting student list.": "Error al obtener la lista de estudiantes.", + "Error getting student progress url for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "Error al obtener la url de progreso del estudiante '<%- student_id %>'. Aseg\u00farate de que el identificador del estudiante est\u00e9 escrito correctamente.", + "Error getting task history for problem '<%- problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "Error al obtener el historial de tareas para el problema '<%- problem_id %>' y el estudiante '<%- student_id %>'. Verifica que el problema y el estudiante est\u00e9n identificados correctamente.", + "Error getting the number of ungraded responses": "Error al obtener el n\u00famero de respuestas no calificadas.", + "Error importing course": "Error al importar el curso", + "Error listing task history for this student and problem.": "Error listando el historial de tareas para este estudiante y problema.", + "Error removing user": "Error al remover el usuario.", + "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "Error reiniciando los intentos de examen de ingreso para el estudiante '{student_id}'. Aseg\u00farate que el identificador es correcto.", + "Error resetting problem attempts for problem '<%= problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "Error al reiniciar los env\u00edos para el problema '<%= problem_id %>' y estudiante '<%- student_id %>'. Aseg\u00farate de que los identificadores del problema y el estudiante est\u00e9n completos y correctos.", + "Error retrieving grading configuration.": "Error al obtener la configuraci\u00f3n de calificaciones.", + "Error sending email.": "Error enviando el correo electr\u00f3nico.", + "Error starting a task to override score for problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the score and the problem and student identifiers are complete and correct.": "Error al iniciar el proceso de sobreescritura del puntaje para el problema '<%- problem_id %>' para el estudiante '<%- student_id %>'. Verifique que el problema y el estudiante est\u00e9n identificados correctamente.", + "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "Error iniciando la tarea para recalificar el examen de ingreso para el estudiante '{student_id}'. Asegurar que el examen de ingreso tiene problemas y el identificador del estudiante es correcto.", + "Error starting a task to rescore problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the problem and student identifiers are complete and correct.": "Error al iniciar el proceso de re puntuaci\u00f3n del problema '<%- problem_id %>' para el estudiante '<%- student_id %>'. Verifica que el problema y el estudiante est\u00e9n identificados correctamente.", + "Error starting a task to rescore problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "Error al iniciar la tarea para re puntuar el problema '<%- problem_id %>'. Verifica que el problema est\u00e9 identificado correctamente.", + "Error starting a task to reset attempts for all students on problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "Error en el proceso de reinicio de env\u00edos para todos los estudiantes para el problema '<%- problem_id %>'. Verifica que el problema est\u00e9 identificado correctamente.", + "Error while generating certificates. Please try again.": "Error al generar los certificados. Por favor intenta nuevamente.", + "Error while regenerating certificates. Please try again.": "Error al regenerar los certificados. Por favor int\u00e9ntalo nuevamente.", + "Error.": "Error.", + "Error:": "Error:", + "Error: ": "Error:", + "Error: Choosing failed.": "Error: Fall\u00f3 la selecci\u00f3n.", + "Error: Connection with server failed.": "Error: Fall\u00f3 la conexi\u00f3n con el servidor.", + "Error: Import failed.": "Error: Fall\u00f3 la importaci\u00f3n.", + "Error: Replacing failed.": "Error: Fall\u00f3 reemplazo.", + "Error: Uploading failed.": "Error: Fall\u00f3 la carga del archivo.", + "Error: User '<%- username %>' has not yet activated their account. Users must create and activate their accounts before they can be assigned a role.": "Error: El usuario '<%- username %>' a\u00fan no ha activado su cuenta. Los usuarios deben crear y activar su cuenta antes de que puedan tener un rol asignado.", + "Error: You cannot remove yourself from the Instructor group!": "Error: No puedes eliminarse a ti mismo del grupo de instructores!", + "Errors": "Errores", + "Errors/Technical Issues": "Problemas t\u00e9cnicos/errores", + "Everyone who has staff privileges in this course": "todos los usuarios con rol de funcionario para este curso", + "Exam Types": "Tipos de ex\u00e1men", + "Exam timer and end exam button": "Cronometro del examen y bot\u00f3n de finalizar examen", + "Exception Granted": "Acceso concedido", + "Exit full browser": "Salir de pantalla completa", + "Expand All": "Expandir todo", + "Expand Instructions": "Expandir instrucciones", + "Explain if other.": "Si otro, explique.", + "Explanation": "Explicaci\u00f3n", + "Explicitly Hiding from Students": "Ocultar solo a los estudiantes", + "Explore New Programs": "Explorar programas nuevos", + "Explore Programs": "Explorar programas", + "Explore your course!": "Explora tus cursos!", + "Failed Proctoring": "Supervisi\u00f3n fallida", + "Failed to delete student state for user.": "Fall\u00f3 al borrar el estado de estudiante para el usuario.", + "Failed to rescore problem for user.": "Fall\u00f3 al re puntuar el problema para el usuario.", + "Failed to rescore problem to improve score for user.": "Fall\u00f3 al re puntuar el problema para mejorar la calificaci\u00f3n del usuario.", + "Failed to reset attempts for user.": "Fall\u00f3 al reiniciar los intentos para el usuario.", + "February": "Febrero", + "Feedback available for selection.": "Comentarios disponibles para esta selecci\u00f3n.", + "File": "Archivo", + "File Name": "Nombre de archivo", + "File format not supported. Please upload a file with a {ext} extension.": "Formato de archivo no admitido. Debes cargar un archivo con la extensi\u00f3n {ext}", + "File type is not allowed.": "Tipo de archivo no permitido.", + "File types can not be empty.": "Tipo de archivo no puede ser vac\u00edo.", + "File upload succeeded": "Archivo subido con exito", + "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "El archivo {filename} excede el tama\u00f1o maximo de {maxFileSizeInMBs} MB", + "Files must be in JPEG or PNG format.": "Los archivos deben estar en formato JPEG o PNG.", + "Files that you upload must be PDFs or image files in .gif, .jpg, .jpeg, or .png format.": "Archivos que va a subir deben ser formatos PDF o im\u00e1genes en formatos .gif, .jpg, .jpeg, \u00f3 .png.", + "Files that you upload must be smaller than 5MB in size.": "Archivos que va a subir deben ser m\u00e1s peque\u00f1os que 5MB en tama\u00f1o.", + "Fill browser": "Ir a pantalla completa", + "Filter": "Filtro", + "Filter and sort topics": "Filtrar y ordenar los temas", + "Final Grade": "Calificaci\u00f3n Final", + "Final Grade Received": "Calificaci\u00f3n final recibida", + "Financial Aid": "Ayuda financiera", + "Financial Assistance": "Asistencia financiera", + "Financial Assistance Application": "Solicitud de asistencia financiera", + "Find": "Buscar", + "Find a course": "Busca un curso", + "Find and replace": "Encontrar y reemplazar", + "Find answers to the top questions asked by learners.": "Encuentra respuestas a las preguntas m\u00e1s comunes de nuestros estudiantes.", + "Find discussions": "Encontrar discusiones", + "Find next": "Encontrar el siguiente", + "Find previous": "Encontrar el anterior", + "Finish": "Finalizar", + "First time here?": "Primera vez aqu\u00ed?", + "Follow or unfollow posts": "Seguir o dejar de seguir publicaciones", + "Font Family": "Tipo de fuente", + "Font Sizes": "Tama\u00f1o de fuente", + "Footer": "Pie de p\u00e1gina", + "For grading to work, you must change all {oldName} subsections to {newName}.": "Para que el proceso de calificaci\u00f3n funcione, debes cambiar todas las subsecciones {oldName} a {newName}.", + "For inquiries regarding assignments, grades, or structure of a specific course, please post in the discussion forums for that course directly.": "Para preguntas sobre las tareas, notas o estructura de un curso espec\u00edfico, por favor publica tu pregunta directamente en el foro de discusi\u00f3n.", + "Format": "Formato", + "Formats": "Formatos", + "Free text notes": "Notas o comentarios", + "Frequently Asked Questions": "Preguntas frecuentes", + "Full Name": "Nombre completo", + "Full Profile": "Perfil completo", + "Fullscreen": "Pantalla completa", + "Fully Supported": "Completamente soportado", + "Gender": "G\u00e9nero", + "General": "General", + "General Proctored Exam Rules": "Reglas Generales del Examen Supervisado", + "Generate": "Generar", + "Generate Exception Certificates": "Generar excepciones de certificados", + "Generate the user's certificate": "Generar el certificado del usuario", + "Get Credit": "Obtenga cr\u00e9ditos", + "Go Back": "Volver Atr\u00e1s", + "Go to Dashboard": "Ir al panel de control", + "Go to my Dashboard": "Ir a mi Panel De Control", + "Go to your Dashboard": "Ir al panel de control", + "Go to {platform} Home": "Ir a la p\u00e1gina inicial de {platform}", + "Going forward, your account information will be updated and maintained by {enterprise_name}.": "En el futuro, la informaci\u00f3n de su cuenta ser\u00e1 actualizada y mantenida por {enterprise_name}.", + "Government-Issued Photo ID": "Foto de documento oficial de identificaci\u00f3n", + "Grace period must be specified in HH:MM format.": "El periodo de gracia debe especificarse en el formato HH:MM", + "Grade": "Calificaci\u00f3n", + "Grade as:": "Calificar como:", + "Graded as:": "Calificado como:", + "Grading": "Calificaciones", + "Group": "Grupo", + "Group %s": "Grupo %s", + "Group A": "Grupo A", + "Group B": "Grupo B", + "Group Configuration ID": "Identificaci\u00f3n de configuraci\u00f3n del grupo", + "Group Configuration Name": "Nombre de configuraci\u00f3n del grupo", + "Group Configuration information": "Informaci\u00f3n de configuraci\u00f3n del grupo", + "Group Configuration name is required.": "Nombre de grupo de configuraci\u00f3n requerido.", + "Group information": "Informaci\u00f3n del grupo", + "Group name is required": "Nombre de grupo requerido", + "Groups": "Grupos", + "H Align": "Alineaci\u00f3n H", + "HTML preview of post": "previsiualizaci\u00f3n en HTML", + "HTML source code": "C\u00f3digo fuente HTML", + "Header": "Encabezado", + "Header 1": "Encabezado 1", + "Header 2": "Encabezado 2", + "Header 3": "Encabezado 3", + "Header 4": "Encabezado 4", + "Header 5": "Encabezado 5", + "Header 6": "Encabezado 6", + "Header cell": "Celda de encabezado", + "Headers": "Encabezados", + "Heading": "Encabezado", + "Heading (Ctrl+H)": "Encabezado (Ctrl+H)", + "Heading 1": "Encabezado 1", + "Heading 2": "Encabezado 2", + "Heading 3": "Encabezado 3", + "Heading 4": "Encabezado 4", + "Heading 5": "Encabezado 5", + "Heading 6": "Encabezado 6", + "Headings": "Encabezados", + "Height": "Altura", + "Help Translate into {beta_language}": "Ayude a traducir a {beta_language}", + "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "Ayude a otros estudiantes a decidir si unirse o no a su equipo, especificando la caracter\u00edsticas del mismo. Tenga cuidado en no desmotivar la participaci\u00f3n de otros usuarios con esta descripci\u00f3n.", + "Hide": "Esconder", + "Hide Annotations": "Ocultar anotaciones", + "Hide Deprecated Settings": "Ocultar configuraciones descartadas", + "Hide Discussion": "Ocultar Discusi\u00f3n", + "Hide Previews": "Ocultar vistas previas", + "Hide Timer": "Ocultar cron\u00f3metro", + "Hide closed captions": "Ocultar subt\u00edtulos", + "Hide content after course end date": "Ocultar el contenido despu\u00e9s de la fecha l\u00edmite", + "Hide content after due date": "Ocultar el contenido despu\u00e9s de la fecha l\u00edmite", + "Hide entire subsection": "Ocultar toda la subsecci\u00f3n", + "Hide from learners": "Ocultar a los estudiantes", + "Hide notes": "Ocultar notas", + "Hide transcripts ({transcriptCount})": "Ocultar transcripciones ({transcriptCount})", + "Hiding from Students": "Oculto a los estudiantes", + "High Definition": "Alta Definici\u00f3n", + "Highlight {highlight_index}": "Destacado {highlight_index}", + "Highlighted text": "Texto resaltado", + "Highlights for {display_name}": "Destacados por {display_name}", + "Horizontal Rule (Ctrl+R)": "Linea Horizontal (Ctrl+R)", + "Horizontal line": "L\u00ednea horizontal", + "Horizontal space": "Espacio horizontal", + "How to create useful text alternatives.": "C\u00f3mo crear alternativas \u00fatiles al texto.", + "How to use %(platform_name)s discussions": "C\u00f3mo usar las discusiones de %(platform_name)s", + "Hyperlink (Ctrl+L)": "Hiperv\u00ednculo (Ctrl+L)", + "I am ready to start this timed exam,": "Estoy listo/a para empezar este examen cronometrado,", + "ID": "ID", + "ID-Verification is not required for this Professional Education course.": "La verification de ID no se requiere para este curso de Educaci\u00f3n Profesional", + "Identity Verification In Progress": "Verificaci\u00f3n de identidad en progreso", + "If the course does not have an end date, learners always see their scores when they submit answers to assessments.": "Si el curso no tiene fecha de caducidad, los estudiantes siempre ven sus puntajes cuando env\u00edan las respuestas de las evaluaciones.", + "If the subsection does not have a due date, learners always see their scores when they submit answers to assessments.": "Si la subsecci\u00f3n no tiene fecha de caducidad, los estudiantes siempre pueden ver sus puntajes cuando env\u00edan las respuestas a la evaluaci\u00f3n.", + "If the unit was previously published and released to learners, any changes you made to the unit when it was hidden will now be visible to learners.": "Si la unidad fue publicada anteriormente y liberada a los estudiantes, cualquier cambio que haya realizado cuando estaba oculta ser\u00e1 ahora visible para los estudiantes.", + "If the unit was previously published and released to students, any changes you made to the unit when it was hidden will now be visible to students. Do you want to proceed?": "Si la unidad fue publicada anteriormente y liberada a los estudiantes, cualquier cambio realizado cuando estaba oculta ser\u00e1 ahora visible para los estudiantes. \u00bfDeseas proceder?", + "If you are unable to access your account contact us via email using {email}.": "Si no puedes acceder a tu cuenta, cont\u00e1ctanos por correo electr\u00f3nico a {email}.", + "If you do not yet have an account, use the button below to register.": "Si todav\u00eda no tienes una cuenta, puedes utilizar el bot\u00f3n abajo para registrarte ", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "Si no verifica su identidad ahora, de todas formas podr\u00e1 explorar el curso desde su Panel de Control. Recibir\u00e1 recordatorios peri\u00f3dicos de %(platformName)s para realizar la verificaci\u00f3n de identidad.", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from {platformName} to verify your identity.": "Si no verifica su identidad ahora, de todas formas podr\u00e1 explorar el curso desde su Panel de Control. Recibir\u00e1 recordatorios peri\u00f3dicos de {platformName} para realizar la verificaci\u00f3n de identidad.", + "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "Si abandona esta p\u00e1gina sin guardar o enviar su respuesta, perder\u00e1 todo el trabajo realizado en la respuesta.", + "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "Si abandona esta p\u00e1gina sin enviar su trabajo, perder\u00e1 todos los cambios realizados.", + "If you leave this page without submitting your self assessment, you will lose any work you have done.": "Si abandona esta p\u00e1gina sin enviar su auto evaluaci\u00f3n, perder\u00e1 todos los cambios realizados.", + "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "Si abandona esta p\u00e1gina sin enviar su evaluaci\u00f3n, se perder\u00e1n todos los cambios realizados.", + "If you make significant changes, make sure you notify members of the team before making these changes.": "Si haces cambios significativos, aseg\u00farate de avisarle a los miembros del equipos antes de realizar estos cambios.", + "If you make this %(xblockType)s visible to learners, learners will be able to see its content after the release date has passed and you have published the unit. Only units that are explicitly hidden from learners will remain hidden after you clear this option for the %(xblockType)s.": "Si hace este %(xblockType)s visible a los estudiantes, podr\u00e1n ver su contenido a partir de la fecha de liberaci\u00f3n siempre que haya publicado la unidad. S\u00f3lo las unidades que est\u00e1n ocultos expl\u00edcitamente permanecer\u00e1n ocultas despu\u00e9s de quitar esta opci\u00f3n para %(xblockType)s.", + "If you remove this transcript, the transcript will not be available for any components that use this video.": "Si elimina esta transcripci\u00f3n, la transcripci\u00f3n no estar\u00e1 disponible para ning\u00fan componente que use este v\u00eddeo.", + "If you remove this transcript, the transcript will not be available for this component.": "Si elimina esta transcripci\u00f3n, la transcripci\u00f3n no estar\u00e1 disponible para este componente.", + "If you select an option other than \"%(hide_label)s\", published units in this subsection become available to learners unless they are explicitly hidden.": "Si selecciona esta opci\u00f3n distinta a \"%(hide_label)s\", \nlas unidades publicadas en este subsecci\u00f3n pasar\u00e1n a estar disponible para los estudiantes a menos que est\u00e1n expl\u00edcitamente ocultas.", + "If you still wish to continue and delete your account, please enter your account password:": "Si deseas continuar y eliminar tu cuenta, por favor introduce la contrase\u00f1a de tu cuenta:", + "If you use the Advanced Editor, this problem will be converted to XML and you will not be able to return to the Simple Editor Interface.\n\nProceed to the Advanced Editor and convert this problem to XML?": "Si utiliza el Editor Avanzado, este problema ser\u00e1 convertido a formato XML y no podr\u00e1 volver a la pantalla del Editor Simple.\n\n\u00bfPasar al Editor avanzado y convertir este problema al formato XML?", + "Ignore": "Ignorar", + "Ignore all": "Ignorar todo", + "Image": "Imagen", + "Image (Ctrl+G)": "Imagen (Ctrl+G)", + "Image Description": "Descripci\u00f3n de la imagen", + "Image Upload Error": "Error en subir imagen", + "Image description": "Descripci\u00f3n de la imagen", + "Image must be in PNG format": "La imagen debe estar en formato PNG.", + "Image must be in PNG format.": "La imagen debe estar en formato PNG.", + "Image upload failed": "Carga de imagen fallida", + "Image upload failed. ": "Subida de la imagen fallida.", + "Import YouTube Transcript": "Importar la transcripci\u00f3n desde YouTube", + "In Progress": "En progreso", + "In the {linkStart}Course Outline{linkEnd}, use this group to control access to a component.": "En el {linkStart}perfil del curso{linkEnd}, usa este grupo para tener control de acceso a este componente.", + "Incorrect url format.": "Formato incorrecto de URL.", + "Increase indent": "Aumentar Sangr\u00eda", + "Individual Exceptions": "Excepciones individuales", + "Inheriting Student Visibility": "Heredando la Visibilidad a estudiantes.", + "Inline": "Dentro de la l\u00ednea", + "Insert": "Insertar", + "Insert Hyperlink": "Insertar hiperv\u00ednculo", + "Insert Image (upload file or type URL)": "Inserta imagen (subir archivo o introducir URL)", + "Insert column after": "Insertar columna despu\u00e9s", + "Insert column before": "Insertar columna antes", + "Insert date/time": "Insertar fecha y hora", + "Insert image": "Insertar imagen", + "Insert link": "Insertar v\u00ednculo", + "Insert row after": "Insertar fila despu\u00e9s", + "Insert row before": "Insertar fila antes", + "Insert table": "Insertar tabla", + "Insert template": "Insertar plantilla", + "Insert video": "Insertar video", + "Insert/Edit Image": "Insertar/Editar Imagen", + "Insert/edit image": "Insertar o editar imagen", + "Insert/edit link": "Insertar o editar v\u00ednculo", + "Insert/edit video": "Insertar o editar video", + "Instructor Biography": "Biograf\u00eda del instructor", + "Instructor Name": "Nombre del instructor", + "Instructor Photo": "Foto del instructor", + "Instructor Photo URL": "URL de la foto del instructor", + "Instructor Title": "T\u00edtulo del instructor", + "Instructor tools": "Herramientas de Instructor", + "Internal Server Error.": "Error interno del servidor.", + "Introduction to Cookie Baking": "Introducci\u00f3n a las Ciencias de la Computaci\u00f3n", + "Invalid email address: {email}": "Correo electr\u00f3nico inv\u00e1lido: {email}", + "Invalidate Certificate": "Invalidar certificado", + "Invalidated": "Invalidado", + "Invalidated By": "Invalidado por", + "Is Sample Attempt": "Es un intento de muestra", + "Is Visible To:": "Es visible para:", + "Is this OK?": "\u00bfCorrecto?", + "Is your name on your ID readable?": "\u00bfEst\u00e1 su nombre legible en su identificaci\u00f3n?", + "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "Se recomienda que incluya cuatro signatarios o menos. Si incluye signatarios adicionales, verifique la vista previa del certificado para asegurarse que se vea correctamente en una sola p\u00e1gina.", + "Italic": "It\u00e1lica", + "Italic (Ctrl+I)": "Cursiva (Ctrl+I)", + "January": "Enero", + "Join Team": "Unirse al equipo", + "Joined": "Afiliado", + "Joined %(date)s": "Vinculado %(date)s", + "Joined Date": "Fecha de Afiliaci\u00f3n", + "July": "Julio", + "June": "Junio", + "Justify": "Justificar", + "KB": "KB", + "Key should only contain letters, numbers, _, or -": "Las claves s\u00f3lo deben contener letras, n\u00fameros, _, o -", + "Keywords": "Palabras clave", + "LEARN MORE": "APRENDER MAS", + "Language": "Idioma", + "Large": "Largo", + "Last Activity %(date)s": "\u00daltima Actividad %(date)s", + "Last Edited:": "\u00daltima modificaci\u00f3n:", + "Last Updated": "\u00daltima Actualizaci\u00f3n", + "Last modified by": "\u00daltima modificaci\u00f3n por", + "Last published %(last_published_date)s by %(publish_username)s": "Publicado por \u00faltima vez el %(last_published_date)s por %(publish_username)s", + "Last published {lastPublishedStart}{publishedOn}{lastPublishedEnd} by {publishedByStart}{publishedBy}{publishedByEnd}": "Last published {lastPublishedStart}{publishedOn}{lastPublishedEnd} por {publishedByStart}{publishedBy}{publishedByEnd}", + "Last updated": "\u00daltima actualizaci\u00f3n", + "Learn More": "Aprender m\u00e1s", + "Learn more about {license_name}": "Saber m\u00e1s sobre {license_name}", + "Learners are added to this cohort automatically.": "Los estudiantes son agregados autom\u00e1ticamente a esta cohorte.", + "Learners are added to this cohort only when you provide their email addresses or usernames on this page.": "Los estudiantes son agregados a esta cohorte solamente cuando se incluye la direcci\u00f3n de correo electr\u00f3nico o el nombre de usuario en esta p\u00e1gina.", + "Learners do not see the subsection in the course outline. The subsection is not included in grade calculations.": "Los estudiantes no ven la subsecci\u00f3n en el esquema del curso. La subsecci\u00f3n no se incluye en los c\u00e1lculos de calificaciones.", + "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the course end date has passed.": "Los estudiantes no ven si sus respuestas a las evaluaciones fueron correctas o incorrectas, ni la puntuaci\u00f3n recibida, hasta despu\u00e9s que la fecha de caducidad del curso haya pasado.", + "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the due date for the subsection has passed.": "Los estudiantes no ven si sus respuestas a las evaluaciones fueron correctas o incorrectas, ni la puntuaci\u00f3n recibida, hasta despu\u00e9s que la fecha de caducidad del subsecci\u00f3n haya pasado.", + "Learners never see whether their answers to assessments are correct or incorrect, nor the score received.": "Los estudiantes nunca ver\u00e1n si sus respuestas a las evaluaciones son correctas o incorrectas, no hay un puntaje recibido.", + "Learners see the published subsection and can access its content.": "Los estudiantes pueden ver la subsecci\u00f3n publicada y acceder a su contenido", + "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "Los usuarios que requieren verificaci\u00f3n deben completar el punto de verificaci\u00f3n seleccionado para ver el contenido de esta unidad. Los usuarios que no requieren verificaci\u00f3n ven el contenido en forma predeterminada.", + "Learning Outcome": "Resultado de aprendizaje", + "Leave Current Session": "Salir de la sesi\u00f3n actual.", + "Leave Team": "Abandonar al equipo", + "Leave the current session and decide later": "Salir de la edici\u00f3n actual y decidir luego.", + "Leave this team?": "\u00bfDeseas abandonar este equipo?", + "Left": "Izquierda", + "Left to right": "De izquierda a derecha", + "Legal name": "Nombre", + "Less": "Menos", + "Library User": "Usuario de la Librer\u00eda", + "License Display": "Muestra de la Licencia", + "License Type": "Tipo de Licencia", + "Limit Access": "Restrinja permisos", + "Limited Profile": "Perfil limitado", + "Link Description": "Descripci\u00f3n del v\u00ednculo", + "Link Your Account": "Vincular tu cuenta", + "Link types should be unique.": "Los tipos de v\u00ednculos deben ser \u00fanicos.", + "Link your {accountName} account": "Vincular tu cuenta de {accountName}", + "Link your {accountName} account to your {platformName} account and use {accountName} to sign in to {platformName}.": "Vincula tu cuenta {accountName} con tu cuenta de {platformName} y usa {accountName} para iniciar sesi\u00f3n en {platformName}.", + "Linked Accounts": "Cuentas vinculadas", + "Linking": "Vinculando", + "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "Los v\u00ednculos se generan por demanda y expiran en los siguientes 5 minutos dado a la naturaleza sensible de la informaci\u00f3n de calificaciones de estudiantes.", + "Links should be unique.": "Los enlaces deben ser \u00fanicos.", + "List item": "Lista de items", + "List of Open Assessments is unavailable": "Lista de evaluaciones abiertas no disponible", + "List of uploaded files and assets in this course": "Lista de archivos y recursos cargados en este curso", + "Live view of webcam": "Se\u00f1al en vivo de la webcam", + "Load Another File": "Cargar otro archivo", + "Load all responses": "Cargando todas las respuestas", + "Load next {numResponses} responses": "Cargar las siguientes {numResponses} respuestas", "Load next {num_items} result": [ - "Cargar el siguiente {num_items} resultado", + "Cargar el siguiente {num_items} resultado", "Cargar los siguientes {num_items} resultados" - ], - "Loading": "Cargando", - "Loading content": "Cargando contenido", - "Loading data...": "Cargando datos...", - "Loading more threads": "Cargando m\u00e1s discusiones", - "Loading posts list": "Cargando lista de publicaci\u00f3nes", - "Loading your courses": "Cargando tus cursos", - "Location": "Ubicaci\u00f3n", - "Location in Course": "Ubicaci\u00f3n en el curso", - "Lock this asset": "Bloquear este recurso", - "Lock/unlock file": "Bloquear / Desbloquear recurso", - "Loud": "Alto", - "Low": "Bajo", - "Lower Alpha": "Alpha min\u00fascula", - "Lower Greek": "Griega min\u00fascula", - "Lower Roman": "Romana min\u00fascula", - "MB": "MB", - "Make Visible to Students": "Hacer visible a los estudiantes", - "Make sure that the full name on your account matches the name on your ID.": "Asegurese que su nombre completo en su cuenta corresponde al de su documento de identificaci\u00f3n.", - "Make sure we can verify your identity with the photos and information you have provided.": "Aseg\u00farese de que podamos verificar su identidad con las im\u00e1genes y la informaci\u00f3n suministrada.", - "Make sure your ID is well-lit": "Asegurese que su documento est\u00e1 bien iluminado", - "Make sure your face is well-lit": "Asegurese de que su rostro est\u00e9 bien iluminado", - "Make this subsection available as a prerequisite to other content": "Deje disponible esta secci\u00f3n como prerrequisito de otro contenido", - "Making Visible to Students": "Haciendo visible a los estudiantes", - "Manage Learners": "Manejar Estudiantes", - "Manual": "Manual", - "March": "Marzo", - "Mark Exam As Completed": "Marcar el examen como completado", - "Mark enrollment code as unused": "Marcar c\u00f3digo de inscripci\u00f3n como no utilizado", - "Markdown Editing Help": "Ayuda para la edici\u00f3n con marcadores Markdown", - "Masters": "Maestr\u00edas", - "Match case": "Igualar may\u00fasculas y min\u00faculas", - "Max file size exceeded": "Tama\u00f1o maximo del archivo excedido", - "Maximum": "M\u00e1ximo", - "Maximum file size: {maxFileSize} GB": "Tama\u00f1o m\u00e1ximo del archivo: {maxFileSize} GB", - "May": "Mayo", - "Membership": "Afiliaci\u00f3n", - "Merge cells": "Fusionar celdas", - "Message:": "Mensaje:", - "Middle": "Educaci\u00f3n media", - "Midnight": "Medianoche", - "Minimum Completion:": "Valor m\u00ednimo a completar:", - "Minimum Score:": "Nota m\u00ednima", - "Module state successfully deleted.": "Estado del m\u00f3dulo borrado exit\u00f3samente.", - "More": "M\u00e1s", - "More sessions coming soon": "Pr\u00f3ximamente m\u00e1s ediciones", - "More sessions coming soon.": "Pr\u00f3ximamente m\u00e1s sesiones.", - "Move": "Mover", - "Move cancelled. \"{sourceDisplayName}\" has been moved back to its original location.": "Movimiento cancelado. \"{sourceDisplayName}\" ha sido movido a su ubicaci\u00f3n original.", - "Move: {displayName}": "Mover: {displayName}", - "Moving": "Moviendo", - "Must be a Staff User to Perform this request.": "Hay que ser un usuario del equipo para cumplir esta petici\u00f3n.", - "Must complete verification checkpoint": "Debe completar el punto de verificaci\u00f3n", - "Mute": "Silenciar", - "Muted": "En silencio", - "My Orders": "Mis Pedidos", - "My Team": "Mi equipo", - "N/A": "N/D", - "Name": "Nombre", - "Name ": "Nombre", - "Name of the certificate": "Nombre del certificado", - "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "Nombre de los grupos a los que los estudiantes ser\u00e1n asignados. Por ejemplo, Control, video, problemas. Debe tener dos o m\u00e1s grupos.", - "Name of the signatory": "Nombre del signatario", - "Name or short description of the configuration": "Nombre o descripci\u00f3n corta de la configuraci\u00f3n", - "Navigate up": "Navegue hacia arriba", - "Need help logging in?": "\u00bfNecesita ayuda para iniciar sesi\u00f3n?", - "Needs verified certificate ": "Necesita certificado verificado", - "Never published": "Nunca publicad", - "Never show assessment results": "No mostrar nunca los resultados de la evaluaci\u00f3n", - "New %(item_type)s": "Nueva %(item_type)s", - "New Address": "Nueva direcci\u00f3n ", - "New Password": "Nueva Contrase\u00f1a", - "New document": "Documento nuevo", - "New enrollment mode:": "Nuevo modo de inscripcion:", - "New window": "Nueva ventana", - "New {component_type}": "Nuevo {component_type}", - "Next": "Siguiente", - "Next Step: Confirm your identity": "Siguiente paso: Confirmaci\u00f3n de identidad", - "Next: %(nextStepTitle)s": "Siguiente: %(nextStepTitle)s", - "No Content Group": "No hay contenido de grupo", - "No Derivatives": "No derivados", - "No EdX Timed Transcript": "No hay una transcripci\u00f3n", - "No Flash Detected": "No se detect\u00f3 flash", - "No Timed Transcript": "No hay transcripci\u00f3n", - "No Webcam Detected": "No se detect\u00f3 una c\u00e1mara web.", - "No color": "Sin color", - "No content-specific discussion topics exist.": "No existen temas de discusi\u00f3n de contenidos espec\u00edficos", - "No description available": "No hay descripci\u00f3n disponible", - "No posts matched your query.": "Ninguna publicaci\u00f3n coincide con los criterios dados.", - "No prerequisite": "Sin prerrequisitos", - "No receipt available": "No hay recibo disponible", - "No results": "Sin resultados", - "No results found for \"%(query_string)s\". Please try searching again.": "No se encontraron resultados para \"%(query_string)s\". Por favor intenta nuevamente.", - "No results found for {original_query}. Showing results for {suggested_query}.": "No se encontraron resultados para {original_query}. Mostrando resultados para {suggested_query}.", - "No tasks currently running.": "No hay tareas en proceso en este momento.", - "No transcript uploaded.": "No se ha subido ninguna transcripci\u00f3n", - "No validation is performed on policy keys or value pairs. If you are having difficulties, check your formatting.": "No se realiza validaci\u00f3n de pares clave/valor de pol\u00edtica. Si tiene dificultades, por favor revisa tu formato.", - "Nonbreaking space": "Espacio sin saltos", - "Noncommercial": "No comercial", - "None": "Ninguno", - "Noon": "Mediod\u00eda", - "Not Currently Available": "Actualmente no disponible", - "Not Graded": "No calificado", - "Not Selected": "No seleccionado", - "Not Supported": "No soportado", - "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "No se puede configurar este valor en menos de %(minimum_grade_cutoff)s%.", - "Not available": "No disponible", - "Not divided": "No dividido", - "Not in Use": "No esta en uso", - "Not selected": "No seleccionado", - "Not specific to a course": "No espec\u00edfico para un curso", - "Not yet": "A\u00fan no", - "Note": "Nota", - "Note: Do not hide graded assignments after they have been released.": "Nota: No oculte las tareas calificadas despu\u00e9s de que han sido liberadas.", - "Note: Learners can be in only one cohort. Adding learners to this group overrides any previous group assignment.": "Nota: Los estudiantes pueden estar \u00fanicamente en uno solo cohorte. Agregando estudiantes a este grupo sobreescribe cualquier asignaci\u00f3n previa a este grupo.", + ], + "Loading": "Cargando", + "Loading content": "Cargando contenido", + "Loading data...": "Cargando datos...", + "Loading more threads": "Cargando m\u00e1s discusiones", + "Loading posts list": "Cargando lista de publicaci\u00f3nes", + "Loading your courses": "Cargando tus cursos", + "Location": "Ubicaci\u00f3n", + "Location in Course": "Ubicaci\u00f3n en el curso", + "Lock this asset": "Bloquear este recurso", + "Lock/unlock file": "Bloquear / Desbloquear recurso", + "Loud": "Alto", + "Low": "Bajo", + "Lower Alpha": "Alpha min\u00fascula", + "Lower Greek": "Griega min\u00fascula", + "Lower Roman": "Romana min\u00fascula", + "MB": "MB", + "Make Visible to Students": "Hacer visible a los estudiantes", + "Make sure that the full name on your account matches the name on your ID.": "Asegurese que su nombre completo en su cuenta corresponde al de su documento de identificaci\u00f3n.", + "Make sure we can verify your identity with the photos and information you have provided.": "Aseg\u00farese de que podamos verificar su identidad con las im\u00e1genes y la informaci\u00f3n suministrada.", + "Make sure your ID is well-lit": "Asegurese que su documento est\u00e1 bien iluminado", + "Make sure your face is well-lit": "Asegurese de que su rostro est\u00e9 bien iluminado", + "Make this subsection available as a prerequisite to other content": "Deje disponible esta secci\u00f3n como prerrequisito de otro contenido", + "Making Visible to Students": "Haciendo visible a los estudiantes", + "Manage Learners": "Manejar Estudiantes", + "Manual": "Manual", + "March": "Marzo", + "Mark Exam As Completed": "Marcar el examen como completado", + "Mark enrollment code as unused": "Marcar c\u00f3digo de inscripci\u00f3n como no utilizado", + "Markdown Editing Help": "Ayuda para la edici\u00f3n con marcadores Markdown", + "Masters": "Maestr\u00edas", + "Match case": "Igualar may\u00fasculas y min\u00faculas", + "Max file size exceeded": "Tama\u00f1o maximo del archivo excedido", + "Maximum": "M\u00e1ximo", + "Maximum file size: {maxFileSize} GB": "Tama\u00f1o m\u00e1ximo del archivo: {maxFileSize} GB", + "May": "Mayo", + "Membership": "Afiliaci\u00f3n", + "Merge cells": "Fusionar celdas", + "Message:": "Mensaje:", + "Middle": "Educaci\u00f3n media", + "Midnight": "Medianoche", + "Minimum Completion:": "Valor m\u00ednimo a completar:", + "Minimum Score:": "Nota m\u00ednima", + "Module state successfully deleted.": "Estado del m\u00f3dulo borrado exit\u00f3samente.", + "More": "M\u00e1s", + "More sessions coming soon": "Pr\u00f3ximamente m\u00e1s ediciones", + "More sessions coming soon.": "Pr\u00f3ximamente m\u00e1s sesiones.", + "Move": "Mover", + "Move cancelled. \"{sourceDisplayName}\" has been moved back to its original location.": "Movimiento cancelado. \"{sourceDisplayName}\" ha sido movido a su ubicaci\u00f3n original.", + "Move: {displayName}": "Mover: {displayName}", + "Moving": "Moviendo", + "Must be a Staff User to Perform this request.": "Hay que ser un usuario del equipo para cumplir esta petici\u00f3n.", + "Must complete verification checkpoint": "Debe completar el punto de verificaci\u00f3n", + "Mute": "Silenciar", + "Muted": "En silencio", + "My Orders": "Mis Pedidos", + "My Team": "Mi equipo", + "N/A": "N/D", + "Name": "Nombre", + "Name ": "Nombre", + "Name of the certificate": "Nombre del certificado", + "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "Nombre de los grupos a los que los estudiantes ser\u00e1n asignados. Por ejemplo, Control, video, problemas. Debe tener dos o m\u00e1s grupos.", + "Name of the signatory": "Nombre del signatario", + "Name or short description of the configuration": "Nombre o descripci\u00f3n corta de la configuraci\u00f3n", + "Navigate up": "Navegue hacia arriba", + "Need help logging in?": "\u00bfNecesita ayuda para iniciar sesi\u00f3n?", + "Needs verified certificate ": "Necesita certificado verificado", + "Never published": "Nunca publicad", + "Never show assessment results": "No mostrar nunca los resultados de la evaluaci\u00f3n", + "New %(item_type)s": "Nueva %(item_type)s", + "New Address": "Nueva direcci\u00f3n ", + "New Password": "Nueva Contrase\u00f1a", + "New document": "Documento nuevo", + "New enrollment mode:": "Nuevo modo de inscripcion:", + "New window": "Nueva ventana", + "New {component_type}": "Nuevo {component_type}", + "Next": "Siguiente", + "Next Step: Confirm your identity": "Siguiente paso: Confirmaci\u00f3n de identidad", + "Next: %(nextStepTitle)s": "Siguiente: %(nextStepTitle)s", + "No Content Group": "No hay contenido de grupo", + "No Derivatives": "No derivados", + "No EdX Timed Transcript": "No hay una transcripci\u00f3n", + "No Flash Detected": "No se detect\u00f3 flash", + "No Timed Transcript": "No hay transcripci\u00f3n", + "No Webcam Detected": "No se detect\u00f3 una c\u00e1mara web.", + "No color": "Sin color", + "No content-specific discussion topics exist.": "No existen temas de discusi\u00f3n de contenidos espec\u00edficos", + "No description available": "No hay descripci\u00f3n disponible", + "No posts matched your query.": "Ninguna publicaci\u00f3n coincide con los criterios dados.", + "No prerequisite": "Sin prerrequisitos", + "No receipt available": "No hay recibo disponible", + "No results": "Sin resultados", + "No results found for \"%(query_string)s\". Please try searching again.": "No se encontraron resultados para \"%(query_string)s\". Por favor intenta nuevamente.", + "No results found for {original_query}. Showing results for {suggested_query}.": "No se encontraron resultados para {original_query}. Mostrando resultados para {suggested_query}.", + "No tasks currently running.": "No hay tareas en proceso en este momento.", + "No transcript uploaded.": "No se ha subido ninguna transcripci\u00f3n", + "No validation is performed on policy keys or value pairs. If you are having difficulties, check your formatting.": "No se realiza validaci\u00f3n de pares clave/valor de pol\u00edtica. Si tiene dificultades, por favor revisa tu formato.", + "Nonbreaking space": "Espacio sin saltos", + "Noncommercial": "No comercial", + "None": "Ninguno", + "Noon": "Mediod\u00eda", + "Not Currently Available": "Actualmente no disponible", + "Not Graded": "No calificado", + "Not Selected": "No seleccionado", + "Not Supported": "No soportado", + "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "No se puede configurar este valor en menos de %(minimum_grade_cutoff)s%.", + "Not available": "No disponible", + "Not divided": "No dividido", + "Not in Use": "No esta en uso", + "Not selected": "No seleccionado", + "Not specific to a course": "No espec\u00edfico para un curso", + "Not yet": "A\u00fan no", + "Note": "Nota", + "Note: Do not hide graded assignments after they have been released.": "Nota: No oculte las tareas calificadas despu\u00e9s de que han sido liberadas.", + "Note: Learners can be in only one cohort. Adding learners to this group overrides any previous group assignment.": "Nota: Los estudiantes pueden estar \u00fanicamente en uno solo cohorte. Agregando estudiantes a este grupo sobreescribe cualquier asignaci\u00f3n previa a este grupo.", "Note: You are %s hour ahead of server time.": [ - "Nota: Usted esta a %s horas por delante de la hora del servidor.", + "Nota: Usted esta a %s horas por delante de la hora del servidor.", "Nota: Usted va %s horas por delante de la hora del servidor." - ], + ], "Note: You are %s hour behind server time.": [ - "Nota: Usted esta a %s hora de retraso de tiempo de servidor.", + "Nota: Usted esta a %s hora de retraso de tiempo de servidor.", "Nota: Usted va %s horas por detr\u00e1s de la hora del servidor." - ], - "Noted in:": "Anotado en:", - "Notes": "Notas", - "Notes hidden": "Notas ocultas", - "Notes visible": "Notas visibles", - "November": "Noviembre", - "Now": "Ahora", - "Number Sent": "Cantidad enviada", - "Number of Droppable": "Cantidad de ejercicios excluibles", - "Number of Students": "N\u00famero de estudiantes", - "Numbered List (Ctrl+O)": "Lista numerada (Ctrl+O)", - "Numbered list": "Lista numerada", - "OK": "Aceptar", - "ORDER NAME": "NOMBRE DEL PEDIDO", - "ORDER NUMBER": "N\u00daMERO DEL PEDIDO", - "ORDER PLACED": "PEDIDO REALIZADO", - "October": "Octubre", - "Ok": "Aceptar", - "Onboarding": "Integraci\u00f3n", - "Onboarding Exam": "Examen de Integraci\u00f3n", - "Once in position, use the camera button {icon} to capture your ID": "Una vez en posici\u00f3n, haz clic en el siguiente \u00edcono {icon} para capturar tu ID", - "Once in position, use the camera button {icon} to capture your photo": "Una vez en posici\u00f3n, usa el siguiente \u00edcono {icon} para capturar tu foto", - "Once you complete one of the program requirements you have a program record. This record is marked complete once you meet all program requirements. A program record can be used to continue your learning journey and demonstrate your learning to others.": "Una vez complete uno de los requisitos de programa, usted tendr\u00e1 un registro de programa. Este registro es marcado como completo una vez cumpla con todos los requisitos del programa. Un registro del programa puede ser usado para continuar su registro diario de aprendizaje y demostrar su aprendizaje a otros.", - "Once your account is deleted, you cannot use it to take courses on the edX app, edx.org, or any other site hosted by edX. This includes access to edx.org from your employer\u2019s or university\u2019s system and access to private sites offered by MIT Open Learning, Wharton Executive Education, and Harvard Medical School.": "Una vez tu cuenta haya sido eliminada, no la podr\u00e1s usar para tomar cursos en la app de edX, edx.org o en cualquier otro sitio administrado por edX. Esto incluye el acceso a edx.org desde el sistema de tu empleador o de tu universidad y el acceso a p\u00e1ginas privadas ofrecidas por MIT Open Learning, Wharton Online y Harvard Medical School.", - "One or more rescheduling tasks failed.": "Una o m\u00e1s tareas de re-programaci\u00f3n fall\u00f3.", - "Only <%= fileTypes %> files can be uploaded. Please select a file ending in <%= fileExtensions %> to upload.": "S\u00f3lo pueden cargarse archivos de tipo <%= fileTypes %>. Por favor selecciona un archivo que termine en <%= fileExtensions %> para ser cargado.", - "Only properly formatted .csv files will be accepted.": "Solo archivos .csv correctamente formateados pueden ser utilizados.", - "Only the parent course staff of a CCX can create content groups.": "S\u00f3lo el personal del curso principal de un CCX puede crear grupos de contenido.", - "Open Calculator": "Abrir Calculadora", - "Open language menu": "Abrir men\u00fa de idioma", - "Open the certificate you earned for the %(title)s program.": "Abrir el certificado que ganaste en el programa %(title)s.", - "Open/download this file": "Abrir / descargar este archivo", - "OpenAssessment Save Error": "Error en el servidor al guardar el componente calificaci\u00f3n abierta", - "Option Deleted": "Opci\u00f3n borrada.", - "Optional Characteristics": "Caracter\u00edsiticas Opcionales", - "Optional long description": "Descripci\u00f3n larga optativa", - "Optionally, link your personal accounts to the social media icons on your edX profile.": "Opcionalmente, conecte sus cuentas personales a los iconos de redes sociales en su perfil de edX", - "Options for {license_name}": "Opciones para {license_name}", - "Order Details": "Detalles de la orden", - "Order History": "Historial de \u00f3rdenes", - "Order No.": "Orden Num.", - "Order Number": "N\u00famero de orden", - "Organization": "Organizaci\u00f3n", - "Organization ": "Organizaci\u00f3n", - "Organization Name": "Nombre de la organizaci\u00f3n", - "Organization of the signatory": "Organizaci\u00f3n del signatario", - "Other": "Otro", - "Overall Score": "Puntaje general", - "PDF Chapters": "Cap\u00edtulos de PDF", - "Page break": "Salto de p\u00e1gina", - "Page number out of %(total_pages)s": "N\u00famero de p\u00e1gina de un total de %(total_pages)s", - "Pagination": "Paginaci\u00f3n", - "Paragraph": "P\u00e1rrafo", - "Passed Proctoring": "Supervisi\u00f3n aprobada", - "Password": "Contrase\u00f1a", - "Password Status": "Estado de la Contrase\u00f1a", - "Password assistance": "Ayuda con la contrase\u00f1a", - "Password is incorrect": "Contrase\u00f1a incorrecta", - "Passwords do not match.": "Las contrase\u00f1as no son iguales.", - "Paste": "Pegar", - "Paste as text": "Pegar como texto", - "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "La funci\u00f3n pegar est\u00e1 en modo de texto. Los contenidos se pegar\u00e1n como texto plano hasta que se desactive esta opci\u00f3n.", - "Paste row after": "Pegar fila despu\u00e9s", - "Paste row before": "Pegar fila antes", - "Paste your embed code below:": "Pegar el c\u00f3digo para incrustar debajo:", - "Path to Signature Image": "Ruta a la imagen de la firma", - "Pause": "Pausar", - "Peer": "Par", - "Pending Session Review": "Revisi\u00f3n de sesi\u00f3n pendiente", - "Photo": "Foto", - "Photo Captured successfully.": "Foto capturada con \u00e9xito.", - "Photo ID": "Foto ID", - "Photo Identification": "Identificaci\u00f3n fotogr\u00e1fica.", - "Photo Verification": "Verificaci\u00f3n fotogr\u00e1fica", - "Photo of %(fullName)s": "Foto de %(fullName)s", - "Photo of %(fullName)s's ID": "Foto de la identificaci\u00f3n de %(fullName)s", - "Photo requirements:": "Requerimientos para las fotos:", - "Photos don't meet the requirements?": "\u00bfSus fotos no cumplen los requerimientos?", - "Placeholder": "Marcador de posici\u00f3n", - "Play": "Reproducir", - "Play video": "Reproducir video", - "Please Note": "Por favor tener en cuenta", - "Please add a photo of the instructor (Note: only JPEG or PNG format supported)": "Por favor proporcione una foto del instructor. (Nota: s\u00f3lo se admite formato JPEG o PNG)", - "Please add at least one chapter": "Por favor a\u00f1ade al menos un cap\u00edtulo", - "Please add the institute where the instructor is associated": "Ingrese la instituci\u00f3n con la que el instructor est\u00e1 asociado", - "Please add the instructor's biography": "Por favor ingrese la biograf\u00eda del instructor", - "Please add the instructor's name": "Ingrese el nombre del instructor", - "Please add the instructor's title": "Ingrese el t\u00edtulo del instructor", - "Please address the errors on this page first, and then save your progress.": "Por favor solucione los errores en esta p\u00e1gina y despu\u00e9s guarde su progreso.", - "Please check the following validation feedbacks and reflect them in your course settings:": "Por favor revisa la retroalimentaci\u00f3n de validaci\u00f3n y reflejalo en tu configuraci\u00f3n de curso.", - "Please correct the outlined fields.": "Por favor corrija los campos resaltados.", - "Please describe this image or agree that it has no contextual value by checking the checkbox.": "Por favor, describe esta imagen o indica que no tiene valor contextual marcando la casilla.", - "Please do not use any spaces in this field.": "Por favor, no uses espacios o caracteres especiales en este campo.", - "Please do not use any spaces or special characters in this field.": "Por favor, no utilices espacios o caracteres especiales en este campo.", - "Please enter a problem location.": "Por favor ingresa la ubicaci\u00f3n de un problema", - "Please enter a score.": "Por favor ingrese un puntaje.", - "Please enter a student email address or username.": "Por favor ingresa una direcci\u00f3n de correo electr\u00f3nico o nombre de usuario v\u00e1lidos.", - "Please enter a term in the {anchorStart} search field{anchorEnd}.": "Ingresa un t\u00e9rmino en el {anchorStart} campo de b\u00fasqueda{anchorEnd}.", - "Please enter a username or email.": "Por favor ingresa tu nombre de usuario o direcci\u00f3n de correo electr\u00f3nico.", - "Please enter a valid donation amount.": "Por favor entra un valor de donaci\u00f3n v\u00e1lido", - "Please enter an integer between %(min)s and %(max)s.": "Por favor ingrese un n\u00famero entero entre %(min)s y %(max)s.", - "Please enter an integer between 0 and 100.": "Por favor ingrese un n\u00famero entero entre 0 y 100.", - "Please enter an integer greater than 0.": "Por favor ingrese un n\u00famero entero mayor que cero.", - "Please enter non-negative integer.": "Por favor ingrese un n\u00famero entero no negativo.", - "Please enter valid start date and time.": "Por favor ingresa fecha y hora de inicio v\u00e1lida.", - "Please enter your %(field)s.": "Por favor ingresa su %(field)s.", - "Please enter your log-in or recovery email address below and we will send you an email with instructions.": "Por favor ingrese su direcci\u00f3n de correo electr\u00f3nico de inicio de sesi\u00f3n o de recuperaci\u00f3n a continuaci\u00f3n , y le enviaremos un correo electr\u00f3nico con instrucciones.", - "Please fix the following errors:": "Por favor corrija los siguientes errores:", - "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "Por favor siga las instrucciones aqui para cargar un archivo en otro parte y enlazelo: {maxFileSizeRedirectUrl}", - "Please note: Deletion of your account and personal data is permanent and cannot be undone. EdX will not be able to recover your account or the data that is deleted.": "Cuidado: la eliminaci\u00f3n de tu cuenta y datos personales es permanente e irreversible. edX no podr\u00e1 recuperar ni tu cuenta ni los datos eliminados.", - "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "Por favor imprima esta p\u00e1gina para sus registros; la misma es v\u00e1lida como su recibo. Tambi\u00e9n recibir\u00e1 un correo electr\u00f3nico con la esta informaci\u00f3n.", - "Please provide a description of the link destination.": "Por favor, provee una descripci\u00f3n de la destinaci\u00f3n del v\u00ednculo.", - "Please provide a valid URL.": "Por favor, provee un URL v\u00e1lido.", - "Please re-enter your password.": "Por favor, introduce tu contrase\u00f1a nuevamente.", - "Please select a PDF file to upload.": "Por favor selecciona un archivo PDF para subir.", - "Please select a file in .srt format.": "Por favor seleccione un archivo en formato .srt", - "Please specify a reason.": "Por favor especifica una raz\u00f3n.", - "Please verify that you have uploaded a valid image (PNG and JPEG).": "Por favor verifica que hayas cargado una imagen v\u00e1lida (PNG y JPEG)", - "Please verify that your webcam is connected and that you have allowed your browser to access it.": "Por favor, comprueba que tu webcam este conectada y que el navegador tenga habilitado el acceso a la misma.", - "Please wait": "Por favor espere", - "Plugins": "Plug-ins", - "Post": "Publicaci\u00f3n", - "Poster": "Poster", - "Practice Exam Completed": "Examen de pr\u00e1ctica completado", - "Practice Exam Failed": "Examen de pr\u00e1ctica no aprobado", - "Practice Proctored": "Practica de examen supervisado", - "Practice proctored Exam": "Practica de examen supervisado", - "Pre": "Pre", - "Preferred Language": "Preferencia de idioma", - "Preformatted": "Preformateado", - "Prerequisite:": "Prerrequisito", - "Prerequisite: %(prereq_display_name)s": "Prerrequisito: %(prereq_display_name)s ", - "Press Add to language": "Seleccione A\u00f1adir para idioma", - "Press Remove to remove language": "Seleccione Remover para eliminar el idioma", - "Press UP to enter the speed menu then use the UP and DOWN arrow keys to navigate the different speeds, then press ENTER to change to the selected speed.": "Velocidad: Presiona ARRIBA para acceder al men\u00fa, luego usa las teclas de ARRIBA y ABAJO para cambiar a diferentes velocidades, y presiona ENTER para cambiar a la velocidad seleccionada.", - "Press change to change selected transcript provider.": "Seleccione cambiar para cambiar el proveedor de transcripci\u00f3n seleccionado", - "Press close to hide course video settings": "Seleccione cerrar para ocultar los ajustes de v\u00eddeo del curso", - "Press discard changes to discard changes.": "Seleccione descartar cambios para descartar los cambios realizados", - "Press discard changes to discard your changes.": "Seleccione descartar cambios para descartar los cambios realizados", - "Press the UP arrow key to enter the language menu then use UP and DOWN arrow keys to navigate language options. Press ENTER to change to the selected language.": "Idioma: Presiona la flecha ARRIBA para entrar al men\u00fa de idioma, luego usa las flechas ARRIBA y ABAJO para navegar las opciones de idioma. Presiona ENTRAR para cambiar al idioma seleccionado.", - "Press update settings to update course video settings": "Seleccione actualizar ajustes para actualizar los ajustes de v\u00eddeo del curso", - "Press update settings to update the information for your organization.": "Seleccione actualizar ajustes para actualizar la informaci\u00f3n de su organizaci\u00f3n", - "Prev": "Previo", - "Prevent students from generating certificates in this course?": "\u00bfEvitar que estudiantes generen certificados para este curso ?", - "Preview": "Vista previa", - "Preview Certificate": "Previsualizar certificado", - "Preview of uploaded image": "Vista previa de imagen subida", - "Preview this query": "Vista previa de esta consulta", - "Previous": "Anterior", - "Previous Uploads": "Subidas anteriores", - "Previous Uploads table has been updated.": "La tabla de Cargas previas ha sido actualizada.", - "Previously published": "Publicado previamente", - "Print": "Imprimir", - "Processing Re-run Request": "Procesando petici\u00f3n de reapertura", - "Proctored": "Supervisado", - "Proctored Exam": "Examen supervisado", - "Proctored Option Available": "Opci\u00f3n supervisada disponible", - "Proctored Option No Longer Available": "La opci\u00f3n supervisado ya no est\u00e1 disponible", - "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.": "Los ex\u00e1menes supervisados son cronometrados y un software graba a cada estudiante que toma el examen. Los videos luego son revisados para garantizar que el estudiante cumpli\u00f3 con todas las reglas del examen.", - "Proctoring": "Supervisi\u00f3n", - "Proctoring Session Results Update for {course_name} {exam_name}": "Actualizaci\u00f3n de resultados de sesi\u00f3n supervisada para {course_name} {exam_name}", - "Proctoring Settings": "Configuraci\u00f3n de supervisi\u00f3n", - "Product Name": "Nombre del Producto", - "Professional Certificate for {courseName}": "Certificado Profesional para {courseName}", - "Professional Education": "Educaci\u00f3n profesional", - "Professional Education Verified Certificate": "Certificado Verificado de Educaci\u00f3n Profesional", - "Profile": "Perfil", - "Profile Image": "Foto de perfil", - "Profile Visibility:": "Visibilidad del perfil:", - "Profile image for {username}": "Foto de perfil para {username}", - "Program Record": "Registro del Programa", - "Promote another member to Admin to remove your admin rights": "Promueva a otro miembro del equipo a administrador si quiere quitar sus propios privilegios de administrador", - "Provisional": "Provisional", - "Provisionally Supported": "Soportado de forma provisional", - "Publish": "Publicar", - "Publish all unpublished changes for this {item}?": "Publicar todos los cambios no publicados para este {item}?", - "Publish {display_name}": "Publicar {display_name}", - "Published (not yet released)": "Publicado (a\u00fan no liberado)", - "Published and Live": "Publicado y en vivo", - "Publishing": "Publicando", - "Publishing Status": "Estado de publicaci\u00f3n", - "Queued": "En cola", - "REMAINING COURSES": "CURSOS RESTANTES", - "Read More": "Leer mas", - "Read more": "Leer m\u00e1s", - "Ready To Start": "Listo para comenzar", - "Ready To Submit": "Listo para enviar", - "Reason": "Raz\u00f3n", - "Reason field should not be left blank.": "El campo de Raz\u00f3n no pude dejarse vac\u00edo.", - "Reason for change:": "Motivo del cambio:", - "Receive updates": "Recibir notificaciones", - "Recent Activity": "Actividad Reciente", - "Recommended image resolution is {imageResolution}, maximum image file size should be {maxFileSize} and format must be one of {supportedImageFormats}.": "La resoluci\u00f3n recomendada de la imagen es {imageResolution}, el m\u00e1ximo tama\u00f1o del archivo de la imagen deber\u00eda ser {maxFileSize} y el formato debe ser uno de {supportedImageFormats}.", - "Recover my password": "Recuperar mi contrase\u00f1a", - "Recovery Email Address": "Direcci\u00f3n de correo electr\u00f3nico de recuperaci\u00f3n", - "Redo": "Volver a hacer", - "Redo (Ctrl+Shift+Z)": "Rehacer (Ctrl+Shift+Z)", - "Redo (Ctrl+Y)": "Rehacer (Ctrl+Y)", - "Regenerate": "Regenerar", - "Regenerate the user's certificate": "Regenerar el certificado del usuario", - "Register with Institution/Campus Credentials": "Registrarse con las credenciales de la instituci\u00f3n o el Campus", - "Rejected": "Rechazado", - "Release Date and Time": "Fecha y hora de liberaci\u00f3n", - "Release Date:": "Fecha de liberaci\u00f3n:", - "Release Status:": "Estado de liberaci\u00f3n:", - "Release Time in UTC:": "Hora de liberaci\u00f3n en UTC:", - "Release:": "Liberaci\u00f3n:", - "Released:": "Liberado:", - "Remaining": "Restante", - "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "La eliminaci\u00f3n est\u00e1 en progreso. Para evitar errores, permanece en esta p\u00e1gina hasta que el proceso haya finalizado.", - "Remove": "Eliminar", - "Remove Transcript": "Eliminar Transcripci\u00f3n.", - "Remove all": "Eliminar todos", - "Remove chapter %(chapterDisplayName)s": "Borrar Cap\u00edtulo %(chapterDisplayName)s", - "Remove file": "Remover archivo", - "Remove from Invalidation Table": "Remover de la tabla de invalidaciones", - "Remove from List": "Remover de la lista", - "Remove link": "Remover el v\u00ednculo", - "Remove subsection %(subsectionDisplayName)s": "Borrar subsecci\u00f3n %(subsectionDisplayName)s", - "Remove this team member?": "\u00bfRemover este miembro del equipo?", - "Remove this video": "Remover este video", - "Remove unit %(unitName)s": "Borrar unidad %(unitName)s", - "Remove {role} Access": "Eliminar permisos de {role}", - "Remove {video_name} video": "Eliminar el video {video_name} ", - "Removing": "Eliminando", - "Removing a video from this list does not affect course content. Any content that uses a previously uploaded video ID continues to display in the course.": "Eliminar un video de esta lista no afecta el contenido del curso. Cualquier contenido que use un ID de un video cargado con anterioridad se seguir\u00e1 mostrando en el curso.", - "Replace": "Reemplazar", - "Replace all": "Reemplazar todo", - "Replace with": "Reemplazar con", - "Reply to Annotation": "Responder a la anotaci\u00f3n", - "Report abuse, topics, and responses": "Denunciar abusos, temas, y respuestas", - "Requester": "Solicitante", - "Required": "Requerido", - "Required field.": "Campo requerido.", - "Rescore problem '<%- problem_id %>' for all students?": "\u00bfRe puntuar el problema '<%- problem_id %>' para todos los estudiantes?", - "Reset My Password": "Restablecer mi contrase\u00f1a", - "Reset Password": "Restablecer Contrase\u00f1a", - "Reset Your Password": "Restablecer tu contrase\u00f1a", - "Reset attempts for all students on problem '<%- problem_id %>'?": "\u00bfReiniciar los env\u00edos para todos los estudiantes en el problema '<%- problem_id %>'?", - "Responses could not be loaded. Refresh the page and try again.": "No se pudieron cargar respuestas. Recarga la p\u00e1gina e intenta nuevamente.", - "Restore enrollment code": "Restaurar c\u00f3digo de inscripci\u00f3n", - "Restore last draft": "Restaura el \u00faltimo borrador", - "Restrict access to:": "Acceso restringido a:", - "Retake Photo": "Tomar nuevamente la foto", - "Retake Your Photos": "Tome nuevamente sus fotos", - "Retrieving enrollment status...": "Recuperando el estatus de registro...", - "Retry Verification": "Reenviar verificaci\u00f3n", - "Return and add email address": "Volver y introduir un correo electr\u00f3nico. ", - "Return to Export": "Regresar a exportar", - "Return to Your Dashboard": "Volver al panel principal", - "Return to team listing": "Volver a la lista del equipo", - "Review Policy Exception": "Revisar excepci\u00f3n a la pol\u00edtica", - "Review Rules": "Revisar las reglas", - "Review Your Photos": "Revisar sus fotos", - "Review your info": "Revisa tu informaci\u00f3n", - "Revoke access": "Remover el acceso", - "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "\u00c1rea de texto enriquecido. Presiona ALT-F9 para desplegar el men\u00fa. Presiona ALT-F10 para la barra de herramientas. Presiona ALT-0 para obtener ayuda.", - "Right": "Derecha", - "Right to left": "De derecha a izquierda", - "Robots": "Robots", - "Role field should not be left unselected.": "El campo de rol no puede quedar sin ser seleccionado.", - "Row": "Fila", - "Row group": "Agrupar fila", - "Row properties": "Propiedades de fila", - "Row type": "Tipo de fila", - "Rows": "Filas", - "Save": "Guardar", - "Save Changes": "Guardar cambios", - "Save changes": "Guardar cambios", - "Saved cohort": "Guardar Cohorte", - "Saving": "Guardando", - "Saving your email preference": "Guardando tus preferencias de correo electr\u00f3nico", - "Saving...": "Guardando...", - "Scheduled:": "Programado:", - "Scope": "Alcance", - "Search": "Buscar", - "Search Results": "Resultados de b\u00fasqueda", - "Search all posts": "Buscar en todo", - "Search teams": "Buscar equipos", - "Search the {platform} Help Center": "Busca en el Centro de Ayuda de {platform}", - "Second Review Required": "Segunda revisi\u00f3n requerida", - "Section": "Secci\u00f3n", - "Section Highlights": "Destacados de la secci\u00f3n", - "Section Visibility": "Visibilidad de la secci\u00f3n", - "Sections": "Secciones", - "See all teams in your course, organized by topic. Join a team to collaborate with other learners who are interested in the same topic as you are.": "Observe todos los equipos de su curso organizados por tema. \u00danase a un equipo para colaborar con otros estudiantes que est\u00e9n interesados en los mismos temas que usted.", - "Select": "Seleccionar", - "Select Session": "Seleccione la sesi\u00f3n.", - "Select a Content Group": "seleccionar contenido de grupo", - "Select a chapter": "Selecciona un capitulo", - "Select a cohort": "Seleccione una cohorte", - "Select a cohort to manage": "Seleccione la cohorte a gestionar", - "Select a course or select \"Not specific to a course\" for your support request.": "Seleccione un curso o seleccione \"No espec\u00edfico para un curso\" para su solicitud de soporte.", - "Select a group type": "Seleccione un tipo de grupo", - "Select a prerequisite subsection and enter a minimum score percentage and minimum completion percentage to limit access to this subsection. Allowed values are 0-100": "Seleccione una sub-secci\u00f3n con prerequisito e ingrese un porcentaje de calificaci\u00f3n m\u00ednimo y un porcentaje m\u00ednimo a ser completado para limitar el acceso a esta sub-secci\u00f3n. Los valores permitidos son de 0 a 100.", - "Select a section or problem": "Seleccione una secci\u00f3n o problema", - "Select a session:": "Selecciona una edici\u00f3n:", - "Select a subject for your support request.": "Elige un tema para tu petici\u00f3n de ayuda.", - "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.": "Seleccione un tiempo disponible para el examen. Si es mayor a 24 horas, escriba la cantidad de tiempo. Puede otorgar a estudiantes individuales un tiempo extra para completar el examen a trav\u00e9s del panel de control de instructor.", - "Select all": "Selecionar todo", - "Select fidelity": "Seleccionar fidelidad", - "Select language": "Seleccionar lenguaje", - "Select one or more groups:": "Selecciones uno o mas grupos:", - "Select the course-wide discussion topics that you want to divide.": "Seleccione los temas de discusi\u00f3n del curso que desea dividir.", - "Select the time zone for displaying course dates. If you do not specify a time zone, course dates, including assignment deadlines, will be displayed in your browser's local time zone.": "Selecciona la zona horaria para exponer las fechas del curso. Si no especificas una zona horaria, las fechas del curso, incluidas las fechas l\u00edmites de tareas, ser\u00e1n expuestas en la zona horaria local de tu navegador.", - "Select turnaround": "Seleccione tiempo de entrega.", - "Selected tab": "Opci\u00f3n seleccionada", - "Self": "Auto", - "Send notification to mobile apps": "Enviar notificaciones a las aplicaciones m\u00f3viles", - "Send push notification to mobile apps": "Enviar notificaciones PUSH a las aplicaciones m\u00f3viles", - "Send to:": "Enviar a:", - "Sent By": "Enviado por", - "Sent By:": "Enviado por:", - "Sent To": "Enviado a", - "Sent To:": "Enviado a:", - "September": "Septiembre", - "Sequence error! Cannot navigate to %(tab_name)s in the current SequenceModule. Please contact the course staff.": "\u00a1Error de secuencia! No se ha podido navegar a %(tab_name)s en el actual SequenceModule. Por favor contacta al equipo del curso.", - "Server Error, Please refresh the page and try again.": "Error de servidor, por favor recarga la p\u00e1gina e intenta nuevamente.", - "Server error.": "Error en el servidor.", - "Session Selection Dropdown for {courseName}": "Men\u00fa desplegable para seleccionar la edici\u00f3n del curso {courseName}", - "Set Access": "Configuraci\u00f3n de Acceso", - "Set as a Special Exam": "Establecer como Examen especial", - "Set up your certificate": "Configurar su certificado", - "Settings": "Configuraci\u00f3n", - "Settings updated": "Configuraciones actualizadas", - "Share": "Compartir", - "Share Alike": "Compartir por igual", - "Share on Mozilla Backpack": "Compartir en Mozilla Backpack", - "Share your \"%(display_name)s\" award": "Comparte tu insignia de \"%(display_name)s\" ", - "Short explanation": "explicaci\u00f3n breve", - "Show": "Mostrar", - "Show All": "Mostrar todo", - "Show Annotations": "Mostrar anotaciones", - "Show Deprecated Settings": "Mostrar configuraciones descartadas", - "Show Discussion": "Mostrar Discusi\u00f3n", - "Show Less": "Mostrar menos", - "Show More": "Mostrar m\u00e1s", - "Show Previews": "Mostrar vistas previas", - "Show assessment results when subsection is past due": "Mostrar resultados de las evaluaciones cuando la subsecci\u00f3n haya caducado", - "Show blocks": "Mostrar bloques", - "Show entire subsection": "Mostrar toda la subsecci\u00f3n", - "Show invisible characters": "Mostrar caracteres invisibles", - "Show me other ways to sign in or register": "Mostrar otras formas de iniciar sesi\u00f3n o registrarme", - "Show notes": "Mostrar notas", - "Show posts by {username}.": "Mostrar las publicaciones por {username}.", - "Show transcripts ({totalTranscripts})": "Mostrar transcripciones ({totalTranscripts})", - "Show transcripts ({transcriptCount})": "Mostrar transcripciones ({transcriptCount})", - "Showing all responses": "Mostrando todas las respuestas", + ], + "Noted in:": "Anotado en:", + "Notes": "Notas", + "Notes hidden": "Notas ocultas", + "Notes visible": "Notas visibles", + "November": "Noviembre", + "Now": "Ahora", + "Number Sent": "Cantidad enviada", + "Number of Droppable": "Cantidad de ejercicios excluibles", + "Number of Students": "N\u00famero de estudiantes", + "Numbered List (Ctrl+O)": "Lista numerada (Ctrl+O)", + "Numbered list": "Lista numerada", + "OK": "Aceptar", + "ORDER NAME": "NOMBRE DEL PEDIDO", + "ORDER NUMBER": "N\u00daMERO DEL PEDIDO", + "ORDER PLACED": "PEDIDO REALIZADO", + "October": "Octubre", + "Ok": "Aceptar", + "Onboarding": "Integraci\u00f3n", + "Onboarding Exam": "Examen de Integraci\u00f3n", + "Once you complete one of the program requirements you have a program record. This record is marked complete once you meet all program requirements. A program record can be used to continue your learning journey and demonstrate your learning to others.": "Una vez complete uno de los requisitos de programa, usted tendr\u00e1 un registro de programa. Este registro es marcado como completo una vez cumpla con todos los requisitos del programa. Un registro del programa puede ser usado para continuar su registro diario de aprendizaje y demostrar su aprendizaje a otros.", + "One or more rescheduling tasks failed.": "Una o m\u00e1s tareas de re-programaci\u00f3n fall\u00f3.", + "Only <%= fileTypes %> files can be uploaded. Please select a file ending in <%= fileExtensions %> to upload.": "S\u00f3lo pueden cargarse archivos de tipo <%= fileTypes %>. Por favor selecciona un archivo que termine en <%= fileExtensions %> para ser cargado.", + "Only properly formatted .csv files will be accepted.": "Solo archivos .csv correctamente formateados pueden ser utilizados.", + "Only the parent course staff of a CCX can create content groups.": "S\u00f3lo el personal del curso principal de un CCX puede crear grupos de contenido.", + "Open Calculator": "Abrir Calculadora", + "Open language menu": "Abrir men\u00fa de idioma", + "Open the certificate you earned for the %(title)s program.": "Abrir el certificado que ganaste en el programa %(title)s.", + "Open/download this file": "Abrir / descargar este archivo", + "OpenAssessment Save Error": "Error en el servidor al guardar el componente calificaci\u00f3n abierta", + "Option Deleted": "Opci\u00f3n borrada.", + "Optional Characteristics": "Caracter\u00edsiticas Opcionales", + "Optional long description": "Descripci\u00f3n larga optativa", + "Optionally, link your personal accounts to the social media icons on your edX profile.": "Opcionalmente, conecte sus cuentas personales a los iconos de redes sociales en su perfil de edX", + "Options for {license_name}": "Opciones para {license_name}", + "Order Details": "Detalles de la orden", + "Order History": "Historial de \u00f3rdenes", + "Order No.": "Orden Num.", + "Order Number": "N\u00famero de orden", + "Organization": "Organizaci\u00f3n", + "Organization ": "Organizaci\u00f3n", + "Organization Name": "Nombre de la organizaci\u00f3n", + "Organization of the signatory": "Organizaci\u00f3n del signatario", + "Other": "Otro", + "Overall Score": "Puntaje general", + "PDF Chapters": "Cap\u00edtulos de PDF", + "Page break": "Salto de p\u00e1gina", + "Page number out of %(total_pages)s": "N\u00famero de p\u00e1gina de un total de %(total_pages)s", + "Pagination": "Paginaci\u00f3n", + "Paragraph": "P\u00e1rrafo", + "Passed Proctoring": "Supervisi\u00f3n aprobada", + "Password": "Contrase\u00f1a", + "Password Status": "Estado de la Contrase\u00f1a", + "Password assistance": "Ayuda con la contrase\u00f1a", + "Password is incorrect": "Contrase\u00f1a incorrecta", + "Passwords do not match.": "Las contrase\u00f1as no son iguales.", + "Paste": "Pegar", + "Paste as text": "Pegar como texto", + "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "La funci\u00f3n pegar est\u00e1 en modo de texto. Los contenidos se pegar\u00e1n como texto plano hasta que se desactive esta opci\u00f3n.", + "Paste row after": "Pegar fila despu\u00e9s", + "Paste row before": "Pegar fila antes", + "Paste your embed code below:": "Pegar el c\u00f3digo para incrustar debajo:", + "Path to Signature Image": "Ruta a la imagen de la firma", + "Pause": "Pausar", + "Peer": "Par", + "Pending Session Review": "Revisi\u00f3n de sesi\u00f3n pendiente", + "Photo": "Foto", + "Photo Captured successfully.": "Foto capturada con \u00e9xito.", + "Photo ID": "Foto ID", + "Photo Identification": "Identificaci\u00f3n fotogr\u00e1fica.", + "Photo Verification": "Verificaci\u00f3n fotogr\u00e1fica", + "Photo of %(fullName)s": "Foto de %(fullName)s", + "Photo of %(fullName)s's ID": "Foto de la identificaci\u00f3n de %(fullName)s", + "Photo requirements:": "Requerimientos para las fotos:", + "Photos don't meet the requirements?": "\u00bfSus fotos no cumplen los requerimientos?", + "Placeholder": "Marcador de posici\u00f3n", + "Play": "Reproducir", + "Play video": "Reproducir video", + "Please Note": "Por favor tener en cuenta", + "Please add a photo of the instructor (Note: only JPEG or PNG format supported)": "Por favor proporcione una foto del instructor. (Nota: s\u00f3lo se admite formato JPEG o PNG)", + "Please add at least one chapter": "Por favor a\u00f1ade al menos un cap\u00edtulo", + "Please add the institute where the instructor is associated": "Ingrese la instituci\u00f3n con la que el instructor est\u00e1 asociado", + "Please add the instructor's biography": "Por favor ingrese la biograf\u00eda del instructor", + "Please add the instructor's name": "Ingrese el nombre del instructor", + "Please add the instructor's title": "Ingrese el t\u00edtulo del instructor", + "Please address the errors on this page first, and then save your progress.": "Por favor solucione los errores en esta p\u00e1gina y despu\u00e9s guarde su progreso.", + "Please check the following validation feedbacks and reflect them in your course settings:": "Por favor revisa la retroalimentaci\u00f3n de validaci\u00f3n y reflejalo en tu configuraci\u00f3n de curso.", + "Please correct the outlined fields.": "Por favor corrija los campos resaltados.", + "Please describe this image or agree that it has no contextual value by checking the checkbox.": "Por favor, describe esta imagen o indica que no tiene valor contextual marcando la casilla.", + "Please do not use any spaces in this field.": "Por favor, no uses espacios o caracteres especiales en este campo.", + "Please do not use any spaces or special characters in this field.": "Por favor, no utilices espacios o caracteres especiales en este campo.", + "Please enter a problem location.": "Por favor ingresa la ubicaci\u00f3n de un problema", + "Please enter a score.": "Por favor ingrese un puntaje.", + "Please enter a student email address or username.": "Por favor ingresa una direcci\u00f3n de correo electr\u00f3nico o nombre de usuario v\u00e1lidos.", + "Please enter a term in the {anchorStart} search field{anchorEnd}.": "Ingresa un t\u00e9rmino en el {anchorStart} campo de b\u00fasqueda{anchorEnd}.", + "Please enter a username or email.": "Por favor ingresa tu nombre de usuario o direcci\u00f3n de correo electr\u00f3nico.", + "Please enter a valid donation amount.": "Por favor entra un valor de donaci\u00f3n v\u00e1lido", + "Please enter an integer between %(min)s and %(max)s.": "Por favor ingrese un n\u00famero entero entre %(min)s y %(max)s.", + "Please enter an integer between 0 and 100.": "Por favor ingrese un n\u00famero entero entre 0 y 100.", + "Please enter an integer greater than 0.": "Por favor ingrese un n\u00famero entero mayor que cero.", + "Please enter non-negative integer.": "Por favor ingrese un n\u00famero entero no negativo.", + "Please enter valid start date and time.": "Por favor ingresa fecha y hora de inicio v\u00e1lida.", + "Please enter your %(field)s.": "Por favor ingresa su %(field)s.", + "Please enter your log-in or recovery email address below and we will send you an email with instructions.": "Por favor ingrese su direcci\u00f3n de correo electr\u00f3nico de inicio de sesi\u00f3n o de recuperaci\u00f3n a continuaci\u00f3n , y le enviaremos un correo electr\u00f3nico con instrucciones.", + "Please fix the following errors:": "Por favor corrija los siguientes errores:", + "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "Por favor siga las instrucciones aqui para cargar un archivo en otro parte y enlazelo: {maxFileSizeRedirectUrl}", + "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "Por favor imprima esta p\u00e1gina para sus registros; la misma es v\u00e1lida como su recibo. Tambi\u00e9n recibir\u00e1 un correo electr\u00f3nico con la esta informaci\u00f3n.", + "Please provide a description of the link destination.": "Por favor, provee una descripci\u00f3n de la destinaci\u00f3n del v\u00ednculo.", + "Please provide a valid URL.": "Por favor, provee un URL v\u00e1lido.", + "Please re-enter your password.": "Por favor, introduce tu contrase\u00f1a nuevamente.", + "Please select a PDF file to upload.": "Por favor selecciona un archivo PDF para subir.", + "Please select a file in .srt format.": "Por favor seleccione un archivo en formato .srt", + "Please specify a reason.": "Por favor especifica una raz\u00f3n.", + "Please verify that you have uploaded a valid image (PNG and JPEG).": "Por favor verifica que hayas cargado una imagen v\u00e1lida (PNG y JPEG)", + "Please verify that your webcam is connected and that you have allowed your browser to access it.": "Por favor, comprueba que tu webcam este conectada y que el navegador tenga habilitado el acceso a la misma.", + "Please wait": "Por favor espere", + "Plugins": "Plug-ins", + "Post": "Publicaci\u00f3n", + "Poster": "Poster", + "Practice Exam Completed": "Examen de pr\u00e1ctica completado", + "Practice Exam Failed": "Examen de pr\u00e1ctica no aprobado", + "Practice Proctored": "Practica de examen supervisado", + "Practice proctored Exam": "Practica de examen supervisado", + "Pre": "Pre", + "Preferred Language": "Preferencia de idioma", + "Preformatted": "Preformateado", + "Prerequisite:": "Prerrequisito", + "Prerequisite: %(prereq_display_name)s": "Prerrequisito: %(prereq_display_name)s ", + "Press Add to language": "Seleccione A\u00f1adir para idioma", + "Press Remove to remove language": "Seleccione Remover para eliminar el idioma", + "Press UP to enter the speed menu then use the UP and DOWN arrow keys to navigate the different speeds, then press ENTER to change to the selected speed.": "Velocidad: Presiona ARRIBA para acceder al men\u00fa, luego usa las teclas de ARRIBA y ABAJO para cambiar a diferentes velocidades, y presiona ENTER para cambiar a la velocidad seleccionada.", + "Press change to change selected transcript provider.": "Seleccione cambiar para cambiar el proveedor de transcripci\u00f3n seleccionado", + "Press close to hide course video settings": "Seleccione cerrar para ocultar los ajustes de v\u00eddeo del curso", + "Press discard changes to discard changes.": "Seleccione descartar cambios para descartar los cambios realizados", + "Press discard changes to discard your changes.": "Seleccione descartar cambios para descartar los cambios realizados", + "Press the UP arrow key to enter the language menu then use UP and DOWN arrow keys to navigate language options. Press ENTER to change to the selected language.": "Idioma: Presiona la flecha ARRIBA para entrar al men\u00fa de idioma, luego usa las flechas ARRIBA y ABAJO para navegar las opciones de idioma. Presiona ENTRAR para cambiar al idioma seleccionado.", + "Press update settings to update course video settings": "Seleccione actualizar ajustes para actualizar los ajustes de v\u00eddeo del curso", + "Press update settings to update the information for your organization.": "Seleccione actualizar ajustes para actualizar la informaci\u00f3n de su organizaci\u00f3n", + "Prev": "Previo", + "Prevent students from generating certificates in this course?": "\u00bfEvitar que estudiantes generen certificados para este curso ?", + "Preview": "Vista previa", + "Preview Certificate": "Previsualizar certificado", + "Preview of uploaded image": "Vista previa de imagen subida", + "Preview this query": "Vista previa de esta consulta", + "Previous": "Anterior", + "Previous Uploads": "Subidas anteriores", + "Previous Uploads table has been updated.": "La tabla de Cargas previas ha sido actualizada.", + "Previously published": "Publicado previamente", + "Print": "Imprimir", + "Processing Re-run Request": "Procesando petici\u00f3n de reapertura", + "Proctored": "Supervisado", + "Proctored Exam": "Examen supervisado", + "Proctored Option Available": "Opci\u00f3n supervisada disponible", + "Proctored Option No Longer Available": "La opci\u00f3n supervisado ya no est\u00e1 disponible", + "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.": "Los ex\u00e1menes supervisados son cronometrados y un software graba a cada estudiante que toma el examen. Los videos luego son revisados para garantizar que el estudiante cumpli\u00f3 con todas las reglas del examen.", + "Proctoring": "Supervisi\u00f3n", + "Proctoring Session Results Update for {course_name} {exam_name}": "Actualizaci\u00f3n de resultados de sesi\u00f3n supervisada para {course_name} {exam_name}", + "Proctoring Settings": "Configuraci\u00f3n de supervisi\u00f3n", + "Product Name": "Nombre del Producto", + "Professional Certificate for {courseName}": "Certificado Profesional para {courseName}", + "Professional Education": "Educaci\u00f3n profesional", + "Professional Education Verified Certificate": "Certificado Verificado de Educaci\u00f3n Profesional", + "Profile": "Perfil", + "Profile Image": "Foto de perfil", + "Profile Visibility:": "Visibilidad del perfil:", + "Profile image for {username}": "Foto de perfil para {username}", + "Program Record": "Registro del Programa", + "Promote another member to Admin to remove your admin rights": "Promueva a otro miembro del equipo a administrador si quiere quitar sus propios privilegios de administrador", + "Provisional": "Provisional", + "Provisionally Supported": "Soportado de forma provisional", + "Publish": "Publicar", + "Publish all unpublished changes for this {item}?": "Publicar todos los cambios no publicados para este {item}?", + "Publish {display_name}": "Publicar {display_name}", + "Published (not yet released)": "Publicado (a\u00fan no liberado)", + "Published and Live": "Publicado y en vivo", + "Publishing": "Publicando", + "Publishing Status": "Estado de publicaci\u00f3n", + "Queued": "En cola", + "REMAINING COURSES": "CURSOS RESTANTES", + "Read More": "Leer mas", + "Read more": "Leer m\u00e1s", + "Ready To Start": "Listo para comenzar", + "Ready To Submit": "Listo para enviar", + "Reason": "Raz\u00f3n", + "Reason field should not be left blank.": "El campo de Raz\u00f3n no pude dejarse vac\u00edo.", + "Reason for change:": "Motivo del cambio:", + "Receive updates": "Recibir notificaciones", + "Recent Activity": "Actividad Reciente", + "Recommended image resolution is {imageResolution}, maximum image file size should be {maxFileSize} and format must be one of {supportedImageFormats}.": "La resoluci\u00f3n recomendada de la imagen es {imageResolution}, el m\u00e1ximo tama\u00f1o del archivo de la imagen deber\u00eda ser {maxFileSize} y el formato debe ser uno de {supportedImageFormats}.", + "Recover my password": "Recuperar mi contrase\u00f1a", + "Recovery Email Address": "Direcci\u00f3n de correo electr\u00f3nico de recuperaci\u00f3n", + "Redo": "Volver a hacer", + "Redo (Ctrl+Shift+Z)": "Rehacer (Ctrl+Shift+Z)", + "Redo (Ctrl+Y)": "Rehacer (Ctrl+Y)", + "Regenerate": "Regenerar", + "Regenerate the user's certificate": "Regenerar el certificado del usuario", + "Register with Institution/Campus Credentials": "Registrarse con las credenciales de la instituci\u00f3n o el Campus", + "Rejected": "Rechazado", + "Release Date and Time": "Fecha y hora de liberaci\u00f3n", + "Release Date:": "Fecha de liberaci\u00f3n:", + "Release Status:": "Estado de liberaci\u00f3n:", + "Release Time in UTC:": "Hora de liberaci\u00f3n en UTC:", + "Release:": "Liberaci\u00f3n:", + "Released:": "Liberado:", + "Remaining": "Restante", + "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "La eliminaci\u00f3n est\u00e1 en progreso. Para evitar errores, permanece en esta p\u00e1gina hasta que el proceso haya finalizado.", + "Remove": "Eliminar", + "Remove Transcript": "Eliminar Transcripci\u00f3n.", + "Remove all": "Eliminar todos", + "Remove chapter %(chapterDisplayName)s": "Borrar Cap\u00edtulo %(chapterDisplayName)s", + "Remove file": "Remover archivo", + "Remove from Invalidation Table": "Remover de la tabla de invalidaciones", + "Remove from List": "Remover de la lista", + "Remove link": "Remover el v\u00ednculo", + "Remove subsection %(subsectionDisplayName)s": "Borrar subsecci\u00f3n %(subsectionDisplayName)s", + "Remove this team member?": "\u00bfRemover este miembro del equipo?", + "Remove this video": "Remover este video", + "Remove unit %(unitName)s": "Borrar unidad %(unitName)s", + "Remove {role} Access": "Eliminar permisos de {role}", + "Remove {video_name} video": "Eliminar el video {video_name} ", + "Removing": "Eliminando", + "Removing a video from this list does not affect course content. Any content that uses a previously uploaded video ID continues to display in the course.": "Eliminar un video de esta lista no afecta el contenido del curso. Cualquier contenido que use un ID de un video cargado con anterioridad se seguir\u00e1 mostrando en el curso.", + "Replace": "Reemplazar", + "Replace all": "Reemplazar todo", + "Replace with": "Reemplazar con", + "Reply to Annotation": "Responder a la anotaci\u00f3n", + "Report abuse, topics, and responses": "Denunciar abusos, temas, y respuestas", + "Requester": "Solicitante", + "Required": "Requerido", + "Required field.": "Campo requerido.", + "Rescore problem '<%- problem_id %>' for all students?": "\u00bfRe puntuar el problema '<%- problem_id %>' para todos los estudiantes?", + "Reset My Password": "Restablecer mi contrase\u00f1a", + "Reset Password": "Restablecer Contrase\u00f1a", + "Reset Your Password": "Restablecer tu contrase\u00f1a", + "Reset attempts for all students on problem '<%- problem_id %>'?": "\u00bfReiniciar los env\u00edos para todos los estudiantes en el problema '<%- problem_id %>'?", + "Responses could not be loaded. Refresh the page and try again.": "No se pudieron cargar respuestas. Recarga la p\u00e1gina e intenta nuevamente.", + "Restore enrollment code": "Restaurar c\u00f3digo de inscripci\u00f3n", + "Restore last draft": "Restaura el \u00faltimo borrador", + "Restrict access to:": "Acceso restringido a:", + "Retake Photo": "Tomar nuevamente la foto", + "Retake Your Photos": "Tome nuevamente sus fotos", + "Retrieving enrollment status...": "Recuperando el estatus de registro...", + "Retry Verification": "Reenviar verificaci\u00f3n", + "Return and add email address": "Volver y introduir un correo electr\u00f3nico. ", + "Return to Export": "Regresar a exportar", + "Return to Your Dashboard": "Volver al panel principal", + "Return to team listing": "Volver a la lista del equipo", + "Review Policy Exception": "Revisar excepci\u00f3n a la pol\u00edtica", + "Review Rules": "Revisar las reglas", + "Review Your Photos": "Revisar sus fotos", + "Review your info": "Revisa tu informaci\u00f3n", + "Revoke access": "Remover el acceso", + "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "\u00c1rea de texto enriquecido. Presiona ALT-F9 para desplegar el men\u00fa. Presiona ALT-F10 para la barra de herramientas. Presiona ALT-0 para obtener ayuda.", + "Right": "Derecha", + "Right to left": "De derecha a izquierda", + "Robots": "Robots", + "Role field should not be left unselected.": "El campo de rol no puede quedar sin ser seleccionado.", + "Row": "Fila", + "Row group": "Agrupar fila", + "Row properties": "Propiedades de fila", + "Row type": "Tipo de fila", + "Rows": "Filas", + "Save": "Guardar", + "Save Changes": "Guardar cambios", + "Save changes": "Guardar cambios", + "Saved cohort": "Guardar Cohorte", + "Saving": "Guardando", + "Saving your email preference": "Guardando tus preferencias de correo electr\u00f3nico", + "Saving...": "Guardando...", + "Scheduled:": "Programado:", + "Scope": "Alcance", + "Search": "Buscar", + "Search Results": "Resultados de b\u00fasqueda", + "Search all posts": "Buscar en todo", + "Search teams": "Buscar equipos", + "Search the {platform} Help Center": "Busca en el Centro de Ayuda de {platform}", + "Second Review Required": "Segunda revisi\u00f3n requerida", + "Section": "Secci\u00f3n", + "Section Highlights": "Destacados de la secci\u00f3n", + "Section Visibility": "Visibilidad de la secci\u00f3n", + "Sections": "Secciones", + "Select": "Seleccionar", + "Select Session": "Seleccione la sesi\u00f3n.", + "Select a Content Group": "seleccionar contenido de grupo", + "Select a chapter": "Selecciona un capitulo", + "Select a cohort": "Seleccione una cohorte", + "Select a cohort to manage": "Seleccione la cohorte a gestionar", + "Select a course or select \"Not specific to a course\" for your support request.": "Seleccione un curso o seleccione \"No espec\u00edfico para un curso\" para su solicitud de soporte.", + "Select a group type": "Seleccione un tipo de grupo", + "Select a prerequisite subsection and enter a minimum score percentage and minimum completion percentage to limit access to this subsection. Allowed values are 0-100": "Seleccione una sub-secci\u00f3n con prerequisito e ingrese un porcentaje de calificaci\u00f3n m\u00ednimo y un porcentaje m\u00ednimo a ser completado para limitar el acceso a esta sub-secci\u00f3n. Los valores permitidos son de 0 a 100.", + "Select a section or problem": "Seleccione una secci\u00f3n o problema", + "Select a session:": "Selecciona una edici\u00f3n:", + "Select a subject for your support request.": "Elige un tema para tu petici\u00f3n de ayuda.", + "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.": "Seleccione un tiempo disponible para el examen. Si es mayor a 24 horas, escriba la cantidad de tiempo. Puede otorgar a estudiantes individuales un tiempo extra para completar el examen a trav\u00e9s del panel de control de instructor.", + "Select all": "Selecionar todo", + "Select fidelity": "Seleccionar fidelidad", + "Select language": "Seleccionar lenguaje", + "Select one or more groups:": "Selecciones uno o mas grupos:", + "Select the course-wide discussion topics that you want to divide.": "Seleccione los temas de discusi\u00f3n del curso que desea dividir.", + "Select the time zone for displaying course dates. If you do not specify a time zone, course dates, including assignment deadlines, will be displayed in your browser's local time zone.": "Selecciona la zona horaria para exponer las fechas del curso. Si no especificas una zona horaria, las fechas del curso, incluidas las fechas l\u00edmites de tareas, ser\u00e1n expuestas en la zona horaria local de tu navegador.", + "Select turnaround": "Seleccione tiempo de entrega.", + "Selected tab": "Opci\u00f3n seleccionada", + "Self": "Auto", + "Send to:": "Enviar a:", + "Sent By": "Enviado por", + "Sent By:": "Enviado por:", + "Sent To": "Enviado a", + "Sent To:": "Enviado a:", + "September": "Septiembre", + "Sequence error! Cannot navigate to %(tab_name)s in the current SequenceModule. Please contact the course staff.": "\u00a1Error de secuencia! No se ha podido navegar a %(tab_name)s en el actual SequenceModule. Por favor contacta al equipo del curso.", + "Server Error, Please refresh the page and try again.": "Error de servidor, por favor recarga la p\u00e1gina e intenta nuevamente.", + "Server error.": "Error en el servidor.", + "Session Selection Dropdown for {courseName}": "Men\u00fa desplegable para seleccionar la edici\u00f3n del curso {courseName}", + "Set Access": "Configuraci\u00f3n de Acceso", + "Set as a Special Exam": "Establecer como Examen especial", + "Set up your certificate": "Configurar su certificado", + "Settings": "Configuraci\u00f3n", + "Settings updated": "Configuraciones actualizadas", + "Share": "Compartir", + "Share Alike": "Compartir por igual", + "Share on Mozilla Backpack": "Compartir en Mozilla Backpack", + "Share your \"%(display_name)s\" award": "Comparte tu insignia de \"%(display_name)s\" ", + "Short explanation": "explicaci\u00f3n breve", + "Show": "Mostrar", + "Show All": "Mostrar todo", + "Show Annotations": "Mostrar anotaciones", + "Show Deprecated Settings": "Mostrar configuraciones descartadas", + "Show Discussion": "Mostrar Discusi\u00f3n", + "Show Less": "Mostrar menos", + "Show More": "Mostrar m\u00e1s", + "Show Previews": "Mostrar vistas previas", + "Show assessment results when subsection is past due": "Mostrar resultados de las evaluaciones cuando la subsecci\u00f3n haya caducado", + "Show blocks": "Mostrar bloques", + "Show entire subsection": "Mostrar toda la subsecci\u00f3n", + "Show invisible characters": "Mostrar caracteres invisibles", + "Show me other ways to sign in or register": "Mostrar otras formas de iniciar sesi\u00f3n o registrarme", + "Show notes": "Mostrar notas", + "Show posts by {username}.": "Mostrar las publicaciones por {username}.", + "Show transcripts ({totalTranscripts})": "Mostrar transcripciones ({totalTranscripts})", + "Show transcripts ({transcriptCount})": "Mostrar transcripciones ({transcriptCount})", + "Showing all responses": "Mostrando todas las respuestas", "Showing first response": [ - "Mostrando la primera respuesta", + "Mostrando la primera respuesta", "Mostrando las primeras {numResponses} respuestas" - ], - "Showing results for \"{searchString}\"": "Mostrando resultados para \"{searchString}\"", - "Showing {currentItemRange} out of {totalItemsCount}, filtered by {assetType}, sorted by {sortName} ascending": "Mostrando {currentItemRange} de {totalItemsCount}, filtrado por {assetType}, ordenado por {sortName} ascendente", - "Showing {currentItemRange} out of {totalItemsCount}, filtered by {assetType}, sorted by {sortName} descending": "Mostrando {currentItemRange} de {totalItemsCount}, filtrado por {assetType}, ordenado por {sortName} descendiente", - "Showing {currentItemRange} out of {totalItemsCount}, sorted by {sortName} ascending": "Mostrando {currentItemRange} de {totalItemsCount}, ordenado por {sortName} ascendiente", - "Showing {currentItemRange} out of {totalItemsCount}, sorted by {sortName} descending": "Mostrando {currentItemRange} de {totalItemsCount}, ordenado por {sortName} descendiente", - "Showing {firstIndex} out of {numItems} total": "Mostrando {firstIndex} de {numItems}", - "Showing {firstIndex}-{lastIndex} out of {numItems} total": "Mostrando {firstIndex}-{lastIndex} de un total de {numItems}", - "Sign In": "Iniciar sesi\u00f3n", - "Sign in": "Iniciar sesi\u00f3n", - "Sign in here using your email address and password, or use one of the providers listed below.": "Reg\u00edstrese aqu\u00ed utilizando su correo electr\u00f3nico y contrase\u00f1a, o tambi\u00e9n puede utilizar algunos de los proveedores en la lista abajo.", - "Sign in here using your email address and password.": "Reg\u00edstrese aqu\u00ed utilizando su direcci\u00f3n de correo electr\u00f3nico y contrase\u00f1a ", - "Sign in to continue learning": "Reg\u00edstrese para seguir aprendiendo", - "Sign in to continue learning as {email}": "Reg\u00edstrese para seguir aprendiendo como {email}", - "Sign in to {platform} so we can help you better.": "Ingrese a {platform} para que podamos ayudarle mejor.", - "Sign in using %(providerName)s": "Iniciar sesi\u00f3n usando %(providerName)s", - "Sign in with %(providerName)s": "Iniciar sesi\u00f3n usando %(providerName)s", - "Sign in with Institution/Campus Credentials": "Iniciar sesi\u00f3n con las credenciales de la instituci\u00f3n o el Campus", - "Sign in.": "Loguearse.", - "Signatory": "Signatario", - "Signatory field(s) has invalid data.": "Uno o mas campo del signatario tiene(n) informaci\u00f3n inv\u00e1lida", - "Signature Image": "Imagen de la firma", - "Skip": "Omitir", - "Social Media Links": "Enlaces de redes sociales", - "Some Rights Reserved": "Algunos Derechos Reservados", - "Some images in this post have been omitted": "Algunas im\u00e1genes en esta publicaci\u00f3n han sido omitidas", - "Something went wrong changing this enrollment. Please try again.": "Ocurri\u00f3 un error al cambiar esta inscripci\u00f3n. Por favor intenta nuevamente.", - "Something went wrong. Please try again later.": "Algo sali\u00f3 mal. Por favor intente de nuevo m\u00e1s tarde.", - "Sorry, no results were found.": "Lo sentimos, no se encuentran resultados", - "Sorry, there was an error parsing the subtitles that you uploaded. Please check the format and try again.": "Lo sentimos. Ocurri\u00f3 un error en la interpretaci\u00f3n de los subt\u00edtulos enviados. Por favor revise el formato e intente nuevamente.", - "Sorry, there was an error trying to process your request. Please try again later.": "Ocurri\u00f3 un error al procesar tu solicitud. Por favor, intente nuevamente m\u00e1s tarde.", - "Sorted by": "Ordenados por", - "Source": "Fuente", - "Source code": "C\u00f3digo fuente", - "Special character": "Caracter especial", - "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "Especificar una alternativa al t\u00edtulo oficial del curso para ser visualizado en los certificados. Dejar vac\u00edo para utilizar el t\u00edtulo oficial del curso.", - "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam, along with the {linkStart}general proctored exam rules{linkEnd}.": "Especifica cualquiera regla o excepciones a la regla que el equipo supervisor de revisi\u00f3n debe aplicar al ver los v\u00eddeos. Por ejemplo, podr\u00edas especificar que calculadoras est\u00e1n permitidas. Estas reglas espec\u00edficas son visibles a los estudiantes que inician el examen, junto con {linkStart}reglas generales del examen supervisado{linkEnd}.", - "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam.": "Especifique cualquier regla o excepci\u00f3n a la regla que el equipo de revisi\u00f3n y monitoreo deber\u00eda hacer cumplir cuando se vean los v\u00eddeos. Por ejemplo, podr\u00eda especificar que calculadoras est\u00e1n permitidas. Esta reglas espec\u00edficas son visibles para los estudiantes antes de que empiecen el examen.", - "Specify whether content-specific discussion topics are divided.": "Especifique si los contenidos espec\u00edficos de la discusi\u00f3n del curso est\u00e1n divididos.", - "Specify whether discussion topics are divided": "Especifique si los temas de la discusi\u00f3n est\u00e1n divididos", - "Speed": "Velocidad", - "Spellcheck": "Revisi\u00f3n ortogr\u00e1fica", - "Split cell": "Dividir celda", - "Square": "Cuadrado", - "Staff": "Equipo del curso", - "Staff Only": "Solo equipo del curso", - "Staff and Learners": "Funcionarios y estudiantes", - "Start Date": "Fecha inicial:", - "Start Proctored Exam": "Iniciar Examen Supervisado", - "Start System Check": "Empezar chequeo del sistema", - "Start generating certificates for all students in this course?": "\u00bfComenzar a generar los certificados para todos los estudiantes de este curso?", - "Start of transcript. Skip to the end.": "Inicio de la transcripci\u00f3n. Saltar al final.", - "Start regenerating certificates for students in this course?": "\u00bfIniciar regeneraci\u00f3n de certificados para estudiantes de este curso?", - "Start search": "Iniciar b\u00fasqueda", - "Start working toward your next learning goal.": "Empieza a trabajar hacia tu pr\u00f3xima meta de aprendizaje.", - "Started": "Inici\u00f3", - "Started entrance exam rescore task for student '{student_id}'. Click the 'Show Task Status' button to see the status of the task.": "Iniciada tarea de recalificaci\u00f3n de examen de ingreso para estudiante '{student_id}'. Haz clic en el bot\u00f3n 'Mostrar estado de tareas' para ver el estado de la tarea.", - "Started rescore problem task for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "Inici\u00f3 el proceso de re puntuaci\u00f3n del problema '<%- problem_id %>' para el estudiante '<%- student_id %>'. Haz clic en el bot\u00f3n de 'Mostrar estado de tareas' para ver el estado de dicha tarea.", - "Started task to override the score for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "Inici\u00f3 el proceso de sobreescritura del puntaje para el problema '<%- problem_id %>' para el estudiante '<%- student_id %>'. Haga clic en el bot\u00f3n de 'Mostrar estado de tareas' para ver el estado de dicha tarea.", - "Started {start}": "Comenzado {start}", - "Starts": "Empieza", - "Starts {start}": "Comienza {start}", - "Starts: %(start_date)s": "Comienza: %(start_date)s", - "State": "Estado", - "Status": "Estado", - "Status of Your Response": "Estado de su respuesta", - "Strikethrough": "Tachado", - "Student": "Estudiante", - "Student Removed from certificate white list successfully.": "El estudiante fue eliminado exitosamente de la lista blanca de certificados.", - "Student email or username": "Correo electr\u00f3nico o nombre de usuario del estudiante", - "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Add to Exception List\" button.": "El campo de nombre de usuario /correo de estudiante es requerido y no puede estar vac\u00edo. Por favor completa este campo y luego presiona el bot\u00f3n de \"A\u00f1adir a la lista de excepciones\".", - "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Invalidate Certificate\" button.": "El campo de nombre de usuario /correo de estudiante es requerido y no puede estar vac\u00edo. Por favor completa este campo y luego presiona el bot\u00f3n de \"Invalidar certificado\".", - "Studio's having trouble saving your work": "Studio tiene problemas para guardar tu trabajo", - "Studio:": "Studio:", - "Style": "Estilo", - "Subject": "Asunto", - "Subject:": "Asunto:", - "Submission aborted! Sorry, your browser does not support file uploads. If you can, please use Chrome or Safari which have been verified to support file uploads.": "\u00a1El env\u00edo fue descartado! Lo sentimos, tu navegador no soporta la carga de archivos. Si puedes, por favor utiliza Chrome o Safari que han sido verificados para soportar la carga de archivos.", - "Submit": "Enviar", - "Submit Application": "Enviar solicitud", - "Submit enrollment change": "Enviar cambio de inscripci\u00f3n", - "Submitted": "Enviado", - "Subscript": "Subescrito", - "Subsection": "Subsecci\u00f3n", - "Subsection Visibility": "Visibilidad de la subsecci\u00f3n", - "Subsection is hidden after course end date": "La subsecci\u00f3n est\u00e1 oculta despu\u00e9s de la fecha de terminaci\u00f3n del curso.", - "Subsection is hidden after due date": "La subsecci\u00f3n estar\u00e1 oculta despu\u00e9s de la fecha l\u00edmite", - "Subsections": "Subsecciones", - "Success": "Finalizaci\u00f3n exitosa", - "Success! \"{displayName}\" has been moved.": "\u00a1\u00c9xito! \"{displayName}\" se ha movido.", - "Success! Problem attempts reset for problem '<%- problem_id %>' and student '<%- student_id %>'.": "Se han reiniciado exit\u00f3samente los env\u00edos para el problema '<%- problem_id %>' y el estudiante '<%- student_id %>'.", - "Successfully deleted student state for user {user}": "Se borr\u00f3 exitosamente el estado de usuario para {user}", - "Successfully enrolled and sent email to the following users:": "Se inscribi\u00f3 exitosamente y se le envi\u00f3 el correo electr\u00f3nico a los siguientes usuarios:", - "Successfully enrolled the following users:": "Se inscribi\u00f3 con \u00e9xito a los siguientes usuarios:", - "Successfully overrode problem score for {user}": "Se reemplaz\u00f3 exitosamente el puntaje del problema para el usuario {user}", - "Successfully rescored problem for user {user}": "Se repuntu\u00f3 exitosamente el problema para el usuario {user}", - "Successfully rescored problem to improve score for user {user}": "Se repuntu\u00f3 exitosamente el problema para mejorar la calificaci\u00f3n del usuario {user}", - "Successfully reset the attempts for user {user}": "Se han reiniciado los intentos para el usuario {user}", - "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "Se envi\u00f3 el correo electr\u00f3nico a los siguientes usuarios. Podr\u00e1n inscribirse una vez se hayan registrado:", - "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "Se envi\u00f3 el correo electr\u00f3nico a los siguientes usuarios. Estar\u00e1n inscritos al curso una vez se hayan registrado:", - "Successfully started task to rescore problem '<%- problem_id %>' for all students. Click the 'Show Task Status' button to see the status of the task.": "Se program\u00f3 la tarea para re puntuar el problema '<%- problem_id %>' para todos los estudiantes. Haz clic en el bot\u00f3n de 'Mostrar estado de tareas' para ver el estado de dicha tarea.", - "Successfully started task to reset attempts for problem '<%- problem_id %>'. Click the 'Show Task Status' button to see the status of the task.": "Se ha programado la tarea de reinicio de los env\u00edos para todos los estudiantes en el problema '<%- problem_id %>'. Haz clic en el bot\u00f3n de 'Mostrar estado de tareas' para ver el estado de dicha tarea.", - "Successfully unlinked.": "Se desvincul\u00f3 con \u00e9xito.", - "Superscript": "Superescrito", - "Support education research by providing additional information": "Ayuda a la investigaci\u00f3n acad\u00e9mica brindando m\u00e1s informaci\u00f3n", - "Supported": "Soportado", - "Supported file types: {supportedVideoTypes}": "Tipos de archivo soportados: {supportedVideoTypes}", - "Switch Language Back": "Cambiar idioma de nuevo.", - "TOTAL": "TOTAL", - "Table": "Tabla", - "Table properties": "Propiedades de la tabla", - "Tags": "Etiquetas", - "Tags:": "Etiquetas:", - "Take Photo": "Tomar foto", - "Take Your Photo": "Tome su fotograf\u00eda", - "Take a Photo of Your ID": "Toma una Foto de tu Identificaci\u00f3n", - "Take a photo of your ID": "Toma una foto de tu Identificaci\u00f3n ", - "Take me to the main course page": "Ir a la p\u00e1gina principal de librer\u00eda", - "Take me to the main library page": "Ir a la p\u00e1gina principal de librer\u00eda", - "Take me to the new location": "L\u00e9veme a una nueva ubicaci\u00f3n", - "Take this exam without proctoring.": "Tomar este examen sin supervisi\u00f3n.", - "Taking As Open Exam": "Tomando como examen abierto", - "Taking As Proctored Exam": "Tomando como examen supervisado", - "Taking as Proctored": "Tomando como examen supervisado", - "Target": "Objetivo", - "Task ID": "Id de la tarea", - "Task Progress": "Progreso de la Tarea", - "Task Status": "Estado de la tarea", - "Task Type": "Tipo de Tarea", - "Task inputs": "Valores de entrada para la tarea", - "Teaching Assistant": "Profesor asistente", - "Team \"{team}\" successfully deleted.": "Equipo \"{team}\" eliminado exitosamente.", - "Team Description (Required) *": "Descripci\u00f3n del equipo (Requerido) *", - "Team Details": "Detalles del equipo", - "Team Name (Required) *": "Nombre del equipo (Requerido) *", - "Team Search": "B\u00fasqueda de equipos", - "Team capacity": "Capacidad del equipo", - "Team description cannot have more than 300 characters.": "La descripci\u00f3n no puede tener m\u00e1s de 300 caracteres.", - "Team member profiles": "Perfiles de los miembros del equipo", - "Team name cannot have more than 255 characters.": "El nombre del equipo no puede tener m\u00e1s de 255 caracteres.", - "Teams": "Equipos", - "Teams Pagination": "Paginaci\u00f3n de Equipos", - "Tell other learners a little about yourself: where you live, what your interests are, why you're taking courses, or what you hope to learn.": "Comparte con otros usuarios algo sobre ti: donde vives, cuales son tus intereses, porque est\u00e1s tomando estos cursos, o cuales son tus expectativas de aprendizaje.", - "Templates": "Plantillas", - "Terms of Service and Honor Code": "T\u00e9rminos del servicio y c\u00f3digo de honor", - "Text color": "Color de texto", - "Text to display": "Texto para desplegar", - "Textbook Name": "Nombre", - "Textbook information": "Informaci\u00f3n del libro de texto", - "Textbook name is required": "Se requiere el nombre del libro de texto", - "Thank you %(full_name)s! We have received your payment for %(course_name)s.": "Gracias %(full_name)s! Hemos recibido su pago para el curso %(course_name)s.", - "Thank you for setting your course goal to {goal}!": "\u00a1 Gracias por establecer su objetivo para este curso en {goal}!", - "Thank you for submitting a request! We will contact you within 24 hours.": "Gracias por mandarnos un mensaje. Te contactaremos dentro de las siguientes 24 horas.", - "Thank you for submitting your financial assistance application for {course_name}! You can expect a response in 2-4 business days.": "Gracias por enviar tu aplicaci\u00f3n de financiamiento para {course_name}!. Espera una respuesta de 2-4 dias h\u00e1biles.", - "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "Gracias por enviar sus fotos. Las revisaremos pronto. Ahora puede registrarse para cualquier curso de %(platformName)s que ofrezca Certficados Verificados. La verificaci\u00f3n es v\u00e1lida por un a\u00f1o. Despu\u00e9s de este periodo, deber\u00e1 volver a enviar fotograf\u00edas para una nueva verificaci\u00f3n.", - "Thank you! We have received your payment for {courseName}.": "\u00a1Gracias! Hemos recibido tu pago para {courseName}.", - "Thanks for returning to verify your ID in: {courseName}": "Gracias por regresar a verificar tu ID en: {courseName}", - "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "La URL que introdujiste parece ser una direcci\u00f3n de correo electr\u00f3nico. \u00bfDesea agregarle el prefijo requerido mailto:?", - "The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": "La URL que introdujiste parece ser un v\u00ednculo externo. \u00bfDesea agregarle el prefijo requerido http://?", - "The assignment type must have a name.": "El tipo de asignaci\u00f3n debe tener un nombre", - "The certificate available date must be later than the course end date.": "La fecha disponible para el certificado debe ser m\u00e1s tarde que la fecha de terminaci\u00f3n del curso.", - "The certificate for this learner has been re-validated and the system is re-running the grade for this learner.": "El certificado para este estudiante ha sido revalidado y el sistema est\u00e1 computando nuevamente la calificaci\u00f3n.", - "The cohort cannot be added": "El cohorte no puede ser a\u00f1adido", - "The cohort cannot be saved": "El cohorte debe ser grabado", - "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "La longitud combinada de los campos para la organizaci\u00f3n y c\u00f3digo de la librer\u00eda no puede superar los <%=limit%> caracteres.", - "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "La longitud combinada de los campos para la organizaci\u00f3n, n\u00famero de curso y grupo no puede superar los <%=limit%> caracteres.", - "The country or region where you live.": "El pa\u00eds o la regi\u00f3n donde t\u00fa vives. ", - "The country that team members primarily identify with.": "El pa\u00eds que identifica de forma primaria a los miembros del equipo.", - "The course end date must be later than the course start date.": "La fecha de finalizaci\u00f3n del curso debe ser posterior a la fecha de inicio.", - "The course must have an assigned start date.": "El curso debe tener asignada una fecha de inicio.", - "The course start date must be later than the enrollment start date.": "La fecha de inicio del curso debe ser posterior a la fecha de inicio de inscripciones.", - "The display of ungraded and checked out responses could not be loaded.": "La lista de respuestas marcadas y no calificadas no pudo ser cargada.", - "The email address you've provided isn't formatted correctly.": "La direcci\u00f3n de correo que has ingresado no est\u00e1 en el formato correcto.", - "The enrollment end date cannot be after the course end date.": "La fecha de finalizaci\u00f3n de inscripciones no puede ser posterior a la fecha de finalizaci\u00f3n del curso.", - "The enrollment start date cannot be after the enrollment end date.": "La fecha de inicio de inscripciones no puede ser posterior a la fecha de finalizaci\u00f3n de inscripciones.", - "The file could not be uploaded.": "El archivo no pudo ser cargado.", - "The file must be at least {size} in size.": "El archivo debe tener un tama\u00f1o de al menos {size}.", - "The file must be smaller than {size} in size.": "El archivo debe tener un tama\u00f1o menor a {size}.", - "The following email addresses and/or usernames are invalid:": "El correo electr\u00f3nico y/o el nombre de usuario no son v\u00e1lidos:", - "The following errors were generated:": "Se generaron los siguientes errores:", - "The following file types are not allowed: ": "Los siguientes tipos de archivos son soportados:", - "The following information is already a part of your {platform} profile. We\\'ve included it here for your application.": "La siguiente informaci\u00f3n ya es parte de su perfil en {platform} . La hemos incluido aqu\u00ed para su aplicaci\u00f3n.", - "The following message will be displayed at the bottom of the courseware pages within your course:": "El siguiente mensaje ser\u00e1 mostrado al final de las p\u00e1ginas de los cursos. ", - "The following options are available for the {license_name} license.": "Las siguientes opciones est\u00e1n disponibles para {license_name} licencia", - "The following users are no longer enrolled in the course:": "Los siguientes usuarios ya no est\u00e1n inscritos en el curso:", - "The following warnings were generated:": "Se generaron las siguientes advertencias:", - "The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.": "La categor\u00eda general para este tipo de asignaci\u00f3n, por ejemplo, Tareas o Examen trimestral. Este nombre es visible a los estudiantes.", - "The grading process is still running. Refresh the page to see updates.": "El proceso de calificaci\u00f3n todav\u00eda est\u00e1 corriendo. Recarga la p\u00e1gina para ver las actualizaciones.", - "The language that team members primarily use to communicate with each other.": "El idioma que usan los miembros del equipo para comunicarse.", - "The language used throughout this site. This site is currently available in a limited number of languages. Changing the value of this field will cause the page to refresh.": "El idioma utilizado en este sitio. Actualmente este sitio est\u00e1 disponible en un n\u00famero limitado de idiomas. Cambiar el valor de este campo causar\u00e1 que la p\u00e1gina se actualice.", - "The minimum completion percentage must be a whole number between 0 and 100.": "El porcentaje m\u00ednimo a completar debe ser un n\u00famero entero entre 0 y 100. ", - "The minimum grade for course credit is not set.": "La calificaci\u00f3n m\u00ednima para obtener cr\u00e9ditos por el curso no est\u00e1 definida.", - "The minimum score percentage must be a whole number between 0 and 100.": "La nota m\u00ednima para aprobar debe ser un n\u00famero entero entre 0 y 100.", - "The more you tell us, the more quickly and helpfully we can respond!": "Cuanto m\u00e1s nos digas, antes y mejor podremos ayudarte.", - "The name of this signatory as it should appear on certificates.": "El nombre de este signatario como debe aparecer en los certificados.", - "The name that identifies you on {platform_name}. You cannot change your username.": "El nombre que lo identifica en {platform_name}. No puede cambiar el nombre de usuario.", - "The name that is used for ID verification and that appears on your certificates.": "El nombre que es usado para la verificaci\u00f3n de identidad y aparece en sus certificados.", - "The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.": "El n\u00famero de asignaciones de este tipo que ser\u00e1n descartados. Las asignaciones con calificaciones m\u00e1s bajas ser\u00e1n las primeras en ser descartadas.", - "The number of subsections in the course that contain problems of this assignment type.": "El n\u00famero de subdivisiones del curso que contiene problemas de este tipo de asignaci\u00f3n.", - "The organization that this signatory belongs to, as it should appear on certificates.": "La organizaci\u00f3n a la que pertenece el firmante, como debe aparecer en los certificados. ", - "The page \"{route}\" could not be found.": "La p\u00e1gina \"{route}\" no pudo ser encontrada.", - "The photo of your face matches the photo on your ID.": "La foto de su documento coincide con la foto de su cara.", - "The post you selected has been deleted.": "La publicaci\u00f3n que seleccion\u00f3 ha sido borrada.", - "The published branch version, {published}, was reset to the draft branch version, {draft}.": "La versi\u00f3n publicada, {published}, fue restablecida a la versi\u00f3n borrador, {draft}.", - "The raw error message is:": "El error crudo es:", - "The refund deadline for this course has passed,so you will not receive a refund.": "La fecha l\u00edmite para reembolso en este curso ya ha pasado, por lo que a\u00fan si realiz\u00f3 un pago, no recibir\u00e1 devoluci\u00f3n de dinero.", - "The selected content group does not exist": "No existe contenido para el curso seleccionado", - "The selected image must be larger than {minFileSizeInKB}.": "La imagen seleccionada debe ser mayor a {minFileSizeInKB}.", - "The selected image must be smaller than {maxFileSizeInMB}.": "La imagen seleccionada debe ser inferior a {maxFileSizeInMB}.", - "The server could not be contacted.": "No se ha podido contactar con el servidor.", - "The staff assessment form could not be loaded.": "La valoraci\u00f3n del equipo del curso no pudo ser cargada.", - "The submission could not be removed from the grading pool.": "La entrega no pudo ser eliminada de la lista de evaluaciones", - "The team \"{team}\" could not be found.": "El equipo \"{team}\" no pudo ser encontrado.", - "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "La transcripci\u00f3n para este primer video no parece ser la misma que la transcripci\u00f3n para el segundo video", - "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "La transcripci\u00f3n para este video en edX est\u00e1 desactualizada, pero en YouTube hay una transcripci\u00f3n actualizada para el mismo", - "The timer on the right shows the time remaining in the exam.": "El cronometro a la derecha muestra el tiempo restante para finalizar el examen.", - "The topic \"{topic}\" could not be found.": "El tema \"{topic}\" no pudo ser encontrado.", - "The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.": "El peso de todas las asignaciones de este tipo como porcentaje de la calificaci\u00f3n total, por ejemplo, 40. No incluya el s\u00edmbolo de porcentaje.", - "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "El cohorte {cohortGroupName} ha sido creado. Puedes manualmente a\u00f1adir estudiantes a este cohorte.", - "There are invalid keywords in your email. Check the following keywords and try again.": "Hay palabras clave inv\u00e1lidas en tu correo. Por favor, comprueba las siguientes claves e int\u00e9ntalo de nuevo:", - "There are no posts in this topic yet.": "Todav\u00eda no hay publicaciones en este tema.", - "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.": "Ha habido una falla para exportar al XML al menos un componente. Se recomienda ir a la p\u00e1gina de edici\u00f3n y reparar el error antes de intentar otra exportaci\u00f3n. Por favor, verifique que todos los componentes en la p\u00e1gina son validos y no exhiben ninguna mensaje de error. ", - "There has been an error processing your survey.": "Ocurri\u00f3 un error al procesar tu encuesta.", - "There has been an error while exporting.": "Ha habido un error exportando", - "There has been an error with your export.": "Ha habido un error al exportar.", - "There is invalid code in your content. Please check to make sure it is valid HTML.": "Hay c\u00f3digo invalido en su contenido. Por favor verifique la validez del HTML", - "There is no email history for this course.": "No hay historial de correos electr\u00f3nicos para este curso.", - "There must be at least one group.": "Debe existir al menos un grupo.", - "There must be one cohort to which students can automatically be assigned.": "Tiene que haber una cohorte a la que los estudiantes pueden ser asignados autom\u00e1ticamente.", - "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "Hubo un problema creando el reporte. Selecciona \"Crear resumen ejecutivo\" para intentarlo nuevamente.", - "There was an error changing the user's role": "Ocurri\u00f3 un error al cambiar el papel del usuario.", - "There was an error during the upload process.": "Hubo un error durante el proceso de carga.", - "There was an error obtaining email content history for this course.": "Ocurri\u00f3 un error obteniendo el historial de correos electr\u00f3nicos para este curso.", - "There was an error obtaining email task history for this course.": "Ocurri\u00f3 un error obteniendo el historial de tareas de correo para este curso.", - "There was an error retrieving preview results for this catalog. Please check that your query is correct and try again.": "Ocurri\u00f3 un error recuperando los resultados de vista previa para este cat\u00e1logo. Por favor aseg\u00farate de que tu consulta es correcta e intente nuevamente.", - "There was an error updating your goal.": "Hubo un error actualizando su objetivo.", + ], + "Showing results for \"{searchString}\"": "Mostrando resultados para \"{searchString}\"", + "Showing {currentItemRange} out of {totalItemsCount}, filtered by {assetType}, sorted by {sortName} ascending": "Mostrando {currentItemRange} de {totalItemsCount}, filtrado por {assetType}, ordenado por {sortName} ascendente", + "Showing {currentItemRange} out of {totalItemsCount}, filtered by {assetType}, sorted by {sortName} descending": "Mostrando {currentItemRange} de {totalItemsCount}, filtrado por {assetType}, ordenado por {sortName} descendiente", + "Showing {currentItemRange} out of {totalItemsCount}, sorted by {sortName} ascending": "Mostrando {currentItemRange} de {totalItemsCount}, ordenado por {sortName} ascendiente", + "Showing {currentItemRange} out of {totalItemsCount}, sorted by {sortName} descending": "Mostrando {currentItemRange} de {totalItemsCount}, ordenado por {sortName} descendiente", + "Showing {firstIndex} out of {numItems} total": "Mostrando {firstIndex} de {numItems}", + "Showing {firstIndex}-{lastIndex} out of {numItems} total": "Mostrando {firstIndex}-{lastIndex} de un total de {numItems}", + "Sign In": "Iniciar sesi\u00f3n", + "Sign in": "Iniciar sesi\u00f3n", + "Sign in here using your email address and password, or use one of the providers listed below.": "Reg\u00edstrese aqu\u00ed utilizando su correo electr\u00f3nico y contrase\u00f1a, o tambi\u00e9n puede utilizar algunos de los proveedores en la lista abajo.", + "Sign in here using your email address and password.": "Reg\u00edstrese aqu\u00ed utilizando su direcci\u00f3n de correo electr\u00f3nico y contrase\u00f1a ", + "Sign in to continue learning": "Reg\u00edstrese para seguir aprendiendo", + "Sign in to continue learning as {email}": "Reg\u00edstrese para seguir aprendiendo como {email}", + "Sign in to {platform} so we can help you better.": "Ingrese a {platform} para que podamos ayudarle mejor.", + "Sign in using %(providerName)s": "Iniciar sesi\u00f3n usando %(providerName)s", + "Sign in with %(providerName)s": "Iniciar sesi\u00f3n usando %(providerName)s", + "Sign in with Institution/Campus Credentials": "Iniciar sesi\u00f3n con las credenciales de la instituci\u00f3n o el Campus", + "Sign in.": "Loguearse.", + "Signatory": "Signatario", + "Signatory field(s) has invalid data.": "Uno o mas campo del signatario tiene(n) informaci\u00f3n inv\u00e1lida", + "Signature Image": "Imagen de la firma", + "Skip": "Omitir", + "Social Media Links": "Enlaces de redes sociales", + "Some Rights Reserved": "Algunos Derechos Reservados", + "Some images in this post have been omitted": "Algunas im\u00e1genes en esta publicaci\u00f3n han sido omitidas", + "Something went wrong changing this enrollment. Please try again.": "Ocurri\u00f3 un error al cambiar esta inscripci\u00f3n. Por favor intenta nuevamente.", + "Something went wrong. Please try again later.": "Algo sali\u00f3 mal. Por favor intente de nuevo m\u00e1s tarde.", + "Sorry, no results were found.": "Lo sentimos, no se encuentran resultados", + "Sorry, there was an error parsing the subtitles that you uploaded. Please check the format and try again.": "Lo sentimos. Ocurri\u00f3 un error en la interpretaci\u00f3n de los subt\u00edtulos enviados. Por favor revise el formato e intente nuevamente.", + "Sorry, there was an error trying to process your request. Please try again later.": "Ocurri\u00f3 un error al procesar tu solicitud. Por favor, intente nuevamente m\u00e1s tarde.", + "Sorted by": "Ordenados por", + "Source": "Fuente", + "Source code": "C\u00f3digo fuente", + "Special character": "Caracter especial", + "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "Especificar una alternativa al t\u00edtulo oficial del curso para ser visualizado en los certificados. Dejar vac\u00edo para utilizar el t\u00edtulo oficial del curso.", + "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam, along with the {linkStart}general proctored exam rules{linkEnd}.": "Especifica cualquiera regla o excepciones a la regla que el equipo supervisor de revisi\u00f3n debe aplicar al ver los v\u00eddeos. Por ejemplo, podr\u00edas especificar que calculadoras est\u00e1n permitidas. Estas reglas espec\u00edficas son visibles a los estudiantes que inician el examen, junto con {linkStart}reglas generales del examen supervisado{linkEnd}.", + "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam.": "Especifique cualquier regla o excepci\u00f3n a la regla que el equipo de revisi\u00f3n y monitoreo deber\u00eda hacer cumplir cuando se vean los v\u00eddeos. Por ejemplo, podr\u00eda especificar que calculadoras est\u00e1n permitidas. Esta reglas espec\u00edficas son visibles para los estudiantes antes de que empiecen el examen.", + "Specify whether content-specific discussion topics are divided.": "Especifique si los contenidos espec\u00edficos de la discusi\u00f3n del curso est\u00e1n divididos.", + "Specify whether discussion topics are divided": "Especifique si los temas de la discusi\u00f3n est\u00e1n divididos", + "Speed": "Velocidad", + "Spellcheck": "Revisi\u00f3n ortogr\u00e1fica", + "Split cell": "Dividir celda", + "Square": "Cuadrado", + "Staff": "Equipo del curso", + "Staff Only": "Solo equipo del curso", + "Staff and Learners": "Funcionarios y estudiantes", + "Start Date": "Fecha inicial:", + "Start Proctored Exam": "Iniciar Examen Supervisado", + "Start System Check": "Empezar chequeo del sistema", + "Start generating certificates for all students in this course?": "\u00bfComenzar a generar los certificados para todos los estudiantes de este curso?", + "Start of transcript. Skip to the end.": "Inicio de la transcripci\u00f3n. Saltar al final.", + "Start regenerating certificates for students in this course?": "\u00bfIniciar regeneraci\u00f3n de certificados para estudiantes de este curso?", + "Start search": "Iniciar b\u00fasqueda", + "Start working toward your next learning goal.": "Empieza a trabajar hacia tu pr\u00f3xima meta de aprendizaje.", + "Started": "Inici\u00f3", + "Started entrance exam rescore task for student '{student_id}'. Click the 'Show Task Status' button to see the status of the task.": "Iniciada tarea de recalificaci\u00f3n de examen de ingreso para estudiante '{student_id}'. Haz clic en el bot\u00f3n 'Mostrar estado de tareas' para ver el estado de la tarea.", + "Started rescore problem task for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "Inici\u00f3 el proceso de re puntuaci\u00f3n del problema '<%- problem_id %>' para el estudiante '<%- student_id %>'. Haz clic en el bot\u00f3n de 'Mostrar estado de tareas' para ver el estado de dicha tarea.", + "Started task to override the score for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "Inici\u00f3 el proceso de sobreescritura del puntaje para el problema '<%- problem_id %>' para el estudiante '<%- student_id %>'. Haga clic en el bot\u00f3n de 'Mostrar estado de tareas' para ver el estado de dicha tarea.", + "Started {start}": "Comenzado {start}", + "Starts": "Empieza", + "Starts {start}": "Comienza {start}", + "Starts: %(start_date)s": "Comienza: %(start_date)s", + "State": "Estado", + "Status": "Estado", + "Status of Your Response": "Estado de su respuesta", + "Strikethrough": "Tachado", + "Student": "Estudiante", + "Student Removed from certificate white list successfully.": "El estudiante fue eliminado exitosamente de la lista blanca de certificados.", + "Student email or username": "Correo electr\u00f3nico o nombre de usuario del estudiante", + "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Add to Exception List\" button.": "El campo de nombre de usuario /correo de estudiante es requerido y no puede estar vac\u00edo. Por favor completa este campo y luego presiona el bot\u00f3n de \"A\u00f1adir a la lista de excepciones\".", + "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Invalidate Certificate\" button.": "El campo de nombre de usuario /correo de estudiante es requerido y no puede estar vac\u00edo. Por favor completa este campo y luego presiona el bot\u00f3n de \"Invalidar certificado\".", + "Studio's having trouble saving your work": "Studio tiene problemas para guardar tu trabajo", + "Studio:": "Studio:", + "Style": "Estilo", + "Subject": "Asunto", + "Subject:": "Asunto:", + "Submission aborted! Sorry, your browser does not support file uploads. If you can, please use Chrome or Safari which have been verified to support file uploads.": "\u00a1El env\u00edo fue descartado! Lo sentimos, tu navegador no soporta la carga de archivos. Si puedes, por favor utiliza Chrome o Safari que han sido verificados para soportar la carga de archivos.", + "Submit": "Enviar", + "Submit Application": "Enviar solicitud", + "Submit enrollment change": "Enviar cambio de inscripci\u00f3n", + "Submitted": "Enviado", + "Subscript": "Subescrito", + "Subsection": "Subsecci\u00f3n", + "Subsection Visibility": "Visibilidad de la subsecci\u00f3n", + "Subsection is hidden after course end date": "La subsecci\u00f3n est\u00e1 oculta despu\u00e9s de la fecha de terminaci\u00f3n del curso.", + "Subsection is hidden after due date": "La subsecci\u00f3n estar\u00e1 oculta despu\u00e9s de la fecha l\u00edmite", + "Subsections": "Subsecciones", + "Success": "Finalizaci\u00f3n exitosa", + "Success! \"{displayName}\" has been moved.": "\u00a1\u00c9xito! \"{displayName}\" se ha movido.", + "Success! Problem attempts reset for problem '<%- problem_id %>' and student '<%- student_id %>'.": "Se han reiniciado exit\u00f3samente los env\u00edos para el problema '<%- problem_id %>' y el estudiante '<%- student_id %>'.", + "Successfully deleted student state for user {user}": "Se borr\u00f3 exitosamente el estado de usuario para {user}", + "Successfully enrolled and sent email to the following users:": "Se inscribi\u00f3 exitosamente y se le envi\u00f3 el correo electr\u00f3nico a los siguientes usuarios:", + "Successfully enrolled the following users:": "Se inscribi\u00f3 con \u00e9xito a los siguientes usuarios:", + "Successfully overrode problem score for {user}": "Se reemplaz\u00f3 exitosamente el puntaje del problema para el usuario {user}", + "Successfully rescored problem for user {user}": "Se repuntu\u00f3 exitosamente el problema para el usuario {user}", + "Successfully rescored problem to improve score for user {user}": "Se repuntu\u00f3 exitosamente el problema para mejorar la calificaci\u00f3n del usuario {user}", + "Successfully reset the attempts for user {user}": "Se han reiniciado los intentos para el usuario {user}", + "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "Se envi\u00f3 el correo electr\u00f3nico a los siguientes usuarios. Podr\u00e1n inscribirse una vez se hayan registrado:", + "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "Se envi\u00f3 el correo electr\u00f3nico a los siguientes usuarios. Estar\u00e1n inscritos al curso una vez se hayan registrado:", + "Successfully started task to rescore problem '<%- problem_id %>' for all students. Click the 'Show Task Status' button to see the status of the task.": "Se program\u00f3 la tarea para re puntuar el problema '<%- problem_id %>' para todos los estudiantes. Haz clic en el bot\u00f3n de 'Mostrar estado de tareas' para ver el estado de dicha tarea.", + "Successfully started task to reset attempts for problem '<%- problem_id %>'. Click the 'Show Task Status' button to see the status of the task.": "Se ha programado la tarea de reinicio de los env\u00edos para todos los estudiantes en el problema '<%- problem_id %>'. Haz clic en el bot\u00f3n de 'Mostrar estado de tareas' para ver el estado de dicha tarea.", + "Successfully unlinked.": "Se desvincul\u00f3 con \u00e9xito.", + "Superscript": "Superescrito", + "Support education research by providing additional information": "Ayuda a la investigaci\u00f3n acad\u00e9mica brindando m\u00e1s informaci\u00f3n", + "Supported": "Soportado", + "Supported file types: {supportedVideoTypes}": "Tipos de archivo soportados: {supportedVideoTypes}", + "Switch Language Back": "Cambiar idioma de nuevo.", + "TOTAL": "TOTAL", + "Table": "Tabla", + "Table properties": "Propiedades de la tabla", + "Tags": "Etiquetas", + "Tags:": "Etiquetas:", + "Take Photo": "Tomar foto", + "Take Your Photo": "Tome su fotograf\u00eda", + "Take a Photo of Your ID": "Toma una Foto de tu Identificaci\u00f3n", + "Take a photo of your ID": "Toma una foto de tu Identificaci\u00f3n ", + "Take me to the main course page": "Ir a la p\u00e1gina principal de librer\u00eda", + "Take me to the main library page": "Ir a la p\u00e1gina principal de librer\u00eda", + "Take me to the new location": "L\u00e9veme a una nueva ubicaci\u00f3n", + "Take this exam without proctoring.": "Tomar este examen sin supervisi\u00f3n.", + "Taking As Open Exam": "Tomando como examen abierto", + "Taking As Proctored Exam": "Tomando como examen supervisado", + "Taking as Proctored": "Tomando como examen supervisado", + "Target": "Objetivo", + "Task ID": "Id de la tarea", + "Task Progress": "Progreso de la Tarea", + "Task Status": "Estado de la tarea", + "Task Type": "Tipo de Tarea", + "Task inputs": "Valores de entrada para la tarea", + "Teaching Assistant": "Profesor asistente", + "Team \"{team}\" successfully deleted.": "Equipo \"{team}\" eliminado exitosamente.", + "Team Description (Required) *": "Descripci\u00f3n del equipo (Requerido) *", + "Team Details": "Detalles del equipo", + "Team Name (Required) *": "Nombre del equipo (Requerido) *", + "Team Search": "B\u00fasqueda de equipos", + "Team capacity": "Capacidad del equipo", + "Team description cannot have more than 300 characters.": "La descripci\u00f3n no puede tener m\u00e1s de 300 caracteres.", + "Team member profiles": "Perfiles de los miembros del equipo", + "Team name cannot have more than 255 characters.": "El nombre del equipo no puede tener m\u00e1s de 255 caracteres.", + "Teams": "Equipos", + "Teams Pagination": "Paginaci\u00f3n de Equipos", + "Tell other learners a little about yourself: where you live, what your interests are, why you're taking courses, or what you hope to learn.": "Comparte con otros usuarios algo sobre ti: donde vives, cuales son tus intereses, porque est\u00e1s tomando estos cursos, o cuales son tus expectativas de aprendizaje.", + "Templates": "Plantillas", + "Terms of Service and Honor Code": "T\u00e9rminos del servicio y c\u00f3digo de honor", + "Text color": "Color de texto", + "Text to display": "Texto para desplegar", + "Textbook Name": "Nombre", + "Textbook information": "Informaci\u00f3n del libro de texto", + "Textbook name is required": "Se requiere el nombre del libro de texto", + "Thank you %(full_name)s! We have received your payment for %(course_name)s.": "Gracias %(full_name)s! Hemos recibido su pago para el curso %(course_name)s.", + "Thank you for setting your course goal to {goal}!": "\u00a1 Gracias por establecer su objetivo para este curso en {goal}!", + "Thank you for submitting a request! We will contact you within 24 hours.": "Gracias por mandarnos un mensaje. Te contactaremos dentro de las siguientes 24 horas.", + "Thank you for submitting your financial assistance application for {course_name}! You can expect a response in 2-4 business days.": "Gracias por enviar tu aplicaci\u00f3n de financiamiento para {course_name}!. Espera una respuesta de 2-4 dias h\u00e1biles.", + "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "Gracias por enviar sus fotos. Las revisaremos pronto. Ahora puede registrarse para cualquier curso de %(platformName)s que ofrezca Certficados Verificados. La verificaci\u00f3n es v\u00e1lida por un a\u00f1o. Despu\u00e9s de este periodo, deber\u00e1 volver a enviar fotograf\u00edas para una nueva verificaci\u00f3n.", + "Thank you! We have received your payment for {courseName}.": "\u00a1Gracias! Hemos recibido tu pago para {courseName}.", + "Thanks for returning to verify your ID in: {courseName}": "Gracias por regresar a verificar tu ID en: {courseName}", + "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "La URL que introdujiste parece ser una direcci\u00f3n de correo electr\u00f3nico. \u00bfDesea agregarle el prefijo requerido mailto:?", + "The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": "La URL que introdujiste parece ser un v\u00ednculo externo. \u00bfDesea agregarle el prefijo requerido http://?", + "The assignment type must have a name.": "El tipo de asignaci\u00f3n debe tener un nombre", + "The certificate available date must be later than the course end date.": "La fecha disponible para el certificado debe ser m\u00e1s tarde que la fecha de terminaci\u00f3n del curso.", + "The certificate for this learner has been re-validated and the system is re-running the grade for this learner.": "El certificado para este estudiante ha sido revalidado y el sistema est\u00e1 computando nuevamente la calificaci\u00f3n.", + "The cohort cannot be added": "El cohorte no puede ser a\u00f1adido", + "The cohort cannot be saved": "El cohorte debe ser grabado", + "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "La longitud combinada de los campos para la organizaci\u00f3n y c\u00f3digo de la librer\u00eda no puede superar los <%=limit%> caracteres.", + "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "La longitud combinada de los campos para la organizaci\u00f3n, n\u00famero de curso y grupo no puede superar los <%=limit%> caracteres.", + "The country or region where you live.": "El pa\u00eds o la regi\u00f3n donde t\u00fa vives. ", + "The country that team members primarily identify with.": "El pa\u00eds que identifica de forma primaria a los miembros del equipo.", + "The course end date must be later than the course start date.": "La fecha de finalizaci\u00f3n del curso debe ser posterior a la fecha de inicio.", + "The course must have an assigned start date.": "El curso debe tener asignada una fecha de inicio.", + "The course start date must be later than the enrollment start date.": "La fecha de inicio del curso debe ser posterior a la fecha de inicio de inscripciones.", + "The display of ungraded and checked out responses could not be loaded.": "La lista de respuestas marcadas y no calificadas no pudo ser cargada.", + "The email address you've provided isn't formatted correctly.": "La direcci\u00f3n de correo que has ingresado no est\u00e1 en el formato correcto.", + "The enrollment end date cannot be after the course end date.": "La fecha de finalizaci\u00f3n de inscripciones no puede ser posterior a la fecha de finalizaci\u00f3n del curso.", + "The enrollment start date cannot be after the enrollment end date.": "La fecha de inicio de inscripciones no puede ser posterior a la fecha de finalizaci\u00f3n de inscripciones.", + "The file could not be uploaded.": "El archivo no pudo ser cargado.", + "The file must be at least {size} in size.": "El archivo debe tener un tama\u00f1o de al menos {size}.", + "The file must be smaller than {size} in size.": "El archivo debe tener un tama\u00f1o menor a {size}.", + "The following email addresses and/or usernames are invalid:": "El correo electr\u00f3nico y/o el nombre de usuario no son v\u00e1lidos:", + "The following errors were generated:": "Se generaron los siguientes errores:", + "The following file types are not allowed: ": "Los siguientes tipos de archivos son soportados:", + "The following information is already a part of your {platform} profile. We\\'ve included it here for your application.": "La siguiente informaci\u00f3n ya es parte de su perfil en {platform} . La hemos incluido aqu\u00ed para su aplicaci\u00f3n.", + "The following message will be displayed at the bottom of the courseware pages within your course:": "El siguiente mensaje ser\u00e1 mostrado al final de las p\u00e1ginas de los cursos. ", + "The following options are available for the {license_name} license.": "Las siguientes opciones est\u00e1n disponibles para {license_name} licencia", + "The following users are no longer enrolled in the course:": "Los siguientes usuarios ya no est\u00e1n inscritos en el curso:", + "The following warnings were generated:": "Se generaron las siguientes advertencias:", + "The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.": "La categor\u00eda general para este tipo de asignaci\u00f3n, por ejemplo, Tareas o Examen trimestral. Este nombre es visible a los estudiantes.", + "The grading process is still running. Refresh the page to see updates.": "El proceso de calificaci\u00f3n todav\u00eda est\u00e1 corriendo. Recarga la p\u00e1gina para ver las actualizaciones.", + "The language that team members primarily use to communicate with each other.": "El idioma que usan los miembros del equipo para comunicarse.", + "The language used throughout this site. This site is currently available in a limited number of languages. Changing the value of this field will cause the page to refresh.": "El idioma utilizado en este sitio. Actualmente este sitio est\u00e1 disponible en un n\u00famero limitado de idiomas. Cambiar el valor de este campo causar\u00e1 que la p\u00e1gina se actualice.", + "The minimum completion percentage must be a whole number between 0 and 100.": "El porcentaje m\u00ednimo a completar debe ser un n\u00famero entero entre 0 y 100. ", + "The minimum grade for course credit is not set.": "La calificaci\u00f3n m\u00ednima para obtener cr\u00e9ditos por el curso no est\u00e1 definida.", + "The minimum score percentage must be a whole number between 0 and 100.": "La nota m\u00ednima para aprobar debe ser un n\u00famero entero entre 0 y 100.", + "The more you tell us, the more quickly and helpfully we can respond!": "Cuanto m\u00e1s nos digas, antes y mejor podremos ayudarte.", + "The name of this signatory as it should appear on certificates.": "El nombre de este signatario como debe aparecer en los certificados.", + "The name that identifies you on {platform_name}. You cannot change your username.": "El nombre que lo identifica en {platform_name}. No puede cambiar el nombre de usuario.", + "The name that is used for ID verification and that appears on your certificates.": "El nombre que es usado para la verificaci\u00f3n de identidad y aparece en sus certificados.", + "The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.": "El n\u00famero de asignaciones de este tipo que ser\u00e1n descartados. Las asignaciones con calificaciones m\u00e1s bajas ser\u00e1n las primeras en ser descartadas.", + "The number of subsections in the course that contain problems of this assignment type.": "El n\u00famero de subdivisiones del curso que contiene problemas de este tipo de asignaci\u00f3n.", + "The organization that this signatory belongs to, as it should appear on certificates.": "La organizaci\u00f3n a la que pertenece el firmante, como debe aparecer en los certificados. ", + "The page \"{route}\" could not be found.": "La p\u00e1gina \"{route}\" no pudo ser encontrada.", + "The photo of your face matches the photo on your ID.": "La foto de su documento coincide con la foto de su cara.", + "The post you selected has been deleted.": "La publicaci\u00f3n que seleccion\u00f3 ha sido borrada.", + "The published branch version, {published}, was reset to the draft branch version, {draft}.": "La versi\u00f3n publicada, {published}, fue restablecida a la versi\u00f3n borrador, {draft}.", + "The raw error message is:": "El error crudo es:", + "The refund deadline for this course has passed,so you will not receive a refund.": "La fecha l\u00edmite para reembolso en este curso ya ha pasado, por lo que a\u00fan si realiz\u00f3 un pago, no recibir\u00e1 devoluci\u00f3n de dinero.", + "The selected content group does not exist": "No existe contenido para el curso seleccionado", + "The selected image must be larger than {minFileSizeInKB}.": "La imagen seleccionada debe ser mayor a {minFileSizeInKB}.", + "The selected image must be smaller than {maxFileSizeInMB}.": "La imagen seleccionada debe ser inferior a {maxFileSizeInMB}.", + "The server could not be contacted.": "No se ha podido contactar con el servidor.", + "The staff assessment form could not be loaded.": "La valoraci\u00f3n del equipo del curso no pudo ser cargada.", + "The submission could not be removed from the grading pool.": "La entrega no pudo ser eliminada de la lista de evaluaciones", + "The team \"{team}\" could not be found.": "El equipo \"{team}\" no pudo ser encontrado.", + "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "La transcripci\u00f3n para este primer video no parece ser la misma que la transcripci\u00f3n para el segundo video", + "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "La transcripci\u00f3n para este video en edX est\u00e1 desactualizada, pero en YouTube hay una transcripci\u00f3n actualizada para el mismo", + "The timer on the right shows the time remaining in the exam.": "El cronometro a la derecha muestra el tiempo restante para finalizar el examen.", + "The topic \"{topic}\" could not be found.": "El tema \"{topic}\" no pudo ser encontrado.", + "The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.": "El peso de todas las asignaciones de este tipo como porcentaje de la calificaci\u00f3n total, por ejemplo, 40. No incluya el s\u00edmbolo de porcentaje.", + "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "El cohorte {cohortGroupName} ha sido creado. Puedes manualmente a\u00f1adir estudiantes a este cohorte.", + "There are invalid keywords in your email. Check the following keywords and try again.": "Hay palabras clave inv\u00e1lidas en tu correo. Por favor, comprueba las siguientes claves e int\u00e9ntalo de nuevo:", + "There are no posts in this topic yet.": "Todav\u00eda no hay publicaciones en este tema.", + "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.": "Ha habido una falla para exportar al XML al menos un componente. Se recomienda ir a la p\u00e1gina de edici\u00f3n y reparar el error antes de intentar otra exportaci\u00f3n. Por favor, verifique que todos los componentes en la p\u00e1gina son validos y no exhiben ninguna mensaje de error. ", + "There has been an error processing your survey.": "Ocurri\u00f3 un error al procesar tu encuesta.", + "There has been an error while exporting.": "Ha habido un error exportando", + "There has been an error with your export.": "Ha habido un error al exportar.", + "There is invalid code in your content. Please check to make sure it is valid HTML.": "Hay c\u00f3digo invalido en su contenido. Por favor verifique la validez del HTML", + "There is no email history for this course.": "No hay historial de correos electr\u00f3nicos para este curso.", + "There must be at least one group.": "Debe existir al menos un grupo.", + "There must be one cohort to which students can automatically be assigned.": "Tiene que haber una cohorte a la que los estudiantes pueden ser asignados autom\u00e1ticamente.", + "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "Hubo un problema creando el reporte. Selecciona \"Crear resumen ejecutivo\" para intentarlo nuevamente.", + "There was an error changing the user's role": "Ocurri\u00f3 un error al cambiar el papel del usuario.", + "There was an error during the upload process.": "Hubo un error durante el proceso de carga.", + "There was an error obtaining email content history for this course.": "Ocurri\u00f3 un error obteniendo el historial de correos electr\u00f3nicos para este curso.", + "There was an error obtaining email task history for this course.": "Ocurri\u00f3 un error obteniendo el historial de tareas de correo para este curso.", + "There was an error retrieving preview results for this catalog. Please check that your query is correct and try again.": "Ocurri\u00f3 un error recuperando los resultados de vista previa para este cat\u00e1logo. Por favor aseg\u00farate de que tu consulta es correcta e intente nuevamente.", + "There was an error updating your goal.": "Hubo un error actualizando su objetivo.", "There was an error when trying to add learners:": [ - "Hubo un error al intentar agregar estudiantes:", + "Hubo un error al intentar agregar estudiantes:", "{numErrors} estudiantes no pudieron ser agregados a este cohorte:" - ], - "There was an error while importing the new course to our database.": "Ha habido un error importando el nuevo curso a nuestra base de datos.", - "There was an error while importing the new library to our database.": "Ha habido un error mientras import\u00e1bamos la nueva librer\u00eda a nuestra base de datos.", - "There was an error while unpacking the file.": "Ha habido un error descomprimiendo el archivo", - "There was an error while verifying the file you submitted.": "Ha ocurrido un error al verificar el archivo que has enviado.", - "There was an error with the upload": "Ha habido un error con la subida del archivo", - "There was an error, try searching again.": "Hubo un error, intenta buscar de nuevo.", - "There was an error. Please reload the page and try again.": "Hubo un error inesperado. Por favor recargue la p\u00e1gina e intente de nuevo.", - "There were errors reindexing course.": "Hubo errores al reindexar el curso.", - "There's already another assignment type with this name.": "Ya existe otro tipo de tarea con este nombre.", - "These settings include basic information about your account.": "Estas configuraciones incluyen informaci\u00f3n b\u00e1sica sobre tu cuenta.", - "These users could not be added as beta testers because their accounts are not yet activated:": "No se ha podido agregar a estos usuarios como usuarios de prueba porque sus cuentas no han sido activadas:", - "These users were not added as beta testers:": "Los siguientes usuarios no fueron a\u00f1adidos como usuarios de prueba:", - "These users were not affiliated with the course so could not be unenrolled:": "Estos usuarios no estaban vinculados con el curso, por lo que no pudieron ser retirados:", - "These users were not removed as beta testers:": "Los siguientes usuarios no fueron eliminados como usuarios de prueba:", - "These users were successfully added as beta testers:": "Los siguientes usuarios fueron a\u00f1adidos exitosamente como usuarios de prueba:", - "These users were successfully removed as beta testers:": "Los siguientes usuarios fueron eliminados exitosamente como usuarios de prueba:", - "These users will be allowed to enroll once they register:": "Estos usuarios podr\u00e1n inscribirse una vez que se hayan registrado:", - "These users will be enrolled once they register:": "Estos usuarios quedar\u00e1n inscritos una vez que se hayan registrado en el sitio:", - "This Group Configuration is not in use. Start by adding a content experiment to any Unit via the {linkStart}Course Outline{linkEnd}.": "Esta Configuraci\u00f3n de grupo no est\u00e1 en uso. Comience a\u00f1adiendo contenido experimental a cualquier Unidad a trav\u00e9s de la {linkStart}Estructura del curso{linkEnd}.", - "This Group Configuration is used in:": "Esta configuraci\u00f3n de grupo se usa en:", - "This action cannot be undone.": "Esta acci\u00f3n no se puede deshacer.", - "This action updates the {provider} information for your entire organization.": "Esta acci\u00f3n actualiza la informaci\u00f3n del proveedor {provider} para toda la organizaci\u00f3n.", - "This assessment could not be submitted.": "Esta revisi\u00f3n no pudo ser enviada.", - "This browser cannot play .mp4, .ogg, or .webm files.": "Este navegador no puede reproducir archivos .mp4, .ogg o .webm", - "This catalog's courses:": "Los cursos de este cat\u00e1logo:", - "This certificate has already been activated and is live. Are you sure you want to continue editing?": "Este certificado ya ha sido activado y est\u00e1 publicado. \u00bfEst\u00e1 seguro de que desea continuar edit\u00e1ndolo?", - "This comment could not be deleted. Refresh the page and try again.": "No se pudo borrar este comentario. Recarga la p\u00e1gina e intenta nuevamente.", - "This component has validation issues.": "Este componente tiene errores de validaci\u00f3n.", - "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "Esta configuraci\u00f3n se est\u00e1 usando en contenidos experimentales. Si hace cambios a los grupos, puede que necesite editar tambi\u00e9n dichos experimentos.", - "This content group is used in one or more units.": "Este contenido de grupo es usado en uno o mas unidades.", - "This course has automatic cohorting enabled for verified track learners, but cohorts are disabled. You must enable cohorts for the feature to work.": "Este curso tiene la funci\u00f3n de cohortes habilitada autom\u00e1ticamente para los estudiantes del modo verificado, pero los cohortes est\u00e1n inhabilitados. Tu debes habilitar los cohortes para que esta caracter\u00edstica funcione. ", - "This course has automatic cohorting enabled for verified track learners, but the required cohort does not exist. You must create a manually-assigned cohort named '{verifiedCohortName}' for the feature to work.": "Este curso tiene la funci\u00f3n de cohortes habilitada autom\u00e1ticamente para estudiantes en el modo verificado, pero el cohorte requerido no existe. Tu debes crear un cohorte asignado manualmente con el t\u00edtulo '{verifiedCohortName}' para que esta caracter\u00edstica funcione.", - "This course uses automatic cohorting for verified track learners. You cannot disable cohorts, and you cannot rename the manual cohort named '{verifiedCohortName}'. To change the configuration for verified track cohorts, contact your edX partner manager.": "Este curso utiliza la funci\u00f3n de cohortes autom\u00e1ticamente para estudiantes en el modo verificado. No se puede desactivar los cohortes, ni se puede cambiarle el nombre al cohorte manual nombrado '{verifiedCohortName}'. Para modificar la configuraci\u00f3n de los cohortes del modo verificado, comun\u00edcate con tu punto de contacto en edX.", - "This discussion could not be loaded. Refresh the page and try again.": "No se pudo cargar esta discusi\u00f3n. Recarga la p\u00e1gina e intenta nuevamente.", - "This exam has a time limit associated with it.": "Esta examen tiene un l\u00edmite de tiempo.", - "This feature is currently in testing. Course teams can enter highlights, but learners will not receive email messages.": "Esta caracter\u00edstica est\u00e1 en prueba actualmente. Equipos del curso pueden ingresar destacados, pero los estudiantes no recibir\u00e1n mensajes de correo electr\u00f3nico.", - "This feedback could not be submitted.": "Este comentario no pudo ser enviado.", - "This file type is not supported. Supported file type is {supportedFileFormat}.": "Este tipo de archivo no es soportado. El tipo de archivo soportado es {supportedFileFormat}.", - "This group controls access to:": "Este grupo controla el acceso a:", - "This group no longer exists. Choose another group or do not restrict access to this unit.": "Este grupo ya no existe. Seleccione otro grupo o no restrinja el acceso a esta unidad.", - "This image file type is not supported. Supported file types are {supportedFileFormats}.": "El tipo de archivo no es soportado. Los tipos de archivo soportados son {supportedFileFormats}.", - "This image is for decorative purposes only and does not require a description.": "Esta imagen es decorativa solamente y no requiere descripci\u00f3n.", - "This is the Description of the Group Configuration": "Esta es la descripci\u00f3n de configuraci\u00f3n del grupo", - "This is the Name of the Group Configuration": "Este es el nombre de la Configuraci\u00f3n del Grupo", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Esta es la lista de %s disponibles. Puede elegir algunos seleccion\u00e1ndolos en la caja inferior y luego haciendo clic en la flecha \"Elegir\" que hay entre las dos cajas.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Esta es la lista de los %s elegidos. Puede elmininar algunos seleccion\u00e1ndolos en la caja inferior y luego haciendo click en la flecha \"Eliminar\" que hay entre las dos cajas.", - "This is the name of the group": "Este es el nombre del grupo", - "This learner is currently sharing a limited profile.": "Este usuario est\u00e1 compartiendo un perfil limitado.", - "This learner will be removed from the team, allowing another learner to take the available spot.": "Este estudiante ser\u00e1 removido del equipo, permitiendo que otro usuario tome el lugar disponible.", - "This link will open in a modal window": "Este enlace se abrir\u00e1 en una ventana modal", - "This link will open in a new browser window/tab": "Este enlace se abrir\u00e1 en una nueva ventana o pesta\u00f1a del navegador", - "This may be happening because of an error with our server or your internet connection. Try refreshing the page or making sure you are online.": "Esto puede estar sucediendo debido a un error con nuestros servidores o con tu conexi\u00f3n a Internet. Intenta refrescar la p\u00e1gina o verifica tu acceso a Internet.", - "This page contains information about orders that you have placed with {platform_name}.": "Esta p\u00e1gina contiene informaci\u00f3n de las \u00f3rdenes de compra que has realizado en {platform_name}.", - "This post could not be closed. Refresh the page and try again.": "No se pudo cerrar esta publicaci\u00f3n. Recarga la p\u00e1gina e intenta nuevamente.", - "This post could not be flagged for abuse. Refresh the page and try again.": "No se pudo marcar esta publicaci\u00f3n como abusiva. Recarga la p\u00e1gina e intenta nuevamente.", - "This post could not be pinned. Refresh the page and try again.": "No se pudo marcar esta publicaci\u00f3n. Recarga la p\u00e1gina e intenta nuevamente.", - "This post could not be reopened. Refresh the page and try again.": "No se pudo abrir esta publicaci\u00f3n de nuevo. Recarga la p\u00e1gina e intenta nuevamente.", - "This post could not be unflagged for abuse. Refresh the page and try again.": "No se pudo desmarcar esta publicaci\u00f3n como abusiva. Recarga la p\u00e1gina e intenta nuevamente.", - "This post could not be unpinned. Refresh the page and try again.": "No se pudo desmarcar esta publicaci\u00f3n. Recarga la p\u00e1gina e intente nuevamente.", - "This problem could not be saved.": "Este problema no pudo ser guardado.", - "This problem has already been released. Any changes will apply only to future assessments.": "Este problema ya ha sido liberado. Cualquier cambio en el mismo se aplicar\u00e1 solo a los env\u00edo futuros.", - "This problem has been reset.": "Este problema ha sido restablecido.", - "This response could not be marked as an answer. Refresh the page and try again.": "No se pudo marcar esta respuesta. Recarga la p\u00e1gina e intenta nuevamente.", - "This response could not be marked as endorsed. Refresh the page and try again.": "No se pudo marcar esta respuesta como validada. Recarga la p\u00e1gina e intenta nuevamente. ", - "This response could not be saved.": "Esta respuesta no pudo ser guardada.", - "This response could not be submitted.": "Esta respuesta no pudo ser enviada.", - "This response could not be unendorsed. Refresh the page and try again.": "No se pudo desmarcar esta respuesta como validada. Recarga la p\u00e1gina e intenta nuevamente.", - "This response could not be unmarked as an answer. Refresh the page and try again.": "No se pudo desmarcar esta respuesta. Recarga la p\u00e1gina e intenta nuevamente.", - "This response has been saved but not submitted.": "La respuesta ha sido guardada, pero no enviada.", - "This response has not been saved.": "Esta respuesta no ha sido guardada.", - "This role requires a divided discussions scheme.": "Este rol requiere un esquema de discusiones dividido.", - "This section could not be loaded.": "Esta secci\u00f3n no pudo ser cargada.", - "This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.": "Estos nombres para los tipos de asignaciones (por ejemplo, Tareas o Examen trimestral) aparecen al lado de las asignaciones en la p\u00e1gina de Progreso del estudiante.", - "This team does not have any members.": "Este equipo no tiene todav\u00eda ning\u00fan miembro.", - "This team is full.": "Este equipo est\u00e1 lleno.", - "This unit has validation issues.": "Esta unidad tiene errores de validaci\u00f3n", - "This vote could not be processed. Refresh the page and try again.": "Este voto no se pudo procesar. Recarga la p\u00e1gina e intenta nuevamente.", - "This {parentCategory} has no {childCategory}": "Esta {parentCategory} no tiene {childCategory}", - "Thumbnail": "Imagen miniatura", - "Thumbnail for {videoName}": "Imagen miniatura para {videoName}", - "Thumbnail view of ": "Vista miniatura de", - "Time Allotted (HH:MM):": "Tiempo permitido (HH:MM):", - "Time Sent": "Hora de env\u00edo", - "Time Sent:": "Hora de env\u00edo:", - "Time Zone": "Zona horaria", - "Timed": "Cronometrado", - "Timed Exam": "Examen cronometrado", - "Timed Out": "Tiempo agotado", - "Timed Transcript Conflict": "Conflicto en la transcripci\u00f3n", - "Timed Transcript Found": "Se encontr\u00f3 una transcripci\u00f3n", - "Timed Transcript Uploaded Successfully": "Transcripci\u00f3n cargada exitosamente", - "Timed Transcript from %(filename)s": "Transcripci\u00f3n de %(filename)s", - "Tips on taking a successful photo": "Consejos para tomar una foto exitosamente", - "Title": "T\u00edtulo", - "Title ": "T\u00edtulo", - "Title of the signatory": "T\u00edtulo del signatario", - "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "Si los t\u00edtulos tienen m\u00e1s de 100 caracteres, pueden impedir que los estudiantes impriman sus certificados en una \u00fanica p\u00e1gina.", - "To access the course, select a session.": "Para acceder al curso selecciona una edici\u00f3n.", - "To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.": "Para asegurar que todos los estudiantes puedan ver el video, recomendamos suministrar tanto una versi\u00f3n .mp4 como una versi\u00f3n .webm del recurso. Haga clic a continuaci\u00f3n para a\u00f1adir la URL de una nueva versi\u00f3n. Estas URLs no pueden ser de Youtube. El primer video listado que sea compatible con la terminal del usuario ser\u00e1 el que se reproducir\u00e1.", - "To complete the program, you must earn a verified certificate for each course.": "Para completar el programa, deber\u00e1s ganar un certificado verificado en cada curso.", - "To continue learning with this account, sign in below.": "Para continuar aprendiendo con esta cuenta, reg\u00edstrese a continuaci\u00f3n.", - "To finalize course credit, %(display_name)s requires %(platform_name)s learners to submit a credit request.": "Para finalizar un cr\u00e9dito de curso, %(display_name)s requieres %(platform_name)s profesores para postular una solicitud de cr\u00e9dito.", - "To invalidate a certificate for a particular learner, add the username or email address below.": "Para invalidar el certificado de un estudiante particular, a\u00f1ada el nombre de usuario o correo electr\u00f3nico a continuaci\u00f3n.", - "To pass this exam, you must complete the problems in the time allowed.": "Para aprobar este examen, hay que completar los problemas durante el tiempo permitido.", - "To receive a certificate, you must also verify your identity before {date}.": "Para recibir un certificado, tambi\u00e9n debe verificar su identidad antes del {date}.", - "To receive a certificate, you must also verify your identity.": "Para recibir un certificado, tambi\u00e9n debe verificar su identidad.", - "To receive credit for problems, you must select \"Submit\" for each problem before you select \"End My Exam\".": "Para recibir cr\u00e9dito por problemas, debe seleccionar \"Enviar\" para cada problema antes de seleccionar \"Finalizar mi examen\".", - "To review learner cohort assignments or see the results of uploading a CSV file, download course profile information or cohort results on the {link_start}Data Download{link_end} page.": "Para revisar asiginaciones de cohortes de los estudiantes o ver los resultados del archivo CVS que est\u00e1 subiendo, descargue la informaci\u00f3n del perfil del curso o los resultados del cohorte en la p\u00e1gina {link_start}Data Download{link_end}.", - "To share your certificate on Mozilla Backpack, you must first have a Backpack account. Complete the following steps to add your certificate to Backpack.": "Para compartir tu certificado en Mozilla Backpack, debes tener una cuenta de Backpack primero. Completa los siguientes pasos para agregar tu certificado a Backpack.", - "To take a successful photo, make sure that:": "Para tomar la foto correctamente, aseg\u00farese de: ", - "To use the current photo, select the camera button {icon}. To take another photo, select the retake button {icon}.": "Para usar la foto actual, selecciona el bot\u00f3n de c\u00e1mara {icon}. Para tomar una nueva foto, selecciona el bot\u00f3n de nueva toma {icon}.", - "To verify your identity, you need a webcam and a government-issued photo ID.": "Para verificar su identidad, necesitar\u00e1 una c\u00e1mara web, y un documento de identificaci\u00f3n oficial con foto.", - "Today": "Hoy", - "Toggle Account Password (Usable/Unusable)": "Cambiar Contrase\u00f1a de Cuenta (Usable/No-usable)", - "Toggle Notifications Setting": "Cambiar las opciones de notificaci\u00f3n", - "Tomorrow": "Ma\u00f1ana", - "Tools": "Herramientas", - "Top": "Superior", - "Topic": "Tema", - "Topics": "Temas", - "Total": "Total", - "Total Number": "N\u00famero total", - "Total Responses": "Total de respuestas", - "Training": "Entrenamiento", - "Transcript Fidelity": "Fidelidad de la transcripci\u00f3n", - "Transcript Languages": "Idiomas de Transcripci\u00f3n", - "Transcript Provider": "Proveedor de la transcripci\u00f3n", - "Transcript Turnaround": "Tiempo de procesamiento de la transcripci\u00f3n", - "Transcript will be displayed when you start playing the video.": "La transcripci\u00f3n se visualizar\u00e1 cuando se comience a reproducir el video.", - "Transcripts": "Transcripciones", - "Try the transaction again in a few minutes.": "Intenta la transacci\u00f3n nuevamente en algunos minutos.", - "Try this practice exam again": "Comenzar este examen de pr\u00e1ctica nuevamente", - "Try using a different browser, such as Google Chrome.": "Intente usar otro navegador. Por ejemplo Google Chrome.", - "Turn off transcripts": "Desactivar transcripci\u00f3n", - "Turn on closed captioning": "Activar subt\u00edtulos", - "Turn on transcripts": "Activar transcripci\u00f3n", - "Type": "Tipo", - "Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "Introduce un URL o utiliza el bot\u00f3n de \"Elegir Archivo\" para subir un archivo de tu m\u00e1quina (p. ej. 'http://example.com/img/clouds.jpg')", - "Type into this box to filter down the list of available %s.": "Escriba en este cuadro para filtrar la lista de %s disponibles", - "URL": "URL", - "Unable to delete account": "No es posible eliminar esta cuenta", - "Unable to determine whether we should give you a refund because of System Error. Please try again later.": "No se ha podido determinar si debemos darle un reembolso debido a un error del sistema. Por favor, int\u00e9ntelo de nuevo m\u00e1s tarde.", - "Unable to load": "No se ha podido cargar", - "Unable to submit application": "No se pudo enviar la solicitud", - "Underline": "Subrayado", - "Undo": "Deshacer", - "Undo (Ctrl+Z)": "Deshacer (Ctrl+Z)", - "Undo Changes": "Deshacer Cambios", - "Undo move": "Deshacer movimiento", - "Undo moving": "Deshacer movimiento", - "Unexpected server error.": "Ocurri\u00f3 un error inesperado en el servidor.", - "Ungraded": "No calificado", - "Ungraded Practice Exam": "Examen de pr\u00e1ctica no calificado", - "Unit": "Unidad", - "Unit Access": "Unidad de Acceso", - "Unit Name": "Nombre de la unidad", - "Unit Visibility": "Visibilidad de la unidad", - "Units": "Unidades", - "Unknown": "Desconocido", - "Unknown username: {user}": "Usuario desconocido: {user}", - "Unlink This Account": "Desvincular esta cuenta", - "Unlink your {accountName} account": "Desvincular tu cuenta de {accountName} ", - "Unlinking": "Desvinculando", - "Unmute": "Restablecer sonido", - "Unnamed Option": "Opci\u00f3n sin nombre", - "Unpublished changes to content that will release in the future": "Cambios no publicados del contenido que ser\u00e1 liberado en el futuro", - "Unpublished changes to live content": "Cambios no publicados en el contenido en vivo", - "Unpublished units will not be released": "Las unidades no publicadas no ser\u00e1n liberadas", - "Unscheduled": "No programado", - "Update": "Actualizar", - "Update Settings": "Actualizar ajustes", - "Update team.": "Actualizar el equipo.", - "Updating Tags": "Actualizando Etiquetas", - "Updating with latest library content": "Actualizando con el m\u00e1s reciente contenido de la librer\u00eda", - "Upgrade All Remaining Courses (": "Actualizar los cursos restantes (", - "Upgrade Deadline": "Fecha l\u00edmite para el upgrade", - "Upgrade to Verified": "Optar por el Certificado Verificado", - "Upgrade to a Verified Certificate for {courseName}": "Optar por el Certificado Verificado para {courseName}", - "Upload": "Subir", - "Upload File": "Subir archivo", - "Upload File and Assign Students": "Cargar archivo y asignar estudiantes", - "Upload New .srt Transcript": "Cargar nuevo archivo de transcripci\u00f3n .srt", - "Upload New File": "Subir nuevo archivo", - "Upload New Transcript": "Cargar nueva transcripci\u00f3n", - "Upload PDF": "Subir PDF", - "Upload Photo": "Subir foto", - "Upload Signature Image": "Subir imagen con la firma", - "Upload Videos": "Cargar Videos", - "Upload a CSV file": "Cargar un archivo CSV", - "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "Cargue un archivo separado por comas (.csv) que contenga los nombres de usuario o correos electr\u00f3nicos de los estudiantes a los que se le han otorgado excepciones. Incluya el nombre de usuario o correo electr\u00f3nico en el primer campo. Puede incluir adem\u00e1s en un segundo campo, una nota opcional describiendo la raz\u00f3n para otorgar la excepci\u00f3n.", - "Upload a new PDF to \u201c<%= name %>\u201d": "Subir un nuevo PDF a \u201c<%= name %>\u201d", - "Upload an image": "Subir una imagen", - "Upload an image or capture one with your web or phone camera.": "Subir una imagen o captura con tu camara web o del tel\u00e9fono", - "Upload completed": "Carga terminada", - "Upload completed for video {fileName}": "Carga terminada para el video {fileName}", - "Upload failed": "Carga fall\u00edda", - "Upload failed for video {fileName}": "Carga fallida para el video {fileName}", - "Upload instructor image.": "Subir imagen del instructor.", - "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "La carga est\u00e1 en proceso. Para evitar errores, permanece en esta p\u00e1gina hasta que el proceso haya finalizado.", - "Upload signature image.": "Cargar la imagen de la firma.", - "Upload translation": "Subir traducci\u00f3n", - "Upload your banner image.": "Subir tu imagen banner", - "Upload your course image.": "Cargar la imagen para su curso", - "Upload your first asset": "Subir su primer recurso", - "Upload your video thumbnail image.": "Subir tu miniatura de la imagen del video", - "Uploaded file issues. Click on \"+\" to view.": "Problemas con los archivos cargados. Haz clic en \"+\" para ver.", - "Uploading": "Subiendo", - "Upper Alpha": "Alfa May\u00fascula", - "Upper Roman": "Romana may\u00fascula", - "Upset Learner": "Estudiante alterado", - "Url": "URL", - "Use Current Transcript": "Usar la transcripci\u00f3n actual", - "Use Onboarding to introduce learners to proctoring, verify their identity, and create an onboarding profile. Learners must complete the onboarding profile step prior to taking a proctored exam. Profile reviews take 2+ business days.": "Utilice Integraci\u00f3n para presentar la supervisi\u00f3n a los estudiantes, verificar su identidad y crear un perfil de integraci\u00f3n. Los alumnos deben completar el paso del perfil de integraci\u00f3n antes de tomar un examen supervisado. Las evaluaciones del perfil requieren 2 o m\u00e1s d\u00edas h\u00e1biles.", - "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.": "Use una pr\u00e1ctica de examen supervisado para introducir a los estudiantes a las herramientas y procesos de este tipo de examen. Los resultados de esta pr\u00e1ctica no contar\u00e1n hacia la calificaci\u00f3n del estudiante.", - "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "Use un examen cronometrado para limitar el tiempo que los estudiantes podr\u00e1n emplear en los problemas de esta subsecci\u00f3n. Los estudiantes deber\u00e1n enviar sus respuestas antes de que el tiempo expire. Usted podr\u00e1 permitir un tiempo adicional por estudiante a trav\u00e9s del panel de control de instructor.", - "Use as a Prerequisite": "Utilice como prerrequisito", - "Use bookmarks to help you easily return to courseware pages. To bookmark a page, click \"Bookmark this page\" under the page title.": "Usa marcadores para ayudarte a regresar f\u00e1cilmente a ciertas p\u00e1ginas en el curso. Para marcar una p\u00e1gina, haz clic en \"Marcar esta p\u00e1gina\" bajo el t\u00edtulo de la p\u00e1gina.", - "Use cohorts as the basis for dividing discussions. All learners, regardless of cohort, see the same discussion topics, but within divided topics, only members of the same cohort see and respond to each others\u2019 posts. ": "Usar cohortes como base de dividir las discusiones. Todos los estudiantes, sin considerar su cohorte, ven los mismos temas de discusi\u00f3n, pero dentro de temas divididos, los estudiantes solamente ven y responden a las publicaciones de otros estudiantes en el mismo cohorte como ellos.", - "Use enrollment tracks as the basis for dividing discussions. All learners, regardless of their enrollment track, see the same discussion topics, but within divided topics, only learners who are in the same enrollment track see and respond to each others\u2019 posts.": "Usar rutas de inscripci\u00f3n como base de dividir las discusiones. Todos los estudiantes, sin considerar su ruta de inscripci\u00f3n, ven los mismos temas de discusi\u00f3n, pero dentro de temas divididos, los estudiantes solamente ven y responden a las publicaciones de otros estudiantes en la misma ruta de inscripci\u00f3n como ellos.", - "Use my institution/campus credentials": "Usar mis credenciales de la instituci\u00f3n o el Campus", - "Use the All Topics menu to find specific topics.": "Use el men\u00fa de todos los temas para encontrar temas espec\u00edficos.", - "Use the retake photo button if you are not pleased with your photo": "Utilice el bot\u00f3n retomar foto si usted no est\u00e1 satisfecho con su foto", - "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "Use su c\u00e1mara web para tomar una fotograf\u00eda de su documento de identidad. Usaremos esta foto para verificarla contra la fotograf\u00eda de su cara y el nombre de su cuenta.", - "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "Use su c\u00e1mara web para tomar una fotograf\u00eda de su cara. Usaremos esta foto para verificarla contra la fotograf\u00eda de su documento de identificaci\u00f3n.", - "Used": "Utilizado", + ], + "There was an error while importing the new course to our database.": "Ha habido un error importando el nuevo curso a nuestra base de datos.", + "There was an error while importing the new library to our database.": "Ha habido un error mientras import\u00e1bamos la nueva librer\u00eda a nuestra base de datos.", + "There was an error while unpacking the file.": "Ha habido un error descomprimiendo el archivo", + "There was an error while verifying the file you submitted.": "Ha ocurrido un error al verificar el archivo que has enviado.", + "There was an error with the upload": "Ha habido un error con la subida del archivo", + "There was an error, try searching again.": "Hubo un error, intenta buscar de nuevo.", + "There was an error. Please reload the page and try again.": "Hubo un error inesperado. Por favor recargue la p\u00e1gina e intente de nuevo.", + "There were errors reindexing course.": "Hubo errores al reindexar el curso.", + "There's already another assignment type with this name.": "Ya existe otro tipo de tarea con este nombre.", + "These settings include basic information about your account.": "Estas configuraciones incluyen informaci\u00f3n b\u00e1sica sobre tu cuenta.", + "These users could not be added as beta testers because their accounts are not yet activated:": "No se ha podido agregar a estos usuarios como usuarios de prueba porque sus cuentas no han sido activadas:", + "These users were not added as beta testers:": "Los siguientes usuarios no fueron a\u00f1adidos como usuarios de prueba:", + "These users were not affiliated with the course so could not be unenrolled:": "Estos usuarios no estaban vinculados con el curso, por lo que no pudieron ser retirados:", + "These users were not removed as beta testers:": "Los siguientes usuarios no fueron eliminados como usuarios de prueba:", + "These users were successfully added as beta testers:": "Los siguientes usuarios fueron a\u00f1adidos exitosamente como usuarios de prueba:", + "These users were successfully removed as beta testers:": "Los siguientes usuarios fueron eliminados exitosamente como usuarios de prueba:", + "These users will be allowed to enroll once they register:": "Estos usuarios podr\u00e1n inscribirse una vez que se hayan registrado:", + "These users will be enrolled once they register:": "Estos usuarios quedar\u00e1n inscritos una vez que se hayan registrado en el sitio:", + "This Group Configuration is not in use. Start by adding a content experiment to any Unit via the {linkStart}Course Outline{linkEnd}.": "Esta Configuraci\u00f3n de grupo no est\u00e1 en uso. Comience a\u00f1adiendo contenido experimental a cualquier Unidad a trav\u00e9s de la {linkStart}Estructura del curso{linkEnd}.", + "This Group Configuration is used in:": "Esta configuraci\u00f3n de grupo se usa en:", + "This action cannot be undone.": "Esta acci\u00f3n no se puede deshacer.", + "This action updates the {provider} information for your entire organization.": "Esta acci\u00f3n actualiza la informaci\u00f3n del proveedor {provider} para toda la organizaci\u00f3n.", + "This assessment could not be submitted.": "Esta revisi\u00f3n no pudo ser enviada.", + "This browser cannot play .mp4, .ogg, or .webm files.": "Este navegador no puede reproducir archivos .mp4, .ogg o .webm", + "This catalog's courses:": "Los cursos de este cat\u00e1logo:", + "This certificate has already been activated and is live. Are you sure you want to continue editing?": "Este certificado ya ha sido activado y est\u00e1 publicado. \u00bfEst\u00e1 seguro de que desea continuar edit\u00e1ndolo?", + "This comment could not be deleted. Refresh the page and try again.": "No se pudo borrar este comentario. Recarga la p\u00e1gina e intenta nuevamente.", + "This component has validation issues.": "Este componente tiene errores de validaci\u00f3n.", + "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "Esta configuraci\u00f3n se est\u00e1 usando en contenidos experimentales. Si hace cambios a los grupos, puede que necesite editar tambi\u00e9n dichos experimentos.", + "This content group is used in one or more units.": "Este contenido de grupo es usado en uno o mas unidades.", + "This course has automatic cohorting enabled for verified track learners, but cohorts are disabled. You must enable cohorts for the feature to work.": "Este curso tiene la funci\u00f3n de cohortes habilitada autom\u00e1ticamente para los estudiantes del modo verificado, pero los cohortes est\u00e1n inhabilitados. Tu debes habilitar los cohortes para que esta caracter\u00edstica funcione. ", + "This course has automatic cohorting enabled for verified track learners, but the required cohort does not exist. You must create a manually-assigned cohort named '{verifiedCohortName}' for the feature to work.": "Este curso tiene la funci\u00f3n de cohortes habilitada autom\u00e1ticamente para estudiantes en el modo verificado, pero el cohorte requerido no existe. Tu debes crear un cohorte asignado manualmente con el t\u00edtulo '{verifiedCohortName}' para que esta caracter\u00edstica funcione.", + "This course uses automatic cohorting for verified track learners. You cannot disable cohorts, and you cannot rename the manual cohort named '{verifiedCohortName}'. To change the configuration for verified track cohorts, contact your edX partner manager.": "Este curso utiliza la funci\u00f3n de cohortes autom\u00e1ticamente para estudiantes en el modo verificado. No se puede desactivar los cohortes, ni se puede cambiarle el nombre al cohorte manual nombrado '{verifiedCohortName}'. Para modificar la configuraci\u00f3n de los cohortes del modo verificado, comun\u00edcate con tu punto de contacto en edX.", + "This discussion could not be loaded. Refresh the page and try again.": "No se pudo cargar esta discusi\u00f3n. Recarga la p\u00e1gina e intenta nuevamente.", + "This exam has a time limit associated with it.": "Esta examen tiene un l\u00edmite de tiempo.", + "This feature is currently in testing. Course teams can enter highlights, but learners will not receive email messages.": "Esta caracter\u00edstica est\u00e1 en prueba actualmente. Equipos del curso pueden ingresar destacados, pero los estudiantes no recibir\u00e1n mensajes de correo electr\u00f3nico.", + "This feedback could not be submitted.": "Este comentario no pudo ser enviado.", + "This file type is not supported. Supported file type is {supportedFileFormat}.": "Este tipo de archivo no es soportado. El tipo de archivo soportado es {supportedFileFormat}.", + "This group controls access to:": "Este grupo controla el acceso a:", + "This group no longer exists. Choose another group or do not restrict access to this unit.": "Este grupo ya no existe. Seleccione otro grupo o no restrinja el acceso a esta unidad.", + "This image file type is not supported. Supported file types are {supportedFileFormats}.": "El tipo de archivo no es soportado. Los tipos de archivo soportados son {supportedFileFormats}.", + "This image is for decorative purposes only and does not require a description.": "Esta imagen es decorativa solamente y no requiere descripci\u00f3n.", + "This is the Description of the Group Configuration": "Esta es la descripci\u00f3n de configuraci\u00f3n del grupo", + "This is the Name of the Group Configuration": "Este es el nombre de la Configuraci\u00f3n del Grupo", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Esta es la lista de %s disponibles. Puede elegir algunos seleccion\u00e1ndolos en la caja inferior y luego haciendo clic en la flecha \"Elegir\" que hay entre las dos cajas.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Esta es la lista de los %s elegidos. Puede elmininar algunos seleccion\u00e1ndolos en la caja inferior y luego haciendo click en la flecha \"Eliminar\" que hay entre las dos cajas.", + "This is the name of the group": "Este es el nombre del grupo", + "This learner is currently sharing a limited profile.": "Este usuario est\u00e1 compartiendo un perfil limitado.", + "This link will open in a modal window": "Este enlace se abrir\u00e1 en una ventana modal", + "This link will open in a new browser window/tab": "Este enlace se abrir\u00e1 en una nueva ventana o pesta\u00f1a del navegador", + "This may be happening because of an error with our server or your internet connection. Try refreshing the page or making sure you are online.": "Esto puede estar sucediendo debido a un error con nuestros servidores o con tu conexi\u00f3n a Internet. Intenta refrescar la p\u00e1gina o verifica tu acceso a Internet.", + "This page contains information about orders that you have placed with {platform_name}.": "Esta p\u00e1gina contiene informaci\u00f3n de las \u00f3rdenes de compra que has realizado en {platform_name}.", + "This post could not be closed. Refresh the page and try again.": "No se pudo cerrar esta publicaci\u00f3n. Recarga la p\u00e1gina e intenta nuevamente.", + "This post could not be flagged for abuse. Refresh the page and try again.": "No se pudo marcar esta publicaci\u00f3n como abusiva. Recarga la p\u00e1gina e intenta nuevamente.", + "This post could not be pinned. Refresh the page and try again.": "No se pudo marcar esta publicaci\u00f3n. Recarga la p\u00e1gina e intenta nuevamente.", + "This post could not be reopened. Refresh the page and try again.": "No se pudo abrir esta publicaci\u00f3n de nuevo. Recarga la p\u00e1gina e intenta nuevamente.", + "This post could not be unflagged for abuse. Refresh the page and try again.": "No se pudo desmarcar esta publicaci\u00f3n como abusiva. Recarga la p\u00e1gina e intenta nuevamente.", + "This post could not be unpinned. Refresh the page and try again.": "No se pudo desmarcar esta publicaci\u00f3n. Recarga la p\u00e1gina e intente nuevamente.", + "This problem could not be saved.": "Este problema no pudo ser guardado.", + "This problem has already been released. Any changes will apply only to future assessments.": "Este problema ya ha sido liberado. Cualquier cambio en el mismo se aplicar\u00e1 solo a los env\u00edo futuros.", + "This problem has been reset.": "Este problema ha sido restablecido.", + "This response could not be marked as an answer. Refresh the page and try again.": "No se pudo marcar esta respuesta. Recarga la p\u00e1gina e intenta nuevamente.", + "This response could not be marked as endorsed. Refresh the page and try again.": "No se pudo marcar esta respuesta como validada. Recarga la p\u00e1gina e intenta nuevamente. ", + "This response could not be saved.": "Esta respuesta no pudo ser guardada.", + "This response could not be submitted.": "Esta respuesta no pudo ser enviada.", + "This response could not be unendorsed. Refresh the page and try again.": "No se pudo desmarcar esta respuesta como validada. Recarga la p\u00e1gina e intenta nuevamente.", + "This response could not be unmarked as an answer. Refresh the page and try again.": "No se pudo desmarcar esta respuesta. Recarga la p\u00e1gina e intenta nuevamente.", + "This response has been saved but not submitted.": "La respuesta ha sido guardada, pero no enviada.", + "This response has not been saved.": "Esta respuesta no ha sido guardada.", + "This role requires a divided discussions scheme.": "Este rol requiere un esquema de discusiones dividido.", + "This section could not be loaded.": "Esta secci\u00f3n no pudo ser cargada.", + "This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.": "Estos nombres para los tipos de asignaciones (por ejemplo, Tareas o Examen trimestral) aparecen al lado de las asignaciones en la p\u00e1gina de Progreso del estudiante.", + "This team does not have any members.": "Este equipo no tiene todav\u00eda ning\u00fan miembro.", + "This team is full.": "Este equipo est\u00e1 lleno.", + "This unit has validation issues.": "Esta unidad tiene errores de validaci\u00f3n", + "This vote could not be processed. Refresh the page and try again.": "Este voto no se pudo procesar. Recarga la p\u00e1gina e intenta nuevamente.", + "This {parentCategory} has no {childCategory}": "Esta {parentCategory} no tiene {childCategory}", + "Thumbnail": "Imagen miniatura", + "Thumbnail for {videoName}": "Imagen miniatura para {videoName}", + "Thumbnail view of ": "Vista miniatura de", + "Time Allotted (HH:MM):": "Tiempo permitido (HH:MM):", + "Time Sent": "Hora de env\u00edo", + "Time Sent:": "Hora de env\u00edo:", + "Time Zone": "Zona horaria", + "Timed": "Cronometrado", + "Timed Exam": "Examen cronometrado", + "Timed Out": "Tiempo agotado", + "Timed Transcript Conflict": "Conflicto en la transcripci\u00f3n", + "Timed Transcript Found": "Se encontr\u00f3 una transcripci\u00f3n", + "Timed Transcript Uploaded Successfully": "Transcripci\u00f3n cargada exitosamente", + "Timed Transcript from %(filename)s": "Transcripci\u00f3n de %(filename)s", + "Tips on taking a successful photo": "Consejos para tomar una foto exitosamente", + "Title": "T\u00edtulo", + "Title ": "T\u00edtulo", + "Title of the signatory": "T\u00edtulo del signatario", + "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "Si los t\u00edtulos tienen m\u00e1s de 100 caracteres, pueden impedir que los estudiantes impriman sus certificados en una \u00fanica p\u00e1gina.", + "To access the course, select a session.": "Para acceder al curso selecciona una edici\u00f3n.", + "To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.": "Para asegurar que todos los estudiantes puedan ver el video, recomendamos suministrar tanto una versi\u00f3n .mp4 como una versi\u00f3n .webm del recurso. Haga clic a continuaci\u00f3n para a\u00f1adir la URL de una nueva versi\u00f3n. Estas URLs no pueden ser de Youtube. El primer video listado que sea compatible con la terminal del usuario ser\u00e1 el que se reproducir\u00e1.", + "To complete the program, you must earn a verified certificate for each course.": "Para completar el programa, deber\u00e1s ganar un certificado verificado en cada curso.", + "To continue learning with this account, sign in below.": "Para continuar aprendiendo con esta cuenta, reg\u00edstrese a continuaci\u00f3n.", + "To finalize course credit, %(display_name)s requires %(platform_name)s learners to submit a credit request.": "Para finalizar un cr\u00e9dito de curso, %(display_name)s requieres %(platform_name)s profesores para postular una solicitud de cr\u00e9dito.", + "To invalidate a certificate for a particular learner, add the username or email address below.": "Para invalidar el certificado de un estudiante particular, a\u00f1ada el nombre de usuario o correo electr\u00f3nico a continuaci\u00f3n.", + "To pass this exam, you must complete the problems in the time allowed.": "Para aprobar este examen, hay que completar los problemas durante el tiempo permitido.", + "To receive a certificate, you must also verify your identity before {date}.": "Para recibir un certificado, tambi\u00e9n debe verificar su identidad antes del {date}.", + "To receive a certificate, you must also verify your identity.": "Para recibir un certificado, tambi\u00e9n debe verificar su identidad.", + "To receive credit for problems, you must select \"Submit\" for each problem before you select \"End My Exam\".": "Para recibir cr\u00e9dito por problemas, debe seleccionar \"Enviar\" para cada problema antes de seleccionar \"Finalizar mi examen\".", + "To review learner cohort assignments or see the results of uploading a CSV file, download course profile information or cohort results on the {link_start}Data Download{link_end} page.": "Para revisar asiginaciones de cohortes de los estudiantes o ver los resultados del archivo CVS que est\u00e1 subiendo, descargue la informaci\u00f3n del perfil del curso o los resultados del cohorte en la p\u00e1gina {link_start}Data Download{link_end}.", + "To share your certificate on Mozilla Backpack, you must first have a Backpack account. Complete the following steps to add your certificate to Backpack.": "Para compartir tu certificado en Mozilla Backpack, debes tener una cuenta de Backpack primero. Completa los siguientes pasos para agregar tu certificado a Backpack.", + "To take a successful photo, make sure that:": "Para tomar la foto correctamente, aseg\u00farese de: ", + "To verify your identity, you need a webcam and a government-issued photo ID.": "Para verificar su identidad, necesitar\u00e1 una c\u00e1mara web, y un documento de identificaci\u00f3n oficial con foto.", + "Today": "Hoy", + "Toggle Account Password (Usable/Unusable)": "Cambiar Contrase\u00f1a de Cuenta (Usable/No-usable)", + "Toggle Notifications Setting": "Cambiar las opciones de notificaci\u00f3n", + "Tomorrow": "Ma\u00f1ana", + "Tools": "Herramientas", + "Top": "Superior", + "Topic": "Tema", + "Topics": "Temas", + "Total": "Total", + "Total Number": "N\u00famero total", + "Total Responses": "Total de respuestas", + "Training": "Entrenamiento", + "Transcript Fidelity": "Fidelidad de la transcripci\u00f3n", + "Transcript Languages": "Idiomas de Transcripci\u00f3n", + "Transcript Provider": "Proveedor de la transcripci\u00f3n", + "Transcript Turnaround": "Tiempo de procesamiento de la transcripci\u00f3n", + "Transcript will be displayed when you start playing the video.": "La transcripci\u00f3n se visualizar\u00e1 cuando se comience a reproducir el video.", + "Transcripts": "Transcripciones", + "Try the transaction again in a few minutes.": "Intenta la transacci\u00f3n nuevamente en algunos minutos.", + "Try this practice exam again": "Comenzar este examen de pr\u00e1ctica nuevamente", + "Try using a different browser, such as Google Chrome.": "Intente usar otro navegador. Por ejemplo Google Chrome.", + "Turn off transcripts": "Desactivar transcripci\u00f3n", + "Turn on closed captioning": "Activar subt\u00edtulos", + "Turn on transcripts": "Activar transcripci\u00f3n", + "Type": "Tipo", + "Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "Introduce un URL o utiliza el bot\u00f3n de \"Elegir Archivo\" para subir un archivo de tu m\u00e1quina (p. ej. 'http://example.com/img/clouds.jpg')", + "Type into this box to filter down the list of available %s.": "Escriba en este cuadro para filtrar la lista de %s disponibles", + "URL": "URL", + "Unable to delete account": "No es posible eliminar esta cuenta", + "Unable to determine whether we should give you a refund because of System Error. Please try again later.": "No se ha podido determinar si debemos darle un reembolso debido a un error del sistema. Por favor, int\u00e9ntelo de nuevo m\u00e1s tarde.", + "Unable to load": "No se ha podido cargar", + "Unable to submit application": "No se pudo enviar la solicitud", + "Underline": "Subrayado", + "Undo": "Deshacer", + "Undo (Ctrl+Z)": "Deshacer (Ctrl+Z)", + "Undo Changes": "Deshacer Cambios", + "Undo move": "Deshacer movimiento", + "Undo moving": "Deshacer movimiento", + "Unexpected server error.": "Ocurri\u00f3 un error inesperado en el servidor.", + "Ungraded": "No calificado", + "Ungraded Practice Exam": "Examen de pr\u00e1ctica no calificado", + "Unit": "Unidad", + "Unit Access": "Unidad de Acceso", + "Unit Name": "Nombre de la unidad", + "Unit Visibility": "Visibilidad de la unidad", + "Units": "Unidades", + "Unknown": "Desconocido", + "Unknown username: {user}": "Usuario desconocido: {user}", + "Unlink This Account": "Desvincular esta cuenta", + "Unlink your {accountName} account": "Desvincular tu cuenta de {accountName} ", + "Unlinking": "Desvinculando", + "Unmute": "Restablecer sonido", + "Unnamed Option": "Opci\u00f3n sin nombre", + "Unpublished changes to content that will release in the future": "Cambios no publicados del contenido que ser\u00e1 liberado en el futuro", + "Unpublished changes to live content": "Cambios no publicados en el contenido en vivo", + "Unpublished units will not be released": "Las unidades no publicadas no ser\u00e1n liberadas", + "Unscheduled": "No programado", + "Update": "Actualizar", + "Update Settings": "Actualizar ajustes", + "Update team.": "Actualizar el equipo.", + "Updating Tags": "Actualizando Etiquetas", + "Updating with latest library content": "Actualizando con el m\u00e1s reciente contenido de la librer\u00eda", + "Upgrade All Remaining Courses (": "Actualizar los cursos restantes (", + "Upgrade Deadline": "Fecha l\u00edmite para el upgrade", + "Upgrade to Verified": "Optar por el Certificado Verificado", + "Upgrade to a Verified Certificate for {courseName}": "Optar por el Certificado Verificado para {courseName}", + "Upload": "Subir", + "Upload File": "Subir archivo", + "Upload File and Assign Students": "Cargar archivo y asignar estudiantes", + "Upload New .srt Transcript": "Cargar nuevo archivo de transcripci\u00f3n .srt", + "Upload New File": "Subir nuevo archivo", + "Upload New Transcript": "Cargar nueva transcripci\u00f3n", + "Upload PDF": "Subir PDF", + "Upload Photo": "Subir foto", + "Upload Signature Image": "Subir imagen con la firma", + "Upload Videos": "Cargar Videos", + "Upload a CSV file": "Cargar un archivo CSV", + "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "Cargue un archivo separado por comas (.csv) que contenga los nombres de usuario o correos electr\u00f3nicos de los estudiantes a los que se le han otorgado excepciones. Incluya el nombre de usuario o correo electr\u00f3nico en el primer campo. Puede incluir adem\u00e1s en un segundo campo, una nota opcional describiendo la raz\u00f3n para otorgar la excepci\u00f3n.", + "Upload a new PDF to \u201c<%= name %>\u201d": "Subir un nuevo PDF a \u201c<%= name %>\u201d", + "Upload an image": "Subir una imagen", + "Upload an image or capture one with your web or phone camera.": "Subir una imagen o captura con tu camara web o del tel\u00e9fono", + "Upload completed": "Carga terminada", + "Upload completed for video {fileName}": "Carga terminada para el video {fileName}", + "Upload failed": "Carga fall\u00edda", + "Upload failed for video {fileName}": "Carga fallida para el video {fileName}", + "Upload instructor image.": "Subir imagen del instructor.", + "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "La carga est\u00e1 en proceso. Para evitar errores, permanece en esta p\u00e1gina hasta que el proceso haya finalizado.", + "Upload signature image.": "Cargar la imagen de la firma.", + "Upload translation": "Subir traducci\u00f3n", + "Upload your banner image.": "Subir tu imagen banner", + "Upload your course image.": "Cargar la imagen para su curso", + "Upload your first asset": "Subir su primer recurso", + "Upload your video thumbnail image.": "Subir tu miniatura de la imagen del video", + "Uploaded file issues. Click on \"+\" to view.": "Problemas con los archivos cargados. Haz clic en \"+\" para ver.", + "Uploading": "Subiendo", + "Upper Alpha": "Alfa May\u00fascula", + "Upper Roman": "Romana may\u00fascula", + "Upset Learner": "Estudiante alterado", + "Url": "URL", + "Use Current Transcript": "Usar la transcripci\u00f3n actual", + "Use Onboarding to introduce learners to proctoring, verify their identity, and create an onboarding profile. Learners must complete the onboarding profile step prior to taking a proctored exam. Profile reviews take 2+ business days.": "Utilice Integraci\u00f3n para presentar la supervisi\u00f3n a los estudiantes, verificar su identidad y crear un perfil de integraci\u00f3n. Los alumnos deben completar el paso del perfil de integraci\u00f3n antes de tomar un examen supervisado. Las evaluaciones del perfil requieren 2 o m\u00e1s d\u00edas h\u00e1biles.", + "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.": "Use una pr\u00e1ctica de examen supervisado para introducir a los estudiantes a las herramientas y procesos de este tipo de examen. Los resultados de esta pr\u00e1ctica no contar\u00e1n hacia la calificaci\u00f3n del estudiante.", + "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "Use un examen cronometrado para limitar el tiempo que los estudiantes podr\u00e1n emplear en los problemas de esta subsecci\u00f3n. Los estudiantes deber\u00e1n enviar sus respuestas antes de que el tiempo expire. Usted podr\u00e1 permitir un tiempo adicional por estudiante a trav\u00e9s del panel de control de instructor.", + "Use as a Prerequisite": "Utilice como prerrequisito", + "Use bookmarks to help you easily return to courseware pages. To bookmark a page, click \"Bookmark this page\" under the page title.": "Usa marcadores para ayudarte a regresar f\u00e1cilmente a ciertas p\u00e1ginas en el curso. Para marcar una p\u00e1gina, haz clic en \"Marcar esta p\u00e1gina\" bajo el t\u00edtulo de la p\u00e1gina.", + "Use cohorts as the basis for dividing discussions. All learners, regardless of cohort, see the same discussion topics, but within divided topics, only members of the same cohort see and respond to each others\u2019 posts. ": "Usar cohortes como base de dividir las discusiones. Todos los estudiantes, sin considerar su cohorte, ven los mismos temas de discusi\u00f3n, pero dentro de temas divididos, los estudiantes solamente ven y responden a las publicaciones de otros estudiantes en el mismo cohorte como ellos.", + "Use enrollment tracks as the basis for dividing discussions. All learners, regardless of their enrollment track, see the same discussion topics, but within divided topics, only learners who are in the same enrollment track see and respond to each others\u2019 posts.": "Usar rutas de inscripci\u00f3n como base de dividir las discusiones. Todos los estudiantes, sin considerar su ruta de inscripci\u00f3n, ven los mismos temas de discusi\u00f3n, pero dentro de temas divididos, los estudiantes solamente ven y responden a las publicaciones de otros estudiantes en la misma ruta de inscripci\u00f3n como ellos.", + "Use my institution/campus credentials": "Usar mis credenciales de la instituci\u00f3n o el Campus", + "Use the All Topics menu to find specific topics.": "Use el men\u00fa de todos los temas para encontrar temas espec\u00edficos.", + "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "Use su c\u00e1mara web para tomar una fotograf\u00eda de su documento de identidad. Usaremos esta foto para verificarla contra la fotograf\u00eda de su cara y el nombre de su cuenta.", + "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "Use su c\u00e1mara web para tomar una fotograf\u00eda de su cara. Usaremos esta foto para verificarla contra la fotograf\u00eda de su documento de identificaci\u00f3n.", + "Used": "Utilizado", "Used in {count} location": [ - "Usado en {count} ubicaci\u00f3n", + "Usado en {count} ubicaci\u00f3n", "Usado en {count} ubicaciones" - ], - "User Email": "Correo electr\u00f3nico del usuario", - "Username": "Nombre de usuario", - "Username or email address": "Nombre de usuario o correo electr\u00f3nico", - "Users must create and activate their account before they can be promoted to beta tester.": "Los usuarios deben crear y activar su cuenta antes de que puedan ser promovidos a usuarios de prueba.", - "V Align": "Alineaci\u00f3n vertical", - "Valid": "V\u00e1lido", - "Validation Error": "Error de validaci\u00f3n", - "Validation Error While Saving": "Error de Validaci\u00f3n al Guardar", - "Verification Checkpoint": "Punto de verificaci\u00f3n", - "Verification Deadline": "Fecha l\u00edmite de verificaci\u00f3n", - "Verification checkpoint to be completed": "El punto de verificaci\u00f3n debe ser completado", - "Verified": "Verificado", - "Verified Certificate": "Certificado Verificado", - "Verified Certificate for {courseName}": "Certificado Verificado para {courseName}", - "Verified Certificate upgrade": "Optar por el Certificado Verificado", - "Verified Status": "Verificaci\u00f3n", - "Verified mode price": "Precio del modo verificado", - "Verify Now": "Verificar ahora", - "Version": "Versi\u00f3n", - "Vertical space": "Espacio vertical", - "Very loud": "Muy alto", - "Very low": "Muy bajo", - "Video Capture Error": "Error en la captura de v\u00eddeo", - "Video ID": "ID del video", - "Video Source Language": "Idioma de la fuente del video", - "Video Status": "Estado del v\u00eddeo", - "Video duration is {humanizeDuration}": "La duraci\u00f3n del v\u00eddeo es {humanizeDuration}", - "Video ended": "Fin del video", - "Video image upload completed": "Carga del v\u00eddeo completado", - "Video image upload started": "Se inici\u00f3 la carga del v\u00eddeo", - "Video position": "Posici\u00f3n del video", - "Video position. Press space to toggle playback": "Posici\u00f3n del video. Presiona el espacio para alternar la reproducci\u00f3n", - "Video speed: ": "Velocidad del video:", - "Video transcript": "Transcripci\u00f3n de video", - "View": "Ver", - "View %(span_start)s %(team_name)s %(span_end)s": "Ver %(span_start)s %(team_name)s %(span_end)s", - "View Archived Course": "Ver curso archivado", - "View Cohort": "Ver Cohorte", - "View Course": "Ver curso", - "View Live": "Ver en vivo", - "View Program Record": "Ver registros del programa", - "View Teams in the %(topic_name)s Topic": "Ver equipos en el tema %(topic_name)s", - "View all errors": "Ver todos los errores", - "View child items": "Ver items hijos", - "View my exam": "Ver mi examen", + ], + "User Email": "Correo electr\u00f3nico del usuario", + "Username": "Nombre de usuario", + "Username or email address": "Nombre de usuario o correo electr\u00f3nico", + "Users must create and activate their account before they can be promoted to beta tester.": "Los usuarios deben crear y activar su cuenta antes de que puedan ser promovidos a usuarios de prueba.", + "V Align": "Alineaci\u00f3n vertical", + "Valid": "V\u00e1lido", + "Validation Error": "Error de validaci\u00f3n", + "Validation Error While Saving": "Error de Validaci\u00f3n al Guardar", + "Verification Checkpoint": "Punto de verificaci\u00f3n", + "Verification Deadline": "Fecha l\u00edmite de verificaci\u00f3n", + "Verification checkpoint to be completed": "El punto de verificaci\u00f3n debe ser completado", + "Verified": "Verificado", + "Verified Certificate": "Certificado Verificado", + "Verified Certificate for {courseName}": "Certificado Verificado para {courseName}", + "Verified Certificate upgrade": "Optar por el Certificado Verificado", + "Verified Status": "Verificaci\u00f3n", + "Verified mode price": "Precio del modo verificado", + "Verify Now": "Verificar ahora", + "Version": "Versi\u00f3n", + "Vertical space": "Espacio vertical", + "Very loud": "Muy alto", + "Very low": "Muy bajo", + "Video Capture Error": "Error en la captura de v\u00eddeo", + "Video ID": "ID del video", + "Video Source Language": "Idioma de la fuente del video", + "Video Status": "Estado del v\u00eddeo", + "Video duration is {humanizeDuration}": "La duraci\u00f3n del v\u00eddeo es {humanizeDuration}", + "Video ended": "Fin del video", + "Video image upload completed": "Carga del v\u00eddeo completado", + "Video image upload started": "Se inici\u00f3 la carga del v\u00eddeo", + "Video position": "Posici\u00f3n del video", + "Video position. Press space to toggle playback": "Posici\u00f3n del video. Presiona el espacio para alternar la reproducci\u00f3n", + "Video speed: ": "Velocidad del video:", + "Video transcript": "Transcripci\u00f3n de video", + "View": "Ver", + "View Archived Course": "Ver curso archivado", + "View Cohort": "Ver Cohorte", + "View Course": "Ver curso", + "View Live": "Ver en vivo", + "View Program Record": "Ver registros del programa", + "View all errors": "Ver todos los errores", + "View child items": "Ver items hijos", + "View my exam": "Ver mi examen", "Viewing %s course": [ - "Mostrando %s curso", + "Mostrando %s curso", "Mostrando %s cursos" - ], - "Visibility": "Visibilidad", - "Visible to Staff Only": "Visible solo para el equipo del curso", - "Visual aids": "Ayudas visuales", - "Volume": "Volumen", - "Vote for good posts and responses": "Votar por las mejores publicaciones y respuestas", - "Waiting": "Esperando", - "Want to confirm your identity later?": "\u00bfDesea confirmar su identidad despu\u00e9s?", - "Warning": "Advertencia", - "Warnings": "Advertencias", - "We ask you to activate your account to ensure it is really you creating the account and to prevent fraud.": "Necesitamos que active su cuenta para asegurarnos que es usted realmente el que est\u00e1 creando la cuenta y para prevenir fraude.", - "We couldn't create your account.": "No pudimos crear tu cuenta.", - "We couldn't find any results for \"%s\".": "No se ha encontrado ninguna coincidencia para \"%s\".", - "We couldn't sign you in.": "No se ha podido iniciar tu sesi\u00f3n.", - "We have encountered an error. Refresh your browser and then try again.": "Hemos detectado un error. Por favor recarga la p\u00e1gina en el navegador e intenta nuevamente.", - "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "Hemos recibido la informaci\u00f3n enviada y estamos verificando su identidad. Recibir un mensaje en su Panel principal cuando el proceso de verificaci\u00f3n est\u00e9 completado (usualmente entre 1-2 d\u00edas). Durante este tiempo, igualmente tendr\u00e1 acceso a todo el contenido de su curso.", - "We just need a little more information before you start learning with %(platformName)s.": "Necesitamos un poco mas de informaci\u00f3n antes de que comiences a aprender con %(platformName)s.", - "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "Usamos los m\u00e1s altos niveles de seguridad disponibles para encriptar su foto y enviarla a nuestro servicio de autorizaci\u00f3n para revisi\u00f3n. Su foto y su informaci\u00f3n no son guardadas ni quedan visibles en ninguna parte de %(platformName)s desp\u00faes de que el proceso de verificaci\u00f3n haya sido completado.", - "We're sorry to see you go! Your account will be deleted shortly.": "\u00a1Sentimos que te vayas! Tu cuenta ser\u00e1 eliminada en breve.", - "We're sorry, there was an error": "Lo sentimos, ha habido un error", - "We've encountered an error. Refresh your browser and then try again.": "Hemos detectado un error. Por favor recarga la p\u00e1gina en el navegador e intenta nuevamente.", - "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "Hemos enviado un mensaje de confirmaci\u00f3n a {new_email_address}. Haz clic en el v\u00ednculo del mensaje para actualizar tu correo electr\u00f3nico.", - "We've sent a confirmation message to {new_secondary_email_address}. Click the link in the message to update your secondary email address.": "Hemos enviado un mensaje de confirmaci\u00f3n a {new_secondary_email_address}. Hacer clic en el enlace del mensaje para actualizar tu correo electr\u00f3nico.", - "We've sent a message to {email}. Click the link in the message to reset your password. Didn't receive the message? Contact {anchorStart}technical support{anchorEnd}.": "Hemos mandado un mensaje a {email}. Haz clic en el enlace en el mensaje para restablecer tu contrase\u00f1a. \u00bfNo recibiste el mensaje? Cont\u00e1ctate con {anchorStart}apoyo t\u00e9cnico{anchorEnd}.", - "Web:": "Web:", - "Webcam": "C\u00e1mara web", - "Weekly Highlight Emails": "correos destacados semanalmente", - "Weight of Total Grade": "Peso en la calificaci\u00f3n total", - "We\u2019re sorry to see you go!": "\u00a1Sentimos que te vayas!", - "What You Need for Verification": "Lo que necesita para la verificaci\u00f3n", - "What can we help you with, {username}?": "\u00bfEn qu\u00e9 podemos ayudarte, {username}?", - "What does %(platformName)s do with this photo?": "\u00bfQu\u00e9 hace %(platformName)s con esta imagen?", - "What does this mean?": "\u00bfQu\u00e9 significa esto?", - "What's Your Next Accomplishment?": "\u00bfQu\u00e9 ser\u00e1 tu pr\u00f3ximo logro?", - "When learners submit an answer to an assessment, they immediately see whether the answer is correct or incorrect, and the score received.": "Cuando los estudiantes env\u00edan una respuesta para evaluaci\u00f3n, ven inmediatamente si la respuesta es correcta o incorrecta, y la calificaci\u00f3n recibida.", - "When your face is in position, use the camera button {icon} below to take your photo.": "Luego de colocar tu rostro en posici\u00f3n, haz clic en el siguiente \u00edcono {icon} para tomar la foto.", - "Which timed transcript would you like to use?": "\u00bfCu\u00e1l de las transcripciones desea utilizar?", - "Whole words": "Palabras completas", - "Why activate?": "Por qu\u00e9 activar?", - "Why does %(platformName)s need my photo?": "Por qu\u00e9 %(platformName)s necesita mi foto ?", - "Width": "Anchura", - "Will Be Visible To:": "Ser\u00e1 visible para:", - "Words: {0}": "Palabras: {0}", - "Would you like to sign in using your %(providerName)s credentials?": "\u00bfDesea iniciar sesi\u00f3n usando %(providerName)s?", - "Year of Birth": "A\u00f1o de nacimiento", - "Yes, Delete": "Si, Eliminar", - "Yes, allow edits to the active Certificate": "Si, permitir modificaciones al certificado activo.", - "Yes, delete this {xblock_type}": "Si, eliminar este {xblock_type}", - "Yes, replace the edX transcript with the YouTube transcript": "Si, reemplazar la transcripci\u00f3n de edX con la de YouTube", - "Yesterday": "Ayer", - "You already belong to another team.": "Tu ya perteneces a otro equipo.", - "You already have an edX account with your {enterprise_name} email address.": "Ya tiene una cuenta edX con su direcci\u00f3n de correo electr\u00f3nico de {enterprise_name}", - "You are a member of this team.": "Usted ya es miembro de este equipo.", - "You are currently sharing a limited profile.": "Actualmente est\u00e1 compartiendo un perfil limitado.", - "You are enrolling in: {courseName}": "Te est\u00e1s inscribiendo en: {courseName}", - "You are not currently a member of any team.": "No pertenece actualmente a ning\u00fan equipo.", - "You are not enrolled in any programs yet.": "No se encuentra inscrito en ning\u00fan programa a\u00fan.", - "You are now enrolled as a verified student for:": "Ahora estas inscrito como estudiante verificado para:", - "You are sending an email message with the subject {subject} to the following recipients.": "Tu est\u00e1s enviando un correo electr\u00f3nico con asunto {subject} a los siguientes destinatarios.", - "You are upgrading your enrollment for: {courseName}": "Est\u00e1s cambiando a la modalidad verificada para: {courseName}", - "You can also retry this practice exam": "Tambi\u00e9n puede comenzar este examen de pr\u00e1ctica nuevamente", - "You can change sessions until {expiration_date}.": "Puede cambiar ediciones hasta {expiration_date}.", - "You can link your social media accounts to simplify signing in to {platform_name}.": "Puedes vincular tus cuentas de redes sociales para simplificar el proceso de iniciar sesi\u00f3n en {platform_name}.", - "You can no longer change sessions.": "Ya no puede cambiar ediciones.", - "You can now enter your payment information and complete your enrollment.": "Ahora puede agregar su informaci\u00f3n de pago, y completar su inscripci\u00f3n", - "You can pay now even if you don't have the following items available, but you will need to have these by {date} to qualify to earn a Verified Certificate.": "Puede pagar ahora, incluso si no tiene los siguientes items disponibles, pero deber\u00e1 tenerlos antes del {date} para calificar para un Certificado Verificado.", - "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "Puede pagar ahora, incluso si no tiene los siguientes items disponibles, pero deber\u00e1 tenerlos para calificar para un Certificado Verificado.", - "You can remove members from this team, especially if they have not participated in the team's activity.": "Puede remover miembros de este equipo, especialmente si no han participado en la actividad del equipo.", - "You can upload files with these file types: ": "Puedes subir archivos de estos tipos:", - "You can use your {accountName} account to sign in to your {platformName} account.": "Puedes utilizar tu cuenta de {accountName} para iniciar sesi\u00f3n en tu cuenta de {platformName}.", - "You can view your information or unlink from {enterprise_name} anytime in your Account Settings.": "Puede ver su informaci\u00f3n o desvincularse de {enterprise_name} en cualquier momento en las Configuraciones de Cuenta.", - "You cannot view the course as a student or beta tester before the course release date.": "No se puede ver el curso como estudiante ni como usuario de prueba antes de la fecha de lanzamiento del curso.", - "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "Usted ha cambiado la URL del video, pero no hizo cambios en el archivo de transcripci\u00f3n. \u00bfDesea usar el archivo de transcripci\u00f3n actual o subir un nuevo archivo .srt?", - "You commented...": "Usted coment\u00f3...", - "You could not be subscribed to this post. Refresh the page and try again.": "No se pudo procesar tu solicitud de subscribirse a esta publicaci\u00f3n. Recarga la p\u00e1gina e intenta nuevamente", - "You could not be unsubscribed from this post. Refresh the page and try again.": "No se pudo procesar tu solicitud de cancelar tu subscripci\u00f3n a esta publicaci\u00f3n. Recarga la p\u00e1gina e intenta nuevamente.", - "You currently have no cohorts configured": "Actualmente no has configurado ning\u00fan cohorte", - "You did not select a content group": "No has seleccionado el contenido del grupo", - "You did not select any files to submit.": "No has seleccionado ning\u00fan archivo para enviar.", - "You did not submit the required files: {requiredFiles}.": "No enviaste los archivos requeridos: {requiredFiles}.", - "You don't seem to have Flash installed. Get Flash to continue your verification.": "Al parecer no tienes el flash instalado. Por favor instala el flash para continuar con tu proceso de verificaci\u00f3n.", - "You don't seem to have a webcam connected.": "Parece que no hay una webcam conectada.", - "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "Ha a\u00f1adido un nuevo criterio. Deber\u00e1 seleccionar una opci\u00f3n para el criterio que se usar\u00e1 en el paso de entrenamiento del estudiante. Para hacer esto, haga clic en la pesta\u00f1a de Configuraci\u00f3n. ", - "You have already verified your ID!": "Usted ha verificado su ID!", - "You have been logged out of your edX account. Click Okay to log in again now. Click Cancel to stay on this page (you must log in again to save your work).": "Tu sesi\u00f3n ha sido cerrada. Haz clic en Aceptar para volver a iniciar sesi\u00f3n. Haz clic en Cancelar para permanecer en est\u00e1 p\u00e1gina (Deberas iniciar sesi\u00f3n nuevamente para guardar tu trabajo).", - "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "Ha borrado un criterio. El criterio ha sido removido de los ejemplos de respuesta en el paso de entrenamiento del estudiante.", - "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "Has eliminado todas las opciones para este criterio. El criterio ha sido removido de las respuestas de ejemplo en el paso de entrenamiento del estudiante.", - "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "Has borrado esta opci\u00f3n. Esta opci\u00f3n ha sido removida del criterio en el ejemplo de respuestas en el paso de entrenamiento del estudiante. Es posible que tenga que seleccionar una nueva opci\u00f3n para el criterio.", - "You have done a dry run of force publishing the course. Nothing has changed. Had you run it, the following course versions would have been change.": "Ha corrido un simulacro de publicaci\u00f3n del curso. No han habido cambios. Si lo hubiera hecho realmente, las siguientes versiones habr\u00edan tenido cambios.", - "You have no handouts defined": "No tiene Materiales denifidos", - "You have not bookmarked any courseware pages yet": "No has a\u00f1adido marcadores a ninguna p\u00e1gina del curso todav\u00eda", - "You have not created any certificates yet.": "Todav\u00eda no ha creado ning\u00fan certificado.", - "You have not created any content groups yet.": "Todav\u00eda no ha a\u00f1adido ninguna librer\u00eda.", - "You have not created any group configurations yet.": "No ha creado ninguna configuraci\u00f3n de grupo.", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Ha seleccionado una acci\u00f3n y no hs hecho ning\u00fan cambio en campos individuales. Probablemente est\u00e9 buscando el bot\u00f3n Ejecutar en lugar del bot\u00f3n Guardar.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Ha seleccionado una acci\u00f3n, pero no ha guardado los cambios en los campos individuales todav\u00eda. Pulse OK para guardar. Tendr\u00e1 que volver a ejecutar la acci\u00f3n.", - "You have selected \u201cDelete my account.\u201d Deletion of your account and personal data is permanent and cannot be undone. EdX will not be able to recover your account or the data that is deleted.": "Has seleccionado \u201cEliminar mi cuenta\u201d. La eliminaci\u00f3n de tu cuenta y datos personales es permanente e irreversible. EdX no ser\u00e1 capaz de recuperar tu cuenta o los datos que se hayan borrado.", - "You have set your language to {beta_language}, which is currently not fully translated. You can help us translate this language fully by joining the Transifex community and adding translations from English for learners that speak {beta_language}.": "Ha establecido su idioma en {beta_language}, el cual no est\u00e1 traducido completamente. Puede ayudarnos a traducir este idioma totalmente uni\u00e9ndose la comunidad Transifex y adicionando traducciones desde el Ingl\u00e9s para los estudiantes que hablan {beta_language}.", - "You have successfully signed into %(currentProvider)s, but your %(currentProvider)s account does not have a linked %(platformName)s account. To link your accounts, sign in now using your %(platformName)s password.": "Has iniciado sesi\u00f3n exitosamente en %(currentProvider)s, pero tu cuenta de %(currentProvider)s no est\u00e1 vinculada con una cuenta en %(platformName)s. Para vincular tus cuentas, ingresa con tu usuario y contrase\u00f1a de %(platformName)s.", - "You have successfully updated your goal.": "Ha actualizado exitosamente su objetivo.", - "You have unsaved changes are you sure you want to navigate away?": "Tienes cambios sin guardar, \u00bfest\u00e1s seguro que deseas avanzar en el navegador?", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Tiene cambios sin guardar en campos editables individuales. Si ejecuta una acci\u00f3n, los cambios no guardados se perder\u00e1n.", - "You have unsaved changes. Do you really want to leave this page?": "Tiene cambios no guardados. \u00bfRealmente desea abandonar esta p\u00e1gina?", - "You haven't added any assets to this course yet.": "No ha a\u00f1adido a\u00fan ning\u00fan recurso a este curso.", - "You haven't added any content to this course yet.": "Todav\u00eda no ha a\u00f1adido ning\u00fan contenido a este curso.", - "You haven't added any textbooks to this course yet.": "No ha a\u00f1adido a\u00fan ning\u00fan libro de texto a este curso.", - "You may access your account with this address if single-sign on or access to your primary email is not available.": "Puede acceder a su cuenta con esta direcci\u00f3n si no est\u00e1n disponibles el inicio de sesi\u00f3n \u00fanico -SSO- o el acceso a su correo electr\u00f3nico principal.", - "You may also lose access to verified certificates and other program credentials like MicroMasters certificates. If you want to make a copy of these for your records before proceeding with deletion, follow the instructions for {htmlStart}printing or downloading a certificate{htmlEnd}.": "Puede que tambi\u00e9n pierdas el acceso a los certificados verificados y otros certificados de programas como los de los MicroMasters. Si quieres hacer una copia de dichos certificados para tus archivos antes de proceder a la eliminaci\u00f3n, sigue las instrucciones para {htmlStart}imprimir o descargar un certificado{htmlEnd}.", - "You must be over 13 to share a full profile. If you are over 13, make sure that you have specified a birth year on the {account_settings_page_link}": "Debes tener 13 a\u00f1os o m\u00e1s para compartir un perfil completo. Si tienes m\u00e1s de esta edad, aseg\u00farate que has especificado un a\u00f1o de nacimiento en {account_settings_page_link}", - "You must enter a valid email address in order to add a new team member": "Se debe introducir un email valido para adicionar un nuevo miembro en el equipo. ", - "You must provide a learner name.": "Debe ingresar un nombre.", - "You must select a session by {expiration_date} to access the course.": "Debes seleccionar una edici\u00f3n antes de {expiration_date} para acceder al curso.", - "You must select a session to access the course.": "Debe seleccionar una sesi\u00f3n para acceder al curso.", - "You must sign out and sign back in before your language changes take effect.": "Debes cerrar sesi\u00f3n y volver a iniciar para que se aplique el cambio de idioma", - "You must specify a name": "Debes especificar un nombre", - "You must specify a name for the cohort": "Debes especificar un nombre para el cohorte", - "You must specify your birth year before you can share your full profile. To specify your birth year, go to the {account_settings_page_link}": "Debes especificar un a\u00f1o de nacimiento antes de poder compartir tu perfil completo. Para definir un a\u00f1o de nacimiento, visita {account_settings_page_link}", - "You need a computer that has a webcam. When you receive a browser prompt, make sure that you allow access to the camera.": "Necesita un equipo que tenga una webcam. Cuando reciba un mensaje desde su navegador web, aseg\u00farese de permitir el acceso a su webcam.", - "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "Necesita el documento de identidad, licencia de conducir, pasaporte u otra identificaci\u00f3n certificada por el gobierno, que contenga su foto y nombre.", - "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "Necesitas un ID con tu nombre y foto. Licencia, pasaporte, c\u00e9dula todos son aceptados.", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "Necesita activar la cuenta antes de que pueda registrarse para el curso. Revise su bandeja de entrada que un correo electr\u00f3nico de activaci\u00f3n fue enviado.", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "Necesita activar la cuenta antes de que pueda registrarse para el curso. Revise su bandeja de entrada que un correo electr\u00f3nico de activaci\u00f3n fue enviado. Una vez haya completado la activaci\u00f3n puede regresar y recargar esta p\u00e1gina.", - "You receive messages from {platform_name} and course teams at this address.": "Recibe mensajes de {platform_name} y equipos del curso en esta direcci\u00f3n.", - "You reserve all rights for your work": "Te reservas todos los derechos por tu trabajo", - "You still need to visit the %(display_name)s website to complete the credit process.": "Todav\u00eda debe visitar el sitio web de %(display_name)s para completar el proceso de cr\u00e9dito.", - "You submitted {filename}; only {allowedFiles} are allowed.": "Tu enviaste {filename}; solamente se permiten {allowedFiles}.", - "You waive some rights for your work, such that others can use it too": "Renuncias a algunos derechos de tu trabajo para que otros puedan usarlo tambi\u00e9n. ", - "You will be refunded the amount you paid.": "Se le devolver\u00e1 el valor pagado.", - "You will not be refunded the amount you paid.": "No le ser\u00e1 devuelto el valor pagado.", - "You will not receive notification for emails that bounce, so double-check your spelling.": "No recibir\u00e1 notificaciones de los correos con rebotes, por lo tanto, debe asegurarse de que los correos est\u00e9n bien escritos.", - "You will use your webcam to take a picture of your face and of your government-issued photo ID.": "Usar\u00e1 su c\u00e1mara web para tomar una foto de su cara y de su documento de identificaci\u00f3n oficial con foto.", - "You!": "\u00a1Usted!", - "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "Est\u00e1 a punto de subir su respuesta para esta tarea. Despu\u00e9s de subirla, no podr\u00e1 cambiarla o subir una nueva respuesta.", - "You've made some changes": "Usted ha realizado algunos cambios", - "You've made some changes, but there are some errors": "Usted ha hecho algunos cambios, pero se presentaron errores", - "You've successfully signed into %(currentProvider)s.": "Has iniciado sesi\u00f3n exitosamente en %(currentProvider)s.", - "Your ID must be a government-issued photo ID that clearly shows your face.": "Su documento de identificaci\u00f3n debe ser un documento oficial con foto que muestre claramente su cara.", - "Your Program Journey": "Tu Trayecto del Programa", - "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "Tu navegador no soporta el acceso directo al portapapeles. Por favor, usa los atajos Ctrl+X/C/V", - "Your changes have been saved.": "Sus cambios han sido guardados.", - "Your changes have been saved. {details}": "Tus cambios han sido guardados. {details}", - "Your changes will not take effect until you save your progress.": "Sus cambios no tendr\u00e1n efecto hasta que haya guardado su progreso.", - "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "Sus cambios no tendr\u00e1n efecto hasta que haya guardado su progreso. Tenga cuidado con el formato de las claves y valores, pues no est\u00e1 implementada ninguna validaci\u00f3n.", - "Your course could not be exported to XML. There is not enough information to identify the failed component. Inspect your course to identify any problematic components and try again.": "Tu librer\u00eda no puede ser exportada a XML. No ha la suficiente informaci\u00f3n para identificar el componente que fall\u00f3. Revisar tu librer\u00eda para identificar alg\u00fan problema en componentes e intentar de nuevo.", - "Your donation could not be submitted.": "Tu donaci\u00f3n no pudo ser enviada.", - "Your email message was successfully queued for sending. In courses with a large number of learners, email messages to learners might take up to an hour to be sent.": "Tu mensaje fue procesado con \u00e9xito para ser enviado. En cursos con muchos estudiantes, podr\u00eda requerirse hasta una hora para que el mensaje sea enviado.", - "Your entire face fits inside the frame.": "Su cara est\u00e1 completamente dentro del marco de la foto.", - "Your export has failed.": "Su exportaci\u00f3n ha fallado.", - "Your face is well-lit.": "El rostro est\u00e9 bien iluminado", - "Your file ": "Su archivo", - "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "El archivo '{file}' ha sido cargado. Espera algunos minutos mientras se procesa.", - "Your file could not be uploaded": "Su archivo no pudo ser cargado", - "Your file has been deleted.": "Su archivo ha sido borrado.", - "Your file {filename} is too large (max size: {maxSize}MB).": "Tu archivo {filename} es demasiado grande (tama\u00f1o m\u00e1ximo: {maxSize}MB).", - "Your import has failed.": "Tu importaci\u00f3n ha fallado.", - "Your import is in progress; navigating away will abort it.": "Tu importaci\u00f3n est\u00e1 en progreso. Si abandonas esta p\u00e1gina, dicha importaci\u00f3n se cancelar\u00e1.", - "Your library could not be exported to XML. There is not enough information to identify the failed component. Inspect your library to identify any problematic components and try again.": "Tu librer\u00eda no puede ser exportada a XML. No ha la suficiente informaci\u00f3n para identificar el componente que fall\u00f3. Revisar tu librer\u00eda para identificar alg\u00fan problema en componentes e intentar de nuevo.", - "Your message cannot be blank.": "Tu mensaje no puede estar vac\u00edo.", - "Your message must have a subject.": "Tu mensaje debe tener un asunto.", - "Your message must have at least one target.": "Tu mensaje debe tener al menos un objetivo.", - "Your policy changes have been saved.": "Sus cambios de pol\u00edtica han sido guardados.", - "Your post will be discarded.": "Tu publicaci\u00f3n ser\u00e1 descartada.", - "Your profile settings are managed by {enterprise_name}. Contact your administrator or {link_start}edX Support{link_end} for help.": "Los ajustes en el perfil son administrados por {enterprise_name}. Contacte su administrador o {link_start}Soporte edX {link_end} para obtener ayuda.", - "Your question or idea (required)": "Su pregunta o idea (requerido)", - "Your request could not be completed due to a server problem. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "Tu solicitud no pudo ser completada debido a un problema en el servidor. Recarga la p\u00e1gina e intenta nuevamente. Si el problema persiste, dale clic en la pesta\u00f1a de ayuda para reportar el problema.", - "Your request could not be completed. Reload the page and try again.": "Tu solicitud no pudo ser completada. Recarga la p\u00e1gina e intenta nuevamente.", - "Your request could not be completed. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "Tu solicitud no pudo ser completada. Recarga la p\u00e1gina e intenta nuevamente. Si el problema persiste, haz clic en la pesta\u00f1a de Ayuda para reportar el problema.", - "Your request could not be processed. Refresh the page and try again.": "Tu solicitud no pudo ser completada. Recarga la p\u00e1gina e intenta nuevamente.", - "Your team could not be created.": "Su equipo no pudo ser creado.", - "Your team could not be updated.": "Su equipo no pudo ser actualizado.", - "Your unenrollment request could not be processed. Please try again later.": "Su solicitud de cancelar la inscripci\u00f3n del curso no pudo ser procesada. Por favor intente de nuevo.", - "Your upload of '{file}' failed.": "No se ha podido cargar el archivo '{file}'.", - "Your upload of '{file}' succeeded.": "Se ha cargado el archivo '{file}' exitosamente.", - "Your verification status is good until {verificationGoodUntil}.": "Tu estado de verificaci\u00f3n es v\u00e1lido hasta {verificationGoodUntil}.", - "Your video uploads are not complete.": "Los archivos de v\u00eddeo no han terminado de cargar.", - "Your {program} Certificate": "Tu Certificado {program}", - "Yourself": "Tu mismo", - "Zoom In": "Acercar", - "Zoom Out": "Alejar", - "[no tags]": "[sin etiquetas]", - "a day": "un d\u00eda", - "a timed exam": "Un examen cronometrado", + ], + "Visibility": "Visibilidad", + "Visible to Staff Only": "Visible solo para el equipo del curso", + "Visual aids": "Ayudas visuales", + "Volume": "Volumen", + "Vote for good posts and responses": "Votar por las mejores publicaciones y respuestas", + "Waiting": "Esperando", + "Want to confirm your identity later?": "\u00bfDesea confirmar su identidad despu\u00e9s?", + "Warning": "Atenci\u00f3n:", + "Warnings": "Advertencias", + "We ask you to activate your account to ensure it is really you creating the account and to prevent fraud.": "Necesitamos que active su cuenta para asegurarnos que es usted realmente el que est\u00e1 creando la cuenta y para prevenir fraude.", + "We couldn't create your account.": "No pudimos crear tu cuenta.", + "We couldn't find any results for \"%s\".": "No se ha encontrado ninguna coincidencia para \"%s\".", + "We couldn't sign you in.": "No se ha podido iniciar tu sesi\u00f3n.", + "We have encountered an error. Refresh your browser and then try again.": "Hemos detectado un error. Por favor recarga la p\u00e1gina en el navegador e intenta nuevamente.", + "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "Hemos recibido la informaci\u00f3n enviada y estamos verificando su identidad. Recibir un mensaje en su Panel principal cuando el proceso de verificaci\u00f3n est\u00e9 completado (usualmente entre 1-2 d\u00edas). Durante este tiempo, igualmente tendr\u00e1 acceso a todo el contenido de su curso.", + "We just need a little more information before you start learning with %(platformName)s.": "Necesitamos un poco mas de informaci\u00f3n antes de que comiences a aprender con %(platformName)s.", + "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "Usamos los m\u00e1s altos niveles de seguridad disponibles para encriptar su foto y enviarla a nuestro servicio de autorizaci\u00f3n para revisi\u00f3n. Su foto y su informaci\u00f3n no son guardadas ni quedan visibles en ninguna parte de %(platformName)s desp\u00faes de que el proceso de verificaci\u00f3n haya sido completado.", + "We're sorry to see you go! Your account will be deleted shortly.": "\u00a1Sentimos que te vayas! Tu cuenta ser\u00e1 eliminada en breve.", + "We're sorry, there was an error": "Lo sentimos, ha habido un error", + "We've encountered an error. Refresh your browser and then try again.": "Hemos detectado un error. Por favor recarga la p\u00e1gina en el navegador e intenta nuevamente.", + "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "Hemos enviado un mensaje de confirmaci\u00f3n a {new_email_address}. Haz clic en el v\u00ednculo del mensaje para actualizar tu correo electr\u00f3nico.", + "We've sent a confirmation message to {new_secondary_email_address}. Click the link in the message to update your secondary email address.": "Hemos enviado un mensaje de confirmaci\u00f3n a {new_secondary_email_address}. Hacer clic en el enlace del mensaje para actualizar tu correo electr\u00f3nico.", + "We've sent a message to {email}. Click the link in the message to reset your password. Didn't receive the message? Contact {anchorStart}technical support{anchorEnd}.": "Hemos mandado un mensaje a {email}. Haz clic en el enlace en el mensaje para restablecer tu contrase\u00f1a. \u00bfNo recibiste el mensaje? Cont\u00e1ctate con {anchorStart}apoyo t\u00e9cnico{anchorEnd}.", + "Web:": "Web:", + "Webcam": "C\u00e1mara web", + "Weekly Highlight Emails": "correos destacados semanalmente", + "Weight of Total Grade": "Peso en la calificaci\u00f3n total", + "We\u2019re sorry to see you go!": "\u00a1Sentimos que te vayas!", + "What You Need for Verification": "Lo que necesita para la verificaci\u00f3n", + "What can we help you with, {username}?": "\u00bfEn qu\u00e9 podemos ayudarte, {username}?", + "What does %(platformName)s do with this photo?": "\u00bfQu\u00e9 hace %(platformName)s con esta imagen?", + "What does this mean?": "\u00bfQu\u00e9 significa esto?", + "What's Your Next Accomplishment?": "\u00bfQu\u00e9 ser\u00e1 tu pr\u00f3ximo logro?", + "When learners submit an answer to an assessment, they immediately see whether the answer is correct or incorrect, and the score received.": "Cuando los estudiantes env\u00edan una respuesta para evaluaci\u00f3n, ven inmediatamente si la respuesta es correcta o incorrecta, y la calificaci\u00f3n recibida.", + "Which timed transcript would you like to use?": "\u00bfCu\u00e1l de las transcripciones desea utilizar?", + "Whole words": "Palabras completas", + "Why activate?": "Por qu\u00e9 activar?", + "Why does %(platformName)s need my photo?": "Por qu\u00e9 %(platformName)s necesita mi foto ?", + "Width": "Anchura", + "Will Be Visible To:": "Ser\u00e1 visible para:", + "Words: {0}": "Palabras: {0}", + "Would you like to sign in using your %(providerName)s credentials?": "\u00bfDesea iniciar sesi\u00f3n usando %(providerName)s?", + "Year of Birth": "A\u00f1o de nacimiento", + "Yes, Delete": "Si, Eliminar", + "Yes, allow edits to the active Certificate": "Si, permitir modificaciones al certificado activo.", + "Yes, delete this {xblock_type}": "Si, eliminar este {xblock_type}", + "Yes, replace the edX transcript with the YouTube transcript": "Si, reemplazar la transcripci\u00f3n de edX con la de YouTube", + "Yesterday": "Ayer", + "You already belong to another team.": "Tu ya perteneces a otro equipo.", + "You already have an edX account with your {enterprise_name} email address.": "Ya tiene una cuenta edX con su direcci\u00f3n de correo electr\u00f3nico de {enterprise_name}", + "You are a member of this team.": "Usted ya es miembro de este equipo.", + "You are currently sharing a limited profile.": "Actualmente est\u00e1 compartiendo un perfil limitado.", + "You are enrolling in: {courseName}": "Te est\u00e1s inscribiendo en: {courseName}", + "You are not currently a member of any team.": "No pertenece actualmente a ning\u00fan equipo.", + "You are not enrolled in any programs yet.": "No se encuentra inscrito en ning\u00fan programa a\u00fan.", + "You are now enrolled as a verified student for:": "Ahora estas inscrito como estudiante verificado para:", + "You are sending an email message with the subject {subject} to the following recipients.": "Tu est\u00e1s enviando un correo electr\u00f3nico con asunto {subject} a los siguientes destinatarios.", + "You are upgrading your enrollment for: {courseName}": "Est\u00e1s cambiando a la modalidad verificada para: {courseName}", + "You can also retry this practice exam": "Tambi\u00e9n puede comenzar este examen de pr\u00e1ctica nuevamente", + "You can change sessions until {expiration_date}.": "Puede cambiar ediciones hasta {expiration_date}.", + "You can link your social media accounts to simplify signing in to {platform_name}.": "Puedes vincular tus cuentas de redes sociales para simplificar el proceso de iniciar sesi\u00f3n en {platform_name}.", + "You can no longer change sessions.": "Ya no puede cambiar ediciones.", + "You can now enter your payment information and complete your enrollment.": "Ahora puede agregar su informaci\u00f3n de pago, y completar su inscripci\u00f3n", + "You can pay now even if you don't have the following items available, but you will need to have these by {date} to qualify to earn a Verified Certificate.": "Puede pagar ahora, incluso si no tiene los siguientes items disponibles, pero deber\u00e1 tenerlos antes del {date} para calificar para un Certificado Verificado.", + "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "Puede pagar ahora, incluso si no tiene los siguientes items disponibles, pero deber\u00e1 tenerlos para calificar para un Certificado Verificado.", + "You can remove members from this team, especially if they have not participated in the team's activity.": "Puede remover miembros de este equipo, especialmente si no han participado en la actividad del equipo.", + "You can upload files with these file types: ": "Puedes subir archivos de estos tipos:", + "You can use your {accountName} account to sign in to your {platformName} account.": "Puedes utilizar tu cuenta de {accountName} para iniciar sesi\u00f3n en tu cuenta de {platformName}.", + "You can view your information or unlink from {enterprise_name} anytime in your Account Settings.": "Puede ver su informaci\u00f3n o desvincularse de {enterprise_name} en cualquier momento en las Configuraciones de Cuenta.", + "You cannot view the course as a student or beta tester before the course release date.": "No se puede ver el curso como estudiante ni como usuario de prueba antes de la fecha de lanzamiento del curso.", + "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "Usted ha cambiado la URL del video, pero no hizo cambios en el archivo de transcripci\u00f3n. \u00bfDesea usar el archivo de transcripci\u00f3n actual o subir un nuevo archivo .srt?", + "You commented...": "Usted coment\u00f3...", + "You could not be subscribed to this post. Refresh the page and try again.": "No se pudo procesar tu solicitud de subscribirse a esta publicaci\u00f3n. Recarga la p\u00e1gina e intenta nuevamente", + "You could not be unsubscribed from this post. Refresh the page and try again.": "No se pudo procesar tu solicitud de cancelar tu subscripci\u00f3n a esta publicaci\u00f3n. Recarga la p\u00e1gina e intenta nuevamente.", + "You currently have no cohorts configured": "Actualmente no has configurado ning\u00fan cohorte", + "You did not select a content group": "No has seleccionado el contenido del grupo", + "You did not select any files to submit.": "No has seleccionado ning\u00fan archivo para enviar.", + "You did not submit the required files: {requiredFiles}.": "No enviaste los archivos requeridos: {requiredFiles}.", + "You don't seem to have Flash installed. Get Flash to continue your verification.": "Al parecer no tienes el flash instalado. Por favor instala el flash para continuar con tu proceso de verificaci\u00f3n.", + "You don't seem to have a webcam connected.": "Parece que no hay una webcam conectada.", + "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "Ha a\u00f1adido un nuevo criterio. Deber\u00e1 seleccionar una opci\u00f3n para el criterio que se usar\u00e1 en el paso de entrenamiento del estudiante. Para hacer esto, haga clic en la pesta\u00f1a de Configuraci\u00f3n. ", + "You have already verified your ID!": "Usted ha verificado su ID!", + "You have been logged out of your edX account. Click Okay to log in again now. Click Cancel to stay on this page (you must log in again to save your work).": "Tu sesi\u00f3n ha sido cerrada. Haz clic en Aceptar para volver a iniciar sesi\u00f3n. Haz clic en Cancelar para permanecer en est\u00e1 p\u00e1gina (Deberas iniciar sesi\u00f3n nuevamente para guardar tu trabajo).", + "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "Ha borrado un criterio. El criterio ha sido removido de los ejemplos de respuesta en el paso de entrenamiento del estudiante.", + "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "Has eliminado todas las opciones para este criterio. El criterio ha sido removido de las respuestas de ejemplo en el paso de entrenamiento del estudiante.", + "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "Has borrado esta opci\u00f3n. Esta opci\u00f3n ha sido removida del criterio en el ejemplo de respuestas en el paso de entrenamiento del estudiante. Es posible que tenga que seleccionar una nueva opci\u00f3n para el criterio.", + "You have done a dry run of force publishing the course. Nothing has changed. Had you run it, the following course versions would have been change.": "Ha corrido un simulacro de publicaci\u00f3n del curso. No han habido cambios. Si lo hubiera hecho realmente, las siguientes versiones habr\u00edan tenido cambios.", + "You have no handouts defined": "No tiene Materiales denifidos", + "You have not bookmarked any courseware pages yet": "No has a\u00f1adido marcadores a ninguna p\u00e1gina del curso todav\u00eda", + "You have not created any certificates yet.": "Todav\u00eda no ha creado ning\u00fan certificado.", + "You have not created any content groups yet.": "Todav\u00eda no ha a\u00f1adido ninguna librer\u00eda.", + "You have not created any group configurations yet.": "No ha creado ninguna configuraci\u00f3n de grupo.", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Ha seleccionado una acci\u00f3n y no hs hecho ning\u00fan cambio en campos individuales. Probablemente est\u00e9 buscando el bot\u00f3n Ejecutar en lugar del bot\u00f3n Guardar.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Ha seleccionado una acci\u00f3n, pero no ha guardado los cambios en los campos individuales todav\u00eda. Pulse OK para guardar. Tendr\u00e1 que volver a ejecutar la acci\u00f3n.", + "You have set your language to {beta_language}, which is currently not fully translated. You can help us translate this language fully by joining the Transifex community and adding translations from English for learners that speak {beta_language}.": "Ha establecido su idioma en {beta_language}, el cual no est\u00e1 traducido completamente. Puede ayudarnos a traducir este idioma totalmente uni\u00e9ndose la comunidad Transifex y adicionando traducciones desde el Ingl\u00e9s para los estudiantes que hablan {beta_language}.", + "You have successfully signed into %(currentProvider)s, but your %(currentProvider)s account does not have a linked %(platformName)s account. To link your accounts, sign in now using your %(platformName)s password.": "Has iniciado sesi\u00f3n exitosamente en %(currentProvider)s, pero tu cuenta de %(currentProvider)s no est\u00e1 vinculada con una cuenta en %(platformName)s. Para vincular tus cuentas, ingresa con tu usuario y contrase\u00f1a de %(platformName)s.", + "You have successfully updated your goal.": "Ha actualizado exitosamente su objetivo.", + "You have unsaved changes are you sure you want to navigate away?": "Tienes cambios sin guardar, \u00bfest\u00e1s seguro que deseas avanzar en el navegador?", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Tiene cambios sin guardar en campos editables individuales. Si ejecuta una acci\u00f3n, los cambios no guardados se perder\u00e1n.", + "You have unsaved changes. Do you really want to leave this page?": "Tiene cambios no guardados. \u00bfRealmente desea abandonar esta p\u00e1gina?", + "You haven't added any assets to this course yet.": "No ha a\u00f1adido a\u00fan ning\u00fan recurso a este curso.", + "You haven't added any content to this course yet.": "Todav\u00eda no ha a\u00f1adido ning\u00fan contenido a este curso.", + "You haven't added any textbooks to this course yet.": "No ha a\u00f1adido a\u00fan ning\u00fan libro de texto a este curso.", + "You may access your account with this address if single-sign on or access to your primary email is not available.": "Puede acceder a su cuenta con esta direcci\u00f3n si no est\u00e1n disponibles el inicio de sesi\u00f3n \u00fanico -SSO- o el acceso a su correo electr\u00f3nico principal.", + "You may also lose access to verified certificates and other program credentials like MicroMasters certificates. If you want to make a copy of these for your records before proceeding with deletion, follow the instructions for {htmlStart}printing or downloading a certificate{htmlEnd}.": "Puede que tambi\u00e9n pierdas el acceso a los certificados verificados y otros certificados de programas como los de los MicroMasters. Si quieres hacer una copia de dichos certificados para tus archivos antes de proceder a la eliminaci\u00f3n, sigue las instrucciones para {htmlStart}imprimir o descargar un certificado{htmlEnd}.", + "You must be over 13 to share a full profile. If you are over 13, make sure that you have specified a birth year on the {account_settings_page_link}": "Debes tener 13 a\u00f1os o m\u00e1s para compartir un perfil completo. Si tienes m\u00e1s de esta edad, aseg\u00farate que has especificado un a\u00f1o de nacimiento en {account_settings_page_link}", + "You must enter a valid email address in order to add a new team member": "Se debe introducir un email valido para adicionar un nuevo miembro en el equipo. ", + "You must provide a learner name.": "Debe ingresar un nombre.", + "You must select a session by {expiration_date} to access the course.": "Debes seleccionar una edici\u00f3n antes de {expiration_date} para acceder al curso.", + "You must select a session to access the course.": "Debe seleccionar una sesi\u00f3n para acceder al curso.", + "You must sign out and sign back in before your language changes take effect.": "Debes cerrar sesi\u00f3n y volver a iniciar para que se aplique el cambio de idioma", + "You must specify a name": "Debes especificar un nombre", + "You must specify a name for the cohort": "Debes especificar un nombre para el cohorte", + "You must specify your birth year before you can share your full profile. To specify your birth year, go to the {account_settings_page_link}": "Debes especificar un a\u00f1o de nacimiento antes de poder compartir tu perfil completo. Para definir un a\u00f1o de nacimiento, visita {account_settings_page_link}", + "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "Necesita el documento de identidad, licencia de conducir, pasaporte u otra identificaci\u00f3n certificada por el gobierno, que contenga su foto y nombre.", + "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "Necesitas un ID con tu nombre y foto. Licencia, pasaporte, c\u00e9dula todos son aceptados.", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "Necesita activar la cuenta antes de que pueda registrarse para el curso. Revise su bandeja de entrada que un correo electr\u00f3nico de activaci\u00f3n fue enviado.", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "Necesita activar la cuenta antes de que pueda registrarse para el curso. Revise su bandeja de entrada que un correo electr\u00f3nico de activaci\u00f3n fue enviado. Una vez haya completado la activaci\u00f3n puede regresar y recargar esta p\u00e1gina.", + "You receive messages from {platform_name} and course teams at this address.": "Recibe mensajes de {platform_name} y equipos del curso en esta direcci\u00f3n.", + "You reserve all rights for your work": "Te reservas todos los derechos por tu trabajo", + "You still need to visit the %(display_name)s website to complete the credit process.": "Todav\u00eda debe visitar el sitio web de %(display_name)s para completar el proceso de cr\u00e9dito.", + "You submitted {filename}; only {allowedFiles} are allowed.": "Tu enviaste {filename}; solamente se permiten {allowedFiles}.", + "You waive some rights for your work, such that others can use it too": "Renuncias a algunos derechos de tu trabajo para que otros puedan usarlo tambi\u00e9n. ", + "You will be refunded the amount you paid.": "Se le devolver\u00e1 el valor pagado.", + "You will not be refunded the amount you paid.": "No le ser\u00e1 devuelto el valor pagado.", + "You will not receive notification for emails that bounce, so double-check your spelling.": "No recibir\u00e1 notificaciones de los correos con rebotes, por lo tanto, debe asegurarse de que los correos est\u00e9n bien escritos.", + "You will use your webcam to take a picture of your face and of your government-issued photo ID.": "Usar\u00e1 su c\u00e1mara web para tomar una foto de su cara y de su documento de identificaci\u00f3n oficial con foto.", + "You!": "\u00a1Usted!", + "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "Est\u00e1 a punto de subir su respuesta para esta tarea. Despu\u00e9s de subirla, no podr\u00e1 cambiarla o subir una nueva respuesta.", + "You've made some changes": "Usted ha realizado algunos cambios", + "You've made some changes, but there are some errors": "Usted ha hecho algunos cambios, pero se presentaron errores", + "You've successfully signed into %(currentProvider)s.": "Has iniciado sesi\u00f3n exitosamente en %(currentProvider)s.", + "Your ID must be a government-issued photo ID that clearly shows your face.": "Su documento de identificaci\u00f3n debe ser un documento oficial con foto que muestre claramente su cara.", + "Your Program Journey": "Tu Trayecto del Programa", + "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "Tu navegador no soporta el acceso directo al portapapeles. Por favor, usa los atajos Ctrl+X/C/V", + "Your changes have been saved.": "Sus cambios han sido guardados.", + "Your changes have been saved. {details}": "Tus cambios han sido guardados. {details}", + "Your changes will not take effect until you save your progress.": "Sus cambios no tendr\u00e1n efecto hasta que haya guardado su progreso.", + "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "Sus cambios no tendr\u00e1n efecto hasta que haya guardado su progreso. Tenga cuidado con el formato de las claves y valores, pues no est\u00e1 implementada ninguna validaci\u00f3n.", + "Your course could not be exported to XML. There is not enough information to identify the failed component. Inspect your course to identify any problematic components and try again.": "Tu librer\u00eda no puede ser exportada a XML. No ha la suficiente informaci\u00f3n para identificar el componente que fall\u00f3. Revisar tu librer\u00eda para identificar alg\u00fan problema en componentes e intentar de nuevo.", + "Your donation could not be submitted.": "Tu donaci\u00f3n no pudo ser enviada.", + "Your email message was successfully queued for sending. In courses with a large number of learners, email messages to learners might take up to an hour to be sent.": "Tu mensaje fue procesado con \u00e9xito para ser enviado. En cursos con muchos estudiantes, podr\u00eda requerirse hasta una hora para que el mensaje sea enviado.", + "Your entire face fits inside the frame.": "Su cara est\u00e1 completamente dentro del marco de la foto.", + "Your export has failed.": "Su exportaci\u00f3n ha fallado.", + "Your face is well-lit.": "El rostro est\u00e9 bien iluminado", + "Your file ": "Su archivo", + "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "El archivo '{file}' ha sido cargado. Espera algunos minutos mientras se procesa.", + "Your file could not be uploaded": "Su archivo no pudo ser cargado", + "Your file has been deleted.": "Su archivo ha sido borrado.", + "Your file {filename} is too large (max size: {maxSize}MB).": "Tu archivo {filename} es demasiado grande (tama\u00f1o m\u00e1ximo: {maxSize}MB).", + "Your import has failed.": "Tu importaci\u00f3n ha fallado.", + "Your import is in progress; navigating away will abort it.": "Tu importaci\u00f3n est\u00e1 en progreso. Si abandonas esta p\u00e1gina, dicha importaci\u00f3n se cancelar\u00e1.", + "Your library could not be exported to XML. There is not enough information to identify the failed component. Inspect your library to identify any problematic components and try again.": "Tu librer\u00eda no puede ser exportada a XML. No ha la suficiente informaci\u00f3n para identificar el componente que fall\u00f3. Revisar tu librer\u00eda para identificar alg\u00fan problema en componentes e intentar de nuevo.", + "Your message cannot be blank.": "Tu mensaje no puede estar vac\u00edo.", + "Your message must have a subject.": "Tu mensaje debe tener un asunto.", + "Your message must have at least one target.": "Tu mensaje debe tener al menos un objetivo.", + "Your policy changes have been saved.": "Sus cambios de pol\u00edtica han sido guardados.", + "Your post will be discarded.": "Tu publicaci\u00f3n ser\u00e1 descartada.", + "Your profile settings are managed by {enterprise_name}. Contact your administrator or {link_start}edX Support{link_end} for help.": "Los ajustes en el perfil son administrados por {enterprise_name}. Contacte su administrador o {link_start}Soporte edX {link_end} para obtener ayuda.", + "Your question or idea (required)": "Su pregunta o idea (requerido)", + "Your request could not be completed due to a server problem. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "Tu solicitud no pudo ser completada debido a un problema en el servidor. Recarga la p\u00e1gina e intenta nuevamente. Si el problema persiste, dale clic en la pesta\u00f1a de ayuda para reportar el problema.", + "Your request could not be completed. Reload the page and try again.": "Tu solicitud no pudo ser completada. Recarga la p\u00e1gina e intenta nuevamente.", + "Your request could not be completed. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "Tu solicitud no pudo ser completada. Recarga la p\u00e1gina e intenta nuevamente. Si el problema persiste, haz clic en la pesta\u00f1a de Ayuda para reportar el problema.", + "Your request could not be processed. Refresh the page and try again.": "Tu solicitud no pudo ser completada. Recarga la p\u00e1gina e intenta nuevamente.", + "Your team could not be created.": "Su equipo no pudo ser creado.", + "Your team could not be updated.": "Su equipo no pudo ser actualizado.", + "Your unenrollment request could not be processed. Please try again later.": "Su solicitud de cancelar la inscripci\u00f3n del curso no pudo ser procesada. Por favor intente de nuevo.", + "Your upload of '{file}' failed.": "No se ha podido cargar el archivo '{file}'.", + "Your upload of '{file}' succeeded.": "Se ha cargado el archivo '{file}' exitosamente.", + "Your verification status is good until {verificationGoodUntil}.": "Tu estado de verificaci\u00f3n es v\u00e1lido hasta {verificationGoodUntil}.", + "Your video uploads are not complete.": "Los archivos de v\u00eddeo no han terminado de cargar.", + "Your {program} Certificate": "Tu Certificado {program}", + "Yourself": "Tu mismo", + "Zoom In": "Acercar", + "Zoom Out": "Alejar", + "[no tags]": "[sin etiquetas]", + "a day": "un d\u00eda", + "a timed exam": "Un examen cronometrado", "about %d hour": [ - "cerca de %d hora", + "cerca de %d hora", "cerca de %d horas" - ], - "about a minute": "cerca de un minuto", - "about a month": "cerca de un mes", - "about a year": "cerca de un a\u00f1o", - "about an hour": "cerca de una hora", - "active proctored exams": "ex\u00e1menes supervisados activos", - "and others": "y otros", - "anonymous": "an\u00f3nimo", - "answer": "pregunta", - "asset_path is required": "Se requiere la ruta_del_recurso", - "bytes": "bytes", - "certificate": "certificado", - "close": "cerrar", - "component": "componente", - "content group": "Contenido", - "correct": "correcto", - "could not determine the course_id": "No se pudo determinar la ID del curso", - "course id": "Id de Curso", - "courses with active proctored exams": "cursos con ex\u00e1menes supervisados activos", - "delete chapter": "borrar cap\u00edtulo", - "delete group": "borrar grupo", - "details about the failure": "detalles sobre la falla", - "dragging": "arrastrando", - "dragging out of slider": "arrastrando fuera del carrusel", - "dropped in slider": "soltada en el carrusel", - "dropped on target": "soltada en el lugar correcto", - "e.g. 'Sky with clouds'. The description is helpful for users who cannot see the image.": "p. ej. 'Cielo con nubes'. La descripci\u00f3n es \u00fatil para usuarios que no puedan visualizar la imagen.", - "e.g. 'google'": "p. ej. 'google'", - "e.g. 'http://google.com'": "p.ej. 'https://google.com'", - "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "ej. johndoe@example.com, JaneDoe, joeydoe@example.com", - "emphasized text": "texto enfatizado", - "enter code here": "ingresa el c\u00f3digo aqu\u00ed", - "enter link description here": "Ingresa la descripci\u00f3n del v\u00ednculo aqu\u00ed", - "for": "para", - "for {courseName}": "Para {courseName}", - "group configuration": "Configuraci\u00f3n de Grupo", - "image omitted": "imagen omitida", - "incorrect": "incorrecto", - "internally reviewed": "revisado internamente", - "last activity": "\u00faltima actividad", - "less than a minute": "menos de un minuto", - "minute": "minuto", - "minutes": "minutos", - "name": "nombre", - "off": "Apagar", - "on": "Encender", - "one letter Friday\u0004F": "V", - "one letter Monday\u0004M": "L", - "one letter Saturday\u0004S": "S", - "one letter Sunday\u0004S": "D", - "one letter Thursday\u0004T": "J", - "one letter Tuesday\u0004T": "M", - "one letter Wednesday\u0004W": "M", - "open slots": "campos abiertos", - "or": "o", - "or create a new one here": "o crear una nueva aqu\u00ed", - "or sign in with": "o inicie sesi\u00f3n con", - "path/to/introductionToCookieBaking-CH{order}.pdf": "path/to/introductionToCookieBaking-CH{order}.pdf", - "pending": "pendiente", - "practice": "pr\u00e1ctica", - "price": "precio", - "proctored": "supervisado", - "provide the title/name of the chapter that will be used in navigating": "Ingrese el t\u00edtulo / nombre del cap\u00edtulo que se usar\u00e1", - "provide the title/name of the text book as you would like your students to see it": "ingrese el t\u00edtulo / nombre del libro de texto como ser\u00e1 visto por los estudiantes", - "remove": "eliminar", - "remove all": "eliminar todo", - "satisfactory": "adecuado", - "second": "segundo", - "seconds": "segundos", - "section": "secci\u00f3n", - "send an email message to {email}": "envie un correo electr\u00f3nico a {email}", - "strong text": "texto agrandado", - "subsection": "subsecci\u00f3n", - "team count": "Cantidad de equipos", - "text_word_{uniqueId}": "text_word_{uniqueId}", - "text_word_{uniqueId} title_word_{uniqueId}": "text_word_{uniqueId} title_word_{uniqueId}", + ], + "about a minute": "cerca de un minuto", + "about a month": "cerca de un mes", + "about a year": "cerca de un a\u00f1o", + "about an hour": "cerca de una hora", + "active proctored exams": "ex\u00e1menes supervisados activos", + "and others": "y otros", + "anonymous": "an\u00f3nimo", + "answer": "pregunta", + "asset_path is required": "Se requiere la ruta_del_recurso", + "bytes": "bytes", + "certificate": "certificado", + "close": "cerrar", + "component": "componente", + "content group": "Contenido", + "correct": "correcto", + "could not determine the course_id": "No se pudo determinar la ID del curso", + "course id": "Id de Curso", + "courses with active proctored exams": "cursos con ex\u00e1menes supervisados activos", + "delete chapter": "borrar cap\u00edtulo", + "delete group": "borrar grupo", + "details about the failure": "detalles sobre la falla", + "dragging": "arrastrando", + "dragging out of slider": "arrastrando fuera del carrusel", + "dropped in slider": "soltada en el carrusel", + "dropped on target": "soltada en el lugar correcto", + "e.g. 'Sky with clouds'. The description is helpful for users who cannot see the image.": "p. ej. 'Cielo con nubes'. La descripci\u00f3n es \u00fatil para usuarios que no puedan visualizar la imagen.", + "e.g. 'google'": "p. ej. 'google'", + "e.g. 'http://google.com'": "p.ej. 'https://google.com'", + "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "ej. johndoe@example.com, JaneDoe, joeydoe@example.com", + "emphasized text": "texto enfatizado", + "enter code here": "ingresa el c\u00f3digo aqu\u00ed", + "enter link description here": "Ingresa la descripci\u00f3n del v\u00ednculo aqu\u00ed", + "for": "para", + "for {courseName}": "Para {courseName}", + "group configuration": "Configuraci\u00f3n de Grupo", + "image omitted": "imagen omitida", + "incorrect": "incorrecto", + "internally reviewed": "revisado internamente", + "last activity": "\u00faltima actividad", + "less than a minute": "menos de un minuto", + "minute": "minuto", + "minutes": "minutos", + "name": "nombre", + "off": "Apagar", + "on": "Encender", + "one letter Friday\u0004F": "V", + "one letter Monday\u0004M": "L", + "one letter Saturday\u0004S": "S", + "one letter Sunday\u0004S": "D", + "one letter Thursday\u0004T": "J", + "one letter Tuesday\u0004T": "M", + "one letter Wednesday\u0004W": "M", + "open slots": "campos abiertos", + "or": "o", + "or create a new one here": "o crear una nueva aqu\u00ed", + "or sign in with": "o inicie sesi\u00f3n con", + "path/to/introductionToCookieBaking-CH{order}.pdf": "path/to/introductionToCookieBaking-CH{order}.pdf", + "pending": "pendiente", + "practice": "pr\u00e1ctica", + "price": "precio", + "proctored": "supervisado", + "provide the title/name of the chapter that will be used in navigating": "Ingrese el t\u00edtulo / nombre del cap\u00edtulo que se usar\u00e1", + "provide the title/name of the text book as you would like your students to see it": "ingrese el t\u00edtulo / nombre del libro de texto como ser\u00e1 visto por los estudiantes", + "remove": "eliminar", + "remove all": "eliminar todo", + "satisfactory": "adecuado", + "second": "segundo", + "seconds": "segundos", + "section": "secci\u00f3n", + "send an email message to {email}": "envie un correo electr\u00f3nico a {email}", + "strong text": "texto agrandado", + "subsection": "subsecci\u00f3n", + "team count": "Cantidad de equipos", + "text_word_{uniqueId}": "text_word_{uniqueId}", + "text_word_{uniqueId} title_word_{uniqueId}": "text_word_{uniqueId} title_word_{uniqueId}", "there is currently {numVotes} vote": [ - "actualmente hay {numVotes} voto", + "actualmente hay {numVotes} voto", "actualmente hay {numVotes} votos" - ], - "timed": "cronometrado", - "title_word_{uniqueId}": "title_word_{uniqueId}", - "toggle chapter %(displayName)s": "cambiar cap\u00edtulo %(displayName)s", - "toggle subsection %(displayName)s": "cambiar subsecci\u00f3n %(displayName)s", - "unit": "unidad", - "unsatisfactory": "inadecuado", - "unsubmitted": "No enviado", - "upload a PDF file or provide the path to a Studio asset file": "Suba un archivo PDF o ingrese la ruta de un recurso en Studio", - "username or email": "nombre de usuario o correo electr\u00f3nico", - "with %(release_date_from)s": "con %(release_date_from)s", - "with %(section_or_subsection)s": "con %(section_or_subsection)s", - "you have less than a minute remaining": "Queda menos de un minuto", - "you have {remaining_time} remaining": "usted tiene {remaining_time} para terminar", - "you will have ": "Tendr\u00e1", - "your course": "su curso", - "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", - "{ReqTextSpanStart}Requirements{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{ReqTextSpanStart}Requirements{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", - "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "Intenta {browse_span_start}explorar equipos en otros temas{span_end} o {search_span_start}busca equipos{span_end} en este tema. S\u00ed a\u00fan no puedes encontrar un equipo para unirte, {create_span_start}crea un nuevo equipo en este tema{span_end}.", - "{categoryText} in {parentDisplayname}": "{categoryText} en {parentDisplayname}", - "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} of {maxCharacters}": "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} de {maxCharacters}", - "{display_name} Settings": "Ajustes de configuraci\u00f3n para {display_name} ", - "{email}": "{email}", - "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} ya est\u00e1 en el equipo de {container}. Verifique nuevamente la direcic\u00f3n de correo si desea a\u00f1adir un nuevo miembro.", - "{filename} exceeds maximum size of {maxFileSizeInGB} GB.": "El archivo {filename} excede el tama\u00f1o m\u00e1ximo de {maxFileSizeInGB} GB.", - "{filename} is not in a supported file format. Supported file formats are {supportedFileFormats}.": "{filename} no est\u00e1 en un formato de archivo soportado. Los formatos de archivo compatibles son {supportedFileFormats}.", - "{hours}:{minutes} (current UTC time)": "{hours}:{minutes} (hora UTC actual)", - "{htmlStart}Want to change your email, name, or password instead?{htmlEnd}": "{htmlStart}En lugar de eso, \u00bfquieres cambiar tu correo electr\u00f3nico, nombre o contrase\u00f1a?{htmlEnd}", - "{label}: {status}": "{label}: {status}", - "{maxWidth}x{maxHeight} pixels": "{maxWidth}x{maxHeight} pixeles", - "{minutes} {unit}": "{minutes} {unit}", + ], + "timed": "cronometrado", + "title_word_{uniqueId}": "title_word_{uniqueId}", + "toggle chapter %(displayName)s": "cambiar cap\u00edtulo %(displayName)s", + "toggle subsection %(displayName)s": "cambiar subsecci\u00f3n %(displayName)s", + "unit": "unidad", + "unsatisfactory": "inadecuado", + "unsubmitted": "No enviado", + "upload a PDF file or provide the path to a Studio asset file": "Suba un archivo PDF o ingrese la ruta de un recurso en Studio", + "username or email": "nombre de usuario o correo electr\u00f3nico", + "with %(release_date_from)s": "con %(release_date_from)s", + "with %(section_or_subsection)s": "con %(section_or_subsection)s", + "you have less than a minute remaining": "Queda menos de un minuto", + "you have {remaining_time} remaining": "usted tiene {remaining_time} para terminar", + "you will have ": "Tendr\u00e1", + "your course": "su curso", + "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", + "{ReqTextSpanStart}Requirements{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{ReqTextSpanStart}Requirements{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", + "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "Intenta {browse_span_start}explorar equipos en otros temas{span_end} o {search_span_start}busca equipos{span_end} en este tema. S\u00ed a\u00fan no puedes encontrar un equipo para unirte, {create_span_start}crea un nuevo equipo en este tema{span_end}.", + "{categoryText} in {parentDisplayname}": "{categoryText} en {parentDisplayname}", + "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} of {maxCharacters}": "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} de {maxCharacters}", + "{display_name} Settings": "Ajustes de configuraci\u00f3n para {display_name} ", + "{email}": "{email}", + "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} ya est\u00e1 en el equipo de {container}. Verifique nuevamente la direcic\u00f3n de correo si desea a\u00f1adir un nuevo miembro.", + "{filename} exceeds maximum size of {maxFileSizeInGB} GB.": "El archivo {filename} excede el tama\u00f1o m\u00e1ximo de {maxFileSizeInGB} GB.", + "{filename} is not in a supported file format. Supported file formats are {supportedFileFormats}.": "{filename} no est\u00e1 en un formato de archivo soportado. Los formatos de archivo compatibles son {supportedFileFormats}.", + "{hours}:{minutes} (current UTC time)": "{hours}:{minutes} (hora UTC actual)", + "{htmlStart}Want to change your email, name, or password instead?{htmlEnd}": "{htmlStart}En lugar de eso, \u00bfquieres cambiar tu correo electr\u00f3nico, nombre o contrase\u00f1a?{htmlEnd}", + "{label}: {status}": "{label}: {status}", + "{maxWidth}x{maxHeight} pixels": "{maxWidth}x{maxHeight} pixeles", + "{minutes} {unit}": "{minutes} {unit}", "{numMoved} learner was moved from {prevCohort}": [ - "{numMoved} estudiante fue movido de {prevCohort}", + "{numMoved} estudiante fue movido de {prevCohort}", "{numMoved} estudiantes fueron movidos de {prevCohort}" - ], + ], "{numPreassigned} learner was pre-assigned for this cohort. This learner will automatically be added to the cohort when they enroll in the course.": [ - "{numPreassigned} estudiante fue asignado previamente a este cohorte. Este estudiante ser\u00e1 agregado autom\u00e1ticamente a este cohorte cuando se inscriban en el curso.", + "{numPreassigned} estudiante fue asignado previamente a este cohorte. Este estudiante ser\u00e1 agregado autom\u00e1ticamente a este cohorte cuando se inscriban en el curso.", "{numPreassigned} estudiantes fueron asignados previamente a este cohorte. Estos estudiantes ser\u00e1n agregados autom\u00e1ticamente a este cohorte cuando se inscriban en el curso." - ], + ], "{numPresent} learner was already in the cohort": [ - "{numPresent} estudiante ya estaba en el cohorte.", + "{numPresent} estudiante ya estaba en el cohorte.", "{numPresent} estudiantes ya estaban en el cohorte." - ], + ], "{numResponses} other response": [ - "{numResponses} otra respuesta", + "{numResponses} otra respuesta", "{numResponses} otras respuestas" - ], + ], "{numResponses} response": [ - "{numResponses} respuesta", + "{numResponses} respuesta", "{numResponses} respuestas" - ], + ], "{numUsersAdded} learner has been added to this cohort. ": [ - "{numUsersAdded} estudiante ha sido agregado a este cohorte.", + "{numUsersAdded} estudiante ha sido agregado a este cohorte.", "{numUsersAdded} estudiantes han sido agregados a este cohorte." - ], + ], "{numVotes} Vote": [ - "{numVotes} Voto", + "{numVotes} Voto", "{numVotes} Votos" - ], - "{num_of_hours} hour": "{num_of_hours} hora", - "{num_of_hours} hours": "{num_of_hours} horas", - "{num_of_minutes} minute": "{num_of_minutes} minuto", - "{num_of_minutes} minutes": "{num_of_minutes} minutos", - "{organization}\\'s logo": "Logo de la {organization}", - "{paragraphStart}You entered {boldStart}{email}{boldEnd}. If this email address is associated with your {platform_name} account, we will send a message with password recovery instructions to this email address.{paragraphEnd}{paragraphStart}If you do not receive a password reset message after 1 minute, verify that you entered the correct email address, or check your spam folder.{paragraphEnd}{paragraphStart}If you need further assistance, {anchorStart}contact technical support{anchorEnd}.{paragraphEnd}": "{paragraphStart}Has escrito {boldStart}{email}{boldEnd}. Si este correo electr\u00f3nico est\u00e1 asociado a tu cuenta {platform_name}, te enviaremos un correo con las instrucciones para recuperar tu contrase\u00f1a a este correo electr\u00f3nico. {paragraphEnd}{paragraphStart}Si no recibes el correo de restablecimiento de contrase\u00f1a despu\u00e9s de 1 minuto, verifica que escribiste la direcci\u00f3n de correo correcta o mira en tu carpeta de correo no deseado.{paragraphEnd}{paragraphStart}Si necesitas m\u00e1s ayuda, {anchorStart}contacta con soporte t\u00e9cnico{anchorEnd}.{paragraphEnd}", - "{screen_reader_start}Warning:{screen_reader_end} No content groups exist.": "{screen_reader_start}Advertencia:{screen_reader_end} No existe ning\u00fan grupo de contenido.", - "{screen_reader_start}Warning:{screen_reader_end} The previously selected content group was deleted. Select another content group.": "{screen_reader_start}Advertencia:{screen_reader_end} El grupo de contenido previamente seleccionado ha sido borrado. Seleccione otro grupo de contenido.", - "{seconds} {unit}": "{seconds} {unit}", - "{selectedProvider} credentials saved": "{selectedProvider} credenciales guardadas", - "{sessionDates} (Open until {enrollmentEnd})": "{sessionDates} (Abierto hasta {enrollmentEnd})", - "{sessionDates} - Currently Selected": "{sessionDates} - seleccionado actualmente", - "{start_strong}{total}{end_strong} words submitted in total.": "{start_strong}{total}{end_strong} palabras enviadas en total.", - "{strongStart}Warning: Account deletion is permanent.{strongEnd} Please read the above carefully before proceeding. This is an irreversible action, and {strongStart}you will no longer be able to use the same email on edX.{strongEnd}": "{strongStart}Warning: La eliminaci\u00f3n de la cuenta es permanente.{strongEnd} Por favor lee la informaci\u00f3n de m\u00e1s arriba con atenci\u00f3n antes de proceder. Esta es una acci\u00f3n irreversible, y {strongStart}no podr\u00e1s volver a usar el mismo correo electr\u00f3nico en edX.{strongEnd}", - "{totalItems} total": "{totalItems} total", + ], + "{num_of_hours} hour": "{num_of_hours} hora", + "{num_of_hours} hours": "{num_of_hours} horas", + "{num_of_minutes} minute": "{num_of_minutes} minuto", + "{num_of_minutes} minutes": "{num_of_minutes} minutos", + "{organization}\\'s logo": "Logo de la {organization}", + "{paragraphStart}You entered {boldStart}{email}{boldEnd}. If this email address is associated with your {platform_name} account, we will send a message with password recovery instructions to this email address.{paragraphEnd}{paragraphStart}If you do not receive a password reset message after 1 minute, verify that you entered the correct email address, or check your spam folder.{paragraphEnd}{paragraphStart}If you need further assistance, {anchorStart}contact technical support{anchorEnd}.{paragraphEnd}": "{paragraphStart}Has escrito {boldStart}{email}{boldEnd}. Si este correo electr\u00f3nico est\u00e1 asociado a tu cuenta {platform_name}, te enviaremos un correo con las instrucciones para recuperar tu contrase\u00f1a a este correo electr\u00f3nico. {paragraphEnd}{paragraphStart}Si no recibes el correo de restablecimiento de contrase\u00f1a despu\u00e9s de 1 minuto, verifica que escribiste la direcci\u00f3n de correo correcta o mira en tu carpeta de correo no deseado.{paragraphEnd}{paragraphStart}Si necesitas m\u00e1s ayuda, {anchorStart}contacta con soporte t\u00e9cnico{anchorEnd}.{paragraphEnd}", + "{screen_reader_start}Warning:{screen_reader_end} No content groups exist.": "{screen_reader_start}Advertencia:{screen_reader_end} No existe ning\u00fan grupo de contenido.", + "{screen_reader_start}Warning:{screen_reader_end} The previously selected content group was deleted. Select another content group.": "{screen_reader_start}Advertencia:{screen_reader_end} El grupo de contenido previamente seleccionado ha sido borrado. Seleccione otro grupo de contenido.", + "{seconds} {unit}": "{seconds} {unit}", + "{selectedProvider} credentials saved": "{selectedProvider} credenciales guardadas", + "{sessionDates} (Open until {enrollmentEnd})": "{sessionDates} (Abierto hasta {enrollmentEnd})", + "{sessionDates} - Currently Selected": "{sessionDates} - seleccionado actualmente", + "{start_strong}{total}{end_strong} words submitted in total.": "{start_strong}{total}{end_strong} palabras enviadas en total.", + "{totalItems} total": "{totalItems} total", "{total_results} result": [ - "{total_results} resultado", + "{total_results} resultado", "{total_results} resultados" - ], - "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}": "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}", - "{type} Progress": "{type} Progreso", + ], + "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}": "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}", + "{type} Progress": "{type} Progreso", "\u2026": "..." }; for (var key in newcatalog) { @@ -2516,38 +2458,38 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "j \\d\\e F \\d\\e Y \\a \\l\\a\\s H:i", + "DATETIME_FORMAT": "j \\d\\e F \\d\\e Y \\a \\l\\a\\s H:i", "DATETIME_INPUT_FORMATS": [ - "%d/%m/%Y %H:%M:%S", - "%d/%m/%Y %H:%M:%S.%f", - "%d/%m/%Y %H:%M", - "%d/%m/%y %H:%M:%S", - "%d/%m/%y %H:%M:%S.%f", - "%d/%m/%y %H:%M", - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", + "%d/%m/%Y %H:%M:%S", + "%d/%m/%Y %H:%M:%S.%f", + "%d/%m/%Y %H:%M", + "%d/%m/%y %H:%M:%S", + "%d/%m/%y %H:%M:%S.%f", + "%d/%m/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", "%Y-%m-%d" - ], - "DATE_FORMAT": "j \\d\\e F \\d\\e Y", + ], + "DATE_FORMAT": "j \\d\\e F \\d\\e Y", "DATE_INPUT_FORMATS": [ - "%d/%m/%Y", - "%d/%m/%y", + "%d/%m/%Y", + "%d/%m/%y", "%Y-%m-%d" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "1", - "MONTH_DAY_FORMAT": "j \\d\\e F", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "d/m/Y H:i", - "SHORT_DATE_FORMAT": "d/m/Y", - "THOUSAND_SEPARATOR": ".", - "TIME_FORMAT": "H:i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "1", + "MONTH_DAY_FORMAT": "j \\d\\e F", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "d/m/Y H:i", + "SHORT_DATE_FORMAT": "d/m/Y", + "THOUSAND_SEPARATOR": ".", + "TIME_FORMAT": "H:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F \\d\\e Y" }; diff --git a/cms/static/js/i18n/es-ar/djangojs.js b/cms/static/js/i18n/es-ar/djangojs.js index 39efc45413..9ebf997a28 100644 --- a/cms/static/js/i18n/es-ar/djangojs.js +++ b/cms/static/js/i18n/es-ar/djangojs.js @@ -21,64 +21,64 @@ var newcatalog = { "%(sel)s of %(cnt)s selected": [ - "%(sel)s de %(cnt)s seleccionado/a", + "%(sel)s de %(cnt)s seleccionado/a", "%(sel)s de %(cnt)s seleccionados/as" - ], - "6 a.m.": "6 AM", - "6 p.m.": "6 PM", - "April": "Abril", - "August": "Agosto", - "Available %s": "%s disponibles", - "Cancel": "Cancelar", - "Choose": "Seleccionar", - "Choose a Date": "Seleccione una Fecha", - "Choose a Time": "Seleccione una Hora", - "Choose a time": "Elija una hora", - "Choose all": "Seleccionar todos/as", - "Chosen %s": "%s seleccionados/as", - "Click to choose all %s at once.": "Haga click para seleccionar todos/as los/as %s.", - "Click to remove all chosen %s at once.": "Haga clic para deselecionar todos/as los/as %s.", - "December": "Diciembre", - "February": "Febrero", - "Filter": "Filtro", - "Hide": "Ocultar", - "January": "Enero", - "July": "Julio", - "June": "Junio", - "March": "Marzo", - "May": "Mayo", - "Midnight": "Medianoche", - "Noon": "Mediod\u00eda", + ], + "6 a.m.": "6 AM", + "6 p.m.": "6 PM", + "April": "Abril", + "August": "Agosto", + "Available %s": "%s disponibles", + "Cancel": "Cancelar", + "Choose": "Seleccionar", + "Choose a Date": "Seleccione una Fecha", + "Choose a Time": "Seleccione una Hora", + "Choose a time": "Elija una hora", + "Choose all": "Seleccionar todos/as", + "Chosen %s": "%s seleccionados/as", + "Click to choose all %s at once.": "Haga click para seleccionar todos/as los/as %s.", + "Click to remove all chosen %s at once.": "Haga clic para deselecionar todos/as los/as %s.", + "December": "Diciembre", + "February": "Febrero", + "Filter": "Filtro", + "Hide": "Ocultar", + "January": "Enero", + "July": "Julio", + "June": "Junio", + "March": "Marzo", + "May": "Mayo", + "Midnight": "Medianoche", + "Noon": "Mediod\u00eda", "Note: You are %s hour ahead of server time.": [ - "Nota: Ud. se encuentra en una zona horaria que est\u00e1 %s hora adelantada respecto a la del servidor.", + "Nota: Ud. se encuentra en una zona horaria que est\u00e1 %s hora adelantada respecto a la del servidor.", "Nota: Ud. se encuentra en una zona horaria que est\u00e1 %s horas adelantada respecto a la del servidor." - ], + ], "Note: You are %s hour behind server time.": [ - "Nota: Ud. se encuentra en una zona horaria que est\u00e1 %s hora atrasada respecto a la del servidor.", + "Nota: Ud. se encuentra en una zona horaria que est\u00e1 %s hora atrasada respecto a la del servidor.", "Nota: Ud. se encuentra en una zona horaria que est\u00e1 %s horas atrasada respecto a la del servidor." - ], - "November": "Noviembre", - "Now": "Ahora", - "October": "Octubre", - "Remove": "Eliminar", - "Remove all": "Eliminar todos/as", - "September": "Setiembre", - "Show": "Mostrar", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Esta es la lista de %s disponibles. Puede elegir algunos/as seleccion\u00e1ndolos/as en el cuadro de abajo y luego haciendo click en la flecha \"Seleccionar\" ubicada entre las dos listas.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Esta es la lista de %s seleccionados. Puede deseleccionar algunos de ellos activ\u00e1ndolos en la lista de abajo y luego haciendo click en la flecha \"Eliminar\" ubicada entre las dos listas.", - "Today": "Hoy", - "Tomorrow": "Ma\u00f1ana", - "Type into this box to filter down the list of available %s.": "Escriba en esta caja para filtrar la lista de %s disponibles.", - "Yesterday": "Ayer", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Ha seleccionado una acci\u00f3n pero no ha realizado ninguna modificaci\u00f3n en campos individuales. Es probable que lo que necesite usar en realidad sea el bot\u00f3n Ejecutar y no el bot\u00f3n Guardar.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Ha seleccionado una acci\u00f3n, pero todav\u00eda no ha grabado las modificaciones que ha realizado en campos individuales. Por favor haga click en Aceptar para grabarlas. Necesitar\u00e1 ejecutar la acci\u00f3n nuevamente.", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Tiene modificaciones sin guardar en campos modificables individuales. Si ejecuta una acci\u00f3n las mismas se perder\u00e1n.", - "one letter Friday\u0004F": "V", - "one letter Monday\u0004M": "L", - "one letter Saturday\u0004S": "S", - "one letter Sunday\u0004S": "D", - "one letter Thursday\u0004T": "J", - "one letter Tuesday\u0004T": "M", + ], + "November": "Noviembre", + "Now": "Ahora", + "October": "Octubre", + "Remove": "Eliminar", + "Remove all": "Eliminar todos/as", + "September": "Setiembre", + "Show": "Mostrar", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Esta es la lista de %s disponibles. Puede elegir algunos/as seleccion\u00e1ndolos/as en el cuadro de abajo y luego haciendo click en la flecha \"Seleccionar\" ubicada entre las dos listas.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Esta es la lista de %s seleccionados. Puede deseleccionar algunos de ellos activ\u00e1ndolos en la lista de abajo y luego haciendo click en la flecha \"Eliminar\" ubicada entre las dos listas.", + "Today": "Hoy", + "Tomorrow": "Ma\u00f1ana", + "Type into this box to filter down the list of available %s.": "Escriba en esta caja para filtrar la lista de %s disponibles.", + "Yesterday": "Ayer", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Ha seleccionado una acci\u00f3n pero no ha realizado ninguna modificaci\u00f3n en campos individuales. Es probable que lo que necesite usar en realidad sea el bot\u00f3n Ejecutar y no el bot\u00f3n Guardar.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Ha seleccionado una acci\u00f3n, pero todav\u00eda no ha grabado las modificaciones que ha realizado en campos individuales. Por favor haga click en Aceptar para grabarlas. Necesitar\u00e1 ejecutar la acci\u00f3n nuevamente.", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Tiene modificaciones sin guardar en campos modificables individuales. Si ejecuta una acci\u00f3n las mismas se perder\u00e1n.", + "one letter Friday\u0004F": "V", + "one letter Monday\u0004M": "L", + "one letter Saturday\u0004S": "S", + "one letter Sunday\u0004S": "D", + "one letter Thursday\u0004T": "J", + "one letter Tuesday\u0004T": "M", "one letter Wednesday\u0004W": "M" }; for (var key in newcatalog) { @@ -135,38 +135,38 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "j N Y H:i", + "DATETIME_FORMAT": "j N Y H:i", "DATETIME_INPUT_FORMATS": [ - "%d/%m/%Y %H:%M:%S", - "%d/%m/%Y %H:%M:%S.%f", - "%d/%m/%Y %H:%M", - "%d/%m/%y %H:%M:%S", - "%d/%m/%y %H:%M:%S.%f", - "%d/%m/%y %H:%M", - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", + "%d/%m/%Y %H:%M:%S", + "%d/%m/%Y %H:%M:%S.%f", + "%d/%m/%Y %H:%M", + "%d/%m/%y %H:%M:%S", + "%d/%m/%y %H:%M:%S.%f", + "%d/%m/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", "%Y-%m-%d" - ], - "DATE_FORMAT": "j N Y", + ], + "DATE_FORMAT": "j N Y", "DATE_INPUT_FORMATS": [ - "%d/%m/%Y", - "%d/%m/%y", + "%d/%m/%Y", + "%d/%m/%y", "%Y-%m-%d" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "j \\d\\e F", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "d/m/Y H:i", - "SHORT_DATE_FORMAT": "d/m/Y", - "THOUSAND_SEPARATOR": ".", - "TIME_FORMAT": "H:i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "j \\d\\e F", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "d/m/Y H:i", + "SHORT_DATE_FORMAT": "d/m/Y", + "THOUSAND_SEPARATOR": ".", + "TIME_FORMAT": "H:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/es-ec/djangojs.js b/cms/static/js/i18n/es-ec/djangojs.js index dd1504e4f1..f8aa7d4709 100644 --- a/cms/static/js/i18n/es-ec/djangojs.js +++ b/cms/static/js/i18n/es-ec/djangojs.js @@ -21,64 +21,64 @@ var newcatalog = { "%(sel)s of %(cnt)s selected": [ - "%(sel)s de %(cnt)s seleccionado", + "%(sel)s de %(cnt)s seleccionado", "%(sel)s de %(cnt)s seleccionados" - ], - "6 a.m.": "6 a.m.", - "6 p.m.": "6 p.m.", - "April": "Abril", - "August": "Agosto", - "Available %s": "%s Disponibles", - "Cancel": "Cancelar", - "Choose": "Elegir", - "Choose a Date": "Elija una fecha", - "Choose a Time": "Elija una hora", - "Choose a time": "Elija una hora", - "Choose all": "Selecciona todos", - "Chosen %s": "%s elegidos", - "Click to choose all %s at once.": "Haga clic para seleccionar todos los %s de una vez", - "Click to remove all chosen %s at once.": "Haz clic para eliminar todos los %s elegidos", - "December": "Diciembre", - "February": "Febrero", - "Filter": "Filtro", - "Hide": "Esconder", - "January": "Enero", - "July": "Julio", - "June": "Junio", - "March": "Marzo", - "May": "Mayo", - "Midnight": "Medianoche", - "Noon": "Mediod\u00eda", + ], + "6 a.m.": "6 a.m.", + "6 p.m.": "6 p.m.", + "April": "Abril", + "August": "Agosto", + "Available %s": "%s Disponibles", + "Cancel": "Cancelar", + "Choose": "Elegir", + "Choose a Date": "Elija una fecha", + "Choose a Time": "Elija una hora", + "Choose a time": "Elija una hora", + "Choose all": "Selecciona todos", + "Chosen %s": "%s elegidos", + "Click to choose all %s at once.": "Haga clic para seleccionar todos los %s de una vez", + "Click to remove all chosen %s at once.": "Haz clic para eliminar todos los %s elegidos", + "December": "Diciembre", + "February": "Febrero", + "Filter": "Filtro", + "Hide": "Esconder", + "January": "Enero", + "July": "Julio", + "June": "Junio", + "March": "Marzo", + "May": "Mayo", + "Midnight": "Medianoche", + "Noon": "Mediod\u00eda", "Note: You are %s hour ahead of server time.": [ - "Nota: Usted esta a %s horas por delante de la hora del servidor.", + "Nota: Usted esta a %s horas por delante de la hora del servidor.", "Nota: Usted va %s horas por delante de la hora del servidor." - ], + ], "Note: You are %s hour behind server time.": [ - "Nota: Usted esta a %s hora de retraso de tiempo de servidor.", + "Nota: Usted esta a %s hora de retraso de tiempo de servidor.", "Nota: Usted va %s horas por detr\u00e1s de la hora del servidor." - ], - "November": "Noviembre", - "Now": "Ahora", - "October": "Octubre", - "Remove": "Eliminar", - "Remove all": "Eliminar todos", - "September": "Septiembre", - "Show": "Mostrar", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Esta es la lista de %s disponibles. Puede elegir algunos seleccion\u00e1ndolos en la caja inferior y luego haciendo clic en la flecha \"Elegir\" que hay entre las dos cajas.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Esta es la lista de los %s elegidos. Puede elmininar algunos seleccion\u00e1ndolos en la caja inferior y luego haciendo click en la flecha \"Eliminar\" que hay entre las dos cajas.", - "Today": "Hoy", - "Tomorrow": "Ma\u00f1ana", - "Type into this box to filter down the list of available %s.": "Escriba en este cuadro para filtrar la lista de %s disponibles", - "Yesterday": "Ayer", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Ha seleccionado una acci\u00f3n y no hs hecho ning\u00fan cambio en campos individuales. Probablemente est\u00e9 buscando el bot\u00f3n Ejecutar en lugar del bot\u00f3n Guardar.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Ha seleccionado una acci\u00f3n, pero no ha guardado los cambios en los campos individuales todav\u00eda. Pulse OK para guardar. Tendr\u00e1 que volver a ejecutar la acci\u00f3n.", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Tiene cambios sin guardar en campos editables individuales. Si ejecuta una acci\u00f3n, los cambios no guardados se perder\u00e1n.", - "one letter Friday\u0004F": "V", - "one letter Monday\u0004M": "L", - "one letter Saturday\u0004S": "S", - "one letter Sunday\u0004S": "D", - "one letter Thursday\u0004T": "J", - "one letter Tuesday\u0004T": "M", + ], + "November": "Noviembre", + "Now": "Ahora", + "October": "Octubre", + "Remove": "Eliminar", + "Remove all": "Eliminar todos", + "September": "Septiembre", + "Show": "Mostrar", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Esta es la lista de %s disponibles. Puede elegir algunos seleccion\u00e1ndolos en la caja inferior y luego haciendo clic en la flecha \"Elegir\" que hay entre las dos cajas.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Esta es la lista de los %s elegidos. Puede elmininar algunos seleccion\u00e1ndolos en la caja inferior y luego haciendo click en la flecha \"Eliminar\" que hay entre las dos cajas.", + "Today": "Hoy", + "Tomorrow": "Ma\u00f1ana", + "Type into this box to filter down the list of available %s.": "Escriba en este cuadro para filtrar la lista de %s disponibles", + "Yesterday": "Ayer", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Ha seleccionado una acci\u00f3n y no hs hecho ning\u00fan cambio en campos individuales. Probablemente est\u00e9 buscando el bot\u00f3n Ejecutar en lugar del bot\u00f3n Guardar.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Ha seleccionado una acci\u00f3n, pero no ha guardado los cambios en los campos individuales todav\u00eda. Pulse OK para guardar. Tendr\u00e1 que volver a ejecutar la acci\u00f3n.", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Tiene cambios sin guardar en campos editables individuales. Si ejecuta una acci\u00f3n, los cambios no guardados se perder\u00e1n.", + "one letter Friday\u0004F": "V", + "one letter Monday\u0004M": "L", + "one letter Saturday\u0004S": "S", + "one letter Sunday\u0004S": "D", + "one letter Thursday\u0004T": "J", + "one letter Tuesday\u0004T": "M", "one letter Wednesday\u0004W": "M" }; for (var key in newcatalog) { @@ -135,38 +135,38 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "j \\d\\e F \\d\\e Y \\a \\l\\a\\s H:i", + "DATETIME_FORMAT": "j \\d\\e F \\d\\e Y \\a \\l\\a\\s H:i", "DATETIME_INPUT_FORMATS": [ - "%d/%m/%Y %H:%M:%S", - "%d/%m/%Y %H:%M:%S.%f", - "%d/%m/%Y %H:%M", - "%d/%m/%y %H:%M:%S", - "%d/%m/%y %H:%M:%S.%f", - "%d/%m/%y %H:%M", - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", + "%d/%m/%Y %H:%M:%S", + "%d/%m/%Y %H:%M:%S.%f", + "%d/%m/%Y %H:%M", + "%d/%m/%y %H:%M:%S", + "%d/%m/%y %H:%M:%S.%f", + "%d/%m/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", "%Y-%m-%d" - ], - "DATE_FORMAT": "j \\d\\e F \\d\\e Y", + ], + "DATE_FORMAT": "j \\d\\e F \\d\\e Y", "DATE_INPUT_FORMATS": [ - "%d/%m/%Y", - "%d/%m/%y", + "%d/%m/%Y", + "%d/%m/%y", "%Y-%m-%d" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "1", - "MONTH_DAY_FORMAT": "j \\d\\e F", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "d/m/Y H:i", - "SHORT_DATE_FORMAT": "d/m/Y", - "THOUSAND_SEPARATOR": ".", - "TIME_FORMAT": "H:i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "1", + "MONTH_DAY_FORMAT": "j \\d\\e F", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "d/m/Y H:i", + "SHORT_DATE_FORMAT": "d/m/Y", + "THOUSAND_SEPARATOR": ".", + "TIME_FORMAT": "H:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F \\d\\e Y" }; diff --git a/cms/static/js/i18n/es-es/djangojs.js b/cms/static/js/i18n/es-es/djangojs.js index 18169b74ea..ce63c1eab4 100644 --- a/cms/static/js/i18n/es-es/djangojs.js +++ b/cms/static/js/i18n/es-es/djangojs.js @@ -21,91 +21,91 @@ var newcatalog = { "%(sel)s of %(cnt)s selected": [ - "%(sel)s de %(cnt)s seleccionado", + "%(sel)s de %(cnt)s seleccionado", "%(sel)s de %(cnt)s seleccionados" - ], - "6 a.m.": "6 a.m.", - "6 p.m.": "6 p.m.", - "April": "Abril", - "August": "Agosto", - "Available %s": "%s Disponibles", - "Cancel": "Cancelar", - "Changes to steps that are not selected as part of the assignment will not be saved.": "Los cambios en los pasos que no est\u00e1n seleccinados como parte de la actividad no se guardar\u00e1n.", - "Choose": "Elegir", - "Choose a Date": "Elija una fecha", - "Choose a Time": "Elija una hora", - "Choose a time": "Elija una hora", - "Choose all": "Selecciona todos", - "Chosen %s": "%s elegidos", - "Click to choose all %s at once.": "Haga clic para seleccionar todos los %s de una vez", - "Click to remove all chosen %s at once.": "Haz clic para eliminar todos los %s elegidos", - "Could not retrieve download url.": "No se ha podido obtener la url de descarga.", - "Could not retrieve upload url.": "No se ha podido obtener la url de subida", - "Couldn't Save This Assignment": "No se ha podido guardar esta tarea", - "Criterion Added": "Criterio a\u00f1adido", - "Criterion Deleted": "Criterio eliminado", - "December": "Diciembre", - "Error": "Error", - "February": "Febrero", - "Filter": "Filtro", - "Hide": "Esconder", - "January": "Enero", - "July": "Julio", - "June": "Junio", - "March": "Marzo", - "May": "Mayo", - "Midnight": "Medianoche", - "Noon": "Mediod\u00eda", - "Not Selected": "No seleccionado", + ], + "6 a.m.": "6 a.m.", + "6 p.m.": "6 p.m.", + "April": "Abril", + "August": "Agosto", + "Available %s": "%s Disponibles", + "Cancel": "Cancelar", + "Changes to steps that are not selected as part of the assignment will not be saved.": "Los cambios en los pasos que no est\u00e1n seleccinados como parte de la actividad no se guardar\u00e1n.", + "Choose": "Elegir", + "Choose a Date": "Elija una fecha", + "Choose a Time": "Elija una hora", + "Choose a time": "Elija una hora", + "Choose all": "Selecciona todos", + "Chosen %s": "%s elegidos", + "Click to choose all %s at once.": "Haga clic para seleccionar todos los %s de una vez", + "Click to remove all chosen %s at once.": "Haz clic para eliminar todos los %s elegidos", + "Could not retrieve download url.": "No se ha podido obtener la url de descarga.", + "Could not retrieve upload url.": "No se ha podido obtener la url de subida", + "Couldn't Save This Assignment": "No se ha podido guardar esta tarea", + "Criterion Added": "Criterio a\u00f1adido", + "Criterion Deleted": "Criterio eliminado", + "December": "Diciembre", + "Error": "Error", + "February": "Febrero", + "Filter": "Filtro", + "Hide": "Esconder", + "January": "Enero", + "July": "Julio", + "June": "Junio", + "March": "Marzo", + "May": "Mayo", + "Midnight": "Medianoche", + "Noon": "Mediod\u00eda", + "Not Selected": "No seleccionado", "Note: You are %s hour ahead of server time.": [ - "Nota: Usted esta a %s horas por delante de la hora del servidor.", + "Nota: Usted esta a %s horas por delante de la hora del servidor.", "Nota: Usted va %s horas por delante de la hora del servidor." - ], + ], "Note: You are %s hour behind server time.": [ - "Nota: Usted esta a %s hora de retraso de tiempo de servidor.", + "Nota: Usted esta a %s hora de retraso de tiempo de servidor.", "Nota: Usted va %s horas por detr\u00e1s de la hora del servidor." - ], - "November": "Noviembre", - "Now": "Ahora", - "October": "Octubre", - "One or more rescheduling tasks failed.": "Una o m\u00e1s tareas reprogramadas han fallado.", - "Option Deleted": "Opci\u00f3n eliminada", - "Please correct the outlined fields.": "Por favor, corrige los campos marcados.", - "Remove": "Eliminar", - "Remove all": "Eliminar todos", - "Saving...": "Guardando...", - "September": "Septiembre", - "Show": "Mostrar", - "Status of Your Response": "Estado de tu respuesta", - "The server could not be contacted.": "No se pudo contactar con el servidor.", - "The submission could not be removed from the grading pool.": "La entrega no pudo eliminarse del tabl\u00f3n de calificaciones.", - "This assessment could not be submitted.": "Este examen no ha podido enviarse.", - "This feedback could not be submitted.": "Los comentarios no han podido enviarse.", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Esta es la lista de %s disponibles. Puede elegir algunos seleccion\u00e1ndolos en la caja inferior y luego haciendo clic en la flecha \"Elegir\" que hay entre las dos cajas.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Esta es la lista de los %s elegidos. Puede elmininar algunos seleccion\u00e1ndolos en la caja inferior y luego haciendo click en la flecha \"Eliminar\" que hay entre las dos cajas.", - "This problem could not be saved.": "Este ejercicio no ha podido guardarse.", - "This problem has already been released. Any changes will apply only to future assessments.": "Este ejercicio ya se ha enviado. Cualquier otro cambio se aplicar\u00e1 solamente a calificaciones futuras.", - "This response could not be saved.": "Esta respuesta no ha podido guardarse.", - "This response could not be submitted.": "Esta respuesta no ha podido enviarse.", - "This response has been saved but not submitted.": "Esta respuesta se ha guardado pero no se ha enviado", - "This response has not been saved.": "Esta respuesta no se ha guardado.", - "This section could not be loaded.": "Esta secci\u00f3n no ha podido cargarse.", - "Today": "Hoy", - "Tomorrow": "Ma\u00f1ana", - "Type into this box to filter down the list of available %s.": "Escriba en este cuadro para filtrar la lista de %s disponibles", - "Unnamed Option": "Opci\u00f3n sin nombre", - "Warning": "Aviso", - "Yesterday": "Ayer", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Ha seleccionado una acci\u00f3n y no hs hecho ning\u00fan cambio en campos individuales. Probablemente est\u00e9 buscando el bot\u00f3n Ejecutar en lugar del bot\u00f3n Guardar.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Ha seleccionado una acci\u00f3n, pero no ha guardado los cambios en los campos individuales todav\u00eda. Pulse OK para guardar. Tendr\u00e1 que volver a ejecutar la acci\u00f3n.", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Tiene cambios sin guardar en campos editables individuales. Si ejecuta una acci\u00f3n, los cambios no guardados se perder\u00e1n.", - "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "Est\u00e1s a punto de enviar tu respuesta para este ejercicio. Despu\u00e9s de enviar esta respuesta, no podr\u00e1s cambiarla o enviar una nueva.", - "one letter Friday\u0004F": "V", - "one letter Monday\u0004M": "L", - "one letter Saturday\u0004S": "S", - "one letter Sunday\u0004S": "D", - "one letter Thursday\u0004T": "J", - "one letter Tuesday\u0004T": "M", + ], + "November": "Noviembre", + "Now": "Ahora", + "October": "Octubre", + "One or more rescheduling tasks failed.": "Una o m\u00e1s tareas reprogramadas han fallado.", + "Option Deleted": "Opci\u00f3n eliminada", + "Please correct the outlined fields.": "Por favor, corrige los campos marcados.", + "Remove": "Eliminar", + "Remove all": "Eliminar todos", + "Saving...": "Guardando...", + "September": "Septiembre", + "Show": "Mostrar", + "Status of Your Response": "Estado de tu respuesta", + "The server could not be contacted.": "No se pudo contactar con el servidor.", + "The submission could not be removed from the grading pool.": "La entrega no pudo eliminarse del tabl\u00f3n de calificaciones.", + "This assessment could not be submitted.": "Este examen no ha podido enviarse.", + "This feedback could not be submitted.": "Los comentarios no han podido enviarse.", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Esta es la lista de %s disponibles. Puede elegir algunos seleccion\u00e1ndolos en la caja inferior y luego haciendo clic en la flecha \"Elegir\" que hay entre las dos cajas.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Esta es la lista de los %s elegidos. Puede elmininar algunos seleccion\u00e1ndolos en la caja inferior y luego haciendo click en la flecha \"Eliminar\" que hay entre las dos cajas.", + "This problem could not be saved.": "Este ejercicio no ha podido guardarse.", + "This problem has already been released. Any changes will apply only to future assessments.": "Este ejercicio ya se ha enviado. Cualquier otro cambio se aplicar\u00e1 solamente a calificaciones futuras.", + "This response could not be saved.": "Esta respuesta no ha podido guardarse.", + "This response could not be submitted.": "Esta respuesta no ha podido enviarse.", + "This response has been saved but not submitted.": "Esta respuesta se ha guardado pero no se ha enviado", + "This response has not been saved.": "Esta respuesta no se ha guardado.", + "This section could not be loaded.": "Esta secci\u00f3n no ha podido cargarse.", + "Today": "Hoy", + "Tomorrow": "Ma\u00f1ana", + "Type into this box to filter down the list of available %s.": "Escriba en este cuadro para filtrar la lista de %s disponibles", + "Unnamed Option": "Opci\u00f3n sin nombre", + "Warning": "Aviso", + "Yesterday": "Ayer", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Ha seleccionado una acci\u00f3n y no hs hecho ning\u00fan cambio en campos individuales. Probablemente est\u00e9 buscando el bot\u00f3n Ejecutar en lugar del bot\u00f3n Guardar.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Ha seleccionado una acci\u00f3n, pero no ha guardado los cambios en los campos individuales todav\u00eda. Pulse OK para guardar. Tendr\u00e1 que volver a ejecutar la acci\u00f3n.", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Tiene cambios sin guardar en campos editables individuales. Si ejecuta una acci\u00f3n, los cambios no guardados se perder\u00e1n.", + "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "Est\u00e1s a punto de enviar tu respuesta para este ejercicio. Despu\u00e9s de enviar esta respuesta, no podr\u00e1s cambiarla o enviar una nueva.", + "one letter Friday\u0004F": "V", + "one letter Monday\u0004M": "L", + "one letter Saturday\u0004S": "S", + "one letter Sunday\u0004S": "D", + "one letter Thursday\u0004T": "J", + "one letter Tuesday\u0004T": "M", "one letter Wednesday\u0004W": "M" }; for (var key in newcatalog) { @@ -162,38 +162,38 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "j \\d\\e F \\d\\e Y \\a \\l\\a\\s H:i", + "DATETIME_FORMAT": "j \\d\\e F \\d\\e Y \\a \\l\\a\\s H:i", "DATETIME_INPUT_FORMATS": [ - "%d/%m/%Y %H:%M:%S", - "%d/%m/%Y %H:%M:%S.%f", - "%d/%m/%Y %H:%M", - "%d/%m/%y %H:%M:%S", - "%d/%m/%y %H:%M:%S.%f", - "%d/%m/%y %H:%M", - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", + "%d/%m/%Y %H:%M:%S", + "%d/%m/%Y %H:%M:%S.%f", + "%d/%m/%Y %H:%M", + "%d/%m/%y %H:%M:%S", + "%d/%m/%y %H:%M:%S.%f", + "%d/%m/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", "%Y-%m-%d" - ], - "DATE_FORMAT": "j \\d\\e F \\d\\e Y", + ], + "DATE_FORMAT": "j \\d\\e F \\d\\e Y", "DATE_INPUT_FORMATS": [ - "%d/%m/%Y", - "%d/%m/%y", + "%d/%m/%Y", + "%d/%m/%y", "%Y-%m-%d" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "1", - "MONTH_DAY_FORMAT": "j \\d\\e F", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "d/m/Y H:i", - "SHORT_DATE_FORMAT": "d/m/Y", - "THOUSAND_SEPARATOR": ".", - "TIME_FORMAT": "H:i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "1", + "MONTH_DAY_FORMAT": "j \\d\\e F", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "d/m/Y H:i", + "SHORT_DATE_FORMAT": "d/m/Y", + "THOUSAND_SEPARATOR": ".", + "TIME_FORMAT": "H:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F \\d\\e Y" }; diff --git a/cms/static/js/i18n/es-mx/djangojs.js b/cms/static/js/i18n/es-mx/djangojs.js index ba4f9aeb6a..89713b7e3b 100644 --- a/cms/static/js/i18n/es-mx/djangojs.js +++ b/cms/static/js/i18n/es-mx/djangojs.js @@ -21,34 +21,34 @@ var newcatalog = { "%(sel)s of %(cnt)s selected": [ - "%(sel)s de %(cnt)s seleccionado/a", + "%(sel)s de %(cnt)s seleccionado/a", "%(sel)s de %(cnt)s seleccionados/as" - ], - "6 a.m.": "6 a.m.", - "Available %s": "Disponible %s", - "Cancel": "Cancelar", - "Choose": "Seleccionar", - "Choose a time": "Elija una hora", - "Choose all": "Seleccionar todos", - "Chosen %s": "%s seleccionados", - "Click to choose all %s at once.": "Da click para seleccionar todos los %s de una vez.", - "Click to remove all chosen %s at once.": "Da click para eliminar todos los %s seleccionados de una vez.", - "Filter": "Filtro", - "Hide": "Ocultar", - "Midnight": "Medianoche", - "Noon": "Mediod\u00eda", - "Now": "Ahora", - "Remove": "Quitar", - "Remove all": "Eliminar todos", - "Show": "Mostrar", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Esta es la lista de los %s disponibles. Usted puede elegir algunos seleccion\u00e1ndolos en el cuadro de abajo y haciendo click en la flecha \"Seleccionar\" entre las dos cajas.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Esta es la lista de los %s elegidos. Usted puede eliminar algunos seleccion\u00e1ndolos en el cuadro de abajo y haciendo click en la flecha \"Eliminar\" entre las dos cajas.", - "Today": "Hoy", - "Tomorrow": "Ma\u00f1ana", - "Type into this box to filter down the list of available %s.": "Escriba en esta casilla para filtrar la lista de %s disponibles.", - "Yesterday": "Ayer", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Ha seleccionado una acci\u00f3n pero no ha realizado ninguna modificaci\u00f3n en campos individuales. Es probable que lo que necesite usar en realidad sea el bot\u00f3n Ejecutar y no el bot\u00f3n Guardar.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Ha seleccionado una acci\u00f3n, pero todav\u00eda no ha grabado las modificaciones que ha realizado en campos individuales. Por favor haga click en Aceptar para grabarlas. Necesitar\u00e1 ejecutar la acci\u00f3n nuevamente.", + ], + "6 a.m.": "6 a.m.", + "Available %s": "Disponible %s", + "Cancel": "Cancelar", + "Choose": "Seleccionar", + "Choose a time": "Elija una hora", + "Choose all": "Seleccionar todos", + "Chosen %s": "%s seleccionados", + "Click to choose all %s at once.": "Da click para seleccionar todos los %s de una vez.", + "Click to remove all chosen %s at once.": "Da click para eliminar todos los %s seleccionados de una vez.", + "Filter": "Filtro", + "Hide": "Ocultar", + "Midnight": "Medianoche", + "Noon": "Mediod\u00eda", + "Now": "Ahora", + "Remove": "Quitar", + "Remove all": "Eliminar todos", + "Show": "Mostrar", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Esta es la lista de los %s disponibles. Usted puede elegir algunos seleccion\u00e1ndolos en el cuadro de abajo y haciendo click en la flecha \"Seleccionar\" entre las dos cajas.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Esta es la lista de los %s elegidos. Usted puede eliminar algunos seleccion\u00e1ndolos en el cuadro de abajo y haciendo click en la flecha \"Eliminar\" entre las dos cajas.", + "Today": "Hoy", + "Tomorrow": "Ma\u00f1ana", + "Type into this box to filter down the list of available %s.": "Escriba en esta casilla para filtrar la lista de %s disponibles.", + "Yesterday": "Ayer", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Ha seleccionado una acci\u00f3n pero no ha realizado ninguna modificaci\u00f3n en campos individuales. Es probable que lo que necesite usar en realidad sea el bot\u00f3n Ejecutar y no el bot\u00f3n Guardar.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Ha seleccionado una acci\u00f3n, pero todav\u00eda no ha grabado las modificaciones que ha realizado en campos individuales. Por favor haga click en Aceptar para grabarlas. Necesitar\u00e1 ejecutar la acci\u00f3n nuevamente.", "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Tiene modificaciones sin guardar en campos modificables individuales. Si ejecuta una acci\u00f3n las mismas se perder\u00e1n." }; for (var key in newcatalog) { @@ -105,39 +105,39 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "j \\d\\e F \\d\\e Y \\a \\l\\a\\s H:i", + "DATETIME_FORMAT": "j \\d\\e F \\d\\e Y \\a \\l\\a\\s H:i", "DATETIME_INPUT_FORMATS": [ - "%d/%m/%Y %H:%M:%S", - "%d/%m/%Y %H:%M:%S.%f", - "%d/%m/%Y %H:%M", - "%d/%m/%y %H:%M:%S", - "%d/%m/%y %H:%M:%S.%f", - "%d/%m/%y %H:%M", - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", + "%d/%m/%Y %H:%M:%S", + "%d/%m/%Y %H:%M:%S.%f", + "%d/%m/%Y %H:%M", + "%d/%m/%y %H:%M:%S", + "%d/%m/%y %H:%M:%S.%f", + "%d/%m/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", "%Y-%m-%d" - ], - "DATE_FORMAT": "j \\d\\e F \\d\\e Y", + ], + "DATE_FORMAT": "j \\d\\e F \\d\\e Y", "DATE_INPUT_FORMATS": [ - "%d/%m/%Y", - "%d/%m/%y", - "%Y%m%d", + "%d/%m/%Y", + "%d/%m/%y", + "%Y%m%d", "%Y-%m-%d" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "1", - "MONTH_DAY_FORMAT": "j \\d\\e F", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "d/m/Y H:i", - "SHORT_DATE_FORMAT": "d/m/Y", - "THOUSAND_SEPARATOR": "\u00a0", - "TIME_FORMAT": "H:i", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "1", + "MONTH_DAY_FORMAT": "j \\d\\e F", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "d/m/Y H:i", + "SHORT_DATE_FORMAT": "d/m/Y", + "THOUSAND_SEPARATOR": "\u00a0", + "TIME_FORMAT": "H:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F \\d\\e Y" }; diff --git a/cms/static/js/i18n/es-pe/djangojs.js b/cms/static/js/i18n/es-pe/djangojs.js index dd1504e4f1..f8aa7d4709 100644 --- a/cms/static/js/i18n/es-pe/djangojs.js +++ b/cms/static/js/i18n/es-pe/djangojs.js @@ -21,64 +21,64 @@ var newcatalog = { "%(sel)s of %(cnt)s selected": [ - "%(sel)s de %(cnt)s seleccionado", + "%(sel)s de %(cnt)s seleccionado", "%(sel)s de %(cnt)s seleccionados" - ], - "6 a.m.": "6 a.m.", - "6 p.m.": "6 p.m.", - "April": "Abril", - "August": "Agosto", - "Available %s": "%s Disponibles", - "Cancel": "Cancelar", - "Choose": "Elegir", - "Choose a Date": "Elija una fecha", - "Choose a Time": "Elija una hora", - "Choose a time": "Elija una hora", - "Choose all": "Selecciona todos", - "Chosen %s": "%s elegidos", - "Click to choose all %s at once.": "Haga clic para seleccionar todos los %s de una vez", - "Click to remove all chosen %s at once.": "Haz clic para eliminar todos los %s elegidos", - "December": "Diciembre", - "February": "Febrero", - "Filter": "Filtro", - "Hide": "Esconder", - "January": "Enero", - "July": "Julio", - "June": "Junio", - "March": "Marzo", - "May": "Mayo", - "Midnight": "Medianoche", - "Noon": "Mediod\u00eda", + ], + "6 a.m.": "6 a.m.", + "6 p.m.": "6 p.m.", + "April": "Abril", + "August": "Agosto", + "Available %s": "%s Disponibles", + "Cancel": "Cancelar", + "Choose": "Elegir", + "Choose a Date": "Elija una fecha", + "Choose a Time": "Elija una hora", + "Choose a time": "Elija una hora", + "Choose all": "Selecciona todos", + "Chosen %s": "%s elegidos", + "Click to choose all %s at once.": "Haga clic para seleccionar todos los %s de una vez", + "Click to remove all chosen %s at once.": "Haz clic para eliminar todos los %s elegidos", + "December": "Diciembre", + "February": "Febrero", + "Filter": "Filtro", + "Hide": "Esconder", + "January": "Enero", + "July": "Julio", + "June": "Junio", + "March": "Marzo", + "May": "Mayo", + "Midnight": "Medianoche", + "Noon": "Mediod\u00eda", "Note: You are %s hour ahead of server time.": [ - "Nota: Usted esta a %s horas por delante de la hora del servidor.", + "Nota: Usted esta a %s horas por delante de la hora del servidor.", "Nota: Usted va %s horas por delante de la hora del servidor." - ], + ], "Note: You are %s hour behind server time.": [ - "Nota: Usted esta a %s hora de retraso de tiempo de servidor.", + "Nota: Usted esta a %s hora de retraso de tiempo de servidor.", "Nota: Usted va %s horas por detr\u00e1s de la hora del servidor." - ], - "November": "Noviembre", - "Now": "Ahora", - "October": "Octubre", - "Remove": "Eliminar", - "Remove all": "Eliminar todos", - "September": "Septiembre", - "Show": "Mostrar", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Esta es la lista de %s disponibles. Puede elegir algunos seleccion\u00e1ndolos en la caja inferior y luego haciendo clic en la flecha \"Elegir\" que hay entre las dos cajas.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Esta es la lista de los %s elegidos. Puede elmininar algunos seleccion\u00e1ndolos en la caja inferior y luego haciendo click en la flecha \"Eliminar\" que hay entre las dos cajas.", - "Today": "Hoy", - "Tomorrow": "Ma\u00f1ana", - "Type into this box to filter down the list of available %s.": "Escriba en este cuadro para filtrar la lista de %s disponibles", - "Yesterday": "Ayer", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Ha seleccionado una acci\u00f3n y no hs hecho ning\u00fan cambio en campos individuales. Probablemente est\u00e9 buscando el bot\u00f3n Ejecutar en lugar del bot\u00f3n Guardar.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Ha seleccionado una acci\u00f3n, pero no ha guardado los cambios en los campos individuales todav\u00eda. Pulse OK para guardar. Tendr\u00e1 que volver a ejecutar la acci\u00f3n.", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Tiene cambios sin guardar en campos editables individuales. Si ejecuta una acci\u00f3n, los cambios no guardados se perder\u00e1n.", - "one letter Friday\u0004F": "V", - "one letter Monday\u0004M": "L", - "one letter Saturday\u0004S": "S", - "one letter Sunday\u0004S": "D", - "one letter Thursday\u0004T": "J", - "one letter Tuesday\u0004T": "M", + ], + "November": "Noviembre", + "Now": "Ahora", + "October": "Octubre", + "Remove": "Eliminar", + "Remove all": "Eliminar todos", + "September": "Septiembre", + "Show": "Mostrar", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Esta es la lista de %s disponibles. Puede elegir algunos seleccion\u00e1ndolos en la caja inferior y luego haciendo clic en la flecha \"Elegir\" que hay entre las dos cajas.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Esta es la lista de los %s elegidos. Puede elmininar algunos seleccion\u00e1ndolos en la caja inferior y luego haciendo click en la flecha \"Eliminar\" que hay entre las dos cajas.", + "Today": "Hoy", + "Tomorrow": "Ma\u00f1ana", + "Type into this box to filter down the list of available %s.": "Escriba en este cuadro para filtrar la lista de %s disponibles", + "Yesterday": "Ayer", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Ha seleccionado una acci\u00f3n y no hs hecho ning\u00fan cambio en campos individuales. Probablemente est\u00e9 buscando el bot\u00f3n Ejecutar en lugar del bot\u00f3n Guardar.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Ha seleccionado una acci\u00f3n, pero no ha guardado los cambios en los campos individuales todav\u00eda. Pulse OK para guardar. Tendr\u00e1 que volver a ejecutar la acci\u00f3n.", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Tiene cambios sin guardar en campos editables individuales. Si ejecuta una acci\u00f3n, los cambios no guardados se perder\u00e1n.", + "one letter Friday\u0004F": "V", + "one letter Monday\u0004M": "L", + "one letter Saturday\u0004S": "S", + "one letter Sunday\u0004S": "D", + "one letter Thursday\u0004T": "J", + "one letter Tuesday\u0004T": "M", "one letter Wednesday\u0004W": "M" }; for (var key in newcatalog) { @@ -135,38 +135,38 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "j \\d\\e F \\d\\e Y \\a \\l\\a\\s H:i", + "DATETIME_FORMAT": "j \\d\\e F \\d\\e Y \\a \\l\\a\\s H:i", "DATETIME_INPUT_FORMATS": [ - "%d/%m/%Y %H:%M:%S", - "%d/%m/%Y %H:%M:%S.%f", - "%d/%m/%Y %H:%M", - "%d/%m/%y %H:%M:%S", - "%d/%m/%y %H:%M:%S.%f", - "%d/%m/%y %H:%M", - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", + "%d/%m/%Y %H:%M:%S", + "%d/%m/%Y %H:%M:%S.%f", + "%d/%m/%Y %H:%M", + "%d/%m/%y %H:%M:%S", + "%d/%m/%y %H:%M:%S.%f", + "%d/%m/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", "%Y-%m-%d" - ], - "DATE_FORMAT": "j \\d\\e F \\d\\e Y", + ], + "DATE_FORMAT": "j \\d\\e F \\d\\e Y", "DATE_INPUT_FORMATS": [ - "%d/%m/%Y", - "%d/%m/%y", + "%d/%m/%Y", + "%d/%m/%y", "%Y-%m-%d" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "1", - "MONTH_DAY_FORMAT": "j \\d\\e F", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "d/m/Y H:i", - "SHORT_DATE_FORMAT": "d/m/Y", - "THOUSAND_SEPARATOR": ".", - "TIME_FORMAT": "H:i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "1", + "MONTH_DAY_FORMAT": "j \\d\\e F", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "d/m/Y H:i", + "SHORT_DATE_FORMAT": "d/m/Y", + "THOUSAND_SEPARATOR": ".", + "TIME_FORMAT": "H:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F \\d\\e Y" }; diff --git a/cms/static/js/i18n/et-ee/djangojs.js b/cms/static/js/i18n/et-ee/djangojs.js index 21cbcfe573..00a1e6c73d 100644 --- a/cms/static/js/i18n/et-ee/djangojs.js +++ b/cms/static/js/i18n/et-ee/djangojs.js @@ -21,64 +21,64 @@ var newcatalog = { "%(sel)s of %(cnt)s selected": [ - "%(sel)s %(cnt)sst valitud", + "%(sel)s %(cnt)sst valitud", "%(sel)s %(cnt)sst valitud" - ], - "6 a.m.": "6 hommikul", - "6 p.m.": "6 \u00f5htul", - "April": "aprill", - "August": "august", - "Available %s": "Saadaval %s", - "Cancel": "T\u00fchista", - "Choose": "Vali", - "Choose a Date": "Vali kuup\u00e4ev", - "Choose a Time": "Vali aeg", - "Choose a time": "Vali aeg", - "Choose all": "Vali k\u00f5ik", - "Chosen %s": "Valitud %s", - "Click to choose all %s at once.": "Kliki, et valida k\u00f5ik %s korraga.", - "Click to remove all chosen %s at once.": "Kliki, et eemaldada k\u00f5ik valitud %s korraga.", - "December": "detsember", - "February": "veebruar", - "Filter": "Filter", - "Hide": "Varja", - "January": "jaanuar", - "July": "juuli", - "June": "juuni", - "March": "m\u00e4rts", - "May": "mai", - "Midnight": "Kesk\u00f6\u00f6", - "Noon": "Keskp\u00e4ev", + ], + "6 a.m.": "6 hommikul", + "6 p.m.": "6 \u00f5htul", + "April": "aprill", + "August": "august", + "Available %s": "Saadaval %s", + "Cancel": "T\u00fchista", + "Choose": "Vali", + "Choose a Date": "Vali kuup\u00e4ev", + "Choose a Time": "Vali aeg", + "Choose a time": "Vali aeg", + "Choose all": "Vali k\u00f5ik", + "Chosen %s": "Valitud %s", + "Click to choose all %s at once.": "Kliki, et valida k\u00f5ik %s korraga.", + "Click to remove all chosen %s at once.": "Kliki, et eemaldada k\u00f5ik valitud %s korraga.", + "December": "detsember", + "February": "veebruar", + "Filter": "Filter", + "Hide": "Varja", + "January": "jaanuar", + "July": "juuli", + "June": "juuni", + "March": "m\u00e4rts", + "May": "mai", + "Midnight": "Kesk\u00f6\u00f6", + "Noon": "Keskp\u00e4ev", "Note: You are %s hour ahead of server time.": [ - "M\u00e4rkus: Olete %s tund serveri ajast ees.", + "M\u00e4rkus: Olete %s tund serveri ajast ees.", "M\u00e4rkus: Olete %s tundi serveri ajast ees." - ], + ], "Note: You are %s hour behind server time.": [ - "M\u00e4rkus: Olete %s tund serveri ajast maas.", + "M\u00e4rkus: Olete %s tund serveri ajast maas.", "M\u00e4rkus: Olete %s tundi serveri ajast maas." - ], - "November": "november", - "Now": "Praegu", - "October": "oktoober", - "Remove": "Eemalda", - "Remove all": "Eemalda k\u00f5ik", - "September": "september", - "Show": "N\u00e4ita", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Nimekiri v\u00e4lja \"%s\" v\u00f5imalikest v\u00e4\u00e4rtustest. Saad valida \u00fche v\u00f5i mitu kirjet allolevast kastist ning vajutades noolt \"Vali\" liigutada neid \u00fchest kastist teise.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Nimekiri v\u00e4lja \"%s\" valitud v\u00e4\u00e4rtustest. Saad valida \u00fche v\u00f5i mitu kirjet allolevast kastist ning vajutades noolt \"Eemalda\" liigutada neid \u00fchest kastist teise.", - "Today": "T\u00e4na", - "Tomorrow": "Homme", - "Type into this box to filter down the list of available %s.": "Filtreeri selle kasti abil v\u00e4lja \"%s\" nimekirja.", - "Yesterday": "Eile", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Valisid toimingu, kuid sa pole \u00fchtegi lahtrit muutnud. T\u00f5en\u00e4oliselt peaksid vajutama 'Mine' mitte 'Salvesta' nuppu.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Valisid toimingu, kuid pole salvestanud muudatusi lahtrites. Salvestamiseks palun vajuta OK. Pead toimingu uuesti k\u00e4ivitama.", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Muudetavates lahtrites on salvestamata muudatusi. Kui sooritate m\u00f5ne toimingu, l\u00e4hevad salvestamata muudatused kaotsi.", - "one letter Friday\u0004F": "R", - "one letter Monday\u0004M": "E", - "one letter Saturday\u0004S": "L", - "one letter Sunday\u0004S": "P", - "one letter Thursday\u0004T": "N", - "one letter Tuesday\u0004T": "T", + ], + "November": "november", + "Now": "Praegu", + "October": "oktoober", + "Remove": "Eemalda", + "Remove all": "Eemalda k\u00f5ik", + "September": "september", + "Show": "N\u00e4ita", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Nimekiri v\u00e4lja \"%s\" v\u00f5imalikest v\u00e4\u00e4rtustest. Saad valida \u00fche v\u00f5i mitu kirjet allolevast kastist ning vajutades noolt \"Vali\" liigutada neid \u00fchest kastist teise.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Nimekiri v\u00e4lja \"%s\" valitud v\u00e4\u00e4rtustest. Saad valida \u00fche v\u00f5i mitu kirjet allolevast kastist ning vajutades noolt \"Eemalda\" liigutada neid \u00fchest kastist teise.", + "Today": "T\u00e4na", + "Tomorrow": "Homme", + "Type into this box to filter down the list of available %s.": "Filtreeri selle kasti abil v\u00e4lja \"%s\" nimekirja.", + "Yesterday": "Eile", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Valisid toimingu, kuid sa pole \u00fchtegi lahtrit muutnud. T\u00f5en\u00e4oliselt peaksid vajutama 'Mine' mitte 'Salvesta' nuppu.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Valisid toimingu, kuid pole salvestanud muudatusi lahtrites. Salvestamiseks palun vajuta OK. Pead toimingu uuesti k\u00e4ivitama.", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Muudetavates lahtrites on salvestamata muudatusi. Kui sooritate m\u00f5ne toimingu, l\u00e4hevad salvestamata muudatused kaotsi.", + "one letter Friday\u0004F": "R", + "one letter Monday\u0004M": "E", + "one letter Saturday\u0004S": "L", + "one letter Sunday\u0004S": "P", + "one letter Thursday\u0004T": "N", + "one letter Tuesday\u0004T": "T", "one letter Wednesday\u0004W": "K" }; for (var key in newcatalog) { @@ -135,48 +135,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "N j, Y, P", + "DATETIME_FORMAT": "N j, Y, P", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "j. F Y", + ], + "DATE_FORMAT": "j. F Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "j. F", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "d.m.Y", - "THOUSAND_SEPARATOR": "\u00a0", - "TIME_FORMAT": "G:i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "j. F", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "d.m.Y", + "THOUSAND_SEPARATOR": "\u00a0", + "TIME_FORMAT": "G:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/eu-es/djangojs.js b/cms/static/js/i18n/eu-es/djangojs.js index 4d5944594c..de14c0dd19 100644 --- a/cms/static/js/i18n/eu-es/djangojs.js +++ b/cms/static/js/i18n/eu-es/djangojs.js @@ -20,736 +20,1336 @@ django.catalog = django.catalog || {}; var newcatalog = { - "\n Start my exam\n ": "\n Hasi azterketa\n ", - " and ": "eta", - "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", - "%(memberCount)s / %(maxMemberCount)s Member": [ - "%(memberCount)s / partaide %(maxMemberCount)s", - "%(memberCount)s / %(maxMemberCount)s partaide" - ], - "%(new_item_message)s": "%(new_item_message)s", + "\n Start my exam\n ": "\n Hasi azterketa\n ", + " ${price} {currency} )": " ${price} {currency} )", + " Link": "Esteka", + " and ": "eta", + " and {num_of_minutes} minute": "eta {num_of_minutes} minutu", + " and {num_of_minutes} minutes": " eta {num_of_minutes} minutu", + "${listPrice}": "${listPrice}", + "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", + "%(new_item_message)s": "%(new_item_message)s", "%(num_questions)s question": [ - "%(num_questions)s galdera", + "%(num_questions)s galdera", "%(num_questions)s questions" - ], + ], "%(num_students)s student": [ - "%(num_students)s ikasle", + "%(num_students)s ikasle", "%(num_students)s ikasle" - ], + ], "%(num_students)s student opened Subsection": [ - "%(num_students)s ikaslek irekitako azpiatala", + "%(num_students)s ikaslek irekitako azpiatala", "%(num_students)s ikaslek irekitako azpiatala" - ], + ], + "%(programName)s Home Page.": "%(programName)s Hasiera-orria.", "%(sel)s of %(cnt)s selected": [ - "%(cnt)s-etik %(sel)s aukeratuta", + "%(cnt)s-etik %(sel)s aukeratuta", "%(cnt)s-etik %(sel)s aukeratuta" - ], - "%(team_count)s Team": [ - "talde %(team_count)s ", - "%(team_count)s talde" - ], - "(Required Field)": "(Beharrezko eremua)", - "- Sortable": "- Ordena daiteke", - "6 a.m.": "6 a.m.", - "6 p.m.": "6 p.m.", - ": video upload complete.": ": bideo-Igoera osatu da.", - "A name that identifies your team (maximum 255 characters).": "Zure taldea identifikatzen duen izena (gehienez 255 karaktere).", - "A valid email address is required": "E-posta helbide baliagarria beharrezkoa da", - "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", - "Abbreviation": "Laburdura", - "About me": "Niri buruz", - "Account Settings": "Kontuaren ezarpenak", - "Account Settings page.": "Kontuaren Ezarpenen orria.", - "Action": "Ekintza", - "Actions": "Ekintzak", - "Activate Your Account": "Aktibatu zure kontua", - "Add": "Gehitu", - "Add Additional Signatory": "Gehitu bestelako sinatzaile bat", - "Add Cohort": "Gehitu kohortea", - "Add Component:": "Gehitu osagaia:", - "Add Country": "Gehitu Estatua", - "Add New Component": "Gehitu beste osagai bat", - "Add a Chapter": "Gehitu kapitulua", - "Add a New Cohort": "Gehitu beste kohorte bat", - "Add another group": "Gehitu beste talde bat", - "Add language": "Gehitu hizkuntza", - "Add your first textbook": "Gehitu zure lehen testu-liburua", - "Adding the selected course to your cart": "Aukeratutako ikastaroa zure saskira gehitzen", - "Admin": "Kudeatzailea", - "Advanced": "Aurreratua", - "All Posts": "Mezu guztiak", - "All Rights Reserved": "Eskubide guztiak erreserbatuta", - "All Topics": "Gai guztiak", - "All accounts were created successfully.": "Kontu guztiak egoki sortu dira.", - "All groups must have a name.": "Talde guztiek izena izan behar dute.", - "All groups must have a unique name.": "Talde guztiek izen ezberdina izan behar dute.", - "All subsections": "Azpiatal guztiak", - "All teams": "Talde guztiak", - "All topics": "Gai guztiak", - "All units": "Unitate guztiak", - "Allow students to generate certificates for this course?": "Utzi ikasleei ikastaro honetarako ziurtagiriak sortzen?", - "Already a member": "Dagoeneko partaidea", - "Amount": "Kopurua", - "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "Errorea gertatu da. Ziurtatu internetera konektatuta zaudela eta, ondoren, saiatu orria eguneratzen.", - "An error has occurred. Please try again later.": "Errorea gertatu da. Mesedez, saiatu berriz beranduago.", - "An error has occurred. Please try again.": "Errorea gertatu da. Mesedez, saiatu berriz.", - "An error has occurred. Please try reloading the page.": "Errorea gertatu da. Mesedez, saiatu orria eguneratzen.", - "An error has occurred. Refresh the page, and then try again.": "Errorea gertatu da. Eguneratu orria eta, ondoren, saiatu berriz.", - "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "Errorea gertatu da zure e-posta berreskuratzean. Mesedez, saiatu berriz beranguago, eta arazoa konpontzen ez bada jarri harremanetan teknikariekin.", - "An error occurred while removing the member from the team. Try again.": "Errorea gertatu da partaidea taldetik kentzean. Saiatu berriz.", - "An error occurred.": "Errorea gertatu da.", - "An error occurred. Make sure that the student's username or email address is correct and try again.": "Errorea gertatu da. Ziurtatu ikaslearen erabiltzaile-izena edo e-posta helbidea zuzena dela eta saiatu berriz.", - "An error occurred. Please reload the page.": "Errorea gertatu da. Mesedez, kargatu berriz orria.", - "An error occurred. Please try again.": "Errorea gertatu da. Mesedez, saiatu berriz.", - "An error occurred. Try again.": "Errorea gertatu da. Saiatu berriz.", - "An unexpected error occurred. Please try again.": "Espero gabeko errorea gertatu da. Mesedez, saiatu berriz.", - "April": "Apirila", - "Are you sure you want to delete this comment?": "Ziur al zaude iruzkin hau ezabatu egin nahi duzula?", - "Are you sure you want to delete this post?": "Ziur al zaude mezu hau ezabatu egin nahi duzula?", - "Are you sure you want to delete this response?": "Ziur al zaude erantzun hau ezabatu egin nahi duzula?", - "Are you sure you want to delete this update?": "Ziur al zaude eguneraketa hau ezabatu egin nahi duzula?", - "Assessment": "Ebaluazioa", - "Assessments": "Ebaluazioak", - "Associated Content Group": "Lotutako eduki-taldea", - "August": "Abuztua", - "Automatic": "Automatikoa", - "Available %s": "%s erabilgarri", - "Basic": "Oinarrizkoa", - "Biography": "Biografia", - "Blockquote": "Aipua", - "Blockquote (Ctrl+Q)": "Aipua (Ctrl+Q)", - "Bold (Ctrl+B)": "Letra beltza (Ctrl+B)", - "Browse": "Arakatu", - "Bulleted List (Ctrl+U)": "Zerrenda buletaduna (Ctrl+U)", - "Cancel": "Utzi", - "Cancel enrollment code": "Bertan behera utzi matrikulazio-kodea", - "Certificate Details": "Ziurtagiriaren xehetasunak", - "Certificate Information": "Ziurtagiriaren informazioa", - "Certificate Name": "Ziurtagiriaren izena", - "Certificate Signatories": "Ziurtagiriaren sinatzaileak", - "Certificate Signatory Configuration": "Ziurtagiriaren sinatzailearen ezarpenak", - "Certificate name is required.": "Ziurtagiriaren izena beharrezkoa da.", - "Change Manually": "Aldatu eskuz", - "Change My Email Address": "Aldatu nire e-posta helbidea", - "Change image": "Aldatu irudia", - "Changes to steps that are not selected as part of the assignment will not be saved.": "Zereginaren atal gisa aukeratu gabeko aldietarako aldaketak ez dira gordeko.", - "Chapter Name": "Kapituluaren izena", - "Chapter information": "Atalaren informazioa", - "Check Your Email": "Egiaztatu zure e-posta", - "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "Markatu lauki hau egunero mezu bat jaso nahi baduzu jarraitzen ari zaren foroko irakurri gabeko mezuen eta azken berrien laburpenarekin.", - "Check your email": "Egiaztatu zure e-posta", - "Checkout": "Ordaindu", - "Checkout with PayPal": "Ordaindu PayPal-en bidez", - "Checkout with {processor}": "Ordaindu honen bidez: {processor}", - "Choose": "Aukeratu", - "Choose File": "Aukeratu fitxategia", - "Choose One": "Aukeratu bat", - "Choose a .csv file": "Aukeratu .csv fitxategia", - "Choose a Date": "Aukeratu data bat", - "Choose a Time": "Aukeratu ordu bat", - "Choose a time": "Aukeratu ordu bat", - "Choose all": "Denak aukeratu", - "Choose mode": "Aukeratu modua", - "Chosen %s": "%s aukeratuak", - "Clear": "Garbitu", - "Clear All": "Garbitu guztiak", - "Clear search": "Garbitu bilaketa", - "Click to change": "Klik egin aldatzeko", - "Click to choose all %s at once.": "Egin klik %s guztiak batera aukeratzeko.", - "Click to edit": "klik egin editatzeko", - "Click to remove all chosen %s at once.": "Egin klik aukeratutako %s guztiak kentzeko.", - "Close": "Itxi", - "Code": "Kodea", - "Code Sample (Ctrl+K)": "Adibide-kodea (Ctrl+K)", - "Cohort Name": "Kohortearen izena", - "Cohorts": "Kohorteak", - "Cohorts Disabled": "Kohorteak desgaituta", - "Cohorts Enabled": "Kohorteak gaituta", - "Collapse All": "Tolestu guztiak", - "Collapse/Expand this %(xblock_type)s": "Tolestu/zabaldu %(xblock_type)s", - "Coming Soon": "Laster", - "Common Problem Types": "Ohiko ariketa-motak", - "Completed": "Osatua", - "Confirm": "Egiaztatu", - "Content Group ID": "Eduki-talderen IDa", - "Content Group Name": "Eduki-talderen izena", - "Copy Email To Editor": "Kopiatu e-posta editorean", - "Cost": "Prezioa", - "Could not retrieve download url.": "Ezin izan da jaisteko URLa lortu.", - "Could not retrieve payment information": "Ezin da ordainketaren informaziorik aurkitu", - "Could not retrieve upload url.": "Ezin izan da igotzeko URLa lortu.", - "Could not submit order": "Ezin izan da ordena bidali", - "Could not submit photos": "Ezin da argazkirik bidali", - "Couldn't Save This Assignment": "Ezin izan da gorde zeregin hau", - "Country": "Estatua", + ], + "%(value)s hour": [ + "ordu %(value)s", + "%(value)s ordu" + ], + "%(value)s minute": [ + "minutu %(value)s", + "%(value)s minutu" + ], + "%(value)s second": [ + "segundu %(value)s", + "%(value)s segundu" + ], + "%d day": [ + "egun %d", + "%d egun" + ], + "%d minute": [ + "minutu %d", + "%d minutu" + ], + "%d month": [ + "hilabete %d", + "%d hilabete" + ], + "%d year": [ + "urte %d", + "%d urte" + ], + "%s ago": "duela %s", + "(Caption will be displayed when you start playing the video.)": "(Azpitituluak erakutsiko dira bideoa ikusten hasten zarenean.)", + "(Optional)": "(Aukerakoa)", + "(Read-only)": "(Irakurtzekoa baino ez)", + "(Required Field)": "(Beharrezko eremua)", + "(required):": "(beharrezkoa):", + "- Sortable": "- Ordena daiteke", + "6 a.m.": "6 a.m.", + "6 p.m.": "6 p.m.", + ": video upload complete.": ": bideo-Igoera osatu da.", + "A Password is required": "Pasahitza beharrezkoa da", + "A name that identifies your team (maximum 255 characters).": "Zure taldea identifikatzen duen izena (gehienez 255 karaktere).", + "A valid email address is required": "E-posta helbide baliagarria beharrezkoa da", + "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", + "API Key": "API gakoa", + "Abbreviation": "Laburdura", + "About Me": "Niri buruz", + "About You": "Zuri buruz", + "About me": "Niri buruz", + "Account": "Kontua", + "Account Information": "Kontuaren informazioa", + "Account Settings": "Kontuaren ezarpenak", + "Account Settings page.": "Kontuaren ezarpenen orria.", + "Action": "Ekintza", + "Actions": "Ekintzak", + "Activate Your Account": "Aktibatu zure kontua", + "Active": "Aktibo", + "Add": "Gehitu", + "Add Additional Signatory": "Gehitu bestelako sinatzaile bat", + "Add Attachment": "Gehitu eranskina", + "Add Cohort": "Gehitu kohortea", + "Add Component:": "Gehitu osagaia:", + "Add Country": "Gehitu Estatua", + "Add Learners": "Gehitu ikasleak", + "Add New Component": "Gehitu beste osagai bat", + "Add a Chapter": "Gehitu kapitulua", + "Add a New Cohort": "Gehitu beste kohorte bat", + "Add another group": "Gehitu beste talde bat", + "Add language": "Gehitu hizkuntza", + "Add learners to this cohort": "Gehitu ikasleak kohorte honetara", + "Add to Dictionary": "Gehitu hiztegira", + "Add to Exception List": "Gehitu salbuespenen zerrendara", + "Add your first textbook": "Gehitu zure lehen testu-liburua", + "Adding": "Gehitzen", + "Adding the selected course to your cart": "Aukeratutako ikastaroa zure saskira gehitzen", + "Adjust video speed": "Doitu bideoaren abiadura", + "Adjust video volume": "Doitu bideoaren bolumena", + "Admin": "Kudeatzailea", + "Advanced": "Aurreratua", + "Align center": "Lerrokatu erdira", + "Align left": "Lerrokatu ezkerrera", + "Align right": "Lerrokatu eskuinera", + "Alignment": "Lerrokadura", + "All Posts": "Mezu guztiak", + "All Rights Reserved": "Eskubide guztiak erreserbatuta", + "All Topics": "Gai guztiak", + "All Unreviewed": "Berrikusi gabeko guztiak", + "All accounts were created successfully.": "Kontu guztiak egoki sortu dira.", + "All groups must have a name.": "Talde guztiek izena izan behar dute.", + "All groups must have a unique name.": "Talde guztiek izen ezberdina izan behar dute.", + "All subsections": "Azpiatal guztiak", + "All teams": "Talde guztiak", + "All topics": "Gai guztiak", + "All units": "Unitate guztiak", + "Allow students to generate certificates for this course?": "Utzi ikasleei ikastaro honetarako ziurtagiriak sortzen?", + "Already a member": "Dagoeneko partaidea", + "Alternative source": "Ordezko iturburua", + "Amount": "Kopurua", + "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "Errorea gertatu da. Ziurtatu internetera konektatuta zaudela eta, ondoren, saiatu orria eguneratzen.", + "An error has occurred. Please try again later.": "Errorea gertatu da. Mesedez, saiatu berriz beranduago.", + "An error has occurred. Please try again.": "Errorea gertatu da. Mesedez, saiatu berriz.", + "An error has occurred. Please try reloading the page.": "Errorea gertatu da. Mesedez, saiatu orria eguneratzen.", + "An error has occurred. Refresh the page, and then try again.": "Errorea gertatu da. Eguneratu orria eta, ondoren, saiatu berriz.", + "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "Errorea gertatu da zure e-posta berreskuratzean. Mesedez, saiatu berriz beranguago, eta arazoa konpontzen ez bada jarri harremanetan teknikariekin.", + "An error occurred while removing the member from the team. Try again.": "Errorea gertatu da partaidea taldetik kentzean. Saiatu berriz.", + "An error occurred.": "Errorea gertatu da.", + "An error occurred. Make sure that the student's username or email address is correct and try again.": "Errorea gertatu da. Ziurtatu ikaslearen erabiltzaile-izena edo e-posta helbidea zuzena dela eta saiatu berriz.", + "An error occurred. Please reload the page.": "Errorea gertatu da. Mesedez, kargatu berriz orria.", + "An error occurred. Please try again.": "Errorea gertatu da. Mesedez, saiatu berriz.", + "An error occurred. Try again.": "Errorea gertatu da. Saiatu berriz.", + "An unexpected error occurred. Please try again.": "Espero gabeko errorea gertatu da. Mesedez, saiatu berriz.", + "Anchor": "Aingura", + "Anchors": "Aingurak", + "April": "Apirila", + "Are you having trouble finding a team to join?": "Ba al duzu talderen batekin bat egiteko arazorik?", + "Are you sure you want to delete this comment?": "Ziur al zaude iruzkin hau ezabatu egin nahi duzula?", + "Are you sure you want to delete this page? This action cannot be undone.": "Ziur al zaude orri hau ezabatu egin nahi duzula? Hau ezin da gero desegin.", + "Are you sure you want to delete this post?": "Ziur al zaude mezu hau ezabatu egin nahi duzula?", + "Are you sure you want to delete this response?": "Ziur al zaude erantzun hau ezabatu egin nahi duzula?", + "Are you sure you want to delete this update?": "Ziur al zaude eguneraketa hau ezabatu egin nahi duzula?", + "Are you sure you want to select this session?": "Ziur al zaude saio hau aukeratu nahi duzula?", + "Are you sure?": "Ziur al zaude?", + "Assessment": "Ebaluazioa", + "Assessments": "Ebaluazioak", + "Assign Team Memberships": "Esleitu talde-partaidetza", + "Associated Content Group": "Lotutako eduki-multzoa", + "Attribution": "Eskubidea", + "August": "Abuztua", + "Author": "Egilea", + "Auto-advance": "Aurreratze automatikoa", + "Automatic": "Automatikoa", + "Automatic transcripts are disabled.": "Transkripzio automatikoak desgaitta daude.", + "Available %s": "%s erabilgarri", + "Average": "Batez bestekoa", + "Back to {platform} FAQs": "Itzuli {platform} plataformako FAQetara", + "Background color": "Atzeko planoaren kolorea", + "Basic": "Oinarrizkoa", + "Basic Account Information": "Kontuaren oinarrizko informazioa", + "Billed to": "Faktura ondokoari egin zaio: ", + "Biography": "Biografia", + "Blockquote": "Aipua", + "Blockquote (Ctrl+Q)": "Aipua (Ctrl+Q)", + "Blocks": "Blokeak", + "Body": "Gorputza", + "Bold": "Beltza", + "Bold (Ctrl+B)": "Letra beltza (Ctrl+B)", + "Bookmark this page": "Markatu orri hau gogokotzat", + "Bookmarked": "Gogokotzat markatua", + "Border": "Ertza", + "Border color": "Ertzaren kolorea", + "Bottom": "Behera", + "Browse": "Arakatu", + "Bullet list": "Buletdun zerrenda", + "Bulleted List (Ctrl+U)": "Zerrenda buletaduna (Ctrl+U)", + "COMPLETED COURSES": "OSATUTAKO IKASTAROAK", + "Cancel": "Utzi", + "Cancel enrollment code": "Bertan behera utzi matrikulazio-kodea", + "Cancel team creating.": "Utzi bertan behera taldea sortzea.", + "Cancel team updating.": "Utzi bertan behera taldea eguneratzea.", + "Caption": "Epigrafea", + "Cell": "Gelaxka", + "Cell padding": "Gelaxken betegarria", + "Cell properties": "Gelaxkaren propietateak", + "Cell spacing": "Gelaxka-tartea", + "Cell type": "Gelaxka-mota", + "Center": "Erdiratu", + "Certificate Details": "Ziurtagiriaren xehetasunak", + "Certificate Generated": "Ziurtagiria sortu da", + "Certificate Information": "Ziurtagiriaren informazioa", + "Certificate Name": "Ziurtagiriaren izena", + "Certificate Signatories": "Ziurtagiriaren sinatzaileak", + "Certificate Signatory Configuration": "Ziurtagiriaren sinatzailearen ezarpenak", + "Certificate Status:": "Ziurtagiriaren egoera:", + "Certificate name is required.": "Ziurtagiriaren izena beharrezkoa da.", + "Certificates": "Ziurtagiriak", + "Change": "Aldatu", + "Change Enrollment": "Aldatu matrikulazioa", + "Change Manually": "Aldatu eskuz", + "Change My Email Address": "Aldatu nire e-posta helbidea", + "Change Session": "Aldatu saioa", + "Change image": "Aldatu irudia", + "Change or Leave Session": "Aldatu edo utzi saioa", + "Changes to steps that are not selected as part of the assignment will not be saved.": "Zereginaren atal gisa aukeratu gabeko aldietarako aldaketak ez dira gordeko.", + "Chapter Name": "Kapituluaren izena", + "Chapter information": "Atalaren informazioa", + "Chapter name is required": "Atalaren izena beharrezkoa da", + "Check Your Email": "Egiaztatu zure e-posta", + "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "Markatu lauki hau egunero mezu bat jaso nahi baduzu jarraitzen ari zaren foroko irakurri gabeko mezuen eta azken berrien laburpenarekin.", + "Check your email": "Egiaztatu zure e-posta", + "Checkout": "Ordaindu", + "Checkout with PayPal": "Ordaindu PayPal-en bidez", + "Checkout with {processor}": "Ordaindu honen bidez: {processor}", + "Choose": "Aukeratu", + "Choose File": "Aukeratu fitxategia", + "Choose One": "Aukeratu bat", + "Choose a .csv file": "Aukeratu .csv fitxategia", + "Choose a Date": "Aukeratu data bat", + "Choose a Time": "Aukeratu ordu bat", + "Choose a content group to associate": "Aukeratu eduki-multzo bat lotzeko", + "Choose a location to move your component to": "Aukeratu kokapena horra mugitzeko osagaia", + "Choose a time": "Aukeratu ordu bat", + "Choose all": "Denak aukeratu", + "Choose mode": "Aukeratu modua", + "Choose new file": "Aukeratu beste fitxategi bat", + "Chosen %s": "%s aukeratuak", + "Circle": "Zirkulua", + "Clear": "Garbitu", + "Clear All": "Garbitu guztiak", + "Clear formatting": "Garbitu formatua", + "Clear search": "Garbitu bilaketa", + "Clear search results": "Garbitu bilaketaren emaitzak", + "Click OK to have your e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Sakatu ADOS posta elektronikoaren helbidea hirugarrenen aplikazio batera bidaltzeko.\n\nSakatu UTZI orri honetara itzultzeko zure informazioa bidali gabe.", + "Click OK to have your username and e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Sakatu ADOS erabiltzaile-izena eta posta elektronikoaren helbidea hirugarrenen aplikazio batera bidaltzeko.\n\nSakatu UTZI orri honetara itzultzeko zure informazioa bidali gabe.", + "Click OK to have your username sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Sakatu ADOS erabiltzaile-izena hirugarrenen aplikazio batera bidaltzeko.\n\nSakatu UTZI orri honetara itzultzeko zure informazioa bidali gabe.", + "Click on this button to mute or unmute this video or press UP or DOWN buttons to increase or decrease volume level.": "Sakatu botio honi bideo hau mututu ala desmututzeko edo sakatu GORA edo BEHERA botoiei bolumenaren maila igo edo jaisteko.", + "Click to change": "Klik egin aldatzeko", + "Click to choose all %s at once.": "Egin klik %s guztiak batera aukeratzeko.", + "Click to edit": "klik egin editatzeko", + "Click to remove all chosen %s at once.": "Egin klik aukeratutako %s guztiak kentzeko.", + "Close": "Itxi", + "Close Calculator": "Itxi kalkulagailua", + "Code": "Kodea", + "Code Sample (Ctrl+K)": "Adibide-kodea (Ctrl+K)", + "Code block": "Kode-blokea", + "Cohort Assignment Method": "Kohortea esleitzeko metodoa", + "Cohort Name": "Kohortearen izena", + "Cohorts": "Kohorteak", + "Cohorts Disabled": "Kohorteak desgaituta", + "Cohorts Enabled": "Kohorteak gaituta", + "Collapse All": "Tolestu guztiak", + "Collapse Instructions": "Tolestu argibideak", + "Collapse/Expand this %(xblock_type)s": "Tolestu/zabaldu %(xblock_type)s", + "Color": "Kolorea", + "Cols": "Zutabeak", + "Column": "Zutabea", + "Column group": "Zutabe-taldea", + "Coming Soon": "Laster", + "Commentary": "Iruzkina", + "Common Problem Types": "Ohiko ariketa-motak", + "Completed": "Osatua", + "Component": "Osagaia", + "Components": "Osagaiak", + "Confirm": "Egiaztatu", + "Confirm Password": "Baieztatu pasahitza", + "Congratulations!": "Zorionak!", + "Constrain proportions": "Murriztu proportzioak", + "Contact Us": "Jarri gurekin harremanetan", + "Content Group ID": "Eduki-talderen IDa", + "Content Group Name": "Eduki-talderen izena", + "Continue to my practice exam": "Joan praktika-azterketara", + "Copy": "Kopiatu", + "Copy Email To Editor": "Kopiatu e-posta editorean", + "Copy row": "Kopiatu errenkada", + "Cost": "Prezioa", + "Could not find the specified string.": "Ezin izan da aurkitu adierazitako katea.", + "Could not grade your answer. The submission was aborted.": "Ezin da zure erantzuna kalifikatu. Bidalketa bertan behera geratu da.", + "Could not retrieve download url.": "Ezin izan da jaisteko URLa lortu.", + "Could not retrieve payment information": "Ezin da ordainketaren informaziorik aurkitu", + "Could not retrieve upload url.": "Ezin izan da igotzeko URLa lortu.", + "Could not submit order": "Ezin izan da ordena bidali", + "Could not submit photos": "Ezin da argazkirik bidali", + "Couldn't Save This Assignment": "Ezin izan da gorde zeregin hau", + "Country": "Estatua", "Course": [ - "Ikastaroa", + "Ikastaroa", "Ikastaroak" - ], - "Course Credit Requirements": "Ikastarorako kreditu-eskakizunak", - "Course End": "Ikastaroaren amaiera", - "Course Handouts": "Ikastaroko apunteak", - "Course ID": "Ikastaroaren IDa", - "Course Id": "Ikastaroan IDa", - "Course Index": "Ikastaroaren aurkibidea", - "Course Key": "Ikastaro-giltza", - "Course Number": "Ikastaro-zenbakia", - "Course Outline": "Ikastaroaren egitura", - "Course Start": "Ikastaroaren hasiera", - "Course Title": "Ikastaroaren izenburua", - "Course is not yet visible to students.": "Ikastaroa ezin dute ikasleek ikusi orain.", - "Course title": "Ikastaroaren izenburua", - "Create": "Sortu", - "Create a New Team": "Sortu beste talde bat", - "Create a content group": "Sartu eduki-taldea", - "Created": "Sortuta", - "Creating missing groups": "Falta diren taldeak sortzen", - "Creative Commons licensed content, with terms as follow:": "Creative Commons lizentziapeko edukia, ondorengo baldintzetan:", - "Criterion Added": "Irizpidea gehitu da", - "Criterion Deleted": "Irizpidea ezabatu da", - "Current Role:": "Oraingo rola:", - "Current conversation": "Oraingo elkarrizketa", - "Current tab": "Oraingo fitxa", - "Date": "Data", - "Date Added": "Data gehitu da", - "December": "Abendua", - "Delete": "Ezabatu", - "Delete \"<%= signatoryName %>\" from the list of signatories?": "\"<%= signatoryName %>\" ezabatu nahi duzu sinatzaileen zerrendatik?", - "Delete File Confirmation": "Fitxategia ezabatzeko konfirmazioa", - "Delete Team": "Ezabatu taldea", - "Delete this asset": "Ezabatu baliabide hau", - "Delete this team?": "Talde hau ezabatu nahi duzu?", - "Deleted Content Group": "Ezabatutako eduki-taldea", - "Deprecated": "Zaharkitua", - "Describe ": "Deskribatu", - "Description": "Deskribapena", - "Description of the certificate": "Ziurtagiriaren deskribapena", - "Discard Changes": "Utzi aldaketak", - "Display Name": "Erakutsi izena", - "Donate": "Egin dohaintza", - "Download": "Jaitsi", - "Download Transcript for Editing": "Jaitsi transkripzioa editatzeko", - "Download URL": "Jaitsi URLa", - "Download the user's certificate": "Jaitsi erabiltzailearen ziurtagiria", - "Draft (Unpublished changes)": "Zirriborroa (Argitaratu gabeko aldaketak)", - "Drag to reorder": "Arrastatu berriz ordenatzeko", - "Drop target image": "Jauzi irudira", - "Due Date": "Entregatze-data", - "Due Date:": "Entregatze-data:", - "Due Time in UTC:": "Entregatze-ordua UTCn:", - "Due:": "Entregatzea:", - "Duplicate": "Bikoiztu", - "Duration (sec)": "Iraupena (seg)", - "Edit Team": "Editatu taldea", - "Edit Your Name": "Editatu zure izena", - "Edit this certificate?": "Ziurtagiri hau editatu nahi duzu?", - "Editable": "Editagarria", - "Education Completed": "Osatutako ikasketak", - "Email": "E-posta", - "Email address": "E-posta helbidea", - "Emails successfully sent. The following users are no longer enrolled in the course:": "E-postak ondo bidali dira. Ondorengo erabiltzaileak dagoeneko ez dira matrikulatuta egongo ikastaroan:", - "Enable Cohorts": "Gaitu kohorteak", - "End My Exam": "Amaitu azterketa", - "Enroll Now": "Matrikulatu orain", - "Enrolling you in the selected course": "Matrikula zaitez aukeratutako ikastaroan", - "Enrollment Date": "Matrikulazio-data", - "Enrollment Mode": "Matrikulazio-modua", - "Enter Due Date and Time": "Idatzi entregatze-data eta ordua", - "Enter Start Date and Time": "Idatzi hasiera-data eta ordua", - "Enter a student's username or email address.": "Idatzi ikasle baten erabiltzaile-izena edo e-posta helbidea.", - "Enter a username or email.": "Idatzi erabiltzaie-izena edo e-posta.", - "Enter information to describe your team. You cannot change these details after you create the team.": "Idatzi informazioa zure taldea deskribatzeko. Taldea sortu ondoren, ezin izango dituzu xehetasun hauek aldatu.", - "Enter team description.": "Idatzi taldearen deskribapena.", - "Enter team name.": "Idatzi taldearen izena.", - "Enter the enrollment code.": "Idatzi matrikulatzeko kodea.", - "Enter the name of the cohort": "Idatzi kohortearen izena", - "Enter username or email": "Idatzi erabiltzaile-izena edo e-posta", - "Entrance exam state is being deleted for student '{student_id}'.": "Sarrera-azterketaren egoera ezabatzen ari da ikasle honentzat: '{student_id}'.", - "Error": "Errorea", - "Error adding user": "Errorea erabiltzailea gehitzean", - "Error adding/removing users as beta testers.": "Errorea erabiltzaileak beta testatzaile gisa gehitzean/ezabatzean.", - "Error changing user's permissions.": "Errorea erabiltzailearen baimenak aldatzean.", - "Error enrolling/unenrolling users.": "Errorea erabiltzaileak matrikulatzean/desmatrikulatzean.", - "Error generating grades. Please try again.": "Errorea kalifikazioak sortzean. Mesedez, saiatu berriz.", - "Error generating list of students who may enroll. Please try again.": "Errorea matrikula daitezkeen ikasleen zerrenda sortzean. Mesedez, saiatu berriz.", - "Error generating problem grade report. Please try again.": "Errorea ariketaren txostena sortzean. Mesedez, saiatu berriz.", - "Error generating student profile information. Please try again.": "Errorea ikaslearen profilaren informazioa sortzean. Mesedez, saiatu berriz.", - "Error getting student list.": "Errorea ikasleen zerrenda sortzean.", - "Error removing user": "Errorea erabiltzailea ezabatzean", - "Error sending email.": "Errorea e-posta bidaltzean.", - "Error while generating certificates. Please try again.": "Errorea ziurtagiriak sortzean. Mesedez, saiatu berriz.", - "Error.": "Errorea.", - "Error:": "Errorea:", - "Error: You cannot remove yourself from the Instructor group!": "Errorea: Ezin duzu zeure burua Irakasle taldetik kendu!", - "Errors": "Erroreak", - "Expand All": "Zabaldu guztiak", - "Explore your course!": "Arakatu zure ikastaroa!", - "February": "Otsaila", - "File Name": "Fitxategiaren izena", - "Filter": "Filtroa", - "Find a course": "Bilatu ikastaroa", - "Find discussions": "Bilatu eztabaidak", - "Frequently Asked Questions": "Maiz egiten diren galderak", - "Full Name": "Izen osoa", - "Full Profile": "Profil osoa", - "Fullscreen": "Pantaila osoa", - "Gender": "Sexua", - "Generate": "Sortu", - "Get Credit": "Lortu kreditua", - "Go Back": "Itzuli", - "Go to Dashboard": "Joan aginte-panelera", - "Go to your Dashboard": "Joan zure aginte-panelera", - "Grade": "Kalifikatu", - "Grading": "Kalifikazioa", - "Group %s": "%s taldea", - "Group A": "A taldea", - "Group B": "B taldea", - "Group Configuration ID": "Talde-ezarpenen IDa", - "Group Configuration Name": "Talde-ezarpenen izena", - "Group Configuration information": "Talde-ezarpenen informazioa", - "Group Configuration name is required.": "Talde-ezarpenen izena beharrezkoa da.", - "Group information": "Taldearen informazioa", - "Group name is required": "Taldearen izena beharrezkoa da", - "Groups": "Taldeak", - "Heading": "Izenburua", - "Heading (Ctrl+H)": "Izenburua (Ctrl+H)", - "Hide": "Izkutatu", - "Hide Deprecated Settings": "Ezkutatu ezarpen zaharkituak", - "Hide Discussion": "Ezkutatu eztabaida", - "Hide notes": "Ezkutatu oharrak", - "Horizontal Rule (Ctrl+R)": "Marra horizontala (Ctrl+R)", - "How to use %(platform_name)s discussions": "Nola erabili %(platform_name)s eztabaidak", - "Hyperlink (Ctrl+L)": "Hiperesteka (Ctrl+L)", - "ID": "ID", - "Image": "irudia", - "Image (Ctrl+G)": "Irudia (Ctrl+G)", - "Image Upload Error": "Errorea irudia igotzean", - "Image must be in PNG format": "Irudiak PNG formatua izan behar du", - "In Progress": "Lanean", - "Insert Hyperlink": "Txertatu esteka", - "Instructor Name": "Irakaslearen izena", - "Instructor tools": "Irakaslearen tresnak", - "Internal Server Error.": "Barneko zerbitzariaren errorea.", - "Is Visible To:": "Norentzat ikusgarri:", - "Italic (Ctrl+I)": "Letra etzana (Ctrl+I)", - "January": "Urtarrila", - "Join Team": "Bat egin taldearekin", - "Joined %(date)s": "Bat eginda ondoko datan: %(date)s", - "July": "Uztaila", - "June": "Ekaina", - "KB": "KB", - "LEARN MORE": "IKASI GEHIAGO", - "Language": "Hizkuntza", - "Large": "Handia", - "Last Activity %(date)s": "Azken jarduera %(date)s", - "Last Edited:": "Azken aldaketa:", - "Last Updated": "Azken eguneraketa", - "Last activity %(date)s": "Azken jarduera %(date)s", - "Learn more about {license_name}": "Ikasi gehiago {license_name}-ri buruz", - "Leave Team": "Utzi taldea", - "Leave this team?": "Talde hau utzi nahi duzu?", - "Less": "Gutxiago", - "Library User": "Liburutegi-erabiltzailea", - "License Type": "Lizentzia-mota", - "Limited Profile": "Profil mugatua", - "Linking": "Estekatzen", - "List item": "Zerrenda-elementua", - "Load all responses": "Bilatu erantzun guztiak", - "Loading": "Igotzen", - "Loading content": "Edukia igotzen", - "Loading more threads": "Hari gehiago igotzen", - "Loading your courses": "Zure ikastaroen bila", - "Location": "Kokapena", - "Location in Course": "Kokapena ikastaroan", - "Lock this asset": "Blokeatu baliabide hau", - "Lock/unlock file": "Blokeatu/desblokeatu fitxategia", - "MB": "MB", - "Manual": "Eskuz", - "March": "Martxoa", - "Mark enrollment code as unused": "Markatu matrikulazio-kodea erabili gabea gisa", - "Markdown Editing Help": "Markdown sintaxian editatzeko laguntza", - "May": "Maiatza", - "Membership": "Partaidetza", - "Message:": "Mezua:", - "Midnight": "Gauerdia", - "Module state successfully deleted.": "Moduluaren egoera egoki ezabatu da.", - "More": "Gehiago", - "My Team": "Nire taldea", - "Name": "Izena", - "Name of the certificate": "Ziurtagiriaren izena", - "Name of the signatory": "Sinatzailearen izena", - "Name or short description of the configuration": "Ezarpenen izena edo deskribapen laburra", - "New Address": "Helbide berria", - "Next": "Hurrengoa", - "Next Step: Confirm your identity": "Hurrengo aldia: berritsi zure nortasuna", - "Next: %(nextStepTitle)s": "Hurrengoa: %(nextStepTitle)s", - "No Content Group": "Ez dago eduki-talderik", - "No Flash Detected": "Ez da Flash-ik aurkitu", - "No Webcam Detected": "Ez da webcam-ik aurkitu", - "No description available": "Deskribapena ez dago eskuragarri", - "No results": "Ez dago emaitzarik", - "No results found for \"%(query_string)s\". Please try searching again.": "Ez da emaitzarik aurkitu honetarako: \"%(query_string)s\". Mesedez, saiatu berriz bilatzen.", - "No tasks currently running.": "Ez dago atazarik martxan.", - "None": "Bat ere ez", - "Noon": "Eguerdia", - "Not Graded": "Kalifikatu gabea", - "Not Selected": "Aukeratu gabea", - "Not available": "Ez dago eskuragarri", - "Not in Use": "Erabili gabea", - "Not selected": "Aukeratu gabea", - "Note": "Oharra", + ], + "Course Content": "Ikastaroaren edukia", + "Course Credit Requirements": "Ikastarorako kreditu-eskakizunak", + "Course End": "Ikastaroaren amaiera", + "Course Handouts": "Ikastaroko apunteak", + "Course ID": "Ikastaroaren IDa", + "Course Id": "Ikastaroan IDa", + "Course Index": "Ikastaroaren aurkibidea", + "Course Key": "Ikastaro-giltza", + "Course Name": "Ikastaroaren izena", + "Course Number": "Ikastaro-zenbakia", + "Course Number:": "Ikastaro-zenbakia", + "Course Outline": "Ikastaroaren egitura", + "Course Run:": "Ikastaroa ematea:", + "Course Start": "Ikastaroaren hasiera", + "Course Title": "Ikastaroaren izenburua", + "Course is not yet visible to students.": "Ikastaroa ezin dute ikasleek ikusi orain.", + "Course title": "Ikastaroaren izenburua", + "Create": "Sortu", + "Create Account": "Sortu kontua", + "Create Re-run": "Sortu ikastaroaren beste edizio bat", + "Create a New Team": "Sortu beste talde bat", + "Create a content group": "Sortu eduki-multzoa", + "Create an Account": "Sortu kontua", + "Create an Account.": "Sortu kontua.", + "Create team.": "Sortu taldea.", + "Created": "Sortuta", + "Creating missing groups": "Falta diren taldeak sortzen", + "Creative Commons": "Creative Commons", + "Creative Commons licensed content, with terms as follow:": "Creative Commons lizentziapeko edukia, ondorengo baldintzetan:", + "Criterion Added": "Irizpidea gehitu da", + "Criterion Deleted": "Irizpidea ezabatu da", + "Current Role:": "Oraingo rola:", + "Current conversation": "Oraingo elkarrizketa", + "Current enrollment mode:": "Oraingo matrikulazio-modua:", + "Current location": "Oraingo kokapena", + "Current tab": "Oraingo fitxa", + "Custom color": "Pertsonalizatutako kolorea", + "Custom...": "Pertsonalizatu...", + "Cut": "Ebaki", + "Cut row": "Ebaki errenkada", + "Date": "Data", + "Date Added": "Data gehitu da", + "Date Joined": "Erregistratze-data", + "Date Placed": "Data jarri da", + "Date added": "Data gehitu da", + "December": "Abendua", + "Decrease indent": "Txikitu koska", + "Default": "Berezkoa", + "Delete": "Ezabatu", + "Delete \"<%= signatoryName %>\" from the list of signatories?": "\"<%= signatoryName %>\" ezabatu nahi duzu sinatzaileen zerrendatik?", + "Delete File Confirmation": "Fitxategia ezabatzeko konfirmazioa", + "Delete My Account": "Ezabatu nire kontua", + "Delete Page Confirmation": "Orria ezabatzeko konfirmazioa", + "Delete Team": "Ezabatu taldea", + "Delete column": "Ezabatu zutabea", + "Delete row": "Ezabatu lerroa", + "Delete table": "Ezabatu taula", + "Delete this asset": "Ezabatu baliabide hau", + "Delete this team?": "Talde hau ezabatu nahi duzu?", + "Delete this {xblock_type}?": "{xblock_type} ezabatu nahi duzu?", + "Deleted Content Group": "Ezabatutako eduki-multzoa", + "Deleted Group": "Ezabatutako taldea", + "Deleting": "Ezabatzen", + "Deprecated": "Zaharkitua", + "Describe ": "Deskribatu", + "Description": "Deskribapena", + "Description of the certificate": "Ziurtagiriaren deskribapena", + "Details": "Xehetasunak", + "Dimensions": "Neurriak", + "Disc": "Diskoa", + "Discard Changes": "Utzi aldaketak", + "Discarding Changes": "Aldaketak uzten", + "Discussion Home": "Foroaren hasiera", + "Display Name": "Erakutsi izena", + "Div": "Div", + "Divided": "Zatituta", + "Do not show again": "Ez erakutsi berriz", + "Document properties": "Dokumentuaren propietateak", + "Donate": "Egin dohaintza", + "Download": "Jaitsi", + "Download Memberships": "Deskargatu partaidetza", + "Download Transcript for Editing": "Jaitsi transkripzioa editatzeko", + "Download URL": "Deskargatu URLa", + "Download the user's certificate": "Deskargatu erabiltzailearen ziurtagiria", + "Draft (Unpublished changes)": "Zirriborroa (Argitaratu gabeko aldaketak)", + "Drag to reorder": "Arrastatu berriz ordenatzeko", + "Drop target image": "Jauzi irudira", + "Due Date": "Entregatze-data", + "Due Date:": "Entregatze-data:", + "Due Time in UTC:": "Entregatze-ordua UTCn:", + "Due:": "Entregatzea:", + "Duplicate": "Bikoiztu", + "Duplicating": "Bikoizten", + "Duration (sec)": "Iraupena (seg)", + "Edit": "Editatu", + "Edit HTML": "Editatu HTMLa", + "Edit Membership": "Editatu partaidetza", + "Edit Team": "Editatu taldea", + "Edit Your Name": "Editatu zure izena", + "Edit this certificate?": "Ziurtagiri hau editatu nahi duzu?", + "Editable": "Editagarria", + "Editing access for: {title}": "Sarbidea editatzen honentzat: {title}", + "Editing: {title}": "Editatzen: {title}", + "Editor": "Editorea", + "Education Completed": "Osatutako ikasketak", + "Email": "E-posta", + "Email address": "E-posta helbidea", + "Emails successfully sent. The following users are no longer enrolled in the course:": "E-postak ondo bidali dira. Ondorengo erabiltzaileak dagoeneko ez dira matrikulatuta egongo ikastaroan:", + "Embed": "Enbotatu", + "Emoticons": "Aurpegierak", + "Enable": "Gaitu", + "Enable Cohorts": "Gaitu kohorteak", + "Enable Now": "Gaitu orain", + "Enabled": "Gaituta", + "Encoding": "Kodifikazioa", + "End My Exam": "Amaitu azterketa", + "End of transcript. Skip to the start.": "Transkripzioaren amaiera. Egin jauzi hasierara.", + "Engage with posts": "Inplikatu eztabaidetan", + "Enroll Now": "Matrikulatu orain", + "Enrolling you in the selected course": "Matrikula zaitez aukeratutako ikastaroan", + "Enrollment Date": "Matrikulazio-data", + "Enrollment Mode": "Matrikulazio-modua", + "Enter Due Date and Time": "Idatzi entregatze-data eta ordua", + "Enter Start Date and Time": "Idatzi hasiera-data eta ordua", + "Enter a student's username or email address.": "Idatzi ikasle baten erabiltzaile-izena edo e-posta helbidea.", + "Enter a username or email.": "Idatzi erabiltzaie-izena edo e-posta.", + "Enter information to describe your team. You cannot change these details after you create the team.": "Idatzi informazioa zure taldea deskribatzeko. Taldea sortu ondoren, ezin izango dituzu xehetasun hauek aldatu.", + "Enter some details for your support request.": "Idatzi laguntza-eskaeraren xehetasunak", + "Enter team description.": "Idatzi taldearen deskribapena.", + "Enter team name.": "Idatzi taldearen izena.", + "Enter the enrollment code.": "Idatzi matrikulatzeko kodea.", + "Enter the name of the cohort": "Idatzi kohortearen izena", + "Enter username or email": "Idatzi erabiltzaile-izena edo e-posta", + "Enter your ": "Idatzi zure", + "Entrance exam state is being deleted for student '{student_id}'.": "Sarrera-azterketaren egoera ezabatzen ari da ikasle honentzat: '{student_id}'.", + "Error": "Errorea", + "Error adding user": "Errorea erabiltzailea gehitzean", + "Error adding/removing users as beta testers.": "Errorea erabiltzaileak beta testatzaile gisa gehitzean/ezabatzean.", + "Error changing user's permissions.": "Errorea erabiltzailearen baimenak aldatzean.", + "Error enrolling/unenrolling users.": "Errorea erabiltzaileak matrikulatzean/desmatrikulatzean.", + "Error generating grades. Please try again.": "Errorea kalifikazioak sortzean. Mesedez, saiatu berriz.", + "Error generating list of students who may enroll. Please try again.": "Errorea matrikula daitezkeen ikasleen zerrenda sortzean. Mesedez, saiatu berriz.", + "Error generating problem grade report. Please try again.": "Errorea ariketaren txostena sortzean. Mesedez, saiatu berriz.", + "Error generating student profile information. Please try again.": "Errorea ikaslearen profilaren informazioa sortzean. Mesedez, saiatu berriz.", + "Error getting student list.": "Errorea ikasleen zerrenda sortzean.", + "Error importing course": "Errorea ikastaroa inportatzean", + "Error removing user": "Errorea erabiltzailea ezabatzean", + "Error sending email.": "Errorea e-posta bidaltzean.", + "Error while generating certificates. Please try again.": "Errorea ziurtagiriak sortzean. Mesedez, saiatu berriz.", + "Error.": "Errorea.", + "Error:": "Errorea:", + "Error: Connection with server failed.": "Errorea: zerbitzariarekin konektatzeak kale egin du.", + "Error: Import failed.": "Errorea: inportatzeak kale egin du.", + "Error: Uploading failed.": "Errorea: igotzeak kale egin du.", + "Error: You cannot remove yourself from the Instructor group!": "Errorea: Ezin duzu zeure burua Irakasle taldetik kendu!", + "Errors": "Erroreak", + "Exit full browser": "Irten pantaila osotik", + "Expand All": "Zabaldu guztiak", + "Expand Instructions": "Zabaldu argibideak", + "Explain if other.": "Azaldu, beste bat bada.", + "Explanation": "Azalpena", + "Explore Programs": "Arakatu programak", + "Explore your course!": "Arakatu zure ikastaroa!", + "February": "Otsaila", + "File": "Fitxategia", + "File Name": "Fitxategiaren izena", + "File types can not be empty.": "Fitxategi-motak ezin dira hutsik egon", + "Fill browser": "Zabaldu nabigatzailea", + "Filter": "Filtroa", + "Filter and sort topics": "Iragazi eta ordenatu gaiak", + "Final Grade": "Azken kalifikazioa", + "Financial Assistance Application": "Finantza-laguntzarako eskaria", + "Find": "Bilatu", + "Find a course": "Bilatu ikastaroa", + "Find and replace": "Bilatu eta ordezkatu", + "Find discussions": "Bilatu eztabaidak", + "Find next": "Bilatu hurrengoa", + "Find previous": "Bilatu aurrekoa", + "Finish": "Amaitu", + "First time here?": "Lehen aldia hemen?", + "Follow or unfollow posts": "Jarraitu mezuak edo utzi jarraitzeari", + "Font Family": "Letra-mota", + "Font Sizes": "Letra-tamaina", + "Footer": "Orripekoa", + "Format": "Formatua", + "Formats": "Formatuak", + "Frequently Asked Questions": "Maiz egiten diren galderak", + "Full Name": "Izen osoa", + "Full Profile": "Profil osoa", + "Fullscreen": "Pantaila osoa", + "Gender": "Sexua", + "General": "Orokorra", + "Generate": "Sortu", + "Generate the user's certificate": "Sortu erabiltzailearen ziurtagiria", + "Get Credit": "Lortu kreditua", + "Go Back": "Itzuli", + "Go to Dashboard": "Joan aginte-panelera", + "Go to my Dashboard": "Joan aginte-panelera", + "Go to your Dashboard": "Joan zure aginte-panelera", + "Go to {platform} Home": "Joan {platform} plataformako Hasierara", + "Grade": "Kalifikatu", + "Grading": "Kalifikazioa", + "Group %s": "%s taldea", + "Group A": "A taldea", + "Group B": "B taldea", + "Group Configuration ID": "Talde-ezarpenen IDa", + "Group Configuration Name": "Talde-ezarpenen izena", + "Group Configuration information": "Talde-ezarpenen informazioa", + "Group Configuration name is required.": "Talde-ezarpenen izena beharrezkoa da.", + "Group information": "Taldearen informazioa", + "Group name is required": "Taldearen izena beharrezkoa da", + "Groups": "Taldeak", + "H Align": "Lerrokadura horizontala", + "HTML source code": "HTML iturburu-kodea", + "Header": "Goiburua", + "Header 1": "1. goiburua", + "Header 2": "2. goiburua", + "Header 3": "3. goiburua", + "Header 4": "4. goiburua", + "Header 5": "5. goiburua", + "Header 6": "6. goiburua", + "Header cell": "Goiburuaren gelaxka", + "Headers": "Goiburuak", + "Heading": "Izenburua", + "Heading (Ctrl+H)": "Izenburua (Ctrl+H)", + "Heading 1": "1. izenburua", + "Heading 2": "2. izenburua", + "Heading 3": "3. izenburua", + "Heading 4": "4. izenburua", + "Heading 5": "5. izenburua", + "Heading 6": "6. izenburua", + "Headings": "izenburuak", + "Height": "Altuera", + "Hide": "Izkutatu", + "Hide Annotations": "Ezkutatu oharpenak", + "Hide Deprecated Settings": "Ezkutatu ezarpen zaharkituak", + "Hide Discussion": "Ezkutatu eztabaida", + "Hide Previews": "Ezkutatu aurreikusketak", + "Hide Timer": "Ezkutatu denbora", + "Hide closed captions": "Ezkutatu itxitako azpitituluak", + "Hide notes": "Ezkutatu oharrak", + "Hiding from Students": "Ikasleei ezkutatzen", + "High Definition": "Definizio altua", + "Highlighted text": "Nabarmendutako testua", + "Horizontal Rule (Ctrl+R)": "Marra horizontala (Ctrl+R)", + "Horizontal line": "Lerro horizontala", + "Horizontal space": "Espazio horizontala", + "How to use %(platform_name)s discussions": "Nola erabili %(platform_name)s eztabaidak", + "Hyperlink (Ctrl+L)": "Hiperesteka (Ctrl+L)", + "ID": "ID", + "Ignore": "Baztertu", + "Ignore all": "Baztertu guztiak", + "Image": "irudia", + "Image (Ctrl+G)": "Irudia (Ctrl+G)", + "Image Description": "Irudiaren deskribapena", + "Image Upload Error": "Errorea irudia kargatzean", + "Image description": "Irudiaren deskribapena", + "Image must be in PNG format": "Irudiak PNG formatua izan behar du", + "Image must be in PNG format.": "Irudiak PNG formatua izan behar du.", + "In Progress": "Lanean", + "Increase indent": "Handitu koska", + "Inline": "Linean", + "Insert": "Txertatu", + "Insert Hyperlink": "Txertatu esteka", + "Insert column after": "Txertatu zutabea ondoren", + "Insert column before": "Txertatu zutabea aurretik", + "Insert date/time": "Txertatu data/ordua", + "Insert image": "Txertatu irudia", + "Insert link": "Txertatu esteka", + "Insert row after": "Txertatu lerro ondoren", + "Insert row before": "Txertatu lerro aurretik", + "Insert table": "Txertatu taula", + "Insert template": "Txertatu txantiloia", + "Insert video": "Txertatu bideoa", + "Insert/Edit Image": "Txertatu/editatu irudia", + "Insert/edit image": "Txertatu/editatu irudia", + "Insert/edit link": "Txertatu/editatu esteka", + "Insert/edit video": "Txertatu/editatu bideoa", + "Instructor Name": "Irakaslearen izena", + "Instructor Photo": "Irakaslearen argazkia", + "Instructor Photo URL": "Irakaslearen argazkiaren URLa", + "Instructor tools": "Irakaslearen tresnak", + "Internal Server Error.": "Barneko zerbitzariaren errorea.", + "Invalidate Certificate": "Ziurtagiri baliogabea", + "Invalidated": "Baliogabetua", + "Invalidated By": "Ondokoak baligabetua: ", + "Is Visible To:": "Norentzat ikusgarri:", + "Italic": "Etzana", + "Italic (Ctrl+I)": "Letra etzana (Ctrl+I)", + "January": "Urtarrila", + "Join Team": "Bat egin taldearekin", + "Joined": "Erregistratze-data", + "Joined %(date)s": "Erregistratze-data: %(date)s", + "July": "Uztaila", + "June": "Ekaina", + "Justify": "Justifikatu", + "KB": "KB", + "Keywords": "Gako-hitzak", + "LEARN MORE": "IKASI GEHIAGO", + "Language": "Hizkuntza", + "Large": "Handia", + "Last Activity %(date)s": "Azken jarduera %(date)s", + "Last Edited:": "Azken aldaketa:", + "Last Updated": "Azken eguneraketa", + "Last activity {date}": "Azken jarduera: {date}", + "Last modified by": "Ondokoak egin du azken aldaketa:", + "Last updated": "Azken eguneraketa", + "Learn More": "Ikasi gehiago", + "Learn more about {license_name}": "Ikasi gehiago {license_name}-ri buruz", + "Learning Outcome": "Ikas-emaitza", + "Leave Team": "Utzi taldea", + "Leave this team?": "Talde hau utzi nahi duzu?", + "Left": "Ezkerra", + "Left to right": "Ezkerretik eskubitara", + "Legal name": "Izena", + "Less": "Gutxiago", + "Library User": "Liburutegi-erabiltzailea", + "License Type": "Lizentzia-mota", + "Limit Access": "Mugatu sarbidea", + "Limited Profile": "Profil mugatua", + "Link Description": "Estekaren deskribapena", + "Link Your Account": "Estekatu zure kontua", + "Link your {accountName} account": "Estekatu zure {accountName} kontuari", + "Linked Accounts": "Estekatutako kontuak", + "Linking": "Estekatzen", + "List item": "Zerrenda-elementua", + "Load all responses": "Bilatu erantzun guztiak", + "Loading": "Igotzen", + "Loading content": "Edukia igotzen", + "Loading more threads": "Hari gehiago igotzen", + "Loading your courses": "Zure ikastaroen bila", + "Location": "Kokapena", + "Location in Course": "Kokapena ikastaroan", + "Lock this asset": "Blokeatu baliabide hau", + "Lock/unlock file": "Blokeatu/desblokeatu fitxategia", + "Loud": "Altu", + "Low": "Baxu", + "Lower Alpha": "Lower Alpha", + "Lower Greek": "Lower Greek", + "Lower Roman": "Lower Roman", + "MB": "MB", + "Manage": "Kudeatu", + "Manage Learners": "Kudeatu ikasleak", + "Manual": "Eskuz", + "March": "Martxoa", + "Mark Exam As Completed": "Markatu azterketa osatutzat ", + "Mark enrollment code as unused": "Markatu matrikulazio-kodea erabili gabea gisa", + "Markdown Editing Help": "Markdown sintaxian editatzeko laguntza", + "Match case": "Maiuskula/minuskula", + "Maximum": "Gehienekoa", + "May": "Maiatza", + "Membership": "Partaidetza", + "Merge cells": "Batu gelaxkak", + "Message:": "Mezua:", + "Middle": "Erdia", + "Midnight": "Gauerdia", + "Minimum Score:": "Gutxieneko puntuazioa:", + "Module state successfully deleted.": "Moduluaren egoera egoki ezabatu da.", + "More": "Gehiago", + "Move": "Mugitu", + "Move: {displayName}": "Mugitu: {displayName}", + "Mute": "Isildu", + "Muted": "Isilduta", + "My Orders": "Nire eskaerak", + "My Team": "Nire taldea", + "N/A": "Ez da aplikatzen", + "Name": "Izena", + "Name of the certificate": "Ziurtagiriaren izena", + "Name of the signatory": "Sinatzailearen izena", + "Name or short description of the configuration": "Ezarpenen izena edo deskribapen laburra", + "New Address": "Helbide berria", + "New Password": "Pasahitz berria", + "New document": "Beste dokumentu bat", + "New enrollment mode:": "Matrikulazio-modu berria:", + "New window": "Beste lehio bat", + "Next": "Hurrengoa", + "Next Step: Confirm your identity": "Hurrengo aldia: berritsi zure nortasuna", + "Next: %(nextStepTitle)s": "Hurrengoa: %(nextStepTitle)s", + "No Content Group": "Ez dago eduki-multzorik", + "No Derivatives": "Aldaketarik gabeak", + "No Flash Detected": "Ez da Flash-ik aurkitu", + "No Webcam Detected": "Ez da webcam-ik aurkitu", + "No color": "Kolorerik ez", + "No description available": "Deskribapena ez dago eskuragarri", + "No prerequisite": "Ez dago aurrebaldintzarik", + "No receipt available": "Ordainagiria ez dago eskura", + "No results": "Ez dago emaitzarik", + "No results found for \"%(query_string)s\". Please try searching again.": "Ez da emaitzarik aurkitu honetarako: \"%(query_string)s\". Mesedez, saiatu berriz bilatzen.", + "No tasks currently running.": "Ez dago atazarik martxan.", + "No transcript uploaded.": "Ez da transkripzioa kargatu.", + "Nonbreaking space": "Espazio zuria", + "Noncommercial": "Ez komertziala", + "None": "Bat ere ez", + "Noon": "Eguerdia", + "Not Graded": "Kalifikatu gabea", + "Not Selected": "Aukeratu gabea", + "Not available": "Ez dago eskuragarri", + "Not in Use": "Erabili gabea", + "Not selected": "Aukeratu gabea", + "Not yet": "Oraindik ez", + "Note": "Oharra", "Note: You are %s hour ahead of server time.": [ - "Oharra: zerbitzariaren denborarekiko ordu %s aurrerago zaude", + "Oharra: zerbitzariaren denborarekiko ordu %s aurrerago zaude", "Oharra: zerbitzariaren denborarekiko %s ordu aurrerago zaude" - ], + ], "Note: You are %s hour behind server time.": [ - "Oharra: zerbitzariaren denborarekiko ordu %s atzerago zaude. ", + "Oharra: zerbitzariaren denborarekiko ordu %s atzerago zaude. ", "Oharra: zerbitzariaren denborarekiko %s ordu atzerago zaude. " - ], - "Notes": "Oharrak", - "Notes hidden": "Oharrak ezkutatu dira", - "November": "Azaroa", - "Now": "Orain", - "Number Sent": "Zenbakia bidali da", - "Number of Students": "Ikasle-kopurua", - "Numbered List (Ctrl+O)": "Zerrenda zenbakiduna (Ctrl+O)", - "OK": "Ondo", - "October": "Urria", - "One or more rescheduling tasks failed.": "Berriz programatutako ataza batek edo gehiagok egin du kale", - "Only properly formatted .csv files will be accepted.": "Egoki formateatutako .csv fitxategiak bakarrik onartuko dira.", - "Open/download this file": "Zabaldu/jaitsi fitxategi hau", - "Option Deleted": "Aukera ezabatu da", - "Order Details": "Aginduaren xehetasunak", - "Order History": "Eskabide-historia", - "Order Number": "Agindu-zenbakia", - "Organization": "Erakundea", - "Organization Name": "Erakundearen izena", - "Organization of the signatory": "Sinatzailearen erakundea", - "Other": "Bestelako bat", - "Password": "Pasahitza", - "Password assistance": "Pasahitzetarako laguntza", - "Peer": "Ikaskidea", - "Photo": "Argazkia", - "Photo ID": "Argazkiaren IDa", - "Please address the errors on this page first, and then save your progress.": "Mesedez, konpondu lehenengoz orri honetako erroreak, eta gero gorde zure aurrerapena.", - "Please correct the outlined fields.": "Mesedez, zuzendu markatutako eremuak.", - "Please do not use any spaces in this field.": "Mesedez, ez erabili espaziorik eremu honetan.", - "Please do not use any spaces or special characters in this field.": "Mesedez, ez erabili espaziorik edo karaktere berezirik eremu honetan.", - "Please enter a problem location.": "Mesedez, idatzi ariketaren kokapena.", - "Please enter a student email address or username.": "Mesedez, idatzi ikasle baten e-posta helbidea edo erabiltzaile-izena.", - "Please enter a username or email.": "Mesedez, idatzi erabiltzaile-izena edo e-posta.", - "Please verify that you have uploaded a valid image (PNG and JPEG).": "Mesedez, ziurtatu irudi egokia igo duzula (PNG ea JPEG).", - "Please verify that your webcam is connected and that you have allowed your browser to access it.": "Mesedez, ziurtatu zure webcam-a konektatuta dagoela eta zure nabigatzaileak bertarako sarbidea duela.", - "Please wait": "Itxaron, mesedez", - "Preferred Language": "Hobetsitako hizkuntza", - "Prevent students from generating certificates in this course?": "Galerazi ikasleei ikastaro honetarako ziurtagiriak sortzen?", - "Preview": "Aurreikusi", - "Preview Certificate": "Aurreikusi ziurtagiria", - "Previous": "Aurrekoa", - "Previous Uploads": "Aurreko igoerak", - "Professional Education": "Heziketa profesionala", - "Profile": "Profila", - "Profile Image": "Profil-irudia", - "Profile image for {username}": "{username} erabiltzailearentzako profil-irudia", - "Publish": "Argitaratu", - "Queued": "Ilaran", - "Read More": "Irakurri gehiago", - "Reason": "Arrazoia", - "Recent Activity": "Duela gutxiko aktibitatea", - "Redo (Ctrl+Shift+Z)": "Berregin (Ctrl+Shift+Z)", - "Redo (Ctrl+Y)": "Berregin (Ctrl+Y)", - "Release Date and Time": "Argitaratze-data eta ordua", - "Release Date:": "Argitaratze-data:", - "Release Time in UTC:": "Argitaratze-ordua UTC-n:", - "Release:": "Argitaratzea:", - "Remove": "Ezabatu", - "Remove all": "Kendu guztiak", - "Remove this team member?": "Hau taldetik kendu nahi duzu?", - "Removing": "Ezabatzen", - "Replace": "Ordezkatu", - "Requester": "Eskatzailea", - "Required field.": "Beharrezko eremua", - "Reset Password": "Berrezarri pasahitza", - "Retake Photo": "Berriz atera argazkia", - "Return and add email address": "Itzuli eta gehitu e-posta helbidea", - "Return to Your Dashboard": "Itzuli zure aginte-panelera", - "Review your info": "Berrikusi zure informazioa", - "Revoke access": "Kendu sarbidea", - "Save": "Gorde", - "Save Changes": "Gorde aldaketak", - "Save changes": "Gorde aldaketak", - "Saved cohort": "Gordetako kohortea", - "Saving": "Gordetzen", - "Saving your email preference": "Zure e-posta hobespenak gordetzen", - "Saving...": "Gordetzen", - "Search": "Bilatu", - "Search Results": "Bilaketaren emaitzak", - "Search all posts": "Bilatu mezu guztiak", - "Search teams": "Bilatu taldeak", - "Section": "Atala", - "Select a Content Group": "Aukeratu eduki-taldea", - "Select a chapter": "Aukeratu kapitulu bat", - "Select a cohort": "Aukeratu kohortea", - "Select a cohort to manage": "Aukeratu kudeatzeko kohortea", - "Selected tab": "Aukeratutako fitxa", - "Send to:": "Nori:", - "Sent By": "Nork bidalia", - "Sent By:": "Nork bidalia:", - "Sent To:": "Nori:", - "September": "Iraila", - "Server error.": "Zerbitzariaren errorea.", - "Settings": "Ezarpenak", - "Show": "Erakutsi", - "Show All": "Erakutsi guztiak", - "Show Deprecated Settings": "Erakutsi ezarpen zaharkituak", - "Show Discussion": "Erakutsi eztabaida", - "Show notes": "Erakutsi oharrak", - "Showing all responses": "Erantzun guztiak erakusten", - "Sign In": "Hasi saioa", - "Sign in": "Erregistratu", - "Signatory field(s) has invalid data.": "Sinatzailearen eremua(k) datu baliogabeak ditu", - "Some Rights Reserved": "Zenbait eskubide erreserbatuta", - "Sorry, no results were found.": "Barkatu, ez da emaitzarik aurkitu.", - "Sorted by": "Nork ordenatua", - "Staff": "Arduradunak", - "Staff Only": "Arduradunak baino ez", - "Start Date": "Hasiera-data", - "Start generating certificates for all students in this course?": "Hasi ikastaro honetako ikasle guztientzako ziurtagiriak sortzen?", - "Started": "Hasita", - "Starts": "Hasiko da", - "State": "Egoera", - "Status": "Egoera", - "Status of Your Response": "Zure erantzunaren egoera", - "Student": "Ikaslea", - "Studio:": "Studio:", - "Subject": "Gaia", - "Subject:": "Gaia:", - "Submit": "Bidali", - "Submitted": "Bidalita", - "Subsection": "Azpiatala", - "Success": "Ondo", - "Successfully enrolled and sent email to the following users:": "Egoki matrikulatu dira eta e-posta bidali zaie ondorengo erabiltzaileei: ", - "Successfully enrolled the following users:": "Egoki matrikulatu dira ondorengo erabiltzaileak:", - "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "Egoki bidali zaizkie matrikulazio e-postak ondorengo erabiltzaileei. Aukera izango dute matrikulatzeko identifikatzen direnean: ", - "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "Egoki bidali zaizkie matrikulazio e-postak ondorengo erabiltzaileei. Matrikulatu egingo ditugu identifikatzen direnean: ", - "Successfully unlinked.": "Esteka egoki kenduta.", - "Tags": "Etiketak", - "Tags:": "Etiketak:", - "Take Photo": "Atera argazkia", - "Take Your Photo": "Atera zure argazkia", - "Take a photo of your ID": "Egin argazkia zure ID-ari", - "Take me to the main course page": "Joan ikastaroaren orri nagusira", - "Take me to the main library page": "Joan ikastaroko liburutegiaren hasiera-orrira", - "Task ID": "Atazaren IDa", - "Task Progress": "Atazaren aurrerapena", - "Task Status": "Atazaren egoera", - "Task Type": "Ataza-mota", - "Task inputs": "Atazak", - "Team Description (Required) *": "Taldearen deskribapena (Beharrezkoa) *", - "Team Details": "Taldearen xehetasunak", - "Team Name (Required) *": "Taldearen izena (Beharrezkoa) *", - "Team Search": "Talde-bilaketa", - "Team description cannot have more than 300 characters.": "Taldearen deskribapenak ezin ditu 300 karaktere baino gehiago izan.", - "Team name cannot have more than 255 characters.": "Taldearen izenak ezin ditu 255 karaktere baino gehiago izan.", - "Teams": "Taldeak", - "Tell other learners a little about yourself: where you live, what your interests are, why you're taking courses, or what you hope to learn.": "Esan beste ikasleei zuri buruzko zerbait: non bizi zaren, zein interes duzun, zergatik ari zaren ikastaro honetan, edo zer ikastea espero duzun.", - "Terms of Service and Honor Code": "Zerbitzu-baldintzak eta Portaera-kodea", - "Textbook Name": "Testu-liburuaren izena", - "Textbook information": "Testu-liburuaren informazioa", - "The cohort cannot be added": "Kohortea ezin da gehitu", - "The cohort cannot be saved": "Kohortea ezin da gorde", - "The course end date must be later than the course start date.": "Ikastaroaren amaiera-datak ikastaroaren hasiera-data baino beranduagokoa izan behar du.", - "The course must have an assigned start date.": "Ikastaroak hasiera-data ezarrita izan behar du.", - "The course start date must be later than the enrollment start date.": "Ikastaroaren hasiera-datak matrikulazioaren hasiera-data baino beranduagokoa izan behar du.", - "The enrollment end date cannot be after the course end date.": "Matrikulazioaren amaiera-data ezin da izan ikastaroaren amaiera-data baino beranduagokoa.", - "The enrollment start date cannot be after the enrollment end date.": "Matrikulazioaren hasiera-data ezin da izan matrikulazioaren amaiera-data baino beranduagokoa.", - "The file must be at least {size} in size.": "Fitxategiak gutxienez {size} tamaina izan behar du.", - "The file must be smaller than {size} in size.": "Fitxategiak {size} baino handiagoa izan behar du.", - "The following email addresses and/or usernames are invalid:": "Ondorengo e-posta helbideak edota erabiltzaile-izenak ez dira egokiak:", - "The following errors were generated:": "Ondorengo erroreak sortu dira:", - "The following users are no longer enrolled in the course:": "Ondorengo erabiltzaileak dagoeneko ez dira matrikulatuta egongo ikastaroan:", - "The following warnings were generated:": "Ondorengo abixuak sortu dira:", - "The language that team members primarily use to communicate with each other.": "Elkarrekin komunikatzeko taldeko partaideek erabiltzen duten hizkuntza nagusia.", - "The selected content group does not exist": "Aukeratutako eduki-taldea ez da existitzen", - "The server could not be contacted.": "Ezin izan da zerbitzariarekin konektatu.", - "The submission could not be removed from the grading pool.": "Bidalketa ezin izan da kendu kalifikazio-taulatik.", - "There has been an error processing your survey.": "Errorea gertatu da zure inkesta prozesatzean.", - "There has been an error while exporting.": "Errorea gertatu da esportatzean.", - "There has been an error with your export.": "Errorea gertatu da esportazioan.", - "There is no email history for this course.": "Ez dago e-posten historiarik ikastaro honetarako.", - "There must be at least one group.": "Gutxienez talde bat izan behar da.", - "There was an error changing the user's role": "Errorea gertatu da erabiltzailearen rola aldatzean", - "There was an error obtaining email content history for this course.": "Errorea gertatu da e-posten historia lortzean ikastaro honetan.", - "There was an error obtaining email task history for this course.": "Errorea gertatu da e-posta bidezko lanen historia lortzean ikastaro honetan.", - "There was an error, try searching again.": "Errore bat gertatu da, saiatu berriz bilatzen.", - "These users were not added as beta testers:": "Erabiltzaile hauek ez dira gehitu dira beta testatzaile gisa:", - "These users were not removed as beta testers:": "Erabiltzaile hauek ez dira kendu beta testatzaile gisa:", - "These users were successfully added as beta testers:": "Erabiltzaile hauek ondo gehitu dira beta testatzaile gisa:", - "These users were successfully removed as beta testers:": "Erabiltzaile hauek ondo kendu dira beta testatzaile gisa:", - "These users will be allowed to enroll once they register:": "Erabiltzaile hauek aukera izango dute matrikulatzeko identifkatzen direnean:", - "These users will be enrolled once they register:": "Erabiltzaile hauek matirkulatu egingo ditugu identifikatzen direnean:", - "This Group Configuration is used in:": "Talde-ezarpen hau hemen erabiltzen ari da:", - "This action cannot be undone.": "Ekintza hau ezin berregin.", - "This assessment could not be submitted.": "Ebaluazio hau ezin izan da bidali.", - "This feedback could not be submitted.": "Feedback hau ezin izan da bidali.", - "This is the Description of the Group Configuration": "Hau da talde-ezarpenen deskribapena ", - "This is the Name of the Group Configuration": "Hau da talde-ezarpenen izena ", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Hau da aukeran dauden %s zerrenda. Hauetako zenbait aukera ditzakezu azpiko \nkaxan hautatu eta kutxen artean dagoen \"Aukeratu\" gezian klik eginez.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Hau da aukeratutako %s zerrenda. Hauetako zenbait ezaba ditzakezu azpiko kutxan hautatu eta bi kutxen artean dagoen \"Ezabatu\" gezian klik eginez.", - "This is the name of the group": "Hau taldearen izena da", - "This problem could not be saved.": "Ariketa hau ezin izan da gorde.", - "This problem has already been released. Any changes will apply only to future assessments.": "Ariketa hau dagoeneko argitaratu da. Beste edozein aldaketa geroagoko ebaluazioetan agertuko da.", - "This response could not be saved.": "Erantzun hau ezin izan da gorde.", - "This response could not be submitted.": "Erantzun hau ezin izan da bidali.", - "This response has been saved but not submitted.": "Erantzuna gorde da baina ez da bidali.", - "This response has not been saved.": "Erantzun hau ez da gorde.", - "This section could not be loaded.": "Atal hau ezin izan da kargatu.", - "This team does not have any members.": "Talde honek ez du partaiderik.", - "This team is full.": "Taldea beteta dago.", - "Time Sent": "Ordua bidali da", - "Time Sent:": "Ordua bidali da", - "Title of the signatory": "Sinatzailearen izenburua", - "Today": "Gaur", - "Tomorrow": "Bihar", - "Topic": "Gaia", - "Topics": "Gaiak", - "Total": "Denerakoa", - "Type": "Mota", - "Type into this box to filter down the list of available %s.": "Idatzi kutxa honetan erabilgarri dauden %s objektuak iragazteko.", - "URL": "URL", - "Undo (Ctrl+Z)": "Desegin (Ctrl+Z)", - "Undo Changes": "Desegin aldaketak", - "Ungraded": "Kalifikatu gabea", - "Unit": "Unitatea", - "Unit Name": "Unitatearen izena", - "Units": "Unitateak", - "Unknown": "Ezezaguna", - "Unlinking": "Esteka kentzen", - "Unnamed Option": "Izenik gabeko aukera", - "Update": "Eguneratu", - "Update team.": "Eguneratu taldea.", - "Updating with latest library content": "Liburutegiaren azken edukiarekin eguneratzen", - "Upgrade Deadline": "Eguneratu azken data", - "Upload": "Igo", - "Upload File": "Igo fitxategia", - "Upload New File": "Igo fitxategia", - "Upload New Transcript": "Igo beste transkripzio bat", - "Upload PDF": "Igo PDFa", - "Upload an image": "Igo irudia", - "Upload completed": "Igoera osatu da", - "Upload failed": "Igotzeak kale egin du", - "Upload instructor image.": "Igo irakaslearen irudia", - "Upload your course image.": "Igo ikastaroaren irudia", - "Uploading": "Igotzen", - "Used": "Erabilia", - "User Email": "Erabiltzailearen e-posta", - "Username": "Erabiltzaile-izena", - "Validation Error": "Balioztatze-errorea", - "Validation Error While Saving": "Balioztatze-errorea gordetzean", - "Verification Deadline": "Egiaztatzeko azken data", - "Verified": "Egiaztatuta", - "Verified Certificate": "Egiaztatutako ziurtagiria", - "Verify Now": "Egiaztatu orain!", - "Video ID": "Bideoaren IDa", - "View": "Ikusi", - "View %(span_start)s %(team_name)s %(span_end)s": "Ikusi %(span_start)s %(team_name)s %(span_end)s", - "View Cohort": "Ikusi kohortea", - "View Course": "Ikusi ikastaroa", - "View Teams in the %(topic_name)s Topic": "Ikusi %(topic_name)s gaiko taldeak", - "View all errors": "Ikusi errore guztiak", - "View my exam": "Ikusi azterketa", + ], + "Noted in:": "Oharra hemen egin da: ", + "Notes": "Oharrak", + "Notes hidden": "Oharrak ezkutatu dira", + "November": "Azaroa", + "Now": "Orain", + "Number Sent": "Zenbakia bidali da", + "Number of Students": "Ikasle-kopurua", + "Numbered List (Ctrl+O)": "Zerrenda zenbakiduna (Ctrl+O)", + "Numbered list": "Zerrenda zenbakiduna", + "OK": "Ondo", + "ORDER NAME": "Eskaeraren izena", + "ORDER NUMBER": "Eskaeraren zenbakia", + "ORDER PLACED": "Eskaera eginda", + "October": "Urria", + "Ok": "Ondo", + "One or more rescheduling tasks failed.": "Berriz programatutako ataza batek edo gehiagok egin du kale", + "Only properly formatted .csv files will be accepted.": "Egoki formateatutako .csv fitxategiak bakarrik onartuko dira.", + "Open Calculator": "Ireki kalkulagailua", + "Open language menu": "Ireki hizkuntza-menua", + "Open/download this file": "Zabaldu/jaitsi fitxategi hau", + "OpenAssessment Save Error": "Errorea OpenAssessment gordetzean", + "Option Deleted": "Aukera ezabatu da", + "Optional Characteristics": "Hautazko ezaugarria", + "Order Details": "Aginduaren xehetasunak", + "Order History": "Eskabideen historia", + "Order No.": "Agindu-zenbakia", + "Order Number": "Agindu-zenbakia", + "Organization": "Erakundea", + "Organization Name": "Erakundearen izena", + "Organization of the signatory": "Sinatzailearen erakundea", + "Organization:": "Erakundea:", + "Other": "Bestelako bat", + "Page break": "Orri-jauzia", + "Pagination": "Orrikatu", + "Paragraph": "Paragrafoa", + "Password": "Pasahitza", + "Password Status": "Pasahitzaren egoera", + "Password assistance": "Pasahitzetarako laguntza", + "Password is incorrect": "Pasahitza okerra da", + "Passwords do not match.": "Pasahitza ez da bat.", + "Paste": "Itsatsi", + "Paste as text": "Itsatsi testu gisa", + "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Itsasteko funtzioa testu lau gisa dago ezarrita une honetan. Edukiak testu lau gisa itsatsiko dira ezarpen hau aldatu arte.", + "Paste row after": "Itsatsi lerroa ondoren", + "Paste row before": "Itsatsi lerroa aurretik", + "Paste your embed code below:": "Itsatsi azpian enbotatu duzun kodea:", + "Pause": "Pausa", + "Peer": "Ikaskidea", + "Photo": "Argazkia", + "Photo ID": "Argazkiaren IDa", + "Play": "Erreproduzitu", + "Play video": "Erreproduzitu bideoa", + "Please Note": "Hartu kontuan", + "Please add at least one chapter": "Gehitu gutxienez atal bat", + "Please address the errors on this page first, and then save your progress.": "Mesedez, konpondu lehenengoz orri honetako erroreak, eta gero gorde zure aurrerapena.", + "Please correct the outlined fields.": "Mesedez, zuzendu markatutako eremuak.", + "Please do not use any spaces in this field.": "Mesedez, ez erabili espaziorik eremu honetan.", + "Please do not use any spaces or special characters in this field.": "Mesedez, ez erabili espaziorik edo karaktere berezirik eremu honetan.", + "Please enter a problem location.": "Mesedez, idatzi ariketaren kokapena.", + "Please enter a student email address or username.": "Mesedez, idatzi ikasle baten e-posta helbidea edo erabiltzaile-izena.", + "Please enter a username or email.": "Mesedez, idatzi erabiltzaile-izena edo e-posta.", + "Please re-enter your password.": "Mesedez, idatzi berriz pasahitza.", + "Please verify that you have uploaded a valid image (PNG and JPEG).": "Mesedez, ziurtatu irudi egokia igo duzula (PNG ea JPEG).", + "Please verify that your webcam is connected and that you have allowed your browser to access it.": "Mesedez, ziurtatu zure webcam-a konektatuta dagoela eta zure nabigatzaileak bertarako sarbidea duela.", + "Please wait": "Itxaron, mesedez", + "Plugins": "Pluginak", + "Poster": "Posterra", + "Pre": "Aurrekoa", + "Preferred Language": "Hobetsitako hizkuntza", + "Preformatted": "Aurreformateatua", + "Prerequisite:": "Aurrebaldintza:", + "Prev": "Aurreik.", + "Prevent students from generating certificates in this course?": "Galerazi ikasleei ikastaro honetarako ziurtagiriak sortzen?", + "Preview": "Aurreikusi", + "Preview Certificate": "Aurreikusi ziurtagiria", + "Previous": "Aurrekoa", + "Previous Uploads": "Aurreko igoerak", + "Print": "Inprimatu", + "Processing Re-run Request": "Ikastaroa berriz emateko eskaria prozesatzen", + "Product Name": "Produktuaren izena", + "Professional Education": "Heziketa profesionala", + "Profile": "Profila", + "Profile Image": "Profil-irudia", + "Profile Visibility:": "Profilaren ikusgarritasuna:", + "Profile image for {username}": "{username} erabiltzailearentzako profil-irudia", + "Publish": "Argitaratu", + "Publishing": "Argitaratzen", + "Queued": "Ilaran", + "REMAINING COURSES": "GERATZEN DIREN IKASTAROAK", + "Re-run Course": "Errepikatu ikastaroa", + "Read More": "Irakurri gehiago", + "Read more": "Irakurri gehiago", + "Ready To Start": "Hasteko prest", + "Ready To Submit": "Bidaltzeko prest", + "Reason": "Arrazoia", + "Reason for change:": "Aldatzeko arrazoia:", + "Receive updates": "Jaso eguneraketak", + "Recent Activity": "Duela gutxiko aktibitatea", + "Redo": "Berregin", + "Redo (Ctrl+Shift+Z)": "Berregin (Ctrl+Shift+Z)", + "Redo (Ctrl+Y)": "Berregin (Ctrl+Y)", + "Regenerate": "Sortu berriz", + "Regenerate the user's certificate": "Sortu berriz erabiltzailearen ziurtagiria", + "Release Date and Time": "Argitaratze-data eta ordua", + "Release Date:": "Argitaratze-data:", + "Release Time in UTC:": "Argitaratze-ordua UTC-n:", + "Release:": "Argitaratzea:", + "Remove": "Ezabatu", + "Remove all": "Kendu guztiak", + "Remove chapter %(chapterDisplayName)s": "Ezabatu %(chapterDisplayName)s atala", + "Remove file": "Ezabatu fitxategia", + "Remove from Invalidation Table": "Ezabatu baliogabetuen taulatik", + "Remove from List": "Ezabatu zerrendatik", + "Remove link": "Ezabatu esteka", + "Remove subsection %(subsectionDisplayName)s": "Ezabatu %(subsectionDisplayName)sazpiatala", + "Remove this team member?": "Hau taldetik kendu nahi duzu?", + "Remove unit %(unitName)s": "Ezabatu %(unitName)s unitatea", + "Removing": "Ezabatzen", + "Replace": "Ordezkatu", + "Replace all": "Ordezkatu guztia", + "Replace with": "Ordezkatu honekin", + "Reply to Annotation": "Erantzun oharpenari", + "Requester": "Eskatzailea", + "Required": "Beharrezkoa", + "Required field.": "Beharrezko eremua", + "Reset My Password": "Berrezarri nire pasahitza", + "Reset Password": "Berrezarri pasahitza", + "Reset Your Password": "Berrezarri zure pasahitza", + "Restore last draft": "Berreskuratu azken zirriborroa", + "Retake Photo": "Berriz atera argazkia", + "Return and add email address": "Itzuli eta gehitu e-posta helbidea", + "Return to Your Dashboard": "Itzuli zure aginte-panelera", + "Review your info": "Berrikusi zure informazioa", + "Revoke access": "Kendu sarbidea", + "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Testu-eremu aberastua. Sakatu ALT-F9 menurako. Sakatu ALT-F10 tresna-barrarako. Sakatu ALT-0 laguntzarako.", + "Right": "Eskubia", + "Right to left": "Eskubitik ezkerretara", + "Robots": "Robotak", + "Row": "Lerroa", + "Row group": "Errenkada-taldea", + "Row properties": "Lerroaren ezarpenak", + "Row type": "Lerro mota", + "Rows": "Lerroak", + "Save": "Gorde", + "Save Changes": "Gorde aldaketak", + "Save changes": "Gorde aldaketak", + "Saved cohort": "Gordetako kohortea", + "Saving": "Gordetzen", + "Saving your email preference": "Zure e-posta hobespenak gordetzen", + "Saving...": "Gordetzen", + "Scope": "Esparrua", + "Search": "Bilatu", + "Search Results": "Bilaketaren emaitzak", + "Search all posts": "Bilatu mezu guztiak", + "Search teams": "Bilatu taldeak", + "Search the {platform} Help Center": "Bilatu {platform} plataformako Laguntza-zentroa", + "Section": "Atala", + "Sections": "Atalak", + "Security": "Segurtasuna", + "Select": "Aukeratu", + "Select Session": "Aukeratu saioa", + "Select a Content Group": "Aukeratu eduki-multzoa", + "Select a chapter": "Aukeratu kapitulu bat", + "Select a cohort": "Aukeratu kohortea", + "Select a cohort to manage": "Aukeratu kudeatzeko kohortea", + "Select a group type": "Aukeratu talde-mota", + "Select a session:": "Aukeratu saioa:", + "Select a subject for your support request.": "Aukeratu laguntza-eskaeraren gaia.", + "Select all": "Aukeratu guztiak", + "Select language": "Aukeratu hizkuntza", + "Select one or more groups:": "Aukera talde bat edo gehiago:", + "Selected tab": "Aukeratutako fitxa", + "Send to:": "Nori:", + "Sent By": "Nork bidalia", + "Sent By:": "Nork bidalia:", + "Sent To:": "Nori:", + "September": "Iraila", + "Sequence error! Cannot navigate to %(tab_name)s in the current SequenceModule. Please contact the course staff.": "Sequence error! Cannot navigate to %(tab_name)s in the current SequenceModule. Please contact the course staff.", + "Server error.": "Zerbitzariaren errorea.", + "Set Access": "Ezarri sarbidea", + "Settings": "Ezarpenak", + "Share": "Partekatu", + "Share Alike": "Share Alike", + "Short explanation": "Azalpen laburra", + "Show": "Erakutsi", + "Show All": "Erakutsi guztiak", + "Show Annotations": "Erakutsi oharpenak", + "Show Deprecated Settings": "Erakutsi ezarpen zaharkituak", + "Show Discussion": "Erakutsi eztabaida", + "Show Less": "Erakutsi gutxiago", + "Show More": "Erakutsi gehiago", + "Show Previews": "Erakutsi aurreikusketak", + "Show blocks": "Erakutsi blokeak", + "Show invisible characters": "Erakutsi ezkutuko karaktereak", + "Show notes": "Erakutsi oharrak", + "Showing all responses": "Erantzun guztiak erakusten", + "Sign In": "Hasi saioa", + "Sign in": "Erregistratu", + "Sign in to {platform} so we can help you better.": "Hasi saioa {platform} plataforman laguntza hobea eman ahal izateko.", + "Sign in.": "Hasi saioa.", + "Signatory field(s) has invalid data.": "Sinatzailearen eremua(k) datu baliogabeak ditu", + "Skip": "Jauzi", + "Some Rights Reserved": "Zenbait eskubide erreserbatuta", + "Sorry, no results were found.": "Barkatu, ez da emaitzarik aurkitu.", + "Sorted by": "Nork ordenatua", + "Source": "Iturburua", + "Source code": "Iturburu-kodea", + "Special character": "Karaktere bereziak", + "Speed": "Abiadura", + "Spellcheck": "Zuzenketa ortografikoa", + "Split cell": "Zatitu gelaxka", + "Square": "Karratua", + "Staff": "Arduradunak", + "Staff Only": "Arduradunak baino ez", + "Start Date": "Hasiera-data", + "Start generating certificates for all students in this course?": "Hasi ikastaro honetako ikasle guztientzako ziurtagiriak sortzen?", + "Start of transcript. Skip to the end.": "Transkripzioaren hasiera. Egin jauzi amaierara.", + "Start search": "Hasi bilaketa", + "Started": "Hasita", + "Starts": "Hasiera", + "Starts: %(start_date)s": "Hasiera: %(start_date)s", + "State": "Egoera", + "Status": "Egoera", + "Status of Your Response": "Zure erantzunaren egoera", + "Strikethrough": "Marratua", + "Student": "Ikaslea", + "Student email or username": "Ikaslearen e-posta edo erabiltzaile-izena", + "Studio's having trouble saving your work": "Studiok arazoak ditu zure lana gordetzeko", + "Studio:": "Studio:", + "Style": "Estiloa", + "Subject": "Gaia", + "Subject:": "Gaia:", + "Submission aborted! Sorry, your browser does not support file uploads. If you can, please use Chrome or Safari which have been verified to support file uploads.": "Bidalketa bertan behera geratu da! Zure nabigatzaileak ez du fitxategiak kargatzea onartzen. Ahal baduzu, erabili Chrome edo Safari zeren horiek egiaztatu baitute fitxategiak kargatzen dituztela.", + "Submit": "Bidali", + "Submit Application": "Bidali eskaria", + "Submit enrollment change": "Bidali matrikulazio-aldaketa", + "Submitted": "Bidalita", + "Subscript": "Harpidetu", + "Subsection": "Azpiatala", + "Subsections": "Azpiatalak", + "Success": "Ondo", + "Successfully enrolled and sent email to the following users:": "Egoki matrikulatu dira eta e-posta bidali zaie ondorengo erabiltzaileei: ", + "Successfully enrolled the following users:": "Egoki matrikulatu dira ondorengo erabiltzaileak:", + "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "Egoki bidali zaizkie matrikulazio e-postak ondorengo erabiltzaileei. Aukera izango dute matrikulatzeko identifikatzen direnean: ", + "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "Egoki bidali zaizkie matrikulazio e-postak ondorengo erabiltzaileei. Matrikulatu egingo ditugu identifikatzen direnean: ", + "Successfully unlinked.": "Esteka egoki kenduta.", + "Superscript": "Goi-indizea", + "TOTAL": "DENERA", + "Table": "Taula", + "Table properties": "Taularen propietateak", + "Tags": "Etiketak", + "Tags:": "Etiketak:", + "Take Photo": "Atera argazkia", + "Take Your Photo": "Atera zure argazkia", + "Take a Photo of Your ID": "Egin argazkia zure ID-ari", + "Take a photo of your ID": "Egin argazkia zure ID-ari", + "Take me to the main course page": "Joan ikastaroaren orri nagusira", + "Take me to the main library page": "Joan ikastaroko liburutegiaren hasiera-orrira", + "Target": "Helburua", + "Task ID": "Atazaren IDa", + "Task Progress": "Atazaren aurrerapena", + "Task Status": "Atazaren egoera", + "Task Type": "Ataza-mota", + "Task inputs": "Atazak", + "Team Description (Required) *": "Taldearen deskribapena (Beharrezkoa) *", + "Team Details": "Taldearen xehetasunak", + "Team Name (Required) *": "Taldearen izena (Beharrezkoa) *", + "Team Search": "Talde-bilaketa", + "Team capacity": "Taldearen gaitasuna", + "Team description cannot have more than 300 characters.": "Taldearen deskribapenak ezin ditu 300 karaktere baino gehiago izan.", + "Team member profiles": "Taldekideen profilak", + "Team name cannot have more than 255 characters.": "Taldearen izenak ezin ditu 255 karaktere baino gehiago izan.", + "Teams": "Taldeak", + "Tell other learners a little about yourself: where you live, what your interests are, why you're taking courses, or what you hope to learn.": "Esan beste ikasleei zuri buruzko zerbait: non bizi zaren, zein interes duzun, zergatik ari zaren ikastaro honetan, edo zer ikastea espero duzun.", + "Templates": "Txantiloiak", + "Terms of Service and Honor Code": "Zerbitzu-baldintzak eta Portaera-kodea", + "Text color": "Testuaren kolorea", + "Text to display": "Erakusteko testua", + "Textbook Name": "Testu-liburuaren izena", + "Textbook information": "Testu-liburuaren informazioa", + "Textbook name is required": "Testu-liburuaren izena beharrezkoa da", + "Thank you %(full_name)s! We have received your payment for %(course_name)s.": "Eskerrik asko %(full_name)s! Zure ordainketa jaso dugu %(course_name)s dela-eta.", + "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "Badirudi sartu duzun URL-a e-posta helbidea dela. Nahi al duzu beharrrezko den mailto: aurrizkia gehitzea?", + "The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": "Badirudi sartu duzun URL-a kanporako esteka dela. Nahi al duzu beharrezko den http:// aurrizkia gehitzea?", + "The cohort cannot be added": "Kohortea ezin da gehitu", + "The cohort cannot be saved": "Kohortea ezin da gorde", + "The course end date must be later than the course start date.": "Ikastaroaren amaiera-datak ikastaroaren hasiera-data baino beranduagokoa izan behar du.", + "The course must have an assigned start date.": "Ikastaroak hasiera-data ezarrita izan behar du.", + "The course start date must be later than the enrollment start date.": "Ikastaroaren hasiera-datak matrikulazioaren hasiera-data baino beranduagokoa izan behar du.", + "The enrollment end date cannot be after the course end date.": "Matrikulazioaren amaiera-data ezin da izan ikastaroaren amaiera-data baino beranduagokoa.", + "The enrollment start date cannot be after the enrollment end date.": "Matrikulazioaren hasiera-data ezin da izan matrikulazioaren amaiera-data baino beranduagokoa.", + "The file must be at least {size} in size.": "Fitxategiak gutxienez {size} tamaina izan behar du.", + "The file must be smaller than {size} in size.": "Fitxategiak {size} baino handiagoa izan behar du.", + "The following email addresses and/or usernames are invalid:": "Ondorengo e-posta helbideak edota erabiltzaile-izenak ez dira egokiak:", + "The following errors were generated:": "Ondorengo erroreak sortu dira:", + "The following users are no longer enrolled in the course:": "Ondorengo erabiltzaileak dagoeneko ez dira matrikulatuta egongo ikastaroan:", + "The following warnings were generated:": "Ondorengo abixuak sortu dira:", + "The grading process is still running. Refresh the page to see updates.": "Kalifikazio-prozesua abian da. Eguneratu orria azken emaitzak ikusteko.", + "The language that team members primarily use to communicate with each other.": "Elkarrekin komunikatzeko taldeko partaideek erabiltzen duten hizkuntza nagusia.", + "The more you tell us, the more quickly and helpfully we can respond!": "Zenbat eta gehiago esan, orduan eta azkarrago eta hobeto erantzungo dizugu!", + "The selected content group does not exist": "Aukeratutako eduki-taldea ez da existitzen", + "The server could not be contacted.": "Ezin izan da zerbitzariarekin konektatu.", + "The submission could not be removed from the grading pool.": "Bidalketa ezin izan da kendu kalifikazio-taulatik.", + "There has been an error processing your survey.": "Errorea gertatu da zure inkesta prozesatzean.", + "There has been an error while exporting.": "Errorea gertatu da esportatzean.", + "There has been an error with your export.": "Errorea gertatu da esportazioan.", + "There is no email history for this course.": "Ez dago e-posten historiarik ikastaro honetarako.", + "There must be at least one group.": "Gutxienez talde bat izan behar da.", + "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "Arazoa gerttau da txostena sortzean. Aukeratu \"Sortu laburpena\" berriz ere saiatzeko. ", + "There was an error changing the user's role": "Errorea gertatu da erabiltzailearen rola aldatzean", + "There was an error during the upload process.": "Errorea gertatu da kargatze-prozesuan", + "There was an error obtaining email content history for this course.": "Errorea gertatu da e-posten historia lortzean ikastaro honetan.", + "There was an error obtaining email task history for this course.": "Errorea gertatu da e-posta bidezko lanen historia lortzean ikastaro honetan.", + "There was an error while importing the new course to our database.": "Errorea gertatu da ikastaro berria gure datu-basera inportatzean.", + "There was an error while importing the new library to our database.": "Errorea gertatu da liburutegi berria gure datu-basera inportatzean.", + "There was an error with the upload": "Errorea gertatu da igotzean", + "There was an error, try searching again.": "Errore bat gertatu da, saiatu berriz bilatzen.", + "These users were not added as beta testers:": "Erabiltzaile hauek ez dira gehitu dira beta testatzaile gisa:", + "These users were not removed as beta testers:": "Erabiltzaile hauek ez dira kendu beta testatzaile gisa:", + "These users were successfully added as beta testers:": "Erabiltzaile hauek ondo gehitu dira beta testatzaile gisa:", + "These users were successfully removed as beta testers:": "Erabiltzaile hauek ondo kendu dira beta testatzaile gisa:", + "These users will be allowed to enroll once they register:": "Erabiltzaile hauek aukera izango dute matrikulatzeko identifkatzen direnean:", + "These users will be enrolled once they register:": "Erabiltzaile hauek matirkulatu egingo ditugu identifikatzen direnean:", + "This Group Configuration is used in:": "Talde-ezarpen hau hemen erabiltzen ari da:", + "This action cannot be undone.": "Ekintza hau ezin berregin.", + "This assessment could not be submitted.": "Ebaluazio hau ezin izan da bidali.", + "This browser cannot play .mp4, .ogg, or .webm files.": "Nabigatzaile honek ezin du erakutsi .mp4, .ogg edo .webm fitxategirik.", + "This catalog's courses:": "Katalogoko ikastaroak:", + "This feedback could not be submitted.": "Feedback hau ezin izan da bidali.", + "This is the Description of the Group Configuration": "Hau da talde-ezarpenen deskribapena ", + "This is the Name of the Group Configuration": "Hau da talde-ezarpenen izena ", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Hau da aukeran dauden %s zerrenda. Hauetako zenbait aukera ditzakezu azpiko \nkaxan hautatu eta kutxen artean dagoen \"Aukeratu\" gezian klik eginez.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Hau da aukeratutako %s zerrenda. Hauetako zenbait ezaba ditzakezu azpiko kutxan hautatu eta bi kutxen artean dagoen \"Ezabatu\" gezian klik eginez.", + "This is the name of the group": "Hau taldearen izena da", + "This may be happening because of an error with our server or your internet connection. Try refreshing the page or making sure you are online.": "Zure zerbitzarearen edo zure interneteko konexioaren arazo batengatik gertatuko zen hau agian. Saiatu orria freskatzen eta ziurtatu on-line zaudela.", + "This problem could not be saved.": "Ariketa hau ezin izan da gorde.", + "This problem has already been released. Any changes will apply only to future assessments.": "Ariketa hau dagoeneko argitaratu da. Beste edozein aldaketa geroagoko ebaluazioetan agertuko da.", + "This problem has been reset.": "Ariketa hau berrabiarazi da.", + "This response could not be saved.": "Erantzun hau ezin izan da gorde.", + "This response could not be submitted.": "Erantzun hau ezin izan da bidali.", + "This response has been saved but not submitted.": "Erantzuna gorde da baina ez da bidali.", + "This response has not been saved.": "Erantzun hau ez da gorde.", + "This section could not be loaded.": "Atal hau ezin izan da kargatu.", + "This team does not have any members.": "Talde honek ez du partaiderik.", + "This team is full.": "Taldea beteta dago.", + "This {parentCategory} has no {childCategory}": "{parentCategory} honek ez du {childCategory}", + "Time Sent": "Ordua bidali da", + "Time Sent:": "Ordua bidali da", + "Title": "Izenburua", + "Title of the signatory": "Sinatzailearen izenburua", + "To access the course, select a session.": "Ikastarora joateko, aukeratu saioa.", + "Today": "Gaur", + "Tomorrow": "Bihar", + "Tools": "Tresnak", + "Top": "Gora", + "Topic": "Gaia", + "Topics": "Gaiak", + "Total": "Denerakoa", + "Transcript Languages": "Transkripzio-hizkuntzak", + "Transcripts": "Transkripzioak", + "Try this practice exam again": "Saiatu berriz praktika-azterketa hau egiten", + "Try using a different browser, such as Google Chrome.": "Saiatu beste nabigatzaile bat erabilita, Google Chrome adibidez.", + "Turn off transcripts": "Desgaitu transkripzioak", + "Turn on closed captioning": "Gaitu itxitako azpitituluak", + "Turn on transcripts": "Gaitu transkripzioak", + "Type": "Mota", + "Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "Idatzi URL bat edo erabili \"Aukeratu fitxategia\" botoia irufi bat zure ordenagailutik kargatzeko. (adibidez, 'http://example.com/img/clouds.jpg')", + "Type into this box to filter down the list of available %s.": "Idatzi kutxa honetan erabilgarri dauden %s objektuak iragazteko.", + "URL": "URL", + "Unable to delete account": "Ezin izan da kontua ezabatu", + "Underline": "Azpimarratua", + "Undo": "Desegin", + "Undo (Ctrl+Z)": "Desegin (Ctrl+Z)", + "Undo Changes": "Desegin aldaketak", + "Unexpected server error.": "Espero gabeko zerbitzariaren errorea.", + "Ungraded": "Kalifikatu gabea", + "Unit": "Unitatea", + "Unit Name": "Unitatearen izena", + "Units": "Unitateak", + "Unknown": "Ezezaguna", + "Unknown username: {user}": "Erabiltzaile-izen ezezaguna: {user}", + "Unlink This Account": "Kendu esteka kontuari", + "Unlinking": "Esteka kentzen", + "Unmute": "Desmututu", + "Unnamed Option": "Izenik gabeko aukera", + "Unscheduled": "Programatu gabea", + "Update": "Eguneratu", + "Update Settings": "Eguneratu ezarpenak", + "Update team.": "Eguneratu taldea.", + "Updating with latest library content": "Liburutegiaren azken edukiarekin eguneratzen", + "Upgrade Deadline": "Eguneratu azken data", + "Upload": "Kargatu", + "Upload File": "Kargatu fitxategia", + "Upload File and Assign Students": "Kargatu fitxategia eta esleitu ikasleei", + "Upload Memberships": "Kargatu partaidetza", + "Upload New File": "Kargatu beste fitxategi bat", + "Upload New Transcript": "Igo beste transkripzio bat", + "Upload PDF": "Kargatu PDFa", + "Upload Photo": "Kargatu argazkia", + "Upload Signature Image": "Kargatu sinaduraren irudia", + "Upload Videos": "Kargatu bideoak", + "Upload a CSV file": "Kargatu CSV fitxategia", + "Upload an image": "Kargatu irudia", + "Upload completed": "Igoera osatu da", + "Upload failed": "Kargatzeak kale egin du", + "Upload instructor image.": "Kargatu irakaslearen irudia", + "Upload signature image.": "Kargatu sinaduraren irudia", + "Upload translation": "Kargatu itzulpena", + "Upload your course image.": "Kargatu ikastaroaren irudia", + "Uploading": "Kargatzen", + "Upper Alpha": "Alfa maiuskula", + "Upper Roman": "Letra erromatar larria", + "Url": "URLa", + "Use as a Prerequisite": "Erabil aurrebaldintza gisa", + "Used": "Erabilia", + "User Email": "Erabiltzailearen e-posta", + "Username": "Erabiltzaile-izena", + "Username or email address": "Erabiltzaie-izena edo e-posta:", + "V Align": "Lerrokadura bertikala", + "Validation Error": "Balioztatze-errorea", + "Validation Error While Saving": "Balioztatze-errorea gordetzean", + "Verification Deadline": "Egiaztatzeko azken data", + "Verified": "Egiaztatuta", + "Verified Certificate": "Egiaztatutako ziurtagiria", + "Verify Now": "Egiaztatu orain!", + "Version": "Bertsioa", + "Vertical space": "Espazio bertikala", + "Very loud": "Oso altu", + "Very low": "Oso baxu", + "Video ID": "Bideoaren IDa", + "Video ended": "Bideoa amaitu da", + "Video position": "Bideoaren kokapena", + "Video speed: ": "Bideoaren abiadura:", + "Video transcript": "Bideoaren transkripzioa", + "View": "Ikusi", + "View Cohort": "Ikusi kohortea", + "View Course": "Ikusi ikastaroa", + "View Current Team Memberships": "Ikusi oraingo taldekideak", + "View Live": "Ikusi zuzenean", + "View Program Record": "Ikusi programaren erregistroa ", + "View all errors": "Ikusi errore guztiak", + "View child items": "Ikusi beheragoko elementuak", + "View my exam": "Ikusi azterketa", "Viewing %s course": [ - "Ikastaro %s ikusten", + "Ikastaro %s ikusten", "%s ikastaro ikusten" - ], - "Visibility": "Ikuspena", - "Warning": "Kontuz", - "Warnings": "Abisuak", - "We've encountered an error. Refresh your browser and then try again.": "Errore bat aurkitu dugu. Frekatu zure nabigatzailea eta saiatu berriz.", - "Web:": "Web:", - "Webcam": "Web-kamera", - "What does this mean?": "Zer esan nahi du honek?", - "Will Be Visible To:": "Norentzat izango da ikusgarri:", - "Year of Birth": "Jaiotze-urtea", - "Yesterday": "Atzo", - "You are a member of this team.": "Talde honetako partaidea zara.", - "You are currently sharing a limited profile.": "Une honetan profil mugatua partekatzen ari zara.", - "You are not currently a member of any team.": "Une honetan ez zara inongo taldetako partaide.", - "You are now enrolled as a verified student for:": "Orain egiaztatutkao ikasle gisa matrikulatu zara hemen:", - "You did not select a content group": "Ez duzu eduki-taldea aukeratu", - "You don't seem to have a webcam connected.": "Ez du ematen webcam-ik duzunik konektatuta.", - "You have already verified your ID!": "Dagoeneko zure IDa egiaztatuta dago!", - "You have no handouts defined": "Ez duzu apunterik zehaztu", - "You have not created any certificates yet.": "Ez duzu oraindik ziurtagiririk sortu.", - "You have not created any content groups yet.": "Ez duzu oraindik eduki-talderik sortu.", - "You have not created any group configurations yet.": "Oraindik ez duzu talde-ezarpenik sortu.", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Ekintza bat hautatu duzu, baina ez duzu inongo aldaketarik egin eremuetan. Litekeena da, Gorde botoia beharrean Aurrera botoiaren bila aritzea.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Ekintza bat hautatu duzu, baina oraindik ez duzu eremuetako aldaketak gorde. Mesedez, sakatu OK gordetzeko. Ekintza berriro exekutatu beharko duzu.", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Gorde gabeko aldaketak dauzkazu eremuetan. Ekintza bat exekutatzen baduzu, gorde gabeko aldaketak galduko dira.", - "You haven't added any assets to this course yet.": "Oraindik ez duzu baliabiderik gehitu ikastaro honetara.", - "You haven't added any content to this course yet.": "Oraindik ez duzu edukirik gehitu ikastaro honetara.", - "You haven't added any textbooks to this course yet.": "Oraindik ez duzu testu-libururik gehitu ikastaro honetara.", - "You must specify a name for the cohort": "Kohortearen izena zehaztu behar duzu", - "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "Zeregin honetarako erantzuna bidaltzear zaude. Bidali ondoren, ezin izango duzu aldatu edo beste bat bidali.", - "You've made some changes": "Hainbat aldaketa egin dituzu", - "You've made some changes, but there are some errors": "Aldaketa batzuk egin dituzu, baina hainbat errore gertatu dira", - "Your changes have been saved.": "Zure aldaketak ondo gorde dira", - "Your donation could not be submitted.": "Ezin izan da dohaintza bidali.", - "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "'{file}' fitxategia igo da. Prozesuak minutu batzuk iraun ditzake.", - "Your file could not be uploaded": "Fitxategia ezin izan igo", - "Your file has been deleted.": "Zure fitxategia ezabatu da.", - "Your message cannot be blank.": "Zure mezua ezin da hutsik egon.", - "Your message must have a subject.": "Zure mezuak gaia izan behar du.", - "Your post will be discarded.": "Zure mezua baztertuko da.", - "Your request could not be completed. Reload the page and try again.": "Zure eskaria ezin izan da osatu. Kargatu berriz orria eta saiatu berriz.", - "Your team could not be created.": "Zure taldea ezin izan da sortu.", - "Your team could not be updated.": "Zure taldea ezin izan da eguneratu.", - "Your upload of '{file}' failed.": "'{file}' ez duzu egoki igo.", - "Your upload of '{file}' succeeded.": "Egoki igo duzu '{file}'.", - "Zoom In": "Hurbildu", - "Zoom Out": "Urrundu", - "[no tags]": "[etiketarik ez]", - "and others": "eta beste batzuk", - "anonymous": "anonimoa", - "bytes": "byte", - "certificate": "ziurtagiria", - "close": "itxi", - "component": "osagaia", - "content group": "eduki-taldea", - "course id": "Ikastaroaren IDa", - "delete chapter": "Ezabatu kapitulua", - "delete group": "ezabatu taldea", - "dragging": "arrastatu", - "dragging out of slider": "arrastatu slider-etik kanpo", - "dropped in slider": "askatu slider-en", - "dropped on target": "askatu helburuan", - "enter code here": "idatzi kodea hemen", - "enter link description here": "idatzi estekaren deskribapena hemen", - "group configuration": "talde-ezarpenak", - "last activity": "azken jarduera", - "name": "izena", - "one letter Friday\u0004F": "O", - "one letter Monday\u0004M": "A", - "one letter Saturday\u0004S": "L", - "one letter Sunday\u0004S": "I", - "one letter Thursday\u0004T": "O", - "one letter Tuesday\u0004T": "A", - "one letter Wednesday\u0004W": "A", - "or": "edo", - "pending": "zain", - "price": "prezioa", - "remove": "ezabatu", - "remove all": "ezabatu guztiak", - "send an email message to {email}": "bidali e-posta mezua honi: {email}", - "team count": "talde-kopurua", - "unit": "unitatea", - "username or email": "erabiltzaie-izena edo e-posta", - "your course": "zure ikastaroa", - "{display_name} Settings": "{display_name} - ezarpenak", - "{num_of_hours} hour": "{num_of_hours} ordu", - "{num_of_hours} hours": "{num_of_hours} ordu", - "{num_of_minutes} minute": "{num_of_minutes} minutu", - "{num_of_minutes} minutes": "{num_of_minutes} minutu", + ], + "Visibility": "Ikusgarritasuna", + "Visual aids": "Ikusizko laguntza", + "Volume": "Bolumena", + "Vote for good posts and responses": "Bozkatu mezuak eta erantzunak", + "Want to confirm your identity later?": "Nahi al duzu nortasuna beranduago egiaztatu?", + "Warning": "Kontuz", + "Warnings": "Abisuak", + "We couldn't create your account.": "Ezin izan dugu zure kontua sortu.", + "We're sorry, there was an error": "Barkatu, errorea gertatu da", + "We've encountered an error. Refresh your browser and then try again.": "Errore bat aurkitu dugu. Frekatu zure nabigatzailea eta saiatu berriz.", + "Web:": "Web:", + "Webcam": "Web-kamera", + "What can we help you with, {username}?": "Zertan lagundu ahal dizugu, {username}?", + "What does this mean?": "Zer esan nahi du honek?", + "Whole words": "Hitz osoak", + "Width": "Zabala", + "Will Be Visible To:": "Norentzat izango da ikusgarri:", + "Words: {0}": "Hitzak: {0}", + "Year of Birth": "Jaiotze-urtea", + "Yes, delete this {xblock_type}": "Bai, ezabatu {xblock_type}", + "Yesterday": "Atzo", + "You are a member of this team.": "Talde honetako partaidea zara.", + "You are currently sharing a limited profile.": "Une honetan profil mugatua partekatzen ari zara.", + "You are not currently a member of any team.": "Une honetan ez zara inongo taldetako partaide.", + "You are now enrolled as a verified student for:": "Orain egiaztatutkao ikasle gisa matrikulatu zara hemen:", + "You can also retry this practice exam": "Praktika-azterketa hau berriz egiten saia zaitezke", + "You commented...": "Zuk komentatu zenuen...", + "You could not be subscribed to this post. Refresh the page and try again.": "Ezin izan zara harpidetu mezu honetar. Freskatu berriz orria eta saiatu berriz.", + "You could not be unsubscribed from this post. Refresh the page and try again.": "Ezin izan duzu mezu honetarako harpidetza kendu. Freskatu berriz orria eta saiatu berriz.", + "You did not select a content group": "Ez duzu eduki-taldea aukeratu", + "You did not select any files to submit.": "Ez duzu bidaltzeko fitxategirik aukeratu.", + "You did not submit the required files: {requiredFiles}.": "Ez dituzu beharrezko fitxategiak bidali: {requiredFiles}.", + "You don't seem to have a webcam connected.": "Ez du ematen webcam-ik duzunik konektatuta.", + "You have already verified your ID!": "Dagoeneko zure IDa egiaztatuta dago!", + "You have no handouts defined": "Ez duzu apunterik zehaztu", + "You have not created any certificates yet.": "Ez duzu oraindik ziurtagiririk sortu.", + "You have not created any content groups yet.": "Ez duzu oraindik eduki-talderik sortu.", + "You have not created any group configurations yet.": "Oraindik ez duzu talde-ezarpenik sortu.", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Ekintza bat hautatu duzu, baina ez duzu inongo aldaketarik egin eremuetan. Litekeena da, Gorde botoia beharrean Aurrera botoiaren bila aritzea.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Ekintza bat hautatu duzu, baina oraindik ez duzu eremuetako aldaketak gorde. Mesedez, sakatu OK gordetzeko. Ekintza berriro exekutatu beharko duzu.", + "You have unsaved changes are you sure you want to navigate away?": "Gorde gabeko aldaketak dituzu. Ziur al zaude aurrera egin nahi duzula?", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Gorde gabeko aldaketak dauzkazu eremuetan. Ekintza bat exekutatzen baduzu, gorde gabeko aldaketak galduko dira.", + "You have unsaved changes. Do you really want to leave this page?": "Gorde gabeko aldaketak dituzu. Ziur al zaude orri hau utzi egin nahi duzula?", + "You haven't added any assets to this course yet.": "Oraindik ez duzu baliabiderik gehitu ikastaro honetara.", + "You haven't added any content to this course yet.": "Oraindik ez duzu edukirik gehitu ikastaro honetara.", + "You haven't added any textbooks to this course yet.": "Oraindik ez duzu testu-libururik gehitu ikastaro honetara.", + "You must select a session to access the course.": "Saio bat aukeratu behar duzu ikastaroan sartzeko.", + "You must specify a name": "Izena zehaztu behar duzu", + "You must specify a name for the cohort": "Kohortearen izena zehaztu behar duzu", + "You submitted {filename}; only {allowedFiles} are allowed.": "You submitted {filename} fitxategai bidali duzu; {allowedFiles} fitxategiak baino ez daude baimenduta.", + "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "Zeregin honetarako erantzuna bidaltzear zaude. Bidali ondoren, ezin izango duzu aldatu edo beste bat bidali.", + "You've made some changes": "Hainbat aldaketa egin dituzu", + "You've made some changes, but there are some errors": "Aldaketa batzuk egin dituzu, baina hainbat errore gertatu dira", + "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "Zure nabigatzaileak ez du sarbide zuzena onartzen arbelera. Horren ordez, erabili Ctrl+X/C/V teklatu-lasterbidea.", + "Your changes have been saved.": "Zure aldaketak ondo gorde dira", + "Your donation could not be submitted.": "Ezin izan da dohaintza bidali.", + "Your export has failed.": "Zure esportatzeak kale egin du.", + "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "'{file}' fitxategia igo da. Prozesuak minutu batzuk iraun ditzake.", + "Your file could not be uploaded": "Fitxategia ezin izan da kargatu", + "Your file has been deleted.": "Zure fitxategia ezabatu da.", + "Your file {filename} is too large (max size: {maxSize}MB).": "{filename} fitxategia handiegia da (gehienezko tamaina: {maxSize}MB).", + "Your import has failed.": "Zure inportatzeak kale egin du.", + "Your message cannot be blank.": "Zure mezua ezin da hutsik egon.", + "Your message must have a subject.": "Zure mezuak gaia izan behar du.", + "Your post will be discarded.": "Zure mezua baztertuko da.", + "Your request could not be completed. Reload the page and try again.": "Zure eskaria ezin izan da osatu. Kargatu berriz orria eta saiatu berriz.", + "Your team could not be created.": "Zure taldea ezin izan da sortu.", + "Your team could not be updated.": "Zure taldea ezin izan da eguneratu.", + "Your upload of '{file}' failed.": "'{file}' ez da ondo kargatu.", + "Your upload of '{file}' succeeded.": "'{file}' ondo kargatu da.", + "Zoom In": "Hurbildu", + "Zoom Out": "Urrundu", + "[no tags]": "[etiketarik ez]", + "a day": "egun bat", + "about a minute": "minutu bat gutxigorabehera", + "about a month": "hilabete inguru", + "about a year": "urtebete inguru", + "about an hour": "ordubete inguru", + "and others": "eta beste batzuk", + "anonymous": "anonimoa", + "answer": "erantzuna", + "bytes": "byte", + "certificate": "ziurtagiria", + "close": "itxi", + "component": "osagaia", + "content group": "eduki-multzoa", + "correct": "zuzena", + "course id": "Ikastaroaren IDa", + "delete chapter": "Ezabatu kapitulua", + "delete group": "ezabatu taldea", + "dragging": "arrastatu", + "dragging out of slider": "arrastatu slider-etik kanpo", + "dropped in slider": "askatu slider-en", + "dropped on target": "askatu helburuan", + "e.g. 'Sky with clouds'. The description is helpful for users who cannot see the image.": "adibidez, 'Zeru hodeitsua'. Deskribapena erabilgarria da irudia ikusteko modurik ez dutenentzat.", + "e.g. 'google'": "adibidez, 'google'", + "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "adibidez, johndoe@example.com, JaneDoe, joeydoe@example.com", + "enter code here": "idatzi kodea hemen", + "enter link description here": "idatzi estekaren deskribapena hemen", + "for": "ondokoarentzat", + "group configuration": "talde-ezarpenak", + "incorrect": "okerra", + "last activity": "azken jarduera", + "less than a minute": "minutu bat baino gutxiago", + "name": "izena", + "off": "itzalita", + "on": "piztuta", + "one letter Friday\u0004F": "O", + "one letter Monday\u0004M": "A", + "one letter Saturday\u0004S": "L", + "one letter Sunday\u0004S": "I", + "one letter Thursday\u0004T": "O", + "one letter Tuesday\u0004T": "A", + "one letter Wednesday\u0004W": "A", + "or": "edo", + "or create a new one here": "edo sortu beste bat hemen", + "pending": "zain", + "practice": "praktika", + "price": "prezioa", + "remove": "ezabatu", + "remove all": "ezabatu guztiak", + "section": "atala", + "send an email message to {email}": "bidali e-posta mezua honi: {email}", + "subsection": "azpiatala", + "team count": "talde-kopurua", + "text_word_{uniqueId}": "text_word_{uniqueId}", + "text_word_{uniqueId} title_word_{uniqueId}": "text_word_{uniqueId} title_word_{uniqueId}", + "there is currently {numVotes} vote": [ + "une honetan bozka {numVotes} dago", + "une honetan {numVotes} bozka daude" + ], + "title_word_{uniqueId}": "title_word_{uniqueId}", + "toggle chapter %(displayName)s": "Aldatu %(displayName)satalera", + "unit": "unitatea", + "unsubmitted": "bidali gabea", + "username or email": "erabiltzaie-izena edo e-posta", + "your course": "zure ikastaroa", + "{display_name} Settings": "{display_name} - ezarpenak", + "{earned}/{possible} point (graded)": [ + "puntu {earned}/{possible} (kalifikatuta)", + "{earned}/{possible} puntu (kalifikatuta)" + ], + "{earned}/{possible} point (ungraded)": [ + "puntu {earned}/{possible} (kalifikatu gabea)", + "{earned}/{possible} puntu (kalifikatu gabea)" + ], + "{label}: {status}": "{label}: {status}", + "{numResponses} response": [ + "erantzun {numResponses}", + "{numResponses} erantzun" + ], + "{numVotes} Vote": [ + "Bozka {numVotes}", + "{numVotes} bozka" + ], + "{num_of_hours} hour": "{num_of_hours} ordu", + "{num_of_hours} hours": "{num_of_hours} ordu", + "{num_of_minutes} minute": "{num_of_minutes} minutu", + "{num_of_minutes} minutes": "{num_of_minutes} minutu", + "{num_points} point possible (graded)": [ + "puntu posible {num_points} (kalifikatuta)", + "{num_points} puntu posible (kalifikatuta)" + ], + "{num_points} point possible (graded, results hidden)": [ + "puntu posible {num_points} (kalifikatuta, emaitzak ezkutuan hidden)", + "{num_points} puntu posible (kalifikatuta, emaitzak ezkutuan)" + ], + "{num_points} point possible (ungraded)": [ + "puntu posible {num_points} (kalifikatu gabea)", + "{num_points} puntu posible (kalifikatu gabea)" + ], + "{num_points} point possible (ungraded, results hidden)": [ + "puntu posible {num_points} (kalifikatu gabea, emaitzak ezkutuan)", + "{num_points} puntu posinle (kalifikatu gabea, emaitzak ezkutuan)" + ], + "{paragraph}=p;{preformatted}=pre;{heading3}=h3;{heading4}=h4;{heading5}=h5;{heading6}=h6": "{paragraph}=p;{preformatted}=pre;{heading3}=h3;{heading4}=h4;{heading5}=h5;{heading6}=h6", + "{start_strong}{total}{end_strong} words submitted in total.": "{start_strong}{total}{end_strong} denera bidalitako hitzak", + "{totalItems} total": "denera {totalItems}", + "{total_results} result": [ + "emaitza {total_results}", + "{total_results} emaitza" + ], + "{type} Progress": "{type} Aurrerapena", "\u2026": "\u2026" }; for (var key in newcatalog) { @@ -806,48 +1406,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "N j, Y, P", + "DATETIME_FORMAT": "N j, Y, P", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "Y\\k\\o N j\\a", + ], + "DATE_FORMAT": "Y\\k\\o N j\\a", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "F j", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "Y M j", - "THOUSAND_SEPARATOR": ".", - "TIME_FORMAT": "H:i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "F j", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "Y M j", + "THOUSAND_SEPARATOR": ".", + "TIME_FORMAT": "H:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/fa-ir/djangojs.js b/cms/static/js/i18n/fa-ir/djangojs.js index e891533184..34ca6f67a6 100644 --- a/cms/static/js/i18n/fa-ir/djangojs.js +++ b/cms/static/js/i18n/fa-ir/djangojs.js @@ -22,60 +22,60 @@ var newcatalog = { "%(sel)s of %(cnt)s selected": [ " %(sel)s \u0627\u0632 %(cnt)s \u0627\u0646\u062a\u062e\u0627\u0628 \u0634\u062f\u0647\u200c\u0627\u0646\u062f" - ], - "6 a.m.": "\u06f6 \u0635\u0628\u062d", - "6 p.m.": "\u06f6 \u0628\u0639\u062f\u0627\u0632\u0638\u0647\u0631", - "April": "\u0622\u0648\u0631\u06cc\u0644", - "August": "\u0622\u06af\u0648\u0633\u062a", - "Available %s": "%s\u06cc \u0645\u0648\u062c\u0648\u062f", - "Cancel": "\u0627\u0646\u0635\u0631\u0627\u0641", - "Choose": "\u0627\u0646\u062a\u062e\u0627\u0628", - "Choose a Date": "\u06cc\u06a9 \u062a\u0627\u0631\u06cc\u062e \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0646\u06cc\u062f", - "Choose a Time": "\u06cc\u06a9 \u0632\u0645\u0627\u0646 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0646\u06cc\u062f", - "Choose a time": "\u06cc\u06a9 \u0632\u0645\u0627\u0646 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0646\u06cc\u062f", - "Choose all": "\u0627\u0646\u062a\u062e\u0627\u0628 \u0647\u0645\u0647", - "Chosen %s": "%s \u0627\u0646\u062a\u062e\u0627\u0628 \u0634\u062f\u0647", - "Click to choose all %s at once.": "\u0628\u0631\u0627\u06cc \u0627\u0646\u062a\u062e\u0627\u0628 \u06cc\u06a9\u062c\u0627\u06cc \u0647\u0645\u0647\u0654 %s \u06a9\u0644\u06cc\u06a9 \u06a9\u0646\u06cc\u062f.", - "Click to remove all chosen %s at once.": "\u0628\u0631\u0627\u06cc \u062d\u0630\u0641 \u06cc\u06a9\u062c\u0627\u06cc \u0647\u0645\u0647\u0654 %s\u06cc \u0627\u0646\u062a\u062e\u0627\u0628 \u0634\u062f\u0647 \u06a9\u0644\u06cc\u06a9 \u06a9\u0646\u06cc\u062f.", - "December": "\u062f\u0633\u0627\u0645\u0628\u0631", - "February": "\u0641\u0648\u0631\u06cc\u0647", - "Filter": "\u063a\u0631\u0628\u0627\u0644", - "Hide": "\u067e\u0646\u0647\u0627\u0646 \u06a9\u0631\u062f\u0646", - "January": "\u0698\u0627\u0646\u0648\u06cc\u0647", - "July": "\u062c\u0648\u0644\u0627\u06cc", - "June": "\u0698\u0648\u0626\u0646", - "March": "\u0645\u0627\u0631\u0633", - "May": "\u0645\u06cc", - "Midnight": "\u0646\u06cc\u0645\u0647\u200c\u0634\u0628", - "Noon": "\u0638\u0647\u0631", + ], + "6 a.m.": "\u06f6 \u0635\u0628\u062d", + "6 p.m.": "\u06f6 \u0628\u0639\u062f\u0627\u0632\u0638\u0647\u0631", + "April": "\u0622\u0648\u0631\u06cc\u0644", + "August": "\u0622\u06af\u0648\u0633\u062a", + "Available %s": "%s\u06cc \u0645\u0648\u062c\u0648\u062f", + "Cancel": "\u0627\u0646\u0635\u0631\u0627\u0641", + "Choose": "\u0627\u0646\u062a\u062e\u0627\u0628", + "Choose a Date": "\u06cc\u06a9 \u062a\u0627\u0631\u06cc\u062e \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0646\u06cc\u062f", + "Choose a Time": "\u06cc\u06a9 \u0632\u0645\u0627\u0646 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0646\u06cc\u062f", + "Choose a time": "\u06cc\u06a9 \u0632\u0645\u0627\u0646 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0646\u06cc\u062f", + "Choose all": "\u0627\u0646\u062a\u062e\u0627\u0628 \u0647\u0645\u0647", + "Chosen %s": "%s \u0627\u0646\u062a\u062e\u0627\u0628 \u0634\u062f\u0647", + "Click to choose all %s at once.": "\u0628\u0631\u0627\u06cc \u0627\u0646\u062a\u062e\u0627\u0628 \u06cc\u06a9\u062c\u0627\u06cc \u0647\u0645\u0647\u0654 %s \u06a9\u0644\u06cc\u06a9 \u06a9\u0646\u06cc\u062f.", + "Click to remove all chosen %s at once.": "\u0628\u0631\u0627\u06cc \u062d\u0630\u0641 \u06cc\u06a9\u062c\u0627\u06cc \u0647\u0645\u0647\u0654 %s\u06cc \u0627\u0646\u062a\u062e\u0627\u0628 \u0634\u062f\u0647 \u06a9\u0644\u06cc\u06a9 \u06a9\u0646\u06cc\u062f.", + "December": "\u062f\u0633\u0627\u0645\u0628\u0631", + "February": "\u0641\u0648\u0631\u06cc\u0647", + "Filter": "\u063a\u0631\u0628\u0627\u0644", + "Hide": "\u067e\u0646\u0647\u0627\u0646 \u06a9\u0631\u062f\u0646", + "January": "\u0698\u0627\u0646\u0648\u06cc\u0647", + "July": "\u062c\u0648\u0644\u0627\u06cc", + "June": "\u0698\u0648\u0626\u0646", + "March": "\u0645\u0627\u0631\u0633", + "May": "\u0645\u06cc", + "Midnight": "\u0646\u06cc\u0645\u0647\u200c\u0634\u0628", + "Noon": "\u0638\u0647\u0631", "Note: You are %s hour ahead of server time.": [ "\u062a\u0648\u062c\u0647: \u0634\u0645\u0627 %s \u0633\u0627\u0639\u062a \u0627\u0632 \u0632\u0645\u0627\u0646 \u0633\u0631\u0648\u0631 \u062c\u0644\u0648 \u0647\u0633\u062a\u06cc\u062f." - ], + ], "Note: You are %s hour behind server time.": [ "\u062a\u0648\u062c\u0647: \u0634\u0645\u0627 %s \u0633\u0627\u0639\u062a \u0627\u0632 \u0632\u0645\u0627\u0646 \u0633\u0631\u0648\u0631 \u0639\u0642\u0628 \u0647\u0633\u062a\u06cc\u062f." - ], - "November": "\u0646\u0648\u0627\u0645\u0628\u0631", - "Now": "\u0627\u06a9\u0646\u0648\u0646", - "October": "\u0627\u06a9\u062a\u0628\u0631", - "Remove": "\u062d\u0630\u0641", - "Remove all": "\u062d\u0630\u0641 \u0647\u0645\u0647", - "September": "\u0633\u067e\u062a\u0627\u0645\u0628\u0631", - "Show": "\u0646\u0645\u0627\u06cc\u0634", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "\u0627\u06cc\u0646 \u0644\u06cc\u0633\u062a%s \u0647\u0627\u06cc \u062f\u0631 \u062f\u0633\u062a\u0631\u0633 \u0627\u0633\u062a. \u0634\u0645\u0627 \u0645\u0645\u06a9\u0646 \u0627\u0633\u062a \u0628\u0631\u062e\u06cc \u0627\u0632 \u0622\u0646\u0647\u0627 \u0631\u0627 \u062f\u0631 \u0645\u062d\u0644 \u0632\u06cc\u0631\u0627\u0646\u062a\u062e\u0627\u0628 \u0646\u0645\u0627\u06cc\u06cc\u062f \u0648 \u0633\u067e\u0633 \u0631\u0648\u06cc \"\u0627\u0646\u062a\u062e\u0627\u0628\" \u0628\u06cc\u0646 \u062f\u0648 \u062c\u0639\u0628\u0647 \u06a9\u0644\u06cc\u06a9 \u06a9\u0646\u06cc\u062f.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "\u0627\u06cc\u0646 \u0641\u0647\u0631\u0633\u062a %s \u0647\u0627\u06cc \u0627\u0646\u062a\u062e\u0627\u0628 \u0634\u062f\u0647 \u0627\u0633\u062a. \u0634\u0645\u0627 \u0645\u0645\u06a9\u0646 \u0627\u0633\u062a \u0628\u0631\u062e\u06cc \u0627\u0632 \u0627\u0646\u062a\u062e\u0627\u0628 \u0622\u0646\u0647\u0627 \u0631\u0627 \u062f\u0631 \u0645\u062d\u0644 \u0632\u06cc\u0631 \u0648\u0627\u0631\u062f \u0646\u0645\u0627\u06cc\u06cc\u062f \u0648 \u0633\u067e\u0633 \u0631\u0648\u06cc \"\u062d\u0630\u0641\" \u062c\u0647\u062a \u062f\u0627\u0631 \u0628\u06cc\u0646 \u062f\u0648 \u062c\u0639\u0628\u0647 \u062d\u0630\u0641 \u0634\u062f\u0647 \u0627\u0633\u062a.", - "Today": "\u0627\u0645\u0631\u0648\u0632", - "Tomorrow": "\u0641\u0631\u062f\u0627", - "Type into this box to filter down the list of available %s.": "\u0628\u0631\u0627\u06cc \u063a\u0631\u0628\u0627\u0644 \u0641\u0647\u0631\u0633\u062a %s\u06cc \u0645\u0648\u062c\u0648\u062f \u062f\u0631\u0648\u0646 \u0627\u06cc\u0646 \u062c\u0639\u0628\u0647 \u062a\u0627\u06cc\u067e \u06a9\u0646\u06cc\u062f.", - "Yesterday": "\u062f\u06cc\u0631\u0648\u0632", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u0634\u0645\u0627 \u0639\u0645\u0644\u06cc \u0631\u0627 \u0627\u0646\u062c\u0627\u0645 \u062f\u0627\u062f\u0647 \u0627\u06cc\u062f\u060c \u0648\u0644\u06cc \u062a\u063a\u06cc\u06cc\u0631\u06cc \u0627\u0646\u062c\u0627\u0645 \u0646\u062f\u0627\u062f\u0647 \u0627\u06cc\u062f. \u0627\u062d\u062a\u0645\u0627\u0644\u0627 \u062f\u0646\u0628\u0627\u0644 \u06a9\u0644\u06cc\u062f Go \u0628\u0647 \u062c\u0627\u06cc Save \u0645\u06cc\u06af\u0631\u062f\u06cc\u062f.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u0634\u0645\u0627 \u06a9\u0627\u0631\u06cc \u0631\u0627 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0631\u062f\u0647 \u0627\u06cc\u062f\u060c \u0648\u0644\u06cc \u0647\u0646\u0648\u0632 \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a \u0628\u0639\u0636\u06cc \u0641\u06cc\u0644\u062f \u0647\u0627 \u0631\u0627 \u0630\u062e\u06cc\u0631\u0647 \u0646\u06a9\u0631\u062f\u0647 \u0627\u06cc\u062f. \u0644\u0637\u0641\u0627 OK \u0631\u0627 \u0641\u0634\u0627\u0631 \u062f\u0647\u06cc\u062f \u062a\u0627 \u0630\u062e\u06cc\u0631\u0647 \u0634\u0648\u062f.\n\u0634\u0645\u0627 \u0628\u0627\u06cc\u062f \u0639\u0645\u0644\u06cc\u0627\u062a \u0631\u0627 \u062f\u0648\u0628\u0627\u0631\u0647 \u0627\u0646\u062c\u0627\u0645 \u062f\u0647\u06cc\u062f.", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "\u0634\u0645\u0627 \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a\u06cc \u062f\u0631 \u0628\u0639\u0636\u06cc \u0641\u06cc\u0644\u062f\u0647\u0627\u06cc \u0642\u0627\u0628\u0644 \u062a\u063a\u06cc\u06cc\u0631 \u0627\u0646\u062c\u0627\u0645 \u062f\u0627\u062f\u0647 \u0627\u06cc\u062f. \u0627\u06af\u0631 \u06a9\u0627\u0631\u06cc \u0627\u0646\u062c\u0627\u0645 \u062f\u0647\u06cc\u062f\u060c \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a \u0627\u0632 \u062f\u0633\u062a \u062e\u0648\u0627\u0647\u0646\u062f \u0631\u0641\u062a", - "one letter Friday\u0004F": "\u062c", - "one letter Monday\u0004M": "\u062f", - "one letter Saturday\u0004S": "\u0634", - "one letter Sunday\u0004S": "\u06cc", - "one letter Thursday\u0004T": "\u067e", - "one letter Tuesday\u0004T": "\u0633", + ], + "November": "\u0646\u0648\u0627\u0645\u0628\u0631", + "Now": "\u0627\u06a9\u0646\u0648\u0646", + "October": "\u0627\u06a9\u062a\u0628\u0631", + "Remove": "\u062d\u0630\u0641", + "Remove all": "\u062d\u0630\u0641 \u0647\u0645\u0647", + "September": "\u0633\u067e\u062a\u0627\u0645\u0628\u0631", + "Show": "\u0646\u0645\u0627\u06cc\u0634", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "\u0627\u06cc\u0646 \u0644\u06cc\u0633\u062a%s \u0647\u0627\u06cc \u062f\u0631 \u062f\u0633\u062a\u0631\u0633 \u0627\u0633\u062a. \u0634\u0645\u0627 \u0645\u0645\u06a9\u0646 \u0627\u0633\u062a \u0628\u0631\u062e\u06cc \u0627\u0632 \u0622\u0646\u0647\u0627 \u0631\u0627 \u062f\u0631 \u0645\u062d\u0644 \u0632\u06cc\u0631\u0627\u0646\u062a\u062e\u0627\u0628 \u0646\u0645\u0627\u06cc\u06cc\u062f \u0648 \u0633\u067e\u0633 \u0631\u0648\u06cc \"\u0627\u0646\u062a\u062e\u0627\u0628\" \u0628\u06cc\u0646 \u062f\u0648 \u062c\u0639\u0628\u0647 \u06a9\u0644\u06cc\u06a9 \u06a9\u0646\u06cc\u062f.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "\u0627\u06cc\u0646 \u0641\u0647\u0631\u0633\u062a %s \u0647\u0627\u06cc \u0627\u0646\u062a\u062e\u0627\u0628 \u0634\u062f\u0647 \u0627\u0633\u062a. \u0634\u0645\u0627 \u0645\u0645\u06a9\u0646 \u0627\u0633\u062a \u0628\u0631\u062e\u06cc \u0627\u0632 \u0627\u0646\u062a\u062e\u0627\u0628 \u0622\u0646\u0647\u0627 \u0631\u0627 \u062f\u0631 \u0645\u062d\u0644 \u0632\u06cc\u0631 \u0648\u0627\u0631\u062f \u0646\u0645\u0627\u06cc\u06cc\u062f \u0648 \u0633\u067e\u0633 \u0631\u0648\u06cc \"\u062d\u0630\u0641\" \u062c\u0647\u062a \u062f\u0627\u0631 \u0628\u06cc\u0646 \u062f\u0648 \u062c\u0639\u0628\u0647 \u062d\u0630\u0641 \u0634\u062f\u0647 \u0627\u0633\u062a.", + "Today": "\u0627\u0645\u0631\u0648\u0632", + "Tomorrow": "\u0641\u0631\u062f\u0627", + "Type into this box to filter down the list of available %s.": "\u0628\u0631\u0627\u06cc \u063a\u0631\u0628\u0627\u0644 \u0641\u0647\u0631\u0633\u062a %s\u06cc \u0645\u0648\u062c\u0648\u062f \u062f\u0631\u0648\u0646 \u0627\u06cc\u0646 \u062c\u0639\u0628\u0647 \u062a\u0627\u06cc\u067e \u06a9\u0646\u06cc\u062f.", + "Yesterday": "\u062f\u06cc\u0631\u0648\u0632", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u0634\u0645\u0627 \u0639\u0645\u0644\u06cc \u0631\u0627 \u0627\u0646\u062c\u0627\u0645 \u062f\u0627\u062f\u0647 \u0627\u06cc\u062f\u060c \u0648\u0644\u06cc \u062a\u063a\u06cc\u06cc\u0631\u06cc \u0627\u0646\u062c\u0627\u0645 \u0646\u062f\u0627\u062f\u0647 \u0627\u06cc\u062f. \u0627\u062d\u062a\u0645\u0627\u0644\u0627 \u062f\u0646\u0628\u0627\u0644 \u06a9\u0644\u06cc\u062f Go \u0628\u0647 \u062c\u0627\u06cc Save \u0645\u06cc\u06af\u0631\u062f\u06cc\u062f.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u0634\u0645\u0627 \u06a9\u0627\u0631\u06cc \u0631\u0627 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0631\u062f\u0647 \u0627\u06cc\u062f\u060c \u0648\u0644\u06cc \u0647\u0646\u0648\u0632 \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a \u0628\u0639\u0636\u06cc \u0641\u06cc\u0644\u062f \u0647\u0627 \u0631\u0627 \u0630\u062e\u06cc\u0631\u0647 \u0646\u06a9\u0631\u062f\u0647 \u0627\u06cc\u062f. \u0644\u0637\u0641\u0627 OK \u0631\u0627 \u0641\u0634\u0627\u0631 \u062f\u0647\u06cc\u062f \u062a\u0627 \u0630\u062e\u06cc\u0631\u0647 \u0634\u0648\u062f.\n\u0634\u0645\u0627 \u0628\u0627\u06cc\u062f \u0639\u0645\u0644\u06cc\u0627\u062a \u0631\u0627 \u062f\u0648\u0628\u0627\u0631\u0647 \u0627\u0646\u062c\u0627\u0645 \u062f\u0647\u06cc\u062f.", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "\u0634\u0645\u0627 \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a\u06cc \u062f\u0631 \u0628\u0639\u0636\u06cc \u0641\u06cc\u0644\u062f\u0647\u0627\u06cc \u0642\u0627\u0628\u0644 \u062a\u063a\u06cc\u06cc\u0631 \u0627\u0646\u062c\u0627\u0645 \u062f\u0627\u062f\u0647 \u0627\u06cc\u062f. \u0627\u06af\u0631 \u06a9\u0627\u0631\u06cc \u0627\u0646\u062c\u0627\u0645 \u062f\u0647\u06cc\u062f\u060c \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a \u0627\u0632 \u062f\u0633\u062a \u062e\u0648\u0627\u0647\u0646\u062f \u0631\u0641\u062a", + "one letter Friday\u0004F": "\u062c", + "one letter Monday\u0004M": "\u062f", + "one letter Saturday\u0004S": "\u0634", + "one letter Sunday\u0004S": "\u06cc", + "one letter Thursday\u0004T": "\u067e", + "one letter Tuesday\u0004T": "\u0633", "one letter Wednesday\u0004W": "\u0686" }; for (var key in newcatalog) { @@ -132,48 +132,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "j F Y\u060c \u0633\u0627\u0639\u062a G:i", + "DATETIME_FORMAT": "j F Y\u060c \u0633\u0627\u0639\u062a G:i", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "j F Y", + ], + "DATE_FORMAT": "j F Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "6", - "MONTH_DAY_FORMAT": "j F", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "Y/n/j\u060c\u200f G:i", - "SHORT_DATE_FORMAT": "Y/n/j", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "G:i", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "6", + "MONTH_DAY_FORMAT": "j F", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "Y/n/j\u060c\u200f G:i", + "SHORT_DATE_FORMAT": "Y/n/j", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "G:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/fa/djangojs.js b/cms/static/js/i18n/fa/djangojs.js index e891533184..34ca6f67a6 100644 --- a/cms/static/js/i18n/fa/djangojs.js +++ b/cms/static/js/i18n/fa/djangojs.js @@ -22,60 +22,60 @@ var newcatalog = { "%(sel)s of %(cnt)s selected": [ " %(sel)s \u0627\u0632 %(cnt)s \u0627\u0646\u062a\u062e\u0627\u0628 \u0634\u062f\u0647\u200c\u0627\u0646\u062f" - ], - "6 a.m.": "\u06f6 \u0635\u0628\u062d", - "6 p.m.": "\u06f6 \u0628\u0639\u062f\u0627\u0632\u0638\u0647\u0631", - "April": "\u0622\u0648\u0631\u06cc\u0644", - "August": "\u0622\u06af\u0648\u0633\u062a", - "Available %s": "%s\u06cc \u0645\u0648\u062c\u0648\u062f", - "Cancel": "\u0627\u0646\u0635\u0631\u0627\u0641", - "Choose": "\u0627\u0646\u062a\u062e\u0627\u0628", - "Choose a Date": "\u06cc\u06a9 \u062a\u0627\u0631\u06cc\u062e \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0646\u06cc\u062f", - "Choose a Time": "\u06cc\u06a9 \u0632\u0645\u0627\u0646 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0646\u06cc\u062f", - "Choose a time": "\u06cc\u06a9 \u0632\u0645\u0627\u0646 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0646\u06cc\u062f", - "Choose all": "\u0627\u0646\u062a\u062e\u0627\u0628 \u0647\u0645\u0647", - "Chosen %s": "%s \u0627\u0646\u062a\u062e\u0627\u0628 \u0634\u062f\u0647", - "Click to choose all %s at once.": "\u0628\u0631\u0627\u06cc \u0627\u0646\u062a\u062e\u0627\u0628 \u06cc\u06a9\u062c\u0627\u06cc \u0647\u0645\u0647\u0654 %s \u06a9\u0644\u06cc\u06a9 \u06a9\u0646\u06cc\u062f.", - "Click to remove all chosen %s at once.": "\u0628\u0631\u0627\u06cc \u062d\u0630\u0641 \u06cc\u06a9\u062c\u0627\u06cc \u0647\u0645\u0647\u0654 %s\u06cc \u0627\u0646\u062a\u062e\u0627\u0628 \u0634\u062f\u0647 \u06a9\u0644\u06cc\u06a9 \u06a9\u0646\u06cc\u062f.", - "December": "\u062f\u0633\u0627\u0645\u0628\u0631", - "February": "\u0641\u0648\u0631\u06cc\u0647", - "Filter": "\u063a\u0631\u0628\u0627\u0644", - "Hide": "\u067e\u0646\u0647\u0627\u0646 \u06a9\u0631\u062f\u0646", - "January": "\u0698\u0627\u0646\u0648\u06cc\u0647", - "July": "\u062c\u0648\u0644\u0627\u06cc", - "June": "\u0698\u0648\u0626\u0646", - "March": "\u0645\u0627\u0631\u0633", - "May": "\u0645\u06cc", - "Midnight": "\u0646\u06cc\u0645\u0647\u200c\u0634\u0628", - "Noon": "\u0638\u0647\u0631", + ], + "6 a.m.": "\u06f6 \u0635\u0628\u062d", + "6 p.m.": "\u06f6 \u0628\u0639\u062f\u0627\u0632\u0638\u0647\u0631", + "April": "\u0622\u0648\u0631\u06cc\u0644", + "August": "\u0622\u06af\u0648\u0633\u062a", + "Available %s": "%s\u06cc \u0645\u0648\u062c\u0648\u062f", + "Cancel": "\u0627\u0646\u0635\u0631\u0627\u0641", + "Choose": "\u0627\u0646\u062a\u062e\u0627\u0628", + "Choose a Date": "\u06cc\u06a9 \u062a\u0627\u0631\u06cc\u062e \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0646\u06cc\u062f", + "Choose a Time": "\u06cc\u06a9 \u0632\u0645\u0627\u0646 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0646\u06cc\u062f", + "Choose a time": "\u06cc\u06a9 \u0632\u0645\u0627\u0646 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0646\u06cc\u062f", + "Choose all": "\u0627\u0646\u062a\u062e\u0627\u0628 \u0647\u0645\u0647", + "Chosen %s": "%s \u0627\u0646\u062a\u062e\u0627\u0628 \u0634\u062f\u0647", + "Click to choose all %s at once.": "\u0628\u0631\u0627\u06cc \u0627\u0646\u062a\u062e\u0627\u0628 \u06cc\u06a9\u062c\u0627\u06cc \u0647\u0645\u0647\u0654 %s \u06a9\u0644\u06cc\u06a9 \u06a9\u0646\u06cc\u062f.", + "Click to remove all chosen %s at once.": "\u0628\u0631\u0627\u06cc \u062d\u0630\u0641 \u06cc\u06a9\u062c\u0627\u06cc \u0647\u0645\u0647\u0654 %s\u06cc \u0627\u0646\u062a\u062e\u0627\u0628 \u0634\u062f\u0647 \u06a9\u0644\u06cc\u06a9 \u06a9\u0646\u06cc\u062f.", + "December": "\u062f\u0633\u0627\u0645\u0628\u0631", + "February": "\u0641\u0648\u0631\u06cc\u0647", + "Filter": "\u063a\u0631\u0628\u0627\u0644", + "Hide": "\u067e\u0646\u0647\u0627\u0646 \u06a9\u0631\u062f\u0646", + "January": "\u0698\u0627\u0646\u0648\u06cc\u0647", + "July": "\u062c\u0648\u0644\u0627\u06cc", + "June": "\u0698\u0648\u0626\u0646", + "March": "\u0645\u0627\u0631\u0633", + "May": "\u0645\u06cc", + "Midnight": "\u0646\u06cc\u0645\u0647\u200c\u0634\u0628", + "Noon": "\u0638\u0647\u0631", "Note: You are %s hour ahead of server time.": [ "\u062a\u0648\u062c\u0647: \u0634\u0645\u0627 %s \u0633\u0627\u0639\u062a \u0627\u0632 \u0632\u0645\u0627\u0646 \u0633\u0631\u0648\u0631 \u062c\u0644\u0648 \u0647\u0633\u062a\u06cc\u062f." - ], + ], "Note: You are %s hour behind server time.": [ "\u062a\u0648\u062c\u0647: \u0634\u0645\u0627 %s \u0633\u0627\u0639\u062a \u0627\u0632 \u0632\u0645\u0627\u0646 \u0633\u0631\u0648\u0631 \u0639\u0642\u0628 \u0647\u0633\u062a\u06cc\u062f." - ], - "November": "\u0646\u0648\u0627\u0645\u0628\u0631", - "Now": "\u0627\u06a9\u0646\u0648\u0646", - "October": "\u0627\u06a9\u062a\u0628\u0631", - "Remove": "\u062d\u0630\u0641", - "Remove all": "\u062d\u0630\u0641 \u0647\u0645\u0647", - "September": "\u0633\u067e\u062a\u0627\u0645\u0628\u0631", - "Show": "\u0646\u0645\u0627\u06cc\u0634", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "\u0627\u06cc\u0646 \u0644\u06cc\u0633\u062a%s \u0647\u0627\u06cc \u062f\u0631 \u062f\u0633\u062a\u0631\u0633 \u0627\u0633\u062a. \u0634\u0645\u0627 \u0645\u0645\u06a9\u0646 \u0627\u0633\u062a \u0628\u0631\u062e\u06cc \u0627\u0632 \u0622\u0646\u0647\u0627 \u0631\u0627 \u062f\u0631 \u0645\u062d\u0644 \u0632\u06cc\u0631\u0627\u0646\u062a\u062e\u0627\u0628 \u0646\u0645\u0627\u06cc\u06cc\u062f \u0648 \u0633\u067e\u0633 \u0631\u0648\u06cc \"\u0627\u0646\u062a\u062e\u0627\u0628\" \u0628\u06cc\u0646 \u062f\u0648 \u062c\u0639\u0628\u0647 \u06a9\u0644\u06cc\u06a9 \u06a9\u0646\u06cc\u062f.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "\u0627\u06cc\u0646 \u0641\u0647\u0631\u0633\u062a %s \u0647\u0627\u06cc \u0627\u0646\u062a\u062e\u0627\u0628 \u0634\u062f\u0647 \u0627\u0633\u062a. \u0634\u0645\u0627 \u0645\u0645\u06a9\u0646 \u0627\u0633\u062a \u0628\u0631\u062e\u06cc \u0627\u0632 \u0627\u0646\u062a\u062e\u0627\u0628 \u0622\u0646\u0647\u0627 \u0631\u0627 \u062f\u0631 \u0645\u062d\u0644 \u0632\u06cc\u0631 \u0648\u0627\u0631\u062f \u0646\u0645\u0627\u06cc\u06cc\u062f \u0648 \u0633\u067e\u0633 \u0631\u0648\u06cc \"\u062d\u0630\u0641\" \u062c\u0647\u062a \u062f\u0627\u0631 \u0628\u06cc\u0646 \u062f\u0648 \u062c\u0639\u0628\u0647 \u062d\u0630\u0641 \u0634\u062f\u0647 \u0627\u0633\u062a.", - "Today": "\u0627\u0645\u0631\u0648\u0632", - "Tomorrow": "\u0641\u0631\u062f\u0627", - "Type into this box to filter down the list of available %s.": "\u0628\u0631\u0627\u06cc \u063a\u0631\u0628\u0627\u0644 \u0641\u0647\u0631\u0633\u062a %s\u06cc \u0645\u0648\u062c\u0648\u062f \u062f\u0631\u0648\u0646 \u0627\u06cc\u0646 \u062c\u0639\u0628\u0647 \u062a\u0627\u06cc\u067e \u06a9\u0646\u06cc\u062f.", - "Yesterday": "\u062f\u06cc\u0631\u0648\u0632", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u0634\u0645\u0627 \u0639\u0645\u0644\u06cc \u0631\u0627 \u0627\u0646\u062c\u0627\u0645 \u062f\u0627\u062f\u0647 \u0627\u06cc\u062f\u060c \u0648\u0644\u06cc \u062a\u063a\u06cc\u06cc\u0631\u06cc \u0627\u0646\u062c\u0627\u0645 \u0646\u062f\u0627\u062f\u0647 \u0627\u06cc\u062f. \u0627\u062d\u062a\u0645\u0627\u0644\u0627 \u062f\u0646\u0628\u0627\u0644 \u06a9\u0644\u06cc\u062f Go \u0628\u0647 \u062c\u0627\u06cc Save \u0645\u06cc\u06af\u0631\u062f\u06cc\u062f.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u0634\u0645\u0627 \u06a9\u0627\u0631\u06cc \u0631\u0627 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0631\u062f\u0647 \u0627\u06cc\u062f\u060c \u0648\u0644\u06cc \u0647\u0646\u0648\u0632 \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a \u0628\u0639\u0636\u06cc \u0641\u06cc\u0644\u062f \u0647\u0627 \u0631\u0627 \u0630\u062e\u06cc\u0631\u0647 \u0646\u06a9\u0631\u062f\u0647 \u0627\u06cc\u062f. \u0644\u0637\u0641\u0627 OK \u0631\u0627 \u0641\u0634\u0627\u0631 \u062f\u0647\u06cc\u062f \u062a\u0627 \u0630\u062e\u06cc\u0631\u0647 \u0634\u0648\u062f.\n\u0634\u0645\u0627 \u0628\u0627\u06cc\u062f \u0639\u0645\u0644\u06cc\u0627\u062a \u0631\u0627 \u062f\u0648\u0628\u0627\u0631\u0647 \u0627\u0646\u062c\u0627\u0645 \u062f\u0647\u06cc\u062f.", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "\u0634\u0645\u0627 \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a\u06cc \u062f\u0631 \u0628\u0639\u0636\u06cc \u0641\u06cc\u0644\u062f\u0647\u0627\u06cc \u0642\u0627\u0628\u0644 \u062a\u063a\u06cc\u06cc\u0631 \u0627\u0646\u062c\u0627\u0645 \u062f\u0627\u062f\u0647 \u0627\u06cc\u062f. \u0627\u06af\u0631 \u06a9\u0627\u0631\u06cc \u0627\u0646\u062c\u0627\u0645 \u062f\u0647\u06cc\u062f\u060c \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a \u0627\u0632 \u062f\u0633\u062a \u062e\u0648\u0627\u0647\u0646\u062f \u0631\u0641\u062a", - "one letter Friday\u0004F": "\u062c", - "one letter Monday\u0004M": "\u062f", - "one letter Saturday\u0004S": "\u0634", - "one letter Sunday\u0004S": "\u06cc", - "one letter Thursday\u0004T": "\u067e", - "one letter Tuesday\u0004T": "\u0633", + ], + "November": "\u0646\u0648\u0627\u0645\u0628\u0631", + "Now": "\u0627\u06a9\u0646\u0648\u0646", + "October": "\u0627\u06a9\u062a\u0628\u0631", + "Remove": "\u062d\u0630\u0641", + "Remove all": "\u062d\u0630\u0641 \u0647\u0645\u0647", + "September": "\u0633\u067e\u062a\u0627\u0645\u0628\u0631", + "Show": "\u0646\u0645\u0627\u06cc\u0634", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "\u0627\u06cc\u0646 \u0644\u06cc\u0633\u062a%s \u0647\u0627\u06cc \u062f\u0631 \u062f\u0633\u062a\u0631\u0633 \u0627\u0633\u062a. \u0634\u0645\u0627 \u0645\u0645\u06a9\u0646 \u0627\u0633\u062a \u0628\u0631\u062e\u06cc \u0627\u0632 \u0622\u0646\u0647\u0627 \u0631\u0627 \u062f\u0631 \u0645\u062d\u0644 \u0632\u06cc\u0631\u0627\u0646\u062a\u062e\u0627\u0628 \u0646\u0645\u0627\u06cc\u06cc\u062f \u0648 \u0633\u067e\u0633 \u0631\u0648\u06cc \"\u0627\u0646\u062a\u062e\u0627\u0628\" \u0628\u06cc\u0646 \u062f\u0648 \u062c\u0639\u0628\u0647 \u06a9\u0644\u06cc\u06a9 \u06a9\u0646\u06cc\u062f.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "\u0627\u06cc\u0646 \u0641\u0647\u0631\u0633\u062a %s \u0647\u0627\u06cc \u0627\u0646\u062a\u062e\u0627\u0628 \u0634\u062f\u0647 \u0627\u0633\u062a. \u0634\u0645\u0627 \u0645\u0645\u06a9\u0646 \u0627\u0633\u062a \u0628\u0631\u062e\u06cc \u0627\u0632 \u0627\u0646\u062a\u062e\u0627\u0628 \u0622\u0646\u0647\u0627 \u0631\u0627 \u062f\u0631 \u0645\u062d\u0644 \u0632\u06cc\u0631 \u0648\u0627\u0631\u062f \u0646\u0645\u0627\u06cc\u06cc\u062f \u0648 \u0633\u067e\u0633 \u0631\u0648\u06cc \"\u062d\u0630\u0641\" \u062c\u0647\u062a \u062f\u0627\u0631 \u0628\u06cc\u0646 \u062f\u0648 \u062c\u0639\u0628\u0647 \u062d\u0630\u0641 \u0634\u062f\u0647 \u0627\u0633\u062a.", + "Today": "\u0627\u0645\u0631\u0648\u0632", + "Tomorrow": "\u0641\u0631\u062f\u0627", + "Type into this box to filter down the list of available %s.": "\u0628\u0631\u0627\u06cc \u063a\u0631\u0628\u0627\u0644 \u0641\u0647\u0631\u0633\u062a %s\u06cc \u0645\u0648\u062c\u0648\u062f \u062f\u0631\u0648\u0646 \u0627\u06cc\u0646 \u062c\u0639\u0628\u0647 \u062a\u0627\u06cc\u067e \u06a9\u0646\u06cc\u062f.", + "Yesterday": "\u062f\u06cc\u0631\u0648\u0632", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u0634\u0645\u0627 \u0639\u0645\u0644\u06cc \u0631\u0627 \u0627\u0646\u062c\u0627\u0645 \u062f\u0627\u062f\u0647 \u0627\u06cc\u062f\u060c \u0648\u0644\u06cc \u062a\u063a\u06cc\u06cc\u0631\u06cc \u0627\u0646\u062c\u0627\u0645 \u0646\u062f\u0627\u062f\u0647 \u0627\u06cc\u062f. \u0627\u062d\u062a\u0645\u0627\u0644\u0627 \u062f\u0646\u0628\u0627\u0644 \u06a9\u0644\u06cc\u062f Go \u0628\u0647 \u062c\u0627\u06cc Save \u0645\u06cc\u06af\u0631\u062f\u06cc\u062f.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u0634\u0645\u0627 \u06a9\u0627\u0631\u06cc \u0631\u0627 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0631\u062f\u0647 \u0627\u06cc\u062f\u060c \u0648\u0644\u06cc \u0647\u0646\u0648\u0632 \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a \u0628\u0639\u0636\u06cc \u0641\u06cc\u0644\u062f \u0647\u0627 \u0631\u0627 \u0630\u062e\u06cc\u0631\u0647 \u0646\u06a9\u0631\u062f\u0647 \u0627\u06cc\u062f. \u0644\u0637\u0641\u0627 OK \u0631\u0627 \u0641\u0634\u0627\u0631 \u062f\u0647\u06cc\u062f \u062a\u0627 \u0630\u062e\u06cc\u0631\u0647 \u0634\u0648\u062f.\n\u0634\u0645\u0627 \u0628\u0627\u06cc\u062f \u0639\u0645\u0644\u06cc\u0627\u062a \u0631\u0627 \u062f\u0648\u0628\u0627\u0631\u0647 \u0627\u0646\u062c\u0627\u0645 \u062f\u0647\u06cc\u062f.", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "\u0634\u0645\u0627 \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a\u06cc \u062f\u0631 \u0628\u0639\u0636\u06cc \u0641\u06cc\u0644\u062f\u0647\u0627\u06cc \u0642\u0627\u0628\u0644 \u062a\u063a\u06cc\u06cc\u0631 \u0627\u0646\u062c\u0627\u0645 \u062f\u0627\u062f\u0647 \u0627\u06cc\u062f. \u0627\u06af\u0631 \u06a9\u0627\u0631\u06cc \u0627\u0646\u062c\u0627\u0645 \u062f\u0647\u06cc\u062f\u060c \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a \u0627\u0632 \u062f\u0633\u062a \u062e\u0648\u0627\u0647\u0646\u062f \u0631\u0641\u062a", + "one letter Friday\u0004F": "\u062c", + "one letter Monday\u0004M": "\u062f", + "one letter Saturday\u0004S": "\u0634", + "one letter Sunday\u0004S": "\u06cc", + "one letter Thursday\u0004T": "\u067e", + "one letter Tuesday\u0004T": "\u0633", "one letter Wednesday\u0004W": "\u0686" }; for (var key in newcatalog) { @@ -132,48 +132,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "j F Y\u060c \u0633\u0627\u0639\u062a G:i", + "DATETIME_FORMAT": "j F Y\u060c \u0633\u0627\u0639\u062a G:i", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "j F Y", + ], + "DATE_FORMAT": "j F Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "6", - "MONTH_DAY_FORMAT": "j F", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "Y/n/j\u060c\u200f G:i", - "SHORT_DATE_FORMAT": "Y/n/j", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "G:i", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "6", + "MONTH_DAY_FORMAT": "j F", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "Y/n/j\u060c\u200f G:i", + "SHORT_DATE_FORMAT": "Y/n/j", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "G:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/fake2/djangojs.js b/cms/static/js/i18n/fake2/djangojs.js index 9e18a34d15..278b9f7abf 100644 --- a/cms/static/js/i18n/fake2/djangojs.js +++ b/cms/static/js/i18n/fake2/djangojs.js @@ -20,2211 +20,2201 @@ django.catalog = django.catalog || {}; var newcatalog = { - " ${price} {currency} )": " ${price} {currency} )", - " %(exam_display_name)s ": " %(exam_display_name)s ", - " %(username)s ": " %(username)s ", - " Link": " \u0141\u1d09n\u029e", - " and ": " \u0250nd ", - " learner does not exist in LMS and not added to the exception list": " l\u01dd\u0250\u0279n\u01dd\u0279 d\u00f8\u01dds n\u00f8\u0287 \u01ddx\u1d09s\u0287 \u1d09n \u0141MS \u0250nd n\u00f8\u0287 \u0250dd\u01ddd \u0287\u00f8 \u0287\u0265\u01dd \u01ddx\u0254\u01ddd\u0287\u1d09\u00f8n l\u1d09s\u0287", - " learner is already white listed and not added to the exception list": " l\u01dd\u0250\u0279n\u01dd\u0279 \u1d09s \u0250l\u0279\u01dd\u0250d\u028e \u028d\u0265\u1d09\u0287\u01dd l\u1d09s\u0287\u01ddd \u0250nd n\u00f8\u0287 \u0250dd\u01ddd \u0287\u00f8 \u0287\u0265\u01dd \u01ddx\u0254\u01ddd\u0287\u1d09\u00f8n l\u1d09s\u0287", - " learner is not enrolled in course and not added to the exception list": " l\u01dd\u0250\u0279n\u01dd\u0279 \u1d09s n\u00f8\u0287 \u01ddn\u0279\u00f8ll\u01ddd \u1d09n \u0254\u00f8n\u0279s\u01dd \u0250nd n\u00f8\u0287 \u0250dd\u01ddd \u0287\u00f8 \u0287\u0265\u01dd \u01ddx\u0254\u01ddd\u0287\u1d09\u00f8n l\u1d09s\u0287", - " learner is successfully added to the exception list": " l\u01dd\u0250\u0279n\u01dd\u0279 \u1d09s sn\u0254\u0254\u01ddss\u025fnll\u028e \u0250dd\u01ddd \u0287\u00f8 \u0287\u0265\u01dd \u01ddx\u0254\u01ddd\u0287\u1d09\u00f8n l\u1d09s\u0287", - " learners are already white listed and not added to the exception list": " l\u01dd\u0250\u0279n\u01dd\u0279s \u0250\u0279\u01dd \u0250l\u0279\u01dd\u0250d\u028e \u028d\u0265\u1d09\u0287\u01dd l\u1d09s\u0287\u01ddd \u0250nd n\u00f8\u0287 \u0250dd\u01ddd \u0287\u00f8 \u0287\u0265\u01dd \u01ddx\u0254\u01ddd\u0287\u1d09\u00f8n l\u1d09s\u0287", - " learners are not enrolled in course and not added to the exception list": " l\u01dd\u0250\u0279n\u01dd\u0279s \u0250\u0279\u01dd n\u00f8\u0287 \u01ddn\u0279\u00f8ll\u01ddd \u1d09n \u0254\u00f8n\u0279s\u01dd \u0250nd n\u00f8\u0287 \u0250dd\u01ddd \u0287\u00f8 \u0287\u0265\u01dd \u01ddx\u0254\u01ddd\u0287\u1d09\u00f8n l\u1d09s\u0287", - " learners are successfully added to exception list": " l\u01dd\u0250\u0279n\u01dd\u0279s \u0250\u0279\u01dd sn\u0254\u0254\u01ddss\u025fnll\u028e \u0250dd\u01ddd \u0287\u00f8 \u01ddx\u0254\u01ddd\u0287\u1d09\u00f8n l\u1d09s\u0287", - " learners do not exist in LMS and not added to the exception list": " l\u01dd\u0250\u0279n\u01dd\u0279s d\u00f8 n\u00f8\u0287 \u01ddx\u1d09s\u0287 \u1d09n \u0141MS \u0250nd n\u00f8\u0287 \u0250dd\u01ddd \u0287\u00f8 \u0287\u0265\u01dd \u01ddx\u0254\u01ddd\u0287\u1d09\u00f8n l\u1d09s\u0287", - " record is not in correct format and not added to the exception list": " \u0279\u01dd\u0254\u00f8\u0279d \u1d09s n\u00f8\u0287 \u1d09n \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287 \u025f\u00f8\u0279\u026f\u0250\u0287 \u0250nd n\u00f8\u0287 \u0250dd\u01ddd \u0287\u00f8 \u0287\u0265\u01dd \u01ddx\u0254\u01ddd\u0287\u1d09\u00f8n l\u1d09s\u0287", - " records are not in correct format and not added to the exception list": " \u0279\u01dd\u0254\u00f8\u0279ds \u0250\u0279\u01dd n\u00f8\u0287 \u1d09n \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287 \u025f\u00f8\u0279\u026f\u0250\u0287 \u0250nd n\u00f8\u0287 \u0250dd\u01ddd \u0287\u00f8 \u0287\u0265\u01dd \u01ddx\u0254\u01ddd\u0287\u1d09\u00f8n l\u1d09s\u0287", - "${listPrice}": "${listPrice}", - "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", - "%(download_link_start)sDownload this image (right-click or option-click, save as)%(link_end)s and then %(upload_link_start)supload%(link_end)s it to your backpack.": "%(download_link_start)s\u0110\u00f8\u028dnl\u00f8\u0250d \u0287\u0265\u1d09s \u1d09\u026f\u0250\u0183\u01dd (\u0279\u1d09\u0183\u0265\u0287-\u0254l\u1d09\u0254\u029e \u00f8\u0279 \u00f8d\u0287\u1d09\u00f8n-\u0254l\u1d09\u0254\u029e, s\u0250\u028c\u01dd \u0250s)%(link_end)s \u0250nd \u0287\u0265\u01ddn %(upload_link_start)sndl\u00f8\u0250d%(link_end)s \u1d09\u0287 \u0287\u00f8 \u028e\u00f8n\u0279 b\u0250\u0254\u029ed\u0250\u0254\u029e.", - "%(earned)s/%(possible)s point (graded)": [ - "%(earned)s/%(possible)s d\u00f8\u1d09n\u0287 (\u0183\u0279\u0250d\u01ddd)", - "%(earned)s/%(possible)s d\u00f8\u1d09n\u0287s (\u0183\u0279\u0250d\u01ddd)" - ], - "%(earned)s/%(possible)s point (ungraded)": [ - "%(earned)s/%(possible)s d\u00f8\u1d09n\u0287 (nn\u0183\u0279\u0250d\u01ddd)", - "%(earned)s/%(possible)s d\u00f8\u1d09n\u0287s (nn\u0183\u0279\u0250d\u01ddd)" - ], + " ${price} {currency} )": " ${price} {currency} )", + " Link": " \u0141\u1d09n\u029e", + " Member": [ + " M\u01dd\u026fb\u01dd\u0279", + " M\u01dd\u026fb\u01dd\u0279s" + ], + " and ": " \u0250nd ", + " learner does not exist in LMS and not added to the exception list": " l\u01dd\u0250\u0279n\u01dd\u0279 d\u00f8\u01dds n\u00f8\u0287 \u01ddx\u1d09s\u0287 \u1d09n \u0141MS \u0250nd n\u00f8\u0287 \u0250dd\u01ddd \u0287\u00f8 \u0287\u0265\u01dd \u01ddx\u0254\u01ddd\u0287\u1d09\u00f8n l\u1d09s\u0287", + " learner is already white listed and not added to the exception list": " l\u01dd\u0250\u0279n\u01dd\u0279 \u1d09s \u0250l\u0279\u01dd\u0250d\u028e \u028d\u0265\u1d09\u0287\u01dd l\u1d09s\u0287\u01ddd \u0250nd n\u00f8\u0287 \u0250dd\u01ddd \u0287\u00f8 \u0287\u0265\u01dd \u01ddx\u0254\u01ddd\u0287\u1d09\u00f8n l\u1d09s\u0287", + " learner is not enrolled in course and not added to the exception list": " l\u01dd\u0250\u0279n\u01dd\u0279 \u1d09s n\u00f8\u0287 \u01ddn\u0279\u00f8ll\u01ddd \u1d09n \u0254\u00f8n\u0279s\u01dd \u0250nd n\u00f8\u0287 \u0250dd\u01ddd \u0287\u00f8 \u0287\u0265\u01dd \u01ddx\u0254\u01ddd\u0287\u1d09\u00f8n l\u1d09s\u0287", + " learner is successfully added to the exception list": " l\u01dd\u0250\u0279n\u01dd\u0279 \u1d09s sn\u0254\u0254\u01ddss\u025fnll\u028e \u0250dd\u01ddd \u0287\u00f8 \u0287\u0265\u01dd \u01ddx\u0254\u01ddd\u0287\u1d09\u00f8n l\u1d09s\u0287", + " learners are already white listed and not added to the exception list": " l\u01dd\u0250\u0279n\u01dd\u0279s \u0250\u0279\u01dd \u0250l\u0279\u01dd\u0250d\u028e \u028d\u0265\u1d09\u0287\u01dd l\u1d09s\u0287\u01ddd \u0250nd n\u00f8\u0287 \u0250dd\u01ddd \u0287\u00f8 \u0287\u0265\u01dd \u01ddx\u0254\u01ddd\u0287\u1d09\u00f8n l\u1d09s\u0287", + " learners are not enrolled in course and not added to the exception list": " l\u01dd\u0250\u0279n\u01dd\u0279s \u0250\u0279\u01dd n\u00f8\u0287 \u01ddn\u0279\u00f8ll\u01ddd \u1d09n \u0254\u00f8n\u0279s\u01dd \u0250nd n\u00f8\u0287 \u0250dd\u01ddd \u0287\u00f8 \u0287\u0265\u01dd \u01ddx\u0254\u01ddd\u0287\u1d09\u00f8n l\u1d09s\u0287", + " learners are successfully added to exception list": " l\u01dd\u0250\u0279n\u01dd\u0279s \u0250\u0279\u01dd sn\u0254\u0254\u01ddss\u025fnll\u028e \u0250dd\u01ddd \u0287\u00f8 \u01ddx\u0254\u01ddd\u0287\u1d09\u00f8n l\u1d09s\u0287", + " learners do not exist in LMS and not added to the exception list": " l\u01dd\u0250\u0279n\u01dd\u0279s d\u00f8 n\u00f8\u0287 \u01ddx\u1d09s\u0287 \u1d09n \u0141MS \u0250nd n\u00f8\u0287 \u0250dd\u01ddd \u0287\u00f8 \u0287\u0265\u01dd \u01ddx\u0254\u01ddd\u0287\u1d09\u00f8n l\u1d09s\u0287", + " record is not in correct format and not added to the exception list": " \u0279\u01dd\u0254\u00f8\u0279d \u1d09s n\u00f8\u0287 \u1d09n \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287 \u025f\u00f8\u0279\u026f\u0250\u0287 \u0250nd n\u00f8\u0287 \u0250dd\u01ddd \u0287\u00f8 \u0287\u0265\u01dd \u01ddx\u0254\u01ddd\u0287\u1d09\u00f8n l\u1d09s\u0287", + " records are not in correct format and not added to the exception list": " \u0279\u01dd\u0254\u00f8\u0279ds \u0250\u0279\u01dd n\u00f8\u0287 \u1d09n \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287 \u025f\u00f8\u0279\u026f\u0250\u0287 \u0250nd n\u00f8\u0287 \u0250dd\u01ddd \u0287\u00f8 \u0287\u0265\u01dd \u01ddx\u0254\u01ddd\u0287\u1d09\u00f8n l\u1d09s\u0287", + "${listPrice}": "${listPrice}", + "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", "%(errorCount)s error found in form.": [ - "%(errorCount)s \u01dd\u0279\u0279\u00f8\u0279 \u025f\u00f8nnd \u1d09n \u025f\u00f8\u0279\u026f.", + "%(errorCount)s \u01dd\u0279\u0279\u00f8\u0279 \u025f\u00f8nnd \u1d09n \u025f\u00f8\u0279\u026f.", "%(errorCount)s \u01dd\u0279\u0279\u00f8\u0279s \u025f\u00f8nnd \u1d09n \u025f\u00f8\u0279\u026f." - ], - "%(field)s can only contain up to %(count)d characters.": "%(field)s \u0254\u0250n \u00f8nl\u028e \u0254\u00f8n\u0287\u0250\u1d09n nd \u0287\u00f8 %(count)d \u0254\u0265\u0250\u0279\u0250\u0254\u0287\u01dd\u0279s.", - "%(field)s must have at least %(count)d characters.": "%(field)s \u026fns\u0287 \u0265\u0250\u028c\u01dd \u0250\u0287 l\u01dd\u0250s\u0287 %(count)d \u0254\u0265\u0250\u0279\u0250\u0254\u0287\u01dd\u0279s.", - "%(memberCount)s / %(maxMemberCount)s Member": [ - "%(memberCount)s / %(maxMemberCount)s M\u01dd\u026fb\u01dd\u0279", - "%(memberCount)s / %(maxMemberCount)s M\u01dd\u026fb\u01dd\u0279s" - ], - "%(new_item_message)s": "%(new_item_message)s", - "%(num_points)s point possible (graded)": [ - "%(num_points)s d\u00f8\u1d09n\u0287 d\u00f8ss\u1d09bl\u01dd (\u0183\u0279\u0250d\u01ddd)", - "%(num_points)s d\u00f8\u1d09n\u0287s d\u00f8ss\u1d09bl\u01dd (\u0183\u0279\u0250d\u01ddd)" - ], - "%(num_points)s point possible (graded, results hidden)": [ - "%(num_points)s d\u00f8\u1d09n\u0287 d\u00f8ss\u1d09bl\u01dd (\u0183\u0279\u0250d\u01ddd, \u0279\u01ddsnl\u0287s \u0265\u1d09dd\u01ddn)", - "%(num_points)s d\u00f8\u1d09n\u0287s d\u00f8ss\u1d09bl\u01dd (\u0183\u0279\u0250d\u01ddd, \u0279\u01ddsnl\u0287s \u0265\u1d09dd\u01ddn)" - ], - "%(num_points)s point possible (ungraded)": [ - "%(num_points)s d\u00f8\u1d09n\u0287 d\u00f8ss\u1d09bl\u01dd (nn\u0183\u0279\u0250d\u01ddd)", - "%(num_points)s d\u00f8\u1d09n\u0287s d\u00f8ss\u1d09bl\u01dd (nn\u0183\u0279\u0250d\u01ddd)" - ], - "%(num_points)s point possible (ungraded, results hidden)": [ - "%(num_points)s d\u00f8\u1d09n\u0287 d\u00f8ss\u1d09bl\u01dd (nn\u0183\u0279\u0250d\u01ddd, \u0279\u01ddsnl\u0287s \u0265\u1d09dd\u01ddn)", - "%(num_points)s d\u00f8\u1d09n\u0287s d\u00f8ss\u1d09bl\u01dd (nn\u0183\u0279\u0250d\u01ddd, \u0279\u01ddsnl\u0287s \u0265\u1d09dd\u01ddn)" - ], - "%(num_questions)s question": [ - "%(num_questions)s bn\u01dds\u0287\u1d09\u00f8n", - "%(num_questions)s bn\u01dds\u0287\u1d09\u00f8ns" - ], - "%(num_students)s student": [ - "%(num_students)s s\u0287nd\u01ddn\u0287", - "%(num_students)s s\u0287nd\u01ddn\u0287s" - ], - "%(num_students)s student opened Subsection": [ - "%(num_students)s s\u0287nd\u01ddn\u0287 \u00f8d\u01ddn\u01ddd Snbs\u01dd\u0254\u0287\u1d09\u00f8n", - "%(num_students)s s\u0287nd\u01ddn\u0287s \u00f8d\u01ddn\u01ddd Snbs\u01dd\u0254\u0287\u1d09\u00f8n" - ], - "%(programName)s Home Page.": "%(programName)s \u0126\u00f8\u026f\u01dd \u2c63\u0250\u0183\u01dd.", - "%(team_count)s Team": [ - "%(team_count)s \u0166\u01dd\u0250\u026f", - "%(team_count)s \u0166\u01dd\u0250\u026fs" - ], - "%(type)s Component Template Menu": "%(type)s \u023b\u00f8\u026fd\u00f8n\u01ddn\u0287 \u0166\u01dd\u026fdl\u0250\u0287\u01dd M\u01ddnn", + ], + "%(field)s can only contain up to %(count)d characters.": "%(field)s \u0254\u0250n \u00f8nl\u028e \u0254\u00f8n\u0287\u0250\u1d09n nd \u0287\u00f8 %(count)d \u0254\u0265\u0250\u0279\u0250\u0254\u0287\u01dd\u0279s.", + "%(field)s must have at least %(count)d characters.": "%(field)s \u026fns\u0287 \u0265\u0250\u028c\u01dd \u0250\u0287 l\u01dd\u0250s\u0287 %(count)d \u0254\u0265\u0250\u0279\u0250\u0254\u0287\u01dd\u0279s.", + "%(new_item_message)s": "%(new_item_message)s", + "%(programName)s Home Page.": "%(programName)s \u0126\u00f8\u026f\u01dd \u2c63\u0250\u0183\u01dd.", + "%(type)s Component Template Menu": "%(type)s \u023b\u00f8\u026fd\u00f8n\u01ddn\u0287 \u0166\u01dd\u026fdl\u0250\u0287\u01dd M\u01ddnn", "%(value)s hour": [ - "%(value)s \u0265\u00f8n\u0279", + "%(value)s \u0265\u00f8n\u0279", "%(value)s \u0265\u00f8n\u0279s" - ], + ], "%(value)s minute": [ - "%(value)s \u026f\u1d09nn\u0287\u01dd", + "%(value)s \u026f\u1d09nn\u0287\u01dd", "%(value)s \u026f\u1d09nn\u0287\u01dds" - ], + ], "%(value)s second": [ - "%(value)s s\u01dd\u0254\u00f8nd", + "%(value)s s\u01dd\u0254\u00f8nd", "%(value)s s\u01dd\u0254\u00f8nds" - ], + ], "%d day": [ - "%d d\u0250\u028e", + "%d d\u0250\u028e", "%d d\u0250\u028es" - ], + ], "%d minute": [ - "%d \u026f\u1d09nn\u0287\u01dd", + "%d \u026f\u1d09nn\u0287\u01dd", "%d \u026f\u1d09nn\u0287\u01dds" - ], + ], "%d month": [ - "%d \u026f\u00f8n\u0287\u0265", + "%d \u026f\u00f8n\u0287\u0265", "%d \u026f\u00f8n\u0287\u0265s" - ], + ], "%d year": [ - "%d \u028e\u01dd\u0250\u0279", + "%d \u028e\u01dd\u0250\u0279", "%d \u028e\u01dd\u0250\u0279s" - ], - "%s ago": "%s \u0250\u0183\u00f8", - "%s from now": "%s \u025f\u0279\u00f8\u026f n\u00f8\u028d", - "(Add signatories for a certificate)": "(\u023add s\u1d09\u0183n\u0250\u0287\u00f8\u0279\u1d09\u01dds \u025f\u00f8\u0279 \u0250 \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd)", - "(Caption will be displayed when you start playing the video.)": "(\u023b\u0250d\u0287\u1d09\u00f8n \u028d\u1d09ll b\u01dd d\u1d09sdl\u0250\u028e\u01ddd \u028d\u0265\u01ddn \u028e\u00f8n s\u0287\u0250\u0279\u0287 dl\u0250\u028e\u1d09n\u0183 \u0287\u0265\u01dd \u028c\u1d09d\u01dd\u00f8.)", - "(Optional)": "(\u00d8d\u0287\u1d09\u00f8n\u0250l)", - "(Read-only)": "(\u024c\u01dd\u0250d-\u00f8nl\u028e)", - "(Required Field)": "(\u024c\u01ddbn\u1d09\u0279\u01ddd F\u1d09\u01ddld)", - "(Self-paced) Ended {end}": "(S\u01ddl\u025f-d\u0250\u0254\u01ddd) \u0246nd\u01ddd {end}", - "(Self-paced) Ends {end}": "(S\u01ddl\u025f-d\u0250\u0254\u01ddd) \u0246nds {end}", - "(Self-paced) Started {start}": "(S\u01ddl\u025f-d\u0250\u0254\u01ddd) S\u0287\u0250\u0279\u0287\u01ddd {start}", - "(Self-paced) Starts {start}": "(S\u01ddl\u025f-d\u0250\u0254\u01ddd) S\u0287\u0250\u0279\u0287s {start}", + ], + "%s ago": "%s \u0250\u0183\u00f8", + "%s from now": "%s \u025f\u0279\u00f8\u026f n\u00f8\u028d", + "(Add signatories for a certificate)": "(\u023add s\u1d09\u0183n\u0250\u0287\u00f8\u0279\u1d09\u01dds \u025f\u00f8\u0279 \u0250 \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd)", + "(Caption will be displayed when you start playing the video.)": "(\u023b\u0250d\u0287\u1d09\u00f8n \u028d\u1d09ll b\u01dd d\u1d09sdl\u0250\u028e\u01ddd \u028d\u0265\u01ddn \u028e\u00f8n s\u0287\u0250\u0279\u0287 dl\u0250\u028e\u1d09n\u0183 \u0287\u0265\u01dd \u028c\u1d09d\u01dd\u00f8.)", + "(Optional)": "(\u00d8d\u0287\u1d09\u00f8n\u0250l)", + "(Read-only)": "(\u024c\u01dd\u0250d-\u00f8nl\u028e)", + "(Required Field)": "(\u024c\u01ddbn\u1d09\u0279\u01ddd F\u1d09\u01ddld)", + "(Self-paced) Ended {end}": "(S\u01ddl\u025f-d\u0250\u0254\u01ddd) \u0246nd\u01ddd {end}", + "(Self-paced) Ends {end}": "(S\u01ddl\u025f-d\u0250\u0254\u01ddd) \u0246nds {end}", + "(Self-paced) Started {start}": "(S\u01ddl\u025f-d\u0250\u0254\u01ddd) S\u0287\u0250\u0279\u0287\u01ddd {start}", + "(Self-paced) Starts {start}": "(S\u01ddl\u025f-d\u0250\u0254\u01ddd) S\u0287\u0250\u0279\u0287s {start}", "(contains %(student_count)s student)": [ - "(\u0254\u00f8n\u0287\u0250\u1d09ns %(student_count)s s\u0287nd\u01ddn\u0287)", + "(\u0254\u00f8n\u0287\u0250\u1d09ns %(student_count)s s\u0287nd\u01ddn\u0287)", "(\u0254\u00f8n\u0287\u0250\u1d09ns %(student_count)s s\u0287nd\u01ddn\u0287s)" - ], - "(optional)": "(\u00f8d\u0287\u1d09\u00f8n\u0250l)", - "(required)": "(\u0279\u01ddbn\u1d09\u0279\u01ddd)", - "- Sortable": "- S\u00f8\u0279\u0287\u0250bl\u01dd", - ": video upload complete.": ": \u028c\u1d09d\u01dd\u00f8 ndl\u00f8\u0250d \u0254\u00f8\u026fdl\u01dd\u0287\u01dd.", - "<%= user %> already in exception list.": "<%= user %> \u0250l\u0279\u01dd\u0250d\u028e \u1d09n \u01ddx\u0254\u01ddd\u0287\u1d09\u00f8n l\u1d09s\u0287.", - "<%= user %> has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.": "<%= user %> \u0265\u0250s b\u01dd\u01ddn sn\u0254\u0254\u01ddss\u025fnll\u028e \u0250dd\u01ddd \u0287\u00f8 \u0287\u0265\u01dd \u01ddx\u0254\u01ddd\u0287\u1d09\u00f8n l\u1d09s\u0287. \u023bl\u1d09\u0254\u029e \u01e4\u01ddn\u01dd\u0279\u0250\u0287\u01dd \u0246x\u0254\u01ddd\u0287\u1d09\u00f8n \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd b\u01ddl\u00f8\u028d \u0287\u00f8 s\u01ddnd \u0287\u0265\u01dd \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd.", - "A Password is required": "\u023a \u2c63\u0250ss\u028d\u00f8\u0279d \u1d09s \u0279\u01ddbn\u1d09\u0279\u01ddd", - "A driver's license, passport, or government-issued ID with your name and photo.": "\u023a d\u0279\u1d09\u028c\u01dd\u0279's l\u1d09\u0254\u01ddns\u01dd, d\u0250ssd\u00f8\u0279\u0287, \u00f8\u0279 \u0183\u00f8\u028c\u01dd\u0279n\u026f\u01ddn\u0287-\u1d09ssn\u01ddd \u0197\u0110 \u028d\u1d09\u0287\u0265 \u028e\u00f8n\u0279 n\u0250\u026f\u01dd \u0250nd d\u0265\u00f8\u0287\u00f8.", - "A driver's license, passport, or other government-issued ID with your name and photo": "\u023a d\u0279\u1d09\u028c\u01dd\u0279's l\u1d09\u0254\u01ddns\u01dd, d\u0250ssd\u00f8\u0279\u0287, \u00f8\u0279 \u00f8\u0287\u0265\u01dd\u0279 \u0183\u00f8\u028c\u01dd\u0279n\u026f\u01ddn\u0287-\u1d09ssn\u01ddd \u0197\u0110 \u028d\u1d09\u0287\u0265 \u028e\u00f8n\u0279 n\u0250\u026f\u01dd \u0250nd d\u0265\u00f8\u0287\u00f8", - "A highlight to look forward to this week.": "\u023a \u0265\u1d09\u0183\u0265l\u1d09\u0183\u0265\u0287 \u0287\u00f8 l\u00f8\u00f8\u029e \u025f\u00f8\u0279\u028d\u0250\u0279d \u0287\u00f8 \u0287\u0265\u1d09s \u028d\u01dd\u01dd\u029e.", - "A list of courses you have just enrolled in as a verified student": "\u023a l\u1d09s\u0287 \u00f8\u025f \u0254\u00f8n\u0279s\u01dds \u028e\u00f8n \u0265\u0250\u028c\u01dd \u027ens\u0287 \u01ddn\u0279\u00f8ll\u01ddd \u1d09n \u0250s \u0250 \u028c\u01dd\u0279\u1d09\u025f\u1d09\u01ddd s\u0287nd\u01ddn\u0287", - "A name that identifies your team (maximum 255 characters).": "\u023a n\u0250\u026f\u01dd \u0287\u0265\u0250\u0287 \u1d09d\u01ddn\u0287\u1d09\u025f\u1d09\u01dds \u028e\u00f8n\u0279 \u0287\u01dd\u0250\u026f (\u026f\u0250x\u1d09\u026fn\u026f 255 \u0254\u0265\u0250\u0279\u0250\u0254\u0287\u01dd\u0279s).", - "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "\u023a s\u0265\u00f8\u0279\u0287 d\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n \u00f8\u025f \u0287\u0265\u01dd \u0287\u01dd\u0250\u026f \u0287\u00f8 \u0265\u01ddld \u00f8\u0287\u0265\u01dd\u0279 l\u01dd\u0250\u0279n\u01dd\u0279s nnd\u01dd\u0279s\u0287\u0250nd \u0287\u0265\u01dd \u0183\u00f8\u0250ls \u00f8\u0279 d\u1d09\u0279\u01dd\u0254\u0287\u1d09\u00f8n \u00f8\u025f \u0287\u0265\u01dd \u0287\u01dd\u0250\u026f (\u026f\u0250x\u1d09\u026fn\u026f 300 \u0254\u0265\u0250\u0279\u0250\u0254\u0287\u01dd\u0279s).", - "A valid email address is required": "\u023a \u028c\u0250l\u1d09d \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss \u1d09s \u0279\u01ddbn\u1d09\u0279\u01ddd", - "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "\u023a\u0243\u023b\u0110\u0246F\u01e4\u0126\u0197\u0248\ua740\u0141MN\u00d8\u2c63Q\u024cS\u0166\u0244VWX\u024e\u01b5", - "API Key": "\u023a\u2c63\u0197 \ua740\u01dd\u028e", - "API Secret": "\u023a\u2c63\u0197 S\u01dd\u0254\u0279\u01dd\u0287", - "Abbreviation": "\u023abb\u0279\u01dd\u028c\u1d09\u0250\u0287\u1d09\u00f8n", - "About Me": "\u023ab\u00f8n\u0287 M\u01dd", - "About You": "\u023ab\u00f8n\u0287 \u024e\u00f8n", - "About me": "\u023ab\u00f8n\u0287 \u026f\u01dd", - "Access to some content in this unit is restricted to specific groups of learners": "\u023a\u0254\u0254\u01ddss \u0287\u00f8 s\u00f8\u026f\u01dd \u0254\u00f8n\u0287\u01ddn\u0287 \u1d09n \u0287\u0265\u1d09s nn\u1d09\u0287 \u1d09s \u0279\u01dds\u0287\u0279\u1d09\u0254\u0287\u01ddd \u0287\u00f8 sd\u01dd\u0254\u1d09\u025f\u1d09\u0254 \u0183\u0279\u00f8nds \u00f8\u025f l\u01dd\u0250\u0279n\u01dd\u0279s", - "Access to some content in this {blockType} is restricted to specific groups of learners.": "\u023a\u0254\u0254\u01ddss \u0287\u00f8 s\u00f8\u026f\u01dd \u0254\u00f8n\u0287\u01ddn\u0287 \u1d09n \u0287\u0265\u1d09s {blockType} \u1d09s \u0279\u01dds\u0287\u0279\u1d09\u0254\u0287\u01ddd \u0287\u00f8 sd\u01dd\u0254\u1d09\u025f\u1d09\u0254 \u0183\u0279\u00f8nds \u00f8\u025f l\u01dd\u0250\u0279n\u01dd\u0279s.", - "Access to this unit is restricted to: {selectedGroupsLabel}": "\u023a\u0254\u0254\u01ddss \u0287\u00f8 \u0287\u0265\u1d09s nn\u1d09\u0287 \u1d09s \u0279\u01dds\u0287\u0279\u1d09\u0254\u0287\u01ddd \u0287\u00f8: {selectedGroupsLabel}", - "Access to this {blockType} is restricted to: {selectedGroupsLabel}": "\u023a\u0254\u0254\u01ddss \u0287\u00f8 \u0287\u0265\u1d09s {blockType} \u1d09s \u0279\u01dds\u0287\u0279\u1d09\u0254\u0287\u01ddd \u0287\u00f8: {selectedGroupsLabel}", - "Accomplishments": "\u023a\u0254\u0254\u00f8\u026fdl\u1d09s\u0265\u026f\u01ddn\u0287s", - "Accomplishments Pagination": "\u023a\u0254\u0254\u00f8\u026fdl\u1d09s\u0265\u026f\u01ddn\u0287s \u2c63\u0250\u0183\u1d09n\u0250\u0287\u1d09\u00f8n", - "Account": "\u023a\u0254\u0254\u00f8nn\u0287", - "Account Information": "\u023a\u0254\u0254\u00f8nn\u0287 \u0197n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n", - "Account Not Activated": "\u023a\u0254\u0254\u00f8nn\u0287 N\u00f8\u0287 \u023a\u0254\u0287\u1d09\u028c\u0250\u0287\u01ddd", - "Account Settings": "\u023a\u0254\u0254\u00f8nn\u0287 S\u01dd\u0287\u0287\u1d09n\u0183s", - "Account Settings page.": "\u023a\u0254\u0254\u00f8nn\u0287 S\u01dd\u0287\u0287\u1d09n\u0183s d\u0250\u0183\u01dd.", - "Account deletion, including removal from email lists, may take a few weeks to fully process through our system. If you want to opt-out of emails before then, please unsubscribe from the footer of any email.": "\u023a\u0254\u0254\u00f8nn\u0287 d\u01ddl\u01dd\u0287\u1d09\u00f8n, \u1d09n\u0254lnd\u1d09n\u0183 \u0279\u01dd\u026f\u00f8\u028c\u0250l \u025f\u0279\u00f8\u026f \u01dd\u026f\u0250\u1d09l l\u1d09s\u0287s, \u026f\u0250\u028e \u0287\u0250\u029e\u01dd \u0250 \u025f\u01dd\u028d \u028d\u01dd\u01dd\u029es \u0287\u00f8 \u025fnll\u028e d\u0279\u00f8\u0254\u01ddss \u0287\u0265\u0279\u00f8n\u0183\u0265 \u00f8n\u0279 s\u028es\u0287\u01dd\u026f. \u0197\u025f \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u00f8d\u0287-\u00f8n\u0287 \u00f8\u025f \u01dd\u026f\u0250\u1d09ls b\u01dd\u025f\u00f8\u0279\u01dd \u0287\u0265\u01ddn, dl\u01dd\u0250s\u01dd nnsnbs\u0254\u0279\u1d09b\u01dd \u025f\u0279\u00f8\u026f \u0287\u0265\u01dd \u025f\u00f8\u00f8\u0287\u01dd\u0279 \u00f8\u025f \u0250n\u028e \u01dd\u026f\u0250\u1d09l.", - "Action": "\u023a\u0254\u0287\u1d09\u00f8n", - "Action required: Enter a valid date.": "\u023a\u0254\u0287\u1d09\u00f8n \u0279\u01ddbn\u1d09\u0279\u01ddd: \u0246n\u0287\u01dd\u0279 \u0250 \u028c\u0250l\u1d09d d\u0250\u0287\u01dd.", - "Actions": "\u023a\u0254\u0287\u1d09\u00f8ns", - "Activate": "\u023a\u0254\u0287\u1d09\u028c\u0250\u0287\u01dd", - "Activate Your Account": "\u023a\u0254\u0287\u1d09\u028c\u0250\u0287\u01dd \u024e\u00f8n\u0279 \u023a\u0254\u0254\u00f8nn\u0287", - "Activating a link in this group will skip to the corresponding point in the video.": "\u023a\u0254\u0287\u1d09\u028c\u0250\u0287\u1d09n\u0183 \u0250 l\u1d09n\u029e \u1d09n \u0287\u0265\u1d09s \u0183\u0279\u00f8nd \u028d\u1d09ll s\u029e\u1d09d \u0287\u00f8 \u0287\u0265\u01dd \u0254\u00f8\u0279\u0279\u01ddsd\u00f8nd\u1d09n\u0183 d\u00f8\u1d09n\u0287 \u1d09n \u0287\u0265\u01dd \u028c\u1d09d\u01dd\u00f8.", - "Active": "\u023a\u0254\u0287\u1d09\u028c\u01dd", - "Active Uploads": "\u023a\u0254\u0287\u1d09\u028c\u01dd \u0244dl\u00f8\u0250ds", - "Add": "\u023add", - "Add Additional Signatory": "\u023add \u023add\u1d09\u0287\u1d09\u00f8n\u0250l S\u1d09\u0183n\u0250\u0287\u00f8\u0279\u028e", - "Add Allowance": "\u023add \u023all\u00f8\u028d\u0250n\u0254\u01dd", - "Add Attachment": "\u023add \u023a\u0287\u0287\u0250\u0254\u0265\u026f\u01ddn\u0287", - "Add Cohort": "\u023add \u023b\u00f8\u0265\u00f8\u0279\u0287", - "Add Component:": "\u023add \u023b\u00f8\u026fd\u00f8n\u01ddn\u0287:", - "Add Country": "\u023add \u023b\u00f8nn\u0287\u0279\u028e", - "Add Learners": "\u023add \u0141\u01dd\u0250\u0279n\u01dd\u0279s", - "Add New Component": "\u023add N\u01dd\u028d \u023b\u00f8\u026fd\u00f8n\u01ddn\u0287", - "Add Thumbnail": "\u023add \u0166\u0265n\u026fbn\u0250\u1d09l", - "Add Thumbnail - {videoName}": "\u023add \u0166\u0265n\u026fbn\u0250\u1d09l - {videoName}", - "Add URLs for additional versions": "\u023add \u0244\u024c\u0141s \u025f\u00f8\u0279 \u0250dd\u1d09\u0287\u1d09\u00f8n\u0250l \u028c\u01dd\u0279s\u1d09\u00f8ns", - "Add a Chapter": "\u023add \u0250 \u023b\u0265\u0250d\u0287\u01dd\u0279", - "Add a New Allowance": "\u023add \u0250 N\u01dd\u028d \u023all\u00f8\u028d\u0250n\u0254\u01dd", - "Add a New Cohort": "\u023add \u0250 N\u01dd\u028d \u023b\u00f8\u0265\u00f8\u0279\u0287", - "Add a learning outcome here": "\u023add \u0250 l\u01dd\u0250\u0279n\u1d09n\u0183 \u00f8n\u0287\u0254\u00f8\u026f\u01dd \u0265\u01dd\u0279\u01dd", - "Add another group": "\u023add \u0250n\u00f8\u0287\u0265\u01dd\u0279 \u0183\u0279\u00f8nd", - "Add language": "\u023add l\u0250n\u0183n\u0250\u0183\u01dd", - "Add learners to this cohort": "\u023add l\u01dd\u0250\u0279n\u01dd\u0279s \u0287\u00f8 \u0287\u0265\u1d09s \u0254\u00f8\u0265\u00f8\u0279\u0287", - "Add notes about this learner": "\u023add n\u00f8\u0287\u01dds \u0250b\u00f8n\u0287 \u0287\u0265\u1d09s l\u01dd\u0250\u0279n\u01dd\u0279", - "Add to Dictionary": "\u023add \u0287\u00f8 \u0110\u1d09\u0254\u0287\u1d09\u00f8n\u0250\u0279\u028e", - "Add to Exception List": "\u023add \u0287\u00f8 \u0246x\u0254\u01ddd\u0287\u1d09\u00f8n \u0141\u1d09s\u0287", - "Add your first content group": "\u023add \u028e\u00f8n\u0279 \u025f\u1d09\u0279s\u0287 \u0254\u00f8n\u0287\u01ddn\u0287 \u0183\u0279\u00f8nd", - "Add your first group configuration": "\u023add \u028e\u00f8n\u0279 \u025f\u1d09\u0279s\u0287 \u0183\u0279\u00f8nd \u0254\u00f8n\u025f\u1d09\u0183n\u0279\u0250\u0287\u1d09\u00f8n", - "Add your first textbook": "\u023add \u028e\u00f8n\u0279 \u025f\u1d09\u0279s\u0287 \u0287\u01ddx\u0287b\u00f8\u00f8\u029e", - "Add {role} Access": "\u023add {role} \u023a\u0254\u0254\u01ddss", - "Adding": "\u023add\u1d09n\u0183", - "Adding the selected course to your cart": "\u023add\u1d09n\u0183 \u0287\u0265\u01dd s\u01ddl\u01dd\u0254\u0287\u01ddd \u0254\u00f8n\u0279s\u01dd \u0287\u00f8 \u028e\u00f8n\u0279 \u0254\u0250\u0279\u0287", - "Additional Credit Opportunities": "\u023add\u1d09\u0287\u1d09\u00f8n\u0250l \u023b\u0279\u01ddd\u1d09\u0287 \u00d8dd\u00f8\u0279\u0287nn\u1d09\u0287\u1d09\u01dds", - "Additional Information": "\u023add\u1d09\u0287\u1d09\u00f8n\u0250l \u0197n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n", - "Additional Professional Opportunities": "\u023add\u1d09\u0287\u1d09\u00f8n\u0250l \u2c63\u0279\u00f8\u025f\u01ddss\u1d09\u00f8n\u0250l \u00d8dd\u00f8\u0279\u0287nn\u1d09\u0287\u1d09\u01dds", - "Additional Time (minutes)": "\u023add\u1d09\u0287\u1d09\u00f8n\u0250l \u0166\u1d09\u026f\u01dd (\u026f\u1d09nn\u0287\u01dds)", - "Additional posts could not be loaded. Refresh the page and try again.": "\u023add\u1d09\u0287\u1d09\u00f8n\u0250l d\u00f8s\u0287s \u0254\u00f8nld n\u00f8\u0287 b\u01dd l\u00f8\u0250d\u01ddd. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "Additional responses could not be loaded. Refresh the page and try again.": "\u023add\u1d09\u0287\u1d09\u00f8n\u0250l \u0279\u01ddsd\u00f8ns\u01dds \u0254\u00f8nld n\u00f8\u0287 b\u01dd l\u00f8\u0250d\u01ddd. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "Adjust video speed": "\u023ad\u027ens\u0287 \u028c\u1d09d\u01dd\u00f8 sd\u01dd\u01ddd", - "Adjust video volume": "\u023ad\u027ens\u0287 \u028c\u1d09d\u01dd\u00f8 \u028c\u00f8ln\u026f\u01dd", - "Admin": "\u023ad\u026f\u1d09n", - "Advanced": "\u023ad\u028c\u0250n\u0254\u01ddd", - "After the course\\'s end date has passed, learners can no longer access subsection content. The subsection remains included in grade calculations.": "\u023a\u025f\u0287\u01dd\u0279 \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd\\'s \u01ddnd d\u0250\u0287\u01dd \u0265\u0250s d\u0250ss\u01ddd, l\u01dd\u0250\u0279n\u01dd\u0279s \u0254\u0250n n\u00f8 l\u00f8n\u0183\u01dd\u0279 \u0250\u0254\u0254\u01ddss snbs\u01dd\u0254\u0287\u1d09\u00f8n \u0254\u00f8n\u0287\u01ddn\u0287. \u0166\u0265\u01dd snbs\u01dd\u0254\u0287\u1d09\u00f8n \u0279\u01dd\u026f\u0250\u1d09ns \u1d09n\u0254lnd\u01ddd \u1d09n \u0183\u0279\u0250d\u01dd \u0254\u0250l\u0254nl\u0250\u0287\u1d09\u00f8ns.", - "After the subsection\\'s due date has passed, learners can no longer access its content. The subsection remains included in grade calculations.": "\u023a\u025f\u0287\u01dd\u0279 \u0287\u0265\u01dd snbs\u01dd\u0254\u0287\u1d09\u00f8n\\'s dn\u01dd d\u0250\u0287\u01dd \u0265\u0250s d\u0250ss\u01ddd, l\u01dd\u0250\u0279n\u01dd\u0279s \u0254\u0250n n\u00f8 l\u00f8n\u0183\u01dd\u0279 \u0250\u0254\u0254\u01ddss \u1d09\u0287s \u0254\u00f8n\u0287\u01ddn\u0287. \u0166\u0265\u01dd snbs\u01dd\u0254\u0287\u1d09\u00f8n \u0279\u01dd\u026f\u0250\u1d09ns \u1d09n\u0254lnd\u01ddd \u1d09n \u0183\u0279\u0250d\u01dd \u0254\u0250l\u0254nl\u0250\u0287\u1d09\u00f8ns.", - "Align center": "\u023al\u1d09\u0183n \u0254\u01ddn\u0287\u01dd\u0279", - "Align left": "\u023al\u1d09\u0183n l\u01dd\u025f\u0287", - "Align right": "\u023al\u1d09\u0183n \u0279\u1d09\u0183\u0265\u0287", - "Alignment": "\u023al\u1d09\u0183n\u026f\u01ddn\u0287", - "All Learners and Staff": "\u023all \u0141\u01dd\u0250\u0279n\u01dd\u0279s \u0250nd S\u0287\u0250\u025f\u025f", - "All Posts": "\u023all \u2c63\u00f8s\u0287s", - "All Rights Reserved": "\u023all \u024c\u1d09\u0183\u0265\u0287s \u024c\u01dds\u01dd\u0279\u028c\u01ddd", - "All Time Zones": "\u023all \u0166\u1d09\u026f\u01dd \u01b5\u00f8n\u01dds", - "All Topics": "\u023all \u0166\u00f8d\u1d09\u0254s", - "All accounts were created successfully.": "\u023all \u0250\u0254\u0254\u00f8nn\u0287s \u028d\u01dd\u0279\u01dd \u0254\u0279\u01dd\u0250\u0287\u01ddd sn\u0254\u0254\u01ddss\u025fnll\u028e.", - "All chapters must have a name and asset": "\u023all \u0254\u0265\u0250d\u0287\u01dd\u0279s \u026fns\u0287 \u0265\u0250\u028c\u01dd \u0250 n\u0250\u026f\u01dd \u0250nd \u0250ss\u01dd\u0287", - "All groups must have a name.": "\u023all \u0183\u0279\u00f8nds \u026fns\u0287 \u0265\u0250\u028c\u01dd \u0250 n\u0250\u026f\u01dd.", - "All groups must have a unique name.": "\u023all \u0183\u0279\u00f8nds \u026fns\u0287 \u0265\u0250\u028c\u01dd \u0250 nn\u1d09bn\u01dd n\u0250\u026f\u01dd.", - "All learners in the {cohort_name} cohort": "\u023all l\u01dd\u0250\u0279n\u01dd\u0279s \u1d09n \u0287\u0265\u01dd {cohort_name} \u0254\u00f8\u0265\u00f8\u0279\u0287", - "All learners in the {track_name} track": "\u023all l\u01dd\u0250\u0279n\u01dd\u0279s \u1d09n \u0287\u0265\u01dd {track_name} \u0287\u0279\u0250\u0254\u029e", - "All learners who are enrolled in this course": "\u023all l\u01dd\u0250\u0279n\u01dd\u0279s \u028d\u0265\u00f8 \u0250\u0279\u01dd \u01ddn\u0279\u00f8ll\u01ddd \u1d09n \u0287\u0265\u1d09s \u0254\u00f8n\u0279s\u01dd", - "All payment options are currently unavailable.": "\u023all d\u0250\u028e\u026f\u01ddn\u0287 \u00f8d\u0287\u1d09\u00f8ns \u0250\u0279\u01dd \u0254n\u0279\u0279\u01ddn\u0287l\u028e nn\u0250\u028c\u0250\u1d09l\u0250bl\u01dd.", - "All professional education courses are fee-based, and require payment to complete the enrollment process.": "\u023all d\u0279\u00f8\u025f\u01ddss\u1d09\u00f8n\u0250l \u01dddn\u0254\u0250\u0287\u1d09\u00f8n \u0254\u00f8n\u0279s\u01dds \u0250\u0279\u01dd \u025f\u01dd\u01dd-b\u0250s\u01ddd, \u0250nd \u0279\u01ddbn\u1d09\u0279\u01dd d\u0250\u028e\u026f\u01ddn\u0287 \u0287\u00f8 \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u0287\u0265\u01dd \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 d\u0279\u00f8\u0254\u01ddss.", - "All subsections": "\u023all snbs\u01dd\u0254\u0287\u1d09\u00f8ns", - "All teams": "\u023all \u0287\u01dd\u0250\u026fs", - "All topics": "\u023all \u0287\u00f8d\u1d09\u0254s", - "All units": "\u023all nn\u1d09\u0287s", - "All users on the Exception list": "\u023all ns\u01dd\u0279s \u00f8n \u0287\u0265\u01dd \u0246x\u0254\u01ddd\u0287\u1d09\u00f8n l\u1d09s\u0287", - "All users on the Exception list who do not yet have a certificate": "\u023all ns\u01dd\u0279s \u00f8n \u0287\u0265\u01dd \u0246x\u0254\u01ddd\u0287\u1d09\u00f8n l\u1d09s\u0287 \u028d\u0265\u00f8 d\u00f8 n\u00f8\u0287 \u028e\u01dd\u0287 \u0265\u0250\u028c\u01dd \u0250 \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd", - "Allow others to copy, distribute, display and perform only verbatim copies of your work, not derivative works based upon it. This option is incompatible with \"Share Alike\".": "\u023all\u00f8\u028d \u00f8\u0287\u0265\u01dd\u0279s \u0287\u00f8 \u0254\u00f8d\u028e, d\u1d09s\u0287\u0279\u1d09bn\u0287\u01dd, d\u1d09sdl\u0250\u028e \u0250nd d\u01dd\u0279\u025f\u00f8\u0279\u026f \u00f8nl\u028e \u028c\u01dd\u0279b\u0250\u0287\u1d09\u026f \u0254\u00f8d\u1d09\u01dds \u00f8\u025f \u028e\u00f8n\u0279 \u028d\u00f8\u0279\u029e, n\u00f8\u0287 d\u01dd\u0279\u1d09\u028c\u0250\u0287\u1d09\u028c\u01dd \u028d\u00f8\u0279\u029es b\u0250s\u01ddd nd\u00f8n \u1d09\u0287. \u0166\u0265\u1d09s \u00f8d\u0287\u1d09\u00f8n \u1d09s \u1d09n\u0254\u00f8\u026fd\u0250\u0287\u1d09bl\u01dd \u028d\u1d09\u0287\u0265 \"S\u0265\u0250\u0279\u01dd \u023al\u1d09\u029e\u01dd\".", - "Allow others to copy, distribute, display and perform your copyrighted work but only if they give credit the way you request. Currently, this option is required.": "\u023all\u00f8\u028d \u00f8\u0287\u0265\u01dd\u0279s \u0287\u00f8 \u0254\u00f8d\u028e, d\u1d09s\u0287\u0279\u1d09bn\u0287\u01dd, d\u1d09sdl\u0250\u028e \u0250nd d\u01dd\u0279\u025f\u00f8\u0279\u026f \u028e\u00f8n\u0279 \u0254\u00f8d\u028e\u0279\u1d09\u0183\u0265\u0287\u01ddd \u028d\u00f8\u0279\u029e bn\u0287 \u00f8nl\u028e \u1d09\u025f \u0287\u0265\u01dd\u028e \u0183\u1d09\u028c\u01dd \u0254\u0279\u01ddd\u1d09\u0287 \u0287\u0265\u01dd \u028d\u0250\u028e \u028e\u00f8n \u0279\u01ddbn\u01dds\u0287. \u023bn\u0279\u0279\u01ddn\u0287l\u028e, \u0287\u0265\u1d09s \u00f8d\u0287\u1d09\u00f8n \u1d09s \u0279\u01ddbn\u1d09\u0279\u01ddd.", - "Allow others to copy, distribute, display and perform your work - and derivative works based upon it - but for noncommercial purposes only.": "\u023all\u00f8\u028d \u00f8\u0287\u0265\u01dd\u0279s \u0287\u00f8 \u0254\u00f8d\u028e, d\u1d09s\u0287\u0279\u1d09bn\u0287\u01dd, d\u1d09sdl\u0250\u028e \u0250nd d\u01dd\u0279\u025f\u00f8\u0279\u026f \u028e\u00f8n\u0279 \u028d\u00f8\u0279\u029e - \u0250nd d\u01dd\u0279\u1d09\u028c\u0250\u0287\u1d09\u028c\u01dd \u028d\u00f8\u0279\u029es b\u0250s\u01ddd nd\u00f8n \u1d09\u0287 - bn\u0287 \u025f\u00f8\u0279 n\u00f8n\u0254\u00f8\u026f\u026f\u01dd\u0279\u0254\u1d09\u0250l dn\u0279d\u00f8s\u01dds \u00f8nl\u028e.", - "Allow others to distribute derivative works only under a license identical to the license that governs your work. This option is incompatible with \"No Derivatives\".": "\u023all\u00f8\u028d \u00f8\u0287\u0265\u01dd\u0279s \u0287\u00f8 d\u1d09s\u0287\u0279\u1d09bn\u0287\u01dd d\u01dd\u0279\u1d09\u028c\u0250\u0287\u1d09\u028c\u01dd \u028d\u00f8\u0279\u029es \u00f8nl\u028e nnd\u01dd\u0279 \u0250 l\u1d09\u0254\u01ddns\u01dd \u1d09d\u01ddn\u0287\u1d09\u0254\u0250l \u0287\u00f8 \u0287\u0265\u01dd l\u1d09\u0254\u01ddns\u01dd \u0287\u0265\u0250\u0287 \u0183\u00f8\u028c\u01dd\u0279ns \u028e\u00f8n\u0279 \u028d\u00f8\u0279\u029e. \u0166\u0265\u1d09s \u00f8d\u0287\u1d09\u00f8n \u1d09s \u1d09n\u0254\u00f8\u026fd\u0250\u0287\u1d09bl\u01dd \u028d\u1d09\u0287\u0265 \"N\u00f8 \u0110\u01dd\u0279\u1d09\u028c\u0250\u0287\u1d09\u028c\u01dds\".", - "Allow students to generate certificates for this course?": "\u023all\u00f8\u028d s\u0287nd\u01ddn\u0287s \u0287\u00f8 \u0183\u01ddn\u01dd\u0279\u0250\u0287\u01dd \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds \u025f\u00f8\u0279 \u0287\u0265\u1d09s \u0254\u00f8n\u0279s\u01dd?", - "Allowance Type": "\u023all\u00f8\u028d\u0250n\u0254\u01dd \u0166\u028ed\u01dd", - "Allowance Value": "\u023all\u00f8\u028d\u0250n\u0254\u01dd V\u0250ln\u01dd", - "Allowances": "\u023all\u00f8\u028d\u0250n\u0254\u01dds", - "Already a course team member": "\u023al\u0279\u01dd\u0250d\u028e \u0250 \u0254\u00f8n\u0279s\u01dd \u0287\u01dd\u0250\u026f \u026f\u01dd\u026fb\u01dd\u0279", - "Already a library team member": "\u023al\u0279\u01dd\u0250d\u028e \u0250 l\u1d09b\u0279\u0250\u0279\u028e \u0287\u01dd\u0250\u026f \u026f\u01dd\u026fb\u01dd\u0279", - "Already a member": "\u023al\u0279\u01dd\u0250d\u028e \u0250 \u026f\u01dd\u026fb\u01dd\u0279", - "Already have an {platformName} account?": "\u023al\u0279\u01dd\u0250d\u028e \u0265\u0250\u028c\u01dd \u0250n {platformName} \u0250\u0254\u0254\u00f8nn\u0287?", - "Alternative source": "\u023al\u0287\u01dd\u0279n\u0250\u0287\u1d09\u028c\u01dd s\u00f8n\u0279\u0254\u01dd", - "Always divide content-specific discussion topics": "\u023al\u028d\u0250\u028es d\u1d09\u028c\u1d09d\u01dd \u0254\u00f8n\u0287\u01ddn\u0287-sd\u01dd\u0254\u1d09\u025f\u1d09\u0254 d\u1d09s\u0254nss\u1d09\u00f8n \u0287\u00f8d\u1d09\u0254s", - "Always show assessment results": "\u023al\u028d\u0250\u028es s\u0265\u00f8\u028d \u0250ss\u01ddss\u026f\u01ddn\u0287 \u0279\u01ddsnl\u0287s", - "Amount": "\u023a\u026f\u00f8nn\u0287", - "An email has been sent to {userEmail} with a link for you to activate your account.": "\u023an \u01dd\u026f\u0250\u1d09l \u0265\u0250s b\u01dd\u01ddn s\u01ddn\u0287 \u0287\u00f8 {userEmail} \u028d\u1d09\u0287\u0265 \u0250 l\u1d09n\u029e \u025f\u00f8\u0279 \u028e\u00f8n \u0287\u00f8 \u0250\u0254\u0287\u1d09\u028c\u0250\u0287\u01dd \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287.", - "An error has occurred. Check your Internet connection and try again.": "\u023an \u01dd\u0279\u0279\u00f8\u0279 \u0265\u0250s \u00f8\u0254\u0254n\u0279\u0279\u01ddd. \u023b\u0265\u01dd\u0254\u029e \u028e\u00f8n\u0279 \u0197n\u0287\u01dd\u0279n\u01dd\u0287 \u0254\u00f8nn\u01dd\u0254\u0287\u1d09\u00f8n \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "\u023an \u01dd\u0279\u0279\u00f8\u0279 \u0265\u0250s \u00f8\u0254\u0254n\u0279\u0279\u01ddd. M\u0250\u029e\u01dd sn\u0279\u01dd \u0287\u0265\u0250\u0287 \u028e\u00f8n \u0250\u0279\u01dd \u0254\u00f8nn\u01dd\u0254\u0287\u01ddd \u0287\u00f8 \u0287\u0265\u01dd \u0197n\u0287\u01dd\u0279n\u01dd\u0287, \u0250nd \u0287\u0265\u01ddn \u0287\u0279\u028e \u0279\u01dd\u025f\u0279\u01dds\u0265\u1d09n\u0183 \u0287\u0265\u01dd d\u0250\u0183\u01dd.", - "An error has occurred. Please try again later.": "\u023an \u01dd\u0279\u0279\u00f8\u0279 \u0265\u0250s \u00f8\u0254\u0254n\u0279\u0279\u01ddd. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n l\u0250\u0287\u01dd\u0279.", - "An error has occurred. Please try again.": "\u023an \u01dd\u0279\u0279\u00f8\u0279 \u0265\u0250s \u00f8\u0254\u0254n\u0279\u0279\u01ddd. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "An error has occurred. Please try reloading the page.": "\u023an \u01dd\u0279\u0279\u00f8\u0279 \u0265\u0250s \u00f8\u0254\u0254n\u0279\u0279\u01ddd. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0279\u01ddl\u00f8\u0250d\u1d09n\u0183 \u0287\u0265\u01dd d\u0250\u0183\u01dd.", - "An error has occurred. Refresh the page, and then try again.": "\u023an \u01dd\u0279\u0279\u00f8\u0279 \u0265\u0250s \u00f8\u0254\u0254n\u0279\u0279\u01ddd. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd, \u0250nd \u0287\u0265\u01ddn \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "An error has occurred. Try refreshing the page, or check your Internet connection.": "\u023an \u01dd\u0279\u0279\u00f8\u0279 \u0265\u0250s \u00f8\u0254\u0254n\u0279\u0279\u01ddd. \u0166\u0279\u028e \u0279\u01dd\u025f\u0279\u01dds\u0265\u1d09n\u0183 \u0287\u0265\u01dd d\u0250\u0183\u01dd, \u00f8\u0279 \u0254\u0265\u01dd\u0254\u029e \u028e\u00f8n\u0279 \u0197n\u0287\u01dd\u0279n\u01dd\u0287 \u0254\u00f8nn\u01dd\u0254\u0287\u1d09\u00f8n.", - "An error has occurred. Wait a few minutes, and then try again.": "\u023an \u01dd\u0279\u0279\u00f8\u0279 \u0265\u0250s \u00f8\u0254\u0254n\u0279\u0279\u01ddd. W\u0250\u1d09\u0287 \u0250 \u025f\u01dd\u028d \u026f\u1d09nn\u0287\u01dds, \u0250nd \u0287\u0265\u01ddn \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "\u023an \u01dd\u0279\u0279\u00f8\u0279 \u00f8\u0254\u0254n\u0279\u0279\u01ddd \u0279\u01dd\u0287\u0279\u1d09\u01dd\u028c\u1d09n\u0183 \u028e\u00f8n\u0279 \u01dd\u026f\u0250\u1d09l. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n l\u0250\u0287\u01dd\u0279, \u0250nd \u0254\u00f8n\u0287\u0250\u0254\u0287 \u0287\u01dd\u0254\u0265n\u1d09\u0254\u0250l sndd\u00f8\u0279\u0287 \u1d09\u025f \u0287\u0265\u01dd d\u0279\u00f8bl\u01dd\u026f d\u01dd\u0279s\u1d09s\u0287s.", - "An error occurred when signing you in to %s.": "\u023an \u01dd\u0279\u0279\u00f8\u0279 \u00f8\u0254\u0254n\u0279\u0279\u01ddd \u028d\u0265\u01ddn s\u1d09\u0183n\u1d09n\u0183 \u028e\u00f8n \u1d09n \u0287\u00f8 %s.", - "An error occurred while removing the member from the team. Try again.": "\u023an \u01dd\u0279\u0279\u00f8\u0279 \u00f8\u0254\u0254n\u0279\u0279\u01ddd \u028d\u0265\u1d09l\u01dd \u0279\u01dd\u026f\u00f8\u028c\u1d09n\u0183 \u0287\u0265\u01dd \u026f\u01dd\u026fb\u01dd\u0279 \u025f\u0279\u00f8\u026f \u0287\u0265\u01dd \u0287\u01dd\u0250\u026f. \u0166\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "An error occurred.": "\u023an \u01dd\u0279\u0279\u00f8\u0279 \u00f8\u0254\u0254n\u0279\u0279\u01ddd.", - "An error occurred. Make sure that the student's username or email address is correct and try again.": "\u023an \u01dd\u0279\u0279\u00f8\u0279 \u00f8\u0254\u0254n\u0279\u0279\u01ddd. M\u0250\u029e\u01dd sn\u0279\u01dd \u0287\u0265\u0250\u0287 \u0287\u0265\u01dd s\u0287nd\u01ddn\u0287's ns\u01dd\u0279n\u0250\u026f\u01dd \u00f8\u0279 \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss \u1d09s \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287 \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "An error occurred. Please reload the page.": "\u023an \u01dd\u0279\u0279\u00f8\u0279 \u00f8\u0254\u0254n\u0279\u0279\u01ddd. \u2c63l\u01dd\u0250s\u01dd \u0279\u01ddl\u00f8\u0250d \u0287\u0265\u01dd d\u0250\u0183\u01dd.", - "An error occurred. Please try again.": "\u023an \u01dd\u0279\u0279\u00f8\u0279 \u00f8\u0254\u0254n\u0279\u0279\u01ddd. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "An error occurred. Try again.": "\u023an \u01dd\u0279\u0279\u00f8\u0279 \u00f8\u0254\u0254n\u0279\u0279\u01ddd. \u0166\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "An unexpected error occurred. Please try again.": "\u023an nn\u01ddxd\u01dd\u0254\u0287\u01ddd \u01dd\u0279\u0279\u00f8\u0279 \u00f8\u0254\u0254n\u0279\u0279\u01ddd. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "Anchor": "\u023an\u0254\u0265\u00f8\u0279", - "Anchors": "\u023an\u0254\u0265\u00f8\u0279s", - "Any content that has listed this content as a prerequisite will also have access limitations removed.": "\u023an\u028e \u0254\u00f8n\u0287\u01ddn\u0287 \u0287\u0265\u0250\u0287 \u0265\u0250s l\u1d09s\u0287\u01ddd \u0287\u0265\u1d09s \u0254\u00f8n\u0287\u01ddn\u0287 \u0250s \u0250 d\u0279\u01dd\u0279\u01ddbn\u1d09s\u1d09\u0287\u01dd \u028d\u1d09ll \u0250ls\u00f8 \u0265\u0250\u028c\u01dd \u0250\u0254\u0254\u01ddss l\u1d09\u026f\u1d09\u0287\u0250\u0287\u1d09\u00f8ns \u0279\u01dd\u026f\u00f8\u028c\u01ddd.", - "Any course progress or grades from your current session will be lost.": "\u023an\u028e \u0254\u00f8n\u0279s\u01dd d\u0279\u00f8\u0183\u0279\u01ddss \u00f8\u0279 \u0183\u0279\u0250d\u01dds \u025f\u0279\u00f8\u026f \u028e\u00f8n\u0279 \u0254n\u0279\u0279\u01ddn\u0287 s\u01ddss\u1d09\u00f8n \u028d\u1d09ll b\u01dd l\u00f8s\u0287.", - "Any divided discussion topics are divided based on cohort.": "\u023an\u028e d\u1d09\u028c\u1d09d\u01ddd d\u1d09s\u0254nss\u1d09\u00f8n \u0287\u00f8d\u1d09\u0254s \u0250\u0279\u01dd d\u1d09\u028c\u1d09d\u01ddd b\u0250s\u01ddd \u00f8n \u0254\u00f8\u0265\u00f8\u0279\u0287.", - "Any divided discussion topics are divided based on enrollment track.": "\u023an\u028e d\u1d09\u028c\u1d09d\u01ddd d\u1d09s\u0254nss\u1d09\u00f8n \u0287\u00f8d\u1d09\u0254s \u0250\u0279\u01dd d\u1d09\u028c\u1d09d\u01ddd b\u0250s\u01ddd \u00f8n \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 \u0287\u0279\u0250\u0254\u029e.", - "Are you having trouble finding a team to join?": "\u023a\u0279\u01dd \u028e\u00f8n \u0265\u0250\u028c\u1d09n\u0183 \u0287\u0279\u00f8nbl\u01dd \u025f\u1d09nd\u1d09n\u0183 \u0250 \u0287\u01dd\u0250\u026f \u0287\u00f8 \u027e\u00f8\u1d09n?", - "Are you sure that you want to leave this session?": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u0287\u0265\u0250\u0287 \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 l\u01dd\u0250\u028c\u01dd \u0287\u0265\u1d09s s\u01ddss\u1d09\u00f8n?", - "Are you sure you want to change to a different session?": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u0254\u0265\u0250n\u0183\u01dd \u0287\u00f8 \u0250 d\u1d09\u025f\u025f\u01dd\u0279\u01ddn\u0287 s\u01ddss\u1d09\u00f8n?", - "Are you sure you want to delete this comment?": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 d\u01ddl\u01dd\u0287\u01dd \u0287\u0265\u1d09s \u0254\u00f8\u026f\u026f\u01ddn\u0287?", - "Are you sure you want to delete this page? This action cannot be undone.": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 d\u01ddl\u01dd\u0287\u01dd \u0287\u0265\u1d09s d\u0250\u0183\u01dd? \u0166\u0265\u1d09s \u0250\u0254\u0287\u1d09\u00f8n \u0254\u0250nn\u00f8\u0287 b\u01dd nnd\u00f8n\u01dd.", - "Are you sure you want to delete this post?": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 d\u01ddl\u01dd\u0287\u01dd \u0287\u0265\u1d09s d\u00f8s\u0287?", - "Are you sure you want to delete this response?": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 d\u01ddl\u01dd\u0287\u01dd \u0287\u0265\u1d09s \u0279\u01ddsd\u00f8ns\u01dd?", - "Are you sure you want to delete this update?": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 d\u01ddl\u01dd\u0287\u01dd \u0287\u0265\u1d09s ndd\u0250\u0287\u01dd?", - "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 d\u01ddl\u01dd\u0287\u01dd {email} \u025f\u0279\u00f8\u026f \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd \u0287\u01dd\u0250\u026f \u025f\u00f8\u0279 \u201c{container}\u201d?", - "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 d\u01ddl\u01dd\u0287\u01dd {email} \u025f\u0279\u00f8\u026f \u0287\u0265\u01dd l\u1d09b\u0279\u0250\u0279\u028e \u201c{container}\u201d?", - "Are you sure you want to remove this transcript?": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u0279\u01dd\u026f\u00f8\u028c\u01dd \u0287\u0265\u1d09s \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287?", - "Are you sure you want to remove this video from the list?": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u0279\u01dd\u026f\u00f8\u028c\u01dd \u0287\u0265\u1d09s \u028c\u1d09d\u01dd\u00f8 \u025f\u0279\u00f8\u026f \u0287\u0265\u01dd l\u1d09s\u0287?", - "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u0279\u01dds\u0287\u0279\u1d09\u0254\u0287 {email} \u0250\u0254\u0254\u01ddss \u0287\u00f8 \u201c{container}\u201d?", - "Are you sure you want to revert to the last published version of the unit? You cannot undo this action.": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u0279\u01dd\u028c\u01dd\u0279\u0287 \u0287\u00f8 \u0287\u0265\u01dd l\u0250s\u0287 dnbl\u1d09s\u0265\u01ddd \u028c\u01dd\u0279s\u1d09\u00f8n \u00f8\u025f \u0287\u0265\u01dd nn\u1d09\u0287? \u024e\u00f8n \u0254\u0250nn\u00f8\u0287 nnd\u00f8 \u0287\u0265\u1d09s \u0250\u0254\u0287\u1d09\u00f8n.", - "Are you sure you want to select this session?": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 s\u01ddl\u01dd\u0254\u0287 \u0287\u0265\u1d09s s\u01ddss\u1d09\u00f8n?", - "Are you sure you want to unenroll from the purchased course {courseName} ({courseNumber})?": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 nn\u01ddn\u0279\u00f8ll \u025f\u0279\u00f8\u026f \u0287\u0265\u01dd dn\u0279\u0254\u0265\u0250s\u01ddd \u0254\u00f8n\u0279s\u01dd {courseName} ({courseNumber})?", - "Are you sure you want to unenroll from the verified {certNameLong} track of {courseName} ({courseNumber})?": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 nn\u01ddn\u0279\u00f8ll \u025f\u0279\u00f8\u026f \u0287\u0265\u01dd \u028c\u01dd\u0279\u1d09\u025f\u1d09\u01ddd {certNameLong} \u0287\u0279\u0250\u0254\u029e \u00f8\u025f {courseName} ({courseNumber})?", - "Are you sure you want to unenroll from the verified {certNameLong} track of {courseName} ({courseNumber})?": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 nn\u01ddn\u0279\u00f8ll \u025f\u0279\u00f8\u026f \u0287\u0265\u01dd \u028c\u01dd\u0279\u1d09\u025f\u1d09\u01ddd {certNameLong} \u0287\u0279\u0250\u0254\u029e \u00f8\u025f {courseName} ({courseNumber})?", - "Are you sure you want to unenroll from {courseName} ({courseNumber})?": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 nn\u01ddn\u0279\u00f8ll \u025f\u0279\u00f8\u026f {courseName} ({courseNumber})?", - "Are you sure you want to unenroll from {courseName} ({courseNumber})? You will be refunded the amount you paid.": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 nn\u01ddn\u0279\u00f8ll \u025f\u0279\u00f8\u026f {courseName} ({courseNumber})? \u024e\u00f8n \u028d\u1d09ll b\u01dd \u0279\u01dd\u025fnnd\u01ddd \u0287\u0265\u01dd \u0250\u026f\u00f8nn\u0287 \u028e\u00f8n d\u0250\u1d09d.", - "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u1d09s\u0265 \u0287\u00f8 d\u01ddl\u01dd\u0287\u01dd \u0287\u0265\u1d09s \u1d09\u0287\u01dd\u026f. \u0197\u0287 \u0254\u0250nn\u00f8\u0287 b\u01dd \u0279\u01dd\u028c\u01dd\u0279s\u01ddd!\n\n\u023als\u00f8 \u0250n\u028e \u0254\u00f8n\u0287\u01ddn\u0287 \u0287\u0265\u0250\u0287 l\u1d09n\u029es/\u0279\u01dd\u025f\u01dd\u0279s \u0287\u00f8 \u0287\u0265\u1d09s \u1d09\u0287\u01dd\u026f \u028d\u1d09ll n\u00f8 l\u00f8n\u0183\u01dd\u0279 \u028d\u00f8\u0279\u029e (\u01dd.\u0183. b\u0279\u00f8\u029e\u01ddn \u1d09\u026f\u0250\u0183\u01dds \u0250nd/\u00f8\u0279 l\u1d09n\u029es)", - "Are you sure?": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd?", - "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "\u023as d\u0250\u0279\u0287 \u00f8\u025f \u0287\u0265\u01dd \u028c\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n d\u0279\u00f8\u0254\u01ddss, \u028e\u00f8n \u0287\u0250\u029e\u01dd \u0250 d\u0265\u00f8\u0287\u00f8 \u00f8\u025f b\u00f8\u0287\u0265 \u028e\u00f8n\u0279 \u025f\u0250\u0254\u01dd \u0250nd \u0250 \u0183\u00f8\u028c\u01dd\u0279n\u026f\u01ddn\u0287-\u1d09ssn\u01ddd d\u0265\u00f8\u0287\u00f8 \u0197\u0110. \u00d8n\u0279 \u0250n\u0287\u0265\u00f8\u0279\u1d09z\u0250\u0287\u1d09\u00f8n s\u01dd\u0279\u028c\u1d09\u0254\u01dd \u0254\u00f8n\u025f\u1d09\u0279\u026fs \u028e\u00f8n\u0279 \u1d09d\u01ddn\u0287\u1d09\u0287\u028e b\u028e \u0254\u00f8\u026fd\u0250\u0279\u1d09n\u0183 \u0287\u0265\u01dd d\u0265\u00f8\u0287\u00f8 \u028e\u00f8n \u0287\u0250\u029e\u01dd \u028d\u1d09\u0287\u0265 \u0287\u0265\u01dd d\u0265\u00f8\u0287\u00f8 \u00f8n \u028e\u00f8n\u0279 \u0197\u0110.", - "As you complete courses, you will see them listed here.": "\u023as \u028e\u00f8n \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u0254\u00f8n\u0279s\u01dds, \u028e\u00f8n \u028d\u1d09ll s\u01dd\u01dd \u0287\u0265\u01dd\u026f l\u1d09s\u0287\u01ddd \u0265\u01dd\u0279\u01dd.", - "Assessment Results Visibility": "\u023ass\u01ddss\u026f\u01ddn\u0287 \u024c\u01ddsnl\u0287s V\u1d09s\u1d09b\u1d09l\u1d09\u0287\u028e", - "Assign learners to cohorts by uploading a CSV file": "\u023ass\u1d09\u0183n l\u01dd\u0250\u0279n\u01dd\u0279s \u0287\u00f8 \u0254\u00f8\u0265\u00f8\u0279\u0287s b\u028e ndl\u00f8\u0250d\u1d09n\u0183 \u0250 \u023bSV \u025f\u1d09l\u01dd", - "Assign students to cohorts by uploading a CSV file.": "\u023ass\u1d09\u0183n s\u0287nd\u01ddn\u0287s \u0287\u00f8 \u0254\u00f8\u0265\u00f8\u0279\u0287s b\u028e ndl\u00f8\u0250d\u1d09n\u0183 \u0250 \u023bSV \u025f\u1d09l\u01dd.", - "Assignment Type Name": "\u023ass\u1d09\u0183n\u026f\u01ddn\u0287 \u0166\u028ed\u01dd N\u0250\u026f\u01dd", - "Associated Content Group": "\u023ass\u00f8\u0254\u1d09\u0250\u0287\u01ddd \u023b\u00f8n\u0287\u01ddn\u0287 \u01e4\u0279\u00f8nd", - "Attribution": "\u023a\u0287\u0287\u0279\u1d09bn\u0287\u1d09\u00f8n", - "Author": "\u023an\u0287\u0265\u00f8\u0279", - "Auto-advance": "\u023an\u0287\u00f8-\u0250d\u028c\u0250n\u0254\u01dd", - "Automated Transcripts": "\u023an\u0287\u00f8\u026f\u0250\u0287\u01ddd \u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287s", - "Automatic": "\u023an\u0287\u00f8\u026f\u0250\u0287\u1d09\u0254", - "Automatic transcripts are disabled.": "\u023an\u0287\u00f8\u026f\u0250\u0287\u1d09\u0254 \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287s \u0250\u0279\u01dd d\u1d09s\u0250bl\u01ddd.", - "Average": "\u023a\u028c\u01dd\u0279\u0250\u0183\u01dd", - "Back to sign in": "\u0243\u0250\u0254\u029e \u0287\u00f8 s\u1d09\u0183n \u1d09n", - "Back to {platform} FAQs": "\u0243\u0250\u0254\u029e \u0287\u00f8 {platform} F\u023aQs", - "Background color": "\u0243\u0250\u0254\u029e\u0183\u0279\u00f8nnd \u0254\u00f8l\u00f8\u0279", - "Basic": "\u0243\u0250s\u1d09\u0254", - "Basic Account Information": "\u0243\u0250s\u1d09\u0254 \u023a\u0254\u0254\u00f8nn\u0287 \u0197n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n", - "Be sure your entire face is inside the frame": "\u0243\u01dd sn\u0279\u01dd \u028e\u00f8n\u0279 \u01ddn\u0287\u1d09\u0279\u01dd \u025f\u0250\u0254\u01dd \u1d09s \u1d09ns\u1d09d\u01dd \u0287\u0265\u01dd \u025f\u0279\u0250\u026f\u01dd", - "Before proceeding, please confirm that your details match": "\u0243\u01dd\u025f\u00f8\u0279\u01dd d\u0279\u00f8\u0254\u01dd\u01ddd\u1d09n\u0183, dl\u01dd\u0250s\u01dd \u0254\u00f8n\u025f\u1d09\u0279\u026f \u0287\u0265\u0250\u0287 \u028e\u00f8n\u0279 d\u01dd\u0287\u0250\u1d09ls \u026f\u0250\u0287\u0254\u0265", - "Before proceeding, please {htmlStart}activate your account{htmlEnd}.": "\u0243\u01dd\u025f\u00f8\u0279\u01dd d\u0279\u00f8\u0254\u01dd\u01ddd\u1d09n\u0183, dl\u01dd\u0250s\u01dd {htmlStart}\u0250\u0254\u0287\u1d09\u028c\u0250\u0287\u01dd \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287{htmlEnd}.", - "Before proceeding, please {htmlStart}unlink all social media accounts{htmlEnd}.": "\u0243\u01dd\u025f\u00f8\u0279\u01dd d\u0279\u00f8\u0254\u01dd\u01ddd\u1d09n\u0183, dl\u01dd\u0250s\u01dd {htmlStart}nnl\u1d09n\u029e \u0250ll s\u00f8\u0254\u1d09\u0250l \u026f\u01ddd\u1d09\u0250 \u0250\u0254\u0254\u00f8nn\u0287s{htmlEnd}.", - "Before you upgrade to a certificate track, you must activate your account.": "\u0243\u01dd\u025f\u00f8\u0279\u01dd \u028e\u00f8n nd\u0183\u0279\u0250d\u01dd \u0287\u00f8 \u0250 \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u0287\u0279\u0250\u0254\u029e, \u028e\u00f8n \u026fns\u0287 \u0250\u0254\u0287\u1d09\u028c\u0250\u0287\u01dd \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287.", - "Billed to": "\u0243\u1d09ll\u01ddd \u0287\u00f8", - "Billing/Payment Options": "\u0243\u1d09ll\u1d09n\u0183/\u2c63\u0250\u028e\u026f\u01ddn\u0287 \u00d8d\u0287\u1d09\u00f8ns", - "Biography": "\u0243\u1d09\u00f8\u0183\u0279\u0250d\u0265\u028e", - "Blockquote": "\u0243l\u00f8\u0254\u029ebn\u00f8\u0287\u01dd", - "Blockquote (Ctrl+Q)": "\u0243l\u00f8\u0254\u029ebn\u00f8\u0287\u01dd (\u023b\u0287\u0279l+Q)", - "Blocks": "\u0243l\u00f8\u0254\u029es", - "Body": "\u0243\u00f8d\u028e", - "Bold": "\u0243\u00f8ld", - "Bold (Ctrl+B)": "\u0243\u00f8ld (\u023b\u0287\u0279l+\u0243)", - "Bookmark this page": "\u0243\u00f8\u00f8\u029e\u026f\u0250\u0279\u029e \u0287\u0265\u1d09s d\u0250\u0183\u01dd", - "Bookmarked": "\u0243\u00f8\u00f8\u029e\u026f\u0250\u0279\u029e\u01ddd", - "Bookmarked on": "\u0243\u00f8\u00f8\u029e\u026f\u0250\u0279\u029e\u01ddd \u00f8n", - "Border": "\u0243\u00f8\u0279d\u01dd\u0279", - "Border color": "\u0243\u00f8\u0279d\u01dd\u0279 \u0254\u00f8l\u00f8\u0279", - "Bottom": "\u0243\u00f8\u0287\u0287\u00f8\u026f", - "Browse": "\u0243\u0279\u00f8\u028ds\u01dd", - "Browse recently launched courses and see what\\'s new in your favorite subjects": "\u0243\u0279\u00f8\u028ds\u01dd \u0279\u01dd\u0254\u01ddn\u0287l\u028e l\u0250nn\u0254\u0265\u01ddd \u0254\u00f8n\u0279s\u01dds \u0250nd s\u01dd\u01dd \u028d\u0265\u0250\u0287\\'s n\u01dd\u028d \u1d09n \u028e\u00f8n\u0279 \u025f\u0250\u028c\u00f8\u0279\u1d09\u0287\u01dd snb\u027e\u01dd\u0254\u0287s", - "Browsing": "\u0243\u0279\u00f8\u028ds\u1d09n\u0183", - "Bulk Exceptions": "\u0243nl\u029e \u0246x\u0254\u01ddd\u0287\u1d09\u00f8ns", - "Bullet list": "\u0243nll\u01dd\u0287 l\u1d09s\u0287", - "Bulleted List (Ctrl+U)": "\u0243nll\u01dd\u0287\u01ddd \u0141\u1d09s\u0287 (\u023b\u0287\u0279l+\u0244)", - "COMPLETED COURSES": "\u023b\u00d8M\u2c63\u0141\u0246\u0166\u0246\u0110 \u023b\u00d8\u0244\u024cS\u0246S", - "COURSES IN PROGRESS": "\u023b\u00d8\u0244\u024cS\u0246S \u0197N \u2c63\u024c\u00d8\u01e4\u024c\u0246SS", - "Can we match the photo you took with the one on your ID?": "\u023b\u0250n \u028d\u01dd \u026f\u0250\u0287\u0254\u0265 \u0287\u0265\u01dd d\u0265\u00f8\u0287\u00f8 \u028e\u00f8n \u0287\u00f8\u00f8\u029e \u028d\u1d09\u0287\u0265 \u0287\u0265\u01dd \u00f8n\u01dd \u00f8n \u028e\u00f8n\u0279 \u0197\u0110?", - "Cancel": "\u023b\u0250n\u0254\u01ddl", - "Cancel enrollment code": "\u023b\u0250n\u0254\u01ddl \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 \u0254\u00f8d\u01dd", - "Cancel team creating.": "\u023b\u0250n\u0254\u01ddl \u0287\u01dd\u0250\u026f \u0254\u0279\u01dd\u0250\u0287\u1d09n\u0183.", - "Cancel team updating.": "\u023b\u0250n\u0254\u01ddl \u0287\u01dd\u0250\u026f ndd\u0250\u0287\u1d09n\u0183.", - "Cancel upload": "\u023b\u0250n\u0254\u01ddl ndl\u00f8\u0250d", - "Cannot delete when in use by a unit": "\u023b\u0250nn\u00f8\u0287 d\u01ddl\u01dd\u0287\u01dd \u028d\u0265\u01ddn \u1d09n ns\u01dd b\u028e \u0250 nn\u1d09\u0287", - "Cannot delete when in use by an experiment": "\u023b\u0250nn\u00f8\u0287 d\u01ddl\u01dd\u0287\u01dd \u028d\u0265\u01ddn \u1d09n ns\u01dd b\u028e \u0250n \u01ddxd\u01dd\u0279\u1d09\u026f\u01ddn\u0287", - "Cannot drop more <%= types %> assignments than are assigned.": "\u023b\u0250nn\u00f8\u0287 d\u0279\u00f8d \u026f\u00f8\u0279\u01dd <%= types %> \u0250ss\u1d09\u0183n\u026f\u01ddn\u0287s \u0287\u0265\u0250n \u0250\u0279\u01dd \u0250ss\u1d09\u0183n\u01ddd.", - "Caption": "\u023b\u0250d\u0287\u1d09\u00f8n", - "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "\u023b\u0250n\u0287\u1d09\u00f8n: \u0166\u0265\u01dd l\u0250s\u0287 dnbl\u1d09s\u0265\u01ddd \u028c\u01dd\u0279s\u1d09\u00f8n \u00f8\u025f \u0287\u0265\u1d09s nn\u1d09\u0287 \u1d09s l\u1d09\u028c\u01dd. \u0243\u028e dnbl\u1d09s\u0265\u1d09n\u0183 \u0254\u0265\u0250n\u0183\u01dds \u028e\u00f8n \u028d\u1d09ll \u0254\u0265\u0250n\u0183\u01dd \u0287\u0265\u01dd s\u0287nd\u01ddn\u0287 \u01ddxd\u01dd\u0279\u1d09\u01ddn\u0254\u01dd.", - "Cell": "\u023b\u01ddll", - "Cell padding": "\u023b\u01ddll d\u0250dd\u1d09n\u0183", - "Cell properties": "\u023b\u01ddll d\u0279\u00f8d\u01dd\u0279\u0287\u1d09\u01dds", - "Cell spacing": "\u023b\u01ddll sd\u0250\u0254\u1d09n\u0183", - "Cell type": "\u023b\u01ddll \u0287\u028ed\u01dd", - "Center": "\u023b\u01ddn\u0287\u01dd\u0279", - "Certificate Details": "\u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u0110\u01dd\u0287\u0250\u1d09ls", - "Certificate Generated": "\u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u01e4\u01ddn\u01dd\u0279\u0250\u0287\u01ddd", - "Certificate Information": "\u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u0197n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n", - "Certificate Name": "\u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd N\u0250\u026f\u01dd", - "Certificate Purchased": "\u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u2c63n\u0279\u0254\u0265\u0250s\u01ddd", - "Certificate Signatories": "\u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd S\u1d09\u0183n\u0250\u0287\u00f8\u0279\u1d09\u01dds", - "Certificate Signatory Configuration": "\u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd S\u1d09\u0183n\u0250\u0287\u00f8\u0279\u028e \u023b\u00f8n\u025f\u1d09\u0183n\u0279\u0250\u0287\u1d09\u00f8n", - "Certificate Status:": "\u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd S\u0287\u0250\u0287ns:", - "Certificate has been successfully invalidated for <%= user %>.": "\u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u0265\u0250s b\u01dd\u01ddn sn\u0254\u0254\u01ddss\u025fnll\u028e \u1d09n\u028c\u0250l\u1d09d\u0250\u0287\u01ddd \u025f\u00f8\u0279 <%= user %>.", - "Certificate name is required.": "\u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd n\u0250\u026f\u01dd \u1d09s \u0279\u01ddbn\u1d09\u0279\u01ddd.", - "Certificate of <%= user %> has already been invalidated. Please check your spelling and retry.": "\u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u00f8\u025f <%= user %> \u0265\u0250s \u0250l\u0279\u01dd\u0250d\u028e b\u01dd\u01ddn \u1d09n\u028c\u0250l\u1d09d\u0250\u0287\u01ddd. \u2c63l\u01dd\u0250s\u01dd \u0254\u0265\u01dd\u0254\u029e \u028e\u00f8n\u0279 sd\u01ddll\u1d09n\u0183 \u0250nd \u0279\u01dd\u0287\u0279\u028e.", - "Certificates": "\u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds", - "Change": "\u023b\u0265\u0250n\u0183\u01dd", - "Change Enrollment": "\u023b\u0265\u0250n\u0183\u01dd \u0246n\u0279\u00f8ll\u026f\u01ddn\u0287", - "Change Manually": "\u023b\u0265\u0250n\u0183\u01dd M\u0250nn\u0250ll\u028e", - "Change My Email Address": "\u023b\u0265\u0250n\u0183\u01dd M\u028e \u0246\u026f\u0250\u1d09l \u023add\u0279\u01ddss", - "Change Session": "\u023b\u0265\u0250n\u0183\u01dd S\u01ddss\u1d09\u00f8n", - "Change image": "\u023b\u0265\u0250n\u0183\u01dd \u1d09\u026f\u0250\u0183\u01dd", - "Change or Leave Session": "\u023b\u0265\u0250n\u0183\u01dd \u00f8\u0279 \u0141\u01dd\u0250\u028c\u01dd S\u01ddss\u1d09\u00f8n", - "Change to a different session or leave the current session.": "\u023b\u0265\u0250n\u0183\u01dd \u0287\u00f8 \u0250 d\u1d09\u025f\u025f\u01dd\u0279\u01ddn\u0287 s\u01ddss\u1d09\u00f8n \u00f8\u0279 l\u01dd\u0250\u028c\u01dd \u0287\u0265\u01dd \u0254n\u0279\u0279\u01ddn\u0287 s\u01ddss\u1d09\u00f8n.", - "Chapter Asset": "\u023b\u0265\u0250d\u0287\u01dd\u0279 \u023ass\u01dd\u0287", - "Chapter Name": "\u023b\u0265\u0250d\u0287\u01dd\u0279 N\u0250\u026f\u01dd", - "Chapter information": "\u023b\u0265\u0250d\u0287\u01dd\u0279 \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n", - "Chapter name and asset_path are both required": "\u023b\u0265\u0250d\u0287\u01dd\u0279 n\u0250\u026f\u01dd \u0250nd \u0250ss\u01dd\u0287_d\u0250\u0287\u0265 \u0250\u0279\u01dd b\u00f8\u0287\u0265 \u0279\u01ddbn\u1d09\u0279\u01ddd", - "Chapter name is required": "\u023b\u0265\u0250d\u0287\u01dd\u0279 n\u0250\u026f\u01dd \u1d09s \u0279\u01ddbn\u1d09\u0279\u01ddd", - "Chapter {order}": "\u023b\u0265\u0250d\u0287\u01dd\u0279 {order}", - "Check Your Email": "\u023b\u0265\u01dd\u0254\u029e \u024e\u00f8n\u0279 \u0246\u026f\u0250\u1d09l", - "Check the highlighted fields below and try again.": "\u023b\u0265\u01dd\u0254\u029e \u0287\u0265\u01dd \u0265\u1d09\u0183\u0265l\u1d09\u0183\u0265\u0287\u01ddd \u025f\u1d09\u01ddlds b\u01ddl\u00f8\u028d \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "\u023b\u0265\u01dd\u0254\u029e \u0287\u0265\u1d09s b\u00f8x \u0287\u00f8 \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01dd \u0250n \u01dd\u026f\u0250\u1d09l d\u1d09\u0183\u01dds\u0287 \u00f8n\u0254\u01dd \u0250 d\u0250\u028e n\u00f8\u0287\u1d09\u025f\u028e\u1d09n\u0183 \u028e\u00f8n \u0250b\u00f8n\u0287 n\u01dd\u028d, nn\u0279\u01dd\u0250d \u0250\u0254\u0287\u1d09\u028c\u1d09\u0287\u028e \u025f\u0279\u00f8\u026f d\u00f8s\u0287s \u028e\u00f8n \u0250\u0279\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183.", - "Check your email": "\u023b\u0265\u01dd\u0254\u029e \u028e\u00f8n\u0279 \u01dd\u026f\u0250\u1d09l", - "Check your email account for instructions to reset your password.": "\u023b\u0265\u01dd\u0254\u029e \u028e\u00f8n\u0279 \u01dd\u026f\u0250\u1d09l \u0250\u0254\u0254\u00f8nn\u0287 \u025f\u00f8\u0279 \u1d09ns\u0287\u0279n\u0254\u0287\u1d09\u00f8ns \u0287\u00f8 \u0279\u01dds\u01dd\u0287 \u028e\u00f8n\u0279 d\u0250ss\u028d\u00f8\u0279d.", - "Check your email for an activation message.": "\u023b\u0265\u01dd\u0254\u029e \u028e\u00f8n\u0279 \u01dd\u026f\u0250\u1d09l \u025f\u00f8\u0279 \u0250n \u0250\u0254\u0287\u1d09\u028c\u0250\u0287\u1d09\u00f8n \u026f\u01ddss\u0250\u0183\u01dd.", - "Checkout": "\u023b\u0265\u01dd\u0254\u029e\u00f8n\u0287", - "Checkout with PayPal": "\u023b\u0265\u01dd\u0254\u029e\u00f8n\u0287 \u028d\u1d09\u0287\u0265 \u2c63\u0250\u028e\u2c63\u0250l", - "Checkout with {processor}": "\u023b\u0265\u01dd\u0254\u029e\u00f8n\u0287 \u028d\u1d09\u0287\u0265 {processor}", - "Choose File": "\u023b\u0265\u00f8\u00f8s\u01dd F\u1d09l\u01dd", - "Choose One": "\u023b\u0265\u00f8\u00f8s\u01dd \u00d8n\u01dd", - "Choose a .csv file": "\u023b\u0265\u00f8\u00f8s\u01dd \u0250 .\u0254s\u028c \u025f\u1d09l\u01dd", - "Choose a content group to associate": "\u023b\u0265\u00f8\u00f8s\u01dd \u0250 \u0254\u00f8n\u0287\u01ddn\u0287 \u0183\u0279\u00f8nd \u0287\u00f8 \u0250ss\u00f8\u0254\u1d09\u0250\u0287\u01dd", - "Choose a location to move your component to": "\u023b\u0265\u00f8\u00f8s\u01dd \u0250 l\u00f8\u0254\u0250\u0287\u1d09\u00f8n \u0287\u00f8 \u026f\u00f8\u028c\u01dd \u028e\u00f8n\u0279 \u0254\u00f8\u026fd\u00f8n\u01ddn\u0287 \u0287\u00f8", - "Choose mode": "\u023b\u0265\u00f8\u00f8s\u01dd \u026f\u00f8d\u01dd", - "Choose new file": "\u023b\u0265\u00f8\u00f8s\u01dd n\u01dd\u028d \u025f\u1d09l\u01dd", - "Choose one": "\u023b\u0265\u00f8\u00f8s\u01dd \u00f8n\u01dd", - "Choose your institution from the list below:": "\u023b\u0265\u00f8\u00f8s\u01dd \u028e\u00f8n\u0279 \u1d09ns\u0287\u1d09\u0287n\u0287\u1d09\u00f8n \u025f\u0279\u00f8\u026f \u0287\u0265\u01dd l\u1d09s\u0287 b\u01ddl\u00f8\u028d:", - "Circle": "\u023b\u1d09\u0279\u0254l\u01dd", - "Clear": "\u023bl\u01dd\u0250\u0279", - "Clear All": "\u023bl\u01dd\u0250\u0279 \u023all", - "Clear Grading Due Date": "\u023bl\u01dd\u0250\u0279 \u01e4\u0279\u0250d\u1d09n\u0183 \u0110n\u01dd \u0110\u0250\u0287\u01dd", - "Clear Release Date/Time": "\u023bl\u01dd\u0250\u0279 \u024c\u01ddl\u01dd\u0250s\u01dd \u0110\u0250\u0287\u01dd/\u0166\u1d09\u026f\u01dd", - "Clear Value": "\u023bl\u01dd\u0250\u0279 V\u0250ln\u01dd", - "Clear formatting": "\u023bl\u01dd\u0250\u0279 \u025f\u00f8\u0279\u026f\u0250\u0287\u0287\u1d09n\u0183", - "Clear search": "\u023bl\u01dd\u0250\u0279 s\u01dd\u0250\u0279\u0254\u0265", - "Clear search results": "\u023bl\u01dd\u0250\u0279 s\u01dd\u0250\u0279\u0254\u0265 \u0279\u01ddsnl\u0287s", - "Click OK to have your e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u023bl\u1d09\u0254\u029e \u00d8\ua740 \u0287\u00f8 \u0265\u0250\u028c\u01dd \u028e\u00f8n\u0279 \u01dd-\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss s\u01ddn\u0287 \u0287\u00f8 \u0250 3\u0279d d\u0250\u0279\u0287\u028e \u0250ddl\u1d09\u0254\u0250\u0287\u1d09\u00f8n.\n\n\u023bl\u1d09\u0254\u029e \u023b\u0250n\u0254\u01ddl \u0287\u00f8 \u0279\u01dd\u0287n\u0279n \u0287\u00f8 \u0287\u0265\u1d09s d\u0250\u0183\u01dd \u028d\u1d09\u0287\u0265\u00f8n\u0287 s\u01ddnd\u1d09n\u0183 \u028e\u00f8n\u0279 \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n.", - "Click OK to have your username and e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u023bl\u1d09\u0254\u029e \u00d8\ua740 \u0287\u00f8 \u0265\u0250\u028c\u01dd \u028e\u00f8n\u0279 ns\u01dd\u0279n\u0250\u026f\u01dd \u0250nd \u01dd-\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss s\u01ddn\u0287 \u0287\u00f8 \u0250 3\u0279d d\u0250\u0279\u0287\u028e \u0250ddl\u1d09\u0254\u0250\u0287\u1d09\u00f8n.\n\n\u023bl\u1d09\u0254\u029e \u023b\u0250n\u0254\u01ddl \u0287\u00f8 \u0279\u01dd\u0287n\u0279n \u0287\u00f8 \u0287\u0265\u1d09s d\u0250\u0183\u01dd \u028d\u1d09\u0287\u0265\u00f8n\u0287 s\u01ddnd\u1d09n\u0183 \u028e\u00f8n\u0279 \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n.", - "Click OK to have your username sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u023bl\u1d09\u0254\u029e \u00d8\ua740 \u0287\u00f8 \u0265\u0250\u028c\u01dd \u028e\u00f8n\u0279 ns\u01dd\u0279n\u0250\u026f\u01dd s\u01ddn\u0287 \u0287\u00f8 \u0250 3\u0279d d\u0250\u0279\u0287\u028e \u0250ddl\u1d09\u0254\u0250\u0287\u1d09\u00f8n.\n\n\u023bl\u1d09\u0254\u029e \u023b\u0250n\u0254\u01ddl \u0287\u00f8 \u0279\u01dd\u0287n\u0279n \u0287\u00f8 \u0287\u0265\u1d09s d\u0250\u0183\u01dd \u028d\u1d09\u0287\u0265\u00f8n\u0287 s\u01ddnd\u1d09n\u0183 \u028e\u00f8n\u0279 \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n.", - "Click on this button to mute or unmute this video or press UP or DOWN buttons to increase or decrease volume level.": "\u023bl\u1d09\u0254\u029e \u00f8n \u0287\u0265\u1d09s bn\u0287\u0287\u00f8n \u0287\u00f8 \u026fn\u0287\u01dd \u00f8\u0279 nn\u026fn\u0287\u01dd \u0287\u0265\u1d09s \u028c\u1d09d\u01dd\u00f8 \u00f8\u0279 d\u0279\u01ddss \u0244\u2c63 \u00f8\u0279 \u0110\u00d8WN bn\u0287\u0287\u00f8ns \u0287\u00f8 \u1d09n\u0254\u0279\u01dd\u0250s\u01dd \u00f8\u0279 d\u01dd\u0254\u0279\u01dd\u0250s\u01dd \u028c\u00f8ln\u026f\u01dd l\u01dd\u028c\u01ddl.", - "Click to add a new %(xblock_type)s": "\u023bl\u1d09\u0254\u029e \u0287\u00f8 \u0250dd \u0250 n\u01dd\u028d %(xblock_type)s", - "Click to change": "\u023bl\u1d09\u0254\u029e \u0287\u00f8 \u0254\u0265\u0250n\u0183\u01dd", - "Click to edit": "\u023bl\u1d09\u0254\u029e \u0287\u00f8 \u01ddd\u1d09\u0287", - "Close": "\u023bl\u00f8s\u01dd", - "Close Calculator": "\u023bl\u00f8s\u01dd \u023b\u0250l\u0254nl\u0250\u0287\u00f8\u0279", - "Code": "\u023b\u00f8d\u01dd", - "Code Sample (Ctrl+K)": "\u023b\u00f8d\u01dd S\u0250\u026fdl\u01dd (\u023b\u0287\u0279l+\ua740)", - "Code block": "\u023b\u00f8d\u01dd bl\u00f8\u0254\u029e", - "Cohort Assignment Method": "\u023b\u00f8\u0265\u00f8\u0279\u0287 \u023ass\u1d09\u0183n\u026f\u01ddn\u0287 M\u01dd\u0287\u0265\u00f8d", - "Cohort Name": "\u023b\u00f8\u0265\u00f8\u0279\u0287 N\u0250\u026f\u01dd", - "Cohorts": "\u023b\u00f8\u0265\u00f8\u0279\u0287s", - "Cohorts Disabled": "\u023b\u00f8\u0265\u00f8\u0279\u0287s \u0110\u1d09s\u0250bl\u01ddd", - "Cohorts Enabled": "\u023b\u00f8\u0265\u00f8\u0279\u0287s \u0246n\u0250bl\u01ddd", - "Collapse All": "\u023b\u00f8ll\u0250ds\u01dd \u023all", - "Collapse Instructions": "\u023b\u00f8ll\u0250ds\u01dd \u0197ns\u0287\u0279n\u0254\u0287\u1d09\u00f8ns", - "Collapse/Expand this %(xblock_type)s": "\u023b\u00f8ll\u0250ds\u01dd/\u0246xd\u0250nd \u0287\u0265\u1d09s %(xblock_type)s", - "Color": "\u023b\u00f8l\u00f8\u0279", - "Cols": "\u023b\u00f8ls", - "Column": "\u023b\u00f8ln\u026fn", - "Column group": "\u023b\u00f8ln\u026fn \u0183\u0279\u00f8nd", - "Coming Soon": "\u023b\u00f8\u026f\u1d09n\u0183 S\u00f8\u00f8n", - "Commentary": "\u023b\u00f8\u026f\u026f\u01ddn\u0287\u0250\u0279\u028e", - "Common Problem Types": "\u023b\u00f8\u026f\u026f\u00f8n \u2c63\u0279\u00f8bl\u01dd\u026f \u0166\u028ed\u01dds", - "Complete courses on your schedule to ensure you stand out in your field!": "\u023b\u00f8\u026fdl\u01dd\u0287\u01dd \u0254\u00f8n\u0279s\u01dds \u00f8n \u028e\u00f8n\u0279 s\u0254\u0265\u01dddnl\u01dd \u0287\u00f8 \u01ddnsn\u0279\u01dd \u028e\u00f8n s\u0287\u0250nd \u00f8n\u0287 \u1d09n \u028e\u00f8n\u0279 \u025f\u1d09\u01ddld!", - "Completed": "\u023b\u00f8\u026fdl\u01dd\u0287\u01ddd", - "Completed At": "\u023b\u00f8\u026fdl\u01dd\u0287\u01ddd \u023a\u0287", - "Component": "\u023b\u00f8\u026fd\u00f8n\u01ddn\u0287", - "Component Location ID": "\u023b\u00f8\u026fd\u00f8n\u01ddn\u0287 \u0141\u00f8\u0254\u0250\u0287\u1d09\u00f8n \u0197\u0110", - "Components": "\u023b\u00f8\u026fd\u00f8n\u01ddn\u0287s", - "Configure": "\u023b\u00f8n\u025f\u1d09\u0183n\u0279\u01dd", - "Confirm": "\u023b\u00f8n\u025f\u1d09\u0279\u026f", - "Confirm Password": "\u023b\u00f8n\u025f\u1d09\u0279\u026f \u2c63\u0250ss\u028d\u00f8\u0279d", - "Confirm Timed Transcript": "\u023b\u00f8n\u025f\u1d09\u0279\u026f \u0166\u1d09\u026f\u01ddd \u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287", - "Congratulations!": "\u023b\u00f8n\u0183\u0279\u0250\u0287nl\u0250\u0287\u1d09\u00f8ns!", - "Congratulations! You are now verified on %(platformName)s!": "\u023b\u00f8n\u0183\u0279\u0250\u0287nl\u0250\u0287\u1d09\u00f8ns! \u024e\u00f8n \u0250\u0279\u01dd n\u00f8\u028d \u028c\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u00f8n %(platformName)s!", - "Constrain proportions": "\u023b\u00f8ns\u0287\u0279\u0250\u1d09n d\u0279\u00f8d\u00f8\u0279\u0287\u1d09\u00f8ns", - "Contact Us": "\u023b\u00f8n\u0287\u0250\u0254\u0287 \u0244s", - "Contains staff only content": "\u023b\u00f8n\u0287\u0250\u1d09ns s\u0287\u0250\u025f\u025f \u00f8nl\u028e \u0254\u00f8n\u0287\u01ddn\u0287", + ], + "(optional)": "(\u00f8d\u0287\u1d09\u00f8n\u0250l)", + "(required)": "(\u0279\u01ddbn\u1d09\u0279\u01ddd)", + "- Sortable": "- S\u00f8\u0279\u0287\u0250bl\u01dd", + ": video upload complete.": ": \u028c\u1d09d\u01dd\u00f8 ndl\u00f8\u0250d \u0254\u00f8\u026fdl\u01dd\u0287\u01dd.", + "<%= user %> already in exception list.": "<%= user %> \u0250l\u0279\u01dd\u0250d\u028e \u1d09n \u01ddx\u0254\u01ddd\u0287\u1d09\u00f8n l\u1d09s\u0287.", + "<%= user %> has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.": "<%= user %> \u0265\u0250s b\u01dd\u01ddn sn\u0254\u0254\u01ddss\u025fnll\u028e \u0250dd\u01ddd \u0287\u00f8 \u0287\u0265\u01dd \u01ddx\u0254\u01ddd\u0287\u1d09\u00f8n l\u1d09s\u0287. \u023bl\u1d09\u0254\u029e \u01e4\u01ddn\u01dd\u0279\u0250\u0287\u01dd \u0246x\u0254\u01ddd\u0287\u1d09\u00f8n \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd b\u01ddl\u00f8\u028d \u0287\u00f8 s\u01ddnd \u0287\u0265\u01dd \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd.", + "A Password is required": "\u023a \u2c63\u0250ss\u028d\u00f8\u0279d \u1d09s \u0279\u01ddbn\u1d09\u0279\u01ddd", + "A driver's license, passport, or government-issued ID with your name and photo.": "\u023a d\u0279\u1d09\u028c\u01dd\u0279's l\u1d09\u0254\u01ddns\u01dd, d\u0250ssd\u00f8\u0279\u0287, \u00f8\u0279 \u0183\u00f8\u028c\u01dd\u0279n\u026f\u01ddn\u0287-\u1d09ssn\u01ddd \u0197\u0110 \u028d\u1d09\u0287\u0265 \u028e\u00f8n\u0279 n\u0250\u026f\u01dd \u0250nd d\u0265\u00f8\u0287\u00f8.", + "A driver's license, passport, or other government-issued ID with your name and photo": "\u023a d\u0279\u1d09\u028c\u01dd\u0279's l\u1d09\u0254\u01ddns\u01dd, d\u0250ssd\u00f8\u0279\u0287, \u00f8\u0279 \u00f8\u0287\u0265\u01dd\u0279 \u0183\u00f8\u028c\u01dd\u0279n\u026f\u01ddn\u0287-\u1d09ssn\u01ddd \u0197\u0110 \u028d\u1d09\u0287\u0265 \u028e\u00f8n\u0279 n\u0250\u026f\u01dd \u0250nd d\u0265\u00f8\u0287\u00f8", + "A highlight to look forward to this week.": "\u023a \u0265\u1d09\u0183\u0265l\u1d09\u0183\u0265\u0287 \u0287\u00f8 l\u00f8\u00f8\u029e \u025f\u00f8\u0279\u028d\u0250\u0279d \u0287\u00f8 \u0287\u0265\u1d09s \u028d\u01dd\u01dd\u029e.", + "A list of courses you have just enrolled in as a verified student": "\u023a l\u1d09s\u0287 \u00f8\u025f \u0254\u00f8n\u0279s\u01dds \u028e\u00f8n \u0265\u0250\u028c\u01dd \u027ens\u0287 \u01ddn\u0279\u00f8ll\u01ddd \u1d09n \u0250s \u0250 \u028c\u01dd\u0279\u1d09\u025f\u1d09\u01ddd s\u0287nd\u01ddn\u0287", + "A name that identifies your team (maximum 255 characters).": "\u023a n\u0250\u026f\u01dd \u0287\u0265\u0250\u0287 \u1d09d\u01ddn\u0287\u1d09\u025f\u1d09\u01dds \u028e\u00f8n\u0279 \u0287\u01dd\u0250\u026f (\u026f\u0250x\u1d09\u026fn\u026f 255 \u0254\u0265\u0250\u0279\u0250\u0254\u0287\u01dd\u0279s).", + "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "\u023a s\u0265\u00f8\u0279\u0287 d\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n \u00f8\u025f \u0287\u0265\u01dd \u0287\u01dd\u0250\u026f \u0287\u00f8 \u0265\u01ddld \u00f8\u0287\u0265\u01dd\u0279 l\u01dd\u0250\u0279n\u01dd\u0279s nnd\u01dd\u0279s\u0287\u0250nd \u0287\u0265\u01dd \u0183\u00f8\u0250ls \u00f8\u0279 d\u1d09\u0279\u01dd\u0254\u0287\u1d09\u00f8n \u00f8\u025f \u0287\u0265\u01dd \u0287\u01dd\u0250\u026f (\u026f\u0250x\u1d09\u026fn\u026f 300 \u0254\u0265\u0250\u0279\u0250\u0254\u0287\u01dd\u0279s).", + "A valid email address is required": "\u023a \u028c\u0250l\u1d09d \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss \u1d09s \u0279\u01ddbn\u1d09\u0279\u01ddd", + "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "\u023a\u0243\u023b\u0110\u0246F\u01e4\u0126\u0197\u0248\ua740\u0141MN\u00d8\u2c63Q\u024cS\u0166\u0244VWX\u024e\u01b5", + "API Key": "\u023a\u2c63\u0197 \ua740\u01dd\u028e", + "API Secret": "\u023a\u2c63\u0197 S\u01dd\u0254\u0279\u01dd\u0287", + "Abbreviation": "\u023abb\u0279\u01dd\u028c\u1d09\u0250\u0287\u1d09\u00f8n", + "About Me": "\u023ab\u00f8n\u0287 M\u01dd", + "About You": "\u023ab\u00f8n\u0287 \u024e\u00f8n", + "About me": "\u023ab\u00f8n\u0287 \u026f\u01dd", + "Access to some content in this unit is restricted to specific groups of learners": "\u023a\u0254\u0254\u01ddss \u0287\u00f8 s\u00f8\u026f\u01dd \u0254\u00f8n\u0287\u01ddn\u0287 \u1d09n \u0287\u0265\u1d09s nn\u1d09\u0287 \u1d09s \u0279\u01dds\u0287\u0279\u1d09\u0254\u0287\u01ddd \u0287\u00f8 sd\u01dd\u0254\u1d09\u025f\u1d09\u0254 \u0183\u0279\u00f8nds \u00f8\u025f l\u01dd\u0250\u0279n\u01dd\u0279s", + "Access to some content in this {blockType} is restricted to specific groups of learners.": "\u023a\u0254\u0254\u01ddss \u0287\u00f8 s\u00f8\u026f\u01dd \u0254\u00f8n\u0287\u01ddn\u0287 \u1d09n \u0287\u0265\u1d09s {blockType} \u1d09s \u0279\u01dds\u0287\u0279\u1d09\u0254\u0287\u01ddd \u0287\u00f8 sd\u01dd\u0254\u1d09\u025f\u1d09\u0254 \u0183\u0279\u00f8nds \u00f8\u025f l\u01dd\u0250\u0279n\u01dd\u0279s.", + "Access to this unit is restricted to: {selectedGroupsLabel}": "\u023a\u0254\u0254\u01ddss \u0287\u00f8 \u0287\u0265\u1d09s nn\u1d09\u0287 \u1d09s \u0279\u01dds\u0287\u0279\u1d09\u0254\u0287\u01ddd \u0287\u00f8: {selectedGroupsLabel}", + "Access to this {blockType} is restricted to: {selectedGroupsLabel}": "\u023a\u0254\u0254\u01ddss \u0287\u00f8 \u0287\u0265\u1d09s {blockType} \u1d09s \u0279\u01dds\u0287\u0279\u1d09\u0254\u0287\u01ddd \u0287\u00f8: {selectedGroupsLabel}", + "Accomplishments": "\u023a\u0254\u0254\u00f8\u026fdl\u1d09s\u0265\u026f\u01ddn\u0287s", + "Accomplishments Pagination": "\u023a\u0254\u0254\u00f8\u026fdl\u1d09s\u0265\u026f\u01ddn\u0287s \u2c63\u0250\u0183\u1d09n\u0250\u0287\u1d09\u00f8n", + "Account": "\u023a\u0254\u0254\u00f8nn\u0287", + "Account Information": "\u023a\u0254\u0254\u00f8nn\u0287 \u0197n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n", + "Account Not Activated": "\u023a\u0254\u0254\u00f8nn\u0287 N\u00f8\u0287 \u023a\u0254\u0287\u1d09\u028c\u0250\u0287\u01ddd", + "Account Settings": "\u023a\u0254\u0254\u00f8nn\u0287 S\u01dd\u0287\u0287\u1d09n\u0183s", + "Account Settings page.": "\u023a\u0254\u0254\u00f8nn\u0287 S\u01dd\u0287\u0287\u1d09n\u0183s d\u0250\u0183\u01dd.", + "Account deletion, including removal from email lists, may take a few weeks to fully process through our system. If you want to opt-out of emails before then, please unsubscribe from the footer of any email.": "\u023a\u0254\u0254\u00f8nn\u0287 d\u01ddl\u01dd\u0287\u1d09\u00f8n, \u1d09n\u0254lnd\u1d09n\u0183 \u0279\u01dd\u026f\u00f8\u028c\u0250l \u025f\u0279\u00f8\u026f \u01dd\u026f\u0250\u1d09l l\u1d09s\u0287s, \u026f\u0250\u028e \u0287\u0250\u029e\u01dd \u0250 \u025f\u01dd\u028d \u028d\u01dd\u01dd\u029es \u0287\u00f8 \u025fnll\u028e d\u0279\u00f8\u0254\u01ddss \u0287\u0265\u0279\u00f8n\u0183\u0265 \u00f8n\u0279 s\u028es\u0287\u01dd\u026f. \u0197\u025f \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u00f8d\u0287-\u00f8n\u0287 \u00f8\u025f \u01dd\u026f\u0250\u1d09ls b\u01dd\u025f\u00f8\u0279\u01dd \u0287\u0265\u01ddn, dl\u01dd\u0250s\u01dd nnsnbs\u0254\u0279\u1d09b\u01dd \u025f\u0279\u00f8\u026f \u0287\u0265\u01dd \u025f\u00f8\u00f8\u0287\u01dd\u0279 \u00f8\u025f \u0250n\u028e \u01dd\u026f\u0250\u1d09l.", + "Action": "\u023a\u0254\u0287\u1d09\u00f8n", + "Action required: Enter a valid date.": "\u023a\u0254\u0287\u1d09\u00f8n \u0279\u01ddbn\u1d09\u0279\u01ddd: \u0246n\u0287\u01dd\u0279 \u0250 \u028c\u0250l\u1d09d d\u0250\u0287\u01dd.", + "Actions": "\u023a\u0254\u0287\u1d09\u00f8ns", + "Activate": "\u023a\u0254\u0287\u1d09\u028c\u0250\u0287\u01dd", + "Activate Your Account": "\u023a\u0254\u0287\u1d09\u028c\u0250\u0287\u01dd \u024e\u00f8n\u0279 \u023a\u0254\u0254\u00f8nn\u0287", + "Activating a link in this group will skip to the corresponding point in the video.": "\u023a\u0254\u0287\u1d09\u028c\u0250\u0287\u1d09n\u0183 \u0250 l\u1d09n\u029e \u1d09n \u0287\u0265\u1d09s \u0183\u0279\u00f8nd \u028d\u1d09ll s\u029e\u1d09d \u0287\u00f8 \u0287\u0265\u01dd \u0254\u00f8\u0279\u0279\u01ddsd\u00f8nd\u1d09n\u0183 d\u00f8\u1d09n\u0287 \u1d09n \u0287\u0265\u01dd \u028c\u1d09d\u01dd\u00f8.", + "Active": "\u023a\u0254\u0287\u1d09\u028c\u01dd", + "Active Uploads": "\u023a\u0254\u0287\u1d09\u028c\u01dd \u0244dl\u00f8\u0250ds", + "Add": "\u023add", + "Add Additional Signatory": "\u023add \u023add\u1d09\u0287\u1d09\u00f8n\u0250l S\u1d09\u0183n\u0250\u0287\u00f8\u0279\u028e", + "Add Attachment": "\u023add \u023a\u0287\u0287\u0250\u0254\u0265\u026f\u01ddn\u0287", + "Add Cohort": "\u023add \u023b\u00f8\u0265\u00f8\u0279\u0287", + "Add Component:": "\u023add \u023b\u00f8\u026fd\u00f8n\u01ddn\u0287:", + "Add Country": "\u023add \u023b\u00f8nn\u0287\u0279\u028e", + "Add Learners": "\u023add \u0141\u01dd\u0250\u0279n\u01dd\u0279s", + "Add New Component": "\u023add N\u01dd\u028d \u023b\u00f8\u026fd\u00f8n\u01ddn\u0287", + "Add Thumbnail": "\u023add \u0166\u0265n\u026fbn\u0250\u1d09l", + "Add Thumbnail - {videoName}": "\u023add \u0166\u0265n\u026fbn\u0250\u1d09l - {videoName}", + "Add URLs for additional versions": "\u023add \u0244\u024c\u0141s \u025f\u00f8\u0279 \u0250dd\u1d09\u0287\u1d09\u00f8n\u0250l \u028c\u01dd\u0279s\u1d09\u00f8ns", + "Add a Chapter": "\u023add \u0250 \u023b\u0265\u0250d\u0287\u01dd\u0279", + "Add a New Cohort": "\u023add \u0250 N\u01dd\u028d \u023b\u00f8\u0265\u00f8\u0279\u0287", + "Add a learning outcome here": "\u023add \u0250 l\u01dd\u0250\u0279n\u1d09n\u0183 \u00f8n\u0287\u0254\u00f8\u026f\u01dd \u0265\u01dd\u0279\u01dd", + "Add another group": "\u023add \u0250n\u00f8\u0287\u0265\u01dd\u0279 \u0183\u0279\u00f8nd", + "Add language": "\u023add l\u0250n\u0183n\u0250\u0183\u01dd", + "Add learners to this cohort": "\u023add l\u01dd\u0250\u0279n\u01dd\u0279s \u0287\u00f8 \u0287\u0265\u1d09s \u0254\u00f8\u0265\u00f8\u0279\u0287", + "Add notes about this learner": "\u023add n\u00f8\u0287\u01dds \u0250b\u00f8n\u0287 \u0287\u0265\u1d09s l\u01dd\u0250\u0279n\u01dd\u0279", + "Add to Dictionary": "\u023add \u0287\u00f8 \u0110\u1d09\u0254\u0287\u1d09\u00f8n\u0250\u0279\u028e", + "Add to Exception List": "\u023add \u0287\u00f8 \u0246x\u0254\u01ddd\u0287\u1d09\u00f8n \u0141\u1d09s\u0287", + "Add your first content group": "\u023add \u028e\u00f8n\u0279 \u025f\u1d09\u0279s\u0287 \u0254\u00f8n\u0287\u01ddn\u0287 \u0183\u0279\u00f8nd", + "Add your first group configuration": "\u023add \u028e\u00f8n\u0279 \u025f\u1d09\u0279s\u0287 \u0183\u0279\u00f8nd \u0254\u00f8n\u025f\u1d09\u0183n\u0279\u0250\u0287\u1d09\u00f8n", + "Add your first textbook": "\u023add \u028e\u00f8n\u0279 \u025f\u1d09\u0279s\u0287 \u0287\u01ddx\u0287b\u00f8\u00f8\u029e", + "Add {role} Access": "\u023add {role} \u023a\u0254\u0254\u01ddss", + "Adding": "\u023add\u1d09n\u0183", + "Adding the selected course to your cart": "\u023add\u1d09n\u0183 \u0287\u0265\u01dd s\u01ddl\u01dd\u0254\u0287\u01ddd \u0254\u00f8n\u0279s\u01dd \u0287\u00f8 \u028e\u00f8n\u0279 \u0254\u0250\u0279\u0287", + "Additional Credit Opportunities": "\u023add\u1d09\u0287\u1d09\u00f8n\u0250l \u023b\u0279\u01ddd\u1d09\u0287 \u00d8dd\u00f8\u0279\u0287nn\u1d09\u0287\u1d09\u01dds", + "Additional Information": "\u023add\u1d09\u0287\u1d09\u00f8n\u0250l \u0197n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n", + "Additional Professional Opportunities": "\u023add\u1d09\u0287\u1d09\u00f8n\u0250l \u2c63\u0279\u00f8\u025f\u01ddss\u1d09\u00f8n\u0250l \u00d8dd\u00f8\u0279\u0287nn\u1d09\u0287\u1d09\u01dds", + "Additional posts could not be loaded. Refresh the page and try again.": "\u023add\u1d09\u0287\u1d09\u00f8n\u0250l d\u00f8s\u0287s \u0254\u00f8nld n\u00f8\u0287 b\u01dd l\u00f8\u0250d\u01ddd. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "Additional responses could not be loaded. Refresh the page and try again.": "\u023add\u1d09\u0287\u1d09\u00f8n\u0250l \u0279\u01ddsd\u00f8ns\u01dds \u0254\u00f8nld n\u00f8\u0287 b\u01dd l\u00f8\u0250d\u01ddd. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "Adjust video speed": "\u023ad\u027ens\u0287 \u028c\u1d09d\u01dd\u00f8 sd\u01dd\u01ddd", + "Adjust video volume": "\u023ad\u027ens\u0287 \u028c\u1d09d\u01dd\u00f8 \u028c\u00f8ln\u026f\u01dd", + "Admin": "\u023ad\u026f\u1d09n", + "Advanced": "\u023ad\u028c\u0250n\u0254\u01ddd", + "After the course\\'s end date has passed, learners can no longer access subsection content. The subsection remains included in grade calculations.": "\u023a\u025f\u0287\u01dd\u0279 \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd\\'s \u01ddnd d\u0250\u0287\u01dd \u0265\u0250s d\u0250ss\u01ddd, l\u01dd\u0250\u0279n\u01dd\u0279s \u0254\u0250n n\u00f8 l\u00f8n\u0183\u01dd\u0279 \u0250\u0254\u0254\u01ddss snbs\u01dd\u0254\u0287\u1d09\u00f8n \u0254\u00f8n\u0287\u01ddn\u0287. \u0166\u0265\u01dd snbs\u01dd\u0254\u0287\u1d09\u00f8n \u0279\u01dd\u026f\u0250\u1d09ns \u1d09n\u0254lnd\u01ddd \u1d09n \u0183\u0279\u0250d\u01dd \u0254\u0250l\u0254nl\u0250\u0287\u1d09\u00f8ns.", + "After the subsection\\'s due date has passed, learners can no longer access its content. The subsection remains included in grade calculations.": "\u023a\u025f\u0287\u01dd\u0279 \u0287\u0265\u01dd snbs\u01dd\u0254\u0287\u1d09\u00f8n\\'s dn\u01dd d\u0250\u0287\u01dd \u0265\u0250s d\u0250ss\u01ddd, l\u01dd\u0250\u0279n\u01dd\u0279s \u0254\u0250n n\u00f8 l\u00f8n\u0183\u01dd\u0279 \u0250\u0254\u0254\u01ddss \u1d09\u0287s \u0254\u00f8n\u0287\u01ddn\u0287. \u0166\u0265\u01dd snbs\u01dd\u0254\u0287\u1d09\u00f8n \u0279\u01dd\u026f\u0250\u1d09ns \u1d09n\u0254lnd\u01ddd \u1d09n \u0183\u0279\u0250d\u01dd \u0254\u0250l\u0254nl\u0250\u0287\u1d09\u00f8ns.", + "Align center": "\u023al\u1d09\u0183n \u0254\u01ddn\u0287\u01dd\u0279", + "Align left": "\u023al\u1d09\u0183n l\u01dd\u025f\u0287", + "Align right": "\u023al\u1d09\u0183n \u0279\u1d09\u0183\u0265\u0287", + "Alignment": "\u023al\u1d09\u0183n\u026f\u01ddn\u0287", + "All Learners and Staff": "\u023all \u0141\u01dd\u0250\u0279n\u01dd\u0279s \u0250nd S\u0287\u0250\u025f\u025f", + "All Posts": "\u023all \u2c63\u00f8s\u0287s", + "All Rights Reserved": "\u023all \u024c\u1d09\u0183\u0265\u0287s \u024c\u01dds\u01dd\u0279\u028c\u01ddd", + "All Time Zones": "\u023all \u0166\u1d09\u026f\u01dd \u01b5\u00f8n\u01dds", + "All Topics": "\u023all \u0166\u00f8d\u1d09\u0254s", + "All accounts were created successfully.": "\u023all \u0250\u0254\u0254\u00f8nn\u0287s \u028d\u01dd\u0279\u01dd \u0254\u0279\u01dd\u0250\u0287\u01ddd sn\u0254\u0254\u01ddss\u025fnll\u028e.", + "All chapters must have a name and asset": "\u023all \u0254\u0265\u0250d\u0287\u01dd\u0279s \u026fns\u0287 \u0265\u0250\u028c\u01dd \u0250 n\u0250\u026f\u01dd \u0250nd \u0250ss\u01dd\u0287", + "All groups must have a name.": "\u023all \u0183\u0279\u00f8nds \u026fns\u0287 \u0265\u0250\u028c\u01dd \u0250 n\u0250\u026f\u01dd.", + "All groups must have a unique name.": "\u023all \u0183\u0279\u00f8nds \u026fns\u0287 \u0265\u0250\u028c\u01dd \u0250 nn\u1d09bn\u01dd n\u0250\u026f\u01dd.", + "All learners in the {cohort_name} cohort": "\u023all l\u01dd\u0250\u0279n\u01dd\u0279s \u1d09n \u0287\u0265\u01dd {cohort_name} \u0254\u00f8\u0265\u00f8\u0279\u0287", + "All learners in the {track_name} track": "\u023all l\u01dd\u0250\u0279n\u01dd\u0279s \u1d09n \u0287\u0265\u01dd {track_name} \u0287\u0279\u0250\u0254\u029e", + "All learners who are enrolled in this course": "\u023all l\u01dd\u0250\u0279n\u01dd\u0279s \u028d\u0265\u00f8 \u0250\u0279\u01dd \u01ddn\u0279\u00f8ll\u01ddd \u1d09n \u0287\u0265\u1d09s \u0254\u00f8n\u0279s\u01dd", + "All payment options are currently unavailable.": "\u023all d\u0250\u028e\u026f\u01ddn\u0287 \u00f8d\u0287\u1d09\u00f8ns \u0250\u0279\u01dd \u0254n\u0279\u0279\u01ddn\u0287l\u028e nn\u0250\u028c\u0250\u1d09l\u0250bl\u01dd.", + "All professional education courses are fee-based, and require payment to complete the enrollment process.": "\u023all d\u0279\u00f8\u025f\u01ddss\u1d09\u00f8n\u0250l \u01dddn\u0254\u0250\u0287\u1d09\u00f8n \u0254\u00f8n\u0279s\u01dds \u0250\u0279\u01dd \u025f\u01dd\u01dd-b\u0250s\u01ddd, \u0250nd \u0279\u01ddbn\u1d09\u0279\u01dd d\u0250\u028e\u026f\u01ddn\u0287 \u0287\u00f8 \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u0287\u0265\u01dd \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 d\u0279\u00f8\u0254\u01ddss.", + "All subsections": "\u023all snbs\u01dd\u0254\u0287\u1d09\u00f8ns", + "All teams": "\u023all \u0287\u01dd\u0250\u026fs", + "All topics": "\u023all \u0287\u00f8d\u1d09\u0254s", + "All units": "\u023all nn\u1d09\u0287s", + "All users on the Exception list": "\u023all ns\u01dd\u0279s \u00f8n \u0287\u0265\u01dd \u0246x\u0254\u01ddd\u0287\u1d09\u00f8n l\u1d09s\u0287", + "All users on the Exception list who do not yet have a certificate": "\u023all ns\u01dd\u0279s \u00f8n \u0287\u0265\u01dd \u0246x\u0254\u01ddd\u0287\u1d09\u00f8n l\u1d09s\u0287 \u028d\u0265\u00f8 d\u00f8 n\u00f8\u0287 \u028e\u01dd\u0287 \u0265\u0250\u028c\u01dd \u0250 \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd", + "Allow others to copy, distribute, display and perform only verbatim copies of your work, not derivative works based upon it. This option is incompatible with \"Share Alike\".": "\u023all\u00f8\u028d \u00f8\u0287\u0265\u01dd\u0279s \u0287\u00f8 \u0254\u00f8d\u028e, d\u1d09s\u0287\u0279\u1d09bn\u0287\u01dd, d\u1d09sdl\u0250\u028e \u0250nd d\u01dd\u0279\u025f\u00f8\u0279\u026f \u00f8nl\u028e \u028c\u01dd\u0279b\u0250\u0287\u1d09\u026f \u0254\u00f8d\u1d09\u01dds \u00f8\u025f \u028e\u00f8n\u0279 \u028d\u00f8\u0279\u029e, n\u00f8\u0287 d\u01dd\u0279\u1d09\u028c\u0250\u0287\u1d09\u028c\u01dd \u028d\u00f8\u0279\u029es b\u0250s\u01ddd nd\u00f8n \u1d09\u0287. \u0166\u0265\u1d09s \u00f8d\u0287\u1d09\u00f8n \u1d09s \u1d09n\u0254\u00f8\u026fd\u0250\u0287\u1d09bl\u01dd \u028d\u1d09\u0287\u0265 \"S\u0265\u0250\u0279\u01dd \u023al\u1d09\u029e\u01dd\".", + "Allow others to copy, distribute, display and perform your copyrighted work but only if they give credit the way you request. Currently, this option is required.": "\u023all\u00f8\u028d \u00f8\u0287\u0265\u01dd\u0279s \u0287\u00f8 \u0254\u00f8d\u028e, d\u1d09s\u0287\u0279\u1d09bn\u0287\u01dd, d\u1d09sdl\u0250\u028e \u0250nd d\u01dd\u0279\u025f\u00f8\u0279\u026f \u028e\u00f8n\u0279 \u0254\u00f8d\u028e\u0279\u1d09\u0183\u0265\u0287\u01ddd \u028d\u00f8\u0279\u029e bn\u0287 \u00f8nl\u028e \u1d09\u025f \u0287\u0265\u01dd\u028e \u0183\u1d09\u028c\u01dd \u0254\u0279\u01ddd\u1d09\u0287 \u0287\u0265\u01dd \u028d\u0250\u028e \u028e\u00f8n \u0279\u01ddbn\u01dds\u0287. \u023bn\u0279\u0279\u01ddn\u0287l\u028e, \u0287\u0265\u1d09s \u00f8d\u0287\u1d09\u00f8n \u1d09s \u0279\u01ddbn\u1d09\u0279\u01ddd.", + "Allow others to copy, distribute, display and perform your work - and derivative works based upon it - but for noncommercial purposes only.": "\u023all\u00f8\u028d \u00f8\u0287\u0265\u01dd\u0279s \u0287\u00f8 \u0254\u00f8d\u028e, d\u1d09s\u0287\u0279\u1d09bn\u0287\u01dd, d\u1d09sdl\u0250\u028e \u0250nd d\u01dd\u0279\u025f\u00f8\u0279\u026f \u028e\u00f8n\u0279 \u028d\u00f8\u0279\u029e - \u0250nd d\u01dd\u0279\u1d09\u028c\u0250\u0287\u1d09\u028c\u01dd \u028d\u00f8\u0279\u029es b\u0250s\u01ddd nd\u00f8n \u1d09\u0287 - bn\u0287 \u025f\u00f8\u0279 n\u00f8n\u0254\u00f8\u026f\u026f\u01dd\u0279\u0254\u1d09\u0250l dn\u0279d\u00f8s\u01dds \u00f8nl\u028e.", + "Allow others to distribute derivative works only under a license identical to the license that governs your work. This option is incompatible with \"No Derivatives\".": "\u023all\u00f8\u028d \u00f8\u0287\u0265\u01dd\u0279s \u0287\u00f8 d\u1d09s\u0287\u0279\u1d09bn\u0287\u01dd d\u01dd\u0279\u1d09\u028c\u0250\u0287\u1d09\u028c\u01dd \u028d\u00f8\u0279\u029es \u00f8nl\u028e nnd\u01dd\u0279 \u0250 l\u1d09\u0254\u01ddns\u01dd \u1d09d\u01ddn\u0287\u1d09\u0254\u0250l \u0287\u00f8 \u0287\u0265\u01dd l\u1d09\u0254\u01ddns\u01dd \u0287\u0265\u0250\u0287 \u0183\u00f8\u028c\u01dd\u0279ns \u028e\u00f8n\u0279 \u028d\u00f8\u0279\u029e. \u0166\u0265\u1d09s \u00f8d\u0287\u1d09\u00f8n \u1d09s \u1d09n\u0254\u00f8\u026fd\u0250\u0287\u1d09bl\u01dd \u028d\u1d09\u0287\u0265 \"N\u00f8 \u0110\u01dd\u0279\u1d09\u028c\u0250\u0287\u1d09\u028c\u01dds\".", + "Allow students to generate certificates for this course?": "\u023all\u00f8\u028d s\u0287nd\u01ddn\u0287s \u0287\u00f8 \u0183\u01ddn\u01dd\u0279\u0250\u0287\u01dd \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds \u025f\u00f8\u0279 \u0287\u0265\u1d09s \u0254\u00f8n\u0279s\u01dd?", + "Already a course team member": "\u023al\u0279\u01dd\u0250d\u028e \u0250 \u0254\u00f8n\u0279s\u01dd \u0287\u01dd\u0250\u026f \u026f\u01dd\u026fb\u01dd\u0279", + "Already a library team member": "\u023al\u0279\u01dd\u0250d\u028e \u0250 l\u1d09b\u0279\u0250\u0279\u028e \u0287\u01dd\u0250\u026f \u026f\u01dd\u026fb\u01dd\u0279", + "Already a member": "\u023al\u0279\u01dd\u0250d\u028e \u0250 \u026f\u01dd\u026fb\u01dd\u0279", + "Already have an {platformName} account?": "\u023al\u0279\u01dd\u0250d\u028e \u0265\u0250\u028c\u01dd \u0250n {platformName} \u0250\u0254\u0254\u00f8nn\u0287?", + "Alternative source": "\u023al\u0287\u01dd\u0279n\u0250\u0287\u1d09\u028c\u01dd s\u00f8n\u0279\u0254\u01dd", + "Always divide content-specific discussion topics": "\u023al\u028d\u0250\u028es d\u1d09\u028c\u1d09d\u01dd \u0254\u00f8n\u0287\u01ddn\u0287-sd\u01dd\u0254\u1d09\u025f\u1d09\u0254 d\u1d09s\u0254nss\u1d09\u00f8n \u0287\u00f8d\u1d09\u0254s", + "Always show assessment results": "\u023al\u028d\u0250\u028es s\u0265\u00f8\u028d \u0250ss\u01ddss\u026f\u01ddn\u0287 \u0279\u01ddsnl\u0287s", + "Amount": "\u023a\u026f\u00f8nn\u0287", + "An email has been sent to {userEmail} with a link for you to activate your account.": "\u023an \u01dd\u026f\u0250\u1d09l \u0265\u0250s b\u01dd\u01ddn s\u01ddn\u0287 \u0287\u00f8 {userEmail} \u028d\u1d09\u0287\u0265 \u0250 l\u1d09n\u029e \u025f\u00f8\u0279 \u028e\u00f8n \u0287\u00f8 \u0250\u0254\u0287\u1d09\u028c\u0250\u0287\u01dd \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287.", + "An error has occurred. Check your Internet connection and try again.": "\u023an \u01dd\u0279\u0279\u00f8\u0279 \u0265\u0250s \u00f8\u0254\u0254n\u0279\u0279\u01ddd. \u023b\u0265\u01dd\u0254\u029e \u028e\u00f8n\u0279 \u0197n\u0287\u01dd\u0279n\u01dd\u0287 \u0254\u00f8nn\u01dd\u0254\u0287\u1d09\u00f8n \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "\u023an \u01dd\u0279\u0279\u00f8\u0279 \u0265\u0250s \u00f8\u0254\u0254n\u0279\u0279\u01ddd. M\u0250\u029e\u01dd sn\u0279\u01dd \u0287\u0265\u0250\u0287 \u028e\u00f8n \u0250\u0279\u01dd \u0254\u00f8nn\u01dd\u0254\u0287\u01ddd \u0287\u00f8 \u0287\u0265\u01dd \u0197n\u0287\u01dd\u0279n\u01dd\u0287, \u0250nd \u0287\u0265\u01ddn \u0287\u0279\u028e \u0279\u01dd\u025f\u0279\u01dds\u0265\u1d09n\u0183 \u0287\u0265\u01dd d\u0250\u0183\u01dd.", + "An error has occurred. Please try again later.": "\u023an \u01dd\u0279\u0279\u00f8\u0279 \u0265\u0250s \u00f8\u0254\u0254n\u0279\u0279\u01ddd. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n l\u0250\u0287\u01dd\u0279.", + "An error has occurred. Please try again.": "\u023an \u01dd\u0279\u0279\u00f8\u0279 \u0265\u0250s \u00f8\u0254\u0254n\u0279\u0279\u01ddd. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "An error has occurred. Please try reloading the page.": "\u023an \u01dd\u0279\u0279\u00f8\u0279 \u0265\u0250s \u00f8\u0254\u0254n\u0279\u0279\u01ddd. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0279\u01ddl\u00f8\u0250d\u1d09n\u0183 \u0287\u0265\u01dd d\u0250\u0183\u01dd.", + "An error has occurred. Refresh the page, and then try again.": "\u023an \u01dd\u0279\u0279\u00f8\u0279 \u0265\u0250s \u00f8\u0254\u0254n\u0279\u0279\u01ddd. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd, \u0250nd \u0287\u0265\u01ddn \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "An error has occurred. Try refreshing the page, or check your Internet connection.": "\u023an \u01dd\u0279\u0279\u00f8\u0279 \u0265\u0250s \u00f8\u0254\u0254n\u0279\u0279\u01ddd. \u0166\u0279\u028e \u0279\u01dd\u025f\u0279\u01dds\u0265\u1d09n\u0183 \u0287\u0265\u01dd d\u0250\u0183\u01dd, \u00f8\u0279 \u0254\u0265\u01dd\u0254\u029e \u028e\u00f8n\u0279 \u0197n\u0287\u01dd\u0279n\u01dd\u0287 \u0254\u00f8nn\u01dd\u0254\u0287\u1d09\u00f8n.", + "An error has occurred. Wait a few minutes, and then try again.": "\u023an \u01dd\u0279\u0279\u00f8\u0279 \u0265\u0250s \u00f8\u0254\u0254n\u0279\u0279\u01ddd. W\u0250\u1d09\u0287 \u0250 \u025f\u01dd\u028d \u026f\u1d09nn\u0287\u01dds, \u0250nd \u0287\u0265\u01ddn \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "\u023an \u01dd\u0279\u0279\u00f8\u0279 \u00f8\u0254\u0254n\u0279\u0279\u01ddd \u0279\u01dd\u0287\u0279\u1d09\u01dd\u028c\u1d09n\u0183 \u028e\u00f8n\u0279 \u01dd\u026f\u0250\u1d09l. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n l\u0250\u0287\u01dd\u0279, \u0250nd \u0254\u00f8n\u0287\u0250\u0254\u0287 \u0287\u01dd\u0254\u0265n\u1d09\u0254\u0250l sndd\u00f8\u0279\u0287 \u1d09\u025f \u0287\u0265\u01dd d\u0279\u00f8bl\u01dd\u026f d\u01dd\u0279s\u1d09s\u0287s.", + "An error occurred when signing you in to %s.": "\u023an \u01dd\u0279\u0279\u00f8\u0279 \u00f8\u0254\u0254n\u0279\u0279\u01ddd \u028d\u0265\u01ddn s\u1d09\u0183n\u1d09n\u0183 \u028e\u00f8n \u1d09n \u0287\u00f8 %s.", + "An error occurred while removing the member from the team. Try again.": "\u023an \u01dd\u0279\u0279\u00f8\u0279 \u00f8\u0254\u0254n\u0279\u0279\u01ddd \u028d\u0265\u1d09l\u01dd \u0279\u01dd\u026f\u00f8\u028c\u1d09n\u0183 \u0287\u0265\u01dd \u026f\u01dd\u026fb\u01dd\u0279 \u025f\u0279\u00f8\u026f \u0287\u0265\u01dd \u0287\u01dd\u0250\u026f. \u0166\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "An error occurred.": "\u023an \u01dd\u0279\u0279\u00f8\u0279 \u00f8\u0254\u0254n\u0279\u0279\u01ddd.", + "An error occurred. Make sure that the student's username or email address is correct and try again.": "\u023an \u01dd\u0279\u0279\u00f8\u0279 \u00f8\u0254\u0254n\u0279\u0279\u01ddd. M\u0250\u029e\u01dd sn\u0279\u01dd \u0287\u0265\u0250\u0287 \u0287\u0265\u01dd s\u0287nd\u01ddn\u0287's ns\u01dd\u0279n\u0250\u026f\u01dd \u00f8\u0279 \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss \u1d09s \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287 \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "An error occurred. Please reload the page.": "\u023an \u01dd\u0279\u0279\u00f8\u0279 \u00f8\u0254\u0254n\u0279\u0279\u01ddd. \u2c63l\u01dd\u0250s\u01dd \u0279\u01ddl\u00f8\u0250d \u0287\u0265\u01dd d\u0250\u0183\u01dd.", + "An error occurred. Please try again.": "\u023an \u01dd\u0279\u0279\u00f8\u0279 \u00f8\u0254\u0254n\u0279\u0279\u01ddd. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "An error occurred. Try again.": "\u023an \u01dd\u0279\u0279\u00f8\u0279 \u00f8\u0254\u0254n\u0279\u0279\u01ddd. \u0166\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "An unexpected error has occurred.": "\u023an nn\u01ddxd\u01dd\u0254\u0287\u01ddd \u01dd\u0279\u0279\u00f8\u0279 \u0265\u0250s \u00f8\u0254\u0254n\u0279\u0279\u01ddd.", + "An unexpected error occurred. Please try again.": "\u023an nn\u01ddxd\u01dd\u0254\u0287\u01ddd \u01dd\u0279\u0279\u00f8\u0279 \u00f8\u0254\u0254n\u0279\u0279\u01ddd. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "Anchor": "\u023an\u0254\u0265\u00f8\u0279", + "Anchors": "\u023an\u0254\u0265\u00f8\u0279s", + "Any content that has listed this content as a prerequisite will also have access limitations removed.": "\u023an\u028e \u0254\u00f8n\u0287\u01ddn\u0287 \u0287\u0265\u0250\u0287 \u0265\u0250s l\u1d09s\u0287\u01ddd \u0287\u0265\u1d09s \u0254\u00f8n\u0287\u01ddn\u0287 \u0250s \u0250 d\u0279\u01dd\u0279\u01ddbn\u1d09s\u1d09\u0287\u01dd \u028d\u1d09ll \u0250ls\u00f8 \u0265\u0250\u028c\u01dd \u0250\u0254\u0254\u01ddss l\u1d09\u026f\u1d09\u0287\u0250\u0287\u1d09\u00f8ns \u0279\u01dd\u026f\u00f8\u028c\u01ddd.", + "Any course progress or grades from your current session will be lost.": "\u023an\u028e \u0254\u00f8n\u0279s\u01dd d\u0279\u00f8\u0183\u0279\u01ddss \u00f8\u0279 \u0183\u0279\u0250d\u01dds \u025f\u0279\u00f8\u026f \u028e\u00f8n\u0279 \u0254n\u0279\u0279\u01ddn\u0287 s\u01ddss\u1d09\u00f8n \u028d\u1d09ll b\u01dd l\u00f8s\u0287.", + "Any divided discussion topics are divided based on cohort.": "\u023an\u028e d\u1d09\u028c\u1d09d\u01ddd d\u1d09s\u0254nss\u1d09\u00f8n \u0287\u00f8d\u1d09\u0254s \u0250\u0279\u01dd d\u1d09\u028c\u1d09d\u01ddd b\u0250s\u01ddd \u00f8n \u0254\u00f8\u0265\u00f8\u0279\u0287.", + "Any divided discussion topics are divided based on enrollment track.": "\u023an\u028e d\u1d09\u028c\u1d09d\u01ddd d\u1d09s\u0254nss\u1d09\u00f8n \u0287\u00f8d\u1d09\u0254s \u0250\u0279\u01dd d\u1d09\u028c\u1d09d\u01ddd b\u0250s\u01ddd \u00f8n \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 \u0287\u0279\u0250\u0254\u029e.", + "Are you having trouble finding a team to join?": "\u023a\u0279\u01dd \u028e\u00f8n \u0265\u0250\u028c\u1d09n\u0183 \u0287\u0279\u00f8nbl\u01dd \u025f\u1d09nd\u1d09n\u0183 \u0250 \u0287\u01dd\u0250\u026f \u0287\u00f8 \u027e\u00f8\u1d09n?", + "Are you sure that you want to leave this session?": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u0287\u0265\u0250\u0287 \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 l\u01dd\u0250\u028c\u01dd \u0287\u0265\u1d09s s\u01ddss\u1d09\u00f8n?", + "Are you sure you want to change to a different session?": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u0254\u0265\u0250n\u0183\u01dd \u0287\u00f8 \u0250 d\u1d09\u025f\u025f\u01dd\u0279\u01ddn\u0287 s\u01ddss\u1d09\u00f8n?", + "Are you sure you want to delete this comment?": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 d\u01ddl\u01dd\u0287\u01dd \u0287\u0265\u1d09s \u0254\u00f8\u026f\u026f\u01ddn\u0287?", + "Are you sure you want to delete this page? This action cannot be undone.": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 d\u01ddl\u01dd\u0287\u01dd \u0287\u0265\u1d09s d\u0250\u0183\u01dd? \u0166\u0265\u1d09s \u0250\u0254\u0287\u1d09\u00f8n \u0254\u0250nn\u00f8\u0287 b\u01dd nnd\u00f8n\u01dd.", + "Are you sure you want to delete this post?": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 d\u01ddl\u01dd\u0287\u01dd \u0287\u0265\u1d09s d\u00f8s\u0287?", + "Are you sure you want to delete this response?": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 d\u01ddl\u01dd\u0287\u01dd \u0287\u0265\u1d09s \u0279\u01ddsd\u00f8ns\u01dd?", + "Are you sure you want to delete this update?": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 d\u01ddl\u01dd\u0287\u01dd \u0287\u0265\u1d09s ndd\u0250\u0287\u01dd?", + "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 d\u01ddl\u01dd\u0287\u01dd {email} \u025f\u0279\u00f8\u026f \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd \u0287\u01dd\u0250\u026f \u025f\u00f8\u0279 \u201c{container}\u201d?", + "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 d\u01ddl\u01dd\u0287\u01dd {email} \u025f\u0279\u00f8\u026f \u0287\u0265\u01dd l\u1d09b\u0279\u0250\u0279\u028e \u201c{container}\u201d?", + "Are you sure you want to remove this transcript?": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u0279\u01dd\u026f\u00f8\u028c\u01dd \u0287\u0265\u1d09s \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287?", + "Are you sure you want to remove this video from the list?": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u0279\u01dd\u026f\u00f8\u028c\u01dd \u0287\u0265\u1d09s \u028c\u1d09d\u01dd\u00f8 \u025f\u0279\u00f8\u026f \u0287\u0265\u01dd l\u1d09s\u0287?", + "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u0279\u01dds\u0287\u0279\u1d09\u0254\u0287 {email} \u0250\u0254\u0254\u01ddss \u0287\u00f8 \u201c{container}\u201d?", + "Are you sure you want to revert to the last published version of the unit? You cannot undo this action.": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u0279\u01dd\u028c\u01dd\u0279\u0287 \u0287\u00f8 \u0287\u0265\u01dd l\u0250s\u0287 dnbl\u1d09s\u0265\u01ddd \u028c\u01dd\u0279s\u1d09\u00f8n \u00f8\u025f \u0287\u0265\u01dd nn\u1d09\u0287? \u024e\u00f8n \u0254\u0250nn\u00f8\u0287 nnd\u00f8 \u0287\u0265\u1d09s \u0250\u0254\u0287\u1d09\u00f8n.", + "Are you sure you want to select this session?": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 s\u01ddl\u01dd\u0254\u0287 \u0287\u0265\u1d09s s\u01ddss\u1d09\u00f8n?", + "Are you sure you want to unenroll from the purchased course {courseName} ({courseNumber})?": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 nn\u01ddn\u0279\u00f8ll \u025f\u0279\u00f8\u026f \u0287\u0265\u01dd dn\u0279\u0254\u0265\u0250s\u01ddd \u0254\u00f8n\u0279s\u01dd {courseName} ({courseNumber})?", + "Are you sure you want to unenroll from the verified {certNameLong} track of {courseName} ({courseNumber})?": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 nn\u01ddn\u0279\u00f8ll \u025f\u0279\u00f8\u026f \u0287\u0265\u01dd \u028c\u01dd\u0279\u1d09\u025f\u1d09\u01ddd {certNameLong} \u0287\u0279\u0250\u0254\u029e \u00f8\u025f {courseName} ({courseNumber})?", + "Are you sure you want to unenroll from the verified {certNameLong} track of {courseName} ({courseNumber})?": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 nn\u01ddn\u0279\u00f8ll \u025f\u0279\u00f8\u026f \u0287\u0265\u01dd \u028c\u01dd\u0279\u1d09\u025f\u1d09\u01ddd {certNameLong} \u0287\u0279\u0250\u0254\u029e \u00f8\u025f {courseName} ({courseNumber})?", + "Are you sure you want to unenroll from {courseName} ({courseNumber})?": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 nn\u01ddn\u0279\u00f8ll \u025f\u0279\u00f8\u026f {courseName} ({courseNumber})?", + "Are you sure you want to unenroll from {courseName} ({courseNumber})? You will be refunded the amount you paid.": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 nn\u01ddn\u0279\u00f8ll \u025f\u0279\u00f8\u026f {courseName} ({courseNumber})? \u024e\u00f8n \u028d\u1d09ll b\u01dd \u0279\u01dd\u025fnnd\u01ddd \u0287\u0265\u01dd \u0250\u026f\u00f8nn\u0287 \u028e\u00f8n d\u0250\u1d09d.", + "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u1d09s\u0265 \u0287\u00f8 d\u01ddl\u01dd\u0287\u01dd \u0287\u0265\u1d09s \u1d09\u0287\u01dd\u026f. \u0197\u0287 \u0254\u0250nn\u00f8\u0287 b\u01dd \u0279\u01dd\u028c\u01dd\u0279s\u01ddd!\n\n\u023als\u00f8 \u0250n\u028e \u0254\u00f8n\u0287\u01ddn\u0287 \u0287\u0265\u0250\u0287 l\u1d09n\u029es/\u0279\u01dd\u025f\u01dd\u0279s \u0287\u00f8 \u0287\u0265\u1d09s \u1d09\u0287\u01dd\u026f \u028d\u1d09ll n\u00f8 l\u00f8n\u0183\u01dd\u0279 \u028d\u00f8\u0279\u029e (\u01dd.\u0183. b\u0279\u00f8\u029e\u01ddn \u1d09\u026f\u0250\u0183\u01dds \u0250nd/\u00f8\u0279 l\u1d09n\u029es)", + "Are you sure?": "\u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd?", + "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "\u023as d\u0250\u0279\u0287 \u00f8\u025f \u0287\u0265\u01dd \u028c\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n d\u0279\u00f8\u0254\u01ddss, \u028e\u00f8n \u0287\u0250\u029e\u01dd \u0250 d\u0265\u00f8\u0287\u00f8 \u00f8\u025f b\u00f8\u0287\u0265 \u028e\u00f8n\u0279 \u025f\u0250\u0254\u01dd \u0250nd \u0250 \u0183\u00f8\u028c\u01dd\u0279n\u026f\u01ddn\u0287-\u1d09ssn\u01ddd d\u0265\u00f8\u0287\u00f8 \u0197\u0110. \u00d8n\u0279 \u0250n\u0287\u0265\u00f8\u0279\u1d09z\u0250\u0287\u1d09\u00f8n s\u01dd\u0279\u028c\u1d09\u0254\u01dd \u0254\u00f8n\u025f\u1d09\u0279\u026fs \u028e\u00f8n\u0279 \u1d09d\u01ddn\u0287\u1d09\u0287\u028e b\u028e \u0254\u00f8\u026fd\u0250\u0279\u1d09n\u0183 \u0287\u0265\u01dd d\u0265\u00f8\u0287\u00f8 \u028e\u00f8n \u0287\u0250\u029e\u01dd \u028d\u1d09\u0287\u0265 \u0287\u0265\u01dd d\u0265\u00f8\u0287\u00f8 \u00f8n \u028e\u00f8n\u0279 \u0197\u0110.", + "As you complete courses, you will see them listed here.": "\u023as \u028e\u00f8n \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u0254\u00f8n\u0279s\u01dds, \u028e\u00f8n \u028d\u1d09ll s\u01dd\u01dd \u0287\u0265\u01dd\u026f l\u1d09s\u0287\u01ddd \u0265\u01dd\u0279\u01dd.", + "Assessment Results Visibility": "\u023ass\u01ddss\u026f\u01ddn\u0287 \u024c\u01ddsnl\u0287s V\u1d09s\u1d09b\u1d09l\u1d09\u0287\u028e", + "Assign Team Memberships": "\u023ass\u1d09\u0183n \u0166\u01dd\u0250\u026f M\u01dd\u026fb\u01dd\u0279s\u0265\u1d09ds", + "Assign learners to cohorts by uploading a CSV file": "\u023ass\u1d09\u0183n l\u01dd\u0250\u0279n\u01dd\u0279s \u0287\u00f8 \u0254\u00f8\u0265\u00f8\u0279\u0287s b\u028e ndl\u00f8\u0250d\u1d09n\u0183 \u0250 \u023bSV \u025f\u1d09l\u01dd", + "Assign students to cohorts by uploading a CSV file.": "\u023ass\u1d09\u0183n s\u0287nd\u01ddn\u0287s \u0287\u00f8 \u0254\u00f8\u0265\u00f8\u0279\u0287s b\u028e ndl\u00f8\u0250d\u1d09n\u0183 \u0250 \u023bSV \u025f\u1d09l\u01dd.", + "Assignment Type Name": "\u023ass\u1d09\u0183n\u026f\u01ddn\u0287 \u0166\u028ed\u01dd N\u0250\u026f\u01dd", + "Associated Content Group": "\u023ass\u00f8\u0254\u1d09\u0250\u0287\u01ddd \u023b\u00f8n\u0287\u01ddn\u0287 \u01e4\u0279\u00f8nd", + "Attribution": "\u023a\u0287\u0287\u0279\u1d09bn\u0287\u1d09\u00f8n", + "Author": "\u023an\u0287\u0265\u00f8\u0279", + "Auto-advance": "\u023an\u0287\u00f8-\u0250d\u028c\u0250n\u0254\u01dd", + "Automated Transcripts": "\u023an\u0287\u00f8\u026f\u0250\u0287\u01ddd \u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287s", + "Automatic": "\u023an\u0287\u00f8\u026f\u0250\u0287\u1d09\u0254", + "Automatic transcripts are disabled.": "\u023an\u0287\u00f8\u026f\u0250\u0287\u1d09\u0254 \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287s \u0250\u0279\u01dd d\u1d09s\u0250bl\u01ddd.", + "Average": "\u023a\u028c\u01dd\u0279\u0250\u0183\u01dd", + "Back to sign in": "\u0243\u0250\u0254\u029e \u0287\u00f8 s\u1d09\u0183n \u1d09n", + "Back to {platform} FAQs": "\u0243\u0250\u0254\u029e \u0287\u00f8 {platform} F\u023aQs", + "Background color": "\u0243\u0250\u0254\u029e\u0183\u0279\u00f8nnd \u0254\u00f8l\u00f8\u0279", + "Basic": "\u0243\u0250s\u1d09\u0254", + "Basic Account Information": "\u0243\u0250s\u1d09\u0254 \u023a\u0254\u0254\u00f8nn\u0287 \u0197n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n", + "Be sure your entire face is inside the frame": "\u0243\u01dd sn\u0279\u01dd \u028e\u00f8n\u0279 \u01ddn\u0287\u1d09\u0279\u01dd \u025f\u0250\u0254\u01dd \u1d09s \u1d09ns\u1d09d\u01dd \u0287\u0265\u01dd \u025f\u0279\u0250\u026f\u01dd", + "Before proceeding, please confirm that your details match": "\u0243\u01dd\u025f\u00f8\u0279\u01dd d\u0279\u00f8\u0254\u01dd\u01ddd\u1d09n\u0183, dl\u01dd\u0250s\u01dd \u0254\u00f8n\u025f\u1d09\u0279\u026f \u0287\u0265\u0250\u0287 \u028e\u00f8n\u0279 d\u01dd\u0287\u0250\u1d09ls \u026f\u0250\u0287\u0254\u0265", + "Before proceeding, please {htmlStart}activate your account{htmlEnd}.": "\u0243\u01dd\u025f\u00f8\u0279\u01dd d\u0279\u00f8\u0254\u01dd\u01ddd\u1d09n\u0183, dl\u01dd\u0250s\u01dd {htmlStart}\u0250\u0254\u0287\u1d09\u028c\u0250\u0287\u01dd \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287{htmlEnd}.", + "Before proceeding, please {htmlStart}unlink all social media accounts{htmlEnd}.": "\u0243\u01dd\u025f\u00f8\u0279\u01dd d\u0279\u00f8\u0254\u01dd\u01ddd\u1d09n\u0183, dl\u01dd\u0250s\u01dd {htmlStart}nnl\u1d09n\u029e \u0250ll s\u00f8\u0254\u1d09\u0250l \u026f\u01ddd\u1d09\u0250 \u0250\u0254\u0254\u00f8nn\u0287s{htmlEnd}.", + "Before you upgrade to a certificate track, you must activate your account.": "\u0243\u01dd\u025f\u00f8\u0279\u01dd \u028e\u00f8n nd\u0183\u0279\u0250d\u01dd \u0287\u00f8 \u0250 \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u0287\u0279\u0250\u0254\u029e, \u028e\u00f8n \u026fns\u0287 \u0250\u0254\u0287\u1d09\u028c\u0250\u0287\u01dd \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287.", + "Billed to": "\u0243\u1d09ll\u01ddd \u0287\u00f8", + "Billing/Payment Options": "\u0243\u1d09ll\u1d09n\u0183/\u2c63\u0250\u028e\u026f\u01ddn\u0287 \u00d8d\u0287\u1d09\u00f8ns", + "Biography": "\u0243\u1d09\u00f8\u0183\u0279\u0250d\u0265\u028e", + "Blockquote": "\u0243l\u00f8\u0254\u029ebn\u00f8\u0287\u01dd", + "Blockquote (Ctrl+Q)": "\u0243l\u00f8\u0254\u029ebn\u00f8\u0287\u01dd (\u023b\u0287\u0279l+Q)", + "Blocks": "\u0243l\u00f8\u0254\u029es", + "Body": "\u0243\u00f8d\u028e", + "Bold": "\u0243\u00f8ld", + "Bold (Ctrl+B)": "\u0243\u00f8ld (\u023b\u0287\u0279l+\u0243)", + "Bookmark this page": "\u0243\u00f8\u00f8\u029e\u026f\u0250\u0279\u029e \u0287\u0265\u1d09s d\u0250\u0183\u01dd", + "Bookmarked": "\u0243\u00f8\u00f8\u029e\u026f\u0250\u0279\u029e\u01ddd", + "Bookmarked on": "\u0243\u00f8\u00f8\u029e\u026f\u0250\u0279\u029e\u01ddd \u00f8n", + "Border": "\u0243\u00f8\u0279d\u01dd\u0279", + "Border color": "\u0243\u00f8\u0279d\u01dd\u0279 \u0254\u00f8l\u00f8\u0279", + "Bottom": "\u0243\u00f8\u0287\u0287\u00f8\u026f", + "Browse": "\u0243\u0279\u00f8\u028ds\u01dd", + "Browse recently launched courses and see what\\'s new in your favorite subjects": "\u0243\u0279\u00f8\u028ds\u01dd \u0279\u01dd\u0254\u01ddn\u0287l\u028e l\u0250nn\u0254\u0265\u01ddd \u0254\u00f8n\u0279s\u01dds \u0250nd s\u01dd\u01dd \u028d\u0265\u0250\u0287\\'s n\u01dd\u028d \u1d09n \u028e\u00f8n\u0279 \u025f\u0250\u028c\u00f8\u0279\u1d09\u0287\u01dd snb\u027e\u01dd\u0254\u0287s", + "Browsing": "\u0243\u0279\u00f8\u028ds\u1d09n\u0183", + "Bulk Exceptions": "\u0243nl\u029e \u0246x\u0254\u01ddd\u0287\u1d09\u00f8ns", + "Bullet list": "\u0243nll\u01dd\u0287 l\u1d09s\u0287", + "Bulleted List (Ctrl+U)": "\u0243nll\u01dd\u0287\u01ddd \u0141\u1d09s\u0287 (\u023b\u0287\u0279l+\u0244)", + "COMPLETED COURSES": "\u023b\u00d8M\u2c63\u0141\u0246\u0166\u0246\u0110 \u023b\u00d8\u0244\u024cS\u0246S", + "COURSES IN PROGRESS": "\u023b\u00d8\u0244\u024cS\u0246S \u0197N \u2c63\u024c\u00d8\u01e4\u024c\u0246SS", + "Can we match the photo you took with the one on your ID?": "\u023b\u0250n \u028d\u01dd \u026f\u0250\u0287\u0254\u0265 \u0287\u0265\u01dd d\u0265\u00f8\u0287\u00f8 \u028e\u00f8n \u0287\u00f8\u00f8\u029e \u028d\u1d09\u0287\u0265 \u0287\u0265\u01dd \u00f8n\u01dd \u00f8n \u028e\u00f8n\u0279 \u0197\u0110?", + "Cancel": "\u023b\u0250n\u0254\u01ddl", + "Cancel enrollment code": "\u023b\u0250n\u0254\u01ddl \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 \u0254\u00f8d\u01dd", + "Cancel team creating.": "\u023b\u0250n\u0254\u01ddl \u0287\u01dd\u0250\u026f \u0254\u0279\u01dd\u0250\u0287\u1d09n\u0183.", + "Cancel team updating.": "\u023b\u0250n\u0254\u01ddl \u0287\u01dd\u0250\u026f ndd\u0250\u0287\u1d09n\u0183.", + "Cancel upload": "\u023b\u0250n\u0254\u01ddl ndl\u00f8\u0250d", + "Cannot delete when in use by a unit": "\u023b\u0250nn\u00f8\u0287 d\u01ddl\u01dd\u0287\u01dd \u028d\u0265\u01ddn \u1d09n ns\u01dd b\u028e \u0250 nn\u1d09\u0287", + "Cannot delete when in use by an experiment": "\u023b\u0250nn\u00f8\u0287 d\u01ddl\u01dd\u0287\u01dd \u028d\u0265\u01ddn \u1d09n ns\u01dd b\u028e \u0250n \u01ddxd\u01dd\u0279\u1d09\u026f\u01ddn\u0287", + "Cannot drop more <%= types %> assignments than are assigned.": "\u023b\u0250nn\u00f8\u0287 d\u0279\u00f8d \u026f\u00f8\u0279\u01dd <%= types %> \u0250ss\u1d09\u0183n\u026f\u01ddn\u0287s \u0287\u0265\u0250n \u0250\u0279\u01dd \u0250ss\u1d09\u0183n\u01ddd.", + "Cannot join instructor managed team": "\u023b\u0250nn\u00f8\u0287 \u027e\u00f8\u1d09n \u1d09ns\u0287\u0279n\u0254\u0287\u00f8\u0279 \u026f\u0250n\u0250\u0183\u01ddd \u0287\u01dd\u0250\u026f", + "Caption": "\u023b\u0250d\u0287\u1d09\u00f8n", + "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "\u023b\u0250n\u0287\u1d09\u00f8n: \u0166\u0265\u01dd l\u0250s\u0287 dnbl\u1d09s\u0265\u01ddd \u028c\u01dd\u0279s\u1d09\u00f8n \u00f8\u025f \u0287\u0265\u1d09s nn\u1d09\u0287 \u1d09s l\u1d09\u028c\u01dd. \u0243\u028e dnbl\u1d09s\u0265\u1d09n\u0183 \u0254\u0265\u0250n\u0183\u01dds \u028e\u00f8n \u028d\u1d09ll \u0254\u0265\u0250n\u0183\u01dd \u0287\u0265\u01dd s\u0287nd\u01ddn\u0287 \u01ddxd\u01dd\u0279\u1d09\u01ddn\u0254\u01dd.", + "Cell": "\u023b\u01ddll", + "Cell padding": "\u023b\u01ddll d\u0250dd\u1d09n\u0183", + "Cell properties": "\u023b\u01ddll d\u0279\u00f8d\u01dd\u0279\u0287\u1d09\u01dds", + "Cell spacing": "\u023b\u01ddll sd\u0250\u0254\u1d09n\u0183", + "Cell type": "\u023b\u01ddll \u0287\u028ed\u01dd", + "Center": "\u023b\u01ddn\u0287\u01dd\u0279", + "Certificate Details": "\u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u0110\u01dd\u0287\u0250\u1d09ls", + "Certificate Generated": "\u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u01e4\u01ddn\u01dd\u0279\u0250\u0287\u01ddd", + "Certificate Information": "\u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u0197n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n", + "Certificate Name": "\u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd N\u0250\u026f\u01dd", + "Certificate Purchased": "\u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u2c63n\u0279\u0254\u0265\u0250s\u01ddd", + "Certificate Signatories": "\u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd S\u1d09\u0183n\u0250\u0287\u00f8\u0279\u1d09\u01dds", + "Certificate Signatory Configuration": "\u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd S\u1d09\u0183n\u0250\u0287\u00f8\u0279\u028e \u023b\u00f8n\u025f\u1d09\u0183n\u0279\u0250\u0287\u1d09\u00f8n", + "Certificate Status:": "\u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd S\u0287\u0250\u0287ns:", + "Certificate has been successfully invalidated for <%= user %>.": "\u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u0265\u0250s b\u01dd\u01ddn sn\u0254\u0254\u01ddss\u025fnll\u028e \u1d09n\u028c\u0250l\u1d09d\u0250\u0287\u01ddd \u025f\u00f8\u0279 <%= user %>.", + "Certificate name is required.": "\u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd n\u0250\u026f\u01dd \u1d09s \u0279\u01ddbn\u1d09\u0279\u01ddd.", + "Certificate of <%= user %> has already been invalidated. Please check your spelling and retry.": "\u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u00f8\u025f <%= user %> \u0265\u0250s \u0250l\u0279\u01dd\u0250d\u028e b\u01dd\u01ddn \u1d09n\u028c\u0250l\u1d09d\u0250\u0287\u01ddd. \u2c63l\u01dd\u0250s\u01dd \u0254\u0265\u01dd\u0254\u029e \u028e\u00f8n\u0279 sd\u01ddll\u1d09n\u0183 \u0250nd \u0279\u01dd\u0287\u0279\u028e.", + "Certificates": "\u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds", + "Change": "\u023b\u0265\u0250n\u0183\u01dd", + "Change Enrollment": "\u023b\u0265\u0250n\u0183\u01dd \u0246n\u0279\u00f8ll\u026f\u01ddn\u0287", + "Change Manually": "\u023b\u0265\u0250n\u0183\u01dd M\u0250nn\u0250ll\u028e", + "Change My Email Address": "\u023b\u0265\u0250n\u0183\u01dd M\u028e \u0246\u026f\u0250\u1d09l \u023add\u0279\u01ddss", + "Change Session": "\u023b\u0265\u0250n\u0183\u01dd S\u01ddss\u1d09\u00f8n", + "Change image": "\u023b\u0265\u0250n\u0183\u01dd \u1d09\u026f\u0250\u0183\u01dd", + "Change or Leave Session": "\u023b\u0265\u0250n\u0183\u01dd \u00f8\u0279 \u0141\u01dd\u0250\u028c\u01dd S\u01ddss\u1d09\u00f8n", + "Change to a different session or leave the current session.": "\u023b\u0265\u0250n\u0183\u01dd \u0287\u00f8 \u0250 d\u1d09\u025f\u025f\u01dd\u0279\u01ddn\u0287 s\u01ddss\u1d09\u00f8n \u00f8\u0279 l\u01dd\u0250\u028c\u01dd \u0287\u0265\u01dd \u0254n\u0279\u0279\u01ddn\u0287 s\u01ddss\u1d09\u00f8n.", + "Chapter Asset": "\u023b\u0265\u0250d\u0287\u01dd\u0279 \u023ass\u01dd\u0287", + "Chapter Name": "\u023b\u0265\u0250d\u0287\u01dd\u0279 N\u0250\u026f\u01dd", + "Chapter information": "\u023b\u0265\u0250d\u0287\u01dd\u0279 \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n", + "Chapter name and asset_path are both required": "\u023b\u0265\u0250d\u0287\u01dd\u0279 n\u0250\u026f\u01dd \u0250nd \u0250ss\u01dd\u0287_d\u0250\u0287\u0265 \u0250\u0279\u01dd b\u00f8\u0287\u0265 \u0279\u01ddbn\u1d09\u0279\u01ddd", + "Chapter name is required": "\u023b\u0265\u0250d\u0287\u01dd\u0279 n\u0250\u026f\u01dd \u1d09s \u0279\u01ddbn\u1d09\u0279\u01ddd", + "Chapter {order}": "\u023b\u0265\u0250d\u0287\u01dd\u0279 {order}", + "Check Your Email": "\u023b\u0265\u01dd\u0254\u029e \u024e\u00f8n\u0279 \u0246\u026f\u0250\u1d09l", + "Check the highlighted fields below and try again.": "\u023b\u0265\u01dd\u0254\u029e \u0287\u0265\u01dd \u0265\u1d09\u0183\u0265l\u1d09\u0183\u0265\u0287\u01ddd \u025f\u1d09\u01ddlds b\u01ddl\u00f8\u028d \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "\u023b\u0265\u01dd\u0254\u029e \u0287\u0265\u1d09s b\u00f8x \u0287\u00f8 \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01dd \u0250n \u01dd\u026f\u0250\u1d09l d\u1d09\u0183\u01dds\u0287 \u00f8n\u0254\u01dd \u0250 d\u0250\u028e n\u00f8\u0287\u1d09\u025f\u028e\u1d09n\u0183 \u028e\u00f8n \u0250b\u00f8n\u0287 n\u01dd\u028d, nn\u0279\u01dd\u0250d \u0250\u0254\u0287\u1d09\u028c\u1d09\u0287\u028e \u025f\u0279\u00f8\u026f d\u00f8s\u0287s \u028e\u00f8n \u0250\u0279\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183.", + "Check your email": "\u023b\u0265\u01dd\u0254\u029e \u028e\u00f8n\u0279 \u01dd\u026f\u0250\u1d09l", + "Check your email account for instructions to reset your password.": "\u023b\u0265\u01dd\u0254\u029e \u028e\u00f8n\u0279 \u01dd\u026f\u0250\u1d09l \u0250\u0254\u0254\u00f8nn\u0287 \u025f\u00f8\u0279 \u1d09ns\u0287\u0279n\u0254\u0287\u1d09\u00f8ns \u0287\u00f8 \u0279\u01dds\u01dd\u0287 \u028e\u00f8n\u0279 d\u0250ss\u028d\u00f8\u0279d.", + "Check your email for an activation message.": "\u023b\u0265\u01dd\u0254\u029e \u028e\u00f8n\u0279 \u01dd\u026f\u0250\u1d09l \u025f\u00f8\u0279 \u0250n \u0250\u0254\u0287\u1d09\u028c\u0250\u0287\u1d09\u00f8n \u026f\u01ddss\u0250\u0183\u01dd.", + "Checkout": "\u023b\u0265\u01dd\u0254\u029e\u00f8n\u0287", + "Checkout with PayPal": "\u023b\u0265\u01dd\u0254\u029e\u00f8n\u0287 \u028d\u1d09\u0287\u0265 \u2c63\u0250\u028e\u2c63\u0250l", + "Checkout with {processor}": "\u023b\u0265\u01dd\u0254\u029e\u00f8n\u0287 \u028d\u1d09\u0287\u0265 {processor}", + "Choose File": "\u023b\u0265\u00f8\u00f8s\u01dd F\u1d09l\u01dd", + "Choose One": "\u023b\u0265\u00f8\u00f8s\u01dd \u00d8n\u01dd", + "Choose a .csv file": "\u023b\u0265\u00f8\u00f8s\u01dd \u0250 .\u0254s\u028c \u025f\u1d09l\u01dd", + "Choose a content group to associate": "\u023b\u0265\u00f8\u00f8s\u01dd \u0250 \u0254\u00f8n\u0287\u01ddn\u0287 \u0183\u0279\u00f8nd \u0287\u00f8 \u0250ss\u00f8\u0254\u1d09\u0250\u0287\u01dd", + "Choose a location to move your component to": "\u023b\u0265\u00f8\u00f8s\u01dd \u0250 l\u00f8\u0254\u0250\u0287\u1d09\u00f8n \u0287\u00f8 \u026f\u00f8\u028c\u01dd \u028e\u00f8n\u0279 \u0254\u00f8\u026fd\u00f8n\u01ddn\u0287 \u0287\u00f8", + "Choose mode": "\u023b\u0265\u00f8\u00f8s\u01dd \u026f\u00f8d\u01dd", + "Choose new file": "\u023b\u0265\u00f8\u00f8s\u01dd n\u01dd\u028d \u025f\u1d09l\u01dd", + "Choose one": "\u023b\u0265\u00f8\u00f8s\u01dd \u00f8n\u01dd", + "Choose your institution from the list below:": "\u023b\u0265\u00f8\u00f8s\u01dd \u028e\u00f8n\u0279 \u1d09ns\u0287\u1d09\u0287n\u0287\u1d09\u00f8n \u025f\u0279\u00f8\u026f \u0287\u0265\u01dd l\u1d09s\u0287 b\u01ddl\u00f8\u028d:", + "Circle": "\u023b\u1d09\u0279\u0254l\u01dd", + "Clear": "\u023bl\u01dd\u0250\u0279", + "Clear All": "\u023bl\u01dd\u0250\u0279 \u023all", + "Clear Grading Due Date": "\u023bl\u01dd\u0250\u0279 \u01e4\u0279\u0250d\u1d09n\u0183 \u0110n\u01dd \u0110\u0250\u0287\u01dd", + "Clear Release Date/Time": "\u023bl\u01dd\u0250\u0279 \u024c\u01ddl\u01dd\u0250s\u01dd \u0110\u0250\u0287\u01dd/\u0166\u1d09\u026f\u01dd", + "Clear Value": "\u023bl\u01dd\u0250\u0279 V\u0250ln\u01dd", + "Clear formatting": "\u023bl\u01dd\u0250\u0279 \u025f\u00f8\u0279\u026f\u0250\u0287\u0287\u1d09n\u0183", + "Clear search": "\u023bl\u01dd\u0250\u0279 s\u01dd\u0250\u0279\u0254\u0265", + "Clear search results": "\u023bl\u01dd\u0250\u0279 s\u01dd\u0250\u0279\u0254\u0265 \u0279\u01ddsnl\u0287s", + "Click OK to have your e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u023bl\u1d09\u0254\u029e \u00d8\ua740 \u0287\u00f8 \u0265\u0250\u028c\u01dd \u028e\u00f8n\u0279 \u01dd-\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss s\u01ddn\u0287 \u0287\u00f8 \u0250 3\u0279d d\u0250\u0279\u0287\u028e \u0250ddl\u1d09\u0254\u0250\u0287\u1d09\u00f8n.\n\n\u023bl\u1d09\u0254\u029e \u023b\u0250n\u0254\u01ddl \u0287\u00f8 \u0279\u01dd\u0287n\u0279n \u0287\u00f8 \u0287\u0265\u1d09s d\u0250\u0183\u01dd \u028d\u1d09\u0287\u0265\u00f8n\u0287 s\u01ddnd\u1d09n\u0183 \u028e\u00f8n\u0279 \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n.", + "Click OK to have your username and e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u023bl\u1d09\u0254\u029e \u00d8\ua740 \u0287\u00f8 \u0265\u0250\u028c\u01dd \u028e\u00f8n\u0279 ns\u01dd\u0279n\u0250\u026f\u01dd \u0250nd \u01dd-\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss s\u01ddn\u0287 \u0287\u00f8 \u0250 3\u0279d d\u0250\u0279\u0287\u028e \u0250ddl\u1d09\u0254\u0250\u0287\u1d09\u00f8n.\n\n\u023bl\u1d09\u0254\u029e \u023b\u0250n\u0254\u01ddl \u0287\u00f8 \u0279\u01dd\u0287n\u0279n \u0287\u00f8 \u0287\u0265\u1d09s d\u0250\u0183\u01dd \u028d\u1d09\u0287\u0265\u00f8n\u0287 s\u01ddnd\u1d09n\u0183 \u028e\u00f8n\u0279 \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n.", + "Click OK to have your username sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u023bl\u1d09\u0254\u029e \u00d8\ua740 \u0287\u00f8 \u0265\u0250\u028c\u01dd \u028e\u00f8n\u0279 ns\u01dd\u0279n\u0250\u026f\u01dd s\u01ddn\u0287 \u0287\u00f8 \u0250 3\u0279d d\u0250\u0279\u0287\u028e \u0250ddl\u1d09\u0254\u0250\u0287\u1d09\u00f8n.\n\n\u023bl\u1d09\u0254\u029e \u023b\u0250n\u0254\u01ddl \u0287\u00f8 \u0279\u01dd\u0287n\u0279n \u0287\u00f8 \u0287\u0265\u1d09s d\u0250\u0183\u01dd \u028d\u1d09\u0287\u0265\u00f8n\u0287 s\u01ddnd\u1d09n\u0183 \u028e\u00f8n\u0279 \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n.", + "Click on this button to mute or unmute this video or press UP or DOWN buttons to increase or decrease volume level.": "\u023bl\u1d09\u0254\u029e \u00f8n \u0287\u0265\u1d09s bn\u0287\u0287\u00f8n \u0287\u00f8 \u026fn\u0287\u01dd \u00f8\u0279 nn\u026fn\u0287\u01dd \u0287\u0265\u1d09s \u028c\u1d09d\u01dd\u00f8 \u00f8\u0279 d\u0279\u01ddss \u0244\u2c63 \u00f8\u0279 \u0110\u00d8WN bn\u0287\u0287\u00f8ns \u0287\u00f8 \u1d09n\u0254\u0279\u01dd\u0250s\u01dd \u00f8\u0279 d\u01dd\u0254\u0279\u01dd\u0250s\u01dd \u028c\u00f8ln\u026f\u01dd l\u01dd\u028c\u01ddl.", + "Click to add a new %(xblock_type)s": "\u023bl\u1d09\u0254\u029e \u0287\u00f8 \u0250dd \u0250 n\u01dd\u028d %(xblock_type)s", + "Click to change": "\u023bl\u1d09\u0254\u029e \u0287\u00f8 \u0254\u0265\u0250n\u0183\u01dd", + "Click to edit": "\u023bl\u1d09\u0254\u029e \u0287\u00f8 \u01ddd\u1d09\u0287", + "Close": "\u023bl\u00f8s\u01dd", + "Close Calculator": "\u023bl\u00f8s\u01dd \u023b\u0250l\u0254nl\u0250\u0287\u00f8\u0279", + "Code": "\u023b\u00f8d\u01dd", + "Code Sample (Ctrl+K)": "\u023b\u00f8d\u01dd S\u0250\u026fdl\u01dd (\u023b\u0287\u0279l+\ua740)", + "Code block": "\u023b\u00f8d\u01dd bl\u00f8\u0254\u029e", + "Cohort Assignment Method": "\u023b\u00f8\u0265\u00f8\u0279\u0287 \u023ass\u1d09\u0183n\u026f\u01ddn\u0287 M\u01dd\u0287\u0265\u00f8d", + "Cohort Name": "\u023b\u00f8\u0265\u00f8\u0279\u0287 N\u0250\u026f\u01dd", + "Cohorts": "\u023b\u00f8\u0265\u00f8\u0279\u0287s", + "Cohorts Disabled": "\u023b\u00f8\u0265\u00f8\u0279\u0287s \u0110\u1d09s\u0250bl\u01ddd", + "Cohorts Enabled": "\u023b\u00f8\u0265\u00f8\u0279\u0287s \u0246n\u0250bl\u01ddd", + "Collapse All": "\u023b\u00f8ll\u0250ds\u01dd \u023all", + "Collapse Instructions": "\u023b\u00f8ll\u0250ds\u01dd \u0197ns\u0287\u0279n\u0254\u0287\u1d09\u00f8ns", + "Collapse/Expand this %(xblock_type)s": "\u023b\u00f8ll\u0250ds\u01dd/\u0246xd\u0250nd \u0287\u0265\u1d09s %(xblock_type)s", + "Color": "\u023b\u00f8l\u00f8\u0279", + "Cols": "\u023b\u00f8ls", + "Column": "\u023b\u00f8ln\u026fn", + "Column group": "\u023b\u00f8ln\u026fn \u0183\u0279\u00f8nd", + "Coming Soon": "\u023b\u00f8\u026f\u1d09n\u0183 S\u00f8\u00f8n", + "Commentary": "\u023b\u00f8\u026f\u026f\u01ddn\u0287\u0250\u0279\u028e", + "Common Problem Types": "\u023b\u00f8\u026f\u026f\u00f8n \u2c63\u0279\u00f8bl\u01dd\u026f \u0166\u028ed\u01dds", + "Complete courses on your schedule to ensure you stand out in your field!": "\u023b\u00f8\u026fdl\u01dd\u0287\u01dd \u0254\u00f8n\u0279s\u01dds \u00f8n \u028e\u00f8n\u0279 s\u0254\u0265\u01dddnl\u01dd \u0287\u00f8 \u01ddnsn\u0279\u01dd \u028e\u00f8n s\u0287\u0250nd \u00f8n\u0287 \u1d09n \u028e\u00f8n\u0279 \u025f\u1d09\u01ddld!", + "Completed": "\u023b\u00f8\u026fdl\u01dd\u0287\u01ddd", + "Component": "\u023b\u00f8\u026fd\u00f8n\u01ddn\u0287", + "Components": "\u023b\u00f8\u026fd\u00f8n\u01ddn\u0287s", + "Configure": "\u023b\u00f8n\u025f\u1d09\u0183n\u0279\u01dd", + "Confirm": "\u023b\u00f8n\u025f\u1d09\u0279\u026f", + "Confirm Password": "\u023b\u00f8n\u025f\u1d09\u0279\u026f \u2c63\u0250ss\u028d\u00f8\u0279d", + "Confirm Timed Transcript": "\u023b\u00f8n\u025f\u1d09\u0279\u026f \u0166\u1d09\u026f\u01ddd \u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287", + "Congratulations!": "\u023b\u00f8n\u0183\u0279\u0250\u0287nl\u0250\u0287\u1d09\u00f8ns!", + "Congratulations! You are now verified on %(platformName)s!": "\u023b\u00f8n\u0183\u0279\u0250\u0287nl\u0250\u0287\u1d09\u00f8ns! \u024e\u00f8n \u0250\u0279\u01dd n\u00f8\u028d \u028c\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u00f8n %(platformName)s!", + "Constrain proportions": "\u023b\u00f8ns\u0287\u0279\u0250\u1d09n d\u0279\u00f8d\u00f8\u0279\u0287\u1d09\u00f8ns", + "Contact Us": "\u023b\u00f8n\u0287\u0250\u0254\u0287 \u0244s", + "Contains staff only content": "\u023b\u00f8n\u0287\u0250\u1d09ns s\u0287\u0250\u025f\u025f \u00f8nl\u028e \u0254\u00f8n\u0287\u01ddn\u0287", "Contains {count} group": [ - "\u023b\u00f8n\u0287\u0250\u1d09ns {count} \u0183\u0279\u00f8nd", + "\u023b\u00f8n\u0287\u0250\u1d09ns {count} \u0183\u0279\u00f8nd", "\u023b\u00f8n\u0287\u0250\u1d09ns {count} \u0183\u0279\u00f8nds" - ], - "Content Group ID": "\u023b\u00f8n\u0287\u01ddn\u0287 \u01e4\u0279\u00f8nd \u0197\u0110", - "Content Group Name": "\u023b\u00f8n\u0287\u01ddn\u0287 \u01e4\u0279\u00f8nd N\u0250\u026f\u01dd", - "Content-Specific Discussion Topics": "\u023b\u00f8n\u0287\u01ddn\u0287-Sd\u01dd\u0254\u1d09\u025f\u1d09\u0254 \u0110\u1d09s\u0254nss\u1d09\u00f8n \u0166\u00f8d\u1d09\u0254s", - "Copy": "\u023b\u00f8d\u028e", - "Copy Email To Editor": "\u023b\u00f8d\u028e \u0246\u026f\u0250\u1d09l \u0166\u00f8 \u0246d\u1d09\u0287\u00f8\u0279", - "Copy row": "\u023b\u00f8d\u028e \u0279\u00f8\u028d", - "Correct failed component": "\u023b\u00f8\u0279\u0279\u01dd\u0254\u0287 \u025f\u0250\u1d09l\u01ddd \u0254\u00f8\u026fd\u00f8n\u01ddn\u0287", - "Cost": "\u023b\u00f8s\u0287", - "Could not find Certificate Exception in white list. Please refresh the page and try again": "\u023b\u00f8nld n\u00f8\u0287 \u025f\u1d09nd \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u0246x\u0254\u01ddd\u0287\u1d09\u00f8n \u1d09n \u028d\u0265\u1d09\u0287\u01dd l\u1d09s\u0287. \u2c63l\u01dd\u0250s\u01dd \u0279\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n", - "Could not find Certificate Invalidation in the list. Please refresh the page and try again": "\u023b\u00f8nld n\u00f8\u0287 \u025f\u1d09nd \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u0197n\u028c\u0250l\u1d09d\u0250\u0287\u1d09\u00f8n \u1d09n \u0287\u0265\u01dd l\u1d09s\u0287. \u2c63l\u01dd\u0250s\u01dd \u0279\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n", - "Could not find a user with username or email address '<%- identifier %>'.": "\u023b\u00f8nld n\u00f8\u0287 \u025f\u1d09nd \u0250 ns\u01dd\u0279 \u028d\u1d09\u0287\u0265 ns\u01dd\u0279n\u0250\u026f\u01dd \u00f8\u0279 \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss '<%- identifier %>'.", - "Could not find the specified string.": "\u023b\u00f8nld n\u00f8\u0287 \u025f\u1d09nd \u0287\u0265\u01dd sd\u01dd\u0254\u1d09\u025f\u1d09\u01ddd s\u0287\u0279\u1d09n\u0183.", - "Could not find users associated with the following identifiers:": "\u023b\u00f8nld n\u00f8\u0287 \u025f\u1d09nd ns\u01dd\u0279s \u0250ss\u00f8\u0254\u1d09\u0250\u0287\u01ddd \u028d\u1d09\u0287\u0265 \u0287\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 \u1d09d\u01ddn\u0287\u1d09\u025f\u1d09\u01dd\u0279s:", - "Could not grade your answer. The submission was aborted.": "\u023b\u00f8nld n\u00f8\u0287 \u0183\u0279\u0250d\u01dd \u028e\u00f8n\u0279 \u0250ns\u028d\u01dd\u0279. \u0166\u0265\u01dd snb\u026f\u1d09ss\u1d09\u00f8n \u028d\u0250s \u0250b\u00f8\u0279\u0287\u01ddd.", - "Could not override problem score for {user}.": "\u023b\u00f8nld n\u00f8\u0287 \u00f8\u028c\u01dd\u0279\u0279\u1d09d\u01dd d\u0279\u00f8bl\u01dd\u026f s\u0254\u00f8\u0279\u01dd \u025f\u00f8\u0279 {user}.", - "Could not retrieve payment information": "\u023b\u00f8nld n\u00f8\u0287 \u0279\u01dd\u0287\u0279\u1d09\u01dd\u028c\u01dd d\u0250\u028e\u026f\u01ddn\u0287 \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n", - "Could not submit order": "\u023b\u00f8nld n\u00f8\u0287 snb\u026f\u1d09\u0287 \u00f8\u0279d\u01dd\u0279", - "Could not submit photos": "\u023b\u00f8nld n\u00f8\u0287 snb\u026f\u1d09\u0287 d\u0265\u00f8\u0287\u00f8s", - "Could not upload the video image file": "\u023b\u00f8nld n\u00f8\u0287 ndl\u00f8\u0250d \u0287\u0265\u01dd \u028c\u1d09d\u01dd\u00f8 \u1d09\u026f\u0250\u0183\u01dd \u025f\u1d09l\u01dd", - "Country": "\u023b\u00f8nn\u0287\u0279\u028e", - "Country of residence": "\u023b\u00f8nn\u0287\u0279\u028e \u00f8\u025f \u0279\u01dds\u1d09d\u01ddn\u0254\u01dd", - "Country or Region of Residence": "\u023b\u00f8nn\u0287\u0279\u028e \u00f8\u0279 \u024c\u01dd\u0183\u1d09\u00f8n \u00f8\u025f \u024c\u01dds\u1d09d\u01ddn\u0254\u01dd", + ], + "Content Group ID": "\u023b\u00f8n\u0287\u01ddn\u0287 \u01e4\u0279\u00f8nd \u0197\u0110", + "Content Group Name": "\u023b\u00f8n\u0287\u01ddn\u0287 \u01e4\u0279\u00f8nd N\u0250\u026f\u01dd", + "Content-Specific Discussion Topics": "\u023b\u00f8n\u0287\u01ddn\u0287-Sd\u01dd\u0254\u1d09\u025f\u1d09\u0254 \u0110\u1d09s\u0254nss\u1d09\u00f8n \u0166\u00f8d\u1d09\u0254s", + "Copy": "\u023b\u00f8d\u028e", + "Copy Component Location": "\u023b\u00f8d\u028e \u023b\u00f8\u026fd\u00f8n\u01ddn\u0287 \u0141\u00f8\u0254\u0250\u0287\u1d09\u00f8n", + "Copy Email To Editor": "\u023b\u00f8d\u028e \u0246\u026f\u0250\u1d09l \u0166\u00f8 \u0246d\u1d09\u0287\u00f8\u0279", + "Copy row": "\u023b\u00f8d\u028e \u0279\u00f8\u028d", + "Correct failed component": "\u023b\u00f8\u0279\u0279\u01dd\u0254\u0287 \u025f\u0250\u1d09l\u01ddd \u0254\u00f8\u026fd\u00f8n\u01ddn\u0287", + "Cost": "\u023b\u00f8s\u0287", + "Could not find Certificate Exception in white list. Please refresh the page and try again": "\u023b\u00f8nld n\u00f8\u0287 \u025f\u1d09nd \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u0246x\u0254\u01ddd\u0287\u1d09\u00f8n \u1d09n \u028d\u0265\u1d09\u0287\u01dd l\u1d09s\u0287. \u2c63l\u01dd\u0250s\u01dd \u0279\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n", + "Could not find Certificate Invalidation in the list. Please refresh the page and try again": "\u023b\u00f8nld n\u00f8\u0287 \u025f\u1d09nd \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u0197n\u028c\u0250l\u1d09d\u0250\u0287\u1d09\u00f8n \u1d09n \u0287\u0265\u01dd l\u1d09s\u0287. \u2c63l\u01dd\u0250s\u01dd \u0279\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n", + "Could not find a user with username or email address '<%- identifier %>'.": "\u023b\u00f8nld n\u00f8\u0287 \u025f\u1d09nd \u0250 ns\u01dd\u0279 \u028d\u1d09\u0287\u0265 ns\u01dd\u0279n\u0250\u026f\u01dd \u00f8\u0279 \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss '<%- identifier %>'.", + "Could not find the specified string.": "\u023b\u00f8nld n\u00f8\u0287 \u025f\u1d09nd \u0287\u0265\u01dd sd\u01dd\u0254\u1d09\u025f\u1d09\u01ddd s\u0287\u0279\u1d09n\u0183.", + "Could not find users associated with the following identifiers:": "\u023b\u00f8nld n\u00f8\u0287 \u025f\u1d09nd ns\u01dd\u0279s \u0250ss\u00f8\u0254\u1d09\u0250\u0287\u01ddd \u028d\u1d09\u0287\u0265 \u0287\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 \u1d09d\u01ddn\u0287\u1d09\u025f\u1d09\u01dd\u0279s:", + "Could not grade your answer. The submission was aborted.": "\u023b\u00f8nld n\u00f8\u0287 \u0183\u0279\u0250d\u01dd \u028e\u00f8n\u0279 \u0250ns\u028d\u01dd\u0279. \u0166\u0265\u01dd snb\u026f\u1d09ss\u1d09\u00f8n \u028d\u0250s \u0250b\u00f8\u0279\u0287\u01ddd.", + "Could not override problem score for {user}.": "\u023b\u00f8nld n\u00f8\u0287 \u00f8\u028c\u01dd\u0279\u0279\u1d09d\u01dd d\u0279\u00f8bl\u01dd\u026f s\u0254\u00f8\u0279\u01dd \u025f\u00f8\u0279 {user}.", + "Could not retrieve payment information": "\u023b\u00f8nld n\u00f8\u0287 \u0279\u01dd\u0287\u0279\u1d09\u01dd\u028c\u01dd d\u0250\u028e\u026f\u01ddn\u0287 \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n", + "Could not submit order": "\u023b\u00f8nld n\u00f8\u0287 snb\u026f\u1d09\u0287 \u00f8\u0279d\u01dd\u0279", + "Could not submit photos": "\u023b\u00f8nld n\u00f8\u0287 snb\u026f\u1d09\u0287 d\u0265\u00f8\u0287\u00f8s", + "Could not upload the video image file": "\u023b\u00f8nld n\u00f8\u0287 ndl\u00f8\u0250d \u0287\u0265\u01dd \u028c\u1d09d\u01dd\u00f8 \u1d09\u026f\u0250\u0183\u01dd \u025f\u1d09l\u01dd", + "Country": "\u023b\u00f8nn\u0287\u0279\u028e", + "Country of residence": "\u023b\u00f8nn\u0287\u0279\u028e \u00f8\u025f \u0279\u01dds\u1d09d\u01ddn\u0254\u01dd", + "Country or Region of Residence": "\u023b\u00f8nn\u0287\u0279\u028e \u00f8\u0279 \u024c\u01dd\u0183\u1d09\u00f8n \u00f8\u025f \u024c\u01dds\u1d09d\u01ddn\u0254\u01dd", "Course": [ - "\u023b\u00f8n\u0279s\u01dd", + "\u023b\u00f8n\u0279s\u01dd", "\u023b\u00f8n\u0279s\u01dds" - ], - "Course Content": "\u023b\u00f8n\u0279s\u01dd \u023b\u00f8n\u0287\u01ddn\u0287", - "Course Credit Requirements": "\u023b\u00f8n\u0279s\u01dd \u023b\u0279\u01ddd\u1d09\u0287 \u024c\u01ddbn\u1d09\u0279\u01dd\u026f\u01ddn\u0287s", - "Course End": "\u023b\u00f8n\u0279s\u01dd \u0246nd", - "Course Handouts": "\u023b\u00f8n\u0279s\u01dd \u0126\u0250nd\u00f8n\u0287s", - "Course ID": "\u023b\u00f8n\u0279s\u01dd \u0197\u0110", - "Course Index": "\u023b\u00f8n\u0279s\u01dd \u0197nd\u01ddx", - "Course Key": "\u023b\u00f8n\u0279s\u01dd \ua740\u01dd\u028e", - "Course Name": "\u023b\u00f8n\u0279s\u01dd N\u0250\u026f\u01dd", - "Course Number": "\u023b\u00f8n\u0279s\u01dd Nn\u026fb\u01dd\u0279", - "Course Number Override": "\u023b\u00f8n\u0279s\u01dd Nn\u026fb\u01dd\u0279 \u00d8\u028c\u01dd\u0279\u0279\u1d09d\u01dd", - "Course Number:": "\u023b\u00f8n\u0279s\u01dd Nn\u026fb\u01dd\u0279:", - "Course Outline": "\u023b\u00f8n\u0279s\u01dd \u00d8n\u0287l\u1d09n\u01dd", - "Course Run:": "\u023b\u00f8n\u0279s\u01dd \u024cnn:", - "Course Start": "\u023b\u00f8n\u0279s\u01dd S\u0287\u0250\u0279\u0287", - "Course Title": "\u023b\u00f8n\u0279s\u01dd \u0166\u1d09\u0287l\u01dd", - "Course Title Override": "\u023b\u00f8n\u0279s\u01dd \u0166\u1d09\u0287l\u01dd \u00d8\u028c\u01dd\u0279\u0279\u1d09d\u01dd", - "Course Video Settings": "\u023b\u00f8n\u0279s\u01dd V\u1d09d\u01dd\u00f8 S\u01dd\u0287\u0287\u1d09n\u0183s", - "Course is not yet visible to students.": "\u023b\u00f8n\u0279s\u01dd \u1d09s n\u00f8\u0287 \u028e\u01dd\u0287 \u028c\u1d09s\u1d09bl\u01dd \u0287\u00f8 s\u0287nd\u01ddn\u0287s.", - "Course pacing cannot be changed once a course has started.": "\u023b\u00f8n\u0279s\u01dd d\u0250\u0254\u1d09n\u0183 \u0254\u0250nn\u00f8\u0287 b\u01dd \u0254\u0265\u0250n\u0183\u01ddd \u00f8n\u0254\u01dd \u0250 \u0254\u00f8n\u0279s\u01dd \u0265\u0250s s\u0287\u0250\u0279\u0287\u01ddd.", - "Course title": "\u023b\u00f8n\u0279s\u01dd \u0287\u1d09\u0287l\u01dd", - "Course-Wide Discussion Topics": "\u023b\u00f8n\u0279s\u01dd-W\u1d09d\u01dd \u0110\u1d09s\u0254nss\u1d09\u00f8n \u0166\u00f8d\u1d09\u0254s", - "Create": "\u023b\u0279\u01dd\u0250\u0287\u01dd", - "Create Account": "\u023b\u0279\u01dd\u0250\u0287\u01dd \u023a\u0254\u0254\u00f8nn\u0287", - "Create Re-run": "\u023b\u0279\u01dd\u0250\u0287\u01dd \u024c\u01dd-\u0279nn", - "Create a %(link_start)sMozilla Backpack%(link_end)s account, or log in to your existing account": "\u023b\u0279\u01dd\u0250\u0287\u01dd \u0250 %(link_start)sM\u00f8z\u1d09ll\u0250 \u0243\u0250\u0254\u029ed\u0250\u0254\u029e%(link_end)s \u0250\u0254\u0254\u00f8nn\u0287, \u00f8\u0279 l\u00f8\u0183 \u1d09n \u0287\u00f8 \u028e\u00f8n\u0279 \u01ddx\u1d09s\u0287\u1d09n\u0183 \u0250\u0254\u0254\u00f8nn\u0287", - "Create a New Team": "\u023b\u0279\u01dd\u0250\u0287\u01dd \u0250 N\u01dd\u028d \u0166\u01dd\u0250\u026f", - "Create a content group": "\u023b\u0279\u01dd\u0250\u0287\u01dd \u0250 \u0254\u00f8n\u0287\u01ddn\u0287 \u0183\u0279\u00f8nd", - "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "\u023b\u0279\u01dd\u0250\u0287\u01dd \u0250 n\u01dd\u028d \u0287\u01dd\u0250\u026f \u1d09\u025f \u028e\u00f8n \u0254\u0250n'\u0287 \u025f\u1d09nd \u0250n \u01ddx\u1d09s\u0287\u1d09n\u0183 \u0287\u01dd\u0250\u026f \u0287\u00f8 \u027e\u00f8\u1d09n, \u00f8\u0279 \u1d09\u025f \u028e\u00f8n \u028d\u00f8nld l\u1d09\u029e\u01dd \u0287\u00f8 l\u01dd\u0250\u0279n \u028d\u1d09\u0287\u0265 \u025f\u0279\u1d09\u01ddnds \u028e\u00f8n \u029en\u00f8\u028d.", - "Create account using %(providerName)s.": "\u023b\u0279\u01dd\u0250\u0287\u01dd \u0250\u0254\u0254\u00f8nn\u0287 ns\u1d09n\u0183 %(providerName)s.", - "Create an Account": "\u023b\u0279\u01dd\u0250\u0287\u01dd \u0250n \u023a\u0254\u0254\u00f8nn\u0287", - "Create an Account.": "\u023b\u0279\u01dd\u0250\u0287\u01dd \u0250n \u023a\u0254\u0254\u00f8nn\u0287.", - "Create an account using": "\u023b\u0279\u01dd\u0250\u0287\u01dd \u0250n \u0250\u0254\u0254\u00f8nn\u0287 ns\u1d09n\u0183", - "Create an {platform} account": "\u023b\u0279\u01dd\u0250\u0287\u01dd \u0250n {platform} \u0250\u0254\u0254\u00f8nn\u0287", - "Create team.": "\u023b\u0279\u01dd\u0250\u0287\u01dd \u0287\u01dd\u0250\u026f.", - "Creating missing groups": "\u023b\u0279\u01dd\u0250\u0287\u1d09n\u0183 \u026f\u1d09ss\u1d09n\u0183 \u0183\u0279\u00f8nds", - "Creative Commons": "\u023b\u0279\u01dd\u0250\u0287\u1d09\u028c\u01dd \u023b\u00f8\u026f\u026f\u00f8ns", - "Creative Commons licensed content, with terms as follow:": "\u023b\u0279\u01dd\u0250\u0287\u1d09\u028c\u01dd \u023b\u00f8\u026f\u026f\u00f8ns l\u1d09\u0254\u01ddns\u01ddd \u0254\u00f8n\u0287\u01ddn\u0287, \u028d\u1d09\u0287\u0265 \u0287\u01dd\u0279\u026fs \u0250s \u025f\u00f8ll\u00f8\u028d:", - "Crossed out items have been refunded.": "\u023b\u0279\u00f8ss\u01ddd \u00f8n\u0287 \u1d09\u0287\u01dd\u026fs \u0265\u0250\u028c\u01dd b\u01dd\u01ddn \u0279\u01dd\u025fnnd\u01ddd.", - "Current Role:": "\u023bn\u0279\u0279\u01ddn\u0287 \u024c\u00f8l\u01dd:", - "Current conversation": "\u023bn\u0279\u0279\u01ddn\u0287 \u0254\u00f8n\u028c\u01dd\u0279s\u0250\u0287\u1d09\u00f8n", - "Current enrollment mode:": "\u023bn\u0279\u0279\u01ddn\u0287 \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 \u026f\u00f8d\u01dd:", - "Current location": "\u023bn\u0279\u0279\u01ddn\u0287 l\u00f8\u0254\u0250\u0287\u1d09\u00f8n", - "Current tab": "\u023bn\u0279\u0279\u01ddn\u0287 \u0287\u0250b", - "Currently selected": "\u023bn\u0279\u0279\u01ddn\u0287l\u028e s\u01ddl\u01dd\u0254\u0287\u01ddd", - "Custom color": "\u023bns\u0287\u00f8\u026f \u0254\u00f8l\u00f8\u0279", - "Custom...": "\u023bns\u0287\u00f8\u026f...", - "Cut": "\u023bn\u0287", - "Cut row": "\u023bn\u0287 \u0279\u00f8\u028d", - "Date": "\u0110\u0250\u0287\u01dd", - "Date Added": "\u0110\u0250\u0287\u01dd \u023add\u01ddd", - "Date Joined": "\u0110\u0250\u0287\u01dd \u0248\u00f8\u1d09n\u01ddd", - "Date Placed": "\u0110\u0250\u0287\u01dd \u2c63l\u0250\u0254\u01ddd", - "Date added": "\u0110\u0250\u0287\u01dd \u0250dd\u01ddd", - "Deactivate": "\u0110\u01dd\u0250\u0254\u0287\u1d09\u028c\u0250\u0287\u01dd", - "Deadlines": "\u0110\u01dd\u0250dl\u1d09n\u01dds", - "Decrease indent": "\u0110\u01dd\u0254\u0279\u01dd\u0250s\u01dd \u1d09nd\u01ddn\u0287", - "Default": "\u0110\u01dd\u025f\u0250nl\u0287", - "Default (Local Time Zone)": "\u0110\u01dd\u025f\u0250nl\u0287 (\u0141\u00f8\u0254\u0250l \u0166\u1d09\u026f\u01dd \u01b5\u00f8n\u01dd)", - "Default Timed Transcript": "\u0110\u01dd\u025f\u0250nl\u0287 \u0166\u1d09\u026f\u01ddd \u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287", - "Delete": "\u0110\u01ddl\u01dd\u0287\u01dd", - "Delete \"<%= signatoryName %>\" from the list of signatories?": "\u0110\u01ddl\u01dd\u0287\u01dd \"<%= signatoryName %>\" \u025f\u0279\u00f8\u026f \u0287\u0265\u01dd l\u1d09s\u0287 \u00f8\u025f s\u1d09\u0183n\u0250\u0287\u00f8\u0279\u1d09\u01dds?", - "Delete File Confirmation": "\u0110\u01ddl\u01dd\u0287\u01dd F\u1d09l\u01dd \u023b\u00f8n\u025f\u1d09\u0279\u026f\u0250\u0287\u1d09\u00f8n", - "Delete My Account": "\u0110\u01ddl\u01dd\u0287\u01dd M\u028e \u023a\u0254\u0254\u00f8nn\u0287", - "Delete Page Confirmation": "\u0110\u01ddl\u01dd\u0287\u01dd \u2c63\u0250\u0183\u01dd \u023b\u00f8n\u025f\u1d09\u0279\u026f\u0250\u0287\u1d09\u00f8n", - "Delete Team": "\u0110\u01ddl\u01dd\u0287\u01dd \u0166\u01dd\u0250\u026f", - "Delete column": "\u0110\u01ddl\u01dd\u0287\u01dd \u0254\u00f8ln\u026fn", - "Delete row": "\u0110\u01ddl\u01dd\u0287\u01dd \u0279\u00f8\u028d", - "Delete student '<%- student_id %>'s state on problem '<%- problem_id %>'?": "\u0110\u01ddl\u01dd\u0287\u01dd s\u0287nd\u01ddn\u0287 '<%- student_id %>'s s\u0287\u0250\u0287\u01dd \u00f8n d\u0279\u00f8bl\u01dd\u026f '<%- problem_id %>'?", - "Delete table": "\u0110\u01ddl\u01dd\u0287\u01dd \u0287\u0250bl\u01dd", - "Delete the user, {username}": "\u0110\u01ddl\u01dd\u0287\u01dd \u0287\u0265\u01dd ns\u01dd\u0279, {username}", - "Delete this %(item_display_name)s?": "\u0110\u01ddl\u01dd\u0287\u01dd \u0287\u0265\u1d09s %(item_display_name)s?", - "Delete this asset": "\u0110\u01ddl\u01dd\u0287\u01dd \u0287\u0265\u1d09s \u0250ss\u01dd\u0287", - "Delete this team?": "\u0110\u01ddl\u01dd\u0287\u01dd \u0287\u0265\u1d09s \u0287\u01dd\u0250\u026f?", - "Delete this {xblock_type} (and prerequisite)?": "\u0110\u01ddl\u01dd\u0287\u01dd \u0287\u0265\u1d09s {xblock_type} (\u0250nd d\u0279\u01dd\u0279\u01ddbn\u1d09s\u1d09\u0287\u01dd)?", - "Delete this {xblock_type}?": "\u0110\u01ddl\u01dd\u0287\u01dd \u0287\u0265\u1d09s {xblock_type}?", - "Delete \u201c<%- name %>\u201d?": "\u0110\u01ddl\u01dd\u0287\u01dd \u201c<%- name %>\u201d?", - "Deleted Content Group": "\u0110\u01ddl\u01dd\u0287\u01ddd \u023b\u00f8n\u0287\u01ddn\u0287 \u01e4\u0279\u00f8nd", - "Deleted Group": "\u0110\u01ddl\u01dd\u0287\u01ddd \u01e4\u0279\u00f8nd", - "Deleting": "\u0110\u01ddl\u01dd\u0287\u1d09n\u0183", - "Deleting a team is permanent and cannot be undone. All members are removed from the team, and team discussions can no longer be accessed.": "\u0110\u01ddl\u01dd\u0287\u1d09n\u0183 \u0250 \u0287\u01dd\u0250\u026f \u1d09s d\u01dd\u0279\u026f\u0250n\u01ddn\u0287 \u0250nd \u0254\u0250nn\u00f8\u0287 b\u01dd nnd\u00f8n\u01dd. \u023all \u026f\u01dd\u026fb\u01dd\u0279s \u0250\u0279\u01dd \u0279\u01dd\u026f\u00f8\u028c\u01ddd \u025f\u0279\u00f8\u026f \u0287\u0265\u01dd \u0287\u01dd\u0250\u026f, \u0250nd \u0287\u01dd\u0250\u026f d\u1d09s\u0254nss\u1d09\u00f8ns \u0254\u0250n n\u00f8 l\u00f8n\u0183\u01dd\u0279 b\u01dd \u0250\u0254\u0254\u01ddss\u01ddd.", - "Deleting a textbook cannot be undone and once deleted any reference to it in your courseware's navigation will also be removed.": "\u0110\u01ddl\u01dd\u0287\u1d09n\u0183 \u0250 \u0287\u01ddx\u0287b\u00f8\u00f8\u029e \u0254\u0250nn\u00f8\u0287 b\u01dd nnd\u00f8n\u01dd \u0250nd \u00f8n\u0254\u01dd d\u01ddl\u01dd\u0287\u01ddd \u0250n\u028e \u0279\u01dd\u025f\u01dd\u0279\u01ddn\u0254\u01dd \u0287\u00f8 \u1d09\u0287 \u1d09n \u028e\u00f8n\u0279 \u0254\u00f8n\u0279s\u01dd\u028d\u0250\u0279\u01dd's n\u0250\u028c\u1d09\u0183\u0250\u0287\u1d09\u00f8n \u028d\u1d09ll \u0250ls\u00f8 b\u01dd \u0279\u01dd\u026f\u00f8\u028c\u01ddd.", - "Deleting this %(item_display_name)s is permanent and cannot be undone.": "\u0110\u01ddl\u01dd\u0287\u1d09n\u0183 \u0287\u0265\u1d09s %(item_display_name)s \u1d09s d\u01dd\u0279\u026f\u0250n\u01ddn\u0287 \u0250nd \u0254\u0250nn\u00f8\u0287 b\u01dd nnd\u00f8n\u01dd.", - "Deleting this {xblock_type} is permanent and cannot be undone.": "\u0110\u01ddl\u01dd\u0287\u1d09n\u0183 \u0287\u0265\u1d09s {xblock_type} \u1d09s d\u01dd\u0279\u026f\u0250n\u01ddn\u0287 \u0250nd \u0254\u0250nn\u00f8\u0287 b\u01dd nnd\u00f8n\u01dd.", - "Deprecated": "\u0110\u01ddd\u0279\u01dd\u0254\u0250\u0287\u01ddd", - "Description": "\u0110\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n", - "Description of the certificate": "\u0110\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n \u00f8\u025f \u0287\u0265\u01dd \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd", - "Details": "\u0110\u01dd\u0287\u0250\u1d09ls", - "Dimensions": "\u0110\u1d09\u026f\u01ddns\u1d09\u00f8ns", - "Disc": "\u0110\u1d09s\u0254", - "Discard Changes": "\u0110\u1d09s\u0254\u0250\u0279d \u023b\u0265\u0250n\u0183\u01dds", - "Discarding Changes": "\u0110\u1d09s\u0254\u0250\u0279d\u1d09n\u0183 \u023b\u0265\u0250n\u0183\u01dds", - "Discussion Home": "\u0110\u1d09s\u0254nss\u1d09\u00f8n \u0126\u00f8\u026f\u01dd", - "Discussion topics in the course are not divided.": "\u0110\u1d09s\u0254nss\u1d09\u00f8n \u0287\u00f8d\u1d09\u0254s \u1d09n \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd \u0250\u0279\u01dd n\u00f8\u0287 d\u1d09\u028c\u1d09d\u01ddd.", - "Discussions are unified; all learners interact with posts from other learners, regardless of the group they are in.": "\u0110\u1d09s\u0254nss\u1d09\u00f8ns \u0250\u0279\u01dd nn\u1d09\u025f\u1d09\u01ddd; \u0250ll l\u01dd\u0250\u0279n\u01dd\u0279s \u1d09n\u0287\u01dd\u0279\u0250\u0254\u0287 \u028d\u1d09\u0287\u0265 d\u00f8s\u0287s \u025f\u0279\u00f8\u026f \u00f8\u0287\u0265\u01dd\u0279 l\u01dd\u0250\u0279n\u01dd\u0279s, \u0279\u01dd\u0183\u0250\u0279dl\u01ddss \u00f8\u025f \u0287\u0265\u01dd \u0183\u0279\u00f8nd \u0287\u0265\u01dd\u028e \u0250\u0279\u01dd \u1d09n.", - "Display Name": "\u0110\u1d09sdl\u0250\u028e N\u0250\u026f\u01dd", - "Div": "\u0110\u1d09\u028c", - "Divide the selected content-specific discussion topics": "\u0110\u1d09\u028c\u1d09d\u01dd \u0287\u0265\u01dd s\u01ddl\u01dd\u0254\u0287\u01ddd \u0254\u00f8n\u0287\u01ddn\u0287-sd\u01dd\u0254\u1d09\u025f\u1d09\u0254 d\u1d09s\u0254nss\u1d09\u00f8n \u0287\u00f8d\u1d09\u0254s", - "Divided": "\u0110\u1d09\u028c\u1d09d\u01ddd", - "Do not show again": "\u0110\u00f8 n\u00f8\u0287 s\u0265\u00f8\u028d \u0250\u0183\u0250\u1d09n", - "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "\u0110\u00f8 \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u0250ll\u00f8\u028d \u0287\u0265\u1d09s s\u0287nd\u01ddn\u0287 ('{student_id}') \u0287\u00f8 s\u029e\u1d09d \u0287\u0265\u01dd \u01ddn\u0287\u0279\u0250n\u0254\u01dd \u01ddx\u0250\u026f?", - "Do you want to replace the edX transcript with the YouTube transcript?": "\u0110\u00f8 \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u0279\u01dddl\u0250\u0254\u01dd \u0287\u0265\u01dd \u01dddX \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u028d\u1d09\u0287\u0265 \u0287\u0265\u01dd \u024e\u00f8n\u0166nb\u01dd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287?", - "Document properties": "\u0110\u00f8\u0254n\u026f\u01ddn\u0287 d\u0279\u00f8d\u01dd\u0279\u0287\u1d09\u01dds", - "Does the name on your ID match your account name: %(fullName)s?": "\u0110\u00f8\u01dds \u0287\u0265\u01dd n\u0250\u026f\u01dd \u00f8n \u028e\u00f8n\u0279 \u0197\u0110 \u026f\u0250\u0287\u0254\u0265 \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287 n\u0250\u026f\u01dd: %(fullName)s?", - "Does the photo of you match your ID photo?": "\u0110\u00f8\u01dds \u0287\u0265\u01dd d\u0265\u00f8\u0287\u00f8 \u00f8\u025f \u028e\u00f8n \u026f\u0250\u0287\u0254\u0265 \u028e\u00f8n\u0279 \u0197\u0110 d\u0265\u00f8\u0287\u00f8?", - "Does the photo of you show your whole face?": "\u0110\u00f8\u01dds \u0287\u0265\u01dd d\u0265\u00f8\u0287\u00f8 \u00f8\u025f \u028e\u00f8n s\u0265\u00f8\u028d \u028e\u00f8n\u0279 \u028d\u0265\u00f8l\u01dd \u025f\u0250\u0254\u01dd?", - "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "\u0110\u00f8n'\u0287 s\u01dd\u01dd \u028e\u00f8n\u0279 d\u1d09\u0254\u0287n\u0279\u01dd? M\u0250\u029e\u01dd sn\u0279\u01dd \u0287\u00f8 \u0250ll\u00f8\u028d \u028e\u00f8n\u0279 b\u0279\u00f8\u028ds\u01dd\u0279 \u0287\u00f8 ns\u01dd \u028e\u00f8n\u0279 \u0254\u0250\u026f\u01dd\u0279\u0250 \u028d\u0265\u01ddn \u1d09\u0287 \u0250s\u029es \u025f\u00f8\u0279 d\u01dd\u0279\u026f\u1d09ss\u1d09\u00f8n.", - "Donate": "\u0110\u00f8n\u0250\u0287\u01dd", - "Double-check that your webcam is connected and working to continue.": "\u0110\u00f8nbl\u01dd-\u0254\u0265\u01dd\u0254\u029e \u0287\u0265\u0250\u0287 \u028e\u00f8n\u0279 \u028d\u01ddb\u0254\u0250\u026f \u1d09s \u0254\u00f8nn\u01dd\u0254\u0287\u01ddd \u0250nd \u028d\u00f8\u0279\u029e\u1d09n\u0183 \u0287\u00f8 \u0254\u00f8n\u0287\u1d09nn\u01dd.", - "Download": "\u0110\u00f8\u028dnl\u00f8\u0250d", - "Download Transcript for Editing": "\u0110\u00f8\u028dnl\u00f8\u0250d \u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u025f\u00f8\u0279 \u0246d\u1d09\u0287\u1d09n\u0183", - "Download URL": "\u0110\u00f8\u028dnl\u00f8\u0250d \u0244\u024c\u0141", - "Download available encodings (.csv)": "\u0110\u00f8\u028dnl\u00f8\u0250d \u0250\u028c\u0250\u1d09l\u0250bl\u01dd \u01ddn\u0254\u00f8d\u1d09n\u0183s (.\u0254s\u028c)", - "Download the user's certificate": "\u0110\u00f8\u028dnl\u00f8\u0250d \u0287\u0265\u01dd ns\u01dd\u0279's \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd", - "Draft (Never published)": "\u0110\u0279\u0250\u025f\u0287 (N\u01dd\u028c\u01dd\u0279 dnbl\u1d09s\u0265\u01ddd)", - "Draft (Unpublished changes)": "\u0110\u0279\u0250\u025f\u0287 (\u0244ndnbl\u1d09s\u0265\u01ddd \u0254\u0265\u0250n\u0183\u01dds)", - "Draft saved on {lastSavedStart}{editedOn}{lastSavedEnd} by {editedByStart}{editedBy}{editedByEnd}": "\u0110\u0279\u0250\u025f\u0287 s\u0250\u028c\u01ddd \u00f8n {lastSavedStart}{editedOn}{lastSavedEnd} b\u028e {editedByStart}{editedBy}{editedByEnd}", - "Drag and drop or {spanStart}browse your computer{spanEnd}.": "\u0110\u0279\u0250\u0183 \u0250nd d\u0279\u00f8d \u00f8\u0279 {spanStart}b\u0279\u00f8\u028ds\u01dd \u028e\u00f8n\u0279 \u0254\u00f8\u026fdn\u0287\u01dd\u0279{spanEnd}.", - "Drag to reorder": "\u0110\u0279\u0250\u0183 \u0287\u00f8 \u0279\u01dd\u00f8\u0279d\u01dd\u0279", - "Drop target image": "\u0110\u0279\u00f8d \u0287\u0250\u0279\u0183\u01dd\u0287 \u1d09\u026f\u0250\u0183\u01dd", - "Due Date": "\u0110n\u01dd \u0110\u0250\u0287\u01dd", - "Due Date:": "\u0110n\u01dd \u0110\u0250\u0287\u01dd:", - "Due Time in UTC:": "\u0110n\u01dd \u0166\u1d09\u026f\u01dd \u1d09n \u0244\u0166\u023b:", - "Due date cannot be before start date.": "\u0110n\u01dd d\u0250\u0287\u01dd \u0254\u0250nn\u00f8\u0287 b\u01dd b\u01dd\u025f\u00f8\u0279\u01dd s\u0287\u0250\u0279\u0287 d\u0250\u0287\u01dd.", - "Due:": "\u0110n\u01dd:", - "Duplicate": "\u0110ndl\u1d09\u0254\u0250\u0287\u01dd", - "Duplicating": "\u0110ndl\u1d09\u0254\u0250\u0287\u1d09n\u0183", - "Duration (sec)": "\u0110n\u0279\u0250\u0287\u1d09\u00f8n (s\u01dd\u0254)", - "Earned %(created)s.": "\u0246\u0250\u0279n\u01ddd %(created)s.", - "Earned Certificates": "\u0246\u0250\u0279n\u01ddd \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds", - "EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.": "\u0246dX d\u00f8\u01ddsn'\u0287 \u0265\u0250\u028c\u01dd \u0250 \u0287\u1d09\u026f\u01ddd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u025f\u00f8\u0279 \u0287\u0265\u1d09s \u028c\u1d09d\u01dd\u00f8 \u1d09n S\u0287nd\u1d09\u00f8, bn\u0287 \u028d\u01dd \u025f\u00f8nnd \u0250 \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u00f8n \u024e\u00f8n\u0166nb\u01dd. \u024e\u00f8n \u0254\u0250n \u1d09\u026fd\u00f8\u0279\u0287 \u0287\u0265\u01dd \u024e\u00f8n\u0166nb\u01dd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u00f8\u0279 ndl\u00f8\u0250d \u028e\u00f8n\u0279 \u00f8\u028dn .s\u0279\u0287 \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u025f\u1d09l\u01dd.", - "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "\u0246dX d\u00f8\u01ddsn\\'\u0287 \u0265\u0250\u028c\u01dd \u0250 \u0287\u1d09\u026f\u01ddd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u025f\u00f8\u0279 \u0287\u0265\u1d09s \u028c\u1d09d\u01dd\u00f8. \u2c63l\u01dd\u0250s\u01dd ndl\u00f8\u0250d \u0250n .s\u0279\u0287 \u025f\u1d09l\u01dd.", - "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "\u0246dX \u0265\u0250s \u0250 \u0287\u1d09\u026f\u01ddd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u025f\u00f8\u0279 \u0287\u0265\u1d09s \u028c\u1d09d\u01dd\u00f8. \u0197\u025f \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u01ddd\u1d09\u0287 \u0287\u0265\u1d09s \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287, \u028e\u00f8n \u0254\u0250n d\u00f8\u028dnl\u00f8\u0250d, \u01ddd\u1d09\u0287, \u0250nd \u0279\u01dd-ndl\u00f8\u0250d \u0287\u0265\u01dd \u01ddx\u1d09s\u0287\u1d09n\u0183 \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287. \u0197\u025f \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u0279\u01dddl\u0250\u0254\u01dd \u0287\u0265\u1d09s \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287, ndl\u00f8\u0250d \u0250 n\u01dd\u028d .s\u0279\u0287 \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u025f\u1d09l\u01dd.", - "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "\u0246dX \u0265\u0250s \u0250 \u0287\u1d09\u026f\u01ddd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u025f\u00f8\u0279 \u0287\u0265\u1d09s \u028c\u1d09d\u01dd\u00f8. \u0197\u025f \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u0279\u01dddl\u0250\u0254\u01dd \u0287\u0265\u1d09s \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287, ndl\u00f8\u0250d \u0250 n\u01dd\u028d .s\u0279\u0287 \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u025f\u1d09l\u01dd. \u0197\u025f \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u01ddd\u1d09\u0287 \u0287\u0265\u1d09s \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287, \u028e\u00f8n \u0254\u0250n d\u00f8\u028dnl\u00f8\u0250d, \u01ddd\u1d09\u0287, \u0250nd \u0279\u01dd-ndl\u00f8\u0250d \u0287\u0265\u01dd \u01ddx\u1d09s\u0287\u1d09n\u0183 \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287.", - "Edit": "\u0246d\u1d09\u0287", - "Edit %(display_name)s (required)": "\u0246d\u1d09\u0287 %(display_name)s (\u0279\u01ddbn\u1d09\u0279\u01ddd)", - "Edit HTML": "\u0246d\u1d09\u0287 \u0126\u0166M\u0141", - "Edit Membership": "\u0246d\u1d09\u0287 M\u01dd\u026fb\u01dd\u0279s\u0265\u1d09d", - "Edit Team": "\u0246d\u1d09\u0287 \u0166\u01dd\u0250\u026f", - "Edit Thumbnail": "\u0246d\u1d09\u0287 \u0166\u0265n\u026fbn\u0250\u1d09l", - "Edit Your Name": "\u0246d\u1d09\u0287 \u024e\u00f8n\u0279 N\u0250\u026f\u01dd", - "Edit this certificate?": "\u0246d\u1d09\u0287 \u0287\u0265\u1d09s \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd?", - "Editable": "\u0246d\u1d09\u0287\u0250bl\u01dd", - "Editing access for: %(title)s": "\u0246d\u1d09\u0287\u1d09n\u0183 \u0250\u0254\u0254\u01ddss \u025f\u00f8\u0279: %(title)s", - "Editing: {title}": "\u0246d\u1d09\u0287\u1d09n\u0183: {title}", - "Editor": "\u0246d\u1d09\u0287\u00f8\u0279", - "Education Completed": "\u0246dn\u0254\u0250\u0287\u1d09\u00f8n \u023b\u00f8\u026fdl\u01dd\u0287\u01ddd", - "Email": "\u0246\u026f\u0250\u1d09l", - "Email Address (Sign In)": "\u0246\u026f\u0250\u1d09l \u023add\u0279\u01ddss (S\u1d09\u0183n \u0197n)", - "Email address": "\u0246\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss", - "Emails successfully sent. The following users are no longer enrolled in the course:": "\u0246\u026f\u0250\u1d09ls sn\u0254\u0254\u01ddss\u025fnll\u028e s\u01ddn\u0287. \u0166\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 ns\u01dd\u0279s \u0250\u0279\u01dd n\u00f8 l\u00f8n\u0183\u01dd\u0279 \u01ddn\u0279\u00f8ll\u01ddd \u1d09n \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd:", - "Embed": "\u0246\u026fb\u01ddd", - "Emoticons": "\u0246\u026f\u00f8\u0287\u1d09\u0254\u00f8ns", - "Enable": "\u0246n\u0250bl\u01dd", - "Enable Cohorts": "\u0246n\u0250bl\u01dd \u023b\u00f8\u0265\u00f8\u0279\u0287s", - "Enable Now": "\u0246n\u0250bl\u01dd N\u00f8\u028d", - "Enable Weekly Highlight Emails": "\u0246n\u0250bl\u01dd W\u01dd\u01dd\u029el\u028e \u0126\u1d09\u0183\u0265l\u1d09\u0183\u0265\u0287 \u0246\u026f\u0250\u1d09ls", - "Enabled": "\u0246n\u0250bl\u01ddd", - "Encoding": "\u0246n\u0254\u00f8d\u1d09n\u0183", - "End My Exam": "\u0246nd M\u028e \u0246x\u0250\u026f", - "End of transcript. Skip to the start.": "\u0246nd \u00f8\u025f \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287. S\u029e\u1d09d \u0287\u00f8 \u0287\u0265\u01dd s\u0287\u0250\u0279\u0287.", - "Ends {end}": "\u0246nds {end}", - "Engage with posts": "\u0246n\u0183\u0250\u0183\u01dd \u028d\u1d09\u0287\u0265 d\u00f8s\u0287s", - "Enroll Now": "\u0246n\u0279\u00f8ll N\u00f8\u028d", - "Enrolled": "\u0246n\u0279\u00f8ll\u01ddd", - "Enrolling you in the selected course": "\u0246n\u0279\u00f8ll\u1d09n\u0183 \u028e\u00f8n \u1d09n \u0287\u0265\u01dd s\u01ddl\u01dd\u0254\u0287\u01ddd \u0254\u00f8n\u0279s\u01dd", - "Enrollment Date": "\u0246n\u0279\u00f8ll\u026f\u01ddn\u0287 \u0110\u0250\u0287\u01dd", - "Enrollment Mode": "\u0246n\u0279\u00f8ll\u026f\u01ddn\u0287 M\u00f8d\u01dd", - "Enrollment Opens on": "\u0246n\u0279\u00f8ll\u026f\u01ddn\u0287 \u00d8d\u01ddns \u00f8n", - "Enrollment Tracks": "\u0246n\u0279\u00f8ll\u026f\u01ddn\u0287 \u0166\u0279\u0250\u0254\u029es", - "Ensure that you can see your photo and read your name": "\u0246nsn\u0279\u01dd \u0287\u0265\u0250\u0287 \u028e\u00f8n \u0254\u0250n s\u01dd\u01dd \u028e\u00f8n\u0279 d\u0265\u00f8\u0287\u00f8 \u0250nd \u0279\u01dd\u0250d \u028e\u00f8n\u0279 n\u0250\u026f\u01dd", - "Enter 3-5 highlights to include in the email message that learners receive for this section (250 character limit).": "\u0246n\u0287\u01dd\u0279 3-5 \u0265\u1d09\u0183\u0265l\u1d09\u0183\u0265\u0287s \u0287\u00f8 \u1d09n\u0254lnd\u01dd \u1d09n \u0287\u0265\u01dd \u01dd\u026f\u0250\u1d09l \u026f\u01ddss\u0250\u0183\u01dd \u0287\u0265\u0250\u0287 l\u01dd\u0250\u0279n\u01dd\u0279s \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01dd \u025f\u00f8\u0279 \u0287\u0265\u1d09s s\u01dd\u0254\u0287\u1d09\u00f8n (250 \u0254\u0265\u0250\u0279\u0250\u0254\u0287\u01dd\u0279 l\u1d09\u026f\u1d09\u0287).", - "Enter Due Date and Time": "\u0246n\u0287\u01dd\u0279 \u0110n\u01dd \u0110\u0250\u0287\u01dd \u0250nd \u0166\u1d09\u026f\u01dd", - "Enter Start Date and Time": "\u0246n\u0287\u01dd\u0279 S\u0287\u0250\u0279\u0287 \u0110\u0250\u0287\u01dd \u0250nd \u0166\u1d09\u026f\u01dd", - "Enter a student's username or email address.": "\u0246n\u0287\u01dd\u0279 \u0250 s\u0287nd\u01ddn\u0287's ns\u01dd\u0279n\u0250\u026f\u01dd \u00f8\u0279 \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss.", - "Enter a username or email.": "\u0246n\u0287\u01dd\u0279 \u0250 ns\u01dd\u0279n\u0250\u026f\u01dd \u00f8\u0279 \u01dd\u026f\u0250\u1d09l.", - "Enter and confirm your new password.": "\u0246n\u0287\u01dd\u0279 \u0250nd \u0254\u00f8n\u025f\u1d09\u0279\u026f \u028e\u00f8n\u0279 n\u01dd\u028d d\u0250ss\u028d\u00f8\u0279d.", - "Enter email addresses and/or usernames, separated by new lines or commas, for the learners you want to add. *": "\u0246n\u0287\u01dd\u0279 \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss\u01dds \u0250nd/\u00f8\u0279 ns\u01dd\u0279n\u0250\u026f\u01dds, s\u01ddd\u0250\u0279\u0250\u0287\u01ddd b\u028e n\u01dd\u028d l\u1d09n\u01dds \u00f8\u0279 \u0254\u00f8\u026f\u026f\u0250s, \u025f\u00f8\u0279 \u0287\u0265\u01dd l\u01dd\u0250\u0279n\u01dd\u0279s \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u0250dd. *", - "Enter information to describe your team. You cannot change these details after you create the team.": "\u0246n\u0287\u01dd\u0279 \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n \u0287\u00f8 d\u01dds\u0254\u0279\u1d09b\u01dd \u028e\u00f8n\u0279 \u0287\u01dd\u0250\u026f. \u024e\u00f8n \u0254\u0250nn\u00f8\u0287 \u0254\u0265\u0250n\u0183\u01dd \u0287\u0265\u01dds\u01dd d\u01dd\u0287\u0250\u1d09ls \u0250\u025f\u0287\u01dd\u0279 \u028e\u00f8n \u0254\u0279\u01dd\u0250\u0287\u01dd \u0287\u0265\u01dd \u0287\u01dd\u0250\u026f.", - "Enter some details for your support request.": "\u0246n\u0287\u01dd\u0279 s\u00f8\u026f\u01dd d\u01dd\u0287\u0250\u1d09ls \u025f\u00f8\u0279 \u028e\u00f8n\u0279 sndd\u00f8\u0279\u0287 \u0279\u01ddbn\u01dds\u0287.", - "Enter team description.": "\u0246n\u0287\u01dd\u0279 \u0287\u01dd\u0250\u026f d\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n.", - "Enter team name.": "\u0246n\u0287\u01dd\u0279 \u0287\u01dd\u0250\u026f n\u0250\u026f\u01dd.", - "Enter the account information for your organization.": "\u0246n\u0287\u01dd\u0279 \u0287\u0265\u01dd \u0250\u0254\u0254\u00f8nn\u0287 \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n \u025f\u00f8\u0279 \u028e\u00f8n\u0279 \u00f8\u0279\u0183\u0250n\u1d09z\u0250\u0287\u1d09\u00f8n.", - "Enter the enrollment code.": "\u0246n\u0287\u01dd\u0279 \u0287\u0265\u01dd \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 \u0254\u00f8d\u01dd.", - "Enter the name of the cohort": "\u0246n\u0287\u01dd\u0279 \u0287\u0265\u01dd n\u0250\u026f\u01dd \u00f8\u025f \u0287\u0265\u01dd \u0254\u00f8\u0265\u00f8\u0279\u0287", - "Enter the page number you'd like to quickly navigate to.": "\u0246n\u0287\u01dd\u0279 \u0287\u0265\u01dd d\u0250\u0183\u01dd nn\u026fb\u01dd\u0279 \u028e\u00f8n'd l\u1d09\u029e\u01dd \u0287\u00f8 bn\u1d09\u0254\u029el\u028e n\u0250\u028c\u1d09\u0183\u0250\u0287\u01dd \u0287\u00f8.", - "Enter the username or email address of each learner that you want to add as an exception.": "\u0246n\u0287\u01dd\u0279 \u0287\u0265\u01dd ns\u01dd\u0279n\u0250\u026f\u01dd \u00f8\u0279 \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss \u00f8\u025f \u01dd\u0250\u0254\u0265 l\u01dd\u0250\u0279n\u01dd\u0279 \u0287\u0265\u0250\u0287 \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u0250dd \u0250s \u0250n \u01ddx\u0254\u01ddd\u0287\u1d09\u00f8n.", - "Enter username or email": "\u0246n\u0287\u01dd\u0279 ns\u01dd\u0279n\u0250\u026f\u01dd \u00f8\u0279 \u01dd\u026f\u0250\u1d09l", - "Enter your ": "\u0246n\u0287\u01dd\u0279 \u028e\u00f8n\u0279 ", - "Entrance exam attempts is being reset for student '{student_id}'.": "\u0246n\u0287\u0279\u0250n\u0254\u01dd \u01ddx\u0250\u026f \u0250\u0287\u0287\u01dd\u026fd\u0287s \u1d09s b\u01dd\u1d09n\u0183 \u0279\u01dds\u01dd\u0287 \u025f\u00f8\u0279 s\u0287nd\u01ddn\u0287 '{student_id}'.", - "Entrance exam state is being deleted for student '{student_id}'.": "\u0246n\u0287\u0279\u0250n\u0254\u01dd \u01ddx\u0250\u026f s\u0287\u0250\u0287\u01dd \u1d09s b\u01dd\u1d09n\u0183 d\u01ddl\u01dd\u0287\u01ddd \u025f\u00f8\u0279 s\u0287nd\u01ddn\u0287 '{student_id}'.", - "Error": "\u0246\u0279\u0279\u00f8\u0279", - "Error adding learners.": "\u0246\u0279\u0279\u00f8\u0279 \u0250dd\u1d09n\u0183 l\u01dd\u0250\u0279n\u01dd\u0279s.", - "Error adding user": "\u0246\u0279\u0279\u00f8\u0279 \u0250dd\u1d09n\u0183 ns\u01dd\u0279", - "Error adding/removing users as beta testers.": "\u0246\u0279\u0279\u00f8\u0279 \u0250dd\u1d09n\u0183/\u0279\u01dd\u026f\u00f8\u028c\u1d09n\u0183 ns\u01dd\u0279s \u0250s b\u01dd\u0287\u0250 \u0287\u01dds\u0287\u01dd\u0279s.", - "Error changing user's permissions.": "\u0246\u0279\u0279\u00f8\u0279 \u0254\u0265\u0250n\u0183\u1d09n\u0183 ns\u01dd\u0279's d\u01dd\u0279\u026f\u1d09ss\u1d09\u00f8ns.", - "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "\u0246\u0279\u0279\u00f8\u0279 d\u01ddl\u01dd\u0287\u1d09n\u0183 \u01ddn\u0287\u0279\u0250n\u0254\u01dd \u01ddx\u0250\u026f s\u0287\u0250\u0287\u01dd \u025f\u00f8\u0279 s\u0287nd\u01ddn\u0287 '{student_id}'. M\u0250\u029e\u01dd sn\u0279\u01dd s\u0287nd\u01ddn\u0287 \u1d09d\u01ddn\u0287\u1d09\u025f\u1d09\u01dd\u0279 \u1d09s \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287.", - "Error deleting student '<%- student_id %>'s state on problem '<%- problem_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u0246\u0279\u0279\u00f8\u0279 d\u01ddl\u01dd\u0287\u1d09n\u0183 s\u0287nd\u01ddn\u0287 '<%- student_id %>'s s\u0287\u0250\u0287\u01dd \u00f8n d\u0279\u00f8bl\u01dd\u026f '<%- problem_id %>'. M\u0250\u029e\u01dd sn\u0279\u01dd \u0287\u0265\u0250\u0287 \u0287\u0265\u01dd d\u0279\u00f8bl\u01dd\u026f \u0250nd s\u0287nd\u01ddn\u0287 \u1d09d\u01ddn\u0287\u1d09\u025f\u1d09\u01dd\u0279s \u0250\u0279\u01dd \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u0250nd \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287.", - "Error enrolling/unenrolling users.": "\u0246\u0279\u0279\u00f8\u0279 \u01ddn\u0279\u00f8ll\u1d09n\u0183/nn\u01ddn\u0279\u00f8ll\u1d09n\u0183 ns\u01dd\u0279s.", - "Error generating ORA data report. Please try again.": "\u0246\u0279\u0279\u00f8\u0279 \u0183\u01ddn\u01dd\u0279\u0250\u0287\u1d09n\u0183 \u00d8\u024c\u023a d\u0250\u0287\u0250 \u0279\u01ddd\u00f8\u0279\u0287. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "Error generating grades. Please try again.": "\u0246\u0279\u0279\u00f8\u0279 \u0183\u01ddn\u01dd\u0279\u0250\u0287\u1d09n\u0183 \u0183\u0279\u0250d\u01dds. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "Error generating list of students who may enroll. Please try again.": "\u0246\u0279\u0279\u00f8\u0279 \u0183\u01ddn\u01dd\u0279\u0250\u0287\u1d09n\u0183 l\u1d09s\u0287 \u00f8\u025f s\u0287nd\u01ddn\u0287s \u028d\u0265\u00f8 \u026f\u0250\u028e \u01ddn\u0279\u00f8ll. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "Error generating problem grade report. Please try again.": "\u0246\u0279\u0279\u00f8\u0279 \u0183\u01ddn\u01dd\u0279\u0250\u0287\u1d09n\u0183 d\u0279\u00f8bl\u01dd\u026f \u0183\u0279\u0250d\u01dd \u0279\u01ddd\u00f8\u0279\u0287. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "Error generating proctored exam results. Please try again.": "\u0246\u0279\u0279\u00f8\u0279 \u0183\u01ddn\u01dd\u0279\u0250\u0287\u1d09n\u0183 d\u0279\u00f8\u0254\u0287\u00f8\u0279\u01ddd \u01ddx\u0250\u026f \u0279\u01ddsnl\u0287s. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "Error generating student profile information. Please try again.": "\u0246\u0279\u0279\u00f8\u0279 \u0183\u01ddn\u01dd\u0279\u0250\u0287\u1d09n\u0183 s\u0287nd\u01ddn\u0287 d\u0279\u00f8\u025f\u1d09l\u01dd \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "Error generating survey results. Please try again.": "\u0246\u0279\u0279\u00f8\u0279 \u0183\u01ddn\u01dd\u0279\u0250\u0287\u1d09n\u0183 sn\u0279\u028c\u01dd\u028e \u0279\u01ddsnl\u0287s. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "Error getting enrollment status for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "\u0246\u0279\u0279\u00f8\u0279 \u0183\u01dd\u0287\u0287\u1d09n\u0183 \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 s\u0287\u0250\u0287ns \u025f\u00f8\u0279 '<%- student_id %>'. M\u0250\u029e\u01dd sn\u0279\u01dd \u0287\u0265\u0250\u0287 \u0287\u0265\u01dd s\u0287nd\u01ddn\u0287 \u1d09d\u01ddn\u0287\u1d09\u025f\u1d09\u01dd\u0279 \u1d09s sd\u01ddll\u01ddd \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287l\u028e.", - "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "\u0246\u0279\u0279\u00f8\u0279 \u0183\u01dd\u0287\u0287\u1d09n\u0183 \u01ddn\u0287\u0279\u0250n\u0254\u01dd \u01ddx\u0250\u026f \u0287\u0250s\u029e \u0265\u1d09s\u0287\u00f8\u0279\u028e \u025f\u00f8\u0279 s\u0287nd\u01ddn\u0287 '{student_id}'. M\u0250\u029e\u01dd sn\u0279\u01dd s\u0287nd\u01ddn\u0287 \u1d09d\u01ddn\u0287\u1d09\u025f\u1d09\u01dd\u0279 \u1d09s \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287.", - "Error getting issued certificates list.": "\u0246\u0279\u0279\u00f8\u0279 \u0183\u01dd\u0287\u0287\u1d09n\u0183 \u1d09ssn\u01ddd \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds l\u1d09s\u0287.", - "Error getting student list.": "\u0246\u0279\u0279\u00f8\u0279 \u0183\u01dd\u0287\u0287\u1d09n\u0183 s\u0287nd\u01ddn\u0287 l\u1d09s\u0287.", - "Error getting student progress url for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "\u0246\u0279\u0279\u00f8\u0279 \u0183\u01dd\u0287\u0287\u1d09n\u0183 s\u0287nd\u01ddn\u0287 d\u0279\u00f8\u0183\u0279\u01ddss n\u0279l \u025f\u00f8\u0279 '<%- student_id %>'. M\u0250\u029e\u01dd sn\u0279\u01dd \u0287\u0265\u0250\u0287 \u0287\u0265\u01dd s\u0287nd\u01ddn\u0287 \u1d09d\u01ddn\u0287\u1d09\u025f\u1d09\u01dd\u0279 \u1d09s sd\u01ddll\u01ddd \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287l\u028e.", - "Error getting task history for problem '<%- problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u0246\u0279\u0279\u00f8\u0279 \u0183\u01dd\u0287\u0287\u1d09n\u0183 \u0287\u0250s\u029e \u0265\u1d09s\u0287\u00f8\u0279\u028e \u025f\u00f8\u0279 d\u0279\u00f8bl\u01dd\u026f '<%- problem_id %>' \u0250nd s\u0287nd\u01ddn\u0287 '<%- student_id %>'. M\u0250\u029e\u01dd sn\u0279\u01dd \u0287\u0265\u0250\u0287 \u0287\u0265\u01dd d\u0279\u00f8bl\u01dd\u026f \u0250nd s\u0287nd\u01ddn\u0287 \u1d09d\u01ddn\u0287\u1d09\u025f\u1d09\u01dd\u0279s \u0250\u0279\u01dd \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u0250nd \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287.", - "Error importing course": "\u0246\u0279\u0279\u00f8\u0279 \u1d09\u026fd\u00f8\u0279\u0287\u1d09n\u0183 \u0254\u00f8n\u0279s\u01dd", - "Error listing task history for this student and problem.": "\u0246\u0279\u0279\u00f8\u0279 l\u1d09s\u0287\u1d09n\u0183 \u0287\u0250s\u029e \u0265\u1d09s\u0287\u00f8\u0279\u028e \u025f\u00f8\u0279 \u0287\u0265\u1d09s s\u0287nd\u01ddn\u0287 \u0250nd d\u0279\u00f8bl\u01dd\u026f.", - "Error removing user": "\u0246\u0279\u0279\u00f8\u0279 \u0279\u01dd\u026f\u00f8\u028c\u1d09n\u0183 ns\u01dd\u0279", - "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "\u0246\u0279\u0279\u00f8\u0279 \u0279\u01dds\u01dd\u0287\u0287\u1d09n\u0183 \u01ddn\u0287\u0279\u0250n\u0254\u01dd \u01ddx\u0250\u026f \u0250\u0287\u0287\u01dd\u026fd\u0287s \u025f\u00f8\u0279 s\u0287nd\u01ddn\u0287 '{student_id}'. M\u0250\u029e\u01dd sn\u0279\u01dd s\u0287nd\u01ddn\u0287 \u1d09d\u01ddn\u0287\u1d09\u025f\u1d09\u01dd\u0279 \u1d09s \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287.", - "Error resetting problem attempts for problem '<%= problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u0246\u0279\u0279\u00f8\u0279 \u0279\u01dds\u01dd\u0287\u0287\u1d09n\u0183 d\u0279\u00f8bl\u01dd\u026f \u0250\u0287\u0287\u01dd\u026fd\u0287s \u025f\u00f8\u0279 d\u0279\u00f8bl\u01dd\u026f '<%= problem_id %>' \u0250nd s\u0287nd\u01ddn\u0287 '<%- student_id %>'. M\u0250\u029e\u01dd sn\u0279\u01dd \u0287\u0265\u0250\u0287 \u0287\u0265\u01dd d\u0279\u00f8bl\u01dd\u026f \u0250nd s\u0287nd\u01ddn\u0287 \u1d09d\u01ddn\u0287\u1d09\u025f\u1d09\u01dd\u0279s \u0250\u0279\u01dd \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u0250nd \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287.", - "Error retrieving grading configuration.": "\u0246\u0279\u0279\u00f8\u0279 \u0279\u01dd\u0287\u0279\u1d09\u01dd\u028c\u1d09n\u0183 \u0183\u0279\u0250d\u1d09n\u0183 \u0254\u00f8n\u025f\u1d09\u0183n\u0279\u0250\u0287\u1d09\u00f8n.", - "Error sending email.": "\u0246\u0279\u0279\u00f8\u0279 s\u01ddnd\u1d09n\u0183 \u01dd\u026f\u0250\u1d09l.", - "Error starting a task to override score for problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the score and the problem and student identifiers are complete and correct.": "\u0246\u0279\u0279\u00f8\u0279 s\u0287\u0250\u0279\u0287\u1d09n\u0183 \u0250 \u0287\u0250s\u029e \u0287\u00f8 \u00f8\u028c\u01dd\u0279\u0279\u1d09d\u01dd s\u0254\u00f8\u0279\u01dd \u025f\u00f8\u0279 d\u0279\u00f8bl\u01dd\u026f '<%- problem_id %>' \u025f\u00f8\u0279 s\u0287nd\u01ddn\u0287 '<%- student_id %>'. M\u0250\u029e\u01dd sn\u0279\u01dd \u0287\u0265\u0250\u0287 \u0287\u0265\u01dd \u0287\u0265\u01dd s\u0254\u00f8\u0279\u01dd \u0250nd \u0287\u0265\u01dd d\u0279\u00f8bl\u01dd\u026f \u0250nd s\u0287nd\u01ddn\u0287 \u1d09d\u01ddn\u0287\u1d09\u025f\u1d09\u01dd\u0279s \u0250\u0279\u01dd \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u0250nd \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287.", - "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "\u0246\u0279\u0279\u00f8\u0279 s\u0287\u0250\u0279\u0287\u1d09n\u0183 \u0250 \u0287\u0250s\u029e \u0287\u00f8 \u0279\u01dds\u0254\u00f8\u0279\u01dd \u01ddn\u0287\u0279\u0250n\u0254\u01dd \u01ddx\u0250\u026f \u025f\u00f8\u0279 s\u0287nd\u01ddn\u0287 '{student_id}'. M\u0250\u029e\u01dd sn\u0279\u01dd \u0287\u0265\u0250\u0287 \u01ddn\u0287\u0279\u0250n\u0254\u01dd \u01ddx\u0250\u026f \u0265\u0250s d\u0279\u00f8bl\u01dd\u026fs \u1d09n \u1d09\u0287 \u0250nd s\u0287nd\u01ddn\u0287 \u1d09d\u01ddn\u0287\u1d09\u025f\u1d09\u01dd\u0279 \u1d09s \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287.", - "Error starting a task to rescore problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the problem and student identifiers are complete and correct.": "\u0246\u0279\u0279\u00f8\u0279 s\u0287\u0250\u0279\u0287\u1d09n\u0183 \u0250 \u0287\u0250s\u029e \u0287\u00f8 \u0279\u01dds\u0254\u00f8\u0279\u01dd d\u0279\u00f8bl\u01dd\u026f '<%- problem_id %>' \u025f\u00f8\u0279 s\u0287nd\u01ddn\u0287 '<%- student_id %>'. M\u0250\u029e\u01dd sn\u0279\u01dd \u0287\u0265\u0250\u0287 \u0287\u0265\u01dd \u0287\u0265\u01dd d\u0279\u00f8bl\u01dd\u026f \u0250nd s\u0287nd\u01ddn\u0287 \u1d09d\u01ddn\u0287\u1d09\u025f\u1d09\u01dd\u0279s \u0250\u0279\u01dd \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u0250nd \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287.", - "Error starting a task to rescore problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u0246\u0279\u0279\u00f8\u0279 s\u0287\u0250\u0279\u0287\u1d09n\u0183 \u0250 \u0287\u0250s\u029e \u0287\u00f8 \u0279\u01dds\u0254\u00f8\u0279\u01dd d\u0279\u00f8bl\u01dd\u026f '<%- problem_id %>'. M\u0250\u029e\u01dd sn\u0279\u01dd \u0287\u0265\u0250\u0287 \u0287\u0265\u01dd d\u0279\u00f8bl\u01dd\u026f \u1d09d\u01ddn\u0287\u1d09\u025f\u1d09\u01dd\u0279 \u1d09s \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u0250nd \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287.", - "Error starting a task to reset attempts for all students on problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u0246\u0279\u0279\u00f8\u0279 s\u0287\u0250\u0279\u0287\u1d09n\u0183 \u0250 \u0287\u0250s\u029e \u0287\u00f8 \u0279\u01dds\u01dd\u0287 \u0250\u0287\u0287\u01dd\u026fd\u0287s \u025f\u00f8\u0279 \u0250ll s\u0287nd\u01ddn\u0287s \u00f8n d\u0279\u00f8bl\u01dd\u026f '<%- problem_id %>'. M\u0250\u029e\u01dd sn\u0279\u01dd \u0287\u0265\u0250\u0287 \u0287\u0265\u01dd d\u0279\u00f8bl\u01dd\u026f \u1d09d\u01ddn\u0287\u1d09\u025f\u1d09\u01dd\u0279 \u1d09s \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u0250nd \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287.", - "Error while generating certificates. Please try again.": "\u0246\u0279\u0279\u00f8\u0279 \u028d\u0265\u1d09l\u01dd \u0183\u01ddn\u01dd\u0279\u0250\u0287\u1d09n\u0183 \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "Error while regenerating certificates. Please try again.": "\u0246\u0279\u0279\u00f8\u0279 \u028d\u0265\u1d09l\u01dd \u0279\u01dd\u0183\u01ddn\u01dd\u0279\u0250\u0287\u1d09n\u0183 \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "Error.": "\u0246\u0279\u0279\u00f8\u0279.", - "Error:": "\u0246\u0279\u0279\u00f8\u0279:", - "Error: ": "\u0246\u0279\u0279\u00f8\u0279: ", - "Error: Choosing failed.": "\u0246\u0279\u0279\u00f8\u0279: \u023b\u0265\u00f8\u00f8s\u1d09n\u0183 \u025f\u0250\u1d09l\u01ddd.", - "Error: Connection with server failed.": "\u0246\u0279\u0279\u00f8\u0279: \u023b\u00f8nn\u01dd\u0254\u0287\u1d09\u00f8n \u028d\u1d09\u0287\u0265 s\u01dd\u0279\u028c\u01dd\u0279 \u025f\u0250\u1d09l\u01ddd.", - "Error: Import failed.": "\u0246\u0279\u0279\u00f8\u0279: \u0197\u026fd\u00f8\u0279\u0287 \u025f\u0250\u1d09l\u01ddd.", - "Error: Replacing failed.": "\u0246\u0279\u0279\u00f8\u0279: \u024c\u01dddl\u0250\u0254\u1d09n\u0183 \u025f\u0250\u1d09l\u01ddd.", - "Error: Uploading failed.": "\u0246\u0279\u0279\u00f8\u0279: \u0244dl\u00f8\u0250d\u1d09n\u0183 \u025f\u0250\u1d09l\u01ddd.", - "Error: User '<%- username %>' has not yet activated their account. Users must create and activate their accounts before they can be assigned a role.": "\u0246\u0279\u0279\u00f8\u0279: \u0244s\u01dd\u0279 '<%- username %>' \u0265\u0250s n\u00f8\u0287 \u028e\u01dd\u0287 \u0250\u0254\u0287\u1d09\u028c\u0250\u0287\u01ddd \u0287\u0265\u01dd\u1d09\u0279 \u0250\u0254\u0254\u00f8nn\u0287. \u0244s\u01dd\u0279s \u026fns\u0287 \u0254\u0279\u01dd\u0250\u0287\u01dd \u0250nd \u0250\u0254\u0287\u1d09\u028c\u0250\u0287\u01dd \u0287\u0265\u01dd\u1d09\u0279 \u0250\u0254\u0254\u00f8nn\u0287s b\u01dd\u025f\u00f8\u0279\u01dd \u0287\u0265\u01dd\u028e \u0254\u0250n b\u01dd \u0250ss\u1d09\u0183n\u01ddd \u0250 \u0279\u00f8l\u01dd.", - "Error: You cannot remove yourself from the Instructor group!": "\u0246\u0279\u0279\u00f8\u0279: \u024e\u00f8n \u0254\u0250nn\u00f8\u0287 \u0279\u01dd\u026f\u00f8\u028c\u01dd \u028e\u00f8n\u0279s\u01ddl\u025f \u025f\u0279\u00f8\u026f \u0287\u0265\u01dd \u0197ns\u0287\u0279n\u0254\u0287\u00f8\u0279 \u0183\u0279\u00f8nd!", - "Errors": "\u0246\u0279\u0279\u00f8\u0279s", - "Errors/Technical Issues": "\u0246\u0279\u0279\u00f8\u0279s/\u0166\u01dd\u0254\u0265n\u1d09\u0254\u0250l \u0197ssn\u01dds", - "Everyone who has staff privileges in this course": "\u0246\u028c\u01dd\u0279\u028e\u00f8n\u01dd \u028d\u0265\u00f8 \u0265\u0250s s\u0287\u0250\u025f\u025f d\u0279\u1d09\u028c\u1d09l\u01dd\u0183\u01dds \u1d09n \u0287\u0265\u1d09s \u0254\u00f8n\u0279s\u01dd", - "Exam Name": "\u0246x\u0250\u026f N\u0250\u026f\u01dd", - "Exam Type": "\u0246x\u0250\u026f \u0166\u028ed\u01dd", - "Exam Types": "\u0246x\u0250\u026f \u0166\u028ed\u01dds", - "Exam timer and end exam button": "\u0246x\u0250\u026f \u0287\u1d09\u026f\u01dd\u0279 \u0250nd \u01ddnd \u01ddx\u0250\u026f bn\u0287\u0287\u00f8n", - "Exception Granted": "\u0246x\u0254\u01ddd\u0287\u1d09\u00f8n \u01e4\u0279\u0250n\u0287\u01ddd", - "Exit full browser": "\u0246x\u1d09\u0287 \u025fnll b\u0279\u00f8\u028ds\u01dd\u0279", - "Expand All": "\u0246xd\u0250nd \u023all", - "Expand Instructions": "\u0246xd\u0250nd \u0197ns\u0287\u0279n\u0254\u0287\u1d09\u00f8ns", - "Explain if other.": "\u0246xdl\u0250\u1d09n \u1d09\u025f \u00f8\u0287\u0265\u01dd\u0279.", - "Explanation": "\u0246xdl\u0250n\u0250\u0287\u1d09\u00f8n", - "Explicitly Hiding from Students": "\u0246xdl\u1d09\u0254\u1d09\u0287l\u028e \u0126\u1d09d\u1d09n\u0183 \u025f\u0279\u00f8\u026f S\u0287nd\u01ddn\u0287s", - "Explore New Programs": "\u0246xdl\u00f8\u0279\u01dd N\u01dd\u028d \u2c63\u0279\u00f8\u0183\u0279\u0250\u026fs", - "Explore Programs": "\u0246xdl\u00f8\u0279\u01dd \u2c63\u0279\u00f8\u0183\u0279\u0250\u026fs", - "Explore your course!": "\u0246xdl\u00f8\u0279\u01dd \u028e\u00f8n\u0279 \u0254\u00f8n\u0279s\u01dd!", - "Failed to delete student state for user.": "F\u0250\u1d09l\u01ddd \u0287\u00f8 d\u01ddl\u01dd\u0287\u01dd s\u0287nd\u01ddn\u0287 s\u0287\u0250\u0287\u01dd \u025f\u00f8\u0279 ns\u01dd\u0279.", - "Failed to rescore problem for user.": "F\u0250\u1d09l\u01ddd \u0287\u00f8 \u0279\u01dds\u0254\u00f8\u0279\u01dd d\u0279\u00f8bl\u01dd\u026f \u025f\u00f8\u0279 ns\u01dd\u0279.", - "Failed to rescore problem to improve score for user.": "F\u0250\u1d09l\u01ddd \u0287\u00f8 \u0279\u01dds\u0254\u00f8\u0279\u01dd d\u0279\u00f8bl\u01dd\u026f \u0287\u00f8 \u1d09\u026fd\u0279\u00f8\u028c\u01dd s\u0254\u00f8\u0279\u01dd \u025f\u00f8\u0279 ns\u01dd\u0279.", - "Failed to reset attempts for user.": "F\u0250\u1d09l\u01ddd \u0287\u00f8 \u0279\u01dds\u01dd\u0287 \u0250\u0287\u0287\u01dd\u026fd\u0287s \u025f\u00f8\u0279 ns\u01dd\u0279.", - "File": "F\u1d09l\u01dd", - "File Name": "F\u1d09l\u01dd N\u0250\u026f\u01dd", - "File format not supported. Please upload a file with a {ext} extension.": "F\u1d09l\u01dd \u025f\u00f8\u0279\u026f\u0250\u0287 n\u00f8\u0287 sndd\u00f8\u0279\u0287\u01ddd. \u2c63l\u01dd\u0250s\u01dd ndl\u00f8\u0250d \u0250 \u025f\u1d09l\u01dd \u028d\u1d09\u0287\u0265 \u0250 {ext} \u01ddx\u0287\u01ddns\u1d09\u00f8n.", - "File upload succeeded": "F\u1d09l\u01dd ndl\u00f8\u0250d sn\u0254\u0254\u01dd\u01ddd\u01ddd", - "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "F\u1d09l\u01dd {filename} \u01ddx\u0254\u01dd\u01ddds \u026f\u0250x\u1d09\u026fn\u026f s\u1d09z\u01dd \u00f8\u025f {maxFileSizeInMBs} M\u0243", - "Files must be in JPEG or PNG format.": "F\u1d09l\u01dds \u026fns\u0287 b\u01dd \u1d09n \u0248\u2c63\u0246\u01e4 \u00f8\u0279 \u2c63N\u01e4 \u025f\u00f8\u0279\u026f\u0250\u0287.", - "Files that you upload must be PDFs or image files in .gif, .jpg, .jpeg, or .png format.": "F\u1d09l\u01dds \u0287\u0265\u0250\u0287 \u028e\u00f8n ndl\u00f8\u0250d \u026fns\u0287 b\u01dd \u2c63\u0110Fs \u00f8\u0279 \u1d09\u026f\u0250\u0183\u01dd \u025f\u1d09l\u01dds \u1d09n .\u0183\u1d09\u025f, .\u027ed\u0183, .\u027ed\u01dd\u0183, \u00f8\u0279 .dn\u0183 \u025f\u00f8\u0279\u026f\u0250\u0287.", - "Files that you upload must be smaller than 5MB in size.": "F\u1d09l\u01dds \u0287\u0265\u0250\u0287 \u028e\u00f8n ndl\u00f8\u0250d \u026fns\u0287 b\u01dd s\u026f\u0250ll\u01dd\u0279 \u0287\u0265\u0250n 5M\u0243 \u1d09n s\u1d09z\u01dd.", - "Fill browser": "F\u1d09ll b\u0279\u00f8\u028ds\u01dd\u0279", - "Filter and sort topics": "F\u1d09l\u0287\u01dd\u0279 \u0250nd s\u00f8\u0279\u0287 \u0287\u00f8d\u1d09\u0254s", - "Final Grade": "F\u1d09n\u0250l \u01e4\u0279\u0250d\u01dd", - "Financial Aid": "F\u1d09n\u0250n\u0254\u1d09\u0250l \u023a\u1d09d", - "Financial Assistance": "F\u1d09n\u0250n\u0254\u1d09\u0250l \u023ass\u1d09s\u0287\u0250n\u0254\u01dd", - "Financial Assistance Application": "F\u1d09n\u0250n\u0254\u1d09\u0250l \u023ass\u1d09s\u0287\u0250n\u0254\u01dd \u023addl\u1d09\u0254\u0250\u0287\u1d09\u00f8n", - "Find": "F\u1d09nd", - "Find a course": "F\u1d09nd \u0250 \u0254\u00f8n\u0279s\u01dd", - "Find and replace": "F\u1d09nd \u0250nd \u0279\u01dddl\u0250\u0254\u01dd", - "Find answers to the top questions asked by learners.": "F\u1d09nd \u0250ns\u028d\u01dd\u0279s \u0287\u00f8 \u0287\u0265\u01dd \u0287\u00f8d bn\u01dds\u0287\u1d09\u00f8ns \u0250s\u029e\u01ddd b\u028e l\u01dd\u0250\u0279n\u01dd\u0279s.", - "Find discussions": "F\u1d09nd d\u1d09s\u0254nss\u1d09\u00f8ns", - "Find next": "F\u1d09nd n\u01ddx\u0287", - "Find previous": "F\u1d09nd d\u0279\u01dd\u028c\u1d09\u00f8ns", - "Finish": "F\u1d09n\u1d09s\u0265", - "First time here?": "F\u1d09\u0279s\u0287 \u0287\u1d09\u026f\u01dd \u0265\u01dd\u0279\u01dd?", - "Follow or unfollow posts": "F\u00f8ll\u00f8\u028d \u00f8\u0279 nn\u025f\u00f8ll\u00f8\u028d d\u00f8s\u0287s", - "Font Family": "F\u00f8n\u0287 F\u0250\u026f\u1d09l\u028e", - "Font Sizes": "F\u00f8n\u0287 S\u1d09z\u01dds", - "Footer": "F\u00f8\u00f8\u0287\u01dd\u0279", - "For grading to work, you must change all {oldName} subsections to {newName}.": "F\u00f8\u0279 \u0183\u0279\u0250d\u1d09n\u0183 \u0287\u00f8 \u028d\u00f8\u0279\u029e, \u028e\u00f8n \u026fns\u0287 \u0254\u0265\u0250n\u0183\u01dd \u0250ll {oldName} snbs\u01dd\u0254\u0287\u1d09\u00f8ns \u0287\u00f8 {newName}.", - "For inquiries regarding assignments, grades, or structure of a specific course, please post in the discussion forums for that course directly.": "F\u00f8\u0279 \u1d09nbn\u1d09\u0279\u1d09\u01dds \u0279\u01dd\u0183\u0250\u0279d\u1d09n\u0183 \u0250ss\u1d09\u0183n\u026f\u01ddn\u0287s, \u0183\u0279\u0250d\u01dds, \u00f8\u0279 s\u0287\u0279n\u0254\u0287n\u0279\u01dd \u00f8\u025f \u0250 sd\u01dd\u0254\u1d09\u025f\u1d09\u0254 \u0254\u00f8n\u0279s\u01dd, dl\u01dd\u0250s\u01dd d\u00f8s\u0287 \u1d09n \u0287\u0265\u01dd d\u1d09s\u0254nss\u1d09\u00f8n \u025f\u00f8\u0279n\u026fs \u025f\u00f8\u0279 \u0287\u0265\u0250\u0287 \u0254\u00f8n\u0279s\u01dd d\u1d09\u0279\u01dd\u0254\u0287l\u028e.", - "Format": "F\u00f8\u0279\u026f\u0250\u0287", - "Formats": "F\u00f8\u0279\u026f\u0250\u0287s", - "Free text notes": "F\u0279\u01dd\u01dd \u0287\u01ddx\u0287 n\u00f8\u0287\u01dds", - "Frequently Asked Questions": "F\u0279\u01ddbn\u01ddn\u0287l\u028e \u023as\u029e\u01ddd Qn\u01dds\u0287\u1d09\u00f8ns", - "Full Name": "Fnll N\u0250\u026f\u01dd", - "Full Profile": "Fnll \u2c63\u0279\u00f8\u025f\u1d09l\u01dd", - "Fullscreen": "Fnlls\u0254\u0279\u01dd\u01ddn", - "Fully Supported": "Fnll\u028e Sndd\u00f8\u0279\u0287\u01ddd", - "Gender": "\u01e4\u01ddnd\u01dd\u0279", - "General": "\u01e4\u01ddn\u01dd\u0279\u0250l", - "General Proctored Exam Rules": "\u01e4\u01ddn\u01dd\u0279\u0250l \u2c63\u0279\u00f8\u0254\u0287\u00f8\u0279\u01ddd \u0246x\u0250\u026f \u024cnl\u01dds", - "Generate": "\u01e4\u01ddn\u01dd\u0279\u0250\u0287\u01dd", - "Generate Exception Certificates": "\u01e4\u01ddn\u01dd\u0279\u0250\u0287\u01dd \u0246x\u0254\u01ddd\u0287\u1d09\u00f8n \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds", - "Generate the user's certificate": "\u01e4\u01ddn\u01dd\u0279\u0250\u0287\u01dd \u0287\u0265\u01dd ns\u01dd\u0279's \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd", - "Get Credit": "\u01e4\u01dd\u0287 \u023b\u0279\u01ddd\u1d09\u0287", - "Go to Dashboard": "\u01e4\u00f8 \u0287\u00f8 \u0110\u0250s\u0265b\u00f8\u0250\u0279d", - "Go to my Dashboard": "\u01e4\u00f8 \u0287\u00f8 \u026f\u028e \u0110\u0250s\u0265b\u00f8\u0250\u0279d", - "Go to your Dashboard": "\u01e4\u00f8 \u0287\u00f8 \u028e\u00f8n\u0279 \u0110\u0250s\u0265b\u00f8\u0250\u0279d", - "Go to {platform} Home": "\u01e4\u00f8 \u0287\u00f8 {platform} \u0126\u00f8\u026f\u01dd", - "Going forward, your account information will be updated and maintained by {enterprise_name}.": "\u01e4\u00f8\u1d09n\u0183 \u025f\u00f8\u0279\u028d\u0250\u0279d, \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287 \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n \u028d\u1d09ll b\u01dd ndd\u0250\u0287\u01ddd \u0250nd \u026f\u0250\u1d09n\u0287\u0250\u1d09n\u01ddd b\u028e {enterprise_name}.", - "Government-Issued Photo ID": "\u01e4\u00f8\u028c\u01dd\u0279n\u026f\u01ddn\u0287-\u0197ssn\u01ddd \u2c63\u0265\u00f8\u0287\u00f8 \u0197\u0110", - "Grace period must be specified in HH:MM format.": "\u01e4\u0279\u0250\u0254\u01dd d\u01dd\u0279\u1d09\u00f8d \u026fns\u0287 b\u01dd sd\u01dd\u0254\u1d09\u025f\u1d09\u01ddd \u1d09n \u0126\u0126:MM \u025f\u00f8\u0279\u026f\u0250\u0287.", - "Grade": "\u01e4\u0279\u0250d\u01dd", - "Grade as:": "\u01e4\u0279\u0250d\u01dd \u0250s:", - "Grade must be a number.": "\u01e4\u0279\u0250d\u01dd \u026fns\u0287 b\u01dd \u0250 nn\u026fb\u01dd\u0279.", - "Grade must be an integer.": "\u01e4\u0279\u0250d\u01dd \u026fns\u0287 b\u01dd \u0250n \u1d09n\u0287\u01dd\u0183\u01dd\u0279.", - "Grade must be positive.": "\u01e4\u0279\u0250d\u01dd \u026fns\u0287 b\u01dd d\u00f8s\u1d09\u0287\u1d09\u028c\u01dd.", - "Graded as:": "\u01e4\u0279\u0250d\u01ddd \u0250s:", - "Grading": "\u01e4\u0279\u0250d\u1d09n\u0183", - "Group": "\u01e4\u0279\u00f8nd", - "Group %s": "\u01e4\u0279\u00f8nd %s", - "Group A": "\u01e4\u0279\u00f8nd \u023a", - "Group B": "\u01e4\u0279\u00f8nd \u0243", - "Group Configuration ID": "\u01e4\u0279\u00f8nd \u023b\u00f8n\u025f\u1d09\u0183n\u0279\u0250\u0287\u1d09\u00f8n \u0197\u0110", - "Group Configuration Name": "\u01e4\u0279\u00f8nd \u023b\u00f8n\u025f\u1d09\u0183n\u0279\u0250\u0287\u1d09\u00f8n N\u0250\u026f\u01dd", - "Group Configuration information": "\u01e4\u0279\u00f8nd \u023b\u00f8n\u025f\u1d09\u0183n\u0279\u0250\u0287\u1d09\u00f8n \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n", - "Group Configuration name is required.": "\u01e4\u0279\u00f8nd \u023b\u00f8n\u025f\u1d09\u0183n\u0279\u0250\u0287\u1d09\u00f8n n\u0250\u026f\u01dd \u1d09s \u0279\u01ddbn\u1d09\u0279\u01ddd.", - "Group information": "\u01e4\u0279\u00f8nd \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n", - "Group name is required": "\u01e4\u0279\u00f8nd n\u0250\u026f\u01dd \u1d09s \u0279\u01ddbn\u1d09\u0279\u01ddd", - "Groups": "\u01e4\u0279\u00f8nds", - "H Align": "\u0126 \u023al\u1d09\u0183n", - "HTML preview of post": "\u0126\u0166M\u0141 d\u0279\u01dd\u028c\u1d09\u01dd\u028d \u00f8\u025f d\u00f8s\u0287", - "HTML source code": "\u0126\u0166M\u0141 s\u00f8n\u0279\u0254\u01dd \u0254\u00f8d\u01dd", - "Header": "\u0126\u01dd\u0250d\u01dd\u0279", - "Header 1": "\u0126\u01dd\u0250d\u01dd\u0279 1", - "Header 2": "\u0126\u01dd\u0250d\u01dd\u0279 2", - "Header 3": "\u0126\u01dd\u0250d\u01dd\u0279 3", - "Header 4": "\u0126\u01dd\u0250d\u01dd\u0279 4", - "Header 5": "\u0126\u01dd\u0250d\u01dd\u0279 5", - "Header 6": "\u0126\u01dd\u0250d\u01dd\u0279 6", - "Header cell": "\u0126\u01dd\u0250d\u01dd\u0279 \u0254\u01ddll", - "Headers": "\u0126\u01dd\u0250d\u01dd\u0279s", - "Heading": "\u0126\u01dd\u0250d\u1d09n\u0183", - "Heading (Ctrl+H)": "\u0126\u01dd\u0250d\u1d09n\u0183 (\u023b\u0287\u0279l+\u0126)", - "Heading 1": "\u0126\u01dd\u0250d\u1d09n\u0183 1", - "Heading 2": "\u0126\u01dd\u0250d\u1d09n\u0183 2", - "Heading 3": "\u0126\u01dd\u0250d\u1d09n\u0183 3", - "Heading 4": "\u0126\u01dd\u0250d\u1d09n\u0183 4", - "Heading 5": "\u0126\u01dd\u0250d\u1d09n\u0183 5", - "Heading 6": "\u0126\u01dd\u0250d\u1d09n\u0183 6", - "Headings": "\u0126\u01dd\u0250d\u1d09n\u0183s", - "Height": "\u0126\u01dd\u1d09\u0183\u0265\u0287", - "Help Translate into {beta_language}": "\u0126\u01ddld \u0166\u0279\u0250nsl\u0250\u0287\u01dd \u1d09n\u0287\u00f8 {beta_language}", - "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "\u0126\u01ddld \u00f8\u0287\u0265\u01dd\u0279 l\u01dd\u0250\u0279n\u01dd\u0279s d\u01dd\u0254\u1d09d\u01dd \u028d\u0265\u01dd\u0287\u0265\u01dd\u0279 \u0287\u00f8 \u027e\u00f8\u1d09n \u028e\u00f8n\u0279 \u0287\u01dd\u0250\u026f b\u028e sd\u01dd\u0254\u1d09\u025f\u028e\u1d09n\u0183 s\u00f8\u026f\u01dd \u0254\u0265\u0250\u0279\u0250\u0254\u0287\u01dd\u0279\u1d09s\u0287\u1d09\u0254s \u025f\u00f8\u0279 \u028e\u00f8n\u0279 \u0287\u01dd\u0250\u026f. \u023b\u0265\u00f8\u00f8s\u01dd \u0254\u0250\u0279\u01dd\u025fnll\u028e, b\u01dd\u0254\u0250ns\u01dd \u025f\u01dd\u028d\u01dd\u0279 d\u01dd\u00f8dl\u01dd \u026f\u1d09\u0183\u0265\u0287 b\u01dd \u1d09n\u0287\u01dd\u0279\u01dds\u0287\u01ddd \u1d09n \u027e\u00f8\u1d09n\u1d09n\u0183 \u028e\u00f8n\u0279 \u0287\u01dd\u0250\u026f \u1d09\u025f \u1d09\u0287 s\u01dd\u01dd\u026fs \u0287\u00f8\u00f8 \u0279\u01dds\u0287\u0279\u1d09\u0254\u0287\u1d09\u028c\u01dd.", - "Hide Annotations": "\u0126\u1d09d\u01dd \u023ann\u00f8\u0287\u0250\u0287\u1d09\u00f8ns", - "Hide Deprecated Settings": "\u0126\u1d09d\u01dd \u0110\u01ddd\u0279\u01dd\u0254\u0250\u0287\u01ddd S\u01dd\u0287\u0287\u1d09n\u0183s", - "Hide Discussion": "\u0126\u1d09d\u01dd \u0110\u1d09s\u0254nss\u1d09\u00f8n", - "Hide Previews": "\u0126\u1d09d\u01dd \u2c63\u0279\u01dd\u028c\u1d09\u01dd\u028ds", - "Hide Timer": "\u0126\u1d09d\u01dd \u0166\u1d09\u026f\u01dd\u0279", - "Hide closed captions": "\u0126\u1d09d\u01dd \u0254l\u00f8s\u01ddd \u0254\u0250d\u0287\u1d09\u00f8ns", - "Hide content after course end date": "\u0126\u1d09d\u01dd \u0254\u00f8n\u0287\u01ddn\u0287 \u0250\u025f\u0287\u01dd\u0279 \u0254\u00f8n\u0279s\u01dd \u01ddnd d\u0250\u0287\u01dd", - "Hide content after due date": "\u0126\u1d09d\u01dd \u0254\u00f8n\u0287\u01ddn\u0287 \u0250\u025f\u0287\u01dd\u0279 dn\u01dd d\u0250\u0287\u01dd", - "Hide entire subsection": "\u0126\u1d09d\u01dd \u01ddn\u0287\u1d09\u0279\u01dd snbs\u01dd\u0254\u0287\u1d09\u00f8n", - "Hide from learners": "\u0126\u1d09d\u01dd \u025f\u0279\u00f8\u026f l\u01dd\u0250\u0279n\u01dd\u0279s", - "Hide notes": "\u0126\u1d09d\u01dd n\u00f8\u0287\u01dds", - "Hide transcripts ({transcriptCount})": "\u0126\u1d09d\u01dd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287s ({transcriptCount})", - "Hiding from Students": "\u0126\u1d09d\u1d09n\u0183 \u025f\u0279\u00f8\u026f S\u0287nd\u01ddn\u0287s", - "High Definition": "\u0126\u1d09\u0183\u0265 \u0110\u01dd\u025f\u1d09n\u1d09\u0287\u1d09\u00f8n", - "Highlight {highlight_index}": "\u0126\u1d09\u0183\u0265l\u1d09\u0183\u0265\u0287 {highlight_index}", - "Highlighted text": "\u0126\u1d09\u0183\u0265l\u1d09\u0183\u0265\u0287\u01ddd \u0287\u01ddx\u0287", - "Highlights for {display_name}": "\u0126\u1d09\u0183\u0265l\u1d09\u0183\u0265\u0287s \u025f\u00f8\u0279 {display_name}", - "Horizontal Rule (Ctrl+R)": "\u0126\u00f8\u0279\u1d09z\u00f8n\u0287\u0250l \u024cnl\u01dd (\u023b\u0287\u0279l+\u024c)", - "Horizontal line": "\u0126\u00f8\u0279\u1d09z\u00f8n\u0287\u0250l l\u1d09n\u01dd", - "Horizontal space": "\u0126\u00f8\u0279\u1d09z\u00f8n\u0287\u0250l sd\u0250\u0254\u01dd", - "How to create useful text alternatives.": "\u0126\u00f8\u028d \u0287\u00f8 \u0254\u0279\u01dd\u0250\u0287\u01dd ns\u01dd\u025fnl \u0287\u01ddx\u0287 \u0250l\u0287\u01dd\u0279n\u0250\u0287\u1d09\u028c\u01dds.", - "How to use %(platform_name)s discussions": "\u0126\u00f8\u028d \u0287\u00f8 ns\u01dd %(platform_name)s d\u1d09s\u0254nss\u1d09\u00f8ns", - "Hyperlink (Ctrl+L)": "\u0126\u028ed\u01dd\u0279l\u1d09n\u029e (\u023b\u0287\u0279l+\u0141)", - "ID": "\u0197\u0110", - "ID-Verification is not required for this Professional Education course.": "\u0197\u0110-V\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n \u1d09s n\u00f8\u0287 \u0279\u01ddbn\u1d09\u0279\u01ddd \u025f\u00f8\u0279 \u0287\u0265\u1d09s \u2c63\u0279\u00f8\u025f\u01ddss\u1d09\u00f8n\u0250l \u0246dn\u0254\u0250\u0287\u1d09\u00f8n \u0254\u00f8n\u0279s\u01dd.", - "Identity Verification In Progress": "\u0197d\u01ddn\u0287\u1d09\u0287\u028e V\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n \u0197n \u2c63\u0279\u00f8\u0183\u0279\u01ddss", - "If the course does not have an end date, learners always see their scores when they submit answers to assessments.": "\u0197\u025f \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd d\u00f8\u01dds n\u00f8\u0287 \u0265\u0250\u028c\u01dd \u0250n \u01ddnd d\u0250\u0287\u01dd, l\u01dd\u0250\u0279n\u01dd\u0279s \u0250l\u028d\u0250\u028es s\u01dd\u01dd \u0287\u0265\u01dd\u1d09\u0279 s\u0254\u00f8\u0279\u01dds \u028d\u0265\u01ddn \u0287\u0265\u01dd\u028e snb\u026f\u1d09\u0287 \u0250ns\u028d\u01dd\u0279s \u0287\u00f8 \u0250ss\u01ddss\u026f\u01ddn\u0287s.", - "If the subsection does not have a due date, learners always see their scores when they submit answers to assessments.": "\u0197\u025f \u0287\u0265\u01dd snbs\u01dd\u0254\u0287\u1d09\u00f8n d\u00f8\u01dds n\u00f8\u0287 \u0265\u0250\u028c\u01dd \u0250 dn\u01dd d\u0250\u0287\u01dd, l\u01dd\u0250\u0279n\u01dd\u0279s \u0250l\u028d\u0250\u028es s\u01dd\u01dd \u0287\u0265\u01dd\u1d09\u0279 s\u0254\u00f8\u0279\u01dds \u028d\u0265\u01ddn \u0287\u0265\u01dd\u028e snb\u026f\u1d09\u0287 \u0250ns\u028d\u01dd\u0279s \u0287\u00f8 \u0250ss\u01ddss\u026f\u01ddn\u0287s.", - "If the unit was previously published and released to learners, any changes you made to the unit when it was hidden will now be visible to learners.": "\u0197\u025f \u0287\u0265\u01dd nn\u1d09\u0287 \u028d\u0250s d\u0279\u01dd\u028c\u1d09\u00f8nsl\u028e dnbl\u1d09s\u0265\u01ddd \u0250nd \u0279\u01ddl\u01dd\u0250s\u01ddd \u0287\u00f8 l\u01dd\u0250\u0279n\u01dd\u0279s, \u0250n\u028e \u0254\u0265\u0250n\u0183\u01dds \u028e\u00f8n \u026f\u0250d\u01dd \u0287\u00f8 \u0287\u0265\u01dd nn\u1d09\u0287 \u028d\u0265\u01ddn \u1d09\u0287 \u028d\u0250s \u0265\u1d09dd\u01ddn \u028d\u1d09ll n\u00f8\u028d b\u01dd \u028c\u1d09s\u1d09bl\u01dd \u0287\u00f8 l\u01dd\u0250\u0279n\u01dd\u0279s.", - "If the unit was previously published and released to students, any changes you made to the unit when it was hidden will now be visible to students. Do you want to proceed?": "\u0197\u025f \u0287\u0265\u01dd nn\u1d09\u0287 \u028d\u0250s d\u0279\u01dd\u028c\u1d09\u00f8nsl\u028e dnbl\u1d09s\u0265\u01ddd \u0250nd \u0279\u01ddl\u01dd\u0250s\u01ddd \u0287\u00f8 s\u0287nd\u01ddn\u0287s, \u0250n\u028e \u0254\u0265\u0250n\u0183\u01dds \u028e\u00f8n \u026f\u0250d\u01dd \u0287\u00f8 \u0287\u0265\u01dd nn\u1d09\u0287 \u028d\u0265\u01ddn \u1d09\u0287 \u028d\u0250s \u0265\u1d09dd\u01ddn \u028d\u1d09ll n\u00f8\u028d b\u01dd \u028c\u1d09s\u1d09bl\u01dd \u0287\u00f8 s\u0287nd\u01ddn\u0287s. \u0110\u00f8 \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 d\u0279\u00f8\u0254\u01dd\u01ddd?", - "If you are unable to access your account contact us via email using {email}.": "\u0197\u025f \u028e\u00f8n \u0250\u0279\u01dd nn\u0250bl\u01dd \u0287\u00f8 \u0250\u0254\u0254\u01ddss \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287 \u0254\u00f8n\u0287\u0250\u0254\u0287 ns \u028c\u1d09\u0250 \u01dd\u026f\u0250\u1d09l ns\u1d09n\u0183 {email}.", - "If you do not yet have an account, use the button below to register.": "\u0197\u025f \u028e\u00f8n d\u00f8 n\u00f8\u0287 \u028e\u01dd\u0287 \u0265\u0250\u028c\u01dd \u0250n \u0250\u0254\u0254\u00f8nn\u0287, ns\u01dd \u0287\u0265\u01dd bn\u0287\u0287\u00f8n b\u01ddl\u00f8\u028d \u0287\u00f8 \u0279\u01dd\u0183\u1d09s\u0287\u01dd\u0279.", - "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "\u0197\u025f \u028e\u00f8n d\u00f8n'\u0287 \u028c\u01dd\u0279\u1d09\u025f\u028e \u028e\u00f8n\u0279 \u1d09d\u01ddn\u0287\u1d09\u0287\u028e n\u00f8\u028d, \u028e\u00f8n \u0254\u0250n s\u0287\u1d09ll \u01ddxdl\u00f8\u0279\u01dd \u028e\u00f8n\u0279 \u0254\u00f8n\u0279s\u01dd \u025f\u0279\u00f8\u026f \u028e\u00f8n\u0279 d\u0250s\u0265b\u00f8\u0250\u0279d. \u024e\u00f8n \u028d\u1d09ll \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01dd d\u01dd\u0279\u1d09\u00f8d\u1d09\u0254 \u0279\u01dd\u026f\u1d09nd\u01dd\u0279s \u025f\u0279\u00f8\u026f %(platformName)s \u0287\u00f8 \u028c\u01dd\u0279\u1d09\u025f\u028e \u028e\u00f8n\u0279 \u1d09d\u01ddn\u0287\u1d09\u0287\u028e.", - "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from {platformName} to verify your identity.": "\u0197\u025f \u028e\u00f8n d\u00f8n'\u0287 \u028c\u01dd\u0279\u1d09\u025f\u028e \u028e\u00f8n\u0279 \u1d09d\u01ddn\u0287\u1d09\u0287\u028e n\u00f8\u028d, \u028e\u00f8n \u0254\u0250n s\u0287\u1d09ll \u01ddxdl\u00f8\u0279\u01dd \u028e\u00f8n\u0279 \u0254\u00f8n\u0279s\u01dd \u025f\u0279\u00f8\u026f \u028e\u00f8n\u0279 d\u0250s\u0265b\u00f8\u0250\u0279d. \u024e\u00f8n \u028d\u1d09ll \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01dd d\u01dd\u0279\u1d09\u00f8d\u1d09\u0254 \u0279\u01dd\u026f\u1d09nd\u01dd\u0279s \u025f\u0279\u00f8\u026f {platformName} \u0287\u00f8 \u028c\u01dd\u0279\u1d09\u025f\u028e \u028e\u00f8n\u0279 \u1d09d\u01ddn\u0287\u1d09\u0287\u028e.", - "If you leave, you can no longer post in this team's discussions. Your place will be available to another learner.": "\u0197\u025f \u028e\u00f8n l\u01dd\u0250\u028c\u01dd, \u028e\u00f8n \u0254\u0250n n\u00f8 l\u00f8n\u0183\u01dd\u0279 d\u00f8s\u0287 \u1d09n \u0287\u0265\u1d09s \u0287\u01dd\u0250\u026f's d\u1d09s\u0254nss\u1d09\u00f8ns. \u024e\u00f8n\u0279 dl\u0250\u0254\u01dd \u028d\u1d09ll b\u01dd \u0250\u028c\u0250\u1d09l\u0250bl\u01dd \u0287\u00f8 \u0250n\u00f8\u0287\u0265\u01dd\u0279 l\u01dd\u0250\u0279n\u01dd\u0279.", - "If you make significant changes, make sure you notify members of the team before making these changes.": "\u0197\u025f \u028e\u00f8n \u026f\u0250\u029e\u01dd s\u1d09\u0183n\u1d09\u025f\u1d09\u0254\u0250n\u0287 \u0254\u0265\u0250n\u0183\u01dds, \u026f\u0250\u029e\u01dd sn\u0279\u01dd \u028e\u00f8n n\u00f8\u0287\u1d09\u025f\u028e \u026f\u01dd\u026fb\u01dd\u0279s \u00f8\u025f \u0287\u0265\u01dd \u0287\u01dd\u0250\u026f b\u01dd\u025f\u00f8\u0279\u01dd \u026f\u0250\u029e\u1d09n\u0183 \u0287\u0265\u01dds\u01dd \u0254\u0265\u0250n\u0183\u01dds.", - "If you make this %(xblockType)s visible to learners, learners will be able to see its content after the release date has passed and you have published the unit. Only units that are explicitly hidden from learners will remain hidden after you clear this option for the %(xblockType)s.": "\u0197\u025f \u028e\u00f8n \u026f\u0250\u029e\u01dd \u0287\u0265\u1d09s %(xblockType)s \u028c\u1d09s\u1d09bl\u01dd \u0287\u00f8 l\u01dd\u0250\u0279n\u01dd\u0279s, l\u01dd\u0250\u0279n\u01dd\u0279s \u028d\u1d09ll b\u01dd \u0250bl\u01dd \u0287\u00f8 s\u01dd\u01dd \u1d09\u0287s \u0254\u00f8n\u0287\u01ddn\u0287 \u0250\u025f\u0287\u01dd\u0279 \u0287\u0265\u01dd \u0279\u01ddl\u01dd\u0250s\u01dd d\u0250\u0287\u01dd \u0265\u0250s d\u0250ss\u01ddd \u0250nd \u028e\u00f8n \u0265\u0250\u028c\u01dd dnbl\u1d09s\u0265\u01ddd \u0287\u0265\u01dd nn\u1d09\u0287. \u00d8nl\u028e nn\u1d09\u0287s \u0287\u0265\u0250\u0287 \u0250\u0279\u01dd \u01ddxdl\u1d09\u0254\u1d09\u0287l\u028e \u0265\u1d09dd\u01ddn \u025f\u0279\u00f8\u026f l\u01dd\u0250\u0279n\u01dd\u0279s \u028d\u1d09ll \u0279\u01dd\u026f\u0250\u1d09n \u0265\u1d09dd\u01ddn \u0250\u025f\u0287\u01dd\u0279 \u028e\u00f8n \u0254l\u01dd\u0250\u0279 \u0287\u0265\u1d09s \u00f8d\u0287\u1d09\u00f8n \u025f\u00f8\u0279 \u0287\u0265\u01dd %(xblockType)s.", - "If you proceed, you will be unable to use this account to take courses on the edX app, edx.org, or any other site hosted by edX. This includes access to edx.org from your employer\u2019s or university\u2019s system and access to private sites offered by MIT Open Learning, Wharton Executive Education, and Harvard Medical School.": "\u0197\u025f \u028e\u00f8n d\u0279\u00f8\u0254\u01dd\u01ddd, \u028e\u00f8n \u028d\u1d09ll b\u01dd nn\u0250bl\u01dd \u0287\u00f8 ns\u01dd \u0287\u0265\u1d09s \u0250\u0254\u0254\u00f8nn\u0287 \u0287\u00f8 \u0287\u0250\u029e\u01dd \u0254\u00f8n\u0279s\u01dds \u00f8n \u0287\u0265\u01dd \u01dddX \u0250dd, \u01dddx.\u00f8\u0279\u0183, \u00f8\u0279 \u0250n\u028e \u00f8\u0287\u0265\u01dd\u0279 s\u1d09\u0287\u01dd \u0265\u00f8s\u0287\u01ddd b\u028e \u01dddX. \u0166\u0265\u1d09s \u1d09n\u0254lnd\u01dds \u0250\u0254\u0254\u01ddss \u0287\u00f8 \u01dddx.\u00f8\u0279\u0183 \u025f\u0279\u00f8\u026f \u028e\u00f8n\u0279 \u01dd\u026fdl\u00f8\u028e\u01dd\u0279\u2019s \u00f8\u0279 nn\u1d09\u028c\u01dd\u0279s\u1d09\u0287\u028e\u2019s s\u028es\u0287\u01dd\u026f \u0250nd \u0250\u0254\u0254\u01ddss \u0287\u00f8 d\u0279\u1d09\u028c\u0250\u0287\u01dd s\u1d09\u0287\u01dds \u00f8\u025f\u025f\u01dd\u0279\u01ddd b\u028e M\u0197\u0166 \u00d8d\u01ddn \u0141\u01dd\u0250\u0279n\u1d09n\u0183, W\u0265\u0250\u0279\u0287\u00f8n \u0246x\u01dd\u0254n\u0287\u1d09\u028c\u01dd \u0246dn\u0254\u0250\u0287\u1d09\u00f8n, \u0250nd \u0126\u0250\u0279\u028c\u0250\u0279d M\u01ddd\u1d09\u0254\u0250l S\u0254\u0265\u00f8\u00f8l.", - "If you remove this transcript, the transcript will not be available for any components that use this video.": "\u0197\u025f \u028e\u00f8n \u0279\u01dd\u026f\u00f8\u028c\u01dd \u0287\u0265\u1d09s \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287, \u0287\u0265\u01dd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u028d\u1d09ll n\u00f8\u0287 b\u01dd \u0250\u028c\u0250\u1d09l\u0250bl\u01dd \u025f\u00f8\u0279 \u0250n\u028e \u0254\u00f8\u026fd\u00f8n\u01ddn\u0287s \u0287\u0265\u0250\u0287 ns\u01dd \u0287\u0265\u1d09s \u028c\u1d09d\u01dd\u00f8.", - "If you remove this transcript, the transcript will not be available for this component.": "\u0197\u025f \u028e\u00f8n \u0279\u01dd\u026f\u00f8\u028c\u01dd \u0287\u0265\u1d09s \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287, \u0287\u0265\u01dd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u028d\u1d09ll n\u00f8\u0287 b\u01dd \u0250\u028c\u0250\u1d09l\u0250bl\u01dd \u025f\u00f8\u0279 \u0287\u0265\u1d09s \u0254\u00f8\u026fd\u00f8n\u01ddn\u0287.", - "If you select an option other than \"%(hide_label)s\", published units in this subsection become available to learners unless they are explicitly hidden.": "\u0197\u025f \u028e\u00f8n s\u01ddl\u01dd\u0254\u0287 \u0250n \u00f8d\u0287\u1d09\u00f8n \u00f8\u0287\u0265\u01dd\u0279 \u0287\u0265\u0250n \"%(hide_label)s\", dnbl\u1d09s\u0265\u01ddd nn\u1d09\u0287s \u1d09n \u0287\u0265\u1d09s snbs\u01dd\u0254\u0287\u1d09\u00f8n b\u01dd\u0254\u00f8\u026f\u01dd \u0250\u028c\u0250\u1d09l\u0250bl\u01dd \u0287\u00f8 l\u01dd\u0250\u0279n\u01dd\u0279s nnl\u01ddss \u0287\u0265\u01dd\u028e \u0250\u0279\u01dd \u01ddxdl\u1d09\u0254\u1d09\u0287l\u028e \u0265\u1d09dd\u01ddn.", - "If you still wish to continue and delete your account, please enter your account password:": "\u0197\u025f \u028e\u00f8n s\u0287\u1d09ll \u028d\u1d09s\u0265 \u0287\u00f8 \u0254\u00f8n\u0287\u1d09nn\u01dd \u0250nd d\u01ddl\u01dd\u0287\u01dd \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287, dl\u01dd\u0250s\u01dd \u01ddn\u0287\u01dd\u0279 \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287 d\u0250ss\u028d\u00f8\u0279d:", - "If you use the Advanced Editor, this problem will be converted to XML and you will not be able to return to the Simple Editor Interface.\n\nProceed to the Advanced Editor and convert this problem to XML?": "\u0197\u025f \u028e\u00f8n ns\u01dd \u0287\u0265\u01dd \u023ad\u028c\u0250n\u0254\u01ddd \u0246d\u1d09\u0287\u00f8\u0279, \u0287\u0265\u1d09s d\u0279\u00f8bl\u01dd\u026f \u028d\u1d09ll b\u01dd \u0254\u00f8n\u028c\u01dd\u0279\u0287\u01ddd \u0287\u00f8 XM\u0141 \u0250nd \u028e\u00f8n \u028d\u1d09ll n\u00f8\u0287 b\u01dd \u0250bl\u01dd \u0287\u00f8 \u0279\u01dd\u0287n\u0279n \u0287\u00f8 \u0287\u0265\u01dd S\u1d09\u026fdl\u01dd \u0246d\u1d09\u0287\u00f8\u0279 \u0197n\u0287\u01dd\u0279\u025f\u0250\u0254\u01dd.\n\n\u2c63\u0279\u00f8\u0254\u01dd\u01ddd \u0287\u00f8 \u0287\u0265\u01dd \u023ad\u028c\u0250n\u0254\u01ddd \u0246d\u1d09\u0287\u00f8\u0279 \u0250nd \u0254\u00f8n\u028c\u01dd\u0279\u0287 \u0287\u0265\u1d09s d\u0279\u00f8bl\u01dd\u026f \u0287\u00f8 XM\u0141?", - "Ignore": "\u0197\u0183n\u00f8\u0279\u01dd", - "Ignore all": "\u0197\u0183n\u00f8\u0279\u01dd \u0250ll", - "Image": "\u0197\u026f\u0250\u0183\u01dd", - "Image (Ctrl+G)": "\u0197\u026f\u0250\u0183\u01dd (\u023b\u0287\u0279l+\u01e4)", - "Image Description": "\u0197\u026f\u0250\u0183\u01dd \u0110\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n", - "Image Upload Error": "\u0197\u026f\u0250\u0183\u01dd \u0244dl\u00f8\u0250d \u0246\u0279\u0279\u00f8\u0279", - "Image description": "\u0197\u026f\u0250\u0183\u01dd d\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n", - "Image must be in PNG format": "\u0197\u026f\u0250\u0183\u01dd \u026fns\u0287 b\u01dd \u1d09n \u2c63N\u01e4 \u025f\u00f8\u0279\u026f\u0250\u0287", - "Image must be in PNG format.": "\u0197\u026f\u0250\u0183\u01dd \u026fns\u0287 b\u01dd \u1d09n \u2c63N\u01e4 \u025f\u00f8\u0279\u026f\u0250\u0287.", - "Image upload failed": "\u0197\u026f\u0250\u0183\u01dd ndl\u00f8\u0250d \u025f\u0250\u1d09l\u01ddd", - "Image upload failed. ": "\u0197\u026f\u0250\u0183\u01dd ndl\u00f8\u0250d \u025f\u0250\u1d09l\u01ddd. ", - "Import YouTube Transcript": "\u0197\u026fd\u00f8\u0279\u0287 \u024e\u00f8n\u0166nb\u01dd \u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287", - "In Progress": "\u0197n \u2c63\u0279\u00f8\u0183\u0279\u01ddss", - "In the {linkStart}Course Outline{linkEnd}, use this group to control access to a component.": "\u0197n \u0287\u0265\u01dd {linkStart}\u023b\u00f8n\u0279s\u01dd \u00d8n\u0287l\u1d09n\u01dd{linkEnd}, ns\u01dd \u0287\u0265\u1d09s \u0183\u0279\u00f8nd \u0287\u00f8 \u0254\u00f8n\u0287\u0279\u00f8l \u0250\u0254\u0254\u01ddss \u0287\u00f8 \u0250 \u0254\u00f8\u026fd\u00f8n\u01ddn\u0287.", - "Incorrect url format.": "\u0197n\u0254\u00f8\u0279\u0279\u01dd\u0254\u0287 n\u0279l \u025f\u00f8\u0279\u026f\u0250\u0287.", - "Increase indent": "\u0197n\u0254\u0279\u01dd\u0250s\u01dd \u1d09nd\u01ddn\u0287", - "Individual Exceptions": "\u0197nd\u1d09\u028c\u1d09dn\u0250l \u0246x\u0254\u01ddd\u0287\u1d09\u00f8ns", - "Inheriting Student Visibility": "\u0197n\u0265\u01dd\u0279\u1d09\u0287\u1d09n\u0183 S\u0287nd\u01ddn\u0287 V\u1d09s\u1d09b\u1d09l\u1d09\u0287\u028e", - "Inline": "\u0197nl\u1d09n\u01dd", - "Insert": "\u0197ns\u01dd\u0279\u0287", - "Insert Hyperlink": "\u0197ns\u01dd\u0279\u0287 \u0126\u028ed\u01dd\u0279l\u1d09n\u029e", - "Insert Image (upload file or type URL)": "\u0197ns\u01dd\u0279\u0287 \u0197\u026f\u0250\u0183\u01dd (ndl\u00f8\u0250d \u025f\u1d09l\u01dd \u00f8\u0279 \u0287\u028ed\u01dd \u0244\u024c\u0141)", - "Insert column after": "\u0197ns\u01dd\u0279\u0287 \u0254\u00f8ln\u026fn \u0250\u025f\u0287\u01dd\u0279", - "Insert column before": "\u0197ns\u01dd\u0279\u0287 \u0254\u00f8ln\u026fn b\u01dd\u025f\u00f8\u0279\u01dd", - "Insert date/time": "\u0197ns\u01dd\u0279\u0287 d\u0250\u0287\u01dd/\u0287\u1d09\u026f\u01dd", - "Insert image": "\u0197ns\u01dd\u0279\u0287 \u1d09\u026f\u0250\u0183\u01dd", - "Insert link": "\u0197ns\u01dd\u0279\u0287 l\u1d09n\u029e", - "Insert row after": "\u0197ns\u01dd\u0279\u0287 \u0279\u00f8\u028d \u0250\u025f\u0287\u01dd\u0279", - "Insert row before": "\u0197ns\u01dd\u0279\u0287 \u0279\u00f8\u028d b\u01dd\u025f\u00f8\u0279\u01dd", - "Insert table": "\u0197ns\u01dd\u0279\u0287 \u0287\u0250bl\u01dd", - "Insert template": "\u0197ns\u01dd\u0279\u0287 \u0287\u01dd\u026fdl\u0250\u0287\u01dd", - "Insert video": "\u0197ns\u01dd\u0279\u0287 \u028c\u1d09d\u01dd\u00f8", - "Insert/Edit Image": "\u0197ns\u01dd\u0279\u0287/\u0246d\u1d09\u0287 \u0197\u026f\u0250\u0183\u01dd", - "Insert/edit image": "\u0197ns\u01dd\u0279\u0287/\u01ddd\u1d09\u0287 \u1d09\u026f\u0250\u0183\u01dd", - "Insert/edit link": "\u0197ns\u01dd\u0279\u0287/\u01ddd\u1d09\u0287 l\u1d09n\u029e", - "Insert/edit video": "\u0197ns\u01dd\u0279\u0287/\u01ddd\u1d09\u0287 \u028c\u1d09d\u01dd\u00f8", - "Instructor Biography": "\u0197ns\u0287\u0279n\u0254\u0287\u00f8\u0279 \u0243\u1d09\u00f8\u0183\u0279\u0250d\u0265\u028e", - "Instructor Name": "\u0197ns\u0287\u0279n\u0254\u0287\u00f8\u0279 N\u0250\u026f\u01dd", - "Instructor Photo": "\u0197ns\u0287\u0279n\u0254\u0287\u00f8\u0279 \u2c63\u0265\u00f8\u0287\u00f8", - "Instructor Photo URL": "\u0197ns\u0287\u0279n\u0254\u0287\u00f8\u0279 \u2c63\u0265\u00f8\u0287\u00f8 \u0244\u024c\u0141", - "Instructor Title": "\u0197ns\u0287\u0279n\u0254\u0287\u00f8\u0279 \u0166\u1d09\u0287l\u01dd", - "Instructor tools": "\u0197ns\u0287\u0279n\u0254\u0287\u00f8\u0279 \u0287\u00f8\u00f8ls", - "Internal Server Error.": "\u0197n\u0287\u01dd\u0279n\u0250l S\u01dd\u0279\u028c\u01dd\u0279 \u0246\u0279\u0279\u00f8\u0279.", - "Introduction to Cookie Baking": "\u0197n\u0287\u0279\u00f8dn\u0254\u0287\u1d09\u00f8n \u0287\u00f8 \u023b\u00f8\u00f8\u029e\u1d09\u01dd \u0243\u0250\u029e\u1d09n\u0183", - "Invalid email address: {email}": "\u0197n\u028c\u0250l\u1d09d \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss: {email}", - "Invalidate Certificate": "\u0197n\u028c\u0250l\u1d09d\u0250\u0287\u01dd \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd", - "Invalidated": "\u0197n\u028c\u0250l\u1d09d\u0250\u0287\u01ddd", - "Invalidated By": "\u0197n\u028c\u0250l\u1d09d\u0250\u0287\u01ddd \u0243\u028e", - "Is Visible To:": "\u0197s V\u1d09s\u1d09bl\u01dd \u0166\u00f8:", - "Is this OK?": "\u0197s \u0287\u0265\u1d09s \u00d8\ua740?", - "Is your name on your ID readable?": "\u0197s \u028e\u00f8n\u0279 n\u0250\u026f\u01dd \u00f8n \u028e\u00f8n\u0279 \u0197\u0110 \u0279\u01dd\u0250d\u0250bl\u01dd?", - "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "\u0197\u0287 \u1d09s s\u0287\u0279\u00f8n\u0183l\u028e \u0279\u01dd\u0254\u00f8\u026f\u026f\u01ddnd\u01ddd \u0287\u0265\u0250\u0287 \u028e\u00f8n \u1d09n\u0254lnd\u01dd \u025f\u00f8n\u0279 \u00f8\u0279 \u025f\u01dd\u028d\u01dd\u0279 s\u1d09\u0183n\u0250\u0287\u00f8\u0279\u1d09\u01dds. \u0197\u025f \u028e\u00f8n \u1d09n\u0254lnd\u01dd \u0250dd\u1d09\u0287\u1d09\u00f8n\u0250l s\u1d09\u0183n\u0250\u0287\u00f8\u0279\u1d09\u01dds, d\u0279\u01dd\u028c\u1d09\u01dd\u028d \u0287\u0265\u01dd \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u1d09n \u2c63\u0279\u1d09n\u0287 V\u1d09\u01dd\u028d \u0287\u00f8 \u01ddnsn\u0279\u01dd \u0287\u0265\u01dd \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u028d\u1d09ll d\u0279\u1d09n\u0287 \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287l\u028e \u00f8n \u00f8n\u01dd d\u0250\u0183\u01dd.", - "Italic": "\u0197\u0287\u0250l\u1d09\u0254", - "Italic (Ctrl+I)": "\u0197\u0287\u0250l\u1d09\u0254 (\u023b\u0287\u0279l+\u0197)", - "Join Team": "\u0248\u00f8\u1d09n \u0166\u01dd\u0250\u026f", - "Joined": "\u0248\u00f8\u1d09n\u01ddd", - "Joined %(date)s": "\u0248\u00f8\u1d09n\u01ddd %(date)s", - "Joined Date": "\u0248\u00f8\u1d09n\u01ddd \u0110\u0250\u0287\u01dd", - "Justify": "\u0248ns\u0287\u1d09\u025f\u028e", - "KB": "\ua740\u0243", - "Key should only contain letters, numbers, _, or -": "\ua740\u01dd\u028e s\u0265\u00f8nld \u00f8nl\u028e \u0254\u00f8n\u0287\u0250\u1d09n l\u01dd\u0287\u0287\u01dd\u0279s, nn\u026fb\u01dd\u0279s, _, \u00f8\u0279 -", - "Keywords": "\ua740\u01dd\u028e\u028d\u00f8\u0279ds", - "LEARN MORE": "\u0141\u0246\u023a\u024cN M\u00d8\u024c\u0246", - "Language": "\u0141\u0250n\u0183n\u0250\u0183\u01dd", - "Large": "\u0141\u0250\u0279\u0183\u01dd", - "Last Activity %(date)s": "\u0141\u0250s\u0287 \u023a\u0254\u0287\u1d09\u028c\u1d09\u0287\u028e %(date)s", - "Last Edited:": "\u0141\u0250s\u0287 \u0246d\u1d09\u0287\u01ddd:", - "Last Updated": "\u0141\u0250s\u0287 \u0244dd\u0250\u0287\u01ddd", - "Last activity %(date)s": "\u0141\u0250s\u0287 \u0250\u0254\u0287\u1d09\u028c\u1d09\u0287\u028e %(date)s", - "Last modified by": "\u0141\u0250s\u0287 \u026f\u00f8d\u1d09\u025f\u1d09\u01ddd b\u028e", - "Last published %(last_published_date)s by %(publish_username)s": "\u0141\u0250s\u0287 dnbl\u1d09s\u0265\u01ddd %(last_published_date)s b\u028e %(publish_username)s", - "Last published {lastPublishedStart}{publishedOn}{lastPublishedEnd} by {publishedByStart}{publishedBy}{publishedByEnd}": "\u0141\u0250s\u0287 dnbl\u1d09s\u0265\u01ddd {lastPublishedStart}{publishedOn}{lastPublishedEnd} b\u028e {publishedByStart}{publishedBy}{publishedByEnd}", - "Last updated": "\u0141\u0250s\u0287 ndd\u0250\u0287\u01ddd", - "Learn More": "\u0141\u01dd\u0250\u0279n M\u00f8\u0279\u01dd", - "Learn more about {license_name}": "\u0141\u01dd\u0250\u0279n \u026f\u00f8\u0279\u01dd \u0250b\u00f8n\u0287 {license_name}", - "Learners are added to this cohort automatically.": "\u0141\u01dd\u0250\u0279n\u01dd\u0279s \u0250\u0279\u01dd \u0250dd\u01ddd \u0287\u00f8 \u0287\u0265\u1d09s \u0254\u00f8\u0265\u00f8\u0279\u0287 \u0250n\u0287\u00f8\u026f\u0250\u0287\u1d09\u0254\u0250ll\u028e.", - "Learners are added to this cohort only when you provide their email addresses or usernames on this page.": "\u0141\u01dd\u0250\u0279n\u01dd\u0279s \u0250\u0279\u01dd \u0250dd\u01ddd \u0287\u00f8 \u0287\u0265\u1d09s \u0254\u00f8\u0265\u00f8\u0279\u0287 \u00f8nl\u028e \u028d\u0265\u01ddn \u028e\u00f8n d\u0279\u00f8\u028c\u1d09d\u01dd \u0287\u0265\u01dd\u1d09\u0279 \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss\u01dds \u00f8\u0279 ns\u01dd\u0279n\u0250\u026f\u01dds \u00f8n \u0287\u0265\u1d09s d\u0250\u0183\u01dd.", - "Learners do not see the subsection in the course outline. The subsection is not included in grade calculations.": "\u0141\u01dd\u0250\u0279n\u01dd\u0279s d\u00f8 n\u00f8\u0287 s\u01dd\u01dd \u0287\u0265\u01dd snbs\u01dd\u0254\u0287\u1d09\u00f8n \u1d09n \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd \u00f8n\u0287l\u1d09n\u01dd. \u0166\u0265\u01dd snbs\u01dd\u0254\u0287\u1d09\u00f8n \u1d09s n\u00f8\u0287 \u1d09n\u0254lnd\u01ddd \u1d09n \u0183\u0279\u0250d\u01dd \u0254\u0250l\u0254nl\u0250\u0287\u1d09\u00f8ns.", - "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the course end date has passed.": "\u0141\u01dd\u0250\u0279n\u01dd\u0279s d\u00f8 n\u00f8\u0287 s\u01dd\u01dd \u028d\u0265\u01dd\u0287\u0265\u01dd\u0279 \u0287\u0265\u01dd\u1d09\u0279 \u0250ns\u028d\u01dd\u0279s \u0287\u00f8 \u0250ss\u01ddss\u026f\u01ddn\u0287s \u028d\u01dd\u0279\u01dd \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287 \u00f8\u0279 \u1d09n\u0254\u00f8\u0279\u0279\u01dd\u0254\u0287, n\u00f8\u0279 \u0287\u0265\u01dd s\u0254\u00f8\u0279\u01dd \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01ddd, nn\u0287\u1d09l \u0250\u025f\u0287\u01dd\u0279 \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd \u01ddnd d\u0250\u0287\u01dd \u0265\u0250s d\u0250ss\u01ddd.", - "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the due date for the subsection has passed.": "\u0141\u01dd\u0250\u0279n\u01dd\u0279s d\u00f8 n\u00f8\u0287 s\u01dd\u01dd \u028d\u0265\u01dd\u0287\u0265\u01dd\u0279 \u0287\u0265\u01dd\u1d09\u0279 \u0250ns\u028d\u01dd\u0279s \u0287\u00f8 \u0250ss\u01ddss\u026f\u01ddn\u0287s \u028d\u01dd\u0279\u01dd \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287 \u00f8\u0279 \u1d09n\u0254\u00f8\u0279\u0279\u01dd\u0254\u0287, n\u00f8\u0279 \u0287\u0265\u01dd s\u0254\u00f8\u0279\u01dd \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01ddd, nn\u0287\u1d09l \u0250\u025f\u0287\u01dd\u0279 \u0287\u0265\u01dd dn\u01dd d\u0250\u0287\u01dd \u025f\u00f8\u0279 \u0287\u0265\u01dd snbs\u01dd\u0254\u0287\u1d09\u00f8n \u0265\u0250s d\u0250ss\u01ddd.", - "Learners never see whether their answers to assessments are correct or incorrect, nor the score received.": "\u0141\u01dd\u0250\u0279n\u01dd\u0279s n\u01dd\u028c\u01dd\u0279 s\u01dd\u01dd \u028d\u0265\u01dd\u0287\u0265\u01dd\u0279 \u0287\u0265\u01dd\u1d09\u0279 \u0250ns\u028d\u01dd\u0279s \u0287\u00f8 \u0250ss\u01ddss\u026f\u01ddn\u0287s \u0250\u0279\u01dd \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287 \u00f8\u0279 \u1d09n\u0254\u00f8\u0279\u0279\u01dd\u0254\u0287, n\u00f8\u0279 \u0287\u0265\u01dd s\u0254\u00f8\u0279\u01dd \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01ddd.", - "Learners see the published subsection and can access its content.": "\u0141\u01dd\u0250\u0279n\u01dd\u0279s s\u01dd\u01dd \u0287\u0265\u01dd dnbl\u1d09s\u0265\u01ddd snbs\u01dd\u0254\u0287\u1d09\u00f8n \u0250nd \u0254\u0250n \u0250\u0254\u0254\u01ddss \u1d09\u0287s \u0254\u00f8n\u0287\u01ddn\u0287.", - "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "\u0141\u01dd\u0250\u0279n\u01dd\u0279s \u028d\u0265\u00f8 \u0279\u01ddbn\u1d09\u0279\u01dd \u028c\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n \u026fns\u0287 d\u0250ss \u0287\u0265\u01dd s\u01ddl\u01dd\u0254\u0287\u01ddd \u0254\u0265\u01dd\u0254\u029ed\u00f8\u1d09n\u0287 \u0287\u00f8 s\u01dd\u01dd \u0287\u0265\u01dd \u0254\u00f8n\u0287\u01ddn\u0287 \u1d09n \u0287\u0265\u1d09s nn\u1d09\u0287. \u0141\u01dd\u0250\u0279n\u01dd\u0279s \u028d\u0265\u00f8 d\u00f8 n\u00f8\u0287 \u0279\u01ddbn\u1d09\u0279\u01dd \u028c\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n s\u01dd\u01dd \u0287\u0265\u1d09s \u0254\u00f8n\u0287\u01ddn\u0287 b\u028e d\u01dd\u025f\u0250nl\u0287.", - "Learning Outcome": "\u0141\u01dd\u0250\u0279n\u1d09n\u0183 \u00d8n\u0287\u0254\u00f8\u026f\u01dd", - "Leave Current Session": "\u0141\u01dd\u0250\u028c\u01dd \u023bn\u0279\u0279\u01ddn\u0287 S\u01ddss\u1d09\u00f8n", - "Leave Team": "\u0141\u01dd\u0250\u028c\u01dd \u0166\u01dd\u0250\u026f", - "Leave the current session and decide later": "\u0141\u01dd\u0250\u028c\u01dd \u0287\u0265\u01dd \u0254n\u0279\u0279\u01ddn\u0287 s\u01ddss\u1d09\u00f8n \u0250nd d\u01dd\u0254\u1d09d\u01dd l\u0250\u0287\u01dd\u0279", - "Leave this team?": "\u0141\u01dd\u0250\u028c\u01dd \u0287\u0265\u1d09s \u0287\u01dd\u0250\u026f?", - "Left": "\u0141\u01dd\u025f\u0287", - "Left to right": "\u0141\u01dd\u025f\u0287 \u0287\u00f8 \u0279\u1d09\u0183\u0265\u0287", - "Legal name": "\u0141\u01dd\u0183\u0250l n\u0250\u026f\u01dd", - "Less": "\u0141\u01ddss", - "Library User": "\u0141\u1d09b\u0279\u0250\u0279\u028e \u0244s\u01dd\u0279", - "License Display": "\u0141\u1d09\u0254\u01ddns\u01dd \u0110\u1d09sdl\u0250\u028e", - "License Type": "\u0141\u1d09\u0254\u01ddns\u01dd \u0166\u028ed\u01dd", - "Limit Access": "\u0141\u1d09\u026f\u1d09\u0287 \u023a\u0254\u0254\u01ddss", - "Limited Profile": "\u0141\u1d09\u026f\u1d09\u0287\u01ddd \u2c63\u0279\u00f8\u025f\u1d09l\u01dd", - "Link Description": "\u0141\u1d09n\u029e \u0110\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n", - "Link Your Account": "\u0141\u1d09n\u029e \u024e\u00f8n\u0279 \u023a\u0254\u0254\u00f8nn\u0287", - "Link types should be unique.": "\u0141\u1d09n\u029e \u0287\u028ed\u01dds s\u0265\u00f8nld b\u01dd nn\u1d09bn\u01dd.", - "Link your {accountName} account": "\u0141\u1d09n\u029e \u028e\u00f8n\u0279 {accountName} \u0250\u0254\u0254\u00f8nn\u0287", - "Link your {accountName} account to your {platformName} account and use {accountName} to sign in to {platformName}.": "\u0141\u1d09n\u029e \u028e\u00f8n\u0279 {accountName} \u0250\u0254\u0254\u00f8nn\u0287 \u0287\u00f8 \u028e\u00f8n\u0279 {platformName} \u0250\u0254\u0254\u00f8nn\u0287 \u0250nd ns\u01dd {accountName} \u0287\u00f8 s\u1d09\u0183n \u1d09n \u0287\u00f8 {platformName}.", - "Linked Accounts": "\u0141\u1d09n\u029e\u01ddd \u023a\u0254\u0254\u00f8nn\u0287s", - "Linking": "\u0141\u1d09n\u029e\u1d09n\u0183", - "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "\u0141\u1d09n\u029es \u0250\u0279\u01dd \u0183\u01ddn\u01dd\u0279\u0250\u0287\u01ddd \u00f8n d\u01dd\u026f\u0250nd \u0250nd \u01ddxd\u1d09\u0279\u01dd \u028d\u1d09\u0287\u0265\u1d09n 5 \u026f\u1d09nn\u0287\u01dds dn\u01dd \u0287\u00f8 \u0287\u0265\u01dd s\u01ddns\u1d09\u0287\u1d09\u028c\u01dd n\u0250\u0287n\u0279\u01dd \u00f8\u025f s\u0287nd\u01ddn\u0287 \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n.", - "Links should be unique.": "\u0141\u1d09n\u029es s\u0265\u00f8nld b\u01dd nn\u1d09bn\u01dd.", - "List item": "\u0141\u1d09s\u0287 \u1d09\u0287\u01dd\u026f", - "List of uploaded files and assets in this course": "\u0141\u1d09s\u0287 \u00f8\u025f ndl\u00f8\u0250d\u01ddd \u025f\u1d09l\u01dds \u0250nd \u0250ss\u01dd\u0287s \u1d09n \u0287\u0265\u1d09s \u0254\u00f8n\u0279s\u01dd", - "Live view of webcam": "\u0141\u1d09\u028c\u01dd \u028c\u1d09\u01dd\u028d \u00f8\u025f \u028d\u01ddb\u0254\u0250\u026f", - "Load Another File": "\u0141\u00f8\u0250d \u023an\u00f8\u0287\u0265\u01dd\u0279 F\u1d09l\u01dd", - "Load all responses": "\u0141\u00f8\u0250d \u0250ll \u0279\u01ddsd\u00f8ns\u01dds", - "Load next {numResponses} responses": "\u0141\u00f8\u0250d n\u01ddx\u0287 {numResponses} \u0279\u01ddsd\u00f8ns\u01dds", + ], + "Course Content": "\u023b\u00f8n\u0279s\u01dd \u023b\u00f8n\u0287\u01ddn\u0287", + "Course Credit Requirements": "\u023b\u00f8n\u0279s\u01dd \u023b\u0279\u01ddd\u1d09\u0287 \u024c\u01ddbn\u1d09\u0279\u01dd\u026f\u01ddn\u0287s", + "Course End": "\u023b\u00f8n\u0279s\u01dd \u0246nd", + "Course Handouts": "\u023b\u00f8n\u0279s\u01dd \u0126\u0250nd\u00f8n\u0287s", + "Course ID": "\u023b\u00f8n\u0279s\u01dd \u0197\u0110", + "Course Index": "\u023b\u00f8n\u0279s\u01dd \u0197nd\u01ddx", + "Course Key": "\u023b\u00f8n\u0279s\u01dd \ua740\u01dd\u028e", + "Course Name": "\u023b\u00f8n\u0279s\u01dd N\u0250\u026f\u01dd", + "Course Number": "\u023b\u00f8n\u0279s\u01dd Nn\u026fb\u01dd\u0279", + "Course Number Override": "\u023b\u00f8n\u0279s\u01dd Nn\u026fb\u01dd\u0279 \u00d8\u028c\u01dd\u0279\u0279\u1d09d\u01dd", + "Course Number:": "\u023b\u00f8n\u0279s\u01dd Nn\u026fb\u01dd\u0279:", + "Course Outline": "\u023b\u00f8n\u0279s\u01dd \u00d8n\u0287l\u1d09n\u01dd", + "Course Run:": "\u023b\u00f8n\u0279s\u01dd \u024cnn:", + "Course Start": "\u023b\u00f8n\u0279s\u01dd S\u0287\u0250\u0279\u0287", + "Course Title": "\u023b\u00f8n\u0279s\u01dd \u0166\u1d09\u0287l\u01dd", + "Course Title Override": "\u023b\u00f8n\u0279s\u01dd \u0166\u1d09\u0287l\u01dd \u00d8\u028c\u01dd\u0279\u0279\u1d09d\u01dd", + "Course Video Settings": "\u023b\u00f8n\u0279s\u01dd V\u1d09d\u01dd\u00f8 S\u01dd\u0287\u0287\u1d09n\u0183s", + "Course is not yet visible to students.": "\u023b\u00f8n\u0279s\u01dd \u1d09s n\u00f8\u0287 \u028e\u01dd\u0287 \u028c\u1d09s\u1d09bl\u01dd \u0287\u00f8 s\u0287nd\u01ddn\u0287s.", + "Course pacing cannot be changed once a course has started.": "\u023b\u00f8n\u0279s\u01dd d\u0250\u0254\u1d09n\u0183 \u0254\u0250nn\u00f8\u0287 b\u01dd \u0254\u0265\u0250n\u0183\u01ddd \u00f8n\u0254\u01dd \u0250 \u0254\u00f8n\u0279s\u01dd \u0265\u0250s s\u0287\u0250\u0279\u0287\u01ddd.", + "Course title": "\u023b\u00f8n\u0279s\u01dd \u0287\u1d09\u0287l\u01dd", + "Course-Wide Discussion Topics": "\u023b\u00f8n\u0279s\u01dd-W\u1d09d\u01dd \u0110\u1d09s\u0254nss\u1d09\u00f8n \u0166\u00f8d\u1d09\u0254s", + "Create": "\u023b\u0279\u01dd\u0250\u0287\u01dd", + "Create Account": "\u023b\u0279\u01dd\u0250\u0287\u01dd \u023a\u0254\u0254\u00f8nn\u0287", + "Create Re-run": "\u023b\u0279\u01dd\u0250\u0287\u01dd \u024c\u01dd-\u0279nn", + "Create a New Team": "\u023b\u0279\u01dd\u0250\u0287\u01dd \u0250 N\u01dd\u028d \u0166\u01dd\u0250\u026f", + "Create a content group": "\u023b\u0279\u01dd\u0250\u0287\u01dd \u0250 \u0254\u00f8n\u0287\u01ddn\u0287 \u0183\u0279\u00f8nd", + "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "\u023b\u0279\u01dd\u0250\u0287\u01dd \u0250 n\u01dd\u028d \u0287\u01dd\u0250\u026f \u1d09\u025f \u028e\u00f8n \u0254\u0250n'\u0287 \u025f\u1d09nd \u0250n \u01ddx\u1d09s\u0287\u1d09n\u0183 \u0287\u01dd\u0250\u026f \u0287\u00f8 \u027e\u00f8\u1d09n, \u00f8\u0279 \u1d09\u025f \u028e\u00f8n \u028d\u00f8nld l\u1d09\u029e\u01dd \u0287\u00f8 l\u01dd\u0250\u0279n \u028d\u1d09\u0287\u0265 \u025f\u0279\u1d09\u01ddnds \u028e\u00f8n \u029en\u00f8\u028d.", + "Create a {link_start}Mozilla Backpack{link_end} account, or log in to your existing account": "\u023b\u0279\u01dd\u0250\u0287\u01dd \u0250 {link_start}M\u00f8z\u1d09ll\u0250 \u0243\u0250\u0254\u029ed\u0250\u0254\u029e{link_end} \u0250\u0254\u0254\u00f8nn\u0287, \u00f8\u0279 l\u00f8\u0183 \u1d09n \u0287\u00f8 \u028e\u00f8n\u0279 \u01ddx\u1d09s\u0287\u1d09n\u0183 \u0250\u0254\u0254\u00f8nn\u0287", + "Create account using %(providerName)s.": "\u023b\u0279\u01dd\u0250\u0287\u01dd \u0250\u0254\u0254\u00f8nn\u0287 ns\u1d09n\u0183 %(providerName)s.", + "Create an Account": "\u023b\u0279\u01dd\u0250\u0287\u01dd \u0250n \u023a\u0254\u0254\u00f8nn\u0287", + "Create an Account.": "\u023b\u0279\u01dd\u0250\u0287\u01dd \u0250n \u023a\u0254\u0254\u00f8nn\u0287.", + "Create an account using": "\u023b\u0279\u01dd\u0250\u0287\u01dd \u0250n \u0250\u0254\u0254\u00f8nn\u0287 ns\u1d09n\u0183", + "Create team.": "\u023b\u0279\u01dd\u0250\u0287\u01dd \u0287\u01dd\u0250\u026f.", + "Creating missing groups": "\u023b\u0279\u01dd\u0250\u0287\u1d09n\u0183 \u026f\u1d09ss\u1d09n\u0183 \u0183\u0279\u00f8nds", + "Creative Commons": "\u023b\u0279\u01dd\u0250\u0287\u1d09\u028c\u01dd \u023b\u00f8\u026f\u026f\u00f8ns", + "Creative Commons licensed content, with terms as follow:": "\u023b\u0279\u01dd\u0250\u0287\u1d09\u028c\u01dd \u023b\u00f8\u026f\u026f\u00f8ns l\u1d09\u0254\u01ddns\u01ddd \u0254\u00f8n\u0287\u01ddn\u0287, \u028d\u1d09\u0287\u0265 \u0287\u01dd\u0279\u026fs \u0250s \u025f\u00f8ll\u00f8\u028d:", + "Crossed out items have been refunded.": "\u023b\u0279\u00f8ss\u01ddd \u00f8n\u0287 \u1d09\u0287\u01dd\u026fs \u0265\u0250\u028c\u01dd b\u01dd\u01ddn \u0279\u01dd\u025fnnd\u01ddd.", + "Current Role:": "\u023bn\u0279\u0279\u01ddn\u0287 \u024c\u00f8l\u01dd:", + "Current conversation": "\u023bn\u0279\u0279\u01ddn\u0287 \u0254\u00f8n\u028c\u01dd\u0279s\u0250\u0287\u1d09\u00f8n", + "Current enrollment mode:": "\u023bn\u0279\u0279\u01ddn\u0287 \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 \u026f\u00f8d\u01dd:", + "Current location": "\u023bn\u0279\u0279\u01ddn\u0287 l\u00f8\u0254\u0250\u0287\u1d09\u00f8n", + "Current tab": "\u023bn\u0279\u0279\u01ddn\u0287 \u0287\u0250b", + "Currently selected": "\u023bn\u0279\u0279\u01ddn\u0287l\u028e s\u01ddl\u01dd\u0254\u0287\u01ddd", + "Custom color": "\u023bns\u0287\u00f8\u026f \u0254\u00f8l\u00f8\u0279", + "Custom...": "\u023bns\u0287\u00f8\u026f...", + "Cut": "\u023bn\u0287", + "Cut row": "\u023bn\u0287 \u0279\u00f8\u028d", + "Date": "\u0110\u0250\u0287\u01dd", + "Date Added": "\u0110\u0250\u0287\u01dd \u023add\u01ddd", + "Date Joined": "\u0110\u0250\u0287\u01dd \u0248\u00f8\u1d09n\u01ddd", + "Date Placed": "\u0110\u0250\u0287\u01dd \u2c63l\u0250\u0254\u01ddd", + "Date added": "\u0110\u0250\u0287\u01dd \u0250dd\u01ddd", + "Deactivate": "\u0110\u01dd\u0250\u0254\u0287\u1d09\u028c\u0250\u0287\u01dd", + "Deadlines": "\u0110\u01dd\u0250dl\u1d09n\u01dds", + "Decrease indent": "\u0110\u01dd\u0254\u0279\u01dd\u0250s\u01dd \u1d09nd\u01ddn\u0287", + "Default": "\u0110\u01dd\u025f\u0250nl\u0287", + "Default (Local Time Zone)": "\u0110\u01dd\u025f\u0250nl\u0287 (\u0141\u00f8\u0254\u0250l \u0166\u1d09\u026f\u01dd \u01b5\u00f8n\u01dd)", + "Default Timed Transcript": "\u0110\u01dd\u025f\u0250nl\u0287 \u0166\u1d09\u026f\u01ddd \u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287", + "Delete": "\u0110\u01ddl\u01dd\u0287\u01dd", + "Delete \"<%= signatoryName %>\" from the list of signatories?": "\u0110\u01ddl\u01dd\u0287\u01dd \"<%= signatoryName %>\" \u025f\u0279\u00f8\u026f \u0287\u0265\u01dd l\u1d09s\u0287 \u00f8\u025f s\u1d09\u0183n\u0250\u0287\u00f8\u0279\u1d09\u01dds?", + "Delete File Confirmation": "\u0110\u01ddl\u01dd\u0287\u01dd F\u1d09l\u01dd \u023b\u00f8n\u025f\u1d09\u0279\u026f\u0250\u0287\u1d09\u00f8n", + "Delete My Account": "\u0110\u01ddl\u01dd\u0287\u01dd M\u028e \u023a\u0254\u0254\u00f8nn\u0287", + "Delete Page Confirmation": "\u0110\u01ddl\u01dd\u0287\u01dd \u2c63\u0250\u0183\u01dd \u023b\u00f8n\u025f\u1d09\u0279\u026f\u0250\u0287\u1d09\u00f8n", + "Delete Team": "\u0110\u01ddl\u01dd\u0287\u01dd \u0166\u01dd\u0250\u026f", + "Delete column": "\u0110\u01ddl\u01dd\u0287\u01dd \u0254\u00f8ln\u026fn", + "Delete row": "\u0110\u01ddl\u01dd\u0287\u01dd \u0279\u00f8\u028d", + "Delete student '<%- student_id %>'s state on problem '<%- problem_id %>'?": "\u0110\u01ddl\u01dd\u0287\u01dd s\u0287nd\u01ddn\u0287 '<%- student_id %>'s s\u0287\u0250\u0287\u01dd \u00f8n d\u0279\u00f8bl\u01dd\u026f '<%- problem_id %>'?", + "Delete table": "\u0110\u01ddl\u01dd\u0287\u01dd \u0287\u0250bl\u01dd", + "Delete the user, {username}": "\u0110\u01ddl\u01dd\u0287\u01dd \u0287\u0265\u01dd ns\u01dd\u0279, {username}", + "Delete this %(item_display_name)s?": "\u0110\u01ddl\u01dd\u0287\u01dd \u0287\u0265\u1d09s %(item_display_name)s?", + "Delete this asset": "\u0110\u01ddl\u01dd\u0287\u01dd \u0287\u0265\u1d09s \u0250ss\u01dd\u0287", + "Delete this team?": "\u0110\u01ddl\u01dd\u0287\u01dd \u0287\u0265\u1d09s \u0287\u01dd\u0250\u026f?", + "Delete this {xblock_type} (and prerequisite)?": "\u0110\u01ddl\u01dd\u0287\u01dd \u0287\u0265\u1d09s {xblock_type} (\u0250nd d\u0279\u01dd\u0279\u01ddbn\u1d09s\u1d09\u0287\u01dd)?", + "Delete this {xblock_type}?": "\u0110\u01ddl\u01dd\u0287\u01dd \u0287\u0265\u1d09s {xblock_type}?", + "Delete \u201c<%- name %>\u201d?": "\u0110\u01ddl\u01dd\u0287\u01dd \u201c<%- name %>\u201d?", + "Deleted Content Group": "\u0110\u01ddl\u01dd\u0287\u01ddd \u023b\u00f8n\u0287\u01ddn\u0287 \u01e4\u0279\u00f8nd", + "Deleted Group": "\u0110\u01ddl\u01dd\u0287\u01ddd \u01e4\u0279\u00f8nd", + "Deleting": "\u0110\u01ddl\u01dd\u0287\u1d09n\u0183", + "Deleting a team is permanent and cannot be undone.All members are removed from the team, and team discussions can no longer be accessed.": "\u0110\u01ddl\u01dd\u0287\u1d09n\u0183 \u0250 \u0287\u01dd\u0250\u026f \u1d09s d\u01dd\u0279\u026f\u0250n\u01ddn\u0287 \u0250nd \u0254\u0250nn\u00f8\u0287 b\u01dd nnd\u00f8n\u01dd.\u023all \u026f\u01dd\u026fb\u01dd\u0279s \u0250\u0279\u01dd \u0279\u01dd\u026f\u00f8\u028c\u01ddd \u025f\u0279\u00f8\u026f \u0287\u0265\u01dd \u0287\u01dd\u0250\u026f, \u0250nd \u0287\u01dd\u0250\u026f d\u1d09s\u0254nss\u1d09\u00f8ns \u0254\u0250n n\u00f8 l\u00f8n\u0183\u01dd\u0279 b\u01dd \u0250\u0254\u0254\u01ddss\u01ddd.", + "Deleting a textbook cannot be undone and once deleted any reference to it in your courseware's navigation will also be removed.": "\u0110\u01ddl\u01dd\u0287\u1d09n\u0183 \u0250 \u0287\u01ddx\u0287b\u00f8\u00f8\u029e \u0254\u0250nn\u00f8\u0287 b\u01dd nnd\u00f8n\u01dd \u0250nd \u00f8n\u0254\u01dd d\u01ddl\u01dd\u0287\u01ddd \u0250n\u028e \u0279\u01dd\u025f\u01dd\u0279\u01ddn\u0254\u01dd \u0287\u00f8 \u1d09\u0287 \u1d09n \u028e\u00f8n\u0279 \u0254\u00f8n\u0279s\u01dd\u028d\u0250\u0279\u01dd's n\u0250\u028c\u1d09\u0183\u0250\u0287\u1d09\u00f8n \u028d\u1d09ll \u0250ls\u00f8 b\u01dd \u0279\u01dd\u026f\u00f8\u028c\u01ddd.", + "Deleting this %(item_display_name)s is permanent and cannot be undone.": "\u0110\u01ddl\u01dd\u0287\u1d09n\u0183 \u0287\u0265\u1d09s %(item_display_name)s \u1d09s d\u01dd\u0279\u026f\u0250n\u01ddn\u0287 \u0250nd \u0254\u0250nn\u00f8\u0287 b\u01dd nnd\u00f8n\u01dd.", + "Deleting this {xblock_type} is permanent and cannot be undone.": "\u0110\u01ddl\u01dd\u0287\u1d09n\u0183 \u0287\u0265\u1d09s {xblock_type} \u1d09s d\u01dd\u0279\u026f\u0250n\u01ddn\u0287 \u0250nd \u0254\u0250nn\u00f8\u0287 b\u01dd nnd\u00f8n\u01dd.", + "Deprecated": "\u0110\u01ddd\u0279\u01dd\u0254\u0250\u0287\u01ddd", + "Description": "\u0110\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n", + "Description of the certificate": "\u0110\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n \u00f8\u025f \u0287\u0265\u01dd \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd", + "Details": "\u0110\u01dd\u0287\u0250\u1d09ls", + "Dimensions": "\u0110\u1d09\u026f\u01ddns\u1d09\u00f8ns", + "Disc": "\u0110\u1d09s\u0254", + "Discard Changes": "\u0110\u1d09s\u0254\u0250\u0279d \u023b\u0265\u0250n\u0183\u01dds", + "Discarding Changes": "\u0110\u1d09s\u0254\u0250\u0279d\u1d09n\u0183 \u023b\u0265\u0250n\u0183\u01dds", + "Discussion Home": "\u0110\u1d09s\u0254nss\u1d09\u00f8n \u0126\u00f8\u026f\u01dd", + "Discussion topics in the course are not divided.": "\u0110\u1d09s\u0254nss\u1d09\u00f8n \u0287\u00f8d\u1d09\u0254s \u1d09n \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd \u0250\u0279\u01dd n\u00f8\u0287 d\u1d09\u028c\u1d09d\u01ddd.", + "Discussions are unified; all learners interact with posts from other learners, regardless of the group they are in.": "\u0110\u1d09s\u0254nss\u1d09\u00f8ns \u0250\u0279\u01dd nn\u1d09\u025f\u1d09\u01ddd; \u0250ll l\u01dd\u0250\u0279n\u01dd\u0279s \u1d09n\u0287\u01dd\u0279\u0250\u0254\u0287 \u028d\u1d09\u0287\u0265 d\u00f8s\u0287s \u025f\u0279\u00f8\u026f \u00f8\u0287\u0265\u01dd\u0279 l\u01dd\u0250\u0279n\u01dd\u0279s, \u0279\u01dd\u0183\u0250\u0279dl\u01ddss \u00f8\u025f \u0287\u0265\u01dd \u0183\u0279\u00f8nd \u0287\u0265\u01dd\u028e \u0250\u0279\u01dd \u1d09n.", + "Display Name": "\u0110\u1d09sdl\u0250\u028e N\u0250\u026f\u01dd", + "Div": "\u0110\u1d09\u028c", + "Divide the selected content-specific discussion topics": "\u0110\u1d09\u028c\u1d09d\u01dd \u0287\u0265\u01dd s\u01ddl\u01dd\u0254\u0287\u01ddd \u0254\u00f8n\u0287\u01ddn\u0287-sd\u01dd\u0254\u1d09\u025f\u1d09\u0254 d\u1d09s\u0254nss\u1d09\u00f8n \u0287\u00f8d\u1d09\u0254s", + "Divided": "\u0110\u1d09\u028c\u1d09d\u01ddd", + "Do not show again": "\u0110\u00f8 n\u00f8\u0287 s\u0265\u00f8\u028d \u0250\u0183\u0250\u1d09n", + "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "\u0110\u00f8 \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u0250ll\u00f8\u028d \u0287\u0265\u1d09s s\u0287nd\u01ddn\u0287 ('{student_id}') \u0287\u00f8 s\u029e\u1d09d \u0287\u0265\u01dd \u01ddn\u0287\u0279\u0250n\u0254\u01dd \u01ddx\u0250\u026f?", + "Do you want to replace the edX transcript with the YouTube transcript?": "\u0110\u00f8 \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u0279\u01dddl\u0250\u0254\u01dd \u0287\u0265\u01dd \u01dddX \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u028d\u1d09\u0287\u0265 \u0287\u0265\u01dd \u024e\u00f8n\u0166nb\u01dd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287?", + "Document properties": "\u0110\u00f8\u0254n\u026f\u01ddn\u0287 d\u0279\u00f8d\u01dd\u0279\u0287\u1d09\u01dds", + "Does the name on your ID match your account name: %(fullName)s?": "\u0110\u00f8\u01dds \u0287\u0265\u01dd n\u0250\u026f\u01dd \u00f8n \u028e\u00f8n\u0279 \u0197\u0110 \u026f\u0250\u0287\u0254\u0265 \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287 n\u0250\u026f\u01dd: %(fullName)s?", + "Does the photo of you match your ID photo?": "\u0110\u00f8\u01dds \u0287\u0265\u01dd d\u0265\u00f8\u0287\u00f8 \u00f8\u025f \u028e\u00f8n \u026f\u0250\u0287\u0254\u0265 \u028e\u00f8n\u0279 \u0197\u0110 d\u0265\u00f8\u0287\u00f8?", + "Does the photo of you show your whole face?": "\u0110\u00f8\u01dds \u0287\u0265\u01dd d\u0265\u00f8\u0287\u00f8 \u00f8\u025f \u028e\u00f8n s\u0265\u00f8\u028d \u028e\u00f8n\u0279 \u028d\u0265\u00f8l\u01dd \u025f\u0250\u0254\u01dd?", + "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "\u0110\u00f8n'\u0287 s\u01dd\u01dd \u028e\u00f8n\u0279 d\u1d09\u0254\u0287n\u0279\u01dd? M\u0250\u029e\u01dd sn\u0279\u01dd \u0287\u00f8 \u0250ll\u00f8\u028d \u028e\u00f8n\u0279 b\u0279\u00f8\u028ds\u01dd\u0279 \u0287\u00f8 ns\u01dd \u028e\u00f8n\u0279 \u0254\u0250\u026f\u01dd\u0279\u0250 \u028d\u0265\u01ddn \u1d09\u0287 \u0250s\u029es \u025f\u00f8\u0279 d\u01dd\u0279\u026f\u1d09ss\u1d09\u00f8n.", + "Donate": "\u0110\u00f8n\u0250\u0287\u01dd", + "Double-check that your webcam is connected and working to continue.": "\u0110\u00f8nbl\u01dd-\u0254\u0265\u01dd\u0254\u029e \u0287\u0265\u0250\u0287 \u028e\u00f8n\u0279 \u028d\u01ddb\u0254\u0250\u026f \u1d09s \u0254\u00f8nn\u01dd\u0254\u0287\u01ddd \u0250nd \u028d\u00f8\u0279\u029e\u1d09n\u0183 \u0287\u00f8 \u0254\u00f8n\u0287\u1d09nn\u01dd.", + "Download": "\u0110\u00f8\u028dnl\u00f8\u0250d", + "Download Memberships": "\u0110\u00f8\u028dnl\u00f8\u0250d M\u01dd\u026fb\u01dd\u0279s\u0265\u1d09ds", + "Download Transcript for Editing": "\u0110\u00f8\u028dnl\u00f8\u0250d \u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u025f\u00f8\u0279 \u0246d\u1d09\u0287\u1d09n\u0183", + "Download URL": "\u0110\u00f8\u028dnl\u00f8\u0250d \u0244\u024c\u0141", + "Download available encodings (.csv)": "\u0110\u00f8\u028dnl\u00f8\u0250d \u0250\u028c\u0250\u1d09l\u0250bl\u01dd \u01ddn\u0254\u00f8d\u1d09n\u0183s (.\u0254s\u028c)", + "Download the user's certificate": "\u0110\u00f8\u028dnl\u00f8\u0250d \u0287\u0265\u01dd ns\u01dd\u0279's \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd", + "Draft (Never published)": "\u0110\u0279\u0250\u025f\u0287 (N\u01dd\u028c\u01dd\u0279 dnbl\u1d09s\u0265\u01ddd)", + "Draft (Unpublished changes)": "\u0110\u0279\u0250\u025f\u0287 (\u0244ndnbl\u1d09s\u0265\u01ddd \u0254\u0265\u0250n\u0183\u01dds)", + "Draft saved on {lastSavedStart}{editedOn}{lastSavedEnd} by {editedByStart}{editedBy}{editedByEnd}": "\u0110\u0279\u0250\u025f\u0287 s\u0250\u028c\u01ddd \u00f8n {lastSavedStart}{editedOn}{lastSavedEnd} b\u028e {editedByStart}{editedBy}{editedByEnd}", + "Drag and drop or {spanStart}browse your computer{spanEnd}.": "\u0110\u0279\u0250\u0183 \u0250nd d\u0279\u00f8d \u00f8\u0279 {spanStart}b\u0279\u00f8\u028ds\u01dd \u028e\u00f8n\u0279 \u0254\u00f8\u026fdn\u0287\u01dd\u0279{spanEnd}.", + "Drag to reorder": "\u0110\u0279\u0250\u0183 \u0287\u00f8 \u0279\u01dd\u00f8\u0279d\u01dd\u0279", + "Drop target image": "\u0110\u0279\u00f8d \u0287\u0250\u0279\u0183\u01dd\u0287 \u1d09\u026f\u0250\u0183\u01dd", + "Due Date": "\u0110n\u01dd \u0110\u0250\u0287\u01dd", + "Due Date:": "\u0110n\u01dd \u0110\u0250\u0287\u01dd:", + "Due Time in UTC:": "\u0110n\u01dd \u0166\u1d09\u026f\u01dd \u1d09n \u0244\u0166\u023b:", + "Due date cannot be before start date.": "\u0110n\u01dd d\u0250\u0287\u01dd \u0254\u0250nn\u00f8\u0287 b\u01dd b\u01dd\u025f\u00f8\u0279\u01dd s\u0287\u0250\u0279\u0287 d\u0250\u0287\u01dd.", + "Due:": "\u0110n\u01dd:", + "Duplicate": "\u0110ndl\u1d09\u0254\u0250\u0287\u01dd", + "Duplicating": "\u0110ndl\u1d09\u0254\u0250\u0287\u1d09n\u0183", + "Duration (sec)": "\u0110n\u0279\u0250\u0287\u1d09\u00f8n (s\u01dd\u0254)", + "Earned %(created)s.": "\u0246\u0250\u0279n\u01ddd %(created)s.", + "Earned Certificates": "\u0246\u0250\u0279n\u01ddd \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds", + "EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.": "\u0246dX d\u00f8\u01ddsn'\u0287 \u0265\u0250\u028c\u01dd \u0250 \u0287\u1d09\u026f\u01ddd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u025f\u00f8\u0279 \u0287\u0265\u1d09s \u028c\u1d09d\u01dd\u00f8 \u1d09n S\u0287nd\u1d09\u00f8, bn\u0287 \u028d\u01dd \u025f\u00f8nnd \u0250 \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u00f8n \u024e\u00f8n\u0166nb\u01dd. \u024e\u00f8n \u0254\u0250n \u1d09\u026fd\u00f8\u0279\u0287 \u0287\u0265\u01dd \u024e\u00f8n\u0166nb\u01dd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u00f8\u0279 ndl\u00f8\u0250d \u028e\u00f8n\u0279 \u00f8\u028dn .s\u0279\u0287 \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u025f\u1d09l\u01dd.", + "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "\u0246dX d\u00f8\u01ddsn\\'\u0287 \u0265\u0250\u028c\u01dd \u0250 \u0287\u1d09\u026f\u01ddd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u025f\u00f8\u0279 \u0287\u0265\u1d09s \u028c\u1d09d\u01dd\u00f8. \u2c63l\u01dd\u0250s\u01dd ndl\u00f8\u0250d \u0250n .s\u0279\u0287 \u025f\u1d09l\u01dd.", + "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "\u0246dX \u0265\u0250s \u0250 \u0287\u1d09\u026f\u01ddd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u025f\u00f8\u0279 \u0287\u0265\u1d09s \u028c\u1d09d\u01dd\u00f8. \u0197\u025f \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u01ddd\u1d09\u0287 \u0287\u0265\u1d09s \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287, \u028e\u00f8n \u0254\u0250n d\u00f8\u028dnl\u00f8\u0250d, \u01ddd\u1d09\u0287, \u0250nd \u0279\u01dd-ndl\u00f8\u0250d \u0287\u0265\u01dd \u01ddx\u1d09s\u0287\u1d09n\u0183 \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287. \u0197\u025f \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u0279\u01dddl\u0250\u0254\u01dd \u0287\u0265\u1d09s \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287, ndl\u00f8\u0250d \u0250 n\u01dd\u028d .s\u0279\u0287 \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u025f\u1d09l\u01dd.", + "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "\u0246dX \u0265\u0250s \u0250 \u0287\u1d09\u026f\u01ddd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u025f\u00f8\u0279 \u0287\u0265\u1d09s \u028c\u1d09d\u01dd\u00f8. \u0197\u025f \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u0279\u01dddl\u0250\u0254\u01dd \u0287\u0265\u1d09s \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287, ndl\u00f8\u0250d \u0250 n\u01dd\u028d .s\u0279\u0287 \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u025f\u1d09l\u01dd. \u0197\u025f \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u01ddd\u1d09\u0287 \u0287\u0265\u1d09s \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287, \u028e\u00f8n \u0254\u0250n d\u00f8\u028dnl\u00f8\u0250d, \u01ddd\u1d09\u0287, \u0250nd \u0279\u01dd-ndl\u00f8\u0250d \u0287\u0265\u01dd \u01ddx\u1d09s\u0287\u1d09n\u0183 \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287.", + "Edit": "\u0246d\u1d09\u0287", + "Edit %(display_name)s (required)": "\u0246d\u1d09\u0287 %(display_name)s (\u0279\u01ddbn\u1d09\u0279\u01ddd)", + "Edit HTML": "\u0246d\u1d09\u0287 \u0126\u0166M\u0141", + "Edit Membership": "\u0246d\u1d09\u0287 M\u01dd\u026fb\u01dd\u0279s\u0265\u1d09d", + "Edit Team": "\u0246d\u1d09\u0287 \u0166\u01dd\u0250\u026f", + "Edit Thumbnail": "\u0246d\u1d09\u0287 \u0166\u0265n\u026fbn\u0250\u1d09l", + "Edit Title": "\u0246d\u1d09\u0287 \u0166\u1d09\u0287l\u01dd", + "Edit Your Name": "\u0246d\u1d09\u0287 \u024e\u00f8n\u0279 N\u0250\u026f\u01dd", + "Edit this certificate?": "\u0246d\u1d09\u0287 \u0287\u0265\u1d09s \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd?", + "Editable": "\u0246d\u1d09\u0287\u0250bl\u01dd", + "Editing access for: {title}": "\u0246d\u1d09\u0287\u1d09n\u0183 \u0250\u0254\u0254\u01ddss \u025f\u00f8\u0279: {title}", + "Editing: {title}": "\u0246d\u1d09\u0287\u1d09n\u0183: {title}", + "Editor": "\u0246d\u1d09\u0287\u00f8\u0279", + "Education Completed": "\u0246dn\u0254\u0250\u0287\u1d09\u00f8n \u023b\u00f8\u026fdl\u01dd\u0287\u01ddd", + "Email": "\u0246\u026f\u0250\u1d09l", + "Email Address (Sign In)": "\u0246\u026f\u0250\u1d09l \u023add\u0279\u01ddss (S\u1d09\u0183n \u0197n)", + "Email address": "\u0246\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss", + "Emails successfully sent. The following users are no longer enrolled in the course:": "\u0246\u026f\u0250\u1d09ls sn\u0254\u0254\u01ddss\u025fnll\u028e s\u01ddn\u0287. \u0166\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 ns\u01dd\u0279s \u0250\u0279\u01dd n\u00f8 l\u00f8n\u0183\u01dd\u0279 \u01ddn\u0279\u00f8ll\u01ddd \u1d09n \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd:", + "Embed": "\u0246\u026fb\u01ddd", + "Emoticons": "\u0246\u026f\u00f8\u0287\u1d09\u0254\u00f8ns", + "Enable": "\u0246n\u0250bl\u01dd", + "Enable Cohorts": "\u0246n\u0250bl\u01dd \u023b\u00f8\u0265\u00f8\u0279\u0287s", + "Enable Now": "\u0246n\u0250bl\u01dd N\u00f8\u028d", + "Enable Weekly Highlight Emails": "\u0246n\u0250bl\u01dd W\u01dd\u01dd\u029el\u028e \u0126\u1d09\u0183\u0265l\u1d09\u0183\u0265\u0287 \u0246\u026f\u0250\u1d09ls", + "Enabled": "\u0246n\u0250bl\u01ddd", + "Encoding": "\u0246n\u0254\u00f8d\u1d09n\u0183", + "End My Exam": "\u0246nd M\u028e \u0246x\u0250\u026f", + "End of transcript. Skip to the start.": "\u0246nd \u00f8\u025f \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287. S\u029e\u1d09d \u0287\u00f8 \u0287\u0265\u01dd s\u0287\u0250\u0279\u0287.", + "Ends {end}": "\u0246nds {end}", + "Engage with posts": "\u0246n\u0183\u0250\u0183\u01dd \u028d\u1d09\u0287\u0265 d\u00f8s\u0287s", + "Enroll Now": "\u0246n\u0279\u00f8ll N\u00f8\u028d", + "Enrolled": "\u0246n\u0279\u00f8ll\u01ddd", + "Enrolling you in the selected course": "\u0246n\u0279\u00f8ll\u1d09n\u0183 \u028e\u00f8n \u1d09n \u0287\u0265\u01dd s\u01ddl\u01dd\u0254\u0287\u01ddd \u0254\u00f8n\u0279s\u01dd", + "Enrollment Date": "\u0246n\u0279\u00f8ll\u026f\u01ddn\u0287 \u0110\u0250\u0287\u01dd", + "Enrollment Mode": "\u0246n\u0279\u00f8ll\u026f\u01ddn\u0287 M\u00f8d\u01dd", + "Enrollment Opens on": "\u0246n\u0279\u00f8ll\u026f\u01ddn\u0287 \u00d8d\u01ddns \u00f8n", + "Enrollment Tracks": "\u0246n\u0279\u00f8ll\u026f\u01ddn\u0287 \u0166\u0279\u0250\u0254\u029es", + "Ensure that you can see your photo and read your name": "\u0246nsn\u0279\u01dd \u0287\u0265\u0250\u0287 \u028e\u00f8n \u0254\u0250n s\u01dd\u01dd \u028e\u00f8n\u0279 d\u0265\u00f8\u0287\u00f8 \u0250nd \u0279\u01dd\u0250d \u028e\u00f8n\u0279 n\u0250\u026f\u01dd", + "Enter 3-5 highlights to include in the email message that learners receive for this section (250 character limit).": "\u0246n\u0287\u01dd\u0279 3-5 \u0265\u1d09\u0183\u0265l\u1d09\u0183\u0265\u0287s \u0287\u00f8 \u1d09n\u0254lnd\u01dd \u1d09n \u0287\u0265\u01dd \u01dd\u026f\u0250\u1d09l \u026f\u01ddss\u0250\u0183\u01dd \u0287\u0265\u0250\u0287 l\u01dd\u0250\u0279n\u01dd\u0279s \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01dd \u025f\u00f8\u0279 \u0287\u0265\u1d09s s\u01dd\u0254\u0287\u1d09\u00f8n (250 \u0254\u0265\u0250\u0279\u0250\u0254\u0287\u01dd\u0279 l\u1d09\u026f\u1d09\u0287).", + "Enter Due Date and Time": "\u0246n\u0287\u01dd\u0279 \u0110n\u01dd \u0110\u0250\u0287\u01dd \u0250nd \u0166\u1d09\u026f\u01dd", + "Enter Start Date and Time": "\u0246n\u0287\u01dd\u0279 S\u0287\u0250\u0279\u0287 \u0110\u0250\u0287\u01dd \u0250nd \u0166\u1d09\u026f\u01dd", + "Enter a student's username or email address.": "\u0246n\u0287\u01dd\u0279 \u0250 s\u0287nd\u01ddn\u0287's ns\u01dd\u0279n\u0250\u026f\u01dd \u00f8\u0279 \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss.", + "Enter a username or email.": "\u0246n\u0287\u01dd\u0279 \u0250 ns\u01dd\u0279n\u0250\u026f\u01dd \u00f8\u0279 \u01dd\u026f\u0250\u1d09l.", + "Enter and confirm your new password.": "\u0246n\u0287\u01dd\u0279 \u0250nd \u0254\u00f8n\u025f\u1d09\u0279\u026f \u028e\u00f8n\u0279 n\u01dd\u028d d\u0250ss\u028d\u00f8\u0279d.", + "Enter email addresses and/or usernames, separated by new lines or commas, for the learners you want to add. *": "\u0246n\u0287\u01dd\u0279 \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss\u01dds \u0250nd/\u00f8\u0279 ns\u01dd\u0279n\u0250\u026f\u01dds, s\u01ddd\u0250\u0279\u0250\u0287\u01ddd b\u028e n\u01dd\u028d l\u1d09n\u01dds \u00f8\u0279 \u0254\u00f8\u026f\u026f\u0250s, \u025f\u00f8\u0279 \u0287\u0265\u01dd l\u01dd\u0250\u0279n\u01dd\u0279s \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u0250dd. *", + "Enter information to describe your team. You cannot change these details after you create the team.": "\u0246n\u0287\u01dd\u0279 \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n \u0287\u00f8 d\u01dds\u0254\u0279\u1d09b\u01dd \u028e\u00f8n\u0279 \u0287\u01dd\u0250\u026f. \u024e\u00f8n \u0254\u0250nn\u00f8\u0287 \u0254\u0265\u0250n\u0183\u01dd \u0287\u0265\u01dds\u01dd d\u01dd\u0287\u0250\u1d09ls \u0250\u025f\u0287\u01dd\u0279 \u028e\u00f8n \u0254\u0279\u01dd\u0250\u0287\u01dd \u0287\u0265\u01dd \u0287\u01dd\u0250\u026f.", + "Enter some details for your support request.": "\u0246n\u0287\u01dd\u0279 s\u00f8\u026f\u01dd d\u01dd\u0287\u0250\u1d09ls \u025f\u00f8\u0279 \u028e\u00f8n\u0279 sndd\u00f8\u0279\u0287 \u0279\u01ddbn\u01dds\u0287.", + "Enter team description.": "\u0246n\u0287\u01dd\u0279 \u0287\u01dd\u0250\u026f d\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n.", + "Enter team name.": "\u0246n\u0287\u01dd\u0279 \u0287\u01dd\u0250\u026f n\u0250\u026f\u01dd.", + "Enter the account information for your organization.": "\u0246n\u0287\u01dd\u0279 \u0287\u0265\u01dd \u0250\u0254\u0254\u00f8nn\u0287 \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n \u025f\u00f8\u0279 \u028e\u00f8n\u0279 \u00f8\u0279\u0183\u0250n\u1d09z\u0250\u0287\u1d09\u00f8n.", + "Enter the enrollment code.": "\u0246n\u0287\u01dd\u0279 \u0287\u0265\u01dd \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 \u0254\u00f8d\u01dd.", + "Enter the name of the cohort": "\u0246n\u0287\u01dd\u0279 \u0287\u0265\u01dd n\u0250\u026f\u01dd \u00f8\u025f \u0287\u0265\u01dd \u0254\u00f8\u0265\u00f8\u0279\u0287", + "Enter the page number you'd like to quickly navigate to.": "\u0246n\u0287\u01dd\u0279 \u0287\u0265\u01dd d\u0250\u0183\u01dd nn\u026fb\u01dd\u0279 \u028e\u00f8n'd l\u1d09\u029e\u01dd \u0287\u00f8 bn\u1d09\u0254\u029el\u028e n\u0250\u028c\u1d09\u0183\u0250\u0287\u01dd \u0287\u00f8.", + "Enter the username or email address of each learner that you want to add as an exception.": "\u0246n\u0287\u01dd\u0279 \u0287\u0265\u01dd ns\u01dd\u0279n\u0250\u026f\u01dd \u00f8\u0279 \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss \u00f8\u025f \u01dd\u0250\u0254\u0265 l\u01dd\u0250\u0279n\u01dd\u0279 \u0287\u0265\u0250\u0287 \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u0250dd \u0250s \u0250n \u01ddx\u0254\u01ddd\u0287\u1d09\u00f8n.", + "Enter username or email": "\u0246n\u0287\u01dd\u0279 ns\u01dd\u0279n\u0250\u026f\u01dd \u00f8\u0279 \u01dd\u026f\u0250\u1d09l", + "Enter your ": "\u0246n\u0287\u01dd\u0279 \u028e\u00f8n\u0279 ", + "Entrance exam attempts is being reset for student '{student_id}'.": "\u0246n\u0287\u0279\u0250n\u0254\u01dd \u01ddx\u0250\u026f \u0250\u0287\u0287\u01dd\u026fd\u0287s \u1d09s b\u01dd\u1d09n\u0183 \u0279\u01dds\u01dd\u0287 \u025f\u00f8\u0279 s\u0287nd\u01ddn\u0287 '{student_id}'.", + "Entrance exam state is being deleted for student '{student_id}'.": "\u0246n\u0287\u0279\u0250n\u0254\u01dd \u01ddx\u0250\u026f s\u0287\u0250\u0287\u01dd \u1d09s b\u01dd\u1d09n\u0183 d\u01ddl\u01dd\u0287\u01ddd \u025f\u00f8\u0279 s\u0287nd\u01ddn\u0287 '{student_id}'.", + "Error": "\u0246\u0279\u0279\u00f8\u0279", + "Error adding learners.": "\u0246\u0279\u0279\u00f8\u0279 \u0250dd\u1d09n\u0183 l\u01dd\u0250\u0279n\u01dd\u0279s.", + "Error adding user": "\u0246\u0279\u0279\u00f8\u0279 \u0250dd\u1d09n\u0183 ns\u01dd\u0279", + "Error adding/removing users as beta testers.": "\u0246\u0279\u0279\u00f8\u0279 \u0250dd\u1d09n\u0183/\u0279\u01dd\u026f\u00f8\u028c\u1d09n\u0183 ns\u01dd\u0279s \u0250s b\u01dd\u0287\u0250 \u0287\u01dds\u0287\u01dd\u0279s.", + "Error assigning team memberships": "\u0246\u0279\u0279\u00f8\u0279 \u0250ss\u1d09\u0183n\u1d09n\u0183 \u0287\u01dd\u0250\u026f \u026f\u01dd\u026fb\u01dd\u0279s\u0265\u1d09ds", + "Error changing user's permissions.": "\u0246\u0279\u0279\u00f8\u0279 \u0254\u0265\u0250n\u0183\u1d09n\u0183 ns\u01dd\u0279's d\u01dd\u0279\u026f\u1d09ss\u1d09\u00f8ns.", + "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "\u0246\u0279\u0279\u00f8\u0279 d\u01ddl\u01dd\u0287\u1d09n\u0183 \u01ddn\u0287\u0279\u0250n\u0254\u01dd \u01ddx\u0250\u026f s\u0287\u0250\u0287\u01dd \u025f\u00f8\u0279 s\u0287nd\u01ddn\u0287 '{student_id}'. M\u0250\u029e\u01dd sn\u0279\u01dd s\u0287nd\u01ddn\u0287 \u1d09d\u01ddn\u0287\u1d09\u025f\u1d09\u01dd\u0279 \u1d09s \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287.", + "Error deleting student '<%- student_id %>'s state on problem '<%- problem_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u0246\u0279\u0279\u00f8\u0279 d\u01ddl\u01dd\u0287\u1d09n\u0183 s\u0287nd\u01ddn\u0287 '<%- student_id %>'s s\u0287\u0250\u0287\u01dd \u00f8n d\u0279\u00f8bl\u01dd\u026f '<%- problem_id %>'. M\u0250\u029e\u01dd sn\u0279\u01dd \u0287\u0265\u0250\u0287 \u0287\u0265\u01dd d\u0279\u00f8bl\u01dd\u026f \u0250nd s\u0287nd\u01ddn\u0287 \u1d09d\u01ddn\u0287\u1d09\u025f\u1d09\u01dd\u0279s \u0250\u0279\u01dd \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u0250nd \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287.", + "Error enrolling/unenrolling users.": "\u0246\u0279\u0279\u00f8\u0279 \u01ddn\u0279\u00f8ll\u1d09n\u0183/nn\u01ddn\u0279\u00f8ll\u1d09n\u0183 ns\u01dd\u0279s.", + "Error generating ORA data report. Please try again.": "\u0246\u0279\u0279\u00f8\u0279 \u0183\u01ddn\u01dd\u0279\u0250\u0287\u1d09n\u0183 \u00d8\u024c\u023a d\u0250\u0287\u0250 \u0279\u01ddd\u00f8\u0279\u0287. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "Error generating grades. Please try again.": "\u0246\u0279\u0279\u00f8\u0279 \u0183\u01ddn\u01dd\u0279\u0250\u0287\u1d09n\u0183 \u0183\u0279\u0250d\u01dds. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "Error generating list of students who may enroll. Please try again.": "\u0246\u0279\u0279\u00f8\u0279 \u0183\u01ddn\u01dd\u0279\u0250\u0287\u1d09n\u0183 l\u1d09s\u0287 \u00f8\u025f s\u0287nd\u01ddn\u0287s \u028d\u0265\u00f8 \u026f\u0250\u028e \u01ddn\u0279\u00f8ll. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "Error generating problem grade report. Please try again.": "\u0246\u0279\u0279\u00f8\u0279 \u0183\u01ddn\u01dd\u0279\u0250\u0287\u1d09n\u0183 d\u0279\u00f8bl\u01dd\u026f \u0183\u0279\u0250d\u01dd \u0279\u01ddd\u00f8\u0279\u0287. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "Error generating proctored exam results. Please try again.": "\u0246\u0279\u0279\u00f8\u0279 \u0183\u01ddn\u01dd\u0279\u0250\u0287\u1d09n\u0183 d\u0279\u00f8\u0254\u0287\u00f8\u0279\u01ddd \u01ddx\u0250\u026f \u0279\u01ddsnl\u0287s. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "Error generating student profile information. Please try again.": "\u0246\u0279\u0279\u00f8\u0279 \u0183\u01ddn\u01dd\u0279\u0250\u0287\u1d09n\u0183 s\u0287nd\u01ddn\u0287 d\u0279\u00f8\u025f\u1d09l\u01dd \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "Error generating survey results. Please try again.": "\u0246\u0279\u0279\u00f8\u0279 \u0183\u01ddn\u01dd\u0279\u0250\u0287\u1d09n\u0183 sn\u0279\u028c\u01dd\u028e \u0279\u01ddsnl\u0287s. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "Error getting enrollment status for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "\u0246\u0279\u0279\u00f8\u0279 \u0183\u01dd\u0287\u0287\u1d09n\u0183 \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 s\u0287\u0250\u0287ns \u025f\u00f8\u0279 '<%- student_id %>'. M\u0250\u029e\u01dd sn\u0279\u01dd \u0287\u0265\u0250\u0287 \u0287\u0265\u01dd s\u0287nd\u01ddn\u0287 \u1d09d\u01ddn\u0287\u1d09\u025f\u1d09\u01dd\u0279 \u1d09s sd\u01ddll\u01ddd \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287l\u028e.", + "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "\u0246\u0279\u0279\u00f8\u0279 \u0183\u01dd\u0287\u0287\u1d09n\u0183 \u01ddn\u0287\u0279\u0250n\u0254\u01dd \u01ddx\u0250\u026f \u0287\u0250s\u029e \u0265\u1d09s\u0287\u00f8\u0279\u028e \u025f\u00f8\u0279 s\u0287nd\u01ddn\u0287 '{student_id}'. M\u0250\u029e\u01dd sn\u0279\u01dd s\u0287nd\u01ddn\u0287 \u1d09d\u01ddn\u0287\u1d09\u025f\u1d09\u01dd\u0279 \u1d09s \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287.", + "Error getting issued certificates list.": "\u0246\u0279\u0279\u00f8\u0279 \u0183\u01dd\u0287\u0287\u1d09n\u0183 \u1d09ssn\u01ddd \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds l\u1d09s\u0287.", + "Error getting student list.": "\u0246\u0279\u0279\u00f8\u0279 \u0183\u01dd\u0287\u0287\u1d09n\u0183 s\u0287nd\u01ddn\u0287 l\u1d09s\u0287.", + "Error getting student progress url for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "\u0246\u0279\u0279\u00f8\u0279 \u0183\u01dd\u0287\u0287\u1d09n\u0183 s\u0287nd\u01ddn\u0287 d\u0279\u00f8\u0183\u0279\u01ddss n\u0279l \u025f\u00f8\u0279 '<%- student_id %>'. M\u0250\u029e\u01dd sn\u0279\u01dd \u0287\u0265\u0250\u0287 \u0287\u0265\u01dd s\u0287nd\u01ddn\u0287 \u1d09d\u01ddn\u0287\u1d09\u025f\u1d09\u01dd\u0279 \u1d09s sd\u01ddll\u01ddd \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287l\u028e.", + "Error getting task history for problem '<%- problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u0246\u0279\u0279\u00f8\u0279 \u0183\u01dd\u0287\u0287\u1d09n\u0183 \u0287\u0250s\u029e \u0265\u1d09s\u0287\u00f8\u0279\u028e \u025f\u00f8\u0279 d\u0279\u00f8bl\u01dd\u026f '<%- problem_id %>' \u0250nd s\u0287nd\u01ddn\u0287 '<%- student_id %>'. M\u0250\u029e\u01dd sn\u0279\u01dd \u0287\u0265\u0250\u0287 \u0287\u0265\u01dd d\u0279\u00f8bl\u01dd\u026f \u0250nd s\u0287nd\u01ddn\u0287 \u1d09d\u01ddn\u0287\u1d09\u025f\u1d09\u01dd\u0279s \u0250\u0279\u01dd \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u0250nd \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287.", + "Error importing course": "\u0246\u0279\u0279\u00f8\u0279 \u1d09\u026fd\u00f8\u0279\u0287\u1d09n\u0183 \u0254\u00f8n\u0279s\u01dd", + "Error listing task history for this student and problem.": "\u0246\u0279\u0279\u00f8\u0279 l\u1d09s\u0287\u1d09n\u0183 \u0287\u0250s\u029e \u0265\u1d09s\u0287\u00f8\u0279\u028e \u025f\u00f8\u0279 \u0287\u0265\u1d09s s\u0287nd\u01ddn\u0287 \u0250nd d\u0279\u00f8bl\u01dd\u026f.", + "Error removing user": "\u0246\u0279\u0279\u00f8\u0279 \u0279\u01dd\u026f\u00f8\u028c\u1d09n\u0183 ns\u01dd\u0279", + "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "\u0246\u0279\u0279\u00f8\u0279 \u0279\u01dds\u01dd\u0287\u0287\u1d09n\u0183 \u01ddn\u0287\u0279\u0250n\u0254\u01dd \u01ddx\u0250\u026f \u0250\u0287\u0287\u01dd\u026fd\u0287s \u025f\u00f8\u0279 s\u0287nd\u01ddn\u0287 '{student_id}'. M\u0250\u029e\u01dd sn\u0279\u01dd s\u0287nd\u01ddn\u0287 \u1d09d\u01ddn\u0287\u1d09\u025f\u1d09\u01dd\u0279 \u1d09s \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287.", + "Error resetting problem attempts for problem '<%= problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u0246\u0279\u0279\u00f8\u0279 \u0279\u01dds\u01dd\u0287\u0287\u1d09n\u0183 d\u0279\u00f8bl\u01dd\u026f \u0250\u0287\u0287\u01dd\u026fd\u0287s \u025f\u00f8\u0279 d\u0279\u00f8bl\u01dd\u026f '<%= problem_id %>' \u0250nd s\u0287nd\u01ddn\u0287 '<%- student_id %>'. M\u0250\u029e\u01dd sn\u0279\u01dd \u0287\u0265\u0250\u0287 \u0287\u0265\u01dd d\u0279\u00f8bl\u01dd\u026f \u0250nd s\u0287nd\u01ddn\u0287 \u1d09d\u01ddn\u0287\u1d09\u025f\u1d09\u01dd\u0279s \u0250\u0279\u01dd \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u0250nd \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287.", + "Error retrieving grading configuration.": "\u0246\u0279\u0279\u00f8\u0279 \u0279\u01dd\u0287\u0279\u1d09\u01dd\u028c\u1d09n\u0183 \u0183\u0279\u0250d\u1d09n\u0183 \u0254\u00f8n\u025f\u1d09\u0183n\u0279\u0250\u0287\u1d09\u00f8n.", + "Error sending email.": "\u0246\u0279\u0279\u00f8\u0279 s\u01ddnd\u1d09n\u0183 \u01dd\u026f\u0250\u1d09l.", + "Error starting a task to override score for problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the score and the problem and student identifiers are complete and correct.": "\u0246\u0279\u0279\u00f8\u0279 s\u0287\u0250\u0279\u0287\u1d09n\u0183 \u0250 \u0287\u0250s\u029e \u0287\u00f8 \u00f8\u028c\u01dd\u0279\u0279\u1d09d\u01dd s\u0254\u00f8\u0279\u01dd \u025f\u00f8\u0279 d\u0279\u00f8bl\u01dd\u026f '<%- problem_id %>' \u025f\u00f8\u0279 s\u0287nd\u01ddn\u0287 '<%- student_id %>'. M\u0250\u029e\u01dd sn\u0279\u01dd \u0287\u0265\u0250\u0287 \u0287\u0265\u01dd \u0287\u0265\u01dd s\u0254\u00f8\u0279\u01dd \u0250nd \u0287\u0265\u01dd d\u0279\u00f8bl\u01dd\u026f \u0250nd s\u0287nd\u01ddn\u0287 \u1d09d\u01ddn\u0287\u1d09\u025f\u1d09\u01dd\u0279s \u0250\u0279\u01dd \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u0250nd \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287.", + "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "\u0246\u0279\u0279\u00f8\u0279 s\u0287\u0250\u0279\u0287\u1d09n\u0183 \u0250 \u0287\u0250s\u029e \u0287\u00f8 \u0279\u01dds\u0254\u00f8\u0279\u01dd \u01ddn\u0287\u0279\u0250n\u0254\u01dd \u01ddx\u0250\u026f \u025f\u00f8\u0279 s\u0287nd\u01ddn\u0287 '{student_id}'. M\u0250\u029e\u01dd sn\u0279\u01dd \u0287\u0265\u0250\u0287 \u01ddn\u0287\u0279\u0250n\u0254\u01dd \u01ddx\u0250\u026f \u0265\u0250s d\u0279\u00f8bl\u01dd\u026fs \u1d09n \u1d09\u0287 \u0250nd s\u0287nd\u01ddn\u0287 \u1d09d\u01ddn\u0287\u1d09\u025f\u1d09\u01dd\u0279 \u1d09s \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287.", + "Error starting a task to rescore problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the problem and student identifiers are complete and correct.": "\u0246\u0279\u0279\u00f8\u0279 s\u0287\u0250\u0279\u0287\u1d09n\u0183 \u0250 \u0287\u0250s\u029e \u0287\u00f8 \u0279\u01dds\u0254\u00f8\u0279\u01dd d\u0279\u00f8bl\u01dd\u026f '<%- problem_id %>' \u025f\u00f8\u0279 s\u0287nd\u01ddn\u0287 '<%- student_id %>'. M\u0250\u029e\u01dd sn\u0279\u01dd \u0287\u0265\u0250\u0287 \u0287\u0265\u01dd \u0287\u0265\u01dd d\u0279\u00f8bl\u01dd\u026f \u0250nd s\u0287nd\u01ddn\u0287 \u1d09d\u01ddn\u0287\u1d09\u025f\u1d09\u01dd\u0279s \u0250\u0279\u01dd \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u0250nd \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287.", + "Error starting a task to rescore problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u0246\u0279\u0279\u00f8\u0279 s\u0287\u0250\u0279\u0287\u1d09n\u0183 \u0250 \u0287\u0250s\u029e \u0287\u00f8 \u0279\u01dds\u0254\u00f8\u0279\u01dd d\u0279\u00f8bl\u01dd\u026f '<%- problem_id %>'. M\u0250\u029e\u01dd sn\u0279\u01dd \u0287\u0265\u0250\u0287 \u0287\u0265\u01dd d\u0279\u00f8bl\u01dd\u026f \u1d09d\u01ddn\u0287\u1d09\u025f\u1d09\u01dd\u0279 \u1d09s \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u0250nd \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287.", + "Error starting a task to reset attempts for all students on problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u0246\u0279\u0279\u00f8\u0279 s\u0287\u0250\u0279\u0287\u1d09n\u0183 \u0250 \u0287\u0250s\u029e \u0287\u00f8 \u0279\u01dds\u01dd\u0287 \u0250\u0287\u0287\u01dd\u026fd\u0287s \u025f\u00f8\u0279 \u0250ll s\u0287nd\u01ddn\u0287s \u00f8n d\u0279\u00f8bl\u01dd\u026f '<%- problem_id %>'. M\u0250\u029e\u01dd sn\u0279\u01dd \u0287\u0265\u0250\u0287 \u0287\u0265\u01dd d\u0279\u00f8bl\u01dd\u026f \u1d09d\u01ddn\u0287\u1d09\u025f\u1d09\u01dd\u0279 \u1d09s \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u0250nd \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287.", + "Error while generating certificates. Please try again.": "\u0246\u0279\u0279\u00f8\u0279 \u028d\u0265\u1d09l\u01dd \u0183\u01ddn\u01dd\u0279\u0250\u0287\u1d09n\u0183 \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "Error while regenerating certificates. Please try again.": "\u0246\u0279\u0279\u00f8\u0279 \u028d\u0265\u1d09l\u01dd \u0279\u01dd\u0183\u01ddn\u01dd\u0279\u0250\u0287\u1d09n\u0183 \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "Error.": "\u0246\u0279\u0279\u00f8\u0279.", + "Error:": "\u0246\u0279\u0279\u00f8\u0279:", + "Error: ": "\u0246\u0279\u0279\u00f8\u0279: ", + "Error: Choosing failed.": "\u0246\u0279\u0279\u00f8\u0279: \u023b\u0265\u00f8\u00f8s\u1d09n\u0183 \u025f\u0250\u1d09l\u01ddd.", + "Error: Connection with server failed.": "\u0246\u0279\u0279\u00f8\u0279: \u023b\u00f8nn\u01dd\u0254\u0287\u1d09\u00f8n \u028d\u1d09\u0287\u0265 s\u01dd\u0279\u028c\u01dd\u0279 \u025f\u0250\u1d09l\u01ddd.", + "Error: Import failed.": "\u0246\u0279\u0279\u00f8\u0279: \u0197\u026fd\u00f8\u0279\u0287 \u025f\u0250\u1d09l\u01ddd.", + "Error: Replacing failed.": "\u0246\u0279\u0279\u00f8\u0279: \u024c\u01dddl\u0250\u0254\u1d09n\u0183 \u025f\u0250\u1d09l\u01ddd.", + "Error: Uploading failed.": "\u0246\u0279\u0279\u00f8\u0279: \u0244dl\u00f8\u0250d\u1d09n\u0183 \u025f\u0250\u1d09l\u01ddd.", + "Error: User '<%- username %>' has not yet activated their account. Users must create and activate their accounts before they can be assigned a role.": "\u0246\u0279\u0279\u00f8\u0279: \u0244s\u01dd\u0279 '<%- username %>' \u0265\u0250s n\u00f8\u0287 \u028e\u01dd\u0287 \u0250\u0254\u0287\u1d09\u028c\u0250\u0287\u01ddd \u0287\u0265\u01dd\u1d09\u0279 \u0250\u0254\u0254\u00f8nn\u0287. \u0244s\u01dd\u0279s \u026fns\u0287 \u0254\u0279\u01dd\u0250\u0287\u01dd \u0250nd \u0250\u0254\u0287\u1d09\u028c\u0250\u0287\u01dd \u0287\u0265\u01dd\u1d09\u0279 \u0250\u0254\u0254\u00f8nn\u0287s b\u01dd\u025f\u00f8\u0279\u01dd \u0287\u0265\u01dd\u028e \u0254\u0250n b\u01dd \u0250ss\u1d09\u0183n\u01ddd \u0250 \u0279\u00f8l\u01dd.", + "Error: You cannot remove yourself from the Instructor group!": "\u0246\u0279\u0279\u00f8\u0279: \u024e\u00f8n \u0254\u0250nn\u00f8\u0287 \u0279\u01dd\u026f\u00f8\u028c\u01dd \u028e\u00f8n\u0279s\u01ddl\u025f \u025f\u0279\u00f8\u026f \u0287\u0265\u01dd \u0197ns\u0287\u0279n\u0254\u0287\u00f8\u0279 \u0183\u0279\u00f8nd!", + "Errors": "\u0246\u0279\u0279\u00f8\u0279s", + "Errors/Technical Issues": "\u0246\u0279\u0279\u00f8\u0279s/\u0166\u01dd\u0254\u0265n\u1d09\u0254\u0250l \u0197ssn\u01dds", + "Everyone who has staff privileges in this course": "\u0246\u028c\u01dd\u0279\u028e\u00f8n\u01dd \u028d\u0265\u00f8 \u0265\u0250s s\u0287\u0250\u025f\u025f d\u0279\u1d09\u028c\u1d09l\u01dd\u0183\u01dds \u1d09n \u0287\u0265\u1d09s \u0254\u00f8n\u0279s\u01dd", + "Exam Types": "\u0246x\u0250\u026f \u0166\u028ed\u01dds", + "Exam timer and end exam button": "\u0246x\u0250\u026f \u0287\u1d09\u026f\u01dd\u0279 \u0250nd \u01ddnd \u01ddx\u0250\u026f bn\u0287\u0287\u00f8n", + "Exception Granted": "\u0246x\u0254\u01ddd\u0287\u1d09\u00f8n \u01e4\u0279\u0250n\u0287\u01ddd", + "Exit full browser": "\u0246x\u1d09\u0287 \u025fnll b\u0279\u00f8\u028ds\u01dd\u0279", + "Expand All": "\u0246xd\u0250nd \u023all", + "Expand Instructions": "\u0246xd\u0250nd \u0197ns\u0287\u0279n\u0254\u0287\u1d09\u00f8ns", + "Explain if other.": "\u0246xdl\u0250\u1d09n \u1d09\u025f \u00f8\u0287\u0265\u01dd\u0279.", + "Explanation": "\u0246xdl\u0250n\u0250\u0287\u1d09\u00f8n", + "Explicitly Hiding from Students": "\u0246xdl\u1d09\u0254\u1d09\u0287l\u028e \u0126\u1d09d\u1d09n\u0183 \u025f\u0279\u00f8\u026f S\u0287nd\u01ddn\u0287s", + "Explore New Programs": "\u0246xdl\u00f8\u0279\u01dd N\u01dd\u028d \u2c63\u0279\u00f8\u0183\u0279\u0250\u026fs", + "Explore Programs": "\u0246xdl\u00f8\u0279\u01dd \u2c63\u0279\u00f8\u0183\u0279\u0250\u026fs", + "Explore your course!": "\u0246xdl\u00f8\u0279\u01dd \u028e\u00f8n\u0279 \u0254\u00f8n\u0279s\u01dd!", + "Failed to delete student state for user.": "F\u0250\u1d09l\u01ddd \u0287\u00f8 d\u01ddl\u01dd\u0287\u01dd s\u0287nd\u01ddn\u0287 s\u0287\u0250\u0287\u01dd \u025f\u00f8\u0279 ns\u01dd\u0279.", + "Failed to rescore problem for user.": "F\u0250\u1d09l\u01ddd \u0287\u00f8 \u0279\u01dds\u0254\u00f8\u0279\u01dd d\u0279\u00f8bl\u01dd\u026f \u025f\u00f8\u0279 ns\u01dd\u0279.", + "Failed to rescore problem to improve score for user.": "F\u0250\u1d09l\u01ddd \u0287\u00f8 \u0279\u01dds\u0254\u00f8\u0279\u01dd d\u0279\u00f8bl\u01dd\u026f \u0287\u00f8 \u1d09\u026fd\u0279\u00f8\u028c\u01dd s\u0254\u00f8\u0279\u01dd \u025f\u00f8\u0279 ns\u01dd\u0279.", + "Failed to reset attempts for user.": "F\u0250\u1d09l\u01ddd \u0287\u00f8 \u0279\u01dds\u01dd\u0287 \u0250\u0287\u0287\u01dd\u026fd\u0287s \u025f\u00f8\u0279 ns\u01dd\u0279.", + "File": "F\u1d09l\u01dd", + "File Name": "F\u1d09l\u01dd N\u0250\u026f\u01dd", + "File format not supported. Please upload a file with a {ext} extension.": "F\u1d09l\u01dd \u025f\u00f8\u0279\u026f\u0250\u0287 n\u00f8\u0287 sndd\u00f8\u0279\u0287\u01ddd. \u2c63l\u01dd\u0250s\u01dd ndl\u00f8\u0250d \u0250 \u025f\u1d09l\u01dd \u028d\u1d09\u0287\u0265 \u0250 {ext} \u01ddx\u0287\u01ddns\u1d09\u00f8n.", + "File upload succeeded": "F\u1d09l\u01dd ndl\u00f8\u0250d sn\u0254\u0254\u01dd\u01ddd\u01ddd", + "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "F\u1d09l\u01dd {filename} \u01ddx\u0254\u01dd\u01ddds \u026f\u0250x\u1d09\u026fn\u026f s\u1d09z\u01dd \u00f8\u025f {maxFileSizeInMBs} M\u0243", + "Files must be in JPEG or PNG format.": "F\u1d09l\u01dds \u026fns\u0287 b\u01dd \u1d09n \u0248\u2c63\u0246\u01e4 \u00f8\u0279 \u2c63N\u01e4 \u025f\u00f8\u0279\u026f\u0250\u0287.", + "Files that you upload must be PDFs or image files in .gif, .jpg, .jpeg, or .png format.": "F\u1d09l\u01dds \u0287\u0265\u0250\u0287 \u028e\u00f8n ndl\u00f8\u0250d \u026fns\u0287 b\u01dd \u2c63\u0110Fs \u00f8\u0279 \u1d09\u026f\u0250\u0183\u01dd \u025f\u1d09l\u01dds \u1d09n .\u0183\u1d09\u025f, .\u027ed\u0183, .\u027ed\u01dd\u0183, \u00f8\u0279 .dn\u0183 \u025f\u00f8\u0279\u026f\u0250\u0287.", + "Files that you upload must be smaller than 5MB in size.": "F\u1d09l\u01dds \u0287\u0265\u0250\u0287 \u028e\u00f8n ndl\u00f8\u0250d \u026fns\u0287 b\u01dd s\u026f\u0250ll\u01dd\u0279 \u0287\u0265\u0250n 5M\u0243 \u1d09n s\u1d09z\u01dd.", + "Fill browser": "F\u1d09ll b\u0279\u00f8\u028ds\u01dd\u0279", + "Filter and sort topics": "F\u1d09l\u0287\u01dd\u0279 \u0250nd s\u00f8\u0279\u0287 \u0287\u00f8d\u1d09\u0254s", + "Final Grade": "F\u1d09n\u0250l \u01e4\u0279\u0250d\u01dd", + "Financial Aid": "F\u1d09n\u0250n\u0254\u1d09\u0250l \u023a\u1d09d", + "Financial Assistance": "F\u1d09n\u0250n\u0254\u1d09\u0250l \u023ass\u1d09s\u0287\u0250n\u0254\u01dd", + "Financial Assistance Application": "F\u1d09n\u0250n\u0254\u1d09\u0250l \u023ass\u1d09s\u0287\u0250n\u0254\u01dd \u023addl\u1d09\u0254\u0250\u0287\u1d09\u00f8n", + "Find": "F\u1d09nd", + "Find a course": "F\u1d09nd \u0250 \u0254\u00f8n\u0279s\u01dd", + "Find and replace": "F\u1d09nd \u0250nd \u0279\u01dddl\u0250\u0254\u01dd", + "Find answers to the top questions asked by learners.": "F\u1d09nd \u0250ns\u028d\u01dd\u0279s \u0287\u00f8 \u0287\u0265\u01dd \u0287\u00f8d bn\u01dds\u0287\u1d09\u00f8ns \u0250s\u029e\u01ddd b\u028e l\u01dd\u0250\u0279n\u01dd\u0279s.", + "Find discussions": "F\u1d09nd d\u1d09s\u0254nss\u1d09\u00f8ns", + "Find next": "F\u1d09nd n\u01ddx\u0287", + "Find previous": "F\u1d09nd d\u0279\u01dd\u028c\u1d09\u00f8ns", + "Finish": "F\u1d09n\u1d09s\u0265", + "First time here?": "F\u1d09\u0279s\u0287 \u0287\u1d09\u026f\u01dd \u0265\u01dd\u0279\u01dd?", + "Follow or unfollow posts": "F\u00f8ll\u00f8\u028d \u00f8\u0279 nn\u025f\u00f8ll\u00f8\u028d d\u00f8s\u0287s", + "Font Family": "F\u00f8n\u0287 F\u0250\u026f\u1d09l\u028e", + "Font Sizes": "F\u00f8n\u0287 S\u1d09z\u01dds", + "Footer": "F\u00f8\u00f8\u0287\u01dd\u0279", + "For grading to work, you must change all {oldName} subsections to {newName}.": "F\u00f8\u0279 \u0183\u0279\u0250d\u1d09n\u0183 \u0287\u00f8 \u028d\u00f8\u0279\u029e, \u028e\u00f8n \u026fns\u0287 \u0254\u0265\u0250n\u0183\u01dd \u0250ll {oldName} snbs\u01dd\u0254\u0287\u1d09\u00f8ns \u0287\u00f8 {newName}.", + "For inquiries regarding assignments, grades, or structure of a specific course, please post in the discussion forums for that course directly.": "F\u00f8\u0279 \u1d09nbn\u1d09\u0279\u1d09\u01dds \u0279\u01dd\u0183\u0250\u0279d\u1d09n\u0183 \u0250ss\u1d09\u0183n\u026f\u01ddn\u0287s, \u0183\u0279\u0250d\u01dds, \u00f8\u0279 s\u0287\u0279n\u0254\u0287n\u0279\u01dd \u00f8\u025f \u0250 sd\u01dd\u0254\u1d09\u025f\u1d09\u0254 \u0254\u00f8n\u0279s\u01dd, dl\u01dd\u0250s\u01dd d\u00f8s\u0287 \u1d09n \u0287\u0265\u01dd d\u1d09s\u0254nss\u1d09\u00f8n \u025f\u00f8\u0279n\u026fs \u025f\u00f8\u0279 \u0287\u0265\u0250\u0287 \u0254\u00f8n\u0279s\u01dd d\u1d09\u0279\u01dd\u0254\u0287l\u028e.", + "Format": "F\u00f8\u0279\u026f\u0250\u0287", + "Formats": "F\u00f8\u0279\u026f\u0250\u0287s", + "Free text notes": "F\u0279\u01dd\u01dd \u0287\u01ddx\u0287 n\u00f8\u0287\u01dds", + "Frequently Asked Questions": "F\u0279\u01ddbn\u01ddn\u0287l\u028e \u023as\u029e\u01ddd Qn\u01dds\u0287\u1d09\u00f8ns", + "Full Name": "Fnll N\u0250\u026f\u01dd", + "Full Profile": "Fnll \u2c63\u0279\u00f8\u025f\u1d09l\u01dd", + "Fullscreen": "Fnlls\u0254\u0279\u01dd\u01ddn", + "Fully Supported": "Fnll\u028e Sndd\u00f8\u0279\u0287\u01ddd", + "Gender": "\u01e4\u01ddnd\u01dd\u0279", + "General": "\u01e4\u01ddn\u01dd\u0279\u0250l", + "General Proctored Exam Rules": "\u01e4\u01ddn\u01dd\u0279\u0250l \u2c63\u0279\u00f8\u0254\u0287\u00f8\u0279\u01ddd \u0246x\u0250\u026f \u024cnl\u01dds", + "Generate": "\u01e4\u01ddn\u01dd\u0279\u0250\u0287\u01dd", + "Generate Exception Certificates": "\u01e4\u01ddn\u01dd\u0279\u0250\u0287\u01dd \u0246x\u0254\u01ddd\u0287\u1d09\u00f8n \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds", + "Generate the user's certificate": "\u01e4\u01ddn\u01dd\u0279\u0250\u0287\u01dd \u0287\u0265\u01dd ns\u01dd\u0279's \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd", + "Get Credit": "\u01e4\u01dd\u0287 \u023b\u0279\u01ddd\u1d09\u0287", + "Go to Dashboard": "\u01e4\u00f8 \u0287\u00f8 \u0110\u0250s\u0265b\u00f8\u0250\u0279d", + "Go to my Dashboard": "\u01e4\u00f8 \u0287\u00f8 \u026f\u028e \u0110\u0250s\u0265b\u00f8\u0250\u0279d", + "Go to your Dashboard": "\u01e4\u00f8 \u0287\u00f8 \u028e\u00f8n\u0279 \u0110\u0250s\u0265b\u00f8\u0250\u0279d", + "Go to {platform} Home": "\u01e4\u00f8 \u0287\u00f8 {platform} \u0126\u00f8\u026f\u01dd", + "Going forward, your account information will be updated and maintained by {enterprise_name}.": "\u01e4\u00f8\u1d09n\u0183 \u025f\u00f8\u0279\u028d\u0250\u0279d, \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287 \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n \u028d\u1d09ll b\u01dd ndd\u0250\u0287\u01ddd \u0250nd \u026f\u0250\u1d09n\u0287\u0250\u1d09n\u01ddd b\u028e {enterprise_name}.", + "Government-Issued Photo ID": "\u01e4\u00f8\u028c\u01dd\u0279n\u026f\u01ddn\u0287-\u0197ssn\u01ddd \u2c63\u0265\u00f8\u0287\u00f8 \u0197\u0110", + "Grace period must be specified in HH:MM format.": "\u01e4\u0279\u0250\u0254\u01dd d\u01dd\u0279\u1d09\u00f8d \u026fns\u0287 b\u01dd sd\u01dd\u0254\u1d09\u025f\u1d09\u01ddd \u1d09n \u0126\u0126:MM \u025f\u00f8\u0279\u026f\u0250\u0287.", + "Grade": "\u01e4\u0279\u0250d\u01dd", + "Grade as:": "\u01e4\u0279\u0250d\u01dd \u0250s:", + "Grade must be a number.": "\u01e4\u0279\u0250d\u01dd \u026fns\u0287 b\u01dd \u0250 nn\u026fb\u01dd\u0279.", + "Grade must be an integer.": "\u01e4\u0279\u0250d\u01dd \u026fns\u0287 b\u01dd \u0250n \u1d09n\u0287\u01dd\u0183\u01dd\u0279.", + "Grade must be positive.": "\u01e4\u0279\u0250d\u01dd \u026fns\u0287 b\u01dd d\u00f8s\u1d09\u0287\u1d09\u028c\u01dd.", + "Graded as:": "\u01e4\u0279\u0250d\u01ddd \u0250s:", + "Grading": "\u01e4\u0279\u0250d\u1d09n\u0183", + "Group": "\u01e4\u0279\u00f8nd", + "Group %s": "\u01e4\u0279\u00f8nd %s", + "Group A": "\u01e4\u0279\u00f8nd \u023a", + "Group B": "\u01e4\u0279\u00f8nd \u0243", + "Group Configuration ID": "\u01e4\u0279\u00f8nd \u023b\u00f8n\u025f\u1d09\u0183n\u0279\u0250\u0287\u1d09\u00f8n \u0197\u0110", + "Group Configuration Name": "\u01e4\u0279\u00f8nd \u023b\u00f8n\u025f\u1d09\u0183n\u0279\u0250\u0287\u1d09\u00f8n N\u0250\u026f\u01dd", + "Group Configuration information": "\u01e4\u0279\u00f8nd \u023b\u00f8n\u025f\u1d09\u0183n\u0279\u0250\u0287\u1d09\u00f8n \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n", + "Group Configuration name is required.": "\u01e4\u0279\u00f8nd \u023b\u00f8n\u025f\u1d09\u0183n\u0279\u0250\u0287\u1d09\u00f8n n\u0250\u026f\u01dd \u1d09s \u0279\u01ddbn\u1d09\u0279\u01ddd.", + "Group information": "\u01e4\u0279\u00f8nd \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n", + "Group name is required": "\u01e4\u0279\u00f8nd n\u0250\u026f\u01dd \u1d09s \u0279\u01ddbn\u1d09\u0279\u01ddd", + "Groups": "\u01e4\u0279\u00f8nds", + "H Align": "\u0126 \u023al\u1d09\u0183n", + "HTML preview of post": "\u0126\u0166M\u0141 d\u0279\u01dd\u028c\u1d09\u01dd\u028d \u00f8\u025f d\u00f8s\u0287", + "HTML source code": "\u0126\u0166M\u0141 s\u00f8n\u0279\u0254\u01dd \u0254\u00f8d\u01dd", + "Header": "\u0126\u01dd\u0250d\u01dd\u0279", + "Header 1": "\u0126\u01dd\u0250d\u01dd\u0279 1", + "Header 2": "\u0126\u01dd\u0250d\u01dd\u0279 2", + "Header 3": "\u0126\u01dd\u0250d\u01dd\u0279 3", + "Header 4": "\u0126\u01dd\u0250d\u01dd\u0279 4", + "Header 5": "\u0126\u01dd\u0250d\u01dd\u0279 5", + "Header 6": "\u0126\u01dd\u0250d\u01dd\u0279 6", + "Header cell": "\u0126\u01dd\u0250d\u01dd\u0279 \u0254\u01ddll", + "Headers": "\u0126\u01dd\u0250d\u01dd\u0279s", + "Heading": "\u0126\u01dd\u0250d\u1d09n\u0183", + "Heading (Ctrl+H)": "\u0126\u01dd\u0250d\u1d09n\u0183 (\u023b\u0287\u0279l+\u0126)", + "Heading 1": "\u0126\u01dd\u0250d\u1d09n\u0183 1", + "Heading 2": "\u0126\u01dd\u0250d\u1d09n\u0183 2", + "Heading 3": "\u0126\u01dd\u0250d\u1d09n\u0183 3", + "Heading 4": "\u0126\u01dd\u0250d\u1d09n\u0183 4", + "Heading 5": "\u0126\u01dd\u0250d\u1d09n\u0183 5", + "Heading 6": "\u0126\u01dd\u0250d\u1d09n\u0183 6", + "Headings": "\u0126\u01dd\u0250d\u1d09n\u0183s", + "Height": "\u0126\u01dd\u1d09\u0183\u0265\u0287", + "Help Translate into {beta_language}": "\u0126\u01ddld \u0166\u0279\u0250nsl\u0250\u0287\u01dd \u1d09n\u0287\u00f8 {beta_language}", + "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "\u0126\u01ddld \u00f8\u0287\u0265\u01dd\u0279 l\u01dd\u0250\u0279n\u01dd\u0279s d\u01dd\u0254\u1d09d\u01dd \u028d\u0265\u01dd\u0287\u0265\u01dd\u0279 \u0287\u00f8 \u027e\u00f8\u1d09n \u028e\u00f8n\u0279 \u0287\u01dd\u0250\u026f b\u028e sd\u01dd\u0254\u1d09\u025f\u028e\u1d09n\u0183 s\u00f8\u026f\u01dd \u0254\u0265\u0250\u0279\u0250\u0254\u0287\u01dd\u0279\u1d09s\u0287\u1d09\u0254s \u025f\u00f8\u0279 \u028e\u00f8n\u0279 \u0287\u01dd\u0250\u026f. \u023b\u0265\u00f8\u00f8s\u01dd \u0254\u0250\u0279\u01dd\u025fnll\u028e, b\u01dd\u0254\u0250ns\u01dd \u025f\u01dd\u028d\u01dd\u0279 d\u01dd\u00f8dl\u01dd \u026f\u1d09\u0183\u0265\u0287 b\u01dd \u1d09n\u0287\u01dd\u0279\u01dds\u0287\u01ddd \u1d09n \u027e\u00f8\u1d09n\u1d09n\u0183 \u028e\u00f8n\u0279 \u0287\u01dd\u0250\u026f \u1d09\u025f \u1d09\u0287 s\u01dd\u01dd\u026fs \u0287\u00f8\u00f8 \u0279\u01dds\u0287\u0279\u1d09\u0254\u0287\u1d09\u028c\u01dd.", + "Hide Annotations": "\u0126\u1d09d\u01dd \u023ann\u00f8\u0287\u0250\u0287\u1d09\u00f8ns", + "Hide Deprecated Settings": "\u0126\u1d09d\u01dd \u0110\u01ddd\u0279\u01dd\u0254\u0250\u0287\u01ddd S\u01dd\u0287\u0287\u1d09n\u0183s", + "Hide Discussion": "\u0126\u1d09d\u01dd \u0110\u1d09s\u0254nss\u1d09\u00f8n", + "Hide Previews": "\u0126\u1d09d\u01dd \u2c63\u0279\u01dd\u028c\u1d09\u01dd\u028ds", + "Hide Timer": "\u0126\u1d09d\u01dd \u0166\u1d09\u026f\u01dd\u0279", + "Hide closed captions": "\u0126\u1d09d\u01dd \u0254l\u00f8s\u01ddd \u0254\u0250d\u0287\u1d09\u00f8ns", + "Hide content after course end date": "\u0126\u1d09d\u01dd \u0254\u00f8n\u0287\u01ddn\u0287 \u0250\u025f\u0287\u01dd\u0279 \u0254\u00f8n\u0279s\u01dd \u01ddnd d\u0250\u0287\u01dd", + "Hide content after due date": "\u0126\u1d09d\u01dd \u0254\u00f8n\u0287\u01ddn\u0287 \u0250\u025f\u0287\u01dd\u0279 dn\u01dd d\u0250\u0287\u01dd", + "Hide entire subsection": "\u0126\u1d09d\u01dd \u01ddn\u0287\u1d09\u0279\u01dd snbs\u01dd\u0254\u0287\u1d09\u00f8n", + "Hide from learners": "\u0126\u1d09d\u01dd \u025f\u0279\u00f8\u026f l\u01dd\u0250\u0279n\u01dd\u0279s", + "Hide notes": "\u0126\u1d09d\u01dd n\u00f8\u0287\u01dds", + "Hide transcripts ({transcriptCount})": "\u0126\u1d09d\u01dd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287s ({transcriptCount})", + "Hiding from Students": "\u0126\u1d09d\u1d09n\u0183 \u025f\u0279\u00f8\u026f S\u0287nd\u01ddn\u0287s", + "High Definition": "\u0126\u1d09\u0183\u0265 \u0110\u01dd\u025f\u1d09n\u1d09\u0287\u1d09\u00f8n", + "Highlight {highlight_index}": "\u0126\u1d09\u0183\u0265l\u1d09\u0183\u0265\u0287 {highlight_index}", + "Highlighted text": "\u0126\u1d09\u0183\u0265l\u1d09\u0183\u0265\u0287\u01ddd \u0287\u01ddx\u0287", + "Highlights for {display_name}": "\u0126\u1d09\u0183\u0265l\u1d09\u0183\u0265\u0287s \u025f\u00f8\u0279 {display_name}", + "Horizontal Rule (Ctrl+R)": "\u0126\u00f8\u0279\u1d09z\u00f8n\u0287\u0250l \u024cnl\u01dd (\u023b\u0287\u0279l+\u024c)", + "Horizontal line": "\u0126\u00f8\u0279\u1d09z\u00f8n\u0287\u0250l l\u1d09n\u01dd", + "Horizontal space": "\u0126\u00f8\u0279\u1d09z\u00f8n\u0287\u0250l sd\u0250\u0254\u01dd", + "How to create useful text alternatives.": "\u0126\u00f8\u028d \u0287\u00f8 \u0254\u0279\u01dd\u0250\u0287\u01dd ns\u01dd\u025fnl \u0287\u01ddx\u0287 \u0250l\u0287\u01dd\u0279n\u0250\u0287\u1d09\u028c\u01dds.", + "How to use %(platform_name)s discussions": "\u0126\u00f8\u028d \u0287\u00f8 ns\u01dd %(platform_name)s d\u1d09s\u0254nss\u1d09\u00f8ns", + "Hyperlink (Ctrl+L)": "\u0126\u028ed\u01dd\u0279l\u1d09n\u029e (\u023b\u0287\u0279l+\u0141)", + "ID": "\u0197\u0110", + "ID-Verification is not required for this Professional Education course.": "\u0197\u0110-V\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n \u1d09s n\u00f8\u0287 \u0279\u01ddbn\u1d09\u0279\u01ddd \u025f\u00f8\u0279 \u0287\u0265\u1d09s \u2c63\u0279\u00f8\u025f\u01ddss\u1d09\u00f8n\u0250l \u0246dn\u0254\u0250\u0287\u1d09\u00f8n \u0254\u00f8n\u0279s\u01dd.", + "Identity Verification In Progress": "\u0197d\u01ddn\u0287\u1d09\u0287\u028e V\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n \u0197n \u2c63\u0279\u00f8\u0183\u0279\u01ddss", + "If the course does not have an end date, learners always see their scores when they submit answers to assessments.": "\u0197\u025f \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd d\u00f8\u01dds n\u00f8\u0287 \u0265\u0250\u028c\u01dd \u0250n \u01ddnd d\u0250\u0287\u01dd, l\u01dd\u0250\u0279n\u01dd\u0279s \u0250l\u028d\u0250\u028es s\u01dd\u01dd \u0287\u0265\u01dd\u1d09\u0279 s\u0254\u00f8\u0279\u01dds \u028d\u0265\u01ddn \u0287\u0265\u01dd\u028e snb\u026f\u1d09\u0287 \u0250ns\u028d\u01dd\u0279s \u0287\u00f8 \u0250ss\u01ddss\u026f\u01ddn\u0287s.", + "If the photos you submit are rejected, try moving the computer or camera orientation to change the lighting angle. The most common reason for rejection is inability to read the text on the ID card.": "\u0197\u025f \u0287\u0265\u01dd d\u0265\u00f8\u0287\u00f8s \u028e\u00f8n snb\u026f\u1d09\u0287 \u0250\u0279\u01dd \u0279\u01dd\u027e\u01dd\u0254\u0287\u01ddd, \u0287\u0279\u028e \u026f\u00f8\u028c\u1d09n\u0183 \u0287\u0265\u01dd \u0254\u00f8\u026fdn\u0287\u01dd\u0279 \u00f8\u0279 \u0254\u0250\u026f\u01dd\u0279\u0250 \u00f8\u0279\u1d09\u01ddn\u0287\u0250\u0287\u1d09\u00f8n \u0287\u00f8 \u0254\u0265\u0250n\u0183\u01dd \u0287\u0265\u01dd l\u1d09\u0183\u0265\u0287\u1d09n\u0183 \u0250n\u0183l\u01dd. \u0166\u0265\u01dd \u026f\u00f8s\u0287 \u0254\u00f8\u026f\u026f\u00f8n \u0279\u01dd\u0250s\u00f8n \u025f\u00f8\u0279 \u0279\u01dd\u027e\u01dd\u0254\u0287\u1d09\u00f8n \u1d09s \u1d09n\u0250b\u1d09l\u1d09\u0287\u028e \u0287\u00f8 \u0279\u01dd\u0250d \u0287\u0265\u01dd \u0287\u01ddx\u0287 \u00f8n \u0287\u0265\u01dd \u0197\u0110 \u0254\u0250\u0279d.", + "If the subsection does not have a due date, learners always see their scores when they submit answers to assessments.": "\u0197\u025f \u0287\u0265\u01dd snbs\u01dd\u0254\u0287\u1d09\u00f8n d\u00f8\u01dds n\u00f8\u0287 \u0265\u0250\u028c\u01dd \u0250 dn\u01dd d\u0250\u0287\u01dd, l\u01dd\u0250\u0279n\u01dd\u0279s \u0250l\u028d\u0250\u028es s\u01dd\u01dd \u0287\u0265\u01dd\u1d09\u0279 s\u0254\u00f8\u0279\u01dds \u028d\u0265\u01ddn \u0287\u0265\u01dd\u028e snb\u026f\u1d09\u0287 \u0250ns\u028d\u01dd\u0279s \u0287\u00f8 \u0250ss\u01ddss\u026f\u01ddn\u0287s.", + "If the unit was previously published and released to learners, any changes you made to the unit when it was hidden will now be visible to learners.": "\u0197\u025f \u0287\u0265\u01dd nn\u1d09\u0287 \u028d\u0250s d\u0279\u01dd\u028c\u1d09\u00f8nsl\u028e dnbl\u1d09s\u0265\u01ddd \u0250nd \u0279\u01ddl\u01dd\u0250s\u01ddd \u0287\u00f8 l\u01dd\u0250\u0279n\u01dd\u0279s, \u0250n\u028e \u0254\u0265\u0250n\u0183\u01dds \u028e\u00f8n \u026f\u0250d\u01dd \u0287\u00f8 \u0287\u0265\u01dd nn\u1d09\u0287 \u028d\u0265\u01ddn \u1d09\u0287 \u028d\u0250s \u0265\u1d09dd\u01ddn \u028d\u1d09ll n\u00f8\u028d b\u01dd \u028c\u1d09s\u1d09bl\u01dd \u0287\u00f8 l\u01dd\u0250\u0279n\u01dd\u0279s.", + "If the unit was previously published and released to students, any changes you made to the unit when it was hidden will now be visible to students. Do you want to proceed?": "\u0197\u025f \u0287\u0265\u01dd nn\u1d09\u0287 \u028d\u0250s d\u0279\u01dd\u028c\u1d09\u00f8nsl\u028e dnbl\u1d09s\u0265\u01ddd \u0250nd \u0279\u01ddl\u01dd\u0250s\u01ddd \u0287\u00f8 s\u0287nd\u01ddn\u0287s, \u0250n\u028e \u0254\u0265\u0250n\u0183\u01dds \u028e\u00f8n \u026f\u0250d\u01dd \u0287\u00f8 \u0287\u0265\u01dd nn\u1d09\u0287 \u028d\u0265\u01ddn \u1d09\u0287 \u028d\u0250s \u0265\u1d09dd\u01ddn \u028d\u1d09ll n\u00f8\u028d b\u01dd \u028c\u1d09s\u1d09bl\u01dd \u0287\u00f8 s\u0287nd\u01ddn\u0287s. \u0110\u00f8 \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 d\u0279\u00f8\u0254\u01dd\u01ddd?", + "If you are unable to access your account contact us via email using {email}.": "\u0197\u025f \u028e\u00f8n \u0250\u0279\u01dd nn\u0250bl\u01dd \u0287\u00f8 \u0250\u0254\u0254\u01ddss \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287 \u0254\u00f8n\u0287\u0250\u0254\u0287 ns \u028c\u1d09\u0250 \u01dd\u026f\u0250\u1d09l ns\u1d09n\u0183 {email}.", + "If you do not yet have an account, use the button below to register.": "\u0197\u025f \u028e\u00f8n d\u00f8 n\u00f8\u0287 \u028e\u01dd\u0287 \u0265\u0250\u028c\u01dd \u0250n \u0250\u0254\u0254\u00f8nn\u0287, ns\u01dd \u0287\u0265\u01dd bn\u0287\u0287\u00f8n b\u01ddl\u00f8\u028d \u0287\u00f8 \u0279\u01dd\u0183\u1d09s\u0287\u01dd\u0279.", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "\u0197\u025f \u028e\u00f8n d\u00f8n'\u0287 \u028c\u01dd\u0279\u1d09\u025f\u028e \u028e\u00f8n\u0279 \u1d09d\u01ddn\u0287\u1d09\u0287\u028e n\u00f8\u028d, \u028e\u00f8n \u0254\u0250n s\u0287\u1d09ll \u01ddxdl\u00f8\u0279\u01dd \u028e\u00f8n\u0279 \u0254\u00f8n\u0279s\u01dd \u025f\u0279\u00f8\u026f \u028e\u00f8n\u0279 d\u0250s\u0265b\u00f8\u0250\u0279d. \u024e\u00f8n \u028d\u1d09ll \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01dd d\u01dd\u0279\u1d09\u00f8d\u1d09\u0254 \u0279\u01dd\u026f\u1d09nd\u01dd\u0279s \u025f\u0279\u00f8\u026f %(platformName)s \u0287\u00f8 \u028c\u01dd\u0279\u1d09\u025f\u028e \u028e\u00f8n\u0279 \u1d09d\u01ddn\u0287\u1d09\u0287\u028e.", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from {platformName} to verify your identity.": "\u0197\u025f \u028e\u00f8n d\u00f8n'\u0287 \u028c\u01dd\u0279\u1d09\u025f\u028e \u028e\u00f8n\u0279 \u1d09d\u01ddn\u0287\u1d09\u0287\u028e n\u00f8\u028d, \u028e\u00f8n \u0254\u0250n s\u0287\u1d09ll \u01ddxdl\u00f8\u0279\u01dd \u028e\u00f8n\u0279 \u0254\u00f8n\u0279s\u01dd \u025f\u0279\u00f8\u026f \u028e\u00f8n\u0279 d\u0250s\u0265b\u00f8\u0250\u0279d. \u024e\u00f8n \u028d\u1d09ll \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01dd d\u01dd\u0279\u1d09\u00f8d\u1d09\u0254 \u0279\u01dd\u026f\u1d09nd\u01dd\u0279s \u025f\u0279\u00f8\u026f {platformName} \u0287\u00f8 \u028c\u01dd\u0279\u1d09\u025f\u028e \u028e\u00f8n\u0279 \u1d09d\u01ddn\u0287\u1d09\u0287\u028e.", + "If you leave, you can no longer post in this team's discussions.Your place will be available to another learner.": "\u0197\u025f \u028e\u00f8n l\u01dd\u0250\u028c\u01dd, \u028e\u00f8n \u0254\u0250n n\u00f8 l\u00f8n\u0183\u01dd\u0279 d\u00f8s\u0287 \u1d09n \u0287\u0265\u1d09s \u0287\u01dd\u0250\u026f's d\u1d09s\u0254nss\u1d09\u00f8ns.\u024e\u00f8n\u0279 dl\u0250\u0254\u01dd \u028d\u1d09ll b\u01dd \u0250\u028c\u0250\u1d09l\u0250bl\u01dd \u0287\u00f8 \u0250n\u00f8\u0287\u0265\u01dd\u0279 l\u01dd\u0250\u0279n\u01dd\u0279.", + "If you make significant changes, make sure you notify members of the team before making these changes.": "\u0197\u025f \u028e\u00f8n \u026f\u0250\u029e\u01dd s\u1d09\u0183n\u1d09\u025f\u1d09\u0254\u0250n\u0287 \u0254\u0265\u0250n\u0183\u01dds, \u026f\u0250\u029e\u01dd sn\u0279\u01dd \u028e\u00f8n n\u00f8\u0287\u1d09\u025f\u028e \u026f\u01dd\u026fb\u01dd\u0279s \u00f8\u025f \u0287\u0265\u01dd \u0287\u01dd\u0250\u026f b\u01dd\u025f\u00f8\u0279\u01dd \u026f\u0250\u029e\u1d09n\u0183 \u0287\u0265\u01dds\u01dd \u0254\u0265\u0250n\u0183\u01dds.", + "If you make this %(xblockType)s visible to learners, learners will be able to see its content after the release date has passed and you have published the unit. Only units that are explicitly hidden from learners will remain hidden after you clear this option for the %(xblockType)s.": "\u0197\u025f \u028e\u00f8n \u026f\u0250\u029e\u01dd \u0287\u0265\u1d09s %(xblockType)s \u028c\u1d09s\u1d09bl\u01dd \u0287\u00f8 l\u01dd\u0250\u0279n\u01dd\u0279s, l\u01dd\u0250\u0279n\u01dd\u0279s \u028d\u1d09ll b\u01dd \u0250bl\u01dd \u0287\u00f8 s\u01dd\u01dd \u1d09\u0287s \u0254\u00f8n\u0287\u01ddn\u0287 \u0250\u025f\u0287\u01dd\u0279 \u0287\u0265\u01dd \u0279\u01ddl\u01dd\u0250s\u01dd d\u0250\u0287\u01dd \u0265\u0250s d\u0250ss\u01ddd \u0250nd \u028e\u00f8n \u0265\u0250\u028c\u01dd dnbl\u1d09s\u0265\u01ddd \u0287\u0265\u01dd nn\u1d09\u0287. \u00d8nl\u028e nn\u1d09\u0287s \u0287\u0265\u0250\u0287 \u0250\u0279\u01dd \u01ddxdl\u1d09\u0254\u1d09\u0287l\u028e \u0265\u1d09dd\u01ddn \u025f\u0279\u00f8\u026f l\u01dd\u0250\u0279n\u01dd\u0279s \u028d\u1d09ll \u0279\u01dd\u026f\u0250\u1d09n \u0265\u1d09dd\u01ddn \u0250\u025f\u0287\u01dd\u0279 \u028e\u00f8n \u0254l\u01dd\u0250\u0279 \u0287\u0265\u1d09s \u00f8d\u0287\u1d09\u00f8n \u025f\u00f8\u0279 \u0287\u0265\u01dd %(xblockType)s.", + "If you proceed, you will be unable to use this account to take courses on the {platformName} app, {siteName}, or any other site hosted by {platformName}.": "\u0197\u025f \u028e\u00f8n d\u0279\u00f8\u0254\u01dd\u01ddd, \u028e\u00f8n \u028d\u1d09ll b\u01dd nn\u0250bl\u01dd \u0287\u00f8 ns\u01dd \u0287\u0265\u1d09s \u0250\u0254\u0254\u00f8nn\u0287 \u0287\u00f8 \u0287\u0250\u029e\u01dd \u0254\u00f8n\u0279s\u01dds \u00f8n \u0287\u0265\u01dd {platformName} \u0250dd, {siteName}, \u00f8\u0279 \u0250n\u028e \u00f8\u0287\u0265\u01dd\u0279 s\u1d09\u0287\u01dd \u0265\u00f8s\u0287\u01ddd b\u028e {platformName}.", + "If you remove this transcript, the transcript will not be available for any components that use this video.": "\u0197\u025f \u028e\u00f8n \u0279\u01dd\u026f\u00f8\u028c\u01dd \u0287\u0265\u1d09s \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287, \u0287\u0265\u01dd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u028d\u1d09ll n\u00f8\u0287 b\u01dd \u0250\u028c\u0250\u1d09l\u0250bl\u01dd \u025f\u00f8\u0279 \u0250n\u028e \u0254\u00f8\u026fd\u00f8n\u01ddn\u0287s \u0287\u0265\u0250\u0287 ns\u01dd \u0287\u0265\u1d09s \u028c\u1d09d\u01dd\u00f8.", + "If you remove this transcript, the transcript will not be available for this component.": "\u0197\u025f \u028e\u00f8n \u0279\u01dd\u026f\u00f8\u028c\u01dd \u0287\u0265\u1d09s \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287, \u0287\u0265\u01dd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u028d\u1d09ll n\u00f8\u0287 b\u01dd \u0250\u028c\u0250\u1d09l\u0250bl\u01dd \u025f\u00f8\u0279 \u0287\u0265\u1d09s \u0254\u00f8\u026fd\u00f8n\u01ddn\u0287.", + "If you require assistance with taking either photo for submission, contact %(platformName)s support for additional suggestions.": "\u0197\u025f \u028e\u00f8n \u0279\u01ddbn\u1d09\u0279\u01dd \u0250ss\u1d09s\u0287\u0250n\u0254\u01dd \u028d\u1d09\u0287\u0265 \u0287\u0250\u029e\u1d09n\u0183 \u01dd\u1d09\u0287\u0265\u01dd\u0279 d\u0265\u00f8\u0287\u00f8 \u025f\u00f8\u0279 snb\u026f\u1d09ss\u1d09\u00f8n, \u0254\u00f8n\u0287\u0250\u0254\u0287 %(platformName)s sndd\u00f8\u0279\u0287 \u025f\u00f8\u0279 \u0250dd\u1d09\u0287\u1d09\u00f8n\u0250l sn\u0183\u0183\u01dds\u0287\u1d09\u00f8ns.", + "If you select an option other than \"%(hide_label)s\", published units in this subsection become available to learners unless they are explicitly hidden.": "\u0197\u025f \u028e\u00f8n s\u01ddl\u01dd\u0254\u0287 \u0250n \u00f8d\u0287\u1d09\u00f8n \u00f8\u0287\u0265\u01dd\u0279 \u0287\u0265\u0250n \"%(hide_label)s\", dnbl\u1d09s\u0265\u01ddd nn\u1d09\u0287s \u1d09n \u0287\u0265\u1d09s snbs\u01dd\u0254\u0287\u1d09\u00f8n b\u01dd\u0254\u00f8\u026f\u01dd \u0250\u028c\u0250\u1d09l\u0250bl\u01dd \u0287\u00f8 l\u01dd\u0250\u0279n\u01dd\u0279s nnl\u01ddss \u0287\u0265\u01dd\u028e \u0250\u0279\u01dd \u01ddxdl\u1d09\u0254\u1d09\u0287l\u028e \u0265\u1d09dd\u01ddn.", + "If you still wish to continue and delete your account, please enter your account password:": "\u0197\u025f \u028e\u00f8n s\u0287\u1d09ll \u028d\u1d09s\u0265 \u0287\u00f8 \u0254\u00f8n\u0287\u1d09nn\u01dd \u0250nd d\u01ddl\u01dd\u0287\u01dd \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287, dl\u01dd\u0250s\u01dd \u01ddn\u0287\u01dd\u0279 \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287 d\u0250ss\u028d\u00f8\u0279d:", + "If you use the Advanced Editor, this problem will be converted to XML and you will not be able to return to the Simple Editor Interface.\n\nProceed to the Advanced Editor and convert this problem to XML?": "\u0197\u025f \u028e\u00f8n ns\u01dd \u0287\u0265\u01dd \u023ad\u028c\u0250n\u0254\u01ddd \u0246d\u1d09\u0287\u00f8\u0279, \u0287\u0265\u1d09s d\u0279\u00f8bl\u01dd\u026f \u028d\u1d09ll b\u01dd \u0254\u00f8n\u028c\u01dd\u0279\u0287\u01ddd \u0287\u00f8 XM\u0141 \u0250nd \u028e\u00f8n \u028d\u1d09ll n\u00f8\u0287 b\u01dd \u0250bl\u01dd \u0287\u00f8 \u0279\u01dd\u0287n\u0279n \u0287\u00f8 \u0287\u0265\u01dd S\u1d09\u026fdl\u01dd \u0246d\u1d09\u0287\u00f8\u0279 \u0197n\u0287\u01dd\u0279\u025f\u0250\u0254\u01dd.\n\n\u2c63\u0279\u00f8\u0254\u01dd\u01ddd \u0287\u00f8 \u0287\u0265\u01dd \u023ad\u028c\u0250n\u0254\u01ddd \u0246d\u1d09\u0287\u00f8\u0279 \u0250nd \u0254\u00f8n\u028c\u01dd\u0279\u0287 \u0287\u0265\u1d09s d\u0279\u00f8bl\u01dd\u026f \u0287\u00f8 XM\u0141?", + "Ignore": "\u0197\u0183n\u00f8\u0279\u01dd", + "Ignore all": "\u0197\u0183n\u00f8\u0279\u01dd \u0250ll", + "Image": "\u0197\u026f\u0250\u0183\u01dd", + "Image (Ctrl+G)": "\u0197\u026f\u0250\u0183\u01dd (\u023b\u0287\u0279l+\u01e4)", + "Image Description": "\u0197\u026f\u0250\u0183\u01dd \u0110\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n", + "Image Upload Error": "\u0197\u026f\u0250\u0183\u01dd \u0244dl\u00f8\u0250d \u0246\u0279\u0279\u00f8\u0279", + "Image description": "\u0197\u026f\u0250\u0183\u01dd d\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n", + "Image must be in PNG format": "\u0197\u026f\u0250\u0183\u01dd \u026fns\u0287 b\u01dd \u1d09n \u2c63N\u01e4 \u025f\u00f8\u0279\u026f\u0250\u0287", + "Image must be in PNG format.": "\u0197\u026f\u0250\u0183\u01dd \u026fns\u0287 b\u01dd \u1d09n \u2c63N\u01e4 \u025f\u00f8\u0279\u026f\u0250\u0287.", + "Image upload failed": "\u0197\u026f\u0250\u0183\u01dd ndl\u00f8\u0250d \u025f\u0250\u1d09l\u01ddd", + "Image upload failed. ": "\u0197\u026f\u0250\u0183\u01dd ndl\u00f8\u0250d \u025f\u0250\u1d09l\u01ddd. ", + "Import YouTube Transcript": "\u0197\u026fd\u00f8\u0279\u0287 \u024e\u00f8n\u0166nb\u01dd \u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287", + "In Progress": "\u0197n \u2c63\u0279\u00f8\u0183\u0279\u01ddss", + "In the {linkStart}Course Outline{linkEnd}, use this group to control access to a component.": "\u0197n \u0287\u0265\u01dd {linkStart}\u023b\u00f8n\u0279s\u01dd \u00d8n\u0287l\u1d09n\u01dd{linkEnd}, ns\u01dd \u0287\u0265\u1d09s \u0183\u0279\u00f8nd \u0287\u00f8 \u0254\u00f8n\u0287\u0279\u00f8l \u0250\u0254\u0254\u01ddss \u0287\u00f8 \u0250 \u0254\u00f8\u026fd\u00f8n\u01ddn\u0287.", + "Incorrect url format.": "\u0197n\u0254\u00f8\u0279\u0279\u01dd\u0254\u0287 n\u0279l \u025f\u00f8\u0279\u026f\u0250\u0287.", + "Increase indent": "\u0197n\u0254\u0279\u01dd\u0250s\u01dd \u1d09nd\u01ddn\u0287", + "Individual Exceptions": "\u0197nd\u1d09\u028c\u1d09dn\u0250l \u0246x\u0254\u01ddd\u0287\u1d09\u00f8ns", + "Inheriting Student Visibility": "\u0197n\u0265\u01dd\u0279\u1d09\u0287\u1d09n\u0183 S\u0287nd\u01ddn\u0287 V\u1d09s\u1d09b\u1d09l\u1d09\u0287\u028e", + "Inline": "\u0197nl\u1d09n\u01dd", + "Insert": "\u0197ns\u01dd\u0279\u0287", + "Insert Hyperlink": "\u0197ns\u01dd\u0279\u0287 \u0126\u028ed\u01dd\u0279l\u1d09n\u029e", + "Insert Image (upload file or type URL)": "\u0197ns\u01dd\u0279\u0287 \u0197\u026f\u0250\u0183\u01dd (ndl\u00f8\u0250d \u025f\u1d09l\u01dd \u00f8\u0279 \u0287\u028ed\u01dd \u0244\u024c\u0141)", + "Insert column after": "\u0197ns\u01dd\u0279\u0287 \u0254\u00f8ln\u026fn \u0250\u025f\u0287\u01dd\u0279", + "Insert column before": "\u0197ns\u01dd\u0279\u0287 \u0254\u00f8ln\u026fn b\u01dd\u025f\u00f8\u0279\u01dd", + "Insert date/time": "\u0197ns\u01dd\u0279\u0287 d\u0250\u0287\u01dd/\u0287\u1d09\u026f\u01dd", + "Insert image": "\u0197ns\u01dd\u0279\u0287 \u1d09\u026f\u0250\u0183\u01dd", + "Insert link": "\u0197ns\u01dd\u0279\u0287 l\u1d09n\u029e", + "Insert row after": "\u0197ns\u01dd\u0279\u0287 \u0279\u00f8\u028d \u0250\u025f\u0287\u01dd\u0279", + "Insert row before": "\u0197ns\u01dd\u0279\u0287 \u0279\u00f8\u028d b\u01dd\u025f\u00f8\u0279\u01dd", + "Insert table": "\u0197ns\u01dd\u0279\u0287 \u0287\u0250bl\u01dd", + "Insert template": "\u0197ns\u01dd\u0279\u0287 \u0287\u01dd\u026fdl\u0250\u0287\u01dd", + "Insert video": "\u0197ns\u01dd\u0279\u0287 \u028c\u1d09d\u01dd\u00f8", + "Insert/Edit Image": "\u0197ns\u01dd\u0279\u0287/\u0246d\u1d09\u0287 \u0197\u026f\u0250\u0183\u01dd", + "Insert/edit image": "\u0197ns\u01dd\u0279\u0287/\u01ddd\u1d09\u0287 \u1d09\u026f\u0250\u0183\u01dd", + "Insert/edit link": "\u0197ns\u01dd\u0279\u0287/\u01ddd\u1d09\u0287 l\u1d09n\u029e", + "Insert/edit video": "\u0197ns\u01dd\u0279\u0287/\u01ddd\u1d09\u0287 \u028c\u1d09d\u01dd\u00f8", + "Instructor Biography": "\u0197ns\u0287\u0279n\u0254\u0287\u00f8\u0279 \u0243\u1d09\u00f8\u0183\u0279\u0250d\u0265\u028e", + "Instructor Name": "\u0197ns\u0287\u0279n\u0254\u0287\u00f8\u0279 N\u0250\u026f\u01dd", + "Instructor Photo": "\u0197ns\u0287\u0279n\u0254\u0287\u00f8\u0279 \u2c63\u0265\u00f8\u0287\u00f8", + "Instructor Photo URL": "\u0197ns\u0287\u0279n\u0254\u0287\u00f8\u0279 \u2c63\u0265\u00f8\u0287\u00f8 \u0244\u024c\u0141", + "Instructor Title": "\u0197ns\u0287\u0279n\u0254\u0287\u00f8\u0279 \u0166\u1d09\u0287l\u01dd", + "Instructor tools": "\u0197ns\u0287\u0279n\u0254\u0287\u00f8\u0279 \u0287\u00f8\u00f8ls", + "Internal Server Error.": "\u0197n\u0287\u01dd\u0279n\u0250l S\u01dd\u0279\u028c\u01dd\u0279 \u0246\u0279\u0279\u00f8\u0279.", + "Introduction to Cookie Baking": "\u0197n\u0287\u0279\u00f8dn\u0254\u0287\u1d09\u00f8n \u0287\u00f8 \u023b\u00f8\u00f8\u029e\u1d09\u01dd \u0243\u0250\u029e\u1d09n\u0183", + "Invalid email address: {email}": "\u0197n\u028c\u0250l\u1d09d \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss: {email}", + "Invalidate Certificate": "\u0197n\u028c\u0250l\u1d09d\u0250\u0287\u01dd \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd", + "Invalidated": "\u0197n\u028c\u0250l\u1d09d\u0250\u0287\u01ddd", + "Invalidated By": "\u0197n\u028c\u0250l\u1d09d\u0250\u0287\u01ddd \u0243\u028e", + "Is Visible To:": "\u0197s V\u1d09s\u1d09bl\u01dd \u0166\u00f8:", + "Is this OK?": "\u0197s \u0287\u0265\u1d09s \u00d8\ua740?", + "Is your name on your ID readable?": "\u0197s \u028e\u00f8n\u0279 n\u0250\u026f\u01dd \u00f8n \u028e\u00f8n\u0279 \u0197\u0110 \u0279\u01dd\u0250d\u0250bl\u01dd?", + "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "\u0197\u0287 \u1d09s s\u0287\u0279\u00f8n\u0183l\u028e \u0279\u01dd\u0254\u00f8\u026f\u026f\u01ddnd\u01ddd \u0287\u0265\u0250\u0287 \u028e\u00f8n \u1d09n\u0254lnd\u01dd \u025f\u00f8n\u0279 \u00f8\u0279 \u025f\u01dd\u028d\u01dd\u0279 s\u1d09\u0183n\u0250\u0287\u00f8\u0279\u1d09\u01dds. \u0197\u025f \u028e\u00f8n \u1d09n\u0254lnd\u01dd \u0250dd\u1d09\u0287\u1d09\u00f8n\u0250l s\u1d09\u0183n\u0250\u0287\u00f8\u0279\u1d09\u01dds, d\u0279\u01dd\u028c\u1d09\u01dd\u028d \u0287\u0265\u01dd \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u1d09n \u2c63\u0279\u1d09n\u0287 V\u1d09\u01dd\u028d \u0287\u00f8 \u01ddnsn\u0279\u01dd \u0287\u0265\u01dd \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u028d\u1d09ll d\u0279\u1d09n\u0287 \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287l\u028e \u00f8n \u00f8n\u01dd d\u0250\u0183\u01dd.", + "Italic": "\u0197\u0287\u0250l\u1d09\u0254", + "Italic (Ctrl+I)": "\u0197\u0287\u0250l\u1d09\u0254 (\u023b\u0287\u0279l+\u0197)", + "Join Team": "\u0248\u00f8\u1d09n \u0166\u01dd\u0250\u026f", + "Joined": "\u0248\u00f8\u1d09n\u01ddd", + "Joined %(date)s": "\u0248\u00f8\u1d09n\u01ddd %(date)s", + "Joined Date": "\u0248\u00f8\u1d09n\u01ddd \u0110\u0250\u0287\u01dd", + "Justify": "\u0248ns\u0287\u1d09\u025f\u028e", + "KB": "\ua740\u0243", + "Key should only contain letters, numbers, _, or -": "\ua740\u01dd\u028e s\u0265\u00f8nld \u00f8nl\u028e \u0254\u00f8n\u0287\u0250\u1d09n l\u01dd\u0287\u0287\u01dd\u0279s, nn\u026fb\u01dd\u0279s, _, \u00f8\u0279 -", + "Keywords": "\ua740\u01dd\u028e\u028d\u00f8\u0279ds", + "LEARN MORE": "\u0141\u0246\u023a\u024cN M\u00d8\u024c\u0246", + "Language": "\u0141\u0250n\u0183n\u0250\u0183\u01dd", + "Large": "\u0141\u0250\u0279\u0183\u01dd", + "Last Activity %(date)s": "\u0141\u0250s\u0287 \u023a\u0254\u0287\u1d09\u028c\u1d09\u0287\u028e %(date)s", + "Last Edited:": "\u0141\u0250s\u0287 \u0246d\u1d09\u0287\u01ddd:", + "Last Updated": "\u0141\u0250s\u0287 \u0244dd\u0250\u0287\u01ddd", + "Last activity {date}": "\u0141\u0250s\u0287 \u0250\u0254\u0287\u1d09\u028c\u1d09\u0287\u028e {date}", + "Last modified by": "\u0141\u0250s\u0287 \u026f\u00f8d\u1d09\u025f\u1d09\u01ddd b\u028e", + "Last published %(last_published_date)s by %(publish_username)s": "\u0141\u0250s\u0287 dnbl\u1d09s\u0265\u01ddd %(last_published_date)s b\u028e %(publish_username)s", + "Last published {lastPublishedStart}{publishedOn}{lastPublishedEnd} by {publishedByStart}{publishedBy}{publishedByEnd}": "\u0141\u0250s\u0287 dnbl\u1d09s\u0265\u01ddd {lastPublishedStart}{publishedOn}{lastPublishedEnd} b\u028e {publishedByStart}{publishedBy}{publishedByEnd}", + "Last updated": "\u0141\u0250s\u0287 ndd\u0250\u0287\u01ddd", + "Learn More": "\u0141\u01dd\u0250\u0279n M\u00f8\u0279\u01dd", + "Learn more about {license_name}": "\u0141\u01dd\u0250\u0279n \u026f\u00f8\u0279\u01dd \u0250b\u00f8n\u0287 {license_name}", + "Learners are added to this cohort automatically.": "\u0141\u01dd\u0250\u0279n\u01dd\u0279s \u0250\u0279\u01dd \u0250dd\u01ddd \u0287\u00f8 \u0287\u0265\u1d09s \u0254\u00f8\u0265\u00f8\u0279\u0287 \u0250n\u0287\u00f8\u026f\u0250\u0287\u1d09\u0254\u0250ll\u028e.", + "Learners are added to this cohort only when you provide their email addresses or usernames on this page.": "\u0141\u01dd\u0250\u0279n\u01dd\u0279s \u0250\u0279\u01dd \u0250dd\u01ddd \u0287\u00f8 \u0287\u0265\u1d09s \u0254\u00f8\u0265\u00f8\u0279\u0287 \u00f8nl\u028e \u028d\u0265\u01ddn \u028e\u00f8n d\u0279\u00f8\u028c\u1d09d\u01dd \u0287\u0265\u01dd\u1d09\u0279 \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss\u01dds \u00f8\u0279 ns\u01dd\u0279n\u0250\u026f\u01dds \u00f8n \u0287\u0265\u1d09s d\u0250\u0183\u01dd.", + "Learners do not see the subsection in the course outline. The subsection is not included in grade calculations.": "\u0141\u01dd\u0250\u0279n\u01dd\u0279s d\u00f8 n\u00f8\u0287 s\u01dd\u01dd \u0287\u0265\u01dd snbs\u01dd\u0254\u0287\u1d09\u00f8n \u1d09n \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd \u00f8n\u0287l\u1d09n\u01dd. \u0166\u0265\u01dd snbs\u01dd\u0254\u0287\u1d09\u00f8n \u1d09s n\u00f8\u0287 \u1d09n\u0254lnd\u01ddd \u1d09n \u0183\u0279\u0250d\u01dd \u0254\u0250l\u0254nl\u0250\u0287\u1d09\u00f8ns.", + "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the course end date has passed.": "\u0141\u01dd\u0250\u0279n\u01dd\u0279s d\u00f8 n\u00f8\u0287 s\u01dd\u01dd \u028d\u0265\u01dd\u0287\u0265\u01dd\u0279 \u0287\u0265\u01dd\u1d09\u0279 \u0250ns\u028d\u01dd\u0279s \u0287\u00f8 \u0250ss\u01ddss\u026f\u01ddn\u0287s \u028d\u01dd\u0279\u01dd \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287 \u00f8\u0279 \u1d09n\u0254\u00f8\u0279\u0279\u01dd\u0254\u0287, n\u00f8\u0279 \u0287\u0265\u01dd s\u0254\u00f8\u0279\u01dd \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01ddd, nn\u0287\u1d09l \u0250\u025f\u0287\u01dd\u0279 \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd \u01ddnd d\u0250\u0287\u01dd \u0265\u0250s d\u0250ss\u01ddd.", + "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the due date for the subsection has passed.": "\u0141\u01dd\u0250\u0279n\u01dd\u0279s d\u00f8 n\u00f8\u0287 s\u01dd\u01dd \u028d\u0265\u01dd\u0287\u0265\u01dd\u0279 \u0287\u0265\u01dd\u1d09\u0279 \u0250ns\u028d\u01dd\u0279s \u0287\u00f8 \u0250ss\u01ddss\u026f\u01ddn\u0287s \u028d\u01dd\u0279\u01dd \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287 \u00f8\u0279 \u1d09n\u0254\u00f8\u0279\u0279\u01dd\u0254\u0287, n\u00f8\u0279 \u0287\u0265\u01dd s\u0254\u00f8\u0279\u01dd \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01ddd, nn\u0287\u1d09l \u0250\u025f\u0287\u01dd\u0279 \u0287\u0265\u01dd dn\u01dd d\u0250\u0287\u01dd \u025f\u00f8\u0279 \u0287\u0265\u01dd snbs\u01dd\u0254\u0287\u1d09\u00f8n \u0265\u0250s d\u0250ss\u01ddd.", + "Learners never see whether their answers to assessments are correct or incorrect, nor the score received.": "\u0141\u01dd\u0250\u0279n\u01dd\u0279s n\u01dd\u028c\u01dd\u0279 s\u01dd\u01dd \u028d\u0265\u01dd\u0287\u0265\u01dd\u0279 \u0287\u0265\u01dd\u1d09\u0279 \u0250ns\u028d\u01dd\u0279s \u0287\u00f8 \u0250ss\u01ddss\u026f\u01ddn\u0287s \u0250\u0279\u01dd \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287 \u00f8\u0279 \u1d09n\u0254\u00f8\u0279\u0279\u01dd\u0254\u0287, n\u00f8\u0279 \u0287\u0265\u01dd s\u0254\u00f8\u0279\u01dd \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01ddd.", + "Learners see the published subsection and can access its content.": "\u0141\u01dd\u0250\u0279n\u01dd\u0279s s\u01dd\u01dd \u0287\u0265\u01dd dnbl\u1d09s\u0265\u01ddd snbs\u01dd\u0254\u0287\u1d09\u00f8n \u0250nd \u0254\u0250n \u0250\u0254\u0254\u01ddss \u1d09\u0287s \u0254\u00f8n\u0287\u01ddn\u0287.", + "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "\u0141\u01dd\u0250\u0279n\u01dd\u0279s \u028d\u0265\u00f8 \u0279\u01ddbn\u1d09\u0279\u01dd \u028c\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n \u026fns\u0287 d\u0250ss \u0287\u0265\u01dd s\u01ddl\u01dd\u0254\u0287\u01ddd \u0254\u0265\u01dd\u0254\u029ed\u00f8\u1d09n\u0287 \u0287\u00f8 s\u01dd\u01dd \u0287\u0265\u01dd \u0254\u00f8n\u0287\u01ddn\u0287 \u1d09n \u0287\u0265\u1d09s nn\u1d09\u0287. \u0141\u01dd\u0250\u0279n\u01dd\u0279s \u028d\u0265\u00f8 d\u00f8 n\u00f8\u0287 \u0279\u01ddbn\u1d09\u0279\u01dd \u028c\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n s\u01dd\u01dd \u0287\u0265\u1d09s \u0254\u00f8n\u0287\u01ddn\u0287 b\u028e d\u01dd\u025f\u0250nl\u0287.", + "Learning Outcome": "\u0141\u01dd\u0250\u0279n\u1d09n\u0183 \u00d8n\u0287\u0254\u00f8\u026f\u01dd", + "Leave Current Session": "\u0141\u01dd\u0250\u028c\u01dd \u023bn\u0279\u0279\u01ddn\u0287 S\u01ddss\u1d09\u00f8n", + "Leave Team": "\u0141\u01dd\u0250\u028c\u01dd \u0166\u01dd\u0250\u026f", + "Leave the current session and decide later": "\u0141\u01dd\u0250\u028c\u01dd \u0287\u0265\u01dd \u0254n\u0279\u0279\u01ddn\u0287 s\u01ddss\u1d09\u00f8n \u0250nd d\u01dd\u0254\u1d09d\u01dd l\u0250\u0287\u01dd\u0279", + "Leave this team?": "\u0141\u01dd\u0250\u028c\u01dd \u0287\u0265\u1d09s \u0287\u01dd\u0250\u026f?", + "Left": "\u0141\u01dd\u025f\u0287", + "Left to right": "\u0141\u01dd\u025f\u0287 \u0287\u00f8 \u0279\u1d09\u0183\u0265\u0287", + "Legal name": "\u0141\u01dd\u0183\u0250l n\u0250\u026f\u01dd", + "Less": "\u0141\u01ddss", + "Library User": "\u0141\u1d09b\u0279\u0250\u0279\u028e \u0244s\u01dd\u0279", + "License Display": "\u0141\u1d09\u0254\u01ddns\u01dd \u0110\u1d09sdl\u0250\u028e", + "License Type": "\u0141\u1d09\u0254\u01ddns\u01dd \u0166\u028ed\u01dd", + "Limit Access": "\u0141\u1d09\u026f\u1d09\u0287 \u023a\u0254\u0254\u01ddss", + "Limited Profile": "\u0141\u1d09\u026f\u1d09\u0287\u01ddd \u2c63\u0279\u00f8\u025f\u1d09l\u01dd", + "Link Description": "\u0141\u1d09n\u029e \u0110\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n", + "Link Your Account": "\u0141\u1d09n\u029e \u024e\u00f8n\u0279 \u023a\u0254\u0254\u00f8nn\u0287", + "Link types should be unique.": "\u0141\u1d09n\u029e \u0287\u028ed\u01dds s\u0265\u00f8nld b\u01dd nn\u1d09bn\u01dd.", + "Link your {accountName} account": "\u0141\u1d09n\u029e \u028e\u00f8n\u0279 {accountName} \u0250\u0254\u0254\u00f8nn\u0287", + "Link your {accountName} account to your {platformName} account and use {accountName} to sign in to {platformName}.": "\u0141\u1d09n\u029e \u028e\u00f8n\u0279 {accountName} \u0250\u0254\u0254\u00f8nn\u0287 \u0287\u00f8 \u028e\u00f8n\u0279 {platformName} \u0250\u0254\u0254\u00f8nn\u0287 \u0250nd ns\u01dd {accountName} \u0287\u00f8 s\u1d09\u0183n \u1d09n \u0287\u00f8 {platformName}.", + "Linked Accounts": "\u0141\u1d09n\u029e\u01ddd \u023a\u0254\u0254\u00f8nn\u0287s", + "Linking": "\u0141\u1d09n\u029e\u1d09n\u0183", + "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "\u0141\u1d09n\u029es \u0250\u0279\u01dd \u0183\u01ddn\u01dd\u0279\u0250\u0287\u01ddd \u00f8n d\u01dd\u026f\u0250nd \u0250nd \u01ddxd\u1d09\u0279\u01dd \u028d\u1d09\u0287\u0265\u1d09n 5 \u026f\u1d09nn\u0287\u01dds dn\u01dd \u0287\u00f8 \u0287\u0265\u01dd s\u01ddns\u1d09\u0287\u1d09\u028c\u01dd n\u0250\u0287n\u0279\u01dd \u00f8\u025f s\u0287nd\u01ddn\u0287 \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n.", + "Links should be unique.": "\u0141\u1d09n\u029es s\u0265\u00f8nld b\u01dd nn\u1d09bn\u01dd.", + "List item": "\u0141\u1d09s\u0287 \u1d09\u0287\u01dd\u026f", + "List of uploaded files and assets in this course": "\u0141\u1d09s\u0287 \u00f8\u025f ndl\u00f8\u0250d\u01ddd \u025f\u1d09l\u01dds \u0250nd \u0250ss\u01dd\u0287s \u1d09n \u0287\u0265\u1d09s \u0254\u00f8n\u0279s\u01dd", + "Live view of webcam": "\u0141\u1d09\u028c\u01dd \u028c\u1d09\u01dd\u028d \u00f8\u025f \u028d\u01ddb\u0254\u0250\u026f", + "Load Another File": "\u0141\u00f8\u0250d \u023an\u00f8\u0287\u0265\u01dd\u0279 F\u1d09l\u01dd", + "Load all responses": "\u0141\u00f8\u0250d \u0250ll \u0279\u01ddsd\u00f8ns\u01dds", + "Load next {numResponses} responses": "\u0141\u00f8\u0250d n\u01ddx\u0287 {numResponses} \u0279\u01ddsd\u00f8ns\u01dds", "Load next {num_items} result": [ - "\u0141\u00f8\u0250d n\u01ddx\u0287 {num_items} \u0279\u01ddsnl\u0287", + "\u0141\u00f8\u0250d n\u01ddx\u0287 {num_items} \u0279\u01ddsnl\u0287", "\u0141\u00f8\u0250d n\u01ddx\u0287 {num_items} \u0279\u01ddsnl\u0287s" - ], - "Loading": "\u0141\u00f8\u0250d\u1d09n\u0183", - "Loading content": "\u0141\u00f8\u0250d\u1d09n\u0183 \u0254\u00f8n\u0287\u01ddn\u0287", - "Loading data...": "\u0141\u00f8\u0250d\u1d09n\u0183 d\u0250\u0287\u0250...", - "Loading more threads": "\u0141\u00f8\u0250d\u1d09n\u0183 \u026f\u00f8\u0279\u01dd \u0287\u0265\u0279\u01dd\u0250ds", - "Loading posts list": "\u0141\u00f8\u0250d\u1d09n\u0183 d\u00f8s\u0287s l\u1d09s\u0287", - "Loading your courses": "\u0141\u00f8\u0250d\u1d09n\u0183 \u028e\u00f8n\u0279 \u0254\u00f8n\u0279s\u01dds", - "Location": "\u0141\u00f8\u0254\u0250\u0287\u1d09\u00f8n", - "Location in Course": "\u0141\u00f8\u0254\u0250\u0287\u1d09\u00f8n \u1d09n \u023b\u00f8n\u0279s\u01dd", - "Lock this asset": "\u0141\u00f8\u0254\u029e \u0287\u0265\u1d09s \u0250ss\u01dd\u0287", - "Lock/unlock file": "\u0141\u00f8\u0254\u029e/nnl\u00f8\u0254\u029e \u025f\u1d09l\u01dd", - "Loud": "\u0141\u00f8nd", - "Low": "\u0141\u00f8\u028d", - "Lower Alpha": "\u0141\u00f8\u028d\u01dd\u0279 \u023ald\u0265\u0250", - "Lower Greek": "\u0141\u00f8\u028d\u01dd\u0279 \u01e4\u0279\u01dd\u01dd\u029e", - "Lower Roman": "\u0141\u00f8\u028d\u01dd\u0279 \u024c\u00f8\u026f\u0250n", - "MB": "M\u0243", - "Make Visible to Students": "M\u0250\u029e\u01dd V\u1d09s\u1d09bl\u01dd \u0287\u00f8 S\u0287nd\u01ddn\u0287s", - "Make sure that the full name on your account matches the name on your ID.": "M\u0250\u029e\u01dd sn\u0279\u01dd \u0287\u0265\u0250\u0287 \u0287\u0265\u01dd \u025fnll n\u0250\u026f\u01dd \u00f8n \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287 \u026f\u0250\u0287\u0254\u0265\u01dds \u0287\u0265\u01dd n\u0250\u026f\u01dd \u00f8n \u028e\u00f8n\u0279 \u0197\u0110.", - "Make sure we can verify your identity with the photos and information you have provided.": "M\u0250\u029e\u01dd sn\u0279\u01dd \u028d\u01dd \u0254\u0250n \u028c\u01dd\u0279\u1d09\u025f\u028e \u028e\u00f8n\u0279 \u1d09d\u01ddn\u0287\u1d09\u0287\u028e \u028d\u1d09\u0287\u0265 \u0287\u0265\u01dd d\u0265\u00f8\u0287\u00f8s \u0250nd \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n \u028e\u00f8n \u0265\u0250\u028c\u01dd d\u0279\u00f8\u028c\u1d09d\u01ddd.", - "Make sure your ID is well-lit": "M\u0250\u029e\u01dd sn\u0279\u01dd \u028e\u00f8n\u0279 \u0197\u0110 \u1d09s \u028d\u01ddll-l\u1d09\u0287", - "Make sure your face is well-lit": "M\u0250\u029e\u01dd sn\u0279\u01dd \u028e\u00f8n\u0279 \u025f\u0250\u0254\u01dd \u1d09s \u028d\u01ddll-l\u1d09\u0287", - "Make this subsection available as a prerequisite to other content": "M\u0250\u029e\u01dd \u0287\u0265\u1d09s snbs\u01dd\u0254\u0287\u1d09\u00f8n \u0250\u028c\u0250\u1d09l\u0250bl\u01dd \u0250s \u0250 d\u0279\u01dd\u0279\u01ddbn\u1d09s\u1d09\u0287\u01dd \u0287\u00f8 \u00f8\u0287\u0265\u01dd\u0279 \u0254\u00f8n\u0287\u01ddn\u0287", - "Making Visible to Students": "M\u0250\u029e\u1d09n\u0183 V\u1d09s\u1d09bl\u01dd \u0287\u00f8 S\u0287nd\u01ddn\u0287s", - "Manage Learners": "M\u0250n\u0250\u0183\u01dd \u0141\u01dd\u0250\u0279n\u01dd\u0279s", - "Manual": "M\u0250nn\u0250l", - "Mark Exam As Completed": "M\u0250\u0279\u029e \u0246x\u0250\u026f \u023as \u023b\u00f8\u026fdl\u01dd\u0287\u01ddd", - "Mark enrollment code as unused": "M\u0250\u0279\u029e \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 \u0254\u00f8d\u01dd \u0250s nnns\u01ddd", - "Markdown Editing Help": "M\u0250\u0279\u029ed\u00f8\u028dn \u0246d\u1d09\u0287\u1d09n\u0183 \u0126\u01ddld", - "Masters": "M\u0250s\u0287\u01dd\u0279s", - "Match case": "M\u0250\u0287\u0254\u0265 \u0254\u0250s\u01dd", - "Max file size exceeded": "M\u0250x \u025f\u1d09l\u01dd s\u1d09z\u01dd \u01ddx\u0254\u01dd\u01ddd\u01ddd", - "Maximum": "M\u0250x\u1d09\u026fn\u026f", - "Maximum file size: {maxFileSize} GB": "M\u0250x\u1d09\u026fn\u026f \u025f\u1d09l\u01dd s\u1d09z\u01dd: {maxFileSize} \u01e4\u0243", - "Maximum score is %(max_score)s": "M\u0250x\u1d09\u026fn\u026f s\u0254\u00f8\u0279\u01dd \u1d09s %(max_score)s", - "Membership": "M\u01dd\u026fb\u01dd\u0279s\u0265\u1d09d", - "Merge cells": "M\u01dd\u0279\u0183\u01dd \u0254\u01ddlls", - "Message:": "M\u01ddss\u0250\u0183\u01dd:", - "Middle": "M\u1d09ddl\u01dd", - "Minimum Completion:": "M\u1d09n\u1d09\u026fn\u026f \u023b\u00f8\u026fdl\u01dd\u0287\u1d09\u00f8n:", - "Minimum Score:": "M\u1d09n\u1d09\u026fn\u026f S\u0254\u00f8\u0279\u01dd:", - "Module state successfully deleted.": "M\u00f8dnl\u01dd s\u0287\u0250\u0287\u01dd sn\u0254\u0254\u01ddss\u025fnll\u028e d\u01ddl\u01dd\u0287\u01ddd.", - "More": "M\u00f8\u0279\u01dd", - "More sessions coming soon": "M\u00f8\u0279\u01dd s\u01ddss\u1d09\u00f8ns \u0254\u00f8\u026f\u1d09n\u0183 s\u00f8\u00f8n", - "More sessions coming soon.": "M\u00f8\u0279\u01dd s\u01ddss\u1d09\u00f8ns \u0254\u00f8\u026f\u1d09n\u0183 s\u00f8\u00f8n.", - "Move": "M\u00f8\u028c\u01dd", - "Move cancelled. \"{sourceDisplayName}\" has been moved back to its original location.": "M\u00f8\u028c\u01dd \u0254\u0250n\u0254\u01ddll\u01ddd. \"{sourceDisplayName}\" \u0265\u0250s b\u01dd\u01ddn \u026f\u00f8\u028c\u01ddd b\u0250\u0254\u029e \u0287\u00f8 \u1d09\u0287s \u00f8\u0279\u1d09\u0183\u1d09n\u0250l l\u00f8\u0254\u0250\u0287\u1d09\u00f8n.", - "Move: {displayName}": "M\u00f8\u028c\u01dd: {displayName}", - "Moving": "M\u00f8\u028c\u1d09n\u0183", - "Must complete verification checkpoint": "Mns\u0287 \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u028c\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n \u0254\u0265\u01dd\u0254\u029ed\u00f8\u1d09n\u0287", - "Mute": "Mn\u0287\u01dd", - "Muted": "Mn\u0287\u01ddd", - "My Orders": "M\u028e \u00d8\u0279d\u01dd\u0279s", - "My Team": "M\u028e \u0166\u01dd\u0250\u026f", - "N/A": "N/\u023a", - "Name": "N\u0250\u026f\u01dd", - "Name ": "N\u0250\u026f\u01dd ", - "Name of the certificate": "N\u0250\u026f\u01dd \u00f8\u025f \u0287\u0265\u01dd \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd", - "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "N\u0250\u026f\u01dd \u00f8\u025f \u0287\u0265\u01dd \u0183\u0279\u00f8nds \u0287\u0265\u0250\u0287 s\u0287nd\u01ddn\u0287s \u028d\u1d09ll b\u01dd \u0250ss\u1d09\u0183n\u01ddd \u0287\u00f8, \u025f\u00f8\u0279 \u01ddx\u0250\u026fdl\u01dd, \u023b\u00f8n\u0287\u0279\u00f8l, V\u1d09d\u01dd\u00f8, \u2c63\u0279\u00f8bl\u01dd\u026fs. \u024e\u00f8n \u026fns\u0287 \u0265\u0250\u028c\u01dd \u0287\u028d\u00f8 \u00f8\u0279 \u026f\u00f8\u0279\u01dd \u0183\u0279\u00f8nds.", - "Name of the signatory": "N\u0250\u026f\u01dd \u00f8\u025f \u0287\u0265\u01dd s\u1d09\u0183n\u0250\u0287\u00f8\u0279\u028e", - "Name or short description of the configuration": "N\u0250\u026f\u01dd \u00f8\u0279 s\u0265\u00f8\u0279\u0287 d\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n \u00f8\u025f \u0287\u0265\u01dd \u0254\u00f8n\u025f\u1d09\u0183n\u0279\u0250\u0287\u1d09\u00f8n", - "Navigate up": "N\u0250\u028c\u1d09\u0183\u0250\u0287\u01dd nd", - "Need help logging in?": "N\u01dd\u01ddd \u0265\u01ddld l\u00f8\u0183\u0183\u1d09n\u0183 \u1d09n?", - "Needs verified certificate ": "N\u01dd\u01ddds \u028c\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd ", - "Never published": "N\u01dd\u028c\u01dd\u0279 dnbl\u1d09s\u0265\u01ddd", - "Never show assessment results": "N\u01dd\u028c\u01dd\u0279 s\u0265\u00f8\u028d \u0250ss\u01ddss\u026f\u01ddn\u0287 \u0279\u01ddsnl\u0287s", - "New %(item_type)s": "N\u01dd\u028d %(item_type)s", - "New Address": "N\u01dd\u028d \u023add\u0279\u01ddss", - "New Password": "N\u01dd\u028d \u2c63\u0250ss\u028d\u00f8\u0279d", - "New document": "N\u01dd\u028d d\u00f8\u0254n\u026f\u01ddn\u0287", - "New enrollment mode:": "N\u01dd\u028d \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 \u026f\u00f8d\u01dd:", - "New window": "N\u01dd\u028d \u028d\u1d09nd\u00f8\u028d", - "New {component_type}": "N\u01dd\u028d {component_type}", - "Next": "N\u01ddx\u0287", - "Next Step: Confirm your identity": "N\u01ddx\u0287 S\u0287\u01ddd: \u023b\u00f8n\u025f\u1d09\u0279\u026f \u028e\u00f8n\u0279 \u1d09d\u01ddn\u0287\u1d09\u0287\u028e", - "Next: %(nextStepTitle)s": "N\u01ddx\u0287: %(nextStepTitle)s", - "No Content Group": "N\u00f8 \u023b\u00f8n\u0287\u01ddn\u0287 \u01e4\u0279\u00f8nd", - "No Derivatives": "N\u00f8 \u0110\u01dd\u0279\u1d09\u028c\u0250\u0287\u1d09\u028c\u01dds", - "No EdX Timed Transcript": "N\u00f8 \u0246dX \u0166\u1d09\u026f\u01ddd \u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287", - "No Flash Detected": "N\u00f8 Fl\u0250s\u0265 \u0110\u01dd\u0287\u01dd\u0254\u0287\u01ddd", - "No Timed Transcript": "N\u00f8 \u0166\u1d09\u026f\u01ddd \u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287", - "No Webcam Detected": "N\u00f8 W\u01ddb\u0254\u0250\u026f \u0110\u01dd\u0287\u01dd\u0254\u0287\u01ddd", - "No color": "N\u00f8 \u0254\u00f8l\u00f8\u0279", - "No content-specific discussion topics exist.": "N\u00f8 \u0254\u00f8n\u0287\u01ddn\u0287-sd\u01dd\u0254\u1d09\u025f\u1d09\u0254 d\u1d09s\u0254nss\u1d09\u00f8n \u0287\u00f8d\u1d09\u0254s \u01ddx\u1d09s\u0287.", - "No description available": "N\u00f8 d\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n \u0250\u028c\u0250\u1d09l\u0250bl\u01dd", - "No grade to remove.": "N\u00f8 \u0183\u0279\u0250d\u01dd \u0287\u00f8 \u0279\u01dd\u026f\u00f8\u028c\u01dd.", - "No posts matched your query.": "N\u00f8 d\u00f8s\u0287s \u026f\u0250\u0287\u0254\u0265\u01ddd \u028e\u00f8n\u0279 bn\u01dd\u0279\u028e.", - "No prerequisite": "N\u00f8 d\u0279\u01dd\u0279\u01ddbn\u1d09s\u1d09\u0287\u01dd", - "No receipt available": "N\u00f8 \u0279\u01dd\u0254\u01dd\u1d09d\u0287 \u0250\u028c\u0250\u1d09l\u0250bl\u01dd", - "No results": "N\u00f8 \u0279\u01ddsnl\u0287s", - "No results found for \"%(query_string)s\". Please try searching again.": "N\u00f8 \u0279\u01ddsnl\u0287s \u025f\u00f8nnd \u025f\u00f8\u0279 \"%(query_string)s\". \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e s\u01dd\u0250\u0279\u0254\u0265\u1d09n\u0183 \u0250\u0183\u0250\u1d09n.", - "No results found for {original_query}. Showing results for {suggested_query}.": "N\u00f8 \u0279\u01ddsnl\u0287s \u025f\u00f8nnd \u025f\u00f8\u0279 {original_query}. S\u0265\u00f8\u028d\u1d09n\u0183 \u0279\u01ddsnl\u0287s \u025f\u00f8\u0279 {suggested_query}.", - "No tasks currently running.": "N\u00f8 \u0287\u0250s\u029es \u0254n\u0279\u0279\u01ddn\u0287l\u028e \u0279nnn\u1d09n\u0183.", - "No transcript uploaded.": "N\u00f8 \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 ndl\u00f8\u0250d\u01ddd.", - "No validation is performed on policy keys or value pairs. If you are having difficulties, check your formatting.": "N\u00f8 \u028c\u0250l\u1d09d\u0250\u0287\u1d09\u00f8n \u1d09s d\u01dd\u0279\u025f\u00f8\u0279\u026f\u01ddd \u00f8n d\u00f8l\u1d09\u0254\u028e \u029e\u01dd\u028es \u00f8\u0279 \u028c\u0250ln\u01dd d\u0250\u1d09\u0279s. \u0197\u025f \u028e\u00f8n \u0250\u0279\u01dd \u0265\u0250\u028c\u1d09n\u0183 d\u1d09\u025f\u025f\u1d09\u0254nl\u0287\u1d09\u01dds, \u0254\u0265\u01dd\u0254\u029e \u028e\u00f8n\u0279 \u025f\u00f8\u0279\u026f\u0250\u0287\u0287\u1d09n\u0183.", - "Nonbreaking space": "N\u00f8nb\u0279\u01dd\u0250\u029e\u1d09n\u0183 sd\u0250\u0254\u01dd", - "Noncommercial": "N\u00f8n\u0254\u00f8\u026f\u026f\u01dd\u0279\u0254\u1d09\u0250l", - "None": "N\u00f8n\u01dd", - "Not Currently Available": "N\u00f8\u0287 \u023bn\u0279\u0279\u01ddn\u0287l\u028e \u023a\u028c\u0250\u1d09l\u0250bl\u01dd", - "Not Graded": "N\u00f8\u0287 \u01e4\u0279\u0250d\u01ddd", - "Not Supported": "N\u00f8\u0287 Sndd\u00f8\u0279\u0287\u01ddd", - "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "N\u00f8\u0287 \u0250bl\u01dd \u0287\u00f8 s\u01dd\u0287 d\u0250ss\u1d09n\u0183 \u0183\u0279\u0250d\u01dd \u0287\u00f8 l\u01ddss \u0287\u0265\u0250n %(minimum_grade_cutoff)s%.", - "Not available": "N\u00f8\u0287 \u0250\u028c\u0250\u1d09l\u0250bl\u01dd", - "Not divided": "N\u00f8\u0287 d\u1d09\u028c\u1d09d\u01ddd", - "Not in Use": "N\u00f8\u0287 \u1d09n \u0244s\u01dd", - "Not selected": "N\u00f8\u0287 s\u01ddl\u01dd\u0254\u0287\u01ddd", - "Not specific to a course": "N\u00f8\u0287 sd\u01dd\u0254\u1d09\u025f\u1d09\u0254 \u0287\u00f8 \u0250 \u0254\u00f8n\u0279s\u01dd", - "Not yet": "N\u00f8\u0287 \u028e\u01dd\u0287", - "Note": "N\u00f8\u0287\u01dd", - "Note: Do not hide graded assignments after they have been released.": "N\u00f8\u0287\u01dd: \u0110\u00f8 n\u00f8\u0287 \u0265\u1d09d\u01dd \u0183\u0279\u0250d\u01ddd \u0250ss\u1d09\u0183n\u026f\u01ddn\u0287s \u0250\u025f\u0287\u01dd\u0279 \u0287\u0265\u01dd\u028e \u0265\u0250\u028c\u01dd b\u01dd\u01ddn \u0279\u01ddl\u01dd\u0250s\u01ddd.", - "Note: Learners can be in only one cohort. Adding learners to this group overrides any previous group assignment.": "N\u00f8\u0287\u01dd: \u0141\u01dd\u0250\u0279n\u01dd\u0279s \u0254\u0250n b\u01dd \u1d09n \u00f8nl\u028e \u00f8n\u01dd \u0254\u00f8\u0265\u00f8\u0279\u0287. \u023add\u1d09n\u0183 l\u01dd\u0250\u0279n\u01dd\u0279s \u0287\u00f8 \u0287\u0265\u1d09s \u0183\u0279\u00f8nd \u00f8\u028c\u01dd\u0279\u0279\u1d09d\u01dds \u0250n\u028e d\u0279\u01dd\u028c\u1d09\u00f8ns \u0183\u0279\u00f8nd \u0250ss\u1d09\u0183n\u026f\u01ddn\u0287.", - "Noted in:": "N\u00f8\u0287\u01ddd \u1d09n:", - "Notes": "N\u00f8\u0287\u01dds", - "Notes hidden": "N\u00f8\u0287\u01dds \u0265\u1d09dd\u01ddn", - "Notes visible": "N\u00f8\u0287\u01dds \u028c\u1d09s\u1d09bl\u01dd", - "Number Sent": "Nn\u026fb\u01dd\u0279 S\u01ddn\u0287", - "Number of Droppable": "Nn\u026fb\u01dd\u0279 \u00f8\u025f \u0110\u0279\u00f8dd\u0250bl\u01dd", - "Number of Students": "Nn\u026fb\u01dd\u0279 \u00f8\u025f S\u0287nd\u01ddn\u0287s", - "Numbered List (Ctrl+O)": "Nn\u026fb\u01dd\u0279\u01ddd \u0141\u1d09s\u0287 (\u023b\u0287\u0279l+\u00d8)", - "Numbered list": "Nn\u026fb\u01dd\u0279\u01ddd l\u1d09s\u0287", - "OK": "\u00d8\ua740", - "ORDER NAME": "\u00d8\u024c\u0110\u0246\u024c N\u023aM\u0246", - "ORDER NUMBER": "\u00d8\u024c\u0110\u0246\u024c N\u0244M\u0243\u0246\u024c", - "ORDER PLACED": "\u00d8\u024c\u0110\u0246\u024c \u2c63\u0141\u023a\u023b\u0246\u0110", - "Ok": "\u00d8\u029e", - "Onboarding": "\u00d8nb\u00f8\u0250\u0279d\u1d09n\u0183", - "Onboarding Exam": "\u00d8nb\u00f8\u0250\u0279d\u1d09n\u0183 \u0246x\u0250\u026f", - "Once in position, use the camera button {icon} to capture your ID": "\u00d8n\u0254\u01dd \u1d09n d\u00f8s\u1d09\u0287\u1d09\u00f8n, ns\u01dd \u0287\u0265\u01dd \u0254\u0250\u026f\u01dd\u0279\u0250 bn\u0287\u0287\u00f8n {icon} \u0287\u00f8 \u0254\u0250d\u0287n\u0279\u01dd \u028e\u00f8n\u0279 \u0197\u0110", - "Once in position, use the camera button {icon} to capture your photo": "\u00d8n\u0254\u01dd \u1d09n d\u00f8s\u1d09\u0287\u1d09\u00f8n, ns\u01dd \u0287\u0265\u01dd \u0254\u0250\u026f\u01dd\u0279\u0250 bn\u0287\u0287\u00f8n {icon} \u0287\u00f8 \u0254\u0250d\u0287n\u0279\u01dd \u028e\u00f8n\u0279 d\u0265\u00f8\u0287\u00f8", - "Once you complete one of the program requirements you have a program record. This record is marked complete once you meet all program requirements. A program record can be used to continue your learning journey and demonstrate your learning to others.": "\u00d8n\u0254\u01dd \u028e\u00f8n \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u00f8n\u01dd \u00f8\u025f \u0287\u0265\u01dd d\u0279\u00f8\u0183\u0279\u0250\u026f \u0279\u01ddbn\u1d09\u0279\u01dd\u026f\u01ddn\u0287s \u028e\u00f8n \u0265\u0250\u028c\u01dd \u0250 d\u0279\u00f8\u0183\u0279\u0250\u026f \u0279\u01dd\u0254\u00f8\u0279d. \u0166\u0265\u1d09s \u0279\u01dd\u0254\u00f8\u0279d \u1d09s \u026f\u0250\u0279\u029e\u01ddd \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u00f8n\u0254\u01dd \u028e\u00f8n \u026f\u01dd\u01dd\u0287 \u0250ll d\u0279\u00f8\u0183\u0279\u0250\u026f \u0279\u01ddbn\u1d09\u0279\u01dd\u026f\u01ddn\u0287s. \u023a d\u0279\u00f8\u0183\u0279\u0250\u026f \u0279\u01dd\u0254\u00f8\u0279d \u0254\u0250n b\u01dd ns\u01ddd \u0287\u00f8 \u0254\u00f8n\u0287\u1d09nn\u01dd \u028e\u00f8n\u0279 l\u01dd\u0250\u0279n\u1d09n\u0183 \u027e\u00f8n\u0279n\u01dd\u028e \u0250nd d\u01dd\u026f\u00f8ns\u0287\u0279\u0250\u0287\u01dd \u028e\u00f8n\u0279 l\u01dd\u0250\u0279n\u1d09n\u0183 \u0287\u00f8 \u00f8\u0287\u0265\u01dd\u0279s.", - "Once your account is deleted, you cannot use it to take courses on the edX app, edx.org, or any other site hosted by edX. This includes access to edx.org from your employer\u2019s or university\u2019s system and access to private sites offered by MIT Open Learning, Wharton Executive Education, and Harvard Medical School.": "\u00d8n\u0254\u01dd \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287 \u1d09s d\u01ddl\u01dd\u0287\u01ddd, \u028e\u00f8n \u0254\u0250nn\u00f8\u0287 ns\u01dd \u1d09\u0287 \u0287\u00f8 \u0287\u0250\u029e\u01dd \u0254\u00f8n\u0279s\u01dds \u00f8n \u0287\u0265\u01dd \u01dddX \u0250dd, \u01dddx.\u00f8\u0279\u0183, \u00f8\u0279 \u0250n\u028e \u00f8\u0287\u0265\u01dd\u0279 s\u1d09\u0287\u01dd \u0265\u00f8s\u0287\u01ddd b\u028e \u01dddX. \u0166\u0265\u1d09s \u1d09n\u0254lnd\u01dds \u0250\u0254\u0254\u01ddss \u0287\u00f8 \u01dddx.\u00f8\u0279\u0183 \u025f\u0279\u00f8\u026f \u028e\u00f8n\u0279 \u01dd\u026fdl\u00f8\u028e\u01dd\u0279\u2019s \u00f8\u0279 nn\u1d09\u028c\u01dd\u0279s\u1d09\u0287\u028e\u2019s s\u028es\u0287\u01dd\u026f \u0250nd \u0250\u0254\u0254\u01ddss \u0287\u00f8 d\u0279\u1d09\u028c\u0250\u0287\u01dd s\u1d09\u0287\u01dds \u00f8\u025f\u025f\u01dd\u0279\u01ddd b\u028e M\u0197\u0166 \u00d8d\u01ddn \u0141\u01dd\u0250\u0279n\u1d09n\u0183, W\u0265\u0250\u0279\u0287\u00f8n \u0246x\u01dd\u0254n\u0287\u1d09\u028c\u01dd \u0246dn\u0254\u0250\u0287\u1d09\u00f8n, \u0250nd \u0126\u0250\u0279\u028c\u0250\u0279d M\u01ddd\u1d09\u0254\u0250l S\u0254\u0265\u00f8\u00f8l.", - "Only <%= fileTypes %> files can be uploaded. Please select a file ending in <%= fileExtensions %> to upload.": "\u00d8nl\u028e <%= fileTypes %> \u025f\u1d09l\u01dds \u0254\u0250n b\u01dd ndl\u00f8\u0250d\u01ddd. \u2c63l\u01dd\u0250s\u01dd s\u01ddl\u01dd\u0254\u0287 \u0250 \u025f\u1d09l\u01dd \u01ddnd\u1d09n\u0183 \u1d09n <%= fileExtensions %> \u0287\u00f8 ndl\u00f8\u0250d.", - "Only properly formatted .csv files will be accepted.": "\u00d8nl\u028e d\u0279\u00f8d\u01dd\u0279l\u028e \u025f\u00f8\u0279\u026f\u0250\u0287\u0287\u01ddd .\u0254s\u028c \u025f\u1d09l\u01dds \u028d\u1d09ll b\u01dd \u0250\u0254\u0254\u01ddd\u0287\u01ddd.", - "Only the parent course staff of a CCX can create content groups.": "\u00d8nl\u028e \u0287\u0265\u01dd d\u0250\u0279\u01ddn\u0287 \u0254\u00f8n\u0279s\u01dd s\u0287\u0250\u025f\u025f \u00f8\u025f \u0250 \u023b\u023bX \u0254\u0250n \u0254\u0279\u01dd\u0250\u0287\u01dd \u0254\u00f8n\u0287\u01ddn\u0287 \u0183\u0279\u00f8nds.", - "Open Calculator": "\u00d8d\u01ddn \u023b\u0250l\u0254nl\u0250\u0287\u00f8\u0279", - "Open language menu": "\u00d8d\u01ddn l\u0250n\u0183n\u0250\u0183\u01dd \u026f\u01ddnn", - "Open the certificate you earned for the %(title)s program.": "\u00d8d\u01ddn \u0287\u0265\u01dd \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u028e\u00f8n \u01dd\u0250\u0279n\u01ddd \u025f\u00f8\u0279 \u0287\u0265\u01dd %(title)s d\u0279\u00f8\u0183\u0279\u0250\u026f.", - "Open/download this file": "\u00d8d\u01ddn/d\u00f8\u028dnl\u00f8\u0250d \u0287\u0265\u1d09s \u025f\u1d09l\u01dd", - "OpenAssessment Save Error": "\u00d8d\u01ddn\u023ass\u01ddss\u026f\u01ddn\u0287 S\u0250\u028c\u01dd \u0246\u0279\u0279\u00f8\u0279", - "Optional Characteristics": "\u00d8d\u0287\u1d09\u00f8n\u0250l \u023b\u0265\u0250\u0279\u0250\u0254\u0287\u01dd\u0279\u1d09s\u0287\u1d09\u0254s", - "Optional long description": "\u00d8d\u0287\u1d09\u00f8n\u0250l l\u00f8n\u0183 d\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n", - "Optionally, link your personal accounts to the social media icons on your edX profile.": "\u00d8d\u0287\u1d09\u00f8n\u0250ll\u028e, l\u1d09n\u029e \u028e\u00f8n\u0279 d\u01dd\u0279s\u00f8n\u0250l \u0250\u0254\u0254\u00f8nn\u0287s \u0287\u00f8 \u0287\u0265\u01dd s\u00f8\u0254\u1d09\u0250l \u026f\u01ddd\u1d09\u0250 \u1d09\u0254\u00f8ns \u00f8n \u028e\u00f8n\u0279 \u01dddX d\u0279\u00f8\u025f\u1d09l\u01dd.", - "Options for {license_name}": "\u00d8d\u0287\u1d09\u00f8ns \u025f\u00f8\u0279 {license_name}", - "Order Details": "\u00d8\u0279d\u01dd\u0279 \u0110\u01dd\u0287\u0250\u1d09ls", - "Order History": "\u00d8\u0279d\u01dd\u0279 \u0126\u1d09s\u0287\u00f8\u0279\u028e", - "Order No.": "\u00d8\u0279d\u01dd\u0279 N\u00f8.", - "Order Number": "\u00d8\u0279d\u01dd\u0279 Nn\u026fb\u01dd\u0279", - "Organization": "\u00d8\u0279\u0183\u0250n\u1d09z\u0250\u0287\u1d09\u00f8n", - "Organization ": "\u00d8\u0279\u0183\u0250n\u1d09z\u0250\u0287\u1d09\u00f8n ", - "Organization Name": "\u00d8\u0279\u0183\u0250n\u1d09z\u0250\u0287\u1d09\u00f8n N\u0250\u026f\u01dd", - "Organization of the signatory": "\u00d8\u0279\u0183\u0250n\u1d09z\u0250\u0287\u1d09\u00f8n \u00f8\u025f \u0287\u0265\u01dd s\u1d09\u0183n\u0250\u0287\u00f8\u0279\u028e", - "Organization:": "\u00d8\u0279\u0183\u0250n\u1d09z\u0250\u0287\u1d09\u00f8n:", - "Other": "\u00d8\u0287\u0265\u01dd\u0279", - "Overall Score": "\u00d8\u028c\u01dd\u0279\u0250ll S\u0254\u00f8\u0279\u01dd", - "PDF Chapters": "\u2c63\u0110F \u023b\u0265\u0250d\u0287\u01dd\u0279s", - "Page break": "\u2c63\u0250\u0183\u01dd b\u0279\u01dd\u0250\u029e", - "Page number out of %(total_pages)s": "\u2c63\u0250\u0183\u01dd nn\u026fb\u01dd\u0279 \u00f8n\u0287 \u00f8\u025f %(total_pages)s", - "Pagination": "\u2c63\u0250\u0183\u1d09n\u0250\u0287\u1d09\u00f8n", - "Paragraph": "\u2c63\u0250\u0279\u0250\u0183\u0279\u0250d\u0265", - "Password": "\u2c63\u0250ss\u028d\u00f8\u0279d", - "Password Status": "\u2c63\u0250ss\u028d\u00f8\u0279d S\u0287\u0250\u0287ns", - "Password assistance": "\u2c63\u0250ss\u028d\u00f8\u0279d \u0250ss\u1d09s\u0287\u0250n\u0254\u01dd", - "Password is incorrect": "\u2c63\u0250ss\u028d\u00f8\u0279d \u1d09s \u1d09n\u0254\u00f8\u0279\u0279\u01dd\u0254\u0287", - "Passwords do not match.": "\u2c63\u0250ss\u028d\u00f8\u0279ds d\u00f8 n\u00f8\u0287 \u026f\u0250\u0287\u0254\u0265.", - "Paste": "\u2c63\u0250s\u0287\u01dd", - "Paste as text": "\u2c63\u0250s\u0287\u01dd \u0250s \u0287\u01ddx\u0287", - "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "\u2c63\u0250s\u0287\u01dd \u1d09s n\u00f8\u028d \u1d09n dl\u0250\u1d09n \u0287\u01ddx\u0287 \u026f\u00f8d\u01dd. \u023b\u00f8n\u0287\u01ddn\u0287s \u028d\u1d09ll n\u00f8\u028d b\u01dd d\u0250s\u0287\u01ddd \u0250s dl\u0250\u1d09n \u0287\u01ddx\u0287 nn\u0287\u1d09l \u028e\u00f8n \u0287\u00f8\u0183\u0183l\u01dd \u0287\u0265\u1d09s \u00f8d\u0287\u1d09\u00f8n \u00f8\u025f\u025f.", - "Paste row after": "\u2c63\u0250s\u0287\u01dd \u0279\u00f8\u028d \u0250\u025f\u0287\u01dd\u0279", - "Paste row before": "\u2c63\u0250s\u0287\u01dd \u0279\u00f8\u028d b\u01dd\u025f\u00f8\u0279\u01dd", - "Paste your embed code below:": "\u2c63\u0250s\u0287\u01dd \u028e\u00f8n\u0279 \u01dd\u026fb\u01ddd \u0254\u00f8d\u01dd b\u01ddl\u00f8\u028d:", - "Path to Signature Image": "\u2c63\u0250\u0287\u0265 \u0287\u00f8 S\u1d09\u0183n\u0250\u0287n\u0279\u01dd \u0197\u026f\u0250\u0183\u01dd", - "Pause": "\u2c63\u0250ns\u01dd", - "Photo": "\u2c63\u0265\u00f8\u0287\u00f8", - "Photo Captured successfully.": "\u2c63\u0265\u00f8\u0287\u00f8 \u023b\u0250d\u0287n\u0279\u01ddd sn\u0254\u0254\u01ddss\u025fnll\u028e.", - "Photo ID": "\u2c63\u0265\u00f8\u0287\u00f8 \u0197\u0110", - "Photo Identification": "\u2c63\u0265\u00f8\u0287\u00f8 \u0197d\u01ddn\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n", - "Photo Verification": "\u2c63\u0265\u00f8\u0287\u00f8 V\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n", - "Photo of %(fullName)s": "\u2c63\u0265\u00f8\u0287\u00f8 \u00f8\u025f %(fullName)s", - "Photo of %(fullName)s's ID": "\u2c63\u0265\u00f8\u0287\u00f8 \u00f8\u025f %(fullName)s's \u0197\u0110", - "Photo requirements:": "\u2c63\u0265\u00f8\u0287\u00f8 \u0279\u01ddbn\u1d09\u0279\u01dd\u026f\u01ddn\u0287s:", - "Photos don't meet the requirements?": "\u2c63\u0265\u00f8\u0287\u00f8s d\u00f8n'\u0287 \u026f\u01dd\u01dd\u0287 \u0287\u0265\u01dd \u0279\u01ddbn\u1d09\u0279\u01dd\u026f\u01ddn\u0287s?", - "Placeholder": "\u2c63l\u0250\u0254\u01dd\u0265\u00f8ld\u01dd\u0279", - "Play": "\u2c63l\u0250\u028e", - "Play video": "\u2c63l\u0250\u028e \u028c\u1d09d\u01dd\u00f8", - "Please Note": "\u2c63l\u01dd\u0250s\u01dd N\u00f8\u0287\u01dd", - "Please add a photo of the instructor (Note: only JPEG or PNG format supported)": "\u2c63l\u01dd\u0250s\u01dd \u0250dd \u0250 d\u0265\u00f8\u0287\u00f8 \u00f8\u025f \u0287\u0265\u01dd \u1d09ns\u0287\u0279n\u0254\u0287\u00f8\u0279 (N\u00f8\u0287\u01dd: \u00f8nl\u028e \u0248\u2c63\u0246\u01e4 \u00f8\u0279 \u2c63N\u01e4 \u025f\u00f8\u0279\u026f\u0250\u0287 sndd\u00f8\u0279\u0287\u01ddd)", - "Please add at least one chapter": "\u2c63l\u01dd\u0250s\u01dd \u0250dd \u0250\u0287 l\u01dd\u0250s\u0287 \u00f8n\u01dd \u0254\u0265\u0250d\u0287\u01dd\u0279", - "Please add the institute where the instructor is associated": "\u2c63l\u01dd\u0250s\u01dd \u0250dd \u0287\u0265\u01dd \u1d09ns\u0287\u1d09\u0287n\u0287\u01dd \u028d\u0265\u01dd\u0279\u01dd \u0287\u0265\u01dd \u1d09ns\u0287\u0279n\u0254\u0287\u00f8\u0279 \u1d09s \u0250ss\u00f8\u0254\u1d09\u0250\u0287\u01ddd", - "Please add the instructor's biography": "\u2c63l\u01dd\u0250s\u01dd \u0250dd \u0287\u0265\u01dd \u1d09ns\u0287\u0279n\u0254\u0287\u00f8\u0279's b\u1d09\u00f8\u0183\u0279\u0250d\u0265\u028e", - "Please add the instructor's name": "\u2c63l\u01dd\u0250s\u01dd \u0250dd \u0287\u0265\u01dd \u1d09ns\u0287\u0279n\u0254\u0287\u00f8\u0279's n\u0250\u026f\u01dd", - "Please add the instructor's title": "\u2c63l\u01dd\u0250s\u01dd \u0250dd \u0287\u0265\u01dd \u1d09ns\u0287\u0279n\u0254\u0287\u00f8\u0279's \u0287\u1d09\u0287l\u01dd", - "Please address the errors on this page first, and then save your progress.": "\u2c63l\u01dd\u0250s\u01dd \u0250dd\u0279\u01ddss \u0287\u0265\u01dd \u01dd\u0279\u0279\u00f8\u0279s \u00f8n \u0287\u0265\u1d09s d\u0250\u0183\u01dd \u025f\u1d09\u0279s\u0287, \u0250nd \u0287\u0265\u01ddn s\u0250\u028c\u01dd \u028e\u00f8n\u0279 d\u0279\u00f8\u0183\u0279\u01ddss.", - "Please check the following validation feedbacks and reflect them in your course settings:": "\u2c63l\u01dd\u0250s\u01dd \u0254\u0265\u01dd\u0254\u029e \u0287\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 \u028c\u0250l\u1d09d\u0250\u0287\u1d09\u00f8n \u025f\u01dd\u01dddb\u0250\u0254\u029es \u0250nd \u0279\u01dd\u025fl\u01dd\u0254\u0287 \u0287\u0265\u01dd\u026f \u1d09n \u028e\u00f8n\u0279 \u0254\u00f8n\u0279s\u01dd s\u01dd\u0287\u0287\u1d09n\u0183s:", - "Please describe this image or agree that it has no contextual value by checking the checkbox.": "\u2c63l\u01dd\u0250s\u01dd d\u01dds\u0254\u0279\u1d09b\u01dd \u0287\u0265\u1d09s \u1d09\u026f\u0250\u0183\u01dd \u00f8\u0279 \u0250\u0183\u0279\u01dd\u01dd \u0287\u0265\u0250\u0287 \u1d09\u0287 \u0265\u0250s n\u00f8 \u0254\u00f8n\u0287\u01ddx\u0287n\u0250l \u028c\u0250ln\u01dd b\u028e \u0254\u0265\u01dd\u0254\u029e\u1d09n\u0183 \u0287\u0265\u01dd \u0254\u0265\u01dd\u0254\u029eb\u00f8x.", - "Please do not use any spaces in this field.": "\u2c63l\u01dd\u0250s\u01dd d\u00f8 n\u00f8\u0287 ns\u01dd \u0250n\u028e sd\u0250\u0254\u01dds \u1d09n \u0287\u0265\u1d09s \u025f\u1d09\u01ddld.", - "Please do not use any spaces or special characters in this field.": "\u2c63l\u01dd\u0250s\u01dd d\u00f8 n\u00f8\u0287 ns\u01dd \u0250n\u028e sd\u0250\u0254\u01dds \u00f8\u0279 sd\u01dd\u0254\u1d09\u0250l \u0254\u0265\u0250\u0279\u0250\u0254\u0287\u01dd\u0279s \u1d09n \u0287\u0265\u1d09s \u025f\u1d09\u01ddld.", - "Please enter a problem location.": "\u2c63l\u01dd\u0250s\u01dd \u01ddn\u0287\u01dd\u0279 \u0250 d\u0279\u00f8bl\u01dd\u026f l\u00f8\u0254\u0250\u0287\u1d09\u00f8n.", - "Please enter a score.": "\u2c63l\u01dd\u0250s\u01dd \u01ddn\u0287\u01dd\u0279 \u0250 s\u0254\u00f8\u0279\u01dd.", - "Please enter a student email address or username.": "\u2c63l\u01dd\u0250s\u01dd \u01ddn\u0287\u01dd\u0279 \u0250 s\u0287nd\u01ddn\u0287 \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss \u00f8\u0279 ns\u01dd\u0279n\u0250\u026f\u01dd.", - "Please enter a term in the {anchorStart} search field{anchorEnd}.": "\u2c63l\u01dd\u0250s\u01dd \u01ddn\u0287\u01dd\u0279 \u0250 \u0287\u01dd\u0279\u026f \u1d09n \u0287\u0265\u01dd {anchorStart} s\u01dd\u0250\u0279\u0254\u0265 \u025f\u1d09\u01ddld{anchorEnd}.", - "Please enter a username or email.": "\u2c63l\u01dd\u0250s\u01dd \u01ddn\u0287\u01dd\u0279 \u0250 ns\u01dd\u0279n\u0250\u026f\u01dd \u00f8\u0279 \u01dd\u026f\u0250\u1d09l.", - "Please enter a valid donation amount.": "\u2c63l\u01dd\u0250s\u01dd \u01ddn\u0287\u01dd\u0279 \u0250 \u028c\u0250l\u1d09d d\u00f8n\u0250\u0287\u1d09\u00f8n \u0250\u026f\u00f8nn\u0287.", - "Please enter an integer between %(min)s and %(max)s.": "\u2c63l\u01dd\u0250s\u01dd \u01ddn\u0287\u01dd\u0279 \u0250n \u1d09n\u0287\u01dd\u0183\u01dd\u0279 b\u01dd\u0287\u028d\u01dd\u01ddn %(min)s \u0250nd %(max)s.", - "Please enter an integer between 0 and 100.": "\u2c63l\u01dd\u0250s\u01dd \u01ddn\u0287\u01dd\u0279 \u0250n \u1d09n\u0287\u01dd\u0183\u01dd\u0279 b\u01dd\u0287\u028d\u01dd\u01ddn 0 \u0250nd 100.", - "Please enter an integer greater than 0.": "\u2c63l\u01dd\u0250s\u01dd \u01ddn\u0287\u01dd\u0279 \u0250n \u1d09n\u0287\u01dd\u0183\u01dd\u0279 \u0183\u0279\u01dd\u0250\u0287\u01dd\u0279 \u0287\u0265\u0250n 0.", - "Please enter non-negative integer.": "\u2c63l\u01dd\u0250s\u01dd \u01ddn\u0287\u01dd\u0279 n\u00f8n-n\u01dd\u0183\u0250\u0287\u1d09\u028c\u01dd \u1d09n\u0287\u01dd\u0183\u01dd\u0279.", - "Please enter valid start date and time.": "\u2c63l\u01dd\u0250s\u01dd \u01ddn\u0287\u01dd\u0279 \u028c\u0250l\u1d09d s\u0287\u0250\u0279\u0287 d\u0250\u0287\u01dd \u0250nd \u0287\u1d09\u026f\u01dd.", - "Please enter your %(field)s.": "\u2c63l\u01dd\u0250s\u01dd \u01ddn\u0287\u01dd\u0279 \u028e\u00f8n\u0279 %(field)s.", - "Please enter your log-in or recovery email address below and we will send you an email with instructions.": "\u2c63l\u01dd\u0250s\u01dd \u01ddn\u0287\u01dd\u0279 \u028e\u00f8n\u0279 l\u00f8\u0183-\u1d09n \u00f8\u0279 \u0279\u01dd\u0254\u00f8\u028c\u01dd\u0279\u028e \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss b\u01ddl\u00f8\u028d \u0250nd \u028d\u01dd \u028d\u1d09ll s\u01ddnd \u028e\u00f8n \u0250n \u01dd\u026f\u0250\u1d09l \u028d\u1d09\u0287\u0265 \u1d09ns\u0287\u0279n\u0254\u0287\u1d09\u00f8ns.", - "Please fix the following errors:": "\u2c63l\u01dd\u0250s\u01dd \u025f\u1d09x \u0287\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 \u01dd\u0279\u0279\u00f8\u0279s:", - "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "\u2c63l\u01dd\u0250s\u01dd \u025f\u00f8ll\u00f8\u028d \u0287\u0265\u01dd \u1d09ns\u0287\u0279n\u0254\u0287\u1d09\u00f8ns \u0265\u01dd\u0279\u01dd \u0287\u00f8 ndl\u00f8\u0250d \u0250 \u025f\u1d09l\u01dd \u01ddls\u01dd\u028d\u0265\u01dd\u0279\u01dd \u0250nd l\u1d09n\u029e \u0287\u00f8 \u1d09\u0287: {maxFileSizeRedirectUrl}", - "Please note: Deletion of your account and personal data is permanent and cannot be undone. EdX will not be able to recover your account or the data that is deleted.": "\u2c63l\u01dd\u0250s\u01dd n\u00f8\u0287\u01dd: \u0110\u01ddl\u01dd\u0287\u1d09\u00f8n \u00f8\u025f \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287 \u0250nd d\u01dd\u0279s\u00f8n\u0250l d\u0250\u0287\u0250 \u1d09s d\u01dd\u0279\u026f\u0250n\u01ddn\u0287 \u0250nd \u0254\u0250nn\u00f8\u0287 b\u01dd nnd\u00f8n\u01dd. \u0246dX \u028d\u1d09ll n\u00f8\u0287 b\u01dd \u0250bl\u01dd \u0287\u00f8 \u0279\u01dd\u0254\u00f8\u028c\u01dd\u0279 \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287 \u00f8\u0279 \u0287\u0265\u01dd d\u0250\u0287\u0250 \u0287\u0265\u0250\u0287 \u1d09s d\u01ddl\u01dd\u0287\u01ddd.", - "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "\u2c63l\u01dd\u0250s\u01dd d\u0279\u1d09n\u0287 \u0287\u0265\u1d09s d\u0250\u0183\u01dd \u025f\u00f8\u0279 \u028e\u00f8n\u0279 \u0279\u01dd\u0254\u00f8\u0279ds; \u1d09\u0287 s\u01dd\u0279\u028c\u01dds \u0250s \u028e\u00f8n\u0279 \u0279\u01dd\u0254\u01dd\u1d09d\u0287. \u024e\u00f8n \u028d\u1d09ll \u0250ls\u00f8 \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01dd \u0250n \u01dd\u026f\u0250\u1d09l \u028d\u1d09\u0287\u0265 \u0287\u0265\u01dd s\u0250\u026f\u01dd \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n.", - "Please provide a description of the link destination.": "\u2c63l\u01dd\u0250s\u01dd d\u0279\u00f8\u028c\u1d09d\u01dd \u0250 d\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n \u00f8\u025f \u0287\u0265\u01dd l\u1d09n\u029e d\u01dds\u0287\u1d09n\u0250\u0287\u1d09\u00f8n.", - "Please provide a valid URL.": "\u2c63l\u01dd\u0250s\u01dd d\u0279\u00f8\u028c\u1d09d\u01dd \u0250 \u028c\u0250l\u1d09d \u0244\u024c\u0141.", - "Please re-enter your password.": "\u2c63l\u01dd\u0250s\u01dd \u0279\u01dd-\u01ddn\u0287\u01dd\u0279 \u028e\u00f8n\u0279 d\u0250ss\u028d\u00f8\u0279d.", - "Please select a PDF file to upload.": "\u2c63l\u01dd\u0250s\u01dd s\u01ddl\u01dd\u0254\u0287 \u0250 \u2c63\u0110F \u025f\u1d09l\u01dd \u0287\u00f8 ndl\u00f8\u0250d.", - "Please select a file in .srt format.": "\u2c63l\u01dd\u0250s\u01dd s\u01ddl\u01dd\u0254\u0287 \u0250 \u025f\u1d09l\u01dd \u1d09n .s\u0279\u0287 \u025f\u00f8\u0279\u026f\u0250\u0287.", - "Please specify a reason.": "\u2c63l\u01dd\u0250s\u01dd sd\u01dd\u0254\u1d09\u025f\u028e \u0250 \u0279\u01dd\u0250s\u00f8n.", - "Please verify that you have uploaded a valid image (PNG and JPEG).": "\u2c63l\u01dd\u0250s\u01dd \u028c\u01dd\u0279\u1d09\u025f\u028e \u0287\u0265\u0250\u0287 \u028e\u00f8n \u0265\u0250\u028c\u01dd ndl\u00f8\u0250d\u01ddd \u0250 \u028c\u0250l\u1d09d \u1d09\u026f\u0250\u0183\u01dd (\u2c63N\u01e4 \u0250nd \u0248\u2c63\u0246\u01e4).", - "Please verify that your webcam is connected and that you have allowed your browser to access it.": "\u2c63l\u01dd\u0250s\u01dd \u028c\u01dd\u0279\u1d09\u025f\u028e \u0287\u0265\u0250\u0287 \u028e\u00f8n\u0279 \u028d\u01ddb\u0254\u0250\u026f \u1d09s \u0254\u00f8nn\u01dd\u0254\u0287\u01ddd \u0250nd \u0287\u0265\u0250\u0287 \u028e\u00f8n \u0265\u0250\u028c\u01dd \u0250ll\u00f8\u028d\u01ddd \u028e\u00f8n\u0279 b\u0279\u00f8\u028ds\u01dd\u0279 \u0287\u00f8 \u0250\u0254\u0254\u01ddss \u1d09\u0287.", - "Plugins": "\u2c63ln\u0183\u1d09ns", - "Post": "\u2c63\u00f8s\u0287", - "Poster": "\u2c63\u00f8s\u0287\u01dd\u0279", - "Practice Proctored": "\u2c63\u0279\u0250\u0254\u0287\u1d09\u0254\u01dd \u2c63\u0279\u00f8\u0254\u0287\u00f8\u0279\u01ddd", - "Practice proctored Exam": "\u2c63\u0279\u0250\u0254\u0287\u1d09\u0254\u01dd d\u0279\u00f8\u0254\u0287\u00f8\u0279\u01ddd \u0246x\u0250\u026f", - "Pre": "\u2c63\u0279\u01dd", - "Preferred Language": "\u2c63\u0279\u01dd\u025f\u01dd\u0279\u0279\u01ddd \u0141\u0250n\u0183n\u0250\u0183\u01dd", - "Preformatted": "\u2c63\u0279\u01dd\u025f\u00f8\u0279\u026f\u0250\u0287\u0287\u01ddd", - "Prerequisite:": "\u2c63\u0279\u01dd\u0279\u01ddbn\u1d09s\u1d09\u0287\u01dd:", - "Prerequisite: %(prereq_display_name)s": "\u2c63\u0279\u01dd\u0279\u01ddbn\u1d09s\u1d09\u0287\u01dd: %(prereq_display_name)s", - "Press Add to language": "\u2c63\u0279\u01ddss \u023add \u0287\u00f8 l\u0250n\u0183n\u0250\u0183\u01dd", - "Press Remove to remove language": "\u2c63\u0279\u01ddss \u024c\u01dd\u026f\u00f8\u028c\u01dd \u0287\u00f8 \u0279\u01dd\u026f\u00f8\u028c\u01dd l\u0250n\u0183n\u0250\u0183\u01dd", - "Press UP to enter the speed menu then use the UP and DOWN arrow keys to navigate the different speeds, then press ENTER to change to the selected speed.": "\u2c63\u0279\u01ddss \u0244\u2c63 \u0287\u00f8 \u01ddn\u0287\u01dd\u0279 \u0287\u0265\u01dd sd\u01dd\u01ddd \u026f\u01ddnn \u0287\u0265\u01ddn ns\u01dd \u0287\u0265\u01dd \u0244\u2c63 \u0250nd \u0110\u00d8WN \u0250\u0279\u0279\u00f8\u028d \u029e\u01dd\u028es \u0287\u00f8 n\u0250\u028c\u1d09\u0183\u0250\u0287\u01dd \u0287\u0265\u01dd d\u1d09\u025f\u025f\u01dd\u0279\u01ddn\u0287 sd\u01dd\u01ddds, \u0287\u0265\u01ddn d\u0279\u01ddss \u0246N\u0166\u0246\u024c \u0287\u00f8 \u0254\u0265\u0250n\u0183\u01dd \u0287\u00f8 \u0287\u0265\u01dd s\u01ddl\u01dd\u0254\u0287\u01ddd sd\u01dd\u01ddd.", - "Press change to change selected transcript provider.": "\u2c63\u0279\u01ddss \u0254\u0265\u0250n\u0183\u01dd \u0287\u00f8 \u0254\u0265\u0250n\u0183\u01dd s\u01ddl\u01dd\u0254\u0287\u01ddd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 d\u0279\u00f8\u028c\u1d09d\u01dd\u0279.", - "Press close to hide course video settings": "\u2c63\u0279\u01ddss \u0254l\u00f8s\u01dd \u0287\u00f8 \u0265\u1d09d\u01dd \u0254\u00f8n\u0279s\u01dd \u028c\u1d09d\u01dd\u00f8 s\u01dd\u0287\u0287\u1d09n\u0183s", - "Press discard changes to discard changes.": "\u2c63\u0279\u01ddss d\u1d09s\u0254\u0250\u0279d \u0254\u0265\u0250n\u0183\u01dds \u0287\u00f8 d\u1d09s\u0254\u0250\u0279d \u0254\u0265\u0250n\u0183\u01dds.", - "Press discard changes to discard your changes.": "\u2c63\u0279\u01ddss d\u1d09s\u0254\u0250\u0279d \u0254\u0265\u0250n\u0183\u01dds \u0287\u00f8 d\u1d09s\u0254\u0250\u0279d \u028e\u00f8n\u0279 \u0254\u0265\u0250n\u0183\u01dds.", - "Press the UP arrow key to enter the language menu then use UP and DOWN arrow keys to navigate language options. Press ENTER to change to the selected language.": "\u2c63\u0279\u01ddss \u0287\u0265\u01dd \u0244\u2c63 \u0250\u0279\u0279\u00f8\u028d \u029e\u01dd\u028e \u0287\u00f8 \u01ddn\u0287\u01dd\u0279 \u0287\u0265\u01dd l\u0250n\u0183n\u0250\u0183\u01dd \u026f\u01ddnn \u0287\u0265\u01ddn ns\u01dd \u0244\u2c63 \u0250nd \u0110\u00d8WN \u0250\u0279\u0279\u00f8\u028d \u029e\u01dd\u028es \u0287\u00f8 n\u0250\u028c\u1d09\u0183\u0250\u0287\u01dd l\u0250n\u0183n\u0250\u0183\u01dd \u00f8d\u0287\u1d09\u00f8ns. \u2c63\u0279\u01ddss \u0246N\u0166\u0246\u024c \u0287\u00f8 \u0254\u0265\u0250n\u0183\u01dd \u0287\u00f8 \u0287\u0265\u01dd s\u01ddl\u01dd\u0254\u0287\u01ddd l\u0250n\u0183n\u0250\u0183\u01dd.", - "Press update settings to update course video settings": "\u2c63\u0279\u01ddss ndd\u0250\u0287\u01dd s\u01dd\u0287\u0287\u1d09n\u0183s \u0287\u00f8 ndd\u0250\u0287\u01dd \u0254\u00f8n\u0279s\u01dd \u028c\u1d09d\u01dd\u00f8 s\u01dd\u0287\u0287\u1d09n\u0183s", - "Press update settings to update the information for your organization.": "\u2c63\u0279\u01ddss ndd\u0250\u0287\u01dd s\u01dd\u0287\u0287\u1d09n\u0183s \u0287\u00f8 ndd\u0250\u0287\u01dd \u0287\u0265\u01dd \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n \u025f\u00f8\u0279 \u028e\u00f8n\u0279 \u00f8\u0279\u0183\u0250n\u1d09z\u0250\u0287\u1d09\u00f8n.", - "Prev": "\u2c63\u0279\u01dd\u028c", - "Prevent students from generating certificates in this course?": "\u2c63\u0279\u01dd\u028c\u01ddn\u0287 s\u0287nd\u01ddn\u0287s \u025f\u0279\u00f8\u026f \u0183\u01ddn\u01dd\u0279\u0250\u0287\u1d09n\u0183 \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds \u1d09n \u0287\u0265\u1d09s \u0254\u00f8n\u0279s\u01dd?", - "Preview": "\u2c63\u0279\u01dd\u028c\u1d09\u01dd\u028d", - "Preview Certificate": "\u2c63\u0279\u01dd\u028c\u1d09\u01dd\u028d \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd", - "Preview of uploaded image": "\u2c63\u0279\u01dd\u028c\u1d09\u01dd\u028d \u00f8\u025f ndl\u00f8\u0250d\u01ddd \u1d09\u026f\u0250\u0183\u01dd", - "Preview this query": "\u2c63\u0279\u01dd\u028c\u1d09\u01dd\u028d \u0287\u0265\u1d09s bn\u01dd\u0279\u028e", - "Previous": "\u2c63\u0279\u01dd\u028c\u1d09\u00f8ns", - "Previous Uploads": "\u2c63\u0279\u01dd\u028c\u1d09\u00f8ns \u0244dl\u00f8\u0250ds", - "Previous Uploads table has been updated.": "\u2c63\u0279\u01dd\u028c\u1d09\u00f8ns \u0244dl\u00f8\u0250ds \u0287\u0250bl\u01dd \u0265\u0250s b\u01dd\u01ddn ndd\u0250\u0287\u01ddd.", - "Previously published": "\u2c63\u0279\u01dd\u028c\u1d09\u00f8nsl\u028e dnbl\u1d09s\u0265\u01ddd", - "Print": "\u2c63\u0279\u1d09n\u0287", - "Processing Re-run Request": "\u2c63\u0279\u00f8\u0254\u01ddss\u1d09n\u0183 \u024c\u01dd-\u0279nn \u024c\u01ddbn\u01dds\u0287", - "Proctored": "\u2c63\u0279\u00f8\u0254\u0287\u00f8\u0279\u01ddd", - "Proctored Exam": "\u2c63\u0279\u00f8\u0254\u0287\u00f8\u0279\u01ddd \u0246x\u0250\u026f", - "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.": "\u2c63\u0279\u00f8\u0254\u0287\u00f8\u0279\u01ddd \u01ddx\u0250\u026fs \u0250\u0279\u01dd \u0287\u1d09\u026f\u01ddd \u0250nd \u0287\u0265\u01dd\u028e \u0279\u01dd\u0254\u00f8\u0279d \u028c\u1d09d\u01dd\u00f8 \u00f8\u025f \u01dd\u0250\u0254\u0265 l\u01dd\u0250\u0279n\u01dd\u0279 \u0287\u0250\u029e\u1d09n\u0183 \u0287\u0265\u01dd \u01ddx\u0250\u026f. \u0166\u0265\u01dd \u028c\u1d09d\u01dd\u00f8s \u0250\u0279\u01dd \u0287\u0265\u01ddn \u0279\u01dd\u028c\u1d09\u01dd\u028d\u01ddd \u0287\u00f8 \u01ddnsn\u0279\u01dd \u0287\u0265\u0250\u0287 l\u01dd\u0250\u0279n\u01dd\u0279s \u025f\u00f8ll\u00f8\u028d \u0250ll \u01ddx\u0250\u026f\u1d09n\u0250\u0287\u1d09\u00f8n \u0279nl\u01dds.", - "Proctoring": "\u2c63\u0279\u00f8\u0254\u0287\u00f8\u0279\u1d09n\u0183", - "Proctoring Settings": "\u2c63\u0279\u00f8\u0254\u0287\u00f8\u0279\u1d09n\u0183 S\u01dd\u0287\u0287\u1d09n\u0183s", - "Product Name": "\u2c63\u0279\u00f8dn\u0254\u0287 N\u0250\u026f\u01dd", - "Professional Certificate for {courseName}": "\u2c63\u0279\u00f8\u025f\u01ddss\u1d09\u00f8n\u0250l \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u025f\u00f8\u0279 {courseName}", - "Professional Education": "\u2c63\u0279\u00f8\u025f\u01ddss\u1d09\u00f8n\u0250l \u0246dn\u0254\u0250\u0287\u1d09\u00f8n", - "Professional Education Verified Certificate": "\u2c63\u0279\u00f8\u025f\u01ddss\u1d09\u00f8n\u0250l \u0246dn\u0254\u0250\u0287\u1d09\u00f8n V\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd", - "Profile": "\u2c63\u0279\u00f8\u025f\u1d09l\u01dd", - "Profile Image": "\u2c63\u0279\u00f8\u025f\u1d09l\u01dd \u0197\u026f\u0250\u0183\u01dd", - "Profile Visibility:": "\u2c63\u0279\u00f8\u025f\u1d09l\u01dd V\u1d09s\u1d09b\u1d09l\u1d09\u0287\u028e:", - "Profile image for {username}": "\u2c63\u0279\u00f8\u025f\u1d09l\u01dd \u1d09\u026f\u0250\u0183\u01dd \u025f\u00f8\u0279 {username}", - "Program Record": "\u2c63\u0279\u00f8\u0183\u0279\u0250\u026f \u024c\u01dd\u0254\u00f8\u0279d", - "Promote another member to Admin to remove your admin rights": "\u2c63\u0279\u00f8\u026f\u00f8\u0287\u01dd \u0250n\u00f8\u0287\u0265\u01dd\u0279 \u026f\u01dd\u026fb\u01dd\u0279 \u0287\u00f8 \u023ad\u026f\u1d09n \u0287\u00f8 \u0279\u01dd\u026f\u00f8\u028c\u01dd \u028e\u00f8n\u0279 \u0250d\u026f\u1d09n \u0279\u1d09\u0183\u0265\u0287s", - "Provisional": "\u2c63\u0279\u00f8\u028c\u1d09s\u1d09\u00f8n\u0250l", - "Provisionally Supported": "\u2c63\u0279\u00f8\u028c\u1d09s\u1d09\u00f8n\u0250ll\u028e Sndd\u00f8\u0279\u0287\u01ddd", - "Publish": "\u2c63nbl\u1d09s\u0265", - "Publish all unpublished changes for this {item}?": "\u2c63nbl\u1d09s\u0265 \u0250ll nndnbl\u1d09s\u0265\u01ddd \u0254\u0265\u0250n\u0183\u01dds \u025f\u00f8\u0279 \u0287\u0265\u1d09s {item}?", - "Publish {display_name}": "\u2c63nbl\u1d09s\u0265 {display_name}", - "Published (not yet released)": "\u2c63nbl\u1d09s\u0265\u01ddd (n\u00f8\u0287 \u028e\u01dd\u0287 \u0279\u01ddl\u01dd\u0250s\u01ddd)", - "Published and Live": "\u2c63nbl\u1d09s\u0265\u01ddd \u0250nd \u0141\u1d09\u028c\u01dd", - "Publishing": "\u2c63nbl\u1d09s\u0265\u1d09n\u0183", - "Publishing Status": "\u2c63nbl\u1d09s\u0265\u1d09n\u0183 S\u0287\u0250\u0287ns", - "Queued": "Qn\u01ddn\u01ddd", - "REMAINING COURSES": "\u024c\u0246M\u023a\u0197N\u0197N\u01e4 \u023b\u00d8\u0244\u024cS\u0246S", - "Re-run Course": "\u024c\u01dd-\u0279nn \u023b\u00f8n\u0279s\u01dd", - "Read More": "\u024c\u01dd\u0250d M\u00f8\u0279\u01dd", - "Read more": "\u024c\u01dd\u0250d \u026f\u00f8\u0279\u01dd", - "Reason": "\u024c\u01dd\u0250s\u00f8n", - "Reason field should not be left blank.": "\u024c\u01dd\u0250s\u00f8n \u025f\u1d09\u01ddld s\u0265\u00f8nld n\u00f8\u0287 b\u01dd l\u01dd\u025f\u0287 bl\u0250n\u029e.", - "Reason for change:": "\u024c\u01dd\u0250s\u00f8n \u025f\u00f8\u0279 \u0254\u0265\u0250n\u0183\u01dd:", - "Receive updates": "\u024c\u01dd\u0254\u01dd\u1d09\u028c\u01dd ndd\u0250\u0287\u01dds", - "Recent Activity": "\u024c\u01dd\u0254\u01ddn\u0287 \u023a\u0254\u0287\u1d09\u028c\u1d09\u0287\u028e", - "Recommended image resolution is {imageResolution}, maximum image file size should be {maxFileSize} and format must be one of {supportedImageFormats}.": "\u024c\u01dd\u0254\u00f8\u026f\u026f\u01ddnd\u01ddd \u1d09\u026f\u0250\u0183\u01dd \u0279\u01dds\u00f8ln\u0287\u1d09\u00f8n \u1d09s {imageResolution}, \u026f\u0250x\u1d09\u026fn\u026f \u1d09\u026f\u0250\u0183\u01dd \u025f\u1d09l\u01dd s\u1d09z\u01dd s\u0265\u00f8nld b\u01dd {maxFileSize} \u0250nd \u025f\u00f8\u0279\u026f\u0250\u0287 \u026fns\u0287 b\u01dd \u00f8n\u01dd \u00f8\u025f {supportedImageFormats}.", - "Recover my password": "\u024c\u01dd\u0254\u00f8\u028c\u01dd\u0279 \u026f\u028e d\u0250ss\u028d\u00f8\u0279d", - "Recovery Email Address": "\u024c\u01dd\u0254\u00f8\u028c\u01dd\u0279\u028e \u0246\u026f\u0250\u1d09l \u023add\u0279\u01ddss", - "Redo": "\u024c\u01ddd\u00f8", - "Redo (Ctrl+Shift+Z)": "\u024c\u01ddd\u00f8 (\u023b\u0287\u0279l+S\u0265\u1d09\u025f\u0287+\u01b5)", - "Redo (Ctrl+Y)": "\u024c\u01ddd\u00f8 (\u023b\u0287\u0279l+\u024e)", - "Regenerate": "\u024c\u01dd\u0183\u01ddn\u01dd\u0279\u0250\u0287\u01dd", - "Regenerate the user's certificate": "\u024c\u01dd\u0183\u01ddn\u01dd\u0279\u0250\u0287\u01dd \u0287\u0265\u01dd ns\u01dd\u0279's \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd", - "Register with Institution/Campus Credentials": "\u024c\u01dd\u0183\u1d09s\u0287\u01dd\u0279 \u028d\u1d09\u0287\u0265 \u0197ns\u0287\u1d09\u0287n\u0287\u1d09\u00f8n/\u023b\u0250\u026fdns \u023b\u0279\u01ddd\u01ddn\u0287\u1d09\u0250ls", - "Release Date and Time": "\u024c\u01ddl\u01dd\u0250s\u01dd \u0110\u0250\u0287\u01dd \u0250nd \u0166\u1d09\u026f\u01dd", - "Release Date:": "\u024c\u01ddl\u01dd\u0250s\u01dd \u0110\u0250\u0287\u01dd:", - "Release Status:": "\u024c\u01ddl\u01dd\u0250s\u01dd S\u0287\u0250\u0287ns:", - "Release Time in UTC:": "\u024c\u01ddl\u01dd\u0250s\u01dd \u0166\u1d09\u026f\u01dd \u1d09n \u0244\u0166\u023b:", - "Release:": "\u024c\u01ddl\u01dd\u0250s\u01dd:", - "Released:": "\u024c\u01ddl\u01dd\u0250s\u01ddd:", - "Remaining": "\u024c\u01dd\u026f\u0250\u1d09n\u1d09n\u0183", - "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "\u024c\u01dd\u026f\u00f8\u028c\u0250l \u1d09s \u1d09n d\u0279\u00f8\u0183\u0279\u01ddss. \u0166\u00f8 \u0250\u028c\u00f8\u1d09d \u01dd\u0279\u0279\u00f8\u0279s, s\u0287\u0250\u028e \u00f8n \u0287\u0265\u1d09s d\u0250\u0183\u01dd nn\u0287\u1d09l \u0287\u0265\u01dd d\u0279\u00f8\u0254\u01ddss \u1d09s \u0254\u00f8\u026fdl\u01dd\u0287\u01dd.", - "Remove": "\u024c\u01dd\u026f\u00f8\u028c\u01dd", - "Remove Transcript": "\u024c\u01dd\u026f\u00f8\u028c\u01dd \u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287", - "Remove chapter %(chapterDisplayName)s": "\u024c\u01dd\u026f\u00f8\u028c\u01dd \u0254\u0265\u0250d\u0287\u01dd\u0279 %(chapterDisplayName)s", - "Remove file": "\u024c\u01dd\u026f\u00f8\u028c\u01dd \u025f\u1d09l\u01dd", - "Remove from Invalidation Table": "\u024c\u01dd\u026f\u00f8\u028c\u01dd \u025f\u0279\u00f8\u026f \u0197n\u028c\u0250l\u1d09d\u0250\u0287\u1d09\u00f8n \u0166\u0250bl\u01dd", - "Remove from List": "\u024c\u01dd\u026f\u00f8\u028c\u01dd \u025f\u0279\u00f8\u026f \u0141\u1d09s\u0287", - "Remove link": "\u024c\u01dd\u026f\u00f8\u028c\u01dd l\u1d09n\u029e", - "Remove subsection %(subsectionDisplayName)s": "\u024c\u01dd\u026f\u00f8\u028c\u01dd snbs\u01dd\u0254\u0287\u1d09\u00f8n %(subsectionDisplayName)s", - "Remove this team member?": "\u024c\u01dd\u026f\u00f8\u028c\u01dd \u0287\u0265\u1d09s \u0287\u01dd\u0250\u026f \u026f\u01dd\u026fb\u01dd\u0279?", - "Remove this video": "\u024c\u01dd\u026f\u00f8\u028c\u01dd \u0287\u0265\u1d09s \u028c\u1d09d\u01dd\u00f8", - "Remove unit %(unitName)s": "\u024c\u01dd\u026f\u00f8\u028c\u01dd nn\u1d09\u0287 %(unitName)s", - "Remove {role} Access": "\u024c\u01dd\u026f\u00f8\u028c\u01dd {role} \u023a\u0254\u0254\u01ddss", - "Remove {video_name} video": "\u024c\u01dd\u026f\u00f8\u028c\u01dd {video_name} \u028c\u1d09d\u01dd\u00f8", - "Removing": "\u024c\u01dd\u026f\u00f8\u028c\u1d09n\u0183", - "Removing a video from this list does not affect course content. Any content that uses a previously uploaded video ID continues to display in the course.": "\u024c\u01dd\u026f\u00f8\u028c\u1d09n\u0183 \u0250 \u028c\u1d09d\u01dd\u00f8 \u025f\u0279\u00f8\u026f \u0287\u0265\u1d09s l\u1d09s\u0287 d\u00f8\u01dds n\u00f8\u0287 \u0250\u025f\u025f\u01dd\u0254\u0287 \u0254\u00f8n\u0279s\u01dd \u0254\u00f8n\u0287\u01ddn\u0287. \u023an\u028e \u0254\u00f8n\u0287\u01ddn\u0287 \u0287\u0265\u0250\u0287 ns\u01dds \u0250 d\u0279\u01dd\u028c\u1d09\u00f8nsl\u028e ndl\u00f8\u0250d\u01ddd \u028c\u1d09d\u01dd\u00f8 \u0197\u0110 \u0254\u00f8n\u0287\u1d09nn\u01dds \u0287\u00f8 d\u1d09sdl\u0250\u028e \u1d09n \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd.", - "Replace": "\u024c\u01dddl\u0250\u0254\u01dd", - "Replace all": "\u024c\u01dddl\u0250\u0254\u01dd \u0250ll", - "Replace with": "\u024c\u01dddl\u0250\u0254\u01dd \u028d\u1d09\u0287\u0265", - "Reply to Annotation": "\u024c\u01dddl\u028e \u0287\u00f8 \u023ann\u00f8\u0287\u0250\u0287\u1d09\u00f8n", - "Report abuse, topics, and responses": "\u024c\u01ddd\u00f8\u0279\u0287 \u0250bns\u01dd, \u0287\u00f8d\u1d09\u0254s, \u0250nd \u0279\u01ddsd\u00f8ns\u01dds", - "Requester": "\u024c\u01ddbn\u01dds\u0287\u01dd\u0279", - "Required": "\u024c\u01ddbn\u1d09\u0279\u01ddd", - "Required field.": "\u024c\u01ddbn\u1d09\u0279\u01ddd \u025f\u1d09\u01ddld.", - "Rescore problem '<%- problem_id %>' for all students?": "\u024c\u01dds\u0254\u00f8\u0279\u01dd d\u0279\u00f8bl\u01dd\u026f '<%- problem_id %>' \u025f\u00f8\u0279 \u0250ll s\u0287nd\u01ddn\u0287s?", - "Reset My Password": "\u024c\u01dds\u01dd\u0287 M\u028e \u2c63\u0250ss\u028d\u00f8\u0279d", - "Reset Password": "\u024c\u01dds\u01dd\u0287 \u2c63\u0250ss\u028d\u00f8\u0279d", - "Reset Your Password": "\u024c\u01dds\u01dd\u0287 \u024e\u00f8n\u0279 \u2c63\u0250ss\u028d\u00f8\u0279d", - "Reset attempts for all students on problem '<%- problem_id %>'?": "\u024c\u01dds\u01dd\u0287 \u0250\u0287\u0287\u01dd\u026fd\u0287s \u025f\u00f8\u0279 \u0250ll s\u0287nd\u01ddn\u0287s \u00f8n d\u0279\u00f8bl\u01dd\u026f '<%- problem_id %>'?", - "Responses could not be loaded. Refresh the page and try again.": "\u024c\u01ddsd\u00f8ns\u01dds \u0254\u00f8nld n\u00f8\u0287 b\u01dd l\u00f8\u0250d\u01ddd. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "Restore enrollment code": "\u024c\u01dds\u0287\u00f8\u0279\u01dd \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 \u0254\u00f8d\u01dd", - "Restore last draft": "\u024c\u01dds\u0287\u00f8\u0279\u01dd l\u0250s\u0287 d\u0279\u0250\u025f\u0287", - "Restrict access to:": "\u024c\u01dds\u0287\u0279\u1d09\u0254\u0287 \u0250\u0254\u0254\u01ddss \u0287\u00f8:", - "Retake Photo": "\u024c\u01dd\u0287\u0250\u029e\u01dd \u2c63\u0265\u00f8\u0287\u00f8", - "Retake Your Photos": "\u024c\u01dd\u0287\u0250\u029e\u01dd \u024e\u00f8n\u0279 \u2c63\u0265\u00f8\u0287\u00f8s", - "Retrieving enrollment status...": "\u024c\u01dd\u0287\u0279\u1d09\u01dd\u028c\u1d09n\u0183 \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 s\u0287\u0250\u0287ns...", - "Return and add email address": "\u024c\u01dd\u0287n\u0279n \u0250nd \u0250dd \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss", - "Return to Export": "\u024c\u01dd\u0287n\u0279n \u0287\u00f8 \u0246xd\u00f8\u0279\u0287", - "Return to Your Dashboard": "\u024c\u01dd\u0287n\u0279n \u0287\u00f8 \u024e\u00f8n\u0279 \u0110\u0250s\u0265b\u00f8\u0250\u0279d", - "Return to team listing": "\u024c\u01dd\u0287n\u0279n \u0287\u00f8 \u0287\u01dd\u0250\u026f l\u1d09s\u0287\u1d09n\u0183", - "Review Rules": "\u024c\u01dd\u028c\u1d09\u01dd\u028d \u024cnl\u01dds", - "Review Your Photos": "\u024c\u01dd\u028c\u1d09\u01dd\u028d \u024e\u00f8n\u0279 \u2c63\u0265\u00f8\u0287\u00f8s", - "Review your info": "\u024c\u01dd\u028c\u1d09\u01dd\u028d \u028e\u00f8n\u0279 \u1d09n\u025f\u00f8", - "Revoke access": "\u024c\u01dd\u028c\u00f8\u029e\u01dd \u0250\u0254\u0254\u01ddss", - "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "\u024c\u1d09\u0254\u0265 \u0166\u01ddx\u0287 \u023a\u0279\u01dd\u0250. \u2c63\u0279\u01ddss \u023a\u0141\u0166-F9 \u025f\u00f8\u0279 \u026f\u01ddnn. \u2c63\u0279\u01ddss \u023a\u0141\u0166-F10 \u025f\u00f8\u0279 \u0287\u00f8\u00f8lb\u0250\u0279. \u2c63\u0279\u01ddss \u023a\u0141\u0166-0 \u025f\u00f8\u0279 \u0265\u01ddld", - "Right": "\u024c\u1d09\u0183\u0265\u0287", - "Right to left": "\u024c\u1d09\u0183\u0265\u0287 \u0287\u00f8 l\u01dd\u025f\u0287", - "Robots": "\u024c\u00f8b\u00f8\u0287s", - "Role field should not be left unselected.": "\u024c\u00f8l\u01dd \u025f\u1d09\u01ddld s\u0265\u00f8nld n\u00f8\u0287 b\u01dd l\u01dd\u025f\u0287 nns\u01ddl\u01dd\u0254\u0287\u01ddd.", - "Row": "\u024c\u00f8\u028d", - "Row group": "\u024c\u00f8\u028d \u0183\u0279\u00f8nd", - "Row properties": "\u024c\u00f8\u028d d\u0279\u00f8d\u01dd\u0279\u0287\u1d09\u01dds", - "Row type": "\u024c\u00f8\u028d \u0287\u028ed\u01dd", - "Rows": "\u024c\u00f8\u028ds", - "Save": "S\u0250\u028c\u01dd", - "Save Changes": "S\u0250\u028c\u01dd \u023b\u0265\u0250n\u0183\u01dds", - "Save changes": "S\u0250\u028c\u01dd \u0254\u0265\u0250n\u0183\u01dds", - "Saved cohort": "S\u0250\u028c\u01ddd \u0254\u00f8\u0265\u00f8\u0279\u0287", - "Saving": "S\u0250\u028c\u1d09n\u0183", - "Saving your email preference": "S\u0250\u028c\u1d09n\u0183 \u028e\u00f8n\u0279 \u01dd\u026f\u0250\u1d09l d\u0279\u01dd\u025f\u01dd\u0279\u01ddn\u0254\u01dd", - "Scheduled:": "S\u0254\u0265\u01dddnl\u01ddd:", - "Scope": "S\u0254\u00f8d\u01dd", - "Search": "S\u01dd\u0250\u0279\u0254\u0265", - "Search Results": "S\u01dd\u0250\u0279\u0254\u0265 \u024c\u01ddsnl\u0287s", - "Search all posts": "S\u01dd\u0250\u0279\u0254\u0265 \u0250ll d\u00f8s\u0287s", - "Search teams": "S\u01dd\u0250\u0279\u0254\u0265 \u0287\u01dd\u0250\u026fs", - "Search the {platform} Help Center": "S\u01dd\u0250\u0279\u0254\u0265 \u0287\u0265\u01dd {platform} \u0126\u01ddld \u023b\u01ddn\u0287\u01dd\u0279", - "Section": "S\u01dd\u0254\u0287\u1d09\u00f8n", - "Section Highlights": "S\u01dd\u0254\u0287\u1d09\u00f8n \u0126\u1d09\u0183\u0265l\u1d09\u0183\u0265\u0287s", - "Section Visibility": "S\u01dd\u0254\u0287\u1d09\u00f8n V\u1d09s\u1d09b\u1d09l\u1d09\u0287\u028e", - "Sections": "S\u01dd\u0254\u0287\u1d09\u00f8ns", - "See all teams in your course, organized by topic. Join a team to collaborate with other learners who are interested in the same topic as you are.": "S\u01dd\u01dd \u0250ll \u0287\u01dd\u0250\u026fs \u1d09n \u028e\u00f8n\u0279 \u0254\u00f8n\u0279s\u01dd, \u00f8\u0279\u0183\u0250n\u1d09z\u01ddd b\u028e \u0287\u00f8d\u1d09\u0254. \u0248\u00f8\u1d09n \u0250 \u0287\u01dd\u0250\u026f \u0287\u00f8 \u0254\u00f8ll\u0250b\u00f8\u0279\u0250\u0287\u01dd \u028d\u1d09\u0287\u0265 \u00f8\u0287\u0265\u01dd\u0279 l\u01dd\u0250\u0279n\u01dd\u0279s \u028d\u0265\u00f8 \u0250\u0279\u01dd \u1d09n\u0287\u01dd\u0279\u01dds\u0287\u01ddd \u1d09n \u0287\u0265\u01dd s\u0250\u026f\u01dd \u0287\u00f8d\u1d09\u0254 \u0250s \u028e\u00f8n \u0250\u0279\u01dd.", - "Select": "S\u01ddl\u01dd\u0254\u0287", - "Select Session": "S\u01ddl\u01dd\u0254\u0287 S\u01ddss\u1d09\u00f8n", - "Select a Content Group": "S\u01ddl\u01dd\u0254\u0287 \u0250 \u023b\u00f8n\u0287\u01ddn\u0287 \u01e4\u0279\u00f8nd", - "Select a chapter": "S\u01ddl\u01dd\u0254\u0287 \u0250 \u0254\u0265\u0250d\u0287\u01dd\u0279", - "Select a cohort": "S\u01ddl\u01dd\u0254\u0287 \u0250 \u0254\u00f8\u0265\u00f8\u0279\u0287", - "Select a cohort to manage": "S\u01ddl\u01dd\u0254\u0287 \u0250 \u0254\u00f8\u0265\u00f8\u0279\u0287 \u0287\u00f8 \u026f\u0250n\u0250\u0183\u01dd", - "Select a course or select \"Not specific to a course\" for your support request.": "S\u01ddl\u01dd\u0254\u0287 \u0250 \u0254\u00f8n\u0279s\u01dd \u00f8\u0279 s\u01ddl\u01dd\u0254\u0287 \"N\u00f8\u0287 sd\u01dd\u0254\u1d09\u025f\u1d09\u0254 \u0287\u00f8 \u0250 \u0254\u00f8n\u0279s\u01dd\" \u025f\u00f8\u0279 \u028e\u00f8n\u0279 sndd\u00f8\u0279\u0287 \u0279\u01ddbn\u01dds\u0287.", - "Select a group type": "S\u01ddl\u01dd\u0254\u0287 \u0250 \u0183\u0279\u00f8nd \u0287\u028ed\u01dd", - "Select a prerequisite subsection and enter a minimum score percentage and minimum completion percentage to limit access to this subsection. Allowed values are 0-100": "S\u01ddl\u01dd\u0254\u0287 \u0250 d\u0279\u01dd\u0279\u01ddbn\u1d09s\u1d09\u0287\u01dd snbs\u01dd\u0254\u0287\u1d09\u00f8n \u0250nd \u01ddn\u0287\u01dd\u0279 \u0250 \u026f\u1d09n\u1d09\u026fn\u026f s\u0254\u00f8\u0279\u01dd d\u01dd\u0279\u0254\u01ddn\u0287\u0250\u0183\u01dd \u0250nd \u026f\u1d09n\u1d09\u026fn\u026f \u0254\u00f8\u026fdl\u01dd\u0287\u1d09\u00f8n d\u01dd\u0279\u0254\u01ddn\u0287\u0250\u0183\u01dd \u0287\u00f8 l\u1d09\u026f\u1d09\u0287 \u0250\u0254\u0254\u01ddss \u0287\u00f8 \u0287\u0265\u1d09s snbs\u01dd\u0254\u0287\u1d09\u00f8n. \u023all\u00f8\u028d\u01ddd \u028c\u0250ln\u01dds \u0250\u0279\u01dd 0-100", - "Select a section or problem": "S\u01ddl\u01dd\u0254\u0287 \u0250 s\u01dd\u0254\u0287\u1d09\u00f8n \u00f8\u0279 d\u0279\u00f8bl\u01dd\u026f", - "Select a session:": "S\u01ddl\u01dd\u0254\u0287 \u0250 s\u01ddss\u1d09\u00f8n:", - "Select a subject for your support request.": "S\u01ddl\u01dd\u0254\u0287 \u0250 snb\u027e\u01dd\u0254\u0287 \u025f\u00f8\u0279 \u028e\u00f8n\u0279 sndd\u00f8\u0279\u0287 \u0279\u01ddbn\u01dds\u0287.", - "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.": "S\u01ddl\u01dd\u0254\u0287 \u0250 \u0287\u1d09\u026f\u01dd \u0250ll\u00f8\u0287\u026f\u01ddn\u0287 \u025f\u00f8\u0279 \u0287\u0265\u01dd \u01ddx\u0250\u026f. \u0197\u025f \u1d09\u0287 \u1d09s \u00f8\u028c\u01dd\u0279 24 \u0265\u00f8n\u0279s, \u0287\u028ed\u01dd \u1d09n \u0287\u0265\u01dd \u0250\u026f\u00f8nn\u0287 \u00f8\u025f \u0287\u1d09\u026f\u01dd. \u024e\u00f8n \u0254\u0250n \u0183\u0279\u0250n\u0287 \u1d09nd\u1d09\u028c\u1d09dn\u0250l l\u01dd\u0250\u0279n\u01dd\u0279s \u01ddx\u0287\u0279\u0250 \u0287\u1d09\u026f\u01dd \u0287\u00f8 \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u0287\u0265\u01dd \u01ddx\u0250\u026f \u0287\u0265\u0279\u00f8n\u0183\u0265 \u0287\u0265\u01dd \u0197ns\u0287\u0279n\u0254\u0287\u00f8\u0279 \u0110\u0250s\u0265b\u00f8\u0250\u0279d.", - "Select all": "S\u01ddl\u01dd\u0254\u0287 \u0250ll", - "Select fidelity": "S\u01ddl\u01dd\u0254\u0287 \u025f\u1d09d\u01ddl\u1d09\u0287\u028e", - "Select language": "S\u01ddl\u01dd\u0254\u0287 l\u0250n\u0183n\u0250\u0183\u01dd", - "Select one or more groups:": "S\u01ddl\u01dd\u0254\u0287 \u00f8n\u01dd \u00f8\u0279 \u026f\u00f8\u0279\u01dd \u0183\u0279\u00f8nds:", - "Select the course-wide discussion topics that you want to divide.": "S\u01ddl\u01dd\u0254\u0287 \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd-\u028d\u1d09d\u01dd d\u1d09s\u0254nss\u1d09\u00f8n \u0287\u00f8d\u1d09\u0254s \u0287\u0265\u0250\u0287 \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 d\u1d09\u028c\u1d09d\u01dd.", - "Select the time zone for displaying course dates. If you do not specify a time zone, course dates, including assignment deadlines, will be displayed in your browser's local time zone.": "S\u01ddl\u01dd\u0254\u0287 \u0287\u0265\u01dd \u0287\u1d09\u026f\u01dd z\u00f8n\u01dd \u025f\u00f8\u0279 d\u1d09sdl\u0250\u028e\u1d09n\u0183 \u0254\u00f8n\u0279s\u01dd d\u0250\u0287\u01dds. \u0197\u025f \u028e\u00f8n d\u00f8 n\u00f8\u0287 sd\u01dd\u0254\u1d09\u025f\u028e \u0250 \u0287\u1d09\u026f\u01dd z\u00f8n\u01dd, \u0254\u00f8n\u0279s\u01dd d\u0250\u0287\u01dds, \u1d09n\u0254lnd\u1d09n\u0183 \u0250ss\u1d09\u0183n\u026f\u01ddn\u0287 d\u01dd\u0250dl\u1d09n\u01dds, \u028d\u1d09ll b\u01dd d\u1d09sdl\u0250\u028e\u01ddd \u1d09n \u028e\u00f8n\u0279 b\u0279\u00f8\u028ds\u01dd\u0279's l\u00f8\u0254\u0250l \u0287\u1d09\u026f\u01dd z\u00f8n\u01dd.", - "Select turnaround": "S\u01ddl\u01dd\u0254\u0287 \u0287n\u0279n\u0250\u0279\u00f8nnd", - "Selected tab": "S\u01ddl\u01dd\u0254\u0287\u01ddd \u0287\u0250b", - "Send to:": "S\u01ddnd \u0287\u00f8:", - "Sent By": "S\u01ddn\u0287 \u0243\u028e", - "Sent By:": "S\u01ddn\u0287 \u0243\u028e:", - "Sent To": "S\u01ddn\u0287 \u0166\u00f8", - "Sent To:": "S\u01ddn\u0287 \u0166\u00f8:", - "Sequence error! Cannot navigate to %(tab_name)s in the current SequenceModule. Please contact the course staff.": "S\u01ddbn\u01ddn\u0254\u01dd \u01dd\u0279\u0279\u00f8\u0279! \u023b\u0250nn\u00f8\u0287 n\u0250\u028c\u1d09\u0183\u0250\u0287\u01dd \u0287\u00f8 %(tab_name)s \u1d09n \u0287\u0265\u01dd \u0254n\u0279\u0279\u01ddn\u0287 S\u01ddbn\u01ddn\u0254\u01ddM\u00f8dnl\u01dd. \u2c63l\u01dd\u0250s\u01dd \u0254\u00f8n\u0287\u0250\u0254\u0287 \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd s\u0287\u0250\u025f\u025f.", - "Server Error, Please refresh the page and try again.": "S\u01dd\u0279\u028c\u01dd\u0279 \u0246\u0279\u0279\u00f8\u0279, \u2c63l\u01dd\u0250s\u01dd \u0279\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "Session Selection Dropdown for {courseName}": "S\u01ddss\u1d09\u00f8n S\u01ddl\u01dd\u0254\u0287\u1d09\u00f8n \u0110\u0279\u00f8dd\u00f8\u028dn \u025f\u00f8\u0279 {courseName}", - "Set Access": "S\u01dd\u0287 \u023a\u0254\u0254\u01ddss", - "Set as a Special Exam": "S\u01dd\u0287 \u0250s \u0250 Sd\u01dd\u0254\u1d09\u0250l \u0246x\u0250\u026f", - "Set up your certificate": "S\u01dd\u0287 nd \u028e\u00f8n\u0279 \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd", - "Settings": "S\u01dd\u0287\u0287\u1d09n\u0183s", - "Settings updated": "S\u01dd\u0287\u0287\u1d09n\u0183s ndd\u0250\u0287\u01ddd", - "Share": "S\u0265\u0250\u0279\u01dd", - "Share Alike": "S\u0265\u0250\u0279\u01dd \u023al\u1d09\u029e\u01dd", - "Share on Mozilla Backpack": "S\u0265\u0250\u0279\u01dd \u00f8n M\u00f8z\u1d09ll\u0250 \u0243\u0250\u0254\u029ed\u0250\u0254\u029e", - "Share your \"%(display_name)s\" award": "S\u0265\u0250\u0279\u01dd \u028e\u00f8n\u0279 \"%(display_name)s\" \u0250\u028d\u0250\u0279d", - "Short explanation": "S\u0265\u00f8\u0279\u0287 \u01ddxdl\u0250n\u0250\u0287\u1d09\u00f8n", - "Show All": "S\u0265\u00f8\u028d \u023all", - "Show Annotations": "S\u0265\u00f8\u028d \u023ann\u00f8\u0287\u0250\u0287\u1d09\u00f8ns", - "Show Deprecated Settings": "S\u0265\u00f8\u028d \u0110\u01ddd\u0279\u01dd\u0254\u0250\u0287\u01ddd S\u01dd\u0287\u0287\u1d09n\u0183s", - "Show Discussion": "S\u0265\u00f8\u028d \u0110\u1d09s\u0254nss\u1d09\u00f8n", - "Show Less": "S\u0265\u00f8\u028d \u0141\u01ddss", - "Show More": "S\u0265\u00f8\u028d M\u00f8\u0279\u01dd", - "Show Previews": "S\u0265\u00f8\u028d \u2c63\u0279\u01dd\u028c\u1d09\u01dd\u028ds", - "Show assessment results when subsection is past due": "S\u0265\u00f8\u028d \u0250ss\u01ddss\u026f\u01ddn\u0287 \u0279\u01ddsnl\u0287s \u028d\u0265\u01ddn snbs\u01dd\u0254\u0287\u1d09\u00f8n \u1d09s d\u0250s\u0287 dn\u01dd", - "Show blocks": "S\u0265\u00f8\u028d bl\u00f8\u0254\u029es", - "Show entire subsection": "S\u0265\u00f8\u028d \u01ddn\u0287\u1d09\u0279\u01dd snbs\u01dd\u0254\u0287\u1d09\u00f8n", - "Show invisible characters": "S\u0265\u00f8\u028d \u1d09n\u028c\u1d09s\u1d09bl\u01dd \u0254\u0265\u0250\u0279\u0250\u0254\u0287\u01dd\u0279s", - "Show me other ways to sign in or register": "S\u0265\u00f8\u028d \u026f\u01dd \u00f8\u0287\u0265\u01dd\u0279 \u028d\u0250\u028es \u0287\u00f8 s\u1d09\u0183n \u1d09n \u00f8\u0279 \u0279\u01dd\u0183\u1d09s\u0287\u01dd\u0279", - "Show notes": "S\u0265\u00f8\u028d n\u00f8\u0287\u01dds", - "Show posts by {username}.": "S\u0265\u00f8\u028d d\u00f8s\u0287s b\u028e {username}.", - "Show transcripts ({totalTranscripts})": "S\u0265\u00f8\u028d \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287s ({totalTranscripts})", - "Show transcripts ({transcriptCount})": "S\u0265\u00f8\u028d \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287s ({transcriptCount})", - "Showing all responses": "S\u0265\u00f8\u028d\u1d09n\u0183 \u0250ll \u0279\u01ddsd\u00f8ns\u01dds", + ], + "Loading": "\u0141\u00f8\u0250d\u1d09n\u0183", + "Loading content": "\u0141\u00f8\u0250d\u1d09n\u0183 \u0254\u00f8n\u0287\u01ddn\u0287", + "Loading data...": "\u0141\u00f8\u0250d\u1d09n\u0183 d\u0250\u0287\u0250...", + "Loading more threads": "\u0141\u00f8\u0250d\u1d09n\u0183 \u026f\u00f8\u0279\u01dd \u0287\u0265\u0279\u01dd\u0250ds", + "Loading posts list": "\u0141\u00f8\u0250d\u1d09n\u0183 d\u00f8s\u0287s l\u1d09s\u0287", + "Loading your courses": "\u0141\u00f8\u0250d\u1d09n\u0183 \u028e\u00f8n\u0279 \u0254\u00f8n\u0279s\u01dds", + "Location": "\u0141\u00f8\u0254\u0250\u0287\u1d09\u00f8n", + "Location in Course": "\u0141\u00f8\u0254\u0250\u0287\u1d09\u00f8n \u1d09n \u023b\u00f8n\u0279s\u01dd", + "Lock this asset": "\u0141\u00f8\u0254\u029e \u0287\u0265\u1d09s \u0250ss\u01dd\u0287", + "Lock/unlock file": "\u0141\u00f8\u0254\u029e/nnl\u00f8\u0254\u029e \u025f\u1d09l\u01dd", + "Loud": "\u0141\u00f8nd", + "Low": "\u0141\u00f8\u028d", + "Lower Alpha": "\u0141\u00f8\u028d\u01dd\u0279 \u023ald\u0265\u0250", + "Lower Greek": "\u0141\u00f8\u028d\u01dd\u0279 \u01e4\u0279\u01dd\u01dd\u029e", + "Lower Roman": "\u0141\u00f8\u028d\u01dd\u0279 \u024c\u00f8\u026f\u0250n", + "MB": "M\u0243", + "Make Visible to Students": "M\u0250\u029e\u01dd V\u1d09s\u1d09bl\u01dd \u0287\u00f8 S\u0287nd\u01ddn\u0287s", + "Make sure that the full name on your account matches the name on your ID.": "M\u0250\u029e\u01dd sn\u0279\u01dd \u0287\u0265\u0250\u0287 \u0287\u0265\u01dd \u025fnll n\u0250\u026f\u01dd \u00f8n \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287 \u026f\u0250\u0287\u0254\u0265\u01dds \u0287\u0265\u01dd n\u0250\u026f\u01dd \u00f8n \u028e\u00f8n\u0279 \u0197\u0110.", + "Make sure we can verify your identity with the photos and information you have provided.": "M\u0250\u029e\u01dd sn\u0279\u01dd \u028d\u01dd \u0254\u0250n \u028c\u01dd\u0279\u1d09\u025f\u028e \u028e\u00f8n\u0279 \u1d09d\u01ddn\u0287\u1d09\u0287\u028e \u028d\u1d09\u0287\u0265 \u0287\u0265\u01dd d\u0265\u00f8\u0287\u00f8s \u0250nd \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n \u028e\u00f8n \u0265\u0250\u028c\u01dd d\u0279\u00f8\u028c\u1d09d\u01ddd.", + "Make sure your ID is well-lit": "M\u0250\u029e\u01dd sn\u0279\u01dd \u028e\u00f8n\u0279 \u0197\u0110 \u1d09s \u028d\u01ddll-l\u1d09\u0287", + "Make sure your face is well-lit": "M\u0250\u029e\u01dd sn\u0279\u01dd \u028e\u00f8n\u0279 \u025f\u0250\u0254\u01dd \u1d09s \u028d\u01ddll-l\u1d09\u0287", + "Make this subsection available as a prerequisite to other content": "M\u0250\u029e\u01dd \u0287\u0265\u1d09s snbs\u01dd\u0254\u0287\u1d09\u00f8n \u0250\u028c\u0250\u1d09l\u0250bl\u01dd \u0250s \u0250 d\u0279\u01dd\u0279\u01ddbn\u1d09s\u1d09\u0287\u01dd \u0287\u00f8 \u00f8\u0287\u0265\u01dd\u0279 \u0254\u00f8n\u0287\u01ddn\u0287", + "Making Visible to Students": "M\u0250\u029e\u1d09n\u0183 V\u1d09s\u1d09bl\u01dd \u0287\u00f8 S\u0287nd\u01ddn\u0287s", + "Manage": "M\u0250n\u0250\u0183\u01dd", + "Manage Learners": "M\u0250n\u0250\u0183\u01dd \u0141\u01dd\u0250\u0279n\u01dd\u0279s", + "Manual": "M\u0250nn\u0250l", + "Mark Exam As Completed": "M\u0250\u0279\u029e \u0246x\u0250\u026f \u023as \u023b\u00f8\u026fdl\u01dd\u0287\u01ddd", + "Mark enrollment code as unused": "M\u0250\u0279\u029e \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 \u0254\u00f8d\u01dd \u0250s nnns\u01ddd", + "Markdown Editing Help": "M\u0250\u0279\u029ed\u00f8\u028dn \u0246d\u1d09\u0287\u1d09n\u0183 \u0126\u01ddld", + "Masters": "M\u0250s\u0287\u01dd\u0279s", + "Match case": "M\u0250\u0287\u0254\u0265 \u0254\u0250s\u01dd", + "Max file size exceeded": "M\u0250x \u025f\u1d09l\u01dd s\u1d09z\u01dd \u01ddx\u0254\u01dd\u01ddd\u01ddd", + "Maximum": "M\u0250x\u1d09\u026fn\u026f", + "Maximum file size: {maxFileSize} GB": "M\u0250x\u1d09\u026fn\u026f \u025f\u1d09l\u01dd s\u1d09z\u01dd: {maxFileSize} \u01e4\u0243", + "Maximum score is %(max_score)s": "M\u0250x\u1d09\u026fn\u026f s\u0254\u00f8\u0279\u01dd \u1d09s %(max_score)s", + "Membership": "M\u01dd\u026fb\u01dd\u0279s\u0265\u1d09d", + "Merge cells": "M\u01dd\u0279\u0183\u01dd \u0254\u01ddlls", + "Message:": "M\u01ddss\u0250\u0183\u01dd:", + "MicroBachelors": "M\u1d09\u0254\u0279\u00f8\u0243\u0250\u0254\u0265\u01ddl\u00f8\u0279s", + "MicroMasters": "M\u1d09\u0254\u0279\u00f8M\u0250s\u0287\u01dd\u0279s", + "Middle": "M\u1d09ddl\u01dd", + "Minimum Completion:": "M\u1d09n\u1d09\u026fn\u026f \u023b\u00f8\u026fdl\u01dd\u0287\u1d09\u00f8n:", + "Minimum Score:": "M\u1d09n\u1d09\u026fn\u026f S\u0254\u00f8\u0279\u01dd:", + "Module state successfully deleted.": "M\u00f8dnl\u01dd s\u0287\u0250\u0287\u01dd sn\u0254\u0254\u01ddss\u025fnll\u028e d\u01ddl\u01dd\u0287\u01ddd.", + "More": "M\u00f8\u0279\u01dd", + "More sessions coming soon": "M\u00f8\u0279\u01dd s\u01ddss\u1d09\u00f8ns \u0254\u00f8\u026f\u1d09n\u0183 s\u00f8\u00f8n", + "More sessions coming soon.": "M\u00f8\u0279\u01dd s\u01ddss\u1d09\u00f8ns \u0254\u00f8\u026f\u1d09n\u0183 s\u00f8\u00f8n.", + "Move": "M\u00f8\u028c\u01dd", + "Move cancelled. \"{sourceDisplayName}\" has been moved back to its original location.": "M\u00f8\u028c\u01dd \u0254\u0250n\u0254\u01ddll\u01ddd. \"{sourceDisplayName}\" \u0265\u0250s b\u01dd\u01ddn \u026f\u00f8\u028c\u01ddd b\u0250\u0254\u029e \u0287\u00f8 \u1d09\u0287s \u00f8\u0279\u1d09\u0183\u1d09n\u0250l l\u00f8\u0254\u0250\u0287\u1d09\u00f8n.", + "Move: {displayName}": "M\u00f8\u028c\u01dd: {displayName}", + "Moving": "M\u00f8\u028c\u1d09n\u0183", + "Must complete verification checkpoint": "Mns\u0287 \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u028c\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n \u0254\u0265\u01dd\u0254\u029ed\u00f8\u1d09n\u0287", + "Mute": "Mn\u0287\u01dd", + "Muted": "Mn\u0287\u01ddd", + "My Orders": "M\u028e \u00d8\u0279d\u01dd\u0279s", + "My Team": "M\u028e \u0166\u01dd\u0250\u026f", + "N/A": "N/\u023a", + "Name": "N\u0250\u026f\u01dd", + "Name ": "N\u0250\u026f\u01dd ", + "Name of the certificate": "N\u0250\u026f\u01dd \u00f8\u025f \u0287\u0265\u01dd \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd", + "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "N\u0250\u026f\u01dd \u00f8\u025f \u0287\u0265\u01dd \u0183\u0279\u00f8nds \u0287\u0265\u0250\u0287 s\u0287nd\u01ddn\u0287s \u028d\u1d09ll b\u01dd \u0250ss\u1d09\u0183n\u01ddd \u0287\u00f8, \u025f\u00f8\u0279 \u01ddx\u0250\u026fdl\u01dd, \u023b\u00f8n\u0287\u0279\u00f8l, V\u1d09d\u01dd\u00f8, \u2c63\u0279\u00f8bl\u01dd\u026fs. \u024e\u00f8n \u026fns\u0287 \u0265\u0250\u028c\u01dd \u0287\u028d\u00f8 \u00f8\u0279 \u026f\u00f8\u0279\u01dd \u0183\u0279\u00f8nds.", + "Name of the signatory": "N\u0250\u026f\u01dd \u00f8\u025f \u0287\u0265\u01dd s\u1d09\u0183n\u0250\u0287\u00f8\u0279\u028e", + "Name or short description of the configuration": "N\u0250\u026f\u01dd \u00f8\u0279 s\u0265\u00f8\u0279\u0287 d\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n \u00f8\u025f \u0287\u0265\u01dd \u0254\u00f8n\u025f\u1d09\u0183n\u0279\u0250\u0287\u1d09\u00f8n", + "Navigate up": "N\u0250\u028c\u1d09\u0183\u0250\u0287\u01dd nd", + "Need help logging in?": "N\u01dd\u01ddd \u0265\u01ddld l\u00f8\u0183\u0183\u1d09n\u0183 \u1d09n?", + "Needs verified certificate ": "N\u01dd\u01ddds \u028c\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd ", + "Never published": "N\u01dd\u028c\u01dd\u0279 dnbl\u1d09s\u0265\u01ddd", + "Never show assessment results": "N\u01dd\u028c\u01dd\u0279 s\u0265\u00f8\u028d \u0250ss\u01ddss\u026f\u01ddn\u0287 \u0279\u01ddsnl\u0287s", + "New %(item_type)s": "N\u01dd\u028d %(item_type)s", + "New Address": "N\u01dd\u028d \u023add\u0279\u01ddss", + "New Password": "N\u01dd\u028d \u2c63\u0250ss\u028d\u00f8\u0279d", + "New document": "N\u01dd\u028d d\u00f8\u0254n\u026f\u01ddn\u0287", + "New enrollment mode:": "N\u01dd\u028d \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 \u026f\u00f8d\u01dd:", + "New window": "N\u01dd\u028d \u028d\u1d09nd\u00f8\u028d", + "New {component_type}": "N\u01dd\u028d {component_type}", + "Next": "N\u01ddx\u0287", + "Next Step: Confirm your identity": "N\u01ddx\u0287 S\u0287\u01ddd: \u023b\u00f8n\u025f\u1d09\u0279\u026f \u028e\u00f8n\u0279 \u1d09d\u01ddn\u0287\u1d09\u0287\u028e", + "Next: %(nextStepTitle)s": "N\u01ddx\u0287: %(nextStepTitle)s", + "No Content Group": "N\u00f8 \u023b\u00f8n\u0287\u01ddn\u0287 \u01e4\u0279\u00f8nd", + "No Derivatives": "N\u00f8 \u0110\u01dd\u0279\u1d09\u028c\u0250\u0287\u1d09\u028c\u01dds", + "No EdX Timed Transcript": "N\u00f8 \u0246dX \u0166\u1d09\u026f\u01ddd \u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287", + "No Flash Detected": "N\u00f8 Fl\u0250s\u0265 \u0110\u01dd\u0287\u01dd\u0254\u0287\u01ddd", + "No Timed Transcript": "N\u00f8 \u0166\u1d09\u026f\u01ddd \u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287", + "No Webcam Detected": "N\u00f8 W\u01ddb\u0254\u0250\u026f \u0110\u01dd\u0287\u01dd\u0254\u0287\u01ddd", + "No color": "N\u00f8 \u0254\u00f8l\u00f8\u0279", + "No content-specific discussion topics exist.": "N\u00f8 \u0254\u00f8n\u0287\u01ddn\u0287-sd\u01dd\u0254\u1d09\u025f\u1d09\u0254 d\u1d09s\u0254nss\u1d09\u00f8n \u0287\u00f8d\u1d09\u0254s \u01ddx\u1d09s\u0287.", + "No description available": "N\u00f8 d\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n \u0250\u028c\u0250\u1d09l\u0250bl\u01dd", + "No grade to remove.": "N\u00f8 \u0183\u0279\u0250d\u01dd \u0287\u00f8 \u0279\u01dd\u026f\u00f8\u028c\u01dd.", + "No posts matched your query.": "N\u00f8 d\u00f8s\u0287s \u026f\u0250\u0287\u0254\u0265\u01ddd \u028e\u00f8n\u0279 bn\u01dd\u0279\u028e.", + "No prerequisite": "N\u00f8 d\u0279\u01dd\u0279\u01ddbn\u1d09s\u1d09\u0287\u01dd", + "No receipt available": "N\u00f8 \u0279\u01dd\u0254\u01dd\u1d09d\u0287 \u0250\u028c\u0250\u1d09l\u0250bl\u01dd", + "No results": "N\u00f8 \u0279\u01ddsnl\u0287s", + "No results found for \"%(query_string)s\". Please try searching again.": "N\u00f8 \u0279\u01ddsnl\u0287s \u025f\u00f8nnd \u025f\u00f8\u0279 \"%(query_string)s\". \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e s\u01dd\u0250\u0279\u0254\u0265\u1d09n\u0183 \u0250\u0183\u0250\u1d09n.", + "No results found for {original_query}. Showing results for {suggested_query}.": "N\u00f8 \u0279\u01ddsnl\u0287s \u025f\u00f8nnd \u025f\u00f8\u0279 {original_query}. S\u0265\u00f8\u028d\u1d09n\u0183 \u0279\u01ddsnl\u0287s \u025f\u00f8\u0279 {suggested_query}.", + "No tasks currently running.": "N\u00f8 \u0287\u0250s\u029es \u0254n\u0279\u0279\u01ddn\u0287l\u028e \u0279nnn\u1d09n\u0183.", + "No transcript uploaded.": "N\u00f8 \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 ndl\u00f8\u0250d\u01ddd.", + "No validation is performed on policy keys or value pairs. If you are having difficulties, check your formatting.": "N\u00f8 \u028c\u0250l\u1d09d\u0250\u0287\u1d09\u00f8n \u1d09s d\u01dd\u0279\u025f\u00f8\u0279\u026f\u01ddd \u00f8n d\u00f8l\u1d09\u0254\u028e \u029e\u01dd\u028es \u00f8\u0279 \u028c\u0250ln\u01dd d\u0250\u1d09\u0279s. \u0197\u025f \u028e\u00f8n \u0250\u0279\u01dd \u0265\u0250\u028c\u1d09n\u0183 d\u1d09\u025f\u025f\u1d09\u0254nl\u0287\u1d09\u01dds, \u0254\u0265\u01dd\u0254\u029e \u028e\u00f8n\u0279 \u025f\u00f8\u0279\u026f\u0250\u0287\u0287\u1d09n\u0183.", + "Nonbreaking space": "N\u00f8nb\u0279\u01dd\u0250\u029e\u1d09n\u0183 sd\u0250\u0254\u01dd", + "Noncommercial": "N\u00f8n\u0254\u00f8\u026f\u026f\u01dd\u0279\u0254\u1d09\u0250l", + "None": "N\u00f8n\u01dd", + "Not Currently Available": "N\u00f8\u0287 \u023bn\u0279\u0279\u01ddn\u0287l\u028e \u023a\u028c\u0250\u1d09l\u0250bl\u01dd", + "Not Graded": "N\u00f8\u0287 \u01e4\u0279\u0250d\u01ddd", + "Not Supported": "N\u00f8\u0287 Sndd\u00f8\u0279\u0287\u01ddd", + "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "N\u00f8\u0287 \u0250bl\u01dd \u0287\u00f8 s\u01dd\u0287 d\u0250ss\u1d09n\u0183 \u0183\u0279\u0250d\u01dd \u0287\u00f8 l\u01ddss \u0287\u0265\u0250n %(minimum_grade_cutoff)s%.", + "Not available": "N\u00f8\u0287 \u0250\u028c\u0250\u1d09l\u0250bl\u01dd", + "Not divided": "N\u00f8\u0287 d\u1d09\u028c\u1d09d\u01ddd", + "Not in Use": "N\u00f8\u0287 \u1d09n \u0244s\u01dd", + "Not selected": "N\u00f8\u0287 s\u01ddl\u01dd\u0254\u0287\u01ddd", + "Not specific to a course": "N\u00f8\u0287 sd\u01dd\u0254\u1d09\u025f\u1d09\u0254 \u0287\u00f8 \u0250 \u0254\u00f8n\u0279s\u01dd", + "Not yet": "N\u00f8\u0287 \u028e\u01dd\u0287", + "Note": "N\u00f8\u0287\u01dd", + "Note: Do not hide graded assignments after they have been released.": "N\u00f8\u0287\u01dd: \u0110\u00f8 n\u00f8\u0287 \u0265\u1d09d\u01dd \u0183\u0279\u0250d\u01ddd \u0250ss\u1d09\u0183n\u026f\u01ddn\u0287s \u0250\u025f\u0287\u01dd\u0279 \u0287\u0265\u01dd\u028e \u0265\u0250\u028c\u01dd b\u01dd\u01ddn \u0279\u01ddl\u01dd\u0250s\u01ddd.", + "Note: Learners can be in only one cohort. Adding learners to this group overrides any previous group assignment.": "N\u00f8\u0287\u01dd: \u0141\u01dd\u0250\u0279n\u01dd\u0279s \u0254\u0250n b\u01dd \u1d09n \u00f8nl\u028e \u00f8n\u01dd \u0254\u00f8\u0265\u00f8\u0279\u0287. \u023add\u1d09n\u0183 l\u01dd\u0250\u0279n\u01dd\u0279s \u0287\u00f8 \u0287\u0265\u1d09s \u0183\u0279\u00f8nd \u00f8\u028c\u01dd\u0279\u0279\u1d09d\u01dds \u0250n\u028e d\u0279\u01dd\u028c\u1d09\u00f8ns \u0183\u0279\u00f8nd \u0250ss\u1d09\u0183n\u026f\u01ddn\u0287.", + "Noted in:": "N\u00f8\u0287\u01ddd \u1d09n:", + "Notes": "N\u00f8\u0287\u01dds", + "Notes hidden": "N\u00f8\u0287\u01dds \u0265\u1d09dd\u01ddn", + "Notes visible": "N\u00f8\u0287\u01dds \u028c\u1d09s\u1d09bl\u01dd", + "Number Sent": "Nn\u026fb\u01dd\u0279 S\u01ddn\u0287", + "Number of Droppable": "Nn\u026fb\u01dd\u0279 \u00f8\u025f \u0110\u0279\u00f8dd\u0250bl\u01dd", + "Numbered List (Ctrl+O)": "Nn\u026fb\u01dd\u0279\u01ddd \u0141\u1d09s\u0287 (\u023b\u0287\u0279l+\u00d8)", + "Numbered list": "Nn\u026fb\u01dd\u0279\u01ddd l\u1d09s\u0287", + "OK": "\u00d8\ua740", + "ORDER NAME": "\u00d8\u024c\u0110\u0246\u024c N\u023aM\u0246", + "ORDER NUMBER": "\u00d8\u024c\u0110\u0246\u024c N\u0244M\u0243\u0246\u024c", + "ORDER PLACED": "\u00d8\u024c\u0110\u0246\u024c \u2c63\u0141\u023a\u023b\u0246\u0110", + "Ok": "\u00d8\u029e", + "Onboarding": "\u00d8nb\u00f8\u0250\u0279d\u1d09n\u0183", + "Onboarding Exam": "\u00d8nb\u00f8\u0250\u0279d\u1d09n\u0183 \u0246x\u0250\u026f", + "Once in position, use the Take Photo button {icon} to capture your ID": "\u00d8n\u0254\u01dd \u1d09n d\u00f8s\u1d09\u0287\u1d09\u00f8n, ns\u01dd \u0287\u0265\u01dd \u0166\u0250\u029e\u01dd \u2c63\u0265\u00f8\u0287\u00f8 bn\u0287\u0287\u00f8n {icon} \u0287\u00f8 \u0254\u0250d\u0287n\u0279\u01dd \u028e\u00f8n\u0279 \u0197\u0110", + "Once in position, use the Take Photo button {icon} to capture your photo": "\u00d8n\u0254\u01dd \u1d09n d\u00f8s\u1d09\u0287\u1d09\u00f8n, ns\u01dd \u0287\u0265\u01dd \u0166\u0250\u029e\u01dd \u2c63\u0265\u00f8\u0287\u00f8 bn\u0287\u0287\u00f8n {icon} \u0287\u00f8 \u0254\u0250d\u0287n\u0279\u01dd \u028e\u00f8n\u0279 d\u0265\u00f8\u0287\u00f8", + "Once you complete one of the program requirements you have a program record. This record is marked complete once you meet all program requirements. A program record can be used to continue your learning journey and demonstrate your learning to others.": "\u00d8n\u0254\u01dd \u028e\u00f8n \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u00f8n\u01dd \u00f8\u025f \u0287\u0265\u01dd d\u0279\u00f8\u0183\u0279\u0250\u026f \u0279\u01ddbn\u1d09\u0279\u01dd\u026f\u01ddn\u0287s \u028e\u00f8n \u0265\u0250\u028c\u01dd \u0250 d\u0279\u00f8\u0183\u0279\u0250\u026f \u0279\u01dd\u0254\u00f8\u0279d. \u0166\u0265\u1d09s \u0279\u01dd\u0254\u00f8\u0279d \u1d09s \u026f\u0250\u0279\u029e\u01ddd \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u00f8n\u0254\u01dd \u028e\u00f8n \u026f\u01dd\u01dd\u0287 \u0250ll d\u0279\u00f8\u0183\u0279\u0250\u026f \u0279\u01ddbn\u1d09\u0279\u01dd\u026f\u01ddn\u0287s. \u023a d\u0279\u00f8\u0183\u0279\u0250\u026f \u0279\u01dd\u0254\u00f8\u0279d \u0254\u0250n b\u01dd ns\u01ddd \u0287\u00f8 \u0254\u00f8n\u0287\u1d09nn\u01dd \u028e\u00f8n\u0279 l\u01dd\u0250\u0279n\u1d09n\u0183 \u027e\u00f8n\u0279n\u01dd\u028e \u0250nd d\u01dd\u026f\u00f8ns\u0287\u0279\u0250\u0287\u01dd \u028e\u00f8n\u0279 l\u01dd\u0250\u0279n\u1d09n\u0183 \u0287\u00f8 \u00f8\u0287\u0265\u01dd\u0279s.", + "Once your account is deleted, you cannot use it to take courses on the {platformName} app, {siteName}, or any other site hosted by {platformName}.": "\u00d8n\u0254\u01dd \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287 \u1d09s d\u01ddl\u01dd\u0287\u01ddd, \u028e\u00f8n \u0254\u0250nn\u00f8\u0287 ns\u01dd \u1d09\u0287 \u0287\u00f8 \u0287\u0250\u029e\u01dd \u0254\u00f8n\u0279s\u01dds \u00f8n \u0287\u0265\u01dd {platformName} \u0250dd, {siteName}, \u00f8\u0279 \u0250n\u028e \u00f8\u0287\u0265\u01dd\u0279 s\u1d09\u0287\u01dd \u0265\u00f8s\u0287\u01ddd b\u028e {platformName}.", + "Only <%= fileTypes %> files can be uploaded. Please select a file ending in <%= fileExtensions %> to upload.": "\u00d8nl\u028e <%= fileTypes %> \u025f\u1d09l\u01dds \u0254\u0250n b\u01dd ndl\u00f8\u0250d\u01ddd. \u2c63l\u01dd\u0250s\u01dd s\u01ddl\u01dd\u0254\u0287 \u0250 \u025f\u1d09l\u01dd \u01ddnd\u1d09n\u0183 \u1d09n <%= fileExtensions %> \u0287\u00f8 ndl\u00f8\u0250d.", + "Only properly formatted .csv files will be accepted.": "\u00d8nl\u028e d\u0279\u00f8d\u01dd\u0279l\u028e \u025f\u00f8\u0279\u026f\u0250\u0287\u0287\u01ddd .\u0254s\u028c \u025f\u1d09l\u01dds \u028d\u1d09ll b\u01dd \u0250\u0254\u0254\u01ddd\u0287\u01ddd.", + "Only the parent course staff of a CCX can create content groups.": "\u00d8nl\u028e \u0287\u0265\u01dd d\u0250\u0279\u01ddn\u0287 \u0254\u00f8n\u0279s\u01dd s\u0287\u0250\u025f\u025f \u00f8\u025f \u0250 \u023b\u023bX \u0254\u0250n \u0254\u0279\u01dd\u0250\u0287\u01dd \u0254\u00f8n\u0287\u01ddn\u0287 \u0183\u0279\u00f8nds.", + "Open Calculator": "\u00d8d\u01ddn \u023b\u0250l\u0254nl\u0250\u0287\u00f8\u0279", + "Open language menu": "\u00d8d\u01ddn l\u0250n\u0183n\u0250\u0183\u01dd \u026f\u01ddnn", + "Open the certificate you earned for the %(title)s program.": "\u00d8d\u01ddn \u0287\u0265\u01dd \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u028e\u00f8n \u01dd\u0250\u0279n\u01ddd \u025f\u00f8\u0279 \u0287\u0265\u01dd %(title)s d\u0279\u00f8\u0183\u0279\u0250\u026f.", + "Open/download this file": "\u00d8d\u01ddn/d\u00f8\u028dnl\u00f8\u0250d \u0287\u0265\u1d09s \u025f\u1d09l\u01dd", + "OpenAssessment Save Error": "\u00d8d\u01ddn\u023ass\u01ddss\u026f\u01ddn\u0287 S\u0250\u028c\u01dd \u0246\u0279\u0279\u00f8\u0279", + "Optional Characteristics": "\u00d8d\u0287\u1d09\u00f8n\u0250l \u023b\u0265\u0250\u0279\u0250\u0254\u0287\u01dd\u0279\u1d09s\u0287\u1d09\u0254s", + "Optional long description": "\u00d8d\u0287\u1d09\u00f8n\u0250l l\u00f8n\u0183 d\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n", + "Optionally, link your personal accounts to the social media icons on your edX profile.": "\u00d8d\u0287\u1d09\u00f8n\u0250ll\u028e, l\u1d09n\u029e \u028e\u00f8n\u0279 d\u01dd\u0279s\u00f8n\u0250l \u0250\u0254\u0254\u00f8nn\u0287s \u0287\u00f8 \u0287\u0265\u01dd s\u00f8\u0254\u1d09\u0250l \u026f\u01ddd\u1d09\u0250 \u1d09\u0254\u00f8ns \u00f8n \u028e\u00f8n\u0279 \u01dddX d\u0279\u00f8\u025f\u1d09l\u01dd.", + "Options for {license_name}": "\u00d8d\u0287\u1d09\u00f8ns \u025f\u00f8\u0279 {license_name}", + "Order Details": "\u00d8\u0279d\u01dd\u0279 \u0110\u01dd\u0287\u0250\u1d09ls", + "Order History": "\u00d8\u0279d\u01dd\u0279 \u0126\u1d09s\u0287\u00f8\u0279\u028e", + "Order No.": "\u00d8\u0279d\u01dd\u0279 N\u00f8.", + "Order Number": "\u00d8\u0279d\u01dd\u0279 Nn\u026fb\u01dd\u0279", + "Organization": "\u00d8\u0279\u0183\u0250n\u1d09z\u0250\u0287\u1d09\u00f8n", + "Organization ": "\u00d8\u0279\u0183\u0250n\u1d09z\u0250\u0287\u1d09\u00f8n ", + "Organization Name": "\u00d8\u0279\u0183\u0250n\u1d09z\u0250\u0287\u1d09\u00f8n N\u0250\u026f\u01dd", + "Organization of the signatory": "\u00d8\u0279\u0183\u0250n\u1d09z\u0250\u0287\u1d09\u00f8n \u00f8\u025f \u0287\u0265\u01dd s\u1d09\u0183n\u0250\u0287\u00f8\u0279\u028e", + "Organization:": "\u00d8\u0279\u0183\u0250n\u1d09z\u0250\u0287\u1d09\u00f8n:", + "Other": "\u00d8\u0287\u0265\u01dd\u0279", + "Overall Score": "\u00d8\u028c\u01dd\u0279\u0250ll S\u0254\u00f8\u0279\u01dd", + "PDF Chapters": "\u2c63\u0110F \u023b\u0265\u0250d\u0287\u01dd\u0279s", + "Page break": "\u2c63\u0250\u0183\u01dd b\u0279\u01dd\u0250\u029e", + "Page number out of %(total_pages)s": "\u2c63\u0250\u0183\u01dd nn\u026fb\u01dd\u0279 \u00f8n\u0287 \u00f8\u025f %(total_pages)s", + "Pagination": "\u2c63\u0250\u0183\u1d09n\u0250\u0287\u1d09\u00f8n", + "Paragraph": "\u2c63\u0250\u0279\u0250\u0183\u0279\u0250d\u0265", + "Password": "\u2c63\u0250ss\u028d\u00f8\u0279d", + "Password Status": "\u2c63\u0250ss\u028d\u00f8\u0279d S\u0287\u0250\u0287ns", + "Password assistance": "\u2c63\u0250ss\u028d\u00f8\u0279d \u0250ss\u1d09s\u0287\u0250n\u0254\u01dd", + "Password is incorrect": "\u2c63\u0250ss\u028d\u00f8\u0279d \u1d09s \u1d09n\u0254\u00f8\u0279\u0279\u01dd\u0254\u0287", + "Passwords do not match.": "\u2c63\u0250ss\u028d\u00f8\u0279ds d\u00f8 n\u00f8\u0287 \u026f\u0250\u0287\u0254\u0265.", + "Paste": "\u2c63\u0250s\u0287\u01dd", + "Paste as text": "\u2c63\u0250s\u0287\u01dd \u0250s \u0287\u01ddx\u0287", + "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "\u2c63\u0250s\u0287\u01dd \u1d09s n\u00f8\u028d \u1d09n dl\u0250\u1d09n \u0287\u01ddx\u0287 \u026f\u00f8d\u01dd. \u023b\u00f8n\u0287\u01ddn\u0287s \u028d\u1d09ll n\u00f8\u028d b\u01dd d\u0250s\u0287\u01ddd \u0250s dl\u0250\u1d09n \u0287\u01ddx\u0287 nn\u0287\u1d09l \u028e\u00f8n \u0287\u00f8\u0183\u0183l\u01dd \u0287\u0265\u1d09s \u00f8d\u0287\u1d09\u00f8n \u00f8\u025f\u025f.", + "Paste row after": "\u2c63\u0250s\u0287\u01dd \u0279\u00f8\u028d \u0250\u025f\u0287\u01dd\u0279", + "Paste row before": "\u2c63\u0250s\u0287\u01dd \u0279\u00f8\u028d b\u01dd\u025f\u00f8\u0279\u01dd", + "Paste your embed code below:": "\u2c63\u0250s\u0287\u01dd \u028e\u00f8n\u0279 \u01dd\u026fb\u01ddd \u0254\u00f8d\u01dd b\u01ddl\u00f8\u028d:", + "Path to Signature Image": "\u2c63\u0250\u0287\u0265 \u0287\u00f8 S\u1d09\u0183n\u0250\u0287n\u0279\u01dd \u0197\u026f\u0250\u0183\u01dd", + "Pause": "\u2c63\u0250ns\u01dd", + "Photo": "\u2c63\u0265\u00f8\u0287\u00f8", + "Photo Captured successfully.": "\u2c63\u0265\u00f8\u0287\u00f8 \u023b\u0250d\u0287n\u0279\u01ddd sn\u0254\u0254\u01ddss\u025fnll\u028e.", + "Photo ID": "\u2c63\u0265\u00f8\u0287\u00f8 \u0197\u0110", + "Photo Identification": "\u2c63\u0265\u00f8\u0287\u00f8 \u0197d\u01ddn\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n", + "Photo Verification": "\u2c63\u0265\u00f8\u0287\u00f8 V\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n", + "Photo of %(fullName)s": "\u2c63\u0265\u00f8\u0287\u00f8 \u00f8\u025f %(fullName)s", + "Photo of %(fullName)s's ID": "\u2c63\u0265\u00f8\u0287\u00f8 \u00f8\u025f %(fullName)s's \u0197\u0110", + "Photo requirements:": "\u2c63\u0265\u00f8\u0287\u00f8 \u0279\u01ddbn\u1d09\u0279\u01dd\u026f\u01ddn\u0287s:", + "Photos don't meet the requirements?": "\u2c63\u0265\u00f8\u0287\u00f8s d\u00f8n'\u0287 \u026f\u01dd\u01dd\u0287 \u0287\u0265\u01dd \u0279\u01ddbn\u1d09\u0279\u01dd\u026f\u01ddn\u0287s?", + "Placeholder": "\u2c63l\u0250\u0254\u01dd\u0265\u00f8ld\u01dd\u0279", + "Play": "\u2c63l\u0250\u028e", + "Play video": "\u2c63l\u0250\u028e \u028c\u1d09d\u01dd\u00f8", + "Please Note": "\u2c63l\u01dd\u0250s\u01dd N\u00f8\u0287\u01dd", + "Please add a photo of the instructor (Note: only JPEG or PNG format supported)": "\u2c63l\u01dd\u0250s\u01dd \u0250dd \u0250 d\u0265\u00f8\u0287\u00f8 \u00f8\u025f \u0287\u0265\u01dd \u1d09ns\u0287\u0279n\u0254\u0287\u00f8\u0279 (N\u00f8\u0287\u01dd: \u00f8nl\u028e \u0248\u2c63\u0246\u01e4 \u00f8\u0279 \u2c63N\u01e4 \u025f\u00f8\u0279\u026f\u0250\u0287 sndd\u00f8\u0279\u0287\u01ddd)", + "Please add at least one chapter": "\u2c63l\u01dd\u0250s\u01dd \u0250dd \u0250\u0287 l\u01dd\u0250s\u0287 \u00f8n\u01dd \u0254\u0265\u0250d\u0287\u01dd\u0279", + "Please add the institute where the instructor is associated": "\u2c63l\u01dd\u0250s\u01dd \u0250dd \u0287\u0265\u01dd \u1d09ns\u0287\u1d09\u0287n\u0287\u01dd \u028d\u0265\u01dd\u0279\u01dd \u0287\u0265\u01dd \u1d09ns\u0287\u0279n\u0254\u0287\u00f8\u0279 \u1d09s \u0250ss\u00f8\u0254\u1d09\u0250\u0287\u01ddd", + "Please add the instructor's biography": "\u2c63l\u01dd\u0250s\u01dd \u0250dd \u0287\u0265\u01dd \u1d09ns\u0287\u0279n\u0254\u0287\u00f8\u0279's b\u1d09\u00f8\u0183\u0279\u0250d\u0265\u028e", + "Please add the instructor's name": "\u2c63l\u01dd\u0250s\u01dd \u0250dd \u0287\u0265\u01dd \u1d09ns\u0287\u0279n\u0254\u0287\u00f8\u0279's n\u0250\u026f\u01dd", + "Please add the instructor's title": "\u2c63l\u01dd\u0250s\u01dd \u0250dd \u0287\u0265\u01dd \u1d09ns\u0287\u0279n\u0254\u0287\u00f8\u0279's \u0287\u1d09\u0287l\u01dd", + "Please address the errors on this page first, and then save your progress.": "\u2c63l\u01dd\u0250s\u01dd \u0250dd\u0279\u01ddss \u0287\u0265\u01dd \u01dd\u0279\u0279\u00f8\u0279s \u00f8n \u0287\u0265\u1d09s d\u0250\u0183\u01dd \u025f\u1d09\u0279s\u0287, \u0250nd \u0287\u0265\u01ddn s\u0250\u028c\u01dd \u028e\u00f8n\u0279 d\u0279\u00f8\u0183\u0279\u01ddss.", + "Please check the following validation feedbacks and reflect them in your course settings:": "\u2c63l\u01dd\u0250s\u01dd \u0254\u0265\u01dd\u0254\u029e \u0287\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 \u028c\u0250l\u1d09d\u0250\u0287\u1d09\u00f8n \u025f\u01dd\u01dddb\u0250\u0254\u029es \u0250nd \u0279\u01dd\u025fl\u01dd\u0254\u0287 \u0287\u0265\u01dd\u026f \u1d09n \u028e\u00f8n\u0279 \u0254\u00f8n\u0279s\u01dd s\u01dd\u0287\u0287\u1d09n\u0183s:", + "Please describe this image or agree that it has no contextual value by checking the checkbox.": "\u2c63l\u01dd\u0250s\u01dd d\u01dds\u0254\u0279\u1d09b\u01dd \u0287\u0265\u1d09s \u1d09\u026f\u0250\u0183\u01dd \u00f8\u0279 \u0250\u0183\u0279\u01dd\u01dd \u0287\u0265\u0250\u0287 \u1d09\u0287 \u0265\u0250s n\u00f8 \u0254\u00f8n\u0287\u01ddx\u0287n\u0250l \u028c\u0250ln\u01dd b\u028e \u0254\u0265\u01dd\u0254\u029e\u1d09n\u0183 \u0287\u0265\u01dd \u0254\u0265\u01dd\u0254\u029eb\u00f8x.", + "Please do not use any spaces in this field.": "\u2c63l\u01dd\u0250s\u01dd d\u00f8 n\u00f8\u0287 ns\u01dd \u0250n\u028e sd\u0250\u0254\u01dds \u1d09n \u0287\u0265\u1d09s \u025f\u1d09\u01ddld.", + "Please do not use any spaces or special characters in this field.": "\u2c63l\u01dd\u0250s\u01dd d\u00f8 n\u00f8\u0287 ns\u01dd \u0250n\u028e sd\u0250\u0254\u01dds \u00f8\u0279 sd\u01dd\u0254\u1d09\u0250l \u0254\u0265\u0250\u0279\u0250\u0254\u0287\u01dd\u0279s \u1d09n \u0287\u0265\u1d09s \u025f\u1d09\u01ddld.", + "Please enter a problem location.": "\u2c63l\u01dd\u0250s\u01dd \u01ddn\u0287\u01dd\u0279 \u0250 d\u0279\u00f8bl\u01dd\u026f l\u00f8\u0254\u0250\u0287\u1d09\u00f8n.", + "Please enter a score.": "\u2c63l\u01dd\u0250s\u01dd \u01ddn\u0287\u01dd\u0279 \u0250 s\u0254\u00f8\u0279\u01dd.", + "Please enter a student email address or username.": "\u2c63l\u01dd\u0250s\u01dd \u01ddn\u0287\u01dd\u0279 \u0250 s\u0287nd\u01ddn\u0287 \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss \u00f8\u0279 ns\u01dd\u0279n\u0250\u026f\u01dd.", + "Please enter a term in the {anchorStart} search field{anchorEnd}.": "\u2c63l\u01dd\u0250s\u01dd \u01ddn\u0287\u01dd\u0279 \u0250 \u0287\u01dd\u0279\u026f \u1d09n \u0287\u0265\u01dd {anchorStart} s\u01dd\u0250\u0279\u0254\u0265 \u025f\u1d09\u01ddld{anchorEnd}.", + "Please enter a username or email.": "\u2c63l\u01dd\u0250s\u01dd \u01ddn\u0287\u01dd\u0279 \u0250 ns\u01dd\u0279n\u0250\u026f\u01dd \u00f8\u0279 \u01dd\u026f\u0250\u1d09l.", + "Please enter a valid donation amount.": "\u2c63l\u01dd\u0250s\u01dd \u01ddn\u0287\u01dd\u0279 \u0250 \u028c\u0250l\u1d09d d\u00f8n\u0250\u0287\u1d09\u00f8n \u0250\u026f\u00f8nn\u0287.", + "Please enter an integer between %(min)s and %(max)s.": "\u2c63l\u01dd\u0250s\u01dd \u01ddn\u0287\u01dd\u0279 \u0250n \u1d09n\u0287\u01dd\u0183\u01dd\u0279 b\u01dd\u0287\u028d\u01dd\u01ddn %(min)s \u0250nd %(max)s.", + "Please enter an integer between 0 and 100.": "\u2c63l\u01dd\u0250s\u01dd \u01ddn\u0287\u01dd\u0279 \u0250n \u1d09n\u0287\u01dd\u0183\u01dd\u0279 b\u01dd\u0287\u028d\u01dd\u01ddn 0 \u0250nd 100.", + "Please enter an integer greater than 0.": "\u2c63l\u01dd\u0250s\u01dd \u01ddn\u0287\u01dd\u0279 \u0250n \u1d09n\u0287\u01dd\u0183\u01dd\u0279 \u0183\u0279\u01dd\u0250\u0287\u01dd\u0279 \u0287\u0265\u0250n 0.", + "Please enter non-negative integer.": "\u2c63l\u01dd\u0250s\u01dd \u01ddn\u0287\u01dd\u0279 n\u00f8n-n\u01dd\u0183\u0250\u0287\u1d09\u028c\u01dd \u1d09n\u0287\u01dd\u0183\u01dd\u0279.", + "Please enter valid start date and time.": "\u2c63l\u01dd\u0250s\u01dd \u01ddn\u0287\u01dd\u0279 \u028c\u0250l\u1d09d s\u0287\u0250\u0279\u0287 d\u0250\u0287\u01dd \u0250nd \u0287\u1d09\u026f\u01dd.", + "Please enter your %(field)s.": "\u2c63l\u01dd\u0250s\u01dd \u01ddn\u0287\u01dd\u0279 \u028e\u00f8n\u0279 %(field)s.", + "Please enter your log-in or recovery email address below and we will send you an email with instructions.": "\u2c63l\u01dd\u0250s\u01dd \u01ddn\u0287\u01dd\u0279 \u028e\u00f8n\u0279 l\u00f8\u0183-\u1d09n \u00f8\u0279 \u0279\u01dd\u0254\u00f8\u028c\u01dd\u0279\u028e \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss b\u01ddl\u00f8\u028d \u0250nd \u028d\u01dd \u028d\u1d09ll s\u01ddnd \u028e\u00f8n \u0250n \u01dd\u026f\u0250\u1d09l \u028d\u1d09\u0287\u0265 \u1d09ns\u0287\u0279n\u0254\u0287\u1d09\u00f8ns.", + "Please fix the following errors:": "\u2c63l\u01dd\u0250s\u01dd \u025f\u1d09x \u0287\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 \u01dd\u0279\u0279\u00f8\u0279s:", + "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "\u2c63l\u01dd\u0250s\u01dd \u025f\u00f8ll\u00f8\u028d \u0287\u0265\u01dd \u1d09ns\u0287\u0279n\u0254\u0287\u1d09\u00f8ns \u0265\u01dd\u0279\u01dd \u0287\u00f8 ndl\u00f8\u0250d \u0250 \u025f\u1d09l\u01dd \u01ddls\u01dd\u028d\u0265\u01dd\u0279\u01dd \u0250nd l\u1d09n\u029e \u0287\u00f8 \u1d09\u0287: {maxFileSizeRedirectUrl}", + "Please note: Deletion of your account and personal data is permanent and cannot be undone. {platformName} will not be able to recover your account or the data that is deleted.": "\u2c63l\u01dd\u0250s\u01dd n\u00f8\u0287\u01dd: \u0110\u01ddl\u01dd\u0287\u1d09\u00f8n \u00f8\u025f \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287 \u0250nd d\u01dd\u0279s\u00f8n\u0250l d\u0250\u0287\u0250 \u1d09s d\u01dd\u0279\u026f\u0250n\u01ddn\u0287 \u0250nd \u0254\u0250nn\u00f8\u0287 b\u01dd nnd\u00f8n\u01dd. {platformName} \u028d\u1d09ll n\u00f8\u0287 b\u01dd \u0250bl\u01dd \u0287\u00f8 \u0279\u01dd\u0254\u00f8\u028c\u01dd\u0279 \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287 \u00f8\u0279 \u0287\u0265\u01dd d\u0250\u0287\u0250 \u0287\u0265\u0250\u0287 \u1d09s d\u01ddl\u01dd\u0287\u01ddd.", + "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "\u2c63l\u01dd\u0250s\u01dd d\u0279\u1d09n\u0287 \u0287\u0265\u1d09s d\u0250\u0183\u01dd \u025f\u00f8\u0279 \u028e\u00f8n\u0279 \u0279\u01dd\u0254\u00f8\u0279ds; \u1d09\u0287 s\u01dd\u0279\u028c\u01dds \u0250s \u028e\u00f8n\u0279 \u0279\u01dd\u0254\u01dd\u1d09d\u0287. \u024e\u00f8n \u028d\u1d09ll \u0250ls\u00f8 \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01dd \u0250n \u01dd\u026f\u0250\u1d09l \u028d\u1d09\u0287\u0265 \u0287\u0265\u01dd s\u0250\u026f\u01dd \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n.", + "Please provide a description of the link destination.": "\u2c63l\u01dd\u0250s\u01dd d\u0279\u00f8\u028c\u1d09d\u01dd \u0250 d\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n \u00f8\u025f \u0287\u0265\u01dd l\u1d09n\u029e d\u01dds\u0287\u1d09n\u0250\u0287\u1d09\u00f8n.", + "Please provide a valid URL.": "\u2c63l\u01dd\u0250s\u01dd d\u0279\u00f8\u028c\u1d09d\u01dd \u0250 \u028c\u0250l\u1d09d \u0244\u024c\u0141.", + "Please re-enter your password.": "\u2c63l\u01dd\u0250s\u01dd \u0279\u01dd-\u01ddn\u0287\u01dd\u0279 \u028e\u00f8n\u0279 d\u0250ss\u028d\u00f8\u0279d.", + "Please select a PDF file to upload.": "\u2c63l\u01dd\u0250s\u01dd s\u01ddl\u01dd\u0254\u0287 \u0250 \u2c63\u0110F \u025f\u1d09l\u01dd \u0287\u00f8 ndl\u00f8\u0250d.", + "Please select a file in .srt format.": "\u2c63l\u01dd\u0250s\u01dd s\u01ddl\u01dd\u0254\u0287 \u0250 \u025f\u1d09l\u01dd \u1d09n .s\u0279\u0287 \u025f\u00f8\u0279\u026f\u0250\u0287.", + "Please specify a reason.": "\u2c63l\u01dd\u0250s\u01dd sd\u01dd\u0254\u1d09\u025f\u028e \u0250 \u0279\u01dd\u0250s\u00f8n.", + "Please verify that you have uploaded a valid image (PNG and JPEG).": "\u2c63l\u01dd\u0250s\u01dd \u028c\u01dd\u0279\u1d09\u025f\u028e \u0287\u0265\u0250\u0287 \u028e\u00f8n \u0265\u0250\u028c\u01dd ndl\u00f8\u0250d\u01ddd \u0250 \u028c\u0250l\u1d09d \u1d09\u026f\u0250\u0183\u01dd (\u2c63N\u01e4 \u0250nd \u0248\u2c63\u0246\u01e4).", + "Please verify that your webcam is connected and that you have allowed your browser to access it.": "\u2c63l\u01dd\u0250s\u01dd \u028c\u01dd\u0279\u1d09\u025f\u028e \u0287\u0265\u0250\u0287 \u028e\u00f8n\u0279 \u028d\u01ddb\u0254\u0250\u026f \u1d09s \u0254\u00f8nn\u01dd\u0254\u0287\u01ddd \u0250nd \u0287\u0265\u0250\u0287 \u028e\u00f8n \u0265\u0250\u028c\u01dd \u0250ll\u00f8\u028d\u01ddd \u028e\u00f8n\u0279 b\u0279\u00f8\u028ds\u01dd\u0279 \u0287\u00f8 \u0250\u0254\u0254\u01ddss \u1d09\u0287.", + "Plugins": "\u2c63ln\u0183\u1d09ns", + "Post": "\u2c63\u00f8s\u0287", + "Poster": "\u2c63\u00f8s\u0287\u01dd\u0279", + "Practice Proctored": "\u2c63\u0279\u0250\u0254\u0287\u1d09\u0254\u01dd \u2c63\u0279\u00f8\u0254\u0287\u00f8\u0279\u01ddd", + "Practice proctored Exam": "\u2c63\u0279\u0250\u0254\u0287\u1d09\u0254\u01dd d\u0279\u00f8\u0254\u0287\u00f8\u0279\u01ddd \u0246x\u0250\u026f", + "Pre": "\u2c63\u0279\u01dd", + "Preferred Language": "\u2c63\u0279\u01dd\u025f\u01dd\u0279\u0279\u01ddd \u0141\u0250n\u0183n\u0250\u0183\u01dd", + "Preformatted": "\u2c63\u0279\u01dd\u025f\u00f8\u0279\u026f\u0250\u0287\u0287\u01ddd", + "Prerequisite:": "\u2c63\u0279\u01dd\u0279\u01ddbn\u1d09s\u1d09\u0287\u01dd:", + "Prerequisite: %(prereq_display_name)s": "\u2c63\u0279\u01dd\u0279\u01ddbn\u1d09s\u1d09\u0287\u01dd: %(prereq_display_name)s", + "Press Add to language": "\u2c63\u0279\u01ddss \u023add \u0287\u00f8 l\u0250n\u0183n\u0250\u0183\u01dd", + "Press Remove to remove language": "\u2c63\u0279\u01ddss \u024c\u01dd\u026f\u00f8\u028c\u01dd \u0287\u00f8 \u0279\u01dd\u026f\u00f8\u028c\u01dd l\u0250n\u0183n\u0250\u0183\u01dd", + "Press UP to enter the speed menu then use the UP and DOWN arrow keys to navigate the different speeds, then press ENTER to change to the selected speed.": "\u2c63\u0279\u01ddss \u0244\u2c63 \u0287\u00f8 \u01ddn\u0287\u01dd\u0279 \u0287\u0265\u01dd sd\u01dd\u01ddd \u026f\u01ddnn \u0287\u0265\u01ddn ns\u01dd \u0287\u0265\u01dd \u0244\u2c63 \u0250nd \u0110\u00d8WN \u0250\u0279\u0279\u00f8\u028d \u029e\u01dd\u028es \u0287\u00f8 n\u0250\u028c\u1d09\u0183\u0250\u0287\u01dd \u0287\u0265\u01dd d\u1d09\u025f\u025f\u01dd\u0279\u01ddn\u0287 sd\u01dd\u01ddds, \u0287\u0265\u01ddn d\u0279\u01ddss \u0246N\u0166\u0246\u024c \u0287\u00f8 \u0254\u0265\u0250n\u0183\u01dd \u0287\u00f8 \u0287\u0265\u01dd s\u01ddl\u01dd\u0254\u0287\u01ddd sd\u01dd\u01ddd.", + "Press change to change selected transcript provider.": "\u2c63\u0279\u01ddss \u0254\u0265\u0250n\u0183\u01dd \u0287\u00f8 \u0254\u0265\u0250n\u0183\u01dd s\u01ddl\u01dd\u0254\u0287\u01ddd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 d\u0279\u00f8\u028c\u1d09d\u01dd\u0279.", + "Press close to hide course video settings": "\u2c63\u0279\u01ddss \u0254l\u00f8s\u01dd \u0287\u00f8 \u0265\u1d09d\u01dd \u0254\u00f8n\u0279s\u01dd \u028c\u1d09d\u01dd\u00f8 s\u01dd\u0287\u0287\u1d09n\u0183s", + "Press discard changes to discard changes.": "\u2c63\u0279\u01ddss d\u1d09s\u0254\u0250\u0279d \u0254\u0265\u0250n\u0183\u01dds \u0287\u00f8 d\u1d09s\u0254\u0250\u0279d \u0254\u0265\u0250n\u0183\u01dds.", + "Press discard changes to discard your changes.": "\u2c63\u0279\u01ddss d\u1d09s\u0254\u0250\u0279d \u0254\u0265\u0250n\u0183\u01dds \u0287\u00f8 d\u1d09s\u0254\u0250\u0279d \u028e\u00f8n\u0279 \u0254\u0265\u0250n\u0183\u01dds.", + "Press the UP arrow key to enter the language menu then use UP and DOWN arrow keys to navigate language options. Press ENTER to change to the selected language.": "\u2c63\u0279\u01ddss \u0287\u0265\u01dd \u0244\u2c63 \u0250\u0279\u0279\u00f8\u028d \u029e\u01dd\u028e \u0287\u00f8 \u01ddn\u0287\u01dd\u0279 \u0287\u0265\u01dd l\u0250n\u0183n\u0250\u0183\u01dd \u026f\u01ddnn \u0287\u0265\u01ddn ns\u01dd \u0244\u2c63 \u0250nd \u0110\u00d8WN \u0250\u0279\u0279\u00f8\u028d \u029e\u01dd\u028es \u0287\u00f8 n\u0250\u028c\u1d09\u0183\u0250\u0287\u01dd l\u0250n\u0183n\u0250\u0183\u01dd \u00f8d\u0287\u1d09\u00f8ns. \u2c63\u0279\u01ddss \u0246N\u0166\u0246\u024c \u0287\u00f8 \u0254\u0265\u0250n\u0183\u01dd \u0287\u00f8 \u0287\u0265\u01dd s\u01ddl\u01dd\u0254\u0287\u01ddd l\u0250n\u0183n\u0250\u0183\u01dd.", + "Press update settings to update course video settings": "\u2c63\u0279\u01ddss ndd\u0250\u0287\u01dd s\u01dd\u0287\u0287\u1d09n\u0183s \u0287\u00f8 ndd\u0250\u0287\u01dd \u0254\u00f8n\u0279s\u01dd \u028c\u1d09d\u01dd\u00f8 s\u01dd\u0287\u0287\u1d09n\u0183s", + "Press update settings to update the information for your organization.": "\u2c63\u0279\u01ddss ndd\u0250\u0287\u01dd s\u01dd\u0287\u0287\u1d09n\u0183s \u0287\u00f8 ndd\u0250\u0287\u01dd \u0287\u0265\u01dd \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n \u025f\u00f8\u0279 \u028e\u00f8n\u0279 \u00f8\u0279\u0183\u0250n\u1d09z\u0250\u0287\u1d09\u00f8n.", + "Prev": "\u2c63\u0279\u01dd\u028c", + "Prevent students from generating certificates in this course?": "\u2c63\u0279\u01dd\u028c\u01ddn\u0287 s\u0287nd\u01ddn\u0287s \u025f\u0279\u00f8\u026f \u0183\u01ddn\u01dd\u0279\u0250\u0287\u1d09n\u0183 \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds \u1d09n \u0287\u0265\u1d09s \u0254\u00f8n\u0279s\u01dd?", + "Preview": "\u2c63\u0279\u01dd\u028c\u1d09\u01dd\u028d", + "Preview Certificate": "\u2c63\u0279\u01dd\u028c\u1d09\u01dd\u028d \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd", + "Preview of uploaded image": "\u2c63\u0279\u01dd\u028c\u1d09\u01dd\u028d \u00f8\u025f ndl\u00f8\u0250d\u01ddd \u1d09\u026f\u0250\u0183\u01dd", + "Preview this query": "\u2c63\u0279\u01dd\u028c\u1d09\u01dd\u028d \u0287\u0265\u1d09s bn\u01dd\u0279\u028e", + "Previous": "\u2c63\u0279\u01dd\u028c\u1d09\u00f8ns", + "Previous Uploads": "\u2c63\u0279\u01dd\u028c\u1d09\u00f8ns \u0244dl\u00f8\u0250ds", + "Previous Uploads table has been updated.": "\u2c63\u0279\u01dd\u028c\u1d09\u00f8ns \u0244dl\u00f8\u0250ds \u0287\u0250bl\u01dd \u0265\u0250s b\u01dd\u01ddn ndd\u0250\u0287\u01ddd.", + "Previously published": "\u2c63\u0279\u01dd\u028c\u1d09\u00f8nsl\u028e dnbl\u1d09s\u0265\u01ddd", + "Print": "\u2c63\u0279\u1d09n\u0287", + "Processing Re-run Request": "\u2c63\u0279\u00f8\u0254\u01ddss\u1d09n\u0183 \u024c\u01dd-\u0279nn \u024c\u01ddbn\u01dds\u0287", + "Proctored": "\u2c63\u0279\u00f8\u0254\u0287\u00f8\u0279\u01ddd", + "Proctored Exam": "\u2c63\u0279\u00f8\u0254\u0287\u00f8\u0279\u01ddd \u0246x\u0250\u026f", + "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.": "\u2c63\u0279\u00f8\u0254\u0287\u00f8\u0279\u01ddd \u01ddx\u0250\u026fs \u0250\u0279\u01dd \u0287\u1d09\u026f\u01ddd \u0250nd \u0287\u0265\u01dd\u028e \u0279\u01dd\u0254\u00f8\u0279d \u028c\u1d09d\u01dd\u00f8 \u00f8\u025f \u01dd\u0250\u0254\u0265 l\u01dd\u0250\u0279n\u01dd\u0279 \u0287\u0250\u029e\u1d09n\u0183 \u0287\u0265\u01dd \u01ddx\u0250\u026f. \u0166\u0265\u01dd \u028c\u1d09d\u01dd\u00f8s \u0250\u0279\u01dd \u0287\u0265\u01ddn \u0279\u01dd\u028c\u1d09\u01dd\u028d\u01ddd \u0287\u00f8 \u01ddnsn\u0279\u01dd \u0287\u0265\u0250\u0287 l\u01dd\u0250\u0279n\u01dd\u0279s \u025f\u00f8ll\u00f8\u028d \u0250ll \u01ddx\u0250\u026f\u1d09n\u0250\u0287\u1d09\u00f8n \u0279nl\u01dds.", + "Proctoring": "\u2c63\u0279\u00f8\u0254\u0287\u00f8\u0279\u1d09n\u0183", + "Proctoring Settings": "\u2c63\u0279\u00f8\u0254\u0287\u00f8\u0279\u1d09n\u0183 S\u01dd\u0287\u0287\u1d09n\u0183s", + "Product Name": "\u2c63\u0279\u00f8dn\u0254\u0287 N\u0250\u026f\u01dd", + "Professional Certificate for {courseName}": "\u2c63\u0279\u00f8\u025f\u01ddss\u1d09\u00f8n\u0250l \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u025f\u00f8\u0279 {courseName}", + "Professional Education": "\u2c63\u0279\u00f8\u025f\u01ddss\u1d09\u00f8n\u0250l \u0246dn\u0254\u0250\u0287\u1d09\u00f8n", + "Professional Education Verified Certificate": "\u2c63\u0279\u00f8\u025f\u01ddss\u1d09\u00f8n\u0250l \u0246dn\u0254\u0250\u0287\u1d09\u00f8n V\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd", + "Profile": "\u2c63\u0279\u00f8\u025f\u1d09l\u01dd", + "Profile Image": "\u2c63\u0279\u00f8\u025f\u1d09l\u01dd \u0197\u026f\u0250\u0183\u01dd", + "Profile Visibility:": "\u2c63\u0279\u00f8\u025f\u1d09l\u01dd V\u1d09s\u1d09b\u1d09l\u1d09\u0287\u028e:", + "Profile image for {username}": "\u2c63\u0279\u00f8\u025f\u1d09l\u01dd \u1d09\u026f\u0250\u0183\u01dd \u025f\u00f8\u0279 {username}", + "Program Record": "\u2c63\u0279\u00f8\u0183\u0279\u0250\u026f \u024c\u01dd\u0254\u00f8\u0279d", + "Promote another member to Admin to remove your admin rights": "\u2c63\u0279\u00f8\u026f\u00f8\u0287\u01dd \u0250n\u00f8\u0287\u0265\u01dd\u0279 \u026f\u01dd\u026fb\u01dd\u0279 \u0287\u00f8 \u023ad\u026f\u1d09n \u0287\u00f8 \u0279\u01dd\u026f\u00f8\u028c\u01dd \u028e\u00f8n\u0279 \u0250d\u026f\u1d09n \u0279\u1d09\u0183\u0265\u0287s", + "Provisional": "\u2c63\u0279\u00f8\u028c\u1d09s\u1d09\u00f8n\u0250l", + "Provisionally Supported": "\u2c63\u0279\u00f8\u028c\u1d09s\u1d09\u00f8n\u0250ll\u028e Sndd\u00f8\u0279\u0287\u01ddd", + "Publish": "\u2c63nbl\u1d09s\u0265", + "Publish all unpublished changes for this {item}?": "\u2c63nbl\u1d09s\u0265 \u0250ll nndnbl\u1d09s\u0265\u01ddd \u0254\u0265\u0250n\u0183\u01dds \u025f\u00f8\u0279 \u0287\u0265\u1d09s {item}?", + "Publish {display_name}": "\u2c63nbl\u1d09s\u0265 {display_name}", + "Published (not yet released)": "\u2c63nbl\u1d09s\u0265\u01ddd (n\u00f8\u0287 \u028e\u01dd\u0287 \u0279\u01ddl\u01dd\u0250s\u01ddd)", + "Published and Live": "\u2c63nbl\u1d09s\u0265\u01ddd \u0250nd \u0141\u1d09\u028c\u01dd", + "Publishing": "\u2c63nbl\u1d09s\u0265\u1d09n\u0183", + "Publishing Status": "\u2c63nbl\u1d09s\u0265\u1d09n\u0183 S\u0287\u0250\u0287ns", + "Queued": "Qn\u01ddn\u01ddd", + "REMAINING COURSES": "\u024c\u0246M\u023a\u0197N\u0197N\u01e4 \u023b\u00d8\u0244\u024cS\u0246S", + "Re-run Course": "\u024c\u01dd-\u0279nn \u023b\u00f8n\u0279s\u01dd", + "Read More": "\u024c\u01dd\u0250d M\u00f8\u0279\u01dd", + "Read more": "\u024c\u01dd\u0250d \u026f\u00f8\u0279\u01dd", + "Reason": "\u024c\u01dd\u0250s\u00f8n", + "Reason field should not be left blank.": "\u024c\u01dd\u0250s\u00f8n \u025f\u1d09\u01ddld s\u0265\u00f8nld n\u00f8\u0287 b\u01dd l\u01dd\u025f\u0287 bl\u0250n\u029e.", + "Reason for change:": "\u024c\u01dd\u0250s\u00f8n \u025f\u00f8\u0279 \u0254\u0265\u0250n\u0183\u01dd:", + "Receive updates": "\u024c\u01dd\u0254\u01dd\u1d09\u028c\u01dd ndd\u0250\u0287\u01dds", + "Recent Activity": "\u024c\u01dd\u0254\u01ddn\u0287 \u023a\u0254\u0287\u1d09\u028c\u1d09\u0287\u028e", + "Recommended image resolution is {imageResolution}, maximum image file size should be {maxFileSize} and format must be one of {supportedImageFormats}.": "\u024c\u01dd\u0254\u00f8\u026f\u026f\u01ddnd\u01ddd \u1d09\u026f\u0250\u0183\u01dd \u0279\u01dds\u00f8ln\u0287\u1d09\u00f8n \u1d09s {imageResolution}, \u026f\u0250x\u1d09\u026fn\u026f \u1d09\u026f\u0250\u0183\u01dd \u025f\u1d09l\u01dd s\u1d09z\u01dd s\u0265\u00f8nld b\u01dd {maxFileSize} \u0250nd \u025f\u00f8\u0279\u026f\u0250\u0287 \u026fns\u0287 b\u01dd \u00f8n\u01dd \u00f8\u025f {supportedImageFormats}.", + "Recover my password": "\u024c\u01dd\u0254\u00f8\u028c\u01dd\u0279 \u026f\u028e d\u0250ss\u028d\u00f8\u0279d", + "Recovery Email Address": "\u024c\u01dd\u0254\u00f8\u028c\u01dd\u0279\u028e \u0246\u026f\u0250\u1d09l \u023add\u0279\u01ddss", + "Redo": "\u024c\u01ddd\u00f8", + "Redo (Ctrl+Shift+Z)": "\u024c\u01ddd\u00f8 (\u023b\u0287\u0279l+S\u0265\u1d09\u025f\u0287+\u01b5)", + "Redo (Ctrl+Y)": "\u024c\u01ddd\u00f8 (\u023b\u0287\u0279l+\u024e)", + "Regenerate": "\u024c\u01dd\u0183\u01ddn\u01dd\u0279\u0250\u0287\u01dd", + "Regenerate the user's certificate": "\u024c\u01dd\u0183\u01ddn\u01dd\u0279\u0250\u0287\u01dd \u0287\u0265\u01dd ns\u01dd\u0279's \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd", + "Register with Institution/Campus Credentials": "\u024c\u01dd\u0183\u1d09s\u0287\u01dd\u0279 \u028d\u1d09\u0287\u0265 \u0197ns\u0287\u1d09\u0287n\u0287\u1d09\u00f8n/\u023b\u0250\u026fdns \u023b\u0279\u01ddd\u01ddn\u0287\u1d09\u0250ls", + "Release Date and Time": "\u024c\u01ddl\u01dd\u0250s\u01dd \u0110\u0250\u0287\u01dd \u0250nd \u0166\u1d09\u026f\u01dd", + "Release Date:": "\u024c\u01ddl\u01dd\u0250s\u01dd \u0110\u0250\u0287\u01dd:", + "Release Status:": "\u024c\u01ddl\u01dd\u0250s\u01dd S\u0287\u0250\u0287ns:", + "Release Time in UTC:": "\u024c\u01ddl\u01dd\u0250s\u01dd \u0166\u1d09\u026f\u01dd \u1d09n \u0244\u0166\u023b:", + "Release:": "\u024c\u01ddl\u01dd\u0250s\u01dd:", + "Released:": "\u024c\u01ddl\u01dd\u0250s\u01ddd:", + "Remaining": "\u024c\u01dd\u026f\u0250\u1d09n\u1d09n\u0183", + "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "\u024c\u01dd\u026f\u00f8\u028c\u0250l \u1d09s \u1d09n d\u0279\u00f8\u0183\u0279\u01ddss. \u0166\u00f8 \u0250\u028c\u00f8\u1d09d \u01dd\u0279\u0279\u00f8\u0279s, s\u0287\u0250\u028e \u00f8n \u0287\u0265\u1d09s d\u0250\u0183\u01dd nn\u0287\u1d09l \u0287\u0265\u01dd d\u0279\u00f8\u0254\u01ddss \u1d09s \u0254\u00f8\u026fdl\u01dd\u0287\u01dd.", + "Remove": "\u024c\u01dd\u026f\u00f8\u028c\u01dd", + "Remove Transcript": "\u024c\u01dd\u026f\u00f8\u028c\u01dd \u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287", + "Remove chapter %(chapterDisplayName)s": "\u024c\u01dd\u026f\u00f8\u028c\u01dd \u0254\u0265\u0250d\u0287\u01dd\u0279 %(chapterDisplayName)s", + "Remove file": "\u024c\u01dd\u026f\u00f8\u028c\u01dd \u025f\u1d09l\u01dd", + "Remove from Invalidation Table": "\u024c\u01dd\u026f\u00f8\u028c\u01dd \u025f\u0279\u00f8\u026f \u0197n\u028c\u0250l\u1d09d\u0250\u0287\u1d09\u00f8n \u0166\u0250bl\u01dd", + "Remove from List": "\u024c\u01dd\u026f\u00f8\u028c\u01dd \u025f\u0279\u00f8\u026f \u0141\u1d09s\u0287", + "Remove link": "\u024c\u01dd\u026f\u00f8\u028c\u01dd l\u1d09n\u029e", + "Remove subsection %(subsectionDisplayName)s": "\u024c\u01dd\u026f\u00f8\u028c\u01dd snbs\u01dd\u0254\u0287\u1d09\u00f8n %(subsectionDisplayName)s", + "Remove this team member?": "\u024c\u01dd\u026f\u00f8\u028c\u01dd \u0287\u0265\u1d09s \u0287\u01dd\u0250\u026f \u026f\u01dd\u026fb\u01dd\u0279?", + "Remove this video": "\u024c\u01dd\u026f\u00f8\u028c\u01dd \u0287\u0265\u1d09s \u028c\u1d09d\u01dd\u00f8", + "Remove unit %(unitName)s": "\u024c\u01dd\u026f\u00f8\u028c\u01dd nn\u1d09\u0287 %(unitName)s", + "Remove {role} Access": "\u024c\u01dd\u026f\u00f8\u028c\u01dd {role} \u023a\u0254\u0254\u01ddss", + "Remove {video_name} video": "\u024c\u01dd\u026f\u00f8\u028c\u01dd {video_name} \u028c\u1d09d\u01dd\u00f8", + "Removing": "\u024c\u01dd\u026f\u00f8\u028c\u1d09n\u0183", + "Removing a video from this list does not affect course content. Any content that uses a previously uploaded video ID continues to display in the course.": "\u024c\u01dd\u026f\u00f8\u028c\u1d09n\u0183 \u0250 \u028c\u1d09d\u01dd\u00f8 \u025f\u0279\u00f8\u026f \u0287\u0265\u1d09s l\u1d09s\u0287 d\u00f8\u01dds n\u00f8\u0287 \u0250\u025f\u025f\u01dd\u0254\u0287 \u0254\u00f8n\u0279s\u01dd \u0254\u00f8n\u0287\u01ddn\u0287. \u023an\u028e \u0254\u00f8n\u0287\u01ddn\u0287 \u0287\u0265\u0250\u0287 ns\u01dds \u0250 d\u0279\u01dd\u028c\u1d09\u00f8nsl\u028e ndl\u00f8\u0250d\u01ddd \u028c\u1d09d\u01dd\u00f8 \u0197\u0110 \u0254\u00f8n\u0287\u1d09nn\u01dds \u0287\u00f8 d\u1d09sdl\u0250\u028e \u1d09n \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd.", + "Replace": "\u024c\u01dddl\u0250\u0254\u01dd", + "Replace all": "\u024c\u01dddl\u0250\u0254\u01dd \u0250ll", + "Replace with": "\u024c\u01dddl\u0250\u0254\u01dd \u028d\u1d09\u0287\u0265", + "Reply to Annotation": "\u024c\u01dddl\u028e \u0287\u00f8 \u023ann\u00f8\u0287\u0250\u0287\u1d09\u00f8n", + "Report abuse, topics, and responses": "\u024c\u01ddd\u00f8\u0279\u0287 \u0250bns\u01dd, \u0287\u00f8d\u1d09\u0254s, \u0250nd \u0279\u01ddsd\u00f8ns\u01dds", + "Requester": "\u024c\u01ddbn\u01dds\u0287\u01dd\u0279", + "Required": "\u024c\u01ddbn\u1d09\u0279\u01ddd", + "Required field.": "\u024c\u01ddbn\u1d09\u0279\u01ddd \u025f\u1d09\u01ddld.", + "Rescore problem '<%- problem_id %>' for all students?": "\u024c\u01dds\u0254\u00f8\u0279\u01dd d\u0279\u00f8bl\u01dd\u026f '<%- problem_id %>' \u025f\u00f8\u0279 \u0250ll s\u0287nd\u01ddn\u0287s?", + "Reset My Password": "\u024c\u01dds\u01dd\u0287 M\u028e \u2c63\u0250ss\u028d\u00f8\u0279d", + "Reset Password": "\u024c\u01dds\u01dd\u0287 \u2c63\u0250ss\u028d\u00f8\u0279d", + "Reset Your Password": "\u024c\u01dds\u01dd\u0287 \u024e\u00f8n\u0279 \u2c63\u0250ss\u028d\u00f8\u0279d", + "Reset attempts for all students on problem '<%- problem_id %>'?": "\u024c\u01dds\u01dd\u0287 \u0250\u0287\u0287\u01dd\u026fd\u0287s \u025f\u00f8\u0279 \u0250ll s\u0287nd\u01ddn\u0287s \u00f8n d\u0279\u00f8bl\u01dd\u026f '<%- problem_id %>'?", + "Responses could not be loaded. Refresh the page and try again.": "\u024c\u01ddsd\u00f8ns\u01dds \u0254\u00f8nld n\u00f8\u0287 b\u01dd l\u00f8\u0250d\u01ddd. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "Restore enrollment code": "\u024c\u01dds\u0287\u00f8\u0279\u01dd \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 \u0254\u00f8d\u01dd", + "Restore last draft": "\u024c\u01dds\u0287\u00f8\u0279\u01dd l\u0250s\u0287 d\u0279\u0250\u025f\u0287", + "Restrict access to:": "\u024c\u01dds\u0287\u0279\u1d09\u0254\u0287 \u0250\u0254\u0254\u01ddss \u0287\u00f8:", + "Retake Photo": "\u024c\u01dd\u0287\u0250\u029e\u01dd \u2c63\u0265\u00f8\u0287\u00f8", + "Retake Your Photos": "\u024c\u01dd\u0287\u0250\u029e\u01dd \u024e\u00f8n\u0279 \u2c63\u0265\u00f8\u0287\u00f8s", + "Retrieving enrollment status...": "\u024c\u01dd\u0287\u0279\u1d09\u01dd\u028c\u1d09n\u0183 \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 s\u0287\u0250\u0287ns...", + "Return and add email address": "\u024c\u01dd\u0287n\u0279n \u0250nd \u0250dd \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss", + "Return to Export": "\u024c\u01dd\u0287n\u0279n \u0287\u00f8 \u0246xd\u00f8\u0279\u0287", + "Return to Your Dashboard": "\u024c\u01dd\u0287n\u0279n \u0287\u00f8 \u024e\u00f8n\u0279 \u0110\u0250s\u0265b\u00f8\u0250\u0279d", + "Return to team listing": "\u024c\u01dd\u0287n\u0279n \u0287\u00f8 \u0287\u01dd\u0250\u026f l\u1d09s\u0287\u1d09n\u0183", + "Review Rules": "\u024c\u01dd\u028c\u1d09\u01dd\u028d \u024cnl\u01dds", + "Review Your Photos": "\u024c\u01dd\u028c\u1d09\u01dd\u028d \u024e\u00f8n\u0279 \u2c63\u0265\u00f8\u0287\u00f8s", + "Review your info": "\u024c\u01dd\u028c\u1d09\u01dd\u028d \u028e\u00f8n\u0279 \u1d09n\u025f\u00f8", + "Revoke access": "\u024c\u01dd\u028c\u00f8\u029e\u01dd \u0250\u0254\u0254\u01ddss", + "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "\u024c\u1d09\u0254\u0265 \u0166\u01ddx\u0287 \u023a\u0279\u01dd\u0250. \u2c63\u0279\u01ddss \u023a\u0141\u0166-F9 \u025f\u00f8\u0279 \u026f\u01ddnn. \u2c63\u0279\u01ddss \u023a\u0141\u0166-F10 \u025f\u00f8\u0279 \u0287\u00f8\u00f8lb\u0250\u0279. \u2c63\u0279\u01ddss \u023a\u0141\u0166-0 \u025f\u00f8\u0279 \u0265\u01ddld", + "Right": "\u024c\u1d09\u0183\u0265\u0287", + "Right to left": "\u024c\u1d09\u0183\u0265\u0287 \u0287\u00f8 l\u01dd\u025f\u0287", + "Robots": "\u024c\u00f8b\u00f8\u0287s", + "Role field should not be left unselected.": "\u024c\u00f8l\u01dd \u025f\u1d09\u01ddld s\u0265\u00f8nld n\u00f8\u0287 b\u01dd l\u01dd\u025f\u0287 nns\u01ddl\u01dd\u0254\u0287\u01ddd.", + "Row": "\u024c\u00f8\u028d", + "Row group": "\u024c\u00f8\u028d \u0183\u0279\u00f8nd", + "Row properties": "\u024c\u00f8\u028d d\u0279\u00f8d\u01dd\u0279\u0287\u1d09\u01dds", + "Row type": "\u024c\u00f8\u028d \u0287\u028ed\u01dd", + "Rows": "\u024c\u00f8\u028ds", + "Save": "S\u0250\u028c\u01dd", + "Save Changes": "S\u0250\u028c\u01dd \u023b\u0265\u0250n\u0183\u01dds", + "Save changes": "S\u0250\u028c\u01dd \u0254\u0265\u0250n\u0183\u01dds", + "Saved cohort": "S\u0250\u028c\u01ddd \u0254\u00f8\u0265\u00f8\u0279\u0287", + "Saving": "S\u0250\u028c\u1d09n\u0183", + "Saving your email preference": "S\u0250\u028c\u1d09n\u0183 \u028e\u00f8n\u0279 \u01dd\u026f\u0250\u1d09l d\u0279\u01dd\u025f\u01dd\u0279\u01ddn\u0254\u01dd", + "Scheduled:": "S\u0254\u0265\u01dddnl\u01ddd:", + "Scope": "S\u0254\u00f8d\u01dd", + "Search": "S\u01dd\u0250\u0279\u0254\u0265", + "Search Results": "S\u01dd\u0250\u0279\u0254\u0265 \u024c\u01ddsnl\u0287s", + "Search all posts": "S\u01dd\u0250\u0279\u0254\u0265 \u0250ll d\u00f8s\u0287s", + "Search teams": "S\u01dd\u0250\u0279\u0254\u0265 \u0287\u01dd\u0250\u026fs", + "Search the {platform} Help Center": "S\u01dd\u0250\u0279\u0254\u0265 \u0287\u0265\u01dd {platform} \u0126\u01ddld \u023b\u01ddn\u0287\u01dd\u0279", + "Section": "S\u01dd\u0254\u0287\u1d09\u00f8n", + "Section Highlights": "S\u01dd\u0254\u0287\u1d09\u00f8n \u0126\u1d09\u0183\u0265l\u1d09\u0183\u0265\u0287s", + "Section Visibility": "S\u01dd\u0254\u0287\u1d09\u00f8n V\u1d09s\u1d09b\u1d09l\u1d09\u0287\u028e", + "Sections": "S\u01dd\u0254\u0287\u1d09\u00f8ns", + "Security": "S\u01dd\u0254n\u0279\u1d09\u0287\u028e", + "See all teams in your course, organized by topic. Join a team to collaborate with other learners who are interested in the same topic as you are.": "S\u01dd\u01dd \u0250ll \u0287\u01dd\u0250\u026fs \u1d09n \u028e\u00f8n\u0279 \u0254\u00f8n\u0279s\u01dd, \u00f8\u0279\u0183\u0250n\u1d09z\u01ddd b\u028e \u0287\u00f8d\u1d09\u0254. \u0248\u00f8\u1d09n \u0250 \u0287\u01dd\u0250\u026f \u0287\u00f8 \u0254\u00f8ll\u0250b\u00f8\u0279\u0250\u0287\u01dd \u028d\u1d09\u0287\u0265 \u00f8\u0287\u0265\u01dd\u0279 l\u01dd\u0250\u0279n\u01dd\u0279s \u028d\u0265\u00f8 \u0250\u0279\u01dd \u1d09n\u0287\u01dd\u0279\u01dds\u0287\u01ddd \u1d09n \u0287\u0265\u01dd s\u0250\u026f\u01dd \u0287\u00f8d\u1d09\u0254 \u0250s \u028e\u00f8n \u0250\u0279\u01dd.", + "Select": "S\u01ddl\u01dd\u0254\u0287", + "Select Session": "S\u01ddl\u01dd\u0254\u0287 S\u01ddss\u1d09\u00f8n", + "Select a Content Group": "S\u01ddl\u01dd\u0254\u0287 \u0250 \u023b\u00f8n\u0287\u01ddn\u0287 \u01e4\u0279\u00f8nd", + "Select a chapter": "S\u01ddl\u01dd\u0254\u0287 \u0250 \u0254\u0265\u0250d\u0287\u01dd\u0279", + "Select a cohort": "S\u01ddl\u01dd\u0254\u0287 \u0250 \u0254\u00f8\u0265\u00f8\u0279\u0287", + "Select a cohort to manage": "S\u01ddl\u01dd\u0254\u0287 \u0250 \u0254\u00f8\u0265\u00f8\u0279\u0287 \u0287\u00f8 \u026f\u0250n\u0250\u0183\u01dd", + "Select a course or select \"Not specific to a course\" for your support request.": "S\u01ddl\u01dd\u0254\u0287 \u0250 \u0254\u00f8n\u0279s\u01dd \u00f8\u0279 s\u01ddl\u01dd\u0254\u0287 \"N\u00f8\u0287 sd\u01dd\u0254\u1d09\u025f\u1d09\u0254 \u0287\u00f8 \u0250 \u0254\u00f8n\u0279s\u01dd\" \u025f\u00f8\u0279 \u028e\u00f8n\u0279 sndd\u00f8\u0279\u0287 \u0279\u01ddbn\u01dds\u0287.", + "Select a group type": "S\u01ddl\u01dd\u0254\u0287 \u0250 \u0183\u0279\u00f8nd \u0287\u028ed\u01dd", + "Select a prerequisite subsection and enter a minimum score percentage and minimum completion percentage to limit access to this subsection. Allowed values are 0-100": "S\u01ddl\u01dd\u0254\u0287 \u0250 d\u0279\u01dd\u0279\u01ddbn\u1d09s\u1d09\u0287\u01dd snbs\u01dd\u0254\u0287\u1d09\u00f8n \u0250nd \u01ddn\u0287\u01dd\u0279 \u0250 \u026f\u1d09n\u1d09\u026fn\u026f s\u0254\u00f8\u0279\u01dd d\u01dd\u0279\u0254\u01ddn\u0287\u0250\u0183\u01dd \u0250nd \u026f\u1d09n\u1d09\u026fn\u026f \u0254\u00f8\u026fdl\u01dd\u0287\u1d09\u00f8n d\u01dd\u0279\u0254\u01ddn\u0287\u0250\u0183\u01dd \u0287\u00f8 l\u1d09\u026f\u1d09\u0287 \u0250\u0254\u0254\u01ddss \u0287\u00f8 \u0287\u0265\u1d09s snbs\u01dd\u0254\u0287\u1d09\u00f8n. \u023all\u00f8\u028d\u01ddd \u028c\u0250ln\u01dds \u0250\u0279\u01dd 0-100", + "Select a section or problem": "S\u01ddl\u01dd\u0254\u0287 \u0250 s\u01dd\u0254\u0287\u1d09\u00f8n \u00f8\u0279 d\u0279\u00f8bl\u01dd\u026f", + "Select a session:": "S\u01ddl\u01dd\u0254\u0287 \u0250 s\u01ddss\u1d09\u00f8n:", + "Select a subject for your support request.": "S\u01ddl\u01dd\u0254\u0287 \u0250 snb\u027e\u01dd\u0254\u0287 \u025f\u00f8\u0279 \u028e\u00f8n\u0279 sndd\u00f8\u0279\u0287 \u0279\u01ddbn\u01dds\u0287.", + "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.": "S\u01ddl\u01dd\u0254\u0287 \u0250 \u0287\u1d09\u026f\u01dd \u0250ll\u00f8\u0287\u026f\u01ddn\u0287 \u025f\u00f8\u0279 \u0287\u0265\u01dd \u01ddx\u0250\u026f. \u0197\u025f \u1d09\u0287 \u1d09s \u00f8\u028c\u01dd\u0279 24 \u0265\u00f8n\u0279s, \u0287\u028ed\u01dd \u1d09n \u0287\u0265\u01dd \u0250\u026f\u00f8nn\u0287 \u00f8\u025f \u0287\u1d09\u026f\u01dd. \u024e\u00f8n \u0254\u0250n \u0183\u0279\u0250n\u0287 \u1d09nd\u1d09\u028c\u1d09dn\u0250l l\u01dd\u0250\u0279n\u01dd\u0279s \u01ddx\u0287\u0279\u0250 \u0287\u1d09\u026f\u01dd \u0287\u00f8 \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u0287\u0265\u01dd \u01ddx\u0250\u026f \u0287\u0265\u0279\u00f8n\u0183\u0265 \u0287\u0265\u01dd \u0197ns\u0287\u0279n\u0254\u0287\u00f8\u0279 \u0110\u0250s\u0265b\u00f8\u0250\u0279d.", + "Select all": "S\u01ddl\u01dd\u0254\u0287 \u0250ll", + "Select fidelity": "S\u01ddl\u01dd\u0254\u0287 \u025f\u1d09d\u01ddl\u1d09\u0287\u028e", + "Select language": "S\u01ddl\u01dd\u0254\u0287 l\u0250n\u0183n\u0250\u0183\u01dd", + "Select one or more groups:": "S\u01ddl\u01dd\u0254\u0287 \u00f8n\u01dd \u00f8\u0279 \u026f\u00f8\u0279\u01dd \u0183\u0279\u00f8nds:", + "Select the course-wide discussion topics that you want to divide.": "S\u01ddl\u01dd\u0254\u0287 \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd-\u028d\u1d09d\u01dd d\u1d09s\u0254nss\u1d09\u00f8n \u0287\u00f8d\u1d09\u0254s \u0287\u0265\u0250\u0287 \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 d\u1d09\u028c\u1d09d\u01dd.", + "Select the time zone for displaying course dates. If you do not specify a time zone, course dates, including assignment deadlines, will be displayed in your browser's local time zone.": "S\u01ddl\u01dd\u0254\u0287 \u0287\u0265\u01dd \u0287\u1d09\u026f\u01dd z\u00f8n\u01dd \u025f\u00f8\u0279 d\u1d09sdl\u0250\u028e\u1d09n\u0183 \u0254\u00f8n\u0279s\u01dd d\u0250\u0287\u01dds. \u0197\u025f \u028e\u00f8n d\u00f8 n\u00f8\u0287 sd\u01dd\u0254\u1d09\u025f\u028e \u0250 \u0287\u1d09\u026f\u01dd z\u00f8n\u01dd, \u0254\u00f8n\u0279s\u01dd d\u0250\u0287\u01dds, \u1d09n\u0254lnd\u1d09n\u0183 \u0250ss\u1d09\u0183n\u026f\u01ddn\u0287 d\u01dd\u0250dl\u1d09n\u01dds, \u028d\u1d09ll b\u01dd d\u1d09sdl\u0250\u028e\u01ddd \u1d09n \u028e\u00f8n\u0279 b\u0279\u00f8\u028ds\u01dd\u0279's l\u00f8\u0254\u0250l \u0287\u1d09\u026f\u01dd z\u00f8n\u01dd.", + "Select turnaround": "S\u01ddl\u01dd\u0254\u0287 \u0287n\u0279n\u0250\u0279\u00f8nnd", + "Selected tab": "S\u01ddl\u01dd\u0254\u0287\u01ddd \u0287\u0250b", + "Send to:": "S\u01ddnd \u0287\u00f8:", + "Sent By": "S\u01ddn\u0287 \u0243\u028e", + "Sent By:": "S\u01ddn\u0287 \u0243\u028e:", + "Sent To": "S\u01ddn\u0287 \u0166\u00f8", + "Sent To:": "S\u01ddn\u0287 \u0166\u00f8:", + "Sequence error! Cannot navigate to %(tab_name)s in the current SequenceModule. Please contact the course staff.": "S\u01ddbn\u01ddn\u0254\u01dd \u01dd\u0279\u0279\u00f8\u0279! \u023b\u0250nn\u00f8\u0287 n\u0250\u028c\u1d09\u0183\u0250\u0287\u01dd \u0287\u00f8 %(tab_name)s \u1d09n \u0287\u0265\u01dd \u0254n\u0279\u0279\u01ddn\u0287 S\u01ddbn\u01ddn\u0254\u01ddM\u00f8dnl\u01dd. \u2c63l\u01dd\u0250s\u01dd \u0254\u00f8n\u0287\u0250\u0254\u0287 \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd s\u0287\u0250\u025f\u025f.", + "Server Error, Please refresh the page and try again.": "S\u01dd\u0279\u028c\u01dd\u0279 \u0246\u0279\u0279\u00f8\u0279, \u2c63l\u01dd\u0250s\u01dd \u0279\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "Session Selection Dropdown for {courseName}": "S\u01ddss\u1d09\u00f8n S\u01ddl\u01dd\u0254\u0287\u1d09\u00f8n \u0110\u0279\u00f8dd\u00f8\u028dn \u025f\u00f8\u0279 {courseName}", + "Set Access": "S\u01dd\u0287 \u023a\u0254\u0254\u01ddss", + "Set as a Special Exam": "S\u01dd\u0287 \u0250s \u0250 Sd\u01dd\u0254\u1d09\u0250l \u0246x\u0250\u026f", + "Set up your certificate": "S\u01dd\u0287 nd \u028e\u00f8n\u0279 \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd", + "Settings": "S\u01dd\u0287\u0287\u1d09n\u0183s", + "Settings updated": "S\u01dd\u0287\u0287\u1d09n\u0183s ndd\u0250\u0287\u01ddd", + "Share": "S\u0265\u0250\u0279\u01dd", + "Share Alike": "S\u0265\u0250\u0279\u01dd \u023al\u1d09\u029e\u01dd", + "Share on Mozilla Backpack": "S\u0265\u0250\u0279\u01dd \u00f8n M\u00f8z\u1d09ll\u0250 \u0243\u0250\u0254\u029ed\u0250\u0254\u029e", + "Share your \"%(display_name)s\" award": "S\u0265\u0250\u0279\u01dd \u028e\u00f8n\u0279 \"%(display_name)s\" \u0250\u028d\u0250\u0279d", + "Short explanation": "S\u0265\u00f8\u0279\u0287 \u01ddxdl\u0250n\u0250\u0287\u1d09\u00f8n", + "Show All": "S\u0265\u00f8\u028d \u023all", + "Show Annotations": "S\u0265\u00f8\u028d \u023ann\u00f8\u0287\u0250\u0287\u1d09\u00f8ns", + "Show Deprecated Settings": "S\u0265\u00f8\u028d \u0110\u01ddd\u0279\u01dd\u0254\u0250\u0287\u01ddd S\u01dd\u0287\u0287\u1d09n\u0183s", + "Show Discussion": "S\u0265\u00f8\u028d \u0110\u1d09s\u0254nss\u1d09\u00f8n", + "Show Less": "S\u0265\u00f8\u028d \u0141\u01ddss", + "Show More": "S\u0265\u00f8\u028d M\u00f8\u0279\u01dd", + "Show Previews": "S\u0265\u00f8\u028d \u2c63\u0279\u01dd\u028c\u1d09\u01dd\u028ds", + "Show assessment results when subsection is past due": "S\u0265\u00f8\u028d \u0250ss\u01ddss\u026f\u01ddn\u0287 \u0279\u01ddsnl\u0287s \u028d\u0265\u01ddn snbs\u01dd\u0254\u0287\u1d09\u00f8n \u1d09s d\u0250s\u0287 dn\u01dd", + "Show blocks": "S\u0265\u00f8\u028d bl\u00f8\u0254\u029es", + "Show entire subsection": "S\u0265\u00f8\u028d \u01ddn\u0287\u1d09\u0279\u01dd snbs\u01dd\u0254\u0287\u1d09\u00f8n", + "Show invisible characters": "S\u0265\u00f8\u028d \u1d09n\u028c\u1d09s\u1d09bl\u01dd \u0254\u0265\u0250\u0279\u0250\u0254\u0287\u01dd\u0279s", + "Show me other ways to sign in or register": "S\u0265\u00f8\u028d \u026f\u01dd \u00f8\u0287\u0265\u01dd\u0279 \u028d\u0250\u028es \u0287\u00f8 s\u1d09\u0183n \u1d09n \u00f8\u0279 \u0279\u01dd\u0183\u1d09s\u0287\u01dd\u0279", + "Show notes": "S\u0265\u00f8\u028d n\u00f8\u0287\u01dds", + "Show posts by {username}.": "S\u0265\u00f8\u028d d\u00f8s\u0287s b\u028e {username}.", + "Show transcripts ({totalTranscripts})": "S\u0265\u00f8\u028d \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287s ({totalTranscripts})", + "Show transcripts ({transcriptCount})": "S\u0265\u00f8\u028d \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287s ({transcriptCount})", + "Showing all responses": "S\u0265\u00f8\u028d\u1d09n\u0183 \u0250ll \u0279\u01ddsd\u00f8ns\u01dds", "Showing first response": [ - "S\u0265\u00f8\u028d\u1d09n\u0183 \u025f\u1d09\u0279s\u0287 \u0279\u01ddsd\u00f8ns\u01dd", + "S\u0265\u00f8\u028d\u1d09n\u0183 \u025f\u1d09\u0279s\u0287 \u0279\u01ddsd\u00f8ns\u01dd", "S\u0265\u00f8\u028d\u1d09n\u0183 \u025f\u1d09\u0279s\u0287 {numResponses} \u0279\u01ddsd\u00f8ns\u01dds" - ], - "Showing results for \"{searchString}\"": "S\u0265\u00f8\u028d\u1d09n\u0183 \u0279\u01ddsnl\u0287s \u025f\u00f8\u0279 \"{searchString}\"", - "Showing {currentItemRange} out of {totalItemsCount}, filtered by {assetType}, sorted by {sortName} ascending": "S\u0265\u00f8\u028d\u1d09n\u0183 {currentItemRange} \u00f8n\u0287 \u00f8\u025f {totalItemsCount}, \u025f\u1d09l\u0287\u01dd\u0279\u01ddd b\u028e {assetType}, s\u00f8\u0279\u0287\u01ddd b\u028e {sortName} \u0250s\u0254\u01ddnd\u1d09n\u0183", - "Showing {currentItemRange} out of {totalItemsCount}, filtered by {assetType}, sorted by {sortName} descending": "S\u0265\u00f8\u028d\u1d09n\u0183 {currentItemRange} \u00f8n\u0287 \u00f8\u025f {totalItemsCount}, \u025f\u1d09l\u0287\u01dd\u0279\u01ddd b\u028e {assetType}, s\u00f8\u0279\u0287\u01ddd b\u028e {sortName} d\u01dds\u0254\u01ddnd\u1d09n\u0183", - "Showing {currentItemRange} out of {totalItemsCount}, sorted by {sortName} ascending": "S\u0265\u00f8\u028d\u1d09n\u0183 {currentItemRange} \u00f8n\u0287 \u00f8\u025f {totalItemsCount}, s\u00f8\u0279\u0287\u01ddd b\u028e {sortName} \u0250s\u0254\u01ddnd\u1d09n\u0183", - "Showing {currentItemRange} out of {totalItemsCount}, sorted by {sortName} descending": "S\u0265\u00f8\u028d\u1d09n\u0183 {currentItemRange} \u00f8n\u0287 \u00f8\u025f {totalItemsCount}, s\u00f8\u0279\u0287\u01ddd b\u028e {sortName} d\u01dds\u0254\u01ddnd\u1d09n\u0183", - "Showing {firstIndex} out of {numItems} total": "S\u0265\u00f8\u028d\u1d09n\u0183 {firstIndex} \u00f8n\u0287 \u00f8\u025f {numItems} \u0287\u00f8\u0287\u0250l", - "Showing {firstIndex}-{lastIndex} out of {numItems} total": "S\u0265\u00f8\u028d\u1d09n\u0183 {firstIndex}-{lastIndex} \u00f8n\u0287 \u00f8\u025f {numItems} \u0287\u00f8\u0287\u0250l", - "Sign In": "S\u1d09\u0183n \u0197n", - "Sign in": "S\u1d09\u0183n \u1d09n", - "Sign in here using your email address and password, or use one of the providers listed below.": "S\u1d09\u0183n \u1d09n \u0265\u01dd\u0279\u01dd ns\u1d09n\u0183 \u028e\u00f8n\u0279 \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss \u0250nd d\u0250ss\u028d\u00f8\u0279d, \u00f8\u0279 ns\u01dd \u00f8n\u01dd \u00f8\u025f \u0287\u0265\u01dd d\u0279\u00f8\u028c\u1d09d\u01dd\u0279s l\u1d09s\u0287\u01ddd b\u01ddl\u00f8\u028d.", - "Sign in here using your email address and password.": "S\u1d09\u0183n \u1d09n \u0265\u01dd\u0279\u01dd ns\u1d09n\u0183 \u028e\u00f8n\u0279 \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss \u0250nd d\u0250ss\u028d\u00f8\u0279d.", - "Sign in to continue learning": "S\u1d09\u0183n \u1d09n \u0287\u00f8 \u0254\u00f8n\u0287\u1d09nn\u01dd l\u01dd\u0250\u0279n\u1d09n\u0183", - "Sign in to continue learning as {email}": "S\u1d09\u0183n \u1d09n \u0287\u00f8 \u0254\u00f8n\u0287\u1d09nn\u01dd l\u01dd\u0250\u0279n\u1d09n\u0183 \u0250s {email}", - "Sign in to {platform} so we can help you better.": "S\u1d09\u0183n \u1d09n \u0287\u00f8 {platform} s\u00f8 \u028d\u01dd \u0254\u0250n \u0265\u01ddld \u028e\u00f8n b\u01dd\u0287\u0287\u01dd\u0279.", - "Sign in using %(providerName)s": "S\u1d09\u0183n \u1d09n ns\u1d09n\u0183 %(providerName)s", - "Sign in with %(providerName)s": "S\u1d09\u0183n \u1d09n \u028d\u1d09\u0287\u0265 %(providerName)s", - "Sign in with Institution/Campus Credentials": "S\u1d09\u0183n \u1d09n \u028d\u1d09\u0287\u0265 \u0197ns\u0287\u1d09\u0287n\u0287\u1d09\u00f8n/\u023b\u0250\u026fdns \u023b\u0279\u01ddd\u01ddn\u0287\u1d09\u0250ls", - "Sign in.": "S\u1d09\u0183n \u1d09n.", - "Signatory": "S\u1d09\u0183n\u0250\u0287\u00f8\u0279\u028e", - "Signatory field(s) has invalid data.": "S\u1d09\u0183n\u0250\u0287\u00f8\u0279\u028e \u025f\u1d09\u01ddld(s) \u0265\u0250s \u1d09n\u028c\u0250l\u1d09d d\u0250\u0287\u0250.", - "Signature Image": "S\u1d09\u0183n\u0250\u0287n\u0279\u01dd \u0197\u026f\u0250\u0183\u01dd", - "Skip": "S\u029e\u1d09d", - "Social Media Links": "S\u00f8\u0254\u1d09\u0250l M\u01ddd\u1d09\u0250 \u0141\u1d09n\u029es", - "Some Rights Reserved": "S\u00f8\u026f\u01dd \u024c\u1d09\u0183\u0265\u0287s \u024c\u01dds\u01dd\u0279\u028c\u01ddd", - "Some images in this post have been omitted": "S\u00f8\u026f\u01dd \u1d09\u026f\u0250\u0183\u01dds \u1d09n \u0287\u0265\u1d09s d\u00f8s\u0287 \u0265\u0250\u028c\u01dd b\u01dd\u01ddn \u00f8\u026f\u1d09\u0287\u0287\u01ddd", - "Something went wrong changing this enrollment. Please try again.": "S\u00f8\u026f\u01dd\u0287\u0265\u1d09n\u0183 \u028d\u01ddn\u0287 \u028d\u0279\u00f8n\u0183 \u0254\u0265\u0250n\u0183\u1d09n\u0183 \u0287\u0265\u1d09s \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "Something went wrong. Please try again later.": "S\u00f8\u026f\u01dd\u0287\u0265\u1d09n\u0183 \u028d\u01ddn\u0287 \u028d\u0279\u00f8n\u0183. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n l\u0250\u0287\u01dd\u0279.", - "Sorry, no results were found.": "S\u00f8\u0279\u0279\u028e, n\u00f8 \u0279\u01ddsnl\u0287s \u028d\u01dd\u0279\u01dd \u025f\u00f8nnd.", - "Sorry, there was an error parsing the subtitles that you uploaded. Please check the format and try again.": "S\u00f8\u0279\u0279\u028e, \u0287\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279 d\u0250\u0279s\u1d09n\u0183 \u0287\u0265\u01dd snb\u0287\u1d09\u0287l\u01dds \u0287\u0265\u0250\u0287 \u028e\u00f8n ndl\u00f8\u0250d\u01ddd. \u2c63l\u01dd\u0250s\u01dd \u0254\u0265\u01dd\u0254\u029e \u0287\u0265\u01dd \u025f\u00f8\u0279\u026f\u0250\u0287 \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "Sorry, there was an error trying to process your request. Please try again later.": "S\u00f8\u0279\u0279\u028e, \u0287\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279 \u0287\u0279\u028e\u1d09n\u0183 \u0287\u00f8 d\u0279\u00f8\u0254\u01ddss \u028e\u00f8n\u0279 \u0279\u01ddbn\u01dds\u0287. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n l\u0250\u0287\u01dd\u0279.", - "Sorted by": "S\u00f8\u0279\u0287\u01ddd b\u028e", - "Source": "S\u00f8n\u0279\u0254\u01dd", - "Source code": "S\u00f8n\u0279\u0254\u01dd \u0254\u00f8d\u01dd", - "Special Exam": "Sd\u01dd\u0254\u1d09\u0250l \u0246x\u0250\u026f", - "Special character": "Sd\u01dd\u0254\u1d09\u0250l \u0254\u0265\u0250\u0279\u0250\u0254\u0287\u01dd\u0279", - "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "Sd\u01dd\u0254\u1d09\u025f\u028e \u0250n \u0250l\u0287\u01dd\u0279n\u0250\u0287\u1d09\u028c\u01dd \u0287\u00f8 \u0287\u0265\u01dd \u00f8\u025f\u025f\u1d09\u0254\u1d09\u0250l \u0254\u00f8n\u0279s\u01dd \u0287\u1d09\u0287l\u01dd \u0287\u00f8 d\u1d09sdl\u0250\u028e \u00f8n \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds. \u0141\u01dd\u0250\u028c\u01dd bl\u0250n\u029e \u0287\u00f8 ns\u01dd \u0287\u0265\u01dd \u00f8\u025f\u025f\u1d09\u0254\u1d09\u0250l \u0254\u00f8n\u0279s\u01dd \u0287\u1d09\u0287l\u01dd.", - "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam, along with the {linkStart}general proctored exam rules{linkEnd}.": "Sd\u01dd\u0254\u1d09\u025f\u028e \u0250n\u028e \u0279nl\u01dds \u00f8\u0279 \u0279nl\u01dd \u01ddx\u0254\u01ddd\u0287\u1d09\u00f8ns \u0287\u0265\u0250\u0287 \u0287\u0265\u01dd d\u0279\u00f8\u0254\u0287\u00f8\u0279\u1d09n\u0183 \u0279\u01dd\u028c\u1d09\u01dd\u028d \u0287\u01dd\u0250\u026f s\u0265\u00f8nld \u01ddn\u025f\u00f8\u0279\u0254\u01dd \u028d\u0265\u01ddn \u0279\u01dd\u028c\u1d09\u01dd\u028d\u1d09n\u0183 \u0287\u0265\u01dd \u028c\u1d09d\u01dd\u00f8s. F\u00f8\u0279 \u01ddx\u0250\u026fdl\u01dd, \u028e\u00f8n \u0254\u00f8nld sd\u01dd\u0254\u1d09\u025f\u028e \u0287\u0265\u0250\u0287 \u0254\u0250l\u0254nl\u0250\u0287\u00f8\u0279s \u0250\u0279\u01dd \u0250ll\u00f8\u028d\u01ddd. \u0166\u0265\u01dds\u01dd sd\u01dd\u0254\u1d09\u025f\u1d09\u01ddd \u0279nl\u01dds \u0250\u0279\u01dd \u028c\u1d09s\u1d09bl\u01dd \u0287\u00f8 l\u01dd\u0250\u0279n\u01dd\u0279s b\u01dd\u025f\u00f8\u0279\u01dd \u0287\u0265\u01dd l\u01dd\u0250\u0279n\u01dd\u0279s s\u0287\u0250\u0279\u0287 \u0287\u0265\u01dd \u01ddx\u0250\u026f, \u0250l\u00f8n\u0183 \u028d\u1d09\u0287\u0265 \u0287\u0265\u01dd {linkStart}\u0183\u01ddn\u01dd\u0279\u0250l d\u0279\u00f8\u0254\u0287\u00f8\u0279\u01ddd \u01ddx\u0250\u026f \u0279nl\u01dds{linkEnd}.", - "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam.": "Sd\u01dd\u0254\u1d09\u025f\u028e \u0250n\u028e \u0279nl\u01dds \u00f8\u0279 \u0279nl\u01dd \u01ddx\u0254\u01ddd\u0287\u1d09\u00f8ns \u0287\u0265\u0250\u0287 \u0287\u0265\u01dd d\u0279\u00f8\u0254\u0287\u00f8\u0279\u1d09n\u0183 \u0279\u01dd\u028c\u1d09\u01dd\u028d \u0287\u01dd\u0250\u026f s\u0265\u00f8nld \u01ddn\u025f\u00f8\u0279\u0254\u01dd \u028d\u0265\u01ddn \u0279\u01dd\u028c\u1d09\u01dd\u028d\u1d09n\u0183 \u0287\u0265\u01dd \u028c\u1d09d\u01dd\u00f8s. F\u00f8\u0279 \u01ddx\u0250\u026fdl\u01dd, \u028e\u00f8n \u0254\u00f8nld sd\u01dd\u0254\u1d09\u025f\u028e \u0287\u0265\u0250\u0287 \u0254\u0250l\u0254nl\u0250\u0287\u00f8\u0279s \u0250\u0279\u01dd \u0250ll\u00f8\u028d\u01ddd. \u0166\u0265\u01dds\u01dd sd\u01dd\u0254\u1d09\u025f\u1d09\u01ddd \u0279nl\u01dds \u0250\u0279\u01dd \u028c\u1d09s\u1d09bl\u01dd \u0287\u00f8 l\u01dd\u0250\u0279n\u01dd\u0279s b\u01dd\u025f\u00f8\u0279\u01dd \u0287\u0265\u01dd l\u01dd\u0250\u0279n\u01dd\u0279s s\u0287\u0250\u0279\u0287 \u0287\u0265\u01dd \u01ddx\u0250\u026f.", - "Specify whether content-specific discussion topics are divided.": "Sd\u01dd\u0254\u1d09\u025f\u028e \u028d\u0265\u01dd\u0287\u0265\u01dd\u0279 \u0254\u00f8n\u0287\u01ddn\u0287-sd\u01dd\u0254\u1d09\u025f\u1d09\u0254 d\u1d09s\u0254nss\u1d09\u00f8n \u0287\u00f8d\u1d09\u0254s \u0250\u0279\u01dd d\u1d09\u028c\u1d09d\u01ddd.", - "Specify whether discussion topics are divided": "Sd\u01dd\u0254\u1d09\u025f\u028e \u028d\u0265\u01dd\u0287\u0265\u01dd\u0279 d\u1d09s\u0254nss\u1d09\u00f8n \u0287\u00f8d\u1d09\u0254s \u0250\u0279\u01dd d\u1d09\u028c\u1d09d\u01ddd", - "Speed": "Sd\u01dd\u01ddd", - "Spellcheck": "Sd\u01ddll\u0254\u0265\u01dd\u0254\u029e", - "Split cell": "Sdl\u1d09\u0287 \u0254\u01ddll", - "Square": "Sbn\u0250\u0279\u01dd", - "Staff": "S\u0287\u0250\u025f\u025f", - "Staff Only": "S\u0287\u0250\u025f\u025f \u00d8nl\u028e", - "Staff and Learners": "S\u0287\u0250\u025f\u025f \u0250nd \u0141\u01dd\u0250\u0279n\u01dd\u0279s", - "Start Date": "S\u0287\u0250\u0279\u0287 \u0110\u0250\u0287\u01dd", - "Start generating certificates for all students in this course?": "S\u0287\u0250\u0279\u0287 \u0183\u01ddn\u01dd\u0279\u0250\u0287\u1d09n\u0183 \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds \u025f\u00f8\u0279 \u0250ll s\u0287nd\u01ddn\u0287s \u1d09n \u0287\u0265\u1d09s \u0254\u00f8n\u0279s\u01dd?", - "Start of transcript. Skip to the end.": "S\u0287\u0250\u0279\u0287 \u00f8\u025f \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287. S\u029e\u1d09d \u0287\u00f8 \u0287\u0265\u01dd \u01ddnd.", - "Start regenerating certificates for students in this course?": "S\u0287\u0250\u0279\u0287 \u0279\u01dd\u0183\u01ddn\u01dd\u0279\u0250\u0287\u1d09n\u0183 \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds \u025f\u00f8\u0279 s\u0287nd\u01ddn\u0287s \u1d09n \u0287\u0265\u1d09s \u0254\u00f8n\u0279s\u01dd?", - "Start search": "S\u0287\u0250\u0279\u0287 s\u01dd\u0250\u0279\u0254\u0265", - "Start working toward your next learning goal.": "S\u0287\u0250\u0279\u0287 \u028d\u00f8\u0279\u029e\u1d09n\u0183 \u0287\u00f8\u028d\u0250\u0279d \u028e\u00f8n\u0279 n\u01ddx\u0287 l\u01dd\u0250\u0279n\u1d09n\u0183 \u0183\u00f8\u0250l.", - "Started At": "S\u0287\u0250\u0279\u0287\u01ddd \u023a\u0287", - "Started entrance exam rescore task for student '{student_id}'. Click the 'Show Task Status' button to see the status of the task.": "S\u0287\u0250\u0279\u0287\u01ddd \u01ddn\u0287\u0279\u0250n\u0254\u01dd \u01ddx\u0250\u026f \u0279\u01dds\u0254\u00f8\u0279\u01dd \u0287\u0250s\u029e \u025f\u00f8\u0279 s\u0287nd\u01ddn\u0287 '{student_id}'. \u023bl\u1d09\u0254\u029e \u0287\u0265\u01dd 'S\u0265\u00f8\u028d \u0166\u0250s\u029e S\u0287\u0250\u0287ns' bn\u0287\u0287\u00f8n \u0287\u00f8 s\u01dd\u01dd \u0287\u0265\u01dd s\u0287\u0250\u0287ns \u00f8\u025f \u0287\u0265\u01dd \u0287\u0250s\u029e.", - "Started rescore problem task for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "S\u0287\u0250\u0279\u0287\u01ddd \u0279\u01dds\u0254\u00f8\u0279\u01dd d\u0279\u00f8bl\u01dd\u026f \u0287\u0250s\u029e \u025f\u00f8\u0279 d\u0279\u00f8bl\u01dd\u026f '<%- problem_id %>' \u0250nd s\u0287nd\u01ddn\u0287 '<%- student_id %>'. \u023bl\u1d09\u0254\u029e \u0287\u0265\u01dd 'S\u0265\u00f8\u028d \u0166\u0250s\u029e S\u0287\u0250\u0287ns' bn\u0287\u0287\u00f8n \u0287\u00f8 s\u01dd\u01dd \u0287\u0265\u01dd s\u0287\u0250\u0287ns \u00f8\u025f \u0287\u0265\u01dd \u0287\u0250s\u029e.", - "Started task to override the score for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "S\u0287\u0250\u0279\u0287\u01ddd \u0287\u0250s\u029e \u0287\u00f8 \u00f8\u028c\u01dd\u0279\u0279\u1d09d\u01dd \u0287\u0265\u01dd s\u0254\u00f8\u0279\u01dd \u025f\u00f8\u0279 d\u0279\u00f8bl\u01dd\u026f '<%- problem_id %>' \u0250nd s\u0287nd\u01ddn\u0287 '<%- student_id %>'. \u023bl\u1d09\u0254\u029e \u0287\u0265\u01dd 'S\u0265\u00f8\u028d \u0166\u0250s\u029e S\u0287\u0250\u0287ns' bn\u0287\u0287\u00f8n \u0287\u00f8 s\u01dd\u01dd \u0287\u0265\u01dd s\u0287\u0250\u0287ns \u00f8\u025f \u0287\u0265\u01dd \u0287\u0250s\u029e.", - "Started {start}": "S\u0287\u0250\u0279\u0287\u01ddd {start}", - "Starts": "S\u0287\u0250\u0279\u0287s", - "Starts {start}": "S\u0287\u0250\u0279\u0287s {start}", - "Starts: %(start_date)s": "S\u0287\u0250\u0279\u0287s: %(start_date)s", - "State": "S\u0287\u0250\u0287\u01dd", - "Status": "S\u0287\u0250\u0287ns", - "Strikethrough": "S\u0287\u0279\u1d09\u029e\u01dd\u0287\u0265\u0279\u00f8n\u0183\u0265", - "Student": "S\u0287nd\u01ddn\u0287", - "Student Removed from certificate white list successfully.": "S\u0287nd\u01ddn\u0287 \u024c\u01dd\u026f\u00f8\u028c\u01ddd \u025f\u0279\u00f8\u026f \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u028d\u0265\u1d09\u0287\u01dd l\u1d09s\u0287 sn\u0254\u0254\u01ddss\u025fnll\u028e.", - "Student email or username": "S\u0287nd\u01ddn\u0287 \u01dd\u026f\u0250\u1d09l \u00f8\u0279 ns\u01dd\u0279n\u0250\u026f\u01dd", - "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Add to Exception List\" button.": "S\u0287nd\u01ddn\u0287 ns\u01dd\u0279n\u0250\u026f\u01dd/\u01dd\u026f\u0250\u1d09l \u025f\u1d09\u01ddld \u1d09s \u0279\u01ddbn\u1d09\u0279\u01ddd \u0250nd \u0254\u0250n n\u00f8\u0287 b\u01dd \u01dd\u026fd\u0287\u028e. \ua740\u1d09ndl\u028e \u025f\u1d09ll \u1d09n ns\u01dd\u0279n\u0250\u026f\u01dd/\u01dd\u026f\u0250\u1d09l \u0250nd \u0287\u0265\u01ddn d\u0279\u01ddss \"\u023add \u0287\u00f8 \u0246x\u0254\u01ddd\u0287\u1d09\u00f8n \u0141\u1d09s\u0287\" bn\u0287\u0287\u00f8n.", - "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Invalidate Certificate\" button.": "S\u0287nd\u01ddn\u0287 ns\u01dd\u0279n\u0250\u026f\u01dd/\u01dd\u026f\u0250\u1d09l \u025f\u1d09\u01ddld \u1d09s \u0279\u01ddbn\u1d09\u0279\u01ddd \u0250nd \u0254\u0250n n\u00f8\u0287 b\u01dd \u01dd\u026fd\u0287\u028e. \ua740\u1d09ndl\u028e \u025f\u1d09ll \u1d09n ns\u01dd\u0279n\u0250\u026f\u01dd/\u01dd\u026f\u0250\u1d09l \u0250nd \u0287\u0265\u01ddn d\u0279\u01ddss \"\u0197n\u028c\u0250l\u1d09d\u0250\u0287\u01dd \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd\" bn\u0287\u0287\u00f8n.", - "Studio's having trouble saving your work": "S\u0287nd\u1d09\u00f8's \u0265\u0250\u028c\u1d09n\u0183 \u0287\u0279\u00f8nbl\u01dd s\u0250\u028c\u1d09n\u0183 \u028e\u00f8n\u0279 \u028d\u00f8\u0279\u029e", - "Studio:": "S\u0287nd\u1d09\u00f8:", - "Style": "S\u0287\u028el\u01dd", - "Subject": "Snb\u027e\u01dd\u0254\u0287", - "Subject:": "Snb\u027e\u01dd\u0254\u0287:", - "Submission aborted! Sorry, your browser does not support file uploads. If you can, please use Chrome or Safari which have been verified to support file uploads.": "Snb\u026f\u1d09ss\u1d09\u00f8n \u0250b\u00f8\u0279\u0287\u01ddd! S\u00f8\u0279\u0279\u028e, \u028e\u00f8n\u0279 b\u0279\u00f8\u028ds\u01dd\u0279 d\u00f8\u01dds n\u00f8\u0287 sndd\u00f8\u0279\u0287 \u025f\u1d09l\u01dd ndl\u00f8\u0250ds. \u0197\u025f \u028e\u00f8n \u0254\u0250n, dl\u01dd\u0250s\u01dd ns\u01dd \u023b\u0265\u0279\u00f8\u026f\u01dd \u00f8\u0279 S\u0250\u025f\u0250\u0279\u1d09 \u028d\u0265\u1d09\u0254\u0265 \u0265\u0250\u028c\u01dd b\u01dd\u01ddn \u028c\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u0287\u00f8 sndd\u00f8\u0279\u0287 \u025f\u1d09l\u01dd ndl\u00f8\u0250ds.", - "Submit": "Snb\u026f\u1d09\u0287", - "Submit Application": "Snb\u026f\u1d09\u0287 \u023addl\u1d09\u0254\u0250\u0287\u1d09\u00f8n", - "Submit enrollment change": "Snb\u026f\u1d09\u0287 \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 \u0254\u0265\u0250n\u0183\u01dd", - "Submitted": "Snb\u026f\u1d09\u0287\u0287\u01ddd", - "Subscript": "Snbs\u0254\u0279\u1d09d\u0287", - "Subsection": "Snbs\u01dd\u0254\u0287\u1d09\u00f8n", - "Subsection Visibility": "Snbs\u01dd\u0254\u0287\u1d09\u00f8n V\u1d09s\u1d09b\u1d09l\u1d09\u0287\u028e", - "Subsection is hidden after course end date": "Snbs\u01dd\u0254\u0287\u1d09\u00f8n \u1d09s \u0265\u1d09dd\u01ddn \u0250\u025f\u0287\u01dd\u0279 \u0254\u00f8n\u0279s\u01dd \u01ddnd d\u0250\u0287\u01dd", - "Subsection is hidden after due date": "Snbs\u01dd\u0254\u0287\u1d09\u00f8n \u1d09s \u0265\u1d09dd\u01ddn \u0250\u025f\u0287\u01dd\u0279 dn\u01dd d\u0250\u0287\u01dd", - "Subsections": "Snbs\u01dd\u0254\u0287\u1d09\u00f8ns", - "Success": "Sn\u0254\u0254\u01ddss", - "Success! \"{displayName}\" has been moved.": "Sn\u0254\u0254\u01ddss! \"{displayName}\" \u0265\u0250s b\u01dd\u01ddn \u026f\u00f8\u028c\u01ddd.", - "Success! Problem attempts reset for problem '<%- problem_id %>' and student '<%- student_id %>'.": "Sn\u0254\u0254\u01ddss! \u2c63\u0279\u00f8bl\u01dd\u026f \u0250\u0287\u0287\u01dd\u026fd\u0287s \u0279\u01dds\u01dd\u0287 \u025f\u00f8\u0279 d\u0279\u00f8bl\u01dd\u026f '<%- problem_id %>' \u0250nd s\u0287nd\u01ddn\u0287 '<%- student_id %>'.", - "Successfully deleted student state for user {user}": "Sn\u0254\u0254\u01ddss\u025fnll\u028e d\u01ddl\u01dd\u0287\u01ddd s\u0287nd\u01ddn\u0287 s\u0287\u0250\u0287\u01dd \u025f\u00f8\u0279 ns\u01dd\u0279 {user}", - "Successfully enrolled and sent email to the following users:": "Sn\u0254\u0254\u01ddss\u025fnll\u028e \u01ddn\u0279\u00f8ll\u01ddd \u0250nd s\u01ddn\u0287 \u01dd\u026f\u0250\u1d09l \u0287\u00f8 \u0287\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 ns\u01dd\u0279s:", - "Successfully enrolled the following users:": "Sn\u0254\u0254\u01ddss\u025fnll\u028e \u01ddn\u0279\u00f8ll\u01ddd \u0287\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 ns\u01dd\u0279s:", - "Successfully overrode problem score for {user}": "Sn\u0254\u0254\u01ddss\u025fnll\u028e \u00f8\u028c\u01dd\u0279\u0279\u00f8d\u01dd d\u0279\u00f8bl\u01dd\u026f s\u0254\u00f8\u0279\u01dd \u025f\u00f8\u0279 {user}", - "Successfully rescored problem for user {user}": "Sn\u0254\u0254\u01ddss\u025fnll\u028e \u0279\u01dds\u0254\u00f8\u0279\u01ddd d\u0279\u00f8bl\u01dd\u026f \u025f\u00f8\u0279 ns\u01dd\u0279 {user}", - "Successfully rescored problem to improve score for user {user}": "Sn\u0254\u0254\u01ddss\u025fnll\u028e \u0279\u01dds\u0254\u00f8\u0279\u01ddd d\u0279\u00f8bl\u01dd\u026f \u0287\u00f8 \u1d09\u026fd\u0279\u00f8\u028c\u01dd s\u0254\u00f8\u0279\u01dd \u025f\u00f8\u0279 ns\u01dd\u0279 {user}", - "Successfully reset the attempts for user {user}": "Sn\u0254\u0254\u01ddss\u025fnll\u028e \u0279\u01dds\u01dd\u0287 \u0287\u0265\u01dd \u0250\u0287\u0287\u01dd\u026fd\u0287s \u025f\u00f8\u0279 ns\u01dd\u0279 {user}", - "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "Sn\u0254\u0254\u01ddss\u025fnll\u028e s\u01ddn\u0287 \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 \u01dd\u026f\u0250\u1d09ls \u0287\u00f8 \u0287\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 ns\u01dd\u0279s. \u0166\u0265\u01dd\u028e \u028d\u1d09ll b\u01dd \u0250ll\u00f8\u028d\u01ddd \u0287\u00f8 \u01ddn\u0279\u00f8ll \u00f8n\u0254\u01dd \u0287\u0265\u01dd\u028e \u0279\u01dd\u0183\u1d09s\u0287\u01dd\u0279:", - "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "Sn\u0254\u0254\u01ddss\u025fnll\u028e s\u01ddn\u0287 \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 \u01dd\u026f\u0250\u1d09ls \u0287\u00f8 \u0287\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 ns\u01dd\u0279s. \u0166\u0265\u01dd\u028e \u028d\u1d09ll b\u01dd \u01ddn\u0279\u00f8ll\u01ddd \u00f8n\u0254\u01dd \u0287\u0265\u01dd\u028e \u0279\u01dd\u0183\u1d09s\u0287\u01dd\u0279:", - "Successfully started task to rescore problem '<%- problem_id %>' for all students. Click the 'Show Task Status' button to see the status of the task.": "Sn\u0254\u0254\u01ddss\u025fnll\u028e s\u0287\u0250\u0279\u0287\u01ddd \u0287\u0250s\u029e \u0287\u00f8 \u0279\u01dds\u0254\u00f8\u0279\u01dd d\u0279\u00f8bl\u01dd\u026f '<%- problem_id %>' \u025f\u00f8\u0279 \u0250ll s\u0287nd\u01ddn\u0287s. \u023bl\u1d09\u0254\u029e \u0287\u0265\u01dd 'S\u0265\u00f8\u028d \u0166\u0250s\u029e S\u0287\u0250\u0287ns' bn\u0287\u0287\u00f8n \u0287\u00f8 s\u01dd\u01dd \u0287\u0265\u01dd s\u0287\u0250\u0287ns \u00f8\u025f \u0287\u0265\u01dd \u0287\u0250s\u029e.", - "Successfully started task to reset attempts for problem '<%- problem_id %>'. Click the 'Show Task Status' button to see the status of the task.": "Sn\u0254\u0254\u01ddss\u025fnll\u028e s\u0287\u0250\u0279\u0287\u01ddd \u0287\u0250s\u029e \u0287\u00f8 \u0279\u01dds\u01dd\u0287 \u0250\u0287\u0287\u01dd\u026fd\u0287s \u025f\u00f8\u0279 d\u0279\u00f8bl\u01dd\u026f '<%- problem_id %>'. \u023bl\u1d09\u0254\u029e \u0287\u0265\u01dd 'S\u0265\u00f8\u028d \u0166\u0250s\u029e S\u0287\u0250\u0287ns' bn\u0287\u0287\u00f8n \u0287\u00f8 s\u01dd\u01dd \u0287\u0265\u01dd s\u0287\u0250\u0287ns \u00f8\u025f \u0287\u0265\u01dd \u0287\u0250s\u029e.", - "Successfully unlinked.": "Sn\u0254\u0254\u01ddss\u025fnll\u028e nnl\u1d09n\u029e\u01ddd.", - "Superscript": "Snd\u01dd\u0279s\u0254\u0279\u1d09d\u0287", - "Support education research by providing additional information": "Sndd\u00f8\u0279\u0287 \u01dddn\u0254\u0250\u0287\u1d09\u00f8n \u0279\u01dds\u01dd\u0250\u0279\u0254\u0265 b\u028e d\u0279\u00f8\u028c\u1d09d\u1d09n\u0183 \u0250dd\u1d09\u0287\u1d09\u00f8n\u0250l \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n", - "Supported": "Sndd\u00f8\u0279\u0287\u01ddd", - "Supported file types: {supportedVideoTypes}": "Sndd\u00f8\u0279\u0287\u01ddd \u025f\u1d09l\u01dd \u0287\u028ed\u01dds: {supportedVideoTypes}", - "Switch Language Back": "S\u028d\u1d09\u0287\u0254\u0265 \u0141\u0250n\u0183n\u0250\u0183\u01dd \u0243\u0250\u0254\u029e", - "TOTAL": "\u0166\u00d8\u0166\u023a\u0141", - "Table": "\u0166\u0250bl\u01dd", - "Table properties": "\u0166\u0250bl\u01dd d\u0279\u00f8d\u01dd\u0279\u0287\u1d09\u01dds", - "Tags": "\u0166\u0250\u0183s", - "Tags:": "\u0166\u0250\u0183s:", - "Take Photo": "\u0166\u0250\u029e\u01dd \u2c63\u0265\u00f8\u0287\u00f8", - "Take Your Photo": "\u0166\u0250\u029e\u01dd \u024e\u00f8n\u0279 \u2c63\u0265\u00f8\u0287\u00f8", - "Take a Photo of Your ID": "\u0166\u0250\u029e\u01dd \u0250 \u2c63\u0265\u00f8\u0287\u00f8 \u00f8\u025f \u024e\u00f8n\u0279 \u0197\u0110", - "Take a photo of your ID": "\u0166\u0250\u029e\u01dd \u0250 d\u0265\u00f8\u0287\u00f8 \u00f8\u025f \u028e\u00f8n\u0279 \u0197\u0110", - "Take me to the main course page": "\u0166\u0250\u029e\u01dd \u026f\u01dd \u0287\u00f8 \u0287\u0265\u01dd \u026f\u0250\u1d09n \u0254\u00f8n\u0279s\u01dd d\u0250\u0183\u01dd", - "Take me to the main library page": "\u0166\u0250\u029e\u01dd \u026f\u01dd \u0287\u00f8 \u0287\u0265\u01dd \u026f\u0250\u1d09n l\u1d09b\u0279\u0250\u0279\u028e d\u0250\u0183\u01dd", - "Take me to the new location": "\u0166\u0250\u029e\u01dd \u026f\u01dd \u0287\u00f8 \u0287\u0265\u01dd n\u01dd\u028d l\u00f8\u0254\u0250\u0287\u1d09\u00f8n", - "Target": "\u0166\u0250\u0279\u0183\u01dd\u0287", - "Task ID": "\u0166\u0250s\u029e \u0197\u0110", - "Task Progress": "\u0166\u0250s\u029e \u2c63\u0279\u00f8\u0183\u0279\u01ddss", - "Task Status": "\u0166\u0250s\u029e S\u0287\u0250\u0287ns", - "Task Type": "\u0166\u0250s\u029e \u0166\u028ed\u01dd", - "Task inputs": "\u0166\u0250s\u029e \u1d09ndn\u0287s", - "Teaching Assistant": "\u0166\u01dd\u0250\u0254\u0265\u1d09n\u0183 \u023ass\u1d09s\u0287\u0250n\u0287", - "Team \"{team}\" successfully deleted.": "\u0166\u01dd\u0250\u026f \"{team}\" sn\u0254\u0254\u01ddss\u025fnll\u028e d\u01ddl\u01dd\u0287\u01ddd.", - "Team Description (Required) *": "\u0166\u01dd\u0250\u026f \u0110\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n (\u024c\u01ddbn\u1d09\u0279\u01ddd) *", - "Team Details": "\u0166\u01dd\u0250\u026f \u0110\u01dd\u0287\u0250\u1d09ls", - "Team Name (Required) *": "\u0166\u01dd\u0250\u026f N\u0250\u026f\u01dd (\u024c\u01ddbn\u1d09\u0279\u01ddd) *", - "Team Search": "\u0166\u01dd\u0250\u026f S\u01dd\u0250\u0279\u0254\u0265", - "Team capacity": "\u0166\u01dd\u0250\u026f \u0254\u0250d\u0250\u0254\u1d09\u0287\u028e", - "Team description cannot have more than 300 characters.": "\u0166\u01dd\u0250\u026f d\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n \u0254\u0250nn\u00f8\u0287 \u0265\u0250\u028c\u01dd \u026f\u00f8\u0279\u01dd \u0287\u0265\u0250n 300 \u0254\u0265\u0250\u0279\u0250\u0254\u0287\u01dd\u0279s.", - "Team member profiles": "\u0166\u01dd\u0250\u026f \u026f\u01dd\u026fb\u01dd\u0279 d\u0279\u00f8\u025f\u1d09l\u01dds", - "Team name cannot have more than 255 characters.": "\u0166\u01dd\u0250\u026f n\u0250\u026f\u01dd \u0254\u0250nn\u00f8\u0287 \u0265\u0250\u028c\u01dd \u026f\u00f8\u0279\u01dd \u0287\u0265\u0250n 255 \u0254\u0265\u0250\u0279\u0250\u0254\u0287\u01dd\u0279s.", - "Teams": "\u0166\u01dd\u0250\u026fs", - "Teams Pagination": "\u0166\u01dd\u0250\u026fs \u2c63\u0250\u0183\u1d09n\u0250\u0287\u1d09\u00f8n", - "Tell other learners a little about yourself: where you live, what your interests are, why you're taking courses, or what you hope to learn.": "\u0166\u01ddll \u00f8\u0287\u0265\u01dd\u0279 l\u01dd\u0250\u0279n\u01dd\u0279s \u0250 l\u1d09\u0287\u0287l\u01dd \u0250b\u00f8n\u0287 \u028e\u00f8n\u0279s\u01ddl\u025f: \u028d\u0265\u01dd\u0279\u01dd \u028e\u00f8n l\u1d09\u028c\u01dd, \u028d\u0265\u0250\u0287 \u028e\u00f8n\u0279 \u1d09n\u0287\u01dd\u0279\u01dds\u0287s \u0250\u0279\u01dd, \u028d\u0265\u028e \u028e\u00f8n'\u0279\u01dd \u0287\u0250\u029e\u1d09n\u0183 \u0254\u00f8n\u0279s\u01dds, \u00f8\u0279 \u028d\u0265\u0250\u0287 \u028e\u00f8n \u0265\u00f8d\u01dd \u0287\u00f8 l\u01dd\u0250\u0279n.", - "Templates": "\u0166\u01dd\u026fdl\u0250\u0287\u01dds", - "Terms of Service and Honor Code": "\u0166\u01dd\u0279\u026fs \u00f8\u025f S\u01dd\u0279\u028c\u1d09\u0254\u01dd \u0250nd \u0126\u00f8n\u00f8\u0279 \u023b\u00f8d\u01dd", - "Text color": "\u0166\u01ddx\u0287 \u0254\u00f8l\u00f8\u0279", - "Text to display": "\u0166\u01ddx\u0287 \u0287\u00f8 d\u1d09sdl\u0250\u028e", - "Textbook Name": "\u0166\u01ddx\u0287b\u00f8\u00f8\u029e N\u0250\u026f\u01dd", - "Textbook information": "\u0166\u01ddx\u0287b\u00f8\u00f8\u029e \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n", - "Textbook name is required": "\u0166\u01ddx\u0287b\u00f8\u00f8\u029e n\u0250\u026f\u01dd \u1d09s \u0279\u01ddbn\u1d09\u0279\u01ddd", - "Thank you %(full_name)s! We have received your payment for %(course_name)s.": "\u0166\u0265\u0250n\u029e \u028e\u00f8n %(full_name)s! W\u01dd \u0265\u0250\u028c\u01dd \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01ddd \u028e\u00f8n\u0279 d\u0250\u028e\u026f\u01ddn\u0287 \u025f\u00f8\u0279 %(course_name)s.", - "Thank you for setting your course goal to {goal}!": "\u0166\u0265\u0250n\u029e \u028e\u00f8n \u025f\u00f8\u0279 s\u01dd\u0287\u0287\u1d09n\u0183 \u028e\u00f8n\u0279 \u0254\u00f8n\u0279s\u01dd \u0183\u00f8\u0250l \u0287\u00f8 {goal}!", - "Thank you for submitting a request! We will contact you within 24 hours.": "\u0166\u0265\u0250n\u029e \u028e\u00f8n \u025f\u00f8\u0279 snb\u026f\u1d09\u0287\u0287\u1d09n\u0183 \u0250 \u0279\u01ddbn\u01dds\u0287! W\u01dd \u028d\u1d09ll \u0254\u00f8n\u0287\u0250\u0254\u0287 \u028e\u00f8n \u028d\u1d09\u0287\u0265\u1d09n 24 \u0265\u00f8n\u0279s.", - "Thank you for submitting your financial assistance application for {course_name}! You can expect a response in 2-4 business days.": "\u0166\u0265\u0250n\u029e \u028e\u00f8n \u025f\u00f8\u0279 snb\u026f\u1d09\u0287\u0287\u1d09n\u0183 \u028e\u00f8n\u0279 \u025f\u1d09n\u0250n\u0254\u1d09\u0250l \u0250ss\u1d09s\u0287\u0250n\u0254\u01dd \u0250ddl\u1d09\u0254\u0250\u0287\u1d09\u00f8n \u025f\u00f8\u0279 {course_name}! \u024e\u00f8n \u0254\u0250n \u01ddxd\u01dd\u0254\u0287 \u0250 \u0279\u01ddsd\u00f8ns\u01dd \u1d09n 2-4 bns\u1d09n\u01ddss d\u0250\u028es.", - "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "\u0166\u0265\u0250n\u029e \u028e\u00f8n \u025f\u00f8\u0279 snb\u026f\u1d09\u0287\u0287\u1d09n\u0183 \u028e\u00f8n\u0279 d\u0265\u00f8\u0287\u00f8s. W\u01dd \u028d\u1d09ll \u0279\u01dd\u028c\u1d09\u01dd\u028d \u0287\u0265\u01dd\u026f s\u0265\u00f8\u0279\u0287l\u028e. \u024e\u00f8n \u0254\u0250n n\u00f8\u028d s\u1d09\u0183n nd \u025f\u00f8\u0279 \u0250n\u028e %(platformName)s \u0254\u00f8n\u0279s\u01dd \u0287\u0265\u0250\u0287 \u00f8\u025f\u025f\u01dd\u0279s \u028c\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds. V\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n \u1d09s \u0183\u00f8\u00f8d \u025f\u00f8\u0279 \u00f8n\u01dd \u028e\u01dd\u0250\u0279. \u023a\u025f\u0287\u01dd\u0279 \u00f8n\u01dd \u028e\u01dd\u0250\u0279, \u028e\u00f8n \u026fns\u0287 snb\u026f\u1d09\u0287 d\u0265\u00f8\u0287\u00f8s \u025f\u00f8\u0279 \u028c\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n \u0250\u0183\u0250\u1d09n.", - "Thank you! We have received your payment for {courseName}.": "\u0166\u0265\u0250n\u029e \u028e\u00f8n! W\u01dd \u0265\u0250\u028c\u01dd \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01ddd \u028e\u00f8n\u0279 d\u0250\u028e\u026f\u01ddn\u0287 \u025f\u00f8\u0279 {courseName}.", - "Thanks for returning to verify your ID in: {courseName}": "\u0166\u0265\u0250n\u029es \u025f\u00f8\u0279 \u0279\u01dd\u0287n\u0279n\u1d09n\u0183 \u0287\u00f8 \u028c\u01dd\u0279\u1d09\u025f\u028e \u028e\u00f8n\u0279 \u0197\u0110 \u1d09n: {courseName}", - "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "\u0166\u0265\u01dd \u0244\u024c\u0141 \u028e\u00f8n \u01ddn\u0287\u01dd\u0279\u01ddd s\u01dd\u01dd\u026fs \u0287\u00f8 b\u01dd \u0250n \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss. \u0110\u00f8 \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u0250dd \u0287\u0265\u01dd \u0279\u01ddbn\u1d09\u0279\u01ddd \u026f\u0250\u1d09l\u0287\u00f8: d\u0279\u01dd\u025f\u1d09x?", - "The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": "\u0166\u0265\u01dd \u0244\u024c\u0141 \u028e\u00f8n \u01ddn\u0287\u01dd\u0279\u01ddd s\u01dd\u01dd\u026fs \u0287\u00f8 b\u01dd \u0250n \u01ddx\u0287\u01dd\u0279n\u0250l l\u1d09n\u029e. \u0110\u00f8 \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u0250dd \u0287\u0265\u01dd \u0279\u01ddbn\u1d09\u0279\u01ddd \u0265\u0287\u0287d:// d\u0279\u01dd\u025f\u1d09x?", - "The assignment type must have a name.": "\u0166\u0265\u01dd \u0250ss\u1d09\u0183n\u026f\u01ddn\u0287 \u0287\u028ed\u01dd \u026fns\u0287 \u0265\u0250\u028c\u01dd \u0250 n\u0250\u026f\u01dd.", - "The certificate available date must be later than the course end date.": "\u0166\u0265\u01dd \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u0250\u028c\u0250\u1d09l\u0250bl\u01dd d\u0250\u0287\u01dd \u026fns\u0287 b\u01dd l\u0250\u0287\u01dd\u0279 \u0287\u0265\u0250n \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd \u01ddnd d\u0250\u0287\u01dd.", - "The certificate for this learner has been re-validated and the system is re-running the grade for this learner.": "\u0166\u0265\u01dd \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u025f\u00f8\u0279 \u0287\u0265\u1d09s l\u01dd\u0250\u0279n\u01dd\u0279 \u0265\u0250s b\u01dd\u01ddn \u0279\u01dd-\u028c\u0250l\u1d09d\u0250\u0287\u01ddd \u0250nd \u0287\u0265\u01dd s\u028es\u0287\u01dd\u026f \u1d09s \u0279\u01dd-\u0279nnn\u1d09n\u0183 \u0287\u0265\u01dd \u0183\u0279\u0250d\u01dd \u025f\u00f8\u0279 \u0287\u0265\u1d09s l\u01dd\u0250\u0279n\u01dd\u0279.", - "The cohort cannot be added": "\u0166\u0265\u01dd \u0254\u00f8\u0265\u00f8\u0279\u0287 \u0254\u0250nn\u00f8\u0287 b\u01dd \u0250dd\u01ddd", - "The cohort cannot be saved": "\u0166\u0265\u01dd \u0254\u00f8\u0265\u00f8\u0279\u0287 \u0254\u0250nn\u00f8\u0287 b\u01dd s\u0250\u028c\u01ddd", - "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "\u0166\u0265\u01dd \u0254\u00f8\u026fb\u1d09n\u01ddd l\u01ddn\u0183\u0287\u0265 \u00f8\u025f \u0287\u0265\u01dd \u00f8\u0279\u0183\u0250n\u1d09z\u0250\u0287\u1d09\u00f8n \u0250nd l\u1d09b\u0279\u0250\u0279\u028e \u0254\u00f8d\u01dd \u025f\u1d09\u01ddlds \u0254\u0250nn\u00f8\u0287 b\u01dd \u026f\u00f8\u0279\u01dd \u0287\u0265\u0250n <%=limit%> \u0254\u0265\u0250\u0279\u0250\u0254\u0287\u01dd\u0279s.", - "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "\u0166\u0265\u01dd \u0254\u00f8\u026fb\u1d09n\u01ddd l\u01ddn\u0183\u0287\u0265 \u00f8\u025f \u0287\u0265\u01dd \u00f8\u0279\u0183\u0250n\u1d09z\u0250\u0287\u1d09\u00f8n, \u0254\u00f8n\u0279s\u01dd nn\u026fb\u01dd\u0279, \u0250nd \u0254\u00f8n\u0279s\u01dd \u0279nn \u025f\u1d09\u01ddlds \u0254\u0250nn\u00f8\u0287 b\u01dd \u026f\u00f8\u0279\u01dd \u0287\u0265\u0250n <%=limit%> \u0254\u0265\u0250\u0279\u0250\u0254\u0287\u01dd\u0279s.", - "The country or region where you live.": "\u0166\u0265\u01dd \u0254\u00f8nn\u0287\u0279\u028e \u00f8\u0279 \u0279\u01dd\u0183\u1d09\u00f8n \u028d\u0265\u01dd\u0279\u01dd \u028e\u00f8n l\u1d09\u028c\u01dd.", - "The country that team members primarily identify with.": "\u0166\u0265\u01dd \u0254\u00f8nn\u0287\u0279\u028e \u0287\u0265\u0250\u0287 \u0287\u01dd\u0250\u026f \u026f\u01dd\u026fb\u01dd\u0279s d\u0279\u1d09\u026f\u0250\u0279\u1d09l\u028e \u1d09d\u01ddn\u0287\u1d09\u025f\u028e \u028d\u1d09\u0287\u0265.", - "The course end date must be later than the course start date.": "\u0166\u0265\u01dd \u0254\u00f8n\u0279s\u01dd \u01ddnd d\u0250\u0287\u01dd \u026fns\u0287 b\u01dd l\u0250\u0287\u01dd\u0279 \u0287\u0265\u0250n \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd s\u0287\u0250\u0279\u0287 d\u0250\u0287\u01dd.", - "The course must have an assigned start date.": "\u0166\u0265\u01dd \u0254\u00f8n\u0279s\u01dd \u026fns\u0287 \u0265\u0250\u028c\u01dd \u0250n \u0250ss\u1d09\u0183n\u01ddd s\u0287\u0250\u0279\u0287 d\u0250\u0287\u01dd.", - "The course start date must be later than the enrollment start date.": "\u0166\u0265\u01dd \u0254\u00f8n\u0279s\u01dd s\u0287\u0250\u0279\u0287 d\u0250\u0287\u01dd \u026fns\u0287 b\u01dd l\u0250\u0287\u01dd\u0279 \u0287\u0265\u0250n \u0287\u0265\u01dd \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 s\u0287\u0250\u0279\u0287 d\u0250\u0287\u01dd.", - "The email address you've provided isn't formatted correctly.": "\u0166\u0265\u01dd \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss \u028e\u00f8n'\u028c\u01dd d\u0279\u00f8\u028c\u1d09d\u01ddd \u1d09sn'\u0287 \u025f\u00f8\u0279\u026f\u0250\u0287\u0287\u01ddd \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287l\u028e.", - "The enrollment end date cannot be after the course end date.": "\u0166\u0265\u01dd \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 \u01ddnd d\u0250\u0287\u01dd \u0254\u0250nn\u00f8\u0287 b\u01dd \u0250\u025f\u0287\u01dd\u0279 \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd \u01ddnd d\u0250\u0287\u01dd.", - "The enrollment start date cannot be after the enrollment end date.": "\u0166\u0265\u01dd \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 s\u0287\u0250\u0279\u0287 d\u0250\u0287\u01dd \u0254\u0250nn\u00f8\u0287 b\u01dd \u0250\u025f\u0287\u01dd\u0279 \u0287\u0265\u01dd \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 \u01ddnd d\u0250\u0287\u01dd.", - "The file could not be uploaded.": "\u0166\u0265\u01dd \u025f\u1d09l\u01dd \u0254\u00f8nld n\u00f8\u0287 b\u01dd ndl\u00f8\u0250d\u01ddd.", - "The file must be at least {size} in size.": "\u0166\u0265\u01dd \u025f\u1d09l\u01dd \u026fns\u0287 b\u01dd \u0250\u0287 l\u01dd\u0250s\u0287 {size} \u1d09n s\u1d09z\u01dd.", - "The file must be smaller than {size} in size.": "\u0166\u0265\u01dd \u025f\u1d09l\u01dd \u026fns\u0287 b\u01dd s\u026f\u0250ll\u01dd\u0279 \u0287\u0265\u0250n {size} \u1d09n s\u1d09z\u01dd.", - "The file you are trying to upload is too large.": "\u0166\u0265\u01dd \u025f\u1d09l\u01dd \u028e\u00f8n \u0250\u0279\u01dd \u0287\u0279\u028e\u1d09n\u0183 \u0287\u00f8 ndl\u00f8\u0250d \u1d09s \u0287\u00f8\u00f8 l\u0250\u0279\u0183\u01dd.", - "The following email addresses and/or usernames are invalid:": "\u0166\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss\u01dds \u0250nd/\u00f8\u0279 ns\u01dd\u0279n\u0250\u026f\u01dds \u0250\u0279\u01dd \u1d09n\u028c\u0250l\u1d09d:", - "The following errors were generated:": "\u0166\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 \u01dd\u0279\u0279\u00f8\u0279s \u028d\u01dd\u0279\u01dd \u0183\u01ddn\u01dd\u0279\u0250\u0287\u01ddd:", - "The following information is already a part of your {platform} profile. We\\'ve included it here for your application.": "\u0166\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n \u1d09s \u0250l\u0279\u01dd\u0250d\u028e \u0250 d\u0250\u0279\u0287 \u00f8\u025f \u028e\u00f8n\u0279 {platform} d\u0279\u00f8\u025f\u1d09l\u01dd. W\u01dd\\'\u028c\u01dd \u1d09n\u0254lnd\u01ddd \u1d09\u0287 \u0265\u01dd\u0279\u01dd \u025f\u00f8\u0279 \u028e\u00f8n\u0279 \u0250ddl\u1d09\u0254\u0250\u0287\u1d09\u00f8n.", - "The following message will be displayed at the bottom of the courseware pages within your course:": "\u0166\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 \u026f\u01ddss\u0250\u0183\u01dd \u028d\u1d09ll b\u01dd d\u1d09sdl\u0250\u028e\u01ddd \u0250\u0287 \u0287\u0265\u01dd b\u00f8\u0287\u0287\u00f8\u026f \u00f8\u025f \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd\u028d\u0250\u0279\u01dd d\u0250\u0183\u01dds \u028d\u1d09\u0287\u0265\u1d09n \u028e\u00f8n\u0279 \u0254\u00f8n\u0279s\u01dd:", - "The following options are available for the {license_name} license.": "\u0166\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 \u00f8d\u0287\u1d09\u00f8ns \u0250\u0279\u01dd \u0250\u028c\u0250\u1d09l\u0250bl\u01dd \u025f\u00f8\u0279 \u0287\u0265\u01dd {license_name} l\u1d09\u0254\u01ddns\u01dd.", - "The following users are no longer enrolled in the course:": "\u0166\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 ns\u01dd\u0279s \u0250\u0279\u01dd n\u00f8 l\u00f8n\u0183\u01dd\u0279 \u01ddn\u0279\u00f8ll\u01ddd \u1d09n \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd:", - "The following warnings were generated:": "\u0166\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 \u028d\u0250\u0279n\u1d09n\u0183s \u028d\u01dd\u0279\u01dd \u0183\u01ddn\u01dd\u0279\u0250\u0287\u01ddd:", - "The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.": "\u0166\u0265\u01dd \u0183\u01ddn\u01dd\u0279\u0250l \u0254\u0250\u0287\u01dd\u0183\u00f8\u0279\u028e \u025f\u00f8\u0279 \u0287\u0265\u1d09s \u0287\u028ed\u01dd \u00f8\u025f \u0250ss\u1d09\u0183n\u026f\u01ddn\u0287, \u025f\u00f8\u0279 \u01ddx\u0250\u026fdl\u01dd, \u0126\u00f8\u026f\u01dd\u028d\u00f8\u0279\u029e \u00f8\u0279 M\u1d09d\u0287\u01dd\u0279\u026f \u0246x\u0250\u026f. \u0166\u0265\u1d09s n\u0250\u026f\u01dd \u1d09s \u028c\u1d09s\u1d09bl\u01dd \u0287\u00f8 l\u01dd\u0250\u0279n\u01dd\u0279s.", - "The grading process is still running. Refresh the page to see updates.": "\u0166\u0265\u01dd \u0183\u0279\u0250d\u1d09n\u0183 d\u0279\u00f8\u0254\u01ddss \u1d09s s\u0287\u1d09ll \u0279nnn\u1d09n\u0183. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0287\u00f8 s\u01dd\u01dd ndd\u0250\u0287\u01dds.", - "The language that team members primarily use to communicate with each other.": "\u0166\u0265\u01dd l\u0250n\u0183n\u0250\u0183\u01dd \u0287\u0265\u0250\u0287 \u0287\u01dd\u0250\u026f \u026f\u01dd\u026fb\u01dd\u0279s d\u0279\u1d09\u026f\u0250\u0279\u1d09l\u028e ns\u01dd \u0287\u00f8 \u0254\u00f8\u026f\u026fnn\u1d09\u0254\u0250\u0287\u01dd \u028d\u1d09\u0287\u0265 \u01dd\u0250\u0254\u0265 \u00f8\u0287\u0265\u01dd\u0279.", - "The language used throughout this site. This site is currently available in a limited number of languages. Changing the value of this field will cause the page to refresh.": "\u0166\u0265\u01dd l\u0250n\u0183n\u0250\u0183\u01dd ns\u01ddd \u0287\u0265\u0279\u00f8n\u0183\u0265\u00f8n\u0287 \u0287\u0265\u1d09s s\u1d09\u0287\u01dd. \u0166\u0265\u1d09s s\u1d09\u0287\u01dd \u1d09s \u0254n\u0279\u0279\u01ddn\u0287l\u028e \u0250\u028c\u0250\u1d09l\u0250bl\u01dd \u1d09n \u0250 l\u1d09\u026f\u1d09\u0287\u01ddd nn\u026fb\u01dd\u0279 \u00f8\u025f l\u0250n\u0183n\u0250\u0183\u01dds. \u023b\u0265\u0250n\u0183\u1d09n\u0183 \u0287\u0265\u01dd \u028c\u0250ln\u01dd \u00f8\u025f \u0287\u0265\u1d09s \u025f\u1d09\u01ddld \u028d\u1d09ll \u0254\u0250ns\u01dd \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0287\u00f8 \u0279\u01dd\u025f\u0279\u01dds\u0265.", - "The minimum completion percentage must be a whole number between 0 and 100.": "\u0166\u0265\u01dd \u026f\u1d09n\u1d09\u026fn\u026f \u0254\u00f8\u026fdl\u01dd\u0287\u1d09\u00f8n d\u01dd\u0279\u0254\u01ddn\u0287\u0250\u0183\u01dd \u026fns\u0287 b\u01dd \u0250 \u028d\u0265\u00f8l\u01dd nn\u026fb\u01dd\u0279 b\u01dd\u0287\u028d\u01dd\u01ddn 0 \u0250nd 100.", - "The minimum grade for course credit is not set.": "\u0166\u0265\u01dd \u026f\u1d09n\u1d09\u026fn\u026f \u0183\u0279\u0250d\u01dd \u025f\u00f8\u0279 \u0254\u00f8n\u0279s\u01dd \u0254\u0279\u01ddd\u1d09\u0287 \u1d09s n\u00f8\u0287 s\u01dd\u0287.", - "The minimum score percentage must be a whole number between 0 and 100.": "\u0166\u0265\u01dd \u026f\u1d09n\u1d09\u026fn\u026f s\u0254\u00f8\u0279\u01dd d\u01dd\u0279\u0254\u01ddn\u0287\u0250\u0183\u01dd \u026fns\u0287 b\u01dd \u0250 \u028d\u0265\u00f8l\u01dd nn\u026fb\u01dd\u0279 b\u01dd\u0287\u028d\u01dd\u01ddn 0 \u0250nd 100.", - "The more you tell us, the more quickly and helpfully we can respond!": "\u0166\u0265\u01dd \u026f\u00f8\u0279\u01dd \u028e\u00f8n \u0287\u01ddll ns, \u0287\u0265\u01dd \u026f\u00f8\u0279\u01dd bn\u1d09\u0254\u029el\u028e \u0250nd \u0265\u01ddld\u025fnll\u028e \u028d\u01dd \u0254\u0250n \u0279\u01ddsd\u00f8nd!", - "The name of this signatory as it should appear on certificates.": "\u0166\u0265\u01dd n\u0250\u026f\u01dd \u00f8\u025f \u0287\u0265\u1d09s s\u1d09\u0183n\u0250\u0287\u00f8\u0279\u028e \u0250s \u1d09\u0287 s\u0265\u00f8nld \u0250dd\u01dd\u0250\u0279 \u00f8n \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds.", - "The name that identifies you on {platform_name}. You cannot change your username.": "\u0166\u0265\u01dd n\u0250\u026f\u01dd \u0287\u0265\u0250\u0287 \u1d09d\u01ddn\u0287\u1d09\u025f\u1d09\u01dds \u028e\u00f8n \u00f8n {platform_name}. \u024e\u00f8n \u0254\u0250nn\u00f8\u0287 \u0254\u0265\u0250n\u0183\u01dd \u028e\u00f8n\u0279 ns\u01dd\u0279n\u0250\u026f\u01dd.", - "The name that is used for ID verification and that appears on your certificates.": "\u0166\u0265\u01dd n\u0250\u026f\u01dd \u0287\u0265\u0250\u0287 \u1d09s ns\u01ddd \u025f\u00f8\u0279 \u0197\u0110 \u028c\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n \u0250nd \u0287\u0265\u0250\u0287 \u0250dd\u01dd\u0250\u0279s \u00f8n \u028e\u00f8n\u0279 \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds.", - "The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.": "\u0166\u0265\u01dd nn\u026fb\u01dd\u0279 \u00f8\u025f \u0250ss\u1d09\u0183n\u026f\u01ddn\u0287s \u00f8\u025f \u0287\u0265\u1d09s \u0287\u028ed\u01dd \u0287\u0265\u0250\u0287 \u028d\u1d09ll b\u01dd d\u0279\u00f8dd\u01ddd. \u0166\u0265\u01dd l\u00f8\u028d\u01dds\u0287 s\u0254\u00f8\u0279\u1d09n\u0183 \u0250ss\u1d09\u0183n\u026f\u01ddn\u0287s \u0250\u0279\u01dd d\u0279\u00f8dd\u01ddd \u025f\u1d09\u0279s\u0287.", - "The number of subsections in the course that contain problems of this assignment type.": "\u0166\u0265\u01dd nn\u026fb\u01dd\u0279 \u00f8\u025f snbs\u01dd\u0254\u0287\u1d09\u00f8ns \u1d09n \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd \u0287\u0265\u0250\u0287 \u0254\u00f8n\u0287\u0250\u1d09n d\u0279\u00f8bl\u01dd\u026fs \u00f8\u025f \u0287\u0265\u1d09s \u0250ss\u1d09\u0183n\u026f\u01ddn\u0287 \u0287\u028ed\u01dd.", - "The organization that this signatory belongs to, as it should appear on certificates.": "\u0166\u0265\u01dd \u00f8\u0279\u0183\u0250n\u1d09z\u0250\u0287\u1d09\u00f8n \u0287\u0265\u0250\u0287 \u0287\u0265\u1d09s s\u1d09\u0183n\u0250\u0287\u00f8\u0279\u028e b\u01ddl\u00f8n\u0183s \u0287\u00f8, \u0250s \u1d09\u0287 s\u0265\u00f8nld \u0250dd\u01dd\u0250\u0279 \u00f8n \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds.", - "The page \"{route}\" could not be found.": "\u0166\u0265\u01dd d\u0250\u0183\u01dd \"{route}\" \u0254\u00f8nld n\u00f8\u0287 b\u01dd \u025f\u00f8nnd.", - "The photo of your face matches the photo on your ID.": "\u0166\u0265\u01dd d\u0265\u00f8\u0287\u00f8 \u00f8\u025f \u028e\u00f8n\u0279 \u025f\u0250\u0254\u01dd \u026f\u0250\u0287\u0254\u0265\u01dds \u0287\u0265\u01dd d\u0265\u00f8\u0287\u00f8 \u00f8n \u028e\u00f8n\u0279 \u0197\u0110.", - "The post you selected has been deleted.": "\u0166\u0265\u01dd d\u00f8s\u0287 \u028e\u00f8n s\u01ddl\u01dd\u0254\u0287\u01ddd \u0265\u0250s b\u01dd\u01ddn d\u01ddl\u01dd\u0287\u01ddd.", - "The published branch version, {published}, was reset to the draft branch version, {draft}.": "\u0166\u0265\u01dd dnbl\u1d09s\u0265\u01ddd b\u0279\u0250n\u0254\u0265 \u028c\u01dd\u0279s\u1d09\u00f8n, {published}, \u028d\u0250s \u0279\u01dds\u01dd\u0287 \u0287\u00f8 \u0287\u0265\u01dd d\u0279\u0250\u025f\u0287 b\u0279\u0250n\u0254\u0265 \u028c\u01dd\u0279s\u1d09\u00f8n, {draft}.", - "The raw error message is:": "\u0166\u0265\u01dd \u0279\u0250\u028d \u01dd\u0279\u0279\u00f8\u0279 \u026f\u01ddss\u0250\u0183\u01dd \u1d09s:", - "The refund deadline for this course has passed,so you will not receive a refund.": "\u0166\u0265\u01dd \u0279\u01dd\u025fnnd d\u01dd\u0250dl\u1d09n\u01dd \u025f\u00f8\u0279 \u0287\u0265\u1d09s \u0254\u00f8n\u0279s\u01dd \u0265\u0250s d\u0250ss\u01ddd,s\u00f8 \u028e\u00f8n \u028d\u1d09ll n\u00f8\u0287 \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01dd \u0250 \u0279\u01dd\u025fnnd.", - "The selected content group does not exist": "\u0166\u0265\u01dd s\u01ddl\u01dd\u0254\u0287\u01ddd \u0254\u00f8n\u0287\u01ddn\u0287 \u0183\u0279\u00f8nd d\u00f8\u01dds n\u00f8\u0287 \u01ddx\u1d09s\u0287", - "The selected image must be larger than {minFileSizeInKB}.": "\u0166\u0265\u01dd s\u01ddl\u01dd\u0254\u0287\u01ddd \u1d09\u026f\u0250\u0183\u01dd \u026fns\u0287 b\u01dd l\u0250\u0279\u0183\u01dd\u0279 \u0287\u0265\u0250n {minFileSizeInKB}.", - "The selected image must be smaller than {maxFileSizeInMB}.": "\u0166\u0265\u01dd s\u01ddl\u01dd\u0254\u0287\u01ddd \u1d09\u026f\u0250\u0183\u01dd \u026fns\u0287 b\u01dd s\u026f\u0250ll\u01dd\u0279 \u0287\u0265\u0250n {maxFileSizeInMB}.", - "The team \"{team}\" could not be found.": "\u0166\u0265\u01dd \u0287\u01dd\u0250\u026f \"{team}\" \u0254\u00f8nld n\u00f8\u0287 b\u01dd \u025f\u00f8nnd.", - "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "\u0166\u0265\u01dd \u0287\u1d09\u026f\u01ddd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u025f\u00f8\u0279 \u0287\u0265\u01dd \u025f\u1d09\u0279s\u0287 \u028c\u1d09d\u01dd\u00f8 \u025f\u1d09l\u01dd d\u00f8\u01dds n\u00f8\u0287 \u0250dd\u01dd\u0250\u0279 \u0287\u00f8 b\u01dd \u0287\u0265\u01dd s\u0250\u026f\u01dd \u0250s \u0287\u0265\u01dd \u0287\u1d09\u026f\u01ddd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u025f\u00f8\u0279 \u0287\u0265\u01dd s\u01dd\u0254\u00f8nd \u028c\u1d09d\u01dd\u00f8 \u025f\u1d09l\u01dd.", - "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "\u0166\u0265\u01dd \u0287\u1d09\u026f\u01ddd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u025f\u00f8\u0279 \u0287\u0265\u1d09s \u028c\u1d09d\u01dd\u00f8 \u00f8n \u01dddX \u1d09s \u00f8n\u0287 \u00f8\u025f d\u0250\u0287\u01dd, bn\u0287 \u024e\u00f8n\u0166nb\u01dd \u0265\u0250s \u0250 \u0254n\u0279\u0279\u01ddn\u0287 \u0287\u1d09\u026f\u01ddd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u025f\u00f8\u0279 \u0287\u0265\u1d09s \u028c\u1d09d\u01dd\u00f8.", - "The timer on the right shows the time remaining in the exam.": "\u0166\u0265\u01dd \u0287\u1d09\u026f\u01dd\u0279 \u00f8n \u0287\u0265\u01dd \u0279\u1d09\u0183\u0265\u0287 s\u0265\u00f8\u028ds \u0287\u0265\u01dd \u0287\u1d09\u026f\u01dd \u0279\u01dd\u026f\u0250\u1d09n\u1d09n\u0183 \u1d09n \u0287\u0265\u01dd \u01ddx\u0250\u026f.", - "The topic \"{topic}\" could not be found.": "\u0166\u0265\u01dd \u0287\u00f8d\u1d09\u0254 \"{topic}\" \u0254\u00f8nld n\u00f8\u0287 b\u01dd \u025f\u00f8nnd.", - "The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.": "\u0166\u0265\u01dd \u028d\u01dd\u1d09\u0183\u0265\u0287 \u00f8\u025f \u0250ll \u0250ss\u1d09\u0183n\u026f\u01ddn\u0287s \u00f8\u025f \u0287\u0265\u1d09s \u0287\u028ed\u01dd \u0250s \u0250 d\u01dd\u0279\u0254\u01ddn\u0287\u0250\u0183\u01dd \u00f8\u025f \u0287\u0265\u01dd \u0287\u00f8\u0287\u0250l \u0183\u0279\u0250d\u01dd, \u025f\u00f8\u0279 \u01ddx\u0250\u026fdl\u01dd, 40. \u0110\u00f8 n\u00f8\u0287 \u1d09n\u0254lnd\u01dd \u0287\u0265\u01dd d\u01dd\u0279\u0254\u01ddn\u0287 s\u028e\u026fb\u00f8l.", - "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "\u0166\u0265\u01dd {cohortGroupName} \u0254\u00f8\u0265\u00f8\u0279\u0287 \u0265\u0250s b\u01dd\u01ddn \u0254\u0279\u01dd\u0250\u0287\u01ddd. \u024e\u00f8n \u0254\u0250n \u026f\u0250nn\u0250ll\u028e \u0250dd s\u0287nd\u01ddn\u0287s \u0287\u00f8 \u0287\u0265\u1d09s \u0254\u00f8\u0265\u00f8\u0279\u0287 b\u01ddl\u00f8\u028d.", - "There are invalid keywords in your email. Check the following keywords and try again.": "\u0166\u0265\u01dd\u0279\u01dd \u0250\u0279\u01dd \u1d09n\u028c\u0250l\u1d09d \u029e\u01dd\u028e\u028d\u00f8\u0279ds \u1d09n \u028e\u00f8n\u0279 \u01dd\u026f\u0250\u1d09l. \u023b\u0265\u01dd\u0254\u029e \u0287\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 \u029e\u01dd\u028e\u028d\u00f8\u0279ds \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "There are no posts in this topic yet.": "\u0166\u0265\u01dd\u0279\u01dd \u0250\u0279\u01dd n\u00f8 d\u00f8s\u0287s \u1d09n \u0287\u0265\u1d09s \u0287\u00f8d\u1d09\u0254 \u028e\u01dd\u0287.", - "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.": "\u0166\u0265\u01dd\u0279\u01dd \u0265\u0250s b\u01dd\u01ddn \u0250 \u025f\u0250\u1d09ln\u0279\u01dd \u0287\u00f8 \u01ddxd\u00f8\u0279\u0287 \u0287\u00f8 XM\u0141 \u0250\u0287 l\u01dd\u0250s\u0287 \u00f8n\u01dd \u0254\u00f8\u026fd\u00f8n\u01ddn\u0287. \u0197\u0287 \u1d09s \u0279\u01dd\u0254\u00f8\u026f\u026f\u01ddnd\u01ddd \u0287\u0265\u0250\u0287 \u028e\u00f8n \u0183\u00f8 \u0287\u00f8 \u0287\u0265\u01dd \u01ddd\u1d09\u0287 d\u0250\u0183\u01dd \u0250nd \u0279\u01ddd\u0250\u1d09\u0279 \u0287\u0265\u01dd \u01dd\u0279\u0279\u00f8\u0279 b\u01dd\u025f\u00f8\u0279\u01dd \u0250\u0287\u0287\u01dd\u026fd\u0287\u1d09n\u0183 \u0250n\u00f8\u0287\u0265\u01dd\u0279 \u01ddxd\u00f8\u0279\u0287. \u2c63l\u01dd\u0250s\u01dd \u0254\u0265\u01dd\u0254\u029e \u0287\u0265\u0250\u0287 \u0250ll \u0254\u00f8\u026fd\u00f8n\u01ddn\u0287s \u00f8n \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250\u0279\u01dd \u028c\u0250l\u1d09d \u0250nd d\u00f8 n\u00f8\u0287 d\u1d09sdl\u0250\u028e \u0250n\u028e \u01dd\u0279\u0279\u00f8\u0279 \u026f\u01ddss\u0250\u0183\u01dds.", - "There has been an error processing your survey.": "\u0166\u0265\u01dd\u0279\u01dd \u0265\u0250s b\u01dd\u01ddn \u0250n \u01dd\u0279\u0279\u00f8\u0279 d\u0279\u00f8\u0254\u01ddss\u1d09n\u0183 \u028e\u00f8n\u0279 sn\u0279\u028c\u01dd\u028e.", - "There has been an error while exporting.": "\u0166\u0265\u01dd\u0279\u01dd \u0265\u0250s b\u01dd\u01ddn \u0250n \u01dd\u0279\u0279\u00f8\u0279 \u028d\u0265\u1d09l\u01dd \u01ddxd\u00f8\u0279\u0287\u1d09n\u0183.", - "There has been an error with your export.": "\u0166\u0265\u01dd\u0279\u01dd \u0265\u0250s b\u01dd\u01ddn \u0250n \u01dd\u0279\u0279\u00f8\u0279 \u028d\u1d09\u0287\u0265 \u028e\u00f8n\u0279 \u01ddxd\u00f8\u0279\u0287.", - "There is invalid code in your content. Please check to make sure it is valid HTML.": "\u0166\u0265\u01dd\u0279\u01dd \u1d09s \u1d09n\u028c\u0250l\u1d09d \u0254\u00f8d\u01dd \u1d09n \u028e\u00f8n\u0279 \u0254\u00f8n\u0287\u01ddn\u0287. \u2c63l\u01dd\u0250s\u01dd \u0254\u0265\u01dd\u0254\u029e \u0287\u00f8 \u026f\u0250\u029e\u01dd sn\u0279\u01dd \u1d09\u0287 \u1d09s \u028c\u0250l\u1d09d \u0126\u0166M\u0141.", - "There is no email history for this course.": "\u0166\u0265\u01dd\u0279\u01dd \u1d09s n\u00f8 \u01dd\u026f\u0250\u1d09l \u0265\u1d09s\u0287\u00f8\u0279\u028e \u025f\u00f8\u0279 \u0287\u0265\u1d09s \u0254\u00f8n\u0279s\u01dd.", - "There must be at least one group.": "\u0166\u0265\u01dd\u0279\u01dd \u026fns\u0287 b\u01dd \u0250\u0287 l\u01dd\u0250s\u0287 \u00f8n\u01dd \u0183\u0279\u00f8nd.", - "There must be one cohort to which students can automatically be assigned.": "\u0166\u0265\u01dd\u0279\u01dd \u026fns\u0287 b\u01dd \u00f8n\u01dd \u0254\u00f8\u0265\u00f8\u0279\u0287 \u0287\u00f8 \u028d\u0265\u1d09\u0254\u0265 s\u0287nd\u01ddn\u0287s \u0254\u0250n \u0250n\u0287\u00f8\u026f\u0250\u0287\u1d09\u0254\u0250ll\u028e b\u01dd \u0250ss\u1d09\u0183n\u01ddd.", - "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "\u0166\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250 d\u0279\u00f8bl\u01dd\u026f \u0254\u0279\u01dd\u0250\u0287\u1d09n\u0183 \u0287\u0265\u01dd \u0279\u01ddd\u00f8\u0279\u0287. S\u01ddl\u01dd\u0254\u0287 \"\u023b\u0279\u01dd\u0250\u0287\u01dd \u0246x\u01dd\u0254n\u0287\u1d09\u028c\u01dd Sn\u026f\u026f\u0250\u0279\u028e\" \u0287\u00f8 \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "There was an error changing the user's role": "\u0166\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279 \u0254\u0265\u0250n\u0183\u1d09n\u0183 \u0287\u0265\u01dd ns\u01dd\u0279's \u0279\u00f8l\u01dd", - "There was an error during the upload process.": "\u0166\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279 dn\u0279\u1d09n\u0183 \u0287\u0265\u01dd ndl\u00f8\u0250d d\u0279\u00f8\u0254\u01ddss.", - "There was an error in setting your goal, please reload the page and try again.": "\u0166\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279 \u1d09n s\u01dd\u0287\u0287\u1d09n\u0183 \u028e\u00f8n\u0279 \u0183\u00f8\u0250l, dl\u01dd\u0250s\u01dd \u0279\u01ddl\u00f8\u0250d \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "There was an error obtaining email content history for this course.": "\u0166\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279 \u00f8b\u0287\u0250\u1d09n\u1d09n\u0183 \u01dd\u026f\u0250\u1d09l \u0254\u00f8n\u0287\u01ddn\u0287 \u0265\u1d09s\u0287\u00f8\u0279\u028e \u025f\u00f8\u0279 \u0287\u0265\u1d09s \u0254\u00f8n\u0279s\u01dd.", - "There was an error obtaining email task history for this course.": "\u0166\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279 \u00f8b\u0287\u0250\u1d09n\u1d09n\u0183 \u01dd\u026f\u0250\u1d09l \u0287\u0250s\u029e \u0265\u1d09s\u0287\u00f8\u0279\u028e \u025f\u00f8\u0279 \u0287\u0265\u1d09s \u0254\u00f8n\u0279s\u01dd.", - "There was an error retrieving preview results for this catalog. Please check that your query is correct and try again.": "\u0166\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279 \u0279\u01dd\u0287\u0279\u1d09\u01dd\u028c\u1d09n\u0183 d\u0279\u01dd\u028c\u1d09\u01dd\u028d \u0279\u01ddsnl\u0287s \u025f\u00f8\u0279 \u0287\u0265\u1d09s \u0254\u0250\u0287\u0250l\u00f8\u0183. \u2c63l\u01dd\u0250s\u01dd \u0254\u0265\u01dd\u0254\u029e \u0287\u0265\u0250\u0287 \u028e\u00f8n\u0279 bn\u01dd\u0279\u028e \u1d09s \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287 \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "There was an error updating your goal.": "\u0166\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279 ndd\u0250\u0287\u1d09n\u0183 \u028e\u00f8n\u0279 \u0183\u00f8\u0250l.", - "There was an error uploading your file.": "\u0166\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279 ndl\u00f8\u0250d\u1d09n\u0183 \u028e\u00f8n\u0279 \u025f\u1d09l\u01dd.", + ], + "Showing results for \"{searchString}\"": "S\u0265\u00f8\u028d\u1d09n\u0183 \u0279\u01ddsnl\u0287s \u025f\u00f8\u0279 \"{searchString}\"", + "Showing {currentItemRange} out of {totalItemsCount}, filtered by {assetType}, sorted by {sortName} ascending": "S\u0265\u00f8\u028d\u1d09n\u0183 {currentItemRange} \u00f8n\u0287 \u00f8\u025f {totalItemsCount}, \u025f\u1d09l\u0287\u01dd\u0279\u01ddd b\u028e {assetType}, s\u00f8\u0279\u0287\u01ddd b\u028e {sortName} \u0250s\u0254\u01ddnd\u1d09n\u0183", + "Showing {currentItemRange} out of {totalItemsCount}, filtered by {assetType}, sorted by {sortName} descending": "S\u0265\u00f8\u028d\u1d09n\u0183 {currentItemRange} \u00f8n\u0287 \u00f8\u025f {totalItemsCount}, \u025f\u1d09l\u0287\u01dd\u0279\u01ddd b\u028e {assetType}, s\u00f8\u0279\u0287\u01ddd b\u028e {sortName} d\u01dds\u0254\u01ddnd\u1d09n\u0183", + "Showing {currentItemRange} out of {totalItemsCount}, sorted by {sortName} ascending": "S\u0265\u00f8\u028d\u1d09n\u0183 {currentItemRange} \u00f8n\u0287 \u00f8\u025f {totalItemsCount}, s\u00f8\u0279\u0287\u01ddd b\u028e {sortName} \u0250s\u0254\u01ddnd\u1d09n\u0183", + "Showing {currentItemRange} out of {totalItemsCount}, sorted by {sortName} descending": "S\u0265\u00f8\u028d\u1d09n\u0183 {currentItemRange} \u00f8n\u0287 \u00f8\u025f {totalItemsCount}, s\u00f8\u0279\u0287\u01ddd b\u028e {sortName} d\u01dds\u0254\u01ddnd\u1d09n\u0183", + "Showing {firstIndex} out of {numItems} total": "S\u0265\u00f8\u028d\u1d09n\u0183 {firstIndex} \u00f8n\u0287 \u00f8\u025f {numItems} \u0287\u00f8\u0287\u0250l", + "Showing {firstIndex}-{lastIndex} out of {numItems} total": "S\u0265\u00f8\u028d\u1d09n\u0183 {firstIndex}-{lastIndex} \u00f8n\u0287 \u00f8\u025f {numItems} \u0287\u00f8\u0287\u0250l", + "Sign In": "S\u1d09\u0183n \u0197n", + "Sign in": "S\u1d09\u0183n \u1d09n", + "Sign in here using your email address and password, or use one of the providers listed below.": "S\u1d09\u0183n \u1d09n \u0265\u01dd\u0279\u01dd ns\u1d09n\u0183 \u028e\u00f8n\u0279 \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss \u0250nd d\u0250ss\u028d\u00f8\u0279d, \u00f8\u0279 ns\u01dd \u00f8n\u01dd \u00f8\u025f \u0287\u0265\u01dd d\u0279\u00f8\u028c\u1d09d\u01dd\u0279s l\u1d09s\u0287\u01ddd b\u01ddl\u00f8\u028d.", + "Sign in here using your email address and password.": "S\u1d09\u0183n \u1d09n \u0265\u01dd\u0279\u01dd ns\u1d09n\u0183 \u028e\u00f8n\u0279 \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss \u0250nd d\u0250ss\u028d\u00f8\u0279d.", + "Sign in to continue learning": "S\u1d09\u0183n \u1d09n \u0287\u00f8 \u0254\u00f8n\u0287\u1d09nn\u01dd l\u01dd\u0250\u0279n\u1d09n\u0183", + "Sign in to continue learning as {email}": "S\u1d09\u0183n \u1d09n \u0287\u00f8 \u0254\u00f8n\u0287\u1d09nn\u01dd l\u01dd\u0250\u0279n\u1d09n\u0183 \u0250s {email}", + "Sign in to {platform} so we can help you better.": "S\u1d09\u0183n \u1d09n \u0287\u00f8 {platform} s\u00f8 \u028d\u01dd \u0254\u0250n \u0265\u01ddld \u028e\u00f8n b\u01dd\u0287\u0287\u01dd\u0279.", + "Sign in using %(providerName)s": "S\u1d09\u0183n \u1d09n ns\u1d09n\u0183 %(providerName)s", + "Sign in with %(providerName)s": "S\u1d09\u0183n \u1d09n \u028d\u1d09\u0287\u0265 %(providerName)s", + "Sign in with Institution/Campus Credentials": "S\u1d09\u0183n \u1d09n \u028d\u1d09\u0287\u0265 \u0197ns\u0287\u1d09\u0287n\u0287\u1d09\u00f8n/\u023b\u0250\u026fdns \u023b\u0279\u01ddd\u01ddn\u0287\u1d09\u0250ls", + "Sign in.": "S\u1d09\u0183n \u1d09n.", + "Signatory": "S\u1d09\u0183n\u0250\u0287\u00f8\u0279\u028e", + "Signatory field(s) has invalid data.": "S\u1d09\u0183n\u0250\u0287\u00f8\u0279\u028e \u025f\u1d09\u01ddld(s) \u0265\u0250s \u1d09n\u028c\u0250l\u1d09d d\u0250\u0287\u0250.", + "Signature Image": "S\u1d09\u0183n\u0250\u0287n\u0279\u01dd \u0197\u026f\u0250\u0183\u01dd", + "Skip": "S\u029e\u1d09d", + "Social Media Links": "S\u00f8\u0254\u1d09\u0250l M\u01ddd\u1d09\u0250 \u0141\u1d09n\u029es", + "Some Rights Reserved": "S\u00f8\u026f\u01dd \u024c\u1d09\u0183\u0265\u0287s \u024c\u01dds\u01dd\u0279\u028c\u01ddd", + "Some images in this post have been omitted": "S\u00f8\u026f\u01dd \u1d09\u026f\u0250\u0183\u01dds \u1d09n \u0287\u0265\u1d09s d\u00f8s\u0287 \u0265\u0250\u028c\u01dd b\u01dd\u01ddn \u00f8\u026f\u1d09\u0287\u0287\u01ddd", + "Something went wrong changing this enrollment. Please try again.": "S\u00f8\u026f\u01dd\u0287\u0265\u1d09n\u0183 \u028d\u01ddn\u0287 \u028d\u0279\u00f8n\u0183 \u0254\u0265\u0250n\u0183\u1d09n\u0183 \u0287\u0265\u1d09s \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "Something went wrong. Please try again later.": "S\u00f8\u026f\u01dd\u0287\u0265\u1d09n\u0183 \u028d\u01ddn\u0287 \u028d\u0279\u00f8n\u0183. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n l\u0250\u0287\u01dd\u0279.", + "Sorry, no results were found.": "S\u00f8\u0279\u0279\u028e, n\u00f8 \u0279\u01ddsnl\u0287s \u028d\u01dd\u0279\u01dd \u025f\u00f8nnd.", + "Sorry, there was an error parsing the subtitles that you uploaded. Please check the format and try again.": "S\u00f8\u0279\u0279\u028e, \u0287\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279 d\u0250\u0279s\u1d09n\u0183 \u0287\u0265\u01dd snb\u0287\u1d09\u0287l\u01dds \u0287\u0265\u0250\u0287 \u028e\u00f8n ndl\u00f8\u0250d\u01ddd. \u2c63l\u01dd\u0250s\u01dd \u0254\u0265\u01dd\u0254\u029e \u0287\u0265\u01dd \u025f\u00f8\u0279\u026f\u0250\u0287 \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "Sorry, there was an error trying to process your request. Please try again later.": "S\u00f8\u0279\u0279\u028e, \u0287\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279 \u0287\u0279\u028e\u1d09n\u0183 \u0287\u00f8 d\u0279\u00f8\u0254\u01ddss \u028e\u00f8n\u0279 \u0279\u01ddbn\u01dds\u0287. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n l\u0250\u0287\u01dd\u0279.", + "Sorted by": "S\u00f8\u0279\u0287\u01ddd b\u028e", + "Source": "S\u00f8n\u0279\u0254\u01dd", + "Source code": "S\u00f8n\u0279\u0254\u01dd \u0254\u00f8d\u01dd", + "Special character": "Sd\u01dd\u0254\u1d09\u0250l \u0254\u0265\u0250\u0279\u0250\u0254\u0287\u01dd\u0279", + "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "Sd\u01dd\u0254\u1d09\u025f\u028e \u0250n \u0250l\u0287\u01dd\u0279n\u0250\u0287\u1d09\u028c\u01dd \u0287\u00f8 \u0287\u0265\u01dd \u00f8\u025f\u025f\u1d09\u0254\u1d09\u0250l \u0254\u00f8n\u0279s\u01dd \u0287\u1d09\u0287l\u01dd \u0287\u00f8 d\u1d09sdl\u0250\u028e \u00f8n \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds. \u0141\u01dd\u0250\u028c\u01dd bl\u0250n\u029e \u0287\u00f8 ns\u01dd \u0287\u0265\u01dd \u00f8\u025f\u025f\u1d09\u0254\u1d09\u0250l \u0254\u00f8n\u0279s\u01dd \u0287\u1d09\u0287l\u01dd.", + "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam, along with the {linkStart}general proctored exam rules{linkEnd}.": "Sd\u01dd\u0254\u1d09\u025f\u028e \u0250n\u028e \u0279nl\u01dds \u00f8\u0279 \u0279nl\u01dd \u01ddx\u0254\u01ddd\u0287\u1d09\u00f8ns \u0287\u0265\u0250\u0287 \u0287\u0265\u01dd d\u0279\u00f8\u0254\u0287\u00f8\u0279\u1d09n\u0183 \u0279\u01dd\u028c\u1d09\u01dd\u028d \u0287\u01dd\u0250\u026f s\u0265\u00f8nld \u01ddn\u025f\u00f8\u0279\u0254\u01dd \u028d\u0265\u01ddn \u0279\u01dd\u028c\u1d09\u01dd\u028d\u1d09n\u0183 \u0287\u0265\u01dd \u028c\u1d09d\u01dd\u00f8s. F\u00f8\u0279 \u01ddx\u0250\u026fdl\u01dd, \u028e\u00f8n \u0254\u00f8nld sd\u01dd\u0254\u1d09\u025f\u028e \u0287\u0265\u0250\u0287 \u0254\u0250l\u0254nl\u0250\u0287\u00f8\u0279s \u0250\u0279\u01dd \u0250ll\u00f8\u028d\u01ddd. \u0166\u0265\u01dds\u01dd sd\u01dd\u0254\u1d09\u025f\u1d09\u01ddd \u0279nl\u01dds \u0250\u0279\u01dd \u028c\u1d09s\u1d09bl\u01dd \u0287\u00f8 l\u01dd\u0250\u0279n\u01dd\u0279s b\u01dd\u025f\u00f8\u0279\u01dd \u0287\u0265\u01dd l\u01dd\u0250\u0279n\u01dd\u0279s s\u0287\u0250\u0279\u0287 \u0287\u0265\u01dd \u01ddx\u0250\u026f, \u0250l\u00f8n\u0183 \u028d\u1d09\u0287\u0265 \u0287\u0265\u01dd {linkStart}\u0183\u01ddn\u01dd\u0279\u0250l d\u0279\u00f8\u0254\u0287\u00f8\u0279\u01ddd \u01ddx\u0250\u026f \u0279nl\u01dds{linkEnd}.", + "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam.": "Sd\u01dd\u0254\u1d09\u025f\u028e \u0250n\u028e \u0279nl\u01dds \u00f8\u0279 \u0279nl\u01dd \u01ddx\u0254\u01ddd\u0287\u1d09\u00f8ns \u0287\u0265\u0250\u0287 \u0287\u0265\u01dd d\u0279\u00f8\u0254\u0287\u00f8\u0279\u1d09n\u0183 \u0279\u01dd\u028c\u1d09\u01dd\u028d \u0287\u01dd\u0250\u026f s\u0265\u00f8nld \u01ddn\u025f\u00f8\u0279\u0254\u01dd \u028d\u0265\u01ddn \u0279\u01dd\u028c\u1d09\u01dd\u028d\u1d09n\u0183 \u0287\u0265\u01dd \u028c\u1d09d\u01dd\u00f8s. F\u00f8\u0279 \u01ddx\u0250\u026fdl\u01dd, \u028e\u00f8n \u0254\u00f8nld sd\u01dd\u0254\u1d09\u025f\u028e \u0287\u0265\u0250\u0287 \u0254\u0250l\u0254nl\u0250\u0287\u00f8\u0279s \u0250\u0279\u01dd \u0250ll\u00f8\u028d\u01ddd. \u0166\u0265\u01dds\u01dd sd\u01dd\u0254\u1d09\u025f\u1d09\u01ddd \u0279nl\u01dds \u0250\u0279\u01dd \u028c\u1d09s\u1d09bl\u01dd \u0287\u00f8 l\u01dd\u0250\u0279n\u01dd\u0279s b\u01dd\u025f\u00f8\u0279\u01dd \u0287\u0265\u01dd l\u01dd\u0250\u0279n\u01dd\u0279s s\u0287\u0250\u0279\u0287 \u0287\u0265\u01dd \u01ddx\u0250\u026f.", + "Specify whether content-specific discussion topics are divided.": "Sd\u01dd\u0254\u1d09\u025f\u028e \u028d\u0265\u01dd\u0287\u0265\u01dd\u0279 \u0254\u00f8n\u0287\u01ddn\u0287-sd\u01dd\u0254\u1d09\u025f\u1d09\u0254 d\u1d09s\u0254nss\u1d09\u00f8n \u0287\u00f8d\u1d09\u0254s \u0250\u0279\u01dd d\u1d09\u028c\u1d09d\u01ddd.", + "Specify whether discussion topics are divided": "Sd\u01dd\u0254\u1d09\u025f\u028e \u028d\u0265\u01dd\u0287\u0265\u01dd\u0279 d\u1d09s\u0254nss\u1d09\u00f8n \u0287\u00f8d\u1d09\u0254s \u0250\u0279\u01dd d\u1d09\u028c\u1d09d\u01ddd", + "Speed": "Sd\u01dd\u01ddd", + "Spellcheck": "Sd\u01ddll\u0254\u0265\u01dd\u0254\u029e", + "Split cell": "Sdl\u1d09\u0287 \u0254\u01ddll", + "Square": "Sbn\u0250\u0279\u01dd", + "Staff": "S\u0287\u0250\u025f\u025f", + "Staff Only": "S\u0287\u0250\u025f\u025f \u00d8nl\u028e", + "Staff and Learners": "S\u0287\u0250\u025f\u025f \u0250nd \u0141\u01dd\u0250\u0279n\u01dd\u0279s", + "Start Date": "S\u0287\u0250\u0279\u0287 \u0110\u0250\u0287\u01dd", + "Start generating certificates for all students in this course?": "S\u0287\u0250\u0279\u0287 \u0183\u01ddn\u01dd\u0279\u0250\u0287\u1d09n\u0183 \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds \u025f\u00f8\u0279 \u0250ll s\u0287nd\u01ddn\u0287s \u1d09n \u0287\u0265\u1d09s \u0254\u00f8n\u0279s\u01dd?", + "Start of transcript. Skip to the end.": "S\u0287\u0250\u0279\u0287 \u00f8\u025f \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287. S\u029e\u1d09d \u0287\u00f8 \u0287\u0265\u01dd \u01ddnd.", + "Start regenerating certificates for students in this course?": "S\u0287\u0250\u0279\u0287 \u0279\u01dd\u0183\u01ddn\u01dd\u0279\u0250\u0287\u1d09n\u0183 \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds \u025f\u00f8\u0279 s\u0287nd\u01ddn\u0287s \u1d09n \u0287\u0265\u1d09s \u0254\u00f8n\u0279s\u01dd?", + "Start search": "S\u0287\u0250\u0279\u0287 s\u01dd\u0250\u0279\u0254\u0265", + "Start working toward your next learning goal.": "S\u0287\u0250\u0279\u0287 \u028d\u00f8\u0279\u029e\u1d09n\u0183 \u0287\u00f8\u028d\u0250\u0279d \u028e\u00f8n\u0279 n\u01ddx\u0287 l\u01dd\u0250\u0279n\u1d09n\u0183 \u0183\u00f8\u0250l.", + "Started entrance exam rescore task for student '{student_id}'. Click the 'Show Task Status' button to see the status of the task.": "S\u0287\u0250\u0279\u0287\u01ddd \u01ddn\u0287\u0279\u0250n\u0254\u01dd \u01ddx\u0250\u026f \u0279\u01dds\u0254\u00f8\u0279\u01dd \u0287\u0250s\u029e \u025f\u00f8\u0279 s\u0287nd\u01ddn\u0287 '{student_id}'. \u023bl\u1d09\u0254\u029e \u0287\u0265\u01dd 'S\u0265\u00f8\u028d \u0166\u0250s\u029e S\u0287\u0250\u0287ns' bn\u0287\u0287\u00f8n \u0287\u00f8 s\u01dd\u01dd \u0287\u0265\u01dd s\u0287\u0250\u0287ns \u00f8\u025f \u0287\u0265\u01dd \u0287\u0250s\u029e.", + "Started rescore problem task for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "S\u0287\u0250\u0279\u0287\u01ddd \u0279\u01dds\u0254\u00f8\u0279\u01dd d\u0279\u00f8bl\u01dd\u026f \u0287\u0250s\u029e \u025f\u00f8\u0279 d\u0279\u00f8bl\u01dd\u026f '<%- problem_id %>' \u0250nd s\u0287nd\u01ddn\u0287 '<%- student_id %>'. \u023bl\u1d09\u0254\u029e \u0287\u0265\u01dd 'S\u0265\u00f8\u028d \u0166\u0250s\u029e S\u0287\u0250\u0287ns' bn\u0287\u0287\u00f8n \u0287\u00f8 s\u01dd\u01dd \u0287\u0265\u01dd s\u0287\u0250\u0287ns \u00f8\u025f \u0287\u0265\u01dd \u0287\u0250s\u029e.", + "Started task to override the score for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "S\u0287\u0250\u0279\u0287\u01ddd \u0287\u0250s\u029e \u0287\u00f8 \u00f8\u028c\u01dd\u0279\u0279\u1d09d\u01dd \u0287\u0265\u01dd s\u0254\u00f8\u0279\u01dd \u025f\u00f8\u0279 d\u0279\u00f8bl\u01dd\u026f '<%- problem_id %>' \u0250nd s\u0287nd\u01ddn\u0287 '<%- student_id %>'. \u023bl\u1d09\u0254\u029e \u0287\u0265\u01dd 'S\u0265\u00f8\u028d \u0166\u0250s\u029e S\u0287\u0250\u0287ns' bn\u0287\u0287\u00f8n \u0287\u00f8 s\u01dd\u01dd \u0287\u0265\u01dd s\u0287\u0250\u0287ns \u00f8\u025f \u0287\u0265\u01dd \u0287\u0250s\u029e.", + "Started {start}": "S\u0287\u0250\u0279\u0287\u01ddd {start}", + "Starts": "S\u0287\u0250\u0279\u0287s", + "Starts {start}": "S\u0287\u0250\u0279\u0287s {start}", + "Starts: %(start_date)s": "S\u0287\u0250\u0279\u0287s: %(start_date)s", + "State": "S\u0287\u0250\u0287\u01dd", + "Status": "S\u0287\u0250\u0287ns", + "Strikethrough": "S\u0287\u0279\u1d09\u029e\u01dd\u0287\u0265\u0279\u00f8n\u0183\u0265", + "Student": "S\u0287nd\u01ddn\u0287", + "Student Removed from certificate white list successfully.": "S\u0287nd\u01ddn\u0287 \u024c\u01dd\u026f\u00f8\u028c\u01ddd \u025f\u0279\u00f8\u026f \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u028d\u0265\u1d09\u0287\u01dd l\u1d09s\u0287 sn\u0254\u0254\u01ddss\u025fnll\u028e.", + "Student email or username": "S\u0287nd\u01ddn\u0287 \u01dd\u026f\u0250\u1d09l \u00f8\u0279 ns\u01dd\u0279n\u0250\u026f\u01dd", + "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Add to Exception List\" button.": "S\u0287nd\u01ddn\u0287 ns\u01dd\u0279n\u0250\u026f\u01dd/\u01dd\u026f\u0250\u1d09l \u025f\u1d09\u01ddld \u1d09s \u0279\u01ddbn\u1d09\u0279\u01ddd \u0250nd \u0254\u0250n n\u00f8\u0287 b\u01dd \u01dd\u026fd\u0287\u028e. \ua740\u1d09ndl\u028e \u025f\u1d09ll \u1d09n ns\u01dd\u0279n\u0250\u026f\u01dd/\u01dd\u026f\u0250\u1d09l \u0250nd \u0287\u0265\u01ddn d\u0279\u01ddss \"\u023add \u0287\u00f8 \u0246x\u0254\u01ddd\u0287\u1d09\u00f8n \u0141\u1d09s\u0287\" bn\u0287\u0287\u00f8n.", + "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Invalidate Certificate\" button.": "S\u0287nd\u01ddn\u0287 ns\u01dd\u0279n\u0250\u026f\u01dd/\u01dd\u026f\u0250\u1d09l \u025f\u1d09\u01ddld \u1d09s \u0279\u01ddbn\u1d09\u0279\u01ddd \u0250nd \u0254\u0250n n\u00f8\u0287 b\u01dd \u01dd\u026fd\u0287\u028e. \ua740\u1d09ndl\u028e \u025f\u1d09ll \u1d09n ns\u01dd\u0279n\u0250\u026f\u01dd/\u01dd\u026f\u0250\u1d09l \u0250nd \u0287\u0265\u01ddn d\u0279\u01ddss \"\u0197n\u028c\u0250l\u1d09d\u0250\u0287\u01dd \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd\" bn\u0287\u0287\u00f8n.", + "Studio's having trouble saving your work": "S\u0287nd\u1d09\u00f8's \u0265\u0250\u028c\u1d09n\u0183 \u0287\u0279\u00f8nbl\u01dd s\u0250\u028c\u1d09n\u0183 \u028e\u00f8n\u0279 \u028d\u00f8\u0279\u029e", + "Studio:": "S\u0287nd\u1d09\u00f8:", + "Style": "S\u0287\u028el\u01dd", + "Subject": "Snb\u027e\u01dd\u0254\u0287", + "Subject:": "Snb\u027e\u01dd\u0254\u0287:", + "Submission aborted! Sorry, your browser does not support file uploads. If you can, please use Chrome or Safari which have been verified to support file uploads.": "Snb\u026f\u1d09ss\u1d09\u00f8n \u0250b\u00f8\u0279\u0287\u01ddd! S\u00f8\u0279\u0279\u028e, \u028e\u00f8n\u0279 b\u0279\u00f8\u028ds\u01dd\u0279 d\u00f8\u01dds n\u00f8\u0287 sndd\u00f8\u0279\u0287 \u025f\u1d09l\u01dd ndl\u00f8\u0250ds. \u0197\u025f \u028e\u00f8n \u0254\u0250n, dl\u01dd\u0250s\u01dd ns\u01dd \u023b\u0265\u0279\u00f8\u026f\u01dd \u00f8\u0279 S\u0250\u025f\u0250\u0279\u1d09 \u028d\u0265\u1d09\u0254\u0265 \u0265\u0250\u028c\u01dd b\u01dd\u01ddn \u028c\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u0287\u00f8 sndd\u00f8\u0279\u0287 \u025f\u1d09l\u01dd ndl\u00f8\u0250ds.", + "Submit": "Snb\u026f\u1d09\u0287", + "Submit Application": "Snb\u026f\u1d09\u0287 \u023addl\u1d09\u0254\u0250\u0287\u1d09\u00f8n", + "Submit enrollment change": "Snb\u026f\u1d09\u0287 \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 \u0254\u0265\u0250n\u0183\u01dd", + "Submitted": "Snb\u026f\u1d09\u0287\u0287\u01ddd", + "Subscript": "Snbs\u0254\u0279\u1d09d\u0287", + "Subsection": "Snbs\u01dd\u0254\u0287\u1d09\u00f8n", + "Subsection Visibility": "Snbs\u01dd\u0254\u0287\u1d09\u00f8n V\u1d09s\u1d09b\u1d09l\u1d09\u0287\u028e", + "Subsection is hidden after course end date": "Snbs\u01dd\u0254\u0287\u1d09\u00f8n \u1d09s \u0265\u1d09dd\u01ddn \u0250\u025f\u0287\u01dd\u0279 \u0254\u00f8n\u0279s\u01dd \u01ddnd d\u0250\u0287\u01dd", + "Subsection is hidden after due date": "Snbs\u01dd\u0254\u0287\u1d09\u00f8n \u1d09s \u0265\u1d09dd\u01ddn \u0250\u025f\u0287\u01dd\u0279 dn\u01dd d\u0250\u0287\u01dd", + "Subsections": "Snbs\u01dd\u0254\u0287\u1d09\u00f8ns", + "Success": "Sn\u0254\u0254\u01ddss", + "Success! \"{displayName}\" has been moved.": "Sn\u0254\u0254\u01ddss! \"{displayName}\" \u0265\u0250s b\u01dd\u01ddn \u026f\u00f8\u028c\u01ddd.", + "Success! Problem attempts reset for problem '<%- problem_id %>' and student '<%- student_id %>'.": "Sn\u0254\u0254\u01ddss! \u2c63\u0279\u00f8bl\u01dd\u026f \u0250\u0287\u0287\u01dd\u026fd\u0287s \u0279\u01dds\u01dd\u0287 \u025f\u00f8\u0279 d\u0279\u00f8bl\u01dd\u026f '<%- problem_id %>' \u0250nd s\u0287nd\u01ddn\u0287 '<%- student_id %>'.", + "Successfully deleted student state for user {user}": "Sn\u0254\u0254\u01ddss\u025fnll\u028e d\u01ddl\u01dd\u0287\u01ddd s\u0287nd\u01ddn\u0287 s\u0287\u0250\u0287\u01dd \u025f\u00f8\u0279 ns\u01dd\u0279 {user}", + "Successfully enrolled and sent email to the following users:": "Sn\u0254\u0254\u01ddss\u025fnll\u028e \u01ddn\u0279\u00f8ll\u01ddd \u0250nd s\u01ddn\u0287 \u01dd\u026f\u0250\u1d09l \u0287\u00f8 \u0287\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 ns\u01dd\u0279s:", + "Successfully enrolled the following users:": "Sn\u0254\u0254\u01ddss\u025fnll\u028e \u01ddn\u0279\u00f8ll\u01ddd \u0287\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 ns\u01dd\u0279s:", + "Successfully overrode problem score for {user}": "Sn\u0254\u0254\u01ddss\u025fnll\u028e \u00f8\u028c\u01dd\u0279\u0279\u00f8d\u01dd d\u0279\u00f8bl\u01dd\u026f s\u0254\u00f8\u0279\u01dd \u025f\u00f8\u0279 {user}", + "Successfully rescored problem for user {user}": "Sn\u0254\u0254\u01ddss\u025fnll\u028e \u0279\u01dds\u0254\u00f8\u0279\u01ddd d\u0279\u00f8bl\u01dd\u026f \u025f\u00f8\u0279 ns\u01dd\u0279 {user}", + "Successfully rescored problem to improve score for user {user}": "Sn\u0254\u0254\u01ddss\u025fnll\u028e \u0279\u01dds\u0254\u00f8\u0279\u01ddd d\u0279\u00f8bl\u01dd\u026f \u0287\u00f8 \u1d09\u026fd\u0279\u00f8\u028c\u01dd s\u0254\u00f8\u0279\u01dd \u025f\u00f8\u0279 ns\u01dd\u0279 {user}", + "Successfully reset the attempts for user {user}": "Sn\u0254\u0254\u01ddss\u025fnll\u028e \u0279\u01dds\u01dd\u0287 \u0287\u0265\u01dd \u0250\u0287\u0287\u01dd\u026fd\u0287s \u025f\u00f8\u0279 ns\u01dd\u0279 {user}", + "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "Sn\u0254\u0254\u01ddss\u025fnll\u028e s\u01ddn\u0287 \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 \u01dd\u026f\u0250\u1d09ls \u0287\u00f8 \u0287\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 ns\u01dd\u0279s. \u0166\u0265\u01dd\u028e \u028d\u1d09ll b\u01dd \u0250ll\u00f8\u028d\u01ddd \u0287\u00f8 \u01ddn\u0279\u00f8ll \u00f8n\u0254\u01dd \u0287\u0265\u01dd\u028e \u0279\u01dd\u0183\u1d09s\u0287\u01dd\u0279:", + "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "Sn\u0254\u0254\u01ddss\u025fnll\u028e s\u01ddn\u0287 \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 \u01dd\u026f\u0250\u1d09ls \u0287\u00f8 \u0287\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 ns\u01dd\u0279s. \u0166\u0265\u01dd\u028e \u028d\u1d09ll b\u01dd \u01ddn\u0279\u00f8ll\u01ddd \u00f8n\u0254\u01dd \u0287\u0265\u01dd\u028e \u0279\u01dd\u0183\u1d09s\u0287\u01dd\u0279:", + "Successfully started task to rescore problem '<%- problem_id %>' for all students. Click the 'Show Task Status' button to see the status of the task.": "Sn\u0254\u0254\u01ddss\u025fnll\u028e s\u0287\u0250\u0279\u0287\u01ddd \u0287\u0250s\u029e \u0287\u00f8 \u0279\u01dds\u0254\u00f8\u0279\u01dd d\u0279\u00f8bl\u01dd\u026f '<%- problem_id %>' \u025f\u00f8\u0279 \u0250ll s\u0287nd\u01ddn\u0287s. \u023bl\u1d09\u0254\u029e \u0287\u0265\u01dd 'S\u0265\u00f8\u028d \u0166\u0250s\u029e S\u0287\u0250\u0287ns' bn\u0287\u0287\u00f8n \u0287\u00f8 s\u01dd\u01dd \u0287\u0265\u01dd s\u0287\u0250\u0287ns \u00f8\u025f \u0287\u0265\u01dd \u0287\u0250s\u029e.", + "Successfully started task to reset attempts for problem '<%- problem_id %>'. Click the 'Show Task Status' button to see the status of the task.": "Sn\u0254\u0254\u01ddss\u025fnll\u028e s\u0287\u0250\u0279\u0287\u01ddd \u0287\u0250s\u029e \u0287\u00f8 \u0279\u01dds\u01dd\u0287 \u0250\u0287\u0287\u01dd\u026fd\u0287s \u025f\u00f8\u0279 d\u0279\u00f8bl\u01dd\u026f '<%- problem_id %>'. \u023bl\u1d09\u0254\u029e \u0287\u0265\u01dd 'S\u0265\u00f8\u028d \u0166\u0250s\u029e S\u0287\u0250\u0287ns' bn\u0287\u0287\u00f8n \u0287\u00f8 s\u01dd\u01dd \u0287\u0265\u01dd s\u0287\u0250\u0287ns \u00f8\u025f \u0287\u0265\u01dd \u0287\u0250s\u029e.", + "Successfully unlinked.": "Sn\u0254\u0254\u01ddss\u025fnll\u028e nnl\u1d09n\u029e\u01ddd.", + "Superscript": "Snd\u01dd\u0279s\u0254\u0279\u1d09d\u0287", + "Support education research by providing additional information": "Sndd\u00f8\u0279\u0287 \u01dddn\u0254\u0250\u0287\u1d09\u00f8n \u0279\u01dds\u01dd\u0250\u0279\u0254\u0265 b\u028e d\u0279\u00f8\u028c\u1d09d\u1d09n\u0183 \u0250dd\u1d09\u0287\u1d09\u00f8n\u0250l \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n", + "Supported": "Sndd\u00f8\u0279\u0287\u01ddd", + "Supported file types: {supportedVideoTypes}": "Sndd\u00f8\u0279\u0287\u01ddd \u025f\u1d09l\u01dd \u0287\u028ed\u01dds: {supportedVideoTypes}", + "Switch Language Back": "S\u028d\u1d09\u0287\u0254\u0265 \u0141\u0250n\u0183n\u0250\u0183\u01dd \u0243\u0250\u0254\u029e", + "TOTAL": "\u0166\u00d8\u0166\u023a\u0141", + "Table": "\u0166\u0250bl\u01dd", + "Table properties": "\u0166\u0250bl\u01dd d\u0279\u00f8d\u01dd\u0279\u0287\u1d09\u01dds", + "Tags": "\u0166\u0250\u0183s", + "Tags:": "\u0166\u0250\u0183s:", + "Take Photo": "\u0166\u0250\u029e\u01dd \u2c63\u0265\u00f8\u0287\u00f8", + "Take Your Photo": "\u0166\u0250\u029e\u01dd \u024e\u00f8n\u0279 \u2c63\u0265\u00f8\u0287\u00f8", + "Take a Photo of Your ID": "\u0166\u0250\u029e\u01dd \u0250 \u2c63\u0265\u00f8\u0287\u00f8 \u00f8\u025f \u024e\u00f8n\u0279 \u0197\u0110", + "Take a photo of your ID": "\u0166\u0250\u029e\u01dd \u0250 d\u0265\u00f8\u0287\u00f8 \u00f8\u025f \u028e\u00f8n\u0279 \u0197\u0110", + "Take me to the main course page": "\u0166\u0250\u029e\u01dd \u026f\u01dd \u0287\u00f8 \u0287\u0265\u01dd \u026f\u0250\u1d09n \u0254\u00f8n\u0279s\u01dd d\u0250\u0183\u01dd", + "Take me to the main library page": "\u0166\u0250\u029e\u01dd \u026f\u01dd \u0287\u00f8 \u0287\u0265\u01dd \u026f\u0250\u1d09n l\u1d09b\u0279\u0250\u0279\u028e d\u0250\u0183\u01dd", + "Take me to the new location": "\u0166\u0250\u029e\u01dd \u026f\u01dd \u0287\u00f8 \u0287\u0265\u01dd n\u01dd\u028d l\u00f8\u0254\u0250\u0287\u1d09\u00f8n", + "Target": "\u0166\u0250\u0279\u0183\u01dd\u0287", + "Task ID": "\u0166\u0250s\u029e \u0197\u0110", + "Task Progress": "\u0166\u0250s\u029e \u2c63\u0279\u00f8\u0183\u0279\u01ddss", + "Task Status": "\u0166\u0250s\u029e S\u0287\u0250\u0287ns", + "Task Type": "\u0166\u0250s\u029e \u0166\u028ed\u01dd", + "Task inputs": "\u0166\u0250s\u029e \u1d09ndn\u0287s", + "Teaching Assistant": "\u0166\u01dd\u0250\u0254\u0265\u1d09n\u0183 \u023ass\u1d09s\u0287\u0250n\u0287", + "Team \"{team}\" successfully deleted.": "\u0166\u01dd\u0250\u026f \"{team}\" sn\u0254\u0254\u01ddss\u025fnll\u028e d\u01ddl\u01dd\u0287\u01ddd.", + "Team Description (Required) *": "\u0166\u01dd\u0250\u026f \u0110\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n (\u024c\u01ddbn\u1d09\u0279\u01ddd) *", + "Team Details": "\u0166\u01dd\u0250\u026f \u0110\u01dd\u0287\u0250\u1d09ls", + "Team Name (Required) *": "\u0166\u01dd\u0250\u026f N\u0250\u026f\u01dd (\u024c\u01ddbn\u1d09\u0279\u01ddd) *", + "Team Search": "\u0166\u01dd\u0250\u026f S\u01dd\u0250\u0279\u0254\u0265", + "Team capacity": "\u0166\u01dd\u0250\u026f \u0254\u0250d\u0250\u0254\u1d09\u0287\u028e", + "Team description cannot have more than 300 characters.": "\u0166\u01dd\u0250\u026f d\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n \u0254\u0250nn\u00f8\u0287 \u0265\u0250\u028c\u01dd \u026f\u00f8\u0279\u01dd \u0287\u0265\u0250n 300 \u0254\u0265\u0250\u0279\u0250\u0254\u0287\u01dd\u0279s.", + "Team member profiles": "\u0166\u01dd\u0250\u026f \u026f\u01dd\u026fb\u01dd\u0279 d\u0279\u00f8\u025f\u1d09l\u01dds", + "Team name cannot have more than 255 characters.": "\u0166\u01dd\u0250\u026f n\u0250\u026f\u01dd \u0254\u0250nn\u00f8\u0287 \u0265\u0250\u028c\u01dd \u026f\u00f8\u0279\u01dd \u0287\u0265\u0250n 255 \u0254\u0265\u0250\u0279\u0250\u0254\u0287\u01dd\u0279s.", + "Teams": "\u0166\u01dd\u0250\u026fs", + "Teams Pagination": "\u0166\u01dd\u0250\u026fs \u2c63\u0250\u0183\u1d09n\u0250\u0287\u1d09\u00f8n", + "Tell other learners a little about yourself: where you live, what your interests are, why you're taking courses, or what you hope to learn.": "\u0166\u01ddll \u00f8\u0287\u0265\u01dd\u0279 l\u01dd\u0250\u0279n\u01dd\u0279s \u0250 l\u1d09\u0287\u0287l\u01dd \u0250b\u00f8n\u0287 \u028e\u00f8n\u0279s\u01ddl\u025f: \u028d\u0265\u01dd\u0279\u01dd \u028e\u00f8n l\u1d09\u028c\u01dd, \u028d\u0265\u0250\u0287 \u028e\u00f8n\u0279 \u1d09n\u0287\u01dd\u0279\u01dds\u0287s \u0250\u0279\u01dd, \u028d\u0265\u028e \u028e\u00f8n'\u0279\u01dd \u0287\u0250\u029e\u1d09n\u0183 \u0254\u00f8n\u0279s\u01dds, \u00f8\u0279 \u028d\u0265\u0250\u0287 \u028e\u00f8n \u0265\u00f8d\u01dd \u0287\u00f8 l\u01dd\u0250\u0279n.", + "Templates": "\u0166\u01dd\u026fdl\u0250\u0287\u01dds", + "Terms of Service and Honor Code": "\u0166\u01dd\u0279\u026fs \u00f8\u025f S\u01dd\u0279\u028c\u1d09\u0254\u01dd \u0250nd \u0126\u00f8n\u00f8\u0279 \u023b\u00f8d\u01dd", + "Text color": "\u0166\u01ddx\u0287 \u0254\u00f8l\u00f8\u0279", + "Text to display": "\u0166\u01ddx\u0287 \u0287\u00f8 d\u1d09sdl\u0250\u028e", + "Textbook Name": "\u0166\u01ddx\u0287b\u00f8\u00f8\u029e N\u0250\u026f\u01dd", + "Textbook information": "\u0166\u01ddx\u0287b\u00f8\u00f8\u029e \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n", + "Textbook name is required": "\u0166\u01ddx\u0287b\u00f8\u00f8\u029e n\u0250\u026f\u01dd \u1d09s \u0279\u01ddbn\u1d09\u0279\u01ddd", + "Thank you %(full_name)s! We have received your payment for %(course_name)s.": "\u0166\u0265\u0250n\u029e \u028e\u00f8n %(full_name)s! W\u01dd \u0265\u0250\u028c\u01dd \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01ddd \u028e\u00f8n\u0279 d\u0250\u028e\u026f\u01ddn\u0287 \u025f\u00f8\u0279 %(course_name)s.", + "Thank you for setting your course goal to {goal}!": "\u0166\u0265\u0250n\u029e \u028e\u00f8n \u025f\u00f8\u0279 s\u01dd\u0287\u0287\u1d09n\u0183 \u028e\u00f8n\u0279 \u0254\u00f8n\u0279s\u01dd \u0183\u00f8\u0250l \u0287\u00f8 {goal}!", + "Thank you for submitting a request! We will contact you within 24 hours.": "\u0166\u0265\u0250n\u029e \u028e\u00f8n \u025f\u00f8\u0279 snb\u026f\u1d09\u0287\u0287\u1d09n\u0183 \u0250 \u0279\u01ddbn\u01dds\u0287! W\u01dd \u028d\u1d09ll \u0254\u00f8n\u0287\u0250\u0254\u0287 \u028e\u00f8n \u028d\u1d09\u0287\u0265\u1d09n 24 \u0265\u00f8n\u0279s.", + "Thank you for submitting your financial assistance application for {course_name}! You can expect a response in 2-4 business days.": "\u0166\u0265\u0250n\u029e \u028e\u00f8n \u025f\u00f8\u0279 snb\u026f\u1d09\u0287\u0287\u1d09n\u0183 \u028e\u00f8n\u0279 \u025f\u1d09n\u0250n\u0254\u1d09\u0250l \u0250ss\u1d09s\u0287\u0250n\u0254\u01dd \u0250ddl\u1d09\u0254\u0250\u0287\u1d09\u00f8n \u025f\u00f8\u0279 {course_name}! \u024e\u00f8n \u0254\u0250n \u01ddxd\u01dd\u0254\u0287 \u0250 \u0279\u01ddsd\u00f8ns\u01dd \u1d09n 2-4 bns\u1d09n\u01ddss d\u0250\u028es.", + "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "\u0166\u0265\u0250n\u029e \u028e\u00f8n \u025f\u00f8\u0279 snb\u026f\u1d09\u0287\u0287\u1d09n\u0183 \u028e\u00f8n\u0279 d\u0265\u00f8\u0287\u00f8s. W\u01dd \u028d\u1d09ll \u0279\u01dd\u028c\u1d09\u01dd\u028d \u0287\u0265\u01dd\u026f s\u0265\u00f8\u0279\u0287l\u028e. \u024e\u00f8n \u0254\u0250n n\u00f8\u028d s\u1d09\u0183n nd \u025f\u00f8\u0279 \u0250n\u028e %(platformName)s \u0254\u00f8n\u0279s\u01dd \u0287\u0265\u0250\u0287 \u00f8\u025f\u025f\u01dd\u0279s \u028c\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds. V\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n \u1d09s \u0183\u00f8\u00f8d \u025f\u00f8\u0279 \u00f8n\u01dd \u028e\u01dd\u0250\u0279. \u023a\u025f\u0287\u01dd\u0279 \u00f8n\u01dd \u028e\u01dd\u0250\u0279, \u028e\u00f8n \u026fns\u0287 snb\u026f\u1d09\u0287 d\u0265\u00f8\u0287\u00f8s \u025f\u00f8\u0279 \u028c\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n \u0250\u0183\u0250\u1d09n.", + "Thank you! We have received your payment for {courseName}.": "\u0166\u0265\u0250n\u029e \u028e\u00f8n! W\u01dd \u0265\u0250\u028c\u01dd \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01ddd \u028e\u00f8n\u0279 d\u0250\u028e\u026f\u01ddn\u0287 \u025f\u00f8\u0279 {courseName}.", + "Thanks for returning to verify your ID in: {courseName}": "\u0166\u0265\u0250n\u029es \u025f\u00f8\u0279 \u0279\u01dd\u0287n\u0279n\u1d09n\u0183 \u0287\u00f8 \u028c\u01dd\u0279\u1d09\u025f\u028e \u028e\u00f8n\u0279 \u0197\u0110 \u1d09n: {courseName}", + "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "\u0166\u0265\u01dd \u0244\u024c\u0141 \u028e\u00f8n \u01ddn\u0287\u01dd\u0279\u01ddd s\u01dd\u01dd\u026fs \u0287\u00f8 b\u01dd \u0250n \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss. \u0110\u00f8 \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u0250dd \u0287\u0265\u01dd \u0279\u01ddbn\u1d09\u0279\u01ddd \u026f\u0250\u1d09l\u0287\u00f8: d\u0279\u01dd\u025f\u1d09x?", + "The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": "\u0166\u0265\u01dd \u0244\u024c\u0141 \u028e\u00f8n \u01ddn\u0287\u01dd\u0279\u01ddd s\u01dd\u01dd\u026fs \u0287\u00f8 b\u01dd \u0250n \u01ddx\u0287\u01dd\u0279n\u0250l l\u1d09n\u029e. \u0110\u00f8 \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u0250dd \u0287\u0265\u01dd \u0279\u01ddbn\u1d09\u0279\u01ddd \u0265\u0287\u0287d:// d\u0279\u01dd\u025f\u1d09x?", + "The assignment type must have a name.": "\u0166\u0265\u01dd \u0250ss\u1d09\u0183n\u026f\u01ddn\u0287 \u0287\u028ed\u01dd \u026fns\u0287 \u0265\u0250\u028c\u01dd \u0250 n\u0250\u026f\u01dd.", + "The certificate available date must be later than the course end date.": "\u0166\u0265\u01dd \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u0250\u028c\u0250\u1d09l\u0250bl\u01dd d\u0250\u0287\u01dd \u026fns\u0287 b\u01dd l\u0250\u0287\u01dd\u0279 \u0287\u0265\u0250n \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd \u01ddnd d\u0250\u0287\u01dd.", + "The certificate for this learner has been re-validated and the system is re-running the grade for this learner.": "\u0166\u0265\u01dd \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u025f\u00f8\u0279 \u0287\u0265\u1d09s l\u01dd\u0250\u0279n\u01dd\u0279 \u0265\u0250s b\u01dd\u01ddn \u0279\u01dd-\u028c\u0250l\u1d09d\u0250\u0287\u01ddd \u0250nd \u0287\u0265\u01dd s\u028es\u0287\u01dd\u026f \u1d09s \u0279\u01dd-\u0279nnn\u1d09n\u0183 \u0287\u0265\u01dd \u0183\u0279\u0250d\u01dd \u025f\u00f8\u0279 \u0287\u0265\u1d09s l\u01dd\u0250\u0279n\u01dd\u0279.", + "The cohort cannot be added": "\u0166\u0265\u01dd \u0254\u00f8\u0265\u00f8\u0279\u0287 \u0254\u0250nn\u00f8\u0287 b\u01dd \u0250dd\u01ddd", + "The cohort cannot be saved": "\u0166\u0265\u01dd \u0254\u00f8\u0265\u00f8\u0279\u0287 \u0254\u0250nn\u00f8\u0287 b\u01dd s\u0250\u028c\u01ddd", + "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "\u0166\u0265\u01dd \u0254\u00f8\u026fb\u1d09n\u01ddd l\u01ddn\u0183\u0287\u0265 \u00f8\u025f \u0287\u0265\u01dd \u00f8\u0279\u0183\u0250n\u1d09z\u0250\u0287\u1d09\u00f8n \u0250nd l\u1d09b\u0279\u0250\u0279\u028e \u0254\u00f8d\u01dd \u025f\u1d09\u01ddlds \u0254\u0250nn\u00f8\u0287 b\u01dd \u026f\u00f8\u0279\u01dd \u0287\u0265\u0250n <%=limit%> \u0254\u0265\u0250\u0279\u0250\u0254\u0287\u01dd\u0279s.", + "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "\u0166\u0265\u01dd \u0254\u00f8\u026fb\u1d09n\u01ddd l\u01ddn\u0183\u0287\u0265 \u00f8\u025f \u0287\u0265\u01dd \u00f8\u0279\u0183\u0250n\u1d09z\u0250\u0287\u1d09\u00f8n, \u0254\u00f8n\u0279s\u01dd nn\u026fb\u01dd\u0279, \u0250nd \u0254\u00f8n\u0279s\u01dd \u0279nn \u025f\u1d09\u01ddlds \u0254\u0250nn\u00f8\u0287 b\u01dd \u026f\u00f8\u0279\u01dd \u0287\u0265\u0250n <%=limit%> \u0254\u0265\u0250\u0279\u0250\u0254\u0287\u01dd\u0279s.", + "The country or region where you live.": "\u0166\u0265\u01dd \u0254\u00f8nn\u0287\u0279\u028e \u00f8\u0279 \u0279\u01dd\u0183\u1d09\u00f8n \u028d\u0265\u01dd\u0279\u01dd \u028e\u00f8n l\u1d09\u028c\u01dd.", + "The country that team members primarily identify with.": "\u0166\u0265\u01dd \u0254\u00f8nn\u0287\u0279\u028e \u0287\u0265\u0250\u0287 \u0287\u01dd\u0250\u026f \u026f\u01dd\u026fb\u01dd\u0279s d\u0279\u1d09\u026f\u0250\u0279\u1d09l\u028e \u1d09d\u01ddn\u0287\u1d09\u025f\u028e \u028d\u1d09\u0287\u0265.", + "The course end date must be later than the course start date.": "\u0166\u0265\u01dd \u0254\u00f8n\u0279s\u01dd \u01ddnd d\u0250\u0287\u01dd \u026fns\u0287 b\u01dd l\u0250\u0287\u01dd\u0279 \u0287\u0265\u0250n \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd s\u0287\u0250\u0279\u0287 d\u0250\u0287\u01dd.", + "The course must have an assigned start date.": "\u0166\u0265\u01dd \u0254\u00f8n\u0279s\u01dd \u026fns\u0287 \u0265\u0250\u028c\u01dd \u0250n \u0250ss\u1d09\u0183n\u01ddd s\u0287\u0250\u0279\u0287 d\u0250\u0287\u01dd.", + "The course start date must be later than the enrollment start date.": "\u0166\u0265\u01dd \u0254\u00f8n\u0279s\u01dd s\u0287\u0250\u0279\u0287 d\u0250\u0287\u01dd \u026fns\u0287 b\u01dd l\u0250\u0287\u01dd\u0279 \u0287\u0265\u0250n \u0287\u0265\u01dd \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 s\u0287\u0250\u0279\u0287 d\u0250\u0287\u01dd.", + "The email address you've provided isn't formatted correctly.": "\u0166\u0265\u01dd \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss \u028e\u00f8n'\u028c\u01dd d\u0279\u00f8\u028c\u1d09d\u01ddd \u1d09sn'\u0287 \u025f\u00f8\u0279\u026f\u0250\u0287\u0287\u01ddd \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287l\u028e.", + "The enrollment end date cannot be after the course end date.": "\u0166\u0265\u01dd \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 \u01ddnd d\u0250\u0287\u01dd \u0254\u0250nn\u00f8\u0287 b\u01dd \u0250\u025f\u0287\u01dd\u0279 \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd \u01ddnd d\u0250\u0287\u01dd.", + "The enrollment start date cannot be after the enrollment end date.": "\u0166\u0265\u01dd \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 s\u0287\u0250\u0279\u0287 d\u0250\u0287\u01dd \u0254\u0250nn\u00f8\u0287 b\u01dd \u0250\u025f\u0287\u01dd\u0279 \u0287\u0265\u01dd \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 \u01ddnd d\u0250\u0287\u01dd.", + "The file could not be uploaded.": "\u0166\u0265\u01dd \u025f\u1d09l\u01dd \u0254\u00f8nld n\u00f8\u0287 b\u01dd ndl\u00f8\u0250d\u01ddd.", + "The file must be at least {size} in size.": "\u0166\u0265\u01dd \u025f\u1d09l\u01dd \u026fns\u0287 b\u01dd \u0250\u0287 l\u01dd\u0250s\u0287 {size} \u1d09n s\u1d09z\u01dd.", + "The file must be smaller than {size} in size.": "\u0166\u0265\u01dd \u025f\u1d09l\u01dd \u026fns\u0287 b\u01dd s\u026f\u0250ll\u01dd\u0279 \u0287\u0265\u0250n {size} \u1d09n s\u1d09z\u01dd.", + "The file you are trying to upload is too large.": "\u0166\u0265\u01dd \u025f\u1d09l\u01dd \u028e\u00f8n \u0250\u0279\u01dd \u0287\u0279\u028e\u1d09n\u0183 \u0287\u00f8 ndl\u00f8\u0250d \u1d09s \u0287\u00f8\u00f8 l\u0250\u0279\u0183\u01dd.", + "The following email addresses and/or usernames are invalid:": "\u0166\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss\u01dds \u0250nd/\u00f8\u0279 ns\u01dd\u0279n\u0250\u026f\u01dds \u0250\u0279\u01dd \u1d09n\u028c\u0250l\u1d09d:", + "The following errors were generated:": "\u0166\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 \u01dd\u0279\u0279\u00f8\u0279s \u028d\u01dd\u0279\u01dd \u0183\u01ddn\u01dd\u0279\u0250\u0287\u01ddd:", + "The following information is already a part of your {platform} profile. We\\'ve included it here for your application.": "\u0166\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n \u1d09s \u0250l\u0279\u01dd\u0250d\u028e \u0250 d\u0250\u0279\u0287 \u00f8\u025f \u028e\u00f8n\u0279 {platform} d\u0279\u00f8\u025f\u1d09l\u01dd. W\u01dd\\'\u028c\u01dd \u1d09n\u0254lnd\u01ddd \u1d09\u0287 \u0265\u01dd\u0279\u01dd \u025f\u00f8\u0279 \u028e\u00f8n\u0279 \u0250ddl\u1d09\u0254\u0250\u0287\u1d09\u00f8n.", + "The following message will be displayed at the bottom of the courseware pages within your course:": "\u0166\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 \u026f\u01ddss\u0250\u0183\u01dd \u028d\u1d09ll b\u01dd d\u1d09sdl\u0250\u028e\u01ddd \u0250\u0287 \u0287\u0265\u01dd b\u00f8\u0287\u0287\u00f8\u026f \u00f8\u025f \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd\u028d\u0250\u0279\u01dd d\u0250\u0183\u01dds \u028d\u1d09\u0287\u0265\u1d09n \u028e\u00f8n\u0279 \u0254\u00f8n\u0279s\u01dd:", + "The following options are available for the {license_name} license.": "\u0166\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 \u00f8d\u0287\u1d09\u00f8ns \u0250\u0279\u01dd \u0250\u028c\u0250\u1d09l\u0250bl\u01dd \u025f\u00f8\u0279 \u0287\u0265\u01dd {license_name} l\u1d09\u0254\u01ddns\u01dd.", + "The following users are no longer enrolled in the course:": "\u0166\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 ns\u01dd\u0279s \u0250\u0279\u01dd n\u00f8 l\u00f8n\u0183\u01dd\u0279 \u01ddn\u0279\u00f8ll\u01ddd \u1d09n \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd:", + "The following warnings were generated:": "\u0166\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 \u028d\u0250\u0279n\u1d09n\u0183s \u028d\u01dd\u0279\u01dd \u0183\u01ddn\u01dd\u0279\u0250\u0287\u01ddd:", + "The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.": "\u0166\u0265\u01dd \u0183\u01ddn\u01dd\u0279\u0250l \u0254\u0250\u0287\u01dd\u0183\u00f8\u0279\u028e \u025f\u00f8\u0279 \u0287\u0265\u1d09s \u0287\u028ed\u01dd \u00f8\u025f \u0250ss\u1d09\u0183n\u026f\u01ddn\u0287, \u025f\u00f8\u0279 \u01ddx\u0250\u026fdl\u01dd, \u0126\u00f8\u026f\u01dd\u028d\u00f8\u0279\u029e \u00f8\u0279 M\u1d09d\u0287\u01dd\u0279\u026f \u0246x\u0250\u026f. \u0166\u0265\u1d09s n\u0250\u026f\u01dd \u1d09s \u028c\u1d09s\u1d09bl\u01dd \u0287\u00f8 l\u01dd\u0250\u0279n\u01dd\u0279s.", + "The grading process is still running. Refresh the page to see updates.": "\u0166\u0265\u01dd \u0183\u0279\u0250d\u1d09n\u0183 d\u0279\u00f8\u0254\u01ddss \u1d09s s\u0287\u1d09ll \u0279nnn\u1d09n\u0183. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0287\u00f8 s\u01dd\u01dd ndd\u0250\u0287\u01dds.", + "The language that team members primarily use to communicate with each other.": "\u0166\u0265\u01dd l\u0250n\u0183n\u0250\u0183\u01dd \u0287\u0265\u0250\u0287 \u0287\u01dd\u0250\u026f \u026f\u01dd\u026fb\u01dd\u0279s d\u0279\u1d09\u026f\u0250\u0279\u1d09l\u028e ns\u01dd \u0287\u00f8 \u0254\u00f8\u026f\u026fnn\u1d09\u0254\u0250\u0287\u01dd \u028d\u1d09\u0287\u0265 \u01dd\u0250\u0254\u0265 \u00f8\u0287\u0265\u01dd\u0279.", + "The language used throughout this site. This site is currently available in a limited number of languages. Changing the value of this field will cause the page to refresh.": "\u0166\u0265\u01dd l\u0250n\u0183n\u0250\u0183\u01dd ns\u01ddd \u0287\u0265\u0279\u00f8n\u0183\u0265\u00f8n\u0287 \u0287\u0265\u1d09s s\u1d09\u0287\u01dd. \u0166\u0265\u1d09s s\u1d09\u0287\u01dd \u1d09s \u0254n\u0279\u0279\u01ddn\u0287l\u028e \u0250\u028c\u0250\u1d09l\u0250bl\u01dd \u1d09n \u0250 l\u1d09\u026f\u1d09\u0287\u01ddd nn\u026fb\u01dd\u0279 \u00f8\u025f l\u0250n\u0183n\u0250\u0183\u01dds. \u023b\u0265\u0250n\u0183\u1d09n\u0183 \u0287\u0265\u01dd \u028c\u0250ln\u01dd \u00f8\u025f \u0287\u0265\u1d09s \u025f\u1d09\u01ddld \u028d\u1d09ll \u0254\u0250ns\u01dd \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0287\u00f8 \u0279\u01dd\u025f\u0279\u01dds\u0265.", + "The minimum completion percentage must be a whole number between 0 and 100.": "\u0166\u0265\u01dd \u026f\u1d09n\u1d09\u026fn\u026f \u0254\u00f8\u026fdl\u01dd\u0287\u1d09\u00f8n d\u01dd\u0279\u0254\u01ddn\u0287\u0250\u0183\u01dd \u026fns\u0287 b\u01dd \u0250 \u028d\u0265\u00f8l\u01dd nn\u026fb\u01dd\u0279 b\u01dd\u0287\u028d\u01dd\u01ddn 0 \u0250nd 100.", + "The minimum grade for course credit is not set.": "\u0166\u0265\u01dd \u026f\u1d09n\u1d09\u026fn\u026f \u0183\u0279\u0250d\u01dd \u025f\u00f8\u0279 \u0254\u00f8n\u0279s\u01dd \u0254\u0279\u01ddd\u1d09\u0287 \u1d09s n\u00f8\u0287 s\u01dd\u0287.", + "The minimum score percentage must be a whole number between 0 and 100.": "\u0166\u0265\u01dd \u026f\u1d09n\u1d09\u026fn\u026f s\u0254\u00f8\u0279\u01dd d\u01dd\u0279\u0254\u01ddn\u0287\u0250\u0183\u01dd \u026fns\u0287 b\u01dd \u0250 \u028d\u0265\u00f8l\u01dd nn\u026fb\u01dd\u0279 b\u01dd\u0287\u028d\u01dd\u01ddn 0 \u0250nd 100.", + "The more you tell us, the more quickly and helpfully we can respond!": "\u0166\u0265\u01dd \u026f\u00f8\u0279\u01dd \u028e\u00f8n \u0287\u01ddll ns, \u0287\u0265\u01dd \u026f\u00f8\u0279\u01dd bn\u1d09\u0254\u029el\u028e \u0250nd \u0265\u01ddld\u025fnll\u028e \u028d\u01dd \u0254\u0250n \u0279\u01ddsd\u00f8nd!", + "The name of this signatory as it should appear on certificates.": "\u0166\u0265\u01dd n\u0250\u026f\u01dd \u00f8\u025f \u0287\u0265\u1d09s s\u1d09\u0183n\u0250\u0287\u00f8\u0279\u028e \u0250s \u1d09\u0287 s\u0265\u00f8nld \u0250dd\u01dd\u0250\u0279 \u00f8n \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds.", + "The name that identifies you on {platform_name}. You cannot change your username.": "\u0166\u0265\u01dd n\u0250\u026f\u01dd \u0287\u0265\u0250\u0287 \u1d09d\u01ddn\u0287\u1d09\u025f\u1d09\u01dds \u028e\u00f8n \u00f8n {platform_name}. \u024e\u00f8n \u0254\u0250nn\u00f8\u0287 \u0254\u0265\u0250n\u0183\u01dd \u028e\u00f8n\u0279 ns\u01dd\u0279n\u0250\u026f\u01dd.", + "The name that is used for ID verification and that appears on your certificates.": "\u0166\u0265\u01dd n\u0250\u026f\u01dd \u0287\u0265\u0250\u0287 \u1d09s ns\u01ddd \u025f\u00f8\u0279 \u0197\u0110 \u028c\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n \u0250nd \u0287\u0265\u0250\u0287 \u0250dd\u01dd\u0250\u0279s \u00f8n \u028e\u00f8n\u0279 \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds.", + "The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.": "\u0166\u0265\u01dd nn\u026fb\u01dd\u0279 \u00f8\u025f \u0250ss\u1d09\u0183n\u026f\u01ddn\u0287s \u00f8\u025f \u0287\u0265\u1d09s \u0287\u028ed\u01dd \u0287\u0265\u0250\u0287 \u028d\u1d09ll b\u01dd d\u0279\u00f8dd\u01ddd. \u0166\u0265\u01dd l\u00f8\u028d\u01dds\u0287 s\u0254\u00f8\u0279\u1d09n\u0183 \u0250ss\u1d09\u0183n\u026f\u01ddn\u0287s \u0250\u0279\u01dd d\u0279\u00f8dd\u01ddd \u025f\u1d09\u0279s\u0287.", + "The number of subsections in the course that contain problems of this assignment type.": "\u0166\u0265\u01dd nn\u026fb\u01dd\u0279 \u00f8\u025f snbs\u01dd\u0254\u0287\u1d09\u00f8ns \u1d09n \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd \u0287\u0265\u0250\u0287 \u0254\u00f8n\u0287\u0250\u1d09n d\u0279\u00f8bl\u01dd\u026fs \u00f8\u025f \u0287\u0265\u1d09s \u0250ss\u1d09\u0183n\u026f\u01ddn\u0287 \u0287\u028ed\u01dd.", + "The organization that this signatory belongs to, as it should appear on certificates.": "\u0166\u0265\u01dd \u00f8\u0279\u0183\u0250n\u1d09z\u0250\u0287\u1d09\u00f8n \u0287\u0265\u0250\u0287 \u0287\u0265\u1d09s s\u1d09\u0183n\u0250\u0287\u00f8\u0279\u028e b\u01ddl\u00f8n\u0183s \u0287\u00f8, \u0250s \u1d09\u0287 s\u0265\u00f8nld \u0250dd\u01dd\u0250\u0279 \u00f8n \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds.", + "The page \"{route}\" could not be found.": "\u0166\u0265\u01dd d\u0250\u0183\u01dd \"{route}\" \u0254\u00f8nld n\u00f8\u0287 b\u01dd \u025f\u00f8nnd.", + "The photo of your face matches the photo on your ID.": "\u0166\u0265\u01dd d\u0265\u00f8\u0287\u00f8 \u00f8\u025f \u028e\u00f8n\u0279 \u025f\u0250\u0254\u01dd \u026f\u0250\u0287\u0254\u0265\u01dds \u0287\u0265\u01dd d\u0265\u00f8\u0287\u00f8 \u00f8n \u028e\u00f8n\u0279 \u0197\u0110.", + "The post you selected has been deleted.": "\u0166\u0265\u01dd d\u00f8s\u0287 \u028e\u00f8n s\u01ddl\u01dd\u0254\u0287\u01ddd \u0265\u0250s b\u01dd\u01ddn d\u01ddl\u01dd\u0287\u01ddd.", + "The published branch version, {published}, was reset to the draft branch version, {draft}.": "\u0166\u0265\u01dd dnbl\u1d09s\u0265\u01ddd b\u0279\u0250n\u0254\u0265 \u028c\u01dd\u0279s\u1d09\u00f8n, {published}, \u028d\u0250s \u0279\u01dds\u01dd\u0287 \u0287\u00f8 \u0287\u0265\u01dd d\u0279\u0250\u025f\u0287 b\u0279\u0250n\u0254\u0265 \u028c\u01dd\u0279s\u1d09\u00f8n, {draft}.", + "The raw error message is:": "\u0166\u0265\u01dd \u0279\u0250\u028d \u01dd\u0279\u0279\u00f8\u0279 \u026f\u01ddss\u0250\u0183\u01dd \u1d09s:", + "The refund deadline for this course has passed,so you will not receive a refund.": "\u0166\u0265\u01dd \u0279\u01dd\u025fnnd d\u01dd\u0250dl\u1d09n\u01dd \u025f\u00f8\u0279 \u0287\u0265\u1d09s \u0254\u00f8n\u0279s\u01dd \u0265\u0250s d\u0250ss\u01ddd,s\u00f8 \u028e\u00f8n \u028d\u1d09ll n\u00f8\u0287 \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01dd \u0250 \u0279\u01dd\u025fnnd.", + "The selected content group does not exist": "\u0166\u0265\u01dd s\u01ddl\u01dd\u0254\u0287\u01ddd \u0254\u00f8n\u0287\u01ddn\u0287 \u0183\u0279\u00f8nd d\u00f8\u01dds n\u00f8\u0287 \u01ddx\u1d09s\u0287", + "The selected image must be larger than {minFileSizeInKB}.": "\u0166\u0265\u01dd s\u01ddl\u01dd\u0254\u0287\u01ddd \u1d09\u026f\u0250\u0183\u01dd \u026fns\u0287 b\u01dd l\u0250\u0279\u0183\u01dd\u0279 \u0287\u0265\u0250n {minFileSizeInKB}.", + "The selected image must be smaller than {maxFileSizeInMB}.": "\u0166\u0265\u01dd s\u01ddl\u01dd\u0254\u0287\u01ddd \u1d09\u026f\u0250\u0183\u01dd \u026fns\u0287 b\u01dd s\u026f\u0250ll\u01dd\u0279 \u0287\u0265\u0250n {maxFileSizeInMB}.", + "The team \"{team}\" could not be found.": "\u0166\u0265\u01dd \u0287\u01dd\u0250\u026f \"{team}\" \u0254\u00f8nld n\u00f8\u0287 b\u01dd \u025f\u00f8nnd.", + "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "\u0166\u0265\u01dd \u0287\u1d09\u026f\u01ddd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u025f\u00f8\u0279 \u0287\u0265\u01dd \u025f\u1d09\u0279s\u0287 \u028c\u1d09d\u01dd\u00f8 \u025f\u1d09l\u01dd d\u00f8\u01dds n\u00f8\u0287 \u0250dd\u01dd\u0250\u0279 \u0287\u00f8 b\u01dd \u0287\u0265\u01dd s\u0250\u026f\u01dd \u0250s \u0287\u0265\u01dd \u0287\u1d09\u026f\u01ddd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u025f\u00f8\u0279 \u0287\u0265\u01dd s\u01dd\u0254\u00f8nd \u028c\u1d09d\u01dd\u00f8 \u025f\u1d09l\u01dd.", + "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "\u0166\u0265\u01dd \u0287\u1d09\u026f\u01ddd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u025f\u00f8\u0279 \u0287\u0265\u1d09s \u028c\u1d09d\u01dd\u00f8 \u00f8n \u01dddX \u1d09s \u00f8n\u0287 \u00f8\u025f d\u0250\u0287\u01dd, bn\u0287 \u024e\u00f8n\u0166nb\u01dd \u0265\u0250s \u0250 \u0254n\u0279\u0279\u01ddn\u0287 \u0287\u1d09\u026f\u01ddd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u025f\u00f8\u0279 \u0287\u0265\u1d09s \u028c\u1d09d\u01dd\u00f8.", + "The timer on the right shows the time remaining in the exam.": "\u0166\u0265\u01dd \u0287\u1d09\u026f\u01dd\u0279 \u00f8n \u0287\u0265\u01dd \u0279\u1d09\u0183\u0265\u0287 s\u0265\u00f8\u028ds \u0287\u0265\u01dd \u0287\u1d09\u026f\u01dd \u0279\u01dd\u026f\u0250\u1d09n\u1d09n\u0183 \u1d09n \u0287\u0265\u01dd \u01ddx\u0250\u026f.", + "The topic \"{topic}\" could not be found.": "\u0166\u0265\u01dd \u0287\u00f8d\u1d09\u0254 \"{topic}\" \u0254\u00f8nld n\u00f8\u0287 b\u01dd \u025f\u00f8nnd.", + "The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.": "\u0166\u0265\u01dd \u028d\u01dd\u1d09\u0183\u0265\u0287 \u00f8\u025f \u0250ll \u0250ss\u1d09\u0183n\u026f\u01ddn\u0287s \u00f8\u025f \u0287\u0265\u1d09s \u0287\u028ed\u01dd \u0250s \u0250 d\u01dd\u0279\u0254\u01ddn\u0287\u0250\u0183\u01dd \u00f8\u025f \u0287\u0265\u01dd \u0287\u00f8\u0287\u0250l \u0183\u0279\u0250d\u01dd, \u025f\u00f8\u0279 \u01ddx\u0250\u026fdl\u01dd, 40. \u0110\u00f8 n\u00f8\u0287 \u1d09n\u0254lnd\u01dd \u0287\u0265\u01dd d\u01dd\u0279\u0254\u01ddn\u0287 s\u028e\u026fb\u00f8l.", + "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "\u0166\u0265\u01dd {cohortGroupName} \u0254\u00f8\u0265\u00f8\u0279\u0287 \u0265\u0250s b\u01dd\u01ddn \u0254\u0279\u01dd\u0250\u0287\u01ddd. \u024e\u00f8n \u0254\u0250n \u026f\u0250nn\u0250ll\u028e \u0250dd s\u0287nd\u01ddn\u0287s \u0287\u00f8 \u0287\u0265\u1d09s \u0254\u00f8\u0265\u00f8\u0279\u0287 b\u01ddl\u00f8\u028d.", + "There are invalid keywords in your email. Check the following keywords and try again.": "\u0166\u0265\u01dd\u0279\u01dd \u0250\u0279\u01dd \u1d09n\u028c\u0250l\u1d09d \u029e\u01dd\u028e\u028d\u00f8\u0279ds \u1d09n \u028e\u00f8n\u0279 \u01dd\u026f\u0250\u1d09l. \u023b\u0265\u01dd\u0254\u029e \u0287\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 \u029e\u01dd\u028e\u028d\u00f8\u0279ds \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "There are no posts in this topic yet.": "\u0166\u0265\u01dd\u0279\u01dd \u0250\u0279\u01dd n\u00f8 d\u00f8s\u0287s \u1d09n \u0287\u0265\u1d09s \u0287\u00f8d\u1d09\u0254 \u028e\u01dd\u0287.", + "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.": "\u0166\u0265\u01dd\u0279\u01dd \u0265\u0250s b\u01dd\u01ddn \u0250 \u025f\u0250\u1d09ln\u0279\u01dd \u0287\u00f8 \u01ddxd\u00f8\u0279\u0287 \u0287\u00f8 XM\u0141 \u0250\u0287 l\u01dd\u0250s\u0287 \u00f8n\u01dd \u0254\u00f8\u026fd\u00f8n\u01ddn\u0287. \u0197\u0287 \u1d09s \u0279\u01dd\u0254\u00f8\u026f\u026f\u01ddnd\u01ddd \u0287\u0265\u0250\u0287 \u028e\u00f8n \u0183\u00f8 \u0287\u00f8 \u0287\u0265\u01dd \u01ddd\u1d09\u0287 d\u0250\u0183\u01dd \u0250nd \u0279\u01ddd\u0250\u1d09\u0279 \u0287\u0265\u01dd \u01dd\u0279\u0279\u00f8\u0279 b\u01dd\u025f\u00f8\u0279\u01dd \u0250\u0287\u0287\u01dd\u026fd\u0287\u1d09n\u0183 \u0250n\u00f8\u0287\u0265\u01dd\u0279 \u01ddxd\u00f8\u0279\u0287. \u2c63l\u01dd\u0250s\u01dd \u0254\u0265\u01dd\u0254\u029e \u0287\u0265\u0250\u0287 \u0250ll \u0254\u00f8\u026fd\u00f8n\u01ddn\u0287s \u00f8n \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250\u0279\u01dd \u028c\u0250l\u1d09d \u0250nd d\u00f8 n\u00f8\u0287 d\u1d09sdl\u0250\u028e \u0250n\u028e \u01dd\u0279\u0279\u00f8\u0279 \u026f\u01ddss\u0250\u0183\u01dds.", + "There has been an error processing your survey.": "\u0166\u0265\u01dd\u0279\u01dd \u0265\u0250s b\u01dd\u01ddn \u0250n \u01dd\u0279\u0279\u00f8\u0279 d\u0279\u00f8\u0254\u01ddss\u1d09n\u0183 \u028e\u00f8n\u0279 sn\u0279\u028c\u01dd\u028e.", + "There has been an error while exporting.": "\u0166\u0265\u01dd\u0279\u01dd \u0265\u0250s b\u01dd\u01ddn \u0250n \u01dd\u0279\u0279\u00f8\u0279 \u028d\u0265\u1d09l\u01dd \u01ddxd\u00f8\u0279\u0287\u1d09n\u0183.", + "There has been an error with your export.": "\u0166\u0265\u01dd\u0279\u01dd \u0265\u0250s b\u01dd\u01ddn \u0250n \u01dd\u0279\u0279\u00f8\u0279 \u028d\u1d09\u0287\u0265 \u028e\u00f8n\u0279 \u01ddxd\u00f8\u0279\u0287.", + "There is invalid code in your content. Please check to make sure it is valid HTML.": "\u0166\u0265\u01dd\u0279\u01dd \u1d09s \u1d09n\u028c\u0250l\u1d09d \u0254\u00f8d\u01dd \u1d09n \u028e\u00f8n\u0279 \u0254\u00f8n\u0287\u01ddn\u0287. \u2c63l\u01dd\u0250s\u01dd \u0254\u0265\u01dd\u0254\u029e \u0287\u00f8 \u026f\u0250\u029e\u01dd sn\u0279\u01dd \u1d09\u0287 \u1d09s \u028c\u0250l\u1d09d \u0126\u0166M\u0141.", + "There is no email history for this course.": "\u0166\u0265\u01dd\u0279\u01dd \u1d09s n\u00f8 \u01dd\u026f\u0250\u1d09l \u0265\u1d09s\u0287\u00f8\u0279\u028e \u025f\u00f8\u0279 \u0287\u0265\u1d09s \u0254\u00f8n\u0279s\u01dd.", + "There must be at least one group.": "\u0166\u0265\u01dd\u0279\u01dd \u026fns\u0287 b\u01dd \u0250\u0287 l\u01dd\u0250s\u0287 \u00f8n\u01dd \u0183\u0279\u00f8nd.", + "There must be one cohort to which students can automatically be assigned.": "\u0166\u0265\u01dd\u0279\u01dd \u026fns\u0287 b\u01dd \u00f8n\u01dd \u0254\u00f8\u0265\u00f8\u0279\u0287 \u0287\u00f8 \u028d\u0265\u1d09\u0254\u0265 s\u0287nd\u01ddn\u0287s \u0254\u0250n \u0250n\u0287\u00f8\u026f\u0250\u0287\u1d09\u0254\u0250ll\u028e b\u01dd \u0250ss\u1d09\u0183n\u01ddd.", + "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "\u0166\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250 d\u0279\u00f8bl\u01dd\u026f \u0254\u0279\u01dd\u0250\u0287\u1d09n\u0183 \u0287\u0265\u01dd \u0279\u01ddd\u00f8\u0279\u0287. S\u01ddl\u01dd\u0254\u0287 \"\u023b\u0279\u01dd\u0250\u0287\u01dd \u0246x\u01dd\u0254n\u0287\u1d09\u028c\u01dd Sn\u026f\u026f\u0250\u0279\u028e\" \u0287\u00f8 \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "There was an error changing the user's role": "\u0166\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279 \u0254\u0265\u0250n\u0183\u1d09n\u0183 \u0287\u0265\u01dd ns\u01dd\u0279's \u0279\u00f8l\u01dd", + "There was an error during the upload process.": "\u0166\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279 dn\u0279\u1d09n\u0183 \u0287\u0265\u01dd ndl\u00f8\u0250d d\u0279\u00f8\u0254\u01ddss.", + "There was an error obtaining email content history for this course.": "\u0166\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279 \u00f8b\u0287\u0250\u1d09n\u1d09n\u0183 \u01dd\u026f\u0250\u1d09l \u0254\u00f8n\u0287\u01ddn\u0287 \u0265\u1d09s\u0287\u00f8\u0279\u028e \u025f\u00f8\u0279 \u0287\u0265\u1d09s \u0254\u00f8n\u0279s\u01dd.", + "There was an error obtaining email task history for this course.": "\u0166\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279 \u00f8b\u0287\u0250\u1d09n\u1d09n\u0183 \u01dd\u026f\u0250\u1d09l \u0287\u0250s\u029e \u0265\u1d09s\u0287\u00f8\u0279\u028e \u025f\u00f8\u0279 \u0287\u0265\u1d09s \u0254\u00f8n\u0279s\u01dd.", + "There was an error retrieving preview results for this catalog. Please check that your query is correct and try again.": "\u0166\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279 \u0279\u01dd\u0287\u0279\u1d09\u01dd\u028c\u1d09n\u0183 d\u0279\u01dd\u028c\u1d09\u01dd\u028d \u0279\u01ddsnl\u0287s \u025f\u00f8\u0279 \u0287\u0265\u1d09s \u0254\u0250\u0287\u0250l\u00f8\u0183. \u2c63l\u01dd\u0250s\u01dd \u0254\u0265\u01dd\u0254\u029e \u0287\u0265\u0250\u0287 \u028e\u00f8n\u0279 bn\u01dd\u0279\u028e \u1d09s \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287 \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "There was an error updating your goal.": "\u0166\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279 ndd\u0250\u0287\u1d09n\u0183 \u028e\u00f8n\u0279 \u0183\u00f8\u0250l.", + "There was an error uploading your file.": "\u0166\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279 ndl\u00f8\u0250d\u1d09n\u0183 \u028e\u00f8n\u0279 \u025f\u1d09l\u01dd.", "There was an error when trying to add learners:": [ - "\u0166\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279 \u028d\u0265\u01ddn \u0287\u0279\u028e\u1d09n\u0183 \u0287\u00f8 \u0250dd l\u01dd\u0250\u0279n\u01dd\u0279s:", + "\u0166\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279 \u028d\u0265\u01ddn \u0287\u0279\u028e\u1d09n\u0183 \u0287\u00f8 \u0250dd l\u01dd\u0250\u0279n\u01dd\u0279s:", "{numErrors} l\u01dd\u0250\u0279n\u01dd\u0279s \u0254\u00f8nld n\u00f8\u0287 b\u01dd \u0250dd\u01ddd \u0287\u00f8 \u0287\u0265\u1d09s \u0254\u00f8\u0265\u00f8\u0279\u0287:" - ], - "There was an error while importing the new course to our database.": "\u0166\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279 \u028d\u0265\u1d09l\u01dd \u1d09\u026fd\u00f8\u0279\u0287\u1d09n\u0183 \u0287\u0265\u01dd n\u01dd\u028d \u0254\u00f8n\u0279s\u01dd \u0287\u00f8 \u00f8n\u0279 d\u0250\u0287\u0250b\u0250s\u01dd.", - "There was an error while importing the new library to our database.": "\u0166\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279 \u028d\u0265\u1d09l\u01dd \u1d09\u026fd\u00f8\u0279\u0287\u1d09n\u0183 \u0287\u0265\u01dd n\u01dd\u028d l\u1d09b\u0279\u0250\u0279\u028e \u0287\u00f8 \u00f8n\u0279 d\u0250\u0287\u0250b\u0250s\u01dd.", - "There was an error while unpacking the file.": "\u0166\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279 \u028d\u0265\u1d09l\u01dd nnd\u0250\u0254\u029e\u1d09n\u0183 \u0287\u0265\u01dd \u025f\u1d09l\u01dd.", - "There was an error while verifying the file you submitted.": "\u0166\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279 \u028d\u0265\u1d09l\u01dd \u028c\u01dd\u0279\u1d09\u025f\u028e\u1d09n\u0183 \u0287\u0265\u01dd \u025f\u1d09l\u01dd \u028e\u00f8n snb\u026f\u1d09\u0287\u0287\u01ddd.", - "There was an error with the upload": "\u0166\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279 \u028d\u1d09\u0287\u0265 \u0287\u0265\u01dd ndl\u00f8\u0250d", - "There was an error, try searching again.": "\u0166\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279, \u0287\u0279\u028e s\u01dd\u0250\u0279\u0254\u0265\u1d09n\u0183 \u0250\u0183\u0250\u1d09n.", - "There was an error. Please reload the page and try again.": "\u0166\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279. \u2c63l\u01dd\u0250s\u01dd \u0279\u01ddl\u00f8\u0250d \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "There were errors reindexing course.": "\u0166\u0265\u01dd\u0279\u01dd \u028d\u01dd\u0279\u01dd \u01dd\u0279\u0279\u00f8\u0279s \u0279\u01dd\u1d09nd\u01ddx\u1d09n\u0183 \u0254\u00f8n\u0279s\u01dd.", - "There's already another assignment type with this name.": "\u0166\u0265\u01dd\u0279\u01dd's \u0250l\u0279\u01dd\u0250d\u028e \u0250n\u00f8\u0287\u0265\u01dd\u0279 \u0250ss\u1d09\u0183n\u026f\u01ddn\u0287 \u0287\u028ed\u01dd \u028d\u1d09\u0287\u0265 \u0287\u0265\u1d09s n\u0250\u026f\u01dd.", - "These settings include basic information about your account.": "\u0166\u0265\u01dds\u01dd s\u01dd\u0287\u0287\u1d09n\u0183s \u1d09n\u0254lnd\u01dd b\u0250s\u1d09\u0254 \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n \u0250b\u00f8n\u0287 \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287.", - "These users could not be added as beta testers because their accounts are not yet activated:": "\u0166\u0265\u01dds\u01dd ns\u01dd\u0279s \u0254\u00f8nld n\u00f8\u0287 b\u01dd \u0250dd\u01ddd \u0250s b\u01dd\u0287\u0250 \u0287\u01dds\u0287\u01dd\u0279s b\u01dd\u0254\u0250ns\u01dd \u0287\u0265\u01dd\u1d09\u0279 \u0250\u0254\u0254\u00f8nn\u0287s \u0250\u0279\u01dd n\u00f8\u0287 \u028e\u01dd\u0287 \u0250\u0254\u0287\u1d09\u028c\u0250\u0287\u01ddd:", - "These users were not added as beta testers:": "\u0166\u0265\u01dds\u01dd ns\u01dd\u0279s \u028d\u01dd\u0279\u01dd n\u00f8\u0287 \u0250dd\u01ddd \u0250s b\u01dd\u0287\u0250 \u0287\u01dds\u0287\u01dd\u0279s:", - "These users were not affiliated with the course so could not be unenrolled:": "\u0166\u0265\u01dds\u01dd ns\u01dd\u0279s \u028d\u01dd\u0279\u01dd n\u00f8\u0287 \u0250\u025f\u025f\u1d09l\u1d09\u0250\u0287\u01ddd \u028d\u1d09\u0287\u0265 \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd s\u00f8 \u0254\u00f8nld n\u00f8\u0287 b\u01dd nn\u01ddn\u0279\u00f8ll\u01ddd:", - "These users were not removed as beta testers:": "\u0166\u0265\u01dds\u01dd ns\u01dd\u0279s \u028d\u01dd\u0279\u01dd n\u00f8\u0287 \u0279\u01dd\u026f\u00f8\u028c\u01ddd \u0250s b\u01dd\u0287\u0250 \u0287\u01dds\u0287\u01dd\u0279s:", - "These users were successfully added as beta testers:": "\u0166\u0265\u01dds\u01dd ns\u01dd\u0279s \u028d\u01dd\u0279\u01dd sn\u0254\u0254\u01ddss\u025fnll\u028e \u0250dd\u01ddd \u0250s b\u01dd\u0287\u0250 \u0287\u01dds\u0287\u01dd\u0279s:", - "These users were successfully removed as beta testers:": "\u0166\u0265\u01dds\u01dd ns\u01dd\u0279s \u028d\u01dd\u0279\u01dd sn\u0254\u0254\u01ddss\u025fnll\u028e \u0279\u01dd\u026f\u00f8\u028c\u01ddd \u0250s b\u01dd\u0287\u0250 \u0287\u01dds\u0287\u01dd\u0279s:", - "These users will be allowed to enroll once they register:": "\u0166\u0265\u01dds\u01dd ns\u01dd\u0279s \u028d\u1d09ll b\u01dd \u0250ll\u00f8\u028d\u01ddd \u0287\u00f8 \u01ddn\u0279\u00f8ll \u00f8n\u0254\u01dd \u0287\u0265\u01dd\u028e \u0279\u01dd\u0183\u1d09s\u0287\u01dd\u0279:", - "These users will be enrolled once they register:": "\u0166\u0265\u01dds\u01dd ns\u01dd\u0279s \u028d\u1d09ll b\u01dd \u01ddn\u0279\u00f8ll\u01ddd \u00f8n\u0254\u01dd \u0287\u0265\u01dd\u028e \u0279\u01dd\u0183\u1d09s\u0287\u01dd\u0279:", - "This Group Configuration is not in use. Start by adding a content experiment to any Unit via the {linkStart}Course Outline{linkEnd}.": "\u0166\u0265\u1d09s \u01e4\u0279\u00f8nd \u023b\u00f8n\u025f\u1d09\u0183n\u0279\u0250\u0287\u1d09\u00f8n \u1d09s n\u00f8\u0287 \u1d09n ns\u01dd. S\u0287\u0250\u0279\u0287 b\u028e \u0250dd\u1d09n\u0183 \u0250 \u0254\u00f8n\u0287\u01ddn\u0287 \u01ddxd\u01dd\u0279\u1d09\u026f\u01ddn\u0287 \u0287\u00f8 \u0250n\u028e \u0244n\u1d09\u0287 \u028c\u1d09\u0250 \u0287\u0265\u01dd {linkStart}\u023b\u00f8n\u0279s\u01dd \u00d8n\u0287l\u1d09n\u01dd{linkEnd}.", - "This Group Configuration is used in:": "\u0166\u0265\u1d09s \u01e4\u0279\u00f8nd \u023b\u00f8n\u025f\u1d09\u0183n\u0279\u0250\u0287\u1d09\u00f8n \u1d09s ns\u01ddd \u1d09n:", - "This action cannot be undone.": "\u0166\u0265\u1d09s \u0250\u0254\u0287\u1d09\u00f8n \u0254\u0250nn\u00f8\u0287 b\u01dd nnd\u00f8n\u01dd.", - "This action updates the {provider} information for your entire organization.": "\u0166\u0265\u1d09s \u0250\u0254\u0287\u1d09\u00f8n ndd\u0250\u0287\u01dds \u0287\u0265\u01dd {provider} \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n \u025f\u00f8\u0279 \u028e\u00f8n\u0279 \u01ddn\u0287\u1d09\u0279\u01dd \u00f8\u0279\u0183\u0250n\u1d09z\u0250\u0287\u1d09\u00f8n.", - "This browser cannot play .mp4, .ogg, or .webm files.": "\u0166\u0265\u1d09s b\u0279\u00f8\u028ds\u01dd\u0279 \u0254\u0250nn\u00f8\u0287 dl\u0250\u028e .\u026fd4, .\u00f8\u0183\u0183, \u00f8\u0279 .\u028d\u01ddb\u026f \u025f\u1d09l\u01dds.", - "This catalog's courses:": "\u0166\u0265\u1d09s \u0254\u0250\u0287\u0250l\u00f8\u0183's \u0254\u00f8n\u0279s\u01dds:", - "This certificate has already been activated and is live. Are you sure you want to continue editing?": "\u0166\u0265\u1d09s \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u0265\u0250s \u0250l\u0279\u01dd\u0250d\u028e b\u01dd\u01ddn \u0250\u0254\u0287\u1d09\u028c\u0250\u0287\u01ddd \u0250nd \u1d09s l\u1d09\u028c\u01dd. \u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u0254\u00f8n\u0287\u1d09nn\u01dd \u01ddd\u1d09\u0287\u1d09n\u0183?", - "This comment could not be deleted. Refresh the page and try again.": "\u0166\u0265\u1d09s \u0254\u00f8\u026f\u026f\u01ddn\u0287 \u0254\u00f8nld n\u00f8\u0287 b\u01dd d\u01ddl\u01dd\u0287\u01ddd. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "This component has validation issues.": "\u0166\u0265\u1d09s \u0254\u00f8\u026fd\u00f8n\u01ddn\u0287 \u0265\u0250s \u028c\u0250l\u1d09d\u0250\u0287\u1d09\u00f8n \u1d09ssn\u01dds.", - "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "\u0166\u0265\u1d09s \u0254\u00f8n\u025f\u1d09\u0183n\u0279\u0250\u0287\u1d09\u00f8n \u1d09s \u0254n\u0279\u0279\u01ddn\u0287l\u028e ns\u01ddd \u1d09n \u0254\u00f8n\u0287\u01ddn\u0287 \u01ddxd\u01dd\u0279\u1d09\u026f\u01ddn\u0287s. \u0197\u025f \u028e\u00f8n \u026f\u0250\u029e\u01dd \u0254\u0265\u0250n\u0183\u01dds \u0287\u00f8 \u0287\u0265\u01dd \u0183\u0279\u00f8nds, \u028e\u00f8n \u026f\u0250\u028e n\u01dd\u01ddd \u0287\u00f8 \u01ddd\u1d09\u0287 \u0287\u0265\u00f8s\u01dd \u01ddxd\u01dd\u0279\u1d09\u026f\u01ddn\u0287s.", - "This content group is used in one or more units.": "\u0166\u0265\u1d09s \u0254\u00f8n\u0287\u01ddn\u0287 \u0183\u0279\u00f8nd \u1d09s ns\u01ddd \u1d09n \u00f8n\u01dd \u00f8\u0279 \u026f\u00f8\u0279\u01dd nn\u1d09\u0287s.", - "This course has automatic cohorting enabled for verified track learners, but cohorts are disabled. You must enable cohorts for the feature to work.": "\u0166\u0265\u1d09s \u0254\u00f8n\u0279s\u01dd \u0265\u0250s \u0250n\u0287\u00f8\u026f\u0250\u0287\u1d09\u0254 \u0254\u00f8\u0265\u00f8\u0279\u0287\u1d09n\u0183 \u01ddn\u0250bl\u01ddd \u025f\u00f8\u0279 \u028c\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u0287\u0279\u0250\u0254\u029e l\u01dd\u0250\u0279n\u01dd\u0279s, bn\u0287 \u0254\u00f8\u0265\u00f8\u0279\u0287s \u0250\u0279\u01dd d\u1d09s\u0250bl\u01ddd. \u024e\u00f8n \u026fns\u0287 \u01ddn\u0250bl\u01dd \u0254\u00f8\u0265\u00f8\u0279\u0287s \u025f\u00f8\u0279 \u0287\u0265\u01dd \u025f\u01dd\u0250\u0287n\u0279\u01dd \u0287\u00f8 \u028d\u00f8\u0279\u029e.", - "This course has automatic cohorting enabled for verified track learners, but the required cohort does not exist. You must create a manually-assigned cohort named '{verifiedCohortName}' for the feature to work.": "\u0166\u0265\u1d09s \u0254\u00f8n\u0279s\u01dd \u0265\u0250s \u0250n\u0287\u00f8\u026f\u0250\u0287\u1d09\u0254 \u0254\u00f8\u0265\u00f8\u0279\u0287\u1d09n\u0183 \u01ddn\u0250bl\u01ddd \u025f\u00f8\u0279 \u028c\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u0287\u0279\u0250\u0254\u029e l\u01dd\u0250\u0279n\u01dd\u0279s, bn\u0287 \u0287\u0265\u01dd \u0279\u01ddbn\u1d09\u0279\u01ddd \u0254\u00f8\u0265\u00f8\u0279\u0287 d\u00f8\u01dds n\u00f8\u0287 \u01ddx\u1d09s\u0287. \u024e\u00f8n \u026fns\u0287 \u0254\u0279\u01dd\u0250\u0287\u01dd \u0250 \u026f\u0250nn\u0250ll\u028e-\u0250ss\u1d09\u0183n\u01ddd \u0254\u00f8\u0265\u00f8\u0279\u0287 n\u0250\u026f\u01ddd '{verifiedCohortName}' \u025f\u00f8\u0279 \u0287\u0265\u01dd \u025f\u01dd\u0250\u0287n\u0279\u01dd \u0287\u00f8 \u028d\u00f8\u0279\u029e.", - "This course uses automatic cohorting for verified track learners. You cannot disable cohorts, and you cannot rename the manual cohort named '{verifiedCohortName}'. To change the configuration for verified track cohorts, contact your edX partner manager.": "\u0166\u0265\u1d09s \u0254\u00f8n\u0279s\u01dd ns\u01dds \u0250n\u0287\u00f8\u026f\u0250\u0287\u1d09\u0254 \u0254\u00f8\u0265\u00f8\u0279\u0287\u1d09n\u0183 \u025f\u00f8\u0279 \u028c\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u0287\u0279\u0250\u0254\u029e l\u01dd\u0250\u0279n\u01dd\u0279s. \u024e\u00f8n \u0254\u0250nn\u00f8\u0287 d\u1d09s\u0250bl\u01dd \u0254\u00f8\u0265\u00f8\u0279\u0287s, \u0250nd \u028e\u00f8n \u0254\u0250nn\u00f8\u0287 \u0279\u01ddn\u0250\u026f\u01dd \u0287\u0265\u01dd \u026f\u0250nn\u0250l \u0254\u00f8\u0265\u00f8\u0279\u0287 n\u0250\u026f\u01ddd '{verifiedCohortName}'. \u0166\u00f8 \u0254\u0265\u0250n\u0183\u01dd \u0287\u0265\u01dd \u0254\u00f8n\u025f\u1d09\u0183n\u0279\u0250\u0287\u1d09\u00f8n \u025f\u00f8\u0279 \u028c\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u0287\u0279\u0250\u0254\u029e \u0254\u00f8\u0265\u00f8\u0279\u0287s, \u0254\u00f8n\u0287\u0250\u0254\u0287 \u028e\u00f8n\u0279 \u01dddX d\u0250\u0279\u0287n\u01dd\u0279 \u026f\u0250n\u0250\u0183\u01dd\u0279.", - "This discussion could not be loaded. Refresh the page and try again.": "\u0166\u0265\u1d09s d\u1d09s\u0254nss\u1d09\u00f8n \u0254\u00f8nld n\u00f8\u0287 b\u01dd l\u00f8\u0250d\u01ddd. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "This feature is currently in testing. Course teams can enter highlights, but learners will not receive email messages.": "\u0166\u0265\u1d09s \u025f\u01dd\u0250\u0287n\u0279\u01dd \u1d09s \u0254n\u0279\u0279\u01ddn\u0287l\u028e \u1d09n \u0287\u01dds\u0287\u1d09n\u0183. \u023b\u00f8n\u0279s\u01dd \u0287\u01dd\u0250\u026fs \u0254\u0250n \u01ddn\u0287\u01dd\u0279 \u0265\u1d09\u0183\u0265l\u1d09\u0183\u0265\u0287s, bn\u0287 l\u01dd\u0250\u0279n\u01dd\u0279s \u028d\u1d09ll n\u00f8\u0287 \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01dd \u01dd\u026f\u0250\u1d09l \u026f\u01ddss\u0250\u0183\u01dds.", - "This file type is not supported. Supported file type is {supportedFileFormat}.": "\u0166\u0265\u1d09s \u025f\u1d09l\u01dd \u0287\u028ed\u01dd \u1d09s n\u00f8\u0287 sndd\u00f8\u0279\u0287\u01ddd. Sndd\u00f8\u0279\u0287\u01ddd \u025f\u1d09l\u01dd \u0287\u028ed\u01dd \u1d09s {supportedFileFormat}.", - "This group controls access to:": "\u0166\u0265\u1d09s \u0183\u0279\u00f8nd \u0254\u00f8n\u0287\u0279\u00f8ls \u0250\u0254\u0254\u01ddss \u0287\u00f8:", - "This group no longer exists. Choose another group or do not restrict access to this unit.": "\u0166\u0265\u1d09s \u0183\u0279\u00f8nd n\u00f8 l\u00f8n\u0183\u01dd\u0279 \u01ddx\u1d09s\u0287s. \u023b\u0265\u00f8\u00f8s\u01dd \u0250n\u00f8\u0287\u0265\u01dd\u0279 \u0183\u0279\u00f8nd \u00f8\u0279 d\u00f8 n\u00f8\u0287 \u0279\u01dds\u0287\u0279\u1d09\u0254\u0287 \u0250\u0254\u0254\u01ddss \u0287\u00f8 \u0287\u0265\u1d09s nn\u1d09\u0287.", - "This image file type is not supported. Supported file types are {supportedFileFormats}.": "\u0166\u0265\u1d09s \u1d09\u026f\u0250\u0183\u01dd \u025f\u1d09l\u01dd \u0287\u028ed\u01dd \u1d09s n\u00f8\u0287 sndd\u00f8\u0279\u0287\u01ddd. Sndd\u00f8\u0279\u0287\u01ddd \u025f\u1d09l\u01dd \u0287\u028ed\u01dds \u0250\u0279\u01dd {supportedFileFormats}.", - "This image is for decorative purposes only and does not require a description.": "\u0166\u0265\u1d09s \u1d09\u026f\u0250\u0183\u01dd \u1d09s \u025f\u00f8\u0279 d\u01dd\u0254\u00f8\u0279\u0250\u0287\u1d09\u028c\u01dd dn\u0279d\u00f8s\u01dds \u00f8nl\u028e \u0250nd d\u00f8\u01dds n\u00f8\u0287 \u0279\u01ddbn\u1d09\u0279\u01dd \u0250 d\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n.", - "This is the Description of the Group Configuration": "\u0166\u0265\u1d09s \u1d09s \u0287\u0265\u01dd \u0110\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n \u00f8\u025f \u0287\u0265\u01dd \u01e4\u0279\u00f8nd \u023b\u00f8n\u025f\u1d09\u0183n\u0279\u0250\u0287\u1d09\u00f8n", - "This is the Name of the Group Configuration": "\u0166\u0265\u1d09s \u1d09s \u0287\u0265\u01dd N\u0250\u026f\u01dd \u00f8\u025f \u0287\u0265\u01dd \u01e4\u0279\u00f8nd \u023b\u00f8n\u025f\u1d09\u0183n\u0279\u0250\u0287\u1d09\u00f8n", - "This is the name of the group": "\u0166\u0265\u1d09s \u1d09s \u0287\u0265\u01dd n\u0250\u026f\u01dd \u00f8\u025f \u0287\u0265\u01dd \u0183\u0279\u00f8nd", - "This learner is currently sharing a limited profile.": "\u0166\u0265\u1d09s l\u01dd\u0250\u0279n\u01dd\u0279 \u1d09s \u0254n\u0279\u0279\u01ddn\u0287l\u028e s\u0265\u0250\u0279\u1d09n\u0183 \u0250 l\u1d09\u026f\u1d09\u0287\u01ddd d\u0279\u00f8\u025f\u1d09l\u01dd.", - "This learner will be removed from the team, allowing another learner to take the available spot.": "\u0166\u0265\u1d09s l\u01dd\u0250\u0279n\u01dd\u0279 \u028d\u1d09ll b\u01dd \u0279\u01dd\u026f\u00f8\u028c\u01ddd \u025f\u0279\u00f8\u026f \u0287\u0265\u01dd \u0287\u01dd\u0250\u026f, \u0250ll\u00f8\u028d\u1d09n\u0183 \u0250n\u00f8\u0287\u0265\u01dd\u0279 l\u01dd\u0250\u0279n\u01dd\u0279 \u0287\u00f8 \u0287\u0250\u029e\u01dd \u0287\u0265\u01dd \u0250\u028c\u0250\u1d09l\u0250bl\u01dd sd\u00f8\u0287.", - "This link will open in a modal window": "\u0166\u0265\u1d09s l\u1d09n\u029e \u028d\u1d09ll \u00f8d\u01ddn \u1d09n \u0250 \u026f\u00f8d\u0250l \u028d\u1d09nd\u00f8\u028d", - "This link will open in a new browser window/tab": "\u0166\u0265\u1d09s l\u1d09n\u029e \u028d\u1d09ll \u00f8d\u01ddn \u1d09n \u0250 n\u01dd\u028d b\u0279\u00f8\u028ds\u01dd\u0279 \u028d\u1d09nd\u00f8\u028d/\u0287\u0250b", - "This may be happening because of an error with our server or your internet connection. Try refreshing the page or making sure you are online.": "\u0166\u0265\u1d09s \u026f\u0250\u028e b\u01dd \u0265\u0250dd\u01ddn\u1d09n\u0183 b\u01dd\u0254\u0250ns\u01dd \u00f8\u025f \u0250n \u01dd\u0279\u0279\u00f8\u0279 \u028d\u1d09\u0287\u0265 \u00f8n\u0279 s\u01dd\u0279\u028c\u01dd\u0279 \u00f8\u0279 \u028e\u00f8n\u0279 \u1d09n\u0287\u01dd\u0279n\u01dd\u0287 \u0254\u00f8nn\u01dd\u0254\u0287\u1d09\u00f8n. \u0166\u0279\u028e \u0279\u01dd\u025f\u0279\u01dds\u0265\u1d09n\u0183 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u00f8\u0279 \u026f\u0250\u029e\u1d09n\u0183 sn\u0279\u01dd \u028e\u00f8n \u0250\u0279\u01dd \u00f8nl\u1d09n\u01dd.", - "This page contains information about orders that you have placed with {platform_name}.": "\u0166\u0265\u1d09s d\u0250\u0183\u01dd \u0254\u00f8n\u0287\u0250\u1d09ns \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n \u0250b\u00f8n\u0287 \u00f8\u0279d\u01dd\u0279s \u0287\u0265\u0250\u0287 \u028e\u00f8n \u0265\u0250\u028c\u01dd dl\u0250\u0254\u01ddd \u028d\u1d09\u0287\u0265 {platform_name}.", - "This post could not be closed. Refresh the page and try again.": "\u0166\u0265\u1d09s d\u00f8s\u0287 \u0254\u00f8nld n\u00f8\u0287 b\u01dd \u0254l\u00f8s\u01ddd. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "This post could not be flagged for abuse. Refresh the page and try again.": "\u0166\u0265\u1d09s d\u00f8s\u0287 \u0254\u00f8nld n\u00f8\u0287 b\u01dd \u025fl\u0250\u0183\u0183\u01ddd \u025f\u00f8\u0279 \u0250bns\u01dd. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "This post could not be pinned. Refresh the page and try again.": "\u0166\u0265\u1d09s d\u00f8s\u0287 \u0254\u00f8nld n\u00f8\u0287 b\u01dd d\u1d09nn\u01ddd. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "This post could not be reopened. Refresh the page and try again.": "\u0166\u0265\u1d09s d\u00f8s\u0287 \u0254\u00f8nld n\u00f8\u0287 b\u01dd \u0279\u01dd\u00f8d\u01ddn\u01ddd. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "This post could not be unflagged for abuse. Refresh the page and try again.": "\u0166\u0265\u1d09s d\u00f8s\u0287 \u0254\u00f8nld n\u00f8\u0287 b\u01dd nn\u025fl\u0250\u0183\u0183\u01ddd \u025f\u00f8\u0279 \u0250bns\u01dd. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "This post could not be unpinned. Refresh the page and try again.": "\u0166\u0265\u1d09s d\u00f8s\u0287 \u0254\u00f8nld n\u00f8\u0287 b\u01dd nnd\u1d09nn\u01ddd. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "This problem has been reset.": "\u0166\u0265\u1d09s d\u0279\u00f8bl\u01dd\u026f \u0265\u0250s b\u01dd\u01ddn \u0279\u01dds\u01dd\u0287.", - "This response could not be marked as an answer. Refresh the page and try again.": "\u0166\u0265\u1d09s \u0279\u01ddsd\u00f8ns\u01dd \u0254\u00f8nld n\u00f8\u0287 b\u01dd \u026f\u0250\u0279\u029e\u01ddd \u0250s \u0250n \u0250ns\u028d\u01dd\u0279. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "This response could not be marked as endorsed. Refresh the page and try again.": "\u0166\u0265\u1d09s \u0279\u01ddsd\u00f8ns\u01dd \u0254\u00f8nld n\u00f8\u0287 b\u01dd \u026f\u0250\u0279\u029e\u01ddd \u0250s \u01ddnd\u00f8\u0279s\u01ddd. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "This response could not be unendorsed. Refresh the page and try again.": "\u0166\u0265\u1d09s \u0279\u01ddsd\u00f8ns\u01dd \u0254\u00f8nld n\u00f8\u0287 b\u01dd nn\u01ddnd\u00f8\u0279s\u01ddd. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "This response could not be unmarked as an answer. Refresh the page and try again.": "\u0166\u0265\u1d09s \u0279\u01ddsd\u00f8ns\u01dd \u0254\u00f8nld n\u00f8\u0287 b\u01dd nn\u026f\u0250\u0279\u029e\u01ddd \u0250s \u0250n \u0250ns\u028d\u01dd\u0279. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "This role requires a divided discussions scheme.": "\u0166\u0265\u1d09s \u0279\u00f8l\u01dd \u0279\u01ddbn\u1d09\u0279\u01dds \u0250 d\u1d09\u028c\u1d09d\u01ddd d\u1d09s\u0254nss\u1d09\u00f8ns s\u0254\u0265\u01dd\u026f\u01dd.", - "This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.": "\u0166\u0265\u1d09s s\u0265\u00f8\u0279\u0287 n\u0250\u026f\u01dd \u025f\u00f8\u0279 \u0287\u0265\u01dd \u0250ss\u1d09\u0183n\u026f\u01ddn\u0287 \u0287\u028ed\u01dd (\u025f\u00f8\u0279 \u01ddx\u0250\u026fdl\u01dd, \u0126W \u00f8\u0279 M\u1d09d\u0287\u01dd\u0279\u026f) \u0250dd\u01dd\u0250\u0279s n\u01ddx\u0287 \u0287\u00f8 \u0250ss\u1d09\u0183n\u026f\u01ddn\u0287s \u00f8n \u0250 l\u01dd\u0250\u0279n\u01dd\u0279's \u2c63\u0279\u00f8\u0183\u0279\u01ddss d\u0250\u0183\u01dd.", - "This team does not have any members.": "\u0166\u0265\u1d09s \u0287\u01dd\u0250\u026f d\u00f8\u01dds n\u00f8\u0287 \u0265\u0250\u028c\u01dd \u0250n\u028e \u026f\u01dd\u026fb\u01dd\u0279s.", - "This team is full.": "\u0166\u0265\u1d09s \u0287\u01dd\u0250\u026f \u1d09s \u025fnll.", - "This unit has validation issues.": "\u0166\u0265\u1d09s nn\u1d09\u0287 \u0265\u0250s \u028c\u0250l\u1d09d\u0250\u0287\u1d09\u00f8n \u1d09ssn\u01dds.", - "This vote could not be processed. Refresh the page and try again.": "\u0166\u0265\u1d09s \u028c\u00f8\u0287\u01dd \u0254\u00f8nld n\u00f8\u0287 b\u01dd d\u0279\u00f8\u0254\u01ddss\u01ddd. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "This {parentCategory} has no {childCategory}": "\u0166\u0265\u1d09s {parentCategory} \u0265\u0250s n\u00f8 {childCategory}", - "Thumbnail": "\u0166\u0265n\u026fbn\u0250\u1d09l", - "Thumbnail for {videoName}": "\u0166\u0265n\u026fbn\u0250\u1d09l \u025f\u00f8\u0279 {videoName}", - "Time Allotted (HH:MM):": "\u0166\u1d09\u026f\u01dd \u023all\u00f8\u0287\u0287\u01ddd (\u0126\u0126:MM):", - "Time Limit": "\u0166\u1d09\u026f\u01dd \u0141\u1d09\u026f\u1d09\u0287", - "Time Sent": "\u0166\u1d09\u026f\u01dd S\u01ddn\u0287", - "Time Sent:": "\u0166\u1d09\u026f\u01dd S\u01ddn\u0287:", - "Time Zone": "\u0166\u1d09\u026f\u01dd \u01b5\u00f8n\u01dd", - "Timed": "\u0166\u1d09\u026f\u01ddd", - "Timed Exam": "\u0166\u1d09\u026f\u01ddd \u0246x\u0250\u026f", - "Timed Transcript Conflict": "\u0166\u1d09\u026f\u01ddd \u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u023b\u00f8n\u025fl\u1d09\u0254\u0287", - "Timed Transcript Found": "\u0166\u1d09\u026f\u01ddd \u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287 F\u00f8nnd", - "Timed Transcript Uploaded Successfully": "\u0166\u1d09\u026f\u01ddd \u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u0244dl\u00f8\u0250d\u01ddd Sn\u0254\u0254\u01ddss\u025fnll\u028e", - "Timed Transcript from %(filename)s": "\u0166\u1d09\u026f\u01ddd \u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u025f\u0279\u00f8\u026f %(filename)s", - "Tips on taking a successful photo": "\u0166\u1d09ds \u00f8n \u0287\u0250\u029e\u1d09n\u0183 \u0250 sn\u0254\u0254\u01ddss\u025fnl d\u0265\u00f8\u0287\u00f8", - "Title": "\u0166\u1d09\u0287l\u01dd", - "Title ": "\u0166\u1d09\u0287l\u01dd ", - "Title of the signatory": "\u0166\u1d09\u0287l\u01dd \u00f8\u025f \u0287\u0265\u01dd s\u1d09\u0183n\u0250\u0287\u00f8\u0279\u028e", - "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "\u0166\u1d09\u0287l\u01dds \u026f\u00f8\u0279\u01dd \u0287\u0265\u0250n 100 \u0254\u0265\u0250\u0279\u0250\u0254\u0287\u01dd\u0279s \u026f\u0250\u028e d\u0279\u01dd\u028c\u01ddn\u0287 s\u0287nd\u01ddn\u0287s \u025f\u0279\u00f8\u026f d\u0279\u1d09n\u0287\u1d09n\u0183 \u0287\u0265\u01dd\u1d09\u0279 \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u00f8n \u0250 s\u1d09n\u0183l\u01dd d\u0250\u0183\u01dd.", - "To access the course, select a session.": "\u0166\u00f8 \u0250\u0254\u0254\u01ddss \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd, s\u01ddl\u01dd\u0254\u0287 \u0250 s\u01ddss\u1d09\u00f8n.", - "To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.": "\u0166\u00f8 b\u01dd sn\u0279\u01dd \u0250ll s\u0287nd\u01ddn\u0287s \u0254\u0250n \u0250\u0254\u0254\u01ddss \u0287\u0265\u01dd \u028c\u1d09d\u01dd\u00f8, \u028d\u01dd \u0279\u01dd\u0254\u00f8\u026f\u026f\u01ddnd d\u0279\u00f8\u028c\u1d09d\u1d09n\u0183 b\u00f8\u0287\u0265 \u0250n .\u026fd4 \u0250nd \u0250 .\u028d\u01ddb\u026f \u028c\u01dd\u0279s\u1d09\u00f8n \u00f8\u025f \u028e\u00f8n\u0279 \u028c\u1d09d\u01dd\u00f8. \u023bl\u1d09\u0254\u029e b\u01ddl\u00f8\u028d \u0287\u00f8 \u0250dd \u0250 \u0244\u024c\u0141 \u025f\u00f8\u0279 \u0250n\u00f8\u0287\u0265\u01dd\u0279 \u028c\u01dd\u0279s\u1d09\u00f8n. \u0166\u0265\u01dds\u01dd \u0244\u024c\u0141s \u0254\u0250nn\u00f8\u0287 b\u01dd \u024e\u00f8n\u0166nb\u01dd \u0244\u024c\u0141s. \u0166\u0265\u01dd \u025f\u1d09\u0279s\u0287 l\u1d09s\u0287\u01ddd \u028c\u1d09d\u01dd\u00f8 \u0287\u0265\u0250\u0287's \u0254\u00f8\u026fd\u0250\u0287\u1d09bl\u01dd \u028d\u1d09\u0287\u0265 \u0287\u0265\u01dd s\u0287nd\u01ddn\u0287's \u0254\u00f8\u026fdn\u0287\u01dd\u0279 \u028d\u1d09ll dl\u0250\u028e.", - "To complete the program, you must earn a verified certificate for each course.": "\u0166\u00f8 \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u0287\u0265\u01dd d\u0279\u00f8\u0183\u0279\u0250\u026f, \u028e\u00f8n \u026fns\u0287 \u01dd\u0250\u0279n \u0250 \u028c\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u025f\u00f8\u0279 \u01dd\u0250\u0254\u0265 \u0254\u00f8n\u0279s\u01dd.", - "To continue learning with this account, sign in below.": "\u0166\u00f8 \u0254\u00f8n\u0287\u1d09nn\u01dd l\u01dd\u0250\u0279n\u1d09n\u0183 \u028d\u1d09\u0287\u0265 \u0287\u0265\u1d09s \u0250\u0254\u0254\u00f8nn\u0287, s\u1d09\u0183n \u1d09n b\u01ddl\u00f8\u028d.", - "To finalize course credit, %(display_name)s requires %(platform_name)s learners to submit a credit request.": "\u0166\u00f8 \u025f\u1d09n\u0250l\u1d09z\u01dd \u0254\u00f8n\u0279s\u01dd \u0254\u0279\u01ddd\u1d09\u0287, %(display_name)s \u0279\u01ddbn\u1d09\u0279\u01dds %(platform_name)s l\u01dd\u0250\u0279n\u01dd\u0279s \u0287\u00f8 snb\u026f\u1d09\u0287 \u0250 \u0254\u0279\u01ddd\u1d09\u0287 \u0279\u01ddbn\u01dds\u0287.", - "To invalidate a certificate for a particular learner, add the username or email address below.": "\u0166\u00f8 \u1d09n\u028c\u0250l\u1d09d\u0250\u0287\u01dd \u0250 \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u025f\u00f8\u0279 \u0250 d\u0250\u0279\u0287\u1d09\u0254nl\u0250\u0279 l\u01dd\u0250\u0279n\u01dd\u0279, \u0250dd \u0287\u0265\u01dd ns\u01dd\u0279n\u0250\u026f\u01dd \u00f8\u0279 \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss b\u01ddl\u00f8\u028d.", - "To receive a certificate, you must also verify your identity before {date}.": "\u0166\u00f8 \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01dd \u0250 \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd, \u028e\u00f8n \u026fns\u0287 \u0250ls\u00f8 \u028c\u01dd\u0279\u1d09\u025f\u028e \u028e\u00f8n\u0279 \u1d09d\u01ddn\u0287\u1d09\u0287\u028e b\u01dd\u025f\u00f8\u0279\u01dd {date}.", - "To receive a certificate, you must also verify your identity.": "\u0166\u00f8 \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01dd \u0250 \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd, \u028e\u00f8n \u026fns\u0287 \u0250ls\u00f8 \u028c\u01dd\u0279\u1d09\u025f\u028e \u028e\u00f8n\u0279 \u1d09d\u01ddn\u0287\u1d09\u0287\u028e.", - "To receive credit for problems, you must select \"Submit\" for each problem before you select \"End My Exam\".": "\u0166\u00f8 \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01dd \u0254\u0279\u01ddd\u1d09\u0287 \u025f\u00f8\u0279 d\u0279\u00f8bl\u01dd\u026fs, \u028e\u00f8n \u026fns\u0287 s\u01ddl\u01dd\u0254\u0287 \"Snb\u026f\u1d09\u0287\" \u025f\u00f8\u0279 \u01dd\u0250\u0254\u0265 d\u0279\u00f8bl\u01dd\u026f b\u01dd\u025f\u00f8\u0279\u01dd \u028e\u00f8n s\u01ddl\u01dd\u0254\u0287 \"\u0246nd M\u028e \u0246x\u0250\u026f\".", - "To review learner cohort assignments or see the results of uploading a CSV file, download course profile information or cohort results on the {link_start}Data Download{link_end} page.": "\u0166\u00f8 \u0279\u01dd\u028c\u1d09\u01dd\u028d l\u01dd\u0250\u0279n\u01dd\u0279 \u0254\u00f8\u0265\u00f8\u0279\u0287 \u0250ss\u1d09\u0183n\u026f\u01ddn\u0287s \u00f8\u0279 s\u01dd\u01dd \u0287\u0265\u01dd \u0279\u01ddsnl\u0287s \u00f8\u025f ndl\u00f8\u0250d\u1d09n\u0183 \u0250 \u023bSV \u025f\u1d09l\u01dd, d\u00f8\u028dnl\u00f8\u0250d \u0254\u00f8n\u0279s\u01dd d\u0279\u00f8\u025f\u1d09l\u01dd \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n \u00f8\u0279 \u0254\u00f8\u0265\u00f8\u0279\u0287 \u0279\u01ddsnl\u0287s \u00f8n \u0287\u0265\u01dd {link_start}\u0110\u0250\u0287\u0250 \u0110\u00f8\u028dnl\u00f8\u0250d{link_end} d\u0250\u0183\u01dd.", - "To share your certificate on Mozilla Backpack, you must first have a Backpack account. Complete the following steps to add your certificate to Backpack.": "\u0166\u00f8 s\u0265\u0250\u0279\u01dd \u028e\u00f8n\u0279 \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u00f8n M\u00f8z\u1d09ll\u0250 \u0243\u0250\u0254\u029ed\u0250\u0254\u029e, \u028e\u00f8n \u026fns\u0287 \u025f\u1d09\u0279s\u0287 \u0265\u0250\u028c\u01dd \u0250 \u0243\u0250\u0254\u029ed\u0250\u0254\u029e \u0250\u0254\u0254\u00f8nn\u0287. \u023b\u00f8\u026fdl\u01dd\u0287\u01dd \u0287\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 s\u0287\u01ddds \u0287\u00f8 \u0250dd \u028e\u00f8n\u0279 \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u0287\u00f8 \u0243\u0250\u0254\u029ed\u0250\u0254\u029e.", - "To take a successful photo, make sure that:": "\u0166\u00f8 \u0287\u0250\u029e\u01dd \u0250 sn\u0254\u0254\u01ddss\u025fnl d\u0265\u00f8\u0287\u00f8, \u026f\u0250\u029e\u01dd sn\u0279\u01dd \u0287\u0265\u0250\u0287:", - "To use the current photo, select the camera button {icon}. To take another photo, select the retake button {icon}.": "\u0166\u00f8 ns\u01dd \u0287\u0265\u01dd \u0254n\u0279\u0279\u01ddn\u0287 d\u0265\u00f8\u0287\u00f8, s\u01ddl\u01dd\u0254\u0287 \u0287\u0265\u01dd \u0254\u0250\u026f\u01dd\u0279\u0250 bn\u0287\u0287\u00f8n {icon}. \u0166\u00f8 \u0287\u0250\u029e\u01dd \u0250n\u00f8\u0287\u0265\u01dd\u0279 d\u0265\u00f8\u0287\u00f8, s\u01ddl\u01dd\u0254\u0287 \u0287\u0265\u01dd \u0279\u01dd\u0287\u0250\u029e\u01dd bn\u0287\u0287\u00f8n {icon}.", - "To verify your identity, you need a webcam and a government-issued photo ID.": "\u0166\u00f8 \u028c\u01dd\u0279\u1d09\u025f\u028e \u028e\u00f8n\u0279 \u1d09d\u01ddn\u0287\u1d09\u0287\u028e, \u028e\u00f8n n\u01dd\u01ddd \u0250 \u028d\u01ddb\u0254\u0250\u026f \u0250nd \u0250 \u0183\u00f8\u028c\u01dd\u0279n\u026f\u01ddn\u0287-\u1d09ssn\u01ddd d\u0265\u00f8\u0287\u00f8 \u0197\u0110.", - "Toggle Account Password (Usable/Unusable)": "\u0166\u00f8\u0183\u0183l\u01dd \u023a\u0254\u0254\u00f8nn\u0287 \u2c63\u0250ss\u028d\u00f8\u0279d (\u0244s\u0250bl\u01dd/\u0244nns\u0250bl\u01dd)", - "Toggle Notifications Setting": "\u0166\u00f8\u0183\u0183l\u01dd N\u00f8\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8ns S\u01dd\u0287\u0287\u1d09n\u0183", - "Tools": "\u0166\u00f8\u00f8ls", - "Top": "\u0166\u00f8d", - "Topic": "\u0166\u00f8d\u1d09\u0254", - "Topics": "\u0166\u00f8d\u1d09\u0254s", - "Total": "\u0166\u00f8\u0287\u0250l", - "Total Number": "\u0166\u00f8\u0287\u0250l Nn\u026fb\u01dd\u0279", - "Transcript Fidelity": "\u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287 F\u1d09d\u01ddl\u1d09\u0287\u028e", - "Transcript Languages": "\u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u0141\u0250n\u0183n\u0250\u0183\u01dds", - "Transcript Provider": "\u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u2c63\u0279\u00f8\u028c\u1d09d\u01dd\u0279", - "Transcript Turnaround": "\u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u0166n\u0279n\u0250\u0279\u00f8nnd", - "Transcript will be displayed when you start playing the video.": "\u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u028d\u1d09ll b\u01dd d\u1d09sdl\u0250\u028e\u01ddd \u028d\u0265\u01ddn \u028e\u00f8n s\u0287\u0250\u0279\u0287 dl\u0250\u028e\u1d09n\u0183 \u0287\u0265\u01dd \u028c\u1d09d\u01dd\u00f8.", - "Transcripts": "\u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287s", - "Try the transaction again in a few minutes.": "\u0166\u0279\u028e \u0287\u0265\u01dd \u0287\u0279\u0250ns\u0250\u0254\u0287\u1d09\u00f8n \u0250\u0183\u0250\u1d09n \u1d09n \u0250 \u025f\u01dd\u028d \u026f\u1d09nn\u0287\u01dds.", - "Try using a different browser, such as Google Chrome.": "\u0166\u0279\u028e ns\u1d09n\u0183 \u0250 d\u1d09\u025f\u025f\u01dd\u0279\u01ddn\u0287 b\u0279\u00f8\u028ds\u01dd\u0279, sn\u0254\u0265 \u0250s \u01e4\u00f8\u00f8\u0183l\u01dd \u023b\u0265\u0279\u00f8\u026f\u01dd.", - "Turn off transcripts": "\u0166n\u0279n \u00f8\u025f\u025f \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287s", - "Turn on closed captioning": "\u0166n\u0279n \u00f8n \u0254l\u00f8s\u01ddd \u0254\u0250d\u0287\u1d09\u00f8n\u1d09n\u0183", - "Turn on transcripts": "\u0166n\u0279n \u00f8n \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287s", - "Type": "\u0166\u028ed\u01dd", - "Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "\u0166\u028ed\u01dd \u1d09n \u0250 \u0244\u024c\u0141 \u00f8\u0279 ns\u01dd \u0287\u0265\u01dd \"\u023b\u0265\u00f8\u00f8s\u01dd F\u1d09l\u01dd\" bn\u0287\u0287\u00f8n \u0287\u00f8 ndl\u00f8\u0250d \u0250 \u025f\u1d09l\u01dd \u025f\u0279\u00f8\u026f \u028e\u00f8n\u0279 \u026f\u0250\u0254\u0265\u1d09n\u01dd. (\u01dd.\u0183. '\u0265\u0287\u0287d://\u01ddx\u0250\u026fdl\u01dd.\u0254\u00f8\u026f/\u1d09\u026f\u0183/\u0254l\u00f8nds.\u027ed\u0183')", - "URL": "\u0244\u024c\u0141", - "Unable to delete account": "\u0244n\u0250bl\u01dd \u0287\u00f8 d\u01ddl\u01dd\u0287\u01dd \u0250\u0254\u0254\u00f8nn\u0287", - "Unable to determine whether we should give you a refund because of System Error. Please try again later.": "\u0244n\u0250bl\u01dd \u0287\u00f8 d\u01dd\u0287\u01dd\u0279\u026f\u1d09n\u01dd \u028d\u0265\u01dd\u0287\u0265\u01dd\u0279 \u028d\u01dd s\u0265\u00f8nld \u0183\u1d09\u028c\u01dd \u028e\u00f8n \u0250 \u0279\u01dd\u025fnnd b\u01dd\u0254\u0250ns\u01dd \u00f8\u025f S\u028es\u0287\u01dd\u026f \u0246\u0279\u0279\u00f8\u0279. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n l\u0250\u0287\u01dd\u0279.", - "Unable to submit application": "\u0244n\u0250bl\u01dd \u0287\u00f8 snb\u026f\u1d09\u0287 \u0250ddl\u1d09\u0254\u0250\u0287\u1d09\u00f8n", - "Underline": "\u0244nd\u01dd\u0279l\u1d09n\u01dd", - "Undo": "\u0244nd\u00f8", - "Undo (Ctrl+Z)": "\u0244nd\u00f8 (\u023b\u0287\u0279l+\u01b5)", - "Undo Changes": "\u0244nd\u00f8 \u023b\u0265\u0250n\u0183\u01dds", - "Undo move": "\u0244nd\u00f8 \u026f\u00f8\u028c\u01dd", - "Undo moving": "\u0244nd\u00f8 \u026f\u00f8\u028c\u1d09n\u0183", - "Ungraded": "\u0244n\u0183\u0279\u0250d\u01ddd", - "Unit": "\u0244n\u1d09\u0287", - "Unit Access": "\u0244n\u1d09\u0287 \u023a\u0254\u0254\u01ddss", - "Unit Visibility": "\u0244n\u1d09\u0287 V\u1d09s\u1d09b\u1d09l\u1d09\u0287\u028e", - "Units": "\u0244n\u1d09\u0287s", - "Unknown": "\u0244n\u029en\u00f8\u028dn", - "Unknown username: {user}": "\u0244n\u029en\u00f8\u028dn ns\u01dd\u0279n\u0250\u026f\u01dd: {user}", - "Unlink This Account": "\u0244nl\u1d09n\u029e \u0166\u0265\u1d09s \u023a\u0254\u0254\u00f8nn\u0287", - "Unlink your {accountName} account": "\u0244nl\u1d09n\u029e \u028e\u00f8n\u0279 {accountName} \u0250\u0254\u0254\u00f8nn\u0287", - "Unlinking": "\u0244nl\u1d09n\u029e\u1d09n\u0183", - "Unmute": "\u0244n\u026fn\u0287\u01dd", - "Unpublished changes to content that will release in the future": "\u0244ndnbl\u1d09s\u0265\u01ddd \u0254\u0265\u0250n\u0183\u01dds \u0287\u00f8 \u0254\u00f8n\u0287\u01ddn\u0287 \u0287\u0265\u0250\u0287 \u028d\u1d09ll \u0279\u01ddl\u01dd\u0250s\u01dd \u1d09n \u0287\u0265\u01dd \u025fn\u0287n\u0279\u01dd", - "Unpublished changes to live content": "\u0244ndnbl\u1d09s\u0265\u01ddd \u0254\u0265\u0250n\u0183\u01dds \u0287\u00f8 l\u1d09\u028c\u01dd \u0254\u00f8n\u0287\u01ddn\u0287", - "Unpublished units will not be released": "\u0244ndnbl\u1d09s\u0265\u01ddd nn\u1d09\u0287s \u028d\u1d09ll n\u00f8\u0287 b\u01dd \u0279\u01ddl\u01dd\u0250s\u01ddd", - "Unscheduled": "\u0244ns\u0254\u0265\u01dddnl\u01ddd", - "Update": "\u0244dd\u0250\u0287\u01dd", - "Update Settings": "\u0244dd\u0250\u0287\u01dd S\u01dd\u0287\u0287\u1d09n\u0183s", - "Update team.": "\u0244dd\u0250\u0287\u01dd \u0287\u01dd\u0250\u026f.", - "Updating Tags": "\u0244dd\u0250\u0287\u1d09n\u0183 \u0166\u0250\u0183s", - "Updating with latest library content": "\u0244dd\u0250\u0287\u1d09n\u0183 \u028d\u1d09\u0287\u0265 l\u0250\u0287\u01dds\u0287 l\u1d09b\u0279\u0250\u0279\u028e \u0254\u00f8n\u0287\u01ddn\u0287", - "Upgrade All Remaining Courses (": "\u0244d\u0183\u0279\u0250d\u01dd \u023all \u024c\u01dd\u026f\u0250\u1d09n\u1d09n\u0183 \u023b\u00f8n\u0279s\u01dds (", - "Upgrade Deadline": "\u0244d\u0183\u0279\u0250d\u01dd \u0110\u01dd\u0250dl\u1d09n\u01dd", - "Upgrade to Verified": "\u0244d\u0183\u0279\u0250d\u01dd \u0287\u00f8 V\u01dd\u0279\u1d09\u025f\u1d09\u01ddd", - "Upgrade to a Verified Certificate for {courseName}": "\u0244d\u0183\u0279\u0250d\u01dd \u0287\u00f8 \u0250 V\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u025f\u00f8\u0279 {courseName}", - "Upload": "\u0244dl\u00f8\u0250d", - "Upload %(file_name)s": "\u0244dl\u00f8\u0250d %(file_name)s", - "Upload File": "\u0244dl\u00f8\u0250d F\u1d09l\u01dd", - "Upload File and Assign Students": "\u0244dl\u00f8\u0250d F\u1d09l\u01dd \u0250nd \u023ass\u1d09\u0183n S\u0287nd\u01ddn\u0287s", - "Upload New .srt Transcript": "\u0244dl\u00f8\u0250d N\u01dd\u028d .s\u0279\u0287 \u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287", - "Upload New File": "\u0244dl\u00f8\u0250d N\u01dd\u028d F\u1d09l\u01dd", - "Upload New Transcript": "\u0244dl\u00f8\u0250d N\u01dd\u028d \u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287", - "Upload PDF": "\u0244dl\u00f8\u0250d \u2c63\u0110F", - "Upload Photo": "\u0244dl\u00f8\u0250d \u2c63\u0265\u00f8\u0287\u00f8", - "Upload Signature Image": "\u0244dl\u00f8\u0250d S\u1d09\u0183n\u0250\u0287n\u0279\u01dd \u0197\u026f\u0250\u0183\u01dd", - "Upload Videos": "\u0244dl\u00f8\u0250d V\u1d09d\u01dd\u00f8s", - "Upload a CSV file": "\u0244dl\u00f8\u0250d \u0250 \u023bSV \u025f\u1d09l\u01dd", - "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "\u0244dl\u00f8\u0250d \u0250 \u0254\u00f8\u026f\u026f\u0250 s\u01ddd\u0250\u0279\u0250\u0287\u01ddd \u028c\u0250ln\u01dds (.\u0254s\u028c) \u025f\u1d09l\u01dd \u0287\u0265\u0250\u0287 \u0254\u00f8n\u0287\u0250\u1d09ns \u0287\u0265\u01dd ns\u01dd\u0279n\u0250\u026f\u01dds \u00f8\u0279 \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss\u01dds \u00f8\u025f l\u01dd\u0250\u0279n\u01dd\u0279s \u028d\u0265\u00f8 \u0265\u0250\u028c\u01dd b\u01dd\u01ddn \u0183\u1d09\u028c\u01ddn \u01ddx\u0254\u01ddd\u0287\u1d09\u00f8ns. \u0197n\u0254lnd\u01dd \u0287\u0265\u01dd ns\u01dd\u0279n\u0250\u026f\u01dd \u00f8\u0279 \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss \u1d09n \u0287\u0265\u01dd \u025f\u1d09\u0279s\u0287 \u0254\u00f8\u026f\u026f\u0250 s\u01ddd\u0250\u0279\u0250\u0287\u01ddd \u025f\u1d09\u01ddld. \u024e\u00f8n \u0254\u0250n \u1d09n\u0254lnd\u01dd \u0250n \u00f8d\u0287\u1d09\u00f8n\u0250l n\u00f8\u0287\u01dd d\u01dds\u0254\u0279\u1d09b\u1d09n\u0183 \u0287\u0265\u01dd \u0279\u01dd\u0250s\u00f8n \u025f\u00f8\u0279 \u0287\u0265\u01dd \u01ddx\u0254\u01ddd\u0287\u1d09\u00f8n \u1d09n \u0287\u0265\u01dd s\u01dd\u0254\u00f8nd \u0254\u00f8\u026f\u026f\u0250 s\u01ddd\u0250\u0279\u0250\u0287\u01ddd \u025f\u1d09\u01ddld.", - "Upload a new PDF to \u201c<%= name %>\u201d": "\u0244dl\u00f8\u0250d \u0250 n\u01dd\u028d \u2c63\u0110F \u0287\u00f8 \u201c<%= name %>\u201d", - "Upload an image": "\u0244dl\u00f8\u0250d \u0250n \u1d09\u026f\u0250\u0183\u01dd", - "Upload an image or capture one with your web or phone camera.": "\u0244dl\u00f8\u0250d \u0250n \u1d09\u026f\u0250\u0183\u01dd \u00f8\u0279 \u0254\u0250d\u0287n\u0279\u01dd \u00f8n\u01dd \u028d\u1d09\u0287\u0265 \u028e\u00f8n\u0279 \u028d\u01ddb \u00f8\u0279 d\u0265\u00f8n\u01dd \u0254\u0250\u026f\u01dd\u0279\u0250.", - "Upload completed": "\u0244dl\u00f8\u0250d \u0254\u00f8\u026fdl\u01dd\u0287\u01ddd", - "Upload completed for video {fileName}": "\u0244dl\u00f8\u0250d \u0254\u00f8\u026fdl\u01dd\u0287\u01ddd \u025f\u00f8\u0279 \u028c\u1d09d\u01dd\u00f8 {fileName}", - "Upload failed": "\u0244dl\u00f8\u0250d \u025f\u0250\u1d09l\u01ddd", - "Upload failed for video {fileName}": "\u0244dl\u00f8\u0250d \u025f\u0250\u1d09l\u01ddd \u025f\u00f8\u0279 \u028c\u1d09d\u01dd\u00f8 {fileName}", - "Upload instructor image.": "\u0244dl\u00f8\u0250d \u1d09ns\u0287\u0279n\u0254\u0287\u00f8\u0279 \u1d09\u026f\u0250\u0183\u01dd.", - "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "\u0244dl\u00f8\u0250d \u1d09s \u1d09n d\u0279\u00f8\u0183\u0279\u01ddss. \u0166\u00f8 \u0250\u028c\u00f8\u1d09d \u01dd\u0279\u0279\u00f8\u0279s, s\u0287\u0250\u028e \u00f8n \u0287\u0265\u1d09s d\u0250\u0183\u01dd nn\u0287\u1d09l \u0287\u0265\u01dd d\u0279\u00f8\u0254\u01ddss \u1d09s \u0254\u00f8\u026fdl\u01dd\u0287\u01dd.", - "Upload signature image.": "\u0244dl\u00f8\u0250d s\u1d09\u0183n\u0250\u0287n\u0279\u01dd \u1d09\u026f\u0250\u0183\u01dd.", - "Upload translation": "\u0244dl\u00f8\u0250d \u0287\u0279\u0250nsl\u0250\u0287\u1d09\u00f8n", - "Upload your banner image.": "\u0244dl\u00f8\u0250d \u028e\u00f8n\u0279 b\u0250nn\u01dd\u0279 \u1d09\u026f\u0250\u0183\u01dd.", - "Upload your course image.": "\u0244dl\u00f8\u0250d \u028e\u00f8n\u0279 \u0254\u00f8n\u0279s\u01dd \u1d09\u026f\u0250\u0183\u01dd.", - "Upload your first asset": "\u0244dl\u00f8\u0250d \u028e\u00f8n\u0279 \u025f\u1d09\u0279s\u0287 \u0250ss\u01dd\u0287", - "Upload your video thumbnail image.": "\u0244dl\u00f8\u0250d \u028e\u00f8n\u0279 \u028c\u1d09d\u01dd\u00f8 \u0287\u0265n\u026fbn\u0250\u1d09l \u1d09\u026f\u0250\u0183\u01dd.", - "Uploaded file issues. Click on \"+\" to view.": "\u0244dl\u00f8\u0250d\u01ddd \u025f\u1d09l\u01dd \u1d09ssn\u01dds. \u023bl\u1d09\u0254\u029e \u00f8n \"+\" \u0287\u00f8 \u028c\u1d09\u01dd\u028d.", - "Uploading": "\u0244dl\u00f8\u0250d\u1d09n\u0183", - "Uploading...": "\u0244dl\u00f8\u0250d\u1d09n\u0183...", - "Uploading... %(percent)s %": "\u0244dl\u00f8\u0250d\u1d09n\u0183... %(percent)s %", - "Upper Alpha": "\u0244dd\u01dd\u0279 \u023ald\u0265\u0250", - "Upper Roman": "\u0244dd\u01dd\u0279 \u024c\u00f8\u026f\u0250n", - "Upset Learner": "\u0244ds\u01dd\u0287 \u0141\u01dd\u0250\u0279n\u01dd\u0279", - "Url": "\u0244\u0279l", - "Use Current Transcript": "\u0244s\u01dd \u023bn\u0279\u0279\u01ddn\u0287 \u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287", - "Use Onboarding to introduce learners to proctoring, verify their identity, and create an onboarding profile. Learners must complete the onboarding profile step prior to taking a proctored exam. Profile reviews take 2+ business days.": "\u0244s\u01dd \u00d8nb\u00f8\u0250\u0279d\u1d09n\u0183 \u0287\u00f8 \u1d09n\u0287\u0279\u00f8dn\u0254\u01dd l\u01dd\u0250\u0279n\u01dd\u0279s \u0287\u00f8 d\u0279\u00f8\u0254\u0287\u00f8\u0279\u1d09n\u0183, \u028c\u01dd\u0279\u1d09\u025f\u028e \u0287\u0265\u01dd\u1d09\u0279 \u1d09d\u01ddn\u0287\u1d09\u0287\u028e, \u0250nd \u0254\u0279\u01dd\u0250\u0287\u01dd \u0250n \u00f8nb\u00f8\u0250\u0279d\u1d09n\u0183 d\u0279\u00f8\u025f\u1d09l\u01dd. \u0141\u01dd\u0250\u0279n\u01dd\u0279s \u026fns\u0287 \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u0287\u0265\u01dd \u00f8nb\u00f8\u0250\u0279d\u1d09n\u0183 d\u0279\u00f8\u025f\u1d09l\u01dd s\u0287\u01ddd d\u0279\u1d09\u00f8\u0279 \u0287\u00f8 \u0287\u0250\u029e\u1d09n\u0183 \u0250 d\u0279\u00f8\u0254\u0287\u00f8\u0279\u01ddd \u01ddx\u0250\u026f. \u2c63\u0279\u00f8\u025f\u1d09l\u01dd \u0279\u01dd\u028c\u1d09\u01dd\u028ds \u0287\u0250\u029e\u01dd 2+ bns\u1d09n\u01ddss d\u0250\u028es.", - "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.": "\u0244s\u01dd \u0250 d\u0279\u0250\u0254\u0287\u1d09\u0254\u01dd d\u0279\u00f8\u0254\u0287\u00f8\u0279\u01ddd \u01ddx\u0250\u026f \u0287\u00f8 \u1d09n\u0287\u0279\u00f8dn\u0254\u01dd l\u01dd\u0250\u0279n\u01dd\u0279s \u0287\u00f8 \u0287\u0265\u01dd d\u0279\u00f8\u0254\u0287\u00f8\u0279\u1d09n\u0183 \u0287\u00f8\u00f8ls \u0250nd d\u0279\u00f8\u0254\u01ddss\u01dds. \u024c\u01ddsnl\u0287s \u00f8\u025f \u0250 d\u0279\u0250\u0254\u0287\u1d09\u0254\u01dd \u01ddx\u0250\u026f d\u00f8 n\u00f8\u0287 \u0250\u025f\u025f\u01dd\u0254\u0287 \u0250 l\u01dd\u0250\u0279n\u01dd\u0279's \u0183\u0279\u0250d\u01dd.", - "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "\u0244s\u01dd \u0250 \u0287\u1d09\u026f\u01ddd \u01ddx\u0250\u026f \u0287\u00f8 l\u1d09\u026f\u1d09\u0287 \u0287\u0265\u01dd \u0287\u1d09\u026f\u01dd l\u01dd\u0250\u0279n\u01dd\u0279s \u0254\u0250n sd\u01ddnd \u00f8n d\u0279\u00f8bl\u01dd\u026fs \u1d09n \u0287\u0265\u1d09s snbs\u01dd\u0254\u0287\u1d09\u00f8n. \u0141\u01dd\u0250\u0279n\u01dd\u0279s \u026fns\u0287 snb\u026f\u1d09\u0287 \u0250ns\u028d\u01dd\u0279s b\u01dd\u025f\u00f8\u0279\u01dd \u0287\u0265\u01dd \u0287\u1d09\u026f\u01dd \u01ddxd\u1d09\u0279\u01dds. \u024e\u00f8n \u0254\u0250n \u0250ll\u00f8\u028d \u0250dd\u1d09\u0287\u1d09\u00f8n\u0250l \u0287\u1d09\u026f\u01dd \u025f\u00f8\u0279 \u1d09nd\u1d09\u028c\u1d09dn\u0250l l\u01dd\u0250\u0279n\u01dd\u0279s \u0287\u0265\u0279\u00f8n\u0183\u0265 \u0287\u0265\u01dd \u0197ns\u0287\u0279n\u0254\u0287\u00f8\u0279 \u0110\u0250s\u0265b\u00f8\u0250\u0279d.", - "Use as a Prerequisite": "\u0244s\u01dd \u0250s \u0250 \u2c63\u0279\u01dd\u0279\u01ddbn\u1d09s\u1d09\u0287\u01dd", - "Use bookmarks to help you easily return to courseware pages. To bookmark a page, click \"Bookmark this page\" under the page title.": "\u0244s\u01dd b\u00f8\u00f8\u029e\u026f\u0250\u0279\u029es \u0287\u00f8 \u0265\u01ddld \u028e\u00f8n \u01dd\u0250s\u1d09l\u028e \u0279\u01dd\u0287n\u0279n \u0287\u00f8 \u0254\u00f8n\u0279s\u01dd\u028d\u0250\u0279\u01dd d\u0250\u0183\u01dds. \u0166\u00f8 b\u00f8\u00f8\u029e\u026f\u0250\u0279\u029e \u0250 d\u0250\u0183\u01dd, \u0254l\u1d09\u0254\u029e \"\u0243\u00f8\u00f8\u029e\u026f\u0250\u0279\u029e \u0287\u0265\u1d09s d\u0250\u0183\u01dd\" nnd\u01dd\u0279 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0287\u1d09\u0287l\u01dd.", - "Use cohorts as the basis for dividing discussions. All learners, regardless of cohort, see the same discussion topics, but within divided topics, only members of the same cohort see and respond to each others\u2019 posts. ": "\u0244s\u01dd \u0254\u00f8\u0265\u00f8\u0279\u0287s \u0250s \u0287\u0265\u01dd b\u0250s\u1d09s \u025f\u00f8\u0279 d\u1d09\u028c\u1d09d\u1d09n\u0183 d\u1d09s\u0254nss\u1d09\u00f8ns. \u023all l\u01dd\u0250\u0279n\u01dd\u0279s, \u0279\u01dd\u0183\u0250\u0279dl\u01ddss \u00f8\u025f \u0254\u00f8\u0265\u00f8\u0279\u0287, s\u01dd\u01dd \u0287\u0265\u01dd s\u0250\u026f\u01dd d\u1d09s\u0254nss\u1d09\u00f8n \u0287\u00f8d\u1d09\u0254s, bn\u0287 \u028d\u1d09\u0287\u0265\u1d09n d\u1d09\u028c\u1d09d\u01ddd \u0287\u00f8d\u1d09\u0254s, \u00f8nl\u028e \u026f\u01dd\u026fb\u01dd\u0279s \u00f8\u025f \u0287\u0265\u01dd s\u0250\u026f\u01dd \u0254\u00f8\u0265\u00f8\u0279\u0287 s\u01dd\u01dd \u0250nd \u0279\u01ddsd\u00f8nd \u0287\u00f8 \u01dd\u0250\u0254\u0265 \u00f8\u0287\u0265\u01dd\u0279s\u2019 d\u00f8s\u0287s. ", - "Use enrollment tracks as the basis for dividing discussions. All learners, regardless of their enrollment track, see the same discussion topics, but within divided topics, only learners who are in the same enrollment track see and respond to each others\u2019 posts.": "\u0244s\u01dd \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 \u0287\u0279\u0250\u0254\u029es \u0250s \u0287\u0265\u01dd b\u0250s\u1d09s \u025f\u00f8\u0279 d\u1d09\u028c\u1d09d\u1d09n\u0183 d\u1d09s\u0254nss\u1d09\u00f8ns. \u023all l\u01dd\u0250\u0279n\u01dd\u0279s, \u0279\u01dd\u0183\u0250\u0279dl\u01ddss \u00f8\u025f \u0287\u0265\u01dd\u1d09\u0279 \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 \u0287\u0279\u0250\u0254\u029e, s\u01dd\u01dd \u0287\u0265\u01dd s\u0250\u026f\u01dd d\u1d09s\u0254nss\u1d09\u00f8n \u0287\u00f8d\u1d09\u0254s, bn\u0287 \u028d\u1d09\u0287\u0265\u1d09n d\u1d09\u028c\u1d09d\u01ddd \u0287\u00f8d\u1d09\u0254s, \u00f8nl\u028e l\u01dd\u0250\u0279n\u01dd\u0279s \u028d\u0265\u00f8 \u0250\u0279\u01dd \u1d09n \u0287\u0265\u01dd s\u0250\u026f\u01dd \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 \u0287\u0279\u0250\u0254\u029e s\u01dd\u01dd \u0250nd \u0279\u01ddsd\u00f8nd \u0287\u00f8 \u01dd\u0250\u0254\u0265 \u00f8\u0287\u0265\u01dd\u0279s\u2019 d\u00f8s\u0287s.", - "Use my institution/campus credentials": "\u0244s\u01dd \u026f\u028e \u1d09ns\u0287\u1d09\u0287n\u0287\u1d09\u00f8n/\u0254\u0250\u026fdns \u0254\u0279\u01ddd\u01ddn\u0287\u1d09\u0250ls", - "Use my university info": "\u0244s\u01dd \u026f\u028e nn\u1d09\u028c\u01dd\u0279s\u1d09\u0287\u028e \u1d09n\u025f\u00f8", - "Use the All Topics menu to find specific topics.": "\u0244s\u01dd \u0287\u0265\u01dd \u023all \u0166\u00f8d\u1d09\u0254s \u026f\u01ddnn \u0287\u00f8 \u025f\u1d09nd sd\u01dd\u0254\u1d09\u025f\u1d09\u0254 \u0287\u00f8d\u1d09\u0254s.", - "Use the retake photo button if you are not pleased with your photo": "\u0244s\u01dd \u0287\u0265\u01dd \u0279\u01dd\u0287\u0250\u029e\u01dd d\u0265\u00f8\u0287\u00f8 bn\u0287\u0287\u00f8n \u1d09\u025f \u028e\u00f8n \u0250\u0279\u01dd n\u00f8\u0287 dl\u01dd\u0250s\u01ddd \u028d\u1d09\u0287\u0265 \u028e\u00f8n\u0279 d\u0265\u00f8\u0287\u00f8", - "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "\u0244s\u01dd \u028e\u00f8n\u0279 \u028d\u01ddb\u0254\u0250\u026f \u0287\u00f8 \u0287\u0250\u029e\u01dd \u0250 d\u0265\u00f8\u0287\u00f8 \u00f8\u025f \u028e\u00f8n\u0279 \u0197\u0110. W\u01dd \u028d\u1d09ll \u026f\u0250\u0287\u0254\u0265 \u0287\u0265\u1d09s d\u0265\u00f8\u0287\u00f8 \u028d\u1d09\u0287\u0265 \u0287\u0265\u01dd d\u0265\u00f8\u0287\u00f8 \u00f8\u025f \u028e\u00f8n\u0279 \u025f\u0250\u0254\u01dd \u0250nd \u0287\u0265\u01dd n\u0250\u026f\u01dd \u00f8n \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287.", - "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "\u0244s\u01dd \u028e\u00f8n\u0279 \u028d\u01ddb\u0254\u0250\u026f \u0287\u00f8 \u0287\u0250\u029e\u01dd \u0250 d\u0265\u00f8\u0287\u00f8 \u00f8\u025f \u028e\u00f8n\u0279 \u025f\u0250\u0254\u01dd. W\u01dd \u028d\u1d09ll \u026f\u0250\u0287\u0254\u0265 \u0287\u0265\u1d09s d\u0265\u00f8\u0287\u00f8 \u028d\u1d09\u0287\u0265 \u0287\u0265\u01dd d\u0265\u00f8\u0287\u00f8 \u00f8n \u028e\u00f8n\u0279 \u0197\u0110.", - "Used": "\u0244s\u01ddd", + ], + "There was an error while importing the new course to our database.": "\u0166\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279 \u028d\u0265\u1d09l\u01dd \u1d09\u026fd\u00f8\u0279\u0287\u1d09n\u0183 \u0287\u0265\u01dd n\u01dd\u028d \u0254\u00f8n\u0279s\u01dd \u0287\u00f8 \u00f8n\u0279 d\u0250\u0287\u0250b\u0250s\u01dd.", + "There was an error while importing the new library to our database.": "\u0166\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279 \u028d\u0265\u1d09l\u01dd \u1d09\u026fd\u00f8\u0279\u0287\u1d09n\u0183 \u0287\u0265\u01dd n\u01dd\u028d l\u1d09b\u0279\u0250\u0279\u028e \u0287\u00f8 \u00f8n\u0279 d\u0250\u0287\u0250b\u0250s\u01dd.", + "There was an error while unpacking the file.": "\u0166\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279 \u028d\u0265\u1d09l\u01dd nnd\u0250\u0254\u029e\u1d09n\u0183 \u0287\u0265\u01dd \u025f\u1d09l\u01dd.", + "There was an error while verifying the file you submitted.": "\u0166\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279 \u028d\u0265\u1d09l\u01dd \u028c\u01dd\u0279\u1d09\u025f\u028e\u1d09n\u0183 \u0287\u0265\u01dd \u025f\u1d09l\u01dd \u028e\u00f8n snb\u026f\u1d09\u0287\u0287\u01ddd.", + "There was an error with the upload": "\u0166\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279 \u028d\u1d09\u0287\u0265 \u0287\u0265\u01dd ndl\u00f8\u0250d", + "There was an error, try searching again.": "\u0166\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279, \u0287\u0279\u028e s\u01dd\u0250\u0279\u0254\u0265\u1d09n\u0183 \u0250\u0183\u0250\u1d09n.", + "There was an error. Please reload the page and try again.": "\u0166\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279. \u2c63l\u01dd\u0250s\u01dd \u0279\u01ddl\u00f8\u0250d \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "There were errors reindexing course.": "\u0166\u0265\u01dd\u0279\u01dd \u028d\u01dd\u0279\u01dd \u01dd\u0279\u0279\u00f8\u0279s \u0279\u01dd\u1d09nd\u01ddx\u1d09n\u0183 \u0254\u00f8n\u0279s\u01dd.", + "There's already another assignment type with this name.": "\u0166\u0265\u01dd\u0279\u01dd's \u0250l\u0279\u01dd\u0250d\u028e \u0250n\u00f8\u0287\u0265\u01dd\u0279 \u0250ss\u1d09\u0183n\u026f\u01ddn\u0287 \u0287\u028ed\u01dd \u028d\u1d09\u0287\u0265 \u0287\u0265\u1d09s n\u0250\u026f\u01dd.", + "These settings include basic information about your account.": "\u0166\u0265\u01dds\u01dd s\u01dd\u0287\u0287\u1d09n\u0183s \u1d09n\u0254lnd\u01dd b\u0250s\u1d09\u0254 \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n \u0250b\u00f8n\u0287 \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287.", + "These users could not be added as beta testers because their accounts are not yet activated:": "\u0166\u0265\u01dds\u01dd ns\u01dd\u0279s \u0254\u00f8nld n\u00f8\u0287 b\u01dd \u0250dd\u01ddd \u0250s b\u01dd\u0287\u0250 \u0287\u01dds\u0287\u01dd\u0279s b\u01dd\u0254\u0250ns\u01dd \u0287\u0265\u01dd\u1d09\u0279 \u0250\u0254\u0254\u00f8nn\u0287s \u0250\u0279\u01dd n\u00f8\u0287 \u028e\u01dd\u0287 \u0250\u0254\u0287\u1d09\u028c\u0250\u0287\u01ddd:", + "These users were not added as beta testers:": "\u0166\u0265\u01dds\u01dd ns\u01dd\u0279s \u028d\u01dd\u0279\u01dd n\u00f8\u0287 \u0250dd\u01ddd \u0250s b\u01dd\u0287\u0250 \u0287\u01dds\u0287\u01dd\u0279s:", + "These users were not affiliated with the course so could not be unenrolled:": "\u0166\u0265\u01dds\u01dd ns\u01dd\u0279s \u028d\u01dd\u0279\u01dd n\u00f8\u0287 \u0250\u025f\u025f\u1d09l\u1d09\u0250\u0287\u01ddd \u028d\u1d09\u0287\u0265 \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd s\u00f8 \u0254\u00f8nld n\u00f8\u0287 b\u01dd nn\u01ddn\u0279\u00f8ll\u01ddd:", + "These users were not removed as beta testers:": "\u0166\u0265\u01dds\u01dd ns\u01dd\u0279s \u028d\u01dd\u0279\u01dd n\u00f8\u0287 \u0279\u01dd\u026f\u00f8\u028c\u01ddd \u0250s b\u01dd\u0287\u0250 \u0287\u01dds\u0287\u01dd\u0279s:", + "These users were successfully added as beta testers:": "\u0166\u0265\u01dds\u01dd ns\u01dd\u0279s \u028d\u01dd\u0279\u01dd sn\u0254\u0254\u01ddss\u025fnll\u028e \u0250dd\u01ddd \u0250s b\u01dd\u0287\u0250 \u0287\u01dds\u0287\u01dd\u0279s:", + "These users were successfully removed as beta testers:": "\u0166\u0265\u01dds\u01dd ns\u01dd\u0279s \u028d\u01dd\u0279\u01dd sn\u0254\u0254\u01ddss\u025fnll\u028e \u0279\u01dd\u026f\u00f8\u028c\u01ddd \u0250s b\u01dd\u0287\u0250 \u0287\u01dds\u0287\u01dd\u0279s:", + "These users will be allowed to enroll once they register:": "\u0166\u0265\u01dds\u01dd ns\u01dd\u0279s \u028d\u1d09ll b\u01dd \u0250ll\u00f8\u028d\u01ddd \u0287\u00f8 \u01ddn\u0279\u00f8ll \u00f8n\u0254\u01dd \u0287\u0265\u01dd\u028e \u0279\u01dd\u0183\u1d09s\u0287\u01dd\u0279:", + "These users will be enrolled once they register:": "\u0166\u0265\u01dds\u01dd ns\u01dd\u0279s \u028d\u1d09ll b\u01dd \u01ddn\u0279\u00f8ll\u01ddd \u00f8n\u0254\u01dd \u0287\u0265\u01dd\u028e \u0279\u01dd\u0183\u1d09s\u0287\u01dd\u0279:", + "This Group Configuration is not in use. Start by adding a content experiment to any Unit via the {linkStart}Course Outline{linkEnd}.": "\u0166\u0265\u1d09s \u01e4\u0279\u00f8nd \u023b\u00f8n\u025f\u1d09\u0183n\u0279\u0250\u0287\u1d09\u00f8n \u1d09s n\u00f8\u0287 \u1d09n ns\u01dd. S\u0287\u0250\u0279\u0287 b\u028e \u0250dd\u1d09n\u0183 \u0250 \u0254\u00f8n\u0287\u01ddn\u0287 \u01ddxd\u01dd\u0279\u1d09\u026f\u01ddn\u0287 \u0287\u00f8 \u0250n\u028e \u0244n\u1d09\u0287 \u028c\u1d09\u0250 \u0287\u0265\u01dd {linkStart}\u023b\u00f8n\u0279s\u01dd \u00d8n\u0287l\u1d09n\u01dd{linkEnd}.", + "This Group Configuration is used in:": "\u0166\u0265\u1d09s \u01e4\u0279\u00f8nd \u023b\u00f8n\u025f\u1d09\u0183n\u0279\u0250\u0287\u1d09\u00f8n \u1d09s ns\u01ddd \u1d09n:", + "This action cannot be undone.": "\u0166\u0265\u1d09s \u0250\u0254\u0287\u1d09\u00f8n \u0254\u0250nn\u00f8\u0287 b\u01dd nnd\u00f8n\u01dd.", + "This action updates the {provider} information for your entire organization.": "\u0166\u0265\u1d09s \u0250\u0254\u0287\u1d09\u00f8n ndd\u0250\u0287\u01dds \u0287\u0265\u01dd {provider} \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n \u025f\u00f8\u0279 \u028e\u00f8n\u0279 \u01ddn\u0287\u1d09\u0279\u01dd \u00f8\u0279\u0183\u0250n\u1d09z\u0250\u0287\u1d09\u00f8n.", + "This browser cannot play .mp4, .ogg, or .webm files.": "\u0166\u0265\u1d09s b\u0279\u00f8\u028ds\u01dd\u0279 \u0254\u0250nn\u00f8\u0287 dl\u0250\u028e .\u026fd4, .\u00f8\u0183\u0183, \u00f8\u0279 .\u028d\u01ddb\u026f \u025f\u1d09l\u01dds.", + "This catalog's courses:": "\u0166\u0265\u1d09s \u0254\u0250\u0287\u0250l\u00f8\u0183's \u0254\u00f8n\u0279s\u01dds:", + "This certificate has already been activated and is live. Are you sure you want to continue editing?": "\u0166\u0265\u1d09s \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u0265\u0250s \u0250l\u0279\u01dd\u0250d\u028e b\u01dd\u01ddn \u0250\u0254\u0287\u1d09\u028c\u0250\u0287\u01ddd \u0250nd \u1d09s l\u1d09\u028c\u01dd. \u023a\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u0254\u00f8n\u0287\u1d09nn\u01dd \u01ddd\u1d09\u0287\u1d09n\u0183?", + "This comment could not be deleted. Refresh the page and try again.": "\u0166\u0265\u1d09s \u0254\u00f8\u026f\u026f\u01ddn\u0287 \u0254\u00f8nld n\u00f8\u0287 b\u01dd d\u01ddl\u01dd\u0287\u01ddd. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "This component has validation issues.": "\u0166\u0265\u1d09s \u0254\u00f8\u026fd\u00f8n\u01ddn\u0287 \u0265\u0250s \u028c\u0250l\u1d09d\u0250\u0287\u1d09\u00f8n \u1d09ssn\u01dds.", + "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "\u0166\u0265\u1d09s \u0254\u00f8n\u025f\u1d09\u0183n\u0279\u0250\u0287\u1d09\u00f8n \u1d09s \u0254n\u0279\u0279\u01ddn\u0287l\u028e ns\u01ddd \u1d09n \u0254\u00f8n\u0287\u01ddn\u0287 \u01ddxd\u01dd\u0279\u1d09\u026f\u01ddn\u0287s. \u0197\u025f \u028e\u00f8n \u026f\u0250\u029e\u01dd \u0254\u0265\u0250n\u0183\u01dds \u0287\u00f8 \u0287\u0265\u01dd \u0183\u0279\u00f8nds, \u028e\u00f8n \u026f\u0250\u028e n\u01dd\u01ddd \u0287\u00f8 \u01ddd\u1d09\u0287 \u0287\u0265\u00f8s\u01dd \u01ddxd\u01dd\u0279\u1d09\u026f\u01ddn\u0287s.", + "This content group is used in one or more units.": "\u0166\u0265\u1d09s \u0254\u00f8n\u0287\u01ddn\u0287 \u0183\u0279\u00f8nd \u1d09s ns\u01ddd \u1d09n \u00f8n\u01dd \u00f8\u0279 \u026f\u00f8\u0279\u01dd nn\u1d09\u0287s.", + "This course has automatic cohorting enabled for verified track learners, but cohorts are disabled. You must enable cohorts for the feature to work.": "\u0166\u0265\u1d09s \u0254\u00f8n\u0279s\u01dd \u0265\u0250s \u0250n\u0287\u00f8\u026f\u0250\u0287\u1d09\u0254 \u0254\u00f8\u0265\u00f8\u0279\u0287\u1d09n\u0183 \u01ddn\u0250bl\u01ddd \u025f\u00f8\u0279 \u028c\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u0287\u0279\u0250\u0254\u029e l\u01dd\u0250\u0279n\u01dd\u0279s, bn\u0287 \u0254\u00f8\u0265\u00f8\u0279\u0287s \u0250\u0279\u01dd d\u1d09s\u0250bl\u01ddd. \u024e\u00f8n \u026fns\u0287 \u01ddn\u0250bl\u01dd \u0254\u00f8\u0265\u00f8\u0279\u0287s \u025f\u00f8\u0279 \u0287\u0265\u01dd \u025f\u01dd\u0250\u0287n\u0279\u01dd \u0287\u00f8 \u028d\u00f8\u0279\u029e.", + "This course has automatic cohorting enabled for verified track learners, but the required cohort does not exist. You must create a manually-assigned cohort named '{verifiedCohortName}' for the feature to work.": "\u0166\u0265\u1d09s \u0254\u00f8n\u0279s\u01dd \u0265\u0250s \u0250n\u0287\u00f8\u026f\u0250\u0287\u1d09\u0254 \u0254\u00f8\u0265\u00f8\u0279\u0287\u1d09n\u0183 \u01ddn\u0250bl\u01ddd \u025f\u00f8\u0279 \u028c\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u0287\u0279\u0250\u0254\u029e l\u01dd\u0250\u0279n\u01dd\u0279s, bn\u0287 \u0287\u0265\u01dd \u0279\u01ddbn\u1d09\u0279\u01ddd \u0254\u00f8\u0265\u00f8\u0279\u0287 d\u00f8\u01dds n\u00f8\u0287 \u01ddx\u1d09s\u0287. \u024e\u00f8n \u026fns\u0287 \u0254\u0279\u01dd\u0250\u0287\u01dd \u0250 \u026f\u0250nn\u0250ll\u028e-\u0250ss\u1d09\u0183n\u01ddd \u0254\u00f8\u0265\u00f8\u0279\u0287 n\u0250\u026f\u01ddd '{verifiedCohortName}' \u025f\u00f8\u0279 \u0287\u0265\u01dd \u025f\u01dd\u0250\u0287n\u0279\u01dd \u0287\u00f8 \u028d\u00f8\u0279\u029e.", + "This course uses automatic cohorting for verified track learners. You cannot disable cohorts, and you cannot rename the manual cohort named '{verifiedCohortName}'. To change the configuration for verified track cohorts, contact your edX partner manager.": "\u0166\u0265\u1d09s \u0254\u00f8n\u0279s\u01dd ns\u01dds \u0250n\u0287\u00f8\u026f\u0250\u0287\u1d09\u0254 \u0254\u00f8\u0265\u00f8\u0279\u0287\u1d09n\u0183 \u025f\u00f8\u0279 \u028c\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u0287\u0279\u0250\u0254\u029e l\u01dd\u0250\u0279n\u01dd\u0279s. \u024e\u00f8n \u0254\u0250nn\u00f8\u0287 d\u1d09s\u0250bl\u01dd \u0254\u00f8\u0265\u00f8\u0279\u0287s, \u0250nd \u028e\u00f8n \u0254\u0250nn\u00f8\u0287 \u0279\u01ddn\u0250\u026f\u01dd \u0287\u0265\u01dd \u026f\u0250nn\u0250l \u0254\u00f8\u0265\u00f8\u0279\u0287 n\u0250\u026f\u01ddd '{verifiedCohortName}'. \u0166\u00f8 \u0254\u0265\u0250n\u0183\u01dd \u0287\u0265\u01dd \u0254\u00f8n\u025f\u1d09\u0183n\u0279\u0250\u0287\u1d09\u00f8n \u025f\u00f8\u0279 \u028c\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u0287\u0279\u0250\u0254\u029e \u0254\u00f8\u0265\u00f8\u0279\u0287s, \u0254\u00f8n\u0287\u0250\u0254\u0287 \u028e\u00f8n\u0279 \u01dddX d\u0250\u0279\u0287n\u01dd\u0279 \u026f\u0250n\u0250\u0183\u01dd\u0279.", + "This discussion could not be loaded. Refresh the page and try again.": "\u0166\u0265\u1d09s d\u1d09s\u0254nss\u1d09\u00f8n \u0254\u00f8nld n\u00f8\u0287 b\u01dd l\u00f8\u0250d\u01ddd. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "This feature is currently in testing. Course teams can enter highlights, but learners will not receive email messages.": "\u0166\u0265\u1d09s \u025f\u01dd\u0250\u0287n\u0279\u01dd \u1d09s \u0254n\u0279\u0279\u01ddn\u0287l\u028e \u1d09n \u0287\u01dds\u0287\u1d09n\u0183. \u023b\u00f8n\u0279s\u01dd \u0287\u01dd\u0250\u026fs \u0254\u0250n \u01ddn\u0287\u01dd\u0279 \u0265\u1d09\u0183\u0265l\u1d09\u0183\u0265\u0287s, bn\u0287 l\u01dd\u0250\u0279n\u01dd\u0279s \u028d\u1d09ll n\u00f8\u0287 \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01dd \u01dd\u026f\u0250\u1d09l \u026f\u01ddss\u0250\u0183\u01dds.", + "This file type is not supported. Supported file type is {supportedFileFormat}.": "\u0166\u0265\u1d09s \u025f\u1d09l\u01dd \u0287\u028ed\u01dd \u1d09s n\u00f8\u0287 sndd\u00f8\u0279\u0287\u01ddd. Sndd\u00f8\u0279\u0287\u01ddd \u025f\u1d09l\u01dd \u0287\u028ed\u01dd \u1d09s {supportedFileFormat}.", + "This group controls access to:": "\u0166\u0265\u1d09s \u0183\u0279\u00f8nd \u0254\u00f8n\u0287\u0279\u00f8ls \u0250\u0254\u0254\u01ddss \u0287\u00f8:", + "This group no longer exists. Choose another group or do not restrict access to this unit.": "\u0166\u0265\u1d09s \u0183\u0279\u00f8nd n\u00f8 l\u00f8n\u0183\u01dd\u0279 \u01ddx\u1d09s\u0287s. \u023b\u0265\u00f8\u00f8s\u01dd \u0250n\u00f8\u0287\u0265\u01dd\u0279 \u0183\u0279\u00f8nd \u00f8\u0279 d\u00f8 n\u00f8\u0287 \u0279\u01dds\u0287\u0279\u1d09\u0254\u0287 \u0250\u0254\u0254\u01ddss \u0287\u00f8 \u0287\u0265\u1d09s nn\u1d09\u0287.", + "This image file type is not supported. Supported file types are {supportedFileFormats}.": "\u0166\u0265\u1d09s \u1d09\u026f\u0250\u0183\u01dd \u025f\u1d09l\u01dd \u0287\u028ed\u01dd \u1d09s n\u00f8\u0287 sndd\u00f8\u0279\u0287\u01ddd. Sndd\u00f8\u0279\u0287\u01ddd \u025f\u1d09l\u01dd \u0287\u028ed\u01dds \u0250\u0279\u01dd {supportedFileFormats}.", + "This image is for decorative purposes only and does not require a description.": "\u0166\u0265\u1d09s \u1d09\u026f\u0250\u0183\u01dd \u1d09s \u025f\u00f8\u0279 d\u01dd\u0254\u00f8\u0279\u0250\u0287\u1d09\u028c\u01dd dn\u0279d\u00f8s\u01dds \u00f8nl\u028e \u0250nd d\u00f8\u01dds n\u00f8\u0287 \u0279\u01ddbn\u1d09\u0279\u01dd \u0250 d\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n.", + "This includes access to {siteName} from your employer\u2019s or university\u2019s system{additionalSiteSpecificDeletionText}.": "\u0166\u0265\u1d09s \u1d09n\u0254lnd\u01dds \u0250\u0254\u0254\u01ddss \u0287\u00f8 {siteName} \u025f\u0279\u00f8\u026f \u028e\u00f8n\u0279 \u01dd\u026fdl\u00f8\u028e\u01dd\u0279\u2019s \u00f8\u0279 nn\u1d09\u028c\u01dd\u0279s\u1d09\u0287\u028e\u2019s s\u028es\u0287\u01dd\u026f{additionalSiteSpecificDeletionText}.", + "This is the Description of the Group Configuration": "\u0166\u0265\u1d09s \u1d09s \u0287\u0265\u01dd \u0110\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n \u00f8\u025f \u0287\u0265\u01dd \u01e4\u0279\u00f8nd \u023b\u00f8n\u025f\u1d09\u0183n\u0279\u0250\u0287\u1d09\u00f8n", + "This is the Name of the Group Configuration": "\u0166\u0265\u1d09s \u1d09s \u0287\u0265\u01dd N\u0250\u026f\u01dd \u00f8\u025f \u0287\u0265\u01dd \u01e4\u0279\u00f8nd \u023b\u00f8n\u025f\u1d09\u0183n\u0279\u0250\u0287\u1d09\u00f8n", + "This is the name of the group": "\u0166\u0265\u1d09s \u1d09s \u0287\u0265\u01dd n\u0250\u026f\u01dd \u00f8\u025f \u0287\u0265\u01dd \u0183\u0279\u00f8nd", + "This learner is currently sharing a limited profile.": "\u0166\u0265\u1d09s l\u01dd\u0250\u0279n\u01dd\u0279 \u1d09s \u0254n\u0279\u0279\u01ddn\u0287l\u028e s\u0265\u0250\u0279\u1d09n\u0183 \u0250 l\u1d09\u026f\u1d09\u0287\u01ddd d\u0279\u00f8\u025f\u1d09l\u01dd.", + "This learner will be removed from the team,allowing another learner to take the available spot.": "\u0166\u0265\u1d09s l\u01dd\u0250\u0279n\u01dd\u0279 \u028d\u1d09ll b\u01dd \u0279\u01dd\u026f\u00f8\u028c\u01ddd \u025f\u0279\u00f8\u026f \u0287\u0265\u01dd \u0287\u01dd\u0250\u026f,\u0250ll\u00f8\u028d\u1d09n\u0183 \u0250n\u00f8\u0287\u0265\u01dd\u0279 l\u01dd\u0250\u0279n\u01dd\u0279 \u0287\u00f8 \u0287\u0250\u029e\u01dd \u0287\u0265\u01dd \u0250\u028c\u0250\u1d09l\u0250bl\u01dd sd\u00f8\u0287.", + "This link will open in a modal window": "\u0166\u0265\u1d09s l\u1d09n\u029e \u028d\u1d09ll \u00f8d\u01ddn \u1d09n \u0250 \u026f\u00f8d\u0250l \u028d\u1d09nd\u00f8\u028d", + "This link will open in a new browser window/tab": "\u0166\u0265\u1d09s l\u1d09n\u029e \u028d\u1d09ll \u00f8d\u01ddn \u1d09n \u0250 n\u01dd\u028d b\u0279\u00f8\u028ds\u01dd\u0279 \u028d\u1d09nd\u00f8\u028d/\u0287\u0250b", + "This may be happening because of an error with our server or your internet connection. Try refreshing the page or making sure you are online.": "\u0166\u0265\u1d09s \u026f\u0250\u028e b\u01dd \u0265\u0250dd\u01ddn\u1d09n\u0183 b\u01dd\u0254\u0250ns\u01dd \u00f8\u025f \u0250n \u01dd\u0279\u0279\u00f8\u0279 \u028d\u1d09\u0287\u0265 \u00f8n\u0279 s\u01dd\u0279\u028c\u01dd\u0279 \u00f8\u0279 \u028e\u00f8n\u0279 \u1d09n\u0287\u01dd\u0279n\u01dd\u0287 \u0254\u00f8nn\u01dd\u0254\u0287\u1d09\u00f8n. \u0166\u0279\u028e \u0279\u01dd\u025f\u0279\u01dds\u0265\u1d09n\u0183 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u00f8\u0279 \u026f\u0250\u029e\u1d09n\u0183 sn\u0279\u01dd \u028e\u00f8n \u0250\u0279\u01dd \u00f8nl\u1d09n\u01dd.", + "This page contains information about orders that you have placed with {platform_name}.": "\u0166\u0265\u1d09s d\u0250\u0183\u01dd \u0254\u00f8n\u0287\u0250\u1d09ns \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n \u0250b\u00f8n\u0287 \u00f8\u0279d\u01dd\u0279s \u0287\u0265\u0250\u0287 \u028e\u00f8n \u0265\u0250\u028c\u01dd dl\u0250\u0254\u01ddd \u028d\u1d09\u0287\u0265 {platform_name}.", + "This post could not be closed. Refresh the page and try again.": "\u0166\u0265\u1d09s d\u00f8s\u0287 \u0254\u00f8nld n\u00f8\u0287 b\u01dd \u0254l\u00f8s\u01ddd. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "This post could not be flagged for abuse. Refresh the page and try again.": "\u0166\u0265\u1d09s d\u00f8s\u0287 \u0254\u00f8nld n\u00f8\u0287 b\u01dd \u025fl\u0250\u0183\u0183\u01ddd \u025f\u00f8\u0279 \u0250bns\u01dd. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "This post could not be pinned. Refresh the page and try again.": "\u0166\u0265\u1d09s d\u00f8s\u0287 \u0254\u00f8nld n\u00f8\u0287 b\u01dd d\u1d09nn\u01ddd. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "This post could not be reopened. Refresh the page and try again.": "\u0166\u0265\u1d09s d\u00f8s\u0287 \u0254\u00f8nld n\u00f8\u0287 b\u01dd \u0279\u01dd\u00f8d\u01ddn\u01ddd. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "This post could not be unflagged for abuse. Refresh the page and try again.": "\u0166\u0265\u1d09s d\u00f8s\u0287 \u0254\u00f8nld n\u00f8\u0287 b\u01dd nn\u025fl\u0250\u0183\u0183\u01ddd \u025f\u00f8\u0279 \u0250bns\u01dd. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "This post could not be unpinned. Refresh the page and try again.": "\u0166\u0265\u1d09s d\u00f8s\u0287 \u0254\u00f8nld n\u00f8\u0287 b\u01dd nnd\u1d09nn\u01ddd. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "This problem has been reset.": "\u0166\u0265\u1d09s d\u0279\u00f8bl\u01dd\u026f \u0265\u0250s b\u01dd\u01ddn \u0279\u01dds\u01dd\u0287.", + "This response could not be marked as an answer. Refresh the page and try again.": "\u0166\u0265\u1d09s \u0279\u01ddsd\u00f8ns\u01dd \u0254\u00f8nld n\u00f8\u0287 b\u01dd \u026f\u0250\u0279\u029e\u01ddd \u0250s \u0250n \u0250ns\u028d\u01dd\u0279. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "This response could not be marked as endorsed. Refresh the page and try again.": "\u0166\u0265\u1d09s \u0279\u01ddsd\u00f8ns\u01dd \u0254\u00f8nld n\u00f8\u0287 b\u01dd \u026f\u0250\u0279\u029e\u01ddd \u0250s \u01ddnd\u00f8\u0279s\u01ddd. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "This response could not be unendorsed. Refresh the page and try again.": "\u0166\u0265\u1d09s \u0279\u01ddsd\u00f8ns\u01dd \u0254\u00f8nld n\u00f8\u0287 b\u01dd nn\u01ddnd\u00f8\u0279s\u01ddd. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "This response could not be unmarked as an answer. Refresh the page and try again.": "\u0166\u0265\u1d09s \u0279\u01ddsd\u00f8ns\u01dd \u0254\u00f8nld n\u00f8\u0287 b\u01dd nn\u026f\u0250\u0279\u029e\u01ddd \u0250s \u0250n \u0250ns\u028d\u01dd\u0279. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "This role requires a divided discussions scheme.": "\u0166\u0265\u1d09s \u0279\u00f8l\u01dd \u0279\u01ddbn\u1d09\u0279\u01dds \u0250 d\u1d09\u028c\u1d09d\u01ddd d\u1d09s\u0254nss\u1d09\u00f8ns s\u0254\u0265\u01dd\u026f\u01dd.", + "This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.": "\u0166\u0265\u1d09s s\u0265\u00f8\u0279\u0287 n\u0250\u026f\u01dd \u025f\u00f8\u0279 \u0287\u0265\u01dd \u0250ss\u1d09\u0183n\u026f\u01ddn\u0287 \u0287\u028ed\u01dd (\u025f\u00f8\u0279 \u01ddx\u0250\u026fdl\u01dd, \u0126W \u00f8\u0279 M\u1d09d\u0287\u01dd\u0279\u026f) \u0250dd\u01dd\u0250\u0279s n\u01ddx\u0287 \u0287\u00f8 \u0250ss\u1d09\u0183n\u026f\u01ddn\u0287s \u00f8n \u0250 l\u01dd\u0250\u0279n\u01dd\u0279's \u2c63\u0279\u00f8\u0183\u0279\u01ddss d\u0250\u0183\u01dd.", + "This team does not have any members.": "\u0166\u0265\u1d09s \u0287\u01dd\u0250\u026f d\u00f8\u01dds n\u00f8\u0287 \u0265\u0250\u028c\u01dd \u0250n\u028e \u026f\u01dd\u026fb\u01dd\u0279s.", + "This team is full.": "\u0166\u0265\u1d09s \u0287\u01dd\u0250\u026f \u1d09s \u025fnll.", + "This unit has validation issues.": "\u0166\u0265\u1d09s nn\u1d09\u0287 \u0265\u0250s \u028c\u0250l\u1d09d\u0250\u0287\u1d09\u00f8n \u1d09ssn\u01dds.", + "This vote could not be processed. Refresh the page and try again.": "\u0166\u0265\u1d09s \u028c\u00f8\u0287\u01dd \u0254\u00f8nld n\u00f8\u0287 b\u01dd d\u0279\u00f8\u0254\u01ddss\u01ddd. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "This {parentCategory} has no {childCategory}": "\u0166\u0265\u1d09s {parentCategory} \u0265\u0250s n\u00f8 {childCategory}", + "Thumbnail": "\u0166\u0265n\u026fbn\u0250\u1d09l", + "Thumbnail for {videoName}": "\u0166\u0265n\u026fbn\u0250\u1d09l \u025f\u00f8\u0279 {videoName}", + "Time Allotted (HH:MM):": "\u0166\u1d09\u026f\u01dd \u023all\u00f8\u0287\u0287\u01ddd (\u0126\u0126:MM):", + "Time Sent": "\u0166\u1d09\u026f\u01dd S\u01ddn\u0287", + "Time Sent:": "\u0166\u1d09\u026f\u01dd S\u01ddn\u0287:", + "Time Zone": "\u0166\u1d09\u026f\u01dd \u01b5\u00f8n\u01dd", + "Timed": "\u0166\u1d09\u026f\u01ddd", + "Timed Exam": "\u0166\u1d09\u026f\u01ddd \u0246x\u0250\u026f", + "Timed Transcript Conflict": "\u0166\u1d09\u026f\u01ddd \u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u023b\u00f8n\u025fl\u1d09\u0254\u0287", + "Timed Transcript Found": "\u0166\u1d09\u026f\u01ddd \u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287 F\u00f8nnd", + "Timed Transcript Uploaded Successfully": "\u0166\u1d09\u026f\u01ddd \u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u0244dl\u00f8\u0250d\u01ddd Sn\u0254\u0254\u01ddss\u025fnll\u028e", + "Timed Transcript from %(filename)s": "\u0166\u1d09\u026f\u01ddd \u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u025f\u0279\u00f8\u026f %(filename)s", + "Tips on taking a successful photo": "\u0166\u1d09ds \u00f8n \u0287\u0250\u029e\u1d09n\u0183 \u0250 sn\u0254\u0254\u01ddss\u025fnl d\u0265\u00f8\u0287\u00f8", + "Title": "\u0166\u1d09\u0287l\u01dd", + "Title ": "\u0166\u1d09\u0287l\u01dd ", + "Title of the signatory": "\u0166\u1d09\u0287l\u01dd \u00f8\u025f \u0287\u0265\u01dd s\u1d09\u0183n\u0250\u0287\u00f8\u0279\u028e", + "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "\u0166\u1d09\u0287l\u01dds \u026f\u00f8\u0279\u01dd \u0287\u0265\u0250n 100 \u0254\u0265\u0250\u0279\u0250\u0254\u0287\u01dd\u0279s \u026f\u0250\u028e d\u0279\u01dd\u028c\u01ddn\u0287 s\u0287nd\u01ddn\u0287s \u025f\u0279\u00f8\u026f d\u0279\u1d09n\u0287\u1d09n\u0183 \u0287\u0265\u01dd\u1d09\u0279 \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u00f8n \u0250 s\u1d09n\u0183l\u01dd d\u0250\u0183\u01dd.", + "To access the course, select a session.": "\u0166\u00f8 \u0250\u0254\u0254\u01ddss \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd, s\u01ddl\u01dd\u0254\u0287 \u0250 s\u01ddss\u1d09\u00f8n.", + "To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.": "\u0166\u00f8 b\u01dd sn\u0279\u01dd \u0250ll s\u0287nd\u01ddn\u0287s \u0254\u0250n \u0250\u0254\u0254\u01ddss \u0287\u0265\u01dd \u028c\u1d09d\u01dd\u00f8, \u028d\u01dd \u0279\u01dd\u0254\u00f8\u026f\u026f\u01ddnd d\u0279\u00f8\u028c\u1d09d\u1d09n\u0183 b\u00f8\u0287\u0265 \u0250n .\u026fd4 \u0250nd \u0250 .\u028d\u01ddb\u026f \u028c\u01dd\u0279s\u1d09\u00f8n \u00f8\u025f \u028e\u00f8n\u0279 \u028c\u1d09d\u01dd\u00f8. \u023bl\u1d09\u0254\u029e b\u01ddl\u00f8\u028d \u0287\u00f8 \u0250dd \u0250 \u0244\u024c\u0141 \u025f\u00f8\u0279 \u0250n\u00f8\u0287\u0265\u01dd\u0279 \u028c\u01dd\u0279s\u1d09\u00f8n. \u0166\u0265\u01dds\u01dd \u0244\u024c\u0141s \u0254\u0250nn\u00f8\u0287 b\u01dd \u024e\u00f8n\u0166nb\u01dd \u0244\u024c\u0141s. \u0166\u0265\u01dd \u025f\u1d09\u0279s\u0287 l\u1d09s\u0287\u01ddd \u028c\u1d09d\u01dd\u00f8 \u0287\u0265\u0250\u0287's \u0254\u00f8\u026fd\u0250\u0287\u1d09bl\u01dd \u028d\u1d09\u0287\u0265 \u0287\u0265\u01dd s\u0287nd\u01ddn\u0287's \u0254\u00f8\u026fdn\u0287\u01dd\u0279 \u028d\u1d09ll dl\u0250\u028e.", + "To complete the program, you must earn a verified certificate for each course.": "\u0166\u00f8 \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u0287\u0265\u01dd d\u0279\u00f8\u0183\u0279\u0250\u026f, \u028e\u00f8n \u026fns\u0287 \u01dd\u0250\u0279n \u0250 \u028c\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u025f\u00f8\u0279 \u01dd\u0250\u0254\u0265 \u0254\u00f8n\u0279s\u01dd.", + "To continue learning with this account, sign in below.": "\u0166\u00f8 \u0254\u00f8n\u0287\u1d09nn\u01dd l\u01dd\u0250\u0279n\u1d09n\u0183 \u028d\u1d09\u0287\u0265 \u0287\u0265\u1d09s \u0250\u0254\u0254\u00f8nn\u0287, s\u1d09\u0183n \u1d09n b\u01ddl\u00f8\u028d.", + "To finalize course credit, %(display_name)s requires %(platform_name)s learners to submit a credit request.": "\u0166\u00f8 \u025f\u1d09n\u0250l\u1d09z\u01dd \u0254\u00f8n\u0279s\u01dd \u0254\u0279\u01ddd\u1d09\u0287, %(display_name)s \u0279\u01ddbn\u1d09\u0279\u01dds %(platform_name)s l\u01dd\u0250\u0279n\u01dd\u0279s \u0287\u00f8 snb\u026f\u1d09\u0287 \u0250 \u0254\u0279\u01ddd\u1d09\u0287 \u0279\u01ddbn\u01dds\u0287.", + "To invalidate a certificate for a particular learner, add the username or email address below.": "\u0166\u00f8 \u1d09n\u028c\u0250l\u1d09d\u0250\u0287\u01dd \u0250 \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u025f\u00f8\u0279 \u0250 d\u0250\u0279\u0287\u1d09\u0254nl\u0250\u0279 l\u01dd\u0250\u0279n\u01dd\u0279, \u0250dd \u0287\u0265\u01dd ns\u01dd\u0279n\u0250\u026f\u01dd \u00f8\u0279 \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss b\u01ddl\u00f8\u028d.", + "To receive a certificate, you must also verify your identity before {date}.": "\u0166\u00f8 \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01dd \u0250 \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd, \u028e\u00f8n \u026fns\u0287 \u0250ls\u00f8 \u028c\u01dd\u0279\u1d09\u025f\u028e \u028e\u00f8n\u0279 \u1d09d\u01ddn\u0287\u1d09\u0287\u028e b\u01dd\u025f\u00f8\u0279\u01dd {date}.", + "To receive a certificate, you must also verify your identity.": "\u0166\u00f8 \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01dd \u0250 \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd, \u028e\u00f8n \u026fns\u0287 \u0250ls\u00f8 \u028c\u01dd\u0279\u1d09\u025f\u028e \u028e\u00f8n\u0279 \u1d09d\u01ddn\u0287\u1d09\u0287\u028e.", + "To receive credit for problems, you must select \"Submit\" for each problem before you select \"End My Exam\".": "\u0166\u00f8 \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01dd \u0254\u0279\u01ddd\u1d09\u0287 \u025f\u00f8\u0279 d\u0279\u00f8bl\u01dd\u026fs, \u028e\u00f8n \u026fns\u0287 s\u01ddl\u01dd\u0254\u0287 \"Snb\u026f\u1d09\u0287\" \u025f\u00f8\u0279 \u01dd\u0250\u0254\u0265 d\u0279\u00f8bl\u01dd\u026f b\u01dd\u025f\u00f8\u0279\u01dd \u028e\u00f8n s\u01ddl\u01dd\u0254\u0287 \"\u0246nd M\u028e \u0246x\u0250\u026f\".", + "To review learner cohort assignments or see the results of uploading a CSV file, download course profile information or cohort results on the {link_start}Data Download{link_end} page.": "\u0166\u00f8 \u0279\u01dd\u028c\u1d09\u01dd\u028d l\u01dd\u0250\u0279n\u01dd\u0279 \u0254\u00f8\u0265\u00f8\u0279\u0287 \u0250ss\u1d09\u0183n\u026f\u01ddn\u0287s \u00f8\u0279 s\u01dd\u01dd \u0287\u0265\u01dd \u0279\u01ddsnl\u0287s \u00f8\u025f ndl\u00f8\u0250d\u1d09n\u0183 \u0250 \u023bSV \u025f\u1d09l\u01dd, d\u00f8\u028dnl\u00f8\u0250d \u0254\u00f8n\u0279s\u01dd d\u0279\u00f8\u025f\u1d09l\u01dd \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n \u00f8\u0279 \u0254\u00f8\u0265\u00f8\u0279\u0287 \u0279\u01ddsnl\u0287s \u00f8n \u0287\u0265\u01dd {link_start}\u0110\u0250\u0287\u0250 \u0110\u00f8\u028dnl\u00f8\u0250d{link_end} d\u0250\u0183\u01dd.", + "To share your certificate on Mozilla Backpack, you must first have a Backpack account. Complete the following steps to add your certificate to Backpack.": "\u0166\u00f8 s\u0265\u0250\u0279\u01dd \u028e\u00f8n\u0279 \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u00f8n M\u00f8z\u1d09ll\u0250 \u0243\u0250\u0254\u029ed\u0250\u0254\u029e, \u028e\u00f8n \u026fns\u0287 \u025f\u1d09\u0279s\u0287 \u0265\u0250\u028c\u01dd \u0250 \u0243\u0250\u0254\u029ed\u0250\u0254\u029e \u0250\u0254\u0254\u00f8nn\u0287. \u023b\u00f8\u026fdl\u01dd\u0287\u01dd \u0287\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 s\u0287\u01ddds \u0287\u00f8 \u0250dd \u028e\u00f8n\u0279 \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u0287\u00f8 \u0243\u0250\u0254\u029ed\u0250\u0254\u029e.", + "To take a successful photo, make sure that:": "\u0166\u00f8 \u0287\u0250\u029e\u01dd \u0250 sn\u0254\u0254\u01ddss\u025fnl d\u0265\u00f8\u0287\u00f8, \u026f\u0250\u029e\u01dd sn\u0279\u01dd \u0287\u0265\u0250\u0287:", + "To use the current photo, select the Take Photo button {icon}. To take another photo, select the Retake Photo button {icon}.": "\u0166\u00f8 ns\u01dd \u0287\u0265\u01dd \u0254n\u0279\u0279\u01ddn\u0287 d\u0265\u00f8\u0287\u00f8, s\u01ddl\u01dd\u0254\u0287 \u0287\u0265\u01dd \u0166\u0250\u029e\u01dd \u2c63\u0265\u00f8\u0287\u00f8 bn\u0287\u0287\u00f8n {icon}. \u0166\u00f8 \u0287\u0250\u029e\u01dd \u0250n\u00f8\u0287\u0265\u01dd\u0279 d\u0265\u00f8\u0287\u00f8, s\u01ddl\u01dd\u0254\u0287 \u0287\u0265\u01dd \u024c\u01dd\u0287\u0250\u029e\u01dd \u2c63\u0265\u00f8\u0287\u00f8 bn\u0287\u0287\u00f8n {icon}.", + "To verify your identity, you need a webcam and a government-issued photo ID.": "\u0166\u00f8 \u028c\u01dd\u0279\u1d09\u025f\u028e \u028e\u00f8n\u0279 \u1d09d\u01ddn\u0287\u1d09\u0287\u028e, \u028e\u00f8n n\u01dd\u01ddd \u0250 \u028d\u01ddb\u0254\u0250\u026f \u0250nd \u0250 \u0183\u00f8\u028c\u01dd\u0279n\u026f\u01ddn\u0287-\u1d09ssn\u01ddd d\u0265\u00f8\u0287\u00f8 \u0197\u0110.", + "Toggle Account Password (Usable/Unusable)": "\u0166\u00f8\u0183\u0183l\u01dd \u023a\u0254\u0254\u00f8nn\u0287 \u2c63\u0250ss\u028d\u00f8\u0279d (\u0244s\u0250bl\u01dd/\u0244nns\u0250bl\u01dd)", + "Toggle Notifications Setting": "\u0166\u00f8\u0183\u0183l\u01dd N\u00f8\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8ns S\u01dd\u0287\u0287\u1d09n\u0183", + "Tools": "\u0166\u00f8\u00f8ls", + "Top": "\u0166\u00f8d", + "Topic": "\u0166\u00f8d\u1d09\u0254", + "Topics": "\u0166\u00f8d\u1d09\u0254s", + "Total": "\u0166\u00f8\u0287\u0250l", + "Total Number": "\u0166\u00f8\u0287\u0250l Nn\u026fb\u01dd\u0279", + "Transcript Fidelity": "\u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287 F\u1d09d\u01ddl\u1d09\u0287\u028e", + "Transcript Languages": "\u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u0141\u0250n\u0183n\u0250\u0183\u01dds", + "Transcript Provider": "\u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u2c63\u0279\u00f8\u028c\u1d09d\u01dd\u0279", + "Transcript Turnaround": "\u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u0166n\u0279n\u0250\u0279\u00f8nnd", + "Transcript will be displayed when you start playing the video.": "\u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u028d\u1d09ll b\u01dd d\u1d09sdl\u0250\u028e\u01ddd \u028d\u0265\u01ddn \u028e\u00f8n s\u0287\u0250\u0279\u0287 dl\u0250\u028e\u1d09n\u0183 \u0287\u0265\u01dd \u028c\u1d09d\u01dd\u00f8.", + "Transcripts": "\u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287s", + "Try the transaction again in a few minutes.": "\u0166\u0279\u028e \u0287\u0265\u01dd \u0287\u0279\u0250ns\u0250\u0254\u0287\u1d09\u00f8n \u0250\u0183\u0250\u1d09n \u1d09n \u0250 \u025f\u01dd\u028d \u026f\u1d09nn\u0287\u01dds.", + "Try using a different browser, such as Google Chrome.": "\u0166\u0279\u028e ns\u1d09n\u0183 \u0250 d\u1d09\u025f\u025f\u01dd\u0279\u01ddn\u0287 b\u0279\u00f8\u028ds\u01dd\u0279, sn\u0254\u0265 \u0250s \u01e4\u00f8\u00f8\u0183l\u01dd \u023b\u0265\u0279\u00f8\u026f\u01dd.", + "Turn off transcripts": "\u0166n\u0279n \u00f8\u025f\u025f \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287s", + "Turn on closed captioning": "\u0166n\u0279n \u00f8n \u0254l\u00f8s\u01ddd \u0254\u0250d\u0287\u1d09\u00f8n\u1d09n\u0183", + "Turn on transcripts": "\u0166n\u0279n \u00f8n \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287s", + "Type": "\u0166\u028ed\u01dd", + "Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "\u0166\u028ed\u01dd \u1d09n \u0250 \u0244\u024c\u0141 \u00f8\u0279 ns\u01dd \u0287\u0265\u01dd \"\u023b\u0265\u00f8\u00f8s\u01dd F\u1d09l\u01dd\" bn\u0287\u0287\u00f8n \u0287\u00f8 ndl\u00f8\u0250d \u0250 \u025f\u1d09l\u01dd \u025f\u0279\u00f8\u026f \u028e\u00f8n\u0279 \u026f\u0250\u0254\u0265\u1d09n\u01dd. (\u01dd.\u0183. '\u0265\u0287\u0287d://\u01ddx\u0250\u026fdl\u01dd.\u0254\u00f8\u026f/\u1d09\u026f\u0183/\u0254l\u00f8nds.\u027ed\u0183')", + "URL": "\u0244\u024c\u0141", + "Unable to delete account": "\u0244n\u0250bl\u01dd \u0287\u00f8 d\u01ddl\u01dd\u0287\u01dd \u0250\u0254\u0254\u00f8nn\u0287", + "Unable to determine whether we should give you a refund because of System Error. Please try again later.": "\u0244n\u0250bl\u01dd \u0287\u00f8 d\u01dd\u0287\u01dd\u0279\u026f\u1d09n\u01dd \u028d\u0265\u01dd\u0287\u0265\u01dd\u0279 \u028d\u01dd s\u0265\u00f8nld \u0183\u1d09\u028c\u01dd \u028e\u00f8n \u0250 \u0279\u01dd\u025fnnd b\u01dd\u0254\u0250ns\u01dd \u00f8\u025f S\u028es\u0287\u01dd\u026f \u0246\u0279\u0279\u00f8\u0279. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n l\u0250\u0287\u01dd\u0279.", + "Unable to submit application": "\u0244n\u0250bl\u01dd \u0287\u00f8 snb\u026f\u1d09\u0287 \u0250ddl\u1d09\u0254\u0250\u0287\u1d09\u00f8n", + "Underline": "\u0244nd\u01dd\u0279l\u1d09n\u01dd", + "Undo": "\u0244nd\u00f8", + "Undo (Ctrl+Z)": "\u0244nd\u00f8 (\u023b\u0287\u0279l+\u01b5)", + "Undo Changes": "\u0244nd\u00f8 \u023b\u0265\u0250n\u0183\u01dds", + "Undo move": "\u0244nd\u00f8 \u026f\u00f8\u028c\u01dd", + "Undo moving": "\u0244nd\u00f8 \u026f\u00f8\u028c\u1d09n\u0183", + "Ungraded": "\u0244n\u0183\u0279\u0250d\u01ddd", + "Unit": "\u0244n\u1d09\u0287", + "Unit Access": "\u0244n\u1d09\u0287 \u023a\u0254\u0254\u01ddss", + "Unit Visibility": "\u0244n\u1d09\u0287 V\u1d09s\u1d09b\u1d09l\u1d09\u0287\u028e", + "Units": "\u0244n\u1d09\u0287s", + "Unknown": "\u0244n\u029en\u00f8\u028dn", + "Unknown username: {user}": "\u0244n\u029en\u00f8\u028dn ns\u01dd\u0279n\u0250\u026f\u01dd: {user}", + "Unlink This Account": "\u0244nl\u1d09n\u029e \u0166\u0265\u1d09s \u023a\u0254\u0254\u00f8nn\u0287", + "Unlink your {accountName} account": "\u0244nl\u1d09n\u029e \u028e\u00f8n\u0279 {accountName} \u0250\u0254\u0254\u00f8nn\u0287", + "Unlinking": "\u0244nl\u1d09n\u029e\u1d09n\u0183", + "Unmute": "\u0244n\u026fn\u0287\u01dd", + "Unpublished changes to content that will release in the future": "\u0244ndnbl\u1d09s\u0265\u01ddd \u0254\u0265\u0250n\u0183\u01dds \u0287\u00f8 \u0254\u00f8n\u0287\u01ddn\u0287 \u0287\u0265\u0250\u0287 \u028d\u1d09ll \u0279\u01ddl\u01dd\u0250s\u01dd \u1d09n \u0287\u0265\u01dd \u025fn\u0287n\u0279\u01dd", + "Unpublished changes to live content": "\u0244ndnbl\u1d09s\u0265\u01ddd \u0254\u0265\u0250n\u0183\u01dds \u0287\u00f8 l\u1d09\u028c\u01dd \u0254\u00f8n\u0287\u01ddn\u0287", + "Unpublished units will not be released": "\u0244ndnbl\u1d09s\u0265\u01ddd nn\u1d09\u0287s \u028d\u1d09ll n\u00f8\u0287 b\u01dd \u0279\u01ddl\u01dd\u0250s\u01ddd", + "Unscheduled": "\u0244ns\u0254\u0265\u01dddnl\u01ddd", + "Update": "\u0244dd\u0250\u0287\u01dd", + "Update Settings": "\u0244dd\u0250\u0287\u01dd S\u01dd\u0287\u0287\u1d09n\u0183s", + "Update team.": "\u0244dd\u0250\u0287\u01dd \u0287\u01dd\u0250\u026f.", + "Updating Tags": "\u0244dd\u0250\u0287\u1d09n\u0183 \u0166\u0250\u0183s", + "Updating with latest library content": "\u0244dd\u0250\u0287\u1d09n\u0183 \u028d\u1d09\u0287\u0265 l\u0250\u0287\u01dds\u0287 l\u1d09b\u0279\u0250\u0279\u028e \u0254\u00f8n\u0287\u01ddn\u0287", + "Upgrade All Remaining Courses (": "\u0244d\u0183\u0279\u0250d\u01dd \u023all \u024c\u01dd\u026f\u0250\u1d09n\u1d09n\u0183 \u023b\u00f8n\u0279s\u01dds (", + "Upgrade Deadline": "\u0244d\u0183\u0279\u0250d\u01dd \u0110\u01dd\u0250dl\u1d09n\u01dd", + "Upgrade to Verified": "\u0244d\u0183\u0279\u0250d\u01dd \u0287\u00f8 V\u01dd\u0279\u1d09\u025f\u1d09\u01ddd", + "Upgrade to a Verified Certificate for {courseName}": "\u0244d\u0183\u0279\u0250d\u01dd \u0287\u00f8 \u0250 V\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u025f\u00f8\u0279 {courseName}", + "Upload": "\u0244dl\u00f8\u0250d", + "Upload %(file_name)s": "\u0244dl\u00f8\u0250d %(file_name)s", + "Upload File": "\u0244dl\u00f8\u0250d F\u1d09l\u01dd", + "Upload File and Assign Students": "\u0244dl\u00f8\u0250d F\u1d09l\u01dd \u0250nd \u023ass\u1d09\u0183n S\u0287nd\u01ddn\u0287s", + "Upload Memberships": "\u0244dl\u00f8\u0250d M\u01dd\u026fb\u01dd\u0279s\u0265\u1d09ds", + "Upload New .srt Transcript": "\u0244dl\u00f8\u0250d N\u01dd\u028d .s\u0279\u0287 \u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287", + "Upload New File": "\u0244dl\u00f8\u0250d N\u01dd\u028d F\u1d09l\u01dd", + "Upload New Transcript": "\u0244dl\u00f8\u0250d N\u01dd\u028d \u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287", + "Upload PDF": "\u0244dl\u00f8\u0250d \u2c63\u0110F", + "Upload Photo": "\u0244dl\u00f8\u0250d \u2c63\u0265\u00f8\u0287\u00f8", + "Upload Signature Image": "\u0244dl\u00f8\u0250d S\u1d09\u0183n\u0250\u0287n\u0279\u01dd \u0197\u026f\u0250\u0183\u01dd", + "Upload Videos": "\u0244dl\u00f8\u0250d V\u1d09d\u01dd\u00f8s", + "Upload a CSV file": "\u0244dl\u00f8\u0250d \u0250 \u023bSV \u025f\u1d09l\u01dd", + "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "\u0244dl\u00f8\u0250d \u0250 \u0254\u00f8\u026f\u026f\u0250 s\u01ddd\u0250\u0279\u0250\u0287\u01ddd \u028c\u0250ln\u01dds (.\u0254s\u028c) \u025f\u1d09l\u01dd \u0287\u0265\u0250\u0287 \u0254\u00f8n\u0287\u0250\u1d09ns \u0287\u0265\u01dd ns\u01dd\u0279n\u0250\u026f\u01dds \u00f8\u0279 \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss\u01dds \u00f8\u025f l\u01dd\u0250\u0279n\u01dd\u0279s \u028d\u0265\u00f8 \u0265\u0250\u028c\u01dd b\u01dd\u01ddn \u0183\u1d09\u028c\u01ddn \u01ddx\u0254\u01ddd\u0287\u1d09\u00f8ns. \u0197n\u0254lnd\u01dd \u0287\u0265\u01dd ns\u01dd\u0279n\u0250\u026f\u01dd \u00f8\u0279 \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss \u1d09n \u0287\u0265\u01dd \u025f\u1d09\u0279s\u0287 \u0254\u00f8\u026f\u026f\u0250 s\u01ddd\u0250\u0279\u0250\u0287\u01ddd \u025f\u1d09\u01ddld. \u024e\u00f8n \u0254\u0250n \u1d09n\u0254lnd\u01dd \u0250n \u00f8d\u0287\u1d09\u00f8n\u0250l n\u00f8\u0287\u01dd d\u01dds\u0254\u0279\u1d09b\u1d09n\u0183 \u0287\u0265\u01dd \u0279\u01dd\u0250s\u00f8n \u025f\u00f8\u0279 \u0287\u0265\u01dd \u01ddx\u0254\u01ddd\u0287\u1d09\u00f8n \u1d09n \u0287\u0265\u01dd s\u01dd\u0254\u00f8nd \u0254\u00f8\u026f\u026f\u0250 s\u01ddd\u0250\u0279\u0250\u0287\u01ddd \u025f\u1d09\u01ddld.", + "Upload a new PDF to \u201c<%= name %>\u201d": "\u0244dl\u00f8\u0250d \u0250 n\u01dd\u028d \u2c63\u0110F \u0287\u00f8 \u201c<%= name %>\u201d", + "Upload an image": "\u0244dl\u00f8\u0250d \u0250n \u1d09\u026f\u0250\u0183\u01dd", + "Upload an image or capture one with your web or phone camera.": "\u0244dl\u00f8\u0250d \u0250n \u1d09\u026f\u0250\u0183\u01dd \u00f8\u0279 \u0254\u0250d\u0287n\u0279\u01dd \u00f8n\u01dd \u028d\u1d09\u0287\u0265 \u028e\u00f8n\u0279 \u028d\u01ddb \u00f8\u0279 d\u0265\u00f8n\u01dd \u0254\u0250\u026f\u01dd\u0279\u0250.", + "Upload completed": "\u0244dl\u00f8\u0250d \u0254\u00f8\u026fdl\u01dd\u0287\u01ddd", + "Upload completed for video {fileName}": "\u0244dl\u00f8\u0250d \u0254\u00f8\u026fdl\u01dd\u0287\u01ddd \u025f\u00f8\u0279 \u028c\u1d09d\u01dd\u00f8 {fileName}", + "Upload failed": "\u0244dl\u00f8\u0250d \u025f\u0250\u1d09l\u01ddd", + "Upload failed for video {fileName}": "\u0244dl\u00f8\u0250d \u025f\u0250\u1d09l\u01ddd \u025f\u00f8\u0279 \u028c\u1d09d\u01dd\u00f8 {fileName}", + "Upload instructor image.": "\u0244dl\u00f8\u0250d \u1d09ns\u0287\u0279n\u0254\u0287\u00f8\u0279 \u1d09\u026f\u0250\u0183\u01dd.", + "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "\u0244dl\u00f8\u0250d \u1d09s \u1d09n d\u0279\u00f8\u0183\u0279\u01ddss. \u0166\u00f8 \u0250\u028c\u00f8\u1d09d \u01dd\u0279\u0279\u00f8\u0279s, s\u0287\u0250\u028e \u00f8n \u0287\u0265\u1d09s d\u0250\u0183\u01dd nn\u0287\u1d09l \u0287\u0265\u01dd d\u0279\u00f8\u0254\u01ddss \u1d09s \u0254\u00f8\u026fdl\u01dd\u0287\u01dd.", + "Upload signature image.": "\u0244dl\u00f8\u0250d s\u1d09\u0183n\u0250\u0287n\u0279\u01dd \u1d09\u026f\u0250\u0183\u01dd.", + "Upload translation": "\u0244dl\u00f8\u0250d \u0287\u0279\u0250nsl\u0250\u0287\u1d09\u00f8n", + "Upload your banner image.": "\u0244dl\u00f8\u0250d \u028e\u00f8n\u0279 b\u0250nn\u01dd\u0279 \u1d09\u026f\u0250\u0183\u01dd.", + "Upload your course image.": "\u0244dl\u00f8\u0250d \u028e\u00f8n\u0279 \u0254\u00f8n\u0279s\u01dd \u1d09\u026f\u0250\u0183\u01dd.", + "Upload your first asset": "\u0244dl\u00f8\u0250d \u028e\u00f8n\u0279 \u025f\u1d09\u0279s\u0287 \u0250ss\u01dd\u0287", + "Upload your video thumbnail image.": "\u0244dl\u00f8\u0250d \u028e\u00f8n\u0279 \u028c\u1d09d\u01dd\u00f8 \u0287\u0265n\u026fbn\u0250\u1d09l \u1d09\u026f\u0250\u0183\u01dd.", + "Uploaded file issues. Click on \"+\" to view.": "\u0244dl\u00f8\u0250d\u01ddd \u025f\u1d09l\u01dd \u1d09ssn\u01dds. \u023bl\u1d09\u0254\u029e \u00f8n \"+\" \u0287\u00f8 \u028c\u1d09\u01dd\u028d.", + "Uploading": "\u0244dl\u00f8\u0250d\u1d09n\u0183", + "Uploading...": "\u0244dl\u00f8\u0250d\u1d09n\u0183...", + "Uploading... %(percent)s %": "\u0244dl\u00f8\u0250d\u1d09n\u0183... %(percent)s %", + "Upper Alpha": "\u0244dd\u01dd\u0279 \u023ald\u0265\u0250", + "Upper Roman": "\u0244dd\u01dd\u0279 \u024c\u00f8\u026f\u0250n", + "Upset Learner": "\u0244ds\u01dd\u0287 \u0141\u01dd\u0250\u0279n\u01dd\u0279", + "Url": "\u0244\u0279l", + "Use Current Transcript": "\u0244s\u01dd \u023bn\u0279\u0279\u01ddn\u0287 \u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287", + "Use Onboarding to introduce learners to proctoring, verify their identity, and create an onboarding profile. Learners must complete the onboarding profile step prior to taking a proctored exam. Profile reviews take 2+ business days.": "\u0244s\u01dd \u00d8nb\u00f8\u0250\u0279d\u1d09n\u0183 \u0287\u00f8 \u1d09n\u0287\u0279\u00f8dn\u0254\u01dd l\u01dd\u0250\u0279n\u01dd\u0279s \u0287\u00f8 d\u0279\u00f8\u0254\u0287\u00f8\u0279\u1d09n\u0183, \u028c\u01dd\u0279\u1d09\u025f\u028e \u0287\u0265\u01dd\u1d09\u0279 \u1d09d\u01ddn\u0287\u1d09\u0287\u028e, \u0250nd \u0254\u0279\u01dd\u0250\u0287\u01dd \u0250n \u00f8nb\u00f8\u0250\u0279d\u1d09n\u0183 d\u0279\u00f8\u025f\u1d09l\u01dd. \u0141\u01dd\u0250\u0279n\u01dd\u0279s \u026fns\u0287 \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u0287\u0265\u01dd \u00f8nb\u00f8\u0250\u0279d\u1d09n\u0183 d\u0279\u00f8\u025f\u1d09l\u01dd s\u0287\u01ddd d\u0279\u1d09\u00f8\u0279 \u0287\u00f8 \u0287\u0250\u029e\u1d09n\u0183 \u0250 d\u0279\u00f8\u0254\u0287\u00f8\u0279\u01ddd \u01ddx\u0250\u026f. \u2c63\u0279\u00f8\u025f\u1d09l\u01dd \u0279\u01dd\u028c\u1d09\u01dd\u028ds \u0287\u0250\u029e\u01dd 2+ bns\u1d09n\u01ddss d\u0250\u028es.", + "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.": "\u0244s\u01dd \u0250 d\u0279\u0250\u0254\u0287\u1d09\u0254\u01dd d\u0279\u00f8\u0254\u0287\u00f8\u0279\u01ddd \u01ddx\u0250\u026f \u0287\u00f8 \u1d09n\u0287\u0279\u00f8dn\u0254\u01dd l\u01dd\u0250\u0279n\u01dd\u0279s \u0287\u00f8 \u0287\u0265\u01dd d\u0279\u00f8\u0254\u0287\u00f8\u0279\u1d09n\u0183 \u0287\u00f8\u00f8ls \u0250nd d\u0279\u00f8\u0254\u01ddss\u01dds. \u024c\u01ddsnl\u0287s \u00f8\u025f \u0250 d\u0279\u0250\u0254\u0287\u1d09\u0254\u01dd \u01ddx\u0250\u026f d\u00f8 n\u00f8\u0287 \u0250\u025f\u025f\u01dd\u0254\u0287 \u0250 l\u01dd\u0250\u0279n\u01dd\u0279's \u0183\u0279\u0250d\u01dd.", + "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "\u0244s\u01dd \u0250 \u0287\u1d09\u026f\u01ddd \u01ddx\u0250\u026f \u0287\u00f8 l\u1d09\u026f\u1d09\u0287 \u0287\u0265\u01dd \u0287\u1d09\u026f\u01dd l\u01dd\u0250\u0279n\u01dd\u0279s \u0254\u0250n sd\u01ddnd \u00f8n d\u0279\u00f8bl\u01dd\u026fs \u1d09n \u0287\u0265\u1d09s snbs\u01dd\u0254\u0287\u1d09\u00f8n. \u0141\u01dd\u0250\u0279n\u01dd\u0279s \u026fns\u0287 snb\u026f\u1d09\u0287 \u0250ns\u028d\u01dd\u0279s b\u01dd\u025f\u00f8\u0279\u01dd \u0287\u0265\u01dd \u0287\u1d09\u026f\u01dd \u01ddxd\u1d09\u0279\u01dds. \u024e\u00f8n \u0254\u0250n \u0250ll\u00f8\u028d \u0250dd\u1d09\u0287\u1d09\u00f8n\u0250l \u0287\u1d09\u026f\u01dd \u025f\u00f8\u0279 \u1d09nd\u1d09\u028c\u1d09dn\u0250l l\u01dd\u0250\u0279n\u01dd\u0279s \u0287\u0265\u0279\u00f8n\u0183\u0265 \u0287\u0265\u01dd \u0197ns\u0287\u0279n\u0254\u0287\u00f8\u0279 \u0110\u0250s\u0265b\u00f8\u0250\u0279d.", + "Use as a Prerequisite": "\u0244s\u01dd \u0250s \u0250 \u2c63\u0279\u01dd\u0279\u01ddbn\u1d09s\u1d09\u0287\u01dd", + "Use bookmarks to help you easily return to courseware pages. To bookmark a page, click \"Bookmark this page\" under the page title.": "\u0244s\u01dd b\u00f8\u00f8\u029e\u026f\u0250\u0279\u029es \u0287\u00f8 \u0265\u01ddld \u028e\u00f8n \u01dd\u0250s\u1d09l\u028e \u0279\u01dd\u0287n\u0279n \u0287\u00f8 \u0254\u00f8n\u0279s\u01dd\u028d\u0250\u0279\u01dd d\u0250\u0183\u01dds. \u0166\u00f8 b\u00f8\u00f8\u029e\u026f\u0250\u0279\u029e \u0250 d\u0250\u0183\u01dd, \u0254l\u1d09\u0254\u029e \"\u0243\u00f8\u00f8\u029e\u026f\u0250\u0279\u029e \u0287\u0265\u1d09s d\u0250\u0183\u01dd\" nnd\u01dd\u0279 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0287\u1d09\u0287l\u01dd.", + "Use cohorts as the basis for dividing discussions. All learners, regardless of cohort, see the same discussion topics, but within divided topics, only members of the same cohort see and respond to each others\u2019 posts. ": "\u0244s\u01dd \u0254\u00f8\u0265\u00f8\u0279\u0287s \u0250s \u0287\u0265\u01dd b\u0250s\u1d09s \u025f\u00f8\u0279 d\u1d09\u028c\u1d09d\u1d09n\u0183 d\u1d09s\u0254nss\u1d09\u00f8ns. \u023all l\u01dd\u0250\u0279n\u01dd\u0279s, \u0279\u01dd\u0183\u0250\u0279dl\u01ddss \u00f8\u025f \u0254\u00f8\u0265\u00f8\u0279\u0287, s\u01dd\u01dd \u0287\u0265\u01dd s\u0250\u026f\u01dd d\u1d09s\u0254nss\u1d09\u00f8n \u0287\u00f8d\u1d09\u0254s, bn\u0287 \u028d\u1d09\u0287\u0265\u1d09n d\u1d09\u028c\u1d09d\u01ddd \u0287\u00f8d\u1d09\u0254s, \u00f8nl\u028e \u026f\u01dd\u026fb\u01dd\u0279s \u00f8\u025f \u0287\u0265\u01dd s\u0250\u026f\u01dd \u0254\u00f8\u0265\u00f8\u0279\u0287 s\u01dd\u01dd \u0250nd \u0279\u01ddsd\u00f8nd \u0287\u00f8 \u01dd\u0250\u0254\u0265 \u00f8\u0287\u0265\u01dd\u0279s\u2019 d\u00f8s\u0287s. ", + "Use enrollment tracks as the basis for dividing discussions. All learners, regardless of their enrollment track, see the same discussion topics, but within divided topics, only learners who are in the same enrollment track see and respond to each others\u2019 posts.": "\u0244s\u01dd \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 \u0287\u0279\u0250\u0254\u029es \u0250s \u0287\u0265\u01dd b\u0250s\u1d09s \u025f\u00f8\u0279 d\u1d09\u028c\u1d09d\u1d09n\u0183 d\u1d09s\u0254nss\u1d09\u00f8ns. \u023all l\u01dd\u0250\u0279n\u01dd\u0279s, \u0279\u01dd\u0183\u0250\u0279dl\u01ddss \u00f8\u025f \u0287\u0265\u01dd\u1d09\u0279 \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 \u0287\u0279\u0250\u0254\u029e, s\u01dd\u01dd \u0287\u0265\u01dd s\u0250\u026f\u01dd d\u1d09s\u0254nss\u1d09\u00f8n \u0287\u00f8d\u1d09\u0254s, bn\u0287 \u028d\u1d09\u0287\u0265\u1d09n d\u1d09\u028c\u1d09d\u01ddd \u0287\u00f8d\u1d09\u0254s, \u00f8nl\u028e l\u01dd\u0250\u0279n\u01dd\u0279s \u028d\u0265\u00f8 \u0250\u0279\u01dd \u1d09n \u0287\u0265\u01dd s\u0250\u026f\u01dd \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 \u0287\u0279\u0250\u0254\u029e s\u01dd\u01dd \u0250nd \u0279\u01ddsd\u00f8nd \u0287\u00f8 \u01dd\u0250\u0254\u0265 \u00f8\u0287\u0265\u01dd\u0279s\u2019 d\u00f8s\u0287s.", + "Use my institution/campus credentials": "\u0244s\u01dd \u026f\u028e \u1d09ns\u0287\u1d09\u0287n\u0287\u1d09\u00f8n/\u0254\u0250\u026fdns \u0254\u0279\u01ddd\u01ddn\u0287\u1d09\u0250ls", + "Use my university info": "\u0244s\u01dd \u026f\u028e nn\u1d09\u028c\u01dd\u0279s\u1d09\u0287\u028e \u1d09n\u025f\u00f8", + "Use the All Topics menu to find specific topics.": "\u0244s\u01dd \u0287\u0265\u01dd \u023all \u0166\u00f8d\u1d09\u0254s \u026f\u01ddnn \u0287\u00f8 \u025f\u1d09nd sd\u01dd\u0254\u1d09\u025f\u1d09\u0254 \u0287\u00f8d\u1d09\u0254s.", + "Use the Retake Photo button if you are not pleased with your photo": "\u0244s\u01dd \u0287\u0265\u01dd \u024c\u01dd\u0287\u0250\u029e\u01dd \u2c63\u0265\u00f8\u0287\u00f8 bn\u0287\u0287\u00f8n \u1d09\u025f \u028e\u00f8n \u0250\u0279\u01dd n\u00f8\u0287 dl\u01dd\u0250s\u01ddd \u028d\u1d09\u0287\u0265 \u028e\u00f8n\u0279 d\u0265\u00f8\u0287\u00f8", + "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "\u0244s\u01dd \u028e\u00f8n\u0279 \u028d\u01ddb\u0254\u0250\u026f \u0287\u00f8 \u0287\u0250\u029e\u01dd \u0250 d\u0265\u00f8\u0287\u00f8 \u00f8\u025f \u028e\u00f8n\u0279 \u0197\u0110. W\u01dd \u028d\u1d09ll \u026f\u0250\u0287\u0254\u0265 \u0287\u0265\u1d09s d\u0265\u00f8\u0287\u00f8 \u028d\u1d09\u0287\u0265 \u0287\u0265\u01dd d\u0265\u00f8\u0287\u00f8 \u00f8\u025f \u028e\u00f8n\u0279 \u025f\u0250\u0254\u01dd \u0250nd \u0287\u0265\u01dd n\u0250\u026f\u01dd \u00f8n \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287.", + "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "\u0244s\u01dd \u028e\u00f8n\u0279 \u028d\u01ddb\u0254\u0250\u026f \u0287\u00f8 \u0287\u0250\u029e\u01dd \u0250 d\u0265\u00f8\u0287\u00f8 \u00f8\u025f \u028e\u00f8n\u0279 \u025f\u0250\u0254\u01dd. W\u01dd \u028d\u1d09ll \u026f\u0250\u0287\u0254\u0265 \u0287\u0265\u1d09s d\u0265\u00f8\u0287\u00f8 \u028d\u1d09\u0287\u0265 \u0287\u0265\u01dd d\u0265\u00f8\u0287\u00f8 \u00f8n \u028e\u00f8n\u0279 \u0197\u0110.", + "Used": "\u0244s\u01ddd", "Used in {count} location": [ - "\u0244s\u01ddd \u1d09n {count} l\u00f8\u0254\u0250\u0287\u1d09\u00f8n", + "\u0244s\u01ddd \u1d09n {count} l\u00f8\u0254\u0250\u0287\u1d09\u00f8n", "\u0244s\u01ddd \u1d09n {count} l\u00f8\u0254\u0250\u0287\u1d09\u00f8ns" - ], - "User Email": "\u0244s\u01dd\u0279 \u0246\u026f\u0250\u1d09l", - "Username": "\u0244s\u01dd\u0279n\u0250\u026f\u01dd", - "Username or Email": "\u0244s\u01dd\u0279n\u0250\u026f\u01dd \u00f8\u0279 \u0246\u026f\u0250\u1d09l", - "Username or email address": "\u0244s\u01dd\u0279n\u0250\u026f\u01dd \u00f8\u0279 \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss", - "Users must create and activate their account before they can be promoted to beta tester.": "\u0244s\u01dd\u0279s \u026fns\u0287 \u0254\u0279\u01dd\u0250\u0287\u01dd \u0250nd \u0250\u0254\u0287\u1d09\u028c\u0250\u0287\u01dd \u0287\u0265\u01dd\u1d09\u0279 \u0250\u0254\u0254\u00f8nn\u0287 b\u01dd\u025f\u00f8\u0279\u01dd \u0287\u0265\u01dd\u028e \u0254\u0250n b\u01dd d\u0279\u00f8\u026f\u00f8\u0287\u01ddd \u0287\u00f8 b\u01dd\u0287\u0250 \u0287\u01dds\u0287\u01dd\u0279.", - "V Align": "V \u023al\u1d09\u0183n", - "Valid": "V\u0250l\u1d09d", - "Validation Error": "V\u0250l\u1d09d\u0250\u0287\u1d09\u00f8n \u0246\u0279\u0279\u00f8\u0279", - "Validation Error While Saving": "V\u0250l\u1d09d\u0250\u0287\u1d09\u00f8n \u0246\u0279\u0279\u00f8\u0279 W\u0265\u1d09l\u01dd S\u0250\u028c\u1d09n\u0183", - "Value": "V\u0250ln\u01dd", - "Verification Checkpoint": "V\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n \u023b\u0265\u01dd\u0254\u029ed\u00f8\u1d09n\u0287", - "Verification Deadline": "V\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n \u0110\u01dd\u0250dl\u1d09n\u01dd", - "Verification checkpoint to be completed": "V\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n \u0254\u0265\u01dd\u0254\u029ed\u00f8\u1d09n\u0287 \u0287\u00f8 b\u01dd \u0254\u00f8\u026fdl\u01dd\u0287\u01ddd", - "Verified Certificate": "V\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd", - "Verified Certificate for {courseName}": "V\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u025f\u00f8\u0279 {courseName}", - "Verified Certificate upgrade": "V\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd nd\u0183\u0279\u0250d\u01dd", - "Verified Status": "V\u01dd\u0279\u1d09\u025f\u1d09\u01ddd S\u0287\u0250\u0287ns", - "Verified mode price": "V\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u026f\u00f8d\u01dd d\u0279\u1d09\u0254\u01dd", - "Verify Now": "V\u01dd\u0279\u1d09\u025f\u028e N\u00f8\u028d", - "Version": "V\u01dd\u0279s\u1d09\u00f8n", - "Vertical space": "V\u01dd\u0279\u0287\u1d09\u0254\u0250l sd\u0250\u0254\u01dd", - "Very loud": "V\u01dd\u0279\u028e l\u00f8nd", - "Very low": "V\u01dd\u0279\u028e l\u00f8\u028d", - "Video Capture Error": "V\u1d09d\u01dd\u00f8 \u023b\u0250d\u0287n\u0279\u01dd \u0246\u0279\u0279\u00f8\u0279", - "Video ID": "V\u1d09d\u01dd\u00f8 \u0197\u0110", - "Video Source Language": "V\u1d09d\u01dd\u00f8 S\u00f8n\u0279\u0254\u01dd \u0141\u0250n\u0183n\u0250\u0183\u01dd", - "Video Status": "V\u1d09d\u01dd\u00f8 S\u0287\u0250\u0287ns", - "Video duration is {humanizeDuration}": "V\u1d09d\u01dd\u00f8 dn\u0279\u0250\u0287\u1d09\u00f8n \u1d09s {humanizeDuration}", - "Video ended": "V\u1d09d\u01dd\u00f8 \u01ddnd\u01ddd", - "Video image upload completed": "V\u1d09d\u01dd\u00f8 \u1d09\u026f\u0250\u0183\u01dd ndl\u00f8\u0250d \u0254\u00f8\u026fdl\u01dd\u0287\u01ddd", - "Video image upload started": "V\u1d09d\u01dd\u00f8 \u1d09\u026f\u0250\u0183\u01dd ndl\u00f8\u0250d s\u0287\u0250\u0279\u0287\u01ddd", - "Video position": "V\u1d09d\u01dd\u00f8 d\u00f8s\u1d09\u0287\u1d09\u00f8n", - "Video position. Press space to toggle playback": "V\u1d09d\u01dd\u00f8 d\u00f8s\u1d09\u0287\u1d09\u00f8n. \u2c63\u0279\u01ddss sd\u0250\u0254\u01dd \u0287\u00f8 \u0287\u00f8\u0183\u0183l\u01dd dl\u0250\u028eb\u0250\u0254\u029e", - "Video speed: ": "V\u1d09d\u01dd\u00f8 sd\u01dd\u01ddd: ", - "Video transcript": "V\u1d09d\u01dd\u00f8 \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287", - "View": "V\u1d09\u01dd\u028d", - "View %(span_start)s %(team_name)s %(span_end)s": "V\u1d09\u01dd\u028d %(span_start)s %(team_name)s %(span_end)s", - "View Archived Course": "V\u1d09\u01dd\u028d \u023a\u0279\u0254\u0265\u1d09\u028c\u01ddd \u023b\u00f8n\u0279s\u01dd", - "View Cohort": "V\u1d09\u01dd\u028d \u023b\u00f8\u0265\u00f8\u0279\u0287", - "View Course": "V\u1d09\u01dd\u028d \u023b\u00f8n\u0279s\u01dd", - "View Live": "V\u1d09\u01dd\u028d \u0141\u1d09\u028c\u01dd", - "View Program Record": "V\u1d09\u01dd\u028d \u2c63\u0279\u00f8\u0183\u0279\u0250\u026f \u024c\u01dd\u0254\u00f8\u0279d", - "View Teams in the %(topic_name)s Topic": "V\u1d09\u01dd\u028d \u0166\u01dd\u0250\u026fs \u1d09n \u0287\u0265\u01dd %(topic_name)s \u0166\u00f8d\u1d09\u0254", - "View all errors": "V\u1d09\u01dd\u028d \u0250ll \u01dd\u0279\u0279\u00f8\u0279s", - "View child items": "V\u1d09\u01dd\u028d \u0254\u0265\u1d09ld \u1d09\u0287\u01dd\u026fs", + ], + "User Email": "\u0244s\u01dd\u0279 \u0246\u026f\u0250\u1d09l", + "Username": "\u0244s\u01dd\u0279n\u0250\u026f\u01dd", + "Username or email address": "\u0244s\u01dd\u0279n\u0250\u026f\u01dd \u00f8\u0279 \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss", + "Users must create and activate their account before they can be promoted to beta tester.": "\u0244s\u01dd\u0279s \u026fns\u0287 \u0254\u0279\u01dd\u0250\u0287\u01dd \u0250nd \u0250\u0254\u0287\u1d09\u028c\u0250\u0287\u01dd \u0287\u0265\u01dd\u1d09\u0279 \u0250\u0254\u0254\u00f8nn\u0287 b\u01dd\u025f\u00f8\u0279\u01dd \u0287\u0265\u01dd\u028e \u0254\u0250n b\u01dd d\u0279\u00f8\u026f\u00f8\u0287\u01ddd \u0287\u00f8 b\u01dd\u0287\u0250 \u0287\u01dds\u0287\u01dd\u0279.", + "V Align": "V \u023al\u1d09\u0183n", + "Valid": "V\u0250l\u1d09d", + "Validation Error": "V\u0250l\u1d09d\u0250\u0287\u1d09\u00f8n \u0246\u0279\u0279\u00f8\u0279", + "Validation Error While Saving": "V\u0250l\u1d09d\u0250\u0287\u1d09\u00f8n \u0246\u0279\u0279\u00f8\u0279 W\u0265\u1d09l\u01dd S\u0250\u028c\u1d09n\u0183", + "Verification Checkpoint": "V\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n \u023b\u0265\u01dd\u0254\u029ed\u00f8\u1d09n\u0287", + "Verification Deadline": "V\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n \u0110\u01dd\u0250dl\u1d09n\u01dd", + "Verification checkpoint to be completed": "V\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n \u0254\u0265\u01dd\u0254\u029ed\u00f8\u1d09n\u0287 \u0287\u00f8 b\u01dd \u0254\u00f8\u026fdl\u01dd\u0287\u01ddd", + "Verified Certificate": "V\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd", + "Verified Certificate for {courseName}": "V\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd \u025f\u00f8\u0279 {courseName}", + "Verified Certificate upgrade": "V\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd nd\u0183\u0279\u0250d\u01dd", + "Verified Status": "V\u01dd\u0279\u1d09\u025f\u1d09\u01ddd S\u0287\u0250\u0287ns", + "Verified mode price": "V\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u026f\u00f8d\u01dd d\u0279\u1d09\u0254\u01dd", + "Verify Now": "V\u01dd\u0279\u1d09\u025f\u028e N\u00f8\u028d", + "Version": "V\u01dd\u0279s\u1d09\u00f8n", + "Vertical space": "V\u01dd\u0279\u0287\u1d09\u0254\u0250l sd\u0250\u0254\u01dd", + "Very loud": "V\u01dd\u0279\u028e l\u00f8nd", + "Very low": "V\u01dd\u0279\u028e l\u00f8\u028d", + "Video Capture Error": "V\u1d09d\u01dd\u00f8 \u023b\u0250d\u0287n\u0279\u01dd \u0246\u0279\u0279\u00f8\u0279", + "Video ID": "V\u1d09d\u01dd\u00f8 \u0197\u0110", + "Video Source Language": "V\u1d09d\u01dd\u00f8 S\u00f8n\u0279\u0254\u01dd \u0141\u0250n\u0183n\u0250\u0183\u01dd", + "Video Status": "V\u1d09d\u01dd\u00f8 S\u0287\u0250\u0287ns", + "Video duration is {humanizeDuration}": "V\u1d09d\u01dd\u00f8 dn\u0279\u0250\u0287\u1d09\u00f8n \u1d09s {humanizeDuration}", + "Video ended": "V\u1d09d\u01dd\u00f8 \u01ddnd\u01ddd", + "Video image upload completed": "V\u1d09d\u01dd\u00f8 \u1d09\u026f\u0250\u0183\u01dd ndl\u00f8\u0250d \u0254\u00f8\u026fdl\u01dd\u0287\u01ddd", + "Video image upload started": "V\u1d09d\u01dd\u00f8 \u1d09\u026f\u0250\u0183\u01dd ndl\u00f8\u0250d s\u0287\u0250\u0279\u0287\u01ddd", + "Video position": "V\u1d09d\u01dd\u00f8 d\u00f8s\u1d09\u0287\u1d09\u00f8n", + "Video position. Press space to toggle playback": "V\u1d09d\u01dd\u00f8 d\u00f8s\u1d09\u0287\u1d09\u00f8n. \u2c63\u0279\u01ddss sd\u0250\u0254\u01dd \u0287\u00f8 \u0287\u00f8\u0183\u0183l\u01dd dl\u0250\u028eb\u0250\u0254\u029e", + "Video speed: ": "V\u1d09d\u01dd\u00f8 sd\u01dd\u01ddd: ", + "Video transcript": "V\u1d09d\u01dd\u00f8 \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287", + "View": "V\u1d09\u01dd\u028d", + "View Archived Course": "V\u1d09\u01dd\u028d \u023a\u0279\u0254\u0265\u1d09\u028c\u01ddd \u023b\u00f8n\u0279s\u01dd", + "View Cohort": "V\u1d09\u01dd\u028d \u023b\u00f8\u0265\u00f8\u0279\u0287", + "View Course": "V\u1d09\u01dd\u028d \u023b\u00f8n\u0279s\u01dd", + "View Current Team Memberships": "V\u1d09\u01dd\u028d \u023bn\u0279\u0279\u01ddn\u0287 \u0166\u01dd\u0250\u026f M\u01dd\u026fb\u01dd\u0279s\u0265\u1d09ds", + "View Live": "V\u1d09\u01dd\u028d \u0141\u1d09\u028c\u01dd", + "View Program Record": "V\u1d09\u01dd\u028d \u2c63\u0279\u00f8\u0183\u0279\u0250\u026f \u024c\u01dd\u0254\u00f8\u0279d", + "View Teams in the {topic_name} Topic": "V\u1d09\u01dd\u028d \u0166\u01dd\u0250\u026fs \u1d09n \u0287\u0265\u01dd {topic_name} \u0166\u00f8d\u1d09\u0254", + "View all errors": "V\u1d09\u01dd\u028d \u0250ll \u01dd\u0279\u0279\u00f8\u0279s", + "View child items": "V\u1d09\u01dd\u028d \u0254\u0265\u1d09ld \u1d09\u0287\u01dd\u026fs", + "View {span_start} {team_name} {span_end}": "V\u1d09\u01dd\u028d {span_start} {team_name} {span_end}", "Viewing %s course": [ - "V\u1d09\u01dd\u028d\u1d09n\u0183 %s \u0254\u00f8n\u0279s\u01dd", + "V\u1d09\u01dd\u028d\u1d09n\u0183 %s \u0254\u00f8n\u0279s\u01dd", "V\u1d09\u01dd\u028d\u1d09n\u0183 %s \u0254\u00f8n\u0279s\u01dds" - ], - "Visibility": "V\u1d09s\u1d09b\u1d09l\u1d09\u0287\u028e", - "Visible to Staff Only": "V\u1d09s\u1d09bl\u01dd \u0287\u00f8 S\u0287\u0250\u025f\u025f \u00d8nl\u028e", - "Visual aids": "V\u1d09sn\u0250l \u0250\u1d09ds", - "Volume": "V\u00f8ln\u026f\u01dd", - "Vote for good posts and responses": "V\u00f8\u0287\u01dd \u025f\u00f8\u0279 \u0183\u00f8\u00f8d d\u00f8s\u0287s \u0250nd \u0279\u01ddsd\u00f8ns\u01dds", - "Want to confirm your identity later?": "W\u0250n\u0287 \u0287\u00f8 \u0254\u00f8n\u025f\u1d09\u0279\u026f \u028e\u00f8n\u0279 \u1d09d\u01ddn\u0287\u1d09\u0287\u028e l\u0250\u0287\u01dd\u0279?", - "Warning": "W\u0250\u0279n\u1d09n\u0183", - "Warnings": "W\u0250\u0279n\u1d09n\u0183s", - "We ask you to activate your account to ensure it is really you creating the account and to prevent fraud.": "W\u01dd \u0250s\u029e \u028e\u00f8n \u0287\u00f8 \u0250\u0254\u0287\u1d09\u028c\u0250\u0287\u01dd \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287 \u0287\u00f8 \u01ddnsn\u0279\u01dd \u1d09\u0287 \u1d09s \u0279\u01dd\u0250ll\u028e \u028e\u00f8n \u0254\u0279\u01dd\u0250\u0287\u1d09n\u0183 \u0287\u0265\u01dd \u0250\u0254\u0254\u00f8nn\u0287 \u0250nd \u0287\u00f8 d\u0279\u01dd\u028c\u01ddn\u0287 \u025f\u0279\u0250nd.", - "We couldn't create your account.": "W\u01dd \u0254\u00f8nldn'\u0287 \u0254\u0279\u01dd\u0250\u0287\u01dd \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287.", - "We couldn't find any results for \"%s\".": "W\u01dd \u0254\u00f8nldn'\u0287 \u025f\u1d09nd \u0250n\u028e \u0279\u01ddsnl\u0287s \u025f\u00f8\u0279 \"%s\".", - "We couldn't sign you in.": "W\u01dd \u0254\u00f8nldn'\u0287 s\u1d09\u0183n \u028e\u00f8n \u1d09n.", - "We have encountered an error. Refresh your browser and then try again.": "W\u01dd \u0265\u0250\u028c\u01dd \u01ddn\u0254\u00f8nn\u0287\u01dd\u0279\u01ddd \u0250n \u01dd\u0279\u0279\u00f8\u0279. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u028e\u00f8n\u0279 b\u0279\u00f8\u028ds\u01dd\u0279 \u0250nd \u0287\u0265\u01ddn \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "W\u01dd \u0265\u0250\u028c\u01dd \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01ddd \u028e\u00f8n\u0279 \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n \u0250nd \u0250\u0279\u01dd \u028c\u01dd\u0279\u1d09\u025f\u028e\u1d09n\u0183 \u028e\u00f8n\u0279 \u1d09d\u01ddn\u0287\u1d09\u0287\u028e. \u024e\u00f8n \u028d\u1d09ll s\u01dd\u01dd \u0250 \u026f\u01ddss\u0250\u0183\u01dd \u00f8n \u028e\u00f8n\u0279 d\u0250s\u0265b\u00f8\u0250\u0279d \u028d\u0265\u01ddn \u0287\u0265\u01dd \u028c\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n d\u0279\u00f8\u0254\u01ddss \u1d09s \u0254\u00f8\u026fdl\u01dd\u0287\u01dd (nsn\u0250ll\u028e \u028d\u1d09\u0287\u0265\u1d09n 1-2 d\u0250\u028es). \u0197n \u0287\u0265\u01dd \u026f\u01dd\u0250n\u0287\u1d09\u026f\u01dd, \u028e\u00f8n \u0254\u0250n s\u0287\u1d09ll \u0250\u0254\u0254\u01ddss \u0250ll \u0250\u028c\u0250\u1d09l\u0250bl\u01dd \u0254\u00f8n\u0279s\u01dd \u0254\u00f8n\u0287\u01ddn\u0287.", - "We just need a little more information before you start learning with %(platformName)s.": "W\u01dd \u027ens\u0287 n\u01dd\u01ddd \u0250 l\u1d09\u0287\u0287l\u01dd \u026f\u00f8\u0279\u01dd \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n b\u01dd\u025f\u00f8\u0279\u01dd \u028e\u00f8n s\u0287\u0250\u0279\u0287 l\u01dd\u0250\u0279n\u1d09n\u0183 \u028d\u1d09\u0287\u0265 %(platformName)s.", - "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "W\u01dd ns\u01dd \u0287\u0265\u01dd \u0265\u1d09\u0183\u0265\u01dds\u0287 l\u01dd\u028c\u01ddls \u00f8\u025f s\u01dd\u0254n\u0279\u1d09\u0287\u028e \u0250\u028c\u0250\u1d09l\u0250bl\u01dd \u0287\u00f8 \u01ddn\u0254\u0279\u028ed\u0287 \u028e\u00f8n\u0279 d\u0265\u00f8\u0287\u00f8 \u0250nd s\u01ddnd \u1d09\u0287 \u0287\u00f8 \u00f8n\u0279 \u0250n\u0287\u0265\u00f8\u0279\u1d09z\u0250\u0287\u1d09\u00f8n s\u01dd\u0279\u028c\u1d09\u0254\u01dd \u025f\u00f8\u0279 \u0279\u01dd\u028c\u1d09\u01dd\u028d. \u024e\u00f8n\u0279 d\u0265\u00f8\u0287\u00f8 \u0250nd \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n \u0250\u0279\u01dd n\u00f8\u0287 s\u0250\u028c\u01ddd \u00f8\u0279 \u028c\u1d09s\u1d09bl\u01dd \u0250n\u028e\u028d\u0265\u01dd\u0279\u01dd \u00f8n %(platformName)s \u0250\u025f\u0287\u01dd\u0279 \u0287\u0265\u01dd \u028c\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n d\u0279\u00f8\u0254\u01ddss \u1d09s \u0254\u00f8\u026fdl\u01dd\u0287\u01dd.", - "We're sorry to see you go! Your account will be deleted shortly.": "W\u01dd'\u0279\u01dd s\u00f8\u0279\u0279\u028e \u0287\u00f8 s\u01dd\u01dd \u028e\u00f8n \u0183\u00f8! \u024e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287 \u028d\u1d09ll b\u01dd d\u01ddl\u01dd\u0287\u01ddd s\u0265\u00f8\u0279\u0287l\u028e.", - "We're sorry, there was an error": "W\u01dd'\u0279\u01dd s\u00f8\u0279\u0279\u028e, \u0287\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279", - "We've encountered an error. Refresh your browser and then try again.": "W\u01dd'\u028c\u01dd \u01ddn\u0254\u00f8nn\u0287\u01dd\u0279\u01ddd \u0250n \u01dd\u0279\u0279\u00f8\u0279. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u028e\u00f8n\u0279 b\u0279\u00f8\u028ds\u01dd\u0279 \u0250nd \u0287\u0265\u01ddn \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "W\u01dd'\u028c\u01dd s\u01ddn\u0287 \u0250 \u0254\u00f8n\u025f\u1d09\u0279\u026f\u0250\u0287\u1d09\u00f8n \u026f\u01ddss\u0250\u0183\u01dd \u0287\u00f8 {new_email_address}. \u023bl\u1d09\u0254\u029e \u0287\u0265\u01dd l\u1d09n\u029e \u1d09n \u0287\u0265\u01dd \u026f\u01ddss\u0250\u0183\u01dd \u0287\u00f8 ndd\u0250\u0287\u01dd \u028e\u00f8n\u0279 \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss.", - "We've sent a confirmation message to {new_secondary_email_address}. Click the link in the message to update your secondary email address.": "W\u01dd'\u028c\u01dd s\u01ddn\u0287 \u0250 \u0254\u00f8n\u025f\u1d09\u0279\u026f\u0250\u0287\u1d09\u00f8n \u026f\u01ddss\u0250\u0183\u01dd \u0287\u00f8 {new_secondary_email_address}. \u023bl\u1d09\u0254\u029e \u0287\u0265\u01dd l\u1d09n\u029e \u1d09n \u0287\u0265\u01dd \u026f\u01ddss\u0250\u0183\u01dd \u0287\u00f8 ndd\u0250\u0287\u01dd \u028e\u00f8n\u0279 s\u01dd\u0254\u00f8nd\u0250\u0279\u028e \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss.", - "We've sent a message to {email}. Click the link in the message to reset your password. Didn't receive the message? Contact {anchorStart}technical support{anchorEnd}.": "W\u01dd'\u028c\u01dd s\u01ddn\u0287 \u0250 \u026f\u01ddss\u0250\u0183\u01dd \u0287\u00f8 {email}. \u023bl\u1d09\u0254\u029e \u0287\u0265\u01dd l\u1d09n\u029e \u1d09n \u0287\u0265\u01dd \u026f\u01ddss\u0250\u0183\u01dd \u0287\u00f8 \u0279\u01dds\u01dd\u0287 \u028e\u00f8n\u0279 d\u0250ss\u028d\u00f8\u0279d. \u0110\u1d09dn'\u0287 \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01dd \u0287\u0265\u01dd \u026f\u01ddss\u0250\u0183\u01dd? \u023b\u00f8n\u0287\u0250\u0254\u0287 {anchorStart}\u0287\u01dd\u0254\u0265n\u1d09\u0254\u0250l sndd\u00f8\u0279\u0287{anchorEnd}.", - "Web:": "W\u01ddb:", - "Webcam": "W\u01ddb\u0254\u0250\u026f", - "Weekly Highlight Emails": "W\u01dd\u01dd\u029el\u028e \u0126\u1d09\u0183\u0265l\u1d09\u0183\u0265\u0287 \u0246\u026f\u0250\u1d09ls", - "Weight of Total Grade": "W\u01dd\u1d09\u0183\u0265\u0287 \u00f8\u025f \u0166\u00f8\u0287\u0250l \u01e4\u0279\u0250d\u01dd", - "We\u2019re sorry to see you go!": "W\u01dd\u2019\u0279\u01dd s\u00f8\u0279\u0279\u028e \u0287\u00f8 s\u01dd\u01dd \u028e\u00f8n \u0183\u00f8!", - "What You Need for Verification": "W\u0265\u0250\u0287 \u024e\u00f8n N\u01dd\u01ddd \u025f\u00f8\u0279 V\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n", - "What can we help you with, {username}?": "W\u0265\u0250\u0287 \u0254\u0250n \u028d\u01dd \u0265\u01ddld \u028e\u00f8n \u028d\u1d09\u0287\u0265, {username}?", - "What does %(platformName)s do with this photo?": "W\u0265\u0250\u0287 d\u00f8\u01dds %(platformName)s d\u00f8 \u028d\u1d09\u0287\u0265 \u0287\u0265\u1d09s d\u0265\u00f8\u0287\u00f8?", - "What does this mean?": "W\u0265\u0250\u0287 d\u00f8\u01dds \u0287\u0265\u1d09s \u026f\u01dd\u0250n?", - "What's Your Next Accomplishment?": "W\u0265\u0250\u0287's \u024e\u00f8n\u0279 N\u01ddx\u0287 \u023a\u0254\u0254\u00f8\u026fdl\u1d09s\u0265\u026f\u01ddn\u0287?", - "When learners submit an answer to an assessment, they immediately see whether the answer is correct or incorrect, and the score received.": "W\u0265\u01ddn l\u01dd\u0250\u0279n\u01dd\u0279s snb\u026f\u1d09\u0287 \u0250n \u0250ns\u028d\u01dd\u0279 \u0287\u00f8 \u0250n \u0250ss\u01ddss\u026f\u01ddn\u0287, \u0287\u0265\u01dd\u028e \u1d09\u026f\u026f\u01ddd\u1d09\u0250\u0287\u01ddl\u028e s\u01dd\u01dd \u028d\u0265\u01dd\u0287\u0265\u01dd\u0279 \u0287\u0265\u01dd \u0250ns\u028d\u01dd\u0279 \u1d09s \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287 \u00f8\u0279 \u1d09n\u0254\u00f8\u0279\u0279\u01dd\u0254\u0287, \u0250nd \u0287\u0265\u01dd s\u0254\u00f8\u0279\u01dd \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01ddd.", - "When your face is in position, use the camera button {icon} below to take your photo.": "W\u0265\u01ddn \u028e\u00f8n\u0279 \u025f\u0250\u0254\u01dd \u1d09s \u1d09n d\u00f8s\u1d09\u0287\u1d09\u00f8n, ns\u01dd \u0287\u0265\u01dd \u0254\u0250\u026f\u01dd\u0279\u0250 bn\u0287\u0287\u00f8n {icon} b\u01ddl\u00f8\u028d \u0287\u00f8 \u0287\u0250\u029e\u01dd \u028e\u00f8n\u0279 d\u0265\u00f8\u0287\u00f8.", - "Which timed transcript would you like to use?": "W\u0265\u1d09\u0254\u0265 \u0287\u1d09\u026f\u01ddd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u028d\u00f8nld \u028e\u00f8n l\u1d09\u029e\u01dd \u0287\u00f8 ns\u01dd?", - "Whole words": "W\u0265\u00f8l\u01dd \u028d\u00f8\u0279ds", - "Why activate?": "W\u0265\u028e \u0250\u0254\u0287\u1d09\u028c\u0250\u0287\u01dd?", - "Why does %(platformName)s need my photo?": "W\u0265\u028e d\u00f8\u01dds %(platformName)s n\u01dd\u01ddd \u026f\u028e d\u0265\u00f8\u0287\u00f8?", - "Width": "W\u1d09d\u0287\u0265", - "Will Be Visible To:": "W\u1d09ll \u0243\u01dd V\u1d09s\u1d09bl\u01dd \u0166\u00f8:", - "Words: {0}": "W\u00f8\u0279ds: {0}", - "Would you like to sign in using your %(providerName)s credentials?": "W\u00f8nld \u028e\u00f8n l\u1d09\u029e\u01dd \u0287\u00f8 s\u1d09\u0183n \u1d09n ns\u1d09n\u0183 \u028e\u00f8n\u0279 %(providerName)s \u0254\u0279\u01ddd\u01ddn\u0287\u1d09\u0250ls?", - "Year of Birth": "\u024e\u01dd\u0250\u0279 \u00f8\u025f \u0243\u1d09\u0279\u0287\u0265", - "Yes, Delete": "\u024e\u01dds, \u0110\u01ddl\u01dd\u0287\u01dd", - "Yes, allow edits to the active Certificate": "\u024e\u01dds, \u0250ll\u00f8\u028d \u01ddd\u1d09\u0287s \u0287\u00f8 \u0287\u0265\u01dd \u0250\u0254\u0287\u1d09\u028c\u01dd \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd", - "Yes, delete this {xblock_type}": "\u024e\u01dds, d\u01ddl\u01dd\u0287\u01dd \u0287\u0265\u1d09s {xblock_type}", - "Yes, replace the edX transcript with the YouTube transcript": "\u024e\u01dds, \u0279\u01dddl\u0250\u0254\u01dd \u0287\u0265\u01dd \u01dddX \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u028d\u1d09\u0287\u0265 \u0287\u0265\u01dd \u024e\u00f8n\u0166nb\u01dd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287", - "You already belong to another team.": "\u024e\u00f8n \u0250l\u0279\u01dd\u0250d\u028e b\u01ddl\u00f8n\u0183 \u0287\u00f8 \u0250n\u00f8\u0287\u0265\u01dd\u0279 \u0287\u01dd\u0250\u026f.", - "You already have an edX account with your {enterprise_name} email address.": "\u024e\u00f8n \u0250l\u0279\u01dd\u0250d\u028e \u0265\u0250\u028c\u01dd \u0250n \u01dddX \u0250\u0254\u0254\u00f8nn\u0287 \u028d\u1d09\u0287\u0265 \u028e\u00f8n\u0279 {enterprise_name} \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss.", - "You are a member of this team.": "\u024e\u00f8n \u0250\u0279\u01dd \u0250 \u026f\u01dd\u026fb\u01dd\u0279 \u00f8\u025f \u0287\u0265\u1d09s \u0287\u01dd\u0250\u026f.", - "You are currently sharing a limited profile.": "\u024e\u00f8n \u0250\u0279\u01dd \u0254n\u0279\u0279\u01ddn\u0287l\u028e s\u0265\u0250\u0279\u1d09n\u0183 \u0250 l\u1d09\u026f\u1d09\u0287\u01ddd d\u0279\u00f8\u025f\u1d09l\u01dd.", - "You are enrolling in: {courseName}": "\u024e\u00f8n \u0250\u0279\u01dd \u01ddn\u0279\u00f8ll\u1d09n\u0183 \u1d09n: {courseName}", - "You are not currently a member of any team.": "\u024e\u00f8n \u0250\u0279\u01dd n\u00f8\u0287 \u0254n\u0279\u0279\u01ddn\u0287l\u028e \u0250 \u026f\u01dd\u026fb\u01dd\u0279 \u00f8\u025f \u0250n\u028e \u0287\u01dd\u0250\u026f.", - "You are not enrolled in any programs yet.": "\u024e\u00f8n \u0250\u0279\u01dd n\u00f8\u0287 \u01ddn\u0279\u00f8ll\u01ddd \u1d09n \u0250n\u028e d\u0279\u00f8\u0183\u0279\u0250\u026fs \u028e\u01dd\u0287.", - "You are now enrolled as a verified student for:": "\u024e\u00f8n \u0250\u0279\u01dd n\u00f8\u028d \u01ddn\u0279\u00f8ll\u01ddd \u0250s \u0250 \u028c\u01dd\u0279\u1d09\u025f\u1d09\u01ddd s\u0287nd\u01ddn\u0287 \u025f\u00f8\u0279:", - "You are sending an email message with the subject {subject} to the following recipients.": "\u024e\u00f8n \u0250\u0279\u01dd s\u01ddnd\u1d09n\u0183 \u0250n \u01dd\u026f\u0250\u1d09l \u026f\u01ddss\u0250\u0183\u01dd \u028d\u1d09\u0287\u0265 \u0287\u0265\u01dd snb\u027e\u01dd\u0254\u0287 {subject} \u0287\u00f8 \u0287\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 \u0279\u01dd\u0254\u1d09d\u1d09\u01ddn\u0287s.", - "You are taking \"{exam_link}\" as {exam_type}. ": "\u024e\u00f8n \u0250\u0279\u01dd \u0287\u0250\u029e\u1d09n\u0183 \"{exam_link}\" \u0250s {exam_type}. ", - "You are upgrading your enrollment for: {courseName}": "\u024e\u00f8n \u0250\u0279\u01dd nd\u0183\u0279\u0250d\u1d09n\u0183 \u028e\u00f8n\u0279 \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 \u025f\u00f8\u0279: {courseName}", - "You can change sessions until {expiration_date}.": "\u024e\u00f8n \u0254\u0250n \u0254\u0265\u0250n\u0183\u01dd s\u01ddss\u1d09\u00f8ns nn\u0287\u1d09l {expiration_date}.", - "You can link your social media accounts to simplify signing in to {platform_name}.": "\u024e\u00f8n \u0254\u0250n l\u1d09n\u029e \u028e\u00f8n\u0279 s\u00f8\u0254\u1d09\u0250l \u026f\u01ddd\u1d09\u0250 \u0250\u0254\u0254\u00f8nn\u0287s \u0287\u00f8 s\u1d09\u026fdl\u1d09\u025f\u028e s\u1d09\u0183n\u1d09n\u0183 \u1d09n \u0287\u00f8 {platform_name}.", - "You can no longer change sessions.": "\u024e\u00f8n \u0254\u0250n n\u00f8 l\u00f8n\u0183\u01dd\u0279 \u0254\u0265\u0250n\u0183\u01dd s\u01ddss\u1d09\u00f8ns.", - "You can now enter your payment information and complete your enrollment.": "\u024e\u00f8n \u0254\u0250n n\u00f8\u028d \u01ddn\u0287\u01dd\u0279 \u028e\u00f8n\u0279 d\u0250\u028e\u026f\u01ddn\u0287 \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n \u0250nd \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u028e\u00f8n\u0279 \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287.", - "You can pay now even if you don't have the following items available, but you will need to have these by {date} to qualify to earn a Verified Certificate.": "\u024e\u00f8n \u0254\u0250n d\u0250\u028e n\u00f8\u028d \u01dd\u028c\u01ddn \u1d09\u025f \u028e\u00f8n d\u00f8n'\u0287 \u0265\u0250\u028c\u01dd \u0287\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 \u1d09\u0287\u01dd\u026fs \u0250\u028c\u0250\u1d09l\u0250bl\u01dd, bn\u0287 \u028e\u00f8n \u028d\u1d09ll n\u01dd\u01ddd \u0287\u00f8 \u0265\u0250\u028c\u01dd \u0287\u0265\u01dds\u01dd b\u028e {date} \u0287\u00f8 bn\u0250l\u1d09\u025f\u028e \u0287\u00f8 \u01dd\u0250\u0279n \u0250 V\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd.", - "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "\u024e\u00f8n \u0254\u0250n d\u0250\u028e n\u00f8\u028d \u01dd\u028c\u01ddn \u1d09\u025f \u028e\u00f8n d\u00f8n'\u0287 \u0265\u0250\u028c\u01dd \u0287\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 \u1d09\u0287\u01dd\u026fs \u0250\u028c\u0250\u1d09l\u0250bl\u01dd, bn\u0287 \u028e\u00f8n \u028d\u1d09ll n\u01dd\u01ddd \u0287\u00f8 \u0265\u0250\u028c\u01dd \u0287\u0265\u01dds\u01dd \u0287\u00f8 bn\u0250l\u1d09\u025f\u028e \u0287\u00f8 \u01dd\u0250\u0279n \u0250 V\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd.", - "You can remove members from this team, especially if they have not participated in the team's activity.": "\u024e\u00f8n \u0254\u0250n \u0279\u01dd\u026f\u00f8\u028c\u01dd \u026f\u01dd\u026fb\u01dd\u0279s \u025f\u0279\u00f8\u026f \u0287\u0265\u1d09s \u0287\u01dd\u0250\u026f, \u01ddsd\u01dd\u0254\u1d09\u0250ll\u028e \u1d09\u025f \u0287\u0265\u01dd\u028e \u0265\u0250\u028c\u01dd n\u00f8\u0287 d\u0250\u0279\u0287\u1d09\u0254\u1d09d\u0250\u0287\u01ddd \u1d09n \u0287\u0265\u01dd \u0287\u01dd\u0250\u026f's \u0250\u0254\u0287\u1d09\u028c\u1d09\u0287\u028e.", - "You can use your {accountName} account to sign in to your {platformName} account.": "\u024e\u00f8n \u0254\u0250n ns\u01dd \u028e\u00f8n\u0279 {accountName} \u0250\u0254\u0254\u00f8nn\u0287 \u0287\u00f8 s\u1d09\u0183n \u1d09n \u0287\u00f8 \u028e\u00f8n\u0279 {platformName} \u0250\u0254\u0254\u00f8nn\u0287.", - "You can view your information or unlink from {enterprise_name} anytime in your Account Settings.": "\u024e\u00f8n \u0254\u0250n \u028c\u1d09\u01dd\u028d \u028e\u00f8n\u0279 \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n \u00f8\u0279 nnl\u1d09n\u029e \u025f\u0279\u00f8\u026f {enterprise_name} \u0250n\u028e\u0287\u1d09\u026f\u01dd \u1d09n \u028e\u00f8n\u0279 \u023a\u0254\u0254\u00f8nn\u0287 S\u01dd\u0287\u0287\u1d09n\u0183s.", - "You cannot view the course as a student or beta tester before the course release date.": "\u024e\u00f8n \u0254\u0250nn\u00f8\u0287 \u028c\u1d09\u01dd\u028d \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd \u0250s \u0250 s\u0287nd\u01ddn\u0287 \u00f8\u0279 b\u01dd\u0287\u0250 \u0287\u01dds\u0287\u01dd\u0279 b\u01dd\u025f\u00f8\u0279\u01dd \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd \u0279\u01ddl\u01dd\u0250s\u01dd d\u0250\u0287\u01dd.", - "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "\u024e\u00f8n \u0254\u0265\u0250n\u0183\u01ddd \u0250 \u028c\u1d09d\u01dd\u00f8 \u0244\u024c\u0141, bn\u0287 d\u1d09d n\u00f8\u0287 \u0254\u0265\u0250n\u0183\u01dd \u0287\u0265\u01dd \u0287\u1d09\u026f\u01ddd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u025f\u1d09l\u01dd. \u0110\u00f8 \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 ns\u01dd \u0287\u0265\u01dd \u0254n\u0279\u0279\u01ddn\u0287 \u0287\u1d09\u026f\u01ddd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u00f8\u0279 ndl\u00f8\u0250d \u0250 n\u01dd\u028d .s\u0279\u0287 \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u025f\u1d09l\u01dd?", - "You commented...": "\u024e\u00f8n \u0254\u00f8\u026f\u026f\u01ddn\u0287\u01ddd...", - "You could not be subscribed to this post. Refresh the page and try again.": "\u024e\u00f8n \u0254\u00f8nld n\u00f8\u0287 b\u01dd snbs\u0254\u0279\u1d09b\u01ddd \u0287\u00f8 \u0287\u0265\u1d09s d\u00f8s\u0287. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "You could not be unsubscribed from this post. Refresh the page and try again.": "\u024e\u00f8n \u0254\u00f8nld n\u00f8\u0287 b\u01dd nnsnbs\u0254\u0279\u1d09b\u01ddd \u025f\u0279\u00f8\u026f \u0287\u0265\u1d09s d\u00f8s\u0287. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "You currently have no cohorts configured": "\u024e\u00f8n \u0254n\u0279\u0279\u01ddn\u0287l\u028e \u0265\u0250\u028c\u01dd n\u00f8 \u0254\u00f8\u0265\u00f8\u0279\u0287s \u0254\u00f8n\u025f\u1d09\u0183n\u0279\u01ddd", - "You did not select a content group": "\u024e\u00f8n d\u1d09d n\u00f8\u0287 s\u01ddl\u01dd\u0254\u0287 \u0250 \u0254\u00f8n\u0287\u01ddn\u0287 \u0183\u0279\u00f8nd", - "You did not select any files to submit.": "\u024e\u00f8n d\u1d09d n\u00f8\u0287 s\u01ddl\u01dd\u0254\u0287 \u0250n\u028e \u025f\u1d09l\u01dds \u0287\u00f8 snb\u026f\u1d09\u0287.", - "You did not submit the required files: {requiredFiles}.": "\u024e\u00f8n d\u1d09d n\u00f8\u0287 snb\u026f\u1d09\u0287 \u0287\u0265\u01dd \u0279\u01ddbn\u1d09\u0279\u01ddd \u025f\u1d09l\u01dds: {requiredFiles}.", - "You don't seem to have Flash installed. Get Flash to continue your verification.": "\u024e\u00f8n d\u00f8n'\u0287 s\u01dd\u01dd\u026f \u0287\u00f8 \u0265\u0250\u028c\u01dd Fl\u0250s\u0265 \u1d09ns\u0287\u0250ll\u01ddd. \u01e4\u01dd\u0287 Fl\u0250s\u0265 \u0287\u00f8 \u0254\u00f8n\u0287\u1d09nn\u01dd \u028e\u00f8n\u0279 \u028c\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n.", - "You don't seem to have a webcam connected.": "\u024e\u00f8n d\u00f8n'\u0287 s\u01dd\u01dd\u026f \u0287\u00f8 \u0265\u0250\u028c\u01dd \u0250 \u028d\u01ddb\u0254\u0250\u026f \u0254\u00f8nn\u01dd\u0254\u0287\u01ddd.", - "You have already verified your ID!": "\u024e\u00f8n \u0265\u0250\u028c\u01dd \u0250l\u0279\u01dd\u0250d\u028e \u028c\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u028e\u00f8n\u0279 \u0197\u0110!", - "You have been logged out of your edX account. Click Okay to log in again now. Click Cancel to stay on this page (you must log in again to save your work).": "\u024e\u00f8n \u0265\u0250\u028c\u01dd b\u01dd\u01ddn l\u00f8\u0183\u0183\u01ddd \u00f8n\u0287 \u00f8\u025f \u028e\u00f8n\u0279 \u01dddX \u0250\u0254\u0254\u00f8nn\u0287. \u023bl\u1d09\u0254\u029e \u00d8\u029e\u0250\u028e \u0287\u00f8 l\u00f8\u0183 \u1d09n \u0250\u0183\u0250\u1d09n n\u00f8\u028d. \u023bl\u1d09\u0254\u029e \u023b\u0250n\u0254\u01ddl \u0287\u00f8 s\u0287\u0250\u028e \u00f8n \u0287\u0265\u1d09s d\u0250\u0183\u01dd (\u028e\u00f8n \u026fns\u0287 l\u00f8\u0183 \u1d09n \u0250\u0183\u0250\u1d09n \u0287\u00f8 s\u0250\u028c\u01dd \u028e\u00f8n\u0279 \u028d\u00f8\u0279\u029e).", - "You have done a dry run of force publishing the course. Nothing has changed. Had you run it, the following course versions would have been change.": "\u024e\u00f8n \u0265\u0250\u028c\u01dd d\u00f8n\u01dd \u0250 d\u0279\u028e \u0279nn \u00f8\u025f \u025f\u00f8\u0279\u0254\u01dd dnbl\u1d09s\u0265\u1d09n\u0183 \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd. N\u00f8\u0287\u0265\u1d09n\u0183 \u0265\u0250s \u0254\u0265\u0250n\u0183\u01ddd. \u0126\u0250d \u028e\u00f8n \u0279nn \u1d09\u0287, \u0287\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 \u0254\u00f8n\u0279s\u01dd \u028c\u01dd\u0279s\u1d09\u00f8ns \u028d\u00f8nld \u0265\u0250\u028c\u01dd b\u01dd\u01ddn \u0254\u0265\u0250n\u0183\u01dd.", - "You have no handouts defined": "\u024e\u00f8n \u0265\u0250\u028c\u01dd n\u00f8 \u0265\u0250nd\u00f8n\u0287s d\u01dd\u025f\u1d09n\u01ddd", - "You have not bookmarked any courseware pages yet": "\u024e\u00f8n \u0265\u0250\u028c\u01dd n\u00f8\u0287 b\u00f8\u00f8\u029e\u026f\u0250\u0279\u029e\u01ddd \u0250n\u028e \u0254\u00f8n\u0279s\u01dd\u028d\u0250\u0279\u01dd d\u0250\u0183\u01dds \u028e\u01dd\u0287", - "You have not created any certificates yet.": "\u024e\u00f8n \u0265\u0250\u028c\u01dd n\u00f8\u0287 \u0254\u0279\u01dd\u0250\u0287\u01ddd \u0250n\u028e \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds \u028e\u01dd\u0287.", - "You have not created any content groups yet.": "\u024e\u00f8n \u0265\u0250\u028c\u01dd n\u00f8\u0287 \u0254\u0279\u01dd\u0250\u0287\u01ddd \u0250n\u028e \u0254\u00f8n\u0287\u01ddn\u0287 \u0183\u0279\u00f8nds \u028e\u01dd\u0287.", - "You have not created any group configurations yet.": "\u024e\u00f8n \u0265\u0250\u028c\u01dd n\u00f8\u0287 \u0254\u0279\u01dd\u0250\u0287\u01ddd \u0250n\u028e \u0183\u0279\u00f8nd \u0254\u00f8n\u025f\u1d09\u0183n\u0279\u0250\u0287\u1d09\u00f8ns \u028e\u01dd\u0287.", - "You have selected \u201cDelete my account.\u201d Deletion of your account and personal data is permanent and cannot be undone. EdX will not be able to recover your account or the data that is deleted.": "\u024e\u00f8n \u0265\u0250\u028c\u01dd s\u01ddl\u01dd\u0254\u0287\u01ddd \u201c\u0110\u01ddl\u01dd\u0287\u01dd \u026f\u028e \u0250\u0254\u0254\u00f8nn\u0287.\u201d \u0110\u01ddl\u01dd\u0287\u1d09\u00f8n \u00f8\u025f \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287 \u0250nd d\u01dd\u0279s\u00f8n\u0250l d\u0250\u0287\u0250 \u1d09s d\u01dd\u0279\u026f\u0250n\u01ddn\u0287 \u0250nd \u0254\u0250nn\u00f8\u0287 b\u01dd nnd\u00f8n\u01dd. \u0246dX \u028d\u1d09ll n\u00f8\u0287 b\u01dd \u0250bl\u01dd \u0287\u00f8 \u0279\u01dd\u0254\u00f8\u028c\u01dd\u0279 \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287 \u00f8\u0279 \u0287\u0265\u01dd d\u0250\u0287\u0250 \u0287\u0265\u0250\u0287 \u1d09s d\u01ddl\u01dd\u0287\u01ddd.", - "You have set your language to {beta_language}, which is currently not fully translated. You can help us translate this language fully by joining the Transifex community and adding translations from English for learners that speak {beta_language}.": "\u024e\u00f8n \u0265\u0250\u028c\u01dd s\u01dd\u0287 \u028e\u00f8n\u0279 l\u0250n\u0183n\u0250\u0183\u01dd \u0287\u00f8 {beta_language}, \u028d\u0265\u1d09\u0254\u0265 \u1d09s \u0254n\u0279\u0279\u01ddn\u0287l\u028e n\u00f8\u0287 \u025fnll\u028e \u0287\u0279\u0250nsl\u0250\u0287\u01ddd. \u024e\u00f8n \u0254\u0250n \u0265\u01ddld ns \u0287\u0279\u0250nsl\u0250\u0287\u01dd \u0287\u0265\u1d09s l\u0250n\u0183n\u0250\u0183\u01dd \u025fnll\u028e b\u028e \u027e\u00f8\u1d09n\u1d09n\u0183 \u0287\u0265\u01dd \u0166\u0279\u0250ns\u1d09\u025f\u01ddx \u0254\u00f8\u026f\u026fnn\u1d09\u0287\u028e \u0250nd \u0250dd\u1d09n\u0183 \u0287\u0279\u0250nsl\u0250\u0287\u1d09\u00f8ns \u025f\u0279\u00f8\u026f \u0246n\u0183l\u1d09s\u0265 \u025f\u00f8\u0279 l\u01dd\u0250\u0279n\u01dd\u0279s \u0287\u0265\u0250\u0287 sd\u01dd\u0250\u029e {beta_language}.", - "You have successfully signed into %(currentProvider)s, but your %(currentProvider)s account does not have a linked %(platformName)s account. To link your accounts, sign in now using your %(platformName)s password.": "\u024e\u00f8n \u0265\u0250\u028c\u01dd sn\u0254\u0254\u01ddss\u025fnll\u028e s\u1d09\u0183n\u01ddd \u1d09n\u0287\u00f8 %(currentProvider)s, bn\u0287 \u028e\u00f8n\u0279 %(currentProvider)s \u0250\u0254\u0254\u00f8nn\u0287 d\u00f8\u01dds n\u00f8\u0287 \u0265\u0250\u028c\u01dd \u0250 l\u1d09n\u029e\u01ddd %(platformName)s \u0250\u0254\u0254\u00f8nn\u0287. \u0166\u00f8 l\u1d09n\u029e \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287s, s\u1d09\u0183n \u1d09n n\u00f8\u028d ns\u1d09n\u0183 \u028e\u00f8n\u0279 %(platformName)s d\u0250ss\u028d\u00f8\u0279d.", - "You have successfully updated your goal.": "\u024e\u00f8n \u0265\u0250\u028c\u01dd sn\u0254\u0254\u01ddss\u025fnll\u028e ndd\u0250\u0287\u01ddd \u028e\u00f8n\u0279 \u0183\u00f8\u0250l.", - "You have unsaved changes are you sure you want to navigate away?": "\u024e\u00f8n \u0265\u0250\u028c\u01dd nns\u0250\u028c\u01ddd \u0254\u0265\u0250n\u0183\u01dds \u0250\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 n\u0250\u028c\u1d09\u0183\u0250\u0287\u01dd \u0250\u028d\u0250\u028e?", - "You have unsaved changes. Do you really want to leave this page?": "\u024e\u00f8n \u0265\u0250\u028c\u01dd nns\u0250\u028c\u01ddd \u0254\u0265\u0250n\u0183\u01dds. \u0110\u00f8 \u028e\u00f8n \u0279\u01dd\u0250ll\u028e \u028d\u0250n\u0287 \u0287\u00f8 l\u01dd\u0250\u028c\u01dd \u0287\u0265\u1d09s d\u0250\u0183\u01dd?", - "You haven't added any assets to this course yet.": "\u024e\u00f8n \u0265\u0250\u028c\u01ddn'\u0287 \u0250dd\u01ddd \u0250n\u028e \u0250ss\u01dd\u0287s \u0287\u00f8 \u0287\u0265\u1d09s \u0254\u00f8n\u0279s\u01dd \u028e\u01dd\u0287.", - "You haven't added any content to this course yet.": "\u024e\u00f8n \u0265\u0250\u028c\u01ddn'\u0287 \u0250dd\u01ddd \u0250n\u028e \u0254\u00f8n\u0287\u01ddn\u0287 \u0287\u00f8 \u0287\u0265\u1d09s \u0254\u00f8n\u0279s\u01dd \u028e\u01dd\u0287.", - "You haven't added any textbooks to this course yet.": "\u024e\u00f8n \u0265\u0250\u028c\u01ddn'\u0287 \u0250dd\u01ddd \u0250n\u028e \u0287\u01ddx\u0287b\u00f8\u00f8\u029es \u0287\u00f8 \u0287\u0265\u1d09s \u0254\u00f8n\u0279s\u01dd \u028e\u01dd\u0287.", - "You may access your account with this address if single-sign on or access to your primary email is not available.": "\u024e\u00f8n \u026f\u0250\u028e \u0250\u0254\u0254\u01ddss \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287 \u028d\u1d09\u0287\u0265 \u0287\u0265\u1d09s \u0250dd\u0279\u01ddss \u1d09\u025f s\u1d09n\u0183l\u01dd-s\u1d09\u0183n \u00f8n \u00f8\u0279 \u0250\u0254\u0254\u01ddss \u0287\u00f8 \u028e\u00f8n\u0279 d\u0279\u1d09\u026f\u0250\u0279\u028e \u01dd\u026f\u0250\u1d09l \u1d09s n\u00f8\u0287 \u0250\u028c\u0250\u1d09l\u0250bl\u01dd.", - "You may also lose access to verified certificates and other program credentials like MicroMasters certificates. If you want to make a copy of these for your records before proceeding with deletion, follow the instructions for {htmlStart}printing or downloading a certificate{htmlEnd}.": "\u024e\u00f8n \u026f\u0250\u028e \u0250ls\u00f8 l\u00f8s\u01dd \u0250\u0254\u0254\u01ddss \u0287\u00f8 \u028c\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds \u0250nd \u00f8\u0287\u0265\u01dd\u0279 d\u0279\u00f8\u0183\u0279\u0250\u026f \u0254\u0279\u01ddd\u01ddn\u0287\u1d09\u0250ls l\u1d09\u029e\u01dd M\u1d09\u0254\u0279\u00f8M\u0250s\u0287\u01dd\u0279s \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds. \u0197\u025f \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u026f\u0250\u029e\u01dd \u0250 \u0254\u00f8d\u028e \u00f8\u025f \u0287\u0265\u01dds\u01dd \u025f\u00f8\u0279 \u028e\u00f8n\u0279 \u0279\u01dd\u0254\u00f8\u0279ds b\u01dd\u025f\u00f8\u0279\u01dd d\u0279\u00f8\u0254\u01dd\u01ddd\u1d09n\u0183 \u028d\u1d09\u0287\u0265 d\u01ddl\u01dd\u0287\u1d09\u00f8n, \u025f\u00f8ll\u00f8\u028d \u0287\u0265\u01dd \u1d09ns\u0287\u0279n\u0254\u0287\u1d09\u00f8ns \u025f\u00f8\u0279 {htmlStart}d\u0279\u1d09n\u0287\u1d09n\u0183 \u00f8\u0279 d\u00f8\u028dnl\u00f8\u0250d\u1d09n\u0183 \u0250 \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd{htmlEnd}.", - "You must be over 13 to share a full profile. If you are over 13, make sure that you have specified a birth year on the {account_settings_page_link}": "\u024e\u00f8n \u026fns\u0287 b\u01dd \u00f8\u028c\u01dd\u0279 13 \u0287\u00f8 s\u0265\u0250\u0279\u01dd \u0250 \u025fnll d\u0279\u00f8\u025f\u1d09l\u01dd. \u0197\u025f \u028e\u00f8n \u0250\u0279\u01dd \u00f8\u028c\u01dd\u0279 13, \u026f\u0250\u029e\u01dd sn\u0279\u01dd \u0287\u0265\u0250\u0287 \u028e\u00f8n \u0265\u0250\u028c\u01dd sd\u01dd\u0254\u1d09\u025f\u1d09\u01ddd \u0250 b\u1d09\u0279\u0287\u0265 \u028e\u01dd\u0250\u0279 \u00f8n \u0287\u0265\u01dd {account_settings_page_link}", - "You must enter a valid email address in order to add a new team member": "\u024e\u00f8n \u026fns\u0287 \u01ddn\u0287\u01dd\u0279 \u0250 \u028c\u0250l\u1d09d \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss \u1d09n \u00f8\u0279d\u01dd\u0279 \u0287\u00f8 \u0250dd \u0250 n\u01dd\u028d \u0287\u01dd\u0250\u026f \u026f\u01dd\u026fb\u01dd\u0279", - "You must select a session by {expiration_date} to access the course.": "\u024e\u00f8n \u026fns\u0287 s\u01ddl\u01dd\u0254\u0287 \u0250 s\u01ddss\u1d09\u00f8n b\u028e {expiration_date} \u0287\u00f8 \u0250\u0254\u0254\u01ddss \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd.", - "You must select a session to access the course.": "\u024e\u00f8n \u026fns\u0287 s\u01ddl\u01dd\u0254\u0287 \u0250 s\u01ddss\u1d09\u00f8n \u0287\u00f8 \u0250\u0254\u0254\u01ddss \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd.", - "You must sign out and sign back in before your language changes take effect.": "\u024e\u00f8n \u026fns\u0287 s\u1d09\u0183n \u00f8n\u0287 \u0250nd s\u1d09\u0183n b\u0250\u0254\u029e \u1d09n b\u01dd\u025f\u00f8\u0279\u01dd \u028e\u00f8n\u0279 l\u0250n\u0183n\u0250\u0183\u01dd \u0254\u0265\u0250n\u0183\u01dds \u0287\u0250\u029e\u01dd \u01dd\u025f\u025f\u01dd\u0254\u0287.", - "You must specify a name": "\u024e\u00f8n \u026fns\u0287 sd\u01dd\u0254\u1d09\u025f\u028e \u0250 n\u0250\u026f\u01dd", - "You must specify a name for the cohort": "\u024e\u00f8n \u026fns\u0287 sd\u01dd\u0254\u1d09\u025f\u028e \u0250 n\u0250\u026f\u01dd \u025f\u00f8\u0279 \u0287\u0265\u01dd \u0254\u00f8\u0265\u00f8\u0279\u0287", - "You must specify your birth year before you can share your full profile. To specify your birth year, go to the {account_settings_page_link}": "\u024e\u00f8n \u026fns\u0287 sd\u01dd\u0254\u1d09\u025f\u028e \u028e\u00f8n\u0279 b\u1d09\u0279\u0287\u0265 \u028e\u01dd\u0250\u0279 b\u01dd\u025f\u00f8\u0279\u01dd \u028e\u00f8n \u0254\u0250n s\u0265\u0250\u0279\u01dd \u028e\u00f8n\u0279 \u025fnll d\u0279\u00f8\u025f\u1d09l\u01dd. \u0166\u00f8 sd\u01dd\u0254\u1d09\u025f\u028e \u028e\u00f8n\u0279 b\u1d09\u0279\u0287\u0265 \u028e\u01dd\u0250\u0279, \u0183\u00f8 \u0287\u00f8 \u0287\u0265\u01dd {account_settings_page_link}", - "You need a computer that has a webcam. When you receive a browser prompt, make sure that you allow access to the camera.": "\u024e\u00f8n n\u01dd\u01ddd \u0250 \u0254\u00f8\u026fdn\u0287\u01dd\u0279 \u0287\u0265\u0250\u0287 \u0265\u0250s \u0250 \u028d\u01ddb\u0254\u0250\u026f. W\u0265\u01ddn \u028e\u00f8n \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01dd \u0250 b\u0279\u00f8\u028ds\u01dd\u0279 d\u0279\u00f8\u026fd\u0287, \u026f\u0250\u029e\u01dd sn\u0279\u01dd \u0287\u0265\u0250\u0287 \u028e\u00f8n \u0250ll\u00f8\u028d \u0250\u0254\u0254\u01ddss \u0287\u00f8 \u0287\u0265\u01dd \u0254\u0250\u026f\u01dd\u0279\u0250.", - "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "\u024e\u00f8n n\u01dd\u01ddd \u0250 d\u0279\u1d09\u028c\u01dd\u0279's l\u1d09\u0254\u01ddns\u01dd, d\u0250ssd\u00f8\u0279\u0287, \u00f8\u0279 \u00f8\u0287\u0265\u01dd\u0279 \u0183\u00f8\u028c\u01dd\u0279n\u026f\u01ddn\u0287-\u1d09ssn\u01ddd \u0197\u0110 \u0287\u0265\u0250\u0287 \u0265\u0250s \u028e\u00f8n\u0279 n\u0250\u026f\u01dd \u0250nd d\u0265\u00f8\u0287\u00f8.", - "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "\u024e\u00f8n n\u01dd\u01ddd \u0250n \u0197\u0110 \u028d\u1d09\u0287\u0265 \u028e\u00f8n\u0279 n\u0250\u026f\u01dd \u0250nd d\u0265\u00f8\u0287\u00f8. \u023a d\u0279\u1d09\u028c\u01dd\u0279's l\u1d09\u0254\u01ddns\u01dd, d\u0250ssd\u00f8\u0279\u0287, \u00f8\u0279 \u00f8\u0287\u0265\u01dd\u0279 \u0183\u00f8\u028c\u01dd\u0279n\u026f\u01ddn\u0287-\u1d09ssn\u01ddd \u0197\u0110s \u0250\u0279\u01dd \u0250ll \u0250\u0254\u0254\u01ddd\u0287\u0250bl\u01dd.", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "\u024e\u00f8n n\u01dd\u01ddd \u0287\u00f8 \u0250\u0254\u0287\u1d09\u028c\u0250\u0287\u01dd \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287 b\u01dd\u025f\u00f8\u0279\u01dd \u028e\u00f8n \u0254\u0250n \u01ddn\u0279\u00f8ll \u1d09n \u0254\u00f8n\u0279s\u01dds. \u023b\u0265\u01dd\u0254\u029e \u028e\u00f8n\u0279 \u1d09nb\u00f8x \u025f\u00f8\u0279 \u0250n \u0250\u0254\u0287\u1d09\u028c\u0250\u0287\u1d09\u00f8n \u01dd\u026f\u0250\u1d09l.", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "\u024e\u00f8n n\u01dd\u01ddd \u0287\u00f8 \u0250\u0254\u0287\u1d09\u028c\u0250\u0287\u01dd \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287 b\u01dd\u025f\u00f8\u0279\u01dd \u028e\u00f8n \u0254\u0250n \u01ddn\u0279\u00f8ll \u1d09n \u0254\u00f8n\u0279s\u01dds. \u023b\u0265\u01dd\u0254\u029e \u028e\u00f8n\u0279 \u1d09nb\u00f8x \u025f\u00f8\u0279 \u0250n \u0250\u0254\u0287\u1d09\u028c\u0250\u0287\u1d09\u00f8n \u01dd\u026f\u0250\u1d09l. \u023a\u025f\u0287\u01dd\u0279 \u028e\u00f8n \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u0250\u0254\u0287\u1d09\u028c\u0250\u0287\u1d09\u00f8n \u028e\u00f8n \u0254\u0250n \u0279\u01dd\u0287n\u0279n \u0250nd \u0279\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u1d09s d\u0250\u0183\u01dd.", - "You receive messages from {platform_name} and course teams at this address.": "\u024e\u00f8n \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01dd \u026f\u01ddss\u0250\u0183\u01dds \u025f\u0279\u00f8\u026f {platform_name} \u0250nd \u0254\u00f8n\u0279s\u01dd \u0287\u01dd\u0250\u026fs \u0250\u0287 \u0287\u0265\u1d09s \u0250dd\u0279\u01ddss.", - "You reserve all rights for your work": "\u024e\u00f8n \u0279\u01dds\u01dd\u0279\u028c\u01dd \u0250ll \u0279\u1d09\u0183\u0265\u0287s \u025f\u00f8\u0279 \u028e\u00f8n\u0279 \u028d\u00f8\u0279\u029e", - "You still need to visit the %(display_name)s website to complete the credit process.": "\u024e\u00f8n s\u0287\u1d09ll n\u01dd\u01ddd \u0287\u00f8 \u028c\u1d09s\u1d09\u0287 \u0287\u0265\u01dd %(display_name)s \u028d\u01ddbs\u1d09\u0287\u01dd \u0287\u00f8 \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u0287\u0265\u01dd \u0254\u0279\u01ddd\u1d09\u0287 d\u0279\u00f8\u0254\u01ddss.", - "You submitted {filename}; only {allowedFiles} are allowed.": "\u024e\u00f8n snb\u026f\u1d09\u0287\u0287\u01ddd {filename}; \u00f8nl\u028e {allowedFiles} \u0250\u0279\u01dd \u0250ll\u00f8\u028d\u01ddd.", - "You waive some rights for your work, such that others can use it too": "\u024e\u00f8n \u028d\u0250\u1d09\u028c\u01dd s\u00f8\u026f\u01dd \u0279\u1d09\u0183\u0265\u0287s \u025f\u00f8\u0279 \u028e\u00f8n\u0279 \u028d\u00f8\u0279\u029e, sn\u0254\u0265 \u0287\u0265\u0250\u0287 \u00f8\u0287\u0265\u01dd\u0279s \u0254\u0250n ns\u01dd \u1d09\u0287 \u0287\u00f8\u00f8", - "You will be refunded the amount you paid.": "\u024e\u00f8n \u028d\u1d09ll b\u01dd \u0279\u01dd\u025fnnd\u01ddd \u0287\u0265\u01dd \u0250\u026f\u00f8nn\u0287 \u028e\u00f8n d\u0250\u1d09d.", - "You will not be refunded the amount you paid.": "\u024e\u00f8n \u028d\u1d09ll n\u00f8\u0287 b\u01dd \u0279\u01dd\u025fnnd\u01ddd \u0287\u0265\u01dd \u0250\u026f\u00f8nn\u0287 \u028e\u00f8n d\u0250\u1d09d.", - "You will not receive notification for emails that bounce, so double-check your spelling.": "\u024e\u00f8n \u028d\u1d09ll n\u00f8\u0287 \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01dd n\u00f8\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n \u025f\u00f8\u0279 \u01dd\u026f\u0250\u1d09ls \u0287\u0265\u0250\u0287 b\u00f8nn\u0254\u01dd, s\u00f8 d\u00f8nbl\u01dd-\u0254\u0265\u01dd\u0254\u029e \u028e\u00f8n\u0279 sd\u01ddll\u1d09n\u0183.", - "You will use your webcam to take a picture of your face and of your government-issued photo ID.": "\u024e\u00f8n \u028d\u1d09ll ns\u01dd \u028e\u00f8n\u0279 \u028d\u01ddb\u0254\u0250\u026f \u0287\u00f8 \u0287\u0250\u029e\u01dd \u0250 d\u1d09\u0254\u0287n\u0279\u01dd \u00f8\u025f \u028e\u00f8n\u0279 \u025f\u0250\u0254\u01dd \u0250nd \u00f8\u025f \u028e\u00f8n\u0279 \u0183\u00f8\u028c\u01dd\u0279n\u026f\u01ddn\u0287-\u1d09ssn\u01ddd d\u0265\u00f8\u0287\u00f8 \u0197\u0110.", - "You!": "\u024e\u00f8n!", - "You've made some changes": "\u024e\u00f8n'\u028c\u01dd \u026f\u0250d\u01dd s\u00f8\u026f\u01dd \u0254\u0265\u0250n\u0183\u01dds", - "You've made some changes, but there are some errors": "\u024e\u00f8n'\u028c\u01dd \u026f\u0250d\u01dd s\u00f8\u026f\u01dd \u0254\u0265\u0250n\u0183\u01dds, bn\u0287 \u0287\u0265\u01dd\u0279\u01dd \u0250\u0279\u01dd s\u00f8\u026f\u01dd \u01dd\u0279\u0279\u00f8\u0279s", - "You've successfully signed into %(currentProvider)s.": "\u024e\u00f8n'\u028c\u01dd sn\u0254\u0254\u01ddss\u025fnll\u028e s\u1d09\u0183n\u01ddd \u1d09n\u0287\u00f8 %(currentProvider)s.", - "Your ID must be a government-issued photo ID that clearly shows your face.": "\u024e\u00f8n\u0279 \u0197\u0110 \u026fns\u0287 b\u01dd \u0250 \u0183\u00f8\u028c\u01dd\u0279n\u026f\u01ddn\u0287-\u1d09ssn\u01ddd d\u0265\u00f8\u0287\u00f8 \u0197\u0110 \u0287\u0265\u0250\u0287 \u0254l\u01dd\u0250\u0279l\u028e s\u0265\u00f8\u028ds \u028e\u00f8n\u0279 \u025f\u0250\u0254\u01dd.", - "Your Program Journey": "\u024e\u00f8n\u0279 \u2c63\u0279\u00f8\u0183\u0279\u0250\u026f \u0248\u00f8n\u0279n\u01dd\u028e", - "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "\u024e\u00f8n\u0279 b\u0279\u00f8\u028ds\u01dd\u0279 d\u00f8\u01ddsn'\u0287 sndd\u00f8\u0279\u0287 d\u1d09\u0279\u01dd\u0254\u0287 \u0250\u0254\u0254\u01ddss \u0287\u00f8 \u0287\u0265\u01dd \u0254l\u1d09db\u00f8\u0250\u0279d. \u2c63l\u01dd\u0250s\u01dd ns\u01dd \u0287\u0265\u01dd \u023b\u0287\u0279l+X/\u023b/V \u029e\u01dd\u028eb\u00f8\u0250\u0279d s\u0265\u00f8\u0279\u0287\u0254n\u0287s \u1d09ns\u0287\u01dd\u0250d.", - "Your changes have been saved.": "\u024e\u00f8n\u0279 \u0254\u0265\u0250n\u0183\u01dds \u0265\u0250\u028c\u01dd b\u01dd\u01ddn s\u0250\u028c\u01ddd.", - "Your changes have been saved. {details}": "\u024e\u00f8n\u0279 \u0254\u0265\u0250n\u0183\u01dds \u0265\u0250\u028c\u01dd b\u01dd\u01ddn s\u0250\u028c\u01ddd. {details}", - "Your changes will not take effect until you save your progress.": "\u024e\u00f8n\u0279 \u0254\u0265\u0250n\u0183\u01dds \u028d\u1d09ll n\u00f8\u0287 \u0287\u0250\u029e\u01dd \u01dd\u025f\u025f\u01dd\u0254\u0287 nn\u0287\u1d09l \u028e\u00f8n s\u0250\u028c\u01dd \u028e\u00f8n\u0279 d\u0279\u00f8\u0183\u0279\u01ddss.", - "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "\u024e\u00f8n\u0279 \u0254\u0265\u0250n\u0183\u01dds \u028d\u1d09ll n\u00f8\u0287 \u0287\u0250\u029e\u01dd \u01dd\u025f\u025f\u01dd\u0254\u0287 nn\u0287\u1d09l \u028e\u00f8n s\u0250\u028c\u01dd \u028e\u00f8n\u0279 d\u0279\u00f8\u0183\u0279\u01ddss. \u0166\u0250\u029e\u01dd \u0254\u0250\u0279\u01dd \u028d\u1d09\u0287\u0265 \u029e\u01dd\u028e \u0250nd \u028c\u0250ln\u01dd \u025f\u00f8\u0279\u026f\u0250\u0287\u0287\u1d09n\u0183, \u0250s \u028c\u0250l\u1d09d\u0250\u0287\u1d09\u00f8n \u1d09s n\u00f8\u0287 \u1d09\u026fdl\u01dd\u026f\u01ddn\u0287\u01ddd.", - "Your course could not be exported to XML. There is not enough information to identify the failed component. Inspect your course to identify any problematic components and try again.": "\u024e\u00f8n\u0279 \u0254\u00f8n\u0279s\u01dd \u0254\u00f8nld n\u00f8\u0287 b\u01dd \u01ddxd\u00f8\u0279\u0287\u01ddd \u0287\u00f8 XM\u0141. \u0166\u0265\u01dd\u0279\u01dd \u1d09s n\u00f8\u0287 \u01ddn\u00f8n\u0183\u0265 \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n \u0287\u00f8 \u1d09d\u01ddn\u0287\u1d09\u025f\u028e \u0287\u0265\u01dd \u025f\u0250\u1d09l\u01ddd \u0254\u00f8\u026fd\u00f8n\u01ddn\u0287. \u0197nsd\u01dd\u0254\u0287 \u028e\u00f8n\u0279 \u0254\u00f8n\u0279s\u01dd \u0287\u00f8 \u1d09d\u01ddn\u0287\u1d09\u025f\u028e \u0250n\u028e d\u0279\u00f8bl\u01dd\u026f\u0250\u0287\u1d09\u0254 \u0254\u00f8\u026fd\u00f8n\u01ddn\u0287s \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "Your donation could not be submitted.": "\u024e\u00f8n\u0279 d\u00f8n\u0250\u0287\u1d09\u00f8n \u0254\u00f8nld n\u00f8\u0287 b\u01dd snb\u026f\u1d09\u0287\u0287\u01ddd.", - "Your email message was successfully queued for sending. In courses with a large number of learners, email messages to learners might take up to an hour to be sent.": "\u024e\u00f8n\u0279 \u01dd\u026f\u0250\u1d09l \u026f\u01ddss\u0250\u0183\u01dd \u028d\u0250s sn\u0254\u0254\u01ddss\u025fnll\u028e bn\u01ddn\u01ddd \u025f\u00f8\u0279 s\u01ddnd\u1d09n\u0183. \u0197n \u0254\u00f8n\u0279s\u01dds \u028d\u1d09\u0287\u0265 \u0250 l\u0250\u0279\u0183\u01dd nn\u026fb\u01dd\u0279 \u00f8\u025f l\u01dd\u0250\u0279n\u01dd\u0279s, \u01dd\u026f\u0250\u1d09l \u026f\u01ddss\u0250\u0183\u01dds \u0287\u00f8 l\u01dd\u0250\u0279n\u01dd\u0279s \u026f\u1d09\u0183\u0265\u0287 \u0287\u0250\u029e\u01dd nd \u0287\u00f8 \u0250n \u0265\u00f8n\u0279 \u0287\u00f8 b\u01dd s\u01ddn\u0287.", - "Your entire face fits inside the frame.": "\u024e\u00f8n\u0279 \u01ddn\u0287\u1d09\u0279\u01dd \u025f\u0250\u0254\u01dd \u025f\u1d09\u0287s \u1d09ns\u1d09d\u01dd \u0287\u0265\u01dd \u025f\u0279\u0250\u026f\u01dd.", - "Your export has failed.": "\u024e\u00f8n\u0279 \u01ddxd\u00f8\u0279\u0287 \u0265\u0250s \u025f\u0250\u1d09l\u01ddd.", - "Your face is well-lit.": "\u024e\u00f8n\u0279 \u025f\u0250\u0254\u01dd \u1d09s \u028d\u01ddll-l\u1d09\u0287.", - "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "\u024e\u00f8n\u0279 \u025f\u1d09l\u01dd '{file}' \u0265\u0250s b\u01dd\u01ddn ndl\u00f8\u0250d\u01ddd. \u023all\u00f8\u028d \u0250 \u025f\u01dd\u028d \u026f\u1d09nn\u0287\u01dds \u025f\u00f8\u0279 d\u0279\u00f8\u0254\u01ddss\u1d09n\u0183.", - "Your file could not be uploaded": "\u024e\u00f8n\u0279 \u025f\u1d09l\u01dd \u0254\u00f8nld n\u00f8\u0287 b\u01dd ndl\u00f8\u0250d\u01ddd", - "Your file has been deleted.": "\u024e\u00f8n\u0279 \u025f\u1d09l\u01dd \u0265\u0250s b\u01dd\u01ddn d\u01ddl\u01dd\u0287\u01ddd.", - "Your file {filename} is too large (max size: {maxSize}MB).": "\u024e\u00f8n\u0279 \u025f\u1d09l\u01dd {filename} \u1d09s \u0287\u00f8\u00f8 l\u0250\u0279\u0183\u01dd (\u026f\u0250x s\u1d09z\u01dd: {maxSize}M\u0243).", - "Your import has failed.": "\u024e\u00f8n\u0279 \u1d09\u026fd\u00f8\u0279\u0287 \u0265\u0250s \u025f\u0250\u1d09l\u01ddd.", - "Your import is in progress; navigating away will abort it.": "\u024e\u00f8n\u0279 \u1d09\u026fd\u00f8\u0279\u0287 \u1d09s \u1d09n d\u0279\u00f8\u0183\u0279\u01ddss; n\u0250\u028c\u1d09\u0183\u0250\u0287\u1d09n\u0183 \u0250\u028d\u0250\u028e \u028d\u1d09ll \u0250b\u00f8\u0279\u0287 \u1d09\u0287.", - "Your library could not be exported to XML. There is not enough information to identify the failed component. Inspect your library to identify any problematic components and try again.": "\u024e\u00f8n\u0279 l\u1d09b\u0279\u0250\u0279\u028e \u0254\u00f8nld n\u00f8\u0287 b\u01dd \u01ddxd\u00f8\u0279\u0287\u01ddd \u0287\u00f8 XM\u0141. \u0166\u0265\u01dd\u0279\u01dd \u1d09s n\u00f8\u0287 \u01ddn\u00f8n\u0183\u0265 \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n \u0287\u00f8 \u1d09d\u01ddn\u0287\u1d09\u025f\u028e \u0287\u0265\u01dd \u025f\u0250\u1d09l\u01ddd \u0254\u00f8\u026fd\u00f8n\u01ddn\u0287. \u0197nsd\u01dd\u0254\u0287 \u028e\u00f8n\u0279 l\u1d09b\u0279\u0250\u0279\u028e \u0287\u00f8 \u1d09d\u01ddn\u0287\u1d09\u025f\u028e \u0250n\u028e d\u0279\u00f8bl\u01dd\u026f\u0250\u0287\u1d09\u0254 \u0254\u00f8\u026fd\u00f8n\u01ddn\u0287s \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "Your message cannot be blank.": "\u024e\u00f8n\u0279 \u026f\u01ddss\u0250\u0183\u01dd \u0254\u0250nn\u00f8\u0287 b\u01dd bl\u0250n\u029e.", - "Your message must have a subject.": "\u024e\u00f8n\u0279 \u026f\u01ddss\u0250\u0183\u01dd \u026fns\u0287 \u0265\u0250\u028c\u01dd \u0250 snb\u027e\u01dd\u0254\u0287.", - "Your message must have at least one target.": "\u024e\u00f8n\u0279 \u026f\u01ddss\u0250\u0183\u01dd \u026fns\u0287 \u0265\u0250\u028c\u01dd \u0250\u0287 l\u01dd\u0250s\u0287 \u00f8n\u01dd \u0287\u0250\u0279\u0183\u01dd\u0287.", - "Your policy changes have been saved.": "\u024e\u00f8n\u0279 d\u00f8l\u1d09\u0254\u028e \u0254\u0265\u0250n\u0183\u01dds \u0265\u0250\u028c\u01dd b\u01dd\u01ddn s\u0250\u028c\u01ddd.", - "Your post will be discarded.": "\u024e\u00f8n\u0279 d\u00f8s\u0287 \u028d\u1d09ll b\u01dd d\u1d09s\u0254\u0250\u0279d\u01ddd.", - "Your profile settings are managed by {enterprise_name}. Contact your administrator or {link_start}edX Support{link_end} for help.": "\u024e\u00f8n\u0279 d\u0279\u00f8\u025f\u1d09l\u01dd s\u01dd\u0287\u0287\u1d09n\u0183s \u0250\u0279\u01dd \u026f\u0250n\u0250\u0183\u01ddd b\u028e {enterprise_name}. \u023b\u00f8n\u0287\u0250\u0254\u0287 \u028e\u00f8n\u0279 \u0250d\u026f\u1d09n\u1d09s\u0287\u0279\u0250\u0287\u00f8\u0279 \u00f8\u0279 {link_start}\u01dddX Sndd\u00f8\u0279\u0287{link_end} \u025f\u00f8\u0279 \u0265\u01ddld.", - "Your question or idea (required)": "\u024e\u00f8n\u0279 bn\u01dds\u0287\u1d09\u00f8n \u00f8\u0279 \u1d09d\u01dd\u0250 (\u0279\u01ddbn\u1d09\u0279\u01ddd)", - "Your request could not be completed due to a server problem. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u024e\u00f8n\u0279 \u0279\u01ddbn\u01dds\u0287 \u0254\u00f8nld n\u00f8\u0287 b\u01dd \u0254\u00f8\u026fdl\u01dd\u0287\u01ddd dn\u01dd \u0287\u00f8 \u0250 s\u01dd\u0279\u028c\u01dd\u0279 d\u0279\u00f8bl\u01dd\u026f. \u024c\u01ddl\u00f8\u0250d \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n. \u0197\u025f \u0287\u0265\u01dd \u1d09ssn\u01dd d\u01dd\u0279s\u1d09s\u0287s, \u0254l\u1d09\u0254\u029e \u0287\u0265\u01dd \u0126\u01ddld \u0287\u0250b \u0287\u00f8 \u0279\u01ddd\u00f8\u0279\u0287 \u0287\u0265\u01dd d\u0279\u00f8bl\u01dd\u026f.", - "Your request could not be completed. Reload the page and try again.": "\u024e\u00f8n\u0279 \u0279\u01ddbn\u01dds\u0287 \u0254\u00f8nld n\u00f8\u0287 b\u01dd \u0254\u00f8\u026fdl\u01dd\u0287\u01ddd. \u024c\u01ddl\u00f8\u0250d \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "Your request could not be completed. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u024e\u00f8n\u0279 \u0279\u01ddbn\u01dds\u0287 \u0254\u00f8nld n\u00f8\u0287 b\u01dd \u0254\u00f8\u026fdl\u01dd\u0287\u01ddd. \u024c\u01ddl\u00f8\u0250d \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n. \u0197\u025f \u0287\u0265\u01dd \u1d09ssn\u01dd d\u01dd\u0279s\u1d09s\u0287s, \u0254l\u1d09\u0254\u029e \u0287\u0265\u01dd \u0126\u01ddld \u0287\u0250b \u0287\u00f8 \u0279\u01ddd\u00f8\u0279\u0287 \u0287\u0265\u01dd d\u0279\u00f8bl\u01dd\u026f.", - "Your request could not be processed. Refresh the page and try again.": "\u024e\u00f8n\u0279 \u0279\u01ddbn\u01dds\u0287 \u0254\u00f8nld n\u00f8\u0287 b\u01dd d\u0279\u00f8\u0254\u01ddss\u01ddd. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", - "Your team could not be created.": "\u024e\u00f8n\u0279 \u0287\u01dd\u0250\u026f \u0254\u00f8nld n\u00f8\u0287 b\u01dd \u0254\u0279\u01dd\u0250\u0287\u01ddd.", - "Your team could not be updated.": "\u024e\u00f8n\u0279 \u0287\u01dd\u0250\u026f \u0254\u00f8nld n\u00f8\u0287 b\u01dd ndd\u0250\u0287\u01ddd.", - "Your unenrollment request could not be processed. Please try again later.": "\u024e\u00f8n\u0279 nn\u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 \u0279\u01ddbn\u01dds\u0287 \u0254\u00f8nld n\u00f8\u0287 b\u01dd d\u0279\u00f8\u0254\u01ddss\u01ddd. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n l\u0250\u0287\u01dd\u0279.", - "Your upload of '{file}' failed.": "\u024e\u00f8n\u0279 ndl\u00f8\u0250d \u00f8\u025f '{file}' \u025f\u0250\u1d09l\u01ddd.", - "Your upload of '{file}' succeeded.": "\u024e\u00f8n\u0279 ndl\u00f8\u0250d \u00f8\u025f '{file}' sn\u0254\u0254\u01dd\u01ddd\u01ddd.", - "Your verification status is good until {verificationGoodUntil}.": "\u024e\u00f8n\u0279 \u028c\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n s\u0287\u0250\u0287ns \u1d09s \u0183\u00f8\u00f8d nn\u0287\u1d09l {verificationGoodUntil}.", - "Your video uploads are not complete.": "\u024e\u00f8n\u0279 \u028c\u1d09d\u01dd\u00f8 ndl\u00f8\u0250ds \u0250\u0279\u01dd n\u00f8\u0287 \u0254\u00f8\u026fdl\u01dd\u0287\u01dd.", - "Your {program} Certificate": "\u024e\u00f8n\u0279 {program} \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd", - "Yourself": "\u024e\u00f8n\u0279s\u01ddl\u025f", - "Zoom In": "\u01b5\u00f8\u00f8\u026f \u0197n", - "Zoom Out": "\u01b5\u00f8\u00f8\u026f \u00d8n\u0287", - "[no tags]": "[n\u00f8 \u0287\u0250\u0183s]", - "a day": "\u0250 d\u0250\u028e", - "a timed exam": "\u0250 \u0287\u1d09\u026f\u01ddd \u01ddx\u0250\u026f", + ], + "Visibility": "V\u1d09s\u1d09b\u1d09l\u1d09\u0287\u028e", + "Visible to Staff Only": "V\u1d09s\u1d09bl\u01dd \u0287\u00f8 S\u0287\u0250\u025f\u025f \u00d8nl\u028e", + "Visual aids": "V\u1d09sn\u0250l \u0250\u1d09ds", + "Volume": "V\u00f8ln\u026f\u01dd", + "Vote for good posts and responses": "V\u00f8\u0287\u01dd \u025f\u00f8\u0279 \u0183\u00f8\u00f8d d\u00f8s\u0287s \u0250nd \u0279\u01ddsd\u00f8ns\u01dds", + "Want to confirm your identity later?": "W\u0250n\u0287 \u0287\u00f8 \u0254\u00f8n\u025f\u1d09\u0279\u026f \u028e\u00f8n\u0279 \u1d09d\u01ddn\u0287\u1d09\u0287\u028e l\u0250\u0287\u01dd\u0279?", + "Warning": "W\u0250\u0279n\u1d09n\u0183", + "Warnings": "W\u0250\u0279n\u1d09n\u0183s", + "We ask you to activate your account to ensure it is really you creating the account and to prevent fraud.": "W\u01dd \u0250s\u029e \u028e\u00f8n \u0287\u00f8 \u0250\u0254\u0287\u1d09\u028c\u0250\u0287\u01dd \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287 \u0287\u00f8 \u01ddnsn\u0279\u01dd \u1d09\u0287 \u1d09s \u0279\u01dd\u0250ll\u028e \u028e\u00f8n \u0254\u0279\u01dd\u0250\u0287\u1d09n\u0183 \u0287\u0265\u01dd \u0250\u0254\u0254\u00f8nn\u0287 \u0250nd \u0287\u00f8 d\u0279\u01dd\u028c\u01ddn\u0287 \u025f\u0279\u0250nd.", + "We couldn't create your account.": "W\u01dd \u0254\u00f8nldn'\u0287 \u0254\u0279\u01dd\u0250\u0287\u01dd \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287.", + "We couldn't find any results for \"%s\".": "W\u01dd \u0254\u00f8nldn'\u0287 \u025f\u1d09nd \u0250n\u028e \u0279\u01ddsnl\u0287s \u025f\u00f8\u0279 \"%s\".", + "We couldn't sign you in.": "W\u01dd \u0254\u00f8nldn'\u0287 s\u1d09\u0183n \u028e\u00f8n \u1d09n.", + "We have encountered an error. Refresh your browser and then try again.": "W\u01dd \u0265\u0250\u028c\u01dd \u01ddn\u0254\u00f8nn\u0287\u01dd\u0279\u01ddd \u0250n \u01dd\u0279\u0279\u00f8\u0279. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u028e\u00f8n\u0279 b\u0279\u00f8\u028ds\u01dd\u0279 \u0250nd \u0287\u0265\u01ddn \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "W\u01dd \u0265\u0250\u028c\u01dd \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01ddd \u028e\u00f8n\u0279 \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n \u0250nd \u0250\u0279\u01dd \u028c\u01dd\u0279\u1d09\u025f\u028e\u1d09n\u0183 \u028e\u00f8n\u0279 \u1d09d\u01ddn\u0287\u1d09\u0287\u028e. \u024e\u00f8n \u028d\u1d09ll s\u01dd\u01dd \u0250 \u026f\u01ddss\u0250\u0183\u01dd \u00f8n \u028e\u00f8n\u0279 d\u0250s\u0265b\u00f8\u0250\u0279d \u028d\u0265\u01ddn \u0287\u0265\u01dd \u028c\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n d\u0279\u00f8\u0254\u01ddss \u1d09s \u0254\u00f8\u026fdl\u01dd\u0287\u01dd (nsn\u0250ll\u028e \u028d\u1d09\u0287\u0265\u1d09n 1-2 d\u0250\u028es). \u0197n \u0287\u0265\u01dd \u026f\u01dd\u0250n\u0287\u1d09\u026f\u01dd, \u028e\u00f8n \u0254\u0250n s\u0287\u1d09ll \u0250\u0254\u0254\u01ddss \u0250ll \u0250\u028c\u0250\u1d09l\u0250bl\u01dd \u0254\u00f8n\u0279s\u01dd \u0254\u00f8n\u0287\u01ddn\u0287.", + "We just need a little more information before you start learning with %(platformName)s.": "W\u01dd \u027ens\u0287 n\u01dd\u01ddd \u0250 l\u1d09\u0287\u0287l\u01dd \u026f\u00f8\u0279\u01dd \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n b\u01dd\u025f\u00f8\u0279\u01dd \u028e\u00f8n s\u0287\u0250\u0279\u0287 l\u01dd\u0250\u0279n\u1d09n\u0183 \u028d\u1d09\u0287\u0265 %(platformName)s.", + "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "W\u01dd ns\u01dd \u0287\u0265\u01dd \u0265\u1d09\u0183\u0265\u01dds\u0287 l\u01dd\u028c\u01ddls \u00f8\u025f s\u01dd\u0254n\u0279\u1d09\u0287\u028e \u0250\u028c\u0250\u1d09l\u0250bl\u01dd \u0287\u00f8 \u01ddn\u0254\u0279\u028ed\u0287 \u028e\u00f8n\u0279 d\u0265\u00f8\u0287\u00f8 \u0250nd s\u01ddnd \u1d09\u0287 \u0287\u00f8 \u00f8n\u0279 \u0250n\u0287\u0265\u00f8\u0279\u1d09z\u0250\u0287\u1d09\u00f8n s\u01dd\u0279\u028c\u1d09\u0254\u01dd \u025f\u00f8\u0279 \u0279\u01dd\u028c\u1d09\u01dd\u028d. \u024e\u00f8n\u0279 d\u0265\u00f8\u0287\u00f8 \u0250nd \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n \u0250\u0279\u01dd n\u00f8\u0287 s\u0250\u028c\u01ddd \u00f8\u0279 \u028c\u1d09s\u1d09bl\u01dd \u0250n\u028e\u028d\u0265\u01dd\u0279\u01dd \u00f8n %(platformName)s \u0250\u025f\u0287\u01dd\u0279 \u0287\u0265\u01dd \u028c\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n d\u0279\u00f8\u0254\u01ddss \u1d09s \u0254\u00f8\u026fdl\u01dd\u0287\u01dd.", + "We're sorry to see you go! Your account will be deleted shortly.": "W\u01dd'\u0279\u01dd s\u00f8\u0279\u0279\u028e \u0287\u00f8 s\u01dd\u01dd \u028e\u00f8n \u0183\u00f8! \u024e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287 \u028d\u1d09ll b\u01dd d\u01ddl\u01dd\u0287\u01ddd s\u0265\u00f8\u0279\u0287l\u028e.", + "We're sorry, there was an error": "W\u01dd'\u0279\u01dd s\u00f8\u0279\u0279\u028e, \u0287\u0265\u01dd\u0279\u01dd \u028d\u0250s \u0250n \u01dd\u0279\u0279\u00f8\u0279", + "We've encountered an error. Refresh your browser and then try again.": "W\u01dd'\u028c\u01dd \u01ddn\u0254\u00f8nn\u0287\u01dd\u0279\u01ddd \u0250n \u01dd\u0279\u0279\u00f8\u0279. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u028e\u00f8n\u0279 b\u0279\u00f8\u028ds\u01dd\u0279 \u0250nd \u0287\u0265\u01ddn \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "W\u01dd'\u028c\u01dd s\u01ddn\u0287 \u0250 \u0254\u00f8n\u025f\u1d09\u0279\u026f\u0250\u0287\u1d09\u00f8n \u026f\u01ddss\u0250\u0183\u01dd \u0287\u00f8 {new_email_address}. \u023bl\u1d09\u0254\u029e \u0287\u0265\u01dd l\u1d09n\u029e \u1d09n \u0287\u0265\u01dd \u026f\u01ddss\u0250\u0183\u01dd \u0287\u00f8 ndd\u0250\u0287\u01dd \u028e\u00f8n\u0279 \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss.", + "We've sent a confirmation message to {new_secondary_email_address}. Click the link in the message to update your secondary email address.": "W\u01dd'\u028c\u01dd s\u01ddn\u0287 \u0250 \u0254\u00f8n\u025f\u1d09\u0279\u026f\u0250\u0287\u1d09\u00f8n \u026f\u01ddss\u0250\u0183\u01dd \u0287\u00f8 {new_secondary_email_address}. \u023bl\u1d09\u0254\u029e \u0287\u0265\u01dd l\u1d09n\u029e \u1d09n \u0287\u0265\u01dd \u026f\u01ddss\u0250\u0183\u01dd \u0287\u00f8 ndd\u0250\u0287\u01dd \u028e\u00f8n\u0279 s\u01dd\u0254\u00f8nd\u0250\u0279\u028e \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss.", + "We've sent a message to {email}. Click the link in the message to reset your password. Didn't receive the message? Contact {anchorStart}technical support{anchorEnd}.": "W\u01dd'\u028c\u01dd s\u01ddn\u0287 \u0250 \u026f\u01ddss\u0250\u0183\u01dd \u0287\u00f8 {email}. \u023bl\u1d09\u0254\u029e \u0287\u0265\u01dd l\u1d09n\u029e \u1d09n \u0287\u0265\u01dd \u026f\u01ddss\u0250\u0183\u01dd \u0287\u00f8 \u0279\u01dds\u01dd\u0287 \u028e\u00f8n\u0279 d\u0250ss\u028d\u00f8\u0279d. \u0110\u1d09dn'\u0287 \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01dd \u0287\u0265\u01dd \u026f\u01ddss\u0250\u0183\u01dd? \u023b\u00f8n\u0287\u0250\u0254\u0287 {anchorStart}\u0287\u01dd\u0254\u0265n\u1d09\u0254\u0250l sndd\u00f8\u0279\u0287{anchorEnd}.", + "Web:": "W\u01ddb:", + "Webcam": "W\u01ddb\u0254\u0250\u026f", + "Weekly Highlight Emails": "W\u01dd\u01dd\u029el\u028e \u0126\u1d09\u0183\u0265l\u1d09\u0183\u0265\u0287 \u0246\u026f\u0250\u1d09ls", + "Weight of Total Grade": "W\u01dd\u1d09\u0183\u0265\u0287 \u00f8\u025f \u0166\u00f8\u0287\u0250l \u01e4\u0279\u0250d\u01dd", + "We\u2019re sorry to see you go!": "W\u01dd\u2019\u0279\u01dd s\u00f8\u0279\u0279\u028e \u0287\u00f8 s\u01dd\u01dd \u028e\u00f8n \u0183\u00f8!", + "What You Need for Verification": "W\u0265\u0250\u0287 \u024e\u00f8n N\u01dd\u01ddd \u025f\u00f8\u0279 V\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n", + "What can we help you with, {username}?": "W\u0265\u0250\u0287 \u0254\u0250n \u028d\u01dd \u0265\u01ddld \u028e\u00f8n \u028d\u1d09\u0287\u0265, {username}?", + "What does %(platformName)s do with this photo?": "W\u0265\u0250\u0287 d\u00f8\u01dds %(platformName)s d\u00f8 \u028d\u1d09\u0287\u0265 \u0287\u0265\u1d09s d\u0265\u00f8\u0287\u00f8?", + "What does this mean?": "W\u0265\u0250\u0287 d\u00f8\u01dds \u0287\u0265\u1d09s \u026f\u01dd\u0250n?", + "What if I can't see the camera image, or if I can't see my photo do determine which side is visible?": "W\u0265\u0250\u0287 \u1d09\u025f \u0197 \u0254\u0250n'\u0287 s\u01dd\u01dd \u0287\u0265\u01dd \u0254\u0250\u026f\u01dd\u0279\u0250 \u1d09\u026f\u0250\u0183\u01dd, \u00f8\u0279 \u1d09\u025f \u0197 \u0254\u0250n'\u0287 s\u01dd\u01dd \u026f\u028e d\u0265\u00f8\u0287\u00f8 d\u00f8 d\u01dd\u0287\u01dd\u0279\u026f\u1d09n\u01dd \u028d\u0265\u1d09\u0254\u0265 s\u1d09d\u01dd \u1d09s \u028c\u1d09s\u1d09bl\u01dd?", + "What if I have difficulty holding my ID in position relative to the camera?": "W\u0265\u0250\u0287 \u1d09\u025f \u0197 \u0265\u0250\u028c\u01dd d\u1d09\u025f\u025f\u1d09\u0254nl\u0287\u028e \u0265\u00f8ld\u1d09n\u0183 \u026f\u028e \u0197\u0110 \u1d09n d\u00f8s\u1d09\u0287\u1d09\u00f8n \u0279\u01ddl\u0250\u0287\u1d09\u028c\u01dd \u0287\u00f8 \u0287\u0265\u01dd \u0254\u0250\u026f\u01dd\u0279\u0250?", + "What if I have difficulty holding my head in position relative to the camera?": "W\u0265\u0250\u0287 \u1d09\u025f \u0197 \u0265\u0250\u028c\u01dd d\u1d09\u025f\u025f\u1d09\u0254nl\u0287\u028e \u0265\u00f8ld\u1d09n\u0183 \u026f\u028e \u0265\u01dd\u0250d \u1d09n d\u00f8s\u1d09\u0287\u1d09\u00f8n \u0279\u01ddl\u0250\u0287\u1d09\u028c\u01dd \u0287\u00f8 \u0287\u0265\u01dd \u0254\u0250\u026f\u01dd\u0279\u0250?", + "What's Your Next Accomplishment?": "W\u0265\u0250\u0287's \u024e\u00f8n\u0279 N\u01ddx\u0287 \u023a\u0254\u0254\u00f8\u026fdl\u1d09s\u0265\u026f\u01ddn\u0287?", + "When learners submit an answer to an assessment, they immediately see whether the answer is correct or incorrect, and the score received.": "W\u0265\u01ddn l\u01dd\u0250\u0279n\u01dd\u0279s snb\u026f\u1d09\u0287 \u0250n \u0250ns\u028d\u01dd\u0279 \u0287\u00f8 \u0250n \u0250ss\u01ddss\u026f\u01ddn\u0287, \u0287\u0265\u01dd\u028e \u1d09\u026f\u026f\u01ddd\u1d09\u0250\u0287\u01ddl\u028e s\u01dd\u01dd \u028d\u0265\u01dd\u0287\u0265\u01dd\u0279 \u0287\u0265\u01dd \u0250ns\u028d\u01dd\u0279 \u1d09s \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287 \u00f8\u0279 \u1d09n\u0254\u00f8\u0279\u0279\u01dd\u0254\u0287, \u0250nd \u0287\u0265\u01dd s\u0254\u00f8\u0279\u01dd \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01ddd.", + "When your face is in position, use the Take Photo button {icon} below to take your photo.": "W\u0265\u01ddn \u028e\u00f8n\u0279 \u025f\u0250\u0254\u01dd \u1d09s \u1d09n d\u00f8s\u1d09\u0287\u1d09\u00f8n, ns\u01dd \u0287\u0265\u01dd \u0166\u0250\u029e\u01dd \u2c63\u0265\u00f8\u0287\u00f8 bn\u0287\u0287\u00f8n {icon} b\u01ddl\u00f8\u028d \u0287\u00f8 \u0287\u0250\u029e\u01dd \u028e\u00f8n\u0279 d\u0265\u00f8\u0287\u00f8.", + "Which timed transcript would you like to use?": "W\u0265\u1d09\u0254\u0265 \u0287\u1d09\u026f\u01ddd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u028d\u00f8nld \u028e\u00f8n l\u1d09\u029e\u01dd \u0287\u00f8 ns\u01dd?", + "Whole words": "W\u0265\u00f8l\u01dd \u028d\u00f8\u0279ds", + "Why activate?": "W\u0265\u028e \u0250\u0254\u0287\u1d09\u028c\u0250\u0287\u01dd?", + "Why does %(platformName)s need my photo?": "W\u0265\u028e d\u00f8\u01dds %(platformName)s n\u01dd\u01ddd \u026f\u028e d\u0265\u00f8\u0287\u00f8?", + "Width": "W\u1d09d\u0287\u0265", + "Will Be Visible To:": "W\u1d09ll \u0243\u01dd V\u1d09s\u1d09bl\u01dd \u0166\u00f8:", + "Words: {0}": "W\u00f8\u0279ds: {0}", + "Would you like to sign in using your %(providerName)s credentials?": "W\u00f8nld \u028e\u00f8n l\u1d09\u029e\u01dd \u0287\u00f8 s\u1d09\u0183n \u1d09n ns\u1d09n\u0183 \u028e\u00f8n\u0279 %(providerName)s \u0254\u0279\u01ddd\u01ddn\u0287\u1d09\u0250ls?", + "Year of Birth": "\u024e\u01dd\u0250\u0279 \u00f8\u025f \u0243\u1d09\u0279\u0287\u0265", + "Yes, Delete": "\u024e\u01dds, \u0110\u01ddl\u01dd\u0287\u01dd", + "Yes, allow edits to the active Certificate": "\u024e\u01dds, \u0250ll\u00f8\u028d \u01ddd\u1d09\u0287s \u0287\u00f8 \u0287\u0265\u01dd \u0250\u0254\u0287\u1d09\u028c\u01dd \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd", + "Yes, delete this {xblock_type}": "\u024e\u01dds, d\u01ddl\u01dd\u0287\u01dd \u0287\u0265\u1d09s {xblock_type}", + "Yes, replace the edX transcript with the YouTube transcript": "\u024e\u01dds, \u0279\u01dddl\u0250\u0254\u01dd \u0287\u0265\u01dd \u01dddX \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u028d\u1d09\u0287\u0265 \u0287\u0265\u01dd \u024e\u00f8n\u0166nb\u01dd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287", + "You already belong to another team.": "\u024e\u00f8n \u0250l\u0279\u01dd\u0250d\u028e b\u01ddl\u00f8n\u0183 \u0287\u00f8 \u0250n\u00f8\u0287\u0265\u01dd\u0279 \u0287\u01dd\u0250\u026f.", + "You already have an edX account with your {enterprise_name} email address.": "\u024e\u00f8n \u0250l\u0279\u01dd\u0250d\u028e \u0265\u0250\u028c\u01dd \u0250n \u01dddX \u0250\u0254\u0254\u00f8nn\u0287 \u028d\u1d09\u0287\u0265 \u028e\u00f8n\u0279 {enterprise_name} \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss.", + "You are a member of this team.": "\u024e\u00f8n \u0250\u0279\u01dd \u0250 \u026f\u01dd\u026fb\u01dd\u0279 \u00f8\u025f \u0287\u0265\u1d09s \u0287\u01dd\u0250\u026f.", + "You are currently sharing a limited profile.": "\u024e\u00f8n \u0250\u0279\u01dd \u0254n\u0279\u0279\u01ddn\u0287l\u028e s\u0265\u0250\u0279\u1d09n\u0183 \u0250 l\u1d09\u026f\u1d09\u0287\u01ddd d\u0279\u00f8\u025f\u1d09l\u01dd.", + "You are enrolling in: {courseName}": "\u024e\u00f8n \u0250\u0279\u01dd \u01ddn\u0279\u00f8ll\u1d09n\u0183 \u1d09n: {courseName}", + "You are not currently a member of any team.": "\u024e\u00f8n \u0250\u0279\u01dd n\u00f8\u0287 \u0254n\u0279\u0279\u01ddn\u0287l\u028e \u0250 \u026f\u01dd\u026fb\u01dd\u0279 \u00f8\u025f \u0250n\u028e \u0287\u01dd\u0250\u026f.", + "You are not enrolled in any programs yet.": "\u024e\u00f8n \u0250\u0279\u01dd n\u00f8\u0287 \u01ddn\u0279\u00f8ll\u01ddd \u1d09n \u0250n\u028e d\u0279\u00f8\u0183\u0279\u0250\u026fs \u028e\u01dd\u0287.", + "You are now enrolled as a verified student for:": "\u024e\u00f8n \u0250\u0279\u01dd n\u00f8\u028d \u01ddn\u0279\u00f8ll\u01ddd \u0250s \u0250 \u028c\u01dd\u0279\u1d09\u025f\u1d09\u01ddd s\u0287nd\u01ddn\u0287 \u025f\u00f8\u0279:", + "You are sending an email message with the subject {subject} to the following recipients.": "\u024e\u00f8n \u0250\u0279\u01dd s\u01ddnd\u1d09n\u0183 \u0250n \u01dd\u026f\u0250\u1d09l \u026f\u01ddss\u0250\u0183\u01dd \u028d\u1d09\u0287\u0265 \u0287\u0265\u01dd snb\u027e\u01dd\u0254\u0287 {subject} \u0287\u00f8 \u0287\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 \u0279\u01dd\u0254\u1d09d\u1d09\u01ddn\u0287s.", + "You are taking \"{exam_link}\" as {exam_type}. ": "\u024e\u00f8n \u0250\u0279\u01dd \u0287\u0250\u029e\u1d09n\u0183 \"{exam_link}\" \u0250s {exam_type}. ", + "You are upgrading your enrollment for: {courseName}": "\u024e\u00f8n \u0250\u0279\u01dd nd\u0183\u0279\u0250d\u1d09n\u0183 \u028e\u00f8n\u0279 \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 \u025f\u00f8\u0279: {courseName}", + "You can change sessions until {expiration_date}.": "\u024e\u00f8n \u0254\u0250n \u0254\u0265\u0250n\u0183\u01dd s\u01ddss\u1d09\u00f8ns nn\u0287\u1d09l {expiration_date}.", + "You can link your social media accounts to simplify signing in to {platform_name}.": "\u024e\u00f8n \u0254\u0250n l\u1d09n\u029e \u028e\u00f8n\u0279 s\u00f8\u0254\u1d09\u0250l \u026f\u01ddd\u1d09\u0250 \u0250\u0254\u0254\u00f8nn\u0287s \u0287\u00f8 s\u1d09\u026fdl\u1d09\u025f\u028e s\u1d09\u0183n\u1d09n\u0183 \u1d09n \u0287\u00f8 {platform_name}.", + "You can no longer change sessions.": "\u024e\u00f8n \u0254\u0250n n\u00f8 l\u00f8n\u0183\u01dd\u0279 \u0254\u0265\u0250n\u0183\u01dd s\u01ddss\u1d09\u00f8ns.", + "You can now enter your payment information and complete your enrollment.": "\u024e\u00f8n \u0254\u0250n n\u00f8\u028d \u01ddn\u0287\u01dd\u0279 \u028e\u00f8n\u0279 d\u0250\u028e\u026f\u01ddn\u0287 \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n \u0250nd \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u028e\u00f8n\u0279 \u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287.", + "You can pay now even if you don't have the following items available, but you will need to have these by {date} to qualify to earn a Verified Certificate.": "\u024e\u00f8n \u0254\u0250n d\u0250\u028e n\u00f8\u028d \u01dd\u028c\u01ddn \u1d09\u025f \u028e\u00f8n d\u00f8n'\u0287 \u0265\u0250\u028c\u01dd \u0287\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 \u1d09\u0287\u01dd\u026fs \u0250\u028c\u0250\u1d09l\u0250bl\u01dd, bn\u0287 \u028e\u00f8n \u028d\u1d09ll n\u01dd\u01ddd \u0287\u00f8 \u0265\u0250\u028c\u01dd \u0287\u0265\u01dds\u01dd b\u028e {date} \u0287\u00f8 bn\u0250l\u1d09\u025f\u028e \u0287\u00f8 \u01dd\u0250\u0279n \u0250 V\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd.", + "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "\u024e\u00f8n \u0254\u0250n d\u0250\u028e n\u00f8\u028d \u01dd\u028c\u01ddn \u1d09\u025f \u028e\u00f8n d\u00f8n'\u0287 \u0265\u0250\u028c\u01dd \u0287\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 \u1d09\u0287\u01dd\u026fs \u0250\u028c\u0250\u1d09l\u0250bl\u01dd, bn\u0287 \u028e\u00f8n \u028d\u1d09ll n\u01dd\u01ddd \u0287\u00f8 \u0265\u0250\u028c\u01dd \u0287\u0265\u01dds\u01dd \u0287\u00f8 bn\u0250l\u1d09\u025f\u028e \u0287\u00f8 \u01dd\u0250\u0279n \u0250 V\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd.", + "You can remove members from this team, especially if they have not participated in the team's activity.": "\u024e\u00f8n \u0254\u0250n \u0279\u01dd\u026f\u00f8\u028c\u01dd \u026f\u01dd\u026fb\u01dd\u0279s \u025f\u0279\u00f8\u026f \u0287\u0265\u1d09s \u0287\u01dd\u0250\u026f, \u01ddsd\u01dd\u0254\u1d09\u0250ll\u028e \u1d09\u025f \u0287\u0265\u01dd\u028e \u0265\u0250\u028c\u01dd n\u00f8\u0287 d\u0250\u0279\u0287\u1d09\u0254\u1d09d\u0250\u0287\u01ddd \u1d09n \u0287\u0265\u01dd \u0287\u01dd\u0250\u026f's \u0250\u0254\u0287\u1d09\u028c\u1d09\u0287\u028e.", + "You can use your {accountName} account to sign in to your {platformName} account.": "\u024e\u00f8n \u0254\u0250n ns\u01dd \u028e\u00f8n\u0279 {accountName} \u0250\u0254\u0254\u00f8nn\u0287 \u0287\u00f8 s\u1d09\u0183n \u1d09n \u0287\u00f8 \u028e\u00f8n\u0279 {platformName} \u0250\u0254\u0254\u00f8nn\u0287.", + "You can view your information or unlink from {enterprise_name} anytime in your Account Settings.": "\u024e\u00f8n \u0254\u0250n \u028c\u1d09\u01dd\u028d \u028e\u00f8n\u0279 \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n \u00f8\u0279 nnl\u1d09n\u029e \u025f\u0279\u00f8\u026f {enterprise_name} \u0250n\u028e\u0287\u1d09\u026f\u01dd \u1d09n \u028e\u00f8n\u0279 \u023a\u0254\u0254\u00f8nn\u0287 S\u01dd\u0287\u0287\u1d09n\u0183s.", + "You cannot view the course as a student or beta tester before the course release date.": "\u024e\u00f8n \u0254\u0250nn\u00f8\u0287 \u028c\u1d09\u01dd\u028d \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd \u0250s \u0250 s\u0287nd\u01ddn\u0287 \u00f8\u0279 b\u01dd\u0287\u0250 \u0287\u01dds\u0287\u01dd\u0279 b\u01dd\u025f\u00f8\u0279\u01dd \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd \u0279\u01ddl\u01dd\u0250s\u01dd d\u0250\u0287\u01dd.", + "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "\u024e\u00f8n \u0254\u0265\u0250n\u0183\u01ddd \u0250 \u028c\u1d09d\u01dd\u00f8 \u0244\u024c\u0141, bn\u0287 d\u1d09d n\u00f8\u0287 \u0254\u0265\u0250n\u0183\u01dd \u0287\u0265\u01dd \u0287\u1d09\u026f\u01ddd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u025f\u1d09l\u01dd. \u0110\u00f8 \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 ns\u01dd \u0287\u0265\u01dd \u0254n\u0279\u0279\u01ddn\u0287 \u0287\u1d09\u026f\u01ddd \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u00f8\u0279 ndl\u00f8\u0250d \u0250 n\u01dd\u028d .s\u0279\u0287 \u0287\u0279\u0250ns\u0254\u0279\u1d09d\u0287 \u025f\u1d09l\u01dd?", + "You commented...": "\u024e\u00f8n \u0254\u00f8\u026f\u026f\u01ddn\u0287\u01ddd...", + "You could not be subscribed to this post. Refresh the page and try again.": "\u024e\u00f8n \u0254\u00f8nld n\u00f8\u0287 b\u01dd snbs\u0254\u0279\u1d09b\u01ddd \u0287\u00f8 \u0287\u0265\u1d09s d\u00f8s\u0287. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "You could not be unsubscribed from this post. Refresh the page and try again.": "\u024e\u00f8n \u0254\u00f8nld n\u00f8\u0287 b\u01dd nnsnbs\u0254\u0279\u1d09b\u01ddd \u025f\u0279\u00f8\u026f \u0287\u0265\u1d09s d\u00f8s\u0287. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "You currently have no cohorts configured": "\u024e\u00f8n \u0254n\u0279\u0279\u01ddn\u0287l\u028e \u0265\u0250\u028c\u01dd n\u00f8 \u0254\u00f8\u0265\u00f8\u0279\u0287s \u0254\u00f8n\u025f\u1d09\u0183n\u0279\u01ddd", + "You did not select a content group": "\u024e\u00f8n d\u1d09d n\u00f8\u0287 s\u01ddl\u01dd\u0254\u0287 \u0250 \u0254\u00f8n\u0287\u01ddn\u0287 \u0183\u0279\u00f8nd", + "You did not select any files to submit.": "\u024e\u00f8n d\u1d09d n\u00f8\u0287 s\u01ddl\u01dd\u0254\u0287 \u0250n\u028e \u025f\u1d09l\u01dds \u0287\u00f8 snb\u026f\u1d09\u0287.", + "You did not submit the required files: {requiredFiles}.": "\u024e\u00f8n d\u1d09d n\u00f8\u0287 snb\u026f\u1d09\u0287 \u0287\u0265\u01dd \u0279\u01ddbn\u1d09\u0279\u01ddd \u025f\u1d09l\u01dds: {requiredFiles}.", + "You don't seem to have Flash installed. Get Flash to continue your verification.": "\u024e\u00f8n d\u00f8n'\u0287 s\u01dd\u01dd\u026f \u0287\u00f8 \u0265\u0250\u028c\u01dd Fl\u0250s\u0265 \u1d09ns\u0287\u0250ll\u01ddd. \u01e4\u01dd\u0287 Fl\u0250s\u0265 \u0287\u00f8 \u0254\u00f8n\u0287\u1d09nn\u01dd \u028e\u00f8n\u0279 \u028c\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n.", + "You don't seem to have a webcam connected.": "\u024e\u00f8n d\u00f8n'\u0287 s\u01dd\u01dd\u026f \u0287\u00f8 \u0265\u0250\u028c\u01dd \u0250 \u028d\u01ddb\u0254\u0250\u026f \u0254\u00f8nn\u01dd\u0254\u0287\u01ddd.", + "You have already verified your ID!": "\u024e\u00f8n \u0265\u0250\u028c\u01dd \u0250l\u0279\u01dd\u0250d\u028e \u028c\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u028e\u00f8n\u0279 \u0197\u0110!", + "You have been logged out of your edX account. Click Okay to log in again now. Click Cancel to stay on this page (you must log in again to save your work).": "\u024e\u00f8n \u0265\u0250\u028c\u01dd b\u01dd\u01ddn l\u00f8\u0183\u0183\u01ddd \u00f8n\u0287 \u00f8\u025f \u028e\u00f8n\u0279 \u01dddX \u0250\u0254\u0254\u00f8nn\u0287. \u023bl\u1d09\u0254\u029e \u00d8\u029e\u0250\u028e \u0287\u00f8 l\u00f8\u0183 \u1d09n \u0250\u0183\u0250\u1d09n n\u00f8\u028d. \u023bl\u1d09\u0254\u029e \u023b\u0250n\u0254\u01ddl \u0287\u00f8 s\u0287\u0250\u028e \u00f8n \u0287\u0265\u1d09s d\u0250\u0183\u01dd (\u028e\u00f8n \u026fns\u0287 l\u00f8\u0183 \u1d09n \u0250\u0183\u0250\u1d09n \u0287\u00f8 s\u0250\u028c\u01dd \u028e\u00f8n\u0279 \u028d\u00f8\u0279\u029e).", + "You have done a dry run of force publishing the course. Nothing has changed. Had you run it, the following course versions would have been change.": "\u024e\u00f8n \u0265\u0250\u028c\u01dd d\u00f8n\u01dd \u0250 d\u0279\u028e \u0279nn \u00f8\u025f \u025f\u00f8\u0279\u0254\u01dd dnbl\u1d09s\u0265\u1d09n\u0183 \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd. N\u00f8\u0287\u0265\u1d09n\u0183 \u0265\u0250s \u0254\u0265\u0250n\u0183\u01ddd. \u0126\u0250d \u028e\u00f8n \u0279nn \u1d09\u0287, \u0287\u0265\u01dd \u025f\u00f8ll\u00f8\u028d\u1d09n\u0183 \u0254\u00f8n\u0279s\u01dd \u028c\u01dd\u0279s\u1d09\u00f8ns \u028d\u00f8nld \u0265\u0250\u028c\u01dd b\u01dd\u01ddn \u0254\u0265\u0250n\u0183\u01dd.", + "You have no handouts defined": "\u024e\u00f8n \u0265\u0250\u028c\u01dd n\u00f8 \u0265\u0250nd\u00f8n\u0287s d\u01dd\u025f\u1d09n\u01ddd", + "You have not bookmarked any courseware pages yet": "\u024e\u00f8n \u0265\u0250\u028c\u01dd n\u00f8\u0287 b\u00f8\u00f8\u029e\u026f\u0250\u0279\u029e\u01ddd \u0250n\u028e \u0254\u00f8n\u0279s\u01dd\u028d\u0250\u0279\u01dd d\u0250\u0183\u01dds \u028e\u01dd\u0287", + "You have not created any certificates yet.": "\u024e\u00f8n \u0265\u0250\u028c\u01dd n\u00f8\u0287 \u0254\u0279\u01dd\u0250\u0287\u01ddd \u0250n\u028e \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds \u028e\u01dd\u0287.", + "You have not created any content groups yet.": "\u024e\u00f8n \u0265\u0250\u028c\u01dd n\u00f8\u0287 \u0254\u0279\u01dd\u0250\u0287\u01ddd \u0250n\u028e \u0254\u00f8n\u0287\u01ddn\u0287 \u0183\u0279\u00f8nds \u028e\u01dd\u0287.", + "You have not created any group configurations yet.": "\u024e\u00f8n \u0265\u0250\u028c\u01dd n\u00f8\u0287 \u0254\u0279\u01dd\u0250\u0287\u01ddd \u0250n\u028e \u0183\u0279\u00f8nd \u0254\u00f8n\u025f\u1d09\u0183n\u0279\u0250\u0287\u1d09\u00f8ns \u028e\u01dd\u0287.", + "You have selected \u201cDelete my account.\u201d Deletion of your account and personal data is permanent and cannot be undone. {platformName} will not be able to recover your account or the data that is deleted.": "\u024e\u00f8n \u0265\u0250\u028c\u01dd s\u01ddl\u01dd\u0254\u0287\u01ddd \u201c\u0110\u01ddl\u01dd\u0287\u01dd \u026f\u028e \u0250\u0254\u0254\u00f8nn\u0287.\u201d \u0110\u01ddl\u01dd\u0287\u1d09\u00f8n \u00f8\u025f \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287 \u0250nd d\u01dd\u0279s\u00f8n\u0250l d\u0250\u0287\u0250 \u1d09s d\u01dd\u0279\u026f\u0250n\u01ddn\u0287 \u0250nd \u0254\u0250nn\u00f8\u0287 b\u01dd nnd\u00f8n\u01dd. {platformName} \u028d\u1d09ll n\u00f8\u0287 b\u01dd \u0250bl\u01dd \u0287\u00f8 \u0279\u01dd\u0254\u00f8\u028c\u01dd\u0279 \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287 \u00f8\u0279 \u0287\u0265\u01dd d\u0250\u0287\u0250 \u0287\u0265\u0250\u0287 \u1d09s d\u01ddl\u01dd\u0287\u01ddd.", + "You have set your language to {beta_language}, which is currently not fully translated. You can help us translate this language fully by joining the Transifex community and adding translations from English for learners that speak {beta_language}.": "\u024e\u00f8n \u0265\u0250\u028c\u01dd s\u01dd\u0287 \u028e\u00f8n\u0279 l\u0250n\u0183n\u0250\u0183\u01dd \u0287\u00f8 {beta_language}, \u028d\u0265\u1d09\u0254\u0265 \u1d09s \u0254n\u0279\u0279\u01ddn\u0287l\u028e n\u00f8\u0287 \u025fnll\u028e \u0287\u0279\u0250nsl\u0250\u0287\u01ddd. \u024e\u00f8n \u0254\u0250n \u0265\u01ddld ns \u0287\u0279\u0250nsl\u0250\u0287\u01dd \u0287\u0265\u1d09s l\u0250n\u0183n\u0250\u0183\u01dd \u025fnll\u028e b\u028e \u027e\u00f8\u1d09n\u1d09n\u0183 \u0287\u0265\u01dd \u0166\u0279\u0250ns\u1d09\u025f\u01ddx \u0254\u00f8\u026f\u026fnn\u1d09\u0287\u028e \u0250nd \u0250dd\u1d09n\u0183 \u0287\u0279\u0250nsl\u0250\u0287\u1d09\u00f8ns \u025f\u0279\u00f8\u026f \u0246n\u0183l\u1d09s\u0265 \u025f\u00f8\u0279 l\u01dd\u0250\u0279n\u01dd\u0279s \u0287\u0265\u0250\u0287 sd\u01dd\u0250\u029e {beta_language}.", + "You have successfully signed into %(currentProvider)s, but your %(currentProvider)s account does not have a linked %(platformName)s account. To link your accounts, sign in now using your %(platformName)s password.": "\u024e\u00f8n \u0265\u0250\u028c\u01dd sn\u0254\u0254\u01ddss\u025fnll\u028e s\u1d09\u0183n\u01ddd \u1d09n\u0287\u00f8 %(currentProvider)s, bn\u0287 \u028e\u00f8n\u0279 %(currentProvider)s \u0250\u0254\u0254\u00f8nn\u0287 d\u00f8\u01dds n\u00f8\u0287 \u0265\u0250\u028c\u01dd \u0250 l\u1d09n\u029e\u01ddd %(platformName)s \u0250\u0254\u0254\u00f8nn\u0287. \u0166\u00f8 l\u1d09n\u029e \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287s, s\u1d09\u0183n \u1d09n n\u00f8\u028d ns\u1d09n\u0183 \u028e\u00f8n\u0279 %(platformName)s d\u0250ss\u028d\u00f8\u0279d.", + "You have successfully updated your goal.": "\u024e\u00f8n \u0265\u0250\u028c\u01dd sn\u0254\u0254\u01ddss\u025fnll\u028e ndd\u0250\u0287\u01ddd \u028e\u00f8n\u0279 \u0183\u00f8\u0250l.", + "You have unsaved changes are you sure you want to navigate away?": "\u024e\u00f8n \u0265\u0250\u028c\u01dd nns\u0250\u028c\u01ddd \u0254\u0265\u0250n\u0183\u01dds \u0250\u0279\u01dd \u028e\u00f8n sn\u0279\u01dd \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 n\u0250\u028c\u1d09\u0183\u0250\u0287\u01dd \u0250\u028d\u0250\u028e?", + "You have unsaved changes. Do you really want to leave this page?": "\u024e\u00f8n \u0265\u0250\u028c\u01dd nns\u0250\u028c\u01ddd \u0254\u0265\u0250n\u0183\u01dds. \u0110\u00f8 \u028e\u00f8n \u0279\u01dd\u0250ll\u028e \u028d\u0250n\u0287 \u0287\u00f8 l\u01dd\u0250\u028c\u01dd \u0287\u0265\u1d09s d\u0250\u0183\u01dd?", + "You haven't added any assets to this course yet.": "\u024e\u00f8n \u0265\u0250\u028c\u01ddn'\u0287 \u0250dd\u01ddd \u0250n\u028e \u0250ss\u01dd\u0287s \u0287\u00f8 \u0287\u0265\u1d09s \u0254\u00f8n\u0279s\u01dd \u028e\u01dd\u0287.", + "You haven't added any content to this course yet.": "\u024e\u00f8n \u0265\u0250\u028c\u01ddn'\u0287 \u0250dd\u01ddd \u0250n\u028e \u0254\u00f8n\u0287\u01ddn\u0287 \u0287\u00f8 \u0287\u0265\u1d09s \u0254\u00f8n\u0279s\u01dd \u028e\u01dd\u0287.", + "You haven't added any textbooks to this course yet.": "\u024e\u00f8n \u0265\u0250\u028c\u01ddn'\u0287 \u0250dd\u01ddd \u0250n\u028e \u0287\u01ddx\u0287b\u00f8\u00f8\u029es \u0287\u00f8 \u0287\u0265\u1d09s \u0254\u00f8n\u0279s\u01dd \u028e\u01dd\u0287.", + "You may access your account with this address if single-sign on or access to your primary email is not available.": "\u024e\u00f8n \u026f\u0250\u028e \u0250\u0254\u0254\u01ddss \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287 \u028d\u1d09\u0287\u0265 \u0287\u0265\u1d09s \u0250dd\u0279\u01ddss \u1d09\u025f s\u1d09n\u0183l\u01dd-s\u1d09\u0183n \u00f8n \u00f8\u0279 \u0250\u0254\u0254\u01ddss \u0287\u00f8 \u028e\u00f8n\u0279 d\u0279\u1d09\u026f\u0250\u0279\u028e \u01dd\u026f\u0250\u1d09l \u1d09s n\u00f8\u0287 \u0250\u028c\u0250\u1d09l\u0250bl\u01dd.", + "You may also lose access to verified certificates and other program credentials like MicroMasters certificates. If you want to make a copy of these for your records before proceeding with deletion, follow the instructions for {htmlStart}printing or downloading a certificate{htmlEnd}.": "\u024e\u00f8n \u026f\u0250\u028e \u0250ls\u00f8 l\u00f8s\u01dd \u0250\u0254\u0254\u01ddss \u0287\u00f8 \u028c\u01dd\u0279\u1d09\u025f\u1d09\u01ddd \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds \u0250nd \u00f8\u0287\u0265\u01dd\u0279 d\u0279\u00f8\u0183\u0279\u0250\u026f \u0254\u0279\u01ddd\u01ddn\u0287\u1d09\u0250ls l\u1d09\u029e\u01dd M\u1d09\u0254\u0279\u00f8M\u0250s\u0287\u01dd\u0279s \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dds. \u0197\u025f \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u026f\u0250\u029e\u01dd \u0250 \u0254\u00f8d\u028e \u00f8\u025f \u0287\u0265\u01dds\u01dd \u025f\u00f8\u0279 \u028e\u00f8n\u0279 \u0279\u01dd\u0254\u00f8\u0279ds b\u01dd\u025f\u00f8\u0279\u01dd d\u0279\u00f8\u0254\u01dd\u01ddd\u1d09n\u0183 \u028d\u1d09\u0287\u0265 d\u01ddl\u01dd\u0287\u1d09\u00f8n, \u025f\u00f8ll\u00f8\u028d \u0287\u0265\u01dd \u1d09ns\u0287\u0279n\u0254\u0287\u1d09\u00f8ns \u025f\u00f8\u0279 {htmlStart}d\u0279\u1d09n\u0287\u1d09n\u0183 \u00f8\u0279 d\u00f8\u028dnl\u00f8\u0250d\u1d09n\u0183 \u0250 \u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd{htmlEnd}.", + "You may be able to complete the image capture procedure without assistance, but it may take a couple of submission attempts to get the camera positioning right. Optimal camera positioning varies with each computer, but generally the best position for a headshot is approximately 12-18 inches (30-45 centimeters) from the camera, with your head centered relative to the computer screen. ": "\u024e\u00f8n \u026f\u0250\u028e b\u01dd \u0250bl\u01dd \u0287\u00f8 \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u0287\u0265\u01dd \u1d09\u026f\u0250\u0183\u01dd \u0254\u0250d\u0287n\u0279\u01dd d\u0279\u00f8\u0254\u01dddn\u0279\u01dd \u028d\u1d09\u0287\u0265\u00f8n\u0287 \u0250ss\u1d09s\u0287\u0250n\u0254\u01dd, bn\u0287 \u1d09\u0287 \u026f\u0250\u028e \u0287\u0250\u029e\u01dd \u0250 \u0254\u00f8ndl\u01dd \u00f8\u025f snb\u026f\u1d09ss\u1d09\u00f8n \u0250\u0287\u0287\u01dd\u026fd\u0287s \u0287\u00f8 \u0183\u01dd\u0287 \u0287\u0265\u01dd \u0254\u0250\u026f\u01dd\u0279\u0250 d\u00f8s\u1d09\u0287\u1d09\u00f8n\u1d09n\u0183 \u0279\u1d09\u0183\u0265\u0287. \u00d8d\u0287\u1d09\u026f\u0250l \u0254\u0250\u026f\u01dd\u0279\u0250 d\u00f8s\u1d09\u0287\u1d09\u00f8n\u1d09n\u0183 \u028c\u0250\u0279\u1d09\u01dds \u028d\u1d09\u0287\u0265 \u01dd\u0250\u0254\u0265 \u0254\u00f8\u026fdn\u0287\u01dd\u0279, bn\u0287 \u0183\u01ddn\u01dd\u0279\u0250ll\u028e \u0287\u0265\u01dd b\u01dds\u0287 d\u00f8s\u1d09\u0287\u1d09\u00f8n \u025f\u00f8\u0279 \u0250 \u0265\u01dd\u0250ds\u0265\u00f8\u0287 \u1d09s \u0250dd\u0279\u00f8x\u1d09\u026f\u0250\u0287\u01ddl\u028e 12-18 \u1d09n\u0254\u0265\u01dds (30-45 \u0254\u01ddn\u0287\u1d09\u026f\u01dd\u0287\u01dd\u0279s) \u025f\u0279\u00f8\u026f \u0287\u0265\u01dd \u0254\u0250\u026f\u01dd\u0279\u0250, \u028d\u1d09\u0287\u0265 \u028e\u00f8n\u0279 \u0265\u01dd\u0250d \u0254\u01ddn\u0287\u01dd\u0279\u01ddd \u0279\u01ddl\u0250\u0287\u1d09\u028c\u01dd \u0287\u00f8 \u0287\u0265\u01dd \u0254\u00f8\u026fdn\u0287\u01dd\u0279 s\u0254\u0279\u01dd\u01ddn. ", + "You may be able to complete the image capture procedure without assistance, but it may take a couple of submission attempts to get the camera positioning right. Optimal camera positioning varies with each computer, but generally, the best position for a photo of an ID card is 8-12 inches (20-30 centimeters) from the camera, with the ID card centered relative to the camera. ": "\u024e\u00f8n \u026f\u0250\u028e b\u01dd \u0250bl\u01dd \u0287\u00f8 \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u0287\u0265\u01dd \u1d09\u026f\u0250\u0183\u01dd \u0254\u0250d\u0287n\u0279\u01dd d\u0279\u00f8\u0254\u01dddn\u0279\u01dd \u028d\u1d09\u0287\u0265\u00f8n\u0287 \u0250ss\u1d09s\u0287\u0250n\u0254\u01dd, bn\u0287 \u1d09\u0287 \u026f\u0250\u028e \u0287\u0250\u029e\u01dd \u0250 \u0254\u00f8ndl\u01dd \u00f8\u025f snb\u026f\u1d09ss\u1d09\u00f8n \u0250\u0287\u0287\u01dd\u026fd\u0287s \u0287\u00f8 \u0183\u01dd\u0287 \u0287\u0265\u01dd \u0254\u0250\u026f\u01dd\u0279\u0250 d\u00f8s\u1d09\u0287\u1d09\u00f8n\u1d09n\u0183 \u0279\u1d09\u0183\u0265\u0287. \u00d8d\u0287\u1d09\u026f\u0250l \u0254\u0250\u026f\u01dd\u0279\u0250 d\u00f8s\u1d09\u0287\u1d09\u00f8n\u1d09n\u0183 \u028c\u0250\u0279\u1d09\u01dds \u028d\u1d09\u0287\u0265 \u01dd\u0250\u0254\u0265 \u0254\u00f8\u026fdn\u0287\u01dd\u0279, bn\u0287 \u0183\u01ddn\u01dd\u0279\u0250ll\u028e, \u0287\u0265\u01dd b\u01dds\u0287 d\u00f8s\u1d09\u0287\u1d09\u00f8n \u025f\u00f8\u0279 \u0250 d\u0265\u00f8\u0287\u00f8 \u00f8\u025f \u0250n \u0197\u0110 \u0254\u0250\u0279d \u1d09s 8-12 \u1d09n\u0254\u0265\u01dds (20-30 \u0254\u01ddn\u0287\u1d09\u026f\u01dd\u0287\u01dd\u0279s) \u025f\u0279\u00f8\u026f \u0287\u0265\u01dd \u0254\u0250\u026f\u01dd\u0279\u0250, \u028d\u1d09\u0287\u0265 \u0287\u0265\u01dd \u0197\u0110 \u0254\u0250\u0279d \u0254\u01ddn\u0287\u01dd\u0279\u01ddd \u0279\u01ddl\u0250\u0287\u1d09\u028c\u01dd \u0287\u00f8 \u0287\u0265\u01dd \u0254\u0250\u026f\u01dd\u0279\u0250. ", + "You must be over 13 to share a full profile. If you are over 13, make sure that you have specified a birth year on the {account_settings_page_link}": "\u024e\u00f8n \u026fns\u0287 b\u01dd \u00f8\u028c\u01dd\u0279 13 \u0287\u00f8 s\u0265\u0250\u0279\u01dd \u0250 \u025fnll d\u0279\u00f8\u025f\u1d09l\u01dd. \u0197\u025f \u028e\u00f8n \u0250\u0279\u01dd \u00f8\u028c\u01dd\u0279 13, \u026f\u0250\u029e\u01dd sn\u0279\u01dd \u0287\u0265\u0250\u0287 \u028e\u00f8n \u0265\u0250\u028c\u01dd sd\u01dd\u0254\u1d09\u025f\u1d09\u01ddd \u0250 b\u1d09\u0279\u0287\u0265 \u028e\u01dd\u0250\u0279 \u00f8n \u0287\u0265\u01dd {account_settings_page_link}", + "You must enter a valid email address in order to add a new team member": "\u024e\u00f8n \u026fns\u0287 \u01ddn\u0287\u01dd\u0279 \u0250 \u028c\u0250l\u1d09d \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss \u1d09n \u00f8\u0279d\u01dd\u0279 \u0287\u00f8 \u0250dd \u0250 n\u01dd\u028d \u0287\u01dd\u0250\u026f \u026f\u01dd\u026fb\u01dd\u0279", + "You must select a session by {expiration_date} to access the course.": "\u024e\u00f8n \u026fns\u0287 s\u01ddl\u01dd\u0254\u0287 \u0250 s\u01ddss\u1d09\u00f8n b\u028e {expiration_date} \u0287\u00f8 \u0250\u0254\u0254\u01ddss \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd.", + "You must select a session to access the course.": "\u024e\u00f8n \u026fns\u0287 s\u01ddl\u01dd\u0254\u0287 \u0250 s\u01ddss\u1d09\u00f8n \u0287\u00f8 \u0250\u0254\u0254\u01ddss \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd.", + "You must sign out and sign back in before your language changes take effect.": "\u024e\u00f8n \u026fns\u0287 s\u1d09\u0183n \u00f8n\u0287 \u0250nd s\u1d09\u0183n b\u0250\u0254\u029e \u1d09n b\u01dd\u025f\u00f8\u0279\u01dd \u028e\u00f8n\u0279 l\u0250n\u0183n\u0250\u0183\u01dd \u0254\u0265\u0250n\u0183\u01dds \u0287\u0250\u029e\u01dd \u01dd\u025f\u025f\u01dd\u0254\u0287.", + "You must specify a name": "\u024e\u00f8n \u026fns\u0287 sd\u01dd\u0254\u1d09\u025f\u028e \u0250 n\u0250\u026f\u01dd", + "You must specify a name for the cohort": "\u024e\u00f8n \u026fns\u0287 sd\u01dd\u0254\u1d09\u025f\u028e \u0250 n\u0250\u026f\u01dd \u025f\u00f8\u0279 \u0287\u0265\u01dd \u0254\u00f8\u0265\u00f8\u0279\u0287", + "You must specify your birth year before you can share your full profile. To specify your birth year, go to the {account_settings_page_link}": "\u024e\u00f8n \u026fns\u0287 sd\u01dd\u0254\u1d09\u025f\u028e \u028e\u00f8n\u0279 b\u1d09\u0279\u0287\u0265 \u028e\u01dd\u0250\u0279 b\u01dd\u025f\u00f8\u0279\u01dd \u028e\u00f8n \u0254\u0250n s\u0265\u0250\u0279\u01dd \u028e\u00f8n\u0279 \u025fnll d\u0279\u00f8\u025f\u1d09l\u01dd. \u0166\u00f8 sd\u01dd\u0254\u1d09\u025f\u028e \u028e\u00f8n\u0279 b\u1d09\u0279\u0287\u0265 \u028e\u01dd\u0250\u0279, \u0183\u00f8 \u0287\u00f8 \u0287\u0265\u01dd {account_settings_page_link}", + "You need a computer or cell phone that has a webcam. When you receive a browser prompt, make sure that you allow access to the camera.": "\u024e\u00f8n n\u01dd\u01ddd \u0250 \u0254\u00f8\u026fdn\u0287\u01dd\u0279 \u00f8\u0279 \u0254\u01ddll d\u0265\u00f8n\u01dd \u0287\u0265\u0250\u0287 \u0265\u0250s \u0250 \u028d\u01ddb\u0254\u0250\u026f. W\u0265\u01ddn \u028e\u00f8n \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01dd \u0250 b\u0279\u00f8\u028ds\u01dd\u0279 d\u0279\u00f8\u026fd\u0287, \u026f\u0250\u029e\u01dd sn\u0279\u01dd \u0287\u0265\u0250\u0287 \u028e\u00f8n \u0250ll\u00f8\u028d \u0250\u0254\u0254\u01ddss \u0287\u00f8 \u0287\u0265\u01dd \u0254\u0250\u026f\u01dd\u0279\u0250.", + "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "\u024e\u00f8n n\u01dd\u01ddd \u0250 d\u0279\u1d09\u028c\u01dd\u0279's l\u1d09\u0254\u01ddns\u01dd, d\u0250ssd\u00f8\u0279\u0287, \u00f8\u0279 \u00f8\u0287\u0265\u01dd\u0279 \u0183\u00f8\u028c\u01dd\u0279n\u026f\u01ddn\u0287-\u1d09ssn\u01ddd \u0197\u0110 \u0287\u0265\u0250\u0287 \u0265\u0250s \u028e\u00f8n\u0279 n\u0250\u026f\u01dd \u0250nd d\u0265\u00f8\u0287\u00f8.", + "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "\u024e\u00f8n n\u01dd\u01ddd \u0250n \u0197\u0110 \u028d\u1d09\u0287\u0265 \u028e\u00f8n\u0279 n\u0250\u026f\u01dd \u0250nd d\u0265\u00f8\u0287\u00f8. \u023a d\u0279\u1d09\u028c\u01dd\u0279's l\u1d09\u0254\u01ddns\u01dd, d\u0250ssd\u00f8\u0279\u0287, \u00f8\u0279 \u00f8\u0287\u0265\u01dd\u0279 \u0183\u00f8\u028c\u01dd\u0279n\u026f\u01ddn\u0287-\u1d09ssn\u01ddd \u0197\u0110s \u0250\u0279\u01dd \u0250ll \u0250\u0254\u0254\u01ddd\u0287\u0250bl\u01dd.", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "\u024e\u00f8n n\u01dd\u01ddd \u0287\u00f8 \u0250\u0254\u0287\u1d09\u028c\u0250\u0287\u01dd \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287 b\u01dd\u025f\u00f8\u0279\u01dd \u028e\u00f8n \u0254\u0250n \u01ddn\u0279\u00f8ll \u1d09n \u0254\u00f8n\u0279s\u01dds. \u023b\u0265\u01dd\u0254\u029e \u028e\u00f8n\u0279 \u1d09nb\u00f8x \u025f\u00f8\u0279 \u0250n \u0250\u0254\u0287\u1d09\u028c\u0250\u0287\u1d09\u00f8n \u01dd\u026f\u0250\u1d09l.", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "\u024e\u00f8n n\u01dd\u01ddd \u0287\u00f8 \u0250\u0254\u0287\u1d09\u028c\u0250\u0287\u01dd \u028e\u00f8n\u0279 \u0250\u0254\u0254\u00f8nn\u0287 b\u01dd\u025f\u00f8\u0279\u01dd \u028e\u00f8n \u0254\u0250n \u01ddn\u0279\u00f8ll \u1d09n \u0254\u00f8n\u0279s\u01dds. \u023b\u0265\u01dd\u0254\u029e \u028e\u00f8n\u0279 \u1d09nb\u00f8x \u025f\u00f8\u0279 \u0250n \u0250\u0254\u0287\u1d09\u028c\u0250\u0287\u1d09\u00f8n \u01dd\u026f\u0250\u1d09l. \u023a\u025f\u0287\u01dd\u0279 \u028e\u00f8n \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u0250\u0254\u0287\u1d09\u028c\u0250\u0287\u1d09\u00f8n \u028e\u00f8n \u0254\u0250n \u0279\u01dd\u0287n\u0279n \u0250nd \u0279\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u1d09s d\u0250\u0183\u01dd.", + "You receive messages from {platform_name} and course teams at this address.": "\u024e\u00f8n \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01dd \u026f\u01ddss\u0250\u0183\u01dds \u025f\u0279\u00f8\u026f {platform_name} \u0250nd \u0254\u00f8n\u0279s\u01dd \u0287\u01dd\u0250\u026fs \u0250\u0287 \u0287\u0265\u1d09s \u0250dd\u0279\u01ddss.", + "You reserve all rights for your work": "\u024e\u00f8n \u0279\u01dds\u01dd\u0279\u028c\u01dd \u0250ll \u0279\u1d09\u0183\u0265\u0287s \u025f\u00f8\u0279 \u028e\u00f8n\u0279 \u028d\u00f8\u0279\u029e", + "You still need to visit the %(display_name)s website to complete the credit process.": "\u024e\u00f8n s\u0287\u1d09ll n\u01dd\u01ddd \u0287\u00f8 \u028c\u1d09s\u1d09\u0287 \u0287\u0265\u01dd %(display_name)s \u028d\u01ddbs\u1d09\u0287\u01dd \u0287\u00f8 \u0254\u00f8\u026fdl\u01dd\u0287\u01dd \u0287\u0265\u01dd \u0254\u0279\u01ddd\u1d09\u0287 d\u0279\u00f8\u0254\u01ddss.", + "You submitted {filename}; only {allowedFiles} are allowed.": "\u024e\u00f8n snb\u026f\u1d09\u0287\u0287\u01ddd {filename}; \u00f8nl\u028e {allowedFiles} \u0250\u0279\u01dd \u0250ll\u00f8\u028d\u01ddd.", + "You waive some rights for your work, such that others can use it too": "\u024e\u00f8n \u028d\u0250\u1d09\u028c\u01dd s\u00f8\u026f\u01dd \u0279\u1d09\u0183\u0265\u0287s \u025f\u00f8\u0279 \u028e\u00f8n\u0279 \u028d\u00f8\u0279\u029e, sn\u0254\u0265 \u0287\u0265\u0250\u0287 \u00f8\u0287\u0265\u01dd\u0279s \u0254\u0250n ns\u01dd \u1d09\u0287 \u0287\u00f8\u00f8", + "You will be refunded the amount you paid.": "\u024e\u00f8n \u028d\u1d09ll b\u01dd \u0279\u01dd\u025fnnd\u01ddd \u0287\u0265\u01dd \u0250\u026f\u00f8nn\u0287 \u028e\u00f8n d\u0250\u1d09d.", + "You will not be refunded the amount you paid.": "\u024e\u00f8n \u028d\u1d09ll n\u00f8\u0287 b\u01dd \u0279\u01dd\u025fnnd\u01ddd \u0287\u0265\u01dd \u0250\u026f\u00f8nn\u0287 \u028e\u00f8n d\u0250\u1d09d.", + "You will not receive notification for emails that bounce, so double-check your spelling.": "\u024e\u00f8n \u028d\u1d09ll n\u00f8\u0287 \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01dd n\u00f8\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n \u025f\u00f8\u0279 \u01dd\u026f\u0250\u1d09ls \u0287\u0265\u0250\u0287 b\u00f8nn\u0254\u01dd, s\u00f8 d\u00f8nbl\u01dd-\u0254\u0265\u01dd\u0254\u029e \u028e\u00f8n\u0279 sd\u01ddll\u1d09n\u0183.", + "You will use your webcam to take a picture of your face and of your government-issued photo ID.": "\u024e\u00f8n \u028d\u1d09ll ns\u01dd \u028e\u00f8n\u0279 \u028d\u01ddb\u0254\u0250\u026f \u0287\u00f8 \u0287\u0250\u029e\u01dd \u0250 d\u1d09\u0254\u0287n\u0279\u01dd \u00f8\u025f \u028e\u00f8n\u0279 \u025f\u0250\u0254\u01dd \u0250nd \u00f8\u025f \u028e\u00f8n\u0279 \u0183\u00f8\u028c\u01dd\u0279n\u026f\u01ddn\u0287-\u1d09ssn\u01ddd d\u0265\u00f8\u0287\u00f8 \u0197\u0110.", + "You!": "\u024e\u00f8n!", + "You've made some changes": "\u024e\u00f8n'\u028c\u01dd \u026f\u0250d\u01dd s\u00f8\u026f\u01dd \u0254\u0265\u0250n\u0183\u01dds", + "You've made some changes, but there are some errors": "\u024e\u00f8n'\u028c\u01dd \u026f\u0250d\u01dd s\u00f8\u026f\u01dd \u0254\u0265\u0250n\u0183\u01dds, bn\u0287 \u0287\u0265\u01dd\u0279\u01dd \u0250\u0279\u01dd s\u00f8\u026f\u01dd \u01dd\u0279\u0279\u00f8\u0279s", + "You've successfully signed into %(currentProvider)s.": "\u024e\u00f8n'\u028c\u01dd sn\u0254\u0254\u01ddss\u025fnll\u028e s\u1d09\u0183n\u01ddd \u1d09n\u0287\u00f8 %(currentProvider)s.", + "Your ID must be a government-issued photo ID that clearly shows your face.": "\u024e\u00f8n\u0279 \u0197\u0110 \u026fns\u0287 b\u01dd \u0250 \u0183\u00f8\u028c\u01dd\u0279n\u026f\u01ddn\u0287-\u1d09ssn\u01ddd d\u0265\u00f8\u0287\u00f8 \u0197\u0110 \u0287\u0265\u0250\u0287 \u0254l\u01dd\u0250\u0279l\u028e s\u0265\u00f8\u028ds \u028e\u00f8n\u0279 \u025f\u0250\u0254\u01dd.", + "Your Program Journey": "\u024e\u00f8n\u0279 \u2c63\u0279\u00f8\u0183\u0279\u0250\u026f \u0248\u00f8n\u0279n\u01dd\u028e", + "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "\u024e\u00f8n\u0279 b\u0279\u00f8\u028ds\u01dd\u0279 d\u00f8\u01ddsn'\u0287 sndd\u00f8\u0279\u0287 d\u1d09\u0279\u01dd\u0254\u0287 \u0250\u0254\u0254\u01ddss \u0287\u00f8 \u0287\u0265\u01dd \u0254l\u1d09db\u00f8\u0250\u0279d. \u2c63l\u01dd\u0250s\u01dd ns\u01dd \u0287\u0265\u01dd \u023b\u0287\u0279l+X/\u023b/V \u029e\u01dd\u028eb\u00f8\u0250\u0279d s\u0265\u00f8\u0279\u0287\u0254n\u0287s \u1d09ns\u0287\u01dd\u0250d.", + "Your changes have been saved.": "\u024e\u00f8n\u0279 \u0254\u0265\u0250n\u0183\u01dds \u0265\u0250\u028c\u01dd b\u01dd\u01ddn s\u0250\u028c\u01ddd.", + "Your changes have been saved. {details}": "\u024e\u00f8n\u0279 \u0254\u0265\u0250n\u0183\u01dds \u0265\u0250\u028c\u01dd b\u01dd\u01ddn s\u0250\u028c\u01ddd. {details}", + "Your changes will not take effect until you save your progress.": "\u024e\u00f8n\u0279 \u0254\u0265\u0250n\u0183\u01dds \u028d\u1d09ll n\u00f8\u0287 \u0287\u0250\u029e\u01dd \u01dd\u025f\u025f\u01dd\u0254\u0287 nn\u0287\u1d09l \u028e\u00f8n s\u0250\u028c\u01dd \u028e\u00f8n\u0279 d\u0279\u00f8\u0183\u0279\u01ddss.", + "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "\u024e\u00f8n\u0279 \u0254\u0265\u0250n\u0183\u01dds \u028d\u1d09ll n\u00f8\u0287 \u0287\u0250\u029e\u01dd \u01dd\u025f\u025f\u01dd\u0254\u0287 nn\u0287\u1d09l \u028e\u00f8n s\u0250\u028c\u01dd \u028e\u00f8n\u0279 d\u0279\u00f8\u0183\u0279\u01ddss. \u0166\u0250\u029e\u01dd \u0254\u0250\u0279\u01dd \u028d\u1d09\u0287\u0265 \u029e\u01dd\u028e \u0250nd \u028c\u0250ln\u01dd \u025f\u00f8\u0279\u026f\u0250\u0287\u0287\u1d09n\u0183, \u0250s \u028c\u0250l\u1d09d\u0250\u0287\u1d09\u00f8n \u1d09s n\u00f8\u0287 \u1d09\u026fdl\u01dd\u026f\u01ddn\u0287\u01ddd.", + "Your course could not be exported to XML. There is not enough information to identify the failed component. Inspect your course to identify any problematic components and try again.": "\u024e\u00f8n\u0279 \u0254\u00f8n\u0279s\u01dd \u0254\u00f8nld n\u00f8\u0287 b\u01dd \u01ddxd\u00f8\u0279\u0287\u01ddd \u0287\u00f8 XM\u0141. \u0166\u0265\u01dd\u0279\u01dd \u1d09s n\u00f8\u0287 \u01ddn\u00f8n\u0183\u0265 \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n \u0287\u00f8 \u1d09d\u01ddn\u0287\u1d09\u025f\u028e \u0287\u0265\u01dd \u025f\u0250\u1d09l\u01ddd \u0254\u00f8\u026fd\u00f8n\u01ddn\u0287. \u0197nsd\u01dd\u0254\u0287 \u028e\u00f8n\u0279 \u0254\u00f8n\u0279s\u01dd \u0287\u00f8 \u1d09d\u01ddn\u0287\u1d09\u025f\u028e \u0250n\u028e d\u0279\u00f8bl\u01dd\u026f\u0250\u0287\u1d09\u0254 \u0254\u00f8\u026fd\u00f8n\u01ddn\u0287s \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "Your donation could not be submitted.": "\u024e\u00f8n\u0279 d\u00f8n\u0250\u0287\u1d09\u00f8n \u0254\u00f8nld n\u00f8\u0287 b\u01dd snb\u026f\u1d09\u0287\u0287\u01ddd.", + "Your email message was successfully queued for sending. In courses with a large number of learners, email messages to learners might take up to an hour to be sent.": "\u024e\u00f8n\u0279 \u01dd\u026f\u0250\u1d09l \u026f\u01ddss\u0250\u0183\u01dd \u028d\u0250s sn\u0254\u0254\u01ddss\u025fnll\u028e bn\u01ddn\u01ddd \u025f\u00f8\u0279 s\u01ddnd\u1d09n\u0183. \u0197n \u0254\u00f8n\u0279s\u01dds \u028d\u1d09\u0287\u0265 \u0250 l\u0250\u0279\u0183\u01dd nn\u026fb\u01dd\u0279 \u00f8\u025f l\u01dd\u0250\u0279n\u01dd\u0279s, \u01dd\u026f\u0250\u1d09l \u026f\u01ddss\u0250\u0183\u01dds \u0287\u00f8 l\u01dd\u0250\u0279n\u01dd\u0279s \u026f\u1d09\u0183\u0265\u0287 \u0287\u0250\u029e\u01dd nd \u0287\u00f8 \u0250n \u0265\u00f8n\u0279 \u0287\u00f8 b\u01dd s\u01ddn\u0287.", + "Your entire face fits inside the frame.": "\u024e\u00f8n\u0279 \u01ddn\u0287\u1d09\u0279\u01dd \u025f\u0250\u0254\u01dd \u025f\u1d09\u0287s \u1d09ns\u1d09d\u01dd \u0287\u0265\u01dd \u025f\u0279\u0250\u026f\u01dd.", + "Your export has failed.": "\u024e\u00f8n\u0279 \u01ddxd\u00f8\u0279\u0287 \u0265\u0250s \u025f\u0250\u1d09l\u01ddd.", + "Your face is well-lit.": "\u024e\u00f8n\u0279 \u025f\u0250\u0254\u01dd \u1d09s \u028d\u01ddll-l\u1d09\u0287.", + "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "\u024e\u00f8n\u0279 \u025f\u1d09l\u01dd '{file}' \u0265\u0250s b\u01dd\u01ddn ndl\u00f8\u0250d\u01ddd. \u023all\u00f8\u028d \u0250 \u025f\u01dd\u028d \u026f\u1d09nn\u0287\u01dds \u025f\u00f8\u0279 d\u0279\u00f8\u0254\u01ddss\u1d09n\u0183.", + "Your file could not be uploaded": "\u024e\u00f8n\u0279 \u025f\u1d09l\u01dd \u0254\u00f8nld n\u00f8\u0287 b\u01dd ndl\u00f8\u0250d\u01ddd", + "Your file has been deleted.": "\u024e\u00f8n\u0279 \u025f\u1d09l\u01dd \u0265\u0250s b\u01dd\u01ddn d\u01ddl\u01dd\u0287\u01ddd.", + "Your file {filename} is too large (max size: {maxSize}MB).": "\u024e\u00f8n\u0279 \u025f\u1d09l\u01dd {filename} \u1d09s \u0287\u00f8\u00f8 l\u0250\u0279\u0183\u01dd (\u026f\u0250x s\u1d09z\u01dd: {maxSize}M\u0243).", + "Your import has failed.": "\u024e\u00f8n\u0279 \u1d09\u026fd\u00f8\u0279\u0287 \u0265\u0250s \u025f\u0250\u1d09l\u01ddd.", + "Your import is in progress; navigating away will abort it.": "\u024e\u00f8n\u0279 \u1d09\u026fd\u00f8\u0279\u0287 \u1d09s \u1d09n d\u0279\u00f8\u0183\u0279\u01ddss; n\u0250\u028c\u1d09\u0183\u0250\u0287\u1d09n\u0183 \u0250\u028d\u0250\u028e \u028d\u1d09ll \u0250b\u00f8\u0279\u0287 \u1d09\u0287.", + "Your library could not be exported to XML. There is not enough information to identify the failed component. Inspect your library to identify any problematic components and try again.": "\u024e\u00f8n\u0279 l\u1d09b\u0279\u0250\u0279\u028e \u0254\u00f8nld n\u00f8\u0287 b\u01dd \u01ddxd\u00f8\u0279\u0287\u01ddd \u0287\u00f8 XM\u0141. \u0166\u0265\u01dd\u0279\u01dd \u1d09s n\u00f8\u0287 \u01ddn\u00f8n\u0183\u0265 \u1d09n\u025f\u00f8\u0279\u026f\u0250\u0287\u1d09\u00f8n \u0287\u00f8 \u1d09d\u01ddn\u0287\u1d09\u025f\u028e \u0287\u0265\u01dd \u025f\u0250\u1d09l\u01ddd \u0254\u00f8\u026fd\u00f8n\u01ddn\u0287. \u0197nsd\u01dd\u0254\u0287 \u028e\u00f8n\u0279 l\u1d09b\u0279\u0250\u0279\u028e \u0287\u00f8 \u1d09d\u01ddn\u0287\u1d09\u025f\u028e \u0250n\u028e d\u0279\u00f8bl\u01dd\u026f\u0250\u0287\u1d09\u0254 \u0254\u00f8\u026fd\u00f8n\u01ddn\u0287s \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "Your message cannot be blank.": "\u024e\u00f8n\u0279 \u026f\u01ddss\u0250\u0183\u01dd \u0254\u0250nn\u00f8\u0287 b\u01dd bl\u0250n\u029e.", + "Your message must have a subject.": "\u024e\u00f8n\u0279 \u026f\u01ddss\u0250\u0183\u01dd \u026fns\u0287 \u0265\u0250\u028c\u01dd \u0250 snb\u027e\u01dd\u0254\u0287.", + "Your message must have at least one target.": "\u024e\u00f8n\u0279 \u026f\u01ddss\u0250\u0183\u01dd \u026fns\u0287 \u0265\u0250\u028c\u01dd \u0250\u0287 l\u01dd\u0250s\u0287 \u00f8n\u01dd \u0287\u0250\u0279\u0183\u01dd\u0287.", + "Your policy changes have been saved.": "\u024e\u00f8n\u0279 d\u00f8l\u1d09\u0254\u028e \u0254\u0265\u0250n\u0183\u01dds \u0265\u0250\u028c\u01dd b\u01dd\u01ddn s\u0250\u028c\u01ddd.", + "Your post will be discarded.": "\u024e\u00f8n\u0279 d\u00f8s\u0287 \u028d\u1d09ll b\u01dd d\u1d09s\u0254\u0250\u0279d\u01ddd.", + "Your profile settings are managed by {enterprise_name}. Contact your administrator or {link_start}edX Support{link_end} for help.": "\u024e\u00f8n\u0279 d\u0279\u00f8\u025f\u1d09l\u01dd s\u01dd\u0287\u0287\u1d09n\u0183s \u0250\u0279\u01dd \u026f\u0250n\u0250\u0183\u01ddd b\u028e {enterprise_name}. \u023b\u00f8n\u0287\u0250\u0254\u0287 \u028e\u00f8n\u0279 \u0250d\u026f\u1d09n\u1d09s\u0287\u0279\u0250\u0287\u00f8\u0279 \u00f8\u0279 {link_start}\u01dddX Sndd\u00f8\u0279\u0287{link_end} \u025f\u00f8\u0279 \u0265\u01ddld.", + "Your question or idea (required)": "\u024e\u00f8n\u0279 bn\u01dds\u0287\u1d09\u00f8n \u00f8\u0279 \u1d09d\u01dd\u0250 (\u0279\u01ddbn\u1d09\u0279\u01ddd)", + "Your request could not be completed due to a server problem. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u024e\u00f8n\u0279 \u0279\u01ddbn\u01dds\u0287 \u0254\u00f8nld n\u00f8\u0287 b\u01dd \u0254\u00f8\u026fdl\u01dd\u0287\u01ddd dn\u01dd \u0287\u00f8 \u0250 s\u01dd\u0279\u028c\u01dd\u0279 d\u0279\u00f8bl\u01dd\u026f. \u024c\u01ddl\u00f8\u0250d \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n. \u0197\u025f \u0287\u0265\u01dd \u1d09ssn\u01dd d\u01dd\u0279s\u1d09s\u0287s, \u0254l\u1d09\u0254\u029e \u0287\u0265\u01dd \u0126\u01ddld \u0287\u0250b \u0287\u00f8 \u0279\u01ddd\u00f8\u0279\u0287 \u0287\u0265\u01dd d\u0279\u00f8bl\u01dd\u026f.", + "Your request could not be completed. Reload the page and try again.": "\u024e\u00f8n\u0279 \u0279\u01ddbn\u01dds\u0287 \u0254\u00f8nld n\u00f8\u0287 b\u01dd \u0254\u00f8\u026fdl\u01dd\u0287\u01ddd. \u024c\u01ddl\u00f8\u0250d \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "Your request could not be completed. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u024e\u00f8n\u0279 \u0279\u01ddbn\u01dds\u0287 \u0254\u00f8nld n\u00f8\u0287 b\u01dd \u0254\u00f8\u026fdl\u01dd\u0287\u01ddd. \u024c\u01ddl\u00f8\u0250d \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n. \u0197\u025f \u0287\u0265\u01dd \u1d09ssn\u01dd d\u01dd\u0279s\u1d09s\u0287s, \u0254l\u1d09\u0254\u029e \u0287\u0265\u01dd \u0126\u01ddld \u0287\u0250b \u0287\u00f8 \u0279\u01ddd\u00f8\u0279\u0287 \u0287\u0265\u01dd d\u0279\u00f8bl\u01dd\u026f.", + "Your request could not be processed. Refresh the page and try again.": "\u024e\u00f8n\u0279 \u0279\u01ddbn\u01dds\u0287 \u0254\u00f8nld n\u00f8\u0287 b\u01dd d\u0279\u00f8\u0254\u01ddss\u01ddd. \u024c\u01dd\u025f\u0279\u01dds\u0265 \u0287\u0265\u01dd d\u0250\u0183\u01dd \u0250nd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n.", + "Your team could not be created.": "\u024e\u00f8n\u0279 \u0287\u01dd\u0250\u026f \u0254\u00f8nld n\u00f8\u0287 b\u01dd \u0254\u0279\u01dd\u0250\u0287\u01ddd.", + "Your team could not be updated.": "\u024e\u00f8n\u0279 \u0287\u01dd\u0250\u026f \u0254\u00f8nld n\u00f8\u0287 b\u01dd ndd\u0250\u0287\u01ddd.", + "Your unenrollment request could not be processed. Please try again later.": "\u024e\u00f8n\u0279 nn\u01ddn\u0279\u00f8ll\u026f\u01ddn\u0287 \u0279\u01ddbn\u01dds\u0287 \u0254\u00f8nld n\u00f8\u0287 b\u01dd d\u0279\u00f8\u0254\u01ddss\u01ddd. \u2c63l\u01dd\u0250s\u01dd \u0287\u0279\u028e \u0250\u0183\u0250\u1d09n l\u0250\u0287\u01dd\u0279.", + "Your upload of '{file}' failed.": "\u024e\u00f8n\u0279 ndl\u00f8\u0250d \u00f8\u025f '{file}' \u025f\u0250\u1d09l\u01ddd.", + "Your upload of '{file}' succeeded.": "\u024e\u00f8n\u0279 ndl\u00f8\u0250d \u00f8\u025f '{file}' sn\u0254\u0254\u01dd\u01ddd\u01ddd.", + "Your verification status is good until {verificationGoodUntil}.": "\u024e\u00f8n\u0279 \u028c\u01dd\u0279\u1d09\u025f\u1d09\u0254\u0250\u0287\u1d09\u00f8n s\u0287\u0250\u0287ns \u1d09s \u0183\u00f8\u00f8d nn\u0287\u1d09l {verificationGoodUntil}.", + "Your video uploads are not complete.": "\u024e\u00f8n\u0279 \u028c\u1d09d\u01dd\u00f8 ndl\u00f8\u0250ds \u0250\u0279\u01dd n\u00f8\u0287 \u0254\u00f8\u026fdl\u01dd\u0287\u01dd.", + "Your {program} Certificate": "\u024e\u00f8n\u0279 {program} \u023b\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd", + "Yourself": "\u024e\u00f8n\u0279s\u01ddl\u025f", + "Zoom In": "\u01b5\u00f8\u00f8\u026f \u0197n", + "Zoom Out": "\u01b5\u00f8\u00f8\u026f \u00d8n\u0287", + "[no tags]": "[n\u00f8 \u0287\u0250\u0183s]", + "a day": "\u0250 d\u0250\u028e", + "a timed exam": "\u0250 \u0287\u1d09\u026f\u01ddd \u01ddx\u0250\u026f", "about %d hour": [ - "\u0250b\u00f8n\u0287 %d \u0265\u00f8n\u0279", + "\u0250b\u00f8n\u0287 %d \u0265\u00f8n\u0279", "\u0250b\u00f8n\u0287 %d \u0265\u00f8n\u0279s" - ], - "about a minute": "\u0250b\u00f8n\u0287 \u0250 \u026f\u1d09nn\u0287\u01dd", - "about a month": "\u0250b\u00f8n\u0287 \u0250 \u026f\u00f8n\u0287\u0265", - "about a year": "\u0250b\u00f8n\u0287 \u0250 \u028e\u01dd\u0250\u0279", - "about an hour": "\u0250b\u00f8n\u0287 \u0250n \u0265\u00f8n\u0279", - "and others": "\u0250nd \u00f8\u0287\u0265\u01dd\u0279s", - "anonymous": "\u0250n\u00f8n\u028e\u026f\u00f8ns", - "answer": "\u0250ns\u028d\u01dd\u0279", - "asset_path is required": "\u0250ss\u01dd\u0287_d\u0250\u0287\u0265 \u1d09s \u0279\u01ddbn\u1d09\u0279\u01ddd", - "bytes": "b\u028e\u0287\u01dds", - "certificate": "\u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd", - "close": "\u0254l\u00f8s\u01dd", - "component": "\u0254\u00f8\u026fd\u00f8n\u01ddn\u0287", - "content group": "\u0254\u00f8n\u0287\u01ddn\u0287 \u0183\u0279\u00f8nd", - "correct": "\u0254\u00f8\u0279\u0279\u01dd\u0254\u0287", - "course id": "\u0254\u00f8n\u0279s\u01dd \u1d09d", - "delete chapter": "d\u01ddl\u01dd\u0287\u01dd \u0254\u0265\u0250d\u0287\u01dd\u0279", - "delete group": "d\u01ddl\u01dd\u0287\u01dd \u0183\u0279\u00f8nd", - "details about the failure": "d\u01dd\u0287\u0250\u1d09ls \u0250b\u00f8n\u0287 \u0287\u0265\u01dd \u025f\u0250\u1d09ln\u0279\u01dd", - "dragging": "d\u0279\u0250\u0183\u0183\u1d09n\u0183", - "dragging out of slider": "d\u0279\u0250\u0183\u0183\u1d09n\u0183 \u00f8n\u0287 \u00f8\u025f sl\u1d09d\u01dd\u0279", - "dropped in slider": "d\u0279\u00f8dd\u01ddd \u1d09n sl\u1d09d\u01dd\u0279", - "dropped on target": "d\u0279\u00f8dd\u01ddd \u00f8n \u0287\u0250\u0279\u0183\u01dd\u0287", - "e.g. 'Sky with clouds'. The description is helpful for users who cannot see the image.": "\u01dd.\u0183. 'S\u029e\u028e \u028d\u1d09\u0287\u0265 \u0254l\u00f8nds'. \u0166\u0265\u01dd d\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n \u1d09s \u0265\u01ddld\u025fnl \u025f\u00f8\u0279 ns\u01dd\u0279s \u028d\u0265\u00f8 \u0254\u0250nn\u00f8\u0287 s\u01dd\u01dd \u0287\u0265\u01dd \u1d09\u026f\u0250\u0183\u01dd.", - "e.g. 'google'": "\u01dd.\u0183. '\u0183\u00f8\u00f8\u0183l\u01dd'", - "e.g. 'http://google.com'": "\u01dd.\u0183. '\u0265\u0287\u0287d://\u0183\u00f8\u00f8\u0183l\u01dd.\u0254\u00f8\u026f'", - "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "\u01dd.\u0183. \u027e\u00f8\u0265nd\u00f8\u01dd@\u01ddx\u0250\u026fdl\u01dd.\u0254\u00f8\u026f, \u0248\u0250n\u01dd\u0110\u00f8\u01dd, \u027e\u00f8\u01dd\u028ed\u00f8\u01dd@\u01ddx\u0250\u026fdl\u01dd.\u0254\u00f8\u026f", - "emphasized text": "\u01dd\u026fd\u0265\u0250s\u1d09z\u01ddd \u0287\u01ddx\u0287", - "enter code here": "\u01ddn\u0287\u01dd\u0279 \u0254\u00f8d\u01dd \u0265\u01dd\u0279\u01dd", - "enter link description here": "\u01ddn\u0287\u01dd\u0279 l\u1d09n\u029e d\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n \u0265\u01dd\u0279\u01dd", - "for": "\u025f\u00f8\u0279", - "for {courseName}": "\u025f\u00f8\u0279 {courseName}", - "group configuration": "\u0183\u0279\u00f8nd \u0254\u00f8n\u025f\u1d09\u0183n\u0279\u0250\u0287\u1d09\u00f8n", - "image omitted": "\u1d09\u026f\u0250\u0183\u01dd \u00f8\u026f\u1d09\u0287\u0287\u01ddd", - "incorrect": "\u1d09n\u0254\u00f8\u0279\u0279\u01dd\u0254\u0287", - "last activity": "l\u0250s\u0287 \u0250\u0254\u0287\u1d09\u028c\u1d09\u0287\u028e", - "less than a minute": "l\u01ddss \u0287\u0265\u0250n \u0250 \u026f\u1d09nn\u0287\u01dd", - "minute": "\u026f\u1d09nn\u0287\u01dd", - "minutes": "\u026f\u1d09nn\u0287\u01dds", - "name": "n\u0250\u026f\u01dd", - "off": "\u00f8\u025f\u025f", - "on": "\u00f8n", - "open slots": "\u00f8d\u01ddn sl\u00f8\u0287s", - "or": "\u00f8\u0279", - "or create a new one here": "\u00f8\u0279 \u0254\u0279\u01dd\u0250\u0287\u01dd \u0250 n\u01dd\u028d \u00f8n\u01dd \u0265\u01dd\u0279\u01dd", - "or sign in with": "\u00f8\u0279 s\u1d09\u0183n \u1d09n \u028d\u1d09\u0287\u0265", - "path/to/introductionToCookieBaking-CH{order}.pdf": "d\u0250\u0287\u0265/\u0287\u00f8/\u1d09n\u0287\u0279\u00f8dn\u0254\u0287\u1d09\u00f8n\u0166\u00f8\u023b\u00f8\u00f8\u029e\u1d09\u01dd\u0243\u0250\u029e\u1d09n\u0183-\u023b\u0126{order}.dd\u025f", - "price": "d\u0279\u1d09\u0254\u01dd", - "provide the title/name of the chapter that will be used in navigating": "d\u0279\u00f8\u028c\u1d09d\u01dd \u0287\u0265\u01dd \u0287\u1d09\u0287l\u01dd/n\u0250\u026f\u01dd \u00f8\u025f \u0287\u0265\u01dd \u0254\u0265\u0250d\u0287\u01dd\u0279 \u0287\u0265\u0250\u0287 \u028d\u1d09ll b\u01dd ns\u01ddd \u1d09n n\u0250\u028c\u1d09\u0183\u0250\u0287\u1d09n\u0183", - "provide the title/name of the text book as you would like your students to see it": "d\u0279\u00f8\u028c\u1d09d\u01dd \u0287\u0265\u01dd \u0287\u1d09\u0287l\u01dd/n\u0250\u026f\u01dd \u00f8\u025f \u0287\u0265\u01dd \u0287\u01ddx\u0287 b\u00f8\u00f8\u029e \u0250s \u028e\u00f8n \u028d\u00f8nld l\u1d09\u029e\u01dd \u028e\u00f8n\u0279 s\u0287nd\u01ddn\u0287s \u0287\u00f8 s\u01dd\u01dd \u1d09\u0287", - "remove": "\u0279\u01dd\u026f\u00f8\u028c\u01dd", - "remove all": "\u0279\u01dd\u026f\u00f8\u028c\u01dd \u0250ll", - "second": "s\u01dd\u0254\u00f8nd", - "seconds": "s\u01dd\u0254\u00f8nds", - "section": "s\u01dd\u0254\u0287\u1d09\u00f8n", - "send an email message to {email}": "s\u01ddnd \u0250n \u01dd\u026f\u0250\u1d09l \u026f\u01ddss\u0250\u0183\u01dd \u0287\u00f8 {email}", - "strong text": "s\u0287\u0279\u00f8n\u0183 \u0287\u01ddx\u0287", - "subsection": "snbs\u01dd\u0254\u0287\u1d09\u00f8n", - "team count": "\u0287\u01dd\u0250\u026f \u0254\u00f8nn\u0287", - "text_word_{uniqueId}": "\u0287\u01ddx\u0287_\u028d\u00f8\u0279d_{uniqueId}", - "text_word_{uniqueId} title_word_{uniqueId}": "\u0287\u01ddx\u0287_\u028d\u00f8\u0279d_{uniqueId} \u0287\u1d09\u0287l\u01dd_\u028d\u00f8\u0279d_{uniqueId}", + ], + "about a minute": "\u0250b\u00f8n\u0287 \u0250 \u026f\u1d09nn\u0287\u01dd", + "about a month": "\u0250b\u00f8n\u0287 \u0250 \u026f\u00f8n\u0287\u0265", + "about a year": "\u0250b\u00f8n\u0287 \u0250 \u028e\u01dd\u0250\u0279", + "about an hour": "\u0250b\u00f8n\u0287 \u0250n \u0265\u00f8n\u0279", + "and others": "\u0250nd \u00f8\u0287\u0265\u01dd\u0279s", + "anonymous": "\u0250n\u00f8n\u028e\u026f\u00f8ns", + "answer": "\u0250ns\u028d\u01dd\u0279", + "asset_path is required": "\u0250ss\u01dd\u0287_d\u0250\u0287\u0265 \u1d09s \u0279\u01ddbn\u1d09\u0279\u01ddd", + "bytes": "b\u028e\u0287\u01dds", + "certificate": "\u0254\u01dd\u0279\u0287\u1d09\u025f\u1d09\u0254\u0250\u0287\u01dd", + "close": "\u0254l\u00f8s\u01dd", + "component": "\u0254\u00f8\u026fd\u00f8n\u01ddn\u0287", + "content group": "\u0254\u00f8n\u0287\u01ddn\u0287 \u0183\u0279\u00f8nd", + "correct": "\u0254\u00f8\u0279\u0279\u01dd\u0254\u0287", + "course id": "\u0254\u00f8n\u0279s\u01dd \u1d09d", + "delete chapter": "d\u01ddl\u01dd\u0287\u01dd \u0254\u0265\u0250d\u0287\u01dd\u0279", + "delete group": "d\u01ddl\u01dd\u0287\u01dd \u0183\u0279\u00f8nd", + "details about the failure": "d\u01dd\u0287\u0250\u1d09ls \u0250b\u00f8n\u0287 \u0287\u0265\u01dd \u025f\u0250\u1d09ln\u0279\u01dd", + "dragging": "d\u0279\u0250\u0183\u0183\u1d09n\u0183", + "dragging out of slider": "d\u0279\u0250\u0183\u0183\u1d09n\u0183 \u00f8n\u0287 \u00f8\u025f sl\u1d09d\u01dd\u0279", + "dropped in slider": "d\u0279\u00f8dd\u01ddd \u1d09n sl\u1d09d\u01dd\u0279", + "dropped on target": "d\u0279\u00f8dd\u01ddd \u00f8n \u0287\u0250\u0279\u0183\u01dd\u0287", + "e.g. 'Sky with clouds'. The description is helpful for users who cannot see the image.": "\u01dd.\u0183. 'S\u029e\u028e \u028d\u1d09\u0287\u0265 \u0254l\u00f8nds'. \u0166\u0265\u01dd d\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n \u1d09s \u0265\u01ddld\u025fnl \u025f\u00f8\u0279 ns\u01dd\u0279s \u028d\u0265\u00f8 \u0254\u0250nn\u00f8\u0287 s\u01dd\u01dd \u0287\u0265\u01dd \u1d09\u026f\u0250\u0183\u01dd.", + "e.g. 'google'": "\u01dd.\u0183. '\u0183\u00f8\u00f8\u0183l\u01dd'", + "e.g. 'http://google.com'": "\u01dd.\u0183. '\u0265\u0287\u0287d://\u0183\u00f8\u00f8\u0183l\u01dd.\u0254\u00f8\u026f'", + "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "\u01dd.\u0183. \u027e\u00f8\u0265nd\u00f8\u01dd@\u01ddx\u0250\u026fdl\u01dd.\u0254\u00f8\u026f, \u0248\u0250n\u01dd\u0110\u00f8\u01dd, \u027e\u00f8\u01dd\u028ed\u00f8\u01dd@\u01ddx\u0250\u026fdl\u01dd.\u0254\u00f8\u026f", + "emphasized text": "\u01dd\u026fd\u0265\u0250s\u1d09z\u01ddd \u0287\u01ddx\u0287", + "enter code here": "\u01ddn\u0287\u01dd\u0279 \u0254\u00f8d\u01dd \u0265\u01dd\u0279\u01dd", + "enter link description here": "\u01ddn\u0287\u01dd\u0279 l\u1d09n\u029e d\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n \u0265\u01dd\u0279\u01dd", + "for": "\u025f\u00f8\u0279", + "for {courseName}": "\u025f\u00f8\u0279 {courseName}", + "group configuration": "\u0183\u0279\u00f8nd \u0254\u00f8n\u025f\u1d09\u0183n\u0279\u0250\u0287\u1d09\u00f8n", + "image omitted": "\u1d09\u026f\u0250\u0183\u01dd \u00f8\u026f\u1d09\u0287\u0287\u01ddd", + "incorrect": "\u1d09n\u0254\u00f8\u0279\u0279\u01dd\u0254\u0287", + "last activity": "l\u0250s\u0287 \u0250\u0254\u0287\u1d09\u028c\u1d09\u0287\u028e", + "less than a minute": "l\u01ddss \u0287\u0265\u0250n \u0250 \u026f\u1d09nn\u0287\u01dd", + "minute": "\u026f\u1d09nn\u0287\u01dd", + "minutes": "\u026f\u1d09nn\u0287\u01dds", + "name": "n\u0250\u026f\u01dd", + "off": "\u00f8\u025f\u025f", + "on": "\u00f8n", + "open slots": "\u00f8d\u01ddn sl\u00f8\u0287s", + "or": "\u00f8\u0279", + "or create a new one here": "\u00f8\u0279 \u0254\u0279\u01dd\u0250\u0287\u01dd \u0250 n\u01dd\u028d \u00f8n\u01dd \u0265\u01dd\u0279\u01dd", + "or sign in with": "\u00f8\u0279 s\u1d09\u0183n \u1d09n \u028d\u1d09\u0287\u0265", + "path/to/introductionToCookieBaking-CH{order}.pdf": "d\u0250\u0287\u0265/\u0287\u00f8/\u1d09n\u0287\u0279\u00f8dn\u0254\u0287\u1d09\u00f8n\u0166\u00f8\u023b\u00f8\u00f8\u029e\u1d09\u01dd\u0243\u0250\u029e\u1d09n\u0183-\u023b\u0126{order}.dd\u025f", + "price": "d\u0279\u1d09\u0254\u01dd", + "provide the title/name of the chapter that will be used in navigating": "d\u0279\u00f8\u028c\u1d09d\u01dd \u0287\u0265\u01dd \u0287\u1d09\u0287l\u01dd/n\u0250\u026f\u01dd \u00f8\u025f \u0287\u0265\u01dd \u0254\u0265\u0250d\u0287\u01dd\u0279 \u0287\u0265\u0250\u0287 \u028d\u1d09ll b\u01dd ns\u01ddd \u1d09n n\u0250\u028c\u1d09\u0183\u0250\u0287\u1d09n\u0183", + "provide the title/name of the text book as you would like your students to see it": "d\u0279\u00f8\u028c\u1d09d\u01dd \u0287\u0265\u01dd \u0287\u1d09\u0287l\u01dd/n\u0250\u026f\u01dd \u00f8\u025f \u0287\u0265\u01dd \u0287\u01ddx\u0287 b\u00f8\u00f8\u029e \u0250s \u028e\u00f8n \u028d\u00f8nld l\u1d09\u029e\u01dd \u028e\u00f8n\u0279 s\u0287nd\u01ddn\u0287s \u0287\u00f8 s\u01dd\u01dd \u1d09\u0287", + "remove": "\u0279\u01dd\u026f\u00f8\u028c\u01dd", + "remove all": "\u0279\u01dd\u026f\u00f8\u028c\u01dd \u0250ll", + "second": "s\u01dd\u0254\u00f8nd", + "seconds": "s\u01dd\u0254\u00f8nds", + "section": "s\u01dd\u0254\u0287\u1d09\u00f8n", + "send an email message to {email}": "s\u01ddnd \u0250n \u01dd\u026f\u0250\u1d09l \u026f\u01ddss\u0250\u0183\u01dd \u0287\u00f8 {email}", + "strong text": "s\u0287\u0279\u00f8n\u0183 \u0287\u01ddx\u0287", + "subsection": "snbs\u01dd\u0254\u0287\u1d09\u00f8n", + "team count": "\u0287\u01dd\u0250\u026f \u0254\u00f8nn\u0287", + "text_word_{uniqueId}": "\u0287\u01ddx\u0287_\u028d\u00f8\u0279d_{uniqueId}", + "text_word_{uniqueId} title_word_{uniqueId}": "\u0287\u01ddx\u0287_\u028d\u00f8\u0279d_{uniqueId} \u0287\u1d09\u0287l\u01dd_\u028d\u00f8\u0279d_{uniqueId}", "there is currently {numVotes} vote": [ - "\u0287\u0265\u01dd\u0279\u01dd \u1d09s \u0254n\u0279\u0279\u01ddn\u0287l\u028e {numVotes} \u028c\u00f8\u0287\u01dd", + "\u0287\u0265\u01dd\u0279\u01dd \u1d09s \u0254n\u0279\u0279\u01ddn\u0287l\u028e {numVotes} \u028c\u00f8\u0287\u01dd", "\u0287\u0265\u01dd\u0279\u01dd \u0250\u0279\u01dd \u0254n\u0279\u0279\u01ddn\u0287l\u028e {numVotes} \u028c\u00f8\u0287\u01dds" - ], - "title_word_{uniqueId}": "\u0287\u1d09\u0287l\u01dd_\u028d\u00f8\u0279d_{uniqueId}", - "toggle chapter %(displayName)s": "\u0287\u00f8\u0183\u0183l\u01dd \u0254\u0265\u0250d\u0287\u01dd\u0279 %(displayName)s", - "toggle subsection %(displayName)s": "\u0287\u00f8\u0183\u0183l\u01dd snbs\u01dd\u0254\u0287\u1d09\u00f8n %(displayName)s", - "unit": "nn\u1d09\u0287", - "unsubmitted": "nnsnb\u026f\u1d09\u0287\u0287\u01ddd", - "upload a PDF file or provide the path to a Studio asset file": "ndl\u00f8\u0250d \u0250 \u2c63\u0110F \u025f\u1d09l\u01dd \u00f8\u0279 d\u0279\u00f8\u028c\u1d09d\u01dd \u0287\u0265\u01dd d\u0250\u0287\u0265 \u0287\u00f8 \u0250 S\u0287nd\u1d09\u00f8 \u0250ss\u01dd\u0287 \u025f\u1d09l\u01dd", - "username or email": "ns\u01dd\u0279n\u0250\u026f\u01dd \u00f8\u0279 \u01dd\u026f\u0250\u1d09l", - "with %(release_date_from)s": "\u028d\u1d09\u0287\u0265 %(release_date_from)s", - "with %(section_or_subsection)s": "\u028d\u1d09\u0287\u0265 %(section_or_subsection)s", - "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", - "{ReqTextSpanStart}Requirements{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{ReqTextSpanStart}\u024c\u01ddbn\u1d09\u0279\u01dd\u026f\u01ddn\u0287s{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", - "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start}\u0243\u0279\u00f8\u028ds\u01dd \u0287\u01dd\u0250\u026fs \u1d09n \u00f8\u0287\u0265\u01dd\u0279 \u0287\u00f8d\u1d09\u0254s{span_end} \u00f8\u0279 {search_span_start}s\u01dd\u0250\u0279\u0254\u0265 \u0287\u01dd\u0250\u026fs{span_end} \u1d09n \u0287\u0265\u1d09s \u0287\u00f8d\u1d09\u0254. \u0197\u025f \u028e\u00f8n s\u0287\u1d09ll \u0254\u0250n'\u0287 \u025f\u1d09nd \u0250 \u0287\u01dd\u0250\u026f \u0287\u00f8 \u027e\u00f8\u1d09n, {create_span_start}\u0254\u0279\u01dd\u0250\u0287\u01dd \u0250 n\u01dd\u028d \u0287\u01dd\u0250\u026f \u1d09n \u0287\u0265\u1d09s \u0287\u00f8d\u1d09\u0254{span_end}.", - "{categoryText} in {parentDisplayname}": "{categoryText} \u1d09n {parentDisplayname}", - "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} of {maxCharacters}": "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} \u00f8\u025f {maxCharacters}", - "{display_name} Settings": "{display_name} S\u01dd\u0287\u0287\u1d09n\u0183s", - "{email}": "{email}", - "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} \u1d09s \u0250l\u0279\u01dd\u0250d\u028e \u00f8n \u0287\u0265\u01dd {container} \u0287\u01dd\u0250\u026f. \u024c\u01dd\u0254\u0265\u01dd\u0254\u029e \u0287\u0265\u01dd \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss \u1d09\u025f \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u0250dd \u0250 n\u01dd\u028d \u026f\u01dd\u026fb\u01dd\u0279.", - "{filename} exceeds maximum size of {maxFileSizeInGB} GB.": "{filename} \u01ddx\u0254\u01dd\u01ddds \u026f\u0250x\u1d09\u026fn\u026f s\u1d09z\u01dd \u00f8\u025f {maxFileSizeInGB} \u01e4\u0243.", - "{filename} is not in a supported file format. Supported file formats are {supportedFileFormats}.": "{filename} \u1d09s n\u00f8\u0287 \u1d09n \u0250 sndd\u00f8\u0279\u0287\u01ddd \u025f\u1d09l\u01dd \u025f\u00f8\u0279\u026f\u0250\u0287. Sndd\u00f8\u0279\u0287\u01ddd \u025f\u1d09l\u01dd \u025f\u00f8\u0279\u026f\u0250\u0287s \u0250\u0279\u01dd {supportedFileFormats}.", - "{hours}:{minutes} (current UTC time)": "{hours}:{minutes} (\u0254n\u0279\u0279\u01ddn\u0287 \u0244\u0166\u023b \u0287\u1d09\u026f\u01dd)", - "{htmlStart}Want to change your email, name, or password instead?{htmlEnd}": "{htmlStart}W\u0250n\u0287 \u0287\u00f8 \u0254\u0265\u0250n\u0183\u01dd \u028e\u00f8n\u0279 \u01dd\u026f\u0250\u1d09l, n\u0250\u026f\u01dd, \u00f8\u0279 d\u0250ss\u028d\u00f8\u0279d \u1d09ns\u0287\u01dd\u0250d?{htmlEnd}", - "{label}: {status}": "{label}: {status}", - "{maxWidth}x{maxHeight} pixels": "{maxWidth}x{maxHeight} d\u1d09x\u01ddls", - "{minutes} {unit}": "{minutes} {unit}", + ], + "title_word_{uniqueId}": "\u0287\u1d09\u0287l\u01dd_\u028d\u00f8\u0279d_{uniqueId}", + "toggle chapter %(displayName)s": "\u0287\u00f8\u0183\u0183l\u01dd \u0254\u0265\u0250d\u0287\u01dd\u0279 %(displayName)s", + "toggle subsection %(displayName)s": "\u0287\u00f8\u0183\u0183l\u01dd snbs\u01dd\u0254\u0287\u1d09\u00f8n %(displayName)s", + "unit": "nn\u1d09\u0287", + "unsubmitted": "nnsnb\u026f\u1d09\u0287\u0287\u01ddd", + "upload a PDF file or provide the path to a Studio asset file": "ndl\u00f8\u0250d \u0250 \u2c63\u0110F \u025f\u1d09l\u01dd \u00f8\u0279 d\u0279\u00f8\u028c\u1d09d\u01dd \u0287\u0265\u01dd d\u0250\u0287\u0265 \u0287\u00f8 \u0250 S\u0287nd\u1d09\u00f8 \u0250ss\u01dd\u0287 \u025f\u1d09l\u01dd", + "username or email": "ns\u01dd\u0279n\u0250\u026f\u01dd \u00f8\u0279 \u01dd\u026f\u0250\u1d09l", + "with %(release_date_from)s": "\u028d\u1d09\u0287\u0265 %(release_date_from)s", + "with %(section_or_subsection)s": "\u028d\u1d09\u0287\u0265 %(section_or_subsection)s", + "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", + "{ReqTextSpanStart}Requirements{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{ReqTextSpanStart}\u024c\u01ddbn\u1d09\u0279\u01dd\u026f\u01ddn\u0287s{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", + "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start}\u0243\u0279\u00f8\u028ds\u01dd \u0287\u01dd\u0250\u026fs \u1d09n \u00f8\u0287\u0265\u01dd\u0279 \u0287\u00f8d\u1d09\u0254s{span_end} \u00f8\u0279 {search_span_start}s\u01dd\u0250\u0279\u0254\u0265 \u0287\u01dd\u0250\u026fs{span_end} \u1d09n \u0287\u0265\u1d09s \u0287\u00f8d\u1d09\u0254. \u0197\u025f \u028e\u00f8n s\u0287\u1d09ll \u0254\u0250n'\u0287 \u025f\u1d09nd \u0250 \u0287\u01dd\u0250\u026f \u0287\u00f8 \u027e\u00f8\u1d09n, {create_span_start}\u0254\u0279\u01dd\u0250\u0287\u01dd \u0250 n\u01dd\u028d \u0287\u01dd\u0250\u026f \u1d09n \u0287\u0265\u1d09s \u0287\u00f8d\u1d09\u0254{span_end}.", + "{categoryText} in {parentDisplayname}": "{categoryText} \u1d09n {parentDisplayname}", + "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} of {maxCharacters}": "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} \u00f8\u025f {maxCharacters}", + "{display_name} Settings": "{display_name} S\u01dd\u0287\u0287\u1d09n\u0183s", + "{download_link_start}Download this image (right-click or option-click, save as){link_end} and then {upload_link_start}upload{link_end} it to your backpack.": "{download_link_start}\u0110\u00f8\u028dnl\u00f8\u0250d \u0287\u0265\u1d09s \u1d09\u026f\u0250\u0183\u01dd (\u0279\u1d09\u0183\u0265\u0287-\u0254l\u1d09\u0254\u029e \u00f8\u0279 \u00f8d\u0287\u1d09\u00f8n-\u0254l\u1d09\u0254\u029e, s\u0250\u028c\u01dd \u0250s){link_end} \u0250nd \u0287\u0265\u01ddn {upload_link_start}ndl\u00f8\u0250d{link_end} \u1d09\u0287 \u0287\u00f8 \u028e\u00f8n\u0279 b\u0250\u0254\u029ed\u0250\u0254\u029e.", + "{earned}/{possible} point (graded)": [ + "{earned}/{possible} d\u00f8\u1d09n\u0287 (\u0183\u0279\u0250d\u01ddd)", + "{earned}/{possible} d\u00f8\u1d09n\u0287s (\u0183\u0279\u0250d\u01ddd)" + ], + "{earned}/{possible} point (ungraded)": [ + "{earned}/{possible} d\u00f8\u1d09n\u0287 (nn\u0183\u0279\u0250d\u01ddd)", + "{earned}/{possible} d\u00f8\u1d09n\u0287s (nn\u0183\u0279\u0250d\u01ddd)" + ], + "{email}": "{email}", + "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} \u1d09s \u0250l\u0279\u01dd\u0250d\u028e \u00f8n \u0287\u0265\u01dd {container} \u0287\u01dd\u0250\u026f. \u024c\u01dd\u0254\u0265\u01dd\u0254\u029e \u0287\u0265\u01dd \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss \u1d09\u025f \u028e\u00f8n \u028d\u0250n\u0287 \u0287\u00f8 \u0250dd \u0250 n\u01dd\u028d \u026f\u01dd\u026fb\u01dd\u0279.", + "{filename} exceeds maximum size of {maxFileSizeInGB} GB.": "{filename} \u01ddx\u0254\u01dd\u01ddds \u026f\u0250x\u1d09\u026fn\u026f s\u1d09z\u01dd \u00f8\u025f {maxFileSizeInGB} \u01e4\u0243.", + "{filename} is not in a supported file format. Supported file formats are {supportedFileFormats}.": "{filename} \u1d09s n\u00f8\u0287 \u1d09n \u0250 sndd\u00f8\u0279\u0287\u01ddd \u025f\u1d09l\u01dd \u025f\u00f8\u0279\u026f\u0250\u0287. Sndd\u00f8\u0279\u0287\u01ddd \u025f\u1d09l\u01dd \u025f\u00f8\u0279\u026f\u0250\u0287s \u0250\u0279\u01dd {supportedFileFormats}.", + "{hours}:{minutes} (current UTC time)": "{hours}:{minutes} (\u0254n\u0279\u0279\u01ddn\u0287 \u0244\u0166\u023b \u0287\u1d09\u026f\u01dd)", + "{htmlStart}Want to change your email, name, or password instead?{htmlEnd}": "{htmlStart}W\u0250n\u0287 \u0287\u00f8 \u0254\u0265\u0250n\u0183\u01dd \u028e\u00f8n\u0279 \u01dd\u026f\u0250\u1d09l, n\u0250\u026f\u01dd, \u00f8\u0279 d\u0250ss\u028d\u00f8\u0279d \u1d09ns\u0287\u01dd\u0250d?{htmlEnd}", + "{label}: {status}": "{label}: {status}", + "{maxWidth}x{maxHeight} pixels": "{maxWidth}x{maxHeight} d\u1d09x\u01ddls", + "{minutes} {unit}": "{minutes} {unit}", "{numMoved} learner was moved from {prevCohort}": [ - "{numMoved} l\u01dd\u0250\u0279n\u01dd\u0279 \u028d\u0250s \u026f\u00f8\u028c\u01ddd \u025f\u0279\u00f8\u026f {prevCohort}", + "{numMoved} l\u01dd\u0250\u0279n\u01dd\u0279 \u028d\u0250s \u026f\u00f8\u028c\u01ddd \u025f\u0279\u00f8\u026f {prevCohort}", "{numMoved} l\u01dd\u0250\u0279n\u01dd\u0279s \u028d\u01dd\u0279\u01dd \u026f\u00f8\u028c\u01ddd \u025f\u0279\u00f8\u026f {prevCohort}" - ], + ], "{numPreassigned} learner was pre-assigned for this cohort. This learner will automatically be added to the cohort when they enroll in the course.": [ - "{numPreassigned} l\u01dd\u0250\u0279n\u01dd\u0279 \u028d\u0250s d\u0279\u01dd-\u0250ss\u1d09\u0183n\u01ddd \u025f\u00f8\u0279 \u0287\u0265\u1d09s \u0254\u00f8\u0265\u00f8\u0279\u0287. \u0166\u0265\u1d09s l\u01dd\u0250\u0279n\u01dd\u0279 \u028d\u1d09ll \u0250n\u0287\u00f8\u026f\u0250\u0287\u1d09\u0254\u0250ll\u028e b\u01dd \u0250dd\u01ddd \u0287\u00f8 \u0287\u0265\u01dd \u0254\u00f8\u0265\u00f8\u0279\u0287 \u028d\u0265\u01ddn \u0287\u0265\u01dd\u028e \u01ddn\u0279\u00f8ll \u1d09n \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd.", + "{numPreassigned} l\u01dd\u0250\u0279n\u01dd\u0279 \u028d\u0250s d\u0279\u01dd-\u0250ss\u1d09\u0183n\u01ddd \u025f\u00f8\u0279 \u0287\u0265\u1d09s \u0254\u00f8\u0265\u00f8\u0279\u0287. \u0166\u0265\u1d09s l\u01dd\u0250\u0279n\u01dd\u0279 \u028d\u1d09ll \u0250n\u0287\u00f8\u026f\u0250\u0287\u1d09\u0254\u0250ll\u028e b\u01dd \u0250dd\u01ddd \u0287\u00f8 \u0287\u0265\u01dd \u0254\u00f8\u0265\u00f8\u0279\u0287 \u028d\u0265\u01ddn \u0287\u0265\u01dd\u028e \u01ddn\u0279\u00f8ll \u1d09n \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd.", "{numPreassigned} l\u01dd\u0250\u0279n\u01dd\u0279s \u028d\u01dd\u0279\u01dd d\u0279\u01dd-\u0250ss\u1d09\u0183n\u01ddd \u025f\u00f8\u0279 \u0287\u0265\u1d09s \u0254\u00f8\u0265\u00f8\u0279\u0287. \u0166\u0265\u01dds\u01dd l\u01dd\u0250\u0279n\u01dd\u0279s \u028d\u1d09ll \u0250n\u0287\u00f8\u026f\u0250\u0287\u1d09\u0254\u0250ll\u028e b\u01dd \u0250dd\u01ddd \u0287\u00f8 \u0287\u0265\u01dd \u0254\u00f8\u0265\u00f8\u0279\u0287 \u028d\u0265\u01ddn \u0287\u0265\u01dd\u028e \u01ddn\u0279\u00f8ll \u1d09n \u0287\u0265\u01dd \u0254\u00f8n\u0279s\u01dd." - ], + ], "{numPresent} learner was already in the cohort": [ - "{numPresent} l\u01dd\u0250\u0279n\u01dd\u0279 \u028d\u0250s \u0250l\u0279\u01dd\u0250d\u028e \u1d09n \u0287\u0265\u01dd \u0254\u00f8\u0265\u00f8\u0279\u0287", + "{numPresent} l\u01dd\u0250\u0279n\u01dd\u0279 \u028d\u0250s \u0250l\u0279\u01dd\u0250d\u028e \u1d09n \u0287\u0265\u01dd \u0254\u00f8\u0265\u00f8\u0279\u0287", "{numPresent} l\u01dd\u0250\u0279n\u01dd\u0279s \u028d\u01dd\u0279\u01dd \u0250l\u0279\u01dd\u0250d\u028e \u1d09n \u0287\u0265\u01dd \u0254\u00f8\u0265\u00f8\u0279\u0287" - ], + ], "{numResponses} other response": [ - "{numResponses} \u00f8\u0287\u0265\u01dd\u0279 \u0279\u01ddsd\u00f8ns\u01dd", + "{numResponses} \u00f8\u0287\u0265\u01dd\u0279 \u0279\u01ddsd\u00f8ns\u01dd", "{numResponses} \u00f8\u0287\u0265\u01dd\u0279 \u0279\u01ddsd\u00f8ns\u01dds" - ], + ], "{numResponses} response": [ - "{numResponses} \u0279\u01ddsd\u00f8ns\u01dd", + "{numResponses} \u0279\u01ddsd\u00f8ns\u01dd", "{numResponses} \u0279\u01ddsd\u00f8ns\u01dds" - ], + ], "{numUsersAdded} learner has been added to this cohort. ": [ - "{numUsersAdded} l\u01dd\u0250\u0279n\u01dd\u0279 \u0265\u0250s b\u01dd\u01ddn \u0250dd\u01ddd \u0287\u00f8 \u0287\u0265\u1d09s \u0254\u00f8\u0265\u00f8\u0279\u0287. ", + "{numUsersAdded} l\u01dd\u0250\u0279n\u01dd\u0279 \u0265\u0250s b\u01dd\u01ddn \u0250dd\u01ddd \u0287\u00f8 \u0287\u0265\u1d09s \u0254\u00f8\u0265\u00f8\u0279\u0287. ", "{numUsersAdded} l\u01dd\u0250\u0279n\u01dd\u0279s \u0265\u0250\u028c\u01dd b\u01dd\u01ddn \u0250dd\u01ddd \u0287\u00f8 \u0287\u0265\u1d09s \u0254\u00f8\u0265\u00f8\u0279\u0287. " - ], + ], "{numVotes} Vote": [ - "{numVotes} V\u00f8\u0287\u01dd", + "{numVotes} V\u00f8\u0287\u01dd", "{numVotes} V\u00f8\u0287\u01dds" - ], - "{organization}\\'s logo": "{organization}\\'s l\u00f8\u0183\u00f8", - "{paragraphStart}You entered {boldStart}{email}{boldEnd}. If this email address is associated with your {platform_name} account, we will send a message with password recovery instructions to this email address.{paragraphEnd}{paragraphStart}If you do not receive a password reset message after 1 minute, verify that you entered the correct email address, or check your spam folder.{paragraphEnd}{paragraphStart}If you need further assistance, {anchorStart}contact technical support{anchorEnd}.{paragraphEnd}": "{paragraphStart}\u024e\u00f8n \u01ddn\u0287\u01dd\u0279\u01ddd {boldStart}{email}{boldEnd}. \u0197\u025f \u0287\u0265\u1d09s \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss \u1d09s \u0250ss\u00f8\u0254\u1d09\u0250\u0287\u01ddd \u028d\u1d09\u0287\u0265 \u028e\u00f8n\u0279 {platform_name} \u0250\u0254\u0254\u00f8nn\u0287, \u028d\u01dd \u028d\u1d09ll s\u01ddnd \u0250 \u026f\u01ddss\u0250\u0183\u01dd \u028d\u1d09\u0287\u0265 d\u0250ss\u028d\u00f8\u0279d \u0279\u01dd\u0254\u00f8\u028c\u01dd\u0279\u028e \u1d09ns\u0287\u0279n\u0254\u0287\u1d09\u00f8ns \u0287\u00f8 \u0287\u0265\u1d09s \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss.{paragraphEnd}{paragraphStart}\u0197\u025f \u028e\u00f8n d\u00f8 n\u00f8\u0287 \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01dd \u0250 d\u0250ss\u028d\u00f8\u0279d \u0279\u01dds\u01dd\u0287 \u026f\u01ddss\u0250\u0183\u01dd \u0250\u025f\u0287\u01dd\u0279 1 \u026f\u1d09nn\u0287\u01dd, \u028c\u01dd\u0279\u1d09\u025f\u028e \u0287\u0265\u0250\u0287 \u028e\u00f8n \u01ddn\u0287\u01dd\u0279\u01ddd \u0287\u0265\u01dd \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287 \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss, \u00f8\u0279 \u0254\u0265\u01dd\u0254\u029e \u028e\u00f8n\u0279 sd\u0250\u026f \u025f\u00f8ld\u01dd\u0279.{paragraphEnd}{paragraphStart}\u0197\u025f \u028e\u00f8n n\u01dd\u01ddd \u025fn\u0279\u0287\u0265\u01dd\u0279 \u0250ss\u1d09s\u0287\u0250n\u0254\u01dd, {anchorStart}\u0254\u00f8n\u0287\u0250\u0254\u0287 \u0287\u01dd\u0254\u0265n\u1d09\u0254\u0250l sndd\u00f8\u0279\u0287{anchorEnd}.{paragraphEnd}", - "{screen_reader_start}Warning:{screen_reader_end} No content groups exist.": "{screen_reader_start}W\u0250\u0279n\u1d09n\u0183:{screen_reader_end} N\u00f8 \u0254\u00f8n\u0287\u01ddn\u0287 \u0183\u0279\u00f8nds \u01ddx\u1d09s\u0287.", - "{screen_reader_start}Warning:{screen_reader_end} The previously selected content group was deleted. Select another content group.": "{screen_reader_start}W\u0250\u0279n\u1d09n\u0183:{screen_reader_end} \u0166\u0265\u01dd d\u0279\u01dd\u028c\u1d09\u00f8nsl\u028e s\u01ddl\u01dd\u0254\u0287\u01ddd \u0254\u00f8n\u0287\u01ddn\u0287 \u0183\u0279\u00f8nd \u028d\u0250s d\u01ddl\u01dd\u0287\u01ddd. S\u01ddl\u01dd\u0254\u0287 \u0250n\u00f8\u0287\u0265\u01dd\u0279 \u0254\u00f8n\u0287\u01ddn\u0287 \u0183\u0279\u00f8nd.", - "{seconds} {unit}": "{seconds} {unit}", - "{selectedProvider} credentials saved": "{selectedProvider} \u0254\u0279\u01ddd\u01ddn\u0287\u1d09\u0250ls s\u0250\u028c\u01ddd", - "{sessionDates} (Open until {enrollmentEnd})": "{sessionDates} (\u00d8d\u01ddn nn\u0287\u1d09l {enrollmentEnd})", - "{sessionDates} - Currently Selected": "{sessionDates} - \u023bn\u0279\u0279\u01ddn\u0287l\u028e S\u01ddl\u01dd\u0254\u0287\u01ddd", - "{start_strong}{total}{end_strong} words submitted in total.": "{start_strong}{total}{end_strong} \u028d\u00f8\u0279ds snb\u026f\u1d09\u0287\u0287\u01ddd \u1d09n \u0287\u00f8\u0287\u0250l.", - "{strongStart}Warning: Account deletion is permanent.{strongEnd} Please read the above carefully before proceeding. This is an irreversible action, and {strongStart}you will no longer be able to use the same email on edX.{strongEnd}": "{strongStart}W\u0250\u0279n\u1d09n\u0183: \u023a\u0254\u0254\u00f8nn\u0287 d\u01ddl\u01dd\u0287\u1d09\u00f8n \u1d09s d\u01dd\u0279\u026f\u0250n\u01ddn\u0287.{strongEnd} \u2c63l\u01dd\u0250s\u01dd \u0279\u01dd\u0250d \u0287\u0265\u01dd \u0250b\u00f8\u028c\u01dd \u0254\u0250\u0279\u01dd\u025fnll\u028e b\u01dd\u025f\u00f8\u0279\u01dd d\u0279\u00f8\u0254\u01dd\u01ddd\u1d09n\u0183. \u0166\u0265\u1d09s \u1d09s \u0250n \u1d09\u0279\u0279\u01dd\u028c\u01dd\u0279s\u1d09bl\u01dd \u0250\u0254\u0287\u1d09\u00f8n, \u0250nd {strongStart}\u028e\u00f8n \u028d\u1d09ll n\u00f8 l\u00f8n\u0183\u01dd\u0279 b\u01dd \u0250bl\u01dd \u0287\u00f8 ns\u01dd \u0287\u0265\u01dd s\u0250\u026f\u01dd \u01dd\u026f\u0250\u1d09l \u00f8n \u01dddX.{strongEnd}", - "{totalItems} total": "{totalItems} \u0287\u00f8\u0287\u0250l", + ], + "{num_points} point possible (graded)": [ + "{num_points} d\u00f8\u1d09n\u0287 d\u00f8ss\u1d09bl\u01dd (\u0183\u0279\u0250d\u01ddd)", + "{num_points} d\u00f8\u1d09n\u0287s d\u00f8ss\u1d09bl\u01dd (\u0183\u0279\u0250d\u01ddd)" + ], + "{num_points} point possible (graded, results hidden)": [ + "{num_points} d\u00f8\u1d09n\u0287 d\u00f8ss\u1d09bl\u01dd (\u0183\u0279\u0250d\u01ddd, \u0279\u01ddsnl\u0287s \u0265\u1d09dd\u01ddn)", + "{num_points} d\u00f8\u1d09n\u0287s d\u00f8ss\u1d09bl\u01dd (\u0183\u0279\u0250d\u01ddd, \u0279\u01ddsnl\u0287s \u0265\u1d09dd\u01ddn)" + ], + "{num_points} point possible (ungraded)": [ + "{num_points} d\u00f8\u1d09n\u0287 d\u00f8ss\u1d09bl\u01dd (nn\u0183\u0279\u0250d\u01ddd)", + "{num_points} d\u00f8\u1d09n\u0287s d\u00f8ss\u1d09bl\u01dd (nn\u0183\u0279\u0250d\u01ddd)" + ], + "{num_points} point possible (ungraded, results hidden)": [ + "{num_points} d\u00f8\u1d09n\u0287 d\u00f8ss\u1d09bl\u01dd (nn\u0183\u0279\u0250d\u01ddd, \u0279\u01ddsnl\u0287s \u0265\u1d09dd\u01ddn)", + "{num_points} d\u00f8\u1d09n\u0287s d\u00f8ss\u1d09bl\u01dd (nn\u0183\u0279\u0250d\u01ddd, \u0279\u01ddsnl\u0287s \u0265\u1d09dd\u01ddn)" + ], + "{organization}\\'s logo": "{organization}\\'s l\u00f8\u0183\u00f8", + "{paragraphStart}You entered {boldStart}{email}{boldEnd}. If this email address is associated with your {platform_name} account, we will send a message with password recovery instructions to this email address.{paragraphEnd}{paragraphStart}If you do not receive a password reset message after 1 minute, verify that you entered the correct email address, or check your spam folder.{paragraphEnd}{paragraphStart}If you need further assistance, {anchorStart}contact technical support{anchorEnd}.{paragraphEnd}": "{paragraphStart}\u024e\u00f8n \u01ddn\u0287\u01dd\u0279\u01ddd {boldStart}{email}{boldEnd}. \u0197\u025f \u0287\u0265\u1d09s \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss \u1d09s \u0250ss\u00f8\u0254\u1d09\u0250\u0287\u01ddd \u028d\u1d09\u0287\u0265 \u028e\u00f8n\u0279 {platform_name} \u0250\u0254\u0254\u00f8nn\u0287, \u028d\u01dd \u028d\u1d09ll s\u01ddnd \u0250 \u026f\u01ddss\u0250\u0183\u01dd \u028d\u1d09\u0287\u0265 d\u0250ss\u028d\u00f8\u0279d \u0279\u01dd\u0254\u00f8\u028c\u01dd\u0279\u028e \u1d09ns\u0287\u0279n\u0254\u0287\u1d09\u00f8ns \u0287\u00f8 \u0287\u0265\u1d09s \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss.{paragraphEnd}{paragraphStart}\u0197\u025f \u028e\u00f8n d\u00f8 n\u00f8\u0287 \u0279\u01dd\u0254\u01dd\u1d09\u028c\u01dd \u0250 d\u0250ss\u028d\u00f8\u0279d \u0279\u01dds\u01dd\u0287 \u026f\u01ddss\u0250\u0183\u01dd \u0250\u025f\u0287\u01dd\u0279 1 \u026f\u1d09nn\u0287\u01dd, \u028c\u01dd\u0279\u1d09\u025f\u028e \u0287\u0265\u0250\u0287 \u028e\u00f8n \u01ddn\u0287\u01dd\u0279\u01ddd \u0287\u0265\u01dd \u0254\u00f8\u0279\u0279\u01dd\u0254\u0287 \u01dd\u026f\u0250\u1d09l \u0250dd\u0279\u01ddss, \u00f8\u0279 \u0254\u0265\u01dd\u0254\u029e \u028e\u00f8n\u0279 sd\u0250\u026f \u025f\u00f8ld\u01dd\u0279.{paragraphEnd}{paragraphStart}\u0197\u025f \u028e\u00f8n n\u01dd\u01ddd \u025fn\u0279\u0287\u0265\u01dd\u0279 \u0250ss\u1d09s\u0287\u0250n\u0254\u01dd, {anchorStart}\u0254\u00f8n\u0287\u0250\u0254\u0287 \u0287\u01dd\u0254\u0265n\u1d09\u0254\u0250l sndd\u00f8\u0279\u0287{anchorEnd}.{paragraphEnd}", + "{paragraph}=p;{preformatted}=pre;{heading3}=h3;{heading4}=h4;{heading5}=h5;{heading6}=h6": "{paragraph}=d;{preformatted}=d\u0279\u01dd;{heading3}=\u02653;{heading4}=\u02654;{heading5}=\u02655;{heading6}=\u02656", + "{screen_reader_start}Warning:{screen_reader_end} No content groups exist.": "{screen_reader_start}W\u0250\u0279n\u1d09n\u0183:{screen_reader_end} N\u00f8 \u0254\u00f8n\u0287\u01ddn\u0287 \u0183\u0279\u00f8nds \u01ddx\u1d09s\u0287.", + "{screen_reader_start}Warning:{screen_reader_end} The previously selected content group was deleted. Select another content group.": "{screen_reader_start}W\u0250\u0279n\u1d09n\u0183:{screen_reader_end} \u0166\u0265\u01dd d\u0279\u01dd\u028c\u1d09\u00f8nsl\u028e s\u01ddl\u01dd\u0254\u0287\u01ddd \u0254\u00f8n\u0287\u01ddn\u0287 \u0183\u0279\u00f8nd \u028d\u0250s d\u01ddl\u01dd\u0287\u01ddd. S\u01ddl\u01dd\u0254\u0287 \u0250n\u00f8\u0287\u0265\u01dd\u0279 \u0254\u00f8n\u0287\u01ddn\u0287 \u0183\u0279\u00f8nd.", + "{seconds} {unit}": "{seconds} {unit}", + "{selectedProvider} credentials saved": "{selectedProvider} \u0254\u0279\u01ddd\u01ddn\u0287\u1d09\u0250ls s\u0250\u028c\u01ddd", + "{sessionDates} (Open until {enrollmentEnd})": "{sessionDates} (\u00d8d\u01ddn nn\u0287\u1d09l {enrollmentEnd})", + "{sessionDates} - Currently Selected": "{sessionDates} - \u023bn\u0279\u0279\u01ddn\u0287l\u028e S\u01ddl\u01dd\u0254\u0287\u01ddd", + "{start_strong}{total}{end_strong} words submitted in total.": "{start_strong}{total}{end_strong} \u028d\u00f8\u0279ds snb\u026f\u1d09\u0287\u0287\u01ddd \u1d09n \u0287\u00f8\u0287\u0250l.", + "{strongStart}Warning: Account deletion is permanent.{strongEnd} Please read the above carefully before proceeding. This is an irreversible action, and {strongStart}you will no longer be able to use the same email on {platformName}.{strongEnd}": "{strongStart}W\u0250\u0279n\u1d09n\u0183: \u023a\u0254\u0254\u00f8nn\u0287 d\u01ddl\u01dd\u0287\u1d09\u00f8n \u1d09s d\u01dd\u0279\u026f\u0250n\u01ddn\u0287.{strongEnd} \u2c63l\u01dd\u0250s\u01dd \u0279\u01dd\u0250d \u0287\u0265\u01dd \u0250b\u00f8\u028c\u01dd \u0254\u0250\u0279\u01dd\u025fnll\u028e b\u01dd\u025f\u00f8\u0279\u01dd d\u0279\u00f8\u0254\u01dd\u01ddd\u1d09n\u0183. \u0166\u0265\u1d09s \u1d09s \u0250n \u1d09\u0279\u0279\u01dd\u028c\u01dd\u0279s\u1d09bl\u01dd \u0250\u0254\u0287\u1d09\u00f8n, \u0250nd {strongStart}\u028e\u00f8n \u028d\u1d09ll n\u00f8 l\u00f8n\u0183\u01dd\u0279 b\u01dd \u0250bl\u01dd \u0287\u00f8 ns\u01dd \u0287\u0265\u01dd s\u0250\u026f\u01dd \u01dd\u026f\u0250\u1d09l \u00f8n {platformName}.{strongEnd}", + "{team_count} Team": [ + "{team_count} \u0166\u01dd\u0250\u026f", + "{team_count} \u0166\u01dd\u0250\u026fs" + ], + "{totalItems} total": "{totalItems} \u0287\u00f8\u0287\u0250l", "{total_results} result": [ - "{total_results} \u0279\u01ddsnl\u0287", + "{total_results} \u0279\u01ddsnl\u0287", "{total_results} \u0279\u01ddsnl\u0287s" - ], - "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}": "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}", - "{type} Progress": "{type} \u2c63\u0279\u00f8\u0183\u0279\u01ddss", + ], + "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}": "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}", + "{type} Progress": "{type} \u2c63\u0279\u00f8\u0183\u0279\u01ddss", "\u2026": "\u2026" }; for (var key in newcatalog) { @@ -2281,48 +2271,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "N j, Y, P", + "DATETIME_FORMAT": "N j, Y, P", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "N j, Y", + ], + "DATE_FORMAT": "N j, Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "F j", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "m/d/Y", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "P", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "F j", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "m/d/Y", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "P", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/fi-fi/djangojs.js b/cms/static/js/i18n/fi-fi/djangojs.js index ab7732db00..916c14585c 100644 --- a/cms/static/js/i18n/fi-fi/djangojs.js +++ b/cms/static/js/i18n/fi-fi/djangojs.js @@ -21,64 +21,64 @@ var newcatalog = { "%(sel)s of %(cnt)s selected": [ - "%(sel)s valittuna %(cnt)s mahdollisesta", + "%(sel)s valittuna %(cnt)s mahdollisesta", "%(sel)s valittuna %(cnt)s mahdollisesta" - ], - "6 a.m.": "06", - "6 p.m.": "18:00", - "April": "huhtikuu", - "August": "elokuu", - "Available %s": "Mahdolliset %s", - "Cancel": "Peruuta", - "Choose": "Valitse", - "Choose a Date": "Valitse p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4", - "Choose a Time": "Valitse kellonaika", - "Choose a time": "Valitse kellonaika", - "Choose all": "Valitse kaikki", - "Chosen %s": "Valitut %s", - "Click to choose all %s at once.": "Klikkaa valitaksesi kaikki %s kerralla.", - "Click to remove all chosen %s at once.": "Klikkaa poistaaksesi kaikki valitut %s kerralla.", - "December": "joulukuu", - "February": "helmikuu", - "Filter": "Suodatin", - "Hide": "Piilota", - "January": "tammikuu", - "July": "hein\u00e4kuu", - "June": "kes\u00e4kuu", - "March": "maaliskuu", - "May": "toukokuu", - "Midnight": "24", - "Noon": "12", + ], + "6 a.m.": "06", + "6 p.m.": "18:00", + "April": "huhtikuu", + "August": "elokuu", + "Available %s": "Mahdolliset %s", + "Cancel": "Peruuta", + "Choose": "Valitse", + "Choose a Date": "Valitse p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4", + "Choose a Time": "Valitse kellonaika", + "Choose a time": "Valitse kellonaika", + "Choose all": "Valitse kaikki", + "Chosen %s": "Valitut %s", + "Click to choose all %s at once.": "Klikkaa valitaksesi kaikki %s kerralla.", + "Click to remove all chosen %s at once.": "Klikkaa poistaaksesi kaikki valitut %s kerralla.", + "December": "joulukuu", + "February": "helmikuu", + "Filter": "Suodatin", + "Hide": "Piilota", + "January": "tammikuu", + "July": "hein\u00e4kuu", + "June": "kes\u00e4kuu", + "March": "maaliskuu", + "May": "toukokuu", + "Midnight": "24", + "Noon": "12", "Note: You are %s hour ahead of server time.": [ - "Huom: Olet %s tunnin palvelinaikaa edell\u00e4.", + "Huom: Olet %s tunnin palvelinaikaa edell\u00e4.", "Huom: Olet %s tuntia palvelinaikaa edell\u00e4." - ], + ], "Note: You are %s hour behind server time.": [ - "Huom: Olet %s tunnin palvelinaikaa j\u00e4ljess\u00e4.", + "Huom: Olet %s tunnin palvelinaikaa j\u00e4ljess\u00e4.", "Huom: Olet %s tuntia palvelinaikaa j\u00e4ljess\u00e4." - ], - "November": "marraskuu", - "Now": "Nyt", - "October": "lokakuu", - "Remove": "Poista", - "Remove all": "Poista kaikki", - "September": "syyskuu", - "Show": "N\u00e4yt\u00e4", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "T\u00e4m\u00e4 on lista saatavillaolevista %s. Valitse allaolevasta laatikosta haluamasi ja siirr\u00e4 ne valittuihin klikkamalla \"Valitse\"-nuolta laatikoiden v\u00e4lill\u00e4.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "T\u00e4m\u00e4 on lista valituista %s. Voit poistaa valintoja valitsemalla ne allaolevasta laatikosta ja siirt\u00e4m\u00e4ll\u00e4 ne takaisin valitsemattomiin klikkamalla \"Poista\"-nuolta laatikoiden v\u00e4lill\u00e4.", - "Today": "T\u00e4n\u00e4\u00e4n", - "Tomorrow": "Huomenna", - "Type into this box to filter down the list of available %s.": "Kirjoita t\u00e4h\u00e4n listaan suodattaaksesi %s-listaa.", - "Yesterday": "Eilen", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Olet valinnut toiminnon etk\u00e4 ole tehnyt yht\u00e4\u00e4n muutosta yksitt\u00e4isiss\u00e4 kentiss\u00e4. Etsit todenn\u00e4k\u00f6isesti Suorita-nappia Tallenna-napin sijaan.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Olet valinnut toiminnon, mutta et ole viel\u00e4 tallentanut muutoksiasi yksitt\u00e4isiin kenttiin. Paina OK tallentaaksesi. Sinun pit\u00e4\u00e4 suorittaa toiminto uudelleen.", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Sinulla on tallentamattomia muutoksia yksitt\u00e4isiss\u00e4 muokattavissa kentiss\u00e4. Jos suoritat toiminnon, tallentamattomat muutoksesi katoavat.", - "one letter Friday\u0004F": "Pe", - "one letter Monday\u0004M": "Ma", - "one letter Saturday\u0004S": "La", - "one letter Sunday\u0004S": "Su", - "one letter Thursday\u0004T": "To", - "one letter Tuesday\u0004T": "Ti", + ], + "November": "marraskuu", + "Now": "Nyt", + "October": "lokakuu", + "Remove": "Poista", + "Remove all": "Poista kaikki", + "September": "syyskuu", + "Show": "N\u00e4yt\u00e4", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "T\u00e4m\u00e4 on lista saatavillaolevista %s. Valitse allaolevasta laatikosta haluamasi ja siirr\u00e4 ne valittuihin klikkamalla \"Valitse\"-nuolta laatikoiden v\u00e4lill\u00e4.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "T\u00e4m\u00e4 on lista valituista %s. Voit poistaa valintoja valitsemalla ne allaolevasta laatikosta ja siirt\u00e4m\u00e4ll\u00e4 ne takaisin valitsemattomiin klikkamalla \"Poista\"-nuolta laatikoiden v\u00e4lill\u00e4.", + "Today": "T\u00e4n\u00e4\u00e4n", + "Tomorrow": "Huomenna", + "Type into this box to filter down the list of available %s.": "Kirjoita t\u00e4h\u00e4n listaan suodattaaksesi %s-listaa.", + "Yesterday": "Eilen", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Olet valinnut toiminnon etk\u00e4 ole tehnyt yht\u00e4\u00e4n muutosta yksitt\u00e4isiss\u00e4 kentiss\u00e4. Etsit todenn\u00e4k\u00f6isesti Suorita-nappia Tallenna-napin sijaan.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Olet valinnut toiminnon, mutta et ole viel\u00e4 tallentanut muutoksiasi yksitt\u00e4isiin kenttiin. Paina OK tallentaaksesi. Sinun pit\u00e4\u00e4 suorittaa toiminto uudelleen.", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Sinulla on tallentamattomia muutoksia yksitt\u00e4isiss\u00e4 muokattavissa kentiss\u00e4. Jos suoritat toiminnon, tallentamattomat muutoksesi katoavat.", + "one letter Friday\u0004F": "Pe", + "one letter Monday\u0004M": "Ma", + "one letter Saturday\u0004S": "La", + "one letter Sunday\u0004S": "Su", + "one letter Thursday\u0004T": "To", + "one letter Tuesday\u0004T": "Ti", "one letter Wednesday\u0004W": "Ke" }; for (var key in newcatalog) { @@ -135,43 +135,43 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "j. E Y \\k\\e\\l\\l\\o G.i", + "DATETIME_FORMAT": "j. E Y \\k\\e\\l\\l\\o G.i", "DATETIME_INPUT_FORMATS": [ - "%d.%m.%Y %H.%M.%S", - "%d.%m.%Y %H.%M.%S.%f", - "%d.%m.%Y %H.%M", - "%d.%m.%Y", - "%d.%m.%y %H.%M.%S", - "%d.%m.%y %H.%M.%S.%f", - "%d.%m.%y %H.%M", - "%d.%m.%y", - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", + "%d.%m.%Y %H.%M.%S", + "%d.%m.%Y %H.%M.%S.%f", + "%d.%m.%Y %H.%M", + "%d.%m.%Y", + "%d.%m.%y %H.%M.%S", + "%d.%m.%y %H.%M.%S.%f", + "%d.%m.%y %H.%M", + "%d.%m.%y", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", "%Y-%m-%d" - ], - "DATE_FORMAT": "j. E Y", + ], + "DATE_FORMAT": "j. E Y", "DATE_INPUT_FORMATS": [ - "%d.%m.%Y", - "%d.%m.%y", + "%d.%m.%Y", + "%d.%m.%y", "%Y-%m-%d" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "1", - "MONTH_DAY_FORMAT": "j. F", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "j.n.Y G.i", - "SHORT_DATE_FORMAT": "j.n.Y", - "THOUSAND_SEPARATOR": "\u00a0", - "TIME_FORMAT": "G.i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "1", + "MONTH_DAY_FORMAT": "j. F", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "j.n.Y G.i", + "SHORT_DATE_FORMAT": "j.n.Y", + "THOUSAND_SEPARATOR": "\u00a0", + "TIME_FORMAT": "G.i", "TIME_INPUT_FORMATS": [ - "%H.%M.%S", - "%H.%M.%S.%f", - "%H.%M", - "%H:%M:%S", - "%H:%M:%S.%f", + "%H.%M.%S", + "%H.%M.%S.%f", + "%H.%M", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/fil/djangojs.js b/cms/static/js/i18n/fil/djangojs.js index 61e6fdb329..bef1a8a228 100644 --- a/cms/static/js/i18n/fil/djangojs.js +++ b/cms/static/js/i18n/fil/djangojs.js @@ -62,48 +62,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "N j, Y, P", + "DATETIME_FORMAT": "N j, Y, P", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "N j, Y", + ], + "DATE_FORMAT": "N j, Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "F j", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "m/d/Y", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "P", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "F j", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "m/d/Y", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "P", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/fr/djangojs.js b/cms/static/js/i18n/fr/djangojs.js index ab8402098d..4974ef4dcb 100644 --- a/cms/static/js/i18n/fr/djangojs.js +++ b/cms/static/js/i18n/fr/djangojs.js @@ -20,2061 +20,2030 @@ django.catalog = django.catalog || {}; var newcatalog = { - "\n\nThis email is to let you know that the status of your proctoring session review for %(exam_name)s in\n%(course_name)s is %(status)s. If you have any questions about proctoring,\ncontact %(platform)s support at %(contact_email)s.\n\n": "\n\nCet email pour vous informer que le statut de votre examen %(exam_name)s du cours\n%(course_name)s est %(status)s. Si vous avez des questions \u00e0 propos des revues,\ncontacter le support %(platform)s sur %(contact_email)s.\n\n", - "\n 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 ": "\n Ne fermez pas cette fen\u00eatre avant d'avoir termin\u00e9 votre examen. Si vous fermez cette fen\u00eatre, votre session d'examen surveill\u00e9 sera termin\u00e9.\n ", - "\n Return to the %(platform_name)s course window to start your exam. When you have finished your exam and\n have marked it as complete, you can close this window to end the proctoring session\n and upload your proctoring session data for review.\n ": "\n Retournez sur la page du cours %(platform_name)s pour d\u00e9marrer votre examen. Lorsque vous avez fini l'examen et\n indiqu\u00e9 qu'il est compl\u00e9t\u00e9, vous pouvez fermer cette fen\u00eatre pour terminer la session d'examen surveill\u00e9\n et charg\u00e9 votre session pour \u00e9valuation par nos \u00e9quipes.\n ", - "\n 3. When you have finished setting up proctoring, start the exam.\n ": "\n 3. Lorsque la configuration de l'examen surveill\u00e9 est compl\u00e9t\u00e9e, cliquez sur D\u00e9marrer l'examen surveill\u00e9.\n ", - "\n Start my exam\n ": "\nD\u00e9marrer mon examen", - "\n 1. Copy this unique exam code. You will be prompted to paste this code later before you start the exam.\n ": "\n 1. Copier le code ci-dessous, il vous sera demand\u00e9 avant de d\u00e9marrer l'examen.\n ", - "\n 2. Follow the link below to set up proctoring.\n ": "\n 2. Cliquez sur le lien ci-dessous lancer la configuration.\n ", - "\n A new window will open. You will run a system check before downloading the proctoring application.\n ": "\n Le diagnostique syst\u00e8me s'ouvrira dans une nouvelle fen\u00eatre avant de t\u00e9l\u00e9charger l'application de surveillance \u00e0 distance.\n ", - "\n About Proctored Exams\n ": "\nA propos des examens surveill\u00e9s", - "\n After the due date has passed, you can review the exam, but you cannot change your answers.\n ": "\n Apr\u00e8s l'\u00e9ch\u00e9ance, vous pouvez revoir l'examen, sans pouvoir modifier vos r\u00e9ponses.\n ", - "\n Are you sure you want to take this exam without proctoring?\n ": "\n\u00cates vous s\u00fbr de vouloir faire cet examen sans surveillance?", - "\n I am not interested in academic credit.\n ": "\nJe ne suis pas int\u00e9ress\u00e9 par les \"cr\u00e9dits universitaires\" ", - "\n I am ready to start this timed exam.\n ": "\nJe suis pr\u00eat \u00e0 d\u00e9marrer cet examen \u00e0 temps limit\u00e9.", - "\n If you take this exam without proctoring, you will no longer be eligible for academic credit. \n ": "\nSi vous faite cet examen sans surveillance, vous ne serez pas eligible \u00e0 des cr\u00e9dits acad\u00e9miques.", - "\n No, I want to continue working.\n ": "\nNon, je veux continuer \u00e0 travailler", - "\n No, I'd like to continue working\n ": "\nNon je voudrais continuer \u00e0 travailler", - "\n Select the exam code, then copy it using Command+C (Mac) or Control+C (Windows).\n ": "\n S\u00e9lectionner le code, puis le copier en utilisant Command+C (Mac) or Control+C (Windows).\n ", - "\n The time allotted for this exam has expired. Your exam has been submitted and any work you completed will be graded.\n ": "\n Le temps allou\u00e9 pour cet examen a expir\u00e9. Votre examen a \u00e9t\u00e9 soumis et vos r\u00e9ponses vont \u00eatre \u00e9valu\u00e9es.\n ", - "\n You have submitted your timed exam.\n ": "\n Vous avez soumis votre examen \u00e0 temps limit\u00e9.\n ", - "\n You will be asked to verify your identity as part of the proctoring exam set up.\n Make sure you are on a computer with a webcam, and that you have valid photo identification\n such as a driver's license or passport, before you continue.\n ": "\n Vous devrez v\u00e9rifier votre identit\u00e9 durant la configuration de l'examen surveill\u00e9.\n Assurez-vous d'\u00eatre sur un ordinateur avec une webcam et d'avoir vos papiers d'identit\u00e9\n avec vous avant de continuer : passeport, carte d'identit\u00e9.\n ", - "\n You will be guided through steps to set up online proctoring software and to perform various checks.\n ": "\nSuivez le guide pour installer le logiciel de surveillance en ligne et effectuer les diff\u00e9rents contr\u00f4les n\u00e9cessaires.", - "\n You will be guided through steps to set up online proctoring software and to perform various checks.
\n ": "\nSuivez le guide pour installer le logiciel de surveillance en ligne et effectuer les diff\u00e9rents contr\u00f4les n\u00e9cessaires.
", - "\n • After you quit the proctoring session, the recorded data is uploaded for review.
\n • Proctoring results are usually available within 5 business days after you submit your exam.\n ": "\n • Apr\u00e8s avoir quitter la session d'examen, vos donn\u00e9es enregistr\u00e9es seront envoy\u00e9es pour \u00e9valuation.
\n • Les r\u00e9sultats de l'\u00e9valuation de votre session surveill\u00e9e sont g\u00e9n\u00e9ralement disponibles apr\u00e8s 1 semaine.\n ", - "\n A technical error has occurred with your proctored exam. To resolve this problem, contact\n technical support. All exam data, including answers\n for completed problems, has been lost. When the problem is resolved you will need to restart\n the exam and complete all problems again.\n ": "\n Une erreur technique est survenue avec votre examen surveill\u00e9. Pour r\u00e9soudre ce probl\u00e8me, contactez\n le support technique. Toutes les donn\u00e9es de votre examen, vos r\u00e9ponses\n aux exercices sont perdues. Lorsque le probl\u00e8me sera r\u00e9solu, vous devrez red\u00e9marrer\n l'examen et r\u00e9pondre de nouveau au questions.\n ", - "\n After the due date for this exam has passed, you will be able to review your answers on this page.\n ": "\n Une fois l'\u00e9ch\u00e9ance pass\u00e9es, vous pourrez voir vos r\u00e9ponses sur cette page.\n ", - "\n After you submit your exam, your responses are graded and your proctoring session is reviewed.\n You might be eligible to earn academic credit for this course if you complete all required exams\n as well as achieve a final grade that meets credit requirements for the course.\n ": "\n Apr\u00e8s avoir envoy\u00e9 votre examen, vos r\u00e9ponses seront \u00e9valu\u00e9es et votre session surveill\u00e9e sera \u00e9valu\u00e9e.\n Vous pouvez \u00eatre \u00e9ligible \u00e0 des cr\u00e9dits acad\u00e9miques ou un certificat pour ce cours\n si votre note est suffisante et votre session valid\u00e9e.\n ", - "\n Are you sure that you want to submit your timed exam?\n ": "\n \u00cates-vous s\u00fbr de vouloir soumettre votre examen \u00e0 temps limit\u00e9?\n ", - "\n Are you sure you want to end your proctored exam?\n ": "\n \u00cates-vous s\u00fbre de vouloir terminer votre examen surveill\u00e9?\n ", - "\n Because the due date has passed, you are no longer able to take this exam.\n ": "\nVous ne pouvez plus passer cet examen car, l\u2019\u00e9ch\u00e9ance est pass\u00e9e.", - "\n Error with proctored exam\n ": "\nErreur lors de l'examen surveill\u00e9", - "\n Follow these instructions\n ": "\nSuivez ces instructions", - "\n Get familiar with proctoring for real exams later in the course. This practice exam has no impact\n on your grade in the course.\n ": "\n Entrainez-vous \u00e0 passer un examen surveill\u00e9. Cet examen surveill\u00e9 d'entrainement n'est pas not\u00e9\n et sans impact sur votre note finale.\n ", - "\n If the proctoring software window is still open, you can close it now. Confirm that you want to quit the application when you are prompted.\n ": "\n Si la fen\u00eatre de RPNow est toujours ouverte, vous pouvez maintenant la fermer. Confirmez que vous souhaitez quitter l'application si cela vous est demand\u00e9.\n ", - "\n If you have concerns about your proctoring session results, contact your course team.\n ": "\n Si vous avez des questions \u00e0 propos de vos r\u00e9sultats de session surveill\u00e9e, contactez l'\u00e9quipe du cours.\n ", - "\n If you have disabilities,\n you might be eligible for an additional time allowance on timed exams.\n Ask your course team for information about additional time allowances.\n ": "\n Si vous avez des incapacit\u00e9s,\n vous pouvez demander du temps suppl\u00e9mentaire.\n Contactez l'\u00e9quipe du cours pour les demandes de temps suppl\u00e9mentaire.\n ", - "\n If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n ": "\n Si vous avez des questions \u00e0 propos du statut de votre examen surveill\u00e9, contactez le support %(platform_name)s.\n ", - "\n Practice exams do not affect your grade or your credit eligibility.\n You have completed this practice exam and can continue with your course work.\n ": "\n Les examens d'entrainement n'affectent pas votre note.\n Vous avez termin\u00e9 cet examen d'entrainement, vous pouvez continuer \u00e0 parcourir le cours.\n ", - "\n The due date for this exam has passed\n ": "\n La date limite pour cet examen est pass\u00e9e\n ", - "\n There was a problem with your practice proctoring session\n ": "\nIl y a eu un probl\u00e8me avec l'essai de votre session de surveillance", - "\n This exam is proctored\n ": "\nCet examen est surveill\u00e9", - "\n To be eligible for course credit or for a MicroMasters credential, you must pass the proctoring review for this exam.\n ": "\nPour \u00eatre \u00e9ligible aux cr\u00e9dits acad\u00e9miques, vous devez passer cet examen avec surveillance.", - "\n To view your exam questions and responses, select View my exam. The exam's review status is shown in the left navigation pane.\n ": "\n Pour voir votre examen et vos r\u00e9ponses, cliquez sur Voir mon examen. Le statut de la revue de l'examen est disponible dans le menu de gauche.\n ", - "\n Try a proctored exam\n ": "\nEssayer un examen surveill\u00e9", - "\n View your credit eligibility status on your Progress page.\n ": "\n Visusalisez votre note dans l'onglet Progression .\n ", - "\n Yes, end my proctored exam\n ": "\n Oui, terminer mon examen surveill\u00e9\n ", - "\n Yes, submit my timed exam.\n ": "\nOui, soumettre cet examen \u00e0 temps limit\u00e9.", - "\n You are eligible to purchase academic credit for this course if you complete all required exams\n and also achieve a final grade that meets the credit requirements for the course.\n ": "\n Vous \u00eates \u00e9ligible \u00e1 des cr\u00e9dits acad\u00e9miques pour ce cours si vous \n obtenez la note requise.\n ", - "\n You are no longer eligible for academic credit for this course, regardless of your final grade.\n If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n ": "\n Vous n'\u00eates plus \u00e9ligible au certificat ou cr\u00e9dits acad\u00e9miques.\n Si vous avez des question \u00e0 propos des r\u00e9sultats de votre examen surveill\u00e9, contactez le support %(platform_name)s.\n ", - "\n You have submitted this practice proctored exam\n ": "\n Vous avez envoy\u00e9 votre examen d'entrainement surveill\u00e9\n ", - "\n You have submitted this proctored exam for review\n ": "\n Vous avez envoyer votre examen surveill\u00e9 pour \u00e9valuation\n ", - "\n Your grade for this timed exam will be immediately available on the Progress page.\n ": "\n Votre note pour cet examen \u00e0 temps limit\u00e9 sera disponible directement dans l'onglet Progression.\n ", - "\n Your practice proctoring results: Unsatisfactory \n ": "\n Vos r\u00e9sultats d'examen surveill\u00e9 d'entrainement: \u00c9chec \n ", - "\n Your proctoring session ended before you completed this practice exam.\n You can retry this practice exam if you had problems setting up the online proctoring software.\n ": "\n Votre session surveill\u00e9e s'est termin\u00e9e avant que vous n'ayez pu compl\u00e9ter votre examen d'entrainement.\n Vous pouvez reessayer cet examen d'entrainement si vous avez eu des probl\u00e8mes pour configurer l'outil de surveillance \u00e0 distance.\n ", - "\n Your proctoring session was reviewed and did not pass requirements\n ": "\n Votre session surveill\u00e9e a \u00e9t\u00e9 \u00e9valu\u00e9e et n'a pas compl\u00e9t\u00e9 les pr\u00e9-requis\n ", - "\n Your proctoring session was reviewed and passed all requirements\n ": "\n Votre session surveill\u00e9e a \u00e9t\u00e9 \u00e9valu\u00e9e et valid\u00e9e\n ", - "\n %(exam_name)s is a Timed Exam (%(total_time)s)\n ": "\n %(exam_name)s est un examen minut\u00e9 (%(total_time)s)\n ", - "\n You did not satisfy the following prerequisites:\n ": "\nVous n'avez pas satisfait les pr\u00e9requis suivants:", - "\n You did not satisfy the requirements for taking this exam with proctoring, and are not eligible for credit. See your Progress page for a list of requirements and your status for each.\n ": "\n Vous n'avez pas satisfait les exigences pour suivre cet examen surveill\u00e9, vous n'\u00eates pas \u00e9ligible \u00e0 des cr\u00e9dits. Voir l'onglet Progression pour la liste et le statut de chaque exigence.\n ", - " From this point in time, you must follow the online proctoring rules to pass the proctoring review for your exam. ": " A ce stade vous devez suivre les r\u00e9gles de surveillance pour satisfaire les revues de votre examen surveill\u00e9. ", - " Link": "Lien", - " Your Proctoring Session Has Started ": "Votre session d'examen surveill\u00e9 a d\u00e9marr\u00e9", - " and ": "et", - " and {num_of_minutes} minute": "et {num_of_minutes} minute", - " and {num_of_minutes} minutes": "et {num_of_minutes} minutes", - " learner does not exist in LMS and not added to the exception list": "apprenant n'existant pas dans le LMS et non ajout\u00e9 dans la liste d'exception", - " learner is successfully added to the exception list": "apprenant ajout\u00e9 avec succ\u00e8s \u00e0 la liste d'exception", - " learners are already white listed and not added to the exception list": "ces \u00e9tudiants sont d\u00e9j\u00e0 dans la liste blanche et non ajout\u00e9s \u00e0 la liste des exceptions", - " learners are successfully added to exception list": "apprenants ajout\u00e9s avec succ\u00e8s \u00e0 la liste d'exception", - " learners do not exist in LMS and not added to the exception list": "ces \u00e9tudiants n'existent pas dans le LMS et n'ont pas \u00e9t\u00e9 ajout\u00e9s \u00e0 la liste des exceptions", - " record is not in correct format and not added to the exception list": "enregistrement n'est pas dans le bon format et n'a pas \u00e9t\u00e9 ajout\u00e9 \u00e0 la liste des exceptions", - " records are not in correct format and not added to the exception list": "enregistrements ne sont pas dans le bon format et n'ont pas \u00e9t\u00e9 ajout\u00e9s \u00e0 la liste des exceptions", - " to complete and submit the exam.": "pour compl\u00e9ter et soumettre l'examen.", - "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", - "%(download_link_start)sDownload this image (right-click or option-click, save as)%(link_end)s and then %(upload_link_start)supload%(link_end)s it to your backpack.": "%(download_link_start)sT\u00e9l\u00e9charger cette image (clique-droite ou clique-option, sauvegarder comme%(link_end)s et ensuite %(upload_link_start)st\u00e9l\u00e9verser%(link_end)s l\u00e0 dans votre backpack.", + "\n\nThis email is to let you know that the status of your proctoring session review for %(exam_name)s in\n%(course_name)s is %(status)s. If you have any questions about proctoring,\ncontact %(platform)s support at %(contact_email)s.\n\n": "\n\nCet email pour vous informer que le statut de votre examen %(exam_name)s du cours\n%(course_name)s est %(status)s. Si vous avez des questions \u00e0 propos des revues,\ncontacter le support %(platform)s sur %(contact_email)s.\n\n", + "\n 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 ": "\n Ne fermez pas cette fen\u00eatre avant d'avoir termin\u00e9 votre examen. Si vous fermez cette fen\u00eatre, votre session d'examen surveill\u00e9 sera termin\u00e9.\n ", + "\n Return to the %(platform_name)s course window to start your exam. When you have finished your exam and\n have marked it as complete, you can close this window to end the proctoring session\n and upload your proctoring session data for review.\n ": "\n Retournez sur la page du cours %(platform_name)s pour d\u00e9marrer votre examen. Lorsque vous avez fini l'examen et\n indiqu\u00e9 qu'il est compl\u00e9t\u00e9, vous pouvez fermer cette fen\u00eatre pour terminer la session d'examen surveill\u00e9\n et charg\u00e9 votre session pour \u00e9valuation par nos \u00e9quipes.\n ", + "\n 3. When you have finished setting up proctoring, start the exam.\n ": "\n 3. Lorsque la configuration de l'examen surveill\u00e9 est compl\u00e9t\u00e9e, cliquez sur D\u00e9marrer l'examen surveill\u00e9.\n ", + "\n Start my exam\n ": "\nD\u00e9marrer mon examen", + "\n 1. Copy this unique exam code. You will be prompted to paste this code later before you start the exam.\n ": "\n 1. Copier le code ci-dessous, il vous sera demand\u00e9 avant de d\u00e9marrer l'examen.\n ", + "\n 2. Follow the link below to set up proctoring.\n ": "\n 2. Cliquez sur le lien ci-dessous lancer la configuration.\n ", + "\n A new window will open. You will run a system check before downloading the proctoring application.\n ": "\n Le diagnostique syst\u00e8me s'ouvrira dans une nouvelle fen\u00eatre avant de t\u00e9l\u00e9charger l'application de surveillance \u00e0 distance.\n ", + "\n About Proctored Exams\n ": "\nA propos des examens surveill\u00e9s", + "\n After the due date has passed, you can review the exam, but you cannot change your answers.\n ": "\n Apr\u00e8s l'\u00e9ch\u00e9ance, vous pouvez revoir l'examen, sans pouvoir modifier vos r\u00e9ponses.\n ", + "\n Are you sure you want to take this exam without proctoring?\n ": "\n\u00cates vous s\u00fbr de vouloir faire cet examen sans surveillance?", + "\n I am not interested in academic credit.\n ": "\nJe ne suis pas int\u00e9ress\u00e9 par les \"cr\u00e9dits universitaires\" ", + "\n I am ready to start this timed exam.\n ": "\nJe suis pr\u00eat \u00e0 d\u00e9marrer cet examen \u00e0 temps limit\u00e9.", + "\n If you take this exam without proctoring, you will no longer be eligible for academic credit. \n ": "\nSi vous faite cet examen sans surveillance, vous ne serez pas eligible \u00e0 des cr\u00e9dits acad\u00e9miques.", + "\n No, I want to continue working.\n ": "\nNon, je veux continuer \u00e0 travailler", + "\n No, I'd like to continue working\n ": "\nNon je voudrais continuer \u00e0 travailler", + "\n Select the exam code, then copy it using Command+C (Mac) or Control+C (Windows).\n ": "\n S\u00e9lectionner le code, puis le copier en utilisant Command+C (Mac) or Control+C (Windows).\n ", + "\n The time allotted for this exam has expired. Your exam has been submitted and any work you completed will be graded.\n ": "\n Le temps allou\u00e9 pour cet examen a expir\u00e9. Votre examen a \u00e9t\u00e9 soumis et vos r\u00e9ponses vont \u00eatre \u00e9valu\u00e9es.\n ", + "\n You have submitted your timed exam.\n ": "\n Vous avez soumis votre examen \u00e0 temps limit\u00e9.\n ", + "\n You will be asked to verify your identity as part of the proctoring exam set up.\n Make sure you are on a computer with a webcam, and that you have valid photo identification\n such as a driver's license or passport, before you continue.\n ": "\n Vous devrez v\u00e9rifier votre identit\u00e9 durant la configuration de l'examen surveill\u00e9.\n Assurez-vous d'\u00eatre sur un ordinateur avec une webcam et d'avoir vos papiers d'identit\u00e9\n avec vous avant de continuer : passeport, carte d'identit\u00e9.\n ", + "\n You will be guided through steps to set up online proctoring software and to perform various checks.\n ": "\nSuivez le guide pour installer le logiciel de surveillance en ligne et effectuer les diff\u00e9rents contr\u00f4les n\u00e9cessaires.", + "\n You will be guided through steps to set up online proctoring software and to perform various checks.
\n ": "\nSuivez le guide pour installer le logiciel de surveillance en ligne et effectuer les diff\u00e9rents contr\u00f4les n\u00e9cessaires.
", + "\n • After you quit the proctoring session, the recorded data is uploaded for review.
\n • Proctoring results are usually available within 5 business days after you submit your exam.\n ": "\n • Apr\u00e8s avoir quitter la session d'examen, vos donn\u00e9es enregistr\u00e9es seront envoy\u00e9es pour \u00e9valuation.
\n • Les r\u00e9sultats de l'\u00e9valuation de votre session surveill\u00e9e sont g\u00e9n\u00e9ralement disponibles apr\u00e8s 1 semaine.\n ", + "\n A technical error has occurred with your proctored exam. To resolve this problem, contact\n technical support. All exam data, including answers\n for completed problems, has been lost. When the problem is resolved you will need to restart\n the exam and complete all problems again.\n ": "\n Une erreur technique est survenue avec votre examen surveill\u00e9. Pour r\u00e9soudre ce probl\u00e8me, contactez\n le support technique. Toutes les donn\u00e9es de votre examen, vos r\u00e9ponses\n aux exercices sont perdues. Lorsque le probl\u00e8me sera r\u00e9solu, vous devrez red\u00e9marrer\n l'examen et r\u00e9pondre de nouveau au questions.\n ", + "\n After the due date for this exam has passed, you will be able to review your answers on this page.\n ": "\n Une fois l'\u00e9ch\u00e9ance pass\u00e9es, vous pourrez voir vos r\u00e9ponses sur cette page.\n ", + "\n After you submit your exam, your responses are graded and your proctoring session is reviewed.\n You might be eligible to earn academic credit for this course if you complete all required exams\n as well as achieve a final grade that meets credit requirements for the course.\n ": "\n Apr\u00e8s avoir envoy\u00e9 votre examen, vos r\u00e9ponses seront \u00e9valu\u00e9es et votre session surveill\u00e9e sera \u00e9valu\u00e9e.\n Vous pouvez \u00eatre \u00e9ligible \u00e0 des cr\u00e9dits acad\u00e9miques ou un certificat pour ce cours\n si votre note est suffisante et votre session valid\u00e9e.\n ", + "\n Are you sure that you want to submit your timed exam?\n ": "\n \u00cates-vous s\u00fbr de vouloir soumettre votre examen \u00e0 temps limit\u00e9?\n ", + "\n Are you sure you want to end your proctored exam?\n ": "\n \u00cates-vous s\u00fbre de vouloir terminer votre examen surveill\u00e9?\n ", + "\n Because the due date has passed, you are no longer able to take this exam.\n ": "\nVous ne pouvez plus passer cet examen car, l\u2019\u00e9ch\u00e9ance est pass\u00e9e.", + "\n Error with proctored exam\n ": "\nErreur lors de l'examen surveill\u00e9", + "\n Follow these instructions\n ": "\nSuivez ces instructions", + "\n Get familiar with proctoring for real exams later in the course. This practice exam has no impact\n on your grade in the course.\n ": "\n Entrainez-vous \u00e0 passer un examen surveill\u00e9. Cet examen surveill\u00e9 d'entrainement n'est pas not\u00e9\n et sans impact sur votre note finale.\n ", + "\n If the proctoring software window is still open, you can close it now. Confirm that you want to quit the application when you are prompted.\n ": "\n Si la fen\u00eatre de RPNow est toujours ouverte, vous pouvez maintenant la fermer. Confirmez que vous souhaitez quitter l'application si cela vous est demand\u00e9.\n ", + "\n If you have concerns about your proctoring session results, contact your course team.\n ": "\n Si vous avez des questions \u00e0 propos de vos r\u00e9sultats de session surveill\u00e9e, contactez l'\u00e9quipe du cours.\n ", + "\n If you have disabilities,\n you might be eligible for an additional time allowance on timed exams.\n Ask your course team for information about additional time allowances.\n ": "\n Si vous avez des incapacit\u00e9s,\n vous pouvez demander du temps suppl\u00e9mentaire.\n Contactez l'\u00e9quipe du cours pour les demandes de temps suppl\u00e9mentaire.\n ", + "\n If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n ": "\n Si vous avez des questions \u00e0 propos du statut de votre examen surveill\u00e9, contactez le support %(platform_name)s.\n ", + "\n Practice exams do not affect your grade or your credit eligibility.\n You have completed this practice exam and can continue with your course work.\n ": "\n Les examens d'entrainement n'affectent pas votre note.\n Vous avez termin\u00e9 cet examen d'entrainement, vous pouvez continuer \u00e0 parcourir le cours.\n ", + "\n The due date for this exam has passed\n ": "\n La date limite pour cet examen est pass\u00e9e\n ", + "\n There was a problem with your practice proctoring session\n ": "\nIl y a eu un probl\u00e8me avec l'essai de votre session de surveillance", + "\n This exam is proctored\n ": "\nCet examen est surveill\u00e9", + "\n To be eligible for course credit or for a MicroMasters credential, you must pass the proctoring review for this exam.\n ": "\nPour \u00eatre \u00e9ligible aux cr\u00e9dits acad\u00e9miques, vous devez passer cet examen avec surveillance.", + "\n To view your exam questions and responses, select View my exam. The exam's review status is shown in the left navigation pane.\n ": "\n Pour voir votre examen et vos r\u00e9ponses, cliquez sur Voir mon examen. Le statut de la revue de l'examen est disponible dans le menu de gauche.\n ", + "\n Try a proctored exam\n ": "\nEssayer un examen surveill\u00e9", + "\n View your credit eligibility status on your Progress page.\n ": "\n Visusalisez votre note dans l'onglet Progression .\n ", + "\n Yes, end my proctored exam\n ": "\n Oui, terminer mon examen surveill\u00e9\n ", + "\n Yes, submit my timed exam.\n ": "\nOui, soumettre cet examen \u00e0 temps limit\u00e9.", + "\n You are eligible to purchase academic credit for this course if you complete all required exams\n and also achieve a final grade that meets the credit requirements for the course.\n ": "\n Vous \u00eates \u00e9ligible \u00e1 des cr\u00e9dits acad\u00e9miques pour ce cours si vous \n obtenez la note requise.\n ", + "\n You are no longer eligible for academic credit for this course, regardless of your final grade.\n If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n ": "\n Vous n'\u00eates plus \u00e9ligible au certificat ou cr\u00e9dits acad\u00e9miques.\n Si vous avez des question \u00e0 propos des r\u00e9sultats de votre examen surveill\u00e9, contactez le support %(platform_name)s.\n ", + "\n You have submitted this practice proctored exam\n ": "\n Vous avez envoy\u00e9 votre examen d'entrainement surveill\u00e9\n ", + "\n You have submitted this proctored exam for review\n ": "\n Vous avez envoyer votre examen surveill\u00e9 pour \u00e9valuation\n ", + "\n Your grade for this timed exam will be immediately available on the Progress page.\n ": "\n Votre note pour cet examen \u00e0 temps limit\u00e9 sera disponible directement dans l'onglet Progression.\n ", + "\n Your practice proctoring results: Unsatisfactory \n ": "\n Vos r\u00e9sultats d'examen surveill\u00e9 d'entrainement: \u00c9chec \n ", + "\n Your proctoring session ended before you completed this practice exam.\n You can retry this practice exam if you had problems setting up the online proctoring software.\n ": "\n Votre session surveill\u00e9e s'est termin\u00e9e avant que vous n'ayez pu compl\u00e9ter votre examen d'entrainement.\n Vous pouvez reessayer cet examen d'entrainement si vous avez eu des probl\u00e8mes pour configurer l'outil de surveillance \u00e0 distance.\n ", + "\n Your proctoring session was reviewed and did not pass requirements\n ": "\n Votre session surveill\u00e9e a \u00e9t\u00e9 \u00e9valu\u00e9e et n'a pas compl\u00e9t\u00e9 les pr\u00e9-requis\n ", + "\n Your proctoring session was reviewed and passed all requirements\n ": "\n Votre session surveill\u00e9e a \u00e9t\u00e9 \u00e9valu\u00e9e et valid\u00e9e\n ", + "\n %(exam_name)s is a Timed Exam (%(total_time)s)\n ": "\n %(exam_name)s est un examen minut\u00e9 (%(total_time)s)\n ", + "\n You did not satisfy the following prerequisites:\n ": "\nVous n'avez pas satisfait les pr\u00e9requis suivants:", + "\n You did not satisfy the requirements for taking this exam with proctoring, and are not eligible for credit. See your Progress page for a list of requirements and your status for each.\n ": "\n Vous n'avez pas satisfait les exigences pour suivre cet examen surveill\u00e9, vous n'\u00eates pas \u00e9ligible \u00e0 des cr\u00e9dits. Voir l'onglet Progression pour la liste et le statut de chaque exigence.\n ", + " From this point in time, you must follow the online proctoring rules to pass the proctoring review for your exam. ": " A ce stade vous devez suivre les r\u00e9gles de surveillance pour satisfaire les revues de votre examen surveill\u00e9. ", + " Link": "Lien", + " Your Proctoring Session Has Started ": "Votre session d'examen surveill\u00e9 a d\u00e9marr\u00e9", + " and ": "et", + " and {num_of_minutes} minute": "et {num_of_minutes} minute", + " and {num_of_minutes} minutes": "et {num_of_minutes} minutes", + " learner does not exist in LMS and not added to the exception list": "apprenant n'existant pas dans le LMS et non ajout\u00e9 dans la liste d'exception", + " learner is successfully added to the exception list": "apprenant ajout\u00e9 avec succ\u00e8s \u00e0 la liste d'exception", + " learners are already white listed and not added to the exception list": "ces \u00e9tudiants sont d\u00e9j\u00e0 dans la liste blanche et non ajout\u00e9s \u00e0 la liste des exceptions", + " learners are successfully added to exception list": "apprenants ajout\u00e9s avec succ\u00e8s \u00e0 la liste d'exception", + " learners do not exist in LMS and not added to the exception list": "ces \u00e9tudiants n'existent pas dans le LMS et n'ont pas \u00e9t\u00e9 ajout\u00e9s \u00e0 la liste des exceptions", + " record is not in correct format and not added to the exception list": "enregistrement n'est pas dans le bon format et n'a pas \u00e9t\u00e9 ajout\u00e9 \u00e0 la liste des exceptions", + " records are not in correct format and not added to the exception list": "enregistrements ne sont pas dans le bon format et n'ont pas \u00e9t\u00e9 ajout\u00e9s \u00e0 la liste des exceptions", + " to complete and submit the exam.": "pour compl\u00e9ter et soumettre l'examen.", + "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", "%(errorCount)s error found in form.": [ - "%(errorCount)s erreur trouv\u00e9e dans le formulaire.", + "%(errorCount)s erreur trouv\u00e9e dans le formulaire.", "%(errorCount)s erreurs trouv\u00e9es dans le formulaire." - ], - "%(field)s can only contain up to %(count)d characters.": "Les %(field)s ne peuvent pas d\u00e9passer %(count)d caract\u00e8res.", - "%(field)s must have at least %(count)d characters.": "Les %(field)s doivent avoir au moins %(count)d caract\u00e8res.", - "%(memberCount)s / %(maxMemberCount)s Member": [ - "%(memberCount)s / %(maxMemberCount)s membre", - "%(memberCount)s / %(maxMemberCount)s membres" - ], - "%(new_item_message)s": "%(new_item_message)s", + ], + "%(field)s can only contain up to %(count)d characters.": "Les %(field)s ne peuvent pas d\u00e9passer %(count)d caract\u00e8res.", + "%(field)s must have at least %(count)d characters.": "Les %(field)s doivent avoir au moins %(count)d caract\u00e8res.", + "%(new_item_message)s": "%(new_item_message)s", "%(num_questions)s question": [ - "%(num_questions)s question", + "%(num_questions)s question", "%(num_questions)s questions" - ], + ], "%(num_students)s student": [ - "%(num_students)s \u00e9tudiant", + "%(num_students)s \u00e9tudiant", "%(num_students)s \u00e9tudiants" - ], + ], "%(num_students)s student opened Subsection": [ - "%(num_students)s \u00e9tudiant a ouvert cette sous-section", + "%(num_students)s \u00e9tudiant a ouvert cette sous-section", "%(num_students)s \u00e9tudiants ont ouvert la sous-section" - ], - "%(programName)s Home Page.": "Page d'accueil %(programName)s.", + ], + "%(programName)s Home Page.": "Page d'accueil %(programName)s.", "%(sel)s of %(cnt)s selected": [ - "%(sel)s sur %(cnt)s s\u00e9lectionn\u00e9", + "%(sel)s sur %(cnt)s s\u00e9lectionn\u00e9", "%(sel)s sur %(cnt)s s\u00e9lectionn\u00e9s" - ], - "%(team_count)s Team": [ - "%(team_count)s Equipe", - "%(team_count)s \u00c9quipes" - ], - "%(type)s Component Template Menu": "%(type)s Menu Mod\u00e8le de Composant", - "%s ago": "il y a %s ", - "%s from now": "depuis %s ", - "(Add signatories for a certificate)": "(Ajouter des signatures pour le certificat)", - "(Caption will be displayed when you start playing the video.)": "(Les sous-titres s'afficheront quand vous lancerez la vid\u00e9o.)", - "(Optional)": "(Optionnel)", - "(Required Field)": "(Champ requis)", - "(Self-paced) Ended {end}": "(\u00c0 votre rythme) Termin\u00e9 {end}", + ], + "%(type)s Component Template Menu": "%(type)s Menu Mod\u00e8le de Composant", + "%s ago": "il y a %s ", + "%s from now": "depuis %s ", + "(Add signatories for a certificate)": "(Ajouter des signatures pour le certificat)", + "(Caption will be displayed when you start playing the video.)": "(Les sous-titres s'afficheront quand vous lancerez la vid\u00e9o.)", + "(Optional)": "(Optionnel)", + "(Required Field)": "(Champ requis)", + "(Self-paced) Ended {end}": "(\u00c0 votre rythme) Termin\u00e9 {end}", "(contains %(student_count)s student)": [ - "(contient %(student_count)s \u00e9tudiant)", + "(contient %(student_count)s \u00e9tudiant)", "(contient %(student_count)s \u00e9tudiants)" - ], - "(optional)": "(optionnel)", - "(required)": "(requis)", - "(required):": "(requis):", - "- Sortable": "- Triable", - "6 a.m.": "6:00", - "6 p.m.": "18:00", - ": video upload complete.": ": t\u00e9l\u00e9chargement de la vid\u00e9o termin\u00e9", - "<%= user %> already in exception list.": "<%= user %> est d\u00e9j\u00e0 dans la liste d'exception.", - "<%= user %> has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.": "<%= user %> a \u00e9t\u00e9 ajout\u00e9 avec succ\u00e8s \u00e0 la liste d'exception. Cliquez ci-dessous sur G\u00e9n\u00e9rer le Certificat d'Exception pour l'envoyer.", - "A Password is required": "Un Mot de passe est requis.", - "A driver's license, passport, or government-issued ID with your name and photo.": "Un permis de conduire, un passeport ou toute pi\u00e8ce d'identit\u00e9 avec votre nom et photo.", - "A driver's license, passport, or other government-issued ID with your name and photo": "Un permis de conduire, un passeport ou toute pi\u00e8ce d'identit\u00e9 avec votre nom et photo.", - "A list of courses you have just enrolled in as a verified student": "Une liste de cours o\u00f9 vous venez de vous inscrire en tant qu'\u00e9tudiant v\u00e9rifi\u00e9", - "A name that identifies your team (maximum 255 characters).": "Un nom qui d\u00e9signe votre \u00e9quipe (maximum 255 caract\u00e8res)", - "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "Une courte description de l'\u00e9quipe pour aider les autres \u00e9tudiants \u00e0 comprendre les buts ou l'id\u00e9e directrice de l'\u00e9quipe (maximum 300 caract\u00e8res).", - "A valid email address is required": "Une adresse email valide est requise", - "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", - "Abbreviation": "Abr\u00e9viation", - "About Me": "\u00c0 propos de moi", - "About You": "A propos de vous", - "About me": "A propos de moi", - "Access to some content in this unit is restricted to specific groups of learners": "L'acc\u00e8s \u00e0 une partie du contenu de cette unit\u00e9 est restreint \u00e0 un groupe d'\u00e9tudiants sp\u00e9cifique.", - "Accomplishments": "Accomplissements", - "Accomplishments Pagination": "Paginations des r\u00e9alisations", - "Account": "Compte", - "Account Information": "Information du compte", - "Account Not Activated": "Compte non activ\u00e9", - "Account Settings": "Param\u00e8tres du compte", - "Account Settings page.": "Param\u00e8tres du compte", - "Action": "Action", - "Action required: Enter a valid date.": "Action requise : Entrez une date valide.", - "Actions": "Actions", - "Activate": "Activer", - "Activate Your Account": "Activez votre compte", - "Activating a link in this group will skip to the corresponding point in the video.": "L'activation d'un lien dans ce groupe permettra d'aller au point correspondant de la vid\u00e9o.", - "Active": "Actif", - "Active Uploads": "T\u00e9l\u00e9chargement Actifs", - "Add": "Ajouter", - "Add Additional Signatory": "Ajouter une signature additionnelle.", - "Add Cohort": "Ajouter une cohorte", - "Add Component:": "Ajouter un composant :", - "Add Country": "Ajouter un Pays", - "Add Learners": "Ajouter des \u00e9tudiants", - "Add New Component": "Ajouter un nouveau Composant", - "Add Thumbnail": "Ajouter une vignette", - "Add Thumbnail - {videoName}": "Ajouter une vignette - {videoName}", - "Add URLs for additional versions": "Ajoutez des URL pour des versions suppl\u00e9mentaires", - "Add a Chapter": "Ajouter un chapitre", - "Add a New Cohort": "Ajouter une cohorte", - "Add a learning outcome here": "Ajouter un r\u00e9sultat d'apprentissage ici", - "Add another group": "Ajouter un autre groupe", - "Add language": "Ajouter une langue", - "Add learners to this cohort": "Ajouter des apprenants \u00e0 cette cohorte", - "Add notes about this learner": "Ajouter des notes \u00e0 propos de cet apprenant", - "Add to Dictionary": "Ajouter au dictionnaire", - "Add to Exception List": "Ajouter \u00e0 la liste de d\u00e9rogation", - "Add your first content group": "Ajouter votre premier groupe de contenu", - "Add your first group configuration": "Ajouter votre premier groupe de configuration", - "Add your first textbook": "Ajouter votre premier manuel", - "Add {role} Access": "Ajouter un acc\u00e8s {role}", - "Adding": "Ajout", - "Adding the selected course to your cart": "Ajout dans le panier en cours", - "Additional Information": "Information additionnelle", - "Additional Time (minutes)": "Temps additionnel (minutes)", - "Additional responses could not be loaded. Refresh the page and try again.": "Les r\u00e9actions suppl\u00e9mentaires n'ont pas pu \u00eatre charg\u00e9es. Veuillez actualiser la page et essayer \u00e0 nouveau.", - "Adjust video speed": "R\u00e9gler la vitesse de lecture de la vid\u00e9o", - "Adjust video volume": "R\u00e9gler le volume de la vid\u00e9o", - "Admin": "Administrateur", - "Advanced": "Avanc\u00e9", - "After the course\\'s end date has passed, learners can no longer access subsection content. The subsection remains included in grade calculations.": "Une fois la date de fin du cours pass\u00e9e, les \u00e9tudiants n'auront plus acc\u00e8s au contenu de la sous-section. La sous-section sera toujours prise en compte lors du calcul des notes.", - "After the subsection\\'s due date has passed, learners can no longer access its content. The subsection remains included in grade calculations.": "Apr\u00e8s que la date limite de la sous-section soit pass\u00e9e, les apprenants ne peuvent plus acc\u00e9der \u00e0 son contenu. La sous-section reste incluse dans les calculs de note.", - "After you select ": "Apr\u00e8s avoir choisi", - "After you upload new files all your previously uploaded files will be overwritten. Continue?": "Apr\u00e8s avoir charger les nouveaux fichiers tous les pr\u00e9c\u00e9dents fichiers seront supprim\u00e9s. Continuer?", - "Align center": "Aligner au centre", - "Align left": "Aligner \u00e0 gauche", - "Align right": "Aligner \u00e0 droite", - "Alignment": "Alignement", - "All Learners and Staff": "Tous les apprenants et l'\u00e9quipe p\u00e9dagogique", - "All Posts": "Tous les posts", - "All Rights Reserved": "Tous droits r\u00e9serv\u00e9s", - "All Time Zones": "Tous les fuseaux horaires", - "All Topics": "Tous les sujets", - "All Unreviewed": "Tous les non-revus", - "All Unreviewed Failures": "Tous les \u00e9checs non-revus", - "All accounts were created successfully.": "Tous les comptes ont \u00e9t\u00e9 cr\u00e9\u00e9s avec succ\u00e8s.", - "All groups must have a name.": "Tous les groupes doivent avoir un nom.", - "All groups must have a unique name.": "Tous les groupes doivent avoir un nom unique.", - "All learners in the {cohort_name} cohort": "Tous les apprenants de la cohorte {cohort_name}", - "All learners in the {track_name} track": "Tout apprenant dans le parcours {track_name}", - "All learners who are enrolled in this course": "Tous les apprenants qui sont inscrits \u00e0 ce cours ", - "All payment options are currently unavailable.": "Toutes les options de paiement sont pour l'instant indisponibles.", - "All professional education courses are fee-based, and require payment to complete the enrollment process.": "Les cours professionnels requi\u00e8rent un paiement afin de terminer le processus d'inscription.", - "All subsections": "Toutes les sous-sections", - "All teams": "Toutes les \u00e9quipes", - "All topics": "Tous les sujets", - "All units": "Toutes les unit\u00e9s", - "All users on the Exception list": "Tous les utilisateurs sur la liste de d\u00e9rogation", - "All users on the Exception list who do not yet have a certificate": "Tous les utilisateurs sur la liste de d\u00e9rogation qui n'ont pas encore une attestation", - "Allow students to generate certificates for this course?": "Autoriser les \u00e9tudiants \u00e0 g\u00e9n\u00e9rer des certificats pour ce cours?", - "Already a course team member": "D\u00e9j\u00e0 membre de l'\u00e9quipe du cours", - "Already a library team member": "Participe d\u00e9j\u00e0 au cours s\u00e9lectionn\u00e9", - "Already a member": "D\u00e9j\u00e0 membre", - "Already have an {platformName} account?": "Vous poss\u00e9dez d\u00e9j\u00e0 un compte {platformName}\u00a0?", - "Alternative source": "Source alternative", - "Always divide content-specific discussion topics": "Toujours s\u00e9parer les sujets de discussion au contenu bien pr\u00e9cis.", - "Always show assessment results": "Toujours afficher les r\u00e9sultats d'\u00e9valuation", - "Amount": "Montant", - "An email has been sent to {userEmail} with a link for you to activate your account.": "Un email a \u00e9t\u00e9 envoy\u00e9 \u00e0 {userEmail} avec un lien vous permettant d'activer votre compte.", - "An error has occurred. Check your Internet connection and try again.": "Une erreur est survenue. V\u00e9rifiez votre connexion internet et r\u00e9essayez de nouveau.", - "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "Une erreur est survenue. Assurez-vous que vous \u00eates bien connect\u00e9 \u00e0 Internet et essayez de rafra\u00eechir la page.", - "An error has occurred. Please try again later.": "Une erreur est survenue. Merci de r\u00e9essayer plus tard.", - "An error has occurred. Please try again.": "Une erreur est survenue. Merci de r\u00e9essayer de nouveau.", - "An error has occurred. Please try reloading the page.": "Une erreur est survenue. Essayez de rafra\u00eechir la page.", - "An error has occurred. Refresh the page, and then try again.": "Une erreur a eu lieu. Rafra\u00eechissez la page et r\u00e9essayez.", - "An error has occurred. Try refreshing the page, or check your Internet connection.": "Une erreur est survenue. Essayez de rafra\u00eechir la page, ou v\u00e9rifiez votre connexion internet.", - "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "Une erreur est survenue lors de la r\u00e9cup\u00e9ration de votre courriel. S'il vous pla\u00eet r\u00e9essayez plus tard, et contactez le support technique si le probl\u00e8me persiste.", - "An error occurred when signing you in to %s.": "Une erreur s'est produite en vous connectant \u00e0 %s.", - "An error occurred while removing the member from the team. Try again.": "Une erreur est survenue lors de la suppression du membre de l'\u00e9quipe. R\u00e9essayez.", - "An error occurred.": "Une erreur est survenue.", - "An error occurred. Make sure that the student's username or email address is correct and try again.": "Une erreur est survenue. Assurez-vous que l'identifiant et le courriel de l'\u00e9tudiant sont corrects et essayez de nouveau.", - "An error occurred. Please reload the page.": "Une erreur est survenue. Merci de rafra\u00eechir la page.", - "An error occurred. Please try again.": "Une erreur est survenue. Veuillez r\u00e9essayer.", - "An error occurred. Try again.": "Une erreur est survenue. R\u00e9essayez.", - "An unexpected error occurred. Please try again.": "Une erreur inattendue est survenue. Veuillez r\u00e9essayer.", - "Anchor": "Ancre", - "Anchors": "Ancres", - "April": "Avril", - "Are you having trouble finding a team to join?": "Avez-vous de la difficult\u00e9 \u00e0 trouver une \u00e9quipe \u00e0 rejoindre?", - "Are you sure you want to delete this comment?": "\u00cates-vous s\u00fbr de vouloir supprimer ce commentaire ?", - "Are you sure you want to delete this page? This action cannot be undone.": "\u00cates-vous s\u00fbr de vouloir supprimer cette page ? Cette action ne peut pas \u00eatre annul\u00e9e.", - "Are you sure you want to delete this post?": "Voulez-vous vraiment supprimer ce message\u00a0?", - "Are you sure you want to delete this response?": "Voulez-vous vraiment supprimer cette r\u00e9ponse\u00a0?", - "Are you sure you want to delete this update?": "\u00cates vous sur de vouloir supprimer cette mise \u00e0 jour\u00a0?", - "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "\u00cates-vous s\u00fbr de vouloir supprimer {email} de l'\u00e9quipe p\u00e9dagogique de \"{container}\"?", - "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "\u00cates-vous s\u00fbr de vouloir supprimer {email} de la biblioth\u00e8que \"{container}\" ?", - "Are you sure you want to remove this video from the list?": "Etes-vous s\u00fbr de vouloir supprimer cette vid\u00e9o de la liste ?", - "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "\u00cates-vous s\u00fbr de vouloir restreindre l'acc\u00e8s de {email} \u00e0 \"{container}\" ?", - "Are you sure you want to revert to the last published version of the unit? You cannot undo this action.": "\u00cates-vous s\u00fbr de vouloir revenir \u00e0 la derni\u00e8re version publi\u00e9e de l'unit\u00e9? Vous ne pouvez pas annuler cette action.", - "Are you sure you want to unenroll from {courseName} ({courseNumber})? You will be refunded the amount you paid.": "\u00cates-vous s\u00fbr de vouloir vous d\u00e9sinscrire de {courseName} ({courseNumber})\u00a0? Le montant que vous aviez pay\u00e9 vous sera rembours\u00e9. ", - "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "\u00cates vous s\u00fbr de vouloir supprimer cet \u00e9l\u00e9ment ? L'op\u00e9ration est irr\u00e9versible !\n\nTout contenu associ\u00e9 ne fonctionnera plus (par exemple : images et/ou liens cass\u00e9s)", - "Are you sure?": "\u00cates-vous certain ?", - "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "Participant au processus de v\u00e9rification, vous prenez une photo de votre visage ainsi que de votre pi\u00e8ce d'identit\u00e9. Notre service d'autorisation confirme votre identit\u00e9 en comparant votre visage \u00e0 la photo de la pi\u00e8ce d'identit\u00e9.", - "As you complete courses, you will see them listed here.": "Au fur et \u00e0 mesure que vous terminez des cours, vous les verrez appara\u00eetre ici.", - "Assessment": "\u00c9valuation", - "Assessment Results Visibility": "Visibilit\u00e9 des r\u00e9sultats d'\u00e9valuation", - "Assessments": "\u00c9valuations", - "Assign students to cohorts by uploading a CSV file.": "Affecter les \u00e9tudiants aux cohortes en important un fichier CSV.", - "Assignment Type Name": "Nom du type de devoir", - "Associated Content Group": "Groupe de contenu associ\u00e9", - "August": "Ao\u00fbt", - "Author": "Auteur", - "Automatic": "Automatique", - "Available %s": "%s disponible(s)", - "Average": "Moyen", - "Back to Full List": "Retour \u00e0 la liste compl\u00e8te", - "Back to sign in": "Retour \u00e0 la connexion", - "Back to {platform} FAQs": "Retour vers la page FAQ de {platform}", - "Background color": "Couleur du fond", - "Basic": "Basique", - "Basic Account Information": "Informations g\u00e9n\u00e9rales du compte", - "Be sure your entire face is inside the frame": "Assurez-vous que votre visage est enti\u00e8rement dans le cadre", - "Before proceeding, please confirm that your details match": "Avant de continuer, veuillez v\u00e9rifier que vos informations personnelles correspondent", - "Before you upgrade to a certificate track, you must activate your account.": "Avant de mettre \u00e0 jour vers un parcours certifiant, vous devez activer votre compte.", - "Billed to": "Factur\u00e9 \u00e0", - "Biography": "Biographie", - "Block view is unavailable": "La vue du block n'est pas disponible", - "Blockquote": "Citation", - "Blockquote (Ctrl+Q)": "Citation (Ctrl+Q)", - "Blocks": "Blocs", - "Body": "Corps", - "Bold": "Gras", - "Bold (Ctrl+B)": "Gras (Ctrl+B)", - "Bookmark this page": "Ajouter cette page aux favoris", - "Bookmarked": "Ajout\u00e9 aux favoris", - "Bookmarked on": "Signet ajout\u00e9", - "Border": "Bordure", - "Border color": "Couleur de bordure", - "Bottom": "Bas", - "Browse": "Parcourir", - "Browse recently launched courses and see what\\'s new in your favorite subjects": "Parcourez les plus r\u00e9cents cours et voyez ce qui existe de nouveau dans vos sujets favoris", - "Bulk Exceptions": "D\u00e9rogations en lot", - "Bullet list": "Liste \u00e0 puces", - "Bulleted List (Ctrl+U)": "List \u00e0 Puces (Ctrl+U)", - "COMPLETED COURSES": "TERMINE", - "COURSES IN PROGRESS": "EN COURS", - "Can I request additional time to complete my exam?": "Puis-je demander un temps additionnel pour compl\u00e9ter mon examen ?", - "Can we match the photo you took with the one on your ID?": "Peut-on v\u00e9rifier la concordance entre la photo que vous avez prise et celle de vos identifiants ?", - "Cancel": "Annuler", - "Cancel enrollment code": "Annuler le code d'inscription", - "Cancel team creating.": "Annuler la cr\u00e9ation de l'\u00e9quipe.", - "Cancel team updating.": "Annuler la mise \u00e0 jour de l'\u00e9quipe.", - "Cannot Start Proctored Exam": "Ne peut d\u00e9marrer l'examen surveill\u00e9", - "Cannot delete when in use by a unit": "Ne peut \u00eatre supprim\u00e9 lorsqu'il est en cours d'utilisation dans une unit\u00e9", - "Cannot delete when in use by an experiment": "Ne peut \u00eatre supprim\u00e9 lorsqu'il est en cours d'utilisation par une exp\u00e9rience", - "Cannot drop more <%= types %> assignments than are assigned.": "Impossible de d\u00e9poser plus de <%= types %> qu'il n'est possible d'en assigner.", - "Caption": "L\u00e9gende", - "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "Attention: la derni\u00e8re version publi\u00e9e de cette unit\u00e9 est active. En publiant des modifications vous allez changer l'exp\u00e9rience des \u00e9tudiants.", - "Cell": "Cellule", - "Cell padding": "Remplissage des cellules", - "Cell properties": "Propri\u00e9t\u00e9s des cellules", - "Cell spacing": "Espacement des cellules", - "Cell type": "Type de cellule", - "Center": "Centrer", - "Certificate Details": "D\u00e9tails du certificat", - "Certificate Generated": "Attestation g\u00e9n\u00e9r\u00e9e", - "Certificate Information": "Information du certificat", - "Certificate Name": "Nom du certificat", - "Certificate Purchased": "Certificat achet\u00e9", - "Certificate Signatories": "Signataires du certificat", - "Certificate Signatory Configuration": "Configuration des signataires du certificat", - "Certificate Status:": "\u00c9tat du certificat\u00a0:", - "Certificate has been successfully invalidated for <%= user %>.": "Invalidation r\u00e9ussie du certificat pour <%= user %>.", - "Certificate name is required.": "Le nom du certificat est requis.", - "Certificate of <%= user %> has already been invalidated. Please check your spelling and retry.": "Le certificat de <%= user %> a d\u00e9j\u00e0 \u00e9t\u00e9 invalid\u00e9. Veuillez v\u00e9rifier votre saisie et r\u00e9essayer.", - "Change": "Modifier", - "Change Enrollment": "Modifier le mode d'inscription", - "Change Manually": "Changer manuellement", - "Change My Email Address": "Modifier mon adresse email", - "Change image": "Modifier l'image", - "Changes to steps that are not selected as part of the assignment will not be saved.": "Les modifications apport\u00e9es \u00e0 des \u00e9tapes qui ne sont pas s\u00e9lectionn\u00e9s comme parties prenantes du devoir ne seront pas sauvegard\u00e9s.", - "Chapter Asset": "Ressource associ\u00e9e au chapitre", - "Chapter Name": "Nom du chapitre", - "Chapter information": "Information sur le chapitre", - "Chapter {order}": "Chapitre {order}", - "Check Your Email": "V\u00e9rifiez votre email", - "Check the highlighted fields below and try again.": "V\u00e9rifiez les champs en surbrillance ci-dessous et r\u00e9essayez.", - "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "Cocher cette case pour recevoir une fois par jour un e-mail r\u00e9capitulatif des nouveaut\u00e9s dans les fils de discussion que vous suivez.", - "Check your email": "V\u00e9rifiez votre email", - "Check your email account for instructions to reset your password.": "V\u00e9rifiez votre boite email pour les instructions de r\u00e9initialisation de mot de passe.", - "Check your email for an activation message.": "V\u00e9rifiez dans vos emails que vous avez re\u00e7u le message d'activation", - "Checkout": "Payer", - "Checkout with PayPal": "Payer avec PayPal", - "Checkout with {processor}": "Payer avec {processor}", - "Choose": "Choisir", - "Choose File": "Choisir le fichier", - "Choose One": "Choisir", - "Choose a .csv file": "Choisir un fichier .csv", - "Choose a Date": "Choisir une date", - "Choose a Time": "Choisir une heure", - "Choose a content group to associate": "Choisissez un groupe de contenu \u00e0 associer", - "Choose a location to move your component to": "Choisissez un emplacement vers lequel vos composants seront envoy\u00e9s", - "Choose a time": "Choisir une heure", - "Choose all": "Tout choisir", - "Choose mode": "Choisir le mode", - "Choose new file": "Choisir un nouveau fichier", - "Choose one": "Choisissez-en un", - "Choose your institution from the list below:": "Choisissez votre institution dans la liste ci-dessous:", - "Chosen %s": "Choix des \u00ab\u00a0%s \u00bb", - "Circle": "Cercle", - "Clear": "Effacer", - "Clear All": "Effacer tout", - "Clear Grading Due Date": "Effacer la date limite d'\u00e9valuation", - "Clear Release Date/Time": "Effacer Date/Heure de mise \u00e0 disposition", - "Clear Value": "Effacer la valeur", - "Clear formatting": "Effacer le formatage", - "Clear search": "Effacer la recherche", - "Clear search results": "Effacer les r\u00e9sultats de la recherche", - "Click OK to have your e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Cliquez sur OK pour avoir votre adresse mail transmise \u00e0 une application tierce.\n\nCliquez sur Annuler pour retourner \u00e0 la page pr\u00e9c\u00e9dente sans envoyer d'information.", - "Click OK to have your username and e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Cliquez sur OK pour avoir votre nom d'utilisateur et votre adresse \u00e9lectronique transmis \u00e0 une application tierce.\n\nCliquez sur Annuler pour retourner \u00e0 la page pr\u00e9c\u00e9dente sans envoyer d'information.", - "Click OK to have your username sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Cliquez sur OK pour avoir votre nom d'utilisateur transmis \u00e0 une application tierce.\n\nCliquez sur Annuler pour retourner \u00e0 la page pr\u00e9c\u00e9dente sans envoyer d'information.", - "Click on this button to mute or unmute this video or press UP or DOWN buttons to increase or decrease volume level.": "Cliquer sur ce bouton pour couper ou remettre le son de la vid\u00e9o ou appuyer sur les touches HAUT ou BAS pour augmenter ou diminuer le volume. ", - "Click to add a new %(xblock_type)s": "Cliquer pour ajouter un nouveau %(xblock_type)s", - "Click to change": "Cliquez pour changer", - "Click to choose all %s at once.": "Cliquez pour choisir tous les \u00ab\u00a0%s\u00a0\u00bb en une seule op\u00e9ration.", - "Click to edit": "Cliquer pour modifier", - "Click to remove all chosen %s at once.": "Cliquez pour enlever tous les \u00ab\u00a0%s\u00a0\u00bb en une seule op\u00e9ration.", - "Close": "Fermer", - "Close Calculator": "Fermer la calculatrice", - "Code": "Code", - "Code Sample (Ctrl+K)": "Code (Ctrl+K)", - "Code block": "Bloc du code", - "Cohort Assignment Method": "M\u00e9thode d'affectation des cohortes", - "Cohort Name": "Nom de la cohorte", - "Cohorts": "Cohortes", - "Cohorts Disabled": "Cohortes d\u00e9sactiv\u00e9es", - "Cohorts Enabled": "Cohortes activ\u00e9es", - "Collapse All": "Tout replier", - "Collapse Instructions": "Replier les instructions", - "Collapse/Expand this %(xblock_type)s": "D\u00e9plier/Replier ce %(xblock_type)s", - "Color": "Couleur", - "Cols": "Colonnes", - "Column": "Colonne", - "Column group": "Groupe de colonnes", - "Coming Soon": "Bient\u00f4t", - "Commentary": "Commentaires", - "Common Problem Types": "Types d'exercices classiques", - "Complete courses on your schedule to ensure you stand out in your field!": "Compl\u00e9tez les cours sur votre emploi du temps pour \u00eatre s\u00fbr de vous d\u00e9marquer dans votre domaine\u00a0!", - "Completed": "Termin\u00e9", - "Component Location ID": "Identifiant de l'emplacement du composant", - "Configure": "Configurer", - "Confirm": "Confirmer", - "Confirm Timed Transcript": "Confirmer la transcription synchronis\u00e9e", - "Congratulations!": "F\u00e9licitations !", - "Congratulations! You are now verified on %(platformName)s!": "F\u00e9licitations! Vous \u00eates maintenant authentifi\u00e9 sur%(platformName)s!", - "Constrain proportions": "Contraindre les dimensions", - "Contact Us": "Nous contacter", - "Contains staff only content": "Contient du contenu r\u00e9serv\u00e9 aux membres de l'\u00e9quipe enseignante", + ], + "(optional)": "(optionnel)", + "(required)": "(requis)", + "(required):": "(requis):", + "- Sortable": "- Triable", + "6 a.m.": "6:00", + "6 p.m.": "18:00", + ": video upload complete.": ": t\u00e9l\u00e9chargement de la vid\u00e9o termin\u00e9", + "<%= user %> already in exception list.": "<%= user %> est d\u00e9j\u00e0 dans la liste d'exception.", + "<%= user %> has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.": "<%= user %> a \u00e9t\u00e9 ajout\u00e9 avec succ\u00e8s \u00e0 la liste d'exception. Cliquez ci-dessous sur G\u00e9n\u00e9rer le Certificat d'Exception pour l'envoyer.", + "A Password is required": "Un Mot de passe est requis.", + "A driver's license, passport, or government-issued ID with your name and photo.": "Un permis de conduire, un passeport ou toute pi\u00e8ce d'identit\u00e9 avec votre nom et photo.", + "A driver's license, passport, or other government-issued ID with your name and photo": "Un permis de conduire, un passeport ou toute pi\u00e8ce d'identit\u00e9 avec votre nom et photo.", + "A list of courses you have just enrolled in as a verified student": "Une liste de cours o\u00f9 vous venez de vous inscrire en tant qu'\u00e9tudiant v\u00e9rifi\u00e9", + "A name that identifies your team (maximum 255 characters).": "Un nom qui d\u00e9signe votre \u00e9quipe (maximum 255 caract\u00e8res)", + "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "Une courte description de l'\u00e9quipe pour aider les autres \u00e9tudiants \u00e0 comprendre les buts ou l'id\u00e9e directrice de l'\u00e9quipe (maximum 300 caract\u00e8res).", + "A valid email address is required": "Une adresse email valide est requise", + "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", + "Abbreviation": "Abr\u00e9viation", + "About Me": "\u00c0 propos de moi", + "About You": "A propos de vous", + "About me": "A propos de moi", + "Access to some content in this unit is restricted to specific groups of learners": "L'acc\u00e8s \u00e0 une partie du contenu de cette unit\u00e9 est restreint \u00e0 un groupe d'\u00e9tudiants sp\u00e9cifique.", + "Accomplishments": "Accomplissements", + "Accomplishments Pagination": "Paginations des r\u00e9alisations", + "Account": "Compte", + "Account Information": "Information du compte", + "Account Not Activated": "Compte non activ\u00e9", + "Account Settings": "Param\u00e8tres du compte", + "Account Settings page.": "Param\u00e8tres du compte", + "Action": "Action", + "Action required: Enter a valid date.": "Action requise : Entrez une date valide.", + "Actions": "Actions", + "Activate": "Activer", + "Activate Your Account": "Activez votre compte", + "Activating a link in this group will skip to the corresponding point in the video.": "L'activation d'un lien dans ce groupe permettra d'aller au point correspondant de la vid\u00e9o.", + "Active": "Actif", + "Active Uploads": "T\u00e9l\u00e9chargement Actifs", + "Add": "Ajouter", + "Add Additional Signatory": "Ajouter une signature additionnelle.", + "Add Cohort": "Ajouter une cohorte", + "Add Component:": "Ajouter un composant :", + "Add Country": "Ajouter un Pays", + "Add Learners": "Ajouter des \u00e9tudiants", + "Add New Component": "Ajouter un nouveau Composant", + "Add Thumbnail": "Ajouter une vignette", + "Add Thumbnail - {videoName}": "Ajouter une vignette - {videoName}", + "Add URLs for additional versions": "Ajoutez des URL pour des versions suppl\u00e9mentaires", + "Add a Chapter": "Ajouter un chapitre", + "Add a New Cohort": "Ajouter une cohorte", + "Add a learning outcome here": "Ajouter un r\u00e9sultat d'apprentissage ici", + "Add another group": "Ajouter un autre groupe", + "Add language": "Ajouter une langue", + "Add learners to this cohort": "Ajouter des apprenants \u00e0 cette cohorte", + "Add notes about this learner": "Ajouter des notes \u00e0 propos de cet apprenant", + "Add to Dictionary": "Ajouter au dictionnaire", + "Add to Exception List": "Ajouter \u00e0 la liste de d\u00e9rogation", + "Add your first content group": "Ajouter votre premier groupe de contenu", + "Add your first group configuration": "Ajouter votre premier groupe de configuration", + "Add your first textbook": "Ajouter votre premier manuel", + "Add {role} Access": "Ajouter un acc\u00e8s {role}", + "Adding": "Ajout", + "Adding the selected course to your cart": "Ajout dans le panier en cours", + "Additional Information": "Information additionnelle", + "Additional Time (minutes)": "Temps additionnel (minutes)", + "Additional responses could not be loaded. Refresh the page and try again.": "Les r\u00e9actions suppl\u00e9mentaires n'ont pas pu \u00eatre charg\u00e9es. Veuillez actualiser la page et essayer \u00e0 nouveau.", + "Adjust video speed": "R\u00e9gler la vitesse de lecture de la vid\u00e9o", + "Adjust video volume": "R\u00e9gler le volume de la vid\u00e9o", + "Admin": "Administrateur", + "Advanced": "Avanc\u00e9", + "After the course\\'s end date has passed, learners can no longer access subsection content. The subsection remains included in grade calculations.": "Une fois la date de fin du cours pass\u00e9e, les \u00e9tudiants n'auront plus acc\u00e8s au contenu de la sous-section. La sous-section sera toujours prise en compte lors du calcul des notes.", + "After the subsection\\'s due date has passed, learners can no longer access its content. The subsection remains included in grade calculations.": "Apr\u00e8s que la date limite de la sous-section soit pass\u00e9e, les apprenants ne peuvent plus acc\u00e9der \u00e0 son contenu. La sous-section reste incluse dans les calculs de note.", + "After you select ": "Apr\u00e8s avoir choisi", + "Align center": "Aligner au centre", + "Align left": "Aligner \u00e0 gauche", + "Align right": "Aligner \u00e0 droite", + "Alignment": "Alignement", + "All Learners and Staff": "Tous les apprenants et l'\u00e9quipe p\u00e9dagogique", + "All Posts": "Tous les posts", + "All Rights Reserved": "Tous droits r\u00e9serv\u00e9s", + "All Time Zones": "Tous les fuseaux horaires", + "All Topics": "Tous les sujets", + "All Unreviewed": "Tous les non-revus", + "All Unreviewed Failures": "Tous les \u00e9checs non-revus", + "All accounts were created successfully.": "Tous les comptes ont \u00e9t\u00e9 cr\u00e9\u00e9s avec succ\u00e8s.", + "All groups must have a name.": "Tous les groupes doivent avoir un nom.", + "All groups must have a unique name.": "Tous les groupes doivent avoir un nom unique.", + "All learners in the {cohort_name} cohort": "Tous les apprenants de la cohorte {cohort_name}", + "All learners in the {track_name} track": "Tout apprenant dans le parcours {track_name}", + "All learners who are enrolled in this course": "Tous les apprenants qui sont inscrits \u00e0 ce cours ", + "All payment options are currently unavailable.": "Toutes les options de paiement sont pour l'instant indisponibles.", + "All professional education courses are fee-based, and require payment to complete the enrollment process.": "Les cours professionnels requi\u00e8rent un paiement afin de terminer le processus d'inscription.", + "All subsections": "Toutes les sous-sections", + "All teams": "Toutes les \u00e9quipes", + "All topics": "Tous les sujets", + "All units": "Toutes les unit\u00e9s", + "All users on the Exception list": "Tous les utilisateurs sur la liste de d\u00e9rogation", + "All users on the Exception list who do not yet have a certificate": "Tous les utilisateurs sur la liste de d\u00e9rogation qui n'ont pas encore une attestation", + "Allow students to generate certificates for this course?": "Autoriser les \u00e9tudiants \u00e0 g\u00e9n\u00e9rer des certificats pour ce cours?", + "Already a course team member": "D\u00e9j\u00e0 membre de l'\u00e9quipe du cours", + "Already a library team member": "Participe d\u00e9j\u00e0 au cours s\u00e9lectionn\u00e9", + "Already a member": "D\u00e9j\u00e0 membre", + "Already have an {platformName} account?": "Vous poss\u00e9dez d\u00e9j\u00e0 un compte {platformName}\u00a0?", + "Alternative source": "Source alternative", + "Always divide content-specific discussion topics": "Toujours s\u00e9parer les sujets de discussion au contenu bien pr\u00e9cis.", + "Always show assessment results": "Toujours afficher les r\u00e9sultats d'\u00e9valuation", + "Amount": "Montant", + "An email has been sent to {userEmail} with a link for you to activate your account.": "Un email a \u00e9t\u00e9 envoy\u00e9 \u00e0 {userEmail} avec un lien vous permettant d'activer votre compte.", + "An error has occurred. Check your Internet connection and try again.": "Une erreur est survenue. V\u00e9rifiez votre connexion internet et r\u00e9essayez de nouveau.", + "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "Une erreur est survenue. Assurez-vous que vous \u00eates bien connect\u00e9 \u00e0 Internet et essayez de rafra\u00eechir la page.", + "An error has occurred. Please try again later.": "Une erreur est survenue. Merci de r\u00e9essayer plus tard.", + "An error has occurred. Please try again.": "Une erreur est survenue. Merci de r\u00e9essayer de nouveau.", + "An error has occurred. Please try reloading the page.": "Une erreur est survenue. Essayez de rafra\u00eechir la page.", + "An error has occurred. Refresh the page, and then try again.": "Une erreur a eu lieu. Rafra\u00eechissez la page et r\u00e9essayez.", + "An error has occurred. Try refreshing the page, or check your Internet connection.": "Une erreur est survenue. Essayez de rafra\u00eechir la page, ou v\u00e9rifiez votre connexion internet.", + "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "Une erreur est survenue lors de la r\u00e9cup\u00e9ration de votre courriel. S'il vous pla\u00eet r\u00e9essayez plus tard, et contactez le support technique si le probl\u00e8me persiste.", + "An error occurred when signing you in to %s.": "Une erreur s'est produite en vous connectant \u00e0 %s.", + "An error occurred while removing the member from the team. Try again.": "Une erreur est survenue lors de la suppression du membre de l'\u00e9quipe. R\u00e9essayez.", + "An error occurred.": "Une erreur est survenue.", + "An error occurred. Make sure that the student's username or email address is correct and try again.": "Une erreur est survenue. Assurez-vous que l'identifiant et le courriel de l'\u00e9tudiant sont corrects et essayez de nouveau.", + "An error occurred. Please reload the page.": "Une erreur est survenue. Merci de rafra\u00eechir la page.", + "An error occurred. Please try again.": "Une erreur est survenue. Veuillez r\u00e9essayer.", + "An error occurred. Try again.": "Une erreur est survenue. R\u00e9essayez.", + "An unexpected error occurred. Please try again.": "Une erreur inattendue est survenue. Veuillez r\u00e9essayer.", + "Anchor": "Ancre", + "Anchors": "Ancres", + "April": "Avril", + "Are you having trouble finding a team to join?": "Avez-vous de la difficult\u00e9 \u00e0 trouver une \u00e9quipe \u00e0 rejoindre?", + "Are you sure you want to delete this comment?": "\u00cates-vous s\u00fbr de vouloir supprimer ce commentaire ?", + "Are you sure you want to delete this page? This action cannot be undone.": "\u00cates-vous s\u00fbr de vouloir supprimer cette page ? Cette action ne peut pas \u00eatre annul\u00e9e.", + "Are you sure you want to delete this post?": "Voulez-vous vraiment supprimer ce message\u00a0?", + "Are you sure you want to delete this response?": "Voulez-vous vraiment supprimer cette r\u00e9ponse\u00a0?", + "Are you sure you want to delete this update?": "\u00cates vous sur de vouloir supprimer cette mise \u00e0 jour\u00a0?", + "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "\u00cates-vous s\u00fbr de vouloir supprimer {email} de l'\u00e9quipe p\u00e9dagogique de \"{container}\"?", + "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "\u00cates-vous s\u00fbr de vouloir supprimer {email} de la biblioth\u00e8que \"{container}\" ?", + "Are you sure you want to remove this video from the list?": "Etes-vous s\u00fbr de vouloir supprimer cette vid\u00e9o de la liste ?", + "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "\u00cates-vous s\u00fbr de vouloir restreindre l'acc\u00e8s de {email} \u00e0 \"{container}\" ?", + "Are you sure you want to revert to the last published version of the unit? You cannot undo this action.": "\u00cates-vous s\u00fbr de vouloir revenir \u00e0 la derni\u00e8re version publi\u00e9e de l'unit\u00e9? Vous ne pouvez pas annuler cette action.", + "Are you sure you want to unenroll from {courseName} ({courseNumber})? You will be refunded the amount you paid.": "\u00cates-vous s\u00fbr de vouloir vous d\u00e9sinscrire de {courseName} ({courseNumber})\u00a0? Le montant que vous aviez pay\u00e9 vous sera rembours\u00e9. ", + "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "\u00cates vous s\u00fbr de vouloir supprimer cet \u00e9l\u00e9ment ? L'op\u00e9ration est irr\u00e9versible !\n\nTout contenu associ\u00e9 ne fonctionnera plus (par exemple : images et/ou liens cass\u00e9s)", + "Are you sure?": "\u00cates-vous certain ?", + "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "Participant au processus de v\u00e9rification, vous prenez une photo de votre visage ainsi que de votre pi\u00e8ce d'identit\u00e9. Notre service d'autorisation confirme votre identit\u00e9 en comparant votre visage \u00e0 la photo de la pi\u00e8ce d'identit\u00e9.", + "As you complete courses, you will see them listed here.": "Au fur et \u00e0 mesure que vous terminez des cours, vous les verrez appara\u00eetre ici.", + "Assessment": "\u00c9valuation", + "Assessment Results Visibility": "Visibilit\u00e9 des r\u00e9sultats d'\u00e9valuation", + "Assessments": "\u00c9valuations", + "Assign students to cohorts by uploading a CSV file.": "Affecter les \u00e9tudiants aux cohortes en important un fichier CSV.", + "Assignment Type Name": "Nom du type de devoir", + "Associated Content Group": "Groupe de contenu associ\u00e9", + "August": "Ao\u00fbt", + "Author": "Auteur", + "Automatic": "Automatique", + "Available %s": "%s disponible(s)", + "Average": "Moyen", + "Back to Full List": "Retour \u00e0 la liste compl\u00e8te", + "Back to sign in": "Retour \u00e0 la connexion", + "Back to {platform} FAQs": "Retour vers la page FAQ de {platform}", + "Background color": "Couleur du fond", + "Basic": "Basique", + "Basic Account Information": "Informations g\u00e9n\u00e9rales du compte", + "Be sure your entire face is inside the frame": "Assurez-vous que votre visage est enti\u00e8rement dans le cadre", + "Before proceeding, please confirm that your details match": "Avant de continuer, veuillez v\u00e9rifier que vos informations personnelles correspondent", + "Before you upgrade to a certificate track, you must activate your account.": "Avant de mettre \u00e0 jour vers un parcours certifiant, vous devez activer votre compte.", + "Billed to": "Factur\u00e9 \u00e0", + "Biography": "Biographie", + "Block view is unavailable": "La vue du block n'est pas disponible", + "Blockquote": "Citation", + "Blockquote (Ctrl+Q)": "Citation (Ctrl+Q)", + "Blocks": "Blocs", + "Body": "Corps", + "Bold": "Gras", + "Bold (Ctrl+B)": "Gras (Ctrl+B)", + "Bookmark this page": "Ajouter cette page aux favoris", + "Bookmarked": "Ajout\u00e9 aux favoris", + "Bookmarked on": "Signet ajout\u00e9", + "Border": "Bordure", + "Border color": "Couleur de bordure", + "Bottom": "Bas", + "Browse": "Parcourir", + "Browse recently launched courses and see what\\'s new in your favorite subjects": "Parcourez les plus r\u00e9cents cours et voyez ce qui existe de nouveau dans vos sujets favoris", + "Bulk Exceptions": "D\u00e9rogations en lot", + "Bullet list": "Liste \u00e0 puces", + "Bulleted List (Ctrl+U)": "List \u00e0 Puces (Ctrl+U)", + "COMPLETED COURSES": "TERMINE", + "COURSES IN PROGRESS": "EN COURS", + "Can I request additional time to complete my exam?": "Puis-je demander un temps additionnel pour compl\u00e9ter mon examen ?", + "Can we match the photo you took with the one on your ID?": "Peut-on v\u00e9rifier la concordance entre la photo que vous avez prise et celle de vos identifiants ?", + "Cancel": "Annuler", + "Cancel enrollment code": "Annuler le code d'inscription", + "Cancel team creating.": "Annuler la cr\u00e9ation de l'\u00e9quipe.", + "Cancel team updating.": "Annuler la mise \u00e0 jour de l'\u00e9quipe.", + "Cannot Start Proctored Exam": "Ne peut d\u00e9marrer l'examen surveill\u00e9", + "Cannot delete when in use by a unit": "Ne peut \u00eatre supprim\u00e9 lorsqu'il est en cours d'utilisation dans une unit\u00e9", + "Cannot delete when in use by an experiment": "Ne peut \u00eatre supprim\u00e9 lorsqu'il est en cours d'utilisation par une exp\u00e9rience", + "Cannot drop more <%= types %> assignments than are assigned.": "Impossible de d\u00e9poser plus de <%= types %> qu'il n'est possible d'en assigner.", + "Caption": "L\u00e9gende", + "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "Attention: la derni\u00e8re version publi\u00e9e de cette unit\u00e9 est active. En publiant des modifications vous allez changer l'exp\u00e9rience des \u00e9tudiants.", + "Cell": "Cellule", + "Cell padding": "Remplissage des cellules", + "Cell properties": "Propri\u00e9t\u00e9s des cellules", + "Cell spacing": "Espacement des cellules", + "Cell type": "Type de cellule", + "Center": "Centrer", + "Certificate Details": "D\u00e9tails du certificat", + "Certificate Generated": "Attestation g\u00e9n\u00e9r\u00e9e", + "Certificate Information": "Information du certificat", + "Certificate Name": "Nom du certificat", + "Certificate Purchased": "Certificat achet\u00e9", + "Certificate Signatories": "Signataires du certificat", + "Certificate Signatory Configuration": "Configuration des signataires du certificat", + "Certificate Status:": "\u00c9tat du certificat\u00a0:", + "Certificate has been successfully invalidated for <%= user %>.": "Invalidation r\u00e9ussie du certificat pour <%= user %>.", + "Certificate name is required.": "Le nom du certificat est requis.", + "Certificate of <%= user %> has already been invalidated. Please check your spelling and retry.": "Le certificat de <%= user %> a d\u00e9j\u00e0 \u00e9t\u00e9 invalid\u00e9. Veuillez v\u00e9rifier votre saisie et r\u00e9essayer.", + "Change": "Modifier", + "Change Enrollment": "Modifier le mode d'inscription", + "Change Manually": "Changer manuellement", + "Change My Email Address": "Modifier mon adresse email", + "Change image": "Modifier l'image", + "Changes to steps that are not selected as part of the assignment will not be saved.": "Les modifications apport\u00e9es \u00e0 des \u00e9tapes qui ne sont pas s\u00e9lectionn\u00e9s comme parties prenantes du devoir ne seront pas sauvegard\u00e9s.", + "Chapter Asset": "Ressource associ\u00e9e au chapitre", + "Chapter Name": "Nom du chapitre", + "Chapter information": "Information sur le chapitre", + "Chapter {order}": "Chapitre {order}", + "Check Your Email": "V\u00e9rifiez votre email", + "Check the highlighted fields below and try again.": "V\u00e9rifiez les champs en surbrillance ci-dessous et r\u00e9essayez.", + "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "Cocher cette case pour recevoir une fois par jour un e-mail r\u00e9capitulatif des nouveaut\u00e9s dans les fils de discussion que vous suivez.", + "Check your email": "V\u00e9rifiez votre email", + "Check your email account for instructions to reset your password.": "V\u00e9rifiez votre boite email pour les instructions de r\u00e9initialisation de mot de passe.", + "Check your email for an activation message.": "V\u00e9rifiez dans vos emails que vous avez re\u00e7u le message d'activation", + "Checkout": "Payer", + "Checkout with PayPal": "Payer avec PayPal", + "Checkout with {processor}": "Payer avec {processor}", + "Choose": "Choisir", + "Choose File": "Choisir le fichier", + "Choose One": "Choisir", + "Choose a .csv file": "Choisir un fichier .csv", + "Choose a Date": "Choisir une date", + "Choose a Time": "Choisir une heure", + "Choose a content group to associate": "Choisissez un groupe de contenu \u00e0 associer", + "Choose a location to move your component to": "Choisissez un emplacement vers lequel vos composants seront envoy\u00e9s", + "Choose a time": "Choisir une heure", + "Choose all": "Tout choisir", + "Choose mode": "Choisir le mode", + "Choose new file": "Choisir un nouveau fichier", + "Choose one": "Choisissez-en un", + "Choose your institution from the list below:": "Choisissez votre institution dans la liste ci-dessous:", + "Chosen %s": "Choix des \u00ab\u00a0%s \u00bb", + "Circle": "Cercle", + "Clear": "Effacer", + "Clear All": "Effacer tout", + "Clear Grading Due Date": "Effacer la date limite d'\u00e9valuation", + "Clear Release Date/Time": "Effacer Date/Heure de mise \u00e0 disposition", + "Clear Value": "Effacer la valeur", + "Clear formatting": "Effacer le formatage", + "Clear search": "Effacer la recherche", + "Clear search results": "Effacer les r\u00e9sultats de la recherche", + "Click OK to have your e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Cliquez sur OK pour avoir votre adresse mail transmise \u00e0 une application tierce.\n\nCliquez sur Annuler pour retourner \u00e0 la page pr\u00e9c\u00e9dente sans envoyer d'information.", + "Click OK to have your username and e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Cliquez sur OK pour avoir votre nom d'utilisateur et votre adresse \u00e9lectronique transmis \u00e0 une application tierce.\n\nCliquez sur Annuler pour retourner \u00e0 la page pr\u00e9c\u00e9dente sans envoyer d'information.", + "Click OK to have your username sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Cliquez sur OK pour avoir votre nom d'utilisateur transmis \u00e0 une application tierce.\n\nCliquez sur Annuler pour retourner \u00e0 la page pr\u00e9c\u00e9dente sans envoyer d'information.", + "Click on this button to mute or unmute this video or press UP or DOWN buttons to increase or decrease volume level.": "Cliquer sur ce bouton pour couper ou remettre le son de la vid\u00e9o ou appuyer sur les touches HAUT ou BAS pour augmenter ou diminuer le volume. ", + "Click to add a new %(xblock_type)s": "Cliquer pour ajouter un nouveau %(xblock_type)s", + "Click to change": "Cliquez pour changer", + "Click to choose all %s at once.": "Cliquez pour choisir tous les \u00ab\u00a0%s\u00a0\u00bb en une seule op\u00e9ration.", + "Click to edit": "Cliquer pour modifier", + "Click to remove all chosen %s at once.": "Cliquez pour enlever tous les \u00ab\u00a0%s\u00a0\u00bb en une seule op\u00e9ration.", + "Close": "Fermer", + "Close Calculator": "Fermer la calculatrice", + "Code": "Code", + "Code Sample (Ctrl+K)": "Code (Ctrl+K)", + "Code block": "Bloc du code", + "Cohort Assignment Method": "M\u00e9thode d'affectation des cohortes", + "Cohort Name": "Nom de la cohorte", + "Cohorts": "Cohortes", + "Cohorts Disabled": "Cohortes d\u00e9sactiv\u00e9es", + "Cohorts Enabled": "Cohortes activ\u00e9es", + "Collapse All": "Tout replier", + "Collapse Instructions": "Replier les instructions", + "Collapse/Expand this %(xblock_type)s": "D\u00e9plier/Replier ce %(xblock_type)s", + "Color": "Couleur", + "Cols": "Colonnes", + "Column": "Colonne", + "Column group": "Groupe de colonnes", + "Coming Soon": "Bient\u00f4t", + "Commentary": "Commentaires", + "Common Problem Types": "Types d'exercices classiques", + "Complete courses on your schedule to ensure you stand out in your field!": "Compl\u00e9tez les cours sur votre emploi du temps pour \u00eatre s\u00fbr de vous d\u00e9marquer dans votre domaine\u00a0!", + "Completed": "Termin\u00e9", + "Configure": "Configurer", + "Confirm": "Confirmer", + "Confirm Timed Transcript": "Confirmer la transcription synchronis\u00e9e", + "Congratulations!": "F\u00e9licitations !", + "Congratulations! You are now verified on %(platformName)s!": "F\u00e9licitations! Vous \u00eates maintenant authentifi\u00e9 sur%(platformName)s!", + "Constrain proportions": "Contraindre les dimensions", + "Contact Us": "Nous contacter", + "Contains staff only content": "Contient du contenu r\u00e9serv\u00e9 aux membres de l'\u00e9quipe enseignante", "Contains {count} group": [ - "Contient {count} groupe", + "Contient {count} groupe", "Contient {count} groupes" - ], - "Content Group ID": "ID du groupe de contenu", - "Content Group Name": "Nom du groupe de contenus", - "Content-Specific Discussion Topics": "Sujets de discussion sp\u00e9cifiques", - "Continue Exam Without Proctoring": "Continuer l'examen sans surveilance", - "Continue to my practice exam": "Continuer mon examen d'essai", - "Continue to my proctored exam. I want to be eligible for credit.": "Poursuivre l'examen surveill\u00e9. Je veux \u00eatre \u00e9ligible \u00e0 des cr\u00e9dits.", - "Copy": "Copier", - "Copy Email To Editor": "Copier le courrier \u00e0 l'\u00e9diteur", - "Copy row": "Copier la ligne", - "Correct failed component": "Corriger le composant en erreur", - "Cost": "Co\u00fbt", - "Could not find Certificate Exception in white list. Please refresh the page and try again": "Impossible de trouver le Certificat d'Exception dans la liste blanche. Merci de rafra\u00eechir la page et r\u00e9essayer.", - "Could not find Certificate Invalidation in the list. Please refresh the page and try again": "Impossible de trouver le Certificat d'Invalidation dans la liste. Veuillez rafra\u00eechir la page et r\u00e9essayer.", - "Could not find a user with username or email address '<%- identifier %>'.": "Impossible de trouver un utilisateur avec le nom d'utilisateur ou adresse email \"<%- identifier %>\".", - "Could not find the specified string.": "Impossible de trouver la cha\u00eene de caract\u00e8res indiqu\u00e9e.", - "Could not find users associated with the following identifiers:": "Impossible de trouver des utilisateurs associ\u00e9s \u00e0 ces identifiants :", - "Could not grade your answer. The submission was aborted.": "Votre r\u00e9ponse ne peut pas \u00eatre not\u00e9e. Son envoi est annul\u00e9.", - "Could not override problem score for {user}.": "Impossible de modifier le r\u00e9sultat de l'exercice pour {user}.", - "Could not retrieve download url.": "Impossible de r\u00e9cup\u00e9rer l'url de t\u00e9l\u00e9chargement.", - "Could not retrieve payment information": "Impossible de r\u00e9cup\u00e9rer les informations de paiement", - "Could not retrieve upload url.": "Impossible de r\u00e9cup\u00e9rer l'URL de t\u00e9l\u00e9versement.", - "Could not submit order": "La commande n'a pas pu \u00eatre soumise", - "Could not submit photos": "Envoi de photos impossible", - "Could not upload the video image file": "Impossible de charger le fichier d'image vid\u00e9o", - "Couldn't Save This Assignment": "Impossible de sauvegarder ce devoir", - "Country": "Pays", - "Country of residence": "Pays de r\u00e9sidence", - "Country or Region of Residence": "Pays ou r\u00e9gion de r\u00e9sidence", + ], + "Content Group ID": "ID du groupe de contenu", + "Content Group Name": "Nom du groupe de contenus", + "Content-Specific Discussion Topics": "Sujets de discussion sp\u00e9cifiques", + "Continue Exam Without Proctoring": "Continuer l'examen sans surveilance", + "Continue to my practice exam": "Continuer mon examen d'essai", + "Continue to my proctored exam. I want to be eligible for credit.": "Poursuivre l'examen surveill\u00e9. Je veux \u00eatre \u00e9ligible \u00e0 des cr\u00e9dits.", + "Copy": "Copier", + "Copy Email To Editor": "Copier le courrier \u00e0 l'\u00e9diteur", + "Copy row": "Copier la ligne", + "Correct failed component": "Corriger le composant en erreur", + "Cost": "Co\u00fbt", + "Could not find Certificate Exception in white list. Please refresh the page and try again": "Impossible de trouver le Certificat d'Exception dans la liste blanche. Merci de rafra\u00eechir la page et r\u00e9essayer.", + "Could not find Certificate Invalidation in the list. Please refresh the page and try again": "Impossible de trouver le Certificat d'Invalidation dans la liste. Veuillez rafra\u00eechir la page et r\u00e9essayer.", + "Could not find a user with username or email address '<%- identifier %>'.": "Impossible de trouver un utilisateur avec le nom d'utilisateur ou adresse email \"<%- identifier %>\".", + "Could not find the specified string.": "Impossible de trouver la cha\u00eene de caract\u00e8res indiqu\u00e9e.", + "Could not find users associated with the following identifiers:": "Impossible de trouver des utilisateurs associ\u00e9s \u00e0 ces identifiants :", + "Could not grade your answer. The submission was aborted.": "Votre r\u00e9ponse ne peut pas \u00eatre not\u00e9e. Son envoi est annul\u00e9.", + "Could not override problem score for {user}.": "Impossible de modifier le r\u00e9sultat de l'exercice pour {user}.", + "Could not retrieve download url.": "Impossible de r\u00e9cup\u00e9rer l'url de t\u00e9l\u00e9chargement.", + "Could not retrieve payment information": "Impossible de r\u00e9cup\u00e9rer les informations de paiement", + "Could not retrieve upload url.": "Impossible de r\u00e9cup\u00e9rer l'URL de t\u00e9l\u00e9versement.", + "Could not submit order": "La commande n'a pas pu \u00eatre soumise", + "Could not submit photos": "Envoi de photos impossible", + "Could not upload the video image file": "Impossible de charger le fichier d'image vid\u00e9o", + "Couldn't Save This Assignment": "Impossible de sauvegarder ce devoir", + "Country": "Pays", + "Country of residence": "Pays de r\u00e9sidence", + "Country or Region of Residence": "Pays ou r\u00e9gion de r\u00e9sidence", "Course": [ - "Cours", + "Cours", "Cours" - ], - "Course Credit Requirements": "Crit\u00e8res d'obtention de cr\u00e9dit du cours", - "Course End": "Fin du Cours", - "Course Handouts": "Documents de cours", - "Course ID": "ID de Cours", - "Course Id": "ID de Cours", - "Course Index": "index du cours", - "Course Key": "CLef de cours", - "Course Name": "Nom du Cours", - "Course Number": "Num\u00e9ro du cours", - "Course Number Override": "Ecrasement du Num\u00e9ro du Cours", - "Course Outline": "Plan du Cours", - "Course Start": "D\u00e9but du Cours", - "Course Title": "Titre du cours", - "Course Title Override": "Surcharge du Titre du Cours", - "Course is not yet visible to students.": "Ce cours n'est pas encore visible pour les \u00e9tudiants.", - "Course pacing cannot be changed once a course has started.": "Le rythme du cours ne peut plus \u00eatre chang\u00e9 une fois que le cours a commenc\u00e9.", - "Course title": "Titre du cours", - "Course-Wide Discussion Topics": "Sujets de discussion globaux", - "Create": "Cr\u00e9er", - "Create Account": "Cr\u00e9er un compte", - "Create Re-run": "Cr\u00e9er une relance", - "Create a %(link_start)sMozilla Backpack%(link_end)s account, or log in to your existing account": "Cr\u00e9er un compte %(link_start)sMozilla Backpack%(link_end)s, or connectez-vous a votre compte existant", - "Create a New Team": "Cr\u00e9er une nouvelle \u00e9quipe", - "Create a content group": "Cr\u00e9er un groupe de contenu", - "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "Cr\u00e9ez une nouvelle \u00e9quipe si vous ne trouvez pas une \u00e9quipe existante \u00e0 rejoindre, ou si vous d\u00e9sirez apprendre avec des amis que vous connaissez d\u00e9j\u00e0.", - "Create account using %(providerName)s.": "Cr\u00e9er un compte avec %(providerName)s.", - "Create an Account": "Cr\u00e9er un compte", - "Create an Account.": "Cr\u00e9er un compte.", - "Create an account using": "Cr\u00e9er un compte avec", - "Create team.": "Cr\u00e9er l'\u00e9quipe.", - "Created": "Cr\u00e9\u00e9", - "Creating missing groups": "Cr\u00e9ation des groupes manquants", - "Creative Commons licensed content, with terms as follow:": "Contenu sous licence Creative Commons, avec les conditions suivantes :", - "Criterion Added": "Crit\u00e8re ajout\u00e9", - "Criterion Deleted": "Crit\u00e8re supprim\u00e9", - "Crossed out items have been refunded.": "Les \u00e9l\u00e9ments barr\u00e9s ont \u00e9t\u00e9 rembours\u00e9s.", - "Current Role:": "R\u00f4le actuel :", - "Current conversation": "Discussion actuelle", - "Current enrollment mode:": "Mode d'inscription: ", - "Current location": "Emplacement actuel", - "Current tab": "Onglet en cours", - "Currently selected": "S\u00e9lection actuelle", - "Custom color": "Couleur personnalis\u00e9e", - "Custom...": "Personnaliser...", - "Cut": "Couper", - "Cut row": "Couper la ligne", - "Date": "Date", - "Date Added": "Date ajout\u00e9e", - "Date Joined": "Date d'inscription", - "Date Placed": "Date d'\u00e9mission", - "Deactivate": "D\u00e9sactiver", - "December": "D\u00e9cembre", - "Declined": "Refus\u00e9", - "Decrease indent": "R\u00e9duire l'indentation", - "Default": "D\u00e9faut", - "Default (Local Time Zone)": "D\u00e9faut (fuseau horaire local)", - "Default Timed Transcript": "Transcription synchronis\u00e9e par d\u00e9faut", - "Delete": "Supprimer", - "Delete \"<%= signatoryName %>\" from the list of signatories?": "Supprimer \"<%= signatoryName %>\" de la liste de signataires.", - "Delete File Confirmation": "Confirmation de la suppression du fichier", - "Delete My Account": "Supprimer mon compte", - "Delete Team": "Supprimer l'\u00e9quipe", - "Delete column": "Supprimer la colonne", - "Delete row": "Supprimer la ligne", - "Delete student '<%- student_id %>'s state on problem '<%- problem_id %>'?": "Supprimer l'\u00e9tat de l'\u00e9tudiant '<%- student_id %>' sur le probl\u00e8me '<%- problem_id %>' ?", - "Delete table": "Supprimer le tableau", - "Delete the user, {username}": "Supprimer l'utilisateur, {username}", - "Delete this %(item_display_name)s?": "Effacer %(item_display_name)s ?", - "Delete this asset": "Supprimer cet \u00e9l\u00e9ment", - "Delete this team?": "Supprimer cette \u00e9quipe ?", - "Deleted Content Group": "Groupe de contenu supprim\u00e9", - "Deleted Group": "Supprimer le groupe", - "Deleting": "Suppression en cours", - "Deleting a team is permanent and cannot be undone. All members are removed from the team, and team discussions can no longer be accessed.": "Supprimer une \u00e9quipe est une action \u00e0 effet permanent et ne peut pas \u00eatre annul\u00e9e. Tous les membres seront retir\u00e9s de l'\u00e9quipe et les discussions d'\u00e9quipe ne seront plus accessibles.", - "Deleting a textbook cannot be undone and once deleted any reference to it in your courseware's navigation will also be removed.": "Supprimer un manuel est irr\u00e9versible et toute r\u00e9f\u00e9rence \u00e0 ce manuel sera \u00e9galement supprim\u00e9e dans le cours.", - "Deleting this %(item_display_name)s is permanent and cannot be undone.": "Supprimer %(item_display_name)s est d\u00e9finitif et ne peut pas \u00eatre annul\u00e9.", - "Deleting this {xblock_type} is permanent and cannot be undone.": "Supprimer ce {xblock_type} est permanent et ne peut \u00eatre annul\u00e9.", - "Deprecated": "Obsol\u00e8te", - "Describe ": "D\u00e9crire", - "Description": "Description", - "Description of the certificate": "Description du certificat", - "Details": "D\u00e9tails", - "Dimensions": "Dimensions", - "Disc": "Disque", - "Discard Changes": "Supprimer les changements", - "Discarding Changes": "Annuler les modifications", - "Discussion Home": "Page d'accueil de Discussion", - "Discussion topics in the course are not divided.": "Les sujets de discussions du cours ne sont pas s\u00e9par\u00e9s.", - "Display Name": "Nom d'affichage", - "Div": "Div", - "Divide the selected content-specific discussion topics": "S\u00e9parer les sujets de discussion au contenu bien pr\u00e9cis", - "Divided": "Divis\u00e9", - "Do not show again": "Ne pas montrer de nouveau", - "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "Voulez-vous dispenser l'\u00e9tudiant ('{student_id}') d'examen d'entr\u00e9e?", - "Do you want to replace the edX transcript with the YouTube transcript?": "Souhaitez-vous remplacer la transcription EdX par celle de YouTube ?", - "Do you want to upload your file before submitting?": "Charger le fichier avant l'envoi?", - "Document properties": "Propri\u00e9t\u00e9s du document", - "Does the name on your ID match your account name: %(fullName)s?": "Le nom sur votre ID correspond-il \u00e0 votre nom de compte: %(fullName)s?", - "Does the photo of you match your ID photo?": "Votre photo correspond-elle \u00e0 celle de votre document d'identit\u00e9 ?", - "Does the photo of you show your whole face?": "Votre photo montre-t-elle votre visage en entier ?", - "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "Vous ne voyez pas votre photo ? Assurez-vous que votre navigateur est autoris\u00e9 \u00e0 utiliser votre webcam quand il le demande.", - "Donate": "Faire un don", - "Double-check that your webcam is connected and working to continue.": "V\u00e9rifiez que votre webcam est bien connect\u00e9e avant de continuer.", - "Download": "T\u00e9l\u00e9charger", - "Download Software Clicked": "T\u00e9l\u00e9chargement du logiciel demand\u00e9e", - "Download Transcript for Editing": "T\u00e9l\u00e9charger la transcription pour l'\u00e9diter", - "Download URL": "URL de t\u00e9l\u00e9chargement", - "Download available encodings (.csv)": "T\u00e9l\u00e9charger les encodages disponibles (.csv)", - "Download the user's certificate": "T\u00e9l\u00e9charger le certificat de l'utilisateur", - "Draft (Never published)": "Brouillon (Jamais publi\u00e9)", - "Draft (Unpublished changes)": "Brouillon (changements non publi\u00e9s)", - "Draft saved on {lastSavedStart}{editedOn}{lastSavedEnd} by {editedByStart}{editedBy}{editedByEnd}": "Brouillons sauvegard\u00e9s le {lastSavedStart}{editedOn}{lastSavedEnd} par {editedByStart}{editedBy}{editedByEnd}", - "Drag to reorder": "Glissez pour modifier l'ordre", - "Drop target image": "D\u00e9poser l'image cible", - "Due Date": "Date d'\u00e9ch\u00e9ance", - "Due Date:": "Date de rendu :", - "Due Time in UTC:": "Horaire de rendu en UTC :", - "Due date cannot be before start date.": "L'\u00e9ch\u00e9ance ne peut pas \u00eatre ant\u00e9rieure \u00e0 la date de d\u00e9but.", - "Due:": "A rendre pour le :", - "Duplicate": "Dupliquer", - "Duplicating": "Dupliquer", - "Duration (sec)": "Dur\u00e9e (sec)", - "Earned %(created)s.": "%(created)s obtenus.", - "Earned Certificates": "Certificats obtenus", - "EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.": "EdX ne dispose pas de transcription synchronis\u00e9e pour cette vid\u00e9o dans Studio, mais il existe une transcription YouTube. Vous pouvez importer la transcription Youtube ou t\u00e9l\u00e9versez votre propre fichier de transcription srt.", - "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "EdX ne dispose pas de transcription synchronis\u00e9e pour cette vid\u00e9o. Veuillez t\u00e9l\u00e9verser un fichier de transcription .srt.", - "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "EdX dispose d'une transcription synchronis\u00e9e pour cette vid\u00e9o. Si vous souhaitez \u00e9diter cette transcription, vous pouvez t\u00e9l\u00e9charger, \u00e9diter, et r\u00e9-envoyer la transcription existante. Si vous souhaitez remplacer cette transcription, envoyez un nouveau fichier srt.", - "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "EdX dispose d'une transcription synchronis\u00e9e pour cette vid\u00e9o. Si vous souhaitez remplacer cette transcription, envoyer un nouveau fichier de transcription srt. Si vous souhaitez \u00e9diter cette transcription, vous pouvez envoyer, \u00e9diter et re-r\u00e9envoyer la transcription existante.", - "Edit": "Modifier", - "Edit %(display_name)s (required)": "Modifier %(display_name)s (requis)", - "Edit HTML": "Modifier le code HTML", - "Edit Membership": "Modifier les inscriptions", - "Edit Team": "Modifier l'\u00e9quipe", - "Edit Thumbnail": "Modifier la vignette", - "Edit Your Name": "Modifier votre nom", - "Edit this certificate?": "Modifier ce certificat ?", - "Editable": "Modifiable", - "Editing access for: %(title)s": "Acc\u00e8s modifi\u00e9 pour\u00a0: %(title)s", - "Editing: {title}": "\u00c9dition : {title}", - "Education Completed": "Niveau de formation", - "Email": "Email", - "Email Address (Sign In)": "Adresse e-mail (Connexion)", - "Email address": "Adresse email", - "Emails successfully sent. The following users are no longer enrolled in the course:": "Les e-mails ont \u00e9t\u00e9 envoy\u00e9s avec succ\u00e8s. Les utilisateurs suivants ont \u00e9t\u00e9 d\u00e9sinscrits du cours\u00a0:", - "Embed": "Int\u00e9grer", - "Emoticons": "\u00c9moticones", - "Enable Cohorts": "Activer les cohortes", - "Enable Weekly Highlight Emails": "Activer l'envoi d'e-mails de faits marquants de la semaine", - "Enabled": "Activ\u00e9", - "Encoding": "Encodage", - "End My Exam": "Terminer mon examen", - "End of transcript. Skip to the start.": "Fin de la transcription. Aller au d\u00e9but.", - "Engage with posts": "Participez \u00e0 la conversation", - "Enroll Now": "Inscrivez-vous maintenant", - "Enrolled": "Inscrit", - "Enrolling you in the selected course": "Inscription en cours", - "Enrollment Date": "Date d'inscription", - "Enrollment Mode": "Mode d'inscription", - "Enrollment Opens on": "Les inscriptions ouvrent le ", - "Enrollment Tracks": "Parcours d'inscription", - "Ensure that you can see your photo and read your name": "Assurez-vous vous pouvez bien voir votre photo et lire votre nom", - "Enter Due Date and Time": "Entrez la date et heure d'\u00e9ch\u00e9ance", - "Enter Start Date and Time": "Entrez la date et heure de d\u00e9but", - "Enter a student's username or email address.": "Entrez un nom d'utilisateur et un email.", - "Enter a username or email.": "Entrez un nom d'utilisateur ou un email.", - "Enter email addresses and/or usernames, separated by new lines or commas, for the learners you want to add. *": "Saisissez les adresses e-mail et/ou les noms d'utilisateurs, s\u00e9par\u00e9s par des retours \u00e0 la ligne ou des virgules, pour les \u00e9tudiants que vous voulez ajouter. *", - "Enter information to describe your team. You cannot change these details after you create the team.": "Saisissez une description de votre \u00e9quipe. Vous ne pourrez pas changer ces \u00e9l\u00e9ments une fois que l'\u00e9quipe est cr\u00e9\u00e9e.", - "Enter some details for your support request.": "Saisissez un d\u00e9tail pour votre demande de soutien.", - "Enter team description.": "Saisir la description de l'\u00e9quipe. ", - "Enter team name.": "Saisir le nom de l'\u00e9quipe.", - "Enter the enrollment code.": "Entrer le code d'inscription", - "Enter the name of the cohort": "Entrer le nom de la cohorte", - "Enter the page number you'd like to quickly navigate to.": "Saisissez le num\u00e9ro de la page que vous souhaitez atteindre rapidement.", - "Enter the username or email address of each learner that you want to add as an exception.": "Saisissez le nom d'utilisateur ou l'adresse email de chaque \u00e9tudiant que vous souhaitez ajouter comme exception.", - "Enter username or email": "Saisir un nom d'utilisateur ou un email", - "Entrance exam attempts is being reset for student '{student_id}'.": "Nombre d'essai r\u00e9initialis\u00e9 pour l'examen d'entr\u00e9e de l'\u00e9tudiant '{student_id}'.", - "Entrance exam state is being deleted for student '{student_id}'.": "Effacement du status de l'examen d'entr\u00e9e pour l'\u00e9tudiant '{student_id}'.", - "Error": "Erreur", - "Error adding learners.": "Erreur lors de l'ajout des apprenants.", - "Error adding user": "Probl\u00e8me lors de l'ajout de l'utilisateur", - "Error adding/removing users as beta testers.": "Erreur lors de l'ajout/suppression d'utilisateurs en que tant que b\u00eata-testeurs.", - "Error changing user's permissions.": "Erreur lors du changement des permissions de l'utilisateur.", - "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "Erreur de suppression du status d'examen d'entr\u00e9e pour l'\u00e9tudiant '{student_id}'. Assurez-vous que l'identifiant \u00e9tudiant est correct.", - "Error deleting student '<%- student_id %>'s state on problem '<%- problem_id %>'. Make sure that the problem and student identifiers are complete and correct.": "Erreur lors de la suppression de l'\u00e9tat de l'\u00e9tudiant '<%- student_id %>' pour le probl\u00e8me '<%- problem_id %>' V\u00e9rifiez qu'il n'y a pas d'erreur dans les identifiants du probl\u00e8me et de l'\u00e9tudiant. ", - "Error enrolling/unenrolling users.": "Erreur lors de l'inscription/d\u00e9sinscription d'utilisateurs.", - "Error generating ORA data report. Please try again.": "Erreur lors de la g\u00e9n\u00e9ration du rapport de donn\u00e9es ORA. Merci d\u2019essayer \u00e0 nouveau.", - "Error generating grades. Please try again.": "Erreur lors de la g\u00e9n\u00e9ration des notes. Merci d\u2019essayer \u00e0 nouveau.", - "Error generating list of students who may enroll. Please try again.": "Erreur lors de la g\u00e9n\u00e9ration de la liste des \u00e9tudiants pouvant s'inscrire. Merci d'essayer de nouveau.", - "Error generating problem grade report. Please try again.": "Erreur lors de la g\u00e9n\u00e9ration du rapport des notes. Merci d\u2019essayer \u00e0 nouveau.", - "Error generating proctored exam results. Please try again.": "Erreur lors de la g\u00e9n\u00e9ration des r\u00e9sultats d'examens supervis\u00e9s. Merci d'essayer \u00e0 nouveau.", - "Error generating student profile information. Please try again.": "Erreur lors de la cr\u00e9ation des informations du profil \u00e9tudiant. Merci d\u2019essayer \u00e0 nouveau.", - "Error generating survey results. Please try again.": "Erreur lors de la g\u00e9n\u00e9ration des r\u00e9sultats d'enqu\u00eate. Merci d'essayer \u00e0 nouveau.", - "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "Erreur d'obtention de l'historique d'examen d'entr\u00e9e pour l'\u00e9tudiant '{student_id}'. Assurez-vous que l'identifiant \u00e9tudiant est correct.", - "Error getting issued certificates list.": "Erreur lors de la r\u00e9cup\u00e9ration de la liste des certificats d\u00e9livr\u00e9s.", - "Error getting student list.": "Erreur lors de la r\u00e9cup\u00e9ration de la liste des \u00e9tudiants.", - "Error getting student progress url for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "Erreur dans l'obtention de l'url de progression de l'\u00e9tudiant '<%- student_id %>'. V\u00e9rifiez qu'il n'y a pas d'erreur dans l'identifiant de l'\u00e9tudiant. ", - "Error getting task history for problem '<%- problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "Erreur dans la r\u00e9cup\u00e9ration de l'historique du probl\u00e8me '<%- problem_id %>' pour l'\u00e9tudiant '<%- student_id %>'. V\u00e9rifiez qu'il n'y a pas d'erreur dans les identifiants du probl\u00e8me et de l'\u00e9tudiant. ", - "Error getting the number of ungraded responses": "Erreur lors de la r\u00e9cup\u00e9ration du nombre de r\u00e9ponses non \u00e9valu\u00e9es", - "Error importing course": "Erreur lors de l'importation du cours", - "Error listing task history for this student and problem.": "Erreur lors de l'affichage de l'historique des t\u00e2ches pour cet \u00e9tudiant et cet exercice.", - "Error removing user": "Erreur lors de la suppression de l'utilisateur", - "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "Erreur lors de la r\u00e9initialisation du nombre d'essai pour l'examen d'entr\u00e9e de l'\u00e9tudiant '{student_id}'. Assurez-vous que l'identifiant \u00e9tudiant est correct.", - "Error resetting problem attempts for problem '<%= problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "Erreur lors la r\u00e9initialisation des essais pour l'exercice '<%= problem_id %>' et l'\u00e9tudiant '<%- student_id %>'. V\u00e9rifiez qu'il n'y a pas d'erreur dans les identifiants du probl\u00e8me et de l'\u00e9tudiant. ", - "Error retrieving grading configuration.": "Erreur lors de la r\u00e9cup\u00e9ration de la configuration de la notation.", - "Error sending email.": "Erreur lors de l\u2019envoi de l\u2019e-mail.", - "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "Erreur dans le d\u00e9marrage de la t\u00e2che de recalcul du score de l'examen d'entr\u00e9e pour l'\u00e9tudiant '{student_id}'. Assurez-vous que l'examen d'entr\u00e9e comporte des exercices et que l'identifiant de l'\u00e9tudiant est correct.", - "Error starting a task to rescore problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the problem and student identifiers are complete and correct.": "Erreur dans le recalcul du score du probl\u00e8me '<%- problem_id %>' pour l'\u00e9tudiant '<%- student_id %>'. V\u00e9rifiez qu'il n'y a pas d'erreur dans les identifiants du probl\u00e8me et de l'\u00e9tudiant. ", - "Error starting a task to reset attempts for all students on problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "Erreur dans la r\u00e9initialisation des essais de tous les \u00e9tudiants pour le probl\u00e8me '<%- problem_id %>'. V\u00e9rifiez que l'identifiant du probl\u00e8me est complet et correct. ", - "Error while generating certificates. Please try again.": "Erreur lors de la g\u00e9n\u00e9ration des certificats. Merci d'essayer \u00e0 nouveau.", - "Error while regenerating certificates. Please try again.": "Erreur lors de la g\u00e9n\u00e9ration des certificats. Merci d'essayer \u00e0 nouveau.", - "Error.": "Erreur.", - "Error:": "Erreur :", - "Error: Choosing failed.": "Erreur: La s\u00e9lection a \u00e9chou\u00e9.", - "Error: Replacing failed.": "Erreur: Le remplacement a \u00e9chou\u00e9.", - "Error: Uploading failed.": "Erreur: Le chargement a \u00e9chou\u00e9.", - "Error: User '<%- username %>' has not yet activated their account. Users must create and activate their accounts before they can be assigned a role.": "Erreur : L'utilisateur \"<%- username %>\" n'a pas encore activ\u00e9 son compte. Les utilisateurs doivent cr\u00e9er et activer leurs comptes avant qu'ils ne puissent se voir attribuer un r\u00f4le.", - "Error: You cannot remove yourself from the Instructor group!": "Erreur : Vous ne pouvez pas vous supprimer vous-m\u00eame du groupe des enseignants !", - "Errors": "Erreurs", - "Everyone who has staff privileges in this course": "Tous ceux qui ont un statut d'\u00e9quipe p\u00e9dagogique pour ce cours", - "Exam Types": "Types d'examen", - "Exception Granted": "D\u00e9rogation accord\u00e9e", - "Exit full browser": "Quitter le navigateur plein \u00e9cran", - "Expand All": "Tout d\u00e9plier", - "Expand Instructions": "D\u00e9plier les instructions", - "Explain if other.": "Expliquer si autre.", - "Explanation": "Explication", - "Explicitly Hiding from Students": "Cacher explicitement aux \u00e9tudiants", - "Explore New Programs": "Explorez les nouveaux programmes", - "Explore Programs": "Explorez les programmes", - "Explore your course!": "Explorez votre cours", - "Failed Proctoring": "Echec de l'Examen Surveill\u00e9", - "Failed to delete student state for user.": "Impossible de supprimer l'\u00e9tat de l'\u00e9tudiant pour cet utilisateur.", - "Failed to rescore problem for user.": "\u00c9chec lors de la r\u00e9\u00e9valuation de l'exercice pour cet utilisateur.", - "Failed to reset attempts for user.": "Impossible de r\u00e9initialiser les essais pour cet utilisateur.", - "February": "F\u00e9vrier", - "Feedback available for selection.": "Feedback disponible pour la s\u00e9lection.", - "File": "Fichier", - "File Name": "Nom du fichier", - "File size must be 10MB or less.": "La taille du fichier doit \u00eatre de 10Mb ou moins.", - "File type is not allowed.": "Type de fichier non support\u00e9", - "File types can not be empty.": "Les types de fichier ne peuvent \u00eatre vides.", - "File upload succeeded": "Chargement du fichier r\u00e9ussi", - "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "Le fichier nomm\u00e9 {filename} d\u00e9passe le poids maximum autoris\u00e9 : {maxFileSizeInMBs} Mo", - "Files must be in JPEG or PNG format.": "Les fichiers doivent \u00eatre au format JPEG ou PNG.", - "Fill browser": "Remplir le navigateur", - "Filter": "Filtrer", - "Filter and sort topics": "Filtrer et trier les sujets", - "Final Grade Received": "Note finale obtenue", - "Financial Assistance": "Soutien Financier", - "Financial Assistance Application": "Demande d'assistance financi\u00e8re", - "Find": "Trouver", - "Find a course": "Trouver un cours", - "Find and replace": "Trouver et remplacer", - "Find discussions": "Trouver des discussions", - "Find next": "Trouver le suivant", - "Find previous": "Trouver le pr\u00e9c\u00e9dent", - "Finish": "Terminer", - "First time here?": "C'est votre premi\u00e8re visite ?", - "Follow or unfollow posts": "Suivre ou ne plus suivre un message", - "Font Family": "Famille de la fonte", - "Font Sizes": "Tailles des fontes", - "Footer": "Pied de page", - "For grading to work, you must change all {oldName} subsections to {newName}.": "Pour que le calcul des notes fonctionne, vous devez modifier toutes les sous-sections {oldName} \u00e0 {newName}.", - "Format": "Formater", - "Formats": "Formats", - "Free text notes": "Notes libres", - "Frequently Asked Questions": "Foire Aux Questions", - "Full Name": "Nom complet", - "Full Profile": "Profil complet", - "Fullscreen": "Plein \u00e9cran", - "Fully Supported": "Compl\u00e8tement support\u00e9", - "Gender": "Genre", - "General": "G\u00e9n\u00e9ral", - "Generate": "G\u00e9n\u00e9r\u00e9", - "Generate Exception Certificates": "G\u00e9n\u00e9rer les attestations de d\u00e9rogation", - "Generate the user's certificate": "G\u00e9n\u00e9rer le certificat de l'utilisateur", - "Get Credit": "Obtenir un cr\u00e9dit", - "Go Back": "Retour", - "Go to Dashboard": "Aller au tableau de bord", - "Go to your Dashboard": "Aller \u00e0 votre tableau de bord", - "Government-Issued Photo ID": "Photo d'identit\u00e9 officielle", - "Grace period must be specified in HH:MM format.": "Le d\u00e9lai doit \u00eatre au format HH: MM.", - "Grade": "Note", - "Grade as:": "Noter comme :", - "Graded as:": "Not\u00e9 comme\u00a0:", - "Grading": "\u00c9valuation", - "Group": "Groupe", - "Group %s": "Groupe %s", - "Group A": "Groupe A", - "Group B": "Groupe B", - "Group Configuration ID": "Identifiant de la configuration du groupe", - "Group Configuration Name": "Nom de la configuration du groupe", - "Group Configuration information": "Informations sur la configuration du groupe", - "Group Configuration name is required.": "Le nom de la configuration de groupe est requis.", - "Group information": "Information sur le groupe", - "Group name is required": "Un nom de groupe est requis", - "Groups": "Groupes", - "H Align": "Aligner Horiz.", - "HTML preview of post": "Pr\u00e9visualisation HTML de l'article", - "HTML source code": "Code source HTML", - "Header": "En-t\u00eate", - "Header 1": "En-t\u00eate 1", - "Header 2": "En-t\u00eate 2", - "Header 3": "En-t\u00eate 3", - "Header 4": "En-t\u00eate 4", - "Header 5": "En-t\u00eate 5", - "Header 6": "En-t\u00eate 6", - "Header cell": "En-t\u00eate de la cellule", - "Headers": "En-t\u00eates", - "Heading": "Titre", - "Heading (Ctrl+H)": "Titre (Ctrl+H)", - "Heading 1": "Ent\u00eate 1", - "Heading 2": "Ent\u00eate 2", - "Heading 3": "Ent\u00eate 3", - "Heading 4": "Titre 4", - "Heading 5": "Titre 5", - "Heading 6": "Titre 6", - "Headings": "Titres", - "Height": "Hauteur", - "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "Aidez les autres apprenants \u00e0 d\u00e9cider s'ils veulent rejoindre votre \u00e9quipe en sp\u00e9cifiant quelques caract\u00e9ristiques de votre \u00e9quipe. Choisissez soigneusement, car moins de personnes seront int\u00e9ress\u00e9s \u00e0 rejoindre votre \u00e9quipe si votre \u00e9quipe semble trop restrictive.", - "Hide": "Masquer", - "Hide Annotations": "Cacher les annotations", - "Hide Deprecated Settings": "Cacher les param\u00e8tres obsol\u00e8tes", - "Hide Discussion": "Masquer la discussion", - "Hide closed captions": "Masquer les sous-titres", - "Hide content after course end date": "Masquer le contenu apr\u00e8s la date de fin du cours", - "Hide content after due date": "Masquer le contenu apr\u00e8s l'\u00e9ch\u00e9ance", - "Hide entire subsection": "Masquer toute la sous-section", - "Hide from learners": "Cacher des apprenants.", - "Hide notes": "Masquer les notes", - "Hiding from Students": "Cacher aux \u00e9tudiants", - "High Definition": "Haute d\u00e9finition", - "Highlighted text": "Texte surlign\u00e9", - "Horizontal Rule (Ctrl+R)": "Ligne Horizontale (Ctrl+R)", - "Horizontal line": "Ligne horizontale", - "Horizontal space": "Espace horizontal", - "How to create useful text alternatives.": "Comment cr\u00e9er des textes alternatifs utiles.", - "How to use %(platform_name)s discussions": "Comment utiliser les discussions %(platform_name)s", - "Hyperlink (Ctrl+L)": "Lien (Ctrl+L)", - "I am ready to start this timed exam,": "Je suis pr\u00eat \u00e0 d\u00e9marrer cet examen \u00e0 temps limit\u00e9,", - "ID": "ID", - "ID-Verification is not required for this Professional Education course.": "La v\u00e9rification d'identit\u00e9 n'est pas demand\u00e9e pour ce cours d'\u00e9ducation professionnelle.", - "Identity Verification In Progress": "V\u00e9rification d'identit\u00e9 en cours", - "If the course does not have an end date, learners always see their scores when they submit answers to assessments.": "Si le cours ne comporte aucune date de fin, les \u00e9tudiants pourront toujours voir les notes obtenues apr\u00e8s \u00e9valuation.", - "If the subsection does not have a due date, learners always see their scores when they submit answers to assessments.": "Si la sous-section n'a aucune date d'\u00e9ch\u00e9ance, les \u00e9tudiants pourront toujours voir leurs notes apr\u00e8s avoir donn\u00e9 leurs r\u00e9ponses lors de l'\u00e9valuation. ", - "If the unit was previously published and released to learners, any changes you made to the unit when it was hidden will now be visible to learners.": "Si cette unit\u00e9 avait \u00e9t\u00e9 pr\u00e9c\u00e9demment publi\u00e9e et rendu disponible aux apprenants, tout changement que vous aviez effectu\u00e9 \u00e0 cette unit\u00e9 lorsqu'elle \u00e9tait cach\u00e9e sont maintenant visibles aux apprenants.", - "If you do not yet have an account, use the button below to register.": "Si vous n'avez pas encore de compte, utilisez le bouton ci-dessous pour vous inscrire.", - "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "Si vous ne v\u00e9rifiez pas votre identit\u00e9 maintenant, vous pouvez toujours parcourir vos cours depuis votre tableau de bord. Vous recevrez des rappels r\u00e9gulier de %(platformName)s pour v\u00e9rifier votre identit\u00e9.", - "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "Si vous quittez cette page sans la sauvegarder ou soumettre votre r\u00e9ponse, vous perdrez tout le travail r\u00e9alis\u00e9 pour cette r\u00e9ponse.", - "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "Si vous quittez cette page sans envoyer votre \u00e9valuation par les pairs, vous perdrez tout le travail r\u00e9alis\u00e9.", - "If you leave this page without submitting your self assessment, you will lose any work you have done.": "Si vous quittez cette page sans envoyer votre auto-\u00e9valuation, vous perdrez tout le travail r\u00e9alis\u00e9.", - "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "Si vous quittez cette page sans envoyer votre \u00e9valuation par l'\u00e9quipe p\u00e9dagogique, vous perdrez tout le travail r\u00e9alis\u00e9.", - "If you leave, you can no longer post in this team's discussions. Your place will be available to another learner.": "Si vous partez, vous ne pourrez plus poster dans les discussions de l'\u00e9quipe. Votre place sera lib\u00e9r\u00e9e pour un autre apprenant.", - "If you make significant changes, make sure you notify members of the team before making these changes.": "Si vous r\u00e9alisez d'importants changements, pr\u00e9venez les membres de l'\u00e9quipe avant de les faire.", - "If you make this %(xblockType)s visible to learners, learners will be able to see its content after the release date has passed and you have published the unit. Only units that are explicitly hidden from learners will remain hidden after you clear this option for the %(xblockType)s.": "Si vous rendez ce %(xblockType)s visible aux apprenants, les apprenants pourront voir son contenu apr\u00e8s que la date de publication soit pass\u00e9e et que vous ayez publi\u00e9 cette unit\u00e9. Seules les unit\u00e9s qui sont explicitement cach\u00e9es des apprenants resteront cach\u00e9es apr\u00e8s vous d\u00e9sactivez cette option pour ce %(xblockType)s.", - "If you use the Advanced Editor, this problem will be converted to XML and you will not be able to return to the Simple Editor Interface.\n\nProceed to the Advanced Editor and convert this problem to XML?": "Si vous utilisez l'\u00e9diteur avanc\u00e9, ce probl\u00e8me sera converti en XML et vous ne serez plus en mesure de revenir \u00e0 l'interface d'\u00e9dition simple.\nPasser \u00e0 l'\u00e9diteur avanc\u00e9 et convertir ce probl\u00e8me en XML?", - "Ignore": "Ignorer", - "Ignore all": "Ignorer tout", - "Image": "Image", - "Image (Ctrl+G)": "Image (Ctrl+G)", - "Image Description": "Description de l'Image", - "Image Upload Error": "Erreur lors du t\u00e9l\u00e9versement de l'image", - "Image description": "Description de l'image", - "Image must be in PNG format": "Les fichiers doivent \u00eatre au format PNG.", - "Image must be in PNG format.": "Les fichiers doivent \u00eatre au format PNG.", - "Image upload failed": "Le chargement de l'image a \u00e9chou\u00e9", - "Image upload failed. ": "\u00c9chec du chargement de l'image.", - "Import YouTube Transcript": "Importer une transcription YouTube", - "In Progress": "En cours", - "In the {linkStart}Course Outline{linkEnd}, use this group to control access to a component.": "Dans la {linkStart}Description du cours{linkEnd}, utilisez ce groupe pour g\u00e9rer l'acc\u00e8s \u00e0 un composant.", - "Incorrect url format.": "Format de l'url incorrect.", - "Increase indent": "Accro\u00eetre l'indentation", - "Individual Exceptions": "D\u00e9rogations individuelles", - "Inheriting Student Visibility": "H\u00e9riter la visibilit\u00e9 pour les \u00e9tudiants", - "Inline": "Int\u00e9gr\u00e9", - "Insert": "Ins\u00e9rer", - "Insert Hyperlink": "Ins\u00e9rer un hyperlien", - "Insert Image (upload file or type URL)": "Ins\u00e9rer une image (envoyer un fichier ou saisissez l'adresse URL)", - "Insert column after": "Ins\u00e9rer une colonne apr\u00e8s", - "Insert column before": "Ins\u00e9rer une colonne avant", - "Insert date/time": "Ins\u00e9rer date/heure", - "Insert image": "Ins\u00e9rer une image", - "Insert link": "Ins\u00e9rer un lien", - "Insert row after": "Ins\u00e9rer une ligne apr\u00e8s", - "Insert row before": "Ins\u00e9rer une ligne avant", - "Insert table": "Ins\u00e9rer un tableau", - "Insert template": "Ins\u00e9rer un mod\u00e8le", - "Insert video": "Ins\u00e9rer une vid\u00e9o", - "Insert/edit image": "Ins\u00e9rer/modifier une image", - "Insert/edit link": "Ins\u00e9rer/modifier un lien", - "Insert/edit video": "Ins\u00e9rer/modifier une vid\u00e9o", - "Instructor Biography": "Biographie de l'enseignant", - "Instructor Name": "Nom de l'enseignant", - "Instructor Photo": "Photo de l'enseignant", - "Instructor Photo URL": "URL de la photo de l'enseignant", - "Instructor Title": "Titre de l'enseignant", - "Instructor tools": "Outils de l'instructeur", - "Internal Server Error.": "Erreur interne du serveur.", - "Introduction to Cookie Baking": "Introduction \u00e0 la r\u00e9alisation de cookies", - "Invalid email address: {email}": "Adresse e-mail invalide : {email}", - "Invalidate Certificate": "Invalider le Certificat", - "Invalidated": "Invalid\u00e9e", - "Invalidated By": "Invalid\u00e9e par", - "Is Sample Attempt": "Est une tentative d'essai", - "Is Visible To:": "Est visible pour :", - "Is this OK?": "Est-ce correct ?", - "Is your name on your ID readable?": "Le nom sur votre ID est-il lisible ?", - "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "Il est fortement recommand\u00e9 d'inclure quatre signataires au maximum. Si vous incluez plus de signataires, pr\u00e9visualisez le certificat dans l\u2019aper\u00e7u avant impression pour v\u00e9rifier que le certificat va bien s'imprimer sur une seule page.", - "Italic": "Italique", - "Italic (Ctrl+I)": "Italique (Ctrl+I)", - "January": "Janvier", - "Join Team": "Rejoindre l'\u00e9quipe", - "Joined": "Inscrit le", - "Joined %(date)s": "Inscrit %(date)s", - "Joined Date": "Date Inscription", - "July": "Juillet", - "June": "Juin", - "Justify": "Justifier", - "KB": "KB", - "Key should only contain letters, numbers, _, or -": "Le code peut uniquement contenir des lettres, nombres, signes _ ou -", - "Keywords": "Mots-cl\u00e9", - "LEARN MORE": "EN SAVOIR PLUS", - "Language": "Langue", - "Large": "Grand", - "Last Activity %(date)s": "Derni\u00e8re activit\u00e9 %(date)s", - "Last Edited:": "Derni\u00e8re modification:", - "Last Updated": "Derni\u00e8re mise \u00e0 jour", - "Last activity %(date)s": "Derni\u00e8re activit\u00e9 %(date)s", - "Last modified by": "Derni\u00e8re modification par", - "Last published %(last_published_date)s by %(publish_username)s": "Derni\u00e8re publication %(last_published_date)s par %(publish_username)s", - "Last published {lastPublishedStart}{publishedOn}{lastPublishedEnd} by {publishedByStart}{publishedBy}{publishedByEnd}": "Derni\u00e8re publication effectu\u00e9e le {lastPublishedStart}{publishedOn}{lastPublishedEnd} par {publishedByStart}{publishedBy}{publishedByEnd}", - "Learn More": "En savoir plus", - "Learn more about {license_name}": "En savoir plus sur {license_name}", - "Learners are added to this cohort automatically.": "Les apprenants sont automatiquement ajout\u00e9s \u00e0 cette cohorte.", - "Learners are added to this cohort only when you provide their email addresses or usernames on this page.": "Les apprenants sont ajout\u00e9e \u00e0 cette cohorte lorsque vous ajoutez leurs adresses email ou noms d'utilisateurs dans cette page.", - "Learners do not see the subsection in the course outline. The subsection is not included in grade calculations.": "Les apprenants ne peuvent pas voir la sous-section dans le plan de cours. La sous-section n'est pas incluse dans les calculs de note.", - "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the course end date has passed.": "Les \u00e9tudiants ne peuvent voir ni si leurs r\u00e9ponses aux \u00e9valuations \u00e9taient justes ou fausses ni la note re\u00e7ue, avant que la date de fin du cours ne soit pass\u00e9e. ", - "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the due date for the subsection has passed.": "Avant la date d'\u00e9ch\u00e9ance de cette sous-section, les \u00e9tudiants ne peuvent ni voir leur r\u00e9sultat aux \u00e9valuations ni conna\u00eetre leur note.", - "Learners never see whether their answers to assessments are correct or incorrect, nor the score received.": "Les \u00e9tudiants ne voient jamais si leurs r\u00e9ponses aux \u00e9valuations sont justes ou fausses, et ne re\u00e7oivent jamais la note.", - "Learners see the published subsection and can access its content.": "Les apprenant voient la sous-section publi\u00e9e et peuvent acc\u00e9der \u00e0 son contenu.", - "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "Les apprenants qui ont besoin d'une v\u00e9rification doit passer le point de contr\u00f4le s\u00e9lectionn\u00e9 afin de voir le contenu de cette unit\u00e9. Les \u00e9tudiants qui n'ont pas besoin d'une v\u00e9rification voient ce contenu par d\u00e9faut.", - "Learning Outcome": "R\u00e9sultat d'apprentissage", - "Leave Team": "Quitter l'\u00e9quipe", - "Leave this team?": "Quitter cette \u00e9quipe ?", - "Left": "Gauche", - "Left to right": "Gauche \u00e0 droite", - "Legal name": "Nom l\u00e9gal", - "Less": "Moins", - "Library User": "Utilisateur de la biblioth\u00e8que", - "License Display": "Affichage de la licence", - "License Type": "Type de licence", - "Limit Access": "Acc\u00e8s Limit\u00e9", - "Limited Profile": "Profil restreint", - "Link Description": "Description du Lien", - "Link Your Account": "Liez votre compte", - "Link types should be unique.": "Les types de liens doivent \u00eatre uniques.", - "Link your {accountName} account": "Liez votre compte {accountName}", - "Link your {accountName} account to your {platformName} account and use {accountName} to sign in to {platformName}.": "Liez votre compte {accountName} \u00e0 votre compte {platformName} et utilisez {accountName} pour vous connecter \u00e0 {platformName}.", - "Linked Accounts": "Comptes li\u00e9s", - "Linking": "Lier", - "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "Les liens sont g\u00e9n\u00e9r\u00e9s sur demande et expirent dans les 5 minutes \u00e0 cause de la nature sensible des informations concernant l'\u00e9tudiant.", - "Links should be unique.": "Les liens doivent \u00eatre uniques.", - "List item": "\u00c9l\u00e9ment", - "List of Open Assessments is unavailable": "La list des questions ouvertes n'est pas disponible", - "List of uploaded files and assets in this course": "Liste des fichiers et des activit\u00e9s t\u00e9l\u00e9charg\u00e9s dans ce cours", - "Live view of webcam": "Aper\u00e7u en temps r\u00e9el de votre webcam", - "Load Another File": "Envoyer un autre fichier", - "Load all responses": "Charger toutes les r\u00e9ponses", - "Load next {numResponses} responses": "Charger les {numResponses} r\u00e9ponses suivantes", + ], + "Course Credit Requirements": "Crit\u00e8res d'obtention de cr\u00e9dit du cours", + "Course End": "Fin du Cours", + "Course Handouts": "Documents de cours", + "Course ID": "ID de Cours", + "Course Id": "ID de Cours", + "Course Index": "index du cours", + "Course Key": "CLef de cours", + "Course Name": "Nom du Cours", + "Course Number": "Num\u00e9ro du cours", + "Course Number Override": "Ecrasement du Num\u00e9ro du Cours", + "Course Outline": "Plan du Cours", + "Course Start": "D\u00e9but du Cours", + "Course Title": "Titre du cours", + "Course Title Override": "Surcharge du Titre du Cours", + "Course is not yet visible to students.": "Ce cours n'est pas encore visible pour les \u00e9tudiants.", + "Course pacing cannot be changed once a course has started.": "Le rythme du cours ne peut plus \u00eatre chang\u00e9 une fois que le cours a commenc\u00e9.", + "Course title": "Titre du cours", + "Course-Wide Discussion Topics": "Sujets de discussion globaux", + "Create": "Cr\u00e9er", + "Create Account": "Cr\u00e9er un compte", + "Create Re-run": "Cr\u00e9er une relance", + "Create a New Team": "Cr\u00e9er une nouvelle \u00e9quipe", + "Create a content group": "Cr\u00e9er un groupe de contenu", + "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "Cr\u00e9ez une nouvelle \u00e9quipe si vous ne trouvez pas une \u00e9quipe existante \u00e0 rejoindre, ou si vous d\u00e9sirez apprendre avec des amis que vous connaissez d\u00e9j\u00e0.", + "Create account using %(providerName)s.": "Cr\u00e9er un compte avec %(providerName)s.", + "Create an Account": "Cr\u00e9er un compte", + "Create an Account.": "Cr\u00e9er un compte.", + "Create an account using": "Cr\u00e9er un compte avec", + "Create team.": "Cr\u00e9er l'\u00e9quipe.", + "Created": "Cr\u00e9\u00e9", + "Creating missing groups": "Cr\u00e9ation des groupes manquants", + "Creative Commons licensed content, with terms as follow:": "Contenu sous licence Creative Commons, avec les conditions suivantes :", + "Criterion Added": "Crit\u00e8re ajout\u00e9", + "Criterion Deleted": "Crit\u00e8re supprim\u00e9", + "Crossed out items have been refunded.": "Les \u00e9l\u00e9ments barr\u00e9s ont \u00e9t\u00e9 rembours\u00e9s.", + "Current Role:": "R\u00f4le actuel :", + "Current conversation": "Discussion actuelle", + "Current enrollment mode:": "Mode d'inscription: ", + "Current location": "Emplacement actuel", + "Current tab": "Onglet en cours", + "Currently selected": "S\u00e9lection actuelle", + "Custom color": "Couleur personnalis\u00e9e", + "Custom...": "Personnaliser...", + "Cut": "Couper", + "Cut row": "Couper la ligne", + "Date": "Date", + "Date Added": "Date ajout\u00e9e", + "Date Joined": "Date d'inscription", + "Date Placed": "Date d'\u00e9mission", + "Deactivate": "D\u00e9sactiver", + "December": "D\u00e9cembre", + "Declined": "Refus\u00e9", + "Decrease indent": "R\u00e9duire l'indentation", + "Default": "D\u00e9faut", + "Default (Local Time Zone)": "D\u00e9faut (fuseau horaire local)", + "Default Timed Transcript": "Transcription synchronis\u00e9e par d\u00e9faut", + "Delete": "Supprimer", + "Delete \"<%= signatoryName %>\" from the list of signatories?": "Supprimer \"<%= signatoryName %>\" de la liste de signataires.", + "Delete File Confirmation": "Confirmation de la suppression du fichier", + "Delete My Account": "Supprimer mon compte", + "Delete Team": "Supprimer l'\u00e9quipe", + "Delete column": "Supprimer la colonne", + "Delete row": "Supprimer la ligne", + "Delete student '<%- student_id %>'s state on problem '<%- problem_id %>'?": "Supprimer l'\u00e9tat de l'\u00e9tudiant '<%- student_id %>' sur le probl\u00e8me '<%- problem_id %>' ?", + "Delete table": "Supprimer le tableau", + "Delete the user, {username}": "Supprimer l'utilisateur, {username}", + "Delete this %(item_display_name)s?": "Effacer %(item_display_name)s ?", + "Delete this asset": "Supprimer cet \u00e9l\u00e9ment", + "Delete this team?": "Supprimer cette \u00e9quipe ?", + "Deleted Content Group": "Groupe de contenu supprim\u00e9", + "Deleted Group": "Supprimer le groupe", + "Deleting": "Suppression en cours", + "Deleting a textbook cannot be undone and once deleted any reference to it in your courseware's navigation will also be removed.": "Supprimer un manuel est irr\u00e9versible et toute r\u00e9f\u00e9rence \u00e0 ce manuel sera \u00e9galement supprim\u00e9e dans le cours.", + "Deleting this %(item_display_name)s is permanent and cannot be undone.": "Supprimer %(item_display_name)s est d\u00e9finitif et ne peut pas \u00eatre annul\u00e9.", + "Deleting this {xblock_type} is permanent and cannot be undone.": "Supprimer ce {xblock_type} est permanent et ne peut \u00eatre annul\u00e9.", + "Deprecated": "Obsol\u00e8te", + "Describe ": "D\u00e9crire", + "Description": "Description", + "Description of the certificate": "Description du certificat", + "Details": "D\u00e9tails", + "Dimensions": "Dimensions", + "Disc": "Disque", + "Discard Changes": "Supprimer les changements", + "Discarding Changes": "Annuler les modifications", + "Discussion Home": "Page d'accueil de Discussion", + "Discussion topics in the course are not divided.": "Les sujets de discussions du cours ne sont pas s\u00e9par\u00e9s.", + "Display Name": "Nom d'affichage", + "Div": "Div", + "Divide the selected content-specific discussion topics": "S\u00e9parer les sujets de discussion au contenu bien pr\u00e9cis", + "Divided": "Divis\u00e9", + "Do not show again": "Ne pas montrer de nouveau", + "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "Voulez-vous dispenser l'\u00e9tudiant ('{student_id}') d'examen d'entr\u00e9e?", + "Do you want to replace the edX transcript with the YouTube transcript?": "Souhaitez-vous remplacer la transcription EdX par celle de YouTube ?", + "Do you want to upload your file before submitting?": "Charger le fichier avant l'envoi?", + "Document properties": "Propri\u00e9t\u00e9s du document", + "Does the name on your ID match your account name: %(fullName)s?": "Le nom sur votre ID correspond-il \u00e0 votre nom de compte: %(fullName)s?", + "Does the photo of you match your ID photo?": "Votre photo correspond-elle \u00e0 celle de votre document d'identit\u00e9 ?", + "Does the photo of you show your whole face?": "Votre photo montre-t-elle votre visage en entier ?", + "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "Vous ne voyez pas votre photo ? Assurez-vous que votre navigateur est autoris\u00e9 \u00e0 utiliser votre webcam quand il le demande.", + "Donate": "Faire un don", + "Double-check that your webcam is connected and working to continue.": "V\u00e9rifiez que votre webcam est bien connect\u00e9e avant de continuer.", + "Download": "T\u00e9l\u00e9charger", + "Download Software Clicked": "T\u00e9l\u00e9chargement du logiciel demand\u00e9e", + "Download Transcript for Editing": "T\u00e9l\u00e9charger la transcription pour l'\u00e9diter", + "Download URL": "URL de t\u00e9l\u00e9chargement", + "Download available encodings (.csv)": "T\u00e9l\u00e9charger les encodages disponibles (.csv)", + "Download the user's certificate": "T\u00e9l\u00e9charger le certificat de l'utilisateur", + "Draft (Never published)": "Brouillon (Jamais publi\u00e9)", + "Draft (Unpublished changes)": "Brouillon (changements non publi\u00e9s)", + "Draft saved on {lastSavedStart}{editedOn}{lastSavedEnd} by {editedByStart}{editedBy}{editedByEnd}": "Brouillons sauvegard\u00e9s le {lastSavedStart}{editedOn}{lastSavedEnd} par {editedByStart}{editedBy}{editedByEnd}", + "Drag to reorder": "Glissez pour modifier l'ordre", + "Drop target image": "D\u00e9poser l'image cible", + "Due Date": "Date d'\u00e9ch\u00e9ance", + "Due Date:": "Date de rendu :", + "Due Time in UTC:": "Horaire de rendu en UTC :", + "Due date cannot be before start date.": "L'\u00e9ch\u00e9ance ne peut pas \u00eatre ant\u00e9rieure \u00e0 la date de d\u00e9but.", + "Due:": "A rendre pour le :", + "Duplicate": "Dupliquer", + "Duplicating": "Dupliquer", + "Duration (sec)": "Dur\u00e9e (sec)", + "Earned %(created)s.": "%(created)s obtenus.", + "Earned Certificates": "Certificats obtenus", + "EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.": "EdX ne dispose pas de transcription synchronis\u00e9e pour cette vid\u00e9o dans Studio, mais il existe une transcription YouTube. Vous pouvez importer la transcription Youtube ou t\u00e9l\u00e9versez votre propre fichier de transcription srt.", + "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "EdX ne dispose pas de transcription synchronis\u00e9e pour cette vid\u00e9o. Veuillez t\u00e9l\u00e9verser un fichier de transcription .srt.", + "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "EdX dispose d'une transcription synchronis\u00e9e pour cette vid\u00e9o. Si vous souhaitez \u00e9diter cette transcription, vous pouvez t\u00e9l\u00e9charger, \u00e9diter, et r\u00e9-envoyer la transcription existante. Si vous souhaitez remplacer cette transcription, envoyez un nouveau fichier srt.", + "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "EdX dispose d'une transcription synchronis\u00e9e pour cette vid\u00e9o. Si vous souhaitez remplacer cette transcription, envoyer un nouveau fichier de transcription srt. Si vous souhaitez \u00e9diter cette transcription, vous pouvez envoyer, \u00e9diter et re-r\u00e9envoyer la transcription existante.", + "Edit": "Modifier", + "Edit %(display_name)s (required)": "Modifier %(display_name)s (requis)", + "Edit HTML": "Modifier le code HTML", + "Edit Membership": "Modifier les inscriptions", + "Edit Team": "Modifier l'\u00e9quipe", + "Edit Thumbnail": "Modifier la vignette", + "Edit Your Name": "Modifier votre nom", + "Edit this certificate?": "Modifier ce certificat ?", + "Editable": "Modifiable", + "Editing: {title}": "\u00c9dition : {title}", + "Education Completed": "Niveau de formation", + "Email": "Email", + "Email Address (Sign In)": "Adresse e-mail (Connexion)", + "Email address": "Adresse email", + "Emails successfully sent. The following users are no longer enrolled in the course:": "Les e-mails ont \u00e9t\u00e9 envoy\u00e9s avec succ\u00e8s. Les utilisateurs suivants ont \u00e9t\u00e9 d\u00e9sinscrits du cours\u00a0:", + "Embed": "Int\u00e9grer", + "Emoticons": "\u00c9moticones", + "Enable Cohorts": "Activer les cohortes", + "Enable Weekly Highlight Emails": "Activer l'envoi d'e-mails de faits marquants de la semaine", + "Enabled": "Activ\u00e9", + "Encoding": "Encodage", + "End My Exam": "Terminer mon examen", + "End of transcript. Skip to the start.": "Fin de la transcription. Aller au d\u00e9but.", + "Engage with posts": "Participez \u00e0 la conversation", + "Enroll Now": "Inscrivez-vous maintenant", + "Enrolled": "Inscrit", + "Enrolling you in the selected course": "Inscription en cours", + "Enrollment Date": "Date d'inscription", + "Enrollment Mode": "Mode d'inscription", + "Enrollment Opens on": "Les inscriptions ouvrent le ", + "Enrollment Tracks": "Parcours d'inscription", + "Ensure that you can see your photo and read your name": "Assurez-vous vous pouvez bien voir votre photo et lire votre nom", + "Enter Due Date and Time": "Entrez la date et heure d'\u00e9ch\u00e9ance", + "Enter Start Date and Time": "Entrez la date et heure de d\u00e9but", + "Enter a student's username or email address.": "Entrez un nom d'utilisateur et un email.", + "Enter a username or email.": "Entrez un nom d'utilisateur ou un email.", + "Enter email addresses and/or usernames, separated by new lines or commas, for the learners you want to add. *": "Saisissez les adresses e-mail et/ou les noms d'utilisateurs, s\u00e9par\u00e9s par des retours \u00e0 la ligne ou des virgules, pour les \u00e9tudiants que vous voulez ajouter. *", + "Enter information to describe your team. You cannot change these details after you create the team.": "Saisissez une description de votre \u00e9quipe. Vous ne pourrez pas changer ces \u00e9l\u00e9ments une fois que l'\u00e9quipe est cr\u00e9\u00e9e.", + "Enter some details for your support request.": "Saisissez un d\u00e9tail pour votre demande de soutien.", + "Enter team description.": "Saisir la description de l'\u00e9quipe. ", + "Enter team name.": "Saisir le nom de l'\u00e9quipe.", + "Enter the enrollment code.": "Entrer le code d'inscription", + "Enter the name of the cohort": "Entrer le nom de la cohorte", + "Enter the page number you'd like to quickly navigate to.": "Saisissez le num\u00e9ro de la page que vous souhaitez atteindre rapidement.", + "Enter the username or email address of each learner that you want to add as an exception.": "Saisissez le nom d'utilisateur ou l'adresse email de chaque \u00e9tudiant que vous souhaitez ajouter comme exception.", + "Enter username or email": "Saisir un nom d'utilisateur ou un email", + "Entrance exam attempts is being reset for student '{student_id}'.": "Nombre d'essai r\u00e9initialis\u00e9 pour l'examen d'entr\u00e9e de l'\u00e9tudiant '{student_id}'.", + "Entrance exam state is being deleted for student '{student_id}'.": "Effacement du status de l'examen d'entr\u00e9e pour l'\u00e9tudiant '{student_id}'.", + "Error": "Erreur", + "Error adding learners.": "Erreur lors de l'ajout des apprenants.", + "Error adding user": "Probl\u00e8me lors de l'ajout de l'utilisateur", + "Error adding/removing users as beta testers.": "Erreur lors de l'ajout/suppression d'utilisateurs en que tant que b\u00eata-testeurs.", + "Error changing user's permissions.": "Erreur lors du changement des permissions de l'utilisateur.", + "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "Erreur de suppression du status d'examen d'entr\u00e9e pour l'\u00e9tudiant '{student_id}'. Assurez-vous que l'identifiant \u00e9tudiant est correct.", + "Error deleting student '<%- student_id %>'s state on problem '<%- problem_id %>'. Make sure that the problem and student identifiers are complete and correct.": "Erreur lors de la suppression de l'\u00e9tat de l'\u00e9tudiant '<%- student_id %>' pour le probl\u00e8me '<%- problem_id %>' V\u00e9rifiez qu'il n'y a pas d'erreur dans les identifiants du probl\u00e8me et de l'\u00e9tudiant. ", + "Error enrolling/unenrolling users.": "Erreur lors de l'inscription/d\u00e9sinscription d'utilisateurs.", + "Error generating ORA data report. Please try again.": "Erreur lors de la g\u00e9n\u00e9ration du rapport de donn\u00e9es ORA. Merci d\u2019essayer \u00e0 nouveau.", + "Error generating grades. Please try again.": "Erreur lors de la g\u00e9n\u00e9ration des notes. Merci d\u2019essayer \u00e0 nouveau.", + "Error generating list of students who may enroll. Please try again.": "Erreur lors de la g\u00e9n\u00e9ration de la liste des \u00e9tudiants pouvant s'inscrire. Merci d'essayer de nouveau.", + "Error generating problem grade report. Please try again.": "Erreur lors de la g\u00e9n\u00e9ration du rapport des notes. Merci d\u2019essayer \u00e0 nouveau.", + "Error generating proctored exam results. Please try again.": "Erreur lors de la g\u00e9n\u00e9ration des r\u00e9sultats d'examens supervis\u00e9s. Merci d'essayer \u00e0 nouveau.", + "Error generating student profile information. Please try again.": "Erreur lors de la cr\u00e9ation des informations du profil \u00e9tudiant. Merci d\u2019essayer \u00e0 nouveau.", + "Error generating survey results. Please try again.": "Erreur lors de la g\u00e9n\u00e9ration des r\u00e9sultats d'enqu\u00eate. Merci d'essayer \u00e0 nouveau.", + "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "Erreur d'obtention de l'historique d'examen d'entr\u00e9e pour l'\u00e9tudiant '{student_id}'. Assurez-vous que l'identifiant \u00e9tudiant est correct.", + "Error getting issued certificates list.": "Erreur lors de la r\u00e9cup\u00e9ration de la liste des certificats d\u00e9livr\u00e9s.", + "Error getting student list.": "Erreur lors de la r\u00e9cup\u00e9ration de la liste des \u00e9tudiants.", + "Error getting student progress url for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "Erreur dans l'obtention de l'url de progression de l'\u00e9tudiant '<%- student_id %>'. V\u00e9rifiez qu'il n'y a pas d'erreur dans l'identifiant de l'\u00e9tudiant. ", + "Error getting task history for problem '<%- problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "Erreur dans la r\u00e9cup\u00e9ration de l'historique du probl\u00e8me '<%- problem_id %>' pour l'\u00e9tudiant '<%- student_id %>'. V\u00e9rifiez qu'il n'y a pas d'erreur dans les identifiants du probl\u00e8me et de l'\u00e9tudiant. ", + "Error getting the number of ungraded responses": "Erreur lors de la r\u00e9cup\u00e9ration du nombre de r\u00e9ponses non \u00e9valu\u00e9es", + "Error importing course": "Erreur lors de l'importation du cours", + "Error listing task history for this student and problem.": "Erreur lors de l'affichage de l'historique des t\u00e2ches pour cet \u00e9tudiant et cet exercice.", + "Error removing user": "Erreur lors de la suppression de l'utilisateur", + "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "Erreur lors de la r\u00e9initialisation du nombre d'essai pour l'examen d'entr\u00e9e de l'\u00e9tudiant '{student_id}'. Assurez-vous que l'identifiant \u00e9tudiant est correct.", + "Error resetting problem attempts for problem '<%= problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "Erreur lors la r\u00e9initialisation des essais pour l'exercice '<%= problem_id %>' et l'\u00e9tudiant '<%- student_id %>'. V\u00e9rifiez qu'il n'y a pas d'erreur dans les identifiants du probl\u00e8me et de l'\u00e9tudiant. ", + "Error retrieving grading configuration.": "Erreur lors de la r\u00e9cup\u00e9ration de la configuration de la notation.", + "Error sending email.": "Erreur lors de l\u2019envoi de l\u2019e-mail.", + "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "Erreur dans le d\u00e9marrage de la t\u00e2che de recalcul du score de l'examen d'entr\u00e9e pour l'\u00e9tudiant '{student_id}'. Assurez-vous que l'examen d'entr\u00e9e comporte des exercices et que l'identifiant de l'\u00e9tudiant est correct.", + "Error starting a task to rescore problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the problem and student identifiers are complete and correct.": "Erreur dans le recalcul du score du probl\u00e8me '<%- problem_id %>' pour l'\u00e9tudiant '<%- student_id %>'. V\u00e9rifiez qu'il n'y a pas d'erreur dans les identifiants du probl\u00e8me et de l'\u00e9tudiant. ", + "Error starting a task to reset attempts for all students on problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "Erreur dans la r\u00e9initialisation des essais de tous les \u00e9tudiants pour le probl\u00e8me '<%- problem_id %>'. V\u00e9rifiez que l'identifiant du probl\u00e8me est complet et correct. ", + "Error while generating certificates. Please try again.": "Erreur lors de la g\u00e9n\u00e9ration des certificats. Merci d'essayer \u00e0 nouveau.", + "Error while regenerating certificates. Please try again.": "Erreur lors de la g\u00e9n\u00e9ration des certificats. Merci d'essayer \u00e0 nouveau.", + "Error.": "Erreur.", + "Error:": "Erreur :", + "Error: Choosing failed.": "Erreur: La s\u00e9lection a \u00e9chou\u00e9.", + "Error: Replacing failed.": "Erreur: Le remplacement a \u00e9chou\u00e9.", + "Error: Uploading failed.": "Erreur: Le chargement a \u00e9chou\u00e9.", + "Error: User '<%- username %>' has not yet activated their account. Users must create and activate their accounts before they can be assigned a role.": "Erreur : L'utilisateur \"<%- username %>\" n'a pas encore activ\u00e9 son compte. Les utilisateurs doivent cr\u00e9er et activer leurs comptes avant qu'ils ne puissent se voir attribuer un r\u00f4le.", + "Error: You cannot remove yourself from the Instructor group!": "Erreur : Vous ne pouvez pas vous supprimer vous-m\u00eame du groupe des enseignants !", + "Errors": "Erreurs", + "Everyone who has staff privileges in this course": "Tous ceux qui ont un statut d'\u00e9quipe p\u00e9dagogique pour ce cours", + "Exam Types": "Types d'examen", + "Exception Granted": "D\u00e9rogation accord\u00e9e", + "Exit full browser": "Quitter le navigateur plein \u00e9cran", + "Expand All": "Tout d\u00e9plier", + "Expand Instructions": "D\u00e9plier les instructions", + "Explain if other.": "Expliquer si autre.", + "Explanation": "Explication", + "Explicitly Hiding from Students": "Cacher explicitement aux \u00e9tudiants", + "Explore New Programs": "Explorez les nouveaux programmes", + "Explore Programs": "Explorez les programmes", + "Explore your course!": "Explorez votre cours", + "Failed Proctoring": "Echec de l'Examen Surveill\u00e9", + "Failed to delete student state for user.": "Impossible de supprimer l'\u00e9tat de l'\u00e9tudiant pour cet utilisateur.", + "Failed to rescore problem for user.": "\u00c9chec lors de la r\u00e9\u00e9valuation de l'exercice pour cet utilisateur.", + "Failed to reset attempts for user.": "Impossible de r\u00e9initialiser les essais pour cet utilisateur.", + "February": "F\u00e9vrier", + "Feedback available for selection.": "Feedback disponible pour la s\u00e9lection.", + "File": "Fichier", + "File Name": "Nom du fichier", + "File type is not allowed.": "Type de fichier non support\u00e9", + "File types can not be empty.": "Les types de fichier ne peuvent \u00eatre vides.", + "File upload succeeded": "Chargement du fichier r\u00e9ussi", + "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "Le fichier nomm\u00e9 {filename} d\u00e9passe le poids maximum autoris\u00e9 : {maxFileSizeInMBs} Mo", + "Files must be in JPEG or PNG format.": "Les fichiers doivent \u00eatre au format JPEG ou PNG.", + "Fill browser": "Remplir le navigateur", + "Filter": "Filtrer", + "Filter and sort topics": "Filtrer et trier les sujets", + "Final Grade Received": "Note finale obtenue", + "Financial Assistance": "Soutien Financier", + "Financial Assistance Application": "Demande d'assistance financi\u00e8re", + "Find": "Trouver", + "Find a course": "Trouver un cours", + "Find and replace": "Trouver et remplacer", + "Find discussions": "Trouver des discussions", + "Find next": "Trouver le suivant", + "Find previous": "Trouver le pr\u00e9c\u00e9dent", + "Finish": "Terminer", + "First time here?": "C'est votre premi\u00e8re visite ?", + "Follow or unfollow posts": "Suivre ou ne plus suivre un message", + "Font Family": "Famille de la fonte", + "Font Sizes": "Tailles des fontes", + "Footer": "Pied de page", + "For grading to work, you must change all {oldName} subsections to {newName}.": "Pour que le calcul des notes fonctionne, vous devez modifier toutes les sous-sections {oldName} \u00e0 {newName}.", + "Format": "Formater", + "Formats": "Formats", + "Free text notes": "Notes libres", + "Frequently Asked Questions": "Foire Aux Questions", + "Full Name": "Nom complet", + "Full Profile": "Profil complet", + "Fullscreen": "Plein \u00e9cran", + "Fully Supported": "Compl\u00e8tement support\u00e9", + "Gender": "Genre", + "General": "G\u00e9n\u00e9ral", + "Generate": "G\u00e9n\u00e9r\u00e9", + "Generate Exception Certificates": "G\u00e9n\u00e9rer les attestations de d\u00e9rogation", + "Generate the user's certificate": "G\u00e9n\u00e9rer le certificat de l'utilisateur", + "Get Credit": "Obtenir un cr\u00e9dit", + "Go Back": "Retour", + "Go to Dashboard": "Aller au tableau de bord", + "Go to your Dashboard": "Aller \u00e0 votre tableau de bord", + "Government-Issued Photo ID": "Photo d'identit\u00e9 officielle", + "Grace period must be specified in HH:MM format.": "Le d\u00e9lai doit \u00eatre au format HH: MM.", + "Grade": "Note", + "Grade as:": "Noter comme :", + "Graded as:": "Not\u00e9 comme\u00a0:", + "Grading": "\u00c9valuation", + "Group": "Groupe", + "Group %s": "Groupe %s", + "Group A": "Groupe A", + "Group B": "Groupe B", + "Group Configuration ID": "Identifiant de la configuration du groupe", + "Group Configuration Name": "Nom de la configuration du groupe", + "Group Configuration information": "Informations sur la configuration du groupe", + "Group Configuration name is required.": "Le nom de la configuration de groupe est requis.", + "Group information": "Information sur le groupe", + "Group name is required": "Un nom de groupe est requis", + "Groups": "Groupes", + "H Align": "Aligner Horiz.", + "HTML preview of post": "Pr\u00e9visualisation HTML de l'article", + "HTML source code": "Code source HTML", + "Header": "En-t\u00eate", + "Header 1": "En-t\u00eate 1", + "Header 2": "En-t\u00eate 2", + "Header 3": "En-t\u00eate 3", + "Header 4": "En-t\u00eate 4", + "Header 5": "En-t\u00eate 5", + "Header 6": "En-t\u00eate 6", + "Header cell": "En-t\u00eate de la cellule", + "Headers": "En-t\u00eates", + "Heading": "Titre", + "Heading (Ctrl+H)": "Titre (Ctrl+H)", + "Heading 1": "Ent\u00eate 1", + "Heading 2": "Ent\u00eate 2", + "Heading 3": "Ent\u00eate 3", + "Heading 4": "Titre 4", + "Heading 5": "Titre 5", + "Heading 6": "Titre 6", + "Headings": "Titres", + "Height": "Hauteur", + "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "Aidez les autres apprenants \u00e0 d\u00e9cider s'ils veulent rejoindre votre \u00e9quipe en sp\u00e9cifiant quelques caract\u00e9ristiques de votre \u00e9quipe. Choisissez soigneusement, car moins de personnes seront int\u00e9ress\u00e9s \u00e0 rejoindre votre \u00e9quipe si votre \u00e9quipe semble trop restrictive.", + "Hide": "Masquer", + "Hide Annotations": "Cacher les annotations", + "Hide Deprecated Settings": "Cacher les param\u00e8tres obsol\u00e8tes", + "Hide Discussion": "Masquer la discussion", + "Hide closed captions": "Masquer les sous-titres", + "Hide content after course end date": "Masquer le contenu apr\u00e8s la date de fin du cours", + "Hide content after due date": "Masquer le contenu apr\u00e8s l'\u00e9ch\u00e9ance", + "Hide entire subsection": "Masquer toute la sous-section", + "Hide from learners": "Cacher des apprenants.", + "Hide notes": "Masquer les notes", + "Hiding from Students": "Cacher aux \u00e9tudiants", + "High Definition": "Haute d\u00e9finition", + "Highlighted text": "Texte surlign\u00e9", + "Horizontal Rule (Ctrl+R)": "Ligne Horizontale (Ctrl+R)", + "Horizontal line": "Ligne horizontale", + "Horizontal space": "Espace horizontal", + "How to create useful text alternatives.": "Comment cr\u00e9er des textes alternatifs utiles.", + "How to use %(platform_name)s discussions": "Comment utiliser les discussions %(platform_name)s", + "Hyperlink (Ctrl+L)": "Lien (Ctrl+L)", + "I am ready to start this timed exam,": "Je suis pr\u00eat \u00e0 d\u00e9marrer cet examen \u00e0 temps limit\u00e9,", + "ID": "ID", + "ID-Verification is not required for this Professional Education course.": "La v\u00e9rification d'identit\u00e9 n'est pas demand\u00e9e pour ce cours d'\u00e9ducation professionnelle.", + "Identity Verification In Progress": "V\u00e9rification d'identit\u00e9 en cours", + "If the course does not have an end date, learners always see their scores when they submit answers to assessments.": "Si le cours ne comporte aucune date de fin, les \u00e9tudiants pourront toujours voir les notes obtenues apr\u00e8s \u00e9valuation.", + "If the subsection does not have a due date, learners always see their scores when they submit answers to assessments.": "Si la sous-section n'a aucune date d'\u00e9ch\u00e9ance, les \u00e9tudiants pourront toujours voir leurs notes apr\u00e8s avoir donn\u00e9 leurs r\u00e9ponses lors de l'\u00e9valuation. ", + "If the unit was previously published and released to learners, any changes you made to the unit when it was hidden will now be visible to learners.": "Si cette unit\u00e9 avait \u00e9t\u00e9 pr\u00e9c\u00e9demment publi\u00e9e et rendu disponible aux apprenants, tout changement que vous aviez effectu\u00e9 \u00e0 cette unit\u00e9 lorsqu'elle \u00e9tait cach\u00e9e sont maintenant visibles aux apprenants.", + "If you do not yet have an account, use the button below to register.": "Si vous n'avez pas encore de compte, utilisez le bouton ci-dessous pour vous inscrire.", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "Si vous ne v\u00e9rifiez pas votre identit\u00e9 maintenant, vous pouvez toujours parcourir vos cours depuis votre tableau de bord. Vous recevrez des rappels r\u00e9gulier de %(platformName)s pour v\u00e9rifier votre identit\u00e9.", + "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "Si vous quittez cette page sans la sauvegarder ou soumettre votre r\u00e9ponse, vous perdrez tout le travail r\u00e9alis\u00e9 pour cette r\u00e9ponse.", + "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "Si vous quittez cette page sans envoyer votre \u00e9valuation par les pairs, vous perdrez tout le travail r\u00e9alis\u00e9.", + "If you leave this page without submitting your self assessment, you will lose any work you have done.": "Si vous quittez cette page sans envoyer votre auto-\u00e9valuation, vous perdrez tout le travail r\u00e9alis\u00e9.", + "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "Si vous quittez cette page sans envoyer votre \u00e9valuation par l'\u00e9quipe p\u00e9dagogique, vous perdrez tout le travail r\u00e9alis\u00e9.", + "If you make significant changes, make sure you notify members of the team before making these changes.": "Si vous r\u00e9alisez d'importants changements, pr\u00e9venez les membres de l'\u00e9quipe avant de les faire.", + "If you make this %(xblockType)s visible to learners, learners will be able to see its content after the release date has passed and you have published the unit. Only units that are explicitly hidden from learners will remain hidden after you clear this option for the %(xblockType)s.": "Si vous rendez ce %(xblockType)s visible aux apprenants, les apprenants pourront voir son contenu apr\u00e8s que la date de publication soit pass\u00e9e et que vous ayez publi\u00e9 cette unit\u00e9. Seules les unit\u00e9s qui sont explicitement cach\u00e9es des apprenants resteront cach\u00e9es apr\u00e8s vous d\u00e9sactivez cette option pour ce %(xblockType)s.", + "If you use the Advanced Editor, this problem will be converted to XML and you will not be able to return to the Simple Editor Interface.\n\nProceed to the Advanced Editor and convert this problem to XML?": "Si vous utilisez l'\u00e9diteur avanc\u00e9, ce probl\u00e8me sera converti en XML et vous ne serez plus en mesure de revenir \u00e0 l'interface d'\u00e9dition simple.\nPasser \u00e0 l'\u00e9diteur avanc\u00e9 et convertir ce probl\u00e8me en XML?", + "Ignore": "Ignorer", + "Ignore all": "Ignorer tout", + "Image": "Image", + "Image (Ctrl+G)": "Image (Ctrl+G)", + "Image Description": "Description de l'Image", + "Image Upload Error": "Erreur lors du t\u00e9l\u00e9versement de l'image", + "Image description": "Description de l'image", + "Image must be in PNG format": "Les fichiers doivent \u00eatre au format PNG.", + "Image must be in PNG format.": "Les fichiers doivent \u00eatre au format PNG.", + "Image upload failed": "Le chargement de l'image a \u00e9chou\u00e9", + "Image upload failed. ": "\u00c9chec du chargement de l'image.", + "Import YouTube Transcript": "Importer une transcription YouTube", + "In Progress": "En cours", + "In the {linkStart}Course Outline{linkEnd}, use this group to control access to a component.": "Dans la {linkStart}Description du cours{linkEnd}, utilisez ce groupe pour g\u00e9rer l'acc\u00e8s \u00e0 un composant.", + "Incorrect url format.": "Format de l'url incorrect.", + "Increase indent": "Accro\u00eetre l'indentation", + "Individual Exceptions": "D\u00e9rogations individuelles", + "Inheriting Student Visibility": "H\u00e9riter la visibilit\u00e9 pour les \u00e9tudiants", + "Inline": "Int\u00e9gr\u00e9", + "Insert": "Ins\u00e9rer", + "Insert Hyperlink": "Ins\u00e9rer un hyperlien", + "Insert Image (upload file or type URL)": "Ins\u00e9rer une image (envoyer un fichier ou saisissez l'adresse URL)", + "Insert column after": "Ins\u00e9rer une colonne apr\u00e8s", + "Insert column before": "Ins\u00e9rer une colonne avant", + "Insert date/time": "Ins\u00e9rer date/heure", + "Insert image": "Ins\u00e9rer une image", + "Insert link": "Ins\u00e9rer un lien", + "Insert row after": "Ins\u00e9rer une ligne apr\u00e8s", + "Insert row before": "Ins\u00e9rer une ligne avant", + "Insert table": "Ins\u00e9rer un tableau", + "Insert template": "Ins\u00e9rer un mod\u00e8le", + "Insert video": "Ins\u00e9rer une vid\u00e9o", + "Insert/edit image": "Ins\u00e9rer/modifier une image", + "Insert/edit link": "Ins\u00e9rer/modifier un lien", + "Insert/edit video": "Ins\u00e9rer/modifier une vid\u00e9o", + "Instructor Biography": "Biographie de l'enseignant", + "Instructor Name": "Nom de l'enseignant", + "Instructor Photo": "Photo de l'enseignant", + "Instructor Photo URL": "URL de la photo de l'enseignant", + "Instructor Title": "Titre de l'enseignant", + "Instructor tools": "Outils de l'instructeur", + "Internal Server Error.": "Erreur interne du serveur.", + "Introduction to Cookie Baking": "Introduction \u00e0 la r\u00e9alisation de cookies", + "Invalid email address: {email}": "Adresse e-mail invalide : {email}", + "Invalidate Certificate": "Invalider le Certificat", + "Invalidated": "Invalid\u00e9e", + "Invalidated By": "Invalid\u00e9e par", + "Is Sample Attempt": "Est une tentative d'essai", + "Is Visible To:": "Est visible pour :", + "Is this OK?": "Est-ce correct ?", + "Is your name on your ID readable?": "Le nom sur votre ID est-il lisible ?", + "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "Il est fortement recommand\u00e9 d'inclure quatre signataires au maximum. Si vous incluez plus de signataires, pr\u00e9visualisez le certificat dans l\u2019aper\u00e7u avant impression pour v\u00e9rifier que le certificat va bien s'imprimer sur une seule page.", + "Italic": "Italique", + "Italic (Ctrl+I)": "Italique (Ctrl+I)", + "January": "Janvier", + "Join Team": "Rejoindre l'\u00e9quipe", + "Joined": "Inscrit le", + "Joined %(date)s": "Inscrit %(date)s", + "Joined Date": "Date Inscription", + "July": "Juillet", + "June": "Juin", + "Justify": "Justifier", + "KB": "KB", + "Key should only contain letters, numbers, _, or -": "Le code peut uniquement contenir des lettres, nombres, signes _ ou -", + "Keywords": "Mots-cl\u00e9", + "LEARN MORE": "EN SAVOIR PLUS", + "Language": "Langue", + "Large": "Grand", + "Last Activity %(date)s": "Derni\u00e8re activit\u00e9 %(date)s", + "Last Edited:": "Derni\u00e8re modification:", + "Last Updated": "Derni\u00e8re mise \u00e0 jour", + "Last modified by": "Derni\u00e8re modification par", + "Last published %(last_published_date)s by %(publish_username)s": "Derni\u00e8re publication %(last_published_date)s par %(publish_username)s", + "Last published {lastPublishedStart}{publishedOn}{lastPublishedEnd} by {publishedByStart}{publishedBy}{publishedByEnd}": "Derni\u00e8re publication effectu\u00e9e le {lastPublishedStart}{publishedOn}{lastPublishedEnd} par {publishedByStart}{publishedBy}{publishedByEnd}", + "Learn More": "En savoir plus", + "Learn more about {license_name}": "En savoir plus sur {license_name}", + "Learners are added to this cohort automatically.": "Les apprenants sont automatiquement ajout\u00e9s \u00e0 cette cohorte.", + "Learners are added to this cohort only when you provide their email addresses or usernames on this page.": "Les apprenants sont ajout\u00e9e \u00e0 cette cohorte lorsque vous ajoutez leurs adresses email ou noms d'utilisateurs dans cette page.", + "Learners do not see the subsection in the course outline. The subsection is not included in grade calculations.": "Les apprenants ne peuvent pas voir la sous-section dans le plan de cours. La sous-section n'est pas incluse dans les calculs de note.", + "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the course end date has passed.": "Les \u00e9tudiants ne peuvent voir ni si leurs r\u00e9ponses aux \u00e9valuations \u00e9taient justes ou fausses ni la note re\u00e7ue, avant que la date de fin du cours ne soit pass\u00e9e. ", + "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the due date for the subsection has passed.": "Avant la date d'\u00e9ch\u00e9ance de cette sous-section, les \u00e9tudiants ne peuvent ni voir leur r\u00e9sultat aux \u00e9valuations ni conna\u00eetre leur note.", + "Learners never see whether their answers to assessments are correct or incorrect, nor the score received.": "Les \u00e9tudiants ne voient jamais si leurs r\u00e9ponses aux \u00e9valuations sont justes ou fausses, et ne re\u00e7oivent jamais la note.", + "Learners see the published subsection and can access its content.": "Les apprenant voient la sous-section publi\u00e9e et peuvent acc\u00e9der \u00e0 son contenu.", + "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "Les apprenants qui ont besoin d'une v\u00e9rification doit passer le point de contr\u00f4le s\u00e9lectionn\u00e9 afin de voir le contenu de cette unit\u00e9. Les \u00e9tudiants qui n'ont pas besoin d'une v\u00e9rification voient ce contenu par d\u00e9faut.", + "Learning Outcome": "R\u00e9sultat d'apprentissage", + "Leave Team": "Quitter l'\u00e9quipe", + "Leave this team?": "Quitter cette \u00e9quipe ?", + "Left": "Gauche", + "Left to right": "Gauche \u00e0 droite", + "Legal name": "Nom l\u00e9gal", + "Less": "Moins", + "Library User": "Utilisateur de la biblioth\u00e8que", + "License Display": "Affichage de la licence", + "License Type": "Type de licence", + "Limit Access": "Acc\u00e8s Limit\u00e9", + "Limited Profile": "Profil restreint", + "Link Description": "Description du Lien", + "Link Your Account": "Liez votre compte", + "Link types should be unique.": "Les types de liens doivent \u00eatre uniques.", + "Link your {accountName} account": "Liez votre compte {accountName}", + "Link your {accountName} account to your {platformName} account and use {accountName} to sign in to {platformName}.": "Liez votre compte {accountName} \u00e0 votre compte {platformName} et utilisez {accountName} pour vous connecter \u00e0 {platformName}.", + "Linked Accounts": "Comptes li\u00e9s", + "Linking": "Lier", + "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "Les liens sont g\u00e9n\u00e9r\u00e9s sur demande et expirent dans les 5 minutes \u00e0 cause de la nature sensible des informations concernant l'\u00e9tudiant.", + "Links should be unique.": "Les liens doivent \u00eatre uniques.", + "List item": "\u00c9l\u00e9ment", + "List of Open Assessments is unavailable": "La list des questions ouvertes n'est pas disponible", + "List of uploaded files and assets in this course": "Liste des fichiers et des activit\u00e9s t\u00e9l\u00e9charg\u00e9s dans ce cours", + "Live view of webcam": "Aper\u00e7u en temps r\u00e9el de votre webcam", + "Load Another File": "Envoyer un autre fichier", + "Load all responses": "Charger toutes les r\u00e9ponses", + "Load next {numResponses} responses": "Charger les {numResponses} r\u00e9ponses suivantes", "Load next {num_items} result": [ - "Charger {num_items} resultat, le prochain", + "Charger {num_items} resultat, le prochain", "Charger les {num_items} prochains resultats" - ], - "Loading": "Chargement", - "Loading content": "Chargement du contenu", - "Loading data...": "Chargement des donn\u00e9es...", - "Loading more threads": "Chargement de plus de messages", - "Loading posts list": "Chargement de la liste des messages", - "Loading your courses": "Chargement de vos cours", - "Location": "Adresse", - "Location in Course": "Emplacement dans le cours", - "Lock this asset": "V\u00e9rouiller cet \u00e9l\u00e9ment", - "Lock/unlock file": "Verrouiller/D\u00e9verrouiller le fichier", - "Loud": "Fort", - "Low": "Faible", - "Lower Alpha": "Minuscule alphanum\u00e9rique", - "Lower Greek": "Minuscule Grecque", - "Lower Roman": "Minuscule Romain", - "MB": "MB", - "Make sure that the full name on your account matches the name on your ID.": "Assurez que le nom complet de votre compte est identique au nom sur votre ID.", - "Make sure we can verify your identity with the photos and information you have provided.": "Assurez-vous que nous pourrons v\u00e9rifier votre identit\u00e9 avec les photos et les informations fournies.", - "Make sure your ID is well-lit": "Assurez-vous que votre pi\u00e8ce d'identit\u00e9 est bien \u00e9clair\u00e9e", - "Make sure your face is well-lit": "Assurez-vous que votre visage est bien \u00e9clair\u00e9", - "Make this subsection available as a prerequisite to other content": "Faire de cette sous-section un pr\u00e9-requis pour les autres contenus ", - "Making Visible to Students": "Rendre visible pour les \u00e9tudiants", - "Manage Learners": "G\u00e9rer les \u00e9tudiants", - "Manual": "Manuel", - "March": "Mars", - "Mark Exam As Completed": "Marquer l'examen comme compl\u00e9t\u00e9", - "Mark enrollment code as unused": "Marquer le code d'inscription comme non utilis\u00e9", - "Markdown Editing Help": "Aide de saisie Markdown", - "Match case": "Ajuster la casse", - "Max file size exceeded": "Taille maximale de fichier d\u00e9pass\u00e9e", - "Maximum": "Maximum", - "May": "Mai", - "Membership": "Inscription", - "Merge cells": "Fusionner les cellules", - "Message:": "Message :", - "Middle": "Milieu", - "Midnight": "Minuit", - "Minimum Score:": "Score minimum:", - "Module state successfully deleted.": "Etat du module supprim\u00e9 avec succ\u00e8s.", - "More": "Plus", - "Move cancelled. \"{sourceDisplayName}\" has been moved back to its original location.": "D\u00e9placement annul\u00e9. \u00ab\u00a0{sourceDisplayName} \u00bb a \u00e9t\u00e9 renvoy\u00e9 vers son emplacement d'origine.", - "Moving": "D\u00e9placement", - "Must be a Staff User to Perform this request.": "Vous devez \u00eatre un utilisateur du type Enseignant pour faire cette requ\u00eate.", - "Must complete verification checkpoint": "Vous devez compl\u00e9ter le point de contr\u00f4le de v\u00e9rification", - "Mute": "Couper le son", - "Muted": "Son coup\u00e9", - "My Orders": "Mes Commandes", - "My Team": "Mon \u00e9quipe", - "N/A": "N/A", - "Name": "Nom", - "Name ": "Nom", - "Name of the certificate": "Nom du certificat", - "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "Nom des groupes auxquels les \u00e9tudiants seront affect\u00e9s, par exemple, contr\u00f4le, vid\u00e9o, probl\u00e8mes. Vous devez avoir deux groupes ou plus.", - "Name of the signatory": "Nom du signataire", - "Name or short description of the configuration": "Nom ou description br\u00e8ve de la configuration", - "Needs verified certificate ": "N\u00e9cessite un certificat v\u00e9rifi\u00e9", - "Never published": "Jamais publi\u00e9", - "Never show assessment results": "Ne jamais montrer les r\u00e9sultats d'\u00e9valuation", - "New %(item_type)s": "Nouveau %(item_type)s", - "New Address": "Nouvelle adresse", - "New Password": "Nouveau mot de passe", - "New document": "Nouveau document", - "New enrollment mode:": "Nouveau mode d'inscription : ", - "New window": "Nouvelle fen\u00eatre", - "Next": "Suivant", - "Next Step: Confirm your identity": "\u00c9tape suivante: Confirmer votre identit\u00e9", - "Next: %(nextStepTitle)s": "Suivant: %(nextStepTitle)s", - "No Content Group": "Pas de groupe de contenu", - "No EdX Timed Transcript": "Pas de transcription synchronis\u00e9e EdX", - "No Flash Detected": "Aucun Flash d\u00e9tect\u00e9", - "No Timed Transcript": "Pas de transcription synchronis\u00e9e", - "No Webcam Detected": "Aucune Webcam d\u00e9tect\u00e9e", - "No color": "Pas de couleur", - "No content-specific discussion topics exist.": "Pas de sujet de discussions sp\u00e9ciciques", - "No description available": "Aucune description disponible", - "No posts matched your query.": "Aucun message ne correspond \u00e0 votre requ\u00eate.", - "No prerequisite": "Pas de pr\u00e9-requis", - "No receipt available": "Pas de re\u00e7u disponible", - "No results": "Aucun r\u00e9sultat", - "No results found for \"%(query_string)s\". Please try searching again.": "Aucun r\u00e9sultat pour \"%(query_string)s\". Veuillez renouveler votre recherche.", - "No results found for {original_query}. Showing results for {suggested_query}.": "Pas de r\u00e9sultat trouv\u00e9 pour {original_query}. Affichage des r\u00e9sultats pour {suggested_query}.", - "No tasks currently running.": "Aucune t\u00e2che active en ce moment", - "No validation is performed on policy keys or value pairs. If you are having difficulties, check your formatting.": "Aucune validation n'est effectu\u00e9e sur les politiques de cl\u00e9s et les paires de valeurs. Si vous rencontrez des difficult\u00e9s, v\u00e9rifiez votre formatage.", - "Nonbreaking space": "Espace ins\u00e9cable", - "None": "Aucun", - "Noon": "Midi", - "Not Currently Available": "Non disponible actuellement", - "Not Graded": "Non not\u00e9", - "Not Selected": "Non s\u00e9lectionn\u00e9", - "Not Supported": "Pas support\u00e9", - "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "Pas en mesure de fixer la note de passage \u00e0 moins de %(minimum_grade_cutoff)s%.", - "Not available": "Indisponible", - "Not divided": "Non divis\u00e9", - "Not in Use": "Non utilis\u00e9", - "Not selected": "Non selectionn\u00e9", - "Note": "Note", - "Note: Do not hide graded assignments after they have been released.": "Note : Veuillez ne pas masquer les devoirs not\u00e9s apr\u00e8s leur publication.", + ], + "Loading": "Chargement", + "Loading content": "Chargement du contenu", + "Loading data...": "Chargement des donn\u00e9es...", + "Loading more threads": "Chargement de plus de messages", + "Loading posts list": "Chargement de la liste des messages", + "Loading your courses": "Chargement de vos cours", + "Location": "Adresse", + "Location in Course": "Emplacement dans le cours", + "Lock this asset": "V\u00e9rouiller cet \u00e9l\u00e9ment", + "Lock/unlock file": "Verrouiller/D\u00e9verrouiller le fichier", + "Loud": "Fort", + "Low": "Faible", + "Lower Alpha": "Minuscule alphanum\u00e9rique", + "Lower Greek": "Minuscule Grecque", + "Lower Roman": "Minuscule Romain", + "MB": "MB", + "Make sure that the full name on your account matches the name on your ID.": "Assurez que le nom complet de votre compte est identique au nom sur votre ID.", + "Make sure we can verify your identity with the photos and information you have provided.": "Assurez-vous que nous pourrons v\u00e9rifier votre identit\u00e9 avec les photos et les informations fournies.", + "Make sure your ID is well-lit": "Assurez-vous que votre pi\u00e8ce d'identit\u00e9 est bien \u00e9clair\u00e9e", + "Make sure your face is well-lit": "Assurez-vous que votre visage est bien \u00e9clair\u00e9", + "Make this subsection available as a prerequisite to other content": "Faire de cette sous-section un pr\u00e9-requis pour les autres contenus ", + "Making Visible to Students": "Rendre visible pour les \u00e9tudiants", + "Manage Learners": "G\u00e9rer les \u00e9tudiants", + "Manual": "Manuel", + "March": "Mars", + "Mark Exam As Completed": "Marquer l'examen comme compl\u00e9t\u00e9", + "Mark enrollment code as unused": "Marquer le code d'inscription comme non utilis\u00e9", + "Markdown Editing Help": "Aide de saisie Markdown", + "Match case": "Ajuster la casse", + "Max file size exceeded": "Taille maximale de fichier d\u00e9pass\u00e9e", + "Maximum": "Maximum", + "May": "Mai", + "Membership": "Inscription", + "Merge cells": "Fusionner les cellules", + "Message:": "Message :", + "Middle": "Milieu", + "Midnight": "Minuit", + "Minimum Score:": "Score minimum:", + "Module state successfully deleted.": "Etat du module supprim\u00e9 avec succ\u00e8s.", + "More": "Plus", + "Move cancelled. \"{sourceDisplayName}\" has been moved back to its original location.": "D\u00e9placement annul\u00e9. \u00ab\u00a0{sourceDisplayName} \u00bb a \u00e9t\u00e9 renvoy\u00e9 vers son emplacement d'origine.", + "Moving": "D\u00e9placement", + "Must be a Staff User to Perform this request.": "Vous devez \u00eatre un utilisateur du type Enseignant pour faire cette requ\u00eate.", + "Must complete verification checkpoint": "Vous devez compl\u00e9ter le point de contr\u00f4le de v\u00e9rification", + "Mute": "Couper le son", + "Muted": "Son coup\u00e9", + "My Orders": "Mes Commandes", + "My Team": "Mon \u00e9quipe", + "N/A": "N/A", + "Name": "Nom", + "Name ": "Nom", + "Name of the certificate": "Nom du certificat", + "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "Nom des groupes auxquels les \u00e9tudiants seront affect\u00e9s, par exemple, contr\u00f4le, vid\u00e9o, probl\u00e8mes. Vous devez avoir deux groupes ou plus.", + "Name of the signatory": "Nom du signataire", + "Name or short description of the configuration": "Nom ou description br\u00e8ve de la configuration", + "Needs verified certificate ": "N\u00e9cessite un certificat v\u00e9rifi\u00e9", + "Never published": "Jamais publi\u00e9", + "Never show assessment results": "Ne jamais montrer les r\u00e9sultats d'\u00e9valuation", + "New %(item_type)s": "Nouveau %(item_type)s", + "New Address": "Nouvelle adresse", + "New Password": "Nouveau mot de passe", + "New document": "Nouveau document", + "New enrollment mode:": "Nouveau mode d'inscription : ", + "New window": "Nouvelle fen\u00eatre", + "Next": "Suivant", + "Next Step: Confirm your identity": "\u00c9tape suivante: Confirmer votre identit\u00e9", + "Next: %(nextStepTitle)s": "Suivant: %(nextStepTitle)s", + "No Content Group": "Pas de groupe de contenu", + "No EdX Timed Transcript": "Pas de transcription synchronis\u00e9e EdX", + "No Flash Detected": "Aucun Flash d\u00e9tect\u00e9", + "No Timed Transcript": "Pas de transcription synchronis\u00e9e", + "No Webcam Detected": "Aucune Webcam d\u00e9tect\u00e9e", + "No color": "Pas de couleur", + "No content-specific discussion topics exist.": "Pas de sujet de discussions sp\u00e9ciciques", + "No description available": "Aucune description disponible", + "No posts matched your query.": "Aucun message ne correspond \u00e0 votre requ\u00eate.", + "No prerequisite": "Pas de pr\u00e9-requis", + "No receipt available": "Pas de re\u00e7u disponible", + "No results": "Aucun r\u00e9sultat", + "No results found for \"%(query_string)s\". Please try searching again.": "Aucun r\u00e9sultat pour \"%(query_string)s\". Veuillez renouveler votre recherche.", + "No results found for {original_query}. Showing results for {suggested_query}.": "Pas de r\u00e9sultat trouv\u00e9 pour {original_query}. Affichage des r\u00e9sultats pour {suggested_query}.", + "No tasks currently running.": "Aucune t\u00e2che active en ce moment", + "No validation is performed on policy keys or value pairs. If you are having difficulties, check your formatting.": "Aucune validation n'est effectu\u00e9e sur les politiques de cl\u00e9s et les paires de valeurs. Si vous rencontrez des difficult\u00e9s, v\u00e9rifiez votre formatage.", + "Nonbreaking space": "Espace ins\u00e9cable", + "None": "Aucun", + "Noon": "Midi", + "Not Currently Available": "Non disponible actuellement", + "Not Graded": "Non not\u00e9", + "Not Selected": "Non s\u00e9lectionn\u00e9", + "Not Supported": "Pas support\u00e9", + "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "Pas en mesure de fixer la note de passage \u00e0 moins de %(minimum_grade_cutoff)s%.", + "Not available": "Indisponible", + "Not divided": "Non divis\u00e9", + "Not in Use": "Non utilis\u00e9", + "Not selected": "Non selectionn\u00e9", + "Note": "Note", + "Note: Do not hide graded assignments after they have been released.": "Note : Veuillez ne pas masquer les devoirs not\u00e9s apr\u00e8s leur publication.", "Note: You are %s hour ahead of server time.": [ - "Note\u00a0: l'heure du serveur pr\u00e9c\u00e8de votre heure de %s heure.", + "Note\u00a0: l'heure du serveur pr\u00e9c\u00e8de votre heure de %s heure.", "Note\u00a0: l'heure du serveur pr\u00e9c\u00e8de votre heure de %s heures." - ], + ], "Note: You are %s hour behind server time.": [ - "Note\u00a0: votre heure pr\u00e9c\u00e8de l'heure du serveur de %s heure.", + "Note\u00a0: votre heure pr\u00e9c\u00e8de l'heure du serveur de %s heure.", "Note\u00a0: votre heure pr\u00e9c\u00e8de l'heure du serveur de %s heures." - ], - "Noted in:": "Not\u00e9 dans :", - "Notes": "Notes", - "Notes hidden": "Notes masqu\u00e9es", - "Notes visible": "Notes visibles", - "November": "Novembre", - "Now": "Maintenant", - "Number Sent": "Nombre envoy\u00e9", - "Number of Droppable": "Nombre d'\u00e9l\u00e9ments qui peuvent \u00eatre ignor\u00e9s", - "Number of Students": "Nombre d'\u00e9tudiants", - "Numbered List (Ctrl+O)": "Liste num\u00e9rot\u00e9e (Ctrl+O)", - "Numbered list": "Liste num\u00e9rot\u00e9e", - "OK": "OK", - "ORDER NAME": "NOM DE LA COMMANDE", - "ORDER NUMBER": "NUM\u00c9RO DE LA COMMANDE", - "ORDER PLACED": "COMMANDES ENREGISTR\u00c9ES", - "October": "Octobre", - "Ok": "Ok", - "Once in position, use the camera button {icon} to capture your ID": "Une fois en position, cliquez sur le bouton photo {icon} pour prendre votre ID.", - "Once in position, use the camera button {icon} to capture your photo": "Une fois en position, cliquez sur le bouton de la cam\u00e9ra {icon} pour prendre votre photo.", - "Once your account is deleted, you cannot use it to take courses on the edX app, edx.org, or any other site hosted by edX. This includes access to edx.org from your employer\u2019s or university\u2019s system and access to private sites offered by MIT Open Learning, Wharton Executive Education, and Harvard Medical School.": "Une fois votre compte supprim\u00e9, vous ne pourrez plus l'utiliser pour prendre des cours sur l'application edX, edx.org, ou tout autre site h\u00e9berg\u00e9 par edX. Cela comprend l'acc\u00e8s \u00e0 edx.org \u00e0 partir du syst\u00e8me de votre employeur ou de votre universit\u00e9 et l'acc\u00e8s aux sites priv\u00e9s offerts par MIT Open Learning, Wharton Executive Education, et Harvard Medical School.", - "One or more rescheduling tasks failed.": "Une ou plusieurs t\u00e2ches de r\u00e9\u00e9chelonnement ont \u00e9chou\u00e9.", - "Only properly formatted .csv files will be accepted.": "Seuls les fichiers au format .csv seront accept\u00e9s.", - "Only the parent course staff of a CCX can create content groups.": "Seule l'\u00e9quipe p\u00e9dagogique du cours d'origine d'un CCX peuvent cr\u00e9er des groupes de contenu.", - "Open Calculator": "Afficher la calculatrice", - "Open language menu": "Ouvrir le menu des langues", - "Open/download this file": "Ouvrir/T\u00e9l\u00e9charger ce fichier", - "OpenAssessment Save Error": "Erreur de la sauvegarde du composant", - "Option Deleted": "Option supprim\u00e9e", - "Optional Characteristics": "Caract\u00e9ristiques optionnelles", - "Optional long description": "Description longue optionnelle", - "Optionally, link your personal accounts to the social media icons on your edX profile.": "Vous pouvez facultativement \u00e9tablir un lien entre vos comptes personnels et les ic\u00f4nes de r\u00e9seaux sociaux sur votre profil edX.", - "Options for {license_name}": "Options pour {license_name}", - "Order Details": "D\u00e9tails de la commande", - "Order History": "Historique des commandes", - "Order No.": "Commande N\u00b0", - "Order Number": "Num\u00e9ro de commande", - "Organization": "Organisation", - "Organization ": "Organisation", - "Organization Name": "Nom de l'organisation", - "Organization of the signatory": "Organisation du signataire", - "Other": "Autre", - "Overall Score": "Score total", - "Page break": "Saut de page", - "Page number out of %(total_pages)s": "Num\u00e9ro de page sur un total de %(total_pages)s", - "Pagination": "Pagination", - "Paragraph": "Paragraphe", - "Passed Proctoring": "A pass\u00e9 l'examen surveill\u00e9.", - "Password": "Mot de passe", - "Password Status": "\u00c9tat du mot de passe", - "Password assistance": "Aide mot de passe", - "Password is incorrect": "Mot de passe incorrect.", - "Paste": "Coller", - "Paste as text": "Coller comme un texte", - "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Coller se fait maintenant en mode texte brut. Les contenus seront maintenant coll\u00e9s sous forme de texte seul jusqu'\u00e0 ce que vous appuyez \u00e0 nouveau sur cette option.", - "Paste row after": "Coller la ligne apr\u00e8s", - "Paste row before": "Coller la ligne avant", - "Paste your embed code below:": "Collez votre code int\u00e9gr\u00e9 ci-dessous :", - "Path to Signature Image": "Chemin vers l'image de la signature", - "Pause": "Pause", - "Peer": "Pair", - "Pending Session Review": "En attente de la revue de la session.", - "Photo": "Photo", - "Photo Captured successfully.": "Photo prise avec succ\u00e8s.", - "Photo ID": "ID de la photo", - "Photo Identification": "Photo d'identit\u00e9", - "Photo of %(fullName)s": "Photo de %(fullName)s", - "Photo of %(fullName)s's ID": "Photo de l'ID de %(fullName)s", - "Photo requirements:": "Conditions requises pour la photo:", - "Photos don't meet the requirements?": "Les photos ne r\u00e9pondent pas aux pr\u00e9requis ?", - "Placeholder": "Espace r\u00e9serv\u00e9", - "Play": "Lecture", - "Play video": "Lire la vid\u00e9o", - "Please Note": "Veuillez noter", - "Please add a photo of the instructor (Note: only JPEG or PNG format supported)": "Veuillez ajouter la photo de l'enseignant (Note: seuls les formats JPEG et PNG sont support\u00e9s)", - "Please add the institute where the instructor is associated": "S'il vous pla\u00eet ajouter l'institution \u00e0 laquelle l'enseignant est associ\u00e9", - "Please add the instructor's biography": "Veuillez renseigner la biographie de l'enseignant", - "Please add the instructor's name": "Veuillez renseigner la nom de l'enseignant", - "Please add the instructor's title": "Veuillez renseigner le titre de l'enseignant", - "Please address the errors on this page first, and then save your progress.": "Corrigez en premier les erreurs de cette page, puis sauvegardez.", - "Please check the following validation feedbacks and reflect them in your course settings:": "Veuillez v\u00e9rifier les commentaires de validation suivants et en tenir compte dans les param\u00e8tres de votre cours :", - "Please correct the outlined fields.": "Veuillez corriger s'il vous pla\u00eet les champs indiqu\u00e9s.", - "Please describe this image or agree that it has no contextual value by checking the checkbox.": "S'il vous pla\u00eet, d\u00e9crivez l'image ou validez qu'il n'y a pas de valeur contextuelle en cochant la case.", - "Please do not use any spaces in this field.": "Merci de ne pas utiliser d'espace dans ce champ.", - "Please do not use any spaces or special characters in this field.": "Merci de ne pas utiliser d'espace ou caract\u00e8res sp\u00e9ciaux dans ce champ.", - "Please enter a problem location.": "Merci d'introduire la localisation d'un exercice.", - "Please enter a score.": "Veuillez saisir un r\u00e9sultat.", - "Please enter a student email address or username.": "Merci d\u2019entrer le nom d\u2019utilisateur ou l\u2019adresse e-mail d\u2019un \u00e9tudiant.", - "Please enter a term in the {anchorStart} search field{anchorEnd}.": "Merci de saisir votre terme dans le {anchorStart} champ de recherche{anchorEnd}.", - "Please enter a username or email.": "Veuillez saisir un nom d'utilisateur ou un email.", - "Please enter a valid donation amount.": "Veuillez entrer un montant de don valide.", - "Please enter an integer between %(min)s and %(max)s.": "Veuillez saisir un nombre entier compris entre %(min)s et %(max)s.", - "Please enter an integer between 0 and 100.": "Veuillez entrer un entier entre 0 et 100.", - "Please enter an integer greater than 0.": "Veuillez entrer un entier sup\u00e9rieur \u00e0 0.", - "Please enter non-negative integer.": "Veuillez entrer un entier non n\u00e9gatif.", - "Please enter valid start date and time.": "Veuillez saisir une date et heure de d\u00e9but valide.", - "Please enter your %(field)s.": "Veuillez saisir votre %(field)s.", - "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "Veuillez suivre les instructions pr\u00e9sent\u00e9es ici pour t\u00e9l\u00e9verser un fichier ailleurs et cr\u00e9er un lien vers lui: {maxFileSizeRedirectUrl}", - "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "Veuillez imprimer et conserver cette page; elle vous servira de re\u00e7u. Vous recevrez \u00e9galement un e-mail avec les m\u00eames informations.", - "Please provide a description of the link destination.": "Veuillez fournir une description du lien de destination.", - "Please provide a valid URL.": "Veuillez entrer une URL valide", - "Please re-enter your password.": "Veuillez ressaisir votre mot de passe.", - "Please select a file in .srt format.": "S\u00e9lectionner un fichier au format .srt.", - "Please specify a reason.": "Veuillez indiquer une raison.", - "Please verify that you have uploaded a valid image (PNG and JPEG).": "Veuillez v\u00e9rifier la validit\u00e9 de l'image t\u00e9l\u00e9charg\u00e9e (PNG et JPEG).", - "Please verify that your webcam is connected and that you have allowed your browser to access it.": "V\u00e9rifiez que votre webcam est bien connect\u00e9e et que votre navigateur est autoris\u00e9 \u00e0 l'acc\u00e9der.", - "Please wait": " Veuillez patienter", - "Plugins": "Plugins", - "Post": "Poster", - "Poster": "Affiche", - "Practice Exam Completed": "Examen d'essai compl\u00e9t\u00e9", - "Practice Exam Failed": "Examen d'essai \u00e9chou\u00e9", - "Practice Proctored": "Pratique surveill\u00e9e", - "Practice proctored Exam": "Pratiquer l'examen surveill\u00e9", - "Pre": "Pr\u00e9", - "Preferred Language": "Langue pr\u00e9f\u00e9r\u00e9e", - "Preformatted": "Pr\u00e9format\u00e9", - "Prerequisite:": "Pr\u00e9-requis:", - "Prerequisite: %(prereq_display_name)s": "Conditions prealables: %(prereq_display_name)s", - "Press UP to enter the speed menu then use the UP and DOWN arrow keys to navigate the different speeds, then press ENTER to change to the selected speed.": "Appuyez sur la touche HAUT pour acc\u00e9der au menu vitesse, puis utilisez les touches HAUT et BAS pour choisir la vitesse, enfin appuyez sur ENTREE pour s\u00e9lectionner la nouvelle vitesse.", - "Press the UP arrow key to enter the language menu then use UP and DOWN arrow keys to navigate language options. Press ENTER to change to the selected language.": "Appuyez sur la touche HAUT pour acc\u00e9der au menu langue, puis utilisez les touches HAUT et BAS pour parcourir les options de langue. Appuyez sur ENTR\u00c9E pour s\u00e9lectionner la nouvelle langue.", - "Prev": "Pr\u00e9visualisation", - "Prevent students from generating certificates in this course?": "Emp\u00eacher les \u00e9tudiants de g\u00e9n\u00e9rer des certificats pour ce cours?", - "Preview": "Aper\u00e7u", - "Preview Certificate": "Pr\u00e9visualiser le certificat", - "Preview of uploaded image": "Aper\u00e7u de l'image charg\u00e9e", - "Preview this query": "Aper\u00e7u de cette requ\u00eate", - "Previous": "Pr\u00e9c\u00e9dent", - "Previous Uploads": "Chargements pr\u00e9c\u00e9dents", - "Previous Uploads table has been updated.": "La table pr\u00e9c\u00e9demment t\u00e9l\u00e9charg\u00e9 a \u00e9t\u00e9 mise \u00e0 jours ", - "Previously published": "D\u00e9j\u00e0 publi\u00e9", - "Print": "Imprimer", - "Processing Re-run Request": "Traitement de la demande de relance", - "Proctored": "Surveill\u00e9", - "Proctored Exam": "Examen surveill\u00e9", - "Proctored Option Available": "Option Examen Surveill\u00e9 Possible", - "Proctored Option No Longer Available": "Option Examen Surveill\u00e9 Plus Disponible.", - "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.": "Les examens v\u00e9rifi\u00e9s sont minut\u00e9s et un enregistrement vid\u00e9o est fait que chaque \u00e9tudiant. Les vid\u00e9o sont ensuite v\u00e9rifi\u00e9es pour s'assurer que les conditions de l'examen \u00e9taient correctes;", - "Proctoring Session Results Update for {course_name} {exam_name}": "Mise \u00e0 jour des r\u00e9sultats de l'examen surveill\u00e9 pour {course_name} {exam_name}", - "Product Name": "Nom du produit", - "Professional Certificate for {courseName}": "Certificat professionnel pour {courseName}", - "Professional Education": "Formation professionnelle", - "Professional Education Verified Certificate": "Certificat v\u00e9rifif\u00e9 professionel", - "Profile": "Profil", - "Profile Image": "Image du profil", - "Profile Visibility:": "Visibilit\u00e9 du profil :", - "Profile image for {username}": "Image de profil pour {username}", - "Promote another member to Admin to remove your admin rights": "Veuillez ajouter un autre membre comme administrateur pour supprimer vos droits d'administrateurs", - "Provisional": "Provisoire", - "Provisionally Supported": "Provisoirement support\u00e9", - "Publish": "Publier", - "Publish all unpublished changes for this {item}?": "Publier toutes les modifications non publi\u00e9es pour cet {item} ?", - "Publish {display_name}": "Publier {display_name}", - "Published (not yet released)": "Publi\u00e9 (pas encore diffus\u00e9)", - "Published and Live": "Publi\u00e9 et actif", - "Publishing": "Publication", - "Publishing Status": "\u00c9tat de la publication", - "Queued": "Mis en file d'attente", - "REMAINING COURSES": "RESTANT", - "Read More": "En lire plus.", - "Ready To Start": "Pr\u00eat \u00e0 Commencer", - "Ready To Submit": "Pr\u00eat \u00e0 Soumettre", - "Reason": "Motif", - "Reason field should not be left blank.": "Le champ Raison ne doit pas \u00eatre laiss\u00e9 vide.", - "Reason for change:": "Raison du changement : ", - "Receive updates": "Recevoir les mises \u00e0 jour", - "Recent Activity": "Activit\u00e9 r\u00e9cente", - "Redo": "Refaire", - "Redo (Ctrl+Shift+Z)": "Refaire (Ctrl+Maj+Z)", - "Redo (Ctrl+Y)": "Refaire (Ctrl+Y)", - "Regenerate": "G\u00e9n\u00e9rer \u00e0 nouveau", - "Regenerate the user's certificate": "G\u00e9n\u00e9rer \u00e0 nouveau le certificat de l'utilisateur", - "Register with Institution/Campus Credentials": "S'inscrire avec votre Institution/Campus", - "Rejected": "Rejet\u00e9", - "Release Date and Time": "Date et heure de diffusion", - "Release Date:": "Date de diffusion :", - "Release Status:": "Statut de la diffusion :", - "Release Time in UTC:": "Horaire de diffusion en UTC :", - "Release:": "Diffusion :", - "Released:": "Diffus\u00e9 :", - "Remaining": "Restant", - "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "Suppression en cours. Pour \u00e9viter toute erreur, restez sur cette page jusqu'\u00e0 la fin du traitement.", - "Remove": "Supprimer", - "Remove all": "Tout enlever", - "Remove chapter %(chapterDisplayName)s": "Supprimer le chapitre %(chapterDisplayName)s", - "Remove from Invalidation Table": "Supprimer de la table d'invalidation", - "Remove from List": "Retirer de la liste", - "Remove link": "Supprimer le lien", - "Remove subsection %(subsectionDisplayName)s": "Supprimer la sous-section %(subsectionDisplayName)s", - "Remove this team member?": "Retirer ce membre de l'\u00e9quipe ?", - "Remove this video": "Retirer cette vid\u00e9o", - "Remove unit %(unitName)s": "Supprimer l'unit\u00e9 %(unitName)s", - "Remove {role} Access": "Supprimer l'acc\u00e8s {role}", - "Remove {video_name} video": "Retirer la vid\u00e9o {video_name}", - "Removing": "Suppression en cours", - "Removing a video from this list does not affect course content. Any content that uses a previously uploaded video ID continues to display in the course.": "Supprimer la vid\u00e9o de la liste n'affecte pas le contenu du cours. Tout contenu qui utilise un ID vid\u00e9o pr\u00e9c\u00e9demment t\u00e9l\u00e9charg\u00e9 continue \u00e0 s'afficher dans le cours.", - "Replace": "Remplacer", - "Replace all": "Remplacer tout", - "Replace with": "Remplacer avec", - "Reply to Annotation": "R\u00e9pondre \u00e0 l'annotation", - "Report abuse, topics, and responses": "Signalez un abus, un sujet ou une r\u00e9ponse", - "Requester": "Demandeur", - "Required": "Requis", - "Required field.": "Champ requis.", - "Rescore problem '<%- problem_id %>' for all students?": "Recalculer le score de l'exercice '<%- problem_id %>' pour tous les \u00e9tudiants ?", - "Reset Password": "R\u00e9initialiser le mot de passe", - "Reset Your Password": "R\u00e9initialiser votre mot de passe", - "Reset attempts for all students on problem '<%- problem_id %>'?": "R\u00e9initialiser les essais de tous les \u00e9tudiants pour l'exercice '<%- problem_id %>'?", - "Responses could not be loaded. Refresh the page and try again.": "Les r\u00e9actions n'ont pas pu \u00eatre charg\u00e9es. Veuillez actualiser la page et essayer \u00e0 nouveau.", - "Restore enrollment code": "Restaurer le code d'inscription", - "Restore last draft": "Restaurer le dernier brouillon", - "Restrict access to:": "Restreindre l'acc\u00e8s \u00e0\u00a0:", - "Retake Photo": "Reprendre une photo", - "Retake Your Photos": "Reprenez vos photos", - "Retry Verification": "R\u00e9essayer la v\u00e9rification", - "Return and add email address": "Retourner et ajouter une adresse email", - "Return to Export": "Retourner \u00e0 l'exportation", - "Return to Your Dashboard": "Retour au Tableau de bord", - "Return to team listing": "Retour \u00e0 la liste des membres de l'\u00e9quipe", - "Review Policy Exception": "Exception aux R\u00e8gles de Revues", - "Review Rules": "V\u00e9rification des r\u00e8gles", - "Review Your Photos": "V\u00e9rifiez vos photos", - "Review your info": "V\u00e9rifiez vos informations", - "Revoke access": "Retirer l'acc\u00e8s", - "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Zone de texte riche. Appuyez sur ALT + F9 pour afficher le menu. Appuyez sur ALT + F10 pour la barre d'outils. Appuyez sur ALT-0 pour l'aide", - "Right": "Droite", - "Right to left": "Droite \u00e0 gauche", - "Robots": "Robots", - "Row": "Ligne", - "Row group": "Groupe de lignes", - "Row properties": "Propri\u00e9t\u00e9s d'une ligne", - "Row type": "Type de ligne", - "Rows": "Lignes", - "Save": "Enregistrer", - "Save Changes": "Enregistrer les modifications", - "Save changes": "Enregistrer les modifications", - "Saved cohort": "Cohorte enregistr\u00e9e", - "Saving": "Enregistrement en cours", - "Saving your email preference": "Enregistrement de vos pr\u00e9f\u00e9rences email", - "Saving...": "Enregistrement...", - "Scheduled:": "Programm\u00e9 :", - "Scope": "Cadre", - "Search": "Recherche", - "Search Results": "R\u00e9sultats de la recherche", - "Search all posts": "Rechercher un sujet", - "Search teams": "Rechercher des \u00e9quipes", - "Second Review Required": "Revue additionnelle requise", - "Section": "Section", - "Section Visibility": "Visibilit\u00e9 de la section", - "See all teams in your course, organized by topic. Join a team to collaborate with other learners who are interested in the same topic as you are.": "Voir les \u00e9quipes de cours organis\u00e9es par sujets. Rejoindre une \u00e9quipe pour collaborer avec d'autres apprenants int\u00e9ress\u00e9s par les m\u00eames sujets que vous.", - "Select a Content Group": "S\u00e9lectionner un groupe de contenu", - "Select a chapter": "S\u00e9lectionner un chapitre", - "Select a cohort": "Selectionner une cohorte", - "Select a cohort to manage": "S\u00e9lectionnez une cohorte", - "Select a group type": "S\u00e9lectionner un type de groupe", - "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.": "Choisissez une p\u00e9riode de temps pour l'examen. Si c'est plus de 24 heures, indiquer la quantit\u00e9 de temps. Vous pouvez accorder du temps suppl\u00e9mentaire \u00e0 des apprenants individuels via le tableau de bord de l'enseignant afin de leur permettre de terminer l'examen.", - "Select all": "Tout s\u00e9lectionner", - "Select the course-wide discussion topics that you want to divide.": "S\u00e9lectionnez les sujets de discussion du cours que vous souhaitez s\u00e9parer.", - "Select the time zone for displaying course dates. If you do not specify a time zone, course dates, including assignment deadlines, will be displayed in your browser's local time zone.": "S\u00e9lectionnez le fuseau horaire pour l'affichage des dates de cours. Si vous n'indiquez aucun fuseau horaire, les dates de cours, y compris les \u00e9ch\u00e9ances de devoirs, seront affich\u00e9s en fonction du fuseau horaire local de votre navigateur. ", - "Selected tab": "Onglet s\u00e9lectionn\u00e9", - "Self": "Auto", - "Send notification to mobile apps": "Envoyer une notification vers les applications mobiles", - "Send push notification to mobile apps": "Envoyer une notification push aux applications mobiles", - "Send to:": "Envoyez \u00e0 :", - "Sent By": "Envoy\u00e9 par", - "Sent By:": "Envoy\u00e9 par :", - "Sent To": "Envoy\u00e9 \u00e0", - "Sent To:": "Envoy\u00e9 \u00e0:", - "September": "Septembre", - "Sequence error! Cannot navigate to %(tab_name)s in the current SequenceModule. Please contact the course staff.": "Erreur de s\u00e9quence! Impossible de se rendre \u00e0 %(tab_name)s dans le module SequenceModule en cours. Veuillez contacter les responsables du cours.", - "Server Error, Please refresh the page and try again.": "Erreur serveur. Veuillez rafra\u00eechir la page, s'il vous pla\u00eet et r\u00e9essayer.", - "Server error.": "Erreur serveur.", - "Session Selection Dropdown for {courseName}": "Liste d\u00e9roulante de sessions \u00e0 s\u00e9lectionner en {courseName}", - "Set as a Special Exam": "D\u00e9finir comme un examen sp\u00e9cial", - "Set up your certificate": "Configurer votre certificat", - "Settings": "Param\u00e8tres", - "Settings updated": "Param\u00e8tres mis \u00e0 jour", - "Share": "Partager", - "Share on Mozilla Backpack": "Partager sur Mozilla Backpack", - "Share your \"%(display_name)s\" award": "Partager votre prix \"%(display_name)s\"", - "Short explanation": "Br\u00e8ve explication", - "Show": "Afficher", - "Show All": "Voir tout", - "Show Annotations": "Afficher les annotations", - "Show Deprecated Settings": "Afficher les param\u00e8tres obsol\u00e8tes", - "Show Discussion": "Afficher la discussion", - "Show assessment results when subsection is past due": "Montrer les r\u00e9sultats d'\u00e9valuation lorsque la date de rendu de la sous-section est d\u00e9pass\u00e9e", - "Show blocks": "Afficher les blocs", - "Show entire subsection": "Afficher toute la sous-section", - "Show invisible characters": "Afficher les caract\u00e8res invisibles", - "Show me other ways to sign in or register": "Montrez-moi d'autres m\u00e9thodes pour me connecter ou m'inscrire", - "Show notes": "Afficher les notes", - "Show posts by {username}.": "Voir les messages de {username}.", - "Showing all responses": "Afficher toutes les r\u00e9ponses", + ], + "Noted in:": "Not\u00e9 dans :", + "Notes": "Notes", + "Notes hidden": "Notes masqu\u00e9es", + "Notes visible": "Notes visibles", + "November": "Novembre", + "Now": "Maintenant", + "Number Sent": "Nombre envoy\u00e9", + "Number of Droppable": "Nombre d'\u00e9l\u00e9ments qui peuvent \u00eatre ignor\u00e9s", + "Number of Students": "Nombre d'\u00e9tudiants", + "Numbered List (Ctrl+O)": "Liste num\u00e9rot\u00e9e (Ctrl+O)", + "Numbered list": "Liste num\u00e9rot\u00e9e", + "OK": "OK", + "ORDER NAME": "NOM DE LA COMMANDE", + "ORDER NUMBER": "NUM\u00c9RO DE LA COMMANDE", + "ORDER PLACED": "COMMANDES ENREGISTR\u00c9ES", + "October": "Octobre", + "Ok": "Ok", + "One or more rescheduling tasks failed.": "Une ou plusieurs t\u00e2ches de r\u00e9\u00e9chelonnement ont \u00e9chou\u00e9.", + "Only properly formatted .csv files will be accepted.": "Seuls les fichiers au format .csv seront accept\u00e9s.", + "Only the parent course staff of a CCX can create content groups.": "Seule l'\u00e9quipe p\u00e9dagogique du cours d'origine d'un CCX peuvent cr\u00e9er des groupes de contenu.", + "Open Calculator": "Afficher la calculatrice", + "Open language menu": "Ouvrir le menu des langues", + "Open/download this file": "Ouvrir/T\u00e9l\u00e9charger ce fichier", + "OpenAssessment Save Error": "Erreur de la sauvegarde du composant", + "Option Deleted": "Option supprim\u00e9e", + "Optional Characteristics": "Caract\u00e9ristiques optionnelles", + "Optional long description": "Description longue optionnelle", + "Optionally, link your personal accounts to the social media icons on your edX profile.": "Vous pouvez facultativement \u00e9tablir un lien entre vos comptes personnels et les ic\u00f4nes de r\u00e9seaux sociaux sur votre profil edX.", + "Options for {license_name}": "Options pour {license_name}", + "Order Details": "D\u00e9tails de la commande", + "Order History": "Historique des commandes", + "Order No.": "Commande N\u00b0", + "Order Number": "Num\u00e9ro de commande", + "Organization": "Organisation", + "Organization ": "Organisation", + "Organization Name": "Nom de l'organisation", + "Organization of the signatory": "Organisation du signataire", + "Other": "Autre", + "Overall Score": "Score total", + "Page break": "Saut de page", + "Page number out of %(total_pages)s": "Num\u00e9ro de page sur un total de %(total_pages)s", + "Pagination": "Pagination", + "Paragraph": "Paragraphe", + "Passed Proctoring": "A pass\u00e9 l'examen surveill\u00e9.", + "Password": "Mot de passe", + "Password Status": "\u00c9tat du mot de passe", + "Password assistance": "Aide mot de passe", + "Password is incorrect": "Mot de passe incorrect.", + "Paste": "Coller", + "Paste as text": "Coller comme un texte", + "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Coller se fait maintenant en mode texte brut. Les contenus seront maintenant coll\u00e9s sous forme de texte seul jusqu'\u00e0 ce que vous appuyez \u00e0 nouveau sur cette option.", + "Paste row after": "Coller la ligne apr\u00e8s", + "Paste row before": "Coller la ligne avant", + "Paste your embed code below:": "Collez votre code int\u00e9gr\u00e9 ci-dessous :", + "Path to Signature Image": "Chemin vers l'image de la signature", + "Pause": "Pause", + "Peer": "Pair", + "Pending Session Review": "En attente de la revue de la session.", + "Photo": "Photo", + "Photo Captured successfully.": "Photo prise avec succ\u00e8s.", + "Photo ID": "ID de la photo", + "Photo Identification": "Photo d'identit\u00e9", + "Photo of %(fullName)s": "Photo de %(fullName)s", + "Photo of %(fullName)s's ID": "Photo de l'ID de %(fullName)s", + "Photo requirements:": "Conditions requises pour la photo:", + "Photos don't meet the requirements?": "Les photos ne r\u00e9pondent pas aux pr\u00e9requis ?", + "Placeholder": "Espace r\u00e9serv\u00e9", + "Play": "Lecture", + "Play video": "Lire la vid\u00e9o", + "Please Note": "Veuillez noter", + "Please add a photo of the instructor (Note: only JPEG or PNG format supported)": "Veuillez ajouter la photo de l'enseignant (Note: seuls les formats JPEG et PNG sont support\u00e9s)", + "Please add the institute where the instructor is associated": "S'il vous pla\u00eet ajouter l'institution \u00e0 laquelle l'enseignant est associ\u00e9", + "Please add the instructor's biography": "Veuillez renseigner la biographie de l'enseignant", + "Please add the instructor's name": "Veuillez renseigner la nom de l'enseignant", + "Please add the instructor's title": "Veuillez renseigner le titre de l'enseignant", + "Please address the errors on this page first, and then save your progress.": "Corrigez en premier les erreurs de cette page, puis sauvegardez.", + "Please check the following validation feedbacks and reflect them in your course settings:": "Veuillez v\u00e9rifier les commentaires de validation suivants et en tenir compte dans les param\u00e8tres de votre cours :", + "Please correct the outlined fields.": "Veuillez corriger s'il vous pla\u00eet les champs indiqu\u00e9s.", + "Please describe this image or agree that it has no contextual value by checking the checkbox.": "S'il vous pla\u00eet, d\u00e9crivez l'image ou validez qu'il n'y a pas de valeur contextuelle en cochant la case.", + "Please do not use any spaces in this field.": "Merci de ne pas utiliser d'espace dans ce champ.", + "Please do not use any spaces or special characters in this field.": "Merci de ne pas utiliser d'espace ou caract\u00e8res sp\u00e9ciaux dans ce champ.", + "Please enter a problem location.": "Merci d'introduire la localisation d'un exercice.", + "Please enter a score.": "Veuillez saisir un r\u00e9sultat.", + "Please enter a student email address or username.": "Merci d\u2019entrer le nom d\u2019utilisateur ou l\u2019adresse e-mail d\u2019un \u00e9tudiant.", + "Please enter a term in the {anchorStart} search field{anchorEnd}.": "Merci de saisir votre terme dans le {anchorStart} champ de recherche{anchorEnd}.", + "Please enter a username or email.": "Veuillez saisir un nom d'utilisateur ou un email.", + "Please enter a valid donation amount.": "Veuillez entrer un montant de don valide.", + "Please enter an integer between %(min)s and %(max)s.": "Veuillez saisir un nombre entier compris entre %(min)s et %(max)s.", + "Please enter an integer between 0 and 100.": "Veuillez entrer un entier entre 0 et 100.", + "Please enter an integer greater than 0.": "Veuillez entrer un entier sup\u00e9rieur \u00e0 0.", + "Please enter non-negative integer.": "Veuillez entrer un entier non n\u00e9gatif.", + "Please enter valid start date and time.": "Veuillez saisir une date et heure de d\u00e9but valide.", + "Please enter your %(field)s.": "Veuillez saisir votre %(field)s.", + "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "Veuillez suivre les instructions pr\u00e9sent\u00e9es ici pour t\u00e9l\u00e9verser un fichier ailleurs et cr\u00e9er un lien vers lui: {maxFileSizeRedirectUrl}", + "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "Veuillez imprimer et conserver cette page; elle vous servira de re\u00e7u. Vous recevrez \u00e9galement un e-mail avec les m\u00eames informations.", + "Please provide a description of the link destination.": "Veuillez fournir une description du lien de destination.", + "Please provide a valid URL.": "Veuillez entrer une URL valide", + "Please re-enter your password.": "Veuillez ressaisir votre mot de passe.", + "Please select a file in .srt format.": "S\u00e9lectionner un fichier au format .srt.", + "Please specify a reason.": "Veuillez indiquer une raison.", + "Please verify that you have uploaded a valid image (PNG and JPEG).": "Veuillez v\u00e9rifier la validit\u00e9 de l'image t\u00e9l\u00e9charg\u00e9e (PNG et JPEG).", + "Please verify that your webcam is connected and that you have allowed your browser to access it.": "V\u00e9rifiez que votre webcam est bien connect\u00e9e et que votre navigateur est autoris\u00e9 \u00e0 l'acc\u00e9der.", + "Please wait": " Veuillez patienter", + "Plugins": "Plugins", + "Post": "Poster", + "Poster": "Affiche", + "Practice Exam Completed": "Examen d'essai compl\u00e9t\u00e9", + "Practice Exam Failed": "Examen d'essai \u00e9chou\u00e9", + "Practice Proctored": "Pratique surveill\u00e9e", + "Practice proctored Exam": "Pratiquer l'examen surveill\u00e9", + "Pre": "Pr\u00e9", + "Preferred Language": "Langue pr\u00e9f\u00e9r\u00e9e", + "Preformatted": "Pr\u00e9format\u00e9", + "Prerequisite:": "Pr\u00e9-requis:", + "Prerequisite: %(prereq_display_name)s": "Conditions prealables: %(prereq_display_name)s", + "Press UP to enter the speed menu then use the UP and DOWN arrow keys to navigate the different speeds, then press ENTER to change to the selected speed.": "Appuyez sur la touche HAUT pour acc\u00e9der au menu vitesse, puis utilisez les touches HAUT et BAS pour choisir la vitesse, enfin appuyez sur ENTREE pour s\u00e9lectionner la nouvelle vitesse.", + "Press the UP arrow key to enter the language menu then use UP and DOWN arrow keys to navigate language options. Press ENTER to change to the selected language.": "Appuyez sur la touche HAUT pour acc\u00e9der au menu langue, puis utilisez les touches HAUT et BAS pour parcourir les options de langue. Appuyez sur ENTR\u00c9E pour s\u00e9lectionner la nouvelle langue.", + "Prev": "Pr\u00e9visualisation", + "Prevent students from generating certificates in this course?": "Emp\u00eacher les \u00e9tudiants de g\u00e9n\u00e9rer des certificats pour ce cours?", + "Preview": "Aper\u00e7u", + "Preview Certificate": "Pr\u00e9visualiser le certificat", + "Preview of uploaded image": "Aper\u00e7u de l'image charg\u00e9e", + "Preview this query": "Aper\u00e7u de cette requ\u00eate", + "Previous": "Pr\u00e9c\u00e9dent", + "Previous Uploads": "Chargements pr\u00e9c\u00e9dents", + "Previous Uploads table has been updated.": "La table pr\u00e9c\u00e9demment t\u00e9l\u00e9charg\u00e9 a \u00e9t\u00e9 mise \u00e0 jours ", + "Previously published": "D\u00e9j\u00e0 publi\u00e9", + "Print": "Imprimer", + "Processing Re-run Request": "Traitement de la demande de relance", + "Proctored": "Surveill\u00e9", + "Proctored Exam": "Examen surveill\u00e9", + "Proctored Option Available": "Option Examen Surveill\u00e9 Possible", + "Proctored Option No Longer Available": "Option Examen Surveill\u00e9 Plus Disponible.", + "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.": "Les examens v\u00e9rifi\u00e9s sont minut\u00e9s et un enregistrement vid\u00e9o est fait que chaque \u00e9tudiant. Les vid\u00e9o sont ensuite v\u00e9rifi\u00e9es pour s'assurer que les conditions de l'examen \u00e9taient correctes;", + "Proctoring Session Results Update for {course_name} {exam_name}": "Mise \u00e0 jour des r\u00e9sultats de l'examen surveill\u00e9 pour {course_name} {exam_name}", + "Product Name": "Nom du produit", + "Professional Certificate for {courseName}": "Certificat professionnel pour {courseName}", + "Professional Education": "Formation professionnelle", + "Professional Education Verified Certificate": "Certificat v\u00e9rifif\u00e9 professionel", + "Profile": "Profil", + "Profile Image": "Image du profil", + "Profile Visibility:": "Visibilit\u00e9 du profil :", + "Profile image for {username}": "Image de profil pour {username}", + "Promote another member to Admin to remove your admin rights": "Veuillez ajouter un autre membre comme administrateur pour supprimer vos droits d'administrateurs", + "Provisional": "Provisoire", + "Provisionally Supported": "Provisoirement support\u00e9", + "Publish": "Publier", + "Publish all unpublished changes for this {item}?": "Publier toutes les modifications non publi\u00e9es pour cet {item} ?", + "Publish {display_name}": "Publier {display_name}", + "Published (not yet released)": "Publi\u00e9 (pas encore diffus\u00e9)", + "Published and Live": "Publi\u00e9 et actif", + "Publishing": "Publication", + "Publishing Status": "\u00c9tat de la publication", + "Queued": "Mis en file d'attente", + "REMAINING COURSES": "RESTANT", + "Read More": "En lire plus.", + "Ready To Start": "Pr\u00eat \u00e0 Commencer", + "Ready To Submit": "Pr\u00eat \u00e0 Soumettre", + "Reason": "Motif", + "Reason field should not be left blank.": "Le champ Raison ne doit pas \u00eatre laiss\u00e9 vide.", + "Reason for change:": "Raison du changement : ", + "Receive updates": "Recevoir les mises \u00e0 jour", + "Recent Activity": "Activit\u00e9 r\u00e9cente", + "Redo": "Refaire", + "Redo (Ctrl+Shift+Z)": "Refaire (Ctrl+Maj+Z)", + "Redo (Ctrl+Y)": "Refaire (Ctrl+Y)", + "Regenerate": "G\u00e9n\u00e9rer \u00e0 nouveau", + "Regenerate the user's certificate": "G\u00e9n\u00e9rer \u00e0 nouveau le certificat de l'utilisateur", + "Register with Institution/Campus Credentials": "S'inscrire avec votre Institution/Campus", + "Rejected": "Rejet\u00e9", + "Release Date and Time": "Date et heure de diffusion", + "Release Date:": "Date de diffusion :", + "Release Status:": "Statut de la diffusion :", + "Release Time in UTC:": "Horaire de diffusion en UTC :", + "Release:": "Diffusion :", + "Released:": "Diffus\u00e9 :", + "Remaining": "Restant", + "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "Suppression en cours. Pour \u00e9viter toute erreur, restez sur cette page jusqu'\u00e0 la fin du traitement.", + "Remove": "Supprimer", + "Remove all": "Tout enlever", + "Remove chapter %(chapterDisplayName)s": "Supprimer le chapitre %(chapterDisplayName)s", + "Remove from Invalidation Table": "Supprimer de la table d'invalidation", + "Remove from List": "Retirer de la liste", + "Remove link": "Supprimer le lien", + "Remove subsection %(subsectionDisplayName)s": "Supprimer la sous-section %(subsectionDisplayName)s", + "Remove this team member?": "Retirer ce membre de l'\u00e9quipe ?", + "Remove this video": "Retirer cette vid\u00e9o", + "Remove unit %(unitName)s": "Supprimer l'unit\u00e9 %(unitName)s", + "Remove {role} Access": "Supprimer l'acc\u00e8s {role}", + "Remove {video_name} video": "Retirer la vid\u00e9o {video_name}", + "Removing": "Suppression en cours", + "Removing a video from this list does not affect course content. Any content that uses a previously uploaded video ID continues to display in the course.": "Supprimer la vid\u00e9o de la liste n'affecte pas le contenu du cours. Tout contenu qui utilise un ID vid\u00e9o pr\u00e9c\u00e9demment t\u00e9l\u00e9charg\u00e9 continue \u00e0 s'afficher dans le cours.", + "Replace": "Remplacer", + "Replace all": "Remplacer tout", + "Replace with": "Remplacer avec", + "Reply to Annotation": "R\u00e9pondre \u00e0 l'annotation", + "Report abuse, topics, and responses": "Signalez un abus, un sujet ou une r\u00e9ponse", + "Requester": "Demandeur", + "Required": "Requis", + "Required field.": "Champ requis.", + "Rescore problem '<%- problem_id %>' for all students?": "Recalculer le score de l'exercice '<%- problem_id %>' pour tous les \u00e9tudiants ?", + "Reset Password": "R\u00e9initialiser le mot de passe", + "Reset Your Password": "R\u00e9initialiser votre mot de passe", + "Reset attempts for all students on problem '<%- problem_id %>'?": "R\u00e9initialiser les essais de tous les \u00e9tudiants pour l'exercice '<%- problem_id %>'?", + "Responses could not be loaded. Refresh the page and try again.": "Les r\u00e9actions n'ont pas pu \u00eatre charg\u00e9es. Veuillez actualiser la page et essayer \u00e0 nouveau.", + "Restore enrollment code": "Restaurer le code d'inscription", + "Restore last draft": "Restaurer le dernier brouillon", + "Restrict access to:": "Restreindre l'acc\u00e8s \u00e0\u00a0:", + "Retake Photo": "Reprendre une photo", + "Retake Your Photos": "Reprenez vos photos", + "Retry Verification": "R\u00e9essayer la v\u00e9rification", + "Return and add email address": "Retourner et ajouter une adresse email", + "Return to Export": "Retourner \u00e0 l'exportation", + "Return to Your Dashboard": "Retour au Tableau de bord", + "Return to team listing": "Retour \u00e0 la liste des membres de l'\u00e9quipe", + "Review Policy Exception": "Exception aux R\u00e8gles de Revues", + "Review Rules": "V\u00e9rification des r\u00e8gles", + "Review Your Photos": "V\u00e9rifiez vos photos", + "Review your info": "V\u00e9rifiez vos informations", + "Revoke access": "Retirer l'acc\u00e8s", + "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Zone de texte riche. Appuyez sur ALT + F9 pour afficher le menu. Appuyez sur ALT + F10 pour la barre d'outils. Appuyez sur ALT-0 pour l'aide", + "Right": "Droite", + "Right to left": "Droite \u00e0 gauche", + "Robots": "Robots", + "Row": "Ligne", + "Row group": "Groupe de lignes", + "Row properties": "Propri\u00e9t\u00e9s d'une ligne", + "Row type": "Type de ligne", + "Rows": "Lignes", + "Save": "Enregistrer", + "Save Changes": "Enregistrer les modifications", + "Save changes": "Enregistrer les modifications", + "Saved cohort": "Cohorte enregistr\u00e9e", + "Saving": "Enregistrement en cours", + "Saving your email preference": "Enregistrement de vos pr\u00e9f\u00e9rences email", + "Saving...": "Enregistrement...", + "Scheduled:": "Programm\u00e9 :", + "Scope": "Cadre", + "Search": "Recherche", + "Search Results": "R\u00e9sultats de la recherche", + "Search all posts": "Rechercher un sujet", + "Search teams": "Rechercher des \u00e9quipes", + "Second Review Required": "Revue additionnelle requise", + "Section": "Section", + "Section Visibility": "Visibilit\u00e9 de la section", + "Select a Content Group": "S\u00e9lectionner un groupe de contenu", + "Select a chapter": "S\u00e9lectionner un chapitre", + "Select a cohort": "Selectionner une cohorte", + "Select a cohort to manage": "S\u00e9lectionnez une cohorte", + "Select a group type": "S\u00e9lectionner un type de groupe", + "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.": "Choisissez une p\u00e9riode de temps pour l'examen. Si c'est plus de 24 heures, indiquer la quantit\u00e9 de temps. Vous pouvez accorder du temps suppl\u00e9mentaire \u00e0 des apprenants individuels via le tableau de bord de l'enseignant afin de leur permettre de terminer l'examen.", + "Select all": "Tout s\u00e9lectionner", + "Select the course-wide discussion topics that you want to divide.": "S\u00e9lectionnez les sujets de discussion du cours que vous souhaitez s\u00e9parer.", + "Select the time zone for displaying course dates. If you do not specify a time zone, course dates, including assignment deadlines, will be displayed in your browser's local time zone.": "S\u00e9lectionnez le fuseau horaire pour l'affichage des dates de cours. Si vous n'indiquez aucun fuseau horaire, les dates de cours, y compris les \u00e9ch\u00e9ances de devoirs, seront affich\u00e9s en fonction du fuseau horaire local de votre navigateur. ", + "Selected tab": "Onglet s\u00e9lectionn\u00e9", + "Self": "Auto", + "Send to:": "Envoyez \u00e0 :", + "Sent By": "Envoy\u00e9 par", + "Sent By:": "Envoy\u00e9 par :", + "Sent To": "Envoy\u00e9 \u00e0", + "Sent To:": "Envoy\u00e9 \u00e0:", + "September": "Septembre", + "Sequence error! Cannot navigate to %(tab_name)s in the current SequenceModule. Please contact the course staff.": "Erreur de s\u00e9quence! Impossible de se rendre \u00e0 %(tab_name)s dans le module SequenceModule en cours. Veuillez contacter les responsables du cours.", + "Server Error, Please refresh the page and try again.": "Erreur serveur. Veuillez rafra\u00eechir la page, s'il vous pla\u00eet et r\u00e9essayer.", + "Server error.": "Erreur serveur.", + "Session Selection Dropdown for {courseName}": "Liste d\u00e9roulante de sessions \u00e0 s\u00e9lectionner en {courseName}", + "Set as a Special Exam": "D\u00e9finir comme un examen sp\u00e9cial", + "Set up your certificate": "Configurer votre certificat", + "Settings": "Param\u00e8tres", + "Settings updated": "Param\u00e8tres mis \u00e0 jour", + "Share": "Partager", + "Share on Mozilla Backpack": "Partager sur Mozilla Backpack", + "Share your \"%(display_name)s\" award": "Partager votre prix \"%(display_name)s\"", + "Short explanation": "Br\u00e8ve explication", + "Show": "Afficher", + "Show All": "Voir tout", + "Show Annotations": "Afficher les annotations", + "Show Deprecated Settings": "Afficher les param\u00e8tres obsol\u00e8tes", + "Show Discussion": "Afficher la discussion", + "Show assessment results when subsection is past due": "Montrer les r\u00e9sultats d'\u00e9valuation lorsque la date de rendu de la sous-section est d\u00e9pass\u00e9e", + "Show blocks": "Afficher les blocs", + "Show entire subsection": "Afficher toute la sous-section", + "Show invisible characters": "Afficher les caract\u00e8res invisibles", + "Show me other ways to sign in or register": "Montrez-moi d'autres m\u00e9thodes pour me connecter ou m'inscrire", + "Show notes": "Afficher les notes", + "Show posts by {username}.": "Voir les messages de {username}.", + "Showing all responses": "Afficher toutes les r\u00e9ponses", "Showing first response": [ - "Affiche la premi\u00e8re r\u00e9ponse", + "Affiche la premi\u00e8re r\u00e9ponse", "Affiche les {numResponses} premi\u00e8res r\u00e9ponses" - ], - "Showing results for \"{searchString}\"": "Affichage des r\u00e9sultats pour \"{searchString}\"", - "Showing {currentItemRange} out of {totalItemsCount}, sorted by {sortName} ascending": "Afficher {currentItemRange} sur {totalItemsCount}, tri\u00e9 par {sortName} par ordre croissant", - "Showing {currentItemRange} out of {totalItemsCount}, sorted by {sortName} descending": "Afficher {currentItemRange} sur {totalItemsCount}, tri\u00e9 par {sortName} par ordre d\u00e9croissant", - "Showing {firstIndex} out of {numItems} total": "Affiche {firstIndex} sur {numItems} au total", - "Showing {firstIndex}-{lastIndex} out of {numItems} total": "Affiche {firstIndex}-{lastIndex} sur {numItems} au total", - "Sign In": "Se Connecter", - "Sign in": "Connexion", - "Sign in here using your email address and password, or use one of the providers listed below.": "Connectez-vous avec votre email et mot de passe, ou utiliser l'un des fournisseurs ci-dessous.", - "Sign in here using your email address and password.": "Connectez-vous ici avec votre adresse email et mot de passe.", - "Sign in to continue learning as {email}": "Connectez-vous pour continuer votre apprentissage en tant que {email}", - "Sign in using %(providerName)s": "Se connecter avec %(providerName)s", - "Sign in with %(providerName)s": "Se connecter avec %(providerName)s", - "Sign in with Institution/Campus Credentials": "Se connecter avec vos codes Campus", - "Sign in.": "Se connecter.", - "Signatory": "Signataire", - "Signatory field(s) has invalid data.": "Donn\u00e9es non valide pour les champ(s) de signataire.", - "Signature Image": "Image de la signature", - "Skip": "Passer", - "Social Media Links": "Liens vers les r\u00e9seaux sociaux", - "Some Rights Reserved": "Quelques droits r\u00e9serv\u00e9s", - "Some images in this post have been omitted": "Quelques images dans ce message ont \u00e9t\u00e9 omises", - "Something went wrong changing this enrollment. Please try again.": "Une erreur s'est produite lors du changement de cette inscription. Veuillez r\u00e9essayer.", - "Sorry, no results were found.": "D\u00e9sol\u00e9, aucun r\u00e9sultat trouv\u00e9.", - "Sorted by": "Tri\u00e9 par", - "Source": "Source", - "Source code": "Code source", - "Special character": "Caract\u00e8re sp\u00e9cial", - "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "Specifier une alternative au titre du cours officiel pour l'afficher sur les certificats. Laisser un vide pour utiliser le titre du cours officiel.", - "Specify whether content-specific discussion topics are divided.": "Pr\u00e9ciser si les sujets de discussion au contenu bien pr\u00e9cis sont s\u00e9par\u00e9s.", - "Specify whether discussion topics are divided": "Pr\u00e9cisez si les sujets de discussion \u00e9taient s\u00e9par\u00e9s", - "Speed": "Vitesse", - "Spellcheck": "v\u00e9rification de l'orthographe", - "Split cell": "Scinder la cellule", - "Square": "Carr\u00e9", - "Staff": "\u00c9quipe p\u00e9dagogique", - "Staff Only": "R\u00e9serv\u00e9 \u00e0 l'\u00e9quipe p\u00e9dagogique", - "Staff and Learners": "Equipe p\u00e9dagogique et apprenants", - "Start Date": "Date de d\u00e9but", - "Start Proctored Exam": "D\u00e9marrer l'examen surveill\u00e9", - "Start System Check": "D\u00e9marrer le diagnostique syst\u00e8me", - "Start generating certificates for all students in this course?": "D\u00e9marrer la g\u00e9n\u00e9ration des certificats pour tous les \u00e9tudiants du cours?", - "Start of transcript. Skip to the end.": "D\u00e9but de la transcription. Avancer jusqu'\u00e0 la fin.", - "Start regenerating certificates for students in this course?": "D\u00e9marrer la r\u00e9g\u00e9n\u00e9ration des certificats pour tous les \u00e9tudiants du cours?", - "Start search": "D\u00e9marrer la recherche", - "Start working toward your next learning goal.": "Commencer \u00e0 travailler vers votre prochain objectif d'apprentissage", - "Started": "D\u00e9but\u00e9", - "Started entrance exam rescore task for student '{student_id}'. Click the 'Show Task Status' button to see the status of the task.": "Le recalcul du score de l'examen d'entr\u00e9e de l'\u00e9tudiant'{student_id}' a commenc\u00e9. Cliquez sur le bouton \u00abAfficher l\u2019\u00e9tat des t\u00e2ches\u00bb pour voir l'\u00e9tat de la t\u00e2che.", - "Started rescore problem task for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "Le recalcul du score de l'exercice '<%- problem_id %>' de l'\u00e9tudiant '<%- student_id %>' a commenc\u00e9. Cliquez sur le bouton \u00abAfficher l\u2019\u00e9tat des t\u00e2ches\u00bb pour voir l'\u00e9tat de la t\u00e2che.", - "Starts": "D\u00e9but", - "Starts: %(start_date)s": "D\u00e9but: %(start_date)s", - "State": "\u00c9tat", - "Status": "Statut", - "Status of Your Response": "Statut de votre r\u00e9ponse", - "Strikethrough": "Barr\u00e9", - "Student": "\u00c9tudiant", - "Student Removed from certificate white list successfully.": "\u00c9tudiant retir\u00e9 avec succ\u00e8s de la liste blanche des certificats.", - "Student email or username": "Nom d'utilisateur ou email", - "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Add to Exception List\" button.": "Le champ \u00e9tudiant utilisateur/courriel est n\u00e9cessaire et ne peut \u00eatre vide. Veuillez remplir utilisateur/courriel et ensuite appuyer le bouton \"Ajouter \u00e0 la liste de D\u00e9rogation\".", - "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Invalidate Certificate\" button.": "Le champ nom d'utilisateur / email de l'\u00e9tudiant est requis et ne peut \u00eatre vide. Merci de saisir le nom d'utilisateur / email et appuyer sur le bouton \"Invalidate Certificate\".", - "Studio's having trouble saving your work": "Studio a des probl\u00e8mes pour sauvegarder votre travail", - "Studio:": "Studio :", - "Style": "Style", - "Subject": "Sujet", - "Subject:": "Sujet:", - "Submission aborted! Sorry, your browser does not support file uploads. If you can, please use Chrome or Safari which have been verified to support file uploads.": "Envoi annul\u00e9 ! D\u00e9sol\u00e9, votre navigateur ne supporte pas le t\u00e9l\u00e9chargement de fichiers. Si possible, utilisez Chrome ou Safari qui supportent effectivement le t\u00e9l\u00e9chargement de fichiers.", - "Submit": "Soumettre", - "Submit Application": "Soumettre votre candidature", - "Submit enrollment change": "Soumettre la modification d'inscription", - "Submitted": "Soumis", - "Subscript": "Indice", - "Subsection": "Sous-section", - "Subsection Visibility": "Visibilit\u00e9 de la sous-section", - "Subsection is hidden after course end date": "La sous-section est masqu\u00e9e apr\u00e8s la date de fin du cours", - "Subsection is hidden after due date": "La sous-section est masqu\u00e9e apr\u00e8s l'\u00e9ch\u00e9ance", - "Success": "Op\u00e9ration r\u00e9ussie", - "Success! Problem attempts reset for problem '<%- problem_id %>' and student '<%- student_id %>'.": "Nombre d'essai r\u00e9initialis\u00e9 pour l'exercice '<%- problem_id %>' de l'\u00e9tudiant '<%- student_id %>'.", - "Successfully deleted student state for user {user}": "Suppression r\u00e9ussie de l'\u00e9tat de l'\u00e9tudiant pour l'utilisateur {user}", - "Successfully enrolled and sent email to the following users:": "Inscriptions et envoi d'e-mail r\u00e9ussis pour les utilisateurs suivants :", - "Successfully enrolled the following users:": "Inscription r\u00e9ussie pour les utilisateurs suivants :", - "Successfully rescored problem for user {user}": "R\u00e9\u00e9valuation r\u00e9ussie du score du probl\u00e8me pour l'utilisateur {user}", - "Successfully reset the attempts for user {user}": "R\u00e9initialisation des essais r\u00e9ussie pour l'utilisateur {user}", - "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "Envoi d'e-mails d'inscription r\u00e9ussi pour les utilisateurs suivants. Ils seront autoris\u00e9s \u00e0 s'inscrire au cours une fois qu'ils se seront enregistr\u00e9s sur la plateforme : ", - "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "E-mails d'inscription envoy\u00e9s avec succ\u00e8s aux utilisateurs suivants. Ils seront inscrits d\u00e8s qu'ils se seront enregistr\u00e9s sur la plateforme :", - "Successfully started task to reset attempts for problem '<%- problem_id %>'. Click the 'Show Task Status' button to see the status of the task.": "La t\u00e2che de r\u00e9initialisation de tentatives pour le probl\u00e8me '<%- problem_id %>' a d\u00e9marr\u00e9 avec succ\u00e8s. Cliquez sur le bouton \u00ab\u00a0Afficher l\u2019\u00e9tat des t\u00e2ches\u00a0\u00bb pour voir l'\u00e9tat de la t\u00e2che.", - "Successfully unlinked.": "Lien supprim\u00e9.", - "Superscript": "Exposant", - "Supported": "Support\u00e9", - "Supported file types: {supportedVideoTypes}": "Types de fichiers pris en charge\u00a0: {supportedVideoTypes}", - "TOTAL": "TOTAL", - "Table": "Tableau", - "Table properties": "Propri\u00e9t\u00e9s du tableau", - "Tags": "Balises", - "Tags:": "Balises : ", - "Take Photo": "Prendre une photo", - "Take Your Photo": "Prendre votre photo", - "Take a Photo of Your ID": "Prenez une photo de votre pi\u00e8ce d'identit\u00e9", - "Take a photo of your ID": "Prenez une photo de votre pi\u00e8ce d'identit\u00e9", - "Take me to the main course page": "Aller sur la page principale du cours", - "Take me to the main library page": "Aller sur la page principale de la biblioth\u00e8que.", - "Take me to the new location": "Aller au nouvel emplacement", - "Take this exam without proctoring.": "Faire cette examen sans surveillance.", - "Taking As Open Exam": "Prendre comme session libre.", - "Taking As Proctored Exam": "Faire en tant qu'examen surveill\u00e9", - "Taking as Proctored": "Faire sous surveillance", - "Target": "Cible", - "Task ID": "Id de la t\u00e2che", - "Task Progress": "Progression de la t\u00e2che", - "Task Status": "\u00c9tat de la t\u00e2che", - "Task Type": "Type de t\u00e2che", - "Task inputs": "Donn\u00e9es d'entr\u00e9es de la t\u00e2che", - "Teaching Assistant": "Assistant de cours", - "Team \"{team}\" successfully deleted.": "Equipe \"{team}\" supprim\u00e9e avec succ\u00e8s.", - "Team Description (Required) *": "Description de l'\u00e9quipe (obligatoire) *", - "Team Details": "D\u00e9tails de l'\u00e9quipe", - "Team Name (Required) *": "Nom de l'\u00e9quipe (obligatoire) *", - "Team Search": "Recherche d'\u00e9quipe", - "Team capacity": "Capacit\u00e9 de l'\u00e9quipe", - "Team description cannot have more than 300 characters.": "La description de l'\u00e9quipe ne peut pas d\u00e9passer 300 caract\u00e8res.", - "Team member profiles": "Profils des membres de l'\u00e9quipe", - "Team name cannot have more than 255 characters.": "Le nom de l'\u00e9quipe ne peut pas d\u00e9passer 255 caract\u00e8res.", - "Teams": "\u00c9quipes", - "Teams Pagination": "Pagination des \u00e9quipes", - "Tell other learners a little about yourself: where you live, what your interests are, why you're taking courses, or what you hope to learn.": "Parlez nous de vous : o\u00f9 habitez-vous, quels sont vos int\u00e9r\u00eats, pourquoi suivez-vous des cours ou ce que vous souhaitez apprendre.", - "Templates": "Mod\u00e8les", - "Terms of Service and Honor Code": "Conditions d'utilisation et Code d'honneur", - "Text color": "Couleur du texte", - "Text to display": "Texte \u00e0 afficher", - "Textbook Name": "Nom du manuel", - "Textbook information": "information sur le manuel", - "Thank you %(full_name)s! We have received your payment for %(course_name)s.": "Merci %(full_name)s! Nous avons re\u00e7u votre paiement pour %(course_name)s.", - "Thank you for submitting your financial assistance application for {course_name}! You can expect a response in 2-4 business days.": "Merci d'avoir soumis votre demande d'aide financi\u00e8re pour {course_name}! Vous aurez une r\u00e9ponse dans 2-4 jours ouvrables.", - "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "Merci d'avoir envoyer vos photos. Nous allons les valider rapidement. Vous pouvez maintenant vous inscrire \u00e0 tous les cours %(platformName)s offrants un certificat v\u00e9rifi\u00e9. La v\u00e9rification est valide un an. Apr\u00e8s un an, vous devrez renvoyer vos photos pour v\u00e9rification.", - "Thank you! We have received your payment for {courseName}.": "Merci. Nous avons re\u00e7u votre paiement pour {courseName}.", - "Thanks for returning to verify your ID in: {courseName}": "Merci pour votre v\u00e9rification d'ID pour: {courseName}", - "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "L'URL que vous avez entr\u00e9e semble \u00eatre une adresse e-mail. Voulez-vous ajouter le prefix requis mailto: ?", - "The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": "L'URL que vous avez entr\u00e9e semble \u00eatre un lien externe. Voulez-vous ajouter le pr\u00e9fixe http:// requis ?", - "The certificate for this learner has been re-validated and the system is re-running the grade for this learner.": "Le certificat de cet apprenant a \u00e9t\u00e9 re-valid\u00e9 et le syst\u00e8me est en train de re-\u00e9valuer les notes de cet apprenant. ", - "The cohort cannot be added": "La cohorte ne peut pas \u00eatre ajout\u00e9e", - "The cohort cannot be saved": "La cohorte ne peut pas \u00eatre enregistr\u00e9e", - "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "La longueur totale des champs organisation et codes de biblioth\u00e8que ne doit pas d\u00e9passer <%=limit%> caract\u00e8res.", - "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "La longueur totale des champs organisation, num\u00e9ro du cours et session du cours ne peut d\u00e9passer <%=limit%> caract\u00e8res.", - "The country or region where you live.": "Votre pays ou r\u00e9gion de r\u00e9sidence.", - "The country that team members primarily identify with.": "Le pays avec lequel les membres de l'\u00e9quipe sont le plus proche.", - "The course end date must be later than the course start date.": "La date de fin du cours doit \u00eatre post\u00e9rieure \u00e0 la date de d\u00e9but du cours.", - "The course must have an assigned start date.": "Le Cours doit avoir une date de d\u00e9part renseign\u00e9e.", - "The course start date must be later than the enrollment start date.": "La date de d\u00e9but de cours ne peut pas \u00eatre ant\u00e9rieure \u00e0 la date de d\u00e9but des inscriptions.", - "The display of ungraded and checked out responses could not be loaded.": "L'affichage des r\u00e9ponses non not\u00e9es n'a pas pu \u00eatre charg\u00e9.", - "The email address you've provided isn't formatted correctly.": "L'adresse email que vous avez fournie est incorrecte.", - "The enrollment end date cannot be after the course end date.": "La date de fin des inscriptions ne peut pas \u00eatre post\u00e9rieure \u00e0 la date de fin du Cours.", - "The enrollment start date cannot be after the enrollment end date.": " La date de d\u00e9but des inscriptions ne peut pas \u00eatre post\u00e9rieure \u00e0 la date de fin des inscriptions.", - "The file must be at least {size} in size.": "Le fichier doit avoir une taille sup\u00e9rieure \u00e0 {size}.", - "The file must be smaller than {size} in size.": "Le fichier doit avoir une taille inf\u00e9rieure \u00e0 {size}.", - "The following email addresses and/or usernames are invalid:": "Les adresses email et/ou noms d'utilisateurs suivants sont invalides :", - "The following errors were generated:": "Les erreurs suivantes ont \u00e9t\u00e9 g\u00e9n\u00e9r\u00e9es:", - "The following file types are not allowed: ": "Les types de fichiers suivants ne sont pas support\u00e9s :", - "The following information is already a part of your {platform} profile. We\\'ve included it here for your application.": "L'information suivante fait d\u00e9j\u00e0 partie de votre profil {platform}. Nous l\\'avons inclus ici pour votre demander.", - "The following message will be displayed at the bottom of the courseware pages within your course:": "Le message suivant sera affich\u00e9 au bas des pages du cours :", - "The following options are available for the {license_name} license.": "Les options suivantes sont disponibles pour la licence {license_name}", - "The following users are no longer enrolled in the course:": "Les utilisateurs suivants ont \u00e9t\u00e9 d\u00e9sinscrits du cours\u00a0:", - "The following warnings were generated:": "Les avertissements suivants ont \u00e9t\u00e9 g\u00e9n\u00e9r\u00e9s:", - "The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.": "La cat\u00e9gorie g\u00e9n\u00e9rale pour ce type de devoir, par exemple, devoirs maisons ou examen de moiti\u00e9 d'ann\u00e9e. Ce nom est visible aux \u00e9tudiants.", - "The grading process is still running. Refresh the page to see updates.": "Le processus d'\u00e9valuation est toujours en cours. Rafra\u00eechir la page pour mettre \u00e0 jour.", - "The language that team members primarily use to communicate with each other.": "La langue principalement utilis\u00e9e par les membres de l'\u00e9quipe pour communiquer entre eux.", - "The language used throughout this site. This site is currently available in a limited number of languages. Changing the value of this field will cause the page to refresh.": "La langue employ\u00e9e sur ce site. Ce site est disponible uniquement dans certaines langues. Si vous modifiez ce champ, cela provoquera automatiquement une actualisation de la page.", - "The minimum grade for course credit is not set.": "La note minimale d'obtention d'un cr\u00e9dit pour ce cours n'est pas fix\u00e9e.", - "The minimum score percentage must be a whole number between 0 and 100.": "Le score minimum en pourcentage doit-\u00eatre un nombre entier compris entre 0 et 100.", - "The name of this signatory as it should appear on certificates.": "Le nom du signataire tel qu'il doit appara\u00eetre sur les certificats.", - "The name that identifies you on {platform_name}. You cannot change your username.": "Votre nom sur {platform_name}. Vous ne pouvez pas modifier votre nom d'utilisateur", - "The name that is used for ID verification and that appears on your certificates.": "Le nom qui appara\u00eetra sur vos certificats et dans le cadre de toute v\u00e9rification d'identit\u00e9.", - "The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.": "Le nombre de devoirs de ce type qui seont ignor\u00e9s. Les scores des devoirs les plus bas seront ignor\u00e9s en premier.", - "The number of subsections in the course that contain problems of this assignment type.": "Le nombre de sous-sections de ce cours qui contiennent des probl\u00e8mes de ce type de devoir.", - "The organization that this signatory belongs to, as it should appear on certificates.": "L'organisation \u00e0 laquelle ce signataire appartient, telle qu'elle devrait apparaitre sur les attestations.", - "The page \"{route}\" could not be found.": "Page \"{route}\" non trouv\u00e9e.", - "The photo of your face matches the photo on your ID.": "La photo de votre visage concorde avec la photo sur votre pi\u00e8ce d'identit\u00e9.", - "The post you selected has been deleted.": "Le message que vous avez s\u00e9lectionn\u00e9 a \u00e9t\u00e9 effac\u00e9.", - "The published branch version, {published}, was reset to the draft branch version, {draft}.": "La version de la branche publi\u00e9e, {published}, a \u00e9t\u00e9 r\u00e9initialis\u00e9e \u00e0 la branche de la version du brouillon, {draft}.", - "The raw error message is:": "Le message d'erreur est:", - "The selected content group does not exist": "Le groupe de contenu s\u00e9lectionn\u00e9 n'existe pas", - "The selected image must be larger than {minFileSizeInKB}.": "L'image s\u00e9lectionn\u00e9e doit faire au moins {minFileSizeInKB}.", - "The server could not be contacted.": "Le serveur n'a pas pu \u00eatre contact\u00e9.", - "The staff assessment form could not be loaded.": "Le formulaire d'\u00e9valuation de l'\u00e9quipe p\u00e9dagogique n'a pas pu \u00eatre charg\u00e9.", - "The submission could not be removed from the grading pool.": "La soumission n'a pas pu \u00eatre retir\u00e9e du groupe de notation.", - "The team \"{team}\" could not be found.": "L'\u00e9quipe \"{team}\" n'a pu \u00eatre trouv\u00e9e.", - "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "La transcription synchronis\u00e9e du premier fichier vid\u00e9o semble diff\u00e9rente de la transcription synchronis\u00e9e du second fichier vid\u00e9o.", - "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "La transcription synchronis\u00e9e de cette vid\u00e9o sur EdX est p\u00e9rim\u00e9e, mais YouTube dispose d'une version courante de la transcription de cette vid\u00e9o.", - "The topic \"{topic}\" could not be found.": "Sujet \"{topic}\" non trouv\u00e9.", - "The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.": "Poids en pourcentage de la note globale de tous les devoirs de ce type. Ne pas inclure le symbole pourcent. Exemple : 40.", - "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "La cohorte {cohortGroupName} a \u00e9t\u00e9 cr\u00e9e. Vous pouvez y ajouter manuellement des \u00e9tudiants ci-dessous.", - "There are invalid keywords in your email. Check the following keywords and try again.": "Votre email contient des mots-clefs invalides. V\u00e9rifiez les mots-clefs suivants et recommencez.", - "There are no posts in this topic yet.": "Il n'y a pas encore de message pour ce sujet.", - "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.": "Une erreur est survenue lors de l'export en XML pour au moins un composant. Il est recommand\u00e9 de corriger l'erreur avant de relancer une nouvel export. V\u00e9rifier que tous les composants de la page sont valides et qu'ils n'affichent pas de messages d'erreur.", - "There has been an error processing your survey.": "Il y a eu une erreur lors du traitement de votre enqu\u00eate.", - "There has been an error while exporting.": "Il y a eu une erreur lors de l'exportation.", - "There has been an error with your export.": "Une erreur est survenue lors de l'export.", - "There is invalid code in your content. Please check to make sure it is valid HTML.": "Votre proposition contient du code non valide. Veuillez v\u00e9rifier que votre contenu est du HTML valide.", - "There is no email history for this course.": "Il n'y a pas d'historique de courriel pour ce cours", - "There must be at least one group.": "il doit y avoir au moins un groupe.", - "There must be one cohort to which students can automatically be assigned.": "Au moins une cohorte doit \u00eatre cr\u00e9\u00e9e pour ajouter les \u00e9tudiants en automatique.", - "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "Il y a eu un probl\u00e8me lors de la cr\u00e9ation du rapport. S\u00e9lectionnez \"Cr\u00e9ation Sommaire Ex\u00e9cutif\" pour d'essayer de nouveau.", - "There was an error changing the user's role": "Il a eu une erreur lors du changement de r\u00f4le de cet utilisateur", - "There was an error during the upload process.": "Une erreur est survenue pendant l'envoi.", - "There was an error obtaining email content history for this course.": "Il y a eu une erreur lors de l'obtention de l'historique du contenu des e-mails pour ce cours.", - "There was an error obtaining email task history for this course.": "Une erreur est survenue lors de l'obtention de l'historique des t\u00e2ches de courriel pour ce cours.", - "There was an error retrieving preview results for this catalog. Please check that your query is correct and try again.": "Il y a eu une erreur lors de la r\u00e9cup\u00e9ration de l'aper\u00e7u des r\u00e9sultats pour ce catalogue. Veuillez v\u00e9rifier que votre requ\u00eate est correcte et essayer de nouveau.", - "There was an error while unpacking the file.": "Une erreur est survenue pendant la d\u00e9compression du fichier.", - "There was an error while verifying the file you submitted.": "Une erreur est survenue lors de la v\u00e9rification du fichier que vous avez soumis.", - "There was an error, try searching again.": "Une erreur est survenue, essayez \u00e0 nouveau.", - "There were errors reindexing course.": "Des erreurs sont survenues pendant la r\u00e9indexation du cours.", - "There's already another assignment type with this name.": "Il y a d\u00e9j\u00e0 un type de travail avec ce nom.", - "These settings include basic information about your account.": "Ces param\u00e8tres comprennent des informations de base \u00e0 propos de votre compte.", - "These users were not added as beta testers:": "Ces utilisateurs n'ont pas \u00e9t\u00e9 ajout\u00e9s comme b\u00eata-testeurs :", - "These users were not affiliated with the course so could not be unenrolled:": "Les utilisateurs suivants n'\u00e9tant pas inscrits au cours, ils n\u2019ont pas pu \u00eatre d\u00e9sinscrits\u00a0:", - "These users were not removed as beta testers:": "Ces utilisateurs n'ont pas pu \u00eatre supprim\u00e9s en tant que b\u00eata-testeurs :", - "These users were successfully added as beta testers:": "Ces utilisateurs ont \u00e9t\u00e9 ajout\u00e9s comme b\u00eata-testeurs avec succ\u00e8s :", - "These users were successfully removed as beta testers:": "Ces utilisateurs ont \u00e9t\u00e9 supprim\u00e9s des b\u00eata-testeurs avec succ\u00e8s :", - "These users will be allowed to enroll once they register:": "Ces \u00e9tudiants seront autoris\u00e9s \u00e0 s'inscrire une fois qu'il se seront enregistr\u00e9s sur la plateforme :", - "These users will be enrolled once they register:": "Les utilisateurs suivants seront inscrits d\u00e8s leur enregistrement sur la plate-forme\u00a0:", - "This Group Configuration is not in use. Start by adding a content experiment to any Unit via the {linkStart}Course Outline{linkEnd}.": "Cette configuration de groupe n'est pas utilis\u00e9e. Commencer par ajouter un contenu d'exp\u00e9rience \u00e0 une unit\u00e9 via le {linkStart}Plan de cours{linkEnd}.", - "This Group Configuration is used in:": "Cette configuration de groupe est utilis\u00e9e dans :", - "This action cannot be undone.": "Cette action ne peut pas \u00eatre annul\u00e9e.", - "This assessment could not be submitted.": "Cette \u00e9valuation n'a pas pu \u00eatre soumise.", - "This browser cannot play .mp4, .ogg, or .webm files.": "Ce navigateur ne peut pas lire les fichiers .mp4, .ogg, ou .webm", - "This catalog's courses:": "Les cours de ce catalogue : ", - "This certificate has already been activated and is live. Are you sure you want to continue editing?": "Ce certificat a d\u00e9j\u00e0 \u00e9t\u00e9 activ\u00e9 et peut \u00eatre consult\u00e9. \u00cates vous sur de vouloir continuer l'\u00e9dition?", - "This comment could not be deleted. Refresh the page and try again.": "Ce commentaire ne peut pas \u00eatre effac\u00e9. Rafra\u00eechissez la page et r\u00e9essayez.", - "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "Cette configuration est actuellement utilis\u00e9 dans des exp\u00e9riences de contenu. Si vous apportez des modifications aux groupes, vous devrez peut-\u00eatre modifier ces exp\u00e9riences.", - "This content group is used in one or more units.": "Ce groupe de contenu est utilis\u00e9 dans une ou plusieurs unit\u00e9s.", - "This course has automatic cohorting enabled for verified track learners, but cohorts are disabled. You must enable cohorts for the feature to work.": "Ce cours a les cohortes automatiques activ\u00e9es pour les apprenants v\u00e9rifi\u00e9s, mais les cohortes sont d\u00e9sactiv\u00e9es. Vous devez activer les cohortes pour que cette fonctionnalit\u00e9 fonctionne.", - "This course has automatic cohorting enabled for verified track learners, but the required cohort does not exist. You must create a manually-assigned cohort named '{verifiedCohortName}' for the feature to work.": "Ce cours a les cohortes automatiques activ\u00e9es pour les apprenants v\u00e9rifi\u00e9s, mais la cohorte requise n'existe pas. Vous devez cr\u00e9er manuellement une cohorte nomm\u00e9e '{verifiedCohortName}' pour que cette fonctionnalit\u00e9 fonctionne.", - "This course uses automatic cohorting for verified track learners. You cannot disable cohorts, and you cannot rename the manual cohort named '{verifiedCohortName}'. To change the configuration for verified track cohorts, contact your edX partner manager.": "Ce cours utilise des cohortes automatiques pour les apprenants v\u00e9rifi\u00e9s. Vous ne pouvez pas d\u00e9sactiver les cohortes, et vous ne pouvez pas renommer la cohorte manuelle nomm\u00e9e'{verifiedCohortName}'. Pour changer la configuration des cohortes v\u00e9rifi\u00e9es,contacter votre gestionnaire de partenariat edX.", - "This discussion could not be loaded. Refresh the page and try again.": "Cette discussion ne peut \u00eatre t\u00e9l\u00e9charg\u00e9e. Veuillez actualiser la page et essayer \u00e0 nouveau.", - "This exam has a time limit associated with it.": "Cet examen est \u00e0 temps limit\u00e9", - "This feedback could not be submitted.": "Ce commentaire n'a pas pu \u00eatre soumis.", - "This group controls access to:": "Ce groupe g\u00e8re l'acc\u00e8s \u00e0\u00a0:", - "This image is for decorative purposes only and does not require a description.": "Cette image est utilis\u00e9e seulement pour la d\u00e9coration et ne n\u00e9cessite pas de description.", - "This is the Description of the Group Configuration": "Ceci est la description de la configuration du groupe", - "This is the Name of the Group Configuration": "Ceci est le nom de la configuration du groupe", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Ceci est une liste des \u00ab\u00a0%s\u00a0\u00bb disponibles. Vous pouvez en choisir en les s\u00e9lectionnant dans la zone ci-dessous, puis en cliquant sur la fl\u00e8che \u00ab\u00a0Choisir\u00a0\u00bb entre les deux zones.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Ceci est la liste des \u00ab\u00a0%s\u00a0\u00bb choisi(e)s. Vous pouvez en enlever en les s\u00e9lectionnant dans la zone ci-dessous, puis en cliquant sur la fl\u00e8che \u00ab Enlever \u00bb entre les deux zones.", - "This is the name of the group": "Ceci est le nom du groupe", - "This learner is currently sharing a limited profile.": "Cet apprenant partage actuellement un profil restreint.", - "This learner will be removed from the team, allowing another learner to take the available spot.": "Cet apprenant sera supprim\u00e9 de l'\u00e9quipe, permettant \u00e0 un nouvel apprenant de prendre la place vacante.", - "This link will open in a modal window": "Ce lien s'ouvrira dans une nouvelle fen\u00eatre contextuelle", - "This link will open in a new browser window/tab": "Ce lien s'ouvrira dans une nouvelle fen\u00eatre ou onglet de votre navigateur", - "This page contains information about orders that you have placed with {platform_name}.": "Cette page contient des informations \u00e0 propos des commandes que vous avez pass\u00e9s avec {platform_name}.", - "This post could not be closed. Refresh the page and try again.": "Ce message ne peut \u00eatre ferm\u00e9. Veuillez actualiser la page et essayer \u00e0 nouveau.", - "This post could not be flagged for abuse. Refresh the page and try again.": "Ce message ne peut pas \u00eatre d\u00e9nonc\u00e9 pour abus. Veuillez actualiser la page et essayer \u00e0 nouveau.", - "This post could not be pinned. Refresh the page and try again.": "Ce message peut ne pas \u00eatre affich\u00e9. Veuillez actualiser la page et essayer \u00e0 nouveau.", - "This post could not be reopened. Refresh the page and try again.": "Ce message ne peut \u00eatre rouvert. Veuillez actualiser la page et essayer \u00e0 nouveau.", - "This post could not be unflagged for abuse. Refresh the page and try again.": "La d\u00e9nonciation pour abus envers ce message ne peut \u00eatre annul\u00e9e. Veuillez actualiser la page et essayer \u00e0 nouveau.", - "This post could not be unpinned. Refresh the page and try again.": "Ce message peut avoir \u00e9t\u00e9 retir\u00e9. Veuillez actualiser la page et essayer \u00e0 nouveau.", - "This problem could not be saved.": "Ce probl\u00e8me n'a pas pu \u00eatre enregistr\u00e9.", - "This problem has already been released. Any changes will apply only to future assessments.": "Ce probl\u00e8me a d\u00e9j\u00e0 \u00e9t\u00e9 publi\u00e9. Tout changement s'appliquera seulement aux futures \u00e9valuations.", - "This problem has been reset.": "Cet exercice a \u00e9t\u00e9 r\u00e9initialis\u00e9.", - "This response could not be marked as an answer. Refresh the page and try again.": "Cette r\u00e9action ne peut pas \u00eatre inscrite en tant que r\u00e9ponse. Veuillez actualiser la page et essayer \u00e0 nouveau.", - "This response could not be marked as endorsed. Refresh the page and try again.": "Cette r\u00e9ponse ne peut pas \u00eatre inscrite comme \u00e9tant approuv\u00e9e. Veuillez actualiser la page et essayer \u00e0 nouveau.", - "This response could not be saved.": "Cette r\u00e9ponse n'a pas pu \u00eatre enregistr\u00e9e.", - "This response could not be submitted.": "Cette r\u00e9ponse n'a pas pu \u00eatre soumise.", - "This response could not be unendorsed. Refresh the page and try again.": "Cette r\u00e9action ne peut pas \u00eatre approuv\u00e9e. Veuillez actualiser la page et essayer \u00e0 nouveau.", - "This response could not be unmarked as an answer. Refresh the page and try again.": "Cette r\u00e9action ne peut pas \u00eatre effac\u00e9e en tant que r\u00e9ponse. Veuillez actualiser la page et essayer \u00e0 nouveau.", - "This response has been saved but not submitted.": "Cette r\u00e9ponse a \u00e9t\u00e9 enregistr\u00e9e mais n'a pas \u00e9t\u00e9 soumise.", - "This response has not been saved.": "Cette r\u00e9ponse n'a pas \u00e9t\u00e9 enregistr\u00e9e.", - "This role requires a divided discussions scheme.": "Ce r\u00f4le requiert un plan de s\u00e9paration des discussions.", - "This section could not be loaded.": "Cette section n'a pas pu \u00eatre charg\u00e9e.", - "This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.": "Le nom court pour ce type de devoirs (par exemple, HW ou Midterm) apparait \u00e0 c\u00f4t\u00e9 des devoirs sur la page de progression de l'apprenant.", - "This team does not have any members.": "Cette \u00e9quipe n'a pas de membres.", - "This team is full.": "Cette \u00e9quipe est pleine.", - "This vote could not be processed. Refresh the page and try again.": "Impossible de passer au vote. Veuillez actualiser la page et essayer \u00e0 nouveau.", - "Thumbnail": "Vignette", - "Thumbnail for {videoName}": "Vignette de {videoName}", - "Thumbnail view of ": "Aper\u00e7u de ", - "Time Allotted (HH:MM):": "Temps allou\u00e9 (HH:MM):", - "Time Sent": "Heure d'envoi", - "Time Sent:": "Heure d'envoi :", - "Time Zone": "Fuseau Horaire", - "Timed": "Minut\u00e9", - "Timed Exam": "Examen minut\u00e9", - "Timed Out": "Temps \u00e9coul\u00e9", - "Timed Transcript Conflict": "Conflit de transcription synchronis\u00e9e", - "Timed Transcript Found": "Transcription synchronis\u00e9e trouv\u00e9e", - "Timed Transcript Uploaded Successfully": "Transcription synchronis\u00e9e import\u00e9e avec succ\u00e8s", - "Timed Transcript from %(filename)s": "Transcription synchronis\u00e9e pour %(filename)s", - "Tips on taking a successful photo": "Astuces pour prendre une bonne photo", - "Title": "Titre", - "Title ": "Titre", - "Title of the signatory": "Titre du signataire", - "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "Les titres de plus de 100 caract\u00e8res peuvent emp\u00eacher les \u00e9tudiants d'imprimer leur certificat sur une seule page.", - "To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.": "Afin que tous les \u00e9tudiants puisse acc\u00e9der \u00e0 la vid\u00e9o, nous vous recommandons de fournir une version .mp4 ainsi qu'une version .webm de la vid\u00e9o. Cliquer ci-dessous pour ajouter une URL pour une autre version. Les URLs youtube ne sont pas support\u00e9es. La premi\u00e8re vid\u00e9o de la liste compatible avec l'ordinateur de l'\u00e9tudiant sera vue.", - "To complete the program, you must earn a verified certificate for each course.": "Afin de compl\u00e9ter ce programme, vous devez obtenir un certificat v\u00e9rifi\u00e9 pour chacun de ces cours.", - "To finalize course credit, %(display_name)s requires %(platform_name)s learners to submit a credit request.": "Pour finaliser l'obtention de cr\u00e9dit de cours, %(display_name)s demande aux apprenants de %(platform_name)s de soumettre une demande de cr\u00e9dit.", - "To invalidate a certificate for a particular learner, add the username or email address below.": "Pour invalider une attestation pour un apprenant, ajouter le nom d'usager ou l'adresse courriel ci-dessous.", - "To pass this exam, you must complete the problems in the time allowed.": "Pour r\u00e9ussir l'examen, vous devez r\u00e9pondre aux questions dans le temps imparti.", - "To receive a certificate, you must also verify your identity before {date}.": "Pour recevoir un certificat, vous devez aussi valider votre identit\u00e9 avant le {date}.", - "To receive a certificate, you must also verify your identity.": "Pour recevoir un certificat, vous devez aussi valider votre identit\u00e9.", - "To receive credit for problems, you must select \"Submit\" for each problem before you select \"End My Exam\".": "Pour recevoir des cr\u00e9dits pour votre probl\u00e8me, cliquez sur \u00ab\u00a0Soumettre\u00a0\u00bb pour chaque exercice avant de s\u00e9lectionner \u00ab\u00a0Terminer mon examen\u00a0\u00bb.", - "To share your certificate on Mozilla Backpack, you must first have a Backpack account. Complete the following steps to add your certificate to Backpack.": "Pour partager votre attestation sur Mozilla Backpack, vous devez d'abord avoir un compte Bacpack. Compl\u00e9ter les \u00e9tapes suivantes pour ajouter votre attestation \u00e0 Backpack.", - "To take a successful photo, make sure that:": "Pour prendre une bonne photo, assurez-vous que: ", - "To use the current photo, select the camera button {icon}. To take another photo, select the retake button {icon}.": "Pour utiliser la photo, s\u00e9lectionnez le bouton de l'appareil photo {icon}. Pour prendre une autre photo, s\u00e9lectionnez le bouton de reprise {icon}.", - "To verify your identity, you need a webcam and a government-issued photo ID.": "Pour valider votre identit\u00e9, vous devez poss\u00e9der une cam\u00e9ra et une pi\u00e8ce d'identit\u00e9 avec photo.", - "Today": "Aujourd'hui", - "Toggle Notifications Setting": "Changer les param\u00e8tres des notifications", - "Tomorrow": "Demain", - "Tools": "Outils", - "Top": "Haut", - "Topic": "Sujet", - "Topics": "Sujets", - "Total": "Total", - "Total Number": "Nombre total", - "Total Responses": "R\u00e9ponses total", - "Training": "Entrainement", - "Transcript Languages": "Langues de la transcription", - "Transcript will be displayed when you start playing the video.": "La transcription sera affich\u00e9e au moment o\u00f9 vous d\u00e9marrerez la lecture de la vid\u00e9o.", - "Transcripts": "Transcriptions", - "Try the transaction again in a few minutes.": "R\u00e9essayez la transaction dans quelques minutes.", - "Try this practice exam again": "Recommencer l'examen d'entrainement", - "Try using a different browser, such as Google Chrome.": "Essayez un navigateur diff\u00e9rent, Google Chrome par exemple.", - "Turn off transcripts": "D\u00e9sactiver la transcription", - "Turn on closed captioning": "Afficher les sous-titres", - "Turn on transcripts": "Activer la transcription", - "Type": "Type", - "Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "Saisissez l'URL ou utilisez le bouton \"Choisir Fichier\" pour charger un fichier provenant de votre machine. (exemple 'http://example.com/img/clouds.jpg')", - "Type into this box to filter down the list of available %s.": "\u00c9crivez dans cette zone pour filtrer la liste des \u00ab\u00a0%s\u00a0\u00bb disponibles.", - "URL": "URL", - "Unable to load": "Chargement impossible", - "Unable to submit application": "Impossible de soumettre votre demande", - "Underline": "Souligner", - "Undo": "Annule", - "Undo (Ctrl+Z)": "Annuler (Ctrl+Z)", - "Undo Changes": "Annuler les modifications", - "Undo moving": "Annuler le d\u00e9placement", - "Unexpected server error.": "Erreur serveur inattendue. ", - "Ungraded": "Non not\u00e9", - "Ungraded Practice Exam": "Examen d'entrainement non not\u00e9", - "Unit": "Unit\u00e9", - "Unit Access": "Acc\u00e8s \u00e0 l'unit\u00e9", - "Unit Name": "Nom de l'unit\u00e9", - "Unit Visibility": "Visibilit\u00e9 de l'unit\u00e9", - "Units": "Unit\u00e9s", - "Unknown": "Inconnu", - "Unknown username: {user}": "Nom d'utilisateur inconnu : {user}", - "Unlink This Account": "Dissocier votre compte", - "Unlink your {accountName} account": "Dissociez votre compte {accountName}", - "Unlinking": "Dissocier", - "Unmute": "Remettre le son", - "Unnamed Option": "Option sans nom", - "Unpublished changes to content that will release in the future": "Modifications non publi\u00e9es dans les contenus qui seront diffus\u00e9es ult\u00e9rieurement", - "Unpublished changes to live content": "Modifications non publi\u00e9es dans les contenus actifs", - "Unpublished units will not be released": "Les unit\u00e9s non publi\u00e9es ne seront pas diffus\u00e9es.", - "Unscheduled": "Non programm\u00e9", - "Update": "Mettre \u00e0 jour", - "Update team.": "Mettre l'\u00e9quipe \u00e0 jour.", - "Updating Tags": "Mise \u00e0 jour des \u00e9tiquettes", - "Updating with latest library content": "Mise \u00e0 jour des derniers ajouts \u00e0 la biblioth\u00e8que", - "Upgrade Deadline": "D\u00e9lai de mise \u00e0 niveau", - "Upgrade to Verified": "Suivre pour obtenir un Certificat", - "Upgrade to a Verified Certificate for {courseName}": "Mettre \u00e0 niveau vers une certificat v\u00e9rifi\u00e9 pour {courseName}", - "Upload": "Envoyer", - "Upload File": "Charger un fichier", - "Upload File and Assign Students": "Charger le fichier et associer les \u00e9tudiants", - "Upload New .srt Transcript": "Envoyer une nouvelle transcription .srt", - "Upload New File": "T\u00e9l\u00e9verser un nouveau fichier", - "Upload New Transcript": "Envoyer une nouvelle transcription", - "Upload PDF": "Charger un PDF", - "Upload Photo": "Envoyer la photo", - "Upload Signature Image": "Charger l'image de signature", - "Upload a CSV file": "Envoyez un fichier CSV", - "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "Envoyez un fichier de valeurs s\u00e9par\u00e9es par des virgules (.csv) qui continent les noms d'utilisateurs ou les adresses courriels des apprenants qui ont obtenu une d\u00e9rogation. Inclure le nom d'utilisateur ou l'adresse courriel dans le premier champ. Vous pouvez inclure une note optionnelle d\u00e9crivant le motif pour cette d\u00e9rogation dans le second champ.", - "Upload an image": "Charger une image", - "Upload an image or capture one with your web or phone camera.": "T\u00e9l\u00e9chargez une image ou capturez-en une avec votre webcam ou l'appareil photo de votre t\u00e9l\u00e9phone portable", - "Upload completed": "Chargement termin\u00e9", - "Upload completed for video {fileName}": "T\u00e9l\u00e9chargement complet pour la vid\u00e9o {fileName}", - "Upload failed": "Le chargement a \u00e9chou\u00e9", - "Upload failed for video {fileName}": "T\u00e9l\u00e9chargement \u00e9chou\u00e9 de la vid\u00e9o {fileName}", - "Upload instructor image.": "Charger l'image de l\u2019instructeur", - "Upload is in progress. To avoid errors, stay on this page until the process is complete.": " D\u00e9p\u00f4t de fichier en cours. Pour \u00e9viter toute erreur, restez sur cette page jusqu'\u00e0 la fin du traitement.", - "Upload signature image.": "Charger l'image de signature.", - "Upload your banner image.": "Envoyez l'image de votre banni\u00e8re.", - "Upload your course image.": "Envoyez votre image de cours.", - "Upload your first asset": "T\u00e9l\u00e9versez votre premi\u00e8re ressource", - "Upload your video thumbnail image.": "Chargez votre image de vignette vid\u00e9o.", - "Uploaded file issues. Click on \"+\" to view.": "Liste des fichiers envoy\u00e9s. Cliquez sur \"+\" pour voir.", - "Uploading": "Chargement en cours", - "Upper Alpha": "Capitales alphanum\u00e9riques", - "Upper Roman": "Capitale Romain", - "Upset Learner": "Apprenant Fach\u00e9", - "Url": "Url", - "Use Current Transcript": "Utiliser la transcription courante", - "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.": "Utilisez un examen de pratique surveill\u00e9 afin d'introduire les apprenants au processus et aux outils de surveillance. Les r\u00e9sultats d'un examen de pratique ne comptent pas pour la note finale de l'\u00e9tudiant.", - "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "Utiliser un examen minut\u00e9 pour limiter le temps allou\u00e9 aux participants pour r\u00e9pondre aux exercices de cette sous-section. Les participants doivent soumettre leurs r\u00e9ponses avant la fin du temps allou\u00e9. Vous pouvez allouer du temps suppl\u00e9mentaire \u00e0 des participant depuis l'onglet Enseignant.", - "Use as a Prerequisite": "Utilis\u00e9 comme Pr\u00e9-requis", - "Use my institution/campus credentials": "Utiliser mes informations institution/campus", - "Use the All Topics menu to find specific topics.": "Utilisez le menu 'Tous les sujets' pour trouver un sujet sp\u00e9cific", - "Use the retake photo button if you are not pleased with your photo": "Utilisez le bouton reprendre photo si vous n'\u00eates pas satisfait de votre photo", - "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "Utilisez votre webcam pour prendre une photo de votre pi\u00e8ce d'identit\u00e9. Nous allons v\u00e9rifier sa concordance avec la photo de votre visage et le nom de votre compte.", - "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "Utiliser votre webcam pour prendre une photo de votre visage, afin que nous puissions la comparer avec celle de votre pi\u00e8ce d'identit\u00e9.", - "Used": "Utilis\u00e9", + ], + "Showing results for \"{searchString}\"": "Affichage des r\u00e9sultats pour \"{searchString}\"", + "Showing {currentItemRange} out of {totalItemsCount}, sorted by {sortName} ascending": "Afficher {currentItemRange} sur {totalItemsCount}, tri\u00e9 par {sortName} par ordre croissant", + "Showing {currentItemRange} out of {totalItemsCount}, sorted by {sortName} descending": "Afficher {currentItemRange} sur {totalItemsCount}, tri\u00e9 par {sortName} par ordre d\u00e9croissant", + "Showing {firstIndex} out of {numItems} total": "Affiche {firstIndex} sur {numItems} au total", + "Showing {firstIndex}-{lastIndex} out of {numItems} total": "Affiche {firstIndex}-{lastIndex} sur {numItems} au total", + "Sign In": "Se Connecter", + "Sign in": "Connexion", + "Sign in here using your email address and password, or use one of the providers listed below.": "Connectez-vous avec votre email et mot de passe, ou utiliser l'un des fournisseurs ci-dessous.", + "Sign in here using your email address and password.": "Connectez-vous ici avec votre adresse email et mot de passe.", + "Sign in to continue learning as {email}": "Connectez-vous pour continuer votre apprentissage en tant que {email}", + "Sign in using %(providerName)s": "Se connecter avec %(providerName)s", + "Sign in with %(providerName)s": "Se connecter avec %(providerName)s", + "Sign in with Institution/Campus Credentials": "Se connecter avec vos codes Campus", + "Sign in.": "Se connecter.", + "Signatory": "Signataire", + "Signatory field(s) has invalid data.": "Donn\u00e9es non valide pour les champ(s) de signataire.", + "Signature Image": "Image de la signature", + "Skip": "Passer", + "Social Media Links": "Liens vers les r\u00e9seaux sociaux", + "Some Rights Reserved": "Quelques droits r\u00e9serv\u00e9s", + "Some images in this post have been omitted": "Quelques images dans ce message ont \u00e9t\u00e9 omises", + "Something went wrong changing this enrollment. Please try again.": "Une erreur s'est produite lors du changement de cette inscription. Veuillez r\u00e9essayer.", + "Sorry, no results were found.": "D\u00e9sol\u00e9, aucun r\u00e9sultat trouv\u00e9.", + "Sorted by": "Tri\u00e9 par", + "Source": "Source", + "Source code": "Code source", + "Special character": "Caract\u00e8re sp\u00e9cial", + "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "Specifier une alternative au titre du cours officiel pour l'afficher sur les certificats. Laisser un vide pour utiliser le titre du cours officiel.", + "Specify whether content-specific discussion topics are divided.": "Pr\u00e9ciser si les sujets de discussion au contenu bien pr\u00e9cis sont s\u00e9par\u00e9s.", + "Specify whether discussion topics are divided": "Pr\u00e9cisez si les sujets de discussion \u00e9taient s\u00e9par\u00e9s", + "Speed": "Vitesse", + "Spellcheck": "v\u00e9rification de l'orthographe", + "Split cell": "Scinder la cellule", + "Square": "Carr\u00e9", + "Staff": "\u00c9quipe p\u00e9dagogique", + "Staff Only": "R\u00e9serv\u00e9 \u00e0 l'\u00e9quipe p\u00e9dagogique", + "Staff and Learners": "Equipe p\u00e9dagogique et apprenants", + "Start Date": "Date de d\u00e9but", + "Start Proctored Exam": "D\u00e9marrer l'examen surveill\u00e9", + "Start System Check": "D\u00e9marrer le diagnostique syst\u00e8me", + "Start generating certificates for all students in this course?": "D\u00e9marrer la g\u00e9n\u00e9ration des certificats pour tous les \u00e9tudiants du cours?", + "Start of transcript. Skip to the end.": "D\u00e9but de la transcription. Avancer jusqu'\u00e0 la fin.", + "Start regenerating certificates for students in this course?": "D\u00e9marrer la r\u00e9g\u00e9n\u00e9ration des certificats pour tous les \u00e9tudiants du cours?", + "Start search": "D\u00e9marrer la recherche", + "Start working toward your next learning goal.": "Commencer \u00e0 travailler vers votre prochain objectif d'apprentissage", + "Started": "D\u00e9but\u00e9", + "Started entrance exam rescore task for student '{student_id}'. Click the 'Show Task Status' button to see the status of the task.": "Le recalcul du score de l'examen d'entr\u00e9e de l'\u00e9tudiant'{student_id}' a commenc\u00e9. Cliquez sur le bouton \u00abAfficher l\u2019\u00e9tat des t\u00e2ches\u00bb pour voir l'\u00e9tat de la t\u00e2che.", + "Started rescore problem task for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "Le recalcul du score de l'exercice '<%- problem_id %>' de l'\u00e9tudiant '<%- student_id %>' a commenc\u00e9. Cliquez sur le bouton \u00abAfficher l\u2019\u00e9tat des t\u00e2ches\u00bb pour voir l'\u00e9tat de la t\u00e2che.", + "Starts": "D\u00e9but", + "Starts: %(start_date)s": "D\u00e9but: %(start_date)s", + "State": "\u00c9tat", + "Status": "Statut", + "Status of Your Response": "Statut de votre r\u00e9ponse", + "Strikethrough": "Barr\u00e9", + "Student": "\u00c9tudiant", + "Student Removed from certificate white list successfully.": "\u00c9tudiant retir\u00e9 avec succ\u00e8s de la liste blanche des certificats.", + "Student email or username": "Nom d'utilisateur ou email", + "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Add to Exception List\" button.": "Le champ \u00e9tudiant utilisateur/courriel est n\u00e9cessaire et ne peut \u00eatre vide. Veuillez remplir utilisateur/courriel et ensuite appuyer le bouton \"Ajouter \u00e0 la liste de D\u00e9rogation\".", + "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Invalidate Certificate\" button.": "Le champ nom d'utilisateur / email de l'\u00e9tudiant est requis et ne peut \u00eatre vide. Merci de saisir le nom d'utilisateur / email et appuyer sur le bouton \"Invalidate Certificate\".", + "Studio's having trouble saving your work": "Studio a des probl\u00e8mes pour sauvegarder votre travail", + "Studio:": "Studio :", + "Style": "Style", + "Subject": "Sujet", + "Subject:": "Sujet:", + "Submission aborted! Sorry, your browser does not support file uploads. If you can, please use Chrome or Safari which have been verified to support file uploads.": "Envoi annul\u00e9 ! D\u00e9sol\u00e9, votre navigateur ne supporte pas le t\u00e9l\u00e9chargement de fichiers. Si possible, utilisez Chrome ou Safari qui supportent effectivement le t\u00e9l\u00e9chargement de fichiers.", + "Submit": "Soumettre", + "Submit Application": "Soumettre votre candidature", + "Submit enrollment change": "Soumettre la modification d'inscription", + "Submitted": "Soumis", + "Subscript": "Indice", + "Subsection": "Sous-section", + "Subsection Visibility": "Visibilit\u00e9 de la sous-section", + "Subsection is hidden after course end date": "La sous-section est masqu\u00e9e apr\u00e8s la date de fin du cours", + "Subsection is hidden after due date": "La sous-section est masqu\u00e9e apr\u00e8s l'\u00e9ch\u00e9ance", + "Success": "Op\u00e9ration r\u00e9ussie", + "Success! Problem attempts reset for problem '<%- problem_id %>' and student '<%- student_id %>'.": "Nombre d'essai r\u00e9initialis\u00e9 pour l'exercice '<%- problem_id %>' de l'\u00e9tudiant '<%- student_id %>'.", + "Successfully deleted student state for user {user}": "Suppression r\u00e9ussie de l'\u00e9tat de l'\u00e9tudiant pour l'utilisateur {user}", + "Successfully enrolled and sent email to the following users:": "Inscriptions et envoi d'e-mail r\u00e9ussis pour les utilisateurs suivants :", + "Successfully enrolled the following users:": "Inscription r\u00e9ussie pour les utilisateurs suivants :", + "Successfully rescored problem for user {user}": "R\u00e9\u00e9valuation r\u00e9ussie du score du probl\u00e8me pour l'utilisateur {user}", + "Successfully reset the attempts for user {user}": "R\u00e9initialisation des essais r\u00e9ussie pour l'utilisateur {user}", + "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "Envoi d'e-mails d'inscription r\u00e9ussi pour les utilisateurs suivants. Ils seront autoris\u00e9s \u00e0 s'inscrire au cours une fois qu'ils se seront enregistr\u00e9s sur la plateforme : ", + "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "E-mails d'inscription envoy\u00e9s avec succ\u00e8s aux utilisateurs suivants. Ils seront inscrits d\u00e8s qu'ils se seront enregistr\u00e9s sur la plateforme :", + "Successfully started task to reset attempts for problem '<%- problem_id %>'. Click the 'Show Task Status' button to see the status of the task.": "La t\u00e2che de r\u00e9initialisation de tentatives pour le probl\u00e8me '<%- problem_id %>' a d\u00e9marr\u00e9 avec succ\u00e8s. Cliquez sur le bouton \u00ab\u00a0Afficher l\u2019\u00e9tat des t\u00e2ches\u00a0\u00bb pour voir l'\u00e9tat de la t\u00e2che.", + "Successfully unlinked.": "Lien supprim\u00e9.", + "Superscript": "Exposant", + "Supported": "Support\u00e9", + "Supported file types: {supportedVideoTypes}": "Types de fichiers pris en charge\u00a0: {supportedVideoTypes}", + "TOTAL": "TOTAL", + "Table": "Tableau", + "Table properties": "Propri\u00e9t\u00e9s du tableau", + "Tags": "Balises", + "Tags:": "Balises : ", + "Take Photo": "Prendre une photo", + "Take Your Photo": "Prendre votre photo", + "Take a Photo of Your ID": "Prenez une photo de votre pi\u00e8ce d'identit\u00e9", + "Take a photo of your ID": "Prenez une photo de votre pi\u00e8ce d'identit\u00e9", + "Take me to the main course page": "Aller sur la page principale du cours", + "Take me to the main library page": "Aller sur la page principale de la biblioth\u00e8que.", + "Take me to the new location": "Aller au nouvel emplacement", + "Take this exam without proctoring.": "Faire cette examen sans surveillance.", + "Taking As Open Exam": "Prendre comme session libre.", + "Taking As Proctored Exam": "Faire en tant qu'examen surveill\u00e9", + "Taking as Proctored": "Faire sous surveillance", + "Target": "Cible", + "Task ID": "Id de la t\u00e2che", + "Task Progress": "Progression de la t\u00e2che", + "Task Status": "\u00c9tat de la t\u00e2che", + "Task Type": "Type de t\u00e2che", + "Task inputs": "Donn\u00e9es d'entr\u00e9es de la t\u00e2che", + "Teaching Assistant": "Assistant de cours", + "Team \"{team}\" successfully deleted.": "Equipe \"{team}\" supprim\u00e9e avec succ\u00e8s.", + "Team Description (Required) *": "Description de l'\u00e9quipe (obligatoire) *", + "Team Details": "D\u00e9tails de l'\u00e9quipe", + "Team Name (Required) *": "Nom de l'\u00e9quipe (obligatoire) *", + "Team Search": "Recherche d'\u00e9quipe", + "Team capacity": "Capacit\u00e9 de l'\u00e9quipe", + "Team description cannot have more than 300 characters.": "La description de l'\u00e9quipe ne peut pas d\u00e9passer 300 caract\u00e8res.", + "Team member profiles": "Profils des membres de l'\u00e9quipe", + "Team name cannot have more than 255 characters.": "Le nom de l'\u00e9quipe ne peut pas d\u00e9passer 255 caract\u00e8res.", + "Teams": "\u00c9quipes", + "Teams Pagination": "Pagination des \u00e9quipes", + "Tell other learners a little about yourself: where you live, what your interests are, why you're taking courses, or what you hope to learn.": "Parlez nous de vous : o\u00f9 habitez-vous, quels sont vos int\u00e9r\u00eats, pourquoi suivez-vous des cours ou ce que vous souhaitez apprendre.", + "Templates": "Mod\u00e8les", + "Terms of Service and Honor Code": "Conditions d'utilisation et Code d'honneur", + "Text color": "Couleur du texte", + "Text to display": "Texte \u00e0 afficher", + "Textbook Name": "Nom du manuel", + "Textbook information": "information sur le manuel", + "Thank you %(full_name)s! We have received your payment for %(course_name)s.": "Merci %(full_name)s! Nous avons re\u00e7u votre paiement pour %(course_name)s.", + "Thank you for submitting your financial assistance application for {course_name}! You can expect a response in 2-4 business days.": "Merci d'avoir soumis votre demande d'aide financi\u00e8re pour {course_name}! Vous aurez une r\u00e9ponse dans 2-4 jours ouvrables.", + "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "Merci d'avoir envoyer vos photos. Nous allons les valider rapidement. Vous pouvez maintenant vous inscrire \u00e0 tous les cours %(platformName)s offrants un certificat v\u00e9rifi\u00e9. La v\u00e9rification est valide un an. Apr\u00e8s un an, vous devrez renvoyer vos photos pour v\u00e9rification.", + "Thank you! We have received your payment for {courseName}.": "Merci. Nous avons re\u00e7u votre paiement pour {courseName}.", + "Thanks for returning to verify your ID in: {courseName}": "Merci pour votre v\u00e9rification d'ID pour: {courseName}", + "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "L'URL que vous avez entr\u00e9e semble \u00eatre une adresse e-mail. Voulez-vous ajouter le prefix requis mailto: ?", + "The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": "L'URL que vous avez entr\u00e9e semble \u00eatre un lien externe. Voulez-vous ajouter le pr\u00e9fixe http:// requis ?", + "The certificate for this learner has been re-validated and the system is re-running the grade for this learner.": "Le certificat de cet apprenant a \u00e9t\u00e9 re-valid\u00e9 et le syst\u00e8me est en train de re-\u00e9valuer les notes de cet apprenant. ", + "The cohort cannot be added": "La cohorte ne peut pas \u00eatre ajout\u00e9e", + "The cohort cannot be saved": "La cohorte ne peut pas \u00eatre enregistr\u00e9e", + "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "La longueur totale des champs organisation et codes de biblioth\u00e8que ne doit pas d\u00e9passer <%=limit%> caract\u00e8res.", + "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "La longueur totale des champs organisation, num\u00e9ro du cours et session du cours ne peut d\u00e9passer <%=limit%> caract\u00e8res.", + "The country or region where you live.": "Votre pays ou r\u00e9gion de r\u00e9sidence.", + "The country that team members primarily identify with.": "Le pays avec lequel les membres de l'\u00e9quipe sont le plus proche.", + "The course end date must be later than the course start date.": "La date de fin du cours doit \u00eatre post\u00e9rieure \u00e0 la date de d\u00e9but du cours.", + "The course must have an assigned start date.": "Le Cours doit avoir une date de d\u00e9part renseign\u00e9e.", + "The course start date must be later than the enrollment start date.": "La date de d\u00e9but de cours ne peut pas \u00eatre ant\u00e9rieure \u00e0 la date de d\u00e9but des inscriptions.", + "The display of ungraded and checked out responses could not be loaded.": "L'affichage des r\u00e9ponses non not\u00e9es n'a pas pu \u00eatre charg\u00e9.", + "The email address you've provided isn't formatted correctly.": "L'adresse email que vous avez fournie est incorrecte.", + "The enrollment end date cannot be after the course end date.": "La date de fin des inscriptions ne peut pas \u00eatre post\u00e9rieure \u00e0 la date de fin du Cours.", + "The enrollment start date cannot be after the enrollment end date.": " La date de d\u00e9but des inscriptions ne peut pas \u00eatre post\u00e9rieure \u00e0 la date de fin des inscriptions.", + "The file must be at least {size} in size.": "Le fichier doit avoir une taille sup\u00e9rieure \u00e0 {size}.", + "The file must be smaller than {size} in size.": "Le fichier doit avoir une taille inf\u00e9rieure \u00e0 {size}.", + "The following email addresses and/or usernames are invalid:": "Les adresses email et/ou noms d'utilisateurs suivants sont invalides :", + "The following errors were generated:": "Les erreurs suivantes ont \u00e9t\u00e9 g\u00e9n\u00e9r\u00e9es:", + "The following file types are not allowed: ": "Les types de fichiers suivants ne sont pas support\u00e9s :", + "The following information is already a part of your {platform} profile. We\\'ve included it here for your application.": "L'information suivante fait d\u00e9j\u00e0 partie de votre profil {platform}. Nous l\\'avons inclus ici pour votre demander.", + "The following message will be displayed at the bottom of the courseware pages within your course:": "Le message suivant sera affich\u00e9 au bas des pages du cours :", + "The following options are available for the {license_name} license.": "Les options suivantes sont disponibles pour la licence {license_name}", + "The following users are no longer enrolled in the course:": "Les utilisateurs suivants ont \u00e9t\u00e9 d\u00e9sinscrits du cours\u00a0:", + "The following warnings were generated:": "Les avertissements suivants ont \u00e9t\u00e9 g\u00e9n\u00e9r\u00e9s:", + "The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.": "La cat\u00e9gorie g\u00e9n\u00e9rale pour ce type de devoir, par exemple, devoirs maisons ou examen de moiti\u00e9 d'ann\u00e9e. Ce nom est visible aux \u00e9tudiants.", + "The grading process is still running. Refresh the page to see updates.": "Le processus d'\u00e9valuation est toujours en cours. Rafra\u00eechir la page pour mettre \u00e0 jour.", + "The language that team members primarily use to communicate with each other.": "La langue principalement utilis\u00e9e par les membres de l'\u00e9quipe pour communiquer entre eux.", + "The language used throughout this site. This site is currently available in a limited number of languages. Changing the value of this field will cause the page to refresh.": "La langue employ\u00e9e sur ce site. Ce site est disponible uniquement dans certaines langues. Si vous modifiez ce champ, cela provoquera automatiquement une actualisation de la page.", + "The minimum grade for course credit is not set.": "La note minimale d'obtention d'un cr\u00e9dit pour ce cours n'est pas fix\u00e9e.", + "The minimum score percentage must be a whole number between 0 and 100.": "Le score minimum en pourcentage doit-\u00eatre un nombre entier compris entre 0 et 100.", + "The name of this signatory as it should appear on certificates.": "Le nom du signataire tel qu'il doit appara\u00eetre sur les certificats.", + "The name that identifies you on {platform_name}. You cannot change your username.": "Votre nom sur {platform_name}. Vous ne pouvez pas modifier votre nom d'utilisateur", + "The name that is used for ID verification and that appears on your certificates.": "Le nom qui appara\u00eetra sur vos certificats et dans le cadre de toute v\u00e9rification d'identit\u00e9.", + "The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.": "Le nombre de devoirs de ce type qui seont ignor\u00e9s. Les scores des devoirs les plus bas seront ignor\u00e9s en premier.", + "The number of subsections in the course that contain problems of this assignment type.": "Le nombre de sous-sections de ce cours qui contiennent des probl\u00e8mes de ce type de devoir.", + "The organization that this signatory belongs to, as it should appear on certificates.": "L'organisation \u00e0 laquelle ce signataire appartient, telle qu'elle devrait apparaitre sur les attestations.", + "The page \"{route}\" could not be found.": "Page \"{route}\" non trouv\u00e9e.", + "The photo of your face matches the photo on your ID.": "La photo de votre visage concorde avec la photo sur votre pi\u00e8ce d'identit\u00e9.", + "The post you selected has been deleted.": "Le message que vous avez s\u00e9lectionn\u00e9 a \u00e9t\u00e9 effac\u00e9.", + "The published branch version, {published}, was reset to the draft branch version, {draft}.": "La version de la branche publi\u00e9e, {published}, a \u00e9t\u00e9 r\u00e9initialis\u00e9e \u00e0 la branche de la version du brouillon, {draft}.", + "The raw error message is:": "Le message d'erreur est:", + "The selected content group does not exist": "Le groupe de contenu s\u00e9lectionn\u00e9 n'existe pas", + "The selected image must be larger than {minFileSizeInKB}.": "L'image s\u00e9lectionn\u00e9e doit faire au moins {minFileSizeInKB}.", + "The server could not be contacted.": "Le serveur n'a pas pu \u00eatre contact\u00e9.", + "The staff assessment form could not be loaded.": "Le formulaire d'\u00e9valuation de l'\u00e9quipe p\u00e9dagogique n'a pas pu \u00eatre charg\u00e9.", + "The submission could not be removed from the grading pool.": "La soumission n'a pas pu \u00eatre retir\u00e9e du groupe de notation.", + "The team \"{team}\" could not be found.": "L'\u00e9quipe \"{team}\" n'a pu \u00eatre trouv\u00e9e.", + "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "La transcription synchronis\u00e9e du premier fichier vid\u00e9o semble diff\u00e9rente de la transcription synchronis\u00e9e du second fichier vid\u00e9o.", + "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "La transcription synchronis\u00e9e de cette vid\u00e9o sur EdX est p\u00e9rim\u00e9e, mais YouTube dispose d'une version courante de la transcription de cette vid\u00e9o.", + "The topic \"{topic}\" could not be found.": "Sujet \"{topic}\" non trouv\u00e9.", + "The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.": "Poids en pourcentage de la note globale de tous les devoirs de ce type. Ne pas inclure le symbole pourcent. Exemple : 40.", + "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "La cohorte {cohortGroupName} a \u00e9t\u00e9 cr\u00e9e. Vous pouvez y ajouter manuellement des \u00e9tudiants ci-dessous.", + "There are invalid keywords in your email. Check the following keywords and try again.": "Votre email contient des mots-clefs invalides. V\u00e9rifiez les mots-clefs suivants et recommencez.", + "There are no posts in this topic yet.": "Il n'y a pas encore de message pour ce sujet.", + "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.": "Une erreur est survenue lors de l'export en XML pour au moins un composant. Il est recommand\u00e9 de corriger l'erreur avant de relancer une nouvel export. V\u00e9rifier que tous les composants de la page sont valides et qu'ils n'affichent pas de messages d'erreur.", + "There has been an error processing your survey.": "Il y a eu une erreur lors du traitement de votre enqu\u00eate.", + "There has been an error while exporting.": "Il y a eu une erreur lors de l'exportation.", + "There has been an error with your export.": "Une erreur est survenue lors de l'export.", + "There is invalid code in your content. Please check to make sure it is valid HTML.": "Votre proposition contient du code non valide. Veuillez v\u00e9rifier que votre contenu est du HTML valide.", + "There is no email history for this course.": "Il n'y a pas d'historique de courriel pour ce cours", + "There must be at least one group.": "il doit y avoir au moins un groupe.", + "There must be one cohort to which students can automatically be assigned.": "Au moins une cohorte doit \u00eatre cr\u00e9\u00e9e pour ajouter les \u00e9tudiants en automatique.", + "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "Il y a eu un probl\u00e8me lors de la cr\u00e9ation du rapport. S\u00e9lectionnez \"Cr\u00e9ation Sommaire Ex\u00e9cutif\" pour d'essayer de nouveau.", + "There was an error changing the user's role": "Il a eu une erreur lors du changement de r\u00f4le de cet utilisateur", + "There was an error during the upload process.": "Une erreur est survenue pendant l'envoi.", + "There was an error obtaining email content history for this course.": "Il y a eu une erreur lors de l'obtention de l'historique du contenu des e-mails pour ce cours.", + "There was an error obtaining email task history for this course.": "Une erreur est survenue lors de l'obtention de l'historique des t\u00e2ches de courriel pour ce cours.", + "There was an error retrieving preview results for this catalog. Please check that your query is correct and try again.": "Il y a eu une erreur lors de la r\u00e9cup\u00e9ration de l'aper\u00e7u des r\u00e9sultats pour ce catalogue. Veuillez v\u00e9rifier que votre requ\u00eate est correcte et essayer de nouveau.", + "There was an error while unpacking the file.": "Une erreur est survenue pendant la d\u00e9compression du fichier.", + "There was an error while verifying the file you submitted.": "Une erreur est survenue lors de la v\u00e9rification du fichier que vous avez soumis.", + "There was an error, try searching again.": "Une erreur est survenue, essayez \u00e0 nouveau.", + "There were errors reindexing course.": "Des erreurs sont survenues pendant la r\u00e9indexation du cours.", + "There's already another assignment type with this name.": "Il y a d\u00e9j\u00e0 un type de travail avec ce nom.", + "These settings include basic information about your account.": "Ces param\u00e8tres comprennent des informations de base \u00e0 propos de votre compte.", + "These users were not added as beta testers:": "Ces utilisateurs n'ont pas \u00e9t\u00e9 ajout\u00e9s comme b\u00eata-testeurs :", + "These users were not affiliated with the course so could not be unenrolled:": "Les utilisateurs suivants n'\u00e9tant pas inscrits au cours, ils n\u2019ont pas pu \u00eatre d\u00e9sinscrits\u00a0:", + "These users were not removed as beta testers:": "Ces utilisateurs n'ont pas pu \u00eatre supprim\u00e9s en tant que b\u00eata-testeurs :", + "These users were successfully added as beta testers:": "Ces utilisateurs ont \u00e9t\u00e9 ajout\u00e9s comme b\u00eata-testeurs avec succ\u00e8s :", + "These users were successfully removed as beta testers:": "Ces utilisateurs ont \u00e9t\u00e9 supprim\u00e9s des b\u00eata-testeurs avec succ\u00e8s :", + "These users will be allowed to enroll once they register:": "Ces \u00e9tudiants seront autoris\u00e9s \u00e0 s'inscrire une fois qu'il se seront enregistr\u00e9s sur la plateforme :", + "These users will be enrolled once they register:": "Les utilisateurs suivants seront inscrits d\u00e8s leur enregistrement sur la plate-forme\u00a0:", + "This Group Configuration is not in use. Start by adding a content experiment to any Unit via the {linkStart}Course Outline{linkEnd}.": "Cette configuration de groupe n'est pas utilis\u00e9e. Commencer par ajouter un contenu d'exp\u00e9rience \u00e0 une unit\u00e9 via le {linkStart}Plan de cours{linkEnd}.", + "This Group Configuration is used in:": "Cette configuration de groupe est utilis\u00e9e dans :", + "This action cannot be undone.": "Cette action ne peut pas \u00eatre annul\u00e9e.", + "This assessment could not be submitted.": "Cette \u00e9valuation n'a pas pu \u00eatre soumise.", + "This browser cannot play .mp4, .ogg, or .webm files.": "Ce navigateur ne peut pas lire les fichiers .mp4, .ogg, ou .webm", + "This catalog's courses:": "Les cours de ce catalogue : ", + "This certificate has already been activated and is live. Are you sure you want to continue editing?": "Ce certificat a d\u00e9j\u00e0 \u00e9t\u00e9 activ\u00e9 et peut \u00eatre consult\u00e9. \u00cates vous sur de vouloir continuer l'\u00e9dition?", + "This comment could not be deleted. Refresh the page and try again.": "Ce commentaire ne peut pas \u00eatre effac\u00e9. Rafra\u00eechissez la page et r\u00e9essayez.", + "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "Cette configuration est actuellement utilis\u00e9 dans des exp\u00e9riences de contenu. Si vous apportez des modifications aux groupes, vous devrez peut-\u00eatre modifier ces exp\u00e9riences.", + "This content group is used in one or more units.": "Ce groupe de contenu est utilis\u00e9 dans une ou plusieurs unit\u00e9s.", + "This course has automatic cohorting enabled for verified track learners, but cohorts are disabled. You must enable cohorts for the feature to work.": "Ce cours a les cohortes automatiques activ\u00e9es pour les apprenants v\u00e9rifi\u00e9s, mais les cohortes sont d\u00e9sactiv\u00e9es. Vous devez activer les cohortes pour que cette fonctionnalit\u00e9 fonctionne.", + "This course has automatic cohorting enabled for verified track learners, but the required cohort does not exist. You must create a manually-assigned cohort named '{verifiedCohortName}' for the feature to work.": "Ce cours a les cohortes automatiques activ\u00e9es pour les apprenants v\u00e9rifi\u00e9s, mais la cohorte requise n'existe pas. Vous devez cr\u00e9er manuellement une cohorte nomm\u00e9e '{verifiedCohortName}' pour que cette fonctionnalit\u00e9 fonctionne.", + "This course uses automatic cohorting for verified track learners. You cannot disable cohorts, and you cannot rename the manual cohort named '{verifiedCohortName}'. To change the configuration for verified track cohorts, contact your edX partner manager.": "Ce cours utilise des cohortes automatiques pour les apprenants v\u00e9rifi\u00e9s. Vous ne pouvez pas d\u00e9sactiver les cohortes, et vous ne pouvez pas renommer la cohorte manuelle nomm\u00e9e'{verifiedCohortName}'. Pour changer la configuration des cohortes v\u00e9rifi\u00e9es,contacter votre gestionnaire de partenariat edX.", + "This discussion could not be loaded. Refresh the page and try again.": "Cette discussion ne peut \u00eatre t\u00e9l\u00e9charg\u00e9e. Veuillez actualiser la page et essayer \u00e0 nouveau.", + "This exam has a time limit associated with it.": "Cet examen est \u00e0 temps limit\u00e9", + "This feedback could not be submitted.": "Ce commentaire n'a pas pu \u00eatre soumis.", + "This group controls access to:": "Ce groupe g\u00e8re l'acc\u00e8s \u00e0\u00a0:", + "This image is for decorative purposes only and does not require a description.": "Cette image est utilis\u00e9e seulement pour la d\u00e9coration et ne n\u00e9cessite pas de description.", + "This is the Description of the Group Configuration": "Ceci est la description de la configuration du groupe", + "This is the Name of the Group Configuration": "Ceci est le nom de la configuration du groupe", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Ceci est une liste des \u00ab\u00a0%s\u00a0\u00bb disponibles. Vous pouvez en choisir en les s\u00e9lectionnant dans la zone ci-dessous, puis en cliquant sur la fl\u00e8che \u00ab\u00a0Choisir\u00a0\u00bb entre les deux zones.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Ceci est la liste des \u00ab\u00a0%s\u00a0\u00bb choisi(e)s. Vous pouvez en enlever en les s\u00e9lectionnant dans la zone ci-dessous, puis en cliquant sur la fl\u00e8che \u00ab Enlever \u00bb entre les deux zones.", + "This is the name of the group": "Ceci est le nom du groupe", + "This learner is currently sharing a limited profile.": "Cet apprenant partage actuellement un profil restreint.", + "This link will open in a modal window": "Ce lien s'ouvrira dans une nouvelle fen\u00eatre contextuelle", + "This link will open in a new browser window/tab": "Ce lien s'ouvrira dans une nouvelle fen\u00eatre ou onglet de votre navigateur", + "This page contains information about orders that you have placed with {platform_name}.": "Cette page contient des informations \u00e0 propos des commandes que vous avez pass\u00e9s avec {platform_name}.", + "This post could not be closed. Refresh the page and try again.": "Ce message ne peut \u00eatre ferm\u00e9. Veuillez actualiser la page et essayer \u00e0 nouveau.", + "This post could not be flagged for abuse. Refresh the page and try again.": "Ce message ne peut pas \u00eatre d\u00e9nonc\u00e9 pour abus. Veuillez actualiser la page et essayer \u00e0 nouveau.", + "This post could not be pinned. Refresh the page and try again.": "Ce message peut ne pas \u00eatre affich\u00e9. Veuillez actualiser la page et essayer \u00e0 nouveau.", + "This post could not be reopened. Refresh the page and try again.": "Ce message ne peut \u00eatre rouvert. Veuillez actualiser la page et essayer \u00e0 nouveau.", + "This post could not be unflagged for abuse. Refresh the page and try again.": "La d\u00e9nonciation pour abus envers ce message ne peut \u00eatre annul\u00e9e. Veuillez actualiser la page et essayer \u00e0 nouveau.", + "This post could not be unpinned. Refresh the page and try again.": "Ce message peut avoir \u00e9t\u00e9 retir\u00e9. Veuillez actualiser la page et essayer \u00e0 nouveau.", + "This problem could not be saved.": "Ce probl\u00e8me n'a pas pu \u00eatre enregistr\u00e9.", + "This problem has already been released. Any changes will apply only to future assessments.": "Ce probl\u00e8me a d\u00e9j\u00e0 \u00e9t\u00e9 publi\u00e9. Tout changement s'appliquera seulement aux futures \u00e9valuations.", + "This problem has been reset.": "Cet exercice a \u00e9t\u00e9 r\u00e9initialis\u00e9.", + "This response could not be marked as an answer. Refresh the page and try again.": "Cette r\u00e9action ne peut pas \u00eatre inscrite en tant que r\u00e9ponse. Veuillez actualiser la page et essayer \u00e0 nouveau.", + "This response could not be marked as endorsed. Refresh the page and try again.": "Cette r\u00e9ponse ne peut pas \u00eatre inscrite comme \u00e9tant approuv\u00e9e. Veuillez actualiser la page et essayer \u00e0 nouveau.", + "This response could not be saved.": "Cette r\u00e9ponse n'a pas pu \u00eatre enregistr\u00e9e.", + "This response could not be submitted.": "Cette r\u00e9ponse n'a pas pu \u00eatre soumise.", + "This response could not be unendorsed. Refresh the page and try again.": "Cette r\u00e9action ne peut pas \u00eatre approuv\u00e9e. Veuillez actualiser la page et essayer \u00e0 nouveau.", + "This response could not be unmarked as an answer. Refresh the page and try again.": "Cette r\u00e9action ne peut pas \u00eatre effac\u00e9e en tant que r\u00e9ponse. Veuillez actualiser la page et essayer \u00e0 nouveau.", + "This response has been saved but not submitted.": "Cette r\u00e9ponse a \u00e9t\u00e9 enregistr\u00e9e mais n'a pas \u00e9t\u00e9 soumise.", + "This response has not been saved.": "Cette r\u00e9ponse n'a pas \u00e9t\u00e9 enregistr\u00e9e.", + "This role requires a divided discussions scheme.": "Ce r\u00f4le requiert un plan de s\u00e9paration des discussions.", + "This section could not be loaded.": "Cette section n'a pas pu \u00eatre charg\u00e9e.", + "This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.": "Le nom court pour ce type de devoirs (par exemple, HW ou Midterm) apparait \u00e0 c\u00f4t\u00e9 des devoirs sur la page de progression de l'apprenant.", + "This team does not have any members.": "Cette \u00e9quipe n'a pas de membres.", + "This team is full.": "Cette \u00e9quipe est pleine.", + "This vote could not be processed. Refresh the page and try again.": "Impossible de passer au vote. Veuillez actualiser la page et essayer \u00e0 nouveau.", + "Thumbnail": "Vignette", + "Thumbnail for {videoName}": "Vignette de {videoName}", + "Thumbnail view of ": "Aper\u00e7u de ", + "Time Allotted (HH:MM):": "Temps allou\u00e9 (HH:MM):", + "Time Sent": "Heure d'envoi", + "Time Sent:": "Heure d'envoi :", + "Time Zone": "Fuseau Horaire", + "Timed": "Minut\u00e9", + "Timed Exam": "Examen minut\u00e9", + "Timed Out": "Temps \u00e9coul\u00e9", + "Timed Transcript Conflict": "Conflit de transcription synchronis\u00e9e", + "Timed Transcript Found": "Transcription synchronis\u00e9e trouv\u00e9e", + "Timed Transcript Uploaded Successfully": "Transcription synchronis\u00e9e import\u00e9e avec succ\u00e8s", + "Timed Transcript from %(filename)s": "Transcription synchronis\u00e9e pour %(filename)s", + "Tips on taking a successful photo": "Astuces pour prendre une bonne photo", + "Title": "Titre", + "Title ": "Titre", + "Title of the signatory": "Titre du signataire", + "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "Les titres de plus de 100 caract\u00e8res peuvent emp\u00eacher les \u00e9tudiants d'imprimer leur certificat sur une seule page.", + "To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.": "Afin que tous les \u00e9tudiants puisse acc\u00e9der \u00e0 la vid\u00e9o, nous vous recommandons de fournir une version .mp4 ainsi qu'une version .webm de la vid\u00e9o. Cliquer ci-dessous pour ajouter une URL pour une autre version. Les URLs youtube ne sont pas support\u00e9es. La premi\u00e8re vid\u00e9o de la liste compatible avec l'ordinateur de l'\u00e9tudiant sera vue.", + "To complete the program, you must earn a verified certificate for each course.": "Afin de compl\u00e9ter ce programme, vous devez obtenir un certificat v\u00e9rifi\u00e9 pour chacun de ces cours.", + "To finalize course credit, %(display_name)s requires %(platform_name)s learners to submit a credit request.": "Pour finaliser l'obtention de cr\u00e9dit de cours, %(display_name)s demande aux apprenants de %(platform_name)s de soumettre une demande de cr\u00e9dit.", + "To invalidate a certificate for a particular learner, add the username or email address below.": "Pour invalider une attestation pour un apprenant, ajouter le nom d'usager ou l'adresse courriel ci-dessous.", + "To pass this exam, you must complete the problems in the time allowed.": "Pour r\u00e9ussir l'examen, vous devez r\u00e9pondre aux questions dans le temps imparti.", + "To receive a certificate, you must also verify your identity before {date}.": "Pour recevoir un certificat, vous devez aussi valider votre identit\u00e9 avant le {date}.", + "To receive a certificate, you must also verify your identity.": "Pour recevoir un certificat, vous devez aussi valider votre identit\u00e9.", + "To receive credit for problems, you must select \"Submit\" for each problem before you select \"End My Exam\".": "Pour recevoir des cr\u00e9dits pour votre probl\u00e8me, cliquez sur \u00ab\u00a0Soumettre\u00a0\u00bb pour chaque exercice avant de s\u00e9lectionner \u00ab\u00a0Terminer mon examen\u00a0\u00bb.", + "To share your certificate on Mozilla Backpack, you must first have a Backpack account. Complete the following steps to add your certificate to Backpack.": "Pour partager votre attestation sur Mozilla Backpack, vous devez d'abord avoir un compte Bacpack. Compl\u00e9ter les \u00e9tapes suivantes pour ajouter votre attestation \u00e0 Backpack.", + "To take a successful photo, make sure that:": "Pour prendre une bonne photo, assurez-vous que: ", + "To verify your identity, you need a webcam and a government-issued photo ID.": "Pour valider votre identit\u00e9, vous devez poss\u00e9der une cam\u00e9ra et une pi\u00e8ce d'identit\u00e9 avec photo.", + "Today": "Aujourd'hui", + "Toggle Notifications Setting": "Changer les param\u00e8tres des notifications", + "Tomorrow": "Demain", + "Tools": "Outils", + "Top": "Haut", + "Topic": "Sujet", + "Topics": "Sujets", + "Total": "Total", + "Total Number": "Nombre total", + "Total Responses": "R\u00e9ponses total", + "Training": "Entrainement", + "Transcript Languages": "Langues de la transcription", + "Transcript will be displayed when you start playing the video.": "La transcription sera affich\u00e9e au moment o\u00f9 vous d\u00e9marrerez la lecture de la vid\u00e9o.", + "Transcripts": "Transcriptions", + "Try the transaction again in a few minutes.": "R\u00e9essayez la transaction dans quelques minutes.", + "Try this practice exam again": "Recommencer l'examen d'entrainement", + "Try using a different browser, such as Google Chrome.": "Essayez un navigateur diff\u00e9rent, Google Chrome par exemple.", + "Turn off transcripts": "D\u00e9sactiver la transcription", + "Turn on closed captioning": "Afficher les sous-titres", + "Turn on transcripts": "Activer la transcription", + "Type": "Type", + "Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "Saisissez l'URL ou utilisez le bouton \"Choisir Fichier\" pour charger un fichier provenant de votre machine. (exemple 'http://example.com/img/clouds.jpg')", + "Type into this box to filter down the list of available %s.": "\u00c9crivez dans cette zone pour filtrer la liste des \u00ab\u00a0%s\u00a0\u00bb disponibles.", + "URL": "URL", + "Unable to load": "Chargement impossible", + "Unable to submit application": "Impossible de soumettre votre demande", + "Underline": "Souligner", + "Undo": "Annule", + "Undo (Ctrl+Z)": "Annuler (Ctrl+Z)", + "Undo Changes": "Annuler les modifications", + "Undo moving": "Annuler le d\u00e9placement", + "Unexpected server error.": "Erreur serveur inattendue. ", + "Ungraded": "Non not\u00e9", + "Ungraded Practice Exam": "Examen d'entrainement non not\u00e9", + "Unit": "Unit\u00e9", + "Unit Access": "Acc\u00e8s \u00e0 l'unit\u00e9", + "Unit Name": "Nom de l'unit\u00e9", + "Unit Visibility": "Visibilit\u00e9 de l'unit\u00e9", + "Units": "Unit\u00e9s", + "Unknown": "Inconnu", + "Unknown username: {user}": "Nom d'utilisateur inconnu : {user}", + "Unlink This Account": "Dissocier votre compte", + "Unlink your {accountName} account": "Dissociez votre compte {accountName}", + "Unlinking": "Dissocier", + "Unmute": "Remettre le son", + "Unnamed Option": "Option sans nom", + "Unpublished changes to content that will release in the future": "Modifications non publi\u00e9es dans les contenus qui seront diffus\u00e9es ult\u00e9rieurement", + "Unpublished changes to live content": "Modifications non publi\u00e9es dans les contenus actifs", + "Unpublished units will not be released": "Les unit\u00e9s non publi\u00e9es ne seront pas diffus\u00e9es.", + "Unscheduled": "Non programm\u00e9", + "Update": "Mettre \u00e0 jour", + "Update team.": "Mettre l'\u00e9quipe \u00e0 jour.", + "Updating Tags": "Mise \u00e0 jour des \u00e9tiquettes", + "Updating with latest library content": "Mise \u00e0 jour des derniers ajouts \u00e0 la biblioth\u00e8que", + "Upgrade Deadline": "D\u00e9lai de mise \u00e0 niveau", + "Upgrade to Verified": "Suivre pour obtenir un Certificat", + "Upgrade to a Verified Certificate for {courseName}": "Mettre \u00e0 niveau vers une certificat v\u00e9rifi\u00e9 pour {courseName}", + "Upload": "Envoyer", + "Upload File": "Charger un fichier", + "Upload File and Assign Students": "Charger le fichier et associer les \u00e9tudiants", + "Upload New .srt Transcript": "Envoyer une nouvelle transcription .srt", + "Upload New File": "T\u00e9l\u00e9verser un nouveau fichier", + "Upload New Transcript": "Envoyer une nouvelle transcription", + "Upload PDF": "Charger un PDF", + "Upload Photo": "Envoyer la photo", + "Upload Signature Image": "Charger l'image de signature", + "Upload a CSV file": "Envoyez un fichier CSV", + "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "Envoyez un fichier de valeurs s\u00e9par\u00e9es par des virgules (.csv) qui continent les noms d'utilisateurs ou les adresses courriels des apprenants qui ont obtenu une d\u00e9rogation. Inclure le nom d'utilisateur ou l'adresse courriel dans le premier champ. Vous pouvez inclure une note optionnelle d\u00e9crivant le motif pour cette d\u00e9rogation dans le second champ.", + "Upload an image": "Charger une image", + "Upload an image or capture one with your web or phone camera.": "T\u00e9l\u00e9chargez une image ou capturez-en une avec votre webcam ou l'appareil photo de votre t\u00e9l\u00e9phone portable", + "Upload completed": "Chargement termin\u00e9", + "Upload completed for video {fileName}": "T\u00e9l\u00e9chargement complet pour la vid\u00e9o {fileName}", + "Upload failed": "Le chargement a \u00e9chou\u00e9", + "Upload failed for video {fileName}": "T\u00e9l\u00e9chargement \u00e9chou\u00e9 de la vid\u00e9o {fileName}", + "Upload instructor image.": "Charger l'image de l\u2019instructeur", + "Upload is in progress. To avoid errors, stay on this page until the process is complete.": " D\u00e9p\u00f4t de fichier en cours. Pour \u00e9viter toute erreur, restez sur cette page jusqu'\u00e0 la fin du traitement.", + "Upload signature image.": "Charger l'image de signature.", + "Upload your banner image.": "Envoyez l'image de votre banni\u00e8re.", + "Upload your course image.": "Envoyez votre image de cours.", + "Upload your first asset": "T\u00e9l\u00e9versez votre premi\u00e8re ressource", + "Upload your video thumbnail image.": "Chargez votre image de vignette vid\u00e9o.", + "Uploaded file issues. Click on \"+\" to view.": "Liste des fichiers envoy\u00e9s. Cliquez sur \"+\" pour voir.", + "Uploading": "Chargement en cours", + "Upper Alpha": "Capitales alphanum\u00e9riques", + "Upper Roman": "Capitale Romain", + "Upset Learner": "Apprenant Fach\u00e9", + "Url": "Url", + "Use Current Transcript": "Utiliser la transcription courante", + "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.": "Utilisez un examen de pratique surveill\u00e9 afin d'introduire les apprenants au processus et aux outils de surveillance. Les r\u00e9sultats d'un examen de pratique ne comptent pas pour la note finale de l'\u00e9tudiant.", + "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "Utiliser un examen minut\u00e9 pour limiter le temps allou\u00e9 aux participants pour r\u00e9pondre aux exercices de cette sous-section. Les participants doivent soumettre leurs r\u00e9ponses avant la fin du temps allou\u00e9. Vous pouvez allouer du temps suppl\u00e9mentaire \u00e0 des participant depuis l'onglet Enseignant.", + "Use as a Prerequisite": "Utilis\u00e9 comme Pr\u00e9-requis", + "Use my institution/campus credentials": "Utiliser mes informations institution/campus", + "Use the All Topics menu to find specific topics.": "Utilisez le menu 'Tous les sujets' pour trouver un sujet sp\u00e9cific", + "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "Utilisez votre webcam pour prendre une photo de votre pi\u00e8ce d'identit\u00e9. Nous allons v\u00e9rifier sa concordance avec la photo de votre visage et le nom de votre compte.", + "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "Utiliser votre webcam pour prendre une photo de votre visage, afin que nous puissions la comparer avec celle de votre pi\u00e8ce d'identit\u00e9.", + "Used": "Utilis\u00e9", "Used in {count} location": [ - "Utilis\u00e9 dans {count} emplacement", + "Utilis\u00e9 dans {count} emplacement", "Utilis\u00e9 dans {count} emplacements" - ], - "User Email": "Email de l'utilisateur", - "Username": "Nom d'utilisateur", - "Username or email address": "Nom d'utilisateur ou adresse email", - "Users must create and activate their account before they can be promoted to beta tester.": "Les utilisateurs doivent cr\u00e9er et activer leur compte avant de pouvoir devenir des b\u00eata-testeurs.", - "V Align": "Alignement Vertical", - "Valid": "Valide", - "Validation Error": "Erreur de validation", - "Validation Error While Saving": "Erreur de validation lors de la sauvegarde", - "Verification Checkpoint": "V\u00e9rification interm\u00e9diaire", - "Verification Deadline": "Date limite de v\u00e9rification", - "Verification checkpoint to be completed": "Point de contr\u00f4le de v\u00e9rification \u00e0 \u00eatre compl\u00e9t\u00e9", - "Verified": "V\u00e9rifi\u00e9", - "Verified Certificate": "Certificat v\u00e9rifi\u00e9", - "Verified Certificate for {courseName}": "Certificat v\u00e9rifi\u00e9 pour {courseName}", - "Verified Certificate upgrade": "Passer \u00e0 un certificat v\u00e9rifi\u00e9", - "Verified Status": "Statut v\u00e9rifi\u00e9", - "Verified mode price": "Prix du mode v\u00e9rifi\u00e9", - "Verify Now": "V\u00e9rifier Maintenant", - "Vertical space": "Espace Vertical", - "Very loud": "Tr\u00e8s fort", - "Very low": "Tr\u00e8s faible", - "Video Capture Error": "Erreur de capture vid\u00e9o.", - "Video ID": "Identifiant de la vid\u00e9o", - "Video duration is {humanizeDuration}": "La vid\u00e9o dure {humanizeDuration}", - "Video ended": "Vid\u00e9o termin\u00e9e", - "Video image upload started": "D\u00e9marrage du chargement de l'image de la vid\u00e9o", - "Video position": "Position de la vid\u00e9o", - "Video speed: ": "Vitesse de lecture de la vid\u00e9o :", - "Video transcript": "Transcription de la vid\u00e9o", - "View": "Voir", - "View %(span_start)s %(team_name)s %(span_end)s": "Voir %(span_start)s %(team_name)s %(span_end)s", - "View Archived Course": "Voir le cours archiv\u00e9", - "View Cohort": "Voir la cohorte", - "View Course": "Voir le cours", - "View Live": "Aper\u00e7u r\u00e9el", - "View Teams in the %(topic_name)s Topic": "Voir les \u00e9quipes du sujet %(topic_name)s", - "View all errors": "Voir toutes les erreurs", - "View child items": "Voir les \u00e9l\u00e9ments enfants", - "View my exam": "Voir mon examen", + ], + "User Email": "Email de l'utilisateur", + "Username": "Nom d'utilisateur", + "Username or email address": "Nom d'utilisateur ou adresse email", + "Users must create and activate their account before they can be promoted to beta tester.": "Les utilisateurs doivent cr\u00e9er et activer leur compte avant de pouvoir devenir des b\u00eata-testeurs.", + "V Align": "Alignement Vertical", + "Valid": "Valide", + "Validation Error": "Erreur de validation", + "Validation Error While Saving": "Erreur de validation lors de la sauvegarde", + "Verification Checkpoint": "V\u00e9rification interm\u00e9diaire", + "Verification Deadline": "Date limite de v\u00e9rification", + "Verification checkpoint to be completed": "Point de contr\u00f4le de v\u00e9rification \u00e0 \u00eatre compl\u00e9t\u00e9", + "Verified": "V\u00e9rifi\u00e9", + "Verified Certificate": "Certificat v\u00e9rifi\u00e9", + "Verified Certificate for {courseName}": "Certificat v\u00e9rifi\u00e9 pour {courseName}", + "Verified Certificate upgrade": "Passer \u00e0 un certificat v\u00e9rifi\u00e9", + "Verified Status": "Statut v\u00e9rifi\u00e9", + "Verified mode price": "Prix du mode v\u00e9rifi\u00e9", + "Verify Now": "V\u00e9rifier Maintenant", + "Vertical space": "Espace Vertical", + "Very loud": "Tr\u00e8s fort", + "Very low": "Tr\u00e8s faible", + "Video Capture Error": "Erreur de capture vid\u00e9o.", + "Video ID": "Identifiant de la vid\u00e9o", + "Video duration is {humanizeDuration}": "La vid\u00e9o dure {humanizeDuration}", + "Video ended": "Vid\u00e9o termin\u00e9e", + "Video image upload started": "D\u00e9marrage du chargement de l'image de la vid\u00e9o", + "Video position": "Position de la vid\u00e9o", + "Video speed: ": "Vitesse de lecture de la vid\u00e9o :", + "Video transcript": "Transcription de la vid\u00e9o", + "View": "Voir", + "View Archived Course": "Voir le cours archiv\u00e9", + "View Cohort": "Voir la cohorte", + "View Course": "Voir le cours", + "View Live": "Aper\u00e7u r\u00e9el", + "View all errors": "Voir toutes les erreurs", + "View child items": "Voir les \u00e9l\u00e9ments enfants", + "View my exam": "Voir mon examen", "Viewing %s course": [ - "Voir %s cours", + "Voir %s cours", "Voir %s cours" - ], - "Visibility": "Visibilit\u00e9", - "Visible to Staff Only": "Visible par l'\u00e9quipe p\u00e9dagogique seulement", - "Visual aids": "Aide Visuelle", - "Volume": "Volume", - "Vote for good posts and responses": "Votez pour les messages int\u00e9ressants et les bonnes r\u00e9ponses", - "Waiting": "En attente", - "Want to confirm your identity later?": "Voulez-vous confirmer votre identit\u00e9 plus tard?", - "Warning": "Avertissement", - "Warnings": "Avertissements", - "We ask you to activate your account to ensure it is really you creating the account and to prevent fraud.": "Nous vous demandons d'activer votre compte pour nous assurer que c'est bien vous qui cr\u00e9er le compte et afin de pr\u00e9venir la fraude.", - "We couldn't create your account.": "Nous n'avons pas pu cr\u00e9er votre compte.", - "We couldn't find any results for \"%s\".": "Nous ne trouvons pas de r\u00e9sultat pour \"%s\".", - "We couldn't sign you in.": "Nous n'avons pas pu vous connecter.", - "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "Nous avons re\u00e7us vos informations et nous v\u00e9rifions votre identit\u00e9. Un message sera visible sur votre tableau de bord (1-2 jours de d\u00e9lai). Entre temps, vous avez toujours acc\u00e8s \u00e0 l'ensemble du cours.", - "We just need a little more information before you start learning with %(platformName)s.": "Nous avons juste besoin d'un peu plus d'informations avant que vous commenciez votre apprentissage avec %(platformName)s.", - "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "Nous utilisons le niveau de s\u00e9curit\u00e9 le plus \u00e9lev\u00e9 pour chiffrer votre photo et l'envoyer \u00e0 notre service d\u2019autorisation afin d'y \u00eatre examin\u00e9e. Votre photo et vos informations ne sont pas enregistr\u00e9es, et ils ne sont pas visible nulle part sur %(platformName)s apr\u00e8s l'accomplissement de processus de v\u00e9rification.", - "We've encountered an error. Refresh your browser and then try again.": "Nous avons rencontr\u00e9 une erreur. Rafra\u00eechissez votre navigateur puis r\u00e9essayer.", - "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "Un message de confirmation a \u00e9t\u00e9 envoy\u00e9 \u00e0 {new_email_address}. Cliquer le lien dans le message afin de mettre \u00e0 jour votre adresse email.", - "We've sent a message to {email}. Click the link in the message to reset your password. Didn't receive the message? Contact {anchorStart}technical support{anchorEnd}.": "Nous avons envoy\u00e9 un {email} \u00e0 email. Cliquez sur le lien dans le message pour r\u00e9initialiser votre mot de passe. Vous n'avez pas re\u00e7u de message ? Contactez le {anchorStart} support technique{anchorEnd}.", - "Web:": "Web :", - "Webcam": "Webcam", - "Weekly Highlight Emails": "E-mails des faits marquants de la semaine", - "Weight of Total Grade": "Valeur de l'ensemble du grade", - "We\u2019re sorry to see you go!": "Nous sommes d\u00e9sol\u00e9s de vous voir partir !", - "What You Need for Verification": "Ce qui est n\u00e9c\u00e9saire pour la v\u00e9rification", - "What does %(platformName)s do with this photo?": "Que fait %(platformName)s avec cette photo ?", - "What does this mean?": "Qu'est ce que cela signifie?", - "What's Your Next Accomplishment?": "Quel est votre prochain accomplissement?", - "When learners submit an answer to an assessment, they immediately see whether the answer is correct or incorrect, and the score received.": "Lorsque les \u00e9tudiants r\u00e9pondent \u00e0 une \u00e9valuation, ils voient imm\u00e9diatement si la r\u00e9ponse est juste ou fausse ainsi que leur note. ", - "When your face is in position, use the camera button {icon} below to take your photo.": "Lorsque votre visage est en position, utilisez le bouton de la cam\u00e9ra {icon} afin de prendre votre photo.", - "Which timed transcript would you like to use?": "Quelle transcription synchronis\u00e9e souhaitez-vous utiliser ?", - "Whole words": "Mots entiers", - "Why activate?": "Pourquoi activer?", - "Why does %(platformName)s need my photo?": "Pourquoi %(platformName)s a besoin de ma photo ?", - "Width": "Largeur", - "Will Be Visible To:": "Sera visible pour :", - "Words: {0}": "Mots : {0}", - "Would you like to sign in using your %(providerName)s credentials?": "Souhaitez vous vous connecter avec %(providerName)s ?", - "Year of Birth": "Ann\u00e9e de naissance", - "Yes, allow edits to the active Certificate": "Oui, permettre les modifications du certificat actif", - "Yes, replace the edX transcript with the YouTube transcript": "Oui, remplacer la transcription EdX par celle de YouTube", - "Yesterday": "Hier", - "You already belong to another team.": "Vous appartenez d\u00e9j\u00e0 \u00e0 une autre \u00e9quipe.", - "You are a member of this team.": "Vous \u00eatre membre de cette \u00e9quipe.", - "You are currently sharing a limited profile.": "Vous partagez actuellement votre profil restreint.", - "You are enrolling in: {courseName}": "Vous vous inscrivez \u00e0 : {courseName}", - "You are not currently a member of any team.": "Actuellement, vous n'\u00eates membre d'aucune \u00e9quipe.", - "You are not enrolled in any programs yet.": "Vous n'\u00eates pas encore inscrit dans un programme.", - "You are now enrolled as a verified student for:": "Vous vous \u00eates maintenant engag\u00e9 en tant qu'\u00e9tudiant v\u00e9rifi\u00e9 pour :", - "You are sending an email message with the subject {subject} to the following recipients.": "Vous allez envoyer un email ayant pour sujet {subject} aux destinataires suivants.", - "You are upgrading your enrollment for: {courseName}": "Mise \u00e0 niveau de votre inscription \u00e0 : {courseName}", - "You can also retry this practice exam": "Vous pouvez aussi reessayer cet examen d'entrainement", - "You can link your social media accounts to simplify signing in to {platform_name}.": "Vous pouvez lier vos comptes de m\u00e9dias sociaux afin de simplifier la connexion \u00e0 {platform_name}.", - "You can now enter your payment information and complete your enrollment.": "Vous pouvez maintenant entrer vos informations de paiement et terminer votre inscription.", - "You can pay now even if you don't have the following items available, but you will need to have these by {date} to qualify to earn a Verified Certificate.": "Vous pouvez payer maintenant m\u00eame s'il vous manque les \u00e9lements suivants, mais vous en aurez besoin avant le {date} afin d'obtenir un certificat v\u00e9rifi\u00e9.", - "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "Vous pouvez payer m\u00eame si vous ne disposez pas encore des \u00e9l\u00e9ments suivants, mais vous en aurez besoin afin d'avoir le droit d'obtenir un certificat v\u00e9rifi\u00e9.", - "You can remove members from this team, especially if they have not participated in the team's activity.": "Vous pouvez retirer des membres de cette \u00e9quipe, en particulier s'ils n'ont pas particip\u00e9 \u00e0 l'activit\u00e9 de l'\u00e9quipe.", - "You can upload files with these file types: ": "Vous pouvez envoyer des fichiers ayant les types suivants :", - "You can use your {accountName} account to sign in to your {platformName} account.": "Vous pouvez utiliser votre compte {accountName} afin de vous connecter \u00e0 votre compte {platformName}.", - "You cannot view the course as a student or beta tester before the course release date.": "Vous ne pouvez pas voir le cours en tant qu'\u00e9tudiant ou en tant que b\u00eata testeur avant la date de publication du cours.", - "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "Vous avez chang\u00e9 l'URL d'une vid\u00e9o, sans changer le fichier de transcription synchronis\u00e9e. Souhaitez-vous utiliser le fichier courant de transcription synchronis\u00e9e ou t\u00e9l\u00e9verser un nouveau fichier srt de transcription ?", - "You commented...": "Vous avez comment\u00e9...", - "You could not be subscribed to this post. Refresh the page and try again.": "Vous n'avez pas pu vous inscrire \u00e0 ce post. Veuillez actualiser la page et essayer \u00e0 nouveau.", - "You could not be unsubscribed from this post. Refresh the page and try again.": "Vous n'avez pas pu vous d\u00e9sinscrire de ce post. Veuillez actualiser la page et essayer \u00e0 nouveau.", - "You currently have no cohorts configured": "Vous n'avez actuellement aucune cohorte configur\u00e9e", - "You did not select a content group": "Vous n'avez pas s\u00e9lectionn\u00e9 de groupe de contenu", - "You did not select any files to submit.": "Vous n'avez s\u00e9lectionn\u00e9 aucun fichier \u00e0 envoyer.", - "You did not submit the required files: {requiredFiles}.": "Vous n'avez pas envoy\u00e9 les fichiers requis : {requiredFiles}.", - "You don't seem to have Flash installed. Get Flash to continue your verification.": "Il semble que Flash ne soit pas install\u00e9. Obtenez Flash pour continuer votre v\u00e9rification.", - "You don't seem to have a webcam connected.": "Il semblerait que votre webcam n'est pas connect\u00e9e.", - "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "Vous avez ajout\u00e9 un crit\u00e8re. Vous devez s\u00e9lectionner une option pour ce crit\u00e8re dans cette \u00e9tape de Formation de l'Etudiant. Pour cela, cliquez sur l'onglet Param\u00e8tres.", - "You have already verified your ID!": "Vous avez d\u00e9j\u00e0 v\u00e9rifi\u00e9 votre ID!", - "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "Vous avez supprim\u00e9 un crit\u00e8re. Le crit\u00e8re a \u00e9t\u00e9 supprim\u00e9 des crit\u00e8res des exemples de r\u00e9ponses de cette \u00e9tape la formation de l'\u00e9tudiant.", - "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "Vous avez supprim\u00e9 toutes les options pour ce crit\u00e8re. Le crit\u00e8re a \u00e9t\u00e9 supprim\u00e9 des crit\u00e8res des exemples de r\u00e9ponses de cette \u00e9tape la Formation de l'Etudiant.", - "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "Vous avez supprim\u00e9 une option. Cette option a \u00e9t\u00e9 supprim\u00e9e des crit\u00e8res des exemples de r\u00e9ponses de cette \u00e9tape la Formation de l'Etudiant. Vous pourriez avoir \u00e0 s\u00e9lectionner une nouvelle option pour le crit\u00e8re.", - "You have done a dry run of force publishing the course. Nothing has changed. Had you run it, the following course versions would have been change.": "Vous avez effectu\u00e9 une simulation de la publication forc\u00e9e de ce cours. Rien n'a chang\u00e9. SI vous aviez vraiment ex\u00e9cut\u00e9 celle-ci, les versions de cours suivantes aurait \u00e9t\u00e9 chang\u00e9es.", - "You have no handouts defined": "Vous n'avez d\u00e9fini aucun documents", - "You have not bookmarked any courseware pages yet": "Vous n'avez marqu\u00e9 aucune page de cours pour le moment.", - "You have not created any certificates yet.": "Vous n'avez pas encore cr\u00e9e de certificat.", - "You have not created any content groups yet.": "Vous n'avez pas encore cr\u00e9\u00e9 de groupes de contenu.", - "You have not created any group configurations yet.": "Vous n'avez pas encore cr\u00e9\u00e9 de configuration des groupes.", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Vous avez s\u00e9lectionn\u00e9 une action, et vous n'avez fait aucune modification sur des champs. Vous cherchez probablement le bouton Envoyer et non le bouton Sauvegarder.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Vous avez s\u00e9lectionn\u00e9 une action, mais vous n'avez pas encore sauvegard\u00e9 certains champs modifi\u00e9s. Cliquez sur OK pour sauver. Vous devrez r\u00e9appliquer l'action.", - "You have selected \u201cDelete my account.\u201d Deletion of your account and personal data is permanent and cannot be undone. EdX will not be able to recover your account or the data that is deleted.": "Vous avez s\u00e9lectionn\u00e9 \u00ab Supprimer mon compte \u00bb. La suppression d'un compte et des donn\u00e9es personnelles est permanente et ne peut \u00eatre annul\u00e9e. EdX ne pourra r\u00e9cup\u00e9rer ni votre compte ni les donn\u00e9es effac\u00e9es.", - "You have successfully signed into %(currentProvider)s, but your %(currentProvider)s account does not have a linked %(platformName)s account. To link your accounts, sign in now using your %(platformName)s password.": "Vous \u00eates connect\u00e9 \u00e0 %(currentProvider)s avec succ\u00e8s,mais votre compte %(currentProvider)s n'est pas reli\u00e9 \u00e0 votre compte %(platformName)s. Pour lier vos comptes, connectez-vous en utilisant votre mot de passe %(platformName)s.", - "You have unsaved changes are you sure you want to navigate away?": "Vous avez des modifications non enregistr\u00e9es, \u00eates-vous s\u00fbr de vouloir quitter cette page ?", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Vous avez des modifications non sauvegard\u00e9es sur certains champs \u00e9ditables. Si vous lancez une action, ces modifications vont \u00eatre perdues.", - "You have unsaved changes. Do you really want to leave this page?": "Il reste des modifications non sauvegard\u00e9es. Voulez-vous vraiment quitter cette page ?", - "You haven't added any assets to this course yet.": "Vous n'avez encore ajout\u00e9 aucune ressource dans ce cours.", - "You haven't added any content to this course yet.": "Vous n'avez pas encore ajout\u00e9 de contenu \u00e0 ce cours.", - "You haven't added any textbooks to this course yet.": "Vous n'avez encore ajout\u00e9 aucun manuel \u00e0 ce cours.", - "You may also lose access to verified certificates and other program credentials like MicroMasters certificates. If you want to make a copy of these for your records before proceeding with deletion, follow the instructions for {htmlStart}printing or downloading a certificate{htmlEnd}.": "Vous pouvez \u00e9galement perdre l'acc\u00e8s aux certificats v\u00e9rifi\u00e9s et aux autres cr\u00e9dits de programmes comme les certificats MicroMasters. Si vous souhaitez en faire une copie pour vos archives avant de poursuivre la suppression, veuillez suivre les instructions pour {htmlStart}imprimer ou t\u00e9l\u00e9charger un certificat{htmlEnd}.", - "You must be over 13 to share a full profile. If you are over 13, make sure that you have specified a birth year on the {account_settings_page_link}": "Vous devez avoir plus de 13 ans pour partager un profil complet. Si vous avez plus de 13 ans, assurez-vous que votre ann\u00e9e de naissance est correcte dans {account_settings_page_link}", - "You must enter a valid email address in order to add a new team member": "Vous devez saisir une adresse e-mail valide afin d'ajouter un nouveau membre \u00e0 l'\u00e9quipe", - "You must provide a learner name.": "Vous devez saisir un nom d'apprenant.", - "You must sign out and sign back in before your language changes take effect.": "Vous devez vous d\u00e9connecter puis vous connecter \u00e0 nouveau afin que les param\u00e8tres de langue prennent effet.", - "You must specify a name for the cohort": "Vous devez indiquer un nom pour la cohorte", - "You must specify your birth year before you can share your full profile. To specify your birth year, go to the {account_settings_page_link}": "Vous devez renseigner votre ann\u00e9e de naissance avant de pouvoir partager votre profil complet. Pour renseigner votre ann\u00e9e de naissance, allez sur {account_settings_page_link}", - "You need a computer that has a webcam. When you receive a browser prompt, make sure that you allow access to the camera.": "Vous avez besoin d'un ordinateur dot\u00e9 d'une webcam. Lors que votre explorateur vous le demandera, assurez vous de lui donner l'autorisation d'acc\u00e9der \u00e0 la webcam.", - "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "Vous avez besoin d'un permis de conduire, d'un passeport ou d'une pi\u00e8ce d'identit\u00e9 avec votre nom et photo.", - "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "Vous avez besoin d'un permis de conduire, un passeport ou toute pi\u00e8ce d'identit\u00e9 avec votre nom et photo.", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "Vous devez activer votre compte avant de vous inscrire \u00e0 des cours. V\u00e9rifier votre bo\u00eete de r\u00e9ception.", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "Vous devez activer votre compte avant de pouvoir vous inscrire aux cours. V\u00e9rifier votre bo\u00eete de r\u00e9ception pour un email d'activation. Apr\u00e8s l'activation vous pouvez revenir et rafraichir cette page.", - "You receive messages from {platform_name} and course teams at this address.": "Les messages que vous recevrez de la part de la plateforme {platform_name} et des \u00e9quipes p\u00e9dagogiques seront envoy\u00e9s \u00e0 cette adresse.", - "You still need to visit the %(display_name)s website to complete the credit process.": "Vous devez encore visiter le site web de %(display_name)s afinn de compl\u00e9ter le processus de cr\u00e9dit.", - "You submitted {filename}; only {allowedFiles} are allowed.": "Vous avez envoy\u00e9 {filename}; seul les {allowedFiles} sont autoris\u00e9s.", - "You will be refunded the amount you paid.": "Le montant pay\u00e9 vous sera rembours\u00e9.", - "You will not be refunded the amount you paid.": "Le montant pay\u00e9 ne vous sera pas rembours\u00e9.", - "You will not receive notification for emails that bounce, so double-check your spelling.": "Vous ne recevrez pas de notification pour les e-mails rejet\u00e9s, donc soyez doublement attentif \u00e0 l'orthographe.", - "You will use your webcam to take a picture of your face and of your government-issued photo ID.": "Vous utiliserez votre cam\u00e9ra afin de prendre une photo de votre visage et de votre pi\u00e8ce d'identit\u00e9.", - "You!": "Vous !", - "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "Vous \u00eates sur le point d'envoyer votre r\u00e9ponse d\u00e9finitive. Apr\u00e8s cette \u00e9tape vous ne pourrez plus la modifier ou en soumettre une nouvelle.", - "You've made some changes": "Vous avez effectu\u00e9 des modifications", - "You've made some changes, but there are some errors": "Vous avez effectu\u00e9 des modifications, mais il y a des erreurs", - "You've successfully signed into %(currentProvider)s.": "Vous \u00eates connect\u00e9s avec succ\u00e8s avec %(currentProvider)s.", - "Your ID must be a government-issued photo ID that clearly shows your face.": "Votre pi\u00e8ce d'identit\u00e9 doit clairement montrer votre visage.", - "Your Program Journey": "Votre Parcours d'apprentissage", - "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "Votre navigateur ne supporte pas l'acc\u00e8s direct au presse-papier. Veuillez utiliser les raccourcis clavier Ctrl + X / C / V \u00e0 la place.", - "Your changes have been saved.": "Vos modifications ont \u00e9t\u00e9 enregistr\u00e9es.", - "Your changes have been saved. {details}": "Vos modifications ont \u00e9t\u00e9 enregistr\u00e9es. {details}", - "Your changes will not take effect until you save your progress.": "Vos modifications ne prendront pas effet tant que vous n'aurez pas enregistr\u00e9.", - "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "Vos modifications ne prendront pas effet tant que vous n'aurez pas enregistr\u00e9. La validation n'ayant pas \u00e9t\u00e9 impl\u00e9ment\u00e9e, faites attention au formatage des cl\u00e9s et des valeurs.", - "Your course could not be exported to XML. There is not enough information to identify the failed component. Inspect your course to identify any problematic components and try again.": "L'export XML de votre biblioth\u00e8que a \u00e9chou\u00e9 sans qu'il soit possible de d\u00e9terminer pr\u00e9cis\u00e9ment le probl\u00e8me, veuillez examiner cette biblioth\u00e8que et corriger le composant fautif puis r\u00e9essayer.", - "Your donation could not be submitted.": "Votre don n'a pas pu \u00eatre soumis", - "Your email message was successfully queued for sending. In courses with a large number of learners, email messages to learners might take up to an hour to be sent.": "Votre email a \u00e9t\u00e9 mis sur liste d'attente avec succ\u00e8s pour l'envoi. Pour les cours avec un grand nombre d'apprenants, l'envoi des emails peut prendre jusqu'\u00e0 une heure. ", - "Your entire face fits inside the frame.": " Votre visage est enti\u00e8rement dans le cadre.", - "Your export has failed.": "Votre exportation a \u00e9chou\u00e9.", - "Your face is well-lit.": "Votre visage est bien \u00e9clair\u00e9", - "Your file ": "Votre fichier", - "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "Votre fichier '{file}' a \u00e9t\u00e9 import\u00e9. Merci d'attendre quelques minutes pour son traitement.", - "Your file could not be uploaded": "Votre fichier n'a pas pu \u00eatre charg\u00e9", - "Your file has been deleted.": "Votre fichier a \u00e9t\u00e9 supprim\u00e9.", - "Your file {filename} is too large (max size: {maxSize}MB).": "Votre fichier {filename} est trop grand (taille maxi : {maxSize} Mo).", - "Your import has failed.": "Votre importation a \u00e9chou\u00e9.", - "Your library could not be exported to XML. There is not enough information to identify the failed component. Inspect your library to identify any problematic components and try again.": "L'export XML de la biblioth\u00e8que a \u00e9chou\u00e9 sans qu'il soit possible de d\u00e9terminer pr\u00e9cis\u00e9ment le probl\u00e8me. Examiner cette biblioth\u00e8que et corriger le composant en erreur puis r\u00e9essayer.", - "Your message cannot be blank.": "Votre message ne peut pas \u00eatre vide.", - "Your message must have a subject.": "Votre message doit contenir un sujet.", - "Your message must have at least one target.": "Votre message doit avoir au moins un destinataire.", - "Your policy changes have been saved.": "Les changements de r\u00e8gles ont \u00e9t\u00e9 enregistr\u00e9s.", - "Your post will be discarded.": "Votre message sera supprim\u00e9", - "Your question or idea (required)": "Votre question ou message (requis)", - "Your request could not be completed due to a server problem. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "Votre demande n'a pas pu \u00eatre r\u00e9alis\u00e9e \u00e0 cause d'un probl\u00e8me de serveur. Rafra\u00eechissez la page et r\u00e9essayez. Si le probl\u00e8me persiste, cliquez sur l'onglet Aide pour signaler le probl\u00e8me.", - "Your request could not be completed. Reload the page and try again.": "Votre demande n'a pas pu \u00eatre r\u00e9alis\u00e9e. Rafra\u00eechissez la page et r\u00e9essayez.", - "Your request could not be completed. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "Votre requ\u00eate n'a pu \u00eatre compl\u00e9t\u00e9e. Recharger la page et essayez de nouveau. Si le probl\u00e8me persiste, cliquer sur l'onglet Aide afin de signaler le probl\u00e8me.", - "Your request could not be processed. Refresh the page and try again.": "Votre requ\u00eate n'a pas pu \u00eatre trait\u00e9e. Veuillez actualiser la page et essayer \u00e0 nouveau.", - "Your team could not be created.": "Votre \u00e9quipe n'a pas pu \u00eatre cr\u00e9e.", - "Your team could not be updated.": "Votre \u00e9quipe n'a pas pu \u00eatre mise \u00e0 jour.", - "Your upload of '{file}' failed.": "Le chargement de '{file}' a \u00e9chou\u00e9.", - "Your upload of '{file}' succeeded.": "Chargement de '{file}' r\u00e9ussi.", - "Your verification status is good until {verificationGoodUntil}.": "Votre v\u00e9rification est valable jusqu'au {verificationGoodUntil}.", - "Your video uploads are not complete.": "Vos chargements vid\u00e9os ne sont pas termin\u00e9s.", - "Your {program} Certificate": "Votre certificat pour {program}", - "Yourself": "Vous-m\u00eame", - "Zoom In": "Zoomer", - "Zoom Out": "D\u00e9zoomer ", - "[no tags]": "[aucun tag]", - "a day": "un jour", - "about a minute": "environ une minute", - "about a month": "environ un mois", - "about a year": "environ un an", - "about an hour": "environ une heure", - "active proctored exams": "Les examens surveill\u00e9s actifs", - "and others": "et autres", - "anonymous": "anonyme", - "answer": "r\u00e9ponse", - "bytes": "bytes", - "certificate": "certificat", - "close": "fermer", - "component": "composant", - "content group": "groupe de contenu", - "correct": "correct", - "could not determine the course_id": "ne peut d\u00e9terminer l'identifiant du cours - course_id", - "course id": "ID de cours", - "courses with active proctored exams": "les cours avec des examens surveill\u00e9s actifs", - "delete chapter": "effacer le chapitre", - "delete group": "supprimer le groupe", - "details about the failure": "D\u00e9tails sur l'erreur.", - "dragging": "d\u00e9placement", - "dragging out of slider": "d\u00e9placement du curseur en dehors", - "dropped in slider": "curseur pour le d\u00e9p\u00f4t", - "dropped on target": "d\u00e9pos\u00e9 sur la cible", - "e.g. 'Sky with clouds'. The description is helpful for users who cannot see the image.": "exemple 'Ciel avec nuages'. La description est utile pour les utilisateurs qui ne peuvent pas voir l'image.", - "e.g. 'google'": "exemple 'google'", - "e.g. 'http://google.com'": "ex. \"http://google.fr/\"", - "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "exemple\u00a0: johndoe@exemple.com, JaneDoe, joeydoe@exemple.com", - "emphasized text": "texte en italique", - "enter code here": "saisir du code ici", - "enter link description here": "saisir une description du lien ici", - "for": "pour", - "for {courseName}": "pour {courseName}", - "group configuration": "configuration des groupes", - "image omitted": "image manquante", - "incorrect": "incorrect", - "internally reviewed": "revue interne", - "last activity": "derni\u00e8re activit\u00e9", - "less than a minute": "moins d\u2019une minute", - "minute": "minute", - "minutes": "minutes", - "name": "nom", - "off": "arr\u00eat", - "on": "on", - "one letter Friday\u0004F": "V", - "one letter Monday\u0004M": "L", - "one letter Saturday\u0004S": "S", - "one letter Sunday\u0004S": "D", - "one letter Thursday\u0004T": "J", - "one letter Tuesday\u0004T": "M", - "one letter Wednesday\u0004W": "M", - "open slots": "places disponibles", - "or": "ou", - "or create a new one here": "ou en cr\u00e9er un nouveau ici", - "or sign in with": "ou se connecter avec", - "path/to/introductionToCookieBaking-CH{order}.pdf": "path/to/introductionToCookieBaking-CH{order}.pdf", - "pending": "en attente", - "practice": "d'essai", - "price": "prix", - "proctored": "surveill\u00e9", - "provide the title/name of the chapter that will be used in navigating": "Veuillez fournir le titre/nom du chapitre qui sera utilis\u00e9 pendant la navigation.", - "provide the title/name of the text book as you would like your students to see it": "veuillez fournir le titre/nom du manuel comme vous souhaiteriez que vos \u00e9tudiants le voient.", - "remove": "supprimer", - "remove all": "tout supprimer", - "satisfactory": "satisfaisant", - "second": "seconde", - "seconds": "secondes", - "send an email message to {email}": "envoyer un email \u00e0 {email}", - "strong text": "texte en gras", - "team count": "total \u00e9quipe", - "text_word_{uniqueId}": "text_word_{uniqueId}", - "text_word_{uniqueId} title_word_{uniqueId}": "text_word_{uniqueId} title_word_{uniqueId}", + ], + "Visibility": "Visibilit\u00e9", + "Visible to Staff Only": "Visible par l'\u00e9quipe p\u00e9dagogique seulement", + "Visual aids": "Aide Visuelle", + "Volume": "Volume", + "Vote for good posts and responses": "Votez pour les messages int\u00e9ressants et les bonnes r\u00e9ponses", + "Waiting": "En attente", + "Want to confirm your identity later?": "Voulez-vous confirmer votre identit\u00e9 plus tard?", + "Warning": "Attention", + "Warnings": "Avertissements", + "We ask you to activate your account to ensure it is really you creating the account and to prevent fraud.": "Nous vous demandons d'activer votre compte pour nous assurer que c'est bien vous qui cr\u00e9er le compte et afin de pr\u00e9venir la fraude.", + "We couldn't create your account.": "Nous n'avons pas pu cr\u00e9er votre compte.", + "We couldn't find any results for \"%s\".": "Nous ne trouvons pas de r\u00e9sultat pour \"%s\".", + "We couldn't sign you in.": "Nous n'avons pas pu vous connecter.", + "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "Nous avons re\u00e7us vos informations et nous v\u00e9rifions votre identit\u00e9. Un message sera visible sur votre tableau de bord (1-2 jours de d\u00e9lai). Entre temps, vous avez toujours acc\u00e8s \u00e0 l'ensemble du cours.", + "We just need a little more information before you start learning with %(platformName)s.": "Nous avons juste besoin d'un peu plus d'informations avant que vous commenciez votre apprentissage avec %(platformName)s.", + "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "Nous utilisons le niveau de s\u00e9curit\u00e9 le plus \u00e9lev\u00e9 pour chiffrer votre photo et l'envoyer \u00e0 notre service d\u2019autorisation afin d'y \u00eatre examin\u00e9e. Votre photo et vos informations ne sont pas enregistr\u00e9es, et ils ne sont pas visible nulle part sur %(platformName)s apr\u00e8s l'accomplissement de processus de v\u00e9rification.", + "We've encountered an error. Refresh your browser and then try again.": "Nous avons rencontr\u00e9 une erreur. Rafra\u00eechissez votre navigateur puis r\u00e9essayer.", + "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "Un message de confirmation a \u00e9t\u00e9 envoy\u00e9 \u00e0 {new_email_address}. Cliquer le lien dans le message afin de mettre \u00e0 jour votre adresse email.", + "We've sent a message to {email}. Click the link in the message to reset your password. Didn't receive the message? Contact {anchorStart}technical support{anchorEnd}.": "Nous avons envoy\u00e9 un {email} \u00e0 email. Cliquez sur le lien dans le message pour r\u00e9initialiser votre mot de passe. Vous n'avez pas re\u00e7u de message ? Contactez le {anchorStart} support technique{anchorEnd}.", + "Web:": "Web :", + "Webcam": "Webcam", + "Weekly Highlight Emails": "E-mails des faits marquants de la semaine", + "Weight of Total Grade": "Valeur de l'ensemble du grade", + "We\u2019re sorry to see you go!": "Nous sommes d\u00e9sol\u00e9s de vous voir partir !", + "What You Need for Verification": "Ce qui est n\u00e9c\u00e9saire pour la v\u00e9rification", + "What does %(platformName)s do with this photo?": "Que fait %(platformName)s avec cette photo ?", + "What does this mean?": "Qu'est ce que cela signifie?", + "What's Your Next Accomplishment?": "Quel est votre prochain accomplissement?", + "When learners submit an answer to an assessment, they immediately see whether the answer is correct or incorrect, and the score received.": "Lorsque les \u00e9tudiants r\u00e9pondent \u00e0 une \u00e9valuation, ils voient imm\u00e9diatement si la r\u00e9ponse est juste ou fausse ainsi que leur note. ", + "Which timed transcript would you like to use?": "Quelle transcription synchronis\u00e9e souhaitez-vous utiliser ?", + "Whole words": "Mots entiers", + "Why activate?": "Pourquoi activer?", + "Why does %(platformName)s need my photo?": "Pourquoi %(platformName)s a besoin de ma photo ?", + "Width": "Largeur", + "Will Be Visible To:": "Sera visible pour :", + "Words: {0}": "Mots : {0}", + "Would you like to sign in using your %(providerName)s credentials?": "Souhaitez vous vous connecter avec %(providerName)s ?", + "Year of Birth": "Ann\u00e9e de naissance", + "Yes, allow edits to the active Certificate": "Oui, permettre les modifications du certificat actif", + "Yes, replace the edX transcript with the YouTube transcript": "Oui, remplacer la transcription EdX par celle de YouTube", + "Yesterday": "Hier", + "You already belong to another team.": "Vous appartenez d\u00e9j\u00e0 \u00e0 une autre \u00e9quipe.", + "You are a member of this team.": "Vous \u00eatre membre de cette \u00e9quipe.", + "You are currently sharing a limited profile.": "Vous partagez actuellement votre profil restreint.", + "You are enrolling in: {courseName}": "Vous vous inscrivez \u00e0 : {courseName}", + "You are not currently a member of any team.": "Actuellement, vous n'\u00eates membre d'aucune \u00e9quipe.", + "You are not enrolled in any programs yet.": "Vous n'\u00eates pas encore inscrit dans un programme.", + "You are now enrolled as a verified student for:": "Vous vous \u00eates maintenant engag\u00e9 en tant qu'\u00e9tudiant v\u00e9rifi\u00e9 pour :", + "You are sending an email message with the subject {subject} to the following recipients.": "Vous allez envoyer un email ayant pour sujet {subject} aux destinataires suivants.", + "You are upgrading your enrollment for: {courseName}": "Mise \u00e0 niveau de votre inscription \u00e0 : {courseName}", + "You can also retry this practice exam": "Vous pouvez aussi reessayer cet examen d'entrainement", + "You can link your social media accounts to simplify signing in to {platform_name}.": "Vous pouvez lier vos comptes de m\u00e9dias sociaux afin de simplifier la connexion \u00e0 {platform_name}.", + "You can now enter your payment information and complete your enrollment.": "Vous pouvez maintenant entrer vos informations de paiement et terminer votre inscription.", + "You can pay now even if you don't have the following items available, but you will need to have these by {date} to qualify to earn a Verified Certificate.": "Vous pouvez payer maintenant m\u00eame s'il vous manque les \u00e9lements suivants, mais vous en aurez besoin avant le {date} afin d'obtenir un certificat v\u00e9rifi\u00e9.", + "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "Vous pouvez payer m\u00eame si vous ne disposez pas encore des \u00e9l\u00e9ments suivants, mais vous en aurez besoin afin d'avoir le droit d'obtenir un certificat v\u00e9rifi\u00e9.", + "You can remove members from this team, especially if they have not participated in the team's activity.": "Vous pouvez retirer des membres de cette \u00e9quipe, en particulier s'ils n'ont pas particip\u00e9 \u00e0 l'activit\u00e9 de l'\u00e9quipe.", + "You can upload files with these file types: ": "Vous pouvez envoyer des fichiers ayant les types suivants :", + "You can use your {accountName} account to sign in to your {platformName} account.": "Vous pouvez utiliser votre compte {accountName} afin de vous connecter \u00e0 votre compte {platformName}.", + "You cannot view the course as a student or beta tester before the course release date.": "Vous ne pouvez pas voir le cours en tant qu'\u00e9tudiant ou en tant que b\u00eata testeur avant la date de publication du cours.", + "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "Vous avez chang\u00e9 l'URL d'une vid\u00e9o, sans changer le fichier de transcription synchronis\u00e9e. Souhaitez-vous utiliser le fichier courant de transcription synchronis\u00e9e ou t\u00e9l\u00e9verser un nouveau fichier srt de transcription ?", + "You commented...": "Vous avez comment\u00e9...", + "You could not be subscribed to this post. Refresh the page and try again.": "Vous n'avez pas pu vous inscrire \u00e0 ce post. Veuillez actualiser la page et essayer \u00e0 nouveau.", + "You could not be unsubscribed from this post. Refresh the page and try again.": "Vous n'avez pas pu vous d\u00e9sinscrire de ce post. Veuillez actualiser la page et essayer \u00e0 nouveau.", + "You currently have no cohorts configured": "Vous n'avez actuellement aucune cohorte configur\u00e9e", + "You did not select a content group": "Vous n'avez pas s\u00e9lectionn\u00e9 de groupe de contenu", + "You did not select any files to submit.": "Vous n'avez s\u00e9lectionn\u00e9 aucun fichier \u00e0 envoyer.", + "You did not submit the required files: {requiredFiles}.": "Vous n'avez pas envoy\u00e9 les fichiers requis : {requiredFiles}.", + "You don't seem to have Flash installed. Get Flash to continue your verification.": "Il semble que Flash ne soit pas install\u00e9. Obtenez Flash pour continuer votre v\u00e9rification.", + "You don't seem to have a webcam connected.": "Il semblerait que votre webcam n'est pas connect\u00e9e.", + "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "Vous avez ajout\u00e9 un crit\u00e8re. Vous devez s\u00e9lectionner une option pour ce crit\u00e8re dans cette \u00e9tape de Formation de l'Etudiant. Pour cela, cliquez sur l'onglet Param\u00e8tres.", + "You have already verified your ID!": "Vous avez d\u00e9j\u00e0 v\u00e9rifi\u00e9 votre ID!", + "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "Vous avez supprim\u00e9 un crit\u00e8re. Le crit\u00e8re a \u00e9t\u00e9 supprim\u00e9 des crit\u00e8res des exemples de r\u00e9ponses de cette \u00e9tape la formation de l'\u00e9tudiant.", + "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "Vous avez supprim\u00e9 toutes les options pour ce crit\u00e8re. Le crit\u00e8re a \u00e9t\u00e9 supprim\u00e9 des crit\u00e8res des exemples de r\u00e9ponses de cette \u00e9tape la Formation de l'Etudiant.", + "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "Vous avez supprim\u00e9 une option. Cette option a \u00e9t\u00e9 supprim\u00e9e des crit\u00e8res des exemples de r\u00e9ponses de cette \u00e9tape la Formation de l'Etudiant. Vous pourriez avoir \u00e0 s\u00e9lectionner une nouvelle option pour le crit\u00e8re.", + "You have done a dry run of force publishing the course. Nothing has changed. Had you run it, the following course versions would have been change.": "Vous avez effectu\u00e9 une simulation de la publication forc\u00e9e de ce cours. Rien n'a chang\u00e9. SI vous aviez vraiment ex\u00e9cut\u00e9 celle-ci, les versions de cours suivantes aurait \u00e9t\u00e9 chang\u00e9es.", + "You have no handouts defined": "Vous n'avez d\u00e9fini aucun documents", + "You have not bookmarked any courseware pages yet": "Vous n'avez marqu\u00e9 aucune page de cours pour le moment.", + "You have not created any certificates yet.": "Vous n'avez pas encore cr\u00e9e de certificat.", + "You have not created any content groups yet.": "Vous n'avez pas encore cr\u00e9\u00e9 de groupes de contenu.", + "You have not created any group configurations yet.": "Vous n'avez pas encore cr\u00e9\u00e9 de configuration des groupes.", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Vous avez s\u00e9lectionn\u00e9 une action, et vous n'avez fait aucune modification sur des champs. Vous cherchez probablement le bouton Envoyer et non le bouton Sauvegarder.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Vous avez s\u00e9lectionn\u00e9 une action, mais vous n'avez pas encore sauvegard\u00e9 certains champs modifi\u00e9s. Cliquez sur OK pour sauver. Vous devrez r\u00e9appliquer l'action.", + "You have successfully signed into %(currentProvider)s, but your %(currentProvider)s account does not have a linked %(platformName)s account. To link your accounts, sign in now using your %(platformName)s password.": "Vous \u00eates connect\u00e9 \u00e0 %(currentProvider)s avec succ\u00e8s,mais votre compte %(currentProvider)s n'est pas reli\u00e9 \u00e0 votre compte %(platformName)s. Pour lier vos comptes, connectez-vous en utilisant votre mot de passe %(platformName)s.", + "You have unsaved changes are you sure you want to navigate away?": "Vous avez des modifications non enregistr\u00e9es, \u00eates-vous s\u00fbr de vouloir quitter cette page ?", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Vous avez des modifications non sauvegard\u00e9es sur certains champs \u00e9ditables. Si vous lancez une action, ces modifications vont \u00eatre perdues.", + "You have unsaved changes. Do you really want to leave this page?": "Il reste des modifications non sauvegard\u00e9es. Voulez-vous vraiment quitter cette page ?", + "You haven't added any assets to this course yet.": "Vous n'avez encore ajout\u00e9 aucune ressource dans ce cours.", + "You haven't added any content to this course yet.": "Vous n'avez pas encore ajout\u00e9 de contenu \u00e0 ce cours.", + "You haven't added any textbooks to this course yet.": "Vous n'avez encore ajout\u00e9 aucun manuel \u00e0 ce cours.", + "You may also lose access to verified certificates and other program credentials like MicroMasters certificates. If you want to make a copy of these for your records before proceeding with deletion, follow the instructions for {htmlStart}printing or downloading a certificate{htmlEnd}.": "Vous pouvez \u00e9galement perdre l'acc\u00e8s aux certificats v\u00e9rifi\u00e9s et aux autres cr\u00e9dits de programmes comme les certificats MicroMasters. Si vous souhaitez en faire une copie pour vos archives avant de poursuivre la suppression, veuillez suivre les instructions pour {htmlStart}imprimer ou t\u00e9l\u00e9charger un certificat{htmlEnd}.", + "You must be over 13 to share a full profile. If you are over 13, make sure that you have specified a birth year on the {account_settings_page_link}": "Vous devez avoir plus de 13 ans pour partager un profil complet. Si vous avez plus de 13 ans, assurez-vous que votre ann\u00e9e de naissance est correcte dans {account_settings_page_link}", + "You must enter a valid email address in order to add a new team member": "Vous devez saisir une adresse e-mail valide afin d'ajouter un nouveau membre \u00e0 l'\u00e9quipe", + "You must provide a learner name.": "Vous devez saisir un nom d'apprenant.", + "You must sign out and sign back in before your language changes take effect.": "Vous devez vous d\u00e9connecter puis vous connecter \u00e0 nouveau afin que les param\u00e8tres de langue prennent effet.", + "You must specify a name for the cohort": "Vous devez indiquer un nom pour la cohorte", + "You must specify your birth year before you can share your full profile. To specify your birth year, go to the {account_settings_page_link}": "Vous devez renseigner votre ann\u00e9e de naissance avant de pouvoir partager votre profil complet. Pour renseigner votre ann\u00e9e de naissance, allez sur {account_settings_page_link}", + "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "Vous avez besoin d'un permis de conduire, d'un passeport ou d'une pi\u00e8ce d'identit\u00e9 avec votre nom et photo.", + "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "Vous avez besoin d'un permis de conduire, un passeport ou toute pi\u00e8ce d'identit\u00e9 avec votre nom et photo.", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "Vous devez activer votre compte avant de vous inscrire \u00e0 des cours. V\u00e9rifier votre bo\u00eete de r\u00e9ception.", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "Vous devez activer votre compte avant de pouvoir vous inscrire aux cours. V\u00e9rifier votre bo\u00eete de r\u00e9ception pour un email d'activation. Apr\u00e8s l'activation vous pouvez revenir et rafraichir cette page.", + "You receive messages from {platform_name} and course teams at this address.": "Les messages que vous recevrez de la part de la plateforme {platform_name} et des \u00e9quipes p\u00e9dagogiques seront envoy\u00e9s \u00e0 cette adresse.", + "You still need to visit the %(display_name)s website to complete the credit process.": "Vous devez encore visiter le site web de %(display_name)s afinn de compl\u00e9ter le processus de cr\u00e9dit.", + "You submitted {filename}; only {allowedFiles} are allowed.": "Vous avez envoy\u00e9 {filename}; seul les {allowedFiles} sont autoris\u00e9s.", + "You will be refunded the amount you paid.": "Le montant pay\u00e9 vous sera rembours\u00e9.", + "You will not be refunded the amount you paid.": "Le montant pay\u00e9 ne vous sera pas rembours\u00e9.", + "You will not receive notification for emails that bounce, so double-check your spelling.": "Vous ne recevrez pas de notification pour les e-mails rejet\u00e9s, donc soyez doublement attentif \u00e0 l'orthographe.", + "You will use your webcam to take a picture of your face and of your government-issued photo ID.": "Vous utiliserez votre cam\u00e9ra afin de prendre une photo de votre visage et de votre pi\u00e8ce d'identit\u00e9.", + "You!": "Vous !", + "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "Vous \u00eates sur le point d'envoyer votre r\u00e9ponse d\u00e9finitive. Apr\u00e8s cette \u00e9tape vous ne pourrez plus la modifier ou en soumettre une nouvelle.", + "You've made some changes": "Vous avez effectu\u00e9 des modifications", + "You've made some changes, but there are some errors": "Vous avez effectu\u00e9 des modifications, mais il y a des erreurs", + "You've successfully signed into %(currentProvider)s.": "Vous \u00eates connect\u00e9s avec succ\u00e8s avec %(currentProvider)s.", + "Your ID must be a government-issued photo ID that clearly shows your face.": "Votre pi\u00e8ce d'identit\u00e9 doit clairement montrer votre visage.", + "Your Program Journey": "Votre Parcours d'apprentissage", + "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "Votre navigateur ne supporte pas l'acc\u00e8s direct au presse-papier. Veuillez utiliser les raccourcis clavier Ctrl + X / C / V \u00e0 la place.", + "Your changes have been saved.": "Vos modifications ont \u00e9t\u00e9 enregistr\u00e9es.", + "Your changes have been saved. {details}": "Vos modifications ont \u00e9t\u00e9 enregistr\u00e9es. {details}", + "Your changes will not take effect until you save your progress.": "Vos modifications ne prendront pas effet tant que vous n'aurez pas enregistr\u00e9.", + "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "Vos modifications ne prendront pas effet tant que vous n'aurez pas enregistr\u00e9. La validation n'ayant pas \u00e9t\u00e9 impl\u00e9ment\u00e9e, faites attention au formatage des cl\u00e9s et des valeurs.", + "Your course could not be exported to XML. There is not enough information to identify the failed component. Inspect your course to identify any problematic components and try again.": "L'export XML de votre biblioth\u00e8que a \u00e9chou\u00e9 sans qu'il soit possible de d\u00e9terminer pr\u00e9cis\u00e9ment le probl\u00e8me, veuillez examiner cette biblioth\u00e8que et corriger le composant fautif puis r\u00e9essayer.", + "Your donation could not be submitted.": "Votre don n'a pas pu \u00eatre soumis", + "Your email message was successfully queued for sending. In courses with a large number of learners, email messages to learners might take up to an hour to be sent.": "Votre email a \u00e9t\u00e9 mis sur liste d'attente avec succ\u00e8s pour l'envoi. Pour les cours avec un grand nombre d'apprenants, l'envoi des emails peut prendre jusqu'\u00e0 une heure. ", + "Your entire face fits inside the frame.": " Votre visage est enti\u00e8rement dans le cadre.", + "Your export has failed.": "Votre exportation a \u00e9chou\u00e9.", + "Your face is well-lit.": "Votre visage est bien \u00e9clair\u00e9", + "Your file ": "Votre fichier", + "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "Votre fichier '{file}' a \u00e9t\u00e9 import\u00e9. Merci d'attendre quelques minutes pour son traitement.", + "Your file could not be uploaded": "Votre fichier n'a pas pu \u00eatre charg\u00e9", + "Your file has been deleted.": "Votre fichier a \u00e9t\u00e9 supprim\u00e9.", + "Your file {filename} is too large (max size: {maxSize}MB).": "Votre fichier {filename} est trop grand (taille maxi : {maxSize} Mo).", + "Your import has failed.": "Votre importation a \u00e9chou\u00e9.", + "Your library could not be exported to XML. There is not enough information to identify the failed component. Inspect your library to identify any problematic components and try again.": "L'export XML de la biblioth\u00e8que a \u00e9chou\u00e9 sans qu'il soit possible de d\u00e9terminer pr\u00e9cis\u00e9ment le probl\u00e8me. Examiner cette biblioth\u00e8que et corriger le composant en erreur puis r\u00e9essayer.", + "Your message cannot be blank.": "Votre message ne peut pas \u00eatre vide.", + "Your message must have a subject.": "Votre message doit contenir un sujet.", + "Your message must have at least one target.": "Votre message doit avoir au moins un destinataire.", + "Your policy changes have been saved.": "Les changements de r\u00e8gles ont \u00e9t\u00e9 enregistr\u00e9s.", + "Your post will be discarded.": "Votre message sera supprim\u00e9", + "Your question or idea (required)": "Votre question ou message (requis)", + "Your request could not be completed due to a server problem. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "Votre demande n'a pas pu \u00eatre r\u00e9alis\u00e9e \u00e0 cause d'un probl\u00e8me de serveur. Rafra\u00eechissez la page et r\u00e9essayez. Si le probl\u00e8me persiste, cliquez sur l'onglet Aide pour signaler le probl\u00e8me.", + "Your request could not be completed. Reload the page and try again.": "Votre demande n'a pas pu \u00eatre r\u00e9alis\u00e9e. Rafra\u00eechissez la page et r\u00e9essayez.", + "Your request could not be completed. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "Votre requ\u00eate n'a pu \u00eatre compl\u00e9t\u00e9e. Recharger la page et essayez de nouveau. Si le probl\u00e8me persiste, cliquer sur l'onglet Aide afin de signaler le probl\u00e8me.", + "Your request could not be processed. Refresh the page and try again.": "Votre requ\u00eate n'a pas pu \u00eatre trait\u00e9e. Veuillez actualiser la page et essayer \u00e0 nouveau.", + "Your team could not be created.": "Votre \u00e9quipe n'a pas pu \u00eatre cr\u00e9e.", + "Your team could not be updated.": "Votre \u00e9quipe n'a pas pu \u00eatre mise \u00e0 jour.", + "Your upload of '{file}' failed.": "Le chargement de '{file}' a \u00e9chou\u00e9.", + "Your upload of '{file}' succeeded.": "Chargement de '{file}' r\u00e9ussi.", + "Your verification status is good until {verificationGoodUntil}.": "Votre v\u00e9rification est valable jusqu'au {verificationGoodUntil}.", + "Your video uploads are not complete.": "Vos chargements vid\u00e9os ne sont pas termin\u00e9s.", + "Your {program} Certificate": "Votre certificat pour {program}", + "Yourself": "Vous-m\u00eame", + "Zoom In": "Zoomer", + "Zoom Out": "D\u00e9zoomer ", + "[no tags]": "[aucun tag]", + "a day": "un jour", + "about a minute": "environ une minute", + "about a month": "environ un mois", + "about a year": "environ un an", + "about an hour": "environ une heure", + "active proctored exams": "Les examens surveill\u00e9s actifs", + "and others": "et autres", + "anonymous": "anonyme", + "answer": "r\u00e9ponse", + "bytes": "bytes", + "certificate": "certificat", + "close": "fermer", + "component": "composant", + "content group": "groupe de contenu", + "correct": "correct", + "could not determine the course_id": "ne peut d\u00e9terminer l'identifiant du cours - course_id", + "course id": "ID de cours", + "courses with active proctored exams": "les cours avec des examens surveill\u00e9s actifs", + "delete chapter": "effacer le chapitre", + "delete group": "supprimer le groupe", + "details about the failure": "D\u00e9tails sur l'erreur.", + "dragging": "d\u00e9placement", + "dragging out of slider": "d\u00e9placement du curseur en dehors", + "dropped in slider": "curseur pour le d\u00e9p\u00f4t", + "dropped on target": "d\u00e9pos\u00e9 sur la cible", + "e.g. 'Sky with clouds'. The description is helpful for users who cannot see the image.": "exemple 'Ciel avec nuages'. La description est utile pour les utilisateurs qui ne peuvent pas voir l'image.", + "e.g. 'google'": "exemple 'google'", + "e.g. 'http://google.com'": "ex. \"http://google.fr/\"", + "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "exemple\u00a0: johndoe@exemple.com, JaneDoe, joeydoe@exemple.com", + "emphasized text": "texte en italique", + "enter code here": "saisir du code ici", + "enter link description here": "saisir une description du lien ici", + "for": "pour", + "for {courseName}": "pour {courseName}", + "group configuration": "configuration des groupes", + "image omitted": "image manquante", + "incorrect": "incorrect", + "internally reviewed": "revue interne", + "last activity": "derni\u00e8re activit\u00e9", + "less than a minute": "moins d\u2019une minute", + "minute": "minute", + "minutes": "minutes", + "name": "nom", + "off": "arr\u00eat", + "on": "on", + "one letter Friday\u0004F": "V", + "one letter Monday\u0004M": "L", + "one letter Saturday\u0004S": "S", + "one letter Sunday\u0004S": "D", + "one letter Thursday\u0004T": "J", + "one letter Tuesday\u0004T": "M", + "one letter Wednesday\u0004W": "M", + "open slots": "places disponibles", + "or": "ou", + "or create a new one here": "ou en cr\u00e9er un nouveau ici", + "or sign in with": "ou se connecter avec", + "path/to/introductionToCookieBaking-CH{order}.pdf": "path/to/introductionToCookieBaking-CH{order}.pdf", + "pending": "en attente", + "practice": "d'essai", + "price": "prix", + "proctored": "surveill\u00e9", + "provide the title/name of the chapter that will be used in navigating": "Veuillez fournir le titre/nom du chapitre qui sera utilis\u00e9 pendant la navigation.", + "provide the title/name of the text book as you would like your students to see it": "veuillez fournir le titre/nom du manuel comme vous souhaiteriez que vos \u00e9tudiants le voient.", + "remove": "supprimer", + "remove all": "tout supprimer", + "satisfactory": "satisfaisant", + "second": "seconde", + "seconds": "secondes", + "send an email message to {email}": "envoyer un email \u00e0 {email}", + "strong text": "texte en gras", + "team count": "total \u00e9quipe", + "text_word_{uniqueId}": "text_word_{uniqueId}", + "text_word_{uniqueId} title_word_{uniqueId}": "text_word_{uniqueId} title_word_{uniqueId}", "there is currently {numVotes} vote": [ - "il y a actuellement {numVotes} vote", + "il y a actuellement {numVotes} vote", "il y a actuellement {numVotes} votes" - ], - "timed": "temps limit\u00e9", - "title_word_{uniqueId}": "title_word_{uniqueId}", - "toggle chapter %(displayName)s": "Afficher le chapitre %(displayName)s", - "toggle subsection %(displayName)s": "Afficher la sous-section %(displayName)s", - "unit": "unit\u00e9", - "unsatisfactory": "insatisfaisant", - "unsubmitted": "non envoy\u00e9", - "upload a PDF file or provide the path to a Studio asset file": "Chargez un PDF ou fournissez le chemin d'un fichier de ressource Studio", - "username or email": "nom d'utilisateur ou email", - "with %(release_date_from)s": "avec %(release_date_from)s", - "with %(section_or_subsection)s": "avec %(section_or_subsection)s", - "you have less than a minute remaining": "vous avez moins d'une minute restante", - "you have {remaining_time} remaining": "vous avez {remaining_time} restant", - "you will have ": "vous aurez", - "your course": "votre cours", - "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start}Parcourir les \u00e9quipes dans d'autres sujets{span_end} ou {search_span_start}rechercher des \u00e9quipes{span_end} dans ce sujet. Si vous ne parvenez pas \u00e0 trouver une \u00e9quipe, {create_span_start}cr\u00e9ez une nouvelle \u00e9quipe dans ce sujet {span_end}.", - "{categoryText} in {parentDisplayname}": "{categoryText} dans {parentDisplayname}", - "{display_name} Settings": "Param\u00e8tres de {display_name}", - "{email}": "{email}", - "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} est d\u00e9j\u00e0 membre de l'\u00e9quipe {container}. Rev\u00e9rifiez l'adresse \u00e9lectronique si vous souhaitez ajouter un nouveau membre.", - "{filename} exceeds maximum size of {maxFileSizeInGB} GB.": "{filename} d\u00e9passe la taille maximum de {maxFileSizeInGB} GB.", - "{filename} is not in a supported file format. Supported file formats are {supportedFileFormats}.": "{filename} n'est pas parmi les formats de fichier support\u00e9. Les formats de fichier support\u00e9 sont {supportedFileFormats}", - "{hours}:{minutes} (current UTC time)": "{hours}:{minutes} (heure actuelle UTC )", - "{htmlStart}Want to change your email, name, or password instead?{htmlEnd}": "{htmlStart} voulez-vous modifier votre email, nom, ou mot de passe?{htmlEnd}", - "{label}: {status}": "{label}: {status}", - "{maxWidth}x{maxHeight} pixels": "{maxWidth}x{maxHeight} pixels", - "{minutes} {unit}": "{minutes} {unit}", + ], + "timed": "temps limit\u00e9", + "title_word_{uniqueId}": "title_word_{uniqueId}", + "toggle chapter %(displayName)s": "Afficher le chapitre %(displayName)s", + "toggle subsection %(displayName)s": "Afficher la sous-section %(displayName)s", + "unit": "unit\u00e9", + "unsatisfactory": "insatisfaisant", + "unsubmitted": "non envoy\u00e9", + "upload a PDF file or provide the path to a Studio asset file": "Chargez un PDF ou fournissez le chemin d'un fichier de ressource Studio", + "username or email": "nom d'utilisateur ou email", + "with %(release_date_from)s": "avec %(release_date_from)s", + "with %(section_or_subsection)s": "avec %(section_or_subsection)s", + "you have less than a minute remaining": "vous avez moins d'une minute restante", + "you have {remaining_time} remaining": "vous avez {remaining_time} restant", + "you will have ": "vous aurez", + "your course": "votre cours", + "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start}Parcourir les \u00e9quipes dans d'autres sujets{span_end} ou {search_span_start}rechercher des \u00e9quipes{span_end} dans ce sujet. Si vous ne parvenez pas \u00e0 trouver une \u00e9quipe, {create_span_start}cr\u00e9ez une nouvelle \u00e9quipe dans ce sujet {span_end}.", + "{categoryText} in {parentDisplayname}": "{categoryText} dans {parentDisplayname}", + "{display_name} Settings": "Param\u00e8tres de {display_name}", + "{email}": "{email}", + "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} est d\u00e9j\u00e0 membre de l'\u00e9quipe {container}. Rev\u00e9rifiez l'adresse \u00e9lectronique si vous souhaitez ajouter un nouveau membre.", + "{filename} exceeds maximum size of {maxFileSizeInGB} GB.": "{filename} d\u00e9passe la taille maximum de {maxFileSizeInGB} GB.", + "{filename} is not in a supported file format. Supported file formats are {supportedFileFormats}.": "{filename} n'est pas parmi les formats de fichier support\u00e9. Les formats de fichier support\u00e9 sont {supportedFileFormats}", + "{hours}:{minutes} (current UTC time)": "{hours}:{minutes} (heure actuelle UTC )", + "{htmlStart}Want to change your email, name, or password instead?{htmlEnd}": "{htmlStart} voulez-vous modifier votre email, nom, ou mot de passe?{htmlEnd}", + "{label}: {status}": "{label}: {status}", + "{maxWidth}x{maxHeight} pixels": "{maxWidth}x{maxHeight} pixels", + "{minutes} {unit}": "{minutes} {unit}", "{numResponses} other response": [ - "{numResponses} autre r\u00e9ponse", + "{numResponses} autre r\u00e9ponse", "{numResponses} autres r\u00e9ponses" - ], + ], "{numResponses} response": [ - "{numResponses} r\u00e9ponse", + "{numResponses} r\u00e9ponse", "{numResponses} r\u00e9ponses" - ], + ], "{numVotes} Vote": [ - "{numVotes} Vote", + "{numVotes} Vote", "{numVotes} Votes" - ], - "{num_of_hours} hour": "{num_of_hours} heure", - "{num_of_hours} hours": "{num_of_hours} heures", - "{num_of_minutes} minute": "{num_of_minutes} minute", - "{num_of_minutes} minutes": "{num_of_minutes} minutes", - "{organization}\\'s logo": "logo {organization}", - "{screen_reader_start}Warning:{screen_reader_end} No content groups exist.": "{screen_reader_start}Avertissement : {screen_reader_end} Il n'existe aucun groupe de contenu.", - "{screen_reader_start}Warning:{screen_reader_end} The previously selected content group was deleted. Select another content group.": "{screen_reader_start}Avertissement : {screen_reader_end} Le groupe de contenu s\u00e9lectionn\u00e9 pr\u00e9c\u00e9demment a \u00e9t\u00e9 supprim\u00e9. S\u00e9lectionnez un autre groupe de contenu.", - "{seconds} {unit}": "{seconds} {unit}", - "{start_strong}{total}{end_strong} words submitted in total.": "{start_strong}{total}{end_strong} mots soumis au total.", + ], + "{num_of_hours} hour": "{num_of_hours} heure", + "{num_of_hours} hours": "{num_of_hours} heures", + "{num_of_minutes} minute": "{num_of_minutes} minute", + "{num_of_minutes} minutes": "{num_of_minutes} minutes", + "{organization}\\'s logo": "logo {organization}", + "{screen_reader_start}Warning:{screen_reader_end} No content groups exist.": "{screen_reader_start}Avertissement : {screen_reader_end} Il n'existe aucun groupe de contenu.", + "{screen_reader_start}Warning:{screen_reader_end} The previously selected content group was deleted. Select another content group.": "{screen_reader_start}Avertissement : {screen_reader_end} Le groupe de contenu s\u00e9lectionn\u00e9 pr\u00e9c\u00e9demment a \u00e9t\u00e9 supprim\u00e9. S\u00e9lectionnez un autre groupe de contenu.", + "{seconds} {unit}": "{seconds} {unit}", + "{start_strong}{total}{end_strong} words submitted in total.": "{start_strong}{total}{end_strong} mots soumis au total.", "{total_results} result": [ - "{total_results} r\u00e9sultat", + "{total_results} r\u00e9sultat", "{total_results} r\u00e9sultats" - ], - "{type} Progress": "{type} Progress", + ], + "{type} Progress": "{type} Progress", "\u2026": "\u2026" }; for (var key in newcatalog) { @@ -2131,42 +2100,42 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "j F Y H:i", + "DATETIME_FORMAT": "j F Y H:i", "DATETIME_INPUT_FORMATS": [ - "%d/%m/%Y %H:%M:%S", - "%d/%m/%Y %H:%M:%S.%f", - "%d/%m/%Y %H:%M", - "%d/%m/%Y", - "%d.%m.%Y %H:%M:%S", - "%d.%m.%Y %H:%M:%S.%f", - "%d.%m.%Y %H:%M", - "%d.%m.%Y", - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", + "%d/%m/%Y %H:%M:%S", + "%d/%m/%Y %H:%M:%S.%f", + "%d/%m/%Y %H:%M", + "%d/%m/%Y", + "%d.%m.%Y %H:%M:%S", + "%d.%m.%Y %H:%M:%S.%f", + "%d.%m.%Y %H:%M", + "%d.%m.%Y", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", "%Y-%m-%d" - ], - "DATE_FORMAT": "j F Y", + ], + "DATE_FORMAT": "j F Y", "DATE_INPUT_FORMATS": [ - "%d/%m/%Y", - "%d/%m/%y", - "%d.%m.%Y", - "%d.%m.%y", + "%d/%m/%Y", + "%d/%m/%y", + "%d.%m.%Y", + "%d.%m.%y", "%Y-%m-%d" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "1", - "MONTH_DAY_FORMAT": "j F", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "j N Y H:i", - "SHORT_DATE_FORMAT": "j N Y", - "THOUSAND_SEPARATOR": "\u00a0", - "TIME_FORMAT": "H:i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "1", + "MONTH_DAY_FORMAT": "j F", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "j N Y H:i", + "SHORT_DATE_FORMAT": "j N Y", + "THOUSAND_SEPARATOR": "\u00a0", + "TIME_FORMAT": "H:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/gl/djangojs.js b/cms/static/js/i18n/gl/djangojs.js index fbc36938e4..4421a34d0a 100644 --- a/cms/static/js/i18n/gl/djangojs.js +++ b/cms/static/js/i18n/gl/djangojs.js @@ -21,34 +21,34 @@ var newcatalog = { "%(sel)s of %(cnt)s selected": [ - "%(sel)s de %(cnt)s escollido", + "%(sel)s de %(cnt)s escollido", "%(sel)s de %(cnt)s escollidos" - ], - "6 a.m.": "6 da ma\u00f1\u00e1", - "Available %s": "%s dispo\u00f1\u00edbeis", - "Cancel": "Cancelar", - "Choose": "Escoller", - "Choose a time": "Escolla unha hora", - "Choose all": "Escoller todo", - "Chosen %s": "%s escollido/a(s)", - "Click to choose all %s at once.": "Prema para escoller todos/as os/as '%s' dunha vez.", - "Click to remove all chosen %s at once.": "Faga clic para eliminar da lista todos/as os/as '%s' escollidos/as.", - "Filter": "Filtro", - "Hide": "Esconder", - "Midnight": "Medianoite", - "Noon": "Mediod\u00eda", - "Now": "Agora", - "Remove": "Retirar", - "Remove all": "Retirar todos", - "Show": "Amosar", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Esta \u00e9 unha lista de %s dispo\u00f1\u00edbeis. Pode escoller alg\u00fans seleccion\u00e1ndoos na caixa inferior e a continuaci\u00f3n facendo clic na frecha \"Escoller\" situada entre as d\u00faas caixas.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Esta \u00e9 a lista de %s escollidos/as. Pode eliminar alg\u00fans seleccion\u00e1ndoos na caixa inferior e a continuaci\u00f3n facendo clic na frecha \"Eliminar\" situada entre as d\u00faas caixas.", - "Today": "Hoxe", - "Tomorrow": "Ma\u00f1\u00e1", - "Type into this box to filter down the list of available %s.": "Escriba nesta caixa para filtrar a lista de %s dispo\u00f1\u00edbeis.", - "Yesterday": "Onte", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Escolleu unha acci\u00f3n, pero a\u00ednda non gardou os cambios nos campos individuais. Probabelmente estea buscando o bot\u00f3n Ir no canto do bot\u00f3n Gardar.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Escolleu unha acci\u00f3n, pero a\u00ednda non gardou os cambios nos campos individuais. Prema OK para gardar. Despois ter\u00e1 que volver executar a acci\u00f3n.", + ], + "6 a.m.": "6 da ma\u00f1\u00e1", + "Available %s": "%s dispo\u00f1\u00edbeis", + "Cancel": "Cancelar", + "Choose": "Escoller", + "Choose a time": "Escolla unha hora", + "Choose all": "Escoller todo", + "Chosen %s": "%s escollido/a(s)", + "Click to choose all %s at once.": "Prema para escoller todos/as os/as '%s' dunha vez.", + "Click to remove all chosen %s at once.": "Faga clic para eliminar da lista todos/as os/as '%s' escollidos/as.", + "Filter": "Filtro", + "Hide": "Esconder", + "Midnight": "Medianoite", + "Noon": "Mediod\u00eda", + "Now": "Agora", + "Remove": "Retirar", + "Remove all": "Retirar todos", + "Show": "Amosar", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Esta \u00e9 unha lista de %s dispo\u00f1\u00edbeis. Pode escoller alg\u00fans seleccion\u00e1ndoos na caixa inferior e a continuaci\u00f3n facendo clic na frecha \"Escoller\" situada entre as d\u00faas caixas.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Esta \u00e9 a lista de %s escollidos/as. Pode eliminar alg\u00fans seleccion\u00e1ndoos na caixa inferior e a continuaci\u00f3n facendo clic na frecha \"Eliminar\" situada entre as d\u00faas caixas.", + "Today": "Hoxe", + "Tomorrow": "Ma\u00f1\u00e1", + "Type into this box to filter down the list of available %s.": "Escriba nesta caixa para filtrar a lista de %s dispo\u00f1\u00edbeis.", + "Yesterday": "Onte", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Escolleu unha acci\u00f3n, pero a\u00ednda non gardou os cambios nos campos individuais. Probabelmente estea buscando o bot\u00f3n Ir no canto do bot\u00f3n Gardar.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Escolleu unha acci\u00f3n, pero a\u00ednda non gardou os cambios nos campos individuais. Prema OK para gardar. Despois ter\u00e1 que volver executar a acci\u00f3n.", "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Tes cambios sen guardar en campos editables individuales. Se executas unha acci\u00f3n, os cambios non gardados perderanse." }; for (var key in newcatalog) { @@ -105,48 +105,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "j \\d\\e F \\d\\e Y \\\u00e1\\s H:i", + "DATETIME_FORMAT": "j \\d\\e F \\d\\e Y \\\u00e1\\s H:i", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "j \\d\\e F \\d\\e Y", + ], + "DATE_FORMAT": "j \\d\\e F \\d\\e Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "1", - "MONTH_DAY_FORMAT": "j \\d\\e F", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "d-m-Y, H:i", - "SHORT_DATE_FORMAT": "d-m-Y", - "THOUSAND_SEPARATOR": ".", - "TIME_FORMAT": "H:i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "1", + "MONTH_DAY_FORMAT": "j \\d\\e F", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "d-m-Y, H:i", + "SHORT_DATE_FORMAT": "d-m-Y", + "THOUSAND_SEPARATOR": ".", + "TIME_FORMAT": "H:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F \\d\\e Y" }; diff --git a/cms/static/js/i18n/gu/djangojs.js b/cms/static/js/i18n/gu/djangojs.js index 61e6fdb329..bef1a8a228 100644 --- a/cms/static/js/i18n/gu/djangojs.js +++ b/cms/static/js/i18n/gu/djangojs.js @@ -62,48 +62,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "N j, Y, P", + "DATETIME_FORMAT": "N j, Y, P", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "N j, Y", + ], + "DATE_FORMAT": "N j, Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "F j", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "m/d/Y", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "P", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "F j", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "m/d/Y", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "P", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/he/djangojs.js b/cms/static/js/i18n/he/djangojs.js index 4800b834fd..d619f77263 100644 --- a/cms/static/js/i18n/he/djangojs.js +++ b/cms/static/js/i18n/he/djangojs.js @@ -20,1695 +20,1695 @@ django.catalog = django.catalog || {}; var newcatalog = { - "\n Make sure you are on a computer with a webcam, and that you have valid photo identification\n such as a driver's license or passport, before you continue.\n ": "\n\u05dc\u05e4\u05e0\u05d9 \u05e9\u05ea\u05ea\u05d7\u05d9\u05dc\n\u05d5\u05d5\u05d3\u05d0 \u05e9\u05dc\u05de\u05d7\u05e9\u05d1\u05da \u05d9\u05e9 \u05de\u05e6\u05dc\u05de\u05ea \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05d5\u05d9\u05e9 \u05dc\u05da \u05ea\u05de\u05d5\u05e0\u05ea \u05d6\u05d9\u05d4\u05d5\u05d9 \u05de\u05e2\u05d5\u05d3\u05db\u05e0\u05ea\n\u05db\u05d2\u05d5\u05df \u05e8\u05d9\u05e9\u05d9\u05d5\u05df \u05e0\u05d4\u05d9\u05d2\u05d4 \u05d0\u05d5 \u05d3\u05e8\u05db\u05d5\u05df.", - "\n Your verification attempt failed. Please read our guidelines to make\n sure you understand the requirements for successfully completing verification,\n then try again.\n ": "\n\u05e0\u05d9\u05e1\u05d9\u05d5\u05df \u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05e9\u05dc\u05da \u05e0\u05db\u05e9\u05dc. \u05e7\u05e8\u05d0 \u05d1\u05d1\u05e7\u05e9\u05d4 \u05d0\u05ea \u05d4\u05d5\u05e8\u05d0\u05d5\u05ea\u05d9\u05e0\u05d5 \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05d1\u05d8\u05d9\u05d7 \n\u05e9\u05d4\u05d1\u05e0\u05ea \u05d0\u05ea \u05d4\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea \u05dc\u05e6\u05d5\u05e8\u05da \u05d4\u05e9\u05dc\u05de\u05ea \u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4,\n\u05d5\u05d0\u05d6 \u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", - "\n Your verification has expired. You must successfully complete a new identity verification\n before you can start the proctored exam.\n ": "\n\u05e4\u05d2 \u05ea\u05d5\u05e7\u05e4\u05d5 \u05e9\u05dc \u05d4\u05d0\u05d9\u05de\u05d5\u05ea. \u05e2\u05dc\u05d9\u05da \u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05d0\u05d9\u05de\u05d5\u05ea \u05d6\u05d4\u05d5\u05ea \u05d7\u05d3\u05e9\u05d4\n\u05dc\u05e4\u05e0\u05d9 \u05e9\u05ea\u05d5\u05db\u05dc \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7.", - "\n Your verification is pending. Results should be available 2-3 days after you\n submit your verification.\n ": "\n\u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05e9\u05dc\u05da \u05e0\u05de\u05e6\u05d0 \u05d1\u05d1\u05d3\u05d9\u05e7\u05d4. \u05d4\u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d9\u05d4\u05d9\u05d5 \u05d6\u05de\u05d9\u05e0\u05d5\u05ea 2-3 \u05d9\u05de\u05d9\u05dd \u05dc\u05d0\u05d7\u05e8 \u05d4\u05d2\u05e9\u05ea \u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05e9\u05dc\u05da.", - "\n Complete your verification before starting the proctored exam.\n ": "\n\u05d4\u05e9\u05dc\u05dd \u05d0\u05ea \u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05e9\u05dc\u05da \u05dc\u05e4\u05e0\u05d9 \u05e9\u05ea\u05ea\u05d7\u05d9\u05dc \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7", - "\n You must successfully complete identity verification before you can start the proctored exam.\n ": "\n\u05e2\u05dc\u05d9\u05da \u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05d0\u05d9\u05de\u05d5\u05ea \u05d6\u05d4\u05d5\u05ea \u05dc\u05e4\u05e0\u05d9 \u05e9\u05ea\u05d5\u05db\u05dc \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7.", - "\n 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 ": "\n\u05d0\u05dc \u05ea\u05e1\u05d2\u05d5\u05e8 \u05d7\u05dc\u05d5\u05df \u05d6\u05d4 \u05dc\u05e4\u05e0\u05d9 \u05e1\u05d9\u05d5\u05dd \u05de\u05d1\u05d7\u05e0\u05da. \u05d0\u05dd \u05ea\u05e1\u05d2\u05d5\u05e8 \u05d7\u05dc\u05d5\u05df \u05d6\u05d4, \u05d9\u05e1\u05ea\u05d9\u05d9\u05dd \u05d4'\u05de\u05e4\u05d2\u05e9 \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7' \u05e9\u05dc\u05da \u05d5\u05dc\u05d0 \u05ea\u05d5\u05db\u05dc \u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05d0\u05ea \u05d4'\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7'.", - "\n Return to the %(platform_name)s course window to start your exam. When you have finished your exam and\n have marked it as complete, you can close this window to end the proctoring session\n and upload your proctoring session data for review.\n ": "\n\u05d7\u05d6\u05d5\u05e8 \u05dc\u05d7\u05dc\u05d5\u05df \u05e7\u05d5\u05e8\u05e1 %(platform_name)s \u05db\u05d3\u05d9 \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d0\u05ea \u05de\u05d1\u05d7\u05e0\u05da. \u05db\u05d0\u05e9\u05e8 \u05ea\u05e1\u05d9\u05d9\u05dd \u05d5\u05ea\u05e1\u05de\u05df \u05d0\u05d5\u05ea\u05d5 \u05db\u05d2\u05de\u05d5\u05e8,\n\u05ea\u05d5\u05db\u05dc \u05dc\u05e1\u05d2\u05d5\u05e8 \u05d0\u05ea \u05d4\u05d7\u05dc\u05d5\u05df \u05d4\u05d6\u05d4 \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e1\u05d9\u05d9\u05dd \u05d0\u05ea \u05d4\u05de\u05e4\u05d2\u05e9 \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7\n\u05d5\u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05d0\u05ea \u05d4\u05de\u05d9\u05d3\u05e2 \u05e2\u05dc\u05d9\u05d5 \u05dc\u05e6\u05d5\u05e8\u05da \u05e1\u05e7\u05d9\u05e8\u05d4.", - "\n 3. When you have finished setting up proctoring, start the exam.\n ": "\n3. \u05db\u05d0\u05e9\u05e8 \u05ea\u05e1\u05d9\u05d9\u05dd \u05d0\u05ea \u05d4\u05d2\u05d3\u05e8\u05ea \u05d4\u05e4\u05d9\u05e7\u05d5\u05d7, \u05d4\u05ea\u05d7\u05dc \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df.", - "\n Start my exam\n ": "\n\u05d4\u05ea\u05d7\u05dc \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05e9\u05dc\u05d9", - "\n • When you start your exam you will have %(total_time)s to complete it.
\n • You cannot stop the timer once you start.
\n • If time expires before you finish your exam, your completed answers will be\n submitted for review.
\n ": "\n• \u05db\u05d0\u05e9\u05e8 \u05ea\u05ea\u05d7\u05d9\u05dc \u05d0\u05ea \u05de\u05d1\u05d7\u05e0\u05da, \u05d9\u05d4\u05d9\u05d4 \u05dc\u05da %(total_time)s \u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05d0\u05d5\u05ea\u05d5.
\n• \u05d0\u05d9\u05e0\u05da \u05d9\u05db\u05d5\u05dc \u05dc\u05e2\u05e6\u05d5\u05e8 \u05d0\u05ea \u05e9\u05e2\u05d5\u05df \u05d4\u05e2\u05e6\u05e8 \u05d1\u05e8\u05d2\u05e2 \u05e9\u05d4\u05ea\u05d7\u05dc\u05ea.\n• \u05d0\u05dd \u05d9\u05e1\u05ea\u05d9\u05d9\u05dd \u05d4\u05d6\u05de\u05df \u05dc\u05e4\u05e0\u05d9 \u05e9\u05e1\u05d9\u05d9\u05de\u05ea \u05d0\u05ea \u05de\u05d1\u05d7\u05e0\u05da, \u05ea\u05e9\u05d5\u05d1\u05d5\u05ea\u05d9\u05da \u05d4\u05e9\u05dc\u05de\u05d5\u05ea\n\u05d9\u05d5\u05d2\u05e9\u05d5 \u05dc\u05e1\u05e7\u05d9\u05e8\u05d4.
", - "\n 1. Copy this unique exam code. You will be prompted to paste this code later before you start the exam.\n ": "\n1. \u05d4\u05e2\u05ea\u05e7 \u05d0\u05ea \u05e7\u05d5\u05d3 \u05d4\u05de\u05d1\u05d7\u05df \u05d4\u05d9\u05d9\u05d7\u05d5\u05d3\u05d9 \u05d4\u05d6\u05d4. \u05dc\u05d0\u05d7\u05e8 \u05de\u05db\u05df \u05ea\u05ea\u05d1\u05e7\u05e9 \u05dc\u05d4\u05d3\u05d1\u05d9\u05e7 \u05d0\u05ea \u05d4\u05e7\u05d5\u05d3 \u05d4\u05d6\u05d4 \u05dc\u05e4\u05e0\u05d9 \u05d4\u05ea\u05d7\u05dc\u05ea \u05d4\u05de\u05d1\u05d7\u05df.", - "\n 2. Follow the link below to set up proctoring.\n ": "\n2. \u05e2\u05e7\u05d5\u05d1 \u05d0\u05d7\u05e8 \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8 \u05de\u05d8\u05d4 \u05db\u05d3\u05d9 \u05dc\u05d4\u05d2\u05d3\u05d9\u05e8 \u05d0\u05ea \u05d4\u05e4\u05d9\u05e7\u05d5\u05d7.", - "\n A new window will open. You will run a system check before downloading the proctoring application.\n ": "\n\u05d7\u05dc\u05d5\u05df \u05d7\u05d3\u05e9 \u05d9\u05d9\u05e4\u05ea\u05d7. \u05e2\u05dc\u05d9\u05da \u05dc\u05d4\u05e8\u05d9\u05e5 \u05d1\u05d3\u05d9\u05e7\u05ea \u05de\u05e2\u05e8\u05db\u05ea \u05dc\u05e4\u05e0\u05d9 \u05d4\u05d5\u05e8\u05d3\u05ea \u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d9\u05ea \u05d4\u05e4\u05d9\u05e7\u05d5\u05d7.", - "\n About Proctored Exams\n ": "\n\u05d0\u05d5\u05d3\u05d5\u05ea \u05d4\u05de\u05d1\u05d7\u05e0\u05d9\u05dd \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7", - "\n After the due date has passed, you can review the exam, but you cannot change your answers.\n ": "\n\u05dc\u05d0\u05d7\u05e8 \u05e9\u05e2\u05d1\u05e8 \u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d9\u05e2\u05d3, \u05ea\u05d5\u05db\u05dc \u05dc\u05e1\u05e7\u05d5\u05e8 \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05d0\u05da \u05dc\u05d0 \u05ea\u05d5\u05db\u05dc \u05dc\u05e9\u05e0\u05d5\u05ea \u05d0\u05ea \u05ea\u05e9\u05d5\u05d1\u05d5\u05ea\u05d9\u05da.", - "\n Are you sure you want to take this exam without proctoring?\n ": "\n\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d0\u05ea\u05d4 \u05e8\u05d5\u05e6\u05d4 \u05dc\u05d4\u05d9\u05d1\u05d7\u05df \u05d1\u05de\u05d1\u05d7\u05df \u05d6\u05d4 \u05dc\u05dc\u05d0 \u05e4\u05d9\u05e7\u05d5\u05d7?", - "\n Due to unsatisfied prerequisites, you can only take this exam without proctoring.\n ": "\n\u05d4\u05d5\u05d3\u05d5\u05ea \u05dc\u05d7\u05d5\u05e1\u05e8 \u05e9\u05d1\u05d9\u05e2\u05d5\u05ea \u05d1\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea \u05de\u05e7\u05d3\u05d9\u05de\u05d5\u05ea, \u05ea\u05d5\u05db\u05dc \u05dc\u05d4\u05d9\u05d1\u05d7\u05df \u05d1\u05de\u05d1\u05d7\u05df \u05d6\u05d4 \u05dc\u05dc\u05d0 \u05e4\u05d9\u05e7\u05d5\u05d7.", - "\n I am not interested in academic credit.\n ": "\n\u05d0\u05d9\u05e0\u05e0\u05d9 \u05de\u05e2\u05d5\u05e0\u05d9\u05d9\u05df \u05d1\u05e0\u05d9\u05e7\u05d5\u05d3 \u05d0\u05e7\u05d3\u05de\u05d9.", - "\n I am ready to start this timed exam.\n ": "\n\u05d0\u05e0\u05d9 \u05e8\u05d5\u05e6\u05d4 \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05d4\u05de\u05ea\u05d5\u05d6\u05de\u05df.", - "\n If you take this exam without proctoring, you will no longer be eligible for academic credit. \n ": "\n\u05d0\u05dd \u05ea\u05d9\u05d1\u05d7\u05df \u05d1\u05de\u05d1\u05d7\u05df \u05d6\u05d4 \u05dc\u05dc\u05d0 \u05e4\u05d9\u05e7\u05d5\u05d7, \u05dc\u05d0 \u05ea\u05d5\u05db\u05dc \u05dc\u05d4\u05d9\u05d5\u05ea \u05d6\u05db\u05d0\u05d9 \u05dc\u05e0\u05d9\u05e7\u05d5\u05d3 \u05d0\u05e7\u05d3\u05de\u05d9. ", - "\n No, I want to continue working.\n ": "\n\u05dc\u05d0, \u05d0\u05e0\u05d9 \u05de\u05e2\u05d5\u05e0\u05d9\u05d9\u05df \u05dc\u05d4\u05de\u05e9\u05d9\u05da \u05dc\u05e2\u05d1\u05d5\u05d3.", - "\n No, I'd like to continue working\n ": "\n\u05dc\u05d0, \u05d0\u05e0\u05d9 \u05e8\u05d5\u05e6\u05d4 \u05dc\u05d4\u05de\u05e9\u05d9\u05da \u05dc\u05e2\u05d1\u05d5\u05d3.", - "\n Select the exam code, then copy it using Command+C (Mac) or Control+C (Windows).\n ": "\n\u05d1\u05d7\u05e8 \u05d0\u05ea \u05e7\u05d5\u05d3 \u05d4\u05de\u05d1\u05d7\u05df \u05d5\u05d0\u05d6 \u05d4\u05d3\u05d1\u05e7 \u05d0\u05d5\u05ea\u05d5 \u05d1\u05e2\u05d6\u05e8\u05ea Command+C (\u05de\u05e7) \u05d0\u05d5 Control+C (\u05d5\u05d5\u05d9\u05e0\u05d3\u05d5\u05e1).", - "\n The time allotted for this exam has expired. Your exam has been submitted and any work you completed will be graded.\n ": "\n\u05d4\u05d6\u05de\u05df, \u05d4\u05de\u05d5\u05e7\u05e6\u05d4 \u05dc\u05de\u05d1\u05d7\u05df \u05d6\u05d4, \u05e2\u05d1\u05e8. \u05de\u05d1\u05d7\u05e0\u05da \u05d4\u05d5\u05d2\u05e9 \u05d5\u05db\u05dc \u05e2\u05d1\u05d5\u05d3\u05d4 \u05e9\u05ea\u05e9\u05dc\u05d9\u05dd, \u05d9\u05e7\u05d1\u05dc \u05e6\u05d9\u05d5\u05df.", - "\n You have submitted your timed exam.\n ": "\n\u05d4\u05d2\u05e9\u05ea \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05d4\u05de\u05ea\u05d5\u05d6\u05de\u05df \u05e9\u05dc\u05da.", - "\n You will be asked to verify your identity as part of the proctoring exam set up.\n Make sure you are on a computer with a webcam, and that you have valid photo identification\n such as a driver's license or passport, before you continue.\n ": "\n\u05ea\u05ea\u05d1\u05e7\u05e9 \u05dc\u05d0\u05de\u05ea \u05d0\u05ea \u05d6\u05d4\u05d5\u05ea\u05da \u05db\u05d7\u05dc\u05e7 \u05de\u05d4\u05d2\u05d3\u05e8\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7.\n\u05dc\u05e4\u05e0\u05d9 \u05e9\u05ea\u05ea\u05d7\u05d9\u05dc, \u05d5\u05d5\u05d3\u05d0 \u05e9\u05dc\u05de\u05d7\u05e9\u05d1\u05da \u05d9\u05e9 \u05de\u05e6\u05dc\u05de\u05ea \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05d5\u05d9\u05e9 \u05dc\u05da \u05ea\u05de\u05d5\u05e0\u05ea \u05d6\u05d9\u05d4\u05d5\u05d9\n\u05db\u05d2\u05d5\u05df \u05e8\u05d9\u05e9\u05d9\u05d5\u05df \u05e0\u05d4\u05d9\u05d2\u05d4 \u05d0\u05d5 \u05d3\u05e8\u05db\u05d5\u05df.", - "\n You will be guided through steps to set up online proctoring software and to perform various checks.\n ": "\n\u05ea\u05d9\u05e0\u05ea\u05df \u05dc\u05da \u05d4\u05d3\u05e8\u05db\u05d4 \u05e9\u05dc\u05d1 \u05d0\u05d7\u05e8 \u05e9\u05dc\u05d1 \u05db\u05d9\u05e6\u05d3 \u05dc\u05d4\u05ea\u05e7\u05d9\u05df \u05d0\u05ea \u05ea\u05d5\u05db\u05e0\u05ea \u05d4\u05e4\u05d9\u05e7\u05d5\u05d7 \u05d5\u05dc\u05d1\u05e6\u05e2 \u05d1\u05d3\u05d9\u05e7\u05d5\u05ea \u05d1\u05d9\u05e6\u05d5\u05e2 \u05e9\u05d5\u05e0\u05d5\u05ea.", - "\n You will be guided through steps to set up online proctoring software and to perform various checks.
\n ": "\n\u05ea\u05d9\u05e0\u05ea\u05df \u05dc\u05da \u05d4\u05d3\u05e8\u05db\u05d4 \u05e9\u05dc\u05d1 \u05d0\u05d7\u05e8 \u05e9\u05dc\u05d1 \u05db\u05d9\u05e6\u05d3 \u05dc\u05d4\u05ea\u05e7\u05d9\u05df \u05d0\u05ea \u05ea\u05d5\u05db\u05e0\u05ea \u05d4\u05e4\u05d9\u05e7\u05d5\u05d7 \u05d5\u05dc\u05d1\u05e6\u05e2 \u05d1\u05d3\u05d9\u05e7\u05d5\u05ea \u05d1\u05d9\u05e6\u05d5\u05e2 \u05e9\u05d5\u05e0\u05d5\u05ea.
", - "\n • After you quit the proctoring session, the recorded data is uploaded for review.
\n • Proctoring results are usually available within 5 business days after you submit your exam.\n ": "\n• \u05dc\u05d0\u05d7\u05e8 \u05e9\u05ea\u05e2\u05d6\u05d5\u05d1 \u05d0\u05ea \u05d4\u05de\u05e4\u05d2\u05e9 \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7, \u05d4\u05de\u05d9\u05d3\u05e2 \u05e9\u05d4\u05d5\u05e7\u05dc\u05d8 \u05d9\u05d5\u05e2\u05dc\u05d4 \u05dc\u05e1\u05e7\u05d9\u05e8\u05d4.
\n• \u05dc\u05e8\u05d5\u05d1, \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05d6\u05de\u05d9\u05e0\u05d5\u05ea \u05ea\u05d5\u05da 5 \u05d9\u05de\u05d9 \u05e2\u05e1\u05e7\u05d9\u05dd \u05dc\u05d0\u05d7\u05e8 \u05d4\u05d2\u05e9\u05ea \u05d4\u05de\u05d1\u05d7\u05df.", - "\n A technical error has occurred with your proctored exam. To resolve this problem, contact\n technical support. All exam data, including answers\n for completed problems, has been lost. When the problem is resolved you will need to restart\n the exam and complete all problems again.\n ": "\n\u05d0\u05d9\u05e8\u05e2\u05d4 \u05d8\u05e2\u05d5\u05ea \u05d8\u05db\u05e0\u05d9\u05ea \u05d1'\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7' \u05e9\u05dc\u05da. \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e4\u05ea\u05d5\u05e8 \u05d0\u05ea \u05d4\u05d1\u05e2\u05d9\u05d4 \u05d4\u05d6\u05d5, \u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8\n\u05e2\u05dd \u05e6\u05d5\u05d5\u05ea \u05d4\u05ea\u05de\u05d9\u05db\u05d4 \u05d4\u05d8\u05db\u05e0\u05d9 . \u05db\u05dc \u05d4\u05de\u05d9\u05d3\u05e2 \u05d0\u05d5\u05d3\u05d5\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05db\u05d5\u05dc\u05dc \u05ea\u05e9\u05d5\u05d1\u05d5\u05ea\n\u05e2\u05d1\u05d5\u05e8 \u05d1\u05e2\u05d9\u05d5\u05ea \u05e9\u05d4\u05d5\u05e9\u05dc\u05de\u05d5, \u05d0\u05d1\u05d3. \u05db\u05d0\u05e9\u05e8 \u05ea\u05d9\u05e4\u05ea\u05e8 \u05d4\u05d1\u05e2\u05d9\u05d4 \u05d9\u05d4\u05d9\u05d4 \u05e2\u05dc\u05d9\u05da \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05e9\u05d5\u05d1 \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05d5\u05dc\u05e4\u05ea\u05d5\u05e8 \u05e9\u05d5\u05d1 \u05d0\u05ea \u05db\u05dc \u05d4\u05d1\u05e2\u05d9\u05d5\u05ea.", - "\n After the due date for this exam has passed, you will be able to review your answers on this page.\n ": "\n\u05dc\u05d0\u05d7\u05e8 \u05e9\u05d9\u05e2\u05d1\u05d5\u05e8 \u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d9\u05e2\u05d3 \u05e2\u05d1\u05d5\u05e8 \u05de\u05d1\u05d7\u05df \u05d6\u05d4, \u05ea\u05d5\u05db\u05dc \u05dc\u05e1\u05e7\u05d5\u05e8 \u05d0\u05ea \u05ea\u05e9\u05d5\u05d1\u05d5\u05ea\u05d9\u05da \u05d1\u05e2\u05de\u05d5\u05d3 \u05d6\u05d4.", - "\n After you submit your exam, your exam will be graded.\n ": "\n\u05dc\u05d0\u05d7\u05e8 \u05e9\u05ea\u05d2\u05d9\u05e9 \u05d0\u05ea \u05de\u05d1\u05d7\u05e0\u05da, \u05d9\u05e7\u05d1\u05dc \u05de\u05d1\u05d7\u05e0\u05da \u05e6\u05d9\u05d5\u05df.", - "\n After you submit your exam, your responses are graded and your proctoring session is reviewed.\n You might be eligible to earn academic credit for this course if you complete all required exams\n as well as achieve a final grade that meets credit requirements for the course.\n ": "\n\u05dc\u05d0\u05d7\u05e8 \u05d4\u05d2\u05e9\u05ea \u05de\u05d1\u05d7\u05e0\u05da, \u05d9\u05e7\u05d1\u05dc\u05d5 \u05ea\u05e9\u05d5\u05d1\u05d5\u05ea\u05d9\u05da \u05e6\u05d9\u05d5\u05e0\u05d9\u05dd \u05d5\u05d9\u05d9\u05e1\u05e7\u05e8 \u05d4\u05de\u05e4\u05d2\u05e9 \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05e9\u05dc\u05da.\n\u05ea\u05d5\u05db\u05dc \u05dc\u05d4\u05d9\u05d5\u05ea \u05d6\u05db\u05d0\u05d9 \u05dc\u05e0\u05d9\u05e7\u05d5\u05d3 \u05d0\u05e7\u05d3\u05de\u05d9 \u05e2\u05d1\u05d5\u05e8 \u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4 \u05d0\u05dd \u05ea\u05e9\u05dc\u05d9\u05dd \u05d0\u05ea \u05db\u05dc \u05d4\u05de\u05d1\u05d7\u05e0\u05d9\u05dd \u05d4\u05e0\u05d3\u05e8\u05e9\u05d9\u05dd,\n\u05d5\u05db\u05df \u05ea\u05d5\u05db\u05dc \u05dc\u05e7\u05d1\u05dc \u05e6\u05d9\u05d5\u05df \u05e1\u05d5\u05e4\u05d9 \u05e9\u05d9\u05e2\u05e0\u05d4 \u05e2\u05dc \u05d3\u05e8\u05d9\u05e9\u05d5\u05ea \u05d6\u05d9\u05db\u05d5\u05d9 \u05e2\u05d1\u05d5\u05e8 \u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4.", - "\n Are you sure that you want to submit your timed exam?\n ": "\n \u05d4\u05d0\u05dd \u05d0\u05ea\u05dd \u05d1\u05d8\u05d5\u05d7\u05d9\u05dd \u05e9\u05d0\u05ea\u05dd \u05de\u05d5\u05db\u05e0\u05d9\u05dd \u05dc\u05d4\u05d2\u05d9\u05e9 \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05d4\u05de\u05ea\u05d5\u05d6\u05de\u05df \u05e9\u05dc\u05db\u05dd?\n ", - "\n Are you sure you want to end your proctored exam?\n ": "\n\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d0\u05ea\u05d4 \u05e8\u05d5\u05e6\u05d4 \u05dc\u05e1\u05d9\u05d9\u05dd \u05d0\u05ea \u05d4'\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7' \u05e9\u05dc\u05da?", - "\n Because the due date has passed, you are no longer able to take this exam.\n ": "\n\u05d4\u05d9\u05d5\u05ea \u05d5\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d9\u05e2\u05d3 \u05e2\u05d1\u05e8, \u05d0\u05d9\u05e0\u05da \u05d6\u05db\u05d0\u05d9 \u05e2\u05d5\u05d3 \u05dc\u05d4\u05d9\u05d1\u05d7\u05df \u05d1\u05de\u05d1\u05d7\u05df \u05d6\u05d4.", - "\n Error with proctored exam\n ": "\n\u05d8\u05e2\u05d5\u05ea \u05d1\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7", - "\n Follow these instructions\n ": "\n\u05e2\u05e7\u05d5\u05d1 \u05d0\u05d7\u05e8 \u05d4\u05d4\u05d5\u05e8\u05d0\u05d5\u05ea \u05d4\u05d0\u05dc\u05d4", - "\n Follow these steps to set up and start your proctored exam.\n ": "\n\u05e2\u05e7\u05d5\u05d1 \u05d0\u05d7\u05e8 \u05e6\u05e2\u05d3\u05d9\u05dd \u05d0\u05dc\u05d4 \u05dc\u05d4\u05ea\u05e7\u05e0\u05d4 \u05d5\u05d4\u05ea\u05d7\u05dc \u05d1\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7.", - "\n Get familiar with proctoring for real exams later in the course. This practice exam has no impact\n on your grade in the course.\n ": "\n\u05d4\u05db\u05e8 \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05e0\u05d9\u05dd \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05de\u05d0\u05d5\u05d7\u05e8 \u05d9\u05d5\u05ea\u05e8 \u05d1\u05e7\u05d5\u05e8\u05e1. \u05de\u05d1\u05d7\u05df \u05ea\u05e8\u05d2\u05d5\u05dc \u05d6\u05d4 \u05d0\u05d9\u05e0\u05d5 \u05de\u05e9\u05e4\u05d9\u05e2\n\u05e2\u05dc \u05e6\u05d9\u05d5\u05e0\u05da \u05d1\u05e7\u05d5\u05e8\u05e1.", - "\n If the proctoring software window is still open, you can close it now. Confirm that you want to quit the application when you are prompted.\n ": "\n\u05d0\u05dd \u05d7\u05dc\u05d5\u05df \u05ea\u05d5\u05db\u05e0\u05ea \u05d4\u05e4\u05d9\u05e7\u05d5\u05d7 \u05e2\u05d3\u05d9\u05d9\u05df \u05e4\u05ea\u05d5\u05d7\u05d4, \u05ea\u05d5\u05db\u05dc \u05dc\u05e1\u05d2\u05d5\u05e8 \u05d0\u05d5\u05ea\u05d4 \u05db\u05e2\u05ea. \u05d0\u05e9\u05e8 \u05db\u05d9 \u05d0\u05ea\u05d4 \u05de\u05e2\u05d5\u05e0\u05d9\u05d9\u05df \u05dc\u05e2\u05d6\u05d5\u05d1 \u05d0\u05ea \u05d4\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d4 \u05db\u05d0\u05e9\u05e8 \u05d0\u05ea\u05d4 \u05de\u05ea\u05d1\u05e7\u05e9.", - "\n If you have concerns about your proctoring session results, contact your course team.\n ": "\n\u05d1\u05de\u05d9\u05d3\u05d4 \u05d5\u05d9\u05e9 \u05dc\u05da \u05d4\u05e1\u05ea\u05d9\u05d9\u05d2\u05d5\u05d9\u05d5\u05ea \u05d1\u05e0\u05d5\u05d2\u05e2 \u05dc\u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d4\u05de\u05e4\u05d2\u05e9 \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7, \u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8 \u05e2\u05dd \u05e6\u05d5\u05d5\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1.", - "\n If you have disabilities,\n you might be eligible for an additional time allowance on timed exams.\n Ask your course team for information about additional time allowances.\n ": "\n\u05d0\u05dd \u05d9\u05e9 \u05dc\u05da \u05de\u05d2\u05d1\u05dc\u05d5\u05ea \u05db\u05dc\u05e9\u05d4\u05df,\n\u05d0\u05ea\u05d4 \u05e2\u05e9\u05d5\u05d9 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d6\u05db\u05d0\u05d9 \u05dc\u05d4\u05d0\u05e8\u05db\u05ea \u05d6\u05de\u05df \u05e0\u05d5\u05e1\u05e4\u05ea \u05d1\u05de\u05d1\u05d7\u05e0\u05d9\u05dd \u05de\u05ea\u05d5\u05d6\u05de\u05e0\u05d9\u05dd.\n\u05e9\u05d0\u05dc \u05d0\u05ea \u05e6\u05d5\u05d5\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1 \u05e2\u05dc \u05de\u05d9\u05d3\u05e2 \u05d0\u05d5\u05d3\u05d5\u05ea \u05d4\u05d0\u05e8\u05db\u05d5\u05ea \u05d6\u05de\u05df \u05e0\u05d5\u05e1\u05e4\u05d5\u05ea.", - "\n If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n ": "\n\u05d1\u05de\u05d9\u05d3\u05d4 \u05d5\u05d9\u05e9 \u05dc\u05da \u05e9\u05d0\u05dc\u05d5\u05ea \u05d0\u05d5\u05d3\u05d5\u05ea \u05e1\u05d8\u05d8\u05d5\u05e1 \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05e9\u05dc\u05da, \u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8 \u05e2\u05dd \u05e6\u05d5\u05d5\u05ea \u05d4\u05ea\u05de\u05d9\u05db\u05d4 \u05e9\u05dc %(platform_name)s.", - "\n If you have questions about the status of your requirements for course credit, contact %(platform_name)s Support.\n ": "\n\u05d0\u05dd \u05d9\u05e9 \u05dc\u05da \u05e9\u05d0\u05dc\u05d5\u05ea \u05e1\u05d8\u05d8\u05d5\u05e1 \u05d4\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea \u05dc\u05e0\u05e7\u05d5\u05d3\u05d5\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1 \u05e9\u05dc\u05da, \u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8 \u05e2\u05dd \u05e6\u05d5\u05d5\u05ea \u05d4\u05ea\u05de\u05d9\u05db\u05d4 \u05e9\u05dc %(platform_name)s.", - "\n Make sure that you have selected \"Submit\" for each problem before you submit your exam.\n ": "\n\u05d5\u05d3\u05d0 \u05e9\u05d1\u05d7\u05e8\u05ea \"\u05d4\u05d2\u05e9\u05d4\" \u05e2\u05d1\u05d5\u05e8 \u05db\u05dc \u05d1\u05e2\u05d9\u05d4 \u05dc\u05e4\u05e0\u05d9 \u05e9\u05d0\u05ea\u05d4 \u05de\u05d2\u05d9\u05e9 \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05e9\u05dc\u05da.", - "\n Practice exams do not affect your grade or your credit eligibility.\n You have completed this practice exam and can continue with your course work.\n ": "\n\u05de\u05d1\u05d7\u05e0\u05d9 \u05ea\u05e8\u05d2\u05d5\u05dc \u05d0\u05d9\u05e0\u05dd \u05de\u05e9\u05e4\u05d9\u05e2\u05d9\u05dd \u05e2\u05dc \u05e6\u05d9\u05d5\u05e0\u05da \u05d0\u05d5 \u05e0\u05e7\u05d5\u05d3\u05d5\u05ea \u05d4\u05d6\u05db\u05d5\u05ea \u05e9\u05dc\u05da.\n\u05d4\u05e9\u05dc\u05de\u05ea \u05d0\u05ea \u05de\u05d1\u05d7\u05df \u05d4\u05ea\u05e8\u05d2\u05d5\u05dc \u05d4\u05d6\u05d4. \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05de\u05e9\u05d9\u05da \u05d1\u05e2\u05d1\u05d5\u05d3\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1 \u05e9\u05dc\u05da.", - "\n The due date for this exam has passed\n ": "\n\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d9\u05e2\u05d3 \u05dc\u05de\u05d1\u05d7\u05df \u05d6\u05d4 \u05e2\u05d1\u05e8.", - "\n There was a problem with your practice proctoring session\n ": "\n\u05d4\u05ea\u05e2\u05d5\u05e8\u05e8\u05d4 \u05d1\u05e2\u05d9\u05d4 \u05d1\u05de\u05e4\u05d2\u05e9 \u05d4\u05ea\u05e8\u05d2\u05d5\u05dc \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05e9\u05dc\u05da.", - "\n This exam is proctored\n ": "\n\u05de\u05d1\u05d7\u05df \u05d6\u05d4 \u05e0\u05de\u05e6\u05d0 \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7.", - "\n To view your exam questions and responses, select View my exam. The exam's review status is shown in the left navigation pane.\n ": "\n\u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e6\u05e4\u05d5\u05ea \u05d1\u05e9\u05d0\u05dc\u05d5\u05ea \u05d5\u05ea\u05e9\u05d5\u05d1\u05d5\u05ea \u05de\u05d1\u05d7\u05e0\u05da, \u05d1\u05d7\u05e8 \u05d1 \u05e6\u05e4\u05d4 \u05d1\u05de\u05d1\u05d7\u05df \u05e9\u05dc\u05d9 . \u05e1\u05d8\u05d8\u05d5\u05e1 \u05e1\u05e7\u05d9\u05e8\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05d9\u05d5\u05e6\u05d2 \u05de\u05e9\u05de\u05d0\u05dc \u05d1\u05d7\u05dc\u05d5\u05e0\u05d9\u05ea \u05d4\u05e0\u05d9\u05d5\u05d5\u05d8.", - "\n Try a proctored exam\n ": "\n\u05e0\u05e1\u05d4 \u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7", - "\n View your credit eligibility status on your Progress page.\n ": "\n\u05e6\u05e4\u05d4 \u05d1\u05e1\u05d8\u05d8\u05d5\u05e1 \u05e0\u05e7\u05d5\u05ea \u05d4\u05d6\u05db\u05d5\u05ea \u05e9\u05dc\u05da \u05d1\u05e2\u05de\u05d5\u05d3 \u05d4\u05d4\u05ea\u05e7\u05d3\u05de\u05d5\u05ea \u05e9\u05dc\u05da .", - "\n Yes, end my proctored exam\n ": "\n\u05db\u05df, \u05e1\u05d9\u05d9\u05dd \u05d0\u05ea \u05d4'\u05de\u05d1\u05d7\u05df \u05dc\u05dc\u05d0 \u05e4\u05d9\u05e7\u05d5\u05d7' \u05e9\u05dc\u05d9", - "\n Yes, submit my timed exam.\n ": "\n\u05db\u05df, \u05d4\u05d2\u05e9 \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05d4\u05de\u05ea\u05d5\u05d6\u05de\u05df \u05e9\u05dc\u05d9.", - "\n You are eligible to purchase academic credit for this course if you complete all required exams\n and also achieve a final grade that meets the credit requirements for the course.\n ": "\n\u05d0\u05ea\u05d4 \u05d6\u05db\u05d0\u05d9 \u05dc\u05e8\u05db\u05d5\u05e9 \u05e0\u05d9\u05e7\u05d5\u05d3 \u05d0\u05e7\u05d3\u05de\u05d9 \u05e2\u05d1\u05d5\u05e8 \u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4 \u05d0\u05dd \u05d4\u05e9\u05dc\u05de\u05ea \u05d0\u05ea \u05db\u05dc \u05d4\u05de\u05d1\u05d7\u05e0\u05d9\u05dd \u05d4\u05d3\u05e8\u05d5\u05e9\u05d9\u05dd\n\u05d5\u05d4\u05e9\u05d2\u05ea \u05d1\u05e0\u05d5\u05e1\u05e3 \u05e6\u05d9\u05d5\u05df \u05e1\u05d5\u05e4\u05d9 \u05d4\u05e2\u05d5\u05e0\u05d4 \u05d0\u05ea \u05db\u05dc \u05d4\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea \u05dc\u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4.", - "\n You are no longer eligible for academic credit for this course, regardless of your final grade.\n If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n ": "\n\u05d0\u05d9\u05e0\u05da \u05d6\u05db\u05d0\u05d9 \u05e2\u05d5\u05d3 \u05dc\u05e0\u05d9\u05e7\u05d5\u05d3 \u05d0\u05e7\u05d3\u05de\u05d9 \u05e2\u05d1\u05d5\u05e8 \u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4, \u05dc\u05dc\u05d0 \u05e7\u05e9\u05e8 \u05dc\u05e6\u05d9\u05d5\u05e0\u05da \u05d4\u05e1\u05d5\u05e4\u05d9.\n\u05d1\u05de\u05d9\u05d3\u05d4 \u05d5\u05d9\u05e9 \u05dc\u05da \u05e9\u05d0\u05dc\u05d5\u05ea \u05e2\u05dc \u05e1\u05d8\u05d8\u05d5\u05e1 \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d4'\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7' \u05e9\u05dc\u05da, \u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8 \u05e2\u05dd \u05e6\u05d5\u05d5\u05ea \u05d4\u05ea\u05de\u05d9\u05db\u05d4 \u05e9\u05dc %(platform_name)s.", - "\n You have submitted this practice proctored exam\n ": "\n\u05d4\u05d2\u05e9\u05ea \u05d0\u05ea \u05de\u05d1\u05d7\u05df \u05d4\u05ea\u05e8\u05d2\u05d5\u05dc \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05d4\u05d6\u05d4", - "\n You have submitted this proctored exam for review\n ": "\n\u05d4\u05d2\u05e9\u05ea \u05dc\u05e1\u05e7\u05d9\u05e8\u05d4 \u05d0\u05ea \u05d4'\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7' \u05e9\u05dc\u05da.", - "\n Your grade for this timed exam will be immediately available on the Progress page.\n ": "\n\u05e6\u05d9\u05d5\u05e0\u05da \u05e2\u05d1\u05d5\u05e8 \u05d4\u05de\u05d1\u05d7\u05df \u05d4\u05de\u05ea\u05d5\u05d6\u05de\u05df \u05d4\u05d6\u05d4 \u05d9\u05d4\u05d9\u05d4 \u05d6\u05de\u05d9\u05df \u05de\u05d9\u05d3 \u05d1\u05e2\u05de\u05d5\u05d3 \u05d4\u05d4\u05ea\u05e7\u05d3\u05de\u05d5\u05ea .", - "\n Your practice proctoring results: Unsatisfactory \n ": "\n\u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d4\u05ea\u05e8\u05d2\u05d5\u05dc \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7: \u05d7\u05d5\u05e1\u05e8 \u05e9\u05d1\u05d9\u05e2\u05d5\u05ea \u05e8\u05e6\u05d5\u05df ", - "\n Your proctoring session ended before you completed this practice exam.\n You can retry this practice exam if you had problems setting up the online proctoring software.\n ": "\n\u05de\u05e4\u05d2\u05e9 \u05d4\u05e4\u05d9\u05e7\u05d5\u05d7 \u05d4\u05e1\u05ea\u05d9\u05d9\u05dd \u05dc\u05e4\u05e0\u05d9 \u05e9\u05d4\u05e9\u05dc\u05de\u05ea \u05d0\u05ea \u05de\u05d1\u05d7\u05df \u05d4\u05ea\u05e8\u05d2\u05d5\u05dc.\n\u05d0\u05ea\u05d4 \u05d9\u05db\u05d5\u05dc \u05dc\u05e0\u05e1\u05d5\u05ea \u05e9\u05d5\u05d1 \u05d0\u05ea \u05de\u05d1\u05d7\u05df \u05d4\u05ea\u05e8\u05d2\u05d5\u05dc \u05d4\u05d6\u05d4 \u05d0\u05dd \u05e0\u05ea\u05e7\u05dc\u05ea \u05d1\u05d1\u05e2\u05d9\u05d5\u05ea \u05d4\u05ea\u05e7\u05e0\u05ea \u05ea\u05d5\u05db\u05e0\u05ea \u05d4\u05e4\u05d9\u05e7\u05d5\u05d7 \u05d0\u05d5\u05df \u05dc\u05d9\u05d9\u05df.", - "\n Your proctoring session was reviewed and did not pass requirements\n ": "\n\u05d4\u05de\u05e4\u05d2\u05e9 \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05e9\u05dc\u05da \u05e2\u05d1\u05e8 \u05e1\u05e7\u05d9\u05e8\u05d4 \u05d5\u05dc\u05d0 \u05e2\u05d1\u05e8 \u05d0\u05ea \u05d4\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea.", - "\n Your proctoring session was reviewed and passed all requirements\n ": "\n\u05d4\u05de\u05e4\u05d2\u05e9 \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05e9\u05dc\u05da \u05e2\u05d1\u05e8 \u05e1\u05e7\u05d9\u05e8\u05d4 \u05d5\u05e2\u05d1\u05e8 \u05d0\u05ea \u05db\u05dc \u05d4\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea.", - "\n %(exam_name)s is a Timed Exam (%(total_time)s)\n ": "\n%(exam_name)s \u05d4\u05d5\u05d0 \u05de\u05d1\u05d7\u05df \u05de\u05ea\u05d5\u05d6\u05de\u05df (%(total_time)s)", - "\n The following prerequisites are in a pending state and must be successfully completed before you can proceed:\n ": "\n\u05d4\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea \u05d4\u05de\u05e7\u05d3\u05d9\u05de\u05d5\u05ea \u05e9\u05dc\u05d4\u05dc\u05df \u05e0\u05de\u05e6\u05d0\u05d5\u05ea \u05d1\u05ea\u05d4\u05dc\u05d9\u05da \u05d1\u05d3\u05d9\u05e7\u05d4 \u05d5\u05d7\u05d9\u05d9\u05d1\u05d5\u05ea \u05dc\u05d4\u05e1\u05ea\u05d9\u05d9\u05dd \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05dc\u05e4\u05e0\u05d9 \u05e9\u05ea\u05d5\u05db\u05dc \u05dc\u05d4\u05de\u05e9\u05d9\u05da:", - "\n You can take this exam with proctoring only when all prerequisites have been successfully completed. Check your Progress page to see if prerequisite results have been updated. You can also take this exam now without proctoring, but you will not be eligible for credit.\n ": "\n\u05ea\u05d5\u05db\u05dc \u05dc\u05d4\u05d9\u05d1\u05d7\u05df \u05d1\u05de\u05d1\u05d7\u05df \u05d6\u05d4 \u05e2\u05dd \u05e4\u05d9\u05e7\u05d5\u05d7 \u05d1\u05dc\u05d1\u05d3 \u05e8\u05e7 \u05db\u05d0\u05e9\u05e8 \u05db\u05dc \u05d4\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea \u05d4\u05de\u05e7\u05d3\u05d9\u05de\u05d5\u05ea \u05d9\u05d5\u05e9\u05dc\u05de\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4. \u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05e2\u05de\u05d5\u05d3 \u05d4\u05d4\u05ea\u05e7\u05d3\u05de\u05d5\u05ea \u05db\u05d3\u05d9 \u05dc\u05e8\u05d0\u05d5\u05ea \u05d0\u05dd \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d4\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea \u05d4\u05de\u05e7\u05d3\u05d9\u05de\u05d5\u05ea \u05e2\u05d5\u05d3\u05db\u05e0\u05d5. \u05ea\u05d5\u05db\u05dc \u05d2\u05dd \u05dc\u05d4\u05d9\u05d1\u05d7\u05df \u05db\u05e2\u05ea \u05d1\u05de\u05d1\u05d7\u05df \u05d6\u05d4 \u05dc\u05dc\u05d0 \u05e4\u05d9\u05e7\u05d5\u05d7, \u05d0\u05da \u05dc\u05d0 \u05ea\u05d4\u05d9\u05d4 \u05d6\u05db\u05d0\u05d9 \u05dc\u05e0\u05d9\u05e7\u05d5\u05d3.", - "\n You did not satisfy the following prerequisites:\n ": "\n\u05dc\u05d0 \u05e2\u05e0\u05d9\u05ea \u05e2\u05dc \u05d4\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea \u05d4\u05de\u05e7\u05d3\u05d9\u05de\u05d5\u05ea \u05d4\u05d1\u05d0\u05d5\u05ea:", - "\n You did not satisfy the requirements for taking this exam with proctoring, and are not eligible for credit. See your Progress page for a list of requirements and your status for each.\n ": "\n\u05dc\u05d0 \u05e2\u05e0\u05d9\u05ea \u05e2\u05dc \u05d4\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea \u05dc\u05e6\u05d5\u05e8\u05da \u05d1\u05d7\u05d9\u05e0\u05d4 \u05d1\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05d6\u05d4. \u05e8\u05d0\u05d4 \u05d1\u05d3\u05e3 \u05d4\u05d4\u05ea\u05e7\u05d3\u05de\u05d5\u05ea \u05e9\u05dc\u05da \u05d0\u05ea \u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea \u05d5\u05d0\u05ea \u05d4\u05e1\u05d8\u05d8\u05d5\u05e1 \u05e9\u05dc\u05da \u05d1\u05db\u05dc \u05d0\u05d7\u05ea \u05de\u05d4\u05df.", - "\n You have not completed the prerequisites for this exam. All requirements must be satisfied before you can take this proctored exam and be eligible for credit. See your Progress page for a list of requirements in the order that they must be completed.\n ": "\n\u05dc\u05d0 \u05d4\u05e9\u05dc\u05de\u05ea \u05d0\u05ea \u05d4\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea \u05d4\u05de\u05e7\u05d3\u05d9\u05de\u05d5\u05ea \u05dc\u05de\u05d1\u05d7\u05df \u05d4\u05d6\u05d4. \u05db\u05dc \u05d4\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea \u05d4\u05de\u05e7\u05d3\u05d9\u05de\u05d5\u05ea \u05d7\u05d9\u05d9\u05d1\u05d5\u05ea \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05e9\u05d1\u05d9\u05e2\u05d5\u05ea \u05e8\u05e6\u05d5\u05df \u05dc\u05e4\u05e0\u05d9 \u05e9\u05ea\u05d5\u05db\u05dc \u05dc\u05d4\u05d9\u05d1\u05d7\u05df \u05d1\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05d5\u05dc\u05e7\u05d1\u05dc \u05e0\u05d9\u05e7\u05d5\u05d3. \u05e8\u05d0\u05d4 \u05d1\u05e2\u05de\u05d5\u05d3 \u05d4\u05ea\u05e7\u05d3\u05de\u05d5\u05ea \u05d0\u05ea \u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea \u05d4\u05de\u05e7\u05d3\u05d9\u05de\u05d5\u05ea \u05dc\u05e6\u05d5\u05e8\u05da \u05d4\u05e9\u05dc\u05de\u05ea\u05df.", - " From this point in time, you must follow the online proctoring rules to pass the proctoring review for your exam. ": "\u05de\u05e8\u05d2\u05e2 \u05d6\u05d4 \u05d5\u05d0\u05d9\u05dc\u05da, \u05e2\u05dc\u05d9\u05da \u05dc\u05e2\u05e7\u05d5\u05d1 \u05d0\u05d7\u05e8 \u05d7\u05d5\u05e7\u05d9 \u05d4\u05e4\u05d9\u05e7\u05d5\u05d7 \u05d4\u05e0\u05de\u05e6\u05d0\u05d9\u05dd \u05d0\u05d5\u05df \u05dc\u05d9\u05d9\u05df \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e2\u05d1\u05d5\u05e8 \u05d0\u05ea \u05d4\u05e1\u05e7\u05d9\u05e8\u05d4 \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05e2\u05d1\u05d5\u05e8 \u05de\u05d1\u05d7\u05e0\u05da.", - " Your Proctoring Session Has Started ": "\u05de\u05e4\u05d2\u05e9 \u05d4\u05e4\u05d9\u05e7\u05d5\u05d7 \u05e9\u05dc\u05da \u05d4\u05ea\u05d7\u05d9\u05dc.", - " and ": "\u05d5\u05d2\u05dd", - " and {num_of_minutes} minute": "\u05d5- {num_of_minutes} \u05d3\u05e7\u05d4", - " and {num_of_minutes} minutes": "\u05d5- {num_of_minutes} \u05d3\u05e7\u05d5\u05ea", - " learner does not exist in LMS and not added to the exception list": " \u05d4\u05dc\u05d5\u05de\u05d3 \u05d0\u05d9\u05e0\u05d5 \u05e7\u05d9\u05d9\u05dd \u05d1-LMS \u05d5\u05dc\u05d0 \u05e0\u05d5\u05e1\u05e3 \u05dc\u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d7\u05e8\u05d9\u05d2\u05d9\u05dd", - " learner is already white listed and not added to the exception list": " \u05d4\u05ea\u05dc\u05de\u05d9\u05d3 \u05db\u05d1\u05e8 \u05e0\u05d5\u05e1\u05e3 \u05dc\u05e8\u05e9\u05d9\u05de\u05d4 \u05d4\u05d1\u05d8\u05d5\u05d7\u05d4 \u05d5\u05dc\u05d0 \u05e0\u05d5\u05e1\u05e3 \u05dc\u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d7\u05e8\u05d9\u05d2\u05d9\u05dd ", - " learner is not enrolled in course and not added to the exception list": " \u05d4\u05dc\u05d5\u05de\u05d3 \u05d0\u05d9\u05e0\u05d5 \u05e8\u05e9\u05d5\u05dd \u05d1\u05e7\u05d5\u05e8\u05e1 \u05d5\u05dc\u05d0 \u05e0\u05d5\u05e1\u05e3 \u05dc\u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d7\u05e8\u05d9\u05d2\u05d9\u05dd", - " learner is successfully added to the exception list": " \u05d4\u05dc\u05d5\u05de\u05d3 \u05e0\u05d5\u05e1\u05e3 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05dc\u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d7\u05e8\u05d9\u05d2\u05d9\u05dd", - " learners are already white listed and not added to the exception list": " \u05d4\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05db\u05d1\u05e8 \u05e0\u05d5\u05e1\u05e4\u05d5 \u05dc\u05e8\u05e9\u05d9\u05de\u05d4 \u05d4\u05dc\u05d1\u05e0\u05d4 \u05d5\u05dc\u05d0 \u05e0\u05d5\u05e1\u05e4\u05d5 \u05dc\u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d7\u05e8\u05d9\u05d2\u05d9\u05dd ", - " learners are not enrolled in course and not added to the exception list": " \u05d4\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05d0\u05d9\u05e0\u05dd \u05e8\u05e9\u05d5\u05de\u05d9\u05dd \u05d1\u05e7\u05d5\u05e8\u05e1 \u05d5\u05dc\u05d0 \u05e0\u05d5\u05e1\u05e4\u05d5 \u05dc\u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d7\u05e8\u05d9\u05d2\u05d9\u05dd", - " learners are successfully added to exception list": " \u05d4\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05dc\u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d7\u05e8\u05d9\u05d2\u05d9\u05dd", - " learners do not exist in LMS and not added to the exception list": " \u05d4\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05dc\u05d0 \u05e7\u05d9\u05d9\u05de\u05d9\u05dd \u05d1-LMS \u05d5\u05dc\u05d0 \u05e0\u05d5\u05e1\u05e4\u05d5 \u05dc\u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d7\u05e8\u05d9\u05d2\u05d9\u05dd", - " record is not in correct format and not added to the exception list": " \u05d4\u05e8\u05e9\u05d5\u05de\u05d4 \u05d0\u05d9\u05e0\u05d4 \u05d1\u05ea\u05d1\u05e0\u05d9\u05ea \u05d4\u05e0\u05db\u05d5\u05e0\u05d4 \u05d5\u05dc\u05d0 \u05e0\u05d5\u05e1\u05e4\u05d4 \u05dc\u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d7\u05e8\u05d9\u05d2\u05d9\u05dd", - " records are not in correct format and not added to the exception list": " \u05d4\u05e8\u05e9\u05d5\u05de\u05d5\u05ea \u05d0\u05d9\u05e0\u05df \u05d1\u05ea\u05d1\u05e0\u05d9\u05ea \u05d4\u05e0\u05db\u05d5\u05e0\u05d4 \u05d5\u05dc\u05d0 \u05e0\u05d5\u05e1\u05e4\u05d5 \u05dc\u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d7\u05e8\u05d9\u05d2\u05d9\u05dd", - " to complete and submit the exam.": "\u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05d5\u05dc\u05d4\u05d2\u05d9\u05e9 \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df.", - "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", - "%(comments_count)s %(span_sr_open)scomments %(span_close)s": "%(comments_count)s %(span_sr_open)s\u05d4\u05e2\u05e8\u05d5\u05ea %(span_close)s", - "%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s unread comments)%(span_close)s": "%(comments_count)s %(span_sr_open)s\u05d4\u05e2\u05e8\u05d5\u05ea (%(unread_comments_count)s \u05d4\u05e2\u05e8\u05d5\u05ea \u05e9\u05dc\u05d0 \u05e0\u05e7\u05e8\u05d0\u05d5)%(span_close)s", - "%(download_link_start)sDownload this image (right-click or option-click, save as)%(link_end)s and then %(upload_link_start)supload%(link_end)s it to your backpack.": "%(download_link_start)s\u05d4\u05d5\u05e8\u05d3 \u05ea\u05de\u05d5\u05e0\u05d4 \u05d6\u05d5 (\u05dc\u05d7\u05e5 \u05dc\u05d7\u05d9\u05e6\u05d4 \u05d9\u05de\u05e0\u05d9\u05ea \u05d0\u05d5 \u05dc\u05d7\u05d9\u05e6\u05ea-\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea, \u05e9\u05de\u05d5\u05e8 \u05d1\u05e9\u05dd)%(link_end)s \u05d5\u05dc\u05d0\u05d7\u05e8 \u05de\u05db\u05df %(upload_link_start)s\u05d4\u05e2\u05dc\u05d4%(link_end)s \u05d0\u05d5\u05ea\u05d4 \u05dc-Backpack \u05e9\u05dc\u05da.", + "\n Make sure you are on a computer with a webcam, and that you have valid photo identification\n such as a driver's license or passport, before you continue.\n ": "\n\u05dc\u05e4\u05e0\u05d9 \u05e9\u05ea\u05ea\u05d7\u05d9\u05dc\n\u05d5\u05d5\u05d3\u05d0 \u05e9\u05dc\u05de\u05d7\u05e9\u05d1\u05da \u05d9\u05e9 \u05de\u05e6\u05dc\u05de\u05ea \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05d5\u05d9\u05e9 \u05dc\u05da \u05ea\u05de\u05d5\u05e0\u05ea \u05d6\u05d9\u05d4\u05d5\u05d9 \u05de\u05e2\u05d5\u05d3\u05db\u05e0\u05ea\n\u05db\u05d2\u05d5\u05df \u05e8\u05d9\u05e9\u05d9\u05d5\u05df \u05e0\u05d4\u05d9\u05d2\u05d4 \u05d0\u05d5 \u05d3\u05e8\u05db\u05d5\u05df.", + "\n Your verification attempt failed. Please read our guidelines to make\n sure you understand the requirements for successfully completing verification,\n then try again.\n ": "\n\u05e0\u05d9\u05e1\u05d9\u05d5\u05df \u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05e9\u05dc\u05da \u05e0\u05db\u05e9\u05dc. \u05e7\u05e8\u05d0 \u05d1\u05d1\u05e7\u05e9\u05d4 \u05d0\u05ea \u05d4\u05d5\u05e8\u05d0\u05d5\u05ea\u05d9\u05e0\u05d5 \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05d1\u05d8\u05d9\u05d7 \n\u05e9\u05d4\u05d1\u05e0\u05ea \u05d0\u05ea \u05d4\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea \u05dc\u05e6\u05d5\u05e8\u05da \u05d4\u05e9\u05dc\u05de\u05ea \u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4,\n\u05d5\u05d0\u05d6 \u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", + "\n Your verification has expired. You must successfully complete a new identity verification\n before you can start the proctored exam.\n ": "\n\u05e4\u05d2 \u05ea\u05d5\u05e7\u05e4\u05d5 \u05e9\u05dc \u05d4\u05d0\u05d9\u05de\u05d5\u05ea. \u05e2\u05dc\u05d9\u05da \u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05d0\u05d9\u05de\u05d5\u05ea \u05d6\u05d4\u05d5\u05ea \u05d7\u05d3\u05e9\u05d4\n\u05dc\u05e4\u05e0\u05d9 \u05e9\u05ea\u05d5\u05db\u05dc \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7.", + "\n Your verification is pending. Results should be available 2-3 days after you\n submit your verification.\n ": "\n\u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05e9\u05dc\u05da \u05e0\u05de\u05e6\u05d0 \u05d1\u05d1\u05d3\u05d9\u05e7\u05d4. \u05d4\u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d9\u05d4\u05d9\u05d5 \u05d6\u05de\u05d9\u05e0\u05d5\u05ea 2-3 \u05d9\u05de\u05d9\u05dd \u05dc\u05d0\u05d7\u05e8 \u05d4\u05d2\u05e9\u05ea \u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05e9\u05dc\u05da.", + "\n Complete your verification before starting the proctored exam.\n ": "\n\u05d4\u05e9\u05dc\u05dd \u05d0\u05ea \u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05e9\u05dc\u05da \u05dc\u05e4\u05e0\u05d9 \u05e9\u05ea\u05ea\u05d7\u05d9\u05dc \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7", + "\n You must successfully complete identity verification before you can start the proctored exam.\n ": "\n\u05e2\u05dc\u05d9\u05da \u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05d0\u05d9\u05de\u05d5\u05ea \u05d6\u05d4\u05d5\u05ea \u05dc\u05e4\u05e0\u05d9 \u05e9\u05ea\u05d5\u05db\u05dc \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7.", + "\n 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 ": "\n\u05d0\u05dc \u05ea\u05e1\u05d2\u05d5\u05e8 \u05d7\u05dc\u05d5\u05df \u05d6\u05d4 \u05dc\u05e4\u05e0\u05d9 \u05e1\u05d9\u05d5\u05dd \u05de\u05d1\u05d7\u05e0\u05da. \u05d0\u05dd \u05ea\u05e1\u05d2\u05d5\u05e8 \u05d7\u05dc\u05d5\u05df \u05d6\u05d4, \u05d9\u05e1\u05ea\u05d9\u05d9\u05dd \u05d4'\u05de\u05e4\u05d2\u05e9 \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7' \u05e9\u05dc\u05da \u05d5\u05dc\u05d0 \u05ea\u05d5\u05db\u05dc \u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05d0\u05ea \u05d4'\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7'.", + "\n Return to the %(platform_name)s course window to start your exam. When you have finished your exam and\n have marked it as complete, you can close this window to end the proctoring session\n and upload your proctoring session data for review.\n ": "\n\u05d7\u05d6\u05d5\u05e8 \u05dc\u05d7\u05dc\u05d5\u05df \u05e7\u05d5\u05e8\u05e1 %(platform_name)s \u05db\u05d3\u05d9 \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d0\u05ea \u05de\u05d1\u05d7\u05e0\u05da. \u05db\u05d0\u05e9\u05e8 \u05ea\u05e1\u05d9\u05d9\u05dd \u05d5\u05ea\u05e1\u05de\u05df \u05d0\u05d5\u05ea\u05d5 \u05db\u05d2\u05de\u05d5\u05e8,\n\u05ea\u05d5\u05db\u05dc \u05dc\u05e1\u05d2\u05d5\u05e8 \u05d0\u05ea \u05d4\u05d7\u05dc\u05d5\u05df \u05d4\u05d6\u05d4 \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e1\u05d9\u05d9\u05dd \u05d0\u05ea \u05d4\u05de\u05e4\u05d2\u05e9 \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7\n\u05d5\u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05d0\u05ea \u05d4\u05de\u05d9\u05d3\u05e2 \u05e2\u05dc\u05d9\u05d5 \u05dc\u05e6\u05d5\u05e8\u05da \u05e1\u05e7\u05d9\u05e8\u05d4.", + "\n 3. When you have finished setting up proctoring, start the exam.\n ": "\n3. \u05db\u05d0\u05e9\u05e8 \u05ea\u05e1\u05d9\u05d9\u05dd \u05d0\u05ea \u05d4\u05d2\u05d3\u05e8\u05ea \u05d4\u05e4\u05d9\u05e7\u05d5\u05d7, \u05d4\u05ea\u05d7\u05dc \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df.", + "\n Start my exam\n ": "\n\u05d4\u05ea\u05d7\u05dc \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05e9\u05dc\u05d9", + "\n • When you start your exam you will have %(total_time)s to complete it.
\n • You cannot stop the timer once you start.
\n • If time expires before you finish your exam, your completed answers will be\n submitted for review.
\n ": "\n• \u05db\u05d0\u05e9\u05e8 \u05ea\u05ea\u05d7\u05d9\u05dc \u05d0\u05ea \u05de\u05d1\u05d7\u05e0\u05da, \u05d9\u05d4\u05d9\u05d4 \u05dc\u05da %(total_time)s \u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05d0\u05d5\u05ea\u05d5.
\n• \u05d0\u05d9\u05e0\u05da \u05d9\u05db\u05d5\u05dc \u05dc\u05e2\u05e6\u05d5\u05e8 \u05d0\u05ea \u05e9\u05e2\u05d5\u05df \u05d4\u05e2\u05e6\u05e8 \u05d1\u05e8\u05d2\u05e2 \u05e9\u05d4\u05ea\u05d7\u05dc\u05ea.\n• \u05d0\u05dd \u05d9\u05e1\u05ea\u05d9\u05d9\u05dd \u05d4\u05d6\u05de\u05df \u05dc\u05e4\u05e0\u05d9 \u05e9\u05e1\u05d9\u05d9\u05de\u05ea \u05d0\u05ea \u05de\u05d1\u05d7\u05e0\u05da, \u05ea\u05e9\u05d5\u05d1\u05d5\u05ea\u05d9\u05da \u05d4\u05e9\u05dc\u05de\u05d5\u05ea\n\u05d9\u05d5\u05d2\u05e9\u05d5 \u05dc\u05e1\u05e7\u05d9\u05e8\u05d4.
", + "\n 1. Copy this unique exam code. You will be prompted to paste this code later before you start the exam.\n ": "\n1. \u05d4\u05e2\u05ea\u05e7 \u05d0\u05ea \u05e7\u05d5\u05d3 \u05d4\u05de\u05d1\u05d7\u05df \u05d4\u05d9\u05d9\u05d7\u05d5\u05d3\u05d9 \u05d4\u05d6\u05d4. \u05dc\u05d0\u05d7\u05e8 \u05de\u05db\u05df \u05ea\u05ea\u05d1\u05e7\u05e9 \u05dc\u05d4\u05d3\u05d1\u05d9\u05e7 \u05d0\u05ea \u05d4\u05e7\u05d5\u05d3 \u05d4\u05d6\u05d4 \u05dc\u05e4\u05e0\u05d9 \u05d4\u05ea\u05d7\u05dc\u05ea \u05d4\u05de\u05d1\u05d7\u05df.", + "\n 2. Follow the link below to set up proctoring.\n ": "\n2. \u05e2\u05e7\u05d5\u05d1 \u05d0\u05d7\u05e8 \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8 \u05de\u05d8\u05d4 \u05db\u05d3\u05d9 \u05dc\u05d4\u05d2\u05d3\u05d9\u05e8 \u05d0\u05ea \u05d4\u05e4\u05d9\u05e7\u05d5\u05d7.", + "\n A new window will open. You will run a system check before downloading the proctoring application.\n ": "\n\u05d7\u05dc\u05d5\u05df \u05d7\u05d3\u05e9 \u05d9\u05d9\u05e4\u05ea\u05d7. \u05e2\u05dc\u05d9\u05da \u05dc\u05d4\u05e8\u05d9\u05e5 \u05d1\u05d3\u05d9\u05e7\u05ea \u05de\u05e2\u05e8\u05db\u05ea \u05dc\u05e4\u05e0\u05d9 \u05d4\u05d5\u05e8\u05d3\u05ea \u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d9\u05ea \u05d4\u05e4\u05d9\u05e7\u05d5\u05d7.", + "\n About Proctored Exams\n ": "\n\u05d0\u05d5\u05d3\u05d5\u05ea \u05d4\u05de\u05d1\u05d7\u05e0\u05d9\u05dd \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7", + "\n After the due date has passed, you can review the exam, but you cannot change your answers.\n ": "\n\u05dc\u05d0\u05d7\u05e8 \u05e9\u05e2\u05d1\u05e8 \u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d9\u05e2\u05d3, \u05ea\u05d5\u05db\u05dc \u05dc\u05e1\u05e7\u05d5\u05e8 \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05d0\u05da \u05dc\u05d0 \u05ea\u05d5\u05db\u05dc \u05dc\u05e9\u05e0\u05d5\u05ea \u05d0\u05ea \u05ea\u05e9\u05d5\u05d1\u05d5\u05ea\u05d9\u05da.", + "\n Are you sure you want to take this exam without proctoring?\n ": "\n\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d0\u05ea\u05d4 \u05e8\u05d5\u05e6\u05d4 \u05dc\u05d4\u05d9\u05d1\u05d7\u05df \u05d1\u05de\u05d1\u05d7\u05df \u05d6\u05d4 \u05dc\u05dc\u05d0 \u05e4\u05d9\u05e7\u05d5\u05d7?", + "\n Due to unsatisfied prerequisites, you can only take this exam without proctoring.\n ": "\n\u05d4\u05d5\u05d3\u05d5\u05ea \u05dc\u05d7\u05d5\u05e1\u05e8 \u05e9\u05d1\u05d9\u05e2\u05d5\u05ea \u05d1\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea \u05de\u05e7\u05d3\u05d9\u05de\u05d5\u05ea, \u05ea\u05d5\u05db\u05dc \u05dc\u05d4\u05d9\u05d1\u05d7\u05df \u05d1\u05de\u05d1\u05d7\u05df \u05d6\u05d4 \u05dc\u05dc\u05d0 \u05e4\u05d9\u05e7\u05d5\u05d7.", + "\n I am not interested in academic credit.\n ": "\n\u05d0\u05d9\u05e0\u05e0\u05d9 \u05de\u05e2\u05d5\u05e0\u05d9\u05d9\u05df \u05d1\u05e0\u05d9\u05e7\u05d5\u05d3 \u05d0\u05e7\u05d3\u05de\u05d9.", + "\n I am ready to start this timed exam.\n ": "\n\u05d0\u05e0\u05d9 \u05e8\u05d5\u05e6\u05d4 \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05d4\u05de\u05ea\u05d5\u05d6\u05de\u05df.", + "\n If you take this exam without proctoring, you will no longer be eligible for academic credit. \n ": "\n\u05d0\u05dd \u05ea\u05d9\u05d1\u05d7\u05df \u05d1\u05de\u05d1\u05d7\u05df \u05d6\u05d4 \u05dc\u05dc\u05d0 \u05e4\u05d9\u05e7\u05d5\u05d7, \u05dc\u05d0 \u05ea\u05d5\u05db\u05dc \u05dc\u05d4\u05d9\u05d5\u05ea \u05d6\u05db\u05d0\u05d9 \u05dc\u05e0\u05d9\u05e7\u05d5\u05d3 \u05d0\u05e7\u05d3\u05de\u05d9. ", + "\n No, I want to continue working.\n ": "\n\u05dc\u05d0, \u05d0\u05e0\u05d9 \u05de\u05e2\u05d5\u05e0\u05d9\u05d9\u05df \u05dc\u05d4\u05de\u05e9\u05d9\u05da \u05dc\u05e2\u05d1\u05d5\u05d3.", + "\n No, I'd like to continue working\n ": "\n\u05dc\u05d0, \u05d0\u05e0\u05d9 \u05e8\u05d5\u05e6\u05d4 \u05dc\u05d4\u05de\u05e9\u05d9\u05da \u05dc\u05e2\u05d1\u05d5\u05d3.", + "\n Select the exam code, then copy it using Command+C (Mac) or Control+C (Windows).\n ": "\n\u05d1\u05d7\u05e8 \u05d0\u05ea \u05e7\u05d5\u05d3 \u05d4\u05de\u05d1\u05d7\u05df \u05d5\u05d0\u05d6 \u05d4\u05d3\u05d1\u05e7 \u05d0\u05d5\u05ea\u05d5 \u05d1\u05e2\u05d6\u05e8\u05ea Command+C (\u05de\u05e7) \u05d0\u05d5 Control+C (\u05d5\u05d5\u05d9\u05e0\u05d3\u05d5\u05e1).", + "\n The time allotted for this exam has expired. Your exam has been submitted and any work you completed will be graded.\n ": "\n\u05d4\u05d6\u05de\u05df, \u05d4\u05de\u05d5\u05e7\u05e6\u05d4 \u05dc\u05de\u05d1\u05d7\u05df \u05d6\u05d4, \u05e2\u05d1\u05e8. \u05de\u05d1\u05d7\u05e0\u05da \u05d4\u05d5\u05d2\u05e9 \u05d5\u05db\u05dc \u05e2\u05d1\u05d5\u05d3\u05d4 \u05e9\u05ea\u05e9\u05dc\u05d9\u05dd, \u05d9\u05e7\u05d1\u05dc \u05e6\u05d9\u05d5\u05df.", + "\n You have submitted your timed exam.\n ": "\n\u05d4\u05d2\u05e9\u05ea \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05d4\u05de\u05ea\u05d5\u05d6\u05de\u05df \u05e9\u05dc\u05da.", + "\n You will be asked to verify your identity as part of the proctoring exam set up.\n Make sure you are on a computer with a webcam, and that you have valid photo identification\n such as a driver's license or passport, before you continue.\n ": "\n\u05ea\u05ea\u05d1\u05e7\u05e9 \u05dc\u05d0\u05de\u05ea \u05d0\u05ea \u05d6\u05d4\u05d5\u05ea\u05da \u05db\u05d7\u05dc\u05e7 \u05de\u05d4\u05d2\u05d3\u05e8\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7.\n\u05dc\u05e4\u05e0\u05d9 \u05e9\u05ea\u05ea\u05d7\u05d9\u05dc, \u05d5\u05d5\u05d3\u05d0 \u05e9\u05dc\u05de\u05d7\u05e9\u05d1\u05da \u05d9\u05e9 \u05de\u05e6\u05dc\u05de\u05ea \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05d5\u05d9\u05e9 \u05dc\u05da \u05ea\u05de\u05d5\u05e0\u05ea \u05d6\u05d9\u05d4\u05d5\u05d9\n\u05db\u05d2\u05d5\u05df \u05e8\u05d9\u05e9\u05d9\u05d5\u05df \u05e0\u05d4\u05d9\u05d2\u05d4 \u05d0\u05d5 \u05d3\u05e8\u05db\u05d5\u05df.", + "\n You will be guided through steps to set up online proctoring software and to perform various checks.\n ": "\n\u05ea\u05d9\u05e0\u05ea\u05df \u05dc\u05da \u05d4\u05d3\u05e8\u05db\u05d4 \u05e9\u05dc\u05d1 \u05d0\u05d7\u05e8 \u05e9\u05dc\u05d1 \u05db\u05d9\u05e6\u05d3 \u05dc\u05d4\u05ea\u05e7\u05d9\u05df \u05d0\u05ea \u05ea\u05d5\u05db\u05e0\u05ea \u05d4\u05e4\u05d9\u05e7\u05d5\u05d7 \u05d5\u05dc\u05d1\u05e6\u05e2 \u05d1\u05d3\u05d9\u05e7\u05d5\u05ea \u05d1\u05d9\u05e6\u05d5\u05e2 \u05e9\u05d5\u05e0\u05d5\u05ea.", + "\n You will be guided through steps to set up online proctoring software and to perform various checks.
\n ": "\n\u05ea\u05d9\u05e0\u05ea\u05df \u05dc\u05da \u05d4\u05d3\u05e8\u05db\u05d4 \u05e9\u05dc\u05d1 \u05d0\u05d7\u05e8 \u05e9\u05dc\u05d1 \u05db\u05d9\u05e6\u05d3 \u05dc\u05d4\u05ea\u05e7\u05d9\u05df \u05d0\u05ea \u05ea\u05d5\u05db\u05e0\u05ea \u05d4\u05e4\u05d9\u05e7\u05d5\u05d7 \u05d5\u05dc\u05d1\u05e6\u05e2 \u05d1\u05d3\u05d9\u05e7\u05d5\u05ea \u05d1\u05d9\u05e6\u05d5\u05e2 \u05e9\u05d5\u05e0\u05d5\u05ea.
", + "\n • After you quit the proctoring session, the recorded data is uploaded for review.
\n • Proctoring results are usually available within 5 business days after you submit your exam.\n ": "\n• \u05dc\u05d0\u05d7\u05e8 \u05e9\u05ea\u05e2\u05d6\u05d5\u05d1 \u05d0\u05ea \u05d4\u05de\u05e4\u05d2\u05e9 \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7, \u05d4\u05de\u05d9\u05d3\u05e2 \u05e9\u05d4\u05d5\u05e7\u05dc\u05d8 \u05d9\u05d5\u05e2\u05dc\u05d4 \u05dc\u05e1\u05e7\u05d9\u05e8\u05d4.
\n• \u05dc\u05e8\u05d5\u05d1, \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05d6\u05de\u05d9\u05e0\u05d5\u05ea \u05ea\u05d5\u05da 5 \u05d9\u05de\u05d9 \u05e2\u05e1\u05e7\u05d9\u05dd \u05dc\u05d0\u05d7\u05e8 \u05d4\u05d2\u05e9\u05ea \u05d4\u05de\u05d1\u05d7\u05df.", + "\n A technical error has occurred with your proctored exam. To resolve this problem, contact\n technical support. All exam data, including answers\n for completed problems, has been lost. When the problem is resolved you will need to restart\n the exam and complete all problems again.\n ": "\n\u05d0\u05d9\u05e8\u05e2\u05d4 \u05d8\u05e2\u05d5\u05ea \u05d8\u05db\u05e0\u05d9\u05ea \u05d1'\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7' \u05e9\u05dc\u05da. \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e4\u05ea\u05d5\u05e8 \u05d0\u05ea \u05d4\u05d1\u05e2\u05d9\u05d4 \u05d4\u05d6\u05d5, \u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8\n\u05e2\u05dd \u05e6\u05d5\u05d5\u05ea \u05d4\u05ea\u05de\u05d9\u05db\u05d4 \u05d4\u05d8\u05db\u05e0\u05d9 . \u05db\u05dc \u05d4\u05de\u05d9\u05d3\u05e2 \u05d0\u05d5\u05d3\u05d5\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05db\u05d5\u05dc\u05dc \u05ea\u05e9\u05d5\u05d1\u05d5\u05ea\n\u05e2\u05d1\u05d5\u05e8 \u05d1\u05e2\u05d9\u05d5\u05ea \u05e9\u05d4\u05d5\u05e9\u05dc\u05de\u05d5, \u05d0\u05d1\u05d3. \u05db\u05d0\u05e9\u05e8 \u05ea\u05d9\u05e4\u05ea\u05e8 \u05d4\u05d1\u05e2\u05d9\u05d4 \u05d9\u05d4\u05d9\u05d4 \u05e2\u05dc\u05d9\u05da \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05e9\u05d5\u05d1 \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05d5\u05dc\u05e4\u05ea\u05d5\u05e8 \u05e9\u05d5\u05d1 \u05d0\u05ea \u05db\u05dc \u05d4\u05d1\u05e2\u05d9\u05d5\u05ea.", + "\n After the due date for this exam has passed, you will be able to review your answers on this page.\n ": "\n\u05dc\u05d0\u05d7\u05e8 \u05e9\u05d9\u05e2\u05d1\u05d5\u05e8 \u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d9\u05e2\u05d3 \u05e2\u05d1\u05d5\u05e8 \u05de\u05d1\u05d7\u05df \u05d6\u05d4, \u05ea\u05d5\u05db\u05dc \u05dc\u05e1\u05e7\u05d5\u05e8 \u05d0\u05ea \u05ea\u05e9\u05d5\u05d1\u05d5\u05ea\u05d9\u05da \u05d1\u05e2\u05de\u05d5\u05d3 \u05d6\u05d4.", + "\n After you submit your exam, your exam will be graded.\n ": "\n\u05dc\u05d0\u05d7\u05e8 \u05e9\u05ea\u05d2\u05d9\u05e9 \u05d0\u05ea \u05de\u05d1\u05d7\u05e0\u05da, \u05d9\u05e7\u05d1\u05dc \u05de\u05d1\u05d7\u05e0\u05da \u05e6\u05d9\u05d5\u05df.", + "\n After you submit your exam, your responses are graded and your proctoring session is reviewed.\n You might be eligible to earn academic credit for this course if you complete all required exams\n as well as achieve a final grade that meets credit requirements for the course.\n ": "\n\u05dc\u05d0\u05d7\u05e8 \u05d4\u05d2\u05e9\u05ea \u05de\u05d1\u05d7\u05e0\u05da, \u05d9\u05e7\u05d1\u05dc\u05d5 \u05ea\u05e9\u05d5\u05d1\u05d5\u05ea\u05d9\u05da \u05e6\u05d9\u05d5\u05e0\u05d9\u05dd \u05d5\u05d9\u05d9\u05e1\u05e7\u05e8 \u05d4\u05de\u05e4\u05d2\u05e9 \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05e9\u05dc\u05da.\n\u05ea\u05d5\u05db\u05dc \u05dc\u05d4\u05d9\u05d5\u05ea \u05d6\u05db\u05d0\u05d9 \u05dc\u05e0\u05d9\u05e7\u05d5\u05d3 \u05d0\u05e7\u05d3\u05de\u05d9 \u05e2\u05d1\u05d5\u05e8 \u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4 \u05d0\u05dd \u05ea\u05e9\u05dc\u05d9\u05dd \u05d0\u05ea \u05db\u05dc \u05d4\u05de\u05d1\u05d7\u05e0\u05d9\u05dd \u05d4\u05e0\u05d3\u05e8\u05e9\u05d9\u05dd,\n\u05d5\u05db\u05df \u05ea\u05d5\u05db\u05dc \u05dc\u05e7\u05d1\u05dc \u05e6\u05d9\u05d5\u05df \u05e1\u05d5\u05e4\u05d9 \u05e9\u05d9\u05e2\u05e0\u05d4 \u05e2\u05dc \u05d3\u05e8\u05d9\u05e9\u05d5\u05ea \u05d6\u05d9\u05db\u05d5\u05d9 \u05e2\u05d1\u05d5\u05e8 \u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4.", + "\n Are you sure that you want to submit your timed exam?\n ": "\n \u05d4\u05d0\u05dd \u05d0\u05ea\u05dd \u05d1\u05d8\u05d5\u05d7\u05d9\u05dd \u05e9\u05d0\u05ea\u05dd \u05de\u05d5\u05db\u05e0\u05d9\u05dd \u05dc\u05d4\u05d2\u05d9\u05e9 \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05d4\u05de\u05ea\u05d5\u05d6\u05de\u05df \u05e9\u05dc\u05db\u05dd?\n ", + "\n Are you sure you want to end your proctored exam?\n ": "\n\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d0\u05ea\u05d4 \u05e8\u05d5\u05e6\u05d4 \u05dc\u05e1\u05d9\u05d9\u05dd \u05d0\u05ea \u05d4'\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7' \u05e9\u05dc\u05da?", + "\n Because the due date has passed, you are no longer able to take this exam.\n ": "\n\u05d4\u05d9\u05d5\u05ea \u05d5\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d9\u05e2\u05d3 \u05e2\u05d1\u05e8, \u05d0\u05d9\u05e0\u05da \u05d6\u05db\u05d0\u05d9 \u05e2\u05d5\u05d3 \u05dc\u05d4\u05d9\u05d1\u05d7\u05df \u05d1\u05de\u05d1\u05d7\u05df \u05d6\u05d4.", + "\n Error with proctored exam\n ": "\n\u05d8\u05e2\u05d5\u05ea \u05d1\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7", + "\n Follow these instructions\n ": "\n\u05e2\u05e7\u05d5\u05d1 \u05d0\u05d7\u05e8 \u05d4\u05d4\u05d5\u05e8\u05d0\u05d5\u05ea \u05d4\u05d0\u05dc\u05d4", + "\n Follow these steps to set up and start your proctored exam.\n ": "\n\u05e2\u05e7\u05d5\u05d1 \u05d0\u05d7\u05e8 \u05e6\u05e2\u05d3\u05d9\u05dd \u05d0\u05dc\u05d4 \u05dc\u05d4\u05ea\u05e7\u05e0\u05d4 \u05d5\u05d4\u05ea\u05d7\u05dc \u05d1\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7.", + "\n Get familiar with proctoring for real exams later in the course. This practice exam has no impact\n on your grade in the course.\n ": "\n\u05d4\u05db\u05e8 \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05e0\u05d9\u05dd \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05de\u05d0\u05d5\u05d7\u05e8 \u05d9\u05d5\u05ea\u05e8 \u05d1\u05e7\u05d5\u05e8\u05e1. \u05de\u05d1\u05d7\u05df \u05ea\u05e8\u05d2\u05d5\u05dc \u05d6\u05d4 \u05d0\u05d9\u05e0\u05d5 \u05de\u05e9\u05e4\u05d9\u05e2\n\u05e2\u05dc \u05e6\u05d9\u05d5\u05e0\u05da \u05d1\u05e7\u05d5\u05e8\u05e1.", + "\n If the proctoring software window is still open, you can close it now. Confirm that you want to quit the application when you are prompted.\n ": "\n\u05d0\u05dd \u05d7\u05dc\u05d5\u05df \u05ea\u05d5\u05db\u05e0\u05ea \u05d4\u05e4\u05d9\u05e7\u05d5\u05d7 \u05e2\u05d3\u05d9\u05d9\u05df \u05e4\u05ea\u05d5\u05d7\u05d4, \u05ea\u05d5\u05db\u05dc \u05dc\u05e1\u05d2\u05d5\u05e8 \u05d0\u05d5\u05ea\u05d4 \u05db\u05e2\u05ea. \u05d0\u05e9\u05e8 \u05db\u05d9 \u05d0\u05ea\u05d4 \u05de\u05e2\u05d5\u05e0\u05d9\u05d9\u05df \u05dc\u05e2\u05d6\u05d5\u05d1 \u05d0\u05ea \u05d4\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d4 \u05db\u05d0\u05e9\u05e8 \u05d0\u05ea\u05d4 \u05de\u05ea\u05d1\u05e7\u05e9.", + "\n If you have concerns about your proctoring session results, contact your course team.\n ": "\n\u05d1\u05de\u05d9\u05d3\u05d4 \u05d5\u05d9\u05e9 \u05dc\u05da \u05d4\u05e1\u05ea\u05d9\u05d9\u05d2\u05d5\u05d9\u05d5\u05ea \u05d1\u05e0\u05d5\u05d2\u05e2 \u05dc\u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d4\u05de\u05e4\u05d2\u05e9 \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7, \u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8 \u05e2\u05dd \u05e6\u05d5\u05d5\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1.", + "\n If you have disabilities,\n you might be eligible for an additional time allowance on timed exams.\n Ask your course team for information about additional time allowances.\n ": "\n\u05d0\u05dd \u05d9\u05e9 \u05dc\u05da \u05de\u05d2\u05d1\u05dc\u05d5\u05ea \u05db\u05dc\u05e9\u05d4\u05df,\n\u05d0\u05ea\u05d4 \u05e2\u05e9\u05d5\u05d9 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d6\u05db\u05d0\u05d9 \u05dc\u05d4\u05d0\u05e8\u05db\u05ea \u05d6\u05de\u05df \u05e0\u05d5\u05e1\u05e4\u05ea \u05d1\u05de\u05d1\u05d7\u05e0\u05d9\u05dd \u05de\u05ea\u05d5\u05d6\u05de\u05e0\u05d9\u05dd.\n\u05e9\u05d0\u05dc \u05d0\u05ea \u05e6\u05d5\u05d5\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1 \u05e2\u05dc \u05de\u05d9\u05d3\u05e2 \u05d0\u05d5\u05d3\u05d5\u05ea \u05d4\u05d0\u05e8\u05db\u05d5\u05ea \u05d6\u05de\u05df \u05e0\u05d5\u05e1\u05e4\u05d5\u05ea.", + "\n If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n ": "\n\u05d1\u05de\u05d9\u05d3\u05d4 \u05d5\u05d9\u05e9 \u05dc\u05da \u05e9\u05d0\u05dc\u05d5\u05ea \u05d0\u05d5\u05d3\u05d5\u05ea \u05e1\u05d8\u05d8\u05d5\u05e1 \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05e9\u05dc\u05da, \u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8 \u05e2\u05dd \u05e6\u05d5\u05d5\u05ea \u05d4\u05ea\u05de\u05d9\u05db\u05d4 \u05e9\u05dc %(platform_name)s.", + "\n If you have questions about the status of your requirements for course credit, contact %(platform_name)s Support.\n ": "\n\u05d0\u05dd \u05d9\u05e9 \u05dc\u05da \u05e9\u05d0\u05dc\u05d5\u05ea \u05e1\u05d8\u05d8\u05d5\u05e1 \u05d4\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea \u05dc\u05e0\u05e7\u05d5\u05d3\u05d5\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1 \u05e9\u05dc\u05da, \u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8 \u05e2\u05dd \u05e6\u05d5\u05d5\u05ea \u05d4\u05ea\u05de\u05d9\u05db\u05d4 \u05e9\u05dc %(platform_name)s.", + "\n Make sure that you have selected \"Submit\" for each problem before you submit your exam.\n ": "\n\u05d5\u05d3\u05d0 \u05e9\u05d1\u05d7\u05e8\u05ea \"\u05d4\u05d2\u05e9\u05d4\" \u05e2\u05d1\u05d5\u05e8 \u05db\u05dc \u05d1\u05e2\u05d9\u05d4 \u05dc\u05e4\u05e0\u05d9 \u05e9\u05d0\u05ea\u05d4 \u05de\u05d2\u05d9\u05e9 \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05e9\u05dc\u05da.", + "\n Practice exams do not affect your grade or your credit eligibility.\n You have completed this practice exam and can continue with your course work.\n ": "\n\u05de\u05d1\u05d7\u05e0\u05d9 \u05ea\u05e8\u05d2\u05d5\u05dc \u05d0\u05d9\u05e0\u05dd \u05de\u05e9\u05e4\u05d9\u05e2\u05d9\u05dd \u05e2\u05dc \u05e6\u05d9\u05d5\u05e0\u05da \u05d0\u05d5 \u05e0\u05e7\u05d5\u05d3\u05d5\u05ea \u05d4\u05d6\u05db\u05d5\u05ea \u05e9\u05dc\u05da.\n\u05d4\u05e9\u05dc\u05de\u05ea \u05d0\u05ea \u05de\u05d1\u05d7\u05df \u05d4\u05ea\u05e8\u05d2\u05d5\u05dc \u05d4\u05d6\u05d4. \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05de\u05e9\u05d9\u05da \u05d1\u05e2\u05d1\u05d5\u05d3\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1 \u05e9\u05dc\u05da.", + "\n The due date for this exam has passed\n ": "\n\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d9\u05e2\u05d3 \u05dc\u05de\u05d1\u05d7\u05df \u05d6\u05d4 \u05e2\u05d1\u05e8.", + "\n There was a problem with your practice proctoring session\n ": "\n\u05d4\u05ea\u05e2\u05d5\u05e8\u05e8\u05d4 \u05d1\u05e2\u05d9\u05d4 \u05d1\u05de\u05e4\u05d2\u05e9 \u05d4\u05ea\u05e8\u05d2\u05d5\u05dc \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05e9\u05dc\u05da.", + "\n This exam is proctored\n ": "\n\u05de\u05d1\u05d7\u05df \u05d6\u05d4 \u05e0\u05de\u05e6\u05d0 \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7.", + "\n To view your exam questions and responses, select View my exam. The exam's review status is shown in the left navigation pane.\n ": "\n\u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e6\u05e4\u05d5\u05ea \u05d1\u05e9\u05d0\u05dc\u05d5\u05ea \u05d5\u05ea\u05e9\u05d5\u05d1\u05d5\u05ea \u05de\u05d1\u05d7\u05e0\u05da, \u05d1\u05d7\u05e8 \u05d1 \u05e6\u05e4\u05d4 \u05d1\u05de\u05d1\u05d7\u05df \u05e9\u05dc\u05d9 . \u05e1\u05d8\u05d8\u05d5\u05e1 \u05e1\u05e7\u05d9\u05e8\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05d9\u05d5\u05e6\u05d2 \u05de\u05e9\u05de\u05d0\u05dc \u05d1\u05d7\u05dc\u05d5\u05e0\u05d9\u05ea \u05d4\u05e0\u05d9\u05d5\u05d5\u05d8.", + "\n Try a proctored exam\n ": "\n\u05e0\u05e1\u05d4 \u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7", + "\n View your credit eligibility status on your Progress page.\n ": "\n\u05e6\u05e4\u05d4 \u05d1\u05e1\u05d8\u05d8\u05d5\u05e1 \u05e0\u05e7\u05d5\u05ea \u05d4\u05d6\u05db\u05d5\u05ea \u05e9\u05dc\u05da \u05d1\u05e2\u05de\u05d5\u05d3 \u05d4\u05d4\u05ea\u05e7\u05d3\u05de\u05d5\u05ea \u05e9\u05dc\u05da .", + "\n Yes, end my proctored exam\n ": "\n\u05db\u05df, \u05e1\u05d9\u05d9\u05dd \u05d0\u05ea \u05d4'\u05de\u05d1\u05d7\u05df \u05dc\u05dc\u05d0 \u05e4\u05d9\u05e7\u05d5\u05d7' \u05e9\u05dc\u05d9", + "\n Yes, submit my timed exam.\n ": "\n\u05db\u05df, \u05d4\u05d2\u05e9 \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05d4\u05de\u05ea\u05d5\u05d6\u05de\u05df \u05e9\u05dc\u05d9.", + "\n You are eligible to purchase academic credit for this course if you complete all required exams\n and also achieve a final grade that meets the credit requirements for the course.\n ": "\n\u05d0\u05ea\u05d4 \u05d6\u05db\u05d0\u05d9 \u05dc\u05e8\u05db\u05d5\u05e9 \u05e0\u05d9\u05e7\u05d5\u05d3 \u05d0\u05e7\u05d3\u05de\u05d9 \u05e2\u05d1\u05d5\u05e8 \u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4 \u05d0\u05dd \u05d4\u05e9\u05dc\u05de\u05ea \u05d0\u05ea \u05db\u05dc \u05d4\u05de\u05d1\u05d7\u05e0\u05d9\u05dd \u05d4\u05d3\u05e8\u05d5\u05e9\u05d9\u05dd\n\u05d5\u05d4\u05e9\u05d2\u05ea \u05d1\u05e0\u05d5\u05e1\u05e3 \u05e6\u05d9\u05d5\u05df \u05e1\u05d5\u05e4\u05d9 \u05d4\u05e2\u05d5\u05e0\u05d4 \u05d0\u05ea \u05db\u05dc \u05d4\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea \u05dc\u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4.", + "\n You are no longer eligible for academic credit for this course, regardless of your final grade.\n If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n ": "\n\u05d0\u05d9\u05e0\u05da \u05d6\u05db\u05d0\u05d9 \u05e2\u05d5\u05d3 \u05dc\u05e0\u05d9\u05e7\u05d5\u05d3 \u05d0\u05e7\u05d3\u05de\u05d9 \u05e2\u05d1\u05d5\u05e8 \u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4, \u05dc\u05dc\u05d0 \u05e7\u05e9\u05e8 \u05dc\u05e6\u05d9\u05d5\u05e0\u05da \u05d4\u05e1\u05d5\u05e4\u05d9.\n\u05d1\u05de\u05d9\u05d3\u05d4 \u05d5\u05d9\u05e9 \u05dc\u05da \u05e9\u05d0\u05dc\u05d5\u05ea \u05e2\u05dc \u05e1\u05d8\u05d8\u05d5\u05e1 \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d4'\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7' \u05e9\u05dc\u05da, \u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8 \u05e2\u05dd \u05e6\u05d5\u05d5\u05ea \u05d4\u05ea\u05de\u05d9\u05db\u05d4 \u05e9\u05dc %(platform_name)s.", + "\n You have submitted this practice proctored exam\n ": "\n\u05d4\u05d2\u05e9\u05ea \u05d0\u05ea \u05de\u05d1\u05d7\u05df \u05d4\u05ea\u05e8\u05d2\u05d5\u05dc \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05d4\u05d6\u05d4", + "\n You have submitted this proctored exam for review\n ": "\n\u05d4\u05d2\u05e9\u05ea \u05dc\u05e1\u05e7\u05d9\u05e8\u05d4 \u05d0\u05ea \u05d4'\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7' \u05e9\u05dc\u05da.", + "\n Your grade for this timed exam will be immediately available on the Progress page.\n ": "\n\u05e6\u05d9\u05d5\u05e0\u05da \u05e2\u05d1\u05d5\u05e8 \u05d4\u05de\u05d1\u05d7\u05df \u05d4\u05de\u05ea\u05d5\u05d6\u05de\u05df \u05d4\u05d6\u05d4 \u05d9\u05d4\u05d9\u05d4 \u05d6\u05de\u05d9\u05df \u05de\u05d9\u05d3 \u05d1\u05e2\u05de\u05d5\u05d3 \u05d4\u05d4\u05ea\u05e7\u05d3\u05de\u05d5\u05ea .", + "\n Your practice proctoring results: Unsatisfactory \n ": "\n\u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d4\u05ea\u05e8\u05d2\u05d5\u05dc \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7: \u05d7\u05d5\u05e1\u05e8 \u05e9\u05d1\u05d9\u05e2\u05d5\u05ea \u05e8\u05e6\u05d5\u05df ", + "\n Your proctoring session ended before you completed this practice exam.\n You can retry this practice exam if you had problems setting up the online proctoring software.\n ": "\n\u05de\u05e4\u05d2\u05e9 \u05d4\u05e4\u05d9\u05e7\u05d5\u05d7 \u05d4\u05e1\u05ea\u05d9\u05d9\u05dd \u05dc\u05e4\u05e0\u05d9 \u05e9\u05d4\u05e9\u05dc\u05de\u05ea \u05d0\u05ea \u05de\u05d1\u05d7\u05df \u05d4\u05ea\u05e8\u05d2\u05d5\u05dc.\n\u05d0\u05ea\u05d4 \u05d9\u05db\u05d5\u05dc \u05dc\u05e0\u05e1\u05d5\u05ea \u05e9\u05d5\u05d1 \u05d0\u05ea \u05de\u05d1\u05d7\u05df \u05d4\u05ea\u05e8\u05d2\u05d5\u05dc \u05d4\u05d6\u05d4 \u05d0\u05dd \u05e0\u05ea\u05e7\u05dc\u05ea \u05d1\u05d1\u05e2\u05d9\u05d5\u05ea \u05d4\u05ea\u05e7\u05e0\u05ea \u05ea\u05d5\u05db\u05e0\u05ea \u05d4\u05e4\u05d9\u05e7\u05d5\u05d7 \u05d0\u05d5\u05df \u05dc\u05d9\u05d9\u05df.", + "\n Your proctoring session was reviewed and did not pass requirements\n ": "\n\u05d4\u05de\u05e4\u05d2\u05e9 \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05e9\u05dc\u05da \u05e2\u05d1\u05e8 \u05e1\u05e7\u05d9\u05e8\u05d4 \u05d5\u05dc\u05d0 \u05e2\u05d1\u05e8 \u05d0\u05ea \u05d4\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea.", + "\n Your proctoring session was reviewed and passed all requirements\n ": "\n\u05d4\u05de\u05e4\u05d2\u05e9 \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05e9\u05dc\u05da \u05e2\u05d1\u05e8 \u05e1\u05e7\u05d9\u05e8\u05d4 \u05d5\u05e2\u05d1\u05e8 \u05d0\u05ea \u05db\u05dc \u05d4\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea.", + "\n %(exam_name)s is a Timed Exam (%(total_time)s)\n ": "\n%(exam_name)s \u05d4\u05d5\u05d0 \u05de\u05d1\u05d7\u05df \u05de\u05ea\u05d5\u05d6\u05de\u05df (%(total_time)s)", + "\n The following prerequisites are in a pending state and must be successfully completed before you can proceed:\n ": "\n\u05d4\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea \u05d4\u05de\u05e7\u05d3\u05d9\u05de\u05d5\u05ea \u05e9\u05dc\u05d4\u05dc\u05df \u05e0\u05de\u05e6\u05d0\u05d5\u05ea \u05d1\u05ea\u05d4\u05dc\u05d9\u05da \u05d1\u05d3\u05d9\u05e7\u05d4 \u05d5\u05d7\u05d9\u05d9\u05d1\u05d5\u05ea \u05dc\u05d4\u05e1\u05ea\u05d9\u05d9\u05dd \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05dc\u05e4\u05e0\u05d9 \u05e9\u05ea\u05d5\u05db\u05dc \u05dc\u05d4\u05de\u05e9\u05d9\u05da:", + "\n You can take this exam with proctoring only when all prerequisites have been successfully completed. Check your Progress page to see if prerequisite results have been updated. You can also take this exam now without proctoring, but you will not be eligible for credit.\n ": "\n\u05ea\u05d5\u05db\u05dc \u05dc\u05d4\u05d9\u05d1\u05d7\u05df \u05d1\u05de\u05d1\u05d7\u05df \u05d6\u05d4 \u05e2\u05dd \u05e4\u05d9\u05e7\u05d5\u05d7 \u05d1\u05dc\u05d1\u05d3 \u05e8\u05e7 \u05db\u05d0\u05e9\u05e8 \u05db\u05dc \u05d4\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea \u05d4\u05de\u05e7\u05d3\u05d9\u05de\u05d5\u05ea \u05d9\u05d5\u05e9\u05dc\u05de\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4. \u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05e2\u05de\u05d5\u05d3 \u05d4\u05d4\u05ea\u05e7\u05d3\u05de\u05d5\u05ea \u05db\u05d3\u05d9 \u05dc\u05e8\u05d0\u05d5\u05ea \u05d0\u05dd \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d4\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea \u05d4\u05de\u05e7\u05d3\u05d9\u05de\u05d5\u05ea \u05e2\u05d5\u05d3\u05db\u05e0\u05d5. \u05ea\u05d5\u05db\u05dc \u05d2\u05dd \u05dc\u05d4\u05d9\u05d1\u05d7\u05df \u05db\u05e2\u05ea \u05d1\u05de\u05d1\u05d7\u05df \u05d6\u05d4 \u05dc\u05dc\u05d0 \u05e4\u05d9\u05e7\u05d5\u05d7, \u05d0\u05da \u05dc\u05d0 \u05ea\u05d4\u05d9\u05d4 \u05d6\u05db\u05d0\u05d9 \u05dc\u05e0\u05d9\u05e7\u05d5\u05d3.", + "\n You did not satisfy the following prerequisites:\n ": "\n\u05dc\u05d0 \u05e2\u05e0\u05d9\u05ea \u05e2\u05dc \u05d4\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea \u05d4\u05de\u05e7\u05d3\u05d9\u05de\u05d5\u05ea \u05d4\u05d1\u05d0\u05d5\u05ea:", + "\n You did not satisfy the requirements for taking this exam with proctoring, and are not eligible for credit. See your Progress page for a list of requirements and your status for each.\n ": "\n\u05dc\u05d0 \u05e2\u05e0\u05d9\u05ea \u05e2\u05dc \u05d4\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea \u05dc\u05e6\u05d5\u05e8\u05da \u05d1\u05d7\u05d9\u05e0\u05d4 \u05d1\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05d6\u05d4. \u05e8\u05d0\u05d4 \u05d1\u05d3\u05e3 \u05d4\u05d4\u05ea\u05e7\u05d3\u05de\u05d5\u05ea \u05e9\u05dc\u05da \u05d0\u05ea \u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea \u05d5\u05d0\u05ea \u05d4\u05e1\u05d8\u05d8\u05d5\u05e1 \u05e9\u05dc\u05da \u05d1\u05db\u05dc \u05d0\u05d7\u05ea \u05de\u05d4\u05df.", + "\n You have not completed the prerequisites for this exam. All requirements must be satisfied before you can take this proctored exam and be eligible for credit. See your Progress page for a list of requirements in the order that they must be completed.\n ": "\n\u05dc\u05d0 \u05d4\u05e9\u05dc\u05de\u05ea \u05d0\u05ea \u05d4\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea \u05d4\u05de\u05e7\u05d3\u05d9\u05de\u05d5\u05ea \u05dc\u05de\u05d1\u05d7\u05df \u05d4\u05d6\u05d4. \u05db\u05dc \u05d4\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea \u05d4\u05de\u05e7\u05d3\u05d9\u05de\u05d5\u05ea \u05d7\u05d9\u05d9\u05d1\u05d5\u05ea \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05e9\u05d1\u05d9\u05e2\u05d5\u05ea \u05e8\u05e6\u05d5\u05df \u05dc\u05e4\u05e0\u05d9 \u05e9\u05ea\u05d5\u05db\u05dc \u05dc\u05d4\u05d9\u05d1\u05d7\u05df \u05d1\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05d5\u05dc\u05e7\u05d1\u05dc \u05e0\u05d9\u05e7\u05d5\u05d3. \u05e8\u05d0\u05d4 \u05d1\u05e2\u05de\u05d5\u05d3 \u05d4\u05ea\u05e7\u05d3\u05de\u05d5\u05ea \u05d0\u05ea \u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea \u05d4\u05de\u05e7\u05d3\u05d9\u05de\u05d5\u05ea \u05dc\u05e6\u05d5\u05e8\u05da \u05d4\u05e9\u05dc\u05de\u05ea\u05df.", + " From this point in time, you must follow the online proctoring rules to pass the proctoring review for your exam. ": "\u05de\u05e8\u05d2\u05e2 \u05d6\u05d4 \u05d5\u05d0\u05d9\u05dc\u05da, \u05e2\u05dc\u05d9\u05da \u05dc\u05e2\u05e7\u05d5\u05d1 \u05d0\u05d7\u05e8 \u05d7\u05d5\u05e7\u05d9 \u05d4\u05e4\u05d9\u05e7\u05d5\u05d7 \u05d4\u05e0\u05de\u05e6\u05d0\u05d9\u05dd \u05d0\u05d5\u05df \u05dc\u05d9\u05d9\u05df \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e2\u05d1\u05d5\u05e8 \u05d0\u05ea \u05d4\u05e1\u05e7\u05d9\u05e8\u05d4 \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05e2\u05d1\u05d5\u05e8 \u05de\u05d1\u05d7\u05e0\u05da.", + " Your Proctoring Session Has Started ": "\u05de\u05e4\u05d2\u05e9 \u05d4\u05e4\u05d9\u05e7\u05d5\u05d7 \u05e9\u05dc\u05da \u05d4\u05ea\u05d7\u05d9\u05dc.", + " and ": "\u05d5\u05d2\u05dd", + " and {num_of_minutes} minute": "\u05d5- {num_of_minutes} \u05d3\u05e7\u05d4", + " and {num_of_minutes} minutes": "\u05d5- {num_of_minutes} \u05d3\u05e7\u05d5\u05ea", + " learner does not exist in LMS and not added to the exception list": " \u05d4\u05dc\u05d5\u05de\u05d3 \u05d0\u05d9\u05e0\u05d5 \u05e7\u05d9\u05d9\u05dd \u05d1-LMS \u05d5\u05dc\u05d0 \u05e0\u05d5\u05e1\u05e3 \u05dc\u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d7\u05e8\u05d9\u05d2\u05d9\u05dd", + " learner is already white listed and not added to the exception list": " \u05d4\u05ea\u05dc\u05de\u05d9\u05d3 \u05db\u05d1\u05e8 \u05e0\u05d5\u05e1\u05e3 \u05dc\u05e8\u05e9\u05d9\u05de\u05d4 \u05d4\u05d1\u05d8\u05d5\u05d7\u05d4 \u05d5\u05dc\u05d0 \u05e0\u05d5\u05e1\u05e3 \u05dc\u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d7\u05e8\u05d9\u05d2\u05d9\u05dd ", + " learner is not enrolled in course and not added to the exception list": " \u05d4\u05dc\u05d5\u05de\u05d3 \u05d0\u05d9\u05e0\u05d5 \u05e8\u05e9\u05d5\u05dd \u05d1\u05e7\u05d5\u05e8\u05e1 \u05d5\u05dc\u05d0 \u05e0\u05d5\u05e1\u05e3 \u05dc\u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d7\u05e8\u05d9\u05d2\u05d9\u05dd", + " learner is successfully added to the exception list": " \u05d4\u05dc\u05d5\u05de\u05d3 \u05e0\u05d5\u05e1\u05e3 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05dc\u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d7\u05e8\u05d9\u05d2\u05d9\u05dd", + " learners are already white listed and not added to the exception list": " \u05d4\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05db\u05d1\u05e8 \u05e0\u05d5\u05e1\u05e4\u05d5 \u05dc\u05e8\u05e9\u05d9\u05de\u05d4 \u05d4\u05dc\u05d1\u05e0\u05d4 \u05d5\u05dc\u05d0 \u05e0\u05d5\u05e1\u05e4\u05d5 \u05dc\u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d7\u05e8\u05d9\u05d2\u05d9\u05dd ", + " learners are not enrolled in course and not added to the exception list": " \u05d4\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05d0\u05d9\u05e0\u05dd \u05e8\u05e9\u05d5\u05de\u05d9\u05dd \u05d1\u05e7\u05d5\u05e8\u05e1 \u05d5\u05dc\u05d0 \u05e0\u05d5\u05e1\u05e4\u05d5 \u05dc\u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d7\u05e8\u05d9\u05d2\u05d9\u05dd", + " learners are successfully added to exception list": " \u05d4\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05dc\u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d7\u05e8\u05d9\u05d2\u05d9\u05dd", + " learners do not exist in LMS and not added to the exception list": " \u05d4\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05dc\u05d0 \u05e7\u05d9\u05d9\u05de\u05d9\u05dd \u05d1-LMS \u05d5\u05dc\u05d0 \u05e0\u05d5\u05e1\u05e4\u05d5 \u05dc\u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d7\u05e8\u05d9\u05d2\u05d9\u05dd", + " record is not in correct format and not added to the exception list": " \u05d4\u05e8\u05e9\u05d5\u05de\u05d4 \u05d0\u05d9\u05e0\u05d4 \u05d1\u05ea\u05d1\u05e0\u05d9\u05ea \u05d4\u05e0\u05db\u05d5\u05e0\u05d4 \u05d5\u05dc\u05d0 \u05e0\u05d5\u05e1\u05e4\u05d4 \u05dc\u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d7\u05e8\u05d9\u05d2\u05d9\u05dd", + " records are not in correct format and not added to the exception list": " \u05d4\u05e8\u05e9\u05d5\u05de\u05d5\u05ea \u05d0\u05d9\u05e0\u05df \u05d1\u05ea\u05d1\u05e0\u05d9\u05ea \u05d4\u05e0\u05db\u05d5\u05e0\u05d4 \u05d5\u05dc\u05d0 \u05e0\u05d5\u05e1\u05e4\u05d5 \u05dc\u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d7\u05e8\u05d9\u05d2\u05d9\u05dd", + " to complete and submit the exam.": "\u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05d5\u05dc\u05d4\u05d2\u05d9\u05e9 \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df.", + "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", + "%(comments_count)s %(span_sr_open)scomments %(span_close)s": "%(comments_count)s %(span_sr_open)s\u05d4\u05e2\u05e8\u05d5\u05ea %(span_close)s", + "%(comments_count)s %(span_sr_open)scomments (%(unread_comments_count)s unread comments)%(span_close)s": "%(comments_count)s %(span_sr_open)s\u05d4\u05e2\u05e8\u05d5\u05ea (%(unread_comments_count)s \u05d4\u05e2\u05e8\u05d5\u05ea \u05e9\u05dc\u05d0 \u05e0\u05e7\u05e8\u05d0\u05d5)%(span_close)s", + "%(download_link_start)sDownload this image (right-click or option-click, save as)%(link_end)s and then %(upload_link_start)supload%(link_end)s it to your backpack.": "%(download_link_start)s\u05d4\u05d5\u05e8\u05d3 \u05ea\u05de\u05d5\u05e0\u05d4 \u05d6\u05d5 (\u05dc\u05d7\u05e5 \u05dc\u05d7\u05d9\u05e6\u05d4 \u05d9\u05de\u05e0\u05d9\u05ea \u05d0\u05d5 \u05dc\u05d7\u05d9\u05e6\u05ea-\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea, \u05e9\u05de\u05d5\u05e8 \u05d1\u05e9\u05dd)%(link_end)s \u05d5\u05dc\u05d0\u05d7\u05e8 \u05de\u05db\u05df %(upload_link_start)s\u05d4\u05e2\u05dc\u05d4%(link_end)s \u05d0\u05d5\u05ea\u05d4 \u05dc-Backpack \u05e9\u05dc\u05da.", "%(errorCount)s error found in form.": [ - "\u05e9\u05d2\u05d9\u05d0\u05d4 %(errorCount)s \u05e0\u05de\u05e6\u05d0\u05d4 \u05d1\u05d8\u05d5\u05e4\u05e1.", - "%(errorCount)s \u05e9\u05d2\u05d9\u05d0\u05d5\u05ea \u05e0\u05de\u05e6\u05d0\u05d5 \u05d1\u05d8\u05d5\u05e4\u05e1.", - "%(errorCount)s \u05e9\u05d2\u05d9\u05d0\u05d5\u05ea \u05e0\u05de\u05e6\u05d0\u05d5 \u05d1\u05d8\u05d5\u05e4\u05e1.", + "\u05e9\u05d2\u05d9\u05d0\u05d4 %(errorCount)s \u05e0\u05de\u05e6\u05d0\u05d4 \u05d1\u05d8\u05d5\u05e4\u05e1.", + "%(errorCount)s \u05e9\u05d2\u05d9\u05d0\u05d5\u05ea \u05e0\u05de\u05e6\u05d0\u05d5 \u05d1\u05d8\u05d5\u05e4\u05e1.", + "%(errorCount)s \u05e9\u05d2\u05d9\u05d0\u05d5\u05ea \u05e0\u05de\u05e6\u05d0\u05d5 \u05d1\u05d8\u05d5\u05e4\u05e1.", "%(errorCount)s \u05e9\u05d2\u05d9\u05d0\u05d5\u05ea \u05e0\u05de\u05e6\u05d0\u05d5 \u05d1\u05d8\u05d5\u05e4\u05e1." - ], - "%(field)s can only contain up to %(count)d characters.": "%(field)s \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05db\u05d9\u05dc \u05e8\u05e7 \u05e2\u05d3 %(count)d \u05ea\u05d5\u05d5\u05d9\u05dd.", - "%(field)s must have at least %(count)d characters.": "%(field)s \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05dc\u05d5 \u05dc\u05e4\u05d7\u05d5\u05ea %(count)d \u05ea\u05d5\u05d5\u05d9\u05dd.", + ], + "%(field)s can only contain up to %(count)d characters.": "%(field)s \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05db\u05d9\u05dc \u05e8\u05e7 \u05e2\u05d3 %(count)d \u05ea\u05d5\u05d5\u05d9\u05dd.", + "%(field)s must have at least %(count)d characters.": "%(field)s \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05dc\u05d5 \u05dc\u05e4\u05d7\u05d5\u05ea %(count)d \u05ea\u05d5\u05d5\u05d9\u05dd.", "%(memberCount)s / %(maxMemberCount)s Member": [ - "\u05d7\u05d1\u05e8 %(memberCount)s / %(maxMemberCount)s", - "%(memberCount)s / %(maxMemberCount)s \u05d7\u05d1\u05e8\u05d9\u05dd", - "%(memberCount)s / %(maxMemberCount)s \u05d7\u05d1\u05e8\u05d9\u05dd", + "\u05d7\u05d1\u05e8 %(memberCount)s / %(maxMemberCount)s", + "%(memberCount)s / %(maxMemberCount)s \u05d7\u05d1\u05e8\u05d9\u05dd", + "%(memberCount)s / %(maxMemberCount)s \u05d7\u05d1\u05e8\u05d9\u05dd", "%(memberCount)s / %(maxMemberCount)s \u05d7\u05d1\u05e8\u05d9\u05dd" - ], - "%(new_item_message)s": "%(new_item_message)s", + ], + "%(new_item_message)s": "%(new_item_message)s", "%(num_questions)s question": [ - "\u05e9\u05d0\u05dc\u05d4 %(num_questions)s", - "%(num_questions)s \u05e9\u05d0\u05dc\u05d5\u05ea", - "%(num_questions)s \u05e9\u05d0\u05dc\u05d5\u05ea", + "\u05e9\u05d0\u05dc\u05d4 %(num_questions)s", + "%(num_questions)s \u05e9\u05d0\u05dc\u05d5\u05ea", + "%(num_questions)s \u05e9\u05d0\u05dc\u05d5\u05ea", "%(num_questions)s \u05e9\u05d0\u05dc\u05d5\u05ea" - ], + ], "%(num_students)s student": [ - "\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 %(num_students)s", - "%(num_students)s \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd", - "%(num_students)s \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd", + "\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 %(num_students)s", + "%(num_students)s \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd", + "%(num_students)s \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd", "%(num_students)s \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd" - ], + ], "%(num_students)s student opened Subsection": [ - "\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 %(num_students)s \u05e4\u05ea\u05d7 \u05ea\u05ea \u05e1\u05e2\u05d9\u05e3", - "%(num_students)s \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd \u05e4\u05ea\u05d7\u05d5 \u05ea\u05ea \u05e4\u05e8\u05e7", - "%(num_students)s \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd \u05e4\u05ea\u05d7\u05d5 \u05ea\u05ea \u05e4\u05e8\u05e7", + "\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 %(num_students)s \u05e4\u05ea\u05d7 \u05ea\u05ea \u05e1\u05e2\u05d9\u05e3", + "%(num_students)s \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd \u05e4\u05ea\u05d7\u05d5 \u05ea\u05ea \u05e4\u05e8\u05e7", + "%(num_students)s \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd \u05e4\u05ea\u05d7\u05d5 \u05ea\u05ea \u05e4\u05e8\u05e7", "%(num_students)s \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd \u05e4\u05ea\u05d7\u05d5 \u05ea\u05ea \u05e4\u05e8\u05e7" - ], - "%(programName)s Home Page.": "\u05e2\u05de\u05d5\u05d3 \u05d4\u05d1\u05d9\u05ea \u05e9\u05dc %(programName)s", + ], + "%(programName)s Home Page.": "\u05e2\u05de\u05d5\u05d3 \u05d4\u05d1\u05d9\u05ea \u05e9\u05dc %(programName)s", "%(sel)s of %(cnt)s selected": [ - "%(sel)s \u05de %(cnt)s \u05e0\u05d1\u05d7\u05e8\u05d5\u05ea", + "%(sel)s \u05de %(cnt)s \u05e0\u05d1\u05d7\u05e8\u05d5\u05ea", "%(sel)s \u05de %(cnt)s \u05e0\u05d1\u05d7\u05e8\u05d5\u05ea" - ], + ], "%(team_count)s Team": [ - "\u05e6\u05d5\u05d5\u05ea %(team_count)s", - "%(team_count)s \u05e6\u05d5\u05d5\u05ea\u05d9\u05dd", - "%(team_count)s \u05e6\u05d5\u05d5\u05ea\u05d9\u05dd", + "\u05e6\u05d5\u05d5\u05ea %(team_count)s", + "%(team_count)s \u05e6\u05d5\u05d5\u05ea\u05d9\u05dd", + "%(team_count)s \u05e6\u05d5\u05d5\u05ea\u05d9\u05dd", "%(team_count)s \u05e6\u05d5\u05d5\u05ea\u05d9\u05dd" - ], - "%(type)s Component Template Menu": "%(type)s \u05ea\u05e4\u05e8\u05d9\u05d8 \u05dc\u05ea\u05d1\u05e0\u05d9\u05ea \u05e8\u05db\u05d9\u05d1", - "(Add signatories for a certificate)": "(\u05d4\u05d5\u05e1\u05e3 \u05d7\u05ea\u05d9\u05de\u05d5\u05ea \u05dc\u05ea\u05e2\u05d5\u05d3\u05d4)", - "(Community TA)": "(\u05e2\u05d5\u05d6\u05e8 \u05d4\u05d5\u05e8\u05d0\u05d4 \u05e7\u05d4\u05d9\u05dc\u05ea\u05d9)", - "(Required Field)": "(\u05e9\u05d3\u05d4 \u05d7\u05d5\u05d1\u05d4)", - "(Staff)": "(\u05e6\u05d5\u05d5\u05ea)", + ], + "%(type)s Component Template Menu": "%(type)s \u05ea\u05e4\u05e8\u05d9\u05d8 \u05dc\u05ea\u05d1\u05e0\u05d9\u05ea \u05e8\u05db\u05d9\u05d1", + "(Add signatories for a certificate)": "(\u05d4\u05d5\u05e1\u05e3 \u05d7\u05ea\u05d9\u05de\u05d5\u05ea \u05dc\u05ea\u05e2\u05d5\u05d3\u05d4)", + "(Community TA)": "(\u05e2\u05d5\u05d6\u05e8 \u05d4\u05d5\u05e8\u05d0\u05d4 \u05e7\u05d4\u05d9\u05dc\u05ea\u05d9)", + "(Required Field)": "(\u05e9\u05d3\u05d4 \u05d7\u05d5\u05d1\u05d4)", + "(Staff)": "(\u05e6\u05d5\u05d5\u05ea)", "(contains %(student_count)s student)": [ - "(\u05db\u05d5\u05dc\u05dc\u05ea \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 %(student_count)s)", - "(\u05db\u05d5\u05dc\u05dc\u05ea %(student_count)s \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd)", - "(\u05db\u05d5\u05dc\u05dc\u05ea %(student_count)s \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd)", + "(\u05db\u05d5\u05dc\u05dc\u05ea \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 %(student_count)s)", + "(\u05db\u05d5\u05dc\u05dc\u05ea %(student_count)s \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd)", + "(\u05db\u05d5\u05dc\u05dc\u05ea %(student_count)s \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd)", "(\u05db\u05d5\u05dc\u05dc\u05ea %(student_count)s \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd)" - ], - "(optional)": "(\u05d0\u05d5\u05e4\u05e6\u05d9\u05d5\u05e0\u05d0\u05dc\u05d9)", - "(required):": "(\u05e0\u05d3\u05e8\u05e9):", - "- Sortable": "-\u05e0\u05d9\u05ea\u05df \u05dc\u05de\u05d9\u05d5\u05df", - "6 a.m.": "6 \u05d1\u05d1\u05d5\u05e7\u05e8", - "6 p.m.": "6 \u05d0\u05d7\u05e8 \u05d4\u05e6\u05d4\u05e8\u05d9\u05d9\u05dd", - ": video upload complete.": ": \u05d4\u05e2\u05dc\u05d0\u05ea \u05e1\u05e8\u05d8\u05d5\u05df \u05d4\u05d5\u05d5\u05d9\u05d3\u05d0\u05d5 \u05d4\u05d5\u05e9\u05dc\u05de\u05d4.", - "<%= user %> already in exception list.": "<%= user %> \u05db\u05d1\u05e8 \u05e0\u05de\u05e6\u05d0 \u05d1\u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d7\u05e8\u05d9\u05d2\u05d9\u05dd.", - "<%= user %> has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.": "<%= user %> \u05e0\u05d5\u05e1\u05e3 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05dc\u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d7\u05e8\u05d9\u05d2\u05d9\u05dd. \u05dc\u05d7\u05e5 \u05e2\u05dc '\u05e6\u05d5\u05e8 \u05ea\u05e2\u05d5\u05d3\u05d4 \u05d7\u05e8\u05d9\u05d2\u05d4' \u05dc\u05de\u05d8\u05d4 \u05db\u05d3\u05d9 \u05dc\u05e9\u05dc\u05d5\u05d7 \u05d0\u05ea \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4.", - "A driver's license, passport, or government-issued ID with your name and photo.": "\u05e8\u05d9\u05e9\u05d9\u05d5\u05df \u05e0\u05d4\u05d9\u05d2\u05d4, \u05d3\u05e8\u05db\u05d5\u05df \u05d0\u05d5 \u05ea\u05e2\u05d5\u05d3\u05d4 \u05de\u05d6\u05d4\u05d4 \u05d0\u05d7\u05e8\u05ea \u05e9\u05de\u05d5\u05e4\u05d9\u05e2\u05d9\u05dd \u05d1\u05d4 \u05e9\u05de\u05da \u05d5\u05ea\u05de\u05d5\u05e0\u05ea\u05da.", - "A driver's license, passport, or other government-issued ID with your name and photo": "\u05e8\u05d9\u05e9\u05d9\u05d5\u05df \u05e0\u05d4\u05d9\u05d2\u05d4, \u05d3\u05e8\u05db\u05d5\u05df, \u05d0\u05d5 \u05ea\u05e2\u05d5\u05d3\u05d5\u05ea \u05de\u05d6\u05d4\u05d5\u05ea \u05d0\u05d7\u05e8\u05d5\u05ea \u05e9\u05d4\u05d5\u05e0\u05e4\u05e7\u05d5 \u05d1\u05d9\u05d3\u05d9 \u05d4\u05de\u05d3\u05d9\u05e0\u05d4 \u05d5\u05de\u05db\u05d9\u05dc\u05d5\u05ea \u05d0\u05ea \u05e9\u05de\u05da \u05d5\u05d0\u05ea \u05ea\u05de\u05d5\u05e0\u05ea\u05da", - "A list of courses you have just enrolled in as a verified student": "\u05e8\u05e9\u05d9\u05de\u05ea \u05e7\u05d5\u05e8\u05e1\u05d9\u05dd \u05dc\u05d4\u05dd \u05e0\u05e8\u05e9\u05de\u05ea \u05db\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05d1\u05e2\u05dc \u05d6\u05d4\u05d5\u05ea \u05de\u05d0\u05d5\u05de\u05ea\u05ea. ", - "A name that identifies your team (maximum 255 characters).": "\u05e9\u05dd \u05e9\u05de\u05d6\u05d4\u05d4 \u05d0\u05ea \u05d4\u05e6\u05d5\u05d5\u05ea \u05e9\u05dc\u05da (255 \u05ea\u05d5\u05d5\u05d9\u05dd \u05dc\u05db\u05dc \u05d4\u05d9\u05d5\u05ea\u05e8).", - "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "\u05ea\u05d9\u05d0\u05d5\u05e8 \u05e7\u05e6\u05e8 \u05e9\u05dc \u05d4\u05e6\u05d5\u05d5\u05ea \u05e9\u05d9\u05e2\u05d6\u05d5\u05e8 \u05dc\u05ea\u05dc\u05de\u05d9\u05d3\u05d9\u05dd \u05d0\u05d7\u05e8\u05d9\u05dd \u05dc\u05d4\u05d1\u05d9\u05df \u05d0\u05ea \u05d4\u05d9\u05e2\u05d3\u05d9\u05dd \u05d0\u05d5 \u05d4\u05db\u05d9\u05d5\u05d5\u05df \u05e9\u05dc \u05d4\u05e6\u05d5\u05d5\u05ea (300 \u05ea\u05d5\u05d5\u05d9\u05dd \u05dc\u05db\u05dc \u05d4\u05d9\u05d5\u05ea\u05e8).", - "A valid email address is required": "\u05d3\u05e8\u05d5\u05e9\u05d4 \u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05ea\u05e7\u05d9\u05e0\u05d4", - "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "\u05d0\u05d1\u05d2\u05d3\u05d4\u05d5\u05d6\u05d7\u05d8\u05d9\u05db\u05dc\u05de\u05e0\u05e1\u05e2\u05e4\u05e6\u05e7\u05e8\u05e9\u05ea", - "Abbreviation": "\u05e7\u05d9\u05e6\u05d5\u05e8", - "About You": "\u05e2\u05dc \u05e2\u05e6\u05de\u05da", - "Account Information": "\u05e4\u05e8\u05d8\u05d9 \u05d7\u05e9\u05d1\u05d5\u05df", - "Account Not Activated": "\u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05d0\u05d9\u05e0\u05d5 \u05de\u05d5\u05e4\u05e2\u05dc", - "Account Settings": "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05d7\u05e9\u05d1\u05d5\u05df", - "Action": "\u05e4\u05e2\u05d5\u05dc\u05d4", - "Action required: Enter a valid date.": "\u05e0\u05d3\u05e8\u05e9\u05ea \u05e4\u05e2\u05d5\u05dc\u05d4: \u05d4\u05d6\u05df \u05ea\u05d0\u05e8\u05d9\u05da \u05d7\u05d5\u05e7\u05d9.", - "Actions": "\u05e4\u05e2\u05d5\u05dc\u05d5\u05ea", - "Activate": "\u05d4\u05e4\u05e2\u05dc", - "Activate Your Account": "\u05d4\u05e4\u05e2\u05dc \u05d0\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05da", - "Active Uploads": "\u05d4\u05e2\u05dc\u05d0\u05d5\u05ea \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea", - "Add": "\u05d4\u05d5\u05e1\u05e3", - "Add Additional Signatory": "\u05d4\u05d5\u05e1\u05e3 \u05d7\u05ea\u05d9\u05de\u05d4 \u05e0\u05d5\u05e1\u05e4\u05ea", - "Add Cohort": "\u05d4\u05d5\u05e1\u05e3 \u05e7\u05d1\u05d5\u05e6\u05ea \u05dc\u05d9\u05de\u05d5\u05d3", - "Add Component:": "\u05d4\u05d5\u05e1\u05e3 \u05e8\u05db\u05d9\u05d1:", - "Add New Component": "\u05d4\u05d5\u05e1\u05e3 \u05e8\u05db\u05d9\u05d1 \u05d7\u05d3\u05e9", - "Add URLs for additional versions": "\u05d4\u05d5\u05e1\u05e3 \u05db\u05ea\u05d5\u05d1\u05d5\u05ea URL \u05e2\u05d1\u05d5\u05e8 \u05d2\u05e8\u05e1\u05d0\u05d5\u05ea \u05e0\u05d5\u05e1\u05e4\u05d5\u05ea", - "Add a Chapter": "\u05d4\u05d5\u05e1\u05e3 \u05e4\u05e8\u05e7", - "Add a New Cohort": "\u05d4\u05d5\u05e1\u05e3 \u05e7\u05d1\u05d5\u05e6\u05ea \u05dc\u05d9\u05de\u05d5\u05d3 \u05d7\u05d3\u05e9\u05d4", - "Add a Post": "\u05d4\u05d5\u05e1\u05e3 \u05e4\u05d5\u05e1\u05d8", - "Add a Response": "\u05d4\u05d5\u05e1\u05e3 \u05ea\u05d2\u05d5\u05d1\u05d4", - "Add a clear and descriptive title to encourage participation. (Required)": "\u05d4\u05d5\u05e1\u05e3 \u05db\u05d5\u05ea\u05e8\u05ea \u05d1\u05e8\u05d5\u05e8\u05d4 \u05d5\u05ea\u05d9\u05d0\u05d5\u05e8\u05d9\u05ea \u05d1\u05db\u05d3\u05d9 \u05dc\u05e2\u05d5\u05d3\u05d3 \u05d0\u05ea \u05d4\u05d4\u05e9\u05ea\u05ea\u05e4\u05d5\u05ea \u05d1\u05d3\u05d9\u05d5\u05df. (\u05d7\u05d5\u05d1\u05d4).", - "Add a comment": "\u05d4\u05d5\u05e1\u05e3 \u05d4\u05e2\u05e8\u05d4", - "Add a learning outcome here": "\u05d4\u05d5\u05e1\u05e3 \u05ea\u05d5\u05e6\u05d0\u05ea \u05dc\u05de\u05d9\u05d3\u05d4 \u05db\u05d0\u05df", - "Add a response:": "\u05d4\u05d5\u05e1\u05e3 \u05ea\u05d2\u05d5\u05d1\u05d4:", - "Add another group": "\u05d4\u05d5\u05e1\u05e3 \u05e7\u05d1\u05d5\u05e6\u05d4 \u05d0\u05d7\u05e8\u05ea", - "Add notes about this learner": "\u05d4\u05d5\u05e1\u05e3 \u05d4\u05e2\u05e8\u05d5\u05ea \u05dc\u05d2\u05d1\u05d9 \u05dc\u05d5\u05de\u05d3 \u05d6\u05d4", - "Add to Exception List": "\u05d4\u05d5\u05e1\u05e3 \u05dc\u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d7\u05e8\u05d9\u05d2\u05d9\u05dd", - "Add your first content group": "\u05d4\u05d5\u05e1\u05e3 \u05d0\u05ea \u05e7\u05d1\u05d5\u05e6\u05ea \u05d4\u05ea\u05d5\u05db\u05df \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d4 \u05e9\u05dc\u05da", - "Add your first group configuration": "\u05d4\u05d5\u05e1\u05e3 \u05d0\u05ea \u05d4\u05d2\u05d3\u05e8\u05ea \u05ea\u05e6\u05d5\u05e8\u05ea \u05e7\u05d1\u05d5\u05e6\u05ea\u05da \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d4 ", - "Add your first textbook": "\u05d4\u05d5\u05e1\u05e3 \u05d0\u05ea \u05e1\u05e4\u05e8 \u05d4\u05dc\u05d9\u05de\u05d5\u05d3 \u05d4\u05e8\u05d0\u05e9\u05d5\u05df \u05e9\u05dc\u05da", - "Add your post to a relevant topic to help others find it. (Required)": "\u05d4\u05d5\u05e1\u05e3 \u05d0\u05ea \u05d4\u05e4\u05d5\u05e1\u05d8 \u05e9\u05dc\u05da \u05dc\u05e0\u05d5\u05e9\u05d0 \u05d4\u05e8\u05dc\u05d5\u05d5\u05e0\u05d8\u05d9 \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05e7\u05dc \u05e2\u05dc \u05d0\u05d7\u05e8\u05d9\u05dd \u05dc\u05de\u05e6\u05d5\u05d0 \u05d0\u05d5\u05ea\u05d5. (\u05d7\u05d5\u05d1\u05d4)", - "Add {role} Access": "\u05d4\u05d5\u05e1\u05e3 \u05d2\u05d9\u05e9\u05ea {role}", - "Adding the selected course to your cart": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1 \u05e9\u05e0\u05d1\u05d7\u05e8 \u05dc\u05e2\u05d2\u05dc\u05ea \u05d4\u05e7\u05e0\u05d9\u05d5\u05ea \u05e9\u05dc\u05da", - "Additional Information": "\u05de\u05d9\u05d3\u05e2 \u05e0\u05d5\u05e1\u05e3", - "Additional Time (minutes)": "\u05ea\u05d5\u05e1\u05e4\u05ea \u05d6\u05de\u05df (\u05d3\u05e7\u05d5\u05ea)", - "Additional posts could not be loaded. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05e4\u05d5\u05e1\u05d8\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", - "Additional responses could not be loaded. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05ea\u05d2\u05d5\u05d1\u05d5\u05ea \u05e0\u05d5\u05e1\u05e4\u05d5\u05ea. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", - "Admin": "\u05de\u05e0\u05d4\u05dc", - "Advanced": "\u05de\u05ea\u05e7\u05d3\u05dd", - "After the subsection\\'s due date has passed, learners can no longer access its content. The subsection remains included in grade calculations.": "\u05dc\u05d0\u05d7\u05e8 \u05e9\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d9\u05e2\u05d3 \u05e9\u05dc \u05ea\u05ea \u05d4\u05e4\u05e8\u05e7 \u05e2\u05d1\u05e8, \u05d4\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05d0\u05d9\u05e0\u05dd \u05d9\u05db\u05d5\u05dc\u05d9\u05dd \u05d9\u05d5\u05ea\u05e8 \u05dc\u05d2\u05e9\u05ea \u05dc\u05ea\u05d5\u05db\u05e0\u05d5. \u05ea\u05ea \u05d4\u05e4\u05e8\u05e7 \u05e0\u05e9\u05d0\u05e8 \u05db\u05dc\u05d5\u05dc \u05d1\u05d7\u05d9\u05e9\u05d5\u05d1\u05d9 \u05d4\u05d3\u05d9\u05e8\u05d5\u05d2.", - "After you select ": "\u05dc\u05d0\u05d7\u05e8 \u05d1\u05d7\u05d9\u05e8\u05ea\u05da", - "All Groups": "\u05db\u05dc \u05d4\u05e7\u05d1\u05d5\u05e6\u05d5\u05ea", - "All Posts": "\u05db\u05dc \u05d4\u05e4\u05d5\u05e1\u05d8\u05d9\u05dd", - "All Rights Reserved": "\u05db\u05dc \u05d4\u05d6\u05db\u05d5\u05d9\u05d5\u05ea \u05e9\u05de\u05d5\u05e8\u05d5\u05ea", - "All Time Zones": "\u05db\u05dc \u05d0\u05d6\u05d5\u05e8\u05d9 \u05d4\u05d6\u05de\u05df", - "All Topics": "\u05db\u05dc \u05d4\u05e0\u05d5\u05e9\u05d0\u05d9\u05dd", - "All Unreviewed": "\u05db\u05dc \u05d0\u05dc\u05d4 \u05e9\u05dc\u05d0 \u05e0\u05d1\u05d3\u05e7\u05d5", - "All Unreviewed Failures": "\u05db\u05dc \u05d4\u05db\u05e9\u05dc\u05d9\u05dd \u05e9\u05dc\u05d0 \u05e0\u05d1\u05d3\u05e7\u05d5", - "All accounts were created successfully.": "\u05db\u05dc \u05d4\u05d7\u05e9\u05d1\u05d5\u05e0\u05d5\u05ea \u05e0\u05d5\u05e6\u05e8\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", - "All groups must have a name.": "\u05dc\u05db\u05dc \u05d4\u05e7\u05d1\u05d5\u05e6\u05d5\u05ea \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05e9\u05dd.", - "All groups must have a unique name.": "\u05dc\u05db\u05dc \u05d4\u05e7\u05d1\u05d5\u05e6\u05d5\u05ea \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05e9\u05dd \u05d9\u05d9\u05d7\u05d5\u05d3\u05d9.", - "All learners in the {cohort_name} cohort": "\u05db\u05dc \u05d4\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05d1\u05e7\u05d1\u05d5\u05e6\u05ea \u05d4\u05dc\u05d9\u05de\u05d5\u05d3 {cohort_name}", - "All learners in the {track_name} track": "\u05db\u05dc \u05de\u05d9 \u05e9\u05dc\u05d5\u05de\u05d3 \u05d1\u05de\u05e1\u05dc\u05d5\u05dc {track_name}", - "All learners who are enrolled in this course": "\u05db\u05dc \u05d4\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05e9\u05e8\u05e9\u05d5\u05de\u05d9\u05dd \u05dc\u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4", - "All payment options are currently unavailable.": "\u05db\u05dc \u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05d4\u05ea\u05e9\u05dc\u05d5\u05dd \u05d0\u05d9\u05e0\u05df \u05d6\u05de\u05d9\u05e0\u05d5\u05ea \u05db\u05e8\u05d2\u05e2.", - "All professional education courses are fee-based, and require payment to complete the enrollment process.": "\u05db\u05dc \u05d4\u05e7\u05d5\u05e8\u05e1\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05d5\u05da \u05d4\u05de\u05e7\u05e6\u05d5\u05e2\u05d9 \u05de\u05d1\u05d5\u05e1\u05e1\u05d9\u05dd \u05e2\u05dc \u05ea\u05e9\u05dc\u05d5\u05dd, \u05d5\u05dc\u05db\u05df \u05e0\u05d3\u05e8\u05e9 \u05ea\u05e9\u05dc\u05d5\u05dd \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05d0\u05ea \u05ea\u05d4\u05dc\u05d9\u05da \u05d4\u05d4\u05e8\u05e9\u05de\u05d4.", - "All subsections": "\u05db\u05dc \u05ea\u05ea\u05d9 \u05d4\u05e7\u05d8\u05e2\u05d9\u05dd", - "All teams": "\u05db\u05dc \u05d4\u05e6\u05d5\u05d5\u05ea\u05d9\u05dd", - "All topics": "\u05db\u05dc \u05d4\u05e0\u05d5\u05e9\u05d0\u05d9\u05dd", - "All units": "\u05db\u05dc \u05d4\u05d9\u05d7\u05d9\u05d3\u05d5\u05ea", - "All users on the Exception list": "\u05db\u05dc \u05d4\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d7\u05e8\u05d9\u05d2\u05d9\u05dd", - "All users on the Exception list who do not yet have a certificate": "\u05db\u05dc \u05d4\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d7\u05e8\u05d9\u05d2\u05d9\u05dd \u05e9\u05dc\u05d0 \u05e7\u05d9\u05d1\u05dc\u05d5 \u05e2\u05d3\u05d9\u05d9\u05df \u05ea\u05e2\u05d5\u05d3\u05d4", - "Allow students to generate certificates for this course?": "\u05dc\u05d0\u05e4\u05e9\u05e8 \u05dc\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd \u05dc\u05d9\u05e6\u05d5\u05e8 \u05ea\u05e2\u05d5\u05d3\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 \u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4?", - "Already a course team member": "\u05db\u05d1\u05e8 \u05d7\u05d1\u05e8 \u05d1\u05e6\u05d5\u05d5\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1", - "Already a library team member": "\u05db\u05d1\u05e8 \u05d7\u05d1\u05e8 \u05d1\u05e6\u05d5\u05d5\u05ea \u05d4\u05e1\u05e4\u05e8\u05d9\u05d9\u05d4", - "Already a member": "\u05db\u05d1\u05e8 \u05d7\u05d1\u05e8", - "Already have an {platformName} account?": "\u05db\u05d1\u05e8 \u05d9\u05e9 \u05dc\u05da \u05d7\u05e9\u05d1\u05d5\u05df {platformName} ?", - "Always divide content-specific discussion topics": "\u05d7\u05dc\u05e7\u05d5 \u05d1\u05d0\u05d5\u05e4\u05df \u05d2\u05d5\u05e8\u05e3 \u05d0\u05ea \u05db\u05dc \u05e0\u05d5\u05e9\u05d0\u05d9 \u05d4\u05d3\u05d9\u05d5\u05e0\u05d9\u05dd \u05dc\u05e4\u05d9 \u05ea\u05d5\u05db\u05df \u05e1\u05e4\u05e6\u05d9\u05e4\u05d9", - "Amount": "\u05db\u05de\u05d5\u05ea", - "An email has been sent to {userEmail} with a link for you to activate your account.": "\u05e0\u05e9\u05dc\u05d7\u05d4 \u05d4\u05d5\u05d3\u05e2\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05dc {userEmail} \u05e2\u05dd \u05e7\u05d9\u05e9\u05d5\u05e8 \u05e2\u05d1\u05d5\u05e8\u05da \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05d0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df.", - "An error has occurred. Check your Internet connection and try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4. \u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05d7\u05d9\u05d1\u05d5\u05e8 \u05d4\u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", - "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4. \u05d5\u05d3\u05d0 \u05db\u05d9 \u05d0\u05ea\u05d4 \u05de\u05d7\u05d5\u05d1\u05e8 \u05dc\u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8, \u05d5\u05d0\u05d6 \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05d3\u05e3.", - "An error has occurred. Please try again later.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4. \u05d0\u05e0\u05d0 \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1 \u05de\u05d0\u05d5\u05d7\u05e8 \u05d9\u05d5\u05ea\u05e8.", - "An error has occurred. Please try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4. \u05d0\u05e0\u05d0 \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", - "An error has occurred. Please try reloading the page.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4. \u05d0\u05e0\u05d0 \u05e0\u05e1\u05d4 \u05dc\u05d8\u05e2\u05d5\u05df \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3.", - "An error has occurred. Refresh the page, and then try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", - "An error has occurred. Try refreshing the page, or check your Internet connection.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4. \u05e0\u05e1\u05d4 \u05dc\u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05d3\u05e3 \u05d0\u05d5 \u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05d7\u05d9\u05d1\u05d5\u05e8 \u05d4\u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8.", - "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d0\u05d7\u05d6\u05d5\u05e8 \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05dc\u05da. \u05d0\u05e0\u05d0 \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1 \u05de\u05d0\u05d5\u05d7\u05e8 \u05d9\u05d5\u05ea\u05e8. \u05d0\u05dd \u05d4\u05d1\u05e2\u05d9\u05d4 \u05e0\u05de\u05e9\u05db\u05ea, \u05e4\u05e0\u05d4 \u05dc\u05ea\u05de\u05d9\u05db\u05d4 \u05d8\u05db\u05e0\u05d9\u05ea. ", - "An error occurred when signing you in to %s.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d6\u05de\u05df \u05d4\u05d7\u05d9\u05d1\u05d5\u05e8 \u05e9\u05dc\u05da \u05dc-%s.", - "An error occurred while removing the member from the team. Try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d6\u05de\u05df \u05d4\u05e1\u05e8\u05ea \u05d7\u05d1\u05e8 \u05de\u05d4\u05e6\u05d5\u05d5\u05ea. \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", - "An error occurred.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4.", - "An error occurred. Make sure that the student's username or email address is correct and try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4. \u05d0\u05e0\u05d0 \u05d5\u05d3\u05d0 \u05db\u05d9 \u05e9\u05dd \u05d4\u05de\u05e9\u05ea\u05de\u05e9 \u05e9\u05dc \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05d0\u05d5 \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05dc\u05d5 \u05e0\u05db\u05d5\u05e0\u05d4 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", - "An error occurred. Please reload the page.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4. \u05e0\u05d0 \u05d8\u05e2\u05df \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3.", - "An error occurred. Please try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4. \u05e0\u05d0 \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", - "An error occurred. Try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4. \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", - "An unexpected error occurred. Please try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05dc\u05d0 \u05e6\u05e4\u05d5\u05d9\u05d4. \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", - "April": "\u05d0\u05e4\u05e8\u05d9\u05dc", - "Are you having trouble finding a team to join?": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05de\u05ea\u05e7\u05e9\u05d4 \u05dc\u05de\u05e6\u05d5\u05d0 \u05e6\u05d5\u05d5\u05ea \u05dc\u05d4\u05e6\u05d8\u05e8\u05e3 \u05d0\u05dc\u05d9\u05d5?", - "Are you sure you want to delete this comment?": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d0\u05ea\u05d4 \u05de\u05e2\u05d5\u05e0\u05d9\u05d9\u05df \u05dc\u05de\u05d7\u05d5\u05e7 \u05ea\u05d2\u05d5\u05d1\u05d4 \u05d6\u05d5?", - "Are you sure you want to delete this post?": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d0\u05ea\u05d4 \u05e8\u05d5\u05e6\u05d4 \u05dc\u05de\u05d7\u05d5\u05e7 \u05e4\u05d5\u05e1\u05d8 \u05d6\u05d4?", - "Are you sure you want to delete this response?": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05ea\u05d2\u05d5\u05d1\u05d4?", - "Are you sure you want to delete this update?": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d0\u05ea\u05d4 \u05e8\u05d5\u05e6\u05d4 \u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05e2\u05d3\u05db\u05d5\u05df \u05d6\u05d4?", - "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d0\u05ea\u05d4 \u05e8\u05d5\u05e6\u05d4 \u05dc\u05de\u05d7\u05d5\u05e7 {email} \u05de\u05e6\u05d5\u05d5\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1 \u05e2\u05d1\u05d5\u05e8 \u201c{container}\u201d? ", - "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d0\u05ea\u05d4 \u05e8\u05d5\u05e6\u05d4 \u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea {email} \u05de\u05e1\u05e4\u05e8\u05d9\u05d9\u05ea \u201c{container}\u201d?", - "Are you sure you want to remove this video from the list?": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05e1\u05d9\u05e8 \u05d0\u05ea \u05e1\u05e8\u05d8\u05d5\u05df \u05d5\u05d9\u05d3\u05d0\u05d5 \u05d6\u05d4 \u05de\u05d4\u05e8\u05e9\u05d9\u05de\u05d4?", - "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d0\u05ea\u05d4 \u05e8\u05d5\u05e6\u05d4 \u05dc\u05d4\u05d2\u05d1\u05d9\u05dc \u05d0\u05ea \u05d2\u05d9\u05e9\u05ea {email} \u05dc\u201c{container}\u201d?", - "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05de\u05d7\u05d5\u05e7 \u05e4\u05e8\u05d9\u05d8 \u05d6\u05d4. \u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05d9\u05d4\u05d9\u05d4 \u05dc\u05e9\u05d7\u05d6\u05e8 \u05d0\u05ea \u05d4\u05e4\u05e2\u05d5\u05dc\u05d4!\n\n\u05d1\u05e0\u05d5\u05e1\u05e3, \u05db\u05dc \u05ea\u05d5\u05db\u05df \u05e9\u05de\u05e7\u05e9\u05e8/\u05de\u05ea\u05d9\u05d9\u05d7\u05e1 \u05dc\u05e4\u05e8\u05d9\u05d8 \u05d6\u05d4 \u05dc\u05d0 \u05d9\u05e2\u05d1\u05d5\u05d3 \u05d9\u05d5\u05ea\u05e8 (\u05dc\u05d3\u05d5\u05d2\u05de\u05d4, \u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05d5/\u05d0\u05d5 \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9\u05dd \u05e9\u05d1\u05d5\u05e8\u05d9\u05dd)", - "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "\u05db\u05d7\u05dc\u05e7 \u05de\u05ea\u05d4\u05dc\u05d9\u05da \u05d0\u05d9\u05de\u05d5\u05ea \u05d4\u05d6\u05d4\u05d5\u05ea, \u05d0\u05ea\u05d4 \u05de\u05e6\u05dc\u05dd \u05ea\u05de\u05d5\u05e0\u05d4 \u05e9\u05dc \u05e4\u05e0\u05d9\u05da \u05d5\u05e9\u05dc \u05ea\u05e2\u05d5\u05d3\u05d4 \u05de\u05d6\u05d4\u05d4 \u05e9\u05d4\u05d5\u05e0\u05e4\u05e7\u05d4 \u05d1\u05d9\u05d3\u05d9 \u05d4\u05de\u05de\u05e9\u05dc\u05d4. \u05e9\u05d9\u05e8\u05d5\u05ea \u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05e9\u05dc\u05e0\u05d5 \u05de\u05d0\u05e9\u05e8 \u05d0\u05ea \u05d6\u05d4\u05d5\u05ea\u05da \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05d4\u05e9\u05d5\u05d5\u05d0\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05e9\u05e6\u05d9\u05dc\u05de\u05ea \u05dc\u05ea\u05de\u05d5\u05e0\u05d4 \u05e9\u05d1\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05de\u05d6\u05d4\u05d4 \u05e9\u05dc\u05da. ", - "Assessment": "\u05d4\u05e2\u05e8\u05db\u05d4", - "Assessments": "\u05d4\u05e2\u05e8\u05db\u05d5\u05ea", - "Assign students to cohorts by uploading a CSV file.": "\u05d4\u05e7\u05e6\u05d0\u05ea \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd \u05dc\u05e7\u05d1\u05d5\u05e6\u05d5\u05ea \u05dc\u05d9\u05de\u05d5\u05d3 \u05e2\u05dc \u05d9\u05d3\u05d9 \u05d4\u05e2\u05dc\u05d0\u05ea \u05e7\u05d5\u05d1\u05e5 CSV.", - "Assignment Type Name": "\u05e9\u05dd \u05e1\u05d5\u05d2 \u05d4\u05de\u05d8\u05dc\u05d4", - "Associated Content Group": "\u05e7\u05d1\u05d5\u05e6\u05ea \u05ea\u05d5\u05db\u05df \u05de\u05e7\u05d5\u05e9\u05e8\u05ea", - "August": "\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8", - "Automatic": "\u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9", - "Available %s": "\u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea %s \u05d6\u05de\u05d9\u05e0\u05d5\u05ea", - "Back to Full List": "\u05d7\u05d6\u05e8\u05d4 \u05dc\u05e8\u05e9\u05d9\u05de\u05d4 \u05d4\u05de\u05dc\u05d0\u05d4", - "Back to sign in": "\u05d1\u05d7\u05d6\u05e8\u05d4 \u05dc\u05db\u05e0\u05d9\u05e1\u05d4 \u05dc\u05d7\u05e9\u05d1\u05d5\u05df", - "Back to {platform} FAQs": "\u05d7\u05d6\u05e8\u05d4 \u05dc\u05e9\u05d0\u05dc\u05d5\u05ea \u05d4\u05e0\u05e4\u05d5\u05e6\u05d5\u05ea \u05e9\u05dc {platform}", - "Basic": "\u05d1\u05e1\u05d9\u05e1", - "Basic Account Information": "\u05e4\u05e8\u05d8\u05d9 \u05d7\u05e9\u05d1\u05d5\u05df \u05d1\u05e1\u05d9\u05e1\u05d9\u05d9\u05dd", - "Be sure your entire face is inside the frame": "\u05d5\u05d3\u05d0 \u05db\u05d9 \u05db\u05dc \u05e4\u05e0\u05d9\u05da \u05de\u05ea\u05d0\u05d9\u05de\u05d9\u05dd \u05dc\u05d2\u05d1\u05d5\u05dc\u05d5\u05ea \u05d4\u05de\u05e1\u05d2\u05e8\u05ea.", - "Before proceeding, please confirm that your details match": "\u05d1\u05d8\u05e8\u05dd \u05ea\u05de\u05e9\u05d9\u05da, \u05e0\u05d0 \u05d5\u05d3\u05d0 \u05db\u05d9 \u05d4\u05e4\u05e8\u05d8\u05d9\u05dd \u05ea\u05d5\u05d0\u05de\u05d9\u05dd", - "Before you upgrade to a certificate track, you must activate your account.": "\u05dc\u05e4\u05e0\u05d9 \u05e9\u05ea\u05e9\u05d3\u05e8\u05d2 \u05dc\u05de\u05e1\u05dc\u05d5\u05dc \u05ea\u05e2\u05d5\u05d3\u05d4, \u05e2\u05dc\u05d9\u05da \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05d0\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05da.", - "Billed to": "\u05d7\u05d5\u05d9\u05d1 \u05dc", - "Biography": "\u05d1\u05d9\u05d5\u05d2\u05e8\u05e4\u05d9\u05d4", - "Block view is unavailable": "\u05ea\u05e6\u05d5\u05d2\u05ea \u05d4\u05d1\u05dc\u05d5\u05e7 \u05d0\u05d9\u05e0\u05d4 \u05d6\u05de\u05d9\u05e0\u05d4", - "Blockquote": "Blockquote", - "Blockquote (Ctrl+Q)": "\u05e6\u05d9\u05d8\u05d5\u05d8 (Ctrl+Q)", - "Bold (Ctrl+B)": "\u05de\u05d5\u05d3\u05d2\u05e9 (Ctrl+B)", - "Bookmark this page": "\u05e1\u05de\u05df \u05e2\u05de\u05d5\u05d3 \u05d6\u05d4", - "Bookmarked": "\u05de\u05e1\u05d5\u05de\u05df \u05d1\u05e1\u05d9\u05de\u05e0\u05d9\u05d4", - "Bookmarked on": "\u05d4\u05e1\u05d9\u05de\u05e0\u05d9\u05d4 \u05de\u05d5\u05e4\u05e2\u05dc\u05ea", - "Browse": "\u05e2\u05d9\u05d9\u05df \u05d1", - "Browse recently launched courses and see what\\'s new in your favorite subjects": "\u05e2\u05d9\u05d9\u05df \u05d1\u05e7\u05d5\u05e8\u05e1\u05d9\u05dd \u05e9\u05d4\u05d5\u05e9\u05e7\u05d5 \u05dc\u05d0\u05d7\u05e8\u05d5\u05e0\u05d4 \u05d5\u05e8\u05d0\u05d4 \u05de\u05d4 \u05d7\u05d3\u05e9 \u05d1\u05e0\u05d5\u05e9\u05d0\u05d9\u05dd \u05d4\u05d0\u05d4\u05d5\u05d1\u05d9\u05dd \u05e2\u05dc\u05d9\u05da", - "Bulk Exceptions": "\u05d7\u05e8\u05d9\u05d2\u05d5\u05ea \u05e7\u05d1\u05d5\u05e6\u05ea\u05d9\u05d5\u05ea", - "Bulleted List (Ctrl+U)": "\u05e8\u05e9\u05d9\u05de\u05d4 \u05e2\u05dd \u05ea\u05d1\u05dc\u05d9\u05d8\u05d9\u05dd (Ctrl+U)", - "Can I request additional time to complete my exam?": "\u05d4\u05d0\u05dd \u05d0\u05e0\u05d9 \u05d9\u05db\u05d5\u05dc \u05dc\u05d1\u05e7\u05e9 \u05d4\u05d0\u05e8\u05db\u05ea \u05d6\u05de\u05df \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05e9\u05dc\u05d9?", - "Can we match the photo you took with the one on your ID?": "\u05d4\u05d0\u05dd \u05e0\u05d9\u05ea\u05df \u05dc\u05d1\u05e6\u05e2 \u05d4\u05ea\u05d0\u05de\u05d4 \u05d1\u05d9\u05df \u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05e9\u05e6\u05d9\u05dc\u05de\u05ea \u05e2\u05dd \u05d6\u05d5 \u05e9\u05d1\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05de\u05d6\u05d4\u05d4?", - "Cancel": "\u05d1\u05d9\u05d8\u05d5\u05dc", - "Cancel enrollment code": "\u05d1\u05d8\u05dc \u05e7\u05d5\u05d3 \u05d4\u05e8\u05e9\u05de\u05d4", - "Cancel team creating.": "\u05d1\u05d8\u05dc \u05d9\u05e6\u05d9\u05e8\u05ea \u05e6\u05d5\u05d5\u05ea.", - "Cancel team updating.": "\u05d1\u05d8\u05dc \u05e2\u05d3\u05db\u05d5\u05df \u05e6\u05d5\u05d5\u05ea.", - "Cannot Start Proctored Exam": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d1\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7", - "Cannot delete when in use by a unit": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05de\u05d7\u05d5\u05e7 \u05db\u05d0\u05e9\u05e8 \u05e0\u05de\u05e6\u05d0 \u05d1\u05e9\u05d9\u05de\u05d5\u05e9 \u05e9\u05dc \u05d9\u05d7\u05d9\u05d3\u05d4", - "Cannot delete when in use by an experiment": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05de\u05d7\u05d5\u05e7 \u05db\u05d0\u05e9\u05e8 \u05e0\u05de\u05e6\u05d0 \u05d1\u05e9\u05d9\u05de\u05d5\u05e9 \u05d4\u05e0\u05d9\u05e1\u05d5\u05d9", - "Cannot drop more <%= types %> assignments than are assigned.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d5\u05e8\u05d9\u05d3 \u05d9\u05d5\u05ea\u05e8 \u05de-<%= types %> \u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05de\u05d0\u05dc\u05d5 \u05e9\u05db\u05d1\u05e8 \u05de\u05d5\u05e7\u05e6\u05d5\u05ea.", - "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "\u05d6\u05d4\u05d9\u05e8\u05d5\u05ea: \u05d4\u05d2\u05e8\u05e1\u05d4 \u05d4\u05d0\u05d7\u05e8\u05d5\u05e0\u05d4 \u05e9\u05e4\u05d5\u05e8\u05e1\u05de\u05d4 \u05dc\u05d9\u05d7\u05d9\u05d3\u05d4 \u05d6\u05d5 \u05e0\u05de\u05e6\u05d0\u05ea \u05e2\u05d3\u05d9\u05d9\u05df \u05d1\u05d0\u05d5\u05d5\u05d9\u05e8. \u05e4\u05e8\u05e1\u05d5\u05dd \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05d9\u05d5\u05d1\u05d9\u05dc \u05dc\u05e9\u05d9\u05e0\u05d5\u05d9 \u05d7\u05d5\u05d5\u05d9\u05ea \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8. ", - "Certificate Details": "\u05e4\u05e8\u05d8\u05d9 \u05ea\u05e2\u05d5\u05d3\u05d4", - "Certificate Generated": "\u05d4\u05ea\u05e2\u05d5\u05d3\u05d4 \u05e0\u05d5\u05e6\u05e8\u05d4", - "Certificate Information": "\u05e4\u05e8\u05d8\u05d9 \u05ea\u05e2\u05d5\u05d3\u05d4", - "Certificate Name": "\u05e9\u05dd \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4", - "Certificate Signatories": "\u05d7\u05ea\u05d9\u05de\u05d5\u05ea \u05e2\u05dc \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4", - "Certificate Signatory Configuration": "\u05d4\u05d2\u05d3\u05e8\u05ea \u05ea\u05e6\u05d5\u05e8\u05d4 \u05e9\u05dc \u05d7\u05ea\u05d9\u05de\u05d4 \u05e2\u05dc \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4", - "Certificate has been successfully invalidated for <%= user %>.": "\u05d4\u05ea\u05e2\u05d5\u05d3\u05d4 \u05e9\u05dc <%= user %> \u05e0\u05e4\u05e1\u05dc\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4.", - "Certificate name is required.": "\u05e9\u05dd \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05d5\u05d0 \u05e9\u05d3\u05d4 \u05d7\u05d5\u05d1\u05d4.", - "Certificate of <%= user %> has already been invalidated. Please check your spelling and retry.": "\u05d4\u05ea\u05e2\u05d5\u05d3\u05d4 \u05e9\u05dc <%= user %> \u05db\u05d1\u05e8 \u05e0\u05e4\u05e1\u05dc\u05d4. \u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05d4\u05d0\u05d9\u05d5\u05ea \u05d5\u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", - "Change Enrollment": "\u05e9\u05d9\u05e0\u05d5\u05d9 \u05d4\u05e8\u05e9\u05de\u05d4", - "Change Manually": "\u05e9\u05e0\u05d4 \u05d9\u05d3\u05e0\u05d9\u05ea", - "Change My Email Address": "\u05e9\u05e0\u05d4 \u05d0\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05dc\u05d9", - "Change image": "\u05e9\u05e0\u05d4 \u05ea\u05de\u05d5\u05e0\u05d4", - "Changes to steps that are not selected as part of the assignment will not be saved.": "\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05d1\u05e9\u05dc\u05d1\u05d9\u05dd \u05e9\u05dc\u05d0 \u05d1\u05d7\u05e8\u05ea\u05dd \u05dc\u05d0 \u05d9\u05d9\u05e9\u05de\u05e8\u05d5 \u05dc\u05d4\u05d2\u05e9\u05ea \u05d4\u05de\u05d8\u05dc\u05d4.", - "Chapter Asset": "\u05e0\u05db\u05e1 \u05d4\u05e4\u05e8\u05e7", - "Chapter Name": "\u05e9\u05dd \u05d4\u05e4\u05e8\u05e7", - "Chapter information": "\u05de\u05d9\u05d3\u05e2 \u05e2\u05dc \u05d4\u05e4\u05e8\u05e7", - "Chapter {order}": "\u05e4\u05e8\u05e7 {order}", - "Check Your Email": "\u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05dc\u05da", - "Check the highlighted fields below and try again.": "\u05e1\u05de\u05df \u05d0\u05ea \u05d4\u05e9\u05d3\u05d5\u05ea \u05d4\u05de\u05d5\u05d3\u05d2\u05e9\u05d9\u05dd \u05dc\u05d4\u05dc\u05df \u05d5\u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", - "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "\u05e1\u05de\u05df \u05ea\u05d9\u05d1\u05d4 \u05d6\u05d5 \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e7\u05d1\u05dc \u05ea\u05e7\u05e6\u05d9\u05e8 \u05d9\u05d5\u05de\u05d9 \u05d1\u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e2\u05dc \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d7\u05d3\u05e9\u05d4 \u05d5\u05e2\u05dc \u05d4\u05d5\u05d3\u05e2\u05d5\u05ea \u05e9\u05dc\u05d0 \u05e0\u05e7\u05e8\u05d0\u05d5 \u05d1\u05e4\u05d5\u05e1\u05d8\u05d9\u05dd \u05e9\u05d0\u05ea\u05d4 \u05e2\u05d5\u05e7\u05d1 \u05d0\u05d7\u05e8\u05d9\u05d4\u05dd. ", - "Check your email": "\u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05ea\u05d9\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05dc\u05da", - "Check your email for an activation message.": "\u05d1\u05d3\u05d5\u05e7 \u05d1\u05ea\u05d9\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05dc\u05da \u05d4\u05d0\u05dd \u05e7\u05d9\u05d1\u05dc\u05ea \u05d4\u05d5\u05d3\u05e2\u05ea \u05d4\u05e4\u05e2\u05dc\u05d4.", - "Checkout": "\u05ea\u05e9\u05dc\u05d5\u05dd", - "Checkout with PayPal": "\u05ea\u05e9\u05dc\u05d5\u05dd \u05e2\u05dd PayPal", - "Checkout with {processor}": "\u05ea\u05e9\u05dc\u05d5\u05dd \u05e2\u05dd {processor}", - "Choose": "\u05d1\u05d7\u05e8", - "Choose File": "\u05d1\u05d7\u05e8 \u05e7\u05d5\u05d1\u05e5", - "Choose One": "\u05d1\u05d7\u05e8 \u05d0\u05d7\u05d3", - "Choose a .csv file": "\u05d1\u05d7\u05e8 \u05e7\u05d5\u05d1\u05e5 CSV.", - "Choose a Date": "\u05d1\u05d7\u05d9\u05e8\u05ea \u05ea\u05d0\u05e8\u05d9\u05da", - "Choose a Time": "\u05d1\u05d7\u05d9\u05e8\u05ea \u05e9\u05e2\u05d4", - "Choose a content group to associate": "\u05d1\u05d7\u05e8 \u05e7\u05d1\u05d5\u05e6\u05ea \u05ea\u05d5\u05db\u05df \u05dc\u05e7\u05e9\u05e8", - "Choose a time": "\u05d1\u05d7\u05d9\u05e8\u05ea \u05e9\u05e2\u05d4", - "Choose all": "\u05d1\u05d7\u05d9\u05e8\u05ea \u05d4\u05db\u05dc", - "Choose mode": "\u05d1\u05d7\u05e8 \u05de\u05e6\u05d1", - "Choose one": "\u05d1\u05d7\u05e8 \u05d0\u05d7\u05d3", - "Choose your institution from the list below:": "\u05d1\u05d7\u05e8 \u05d0\u05ea \u05d4\u05de\u05d5\u05e1\u05d3 \u05e9\u05dc\u05da \u05de\u05d4\u05e8\u05e9\u05d9\u05de\u05d4 \u05e9\u05dc\u05d4\u05dc\u05df:", - "Chosen %s": "%s \u05d0\u05e9\u05e8 \u05e0\u05d1\u05d7\u05e8\u05d5", - "Clear": "\u05e0\u05e7\u05d4", - "Clear All": "\u05e0\u05e7\u05d4 \u05d4\u05db\u05dc", - "Clear Grading Due Date": "\u05e0\u05e7\u05d4 \u05ea\u05d0\u05e8\u05d9\u05da \u05d9\u05e2\u05d3 \u05dc\u05d3\u05d9\u05e8\u05d5\u05d2", - "Clear Release Date/Time": "\u05e0\u05e7\u05d4 \u05d6\u05de\u05df/\u05ea\u05d0\u05e8\u05d9\u05da \u05e9\u05d7\u05e8\u05d5\u05e8", - "Clear Value": "\u05e0\u05e7\u05d4 \u05e2\u05e8\u05da", - "Clear search": "\u05e0\u05e7\u05d4 \u05d7\u05d9\u05e4\u05d5\u05e9", - "Clear search results": "\u05e0\u05e7\u05d4 \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d7\u05d9\u05e4\u05d5\u05e9", - "Click to add a new %(xblock_type)s": "\u05dc\u05d7\u05e5 \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 %(xblock_type)s \u05d7\u05d3\u05e9.", - "Click to change": "\u05dc\u05d7\u05e5 \u05dc\u05e9\u05d9\u05e0\u05d5\u05d9", - "Click to choose all %s at once.": "\u05d1\u05d7\u05d9\u05e8\u05ea \u05db\u05dc \u05d4%s \u05d1\u05d1\u05ea \u05d0\u05d7\u05ea.", - "Click to edit": "\u05dc\u05d7\u05e5 \u05dc\u05e2\u05e8\u05d5\u05da", - "Click to remove all chosen %s at once.": "\u05d4\u05e1\u05e8\u05ea \u05db\u05dc %s \u05d0\u05e9\u05e8 \u05e0\u05d1\u05d7\u05e8\u05d5 \u05d1\u05d1\u05ea \u05d0\u05d7\u05ea.", - "Close": "\u05e1\u05d2\u05d5\u05e8", - "Closed": "\u05e0\u05e1\u05d2\u05e8", - "Code": "\u05e7\u05d5\u05d3", - "Code Sample (Ctrl+K)": "\u05d3\u05d5\u05d2\u05de\u05ea \u05e7\u05d5\u05d3 (Ctrl+K)", - "Cohort Assignment Method": "\u05e9\u05d9\u05d8\u05ea \u05d4\u05e7\u05e6\u05d0\u05d4 \u05dc\u05e7\u05d1\u05d5\u05e6\u05ea \u05d4\u05dc\u05d9\u05de\u05d5\u05d3", - "Cohort Name": "\u05e9\u05dd \u05e7\u05d1\u05d5\u05e6\u05ea \u05d4\u05dc\u05d9\u05de\u05d5\u05d3", - "Cohorts": "\u05e7\u05d1\u05d5\u05e6\u05d5\u05ea \u05dc\u05de\u05d9\u05d3\u05d4", - "Cohorts Disabled": "\u05d1\u05d8\u05dc \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05e7\u05d1\u05d5\u05e6\u05d5\u05ea \u05dc\u05d9\u05de\u05d5\u05d3", - "Cohorts Enabled": "\u05e7\u05d1\u05d5\u05e6\u05ea \u05dc\u05d9\u05de\u05d5\u05d3 \u05de\u05d0\u05d5\u05e4\u05e9\u05e8\u05ea", - "Collapse All": "\u05db\u05d5\u05d5\u05e5 \u05d4\u05db\u05dc", - "Collapse/Expand this %(xblock_type)s": "\u05db\u05d5\u05d5\u05e5/\u05d4\u05e8\u05d7\u05d1 \u05d0\u05ea %(xblock_type)s", - "Coming Soon": "\u05d1\u05e7\u05e8\u05d5\u05d1", - "Common Problem Types": "\u05e1\u05d5\u05d2\u05d9 \u05d1\u05e2\u05d9\u05d5\u05ea \u05e0\u05e4\u05d5\u05e6\u05d5\u05ea", - "Community TA": "\u05e2\u05d5\u05d6\u05e8 \u05d4\u05d5\u05e8\u05d0\u05d4 \u05d1\u05e4\u05d5\u05e8\u05d5\u05dd", - "Completed": "\u05d4\u05d5\u05e9\u05dc\u05dd", - "Component Location ID": "\u05de\u05d6\u05d4\u05d4 \u05de\u05d9\u05e7\u05d5\u05dd \u05e8\u05db\u05d9\u05d1", - "Configure": "\u05d4\u05d2\u05d3\u05e8", - "Confirm": "\u05d0\u05e9\u05e8", - "Confirm Timed Transcript": "\u05d0\u05e9\u05e8 \u05ea\u05de\u05dc\u05d9\u05dc \u05de\u05ea\u05d5\u05d6\u05de\u05df", - "Congratulations! You are now verified on %(platformName)s!": "\u05d1\u05e8\u05db\u05d5\u05ea\u05d9\u05e0\u05d5! \u05d6\u05d4\u05d5\u05ea\u05da \u05de\u05d0\u05d5\u05de\u05ea\u05ea \u05db\u05e2\u05ea \u05d1-%(platformName)s!", - "Contains staff only content": "\u05de\u05db\u05d9\u05dc \u05ea\u05d5\u05db\u05df \u05d4\u05de\u05d5\u05d2\u05d1\u05dc \u05dc\u05e6\u05d5\u05d5\u05ea \u05d1\u05dc\u05d1\u05d3", + ], + "(optional)": "(\u05d0\u05d5\u05e4\u05e6\u05d9\u05d5\u05e0\u05d0\u05dc\u05d9)", + "(required):": "(\u05e0\u05d3\u05e8\u05e9):", + "- Sortable": "-\u05e0\u05d9\u05ea\u05df \u05dc\u05de\u05d9\u05d5\u05df", + "6 a.m.": "6 \u05d1\u05d1\u05d5\u05e7\u05e8", + "6 p.m.": "6 \u05d0\u05d7\u05e8 \u05d4\u05e6\u05d4\u05e8\u05d9\u05d9\u05dd", + ": video upload complete.": ": \u05d4\u05e2\u05dc\u05d0\u05ea \u05e1\u05e8\u05d8\u05d5\u05df \u05d4\u05d5\u05d5\u05d9\u05d3\u05d0\u05d5 \u05d4\u05d5\u05e9\u05dc\u05de\u05d4.", + "<%= user %> already in exception list.": "<%= user %> \u05db\u05d1\u05e8 \u05e0\u05de\u05e6\u05d0 \u05d1\u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d7\u05e8\u05d9\u05d2\u05d9\u05dd.", + "<%= user %> has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.": "<%= user %> \u05e0\u05d5\u05e1\u05e3 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05dc\u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d7\u05e8\u05d9\u05d2\u05d9\u05dd. \u05dc\u05d7\u05e5 \u05e2\u05dc '\u05e6\u05d5\u05e8 \u05ea\u05e2\u05d5\u05d3\u05d4 \u05d7\u05e8\u05d9\u05d2\u05d4' \u05dc\u05de\u05d8\u05d4 \u05db\u05d3\u05d9 \u05dc\u05e9\u05dc\u05d5\u05d7 \u05d0\u05ea \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4.", + "A driver's license, passport, or government-issued ID with your name and photo.": "\u05e8\u05d9\u05e9\u05d9\u05d5\u05df \u05e0\u05d4\u05d9\u05d2\u05d4, \u05d3\u05e8\u05db\u05d5\u05df \u05d0\u05d5 \u05ea\u05e2\u05d5\u05d3\u05d4 \u05de\u05d6\u05d4\u05d4 \u05d0\u05d7\u05e8\u05ea \u05e9\u05de\u05d5\u05e4\u05d9\u05e2\u05d9\u05dd \u05d1\u05d4 \u05e9\u05de\u05da \u05d5\u05ea\u05de\u05d5\u05e0\u05ea\u05da.", + "A driver's license, passport, or other government-issued ID with your name and photo": "\u05e8\u05d9\u05e9\u05d9\u05d5\u05df \u05e0\u05d4\u05d9\u05d2\u05d4, \u05d3\u05e8\u05db\u05d5\u05df, \u05d0\u05d5 \u05ea\u05e2\u05d5\u05d3\u05d5\u05ea \u05de\u05d6\u05d4\u05d5\u05ea \u05d0\u05d7\u05e8\u05d5\u05ea \u05e9\u05d4\u05d5\u05e0\u05e4\u05e7\u05d5 \u05d1\u05d9\u05d3\u05d9 \u05d4\u05de\u05d3\u05d9\u05e0\u05d4 \u05d5\u05de\u05db\u05d9\u05dc\u05d5\u05ea \u05d0\u05ea \u05e9\u05de\u05da \u05d5\u05d0\u05ea \u05ea\u05de\u05d5\u05e0\u05ea\u05da", + "A list of courses you have just enrolled in as a verified student": "\u05e8\u05e9\u05d9\u05de\u05ea \u05e7\u05d5\u05e8\u05e1\u05d9\u05dd \u05dc\u05d4\u05dd \u05e0\u05e8\u05e9\u05de\u05ea \u05db\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05d1\u05e2\u05dc \u05d6\u05d4\u05d5\u05ea \u05de\u05d0\u05d5\u05de\u05ea\u05ea. ", + "A name that identifies your team (maximum 255 characters).": "\u05e9\u05dd \u05e9\u05de\u05d6\u05d4\u05d4 \u05d0\u05ea \u05d4\u05e6\u05d5\u05d5\u05ea \u05e9\u05dc\u05da (255 \u05ea\u05d5\u05d5\u05d9\u05dd \u05dc\u05db\u05dc \u05d4\u05d9\u05d5\u05ea\u05e8).", + "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "\u05ea\u05d9\u05d0\u05d5\u05e8 \u05e7\u05e6\u05e8 \u05e9\u05dc \u05d4\u05e6\u05d5\u05d5\u05ea \u05e9\u05d9\u05e2\u05d6\u05d5\u05e8 \u05dc\u05ea\u05dc\u05de\u05d9\u05d3\u05d9\u05dd \u05d0\u05d7\u05e8\u05d9\u05dd \u05dc\u05d4\u05d1\u05d9\u05df \u05d0\u05ea \u05d4\u05d9\u05e2\u05d3\u05d9\u05dd \u05d0\u05d5 \u05d4\u05db\u05d9\u05d5\u05d5\u05df \u05e9\u05dc \u05d4\u05e6\u05d5\u05d5\u05ea (300 \u05ea\u05d5\u05d5\u05d9\u05dd \u05dc\u05db\u05dc \u05d4\u05d9\u05d5\u05ea\u05e8).", + "A valid email address is required": "\u05d3\u05e8\u05d5\u05e9\u05d4 \u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05ea\u05e7\u05d9\u05e0\u05d4", + "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "\u05d0\u05d1\u05d2\u05d3\u05d4\u05d5\u05d6\u05d7\u05d8\u05d9\u05db\u05dc\u05de\u05e0\u05e1\u05e2\u05e4\u05e6\u05e7\u05e8\u05e9\u05ea", + "Abbreviation": "\u05e7\u05d9\u05e6\u05d5\u05e8", + "About You": "\u05e2\u05dc \u05e2\u05e6\u05de\u05da", + "Account Information": "\u05e4\u05e8\u05d8\u05d9 \u05d7\u05e9\u05d1\u05d5\u05df", + "Account Not Activated": "\u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05d0\u05d9\u05e0\u05d5 \u05de\u05d5\u05e4\u05e2\u05dc", + "Account Settings": "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05d7\u05e9\u05d1\u05d5\u05df", + "Action": "\u05e4\u05e2\u05d5\u05dc\u05d4", + "Action required: Enter a valid date.": "\u05e0\u05d3\u05e8\u05e9\u05ea \u05e4\u05e2\u05d5\u05dc\u05d4: \u05d4\u05d6\u05df \u05ea\u05d0\u05e8\u05d9\u05da \u05d7\u05d5\u05e7\u05d9.", + "Actions": "\u05e4\u05e2\u05d5\u05dc\u05d5\u05ea", + "Activate": "\u05d4\u05e4\u05e2\u05dc", + "Activate Your Account": "\u05d4\u05e4\u05e2\u05dc \u05d0\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05da", + "Active Uploads": "\u05d4\u05e2\u05dc\u05d0\u05d5\u05ea \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea", + "Add": "\u05d4\u05d5\u05e1\u05e3", + "Add Additional Signatory": "\u05d4\u05d5\u05e1\u05e3 \u05d7\u05ea\u05d9\u05de\u05d4 \u05e0\u05d5\u05e1\u05e4\u05ea", + "Add Cohort": "\u05d4\u05d5\u05e1\u05e3 \u05e7\u05d1\u05d5\u05e6\u05ea \u05dc\u05d9\u05de\u05d5\u05d3", + "Add Component:": "\u05d4\u05d5\u05e1\u05e3 \u05e8\u05db\u05d9\u05d1:", + "Add New Component": "\u05d4\u05d5\u05e1\u05e3 \u05e8\u05db\u05d9\u05d1 \u05d7\u05d3\u05e9", + "Add URLs for additional versions": "\u05d4\u05d5\u05e1\u05e3 \u05db\u05ea\u05d5\u05d1\u05d5\u05ea URL \u05e2\u05d1\u05d5\u05e8 \u05d2\u05e8\u05e1\u05d0\u05d5\u05ea \u05e0\u05d5\u05e1\u05e4\u05d5\u05ea", + "Add a Chapter": "\u05d4\u05d5\u05e1\u05e3 \u05e4\u05e8\u05e7", + "Add a New Cohort": "\u05d4\u05d5\u05e1\u05e3 \u05e7\u05d1\u05d5\u05e6\u05ea \u05dc\u05d9\u05de\u05d5\u05d3 \u05d7\u05d3\u05e9\u05d4", + "Add a Post": "\u05d4\u05d5\u05e1\u05e3 \u05e4\u05d5\u05e1\u05d8", + "Add a Response": "\u05d4\u05d5\u05e1\u05e3 \u05ea\u05d2\u05d5\u05d1\u05d4", + "Add a clear and descriptive title to encourage participation. (Required)": "\u05d4\u05d5\u05e1\u05e3 \u05db\u05d5\u05ea\u05e8\u05ea \u05d1\u05e8\u05d5\u05e8\u05d4 \u05d5\u05ea\u05d9\u05d0\u05d5\u05e8\u05d9\u05ea \u05d1\u05db\u05d3\u05d9 \u05dc\u05e2\u05d5\u05d3\u05d3 \u05d0\u05ea \u05d4\u05d4\u05e9\u05ea\u05ea\u05e4\u05d5\u05ea \u05d1\u05d3\u05d9\u05d5\u05df. (\u05d7\u05d5\u05d1\u05d4).", + "Add a comment": "\u05d4\u05d5\u05e1\u05e3 \u05d4\u05e2\u05e8\u05d4", + "Add a learning outcome here": "\u05d4\u05d5\u05e1\u05e3 \u05ea\u05d5\u05e6\u05d0\u05ea \u05dc\u05de\u05d9\u05d3\u05d4 \u05db\u05d0\u05df", + "Add a response:": "\u05d4\u05d5\u05e1\u05e3 \u05ea\u05d2\u05d5\u05d1\u05d4:", + "Add another group": "\u05d4\u05d5\u05e1\u05e3 \u05e7\u05d1\u05d5\u05e6\u05d4 \u05d0\u05d7\u05e8\u05ea", + "Add notes about this learner": "\u05d4\u05d5\u05e1\u05e3 \u05d4\u05e2\u05e8\u05d5\u05ea \u05dc\u05d2\u05d1\u05d9 \u05dc\u05d5\u05de\u05d3 \u05d6\u05d4", + "Add to Exception List": "\u05d4\u05d5\u05e1\u05e3 \u05dc\u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d7\u05e8\u05d9\u05d2\u05d9\u05dd", + "Add your first content group": "\u05d4\u05d5\u05e1\u05e3 \u05d0\u05ea \u05e7\u05d1\u05d5\u05e6\u05ea \u05d4\u05ea\u05d5\u05db\u05df \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d4 \u05e9\u05dc\u05da", + "Add your first group configuration": "\u05d4\u05d5\u05e1\u05e3 \u05d0\u05ea \u05d4\u05d2\u05d3\u05e8\u05ea \u05ea\u05e6\u05d5\u05e8\u05ea \u05e7\u05d1\u05d5\u05e6\u05ea\u05da \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d4 ", + "Add your first textbook": "\u05d4\u05d5\u05e1\u05e3 \u05d0\u05ea \u05e1\u05e4\u05e8 \u05d4\u05dc\u05d9\u05de\u05d5\u05d3 \u05d4\u05e8\u05d0\u05e9\u05d5\u05df \u05e9\u05dc\u05da", + "Add your post to a relevant topic to help others find it. (Required)": "\u05d4\u05d5\u05e1\u05e3 \u05d0\u05ea \u05d4\u05e4\u05d5\u05e1\u05d8 \u05e9\u05dc\u05da \u05dc\u05e0\u05d5\u05e9\u05d0 \u05d4\u05e8\u05dc\u05d5\u05d5\u05e0\u05d8\u05d9 \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05e7\u05dc \u05e2\u05dc \u05d0\u05d7\u05e8\u05d9\u05dd \u05dc\u05de\u05e6\u05d5\u05d0 \u05d0\u05d5\u05ea\u05d5. (\u05d7\u05d5\u05d1\u05d4)", + "Add {role} Access": "\u05d4\u05d5\u05e1\u05e3 \u05d2\u05d9\u05e9\u05ea {role}", + "Adding the selected course to your cart": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1 \u05e9\u05e0\u05d1\u05d7\u05e8 \u05dc\u05e2\u05d2\u05dc\u05ea \u05d4\u05e7\u05e0\u05d9\u05d5\u05ea \u05e9\u05dc\u05da", + "Additional Information": "\u05de\u05d9\u05d3\u05e2 \u05e0\u05d5\u05e1\u05e3", + "Additional Time (minutes)": "\u05ea\u05d5\u05e1\u05e4\u05ea \u05d6\u05de\u05df (\u05d3\u05e7\u05d5\u05ea)", + "Additional posts could not be loaded. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05e4\u05d5\u05e1\u05d8\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", + "Additional responses could not be loaded. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05ea\u05d2\u05d5\u05d1\u05d5\u05ea \u05e0\u05d5\u05e1\u05e4\u05d5\u05ea. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", + "Admin": "\u05de\u05e0\u05d4\u05dc", + "Advanced": "\u05de\u05ea\u05e7\u05d3\u05dd", + "After the subsection\\'s due date has passed, learners can no longer access its content. The subsection remains included in grade calculations.": "\u05dc\u05d0\u05d7\u05e8 \u05e9\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d9\u05e2\u05d3 \u05e9\u05dc \u05ea\u05ea \u05d4\u05e4\u05e8\u05e7 \u05e2\u05d1\u05e8, \u05d4\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05d0\u05d9\u05e0\u05dd \u05d9\u05db\u05d5\u05dc\u05d9\u05dd \u05d9\u05d5\u05ea\u05e8 \u05dc\u05d2\u05e9\u05ea \u05dc\u05ea\u05d5\u05db\u05e0\u05d5. \u05ea\u05ea \u05d4\u05e4\u05e8\u05e7 \u05e0\u05e9\u05d0\u05e8 \u05db\u05dc\u05d5\u05dc \u05d1\u05d7\u05d9\u05e9\u05d5\u05d1\u05d9 \u05d4\u05d3\u05d9\u05e8\u05d5\u05d2.", + "After you select ": "\u05dc\u05d0\u05d7\u05e8 \u05d1\u05d7\u05d9\u05e8\u05ea\u05da", + "All Groups": "\u05db\u05dc \u05d4\u05e7\u05d1\u05d5\u05e6\u05d5\u05ea", + "All Posts": "\u05db\u05dc \u05d4\u05e4\u05d5\u05e1\u05d8\u05d9\u05dd", + "All Rights Reserved": "\u05db\u05dc \u05d4\u05d6\u05db\u05d5\u05d9\u05d5\u05ea \u05e9\u05de\u05d5\u05e8\u05d5\u05ea", + "All Time Zones": "\u05db\u05dc \u05d0\u05d6\u05d5\u05e8\u05d9 \u05d4\u05d6\u05de\u05df", + "All Topics": "\u05db\u05dc \u05d4\u05e0\u05d5\u05e9\u05d0\u05d9\u05dd", + "All Unreviewed": "\u05db\u05dc \u05d0\u05dc\u05d4 \u05e9\u05dc\u05d0 \u05e0\u05d1\u05d3\u05e7\u05d5", + "All Unreviewed Failures": "\u05db\u05dc \u05d4\u05db\u05e9\u05dc\u05d9\u05dd \u05e9\u05dc\u05d0 \u05e0\u05d1\u05d3\u05e7\u05d5", + "All accounts were created successfully.": "\u05db\u05dc \u05d4\u05d7\u05e9\u05d1\u05d5\u05e0\u05d5\u05ea \u05e0\u05d5\u05e6\u05e8\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", + "All groups must have a name.": "\u05dc\u05db\u05dc \u05d4\u05e7\u05d1\u05d5\u05e6\u05d5\u05ea \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05e9\u05dd.", + "All groups must have a unique name.": "\u05dc\u05db\u05dc \u05d4\u05e7\u05d1\u05d5\u05e6\u05d5\u05ea \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05e9\u05dd \u05d9\u05d9\u05d7\u05d5\u05d3\u05d9.", + "All learners in the {cohort_name} cohort": "\u05db\u05dc \u05d4\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05d1\u05e7\u05d1\u05d5\u05e6\u05ea \u05d4\u05dc\u05d9\u05de\u05d5\u05d3 {cohort_name}", + "All learners in the {track_name} track": "\u05db\u05dc \u05de\u05d9 \u05e9\u05dc\u05d5\u05de\u05d3 \u05d1\u05de\u05e1\u05dc\u05d5\u05dc {track_name}", + "All learners who are enrolled in this course": "\u05db\u05dc \u05d4\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05e9\u05e8\u05e9\u05d5\u05de\u05d9\u05dd \u05dc\u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4", + "All payment options are currently unavailable.": "\u05db\u05dc \u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05d4\u05ea\u05e9\u05dc\u05d5\u05dd \u05d0\u05d9\u05e0\u05df \u05d6\u05de\u05d9\u05e0\u05d5\u05ea \u05db\u05e8\u05d2\u05e2.", + "All professional education courses are fee-based, and require payment to complete the enrollment process.": "\u05db\u05dc \u05d4\u05e7\u05d5\u05e8\u05e1\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05d5\u05da \u05d4\u05de\u05e7\u05e6\u05d5\u05e2\u05d9 \u05de\u05d1\u05d5\u05e1\u05e1\u05d9\u05dd \u05e2\u05dc \u05ea\u05e9\u05dc\u05d5\u05dd, \u05d5\u05dc\u05db\u05df \u05e0\u05d3\u05e8\u05e9 \u05ea\u05e9\u05dc\u05d5\u05dd \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05d0\u05ea \u05ea\u05d4\u05dc\u05d9\u05da \u05d4\u05d4\u05e8\u05e9\u05de\u05d4.", + "All subsections": "\u05db\u05dc \u05ea\u05ea\u05d9 \u05d4\u05e7\u05d8\u05e2\u05d9\u05dd", + "All teams": "\u05db\u05dc \u05d4\u05e6\u05d5\u05d5\u05ea\u05d9\u05dd", + "All topics": "\u05db\u05dc \u05d4\u05e0\u05d5\u05e9\u05d0\u05d9\u05dd", + "All units": "\u05db\u05dc \u05d4\u05d9\u05d7\u05d9\u05d3\u05d5\u05ea", + "All users on the Exception list": "\u05db\u05dc \u05d4\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d7\u05e8\u05d9\u05d2\u05d9\u05dd", + "All users on the Exception list who do not yet have a certificate": "\u05db\u05dc \u05d4\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d7\u05e8\u05d9\u05d2\u05d9\u05dd \u05e9\u05dc\u05d0 \u05e7\u05d9\u05d1\u05dc\u05d5 \u05e2\u05d3\u05d9\u05d9\u05df \u05ea\u05e2\u05d5\u05d3\u05d4", + "Allow students to generate certificates for this course?": "\u05dc\u05d0\u05e4\u05e9\u05e8 \u05dc\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd \u05dc\u05d9\u05e6\u05d5\u05e8 \u05ea\u05e2\u05d5\u05d3\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 \u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4?", + "Already a course team member": "\u05db\u05d1\u05e8 \u05d7\u05d1\u05e8 \u05d1\u05e6\u05d5\u05d5\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1", + "Already a library team member": "\u05db\u05d1\u05e8 \u05d7\u05d1\u05e8 \u05d1\u05e6\u05d5\u05d5\u05ea \u05d4\u05e1\u05e4\u05e8\u05d9\u05d9\u05d4", + "Already a member": "\u05db\u05d1\u05e8 \u05d7\u05d1\u05e8", + "Already have an {platformName} account?": "\u05db\u05d1\u05e8 \u05d9\u05e9 \u05dc\u05da \u05d7\u05e9\u05d1\u05d5\u05df {platformName} ?", + "Always divide content-specific discussion topics": "\u05d7\u05dc\u05e7\u05d5 \u05d1\u05d0\u05d5\u05e4\u05df \u05d2\u05d5\u05e8\u05e3 \u05d0\u05ea \u05db\u05dc \u05e0\u05d5\u05e9\u05d0\u05d9 \u05d4\u05d3\u05d9\u05d5\u05e0\u05d9\u05dd \u05dc\u05e4\u05d9 \u05ea\u05d5\u05db\u05df \u05e1\u05e4\u05e6\u05d9\u05e4\u05d9", + "Amount": "\u05db\u05de\u05d5\u05ea", + "An email has been sent to {userEmail} with a link for you to activate your account.": "\u05e0\u05e9\u05dc\u05d7\u05d4 \u05d4\u05d5\u05d3\u05e2\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05dc {userEmail} \u05e2\u05dd \u05e7\u05d9\u05e9\u05d5\u05e8 \u05e2\u05d1\u05d5\u05e8\u05da \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05d0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df.", + "An error has occurred. Check your Internet connection and try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4. \u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05d7\u05d9\u05d1\u05d5\u05e8 \u05d4\u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", + "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4. \u05d5\u05d3\u05d0 \u05db\u05d9 \u05d0\u05ea\u05d4 \u05de\u05d7\u05d5\u05d1\u05e8 \u05dc\u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8, \u05d5\u05d0\u05d6 \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05d3\u05e3.", + "An error has occurred. Please try again later.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4. \u05d0\u05e0\u05d0 \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1 \u05de\u05d0\u05d5\u05d7\u05e8 \u05d9\u05d5\u05ea\u05e8.", + "An error has occurred. Please try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4. \u05d0\u05e0\u05d0 \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", + "An error has occurred. Please try reloading the page.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4. \u05d0\u05e0\u05d0 \u05e0\u05e1\u05d4 \u05dc\u05d8\u05e2\u05d5\u05df \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3.", + "An error has occurred. Refresh the page, and then try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", + "An error has occurred. Try refreshing the page, or check your Internet connection.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4. \u05e0\u05e1\u05d4 \u05dc\u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05d3\u05e3 \u05d0\u05d5 \u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05d7\u05d9\u05d1\u05d5\u05e8 \u05d4\u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8.", + "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d0\u05d7\u05d6\u05d5\u05e8 \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05dc\u05da. \u05d0\u05e0\u05d0 \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1 \u05de\u05d0\u05d5\u05d7\u05e8 \u05d9\u05d5\u05ea\u05e8. \u05d0\u05dd \u05d4\u05d1\u05e2\u05d9\u05d4 \u05e0\u05de\u05e9\u05db\u05ea, \u05e4\u05e0\u05d4 \u05dc\u05ea\u05de\u05d9\u05db\u05d4 \u05d8\u05db\u05e0\u05d9\u05ea. ", + "An error occurred when signing you in to %s.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d6\u05de\u05df \u05d4\u05d7\u05d9\u05d1\u05d5\u05e8 \u05e9\u05dc\u05da \u05dc-%s.", + "An error occurred while removing the member from the team. Try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d6\u05de\u05df \u05d4\u05e1\u05e8\u05ea \u05d7\u05d1\u05e8 \u05de\u05d4\u05e6\u05d5\u05d5\u05ea. \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", + "An error occurred.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4.", + "An error occurred. Make sure that the student's username or email address is correct and try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4. \u05d0\u05e0\u05d0 \u05d5\u05d3\u05d0 \u05db\u05d9 \u05e9\u05dd \u05d4\u05de\u05e9\u05ea\u05de\u05e9 \u05e9\u05dc \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05d0\u05d5 \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05dc\u05d5 \u05e0\u05db\u05d5\u05e0\u05d4 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", + "An error occurred. Please reload the page.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4. \u05e0\u05d0 \u05d8\u05e2\u05df \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3.", + "An error occurred. Please try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4. \u05e0\u05d0 \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", + "An error occurred. Try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4. \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", + "An unexpected error occurred. Please try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05dc\u05d0 \u05e6\u05e4\u05d5\u05d9\u05d4. \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", + "April": "\u05d0\u05e4\u05e8\u05d9\u05dc", + "Are you having trouble finding a team to join?": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05de\u05ea\u05e7\u05e9\u05d4 \u05dc\u05de\u05e6\u05d5\u05d0 \u05e6\u05d5\u05d5\u05ea \u05dc\u05d4\u05e6\u05d8\u05e8\u05e3 \u05d0\u05dc\u05d9\u05d5?", + "Are you sure you want to delete this comment?": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d0\u05ea\u05d4 \u05de\u05e2\u05d5\u05e0\u05d9\u05d9\u05df \u05dc\u05de\u05d7\u05d5\u05e7 \u05ea\u05d2\u05d5\u05d1\u05d4 \u05d6\u05d5?", + "Are you sure you want to delete this post?": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d0\u05ea\u05d4 \u05e8\u05d5\u05e6\u05d4 \u05dc\u05de\u05d7\u05d5\u05e7 \u05e4\u05d5\u05e1\u05d8 \u05d6\u05d4?", + "Are you sure you want to delete this response?": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05ea\u05d2\u05d5\u05d1\u05d4?", + "Are you sure you want to delete this update?": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d0\u05ea\u05d4 \u05e8\u05d5\u05e6\u05d4 \u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05e2\u05d3\u05db\u05d5\u05df \u05d6\u05d4?", + "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d0\u05ea\u05d4 \u05e8\u05d5\u05e6\u05d4 \u05dc\u05de\u05d7\u05d5\u05e7 {email} \u05de\u05e6\u05d5\u05d5\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1 \u05e2\u05d1\u05d5\u05e8 \u201c{container}\u201d? ", + "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d0\u05ea\u05d4 \u05e8\u05d5\u05e6\u05d4 \u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea {email} \u05de\u05e1\u05e4\u05e8\u05d9\u05d9\u05ea \u201c{container}\u201d?", + "Are you sure you want to remove this video from the list?": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05e1\u05d9\u05e8 \u05d0\u05ea \u05e1\u05e8\u05d8\u05d5\u05df \u05d5\u05d9\u05d3\u05d0\u05d5 \u05d6\u05d4 \u05de\u05d4\u05e8\u05e9\u05d9\u05de\u05d4?", + "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d0\u05ea\u05d4 \u05e8\u05d5\u05e6\u05d4 \u05dc\u05d4\u05d2\u05d1\u05d9\u05dc \u05d0\u05ea \u05d2\u05d9\u05e9\u05ea {email} \u05dc\u201c{container}\u201d?", + "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05de\u05d7\u05d5\u05e7 \u05e4\u05e8\u05d9\u05d8 \u05d6\u05d4. \u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05d9\u05d4\u05d9\u05d4 \u05dc\u05e9\u05d7\u05d6\u05e8 \u05d0\u05ea \u05d4\u05e4\u05e2\u05d5\u05dc\u05d4!\n\n\u05d1\u05e0\u05d5\u05e1\u05e3, \u05db\u05dc \u05ea\u05d5\u05db\u05df \u05e9\u05de\u05e7\u05e9\u05e8/\u05de\u05ea\u05d9\u05d9\u05d7\u05e1 \u05dc\u05e4\u05e8\u05d9\u05d8 \u05d6\u05d4 \u05dc\u05d0 \u05d9\u05e2\u05d1\u05d5\u05d3 \u05d9\u05d5\u05ea\u05e8 (\u05dc\u05d3\u05d5\u05d2\u05de\u05d4, \u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05d5/\u05d0\u05d5 \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9\u05dd \u05e9\u05d1\u05d5\u05e8\u05d9\u05dd)", + "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "\u05db\u05d7\u05dc\u05e7 \u05de\u05ea\u05d4\u05dc\u05d9\u05da \u05d0\u05d9\u05de\u05d5\u05ea \u05d4\u05d6\u05d4\u05d5\u05ea, \u05d0\u05ea\u05d4 \u05de\u05e6\u05dc\u05dd \u05ea\u05de\u05d5\u05e0\u05d4 \u05e9\u05dc \u05e4\u05e0\u05d9\u05da \u05d5\u05e9\u05dc \u05ea\u05e2\u05d5\u05d3\u05d4 \u05de\u05d6\u05d4\u05d4 \u05e9\u05d4\u05d5\u05e0\u05e4\u05e7\u05d4 \u05d1\u05d9\u05d3\u05d9 \u05d4\u05de\u05de\u05e9\u05dc\u05d4. \u05e9\u05d9\u05e8\u05d5\u05ea \u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05e9\u05dc\u05e0\u05d5 \u05de\u05d0\u05e9\u05e8 \u05d0\u05ea \u05d6\u05d4\u05d5\u05ea\u05da \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05d4\u05e9\u05d5\u05d5\u05d0\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05e9\u05e6\u05d9\u05dc\u05de\u05ea \u05dc\u05ea\u05de\u05d5\u05e0\u05d4 \u05e9\u05d1\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05de\u05d6\u05d4\u05d4 \u05e9\u05dc\u05da. ", + "Assessment": "\u05d4\u05e2\u05e8\u05db\u05d4", + "Assessments": "\u05d4\u05e2\u05e8\u05db\u05d5\u05ea", + "Assign students to cohorts by uploading a CSV file.": "\u05d4\u05e7\u05e6\u05d0\u05ea \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd \u05dc\u05e7\u05d1\u05d5\u05e6\u05d5\u05ea \u05dc\u05d9\u05de\u05d5\u05d3 \u05e2\u05dc \u05d9\u05d3\u05d9 \u05d4\u05e2\u05dc\u05d0\u05ea \u05e7\u05d5\u05d1\u05e5 CSV.", + "Assignment Type Name": "\u05e9\u05dd \u05e1\u05d5\u05d2 \u05d4\u05de\u05d8\u05dc\u05d4", + "Associated Content Group": "\u05e7\u05d1\u05d5\u05e6\u05ea \u05ea\u05d5\u05db\u05df \u05de\u05e7\u05d5\u05e9\u05e8\u05ea", + "August": "\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8", + "Automatic": "\u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9", + "Available %s": "\u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea %s \u05d6\u05de\u05d9\u05e0\u05d5\u05ea", + "Back to Full List": "\u05d7\u05d6\u05e8\u05d4 \u05dc\u05e8\u05e9\u05d9\u05de\u05d4 \u05d4\u05de\u05dc\u05d0\u05d4", + "Back to sign in": "\u05d1\u05d7\u05d6\u05e8\u05d4 \u05dc\u05db\u05e0\u05d9\u05e1\u05d4 \u05dc\u05d7\u05e9\u05d1\u05d5\u05df", + "Back to {platform} FAQs": "\u05d7\u05d6\u05e8\u05d4 \u05dc\u05e9\u05d0\u05dc\u05d5\u05ea \u05d4\u05e0\u05e4\u05d5\u05e6\u05d5\u05ea \u05e9\u05dc {platform}", + "Basic": "\u05d1\u05e1\u05d9\u05e1", + "Basic Account Information": "\u05e4\u05e8\u05d8\u05d9 \u05d7\u05e9\u05d1\u05d5\u05df \u05d1\u05e1\u05d9\u05e1\u05d9\u05d9\u05dd", + "Be sure your entire face is inside the frame": "\u05d5\u05d3\u05d0 \u05db\u05d9 \u05db\u05dc \u05e4\u05e0\u05d9\u05da \u05de\u05ea\u05d0\u05d9\u05de\u05d9\u05dd \u05dc\u05d2\u05d1\u05d5\u05dc\u05d5\u05ea \u05d4\u05de\u05e1\u05d2\u05e8\u05ea.", + "Before proceeding, please confirm that your details match": "\u05d1\u05d8\u05e8\u05dd \u05ea\u05de\u05e9\u05d9\u05da, \u05e0\u05d0 \u05d5\u05d3\u05d0 \u05db\u05d9 \u05d4\u05e4\u05e8\u05d8\u05d9\u05dd \u05ea\u05d5\u05d0\u05de\u05d9\u05dd", + "Before you upgrade to a certificate track, you must activate your account.": "\u05dc\u05e4\u05e0\u05d9 \u05e9\u05ea\u05e9\u05d3\u05e8\u05d2 \u05dc\u05de\u05e1\u05dc\u05d5\u05dc \u05ea\u05e2\u05d5\u05d3\u05d4, \u05e2\u05dc\u05d9\u05da \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05d0\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05da.", + "Billed to": "\u05d7\u05d5\u05d9\u05d1 \u05dc", + "Biography": "\u05d1\u05d9\u05d5\u05d2\u05e8\u05e4\u05d9\u05d4", + "Block view is unavailable": "\u05ea\u05e6\u05d5\u05d2\u05ea \u05d4\u05d1\u05dc\u05d5\u05e7 \u05d0\u05d9\u05e0\u05d4 \u05d6\u05de\u05d9\u05e0\u05d4", + "Blockquote": "Blockquote", + "Blockquote (Ctrl+Q)": "\u05e6\u05d9\u05d8\u05d5\u05d8 (Ctrl+Q)", + "Bold (Ctrl+B)": "\u05de\u05d5\u05d3\u05d2\u05e9 (Ctrl+B)", + "Bookmark this page": "\u05e1\u05de\u05df \u05e2\u05de\u05d5\u05d3 \u05d6\u05d4", + "Bookmarked": "\u05de\u05e1\u05d5\u05de\u05df \u05d1\u05e1\u05d9\u05de\u05e0\u05d9\u05d4", + "Bookmarked on": "\u05d4\u05e1\u05d9\u05de\u05e0\u05d9\u05d4 \u05de\u05d5\u05e4\u05e2\u05dc\u05ea", + "Browse": "\u05e2\u05d9\u05d9\u05df \u05d1", + "Browse recently launched courses and see what\\'s new in your favorite subjects": "\u05e2\u05d9\u05d9\u05df \u05d1\u05e7\u05d5\u05e8\u05e1\u05d9\u05dd \u05e9\u05d4\u05d5\u05e9\u05e7\u05d5 \u05dc\u05d0\u05d7\u05e8\u05d5\u05e0\u05d4 \u05d5\u05e8\u05d0\u05d4 \u05de\u05d4 \u05d7\u05d3\u05e9 \u05d1\u05e0\u05d5\u05e9\u05d0\u05d9\u05dd \u05d4\u05d0\u05d4\u05d5\u05d1\u05d9\u05dd \u05e2\u05dc\u05d9\u05da", + "Bulk Exceptions": "\u05d7\u05e8\u05d9\u05d2\u05d5\u05ea \u05e7\u05d1\u05d5\u05e6\u05ea\u05d9\u05d5\u05ea", + "Bulleted List (Ctrl+U)": "\u05e8\u05e9\u05d9\u05de\u05d4 \u05e2\u05dd \u05ea\u05d1\u05dc\u05d9\u05d8\u05d9\u05dd (Ctrl+U)", + "Can I request additional time to complete my exam?": "\u05d4\u05d0\u05dd \u05d0\u05e0\u05d9 \u05d9\u05db\u05d5\u05dc \u05dc\u05d1\u05e7\u05e9 \u05d4\u05d0\u05e8\u05db\u05ea \u05d6\u05de\u05df \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05e9\u05dc\u05d9?", + "Can we match the photo you took with the one on your ID?": "\u05d4\u05d0\u05dd \u05e0\u05d9\u05ea\u05df \u05dc\u05d1\u05e6\u05e2 \u05d4\u05ea\u05d0\u05de\u05d4 \u05d1\u05d9\u05df \u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05e9\u05e6\u05d9\u05dc\u05de\u05ea \u05e2\u05dd \u05d6\u05d5 \u05e9\u05d1\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05de\u05d6\u05d4\u05d4?", + "Cancel": "\u05d1\u05d9\u05d8\u05d5\u05dc", + "Cancel enrollment code": "\u05d1\u05d8\u05dc \u05e7\u05d5\u05d3 \u05d4\u05e8\u05e9\u05de\u05d4", + "Cancel team creating.": "\u05d1\u05d8\u05dc \u05d9\u05e6\u05d9\u05e8\u05ea \u05e6\u05d5\u05d5\u05ea.", + "Cancel team updating.": "\u05d1\u05d8\u05dc \u05e2\u05d3\u05db\u05d5\u05df \u05e6\u05d5\u05d5\u05ea.", + "Cannot Start Proctored Exam": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d1\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7", + "Cannot delete when in use by a unit": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05de\u05d7\u05d5\u05e7 \u05db\u05d0\u05e9\u05e8 \u05e0\u05de\u05e6\u05d0 \u05d1\u05e9\u05d9\u05de\u05d5\u05e9 \u05e9\u05dc \u05d9\u05d7\u05d9\u05d3\u05d4", + "Cannot delete when in use by an experiment": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05de\u05d7\u05d5\u05e7 \u05db\u05d0\u05e9\u05e8 \u05e0\u05de\u05e6\u05d0 \u05d1\u05e9\u05d9\u05de\u05d5\u05e9 \u05d4\u05e0\u05d9\u05e1\u05d5\u05d9", + "Cannot drop more <%= types %> assignments than are assigned.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d5\u05e8\u05d9\u05d3 \u05d9\u05d5\u05ea\u05e8 \u05de-<%= types %> \u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05de\u05d0\u05dc\u05d5 \u05e9\u05db\u05d1\u05e8 \u05de\u05d5\u05e7\u05e6\u05d5\u05ea.", + "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "\u05d6\u05d4\u05d9\u05e8\u05d5\u05ea: \u05d4\u05d2\u05e8\u05e1\u05d4 \u05d4\u05d0\u05d7\u05e8\u05d5\u05e0\u05d4 \u05e9\u05e4\u05d5\u05e8\u05e1\u05de\u05d4 \u05dc\u05d9\u05d7\u05d9\u05d3\u05d4 \u05d6\u05d5 \u05e0\u05de\u05e6\u05d0\u05ea \u05e2\u05d3\u05d9\u05d9\u05df \u05d1\u05d0\u05d5\u05d5\u05d9\u05e8. \u05e4\u05e8\u05e1\u05d5\u05dd \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05d9\u05d5\u05d1\u05d9\u05dc \u05dc\u05e9\u05d9\u05e0\u05d5\u05d9 \u05d7\u05d5\u05d5\u05d9\u05ea \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8. ", + "Certificate Details": "\u05e4\u05e8\u05d8\u05d9 \u05ea\u05e2\u05d5\u05d3\u05d4", + "Certificate Generated": "\u05d4\u05ea\u05e2\u05d5\u05d3\u05d4 \u05e0\u05d5\u05e6\u05e8\u05d4", + "Certificate Information": "\u05e4\u05e8\u05d8\u05d9 \u05ea\u05e2\u05d5\u05d3\u05d4", + "Certificate Name": "\u05e9\u05dd \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4", + "Certificate Signatories": "\u05d7\u05ea\u05d9\u05de\u05d5\u05ea \u05e2\u05dc \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4", + "Certificate Signatory Configuration": "\u05d4\u05d2\u05d3\u05e8\u05ea \u05ea\u05e6\u05d5\u05e8\u05d4 \u05e9\u05dc \u05d7\u05ea\u05d9\u05de\u05d4 \u05e2\u05dc \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4", + "Certificate has been successfully invalidated for <%= user %>.": "\u05d4\u05ea\u05e2\u05d5\u05d3\u05d4 \u05e9\u05dc <%= user %> \u05e0\u05e4\u05e1\u05dc\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4.", + "Certificate name is required.": "\u05e9\u05dd \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05d5\u05d0 \u05e9\u05d3\u05d4 \u05d7\u05d5\u05d1\u05d4.", + "Certificate of <%= user %> has already been invalidated. Please check your spelling and retry.": "\u05d4\u05ea\u05e2\u05d5\u05d3\u05d4 \u05e9\u05dc <%= user %> \u05db\u05d1\u05e8 \u05e0\u05e4\u05e1\u05dc\u05d4. \u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05d4\u05d0\u05d9\u05d5\u05ea \u05d5\u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", + "Change Enrollment": "\u05e9\u05d9\u05e0\u05d5\u05d9 \u05d4\u05e8\u05e9\u05de\u05d4", + "Change Manually": "\u05e9\u05e0\u05d4 \u05d9\u05d3\u05e0\u05d9\u05ea", + "Change My Email Address": "\u05e9\u05e0\u05d4 \u05d0\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05dc\u05d9", + "Change image": "\u05e9\u05e0\u05d4 \u05ea\u05de\u05d5\u05e0\u05d4", + "Changes to steps that are not selected as part of the assignment will not be saved.": "\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05d1\u05e9\u05dc\u05d1\u05d9\u05dd \u05e9\u05dc\u05d0 \u05d1\u05d7\u05e8\u05ea\u05dd \u05dc\u05d0 \u05d9\u05d9\u05e9\u05de\u05e8\u05d5 \u05dc\u05d4\u05d2\u05e9\u05ea \u05d4\u05de\u05d8\u05dc\u05d4.", + "Chapter Asset": "\u05e0\u05db\u05e1 \u05d4\u05e4\u05e8\u05e7", + "Chapter Name": "\u05e9\u05dd \u05d4\u05e4\u05e8\u05e7", + "Chapter information": "\u05de\u05d9\u05d3\u05e2 \u05e2\u05dc \u05d4\u05e4\u05e8\u05e7", + "Chapter {order}": "\u05e4\u05e8\u05e7 {order}", + "Check Your Email": "\u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05dc\u05da", + "Check the highlighted fields below and try again.": "\u05e1\u05de\u05df \u05d0\u05ea \u05d4\u05e9\u05d3\u05d5\u05ea \u05d4\u05de\u05d5\u05d3\u05d2\u05e9\u05d9\u05dd \u05dc\u05d4\u05dc\u05df \u05d5\u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", + "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "\u05e1\u05de\u05df \u05ea\u05d9\u05d1\u05d4 \u05d6\u05d5 \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e7\u05d1\u05dc \u05ea\u05e7\u05e6\u05d9\u05e8 \u05d9\u05d5\u05de\u05d9 \u05d1\u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e2\u05dc \u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d7\u05d3\u05e9\u05d4 \u05d5\u05e2\u05dc \u05d4\u05d5\u05d3\u05e2\u05d5\u05ea \u05e9\u05dc\u05d0 \u05e0\u05e7\u05e8\u05d0\u05d5 \u05d1\u05e4\u05d5\u05e1\u05d8\u05d9\u05dd \u05e9\u05d0\u05ea\u05d4 \u05e2\u05d5\u05e7\u05d1 \u05d0\u05d7\u05e8\u05d9\u05d4\u05dd. ", + "Check your email": "\u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05ea\u05d9\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05dc\u05da", + "Check your email for an activation message.": "\u05d1\u05d3\u05d5\u05e7 \u05d1\u05ea\u05d9\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05dc\u05da \u05d4\u05d0\u05dd \u05e7\u05d9\u05d1\u05dc\u05ea \u05d4\u05d5\u05d3\u05e2\u05ea \u05d4\u05e4\u05e2\u05dc\u05d4.", + "Checkout": "\u05ea\u05e9\u05dc\u05d5\u05dd", + "Checkout with PayPal": "\u05ea\u05e9\u05dc\u05d5\u05dd \u05e2\u05dd PayPal", + "Checkout with {processor}": "\u05ea\u05e9\u05dc\u05d5\u05dd \u05e2\u05dd {processor}", + "Choose": "\u05d1\u05d7\u05e8", + "Choose File": "\u05d1\u05d7\u05e8 \u05e7\u05d5\u05d1\u05e5", + "Choose One": "\u05d1\u05d7\u05e8 \u05d0\u05d7\u05d3", + "Choose a .csv file": "\u05d1\u05d7\u05e8 \u05e7\u05d5\u05d1\u05e5 CSV.", + "Choose a Date": "\u05d1\u05d7\u05d9\u05e8\u05ea \u05ea\u05d0\u05e8\u05d9\u05da", + "Choose a Time": "\u05d1\u05d7\u05d9\u05e8\u05ea \u05e9\u05e2\u05d4", + "Choose a content group to associate": "\u05d1\u05d7\u05e8 \u05e7\u05d1\u05d5\u05e6\u05ea \u05ea\u05d5\u05db\u05df \u05dc\u05e7\u05e9\u05e8", + "Choose a time": "\u05d1\u05d7\u05d9\u05e8\u05ea \u05e9\u05e2\u05d4", + "Choose all": "\u05d1\u05d7\u05d9\u05e8\u05ea \u05d4\u05db\u05dc", + "Choose mode": "\u05d1\u05d7\u05e8 \u05de\u05e6\u05d1", + "Choose one": "\u05d1\u05d7\u05e8 \u05d0\u05d7\u05d3", + "Choose your institution from the list below:": "\u05d1\u05d7\u05e8 \u05d0\u05ea \u05d4\u05de\u05d5\u05e1\u05d3 \u05e9\u05dc\u05da \u05de\u05d4\u05e8\u05e9\u05d9\u05de\u05d4 \u05e9\u05dc\u05d4\u05dc\u05df:", + "Chosen %s": "%s \u05d0\u05e9\u05e8 \u05e0\u05d1\u05d7\u05e8\u05d5", + "Clear": "\u05e0\u05e7\u05d4", + "Clear All": "\u05e0\u05e7\u05d4 \u05d4\u05db\u05dc", + "Clear Grading Due Date": "\u05e0\u05e7\u05d4 \u05ea\u05d0\u05e8\u05d9\u05da \u05d9\u05e2\u05d3 \u05dc\u05d3\u05d9\u05e8\u05d5\u05d2", + "Clear Release Date/Time": "\u05e0\u05e7\u05d4 \u05d6\u05de\u05df/\u05ea\u05d0\u05e8\u05d9\u05da \u05e9\u05d7\u05e8\u05d5\u05e8", + "Clear Value": "\u05e0\u05e7\u05d4 \u05e2\u05e8\u05da", + "Clear search": "\u05e0\u05e7\u05d4 \u05d7\u05d9\u05e4\u05d5\u05e9", + "Clear search results": "\u05e0\u05e7\u05d4 \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d7\u05d9\u05e4\u05d5\u05e9", + "Click to add a new %(xblock_type)s": "\u05dc\u05d7\u05e5 \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 %(xblock_type)s \u05d7\u05d3\u05e9.", + "Click to change": "\u05dc\u05d7\u05e5 \u05dc\u05e9\u05d9\u05e0\u05d5\u05d9", + "Click to choose all %s at once.": "\u05d1\u05d7\u05d9\u05e8\u05ea \u05db\u05dc \u05d4%s \u05d1\u05d1\u05ea \u05d0\u05d7\u05ea.", + "Click to edit": "\u05dc\u05d7\u05e5 \u05dc\u05e2\u05e8\u05d5\u05da", + "Click to remove all chosen %s at once.": "\u05d4\u05e1\u05e8\u05ea \u05db\u05dc %s \u05d0\u05e9\u05e8 \u05e0\u05d1\u05d7\u05e8\u05d5 \u05d1\u05d1\u05ea \u05d0\u05d7\u05ea.", + "Close": "\u05e1\u05d2\u05d5\u05e8", + "Closed": "\u05e0\u05e1\u05d2\u05e8", + "Code": "\u05e7\u05d5\u05d3", + "Code Sample (Ctrl+K)": "\u05d3\u05d5\u05d2\u05de\u05ea \u05e7\u05d5\u05d3 (Ctrl+K)", + "Cohort Assignment Method": "\u05e9\u05d9\u05d8\u05ea \u05d4\u05e7\u05e6\u05d0\u05d4 \u05dc\u05e7\u05d1\u05d5\u05e6\u05ea \u05d4\u05dc\u05d9\u05de\u05d5\u05d3", + "Cohort Name": "\u05e9\u05dd \u05e7\u05d1\u05d5\u05e6\u05ea \u05d4\u05dc\u05d9\u05de\u05d5\u05d3", + "Cohorts": "\u05e7\u05d1\u05d5\u05e6\u05d5\u05ea \u05dc\u05de\u05d9\u05d3\u05d4", + "Cohorts Disabled": "\u05d1\u05d8\u05dc \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05e7\u05d1\u05d5\u05e6\u05d5\u05ea \u05dc\u05d9\u05de\u05d5\u05d3", + "Cohorts Enabled": "\u05e7\u05d1\u05d5\u05e6\u05ea \u05dc\u05d9\u05de\u05d5\u05d3 \u05de\u05d0\u05d5\u05e4\u05e9\u05e8\u05ea", + "Collapse All": "\u05db\u05d5\u05d5\u05e5 \u05d4\u05db\u05dc", + "Collapse/Expand this %(xblock_type)s": "\u05db\u05d5\u05d5\u05e5/\u05d4\u05e8\u05d7\u05d1 \u05d0\u05ea %(xblock_type)s", + "Coming Soon": "\u05d1\u05e7\u05e8\u05d5\u05d1", + "Common Problem Types": "\u05e1\u05d5\u05d2\u05d9 \u05d1\u05e2\u05d9\u05d5\u05ea \u05e0\u05e4\u05d5\u05e6\u05d5\u05ea", + "Community TA": "\u05e2\u05d5\u05d6\u05e8 \u05d4\u05d5\u05e8\u05d0\u05d4 \u05d1\u05e4\u05d5\u05e8\u05d5\u05dd", + "Completed": "\u05d4\u05d5\u05e9\u05dc\u05dd", + "Component Location ID": "\u05de\u05d6\u05d4\u05d4 \u05de\u05d9\u05e7\u05d5\u05dd \u05e8\u05db\u05d9\u05d1", + "Configure": "\u05d4\u05d2\u05d3\u05e8", + "Confirm": "\u05d0\u05e9\u05e8", + "Confirm Timed Transcript": "\u05d0\u05e9\u05e8 \u05ea\u05de\u05dc\u05d9\u05dc \u05de\u05ea\u05d5\u05d6\u05de\u05df", + "Congratulations! You are now verified on %(platformName)s!": "\u05d1\u05e8\u05db\u05d5\u05ea\u05d9\u05e0\u05d5! \u05d6\u05d4\u05d5\u05ea\u05da \u05de\u05d0\u05d5\u05de\u05ea\u05ea \u05db\u05e2\u05ea \u05d1-%(platformName)s!", + "Contains staff only content": "\u05de\u05db\u05d9\u05dc \u05ea\u05d5\u05db\u05df \u05d4\u05de\u05d5\u05d2\u05d1\u05dc \u05dc\u05e6\u05d5\u05d5\u05ea \u05d1\u05dc\u05d1\u05d3", "Contains {count} group": [ - "\u05db\u05d5\u05dc\u05dc \u05e7\u05d1\u05d5\u05e6\u05d4 {count}", - "\u05db\u05d5\u05dc\u05dc {count} \u05e7\u05d1\u05d5\u05e6\u05d5\u05ea", - "\u05db\u05d5\u05dc\u05dc {count} \u05e7\u05d1\u05d5\u05e6\u05d5\u05ea", + "\u05db\u05d5\u05dc\u05dc \u05e7\u05d1\u05d5\u05e6\u05d4 {count}", + "\u05db\u05d5\u05dc\u05dc {count} \u05e7\u05d1\u05d5\u05e6\u05d5\u05ea", + "\u05db\u05d5\u05dc\u05dc {count} \u05e7\u05d1\u05d5\u05e6\u05d5\u05ea", "\u05db\u05d5\u05dc\u05dc {count} \u05e7\u05d1\u05d5\u05e6\u05d5\u05ea" - ], - "Content Group ID": "\u05de\u05d6\u05d4\u05d4 \u05e7\u05d1\u05d5\u05e6\u05ea \u05ea\u05d5\u05db\u05df", - "Content Group Name": "\u05e9\u05dd \u05e7\u05d1\u05d5\u05e6\u05ea \u05ea\u05d5\u05db\u05df", - "Content-Specific Discussion Topics": "\u05e0\u05d5\u05e9\u05d0\u05d9 \u05d3\u05d9\u05d5\u05df \u05dc\u05ea\u05d5\u05db\u05df \u05de\u05e1\u05d5\u05d9\u05dd", - "Continue Exam Without Proctoring": "\u05d4\u05de\u05e9\u05da \u05d1\u05de\u05d1\u05d7\u05df \u05dc\u05dc\u05d0 \u05e4\u05d9\u05e7\u05d5\u05d7", - "Continue to Verification": "\u05d4\u05de\u05e9\u05da \u05dc\u05d0\u05d9\u05de\u05d5\u05ea", - "Continue to my practice exam": "\u05d4\u05de\u05e9\u05da \u05dc\u05de\u05d1\u05d7\u05df \u05d4\u05ea\u05e8\u05d2\u05d5\u05dc \u05e9\u05dc\u05d9", - "Continue to my proctored exam. I want to be eligible for credit.": "\u05d4\u05de\u05e9\u05da \u05dc\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05e9\u05dc\u05d9. \u05d0\u05e0\u05d9 \u05de\u05e2\u05d5\u05e0\u05d9\u05d9\u05df \u05dc\u05d4\u05d9\u05d5\u05ea \u05d6\u05db\u05d0\u05d9 \u05d1\u05e0\u05e7\u05d5\u05d3\u05d5\u05ea \u05d6\u05db\u05d5\u05ea.", - "Copy Email To Editor": "\u05d4\u05e2\u05ea\u05e7 \u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05dc\u05e2\u05d5\u05e8\u05da", - "Correct failed component": "\u05ea\u05e7\u05df \u05e8\u05db\u05d9\u05d1 \u05db\u05d5\u05e9\u05dc", - "Could not find Certificate Exception in white list. Please refresh the page and try again": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05d4\u05d9\u05d4 \u05dc\u05de\u05e6\u05d5\u05d0 \u05ea\u05e2\u05d5\u05d3\u05d4 \u05d7\u05e8\u05d9\u05d2\u05d4 \u05d1\u05e8\u05e9\u05d9\u05de\u05d4 \u05d4\u05dc\u05d1\u05e0\u05d4. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05d3\u05e3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1", - "Could not find Certificate Invalidation in the list. Please refresh the page and try again": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05de\u05e6\u05d5\u05d0 \u05e4\u05e1\u05d9\u05dc\u05ea \u05ea\u05e2\u05d5\u05d3\u05d4 \u05d1\u05e8\u05e9\u05d9\u05de\u05d4. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05d3\u05e3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1", - "Could not find a user with username or email address '<%- identifier %>'.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05d4\u05d9\u05d4 \u05dc\u05d0\u05ea\u05e8 \u05de\u05e9\u05ea\u05de\u05e9 \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05e9\u05dd \u05d4\u05de\u05e9\u05ea\u05de\u05e9 \u05d0\u05d5 \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 '<%- identifier %>'.", - "Could not find users associated with the following identifiers:": "\u05dc\u05d0 \u05d4\u05e6\u05dc\u05d7\u05ea\u05d9 \u05dc\u05de\u05e6\u05d5\u05d0 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d4\u05de\u05e9\u05d5\u05d9\u05d9\u05db\u05d9\u05dd \u05dc\u05de\u05d6\u05d4\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd:", - "Could not retrieve download url.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d0\u05d7\u05d6\u05e8 \u05db\u05ea\u05d5\u05d1\u05ea URL \u05dc\u05d4\u05d5\u05e8\u05d3\u05d4.", - "Could not retrieve payment information": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d0\u05d7\u05d6\u05e8 \u05d0\u05ea \u05e4\u05e8\u05d8\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd", - "Could not retrieve upload url.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d0\u05d7\u05d6\u05e8 \u05db\u05ea\u05d5\u05d1\u05ea URL \u05dc\u05d4\u05e2\u05dc\u05d0\u05d4.", - "Could not submit order": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05dc\u05d5\u05d7 \u05d0\u05ea \u05d4\u05d4\u05d6\u05de\u05e0\u05d4", - "Could not submit photos": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05ea\u05de\u05d5\u05e0\u05d5\u05ea", - "Couldn't Save This Assignment": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05de\u05d5\u05e8 \u05d0\u05ea \u05d4\u05de\u05d8\u05dc\u05d4.", - "Country": "\u05de\u05d3\u05d9\u05e0\u05d4", - "Country of residence": "\u05d0\u05e8\u05e5 \u05de\u05d2\u05d5\u05e8\u05d9\u05dd", - "Course Credit Requirements": "\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea \u05dc\u05e0\u05e7\u05d5\u05d3\u05d5\u05ea \u05d6\u05db\u05d5\u05ea \u05d1\u05e7\u05d5\u05e8\u05e1", - "Course End": "\u05e1\u05d9\u05d5\u05dd \u05d4\u05e7\u05d5\u05e8\u05e1", - "Course Handouts": "\u05d3\u05e4\u05d9 \u05de\u05d9\u05d3\u05e2 \u05e9\u05dc \u05d4\u05e7\u05d5\u05e8\u05e1", - "Course ID": "\u05de\u05d6\u05d4\u05d4 \u05e7\u05d5\u05e8\u05e1", - "Course Id": "\u05de\u05d6\u05d4\u05d4 \u05e7\u05d5\u05e8\u05e1", - "Course Index": "\u05d0\u05d9\u05e0\u05d3\u05e7\u05e1 \u05e7\u05d5\u05e8\u05e1", - "Course Key": "\u05de\u05e4\u05ea\u05d7 \u05e7\u05d5\u05e8\u05e1", - "Course Number": "\u05de\u05e1\u05e4\u05e8 \u05d4\u05e7\u05d5\u05e8\u05e1", - "Course Number Override": "\u05d1\u05d9\u05d8\u05d5\u05dc \u05de\u05e1\u05e4\u05e8 \u05d4\u05e7\u05d5\u05e8\u05e1", - "Course Outline": "\u05de\u05ea\u05d5\u05d5\u05d4 \u05e7\u05d5\u05e8\u05e1", - "Course Start": "\u05ea\u05d7\u05d9\u05dc\u05ea \u05e7\u05d5\u05e8\u05e1", - "Course Title": "\u05db\u05d5\u05ea\u05e8\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1", - "Course Title Override": "\u05d1\u05d9\u05d8\u05d5\u05dc \u05db\u05d5\u05ea\u05e8\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1", - "Course is not yet visible to students.": "\u05e7\u05d5\u05e8\u05e1 \u05dc\u05d0 \u05d2\u05dc\u05d5\u05d9 \u05dc\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd", - "Course pacing cannot be changed once a course has started.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05e0\u05d5\u05ea \u05d0\u05ea \u05e7\u05e6\u05d1 \u05d4\u05e7\u05d5\u05e8\u05e1 \u05dc\u05d0\u05d7\u05e8 \u05d4\u05ea\u05d7\u05dc\u05ea\u05d5.", - "Course title": "\u05db\u05d5\u05ea\u05e8\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1", - "Course-Wide Discussion Topics": "\u05e0\u05d5\u05e9\u05d0\u05d9 \u05d3\u05d9\u05d5\u05df \u05db\u05dc\u05dc \u05e7\u05d5\u05e8\u05e1\u05d9\u05d9\u05dd", - "Create": "\u05e6\u05d5\u05e8", - "Create Re-run": "\u05e6\u05d5\u05e8 \u05d4\u05e8\u05e6\u05d4 \u05e0\u05d5\u05e1\u05e4\u05ea", - "Create a %(link_start)sMozilla Backpack%(link_end)s account, or log in to your existing account": "\u05e6\u05d5\u05e8 \u05d7\u05e9\u05d1\u05d5\u05df %(link_start)sMozilla Backpack%(link_end)s \u05d0\u05d5 \u05d4\u05d9\u05db\u05e0\u05e1 \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05da \u05d4\u05e7\u05d9\u05d9\u05dd", - "Create a New Team": "\u05e6\u05d5\u05e8 \u05e6\u05d5\u05d5\u05ea \u05d7\u05d3\u05e9", - "Create a content group": "\u05e6\u05d5\u05e8 \u05e7\u05d1\u05d5\u05e6\u05ea \u05ea\u05d5\u05db\u05df", - "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "\u05e6\u05d5\u05e8 \u05e6\u05d5\u05d5\u05ea \u05d7\u05d3\u05e9 \u05d0\u05dd \u05d0\u05d9\u05e0\u05da \u05d9\u05db\u05d5\u05dc \u05dc\u05de\u05e6\u05d5\u05d0 \u05e6\u05d5\u05d5\u05ea \u05e7\u05d9\u05d9\u05dd \u05d5\u05dc\u05d4\u05e6\u05d8\u05e8\u05e3 \u05d0\u05dc\u05d9\u05d5 \u05d0\u05d5 \u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05dc\u05de\u05d5\u05d3 \u05e2\u05dd \u05d7\u05d1\u05e8\u05d9\u05dd \u05e9\u05d0\u05ea\u05d4 \u05de\u05db\u05d9\u05e8.", - "Create account using %(providerName)s.": "\u05e6\u05d5\u05e8 \u05d7\u05e9\u05d1\u05d5\u05df \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea %(providerName)s.", - "Create an Account": "\u05e6\u05d5\u05e8 \u05d7\u05e9\u05d1\u05d5\u05df", - "Create an Account.": "\u05d9\u05e6\u05d9\u05e8\u05ea \u05d7\u05e9\u05d1\u05d5\u05df", - "Create an account using": "\u05e6\u05d5\u05e8 \u05d7\u05e9\u05d1\u05d5\u05df \u05d1\u05e2\u05d6\u05e8\u05ea", - "Create an {platform} account": "\u05d9\u05e6\u05d9\u05e8\u05ea \u05d7\u05e9\u05d1\u05d5\u05df {platform}", - "Create team.": "\u05e6\u05d5\u05e8 \u05e6\u05d5\u05d5\u05ea.", - "Created": "\u05e0\u05d5\u05e6\u05e8", - "Creating missing groups": "\u05d9\u05e6\u05d9\u05e8\u05d4 \u05e9\u05dc \u05e7\u05d1\u05d5\u05e6\u05d5\u05ea \u05d7\u05e1\u05e8\u05d5\u05ea", - "Creative Commons licensed content, with terms as follow:": "\u05ea\u05d5\u05db\u05df \u05d1\u05e8\u05d9\u05e9\u05d9\u05d5\u05df Creative Commons, \u05db\u05e4\u05d5\u05e3 \u05dc\u05ea\u05e0\u05d0\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd:", - "Criterion Added": "\u05e7\u05e8\u05d9\u05d8\u05e8\u05d9\u05d5\u05df \u05e0\u05d5\u05e1\u05e3 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", - "Criterion Deleted": "\u05e7\u05e8\u05d9\u05d8\u05e8\u05d9\u05d5\u05df \u05e0\u05de\u05d7\u05e7", - "Crossed out items have been refunded.": "\u05ea\u05e9\u05dc\u05d5\u05dd \u05d4\u05d5\u05d7\u05d6\u05e8 \u05e2\u05d1\u05d5\u05e8 \u05e4\u05e8\u05d9\u05d8\u05d9\u05dd \u05e9\u05e0\u05de\u05d7\u05e7\u05d5 ", - "Current Role:": "\u05ea\u05e4\u05e7\u05d9\u05d3 \u05e0\u05d5\u05db\u05d7\u05d9:", - "Current conversation": "\u05e9\u05d9\u05d7\u05d4 \u05e0\u05d5\u05db\u05d7\u05d9\u05ea", - "Current enrollment mode:": "\u05de\u05e6\u05d1 \u05d4\u05e8\u05e9\u05de\u05d4 \u05e0\u05d5\u05db\u05d7\u05d9:", - "Current tab": "\u05db\u05e8\u05d8\u05d9\u05e1\u05d9\u05d9\u05d4 \u05e0\u05d5\u05db\u05d7\u05d9\u05ea", - "Date": "\u05ea\u05d0\u05e8\u05d9\u05da", - "Date Added": "\u05e0\u05d5\u05e1\u05e3 \u05ea\u05d0\u05e8\u05d9\u05da", - "Deactivate": "\u05d1\u05d8\u05dc ", - "December": "\u05d3\u05e6\u05de\u05d1\u05e8", - "Declined": "\u05e0\u05d3\u05d7\u05d4", - "Default (Local Time Zone)": "\u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc (\u05d0\u05d6\u05d5\u05e8\u05d9 \u05d6\u05de\u05df \u05de\u05e7\u05d5\u05de\u05d9\u05d9\u05dd)", - "Default Timed Transcript": "\u05ea\u05de\u05dc\u05d9\u05dc \u05de\u05ea\u05d5\u05d6\u05de\u05df \u05db\u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc", - "Delete": "\u05de\u05d7\u05e7", - "Delete \"<%= signatoryName %>\" from the list of signatories?": "\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \"<%= signatoryName %>\" \u05de\u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d7\u05ea\u05d9\u05de\u05d5\u05ea?", - "Delete File Confirmation": "\u05d0\u05d9\u05e9\u05d5\u05e8 \u05dc\u05de\u05d7\u05d9\u05e7\u05ea \u05d4\u05e7\u05d5\u05d1\u05e5", - "Delete Team": "\u05de\u05d7\u05e7 \u05e6\u05d5\u05d5\u05ea", - "Delete student '<%- student_id %>'s state on problem '<%- problem_id %>'?": "\u05d4\u05d0\u05dd \u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05de\u05e6\u05d1 \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 '<%- student_id %>' \u05dc\u05d1\u05e2\u05d9\u05d4 '<%- problem_id %>'?", - "Delete the user, {username}": "\u05de\u05d7\u05e7 \u05d0\u05ea \u05d4\u05de\u05e9\u05ea\u05de\u05e9, {username}", - "Delete this %(item_display_name)s?": "\u05de\u05d7\u05e7 \u05d0\u05ea \u05d4%(item_display_name)s?", - "Delete this asset": "\u05de\u05d7\u05e7 \u05e0\u05db\u05e1 \u05d6\u05d4", - "Delete this team?": "\u05dc\u05de\u05d7\u05d5\u05e7 \u05e6\u05d5\u05d5\u05ea \u05d6\u05d4?", - "Deleted Content Group": "\u05e7\u05d1\u05d5\u05e6\u05ea \u05ea\u05d5\u05db\u05df \u05e0\u05de\u05d7\u05e7\u05d4", - "Deleting a team is permanent and cannot be undone. All members are removed from the team, and team discussions can no longer be accessed.": "\u05de\u05d7\u05d9\u05e7\u05ea \u05e6\u05d5\u05d5\u05ea \u05d4\u05d9\u05d0 \u05e7\u05d1\u05d5\u05e2\u05d4 \u05d5\u05d0\u05d9\u05df \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05d1\u05d8\u05dc\u05d4. \u05db\u05dc \u05d4\u05d7\u05d1\u05e8\u05d9\u05dd \u05d4\u05d5\u05e1\u05e8\u05d5 \u05de\u05d4\u05e6\u05d5\u05d5\u05ea, \u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d2\u05e9\u05ea \u05d9\u05d5\u05ea\u05e8 \u05dc\u05d3\u05d9\u05d5\u05e0\u05d9 \u05d4\u05e6\u05d5\u05d5\u05ea.", - "Deleting this %(item_display_name)s is permanent and cannot be undone.": "\u05de\u05d7\u05d9\u05e7\u05ea %(item_display_name)s \u05d4\u05d9\u05d0 \u05e7\u05d1\u05d5\u05e2\u05d4 \u05d5\u05d0\u05d9\u05e0\u05d4 \u05d4\u05e4\u05d9\u05db\u05d4.", - "Deprecated": "\u05dc\u05d0 \u05de\u05d5\u05de\u05dc\u05e5 \u05dc\u05e9\u05d9\u05de\u05d5\u05e9", - "Describe ": "\u05ea\u05d9\u05d0\u05d5\u05e8", - "Description": "\u05ea\u05d9\u05d0\u05d5\u05e8", - "Description of the certificate": "\u05ea\u05d9\u05d0\u05d5\u05e8 \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4", - "Discard Changes": "\u05d4\u05ea\u05e2\u05dc\u05dd \u05de\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd", - "Discussion": "\u05d3\u05d9\u05d5\u05df", - "Discussion Home": "\u05e2\u05de\u05d5\u05d3 \u05d4\u05d1\u05d9\u05ea \u05dc\u05d3\u05d9\u05d5\u05df", - "Discussions are unified; all learners interact with posts from other learners, regardless of the group they are in.": "\u05d1\u05de\u05e6\u05d1 \u05d6\u05d4 \u05db\u05dc \u05d4\u05d3\u05d9\u05d5\u05e0\u05d9\u05dd \u05de\u05d0\u05d5\u05d7\u05d3\u05d9\u05dd \u05d5\u05db\u05dc \u05d4\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05de\u05ea\u05e7\u05e9\u05e8\u05d9\u05dd \u05e2\u05dd \u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05d0\u05d7\u05e8\u05d9\u05dd, \u05dc\u05dc\u05d0 \u05ea\u05dc\u05d5\u05ea \u05d1\u05d0\u05d5\u05db\u05dc\u05d5\u05e1\u05d9\u05d9\u05d4 \u05e9\u05d4\u05d5\u05d2\u05d3\u05e8\u05d4 \u05dc\u05d4\u05dd.", - "Display Name": "\u05e9\u05dd \u05dc\u05ea\u05e6\u05d5\u05d2\u05d4", - "Divide the selected content-specific discussion topics": "\u05d7\u05dc\u05e7\u05d5 \u05d0\u05ea \u05e0\u05d5\u05e9\u05d0\u05d9 \u05d4\u05d3\u05d9\u05d5\u05e0\u05d9\u05dd \u05de\u05d1\u05d5\u05e1\u05e1\u05d9-\u05d4\u05ea\u05d5\u05db\u05df \u05e9\u05e0\u05d1\u05d7\u05e8\u05d5", - "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05de\u05e2\u05d5\u05e0\u05d9\u05d9\u05df \u05dc\u05d0\u05e4\u05e9\u05e8 \u05dc\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05d6\u05d4 ('{student_id}') \u05dc\u05d3\u05dc\u05d2 \u05e2\u05dc \u05de\u05d1\u05d7\u05df \u05d4\u05db\u05e0\u05d9\u05e1\u05d4? ", - "Do you want to replace the edX transcript with the YouTube transcript?": "\u05d4\u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05d7\u05dc\u05d9\u05e3 \u05d0\u05ea \u05ea\u05de\u05dc\u05d9\u05dc edX \u05d1\u05ea\u05de\u05dc\u05d9\u05dc \u05d9\u05d5\u05d8\u05d9\u05d5\u05d1?", - "Do you want to upload your file before submitting?": "\u05d4\u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05d0\u05ea \u05e7\u05d1\u05e6\u05d9\u05da \u05dc\u05e4\u05e0\u05d9 \u05d4\u05e9\u05dc\u05d9\u05d7\u05d4?", - "Does the name on your ID match your account name: %(fullName)s?": "\u05d4\u05d0\u05dd \u05d4\u05e9\u05dd \u05d1\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05de\u05d6\u05d4\u05d4 \u05e9\u05dc\u05da \u05ea\u05d5\u05d0\u05dd \u05d0\u05ea \u05e9\u05dd \u05d7\u05e9\u05d1\u05d5\u05e0\u05da: %(fullName)s?", - "Does the photo of you match your ID photo?": "\u05d4\u05d0\u05dd \u05ea\u05de\u05d5\u05e0\u05ea\u05da \u05ea\u05d5\u05d0\u05de\u05ea \u05d0\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05d1\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05de\u05d6\u05d4\u05d4 \u05e9\u05dc\u05da?", - "Does the photo of you show your whole face?": "\u05d4\u05d0\u05dd \u05ea\u05de\u05d5\u05e0\u05ea\u05da \u05de\u05e8\u05d0\u05d4 \u05d0\u05ea \u05db\u05dc \u05e4\u05e0\u05d9\u05da?", - "Doing so means that you are no longer eligible for academic credit.": "\u05d1\u05e4\u05e2\u05d5\u05dc\u05d4 \u05d6\u05d5 \u05d0\u05d9\u05e0\u05da \u05d6\u05db\u05d0\u05d9 \u05e2\u05d5\u05d3 \u05dc\u05e0\u05d9\u05e7\u05d5\u05d3 \u05d0\u05e7\u05d3\u05de\u05d9.", - "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "\u05d0\u05d9\u05e0\u05da \u05e8\u05d5\u05d0\u05d4 \u05d0\u05ea \u05ea\u05de\u05d5\u05e0\u05ea\u05da? \u05d5\u05d3\u05d0 \u05db\u05d9 \u05d0\u05ea\u05d4 \u05de\u05d0\u05e4\u05e9\u05e8 \u05dc\u05d3\u05e4\u05d3\u05e4\u05df \u05e9\u05dc\u05da \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05de\u05e6\u05dc\u05de\u05d4 \u05db\u05d0\u05e9\u05e8 \u05de\u05ea\u05d1\u05e7\u05e9 \u05d0\u05d9\u05e9\u05d5\u05e8. ", - "Donate": "\u05ea\u05e8\u05d5\u05dd", - "Double-check that your webcam is connected and working to continue.": "\u05db\u05d3\u05d9 \u05dc\u05d4\u05de\u05e9\u05d9\u05da, \u05d0\u05e0\u05d0 \u05d5\u05d3\u05d0 \u05e9\u05de\u05e6\u05dc\u05de\u05ea \u05d4\u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05e9\u05dc\u05da \u05de\u05d7\u05d5\u05d1\u05e8\u05ea \u05d5\u05e4\u05d5\u05e2\u05dc\u05ea.", - "Download": "\u05d4\u05d5\u05e8\u05d3", - "Download Software Clicked": "\u05d4\u05d5\u05e8\u05d3 \u05d0\u05ea \u05d4\u05ea\u05d5\u05db\u05e0\u05d4 \u05e9\u05e0\u05d1\u05d7\u05e8\u05d4", - "Download Transcript for Editing": "\u05d4\u05d5\u05e8\u05d3 \u05ea\u05de\u05dc\u05d9\u05dc \u05dc\u05e2\u05e8\u05d9\u05db\u05d4", - "Download URL": "\u05d4\u05d5\u05e8\u05d3 \u05db\u05ea\u05d5\u05d1\u05ea URL", - "Download available encodings (.csv)": "\u05d4\u05d5\u05e8\u05d3 \u05e7\u05d9\u05d3\u05d5\u05d3\u05d9\u05dd \u05d6\u05de\u05d9\u05e0\u05d9\u05dd (CSV)", - "Download the user's certificate": "\u05d4\u05d5\u05e8\u05d3 \u05d0\u05ea \u05ea\u05e2\u05d5\u05d3\u05ea \u05d4\u05de\u05e9\u05ea\u05de\u05e9", - "Draft (Never published)": "\u05d8\u05d9\u05d5\u05d8\u05d4 (\u05de\u05e2\u05d5\u05dc\u05dd \u05dc\u05d0 \u05e4\u05d5\u05e8\u05e1\u05dd)", - "Draft (Unpublished changes)": "\u05d8\u05d9\u05d5\u05d8\u05d4 (\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05e9\u05dc\u05d0 \u05e4\u05d5\u05e8\u05e1\u05de\u05d5)", - "Drag to reorder": "\u05d2\u05e8\u05d5\u05e8 \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e1\u05d3\u05e8 \u05de\u05d7\u05d3\u05e9", - "Drop target image": "\u05e9\u05d7\u05e8\u05e8 \u05ea\u05de\u05d5\u05e0\u05ea \u05de\u05d8\u05e8\u05d4", - "Due Date": "\u05ea\u05d0\u05e8\u05d9\u05da \u05e1\u05d9\u05d5\u05dd", - "Due Date:": "\u05ea\u05d0\u05e8\u05d9\u05da \u05d9\u05e2\u05d3:", - "Due Time in UTC:": "\u05ea\u05d0\u05e8\u05d9\u05da \u05d9\u05e2\u05d3 \u05d1-UTC:", - "Due date cannot be before start date.": "\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05e1\u05d9\u05d5\u05dd \u05d0\u05d9\u05e0\u05d5 \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05e7\u05d3\u05d9\u05dd \u05d0\u05ea \u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d4\u05ea\u05d7\u05dc\u05d4.", - "Due:": "\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d2\u05e9\u05d4", - "Duplicate": "\u05e9\u05db\u05e4\u05dc", - "Duration (sec)": "\u05de\u05e9\u05da \u05d6\u05de\u05df (\u05e9\u05e0\u05d9\u05d5\u05ea)", - "Earned %(created)s.": "\u05d6\u05db\u05d9\u05ea \u05d1-%(created)s.", - "EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.": "\u05d0\u05d9\u05df \u05ea\u05de\u05dc\u05d9\u05dc edX \u05de\u05ea\u05d5\u05d6\u05de\u05df \u05e2\u05d1\u05d5\u05e8 \u05e1\u05e8\u05d8\u05d5\u05df \u05d5\u05d9\u05d3\u05d0\u05d5 \u05d6\u05d4 \u05d1\u05e1\u05d8\u05d5\u05d3\u05d9\u05d5, \u05d0\u05da \u05de\u05e6\u05d0\u05e0\u05d5 \u05ea\u05de\u05dc\u05d9\u05dc \u05d1\u05d9\u05d5\u05d8\u05d9\u05d5\u05d1. \u05d9\u05e9 \u05d1\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea\u05da \u05dc\u05d9\u05d9\u05d1\u05d0 \u05d0\u05ea \u05ea\u05de\u05dc\u05d9\u05dc \u05d9\u05d5\u05d8\u05d9\u05d5\u05d1 \u05d0\u05d5 \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05d0\u05ea \u05e7\u05d5\u05d1\u05e5 \u05ea\u05de\u05dc\u05d9\u05dc \u05d4-SRT \u05e9\u05dc\u05da.", - "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "\u05d0\u05d9\u05df \u05dc-edX \u05ea\u05de\u05dc\u05d9\u05dc \u05de\u05ea\u05d5\u05d6\u05de\u05df \u05e2\u05d1\u05d5\u05e8 \u05e1\u05e8\u05d8\u05d5\u05df \u05d5\u05d9\u05d3\u05d0\u05d5 \u05d6\u05d4. \u05e0\u05d0 \u05d4\u05e2\u05dc\u05d4 \u05e7\u05d5\u05d1\u05e5 SRT.", - "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "\u05dc-edX \u05e7\u05d9\u05d9\u05dd \u05ea\u05de\u05dc\u05d9\u05dc \u05de\u05ea\u05d5\u05d6\u05de\u05df \u05e2\u05d1\u05d5\u05e8 \u05e1\u05e8\u05d8\u05d5\u05df \u05d6\u05d4. \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e2\u05e8\u05d5\u05da \u05ea\u05de\u05dc\u05d9\u05dc \u05d6\u05d4, \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d5\u05e8\u05d9\u05d3 \u05d0\u05ea \u05d4\u05e7\u05d5\u05d1\u05e5, \u05dc\u05e2\u05e8\u05d5\u05da \u05d0\u05d5\u05ea\u05d5 \u05d5\u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05d0\u05d5\u05ea\u05d5 \u05de\u05d7\u05d3\u05e9. \u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05d7\u05dc\u05d9\u05e3 \u05ea\u05de\u05dc\u05d9\u05dc \u05d6\u05d4, \u05e0\u05d0 \u05d4\u05e2\u05dc\u05d4 \u05e7\u05d5\u05d1\u05e5 \u05ea\u05de\u05dc\u05d9\u05dc SRT \u05d7\u05d3\u05e9. ", - "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "\u05dc-edX \u05e7\u05d9\u05d9\u05dd \u05ea\u05de\u05dc\u05d9\u05dc \u05de\u05ea\u05d5\u05d6\u05de\u05df \u05e2\u05d1\u05d5\u05e8 \u05e1\u05e8\u05d8\u05d5\u05df \u05d6\u05d4. \u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05d7\u05dc\u05d9\u05e3 \u05ea\u05de\u05dc\u05d9\u05dc \u05d6\u05d4, \u05d4\u05e2\u05dc\u05d4 \u05e7\u05d5\u05d1\u05e5 \u05ea\u05de\u05dc\u05d9\u05dc SRT \u05d7\u05d3\u05e9. \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e2\u05e8\u05d5\u05da \u05ea\u05de\u05dc\u05d9\u05dc \u05d6\u05d4, \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d5\u05e8\u05d9\u05d3 \u05d0\u05ea \u05d4\u05e7\u05d5\u05d1\u05e5, \u05dc\u05e2\u05e8\u05d5\u05da \u05d0\u05d5\u05ea\u05d5 \u05d5\u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05d0\u05d5\u05ea\u05d5 \u05de\u05d7\u05d3\u05e9. ", - "Edit": "\u05e2\u05e8\u05d5\u05da", - "Edit %(display_name)s (required)": "\u05e2\u05e8\u05d5\u05da %(display_name)s (\u05d7\u05d5\u05d1\u05d4)", - "Edit Membership": "\u05e2\u05e8\u05d5\u05da \u05d7\u05d1\u05e8\u05d5\u05ea", - "Edit Team": "\u05e2\u05e8\u05d5\u05da \u05e6\u05d5\u05d5\u05ea", - "Edit Your Name": "\u05e2\u05e8\u05d5\u05da \u05d0\u05ea \u05e9\u05de\u05da", - "Edit this certificate?": "\u05dc\u05e2\u05e8\u05d5\u05da \u05ea\u05e2\u05d5\u05d3\u05d4 \u05d6\u05d5?", - "Edit your post below.": "\u05e2\u05e8\u05d5\u05da \u05d0\u05ea \u05d4\u05e4\u05d5\u05e1\u05d8 \u05e9\u05dc\u05d4\u05dc\u05df.", - "Editable": "\u05e0\u05d9\u05ea\u05df \u05dc\u05e2\u05e8\u05d9\u05db\u05d4", - "Editing comment": "\u05e2\u05d5\u05e8\u05da \u05d4\u05e2\u05e8\u05d4", - "Editing post": "\u05e2\u05d5\u05e8\u05da \u05e4\u05d5\u05e1\u05d8", - "Editing response": "\u05e2\u05d5\u05e8\u05da \u05ea\u05d2\u05d5\u05d1\u05d4", - "Education Completed": "\u05e8\u05de\u05ea \u05d4\u05e9\u05db\u05dc\u05d4", - "Email": "\u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9", - "Email address": "\u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9", - "Emails successfully sent. The following users are no longer enrolled in the course:": "\u05d4\u05d5\u05d3\u05e2\u05d5\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e0\u05e9\u05dc\u05d7\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4. \u05d4\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd \u05db\u05d1\u05e8 \u05d0\u05d9\u05e0\u05dd \u05e8\u05e9\u05d5\u05de\u05d9\u05dd \u05dc\u05e7\u05d5\u05e8\u05e1:", - "Enable Cohorts": "\u05d0\u05e4\u05e9\u05e8 \u05e7\u05d1\u05d5\u05e6\u05d5\u05ea \u05dc\u05d9\u05de\u05d5\u05d3", - "End My Exam": "\u05e1\u05d9\u05d9\u05dd \u05d4\u05de\u05d1\u05d7\u05df \u05e9\u05dc\u05d9", - "Endorse": "\u05d0\u05e9\u05e8", - "Engage with posts": "\u05d4\u05e9\u05ea\u05ea\u05e3 \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05e4\u05d5\u05e1\u05d8", - "Enroll Now": "\u05dc\u05d4\u05e8\u05e9\u05de\u05d4", - "Enrolling you in the selected course": "\u05d4\u05e0\u05da \u05e0\u05e8\u05e9\u05dd \u05dc\u05e7\u05d5\u05e8\u05e1 \u05d4\u05e0\u05d1\u05d7\u05e8", - "Enrollment Date": "\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05e8\u05e9\u05de\u05d4", - "Enrollment Mode": "\u05de\u05e6\u05d1 \u05d4\u05e8\u05e9\u05de\u05d4", - "Enrollment Opens on": "\u05d4\u05e8\u05d9\u05e9\u05d5\u05dd \u05e0\u05e4\u05ea\u05d7 \u05d1", - "Enrollment Tracks": "\u05de\u05e1\u05dc\u05d5\u05dc\u05d9 \u05d4\u05e8\u05e9\u05de\u05d4", - "Ensure that you can see your photo and read your name": "\u05d5\u05d3\u05d0 \u05db\u05d9 \u05e0\u05d9\u05ea\u05df \u05dc\u05e8\u05d0\u05d5\u05ea \u05d0\u05ea \u05ea\u05de\u05d5\u05e0\u05ea\u05da \u05d5\u05dc\u05e7\u05e8\u05d5\u05d0 \u05d0\u05ea \u05e9\u05de\u05da.", - "Enter Due Date and Time": "\u05d4\u05d6\u05df \u05ea\u05d0\u05e8\u05d9\u05da \u05e1\u05d9\u05d5\u05dd \u05d5\u05e9\u05e2\u05d4", - "Enter Start Date and Time": "\u05d4\u05d6\u05df \u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05ea\u05d7\u05dc\u05d4 \u05d5\u05e9\u05e2\u05d4", - "Enter a student's username or email address.": "\u05d4\u05d6\u05df \u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9 \u05d0\u05d5 \u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05dc \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8", - "Enter a username or email.": "\u05d4\u05db\u05e0\u05e1 \u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9 \u05d0\u05d5 \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9", - "Enter information to describe your team. You cannot change these details after you create the team.": "\u05d4\u05d6\u05df \u05de\u05d9\u05d3\u05e2 \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05ea\u05d0\u05e8 \u05d0\u05ea \u05d4\u05e6\u05d5\u05d5\u05ea \u05e9\u05dc\u05da. \u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05e0\u05d5\u05ea \u05d0\u05ea \u05d4\u05e4\u05e8\u05d8\u05d9\u05dd \u05d4\u05dc\u05dc\u05d5 \u05dc\u05d0\u05d7\u05e8 \u05d9\u05e6\u05d9\u05e8\u05ea \u05d4\u05e6\u05d5\u05d5\u05ea.", - "Enter team description.": "\u05d4\u05d6\u05df \u05ea\u05d9\u05d0\u05d5\u05e8 \u05e6\u05d5\u05d5\u05ea.", - "Enter team name.": "\u05d4\u05d6\u05df \u05e9\u05dd \u05e6\u05d5\u05d5\u05ea.", - "Enter the enrollment code.": "\u05d4\u05d6\u05df \u05e7\u05d5\u05d3 \u05d4\u05e8\u05e9\u05de\u05d4", - "Enter the name of the cohort": "\u05d4\u05d6\u05df \u05d0\u05ea \u05e9\u05dd \u05e7\u05d1\u05d5\u05e6\u05ea \u05d4\u05dc\u05d9\u05de\u05d5\u05d3", - "Enter the page number you'd like to quickly navigate to.": "\u05d4\u05d6\u05df \u05d0\u05ea \u05de\u05e1\u05e4\u05e8 \u05d4\u05e2\u05de\u05d5\u05d3 \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05e0\u05d5\u05d5\u05d8 \u05d1\u05d5 \u05d1\u05de\u05d4\u05d9\u05e8\u05d5\u05ea.", - "Enter the username or email address of each learner that you want to add as an exception.": "\u05d4\u05d6\u05df \u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9 \u05d0\u05d5 \u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05dc \u05db\u05dc \u05dc\u05d5\u05de\u05d3 \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05db\u05d7\u05e8\u05d9\u05d2.", - "Enter username or email": "\u05d4\u05db\u05e0\u05e1 \u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9 \u05d0\u05d5 \u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9", - "Entrance exam attempts is being reset for student '{student_id}'.": "\u05d1\u05d7\u05d9\u05e0\u05ea \u05db\u05e0\u05d9\u05e1\u05d4 \u05e2\u05d1\u05d5\u05e8 \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 '{student_id}' \u05d1\u05ea\u05d4\u05dc\u05d9\u05da \u05d0\u05d9\u05e4\u05d5\u05e1 \u05db\u05e2\u05ea.", - "Entrance exam state is being deleted for student '{student_id}'.": "\u05de\u05e6\u05d1 \u05d1\u05d7\u05d9\u05e0\u05ea \u05d4\u05db\u05e0\u05d9\u05e1\u05d4 \u05e0\u05de\u05d7\u05e7 \u05e2\u05d1\u05d5\u05e8 \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 '{student_id}'.", - "Error": "\u05e9\u05d2\u05d9\u05d0\u05d4", - "Error adding user": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d4\u05d5\u05e1\u05e4\u05ea \u05de\u05e9\u05ea\u05de\u05e9", - "Error adding/removing users as beta testers.": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d4\u05d5\u05e1\u05e4\u05d4/\u05d4\u05e1\u05e8\u05d4 \u05e9\u05dc \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05db\u05d1\u05d5\u05d3\u05e7\u05d9 \u05d1\u05d8\u05d0.", - "Error changing user's permissions.": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e9\u05d9\u05e0\u05d5\u05d9 \u05d0\u05d9\u05e9\u05d5\u05e8\u05d9 \u05de\u05e9\u05ea\u05de\u05e9", - "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "\u05d8\u05e2\u05d5\u05ea \u05d1\u05de\u05d7\u05d9\u05e7\u05d4 \u05e9\u05dc \u05de\u05e6\u05d1 \u05de\u05d1\u05d7\u05df \u05d4\u05db\u05e0\u05d9\u05e1\u05d4 \u05e2\u05d1\u05d5\u05e8 \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 '{student_id}'. \u05d5\u05d3\u05d0 \u05e9\u05de\u05d6\u05d4\u05d4 \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05e0\u05db\u05d5\u05df. ", - "Error deleting student '<%- student_id %>'s state on problem '<%- problem_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u05d8\u05e2\u05d5\u05ea \u05d1\u05de\u05d7\u05d9\u05e7\u05ea \u05de\u05e6\u05d1 \u05d4\u05d1\u05e2\u05d9\u05d4 \u05e9\u05dc \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 '<%- student_id %>' \u05d1\u05d1\u05e2\u05d9\u05d4 '<%- problem_id %>'. \u05d5\u05d3\u05d0 \u05db\u05d9 \u05de\u05d6\u05d4\u05d9 \u05d4\u05d1\u05e2\u05d9\u05d4 \u05d5\u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05e9\u05dc\u05de\u05d9\u05dd \u05d5\u05de\u05d3\u05d5\u05d9\u05e7\u05d9\u05dd. ", - "Error enrolling/unenrolling users.": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d4\u05e8\u05e9\u05de\u05d4/\u05d1\u05d9\u05d8\u05d5\u05dc \u05d4\u05e8\u05e9\u05de\u05d4 \u05e9\u05dc \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd.", - "Error generating ORA data report. Please try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05ea \u05d3\u05d5\u05d7 \u05e0\u05ea\u05d5\u05e0\u05d9 ORA. \u05e0\u05d0 \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", - "Error generating grades. Please try again.": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d6\u05de\u05df \u05d9\u05e6\u05d9\u05e8\u05ea \u05e6\u05d9\u05d5\u05e0\u05d9\u05dd. \u05e0\u05d0 \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", - "Error generating list of students who may enroll. Please try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05ea \u05d9\u05e6\u05d9\u05e8\u05ea \u05e8\u05e9\u05d9\u05de\u05ea \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd \u05e9\u05e2\u05e9\u05d5\u05d9\u05d9\u05dd \u05dc\u05d4\u05d9\u05e8\u05e9\u05dd. \u05e0\u05d0 \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", - "Error generating problem grade report. Please try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05ea \u05d9\u05e6\u05d9\u05e8\u05ea \u05d3\u05d5\u05d7 \u05d3\u05d9\u05e8\u05d5\u05d2 \u05d1\u05e2\u05d9\u05d5\u05ea. \u05e0\u05d0 \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", - "Error generating proctored exam results. Please try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05ea \u05d9\u05e6\u05d9\u05e8\u05ea \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05de\u05d1\u05d7\u05e0\u05d9\u05dd \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7. \u05e0\u05d0 \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", - "Error generating student profile information. Please try again.": "\u05e9\u05d2\u05d9\u05d0\u05ea \u05d1\u05d6\u05de\u05df \u05d9\u05e6\u05d9\u05e8\u05ea \u05e4\u05e8\u05d5\u05e4\u05d9\u05dc \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8. \u05e0\u05d0 \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", - "Error generating survey results. Please try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05ea \u05d9\u05e6\u05d9\u05e8\u05ea \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05e1\u05e7\u05e8. \u05e0\u05d0 \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", - "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e7\u05d1\u05dc\u05ea \u05d4\u05d4\u05d9\u05e1\u05d8\u05d5\u05e8\u05d9\u05d4 \u05e9\u05dc \u05d4\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05d1\u05de\u05d1\u05d7\u05df \u05d4\u05db\u05e0\u05d9\u05e1\u05d4 \u05e2\u05d1\u05d5\u05e8 \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 '{student_id}'. \u05d5\u05d3\u05d0 \u05e9\u05de\u05d6\u05d4\u05d4 \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05e0\u05db\u05d5\u05df. ", - "Error getting issued certificates list.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05ea \u05e7\u05d1\u05dc\u05ea \u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05ea\u05e2\u05d5\u05d3\u05d5\u05ea \u05e9\u05e0\u05d5\u05e4\u05e7\u05d5.", - "Error getting student list.": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e7\u05d1\u05dc\u05ea \u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd.", - "Error getting student progress url for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e7\u05d1\u05dc\u05ea \u05db\u05ea\u05d5\u05d1\u05ea URL \u05e9\u05dc \u05d4\u05ea\u05e7\u05d3\u05de\u05d5\u05ea \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05e2\u05d1\u05d5\u05e8 '<%- student_id %>'. \u05d5\u05d3\u05d0 \u05e9\u05de\u05d6\u05d4\u05d4 \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05de\u05d0\u05d5\u05d9\u05ea \u05db\u05d4\u05dc\u05db\u05d4.", - "Error getting task history for problem '<%- problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d6\u05de\u05df \u05e7\u05d1\u05dc\u05ea \u05d4\u05d9\u05e1\u05d8\u05d5\u05e8\u05d9\u05d9\u05ea \u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 \u05d4\u05d1\u05e2\u05d9\u05d4 '<%- problem_id %>' \u05d5\u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 '<%- student_id %>'. \u05d5\u05d3\u05d0 \u05e9\u05de\u05d6\u05d4\u05d4 \u05d4\u05d1\u05e2\u05d9\u05d4 \u05d5\u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05d4\u05dd \u05de\u05dc\u05d0\u05d9\u05dd \u05d5\u05e0\u05db\u05d5\u05e0\u05d9\u05dd.", - "Error getting the number of ungraded responses": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05ea \u05e0\u05d9\u05e1\u05d9\u05d5\u05df \u05dc\u05e7\u05d1\u05dc \u05d0\u05ea \u05de\u05e1\u05e4\u05e8 \u05d4\u05ea\u05e9\u05d5\u05d1\u05d5\u05ea \u05d4\u05dc\u05d0-\u05de\u05d3\u05d5\u05e8\u05d2\u05d5\u05ea.", - "Error listing task history for this student and problem.": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e8\u05d9\u05e9\u05d5\u05dd \u05d4\u05d9\u05e1\u05d8\u05d5\u05e8\u05d9\u05ea \u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05d6\u05d4 \u05d5\u05d1\u05e2\u05d9\u05d4 \u05d6\u05d5.", - "Error posting your message.": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d6\u05de\u05df \u05e4\u05e8\u05e1\u05d5\u05dd \u05d4\u05d4\u05d5\u05d3\u05e2\u05d4 \u05e9\u05dc\u05da", - "Error removing user": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d4\u05e1\u05e8\u05ea \u05de\u05e9\u05ea\u05de\u05e9", - "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "\u05d8\u05e2\u05d5\u05ea \u05d1\u05d0\u05d9\u05e4\u05d5\u05e1 \u05e0\u05d9\u05e1\u05d9\u05d5\u05e0\u05d5\u05ea \u05dc\u05d1\u05d7\u05d9\u05e0\u05ea \u05d4\u05db\u05e0\u05d9\u05e1\u05d4 \u05e2\u05d1\u05d5\u05e8 \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 '{student_id}'. \u05d5\u05d3\u05d0 \u05db\u05d9 \u05de\u05d6\u05d4\u05d4 \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05de\u05d3\u05d5\u05d9\u05e7. ", - "Error resetting problem attempts for problem '<%= problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u05e9\u05d2\u05d9\u05d0\u05ea \u05d0\u05d9\u05e4\u05d5\u05e1 \u05e0\u05e1\u05d9\u05d5\u05e0\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 \u05d1\u05e2\u05d9\u05d4 '<%= problem_id %>' \u05d5\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 '<%- student_id %>'. \u05d5\u05d3\u05d0 \u05e9\u05de\u05d6\u05d4\u05d4 \u05d4\u05d1\u05e2\u05d9\u05d4 \u05d5\u05d4\u05ea\u05dc\u05de\u05d9\u05d3 \u05d4\u05dd \u05de\u05dc\u05d0\u05d9\u05dd \u05d5\u05e0\u05db\u05d5\u05e0\u05d9\u05dd.", - "Error retrieving grading configuration.": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d8\u05e2\u05d9\u05e0\u05d4 \u05e9\u05dc \u05e7\u05d5\u05e0\u05e4\u05d9\u05d2\u05d5\u05e8\u05e6\u05d9\u05d9\u05ea \u05e6\u05d9\u05d5\u05e0\u05d9\u05dd.", - "Error sending email.": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d6\u05de\u05df \u05e9\u05dc\u05d9\u05d7\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9.", - "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05ea \u05de\u05ea\u05df \u05e6\u05d9\u05d5\u05df \u05de\u05d7\u05d3\u05e9 \u05dc\u05de\u05d1\u05d7\u05df \u05d4\u05db\u05e0\u05d9\u05e1\u05d4 \u05dc\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 '{student_id}'. \u05d5\u05d3\u05d0 \u05e9\u05d9\u05e9 \u05d1\u05e2\u05d9\u05d5\u05ea \u05d1\u05de\u05d1\u05d7\u05df \u05d4\u05db\u05e0\u05d9\u05e1\u05d4 \u05d5\u05db\u05d9 \u05de\u05d6\u05d4\u05d4 \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05e0\u05db\u05d5\u05df.", - "Error starting a task to rescore problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the problem and student identifiers are complete and correct.": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d6\u05de\u05df \u05d4\u05e4\u05e2\u05dc\u05ea \u05de\u05e9\u05d9\u05de\u05d4 \u05dc\u05d7\u05d9\u05e9\u05d5\u05d1 \u05e6\u05d9\u05d5\u05e0\u05d9\u05dd \u05de\u05d7\u05d3\u05e9 \u05e2\u05d1\u05d5\u05e8 \u05d1\u05e2\u05d9\u05d4 '<%- problem_id %>' \u05e9\u05dc \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 '<%- student_id %>'. \u05d5\u05d3\u05d0 \u05e9\u05de\u05d6\u05d4\u05d4 \u05d4\u05d1\u05e2\u05d9\u05d4 \u05d5\u05d4\u05ea\u05dc\u05de\u05d9\u05d3 \u05d4\u05dd \u05de\u05dc\u05d0\u05d9\u05dd \u05d5\u05e0\u05db\u05d5\u05e0\u05d9\u05dd.", - "Error starting a task to rescore problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d4\u05ea\u05d7\u05dc\u05ea \u05de\u05e9\u05d9\u05de\u05d4 \u05dc\u05ea\u05ea \u05e6\u05d9\u05d5\u05df \u05de\u05d7\u05d3\u05e9 \u05dc\u05d1\u05e2\u05d9\u05d4 '<%- problem_id %>'. \u05d5\u05d3\u05d0 \u05e9\u05de\u05d6\u05d4\u05d4 \u05d4\u05d1\u05e2\u05d9\u05d4 \u05de\u05d5\u05e9\u05dc\u05dd \u05d5\u05e0\u05db\u05d5\u05df. ", - "Error starting a task to reset attempts for all students on problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d4\u05ea\u05d7\u05dc\u05ea \u05de\u05e9\u05d9\u05de\u05d4 \u05dc\u05d0\u05d9\u05e4\u05d5\u05e1 \u05e0\u05d9\u05e1\u05d9\u05d5\u05e0\u05d5\u05ea \u05dc\u05db\u05dc \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd \u05d1\u05d1\u05e2\u05d9\u05d4 '<%- problem_id %>'. \u05d5\u05d3\u05d0 \u05db\u05d9 \u05de\u05d6\u05d4\u05d4 \u05d4\u05d1\u05e2\u05d9\u05d4 \u05de\u05d5\u05e9\u05dc\u05dd \u05d5\u05e0\u05db\u05d5\u05df.", - "Error while generating certificates. Please try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05ea \u05d9\u05e6\u05d9\u05e8\u05ea \u05d4\u05ea\u05e2\u05d5\u05d3\u05d5\u05ea. \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", - "Error while regenerating certificates. Please try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05ea \u05d9\u05e6\u05d9\u05e8\u05d4 \u05de\u05d7\u05d3\u05e9 \u05e9\u05dc \u05d4\u05ea\u05e2\u05d5\u05d3\u05d5\u05ea. \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", - "Error.": "\u05e9\u05d2\u05d9\u05d0\u05d4", - "Error:": "\u05e9\u05d2\u05d9\u05d0\u05d4:", - "Error: User '<%- username %>' has not yet activated their account. Users must create and activate their accounts before they can be assigned a role.": "\u05e9\u05d2\u05d9\u05d0\u05d4: \u05de\u05e9\u05ea\u05de\u05e9 '<%- username %>' \u05dc\u05d0 \u05d4\u05e4\u05e2\u05d9\u05dc \u05e2\u05d3\u05d9\u05d9\u05df \u05d0\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d5. \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d7\u05d9\u05d9\u05d1\u05d9\u05dd \u05dc\u05d9\u05e6\u05d5\u05e8 \u05d5\u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05d0\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d5\u05ea\u05d9\u05d4\u05dd \u05dc\u05e4\u05e0\u05d9 \u05e9\u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e7\u05e6\u05d5\u05ea \u05dc\u05d4\u05dd \u05ea\u05e4\u05e7\u05d9\u05d3.", - "Error: You cannot remove yourself from the Instructor group!": "\u05e9\u05d2\u05d9\u05d0\u05d4: \u05d0\u05d9\u05e0\u05da \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05e1\u05d9\u05e8 \u05e2\u05e6\u05de\u05da \u05de\u05e7\u05d1\u05d5\u05e6\u05ea \u05d4\u05de\u05d3\u05e8\u05d9\u05db\u05d9\u05dd.", - "Errors": "\u05e9\u05d2\u05d9\u05d0\u05d5\u05ea", - "Everyone who has staff privileges in this course": "\u05db\u05dc \u05d0\u05d7\u05d3 \u05e9\u05d9\u05e9 \u05dc\u05d5 \u05d6\u05db\u05d5\u05d9\u05d5\u05ea \u05e9\u05dc \u05e6\u05d5\u05d5\u05ea \u05d1\u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4", - "Exam Types": "\u05e1\u05d5\u05d2\u05d9 \u05de\u05d1\u05d7\u05df", - "Exception Granted": "\u05e0\u05d9\u05ea\u05e0\u05d4 \u05d7\u05e8\u05d9\u05d2\u05d4", - "Expand All": "\u05d4\u05e8\u05d7\u05d1 \u05d4\u05db\u05dc", - "Explain if other.": "\u05d4\u05e1\u05d1\u05e8 \u05d0\u05dd \u05d0\u05d7\u05e8\u05ea.", - "Explore New Programs": "\u05d1\u05d7\u05df \u05ea\u05db\u05e0\u05d9\u05d5\u05ea \u05d7\u05d3\u05e9\u05d5\u05ea", - "Explore Programs": "\u05d1\u05d7\u05df \u05ea\u05db\u05e0\u05d9\u05d5\u05ea", - "Explore your course!": "\u05e1\u05d9\u05d9\u05e8 \u05d1\u05e7\u05d5\u05e8\u05e1 \u05e9\u05dc\u05da!", - "Failed Proctoring": "\u05e4\u05d9\u05e7\u05d5\u05d7 \u05e9\u05e0\u05db\u05e9\u05dc", - "Failed to delete student state for user.": "\u05e0\u05db\u05e9\u05dc\u05d4 \u05de\u05d7\u05d9\u05e7\u05ea \u05de\u05e6\u05d1 \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05e2\u05d1\u05d5\u05e8 \u05d4\u05de\u05e9\u05ea\u05de\u05e9.", - "Failed to rescore problem for user.": "\u05e0\u05db\u05e9\u05dc \u05ea\u05d4\u05dc\u05d9\u05da \u05de\u05ea\u05df \u05d4\u05e6\u05d9\u05d5\u05df \u05de\u05d7\u05d3\u05e9 \u05e2\u05d1\u05d5\u05e8 \u05d1\u05e2\u05d9\u05d4 \u05dc\u05de\u05e9\u05ea\u05de\u05e9.", - "Failed to rescore problem to improve score for user.": "\u05e0\u05db\u05e9\u05dc \u05de\u05ea\u05df \u05e6\u05d9\u05d5\u05df \u05de\u05d7\u05d3\u05e9 \u05dc\u05d1\u05e2\u05d9\u05d4 \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e9\u05e4\u05e8 \u05e6\u05d9\u05d5\u05df \u05de\u05e9\u05ea\u05de\u05e9.", - "Failed to reset attempts for user.": "\u05e0\u05db\u05e9\u05dc \u05d0\u05d9\u05e4\u05d5\u05e1 \u05d4\u05e0\u05d9\u05e1\u05d9\u05d5\u05e0\u05d5\u05ea \u05dc\u05de\u05e9\u05ea\u05de\u05e9.", - "February": "\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8", - "Feedback available for selection.": "\u05d4\u05de\u05e9\u05d5\u05d1 \u05d6\u05de\u05d9\u05df \u05dc\u05d1\u05d7\u05d9\u05e8\u05d4.", - "File Name": "\u05e9\u05dd \u05d4\u05e7\u05d5\u05d1\u05e5", - "File type is not allowed.": "\u05e1\u05d5\u05d2 \u05d4\u05e7\u05d5\u05d1\u05e5 \u05d0\u05d9\u05e0\u05d5 \u05de\u05d5\u05e8\u05e9\u05d4.", - "File types can not be empty.": "\u05e1\u05d5\u05d2\u05d9 \u05d4\u05e7\u05d5\u05d1\u05e5 \u05d0\u05d9\u05e0\u05dd \u05d9\u05db\u05d5\u05dc\u05d9\u05dd \u05dc\u05d4\u05d9\u05d5\u05ea \u05e8\u05d9\u05e7\u05d9\u05dd.", - "File upload succeeded": "\u05d4\u05e2\u05dc\u05d0\u05ea \u05e7\u05d5\u05d1\u05e5 \u05e2\u05d1\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", - "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "\u05d4\u05e7\u05d5\u05d1\u05e5 {filename} \u05d7\u05d5\u05e8\u05d2 \u05de\u05d4\u05d2\u05d5\u05d3\u05dc \u05d4\u05de\u05e8\u05d1\u05d9 \u05e9\u05dc {maxFileSizeInMBs} MB", - "Files must be in JPEG or PNG format.": "\u05e7\u05d1\u05e6\u05d9\u05dd \u05d7\u05d9\u05d9\u05d1\u05d9\u05dd \u05dc\u05d4\u05d9\u05d5\u05ea \u05d1\u05e4\u05d5\u05e8\u05de\u05d8 JPEG \u05d0\u05d5 PNG. ", - "Filter": "\u05e1\u05d9\u05e0\u05d5\u05df", - "Filter and sort topics": "\u05e1\u05e0\u05df \u05d5\u05de\u05d9\u05d9\u05df \u05e0\u05d5\u05e9\u05d0\u05d9\u05dd", - "Final Grade Received": "\u05d4\u05e6\u05d9\u05d5\u05df \u05d4\u05e1\u05d5\u05e4\u05d9 \u05d4\u05ea\u05e7\u05d1\u05dc", - "Financial Assistance": "\u05e2\u05d6\u05e8\u05d4 \u05db\u05e1\u05e4\u05d9\u05ea", - "Financial Assistance Application": "\u05d1\u05e7\u05e9\u05d4 \u05dc\u05e2\u05d6\u05e8\u05d4 \u05db\u05e1\u05e4\u05d9\u05ea", - "Find a course": "\u05de\u05e6\u05d0 \u05e7\u05d5\u05e8\u05e1", - "Find discussions": "\u05de\u05e6\u05d0 \u05d3\u05d9\u05d5\u05e0\u05d9\u05dd", - "First time here?": "\u05e4\u05e2\u05dd \u05e8\u05d0\u05e9\u05d5\u05e0\u05d4 \u05e9\u05dc\u05da \u05db\u05d0\u05df?", - "Follow": "\u05e2\u05e7\u05d5\u05d1", - "Follow or unfollow posts": "\u05e2\u05e7\u05d5\u05d1 \u05d0\u05d5 \u05d0\u05dc \u05ea\u05e2\u05e7\u05d5\u05d1 \u05d0\u05d7\u05e8 \u05e4\u05d5\u05e1\u05d8\u05d9\u05dd", - "Following": "\u05e2\u05d5\u05e7\u05d1", - "For grading to work, you must change all {oldName} subsections to {newName}.": "\u05e2\u05dc \u05de\u05e0\u05ea \u05e9\u05de\u05ea\u05df \u05d4\u05e6\u05d9\u05d5\u05df \u05d9\u05ea\u05d1\u05e6\u05e2, \u05e2\u05dc\u05d9\u05da \u05dc\u05e9\u05e0\u05d5\u05ea \u05d0\u05ea \u05db\u05dc \u05e1\u05e2\u05d9\u05e4\u05d9 \u05d4\u05de\u05e9\u05e0\u05d4 {oldName} \u05dc-{newName}.", - "Free text notes": "\u05d4\u05e2\u05e8\u05d5\u05ea \u05d8\u05e7\u05e1\u05d8 \u05d7\u05d5\u05e4\u05e9\u05d9", - "Frequently Asked Questions": "\u05e9\u05d0\u05dc\u05d5\u05ea \u05e0\u05e4\u05d5\u05e6\u05d5\u05ea", - "Full Name": "\u05e9\u05dd \u05de\u05dc\u05d0", - "Fullscreen": "\u05de\u05e1\u05da \u05de\u05dc\u05d0", - "Fully Supported": "\u05e0\u05ea\u05de\u05da \u05d1\u05de\u05dc\u05d5\u05d0\u05d5", - "Gender": "\u05de\u05d2\u05d3\u05e8", - "Generate": "\u05e6\u05d5\u05e8", - "Generate Exception Certificates": "\u05e6\u05d5\u05e8 \u05ea\u05e2\u05d5\u05d3\u05d5\u05ea \u05d7\u05e8\u05d9\u05d2\u05d9\u05dd", - "Generate the user's certificate": "\u05e6\u05d5\u05e8 \u05d0\u05ea \u05ea\u05e2\u05d5\u05d3\u05ea \u05d4\u05de\u05e9\u05ea\u05de\u05e9", - "Get Credit": "\u05e7\u05d1\u05dc \u05e0\u05e7\u05d5\u05d3\u05d5\u05ea \u05d6\u05db\u05d5\u05ea", - "Go Back": "\u05d7\u05d6\u05d5\u05e8", - "Go to Dashboard": "\u05e2\u05d1\u05d5\u05e8 \u05dc\u05dc\u05d5\u05d7 \u05d4\u05d1\u05e7\u05e8\u05d4", - "Go to your Dashboard": "\u05e2\u05d1\u05d5\u05e8 \u05dc\u05dc\u05d5\u05d7 \u05d4\u05d1\u05e7\u05e8\u05d4 \u05e9\u05dc\u05da", - "Government-Issued Photo ID": "\u05ea\u05e2\u05d5\u05d3\u05d4 \u05de\u05d6\u05d4\u05d4 \u05e2\u05dd \u05ea\u05de\u05d5\u05e0\u05d4 \u05e9\u05d4\u05d5\u05e0\u05e4\u05e7\u05d4 \u05d1\u05d9\u05d3\u05d9 \u05d4\u05de\u05de\u05e9\u05dc\u05d4. ", - "Grace period must be specified in HH:MM format.": "\u05ea\u05e7\u05d5\u05e4\u05ea \u05d7\u05e1\u05d3 \u05dc\u05d4\u05d2\u05e9\u05d4 \u05d7\u05d9\u05d9\u05d1\u05ea \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05e4\u05d5\u05e8\u05d8\u05ea \u05d1\u05ea\u05d1\u05e0\u05d9\u05ea HH:MM ", - "Grade": "\u05e6\u05d9\u05d5\u05df", - "Grade as:": "\u05ea\u05df \u05e6\u05d9\u05d5\u05df \u05db:", - "Graded as:": "\u05d3\u05d5\u05e8\u05d2 \u05db:", - "Grading": "\u05e6\u05d9\u05d5\u05e0\u05d9\u05dd", - "Group %s": "\u05e7\u05d1\u05d5\u05e6\u05d4 %s", - "Group A": "\u05e7\u05d1\u05d5\u05e6\u05d4 \u05d0", - "Group B": "\u05e7\u05d1\u05d5\u05e6\u05d4 \u05d1", - "Group Configuration ID": "\u05de\u05d6\u05d4\u05d4 \u05d4\u05d2\u05d3\u05e8\u05ea \u05e7\u05d1\u05d5\u05e6\u05d4", - "Group Configuration Name": "\u05e9\u05dd \u05d4\u05d2\u05d3\u05e8\u05ea \u05e7\u05d1\u05d5\u05e6\u05d4", - "Group Configuration information": "\u05de\u05d9\u05d3\u05e2 \u05e2\u05dc \u05d4\u05d2\u05d3\u05e8\u05ea \u05e7\u05d1\u05d5\u05e6\u05d4", - "Group Configuration name is required.": "\u05e9\u05dd \u05d4\u05d2\u05d3\u05e8\u05ea \u05e7\u05d1\u05d5\u05e6\u05d4 \u05d4\u05d5\u05d0 \u05e9\u05d3\u05d4 \u05d7\u05d5\u05d1\u05d4", - "Group information": "\u05de\u05d9\u05d3\u05e2 \u05e2\u05dc \u05d4\u05e7\u05d1\u05d5\u05e6\u05d4", - "Group name is required": "\u05e9\u05dd \u05e7\u05d1\u05d5\u05e6\u05d4 \u05d4\u05d5\u05d0 \u05d4\u05db\u05e8\u05d7\u05d9", - "Groups": "\u05e7\u05d1\u05d5\u05e6\u05d5\u05ea", - "Heading": "\u05db\u05d5\u05ea\u05e8\u05ea \u05e2\u05dc\u05d9\u05d5\u05e0\u05d4", - "Heading (Ctrl+H)": "\u05db\u05d5\u05ea\u05e8\u05ea (Ctrl+H)", - "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "\u05e2\u05d6\u05d5\u05e8 \u05dc\u05ea\u05dc\u05de\u05d9\u05d3\u05d9\u05dd \u05d0\u05d7\u05e8\u05d9\u05dd \u05dc\u05d4\u05d7\u05dc\u05d9\u05d8 \u05d0\u05dd \u05dc\u05d4\u05e6\u05d8\u05e8\u05e3 \u05dc\u05e6\u05d5\u05d5\u05ea \u05e9\u05dc\u05da \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05e4\u05d9\u05e8\u05d5\u05d8 \u05d7\u05dc\u05e7 \u05de\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9 \u05d4\u05e6\u05d5\u05d5\u05ea. \u05d1\u05d7\u05e8 \u05d1\u05e7\u05e4\u05d9\u05d3\u05d4, \u05de\u05e9\u05d5\u05dd \u05e9\u05d9\u05d9\u05ea\u05db\u05df \u05e9\u05d0\u05e0\u05e9\u05d9\u05dd \u05de\u05e2\u05d8\u05d9\u05dd \u05d9\u05d4\u05d9\u05d5 \u05de\u05e2\u05d5\u05e0\u05d9\u05d9\u05e0\u05d9\u05dd \u05dc\u05d4\u05e6\u05d8\u05e8\u05e3 \u05dc\u05e6\u05d5\u05d5\u05ea \u05d0\u05dd \u05e0\u05e8\u05d0\u05d4 \u05e9\u05d4\u05d5\u05d0 \u05de\u05d2\u05d1\u05d9\u05dc \u05de\u05d3\u05d9.", - "Hide": "\u05d4\u05e1\u05ea\u05e8", - "Hide Deprecated Settings": "\u05d4\u05e1\u05ea\u05e8 \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05de\u05d9\u05d5\u05e9\u05e0\u05d5\u05ea", - "Hide Discussion": "\u05d4\u05e1\u05ea\u05e8 \u05d3\u05d9\u05d5\u05df", - "Hide content after due date": "\u05d4\u05e1\u05ea\u05e8 \u05ea\u05d5\u05db\u05df \u05dc\u05d0\u05d7\u05e8 \u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d9\u05e2\u05d3", - "Hide entire subsection": "\u05d4\u05e1\u05ea\u05e8 \u05d0\u05ea \u05ea\u05ea \u05d4\u05e4\u05e8\u05e7 \u05db\u05d5\u05dc\u05d5", - "Hide from learners": "\u05d4\u05e1\u05ea\u05e8 \u05de\u05d4\u05dc\u05d5\u05de\u05d3\u05d9\u05dd", - "Hide notes": "\u05d4\u05e1\u05ea\u05e8 \u05e8\u05e9\u05d5\u05de\u05d5\u05ea", - "Highlighted text": "\u05d8\u05e7\u05e1\u05d8 \u05de\u05d5\u05d3\u05d2\u05e9", - "Horizontal Rule (Ctrl+R)": "\u05e7\u05d5 \u05d0\u05d5\u05e4\u05e7\u05d9 (Ctrl+R)", - "How to create useful text alternatives.": "\u05db\u05d9\u05e6\u05d3 \u05dc\u05d9\u05e6\u05d5\u05e8 \u05d7\u05dc\u05d5\u05e4\u05d5\u05ea \u05d8\u05e7\u05e1\u05d8 \u05de\u05d5\u05e2\u05d9\u05dc\u05d5\u05ea.", - "How to use %(platform_name)s discussions": "\u05db\u05d9\u05e6\u05d3 \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d3\u05d9\u05d5\u05e0\u05d9 %(platform_name)s", - "Hyperlink (Ctrl+L)": "\u05d4\u05d9\u05e4\u05e8 \u05e7\u05d9\u05e9\u05d5\u05e8 (Ctrl+L)", - "I am ready to start this timed exam,": "\u05d0\u05e0\u05d9 \u05e8\u05d5\u05e6\u05d4 \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05d4\u05de\u05ea\u05d5\u05d6\u05de\u05df,", - "ID": "\u05de\u05e1\u05e4\u05e8 \u05de\u05d6\u05d4\u05d4", - "ID-Verification is not required for this Professional Education course.": "\u05dc\u05d0 \u05e0\u05d3\u05e8\u05e9 \u05d0\u05d9\u05de\u05d5\u05ea \u05e2\u05dd \u05ea\u05e2\u05d5\u05d3\u05d4 \u05de\u05d6\u05d4\u05d4 \u05e2\u05d1\u05d5\u05e8 \u05e7\u05d5\u05e8\u05e1 \u05d7\u05d9\u05e0\u05d5\u05da \u05de\u05e7\u05e6\u05d5\u05e2\u05d9 \u05d6\u05d4.", - "Identity Verification In Progress": "\u05d0\u05d9\u05de\u05d5\u05ea \u05d6\u05d4\u05d5\u05ea \u05d1\u05ea\u05d4\u05dc\u05d9\u05da", - "If the unit was previously published and released to learners, any changes you made to the unit when it was hidden will now be visible to learners.": "\u05d0\u05dd \u05d4\u05d9\u05d7\u05d9\u05d3\u05d4 \u05e4\u05d5\u05e8\u05e1\u05de\u05d4 \u05d1\u05e2\u05d1\u05e8 \u05d5\u05e9\u05d5\u05d7\u05e8\u05e8\u05d4 \u05dc\u05dc\u05d5\u05de\u05d3\u05d9\u05dd, \u05db\u05dc \u05d4\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd, \u05e9\u05d1\u05d9\u05e6\u05e2\u05ea \u05d1\u05d6\u05de\u05df \u05e9\u05d4\u05d9\u05d9\u05ea\u05d4 \u05de\u05d5\u05e1\u05ea\u05e8\u05ea, \u05d9\u05d4\u05d9\u05d5 \u05d2\u05dc\u05d5\u05d9\u05d9\u05dd \u05db\u05e2\u05ea \u05dc\u05dc\u05d5\u05de\u05d3\u05d9\u05dd.", - "If you do not yet have an account, use the button below to register.": "\u05d0\u05dd \u05d0\u05d9\u05df \u05dc\u05da \u05d7\u05e9\u05d1\u05d5\u05df \u05e2\u05d3\u05d9\u05d9\u05df \u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05dc\u05d7\u05e6\u05df \u05dc\u05de\u05d8\u05d4 \u05db\u05d3\u05d9 \u05dc\u05d4\u05d9\u05e8\u05e9\u05dd.", - "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "\u05d0\u05dd \u05d0\u05d9\u05e0\u05da \u05e8\u05d5\u05e6\u05d4 \u05dc\u05d0\u05de\u05ea \u05d0\u05ea \u05d6\u05d4\u05d5\u05ea\u05da \u05db\u05e2\u05ea, \u05d9\u05e9 \u05d1\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea\u05da \u05e2\u05d3\u05d9\u05d9\u05df \u05dc\u05d1\u05d7\u05d5\u05df \u05de\u05dc\u05d5\u05d7 \u05d4\u05d1\u05e7\u05e8\u05d4 \u05d0\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1 \u05e9\u05dc\u05da. \u05ea\u05e7\u05d1\u05dc \u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea \u05ea\u05e7\u05d5\u05e4\u05ea\u05d9\u05d5\u05ea \u05de%(platformName)s \u05e9\u05d1\u05d4\u05df \u05ea\u05ea\u05d1\u05e7\u05e9 \u05dc\u05d0\u05de\u05ea \u05d0\u05ea \u05d6\u05d4\u05d5\u05ea\u05da.", - "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from {platformName} to verify your identity.": "\u05d0\u05dd \u05d0\u05d9\u05e0\u05da \u05de\u05d0\u05de\u05ea \u05d0\u05ea \u05d6\u05d4\u05d5\u05ea\u05da \u05db\u05e2\u05ea, \u05ea\u05d5\u05db\u05dc \u05e2\u05d3\u05d9\u05d9\u05df \u05dc\u05e2\u05d9\u05d9\u05df \u05d1\u05e7\u05d5\u05e8\u05e1 \u05de\u05dc\u05d5\u05d7 \u05d4\u05d1\u05e7\u05e8\u05d4 \u05e9\u05dc\u05da. \u05d0\u05ea\u05d4 \u05ea\u05e7\u05d1\u05dc \u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea \u05ea\u05e7\u05d5\u05e4\u05ea\u05d9\u05d5\u05ea \u05de{platformName} \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d0\u05de\u05ea \u05d0\u05ea \u05d6\u05d4\u05d5\u05ea\u05da.", - "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "\u05d0\u05dd \u05ea\u05e2\u05d6\u05d5\u05d1 \u05e2\u05de\u05d5\u05d3 \u05d6\u05d4 \u05dc\u05dc\u05d0 \u05e9\u05de\u05d9\u05e8\u05ea \u05d0\u05d5 \u05e9\u05dc\u05d9\u05d7\u05ea \u05ea\u05e9\u05d5\u05d1\u05ea\u05da, \u05ea\u05d0\u05d1\u05d3 \u05db\u05dc \u05e2\u05d1\u05d5\u05d3\u05d4 \u05e9\u05d1\u05d9\u05e6\u05e2\u05ea \u05d1\u05ea\u05e9\u05d5\u05d1\u05d4.", - "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "\u05d0\u05dd \u05ea\u05e2\u05d6\u05d5\u05d1 \u05e2\u05de\u05d5\u05d3 \u05d6\u05d4 \u05dc\u05dc\u05d0 \u05e9\u05dc\u05d9\u05d7\u05ea \u05d4\u05e2\u05e8\u05db\u05ea \u05e2\u05de\u05d9\u05ea\u05d9\u05da, \u05ea\u05d0\u05d1\u05d3 \u05db\u05dc \u05e2\u05d1\u05d5\u05d3\u05d4 \u05e9\u05d1\u05d9\u05e6\u05e2\u05ea.", - "If you leave this page without submitting your self assessment, you will lose any work you have done.": "\u05d0\u05dd \u05ea\u05e2\u05d6\u05d5\u05d1 \u05e2\u05de\u05d5\u05d3 \u05d6\u05d4 \u05dc\u05dc\u05d0 \u05e9\u05dc\u05d9\u05d7\u05ea \u05d4\u05d4\u05e2\u05e8\u05db\u05d4 \u05d4\u05e2\u05e6\u05de\u05d9\u05ea \u05e9\u05dc\u05da, \u05ea\u05d0\u05d1\u05d3 \u05db\u05dc \u05e2\u05d1\u05d5\u05d3\u05d4 \u05e9\u05d1\u05d9\u05e6\u05e2\u05ea.", - "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "\u05d0\u05dd \u05ea\u05e2\u05d6\u05d5\u05d1 \u05e2\u05de\u05d5\u05d3 \u05d6\u05d4 \u05dc\u05dc\u05d0 \u05e9\u05dc\u05d9\u05d7\u05ea \u05d4\u05e2\u05e8\u05db\u05ea \u05d4\u05e6\u05d5\u05d5\u05ea \u05e9\u05dc\u05da, \u05ea\u05d0\u05d1\u05d3 \u05db\u05dc \u05e2\u05d1\u05d5\u05d3\u05d4 \u05e9\u05d1\u05d9\u05e6\u05e2\u05ea.", - "If you leave, you can no longer post in this team's discussions. Your place will be available to another learner.": "\u05d0\u05dd \u05ea\u05e2\u05d6\u05d5\u05d1, \u05dc\u05d0 \u05ea\u05d5\u05db\u05dc \u05dc\u05e4\u05e8\u05e1\u05dd \u05d9\u05d5\u05ea\u05e8 \u05d1\u05d3\u05d9\u05d5\u05e0\u05d9 \u05d4\u05e6\u05d5\u05d5\u05ea. \u05de\u05e7\u05d5\u05de\u05da \u05d9\u05ea\u05e4\u05e0\u05d4 \u05e2\u05d1\u05d5\u05e8 \u05ea\u05dc\u05de\u05d9\u05d3 \u05d0\u05d7\u05e8.", - "If you make significant changes, make sure you notify members of the team before making these changes.": "\u05d0\u05dd \u05d0\u05ea\u05d4 \u05de\u05d1\u05e6\u05e2 \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05de\u05e9\u05de\u05e2\u05d5\u05ea\u05d9\u05d9\u05dd, \u05d5\u05d3\u05d0 \u05e9\u05d0\u05ea\u05d4 \u05de\u05d5\u05d3\u05d9\u05e2 \u05dc\u05d7\u05d1\u05e8\u05d9 \u05d4\u05e6\u05d5\u05d5\u05ea \u05dc\u05e4\u05e0\u05d9 \u05d1\u05d9\u05e6\u05d5\u05e2 \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05d0\u05dc\u05d4.", - "If you make this %(xblockType)s visible to learners, learners will be able to see its content after the release date has passed and you have published the unit. Only units that are explicitly hidden from learners will remain hidden after you clear this option for the %(xblockType)s.": "\u05d0\u05dd \u05ea\u05d4\u05e4\u05d5\u05da \u05d0\u05ea %(xblockType)s \u05dc\u05d2\u05dc\u05d5\u05d9 \u05dc\u05dc\u05d5\u05de\u05d3\u05d9\u05dd, \u05d9\u05d5\u05db\u05dc\u05d5 \u05d4\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05dc\u05e8\u05d0\u05d5\u05ea \u05d0\u05ea \u05ea\u05d5\u05db\u05e0\u05d5 \u05dc\u05d0\u05d7\u05e8 \u05e9\u05d7\u05dc\u05e3 \u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d4\u05e4\u05e6\u05d4 \u05d5\u05e4\u05e8\u05e1\u05d5\u05dd \u05d4\u05d9\u05d7\u05d9\u05d3\u05d4. \u05e8\u05e7 \u05d9\u05d7\u05d9\u05d3\u05d5\u05ea \u05d4\u05e0\u05e1\u05ea\u05e8\u05d5\u05ea \u05d1\u05d0\u05d5\u05e4\u05df \u05de\u05e4\u05d5\u05e8\u05e9 \u05de\u05e4\u05e0\u05d9 \u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05d9\u05e9\u05d0\u05e8\u05d5 \u05e0\u05e1\u05ea\u05e8\u05d5\u05ea \u05dc\u05d0\u05d7\u05e8 \u05e9\u05ea\u05d5\u05e8\u05d9\u05d3 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05d6\u05d5 \u05de\u05d4-%(xblockType)s.", - "Image": "\u05ea\u05de\u05d5\u05e0\u05d4", - "Image (Ctrl+G)": "\u05ea\u05de\u05d5\u05e0\u05d4 (Ctrl+G)", - "Image Description": "\u05ea\u05d9\u05d0\u05d5\u05e8 \u05d4\u05ea\u05de\u05d5\u05e0\u05d4", - "Image Upload Error": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d4\u05e2\u05dc\u05d0\u05ea \u05ea\u05de\u05d5\u05e0\u05d4", - "Image must be in PNG format": "\u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05d7\u05d9\u05d9\u05d1\u05ea \u05dc\u05d4\u05d9\u05d5\u05ea \u05d1\u05ea\u05d1\u05e0\u05d9\u05ea PNG", - "Image must be in PNG format.": "\u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05d7\u05d9\u05d9\u05d1\u05ea \u05dc\u05d4\u05d9\u05d5\u05ea \u05d1\u05ea\u05d1\u05e0\u05d9\u05ea PNG.", - "Import YouTube Transcript": "\u05d9\u05d9\u05d1\u05d0 \u05ea\u05de\u05dc\u05d9\u05dc \u05d9\u05d5\u05d8\u05d9\u05d5\u05d1", - "In Progress": "\u05d1\u05d1\u05d9\u05e6\u05d5\u05e2", - "Individual Exceptions": "\u05d7\u05e8\u05d9\u05d2\u05d5\u05ea \u05d0\u05d9\u05e0\u05d3\u05d9\u05d1\u05d9\u05d3\u05d5\u05d0\u05dc\u05d9\u05d5\u05ea", - "Insert Hyperlink": "\u05d4\u05db\u05e0\u05e1 \u05d4\u05d9\u05e4\u05e8 \u05e7\u05d9\u05e9\u05d5\u05e8", - "Insert Image (upload file or type URL)": "\u05d4\u05db\u05e0\u05e1 \u05ea\u05de\u05d5\u05e0\u05d4 (\u05d4\u05e2\u05dc\u05d4 \u05e7\u05d5\u05d1\u05e5 \u05d0\u05d5 \u05d4\u05e7\u05dc\u05d3 \u05db\u05ea\u05d5\u05d1\u05ea \u05d0\u05ea\u05e8)", - "Instructor Biography": "\u05d1\u05d9\u05d5\u05d2\u05e8\u05e4\u05d9\u05d9\u05ea \u05d4\u05de\u05d3\u05e8\u05d9\u05da", - "Instructor Name": "\u05e9\u05dd \u05d4\u05de\u05d3\u05e8\u05d9\u05da", - "Instructor Photo": "\u05ea\u05de\u05d5\u05e0\u05ea \u05d4\u05de\u05d3\u05e8\u05d9\u05da", - "Instructor Photo URL": "\u05db\u05ea\u05d5\u05d1\u05ea URL \u05e9\u05dc \u05ea\u05de\u05d5\u05e0\u05ea \u05d4\u05de\u05d3\u05e8\u05d9\u05da", - "Instructor Title": "\u05ea\u05d5\u05d0\u05e8 \u05d4\u05de\u05d3\u05e8\u05d9\u05da", - "Instructor tools": "\u05db\u05dc\u05d9 \u05d4\u05de\u05d3\u05e8\u05d9\u05da", - "Internal Server Error.": "\u05e9\u05d2\u05d9\u05d0\u05ea \u05e9\u05e8\u05ea \u05e4\u05e0\u05d9\u05de\u05d9\u05ea.", - "Introduction to Cookie Baking": "\u05de\u05d1\u05d5\u05d0 \u05dc\u05d0\u05e4\u05d9\u05d9\u05ea \u05e2\u05d5\u05d2\u05d9\u05d5\u05ea", - "Invalidate Certificate": "\u05e4\u05e1\u05d9\u05dc\u05ea \u05ea\u05e2\u05d5\u05d3\u05d4", - "Invalidated": "\u05e0\u05e4\u05e1\u05dc\u05d4", - "Invalidated By": "\u05e0\u05e4\u05e1\u05dc\u05d4 \u05e2\u05dc \u05d9\u05d3\u05d9", - "Is Sample Attempt": "\u05d4\u05d5\u05d0 \u05d3\u05d5\u05d2\u05de\u05ea \u05e0\u05d9\u05e1\u05d9\u05d5\u05df", - "Is Visible To:": "\u05d2\u05dc\u05d5\u05d9 \u05e2\u05d1\u05d5\u05e8:", - "Is this OK?": "\u05d4\u05d0\u05dd \u05d6\u05d4 \u05d1\u05e1\u05d3\u05e8?", - "Is your name on your ID readable?": "\u05d4\u05d0\u05dd \u05d4\u05e9\u05dd \u05e2\u05dc \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05de\u05d6\u05d4\u05d4 \u05e9\u05dc\u05da \u05e7\u05e8\u05d9\u05d0?", - "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "\u05de\u05d5\u05de\u05dc\u05e5 \u05d1\u05d7\u05d5\u05dd \u05e9\u05ea\u05db\u05dc\u05d5\u05dc \u05d0\u05e8\u05d1\u05e2 \u05d7\u05ea\u05d9\u05de\u05d5\u05ea \u05d0\u05d5 \u05e4\u05d7\u05d5\u05ea. \u05d0\u05dd \u05ea\u05db\u05dc\u05d5\u05dc \u05d7\u05ea\u05d9\u05de\u05d5\u05ea \u05e0\u05d5\u05e1\u05e4\u05d5\u05ea, \u05d4\u05e6\u05d2 \u05d1\u05ea\u05e6\u05d5\u05d2\u05d4 \u05de\u05d5\u05e7\u05d3\u05de\u05ea \u05d0\u05ea \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d1\u05de\u05e6\u05d1 '\u05ea\u05e6\u05d5\u05d2\u05ea \u05d4\u05d3\u05e4\u05e1\u05d4' \u05db\u05d3\u05d9 \u05dc\u05d4\u05d1\u05d8\u05d9\u05d7 \u05e9\u05d4\u05ea\u05e2\u05d5\u05d3\u05d4 \u05ea\u05d5\u05d3\u05e4\u05e1 \u05db\u05d4\u05dc\u05db\u05d4 \u05e2\u05dc \u05d3\u05e3 \u05d0\u05d7\u05d3.", - "Italic (Ctrl+I)": "\u05e0\u05d8\u05d5\u05d9 (Ctrl+I)", - "January": "\u05d9\u05e0\u05d5\u05d0\u05e8", - "Join Team": "\u05d4\u05e6\u05d8\u05e8\u05e3 \u05dc\u05e6\u05d5\u05d5\u05ea", - "Joined %(date)s": "\u05d4\u05e6\u05d8\u05e8\u05e3 \u05d1\u05ea\u05d0\u05e8\u05d9\u05da %(date)s", - "July": "\u05d9\u05d5\u05dc\u05d9", - "June": "\u05d9\u05d5\u05e0\u05d9", - "KB": "KB", - "Key should only contain letters, numbers, _, or -": "\u05de\u05e4\u05ea\u05d7 \u05e6\u05e8\u05d9\u05da \u05dc\u05d4\u05db\u05d9\u05dc \u05e8\u05e7 \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea, \u05de\u05e1\u05e4\u05e8\u05d9\u05dd, _, \u05d0\u05d5 -", - "LEARN MORE": "\u05dc\u05de\u05d9\u05d3\u05e2 \u05e0\u05d5\u05e1\u05e3", - "Language": "\u05e9\u05e4\u05d4", - "Large": "\u05d2\u05d3\u05d5\u05dc", - "Last Activity %(date)s": "\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d0\u05d7\u05e8\u05d5\u05e0\u05d4 \u05d1\u05ea\u05d0\u05e8\u05d9\u05da %(date)s", - "Last Edited:": "\u05e0\u05e2\u05e8\u05da \u05dc\u05d0\u05d7\u05e8\u05d5\u05e0\u05d4:", - "Last Updated": "\u05e2\u05d3\u05db\u05d5\u05df \u05d0\u05d7\u05e8\u05d5\u05df", - "Last activity %(date)s": "\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d0\u05d7\u05e8\u05d5\u05e0\u05d4 \u05d1\u05ea\u05d0\u05e8\u05d9\u05da %(date)s", - "Last modified by": "\u05e9\u05d5\u05e0\u05d4 \u05dc\u05d0\u05d7\u05e8\u05d5\u05e0\u05d4 \u05d1\u05d9\u05d3\u05d9", - "Last published %(last_published_date)s by %(publish_username)s": "\u05e4\u05d5\u05e8\u05e1\u05dd \u05dc\u05d0\u05d7\u05e8\u05d5\u05e0\u05d4 %(last_published_date)s \u05e2\u05dc \u05d9\u05d3\u05d9 %(publish_username)s", - "Learn more about {license_name}": "\u05dc\u05de\u05d3 \u05e2\u05d5\u05d3 \u05d0\u05d5\u05d3\u05d5\u05ea {license_name}", - "Learners are added to this cohort automatically.": "\u05d4\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05d9\u05ea\u05d5\u05d5\u05e1\u05e4\u05d5 \u05dc\u05e7\u05d1\u05d5\u05e6\u05ea \u05dc\u05d9\u05de\u05d5\u05d3 \u05d6\u05d5 \u05d1\u05d0\u05d5\u05e4\u05df \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9.", - "Learners are added to this cohort only when you provide their email addresses or usernames on this page.": "\u05d4\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05d9\u05ea\u05d5\u05d5\u05e1\u05e4\u05d5 \u05dc\u05e7\u05d1\u05d5\u05e6\u05ea \u05dc\u05d9\u05de\u05d5\u05d3 \u05d6\u05d5 \u05e8\u05e7 \u05db\u05d0\u05e9\u05e8 \u05ea\u05e1\u05e4\u05e7 \u05d0\u05ea \u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05d0\u05d5 \u05e9\u05de\u05d5\u05ea \u05d4\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05e2\u05de\u05d5\u05d3 \u05d6\u05d4.", - "Learners do not see the subsection in the course outline. The subsection is not included in grade calculations.": "\u05d4\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05d0\u05d9\u05e0\u05dd \u05e8\u05d5\u05d0\u05d9\u05dd \u05d0\u05ea \u05ea\u05ea-\u05d4\u05e4\u05e8\u05e7 \u05d1\u05de\u05ea\u05d5\u05d5\u05d4 \u05d4\u05e7\u05d5\u05e8\u05e1. \u05ea\u05ea-\u05d4\u05e4\u05e8\u05e7 \u05d0\u05d9\u05e0\u05d5 \u05db\u05dc\u05d5\u05dc \u05d1\u05d7\u05d9\u05e9\u05d5\u05d1\u05d9 \u05d4\u05e6\u05d9\u05d5\u05df.", - "Learners see the published subsection and can access its content.": "\u05d4\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05e8\u05d5\u05d0\u05d9\u05dd \u05d0\u05ea \u05ea\u05ea \u05d4\u05e4\u05e8\u05e7 \u05e9\u05e4\u05d5\u05e8\u05e1\u05dd \u05d5\u05d9\u05db\u05d5\u05dc\u05d9\u05dd \u05dc\u05d2\u05e9\u05ea \u05dc\u05ea\u05d5\u05db\u05e0\u05d5.", - "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "\u05ea\u05dc\u05de\u05d9\u05d3\u05d9\u05dd \u05d4\u05d3\u05d5\u05e8\u05e9\u05d9\u05dd \u05d0\u05d9\u05de\u05d5\u05ea \u05d7\u05d9\u05d9\u05d1\u05d9\u05dd \u05dc\u05e2\u05d1\u05d5\u05e8 \u05d0\u05ea \u05e0\u05e7\u05d5\u05d3\u05ea \u05d4\u05d1\u05d9\u05e7\u05d5\u05e8\u05ea \u05e9\u05e0\u05d1\u05d7\u05e8\u05d4 \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e8\u05d0\u05d5\u05ea \u05d0\u05ea \u05d4\u05ea\u05d5\u05db\u05df \u05d1\u05d9\u05d7\u05d9\u05d3\u05d4 \u05d6\u05d5. \u05ea\u05dc\u05de\u05d9\u05d3\u05d9\u05dd \u05e9\u05d0\u05d9\u05e0\u05dd \u05d3\u05d5\u05e8\u05e9\u05d9\u05dd \u05d0\u05d9\u05de\u05d5\u05ea, \u05e8\u05d5\u05d0\u05d9\u05dd \u05d0\u05ea \u05ea\u05d5\u05db\u05df \u05d6\u05d4 \u05db\u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc.", - "Learning Outcome": "\u05ea\u05d5\u05e6\u05d0\u05ea \u05dc\u05de\u05d9\u05d3\u05d4", - "Leave Team": "\u05e2\u05d6\u05d5\u05d1 \u05e6\u05d5\u05d5\u05ea", - "Leave this team?": "\u05dc\u05e2\u05d6\u05d5\u05d1 \u05e6\u05d5\u05d5\u05ea \u05d6\u05d4?", - "Legal name": "\u05e9\u05dd \u05d7\u05d5\u05e7\u05d9", - "Less": "\u05e4\u05d7\u05d5\u05ea", - "Library User": "\u05de\u05e9\u05ea\u05de\u05e9 \u05e1\u05e4\u05e8\u05d9\u05d4", - "License Display": "\u05ea\u05e6\u05d5\u05d2\u05ea \u05e8\u05d9\u05e9\u05d9\u05d5\u05df", - "License Type": "\u05e1\u05d5\u05d2 \u05e8\u05d9\u05e9\u05d9\u05d5\u05df", - "Limit Access": "\u05d2\u05d9\u05e9\u05d4 \u05de\u05d5\u05d2\u05d1\u05dc\u05ea", - "Link Description": "\u05ea\u05d9\u05d0\u05d5\u05e8 \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8", - "Link Your Account": "\u05e7\u05e9\u05e8 \u05d0\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05da", - "Link your {accountName} account": "\u05e7\u05e9\u05e8 \u05d0\u05ea \u05d7\u05e9\u05d1\u05d5\u05df {accountName} \u05e9\u05dc\u05da", - "Link your {accountName} account to your {platformName} account and use {accountName} to sign in to {platformName}.": "\u05e7\u05e9\u05e8 \u05d0\u05ea \u05d7\u05e9\u05d1\u05d5\u05df {accountName} \u05e9\u05dc\u05da \u05dc\u05d7\u05e9\u05d1\u05d5\u05df {platformName} \u05d5\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1{accountName} \u05db\u05d3\u05d9 \u05dc\u05d4\u05ea\u05d7\u05d1\u05e8 \u05dc{platformName}.", - "Linked Accounts": "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d5\u05ea \u05de\u05e7\u05d5\u05e9\u05e8\u05d9\u05dd", - "Linking": "\u05de\u05e7\u05e9\u05e8", - "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "\u05e7\u05d9\u05e9\u05d5\u05e8\u05d9\u05dd \u05e0\u05d5\u05e6\u05e8\u05d9\u05dd \u05dc\u05e4\u05d9 \u05d3\u05e8\u05d9\u05e9\u05d4 \u05d5\u05ea\u05d5\u05e7\u05e4\u05dd \u05e4\u05d2 \u05dc\u05d0\u05d7\u05e8 5 \u05d3\u05e7\u05d5\u05ea \u05d1\u05d2\u05dc\u05dc \u05e8\u05d2\u05d9\u05e9\u05d5\u05ea \u05de\u05d9\u05d3\u05e2 \u05e2\u05dc \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8.", - "List item": "\u05e4\u05e8\u05d9\u05d8 \u05e8\u05e9\u05d9\u05de\u05d4", - "List of Open Assessments is unavailable": "\u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d4\u05e2\u05e8\u05db\u05d5\u05ea \u05d4\u05e4\u05ea\u05d5\u05d7\u05d5\u05ea \u05d0\u05d9\u05e0\u05d4 \u05d6\u05de\u05d9\u05e0\u05d4", - "List of uploaded files and assets in this course": "\u05e8\u05e9\u05d9\u05de\u05ea \u05e7\u05d1\u05e6\u05d9\u05dd \u05d5\u05e0\u05db\u05e1\u05d9\u05dd \u05e9\u05d4\u05d5\u05e2\u05dc\u05d5 \u05dc\u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4", - "Live view of webcam": "\u05ea\u05e6\u05d5\u05d2\u05d4 \u05d1\u05d6\u05de\u05df \u05d0\u05de\u05ea \u05e9\u05dc \u05de\u05e6\u05dc\u05de\u05ea \u05d4\u05e8\u05e9\u05ea", - "Load Another File": "\u05d8\u05e2\u05df \u05e7\u05d5\u05d1\u05e5 \u05d0\u05d7\u05e8", - "Load all responses": "\u05d8\u05e2\u05df \u05d0\u05ea \u05db\u05dc \u05d4\u05ea\u05d2\u05d5\u05d1\u05d5\u05ea", - "Load more": "\u05d8\u05e2\u05df \u05e2\u05d5\u05d3", - "Load next {numResponses} responses": "\u05d8\u05e2\u05df \u05d0\u05ea {numResponses} \u05d4\u05ea\u05d2\u05d5\u05d1\u05d5\u05ea \u05d4\u05d1\u05d0\u05d5\u05ea", - "Loading": "\u05d8\u05d5\u05e2\u05df", - "Loading content": "\u05d8\u05d5\u05e2\u05df \u05ea\u05d5\u05db\u05df", - "Loading data...": "\u05d8\u05d5\u05e2\u05df \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd...", - "Loading more threads": "\u05d8\u05d5\u05e2\u05df \u05e2\u05d5\u05d3 \u05e9\u05e8\u05e9\u05d5\u05e8\u05d9\u05dd", - "Loading posts list": "\u05d8\u05d5\u05e2\u05df \u05e8\u05e9\u05d9\u05de\u05ea \u05e4\u05d5\u05e1\u05d8\u05d9\u05dd", - "Loading your courses": "\u05d8\u05d5\u05e2\u05df \u05d0\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1\u05d9\u05dd \u05e9\u05dc\u05da", - "Location in Course": "\u05de\u05d9\u05e7\u05d5\u05dd \u05d1\u05e7\u05d5\u05e8\u05e1", - "Lock this asset": "\u05e0\u05e2\u05dc \u05e0\u05db\u05e1 \u05d6\u05d4", - "Lock/unlock file": "\u05e0\u05e2\u05dc/\u05e9\u05d7\u05e8\u05e8 \u05e0\u05e2\u05d9\u05dc\u05ea \u05e7\u05d5\u05d1\u05e5", - "MB": "MB", - "Make sure that the full name on your account matches the name on your ID.": "\u05d5\u05d3\u05d0 \u05db\u05d9 \u05d4\u05e9\u05dd \u05d4\u05de\u05dc\u05d0 \u05d1\u05e9\u05dd \u05d7\u05e9\u05d1\u05d5\u05e0\u05da \u05ea\u05d5\u05d0\u05dd \u05d0\u05ea \u05d4\u05e9\u05dd \u05d1\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05de\u05d6\u05d4\u05d4 \u05e9\u05dc\u05da. ", - "Make sure we can verify your identity with the photos and information you have provided.": "\u05d5\u05d3\u05d0 \u05e9\u05e0\u05d5\u05db\u05dc \u05dc\u05d0\u05de\u05ea \u05d0\u05ea \u05d6\u05d4\u05d5\u05ea\u05da \u05e2\u05dd \u05d4\u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05d5\u05d4\u05de\u05d9\u05d3\u05e2 \u05e9\u05e1\u05d9\u05e4\u05e7\u05ea \u05dc\u05e0\u05d5.", - "Make sure your ID is well-lit": "\u05d5\u05d3\u05d0 \u05db\u05d9 \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05de\u05d6\u05d4\u05d4 \u05e9\u05dc\u05da \u05de\u05d5\u05d0\u05e8\u05ea \u05db\u05e8\u05d0\u05d5\u05d9", - "Make sure your face is well-lit": "\u05d0\u05e0\u05d0 \u05d5\u05d3\u05d0 \u05db\u05d9 \u05e4\u05e0\u05d9\u05da \u05de\u05d5\u05d0\u05e8\u05d9\u05dd \u05d4\u05d9\u05d8\u05d1.", - "Make this subsection available as a prerequisite to other content": "\u05d4\u05e4\u05d5\u05da \u05d0\u05ea \u05ea\u05ea \u05e4\u05e8\u05e7 \u05d6\u05d4 \u05dc\u05d6\u05de\u05d9\u05df \u05db\u05d3\u05e8\u05d9\u05e9\u05d4 \u05de\u05d5\u05e7\u05d3\u05de\u05ea \u05dc\u05ea\u05d5\u05db\u05df \u05d0\u05d7\u05e8", - "Manual": "\u05d9\u05d3\u05e0\u05d9", - "March": "\u05de\u05e8\u05e5", - "Mark Exam As Completed": "\u05e1\u05de\u05df \u05de\u05d1\u05d7\u05df \u05db\u05d4\u05d5\u05e9\u05dc\u05dd", - "Mark as Answer": "\u05e1\u05de\u05df \u05db\u05ea\u05e9\u05d5\u05d1\u05d4", - "Mark enrollment code as unused": "\u05e1\u05de\u05df \u05d0\u05ea \u05e7\u05d5\u05d3 \u05d4\u05d4\u05e8\u05e9\u05de\u05d4 \u05db'\u05d0\u05d9\u05e0\u05d5 \u05d1\u05e9\u05d9\u05de\u05d5\u05e9'", - "Markdown Editing Help": "\u05e2\u05d6\u05e8\u05d4 \u05d1\u05e2\u05e8\u05d9\u05db\u05ea \u05e1\u05d9\u05de\u05d5\u05df", - "Max file size exceeded": "\u05d4\u05d2\u05d5\u05d3\u05dc \u05d4\u05de\u05e7\u05e1\u05d9\u05de\u05dc\u05d9 \u05e9\u05dc \u05d4\u05e7\u05d5\u05d1\u05e5 \u05d7\u05e8\u05d2 \u05d9\u05ea\u05e8 \u05e2\u05dc \u05d4\u05de\u05d9\u05d3\u05d4", - "May": "\u05de\u05d0\u05d9", - "Membership": "\u05d7\u05d1\u05e8\u05d5\u05ea", - "Message:": "\u05d4\u05d5\u05d3\u05e2\u05d4:", - "Midnight": "\u05d7\u05e6\u05d5\u05ea", - "Minimum Score:": "\u05e6\u05d9\u05d5\u05df \u05de\u05d9\u05e0\u05d9\u05de\u05dc\u05d9:", - "Module state successfully deleted.": "\u05de\u05e6\u05d1 \u05de\u05d5\u05d3\u05d5\u05dc \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", - "More": "\u05e2\u05d5\u05d3", - "Must be a Staff User to Perform this request.": "\u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05e9\u05ea\u05de\u05e9 \u05e6\u05d5\u05d5\u05ea \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d1\u05e6\u05e2 \u05d1\u05e7\u05e9\u05d4 \u05d6\u05d5.", - "Must complete verification checkpoint": "\u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05e0\u05e7\u05d5\u05d3\u05ea \u05d1\u05d9\u05e7\u05d5\u05e8\u05ea \u05dc\u05d0\u05d9\u05de\u05d5\u05ea", - "My Orders": "\u05d4\u05d4\u05d6\u05de\u05e0\u05d5\u05ea \u05e9\u05dc\u05d9", - "My Team": "\u05d4\u05e6\u05d5\u05d5\u05ea \u05e9\u05dc\u05d9", - "N/A": "\u05dc\u05d0 \u05d6\u05de\u05d9\u05df", - "Name": "\u05e9\u05dd", - "Name ": "\u05e9\u05dd ", - "Name of the certificate": "\u05e9\u05dd \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4", - "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "\u05e9\u05de\u05d5\u05ea \u05d4\u05e7\u05d1\u05d5\u05e6\u05d5\u05ea \u05d0\u05dc\u05d9\u05d4\u05df \u05d9\u05d5\u05e7\u05e6\u05d5 \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd, \u05dc\u05d3\u05d5\u05d2\u05de\u05d4, \u05d1\u05e7\u05e8\u05d4, \u05d5\u05d9\u05d3\u05d0\u05d5, \u05d1\u05e2\u05d9\u05d5\u05ea. \u05d9\u05e9 \u05e6\u05d5\u05e8\u05da \u05d1\u05e9\u05ea\u05d9 \u05e7\u05d1\u05d5\u05e6\u05d5\u05ea \u05dc\u05e4\u05d7\u05d5\u05ea. ", - "Name of the signatory": "\u05e9\u05dd \u05d4\u05d7\u05d5\u05ea\u05b5\u05dd", - "Name or short description of the configuration": "\u05e9\u05dd \u05d0\u05d5 \u05ea\u05d9\u05d0\u05d5\u05e8 \u05e7\u05e6\u05e8 \u05e9\u05dc \u05d4\u05d2\u05d3\u05e8\u05d4", - "Never published": "\u05de\u05e2\u05d5\u05dc\u05dd \u05dc\u05d0 \u05e4\u05d5\u05e8\u05e1\u05dd", - "New %(item_type)s": " %(item_type)s \u05d7\u05d3\u05e9", - "New Address": "\u05db\u05ea\u05d5\u05d1\u05ea \u05d7\u05d3\u05e9\u05d4", - "New enrollment mode:": "\u05de\u05e6\u05d1 \u05d4\u05e8\u05e9\u05de\u05d4 \u05d7\u05d3\u05e9:", - "Next": "\u05d4\u05d1\u05d0", - "Next Step: Confirm your identity": "\u05d4\u05e9\u05dc\u05d1 \u05d4\u05d1\u05d0: \u05d0\u05de\u05ea \u05d0\u05ea \u05d6\u05d4\u05d5\u05ea\u05da", - "Next: %(nextStepTitle)s": "\u05d4\u05d1\u05d0: %(nextStepTitle)s", - "No Content Group": "\u05d0\u05d9\u05df \u05e7\u05d1\u05d5\u05e6\u05ea \u05ea\u05d5\u05db\u05df", - "No EdX Timed Transcript": "\u05d0\u05d9\u05df \u05ea\u05de\u05dc\u05d9\u05dc edX \u05de\u05ea\u05d5\u05d6\u05de\u05df ", - "No Flash Detected": "\u05dc\u05d0 \u05d0\u05d5\u05ea\u05e8 \u05d4\u05ea\u05e7\u05df \u05e4\u05dc\u05d0\u05e9", - "No Timed Transcript": "\u05d0\u05d9\u05df \u05ea\u05de\u05dc\u05d9\u05dc \u05de\u05ea\u05d5\u05d6\u05de\u05df", - "No Webcam Detected": "\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d4 \u05de\u05e6\u05dc\u05de\u05d4", - "No content-specific discussion topics exist.": "\u05dc\u05d0 \u05e7\u05d9\u05d9\u05de\u05d9\u05dd \u05e0\u05d5\u05e9\u05d0\u05d9 \u05d3\u05d9\u05d5\u05df \u05e1\u05e4\u05e6\u05d9\u05e4\u05d9\u05d9\u05dd \u05dc\u05e7\u05d1\u05d5\u05e6\u05ea \u05d4\u05dc\u05d9\u05de\u05d5\u05d3", - "No description available": "\u05d0\u05d9\u05df \u05ea\u05d9\u05d0\u05d5\u05e8 \u05d6\u05de\u05d9\u05df", - "No posts matched your query.": "\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5 \u05e4\u05d5\u05e1\u05d8\u05d9\u05dd \u05d4\u05ea\u05d5\u05d0\u05de\u05d9\u05dd \u05d0\u05ea \u05d4\u05e9\u05d0\u05d9\u05dc\u05ea\u05d0 \u05e9\u05dc\u05da.", - "No prerequisite": "\u05dc\u05dc\u05d0 \u05d3\u05e8\u05d9\u05e9\u05d4 \u05de\u05d5\u05e7\u05d3\u05de\u05ea", - "No receipt available": "\u05d0\u05d9\u05df \u05e7\u05d1\u05dc\u05d4 \u05d6\u05de\u05d9\u05e0\u05d4", - "No results": "\u05d0\u05d9\u05df \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea ", - "No results found for \"%(query_string)s\". Please try searching again.": "\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5 \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 \"%(query_string)s\". \u05d0\u05e0\u05d0 \u05e0\u05e1\u05d4 \u05dc\u05d7\u05e4\u05e9 \u05e9\u05d5\u05d1.", - "No results found for {original_query}. Showing results for {suggested_query}.": "\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5 \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 {original_query}. \u05de\u05e8\u05d0\u05d4 \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 {suggested_query}.", - "No tasks currently running.": "\u05d0\u05d9\u05df \u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05d1\u05d4\u05e8\u05e6\u05d4 \u05db\u05e8\u05d2\u05e2.", - "No validation is performed on policy keys or value pairs. If you are having difficulties, check your formatting.": "\u05dc\u05d0 \u05d1\u05d5\u05e6\u05e2 \u05d0\u05d9\u05de\u05d5\u05ea \u05d1\u05e0\u05d5\u05d2\u05e2 \u05dc\u05e7\u05d5\u05d5\u05d9 \u05de\u05d3\u05d9\u05e0\u05d9\u05d5\u05ea \u05d0\u05d5 \u05e6\u05de\u05d3\u05d9 \u05e2\u05e8\u05db\u05d9\u05dd. \u05d1\u05de\u05d9\u05d3\u05d4 \u05d5\u05d0\u05ea\u05d4 \u05e0\u05ea\u05e7\u05dc \u05d1\u05e7\u05e9\u05d9\u05d9\u05dd, \u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05e2\u05d9\u05e6\u05d5\u05d1\u05da.", - "None": "\u05dc\u05dc\u05d0", - "Noon": "12 \u05d1\u05e6\u05d4\u05e8\u05d9\u05d9\u05dd", - "Not Currently Available": "\u05dc\u05d0 \u05d6\u05de\u05d9\u05df \u05db\u05e8\u05d2\u05e2", - "Not Graded": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05e6\u05d9\u05d5\u05df", - "Not Selected": "\u05dc\u05d0 \u05e0\u05d1\u05d7\u05e8", - "Not Supported": "\u05dc\u05d0 \u05e0\u05ea\u05de\u05da", - "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d2\u05d3\u05d9\u05e8 \u05e6\u05d9\u05d5\u05df \u05e2\u05d5\u05d1\u05e8 \u05e4\u05d7\u05d5\u05ea \u05de-%(minimum_grade_cutoff)s%.", - "Not available": "\u05dc\u05d0 \u05d6\u05de\u05d9\u05df", - "Not divided": "\u05dc\u05d0 \u05de\u05d7\u05d5\u05dc\u05e7", - "Not in Use": "\u05dc\u05d0 \u05d1\u05e9\u05d9\u05de\u05d5\u05e9", - "Not selected": "\u05dc\u05d0 \u05e0\u05d1\u05d7\u05e8", - "Note": "\u05d4\u05e2\u05e8\u05d4", - "Note: Do not hide graded assignments after they have been released.": "\u05d4\u05e2\u05e8\u05d4: \u05d0\u05dc \u05ea\u05e1\u05ea\u05d9\u05e8 \u05d0\u05ea \u05d4\u05de\u05d8\u05dc\u05d5\u05ea \u05e9\u05e7\u05d9\u05d1\u05dc\u05d5 \u05e6\u05d9\u05d5\u05df \u05dc\u05d0\u05d7\u05e8 \u05d4\u05e4\u05e6\u05ea\u05df.", + ], + "Content Group ID": "\u05de\u05d6\u05d4\u05d4 \u05e7\u05d1\u05d5\u05e6\u05ea \u05ea\u05d5\u05db\u05df", + "Content Group Name": "\u05e9\u05dd \u05e7\u05d1\u05d5\u05e6\u05ea \u05ea\u05d5\u05db\u05df", + "Content-Specific Discussion Topics": "\u05e0\u05d5\u05e9\u05d0\u05d9 \u05d3\u05d9\u05d5\u05df \u05dc\u05ea\u05d5\u05db\u05df \u05de\u05e1\u05d5\u05d9\u05dd", + "Continue Exam Without Proctoring": "\u05d4\u05de\u05e9\u05da \u05d1\u05de\u05d1\u05d7\u05df \u05dc\u05dc\u05d0 \u05e4\u05d9\u05e7\u05d5\u05d7", + "Continue to Verification": "\u05d4\u05de\u05e9\u05da \u05dc\u05d0\u05d9\u05de\u05d5\u05ea", + "Continue to my practice exam": "\u05d4\u05de\u05e9\u05da \u05dc\u05de\u05d1\u05d7\u05df \u05d4\u05ea\u05e8\u05d2\u05d5\u05dc \u05e9\u05dc\u05d9", + "Continue to my proctored exam. I want to be eligible for credit.": "\u05d4\u05de\u05e9\u05da \u05dc\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05e9\u05dc\u05d9. \u05d0\u05e0\u05d9 \u05de\u05e2\u05d5\u05e0\u05d9\u05d9\u05df \u05dc\u05d4\u05d9\u05d5\u05ea \u05d6\u05db\u05d0\u05d9 \u05d1\u05e0\u05e7\u05d5\u05d3\u05d5\u05ea \u05d6\u05db\u05d5\u05ea.", + "Copy Email To Editor": "\u05d4\u05e2\u05ea\u05e7 \u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05dc\u05e2\u05d5\u05e8\u05da", + "Correct failed component": "\u05ea\u05e7\u05df \u05e8\u05db\u05d9\u05d1 \u05db\u05d5\u05e9\u05dc", + "Could not find Certificate Exception in white list. Please refresh the page and try again": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05d4\u05d9\u05d4 \u05dc\u05de\u05e6\u05d5\u05d0 \u05ea\u05e2\u05d5\u05d3\u05d4 \u05d7\u05e8\u05d9\u05d2\u05d4 \u05d1\u05e8\u05e9\u05d9\u05de\u05d4 \u05d4\u05dc\u05d1\u05e0\u05d4. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05d3\u05e3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1", + "Could not find Certificate Invalidation in the list. Please refresh the page and try again": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05de\u05e6\u05d5\u05d0 \u05e4\u05e1\u05d9\u05dc\u05ea \u05ea\u05e2\u05d5\u05d3\u05d4 \u05d1\u05e8\u05e9\u05d9\u05de\u05d4. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05d3\u05e3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1", + "Could not find a user with username or email address '<%- identifier %>'.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05d4\u05d9\u05d4 \u05dc\u05d0\u05ea\u05e8 \u05de\u05e9\u05ea\u05de\u05e9 \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05e9\u05dd \u05d4\u05de\u05e9\u05ea\u05de\u05e9 \u05d0\u05d5 \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 '<%- identifier %>'.", + "Could not find users associated with the following identifiers:": "\u05dc\u05d0 \u05d4\u05e6\u05dc\u05d7\u05ea\u05d9 \u05dc\u05de\u05e6\u05d5\u05d0 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d4\u05de\u05e9\u05d5\u05d9\u05d9\u05db\u05d9\u05dd \u05dc\u05de\u05d6\u05d4\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd:", + "Could not retrieve download url.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d0\u05d7\u05d6\u05e8 \u05db\u05ea\u05d5\u05d1\u05ea URL \u05dc\u05d4\u05d5\u05e8\u05d3\u05d4.", + "Could not retrieve payment information": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d0\u05d7\u05d6\u05e8 \u05d0\u05ea \u05e4\u05e8\u05d8\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd", + "Could not retrieve upload url.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d0\u05d7\u05d6\u05e8 \u05db\u05ea\u05d5\u05d1\u05ea URL \u05dc\u05d4\u05e2\u05dc\u05d0\u05d4.", + "Could not submit order": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05dc\u05d5\u05d7 \u05d0\u05ea \u05d4\u05d4\u05d6\u05de\u05e0\u05d4", + "Could not submit photos": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05ea\u05de\u05d5\u05e0\u05d5\u05ea", + "Couldn't Save This Assignment": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05de\u05d5\u05e8 \u05d0\u05ea \u05d4\u05de\u05d8\u05dc\u05d4.", + "Country": "\u05de\u05d3\u05d9\u05e0\u05d4", + "Country of residence": "\u05d0\u05e8\u05e5 \u05de\u05d2\u05d5\u05e8\u05d9\u05dd", + "Course Credit Requirements": "\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea \u05dc\u05e0\u05e7\u05d5\u05d3\u05d5\u05ea \u05d6\u05db\u05d5\u05ea \u05d1\u05e7\u05d5\u05e8\u05e1", + "Course End": "\u05e1\u05d9\u05d5\u05dd \u05d4\u05e7\u05d5\u05e8\u05e1", + "Course Handouts": "\u05d3\u05e4\u05d9 \u05de\u05d9\u05d3\u05e2 \u05e9\u05dc \u05d4\u05e7\u05d5\u05e8\u05e1", + "Course ID": "\u05de\u05d6\u05d4\u05d4 \u05e7\u05d5\u05e8\u05e1", + "Course Id": "\u05de\u05d6\u05d4\u05d4 \u05e7\u05d5\u05e8\u05e1", + "Course Index": "\u05d0\u05d9\u05e0\u05d3\u05e7\u05e1 \u05e7\u05d5\u05e8\u05e1", + "Course Key": "\u05de\u05e4\u05ea\u05d7 \u05e7\u05d5\u05e8\u05e1", + "Course Number": "\u05de\u05e1\u05e4\u05e8 \u05d4\u05e7\u05d5\u05e8\u05e1", + "Course Number Override": "\u05d1\u05d9\u05d8\u05d5\u05dc \u05de\u05e1\u05e4\u05e8 \u05d4\u05e7\u05d5\u05e8\u05e1", + "Course Outline": "\u05de\u05ea\u05d5\u05d5\u05d4 \u05e7\u05d5\u05e8\u05e1", + "Course Start": "\u05ea\u05d7\u05d9\u05dc\u05ea \u05e7\u05d5\u05e8\u05e1", + "Course Title": "\u05db\u05d5\u05ea\u05e8\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1", + "Course Title Override": "\u05d1\u05d9\u05d8\u05d5\u05dc \u05db\u05d5\u05ea\u05e8\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1", + "Course is not yet visible to students.": "\u05e7\u05d5\u05e8\u05e1 \u05dc\u05d0 \u05d2\u05dc\u05d5\u05d9 \u05dc\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd", + "Course pacing cannot be changed once a course has started.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05e0\u05d5\u05ea \u05d0\u05ea \u05e7\u05e6\u05d1 \u05d4\u05e7\u05d5\u05e8\u05e1 \u05dc\u05d0\u05d7\u05e8 \u05d4\u05ea\u05d7\u05dc\u05ea\u05d5.", + "Course title": "\u05db\u05d5\u05ea\u05e8\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1", + "Course-Wide Discussion Topics": "\u05e0\u05d5\u05e9\u05d0\u05d9 \u05d3\u05d9\u05d5\u05df \u05db\u05dc\u05dc \u05e7\u05d5\u05e8\u05e1\u05d9\u05d9\u05dd", + "Create": "\u05e6\u05d5\u05e8", + "Create Re-run": "\u05e6\u05d5\u05e8 \u05d4\u05e8\u05e6\u05d4 \u05e0\u05d5\u05e1\u05e4\u05ea", + "Create a %(link_start)sMozilla Backpack%(link_end)s account, or log in to your existing account": "\u05e6\u05d5\u05e8 \u05d7\u05e9\u05d1\u05d5\u05df %(link_start)sMozilla Backpack%(link_end)s \u05d0\u05d5 \u05d4\u05d9\u05db\u05e0\u05e1 \u05dc\u05d7\u05e9\u05d1\u05d5\u05e0\u05da \u05d4\u05e7\u05d9\u05d9\u05dd", + "Create a New Team": "\u05e6\u05d5\u05e8 \u05e6\u05d5\u05d5\u05ea \u05d7\u05d3\u05e9", + "Create a content group": "\u05e6\u05d5\u05e8 \u05e7\u05d1\u05d5\u05e6\u05ea \u05ea\u05d5\u05db\u05df", + "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "\u05e6\u05d5\u05e8 \u05e6\u05d5\u05d5\u05ea \u05d7\u05d3\u05e9 \u05d0\u05dd \u05d0\u05d9\u05e0\u05da \u05d9\u05db\u05d5\u05dc \u05dc\u05de\u05e6\u05d5\u05d0 \u05e6\u05d5\u05d5\u05ea \u05e7\u05d9\u05d9\u05dd \u05d5\u05dc\u05d4\u05e6\u05d8\u05e8\u05e3 \u05d0\u05dc\u05d9\u05d5 \u05d0\u05d5 \u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05dc\u05de\u05d5\u05d3 \u05e2\u05dd \u05d7\u05d1\u05e8\u05d9\u05dd \u05e9\u05d0\u05ea\u05d4 \u05de\u05db\u05d9\u05e8.", + "Create account using %(providerName)s.": "\u05e6\u05d5\u05e8 \u05d7\u05e9\u05d1\u05d5\u05df \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea %(providerName)s.", + "Create an Account": "\u05e6\u05d5\u05e8 \u05d7\u05e9\u05d1\u05d5\u05df", + "Create an Account.": "\u05d9\u05e6\u05d9\u05e8\u05ea \u05d7\u05e9\u05d1\u05d5\u05df", + "Create an account using": "\u05e6\u05d5\u05e8 \u05d7\u05e9\u05d1\u05d5\u05df \u05d1\u05e2\u05d6\u05e8\u05ea", + "Create an {platform} account": "\u05d9\u05e6\u05d9\u05e8\u05ea \u05d7\u05e9\u05d1\u05d5\u05df {platform}", + "Create team.": "\u05e6\u05d5\u05e8 \u05e6\u05d5\u05d5\u05ea.", + "Created": "\u05e0\u05d5\u05e6\u05e8", + "Creating missing groups": "\u05d9\u05e6\u05d9\u05e8\u05d4 \u05e9\u05dc \u05e7\u05d1\u05d5\u05e6\u05d5\u05ea \u05d7\u05e1\u05e8\u05d5\u05ea", + "Creative Commons licensed content, with terms as follow:": "\u05ea\u05d5\u05db\u05df \u05d1\u05e8\u05d9\u05e9\u05d9\u05d5\u05df Creative Commons, \u05db\u05e4\u05d5\u05e3 \u05dc\u05ea\u05e0\u05d0\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd:", + "Criterion Added": "\u05e7\u05e8\u05d9\u05d8\u05e8\u05d9\u05d5\u05df \u05e0\u05d5\u05e1\u05e3 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", + "Criterion Deleted": "\u05e7\u05e8\u05d9\u05d8\u05e8\u05d9\u05d5\u05df \u05e0\u05de\u05d7\u05e7", + "Crossed out items have been refunded.": "\u05ea\u05e9\u05dc\u05d5\u05dd \u05d4\u05d5\u05d7\u05d6\u05e8 \u05e2\u05d1\u05d5\u05e8 \u05e4\u05e8\u05d9\u05d8\u05d9\u05dd \u05e9\u05e0\u05de\u05d7\u05e7\u05d5 ", + "Current Role:": "\u05ea\u05e4\u05e7\u05d9\u05d3 \u05e0\u05d5\u05db\u05d7\u05d9:", + "Current conversation": "\u05e9\u05d9\u05d7\u05d4 \u05e0\u05d5\u05db\u05d7\u05d9\u05ea", + "Current enrollment mode:": "\u05de\u05e6\u05d1 \u05d4\u05e8\u05e9\u05de\u05d4 \u05e0\u05d5\u05db\u05d7\u05d9:", + "Current tab": "\u05db\u05e8\u05d8\u05d9\u05e1\u05d9\u05d9\u05d4 \u05e0\u05d5\u05db\u05d7\u05d9\u05ea", + "Date": "\u05ea\u05d0\u05e8\u05d9\u05da", + "Date Added": "\u05e0\u05d5\u05e1\u05e3 \u05ea\u05d0\u05e8\u05d9\u05da", + "Deactivate": "\u05d1\u05d8\u05dc ", + "December": "\u05d3\u05e6\u05de\u05d1\u05e8", + "Declined": "\u05e0\u05d3\u05d7\u05d4", + "Default (Local Time Zone)": "\u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc (\u05d0\u05d6\u05d5\u05e8\u05d9 \u05d6\u05de\u05df \u05de\u05e7\u05d5\u05de\u05d9\u05d9\u05dd)", + "Default Timed Transcript": "\u05ea\u05de\u05dc\u05d9\u05dc \u05de\u05ea\u05d5\u05d6\u05de\u05df \u05db\u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc", + "Delete": "\u05de\u05d7\u05e7", + "Delete \"<%= signatoryName %>\" from the list of signatories?": "\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \"<%= signatoryName %>\" \u05de\u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d7\u05ea\u05d9\u05de\u05d5\u05ea?", + "Delete File Confirmation": "\u05d0\u05d9\u05e9\u05d5\u05e8 \u05dc\u05de\u05d7\u05d9\u05e7\u05ea \u05d4\u05e7\u05d5\u05d1\u05e5", + "Delete Team": "\u05de\u05d7\u05e7 \u05e6\u05d5\u05d5\u05ea", + "Delete student '<%- student_id %>'s state on problem '<%- problem_id %>'?": "\u05d4\u05d0\u05dd \u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05de\u05e6\u05d1 \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 '<%- student_id %>' \u05dc\u05d1\u05e2\u05d9\u05d4 '<%- problem_id %>'?", + "Delete the user, {username}": "\u05de\u05d7\u05e7 \u05d0\u05ea \u05d4\u05de\u05e9\u05ea\u05de\u05e9, {username}", + "Delete this %(item_display_name)s?": "\u05de\u05d7\u05e7 \u05d0\u05ea \u05d4%(item_display_name)s?", + "Delete this asset": "\u05de\u05d7\u05e7 \u05e0\u05db\u05e1 \u05d6\u05d4", + "Delete this team?": "\u05dc\u05de\u05d7\u05d5\u05e7 \u05e6\u05d5\u05d5\u05ea \u05d6\u05d4?", + "Deleted Content Group": "\u05e7\u05d1\u05d5\u05e6\u05ea \u05ea\u05d5\u05db\u05df \u05e0\u05de\u05d7\u05e7\u05d4", + "Deleting a team is permanent and cannot be undone. All members are removed from the team, and team discussions can no longer be accessed.": "\u05de\u05d7\u05d9\u05e7\u05ea \u05e6\u05d5\u05d5\u05ea \u05d4\u05d9\u05d0 \u05e7\u05d1\u05d5\u05e2\u05d4 \u05d5\u05d0\u05d9\u05df \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05d1\u05d8\u05dc\u05d4. \u05db\u05dc \u05d4\u05d7\u05d1\u05e8\u05d9\u05dd \u05d4\u05d5\u05e1\u05e8\u05d5 \u05de\u05d4\u05e6\u05d5\u05d5\u05ea, \u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d2\u05e9\u05ea \u05d9\u05d5\u05ea\u05e8 \u05dc\u05d3\u05d9\u05d5\u05e0\u05d9 \u05d4\u05e6\u05d5\u05d5\u05ea.", + "Deleting this %(item_display_name)s is permanent and cannot be undone.": "\u05de\u05d7\u05d9\u05e7\u05ea %(item_display_name)s \u05d4\u05d9\u05d0 \u05e7\u05d1\u05d5\u05e2\u05d4 \u05d5\u05d0\u05d9\u05e0\u05d4 \u05d4\u05e4\u05d9\u05db\u05d4.", + "Deprecated": "\u05dc\u05d0 \u05de\u05d5\u05de\u05dc\u05e5 \u05dc\u05e9\u05d9\u05de\u05d5\u05e9", + "Describe ": "\u05ea\u05d9\u05d0\u05d5\u05e8", + "Description": "\u05ea\u05d9\u05d0\u05d5\u05e8", + "Description of the certificate": "\u05ea\u05d9\u05d0\u05d5\u05e8 \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4", + "Discard Changes": "\u05d4\u05ea\u05e2\u05dc\u05dd \u05de\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd", + "Discussion": "\u05d3\u05d9\u05d5\u05df", + "Discussion Home": "\u05e2\u05de\u05d5\u05d3 \u05d4\u05d1\u05d9\u05ea \u05dc\u05d3\u05d9\u05d5\u05df", + "Discussions are unified; all learners interact with posts from other learners, regardless of the group they are in.": "\u05d1\u05de\u05e6\u05d1 \u05d6\u05d4 \u05db\u05dc \u05d4\u05d3\u05d9\u05d5\u05e0\u05d9\u05dd \u05de\u05d0\u05d5\u05d7\u05d3\u05d9\u05dd \u05d5\u05db\u05dc \u05d4\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05de\u05ea\u05e7\u05e9\u05e8\u05d9\u05dd \u05e2\u05dd \u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05d0\u05d7\u05e8\u05d9\u05dd, \u05dc\u05dc\u05d0 \u05ea\u05dc\u05d5\u05ea \u05d1\u05d0\u05d5\u05db\u05dc\u05d5\u05e1\u05d9\u05d9\u05d4 \u05e9\u05d4\u05d5\u05d2\u05d3\u05e8\u05d4 \u05dc\u05d4\u05dd.", + "Display Name": "\u05e9\u05dd \u05dc\u05ea\u05e6\u05d5\u05d2\u05d4", + "Divide the selected content-specific discussion topics": "\u05d7\u05dc\u05e7\u05d5 \u05d0\u05ea \u05e0\u05d5\u05e9\u05d0\u05d9 \u05d4\u05d3\u05d9\u05d5\u05e0\u05d9\u05dd \u05de\u05d1\u05d5\u05e1\u05e1\u05d9-\u05d4\u05ea\u05d5\u05db\u05df \u05e9\u05e0\u05d1\u05d7\u05e8\u05d5", + "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05de\u05e2\u05d5\u05e0\u05d9\u05d9\u05df \u05dc\u05d0\u05e4\u05e9\u05e8 \u05dc\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05d6\u05d4 ('{student_id}') \u05dc\u05d3\u05dc\u05d2 \u05e2\u05dc \u05de\u05d1\u05d7\u05df \u05d4\u05db\u05e0\u05d9\u05e1\u05d4? ", + "Do you want to replace the edX transcript with the YouTube transcript?": "\u05d4\u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05d7\u05dc\u05d9\u05e3 \u05d0\u05ea \u05ea\u05de\u05dc\u05d9\u05dc edX \u05d1\u05ea\u05de\u05dc\u05d9\u05dc \u05d9\u05d5\u05d8\u05d9\u05d5\u05d1?", + "Do you want to upload your file before submitting?": "\u05d4\u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05d0\u05ea \u05e7\u05d1\u05e6\u05d9\u05da \u05dc\u05e4\u05e0\u05d9 \u05d4\u05e9\u05dc\u05d9\u05d7\u05d4?", + "Does the name on your ID match your account name: %(fullName)s?": "\u05d4\u05d0\u05dd \u05d4\u05e9\u05dd \u05d1\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05de\u05d6\u05d4\u05d4 \u05e9\u05dc\u05da \u05ea\u05d5\u05d0\u05dd \u05d0\u05ea \u05e9\u05dd \u05d7\u05e9\u05d1\u05d5\u05e0\u05da: %(fullName)s?", + "Does the photo of you match your ID photo?": "\u05d4\u05d0\u05dd \u05ea\u05de\u05d5\u05e0\u05ea\u05da \u05ea\u05d5\u05d0\u05de\u05ea \u05d0\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05d1\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05de\u05d6\u05d4\u05d4 \u05e9\u05dc\u05da?", + "Does the photo of you show your whole face?": "\u05d4\u05d0\u05dd \u05ea\u05de\u05d5\u05e0\u05ea\u05da \u05de\u05e8\u05d0\u05d4 \u05d0\u05ea \u05db\u05dc \u05e4\u05e0\u05d9\u05da?", + "Doing so means that you are no longer eligible for academic credit.": "\u05d1\u05e4\u05e2\u05d5\u05dc\u05d4 \u05d6\u05d5 \u05d0\u05d9\u05e0\u05da \u05d6\u05db\u05d0\u05d9 \u05e2\u05d5\u05d3 \u05dc\u05e0\u05d9\u05e7\u05d5\u05d3 \u05d0\u05e7\u05d3\u05de\u05d9.", + "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "\u05d0\u05d9\u05e0\u05da \u05e8\u05d5\u05d0\u05d4 \u05d0\u05ea \u05ea\u05de\u05d5\u05e0\u05ea\u05da? \u05d5\u05d3\u05d0 \u05db\u05d9 \u05d0\u05ea\u05d4 \u05de\u05d0\u05e4\u05e9\u05e8 \u05dc\u05d3\u05e4\u05d3\u05e4\u05df \u05e9\u05dc\u05da \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05de\u05e6\u05dc\u05de\u05d4 \u05db\u05d0\u05e9\u05e8 \u05de\u05ea\u05d1\u05e7\u05e9 \u05d0\u05d9\u05e9\u05d5\u05e8. ", + "Donate": "\u05ea\u05e8\u05d5\u05dd", + "Double-check that your webcam is connected and working to continue.": "\u05db\u05d3\u05d9 \u05dc\u05d4\u05de\u05e9\u05d9\u05da, \u05d0\u05e0\u05d0 \u05d5\u05d3\u05d0 \u05e9\u05de\u05e6\u05dc\u05de\u05ea \u05d4\u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05e9\u05dc\u05da \u05de\u05d7\u05d5\u05d1\u05e8\u05ea \u05d5\u05e4\u05d5\u05e2\u05dc\u05ea.", + "Download": "\u05d4\u05d5\u05e8\u05d3", + "Download Software Clicked": "\u05d4\u05d5\u05e8\u05d3 \u05d0\u05ea \u05d4\u05ea\u05d5\u05db\u05e0\u05d4 \u05e9\u05e0\u05d1\u05d7\u05e8\u05d4", + "Download Transcript for Editing": "\u05d4\u05d5\u05e8\u05d3 \u05ea\u05de\u05dc\u05d9\u05dc \u05dc\u05e2\u05e8\u05d9\u05db\u05d4", + "Download URL": "\u05d4\u05d5\u05e8\u05d3 \u05db\u05ea\u05d5\u05d1\u05ea URL", + "Download available encodings (.csv)": "\u05d4\u05d5\u05e8\u05d3 \u05e7\u05d9\u05d3\u05d5\u05d3\u05d9\u05dd \u05d6\u05de\u05d9\u05e0\u05d9\u05dd (CSV)", + "Download the user's certificate": "\u05d4\u05d5\u05e8\u05d3 \u05d0\u05ea \u05ea\u05e2\u05d5\u05d3\u05ea \u05d4\u05de\u05e9\u05ea\u05de\u05e9", + "Draft (Never published)": "\u05d8\u05d9\u05d5\u05d8\u05d4 (\u05de\u05e2\u05d5\u05dc\u05dd \u05dc\u05d0 \u05e4\u05d5\u05e8\u05e1\u05dd)", + "Draft (Unpublished changes)": "\u05d8\u05d9\u05d5\u05d8\u05d4 (\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05e9\u05dc\u05d0 \u05e4\u05d5\u05e8\u05e1\u05de\u05d5)", + "Drag to reorder": "\u05d2\u05e8\u05d5\u05e8 \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e1\u05d3\u05e8 \u05de\u05d7\u05d3\u05e9", + "Drop target image": "\u05e9\u05d7\u05e8\u05e8 \u05ea\u05de\u05d5\u05e0\u05ea \u05de\u05d8\u05e8\u05d4", + "Due Date": "\u05ea\u05d0\u05e8\u05d9\u05da \u05e1\u05d9\u05d5\u05dd", + "Due Date:": "\u05ea\u05d0\u05e8\u05d9\u05da \u05d9\u05e2\u05d3:", + "Due Time in UTC:": "\u05ea\u05d0\u05e8\u05d9\u05da \u05d9\u05e2\u05d3 \u05d1-UTC:", + "Due date cannot be before start date.": "\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05e1\u05d9\u05d5\u05dd \u05d0\u05d9\u05e0\u05d5 \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05e7\u05d3\u05d9\u05dd \u05d0\u05ea \u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d4\u05ea\u05d7\u05dc\u05d4.", + "Due:": "\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d2\u05e9\u05d4", + "Duplicate": "\u05e9\u05db\u05e4\u05dc", + "Duration (sec)": "\u05de\u05e9\u05da \u05d6\u05de\u05df (\u05e9\u05e0\u05d9\u05d5\u05ea)", + "Earned %(created)s.": "\u05d6\u05db\u05d9\u05ea \u05d1-%(created)s.", + "EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.": "\u05d0\u05d9\u05df \u05ea\u05de\u05dc\u05d9\u05dc edX \u05de\u05ea\u05d5\u05d6\u05de\u05df \u05e2\u05d1\u05d5\u05e8 \u05e1\u05e8\u05d8\u05d5\u05df \u05d5\u05d9\u05d3\u05d0\u05d5 \u05d6\u05d4 \u05d1\u05e1\u05d8\u05d5\u05d3\u05d9\u05d5, \u05d0\u05da \u05de\u05e6\u05d0\u05e0\u05d5 \u05ea\u05de\u05dc\u05d9\u05dc \u05d1\u05d9\u05d5\u05d8\u05d9\u05d5\u05d1. \u05d9\u05e9 \u05d1\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea\u05da \u05dc\u05d9\u05d9\u05d1\u05d0 \u05d0\u05ea \u05ea\u05de\u05dc\u05d9\u05dc \u05d9\u05d5\u05d8\u05d9\u05d5\u05d1 \u05d0\u05d5 \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05d0\u05ea \u05e7\u05d5\u05d1\u05e5 \u05ea\u05de\u05dc\u05d9\u05dc \u05d4-SRT \u05e9\u05dc\u05da.", + "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "\u05d0\u05d9\u05df \u05dc-edX \u05ea\u05de\u05dc\u05d9\u05dc \u05de\u05ea\u05d5\u05d6\u05de\u05df \u05e2\u05d1\u05d5\u05e8 \u05e1\u05e8\u05d8\u05d5\u05df \u05d5\u05d9\u05d3\u05d0\u05d5 \u05d6\u05d4. \u05e0\u05d0 \u05d4\u05e2\u05dc\u05d4 \u05e7\u05d5\u05d1\u05e5 SRT.", + "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "\u05dc-edX \u05e7\u05d9\u05d9\u05dd \u05ea\u05de\u05dc\u05d9\u05dc \u05de\u05ea\u05d5\u05d6\u05de\u05df \u05e2\u05d1\u05d5\u05e8 \u05e1\u05e8\u05d8\u05d5\u05df \u05d6\u05d4. \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e2\u05e8\u05d5\u05da \u05ea\u05de\u05dc\u05d9\u05dc \u05d6\u05d4, \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d5\u05e8\u05d9\u05d3 \u05d0\u05ea \u05d4\u05e7\u05d5\u05d1\u05e5, \u05dc\u05e2\u05e8\u05d5\u05da \u05d0\u05d5\u05ea\u05d5 \u05d5\u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05d0\u05d5\u05ea\u05d5 \u05de\u05d7\u05d3\u05e9. \u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05d7\u05dc\u05d9\u05e3 \u05ea\u05de\u05dc\u05d9\u05dc \u05d6\u05d4, \u05e0\u05d0 \u05d4\u05e2\u05dc\u05d4 \u05e7\u05d5\u05d1\u05e5 \u05ea\u05de\u05dc\u05d9\u05dc SRT \u05d7\u05d3\u05e9. ", + "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "\u05dc-edX \u05e7\u05d9\u05d9\u05dd \u05ea\u05de\u05dc\u05d9\u05dc \u05de\u05ea\u05d5\u05d6\u05de\u05df \u05e2\u05d1\u05d5\u05e8 \u05e1\u05e8\u05d8\u05d5\u05df \u05d6\u05d4. \u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05d7\u05dc\u05d9\u05e3 \u05ea\u05de\u05dc\u05d9\u05dc \u05d6\u05d4, \u05d4\u05e2\u05dc\u05d4 \u05e7\u05d5\u05d1\u05e5 \u05ea\u05de\u05dc\u05d9\u05dc SRT \u05d7\u05d3\u05e9. \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e2\u05e8\u05d5\u05da \u05ea\u05de\u05dc\u05d9\u05dc \u05d6\u05d4, \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d5\u05e8\u05d9\u05d3 \u05d0\u05ea \u05d4\u05e7\u05d5\u05d1\u05e5, \u05dc\u05e2\u05e8\u05d5\u05da \u05d0\u05d5\u05ea\u05d5 \u05d5\u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05d0\u05d5\u05ea\u05d5 \u05de\u05d7\u05d3\u05e9. ", + "Edit": "\u05e2\u05e8\u05d5\u05da", + "Edit %(display_name)s (required)": "\u05e2\u05e8\u05d5\u05da %(display_name)s (\u05d7\u05d5\u05d1\u05d4)", + "Edit Membership": "\u05e2\u05e8\u05d5\u05da \u05d7\u05d1\u05e8\u05d5\u05ea", + "Edit Team": "\u05e2\u05e8\u05d5\u05da \u05e6\u05d5\u05d5\u05ea", + "Edit Your Name": "\u05e2\u05e8\u05d5\u05da \u05d0\u05ea \u05e9\u05de\u05da", + "Edit this certificate?": "\u05dc\u05e2\u05e8\u05d5\u05da \u05ea\u05e2\u05d5\u05d3\u05d4 \u05d6\u05d5?", + "Edit your post below.": "\u05e2\u05e8\u05d5\u05da \u05d0\u05ea \u05d4\u05e4\u05d5\u05e1\u05d8 \u05e9\u05dc\u05d4\u05dc\u05df.", + "Editable": "\u05e0\u05d9\u05ea\u05df \u05dc\u05e2\u05e8\u05d9\u05db\u05d4", + "Editing comment": "\u05e2\u05d5\u05e8\u05da \u05d4\u05e2\u05e8\u05d4", + "Editing post": "\u05e2\u05d5\u05e8\u05da \u05e4\u05d5\u05e1\u05d8", + "Editing response": "\u05e2\u05d5\u05e8\u05da \u05ea\u05d2\u05d5\u05d1\u05d4", + "Education Completed": "\u05e8\u05de\u05ea \u05d4\u05e9\u05db\u05dc\u05d4", + "Email": "\u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9", + "Email address": "\u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9", + "Emails successfully sent. The following users are no longer enrolled in the course:": "\u05d4\u05d5\u05d3\u05e2\u05d5\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e0\u05e9\u05dc\u05d7\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4. \u05d4\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd \u05db\u05d1\u05e8 \u05d0\u05d9\u05e0\u05dd \u05e8\u05e9\u05d5\u05de\u05d9\u05dd \u05dc\u05e7\u05d5\u05e8\u05e1:", + "Enable Cohorts": "\u05d0\u05e4\u05e9\u05e8 \u05e7\u05d1\u05d5\u05e6\u05d5\u05ea \u05dc\u05d9\u05de\u05d5\u05d3", + "End My Exam": "\u05e1\u05d9\u05d9\u05dd \u05d4\u05de\u05d1\u05d7\u05df \u05e9\u05dc\u05d9", + "Endorse": "\u05d0\u05e9\u05e8", + "Engage with posts": "\u05d4\u05e9\u05ea\u05ea\u05e3 \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05e4\u05d5\u05e1\u05d8", + "Enroll Now": "\u05dc\u05d4\u05e8\u05e9\u05de\u05d4", + "Enrolling you in the selected course": "\u05d4\u05e0\u05da \u05e0\u05e8\u05e9\u05dd \u05dc\u05e7\u05d5\u05e8\u05e1 \u05d4\u05e0\u05d1\u05d7\u05e8", + "Enrollment Date": "\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05e8\u05e9\u05de\u05d4", + "Enrollment Mode": "\u05de\u05e6\u05d1 \u05d4\u05e8\u05e9\u05de\u05d4", + "Enrollment Opens on": "\u05d4\u05e8\u05d9\u05e9\u05d5\u05dd \u05e0\u05e4\u05ea\u05d7 \u05d1", + "Enrollment Tracks": "\u05de\u05e1\u05dc\u05d5\u05dc\u05d9 \u05d4\u05e8\u05e9\u05de\u05d4", + "Ensure that you can see your photo and read your name": "\u05d5\u05d3\u05d0 \u05db\u05d9 \u05e0\u05d9\u05ea\u05df \u05dc\u05e8\u05d0\u05d5\u05ea \u05d0\u05ea \u05ea\u05de\u05d5\u05e0\u05ea\u05da \u05d5\u05dc\u05e7\u05e8\u05d5\u05d0 \u05d0\u05ea \u05e9\u05de\u05da.", + "Enter Due Date and Time": "\u05d4\u05d6\u05df \u05ea\u05d0\u05e8\u05d9\u05da \u05e1\u05d9\u05d5\u05dd \u05d5\u05e9\u05e2\u05d4", + "Enter Start Date and Time": "\u05d4\u05d6\u05df \u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05ea\u05d7\u05dc\u05d4 \u05d5\u05e9\u05e2\u05d4", + "Enter a student's username or email address.": "\u05d4\u05d6\u05df \u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9 \u05d0\u05d5 \u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05dc \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8", + "Enter a username or email.": "\u05d4\u05db\u05e0\u05e1 \u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9 \u05d0\u05d5 \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9", + "Enter information to describe your team. You cannot change these details after you create the team.": "\u05d4\u05d6\u05df \u05de\u05d9\u05d3\u05e2 \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05ea\u05d0\u05e8 \u05d0\u05ea \u05d4\u05e6\u05d5\u05d5\u05ea \u05e9\u05dc\u05da. \u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05e0\u05d5\u05ea \u05d0\u05ea \u05d4\u05e4\u05e8\u05d8\u05d9\u05dd \u05d4\u05dc\u05dc\u05d5 \u05dc\u05d0\u05d7\u05e8 \u05d9\u05e6\u05d9\u05e8\u05ea \u05d4\u05e6\u05d5\u05d5\u05ea.", + "Enter team description.": "\u05d4\u05d6\u05df \u05ea\u05d9\u05d0\u05d5\u05e8 \u05e6\u05d5\u05d5\u05ea.", + "Enter team name.": "\u05d4\u05d6\u05df \u05e9\u05dd \u05e6\u05d5\u05d5\u05ea.", + "Enter the enrollment code.": "\u05d4\u05d6\u05df \u05e7\u05d5\u05d3 \u05d4\u05e8\u05e9\u05de\u05d4", + "Enter the name of the cohort": "\u05d4\u05d6\u05df \u05d0\u05ea \u05e9\u05dd \u05e7\u05d1\u05d5\u05e6\u05ea \u05d4\u05dc\u05d9\u05de\u05d5\u05d3", + "Enter the page number you'd like to quickly navigate to.": "\u05d4\u05d6\u05df \u05d0\u05ea \u05de\u05e1\u05e4\u05e8 \u05d4\u05e2\u05de\u05d5\u05d3 \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05e0\u05d5\u05d5\u05d8 \u05d1\u05d5 \u05d1\u05de\u05d4\u05d9\u05e8\u05d5\u05ea.", + "Enter the username or email address of each learner that you want to add as an exception.": "\u05d4\u05d6\u05df \u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9 \u05d0\u05d5 \u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05dc \u05db\u05dc \u05dc\u05d5\u05de\u05d3 \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05db\u05d7\u05e8\u05d9\u05d2.", + "Enter username or email": "\u05d4\u05db\u05e0\u05e1 \u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9 \u05d0\u05d5 \u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9", + "Entrance exam attempts is being reset for student '{student_id}'.": "\u05d1\u05d7\u05d9\u05e0\u05ea \u05db\u05e0\u05d9\u05e1\u05d4 \u05e2\u05d1\u05d5\u05e8 \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 '{student_id}' \u05d1\u05ea\u05d4\u05dc\u05d9\u05da \u05d0\u05d9\u05e4\u05d5\u05e1 \u05db\u05e2\u05ea.", + "Entrance exam state is being deleted for student '{student_id}'.": "\u05de\u05e6\u05d1 \u05d1\u05d7\u05d9\u05e0\u05ea \u05d4\u05db\u05e0\u05d9\u05e1\u05d4 \u05e0\u05de\u05d7\u05e7 \u05e2\u05d1\u05d5\u05e8 \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 '{student_id}'.", + "Error": "\u05e9\u05d2\u05d9\u05d0\u05d4", + "Error adding user": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d4\u05d5\u05e1\u05e4\u05ea \u05de\u05e9\u05ea\u05de\u05e9", + "Error adding/removing users as beta testers.": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d4\u05d5\u05e1\u05e4\u05d4/\u05d4\u05e1\u05e8\u05d4 \u05e9\u05dc \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05db\u05d1\u05d5\u05d3\u05e7\u05d9 \u05d1\u05d8\u05d0.", + "Error changing user's permissions.": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e9\u05d9\u05e0\u05d5\u05d9 \u05d0\u05d9\u05e9\u05d5\u05e8\u05d9 \u05de\u05e9\u05ea\u05de\u05e9", + "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "\u05d8\u05e2\u05d5\u05ea \u05d1\u05de\u05d7\u05d9\u05e7\u05d4 \u05e9\u05dc \u05de\u05e6\u05d1 \u05de\u05d1\u05d7\u05df \u05d4\u05db\u05e0\u05d9\u05e1\u05d4 \u05e2\u05d1\u05d5\u05e8 \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 '{student_id}'. \u05d5\u05d3\u05d0 \u05e9\u05de\u05d6\u05d4\u05d4 \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05e0\u05db\u05d5\u05df. ", + "Error deleting student '<%- student_id %>'s state on problem '<%- problem_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u05d8\u05e2\u05d5\u05ea \u05d1\u05de\u05d7\u05d9\u05e7\u05ea \u05de\u05e6\u05d1 \u05d4\u05d1\u05e2\u05d9\u05d4 \u05e9\u05dc \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 '<%- student_id %>' \u05d1\u05d1\u05e2\u05d9\u05d4 '<%- problem_id %>'. \u05d5\u05d3\u05d0 \u05db\u05d9 \u05de\u05d6\u05d4\u05d9 \u05d4\u05d1\u05e2\u05d9\u05d4 \u05d5\u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05e9\u05dc\u05de\u05d9\u05dd \u05d5\u05de\u05d3\u05d5\u05d9\u05e7\u05d9\u05dd. ", + "Error enrolling/unenrolling users.": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d4\u05e8\u05e9\u05de\u05d4/\u05d1\u05d9\u05d8\u05d5\u05dc \u05d4\u05e8\u05e9\u05de\u05d4 \u05e9\u05dc \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd.", + "Error generating ORA data report. Please try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05ea \u05d3\u05d5\u05d7 \u05e0\u05ea\u05d5\u05e0\u05d9 ORA. \u05e0\u05d0 \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", + "Error generating grades. Please try again.": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d6\u05de\u05df \u05d9\u05e6\u05d9\u05e8\u05ea \u05e6\u05d9\u05d5\u05e0\u05d9\u05dd. \u05e0\u05d0 \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", + "Error generating list of students who may enroll. Please try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05ea \u05d9\u05e6\u05d9\u05e8\u05ea \u05e8\u05e9\u05d9\u05de\u05ea \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd \u05e9\u05e2\u05e9\u05d5\u05d9\u05d9\u05dd \u05dc\u05d4\u05d9\u05e8\u05e9\u05dd. \u05e0\u05d0 \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", + "Error generating problem grade report. Please try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05ea \u05d9\u05e6\u05d9\u05e8\u05ea \u05d3\u05d5\u05d7 \u05d3\u05d9\u05e8\u05d5\u05d2 \u05d1\u05e2\u05d9\u05d5\u05ea. \u05e0\u05d0 \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", + "Error generating proctored exam results. Please try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05ea \u05d9\u05e6\u05d9\u05e8\u05ea \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05de\u05d1\u05d7\u05e0\u05d9\u05dd \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7. \u05e0\u05d0 \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", + "Error generating student profile information. Please try again.": "\u05e9\u05d2\u05d9\u05d0\u05ea \u05d1\u05d6\u05de\u05df \u05d9\u05e6\u05d9\u05e8\u05ea \u05e4\u05e8\u05d5\u05e4\u05d9\u05dc \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8. \u05e0\u05d0 \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", + "Error generating survey results. Please try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05ea \u05d9\u05e6\u05d9\u05e8\u05ea \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05e1\u05e7\u05e8. \u05e0\u05d0 \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", + "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e7\u05d1\u05dc\u05ea \u05d4\u05d4\u05d9\u05e1\u05d8\u05d5\u05e8\u05d9\u05d4 \u05e9\u05dc \u05d4\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05d1\u05de\u05d1\u05d7\u05df \u05d4\u05db\u05e0\u05d9\u05e1\u05d4 \u05e2\u05d1\u05d5\u05e8 \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 '{student_id}'. \u05d5\u05d3\u05d0 \u05e9\u05de\u05d6\u05d4\u05d4 \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05e0\u05db\u05d5\u05df. ", + "Error getting issued certificates list.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05ea \u05e7\u05d1\u05dc\u05ea \u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05ea\u05e2\u05d5\u05d3\u05d5\u05ea \u05e9\u05e0\u05d5\u05e4\u05e7\u05d5.", + "Error getting student list.": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e7\u05d1\u05dc\u05ea \u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd.", + "Error getting student progress url for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e7\u05d1\u05dc\u05ea \u05db\u05ea\u05d5\u05d1\u05ea URL \u05e9\u05dc \u05d4\u05ea\u05e7\u05d3\u05de\u05d5\u05ea \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05e2\u05d1\u05d5\u05e8 '<%- student_id %>'. \u05d5\u05d3\u05d0 \u05e9\u05de\u05d6\u05d4\u05d4 \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05de\u05d0\u05d5\u05d9\u05ea \u05db\u05d4\u05dc\u05db\u05d4.", + "Error getting task history for problem '<%- problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d6\u05de\u05df \u05e7\u05d1\u05dc\u05ea \u05d4\u05d9\u05e1\u05d8\u05d5\u05e8\u05d9\u05d9\u05ea \u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 \u05d4\u05d1\u05e2\u05d9\u05d4 '<%- problem_id %>' \u05d5\u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 '<%- student_id %>'. \u05d5\u05d3\u05d0 \u05e9\u05de\u05d6\u05d4\u05d4 \u05d4\u05d1\u05e2\u05d9\u05d4 \u05d5\u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05d4\u05dd \u05de\u05dc\u05d0\u05d9\u05dd \u05d5\u05e0\u05db\u05d5\u05e0\u05d9\u05dd.", + "Error getting the number of ungraded responses": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05ea \u05e0\u05d9\u05e1\u05d9\u05d5\u05df \u05dc\u05e7\u05d1\u05dc \u05d0\u05ea \u05de\u05e1\u05e4\u05e8 \u05d4\u05ea\u05e9\u05d5\u05d1\u05d5\u05ea \u05d4\u05dc\u05d0-\u05de\u05d3\u05d5\u05e8\u05d2\u05d5\u05ea.", + "Error listing task history for this student and problem.": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e8\u05d9\u05e9\u05d5\u05dd \u05d4\u05d9\u05e1\u05d8\u05d5\u05e8\u05d9\u05ea \u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05d6\u05d4 \u05d5\u05d1\u05e2\u05d9\u05d4 \u05d6\u05d5.", + "Error posting your message.": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d6\u05de\u05df \u05e4\u05e8\u05e1\u05d5\u05dd \u05d4\u05d4\u05d5\u05d3\u05e2\u05d4 \u05e9\u05dc\u05da", + "Error removing user": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d4\u05e1\u05e8\u05ea \u05de\u05e9\u05ea\u05de\u05e9", + "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "\u05d8\u05e2\u05d5\u05ea \u05d1\u05d0\u05d9\u05e4\u05d5\u05e1 \u05e0\u05d9\u05e1\u05d9\u05d5\u05e0\u05d5\u05ea \u05dc\u05d1\u05d7\u05d9\u05e0\u05ea \u05d4\u05db\u05e0\u05d9\u05e1\u05d4 \u05e2\u05d1\u05d5\u05e8 \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 '{student_id}'. \u05d5\u05d3\u05d0 \u05db\u05d9 \u05de\u05d6\u05d4\u05d4 \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05de\u05d3\u05d5\u05d9\u05e7. ", + "Error resetting problem attempts for problem '<%= problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u05e9\u05d2\u05d9\u05d0\u05ea \u05d0\u05d9\u05e4\u05d5\u05e1 \u05e0\u05e1\u05d9\u05d5\u05e0\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 \u05d1\u05e2\u05d9\u05d4 '<%= problem_id %>' \u05d5\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 '<%- student_id %>'. \u05d5\u05d3\u05d0 \u05e9\u05de\u05d6\u05d4\u05d4 \u05d4\u05d1\u05e2\u05d9\u05d4 \u05d5\u05d4\u05ea\u05dc\u05de\u05d9\u05d3 \u05d4\u05dd \u05de\u05dc\u05d0\u05d9\u05dd \u05d5\u05e0\u05db\u05d5\u05e0\u05d9\u05dd.", + "Error retrieving grading configuration.": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d8\u05e2\u05d9\u05e0\u05d4 \u05e9\u05dc \u05e7\u05d5\u05e0\u05e4\u05d9\u05d2\u05d5\u05e8\u05e6\u05d9\u05d9\u05ea \u05e6\u05d9\u05d5\u05e0\u05d9\u05dd.", + "Error sending email.": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d6\u05de\u05df \u05e9\u05dc\u05d9\u05d7\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9.", + "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05ea \u05de\u05ea\u05df \u05e6\u05d9\u05d5\u05df \u05de\u05d7\u05d3\u05e9 \u05dc\u05de\u05d1\u05d7\u05df \u05d4\u05db\u05e0\u05d9\u05e1\u05d4 \u05dc\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 '{student_id}'. \u05d5\u05d3\u05d0 \u05e9\u05d9\u05e9 \u05d1\u05e2\u05d9\u05d5\u05ea \u05d1\u05de\u05d1\u05d7\u05df \u05d4\u05db\u05e0\u05d9\u05e1\u05d4 \u05d5\u05db\u05d9 \u05de\u05d6\u05d4\u05d4 \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05e0\u05db\u05d5\u05df.", + "Error starting a task to rescore problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the problem and student identifiers are complete and correct.": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d6\u05de\u05df \u05d4\u05e4\u05e2\u05dc\u05ea \u05de\u05e9\u05d9\u05de\u05d4 \u05dc\u05d7\u05d9\u05e9\u05d5\u05d1 \u05e6\u05d9\u05d5\u05e0\u05d9\u05dd \u05de\u05d7\u05d3\u05e9 \u05e2\u05d1\u05d5\u05e8 \u05d1\u05e2\u05d9\u05d4 '<%- problem_id %>' \u05e9\u05dc \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 '<%- student_id %>'. \u05d5\u05d3\u05d0 \u05e9\u05de\u05d6\u05d4\u05d4 \u05d4\u05d1\u05e2\u05d9\u05d4 \u05d5\u05d4\u05ea\u05dc\u05de\u05d9\u05d3 \u05d4\u05dd \u05de\u05dc\u05d0\u05d9\u05dd \u05d5\u05e0\u05db\u05d5\u05e0\u05d9\u05dd.", + "Error starting a task to rescore problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d4\u05ea\u05d7\u05dc\u05ea \u05de\u05e9\u05d9\u05de\u05d4 \u05dc\u05ea\u05ea \u05e6\u05d9\u05d5\u05df \u05de\u05d7\u05d3\u05e9 \u05dc\u05d1\u05e2\u05d9\u05d4 '<%- problem_id %>'. \u05d5\u05d3\u05d0 \u05e9\u05de\u05d6\u05d4\u05d4 \u05d4\u05d1\u05e2\u05d9\u05d4 \u05de\u05d5\u05e9\u05dc\u05dd \u05d5\u05e0\u05db\u05d5\u05df. ", + "Error starting a task to reset attempts for all students on problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d4\u05ea\u05d7\u05dc\u05ea \u05de\u05e9\u05d9\u05de\u05d4 \u05dc\u05d0\u05d9\u05e4\u05d5\u05e1 \u05e0\u05d9\u05e1\u05d9\u05d5\u05e0\u05d5\u05ea \u05dc\u05db\u05dc \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd \u05d1\u05d1\u05e2\u05d9\u05d4 '<%- problem_id %>'. \u05d5\u05d3\u05d0 \u05db\u05d9 \u05de\u05d6\u05d4\u05d4 \u05d4\u05d1\u05e2\u05d9\u05d4 \u05de\u05d5\u05e9\u05dc\u05dd \u05d5\u05e0\u05db\u05d5\u05df.", + "Error while generating certificates. Please try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05ea \u05d9\u05e6\u05d9\u05e8\u05ea \u05d4\u05ea\u05e2\u05d5\u05d3\u05d5\u05ea. \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", + "Error while regenerating certificates. Please try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05ea \u05d9\u05e6\u05d9\u05e8\u05d4 \u05de\u05d7\u05d3\u05e9 \u05e9\u05dc \u05d4\u05ea\u05e2\u05d5\u05d3\u05d5\u05ea. \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", + "Error.": "\u05e9\u05d2\u05d9\u05d0\u05d4", + "Error:": "\u05e9\u05d2\u05d9\u05d0\u05d4:", + "Error: User '<%- username %>' has not yet activated their account. Users must create and activate their accounts before they can be assigned a role.": "\u05e9\u05d2\u05d9\u05d0\u05d4: \u05de\u05e9\u05ea\u05de\u05e9 '<%- username %>' \u05dc\u05d0 \u05d4\u05e4\u05e2\u05d9\u05dc \u05e2\u05d3\u05d9\u05d9\u05df \u05d0\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d5. \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d7\u05d9\u05d9\u05d1\u05d9\u05dd \u05dc\u05d9\u05e6\u05d5\u05e8 \u05d5\u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05d0\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d5\u05ea\u05d9\u05d4\u05dd \u05dc\u05e4\u05e0\u05d9 \u05e9\u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e7\u05e6\u05d5\u05ea \u05dc\u05d4\u05dd \u05ea\u05e4\u05e7\u05d9\u05d3.", + "Error: You cannot remove yourself from the Instructor group!": "\u05e9\u05d2\u05d9\u05d0\u05d4: \u05d0\u05d9\u05e0\u05da \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05e1\u05d9\u05e8 \u05e2\u05e6\u05de\u05da \u05de\u05e7\u05d1\u05d5\u05e6\u05ea \u05d4\u05de\u05d3\u05e8\u05d9\u05db\u05d9\u05dd.", + "Errors": "\u05e9\u05d2\u05d9\u05d0\u05d5\u05ea", + "Everyone who has staff privileges in this course": "\u05db\u05dc \u05d0\u05d7\u05d3 \u05e9\u05d9\u05e9 \u05dc\u05d5 \u05d6\u05db\u05d5\u05d9\u05d5\u05ea \u05e9\u05dc \u05e6\u05d5\u05d5\u05ea \u05d1\u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4", + "Exam Types": "\u05e1\u05d5\u05d2\u05d9 \u05de\u05d1\u05d7\u05df", + "Exception Granted": "\u05e0\u05d9\u05ea\u05e0\u05d4 \u05d7\u05e8\u05d9\u05d2\u05d4", + "Expand All": "\u05d4\u05e8\u05d7\u05d1 \u05d4\u05db\u05dc", + "Explain if other.": "\u05d4\u05e1\u05d1\u05e8 \u05d0\u05dd \u05d0\u05d7\u05e8\u05ea.", + "Explore New Programs": "\u05d1\u05d7\u05df \u05ea\u05db\u05e0\u05d9\u05d5\u05ea \u05d7\u05d3\u05e9\u05d5\u05ea", + "Explore Programs": "\u05d1\u05d7\u05df \u05ea\u05db\u05e0\u05d9\u05d5\u05ea", + "Explore your course!": "\u05e1\u05d9\u05d9\u05e8 \u05d1\u05e7\u05d5\u05e8\u05e1 \u05e9\u05dc\u05da!", + "Failed Proctoring": "\u05e4\u05d9\u05e7\u05d5\u05d7 \u05e9\u05e0\u05db\u05e9\u05dc", + "Failed to delete student state for user.": "\u05e0\u05db\u05e9\u05dc\u05d4 \u05de\u05d7\u05d9\u05e7\u05ea \u05de\u05e6\u05d1 \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05e2\u05d1\u05d5\u05e8 \u05d4\u05de\u05e9\u05ea\u05de\u05e9.", + "Failed to rescore problem for user.": "\u05e0\u05db\u05e9\u05dc \u05ea\u05d4\u05dc\u05d9\u05da \u05de\u05ea\u05df \u05d4\u05e6\u05d9\u05d5\u05df \u05de\u05d7\u05d3\u05e9 \u05e2\u05d1\u05d5\u05e8 \u05d1\u05e2\u05d9\u05d4 \u05dc\u05de\u05e9\u05ea\u05de\u05e9.", + "Failed to rescore problem to improve score for user.": "\u05e0\u05db\u05e9\u05dc \u05de\u05ea\u05df \u05e6\u05d9\u05d5\u05df \u05de\u05d7\u05d3\u05e9 \u05dc\u05d1\u05e2\u05d9\u05d4 \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e9\u05e4\u05e8 \u05e6\u05d9\u05d5\u05df \u05de\u05e9\u05ea\u05de\u05e9.", + "Failed to reset attempts for user.": "\u05e0\u05db\u05e9\u05dc \u05d0\u05d9\u05e4\u05d5\u05e1 \u05d4\u05e0\u05d9\u05e1\u05d9\u05d5\u05e0\u05d5\u05ea \u05dc\u05de\u05e9\u05ea\u05de\u05e9.", + "February": "\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8", + "Feedback available for selection.": "\u05d4\u05de\u05e9\u05d5\u05d1 \u05d6\u05de\u05d9\u05df \u05dc\u05d1\u05d7\u05d9\u05e8\u05d4.", + "File Name": "\u05e9\u05dd \u05d4\u05e7\u05d5\u05d1\u05e5", + "File type is not allowed.": "\u05e1\u05d5\u05d2 \u05d4\u05e7\u05d5\u05d1\u05e5 \u05d0\u05d9\u05e0\u05d5 \u05de\u05d5\u05e8\u05e9\u05d4.", + "File types can not be empty.": "\u05e1\u05d5\u05d2\u05d9 \u05d4\u05e7\u05d5\u05d1\u05e5 \u05d0\u05d9\u05e0\u05dd \u05d9\u05db\u05d5\u05dc\u05d9\u05dd \u05dc\u05d4\u05d9\u05d5\u05ea \u05e8\u05d9\u05e7\u05d9\u05dd.", + "File upload succeeded": "\u05d4\u05e2\u05dc\u05d0\u05ea \u05e7\u05d5\u05d1\u05e5 \u05e2\u05d1\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", + "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "\u05d4\u05e7\u05d5\u05d1\u05e5 {filename} \u05d7\u05d5\u05e8\u05d2 \u05de\u05d4\u05d2\u05d5\u05d3\u05dc \u05d4\u05de\u05e8\u05d1\u05d9 \u05e9\u05dc {maxFileSizeInMBs} MB", + "Files must be in JPEG or PNG format.": "\u05e7\u05d1\u05e6\u05d9\u05dd \u05d7\u05d9\u05d9\u05d1\u05d9\u05dd \u05dc\u05d4\u05d9\u05d5\u05ea \u05d1\u05e4\u05d5\u05e8\u05de\u05d8 JPEG \u05d0\u05d5 PNG. ", + "Filter": "\u05e1\u05d9\u05e0\u05d5\u05df", + "Filter and sort topics": "\u05e1\u05e0\u05df \u05d5\u05de\u05d9\u05d9\u05df \u05e0\u05d5\u05e9\u05d0\u05d9\u05dd", + "Final Grade Received": "\u05d4\u05e6\u05d9\u05d5\u05df \u05d4\u05e1\u05d5\u05e4\u05d9 \u05d4\u05ea\u05e7\u05d1\u05dc", + "Financial Assistance": "\u05e2\u05d6\u05e8\u05d4 \u05db\u05e1\u05e4\u05d9\u05ea", + "Financial Assistance Application": "\u05d1\u05e7\u05e9\u05d4 \u05dc\u05e2\u05d6\u05e8\u05d4 \u05db\u05e1\u05e4\u05d9\u05ea", + "Find a course": "\u05de\u05e6\u05d0 \u05e7\u05d5\u05e8\u05e1", + "Find discussions": "\u05de\u05e6\u05d0 \u05d3\u05d9\u05d5\u05e0\u05d9\u05dd", + "First time here?": "\u05e4\u05e2\u05dd \u05e8\u05d0\u05e9\u05d5\u05e0\u05d4 \u05e9\u05dc\u05da \u05db\u05d0\u05df?", + "Follow": "\u05e2\u05e7\u05d5\u05d1", + "Follow or unfollow posts": "\u05e2\u05e7\u05d5\u05d1 \u05d0\u05d5 \u05d0\u05dc \u05ea\u05e2\u05e7\u05d5\u05d1 \u05d0\u05d7\u05e8 \u05e4\u05d5\u05e1\u05d8\u05d9\u05dd", + "Following": "\u05e2\u05d5\u05e7\u05d1", + "For grading to work, you must change all {oldName} subsections to {newName}.": "\u05e2\u05dc \u05de\u05e0\u05ea \u05e9\u05de\u05ea\u05df \u05d4\u05e6\u05d9\u05d5\u05df \u05d9\u05ea\u05d1\u05e6\u05e2, \u05e2\u05dc\u05d9\u05da \u05dc\u05e9\u05e0\u05d5\u05ea \u05d0\u05ea \u05db\u05dc \u05e1\u05e2\u05d9\u05e4\u05d9 \u05d4\u05de\u05e9\u05e0\u05d4 {oldName} \u05dc-{newName}.", + "Free text notes": "\u05d4\u05e2\u05e8\u05d5\u05ea \u05d8\u05e7\u05e1\u05d8 \u05d7\u05d5\u05e4\u05e9\u05d9", + "Frequently Asked Questions": "\u05e9\u05d0\u05dc\u05d5\u05ea \u05e0\u05e4\u05d5\u05e6\u05d5\u05ea", + "Full Name": "\u05e9\u05dd \u05de\u05dc\u05d0", + "Fullscreen": "\u05de\u05e1\u05da \u05de\u05dc\u05d0", + "Fully Supported": "\u05e0\u05ea\u05de\u05da \u05d1\u05de\u05dc\u05d5\u05d0\u05d5", + "Gender": "\u05de\u05d2\u05d3\u05e8", + "Generate": "\u05e6\u05d5\u05e8", + "Generate Exception Certificates": "\u05e6\u05d5\u05e8 \u05ea\u05e2\u05d5\u05d3\u05d5\u05ea \u05d7\u05e8\u05d9\u05d2\u05d9\u05dd", + "Generate the user's certificate": "\u05e6\u05d5\u05e8 \u05d0\u05ea \u05ea\u05e2\u05d5\u05d3\u05ea \u05d4\u05de\u05e9\u05ea\u05de\u05e9", + "Get Credit": "\u05e7\u05d1\u05dc \u05e0\u05e7\u05d5\u05d3\u05d5\u05ea \u05d6\u05db\u05d5\u05ea", + "Go Back": "\u05d7\u05d6\u05d5\u05e8", + "Go to Dashboard": "\u05e2\u05d1\u05d5\u05e8 \u05dc\u05dc\u05d5\u05d7 \u05d4\u05d1\u05e7\u05e8\u05d4", + "Go to your Dashboard": "\u05e2\u05d1\u05d5\u05e8 \u05dc\u05dc\u05d5\u05d7 \u05d4\u05d1\u05e7\u05e8\u05d4 \u05e9\u05dc\u05da", + "Government-Issued Photo ID": "\u05ea\u05e2\u05d5\u05d3\u05d4 \u05de\u05d6\u05d4\u05d4 \u05e2\u05dd \u05ea\u05de\u05d5\u05e0\u05d4 \u05e9\u05d4\u05d5\u05e0\u05e4\u05e7\u05d4 \u05d1\u05d9\u05d3\u05d9 \u05d4\u05de\u05de\u05e9\u05dc\u05d4. ", + "Grace period must be specified in HH:MM format.": "\u05ea\u05e7\u05d5\u05e4\u05ea \u05d7\u05e1\u05d3 \u05dc\u05d4\u05d2\u05e9\u05d4 \u05d7\u05d9\u05d9\u05d1\u05ea \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05e4\u05d5\u05e8\u05d8\u05ea \u05d1\u05ea\u05d1\u05e0\u05d9\u05ea HH:MM ", + "Grade": "\u05e6\u05d9\u05d5\u05df", + "Grade as:": "\u05ea\u05df \u05e6\u05d9\u05d5\u05df \u05db:", + "Graded as:": "\u05d3\u05d5\u05e8\u05d2 \u05db:", + "Grading": "\u05e6\u05d9\u05d5\u05e0\u05d9\u05dd", + "Group %s": "\u05e7\u05d1\u05d5\u05e6\u05d4 %s", + "Group A": "\u05e7\u05d1\u05d5\u05e6\u05d4 \u05d0", + "Group B": "\u05e7\u05d1\u05d5\u05e6\u05d4 \u05d1", + "Group Configuration ID": "\u05de\u05d6\u05d4\u05d4 \u05d4\u05d2\u05d3\u05e8\u05ea \u05e7\u05d1\u05d5\u05e6\u05d4", + "Group Configuration Name": "\u05e9\u05dd \u05d4\u05d2\u05d3\u05e8\u05ea \u05e7\u05d1\u05d5\u05e6\u05d4", + "Group Configuration information": "\u05de\u05d9\u05d3\u05e2 \u05e2\u05dc \u05d4\u05d2\u05d3\u05e8\u05ea \u05e7\u05d1\u05d5\u05e6\u05d4", + "Group Configuration name is required.": "\u05e9\u05dd \u05d4\u05d2\u05d3\u05e8\u05ea \u05e7\u05d1\u05d5\u05e6\u05d4 \u05d4\u05d5\u05d0 \u05e9\u05d3\u05d4 \u05d7\u05d5\u05d1\u05d4", + "Group information": "\u05de\u05d9\u05d3\u05e2 \u05e2\u05dc \u05d4\u05e7\u05d1\u05d5\u05e6\u05d4", + "Group name is required": "\u05e9\u05dd \u05e7\u05d1\u05d5\u05e6\u05d4 \u05d4\u05d5\u05d0 \u05d4\u05db\u05e8\u05d7\u05d9", + "Groups": "\u05e7\u05d1\u05d5\u05e6\u05d5\u05ea", + "Heading": "\u05db\u05d5\u05ea\u05e8\u05ea \u05e2\u05dc\u05d9\u05d5\u05e0\u05d4", + "Heading (Ctrl+H)": "\u05db\u05d5\u05ea\u05e8\u05ea (Ctrl+H)", + "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "\u05e2\u05d6\u05d5\u05e8 \u05dc\u05ea\u05dc\u05de\u05d9\u05d3\u05d9\u05dd \u05d0\u05d7\u05e8\u05d9\u05dd \u05dc\u05d4\u05d7\u05dc\u05d9\u05d8 \u05d0\u05dd \u05dc\u05d4\u05e6\u05d8\u05e8\u05e3 \u05dc\u05e6\u05d5\u05d5\u05ea \u05e9\u05dc\u05da \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05e4\u05d9\u05e8\u05d5\u05d8 \u05d7\u05dc\u05e7 \u05de\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9 \u05d4\u05e6\u05d5\u05d5\u05ea. \u05d1\u05d7\u05e8 \u05d1\u05e7\u05e4\u05d9\u05d3\u05d4, \u05de\u05e9\u05d5\u05dd \u05e9\u05d9\u05d9\u05ea\u05db\u05df \u05e9\u05d0\u05e0\u05e9\u05d9\u05dd \u05de\u05e2\u05d8\u05d9\u05dd \u05d9\u05d4\u05d9\u05d5 \u05de\u05e2\u05d5\u05e0\u05d9\u05d9\u05e0\u05d9\u05dd \u05dc\u05d4\u05e6\u05d8\u05e8\u05e3 \u05dc\u05e6\u05d5\u05d5\u05ea \u05d0\u05dd \u05e0\u05e8\u05d0\u05d4 \u05e9\u05d4\u05d5\u05d0 \u05de\u05d2\u05d1\u05d9\u05dc \u05de\u05d3\u05d9.", + "Hide": "\u05d4\u05e1\u05ea\u05e8", + "Hide Deprecated Settings": "\u05d4\u05e1\u05ea\u05e8 \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05de\u05d9\u05d5\u05e9\u05e0\u05d5\u05ea", + "Hide Discussion": "\u05d4\u05e1\u05ea\u05e8 \u05d3\u05d9\u05d5\u05df", + "Hide content after due date": "\u05d4\u05e1\u05ea\u05e8 \u05ea\u05d5\u05db\u05df \u05dc\u05d0\u05d7\u05e8 \u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d9\u05e2\u05d3", + "Hide entire subsection": "\u05d4\u05e1\u05ea\u05e8 \u05d0\u05ea \u05ea\u05ea \u05d4\u05e4\u05e8\u05e7 \u05db\u05d5\u05dc\u05d5", + "Hide from learners": "\u05d4\u05e1\u05ea\u05e8 \u05de\u05d4\u05dc\u05d5\u05de\u05d3\u05d9\u05dd", + "Hide notes": "\u05d4\u05e1\u05ea\u05e8 \u05e8\u05e9\u05d5\u05de\u05d5\u05ea", + "Highlighted text": "\u05d8\u05e7\u05e1\u05d8 \u05de\u05d5\u05d3\u05d2\u05e9", + "Horizontal Rule (Ctrl+R)": "\u05e7\u05d5 \u05d0\u05d5\u05e4\u05e7\u05d9 (Ctrl+R)", + "How to create useful text alternatives.": "\u05db\u05d9\u05e6\u05d3 \u05dc\u05d9\u05e6\u05d5\u05e8 \u05d7\u05dc\u05d5\u05e4\u05d5\u05ea \u05d8\u05e7\u05e1\u05d8 \u05de\u05d5\u05e2\u05d9\u05dc\u05d5\u05ea.", + "How to use %(platform_name)s discussions": "\u05db\u05d9\u05e6\u05d3 \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d3\u05d9\u05d5\u05e0\u05d9 %(platform_name)s", + "Hyperlink (Ctrl+L)": "\u05d4\u05d9\u05e4\u05e8 \u05e7\u05d9\u05e9\u05d5\u05e8 (Ctrl+L)", + "I am ready to start this timed exam,": "\u05d0\u05e0\u05d9 \u05e8\u05d5\u05e6\u05d4 \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05d4\u05de\u05ea\u05d5\u05d6\u05de\u05df,", + "ID": "\u05de\u05e1\u05e4\u05e8 \u05de\u05d6\u05d4\u05d4", + "ID-Verification is not required for this Professional Education course.": "\u05dc\u05d0 \u05e0\u05d3\u05e8\u05e9 \u05d0\u05d9\u05de\u05d5\u05ea \u05e2\u05dd \u05ea\u05e2\u05d5\u05d3\u05d4 \u05de\u05d6\u05d4\u05d4 \u05e2\u05d1\u05d5\u05e8 \u05e7\u05d5\u05e8\u05e1 \u05d7\u05d9\u05e0\u05d5\u05da \u05de\u05e7\u05e6\u05d5\u05e2\u05d9 \u05d6\u05d4.", + "Identity Verification In Progress": "\u05d0\u05d9\u05de\u05d5\u05ea \u05d6\u05d4\u05d5\u05ea \u05d1\u05ea\u05d4\u05dc\u05d9\u05da", + "If the unit was previously published and released to learners, any changes you made to the unit when it was hidden will now be visible to learners.": "\u05d0\u05dd \u05d4\u05d9\u05d7\u05d9\u05d3\u05d4 \u05e4\u05d5\u05e8\u05e1\u05de\u05d4 \u05d1\u05e2\u05d1\u05e8 \u05d5\u05e9\u05d5\u05d7\u05e8\u05e8\u05d4 \u05dc\u05dc\u05d5\u05de\u05d3\u05d9\u05dd, \u05db\u05dc \u05d4\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd, \u05e9\u05d1\u05d9\u05e6\u05e2\u05ea \u05d1\u05d6\u05de\u05df \u05e9\u05d4\u05d9\u05d9\u05ea\u05d4 \u05de\u05d5\u05e1\u05ea\u05e8\u05ea, \u05d9\u05d4\u05d9\u05d5 \u05d2\u05dc\u05d5\u05d9\u05d9\u05dd \u05db\u05e2\u05ea \u05dc\u05dc\u05d5\u05de\u05d3\u05d9\u05dd.", + "If you do not yet have an account, use the button below to register.": "\u05d0\u05dd \u05d0\u05d9\u05df \u05dc\u05da \u05d7\u05e9\u05d1\u05d5\u05df \u05e2\u05d3\u05d9\u05d9\u05df \u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05dc\u05d7\u05e6\u05df \u05dc\u05de\u05d8\u05d4 \u05db\u05d3\u05d9 \u05dc\u05d4\u05d9\u05e8\u05e9\u05dd.", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "\u05d0\u05dd \u05d0\u05d9\u05e0\u05da \u05e8\u05d5\u05e6\u05d4 \u05dc\u05d0\u05de\u05ea \u05d0\u05ea \u05d6\u05d4\u05d5\u05ea\u05da \u05db\u05e2\u05ea, \u05d9\u05e9 \u05d1\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea\u05da \u05e2\u05d3\u05d9\u05d9\u05df \u05dc\u05d1\u05d7\u05d5\u05df \u05de\u05dc\u05d5\u05d7 \u05d4\u05d1\u05e7\u05e8\u05d4 \u05d0\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1 \u05e9\u05dc\u05da. \u05ea\u05e7\u05d1\u05dc \u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea \u05ea\u05e7\u05d5\u05e4\u05ea\u05d9\u05d5\u05ea \u05de%(platformName)s \u05e9\u05d1\u05d4\u05df \u05ea\u05ea\u05d1\u05e7\u05e9 \u05dc\u05d0\u05de\u05ea \u05d0\u05ea \u05d6\u05d4\u05d5\u05ea\u05da.", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from {platformName} to verify your identity.": "\u05d0\u05dd \u05d0\u05d9\u05e0\u05da \u05de\u05d0\u05de\u05ea \u05d0\u05ea \u05d6\u05d4\u05d5\u05ea\u05da \u05db\u05e2\u05ea, \u05ea\u05d5\u05db\u05dc \u05e2\u05d3\u05d9\u05d9\u05df \u05dc\u05e2\u05d9\u05d9\u05df \u05d1\u05e7\u05d5\u05e8\u05e1 \u05de\u05dc\u05d5\u05d7 \u05d4\u05d1\u05e7\u05e8\u05d4 \u05e9\u05dc\u05da. \u05d0\u05ea\u05d4 \u05ea\u05e7\u05d1\u05dc \u05ea\u05d6\u05db\u05d5\u05e8\u05d5\u05ea \u05ea\u05e7\u05d5\u05e4\u05ea\u05d9\u05d5\u05ea \u05de{platformName} \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d0\u05de\u05ea \u05d0\u05ea \u05d6\u05d4\u05d5\u05ea\u05da.", + "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "\u05d0\u05dd \u05ea\u05e2\u05d6\u05d5\u05d1 \u05e2\u05de\u05d5\u05d3 \u05d6\u05d4 \u05dc\u05dc\u05d0 \u05e9\u05de\u05d9\u05e8\u05ea \u05d0\u05d5 \u05e9\u05dc\u05d9\u05d7\u05ea \u05ea\u05e9\u05d5\u05d1\u05ea\u05da, \u05ea\u05d0\u05d1\u05d3 \u05db\u05dc \u05e2\u05d1\u05d5\u05d3\u05d4 \u05e9\u05d1\u05d9\u05e6\u05e2\u05ea \u05d1\u05ea\u05e9\u05d5\u05d1\u05d4.", + "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "\u05d0\u05dd \u05ea\u05e2\u05d6\u05d5\u05d1 \u05e2\u05de\u05d5\u05d3 \u05d6\u05d4 \u05dc\u05dc\u05d0 \u05e9\u05dc\u05d9\u05d7\u05ea \u05d4\u05e2\u05e8\u05db\u05ea \u05e2\u05de\u05d9\u05ea\u05d9\u05da, \u05ea\u05d0\u05d1\u05d3 \u05db\u05dc \u05e2\u05d1\u05d5\u05d3\u05d4 \u05e9\u05d1\u05d9\u05e6\u05e2\u05ea.", + "If you leave this page without submitting your self assessment, you will lose any work you have done.": "\u05d0\u05dd \u05ea\u05e2\u05d6\u05d5\u05d1 \u05e2\u05de\u05d5\u05d3 \u05d6\u05d4 \u05dc\u05dc\u05d0 \u05e9\u05dc\u05d9\u05d7\u05ea \u05d4\u05d4\u05e2\u05e8\u05db\u05d4 \u05d4\u05e2\u05e6\u05de\u05d9\u05ea \u05e9\u05dc\u05da, \u05ea\u05d0\u05d1\u05d3 \u05db\u05dc \u05e2\u05d1\u05d5\u05d3\u05d4 \u05e9\u05d1\u05d9\u05e6\u05e2\u05ea.", + "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "\u05d0\u05dd \u05ea\u05e2\u05d6\u05d5\u05d1 \u05e2\u05de\u05d5\u05d3 \u05d6\u05d4 \u05dc\u05dc\u05d0 \u05e9\u05dc\u05d9\u05d7\u05ea \u05d4\u05e2\u05e8\u05db\u05ea \u05d4\u05e6\u05d5\u05d5\u05ea \u05e9\u05dc\u05da, \u05ea\u05d0\u05d1\u05d3 \u05db\u05dc \u05e2\u05d1\u05d5\u05d3\u05d4 \u05e9\u05d1\u05d9\u05e6\u05e2\u05ea.", + "If you leave, you can no longer post in this team's discussions. Your place will be available to another learner.": "\u05d0\u05dd \u05ea\u05e2\u05d6\u05d5\u05d1, \u05dc\u05d0 \u05ea\u05d5\u05db\u05dc \u05dc\u05e4\u05e8\u05e1\u05dd \u05d9\u05d5\u05ea\u05e8 \u05d1\u05d3\u05d9\u05d5\u05e0\u05d9 \u05d4\u05e6\u05d5\u05d5\u05ea. \u05de\u05e7\u05d5\u05de\u05da \u05d9\u05ea\u05e4\u05e0\u05d4 \u05e2\u05d1\u05d5\u05e8 \u05ea\u05dc\u05de\u05d9\u05d3 \u05d0\u05d7\u05e8.", + "If you make significant changes, make sure you notify members of the team before making these changes.": "\u05d0\u05dd \u05d0\u05ea\u05d4 \u05de\u05d1\u05e6\u05e2 \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05de\u05e9\u05de\u05e2\u05d5\u05ea\u05d9\u05d9\u05dd, \u05d5\u05d3\u05d0 \u05e9\u05d0\u05ea\u05d4 \u05de\u05d5\u05d3\u05d9\u05e2 \u05dc\u05d7\u05d1\u05e8\u05d9 \u05d4\u05e6\u05d5\u05d5\u05ea \u05dc\u05e4\u05e0\u05d9 \u05d1\u05d9\u05e6\u05d5\u05e2 \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05d0\u05dc\u05d4.", + "If you make this %(xblockType)s visible to learners, learners will be able to see its content after the release date has passed and you have published the unit. Only units that are explicitly hidden from learners will remain hidden after you clear this option for the %(xblockType)s.": "\u05d0\u05dd \u05ea\u05d4\u05e4\u05d5\u05da \u05d0\u05ea %(xblockType)s \u05dc\u05d2\u05dc\u05d5\u05d9 \u05dc\u05dc\u05d5\u05de\u05d3\u05d9\u05dd, \u05d9\u05d5\u05db\u05dc\u05d5 \u05d4\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05dc\u05e8\u05d0\u05d5\u05ea \u05d0\u05ea \u05ea\u05d5\u05db\u05e0\u05d5 \u05dc\u05d0\u05d7\u05e8 \u05e9\u05d7\u05dc\u05e3 \u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d4\u05e4\u05e6\u05d4 \u05d5\u05e4\u05e8\u05e1\u05d5\u05dd \u05d4\u05d9\u05d7\u05d9\u05d3\u05d4. \u05e8\u05e7 \u05d9\u05d7\u05d9\u05d3\u05d5\u05ea \u05d4\u05e0\u05e1\u05ea\u05e8\u05d5\u05ea \u05d1\u05d0\u05d5\u05e4\u05df \u05de\u05e4\u05d5\u05e8\u05e9 \u05de\u05e4\u05e0\u05d9 \u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05d9\u05e9\u05d0\u05e8\u05d5 \u05e0\u05e1\u05ea\u05e8\u05d5\u05ea \u05dc\u05d0\u05d7\u05e8 \u05e9\u05ea\u05d5\u05e8\u05d9\u05d3 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05d6\u05d5 \u05de\u05d4-%(xblockType)s.", + "Image": "\u05ea\u05de\u05d5\u05e0\u05d4", + "Image (Ctrl+G)": "\u05ea\u05de\u05d5\u05e0\u05d4 (Ctrl+G)", + "Image Description": "\u05ea\u05d9\u05d0\u05d5\u05e8 \u05d4\u05ea\u05de\u05d5\u05e0\u05d4", + "Image Upload Error": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d4\u05e2\u05dc\u05d0\u05ea \u05ea\u05de\u05d5\u05e0\u05d4", + "Image must be in PNG format": "\u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05d7\u05d9\u05d9\u05d1\u05ea \u05dc\u05d4\u05d9\u05d5\u05ea \u05d1\u05ea\u05d1\u05e0\u05d9\u05ea PNG", + "Image must be in PNG format.": "\u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05d7\u05d9\u05d9\u05d1\u05ea \u05dc\u05d4\u05d9\u05d5\u05ea \u05d1\u05ea\u05d1\u05e0\u05d9\u05ea PNG.", + "Import YouTube Transcript": "\u05d9\u05d9\u05d1\u05d0 \u05ea\u05de\u05dc\u05d9\u05dc \u05d9\u05d5\u05d8\u05d9\u05d5\u05d1", + "In Progress": "\u05d1\u05d1\u05d9\u05e6\u05d5\u05e2", + "Individual Exceptions": "\u05d7\u05e8\u05d9\u05d2\u05d5\u05ea \u05d0\u05d9\u05e0\u05d3\u05d9\u05d1\u05d9\u05d3\u05d5\u05d0\u05dc\u05d9\u05d5\u05ea", + "Insert Hyperlink": "\u05d4\u05db\u05e0\u05e1 \u05d4\u05d9\u05e4\u05e8 \u05e7\u05d9\u05e9\u05d5\u05e8", + "Insert Image (upload file or type URL)": "\u05d4\u05db\u05e0\u05e1 \u05ea\u05de\u05d5\u05e0\u05d4 (\u05d4\u05e2\u05dc\u05d4 \u05e7\u05d5\u05d1\u05e5 \u05d0\u05d5 \u05d4\u05e7\u05dc\u05d3 \u05db\u05ea\u05d5\u05d1\u05ea \u05d0\u05ea\u05e8)", + "Instructor Biography": "\u05d1\u05d9\u05d5\u05d2\u05e8\u05e4\u05d9\u05d9\u05ea \u05d4\u05de\u05d3\u05e8\u05d9\u05da", + "Instructor Name": "\u05e9\u05dd \u05d4\u05de\u05d3\u05e8\u05d9\u05da", + "Instructor Photo": "\u05ea\u05de\u05d5\u05e0\u05ea \u05d4\u05de\u05d3\u05e8\u05d9\u05da", + "Instructor Photo URL": "\u05db\u05ea\u05d5\u05d1\u05ea URL \u05e9\u05dc \u05ea\u05de\u05d5\u05e0\u05ea \u05d4\u05de\u05d3\u05e8\u05d9\u05da", + "Instructor Title": "\u05ea\u05d5\u05d0\u05e8 \u05d4\u05de\u05d3\u05e8\u05d9\u05da", + "Instructor tools": "\u05db\u05dc\u05d9 \u05d4\u05de\u05d3\u05e8\u05d9\u05da", + "Internal Server Error.": "\u05e9\u05d2\u05d9\u05d0\u05ea \u05e9\u05e8\u05ea \u05e4\u05e0\u05d9\u05de\u05d9\u05ea.", + "Introduction to Cookie Baking": "\u05de\u05d1\u05d5\u05d0 \u05dc\u05d0\u05e4\u05d9\u05d9\u05ea \u05e2\u05d5\u05d2\u05d9\u05d5\u05ea", + "Invalidate Certificate": "\u05e4\u05e1\u05d9\u05dc\u05ea \u05ea\u05e2\u05d5\u05d3\u05d4", + "Invalidated": "\u05e0\u05e4\u05e1\u05dc\u05d4", + "Invalidated By": "\u05e0\u05e4\u05e1\u05dc\u05d4 \u05e2\u05dc \u05d9\u05d3\u05d9", + "Is Sample Attempt": "\u05d4\u05d5\u05d0 \u05d3\u05d5\u05d2\u05de\u05ea \u05e0\u05d9\u05e1\u05d9\u05d5\u05df", + "Is Visible To:": "\u05d2\u05dc\u05d5\u05d9 \u05e2\u05d1\u05d5\u05e8:", + "Is this OK?": "\u05d4\u05d0\u05dd \u05d6\u05d4 \u05d1\u05e1\u05d3\u05e8?", + "Is your name on your ID readable?": "\u05d4\u05d0\u05dd \u05d4\u05e9\u05dd \u05e2\u05dc \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05de\u05d6\u05d4\u05d4 \u05e9\u05dc\u05da \u05e7\u05e8\u05d9\u05d0?", + "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "\u05de\u05d5\u05de\u05dc\u05e5 \u05d1\u05d7\u05d5\u05dd \u05e9\u05ea\u05db\u05dc\u05d5\u05dc \u05d0\u05e8\u05d1\u05e2 \u05d7\u05ea\u05d9\u05de\u05d5\u05ea \u05d0\u05d5 \u05e4\u05d7\u05d5\u05ea. \u05d0\u05dd \u05ea\u05db\u05dc\u05d5\u05dc \u05d7\u05ea\u05d9\u05de\u05d5\u05ea \u05e0\u05d5\u05e1\u05e4\u05d5\u05ea, \u05d4\u05e6\u05d2 \u05d1\u05ea\u05e6\u05d5\u05d2\u05d4 \u05de\u05d5\u05e7\u05d3\u05de\u05ea \u05d0\u05ea \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d1\u05de\u05e6\u05d1 '\u05ea\u05e6\u05d5\u05d2\u05ea \u05d4\u05d3\u05e4\u05e1\u05d4' \u05db\u05d3\u05d9 \u05dc\u05d4\u05d1\u05d8\u05d9\u05d7 \u05e9\u05d4\u05ea\u05e2\u05d5\u05d3\u05d4 \u05ea\u05d5\u05d3\u05e4\u05e1 \u05db\u05d4\u05dc\u05db\u05d4 \u05e2\u05dc \u05d3\u05e3 \u05d0\u05d7\u05d3.", + "Italic (Ctrl+I)": "\u05e0\u05d8\u05d5\u05d9 (Ctrl+I)", + "January": "\u05d9\u05e0\u05d5\u05d0\u05e8", + "Join Team": "\u05d4\u05e6\u05d8\u05e8\u05e3 \u05dc\u05e6\u05d5\u05d5\u05ea", + "Joined %(date)s": "\u05d4\u05e6\u05d8\u05e8\u05e3 \u05d1\u05ea\u05d0\u05e8\u05d9\u05da %(date)s", + "July": "\u05d9\u05d5\u05dc\u05d9", + "June": "\u05d9\u05d5\u05e0\u05d9", + "KB": "KB", + "Key should only contain letters, numbers, _, or -": "\u05de\u05e4\u05ea\u05d7 \u05e6\u05e8\u05d9\u05da \u05dc\u05d4\u05db\u05d9\u05dc \u05e8\u05e7 \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea, \u05de\u05e1\u05e4\u05e8\u05d9\u05dd, _, \u05d0\u05d5 -", + "LEARN MORE": "\u05dc\u05de\u05d9\u05d3\u05e2 \u05e0\u05d5\u05e1\u05e3", + "Language": "\u05e9\u05e4\u05d4", + "Large": "\u05d2\u05d3\u05d5\u05dc", + "Last Activity %(date)s": "\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d0\u05d7\u05e8\u05d5\u05e0\u05d4 \u05d1\u05ea\u05d0\u05e8\u05d9\u05da %(date)s", + "Last Edited:": "\u05e0\u05e2\u05e8\u05da \u05dc\u05d0\u05d7\u05e8\u05d5\u05e0\u05d4:", + "Last Updated": "\u05e2\u05d3\u05db\u05d5\u05df \u05d0\u05d7\u05e8\u05d5\u05df", + "Last activity %(date)s": "\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d0\u05d7\u05e8\u05d5\u05e0\u05d4 \u05d1\u05ea\u05d0\u05e8\u05d9\u05da %(date)s", + "Last modified by": "\u05e9\u05d5\u05e0\u05d4 \u05dc\u05d0\u05d7\u05e8\u05d5\u05e0\u05d4 \u05d1\u05d9\u05d3\u05d9", + "Last published %(last_published_date)s by %(publish_username)s": "\u05e4\u05d5\u05e8\u05e1\u05dd \u05dc\u05d0\u05d7\u05e8\u05d5\u05e0\u05d4 %(last_published_date)s \u05e2\u05dc \u05d9\u05d3\u05d9 %(publish_username)s", + "Learn more about {license_name}": "\u05dc\u05de\u05d3 \u05e2\u05d5\u05d3 \u05d0\u05d5\u05d3\u05d5\u05ea {license_name}", + "Learners are added to this cohort automatically.": "\u05d4\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05d9\u05ea\u05d5\u05d5\u05e1\u05e4\u05d5 \u05dc\u05e7\u05d1\u05d5\u05e6\u05ea \u05dc\u05d9\u05de\u05d5\u05d3 \u05d6\u05d5 \u05d1\u05d0\u05d5\u05e4\u05df \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9.", + "Learners are added to this cohort only when you provide their email addresses or usernames on this page.": "\u05d4\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05d9\u05ea\u05d5\u05d5\u05e1\u05e4\u05d5 \u05dc\u05e7\u05d1\u05d5\u05e6\u05ea \u05dc\u05d9\u05de\u05d5\u05d3 \u05d6\u05d5 \u05e8\u05e7 \u05db\u05d0\u05e9\u05e8 \u05ea\u05e1\u05e4\u05e7 \u05d0\u05ea \u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05d0\u05d5 \u05e9\u05de\u05d5\u05ea \u05d4\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05e2\u05de\u05d5\u05d3 \u05d6\u05d4.", + "Learners do not see the subsection in the course outline. The subsection is not included in grade calculations.": "\u05d4\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05d0\u05d9\u05e0\u05dd \u05e8\u05d5\u05d0\u05d9\u05dd \u05d0\u05ea \u05ea\u05ea-\u05d4\u05e4\u05e8\u05e7 \u05d1\u05de\u05ea\u05d5\u05d5\u05d4 \u05d4\u05e7\u05d5\u05e8\u05e1. \u05ea\u05ea-\u05d4\u05e4\u05e8\u05e7 \u05d0\u05d9\u05e0\u05d5 \u05db\u05dc\u05d5\u05dc \u05d1\u05d7\u05d9\u05e9\u05d5\u05d1\u05d9 \u05d4\u05e6\u05d9\u05d5\u05df.", + "Learners see the published subsection and can access its content.": "\u05d4\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05e8\u05d5\u05d0\u05d9\u05dd \u05d0\u05ea \u05ea\u05ea \u05d4\u05e4\u05e8\u05e7 \u05e9\u05e4\u05d5\u05e8\u05e1\u05dd \u05d5\u05d9\u05db\u05d5\u05dc\u05d9\u05dd \u05dc\u05d2\u05e9\u05ea \u05dc\u05ea\u05d5\u05db\u05e0\u05d5.", + "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "\u05ea\u05dc\u05de\u05d9\u05d3\u05d9\u05dd \u05d4\u05d3\u05d5\u05e8\u05e9\u05d9\u05dd \u05d0\u05d9\u05de\u05d5\u05ea \u05d7\u05d9\u05d9\u05d1\u05d9\u05dd \u05dc\u05e2\u05d1\u05d5\u05e8 \u05d0\u05ea \u05e0\u05e7\u05d5\u05d3\u05ea \u05d4\u05d1\u05d9\u05e7\u05d5\u05e8\u05ea \u05e9\u05e0\u05d1\u05d7\u05e8\u05d4 \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e8\u05d0\u05d5\u05ea \u05d0\u05ea \u05d4\u05ea\u05d5\u05db\u05df \u05d1\u05d9\u05d7\u05d9\u05d3\u05d4 \u05d6\u05d5. \u05ea\u05dc\u05de\u05d9\u05d3\u05d9\u05dd \u05e9\u05d0\u05d9\u05e0\u05dd \u05d3\u05d5\u05e8\u05e9\u05d9\u05dd \u05d0\u05d9\u05de\u05d5\u05ea, \u05e8\u05d5\u05d0\u05d9\u05dd \u05d0\u05ea \u05ea\u05d5\u05db\u05df \u05d6\u05d4 \u05db\u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc.", + "Learning Outcome": "\u05ea\u05d5\u05e6\u05d0\u05ea \u05dc\u05de\u05d9\u05d3\u05d4", + "Leave Team": "\u05e2\u05d6\u05d5\u05d1 \u05e6\u05d5\u05d5\u05ea", + "Leave this team?": "\u05dc\u05e2\u05d6\u05d5\u05d1 \u05e6\u05d5\u05d5\u05ea \u05d6\u05d4?", + "Legal name": "\u05e9\u05dd \u05d7\u05d5\u05e7\u05d9", + "Less": "\u05e4\u05d7\u05d5\u05ea", + "Library User": "\u05de\u05e9\u05ea\u05de\u05e9 \u05e1\u05e4\u05e8\u05d9\u05d4", + "License Display": "\u05ea\u05e6\u05d5\u05d2\u05ea \u05e8\u05d9\u05e9\u05d9\u05d5\u05df", + "License Type": "\u05e1\u05d5\u05d2 \u05e8\u05d9\u05e9\u05d9\u05d5\u05df", + "Limit Access": "\u05d2\u05d9\u05e9\u05d4 \u05de\u05d5\u05d2\u05d1\u05dc\u05ea", + "Link Description": "\u05ea\u05d9\u05d0\u05d5\u05e8 \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8", + "Link Your Account": "\u05e7\u05e9\u05e8 \u05d0\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05da", + "Link your {accountName} account": "\u05e7\u05e9\u05e8 \u05d0\u05ea \u05d7\u05e9\u05d1\u05d5\u05df {accountName} \u05e9\u05dc\u05da", + "Link your {accountName} account to your {platformName} account and use {accountName} to sign in to {platformName}.": "\u05e7\u05e9\u05e8 \u05d0\u05ea \u05d7\u05e9\u05d1\u05d5\u05df {accountName} \u05e9\u05dc\u05da \u05dc\u05d7\u05e9\u05d1\u05d5\u05df {platformName} \u05d5\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1{accountName} \u05db\u05d3\u05d9 \u05dc\u05d4\u05ea\u05d7\u05d1\u05e8 \u05dc{platformName}.", + "Linked Accounts": "\u05d7\u05e9\u05d1\u05d5\u05e0\u05d5\u05ea \u05de\u05e7\u05d5\u05e9\u05e8\u05d9\u05dd", + "Linking": "\u05de\u05e7\u05e9\u05e8", + "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "\u05e7\u05d9\u05e9\u05d5\u05e8\u05d9\u05dd \u05e0\u05d5\u05e6\u05e8\u05d9\u05dd \u05dc\u05e4\u05d9 \u05d3\u05e8\u05d9\u05e9\u05d4 \u05d5\u05ea\u05d5\u05e7\u05e4\u05dd \u05e4\u05d2 \u05dc\u05d0\u05d7\u05e8 5 \u05d3\u05e7\u05d5\u05ea \u05d1\u05d2\u05dc\u05dc \u05e8\u05d2\u05d9\u05e9\u05d5\u05ea \u05de\u05d9\u05d3\u05e2 \u05e2\u05dc \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8.", + "List item": "\u05e4\u05e8\u05d9\u05d8 \u05e8\u05e9\u05d9\u05de\u05d4", + "List of Open Assessments is unavailable": "\u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d4\u05e2\u05e8\u05db\u05d5\u05ea \u05d4\u05e4\u05ea\u05d5\u05d7\u05d5\u05ea \u05d0\u05d9\u05e0\u05d4 \u05d6\u05de\u05d9\u05e0\u05d4", + "List of uploaded files and assets in this course": "\u05e8\u05e9\u05d9\u05de\u05ea \u05e7\u05d1\u05e6\u05d9\u05dd \u05d5\u05e0\u05db\u05e1\u05d9\u05dd \u05e9\u05d4\u05d5\u05e2\u05dc\u05d5 \u05dc\u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4", + "Live view of webcam": "\u05ea\u05e6\u05d5\u05d2\u05d4 \u05d1\u05d6\u05de\u05df \u05d0\u05de\u05ea \u05e9\u05dc \u05de\u05e6\u05dc\u05de\u05ea \u05d4\u05e8\u05e9\u05ea", + "Load Another File": "\u05d8\u05e2\u05df \u05e7\u05d5\u05d1\u05e5 \u05d0\u05d7\u05e8", + "Load all responses": "\u05d8\u05e2\u05df \u05d0\u05ea \u05db\u05dc \u05d4\u05ea\u05d2\u05d5\u05d1\u05d5\u05ea", + "Load more": "\u05d8\u05e2\u05df \u05e2\u05d5\u05d3", + "Load next {numResponses} responses": "\u05d8\u05e2\u05df \u05d0\u05ea {numResponses} \u05d4\u05ea\u05d2\u05d5\u05d1\u05d5\u05ea \u05d4\u05d1\u05d0\u05d5\u05ea", + "Loading": "\u05d8\u05d5\u05e2\u05df", + "Loading content": "\u05d8\u05d5\u05e2\u05df \u05ea\u05d5\u05db\u05df", + "Loading data...": "\u05d8\u05d5\u05e2\u05df \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd...", + "Loading more threads": "\u05d8\u05d5\u05e2\u05df \u05e2\u05d5\u05d3 \u05e9\u05e8\u05e9\u05d5\u05e8\u05d9\u05dd", + "Loading posts list": "\u05d8\u05d5\u05e2\u05df \u05e8\u05e9\u05d9\u05de\u05ea \u05e4\u05d5\u05e1\u05d8\u05d9\u05dd", + "Loading your courses": "\u05d8\u05d5\u05e2\u05df \u05d0\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1\u05d9\u05dd \u05e9\u05dc\u05da", + "Location in Course": "\u05de\u05d9\u05e7\u05d5\u05dd \u05d1\u05e7\u05d5\u05e8\u05e1", + "Lock this asset": "\u05e0\u05e2\u05dc \u05e0\u05db\u05e1 \u05d6\u05d4", + "Lock/unlock file": "\u05e0\u05e2\u05dc/\u05e9\u05d7\u05e8\u05e8 \u05e0\u05e2\u05d9\u05dc\u05ea \u05e7\u05d5\u05d1\u05e5", + "MB": "MB", + "Make sure that the full name on your account matches the name on your ID.": "\u05d5\u05d3\u05d0 \u05db\u05d9 \u05d4\u05e9\u05dd \u05d4\u05de\u05dc\u05d0 \u05d1\u05e9\u05dd \u05d7\u05e9\u05d1\u05d5\u05e0\u05da \u05ea\u05d5\u05d0\u05dd \u05d0\u05ea \u05d4\u05e9\u05dd \u05d1\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05de\u05d6\u05d4\u05d4 \u05e9\u05dc\u05da. ", + "Make sure we can verify your identity with the photos and information you have provided.": "\u05d5\u05d3\u05d0 \u05e9\u05e0\u05d5\u05db\u05dc \u05dc\u05d0\u05de\u05ea \u05d0\u05ea \u05d6\u05d4\u05d5\u05ea\u05da \u05e2\u05dd \u05d4\u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05d5\u05d4\u05de\u05d9\u05d3\u05e2 \u05e9\u05e1\u05d9\u05e4\u05e7\u05ea \u05dc\u05e0\u05d5.", + "Make sure your ID is well-lit": "\u05d5\u05d3\u05d0 \u05db\u05d9 \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05de\u05d6\u05d4\u05d4 \u05e9\u05dc\u05da \u05de\u05d5\u05d0\u05e8\u05ea \u05db\u05e8\u05d0\u05d5\u05d9", + "Make sure your face is well-lit": "\u05d0\u05e0\u05d0 \u05d5\u05d3\u05d0 \u05db\u05d9 \u05e4\u05e0\u05d9\u05da \u05de\u05d5\u05d0\u05e8\u05d9\u05dd \u05d4\u05d9\u05d8\u05d1.", + "Make this subsection available as a prerequisite to other content": "\u05d4\u05e4\u05d5\u05da \u05d0\u05ea \u05ea\u05ea \u05e4\u05e8\u05e7 \u05d6\u05d4 \u05dc\u05d6\u05de\u05d9\u05df \u05db\u05d3\u05e8\u05d9\u05e9\u05d4 \u05de\u05d5\u05e7\u05d3\u05de\u05ea \u05dc\u05ea\u05d5\u05db\u05df \u05d0\u05d7\u05e8", + "Manual": "\u05d9\u05d3\u05e0\u05d9", + "March": "\u05de\u05e8\u05e5", + "Mark Exam As Completed": "\u05e1\u05de\u05df \u05de\u05d1\u05d7\u05df \u05db\u05d4\u05d5\u05e9\u05dc\u05dd", + "Mark as Answer": "\u05e1\u05de\u05df \u05db\u05ea\u05e9\u05d5\u05d1\u05d4", + "Mark enrollment code as unused": "\u05e1\u05de\u05df \u05d0\u05ea \u05e7\u05d5\u05d3 \u05d4\u05d4\u05e8\u05e9\u05de\u05d4 \u05db'\u05d0\u05d9\u05e0\u05d5 \u05d1\u05e9\u05d9\u05de\u05d5\u05e9'", + "Markdown Editing Help": "\u05e2\u05d6\u05e8\u05d4 \u05d1\u05e2\u05e8\u05d9\u05db\u05ea \u05e1\u05d9\u05de\u05d5\u05df", + "Max file size exceeded": "\u05d4\u05d2\u05d5\u05d3\u05dc \u05d4\u05de\u05e7\u05e1\u05d9\u05de\u05dc\u05d9 \u05e9\u05dc \u05d4\u05e7\u05d5\u05d1\u05e5 \u05d7\u05e8\u05d2 \u05d9\u05ea\u05e8 \u05e2\u05dc \u05d4\u05de\u05d9\u05d3\u05d4", + "May": "\u05de\u05d0\u05d9", + "Membership": "\u05d7\u05d1\u05e8\u05d5\u05ea", + "Message:": "\u05d4\u05d5\u05d3\u05e2\u05d4:", + "Midnight": "\u05d7\u05e6\u05d5\u05ea", + "Minimum Score:": "\u05e6\u05d9\u05d5\u05df \u05de\u05d9\u05e0\u05d9\u05de\u05dc\u05d9:", + "Module state successfully deleted.": "\u05de\u05e6\u05d1 \u05de\u05d5\u05d3\u05d5\u05dc \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", + "More": "\u05e2\u05d5\u05d3", + "Must be a Staff User to Perform this request.": "\u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05e9\u05ea\u05de\u05e9 \u05e6\u05d5\u05d5\u05ea \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d1\u05e6\u05e2 \u05d1\u05e7\u05e9\u05d4 \u05d6\u05d5.", + "Must complete verification checkpoint": "\u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05e0\u05e7\u05d5\u05d3\u05ea \u05d1\u05d9\u05e7\u05d5\u05e8\u05ea \u05dc\u05d0\u05d9\u05de\u05d5\u05ea", + "My Orders": "\u05d4\u05d4\u05d6\u05de\u05e0\u05d5\u05ea \u05e9\u05dc\u05d9", + "My Team": "\u05d4\u05e6\u05d5\u05d5\u05ea \u05e9\u05dc\u05d9", + "N/A": "\u05dc\u05d0 \u05d6\u05de\u05d9\u05df", + "Name": "\u05e9\u05dd", + "Name ": "\u05e9\u05dd ", + "Name of the certificate": "\u05e9\u05dd \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4", + "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "\u05e9\u05de\u05d5\u05ea \u05d4\u05e7\u05d1\u05d5\u05e6\u05d5\u05ea \u05d0\u05dc\u05d9\u05d4\u05df \u05d9\u05d5\u05e7\u05e6\u05d5 \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd, \u05dc\u05d3\u05d5\u05d2\u05de\u05d4, \u05d1\u05e7\u05e8\u05d4, \u05d5\u05d9\u05d3\u05d0\u05d5, \u05d1\u05e2\u05d9\u05d5\u05ea. \u05d9\u05e9 \u05e6\u05d5\u05e8\u05da \u05d1\u05e9\u05ea\u05d9 \u05e7\u05d1\u05d5\u05e6\u05d5\u05ea \u05dc\u05e4\u05d7\u05d5\u05ea. ", + "Name of the signatory": "\u05e9\u05dd \u05d4\u05d7\u05d5\u05ea\u05b5\u05dd", + "Name or short description of the configuration": "\u05e9\u05dd \u05d0\u05d5 \u05ea\u05d9\u05d0\u05d5\u05e8 \u05e7\u05e6\u05e8 \u05e9\u05dc \u05d4\u05d2\u05d3\u05e8\u05d4", + "Never published": "\u05de\u05e2\u05d5\u05dc\u05dd \u05dc\u05d0 \u05e4\u05d5\u05e8\u05e1\u05dd", + "New %(item_type)s": " %(item_type)s \u05d7\u05d3\u05e9", + "New Address": "\u05db\u05ea\u05d5\u05d1\u05ea \u05d7\u05d3\u05e9\u05d4", + "New enrollment mode:": "\u05de\u05e6\u05d1 \u05d4\u05e8\u05e9\u05de\u05d4 \u05d7\u05d3\u05e9:", + "Next": "\u05d4\u05d1\u05d0", + "Next Step: Confirm your identity": "\u05d4\u05e9\u05dc\u05d1 \u05d4\u05d1\u05d0: \u05d0\u05de\u05ea \u05d0\u05ea \u05d6\u05d4\u05d5\u05ea\u05da", + "Next: %(nextStepTitle)s": "\u05d4\u05d1\u05d0: %(nextStepTitle)s", + "No Content Group": "\u05d0\u05d9\u05df \u05e7\u05d1\u05d5\u05e6\u05ea \u05ea\u05d5\u05db\u05df", + "No EdX Timed Transcript": "\u05d0\u05d9\u05df \u05ea\u05de\u05dc\u05d9\u05dc edX \u05de\u05ea\u05d5\u05d6\u05de\u05df ", + "No Flash Detected": "\u05dc\u05d0 \u05d0\u05d5\u05ea\u05e8 \u05d4\u05ea\u05e7\u05df \u05e4\u05dc\u05d0\u05e9", + "No Timed Transcript": "\u05d0\u05d9\u05df \u05ea\u05de\u05dc\u05d9\u05dc \u05de\u05ea\u05d5\u05d6\u05de\u05df", + "No Webcam Detected": "\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d4 \u05de\u05e6\u05dc\u05de\u05d4", + "No content-specific discussion topics exist.": "\u05dc\u05d0 \u05e7\u05d9\u05d9\u05de\u05d9\u05dd \u05e0\u05d5\u05e9\u05d0\u05d9 \u05d3\u05d9\u05d5\u05df \u05e1\u05e4\u05e6\u05d9\u05e4\u05d9\u05d9\u05dd \u05dc\u05e7\u05d1\u05d5\u05e6\u05ea \u05d4\u05dc\u05d9\u05de\u05d5\u05d3", + "No description available": "\u05d0\u05d9\u05df \u05ea\u05d9\u05d0\u05d5\u05e8 \u05d6\u05de\u05d9\u05df", + "No posts matched your query.": "\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5 \u05e4\u05d5\u05e1\u05d8\u05d9\u05dd \u05d4\u05ea\u05d5\u05d0\u05de\u05d9\u05dd \u05d0\u05ea \u05d4\u05e9\u05d0\u05d9\u05dc\u05ea\u05d0 \u05e9\u05dc\u05da.", + "No prerequisite": "\u05dc\u05dc\u05d0 \u05d3\u05e8\u05d9\u05e9\u05d4 \u05de\u05d5\u05e7\u05d3\u05de\u05ea", + "No receipt available": "\u05d0\u05d9\u05df \u05e7\u05d1\u05dc\u05d4 \u05d6\u05de\u05d9\u05e0\u05d4", + "No results": "\u05d0\u05d9\u05df \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea ", + "No results found for \"%(query_string)s\". Please try searching again.": "\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5 \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 \"%(query_string)s\". \u05d0\u05e0\u05d0 \u05e0\u05e1\u05d4 \u05dc\u05d7\u05e4\u05e9 \u05e9\u05d5\u05d1.", + "No results found for {original_query}. Showing results for {suggested_query}.": "\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5 \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 {original_query}. \u05de\u05e8\u05d0\u05d4 \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 {suggested_query}.", + "No tasks currently running.": "\u05d0\u05d9\u05df \u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05d1\u05d4\u05e8\u05e6\u05d4 \u05db\u05e8\u05d2\u05e2.", + "No validation is performed on policy keys or value pairs. If you are having difficulties, check your formatting.": "\u05dc\u05d0 \u05d1\u05d5\u05e6\u05e2 \u05d0\u05d9\u05de\u05d5\u05ea \u05d1\u05e0\u05d5\u05d2\u05e2 \u05dc\u05e7\u05d5\u05d5\u05d9 \u05de\u05d3\u05d9\u05e0\u05d9\u05d5\u05ea \u05d0\u05d5 \u05e6\u05de\u05d3\u05d9 \u05e2\u05e8\u05db\u05d9\u05dd. \u05d1\u05de\u05d9\u05d3\u05d4 \u05d5\u05d0\u05ea\u05d4 \u05e0\u05ea\u05e7\u05dc \u05d1\u05e7\u05e9\u05d9\u05d9\u05dd, \u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05e2\u05d9\u05e6\u05d5\u05d1\u05da.", + "None": "\u05dc\u05dc\u05d0", + "Noon": "12 \u05d1\u05e6\u05d4\u05e8\u05d9\u05d9\u05dd", + "Not Currently Available": "\u05dc\u05d0 \u05d6\u05de\u05d9\u05df \u05db\u05e8\u05d2\u05e2", + "Not Graded": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05e6\u05d9\u05d5\u05df", + "Not Selected": "\u05dc\u05d0 \u05e0\u05d1\u05d7\u05e8", + "Not Supported": "\u05dc\u05d0 \u05e0\u05ea\u05de\u05da", + "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d2\u05d3\u05d9\u05e8 \u05e6\u05d9\u05d5\u05df \u05e2\u05d5\u05d1\u05e8 \u05e4\u05d7\u05d5\u05ea \u05de-%(minimum_grade_cutoff)s%.", + "Not available": "\u05dc\u05d0 \u05d6\u05de\u05d9\u05df", + "Not divided": "\u05dc\u05d0 \u05de\u05d7\u05d5\u05dc\u05e7", + "Not in Use": "\u05dc\u05d0 \u05d1\u05e9\u05d9\u05de\u05d5\u05e9", + "Not selected": "\u05dc\u05d0 \u05e0\u05d1\u05d7\u05e8", + "Note": "\u05d4\u05e2\u05e8\u05d4", + "Note: Do not hide graded assignments after they have been released.": "\u05d4\u05e2\u05e8\u05d4: \u05d0\u05dc \u05ea\u05e1\u05ea\u05d9\u05e8 \u05d0\u05ea \u05d4\u05de\u05d8\u05dc\u05d5\u05ea \u05e9\u05e7\u05d9\u05d1\u05dc\u05d5 \u05e6\u05d9\u05d5\u05df \u05dc\u05d0\u05d7\u05e8 \u05d4\u05e4\u05e6\u05ea\u05df.", "Note: You are %s hour ahead of server time.": [ - "\u05d4\u05e2\u05e8\u05d4: \u05d0\u05ea/\u05d4 %s \u05e9\u05e2\u05d4 \u05dc\u05e4\u05e0\u05d9 \u05d6\u05de\u05df \u05d4\u05e9\u05e8\u05ea.", + "\u05d4\u05e2\u05e8\u05d4: \u05d0\u05ea/\u05d4 %s \u05e9\u05e2\u05d4 \u05dc\u05e4\u05e0\u05d9 \u05d6\u05de\u05df \u05d4\u05e9\u05e8\u05ea.", "\u05d4\u05e2\u05e8\u05d4: \u05d0\u05ea/\u05d4 %s \u05e9\u05e2\u05d5\u05ea \u05dc\u05e4\u05e0\u05d9 \u05d6\u05de\u05df \u05d4\u05e9\u05e8\u05ea." - ], + ], "Note: You are %s hour behind server time.": [ - "\u05d4\u05e2\u05e8\u05d4: \u05d0\u05ea/\u05d4 %s \u05e9\u05e2\u05d4 \u05d0\u05d7\u05e8\u05d9 \u05d6\u05de\u05df \u05d4\u05e9\u05e8\u05ea.", + "\u05d4\u05e2\u05e8\u05d4: \u05d0\u05ea/\u05d4 %s \u05e9\u05e2\u05d4 \u05d0\u05d7\u05e8\u05d9 \u05d6\u05de\u05df \u05d4\u05e9\u05e8\u05ea.", "\u05d4\u05e2\u05e8\u05d4: \u05d0\u05ea/\u05d4 %s \u05e9\u05e2\u05d5\u05ea \u05d0\u05d7\u05e8\u05d9 \u05d6\u05de\u05df \u05d4\u05e9\u05e8\u05ea." - ], - "Noted in:": "\u05e6\u05d5\u05d9\u05d9\u05df \u05d1:", - "Notes": "\u05e1\u05d9\u05db\u05d5\u05de\u05d9 \u05e9\u05d9\u05e2\u05d5\u05e8 ", - "Notes hidden": "\u05e8\u05e9\u05d5\u05de\u05d5\u05ea \u05de\u05d5\u05e1\u05ea\u05e8\u05d5\u05ea", - "Notes visible": "\u05e8\u05e9\u05d5\u05de\u05d5\u05ea \u05d2\u05dc\u05d5\u05d9\u05d5\u05ea", - "November": "\u05e0\u05d5\u05d1\u05de\u05d1\u05e8", - "Now": "\u05db\u05e2\u05ea", - "Number Sent": "\u05de\u05e1\u05e4\u05e8 \u05e9\u05e0\u05e9\u05dc\u05d7", - "Number of Droppable": "\u05de\u05e1\u05e4\u05e8 \u05e9\u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e9\u05de\u05d9\u05d8", - "Number of Students": "\u05de\u05e1\u05e4\u05e8 \u05dc\u05d5\u05de\u05d3\u05d9\u05dd", - "Numbered List (Ctrl+O)": "\u05e8\u05e9\u05d9\u05de\u05d4 \u05de\u05de\u05d5\u05e1\u05e4\u05e8\u05ea (Ctrl+O)", - "OK": "\u05d1\u05e1\u05d3\u05e8", - "ORDER NAME": "\u05e9\u05dd \u05d4\u05d6\u05de\u05e0\u05d4", - "ORDER NUMBER": "\u05de\u05e1\u05e4\u05e8 \u05d4\u05d6\u05de\u05e0\u05d4", - "ORDER PLACED": "\u05d4\u05d4\u05d6\u05de\u05e0\u05d4 \u05e0\u05e9\u05dc\u05d7\u05d4", - "October": "\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8", - "Once in position, use the camera button {icon} to capture your ID": "\u05db\u05d0\u05e9\u05e8 \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05de\u05d6\u05d4\u05d4 \u05e9\u05dc\u05da \u05de\u05de\u05d5\u05e7\u05de\u05ea, \u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05dc\u05d7\u05e6\u05df \u05d4\u05de\u05e6\u05dc\u05de\u05d4 {icon} \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e6\u05dc\u05dd \u05d0\u05d5\u05ea\u05d4.", - "Once in position, use the camera button {icon} to capture your photo": "\u05db\u05d0\u05e9\u05e8 \u05e4\u05e0\u05d9\u05da \u05de\u05de\u05d5\u05e7\u05de\u05d9\u05dd, \u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05dc\u05d7\u05e6\u05df \u05d4\u05de\u05e6\u05dc\u05de\u05d4 {icon} \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e6\u05dc\u05dd \u05d0\u05ea \u05ea\u05de\u05d5\u05e0\u05ea\u05da", - "One or more rescheduling tasks failed.": "\u05de\u05e9\u05d9\u05de\u05ea \u05ea\u05d6\u05de\u05d5\u05df \u05de\u05d7\u05d3\u05e9 \u05d0\u05d7\u05ea \u05d0\u05d5 \u05d9\u05d5\u05ea\u05e8 \u05e0\u05db\u05e9\u05dc\u05d4.", - "Only properly formatted .csv files will be accepted.": "\u05d9\u05ea\u05e7\u05d1\u05dc\u05d5 \u05e8\u05e7 \u05e7\u05d1\u05e6\u05d9 CSV. \u05de\u05e4\u05d5\u05e8\u05de\u05d8\u05d9\u05dd \u05db\u05d4\u05dc\u05db\u05d4 ", - "Only the parent course staff of a CCX can create content groups.": "\u05e8\u05e7 \u05e6\u05d5\u05d5\u05ea \u05e7\u05d5\u05e8\u05e1 \u05d4\u05d1\u05e1\u05d9\u05e1 \u05e9\u05dc CCX \u05d9\u05db\u05d5\u05dc \u05dc\u05d9\u05e6\u05d5\u05e8 \u05e7\u05d1\u05d5\u05e6\u05d5\u05ea \u05ea\u05d5\u05db\u05df.", - "Open": "\u05e4\u05ea\u05d7", - "Open/download this file": "\u05e4\u05ea\u05d7/\u05d4\u05d5\u05e8\u05d3 \u05e7\u05d5\u05d1\u05e5 \u05d6\u05d4", - "Option Deleted": "\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05e0\u05de\u05d7\u05e7\u05d4", - "Optional Characteristics": "\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9\u05dd \u05d0\u05e4\u05e9\u05e8\u05d9\u05d9\u05dd", - "Optional long description": "\u05ea\u05d9\u05d0\u05d5\u05e8 \u05d0\u05e8\u05d5\u05da - \u05e8\u05e9\u05d5\u05ea", - "Options for {license_name}": "\u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 {license_name}", - "Order Details": "\u05e4\u05e8\u05d8\u05d9 \u05d4\u05d6\u05de\u05e0\u05d4", - "Order History": "\u05d4\u05d9\u05e1\u05d8\u05d5\u05e8\u05d9\u05d9\u05ea \u05d4\u05d6\u05de\u05e0\u05d5\u05ea", - "Order No.": "\u05de\u05e1\u05e4\u05e8 \u05d4\u05d6\u05de\u05e0\u05d4", - "Order Number": "\u05de\u05e1\u05e4\u05e8 \u05d4\u05d6\u05de\u05e0\u05d4", - "Organization": "\u05d0\u05e8\u05d2\u05d5\u05df", - "Organization ": "\u05d0\u05e8\u05d2\u05d5\u05df ", - "Organization Name": "\u05e9\u05dd \u05d4\u05d0\u05e8\u05d2\u05d5\u05df", - "Organization of the signatory": "\u05d4\u05d0\u05e8\u05d2\u05d5\u05df \u05e9\u05dc \u05d4\u05d7\u05ea\u05d9\u05de\u05d4", - "Other": "\u05d0\u05d7\u05e8", - "Overall Score": "\u05e0\u05d9\u05e7\u05d5\u05d3 \u05db\u05dc\u05dc\u05d9", - "Page number out of %(total_pages)s": "\u05de\u05e1\u05e4\u05e8 \u05e2\u05de\u05d5\u05d3 \u05de\u05ea\u05d5\u05da %(total_pages)s", - "Pagination": "\u05e2\u05d9\u05de\u05d5\u05d3", - "Passed Proctoring": "\u05e4\u05d9\u05e7\u05d5\u05d7 \u05e9\u05e2\u05d1\u05e8", - "Password": "\u05e1\u05d9\u05e1\u05de\u05d4", - "Password assistance": "\u05e2\u05d6\u05e8\u05d4 \u05e2\u05dd \u05e1\u05d9\u05e1\u05de\u05d4", - "Path to Signature Image": "\u05e0\u05ea\u05d9\u05d1 \u05dc\u05ea\u05de\u05d5\u05e0\u05ea \u05d7\u05ea\u05d9\u05de\u05d4", - "Peer": "\u05e2\u05de\u05d9\u05ea", - "Pending Session Review": "\u05e1\u05e7\u05d9\u05e8\u05ea \u05de\u05e4\u05d2\u05e9 \u05d1\u05d4\u05de\u05ea\u05e0\u05d4", - "Photo": "\u05ea\u05de\u05d5\u05e0\u05d4", - "Photo Captured successfully.": "\u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05d4\u05d5\u05e2\u05d1\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4.", - "Photo ID": "\u05ea\u05e2\u05d5\u05d3\u05d4 \u05de\u05d6\u05d4\u05d4 \u05e2\u05dd \u05ea\u05de\u05d5\u05e0\u05d4", - "Photo Identification": "\u05d6\u05d9\u05d4\u05d5\u05d9 \u05ea\u05de\u05d5\u05e0\u05d4", - "Photo of %(fullName)s": "\u05ea\u05de\u05d5\u05e0\u05ea %(fullName)s", - "Photo of %(fullName)s's ID": "\u05ea\u05de\u05d5\u05e0\u05ea \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05de\u05d6\u05d4\u05d4 \u05e9\u05dc %(fullName)s", - "Photo requirements:": "\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d4:", - "Photos don't meet the requirements?": "\u05d4\u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05d0\u05d9\u05e0\u05df \u05de\u05ea\u05d0\u05d9\u05de\u05d5\u05ea \u05dc\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea?", - "Pin": "\u05d4\u05e6\u05de\u05d3", - "Pinned": "\u05de\u05d5\u05e6\u05de\u05d3", - "Placeholder": "\u05de\u05e6\u05d9\u05d9\u05df \u05de\u05e7\u05d5\u05dd", - "Please Note": "\u05e9\u05d9\u05dd \u05dc\u05d1", - "Please add a photo of the instructor (Note: only JPEG or PNG format supported)": "\u05d4\u05d5\u05e1\u05e3 \u05ea\u05de\u05d5\u05e0\u05d4 \u05e9\u05dc \u05d4\u05de\u05d3\u05e8\u05d9\u05da (\u05e9\u05d9\u05dd \u05dc\u05d1: \u05e8\u05e7 \u05e7\u05d1\u05e6\u05d9 JPEG \u05d0\u05d5 PNG \u05e0\u05ea\u05de\u05db\u05d9\u05dd. \u05d9\u05e9 \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05e8\u05d9\u05d1\u05d5\u05e2\u05d9\u05d5\u05ea \u05d1\u05dc\u05d1\u05d3, \u05d1\u05e2\u05dc\u05d5\u05ea \u05d9\u05d7\u05e1 \u05e9\u05dc 1:1, \u05d1\u05d2\u05d5\u05d3\u05dc \u05d0\u05d7\u05d9\u05d3 \u05dc\u05db\u05dc \u05d4\u05ea\u05de\u05d5\u05e0\u05d5\u05ea)", - "Please add the institute where the instructor is associated": "\u05d0\u05e0\u05d0 \u05d4\u05db\u05e0\u05e1 \u05d0\u05ea \u05d4\u05de\u05d5\u05e1\u05d3 \u05d0\u05dc\u05d9\u05d5 \u05de\u05e9\u05d5\u05d9\u05da \u05d4\u05de\u05d3\u05e8\u05d9\u05da", - "Please add the instructor's biography": "\u05e0\u05d0 \u05d4\u05db\u05e0\u05e1 \u05d0\u05ea \u05d1\u05d9\u05d5\u05d2\u05e8\u05e4\u05d9\u05d9\u05ea \u05d4\u05de\u05d3\u05e8\u05d9\u05da", - "Please add the instructor's name": "\u05e0\u05d0 \u05d4\u05d5\u05e1\u05e3 \u05d0\u05ea \u05e9\u05dd \u05d4\u05de\u05d3\u05e8\u05d9\u05da", - "Please add the instructor's title": "\u05e0\u05d0 \u05d4\u05d5\u05e1\u05e3 \u05d0\u05ea \u05ea\u05d5\u05d0\u05e8 \u05d4\u05de\u05d3\u05e8\u05d9\u05da", - "Please address the errors on this page first, and then save your progress.": "\u05d0\u05e0\u05d0 \u05d4\u05ea\u05d9\u05d9\u05d7\u05e1 \u05dc\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea \u05d1\u05e2\u05de\u05d5\u05d3 \u05d6\u05d4 \u05e7\u05d5\u05d3\u05dd \u05d5\u05dc\u05d0\u05d7\u05e8 \u05de\u05db\u05df \u05e9\u05de\u05d5\u05e8 \u05d0\u05ea \u05e2\u05d1\u05d5\u05d3\u05ea\u05da.", - "Please check the following validation feedbacks and reflect them in your course settings:": "\u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05de\u05e9\u05d5\u05d1\u05d9 \u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05d4\u05d1\u05d0\u05d9\u05dd \u05d5\u05e9\u05e7\u05e3 \u05d0\u05d5\u05ea\u05dd \u05d1\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1:", - "Please correct the outlined fields.": "\u05d0\u05e0\u05d0 \u05ea\u05e7\u05df \u05d0\u05ea \u05d4\u05e9\u05d3\u05d5\u05ea \u05d4\u05de\u05e1\u05d5\u05de\u05e0\u05d9\u05dd.", - "Please describe this image or agree that it has no contextual value by checking the checkbox.": "\u05ea\u05d0\u05e8 \u05d0\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05d0\u05d5 \u05d0\u05e9\u05e8 \u05e9\u05d4\u05d9\u05d0 \u05d7\u05e1\u05e8\u05ea \u05e2\u05e8\u05da \u05de\u05d1\u05d7\u05d9\u05e0\u05d4 \u05ea\u05db\u05e0\u05d9\u05ea \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05e1\u05d9\u05de\u05d5\u05df \u05d1\u05ea\u05d9\u05d1\u05d4 \u05d4\u05de\u05d9\u05d5\u05e2\u05d3\u05ea \u05dc\u05db\u05da. ", - "Please do not use any spaces in this field.": "\u05d0\u05e0\u05d0 \u05d0\u05dc \u05ea\u05e9\u05ea\u05de\u05e9 \u05d1\u05e8\u05d5\u05d5\u05d7\u05d9\u05dd \u05d1\u05e9\u05d3\u05d4 \u05d6\u05d4.", - "Please do not use any spaces or special characters in this field.": "\u05d0\u05e0\u05d0 \u05d0\u05dc \u05ea\u05e9\u05ea\u05de\u05e9 \u05d1\u05e8\u05d5\u05d5\u05d7\u05d9\u05dd \u05d0\u05d5 \u05d1\u05ea\u05d5\u05d5\u05d9\u05dd \u05de\u05d9\u05d5\u05d7\u05d3\u05d9\u05dd \u05d1\u05e9\u05d3\u05d4 \u05d6\u05d4.", - "Please enter a problem location.": "\u05e0\u05d0 \u05dc\u05d4\u05d6\u05d9\u05df \u05d0\u05ea \u05de\u05d9\u05e7\u05d5\u05dd \u05d1\u05e2\u05d9\u05d4.", - "Please enter a student email address or username.": "\u05e0\u05d0 \u05d4\u05db\u05e0\u05e1 \u05d0\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05d0\u05d5 \u05e9\u05dd \u05d4\u05de\u05e9\u05ea\u05de\u05e9 \u05e9\u05dc \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8. ", - "Please enter a term in the {anchorStart} search field{anchorEnd}.": "\u05d0\u05e0\u05d0 \u05d4\u05db\u05e0\u05e1 \u05de\u05d5\u05e0\u05d7 \u05d1-{anchorStart} \u05e9\u05d3\u05d4 \u05d4\u05d7\u05d9\u05e4\u05d5\u05e9{anchorEnd}.", - "Please enter a username or email.": "\u05d0\u05e0\u05d0 \u05d4\u05db\u05e0\u05e1 \u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9 \u05d0\u05d5 \u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9", - "Please enter a valid donation amount.": "\u05d0\u05e0\u05d0 \u05d4\u05d6\u05df \u05e1\u05db\u05d5\u05dd \u05dc\u05ea\u05e8\u05d5\u05de\u05d4.", - "Please enter an integer between %(min)s and %(max)s.": "\u05d4\u05d6\u05df \u05de\u05e1\u05e4\u05e8 \u05e9\u05dc\u05dd \u05d1\u05d9\u05df %(min)s \u05dc %(max)s.", - "Please enter an integer between 0 and 100.": "\u05d0\u05e0\u05d0 \u05d4\u05d6\u05df \u05de\u05e1\u05e4\u05e8 \u05e9\u05dc\u05dd \u05d1\u05d9\u05df 0 \u05d5-100", - "Please enter an integer greater than 0.": "\u05d0\u05e0\u05d0 \u05d4\u05d6\u05df \u05de\u05e1\u05e4\u05e8 \u05e9\u05dc\u05dd \u05d2\u05d3\u05d5\u05dc \u05de 0.", - "Please enter non-negative integer.": "\u05d0\u05e0\u05d0 \u05d4\u05d6\u05df \u05de\u05e1\u05e4\u05e8 \u05e9\u05dc\u05dd \u05d5\u05d7\u05d9\u05d5\u05d1\u05d9.", - "Please enter valid start date and time.": "\u05d4\u05d6\u05df \u05ea\u05d0\u05e8\u05d9\u05da\u05d4\u05ea\u05d7\u05dc\u05d4 \u05d5\u05e9\u05e2\u05d4 \u05d7\u05d5\u05e7\u05d9\u05d9\u05dd.", - "Please enter your %(field)s.": "\u05d0\u05e0\u05d0 \u05d4\u05d6\u05df \u05d0\u05ea %(field)s.", - "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "\u05d1\u05e6\u05e2 \u05d0\u05ea \u05d4\u05d4\u05d5\u05e8\u05d0\u05d5\u05ea \u05e9\u05dc\u05d4\u05dc\u05df \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05e7\u05d5\u05d1\u05e5 \u05d1\u05de\u05e7\u05d5\u05dd \u05d0\u05d7\u05e8 \u05d5\u05dc\u05e7\u05e9\u05e8 \u05d0\u05dc\u05d9\u05d5: {maxFileSizeRedirectUrl}", - "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "\u05e0\u05d0 \u05d4\u05d3\u05e4\u05e1 \u05e2\u05de\u05d5\u05d3 \u05d6\u05d4 \u05dc\u05e8\u05e9\u05d5\u05de\u05d5\u05ea\u05d9\u05da; \u05d4\u05d5\u05d0 \u05de\u05e9\u05de\u05e9 \u05db\u05e7\u05d1\u05dc\u05d4. \u05d1\u05e0\u05d5\u05e1\u05e3, \u05ea\u05e7\u05d1\u05dc \u05d2\u05dd \u05d4\u05d5\u05d3\u05e2\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e2\u05dd \u05de\u05d9\u05d3\u05e2 \u05d6\u05d4\u05d4. ", - "Please provide a description of the link destination.": "\u05ea\u05d0\u05d5\u05e8 \u05d0\u05ea \u05d9\u05e2\u05d3 \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8.", - "Please provide a valid URL.": "\u05d0\u05e0\u05d0 \u05e1\u05e4\u05e7 \u05db\u05ea\u05d5\u05d1\u05ea URL \u05d7\u05d5\u05e7\u05d9\u05ea.", - "Please specify a reason.": "\u05e6\u05d9\u05d9\u05df \u05e1\u05d9\u05d1\u05d4.", - "Please verify that you have uploaded a valid image (PNG and JPEG).": "\u05d0\u05e0\u05d0 \u05d5\u05d3\u05d0 \u05e9\u05d4\u05e2\u05dc\u05ea \u05ea\u05de\u05d5\u05e0\u05d4 \u05d7\u05d5\u05e7\u05d9\u05ea (PNG \u05d5- JPEG).", - "Please verify that your webcam is connected and that you have allowed your browser to access it.": "\u05d0\u05e0\u05d0 \u05d5\u05d3\u05d0 \u05e9\u05de\u05e6\u05dc\u05de\u05ea \u05d4\u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05e9\u05dc\u05da \u05de\u05d7\u05d5\u05d1\u05e8\u05ea \u05d5\u05e9\u05d0\u05e4\u05e9\u05e8\u05ea \u05dc\u05d3\u05e4\u05d3\u05e4\u05df \u05e9\u05dc\u05da \u05dc\u05d2\u05e9\u05ea \u05d0\u05dc\u05d9\u05d4.", - "Please wait": "\u05e0\u05d0 \u05d4\u05de\u05ea\u05df", - "Post": "\u05e9\u05dc\u05d7", - "Post type": "\u05e1\u05d5\u05d2 \u05d4\u05e4\u05d5\u05e1\u05d8", - "Practice Exam Completed": "\u05d4\u05d5\u05e9\u05dc\u05dd \u05de\u05d1\u05d7\u05df \u05ea\u05e8\u05d2\u05d5\u05dc", - "Practice Exam Failed": "\u05de\u05d1\u05d7\u05df \u05ea\u05e8\u05d2\u05d5\u05dc \u05e9\u05e0\u05db\u05e9\u05dc", - "Practice Proctored": "\u05ea\u05e8\u05d2\u05d5\u05dc \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7", - "Practice proctored Exam": "\u05de\u05d1\u05d7\u05df \u05ea\u05e8\u05d2\u05d5\u05dc \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7", - "Preferred Language": "\u05e9\u05e4\u05d4 \u05de\u05d5\u05e2\u05d3\u05e4\u05ea", - "Prerequisite:": "\u05d3\u05e8\u05d9\u05e9\u05d4 \u05de\u05d5\u05e7\u05d3\u05de\u05ea:", - "Prerequisite: %(prereq_display_name)s": "\u05d3\u05e8\u05d9\u05e9\u05d4 \u05de\u05d5\u05e7\u05d3\u05de\u05ea: %(prereq_display_name)s", - "Prevent students from generating certificates in this course?": "\u05dc\u05de\u05e0\u05d5\u05e2 \u05de\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd \u05dc\u05d9\u05e6\u05d5\u05e8 \u05ea\u05e2\u05d5\u05d3\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 \u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4?", - "Preview": "\u05ea\u05e6\u05d5\u05d2\u05d4 \u05de\u05e7\u05d3\u05d9\u05de\u05d4", - "Preview Certificate": "\u05d4\u05e6\u05d2 \u05ea\u05e6\u05d5\u05d2\u05d4 \u05de\u05d5\u05e7\u05d3\u05de\u05ea \u05e9\u05dc \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4", - "Preview of uploaded image": "\u05ea\u05e6\u05d5\u05d2\u05d4 \u05de\u05e7\u05d3\u05d9\u05de\u05d4 \u05e9\u05dc \u05ea\u05de\u05d5\u05e0\u05d4 \u05e9\u05d4\u05d5\u05e2\u05dc\u05ea\u05d4", - "Preview this query": "\u05ea\u05e6\u05d5\u05d2\u05d4 \u05de\u05e7\u05d3\u05d9\u05de\u05d4 \u05dc\u05e9\u05d0\u05d9\u05dc\u05ea\u05d0 \u05d6\u05d5", - "Previous": "\u05d4\u05e7\u05d5\u05d3\u05dd", - "Previous Uploads": "\u05d4\u05e2\u05dc\u05d0\u05d5\u05ea \u05e7\u05d5\u05d3\u05de\u05d5\u05ea", - "Previous Uploads table has been updated.": "\u05d8\u05d1\u05dc\u05ea \u05d4\u05e2\u05dc\u05d0\u05d5\u05ea \u05e7\u05d5\u05d3\u05de\u05d5\u05ea \u05e2\u05d5\u05d3\u05db\u05e0\u05d4.", - "Previously published": "\u05e4\u05d5\u05e8\u05e1\u05dd \u05d1\u05e2\u05d1\u05e8", - "Processing Re-run Request": "\u05de\u05e2\u05d1\u05d3 \u05d1\u05e7\u05e9\u05ea \u05d4\u05e8\u05e6\u05d4 \u05e0\u05d5\u05e1\u05e4\u05ea.", - "Proctored": "\u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7", - "Proctored Exam": "\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7", - "Proctored Option Available": "\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05d6\u05de\u05d9\u05e0\u05d4", - "Proctored Option No Longer Available": "\u05d4\u05d0\u05d5\u05e4\u05e6\u05d9\u05d4 \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05d0\u05d9\u05e0\u05d4 \u05d6\u05de\u05d9\u05e0\u05d4 \u05e2\u05d5\u05d3.", - "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.": "\u05de\u05d1\u05d7\u05e0\u05d9\u05dd \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05de\u05ea\u05d5\u05d6\u05de\u05e0\u05d9\u05dd \u05d5\u05de\u05e7\u05dc\u05d9\u05d8\u05d9\u05dd \u05d1\u05d5\u05d9\u05d3\u05d0\u05d5 \u05db\u05dc \u05ea\u05dc\u05de\u05d9\u05d3 \u05e9\u05e0\u05d1\u05d7\u05df. \u05dc\u05d0\u05d7\u05e8 \u05de\u05db\u05df, \u05e0\u05e1\u05e7\u05e8\u05d9\u05dd \u05e1\u05e8\u05d8\u05d5\u05e0\u05d9 \u05d4\u05d5\u05d5\u05d9\u05d3\u05d0\u05d5 \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05d1\u05d8\u05d9\u05d7 \u05e9\u05d4\u05ea\u05dc\u05de\u05d9\u05d3\u05d9\u05dd \u05d9\u05e6\u05d9\u05d9\u05ea\u05d5 \u05dc\u05db\u05dc \u05db\u05dc\u05dc\u05d9 \u05d4\u05de\u05d1\u05d7\u05df.", - "Proctoring Session Results Update for {course_name} {exam_name}": "\u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05de\u05e4\u05d2\u05e9 \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05de\u05e2\u05d5\u05d3\u05db\u05df \u05e2\u05d1\u05d5\u05e8 {course_name} {exam_name}", - "Professional Certificate for {courseName}": "\u05ea\u05e2\u05d5\u05d3\u05d4 \u05de\u05e7\u05e6\u05d5\u05e2\u05d9\u05ea \u05e2\u05d1\u05d5\u05e8 {courseName}", - "Professional Education": "\u05d4\u05e9\u05db\u05dc\u05d4 \u05de\u05e7\u05e6\u05d5\u05e2\u05d9\u05ea", - "Professional Education Verified Certificate": "\u05ea\u05e2\u05d5\u05d3\u05d4 \u05de\u05d0\u05d5\u05de\u05ea\u05ea \u05de\u05e7\u05e6\u05d5\u05e2\u05d9\u05ea", - "Promote another member to Admin to remove your admin rights": "\u05e7\u05d3\u05dd \u05d7\u05d1\u05e8 \u05d0\u05d7\u05e8 \u05dc\u05de\u05e0\u05d4\u05dc \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05e1\u05d9\u05e8 \u05d0\u05ea \u05d6\u05db\u05d5\u05d9\u05d5\u05ea\u05d9\u05da \u05d4\u05e0\u05d9\u05d4\u05d5\u05dc\u05d9\u05d5\u05ea", - "Provisional": "\u05d6\u05de\u05e0\u05d9", - "Provisionally Supported": "\u05e0\u05ea\u05de\u05da \u05d1\u05d0\u05d5\u05e4\u05df \u05d6\u05de\u05e0\u05d9", - "Publish": "\u05e4\u05e8\u05e1\u05dd", - "Publish all unpublished changes for this {item}?": "\u05d4\u05d0\u05dd \u05dc\u05e4\u05e8\u05e1\u05dd \u05d0\u05ea \u05db\u05dc \u05d4\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05e9\u05dc\u05d0 \u05e4\u05d5\u05e8\u05e1\u05de\u05d5 \u05e2\u05d1\u05d5\u05e8 {item}?", - "Publish {display_name}": "\u05e4\u05e8\u05e1\u05dd \u05d0\u05ea {display_name}", - "Published (not yet released)": "\u05e4\u05d5\u05e8\u05e1\u05dd (\u05d0\u05da \u05dc\u05d0 \u05e9\u05d5\u05d7\u05e8\u05e8)", - "Published and Live": "\u05e4\u05d5\u05e8\u05e1\u05dd \u05d5\u05e0\u05de\u05e6\u05d0 \u05d1\u05d0\u05d5\u05d5\u05d9\u05e8", - "Publishing Status": "\u05de\u05e6\u05d1 \u05e4\u05e8\u05e1\u05d5\u05dd", - "Question": "\u05e9\u05d0\u05dc\u05d4", - "Questions raise issues that need answers. Discussions share ideas and start conversations. (Required)": "\u05d1\u05e2\u05d6\u05e8\u05ea \u05dc\u05d7\u05e6\u05df '\u05e9\u05d0\u05dc\u05d5\u05ea' \u05ea\u05d5\u05db\u05dc \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05e1\u05d5\u05d2\u05d9\u05d4 \u05de\u05e1\u05d5\u05d9\u05de\u05ea \u05d4\u05de\u05e6\u05e8\u05d9\u05db\u05d4 \u05ea\u05e9\u05d5\u05d1\u05d4. \u05d1\u05e2\u05d6\u05e8\u05ea \u05dc\u05d7\u05e6\u05df '\u05d3\u05d9\u05d5\u05e0\u05d9\u05dd' \u05ea\u05d5\u05db\u05dc \u05dc\u05d7\u05dc\u05d5\u05e7 \u05e8\u05e2\u05d9\u05d5\u05e0\u05d5\u05ea \u05d5\u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d1\u05e9\u05d9\u05d7\u05d5\u05ea \u05e2\u05dc \u05e0\u05d5\u05e9\u05d0\u05d9 \u05d4\u05e7\u05d5\u05e8\u05e1 \u05d4\u05e9\u05d5\u05e0\u05d9\u05dd. (\u05d7\u05d5\u05d1\u05d4)", - "Queued": "\u05de\u05de\u05ea\u05d9\u05df \u05d1\u05ea\u05d5\u05e8", - "Read More": "\u05e7\u05e8\u05d0 \u05e2\u05d5\u05d3", - "Ready To Start": "\u05de\u05d5\u05db\u05df \u05dc\u05d4\u05ea\u05d7\u05dc\u05d4", - "Ready To Submit": "\u05de\u05d5\u05db\u05df \u05dc\u05d4\u05d2\u05e9\u05d4", - "Reason": "\u05e1\u05d9\u05d1\u05d4", - "Reason field should not be left blank.": "\u05e9\u05d3\u05d4 \u05d4\u05e1\u05d9\u05d1\u05d4 \u05d0\u05d9\u05e0\u05d5 \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d9\u05e9\u05d0\u05e8 \u05e8\u05d9\u05e7.", - "Reason for change:": "\u05e1\u05d9\u05d1\u05d4 \u05dc\u05e9\u05d9\u05e0\u05d5\u05d9:", - "Receive updates": "\u05e7\u05d1\u05dc \u05e2\u05d3\u05db\u05d5\u05e0\u05d9\u05dd", - "Recent Activity": "\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d0\u05d7\u05e8\u05d5\u05e0\u05d4", - "Redo (Ctrl+Shift+Z)": "\u05d1\u05e6\u05e2 \u05e9\u05d5\u05d1 (Ctrl+Shift+Z)", - "Redo (Ctrl+Y)": "\u05d1\u05e6\u05e2 \u05e9\u05d5\u05d1 (Ctrl+Y)", - "Regenerate": "\u05e6\u05d5\u05e8 \u05de\u05d7\u05d3\u05e9", - "Regenerate the user's certificate": "\u05e6\u05d5\u05e8 \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05ea\u05e2\u05d5\u05d3\u05ea \u05d4\u05de\u05e9\u05ea\u05de\u05e9", - "Register through edX": "\u05d4\u05d9\u05e8\u05e9\u05dd \u05d3\u05e8\u05da edX", - "Register with Institution/Campus Credentials": "\u05d4\u05d9\u05e8\u05e9\u05dd \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05d4\u05e8\u05e9\u05d0\u05d5\u05ea \u05de\u05d5\u05e1\u05d3/\u05e7\u05de\u05e4\u05d5\u05e1", - "Rejected": "\u05e0\u05d3\u05d7\u05d4", - "Related to: %(courseware_title_linked)s": "\u05de\u05e7\u05d5\u05e9\u05e8 \u05dc- %(courseware_title_linked)s", - "Release Date and Time": "\u05ea\u05d0\u05e8\u05d9\u05da \u05d5\u05d6\u05de\u05df \u05e9\u05d7\u05e8\u05d5\u05e8", - "Release Date:": "\u05ea\u05d0\u05e8\u05d9\u05da \u05e9\u05d7\u05e8\u05d5\u05e8:", - "Release Status:": "\u05de\u05e6\u05d1 \u05e9\u05d7\u05e8\u05d5\u05e8:", - "Release Time in UTC:": "\u05d6\u05de\u05df \u05e9\u05d7\u05e8\u05d5\u05e8 \u05d1\u05e4\u05d5\u05e8\u05de\u05d8 UTC:", - "Release:": "\u05e9\u05d7\u05e8\u05d5\u05e8:", - "Released:": "\u05e9\u05d5\u05d7\u05e8\u05e8:", - "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "\u05d4\u05e1\u05e8\u05d4 \u05de\u05ea\u05d1\u05e6\u05e2\u05ea. \u05db\u05d3\u05d9 \u05dc\u05d4\u05d9\u05de\u05e0\u05e2 \u05de\u05e9\u05d2\u05d9\u05d0\u05d5\u05ea, \u05d4\u05d9\u05e9\u05d0\u05e8 \u05d1\u05e2\u05de\u05d5\u05d3 \u05d6\u05d4 \u05e2\u05d3 \u05e9\u05d4\u05ea\u05d4\u05dc\u05d9\u05da \u05d9\u05d5\u05e9\u05dc\u05dd.", - "Remove": "\u05d4\u05e1\u05e8", - "Remove all": "\u05d4\u05e1\u05e8\u05ea \u05d4\u05db\u05dc", - "Remove chapter %(chapterDisplayName)s": "\u05d4\u05e1\u05e8 \u05d0\u05ea \u05e4\u05e8\u05e7 %(chapterDisplayName)s", - "Remove from Invalidation Table": "\u05d4\u05e1\u05e8 \u05de\u05d8\u05d1\u05dc\u05ea \u05d4\u05e4\u05e1\u05d9\u05dc\u05d5\u05ea", - "Remove from List": "\u05d4\u05e1\u05e8 \u05de\u05d4\u05e8\u05e9\u05d9\u05de\u05d4", - "Remove subsection %(subsectionDisplayName)s": "\u05d4\u05e1\u05e8 \u05d0\u05ea \u05ea\u05ea \u05d4\u05e4\u05e8\u05e7 %(subsectionDisplayName)s", - "Remove this team member?": "\u05d4\u05d0\u05dd \u05dc\u05d4\u05e1\u05d9\u05e8 \u05d7\u05d1\u05e8 \u05e6\u05d5\u05d5\u05ea \u05d6\u05d4?", - "Remove this video": "\u05d4\u05e1\u05e8 \u05e1\u05e8\u05d8\u05d5\u05df \u05d5\u05d9\u05d3\u05d0\u05d5 \u05d6\u05d4 ", - "Remove unit %(unitName)s": "\u05d4\u05e1\u05e8 \u05d0\u05ea \u05d4\u05d9\u05d7\u05d9\u05d3\u05d4 %(unitName)s", - "Remove {role} Access": "\u05d4\u05e1\u05e8 \u05d2\u05d9\u05e9\u05ea {role}", - "Remove {video_name} video": "\u05d4\u05e1\u05e8 \u05d0\u05ea \u05e1\u05e8\u05d8\u05d5\u05df \u05d4\u05d5\u05d9\u05d3\u05d0\u05d5 {video_name} ", - "Removing": "\u05de\u05e1\u05d9\u05e8", - "Removing a video from this list does not affect course content. Any content that uses a previously uploaded video ID continues to display in the course.": "\u05d4\u05e1\u05e8\u05ea \u05e1\u05e8\u05d8\u05d5\u05df \u05d5\u05d9\u05d3\u05d0\u05d5 \u05de\u05e8\u05e9\u05d9\u05de\u05d4 \u05d6\u05d5 \u05d0\u05d9\u05e0\u05d4 \u05de\u05e9\u05e4\u05d9\u05e2\u05d4 \u05e2\u05dc \u05ea\u05d5\u05db\u05df \u05d4\u05e7\u05d5\u05e8\u05e1. \u05db\u05dc \u05ea\u05d5\u05db\u05df \u05d4\u05de\u05e9\u05ea\u05de\u05e9 \u05d1\u05de\u05e1\u05e4\u05e8 \u05de\u05d6\u05d4\u05d4 \u05e9\u05dc \u05e1\u05e8\u05d8\u05d5\u05df \u05e9\u05d4\u05d5\u05e2\u05dc\u05d4 \u05d1\u05e2\u05d1\u05e8 \u05de\u05de\u05e9\u05d9\u05da \u05dc\u05d4\u05e6\u05d9\u05d2 \u05d1\u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4.", - "Replace": "\u05d4\u05d7\u05dc\u05e3", - "Report": "\u05d3\u05d5\u05d5\u05d7", - "Report abuse": "\u05d3\u05d5\u05d5\u05d7 \u05e2\u05dc \u05e9\u05d9\u05de\u05d5\u05e9 \u05dc\u05e8\u05e2\u05d4", - "Report abuse, topics, and responses": "\u05d3\u05d5\u05d5\u05d7 \u05e2\u05dc \u05d4\u05d8\u05e8\u05d3\u05d4, \u05e0\u05d5\u05e9\u05d0\u05d9\u05dd \u05d5\u05ea\u05e9\u05d5\u05d1\u05d5\u05ea", - "Reported": "\u05d3\u05d5\u05d5\u05d7", - "Requester": "\u05de\u05d1\u05e7\u05e9", - "Required field.": "\u05e9\u05d3\u05d4 \u05d7\u05d5\u05d1\u05d4", - "Rescore problem '<%- problem_id %>' for all students?": "\u05dc\u05ea\u05ea \u05e6\u05d9\u05d5\u05df \u05de\u05d7\u05d3\u05e9 \u05e2\u05d1\u05d5\u05e8 \u05d1\u05e2\u05d9\u05d4 '<%- problem_id %>' \u05dc\u05db\u05dc\u05dc \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd? ", - "Reset Password": "\u05d0\u05d9\u05e4\u05d5\u05e1 \u05e1\u05d9\u05e1\u05de\u05d4", - "Reset Your Password": "\u05d0\u05e4\u05e1 \u05d0\u05ea \u05e1\u05d9\u05e1\u05de\u05ea\u05da", - "Reset attempts for all students on problem '<%- problem_id %>'?": "\u05d0\u05e4\u05e1 \u05e0\u05d9\u05e1\u05d9\u05d5\u05e0\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 \u05db\u05dc \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd \u05d1\u05d1\u05e2\u05d9\u05d4 '<%- problem_id %>'? ", - "Responses could not be loaded. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05ea\u05d2\u05d5\u05d1\u05d5\u05ea. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", - "Restore enrollment code": "\u05e9\u05d7\u05d6\u05e8 \u05e7\u05d5\u05d3 \u05d4\u05e8\u05e9\u05de\u05d4", - "Retake Photo": "\u05e6\u05dc\u05dd \u05e9\u05d5\u05d1 \u05ea\u05de\u05d5\u05e0\u05d4", - "Retake Your Photos": "\u05e6\u05dc\u05dd \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05ea\u05de\u05d5\u05e0\u05ea\u05da", - "Retry Verification": "\u05e0\u05e1\u05d4 \u05d0\u05d9\u05de\u05d5\u05ea \u05de\u05d7\u05d3\u05e9", - "Return and add email address": "\u05d7\u05d6\u05d5\u05e8 \u05d5\u05d4\u05d5\u05e1\u05e3 \u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9", - "Return to Export": "\u05d7\u05d6\u05d5\u05e8 \u05dc\u05d9\u05d9\u05e6\u05d5\u05d0", - "Return to Your Dashboard": "\u05d7\u05d6\u05d5\u05e8 \u05dc\u05dc\u05d5\u05d7 \u05d4\u05d1\u05e7\u05e8\u05d4", - "Return to team listing": "\u05d7\u05d6\u05d5\u05e8 \u05dc\u05e8\u05e9\u05d9\u05de\u05ea \u05e6\u05d5\u05d5\u05ea", - "Review Policy Exception": "\u05e1\u05e7\u05d9\u05e8\u05ea \u05de\u05d3\u05d9\u05e0\u05d9\u05d5\u05ea \u05d1\u05e0\u05d5\u05d2\u05e2 \u05dc\u05de\u05e7\u05e8\u05d9\u05dd \u05d7\u05e8\u05d9\u05d2\u05d9\u05dd", - "Review Rules": "\u05db\u05dc\u05dc\u05d9 \u05d1\u05d7\u05d9\u05e0\u05d4", - "Review Your Photos": "\u05e1\u05e7\u05d5\u05e8 \u05d0\u05ea \u05ea\u05de\u05d5\u05e0\u05d5\u05ea\u05d9\u05da", - "Review your info": "\u05e1\u05e7\u05d5\u05e8 \u05d0\u05ea \u05d4\u05de\u05d9\u05d3\u05e2 \u05e9\u05dc\u05da", - "Revoke access": "\u05e9\u05dc\u05d5\u05dc \u05d2\u05d9\u05e9\u05d4", - "Save": "\u05e9\u05de\u05d5\u05e8", - "Save Changes": "\u05e9\u05de\u05d5\u05e8 \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd", - "Save changes": "\u05e9\u05de\u05d5\u05e8 \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd", - "Saved cohort": "\u05e7\u05d1\u05d5\u05e6\u05ea \u05dc\u05d9\u05de\u05d5\u05d3 \u05e9\u05de\u05d5\u05e8\u05d4", - "Saving": "\u05e9\u05d5\u05de\u05e8", - "Saving your email preference": "\u05e9\u05de\u05d9\u05e8\u05ea \u05d4\u05e2\u05d3\u05e4\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05dc\u05da", - "Saving...": "\u05e9\u05d5\u05de\u05e8...", - "Scheduled:": "\u05de\u05ea\u05d5\u05db\u05e0\u05df:", - "Search": "\u05d7\u05d9\u05e4\u05d5\u05e9", - "Search Results": "\u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d7\u05d9\u05e4\u05d5\u05e9", - "Search all posts": "\u05d7\u05e4\u05e9 \u05d1\u05db\u05dc \u05d4\u05e4\u05d5\u05e1\u05d8\u05d9\u05dd", - "Search teams": "\u05d7\u05d9\u05e4\u05d5\u05e9 \u05e6\u05d5\u05d5\u05ea\u05d9\u05dd", - "Second Review Required": "\u05d3\u05e8\u05d5\u05e9\u05d4 \u05e1\u05e7\u05d9\u05e8\u05d4 \u05e0\u05d5\u05e1\u05e4\u05ea", - "Section": "\u05e4\u05e8\u05e7", - "Section Visibility": "\u05ea\u05e6\u05d5\u05d2\u05ea \u05e4\u05e8\u05e7", - "See all teams in your course, organized by topic. Join a team to collaborate with other learners who are interested in the same topic as you are.": "\u05e8\u05d0\u05d4 \u05e9\u05db\u05dc \u05d4\u05e6\u05d5\u05d5\u05ea\u05d9\u05dd \u05e9\u05d1\u05e7\u05d5\u05e8\u05e1 \u05e9\u05dc\u05da \u05de\u05d0\u05d5\u05e8\u05d2\u05e0\u05d9\u05dd \u05dc\u05e4\u05d9 \u05e0\u05d5\u05e9\u05d0. \u05d4\u05e6\u05d8\u05e8\u05e3 \u05dc\u05e6\u05d5\u05d5\u05ea \u05db\u05d3\u05d9 \u05dc\u05e9\u05ea\u05e3 \u05e4\u05e2\u05d5\u05dc\u05d4 \u05e2\u05dd \u05ea\u05dc\u05de\u05d9\u05d3\u05d9\u05dd \u05d0\u05d7\u05e8\u05d9\u05dd \u05d4\u05de\u05e2\u05d5\u05e0\u05d9\u05d9\u05e0\u05d9\u05dd \u05d1\u05d0\u05d5\u05ea\u05d5 \u05e0\u05d5\u05e9\u05d0 \u05d1\u05d5 \u05d0\u05ea\u05d4 \u05de\u05ea\u05e2\u05e0\u05d9\u05d9\u05df.", - "Select a Content Group": "\u05d1\u05d7\u05e8 \u05e7\u05d1\u05d5\u05e6\u05ea \u05ea\u05d5\u05db\u05df", - "Select a chapter": "\u05d1\u05d7\u05e8 \u05e4\u05e8\u05e7", - "Select a cohort": "\u05d1\u05d7\u05e8 \u05e7\u05d1\u05d5\u05e6\u05ea \u05dc\u05d9\u05de\u05d5\u05d3", - "Select a cohort to manage": "\u05d1\u05d7\u05e8 \u05e7\u05d1\u05d5\u05e6\u05ea \u05dc\u05d9\u05de\u05d5\u05d3 \u05dc\u05e0\u05d4\u05dc", - "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.": "\u05d1\u05d7\u05e8 \u05d1\u05d6\u05de\u05df \u05e9\u05d4\u05d5\u05e7\u05e6\u05d1 \u05dc\u05de\u05d1\u05d7\u05df. \u05d0\u05dd \u05d7\u05dc\u05e4\u05d5 24 \u05e9\u05e2\u05d5\u05ea, \u05d4\u05e7\u05dc\u05d3 \u05d0\u05ea \u05de\u05e9\u05da \u05d4\u05d6\u05de\u05df. \u05ea\u05d5\u05db\u05dc \u05dc\u05d4\u05e2\u05e0\u05d9\u05e7 \u05d6\u05de\u05df \u05e0\u05d5\u05e1\u05e3 \u05dc\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05d0\u05d9\u05e0\u05d3\u05d9\u05d1\u05d9\u05d3\u05d5\u05d0\u05dc\u05d9\u05d9\u05dd \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05dc\u05d5\u05d7 \u05d4\u05d1\u05e7\u05e8\u05d4 \u05e9\u05dc \u05d4\u05de\u05d3\u05e8\u05d9\u05da.", - "Select the time zone for displaying course dates. If you do not specify a time zone, course dates, including assignment deadlines, will be displayed in your browser's local time zone.": "\u05d1\u05d7\u05e8 \u05d0\u05ea \u05d0\u05d6\u05d5\u05e8 \u05d4\u05d6\u05de\u05df \u05dc\u05e6\u05d5\u05e8\u05da \u05ea\u05e6\u05d5\u05d2\u05ea \u05ea\u05d0\u05e8\u05d9\u05db\u05d9 \u05e7\u05d5\u05e8\u05e1. \u05d1\u05de\u05d9\u05d3\u05d4 \u05d5\u05dc\u05d0 \u05ea\u05e6\u05d9\u05d9\u05df \u05d0\u05ea \u05d0\u05d6\u05d5\u05e8 \u05d4\u05d6\u05de\u05df, \u05ea\u05d0\u05e8\u05d9\u05db\u05d9 \u05d4\u05e7\u05d5\u05e8\u05e1 \u05db\u05d5\u05dc\u05dc \u05ea\u05d0\u05e8\u05d9\u05db\u05d9 \u05d9\u05e2\u05d3 \u05e9\u05dc \u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05d9\u05d5\u05e6\u05d2\u05d5 \u05d1\u05d3\u05e4\u05d3\u05e4\u05df \u05db\u05d0\u05d6\u05d5\u05e8 \u05d4\u05d6\u05de\u05df \u05d4\u05de\u05e7\u05d5\u05de\u05d9 \u05e9\u05dc\u05da.", - "Selected tab": "\u05db\u05e8\u05d8\u05d9\u05e1\u05d9\u05d9\u05d4 \u05e9\u05e0\u05d1\u05d7\u05e8\u05d4", - "Self": "\u05e2\u05e6\u05de\u05d9", - "Send notification to mobile apps": "\u05e9\u05dd \u05d4\u05ea\u05e8\u05d0\u05d4 \u05dc\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d5\u05ea \u05e0\u05d9\u05d9\u05d3", - "Send push notification to mobile apps": "\u05e9\u05dc\u05d7 \u05d4\u05ea\u05e8\u05d0\u05d5\u05ea \u05d3\u05d7\u05e3 \u05dc\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d5\u05ea \u05e0\u05d9\u05d9\u05d3", - "Send to:": "\u05e9\u05dc\u05d7 \u05d0\u05dc:", - "Sent By": "\u05e0\u05e9\u05dc\u05d7 \u05e2\u05dc \u05d9\u05d3\u05d9", - "Sent By:": "\u05e0\u05e9\u05dc\u05d7 \u05e2\u05dc \u05d9\u05d3\u05d9:", - "Sent To": "\u05e0\u05e9\u05dc\u05d7 \u05d0\u05dc", - "Sent To:": "\u05e0\u05e9\u05dc\u05d7 \u05d0\u05dc:", - "September": "\u05e1\u05e4\u05d8\u05de\u05d1\u05e8", - "Server Error, Please refresh the page and try again.": "\u05e9\u05d2\u05d9\u05d0\u05ea \u05e9\u05e8\u05ea, \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05d3\u05e3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", - "Set as a Special Exam": "\u05d4\u05d2\u05d3\u05e8 \u05db\u05de\u05d1\u05d7\u05df \u05de\u05d9\u05d5\u05d7\u05d3", - "Set up your certificate": "\u05d4\u05d2\u05d3\u05e8 \u05d0\u05ea \u05ea\u05e2\u05d5\u05d3\u05ea\u05da", - "Settings": "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea", - "Share": "\u05e9\u05ea\u05e3", - "Share on Mozilla Backpack": "\u05e9\u05ea\u05e3 \u05d1-Mozilla Backpack", - "Share your \"%(display_name)s\" award": "\u05e9\u05ea\u05e3 \u05d0\u05ea \u05e4\u05e8\u05e1 \"%(display_name)s\"", - "Show": "\u05d4\u05e6\u05d2", - "Show All": "\u05d4\u05e6\u05d2 \u05d4\u05db\u05dc", + ], + "Noted in:": "\u05e6\u05d5\u05d9\u05d9\u05df \u05d1:", + "Notes": "\u05e1\u05d9\u05db\u05d5\u05de\u05d9 \u05e9\u05d9\u05e2\u05d5\u05e8 ", + "Notes hidden": "\u05e8\u05e9\u05d5\u05de\u05d5\u05ea \u05de\u05d5\u05e1\u05ea\u05e8\u05d5\u05ea", + "Notes visible": "\u05e8\u05e9\u05d5\u05de\u05d5\u05ea \u05d2\u05dc\u05d5\u05d9\u05d5\u05ea", + "November": "\u05e0\u05d5\u05d1\u05de\u05d1\u05e8", + "Now": "\u05db\u05e2\u05ea", + "Number Sent": "\u05de\u05e1\u05e4\u05e8 \u05e9\u05e0\u05e9\u05dc\u05d7", + "Number of Droppable": "\u05de\u05e1\u05e4\u05e8 \u05e9\u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e9\u05de\u05d9\u05d8", + "Number of Students": "\u05de\u05e1\u05e4\u05e8 \u05dc\u05d5\u05de\u05d3\u05d9\u05dd", + "Numbered List (Ctrl+O)": "\u05e8\u05e9\u05d9\u05de\u05d4 \u05de\u05de\u05d5\u05e1\u05e4\u05e8\u05ea (Ctrl+O)", + "OK": "\u05d1\u05e1\u05d3\u05e8", + "ORDER NAME": "\u05e9\u05dd \u05d4\u05d6\u05de\u05e0\u05d4", + "ORDER NUMBER": "\u05de\u05e1\u05e4\u05e8 \u05d4\u05d6\u05de\u05e0\u05d4", + "ORDER PLACED": "\u05d4\u05d4\u05d6\u05de\u05e0\u05d4 \u05e0\u05e9\u05dc\u05d7\u05d4", + "October": "\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8", + "Once in position, use the camera button {icon} to capture your ID": "\u05db\u05d0\u05e9\u05e8 \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05de\u05d6\u05d4\u05d4 \u05e9\u05dc\u05da \u05de\u05de\u05d5\u05e7\u05de\u05ea, \u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05dc\u05d7\u05e6\u05df \u05d4\u05de\u05e6\u05dc\u05de\u05d4 {icon} \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e6\u05dc\u05dd \u05d0\u05d5\u05ea\u05d4.", + "Once in position, use the camera button {icon} to capture your photo": "\u05db\u05d0\u05e9\u05e8 \u05e4\u05e0\u05d9\u05da \u05de\u05de\u05d5\u05e7\u05de\u05d9\u05dd, \u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05dc\u05d7\u05e6\u05df \u05d4\u05de\u05e6\u05dc\u05de\u05d4 {icon} \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e6\u05dc\u05dd \u05d0\u05ea \u05ea\u05de\u05d5\u05e0\u05ea\u05da", + "One or more rescheduling tasks failed.": "\u05de\u05e9\u05d9\u05de\u05ea \u05ea\u05d6\u05de\u05d5\u05df \u05de\u05d7\u05d3\u05e9 \u05d0\u05d7\u05ea \u05d0\u05d5 \u05d9\u05d5\u05ea\u05e8 \u05e0\u05db\u05e9\u05dc\u05d4.", + "Only properly formatted .csv files will be accepted.": "\u05d9\u05ea\u05e7\u05d1\u05dc\u05d5 \u05e8\u05e7 \u05e7\u05d1\u05e6\u05d9 CSV. \u05de\u05e4\u05d5\u05e8\u05de\u05d8\u05d9\u05dd \u05db\u05d4\u05dc\u05db\u05d4 ", + "Only the parent course staff of a CCX can create content groups.": "\u05e8\u05e7 \u05e6\u05d5\u05d5\u05ea \u05e7\u05d5\u05e8\u05e1 \u05d4\u05d1\u05e1\u05d9\u05e1 \u05e9\u05dc CCX \u05d9\u05db\u05d5\u05dc \u05dc\u05d9\u05e6\u05d5\u05e8 \u05e7\u05d1\u05d5\u05e6\u05d5\u05ea \u05ea\u05d5\u05db\u05df.", + "Open": "\u05e4\u05ea\u05d7", + "Open/download this file": "\u05e4\u05ea\u05d7/\u05d4\u05d5\u05e8\u05d3 \u05e7\u05d5\u05d1\u05e5 \u05d6\u05d4", + "Option Deleted": "\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05e0\u05de\u05d7\u05e7\u05d4", + "Optional Characteristics": "\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9\u05dd \u05d0\u05e4\u05e9\u05e8\u05d9\u05d9\u05dd", + "Optional long description": "\u05ea\u05d9\u05d0\u05d5\u05e8 \u05d0\u05e8\u05d5\u05da - \u05e8\u05e9\u05d5\u05ea", + "Options for {license_name}": "\u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 {license_name}", + "Order Details": "\u05e4\u05e8\u05d8\u05d9 \u05d4\u05d6\u05de\u05e0\u05d4", + "Order History": "\u05d4\u05d9\u05e1\u05d8\u05d5\u05e8\u05d9\u05d9\u05ea \u05d4\u05d6\u05de\u05e0\u05d5\u05ea", + "Order No.": "\u05de\u05e1\u05e4\u05e8 \u05d4\u05d6\u05de\u05e0\u05d4", + "Order Number": "\u05de\u05e1\u05e4\u05e8 \u05d4\u05d6\u05de\u05e0\u05d4", + "Organization": "\u05d0\u05e8\u05d2\u05d5\u05df", + "Organization ": "\u05d0\u05e8\u05d2\u05d5\u05df ", + "Organization Name": "\u05e9\u05dd \u05d4\u05d0\u05e8\u05d2\u05d5\u05df", + "Organization of the signatory": "\u05d4\u05d0\u05e8\u05d2\u05d5\u05df \u05e9\u05dc \u05d4\u05d7\u05ea\u05d9\u05de\u05d4", + "Other": "\u05d0\u05d7\u05e8", + "Overall Score": "\u05e0\u05d9\u05e7\u05d5\u05d3 \u05db\u05dc\u05dc\u05d9", + "Page number out of %(total_pages)s": "\u05de\u05e1\u05e4\u05e8 \u05e2\u05de\u05d5\u05d3 \u05de\u05ea\u05d5\u05da %(total_pages)s", + "Pagination": "\u05e2\u05d9\u05de\u05d5\u05d3", + "Passed Proctoring": "\u05e4\u05d9\u05e7\u05d5\u05d7 \u05e9\u05e2\u05d1\u05e8", + "Password": "\u05e1\u05d9\u05e1\u05de\u05d4", + "Password assistance": "\u05e2\u05d6\u05e8\u05d4 \u05e2\u05dd \u05e1\u05d9\u05e1\u05de\u05d4", + "Path to Signature Image": "\u05e0\u05ea\u05d9\u05d1 \u05dc\u05ea\u05de\u05d5\u05e0\u05ea \u05d7\u05ea\u05d9\u05de\u05d4", + "Peer": "\u05e2\u05de\u05d9\u05ea", + "Pending Session Review": "\u05e1\u05e7\u05d9\u05e8\u05ea \u05de\u05e4\u05d2\u05e9 \u05d1\u05d4\u05de\u05ea\u05e0\u05d4", + "Photo": "\u05ea\u05de\u05d5\u05e0\u05d4", + "Photo Captured successfully.": "\u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05d4\u05d5\u05e2\u05d1\u05e8\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4.", + "Photo ID": "\u05ea\u05e2\u05d5\u05d3\u05d4 \u05de\u05d6\u05d4\u05d4 \u05e2\u05dd \u05ea\u05de\u05d5\u05e0\u05d4", + "Photo Identification": "\u05d6\u05d9\u05d4\u05d5\u05d9 \u05ea\u05de\u05d5\u05e0\u05d4", + "Photo of %(fullName)s": "\u05ea\u05de\u05d5\u05e0\u05ea %(fullName)s", + "Photo of %(fullName)s's ID": "\u05ea\u05de\u05d5\u05e0\u05ea \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05de\u05d6\u05d4\u05d4 \u05e9\u05dc %(fullName)s", + "Photo requirements:": "\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d4:", + "Photos don't meet the requirements?": "\u05d4\u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05d0\u05d9\u05e0\u05df \u05de\u05ea\u05d0\u05d9\u05de\u05d5\u05ea \u05dc\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea?", + "Pin": "\u05d4\u05e6\u05de\u05d3", + "Pinned": "\u05de\u05d5\u05e6\u05de\u05d3", + "Placeholder": "\u05de\u05e6\u05d9\u05d9\u05df \u05de\u05e7\u05d5\u05dd", + "Please Note": "\u05e9\u05d9\u05dd \u05dc\u05d1", + "Please add a photo of the instructor (Note: only JPEG or PNG format supported)": "\u05d4\u05d5\u05e1\u05e3 \u05ea\u05de\u05d5\u05e0\u05d4 \u05e9\u05dc \u05d4\u05de\u05d3\u05e8\u05d9\u05da (\u05e9\u05d9\u05dd \u05dc\u05d1: \u05e8\u05e7 \u05e7\u05d1\u05e6\u05d9 JPEG \u05d0\u05d5 PNG \u05e0\u05ea\u05de\u05db\u05d9\u05dd. \u05d9\u05e9 \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05e8\u05d9\u05d1\u05d5\u05e2\u05d9\u05d5\u05ea \u05d1\u05dc\u05d1\u05d3, \u05d1\u05e2\u05dc\u05d5\u05ea \u05d9\u05d7\u05e1 \u05e9\u05dc 1:1, \u05d1\u05d2\u05d5\u05d3\u05dc \u05d0\u05d7\u05d9\u05d3 \u05dc\u05db\u05dc \u05d4\u05ea\u05de\u05d5\u05e0\u05d5\u05ea)", + "Please add the institute where the instructor is associated": "\u05d0\u05e0\u05d0 \u05d4\u05db\u05e0\u05e1 \u05d0\u05ea \u05d4\u05de\u05d5\u05e1\u05d3 \u05d0\u05dc\u05d9\u05d5 \u05de\u05e9\u05d5\u05d9\u05da \u05d4\u05de\u05d3\u05e8\u05d9\u05da", + "Please add the instructor's biography": "\u05e0\u05d0 \u05d4\u05db\u05e0\u05e1 \u05d0\u05ea \u05d1\u05d9\u05d5\u05d2\u05e8\u05e4\u05d9\u05d9\u05ea \u05d4\u05de\u05d3\u05e8\u05d9\u05da", + "Please add the instructor's name": "\u05e0\u05d0 \u05d4\u05d5\u05e1\u05e3 \u05d0\u05ea \u05e9\u05dd \u05d4\u05de\u05d3\u05e8\u05d9\u05da", + "Please add the instructor's title": "\u05e0\u05d0 \u05d4\u05d5\u05e1\u05e3 \u05d0\u05ea \u05ea\u05d5\u05d0\u05e8 \u05d4\u05de\u05d3\u05e8\u05d9\u05da", + "Please address the errors on this page first, and then save your progress.": "\u05d0\u05e0\u05d0 \u05d4\u05ea\u05d9\u05d9\u05d7\u05e1 \u05dc\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea \u05d1\u05e2\u05de\u05d5\u05d3 \u05d6\u05d4 \u05e7\u05d5\u05d3\u05dd \u05d5\u05dc\u05d0\u05d7\u05e8 \u05de\u05db\u05df \u05e9\u05de\u05d5\u05e8 \u05d0\u05ea \u05e2\u05d1\u05d5\u05d3\u05ea\u05da.", + "Please check the following validation feedbacks and reflect them in your course settings:": "\u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05de\u05e9\u05d5\u05d1\u05d9 \u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05d4\u05d1\u05d0\u05d9\u05dd \u05d5\u05e9\u05e7\u05e3 \u05d0\u05d5\u05ea\u05dd \u05d1\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1:", + "Please correct the outlined fields.": "\u05d0\u05e0\u05d0 \u05ea\u05e7\u05df \u05d0\u05ea \u05d4\u05e9\u05d3\u05d5\u05ea \u05d4\u05de\u05e1\u05d5\u05de\u05e0\u05d9\u05dd.", + "Please describe this image or agree that it has no contextual value by checking the checkbox.": "\u05ea\u05d0\u05e8 \u05d0\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05d0\u05d5 \u05d0\u05e9\u05e8 \u05e9\u05d4\u05d9\u05d0 \u05d7\u05e1\u05e8\u05ea \u05e2\u05e8\u05da \u05de\u05d1\u05d7\u05d9\u05e0\u05d4 \u05ea\u05db\u05e0\u05d9\u05ea \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05e1\u05d9\u05de\u05d5\u05df \u05d1\u05ea\u05d9\u05d1\u05d4 \u05d4\u05de\u05d9\u05d5\u05e2\u05d3\u05ea \u05dc\u05db\u05da. ", + "Please do not use any spaces in this field.": "\u05d0\u05e0\u05d0 \u05d0\u05dc \u05ea\u05e9\u05ea\u05de\u05e9 \u05d1\u05e8\u05d5\u05d5\u05d7\u05d9\u05dd \u05d1\u05e9\u05d3\u05d4 \u05d6\u05d4.", + "Please do not use any spaces or special characters in this field.": "\u05d0\u05e0\u05d0 \u05d0\u05dc \u05ea\u05e9\u05ea\u05de\u05e9 \u05d1\u05e8\u05d5\u05d5\u05d7\u05d9\u05dd \u05d0\u05d5 \u05d1\u05ea\u05d5\u05d5\u05d9\u05dd \u05de\u05d9\u05d5\u05d7\u05d3\u05d9\u05dd \u05d1\u05e9\u05d3\u05d4 \u05d6\u05d4.", + "Please enter a problem location.": "\u05e0\u05d0 \u05dc\u05d4\u05d6\u05d9\u05df \u05d0\u05ea \u05de\u05d9\u05e7\u05d5\u05dd \u05d1\u05e2\u05d9\u05d4.", + "Please enter a student email address or username.": "\u05e0\u05d0 \u05d4\u05db\u05e0\u05e1 \u05d0\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05d0\u05d5 \u05e9\u05dd \u05d4\u05de\u05e9\u05ea\u05de\u05e9 \u05e9\u05dc \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8. ", + "Please enter a term in the {anchorStart} search field{anchorEnd}.": "\u05d0\u05e0\u05d0 \u05d4\u05db\u05e0\u05e1 \u05de\u05d5\u05e0\u05d7 \u05d1-{anchorStart} \u05e9\u05d3\u05d4 \u05d4\u05d7\u05d9\u05e4\u05d5\u05e9{anchorEnd}.", + "Please enter a username or email.": "\u05d0\u05e0\u05d0 \u05d4\u05db\u05e0\u05e1 \u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9 \u05d0\u05d5 \u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9", + "Please enter a valid donation amount.": "\u05d0\u05e0\u05d0 \u05d4\u05d6\u05df \u05e1\u05db\u05d5\u05dd \u05dc\u05ea\u05e8\u05d5\u05de\u05d4.", + "Please enter an integer between %(min)s and %(max)s.": "\u05d4\u05d6\u05df \u05de\u05e1\u05e4\u05e8 \u05e9\u05dc\u05dd \u05d1\u05d9\u05df %(min)s \u05dc %(max)s.", + "Please enter an integer between 0 and 100.": "\u05d0\u05e0\u05d0 \u05d4\u05d6\u05df \u05de\u05e1\u05e4\u05e8 \u05e9\u05dc\u05dd \u05d1\u05d9\u05df 0 \u05d5-100", + "Please enter an integer greater than 0.": "\u05d0\u05e0\u05d0 \u05d4\u05d6\u05df \u05de\u05e1\u05e4\u05e8 \u05e9\u05dc\u05dd \u05d2\u05d3\u05d5\u05dc \u05de 0.", + "Please enter non-negative integer.": "\u05d0\u05e0\u05d0 \u05d4\u05d6\u05df \u05de\u05e1\u05e4\u05e8 \u05e9\u05dc\u05dd \u05d5\u05d7\u05d9\u05d5\u05d1\u05d9.", + "Please enter valid start date and time.": "\u05d4\u05d6\u05df \u05ea\u05d0\u05e8\u05d9\u05da\u05d4\u05ea\u05d7\u05dc\u05d4 \u05d5\u05e9\u05e2\u05d4 \u05d7\u05d5\u05e7\u05d9\u05d9\u05dd.", + "Please enter your %(field)s.": "\u05d0\u05e0\u05d0 \u05d4\u05d6\u05df \u05d0\u05ea %(field)s.", + "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "\u05d1\u05e6\u05e2 \u05d0\u05ea \u05d4\u05d4\u05d5\u05e8\u05d0\u05d5\u05ea \u05e9\u05dc\u05d4\u05dc\u05df \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05e7\u05d5\u05d1\u05e5 \u05d1\u05de\u05e7\u05d5\u05dd \u05d0\u05d7\u05e8 \u05d5\u05dc\u05e7\u05e9\u05e8 \u05d0\u05dc\u05d9\u05d5: {maxFileSizeRedirectUrl}", + "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "\u05e0\u05d0 \u05d4\u05d3\u05e4\u05e1 \u05e2\u05de\u05d5\u05d3 \u05d6\u05d4 \u05dc\u05e8\u05e9\u05d5\u05de\u05d5\u05ea\u05d9\u05da; \u05d4\u05d5\u05d0 \u05de\u05e9\u05de\u05e9 \u05db\u05e7\u05d1\u05dc\u05d4. \u05d1\u05e0\u05d5\u05e1\u05e3, \u05ea\u05e7\u05d1\u05dc \u05d2\u05dd \u05d4\u05d5\u05d3\u05e2\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e2\u05dd \u05de\u05d9\u05d3\u05e2 \u05d6\u05d4\u05d4. ", + "Please provide a description of the link destination.": "\u05ea\u05d0\u05d5\u05e8 \u05d0\u05ea \u05d9\u05e2\u05d3 \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8.", + "Please provide a valid URL.": "\u05d0\u05e0\u05d0 \u05e1\u05e4\u05e7 \u05db\u05ea\u05d5\u05d1\u05ea URL \u05d7\u05d5\u05e7\u05d9\u05ea.", + "Please specify a reason.": "\u05e6\u05d9\u05d9\u05df \u05e1\u05d9\u05d1\u05d4.", + "Please verify that you have uploaded a valid image (PNG and JPEG).": "\u05d0\u05e0\u05d0 \u05d5\u05d3\u05d0 \u05e9\u05d4\u05e2\u05dc\u05ea \u05ea\u05de\u05d5\u05e0\u05d4 \u05d7\u05d5\u05e7\u05d9\u05ea (PNG \u05d5- JPEG).", + "Please verify that your webcam is connected and that you have allowed your browser to access it.": "\u05d0\u05e0\u05d0 \u05d5\u05d3\u05d0 \u05e9\u05de\u05e6\u05dc\u05de\u05ea \u05d4\u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05e9\u05dc\u05da \u05de\u05d7\u05d5\u05d1\u05e8\u05ea \u05d5\u05e9\u05d0\u05e4\u05e9\u05e8\u05ea \u05dc\u05d3\u05e4\u05d3\u05e4\u05df \u05e9\u05dc\u05da \u05dc\u05d2\u05e9\u05ea \u05d0\u05dc\u05d9\u05d4.", + "Please wait": "\u05e0\u05d0 \u05d4\u05de\u05ea\u05df", + "Post": "\u05e9\u05dc\u05d7", + "Post type": "\u05e1\u05d5\u05d2 \u05d4\u05e4\u05d5\u05e1\u05d8", + "Practice Exam Completed": "\u05d4\u05d5\u05e9\u05dc\u05dd \u05de\u05d1\u05d7\u05df \u05ea\u05e8\u05d2\u05d5\u05dc", + "Practice Exam Failed": "\u05de\u05d1\u05d7\u05df \u05ea\u05e8\u05d2\u05d5\u05dc \u05e9\u05e0\u05db\u05e9\u05dc", + "Practice Proctored": "\u05ea\u05e8\u05d2\u05d5\u05dc \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7", + "Practice proctored Exam": "\u05de\u05d1\u05d7\u05df \u05ea\u05e8\u05d2\u05d5\u05dc \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7", + "Preferred Language": "\u05e9\u05e4\u05d4 \u05de\u05d5\u05e2\u05d3\u05e4\u05ea", + "Prerequisite:": "\u05d3\u05e8\u05d9\u05e9\u05d4 \u05de\u05d5\u05e7\u05d3\u05de\u05ea:", + "Prerequisite: %(prereq_display_name)s": "\u05d3\u05e8\u05d9\u05e9\u05d4 \u05de\u05d5\u05e7\u05d3\u05de\u05ea: %(prereq_display_name)s", + "Prevent students from generating certificates in this course?": "\u05dc\u05de\u05e0\u05d5\u05e2 \u05de\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd \u05dc\u05d9\u05e6\u05d5\u05e8 \u05ea\u05e2\u05d5\u05d3\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 \u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4?", + "Preview": "\u05ea\u05e6\u05d5\u05d2\u05d4 \u05de\u05e7\u05d3\u05d9\u05de\u05d4", + "Preview Certificate": "\u05d4\u05e6\u05d2 \u05ea\u05e6\u05d5\u05d2\u05d4 \u05de\u05d5\u05e7\u05d3\u05de\u05ea \u05e9\u05dc \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4", + "Preview of uploaded image": "\u05ea\u05e6\u05d5\u05d2\u05d4 \u05de\u05e7\u05d3\u05d9\u05de\u05d4 \u05e9\u05dc \u05ea\u05de\u05d5\u05e0\u05d4 \u05e9\u05d4\u05d5\u05e2\u05dc\u05ea\u05d4", + "Preview this query": "\u05ea\u05e6\u05d5\u05d2\u05d4 \u05de\u05e7\u05d3\u05d9\u05de\u05d4 \u05dc\u05e9\u05d0\u05d9\u05dc\u05ea\u05d0 \u05d6\u05d5", + "Previous": "\u05d4\u05e7\u05d5\u05d3\u05dd", + "Previous Uploads": "\u05d4\u05e2\u05dc\u05d0\u05d5\u05ea \u05e7\u05d5\u05d3\u05de\u05d5\u05ea", + "Previous Uploads table has been updated.": "\u05d8\u05d1\u05dc\u05ea \u05d4\u05e2\u05dc\u05d0\u05d5\u05ea \u05e7\u05d5\u05d3\u05de\u05d5\u05ea \u05e2\u05d5\u05d3\u05db\u05e0\u05d4.", + "Previously published": "\u05e4\u05d5\u05e8\u05e1\u05dd \u05d1\u05e2\u05d1\u05e8", + "Processing Re-run Request": "\u05de\u05e2\u05d1\u05d3 \u05d1\u05e7\u05e9\u05ea \u05d4\u05e8\u05e6\u05d4 \u05e0\u05d5\u05e1\u05e4\u05ea.", + "Proctored": "\u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7", + "Proctored Exam": "\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7", + "Proctored Option Available": "\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05d6\u05de\u05d9\u05e0\u05d4", + "Proctored Option No Longer Available": "\u05d4\u05d0\u05d5\u05e4\u05e6\u05d9\u05d4 \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05d0\u05d9\u05e0\u05d4 \u05d6\u05de\u05d9\u05e0\u05d4 \u05e2\u05d5\u05d3.", + "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.": "\u05de\u05d1\u05d7\u05e0\u05d9\u05dd \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05de\u05ea\u05d5\u05d6\u05de\u05e0\u05d9\u05dd \u05d5\u05de\u05e7\u05dc\u05d9\u05d8\u05d9\u05dd \u05d1\u05d5\u05d9\u05d3\u05d0\u05d5 \u05db\u05dc \u05ea\u05dc\u05de\u05d9\u05d3 \u05e9\u05e0\u05d1\u05d7\u05df. \u05dc\u05d0\u05d7\u05e8 \u05de\u05db\u05df, \u05e0\u05e1\u05e7\u05e8\u05d9\u05dd \u05e1\u05e8\u05d8\u05d5\u05e0\u05d9 \u05d4\u05d5\u05d5\u05d9\u05d3\u05d0\u05d5 \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05d1\u05d8\u05d9\u05d7 \u05e9\u05d4\u05ea\u05dc\u05de\u05d9\u05d3\u05d9\u05dd \u05d9\u05e6\u05d9\u05d9\u05ea\u05d5 \u05dc\u05db\u05dc \u05db\u05dc\u05dc\u05d9 \u05d4\u05de\u05d1\u05d7\u05df.", + "Proctoring Session Results Update for {course_name} {exam_name}": "\u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05de\u05e4\u05d2\u05e9 \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05de\u05e2\u05d5\u05d3\u05db\u05df \u05e2\u05d1\u05d5\u05e8 {course_name} {exam_name}", + "Professional Certificate for {courseName}": "\u05ea\u05e2\u05d5\u05d3\u05d4 \u05de\u05e7\u05e6\u05d5\u05e2\u05d9\u05ea \u05e2\u05d1\u05d5\u05e8 {courseName}", + "Professional Education": "\u05d4\u05e9\u05db\u05dc\u05d4 \u05de\u05e7\u05e6\u05d5\u05e2\u05d9\u05ea", + "Professional Education Verified Certificate": "\u05ea\u05e2\u05d5\u05d3\u05d4 \u05de\u05d0\u05d5\u05de\u05ea\u05ea \u05de\u05e7\u05e6\u05d5\u05e2\u05d9\u05ea", + "Promote another member to Admin to remove your admin rights": "\u05e7\u05d3\u05dd \u05d7\u05d1\u05e8 \u05d0\u05d7\u05e8 \u05dc\u05de\u05e0\u05d4\u05dc \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05e1\u05d9\u05e8 \u05d0\u05ea \u05d6\u05db\u05d5\u05d9\u05d5\u05ea\u05d9\u05da \u05d4\u05e0\u05d9\u05d4\u05d5\u05dc\u05d9\u05d5\u05ea", + "Provisional": "\u05d6\u05de\u05e0\u05d9", + "Provisionally Supported": "\u05e0\u05ea\u05de\u05da \u05d1\u05d0\u05d5\u05e4\u05df \u05d6\u05de\u05e0\u05d9", + "Publish": "\u05e4\u05e8\u05e1\u05dd", + "Publish all unpublished changes for this {item}?": "\u05d4\u05d0\u05dd \u05dc\u05e4\u05e8\u05e1\u05dd \u05d0\u05ea \u05db\u05dc \u05d4\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05e9\u05dc\u05d0 \u05e4\u05d5\u05e8\u05e1\u05de\u05d5 \u05e2\u05d1\u05d5\u05e8 {item}?", + "Publish {display_name}": "\u05e4\u05e8\u05e1\u05dd \u05d0\u05ea {display_name}", + "Published (not yet released)": "\u05e4\u05d5\u05e8\u05e1\u05dd (\u05d0\u05da \u05dc\u05d0 \u05e9\u05d5\u05d7\u05e8\u05e8)", + "Published and Live": "\u05e4\u05d5\u05e8\u05e1\u05dd \u05d5\u05e0\u05de\u05e6\u05d0 \u05d1\u05d0\u05d5\u05d5\u05d9\u05e8", + "Publishing Status": "\u05de\u05e6\u05d1 \u05e4\u05e8\u05e1\u05d5\u05dd", + "Question": "\u05e9\u05d0\u05dc\u05d4", + "Questions raise issues that need answers. Discussions share ideas and start conversations. (Required)": "\u05d1\u05e2\u05d6\u05e8\u05ea \u05dc\u05d7\u05e6\u05df '\u05e9\u05d0\u05dc\u05d5\u05ea' \u05ea\u05d5\u05db\u05dc \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05e1\u05d5\u05d2\u05d9\u05d4 \u05de\u05e1\u05d5\u05d9\u05de\u05ea \u05d4\u05de\u05e6\u05e8\u05d9\u05db\u05d4 \u05ea\u05e9\u05d5\u05d1\u05d4. \u05d1\u05e2\u05d6\u05e8\u05ea \u05dc\u05d7\u05e6\u05df '\u05d3\u05d9\u05d5\u05e0\u05d9\u05dd' \u05ea\u05d5\u05db\u05dc \u05dc\u05d7\u05dc\u05d5\u05e7 \u05e8\u05e2\u05d9\u05d5\u05e0\u05d5\u05ea \u05d5\u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d1\u05e9\u05d9\u05d7\u05d5\u05ea \u05e2\u05dc \u05e0\u05d5\u05e9\u05d0\u05d9 \u05d4\u05e7\u05d5\u05e8\u05e1 \u05d4\u05e9\u05d5\u05e0\u05d9\u05dd. (\u05d7\u05d5\u05d1\u05d4)", + "Queued": "\u05de\u05de\u05ea\u05d9\u05df \u05d1\u05ea\u05d5\u05e8", + "Read More": "\u05e7\u05e8\u05d0 \u05e2\u05d5\u05d3", + "Ready To Start": "\u05de\u05d5\u05db\u05df \u05dc\u05d4\u05ea\u05d7\u05dc\u05d4", + "Ready To Submit": "\u05de\u05d5\u05db\u05df \u05dc\u05d4\u05d2\u05e9\u05d4", + "Reason": "\u05e1\u05d9\u05d1\u05d4", + "Reason field should not be left blank.": "\u05e9\u05d3\u05d4 \u05d4\u05e1\u05d9\u05d1\u05d4 \u05d0\u05d9\u05e0\u05d5 \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d9\u05e9\u05d0\u05e8 \u05e8\u05d9\u05e7.", + "Reason for change:": "\u05e1\u05d9\u05d1\u05d4 \u05dc\u05e9\u05d9\u05e0\u05d5\u05d9:", + "Receive updates": "\u05e7\u05d1\u05dc \u05e2\u05d3\u05db\u05d5\u05e0\u05d9\u05dd", + "Recent Activity": "\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d0\u05d7\u05e8\u05d5\u05e0\u05d4", + "Redo (Ctrl+Shift+Z)": "\u05d1\u05e6\u05e2 \u05e9\u05d5\u05d1 (Ctrl+Shift+Z)", + "Redo (Ctrl+Y)": "\u05d1\u05e6\u05e2 \u05e9\u05d5\u05d1 (Ctrl+Y)", + "Regenerate": "\u05e6\u05d5\u05e8 \u05de\u05d7\u05d3\u05e9", + "Regenerate the user's certificate": "\u05e6\u05d5\u05e8 \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05ea\u05e2\u05d5\u05d3\u05ea \u05d4\u05de\u05e9\u05ea\u05de\u05e9", + "Register through edX": "\u05d4\u05d9\u05e8\u05e9\u05dd \u05d3\u05e8\u05da edX", + "Register with Institution/Campus Credentials": "\u05d4\u05d9\u05e8\u05e9\u05dd \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05d4\u05e8\u05e9\u05d0\u05d5\u05ea \u05de\u05d5\u05e1\u05d3/\u05e7\u05de\u05e4\u05d5\u05e1", + "Rejected": "\u05e0\u05d3\u05d7\u05d4", + "Related to: %(courseware_title_linked)s": "\u05de\u05e7\u05d5\u05e9\u05e8 \u05dc- %(courseware_title_linked)s", + "Release Date and Time": "\u05ea\u05d0\u05e8\u05d9\u05da \u05d5\u05d6\u05de\u05df \u05e9\u05d7\u05e8\u05d5\u05e8", + "Release Date:": "\u05ea\u05d0\u05e8\u05d9\u05da \u05e9\u05d7\u05e8\u05d5\u05e8:", + "Release Status:": "\u05de\u05e6\u05d1 \u05e9\u05d7\u05e8\u05d5\u05e8:", + "Release Time in UTC:": "\u05d6\u05de\u05df \u05e9\u05d7\u05e8\u05d5\u05e8 \u05d1\u05e4\u05d5\u05e8\u05de\u05d8 UTC:", + "Release:": "\u05e9\u05d7\u05e8\u05d5\u05e8:", + "Released:": "\u05e9\u05d5\u05d7\u05e8\u05e8:", + "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "\u05d4\u05e1\u05e8\u05d4 \u05de\u05ea\u05d1\u05e6\u05e2\u05ea. \u05db\u05d3\u05d9 \u05dc\u05d4\u05d9\u05de\u05e0\u05e2 \u05de\u05e9\u05d2\u05d9\u05d0\u05d5\u05ea, \u05d4\u05d9\u05e9\u05d0\u05e8 \u05d1\u05e2\u05de\u05d5\u05d3 \u05d6\u05d4 \u05e2\u05d3 \u05e9\u05d4\u05ea\u05d4\u05dc\u05d9\u05da \u05d9\u05d5\u05e9\u05dc\u05dd.", + "Remove": "\u05d4\u05e1\u05e8", + "Remove all": "\u05d4\u05e1\u05e8\u05ea \u05d4\u05db\u05dc", + "Remove chapter %(chapterDisplayName)s": "\u05d4\u05e1\u05e8 \u05d0\u05ea \u05e4\u05e8\u05e7 %(chapterDisplayName)s", + "Remove from Invalidation Table": "\u05d4\u05e1\u05e8 \u05de\u05d8\u05d1\u05dc\u05ea \u05d4\u05e4\u05e1\u05d9\u05dc\u05d5\u05ea", + "Remove from List": "\u05d4\u05e1\u05e8 \u05de\u05d4\u05e8\u05e9\u05d9\u05de\u05d4", + "Remove subsection %(subsectionDisplayName)s": "\u05d4\u05e1\u05e8 \u05d0\u05ea \u05ea\u05ea \u05d4\u05e4\u05e8\u05e7 %(subsectionDisplayName)s", + "Remove this team member?": "\u05d4\u05d0\u05dd \u05dc\u05d4\u05e1\u05d9\u05e8 \u05d7\u05d1\u05e8 \u05e6\u05d5\u05d5\u05ea \u05d6\u05d4?", + "Remove this video": "\u05d4\u05e1\u05e8 \u05e1\u05e8\u05d8\u05d5\u05df \u05d5\u05d9\u05d3\u05d0\u05d5 \u05d6\u05d4 ", + "Remove unit %(unitName)s": "\u05d4\u05e1\u05e8 \u05d0\u05ea \u05d4\u05d9\u05d7\u05d9\u05d3\u05d4 %(unitName)s", + "Remove {role} Access": "\u05d4\u05e1\u05e8 \u05d2\u05d9\u05e9\u05ea {role}", + "Remove {video_name} video": "\u05d4\u05e1\u05e8 \u05d0\u05ea \u05e1\u05e8\u05d8\u05d5\u05df \u05d4\u05d5\u05d9\u05d3\u05d0\u05d5 {video_name} ", + "Removing": "\u05de\u05e1\u05d9\u05e8", + "Removing a video from this list does not affect course content. Any content that uses a previously uploaded video ID continues to display in the course.": "\u05d4\u05e1\u05e8\u05ea \u05e1\u05e8\u05d8\u05d5\u05df \u05d5\u05d9\u05d3\u05d0\u05d5 \u05de\u05e8\u05e9\u05d9\u05de\u05d4 \u05d6\u05d5 \u05d0\u05d9\u05e0\u05d4 \u05de\u05e9\u05e4\u05d9\u05e2\u05d4 \u05e2\u05dc \u05ea\u05d5\u05db\u05df \u05d4\u05e7\u05d5\u05e8\u05e1. \u05db\u05dc \u05ea\u05d5\u05db\u05df \u05d4\u05de\u05e9\u05ea\u05de\u05e9 \u05d1\u05de\u05e1\u05e4\u05e8 \u05de\u05d6\u05d4\u05d4 \u05e9\u05dc \u05e1\u05e8\u05d8\u05d5\u05df \u05e9\u05d4\u05d5\u05e2\u05dc\u05d4 \u05d1\u05e2\u05d1\u05e8 \u05de\u05de\u05e9\u05d9\u05da \u05dc\u05d4\u05e6\u05d9\u05d2 \u05d1\u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4.", + "Replace": "\u05d4\u05d7\u05dc\u05e3", + "Report": "\u05d3\u05d5\u05d5\u05d7", + "Report abuse": "\u05d3\u05d5\u05d5\u05d7 \u05e2\u05dc \u05e9\u05d9\u05de\u05d5\u05e9 \u05dc\u05e8\u05e2\u05d4", + "Report abuse, topics, and responses": "\u05d3\u05d5\u05d5\u05d7 \u05e2\u05dc \u05d4\u05d8\u05e8\u05d3\u05d4, \u05e0\u05d5\u05e9\u05d0\u05d9\u05dd \u05d5\u05ea\u05e9\u05d5\u05d1\u05d5\u05ea", + "Reported": "\u05d3\u05d5\u05d5\u05d7", + "Requester": "\u05de\u05d1\u05e7\u05e9", + "Required field.": "\u05e9\u05d3\u05d4 \u05d7\u05d5\u05d1\u05d4", + "Rescore problem '<%- problem_id %>' for all students?": "\u05dc\u05ea\u05ea \u05e6\u05d9\u05d5\u05df \u05de\u05d7\u05d3\u05e9 \u05e2\u05d1\u05d5\u05e8 \u05d1\u05e2\u05d9\u05d4 '<%- problem_id %>' \u05dc\u05db\u05dc\u05dc \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd? ", + "Reset Password": "\u05d0\u05d9\u05e4\u05d5\u05e1 \u05e1\u05d9\u05e1\u05de\u05d4", + "Reset Your Password": "\u05d0\u05e4\u05e1 \u05d0\u05ea \u05e1\u05d9\u05e1\u05de\u05ea\u05da", + "Reset attempts for all students on problem '<%- problem_id %>'?": "\u05d0\u05e4\u05e1 \u05e0\u05d9\u05e1\u05d9\u05d5\u05e0\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 \u05db\u05dc \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd \u05d1\u05d1\u05e2\u05d9\u05d4 '<%- problem_id %>'? ", + "Responses could not be loaded. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05ea\u05d2\u05d5\u05d1\u05d5\u05ea. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", + "Restore enrollment code": "\u05e9\u05d7\u05d6\u05e8 \u05e7\u05d5\u05d3 \u05d4\u05e8\u05e9\u05de\u05d4", + "Retake Photo": "\u05e6\u05dc\u05dd \u05e9\u05d5\u05d1 \u05ea\u05de\u05d5\u05e0\u05d4", + "Retake Your Photos": "\u05e6\u05dc\u05dd \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05ea\u05de\u05d5\u05e0\u05ea\u05da", + "Retry Verification": "\u05e0\u05e1\u05d4 \u05d0\u05d9\u05de\u05d5\u05ea \u05de\u05d7\u05d3\u05e9", + "Return and add email address": "\u05d7\u05d6\u05d5\u05e8 \u05d5\u05d4\u05d5\u05e1\u05e3 \u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9", + "Return to Export": "\u05d7\u05d6\u05d5\u05e8 \u05dc\u05d9\u05d9\u05e6\u05d5\u05d0", + "Return to Your Dashboard": "\u05d7\u05d6\u05d5\u05e8 \u05dc\u05dc\u05d5\u05d7 \u05d4\u05d1\u05e7\u05e8\u05d4", + "Return to team listing": "\u05d7\u05d6\u05d5\u05e8 \u05dc\u05e8\u05e9\u05d9\u05de\u05ea \u05e6\u05d5\u05d5\u05ea", + "Review Policy Exception": "\u05e1\u05e7\u05d9\u05e8\u05ea \u05de\u05d3\u05d9\u05e0\u05d9\u05d5\u05ea \u05d1\u05e0\u05d5\u05d2\u05e2 \u05dc\u05de\u05e7\u05e8\u05d9\u05dd \u05d7\u05e8\u05d9\u05d2\u05d9\u05dd", + "Review Rules": "\u05db\u05dc\u05dc\u05d9 \u05d1\u05d7\u05d9\u05e0\u05d4", + "Review Your Photos": "\u05e1\u05e7\u05d5\u05e8 \u05d0\u05ea \u05ea\u05de\u05d5\u05e0\u05d5\u05ea\u05d9\u05da", + "Review your info": "\u05e1\u05e7\u05d5\u05e8 \u05d0\u05ea \u05d4\u05de\u05d9\u05d3\u05e2 \u05e9\u05dc\u05da", + "Revoke access": "\u05e9\u05dc\u05d5\u05dc \u05d2\u05d9\u05e9\u05d4", + "Save": "\u05e9\u05de\u05d5\u05e8", + "Save Changes": "\u05e9\u05de\u05d5\u05e8 \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd", + "Save changes": "\u05e9\u05de\u05d5\u05e8 \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd", + "Saved cohort": "\u05e7\u05d1\u05d5\u05e6\u05ea \u05dc\u05d9\u05de\u05d5\u05d3 \u05e9\u05de\u05d5\u05e8\u05d4", + "Saving": "\u05e9\u05d5\u05de\u05e8", + "Saving your email preference": "\u05e9\u05de\u05d9\u05e8\u05ea \u05d4\u05e2\u05d3\u05e4\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05dc\u05da", + "Saving...": "\u05e9\u05d5\u05de\u05e8...", + "Scheduled:": "\u05de\u05ea\u05d5\u05db\u05e0\u05df:", + "Search": "\u05d7\u05d9\u05e4\u05d5\u05e9", + "Search Results": "\u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d7\u05d9\u05e4\u05d5\u05e9", + "Search all posts": "\u05d7\u05e4\u05e9 \u05d1\u05db\u05dc \u05d4\u05e4\u05d5\u05e1\u05d8\u05d9\u05dd", + "Search teams": "\u05d7\u05d9\u05e4\u05d5\u05e9 \u05e6\u05d5\u05d5\u05ea\u05d9\u05dd", + "Second Review Required": "\u05d3\u05e8\u05d5\u05e9\u05d4 \u05e1\u05e7\u05d9\u05e8\u05d4 \u05e0\u05d5\u05e1\u05e4\u05ea", + "Section": "\u05e4\u05e8\u05e7", + "Section Visibility": "\u05ea\u05e6\u05d5\u05d2\u05ea \u05e4\u05e8\u05e7", + "See all teams in your course, organized by topic. Join a team to collaborate with other learners who are interested in the same topic as you are.": "\u05e8\u05d0\u05d4 \u05e9\u05db\u05dc \u05d4\u05e6\u05d5\u05d5\u05ea\u05d9\u05dd \u05e9\u05d1\u05e7\u05d5\u05e8\u05e1 \u05e9\u05dc\u05da \u05de\u05d0\u05d5\u05e8\u05d2\u05e0\u05d9\u05dd \u05dc\u05e4\u05d9 \u05e0\u05d5\u05e9\u05d0. \u05d4\u05e6\u05d8\u05e8\u05e3 \u05dc\u05e6\u05d5\u05d5\u05ea \u05db\u05d3\u05d9 \u05dc\u05e9\u05ea\u05e3 \u05e4\u05e2\u05d5\u05dc\u05d4 \u05e2\u05dd \u05ea\u05dc\u05de\u05d9\u05d3\u05d9\u05dd \u05d0\u05d7\u05e8\u05d9\u05dd \u05d4\u05de\u05e2\u05d5\u05e0\u05d9\u05d9\u05e0\u05d9\u05dd \u05d1\u05d0\u05d5\u05ea\u05d5 \u05e0\u05d5\u05e9\u05d0 \u05d1\u05d5 \u05d0\u05ea\u05d4 \u05de\u05ea\u05e2\u05e0\u05d9\u05d9\u05df.", + "Select a Content Group": "\u05d1\u05d7\u05e8 \u05e7\u05d1\u05d5\u05e6\u05ea \u05ea\u05d5\u05db\u05df", + "Select a chapter": "\u05d1\u05d7\u05e8 \u05e4\u05e8\u05e7", + "Select a cohort": "\u05d1\u05d7\u05e8 \u05e7\u05d1\u05d5\u05e6\u05ea \u05dc\u05d9\u05de\u05d5\u05d3", + "Select a cohort to manage": "\u05d1\u05d7\u05e8 \u05e7\u05d1\u05d5\u05e6\u05ea \u05dc\u05d9\u05de\u05d5\u05d3 \u05dc\u05e0\u05d4\u05dc", + "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.": "\u05d1\u05d7\u05e8 \u05d1\u05d6\u05de\u05df \u05e9\u05d4\u05d5\u05e7\u05e6\u05d1 \u05dc\u05de\u05d1\u05d7\u05df. \u05d0\u05dd \u05d7\u05dc\u05e4\u05d5 24 \u05e9\u05e2\u05d5\u05ea, \u05d4\u05e7\u05dc\u05d3 \u05d0\u05ea \u05de\u05e9\u05da \u05d4\u05d6\u05de\u05df. \u05ea\u05d5\u05db\u05dc \u05dc\u05d4\u05e2\u05e0\u05d9\u05e7 \u05d6\u05de\u05df \u05e0\u05d5\u05e1\u05e3 \u05dc\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05d0\u05d9\u05e0\u05d3\u05d9\u05d1\u05d9\u05d3\u05d5\u05d0\u05dc\u05d9\u05d9\u05dd \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05dc\u05d5\u05d7 \u05d4\u05d1\u05e7\u05e8\u05d4 \u05e9\u05dc \u05d4\u05de\u05d3\u05e8\u05d9\u05da.", + "Select the time zone for displaying course dates. If you do not specify a time zone, course dates, including assignment deadlines, will be displayed in your browser's local time zone.": "\u05d1\u05d7\u05e8 \u05d0\u05ea \u05d0\u05d6\u05d5\u05e8 \u05d4\u05d6\u05de\u05df \u05dc\u05e6\u05d5\u05e8\u05da \u05ea\u05e6\u05d5\u05d2\u05ea \u05ea\u05d0\u05e8\u05d9\u05db\u05d9 \u05e7\u05d5\u05e8\u05e1. \u05d1\u05de\u05d9\u05d3\u05d4 \u05d5\u05dc\u05d0 \u05ea\u05e6\u05d9\u05d9\u05df \u05d0\u05ea \u05d0\u05d6\u05d5\u05e8 \u05d4\u05d6\u05de\u05df, \u05ea\u05d0\u05e8\u05d9\u05db\u05d9 \u05d4\u05e7\u05d5\u05e8\u05e1 \u05db\u05d5\u05dc\u05dc \u05ea\u05d0\u05e8\u05d9\u05db\u05d9 \u05d9\u05e2\u05d3 \u05e9\u05dc \u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05d9\u05d5\u05e6\u05d2\u05d5 \u05d1\u05d3\u05e4\u05d3\u05e4\u05df \u05db\u05d0\u05d6\u05d5\u05e8 \u05d4\u05d6\u05de\u05df \u05d4\u05de\u05e7\u05d5\u05de\u05d9 \u05e9\u05dc\u05da.", + "Selected tab": "\u05db\u05e8\u05d8\u05d9\u05e1\u05d9\u05d9\u05d4 \u05e9\u05e0\u05d1\u05d7\u05e8\u05d4", + "Self": "\u05e2\u05e6\u05de\u05d9", + "Send notification to mobile apps": "\u05e9\u05dd \u05d4\u05ea\u05e8\u05d0\u05d4 \u05dc\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d5\u05ea \u05e0\u05d9\u05d9\u05d3", + "Send push notification to mobile apps": "\u05e9\u05dc\u05d7 \u05d4\u05ea\u05e8\u05d0\u05d5\u05ea \u05d3\u05d7\u05e3 \u05dc\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d5\u05ea \u05e0\u05d9\u05d9\u05d3", + "Send to:": "\u05e9\u05dc\u05d7 \u05d0\u05dc:", + "Sent By": "\u05e0\u05e9\u05dc\u05d7 \u05e2\u05dc \u05d9\u05d3\u05d9", + "Sent By:": "\u05e0\u05e9\u05dc\u05d7 \u05e2\u05dc \u05d9\u05d3\u05d9:", + "Sent To": "\u05e0\u05e9\u05dc\u05d7 \u05d0\u05dc", + "Sent To:": "\u05e0\u05e9\u05dc\u05d7 \u05d0\u05dc:", + "September": "\u05e1\u05e4\u05d8\u05de\u05d1\u05e8", + "Server Error, Please refresh the page and try again.": "\u05e9\u05d2\u05d9\u05d0\u05ea \u05e9\u05e8\u05ea, \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05d3\u05e3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", + "Set as a Special Exam": "\u05d4\u05d2\u05d3\u05e8 \u05db\u05de\u05d1\u05d7\u05df \u05de\u05d9\u05d5\u05d7\u05d3", + "Set up your certificate": "\u05d4\u05d2\u05d3\u05e8 \u05d0\u05ea \u05ea\u05e2\u05d5\u05d3\u05ea\u05da", + "Settings": "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea", + "Share": "\u05e9\u05ea\u05e3", + "Share on Mozilla Backpack": "\u05e9\u05ea\u05e3 \u05d1-Mozilla Backpack", + "Share your \"%(display_name)s\" award": "\u05e9\u05ea\u05e3 \u05d0\u05ea \u05e4\u05e8\u05e1 \"%(display_name)s\"", + "Show": "\u05d4\u05e6\u05d2", + "Show All": "\u05d4\u05e6\u05d2 \u05d4\u05db\u05dc", "Show Comment (%(num_comments)s)": [ - "\u05d4\u05e6\u05d2 \u05ea\u05d2\u05d5\u05d1\u05d4 (%(num_comments)s)", - "\u05d4\u05e6\u05d2 \u05ea\u05d2\u05d5\u05d1\u05d5\u05ea (%(num_comments)s)", - "\u05d4\u05e6\u05d2 \u05ea\u05d2\u05d5\u05d1\u05d5\u05ea (%(num_comments)s)", + "\u05d4\u05e6\u05d2 \u05ea\u05d2\u05d5\u05d1\u05d4 (%(num_comments)s)", + "\u05d4\u05e6\u05d2 \u05ea\u05d2\u05d5\u05d1\u05d5\u05ea (%(num_comments)s)", + "\u05d4\u05e6\u05d2 \u05ea\u05d2\u05d5\u05d1\u05d5\u05ea (%(num_comments)s)", "\u05d4\u05e6\u05d2 \u05ea\u05d2\u05d5\u05d1\u05d5\u05ea (%(num_comments)s)" - ], - "Show Deprecated Settings": "\u05d4\u05e6\u05d2 \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05de\u05d9\u05d5\u05e9\u05e0\u05d5\u05ea", - "Show Discussion": "\u05d4\u05e8\u05d0\u05d4 \u05d3\u05d9\u05d5\u05df", - "Show entire subsection": "\u05d4\u05e6\u05d2 \u05d0\u05ea \u05ea\u05ea-\u05d4\u05e4\u05e8\u05e7 \u05db\u05d5\u05dc\u05d5", - "Show me other ways to sign in or register": "\u05d4\u05e6\u05d2 \u05d1\u05e4\u05e0\u05d9\u05d9 \u05d3\u05e8\u05db\u05d9\u05dd \u05d0\u05d7\u05e8\u05d5\u05ea \u05dc\u05d4\u05d9\u05db\u05e0\u05e1 \u05dc\u05d7\u05e9\u05d1\u05d5\u05df \u05d0\u05d5 \u05dc\u05d4\u05d9\u05e8\u05e9\u05dd", - "Show notes": "\u05d4\u05e6\u05d2 \u05e8\u05e9\u05d5\u05de\u05d5\u05ea", - "Show posts by {username}.": "\u05d4\u05e8\u05d0\u05d4 \u05e4\u05d5\u05e1\u05d8\u05d9\u05dd \u05e9\u05dc {username}.", - "Showing all responses": "\u05de\u05e8\u05d0\u05d4 \u05d0\u05ea \u05db\u05dc \u05d4\u05ea\u05d2\u05d5\u05d1\u05d5\u05ea ", + ], + "Show Deprecated Settings": "\u05d4\u05e6\u05d2 \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05de\u05d9\u05d5\u05e9\u05e0\u05d5\u05ea", + "Show Discussion": "\u05d4\u05e8\u05d0\u05d4 \u05d3\u05d9\u05d5\u05df", + "Show entire subsection": "\u05d4\u05e6\u05d2 \u05d0\u05ea \u05ea\u05ea-\u05d4\u05e4\u05e8\u05e7 \u05db\u05d5\u05dc\u05d5", + "Show me other ways to sign in or register": "\u05d4\u05e6\u05d2 \u05d1\u05e4\u05e0\u05d9\u05d9 \u05d3\u05e8\u05db\u05d9\u05dd \u05d0\u05d7\u05e8\u05d5\u05ea \u05dc\u05d4\u05d9\u05db\u05e0\u05e1 \u05dc\u05d7\u05e9\u05d1\u05d5\u05df \u05d0\u05d5 \u05dc\u05d4\u05d9\u05e8\u05e9\u05dd", + "Show notes": "\u05d4\u05e6\u05d2 \u05e8\u05e9\u05d5\u05de\u05d5\u05ea", + "Show posts by {username}.": "\u05d4\u05e8\u05d0\u05d4 \u05e4\u05d5\u05e1\u05d8\u05d9\u05dd \u05e9\u05dc {username}.", + "Showing all responses": "\u05de\u05e8\u05d0\u05d4 \u05d0\u05ea \u05db\u05dc \u05d4\u05ea\u05d2\u05d5\u05d1\u05d5\u05ea ", "Showing first response": [ - "\u05de\u05e6\u05d9\u05d2 \u05ea\u05d2\u05d5\u05d1\u05d4 \u05e8\u05d0\u05e9\u05d5\u05e0\u05d4", - "\u05de\u05e6\u05d9\u05d2 {numResponses} \u05ea\u05d2\u05d5\u05d1\u05d5\u05ea \u05e8\u05d0\u05e9\u05d5\u05e0\u05d5\u05ea", - "\u05de\u05e6\u05d9\u05d2 {numResponses} \u05ea\u05d2\u05d5\u05d1\u05d5\u05ea \u05e8\u05d0\u05e9\u05d5\u05e0\u05d5\u05ea", + "\u05de\u05e6\u05d9\u05d2 \u05ea\u05d2\u05d5\u05d1\u05d4 \u05e8\u05d0\u05e9\u05d5\u05e0\u05d4", + "\u05de\u05e6\u05d9\u05d2 {numResponses} \u05ea\u05d2\u05d5\u05d1\u05d5\u05ea \u05e8\u05d0\u05e9\u05d5\u05e0\u05d5\u05ea", + "\u05de\u05e6\u05d9\u05d2 {numResponses} \u05ea\u05d2\u05d5\u05d1\u05d5\u05ea \u05e8\u05d0\u05e9\u05d5\u05e0\u05d5\u05ea", "\u05de\u05e6\u05d9\u05d2 {numResponses} \u05ea\u05d2\u05d5\u05d1\u05d5\u05ea \u05e8\u05d0\u05e9\u05d5\u05e0\u05d5\u05ea" - ], - "Showing results for \"{searchString}\"": "\u05d4\u05e6\u05d2\u05ea \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 \"{searchString}\"", - "Showing {firstIndex} out of {numItems} total": "\u05de\u05e6\u05d9\u05d2 {firstIndex} \u05de\u05ea\u05d5\u05da {numItems} \u05e1\u05da \u05d4\u05db\u05dc", - "Showing {firstIndex}-{lastIndex} out of {numItems} total": "\u05de\u05e6\u05d9\u05d2 {firstIndex}-{lastIndex} \u05de\u05ea\u05d5\u05da {numItems} \u05e1\u05da \u05d4\u05db\u05dc", - "Sign In": "\u05d4\u05ea\u05d7\u05d1\u05e8/\u05d9", - "Sign in": "\u05db\u05e0\u05d9\u05e1\u05d4", - "Sign in here using your email address and password, or use one of the providers listed below.": "\u05d4\u05d9\u05db\u05e0\u05e1 \u05db\u05d0\u05df \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05d5\u05d4\u05e1\u05d9\u05e1\u05de\u05d4 \u05e9\u05dc\u05da \u05d0\u05d5 \u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d0\u05d7\u05d3 \u05de\u05d4\u05e1\u05e4\u05e7\u05d9\u05dd \u05d4\u05e8\u05e9\u05d5\u05de\u05d9\u05dd \u05d1\u05d4\u05de\u05e9\u05da.", - "Sign in here using your email address and password.": "\u05d4\u05d9\u05db\u05e0\u05e1 \u05db\u05d0\u05df \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05d5\u05d4\u05e1\u05d9\u05e1\u05de\u05d4.", - "Sign in using %(providerName)s": "\u05d4\u05d9\u05db\u05e0\u05e1 \u05dc\u05d7\u05e9\u05d1\u05d5\u05df \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea %(providerName)s", - "Sign in with %(providerName)s": "\u05d4\u05d9\u05db\u05e0\u05e1 \u05dc\u05d7\u05e9\u05d1\u05d5\u05df \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea %(providerName)s", - "Sign in with Institution/Campus Credentials": "\u05d4\u05d9\u05db\u05e0\u05e1 \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05d4\u05e8\u05e9\u05d0\u05d5\u05ea \u05de\u05d5\u05e1\u05d3/\u05e7\u05de\u05e4\u05d5\u05e1", - "Sign in.": "\u05d4\u05ea\u05d7\u05d1\u05e8/\u05d9", - "Signatory": "\u05d4\u05d7\u05d5\u05ea\u05b5\u05dd", - "Signatory field(s) has invalid data.": "\u05d1\u05e9\u05d3\u05d4(\u05d5\u05ea) \u05d4\u05d7\u05ea\u05d9\u05de\u05d4 \u05e7\u05d9\u05d9\u05de\u05d9\u05dd \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9\u05d9\u05dd.", - "Signature Image": "\u05ea\u05de\u05d5\u05e0\u05ea \u05d7\u05ea\u05d9\u05de\u05d4", - "Some Rights Reserved": "\u05d7\u05dc\u05e7 \u05de\u05d4\u05d6\u05db\u05d5\u05d9\u05d5\u05ea \u05e9\u05de\u05d5\u05e8\u05d5\u05ea", - "Some images in this post have been omitted": "\u05d7\u05dc\u05e7 \u05de\u05d4\u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05d1\u05e4\u05d5\u05e1\u05d8 \u05d6\u05d4 \u05e0\u05de\u05d7\u05e7\u05d5", - "Something went wrong changing this enrollment. Please try again.": "\u05de\u05e9\u05d4\u05d5 \u05d4\u05e9\u05ea\u05d1\u05e9 \u05d1\u05e2\u05ea \u05e9\u05d9\u05e0\u05d5\u05d9 \u05d4\u05e8\u05e9\u05de\u05d4 \u05d6\u05d5. \u05e0\u05d0 \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", - "Sorry, no results were found.": "\u05de\u05e6\u05d8\u05e2\u05e8\u05d9\u05dd, \u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5 \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea. ", - "Sorted by": "\u05de\u05d5\u05d9\u05d9\u05df \u05d1\u05d9\u05d3\u05d9", - "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "\u05e6\u05d9\u05d9\u05df \u05d7\u05dc\u05d5\u05e4\u05d4 \u05dc\u05db\u05d5\u05ea\u05e8\u05ea \u05e7\u05d5\u05e8\u05e1 \u05e9\u05ea\u05d5\u05e6\u05d2 \u05d1\u05ea\u05e2\u05d5\u05d3\u05d5\u05ea. \u05d4\u05e9\u05d0\u05e8 \u05e8\u05d9\u05e7 \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05db\u05d5\u05ea\u05e8\u05ea \u05e7\u05d5\u05e8\u05e1 \u05e8\u05e9\u05de\u05d9\u05ea.", - "Specify whether discussion topics are divided": "\u05d9\u05e9 \u05dc\u05e6\u05d9\u05d9\u05df \u05d0\u05dd \u05d9\u05e9\u05e0\u05d4 \u05d7\u05dc\u05d5\u05e7\u05d4 \u05dc\u05e0\u05d5\u05e9\u05d0\u05d9 \u05d3\u05d9\u05d5\u05df", - "Staff": "\u05e6\u05d5\u05d5\u05ea", - "Staff Only": "\u05e6\u05d5\u05d5\u05ea \u05d1\u05dc\u05d1\u05d3", - "Staff and Learners": "\u05e6\u05d5\u05d5\u05ea \u05d5\u05dc\u05d5\u05de\u05d3\u05d9\u05dd", - "Start Date": "\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05ea\u05d7\u05dc\u05d4", - "Start Proctored Exam": "\u05d4\u05ea\u05d7\u05dc \u05d1\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7", - "Start System Check": "\u05d4\u05ea\u05d7\u05dc \u05d1\u05d1\u05d3\u05d9\u05e7\u05ea \u05de\u05e2\u05e8\u05db\u05ea", - "Start generating certificates for all students in this course?": "\u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d1\u05d9\u05e6\u05d9\u05e8\u05ea \u05ea\u05e2\u05d5\u05d3\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 \u05db\u05dc \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd \u05d1\u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4?", - "Start regenerating certificates for students in this course?": "\u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d1\u05d9\u05e6\u05d9\u05e8\u05d4 \u05de\u05d7\u05d3\u05e9 \u05e9\u05dc \u05ea\u05e2\u05d5\u05d3\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd \u05d1\u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4?", - "Start working toward your next learning goal.": "\u05d4\u05ea\u05d7\u05dc \u05dc\u05e2\u05d1\u05d5\u05d3 \u05dc\u05e7\u05e8\u05d0\u05ea \u05d9\u05e2\u05d3 \u05d4\u05dc\u05de\u05d9\u05d3\u05d4 \u05d4\u05d1\u05d0.", - "Started": "\u05d4\u05ea\u05d7\u05d9\u05dc", - "Started entrance exam rescore task for student '{student_id}'. Click the 'Show Task Status' button to see the status of the task.": "\u05d4\u05d7\u05dc \u05ea\u05d4\u05dc\u05d9\u05da \u05e6\u05d9\u05d5\u05df \u05de\u05d7\u05d3\u05e9 \u05e2\u05d1\u05d5\u05e8 \u05de\u05d1\u05d7\u05df \u05db\u05e0\u05d9\u05e1\u05d4 \u05dc\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 '{student_id}'. \u05dc\u05d7\u05e5 \u05e2\u05dc \u05dc\u05d7\u05e6\u05df '\u05d4\u05e6\u05d2 \u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d5\u05ea' \u05db\u05d3\u05d9 \u05dc\u05d4\u05e6\u05d9\u05d2 \u05d0\u05ea \u05e1\u05d8\u05d8\u05d5\u05e1 \u05d4\u05de\u05e9\u05d9\u05de\u05d4.", - "Started rescore problem task for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u05d4\u05d5\u05e4\u05e2\u05dc\u05d4 \u05de\u05e9\u05d9\u05de\u05d4 \u05dc\u05d7\u05d9\u05e9\u05d5\u05d1 \u05e6\u05d9\u05d5\u05e0\u05d9\u05dd \u05de\u05d7\u05d3\u05e9 \u05e2\u05d1\u05d5\u05e8 \u05d1\u05e2\u05d9\u05d4 '<%- problem_id %>' \u05d5\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 '<%- student_id %>'. \u05dc\u05d7\u05e5 \u05e2\u05dc \u05dc\u05d7\u05e6\u05df '\u05d4\u05e6\u05d2 \u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d5\u05ea' \u05db\u05d3\u05d9 \u05dc\u05e8\u05d0\u05d5\u05ea \u05d0\u05ea \u05e1\u05d8\u05d8\u05d5\u05e1 \u05d4\u05de\u05e9\u05d9\u05de\u05d4.", - "Starts": "\u05de\u05ea\u05d7\u05d9\u05dc", - "Starts: %(start_date)s": "\u05de\u05ea\u05d7\u05d9\u05dc: %(start_date)s", - "State": "\u05de\u05d3\u05d9\u05e0\u05d4", - "Status": "\u05e1\u05d8\u05d8\u05d5\u05e1", - "Status of Your Response": "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05ea\u05e9\u05d5\u05d1\u05ea\u05da", - "Student": "\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8", - "Student Removed from certificate white list successfully.": "\u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05d4\u05d5\u05e1\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05de\u05d4\u05e8\u05e9\u05d9\u05de\u05d4 \u05d4\u05dc\u05d1\u05e0\u05d4 \u05e9\u05dc \u05d4\u05ea\u05e2\u05d5\u05d3\u05d5\u05ea.", - "Student email or username": "\u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05d0\u05d5 \u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9 \u05e9\u05dc \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8", - "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Add to Exception List\" button.": "\u05e9\u05d3\u05d4 \u05e9\u05dd \u05d4\u05de\u05e9\u05ea\u05de\u05e9/\u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05dc \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05d4\u05d5\u05d0 \u05e9\u05d3\u05d4 \u05d7\u05d5\u05d1\u05d4 \u05d5\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e9\u05d0\u05d9\u05e8\u05d5 \u05e8\u05d9\u05e7. \u05d0\u05e0\u05d0 \u05de\u05dc\u05d0 \u05d0\u05ea \u05e9\u05dd \u05d4\u05de\u05e9\u05ea\u05de\u05e9/\u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05d5\u05dc\u05d0\u05d7\u05e8 \u05de\u05db\u05df \u05dc\u05d7\u05e5 \u05e2\u05dc \u05d4\u05dc\u05d7\u05e6\u05df \"\u05d4\u05d5\u05e1\u05e3 \u05dc\u05e8\u05e9\u05d9\u05de\u05ea \u05d7\u05e8\u05d9\u05d2\u05d9\u05dd\".", - "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Invalidate Certificate\" button.": "\u05e9\u05d3\u05d4 \u05e9\u05dd \u05d4\u05de\u05e9\u05ea\u05de\u05e9/\u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05dc \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05d4\u05d5\u05d0 \u05e9\u05d3\u05d4 \u05d7\u05d5\u05d1\u05d4 \u05d5\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e9\u05d0\u05d9\u05e8\u05d5 \u05e8\u05d9\u05e7. \u05d0\u05e0\u05d0 \u05de\u05dc\u05d0 \u05d0\u05ea \u05e9\u05dd \u05d4\u05de\u05e9\u05ea\u05de\u05e9/\u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05d5\u05dc\u05d0\u05d7\u05e8 \u05de\u05db\u05df \u05dc\u05d7\u05e5 \u05e2\u05dc \u05d4\u05dc\u05d7\u05e6\u05df \"\u05e4\u05e1\u05d9\u05dc\u05ea \u05ea\u05e2\u05d5\u05d3\u05d4\".", - "Studio:": "\u05e1\u05d8\u05d5\u05d3\u05d9\u05d5:", - "Subject": "\u05e0\u05d5\u05e9\u05d0", - "Subject:": "\u05e0\u05d5\u05e9\u05d0:", - "Submit": "\u05e9\u05dc\u05d7", - "Submit Application": "\u05e9\u05dc\u05d7 \u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d4", - "Submit enrollment change": "\u05e9\u05dc\u05d7 \u05e9\u05d9\u05e0\u05d5\u05d9 \u05d4\u05e8\u05e9\u05de\u05d4", - "Submitted": "\u05d4\u05d5\u05d2\u05e9", - "Subsection": "\u05ea\u05ea \u05e4\u05e8\u05e7", - "Subsection Visibility": "\u05ea\u05e6\u05d5\u05d2\u05ea \u05ea\u05ea-\u05e4\u05e8\u05e7", - "Subsection is hidden after due date": "\u05ea\u05ea-\u05d4\u05e4\u05e8\u05e7 \u05e0\u05e1\u05ea\u05e8 \u05dc\u05d0\u05d7\u05e8 \u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d9\u05e2\u05d3", - "Success": "\u05d4\u05e6\u05dc\u05d7\u05d4", - "Success! Problem attempts reset for problem '<%- problem_id %>' and student '<%- student_id %>'.": "\u05d4\u05e6\u05dc\u05d7\u05d4! \u05e0\u05e1\u05d9\u05d5\u05e0\u05d5\u05ea \u05d0\u05d9\u05e4\u05d5\u05e1 \u05e2\u05d1\u05d5\u05e8 \u05d1\u05e2\u05d9\u05d4 '<%- problem_id %>' \u05d5\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 '<%- student_id %>'.", - "Successfully deleted student state for user {user}": "\u05d4\u05d5\u05e9\u05dc\u05de\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05de\u05d7\u05d9\u05e7\u05ea \u05de\u05e6\u05d1 \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05e2\u05d1\u05d5\u05e8 \u05de\u05e9\u05ea\u05de\u05e9 {user}", - "Successfully enrolled and sent email to the following users:": "\u05e0\u05e8\u05e9\u05dd \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05d5\u05e9\u05dc\u05d7 \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05dc\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd:", - "Successfully enrolled the following users:": "\u05d4\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd \u05e0\u05e8\u05e9\u05de\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4:", - "Successfully rescored problem for user {user}": "\u05d4\u05d5\u05e9\u05dc\u05dd \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05de\u05ea\u05df \u05e6\u05d9\u05d5\u05df \u05de\u05d7\u05d3\u05e9 \u05e2\u05d1\u05d5\u05e8 \u05de\u05e9\u05ea\u05de\u05e9 {user}", - "Successfully rescored problem to improve score for user {user}": "\u05d4\u05d5\u05e9\u05dc\u05dd \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05de\u05ea\u05df \u05e6\u05d9\u05d5\u05df \u05de\u05d7\u05d3\u05e9 \u05dc\u05d1\u05e2\u05d9\u05d4 \u05e2\u05d1\u05d5\u05e8 \u05de\u05e9\u05ea\u05de\u05e9 {user}", - "Successfully reset the attempts for user {user}": "\u05e0\u05d9\u05e1\u05d9\u05d5\u05e0\u05d5\u05ea \u05d0\u05d5\u05e4\u05e1\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05e2\u05d1\u05d5\u05e8 \u05de\u05e9\u05ea\u05de\u05e9 {user}", - "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "\u05d4\u05d5\u05d3\u05e2\u05d5\u05ea \u05d4\u05e8\u05e9\u05de\u05d4 \u05e0\u05e9\u05dc\u05d7\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05dc\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd. \u05d4\u05dd \u05d9\u05d4\u05d9\u05d5 \u05e8\u05e9\u05d0\u05d9\u05dd \u05dc\u05d4\u05d9\u05e8\u05e9\u05dd \u05dc\u05e7\u05d5\u05e8\u05e1 \u05dc\u05d0\u05d7\u05e8 \u05e9\u05d9\u05e9\u05dc\u05d9\u05de\u05d5 \u05d0\u05ea \u05d4\u05d4\u05e8\u05e9\u05de\u05d4 \u05dc\u05d0\u05ea\u05e8:", - "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "\u05d4\u05d5\u05d3\u05e2\u05d5\u05ea \u05d4\u05e8\u05e9\u05de\u05d4 \u05e0\u05e9\u05dc\u05d7\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05dc\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd. \u05d4\u05dd \u05d9\u05d4\u05d9\u05d5 \u05e8\u05e9\u05d0\u05d9\u05dd \u05dc\u05d4\u05d9\u05e8\u05e9\u05dd \u05dc\u05e7\u05d5\u05e8\u05e1 \u05dc\u05d0\u05d7\u05e8 \u05e9\u05d9\u05e9\u05dc\u05d9\u05de\u05d5 \u05d0\u05ea \u05d4\u05d4\u05e8\u05e9\u05de\u05d4 \u05dc\u05d0\u05ea\u05e8:", - "Successfully started task to rescore problem '<%- problem_id %>' for all students. Click the 'Show Task Status' button to see the status of the task.": "\u05d4\u05d5\u05ea\u05d7\u05dc\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05d4\u05de\u05e9\u05d9\u05de\u05d4 \u05dc\u05ea\u05ea \u05e6\u05d9\u05d5\u05df \u05de\u05d7\u05d3\u05e9 \u05dc\u05d1\u05e2\u05d9\u05d4 '<%- problem_id %>' \u05e2\u05d1\u05d5\u05e8 \u05db\u05dc\u05dc \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd. \u05dc\u05d7\u05e5 \u05e2\u05dc \u05dc\u05d7\u05e6\u05df '\u05d4\u05e6\u05d2 \u05e1\u05d8\u05d8\u05d5\u05e1 \u05e0\u05d9\u05e1\u05d9\u05d5\u05e0\u05d5\u05ea' \u05db\u05d3\u05d9 \u05dc\u05e8\u05d0\u05d5\u05ea \u05d0\u05ea \u05e1\u05d8\u05d8\u05d5\u05e1 \u05d4\u05de\u05e9\u05d9\u05de\u05d4.", - "Successfully started task to reset attempts for problem '<%- problem_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u05d4\u05d5\u05ea\u05d7\u05dc\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05d4\u05de\u05e9\u05d9\u05de\u05d4 \u05dc\u05d0\u05d9\u05e4\u05d5\u05e1 \u05e0\u05e1\u05d9\u05d5\u05e0\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 \u05d1\u05e2\u05d9\u05d4 '<%- problem_id %>'. \u05dc\u05d7\u05e5 \u05e2\u05dc \u05dc\u05d7\u05e6\u05df '\u05d4\u05e6\u05d2 \u05e1\u05d8\u05d8\u05d5\u05e1 \u05e0\u05d9\u05e1\u05d9\u05d5\u05e0\u05d5\u05ea' \u05db\u05d3\u05d9 \u05dc\u05e8\u05d0\u05d5\u05ea \u05d0\u05ea \u05e1\u05d8\u05d8\u05d5\u05e1 \u05d4\u05de\u05e9\u05d9\u05de\u05d4.", - "Successfully unlinked.": "\u05d4\u05e1\u05e8\u05ea \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8 \u05d1\u05d5\u05e6\u05e2\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4.", - "Supported": "\u05e0\u05ea\u05de\u05da", - "TOTAL": "\u05e1\u05da \u05d4\u05db\u05dc", - "Tags": "\u05ea\u05d2\u05d9\u05d5\u05ea", - "Tags:": "\u05ea\u05d2\u05d9\u05d5\u05ea:", - "Take Photo": "\u05e6\u05dc\u05dd \u05ea\u05de\u05d5\u05e0\u05d4", - "Take Your Photo": "\u05e6\u05dc\u05dd \u05d0\u05ea \u05ea\u05de\u05d5\u05e0\u05ea\u05da", - "Take a Photo of Your ID": "\u05e6\u05dc\u05dd \u05ea\u05de\u05d5\u05e0\u05d4 \u05e9\u05dc \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05de\u05d6\u05d4\u05d4 \u05e9\u05dc\u05da", - "Take a photo of your ID": "\u05e6\u05dc\u05dd \u05ea\u05de\u05d5\u05e0\u05d4 \u05e9\u05dc \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05de\u05d6\u05d4\u05d4 \u05e9\u05dc\u05da.", - "Take me to the main course page": "\u05e2\u05d1\u05d5\u05e8 \u05dc\u05e2\u05de\u05d5\u05d3 \u05d4\u05e7\u05d5\u05e8\u05e1 \u05d4\u05e8\u05d0\u05e9\u05d9", - "Take me to the main library page": "\u05e2\u05d1\u05d5\u05e8 \u05dc\u05e2\u05de\u05d5\u05d3 \u05d4\u05e1\u05e4\u05e8\u05d9\u05d4 \u05d4\u05e8\u05d0\u05e9\u05d9", - "Take this exam without proctoring.": "\u05d4\u05d9\u05d1\u05d7\u05df \u05d1\u05de\u05d1\u05d7\u05df \u05d6\u05d4 \u05dc\u05dc\u05d0 \u05e4\u05d9\u05e7\u05d5\u05d7.", - "Taking As Open Exam": " \u05d1\u05d7\u05d9\u05e8\u05d4 \u05d1\u05de\u05d1\u05d7\u05df \u05e4\u05ea\u05d5\u05d7", - "Taking As Proctored Exam": "\u05d1\u05d7\u05d9\u05e8\u05d4 \u05db\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7", - "Taking as Proctored": "\u05d1\u05d7\u05d9\u05e8\u05d4 \u05d1\u05e4\u05d9\u05e7\u05d5\u05d7", - "Task ID": "\u05de\u05d6\u05d4\u05d4 \u05de\u05e9\u05d9\u05de\u05d4", - "Task Progress": "\u05d4\u05ea\u05e7\u05d3\u05de\u05d5\u05ea \u05d4\u05de\u05e9\u05d9\u05de\u05d4", - "Task Status": "\u05de\u05e6\u05d1 \u05d4\u05de\u05e9\u05d9\u05de\u05d4", - "Task Type": "\u05e1\u05d5\u05d2 \u05de\u05e9\u05d9\u05de\u05d4", - "Task inputs": "\u05ea\u05e9\u05d5\u05de\u05d5\u05ea \u05de\u05e9\u05d9\u05de\u05d4", - "Teaching Assistant": "\u05e2\u05d5\u05d6\u05e8 \u05d4\u05d5\u05e8\u05d0\u05d4", - "Team \"{team}\" successfully deleted.": "\u05d4\u05e6\u05d5\u05d5\u05ea \"{team}\" \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4.", - "Team Description (Required) *": "\u05ea\u05d9\u05d0\u05d5\u05e8 \u05d4\u05e6\u05d5\u05d5\u05ea (\u05e0\u05d3\u05e8\u05e9) *", - "Team Details": "\u05e4\u05e8\u05d8\u05d9 \u05e6\u05d5\u05d5\u05ea", - "Team Name (Required) *": "\u05e9\u05dd \u05d4\u05e6\u05d5\u05d5\u05ea (\u05e0\u05d3\u05e8\u05e9) *", - "Team Search": "\u05d7\u05d9\u05e4\u05d5\u05e9 \u05e6\u05d5\u05d5\u05ea", - "Team capacity": "\u05e7\u05d9\u05d1\u05d5\u05dc\u05ea \u05e6\u05d5\u05d5\u05ea", - "Team description cannot have more than 300 characters.": "\u05ea\u05d9\u05d0\u05d5\u05e8 \u05d4\u05e6\u05d5\u05d5\u05ea \u05d0\u05d9\u05e0\u05d5 \u05d9\u05db\u05d5\u05dc \u05dc\u05d7\u05e8\u05d5\u05d2 \u05de-300 \u05ea\u05d5\u05d5\u05d9\u05dd.", - "Team member profiles": "\u05e4\u05e8\u05d5\u05e4\u05d9\u05dc\u05d9\u05dd \u05e9\u05dc \u05d7\u05d1\u05e8\u05d9 \u05e6\u05d5\u05d5\u05ea", - "Team name cannot have more than 255 characters.": "\u05e9\u05dd \u05d4\u05e6\u05d5\u05d5\u05ea \u05d0\u05d9\u05e0\u05d5 \u05d9\u05db\u05d5\u05dc \u05dc\u05d7\u05e8\u05d5\u05d2 \u05de-255 \u05ea\u05d5\u05d5\u05d9\u05dd.", - "Teams": "\u05e6\u05d5\u05d5\u05ea\u05d9\u05dd", - "Teams Pagination": "\u05e2\u05d9\u05de\u05d5\u05d3 \u05e6\u05d5\u05d5\u05ea\u05d9\u05dd", - "Terms of Service and Honor Code": "\u05ea\u05e0\u05d0\u05d9 \u05e9\u05d9\u05de\u05d5\u05e9 \u05d5\u05e7\u05d5\u05d3 \u05d0\u05ea\u05d9", - "Textbook Name": "\u05e9\u05dd \u05e1\u05e4\u05e8 \u05d4\u05e7\u05d5\u05e8\u05e1", - "Textbook information": "\u05de\u05d9\u05d3\u05e2 \u05e2\u05dc \u05e1\u05e4\u05e8 \u05d4\u05e7\u05d5\u05e8\u05e1", - "Thank you %(full_name)s! We have received your payment for %(course_name)s.": "\u05ea\u05d5\u05d3\u05d4 \u05e8\u05d1\u05d4, %(full_name)s! \u05e7\u05d9\u05d1\u05dc\u05e0\u05d5 \u05d0\u05ea \u05ea\u05e9\u05dc\u05d5\u05de\u05da \u05e2\u05d1\u05d5\u05e8 %(course_name)s.", - "Thank you for submitting your financial assistance application for {course_name}! You can expect a response in 2-4 business days.": "\u05ea\u05d5\u05d3\u05d4 \u05e9\u05e9\u05dc\u05d7\u05ea \u05d0\u05ea \u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d9\u05ea \u05d4\u05e1\u05d9\u05d5\u05e2 \u05d4\u05db\u05e1\u05e4\u05d9 \u05e9\u05dc\u05da \u05dc-{course_name}! \u05ea\u05d5\u05db\u05dc \u05dc\u05e6\u05e4\u05d5\u05ea \u05dc\u05ea\u05e9\u05d5\u05d1\u05d4 \u05ea\u05d5\u05da 4-2 \u05d9\u05de\u05d9 \u05e2\u05e1\u05e7\u05d9\u05dd.", - "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "\u05ea\u05d5\u05d3\u05d4 \u05e2\u05dc \u05d4\u05d2\u05e9\u05ea \u05ea\u05de\u05d5\u05e0\u05d5\u05ea\u05d9\u05da. \u05d0\u05e0\u05d5 \u05e0\u05d1\u05d3\u05d5\u05e7 \u05d0\u05d5\u05ea\u05df \u05d1\u05e7\u05e8\u05d5\u05d1. \u05d9\u05e9 \u05d1\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea\u05da \u05db\u05e2\u05ea \u05dc\u05d4\u05d9\u05e8\u05e9\u05dd \u05dc\u05db\u05dc \u05e7\u05d5\u05e8\u05e1\u05d9 %(platformName)s \u05e9\u05de\u05e6\u05d9\u05e2\u05d9\u05dd \u05ea\u05e2\u05d5\u05d3\u05d4 \u05e2\u05dd \u05d6\u05d4\u05d5\u05ea \u05de\u05d0\u05d5\u05de\u05ea\u05ea. \u05d0\u05d9\u05de\u05d5\u05ea \u05d6\u05d4\u05d5\u05ea\u05da \u05ea\u05e7\u05e3 \u05dc\u05e9\u05e0\u05d4 \u05d0\u05d7\u05ea. \u05dc\u05d0\u05d7\u05e8 \u05e9\u05e0\u05d4, \u05e2\u05dc\u05d9\u05da \u05dc\u05d4\u05d2\u05d9\u05e9 \u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05dc\u05d0\u05d9\u05de\u05d5\u05ea \u05d7\u05d5\u05d6\u05e8.", - "Thank you! We have received your payment for {courseName}.": "\u05ea\u05d5\u05d3\u05d4 \u05e8\u05d1\u05d4! \u05e7\u05d9\u05d1\u05dc\u05e0\u05d5 \u05d0\u05ea \u05ea\u05e9\u05dc\u05d5\u05de\u05da \u05e2\u05d1\u05d5\u05e8 {courseName}.", - "Thanks for returning to verify your ID in: {courseName}": "\u05ea\u05d5\u05d3\u05d4 \u05e9\u05d7\u05d6\u05e8\u05ea \u05dc\u05d5\u05d5\u05d3\u05d0 \u05d0\u05ea \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05de\u05d6\u05d4\u05d4 \u05e9\u05dc\u05da: {courseName}", - "The certificate for this learner has been re-validated and the system is re-running the grade for this learner.": "\u05d4\u05ea\u05e2\u05d5\u05d3\u05d4 \u05e9\u05dc \u05ea\u05dc\u05de\u05d9\u05d3 \u05d6\u05d4 \u05d0\u05d5\u05de\u05ea\u05d4 \u05de\u05d7\u05d3\u05e9 \u05d5\u05d4\u05de\u05e2\u05e8\u05db\u05ea \u05de\u05e8\u05d9\u05e6\u05d4 \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05d4\u05e6\u05d9\u05d5\u05df \u05e2\u05d1\u05d5\u05e8 \u05ea\u05dc\u05de\u05d9\u05d3 \u05d6\u05d4.", - "The cohort cannot be added": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d0\u05ea \u05e7\u05d1\u05d5\u05e6\u05ea \u05d4\u05dc\u05d9\u05de\u05d5\u05d3", - "The cohort cannot be saved": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05de\u05d5\u05e8 \u05d0\u05ea \u05e7\u05d1\u05d5\u05e6\u05ea \u05d4\u05dc\u05d9\u05de\u05d5\u05d3", - "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "\u05d4\u05d0\u05d5\u05e8\u05da \u05d4\u05de\u05e9\u05d5\u05dc\u05d1 \u05e9\u05dc \u05e9\u05d3\u05d5\u05ea \u05d4\u05d0\u05e8\u05d2\u05d5\u05df \u05d5\u05e7\u05d5\u05d3 \u05d4\u05e1\u05e4\u05e8\u05d9\u05d9\u05d4 \u05d0\u05d9\u05e0\u05d5 \u05d9\u05db\u05d5\u05dc \u05dc\u05e2\u05dc\u05d5\u05ea \u05e2\u05dc <%=limit%> \u05ea\u05d5\u05d5\u05d9\u05dd.", - "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "\u05d4\u05d0\u05d5\u05e8\u05da \u05d4\u05de\u05e9\u05d5\u05dc\u05d1 \u05e9\u05dc \u05e9\u05d3\u05d5\u05ea \u05d4\u05d0\u05e8\u05d2\u05d5\u05df, \u05de\u05e1\u05e4\u05e8 \u05d4\u05e7\u05d5\u05e8\u05e1 \u05d5\u05d4\u05e8\u05e6\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1 \u05d0\u05d9\u05e0\u05d5 \u05d9\u05db\u05d5\u05dc \u05dc\u05e2\u05dc\u05d5\u05ea \u05e2\u05dc <%=limit%> \u05ea\u05d5\u05d5\u05d9\u05dd.", - "The country that team members primarily identify with.": "\u05d4\u05de\u05d3\u05d9\u05e0\u05d4 \u05d4\u05e2\u05d9\u05e7\u05e8\u05d9\u05ea \u05d0\u05d9\u05ea\u05d4 \u05de\u05d6\u05d5\u05d4\u05d9\u05dd \u05d7\u05d1\u05e8\u05d9 \u05d4\u05e6\u05d5\u05d5\u05ea.", - "The course end date must be later than the course start date.": "\u05ea\u05d0\u05e8\u05d9\u05da \u05e1\u05d9\u05d5\u05dd \u05d4\u05e7\u05d5\u05e8\u05e1 \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05d0\u05d5\u05d7\u05e8 \u05d9\u05d5\u05ea\u05e8 \u05de\u05ea\u05d0\u05e8\u05d9\u05da \u05ea\u05d7\u05d9\u05dc\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1.", - "The course must have an assigned start date.": "\u05dc\u05e7\u05d5\u05e8\u05e1 \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05ea\u05d7\u05dc\u05d4 \u05e7\u05d1\u05d5\u05e2", - "The course start date must be later than the enrollment start date.": "\u05ea\u05d0\u05e8\u05d9\u05da \u05ea\u05d7\u05d9\u05dc\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1 \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05d0\u05d5\u05d7\u05e8 \u05d9\u05d5\u05ea\u05e8 \u05de\u05ea\u05d0\u05e8\u05d9\u05da \u05ea\u05d7\u05d9\u05dc\u05ea \u05d4\u05d4\u05e8\u05e9\u05de\u05d4.", - "The display of ungraded and checked out responses could not be loaded.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05d4\u05d9\u05d4 \u05dc\u05d8\u05e2\u05d5\u05df \u05d0\u05ea \u05d4\u05ea\u05e6\u05d5\u05d2\u05d4 \u05e9\u05dc \u05ea\u05e9\u05d5\u05d1\u05d5\u05ea \u05d9\u05d5\u05e6\u05d0\u05d5\u05ea \u05d5\u05dc\u05d0-\u05de\u05d3\u05d5\u05e8\u05d2\u05d5\u05ea.", - "The email address you've provided isn't formatted correctly.": "\u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05e1\u05d9\u05e4\u05e7\u05ea \u05d0\u05d9\u05e0\u05d4 \u05db\u05ea\u05d5\u05d1\u05d4 \u05d1\u05e4\u05d5\u05e8\u05de\u05d8 \u05de\u05ea\u05d0\u05d9\u05dd.", - "The enrollment end date cannot be after the course end date.": "\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05e1\u05d9\u05d5\u05dd \u05dc\u05d4\u05e8\u05e9\u05de\u05d4 \u05d0\u05d9\u05e0\u05d5 \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d9\u05d5\u05ea \u05dc\u05d0\u05d7\u05e8 \u05ea\u05d0\u05e8\u05d9\u05da \u05e1\u05d9\u05d5\u05dd \u05d4\u05e7\u05d5\u05e8\u05e1. ", - "The enrollment start date cannot be after the enrollment end date.": "\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05ea\u05d7\u05dc\u05ea \u05d4\u05d4\u05e8\u05e9\u05de\u05d4 \u05dc\u05e7\u05d5\u05e8\u05e1 \u05d0\u05d9\u05e0\u05d5 \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d9\u05d5\u05ea \u05dc\u05e4\u05e0\u05d9 \u05ea\u05d0\u05e8\u05d9\u05da \u05e1\u05d9\u05d5\u05dd \u05d4\u05d4\u05e8\u05e9\u05de\u05d4 \u05dc\u05e7\u05d5\u05e8\u05e1.", - "The file must be at least {size} in size.": "\u05e2\u05dc \u05d2\u05d5\u05d3\u05dc \u05d4\u05e7\u05d5\u05d1\u05e5 \u05dc\u05d4\u05d9\u05d5\u05ea \u05dc\u05e4\u05d7\u05d5\u05ea {size}.", - "The file must be smaller than {size} in size.": "\u05e2\u05dc \u05d2\u05d5\u05d3\u05dc \u05d4\u05e7\u05d5\u05d1\u05e5 \u05dc\u05d4\u05d9\u05d5\u05ea \u05e7\u05d8\u05df \u05de{size}.", - "The following email addresses and/or usernames are invalid:": "\u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05d4\u05d1\u05d0\u05d5\u05ea \u05d5/\u05d0\u05d5 \u05e9\u05de\u05d5\u05ea \u05d4\u05de\u05e9\u05ea\u05de\u05e9 \u05d0\u05d9\u05e0\u05df \u05d7\u05d5\u05e7\u05d9\u05d5\u05ea:", - "The following errors were generated:": "\u05d4\u05e9\u05d2\u05d9\u05d0\u05d5\u05ea \u05d4\u05d1\u05d0\u05d5\u05ea \u05e0\u05d5\u05e6\u05e8\u05d5:", - "The following file types are not allowed: ": "\u05e1\u05d5\u05d2\u05d9 \u05d4\u05e7\u05d1\u05e6\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd \u05d0\u05d9\u05e0\u05dd \u05de\u05d5\u05e8\u05e9\u05d9\u05dd: ", - "The following information is already a part of your {platform} profile. We\\'ve included it here for your application.": "\u05d4\u05de\u05d9\u05d3\u05e2 \u05d4\u05d1\u05d0 \u05d4\u05d5\u05d0 \u05db\u05d1\u05e8 \u05d7\u05dc\u05e7 \u05de\u05d4\u05e4\u05e8\u05d5\u05e4\u05d9\u05dc \u05e9\u05dc\u05da \u05d1-{platform}. \u05db\u05dc\u05dc\u05e0\u05d5 \u05d0\u05d5\u05ea\u05d5 \u05db\u05d0\u05df \u05e2\u05d1\u05d5\u05e8 \u05d4\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d4 \u05e9\u05dc\u05da.", - "The following message will be displayed at the bottom of the courseware pages within your course:": "\u05d4\u05d4\u05d5\u05d3\u05e2\u05d4 \u05d4\u05d1\u05d0\u05d4 \u05ea\u05d5\u05e6\u05d2 \u05d1\u05ea\u05d7\u05ea\u05d9\u05ea \u05d3\u05e4\u05d9 \u05ea\u05d5\u05db\u05e0\u05ea \u05d4\u05de\u05d7\u05e9\u05d1 \u05e9\u05dc \u05d4\u05e7\u05d5\u05e8\u05e1 \u05d4\u05e0\u05de\u05e6\u05d0 \u05d1\u05ea\u05d5\u05da \u05d4\u05e7\u05d5\u05e8\u05e1:", - "The following options are available for the {license_name} license.": "\u05d4\u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05d4\u05d1\u05d0\u05d5\u05ea \u05d6\u05de\u05d9\u05e0\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 \u05e8\u05d9\u05e9\u05d9\u05d5\u05df {license_name}.", - "The following users are no longer enrolled in the course:": "\u05d4\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd \u05db\u05d1\u05e8 \u05d0\u05d9\u05e0\u05dd \u05e8\u05e9\u05d5\u05de\u05d9\u05dd \u05dc\u05e7\u05d5\u05e8\u05e1:", - "The following warnings were generated:": "\u05d4\u05d0\u05d6\u05d4\u05e8\u05d5\u05ea \u05d4\u05d1\u05d0\u05d5\u05ea \u05e0\u05d5\u05e6\u05e8\u05d5:", - "The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.": "\u05d4\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d4 \u05d4\u05db\u05dc\u05dc\u05d9\u05ea \u05e2\u05d1\u05d5\u05e8 \u05e1\u05d5\u05d2 \u05d6\u05d4 \u05e9\u05dc \u05de\u05e9\u05d9\u05de\u05d4, \u05dc\u05d3\u05d5\u05d2\u05de\u05d4, \u05e9\u05d9\u05e2\u05d5\u05e8\u05d9 \u05d1\u05d9\u05ea \u05d0\u05d5 \u05de\u05d1\u05d7\u05df \u05d0\u05de\u05e6\u05e2 \u05e9\u05e0\u05d4. \u05e9\u05dd \u05d6\u05d4 \u05d2\u05dc\u05d5\u05d9 \u05dc\u05dc\u05d5\u05de\u05d3\u05d9\u05dd.", - "The language that team members primarily use to communicate with each other.": "\u05d4\u05e9\u05e4\u05d4 \u05d4\u05e2\u05d9\u05e7\u05e8\u05d9\u05ea \u05e9\u05d7\u05d1\u05e8\u05d9 \u05d4\u05e6\u05d5\u05d5\u05ea \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05db\u05d3\u05d9 \u05dc\u05ea\u05e7\u05e9\u05e8 \u05d6\u05d4 \u05e2\u05dd \u05d6\u05d4.", - "The minimum grade for course credit is not set.": "\u05d4\u05e6\u05d9\u05d5\u05df \u05d4\u05de\u05d9\u05e0\u05d9\u05de\u05dc\u05d9 \u05dc\u05e7\u05d1\u05dc \u05e0\u05e7\u05d5\u05d3\u05d5\u05ea \u05d6\u05db\u05d5\u05ea \u05d1\u05e7\u05d5\u05e8\u05e1 \u05d0\u05d9\u05e0\u05d5 \u05de\u05d5\u05d2\u05d3\u05e8.", - "The minimum score percentage must be a whole number between 0 and 100.": "\u05d0\u05d7\u05d5\u05d6 \u05d4\u05e6\u05d9\u05d5\u05df \u05d4\u05de\u05d9\u05e0\u05d9\u05de\u05dc\u05d9 \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05e1\u05e4\u05e8 \u05e9\u05dc\u05dd \u05d1\u05d9\u05df 0 \u05dc-100.", - "The name of this signatory as it should appear on certificates.": "\u05e9\u05dd \u05d4\u05d7\u05d5\u05ea\u05dd \u05db\u05e4\u05d9 \u05e9\u05d0\u05de\u05d5\u05e8 \u05dc\u05d4\u05d5\u05e4\u05d9\u05e2 \u05d1\u05ea\u05e2\u05d5\u05d3\u05d5\u05ea.", - "The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.": "\u05de\u05e1\u05e4\u05e8 \u05d4\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05de\u05e1\u05d5\u05d2 \u05d6\u05d4 \u05e9\u05d9\u05d5\u05e9\u05de\u05d8\u05d5. \u05d4\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05d1\u05e2\u05dc\u05d5\u05ea \u05d4\u05e6\u05d9\u05d5\u05df \u05d4\u05e0\u05de\u05d5\u05da \u05d1\u05d9\u05d5\u05ea\u05e8 \u05d9\u05d5\u05e9\u05de\u05d8\u05d5 \u05ea\u05d7\u05d9\u05dc\u05d4.", - "The number of subsections in the course that contain problems of this assignment type.": "\u05de\u05e1\u05e4\u05e8 \u05ea\u05ea\u05d9 \u05d4\u05e4\u05e8\u05e7\u05d9\u05dd \u05d1\u05e7\u05d5\u05e8\u05e1 \u05d4\u05de\u05db\u05d9\u05dc \u05d1\u05e2\u05d9\u05d5\u05ea \u05e9\u05dc \u05e1\u05d5\u05d2 \u05de\u05e9\u05d9\u05de\u05d4 \u05d6\u05d4.", - "The organization that this signatory belongs to, as it should appear on certificates.": "\u05d7\u05ea\u05d9\u05de\u05ea \u05d4\u05d0\u05e8\u05d2\u05d5\u05df, \u05db\u05e4\u05d9 \u05e9\u05d4\u05d9\u05d0 \u05d0\u05de\u05d5\u05e8\u05d4 \u05dc\u05d4\u05d5\u05e4\u05d9\u05e2 \u05d1\u05ea\u05e2\u05d5\u05d3\u05d4.", - "The page \"{route}\" could not be found.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05de\u05e6\u05d5\u05d0 \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \"{route}\".", - "The photo of your face matches the photo on your ID.": "\u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05e9\u05dc \u05e4\u05e0\u05d9\u05da \u05ea\u05d5\u05d0\u05de\u05ea \u05dc\u05ea\u05de\u05d5\u05e0\u05d4 \u05e9\u05d1\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05de\u05d6\u05d4\u05d4 \u05e9\u05dc\u05da.", - "The post you selected has been deleted.": "\u05d4\u05e4\u05d5\u05e1\u05d8 \u05e9\u05d1\u05d7\u05e8\u05ea \u05e0\u05de\u05d7\u05e7.", - "The published branch version, {published}, was reset to the draft branch version, {draft}.": "\u05d2\u05e8\u05e1\u05ea \u05d4\u05de\u05d3\u05d5\u05e8 \u05e9\u05e4\u05d5\u05e8\u05e1\u05dd, {published}, \u05d0\u05d5\u05e4\u05e1\u05d4 \u05dc\u05d2\u05e8\u05e1\u05ea \u05de\u05d3\u05d5\u05e8 \u05d4\u05d8\u05d9\u05d5\u05d8\u05d4, {draft}.", - "The raw error message is:": "\u05d4\u05d5\u05d3\u05e2\u05ea \u05d4\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d4\u05d9\u05d0:", - "The selected content group does not exist": "\u05e7\u05d1\u05d5\u05e6\u05ea \u05d4\u05ea\u05d5\u05db\u05df \u05e9\u05e0\u05d1\u05d7\u05e8\u05d4 \u05d0\u05d9\u05e0\u05d4 \u05e7\u05d9\u05d9\u05de\u05ea", - "The server could not be contacted.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d9\u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8 \u05e2\u05dd \u05d4\u05e9\u05e8\u05ea.", - "The staff assessment form could not be loaded.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05d4\u05d9\u05d4 \u05dc\u05d8\u05e2\u05d5\u05df \u05d0\u05ea \u05d8\u05d5\u05e4\u05e1 \u05d4\u05e2\u05e8\u05db\u05ea \u05d4\u05e6\u05d5\u05d5\u05ea.", - "The submission could not be removed from the grading pool.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e1\u05d9\u05e8 \u05d0\u05ea \u05d4\u05d4\u05d2\u05e9\u05d4 \u05de\u05de\u05d0\u05d2\u05e8 \u05d4\u05e6\u05d9\u05d5\u05e0\u05d9\u05dd.", - "The team \"{team}\" could not be found.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05de\u05e6\u05d5\u05d0 \u05d0\u05ea \u05d4\u05e6\u05d5\u05d5\u05ea \"{team}\".", - "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "\u05e0\u05e8\u05d0\u05d4 \u05db\u05d9 \u05d4\u05ea\u05de\u05dc\u05d9\u05dc \u05d4\u05de\u05ea\u05d5\u05d6\u05de\u05df \u05dc\u05e7\u05d5\u05d1\u05e5 \u05d4\u05d5\u05d5\u05d9\u05d3\u05d0\u05d5 \u05d4\u05e8\u05d0\u05e9\u05d5\u05df \u05d0\u05d9\u05e0\u05d5 \u05d3\u05d5\u05de\u05d4 \u05dc\u05ea\u05de\u05dc\u05d9\u05dc \u05d4\u05de\u05ea\u05d5\u05d6\u05de\u05df \u05e9\u05dc \u05e7\u05d5\u05d1\u05e5 \u05d4\u05d5\u05d5\u05d9\u05d3\u05d0\u05d5 \u05d4\u05e9\u05e0\u05d9.", - "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "\u05d4\u05ea\u05de\u05dc\u05d9\u05dc \u05d4\u05de\u05ea\u05d5\u05d6\u05de\u05df \u05e2\u05d1\u05d5\u05e8 \u05e1\u05e8\u05d8\u05d5\u05df \u05d5\u05d9\u05d3\u05d0\u05d5 \u05d6\u05d4 \u05d1-edX \u05de\u05d9\u05d5\u05e9\u05df, \u05d0\u05da \u05e7\u05d9\u05d9\u05de\u05ea \u05d2\u05e8\u05e1\u05d4 \u05e2\u05d3\u05db\u05e0\u05d9\u05ea \u05e2\u05d1\u05d5\u05e8\u05d5 \u05d1\u05d9\u05d5\u05d8\u05d9\u05d5\u05d1.", - "The topic \"{topic}\" could not be found.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05de\u05e6\u05d5\u05d0 \u05d0\u05ea \u05d4\u05e0\u05d5\u05e9\u05d0 \"{topic}\".", - "The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.": "\u05de\u05e9\u05e7\u05dc \u05db\u05dc \u05d4\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05e9\u05dc \u05e1\u05d5\u05d2 \u05d6\u05d4 \u05d4\u05d5\u05d0 \u05db\u05d0\u05d7\u05d5\u05d6 \u05de\u05e1\u05da \u05d4\u05e6\u05d9\u05d5\u05df, \u05dc\u05d3\u05d5\u05d2\u05de\u05d4, 40. \u05d0\u05dc \u05ea\u05db\u05dc\u05d5\u05dc \u05d0\u05ea \u05e1\u05de\u05dc \u05d4\u05d0\u05d7\u05d5\u05d6.", - "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "\u05e7\u05d1\u05d5\u05e6\u05ea \u05d4\u05dc\u05d9\u05de\u05d5\u05d3 {cohortGroupName} \u05e0\u05d5\u05e6\u05e8\u05d4. \u05d0\u05ea\u05d4 \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd \u05d1\u05e6\u05d5\u05e8\u05d4 \u05d9\u05d3\u05e0\u05d9\u05ea \u05dc\u05e7\u05d1\u05d5\u05e6\u05ea \u05dc\u05d9\u05de\u05d5\u05d3 \u05d6\u05d5. ", - "There are invalid keywords in your email. Check the following keywords and try again.": "\u05d9\u05e9\u05e0\u05df \u05de\u05d9\u05dc\u05d5\u05ea \u05de\u05e4\u05ea\u05d7 \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9\u05d5\u05ea \u05d1\u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05dc\u05da. \u05d0\u05e0\u05d0 \u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05de\u05d9\u05dc\u05d5\u05ea \u05d4\u05de\u05e4\u05ea\u05d7 \u05d4\u05d1\u05d0\u05d5\u05ea \u05d5\u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", - "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.": "\u05d9\u05e6\u05d5\u05d0 \u05e9\u05dc \u05e8\u05db\u05d9\u05d1 \u05d0\u05d7\u05d3 \u05dc\u05e4\u05d7\u05d5\u05ea \u05dc-XML, \u05e0\u05db\u05e9\u05dc. \u05de\u05d5\u05de\u05dc\u05e5 \u05dc\u05d2\u05e9\u05ea \u05dc\u05e2\u05de\u05d5\u05d3 \u05d4\u05e2\u05e8\u05d9\u05db\u05d4 \u05d5\u05dc\u05ea\u05e7\u05df \u05d0\u05ea \u05d4\u05e9\u05d2\u05d9\u05d0\u05d4 \u05dc\u05e4\u05e0\u05d9 \u05d1\u05d9\u05e6\u05d5\u05e2 \u05d9\u05e6\u05d5\u05d0 \u05e0\u05d5\u05e1\u05e3. \u05d0\u05e0\u05d0 \u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05d7\u05d5\u05e7\u05d9\u05d5\u05ea \u05db\u05dc \u05d4\u05e8\u05db\u05d9\u05d1\u05d9\u05dd \u05d1\u05e2\u05de\u05d5\u05d3 \u05d5\u05db\u05d9 \u05d4\u05dd \u05d0\u05d9\u05e0\u05dd \u05de\u05e6\u05d9\u05d2\u05d9\u05dd \u05d4\u05d5\u05d3\u05e2\u05d5\u05ea \u05e9\u05d2\u05d9\u05d0\u05d4. ", - "There has been an error processing your survey.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05d9\u05d1\u05d5\u05d3 \u05d4\u05e1\u05e7\u05e8 \u05e9\u05dc\u05da.", - "There has been an error while exporting.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05de\u05d4\u05dc\u05da \u05d4\u05d9\u05d9\u05e6\u05d5\u05d0.", - "There has been an error with your export.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d9\u05d9\u05e6\u05d5\u05d0 \u05e9\u05dc\u05da. ", - "There is invalid code in your content. Please check to make sure it is valid HTML.": "\u05d9\u05e9 \u05e7\u05d5\u05d3 \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9 \u05d1\u05ea\u05d5\u05db\u05df \u05e9\u05dc\u05da. \u05d0\u05e0\u05d0 \u05d5\u05d3\u05d0 \u05db\u05d9 \u05d6\u05d4\u05d5 HTML \u05d7\u05d5\u05e7\u05d9.", - "There is no email history for this course.": "\u05dc\u05d0 \u05e7\u05d9\u05d9\u05de\u05ea \u05d4\u05d9\u05e1\u05d8\u05d5\u05e8\u05d9\u05d4 \u05d1\u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05dc\u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4.", - "There must be at least one group.": "\u05d7\u05d9\u05d9\u05d1\u05ea \u05dc\u05d4\u05d9\u05d5\u05ea \u05dc\u05e4\u05d7\u05d5\u05ea \u05e7\u05d1\u05d5\u05e6\u05d4 \u05d0\u05d7\u05ea.", - "There must be one cohort to which students can automatically be assigned.": "\u05d7\u05d9\u05d9\u05d1\u05ea \u05dc\u05d4\u05d9\u05d5\u05ea \u05e7\u05d1\u05d5\u05e6\u05ea \u05dc\u05d9\u05de\u05d5\u05d3 \u05d0\u05d7\u05ea \u05e9\u05d0\u05dc\u05d9\u05d4 \u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05d9\u05d9\u05da \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd \u05d1\u05d0\u05d5\u05e4\u05df \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9.", - "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05d1\u05e2\u05d9\u05d4 \u05d1\u05e2\u05ea \u05d9\u05e6\u05d9\u05e8\u05ea \u05d4\u05d3\u05d5\u05d7. \u05d1\u05d7\u05e8 \"\u05e6\u05d5\u05e8 \u05ea\u05e7\u05e6\u05d9\u05e8 \u05de\u05e0\u05d4\u05dc\u05d9\u05dd\" \u05db\u05d3\u05d9 \u05dc\u05e0\u05e1\u05d5\u05ea \u05e9\u05d5\u05d1.", - "There was an error changing the user's role": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e9\u05d9\u05e0\u05d5\u05d9 \u05ea\u05e4\u05e7\u05d9\u05d3 \u05d4\u05de\u05e9\u05ea\u05de\u05e9.", - "There was an error obtaining email content history for this course.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e7\u05d1\u05dc\u05ea \u05d4\u05d9\u05e1\u05d8\u05d5\u05e8\u05d9\u05ea \u05d4\u05ea\u05d5\u05db\u05df \u05e9\u05dc \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05dc\u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4.", - "There was an error obtaining email task history for this course.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e7\u05d1\u05dc\u05ea \u05d4\u05d9\u05e1\u05d8\u05d5\u05e8\u05d9\u05ea \u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05dc\u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4.", - "There was an error retrieving preview results for this catalog. Please check that your query is correct and try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05ea \u05d0\u05b4\u05d7\u05d6\u05d5\u05e8 \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d4\u05ea\u05e6\u05d5\u05d2\u05d4 \u05d4\u05de\u05d5\u05e7\u05d3\u05de\u05ea \u05e2\u05d1\u05d5\u05e8 \u05e7\u05d8\u05dc\u05d5\u05d2 \u05d6\u05d4. \u05e0\u05d0 \u05d1\u05d3\u05d5\u05e7 \u05e9\u05d4\u05e9\u05d0\u05d9\u05dc\u05ea\u05d0 \u05e0\u05db\u05d5\u05e0\u05d4 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", - "There was an error, try searching again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4, \u05e0\u05e1\u05d4 \u05dc\u05d7\u05e4\u05e9 \u05e9\u05d5\u05d1.", - "There were errors reindexing course.": "\u05e7\u05e8\u05d5 \u05e9\u05d2\u05d9\u05d0\u05d5\u05ea \u05d1\u05de\u05d9\u05d5\u05df \u05de\u05d7\u05d3\u05e9 \u05e9\u05dc \u05d4\u05e7\u05d5\u05e8\u05e1.", - "There's already another assignment type with this name.": "\u05d9\u05e9 \u05db\u05d1\u05e8 \u05e1\u05d5\u05d2 \u05de\u05e9\u05d9\u05de\u05d4 \u05d0\u05d7\u05e8 \u05d1\u05e2\u05dc \u05e9\u05dd \u05d6\u05d4.", - "These users were not added as beta testers:": "\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d0\u05dc\u05d4 \u05dc\u05d0 \u05e0\u05d5\u05e1\u05e4\u05d5 \u05db\u05d1\u05d5\u05d3\u05e7\u05d9 \u05d1\u05d8\u05d0:", - "These users were not affiliated with the course so could not be unenrolled:": "\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d0\u05dc\u05d4 \u05dc\u05d0 \u05d4\u05d9\u05d5 \u05e7\u05e9\u05d5\u05e8\u05d9\u05dd \u05dc\u05e7\u05d5\u05e8\u05e1 \u05d5\u05dc\u05db\u05df \u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d1\u05d8\u05dc \u05d4\u05e8\u05e9\u05de\u05ea\u05dd:", - "These users were not removed as beta testers:": "\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d0\u05dc\u05d4 \u05dc\u05d0 \u05d4\u05d5\u05e1\u05e8\u05d5 \u05db\u05d1\u05d5\u05d3\u05e7\u05d9 \u05d1\u05d8\u05d0:", - "These users were successfully added as beta testers:": "\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d0\u05dc\u05d4 \u05e0\u05d5\u05e1\u05e4\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05db\u05d1\u05d5\u05d3\u05e7\u05d9 \u05d1\u05d8\u05d0:", - "These users were successfully removed as beta testers:": "\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d0\u05dc\u05d5 \u05d4\u05d5\u05e1\u05e8\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05db\u05d1\u05d5\u05d3\u05e7\u05d9 \u05d1\u05d8\u05d0:", - "These users will be allowed to enroll once they register:": "\u05d4\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd \u05d9\u05d4\u05d9\u05d5 \u05e8\u05e9\u05d0\u05d9\u05dd \u05dc\u05d4\u05d9\u05e8\u05e9\u05dd \u05dc\u05d0\u05d7\u05e8 \u05e9\u05d9\u05e9\u05dc\u05d9\u05de\u05d5 \u05d0\u05ea \u05d4\u05e8\u05e9\u05de\u05ea\u05dd \u05dc\u05d0\u05ea\u05e8:", - "These users will be enrolled once they register:": "\u05d4\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd \u05d9\u05d9\u05e8\u05e9\u05de\u05d5 \u05dc\u05e7\u05d5\u05e8\u05e1 \u05d1\u05e8\u05d2\u05e2 \u05e9\u05d9\u05e8\u05e9\u05de\u05d5 \u05dc\u05d0\u05ea\u05e8:", - "This Group Configuration is not in use. Start by adding a content experiment to any Unit via the {linkStart}Course Outline{linkEnd}.": "\u05d4\u05d2\u05d3\u05e8\u05ea \u05ea\u05e6\u05d5\u05e8\u05ea \u05e7\u05d1\u05d5\u05e6\u05d4 \u05d6\u05d5 \u05d0\u05d9\u05e0\u05d4 \u05d1\u05e9\u05d9\u05de\u05d5\u05e9. \u05d4\u05ea\u05d7\u05dc \u05d1\u05d4\u05d5\u05e1\u05e4\u05ea \u05e0\u05d9\u05e1\u05d5\u05d9 \u05ea\u05d5\u05db\u05df \u05dc\u05db\u05dc \u05d9\u05d7\u05d9\u05d3\u05d4 \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea {linkStart}\u05ea\u05e8\u05e9\u05d9\u05dd \u05d4\u05e7\u05d5\u05e8\u05e1{linkEnd}.", - "This Group Configuration is used in:": "\u05d4\u05d2\u05d3\u05e8\u05ea \u05d4\u05e7\u05d1\u05d5\u05e6\u05d4 \u05e0\u05de\u05e6\u05d0\u05ea \u05d1\u05e9\u05d9\u05de\u05d5\u05e9 \u05d1:", - "This action cannot be undone.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d1\u05d8\u05dc \u05e4\u05e2\u05d5\u05dc\u05d4 \u05d6\u05d5.", - "This assessment could not be submitted.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05d4\u05d9\u05d4 \u05dc\u05d4\u05d2\u05d9\u05e9 \u05d0\u05ea \u05e4\u05e8\u05d9\u05d8 \u05d4\u05d4\u05e2\u05e8\u05db\u05d4 \u05d4\u05d6\u05d4.", - "This catalog's courses:": "\u05d4\u05e7\u05d5\u05e8\u05e1\u05d9\u05dd \u05d1\u05e7\u05d8\u05dc\u05d5\u05d2 \u05d6\u05d4:", - "This certificate has already been activated and is live. Are you sure you want to continue editing?": "\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d6\u05d5 \u05d4\u05d5\u05e4\u05e2\u05dc\u05d4 \u05db\u05d1\u05e8 \u05d5\u05d4\u05d9\u05d0 \u05d1\u05de\u05e6\u05d1 \u05e4\u05e2\u05d9\u05dc. \u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05de\u05e9\u05d9\u05da \u05d1\u05e2\u05e8\u05d9\u05db\u05d4?", - "This comment could not be deleted. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05d4\u05e2\u05e8\u05d4. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", - "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "\u05d4\u05d2\u05d3\u05e8\u05d4 \u05d6\u05d5 \u05e0\u05de\u05e6\u05d0\u05ea \u05db\u05e2\u05ea \u05d1\u05e9\u05d9\u05de\u05d5\u05e9 \u05e0\u05d9\u05e1\u05d5\u05d9 \u05ea\u05d5\u05db\u05df. \u05d0\u05dd \u05ea\u05e9\u05e0\u05d4 \u05d0\u05ea \u05d4\u05e7\u05d1\u05d5\u05e6\u05d5\u05ea, \u05d9\u05ea\u05db\u05df \u05e9\u05ea\u05e6\u05d8\u05e8\u05da \u05dc\u05d1\u05e6\u05e2 \u05e2\u05e8\u05d9\u05db\u05d4 \u05d1\u05e0\u05d9\u05e1\u05d5\u05d9\u05d9\u05dd \u05d0\u05dc\u05d5.", - "This content group is used in one or more units.": "\u05e0\u05e2\u05e9\u05d4 \u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05e7\u05d1\u05d5\u05e6\u05ea \u05ea\u05d5\u05db\u05df \u05d6\u05d5 \u05d1\u05d9\u05d7\u05d9\u05d3\u05d4 \u05d0\u05d7\u05ea \u05d0\u05d5 \u05d9\u05d5\u05ea\u05e8. ", - "This course has automatic cohorting enabled for verified track learners, but cohorts are disabled. You must enable cohorts for the feature to work.": "\u05dc\u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4 \u05d9\u05e9 \u05de\u05d7\u05d6\u05d5\u05e8 \u05dc\u05de\u05d9\u05d3\u05d4 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9 \u05e9\u05de\u05d5\u05e4\u05e2\u05dc \u05e2\u05d1\u05d5\u05e8 \u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05d1\u05de\u05e1\u05dc\u05d5\u05dc \u05de\u05d0\u05d5\u05de\u05ea, \u05d0\u05da \u05de\u05d7\u05d6\u05d5\u05e8\u05d9 \u05d4\u05dc\u05de\u05d9\u05d3\u05d4 \u05de\u05d5\u05e9\u05d1\u05ea\u05d9\u05dd. \u05e2\u05dc\u05d9\u05da \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05de\u05d7\u05d6\u05d5\u05e8\u05d9 \u05dc\u05de\u05d9\u05d3\u05d4 \u05db\u05d3\u05d9 \u05e9\u05d4\u05ea\u05db\u05d5\u05e0\u05d4 \u05ea\u05e2\u05d1\u05d5\u05d3.", - "This course has automatic cohorting enabled for verified track learners, but the required cohort does not exist. You must create a manually-assigned cohort named '{verifiedCohortName}' for the feature to work.": "\u05dc\u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4 \u05d9\u05e9 \u05de\u05d7\u05d6\u05d5\u05e8 \u05dc\u05de\u05d9\u05d3\u05d4 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9 \u05e9\u05de\u05d5\u05e4\u05e2\u05dc \u05e2\u05d1\u05d5\u05e8 \u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05d1\u05de\u05e1\u05dc\u05d5\u05dc \u05de\u05d0\u05d5\u05de\u05ea, \u05d0\u05da \u05de\u05d7\u05d6\u05d5\u05e8 \u05d4\u05dc\u05de\u05d9\u05d3\u05d4 \u05d4\u05d3\u05e8\u05d5\u05e9 \u05d0\u05d9\u05e0\u05d5 \u05e7\u05d9\u05d9\u05dd. \u05e2\u05dc\u05d9\u05da \u05dc\u05d9\u05e6\u05d5\u05e8 \u05de\u05d7\u05d6\u05d5\u05e8 \u05dc\u05de\u05d9\u05d3\u05d4 \u05e9\u05de\u05d5\u05e7\u05e6\u05d4 \u05d1\u05d0\u05d5\u05e4\u05df \u05d9\u05d3\u05e0\u05d9 \u05d4\u05de\u05db\u05d5\u05e0\u05d4 '{verifiedCohortName}' \u05db\u05d3\u05d9 \u05e9\u05d4\u05ea\u05db\u05d5\u05e0\u05d4 \u05ea\u05e2\u05d1\u05d5\u05d3.", - "This course uses automatic cohorting for verified track learners. You cannot disable cohorts, and you cannot rename the manual cohort named '{verifiedCohortName}'. To change the configuration for verified track cohorts, contact your edX partner manager.": "\u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4 \u05de\u05e9\u05ea\u05de\u05e9 \u05d1\u05de\u05d7\u05d6\u05d5\u05e8\u05d9 \u05dc\u05de\u05d9\u05d3\u05d4 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05d9\u05dd \u05e2\u05d1\u05d5\u05e8 \u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05d1\u05de\u05e1\u05dc\u05d5\u05dc \u05de\u05d0\u05d5\u05de\u05ea. \u05d0\u05d9\u05e0\u05da \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05e9\u05d1\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9 \u05dc\u05de\u05d9\u05d3\u05d4 \u05d5\u05d0\u05d9\u05e0\u05da \u05d9\u05db\u05d5\u05dc \u05dc\u05e9\u05e0\u05d5\u05ea \u05d0\u05ea \u05d4\u05e9\u05dd \u05e9\u05dc \u05de\u05d7\u05d6\u05d5\u05e8 \u05dc\u05de\u05d9\u05d3\u05d4 \u05d9\u05d3\u05e0\u05d9 \u05d4\u05de\u05db\u05d5\u05e0\u05d4 '{verifiedCohortName}'. \u05db\u05d3\u05d9 \u05dc\u05e9\u05e0\u05d5\u05ea \u05d0\u05ea \u05d4\u05d4\u05d2\u05d3\u05e8\u05d4 \u05dc\u05de\u05d7\u05d6\u05d5\u05e8\u05d9 \u05dc\u05de\u05d9\u05d3\u05d4 \u05e2\u05dd \u05de\u05e2\u05e7\u05d1 \u05de\u05d0\u05d5\u05de\u05ea, \u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8 \u05e2\u05dd \u05d4\u05de\u05e0\u05d4\u05dc \u05d4\u05e9\u05d5\u05ea\u05e3 \u05e9\u05dc\u05da \u05d1-edX.", - "This discussion could not be loaded. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05d0\u05ea \u05d4\u05d3\u05d9\u05d5\u05df. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", - "This exam has a time limit associated with it.": "\u05dc\u05de\u05d1\u05d7\u05df \u05d6\u05d4 \u05d9\u05e9 \u05de\u05d2\u05d1\u05dc\u05ea \u05d6\u05de\u05df.", - "This feedback could not be submitted.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05d4\u05d9\u05d4 \u05dc\u05d4\u05d2\u05d9\u05e9 \u05d0\u05ea \u05d4\u05de\u05e9\u05d5\u05d1.", - "This image is for decorative purposes only and does not require a description.": "\u05ea\u05de\u05d5\u05e0\u05d4 \u05d6\u05d5 \u05e0\u05d5\u05e2\u05d3\u05d4 \u05dc\u05de\u05d8\u05e8\u05d5\u05ea \u05d3\u05e7\u05d5\u05e8\u05d8\u05d9\u05d1\u05d9\u05d5\u05ea \u05d1\u05dc\u05d1\u05d3 \u05d5\u05d0\u05d9\u05df \u05e6\u05d5\u05e8\u05da \u05d1\u05ea\u05d9\u05d0\u05d5\u05e8\u05d4.", - "This is the Description of the Group Configuration": "\u05d6\u05d4\u05d5 \u05ea\u05d9\u05d0\u05d5\u05e8 \u05d4\u05d2\u05d3\u05e8\u05ea \u05d4\u05e7\u05d1\u05d5\u05e6\u05d4", - "This is the Name of the Group Configuration": "\u05d6\u05d4\u05d5 \u05e9\u05dd \u05d4\u05d2\u05d3\u05e8\u05ea \u05d4\u05e7\u05d1\u05d5\u05e6\u05d4", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "\u05d6\u05d5 \u05e8\u05e9\u05d9\u05de\u05ea %s \u05d4\u05d6\u05de\u05d9\u05e0\u05d9\u05dd \u05dc\u05d1\u05d7\u05d9\u05e8\u05d4. \u05e0\u05d9\u05ea\u05df \u05dc\u05d1\u05d7\u05d5\u05e8 \u05d7\u05dc\u05e7 \u05e2\"\u05d9 \u05e1\u05d9\u05de\u05d5\u05df \u05d1\u05ea\u05d9\u05d1\u05d4 \u05de\u05ea\u05d7\u05ea \u05d5\u05dc\u05d7\u05d9\u05e6\u05d4 \u05e2\u05dc \u05d7\u05e5 \"\u05d1\u05d7\u05e8\" \u05d1\u05d9\u05df \u05e9\u05ea\u05d9 \u05d4\u05ea\u05d9\u05d1\u05d5\u05ea.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "\u05d6\u05d5 \u05e8\u05e9\u05d9\u05de\u05ea %s \u05d0\u05e9\u05e8 \u05e0\u05d1\u05d7\u05e8\u05d5. \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e1\u05d9\u05e8 \u05d7\u05dc\u05e7 \u05e2\"\u05d9 \u05d1\u05d7\u05d9\u05e8\u05d4 \u05d1\u05ea\u05d9\u05d1\u05d4 \u05de\u05ea\u05d7\u05ea \u05d5\u05dc\u05d7\u05d9\u05e6\u05d4 \u05e2\u05dc \u05d7\u05e5 \"\u05d4\u05e1\u05e8\u05d4\" \u05d1\u05d9\u05df \u05e9\u05ea\u05d9 \u05d4\u05ea\u05d9\u05d1\u05d5\u05ea.", - "This is the name of the group": "\u05d6\u05d4\u05d5 \u05e9\u05dd \u05d4\u05e7\u05d1\u05d5\u05e6\u05d4", - "This learner is currently sharing a limited profile.": "\u05dc\u05d5\u05de\u05d3 \u05d6\u05d4 \u05de\u05e9\u05ea\u05e3 \u05db\u05e8\u05d2\u05e2 \u05e4\u05e8\u05d5\u05e4\u05d9\u05dc \u05d7\u05dc\u05e7\u05d9.", - "This learner will be removed from the team, allowing another learner to take the available spot.": "\u05ea\u05dc\u05de\u05d9\u05d3 \u05d6\u05d4 \u05d9\u05d5\u05e1\u05e8 \u05de\u05d4\u05e6\u05d5\u05d5\u05ea, \u05db\u05da \u05e9\u05d9\u05ea\u05d0\u05e4\u05e9\u05e8 \u05dc\u05ea\u05dc\u05de\u05d9\u05d3 \u05d0\u05d7\u05e8 \u05dc\u05d4\u05e6\u05d8\u05e8\u05e3 \u05dc\u05de\u05e7\u05d5\u05dd \u05e9\u05d4\u05ea\u05e4\u05e0\u05d4.", - "This page contains information about orders that you have placed with {platform_name}.": "\u05e2\u05de\u05d5\u05d3 \u05d6\u05d4 \u05de\u05db\u05d9\u05dc \u05de\u05d9\u05d3\u05e2 \u05e2\u05dc \u05d4\u05d6\u05de\u05e0\u05d5\u05ea \u05e9\u05d1\u05d9\u05e6\u05e2\u05ea \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea {platform_name}.", - "This post could not be closed. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e1\u05d2\u05d5\u05e8 \u05d0\u05ea \u05d4\u05e4\u05d5\u05e1\u05d8. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", - "This post could not be flagged for abuse. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d3\u05d5\u05d5\u05d7 \u05e2\u05dc \u05d4\u05e4\u05d5\u05e1\u05d8 \u05db\u05d1\u05dc\u05ea\u05d9 \u05d4\u05d5\u05dc\u05dd. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", - "This post could not be pinned. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e6\u05de\u05d9\u05d3 \u05d0\u05ea \u05d4\u05e4\u05d5\u05e1\u05d8. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", - "This post could not be reopened. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e4\u05ea\u05d5\u05d7 \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05d4\u05e4\u05d5\u05e1\u05d8. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", - "This post could not be unflagged for abuse. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d1\u05d8\u05dc \u05d0\u05ea \u05d4\u05d3\u05d9\u05d5\u05d5\u05d7 \u05e2\u05dc \u05d4\u05e4\u05d5\u05e1\u05d8 \u05db\u05d1\u05dc\u05ea\u05d9 \u05d4\u05d5\u05dc\u05dd. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", - "This post could not be unpinned. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d1\u05d8\u05dc \u05d0\u05ea \u05d4\u05e6\u05de\u05d3\u05ea \u05d4\u05e4\u05d5\u05e1\u05d8. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", - "This post is visible only to %(group_name)s.": "\u05e4\u05d5\u05e1\u05d8 \u05d6\u05d4 \u05d2\u05dc\u05d5\u05d9 \u05e8\u05e7 \u05dc-%(group_name)s.", - "This post is visible to everyone.": "\u05e4\u05d5\u05e1\u05d8 \u05d6\u05d4 \u05d2\u05dc\u05d5\u05d9 \u05dc\u05db\u05d5\u05dc\u05dd.", - "This problem could not be saved.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05d4\u05d9\u05d4 \u05dc\u05e9\u05de\u05d5\u05e8 \u05d1\u05e2\u05d9\u05d4 \u05d6\u05d5.", - "This problem has already been released. Any changes will apply only to future assessments.": "\u05d1\u05e2\u05d9\u05d4 \u05d6\u05d5 \u05db\u05d1\u05e8 \u05e4\u05d5\u05e8\u05e1\u05de\u05d4. \u05db\u05dc \u05e9\u05d9\u05e0\u05d5\u05d9 \u05d9\u05d7\u05d5\u05dc \u05e8\u05e7 \u05e2\u05dc \u05d4\u05e2\u05e8\u05db\u05d5\u05ea \u05e2\u05ea\u05d9\u05d3\u05d9\u05d5\u05ea.", - "This response could not be marked as an answer. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e1\u05de\u05df \u05d0\u05ea \u05d4\u05ea\u05d2\u05d5\u05d1\u05d4 \u05d4\u05d6\u05d5 \u05d1\u05ea\u05d5\u05e8 \u05ea\u05e9\u05d5\u05d1\u05d4. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", - "This response could not be marked as endorsed. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e1\u05de\u05df \u05d0\u05ea \u05d4\u05ea\u05d2\u05d5\u05d1\u05d4 \u05d4\u05d6\u05d5 \u05d1\u05ea\u05d5\u05e8 \u05de\u05d5\u05de\u05dc\u05e6\u05ea. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", - "This response could not be saved.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05d4\u05d9\u05d4 \u05dc\u05e9\u05de\u05d5\u05e8 \u05d0\u05ea \u05d4\u05ea\u05e9\u05d5\u05d1\u05d4.", - "This response could not be submitted.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05d4\u05d9\u05d4 \u05dc\u05d4\u05d2\u05d9\u05e9 \u05d0\u05ea \u05d4\u05ea\u05d2\u05d5\u05d1\u05d4.", - "This response could not be unendorsed. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d1\u05d8\u05dc \u05d0\u05ea \u05e1\u05d9\u05de\u05d5\u05df \u05d4\u05ea\u05d2\u05d5\u05d1\u05d4 \u05d4\u05d6\u05d5 \u05d1\u05ea\u05d5\u05e8 \u05de\u05d5\u05de\u05dc\u05e6\u05ea. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", - "This response could not be unmarked as an answer. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d1\u05d8\u05dc \u05d0\u05ea \u05e1\u05d9\u05de\u05d5\u05df \u05d4\u05ea\u05d2\u05d5\u05d1\u05d4 \u05d4\u05d6\u05d5 \u05d1\u05ea\u05d5\u05e8 \u05ea\u05e9\u05d5\u05d1\u05d4. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", - "This response has been saved but not submitted.": "\u05ea\u05e9\u05d5\u05d1\u05d4 \u05d6\u05d5 \u05e0\u05e9\u05de\u05e8\u05d4 \u05d0\u05da \u05dc\u05d0 \u05e0\u05e9\u05dc\u05d7\u05d4.", - "This response has not been saved.": "\u05ea\u05e9\u05d5\u05d1\u05d4 \u05d6\u05d5 \u05dc\u05d0 \u05e0\u05e9\u05de\u05e8\u05d4.", - "This section could not be loaded.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05d4\u05d9\u05d4 \u05dc\u05d8\u05e2\u05d5\u05df \u05e4\u05e8\u05e7 \u05d6\u05d4.", - "This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.": "\u05e9\u05dd \u05e7\u05e6\u05e8 \u05d6\u05d4 \u05dc\u05e1\u05d5\u05d2 \u05d4\u05de\u05e9\u05d9\u05de\u05d4 (\u05dc\u05d3\u05d5\u05d2\u05de\u05d4, \u05e9\"\u05d1 \u05d0\u05d5 \u05de\u05d1\u05d7\u05df \u05d0\u05de\u05e6\u05e2) \u05de\u05d5\u05e4\u05d9\u05e2 \u05dc\u05d9\u05d3 \u05d4\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05e9\u05d1\u05e2\u05de\u05d5\u05d3 \u05d4\u05d4\u05ea\u05e7\u05d3\u05de\u05d5\u05ea \u05e9\u05dc \u05d4\u05dc\u05d5\u05de\u05d3.", - "This team does not have any members.": "\u05d0\u05d9\u05df \u05d7\u05d1\u05e8\u05d9\u05dd \u05d1\u05e6\u05d5\u05d5\u05ea \u05d6\u05d4.", - "This team is full.": "\u05e6\u05d5\u05d5\u05ea \u05d6\u05d4 \u05de\u05dc\u05d0.", - "This thread is closed.": "\u05e9\u05e8\u05e9\u05d5\u05e8 \u05d6\u05d4 \u05e1\u05d2\u05d5\u05e8", - "This vote could not be processed. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e2\u05d1\u05d3 \u05d0\u05ea \u05d4\u05d1\u05e7\u05e9\u05d4. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", - "Time Allotted (HH:MM):": "\u05d6\u05de\u05df \u05e9\u05d4\u05d5\u05e7\u05e6\u05d1 (\u05e9\u05e9:\u05d3\u05d3):", - "Time Sent": "\u05d6\u05de\u05df \u05d4\u05e9\u05dc\u05d9\u05d7\u05d4:", - "Time Sent:": "\u05d6\u05de\u05df \u05d4\u05e9\u05dc\u05d9\u05d7\u05d4:", - "Time Zone": "\u05d0\u05d6\u05d5\u05e8 \u05d6\u05de\u05df", - "Timed": "\u05de\u05ea\u05d5\u05d6\u05de\u05df", - "Timed Exam": "\u05de\u05d1\u05d7\u05df \u05de\u05ea\u05d5\u05d6\u05de\u05df", - "Timed Out": "\u05ea\u05d5\u05d6\u05de\u05df", - "Timed Transcript Conflict": "\u05e2\u05d9\u05de\u05d5\u05ea \u05ea\u05de\u05dc\u05d9\u05dc \u05de\u05ea\u05d5\u05d6\u05de\u05df", - "Timed Transcript Found": "\u05e0\u05de\u05e6\u05d0 \u05ea\u05de\u05dc\u05d9\u05dc \u05de\u05ea\u05d5\u05d6\u05de\u05df", - "Timed Transcript Uploaded Successfully": "\u05ea\u05de\u05dc\u05d9\u05dc \u05de\u05ea\u05d5\u05d6\u05de\u05df \u05d4\u05d5\u05e2\u05dc\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", - "Timed Transcript from %(filename)s": "\u05ea\u05de\u05dc\u05d9\u05dc \u05de\u05ea\u05d5\u05d6\u05de\u05df \u05de%(filename)s", - "Tips on taking a successful photo": "\u05d8\u05d9\u05e4\u05d9\u05dd \u05dc\u05e6\u05d9\u05dc\u05d5\u05dd \u05ea\u05de\u05d5\u05e0\u05d4 \u05d8\u05d5\u05d1\u05d4", - "Title": "\u05db\u05d5\u05ea\u05e8\u05ea", - "Title ": "\u05db\u05d5\u05ea\u05e8\u05ea ", - "Title of the signatory": "\u05db\u05d5\u05ea\u05e8\u05ea \u05d4\u05d7\u05d5\u05ea\u05dd", - "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "\u05db\u05d5\u05ea\u05e8\u05d5\u05ea \u05d1\u05e2\u05dc\u05ea \u05d9\u05d5\u05ea\u05e8 \u05de-100 \u05ea\u05d5\u05d5\u05d9\u05dd \u05e2\u05e9\u05d5\u05d9\u05d5\u05ea \u05dc\u05de\u05e0\u05d5\u05e2 \u05de\u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd \u05dc\u05d4\u05d3\u05e4\u05d9\u05e1 \u05d0\u05ea \u05ea\u05e2\u05d5\u05d3\u05ea\u05dd \u05d1\u05e2\u05de\u05d5\u05d3 \u05d0\u05d7\u05d3.", - "To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.": "\u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d5\u05d5\u05d3\u05d0 \u05e9\u05db\u05dc \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd \u05d9\u05d5\u05db\u05dc\u05d5 \u05dc\u05d2\u05e9\u05ea \u05dc\u05e1\u05e8\u05d8\u05d5\u05df \u05d4\u05d5\u05d5\u05d9\u05d3\u05d0\u05d5, \u05d0\u05e0\u05d5 \u05de\u05de\u05dc\u05d9\u05e6\u05d9\u05dd \u05e9\u05ea\u05e1\u05e4\u05e7 \u05dc\u05e1\u05e8\u05d8\u05d5\u05df \u05d2\u05e8\u05e1\u05d0\u05d5\u05ea \u05d1\u05e7\u05d5\u05d1\u05e5 MP4 \u05d5\u05d1\u05e7\u05d5\u05d1\u05e5 WEBM. \u05dc\u05d7\u05e5 \u05dc\u05de\u05d8\u05d4 \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05db\u05ea\u05d5\u05d1\u05ea URL \u05e2\u05d1\u05d5\u05e8 \u05d2\u05e8\u05e1\u05d4 \u05e0\u05d5\u05e1\u05e4\u05ea. \u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05d4-URL \u05d4\u05dc\u05dc\u05d5 \u05d0\u05d9\u05e0\u05df \u05d9\u05db\u05d5\u05dc\u05d5\u05ea \u05dc\u05d4\u05d9\u05d5\u05ea \u05db\u05ea\u05d5\u05d1\u05d5\u05ea URL \u05e9\u05dc \u05d9\u05d5\u05d8\u05d9\u05d5\u05d1. \u05d4\u05e1\u05e8\u05d8\u05d5\u05df \u05d4\u05e8\u05d0\u05e9\u05d5\u05df \u05e9\u05d9\u05ea\u05d0\u05d9\u05dd \u05dc\u05d4\u05e6\u05d2\u05d4 \u05d1\u05de\u05d7\u05e9\u05d1\u05d5 \u05e9\u05dc \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8, \u05d4\u05d5\u05d0 \u05d6\u05d4 \u05e9\u05d9\u05d5\u05e6\u05d2. ", - "To finalize course credit, %(display_name)s requires %(platform_name)s learners to submit a credit request.": "\u05db\u05d3\u05d9 \u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05d0\u05ea \u05e7\u05d1\u05dc\u05ea \u05e0\u05e7\u05d5\u05d3\u05d5\u05ea \u05d4\u05d6\u05db\u05d5\u05ea \u05e9\u05dc \u05d4\u05e7\u05d5\u05e8\u05e1, %(display_name)s \u05d3\u05d5\u05e8\u05e9 \u05de\u05d4\u05ea\u05dc\u05de\u05d9\u05d3\u05d9\u05dd \u05e9\u05dc %(platform_name)s, \u05d9\u05e9 \u05dc\u05e9\u05dc\u05d5\u05d7 \u05d1\u05e7\u05e9\u05d4 \u05dc\u05e7\u05d1\u05dc\u05ea \u05e0\u05e7\u05d5\u05d3\u05d5\u05ea \u05d6\u05db\u05d5\u05ea.", - "To invalidate a certificate for a particular learner, add the username or email address below.": "\u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e4\u05e1\u05d5\u05dc \u05ea\u05e2\u05d5\u05d3\u05d4 \u05dc\u05dc\u05d5\u05de\u05d3 \u05de\u05e1\u05d5\u05d9\u05dd, \u05d4\u05d5\u05e1\u05e3 \u05d1\u05d4\u05de\u05e9\u05da \u05d0\u05ea \u05e9\u05dd \u05d4\u05de\u05e9\u05ea\u05de\u05e9 \u05d0\u05d5 \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9.", - "To pass this exam, you must complete the problems in the time allowed.": "\u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e2\u05d1\u05d5\u05e8 \u05de\u05d1\u05d7\u05df \u05d6\u05d4, \u05e2\u05dc\u05d9\u05da \u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05d0\u05ea \u05d4\u05d1\u05e2\u05d9\u05d5\u05ea \u05d1\u05d6\u05de\u05df \u05d4\u05de\u05d5\u05e7\u05e6\u05d1.", - "To receive a certificate, you must also verify your identity before {date}.": "\u05dc\u05e4\u05e0\u05d9 \u05e7\u05d1\u05dc\u05ea \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4, \u05e2\u05dc\u05d9\u05da \u05dc\u05d0\u05de\u05ea \u05d0\u05ea \u05d6\u05d4\u05d5\u05ea\u05da {date}. ", - "To receive a certificate, you must also verify your identity.": "\u05db\u05d3\u05d9 \u05dc\u05e7\u05d1\u05dc \u05ea\u05e2\u05d5\u05d3\u05d4, \u05e2\u05dc\u05d9\u05da \u05dc\u05d0\u05de\u05ea \u05d2\u05dd \u05d0\u05ea \u05d6\u05d4\u05d5\u05ea\u05da.", - "To receive credit for problems, you must select \"Submit\" for each problem before you select \"End My Exam\".": "\u05db\u05d3\u05d9 \u05dc\u05e7\u05d1\u05dc \u05e0\u05e7\u05d5\u05d3\u05ea \u05d6\u05db\u05d5\u05ea \u05e2\u05dc \u05d1\u05e2\u05d9\u05d5\u05ea, \u05e2\u05dc\u05d9\u05da \u05dc\u05d1\u05d7\u05d5\u05e8 \"\u05d4\u05d2\u05e9\"' \u05e2\u05d1\u05d5\u05e8 \u05db\u05dc \u05d1\u05e2\u05d9\u05d4 \u05dc\u05e4\u05e0\u05d9 \u05e9\u05ea\u05d1\u05d7\u05e8 \u05d1\"\u05e1\u05d9\u05d5\u05dd \u05d4\u05de\u05d1\u05d7\u05df \u05e9\u05dc\u05d9\".", - "To share your certificate on Mozilla Backpack, you must first have a Backpack account. Complete the following steps to add your certificate to Backpack.": "\u05db\u05d3\u05d9 \u05dc\u05e9\u05ea\u05e3 \u05d0\u05ea \u05ea\u05e2\u05d5\u05d3\u05ea\u05da \u05d1-Mozilla Backpack, \u05e2\u05dc\u05d9\u05da \u05dc\u05e4\u05ea\u05d5\u05d7 \u05d7\u05e9\u05d1\u05d5\u05df Backpack \u05ea\u05d7\u05d9\u05dc\u05d4. \u05d4\u05e9\u05dc\u05dd \u05d0\u05ea \u05d4\u05e9\u05dc\u05d1\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd \u05db\u05d3\u05d9 \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d0\u05ea \u05ea\u05e2\u05d5\u05d3\u05ea\u05da \u05dc-Backpack.", - "To take a successful photo, make sure that:": "\u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e6\u05dc\u05dd \u05ea\u05de\u05d5\u05e0\u05d4 \u05de\u05d5\u05e6\u05dc\u05d7\u05ea, \u05d5\u05d3\u05d0 \u05db\u05d9:", - "To use the current photo, select the camera button {icon}. To take another photo, select the retake button {icon}.": "\u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05ea\u05de\u05d5\u05e0\u05d4 \u05d4\u05e2\u05d3\u05db\u05e0\u05d9\u05ea, \u05d1\u05d7\u05e8 \u05d1\u05dc\u05d7\u05e6\u05df \u05d4\u05de\u05e6\u05dc\u05de\u05d4 {icon}. \u05db\u05d3\u05d9 \u05dc\u05e6\u05dc\u05dd \u05ea\u05de\u05d5\u05e0\u05d4 \u05d0\u05d7\u05e8\u05ea, \u05d1\u05d7\u05e8 \u05d1\u05dc\u05d7\u05e6\u05df \u05d4\u05e6\u05d9\u05dc\u05d5\u05dd \u05de\u05d7\u05d3\u05e9 {icon}.", - "To verify your identity, you need a webcam and a government-issued photo ID.": "\u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d0\u05de\u05ea \u05d0\u05ea \u05d6\u05d4\u05d5\u05ea\u05da, \u05ea\u05d6\u05d3\u05e7\u05e7 \u05dc\u05de\u05e6\u05dc\u05de\u05ea \u05e8\u05e9\u05ea \u05d5\u05dc\u05ea\u05e2\u05d5\u05d3\u05d4 \u05de\u05d6\u05d4\u05d4.", - "Today": "\u05d4\u05d9\u05d5\u05dd", - "Toggle Notifications Setting": "\u05d4\u05d7\u05dc\u05e3 \u05de\u05e6\u05d1 \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05d4\u05ea\u05e8\u05d0\u05d5\u05ea", - "Tomorrow": "\u05de\u05d7\u05e8", - "Topic": "\u05e0\u05d5\u05e9\u05d0", - "Topic area": "\u05ea\u05d7\u05d5\u05dd \u05d4\u05e0\u05d5\u05e9\u05d0", - "Topics": "\u05e0\u05d5\u05e9\u05d0\u05d9\u05dd", - "Total": "\u05e1\u05d4\"\u05db", - "Total Number": "\u05e1\u05d4\"\u05db \u05de\u05e1\u05e4\u05e8", - "Total Responses": "\u05e1\u05da \u05d4\u05db\u05dc \u05ea\u05e9\u05d5\u05d1\u05d5\u05ea", - "Training": "\u05d4\u05d3\u05e8\u05db\u05d4", - "Try the transaction again in a few minutes.": "\u05e0\u05e1\u05d4 \u05dc\u05d1\u05e6\u05e2 \u05d0\u05ea \u05d4\u05d4\u05e2\u05d1\u05e8\u05d4 \u05e9\u05d5\u05d1 \u05d1\u05e2\u05d5\u05d3 \u05de\u05e1\u05e4\u05e8 \u05d3\u05e7\u05d5\u05ea.", - "Try this practice exam again": "\u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1 \u05d0\u05ea \u05de\u05d1\u05d7\u05df \u05d4\u05ea\u05e8\u05d2\u05d5\u05dc \u05d4\u05d6\u05d4.", - "Type": "\u05e1\u05d5\u05d2", - "Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "\u05d4\u05e7\u05dc\u05d3 \u05d1\u05db\u05ea\u05d5\u05d1\u05ea \u05d0\u05ea\u05e8 \u05d0\u05d5 \u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05dc\u05d7\u05e6\u05df \"\u05d1\u05d7\u05e8 \u05e7\u05d5\u05d1\u05e5\" \u05db\u05d3\u05d9 \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05e7\u05d5\u05d1\u05e5 \u05de\u05d4\u05de\u05d7\u05e9\u05d1 \u05e9\u05dc\u05da. (\u05dc\u05d3\u05d5\u05d2\u05de\u05d4 'http://example.com/img/clouds.jpg')", - "Type into this box to filter down the list of available %s.": "\u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e7\u05dc\u05d9\u05d3 \u05d1\u05ea\u05d9\u05d1\u05d4 \u05d6\u05d5 \u05db\u05d3\u05d9 \u05dc\u05e1\u05e0\u05df %s.", - "URL": "\u05db\u05ea\u05d5\u05d1\u05ea URL", - "Unable to load": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d8\u05e2\u05d5\u05df", - "Unable to submit application": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05dc\u05d5\u05d7 \u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d4", - "Undo (Ctrl+Z)": "\u05d1\u05d8\u05dc (Ctrl+Z) ", - "Undo Changes": "\u05d1\u05d8\u05dc \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd", - "Unendorse": "\u05d1\u05d8\u05dc \u05d0\u05d9\u05e9\u05d5\u05e8", - "Unexpected server error.": "\u05e9\u05d2\u05d9\u05d0\u05ea \u05e9\u05e8\u05ea \u05dc\u05d0 \u05e6\u05e4\u05d5\u05d9\u05d4.", - "Unfollow": "\u05d1\u05d8\u05dc \u05de\u05e2\u05e7\u05d1", - "Ungraded": "\u05dc\u05dc\u05d0 \u05e6\u05d9\u05d5\u05df", - "Ungraded Practice Exam": "\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05dc\u05dc\u05d0 \u05e6\u05d9\u05d5\u05df", - "Unit": "\u05d9\u05d7\u05d9\u05d3\u05d4", - "Unit Name": "\u05e9\u05dd \u05d9\u05d7\u05d9\u05d3\u05d4", - "Unit Visibility": "\u05e0\u05e8\u05d0\u05d5\u05ea \u05d9\u05d7\u05d9\u05d3\u05d4", - "Units": "\u05d9\u05d7\u05d9\u05d3\u05d5\u05ea", - "Unknown": "\u05dc\u05d0 \u05d9\u05d3\u05d5\u05e2", - "Unlink This Account": "\u05d4\u05e1\u05e8 \u05d0\u05ea \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8 \u05e9\u05dc \u05d7\u05e9\u05d1\u05d5\u05df \u05d6\u05d4", - "Unlink your {accountName} account": "\u05d4\u05e1\u05e8 \u05d0\u05ea \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8 \u05e9\u05dc \u05d7\u05e9\u05d1\u05d5\u05df {accountName} \u05e9\u05dc\u05da", - "Unlinking": "\u05de\u05e1\u05d9\u05e8 \u05e7\u05d9\u05e9\u05d5\u05e8", - "Unmark as Answer": "\u05d1\u05d8\u05dc \u05e1\u05d9\u05de\u05d5\u05df \u05db\u05ea\u05e9\u05d5\u05d1\u05d4", - "Unnamed Option": "\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05dc\u05d0 \u05e9\u05dd", - "Unpin": "\u05d1\u05d8\u05dc \u05d4\u05e6\u05de\u05d3\u05d4", - "Unpublished changes to content that will release in the future": "\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05e9\u05dc\u05d0 \u05e4\u05d5\u05e8\u05e1\u05de\u05d5 \u05dc\u05ea\u05d5\u05db\u05df \u05e9\u05d9\u05e9\u05d5\u05d7\u05e8\u05e8 \u05d1\u05e2\u05ea\u05d9\u05d3", - "Unpublished changes to live content": "\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05e9\u05dc\u05d0 \u05e4\u05d5\u05e8\u05e1\u05de\u05d5 \u05dc\u05ea\u05d5\u05db\u05df \u05d1\u05d6\u05de\u05df \u05d0\u05de\u05ea", - "Unpublished units will not be released": "\u05d9\u05d7\u05d9\u05d3\u05d5\u05ea \u05e9\u05dc\u05d0 \u05e4\u05d5\u05e8\u05e1\u05de\u05d5 \u05dc\u05d0 \u05d9\u05d5\u05e0\u05d2\u05e9\u05d5", - "Unreport": "\u05d1\u05d8\u05dc \u05d3\u05d9\u05d5\u05d5\u05d7", - "Unscheduled": "\u05dc\u05d0 \u05e0\u05e7\u05d1\u05e2", - "Update": "\u05e2\u05d3\u05db\u05df", - "Update comment": "\u05e2\u05d3\u05db\u05df \u05d4\u05e2\u05e8\u05d4", - "Update post": "\u05e2\u05d3\u05db\u05df \u05e4\u05d5\u05e1\u05d8", - "Update response": "\u05e2\u05d3\u05db\u05df \u05ea\u05d2\u05d5\u05d1\u05d4", - "Update team.": "\u05e2\u05d3\u05db\u05df \u05e6\u05d5\u05d5\u05ea.", - "Updating Tags": "\u05e2\u05d3\u05db\u05d5\u05df \u05ea\u05d2\u05d9\u05d5\u05ea", - "Updating with latest library content": "\u05de\u05e2\u05d3\u05db\u05df \u05e2\u05dd \u05d4\u05ea\u05d5\u05db\u05df \u05d4\u05e2\u05d3\u05db\u05e0\u05d9 \u05d1\u05d9\u05d5\u05ea\u05e8", - "Upgrade Deadline": "\u05de\u05d5\u05e2\u05d3 \u05e9\u05d3\u05e8\u05d5\u05d2", - "Upgrade to a Verified Certificate for {courseName}": "\u05e9\u05d3\u05e8\u05d2 \u05dc\u05ea\u05e2\u05d5\u05d3\u05d4 \u05de\u05d0\u05d5\u05de\u05ea\u05ea \u05e2\u05d1\u05d5\u05e8 {courseName}", - "Upload": "\u05d4\u05e2\u05dc\u05d4", - "Upload File": "\u05d4\u05e2\u05dc\u05d4 \u05e7\u05d5\u05d1\u05e5", - "Upload File and Assign Students": "\u05d4\u05e2\u05dc\u05d4 \u05e7\u05d5\u05d1\u05e5 \u05d5\u05d4\u05e7\u05e6\u05d4 \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd", - "Upload New .srt Transcript": "\u05d4\u05e2\u05dc\u05d4 \u05ea\u05de\u05dc\u05d9\u05dc SRT \u05d7\u05d3\u05e9", - "Upload New File": "\u05d4\u05e2\u05dc\u05d4 \u05e7\u05d5\u05d1\u05e5 \u05d7\u05d3\u05e9", - "Upload New Transcript": "\u05d4\u05e2\u05dc\u05d4 \u05ea\u05de\u05dc\u05d9\u05dc \u05d7\u05d3\u05e9", - "Upload PDF": "\u05d4\u05e2\u05dc\u05d4 \u05e7\u05d5\u05d1\u05e5 PDF", - "Upload Photo": "\u05d4\u05e2\u05dc\u05d4 \u05ea\u05de\u05d5\u05e0\u05d4", - "Upload Signature Image": "\u05d4\u05e2\u05dc\u05d4 \u05ea\u05de\u05d5\u05e0\u05ea \u05d7\u05ea\u05d9\u05de\u05d4", - "Upload a CSV file": "\u05d4\u05e2\u05dc\u05d4 \u05e7\u05d5\u05d1\u05e5 CSV", - "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "\u05d4\u05e2\u05dc\u05d4 \u05e7\u05d5\u05d1\u05e5 (\u200ecsv) \u05e2\u05e8\u05db\u05d9\u05dd \u05d4\u05de\u05d5\u05e4\u05e8\u05d3\u05d9\u05dd \u05d1\u05e4\u05e1\u05d9\u05e7, \u05d4\u05de\u05db\u05d9\u05dc \u05d0\u05ea \u05e9\u05de\u05d5\u05ea \u05d4\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d0\u05d5 \u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05dc \u05d4\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05e9\u05e7\u05d9\u05d1\u05dc\u05d5 \u05d7\u05e8\u05d9\u05d2\u05d5\u05ea. \u05db\u05dc\u05d5\u05dc \u05d0\u05ea \u05e9\u05dd \u05d4\u05de\u05e9\u05ea\u05de\u05e9 \u05d0\u05d5 \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05d1\u05e2\u05de\u05d5\u05d3 \u05d4\u05de\u05d5\u05e4\u05e8\u05d3 \u05d1\u05e4\u05e1\u05d9\u05e7 \u05d4\u05e8\u05d0\u05e9\u05d5\u05df. \u05d1\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea\u05da \u05dc\u05db\u05dc\u05d5\u05dc \u05d4\u05e2\u05e8\u05d4 \u05d0\u05d5\u05e4\u05e6\u05d9\u05d5\u05e0\u05dc\u05d9\u05ea \u05d4\u05de\u05ea\u05d0\u05e8\u05ea \u05d0\u05ea \u05d4\u05e1\u05d9\u05d1\u05d4 \u05dc\u05d7\u05e8\u05d9\u05d2\u05d4 \u05d1\u05e9\u05d3\u05d4 \u05d4\u05de\u05d5\u05e4\u05e8\u05d3 \u05d1\u05e4\u05e1\u05d9\u05e7 \u05d4\u05e9\u05e0\u05d9.", - "Upload an image": "\u05d4\u05e2\u05dc\u05d4 \u05ea\u05de\u05d5\u05e0\u05d4", - "Upload an image or capture one with your web or phone camera.": "\u05d4\u05e2\u05dc\u05d4 \u05ea\u05de\u05d5\u05e0\u05d4 \u05d0\u05d5 \u05e6\u05dc\u05dd \u05d1\u05e2\u05d6\u05e8\u05ea \u05de\u05e6\u05dc\u05de\u05ea \u05d4\u05e8\u05e9\u05ea \u05d0\u05d5 \u05de\u05e6\u05dc\u05de\u05ea \u05d4\u05e0\u05d9\u05d9\u05d3 \u05e9\u05d1\u05e8\u05e9\u05d5\u05ea\u05da. ", - "Upload completed": "\u05d4\u05e2\u05dc\u05d0\u05d4 \u05d4\u05d5\u05e9\u05dc\u05de\u05d4", - "Upload completed for video {fileName}": "\u05d4\u05d4\u05e2\u05dc\u05d0\u05d4 \u05e9\u05dc \u05e1\u05e8\u05d8\u05d5\u05df \u05d4\u05d5\u05d9\u05d3\u05d0\u05d5 {fileName} \u05d4\u05d5\u05e9\u05dc\u05de\u05d4", - "Upload failed": "\u05d4\u05e2\u05dc\u05d0\u05d4 \u05e0\u05db\u05e9\u05dc\u05d4", - "Upload failed for video {fileName}": "\u05d4\u05d4\u05e2\u05dc\u05d0\u05d4 \u05e9\u05dc \u05e1\u05e8\u05d8\u05d5\u05df \u05d4\u05d5\u05d9\u05d3\u05d0\u05d5 {fileName} \u05dc\u05d0 \u05d4\u05e6\u05dc\u05d9\u05d7\u05d4", - "Upload instructor image.": "\u05d4\u05e2\u05dc\u05d4 \u05ea\u05de\u05d5\u05e0\u05ea \u05de\u05d3\u05e8\u05d9\u05da.", - "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "\u05d4\u05e2\u05dc\u05d0\u05d4 \u05de\u05ea\u05d1\u05e6\u05e2\u05ea. \u05db\u05d3\u05d9 \u05dc\u05d4\u05d9\u05de\u05e0\u05e2 \u05de\u05e9\u05d2\u05d9\u05d0\u05d5\u05ea, \u05d4\u05d9\u05e9\u05d0\u05e8 \u05d1\u05e2\u05de\u05d5\u05d3 \u05d6\u05d4 \u05e2\u05d3 \u05e9\u05d4\u05ea\u05d4\u05dc\u05d9\u05da \u05d9\u05d5\u05e9\u05dc\u05dd.", - "Upload signature image.": "\u05d4\u05e2\u05dc\u05d4 \u05ea\u05de\u05d5\u05e0\u05ea \u05d7\u05ea\u05d9\u05de\u05d4.", - "Upload your banner image.": "\u05d4\u05e2\u05dc\u05d4 \u05d0\u05ea \u05ea\u05de\u05d5\u05e0\u05ea \u05d4\u05d1\u05d0\u05e0\u05e8.", - "Upload your course image.": "\u05d4\u05e2\u05dc\u05d4 \u05d0\u05ea \u05ea\u05de\u05d5\u05e0\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1 \u05e9\u05dc\u05da.", - "Upload your first asset": "\u05d4\u05e2\u05dc\u05d4 \u05d0\u05ea \u05d4\u05e0\u05db\u05e1 \u05d4\u05e8\u05d0\u05e9\u05d5\u05df \u05e9\u05dc\u05da", - "Upload your video thumbnail image.": "\u05d4\u05e2\u05dc\u05d4 \u05d0\u05ea \u05ea\u05de\u05d5\u05e0\u05ea \u05d4\u05d5\u05d5\u05d9\u05d3\u05d0\u05d5 \u05d4\u05de\u05de\u05d5\u05d6\u05e2\u05e8\u05ea", - "Uploaded file issues. Click on \"+\" to view.": "\u05d1\u05e2\u05d9\u05d5\u05ea \u05d1\u05d4\u05e2\u05dc\u05d0\u05ea \u05e7\u05d5\u05d1\u05e5. \u05dc\u05d7\u05e5 \u05e2\u05dc \"+\" \u05db\u05d3\u05d9 \u05dc\u05d4\u05e6\u05d9\u05d2.", - "Uploading": "\u05de\u05e2\u05dc\u05d4", - "Upset Learner": "\u05dc\u05d5\u05de\u05d3 \u05de\u05d5\u05d3\u05d0\u05d2", - "Use Current Transcript": "\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05ea\u05de\u05dc\u05d9\u05dc \u05e0\u05d5\u05db\u05d7\u05d9", - "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.": "\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05e6\u05d9\u05d2 \u05dc\u05ea\u05dc\u05de\u05d9\u05d3\u05d9\u05dd \u05d0\u05ea \u05db\u05dc\u05d9 \u05d5\u05ea\u05d4\u05dc\u05d9\u05db\u05d9 \u05d4\u05e4\u05d9\u05e7\u05d5\u05d7. \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05de\u05d1\u05d7\u05df \u05d4\u05ea\u05e8\u05d2\u05d5\u05dc \u05d0\u05d9\u05e0\u05df \u05e4\u05d5\u05d2\u05e2\u05d5\u05ea \u05d1\u05e6\u05d9\u05d5\u05df \u05d4\u05de\u05e9\u05ea\u05de\u05e9.", - "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05de\u05d1\u05d7\u05df \u05de\u05ea\u05d5\u05d6\u05de\u05df \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05d2\u05d1\u05d9\u05dc \u05d0\u05ea \u05d6\u05de\u05df \u05d4\u05d4\u05e9\u05e7\u05e2\u05d4 \u05e9\u05dc \u05ea\u05dc\u05de\u05d9\u05d3\u05d9\u05dd \u05d1\u05d1\u05e2\u05d9\u05d5\u05ea \u05d1\u05ea\u05ea-\u05e4\u05e8\u05e7 \u05d6\u05d4. \u05d4\u05ea\u05dc\u05de\u05d9\u05d3\u05d9\u05dd \u05d7\u05d9\u05d9\u05d1\u05d9\u05dd \u05dc\u05d4\u05d2\u05d9\u05e9 \u05ea\u05e9\u05d5\u05d1\u05d5\u05ea \u05dc\u05e4\u05e0\u05d9 \u05e9\u05ea\u05dd \u05d4\u05d6\u05de\u05df . \u05ea\u05d5\u05db\u05dc \u05dc\u05d0\u05e4\u05e9\u05e8 \u05d6\u05de\u05df \u05e0\u05d5\u05e1\u05e3 \u05dc\u05ea\u05dc\u05de\u05d9\u05d3\u05d9\u05dd \u05d0\u05d9\u05e0\u05d3\u05d9\u05d1\u05d9\u05d3\u05d5\u05d0\u05dc\u05d9\u05d9\u05dd \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05dc\u05d5\u05d7 \u05d4\u05d1\u05e7\u05e8\u05d4 \u05e9\u05dc \u05d4\u05de\u05d3\u05e8\u05d9\u05da.", - "Use as a Prerequisite": "\u05d4\u05e9\u05ea\u05de\u05e9 \u05db\u05d3\u05e8\u05d9\u05e9\u05d4 \u05de\u05d5\u05e7\u05d3\u05de\u05ea", - "Use cohorts as the basis for dividing discussions. All learners, regardless of cohort, see the same discussion topics, but within divided topics, only members of the same cohort see and respond to each others\u2019 posts. ": "\u05d4\u05e9\u05ea\u05de\u05e9\u05d5 \u05d1'\u05e7\u05d1\u05d5\u05e6\u05d5\u05ea \u05dc\u05de\u05d9\u05d3\u05d4' \u05e9\u05d4\u05d2\u05d3\u05e8\u05ea\u05dd \u05e2\u05d1\u05d5\u05e8 \u05d7\u05dc\u05d5\u05e7\u05ea \u05d4\u05d3\u05d9\u05d5\u05e0\u05d9\u05dd. \u05e9\u05d9\u05de\u05d5 \u05dc\u05d1 \u05e9\u05db\u05dc \u05e7\u05d1\u05d5\u05e6\u05ea \u05dc\u05de\u05d9\u05d3\u05d4 \u05ea\u05d4\u05d9\u05d4 \u05d7\u05e9\u05d5\u05e4\u05d4 \u05d0\u05da \u05d5\u05e8\u05e7 \u05dc\u05ea\u05d5\u05db\u05df \u05d4\u05d3\u05d9\u05d5\u05df \u05e9\u05dc\u05d4 - \u05d4\u05d5\u05d3\u05e2\u05d5\u05ea \u05d5\u05ea\u05d2\u05d5\u05d1\u05d5\u05ea.", - "Use my institution/campus credentials": "\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d4\u05e8\u05e9\u05d0\u05d5\u05ea \u05de\u05d5\u05e1\u05d3/\u05e7\u05de\u05e4\u05d5\u05e1", - "Use the All Topics menu to find specific topics.": "\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05ea\u05e4\u05e8\u05d9\u05d8 '\u05db\u05dc \u05d4\u05e0\u05d5\u05e9\u05d0\u05d9\u05dd' \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05de\u05e6\u05d5\u05d0 \u05e0\u05d5\u05e9\u05d0\u05d9\u05dd \u05e1\u05e4\u05e6\u05d9\u05e4\u05d9\u05d9\u05dd.", - "Use the retake photo button if you are not pleased with your photo": "\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05dc\u05d7\u05e6\u05df '\u05e6\u05dc\u05dd \u05de\u05d7\u05d3\u05e9' \u05d0\u05dd \u05d0\u05d9\u05e0\u05da \u05de\u05e8\u05d5\u05e6\u05d4 \u05de\u05ea\u05de\u05d5\u05e0\u05ea\u05da", - "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05de\u05e6\u05dc\u05de\u05ea \u05d4\u05e8\u05e9\u05ea \u05e9\u05dc\u05da \u05dc\u05e6\u05dc\u05dd \u05d0\u05ea \u05ea\u05de\u05d5\u05e0\u05ea \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05de\u05d6\u05d4\u05d4 \u05e9\u05dc\u05da. \u05d0\u05e0\u05d5 \u05e0\u05ea\u05d0\u05d9\u05dd \u05d0\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05d4\u05d6\u05d5 \u05dc\u05ea\u05de\u05d5\u05e0\u05ea \u05e4\u05e0\u05d9\u05da \u05d5\u05dc\u05e9\u05dd \u05d7\u05e9\u05d1\u05d5\u05e0\u05da. ", - "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05de\u05e6\u05dc\u05de\u05ea \u05d4\u05e8\u05e9\u05ea \u05e9\u05dc\u05da \u05dc\u05e6\u05dc\u05dd \u05d0\u05ea \u05e4\u05e0\u05d9\u05da. \u05d0\u05e0\u05d7\u05e0\u05d5 \u05e0\u05e9\u05d5\u05d5\u05d4 \u05d0\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05dc\u05ea\u05de\u05d5\u05e0\u05ea\u05da \u05d1\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05de\u05d6\u05d4\u05d4.", - "Used": "\u05e0\u05e2\u05e9\u05d4 \u05e9\u05d9\u05de\u05d5\u05e9", - "User Email": "\u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05dc \u05de\u05e9\u05ea\u05de\u05e9", - "Username": "\u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9", - "Username or email address": "\u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9 \u05d0\u05d5 \u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9", - "Users must create and activate their account before they can be promoted to beta tester.": "\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d7\u05d9\u05d9\u05d1\u05d9\u05dd \u05dc\u05d9\u05e6\u05d5\u05e8 \u05d5\u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05d0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05d4\u05dd \u05dc\u05e4\u05e0\u05d9 \u05e9\u05d9\u05d5\u05db\u05dc\u05d5 \u05dc\u05d4\u05ea\u05e7\u05d3\u05dd \u05dc\u05ea\u05e4\u05e7\u05d9\u05d3 \u05d1\u05d5\u05d7\u05df \u05d1\u05d8\u05d0.", - "Valid": "\u05d7\u05d5\u05e7\u05d9", - "Validation Error": "\u05e9\u05d2\u05d9\u05d0\u05ea \u05d0\u05d9\u05de\u05d5\u05ea", - "Validation Error While Saving": "\u05d8\u05e2\u05d5\u05ea \u05d0\u05d9\u05de\u05d5\u05ea \u05d1\u05de\u05d4\u05dc\u05da \u05e9\u05de\u05d9\u05e8\u05d4", - "Verification Checkpoint": "\u05e0\u05e7\u05d5\u05d3\u05ea \u05d1\u05d9\u05e7\u05d5\u05e8\u05ea \u05dc\u05d0\u05d9\u05de\u05d5\u05ea", - "Verification Deadline": "\u05de\u05d5\u05e2\u05d3 \u05d0\u05d7\u05e8\u05d5\u05df \u05dc\u05d0\u05d9\u05de\u05d5\u05ea", - "Verification checkpoint to be completed": "\u05d9\u05e9 \u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05e0\u05e7\u05d5\u05d3\u05ea \u05d1\u05d9\u05e7\u05d5\u05e8\u05ea \u05dc\u05d0\u05d9\u05de\u05d5\u05ea", - "Verified": "\u05de\u05d0\u05d5\u05de\u05ea", - "Verified Certificate": "\u05ea\u05e2\u05d5\u05d3\u05d4 \u05de\u05d0\u05d5\u05de\u05ea\u05ea", - "Verified Certificate for {courseName}": "\u05ea\u05e2\u05d5\u05d3\u05d4 \u05de\u05d0\u05d5\u05de\u05ea\u05ea \u05e2\u05d1\u05d5\u05e8 {courseName}", - "Verified Certificate upgrade": "\u05e9\u05d3\u05e8\u05d5\u05d2 \u05ea\u05e2\u05d5\u05d3\u05d4 \u05de\u05d0\u05d5\u05de\u05ea\u05ea", - "Verified Status": "\u05de\u05e6\u05d1 \u05d0\u05d9\u05de\u05d5\u05ea \u05d6\u05d4\u05d5\u05ea", - "Verified mode price": "\u05de\u05d7\u05d9\u05e8 \u05de\u05e6\u05d1 \u05de\u05d0\u05d5\u05de\u05ea", - "Verify Now": "\u05d0\u05de\u05ea \u05d0\u05ea \u05d6\u05d4\u05d5\u05ea\u05da \u05db\u05e2\u05ea", - "Video Capture Error": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d4\u05e2\u05d1\u05e8\u05ea \u05d5\u05d9\u05d3\u05d0\u05d5", - "Video ID": "\u05de\u05d6\u05d4\u05d4 \u05d5\u05d9\u05d3\u05d0\u05d5", - "View": "\u05d4\u05e6\u05d2", - "View %(span_start)s %(team_name)s %(span_end)s": "\u05d4\u05e6\u05d2 %(span_start)s %(team_name)s %(span_end)s", - "View Archived Course": "\u05e6\u05e4\u05d4 \u05d1\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d4\u05e7\u05d5\u05e8\u05e1", - "View Cohort": "\u05e6\u05e4\u05d4 \u05d1\u05e7\u05d1\u05d5\u05e6\u05ea \u05dc\u05d9\u05de\u05d5\u05d3", - "View Course": "\u05d4\u05e6\u05d2 \u05e7\u05d5\u05e8\u05e1", - "View Live": "\u05ea\u05e6\u05d5\u05d2\u05d4 \u05d7\u05d9\u05d4", - "View Teams in the %(topic_name)s Topic": "\u05d4\u05e6\u05d2 \u05e6\u05d5\u05d5\u05ea\u05d9\u05dd \u05d1\u05e0\u05d5\u05e9\u05d0 %(topic_name)s", - "View all errors": "\u05e6\u05e4\u05d4 \u05d1\u05db\u05dc \u05d4\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea", - "View discussion": "\u05e6\u05e4\u05d4 \u05d1\u05d3\u05d9\u05d5\u05df", - "View my exam": "\u05d4\u05e6\u05d2 \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05e9\u05dc\u05d9", + ], + "Showing results for \"{searchString}\"": "\u05d4\u05e6\u05d2\u05ea \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 \"{searchString}\"", + "Showing {firstIndex} out of {numItems} total": "\u05de\u05e6\u05d9\u05d2 {firstIndex} \u05de\u05ea\u05d5\u05da {numItems} \u05e1\u05da \u05d4\u05db\u05dc", + "Showing {firstIndex}-{lastIndex} out of {numItems} total": "\u05de\u05e6\u05d9\u05d2 {firstIndex}-{lastIndex} \u05de\u05ea\u05d5\u05da {numItems} \u05e1\u05da \u05d4\u05db\u05dc", + "Sign In": "\u05d4\u05ea\u05d7\u05d1\u05e8/\u05d9", + "Sign in": "\u05db\u05e0\u05d9\u05e1\u05d4", + "Sign in here using your email address and password, or use one of the providers listed below.": "\u05d4\u05d9\u05db\u05e0\u05e1 \u05db\u05d0\u05df \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05d5\u05d4\u05e1\u05d9\u05e1\u05de\u05d4 \u05e9\u05dc\u05da \u05d0\u05d5 \u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d0\u05d7\u05d3 \u05de\u05d4\u05e1\u05e4\u05e7\u05d9\u05dd \u05d4\u05e8\u05e9\u05d5\u05de\u05d9\u05dd \u05d1\u05d4\u05de\u05e9\u05da.", + "Sign in here using your email address and password.": "\u05d4\u05d9\u05db\u05e0\u05e1 \u05db\u05d0\u05df \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05d5\u05d4\u05e1\u05d9\u05e1\u05de\u05d4.", + "Sign in using %(providerName)s": "\u05d4\u05d9\u05db\u05e0\u05e1 \u05dc\u05d7\u05e9\u05d1\u05d5\u05df \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea %(providerName)s", + "Sign in with %(providerName)s": "\u05d4\u05d9\u05db\u05e0\u05e1 \u05dc\u05d7\u05e9\u05d1\u05d5\u05df \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea %(providerName)s", + "Sign in with Institution/Campus Credentials": "\u05d4\u05d9\u05db\u05e0\u05e1 \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05d4\u05e8\u05e9\u05d0\u05d5\u05ea \u05de\u05d5\u05e1\u05d3/\u05e7\u05de\u05e4\u05d5\u05e1", + "Sign in.": "\u05d4\u05ea\u05d7\u05d1\u05e8/\u05d9", + "Signatory": "\u05d4\u05d7\u05d5\u05ea\u05b5\u05dd", + "Signatory field(s) has invalid data.": "\u05d1\u05e9\u05d3\u05d4(\u05d5\u05ea) \u05d4\u05d7\u05ea\u05d9\u05de\u05d4 \u05e7\u05d9\u05d9\u05de\u05d9\u05dd \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9\u05d9\u05dd.", + "Signature Image": "\u05ea\u05de\u05d5\u05e0\u05ea \u05d7\u05ea\u05d9\u05de\u05d4", + "Some Rights Reserved": "\u05d7\u05dc\u05e7 \u05de\u05d4\u05d6\u05db\u05d5\u05d9\u05d5\u05ea \u05e9\u05de\u05d5\u05e8\u05d5\u05ea", + "Some images in this post have been omitted": "\u05d7\u05dc\u05e7 \u05de\u05d4\u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05d1\u05e4\u05d5\u05e1\u05d8 \u05d6\u05d4 \u05e0\u05de\u05d7\u05e7\u05d5", + "Something went wrong changing this enrollment. Please try again.": "\u05de\u05e9\u05d4\u05d5 \u05d4\u05e9\u05ea\u05d1\u05e9 \u05d1\u05e2\u05ea \u05e9\u05d9\u05e0\u05d5\u05d9 \u05d4\u05e8\u05e9\u05de\u05d4 \u05d6\u05d5. \u05e0\u05d0 \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", + "Sorry, no results were found.": "\u05de\u05e6\u05d8\u05e2\u05e8\u05d9\u05dd, \u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5 \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea. ", + "Sorted by": "\u05de\u05d5\u05d9\u05d9\u05df \u05d1\u05d9\u05d3\u05d9", + "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "\u05e6\u05d9\u05d9\u05df \u05d7\u05dc\u05d5\u05e4\u05d4 \u05dc\u05db\u05d5\u05ea\u05e8\u05ea \u05e7\u05d5\u05e8\u05e1 \u05e9\u05ea\u05d5\u05e6\u05d2 \u05d1\u05ea\u05e2\u05d5\u05d3\u05d5\u05ea. \u05d4\u05e9\u05d0\u05e8 \u05e8\u05d9\u05e7 \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05db\u05d5\u05ea\u05e8\u05ea \u05e7\u05d5\u05e8\u05e1 \u05e8\u05e9\u05de\u05d9\u05ea.", + "Specify whether discussion topics are divided": "\u05d9\u05e9 \u05dc\u05e6\u05d9\u05d9\u05df \u05d0\u05dd \u05d9\u05e9\u05e0\u05d4 \u05d7\u05dc\u05d5\u05e7\u05d4 \u05dc\u05e0\u05d5\u05e9\u05d0\u05d9 \u05d3\u05d9\u05d5\u05df", + "Staff": "\u05e6\u05d5\u05d5\u05ea", + "Staff Only": "\u05e6\u05d5\u05d5\u05ea \u05d1\u05dc\u05d1\u05d3", + "Staff and Learners": "\u05e6\u05d5\u05d5\u05ea \u05d5\u05dc\u05d5\u05de\u05d3\u05d9\u05dd", + "Start Date": "\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05ea\u05d7\u05dc\u05d4", + "Start Proctored Exam": "\u05d4\u05ea\u05d7\u05dc \u05d1\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7", + "Start System Check": "\u05d4\u05ea\u05d7\u05dc \u05d1\u05d1\u05d3\u05d9\u05e7\u05ea \u05de\u05e2\u05e8\u05db\u05ea", + "Start generating certificates for all students in this course?": "\u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d1\u05d9\u05e6\u05d9\u05e8\u05ea \u05ea\u05e2\u05d5\u05d3\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 \u05db\u05dc \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd \u05d1\u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4?", + "Start regenerating certificates for students in this course?": "\u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d1\u05d9\u05e6\u05d9\u05e8\u05d4 \u05de\u05d7\u05d3\u05e9 \u05e9\u05dc \u05ea\u05e2\u05d5\u05d3\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd \u05d1\u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4?", + "Start working toward your next learning goal.": "\u05d4\u05ea\u05d7\u05dc \u05dc\u05e2\u05d1\u05d5\u05d3 \u05dc\u05e7\u05e8\u05d0\u05ea \u05d9\u05e2\u05d3 \u05d4\u05dc\u05de\u05d9\u05d3\u05d4 \u05d4\u05d1\u05d0.", + "Started": "\u05d4\u05ea\u05d7\u05d9\u05dc", + "Started entrance exam rescore task for student '{student_id}'. Click the 'Show Task Status' button to see the status of the task.": "\u05d4\u05d7\u05dc \u05ea\u05d4\u05dc\u05d9\u05da \u05e6\u05d9\u05d5\u05df \u05de\u05d7\u05d3\u05e9 \u05e2\u05d1\u05d5\u05e8 \u05de\u05d1\u05d7\u05df \u05db\u05e0\u05d9\u05e1\u05d4 \u05dc\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 '{student_id}'. \u05dc\u05d7\u05e5 \u05e2\u05dc \u05dc\u05d7\u05e6\u05df '\u05d4\u05e6\u05d2 \u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d5\u05ea' \u05db\u05d3\u05d9 \u05dc\u05d4\u05e6\u05d9\u05d2 \u05d0\u05ea \u05e1\u05d8\u05d8\u05d5\u05e1 \u05d4\u05de\u05e9\u05d9\u05de\u05d4.", + "Started rescore problem task for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u05d4\u05d5\u05e4\u05e2\u05dc\u05d4 \u05de\u05e9\u05d9\u05de\u05d4 \u05dc\u05d7\u05d9\u05e9\u05d5\u05d1 \u05e6\u05d9\u05d5\u05e0\u05d9\u05dd \u05de\u05d7\u05d3\u05e9 \u05e2\u05d1\u05d5\u05e8 \u05d1\u05e2\u05d9\u05d4 '<%- problem_id %>' \u05d5\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 '<%- student_id %>'. \u05dc\u05d7\u05e5 \u05e2\u05dc \u05dc\u05d7\u05e6\u05df '\u05d4\u05e6\u05d2 \u05e1\u05d8\u05d8\u05d5\u05e1 \u05de\u05e9\u05d9\u05de\u05d5\u05ea' \u05db\u05d3\u05d9 \u05dc\u05e8\u05d0\u05d5\u05ea \u05d0\u05ea \u05e1\u05d8\u05d8\u05d5\u05e1 \u05d4\u05de\u05e9\u05d9\u05de\u05d4.", + "Starts": "\u05de\u05ea\u05d7\u05d9\u05dc", + "Starts: %(start_date)s": "\u05de\u05ea\u05d7\u05d9\u05dc: %(start_date)s", + "State": "\u05de\u05d3\u05d9\u05e0\u05d4", + "Status": "\u05e1\u05d8\u05d8\u05d5\u05e1", + "Status of Your Response": "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05ea\u05e9\u05d5\u05d1\u05ea\u05da", + "Student": "\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8", + "Student Removed from certificate white list successfully.": "\u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05d4\u05d5\u05e1\u05e8 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05de\u05d4\u05e8\u05e9\u05d9\u05de\u05d4 \u05d4\u05dc\u05d1\u05e0\u05d4 \u05e9\u05dc \u05d4\u05ea\u05e2\u05d5\u05d3\u05d5\u05ea.", + "Student email or username": "\u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05d0\u05d5 \u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9 \u05e9\u05dc \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8", + "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Add to Exception List\" button.": "\u05e9\u05d3\u05d4 \u05e9\u05dd \u05d4\u05de\u05e9\u05ea\u05de\u05e9/\u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05dc \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05d4\u05d5\u05d0 \u05e9\u05d3\u05d4 \u05d7\u05d5\u05d1\u05d4 \u05d5\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e9\u05d0\u05d9\u05e8\u05d5 \u05e8\u05d9\u05e7. \u05d0\u05e0\u05d0 \u05de\u05dc\u05d0 \u05d0\u05ea \u05e9\u05dd \u05d4\u05de\u05e9\u05ea\u05de\u05e9/\u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05d5\u05dc\u05d0\u05d7\u05e8 \u05de\u05db\u05df \u05dc\u05d7\u05e5 \u05e2\u05dc \u05d4\u05dc\u05d7\u05e6\u05df \"\u05d4\u05d5\u05e1\u05e3 \u05dc\u05e8\u05e9\u05d9\u05de\u05ea \u05d7\u05e8\u05d9\u05d2\u05d9\u05dd\".", + "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Invalidate Certificate\" button.": "\u05e9\u05d3\u05d4 \u05e9\u05dd \u05d4\u05de\u05e9\u05ea\u05de\u05e9/\u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05dc \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05d4\u05d5\u05d0 \u05e9\u05d3\u05d4 \u05d7\u05d5\u05d1\u05d4 \u05d5\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e9\u05d0\u05d9\u05e8\u05d5 \u05e8\u05d9\u05e7. \u05d0\u05e0\u05d0 \u05de\u05dc\u05d0 \u05d0\u05ea \u05e9\u05dd \u05d4\u05de\u05e9\u05ea\u05de\u05e9/\u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05d5\u05dc\u05d0\u05d7\u05e8 \u05de\u05db\u05df \u05dc\u05d7\u05e5 \u05e2\u05dc \u05d4\u05dc\u05d7\u05e6\u05df \"\u05e4\u05e1\u05d9\u05dc\u05ea \u05ea\u05e2\u05d5\u05d3\u05d4\".", + "Studio:": "\u05e1\u05d8\u05d5\u05d3\u05d9\u05d5:", + "Subject": "\u05e0\u05d5\u05e9\u05d0", + "Subject:": "\u05e0\u05d5\u05e9\u05d0:", + "Submit": "\u05e9\u05dc\u05d7", + "Submit Application": "\u05e9\u05dc\u05d7 \u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d4", + "Submit enrollment change": "\u05e9\u05dc\u05d7 \u05e9\u05d9\u05e0\u05d5\u05d9 \u05d4\u05e8\u05e9\u05de\u05d4", + "Submitted": "\u05d4\u05d5\u05d2\u05e9", + "Subsection": "\u05ea\u05ea \u05e4\u05e8\u05e7", + "Subsection Visibility": "\u05ea\u05e6\u05d5\u05d2\u05ea \u05ea\u05ea-\u05e4\u05e8\u05e7", + "Subsection is hidden after due date": "\u05ea\u05ea-\u05d4\u05e4\u05e8\u05e7 \u05e0\u05e1\u05ea\u05e8 \u05dc\u05d0\u05d7\u05e8 \u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d9\u05e2\u05d3", + "Success": "\u05d4\u05e6\u05dc\u05d7\u05d4", + "Success! Problem attempts reset for problem '<%- problem_id %>' and student '<%- student_id %>'.": "\u05d4\u05e6\u05dc\u05d7\u05d4! \u05e0\u05e1\u05d9\u05d5\u05e0\u05d5\u05ea \u05d0\u05d9\u05e4\u05d5\u05e1 \u05e2\u05d1\u05d5\u05e8 \u05d1\u05e2\u05d9\u05d4 '<%- problem_id %>' \u05d5\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 '<%- student_id %>'.", + "Successfully deleted student state for user {user}": "\u05d4\u05d5\u05e9\u05dc\u05de\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05de\u05d7\u05d9\u05e7\u05ea \u05de\u05e6\u05d1 \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05e2\u05d1\u05d5\u05e8 \u05de\u05e9\u05ea\u05de\u05e9 {user}", + "Successfully enrolled and sent email to the following users:": "\u05e0\u05e8\u05e9\u05dd \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05d5\u05e9\u05dc\u05d7 \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05dc\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd:", + "Successfully enrolled the following users:": "\u05d4\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd \u05e0\u05e8\u05e9\u05de\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4:", + "Successfully rescored problem for user {user}": "\u05d4\u05d5\u05e9\u05dc\u05dd \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05de\u05ea\u05df \u05e6\u05d9\u05d5\u05df \u05de\u05d7\u05d3\u05e9 \u05e2\u05d1\u05d5\u05e8 \u05de\u05e9\u05ea\u05de\u05e9 {user}", + "Successfully rescored problem to improve score for user {user}": "\u05d4\u05d5\u05e9\u05dc\u05dd \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05de\u05ea\u05df \u05e6\u05d9\u05d5\u05df \u05de\u05d7\u05d3\u05e9 \u05dc\u05d1\u05e2\u05d9\u05d4 \u05e2\u05d1\u05d5\u05e8 \u05de\u05e9\u05ea\u05de\u05e9 {user}", + "Successfully reset the attempts for user {user}": "\u05e0\u05d9\u05e1\u05d9\u05d5\u05e0\u05d5\u05ea \u05d0\u05d5\u05e4\u05e1\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05e2\u05d1\u05d5\u05e8 \u05de\u05e9\u05ea\u05de\u05e9 {user}", + "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "\u05d4\u05d5\u05d3\u05e2\u05d5\u05ea \u05d4\u05e8\u05e9\u05de\u05d4 \u05e0\u05e9\u05dc\u05d7\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05dc\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd. \u05d4\u05dd \u05d9\u05d4\u05d9\u05d5 \u05e8\u05e9\u05d0\u05d9\u05dd \u05dc\u05d4\u05d9\u05e8\u05e9\u05dd \u05dc\u05e7\u05d5\u05e8\u05e1 \u05dc\u05d0\u05d7\u05e8 \u05e9\u05d9\u05e9\u05dc\u05d9\u05de\u05d5 \u05d0\u05ea \u05d4\u05d4\u05e8\u05e9\u05de\u05d4 \u05dc\u05d0\u05ea\u05e8:", + "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "\u05d4\u05d5\u05d3\u05e2\u05d5\u05ea \u05d4\u05e8\u05e9\u05de\u05d4 \u05e0\u05e9\u05dc\u05d7\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05dc\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd. \u05d4\u05dd \u05d9\u05d4\u05d9\u05d5 \u05e8\u05e9\u05d0\u05d9\u05dd \u05dc\u05d4\u05d9\u05e8\u05e9\u05dd \u05dc\u05e7\u05d5\u05e8\u05e1 \u05dc\u05d0\u05d7\u05e8 \u05e9\u05d9\u05e9\u05dc\u05d9\u05de\u05d5 \u05d0\u05ea \u05d4\u05d4\u05e8\u05e9\u05de\u05d4 \u05dc\u05d0\u05ea\u05e8:", + "Successfully started task to rescore problem '<%- problem_id %>' for all students. Click the 'Show Task Status' button to see the status of the task.": "\u05d4\u05d5\u05ea\u05d7\u05dc\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05d4\u05de\u05e9\u05d9\u05de\u05d4 \u05dc\u05ea\u05ea \u05e6\u05d9\u05d5\u05df \u05de\u05d7\u05d3\u05e9 \u05dc\u05d1\u05e2\u05d9\u05d4 '<%- problem_id %>' \u05e2\u05d1\u05d5\u05e8 \u05db\u05dc\u05dc \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd. \u05dc\u05d7\u05e5 \u05e2\u05dc \u05dc\u05d7\u05e6\u05df '\u05d4\u05e6\u05d2 \u05e1\u05d8\u05d8\u05d5\u05e1 \u05e0\u05d9\u05e1\u05d9\u05d5\u05e0\u05d5\u05ea' \u05db\u05d3\u05d9 \u05dc\u05e8\u05d0\u05d5\u05ea \u05d0\u05ea \u05e1\u05d8\u05d8\u05d5\u05e1 \u05d4\u05de\u05e9\u05d9\u05de\u05d4.", + "Successfully started task to reset attempts for problem '<%- problem_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u05d4\u05d5\u05ea\u05d7\u05dc\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05d4\u05de\u05e9\u05d9\u05de\u05d4 \u05dc\u05d0\u05d9\u05e4\u05d5\u05e1 \u05e0\u05e1\u05d9\u05d5\u05e0\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 \u05d1\u05e2\u05d9\u05d4 '<%- problem_id %>'. \u05dc\u05d7\u05e5 \u05e2\u05dc \u05dc\u05d7\u05e6\u05df '\u05d4\u05e6\u05d2 \u05e1\u05d8\u05d8\u05d5\u05e1 \u05e0\u05d9\u05e1\u05d9\u05d5\u05e0\u05d5\u05ea' \u05db\u05d3\u05d9 \u05dc\u05e8\u05d0\u05d5\u05ea \u05d0\u05ea \u05e1\u05d8\u05d8\u05d5\u05e1 \u05d4\u05de\u05e9\u05d9\u05de\u05d4.", + "Successfully unlinked.": "\u05d4\u05e1\u05e8\u05ea \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8 \u05d1\u05d5\u05e6\u05e2\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4.", + "Supported": "\u05e0\u05ea\u05de\u05da", + "TOTAL": "\u05e1\u05da \u05d4\u05db\u05dc", + "Tags": "\u05ea\u05d2\u05d9\u05d5\u05ea", + "Tags:": "\u05ea\u05d2\u05d9\u05d5\u05ea:", + "Take Photo": "\u05e6\u05dc\u05dd \u05ea\u05de\u05d5\u05e0\u05d4", + "Take Your Photo": "\u05e6\u05dc\u05dd \u05d0\u05ea \u05ea\u05de\u05d5\u05e0\u05ea\u05da", + "Take a Photo of Your ID": "\u05e6\u05dc\u05dd \u05ea\u05de\u05d5\u05e0\u05d4 \u05e9\u05dc \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05de\u05d6\u05d4\u05d4 \u05e9\u05dc\u05da", + "Take a photo of your ID": "\u05e6\u05dc\u05dd \u05ea\u05de\u05d5\u05e0\u05d4 \u05e9\u05dc \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05de\u05d6\u05d4\u05d4 \u05e9\u05dc\u05da.", + "Take me to the main course page": "\u05e2\u05d1\u05d5\u05e8 \u05dc\u05e2\u05de\u05d5\u05d3 \u05d4\u05e7\u05d5\u05e8\u05e1 \u05d4\u05e8\u05d0\u05e9\u05d9", + "Take me to the main library page": "\u05e2\u05d1\u05d5\u05e8 \u05dc\u05e2\u05de\u05d5\u05d3 \u05d4\u05e1\u05e4\u05e8\u05d9\u05d4 \u05d4\u05e8\u05d0\u05e9\u05d9", + "Take this exam without proctoring.": "\u05d4\u05d9\u05d1\u05d7\u05df \u05d1\u05de\u05d1\u05d7\u05df \u05d6\u05d4 \u05dc\u05dc\u05d0 \u05e4\u05d9\u05e7\u05d5\u05d7.", + "Taking As Open Exam": " \u05d1\u05d7\u05d9\u05e8\u05d4 \u05d1\u05de\u05d1\u05d7\u05df \u05e4\u05ea\u05d5\u05d7", + "Taking As Proctored Exam": "\u05d1\u05d7\u05d9\u05e8\u05d4 \u05db\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7", + "Taking as Proctored": "\u05d1\u05d7\u05d9\u05e8\u05d4 \u05d1\u05e4\u05d9\u05e7\u05d5\u05d7", + "Task ID": "\u05de\u05d6\u05d4\u05d4 \u05de\u05e9\u05d9\u05de\u05d4", + "Task Progress": "\u05d4\u05ea\u05e7\u05d3\u05de\u05d5\u05ea \u05d4\u05de\u05e9\u05d9\u05de\u05d4", + "Task Status": "\u05de\u05e6\u05d1 \u05d4\u05de\u05e9\u05d9\u05de\u05d4", + "Task Type": "\u05e1\u05d5\u05d2 \u05de\u05e9\u05d9\u05de\u05d4", + "Task inputs": "\u05ea\u05e9\u05d5\u05de\u05d5\u05ea \u05de\u05e9\u05d9\u05de\u05d4", + "Teaching Assistant": "\u05e2\u05d5\u05d6\u05e8 \u05d4\u05d5\u05e8\u05d0\u05d4", + "Team \"{team}\" successfully deleted.": "\u05d4\u05e6\u05d5\u05d5\u05ea \"{team}\" \u05e0\u05de\u05d7\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4.", + "Team Description (Required) *": "\u05ea\u05d9\u05d0\u05d5\u05e8 \u05d4\u05e6\u05d5\u05d5\u05ea (\u05e0\u05d3\u05e8\u05e9) *", + "Team Details": "\u05e4\u05e8\u05d8\u05d9 \u05e6\u05d5\u05d5\u05ea", + "Team Name (Required) *": "\u05e9\u05dd \u05d4\u05e6\u05d5\u05d5\u05ea (\u05e0\u05d3\u05e8\u05e9) *", + "Team Search": "\u05d7\u05d9\u05e4\u05d5\u05e9 \u05e6\u05d5\u05d5\u05ea", + "Team capacity": "\u05e7\u05d9\u05d1\u05d5\u05dc\u05ea \u05e6\u05d5\u05d5\u05ea", + "Team description cannot have more than 300 characters.": "\u05ea\u05d9\u05d0\u05d5\u05e8 \u05d4\u05e6\u05d5\u05d5\u05ea \u05d0\u05d9\u05e0\u05d5 \u05d9\u05db\u05d5\u05dc \u05dc\u05d7\u05e8\u05d5\u05d2 \u05de-300 \u05ea\u05d5\u05d5\u05d9\u05dd.", + "Team member profiles": "\u05e4\u05e8\u05d5\u05e4\u05d9\u05dc\u05d9\u05dd \u05e9\u05dc \u05d7\u05d1\u05e8\u05d9 \u05e6\u05d5\u05d5\u05ea", + "Team name cannot have more than 255 characters.": "\u05e9\u05dd \u05d4\u05e6\u05d5\u05d5\u05ea \u05d0\u05d9\u05e0\u05d5 \u05d9\u05db\u05d5\u05dc \u05dc\u05d7\u05e8\u05d5\u05d2 \u05de-255 \u05ea\u05d5\u05d5\u05d9\u05dd.", + "Teams": "\u05e6\u05d5\u05d5\u05ea\u05d9\u05dd", + "Teams Pagination": "\u05e2\u05d9\u05de\u05d5\u05d3 \u05e6\u05d5\u05d5\u05ea\u05d9\u05dd", + "Terms of Service and Honor Code": "\u05ea\u05e0\u05d0\u05d9 \u05e9\u05d9\u05de\u05d5\u05e9 \u05d5\u05e7\u05d5\u05d3 \u05d0\u05ea\u05d9", + "Textbook Name": "\u05e9\u05dd \u05e1\u05e4\u05e8 \u05d4\u05e7\u05d5\u05e8\u05e1", + "Textbook information": "\u05de\u05d9\u05d3\u05e2 \u05e2\u05dc \u05e1\u05e4\u05e8 \u05d4\u05e7\u05d5\u05e8\u05e1", + "Thank you %(full_name)s! We have received your payment for %(course_name)s.": "\u05ea\u05d5\u05d3\u05d4 \u05e8\u05d1\u05d4, %(full_name)s! \u05e7\u05d9\u05d1\u05dc\u05e0\u05d5 \u05d0\u05ea \u05ea\u05e9\u05dc\u05d5\u05de\u05da \u05e2\u05d1\u05d5\u05e8 %(course_name)s.", + "Thank you for submitting your financial assistance application for {course_name}! You can expect a response in 2-4 business days.": "\u05ea\u05d5\u05d3\u05d4 \u05e9\u05e9\u05dc\u05d7\u05ea \u05d0\u05ea \u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d9\u05ea \u05d4\u05e1\u05d9\u05d5\u05e2 \u05d4\u05db\u05e1\u05e4\u05d9 \u05e9\u05dc\u05da \u05dc-{course_name}! \u05ea\u05d5\u05db\u05dc \u05dc\u05e6\u05e4\u05d5\u05ea \u05dc\u05ea\u05e9\u05d5\u05d1\u05d4 \u05ea\u05d5\u05da 4-2 \u05d9\u05de\u05d9 \u05e2\u05e1\u05e7\u05d9\u05dd.", + "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "\u05ea\u05d5\u05d3\u05d4 \u05e2\u05dc \u05d4\u05d2\u05e9\u05ea \u05ea\u05de\u05d5\u05e0\u05d5\u05ea\u05d9\u05da. \u05d0\u05e0\u05d5 \u05e0\u05d1\u05d3\u05d5\u05e7 \u05d0\u05d5\u05ea\u05df \u05d1\u05e7\u05e8\u05d5\u05d1. \u05d9\u05e9 \u05d1\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea\u05da \u05db\u05e2\u05ea \u05dc\u05d4\u05d9\u05e8\u05e9\u05dd \u05dc\u05db\u05dc \u05e7\u05d5\u05e8\u05e1\u05d9 %(platformName)s \u05e9\u05de\u05e6\u05d9\u05e2\u05d9\u05dd \u05ea\u05e2\u05d5\u05d3\u05d4 \u05e2\u05dd \u05d6\u05d4\u05d5\u05ea \u05de\u05d0\u05d5\u05de\u05ea\u05ea. \u05d0\u05d9\u05de\u05d5\u05ea \u05d6\u05d4\u05d5\u05ea\u05da \u05ea\u05e7\u05e3 \u05dc\u05e9\u05e0\u05d4 \u05d0\u05d7\u05ea. \u05dc\u05d0\u05d7\u05e8 \u05e9\u05e0\u05d4, \u05e2\u05dc\u05d9\u05da \u05dc\u05d4\u05d2\u05d9\u05e9 \u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05dc\u05d0\u05d9\u05de\u05d5\u05ea \u05d7\u05d5\u05d6\u05e8.", + "Thank you! We have received your payment for {courseName}.": "\u05ea\u05d5\u05d3\u05d4 \u05e8\u05d1\u05d4! \u05e7\u05d9\u05d1\u05dc\u05e0\u05d5 \u05d0\u05ea \u05ea\u05e9\u05dc\u05d5\u05de\u05da \u05e2\u05d1\u05d5\u05e8 {courseName}.", + "Thanks for returning to verify your ID in: {courseName}": "\u05ea\u05d5\u05d3\u05d4 \u05e9\u05d7\u05d6\u05e8\u05ea \u05dc\u05d5\u05d5\u05d3\u05d0 \u05d0\u05ea \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05de\u05d6\u05d4\u05d4 \u05e9\u05dc\u05da: {courseName}", + "The certificate for this learner has been re-validated and the system is re-running the grade for this learner.": "\u05d4\u05ea\u05e2\u05d5\u05d3\u05d4 \u05e9\u05dc \u05ea\u05dc\u05de\u05d9\u05d3 \u05d6\u05d4 \u05d0\u05d5\u05de\u05ea\u05d4 \u05de\u05d7\u05d3\u05e9 \u05d5\u05d4\u05de\u05e2\u05e8\u05db\u05ea \u05de\u05e8\u05d9\u05e6\u05d4 \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05d4\u05e6\u05d9\u05d5\u05df \u05e2\u05d1\u05d5\u05e8 \u05ea\u05dc\u05de\u05d9\u05d3 \u05d6\u05d4.", + "The cohort cannot be added": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d0\u05ea \u05e7\u05d1\u05d5\u05e6\u05ea \u05d4\u05dc\u05d9\u05de\u05d5\u05d3", + "The cohort cannot be saved": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05de\u05d5\u05e8 \u05d0\u05ea \u05e7\u05d1\u05d5\u05e6\u05ea \u05d4\u05dc\u05d9\u05de\u05d5\u05d3", + "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "\u05d4\u05d0\u05d5\u05e8\u05da \u05d4\u05de\u05e9\u05d5\u05dc\u05d1 \u05e9\u05dc \u05e9\u05d3\u05d5\u05ea \u05d4\u05d0\u05e8\u05d2\u05d5\u05df \u05d5\u05e7\u05d5\u05d3 \u05d4\u05e1\u05e4\u05e8\u05d9\u05d9\u05d4 \u05d0\u05d9\u05e0\u05d5 \u05d9\u05db\u05d5\u05dc \u05dc\u05e2\u05dc\u05d5\u05ea \u05e2\u05dc <%=limit%> \u05ea\u05d5\u05d5\u05d9\u05dd.", + "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "\u05d4\u05d0\u05d5\u05e8\u05da \u05d4\u05de\u05e9\u05d5\u05dc\u05d1 \u05e9\u05dc \u05e9\u05d3\u05d5\u05ea \u05d4\u05d0\u05e8\u05d2\u05d5\u05df, \u05de\u05e1\u05e4\u05e8 \u05d4\u05e7\u05d5\u05e8\u05e1 \u05d5\u05d4\u05e8\u05e6\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1 \u05d0\u05d9\u05e0\u05d5 \u05d9\u05db\u05d5\u05dc \u05dc\u05e2\u05dc\u05d5\u05ea \u05e2\u05dc <%=limit%> \u05ea\u05d5\u05d5\u05d9\u05dd.", + "The country that team members primarily identify with.": "\u05d4\u05de\u05d3\u05d9\u05e0\u05d4 \u05d4\u05e2\u05d9\u05e7\u05e8\u05d9\u05ea \u05d0\u05d9\u05ea\u05d4 \u05de\u05d6\u05d5\u05d4\u05d9\u05dd \u05d7\u05d1\u05e8\u05d9 \u05d4\u05e6\u05d5\u05d5\u05ea.", + "The course end date must be later than the course start date.": "\u05ea\u05d0\u05e8\u05d9\u05da \u05e1\u05d9\u05d5\u05dd \u05d4\u05e7\u05d5\u05e8\u05e1 \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05d0\u05d5\u05d7\u05e8 \u05d9\u05d5\u05ea\u05e8 \u05de\u05ea\u05d0\u05e8\u05d9\u05da \u05ea\u05d7\u05d9\u05dc\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1.", + "The course must have an assigned start date.": "\u05dc\u05e7\u05d5\u05e8\u05e1 \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05ea\u05d7\u05dc\u05d4 \u05e7\u05d1\u05d5\u05e2", + "The course start date must be later than the enrollment start date.": "\u05ea\u05d0\u05e8\u05d9\u05da \u05ea\u05d7\u05d9\u05dc\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1 \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05d0\u05d5\u05d7\u05e8 \u05d9\u05d5\u05ea\u05e8 \u05de\u05ea\u05d0\u05e8\u05d9\u05da \u05ea\u05d7\u05d9\u05dc\u05ea \u05d4\u05d4\u05e8\u05e9\u05de\u05d4.", + "The display of ungraded and checked out responses could not be loaded.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05d4\u05d9\u05d4 \u05dc\u05d8\u05e2\u05d5\u05df \u05d0\u05ea \u05d4\u05ea\u05e6\u05d5\u05d2\u05d4 \u05e9\u05dc \u05ea\u05e9\u05d5\u05d1\u05d5\u05ea \u05d9\u05d5\u05e6\u05d0\u05d5\u05ea \u05d5\u05dc\u05d0-\u05de\u05d3\u05d5\u05e8\u05d2\u05d5\u05ea.", + "The email address you've provided isn't formatted correctly.": "\u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05e1\u05d9\u05e4\u05e7\u05ea \u05d0\u05d9\u05e0\u05d4 \u05db\u05ea\u05d5\u05d1\u05d4 \u05d1\u05e4\u05d5\u05e8\u05de\u05d8 \u05de\u05ea\u05d0\u05d9\u05dd.", + "The enrollment end date cannot be after the course end date.": "\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05e1\u05d9\u05d5\u05dd \u05dc\u05d4\u05e8\u05e9\u05de\u05d4 \u05d0\u05d9\u05e0\u05d5 \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d9\u05d5\u05ea \u05dc\u05d0\u05d7\u05e8 \u05ea\u05d0\u05e8\u05d9\u05da \u05e1\u05d9\u05d5\u05dd \u05d4\u05e7\u05d5\u05e8\u05e1. ", + "The enrollment start date cannot be after the enrollment end date.": "\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05ea\u05d7\u05dc\u05ea \u05d4\u05d4\u05e8\u05e9\u05de\u05d4 \u05dc\u05e7\u05d5\u05e8\u05e1 \u05d0\u05d9\u05e0\u05d5 \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d9\u05d5\u05ea \u05dc\u05e4\u05e0\u05d9 \u05ea\u05d0\u05e8\u05d9\u05da \u05e1\u05d9\u05d5\u05dd \u05d4\u05d4\u05e8\u05e9\u05de\u05d4 \u05dc\u05e7\u05d5\u05e8\u05e1.", + "The file must be at least {size} in size.": "\u05e2\u05dc \u05d2\u05d5\u05d3\u05dc \u05d4\u05e7\u05d5\u05d1\u05e5 \u05dc\u05d4\u05d9\u05d5\u05ea \u05dc\u05e4\u05d7\u05d5\u05ea {size}.", + "The file must be smaller than {size} in size.": "\u05e2\u05dc \u05d2\u05d5\u05d3\u05dc \u05d4\u05e7\u05d5\u05d1\u05e5 \u05dc\u05d4\u05d9\u05d5\u05ea \u05e7\u05d8\u05df \u05de{size}.", + "The following email addresses and/or usernames are invalid:": "\u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05d4\u05d1\u05d0\u05d5\u05ea \u05d5/\u05d0\u05d5 \u05e9\u05de\u05d5\u05ea \u05d4\u05de\u05e9\u05ea\u05de\u05e9 \u05d0\u05d9\u05e0\u05df \u05d7\u05d5\u05e7\u05d9\u05d5\u05ea:", + "The following errors were generated:": "\u05d4\u05e9\u05d2\u05d9\u05d0\u05d5\u05ea \u05d4\u05d1\u05d0\u05d5\u05ea \u05e0\u05d5\u05e6\u05e8\u05d5:", + "The following file types are not allowed: ": "\u05e1\u05d5\u05d2\u05d9 \u05d4\u05e7\u05d1\u05e6\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd \u05d0\u05d9\u05e0\u05dd \u05de\u05d5\u05e8\u05e9\u05d9\u05dd: ", + "The following information is already a part of your {platform} profile. We\\'ve included it here for your application.": "\u05d4\u05de\u05d9\u05d3\u05e2 \u05d4\u05d1\u05d0 \u05d4\u05d5\u05d0 \u05db\u05d1\u05e8 \u05d7\u05dc\u05e7 \u05de\u05d4\u05e4\u05e8\u05d5\u05e4\u05d9\u05dc \u05e9\u05dc\u05da \u05d1-{platform}. \u05db\u05dc\u05dc\u05e0\u05d5 \u05d0\u05d5\u05ea\u05d5 \u05db\u05d0\u05df \u05e2\u05d1\u05d5\u05e8 \u05d4\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d4 \u05e9\u05dc\u05da.", + "The following message will be displayed at the bottom of the courseware pages within your course:": "\u05d4\u05d4\u05d5\u05d3\u05e2\u05d4 \u05d4\u05d1\u05d0\u05d4 \u05ea\u05d5\u05e6\u05d2 \u05d1\u05ea\u05d7\u05ea\u05d9\u05ea \u05d3\u05e4\u05d9 \u05ea\u05d5\u05db\u05e0\u05ea \u05d4\u05de\u05d7\u05e9\u05d1 \u05e9\u05dc \u05d4\u05e7\u05d5\u05e8\u05e1 \u05d4\u05e0\u05de\u05e6\u05d0 \u05d1\u05ea\u05d5\u05da \u05d4\u05e7\u05d5\u05e8\u05e1:", + "The following options are available for the {license_name} license.": "\u05d4\u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05d4\u05d1\u05d0\u05d5\u05ea \u05d6\u05de\u05d9\u05e0\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 \u05e8\u05d9\u05e9\u05d9\u05d5\u05df {license_name}.", + "The following users are no longer enrolled in the course:": "\u05d4\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd \u05db\u05d1\u05e8 \u05d0\u05d9\u05e0\u05dd \u05e8\u05e9\u05d5\u05de\u05d9\u05dd \u05dc\u05e7\u05d5\u05e8\u05e1:", + "The following warnings were generated:": "\u05d4\u05d0\u05d6\u05d4\u05e8\u05d5\u05ea \u05d4\u05d1\u05d0\u05d5\u05ea \u05e0\u05d5\u05e6\u05e8\u05d5:", + "The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.": "\u05d4\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d4 \u05d4\u05db\u05dc\u05dc\u05d9\u05ea \u05e2\u05d1\u05d5\u05e8 \u05e1\u05d5\u05d2 \u05d6\u05d4 \u05e9\u05dc \u05de\u05e9\u05d9\u05de\u05d4, \u05dc\u05d3\u05d5\u05d2\u05de\u05d4, \u05e9\u05d9\u05e2\u05d5\u05e8\u05d9 \u05d1\u05d9\u05ea \u05d0\u05d5 \u05de\u05d1\u05d7\u05df \u05d0\u05de\u05e6\u05e2 \u05e9\u05e0\u05d4. \u05e9\u05dd \u05d6\u05d4 \u05d2\u05dc\u05d5\u05d9 \u05dc\u05dc\u05d5\u05de\u05d3\u05d9\u05dd.", + "The language that team members primarily use to communicate with each other.": "\u05d4\u05e9\u05e4\u05d4 \u05d4\u05e2\u05d9\u05e7\u05e8\u05d9\u05ea \u05e9\u05d7\u05d1\u05e8\u05d9 \u05d4\u05e6\u05d5\u05d5\u05ea \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05db\u05d3\u05d9 \u05dc\u05ea\u05e7\u05e9\u05e8 \u05d6\u05d4 \u05e2\u05dd \u05d6\u05d4.", + "The minimum grade for course credit is not set.": "\u05d4\u05e6\u05d9\u05d5\u05df \u05d4\u05de\u05d9\u05e0\u05d9\u05de\u05dc\u05d9 \u05dc\u05e7\u05d1\u05dc \u05e0\u05e7\u05d5\u05d3\u05d5\u05ea \u05d6\u05db\u05d5\u05ea \u05d1\u05e7\u05d5\u05e8\u05e1 \u05d0\u05d9\u05e0\u05d5 \u05de\u05d5\u05d2\u05d3\u05e8.", + "The minimum score percentage must be a whole number between 0 and 100.": "\u05d0\u05d7\u05d5\u05d6 \u05d4\u05e6\u05d9\u05d5\u05df \u05d4\u05de\u05d9\u05e0\u05d9\u05de\u05dc\u05d9 \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05e1\u05e4\u05e8 \u05e9\u05dc\u05dd \u05d1\u05d9\u05df 0 \u05dc-100.", + "The name of this signatory as it should appear on certificates.": "\u05e9\u05dd \u05d4\u05d7\u05d5\u05ea\u05dd \u05db\u05e4\u05d9 \u05e9\u05d0\u05de\u05d5\u05e8 \u05dc\u05d4\u05d5\u05e4\u05d9\u05e2 \u05d1\u05ea\u05e2\u05d5\u05d3\u05d5\u05ea.", + "The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.": "\u05de\u05e1\u05e4\u05e8 \u05d4\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05de\u05e1\u05d5\u05d2 \u05d6\u05d4 \u05e9\u05d9\u05d5\u05e9\u05de\u05d8\u05d5. \u05d4\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05d1\u05e2\u05dc\u05d5\u05ea \u05d4\u05e6\u05d9\u05d5\u05df \u05d4\u05e0\u05de\u05d5\u05da \u05d1\u05d9\u05d5\u05ea\u05e8 \u05d9\u05d5\u05e9\u05de\u05d8\u05d5 \u05ea\u05d7\u05d9\u05dc\u05d4.", + "The number of subsections in the course that contain problems of this assignment type.": "\u05de\u05e1\u05e4\u05e8 \u05ea\u05ea\u05d9 \u05d4\u05e4\u05e8\u05e7\u05d9\u05dd \u05d1\u05e7\u05d5\u05e8\u05e1 \u05d4\u05de\u05db\u05d9\u05dc \u05d1\u05e2\u05d9\u05d5\u05ea \u05e9\u05dc \u05e1\u05d5\u05d2 \u05de\u05e9\u05d9\u05de\u05d4 \u05d6\u05d4.", + "The organization that this signatory belongs to, as it should appear on certificates.": "\u05d7\u05ea\u05d9\u05de\u05ea \u05d4\u05d0\u05e8\u05d2\u05d5\u05df, \u05db\u05e4\u05d9 \u05e9\u05d4\u05d9\u05d0 \u05d0\u05de\u05d5\u05e8\u05d4 \u05dc\u05d4\u05d5\u05e4\u05d9\u05e2 \u05d1\u05ea\u05e2\u05d5\u05d3\u05d4.", + "The page \"{route}\" could not be found.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05de\u05e6\u05d5\u05d0 \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \"{route}\".", + "The photo of your face matches the photo on your ID.": "\u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05e9\u05dc \u05e4\u05e0\u05d9\u05da \u05ea\u05d5\u05d0\u05de\u05ea \u05dc\u05ea\u05de\u05d5\u05e0\u05d4 \u05e9\u05d1\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05de\u05d6\u05d4\u05d4 \u05e9\u05dc\u05da.", + "The post you selected has been deleted.": "\u05d4\u05e4\u05d5\u05e1\u05d8 \u05e9\u05d1\u05d7\u05e8\u05ea \u05e0\u05de\u05d7\u05e7.", + "The published branch version, {published}, was reset to the draft branch version, {draft}.": "\u05d2\u05e8\u05e1\u05ea \u05d4\u05de\u05d3\u05d5\u05e8 \u05e9\u05e4\u05d5\u05e8\u05e1\u05dd, {published}, \u05d0\u05d5\u05e4\u05e1\u05d4 \u05dc\u05d2\u05e8\u05e1\u05ea \u05de\u05d3\u05d5\u05e8 \u05d4\u05d8\u05d9\u05d5\u05d8\u05d4, {draft}.", + "The raw error message is:": "\u05d4\u05d5\u05d3\u05e2\u05ea \u05d4\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d4\u05d9\u05d0:", + "The selected content group does not exist": "\u05e7\u05d1\u05d5\u05e6\u05ea \u05d4\u05ea\u05d5\u05db\u05df \u05e9\u05e0\u05d1\u05d7\u05e8\u05d4 \u05d0\u05d9\u05e0\u05d4 \u05e7\u05d9\u05d9\u05de\u05ea", + "The server could not be contacted.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d9\u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8 \u05e2\u05dd \u05d4\u05e9\u05e8\u05ea.", + "The staff assessment form could not be loaded.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05d4\u05d9\u05d4 \u05dc\u05d8\u05e2\u05d5\u05df \u05d0\u05ea \u05d8\u05d5\u05e4\u05e1 \u05d4\u05e2\u05e8\u05db\u05ea \u05d4\u05e6\u05d5\u05d5\u05ea.", + "The submission could not be removed from the grading pool.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e1\u05d9\u05e8 \u05d0\u05ea \u05d4\u05d4\u05d2\u05e9\u05d4 \u05de\u05de\u05d0\u05d2\u05e8 \u05d4\u05e6\u05d9\u05d5\u05e0\u05d9\u05dd.", + "The team \"{team}\" could not be found.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05de\u05e6\u05d5\u05d0 \u05d0\u05ea \u05d4\u05e6\u05d5\u05d5\u05ea \"{team}\".", + "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "\u05e0\u05e8\u05d0\u05d4 \u05db\u05d9 \u05d4\u05ea\u05de\u05dc\u05d9\u05dc \u05d4\u05de\u05ea\u05d5\u05d6\u05de\u05df \u05dc\u05e7\u05d5\u05d1\u05e5 \u05d4\u05d5\u05d5\u05d9\u05d3\u05d0\u05d5 \u05d4\u05e8\u05d0\u05e9\u05d5\u05df \u05d0\u05d9\u05e0\u05d5 \u05d3\u05d5\u05de\u05d4 \u05dc\u05ea\u05de\u05dc\u05d9\u05dc \u05d4\u05de\u05ea\u05d5\u05d6\u05de\u05df \u05e9\u05dc \u05e7\u05d5\u05d1\u05e5 \u05d4\u05d5\u05d5\u05d9\u05d3\u05d0\u05d5 \u05d4\u05e9\u05e0\u05d9.", + "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "\u05d4\u05ea\u05de\u05dc\u05d9\u05dc \u05d4\u05de\u05ea\u05d5\u05d6\u05de\u05df \u05e2\u05d1\u05d5\u05e8 \u05e1\u05e8\u05d8\u05d5\u05df \u05d5\u05d9\u05d3\u05d0\u05d5 \u05d6\u05d4 \u05d1-edX \u05de\u05d9\u05d5\u05e9\u05df, \u05d0\u05da \u05e7\u05d9\u05d9\u05de\u05ea \u05d2\u05e8\u05e1\u05d4 \u05e2\u05d3\u05db\u05e0\u05d9\u05ea \u05e2\u05d1\u05d5\u05e8\u05d5 \u05d1\u05d9\u05d5\u05d8\u05d9\u05d5\u05d1.", + "The topic \"{topic}\" could not be found.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05de\u05e6\u05d5\u05d0 \u05d0\u05ea \u05d4\u05e0\u05d5\u05e9\u05d0 \"{topic}\".", + "The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.": "\u05de\u05e9\u05e7\u05dc \u05db\u05dc \u05d4\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05e9\u05dc \u05e1\u05d5\u05d2 \u05d6\u05d4 \u05d4\u05d5\u05d0 \u05db\u05d0\u05d7\u05d5\u05d6 \u05de\u05e1\u05da \u05d4\u05e6\u05d9\u05d5\u05df, \u05dc\u05d3\u05d5\u05d2\u05de\u05d4, 40. \u05d0\u05dc \u05ea\u05db\u05dc\u05d5\u05dc \u05d0\u05ea \u05e1\u05de\u05dc \u05d4\u05d0\u05d7\u05d5\u05d6.", + "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "\u05e7\u05d1\u05d5\u05e6\u05ea \u05d4\u05dc\u05d9\u05de\u05d5\u05d3 {cohortGroupName} \u05e0\u05d5\u05e6\u05e8\u05d4. \u05d0\u05ea\u05d4 \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd \u05d1\u05e6\u05d5\u05e8\u05d4 \u05d9\u05d3\u05e0\u05d9\u05ea \u05dc\u05e7\u05d1\u05d5\u05e6\u05ea \u05dc\u05d9\u05de\u05d5\u05d3 \u05d6\u05d5. ", + "There are invalid keywords in your email. Check the following keywords and try again.": "\u05d9\u05e9\u05e0\u05df \u05de\u05d9\u05dc\u05d5\u05ea \u05de\u05e4\u05ea\u05d7 \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9\u05d5\u05ea \u05d1\u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05dc\u05da. \u05d0\u05e0\u05d0 \u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05de\u05d9\u05dc\u05d5\u05ea \u05d4\u05de\u05e4\u05ea\u05d7 \u05d4\u05d1\u05d0\u05d5\u05ea \u05d5\u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", + "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.": "\u05d9\u05e6\u05d5\u05d0 \u05e9\u05dc \u05e8\u05db\u05d9\u05d1 \u05d0\u05d7\u05d3 \u05dc\u05e4\u05d7\u05d5\u05ea \u05dc-XML, \u05e0\u05db\u05e9\u05dc. \u05de\u05d5\u05de\u05dc\u05e5 \u05dc\u05d2\u05e9\u05ea \u05dc\u05e2\u05de\u05d5\u05d3 \u05d4\u05e2\u05e8\u05d9\u05db\u05d4 \u05d5\u05dc\u05ea\u05e7\u05df \u05d0\u05ea \u05d4\u05e9\u05d2\u05d9\u05d0\u05d4 \u05dc\u05e4\u05e0\u05d9 \u05d1\u05d9\u05e6\u05d5\u05e2 \u05d9\u05e6\u05d5\u05d0 \u05e0\u05d5\u05e1\u05e3. \u05d0\u05e0\u05d0 \u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05d7\u05d5\u05e7\u05d9\u05d5\u05ea \u05db\u05dc \u05d4\u05e8\u05db\u05d9\u05d1\u05d9\u05dd \u05d1\u05e2\u05de\u05d5\u05d3 \u05d5\u05db\u05d9 \u05d4\u05dd \u05d0\u05d9\u05e0\u05dd \u05de\u05e6\u05d9\u05d2\u05d9\u05dd \u05d4\u05d5\u05d3\u05e2\u05d5\u05ea \u05e9\u05d2\u05d9\u05d0\u05d4. ", + "There has been an error processing your survey.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05d9\u05d1\u05d5\u05d3 \u05d4\u05e1\u05e7\u05e8 \u05e9\u05dc\u05da.", + "There has been an error while exporting.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05de\u05d4\u05dc\u05da \u05d4\u05d9\u05d9\u05e6\u05d5\u05d0.", + "There has been an error with your export.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d9\u05d9\u05e6\u05d5\u05d0 \u05e9\u05dc\u05da. ", + "There is invalid code in your content. Please check to make sure it is valid HTML.": "\u05d9\u05e9 \u05e7\u05d5\u05d3 \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9 \u05d1\u05ea\u05d5\u05db\u05df \u05e9\u05dc\u05da. \u05d0\u05e0\u05d0 \u05d5\u05d3\u05d0 \u05db\u05d9 \u05d6\u05d4\u05d5 HTML \u05d7\u05d5\u05e7\u05d9.", + "There is no email history for this course.": "\u05dc\u05d0 \u05e7\u05d9\u05d9\u05de\u05ea \u05d4\u05d9\u05e1\u05d8\u05d5\u05e8\u05d9\u05d4 \u05d1\u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05dc\u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4.", + "There must be at least one group.": "\u05d7\u05d9\u05d9\u05d1\u05ea \u05dc\u05d4\u05d9\u05d5\u05ea \u05dc\u05e4\u05d7\u05d5\u05ea \u05e7\u05d1\u05d5\u05e6\u05d4 \u05d0\u05d7\u05ea.", + "There must be one cohort to which students can automatically be assigned.": "\u05d7\u05d9\u05d9\u05d1\u05ea \u05dc\u05d4\u05d9\u05d5\u05ea \u05e7\u05d1\u05d5\u05e6\u05ea \u05dc\u05d9\u05de\u05d5\u05d3 \u05d0\u05d7\u05ea \u05e9\u05d0\u05dc\u05d9\u05d4 \u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05d9\u05d9\u05da \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd \u05d1\u05d0\u05d5\u05e4\u05df \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9.", + "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05d1\u05e2\u05d9\u05d4 \u05d1\u05e2\u05ea \u05d9\u05e6\u05d9\u05e8\u05ea \u05d4\u05d3\u05d5\u05d7. \u05d1\u05d7\u05e8 \"\u05e6\u05d5\u05e8 \u05ea\u05e7\u05e6\u05d9\u05e8 \u05de\u05e0\u05d4\u05dc\u05d9\u05dd\" \u05db\u05d3\u05d9 \u05dc\u05e0\u05e1\u05d5\u05ea \u05e9\u05d5\u05d1.", + "There was an error changing the user's role": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e9\u05d9\u05e0\u05d5\u05d9 \u05ea\u05e4\u05e7\u05d9\u05d3 \u05d4\u05de\u05e9\u05ea\u05de\u05e9.", + "There was an error obtaining email content history for this course.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e7\u05d1\u05dc\u05ea \u05d4\u05d9\u05e1\u05d8\u05d5\u05e8\u05d9\u05ea \u05d4\u05ea\u05d5\u05db\u05df \u05e9\u05dc \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05dc\u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4.", + "There was an error obtaining email task history for this course.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e7\u05d1\u05dc\u05ea \u05d4\u05d9\u05e1\u05d8\u05d5\u05e8\u05d9\u05ea \u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05dc\u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4.", + "There was an error retrieving preview results for this catalog. Please check that your query is correct and try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05ea \u05d0\u05b4\u05d7\u05d6\u05d5\u05e8 \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d4\u05ea\u05e6\u05d5\u05d2\u05d4 \u05d4\u05de\u05d5\u05e7\u05d3\u05de\u05ea \u05e2\u05d1\u05d5\u05e8 \u05e7\u05d8\u05dc\u05d5\u05d2 \u05d6\u05d4. \u05e0\u05d0 \u05d1\u05d3\u05d5\u05e7 \u05e9\u05d4\u05e9\u05d0\u05d9\u05dc\u05ea\u05d0 \u05e0\u05db\u05d5\u05e0\u05d4 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", + "There was an error, try searching again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4, \u05e0\u05e1\u05d4 \u05dc\u05d7\u05e4\u05e9 \u05e9\u05d5\u05d1.", + "There were errors reindexing course.": "\u05e7\u05e8\u05d5 \u05e9\u05d2\u05d9\u05d0\u05d5\u05ea \u05d1\u05de\u05d9\u05d5\u05df \u05de\u05d7\u05d3\u05e9 \u05e9\u05dc \u05d4\u05e7\u05d5\u05e8\u05e1.", + "There's already another assignment type with this name.": "\u05d9\u05e9 \u05db\u05d1\u05e8 \u05e1\u05d5\u05d2 \u05de\u05e9\u05d9\u05de\u05d4 \u05d0\u05d7\u05e8 \u05d1\u05e2\u05dc \u05e9\u05dd \u05d6\u05d4.", + "These users were not added as beta testers:": "\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d0\u05dc\u05d4 \u05dc\u05d0 \u05e0\u05d5\u05e1\u05e4\u05d5 \u05db\u05d1\u05d5\u05d3\u05e7\u05d9 \u05d1\u05d8\u05d0:", + "These users were not affiliated with the course so could not be unenrolled:": "\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d0\u05dc\u05d4 \u05dc\u05d0 \u05d4\u05d9\u05d5 \u05e7\u05e9\u05d5\u05e8\u05d9\u05dd \u05dc\u05e7\u05d5\u05e8\u05e1 \u05d5\u05dc\u05db\u05df \u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d1\u05d8\u05dc \u05d4\u05e8\u05e9\u05de\u05ea\u05dd:", + "These users were not removed as beta testers:": "\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d0\u05dc\u05d4 \u05dc\u05d0 \u05d4\u05d5\u05e1\u05e8\u05d5 \u05db\u05d1\u05d5\u05d3\u05e7\u05d9 \u05d1\u05d8\u05d0:", + "These users were successfully added as beta testers:": "\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d0\u05dc\u05d4 \u05e0\u05d5\u05e1\u05e4\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05db\u05d1\u05d5\u05d3\u05e7\u05d9 \u05d1\u05d8\u05d0:", + "These users were successfully removed as beta testers:": "\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d0\u05dc\u05d5 \u05d4\u05d5\u05e1\u05e8\u05d5 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05db\u05d1\u05d5\u05d3\u05e7\u05d9 \u05d1\u05d8\u05d0:", + "These users will be allowed to enroll once they register:": "\u05d4\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd \u05d9\u05d4\u05d9\u05d5 \u05e8\u05e9\u05d0\u05d9\u05dd \u05dc\u05d4\u05d9\u05e8\u05e9\u05dd \u05dc\u05d0\u05d7\u05e8 \u05e9\u05d9\u05e9\u05dc\u05d9\u05de\u05d5 \u05d0\u05ea \u05d4\u05e8\u05e9\u05de\u05ea\u05dd \u05dc\u05d0\u05ea\u05e8:", + "These users will be enrolled once they register:": "\u05d4\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd \u05d9\u05d9\u05e8\u05e9\u05de\u05d5 \u05dc\u05e7\u05d5\u05e8\u05e1 \u05d1\u05e8\u05d2\u05e2 \u05e9\u05d9\u05e8\u05e9\u05de\u05d5 \u05dc\u05d0\u05ea\u05e8:", + "This Group Configuration is not in use. Start by adding a content experiment to any Unit via the {linkStart}Course Outline{linkEnd}.": "\u05d4\u05d2\u05d3\u05e8\u05ea \u05ea\u05e6\u05d5\u05e8\u05ea \u05e7\u05d1\u05d5\u05e6\u05d4 \u05d6\u05d5 \u05d0\u05d9\u05e0\u05d4 \u05d1\u05e9\u05d9\u05de\u05d5\u05e9. \u05d4\u05ea\u05d7\u05dc \u05d1\u05d4\u05d5\u05e1\u05e4\u05ea \u05e0\u05d9\u05e1\u05d5\u05d9 \u05ea\u05d5\u05db\u05df \u05dc\u05db\u05dc \u05d9\u05d7\u05d9\u05d3\u05d4 \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea {linkStart}\u05ea\u05e8\u05e9\u05d9\u05dd \u05d4\u05e7\u05d5\u05e8\u05e1{linkEnd}.", + "This Group Configuration is used in:": "\u05d4\u05d2\u05d3\u05e8\u05ea \u05d4\u05e7\u05d1\u05d5\u05e6\u05d4 \u05e0\u05de\u05e6\u05d0\u05ea \u05d1\u05e9\u05d9\u05de\u05d5\u05e9 \u05d1:", + "This action cannot be undone.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d1\u05d8\u05dc \u05e4\u05e2\u05d5\u05dc\u05d4 \u05d6\u05d5.", + "This assessment could not be submitted.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05d4\u05d9\u05d4 \u05dc\u05d4\u05d2\u05d9\u05e9 \u05d0\u05ea \u05e4\u05e8\u05d9\u05d8 \u05d4\u05d4\u05e2\u05e8\u05db\u05d4 \u05d4\u05d6\u05d4.", + "This catalog's courses:": "\u05d4\u05e7\u05d5\u05e8\u05e1\u05d9\u05dd \u05d1\u05e7\u05d8\u05dc\u05d5\u05d2 \u05d6\u05d4:", + "This certificate has already been activated and is live. Are you sure you want to continue editing?": "\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d6\u05d5 \u05d4\u05d5\u05e4\u05e2\u05dc\u05d4 \u05db\u05d1\u05e8 \u05d5\u05d4\u05d9\u05d0 \u05d1\u05de\u05e6\u05d1 \u05e4\u05e2\u05d9\u05dc. \u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05de\u05e9\u05d9\u05da \u05d1\u05e2\u05e8\u05d9\u05db\u05d4?", + "This comment could not be deleted. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05d4\u05e2\u05e8\u05d4. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", + "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "\u05d4\u05d2\u05d3\u05e8\u05d4 \u05d6\u05d5 \u05e0\u05de\u05e6\u05d0\u05ea \u05db\u05e2\u05ea \u05d1\u05e9\u05d9\u05de\u05d5\u05e9 \u05e0\u05d9\u05e1\u05d5\u05d9 \u05ea\u05d5\u05db\u05df. \u05d0\u05dd \u05ea\u05e9\u05e0\u05d4 \u05d0\u05ea \u05d4\u05e7\u05d1\u05d5\u05e6\u05d5\u05ea, \u05d9\u05ea\u05db\u05df \u05e9\u05ea\u05e6\u05d8\u05e8\u05da \u05dc\u05d1\u05e6\u05e2 \u05e2\u05e8\u05d9\u05db\u05d4 \u05d1\u05e0\u05d9\u05e1\u05d5\u05d9\u05d9\u05dd \u05d0\u05dc\u05d5.", + "This content group is used in one or more units.": "\u05e0\u05e2\u05e9\u05d4 \u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05e7\u05d1\u05d5\u05e6\u05ea \u05ea\u05d5\u05db\u05df \u05d6\u05d5 \u05d1\u05d9\u05d7\u05d9\u05d3\u05d4 \u05d0\u05d7\u05ea \u05d0\u05d5 \u05d9\u05d5\u05ea\u05e8. ", + "This course has automatic cohorting enabled for verified track learners, but cohorts are disabled. You must enable cohorts for the feature to work.": "\u05dc\u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4 \u05d9\u05e9 \u05de\u05d7\u05d6\u05d5\u05e8 \u05dc\u05de\u05d9\u05d3\u05d4 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9 \u05e9\u05de\u05d5\u05e4\u05e2\u05dc \u05e2\u05d1\u05d5\u05e8 \u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05d1\u05de\u05e1\u05dc\u05d5\u05dc \u05de\u05d0\u05d5\u05de\u05ea, \u05d0\u05da \u05de\u05d7\u05d6\u05d5\u05e8\u05d9 \u05d4\u05dc\u05de\u05d9\u05d3\u05d4 \u05de\u05d5\u05e9\u05d1\u05ea\u05d9\u05dd. \u05e2\u05dc\u05d9\u05da \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05de\u05d7\u05d6\u05d5\u05e8\u05d9 \u05dc\u05de\u05d9\u05d3\u05d4 \u05db\u05d3\u05d9 \u05e9\u05d4\u05ea\u05db\u05d5\u05e0\u05d4 \u05ea\u05e2\u05d1\u05d5\u05d3.", + "This course has automatic cohorting enabled for verified track learners, but the required cohort does not exist. You must create a manually-assigned cohort named '{verifiedCohortName}' for the feature to work.": "\u05dc\u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4 \u05d9\u05e9 \u05de\u05d7\u05d6\u05d5\u05e8 \u05dc\u05de\u05d9\u05d3\u05d4 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9 \u05e9\u05de\u05d5\u05e4\u05e2\u05dc \u05e2\u05d1\u05d5\u05e8 \u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05d1\u05de\u05e1\u05dc\u05d5\u05dc \u05de\u05d0\u05d5\u05de\u05ea, \u05d0\u05da \u05de\u05d7\u05d6\u05d5\u05e8 \u05d4\u05dc\u05de\u05d9\u05d3\u05d4 \u05d4\u05d3\u05e8\u05d5\u05e9 \u05d0\u05d9\u05e0\u05d5 \u05e7\u05d9\u05d9\u05dd. \u05e2\u05dc\u05d9\u05da \u05dc\u05d9\u05e6\u05d5\u05e8 \u05de\u05d7\u05d6\u05d5\u05e8 \u05dc\u05de\u05d9\u05d3\u05d4 \u05e9\u05de\u05d5\u05e7\u05e6\u05d4 \u05d1\u05d0\u05d5\u05e4\u05df \u05d9\u05d3\u05e0\u05d9 \u05d4\u05de\u05db\u05d5\u05e0\u05d4 '{verifiedCohortName}' \u05db\u05d3\u05d9 \u05e9\u05d4\u05ea\u05db\u05d5\u05e0\u05d4 \u05ea\u05e2\u05d1\u05d5\u05d3.", + "This course uses automatic cohorting for verified track learners. You cannot disable cohorts, and you cannot rename the manual cohort named '{verifiedCohortName}'. To change the configuration for verified track cohorts, contact your edX partner manager.": "\u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4 \u05de\u05e9\u05ea\u05de\u05e9 \u05d1\u05de\u05d7\u05d6\u05d5\u05e8\u05d9 \u05dc\u05de\u05d9\u05d3\u05d4 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05d9\u05dd \u05e2\u05d1\u05d5\u05e8 \u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05d1\u05de\u05e1\u05dc\u05d5\u05dc \u05de\u05d0\u05d5\u05de\u05ea. \u05d0\u05d9\u05e0\u05da \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05e9\u05d1\u05d9\u05ea \u05de\u05d7\u05d6\u05d5\u05e8\u05d9 \u05dc\u05de\u05d9\u05d3\u05d4 \u05d5\u05d0\u05d9\u05e0\u05da \u05d9\u05db\u05d5\u05dc \u05dc\u05e9\u05e0\u05d5\u05ea \u05d0\u05ea \u05d4\u05e9\u05dd \u05e9\u05dc \u05de\u05d7\u05d6\u05d5\u05e8 \u05dc\u05de\u05d9\u05d3\u05d4 \u05d9\u05d3\u05e0\u05d9 \u05d4\u05de\u05db\u05d5\u05e0\u05d4 '{verifiedCohortName}'. \u05db\u05d3\u05d9 \u05dc\u05e9\u05e0\u05d5\u05ea \u05d0\u05ea \u05d4\u05d4\u05d2\u05d3\u05e8\u05d4 \u05dc\u05de\u05d7\u05d6\u05d5\u05e8\u05d9 \u05dc\u05de\u05d9\u05d3\u05d4 \u05e2\u05dd \u05de\u05e2\u05e7\u05d1 \u05de\u05d0\u05d5\u05de\u05ea, \u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8 \u05e2\u05dd \u05d4\u05de\u05e0\u05d4\u05dc \u05d4\u05e9\u05d5\u05ea\u05e3 \u05e9\u05dc\u05da \u05d1-edX.", + "This discussion could not be loaded. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05d0\u05ea \u05d4\u05d3\u05d9\u05d5\u05df. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", + "This exam has a time limit associated with it.": "\u05dc\u05de\u05d1\u05d7\u05df \u05d6\u05d4 \u05d9\u05e9 \u05de\u05d2\u05d1\u05dc\u05ea \u05d6\u05de\u05df.", + "This feedback could not be submitted.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05d4\u05d9\u05d4 \u05dc\u05d4\u05d2\u05d9\u05e9 \u05d0\u05ea \u05d4\u05de\u05e9\u05d5\u05d1.", + "This image is for decorative purposes only and does not require a description.": "\u05ea\u05de\u05d5\u05e0\u05d4 \u05d6\u05d5 \u05e0\u05d5\u05e2\u05d3\u05d4 \u05dc\u05de\u05d8\u05e8\u05d5\u05ea \u05d3\u05e7\u05d5\u05e8\u05d8\u05d9\u05d1\u05d9\u05d5\u05ea \u05d1\u05dc\u05d1\u05d3 \u05d5\u05d0\u05d9\u05df \u05e6\u05d5\u05e8\u05da \u05d1\u05ea\u05d9\u05d0\u05d5\u05e8\u05d4.", + "This is the Description of the Group Configuration": "\u05d6\u05d4\u05d5 \u05ea\u05d9\u05d0\u05d5\u05e8 \u05d4\u05d2\u05d3\u05e8\u05ea \u05d4\u05e7\u05d1\u05d5\u05e6\u05d4", + "This is the Name of the Group Configuration": "\u05d6\u05d4\u05d5 \u05e9\u05dd \u05d4\u05d2\u05d3\u05e8\u05ea \u05d4\u05e7\u05d1\u05d5\u05e6\u05d4", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "\u05d6\u05d5 \u05e8\u05e9\u05d9\u05de\u05ea %s \u05d4\u05d6\u05de\u05d9\u05e0\u05d9\u05dd \u05dc\u05d1\u05d7\u05d9\u05e8\u05d4. \u05e0\u05d9\u05ea\u05df \u05dc\u05d1\u05d7\u05d5\u05e8 \u05d7\u05dc\u05e7 \u05e2\"\u05d9 \u05e1\u05d9\u05de\u05d5\u05df \u05d1\u05ea\u05d9\u05d1\u05d4 \u05de\u05ea\u05d7\u05ea \u05d5\u05dc\u05d7\u05d9\u05e6\u05d4 \u05e2\u05dc \u05d7\u05e5 \"\u05d1\u05d7\u05e8\" \u05d1\u05d9\u05df \u05e9\u05ea\u05d9 \u05d4\u05ea\u05d9\u05d1\u05d5\u05ea.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "\u05d6\u05d5 \u05e8\u05e9\u05d9\u05de\u05ea %s \u05d0\u05e9\u05e8 \u05e0\u05d1\u05d7\u05e8\u05d5. \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e1\u05d9\u05e8 \u05d7\u05dc\u05e7 \u05e2\"\u05d9 \u05d1\u05d7\u05d9\u05e8\u05d4 \u05d1\u05ea\u05d9\u05d1\u05d4 \u05de\u05ea\u05d7\u05ea \u05d5\u05dc\u05d7\u05d9\u05e6\u05d4 \u05e2\u05dc \u05d7\u05e5 \"\u05d4\u05e1\u05e8\u05d4\" \u05d1\u05d9\u05df \u05e9\u05ea\u05d9 \u05d4\u05ea\u05d9\u05d1\u05d5\u05ea.", + "This is the name of the group": "\u05d6\u05d4\u05d5 \u05e9\u05dd \u05d4\u05e7\u05d1\u05d5\u05e6\u05d4", + "This learner is currently sharing a limited profile.": "\u05dc\u05d5\u05de\u05d3 \u05d6\u05d4 \u05de\u05e9\u05ea\u05e3 \u05db\u05e8\u05d2\u05e2 \u05e4\u05e8\u05d5\u05e4\u05d9\u05dc \u05d7\u05dc\u05e7\u05d9.", + "This learner will be removed from the team, allowing another learner to take the available spot.": "\u05ea\u05dc\u05de\u05d9\u05d3 \u05d6\u05d4 \u05d9\u05d5\u05e1\u05e8 \u05de\u05d4\u05e6\u05d5\u05d5\u05ea, \u05db\u05da \u05e9\u05d9\u05ea\u05d0\u05e4\u05e9\u05e8 \u05dc\u05ea\u05dc\u05de\u05d9\u05d3 \u05d0\u05d7\u05e8 \u05dc\u05d4\u05e6\u05d8\u05e8\u05e3 \u05dc\u05de\u05e7\u05d5\u05dd \u05e9\u05d4\u05ea\u05e4\u05e0\u05d4.", + "This page contains information about orders that you have placed with {platform_name}.": "\u05e2\u05de\u05d5\u05d3 \u05d6\u05d4 \u05de\u05db\u05d9\u05dc \u05de\u05d9\u05d3\u05e2 \u05e2\u05dc \u05d4\u05d6\u05de\u05e0\u05d5\u05ea \u05e9\u05d1\u05d9\u05e6\u05e2\u05ea \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea {platform_name}.", + "This post could not be closed. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e1\u05d2\u05d5\u05e8 \u05d0\u05ea \u05d4\u05e4\u05d5\u05e1\u05d8. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", + "This post could not be flagged for abuse. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d3\u05d5\u05d5\u05d7 \u05e2\u05dc \u05d4\u05e4\u05d5\u05e1\u05d8 \u05db\u05d1\u05dc\u05ea\u05d9 \u05d4\u05d5\u05dc\u05dd. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", + "This post could not be pinned. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e6\u05de\u05d9\u05d3 \u05d0\u05ea \u05d4\u05e4\u05d5\u05e1\u05d8. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", + "This post could not be reopened. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e4\u05ea\u05d5\u05d7 \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05d4\u05e4\u05d5\u05e1\u05d8. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", + "This post could not be unflagged for abuse. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d1\u05d8\u05dc \u05d0\u05ea \u05d4\u05d3\u05d9\u05d5\u05d5\u05d7 \u05e2\u05dc \u05d4\u05e4\u05d5\u05e1\u05d8 \u05db\u05d1\u05dc\u05ea\u05d9 \u05d4\u05d5\u05dc\u05dd. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", + "This post could not be unpinned. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d1\u05d8\u05dc \u05d0\u05ea \u05d4\u05e6\u05de\u05d3\u05ea \u05d4\u05e4\u05d5\u05e1\u05d8. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", + "This post is visible only to %(group_name)s.": "\u05e4\u05d5\u05e1\u05d8 \u05d6\u05d4 \u05d2\u05dc\u05d5\u05d9 \u05e8\u05e7 \u05dc-%(group_name)s.", + "This post is visible to everyone.": "\u05e4\u05d5\u05e1\u05d8 \u05d6\u05d4 \u05d2\u05dc\u05d5\u05d9 \u05dc\u05db\u05d5\u05dc\u05dd.", + "This problem could not be saved.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05d4\u05d9\u05d4 \u05dc\u05e9\u05de\u05d5\u05e8 \u05d1\u05e2\u05d9\u05d4 \u05d6\u05d5.", + "This problem has already been released. Any changes will apply only to future assessments.": "\u05d1\u05e2\u05d9\u05d4 \u05d6\u05d5 \u05db\u05d1\u05e8 \u05e4\u05d5\u05e8\u05e1\u05de\u05d4. \u05db\u05dc \u05e9\u05d9\u05e0\u05d5\u05d9 \u05d9\u05d7\u05d5\u05dc \u05e8\u05e7 \u05e2\u05dc \u05d4\u05e2\u05e8\u05db\u05d5\u05ea \u05e2\u05ea\u05d9\u05d3\u05d9\u05d5\u05ea.", + "This response could not be marked as an answer. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e1\u05de\u05df \u05d0\u05ea \u05d4\u05ea\u05d2\u05d5\u05d1\u05d4 \u05d4\u05d6\u05d5 \u05d1\u05ea\u05d5\u05e8 \u05ea\u05e9\u05d5\u05d1\u05d4. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", + "This response could not be marked as endorsed. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e1\u05de\u05df \u05d0\u05ea \u05d4\u05ea\u05d2\u05d5\u05d1\u05d4 \u05d4\u05d6\u05d5 \u05d1\u05ea\u05d5\u05e8 \u05de\u05d5\u05de\u05dc\u05e6\u05ea. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", + "This response could not be saved.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05d4\u05d9\u05d4 \u05dc\u05e9\u05de\u05d5\u05e8 \u05d0\u05ea \u05d4\u05ea\u05e9\u05d5\u05d1\u05d4.", + "This response could not be submitted.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05d4\u05d9\u05d4 \u05dc\u05d4\u05d2\u05d9\u05e9 \u05d0\u05ea \u05d4\u05ea\u05d2\u05d5\u05d1\u05d4.", + "This response could not be unendorsed. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d1\u05d8\u05dc \u05d0\u05ea \u05e1\u05d9\u05de\u05d5\u05df \u05d4\u05ea\u05d2\u05d5\u05d1\u05d4 \u05d4\u05d6\u05d5 \u05d1\u05ea\u05d5\u05e8 \u05de\u05d5\u05de\u05dc\u05e6\u05ea. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", + "This response could not be unmarked as an answer. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d1\u05d8\u05dc \u05d0\u05ea \u05e1\u05d9\u05de\u05d5\u05df \u05d4\u05ea\u05d2\u05d5\u05d1\u05d4 \u05d4\u05d6\u05d5 \u05d1\u05ea\u05d5\u05e8 \u05ea\u05e9\u05d5\u05d1\u05d4. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", + "This response has been saved but not submitted.": "\u05ea\u05e9\u05d5\u05d1\u05d4 \u05d6\u05d5 \u05e0\u05e9\u05de\u05e8\u05d4 \u05d0\u05da \u05dc\u05d0 \u05e0\u05e9\u05dc\u05d7\u05d4.", + "This response has not been saved.": "\u05ea\u05e9\u05d5\u05d1\u05d4 \u05d6\u05d5 \u05dc\u05d0 \u05e0\u05e9\u05de\u05e8\u05d4.", + "This section could not be loaded.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05d4\u05d9\u05d4 \u05dc\u05d8\u05e2\u05d5\u05df \u05e4\u05e8\u05e7 \u05d6\u05d4.", + "This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.": "\u05e9\u05dd \u05e7\u05e6\u05e8 \u05d6\u05d4 \u05dc\u05e1\u05d5\u05d2 \u05d4\u05de\u05e9\u05d9\u05de\u05d4 (\u05dc\u05d3\u05d5\u05d2\u05de\u05d4, \u05e9\"\u05d1 \u05d0\u05d5 \u05de\u05d1\u05d7\u05df \u05d0\u05de\u05e6\u05e2) \u05de\u05d5\u05e4\u05d9\u05e2 \u05dc\u05d9\u05d3 \u05d4\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05e9\u05d1\u05e2\u05de\u05d5\u05d3 \u05d4\u05d4\u05ea\u05e7\u05d3\u05de\u05d5\u05ea \u05e9\u05dc \u05d4\u05dc\u05d5\u05de\u05d3.", + "This team does not have any members.": "\u05d0\u05d9\u05df \u05d7\u05d1\u05e8\u05d9\u05dd \u05d1\u05e6\u05d5\u05d5\u05ea \u05d6\u05d4.", + "This team is full.": "\u05e6\u05d5\u05d5\u05ea \u05d6\u05d4 \u05de\u05dc\u05d0.", + "This thread is closed.": "\u05e9\u05e8\u05e9\u05d5\u05e8 \u05d6\u05d4 \u05e1\u05d2\u05d5\u05e8", + "This vote could not be processed. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e2\u05d1\u05d3 \u05d0\u05ea \u05d4\u05d1\u05e7\u05e9\u05d4. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", + "Time Allotted (HH:MM):": "\u05d6\u05de\u05df \u05e9\u05d4\u05d5\u05e7\u05e6\u05d1 (\u05e9\u05e9:\u05d3\u05d3):", + "Time Sent": "\u05d6\u05de\u05df \u05d4\u05e9\u05dc\u05d9\u05d7\u05d4:", + "Time Sent:": "\u05d6\u05de\u05df \u05d4\u05e9\u05dc\u05d9\u05d7\u05d4:", + "Time Zone": "\u05d0\u05d6\u05d5\u05e8 \u05d6\u05de\u05df", + "Timed": "\u05de\u05ea\u05d5\u05d6\u05de\u05df", + "Timed Exam": "\u05de\u05d1\u05d7\u05df \u05de\u05ea\u05d5\u05d6\u05de\u05df", + "Timed Out": "\u05ea\u05d5\u05d6\u05de\u05df", + "Timed Transcript Conflict": "\u05e2\u05d9\u05de\u05d5\u05ea \u05ea\u05de\u05dc\u05d9\u05dc \u05de\u05ea\u05d5\u05d6\u05de\u05df", + "Timed Transcript Found": "\u05e0\u05de\u05e6\u05d0 \u05ea\u05de\u05dc\u05d9\u05dc \u05de\u05ea\u05d5\u05d6\u05de\u05df", + "Timed Transcript Uploaded Successfully": "\u05ea\u05de\u05dc\u05d9\u05dc \u05de\u05ea\u05d5\u05d6\u05de\u05df \u05d4\u05d5\u05e2\u05dc\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4", + "Timed Transcript from %(filename)s": "\u05ea\u05de\u05dc\u05d9\u05dc \u05de\u05ea\u05d5\u05d6\u05de\u05df \u05de%(filename)s", + "Tips on taking a successful photo": "\u05d8\u05d9\u05e4\u05d9\u05dd \u05dc\u05e6\u05d9\u05dc\u05d5\u05dd \u05ea\u05de\u05d5\u05e0\u05d4 \u05d8\u05d5\u05d1\u05d4", + "Title": "\u05db\u05d5\u05ea\u05e8\u05ea", + "Title ": "\u05db\u05d5\u05ea\u05e8\u05ea ", + "Title of the signatory": "\u05db\u05d5\u05ea\u05e8\u05ea \u05d4\u05d7\u05d5\u05ea\u05dd", + "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "\u05db\u05d5\u05ea\u05e8\u05d5\u05ea \u05d1\u05e2\u05dc\u05ea \u05d9\u05d5\u05ea\u05e8 \u05de-100 \u05ea\u05d5\u05d5\u05d9\u05dd \u05e2\u05e9\u05d5\u05d9\u05d5\u05ea \u05dc\u05de\u05e0\u05d5\u05e2 \u05de\u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd \u05dc\u05d4\u05d3\u05e4\u05d9\u05e1 \u05d0\u05ea \u05ea\u05e2\u05d5\u05d3\u05ea\u05dd \u05d1\u05e2\u05de\u05d5\u05d3 \u05d0\u05d7\u05d3.", + "To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.": "\u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d5\u05d5\u05d3\u05d0 \u05e9\u05db\u05dc \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd \u05d9\u05d5\u05db\u05dc\u05d5 \u05dc\u05d2\u05e9\u05ea \u05dc\u05e1\u05e8\u05d8\u05d5\u05df \u05d4\u05d5\u05d5\u05d9\u05d3\u05d0\u05d5, \u05d0\u05e0\u05d5 \u05de\u05de\u05dc\u05d9\u05e6\u05d9\u05dd \u05e9\u05ea\u05e1\u05e4\u05e7 \u05dc\u05e1\u05e8\u05d8\u05d5\u05df \u05d2\u05e8\u05e1\u05d0\u05d5\u05ea \u05d1\u05e7\u05d5\u05d1\u05e5 MP4 \u05d5\u05d1\u05e7\u05d5\u05d1\u05e5 WEBM. \u05dc\u05d7\u05e5 \u05dc\u05de\u05d8\u05d4 \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05db\u05ea\u05d5\u05d1\u05ea URL \u05e2\u05d1\u05d5\u05e8 \u05d2\u05e8\u05e1\u05d4 \u05e0\u05d5\u05e1\u05e4\u05ea. \u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05d4-URL \u05d4\u05dc\u05dc\u05d5 \u05d0\u05d9\u05e0\u05df \u05d9\u05db\u05d5\u05dc\u05d5\u05ea \u05dc\u05d4\u05d9\u05d5\u05ea \u05db\u05ea\u05d5\u05d1\u05d5\u05ea URL \u05e9\u05dc \u05d9\u05d5\u05d8\u05d9\u05d5\u05d1. \u05d4\u05e1\u05e8\u05d8\u05d5\u05df \u05d4\u05e8\u05d0\u05e9\u05d5\u05df \u05e9\u05d9\u05ea\u05d0\u05d9\u05dd \u05dc\u05d4\u05e6\u05d2\u05d4 \u05d1\u05de\u05d7\u05e9\u05d1\u05d5 \u05e9\u05dc \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8, \u05d4\u05d5\u05d0 \u05d6\u05d4 \u05e9\u05d9\u05d5\u05e6\u05d2. ", + "To finalize course credit, %(display_name)s requires %(platform_name)s learners to submit a credit request.": "\u05db\u05d3\u05d9 \u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05d0\u05ea \u05e7\u05d1\u05dc\u05ea \u05e0\u05e7\u05d5\u05d3\u05d5\u05ea \u05d4\u05d6\u05db\u05d5\u05ea \u05e9\u05dc \u05d4\u05e7\u05d5\u05e8\u05e1, %(display_name)s \u05d3\u05d5\u05e8\u05e9 \u05de\u05d4\u05ea\u05dc\u05de\u05d9\u05d3\u05d9\u05dd \u05e9\u05dc %(platform_name)s, \u05d9\u05e9 \u05dc\u05e9\u05dc\u05d5\u05d7 \u05d1\u05e7\u05e9\u05d4 \u05dc\u05e7\u05d1\u05dc\u05ea \u05e0\u05e7\u05d5\u05d3\u05d5\u05ea \u05d6\u05db\u05d5\u05ea.", + "To invalidate a certificate for a particular learner, add the username or email address below.": "\u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e4\u05e1\u05d5\u05dc \u05ea\u05e2\u05d5\u05d3\u05d4 \u05dc\u05dc\u05d5\u05de\u05d3 \u05de\u05e1\u05d5\u05d9\u05dd, \u05d4\u05d5\u05e1\u05e3 \u05d1\u05d4\u05de\u05e9\u05da \u05d0\u05ea \u05e9\u05dd \u05d4\u05de\u05e9\u05ea\u05de\u05e9 \u05d0\u05d5 \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9.", + "To pass this exam, you must complete the problems in the time allowed.": "\u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e2\u05d1\u05d5\u05e8 \u05de\u05d1\u05d7\u05df \u05d6\u05d4, \u05e2\u05dc\u05d9\u05da \u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05d0\u05ea \u05d4\u05d1\u05e2\u05d9\u05d5\u05ea \u05d1\u05d6\u05de\u05df \u05d4\u05de\u05d5\u05e7\u05e6\u05d1.", + "To receive a certificate, you must also verify your identity before {date}.": "\u05dc\u05e4\u05e0\u05d9 \u05e7\u05d1\u05dc\u05ea \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4, \u05e2\u05dc\u05d9\u05da \u05dc\u05d0\u05de\u05ea \u05d0\u05ea \u05d6\u05d4\u05d5\u05ea\u05da {date}. ", + "To receive a certificate, you must also verify your identity.": "\u05db\u05d3\u05d9 \u05dc\u05e7\u05d1\u05dc \u05ea\u05e2\u05d5\u05d3\u05d4, \u05e2\u05dc\u05d9\u05da \u05dc\u05d0\u05de\u05ea \u05d2\u05dd \u05d0\u05ea \u05d6\u05d4\u05d5\u05ea\u05da.", + "To receive credit for problems, you must select \"Submit\" for each problem before you select \"End My Exam\".": "\u05db\u05d3\u05d9 \u05dc\u05e7\u05d1\u05dc \u05e0\u05e7\u05d5\u05d3\u05ea \u05d6\u05db\u05d5\u05ea \u05e2\u05dc \u05d1\u05e2\u05d9\u05d5\u05ea, \u05e2\u05dc\u05d9\u05da \u05dc\u05d1\u05d7\u05d5\u05e8 \"\u05d4\u05d2\u05e9\"' \u05e2\u05d1\u05d5\u05e8 \u05db\u05dc \u05d1\u05e2\u05d9\u05d4 \u05dc\u05e4\u05e0\u05d9 \u05e9\u05ea\u05d1\u05d7\u05e8 \u05d1\"\u05e1\u05d9\u05d5\u05dd \u05d4\u05de\u05d1\u05d7\u05df \u05e9\u05dc\u05d9\".", + "To share your certificate on Mozilla Backpack, you must first have a Backpack account. Complete the following steps to add your certificate to Backpack.": "\u05db\u05d3\u05d9 \u05dc\u05e9\u05ea\u05e3 \u05d0\u05ea \u05ea\u05e2\u05d5\u05d3\u05ea\u05da \u05d1-Mozilla Backpack, \u05e2\u05dc\u05d9\u05da \u05dc\u05e4\u05ea\u05d5\u05d7 \u05d7\u05e9\u05d1\u05d5\u05df Backpack \u05ea\u05d7\u05d9\u05dc\u05d4. \u05d4\u05e9\u05dc\u05dd \u05d0\u05ea \u05d4\u05e9\u05dc\u05d1\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd \u05db\u05d3\u05d9 \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d0\u05ea \u05ea\u05e2\u05d5\u05d3\u05ea\u05da \u05dc-Backpack.", + "To take a successful photo, make sure that:": "\u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e6\u05dc\u05dd \u05ea\u05de\u05d5\u05e0\u05d4 \u05de\u05d5\u05e6\u05dc\u05d7\u05ea, \u05d5\u05d3\u05d0 \u05db\u05d9:", + "To use the current photo, select the camera button {icon}. To take another photo, select the retake button {icon}.": "\u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05ea\u05de\u05d5\u05e0\u05d4 \u05d4\u05e2\u05d3\u05db\u05e0\u05d9\u05ea, \u05d1\u05d7\u05e8 \u05d1\u05dc\u05d7\u05e6\u05df \u05d4\u05de\u05e6\u05dc\u05de\u05d4 {icon}. \u05db\u05d3\u05d9 \u05dc\u05e6\u05dc\u05dd \u05ea\u05de\u05d5\u05e0\u05d4 \u05d0\u05d7\u05e8\u05ea, \u05d1\u05d7\u05e8 \u05d1\u05dc\u05d7\u05e6\u05df \u05d4\u05e6\u05d9\u05dc\u05d5\u05dd \u05de\u05d7\u05d3\u05e9 {icon}.", + "To verify your identity, you need a webcam and a government-issued photo ID.": "\u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d0\u05de\u05ea \u05d0\u05ea \u05d6\u05d4\u05d5\u05ea\u05da, \u05ea\u05d6\u05d3\u05e7\u05e7 \u05dc\u05de\u05e6\u05dc\u05de\u05ea \u05e8\u05e9\u05ea \u05d5\u05dc\u05ea\u05e2\u05d5\u05d3\u05d4 \u05de\u05d6\u05d4\u05d4.", + "Today": "\u05d4\u05d9\u05d5\u05dd", + "Toggle Notifications Setting": "\u05d4\u05d7\u05dc\u05e3 \u05de\u05e6\u05d1 \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05d4\u05ea\u05e8\u05d0\u05d5\u05ea", + "Tomorrow": "\u05de\u05d7\u05e8", + "Topic": "\u05e0\u05d5\u05e9\u05d0", + "Topic area": "\u05ea\u05d7\u05d5\u05dd \u05d4\u05e0\u05d5\u05e9\u05d0", + "Topics": "\u05e0\u05d5\u05e9\u05d0\u05d9\u05dd", + "Total": "\u05e1\u05d4\"\u05db", + "Total Number": "\u05e1\u05d4\"\u05db \u05de\u05e1\u05e4\u05e8", + "Total Responses": "\u05e1\u05da \u05d4\u05db\u05dc \u05ea\u05e9\u05d5\u05d1\u05d5\u05ea", + "Training": "\u05d4\u05d3\u05e8\u05db\u05d4", + "Try the transaction again in a few minutes.": "\u05e0\u05e1\u05d4 \u05dc\u05d1\u05e6\u05e2 \u05d0\u05ea \u05d4\u05d4\u05e2\u05d1\u05e8\u05d4 \u05e9\u05d5\u05d1 \u05d1\u05e2\u05d5\u05d3 \u05de\u05e1\u05e4\u05e8 \u05d3\u05e7\u05d5\u05ea.", + "Try this practice exam again": "\u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1 \u05d0\u05ea \u05de\u05d1\u05d7\u05df \u05d4\u05ea\u05e8\u05d2\u05d5\u05dc \u05d4\u05d6\u05d4.", + "Type": "\u05e1\u05d5\u05d2", + "Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "\u05d4\u05e7\u05dc\u05d3 \u05d1\u05db\u05ea\u05d5\u05d1\u05ea \u05d0\u05ea\u05e8 \u05d0\u05d5 \u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05dc\u05d7\u05e6\u05df \"\u05d1\u05d7\u05e8 \u05e7\u05d5\u05d1\u05e5\" \u05db\u05d3\u05d9 \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05e7\u05d5\u05d1\u05e5 \u05de\u05d4\u05de\u05d7\u05e9\u05d1 \u05e9\u05dc\u05da. (\u05dc\u05d3\u05d5\u05d2\u05de\u05d4 'http://example.com/img/clouds.jpg')", + "Type into this box to filter down the list of available %s.": "\u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e7\u05dc\u05d9\u05d3 \u05d1\u05ea\u05d9\u05d1\u05d4 \u05d6\u05d5 \u05db\u05d3\u05d9 \u05dc\u05e1\u05e0\u05df %s.", + "URL": "\u05db\u05ea\u05d5\u05d1\u05ea URL", + "Unable to load": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d8\u05e2\u05d5\u05df", + "Unable to submit application": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05dc\u05d5\u05d7 \u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d4", + "Undo (Ctrl+Z)": "\u05d1\u05d8\u05dc (Ctrl+Z) ", + "Undo Changes": "\u05d1\u05d8\u05dc \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd", + "Unendorse": "\u05d1\u05d8\u05dc \u05d0\u05d9\u05e9\u05d5\u05e8", + "Unexpected server error.": "\u05e9\u05d2\u05d9\u05d0\u05ea \u05e9\u05e8\u05ea \u05dc\u05d0 \u05e6\u05e4\u05d5\u05d9\u05d4.", + "Unfollow": "\u05d1\u05d8\u05dc \u05de\u05e2\u05e7\u05d1", + "Ungraded": "\u05dc\u05dc\u05d0 \u05e6\u05d9\u05d5\u05df", + "Ungraded Practice Exam": "\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05dc\u05dc\u05d0 \u05e6\u05d9\u05d5\u05df", + "Unit": "\u05d9\u05d7\u05d9\u05d3\u05d4", + "Unit Name": "\u05e9\u05dd \u05d9\u05d7\u05d9\u05d3\u05d4", + "Unit Visibility": "\u05e0\u05e8\u05d0\u05d5\u05ea \u05d9\u05d7\u05d9\u05d3\u05d4", + "Units": "\u05d9\u05d7\u05d9\u05d3\u05d5\u05ea", + "Unknown": "\u05dc\u05d0 \u05d9\u05d3\u05d5\u05e2", + "Unlink This Account": "\u05d4\u05e1\u05e8 \u05d0\u05ea \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8 \u05e9\u05dc \u05d7\u05e9\u05d1\u05d5\u05df \u05d6\u05d4", + "Unlink your {accountName} account": "\u05d4\u05e1\u05e8 \u05d0\u05ea \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8 \u05e9\u05dc \u05d7\u05e9\u05d1\u05d5\u05df {accountName} \u05e9\u05dc\u05da", + "Unlinking": "\u05de\u05e1\u05d9\u05e8 \u05e7\u05d9\u05e9\u05d5\u05e8", + "Unmark as Answer": "\u05d1\u05d8\u05dc \u05e1\u05d9\u05de\u05d5\u05df \u05db\u05ea\u05e9\u05d5\u05d1\u05d4", + "Unnamed Option": "\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05dc\u05d0 \u05e9\u05dd", + "Unpin": "\u05d1\u05d8\u05dc \u05d4\u05e6\u05de\u05d3\u05d4", + "Unpublished changes to content that will release in the future": "\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05e9\u05dc\u05d0 \u05e4\u05d5\u05e8\u05e1\u05de\u05d5 \u05dc\u05ea\u05d5\u05db\u05df \u05e9\u05d9\u05e9\u05d5\u05d7\u05e8\u05e8 \u05d1\u05e2\u05ea\u05d9\u05d3", + "Unpublished changes to live content": "\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05e9\u05dc\u05d0 \u05e4\u05d5\u05e8\u05e1\u05de\u05d5 \u05dc\u05ea\u05d5\u05db\u05df \u05d1\u05d6\u05de\u05df \u05d0\u05de\u05ea", + "Unpublished units will not be released": "\u05d9\u05d7\u05d9\u05d3\u05d5\u05ea \u05e9\u05dc\u05d0 \u05e4\u05d5\u05e8\u05e1\u05de\u05d5 \u05dc\u05d0 \u05d9\u05d5\u05e0\u05d2\u05e9\u05d5", + "Unreport": "\u05d1\u05d8\u05dc \u05d3\u05d9\u05d5\u05d5\u05d7", + "Unscheduled": "\u05dc\u05d0 \u05e0\u05e7\u05d1\u05e2", + "Update": "\u05e2\u05d3\u05db\u05df", + "Update comment": "\u05e2\u05d3\u05db\u05df \u05d4\u05e2\u05e8\u05d4", + "Update post": "\u05e2\u05d3\u05db\u05df \u05e4\u05d5\u05e1\u05d8", + "Update response": "\u05e2\u05d3\u05db\u05df \u05ea\u05d2\u05d5\u05d1\u05d4", + "Update team.": "\u05e2\u05d3\u05db\u05df \u05e6\u05d5\u05d5\u05ea.", + "Updating Tags": "\u05e2\u05d3\u05db\u05d5\u05df \u05ea\u05d2\u05d9\u05d5\u05ea", + "Updating with latest library content": "\u05de\u05e2\u05d3\u05db\u05df \u05e2\u05dd \u05d4\u05ea\u05d5\u05db\u05df \u05d4\u05e2\u05d3\u05db\u05e0\u05d9 \u05d1\u05d9\u05d5\u05ea\u05e8", + "Upgrade Deadline": "\u05de\u05d5\u05e2\u05d3 \u05e9\u05d3\u05e8\u05d5\u05d2", + "Upgrade to a Verified Certificate for {courseName}": "\u05e9\u05d3\u05e8\u05d2 \u05dc\u05ea\u05e2\u05d5\u05d3\u05d4 \u05de\u05d0\u05d5\u05de\u05ea\u05ea \u05e2\u05d1\u05d5\u05e8 {courseName}", + "Upload": "\u05d4\u05e2\u05dc\u05d4", + "Upload File": "\u05d4\u05e2\u05dc\u05d4 \u05e7\u05d5\u05d1\u05e5", + "Upload File and Assign Students": "\u05d4\u05e2\u05dc\u05d4 \u05e7\u05d5\u05d1\u05e5 \u05d5\u05d4\u05e7\u05e6\u05d4 \u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd", + "Upload New .srt Transcript": "\u05d4\u05e2\u05dc\u05d4 \u05ea\u05de\u05dc\u05d9\u05dc SRT \u05d7\u05d3\u05e9", + "Upload New File": "\u05d4\u05e2\u05dc\u05d4 \u05e7\u05d5\u05d1\u05e5 \u05d7\u05d3\u05e9", + "Upload New Transcript": "\u05d4\u05e2\u05dc\u05d4 \u05ea\u05de\u05dc\u05d9\u05dc \u05d7\u05d3\u05e9", + "Upload PDF": "\u05d4\u05e2\u05dc\u05d4 \u05e7\u05d5\u05d1\u05e5 PDF", + "Upload Photo": "\u05d4\u05e2\u05dc\u05d4 \u05ea\u05de\u05d5\u05e0\u05d4", + "Upload Signature Image": "\u05d4\u05e2\u05dc\u05d4 \u05ea\u05de\u05d5\u05e0\u05ea \u05d7\u05ea\u05d9\u05de\u05d4", + "Upload a CSV file": "\u05d4\u05e2\u05dc\u05d4 \u05e7\u05d5\u05d1\u05e5 CSV", + "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "\u05d4\u05e2\u05dc\u05d4 \u05e7\u05d5\u05d1\u05e5 (\u200ecsv) \u05e2\u05e8\u05db\u05d9\u05dd \u05d4\u05de\u05d5\u05e4\u05e8\u05d3\u05d9\u05dd \u05d1\u05e4\u05e1\u05d9\u05e7, \u05d4\u05de\u05db\u05d9\u05dc \u05d0\u05ea \u05e9\u05de\u05d5\u05ea \u05d4\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d0\u05d5 \u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05dc \u05d4\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05e9\u05e7\u05d9\u05d1\u05dc\u05d5 \u05d7\u05e8\u05d9\u05d2\u05d5\u05ea. \u05db\u05dc\u05d5\u05dc \u05d0\u05ea \u05e9\u05dd \u05d4\u05de\u05e9\u05ea\u05de\u05e9 \u05d0\u05d5 \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05d1\u05e2\u05de\u05d5\u05d3 \u05d4\u05de\u05d5\u05e4\u05e8\u05d3 \u05d1\u05e4\u05e1\u05d9\u05e7 \u05d4\u05e8\u05d0\u05e9\u05d5\u05df. \u05d1\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea\u05da \u05dc\u05db\u05dc\u05d5\u05dc \u05d4\u05e2\u05e8\u05d4 \u05d0\u05d5\u05e4\u05e6\u05d9\u05d5\u05e0\u05dc\u05d9\u05ea \u05d4\u05de\u05ea\u05d0\u05e8\u05ea \u05d0\u05ea \u05d4\u05e1\u05d9\u05d1\u05d4 \u05dc\u05d7\u05e8\u05d9\u05d2\u05d4 \u05d1\u05e9\u05d3\u05d4 \u05d4\u05de\u05d5\u05e4\u05e8\u05d3 \u05d1\u05e4\u05e1\u05d9\u05e7 \u05d4\u05e9\u05e0\u05d9.", + "Upload an image": "\u05d4\u05e2\u05dc\u05d4 \u05ea\u05de\u05d5\u05e0\u05d4", + "Upload an image or capture one with your web or phone camera.": "\u05d4\u05e2\u05dc\u05d4 \u05ea\u05de\u05d5\u05e0\u05d4 \u05d0\u05d5 \u05e6\u05dc\u05dd \u05d1\u05e2\u05d6\u05e8\u05ea \u05de\u05e6\u05dc\u05de\u05ea \u05d4\u05e8\u05e9\u05ea \u05d0\u05d5 \u05de\u05e6\u05dc\u05de\u05ea \u05d4\u05e0\u05d9\u05d9\u05d3 \u05e9\u05d1\u05e8\u05e9\u05d5\u05ea\u05da. ", + "Upload completed": "\u05d4\u05e2\u05dc\u05d0\u05d4 \u05d4\u05d5\u05e9\u05dc\u05de\u05d4", + "Upload completed for video {fileName}": "\u05d4\u05d4\u05e2\u05dc\u05d0\u05d4 \u05e9\u05dc \u05e1\u05e8\u05d8\u05d5\u05df \u05d4\u05d5\u05d9\u05d3\u05d0\u05d5 {fileName} \u05d4\u05d5\u05e9\u05dc\u05de\u05d4", + "Upload failed": "\u05d4\u05e2\u05dc\u05d0\u05d4 \u05e0\u05db\u05e9\u05dc\u05d4", + "Upload failed for video {fileName}": "\u05d4\u05d4\u05e2\u05dc\u05d0\u05d4 \u05e9\u05dc \u05e1\u05e8\u05d8\u05d5\u05df \u05d4\u05d5\u05d9\u05d3\u05d0\u05d5 {fileName} \u05dc\u05d0 \u05d4\u05e6\u05dc\u05d9\u05d7\u05d4", + "Upload instructor image.": "\u05d4\u05e2\u05dc\u05d4 \u05ea\u05de\u05d5\u05e0\u05ea \u05de\u05d3\u05e8\u05d9\u05da.", + "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "\u05d4\u05e2\u05dc\u05d0\u05d4 \u05de\u05ea\u05d1\u05e6\u05e2\u05ea. \u05db\u05d3\u05d9 \u05dc\u05d4\u05d9\u05de\u05e0\u05e2 \u05de\u05e9\u05d2\u05d9\u05d0\u05d5\u05ea, \u05d4\u05d9\u05e9\u05d0\u05e8 \u05d1\u05e2\u05de\u05d5\u05d3 \u05d6\u05d4 \u05e2\u05d3 \u05e9\u05d4\u05ea\u05d4\u05dc\u05d9\u05da \u05d9\u05d5\u05e9\u05dc\u05dd.", + "Upload signature image.": "\u05d4\u05e2\u05dc\u05d4 \u05ea\u05de\u05d5\u05e0\u05ea \u05d7\u05ea\u05d9\u05de\u05d4.", + "Upload your banner image.": "\u05d4\u05e2\u05dc\u05d4 \u05d0\u05ea \u05ea\u05de\u05d5\u05e0\u05ea \u05d4\u05d1\u05d0\u05e0\u05e8.", + "Upload your course image.": "\u05d4\u05e2\u05dc\u05d4 \u05d0\u05ea \u05ea\u05de\u05d5\u05e0\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1 \u05e9\u05dc\u05da.", + "Upload your first asset": "\u05d4\u05e2\u05dc\u05d4 \u05d0\u05ea \u05d4\u05e0\u05db\u05e1 \u05d4\u05e8\u05d0\u05e9\u05d5\u05df \u05e9\u05dc\u05da", + "Upload your video thumbnail image.": "\u05d4\u05e2\u05dc\u05d4 \u05d0\u05ea \u05ea\u05de\u05d5\u05e0\u05ea \u05d4\u05d5\u05d5\u05d9\u05d3\u05d0\u05d5 \u05d4\u05de\u05de\u05d5\u05d6\u05e2\u05e8\u05ea", + "Uploaded file issues. Click on \"+\" to view.": "\u05d1\u05e2\u05d9\u05d5\u05ea \u05d1\u05d4\u05e2\u05dc\u05d0\u05ea \u05e7\u05d5\u05d1\u05e5. \u05dc\u05d7\u05e5 \u05e2\u05dc \"+\" \u05db\u05d3\u05d9 \u05dc\u05d4\u05e6\u05d9\u05d2.", + "Uploading": "\u05de\u05e2\u05dc\u05d4", + "Upset Learner": "\u05dc\u05d5\u05de\u05d3 \u05de\u05d5\u05d3\u05d0\u05d2", + "Use Current Transcript": "\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05ea\u05de\u05dc\u05d9\u05dc \u05e0\u05d5\u05db\u05d7\u05d9", + "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.": "\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05de\u05d1\u05d7\u05df \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05e6\u05d9\u05d2 \u05dc\u05ea\u05dc\u05de\u05d9\u05d3\u05d9\u05dd \u05d0\u05ea \u05db\u05dc\u05d9 \u05d5\u05ea\u05d4\u05dc\u05d9\u05db\u05d9 \u05d4\u05e4\u05d9\u05e7\u05d5\u05d7. \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05de\u05d1\u05d7\u05df \u05d4\u05ea\u05e8\u05d2\u05d5\u05dc \u05d0\u05d9\u05e0\u05df \u05e4\u05d5\u05d2\u05e2\u05d5\u05ea \u05d1\u05e6\u05d9\u05d5\u05df \u05d4\u05de\u05e9\u05ea\u05de\u05e9.", + "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05de\u05d1\u05d7\u05df \u05de\u05ea\u05d5\u05d6\u05de\u05df \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05d2\u05d1\u05d9\u05dc \u05d0\u05ea \u05d6\u05de\u05df \u05d4\u05d4\u05e9\u05e7\u05e2\u05d4 \u05e9\u05dc \u05ea\u05dc\u05de\u05d9\u05d3\u05d9\u05dd \u05d1\u05d1\u05e2\u05d9\u05d5\u05ea \u05d1\u05ea\u05ea-\u05e4\u05e8\u05e7 \u05d6\u05d4. \u05d4\u05ea\u05dc\u05de\u05d9\u05d3\u05d9\u05dd \u05d7\u05d9\u05d9\u05d1\u05d9\u05dd \u05dc\u05d4\u05d2\u05d9\u05e9 \u05ea\u05e9\u05d5\u05d1\u05d5\u05ea \u05dc\u05e4\u05e0\u05d9 \u05e9\u05ea\u05dd \u05d4\u05d6\u05de\u05df . \u05ea\u05d5\u05db\u05dc \u05dc\u05d0\u05e4\u05e9\u05e8 \u05d6\u05de\u05df \u05e0\u05d5\u05e1\u05e3 \u05dc\u05ea\u05dc\u05de\u05d9\u05d3\u05d9\u05dd \u05d0\u05d9\u05e0\u05d3\u05d9\u05d1\u05d9\u05d3\u05d5\u05d0\u05dc\u05d9\u05d9\u05dd \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05dc\u05d5\u05d7 \u05d4\u05d1\u05e7\u05e8\u05d4 \u05e9\u05dc \u05d4\u05de\u05d3\u05e8\u05d9\u05da.", + "Use as a Prerequisite": "\u05d4\u05e9\u05ea\u05de\u05e9 \u05db\u05d3\u05e8\u05d9\u05e9\u05d4 \u05de\u05d5\u05e7\u05d3\u05de\u05ea", + "Use cohorts as the basis for dividing discussions. All learners, regardless of cohort, see the same discussion topics, but within divided topics, only members of the same cohort see and respond to each others\u2019 posts. ": "\u05d4\u05e9\u05ea\u05de\u05e9\u05d5 \u05d1'\u05e7\u05d1\u05d5\u05e6\u05d5\u05ea \u05dc\u05de\u05d9\u05d3\u05d4' \u05e9\u05d4\u05d2\u05d3\u05e8\u05ea\u05dd \u05e2\u05d1\u05d5\u05e8 \u05d7\u05dc\u05d5\u05e7\u05ea \u05d4\u05d3\u05d9\u05d5\u05e0\u05d9\u05dd. \u05e9\u05d9\u05de\u05d5 \u05dc\u05d1 \u05e9\u05db\u05dc \u05e7\u05d1\u05d5\u05e6\u05ea \u05dc\u05de\u05d9\u05d3\u05d4 \u05ea\u05d4\u05d9\u05d4 \u05d7\u05e9\u05d5\u05e4\u05d4 \u05d0\u05da \u05d5\u05e8\u05e7 \u05dc\u05ea\u05d5\u05db\u05df \u05d4\u05d3\u05d9\u05d5\u05df \u05e9\u05dc\u05d4 - \u05d4\u05d5\u05d3\u05e2\u05d5\u05ea \u05d5\u05ea\u05d2\u05d5\u05d1\u05d5\u05ea.", + "Use my institution/campus credentials": "\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d4\u05e8\u05e9\u05d0\u05d5\u05ea \u05de\u05d5\u05e1\u05d3/\u05e7\u05de\u05e4\u05d5\u05e1", + "Use the All Topics menu to find specific topics.": "\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05ea\u05e4\u05e8\u05d9\u05d8 '\u05db\u05dc \u05d4\u05e0\u05d5\u05e9\u05d0\u05d9\u05dd' \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05de\u05e6\u05d5\u05d0 \u05e0\u05d5\u05e9\u05d0\u05d9\u05dd \u05e1\u05e4\u05e6\u05d9\u05e4\u05d9\u05d9\u05dd.", + "Use the retake photo button if you are not pleased with your photo": "\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05dc\u05d7\u05e6\u05df '\u05e6\u05dc\u05dd \u05de\u05d7\u05d3\u05e9' \u05d0\u05dd \u05d0\u05d9\u05e0\u05da \u05de\u05e8\u05d5\u05e6\u05d4 \u05de\u05ea\u05de\u05d5\u05e0\u05ea\u05da", + "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05de\u05e6\u05dc\u05de\u05ea \u05d4\u05e8\u05e9\u05ea \u05e9\u05dc\u05da \u05dc\u05e6\u05dc\u05dd \u05d0\u05ea \u05ea\u05de\u05d5\u05e0\u05ea \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05de\u05d6\u05d4\u05d4 \u05e9\u05dc\u05da. \u05d0\u05e0\u05d5 \u05e0\u05ea\u05d0\u05d9\u05dd \u05d0\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05d4\u05d6\u05d5 \u05dc\u05ea\u05de\u05d5\u05e0\u05ea \u05e4\u05e0\u05d9\u05da \u05d5\u05dc\u05e9\u05dd \u05d7\u05e9\u05d1\u05d5\u05e0\u05da. ", + "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05de\u05e6\u05dc\u05de\u05ea \u05d4\u05e8\u05e9\u05ea \u05e9\u05dc\u05da \u05dc\u05e6\u05dc\u05dd \u05d0\u05ea \u05e4\u05e0\u05d9\u05da. \u05d0\u05e0\u05d7\u05e0\u05d5 \u05e0\u05e9\u05d5\u05d5\u05d4 \u05d0\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05dc\u05ea\u05de\u05d5\u05e0\u05ea\u05da \u05d1\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05de\u05d6\u05d4\u05d4.", + "Used": "\u05e0\u05e2\u05e9\u05d4 \u05e9\u05d9\u05de\u05d5\u05e9", + "User Email": "\u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05dc \u05de\u05e9\u05ea\u05de\u05e9", + "Username": "\u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9", + "Username or email address": "\u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9 \u05d0\u05d5 \u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9", + "Users must create and activate their account before they can be promoted to beta tester.": "\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d7\u05d9\u05d9\u05d1\u05d9\u05dd \u05dc\u05d9\u05e6\u05d5\u05e8 \u05d5\u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05d0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05d4\u05dd \u05dc\u05e4\u05e0\u05d9 \u05e9\u05d9\u05d5\u05db\u05dc\u05d5 \u05dc\u05d4\u05ea\u05e7\u05d3\u05dd \u05dc\u05ea\u05e4\u05e7\u05d9\u05d3 \u05d1\u05d5\u05d7\u05df \u05d1\u05d8\u05d0.", + "Valid": "\u05d7\u05d5\u05e7\u05d9", + "Validation Error": "\u05e9\u05d2\u05d9\u05d0\u05ea \u05d0\u05d9\u05de\u05d5\u05ea", + "Validation Error While Saving": "\u05d8\u05e2\u05d5\u05ea \u05d0\u05d9\u05de\u05d5\u05ea \u05d1\u05de\u05d4\u05dc\u05da \u05e9\u05de\u05d9\u05e8\u05d4", + "Verification Checkpoint": "\u05e0\u05e7\u05d5\u05d3\u05ea \u05d1\u05d9\u05e7\u05d5\u05e8\u05ea \u05dc\u05d0\u05d9\u05de\u05d5\u05ea", + "Verification Deadline": "\u05de\u05d5\u05e2\u05d3 \u05d0\u05d7\u05e8\u05d5\u05df \u05dc\u05d0\u05d9\u05de\u05d5\u05ea", + "Verification checkpoint to be completed": "\u05d9\u05e9 \u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05e0\u05e7\u05d5\u05d3\u05ea \u05d1\u05d9\u05e7\u05d5\u05e8\u05ea \u05dc\u05d0\u05d9\u05de\u05d5\u05ea", + "Verified": "\u05de\u05d0\u05d5\u05de\u05ea", + "Verified Certificate": "\u05ea\u05e2\u05d5\u05d3\u05d4 \u05de\u05d0\u05d5\u05de\u05ea\u05ea", + "Verified Certificate for {courseName}": "\u05ea\u05e2\u05d5\u05d3\u05d4 \u05de\u05d0\u05d5\u05de\u05ea\u05ea \u05e2\u05d1\u05d5\u05e8 {courseName}", + "Verified Certificate upgrade": "\u05e9\u05d3\u05e8\u05d5\u05d2 \u05ea\u05e2\u05d5\u05d3\u05d4 \u05de\u05d0\u05d5\u05de\u05ea\u05ea", + "Verified Status": "\u05de\u05e6\u05d1 \u05d0\u05d9\u05de\u05d5\u05ea \u05d6\u05d4\u05d5\u05ea", + "Verified mode price": "\u05de\u05d7\u05d9\u05e8 \u05de\u05e6\u05d1 \u05de\u05d0\u05d5\u05de\u05ea", + "Verify Now": "\u05d0\u05de\u05ea \u05d0\u05ea \u05d6\u05d4\u05d5\u05ea\u05da \u05db\u05e2\u05ea", + "Video Capture Error": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d4\u05e2\u05d1\u05e8\u05ea \u05d5\u05d9\u05d3\u05d0\u05d5", + "Video ID": "\u05de\u05d6\u05d4\u05d4 \u05d5\u05d9\u05d3\u05d0\u05d5", + "View": "\u05d4\u05e6\u05d2", + "View %(span_start)s %(team_name)s %(span_end)s": "\u05d4\u05e6\u05d2 %(span_start)s %(team_name)s %(span_end)s", + "View Archived Course": "\u05e6\u05e4\u05d4 \u05d1\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d4\u05e7\u05d5\u05e8\u05e1", + "View Cohort": "\u05e6\u05e4\u05d4 \u05d1\u05e7\u05d1\u05d5\u05e6\u05ea \u05dc\u05d9\u05de\u05d5\u05d3", + "View Course": "\u05d4\u05e6\u05d2 \u05e7\u05d5\u05e8\u05e1", + "View Live": "\u05ea\u05e6\u05d5\u05d2\u05d4 \u05d7\u05d9\u05d4", + "View Teams in the %(topic_name)s Topic": "\u05d4\u05e6\u05d2 \u05e6\u05d5\u05d5\u05ea\u05d9\u05dd \u05d1\u05e0\u05d5\u05e9\u05d0 %(topic_name)s", + "View all errors": "\u05e6\u05e4\u05d4 \u05d1\u05db\u05dc \u05d4\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea", + "View discussion": "\u05e6\u05e4\u05d4 \u05d1\u05d3\u05d9\u05d5\u05df", + "View my exam": "\u05d4\u05e6\u05d2 \u05d0\u05ea \u05d4\u05de\u05d1\u05d7\u05df \u05e9\u05dc\u05d9", "Viewing %s course": [ - "\u05de\u05e6\u05d9\u05d2 \u05e7\u05d5\u05e8\u05e1 %s", - "\u05de\u05e6\u05d9\u05d2 %s \u05e7\u05d5\u05e8\u05e1\u05d9\u05dd", - "\u05de\u05e6\u05d9\u05d2 %s \u05e7\u05d5\u05e8\u05e1\u05d9\u05dd", + "\u05de\u05e6\u05d9\u05d2 \u05e7\u05d5\u05e8\u05e1 %s", + "\u05de\u05e6\u05d9\u05d2 %s \u05e7\u05d5\u05e8\u05e1\u05d9\u05dd", + "\u05de\u05e6\u05d9\u05d2 %s \u05e7\u05d5\u05e8\u05e1\u05d9\u05dd", "\u05de\u05e6\u05d9\u05d2 %s \u05e7\u05d5\u05e8\u05e1\u05d9\u05dd" - ], - "Visibility": "\u05ea\u05e6\u05d5\u05d2\u05d4", - "Visible to": "\u05d2\u05dc\u05d5\u05d9 \u05e2\u05d1\u05d5\u05e8:", - "Visible to Staff Only": "\u05d2\u05dc\u05d5\u05d9 \u05dc\u05e6\u05d5\u05d5\u05ea \u05d1\u05dc\u05d1\u05d3", - "Vote for good posts and responses": "\u05d4\u05e6\u05d1\u05e2 \u05dc\u05e4\u05d5\u05e1\u05d8\u05d9\u05dd \u05d5\u05ea\u05e9\u05d5\u05d1\u05d5\u05ea \u05de\u05d5\u05e6\u05dc\u05d7\u05d5\u05ea", - "Vote for this post,": "\u05d4\u05e6\u05d1\u05e2 \u05dc\u05e4\u05d5\u05e1\u05d8 \u05d6\u05d4,", - "Waiting": "\u05d1\u05d4\u05de\u05ea\u05e0\u05d4", - "Want to confirm your identity later?": "\u05e8\u05d5\u05e6\u05d4 \u05dc\u05d0\u05de\u05ea \u05d0\u05ea \u05d6\u05d4\u05d5\u05ea\u05da \u05de\u05d0\u05d5\u05d7\u05e8 \u05d9\u05d5\u05ea\u05e8?", - "Warning": "\u05d0\u05d6\u05d4\u05e8\u05d4", - "Warnings": "\u05d0\u05d6\u05d4\u05e8\u05d5\u05ea", - "We ask you to activate your account to ensure it is really you creating the account and to prevent fraud.": "\u05d0\u05e0\u05d5 \u05de\u05d1\u05e7\u05e9\u05d9\u05dd \u05de\u05de\u05da \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05d0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05db\u05d3\u05d9 \u05dc\u05d5\u05d5\u05d3\u05d0 \u05e9\u05d0\u05ea\u05d4 \u05d0\u05db\u05df \u05d9\u05e6\u05e8\u05ea \u05d0\u05d5\u05ea\u05d5 \u05d5\u05db\u05d3\u05d9 \u05dc\u05de\u05e0\u05d5\u05e2 \u05d4\u05d5\u05e0\u05d0\u05d4.", - "We couldn't create your account.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d9\u05e6\u05d5\u05e8 \u05d0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da. ", - "We couldn't find any results for \"%s\".": "\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d4 \u05d0\u05e3 \u05ea\u05d5\u05e6\u05d0\u05d4 \u05e2\u05d1\u05d5\u05e8 \"%s\".", - "We couldn't sign you in.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d7\u05d1\u05e8 \u05d0\u05d5\u05ea\u05da.", - "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "\u05e7\u05d9\u05d1\u05dc\u05e0\u05d5 \u05d0\u05ea \u05d4\u05de\u05d9\u05d3\u05e2 \u05e9\u05dc\u05da \u05d5\u05d0\u05e0\u05d5 \u05de\u05d0\u05de\u05ea\u05d9\u05dd \u05d0\u05ea \u05d6\u05d4\u05d5\u05ea\u05da. \u05ea\u05e8\u05d0\u05d4 \u05d4\u05d5\u05d3\u05e2\u05d4 \u05d1\u05dc\u05d5\u05d7 \u05d4\u05d1\u05e7\u05e8\u05d4 \u05db\u05d0\u05e9\u05e8 \u05d9\u05d5\u05e9\u05dc\u05dd \u05ea\u05d4\u05dc\u05d9\u05da \u05d4\u05d0\u05d9\u05de\u05d5\u05ea (\u05dc\u05e8\u05d5\u05d1 \u05ea\u05d5\u05da \u05d9\u05d5\u05dd \u05d0\u05d5 \u05d9\u05d5\u05de\u05d9\u05d9\u05dd). \u05d1\u05d9\u05e0\u05ea\u05d9\u05d9\u05dd, \u05ea\u05d5\u05db\u05dc \u05dc\u05d2\u05e9\u05ea \u05e2\u05d3\u05d9\u05d9\u05df \u05dc\u05db\u05dc \u05ea\u05d5\u05db\u05df \u05d4\u05e7\u05d5\u05e8\u05e1 \u05d4\u05d6\u05de\u05d9\u05df.", - "We just need a little more information before you start learning with %(platformName)s.": "\u05d0\u05e0\u05d5 \u05d6\u05e7\u05d5\u05e7\u05d9\u05dd \u05dc\u05de\u05d9\u05d3\u05e2 \u05e0\u05d5\u05e1\u05e3 \u05dc\u05e4\u05e0\u05d9 \u05e9\u05ea\u05ea\u05d7\u05d9\u05dc \u05dc\u05dc\u05de\u05d5\u05d3 \u05e2\u05dd %(platformName)s.", - "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "\u05d0\u05e0\u05d5 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05e8\u05de\u05d5\u05ea \u05d4\u05d2\u05d1\u05d5\u05d4\u05d5\u05ea \u05d1\u05d9\u05d5\u05ea\u05e8 \u05e9\u05dc \u05d0\u05d1\u05d8\u05d7\u05d4 \u05dc\u05d4\u05e6\u05e4\u05d9\u05df \u05d0\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05e9\u05dc\u05da \u05d5\u05dc\u05e9\u05dc\u05d5\u05d7 \u05d0\u05d5\u05ea\u05d4 \u05dc\u05d1\u05d3\u05d9\u05e7\u05d4 \u05d1\u05e9\u05d9\u05e8\u05d5\u05ea \u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05e9\u05dc\u05e0\u05d5. \u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05d5\u05d4\u05de\u05d9\u05d3\u05e2 \u05d4\u05d0\u05d9\u05e9\u05d9 \u05e9\u05dc\u05da \u05dc\u05d0 \u05e0\u05e9\u05de\u05e8\u05d9\u05dd \u05d0\u05d5 \u05d2\u05dc\u05d5\u05d9\u05d9\u05dd \u05d1\u05d0\u05e3 \u05de\u05e7\u05d5\u05dd \u05d1-%(platformName)s \u05dc\u05d0\u05d7\u05e8 \u05d4\u05e9\u05dc\u05de\u05ea \u05ea\u05d4\u05dc\u05d9\u05da \u05d0\u05d9\u05de\u05d5\u05ea \u05d4\u05d6\u05d4\u05d5\u05ea. ", - "We've encountered an error. Refresh your browser and then try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05d3\u05e4\u05d3\u05e4\u05df \u05e9\u05dc\u05da \u05d5\u05d0\u05d6 \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", - "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "\u05e9\u05dc\u05d7\u05e0\u05d5 \u05d4\u05d5\u05d3\u05e2\u05ea \u05d0\u05d9\u05e9\u05d5\u05e8 \u05d0\u05dc {new_email_address}. \u05dc\u05d7\u05e5 \u05e2\u05dc \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8 \u05e9\u05d1\u05d4\u05d5\u05d3\u05e2\u05d4 \u05db\u05d3\u05d9 \u05dc\u05e2\u05d3\u05db\u05df \u05d0\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05dc\u05da.", - "Web:": "\u05d0\u05ea\u05e8 \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8:", - "Webcam": "\u05de\u05e6\u05dc\u05de\u05ea \u05e8\u05e9\u05ea", - "Weight of Total Grade": "\u05de\u05e9\u05e7\u05dc \u05e1\u05da \u05d4\u05e6\u05d9\u05d5\u05df", - "What You Need for Verification": "\u05de\u05d4 \u05d0\u05ea\u05d4 \u05e6\u05e8\u05d9\u05da \u05dc\u05d0\u05d9\u05de\u05d5\u05ea", - "What does %(platformName)s do with this photo?": "\u05de\u05d4 %(platformName)s \u05e2\u05d5\u05e9\u05d4 \u05e2\u05dd \u05ea\u05de\u05d5\u05e0\u05d4 \u05d6\u05d5?", - "What does this mean?": "\u05de\u05d4 \u05d4\u05de\u05e9\u05de\u05e2\u05d5\u05ea \u05e9\u05dc \u05d6\u05d4?", - "What's Your Next Accomplishment?": "\u05de\u05d4\u05d5 \u05d4\u05d4\u05d9\u05e9\u05d2 \u05d4\u05d1\u05d0 \u05e9\u05dc\u05da?", - "When your face is in position, use the camera button {icon} below to take your photo.": "\u05db\u05d0\u05e9\u05e8 \u05e4\u05e0\u05d9\u05da \u05de\u05de\u05d5\u05e7\u05de\u05d5\u05ea, \u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05dc\u05d7\u05e6\u05df \u05d4\u05de\u05e6\u05dc\u05de\u05d4 {icon} \u05e9\u05dc\u05de\u05d8\u05d4 \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e6\u05dc\u05dd \u05d0\u05ea \u05ea\u05de\u05d5\u05e0\u05ea\u05da.", - "Which timed transcript would you like to use?": "\u05d1\u05d0\u05d9\u05d6\u05d4 \u05ea\u05de\u05dc\u05d9\u05dc \u05de\u05ea\u05d5\u05d6\u05de\u05df \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05e9\u05ea\u05de\u05e9?", - "Why activate?": "\u05de\u05d3\u05d5\u05e2 \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc?", - "Why does %(platformName)s need my photo?": "\u05de\u05d3\u05d5\u05e2 %(platformName)s \u05e6\u05e8\u05d9\u05db\u05d4 \u05d0\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05e9\u05dc\u05d9?", - "Will Be Visible To:": "\u05d9\u05d4\u05d9\u05d4 \u05d2\u05dc\u05d5\u05d9 \u05e2\u05d1\u05d5\u05e8:", - "Would you like to sign in using your %(providerName)s credentials?": "\u05d4\u05d0\u05dd \u05ea\u05e8\u05e6\u05d4 \u05dc\u05d4\u05d9\u05db\u05e0\u05e1 \u05dc\u05d7\u05e9\u05d1\u05d5\u05df \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05d4\u05e8\u05e9\u05d0\u05d5\u05ea %(providerName)s \u05e9\u05dc\u05da?", - "Year of Birth": "\u05e9\u05e0\u05ea \u05dc\u05d9\u05d3\u05d4", - "Yes, allow edits to the active Certificate": "\u05db\u05df, \u05d0\u05e4\u05e9\u05e8 \u05e2\u05e8\u05d9\u05db\u05d5\u05ea \u05d1\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05e4\u05e2\u05d9\u05dc\u05d4", - "Yes, replace the edX transcript with the YouTube transcript": "\u05db\u05df, \u05d4\u05d7\u05dc\u05e3 \u05d0\u05ea \u05ea\u05de\u05dc\u05d9\u05dc edX \u05d1\u05ea\u05de\u05dc\u05d9\u05dc \u05d9\u05d5\u05d8\u05d9\u05d5\u05d1", - "Yesterday": "\u05d0\u05ea\u05de\u05d5\u05dc", - "You already belong to another team.": "\u05d0\u05ea\u05d4 \u05db\u05d1\u05e8 \u05e9\u05d9\u05d9\u05da \u05dc\u05e6\u05d5\u05d5\u05ea \u05d0\u05d7\u05e8.", - "You are a member of this team.": "\u05d0\u05ea\u05d4 \u05d7\u05d1\u05e8 \u05d1\u05e6\u05d5\u05d5\u05ea \u05d6\u05d4.", - "You are currently sharing a limited profile.": "\u05d0\u05ea\u05d4 \u05de\u05e9\u05ea\u05e3 \u05db\u05e8\u05d2\u05e2 \u05e4\u05e8\u05d5\u05e4\u05d9\u05dc \u05d7\u05dc\u05e7\u05d9.", - "You are enrolling in: {courseName}": "\u05d0\u05ea\u05d4 \u05e0\u05e8\u05e9\u05dd \u05d1: {courseName}", - "You are not currently a member of any team.": "\u05d0\u05d9\u05e0\u05da \u05d7\u05d1\u05e8 \u05db\u05e8\u05d2\u05e2 \u05d1\u05d0\u05e3 \u05e6\u05d5\u05d5\u05ea.", - "You are not enrolled in any programs yet.": "\u05d0\u05d9\u05e0\u05da \u05e8\u05e9\u05d5\u05dd \u05e2\u05d3\u05d9\u05d9\u05df \u05d1\u05d0\u05e3 \u05ea\u05db\u05e0\u05d9\u05ea.", - "You are now enrolled as a verified student for:": "\u05d0\u05ea\u05d4 \u05e8\u05e9\u05d5\u05dd \u05db\u05e2\u05ea \u05db\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05e2\u05dd \u05d6\u05d4\u05d5\u05ea \u05de\u05d0\u05d5\u05de\u05ea\u05ea \u05e2\u05d1\u05d5\u05e8:", - "You are sending an email message with the subject {subject} to the following recipients.": "\u05d0\u05ea\u05d4 \u05e9\u05d5\u05dc\u05d7 \u05d4\u05d5\u05d3\u05e2\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e2\u05dd \u05d4\u05e0\u05d5\u05e9\u05d0 {subject} \u05dc\u05e0\u05de\u05e2\u05e0\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd.", - "You are upgrading your enrollment for: {courseName}": "\u05d0\u05ea\u05d4 \u05de\u05e9\u05d3\u05e8\u05d2 \u05d0\u05ea \u05d4\u05e8\u05e9\u05de\u05ea\u05da \u05dc: {courseName}", - "You can also retry this practice exam": "\u05d0\u05ea\u05d4 \u05d9\u05db\u05d5\u05dc \u05e0\u05e1\u05d5\u05ea \u05d2\u05dd \u05d0\u05ea \u05de\u05d1\u05d7\u05df \u05d4\u05ea\u05e8\u05d2\u05d5\u05dc \u05d4\u05d6\u05d4.", - "You can link your social media accounts to simplify signing in to {platform_name}.": "\u05e0\u05d9\u05ea\u05df \u05dc\u05e7\u05e9\u05e8 \u05d0\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d5\u05ea \u05d4\u05de\u05d3\u05d9\u05d4 \u05d4\u05d7\u05d1\u05e8\u05ea\u05d9\u05ea \u05db\u05d3\u05d9 \u05dc\u05e4\u05e9\u05d8 \u05d0\u05ea \u05d4\u05d7\u05d9\u05d1\u05d5\u05e8 \u05dc{platform_name}.", - "You can now enter your payment information and complete your enrollment.": "\u05d0\u05ea\u05d4 \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d6\u05d9\u05df \u05db\u05e2\u05ea \u05d0\u05ea \u05e4\u05e8\u05d8\u05d9 \u05d4\u05ea\u05e9\u05dc\u05d5\u05dd \u05e9\u05dc\u05da \u05d5\u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05d0\u05ea \u05d4\u05e8\u05e9\u05de\u05ea\u05da.", - "You can pay now even if you don't have the following items available, but you will need to have these by {date} to qualify to earn a Verified Certificate.": "\u05d0\u05ea\u05d4 \u05d9\u05db\u05d5\u05dc \u05dc\u05e9\u05dc\u05dd \u05e2\u05db\u05e9\u05d9\u05d5 \u05d0\u05e4\u05d9\u05dc\u05d5 \u05d0\u05dd \u05d0\u05d9\u05df \u05dc\u05da \u05d0\u05ea \u05d4\u05e4\u05e8\u05d9\u05d8\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd, \u05d0\u05d1\u05dc \u05ea\u05e6\u05d8\u05e8\u05da \u05d0\u05d5\u05ea\u05dd \u05e2\u05d3 {date} \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e2\u05de\u05d5\u05d3 \u05d1\u05ea\u05e0\u05d0\u05d9\u05dd \u05dc\u05e7\u05d1\u05dc\u05ea \u05ea\u05e2\u05d5\u05d3\u05ea \u05e1\u05d9\u05d5\u05dd \u05de\u05d0\u05d5\u05de\u05ea\u05ea. ", - "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "\u05d9\u05e9 \u05d1\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea\u05da \u05dc\u05e9\u05dc\u05dd \u05db\u05e2\u05ea \u05d2\u05dd \u05d0\u05dd \u05d0\u05d9\u05df \u05d1\u05e8\u05e9\u05d5\u05ea\u05da \u05d0\u05ea \u05d4\u05e4\u05e8\u05d8\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd, \u05d0\u05da \u05ea\u05d9\u05d3\u05e8\u05e9 \u05dc\u05d4\u05e9\u05dc\u05d9\u05de\u05dd \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05d9\u05d5\u05ea \u05d6\u05db\u05d0\u05d9 \u05dc\u05ea\u05e2\u05d5\u05d3\u05d4 \u05de\u05d0\u05d5\u05de\u05ea\u05ea.", - "You can remove members from this team, especially if they have not participated in the team's activity.": "\u05ea\u05d5\u05db\u05dc \u05dc\u05d4\u05e1\u05d9\u05e8 \u05d7\u05d1\u05e8\u05d9\u05dd \u05de\u05d4\u05e6\u05d5\u05d5\u05ea \u05d4\u05d6\u05d4, \u05d1\u05de\u05d9\u05d5\u05d7\u05d3 \u05d0\u05dd \u05dc\u05d0 \u05d4\u05e9\u05ea\u05ea\u05e4\u05d5 \u05d1\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d4\u05e6\u05d5\u05d5\u05ea.", - "You can upload files with these file types: ": "\u05d1\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea\u05da \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05e7\u05d1\u05e6\u05d9\u05dd \u05de\u05e1\u05d5\u05d2\u05d9\u05dd \u05d0\u05dc\u05d5:", - "You can use your {accountName} account to sign in to your {platformName} account.": "\u05e0\u05d9\u05ea\u05df \u05dc\u05e7\u05e9\u05e8 \u05d0\u05ea \u05d7\u05e9\u05d1\u05d5\u05df {accountName} \u05e9\u05dc\u05da \u05db\u05d3\u05d9 \u05dc\u05d4\u05ea\u05d7\u05d1\u05e8 \u05dc\u05d7\u05e9\u05d1\u05d5\u05df {platformName}.", - "You cannot view the course as a student or beta tester before the course release date.": "\u05d0\u05d9\u05e0\u05da \u05d9\u05db\u05d5\u05dc \u05dc\u05e6\u05e4\u05d5\u05ea \u05d1\u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4 \u05db\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05d0\u05d5 \u05de\u05e9\u05ea\u05de\u05e9 \u05d1\u05d2\u05e8\u05e1\u05ea \u05d4\u05d1\u05d8\u05d0 \u05dc\u05e4\u05e0\u05d9 \u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d4\u05e9\u05e7\u05d4 \u05e9\u05dc \u05d4\u05e7\u05d5\u05e8\u05e1.", - "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "\u05e9\u05d9\u05e0\u05d9\u05ea \u05d0\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d4-URL \u05e9\u05dc \u05e1\u05e8\u05d8\u05d5\u05df \u05d4\u05d5\u05d5\u05d9\u05d3\u05d0\u05d5 \u05d0\u05da \u05dc\u05d0 \u05e9\u05d9\u05e0\u05d9\u05ea \u05d0\u05ea \u05e7\u05d5\u05d1\u05e5 \u05d4\u05ea\u05de\u05dc\u05d9\u05dc \u05d4\u05de\u05ea\u05d5\u05d6\u05de\u05df. \u05d4\u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05e7\u05d5\u05d1\u05e5 \u05d4\u05ea\u05de\u05dc\u05d9\u05dc \u05d4\u05e0\u05d5\u05db\u05d7\u05d9 \u05d0\u05d5 \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05e7\u05d5\u05d1\u05e5 \u05ea\u05de\u05dc\u05d9\u05dc SRT \u05d7\u05d3\u05e9?", - "You commented...": "\u05d4\u05d2\u05d1\u05ea...", - "You could not be subscribed to this post. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e8\u05e9\u05d5\u05dd \u05d0\u05d5\u05ea\u05da \u05dc\u05e4\u05d5\u05e1\u05d8. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", - "You could not be unsubscribed from this post. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d1\u05d8\u05dc \u05d0\u05ea \u05d4\u05e8\u05d9\u05e9\u05d5\u05dd \u05e9\u05dc\u05da \u05dc\u05e4\u05d5\u05e1\u05d8. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", - "You currently have no cohorts configured": "\u05dc\u05d0 \u05de\u05d5\u05d2\u05d3\u05e8\u05d5\u05ea \u05db\u05e2\u05ea \u05e7\u05d1\u05d5\u05e6\u05d5\u05ea \u05dc\u05d9\u05de\u05d5\u05d3", - "You did not select a content group": "\u05dc\u05d0 \u05d1\u05d7\u05e8\u05ea \u05e7\u05d1\u05d5\u05e6\u05ea \u05ea\u05d5\u05db\u05df", - "You don't seem to have Flash installed. Get Flash to continue your verification.": "\u05e0\u05e8\u05d0\u05d4 \u05db\u05d9 \u05dc\u05d0 \u05de\u05d5\u05ea\u05e7\u05df \u05e4\u05dc\u05d0\u05e9. \u05d4\u05d5\u05e8\u05d3 \u05e4\u05dc\u05d0\u05e9 \u05db\u05d3\u05d9 \u05dc\u05d4\u05de\u05e9\u05d9\u05da \u05d1\u05ea\u05d4\u05dc\u05d9\u05da \u05d4\u05d0\u05d9\u05de\u05d5\u05ea.", - "You don't seem to have a webcam connected.": "\u05e0\u05e8\u05d0\u05d4 \u05db\u05d9 \u05dc\u05d0 \u05de\u05d7\u05d5\u05d1\u05e8\u05ea \u05de\u05e6\u05dc\u05de\u05ea \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8.", - "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e7\u05e8\u05d9\u05d8\u05e8\u05d9\u05d5\u05df. \u05ea\u05e6\u05d8\u05e8\u05da \u05dc\u05d1\u05d7\u05d5\u05e8 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 \u05d4\u05e7\u05e8\u05d9\u05d8\u05e8\u05d9\u05d5\u05df \u05d1\u05e9\u05dc\u05d1 \u05ea\u05e8\u05d2\u05d5\u05dc \u05d4\u05dc\u05d5\u05de\u05d3. \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d1\u05e6\u05e2 \u05d6\u05d0\u05ea, \u05dc\u05d7\u05e5 \u05e2\u05dc \u05d4\u05db\u05e8\u05d8\u05d9\u05e1\u05d9\u05d9\u05d4 '\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea'.", - "You have already verified your ID!": "\u05d0\u05d9\u05de\u05ea\u05ea \u05db\u05d1\u05e8 \u05d0\u05ea \u05d6\u05d4\u05d5\u05ea\u05da!", - "You have been logged out of your edX account. Click Okay to log in again now. Click Cancel to stay on this page (you must log in again to save your work).": "\u05d9\u05e6\u05d0\u05ea \u05de\u05d7\u05e9\u05d1\u05d5\u05df edX \u05e9\u05dc\u05da. \u05dc\u05d7\u05e5 \u05e2\u05dc '\u05d0\u05d9\u05e9\u05d5\u05e8' \u05db\u05d3\u05d9 \u05dc\u05d4\u05d9\u05db\u05e0\u05e1 \u05e9\u05d5\u05d1 \u05db\u05e2\u05ea. \u05dc\u05d7\u05e5 \u05e2\u05dc '\u05d1\u05d9\u05d8\u05d5\u05dc' \u05db\u05d3\u05d9 \u05dc\u05d4\u05d9\u05e9\u05d0\u05e8 \u05d1\u05e2\u05de\u05d5\u05d3 (\u05e2\u05dc\u05d9\u05da \u05dc\u05d4\u05d9\u05db\u05e0\u05e1 \u05e9\u05d5\u05d1 \u05db\u05d3\u05d9 \u05dc\u05e9\u05de\u05d5\u05e8 \u05d0\u05ea \u05de\u05d4 \u05e9\u05e2\u05e9\u05d9\u05ea).", - "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "\u05de\u05d7\u05e7\u05ea \u05e7\u05e8\u05d9\u05d8\u05e8\u05d9\u05d5\u05df. \u05d4\u05e7\u05e8\u05d9\u05d8\u05e8\u05d9\u05d5\u05df \u05d4\u05d5\u05e1\u05e8 \u05de\u05d4\u05ea\u05e9\u05d5\u05d1\u05d5\u05ea \u05dc\u05d3\u05d5\u05d2\u05de\u05d4 \u05e9\u05d1\u05e9\u05dc\u05d1 \u05ea\u05e8\u05d2\u05d5\u05dc \u05d4\u05dc\u05d5\u05de\u05d3.", - "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "\u05de\u05d7\u05e7\u05ea \u05d0\u05ea \u05db\u05dc \u05d4\u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 \u05e7\u05e8\u05d9\u05d8\u05e8\u05d9\u05d5\u05df \u05d6\u05d4. \u05d4\u05e7\u05e8\u05d9\u05d8\u05e8\u05d9\u05d5\u05df \u05d4\u05d5\u05e1\u05e8 \u05de\u05d4\u05ea\u05e9\u05d5\u05d1\u05d5\u05ea \u05dc\u05d3\u05d5\u05d2\u05de\u05d4 \u05e9\u05d1\u05e9\u05dc\u05d1 \u05ea\u05e8\u05d2\u05d5\u05dc \u05d4\u05dc\u05d5\u05de\u05d3.", - "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "\u05de\u05d7\u05e7\u05ea \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea. \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05d6\u05d5 \u05d4\u05d5\u05e1\u05e8\u05d4 \u05de\u05d4\u05e7\u05e8\u05d9\u05d8\u05e8\u05d9\u05d5\u05df \u05e9\u05dc\u05d4 \u05d1\u05ea\u05e9\u05d5\u05d1\u05d5\u05ea \u05dc\u05d3\u05d5\u05d2\u05de\u05d4 \u05e9\u05d1\u05e9\u05dc\u05d1 \u05ea\u05e8\u05d2\u05d5\u05dc \u05d4\u05dc\u05d5\u05de\u05d3. \u05d9\u05d9\u05ea\u05db\u05df \u05e9\u05ea\u05e6\u05d8\u05e8\u05da \u05dc\u05d1\u05d7\u05d5\u05e8 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05d7\u05d3\u05e9\u05d4 \u05e2\u05d1\u05d5\u05e8 \u05d4\u05e7\u05e8\u05d9\u05d8\u05e8\u05d9\u05d5\u05df.", - "You have done a dry run of force publishing the course. Nothing has changed. Had you run it, the following course versions would have been change.": "\u05d1\u05d9\u05e6\u05e2\u05ea \u05d4\u05e4\u05e2\u05dc\u05d4 \u05de\u05d0\u05d5\u05dc\u05e6\u05ea \u05e9\u05dc \u05e4\u05e8\u05e1\u05d5\u05dd \u05d4\u05e7\u05d5\u05e8\u05e1. \u05d3\u05d1\u05e8 \u05dc\u05d0 \u05d4\u05e9\u05ea\u05e0\u05d4. \u05d0\u05dd \u05d4\u05d9\u05d9\u05ea \u05de\u05e4\u05e2\u05d9\u05dc \u05d0\u05d5\u05ea\u05d5, \u05d2\u05e8\u05e1\u05d0\u05d5\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1 \u05d4\u05d1\u05d0\u05d5\u05ea \u05d4\u05d9\u05d5 \u05de\u05e9\u05ea\u05e0\u05d5\u05ea.", - "You have no handouts defined": "\u05dc\u05d0 \u05d4\u05d5\u05d2\u05d3\u05e8\u05d5 \u05d3\u05e4\u05d9 \u05de\u05d9\u05d3\u05e2", - "You have not created any certificates yet.": "\u05dc\u05d0 \u05d9\u05e6\u05e8\u05ea \u05d0\u05e3 \u05ea\u05e2\u05d5\u05d3\u05d4 \u05e2\u05d3\u05d9\u05d9\u05df.", - "You have not created any content groups yet.": " \u05dc\u05d0 \u05d9\u05e6\u05e8\u05ea \u05e2\u05d3\u05d9\u05d9\u05df \u05e7\u05d1\u05d5\u05e6\u05d5\u05ea \u05ea\u05d5\u05db\u05df \u05db\u05dc\u05e9\u05d4\u05df.", - "You have not created any group configurations yet.": "\u05dc\u05d0 \u05d9\u05e6\u05e8\u05ea \u05e2\u05d3\u05d9\u05d9\u05df \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05e7\u05d1\u05d5\u05e6\u05d4.", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u05d1\u05d7\u05e8\u05ea \u05e4\u05e2\u05d5\u05dc\u05d4, \u05d5\u05dc\u05d0 \u05e2\u05e9\u05d9\u05ea\u05d4 \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05de \u05e2\u05dc \u05e9\u05d3\u05d5\u05ea. \u05d0\u05ea\u05d4 \u05db\u05e0\u05e8\u05d0\u05d4 \u05de\u05d7\u05e4\u05e9 \u05d0\u05ea \u05d4\u05db\u05e4\u05ea\u05d5\u05e8 \u05dc\u05dc\u05db\u05ea \u05d1\u05de\u05e7\u05d5\u05dd \u05d4\u05db\u05e4\u05ea\u05d5\u05e8 \u05dc\u05e9\u05de\u05d5\u05e8.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u05d1\u05d7\u05e8\u05ea \u05e4\u05e2\u05d5\u05dc\u05d4, \u05d0\u05d1\u05dc \u05e2\u05d5\u05d3 \u05dc\u05d0 \u05e9\u05de\u05e8\u05ea \u05d0\u05ea \u05d4\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05dc\u05e9\u05d3\u05d5\u05ea \u05d1\u05d5\u05d3\u05d3\u05d9\u05dd. \u05d0\u05e0\u05d0 \u05dc\u05d7\u05e5 \u05e2\u05dc \u05d0\u05d9\u05e9\u05d5\u05e8 \u05db\u05d3\u05d9 \u05dc\u05e9\u05de\u05d5\u05e8. \u05d9\u05d4\u05d9\u05d4 \u05e2\u05dc\u05d9\u05da \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05d0\u05ea \u05d4\u05e4\u05e2\u05d5\u05dc\u05d4 \u05e2\u05d5\u05d3 \u05e4\u05e2\u05dd.", - "You have successfully signed into %(currentProvider)s, but your %(currentProvider)s account does not have a linked %(platformName)s account. To link your accounts, sign in now using your %(platformName)s password.": "\u05e0\u05e8\u05e9\u05de\u05ea \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05dc-%(currentProvider)s, \u05d0\u05da \u05dc\u05d7\u05e9\u05d1\u05d5\u05df %(currentProvider)s\u05d0\u05d9\u05df \u05d7\u05e9\u05d1\u05d5\u05df %(platformName)s \u05de\u05e7\u05d5\u05e9\u05e8. \u05db\u05d3\u05d9 \u05dc\u05e7\u05e9\u05e8 \u05d0\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d5\u05ea\u05d9\u05d9\u05da, \u05d4\u05d9\u05db\u05e0\u05e1 \u05db\u05e2\u05ea \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05e1\u05d9\u05e1\u05de\u05ea %(platformName)s.", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "\u05d9\u05e9 \u05dc\u05da \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05e9\u05dc\u05d0 \u05e0\u05e9\u05de\u05e8\u05d5 \u05e2\u05dc \u05e9\u05d3\u05d5\u05ea \u05d9\u05d7\u05d9\u05d3\u05d5\u05ea. \u05d0\u05dd \u05d0\u05ea\u05d4 \u05de\u05e4\u05e2\u05d9\u05dc \u05e4\u05e2\u05d5\u05dc\u05d4, \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05e9\u05dc\u05d0 \u05e0\u05e9\u05de\u05e8\u05d5 \u05d9\u05d0\u05d1\u05d3\u05d5.", - "You haven't added any assets to this course yet.": "\u05e2\u05d3\u05d9\u05d9\u05df \u05dc\u05d0 \u05d4\u05d5\u05e1\u05e4\u05ea \u05e0\u05db\u05e1\u05d9\u05dd \u05dc\u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4.", - "You haven't added any content to this course yet.": " \u05dc\u05d0 \u05d4\u05d5\u05e1\u05e4\u05ea \u05e2\u05d3\u05d9\u05d9\u05df \u05ea\u05d5\u05db\u05df \u05dc\u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4.", - "You haven't added any textbooks to this course yet.": "\u05dc\u05d0 \u05d4\u05d5\u05e1\u05e4\u05ea \u05e2\u05d3\u05d9\u05d9\u05df \u05e1\u05e4\u05e8\u05d9 \u05dc\u05d9\u05de\u05d5\u05d3 \u05dc\u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4.", - "You must enter a valid email address in order to add a new team member": "\u05e2\u05dc\u05d9\u05da \u05dc\u05d4\u05d6\u05d9\u05df \u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05ea\u05e7\u05d9\u05e0\u05d4 \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d7\u05d1\u05e8 \u05e6\u05d5\u05d5\u05ea \u05d7\u05d3\u05e9.", - "You must provide a learner name.": "\u05e2\u05dc\u05d9\u05da \u05dc\u05e1\u05e4\u05e7 \u05e9\u05dd \u05dc\u05d5\u05de\u05d3.", - "You must sign out and sign back in before your language changes take effect.": "\u05e2\u05dc\u05d9\u05da \u05dc\u05e6\u05d0\u05ea \u05de\u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05d5\u05dc\u05d4\u05db\u05e0\u05e1 \u05d7\u05d6\u05e8\u05d4 \u05e2\u05dc \u05de\u05e0\u05ea \u05e9\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9 \u05d4\u05e9\u05e4\u05d4 \u05d9\u05d9\u05db\u05e0\u05e1\u05d5 \u05dc\u05ea\u05d5\u05e7\u05e3.", - "You must specify a name for the cohort": "\u05e2\u05dc\u05d9\u05da \u05dc\u05e6\u05d9\u05d9\u05df \u05e9\u05dd \u05e9\u05dc \u05e7\u05d1\u05d5\u05e6\u05ea \u05dc\u05d9\u05de\u05d5\u05d3", - "You need a computer that has a webcam. When you receive a browser prompt, make sure that you allow access to the camera.": "\u05d0\u05ea\u05d4 \u05d6\u05e7\u05d5\u05e7 \u05dc\u05de\u05d7\u05e9\u05d1 \u05d1\u05e2\u05dc \u05de\u05e6\u05dc\u05de\u05ea \u05e8\u05e9\u05ea. \u05d1\u05e7\u05d1\u05dc\u05ea \u05d4\u05e0\u05d7\u05d9\u05d9\u05ea \u05d3\u05e4\u05d3\u05e4\u05df, \u05d5\u05d3\u05d0 \u05db\u05d9 \u05d0\u05ea\u05d4 \u05de\u05d0\u05e4\u05e9\u05e8 \u05d2\u05d9\u05e9\u05d4 \u05dc\u05de\u05e6\u05dc\u05de\u05d4.", - "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "\u05d0\u05ea\u05d4 \u05d6\u05e7\u05d5\u05e7 \u05dc\u05e8\u05d9\u05e9\u05d9\u05d5\u05df \u05e0\u05d4\u05d9\u05d2\u05d4, \u05d3\u05e8\u05db\u05d5\u05df \u05d0\u05d5 \u05ea\u05e2\u05d5\u05d3\u05ea \u05de\u05d6\u05d4\u05d4 \u05d0\u05d7\u05e8\u05ea \u05e9\u05de\u05d5\u05e4\u05d9\u05e2\u05d9\u05dd \u05d1\u05d4 \u05e9\u05de\u05da \u05d5\u05ea\u05de\u05d5\u05e0\u05ea\u05da.", - "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "\u05d0\u05ea\u05d4 \u05d6\u05e7\u05d5\u05e7 \u05dc\u05ea\u05e2\u05d5\u05d3\u05d4 \u05de\u05d6\u05d4\u05d4 \u05e2\u05dd \u05e9\u05de\u05da \u05d5\u05e2\u05dd \u05ea\u05de\u05d5\u05e0\u05d4. \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05e8\u05d9\u05e9\u05d9\u05d5\u05df \u05e0\u05d4\u05d9\u05d2\u05d4, \u05d3\u05e8\u05db\u05d5\u05df \u05d0\u05d5 \u05ea\u05e2\u05d5\u05d3\u05d4 \u05de\u05d6\u05d4\u05d4 \u05d0\u05d7\u05e8\u05ea \u05e9\u05d4\u05d5\u05e0\u05e4\u05e7\u05d4 \u05e2\u05dc \u05d9\u05d3\u05d9 \u05d4\u05de\u05de\u05e9\u05dc\u05d4. ", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "\u05e2\u05dc\u05d9\u05e0\u05d5 \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05d0\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05da \u05dc\u05e4\u05e0\u05d9 \u05e9\u05ea\u05d5\u05db\u05dc \u05dc\u05d4\u05d9\u05e8\u05e9\u05dd \u05dc\u05e7\u05d5\u05e8\u05e1\u05d9\u05dd. \u05d7\u05e4\u05e9 \u05d4\u05d5\u05d3\u05e2\u05ea \u05d4\u05e4\u05e2\u05dc\u05d4 \u05d1\u05ea\u05d9\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05dc\u05da.", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "\u05e2\u05dc\u05d9\u05da \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05d0\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05da \u05dc\u05e4\u05e0\u05d9 \u05e9\u05ea\u05d5\u05db\u05dc \u05dc\u05d4\u05d9\u05e8\u05e9\u05dd \u05dc\u05e7\u05d5\u05e8\u05e1. \u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05ea\u05d9\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05e0\u05db\u05e0\u05e1 \u05e9\u05dc\u05da \u05dc\u05d4\u05d5\u05d3\u05e2\u05ea \u05d4\u05e4\u05e2\u05dc\u05d4. \u05dc\u05d0\u05d7\u05e8 \u05d4\u05e9\u05dc\u05de\u05ea \u05e9\u05dc\u05d1 \u05d4\u05d4\u05e4\u05e2\u05dc\u05d4, \u05d9\u05e9 \u05d1\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea\u05da \u05dc\u05d7\u05d6\u05d5\u05e8 \u05d5\u05dc\u05e8\u05e2\u05e0\u05df \u05d3\u05e3 \u05d6\u05d4. ", - "You still need to visit the %(display_name)s website to complete the credit process.": "\u05e2\u05dc\u05d9\u05da \u05dc\u05d1\u05e7\u05e8 \u05e2\u05d3\u05d9\u05d9\u05df \u05d1\u05d0\u05ea\u05e8 \u05d4\u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 %(display_name)s \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05d0\u05ea \u05ea\u05d4\u05dc\u05d9\u05da \u05e7\u05d1\u05dc\u05ea \u05e0\u05e7\u05d5\u05d3\u05d5\u05ea \u05d4\u05d6\u05db\u05d5\u05ea.", - "You will not receive notification for emails that bounce, so double-check your spelling.": "\u05dc\u05d0 \u05ea\u05e7\u05d1\u05dc \u05d4\u05ea\u05e8\u05d0\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 \u05d4\u05d5\u05d3\u05e2\u05d5\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05dc\u05d0 \u05d9\u05d2\u05d9\u05e2\u05d5 \u05dc\u05d9\u05e2\u05d3\u05df, \u05e0\u05d0 \u05d1\u05d3\u05d5\u05e7 \u05e9\u05d5\u05d1 \u05d0\u05ea \u05d4\u05d0\u05d9\u05d5\u05ea. ", - "You will use your webcam to take a picture of your face and of your government-issued photo ID.": "\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05de\u05e6\u05dc\u05de\u05ea \u05d4\u05e8\u05e9\u05ea \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e6\u05dc\u05dd \u05d0\u05ea \u05ea\u05de\u05d5\u05e0\u05ea \u05e4\u05e0\u05d9\u05da \u05d5\u05d0\u05ea \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4, \u05e9\u05d4\u05d5\u05e0\u05e4\u05e7\u05d4 \u05d1\u05d9\u05d3\u05d9 \u05d4\u05de\u05de\u05e9\u05dc\u05d4, \u05e2\u05dd \u05d4\u05ea\u05de\u05d5\u05e0\u05d4.", - "You!": "\u05d0\u05ea\u05d4!", - "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "\u05d0\u05ea\u05dd \u05e2\u05d5\u05de\u05d3\u05d9\u05dd \u05dc\u05d4\u05d2\u05d9\u05e9 \u05ea\u05e9\u05d5\u05d1\u05d4 \u05e2\u05d1\u05d5\u05e8 \u05de\u05d8\u05dc\u05d4 \u05d6\u05d5. \u05dc\u05d0 \u05ea\u05d5\u05db\u05dc\u05d5 \u05dc\u05d1\u05e6\u05e2 \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd \u05d0\u05d5 \u05dc\u05d4\u05d2\u05d9\u05e9 \u05ea\u05e9\u05d5\u05d1\u05d5\u05ea \u05e0\u05d5\u05e1\u05e4\u05d5\u05ea \u05dc\u05d0\u05d7\u05e8 \u05d4\u05d4\u05d2\u05e9\u05d4. ", - "You've made some changes": "\u05d1\u05d9\u05e6\u05e2\u05ea \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd", - "You've made some changes, but there are some errors": "\u05d1\u05d9\u05e6\u05e2\u05ea \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05d0\u05da \u05d9\u05e9\u05e0\u05df \u05de\u05e1\u05e4\u05e8 \u05e9\u05d2\u05d9\u05d0\u05d5\u05ea", - "You've successfully signed into %(currentProvider)s.": "\u05d4\u05ea\u05d7\u05d1\u05e8\u05ea \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05dc%(currentProvider)s.", - "Your ID must be a government-issued photo ID that clearly shows your face.": "\u05d4\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05de\u05d6\u05d4\u05d4 \u05e9\u05dc\u05da \u05d7\u05d9\u05d9\u05d1\u05ea \u05dc\u05d4\u05d9\u05d5\u05ea \u05ea\u05e2\u05d5\u05d3\u05d4 \u05e9\u05d4\u05d5\u05e0\u05e4\u05e7\u05d4 \u05d1\u05d9\u05d3\u05d9 \u05d4\u05de\u05de\u05e9\u05dc\u05d4 \u05d5\u05d1\u05e2\u05dc\u05ea \u05ea\u05de\u05d5\u05e0\u05d4 \u05d4\u05de\u05e6\u05d9\u05d2\u05d4 \u05d1\u05d1\u05d9\u05e8\u05d5\u05e8 \u05d0\u05ea \u05e4\u05e0\u05d9\u05da.", - "Your changes have been saved.": "\u05d4\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05e0\u05e9\u05de\u05e8\u05d5", - "Your changes will not take effect until you save your progress.": "\u05d4\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05e9\u05d1\u05d9\u05e6\u05e2\u05ea \u05dc\u05d0 \u05d9\u05db\u05e0\u05e1\u05d5 \u05dc\u05e4\u05d5\u05e2\u05dc \u05e2\u05d3 \u05e9\u05ea\u05e9\u05de\u05d5\u05e8 \u05d0\u05ea \u05e2\u05d1\u05d5\u05d3\u05ea\u05da.", - "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "\u05d4\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05e9\u05d1\u05d9\u05e6\u05e2\u05ea \u05dc\u05d0 \u05d9\u05db\u05e0\u05e1\u05d5 \u05dc\u05ea\u05d5\u05e7\u05e3 \u05e2\u05d3 \u05e9\u05ea\u05e9\u05de\u05d5\u05e8 \u05d0\u05ea \u05d4\u05d4\u05ea\u05e7\u05d3\u05de\u05d5\u05ea\u05da. \u05e9\u05d9\u05dd \u05dc\u05d1 \u05dc\u05e2\u05d9\u05e6\u05d5\u05d1 \u05d4\u05e7\u05d5 \u05d5\u05d4\u05e2\u05e8\u05da, \u05de\u05d0\u05d7\u05e8 \u05e9\u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05d0\u05d9\u05e0\u05d5 \u05de\u05d5\u05d8\u05de\u05e2.", - "Your course could not be exported to XML. There is not enough information to identify the failed component. Inspect your course to identify any problematic components and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d9\u05d9\u05e6\u05d0 \u05d0\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1 \u05dc-XML. \u05d0\u05d9\u05df \u05de\u05d9\u05d3\u05e2 \u05d1\u05de\u05d9\u05d3\u05d4 \u05de\u05e1\u05e4\u05e7\u05ea \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d6\u05d4\u05d5\u05ea \u05d0\u05ea \u05d4\u05e8\u05db\u05d9\u05d1 \u05d4\u05db\u05d5\u05e9\u05dc. \u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1 \u05e9\u05dc\u05da \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d6\u05d4\u05d5\u05ea \u05e8\u05db\u05d9\u05d1\u05d9\u05dd \u05d1\u05e2\u05d9\u05d9\u05ea\u05d9\u05dd \u05d5\u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1. ", - "Your donation could not be submitted.": "\u05d4\u05ea\u05e8\u05d5\u05de\u05d4 \u05e9\u05dc\u05da \u05dc\u05d0 \u05d9\u05db\u05dc\u05d4 \u05dc\u05d4\u05ea\u05e7\u05d1\u05dc.", - "Your email message was successfully queued for sending. In courses with a large number of learners, email messages to learners might take up to an hour to be sent.": "\u05d4\u05d5\u05d3\u05e2\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e0\u05db\u05e0\u05e1\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05dc\u05d4\u05de\u05ea\u05e0\u05d4 \u05dc\u05de\u05e9\u05dc\u05d5\u05d7. \u05d1\u05e7\u05d5\u05e8\u05e1\u05d9\u05dd \u05e2\u05dd \u05de\u05e1\u05e4\u05e8 \u05d2\u05d3\u05d5\u05dc \u05e9\u05dc \u05dc\u05d5\u05de\u05d3\u05d9\u05dd, \u05d9\u05d9\u05ea\u05db\u05df \u05e9\u05d9\u05d9\u05e7\u05d7 \u05e2\u05d3 \u05e9\u05e2\u05d4 \u05e2\u05d3 \u05e9\u05d4\u05d5\u05d3\u05e2\u05d5\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05dc\u05db\u05dc \u05d4\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05d9\u05d9\u05e9\u05dc\u05d7\u05d5.", - "Your entire face fits inside the frame.": "\u05e4\u05e0\u05d9\u05da \u05de\u05ea\u05d0\u05d9\u05de\u05d9\u05dd \u05dc\u05d2\u05d1\u05d5\u05dc\u05d5\u05ea \u05d4\u05de\u05e1\u05d2\u05e8\u05ea.", - "Your face is well-lit.": "\u05e4\u05e0\u05d9\u05da \u05de\u05d5\u05d0\u05e8\u05d5\u05ea \u05d4\u05d9\u05d8\u05d1.", - "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "\u05d4\u05e7\u05d5\u05d1\u05e5 \u05e9\u05dc\u05da '{file}' \u05d4\u05d5\u05e2\u05dc\u05d4. \u05d0\u05e4\u05e9\u05e8 \u05dc\u05de\u05e2\u05e8\u05db\u05ea \u05db\u05de\u05d4 \u05d3\u05e7\u05d5\u05ea \u05dc\u05e2\u05d9\u05d1\u05d5\u05d3. ", - "Your file could not be uploaded": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05d0\u05ea \u05d4\u05e7\u05d5\u05d1\u05e5 \u05e9\u05dc\u05da", - "Your file has been deleted.": "\u05d4\u05e7\u05d5\u05d1\u05e5 \u05e9\u05dc\u05da \u05e0\u05de\u05d7\u05e7", - "Your library could not be exported to XML. There is not enough information to identify the failed component. Inspect your library to identify any problematic components and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d9\u05d9\u05e6\u05d0 \u05d0\u05ea \u05e1\u05e4\u05e8\u05d9\u05d9\u05ea\u05da \u05dc\u05e7\u05d5\u05d1\u05e5 XML. \u05d0\u05d9\u05df \u05de\u05d9\u05d3\u05e2 \u05d1\u05de\u05d9\u05d3\u05d4 \u05de\u05e1\u05e4\u05e7\u05ea \u05dc\u05d6\u05d9\u05d4\u05d5\u05d9 \u05d4\u05e8\u05db\u05d9\u05d1 \u05d4\u05db\u05d5\u05e9\u05dc. \u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05e1\u05e4\u05e8\u05d9\u05d9\u05ea\u05da, \u05d6\u05d4\u05d4 \u05e8\u05db\u05d9\u05d1\u05d9\u05dd \u05d1\u05e2\u05d9\u05ea\u05d9\u05d9\u05dd \u05d5\u05dc\u05d0\u05d7\u05e8 \u05de\u05db\u05df \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1. ", - "Your message cannot be blank.": "\u05d4\u05d5\u05d3\u05e2\u05ea\u05da \u05d0\u05d9\u05e0\u05d4 \u05d9\u05db\u05d5\u05dc\u05d4 \u05dc\u05d4\u05d9\u05d5\u05ea \u05e8\u05d9\u05e7\u05d4.", - "Your message must have a subject.": "\u05d4\u05d5\u05d3\u05e2\u05ea\u05da \u05d7\u05d9\u05d9\u05d1\u05ea \u05dc\u05d4\u05db\u05d9\u05dc \u05e0\u05d5\u05e9\u05d0.", - "Your message must have at least one target.": "\u05d4\u05d4\u05d5\u05d3\u05e2\u05d4 \u05e9\u05dc\u05da \u05d7\u05d9\u05d9\u05d1\u05ea \u05dc\u05d4\u05db\u05d9\u05dc \u05d9\u05e2\u05d3 \u05d0\u05d7\u05d3 \u05dc\u05e4\u05d7\u05d5\u05ea.", - "Your policy changes have been saved.": "\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9 \u05de\u05d3\u05d9\u05e0\u05d9\u05d5\u05ea\u05da \u05e0\u05e9\u05de\u05e8\u05d5.", - "Your post will be discarded.": "\u05d4\u05e4\u05d5\u05e1\u05d8 \u05e9\u05dc\u05da \u05d9\u05d1\u05d5\u05d8\u05dc.", - "Your question or idea (required)": "\u05e9\u05d0\u05dc\u05ea\u05da \u05d0\u05d5 \u05e8\u05e2\u05d9\u05d5\u05e0\u05da (\u05d7\u05d5\u05d1\u05d4)", - "Your request could not be completed due to a server problem. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05d0\u05ea \u05d1\u05e7\u05e9\u05ea\u05da \u05d1\u05d2\u05dc\u05dc \u05d1\u05e2\u05d9\u05d4 \u05d1\u05e9\u05e8\u05ea. \u05d8\u05e2\u05df \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05d4\u05d3\u05e3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1. \u05d0\u05dd \u05d4\u05d1\u05e2\u05d9\u05d4 \u05e0\u05de\u05e9\u05db\u05ea, \u05dc\u05d7\u05e5 \u05e2\u05dc \u05d4\u05dc\u05e9\u05d5\u05e0\u05d9\u05ea '\u05e2\u05d6\u05e8\u05d4' \u05db\u05d3\u05d9 \u05dc\u05d3\u05d5\u05d5\u05d7 \u05e2\u05dc \u05d4\u05d1\u05e2\u05d9\u05d4.", - "Your request could not be completed. Reload the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05d0\u05ea \u05d1\u05e7\u05e9\u05ea\u05da. \u05d8\u05e2\u05df \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05d4\u05d3\u05e3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", - "Your request could not be completed. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05d0\u05ea \u05d1\u05e7\u05e9\u05ea\u05da. \u05d8\u05e2\u05df \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05d4\u05d3\u05e3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1. \u05d0\u05dd \u05d4\u05d1\u05e2\u05d9\u05d4 \u05e0\u05de\u05e9\u05db\u05ea, \u05dc\u05d7\u05e5 \u05e2\u05dc \u05d4\u05dc\u05e9\u05d5\u05e0\u05d9\u05ea '\u05e2\u05d6\u05e8\u05d4' \u05db\u05d3\u05d9 \u05dc\u05d3\u05d5\u05d5\u05d7 \u05e2\u05dc \u05d4\u05d1\u05e2\u05d9\u05d4.", - "Your request could not be processed. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e2\u05d1\u05d3 \u05d0\u05ea \u05d1\u05e7\u05e9\u05ea\u05da. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", - "Your team could not be created.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d9\u05e6\u05d5\u05e8 \u05d0\u05ea \u05d4\u05e6\u05d5\u05d5\u05ea \u05e9\u05dc\u05da.", - "Your team could not be updated.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e2\u05d3\u05db\u05df \u05d0\u05ea \u05d4\u05e6\u05d5\u05d5\u05ea \u05e9\u05dc\u05da.", - "Your upload of '{file}' failed.": "\u05d4\u05e2\u05dc\u05ea \u05e7\u05d5\u05d1\u05e5 '{file}' \u05e0\u05db\u05e9\u05dc\u05d4.", - "Your upload of '{file}' succeeded.": "\u05d4\u05e7\u05d5\u05d1\u05e5 '{file}' \u05e0\u05d8\u05e2\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4.", - "Your verification status is good until {verificationGoodUntil}.": "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05e9\u05dc\u05da \u05ea\u05e7\u05e3 \u05e2\u05d3 {verificationGoodUntil}.", - "Your video uploads are not complete.": "\u05d4\u05e2\u05dc\u05d0\u05d5\u05ea \u05e1\u05e8\u05d8\u05d5\u05e0\u05d9 \u05d4\u05d5\u05d5\u05d9\u05d3\u05d0\u05d5 \u05dc\u05d0 \u05d4\u05d5\u05e9\u05dc\u05de\u05d5.", - "Yourself": "\u05d0\u05ea\u05d4", - "Zoom In": "\u05d4\u05ea\u05e7\u05e8\u05d1", - "Zoom Out": "\u05d4\u05ea\u05e8\u05d7\u05e7", - "[no tags]": "[no tags]", - "active proctored exams": "\u05de\u05d1\u05d7\u05e0\u05d9\u05dd \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05e4\u05e2\u05d9\u05dc", - "and others": "\u05d5\u05d0\u05d7\u05e8\u05d9\u05dd", - "anonymous": "\u05d0\u05e0\u05d5\u05e0\u05d9\u05de\u05d9", - "answered question": "\u05e9\u05d0\u05dc\u05d4 \u05e9\u05e0\u05e2\u05e0\u05ea\u05d4", - "bytes": "bytes", - "certificate": "\u05ea\u05e2\u05d5\u05d3\u05d4", - "close": "\u05e1\u05d2\u05d5\u05e8", - "content group": "\u05e7\u05d1\u05d5\u05e6\u05ea \u05ea\u05d5\u05db\u05df", - "could not determine the course_id": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d2\u05d3\u05d9\u05e8 \u05d0\u05ea \u05de\u05d6\u05d4\u05d4 \u05d4\u05e7\u05d5\u05e8\u05e1", - "course id": "\u05de\u05d6\u05d4\u05d4 \u05e7\u05d5\u05e8\u05e1", - "courses with active proctored exams": "\u05e7\u05d5\u05e8\u05e1\u05d9\u05dd \u05e2\u05dd \u05de\u05d1\u05d7\u05e0\u05d9\u05dd \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05e4\u05e2\u05d9\u05dc", - "delete chapter": "\u05de\u05d7\u05e7 \u05e4\u05e8\u05e7", - "delete group": "\u05de\u05d7\u05e7 \u05e7\u05d1\u05d5\u05e6\u05d5\u05ea", - "details about the failure": "\u05e4\u05e8\u05d8\u05d9\u05dd \u05d0\u05d5\u05d3\u05d5\u05ea \u05d7\u05d5\u05e1\u05e8 \u05d4\u05d4\u05e6\u05dc\u05d7\u05d4", - "discussion": "\u05d3\u05d9\u05d5\u05df", - "dragging": "\u05d2\u05d5\u05e8\u05e8", - "dragging out of slider": "\u05d2\u05d5\u05e8\u05e8 \u05de\u05d7\u05d5\u05e5 \u05dc\u05e9\u05e7\u05d5\u05e4\u05d9\u05ea", - "dropped in slider": "\u05e9\u05d5\u05d7\u05e8\u05e8 \u05e2\u05dc \u05d4\u05de\u05d7\u05d5\u05d5\u05df", - "dropped on target": "\u05e9\u05d5\u05d7\u05e8\u05e8 \u05e2\u05dc \u05d4\u05de\u05d8\u05e8\u05d4", - "e.g. 'Sky with clouds'. The description is helpful for users who cannot see the image.": "\u05dc\u05d3\u05d5\u05d2\u05de\u05d4 '\u05e9\u05de\u05d9\u05d9\u05dd \u05e2\u05dd \u05e2\u05e0\u05e0\u05d9\u05dd'. \u05d4\u05ea\u05d9\u05d0\u05d5\u05e8 \u05de\u05d5\u05e2\u05d9\u05dc \u05dc\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05e9\u05d0\u05d9\u05e0\u05dd \u05d9\u05db\u05d5\u05dc\u05d9\u05dd \u05dc\u05e8\u05d0\u05d5\u05ea \u05d0\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d4.", - "e.g. 'google'": "\u05dc\u05d3\u05d5\u05d2\u05de\u05d4: 'google'", - "e.g. 'http://google.com'": "\u05dc\u05de\u05e9\u05dc 'http://google.com'", - "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "\u05dc\u05d3\u05d5\u05d2\u05de\u05d4 johndoe@example.com, JaneDoe, joeydoe@example.com", - "emphasized text": "\u05d8\u05e7\u05e1\u05d8 \u05de\u05d5\u05d3\u05d2\u05e9", - "endorsed %(time_ago)s": "\u05d0\u05d5\u05e9\u05e8 %(time_ago)s", - "endorsed %(time_ago)s by %(user)s": "\u05d0\u05d5\u05e9\u05e8 %(time_ago)s \u05d1\u05d9\u05d3\u05d9 %(user)s", - "enter code here": "\u05d4\u05d6\u05df \u05e7\u05d5\u05d3 \u05db\u05d0\u05df", - "enter link description here": "\u05d4\u05d6\u05df \u05ea\u05d9\u05d0\u05d5\u05e8 \u05e7\u05d9\u05e9\u05d5\u05e8 \u05db\u05d0\u05df", - "follow this post": "\u05e2\u05e7\u05d5\u05d1 \u05d0\u05d7\u05e8 \u05e4\u05d5\u05e1\u05d8 \u05d6\u05d4", - "group configuration": "\u05d4\u05d2\u05d3\u05e8\u05ea \u05e7\u05d1\u05d5\u05e6\u05d4", - "image omitted": "\u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05e0\u05de\u05d7\u05e7\u05d4", - "internally reviewed": "\u05d1\u05d9\u05e7\u05d5\u05e8\u05ea \u05e4\u05e0\u05d9\u05de\u05d9\u05ea", - "last activity": "\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d0\u05d7\u05e8\u05d5\u05e0\u05d4", - "marked as answer %(time_ago)s": "\u05e1\u05d5\u05de\u05df \u05db\u05ea\u05e9\u05d5\u05d1\u05d4 %(time_ago)s", - "marked as answer %(time_ago)s by %(user)s": "\u05e1\u05d5\u05de\u05df \u05db\u05ea\u05e9\u05d5\u05d1\u05d4 \u05e2\u05dc \u05d9\u05d3\u05d9 %(time_ago)s \u05e2\u05dc \u05d9\u05d3\u05d9%(user)s", - "minutes": "\u05d3\u05e7\u05d5\u05ea", - "name": "\u05e9\u05dd", - "one letter Friday\u0004F": "\u05e9", - "one letter Monday\u0004M": "\u05e9", - "one letter Saturday\u0004S": "\u05e9", - "one letter Sunday\u0004S": "\u05e8", - "one letter Thursday\u0004T": "\u05d7", - "one letter Tuesday\u0004T": "\u05e9", - "one letter Wednesday\u0004W": "\u05e8", - "open slots": "\u05de\u05e9\u05d1\u05e6\u05d5\u05ea \u05e4\u05ea\u05d5\u05d7\u05d5\u05ea", - "or": "\u05d0\u05d5", - "or create a new one here": "\u05d0\u05d5 \u05e6\u05d5\u05e8 \u05d0\u05d7\u05d3 \u05d7\u05d3\u05e9 \u05db\u05d0\u05df", - "or sign in with": "\u05d0\u05d5 \u05d4\u05ea\u05d7\u05d1\u05e8 \u05e2\u05dd", - "path/to/introductionToCookieBaking-CH{order}.pdf": "path/to/introductionToCookieBaking-CH{order}.pdf", - "pending": "\u05de\u05de\u05ea\u05d9\u05df \u05dc\u05d0\u05d9\u05e9\u05d5\u05e8", - "post anonymously": "\u05e9\u05dc\u05d7 \u05d1\u05d0\u05d5\u05e4\u05df \u05d0\u05e0\u05d5\u05e0\u05d9\u05de\u05d9", - "post anonymously to classmates": "\u05e9\u05dc\u05d7 \u05d1\u05d0\u05d5\u05e4\u05df \u05d0\u05e0\u05d5\u05e0\u05d9\u05de\u05d9 \u05dc\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd \u05d0\u05d7\u05e8\u05d9\u05dd", - "posted %(time_ago)s by %(author)s": "\u05e0\u05e8\u05e9\u05dd %(time_ago)s \u05d1\u05d9\u05d3\u05d9 %(author)s", - "practice": "\u05ea\u05e8\u05d2\u05d5\u05dc", - "price": "\u05de\u05d7\u05d9\u05e8", - "provide the title/name of the chapter that will be used in navigating": "\u05e1\u05e4\u05e7 \u05d0\u05ea \u05d4\u05db\u05d5\u05ea\u05e8\u05ea/\u05e9\u05dd \u05d4\u05e4\u05e8\u05e7 \u05e9\u05d9\u05d9\u05e2\u05e9\u05d4 \u05d1\u05d5 \u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05e0\u05d9\u05d5\u05d5\u05d8", - "provide the title/name of the text book as you would like your students to see it": "\u05e1\u05e4\u05e7 \u05d0\u05ea \u05d4\u05db\u05d5\u05ea\u05e8\u05ea \u05d0\u05d5 \u05e9\u05dd \u05e1\u05e4\u05e8 \u05d4\u05e7\u05d5\u05e8\u05e1 \u05db\u05e4\u05d9 \u05e9\u05d4\u05d9\u05d9\u05ea \u05e8\u05d5\u05e6\u05d4 \u05e9\u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd \u05d9\u05d9\u05e8\u05d0\u05d5", - "remove": "\u05d4\u05e1\u05e8", - "remove all": "\u05d4\u05e1\u05e8 \u05d4\u05db\u05dc", - "satisfactory": "\u05e9\u05d1\u05d9\u05e2\u05d5\u05ea \u05e8\u05e6\u05d5\u05df", - "send an email message to {email}": "\u05e9\u05dc\u05d7 \u05d4\u05d5\u05d3\u05e2\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05dc{email}", - "strong text": "\u05d8\u05e7\u05e1\u05d8 \u05d7\u05d6\u05e7", - "team count": "\u05e1\u05e4\u05d9\u05e8\u05ea \u05e6\u05d5\u05d5\u05ea", + ], + "Visibility": "\u05ea\u05e6\u05d5\u05d2\u05d4", + "Visible to": "\u05d2\u05dc\u05d5\u05d9 \u05e2\u05d1\u05d5\u05e8:", + "Visible to Staff Only": "\u05d2\u05dc\u05d5\u05d9 \u05dc\u05e6\u05d5\u05d5\u05ea \u05d1\u05dc\u05d1\u05d3", + "Vote for good posts and responses": "\u05d4\u05e6\u05d1\u05e2 \u05dc\u05e4\u05d5\u05e1\u05d8\u05d9\u05dd \u05d5\u05ea\u05e9\u05d5\u05d1\u05d5\u05ea \u05de\u05d5\u05e6\u05dc\u05d7\u05d5\u05ea", + "Vote for this post,": "\u05d4\u05e6\u05d1\u05e2 \u05dc\u05e4\u05d5\u05e1\u05d8 \u05d6\u05d4,", + "Waiting": "\u05d1\u05d4\u05de\u05ea\u05e0\u05d4", + "Want to confirm your identity later?": "\u05e8\u05d5\u05e6\u05d4 \u05dc\u05d0\u05de\u05ea \u05d0\u05ea \u05d6\u05d4\u05d5\u05ea\u05da \u05de\u05d0\u05d5\u05d7\u05e8 \u05d9\u05d5\u05ea\u05e8?", + "Warning": "\u05d0\u05d6\u05d4\u05e8\u05d4", + "Warnings": "\u05d0\u05d6\u05d4\u05e8\u05d5\u05ea", + "We ask you to activate your account to ensure it is really you creating the account and to prevent fraud.": "\u05d0\u05e0\u05d5 \u05de\u05d1\u05e7\u05e9\u05d9\u05dd \u05de\u05de\u05da \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05d0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05db\u05d3\u05d9 \u05dc\u05d5\u05d5\u05d3\u05d0 \u05e9\u05d0\u05ea\u05d4 \u05d0\u05db\u05df \u05d9\u05e6\u05e8\u05ea \u05d0\u05d5\u05ea\u05d5 \u05d5\u05db\u05d3\u05d9 \u05dc\u05de\u05e0\u05d5\u05e2 \u05d4\u05d5\u05e0\u05d0\u05d4.", + "We couldn't create your account.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d9\u05e6\u05d5\u05e8 \u05d0\u05ea \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05da. ", + "We couldn't find any results for \"%s\".": "\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d4 \u05d0\u05e3 \u05ea\u05d5\u05e6\u05d0\u05d4 \u05e2\u05d1\u05d5\u05e8 \"%s\".", + "We couldn't sign you in.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d7\u05d1\u05e8 \u05d0\u05d5\u05ea\u05da.", + "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "\u05e7\u05d9\u05d1\u05dc\u05e0\u05d5 \u05d0\u05ea \u05d4\u05de\u05d9\u05d3\u05e2 \u05e9\u05dc\u05da \u05d5\u05d0\u05e0\u05d5 \u05de\u05d0\u05de\u05ea\u05d9\u05dd \u05d0\u05ea \u05d6\u05d4\u05d5\u05ea\u05da. \u05ea\u05e8\u05d0\u05d4 \u05d4\u05d5\u05d3\u05e2\u05d4 \u05d1\u05dc\u05d5\u05d7 \u05d4\u05d1\u05e7\u05e8\u05d4 \u05db\u05d0\u05e9\u05e8 \u05d9\u05d5\u05e9\u05dc\u05dd \u05ea\u05d4\u05dc\u05d9\u05da \u05d4\u05d0\u05d9\u05de\u05d5\u05ea (\u05dc\u05e8\u05d5\u05d1 \u05ea\u05d5\u05da \u05d9\u05d5\u05dd \u05d0\u05d5 \u05d9\u05d5\u05de\u05d9\u05d9\u05dd). \u05d1\u05d9\u05e0\u05ea\u05d9\u05d9\u05dd, \u05ea\u05d5\u05db\u05dc \u05dc\u05d2\u05e9\u05ea \u05e2\u05d3\u05d9\u05d9\u05df \u05dc\u05db\u05dc \u05ea\u05d5\u05db\u05df \u05d4\u05e7\u05d5\u05e8\u05e1 \u05d4\u05d6\u05de\u05d9\u05df.", + "We just need a little more information before you start learning with %(platformName)s.": "\u05d0\u05e0\u05d5 \u05d6\u05e7\u05d5\u05e7\u05d9\u05dd \u05dc\u05de\u05d9\u05d3\u05e2 \u05e0\u05d5\u05e1\u05e3 \u05dc\u05e4\u05e0\u05d9 \u05e9\u05ea\u05ea\u05d7\u05d9\u05dc \u05dc\u05dc\u05de\u05d5\u05d3 \u05e2\u05dd %(platformName)s.", + "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "\u05d0\u05e0\u05d5 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05e8\u05de\u05d5\u05ea \u05d4\u05d2\u05d1\u05d5\u05d4\u05d5\u05ea \u05d1\u05d9\u05d5\u05ea\u05e8 \u05e9\u05dc \u05d0\u05d1\u05d8\u05d7\u05d4 \u05dc\u05d4\u05e6\u05e4\u05d9\u05df \u05d0\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05e9\u05dc\u05da \u05d5\u05dc\u05e9\u05dc\u05d5\u05d7 \u05d0\u05d5\u05ea\u05d4 \u05dc\u05d1\u05d3\u05d9\u05e7\u05d4 \u05d1\u05e9\u05d9\u05e8\u05d5\u05ea \u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05e9\u05dc\u05e0\u05d5. \u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05d5\u05d4\u05de\u05d9\u05d3\u05e2 \u05d4\u05d0\u05d9\u05e9\u05d9 \u05e9\u05dc\u05da \u05dc\u05d0 \u05e0\u05e9\u05de\u05e8\u05d9\u05dd \u05d0\u05d5 \u05d2\u05dc\u05d5\u05d9\u05d9\u05dd \u05d1\u05d0\u05e3 \u05de\u05e7\u05d5\u05dd \u05d1-%(platformName)s \u05dc\u05d0\u05d7\u05e8 \u05d4\u05e9\u05dc\u05de\u05ea \u05ea\u05d4\u05dc\u05d9\u05da \u05d0\u05d9\u05de\u05d5\u05ea \u05d4\u05d6\u05d4\u05d5\u05ea. ", + "We've encountered an error. Refresh your browser and then try again.": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05d3\u05e4\u05d3\u05e4\u05df \u05e9\u05dc\u05da \u05d5\u05d0\u05d6 \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", + "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "\u05e9\u05dc\u05d7\u05e0\u05d5 \u05d4\u05d5\u05d3\u05e2\u05ea \u05d0\u05d9\u05e9\u05d5\u05e8 \u05d0\u05dc {new_email_address}. \u05dc\u05d7\u05e5 \u05e2\u05dc \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8 \u05e9\u05d1\u05d4\u05d5\u05d3\u05e2\u05d4 \u05db\u05d3\u05d9 \u05dc\u05e2\u05d3\u05db\u05df \u05d0\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05dc\u05da.", + "Web:": "\u05d0\u05ea\u05e8 \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8:", + "Webcam": "\u05de\u05e6\u05dc\u05de\u05ea \u05e8\u05e9\u05ea", + "Weight of Total Grade": "\u05de\u05e9\u05e7\u05dc \u05e1\u05da \u05d4\u05e6\u05d9\u05d5\u05df", + "What You Need for Verification": "\u05de\u05d4 \u05d0\u05ea\u05d4 \u05e6\u05e8\u05d9\u05da \u05dc\u05d0\u05d9\u05de\u05d5\u05ea", + "What does %(platformName)s do with this photo?": "\u05de\u05d4 %(platformName)s \u05e2\u05d5\u05e9\u05d4 \u05e2\u05dd \u05ea\u05de\u05d5\u05e0\u05d4 \u05d6\u05d5?", + "What does this mean?": "\u05de\u05d4 \u05d4\u05de\u05e9\u05de\u05e2\u05d5\u05ea \u05e9\u05dc \u05d6\u05d4?", + "What's Your Next Accomplishment?": "\u05de\u05d4\u05d5 \u05d4\u05d4\u05d9\u05e9\u05d2 \u05d4\u05d1\u05d0 \u05e9\u05dc\u05da?", + "When your face is in position, use the camera button {icon} below to take your photo.": "\u05db\u05d0\u05e9\u05e8 \u05e4\u05e0\u05d9\u05da \u05de\u05de\u05d5\u05e7\u05de\u05d5\u05ea, \u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05dc\u05d7\u05e6\u05df \u05d4\u05de\u05e6\u05dc\u05de\u05d4 {icon} \u05e9\u05dc\u05de\u05d8\u05d4 \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e6\u05dc\u05dd \u05d0\u05ea \u05ea\u05de\u05d5\u05e0\u05ea\u05da.", + "Which timed transcript would you like to use?": "\u05d1\u05d0\u05d9\u05d6\u05d4 \u05ea\u05de\u05dc\u05d9\u05dc \u05de\u05ea\u05d5\u05d6\u05de\u05df \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05e9\u05ea\u05de\u05e9?", + "Why activate?": "\u05de\u05d3\u05d5\u05e2 \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc?", + "Why does %(platformName)s need my photo?": "\u05de\u05d3\u05d5\u05e2 %(platformName)s \u05e6\u05e8\u05d9\u05db\u05d4 \u05d0\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05e9\u05dc\u05d9?", + "Will Be Visible To:": "\u05d9\u05d4\u05d9\u05d4 \u05d2\u05dc\u05d5\u05d9 \u05e2\u05d1\u05d5\u05e8:", + "Would you like to sign in using your %(providerName)s credentials?": "\u05d4\u05d0\u05dd \u05ea\u05e8\u05e6\u05d4 \u05dc\u05d4\u05d9\u05db\u05e0\u05e1 \u05dc\u05d7\u05e9\u05d1\u05d5\u05df \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05d4\u05e8\u05e9\u05d0\u05d5\u05ea %(providerName)s \u05e9\u05dc\u05da?", + "Year of Birth": "\u05e9\u05e0\u05ea \u05dc\u05d9\u05d3\u05d4", + "Yes, allow edits to the active Certificate": "\u05db\u05df, \u05d0\u05e4\u05e9\u05e8 \u05e2\u05e8\u05d9\u05db\u05d5\u05ea \u05d1\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05e4\u05e2\u05d9\u05dc\u05d4", + "Yes, replace the edX transcript with the YouTube transcript": "\u05db\u05df, \u05d4\u05d7\u05dc\u05e3 \u05d0\u05ea \u05ea\u05de\u05dc\u05d9\u05dc edX \u05d1\u05ea\u05de\u05dc\u05d9\u05dc \u05d9\u05d5\u05d8\u05d9\u05d5\u05d1", + "Yesterday": "\u05d0\u05ea\u05de\u05d5\u05dc", + "You already belong to another team.": "\u05d0\u05ea\u05d4 \u05db\u05d1\u05e8 \u05e9\u05d9\u05d9\u05da \u05dc\u05e6\u05d5\u05d5\u05ea \u05d0\u05d7\u05e8.", + "You are a member of this team.": "\u05d0\u05ea\u05d4 \u05d7\u05d1\u05e8 \u05d1\u05e6\u05d5\u05d5\u05ea \u05d6\u05d4.", + "You are currently sharing a limited profile.": "\u05d0\u05ea\u05d4 \u05de\u05e9\u05ea\u05e3 \u05db\u05e8\u05d2\u05e2 \u05e4\u05e8\u05d5\u05e4\u05d9\u05dc \u05d7\u05dc\u05e7\u05d9.", + "You are enrolling in: {courseName}": "\u05d0\u05ea\u05d4 \u05e0\u05e8\u05e9\u05dd \u05d1: {courseName}", + "You are not currently a member of any team.": "\u05d0\u05d9\u05e0\u05da \u05d7\u05d1\u05e8 \u05db\u05e8\u05d2\u05e2 \u05d1\u05d0\u05e3 \u05e6\u05d5\u05d5\u05ea.", + "You are not enrolled in any programs yet.": "\u05d0\u05d9\u05e0\u05da \u05e8\u05e9\u05d5\u05dd \u05e2\u05d3\u05d9\u05d9\u05df \u05d1\u05d0\u05e3 \u05ea\u05db\u05e0\u05d9\u05ea.", + "You are now enrolled as a verified student for:": "\u05d0\u05ea\u05d4 \u05e8\u05e9\u05d5\u05dd \u05db\u05e2\u05ea \u05db\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05e2\u05dd \u05d6\u05d4\u05d5\u05ea \u05de\u05d0\u05d5\u05de\u05ea\u05ea \u05e2\u05d1\u05d5\u05e8:", + "You are sending an email message with the subject {subject} to the following recipients.": "\u05d0\u05ea\u05d4 \u05e9\u05d5\u05dc\u05d7 \u05d4\u05d5\u05d3\u05e2\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e2\u05dd \u05d4\u05e0\u05d5\u05e9\u05d0 {subject} \u05dc\u05e0\u05de\u05e2\u05e0\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd.", + "You are upgrading your enrollment for: {courseName}": "\u05d0\u05ea\u05d4 \u05de\u05e9\u05d3\u05e8\u05d2 \u05d0\u05ea \u05d4\u05e8\u05e9\u05de\u05ea\u05da \u05dc: {courseName}", + "You can also retry this practice exam": "\u05d0\u05ea\u05d4 \u05d9\u05db\u05d5\u05dc \u05e0\u05e1\u05d5\u05ea \u05d2\u05dd \u05d0\u05ea \u05de\u05d1\u05d7\u05df \u05d4\u05ea\u05e8\u05d2\u05d5\u05dc \u05d4\u05d6\u05d4.", + "You can link your social media accounts to simplify signing in to {platform_name}.": "\u05e0\u05d9\u05ea\u05df \u05dc\u05e7\u05e9\u05e8 \u05d0\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d5\u05ea \u05d4\u05de\u05d3\u05d9\u05d4 \u05d4\u05d7\u05d1\u05e8\u05ea\u05d9\u05ea \u05db\u05d3\u05d9 \u05dc\u05e4\u05e9\u05d8 \u05d0\u05ea \u05d4\u05d7\u05d9\u05d1\u05d5\u05e8 \u05dc{platform_name}.", + "You can now enter your payment information and complete your enrollment.": "\u05d0\u05ea\u05d4 \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d6\u05d9\u05df \u05db\u05e2\u05ea \u05d0\u05ea \u05e4\u05e8\u05d8\u05d9 \u05d4\u05ea\u05e9\u05dc\u05d5\u05dd \u05e9\u05dc\u05da \u05d5\u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05d0\u05ea \u05d4\u05e8\u05e9\u05de\u05ea\u05da.", + "You can pay now even if you don't have the following items available, but you will need to have these by {date} to qualify to earn a Verified Certificate.": "\u05d0\u05ea\u05d4 \u05d9\u05db\u05d5\u05dc \u05dc\u05e9\u05dc\u05dd \u05e2\u05db\u05e9\u05d9\u05d5 \u05d0\u05e4\u05d9\u05dc\u05d5 \u05d0\u05dd \u05d0\u05d9\u05df \u05dc\u05da \u05d0\u05ea \u05d4\u05e4\u05e8\u05d9\u05d8\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd, \u05d0\u05d1\u05dc \u05ea\u05e6\u05d8\u05e8\u05da \u05d0\u05d5\u05ea\u05dd \u05e2\u05d3 {date} \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e2\u05de\u05d5\u05d3 \u05d1\u05ea\u05e0\u05d0\u05d9\u05dd \u05dc\u05e7\u05d1\u05dc\u05ea \u05ea\u05e2\u05d5\u05d3\u05ea \u05e1\u05d9\u05d5\u05dd \u05de\u05d0\u05d5\u05de\u05ea\u05ea. ", + "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "\u05d9\u05e9 \u05d1\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea\u05da \u05dc\u05e9\u05dc\u05dd \u05db\u05e2\u05ea \u05d2\u05dd \u05d0\u05dd \u05d0\u05d9\u05df \u05d1\u05e8\u05e9\u05d5\u05ea\u05da \u05d0\u05ea \u05d4\u05e4\u05e8\u05d8\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd, \u05d0\u05da \u05ea\u05d9\u05d3\u05e8\u05e9 \u05dc\u05d4\u05e9\u05dc\u05d9\u05de\u05dd \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05d9\u05d5\u05ea \u05d6\u05db\u05d0\u05d9 \u05dc\u05ea\u05e2\u05d5\u05d3\u05d4 \u05de\u05d0\u05d5\u05de\u05ea\u05ea.", + "You can remove members from this team, especially if they have not participated in the team's activity.": "\u05ea\u05d5\u05db\u05dc \u05dc\u05d4\u05e1\u05d9\u05e8 \u05d7\u05d1\u05e8\u05d9\u05dd \u05de\u05d4\u05e6\u05d5\u05d5\u05ea \u05d4\u05d6\u05d4, \u05d1\u05de\u05d9\u05d5\u05d7\u05d3 \u05d0\u05dd \u05dc\u05d0 \u05d4\u05e9\u05ea\u05ea\u05e4\u05d5 \u05d1\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d4\u05e6\u05d5\u05d5\u05ea.", + "You can upload files with these file types: ": "\u05d1\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea\u05da \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05e7\u05d1\u05e6\u05d9\u05dd \u05de\u05e1\u05d5\u05d2\u05d9\u05dd \u05d0\u05dc\u05d5:", + "You can use your {accountName} account to sign in to your {platformName} account.": "\u05e0\u05d9\u05ea\u05df \u05dc\u05e7\u05e9\u05e8 \u05d0\u05ea \u05d7\u05e9\u05d1\u05d5\u05df {accountName} \u05e9\u05dc\u05da \u05db\u05d3\u05d9 \u05dc\u05d4\u05ea\u05d7\u05d1\u05e8 \u05dc\u05d7\u05e9\u05d1\u05d5\u05df {platformName}.", + "You cannot view the course as a student or beta tester before the course release date.": "\u05d0\u05d9\u05e0\u05da \u05d9\u05db\u05d5\u05dc \u05dc\u05e6\u05e4\u05d5\u05ea \u05d1\u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4 \u05db\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8 \u05d0\u05d5 \u05de\u05e9\u05ea\u05de\u05e9 \u05d1\u05d2\u05e8\u05e1\u05ea \u05d4\u05d1\u05d8\u05d0 \u05dc\u05e4\u05e0\u05d9 \u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d4\u05e9\u05e7\u05d4 \u05e9\u05dc \u05d4\u05e7\u05d5\u05e8\u05e1.", + "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "\u05e9\u05d9\u05e0\u05d9\u05ea \u05d0\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d4-URL \u05e9\u05dc \u05e1\u05e8\u05d8\u05d5\u05df \u05d4\u05d5\u05d5\u05d9\u05d3\u05d0\u05d5 \u05d0\u05da \u05dc\u05d0 \u05e9\u05d9\u05e0\u05d9\u05ea \u05d0\u05ea \u05e7\u05d5\u05d1\u05e5 \u05d4\u05ea\u05de\u05dc\u05d9\u05dc \u05d4\u05de\u05ea\u05d5\u05d6\u05de\u05df. \u05d4\u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05e7\u05d5\u05d1\u05e5 \u05d4\u05ea\u05de\u05dc\u05d9\u05dc \u05d4\u05e0\u05d5\u05db\u05d7\u05d9 \u05d0\u05d5 \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05e7\u05d5\u05d1\u05e5 \u05ea\u05de\u05dc\u05d9\u05dc SRT \u05d7\u05d3\u05e9?", + "You commented...": "\u05d4\u05d2\u05d1\u05ea...", + "You could not be subscribed to this post. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e8\u05e9\u05d5\u05dd \u05d0\u05d5\u05ea\u05da \u05dc\u05e4\u05d5\u05e1\u05d8. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", + "You could not be unsubscribed from this post. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d1\u05d8\u05dc \u05d0\u05ea \u05d4\u05e8\u05d9\u05e9\u05d5\u05dd \u05e9\u05dc\u05da \u05dc\u05e4\u05d5\u05e1\u05d8. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", + "You currently have no cohorts configured": "\u05dc\u05d0 \u05de\u05d5\u05d2\u05d3\u05e8\u05d5\u05ea \u05db\u05e2\u05ea \u05e7\u05d1\u05d5\u05e6\u05d5\u05ea \u05dc\u05d9\u05de\u05d5\u05d3", + "You did not select a content group": "\u05dc\u05d0 \u05d1\u05d7\u05e8\u05ea \u05e7\u05d1\u05d5\u05e6\u05ea \u05ea\u05d5\u05db\u05df", + "You don't seem to have Flash installed. Get Flash to continue your verification.": "\u05e0\u05e8\u05d0\u05d4 \u05db\u05d9 \u05dc\u05d0 \u05de\u05d5\u05ea\u05e7\u05df \u05e4\u05dc\u05d0\u05e9. \u05d4\u05d5\u05e8\u05d3 \u05e4\u05dc\u05d0\u05e9 \u05db\u05d3\u05d9 \u05dc\u05d4\u05de\u05e9\u05d9\u05da \u05d1\u05ea\u05d4\u05dc\u05d9\u05da \u05d4\u05d0\u05d9\u05de\u05d5\u05ea.", + "You don't seem to have a webcam connected.": "\u05e0\u05e8\u05d0\u05d4 \u05db\u05d9 \u05dc\u05d0 \u05de\u05d7\u05d5\u05d1\u05e8\u05ea \u05de\u05e6\u05dc\u05de\u05ea \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8.", + "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e7\u05e8\u05d9\u05d8\u05e8\u05d9\u05d5\u05df. \u05ea\u05e6\u05d8\u05e8\u05da \u05dc\u05d1\u05d7\u05d5\u05e8 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 \u05d4\u05e7\u05e8\u05d9\u05d8\u05e8\u05d9\u05d5\u05df \u05d1\u05e9\u05dc\u05d1 \u05ea\u05e8\u05d2\u05d5\u05dc \u05d4\u05dc\u05d5\u05de\u05d3. \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d1\u05e6\u05e2 \u05d6\u05d0\u05ea, \u05dc\u05d7\u05e5 \u05e2\u05dc \u05d4\u05db\u05e8\u05d8\u05d9\u05e1\u05d9\u05d9\u05d4 '\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea'.", + "You have already verified your ID!": "\u05d0\u05d9\u05de\u05ea\u05ea \u05db\u05d1\u05e8 \u05d0\u05ea \u05d6\u05d4\u05d5\u05ea\u05da!", + "You have been logged out of your edX account. Click Okay to log in again now. Click Cancel to stay on this page (you must log in again to save your work).": "\u05d9\u05e6\u05d0\u05ea \u05de\u05d7\u05e9\u05d1\u05d5\u05df edX \u05e9\u05dc\u05da. \u05dc\u05d7\u05e5 \u05e2\u05dc '\u05d0\u05d9\u05e9\u05d5\u05e8' \u05db\u05d3\u05d9 \u05dc\u05d4\u05d9\u05db\u05e0\u05e1 \u05e9\u05d5\u05d1 \u05db\u05e2\u05ea. \u05dc\u05d7\u05e5 \u05e2\u05dc '\u05d1\u05d9\u05d8\u05d5\u05dc' \u05db\u05d3\u05d9 \u05dc\u05d4\u05d9\u05e9\u05d0\u05e8 \u05d1\u05e2\u05de\u05d5\u05d3 (\u05e2\u05dc\u05d9\u05da \u05dc\u05d4\u05d9\u05db\u05e0\u05e1 \u05e9\u05d5\u05d1 \u05db\u05d3\u05d9 \u05dc\u05e9\u05de\u05d5\u05e8 \u05d0\u05ea \u05de\u05d4 \u05e9\u05e2\u05e9\u05d9\u05ea).", + "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "\u05de\u05d7\u05e7\u05ea \u05e7\u05e8\u05d9\u05d8\u05e8\u05d9\u05d5\u05df. \u05d4\u05e7\u05e8\u05d9\u05d8\u05e8\u05d9\u05d5\u05df \u05d4\u05d5\u05e1\u05e8 \u05de\u05d4\u05ea\u05e9\u05d5\u05d1\u05d5\u05ea \u05dc\u05d3\u05d5\u05d2\u05de\u05d4 \u05e9\u05d1\u05e9\u05dc\u05d1 \u05ea\u05e8\u05d2\u05d5\u05dc \u05d4\u05dc\u05d5\u05de\u05d3.", + "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "\u05de\u05d7\u05e7\u05ea \u05d0\u05ea \u05db\u05dc \u05d4\u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 \u05e7\u05e8\u05d9\u05d8\u05e8\u05d9\u05d5\u05df \u05d6\u05d4. \u05d4\u05e7\u05e8\u05d9\u05d8\u05e8\u05d9\u05d5\u05df \u05d4\u05d5\u05e1\u05e8 \u05de\u05d4\u05ea\u05e9\u05d5\u05d1\u05d5\u05ea \u05dc\u05d3\u05d5\u05d2\u05de\u05d4 \u05e9\u05d1\u05e9\u05dc\u05d1 \u05ea\u05e8\u05d2\u05d5\u05dc \u05d4\u05dc\u05d5\u05de\u05d3.", + "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "\u05de\u05d7\u05e7\u05ea \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea. \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05d6\u05d5 \u05d4\u05d5\u05e1\u05e8\u05d4 \u05de\u05d4\u05e7\u05e8\u05d9\u05d8\u05e8\u05d9\u05d5\u05df \u05e9\u05dc\u05d4 \u05d1\u05ea\u05e9\u05d5\u05d1\u05d5\u05ea \u05dc\u05d3\u05d5\u05d2\u05de\u05d4 \u05e9\u05d1\u05e9\u05dc\u05d1 \u05ea\u05e8\u05d2\u05d5\u05dc \u05d4\u05dc\u05d5\u05de\u05d3. \u05d9\u05d9\u05ea\u05db\u05df \u05e9\u05ea\u05e6\u05d8\u05e8\u05da \u05dc\u05d1\u05d7\u05d5\u05e8 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05d7\u05d3\u05e9\u05d4 \u05e2\u05d1\u05d5\u05e8 \u05d4\u05e7\u05e8\u05d9\u05d8\u05e8\u05d9\u05d5\u05df.", + "You have done a dry run of force publishing the course. Nothing has changed. Had you run it, the following course versions would have been change.": "\u05d1\u05d9\u05e6\u05e2\u05ea \u05d4\u05e4\u05e2\u05dc\u05d4 \u05de\u05d0\u05d5\u05dc\u05e6\u05ea \u05e9\u05dc \u05e4\u05e8\u05e1\u05d5\u05dd \u05d4\u05e7\u05d5\u05e8\u05e1. \u05d3\u05d1\u05e8 \u05dc\u05d0 \u05d4\u05e9\u05ea\u05e0\u05d4. \u05d0\u05dd \u05d4\u05d9\u05d9\u05ea \u05de\u05e4\u05e2\u05d9\u05dc \u05d0\u05d5\u05ea\u05d5, \u05d2\u05e8\u05e1\u05d0\u05d5\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1 \u05d4\u05d1\u05d0\u05d5\u05ea \u05d4\u05d9\u05d5 \u05de\u05e9\u05ea\u05e0\u05d5\u05ea.", + "You have no handouts defined": "\u05dc\u05d0 \u05d4\u05d5\u05d2\u05d3\u05e8\u05d5 \u05d3\u05e4\u05d9 \u05de\u05d9\u05d3\u05e2", + "You have not created any certificates yet.": "\u05dc\u05d0 \u05d9\u05e6\u05e8\u05ea \u05d0\u05e3 \u05ea\u05e2\u05d5\u05d3\u05d4 \u05e2\u05d3\u05d9\u05d9\u05df.", + "You have not created any content groups yet.": " \u05dc\u05d0 \u05d9\u05e6\u05e8\u05ea \u05e2\u05d3\u05d9\u05d9\u05df \u05e7\u05d1\u05d5\u05e6\u05d5\u05ea \u05ea\u05d5\u05db\u05df \u05db\u05dc\u05e9\u05d4\u05df.", + "You have not created any group configurations yet.": "\u05dc\u05d0 \u05d9\u05e6\u05e8\u05ea \u05e2\u05d3\u05d9\u05d9\u05df \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05e7\u05d1\u05d5\u05e6\u05d4.", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u05d1\u05d7\u05e8\u05ea \u05e4\u05e2\u05d5\u05dc\u05d4, \u05d5\u05dc\u05d0 \u05e2\u05e9\u05d9\u05ea\u05d4 \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05de \u05e2\u05dc \u05e9\u05d3\u05d5\u05ea. \u05d0\u05ea\u05d4 \u05db\u05e0\u05e8\u05d0\u05d4 \u05de\u05d7\u05e4\u05e9 \u05d0\u05ea \u05d4\u05db\u05e4\u05ea\u05d5\u05e8 \u05dc\u05dc\u05db\u05ea \u05d1\u05de\u05e7\u05d5\u05dd \u05d4\u05db\u05e4\u05ea\u05d5\u05e8 \u05dc\u05e9\u05de\u05d5\u05e8.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u05d1\u05d7\u05e8\u05ea \u05e4\u05e2\u05d5\u05dc\u05d4, \u05d0\u05d1\u05dc \u05e2\u05d5\u05d3 \u05dc\u05d0 \u05e9\u05de\u05e8\u05ea \u05d0\u05ea \u05d4\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05dc\u05e9\u05d3\u05d5\u05ea \u05d1\u05d5\u05d3\u05d3\u05d9\u05dd. \u05d0\u05e0\u05d0 \u05dc\u05d7\u05e5 \u05e2\u05dc \u05d0\u05d9\u05e9\u05d5\u05e8 \u05db\u05d3\u05d9 \u05dc\u05e9\u05de\u05d5\u05e8. \u05d9\u05d4\u05d9\u05d4 \u05e2\u05dc\u05d9\u05da \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05d0\u05ea \u05d4\u05e4\u05e2\u05d5\u05dc\u05d4 \u05e2\u05d5\u05d3 \u05e4\u05e2\u05dd.", + "You have successfully signed into %(currentProvider)s, but your %(currentProvider)s account does not have a linked %(platformName)s account. To link your accounts, sign in now using your %(platformName)s password.": "\u05e0\u05e8\u05e9\u05de\u05ea \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05dc-%(currentProvider)s, \u05d0\u05da \u05dc\u05d7\u05e9\u05d1\u05d5\u05df %(currentProvider)s\u05d0\u05d9\u05df \u05d7\u05e9\u05d1\u05d5\u05df %(platformName)s \u05de\u05e7\u05d5\u05e9\u05e8. \u05db\u05d3\u05d9 \u05dc\u05e7\u05e9\u05e8 \u05d0\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05d5\u05ea\u05d9\u05d9\u05da, \u05d4\u05d9\u05db\u05e0\u05e1 \u05db\u05e2\u05ea \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05e1\u05d9\u05e1\u05de\u05ea %(platformName)s.", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "\u05d9\u05e9 \u05dc\u05da \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05e9\u05dc\u05d0 \u05e0\u05e9\u05de\u05e8\u05d5 \u05e2\u05dc \u05e9\u05d3\u05d5\u05ea \u05d9\u05d7\u05d9\u05d3\u05d5\u05ea. \u05d0\u05dd \u05d0\u05ea\u05d4 \u05de\u05e4\u05e2\u05d9\u05dc \u05e4\u05e2\u05d5\u05dc\u05d4, \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05e9\u05dc\u05d0 \u05e0\u05e9\u05de\u05e8\u05d5 \u05d9\u05d0\u05d1\u05d3\u05d5.", + "You haven't added any assets to this course yet.": "\u05e2\u05d3\u05d9\u05d9\u05df \u05dc\u05d0 \u05d4\u05d5\u05e1\u05e4\u05ea \u05e0\u05db\u05e1\u05d9\u05dd \u05dc\u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4.", + "You haven't added any content to this course yet.": " \u05dc\u05d0 \u05d4\u05d5\u05e1\u05e4\u05ea \u05e2\u05d3\u05d9\u05d9\u05df \u05ea\u05d5\u05db\u05df \u05dc\u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4.", + "You haven't added any textbooks to this course yet.": "\u05dc\u05d0 \u05d4\u05d5\u05e1\u05e4\u05ea \u05e2\u05d3\u05d9\u05d9\u05df \u05e1\u05e4\u05e8\u05d9 \u05dc\u05d9\u05de\u05d5\u05d3 \u05dc\u05e7\u05d5\u05e8\u05e1 \u05d6\u05d4.", + "You must enter a valid email address in order to add a new team member": "\u05e2\u05dc\u05d9\u05da \u05dc\u05d4\u05d6\u05d9\u05df \u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05ea\u05e7\u05d9\u05e0\u05d4 \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d7\u05d1\u05e8 \u05e6\u05d5\u05d5\u05ea \u05d7\u05d3\u05e9.", + "You must provide a learner name.": "\u05e2\u05dc\u05d9\u05da \u05dc\u05e1\u05e4\u05e7 \u05e9\u05dd \u05dc\u05d5\u05de\u05d3.", + "You must sign out and sign back in before your language changes take effect.": "\u05e2\u05dc\u05d9\u05da \u05dc\u05e6\u05d0\u05ea \u05de\u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05d5\u05dc\u05d4\u05db\u05e0\u05e1 \u05d7\u05d6\u05e8\u05d4 \u05e2\u05dc \u05de\u05e0\u05ea \u05e9\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9 \u05d4\u05e9\u05e4\u05d4 \u05d9\u05d9\u05db\u05e0\u05e1\u05d5 \u05dc\u05ea\u05d5\u05e7\u05e3.", + "You must specify a name for the cohort": "\u05e2\u05dc\u05d9\u05da \u05dc\u05e6\u05d9\u05d9\u05df \u05e9\u05dd \u05e9\u05dc \u05e7\u05d1\u05d5\u05e6\u05ea \u05dc\u05d9\u05de\u05d5\u05d3", + "You need a computer that has a webcam. When you receive a browser prompt, make sure that you allow access to the camera.": "\u05d0\u05ea\u05d4 \u05d6\u05e7\u05d5\u05e7 \u05dc\u05de\u05d7\u05e9\u05d1 \u05d1\u05e2\u05dc \u05de\u05e6\u05dc\u05de\u05ea \u05e8\u05e9\u05ea. \u05d1\u05e7\u05d1\u05dc\u05ea \u05d4\u05e0\u05d7\u05d9\u05d9\u05ea \u05d3\u05e4\u05d3\u05e4\u05df, \u05d5\u05d3\u05d0 \u05db\u05d9 \u05d0\u05ea\u05d4 \u05de\u05d0\u05e4\u05e9\u05e8 \u05d2\u05d9\u05e9\u05d4 \u05dc\u05de\u05e6\u05dc\u05de\u05d4.", + "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "\u05d0\u05ea\u05d4 \u05d6\u05e7\u05d5\u05e7 \u05dc\u05e8\u05d9\u05e9\u05d9\u05d5\u05df \u05e0\u05d4\u05d9\u05d2\u05d4, \u05d3\u05e8\u05db\u05d5\u05df \u05d0\u05d5 \u05ea\u05e2\u05d5\u05d3\u05ea \u05de\u05d6\u05d4\u05d4 \u05d0\u05d7\u05e8\u05ea \u05e9\u05de\u05d5\u05e4\u05d9\u05e2\u05d9\u05dd \u05d1\u05d4 \u05e9\u05de\u05da \u05d5\u05ea\u05de\u05d5\u05e0\u05ea\u05da.", + "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "\u05d0\u05ea\u05d4 \u05d6\u05e7\u05d5\u05e7 \u05dc\u05ea\u05e2\u05d5\u05d3\u05d4 \u05de\u05d6\u05d4\u05d4 \u05e2\u05dd \u05e9\u05de\u05da \u05d5\u05e2\u05dd \u05ea\u05de\u05d5\u05e0\u05d4. \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05e8\u05d9\u05e9\u05d9\u05d5\u05df \u05e0\u05d4\u05d9\u05d2\u05d4, \u05d3\u05e8\u05db\u05d5\u05df \u05d0\u05d5 \u05ea\u05e2\u05d5\u05d3\u05d4 \u05de\u05d6\u05d4\u05d4 \u05d0\u05d7\u05e8\u05ea \u05e9\u05d4\u05d5\u05e0\u05e4\u05e7\u05d4 \u05e2\u05dc \u05d9\u05d3\u05d9 \u05d4\u05de\u05de\u05e9\u05dc\u05d4. ", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "\u05e2\u05dc\u05d9\u05e0\u05d5 \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05d0\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05da \u05dc\u05e4\u05e0\u05d9 \u05e9\u05ea\u05d5\u05db\u05dc \u05dc\u05d4\u05d9\u05e8\u05e9\u05dd \u05dc\u05e7\u05d5\u05e8\u05e1\u05d9\u05dd. \u05d7\u05e4\u05e9 \u05d4\u05d5\u05d3\u05e2\u05ea \u05d4\u05e4\u05e2\u05dc\u05d4 \u05d1\u05ea\u05d9\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05dc\u05da.", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "\u05e2\u05dc\u05d9\u05da \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05d0\u05ea \u05d7\u05e9\u05d1\u05d5\u05e0\u05da \u05dc\u05e4\u05e0\u05d9 \u05e9\u05ea\u05d5\u05db\u05dc \u05dc\u05d4\u05d9\u05e8\u05e9\u05dd \u05dc\u05e7\u05d5\u05e8\u05e1. \u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05ea\u05d9\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05e0\u05db\u05e0\u05e1 \u05e9\u05dc\u05da \u05dc\u05d4\u05d5\u05d3\u05e2\u05ea \u05d4\u05e4\u05e2\u05dc\u05d4. \u05dc\u05d0\u05d7\u05e8 \u05d4\u05e9\u05dc\u05de\u05ea \u05e9\u05dc\u05d1 \u05d4\u05d4\u05e4\u05e2\u05dc\u05d4, \u05d9\u05e9 \u05d1\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea\u05da \u05dc\u05d7\u05d6\u05d5\u05e8 \u05d5\u05dc\u05e8\u05e2\u05e0\u05df \u05d3\u05e3 \u05d6\u05d4. ", + "You still need to visit the %(display_name)s website to complete the credit process.": "\u05e2\u05dc\u05d9\u05da \u05dc\u05d1\u05e7\u05e8 \u05e2\u05d3\u05d9\u05d9\u05df \u05d1\u05d0\u05ea\u05e8 \u05d4\u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 %(display_name)s \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05d0\u05ea \u05ea\u05d4\u05dc\u05d9\u05da \u05e7\u05d1\u05dc\u05ea \u05e0\u05e7\u05d5\u05d3\u05d5\u05ea \u05d4\u05d6\u05db\u05d5\u05ea.", + "You will not receive notification for emails that bounce, so double-check your spelling.": "\u05dc\u05d0 \u05ea\u05e7\u05d1\u05dc \u05d4\u05ea\u05e8\u05d0\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 \u05d4\u05d5\u05d3\u05e2\u05d5\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e9\u05dc\u05d0 \u05d9\u05d2\u05d9\u05e2\u05d5 \u05dc\u05d9\u05e2\u05d3\u05df, \u05e0\u05d0 \u05d1\u05d3\u05d5\u05e7 \u05e9\u05d5\u05d1 \u05d0\u05ea \u05d4\u05d0\u05d9\u05d5\u05ea. ", + "You will use your webcam to take a picture of your face and of your government-issued photo ID.": "\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05de\u05e6\u05dc\u05de\u05ea \u05d4\u05e8\u05e9\u05ea \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05e6\u05dc\u05dd \u05d0\u05ea \u05ea\u05de\u05d5\u05e0\u05ea \u05e4\u05e0\u05d9\u05da \u05d5\u05d0\u05ea \u05d4\u05ea\u05e2\u05d5\u05d3\u05d4, \u05e9\u05d4\u05d5\u05e0\u05e4\u05e7\u05d4 \u05d1\u05d9\u05d3\u05d9 \u05d4\u05de\u05de\u05e9\u05dc\u05d4, \u05e2\u05dd \u05d4\u05ea\u05de\u05d5\u05e0\u05d4.", + "You!": "\u05d0\u05ea\u05d4!", + "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "\u05d0\u05ea\u05dd \u05e2\u05d5\u05de\u05d3\u05d9\u05dd \u05dc\u05d4\u05d2\u05d9\u05e9 \u05ea\u05e9\u05d5\u05d1\u05d4 \u05e2\u05d1\u05d5\u05e8 \u05de\u05d8\u05dc\u05d4 \u05d6\u05d5. \u05dc\u05d0 \u05ea\u05d5\u05db\u05dc\u05d5 \u05dc\u05d1\u05e6\u05e2 \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd \u05d0\u05d5 \u05dc\u05d4\u05d2\u05d9\u05e9 \u05ea\u05e9\u05d5\u05d1\u05d5\u05ea \u05e0\u05d5\u05e1\u05e4\u05d5\u05ea \u05dc\u05d0\u05d7\u05e8 \u05d4\u05d4\u05d2\u05e9\u05d4. ", + "You've made some changes": "\u05d1\u05d9\u05e6\u05e2\u05ea \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd", + "You've made some changes, but there are some errors": "\u05d1\u05d9\u05e6\u05e2\u05ea \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05d0\u05da \u05d9\u05e9\u05e0\u05df \u05de\u05e1\u05e4\u05e8 \u05e9\u05d2\u05d9\u05d0\u05d5\u05ea", + "You've successfully signed into %(currentProvider)s.": "\u05d4\u05ea\u05d7\u05d1\u05e8\u05ea \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05dc%(currentProvider)s.", + "Your ID must be a government-issued photo ID that clearly shows your face.": "\u05d4\u05ea\u05e2\u05d5\u05d3\u05d4 \u05d4\u05de\u05d6\u05d4\u05d4 \u05e9\u05dc\u05da \u05d7\u05d9\u05d9\u05d1\u05ea \u05dc\u05d4\u05d9\u05d5\u05ea \u05ea\u05e2\u05d5\u05d3\u05d4 \u05e9\u05d4\u05d5\u05e0\u05e4\u05e7\u05d4 \u05d1\u05d9\u05d3\u05d9 \u05d4\u05de\u05de\u05e9\u05dc\u05d4 \u05d5\u05d1\u05e2\u05dc\u05ea \u05ea\u05de\u05d5\u05e0\u05d4 \u05d4\u05de\u05e6\u05d9\u05d2\u05d4 \u05d1\u05d1\u05d9\u05e8\u05d5\u05e8 \u05d0\u05ea \u05e4\u05e0\u05d9\u05da.", + "Your changes have been saved.": "\u05d4\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05e0\u05e9\u05de\u05e8\u05d5", + "Your changes will not take effect until you save your progress.": "\u05d4\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05e9\u05d1\u05d9\u05e6\u05e2\u05ea \u05dc\u05d0 \u05d9\u05db\u05e0\u05e1\u05d5 \u05dc\u05e4\u05d5\u05e2\u05dc \u05e2\u05d3 \u05e9\u05ea\u05e9\u05de\u05d5\u05e8 \u05d0\u05ea \u05e2\u05d1\u05d5\u05d3\u05ea\u05da.", + "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "\u05d4\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05e9\u05d1\u05d9\u05e6\u05e2\u05ea \u05dc\u05d0 \u05d9\u05db\u05e0\u05e1\u05d5 \u05dc\u05ea\u05d5\u05e7\u05e3 \u05e2\u05d3 \u05e9\u05ea\u05e9\u05de\u05d5\u05e8 \u05d0\u05ea \u05d4\u05d4\u05ea\u05e7\u05d3\u05de\u05d5\u05ea\u05da. \u05e9\u05d9\u05dd \u05dc\u05d1 \u05dc\u05e2\u05d9\u05e6\u05d5\u05d1 \u05d4\u05e7\u05d5 \u05d5\u05d4\u05e2\u05e8\u05da, \u05de\u05d0\u05d7\u05e8 \u05e9\u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05d0\u05d9\u05e0\u05d5 \u05de\u05d5\u05d8\u05de\u05e2.", + "Your course could not be exported to XML. There is not enough information to identify the failed component. Inspect your course to identify any problematic components and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d9\u05d9\u05e6\u05d0 \u05d0\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1 \u05dc-XML. \u05d0\u05d9\u05df \u05de\u05d9\u05d3\u05e2 \u05d1\u05de\u05d9\u05d3\u05d4 \u05de\u05e1\u05e4\u05e7\u05ea \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d6\u05d4\u05d5\u05ea \u05d0\u05ea \u05d4\u05e8\u05db\u05d9\u05d1 \u05d4\u05db\u05d5\u05e9\u05dc. \u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05d4\u05e7\u05d5\u05e8\u05e1 \u05e9\u05dc\u05da \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d6\u05d4\u05d5\u05ea \u05e8\u05db\u05d9\u05d1\u05d9\u05dd \u05d1\u05e2\u05d9\u05d9\u05ea\u05d9\u05dd \u05d5\u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1. ", + "Your donation could not be submitted.": "\u05d4\u05ea\u05e8\u05d5\u05de\u05d4 \u05e9\u05dc\u05da \u05dc\u05d0 \u05d9\u05db\u05dc\u05d4 \u05dc\u05d4\u05ea\u05e7\u05d1\u05dc.", + "Your email message was successfully queued for sending. In courses with a large number of learners, email messages to learners might take up to an hour to be sent.": "\u05d4\u05d5\u05d3\u05e2\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05e0\u05db\u05e0\u05e1\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05dc\u05d4\u05de\u05ea\u05e0\u05d4 \u05dc\u05de\u05e9\u05dc\u05d5\u05d7. \u05d1\u05e7\u05d5\u05e8\u05e1\u05d9\u05dd \u05e2\u05dd \u05de\u05e1\u05e4\u05e8 \u05d2\u05d3\u05d5\u05dc \u05e9\u05dc \u05dc\u05d5\u05de\u05d3\u05d9\u05dd, \u05d9\u05d9\u05ea\u05db\u05df \u05e9\u05d9\u05d9\u05e7\u05d7 \u05e2\u05d3 \u05e9\u05e2\u05d4 \u05e2\u05d3 \u05e9\u05d4\u05d5\u05d3\u05e2\u05d5\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8 \u05d4\u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05dc\u05db\u05dc \u05d4\u05dc\u05d5\u05de\u05d3\u05d9\u05dd \u05d9\u05d9\u05e9\u05dc\u05d7\u05d5.", + "Your entire face fits inside the frame.": "\u05e4\u05e0\u05d9\u05da \u05de\u05ea\u05d0\u05d9\u05de\u05d9\u05dd \u05dc\u05d2\u05d1\u05d5\u05dc\u05d5\u05ea \u05d4\u05de\u05e1\u05d2\u05e8\u05ea.", + "Your face is well-lit.": "\u05e4\u05e0\u05d9\u05da \u05de\u05d5\u05d0\u05e8\u05d5\u05ea \u05d4\u05d9\u05d8\u05d1.", + "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "\u05d4\u05e7\u05d5\u05d1\u05e5 \u05e9\u05dc\u05da '{file}' \u05d4\u05d5\u05e2\u05dc\u05d4. \u05d0\u05e4\u05e9\u05e8 \u05dc\u05de\u05e2\u05e8\u05db\u05ea \u05db\u05de\u05d4 \u05d3\u05e7\u05d5\u05ea \u05dc\u05e2\u05d9\u05d1\u05d5\u05d3. ", + "Your file could not be uploaded": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05d0\u05ea \u05d4\u05e7\u05d5\u05d1\u05e5 \u05e9\u05dc\u05da", + "Your file has been deleted.": "\u05d4\u05e7\u05d5\u05d1\u05e5 \u05e9\u05dc\u05da \u05e0\u05de\u05d7\u05e7", + "Your library could not be exported to XML. There is not enough information to identify the failed component. Inspect your library to identify any problematic components and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d9\u05d9\u05e6\u05d0 \u05d0\u05ea \u05e1\u05e4\u05e8\u05d9\u05d9\u05ea\u05da \u05dc\u05e7\u05d5\u05d1\u05e5 XML. \u05d0\u05d9\u05df \u05de\u05d9\u05d3\u05e2 \u05d1\u05de\u05d9\u05d3\u05d4 \u05de\u05e1\u05e4\u05e7\u05ea \u05dc\u05d6\u05d9\u05d4\u05d5\u05d9 \u05d4\u05e8\u05db\u05d9\u05d1 \u05d4\u05db\u05d5\u05e9\u05dc. \u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05e1\u05e4\u05e8\u05d9\u05d9\u05ea\u05da, \u05d6\u05d4\u05d4 \u05e8\u05db\u05d9\u05d1\u05d9\u05dd \u05d1\u05e2\u05d9\u05ea\u05d9\u05d9\u05dd \u05d5\u05dc\u05d0\u05d7\u05e8 \u05de\u05db\u05df \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1. ", + "Your message cannot be blank.": "\u05d4\u05d5\u05d3\u05e2\u05ea\u05da \u05d0\u05d9\u05e0\u05d4 \u05d9\u05db\u05d5\u05dc\u05d4 \u05dc\u05d4\u05d9\u05d5\u05ea \u05e8\u05d9\u05e7\u05d4.", + "Your message must have a subject.": "\u05d4\u05d5\u05d3\u05e2\u05ea\u05da \u05d7\u05d9\u05d9\u05d1\u05ea \u05dc\u05d4\u05db\u05d9\u05dc \u05e0\u05d5\u05e9\u05d0.", + "Your message must have at least one target.": "\u05d4\u05d4\u05d5\u05d3\u05e2\u05d4 \u05e9\u05dc\u05da \u05d7\u05d9\u05d9\u05d1\u05ea \u05dc\u05d4\u05db\u05d9\u05dc \u05d9\u05e2\u05d3 \u05d0\u05d7\u05d3 \u05dc\u05e4\u05d7\u05d5\u05ea.", + "Your policy changes have been saved.": "\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9 \u05de\u05d3\u05d9\u05e0\u05d9\u05d5\u05ea\u05da \u05e0\u05e9\u05de\u05e8\u05d5.", + "Your post will be discarded.": "\u05d4\u05e4\u05d5\u05e1\u05d8 \u05e9\u05dc\u05da \u05d9\u05d1\u05d5\u05d8\u05dc.", + "Your question or idea (required)": "\u05e9\u05d0\u05dc\u05ea\u05da \u05d0\u05d5 \u05e8\u05e2\u05d9\u05d5\u05e0\u05da (\u05d7\u05d5\u05d1\u05d4)", + "Your request could not be completed due to a server problem. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05d0\u05ea \u05d1\u05e7\u05e9\u05ea\u05da \u05d1\u05d2\u05dc\u05dc \u05d1\u05e2\u05d9\u05d4 \u05d1\u05e9\u05e8\u05ea. \u05d8\u05e2\u05df \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05d4\u05d3\u05e3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1. \u05d0\u05dd \u05d4\u05d1\u05e2\u05d9\u05d4 \u05e0\u05de\u05e9\u05db\u05ea, \u05dc\u05d7\u05e5 \u05e2\u05dc \u05d4\u05dc\u05e9\u05d5\u05e0\u05d9\u05ea '\u05e2\u05d6\u05e8\u05d4' \u05db\u05d3\u05d9 \u05dc\u05d3\u05d5\u05d5\u05d7 \u05e2\u05dc \u05d4\u05d1\u05e2\u05d9\u05d4.", + "Your request could not be completed. Reload the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05d0\u05ea \u05d1\u05e7\u05e9\u05ea\u05da. \u05d8\u05e2\u05df \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05d4\u05d3\u05e3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.", + "Your request could not be completed. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05d0\u05ea \u05d1\u05e7\u05e9\u05ea\u05da. \u05d8\u05e2\u05df \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05d4\u05d3\u05e3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1. \u05d0\u05dd \u05d4\u05d1\u05e2\u05d9\u05d4 \u05e0\u05de\u05e9\u05db\u05ea, \u05dc\u05d7\u05e5 \u05e2\u05dc \u05d4\u05dc\u05e9\u05d5\u05e0\u05d9\u05ea '\u05e2\u05d6\u05e8\u05d4' \u05db\u05d3\u05d9 \u05dc\u05d3\u05d5\u05d5\u05d7 \u05e2\u05dc \u05d4\u05d1\u05e2\u05d9\u05d4.", + "Your request could not be processed. Refresh the page and try again.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e2\u05d1\u05d3 \u05d0\u05ea \u05d1\u05e7\u05e9\u05ea\u05da. \u05e8\u05e2\u05e0\u05df \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea.", + "Your team could not be created.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d9\u05e6\u05d5\u05e8 \u05d0\u05ea \u05d4\u05e6\u05d5\u05d5\u05ea \u05e9\u05dc\u05da.", + "Your team could not be updated.": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e2\u05d3\u05db\u05df \u05d0\u05ea \u05d4\u05e6\u05d5\u05d5\u05ea \u05e9\u05dc\u05da.", + "Your upload of '{file}' failed.": "\u05d4\u05e2\u05dc\u05ea \u05e7\u05d5\u05d1\u05e5 '{file}' \u05e0\u05db\u05e9\u05dc\u05d4.", + "Your upload of '{file}' succeeded.": "\u05d4\u05e7\u05d5\u05d1\u05e5 '{file}' \u05e0\u05d8\u05e2\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4.", + "Your verification status is good until {verificationGoodUntil}.": "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05e9\u05dc\u05da \u05ea\u05e7\u05e3 \u05e2\u05d3 {verificationGoodUntil}.", + "Your video uploads are not complete.": "\u05d4\u05e2\u05dc\u05d0\u05d5\u05ea \u05e1\u05e8\u05d8\u05d5\u05e0\u05d9 \u05d4\u05d5\u05d5\u05d9\u05d3\u05d0\u05d5 \u05dc\u05d0 \u05d4\u05d5\u05e9\u05dc\u05de\u05d5.", + "Yourself": "\u05d0\u05ea\u05d4", + "Zoom In": "\u05d4\u05ea\u05e7\u05e8\u05d1", + "Zoom Out": "\u05d4\u05ea\u05e8\u05d7\u05e7", + "[no tags]": "[no tags]", + "active proctored exams": "\u05de\u05d1\u05d7\u05e0\u05d9\u05dd \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05e4\u05e2\u05d9\u05dc", + "and others": "\u05d5\u05d0\u05d7\u05e8\u05d9\u05dd", + "anonymous": "\u05d0\u05e0\u05d5\u05e0\u05d9\u05de\u05d9", + "answered question": "\u05e9\u05d0\u05dc\u05d4 \u05e9\u05e0\u05e2\u05e0\u05ea\u05d4", + "bytes": "bytes", + "certificate": "\u05ea\u05e2\u05d5\u05d3\u05d4", + "close": "\u05e1\u05d2\u05d5\u05e8", + "content group": "\u05e7\u05d1\u05d5\u05e6\u05ea \u05ea\u05d5\u05db\u05df", + "could not determine the course_id": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d2\u05d3\u05d9\u05e8 \u05d0\u05ea \u05de\u05d6\u05d4\u05d4 \u05d4\u05e7\u05d5\u05e8\u05e1", + "course id": "\u05de\u05d6\u05d4\u05d4 \u05e7\u05d5\u05e8\u05e1", + "courses with active proctored exams": "\u05e7\u05d5\u05e8\u05e1\u05d9\u05dd \u05e2\u05dd \u05de\u05d1\u05d7\u05e0\u05d9\u05dd \u05ea\u05d7\u05ea \u05e4\u05d9\u05e7\u05d5\u05d7 \u05e4\u05e2\u05d9\u05dc", + "delete chapter": "\u05de\u05d7\u05e7 \u05e4\u05e8\u05e7", + "delete group": "\u05de\u05d7\u05e7 \u05e7\u05d1\u05d5\u05e6\u05d5\u05ea", + "details about the failure": "\u05e4\u05e8\u05d8\u05d9\u05dd \u05d0\u05d5\u05d3\u05d5\u05ea \u05d7\u05d5\u05e1\u05e8 \u05d4\u05d4\u05e6\u05dc\u05d7\u05d4", + "discussion": "\u05d3\u05d9\u05d5\u05df", + "dragging": "\u05d2\u05d5\u05e8\u05e8", + "dragging out of slider": "\u05d2\u05d5\u05e8\u05e8 \u05de\u05d7\u05d5\u05e5 \u05dc\u05e9\u05e7\u05d5\u05e4\u05d9\u05ea", + "dropped in slider": "\u05e9\u05d5\u05d7\u05e8\u05e8 \u05e2\u05dc \u05d4\u05de\u05d7\u05d5\u05d5\u05df", + "dropped on target": "\u05e9\u05d5\u05d7\u05e8\u05e8 \u05e2\u05dc \u05d4\u05de\u05d8\u05e8\u05d4", + "e.g. 'Sky with clouds'. The description is helpful for users who cannot see the image.": "\u05dc\u05d3\u05d5\u05d2\u05de\u05d4 '\u05e9\u05de\u05d9\u05d9\u05dd \u05e2\u05dd \u05e2\u05e0\u05e0\u05d9\u05dd'. \u05d4\u05ea\u05d9\u05d0\u05d5\u05e8 \u05de\u05d5\u05e2\u05d9\u05dc \u05dc\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05e9\u05d0\u05d9\u05e0\u05dd \u05d9\u05db\u05d5\u05dc\u05d9\u05dd \u05dc\u05e8\u05d0\u05d5\u05ea \u05d0\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d4.", + "e.g. 'google'": "\u05dc\u05d3\u05d5\u05d2\u05de\u05d4: 'google'", + "e.g. 'http://google.com'": "\u05dc\u05de\u05e9\u05dc 'http://google.com'", + "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "\u05dc\u05d3\u05d5\u05d2\u05de\u05d4 johndoe@example.com, JaneDoe, joeydoe@example.com", + "emphasized text": "\u05d8\u05e7\u05e1\u05d8 \u05de\u05d5\u05d3\u05d2\u05e9", + "endorsed %(time_ago)s": "\u05d0\u05d5\u05e9\u05e8 %(time_ago)s", + "endorsed %(time_ago)s by %(user)s": "\u05d0\u05d5\u05e9\u05e8 %(time_ago)s \u05d1\u05d9\u05d3\u05d9 %(user)s", + "enter code here": "\u05d4\u05d6\u05df \u05e7\u05d5\u05d3 \u05db\u05d0\u05df", + "enter link description here": "\u05d4\u05d6\u05df \u05ea\u05d9\u05d0\u05d5\u05e8 \u05e7\u05d9\u05e9\u05d5\u05e8 \u05db\u05d0\u05df", + "follow this post": "\u05e2\u05e7\u05d5\u05d1 \u05d0\u05d7\u05e8 \u05e4\u05d5\u05e1\u05d8 \u05d6\u05d4", + "group configuration": "\u05d4\u05d2\u05d3\u05e8\u05ea \u05e7\u05d1\u05d5\u05e6\u05d4", + "image omitted": "\u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05e0\u05de\u05d7\u05e7\u05d4", + "internally reviewed": "\u05d1\u05d9\u05e7\u05d5\u05e8\u05ea \u05e4\u05e0\u05d9\u05de\u05d9\u05ea", + "last activity": "\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05d0\u05d7\u05e8\u05d5\u05e0\u05d4", + "marked as answer %(time_ago)s": "\u05e1\u05d5\u05de\u05df \u05db\u05ea\u05e9\u05d5\u05d1\u05d4 %(time_ago)s", + "marked as answer %(time_ago)s by %(user)s": "\u05e1\u05d5\u05de\u05df \u05db\u05ea\u05e9\u05d5\u05d1\u05d4 \u05e2\u05dc \u05d9\u05d3\u05d9 %(time_ago)s \u05e2\u05dc \u05d9\u05d3\u05d9%(user)s", + "minutes": "\u05d3\u05e7\u05d5\u05ea", + "name": "\u05e9\u05dd", + "one letter Friday\u0004F": "\u05e9", + "one letter Monday\u0004M": "\u05e9", + "one letter Saturday\u0004S": "\u05e9", + "one letter Sunday\u0004S": "\u05e8", + "one letter Thursday\u0004T": "\u05d7", + "one letter Tuesday\u0004T": "\u05e9", + "one letter Wednesday\u0004W": "\u05e8", + "open slots": "\u05de\u05e9\u05d1\u05e6\u05d5\u05ea \u05e4\u05ea\u05d5\u05d7\u05d5\u05ea", + "or": "\u05d0\u05d5", + "or create a new one here": "\u05d0\u05d5 \u05e6\u05d5\u05e8 \u05d0\u05d7\u05d3 \u05d7\u05d3\u05e9 \u05db\u05d0\u05df", + "or sign in with": "\u05d0\u05d5 \u05d4\u05ea\u05d7\u05d1\u05e8 \u05e2\u05dd", + "path/to/introductionToCookieBaking-CH{order}.pdf": "path/to/introductionToCookieBaking-CH{order}.pdf", + "pending": "\u05de\u05de\u05ea\u05d9\u05df \u05dc\u05d0\u05d9\u05e9\u05d5\u05e8", + "post anonymously": "\u05e9\u05dc\u05d7 \u05d1\u05d0\u05d5\u05e4\u05df \u05d0\u05e0\u05d5\u05e0\u05d9\u05de\u05d9", + "post anonymously to classmates": "\u05e9\u05dc\u05d7 \u05d1\u05d0\u05d5\u05e4\u05df \u05d0\u05e0\u05d5\u05e0\u05d9\u05de\u05d9 \u05dc\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd \u05d0\u05d7\u05e8\u05d9\u05dd", + "posted %(time_ago)s by %(author)s": "\u05e0\u05e8\u05e9\u05dd %(time_ago)s \u05d1\u05d9\u05d3\u05d9 %(author)s", + "practice": "\u05ea\u05e8\u05d2\u05d5\u05dc", + "price": "\u05de\u05d7\u05d9\u05e8", + "provide the title/name of the chapter that will be used in navigating": "\u05e1\u05e4\u05e7 \u05d0\u05ea \u05d4\u05db\u05d5\u05ea\u05e8\u05ea/\u05e9\u05dd \u05d4\u05e4\u05e8\u05e7 \u05e9\u05d9\u05d9\u05e2\u05e9\u05d4 \u05d1\u05d5 \u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05e0\u05d9\u05d5\u05d5\u05d8", + "provide the title/name of the text book as you would like your students to see it": "\u05e1\u05e4\u05e7 \u05d0\u05ea \u05d4\u05db\u05d5\u05ea\u05e8\u05ea \u05d0\u05d5 \u05e9\u05dd \u05e1\u05e4\u05e8 \u05d4\u05e7\u05d5\u05e8\u05e1 \u05db\u05e4\u05d9 \u05e9\u05d4\u05d9\u05d9\u05ea \u05e8\u05d5\u05e6\u05d4 \u05e9\u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd \u05d9\u05d9\u05e8\u05d0\u05d5", + "remove": "\u05d4\u05e1\u05e8", + "remove all": "\u05d4\u05e1\u05e8 \u05d4\u05db\u05dc", + "satisfactory": "\u05e9\u05d1\u05d9\u05e2\u05d5\u05ea \u05e8\u05e6\u05d5\u05df", + "send an email message to {email}": "\u05e9\u05dc\u05d7 \u05d4\u05d5\u05d3\u05e2\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05dc{email}", + "strong text": "\u05d8\u05e7\u05e1\u05d8 \u05d7\u05d6\u05e7", + "team count": "\u05e1\u05e4\u05d9\u05e8\u05ea \u05e6\u05d5\u05d5\u05ea", "there is currently {numVotes} vote": [ - "\u05db\u05e8\u05d2\u05e2 \u05d9\u05e9 \u05e7\u05d5\u05dc {numVotes}", - "\u05db\u05e8\u05d2\u05e2 \u05d9\u05e9 {numVotes} \u05e7\u05d5\u05dc\u05d5\u05ea", - "\u05db\u05e8\u05d2\u05e2 \u05d9\u05e9 {numVotes} \u05e7\u05d5\u05dc\u05d5\u05ea", + "\u05db\u05e8\u05d2\u05e2 \u05d9\u05e9 \u05e7\u05d5\u05dc {numVotes}", + "\u05db\u05e8\u05d2\u05e2 \u05d9\u05e9 {numVotes} \u05e7\u05d5\u05dc\u05d5\u05ea", + "\u05db\u05e8\u05d2\u05e2 \u05d9\u05e9 {numVotes} \u05e7\u05d5\u05dc\u05d5\u05ea", "\u05db\u05e8\u05d2\u05e2 \u05d9\u05e9 {numVotes} \u05e7\u05d5\u05dc\u05d5\u05ea" - ], - "timed": "\u05de\u05ea\u05d5\u05d6\u05de\u05df", - "toggle chapter %(displayName)s": "\u05d4\u05d7\u05dc\u05e3 \u05e4\u05e8\u05e7 %(displayName)s", - "toggle subsection %(displayName)s": "\u05d4\u05d7\u05dc\u05e3 \u05ea\u05ea-\u05e4\u05e8\u05e7 %(displayName)s", - "unanswered question": "\u05e9\u05d0\u05dc\u05d4 \u05e9\u05dc\u05d0 \u05e0\u05e2\u05e0\u05ea\u05d4", - "unsatisfactory": "\u05d7\u05d5\u05e1\u05e8 \u05e9\u05d1\u05d9\u05e2\u05d5\u05ea \u05e8\u05e6\u05d5\u05df", - "upload a PDF file or provide the path to a Studio asset file": "\u05d4\u05e2\u05dc\u05d4 \u05e7\u05d5\u05d1\u05e5 PDF \u05d0\u05d5 \u05e1\u05e4\u05e7 \u05d0\u05ea \u05d4\u05d3\u05e8\u05da \u05dc\u05e7\u05d5\u05d1\u05e5 \u05e0\u05db\u05e1 \u05d4\u05e1\u05d8\u05d5\u05d3\u05d9\u05d5", - "username or email": "\u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9 \u05d0\u05d5 \u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9", - "with %(release_date_from)s": "\u05e2\u05dd %(release_date_from)s", - "with %(section_or_subsection)s": "\u05e2\u05dd %(section_or_subsection)s", - "you have less than a minute remaining": "\u05e0\u05d5\u05ea\u05e8\u05d4 \u05dc\u05da \u05e4\u05d7\u05d5\u05ea \u05de\u05d3\u05e7\u05d4", - "you have {remaining_time} remaining": "\u05e0\u05d5\u05ea\u05e8\u05d4 \u05dc\u05da {remaining_time}", - "you will have ": "\u05e2\u05dc\u05d9\u05da", - "your course": "\u05d4\u05e7\u05d5\u05e8\u05e1 \u05e9\u05dc\u05da", - "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start}\u05e2\u05d9\u05d9\u05df \u05d1\u05e6\u05d5\u05d5\u05ea\u05d9\u05dd \u05d1\u05e0\u05d5\u05e9\u05d0\u05d9\u05dd \u05d0\u05d7\u05e8\u05d9\u05dd {span_end}\u05d0\u05d5 {search_span_start}\u05d7\u05e4\u05e9 \u05e6\u05d5\u05d5\u05ea\u05d9\u05dd{span_end} \u05d1\u05e0\u05d5\u05e9\u05d0 \u05d6\u05d4. \u05d0\u05dd \u05e2\u05d3\u05d9\u05d9\u05df \u05dc\u05d0 \u05d4\u05e6\u05dc\u05d7\u05ea \u05dc\u05de\u05e6\u05d5\u05d0 \u05e6\u05d5\u05d5\u05ea \u05dc\u05d4\u05e6\u05d8\u05e8\u05e3 \u05d0\u05dc\u05d9\u05d5, {create_span_start}\u05e6\u05d5\u05e8 \u05e6\u05d5\u05d5\u05ea \u05d7\u05d3\u05e9 \u05d1\u05e0\u05d5\u05e9\u05d0 \u05d6\u05d4{span_end}.", - "{display_name} Settings": "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea {display_name}", - "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} \u05db\u05d1\u05e8 \u05e0\u05de\u05e6\u05d0 \u05d1\u05e6\u05d5\u05d5\u05ea {container}. \u05d1\u05d3\u05d5\u05e7 \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\"\u05dc \u05d1\u05de\u05d9\u05d3\u05d4 \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d7\u05d1\u05e8 \u05e6\u05d5\u05d5\u05ea \u05d7\u05d3\u05e9.", - "{filename} exceeds maximum size of {maxFileSizeInGB} GB.": "\u05d4\u05e7\u05d5\u05d1\u05e5 {filename} \u05d7\u05d5\u05e8\u05d2 \u05de\u05d4\u05d2\u05d5\u05d3\u05dc \u05d4\u05de\u05e8\u05d1\u05d9 \u05e9\u05dc {maxFileSizeInGB} GB.", - "{filename} is not in a supported file format. Supported file formats are {supportedFileFormats}.": "\u05d4\u05e4\u05d5\u05e8\u05de\u05d8 \u05e9\u05dc {filename} \u05d0\u05d9\u05e0\u05d5 \u05e0\u05ea\u05de\u05da. \u05e1\u05d5\u05d2\u05d9 \u05d4\u05e7\u05d1\u05e6\u05d9\u05dd \u05e9\u05e0\u05ea\u05de\u05db\u05d9\u05dd \u05d4\u05dd {supportedFileFormats}.", - "{hours}:{minutes} (current UTC time)": "{hours}:{minutes} (\u05d6\u05de\u05df \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05dc\u05d9 \u05de\u05ea\u05d5\u05d0\u05dd (UTC) \u05e0\u05d5\u05db\u05d7\u05d9)", + ], + "timed": "\u05de\u05ea\u05d5\u05d6\u05de\u05df", + "toggle chapter %(displayName)s": "\u05d4\u05d7\u05dc\u05e3 \u05e4\u05e8\u05e7 %(displayName)s", + "toggle subsection %(displayName)s": "\u05d4\u05d7\u05dc\u05e3 \u05ea\u05ea-\u05e4\u05e8\u05e7 %(displayName)s", + "unanswered question": "\u05e9\u05d0\u05dc\u05d4 \u05e9\u05dc\u05d0 \u05e0\u05e2\u05e0\u05ea\u05d4", + "unsatisfactory": "\u05d7\u05d5\u05e1\u05e8 \u05e9\u05d1\u05d9\u05e2\u05d5\u05ea \u05e8\u05e6\u05d5\u05df", + "upload a PDF file or provide the path to a Studio asset file": "\u05d4\u05e2\u05dc\u05d4 \u05e7\u05d5\u05d1\u05e5 PDF \u05d0\u05d5 \u05e1\u05e4\u05e7 \u05d0\u05ea \u05d4\u05d3\u05e8\u05da \u05dc\u05e7\u05d5\u05d1\u05e5 \u05e0\u05db\u05e1 \u05d4\u05e1\u05d8\u05d5\u05d3\u05d9\u05d5", + "username or email": "\u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9 \u05d0\u05d5 \u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9", + "with %(release_date_from)s": "\u05e2\u05dd %(release_date_from)s", + "with %(section_or_subsection)s": "\u05e2\u05dd %(section_or_subsection)s", + "you have less than a minute remaining": "\u05e0\u05d5\u05ea\u05e8\u05d4 \u05dc\u05da \u05e4\u05d7\u05d5\u05ea \u05de\u05d3\u05e7\u05d4", + "you have {remaining_time} remaining": "\u05e0\u05d5\u05ea\u05e8\u05d4 \u05dc\u05da {remaining_time}", + "you will have ": "\u05e2\u05dc\u05d9\u05da", + "your course": "\u05d4\u05e7\u05d5\u05e8\u05e1 \u05e9\u05dc\u05da", + "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start}\u05e2\u05d9\u05d9\u05df \u05d1\u05e6\u05d5\u05d5\u05ea\u05d9\u05dd \u05d1\u05e0\u05d5\u05e9\u05d0\u05d9\u05dd \u05d0\u05d7\u05e8\u05d9\u05dd {span_end}\u05d0\u05d5 {search_span_start}\u05d7\u05e4\u05e9 \u05e6\u05d5\u05d5\u05ea\u05d9\u05dd{span_end} \u05d1\u05e0\u05d5\u05e9\u05d0 \u05d6\u05d4. \u05d0\u05dd \u05e2\u05d3\u05d9\u05d9\u05df \u05dc\u05d0 \u05d4\u05e6\u05dc\u05d7\u05ea \u05dc\u05de\u05e6\u05d5\u05d0 \u05e6\u05d5\u05d5\u05ea \u05dc\u05d4\u05e6\u05d8\u05e8\u05e3 \u05d0\u05dc\u05d9\u05d5, {create_span_start}\u05e6\u05d5\u05e8 \u05e6\u05d5\u05d5\u05ea \u05d7\u05d3\u05e9 \u05d1\u05e0\u05d5\u05e9\u05d0 \u05d6\u05d4{span_end}.", + "{display_name} Settings": "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea {display_name}", + "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} \u05db\u05d1\u05e8 \u05e0\u05de\u05e6\u05d0 \u05d1\u05e6\u05d5\u05d5\u05ea {container}. \u05d1\u05d3\u05d5\u05e7 \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05d3\u05d5\u05d0\"\u05dc \u05d1\u05de\u05d9\u05d3\u05d4 \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d7\u05d1\u05e8 \u05e6\u05d5\u05d5\u05ea \u05d7\u05d3\u05e9.", + "{filename} exceeds maximum size of {maxFileSizeInGB} GB.": "\u05d4\u05e7\u05d5\u05d1\u05e5 {filename} \u05d7\u05d5\u05e8\u05d2 \u05de\u05d4\u05d2\u05d5\u05d3\u05dc \u05d4\u05de\u05e8\u05d1\u05d9 \u05e9\u05dc {maxFileSizeInGB} GB.", + "{filename} is not in a supported file format. Supported file formats are {supportedFileFormats}.": "\u05d4\u05e4\u05d5\u05e8\u05de\u05d8 \u05e9\u05dc {filename} \u05d0\u05d9\u05e0\u05d5 \u05e0\u05ea\u05de\u05da. \u05e1\u05d5\u05d2\u05d9 \u05d4\u05e7\u05d1\u05e6\u05d9\u05dd \u05e9\u05e0\u05ea\u05de\u05db\u05d9\u05dd \u05d4\u05dd {supportedFileFormats}.", + "{hours}:{minutes} (current UTC time)": "{hours}:{minutes} (\u05d6\u05de\u05df \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05dc\u05d9 \u05de\u05ea\u05d5\u05d0\u05dd (UTC) \u05e0\u05d5\u05db\u05d7\u05d9)", "{numResponses} other response": [ - "\u05ea\u05d2\u05d5\u05d1\u05d4 \u05e0\u05d5\u05e1\u05e4\u05ea {numResponses}", - "{numResponses} \u05ea\u05d2\u05d5\u05d1\u05d5\u05ea \u05e0\u05d5\u05e1\u05e4\u05d5\u05ea", - "{numResponses} \u05ea\u05d2\u05d5\u05d1\u05d5\u05ea \u05e0\u05d5\u05e1\u05e4\u05d5\u05ea", + "\u05ea\u05d2\u05d5\u05d1\u05d4 \u05e0\u05d5\u05e1\u05e4\u05ea {numResponses}", + "{numResponses} \u05ea\u05d2\u05d5\u05d1\u05d5\u05ea \u05e0\u05d5\u05e1\u05e4\u05d5\u05ea", + "{numResponses} \u05ea\u05d2\u05d5\u05d1\u05d5\u05ea \u05e0\u05d5\u05e1\u05e4\u05d5\u05ea", "{numResponses} \u05ea\u05d2\u05d5\u05d1\u05d5\u05ea \u05e0\u05d5\u05e1\u05e4\u05d5\u05ea" - ], + ], "{numResponses} response": [ - "\u05ea\u05d2\u05d5\u05d1\u05d4 {numResponses}", - "{numResponses} \u05ea\u05d2\u05d5\u05d1\u05d5\u05ea", - "{numResponses} \u05ea\u05d2\u05d5\u05d1\u05d5\u05ea", + "\u05ea\u05d2\u05d5\u05d1\u05d4 {numResponses}", + "{numResponses} \u05ea\u05d2\u05d5\u05d1\u05d5\u05ea", + "{numResponses} \u05ea\u05d2\u05d5\u05d1\u05d5\u05ea", "{numResponses} \u05ea\u05d2\u05d5\u05d1\u05d5\u05ea" - ], + ], "{numVotes} Vote": [ - "\u05e7\u05d5\u05dc {numVotes}", - "{numVotes} \u05e7\u05d5\u05dc\u05d5\u05ea", - "{numVotes} \u05e7\u05d5\u05dc\u05d5\u05ea", + "\u05e7\u05d5\u05dc {numVotes}", + "{numVotes} \u05e7\u05d5\u05dc\u05d5\u05ea", + "{numVotes} \u05e7\u05d5\u05dc\u05d5\u05ea", "{numVotes} \u05e7\u05d5\u05dc\u05d5\u05ea" - ], - "{num_of_hours} hour": "{num_of_hours} \u05e9\u05e2\u05d4", - "{num_of_hours} hours": "{num_of_hours} \u05e9\u05e2\u05d5\u05ea", - "{num_of_minutes} minute": " {num_of_minutes} \u05d3\u05e7\u05d4", - "{num_of_minutes} minutes": "{num_of_minutes} \u05d3\u05e7\u05d5\u05ea", - "{organization}\\'s logo": "\u05d4\u05e1\u05de\u05dc \u05e9\u05dc {organization}", - "{screen_reader_start}Warning:{screen_reader_end} No content groups exist.": "{screen_reader_start}\u05d0\u05d6\u05d4\u05e8\u05d4:{screen_reader_end} \u05dc\u05d0 \u05e7\u05d9\u05d9\u05de\u05d5\u05ea \u05e7\u05d1\u05d5\u05e6\u05d5\u05ea \u05ea\u05d5\u05db\u05df.", - "{screen_reader_start}Warning:{screen_reader_end} The previously selected content group was deleted. Select another content group.": "{screen_reader_start}\u05d0\u05d6\u05d4\u05e8\u05d4:{screen_reader_end} \u05e7\u05d1\u05d5\u05e6\u05ea \u05d4\u05ea\u05d5\u05db\u05df \u05e9\u05e0\u05d1\u05d7\u05e8\u05d4 \u05d1\u05e2\u05d1\u05e8, \u05e0\u05de\u05d7\u05e7\u05d4. \u05d1\u05d7\u05e8 \u05e7\u05d1\u05d5\u05e6\u05ea \u05ea\u05d5\u05db\u05df \u05d0\u05d7\u05e8\u05ea.", - "{unread_comments_count} new": "{unread_comments_count} \u05d7\u05d3\u05e9", + ], + "{num_of_hours} hour": "{num_of_hours} \u05e9\u05e2\u05d4", + "{num_of_hours} hours": "{num_of_hours} \u05e9\u05e2\u05d5\u05ea", + "{num_of_minutes} minute": " {num_of_minutes} \u05d3\u05e7\u05d4", + "{num_of_minutes} minutes": "{num_of_minutes} \u05d3\u05e7\u05d5\u05ea", + "{organization}\\'s logo": "\u05d4\u05e1\u05de\u05dc \u05e9\u05dc {organization}", + "{screen_reader_start}Warning:{screen_reader_end} No content groups exist.": "{screen_reader_start}\u05d0\u05d6\u05d4\u05e8\u05d4:{screen_reader_end} \u05dc\u05d0 \u05e7\u05d9\u05d9\u05de\u05d5\u05ea \u05e7\u05d1\u05d5\u05e6\u05d5\u05ea \u05ea\u05d5\u05db\u05df.", + "{screen_reader_start}Warning:{screen_reader_end} The previously selected content group was deleted. Select another content group.": "{screen_reader_start}\u05d0\u05d6\u05d4\u05e8\u05d4:{screen_reader_end} \u05e7\u05d1\u05d5\u05e6\u05ea \u05d4\u05ea\u05d5\u05db\u05df \u05e9\u05e0\u05d1\u05d7\u05e8\u05d4 \u05d1\u05e2\u05d1\u05e8, \u05e0\u05de\u05d7\u05e7\u05d4. \u05d1\u05d7\u05e8 \u05e7\u05d1\u05d5\u05e6\u05ea \u05ea\u05d5\u05db\u05df \u05d0\u05d7\u05e8\u05ea.", + "{unread_comments_count} new": "{unread_comments_count} \u05d7\u05d3\u05e9", "\u2026": "..." }; for (var key in newcatalog) { @@ -1765,48 +1765,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "j \u05d1F Y H:i", + "DATETIME_FORMAT": "j \u05d1F Y H:i", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "j \u05d1F Y", + ], + "DATE_FORMAT": "j \u05d1F Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "j \u05d1F", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "d/m/Y H:i", - "SHORT_DATE_FORMAT": "d/m/Y", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "H:i", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "j \u05d1F", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "d/m/Y H:i", + "SHORT_DATE_FORMAT": "d/m/Y", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "H:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/hi/djangojs.js b/cms/static/js/i18n/hi/djangojs.js index 4a517a5aa7..e12f673e53 100644 --- a/cms/static/js/i18n/hi/djangojs.js +++ b/cms/static/js/i18n/hi/djangojs.js @@ -20,161 +20,161 @@ django.catalog = django.catalog || {}; var newcatalog = { - " and ": "\u0914\u0930", + " and ": "\u0914\u0930", "%(sel)s of %(cnt)s selected": [ - "%(cnt)s \u092e\u0947\u0902 \u0938\u0947 %(sel)s \u091a\u0941\u0928\u093e \u0917\u092f\u093e \u0939\u0948\u0902", + "%(cnt)s \u092e\u0947\u0902 \u0938\u0947 %(sel)s \u091a\u0941\u0928\u093e \u0917\u092f\u093e \u0939\u0948\u0902", "%(cnt)s \u092e\u0947\u0902 \u0938\u0947 %(sel)s \u091a\u0941\u0928\u0947 \u0917\u090f \u0939\u0948\u0902" - ], - "6 a.m.": "\u0938\u0941\u092c\u0939 6 \u092c\u091c\u0947", - "Admin": "\u0935\u094d\u092f\u0935\u0938\u094d\u0925\u093e\u092a\u0915", - "Are you sure you want to delete this comment?": "\u0915\u094d\u092f\u093e \u0906\u092a \u0935\u093e\u0915\u0908 \u0907\u0938 \u091f\u093f\u092a\u094d\u092a\u0923\u0940 \u0915\u094b \u0939\u091f\u093e\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902?", - "Are you sure you want to delete this post?": "\u0915\u094d\u092f\u093e \u0906\u092a \u0935\u093e\u0915\u0908 \u0907\u0938 \u092a\u094b\u0938\u094d\u091f \u0915\u094b \u0939\u091f\u093e\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902?", - "Are you sure you want to delete this response?": "\u0915\u094d\u092f\u093e \u0906\u092a \u0935\u093e\u0915\u0908 \u0907\u0938 \u091c\u0935\u093e\u092c \u0915\u094b \u0939\u091f\u093e\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902?", - "Are you sure you want to delete this update?": "\u0915\u094d\u092f\u093e \u0906\u092a \u0907\u0938 \u0905\u092a\u0921\u0947\u091f \u0915\u094b \u0939\u091f\u093e\u0928\u093e \u091a\u093e\u0939\u0924\u0947\u0902 \u0939\u0948\u0902?", - "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "\u0915\u094d\u092f\u093e \u0906\u092a \u0935\u093e\u0915\u0908 \u0907\u0938 \u0905\u0902\u0936 \u0915\u094b \u0928\u0937\u094d\u091f \u0915\u0930\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902? \u0907\u0938 \u0915\u094d\u0930\u093f\u092f\u093e \u0915\u094b \u092c\u0926\u0932\u093e \u0928\u0939\u0940\u0902 \u091c\u093e \u0938\u0915\u0924\u093e! \n\u0914\u0930 \u0924\u094b \u0914\u0930 \u0907\u0938 \u0905\u0902\u0936 \u0938\u0947 \u091c\u0941\u0921\u093c\u0947 \u0939\u0941\u092f\u0947 \u0905\u0928\u094d\u092f \u0905\u0902\u0936 \u092f\u093e \u0932\u093f\u0902\u0915\u094d\u0938 \u092d\u0940 \u0938\u093e\u0925 \u0939\u0940 \u092e\u0947\u0902 \u0928\u0937\u094d\u091f \u0939\u094b \u091c\u093e\u092f\u0947\u0902\u0917\u0947\u0964", - "Available %s": "\u0909\u092a\u0932\u092c\u094d\u0927 %s", - "Blockquote": "\u092c\u094d\u0932\u094c\u0915\u0915\u094d\u0935\u094b\u091f", - "Blockquote (Ctrl+Q)": "\u092c\u094d\u0932\u0949\u0915\u0915\u094d\u0935\u094b\u091f (Ctrl+Q)", - "Bold (Ctrl+B)": "\u092c\u094b\u0932\u094d\u0921 (Ctrl+B)", - "Bulleted List (Ctrl+U)": "\u092c\u0941\u0932\u0947\u091f\u094b\u0902 \u0935\u093e\u0932\u0940 \u0938\u0942\u091a\u0940 (Ctrl+U)", - "Cancel": "\u0930\u0926\u094d\u0926 \u0915\u0930\u0947\u0902", - "Choose": "\u091a\u0941\u0928\u0947\u0902", - "Choose a time": "\u090f\u0915 \u0938\u092e\u092f \u091a\u0941\u0928\u0947\u0902", - "Choose all": "\u0938\u092d\u0940 \u091a\u0941\u0928\u0947\u0902", - "Chosen %s": "\u091a\u0941\u0928\u0947\u0902 %s", - "Click to choose all %s at once.": "\u090f\u0915 \u0939\u0940 \u092c\u093e\u0930 \u092e\u0947\u0902 \u0938\u092d\u0940 %s \u0915\u094b \u091a\u0941\u0928\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0915\u094d\u0932\u093f\u0915 \u0915\u0930\u0947\u0902.", - "Click to remove all chosen %s at once.": "\u090f\u0915 \u0939\u0940 \u092c\u093e\u0930 \u092e\u0947\u0902 \u0938\u092d\u0940 %s \u0915\u094b \u0939\u091f\u093e\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0915\u094d\u0932\u093f\u0915 \u0915\u0930\u0947\u0902.", - "Close": "\u092c\u0902\u0926 \u0915\u0930\u0947\u0902", - "Code Sample (Ctrl+K)": "\u0915\u094b\u0921 \u0938\u093e\u092e\u094d\u092a\u0932 (Ctrl+K)", - "Could not retrieve upload url.": "\u0905\u092a\u0932\u094b\u0921 \u092f\u0942.\u0906\u0930.\u0910\u0932. \u092a\u094d\u0930\u093e\u092a\u094d\u0924 \u0928\u0939\u0940\u0902 \u0915\u093f\u092f\u093e \u091c\u093e \u0938\u0915\u093e.", - "Date Added": "\u091c\u094b\u0921\u093c\u0940 \u0917\u092f\u0940 \u0924\u093f\u0925\u093f", - "Delete": "\u0928\u0937\u094d\u091f \u0915\u0930\u0947\u0902", - "Delete File Confirmation": "\u092b\u093e\u0907\u0932 \u0928\u0937\u094d\u091f \u0915\u0930\u0928\u0947 \u0915\u093e \u092a\u0941\u0937\u094d\u091f\u093f\u0915\u0930\u0923", - "Description": "\u0935\u093f\u0935\u0930\u0923", - "Duration (sec)": "\u0905\u0935\u0927\u093f (sec)", - "Edit": "\u092a\u0930\u093f\u0935\u0930\u094d\u0924\u0928 \u0915\u0930\u0947\u0902", - "Email": "\u0908-\u092e\u0947\u0932", - "Emails successfully sent. The following users are no longer enrolled in the course:": "\u0908-\u092e\u0947\u0932\u0947\u0902 \u0938\u092b\u093c\u0932\u0924\u093e\u092a\u0942\u0930\u094d\u0935\u0915 \u092d\u0947\u091c \u0926\u0940 \u0917\u0908\u0902\u0964 \u0907\u0928 \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e\u0913\u0902 \u0915\u093e \u0928\u093e\u092e \u092a\u093e\u0920\u094d\u092f\u0915\u094d\u0930\u092e \u0938\u0947 \u0939\u091f\u093e \u0926\u093f\u092f\u093e \u0917\u092f\u093e \u0939\u0948:", - "Error adding/removing users as beta testers.": "\u092c\u0940\u091f\u093e \u092a\u0930\u0940\u0915\u094d\u0937\u0915 \u0915\u0947 \u0930\u0942\u092a \u092e\u0947\u0902 \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e\u0913\u0902 \u0915\u094b \u0939\u091f\u093e\u0928\u0947/\u091c\u094b\u0921\u093c\u0928\u0947 \u092e\u0947\u0902 \u0924\u094d\u0930\u0941\u091f\u093f\u0964", - "Error changing user's permissions.": "\u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e \u0915\u0940 \u0905\u0928\u0941\u092e\u0924\u093f\u092f\u094b\u0902 \u0915\u094b \u092c\u0926\u0932\u0928\u0947 \u092e\u0947\u0902 \u0924\u094d\u0930\u0941\u091f\u093f\u0964", - "Error enrolling/unenrolling users.": "\u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e\u0913\u0902 \u0915\u093e \u0928\u093e\u092e\u093e\u0902\u0915\u0928/\u0905\u0928\u093e\u092e\u093e\u0902\u0915\u0928 \u0915\u0930\u0928\u0947 \u092e\u0947\u0902 \u0924\u094d\u0930\u0941\u091f\u093f\u0964 ", - "Error generating grades. Please try again.": "\u0917\u094d\u0930\u0947\u0921 \u092c\u0928\u093e\u0928\u0947 \u092e\u0947 \u0915\u0941\u091b \u0917\u0921\u093c\u092c\u0921\u093c\u0964 \u0915\u0943\u092a\u092f\u093e \u092b\u093f\u0930 \u0938\u0947 \u0915\u094b\u0936\u093f\u0936 \u0915\u0930\u0947\u0902\u0964", - "Error getting student list.": "\u091b\u093e\u0924\u094d\u0930 \u0938\u0942\u091a\u0940 \u092a\u093e\u0928\u0947 \u092e\u0947\u0902 \u0915\u0941\u091b \u0917\u0921\u093c\u092c\u0921\u093c\u0964", - "Error listing task history for this student and problem.": "\u0907\u0938 \u091b\u093e\u0924\u094d\u0930 \u0914\u0930 \u0938\u092e\u0938\u094d\u092f\u093e \u0915\u0947 \u0915\u093e\u092e \u0915\u0947 \u0907\u0924\u093f\u0939\u093e\u0938 \u0915\u094b \u0938\u0942\u091a\u0940\u092c\u0926\u094d\u0927 \u0915\u0930\u0928\u0947 \u092e\u0947\u0902 \u0915\u0941\u091b \u0917\u0921\u093c\u092c\u0921\u093c\u0964", - "Error retrieving grading configuration.": "\u0917\u094d\u0930\u0947\u0921\u093f\u0902\u0917 \u0915\u0949\u0928\u092b\u093c\u093f\u0917\u0930\u0947\u0936\u0928 \u0935\u093e\u092a\u093f\u0938 \u0932\u0947\u0928\u0947 \u092e\u0947\u0902 \u0915\u0941\u091b \u0917\u0921\u093c\u092c\u0921\u093c\u0964", - "Error sending email.": "\u0908-\u092e\u0947\u0932 \u0928\u0939\u0940\u0902 \u092d\u0947\u091c\u093e \u091c\u093e \u0938\u0915\u093e\u0964", - "Files must be in JPEG or PNG format.": "\u092b\u093e\u0907\u0932\u0947\u0902 JPEG \u092f\u093e PNG \u092b\u0949\u0930\u094d\u092e\u0947\u091f \u092e\u0947\u0902 \u0939\u094b\u0928\u0940 \u091a\u093e\u0939\u093f\u092f\u0947\u0902.", - "Filter": "\u091b\u093e\u0928\u0928\u093e", - "Find discussions": "\u091a\u0930\u094d\u091a\u093e\u0913\u0902 \u0915\u094b \u0922\u0942\u0902\u0922\u0947\u0902", - "Fullscreen": "\u092a\u0942\u0930\u094d\u0923 \u0938\u094d\u0915\u094d\u0930\u0940\u0928", - "Grace period must be specified in HH:MM format.": "\u092e\u0941\u0939\u0932\u0924 \u0915\u0940 \u0905\u0935\u0927\u093f \u0915\u093e \u092a\u094d\u0930\u093e\u0930\u0942\u092a HH:MM \u0939\u094b\u0928\u093e \u091a\u093e\u0939\u093f\u090f.", - "Group name is required": "\u0938\u092e\u0942\u0939 \u0915\u0947 \u0928\u093e\u092e \u0915\u0940 \u0906\u0935\u0936\u094d\u200d\u092f\u0915\u0924\u093e \u0939\u0948", - "Heading": "\u0936\u0940\u0930\u094d\u0937\u0915", - "Heading (Ctrl+H)": "\u0936\u0940\u0930\u094d\u0937\u0915 (Ctrl+H)", - "Hide": " \u091b\u093f\u092a\u093e\u0913", - "Hide Discussion": " \u091a\u0930\u094d\u091a\u093e \u091b\u093f\u092a\u093e\u090f\u0902", - "Horizontal Rule (Ctrl+R)": "\u0915\u094d\u0937\u0948\u0924\u093f\u091c \u0928\u093f\u092f\u092e (Ctrl + R)", - "Hyperlink (Ctrl+L)": "\u0939\u093e\u0907\u092a\u0930\u0932\u093f\u0902\u0915 (Ctrl+L)", - "Image (Ctrl+G)": "\u0907\u092e\u0947\u091c (Ctrl+G)", - "Italic (Ctrl+I)": "\u0906\u0907\u091f\u0948\u0932\u093f\u0915 (Ctrl+I)", - "Key should only contain letters, numbers, _, or -": "\u091a\u093e\u092c\u0940 \u092e\u0947\u0902 \u092e\u093e\u0924\u094d\u0930 \u0905\u0915\u094d\u0937\u0930, \u0938\u0902\u0916\u094d\u092f\u093e, _, \u092f\u093e - \u0939\u0940 \u0939\u094b \u0938\u0915\u0924\u0947 \u0939\u0948\u0902", - "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "\u091b\u093e\u0924\u094d\u0930 \u0917\u094d\u0930\u0947\u0921 \u091c\u093e\u0928\u0915\u093e\u0930\u0940 \u0915\u0940 \u0938\u0902\u0935\u0947\u0926\u0928\u0936\u0940\u0932 \u092a\u094d\u0930\u0915\u0943\u0924\u093f \u0915\u0947 \u0915\u093e\u0930\u0923 \u0932\u093f\u0902\u0915\u094d\u0938 \u092e\u093e\u0902\u0917 \u092a\u0930 \u0939\u0940 \u0909\u0924\u094d\u092a\u0928\u094d\u0928 \u0939\u094b\u0924\u0947 \u0939\u0948 \u0914\u0930 5 \u092e\u093f\u0928\u091f \u0915\u0947 \u0905\u0902\u0926\u0930-\u0905\u0902\u0926\u0930 \u0938\u092e\u093e\u092a\u094d\u0924 \u0939\u094b \u091c\u093e\u0924\u0947 \u0939\u0948\u0902", - "List item": "\u0906\u0907\u091f\u092e \u0938\u0942\u091a\u0940 ", - "Load Another File": "\u0915\u094b\u0908 \u0914\u0930 \u092b\u093e\u0907\u0932 \u0932\u094b\u0921 \u0915\u0930\u0947\u0902", - "Load all responses": "\u0938\u092d\u0940 \u091c\u0935\u093e\u092c \u0932\u094b\u0921 \u0915\u0930\u0947\u0902", - "Loading content": "\u0932\u094b\u0921\u093f\u0902\u0917 \u0915\u0902\u091f\u0947\u0902\u091f", - "Loading more threads": "\u0914\u0930 \u0915\u0921\u093c\u093f\u092f\u093e\u0902 \u0932\u094b\u0921 \u0915\u0930\u0947\u0902", - "Markdown Editing Help": "\u092e\u093e\u0930\u094d\u0915\u0921\u093e\u0909\u0928 \u090f\u0921\u0940\u091f\u093f\u0902\u0917 \u092e\u0926\u0926", - "Midnight": "\u092e\u0927\u094d\u092f\u0930\u093e\u0924\u094d\u0930\u0940", - "Module state successfully deleted.": "\u092e\u0949\u0921\u094d\u092f\u0942\u0932 \u0938\u094d\u0925\u093f\u0924\u093f \u0915\u094b \u0938\u092b\u0932\u0924\u093e\u092a\u0942\u0930\u094d\u0935\u0915 \u0939\u091f\u093e\u092f\u093e \u0917\u092f\u093e\u0964", - "Name": "\u0928\u093e\u092e", - "Noon": "\u0926\u094b\u092a\u0939\u0930", - "Not in Use": "\u0909\u092a\u092f\u094b\u0917 \u092e\u0947\u0902 \u0928\u0939\u0940\u0902", - "Now": "\u0905\u092c", - "Number of Students": "\u091b\u093e\u0924\u094d\u0930\u094b\u0902 \u0915\u0940 \u0938\u0902\u0916\u094d\u092f\u093e", - "Numbered List (Ctrl+O)": "\u0928\u092e\u094d\u092c\u0930\u094b\u0902 \u0935\u093e\u0932\u0940 \u0938\u0942\u091a\u0940 (Ctrl+O)", - "OK": "\u0920\u0940\u0915", - "One or more rescheduling tasks failed.": "\u090f\u0915 \u092f\u093e \u0905\u0927\u093f\u0915 \u092a\u0941\u0928\u0930\u094d\u0928\u093f\u0930\u094d\u0927\u093e\u0930\u0923 \u0915\u093e\u0930\u094d\u092f \u0935\u093f\u092b\u0932 \u0930\u0939\u0947.", - "Please address the errors on this page first, and then save your progress.": "\u0915\u0943\u092a\u092f\u093e \u0907\u0938 \u092a\u0943\u0937\u094d\u0920 \u092a\u0930 \u091c\u094b \u0917\u0932\u0924\u093f\u092f\u093e\u0901 \u0939\u0948\u0902 \u092a\u0939\u0932\u0947 \u0909\u0928\u094d\u0939\u0947\u0902 \u0920\u0940\u0915 \u0915\u0930\u0947\u0902 \u092b\u093f\u0930 \u0905\u092a\u0928\u0947 \u0915\u093e\u092e \u0915\u094b \u092c\u091a\u093e\u092f\u0947\u0902\u0964", - "Please enter a student email address or username.": "\u0915\u0943\u092a\u092f\u093e \u091b\u093e\u0924\u094d\u0930 \u0915\u093e \u0908-\u092e\u0947\u0932 \u092a\u0924\u093e \u092f\u093e \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e \u0928\u093e\u092e \u0926\u0930\u094d\u091c \u0915\u0930\u0947\u0902\u0964", - "Please enter a username or email.": "\u0915\u0943\u092a\u092f\u093e \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e \u0928\u093e\u092e \u092f\u093e \u0908-\u092e\u0947\u0932 \u092a\u0924\u093e \u0926\u0930\u094d\u091c \u0915\u0930\u0947\u0902\u0964", - "Please enter an integer between 0 and 100.": "\u0915\u0943\u092a\u092f\u093e 0 \u0938\u0947 100 \u0915\u0947 \u092c\u0940\u091a \u0915\u0940 \u092a\u0942\u0930\u094d\u0923\u093e\u0902\u0915 \u0938\u0902\u0916\u094d\u092f\u093e \u0926\u0930\u094d\u091c \u0915\u0930\u0947\u0902.", - "Please enter an integer greater than 0.": "\u0915\u0943\u092a\u093e\u092f 0 \u0938\u0947 \u092c\u095c\u0940 \u092a\u0942\u0930\u094d\u0923\u093e\u0902\u0915 \u0938\u0902\u0916\u094d\u092f\u093e \u0926\u0947\u0902\u0964", - "Please enter non-negative integer.": "\u0938\u0915\u093e\u0930\u093e\u0924\u094d\u092e\u0915 \u092a\u0942\u0930\u094d\u0923\u093e\u0902\u0915 \u0938\u0902\u0916\u094d\u092f\u093e \u0926\u0930\u094d\u091c \u0915\u0930\u0947\u0902.", - "Previous": "\u092a\u093f\u091b\u0932\u093e", - "Redo (Ctrl+Shift+Z)": "\u092b\u093f\u0930 \u0938\u0947 \u0915\u0930\u0947\u0902 (Ctrl+Shift+Z)", - "Redo (Ctrl+Y)": "\u092b\u093f\u0930 \u0938\u0947 \u0915\u0930\u0947\u0902 (Ctrl+Y)", - "Remove": "\u0939\u091f\u093e\u090f\u0902", - "Remove all": "\u0938\u092d\u0940 \u0915\u094b \u0939\u091f\u093e\u090f\u0901", - "Requester": "\u0928\u093f\u0935\u0947\u0926\u0915", - "Required": "\u0906\u0935\u0936\u094d\u092f\u0915", - "Save": "\u0938\u0947\u0935 \u0915\u0930\u0947\u0902", - "Save Changes": "\u092a\u0930\u093f\u0935\u0930\u094d\u0924\u0928 \u0938\u0947\u0935 \u0915\u0930\u0947\u0902", - "Saving": "\u0938\u0947\u0935 \u0939\u094b \u0930\u0939\u093e \u0939\u0948", - "Saving...": "\u0938\u0941\u0930\u0915\u094d\u0937\u093f\u0924 \u0915\u093f\u092f\u093e \u091c\u093e \u0930\u0939\u093e \u0939\u0948 ...", - "Show": "\u0926\u093f\u0916\u093e\u0913", - "Show Discussion": " \u091a\u0930\u094d\u091a\u093e \u0926\u093f\u0916\u093e\u090f\u0902", - "Showing all responses": "\u0938\u092d\u0940 \u091c\u0935\u093e\u092c \u0926\u093f\u0916\u093e\u090f \u091c\u093e \u0930\u0939\u0947 \u0939\u0948\u0902", - "Staff": "\u0915\u0930\u094d\u092e\u091a\u093e\u0930\u0940", - "Submitted": "\u092a\u094d\u0930\u0938\u094d\u0924\u0941\u0924 \u0915\u0930 \u0926\u093f\u092f\u093e \u0917\u092f\u093e", - "Successfully enrolled and sent email to the following users:": "\u0938\u092b\u093c\u0932\u0924\u093e\u092a\u0942\u0930\u094d\u0935\u0915 \u0926\u093e\u0916\u093f\u0932\u093e \u0939\u094b \u0917\u092f\u093e \u0914\u0930 \u0907\u0928-\u0907\u0928 \u091b\u093e\u0924\u094d\u0930\u094b\u0902 \u0915\u094b \u0908-\u092e\u0947\u0932 \u092d\u0947\u091c \u0926\u0940 \u0917\u0908 \u0939\u0948:", - "Successfully enrolled the following users:": "\u0907\u0928 \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e\u0913\u0902 \u0915\u093e \u0938\u092b\u093c\u0932\u0924\u093e\u092a\u0942\u0930\u094d\u0935\u0915 \u0928\u093e\u092e\u093e\u0902\u0915\u0928 \u0939\u094b \u0917\u092f\u093e:", - "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "\u0907\u0928 \u091b\u093e\u0924\u094d\u0930\u094b\u0902 \u0915\u094b \u0938\u092b\u093c\u0932\u0924\u093e\u092a\u0942\u0930\u094d\u0935\u0915 \u0928\u093e\u092e\u093e\u0902\u0915\u0928 \u0915\u093e \u0908-\u092e\u0947\u0932 \u092d\u0947\u091c\u093e \u0926\u093f\u092f\u093e \u0917\u092f\u093e\u0964 \u0930\u091c\u093f\u0938\u094d\u091f\u0930 \u0939\u094b \u091c\u093e\u0928\u0947 \u092a\u0930 \u0909\u0928\u094d\u0939\u0947\u0902 \u0928\u093e\u092e\u093e\u0902\u0915\u0928 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092e\u0924\u093f \u0939\u094b\u0917\u0940:", - "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "\u0907\u0928 \u091b\u093e\u0924\u094d\u0930\u094b\u0902 \u0915\u094b \u0938\u092b\u093c\u0932\u0924\u093e\u092a\u0942\u0930\u094d\u0935\u0915 \u0928\u093e\u092e\u093e\u0902\u0915\u0928 \u0915\u093e \u0908-\u092e\u0947\u0932 \u092d\u0947\u091c \u0926\u093f\u092f\u093e \u0917\u092f\u093e \u0939\u0948\u0964 \u0930\u091c\u093f\u0938\u094d\u091f\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092c\u093e\u0926 \u0907\u0928\u0915\u093e \u0928\u093e\u092e\u093e\u0902\u0915\u0928 \u0915\u0930 \u0926\u093f\u092f\u093e \u091c\u093e\u090f\u0917\u093e\u0903", - "Task Progress": "\u0915\u093e\u0930\u094d\u092f \u092a\u094d\u0930\u0917\u0924\u093f", - "Task Type": "\u0915\u093e\u0930\u094d\u092f \u092a\u094d\u0930\u0915\u093e\u0930", - "Task inputs": "\u091f\u093e\u0938\u094d\u0915 \u0907\u0928\u092a\u0941\u091f", - "The course must have an assigned start date.": "\u0907\u0938 \u092a\u093e\u0920\u094d\u092f\u0915\u094d\u0930\u092e \u0915\u0947 \u092a\u094d\u0930\u093e\u0930\u0902\u092d \u0939\u094b\u0928\u0947 \u0915\u0940 \u0924\u093f\u0925\u093f \u0939\u094b\u0928\u0940 \u091a\u093e\u0939\u093f\u090f.", - "The enrollment end date cannot be after the course end date.": "\u0907\u0938 \u092a\u093e\u0920\u094d\u092f\u0915\u094d\u0930\u092e \u0915\u0947 \u0928\u093e\u092e\u093e\u0902\u0915\u0928 \u0915\u0940 \u0938\u092e\u093e\u092a\u094d\u0924\u093f \u0924\u093f\u0925\u093f \u0907\u0938 \u092a\u093e\u0920\u094d\u092f\u0915\u094d\u0930\u092e \u0915\u0947 \u092a\u094d\u0930\u093e\u0930\u0902\u092d \u0915\u0940 \u0924\u093f\u0925\u093f \u0938\u0947 \u092a\u0936\u094d\u091a\u093e\u0924 \u0928\u0939\u0940\u0902 \u0939\u094b \u0938\u0915\u0924\u0940.", - "The enrollment start date cannot be after the enrollment end date.": "\u0907\u0938 \u092a\u093e\u0920\u094d\u092f\u0915\u094d\u0930\u092e \u0915\u0947 \u0928\u093e\u092e\u093e\u0902\u0915\u0928 \u0915\u0947 \u092a\u094d\u0930\u093e\u0930\u0902\u092d \u0939\u094b\u0928\u0947 \u0915\u0940 \u0924\u093f\u0925\u093f \u0907\u0938\u0915\u0947 \u0928\u093e\u092e\u093e\u0902\u0915\u0928 \u0915\u0940 \u0938\u092e\u093e\u092a\u094d\u0924\u093f \u0924\u093f\u0925\u093f \u0938\u0947 \u092a\u0936\u094d\u091a\u093e\u0924 \u0928\u0939\u0940\u0902 \u0939\u094b \u0938\u0915\u0924\u0940.", - "The following users are no longer enrolled in the course:": "\u0907\u0928 \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e\u0913\u0902 \u0915\u093e \u0928\u093e\u092e \u092a\u093e\u0920\u094d\u092f\u0915\u094d\u0930\u092e \u0938\u0947 \u0939\u091f\u093e \u0926\u093f\u092f\u093e \u0917\u092f\u093e \u0939\u0948:", - "There is no email history for this course.": "\u0907\u0938 \u092a\u093e\u0920\u094d\u092f\u0915\u094d\u0930\u092e \u0915\u093e \u0915\u094b\u0908 \u0908-\u092e\u0947\u0932 \u0907\u0924\u093f\u0939\u093e\u0938 \u0928\u0939\u0940\u0902 \u0939\u0948\u0964", - "There was an error obtaining email task history for this course.": "\u0907\u0938 \u092a\u093e\u0920\u094d\u092f\u0915\u094d\u0930\u092e \u0915\u0947 \u0908-\u092e\u0947\u0932 \u091f\u093e\u0938\u094d\u0915 \u0932\u093f\u0938\u094d\u091f \u0915\u093e \u0907\u0924\u093f\u0939\u093e\u0938 \u092a\u094d\u0930\u093e\u092a\u094d\u0924 \u0915\u0930\u0928\u0947 \u092e\u0947\u0902 \u0915\u0941\u091b \u0917\u0921\u093c\u092c\u0921\u093c \u0939\u0941\u0908\u0964", - "There's already another assignment type with this name.": "\u0907\u0938 \u0928\u093e\u092e \u0915\u093e \u0915\u093e\u0930\u094d\u092f \u092a\u0939\u0932\u0947 \u0938\u0947 \u0939\u0940 \u092e\u094c\u091c\u0942\u0926 \u0939\u0948", - "These users were not added as beta testers:": "\u0907\u0928 \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e\u0913\u0902 \u0915\u094b \u092c\u0940\u091f\u093e \u092a\u0930\u0940\u0915\u094d\u0937\u0915 \u0915\u0947 \u0930\u0942\u092a \u092e\u0947\u0902 \u091c\u094b\u0921\u093c\u093e \u0928\u0939\u0940\u0902 \u0917\u092f\u093e:", - "These users were not affiliated with the course so could not be unenrolled:": "\u0907\u0928 \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e\u0913\u0902 \u0915\u093e \u092a\u093e\u0920\u094d\u092f\u0915\u094d\u0930\u092e \u0938\u0947 \u0915\u094b\u0908 \u0938\u0902\u092c\u0902\u0927 \u0928\u0939\u0940\u0902 \u0925\u093e \u0907\u0938\u0932\u093f\u090f \u0907\u0928\u0915\u093e \u0928\u093e\u092e\u093e\u0902\u0915\u0928 \u0930\u0926\u094d\u0926 \u0928\u0939\u0940\u0902 \u0915\u093f\u092f\u093e \u091c\u093e \u0938\u0915\u093e:", - "These users were not removed as beta testers:": "\u0907\u0928 \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e\u0913\u0902 \u0915\u094b \u092c\u0940\u091f\u093e \u092a\u0930\u0940\u0915\u094d\u0937\u0915 \u0915\u0947 \u0930\u0942\u092a \u0938\u0947 \u0928\u0939\u0940\u0902 \u0939\u091f\u093e\u092f\u093e \u0917\u092f\u093e:", - "These users were successfully added as beta testers:": "\u0907\u0928 \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e\u0913\u0902 \u0915\u094b \u0938\u092b\u093c\u0932\u0924\u093e\u092a\u0942\u0930\u094d\u0935\u0915 \u092c\u0940\u091f\u093e \u092a\u0930\u0940\u0915\u094d\u0937\u0915 \u0915\u0947 \u0930\u0942\u092a \u092e\u0947\u0902 \u091c\u094b\u0921\u093c \u0926\u093f\u092f\u093e \u0917\u092f\u093e:", - "These users were successfully removed as beta testers:": "\u0907\u0928 \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e\u0913\u0902 \u0915\u094b \u0938\u092b\u093c\u0932\u0924\u093e\u092a\u0942\u0930\u094d\u0935\u0915 \u092c\u0940\u091f\u093e \u092a\u0930\u0940\u0915\u094d\u0937\u0915 \u0915\u0947 \u0930\u0942\u092a \u0938\u0947 \u0939\u091f\u093e \u0926\u093f\u092f\u093e \u0917\u092f\u093e:", - "These users will be allowed to enroll once they register:": "\u0907\u0928 \u091b\u093e\u0924\u094d\u0930\u094b\u0902 \u0915\u094b \u0930\u091c\u093f\u0938\u094d\u091f\u0930 \u0939\u094b \u091c\u093e\u0928\u0947 \u092a\u0930 \u0928\u093e\u092e\u093e\u0902\u0915\u0928 \u0932\u0947\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092e\u0924\u093f \u0939\u094b\u0917\u0940:", - "These users will be enrolled once they register:": "\u0930\u091c\u093f\u0938\u094d\u091f\u0930 \u0939\u094b\u0928\u0947 \u0915\u0947 \u092c\u093e\u0926 \u0907\u0928 \u091b\u093e\u0924\u094d\u0930\u094b\u0902 \u0915\u093e \u0928\u093e\u092e\u093e\u0902\u0915\u0928 \u0915\u0930 \u0926\u093f\u092f\u093e \u091c\u093e\u090f\u0917\u093e:", - "This action cannot be undone.": "\u0907\u0938 \u0915\u094d\u0930\u093f\u092f\u093e \u0915\u094b \u092a\u0942\u0930\u094d\u0935\u0935\u0924 \u0928\u0939\u0940\u0902 \u0915\u093f\u092f\u093e \u091c\u093e \u0938\u0915\u0924\u093e \u0939\u0948.", - "This assessment could not be submitted.": "\u0907\u0938 \u092e\u0942\u0932\u094d\u092f\u093e\u0902\u0915\u0928 \u0915\u094b \u091c\u092e\u093e \u0928\u0939\u0940\u0902 \u0915\u093f\u092f\u093e \u091c\u093e \u0938\u0915\u093e.", - "This feedback could not be submitted.": "\u0907\u0938 \u092a\u094d\u0930\u0924\u093f\u0915\u094d\u0930\u093f\u092f\u093e \u0915\u094b \u091c\u092e\u093e \u0928\u0939\u0940\u0902 \u0915\u093f\u092f\u093e \u091c\u093e \u0938\u0915\u093e.", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "\u092f\u0939 \u0909\u092a\u0932\u092c\u094d\u0927 %s \u0915\u0940 \u0938\u0942\u091a\u0940 \u0939\u0948. \u0906\u092a \u0909\u0928\u094d\u0939\u0947\u0902 \u0928\u0940\u091a\u0947 \u0926\u093f\u090f \u0917\u090f \u092c\u0949\u0915\u094d\u0938 \u092e\u0947\u0902 \u0938\u0947 \u091a\u092f\u0928 \u0915\u0930\u0915\u0947 \u0915\u0941\u091b \u0915\u094b \u091a\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0914\u0930 \u0909\u0938\u0915\u0947 \u092c\u093e\u0926 \u0926\u094b \u092c\u0949\u0915\u094d\u0938 \u0915\u0947 \u092c\u0940\u091a \"\u091a\u0941\u0928\u0947\u0902\" \u0924\u0940\u0930 \u092a\u0930 \u0915\u094d\u0932\u093f\u0915 \u0915\u0930\u0947\u0902.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "\u092f\u0939 \u0909\u092a\u0932\u092c\u094d\u0927 %s \u0915\u0940 \u0938\u0942\u091a\u0940 \u0939\u0948. \u0906\u092a \u0909\u0928\u094d\u0939\u0947\u0902 \u0928\u0940\u091a\u0947 \u0926\u093f\u090f \u0917\u090f \u092c\u0949\u0915\u094d\u0938 \u092e\u0947\u0902 \u0938\u0947 \u091a\u092f\u0928 \u0915\u0930\u0915\u0947 \u0915\u0941\u091b \u0915\u094b \u0939\u091f\u093e \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0914\u0930 \u0909\u0938\u0915\u0947 \u092c\u093e\u0926 \u0926\u094b \u092c\u0949\u0915\u094d\u0938 \u0915\u0947 \u092c\u0940\u091a \"\u0939\u091f\u093e\u092f\u0947\u0902\" \u0924\u0940\u0930 \u092a\u0930 \u0915\u094d\u0932\u093f\u0915 \u0915\u0930\u0947\u0902.", - "This problem could not be saved.": "\u0907\u0938 \u092a\u094d\u0930\u0936\u094d\u0928 \u0915\u094b \u0938\u0941\u0930\u0915\u094d\u0937\u093f\u0924 \u0928\u0939\u0940\u0902 \u0915\u093f\u092f\u093e \u091c\u093e \u0938\u0915\u093e.", - "This response could not be saved.": "\u0907\u0938 \u0909\u0924\u094d\u0924\u0930 \u0915\u094b \u0938\u0941\u0930\u0915\u094d\u0937\u093f\u0924 \u0928\u0939\u0940\u0902 \u0915\u093f\u092f\u093e \u091c\u093e \u0938\u0915\u093e.", - "This response could not be submitted.": "\u0907\u0938 \u0909\u0924\u094d\u0924\u0930 \u0915\u094b \u091c\u092e\u093e \u0928\u0939\u0940\u0902 \u0915\u093f\u092f\u093e \u091c\u093e \u0938\u0915\u093e.", - "This section could not be loaded.": "\u092f\u0939 \u0916\u0902\u0921 \u0932\u094b\u0921 \u0928\u0939\u0940\u0902 \u0915\u093f\u092f\u093e \u091c\u093e \u0938\u0915\u093e.", - "Today": "\u0906\u091c", - "Tomorrow": "\u0915\u0932", - "Type into this box to filter down the list of available %s.": "\u0907\u0938 \u092c\u0949\u0915\u094d\u0938 \u092e\u0947\u0902 \u091f\u093e\u0907\u092a \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0928\u0940\u091a\u0947 \u0909\u092a\u0932\u092c\u094d\u0927 %s \u0915\u0940 \u0938\u0942\u091a\u0940 \u0915\u094b \u092b\u093c\u093f\u0932\u094d\u091f\u0930 \u0915\u0930\u0947\u0902.", - "Undo (Ctrl+Z)": "\u092b\u093f\u0930 \u0938\u0947 \u0915\u0930\u0947\u0902 (Ctrl+Z)", - "Unknown": "\u0905\u092a\u0930\u093f\u091a\u093f\u0924", - "Upload New File": "\u0928\u0908 \u092b\u093e\u0907\u0932 \u0905\u092a\u0932\u094b\u0921 \u0915\u093f\u091c\u093f\u092f\u0947 ", - "Upload completed": "\u0905\u092a\u0932\u094b\u0921 \u092a\u0942\u0930\u093e \u0939\u0941\u0906", - "Upload your course image.": "\u0905\u092a\u0928\u0947 \u092a\u093e\u0920\u094d\u092f\u0915\u094d\u0930\u092e \u0915\u0940 \u091b\u0935\u093f \u0905\u092a\u0932\u094b\u0921 \u0915\u0930\u0947\u0902.", - "Uploading": "\u0905\u092a\u0932\u094b\u0921 \u0939\u094b \u0930\u0939\u093e \u0939\u0948", - "Username": "\u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e \u0928\u093e\u092e", - "Users must create and activate their account before they can be promoted to beta tester.": "\u092c\u0940\u091f\u093e \u092a\u0930\u0940\u0915\u094d\u0937\u0915 \u0915\u0947 \u0932\u093f\u090f \u092a\u0926\u094b\u0928\u094d\u0928\u0924 \u0939\u094b\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u092a\u0939\u0932\u0947 \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e\u0913\u0902 \u0915\u0947 \u0916\u093e\u0924\u0947 \u0915\u094b \u092c\u0928\u093e\u0928\u093e \u0914\u0930 \u0938\u0915\u094d\u0930\u093f\u092f \u0915\u0930\u0928\u093e \u091c\u093c\u0930\u0942\u0930\u0940 \u0939\u0948\u0964", - "Yesterday": "\u0915\u0932 (\u092c\u0940\u0924\u093e)", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u0906\u092a \u0928\u0947 \u0915\u093e\u0930\u094d\u0930\u0935\u093e\u0908 \u091a\u0941\u0928\u0940 \u0939\u0948\u0902, \u0914\u0930 \u0906\u092a \u0928\u0947 \u0938\u094d\u0935\u0924\u0902\u0924\u094d\u0930 \u0938\u092e\u094d\u092a\u093e\u0926\u0928\u0915\u094d\u0937\u092e \u0915\u094d\u0937\u0947\u0924\u094d\u0930/\u0938\u094d\u0924\u092e\u094d\u092d \u092e\u0947\u0902 \u092c\u0926\u0932 \u0928\u0939\u0940\u0902 \u0915\u093f\u092f\u0947 \u0939\u0948\u0902| \u0938\u0902\u092d\u0935\u0924\u0903 '\u0938\u0947\u0935' \u092c\u091f\u0928 \u0915\u0947 \u092c\u091c\u093e\u092f \u0906\u092a '\u0917\u094b' \u092c\u091f\u0928 \u0922\u0942\u0928\u094d\u0922 \u0930\u0939\u0947 \u0939\u094b |", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u0906\u092a \u0928\u0947 \u0915\u093e\u0930\u094d\u0930\u0935\u093e\u0908 \u0924\u094b \u091a\u0941\u0928\u0940 \u0939\u0948\u0902, \u092a\u0930 \u0938\u094d\u0935\u0924\u0902\u0924\u094d\u0930 \u0938\u092e\u094d\u092a\u093e\u0926\u0928\u0915\u094d\u0937\u092e \u0915\u094d\u0937\u0947\u0924\u094d\u0930/\u0938\u094d\u0924\u092e\u094d\u092d \u092e\u0947\u0902 \u0915\u093f\u092f\u0947 \u0939\u0941\u090f \u092c\u0926\u0932 \u0905\u092d\u0940 \u0938\u0941\u0930\u0915\u094d\u0937\u093f\u0924 \u0928\u0939\u0940\u0902 \u0915\u093f\u092f\u0947 \u0939\u0948\u0902| \u0909\u0928\u094d\u0939\u0947\u0902 \u0938\u0941\u0930\u0915\u094d\u0937\u093f\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0915\u0943\u092a\u092f\u093e '\u0913\u0915\u0947' \u0915\u094d\u0932\u093f\u0915 \u0915\u0930\u0947 | \u0906\u092a \u0915\u094b \u091a\u0941\u0928\u0940 \u0939\u0941\u0908 \u0915\u093e\u0930\u094d\u0930\u0935\u093e\u0908 \u0926\u094b\u092c\u093e\u0930\u093e \u091a\u0932\u093e\u0928\u0940 \u0939\u094b\u0917\u0940 |", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "\u0938\u094d\u0935\u0924\u0902\u0924\u094d\u0930 \u0938\u092e\u094d\u092a\u093e\u0926\u0928\u0915\u094d\u0937\u092e \u0915\u094d\u0937\u0947\u0924\u094d\u0930/\u0938\u094d\u0924\u092e\u094d\u092d \u092e\u0947\u0902 \u0915\u093f\u092f\u0947 \u0939\u0941\u090f \u092c\u0926\u0932 \u0905\u092d\u0940 \u0930\u0915\u094d\u0937\u093f\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948\u0902 | \u0905\u0917\u0930 \u0906\u092a \u0915\u0941\u091b \u0915\u093e\u0930\u094d\u0930\u0935\u093e\u0908 \u0915\u0930\u0924\u0947 \u0939\u094b \u0924\u094b \u0935\u0947 \u0916\u094b \u091c\u093e\u092f\u0947\u0902\u0917\u0947 |", - "You've made some changes": "\u0906\u092a\u0928\u0947 \u0915\u0941\u091b \u092c\u0926\u0932\u093e\u0935 \u0915\u093f\u092f\u0947 \u0939\u0948\u0902", - "You've made some changes, but there are some errors": "\u0906\u092a\u0928\u0947 \u0915\u0941\u091b \u092c\u0926\u0932\u093e\u0935 \u0915\u093f\u092f\u0947 \u0939\u0948\u0902 \u0932\u0947\u0915\u093f\u0928 \u0907\u0938\u092e\u0947\u0902 \u0925\u094b\u0921\u093c\u0940 \u0917\u0932\u0924\u093f\u092f\u093e\u0901 \u0939\u0948\u0902", - "Your changes will not take effect until you save your progress.": "\u0906\u092a\u0915\u0947 \u0926\u094d\u0935\u093e\u0930\u093e \u0915\u093f\u092f\u093e \u0917\u092f\u093e \u092a\u0930\u094d\u0924\u093f\u0935\u0930\u094d\u0924\u0928 \u0938\u0947\u0935 \u0915\u093f\u092f\u0947 \u091c\u093e\u0928\u0947 \u0915\u0947 \u092a\u0936\u094d\u091a\u093e\u0924\u094d \u0939\u0940 \u092a\u094d\u0930\u092d\u093e\u0935\u0940 \u0939\u094b\u0917\u093e.", - "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "\u0906\u092a\u0928\u0947 \u091c\u094b \u092c\u0926\u0932\u093e\u0935 \u0915\u093f\u092f\u0947 \u0939\u0948\u0902 \u0935\u0947 \u0924\u092c \u0924\u0915 \u0905\u0938\u0930\u0926\u093e\u0930 \u0928\u0939\u0940\u0902 \u0939\u094b\u0902\u0917\u0947 \u091c\u092c \u0924\u0915 \u0906\u092a \u0905\u092a\u0928\u093e \u0915\u093e\u092e \u092c\u091a\u093e\u0924\u0947 \u0928\u0939\u0940\u0902 \u0939\u0948\u0902\u0964 \u092c\u091f\u0928 \u0914\u0930 \u092e\u0942\u0932\u094d\u092f \u0921\u093e\u0932\u0924\u0947 \u0938\u092e\u092f \u0927\u094d\u092f\u093e\u0928 \u0926\u0947\u0902 \u0928\u0939\u0940\u0902 \u0924\u094b \u0920\u0940\u0915 \u092e\u093e\u0928\u094d\u092f\u0924\u093e \u0928\u0939\u0940\u0902 \u092e\u093f\u0932\u0947\u0917\u0940\u0964", - "Your file has been deleted.": "\u0906\u092a\u0915\u0940 \u092b\u093e\u0907\u0932 \u0928\u0937\u094d\u091f \u0915\u0940 \u091c\u093e \u091a\u0941\u0915\u0940 \u0939\u0948.", - "Your message cannot be blank.": "\u0906\u092a\u0915\u093e \u0938\u0928\u094d\u0926\u0947\u0936 \u0916\u093e\u0932\u0940 \u0928\u0939\u0940\u0902 \u0939\u094b \u0938\u0915\u0924\u093e\u0964", - "Your message must have a subject.": "\u0906\u092a\u0915\u0947 \u0938\u0928\u094d\u0926\u0947\u0936 \u0915\u093e \u0935\u093f\u0937\u092f \u0939\u094b\u0928\u093e \u091a\u093e\u0939\u093f\u090f\u0964", - "Your policy changes have been saved.": "\u0906\u092a\u0928\u0947 \u091c\u094b \u0928\u0940\u0924\u093f \u092a\u0930\u093f\u0935\u0930\u094d\u0924\u0928 \u0915\u093f\u092f\u0947 \u0939\u0948\u0902 \u0935\u0947 \u0938\u0947\u0935 \u0915\u093f\u092f\u0947 \u091c\u093e \u091a\u0941\u0915\u0947 \u0939\u0948\u0902\u0964", - "anonymous": "\u0917\u0941\u092e\u0928\u093e\u092e", - "emphasized text": "\u0905\u0915\u094d\u0937\u0930 \u091c\u093f\u0928 \u092a\u0930 \u091c\u093c\u094b\u0930 \u0926\u093f\u092f\u093e \u0917\u092f\u093e \u0939\u0948 ", - "enter code here": "\u092f\u0939\u093e\u0902 \u0915\u094b\u0921 \u0921\u093e\u0932\u0947\u0902", - "enter link description here": "\u0932\u093f\u0902\u0915 \u0915\u093e \u0935\u0930\u094d\u0923\u0928 \u092f\u0939\u093e\u0902 \u0926\u0947\u0902", - "strong text": "\u092e\u094b\u091f\u0947-\u092e\u094b\u091f\u0947 \u0905\u0915\u094d\u0937\u0930", + ], + "6 a.m.": "\u0938\u0941\u092c\u0939 6 \u092c\u091c\u0947", + "Admin": "\u0935\u094d\u092f\u0935\u0938\u094d\u0925\u093e\u092a\u0915", + "Are you sure you want to delete this comment?": "\u0915\u094d\u092f\u093e \u0906\u092a \u0935\u093e\u0915\u0908 \u0907\u0938 \u091f\u093f\u092a\u094d\u092a\u0923\u0940 \u0915\u094b \u0939\u091f\u093e\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902?", + "Are you sure you want to delete this post?": "\u0915\u094d\u092f\u093e \u0906\u092a \u0935\u093e\u0915\u0908 \u0907\u0938 \u092a\u094b\u0938\u094d\u091f \u0915\u094b \u0939\u091f\u093e\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902?", + "Are you sure you want to delete this response?": "\u0915\u094d\u092f\u093e \u0906\u092a \u0935\u093e\u0915\u0908 \u0907\u0938 \u091c\u0935\u093e\u092c \u0915\u094b \u0939\u091f\u093e\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902?", + "Are you sure you want to delete this update?": "\u0915\u094d\u092f\u093e \u0906\u092a \u0907\u0938 \u0905\u092a\u0921\u0947\u091f \u0915\u094b \u0939\u091f\u093e\u0928\u093e \u091a\u093e\u0939\u0924\u0947\u0902 \u0939\u0948\u0902?", + "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "\u0915\u094d\u092f\u093e \u0906\u092a \u0935\u093e\u0915\u0908 \u0907\u0938 \u0905\u0902\u0936 \u0915\u094b \u0928\u0937\u094d\u091f \u0915\u0930\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902? \u0907\u0938 \u0915\u094d\u0930\u093f\u092f\u093e \u0915\u094b \u092c\u0926\u0932\u093e \u0928\u0939\u0940\u0902 \u091c\u093e \u0938\u0915\u0924\u093e! \n\u0914\u0930 \u0924\u094b \u0914\u0930 \u0907\u0938 \u0905\u0902\u0936 \u0938\u0947 \u091c\u0941\u0921\u093c\u0947 \u0939\u0941\u092f\u0947 \u0905\u0928\u094d\u092f \u0905\u0902\u0936 \u092f\u093e \u0932\u093f\u0902\u0915\u094d\u0938 \u092d\u0940 \u0938\u093e\u0925 \u0939\u0940 \u092e\u0947\u0902 \u0928\u0937\u094d\u091f \u0939\u094b \u091c\u093e\u092f\u0947\u0902\u0917\u0947\u0964", + "Available %s": "\u0909\u092a\u0932\u092c\u094d\u0927 %s", + "Blockquote": "\u092c\u094d\u0932\u094c\u0915\u0915\u094d\u0935\u094b\u091f", + "Blockquote (Ctrl+Q)": "\u092c\u094d\u0932\u0949\u0915\u0915\u094d\u0935\u094b\u091f (Ctrl+Q)", + "Bold (Ctrl+B)": "\u092c\u094b\u0932\u094d\u0921 (Ctrl+B)", + "Bulleted List (Ctrl+U)": "\u092c\u0941\u0932\u0947\u091f\u094b\u0902 \u0935\u093e\u0932\u0940 \u0938\u0942\u091a\u0940 (Ctrl+U)", + "Cancel": "\u0930\u0926\u094d\u0926 \u0915\u0930\u0947\u0902", + "Choose": "\u091a\u0941\u0928\u0947\u0902", + "Choose a time": "\u090f\u0915 \u0938\u092e\u092f \u091a\u0941\u0928\u0947\u0902", + "Choose all": "\u0938\u092d\u0940 \u091a\u0941\u0928\u0947\u0902", + "Chosen %s": "\u091a\u0941\u0928\u0947\u0902 %s", + "Click to choose all %s at once.": "\u090f\u0915 \u0939\u0940 \u092c\u093e\u0930 \u092e\u0947\u0902 \u0938\u092d\u0940 %s \u0915\u094b \u091a\u0941\u0928\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0915\u094d\u0932\u093f\u0915 \u0915\u0930\u0947\u0902.", + "Click to remove all chosen %s at once.": "\u090f\u0915 \u0939\u0940 \u092c\u093e\u0930 \u092e\u0947\u0902 \u0938\u092d\u0940 %s \u0915\u094b \u0939\u091f\u093e\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0915\u094d\u0932\u093f\u0915 \u0915\u0930\u0947\u0902.", + "Close": "\u092c\u0902\u0926 \u0915\u0930\u0947\u0902", + "Code Sample (Ctrl+K)": "\u0915\u094b\u0921 \u0938\u093e\u092e\u094d\u092a\u0932 (Ctrl+K)", + "Could not retrieve upload url.": "\u0905\u092a\u0932\u094b\u0921 \u092f\u0942.\u0906\u0930.\u0910\u0932. \u092a\u094d\u0930\u093e\u092a\u094d\u0924 \u0928\u0939\u0940\u0902 \u0915\u093f\u092f\u093e \u091c\u093e \u0938\u0915\u093e.", + "Date Added": "\u091c\u094b\u0921\u093c\u0940 \u0917\u092f\u0940 \u0924\u093f\u0925\u093f", + "Delete": "\u0928\u0937\u094d\u091f \u0915\u0930\u0947\u0902", + "Delete File Confirmation": "\u092b\u093e\u0907\u0932 \u0928\u0937\u094d\u091f \u0915\u0930\u0928\u0947 \u0915\u093e \u092a\u0941\u0937\u094d\u091f\u093f\u0915\u0930\u0923", + "Description": "\u0935\u093f\u0935\u0930\u0923", + "Duration (sec)": "\u0905\u0935\u0927\u093f (sec)", + "Edit": "\u092a\u0930\u093f\u0935\u0930\u094d\u0924\u0928 \u0915\u0930\u0947\u0902", + "Email": "\u0908-\u092e\u0947\u0932", + "Emails successfully sent. The following users are no longer enrolled in the course:": "\u0908-\u092e\u0947\u0932\u0947\u0902 \u0938\u092b\u093c\u0932\u0924\u093e\u092a\u0942\u0930\u094d\u0935\u0915 \u092d\u0947\u091c \u0926\u0940 \u0917\u0908\u0902\u0964 \u0907\u0928 \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e\u0913\u0902 \u0915\u093e \u0928\u093e\u092e \u092a\u093e\u0920\u094d\u092f\u0915\u094d\u0930\u092e \u0938\u0947 \u0939\u091f\u093e \u0926\u093f\u092f\u093e \u0917\u092f\u093e \u0939\u0948:", + "Error adding/removing users as beta testers.": "\u092c\u0940\u091f\u093e \u092a\u0930\u0940\u0915\u094d\u0937\u0915 \u0915\u0947 \u0930\u0942\u092a \u092e\u0947\u0902 \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e\u0913\u0902 \u0915\u094b \u0939\u091f\u093e\u0928\u0947/\u091c\u094b\u0921\u093c\u0928\u0947 \u092e\u0947\u0902 \u0924\u094d\u0930\u0941\u091f\u093f\u0964", + "Error changing user's permissions.": "\u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e \u0915\u0940 \u0905\u0928\u0941\u092e\u0924\u093f\u092f\u094b\u0902 \u0915\u094b \u092c\u0926\u0932\u0928\u0947 \u092e\u0947\u0902 \u0924\u094d\u0930\u0941\u091f\u093f\u0964", + "Error enrolling/unenrolling users.": "\u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e\u0913\u0902 \u0915\u093e \u0928\u093e\u092e\u093e\u0902\u0915\u0928/\u0905\u0928\u093e\u092e\u093e\u0902\u0915\u0928 \u0915\u0930\u0928\u0947 \u092e\u0947\u0902 \u0924\u094d\u0930\u0941\u091f\u093f\u0964 ", + "Error generating grades. Please try again.": "\u0917\u094d\u0930\u0947\u0921 \u092c\u0928\u093e\u0928\u0947 \u092e\u0947 \u0915\u0941\u091b \u0917\u0921\u093c\u092c\u0921\u093c\u0964 \u0915\u0943\u092a\u092f\u093e \u092b\u093f\u0930 \u0938\u0947 \u0915\u094b\u0936\u093f\u0936 \u0915\u0930\u0947\u0902\u0964", + "Error getting student list.": "\u091b\u093e\u0924\u094d\u0930 \u0938\u0942\u091a\u0940 \u092a\u093e\u0928\u0947 \u092e\u0947\u0902 \u0915\u0941\u091b \u0917\u0921\u093c\u092c\u0921\u093c\u0964", + "Error listing task history for this student and problem.": "\u0907\u0938 \u091b\u093e\u0924\u094d\u0930 \u0914\u0930 \u0938\u092e\u0938\u094d\u092f\u093e \u0915\u0947 \u0915\u093e\u092e \u0915\u0947 \u0907\u0924\u093f\u0939\u093e\u0938 \u0915\u094b \u0938\u0942\u091a\u0940\u092c\u0926\u094d\u0927 \u0915\u0930\u0928\u0947 \u092e\u0947\u0902 \u0915\u0941\u091b \u0917\u0921\u093c\u092c\u0921\u093c\u0964", + "Error retrieving grading configuration.": "\u0917\u094d\u0930\u0947\u0921\u093f\u0902\u0917 \u0915\u0949\u0928\u092b\u093c\u093f\u0917\u0930\u0947\u0936\u0928 \u0935\u093e\u092a\u093f\u0938 \u0932\u0947\u0928\u0947 \u092e\u0947\u0902 \u0915\u0941\u091b \u0917\u0921\u093c\u092c\u0921\u093c\u0964", + "Error sending email.": "\u0908-\u092e\u0947\u0932 \u0928\u0939\u0940\u0902 \u092d\u0947\u091c\u093e \u091c\u093e \u0938\u0915\u093e\u0964", + "Files must be in JPEG or PNG format.": "\u092b\u093e\u0907\u0932\u0947\u0902 JPEG \u092f\u093e PNG \u092b\u0949\u0930\u094d\u092e\u0947\u091f \u092e\u0947\u0902 \u0939\u094b\u0928\u0940 \u091a\u093e\u0939\u093f\u092f\u0947\u0902.", + "Filter": "\u091b\u093e\u0928\u0928\u093e", + "Find discussions": "\u091a\u0930\u094d\u091a\u093e\u0913\u0902 \u0915\u094b \u0922\u0942\u0902\u0922\u0947\u0902", + "Fullscreen": "\u092a\u0942\u0930\u094d\u0923 \u0938\u094d\u0915\u094d\u0930\u0940\u0928", + "Grace period must be specified in HH:MM format.": "\u092e\u0941\u0939\u0932\u0924 \u0915\u0940 \u0905\u0935\u0927\u093f \u0915\u093e \u092a\u094d\u0930\u093e\u0930\u0942\u092a HH:MM \u0939\u094b\u0928\u093e \u091a\u093e\u0939\u093f\u090f.", + "Group name is required": "\u0938\u092e\u0942\u0939 \u0915\u0947 \u0928\u093e\u092e \u0915\u0940 \u0906\u0935\u0936\u094d\u200d\u092f\u0915\u0924\u093e \u0939\u0948", + "Heading": "\u0936\u0940\u0930\u094d\u0937\u0915", + "Heading (Ctrl+H)": "\u0936\u0940\u0930\u094d\u0937\u0915 (Ctrl+H)", + "Hide": " \u091b\u093f\u092a\u093e\u0913", + "Hide Discussion": " \u091a\u0930\u094d\u091a\u093e \u091b\u093f\u092a\u093e\u090f\u0902", + "Horizontal Rule (Ctrl+R)": "\u0915\u094d\u0937\u0948\u0924\u093f\u091c \u0928\u093f\u092f\u092e (Ctrl + R)", + "Hyperlink (Ctrl+L)": "\u0939\u093e\u0907\u092a\u0930\u0932\u093f\u0902\u0915 (Ctrl+L)", + "Image (Ctrl+G)": "\u0907\u092e\u0947\u091c (Ctrl+G)", + "Italic (Ctrl+I)": "\u0906\u0907\u091f\u0948\u0932\u093f\u0915 (Ctrl+I)", + "Key should only contain letters, numbers, _, or -": "\u091a\u093e\u092c\u0940 \u092e\u0947\u0902 \u092e\u093e\u0924\u094d\u0930 \u0905\u0915\u094d\u0937\u0930, \u0938\u0902\u0916\u094d\u092f\u093e, _, \u092f\u093e - \u0939\u0940 \u0939\u094b \u0938\u0915\u0924\u0947 \u0939\u0948\u0902", + "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "\u091b\u093e\u0924\u094d\u0930 \u0917\u094d\u0930\u0947\u0921 \u091c\u093e\u0928\u0915\u093e\u0930\u0940 \u0915\u0940 \u0938\u0902\u0935\u0947\u0926\u0928\u0936\u0940\u0932 \u092a\u094d\u0930\u0915\u0943\u0924\u093f \u0915\u0947 \u0915\u093e\u0930\u0923 \u0932\u093f\u0902\u0915\u094d\u0938 \u092e\u093e\u0902\u0917 \u092a\u0930 \u0939\u0940 \u0909\u0924\u094d\u092a\u0928\u094d\u0928 \u0939\u094b\u0924\u0947 \u0939\u0948 \u0914\u0930 5 \u092e\u093f\u0928\u091f \u0915\u0947 \u0905\u0902\u0926\u0930-\u0905\u0902\u0926\u0930 \u0938\u092e\u093e\u092a\u094d\u0924 \u0939\u094b \u091c\u093e\u0924\u0947 \u0939\u0948\u0902", + "List item": "\u0906\u0907\u091f\u092e \u0938\u0942\u091a\u0940 ", + "Load Another File": "\u0915\u094b\u0908 \u0914\u0930 \u092b\u093e\u0907\u0932 \u0932\u094b\u0921 \u0915\u0930\u0947\u0902", + "Load all responses": "\u0938\u092d\u0940 \u091c\u0935\u093e\u092c \u0932\u094b\u0921 \u0915\u0930\u0947\u0902", + "Loading content": "\u0932\u094b\u0921\u093f\u0902\u0917 \u0915\u0902\u091f\u0947\u0902\u091f", + "Loading more threads": "\u0914\u0930 \u0915\u0921\u093c\u093f\u092f\u093e\u0902 \u0932\u094b\u0921 \u0915\u0930\u0947\u0902", + "Markdown Editing Help": "\u092e\u093e\u0930\u094d\u0915\u0921\u093e\u0909\u0928 \u090f\u0921\u0940\u091f\u093f\u0902\u0917 \u092e\u0926\u0926", + "Midnight": "\u092e\u0927\u094d\u092f\u0930\u093e\u0924\u094d\u0930\u0940", + "Module state successfully deleted.": "\u092e\u0949\u0921\u094d\u092f\u0942\u0932 \u0938\u094d\u0925\u093f\u0924\u093f \u0915\u094b \u0938\u092b\u0932\u0924\u093e\u092a\u0942\u0930\u094d\u0935\u0915 \u0939\u091f\u093e\u092f\u093e \u0917\u092f\u093e\u0964", + "Name": "\u0928\u093e\u092e", + "Noon": "\u0926\u094b\u092a\u0939\u0930", + "Not in Use": "\u0909\u092a\u092f\u094b\u0917 \u092e\u0947\u0902 \u0928\u0939\u0940\u0902", + "Now": "\u0905\u092c", + "Number of Students": "\u091b\u093e\u0924\u094d\u0930\u094b\u0902 \u0915\u0940 \u0938\u0902\u0916\u094d\u092f\u093e", + "Numbered List (Ctrl+O)": "\u0928\u092e\u094d\u092c\u0930\u094b\u0902 \u0935\u093e\u0932\u0940 \u0938\u0942\u091a\u0940 (Ctrl+O)", + "OK": "\u0920\u0940\u0915", + "One or more rescheduling tasks failed.": "\u090f\u0915 \u092f\u093e \u0905\u0927\u093f\u0915 \u092a\u0941\u0928\u0930\u094d\u0928\u093f\u0930\u094d\u0927\u093e\u0930\u0923 \u0915\u093e\u0930\u094d\u092f \u0935\u093f\u092b\u0932 \u0930\u0939\u0947.", + "Please address the errors on this page first, and then save your progress.": "\u0915\u0943\u092a\u092f\u093e \u0907\u0938 \u092a\u0943\u0937\u094d\u0920 \u092a\u0930 \u091c\u094b \u0917\u0932\u0924\u093f\u092f\u093e\u0901 \u0939\u0948\u0902 \u092a\u0939\u0932\u0947 \u0909\u0928\u094d\u0939\u0947\u0902 \u0920\u0940\u0915 \u0915\u0930\u0947\u0902 \u092b\u093f\u0930 \u0905\u092a\u0928\u0947 \u0915\u093e\u092e \u0915\u094b \u092c\u091a\u093e\u092f\u0947\u0902\u0964", + "Please enter a student email address or username.": "\u0915\u0943\u092a\u092f\u093e \u091b\u093e\u0924\u094d\u0930 \u0915\u093e \u0908-\u092e\u0947\u0932 \u092a\u0924\u093e \u092f\u093e \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e \u0928\u093e\u092e \u0926\u0930\u094d\u091c \u0915\u0930\u0947\u0902\u0964", + "Please enter a username or email.": "\u0915\u0943\u092a\u092f\u093e \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e \u0928\u093e\u092e \u092f\u093e \u0908-\u092e\u0947\u0932 \u092a\u0924\u093e \u0926\u0930\u094d\u091c \u0915\u0930\u0947\u0902\u0964", + "Please enter an integer between 0 and 100.": "\u0915\u0943\u092a\u092f\u093e 0 \u0938\u0947 100 \u0915\u0947 \u092c\u0940\u091a \u0915\u0940 \u092a\u0942\u0930\u094d\u0923\u093e\u0902\u0915 \u0938\u0902\u0916\u094d\u092f\u093e \u0926\u0930\u094d\u091c \u0915\u0930\u0947\u0902.", + "Please enter an integer greater than 0.": "\u0915\u0943\u092a\u093e\u092f 0 \u0938\u0947 \u092c\u095c\u0940 \u092a\u0942\u0930\u094d\u0923\u093e\u0902\u0915 \u0938\u0902\u0916\u094d\u092f\u093e \u0926\u0947\u0902\u0964", + "Please enter non-negative integer.": "\u0938\u0915\u093e\u0930\u093e\u0924\u094d\u092e\u0915 \u092a\u0942\u0930\u094d\u0923\u093e\u0902\u0915 \u0938\u0902\u0916\u094d\u092f\u093e \u0926\u0930\u094d\u091c \u0915\u0930\u0947\u0902.", + "Previous": "\u092a\u093f\u091b\u0932\u093e", + "Redo (Ctrl+Shift+Z)": "\u092b\u093f\u0930 \u0938\u0947 \u0915\u0930\u0947\u0902 (Ctrl+Shift+Z)", + "Redo (Ctrl+Y)": "\u092b\u093f\u0930 \u0938\u0947 \u0915\u0930\u0947\u0902 (Ctrl+Y)", + "Remove": "\u0939\u091f\u093e\u090f\u0902", + "Remove all": "\u0938\u092d\u0940 \u0915\u094b \u0939\u091f\u093e\u090f\u0901", + "Requester": "\u0928\u093f\u0935\u0947\u0926\u0915", + "Required": "\u0906\u0935\u0936\u094d\u092f\u0915", + "Save": "\u0938\u0947\u0935 \u0915\u0930\u0947\u0902", + "Save Changes": "\u092a\u0930\u093f\u0935\u0930\u094d\u0924\u0928 \u0938\u0947\u0935 \u0915\u0930\u0947\u0902", + "Saving": "\u0938\u0947\u0935 \u0939\u094b \u0930\u0939\u093e \u0939\u0948", + "Saving...": "\u0938\u0941\u0930\u0915\u094d\u0937\u093f\u0924 \u0915\u093f\u092f\u093e \u091c\u093e \u0930\u0939\u093e \u0939\u0948 ...", + "Show": "\u0926\u093f\u0916\u093e\u0913", + "Show Discussion": " \u091a\u0930\u094d\u091a\u093e \u0926\u093f\u0916\u093e\u090f\u0902", + "Showing all responses": "\u0938\u092d\u0940 \u091c\u0935\u093e\u092c \u0926\u093f\u0916\u093e\u090f \u091c\u093e \u0930\u0939\u0947 \u0939\u0948\u0902", + "Staff": "\u0915\u0930\u094d\u092e\u091a\u093e\u0930\u0940", + "Submitted": "\u092a\u094d\u0930\u0938\u094d\u0924\u0941\u0924 \u0915\u0930 \u0926\u093f\u092f\u093e \u0917\u092f\u093e", + "Successfully enrolled and sent email to the following users:": "\u0938\u092b\u093c\u0932\u0924\u093e\u092a\u0942\u0930\u094d\u0935\u0915 \u0926\u093e\u0916\u093f\u0932\u093e \u0939\u094b \u0917\u092f\u093e \u0914\u0930 \u0907\u0928-\u0907\u0928 \u091b\u093e\u0924\u094d\u0930\u094b\u0902 \u0915\u094b \u0908-\u092e\u0947\u0932 \u092d\u0947\u091c \u0926\u0940 \u0917\u0908 \u0939\u0948:", + "Successfully enrolled the following users:": "\u0907\u0928 \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e\u0913\u0902 \u0915\u093e \u0938\u092b\u093c\u0932\u0924\u093e\u092a\u0942\u0930\u094d\u0935\u0915 \u0928\u093e\u092e\u093e\u0902\u0915\u0928 \u0939\u094b \u0917\u092f\u093e:", + "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "\u0907\u0928 \u091b\u093e\u0924\u094d\u0930\u094b\u0902 \u0915\u094b \u0938\u092b\u093c\u0932\u0924\u093e\u092a\u0942\u0930\u094d\u0935\u0915 \u0928\u093e\u092e\u093e\u0902\u0915\u0928 \u0915\u093e \u0908-\u092e\u0947\u0932 \u092d\u0947\u091c\u093e \u0926\u093f\u092f\u093e \u0917\u092f\u093e\u0964 \u0930\u091c\u093f\u0938\u094d\u091f\u0930 \u0939\u094b \u091c\u093e\u0928\u0947 \u092a\u0930 \u0909\u0928\u094d\u0939\u0947\u0902 \u0928\u093e\u092e\u093e\u0902\u0915\u0928 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092e\u0924\u093f \u0939\u094b\u0917\u0940:", + "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "\u0907\u0928 \u091b\u093e\u0924\u094d\u0930\u094b\u0902 \u0915\u094b \u0938\u092b\u093c\u0932\u0924\u093e\u092a\u0942\u0930\u094d\u0935\u0915 \u0928\u093e\u092e\u093e\u0902\u0915\u0928 \u0915\u093e \u0908-\u092e\u0947\u0932 \u092d\u0947\u091c \u0926\u093f\u092f\u093e \u0917\u092f\u093e \u0939\u0948\u0964 \u0930\u091c\u093f\u0938\u094d\u091f\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092c\u093e\u0926 \u0907\u0928\u0915\u093e \u0928\u093e\u092e\u093e\u0902\u0915\u0928 \u0915\u0930 \u0926\u093f\u092f\u093e \u091c\u093e\u090f\u0917\u093e\u0903", + "Task Progress": "\u0915\u093e\u0930\u094d\u092f \u092a\u094d\u0930\u0917\u0924\u093f", + "Task Type": "\u0915\u093e\u0930\u094d\u092f \u092a\u094d\u0930\u0915\u093e\u0930", + "Task inputs": "\u091f\u093e\u0938\u094d\u0915 \u0907\u0928\u092a\u0941\u091f", + "The course must have an assigned start date.": "\u0907\u0938 \u092a\u093e\u0920\u094d\u092f\u0915\u094d\u0930\u092e \u0915\u0947 \u092a\u094d\u0930\u093e\u0930\u0902\u092d \u0939\u094b\u0928\u0947 \u0915\u0940 \u0924\u093f\u0925\u093f \u0939\u094b\u0928\u0940 \u091a\u093e\u0939\u093f\u090f.", + "The enrollment end date cannot be after the course end date.": "\u0907\u0938 \u092a\u093e\u0920\u094d\u092f\u0915\u094d\u0930\u092e \u0915\u0947 \u0928\u093e\u092e\u093e\u0902\u0915\u0928 \u0915\u0940 \u0938\u092e\u093e\u092a\u094d\u0924\u093f \u0924\u093f\u0925\u093f \u0907\u0938 \u092a\u093e\u0920\u094d\u092f\u0915\u094d\u0930\u092e \u0915\u0947 \u092a\u094d\u0930\u093e\u0930\u0902\u092d \u0915\u0940 \u0924\u093f\u0925\u093f \u0938\u0947 \u092a\u0936\u094d\u091a\u093e\u0924 \u0928\u0939\u0940\u0902 \u0939\u094b \u0938\u0915\u0924\u0940.", + "The enrollment start date cannot be after the enrollment end date.": "\u0907\u0938 \u092a\u093e\u0920\u094d\u092f\u0915\u094d\u0930\u092e \u0915\u0947 \u0928\u093e\u092e\u093e\u0902\u0915\u0928 \u0915\u0947 \u092a\u094d\u0930\u093e\u0930\u0902\u092d \u0939\u094b\u0928\u0947 \u0915\u0940 \u0924\u093f\u0925\u093f \u0907\u0938\u0915\u0947 \u0928\u093e\u092e\u093e\u0902\u0915\u0928 \u0915\u0940 \u0938\u092e\u093e\u092a\u094d\u0924\u093f \u0924\u093f\u0925\u093f \u0938\u0947 \u092a\u0936\u094d\u091a\u093e\u0924 \u0928\u0939\u0940\u0902 \u0939\u094b \u0938\u0915\u0924\u0940.", + "The following users are no longer enrolled in the course:": "\u0907\u0928 \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e\u0913\u0902 \u0915\u093e \u0928\u093e\u092e \u092a\u093e\u0920\u094d\u092f\u0915\u094d\u0930\u092e \u0938\u0947 \u0939\u091f\u093e \u0926\u093f\u092f\u093e \u0917\u092f\u093e \u0939\u0948:", + "There is no email history for this course.": "\u0907\u0938 \u092a\u093e\u0920\u094d\u092f\u0915\u094d\u0930\u092e \u0915\u093e \u0915\u094b\u0908 \u0908-\u092e\u0947\u0932 \u0907\u0924\u093f\u0939\u093e\u0938 \u0928\u0939\u0940\u0902 \u0939\u0948\u0964", + "There was an error obtaining email task history for this course.": "\u0907\u0938 \u092a\u093e\u0920\u094d\u092f\u0915\u094d\u0930\u092e \u0915\u0947 \u0908-\u092e\u0947\u0932 \u091f\u093e\u0938\u094d\u0915 \u0932\u093f\u0938\u094d\u091f \u0915\u093e \u0907\u0924\u093f\u0939\u093e\u0938 \u092a\u094d\u0930\u093e\u092a\u094d\u0924 \u0915\u0930\u0928\u0947 \u092e\u0947\u0902 \u0915\u0941\u091b \u0917\u0921\u093c\u092c\u0921\u093c \u0939\u0941\u0908\u0964", + "There's already another assignment type with this name.": "\u0907\u0938 \u0928\u093e\u092e \u0915\u093e \u0915\u093e\u0930\u094d\u092f \u092a\u0939\u0932\u0947 \u0938\u0947 \u0939\u0940 \u092e\u094c\u091c\u0942\u0926 \u0939\u0948", + "These users were not added as beta testers:": "\u0907\u0928 \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e\u0913\u0902 \u0915\u094b \u092c\u0940\u091f\u093e \u092a\u0930\u0940\u0915\u094d\u0937\u0915 \u0915\u0947 \u0930\u0942\u092a \u092e\u0947\u0902 \u091c\u094b\u0921\u093c\u093e \u0928\u0939\u0940\u0902 \u0917\u092f\u093e:", + "These users were not affiliated with the course so could not be unenrolled:": "\u0907\u0928 \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e\u0913\u0902 \u0915\u093e \u092a\u093e\u0920\u094d\u092f\u0915\u094d\u0930\u092e \u0938\u0947 \u0915\u094b\u0908 \u0938\u0902\u092c\u0902\u0927 \u0928\u0939\u0940\u0902 \u0925\u093e \u0907\u0938\u0932\u093f\u090f \u0907\u0928\u0915\u093e \u0928\u093e\u092e\u093e\u0902\u0915\u0928 \u0930\u0926\u094d\u0926 \u0928\u0939\u0940\u0902 \u0915\u093f\u092f\u093e \u091c\u093e \u0938\u0915\u093e:", + "These users were not removed as beta testers:": "\u0907\u0928 \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e\u0913\u0902 \u0915\u094b \u092c\u0940\u091f\u093e \u092a\u0930\u0940\u0915\u094d\u0937\u0915 \u0915\u0947 \u0930\u0942\u092a \u0938\u0947 \u0928\u0939\u0940\u0902 \u0939\u091f\u093e\u092f\u093e \u0917\u092f\u093e:", + "These users were successfully added as beta testers:": "\u0907\u0928 \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e\u0913\u0902 \u0915\u094b \u0938\u092b\u093c\u0932\u0924\u093e\u092a\u0942\u0930\u094d\u0935\u0915 \u092c\u0940\u091f\u093e \u092a\u0930\u0940\u0915\u094d\u0937\u0915 \u0915\u0947 \u0930\u0942\u092a \u092e\u0947\u0902 \u091c\u094b\u0921\u093c \u0926\u093f\u092f\u093e \u0917\u092f\u093e:", + "These users were successfully removed as beta testers:": "\u0907\u0928 \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e\u0913\u0902 \u0915\u094b \u0938\u092b\u093c\u0932\u0924\u093e\u092a\u0942\u0930\u094d\u0935\u0915 \u092c\u0940\u091f\u093e \u092a\u0930\u0940\u0915\u094d\u0937\u0915 \u0915\u0947 \u0930\u0942\u092a \u0938\u0947 \u0939\u091f\u093e \u0926\u093f\u092f\u093e \u0917\u092f\u093e:", + "These users will be allowed to enroll once they register:": "\u0907\u0928 \u091b\u093e\u0924\u094d\u0930\u094b\u0902 \u0915\u094b \u0930\u091c\u093f\u0938\u094d\u091f\u0930 \u0939\u094b \u091c\u093e\u0928\u0947 \u092a\u0930 \u0928\u093e\u092e\u093e\u0902\u0915\u0928 \u0932\u0947\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092e\u0924\u093f \u0939\u094b\u0917\u0940:", + "These users will be enrolled once they register:": "\u0930\u091c\u093f\u0938\u094d\u091f\u0930 \u0939\u094b\u0928\u0947 \u0915\u0947 \u092c\u093e\u0926 \u0907\u0928 \u091b\u093e\u0924\u094d\u0930\u094b\u0902 \u0915\u093e \u0928\u093e\u092e\u093e\u0902\u0915\u0928 \u0915\u0930 \u0926\u093f\u092f\u093e \u091c\u093e\u090f\u0917\u093e:", + "This action cannot be undone.": "\u0907\u0938 \u0915\u094d\u0930\u093f\u092f\u093e \u0915\u094b \u092a\u0942\u0930\u094d\u0935\u0935\u0924 \u0928\u0939\u0940\u0902 \u0915\u093f\u092f\u093e \u091c\u093e \u0938\u0915\u0924\u093e \u0939\u0948.", + "This assessment could not be submitted.": "\u0907\u0938 \u092e\u0942\u0932\u094d\u092f\u093e\u0902\u0915\u0928 \u0915\u094b \u091c\u092e\u093e \u0928\u0939\u0940\u0902 \u0915\u093f\u092f\u093e \u091c\u093e \u0938\u0915\u093e.", + "This feedback could not be submitted.": "\u0907\u0938 \u092a\u094d\u0930\u0924\u093f\u0915\u094d\u0930\u093f\u092f\u093e \u0915\u094b \u091c\u092e\u093e \u0928\u0939\u0940\u0902 \u0915\u093f\u092f\u093e \u091c\u093e \u0938\u0915\u093e.", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "\u092f\u0939 \u0909\u092a\u0932\u092c\u094d\u0927 %s \u0915\u0940 \u0938\u0942\u091a\u0940 \u0939\u0948. \u0906\u092a \u0909\u0928\u094d\u0939\u0947\u0902 \u0928\u0940\u091a\u0947 \u0926\u093f\u090f \u0917\u090f \u092c\u0949\u0915\u094d\u0938 \u092e\u0947\u0902 \u0938\u0947 \u091a\u092f\u0928 \u0915\u0930\u0915\u0947 \u0915\u0941\u091b \u0915\u094b \u091a\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0914\u0930 \u0909\u0938\u0915\u0947 \u092c\u093e\u0926 \u0926\u094b \u092c\u0949\u0915\u094d\u0938 \u0915\u0947 \u092c\u0940\u091a \"\u091a\u0941\u0928\u0947\u0902\" \u0924\u0940\u0930 \u092a\u0930 \u0915\u094d\u0932\u093f\u0915 \u0915\u0930\u0947\u0902.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "\u092f\u0939 \u0909\u092a\u0932\u092c\u094d\u0927 %s \u0915\u0940 \u0938\u0942\u091a\u0940 \u0939\u0948. \u0906\u092a \u0909\u0928\u094d\u0939\u0947\u0902 \u0928\u0940\u091a\u0947 \u0926\u093f\u090f \u0917\u090f \u092c\u0949\u0915\u094d\u0938 \u092e\u0947\u0902 \u0938\u0947 \u091a\u092f\u0928 \u0915\u0930\u0915\u0947 \u0915\u0941\u091b \u0915\u094b \u0939\u091f\u093e \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0914\u0930 \u0909\u0938\u0915\u0947 \u092c\u093e\u0926 \u0926\u094b \u092c\u0949\u0915\u094d\u0938 \u0915\u0947 \u092c\u0940\u091a \"\u0939\u091f\u093e\u092f\u0947\u0902\" \u0924\u0940\u0930 \u092a\u0930 \u0915\u094d\u0932\u093f\u0915 \u0915\u0930\u0947\u0902.", + "This problem could not be saved.": "\u0907\u0938 \u092a\u094d\u0930\u0936\u094d\u0928 \u0915\u094b \u0938\u0941\u0930\u0915\u094d\u0937\u093f\u0924 \u0928\u0939\u0940\u0902 \u0915\u093f\u092f\u093e \u091c\u093e \u0938\u0915\u093e.", + "This response could not be saved.": "\u0907\u0938 \u0909\u0924\u094d\u0924\u0930 \u0915\u094b \u0938\u0941\u0930\u0915\u094d\u0937\u093f\u0924 \u0928\u0939\u0940\u0902 \u0915\u093f\u092f\u093e \u091c\u093e \u0938\u0915\u093e.", + "This response could not be submitted.": "\u0907\u0938 \u0909\u0924\u094d\u0924\u0930 \u0915\u094b \u091c\u092e\u093e \u0928\u0939\u0940\u0902 \u0915\u093f\u092f\u093e \u091c\u093e \u0938\u0915\u093e.", + "This section could not be loaded.": "\u092f\u0939 \u0916\u0902\u0921 \u0932\u094b\u0921 \u0928\u0939\u0940\u0902 \u0915\u093f\u092f\u093e \u091c\u093e \u0938\u0915\u093e.", + "Today": "\u0906\u091c", + "Tomorrow": "\u0915\u0932", + "Type into this box to filter down the list of available %s.": "\u0907\u0938 \u092c\u0949\u0915\u094d\u0938 \u092e\u0947\u0902 \u091f\u093e\u0907\u092a \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0928\u0940\u091a\u0947 \u0909\u092a\u0932\u092c\u094d\u0927 %s \u0915\u0940 \u0938\u0942\u091a\u0940 \u0915\u094b \u092b\u093c\u093f\u0932\u094d\u091f\u0930 \u0915\u0930\u0947\u0902.", + "Undo (Ctrl+Z)": "\u092b\u093f\u0930 \u0938\u0947 \u0915\u0930\u0947\u0902 (Ctrl+Z)", + "Unknown": "\u0905\u092a\u0930\u093f\u091a\u093f\u0924", + "Upload New File": "\u0928\u0908 \u092b\u093e\u0907\u0932 \u0905\u092a\u0932\u094b\u0921 \u0915\u093f\u091c\u093f\u092f\u0947 ", + "Upload completed": "\u0905\u092a\u0932\u094b\u0921 \u092a\u0942\u0930\u093e \u0939\u0941\u0906", + "Upload your course image.": "\u0905\u092a\u0928\u0947 \u092a\u093e\u0920\u094d\u092f\u0915\u094d\u0930\u092e \u0915\u0940 \u091b\u0935\u093f \u0905\u092a\u0932\u094b\u0921 \u0915\u0930\u0947\u0902.", + "Uploading": "\u0905\u092a\u0932\u094b\u0921 \u0939\u094b \u0930\u0939\u093e \u0939\u0948", + "Username": "\u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e \u0928\u093e\u092e", + "Users must create and activate their account before they can be promoted to beta tester.": "\u092c\u0940\u091f\u093e \u092a\u0930\u0940\u0915\u094d\u0937\u0915 \u0915\u0947 \u0932\u093f\u090f \u092a\u0926\u094b\u0928\u094d\u0928\u0924 \u0939\u094b\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u092a\u0939\u0932\u0947 \u0909\u092a\u092f\u094b\u0917\u0915\u0930\u094d\u0924\u093e\u0913\u0902 \u0915\u0947 \u0916\u093e\u0924\u0947 \u0915\u094b \u092c\u0928\u093e\u0928\u093e \u0914\u0930 \u0938\u0915\u094d\u0930\u093f\u092f \u0915\u0930\u0928\u093e \u091c\u093c\u0930\u0942\u0930\u0940 \u0939\u0948\u0964", + "Yesterday": "\u0915\u0932 (\u092c\u0940\u0924\u093e)", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u0906\u092a \u0928\u0947 \u0915\u093e\u0930\u094d\u0930\u0935\u093e\u0908 \u091a\u0941\u0928\u0940 \u0939\u0948\u0902, \u0914\u0930 \u0906\u092a \u0928\u0947 \u0938\u094d\u0935\u0924\u0902\u0924\u094d\u0930 \u0938\u092e\u094d\u092a\u093e\u0926\u0928\u0915\u094d\u0937\u092e \u0915\u094d\u0937\u0947\u0924\u094d\u0930/\u0938\u094d\u0924\u092e\u094d\u092d \u092e\u0947\u0902 \u092c\u0926\u0932 \u0928\u0939\u0940\u0902 \u0915\u093f\u092f\u0947 \u0939\u0948\u0902| \u0938\u0902\u092d\u0935\u0924\u0903 '\u0938\u0947\u0935' \u092c\u091f\u0928 \u0915\u0947 \u092c\u091c\u093e\u092f \u0906\u092a '\u0917\u094b' \u092c\u091f\u0928 \u0922\u0942\u0928\u094d\u0922 \u0930\u0939\u0947 \u0939\u094b |", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u0906\u092a \u0928\u0947 \u0915\u093e\u0930\u094d\u0930\u0935\u093e\u0908 \u0924\u094b \u091a\u0941\u0928\u0940 \u0939\u0948\u0902, \u092a\u0930 \u0938\u094d\u0935\u0924\u0902\u0924\u094d\u0930 \u0938\u092e\u094d\u092a\u093e\u0926\u0928\u0915\u094d\u0937\u092e \u0915\u094d\u0937\u0947\u0924\u094d\u0930/\u0938\u094d\u0924\u092e\u094d\u092d \u092e\u0947\u0902 \u0915\u093f\u092f\u0947 \u0939\u0941\u090f \u092c\u0926\u0932 \u0905\u092d\u0940 \u0938\u0941\u0930\u0915\u094d\u0937\u093f\u0924 \u0928\u0939\u0940\u0902 \u0915\u093f\u092f\u0947 \u0939\u0948\u0902| \u0909\u0928\u094d\u0939\u0947\u0902 \u0938\u0941\u0930\u0915\u094d\u0937\u093f\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0915\u0943\u092a\u092f\u093e '\u0913\u0915\u0947' \u0915\u094d\u0932\u093f\u0915 \u0915\u0930\u0947 | \u0906\u092a \u0915\u094b \u091a\u0941\u0928\u0940 \u0939\u0941\u0908 \u0915\u093e\u0930\u094d\u0930\u0935\u093e\u0908 \u0926\u094b\u092c\u093e\u0930\u093e \u091a\u0932\u093e\u0928\u0940 \u0939\u094b\u0917\u0940 |", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "\u0938\u094d\u0935\u0924\u0902\u0924\u094d\u0930 \u0938\u092e\u094d\u092a\u093e\u0926\u0928\u0915\u094d\u0937\u092e \u0915\u094d\u0937\u0947\u0924\u094d\u0930/\u0938\u094d\u0924\u092e\u094d\u092d \u092e\u0947\u0902 \u0915\u093f\u092f\u0947 \u0939\u0941\u090f \u092c\u0926\u0932 \u0905\u092d\u0940 \u0930\u0915\u094d\u0937\u093f\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948\u0902 | \u0905\u0917\u0930 \u0906\u092a \u0915\u0941\u091b \u0915\u093e\u0930\u094d\u0930\u0935\u093e\u0908 \u0915\u0930\u0924\u0947 \u0939\u094b \u0924\u094b \u0935\u0947 \u0916\u094b \u091c\u093e\u092f\u0947\u0902\u0917\u0947 |", + "You've made some changes": "\u0906\u092a\u0928\u0947 \u0915\u0941\u091b \u092c\u0926\u0932\u093e\u0935 \u0915\u093f\u092f\u0947 \u0939\u0948\u0902", + "You've made some changes, but there are some errors": "\u0906\u092a\u0928\u0947 \u0915\u0941\u091b \u092c\u0926\u0932\u093e\u0935 \u0915\u093f\u092f\u0947 \u0939\u0948\u0902 \u0932\u0947\u0915\u093f\u0928 \u0907\u0938\u092e\u0947\u0902 \u0925\u094b\u0921\u093c\u0940 \u0917\u0932\u0924\u093f\u092f\u093e\u0901 \u0939\u0948\u0902", + "Your changes will not take effect until you save your progress.": "\u0906\u092a\u0915\u0947 \u0926\u094d\u0935\u093e\u0930\u093e \u0915\u093f\u092f\u093e \u0917\u092f\u093e \u092a\u0930\u094d\u0924\u093f\u0935\u0930\u094d\u0924\u0928 \u0938\u0947\u0935 \u0915\u093f\u092f\u0947 \u091c\u093e\u0928\u0947 \u0915\u0947 \u092a\u0936\u094d\u091a\u093e\u0924\u094d \u0939\u0940 \u092a\u094d\u0930\u092d\u093e\u0935\u0940 \u0939\u094b\u0917\u093e.", + "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "\u0906\u092a\u0928\u0947 \u091c\u094b \u092c\u0926\u0932\u093e\u0935 \u0915\u093f\u092f\u0947 \u0939\u0948\u0902 \u0935\u0947 \u0924\u092c \u0924\u0915 \u0905\u0938\u0930\u0926\u093e\u0930 \u0928\u0939\u0940\u0902 \u0939\u094b\u0902\u0917\u0947 \u091c\u092c \u0924\u0915 \u0906\u092a \u0905\u092a\u0928\u093e \u0915\u093e\u092e \u092c\u091a\u093e\u0924\u0947 \u0928\u0939\u0940\u0902 \u0939\u0948\u0902\u0964 \u092c\u091f\u0928 \u0914\u0930 \u092e\u0942\u0932\u094d\u092f \u0921\u093e\u0932\u0924\u0947 \u0938\u092e\u092f \u0927\u094d\u092f\u093e\u0928 \u0926\u0947\u0902 \u0928\u0939\u0940\u0902 \u0924\u094b \u0920\u0940\u0915 \u092e\u093e\u0928\u094d\u092f\u0924\u093e \u0928\u0939\u0940\u0902 \u092e\u093f\u0932\u0947\u0917\u0940\u0964", + "Your file has been deleted.": "\u0906\u092a\u0915\u0940 \u092b\u093e\u0907\u0932 \u0928\u0937\u094d\u091f \u0915\u0940 \u091c\u093e \u091a\u0941\u0915\u0940 \u0939\u0948.", + "Your message cannot be blank.": "\u0906\u092a\u0915\u093e \u0938\u0928\u094d\u0926\u0947\u0936 \u0916\u093e\u0932\u0940 \u0928\u0939\u0940\u0902 \u0939\u094b \u0938\u0915\u0924\u093e\u0964", + "Your message must have a subject.": "\u0906\u092a\u0915\u0947 \u0938\u0928\u094d\u0926\u0947\u0936 \u0915\u093e \u0935\u093f\u0937\u092f \u0939\u094b\u0928\u093e \u091a\u093e\u0939\u093f\u090f\u0964", + "Your policy changes have been saved.": "\u0906\u092a\u0928\u0947 \u091c\u094b \u0928\u0940\u0924\u093f \u092a\u0930\u093f\u0935\u0930\u094d\u0924\u0928 \u0915\u093f\u092f\u0947 \u0939\u0948\u0902 \u0935\u0947 \u0938\u0947\u0935 \u0915\u093f\u092f\u0947 \u091c\u093e \u091a\u0941\u0915\u0947 \u0939\u0948\u0902\u0964", + "anonymous": "\u0917\u0941\u092e\u0928\u093e\u092e", + "emphasized text": "\u0905\u0915\u094d\u0937\u0930 \u091c\u093f\u0928 \u092a\u0930 \u091c\u093c\u094b\u0930 \u0926\u093f\u092f\u093e \u0917\u092f\u093e \u0939\u0948 ", + "enter code here": "\u092f\u0939\u093e\u0902 \u0915\u094b\u0921 \u0921\u093e\u0932\u0947\u0902", + "enter link description here": "\u0932\u093f\u0902\u0915 \u0915\u093e \u0935\u0930\u094d\u0923\u0928 \u092f\u0939\u093e\u0902 \u0926\u0947\u0902", + "strong text": "\u092e\u094b\u091f\u0947-\u092e\u094b\u091f\u0947 \u0905\u0915\u094d\u0937\u0930", "\u2026": "\u2026" }; for (var key in newcatalog) { @@ -231,48 +231,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "N j, Y, P", + "DATETIME_FORMAT": "N j, Y, P", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "j F Y", + ], + "DATE_FORMAT": "j F Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "j F", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "d-m-Y", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "g:i A", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "j F", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "d-m-Y", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "g:i A", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/hr/djangojs.js b/cms/static/js/i18n/hr/djangojs.js index cdf01f55ce..2d753e19fe 100644 --- a/cms/static/js/i18n/hr/djangojs.js +++ b/cms/static/js/i18n/hr/djangojs.js @@ -21,38 +21,38 @@ var newcatalog = { "%(sel)s of %(cnt)s selected": [ - "odabrano %(sel)s od %(cnt)s", - "odabrano %(sel)s od %(cnt)s", + "odabrano %(sel)s od %(cnt)s", + "odabrano %(sel)s od %(cnt)s", "odabrano %(sel)s od %(cnt)s" - ], - "6 a.m.": "6 ujutro", - "6 p.m.": "6 popodne", - "Available %s": "Dostupno %s", - "Cancel": "Odustani", - "Choose": "Izaberi", - "Choose a Date": "Odaberite datum", - "Choose a Time": "Izaberite vrijeme", - "Choose a time": "Izaberite vrijeme", - "Choose all": "Odaberi sve", - "Chosen %s": "Odabrano %s", - "Click to choose all %s at once.": "Kliknite da odabrete sve %s odjednom.", - "Click to remove all chosen %s at once.": "Kliknite da uklonite sve izabrane %s odjednom.", - "Filter": "Filter", - "Hide": "Sakri", - "Midnight": "Pono\u0107", - "Noon": "Podne", - "Now": "Sada", - "Remove": "Ukloni", - "Remove all": "Ukloni sve", - "Show": "Prika\u017ei", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Ovo je popis dostupnih %s. Mo\u017eete dodati pojedine na na\u010din da ih izaberete u polju ispod i kliknete \"Izaberi\" strelicu izme\u0111u dva polja. ", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Ovo je popis odabranih %s. Mo\u017eete ukloniti pojedine na na\u010din da ih izaberete u polju ispod i kliknete \"Ukloni\" strelicu izme\u0111u dva polja. ", - "Today": "Danas", - "Tomorrow": "Sutra", - "Type into this box to filter down the list of available %s.": "Tipkajte u ovo polje da filtrirate listu dostupnih %s.", - "Yesterday": "Ju\u010der", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Odabrali ste akciju, a niste napravili nikakve izmjene na pojedinim poljima. Vjerojatno tra\u017eite gumb Idi umjesto gumb Spremi.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Odabrali ste akciju, ali niste jo\u0161 spremili promjene na pojedinim polja. Molimo kliknite OK za spremanje. Morat \u0107ete ponovno pokrenuti akciju.", + ], + "6 a.m.": "6 ujutro", + "6 p.m.": "6 popodne", + "Available %s": "Dostupno %s", + "Cancel": "Odustani", + "Choose": "Izaberi", + "Choose a Date": "Odaberite datum", + "Choose a Time": "Izaberite vrijeme", + "Choose a time": "Izaberite vrijeme", + "Choose all": "Odaberi sve", + "Chosen %s": "Odabrano %s", + "Click to choose all %s at once.": "Kliknite da odabrete sve %s odjednom.", + "Click to remove all chosen %s at once.": "Kliknite da uklonite sve izabrane %s odjednom.", + "Filter": "Filter", + "Hide": "Sakri", + "Midnight": "Pono\u0107", + "Noon": "Podne", + "Now": "Sada", + "Remove": "Ukloni", + "Remove all": "Ukloni sve", + "Show": "Prika\u017ei", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Ovo je popis dostupnih %s. Mo\u017eete dodati pojedine na na\u010din da ih izaberete u polju ispod i kliknete \"Izaberi\" strelicu izme\u0111u dva polja. ", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Ovo je popis odabranih %s. Mo\u017eete ukloniti pojedine na na\u010din da ih izaberete u polju ispod i kliknete \"Ukloni\" strelicu izme\u0111u dva polja. ", + "Today": "Danas", + "Tomorrow": "Sutra", + "Type into this box to filter down the list of available %s.": "Tipkajte u ovo polje da filtrirate listu dostupnih %s.", + "Yesterday": "Ju\u010der", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Odabrali ste akciju, a niste napravili nikakve izmjene na pojedinim poljima. Vjerojatno tra\u017eite gumb Idi umjesto gumb Spremi.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Odabrali ste akciju, ali niste jo\u0161 spremili promjene na pojedinim polja. Molimo kliknite OK za spremanje. Morat \u0107ete ponovno pokrenuti akciju.", "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Neke promjene nisu spremljene na pojedinim polja za ure\u0111ivanje. Ako pokrenete akciju, nespremljene promjene \u0107e biti izgubljene." }; for (var key in newcatalog) { @@ -109,50 +109,50 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "j. E Y. H:i", + "DATETIME_FORMAT": "j. E Y. H:i", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%d.%m.%Y. %H:%M:%S", - "%d.%m.%Y. %H:%M:%S.%f", - "%d.%m.%Y. %H:%M", - "%d.%m.%Y.", - "%d.%m.%y. %H:%M:%S", - "%d.%m.%y. %H:%M:%S.%f", - "%d.%m.%y. %H:%M", - "%d.%m.%y.", - "%d. %m. %Y. %H:%M:%S", - "%d. %m. %Y. %H:%M:%S.%f", - "%d. %m. %Y. %H:%M", - "%d. %m. %Y.", - "%d. %m. %y. %H:%M:%S", - "%d. %m. %y. %H:%M:%S.%f", - "%d. %m. %y. %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%d.%m.%Y. %H:%M:%S", + "%d.%m.%Y. %H:%M:%S.%f", + "%d.%m.%Y. %H:%M", + "%d.%m.%Y.", + "%d.%m.%y. %H:%M:%S", + "%d.%m.%y. %H:%M:%S.%f", + "%d.%m.%y. %H:%M", + "%d.%m.%y.", + "%d. %m. %Y. %H:%M:%S", + "%d. %m. %Y. %H:%M:%S.%f", + "%d. %m. %Y. %H:%M", + "%d. %m. %Y.", + "%d. %m. %y. %H:%M:%S", + "%d. %m. %y. %H:%M:%S.%f", + "%d. %m. %y. %H:%M", "%d. %m. %y." - ], - "DATE_FORMAT": "j. E Y.", + ], + "DATE_FORMAT": "j. E Y.", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%d.%m.%Y.", - "%d.%m.%y.", - "%d. %m. %Y.", + "%Y-%m-%d", + "%d.%m.%Y.", + "%d.%m.%y.", + "%d. %m. %Y.", "%d. %m. %y." - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "1", - "MONTH_DAY_FORMAT": "j. F", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "j.m.Y. H:i", - "SHORT_DATE_FORMAT": "j.m.Y.", - "THOUSAND_SEPARATOR": ".", - "TIME_FORMAT": "H:i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "1", + "MONTH_DAY_FORMAT": "j. F", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "j.m.Y. H:i", + "SHORT_DATE_FORMAT": "j.m.Y.", + "THOUSAND_SEPARATOR": ".", + "TIME_FORMAT": "H:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y." }; diff --git a/cms/static/js/i18n/hu/djangojs.js b/cms/static/js/i18n/hu/djangojs.js index 53569e8678..0fa2a87315 100644 --- a/cms/static/js/i18n/hu/djangojs.js +++ b/cms/static/js/i18n/hu/djangojs.js @@ -21,64 +21,64 @@ var newcatalog = { "%(sel)s of %(cnt)s selected": [ - "%(sel)s/%(cnt)s kijel\u00f6lve", + "%(sel)s/%(cnt)s kijel\u00f6lve", "%(sel)s/%(cnt)s kijel\u00f6lve" - ], - "6 a.m.": "Reggel 6 \u00f3ra", - "6 p.m.": "Este 6 \u00f3ra", - "April": "\u00e1prilis", - "August": "augusztus", - "Available %s": "El\u00e9rhet\u0151 %s", - "Cancel": "M\u00e9gsem", - "Choose": "V\u00e1laszt\u00e1s", - "Choose a Date": "V\u00e1lassza ki a d\u00e1tumot", - "Choose a Time": "V\u00e1lassza ki az id\u0151t", - "Choose a time": "V\u00e1lassza ki az id\u0151t", - "Choose all": "Mindet kijel\u00f6lni", - "Chosen %s": "%s kiv\u00e1lasztva", - "Click to choose all %s at once.": "Kattintson az \u00f6sszes %s kiv\u00e1laszt\u00e1s\u00e1hoz.", - "Click to remove all chosen %s at once.": "Kattintson az \u00f6sszes %s elt\u00e1vol\u00edt\u00e1s\u00e1hoz.", - "December": "december", - "February": "febru\u00e1r", - "Filter": "Sz\u0171r\u0151", - "Hide": "Elrejt", - "January": "janu\u00e1r", - "July": "j\u00falius", - "June": "j\u00fanius", - "March": "m\u00e1rcius", - "May": "m\u00e1jus", - "Midnight": "\u00c9jf\u00e9l", - "Noon": "D\u00e9l", + ], + "6 a.m.": "Reggel 6 \u00f3ra", + "6 p.m.": "Este 6 \u00f3ra", + "April": "\u00e1prilis", + "August": "augusztus", + "Available %s": "El\u00e9rhet\u0151 %s", + "Cancel": "M\u00e9gsem", + "Choose": "V\u00e1laszt\u00e1s", + "Choose a Date": "V\u00e1lassza ki a d\u00e1tumot", + "Choose a Time": "V\u00e1lassza ki az id\u0151t", + "Choose a time": "V\u00e1lassza ki az id\u0151t", + "Choose all": "Mindet kijel\u00f6lni", + "Chosen %s": "%s kiv\u00e1lasztva", + "Click to choose all %s at once.": "Kattintson az \u00f6sszes %s kiv\u00e1laszt\u00e1s\u00e1hoz.", + "Click to remove all chosen %s at once.": "Kattintson az \u00f6sszes %s elt\u00e1vol\u00edt\u00e1s\u00e1hoz.", + "December": "december", + "February": "febru\u00e1r", + "Filter": "Sz\u0171r\u0151", + "Hide": "Elrejt", + "January": "janu\u00e1r", + "July": "j\u00falius", + "June": "j\u00fanius", + "March": "m\u00e1rcius", + "May": "m\u00e1jus", + "Midnight": "\u00c9jf\u00e9l", + "Noon": "D\u00e9l", "Note: You are %s hour ahead of server time.": [ - "Megjegyz\u00e9s: %s \u00f3r\u00e1val a szerverid\u0151 el\u0151tt j\u00e1rsz", + "Megjegyz\u00e9s: %s \u00f3r\u00e1val a szerverid\u0151 el\u0151tt j\u00e1rsz", "Megjegyz\u00e9s: %s \u00f3r\u00e1val a szerverid\u0151 el\u0151tt j\u00e1rsz" - ], + ], "Note: You are %s hour behind server time.": [ - "Megjegyz\u00e9s: %s \u00f3r\u00e1val a szerverid\u0151 m\u00f6g\u00f6tt j\u00e1rsz", + "Megjegyz\u00e9s: %s \u00f3r\u00e1val a szerverid\u0151 m\u00f6g\u00f6tt j\u00e1rsz", "Megjegyz\u00e9s: %s \u00f3r\u00e1val a szerverid\u0151 m\u00f6g\u00f6tt j\u00e1rsz" - ], - "November": "november", - "Now": "Most", - "October": "okt\u00f3ber", - "Remove": "Elt\u00e1vol\u00edt\u00e1s", - "Remove all": "\u00d6sszes t\u00f6rl\u00e9se", - "September": "szeptember", - "Show": "Mutat", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Ez az el\u00e9rhet\u0151 %s list\u00e1ja. \u00dagy v\u00e1laszthat k\u00f6z\u00fcl\u00fck, hogy r\u00e1kattint az al\u00e1bbi dobozban, \u00e9s megnyomja a dobozok k\u00f6zti \"V\u00e1laszt\u00e1s\" nyilat.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Ez a kiv\u00e1lasztott %s list\u00e1ja. Elt\u00e1vol\u00edthat k\u00f6z\u00fcl\u00fck, ha r\u00e1kattint, majd a k\u00e9t doboz k\u00f6zti \"Elt\u00e1vol\u00edt\u00e1s\" ny\u00edlra kattint.", - "Today": "Ma", - "Tomorrow": "Holnap", - "Type into this box to filter down the list of available %s.": "\u00cdrjon a mez\u0151be az el\u00e9rhet\u0151 %s sz\u0171r\u00e9s\u00e9hez.", - "Yesterday": "Tegnap", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Kiv\u00e1lasztott egy m\u0171veletet, \u00e9s nem m\u00f3dos\u00edtott egyetlen mez\u0151t sem. Feltehet\u0151en a Mehet gombot keresi a Ment\u00e9s helyett.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Kiv\u00e1lasztott egy m\u0171veletet, de nem mentette az egyes mez\u0151kh\u00f6z kapcsol\u00f3d\u00f3 m\u00f3dos\u00edt\u00e1sait. Kattintson az OK gombra a ment\u00e9shez. \u00dajra kell futtatnia az m\u0171veletet.", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "M\u00e9g el nem mentett m\u00f3dos\u00edt\u00e1sai vannak egyes szerkeszthet\u0151 mez\u0151k\u00f6n. Ha most futtat egy m\u0171veletet, akkor a m\u00f3dos\u00edt\u00e1sok elvesznek.", - "one letter Friday\u0004F": "P", - "one letter Monday\u0004M": "H", - "one letter Saturday\u0004S": "S", - "one letter Sunday\u0004S": "V", - "one letter Thursday\u0004T": "C", - "one letter Tuesday\u0004T": "K", + ], + "November": "november", + "Now": "Most", + "October": "okt\u00f3ber", + "Remove": "Elt\u00e1vol\u00edt\u00e1s", + "Remove all": "\u00d6sszes t\u00f6rl\u00e9se", + "September": "szeptember", + "Show": "Mutat", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Ez az el\u00e9rhet\u0151 %s list\u00e1ja. \u00dagy v\u00e1laszthat k\u00f6z\u00fcl\u00fck, hogy r\u00e1kattint az al\u00e1bbi dobozban, \u00e9s megnyomja a dobozok k\u00f6zti \"V\u00e1laszt\u00e1s\" nyilat.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Ez a kiv\u00e1lasztott %s list\u00e1ja. Elt\u00e1vol\u00edthat k\u00f6z\u00fcl\u00fck, ha r\u00e1kattint, majd a k\u00e9t doboz k\u00f6zti \"Elt\u00e1vol\u00edt\u00e1s\" ny\u00edlra kattint.", + "Today": "Ma", + "Tomorrow": "Holnap", + "Type into this box to filter down the list of available %s.": "\u00cdrjon a mez\u0151be az el\u00e9rhet\u0151 %s sz\u0171r\u00e9s\u00e9hez.", + "Yesterday": "Tegnap", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Kiv\u00e1lasztott egy m\u0171veletet, \u00e9s nem m\u00f3dos\u00edtott egyetlen mez\u0151t sem. Feltehet\u0151en a Mehet gombot keresi a Ment\u00e9s helyett.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Kiv\u00e1lasztott egy m\u0171veletet, de nem mentette az egyes mez\u0151kh\u00f6z kapcsol\u00f3d\u00f3 m\u00f3dos\u00edt\u00e1sait. Kattintson az OK gombra a ment\u00e9shez. \u00dajra kell futtatnia az m\u0171veletet.", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "M\u00e9g el nem mentett m\u00f3dos\u00edt\u00e1sai vannak egyes szerkeszthet\u0151 mez\u0151k\u00f6n. Ha most futtat egy m\u0171veletet, akkor a m\u00f3dos\u00edt\u00e1sok elvesznek.", + "one letter Friday\u0004F": "P", + "one letter Monday\u0004M": "H", + "one letter Saturday\u0004S": "S", + "one letter Sunday\u0004S": "V", + "one letter Thursday\u0004T": "C", + "one letter Tuesday\u0004T": "K", "one letter Wednesday\u0004W": "S" }; for (var key in newcatalog) { @@ -135,37 +135,37 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "Y. F j. G.i", + "DATETIME_FORMAT": "Y. F j. G.i", "DATETIME_INPUT_FORMATS": [ - "%Y.%m.%d. %H.%M.%S", - "%Y.%m.%d. %H.%M.%S.%f", - "%Y.%m.%d. %H.%M", - "%Y.%m.%d.", - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", + "%Y.%m.%d. %H.%M.%S", + "%Y.%m.%d. %H.%M.%S.%f", + "%Y.%m.%d. %H.%M", + "%Y.%m.%d.", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", "%Y-%m-%d" - ], - "DATE_FORMAT": "Y. F j.", + ], + "DATE_FORMAT": "Y. F j.", "DATE_INPUT_FORMATS": [ - "%Y.%m.%d.", + "%Y.%m.%d.", "%Y-%m-%d" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "1", - "MONTH_DAY_FORMAT": "F j.", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "Y.m.d. G.i", - "SHORT_DATE_FORMAT": "Y.m.d.", - "THOUSAND_SEPARATOR": "\u00a0", - "TIME_FORMAT": "G.i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "1", + "MONTH_DAY_FORMAT": "F j.", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "Y.m.d. G.i", + "SHORT_DATE_FORMAT": "Y.m.d.", + "THOUSAND_SEPARATOR": "\u00a0", + "TIME_FORMAT": "G.i", "TIME_INPUT_FORMATS": [ - "%H.%M.%S", - "%H.%M", - "%H:%M:%S", - "%H:%M:%S.%f", + "%H.%M.%S", + "%H.%M", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "Y. F" }; diff --git a/cms/static/js/i18n/hy-am/djangojs.js b/cms/static/js/i18n/hy-am/djangojs.js index 61e6fdb329..bef1a8a228 100644 --- a/cms/static/js/i18n/hy-am/djangojs.js +++ b/cms/static/js/i18n/hy-am/djangojs.js @@ -62,48 +62,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "N j, Y, P", + "DATETIME_FORMAT": "N j, Y, P", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "N j, Y", + ], + "DATE_FORMAT": "N j, Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "F j", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "m/d/Y", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "P", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "F j", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "m/d/Y", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "P", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/id/djangojs.js b/cms/static/js/i18n/id/djangojs.js index a30be7fc9c..6b09b19dee 100644 --- a/cms/static/js/i18n/id/djangojs.js +++ b/cms/static/js/i18n/id/djangojs.js @@ -20,1658 +20,1866 @@ django.catalog = django.catalog || {}; var newcatalog = { - "\n No, I want to continue working.\n ": "\nTidak, saya ingin lanjut bekerja.", - "\n After you submit your exam, your exam will be graded.\n ": "\nSetelah Anda mengirimkan jawaban ujian, jawaban Anda akan dinilai.", - " Link": "Tautan", - " and {num_of_minutes} minutes": "dan {num_of_minutes} menit", - " learner does not exist in LMS and not added to the exception list": "pembelajar tidak dapat ditemukan di LMS dan tidak ditambahkan ke daftar eksepsi", - " learner is already white listed and not added to the exception list": "pembelajar telah dimasukkan dalam daftar putih dan tidak ditambahkan ke daftar eksepsi", - " learner is not enrolled in course and not added to the exception list": "pembelajar tidak mengikuti kursus dan tidak ditambahkan ke daftar eksepsi", - " learner is successfully added to the exception list": "pembelajar telah berhasil ditambahkan ke daftar exception", - " learners are already white listed and not added to the exception list": "pembelajar telah dimasukkan dalam daftar putih dan tidak ditambahkan ke daftar eksepsi", - " learners are not enrolled in course and not added to the exception list": "pembelajar tidak mengikuti kursus dan tidak ditambahkan ke daftar eksepsi", - " learners are successfully added to exception list": "pembelajar telah berhasil ditambahkan ke daftar exception", - " learners do not exist in LMS and not added to the exception list": "pembelajar tidak dapat ditemukan di LMS dan tidak ditambahkan ke daftar eksepsi", - " record is not in correct format and not added to the exception list": "rekaman tidak dalam format yang tepat dan tidak ditambahkan ke daftar eksepsi", - " records are not in correct format and not added to the exception list": "rekaman tidak dalam format yang tepat dan tidak ditambahkan ke daftar eksepsi", - "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", - "%(earned)s/%(possible)s point (graded)": [ - "nilai %(earned)s/%(possible)s (telah dinilai)" - ], - "%(earned)s/%(possible)s point (ungraded)": [ - "nilai %(earned)s/%(possible)s (belum dinilai)" - ], + "\n No, I want to continue working.\n ": "\nTidak, saya ingin lanjut bekerja.", + "\n After you submit your exam, your exam will be graded.\n ": "\nSetelah Anda mengirimkan jawaban ujian, jawaban Anda akan dinilai.", + " ${price} {currency} )": " ${price} {currency} )", + " Link": "Tautan", + " and ": "dan", + " and {num_of_minutes} minutes": "dan {num_of_minutes} menit", + " learner does not exist in LMS and not added to the exception list": "pembelajar tidak dapat ditemukan di LMS dan tidak ditambahkan ke daftar eksepsi", + " learner is already white listed and not added to the exception list": "pembelajar telah dimasukkan dalam daftar putih dan tidak ditambahkan ke daftar eksepsi", + " learner is not enrolled in course and not added to the exception list": "pembelajar tidak mengikuti kursus dan tidak ditambahkan ke daftar eksepsi", + " learner is successfully added to the exception list": "pembelajar telah berhasil ditambahkan ke daftar exception", + " learners are already white listed and not added to the exception list": "pembelajar telah dimasukkan dalam daftar putih dan tidak ditambahkan ke daftar eksepsi", + " learners are not enrolled in course and not added to the exception list": "pembelajar tidak mengikuti kursus dan tidak ditambahkan ke daftar eksepsi", + " learners are successfully added to exception list": "pembelajar telah berhasil ditambahkan ke daftar exception", + " learners do not exist in LMS and not added to the exception list": "pembelajar tidak dapat ditemukan di LMS dan tidak ditambahkan ke daftar eksepsi", + " record is not in correct format and not added to the exception list": "rekaman tidak dalam format yang tepat dan tidak ditambahkan ke daftar eksepsi", + " records are not in correct format and not added to the exception list": "rekaman tidak dalam format yang tepat dan tidak ditambahkan ke daftar eksepsi", + "${listPrice}": "${listPrice}", + "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", "%(errorCount)s error found in form.": [ "Ditemukan %(errorCount)s error dalam form." - ], - "%(field)s can only contain up to %(count)d characters.": "%(field)s hanya dapat memiliki maksimal %(count)d karakter.", - "%(field)s must have at least %(count)d characters.": "%(field)s harus memiliki setidaknya %(count)d karakter.", - "%(memberCount)s / %(maxMemberCount)s Member": [ - "%(memberCount)s / %(maxMemberCount)s Anggota" - ], - "%(new_item_message)s": "%(new_item_message)s", - "%(num_points)s point possible (graded)": [ - "nilai yang mungkin didapatkan %(num_points)s (telah dinilai)" - ], - "%(num_points)s point possible (graded, results hidden)": [ - "nilai yang mungkin didapatkan %(num_points)s (telah dinilai, hasil disembunyikan)" - ], - "%(num_points)s point possible (ungraded)": [ - "nilai yang mungkin didapatkan %(num_points)s (belum dinilai)" - ], - "%(num_points)s point possible (ungraded, results hidden)": [ - "nilai yang mungkin didapatkan %(num_points)s (belum dinilai, hasil disembunyikan)" - ], + ], + "%(field)s can only contain up to %(count)d characters.": "%(field)s hanya dapat memiliki maksimal %(count)d karakter.", + "%(field)s must have at least %(count)d characters.": "%(field)s harus memiliki setidaknya %(count)d karakter.", + "%(new_item_message)s": "%(new_item_message)s", "%(num_questions)s question": [ "%(num_questions)s pertanyaan" - ], + ], "%(num_students)s student": [ "%(num_students)s siswa" - ], + ], "%(num_students)s student opened Subsection": [ "%(num_students)s siswa membuka Subseksi" - ], + ], + "%(programName)s Home Page.": "%(programName)s Beranda.", "%(sel)s of %(cnt)s selected": [ "%(sel)s dari %(cnt)s terpilih" - ], - "%(team_count)s Team": [ - "%(team_count)s Tim" - ], - "%(type)s Component Template Menu": "%(type)s Komponen Templat Menu", + ], + "%(type)s Component Template Menu": "%(type)s Komponen Templat Menu", "%(value)s hour": [ "%(value)s jam" - ], + ], "%(value)s minute": [ "%(value)s menit" - ], + ], "%(value)s second": [ "%(value)s detik" - ], + ], "%d day": [ "%d hari" - ], + ], "%d minute": [ "%d menit" - ], + ], "%d month": [ "%d bulan" - ], + ], "%d year": [ "%d tahun" - ], - "%s ago": "%s yang lalu", - "%s from now": "%s dari sekarang", - "(Add signatories for a certificate)": "(Tambahkan penandatangan untuk sebuah sertifikat)", - "(Caption will be displayed when you start playing the video.)": "(Teks akan muncul ketika video mulai)", - "(Optional)": "(Opsi)", - "(Self-paced) Ended {end}": "Telah berakhir {end} (belajar mandiri)", - "(Self-paced) Ends {end}": "Berakhir {end} (belajar mandiri)", - "(Self-paced) Started {start}": "Telah dimulai {start} (belajar mandiri)", - "(Self-paced) Starts {start}": "Mulai {start} (belajar mandiri)", - "(optional)": "(opsional)", - "(required)": "(wajib diisi)", - "(required):": "(wajib diisi):", - "- Sortable": "bisa diurutkan", - "6 a.m.": "6 pagi", - "6 p.m.": "18.00", - "<%= user %> already in exception list.": "<%= user %> telah berada dalam daftar eksepsi.", - "<%= user %> has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.": "<%= user %> telah berhasil ditambahkan dalam daftar eksepsi. Klik Buat Sertifikat Eksepsi di bawah untuk mengirim sertifikat.", - "A Password is required": "Masukkan kata kunci", - "A driver's license, passport, or government-issued ID with your name and photo.": "SIM, phasphor, ID terbitan pemerintah/ktp dengan nama dan photo anda", - "A driver's license, passport, or other government-issued ID with your name and photo": "SIM, phasphor, atau ID yg diterbitkan oleh pemerintah dengan nama dan photo anda", - "A name that identifies your team (maximum 255 characters).": "Nama yang mendeskripsikan tim Anda (maks 255 karakter).", - "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "Deskripsi singkat mengenai tim untuk membantu pembelajar lain memahami tujuan atau arah tim (maks 300 karakter).", - "Abbreviation": "Singkatan", - "About Me": "Tentang Saya", - "About me": "Tentang saya", - "Accomplishments": "Pencapaian", - "Accomplishments Pagination": "Penomoran Halaman Pencapaian", - "Account": "Akun", - "Account Information": "Informasi Akun", - "Account Settings": "Seting Account", - "Account Settings page.": "Halaman Setelan Akun/Account Setting.", - "Account deletion, including removal from email lists, may take a few weeks to fully process through our system. If you want to opt-out of emails before then, please unsubscribe from the footer of any email.": "Penghapusan akun, termasuk penghapusan dari daftar email, dapat memakan waktu beberapa minggu dalam sistem kami. Jika Anda tidak ingin menerima email, silakan berhenti langganan dari catatan kaki di email dari kami.", - "Action": "Tindakan", - "Actions": "Tindakan", - "Activate": "Aktivasi", - "Activate Your Account": "Aktifkan account anda", - "Activating a link in this group will skip to the corresponding point in the video.": "Mengaktivasi tautan dalam grup ini akan mempercepat ke bagian video yang terkait", - "Active": "Aktif", - "Active Uploads": "Unggah yang sedang aktiv", - "Add": "Tambahkan", - "Add Additional Signatory": "Tambahkan Penandatangan Tambahan", - "Add Attachment": "Tambahkan lampiran", - "Add Cohort": "Tambahkan Cohort", - "Add Component:": "Tambahkan Komponen", - "Add Country": "Tambahkan Negara", - "Add New Component": "Tambahkan Komponen Baru", - "Add URLs for additional versions": "Tambahkan URLs untuk versi tambahan ", - "Add a Chapter": "Tambah bab", - "Add a learning outcome here": "Tambahkan hasil belajar di sini", - "Add another group": "Tambahkan grup yang lain", - "Add language": "Tambahkan bahasa", - "Add to Dictionary": "Tambahkan ke Kamus", - "Add your first textbook": "Tambahkan textbook pertama anda", - "Add {role} Access": "Tambahkan {role} Access", - "Adding the selected course to your cart": "Menambahkan kursus yang dipilih ke troli belanja Anda", - "Additional Information": "Informasi Tambahan", - "Additional posts could not be loaded. Refresh the page and try again.": "Post tambahan tidak dapat dimuat. Refresh halaman ini dan coba lagi.", - "Additional responses could not be loaded. Refresh the page and try again.": "Respon tambahan tidak dapat dimuat. Refresh halaman ini dan coba lagi.", - "Adjust video speed": "Menyesuaikan kecepatan video", - "Adjust video volume": "Menyesuaikan suara video", - "Advanced": "Tingkat Lanjut", - "After you upload new files all your previously uploaded files will be overwritten. Continue?": "Setelah Anda mengunggah berkas-berkas baru, semua berkas-berkas yang telah Anda unggah sebelumnya akan tertimpa. Lanjutkan?", - "Align center": "Rata tengah", - "Align left": "Rata kiri", - "Align right": "Rata kanan", - "Alignment": "Penjajaran", - "All Posts": "Semua Post", - "All Rights Reserved": "Semua hak cipta", - "All Time Zones": "Semua Zona Waktu", - "All Topics": "Semua Topik", - "All Unreviewed": "Semua yang belum diulas", - "All accounts were created successfully.": "Semua akun terjadi dengan berhasil.", - "All learners in the {cohort_name} cohort": "Semua pembelajar dalam kohort {cohort_name} ", - "All learners in the {track_name} track": "Semua pembelajar dalam jalur {track_name} ", - "All learners who are enrolled in this course": "Semua pembelajar yang mengikuti kursus ini", - "All payment options are currently unavailable.": "Semua pilihan pembayaran saat ini tidak tersedia.", - "All subsections": "Semua subseksi", - "All teams": "Semua tim", - "All topics": "Semua topik", - "All units": "Semua unit", - "Allow students to generate certificates for this course?": "Apakah siswa diperbolehkan membuat sertifikat untuk kursus ini?", - "Alternative source": "Sumber Alternatif", - "Amount": "Jumlah", - "An error has occurred. Check your Internet connection and try again.": "Terjadi error. Cek koneksi Internet Anda dan coba ulangi kembali.", - "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "Terjadi error. Pastikan Anda terhubung dengan Internet, kemudian refresh kembali halaman ini.", - "An error has occurred. Please try again later.": "Terjadi kesalahan. Silakan coba kembali beberapa saat lagi.", - "An error has occurred. Please try again.": "Terjadi kesalahan. Coba kembali.", - "An error has occurred. Please try reloading the page.": "Terjadi kesalahan. Coba muat ulang halaman ini.", - "An error has occurred. Refresh the page, and then try again.": "Terjadi kesalahan. Refresh halaman, kemudian coba kembali.", - "An error has occurred. Try refreshing the page, or check your Internet connection.": "Terjadi kesalahan. Coba refresh halaman, atau cek koneksi Internet Anda.", - "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "Terjadi kesalahan dalam memuat email Anda. Silakan coba kembali beberapa saat lagi, dan hubungi dukungan teknis jika permasalahan berlanjut.", - "An error occurred when signing you in to %s.": "Terjadi kesalahan ketika memasukkan Anda ke %s.", - "An error occurred while removing the member from the team. Try again.": "Terjadi kesalahan ketika menghapus anggota dari tim. Coba kembali.", - "An error occurred.": "Terjadi eror", - "An error occurred. Make sure that the student's username or email address is correct and try again.": "Terjadi kesalahan. Pastikan nama pengguna atau alamat email siswa benar dan coba kembali.", - "An error occurred. Please reload the page.": "Terjadi eror, silakan muat halaman kembali", - "An error occurred. Please try again.": "Terjadi kesalahan. Silakan coba kembali.", - "An error occurred. Try again.": "Terjadi kesalahan. Coba kembali.", - "An unexpected error occurred. Please try again.": "Terjadi kesalahan yang tidak terduga. Silakan coba kembali.", - "Anchor": "Jangkar", - "Anchors": "Jangkar", - "Any course progress or grades from your current session will be lost.": "Kemajuan dan nilai yang telah Anda buat di sesi ini akan hilang.", - "Any divided discussion topics are divided based on cohort.": "Topik diskusi apapun yang telah dibagi, dibagi berdasarkan kohort.", - "Any divided discussion topics are divided based on enrollment track.": "Topik diskusi apapun yang telah dibagi, dibagi berdasarkan jalur kepesertaan.", - "April": "April", - "Are you sure that you want to leave this session?": "Anda yakin ingin meninggalkan sesi ini?", - "Are you sure you want to change to a different session?": "Anda yakin ingin pindah ke sesi lain?", - "Are you sure you want to delete this comment?": "Anda yakin ingin menghapus komentar ini?", - "Are you sure you want to delete this post?": "Anda yakin ingin menghapus ini?", - "Are you sure you want to delete this response?": "Apa anda yakin ingin menghapus tanggapan ini?", - "Are you sure you want to delete this update?": "Anda yakin hendak menghapus pembaruan ini?", - "Are you sure you want to select this session?": "Anda yakin ingin memilih sesi ini?", - "Are you sure you want to unenroll from the purchased course {courseName} ({courseNumber})?": "Anda Yakin membatalkan pendaftaran dari {courseName} ({courseNumber})?", - "Are you sure you want to unenroll from the verified {certNameLong} track of {courseName} ({courseNumber})?": "Anda yakin akan keluar dari jalur terverifikasi {certNameLong} untuk {courseName} ({courseNumber})?", - "Are you sure you want to unenroll from the verified {certNameLong} track of {courseName} ({courseNumber})?": "Anda yakin akan keluar dari jalur terverifikasi {certNameLong} untuk {courseName} ({courseNumber})?", - "Are you sure you want to unenroll from {courseName} ({courseNumber})?": "Anda yakin membatalkan pendaftaran dari {courseName} ({courseNumber})?", - "Are you sure you want to unenroll from {courseName} ({courseNumber})? You will be refunded the amount you paid.": "Anda yakin ingin keluar dari {courseName} ({courseNumber})? Jumlah uang yang telah Anda bayarkan akan dikembalikan.", - "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "Anda yakin hendak menghapus item ini. Tidak bisa dikembalikan\n\nJuga setiap isi yang menaut/mengacu pada item tidak akan berjalan lagi (mis. gambar dan/atau tautan rusak)", - "Are you sure?": "Anda yakin?", - "Assessment": "Penilaian", - "Assessments": "Penilaian", - "Assign students to cohorts by uploading a CSV file.": "Masukkan siswa ke dalam kohort dengan mengunggah berkas CSV.", - "Assignment Type Name": "Nama Tipe Tugas", - "August": "Agustus", - "Author": "Penulis", - "Auto-advance": "Maju Otomatis", - "Automatic": "Otomatis", - "Available %s": "%s yang tersedia", - "Average": "Sedang", - "Back to Full List": "Kembali ke Daftar Penuh", - "Background color": "Warna latar belakang", - "Basic Account Information": "Informasi Akun Dasar", - "Be sure your entire face is inside the frame": "Pastikan seluruh wajah anda berada didalam frame", - "Before proceeding, please confirm that your details match": "Sebelum proses, silakan konfirmasi bahwa detailnya sesuai", - "Before proceeding, please {htmlStart}activate your account{htmlEnd}.": "Sebelum melanjutkan, mohon {htmlStart}aktivasi akun Anda{htmlEnd}.", - "Before proceeding, please {htmlStart}unlink all social media accounts{htmlEnd}.": "Sebelum melanjutkan, mohon {htmlStart}putuskan kaitan semua akun media sosial{htmlEnd}.", - "Billing/Payment Options": "Pilihan Pembayaran", - "Biography": "Riwayat hidup", - "Block view is unavailable": "Tampilan blok tidak tersedia", - "Blockquote": "Blockquote", - "Blockquote (Ctrl+Q)": "Blockquote (Ctrl+Q)", - "Blocks": "Blok", - "Body": "Badan", - "Bold": "Tebal", - "Bold (Ctrl+B)": "Tebal (Ctrl+B)", - "Bookmark this page": "Tandai halaman ini", - "Bookmarked": "Ditandai", - "Border": "Garis Tepi", - "Border color": "Warna Garis Tepi", - "Bottom": "Bawah", - "Browse": "Jelajahi", - "Browsing": "Jelajah", - "Bullet list": "Bullet list", - "Bulleted List (Ctrl+U)": "Bulleted List (Ctrl+U)", - "Can we match the photo you took with the one on your ID?": "Dapatkah kita menyesuaikan photo yang anda telah ambil dengan salah satu pada ID anda?", - "Cancel": "Batal", - "Cancel enrollment code": "Batalkan kode kepesertaan.", - "Cancel upload": "Batalkan unggah", - "Cannot delete when in use by a unit": "Tidak bisa menghapus ketika dalam proses penggunaan oleh unit", - "Cannot delete when in use by an experiment": "Tidak bisa menghapus ketika dalam penggunaan percobaan", - "Caption": "Caption", - "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "Hati-hati: versi yang terpublikasikan terakhir dari unit ini sedang Live. Dengan mempublikasikan perubahan anda akan mengubah experience pelajar", - "Cell": "Cell", - "Cell padding": "Cell padding", - "Cell properties": "Cell Properties", - "Cell spacing": "Cell spacing", - "Cell type": "Cell type", - "Center": "Tengah", - "Certificate Details": "Detil Sertifikat", - "Certificate Information": "Informasi Sertifikat", - "Certificate Name": "Nama Sertifikat", - "Certificate Signatories": "Penandatangan Sertifikat", - "Certificate Signatory Configuration": "Konfigurasi Penandatangan Sertifikat", - "Certificate has been successfully invalidated for <%= user %>.": "Sertifikat untuk <%= user %> telah berhasil dibatalkan keberlakuannya.", - "Certificate of <%= user %> has already been invalidated. Please check your spelling and retry.": "Sertifikat <%= user %> sudah dibatalkan keberlakuannya. Periksa kembali penulisan Anda lalu coba kembali.", - "Certificates": "Sertifikat", - "Change": "Ganti", - "Change My Email Address": "Rubah alamat email saya", - "Change Session": "Ubah Sesi", - "Change image": "Mengganti gambar", - "Change or Leave Session": "Ganti atau tinggalkan sesi", - "Changes to steps that are not selected as part of the assignment will not be saved.": "Perubahan pada langkah-langkah yang tidak terpilih sebagai bagian penugasan tidak akan disimpan.", - "Chapter Asset": "Aset bab", - "Chapter Name": "Nama bab", - "Chapter information": "Informasi bab", - "Check Your Email": "Periksa email anda", - "Check the highlighted fields below and try again.": "Cek field di bawah yang dihighlight dan coba kembali.", - "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "Centang kotak ini untuk menerima email sehari sekali mengenai aktivitas baru yang belum dibaca dari post yang Anda ikuti.", - "Check your email": "Periksa email anda", - "Check your email account for instructions to reset your password.": "Cek akun email Anda untuk instruksi penyetelan ulang kata kunci.", - "Checkout": "Checkout", - "Checkout with PayPal": "Checkout dengan PayPal", - "Checkout with {processor}": "Checkout dengan {processor}", - "Choose": "Pilih", - "Choose File": "Pilih Berkas", - "Choose a .csv file": "Pilih berkas .csv.", - "Choose a Date": "Pilih Tanggal", - "Choose a Time": "Pilih Waktu", - "Choose a time": "Pilih waktu", - "Choose all": "Pilih semua", - "Choose mode": "Pilih mode", - "Choose one": "Pilih satu", - "Chosen %s": "%s terpilih", - "Circle": "Lingkaran", - "Clear": "Kosongkan", - "Clear Grading Due Date": "Hapus grad tanggal jatuh tempo", - "Clear Release Date/Time": "Hapus penerbitan Tanggal/Waktu", - "Clear Value": "Kosongkan nilai", - "Clear formatting": "Hapus format", - "Clear search": "Bersihkan pencarian", - "Clear search results": "Bersihkan hasil pencarian", - "Click OK to have your e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Klik OK untuk mengisi alamat email yang terkirim ke aplikasi pihak ke-3.\n\nKlik Batalkan untuk kembali ke halaman ini tanpa mengirimkan informasi anda.", - "Click OK to have your username and e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Klik OK untuk mengirim nama pengguna and alamat email ke aplikasi pihak ke-3.\n\nKlik Batalkan untuk kembali ke halaman ini tanpa mengirim informasi anda.", - "Click OK to have your username sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Klik OK untuk mengisi nama pengguna yang terkirim ke aplikasi pihak ke-3.\n\nKlik Batalkan untuk kembali ke halaman ini tanpa mengirim informasi.", - "Click on this button to mute or unmute this video or press UP or DOWN buttons to increase or decrease volume level.": "Klik tombol ini untuk menyalakan atau mematikan audio, membesarkan atau mengecilkan audio. ", - "Click to add a new %(xblock_type)s": "Klik untuk menambah %(xblock_type)s yang baru", - "Click to change": "Klik untuk mengganti", - "Click to choose all %s at once.": "Pilih untuk memilih seluruh %s sekaligus.", - "Click to edit": "Klik untuk mengedit", - "Click to remove all chosen %s at once.": "Klik untuk menghapus semua pilihan %s sekaligus.", - "Close": "Tutup", - "Close Calculator": "Tutup Kalkulator", - "Code": "Kode", - "Code Sample (Ctrl+K)": "Contoh Kode (Ctrl+K)", - "Code block": "Blok kode", - "Cohorts": "Kohort", - "Cohorts Disabled": "Kohort Dinonaktifkan", - "Cohorts Enabled": "Kohort Diaktifkan", - "Collapse All": "Tutup Semua", - "Collapse Instructions": "Tutup Panduan", - "Collapse/Expand this %(xblock_type)s": "Runtuh/memperluas ini%(xblock_type)s", - "Color": "Warna", - "Cols": "Kolom", - "Column": "Kolom", - "Column group": "Grup kolom", - "Coming Soon": "Segera", - "Commentary": "Komentar", - "Common Problem Types": "Jenis Masalah Umum", - "Completed": "Selesai", - "Configure": "Konfigurasi", - "Confirm": "Konfirmasi", - "Confirm Password": "Konfirmasi kata sandi", - "Confirm Timed Transcript": "Konfirmasi transkrip waktu", - "Congratulations!": "Selamat!", - "Congratulations! You are now verified on %(platformName)s!": "Selamat! Anda sekarang telah terverifikasi pada %(platformName)s!", - "Constrain proportions": "Pertahankan proporsi", - "Contact Us": "Hubungi Kami", - "Contains staff only content": "Berisi hanya konten staff", - "Content Group ID": "ID grup konten", - "Content Group Name": "Nama grup konten", - "Content-Specific Discussion Topics": "Berisi-Topik diskusi secara spesifik", - "Continue to my practice exam": "Lanjut ke ujian sesi latihan", - "Copy": "Salin", - "Copy Email To Editor": "Salin Email Kepada Editor", - "Copy row": "Salin baris", - "Could not find Certificate Exception in white list. Please refresh the page and try again": "Tidak dapat menemukan Eksepsi Sertifikat dalam daftar putih. Silakan refresh halaman ini dan coba kembali.", - "Could not find Certificate Invalidation in the list. Please refresh the page and try again": "Tidak dapat menemukan Pembatalan Keberlakuan Sertifikat dalam daftar. Silakan refresh halaman ini dan coba kembali.", - "Could not find a user with username or email address '<%- identifier %>'.": "Tidak dapat menemukan pengguna dengan nama pengguna atau alamat email '<%- identifier %>'.", - "Could not find the specified string.": "Tidak dapat menemukan string yang dimaksud.", - "Could not find users associated with the following identifiers:": "Pengguna yang diasosiasikan dengan pengidentifikasi berikut tidak ditemukan:", - "Could not grade your answer. The submission was aborted.": "Jawaban tidak dapat dinilai. Penyerahan jawaban dibatalkan.", - "Could not override problem score for {user}.": "Tidak dapat menimpa nilai permasalahan untuk {user}", - "Could not retrieve download url.": "Gagal mencapai url unduhan.", - "Could not retrieve payment information": "Tidak dapat memuat informasi pembayaran", - "Could not retrieve upload url.": "Gagal mencapai url unggahan.", - "Could not submit order": "Tidak dapat mengajukan pesanan", - "Could not submit photos": "Tidak bisa mengajukan foto-foto", - "Couldn't Save This Assignment": "Gagal Menyimpan Tugas Ini", - "Country": "Negara", - "Country or Region of Residence": "Negara atau Wilayah Tempat Tinggal", - "Course Content": "Konten Kursus", - "Course End": "Pelatihan Berakhir", - "Course Handouts": "Makalah Kursus", - "Course ID": "ID Kursus", - "Course Id": "Id pelatihan", - "Course Key": "Kunci Kursus", - "Course Name": "Nama Kursus", - "Course Number": "Nomor Kursus", - "Course Number Override": "Penggantian Nomor Kursus", - "Course Outline": "Garis Besar Kursus", - "Course Title": "Judul Kursus", - "Course Title Override": "Penggantian Judul Kursus", - "Course is not yet visible to students.": "Kursus belum bisa dilihat oleh siswa.", - "Course title": "Judul kursus", - "Create": "Buat", - "Create Account": "Buat Akun", - "Create a New Team": "Buat Tim Baru", - "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "Anda dapat membuat tim baru jika tidak dapat menemukan tim yang ingin diikuti, atau jika Anda ingin belajar bersama teman-teman yang telah Anda kenal.", - "Create an account using": "Membuat penggunaan account", - "Created": "Telah dibuat", - "Creating missing groups": "Membuat grup yang hilang", - "Creative Commons licensed content, with terms as follow:": "Konten kreatif lisensi umum, dengan istilah sebagai berikut:", - "Criterion Added": "Kriteria telah ditambahkan", - "Criterion Deleted": "Kriteria telah dihapus", - "Current Role:": "Peran saat ini", - "Current conversation": "Percakapan saat ini", - "Current tab": "Tab ini", - "Custom color": "Warna kustom", - "Custom...": "Kustom", - "Cut": "Potong", - "Cut row": "Potong baris", - "Date": "Tanggal", - "Date Added": "Tanggal Ditambahkan", - "Deactivate": "Menonaktivkan", - "Deadlines": "Tenggat Waktu", - "December": "Desember", - "Declined": "Ditolak", - "Decrease indent": "Kurangi indentasi", - "Default": "Kembali ke awal", - "Default (Local Time Zone)": "Kembali Ke Awal (Zona Waktu Lokal)", - "Default Timed Transcript": "Transkrip waktu Default", - "Delete": "Hapus", - "Delete File Confirmation": "Konfirmasi Penghapusan Berkas", - "Delete My Account": "Hapus Akun Saya", - "Delete column": "Hapus Kolom", - "Delete row": "Hapus baris", - "Delete student '<%- student_id %>'s state on problem '<%- problem_id %>'?": "Hapus status siswa '<%- student_id %> pada masalah '<%- problem_id %>'?", - "Delete table": "Hapus tabel", - "Delete the user, {username}": "Hapus pengguna, {username}", - "Delete this asset": "Hapus aset ini", - "Delete this team?": "Hapus tim ini?", - "Deleting a team is permanent and cannot be undone. All members are removed from the team, and team discussions can no longer be accessed.": "Menghapus tim bersifat permanen dan tidak dapat dibatalkan. Semua anggota tim akan dikeluarkan dari tim, dan diskusi tim tidak lagi dapat diakses.", - "Deprecated": "Usang", - "Describe ": "Deskripsikan", - "Description": "Deskripsi", - "Description of the certificate": "Keterangan sertifikat", - "Details": "Detil", - "Dimensions": "Dimensi", - "Disc": "Cakram", - "Discard Changes": "Buang perubahan-perubahan", - "Discussion Home": "Beranda Diskusi", - "Discussion topics in the course are not divided.": "Topik diskusi di kursus ini tidak dibagi.", - "Discussions are unified; all learners interact with posts from other learners, regardless of the group they are in.": "Diskusi digabung; semua pembelajar berinteraksi dengan post dari pembelajar lain, dari manapun grupnya.", - "Display Name": "Nama tampilan", - "Div": "Div", - "Do not show again": "Berhenti perlihatkan", - "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "Apakah Anda ingin memperbolehkan siswa ini ('{student_id}') untuk melewatkan ujian masuk?", - "Do you want to replace the edX transcript with the YouTube transcript?": "Apakah anda ingin mengganti transkrip edX dengan Transkrip You Tube?", - "Do you want to upload your file before submitting?": "Apakah Anda ingin mengunggah berkas Anda sebelum mengirimkan?", - "Document properties": "Properti dokumen", - "Does the name on your ID match your account name: %(fullName)s?": "Apakah nama pada ID anda sesuai dengan nama account anda: %(fullName)s?", - "Does the photo of you match your ID photo?": "Apakah photo anda sesuai dengan photo ID?", - "Does the photo of you show your whole face?": "Apakah photo anda menunjukkan seluruh wajah?", - "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "Tidakmelihat gambar anda? pastikan membolehkan browser anda untuk menggunakan kamera jika dia meminta izin ", - "Donate": "Donasi", - "Double-check that your webcam is connected and working to continue.": "Untuk melanjutkan, cek ulang apakah webcam Anda telah terhubung dan bekerja.", - "Download": "Unduh", - "Download Software Clicked": "Unduh software yang telah dipilih", - "Download Transcript for Editing": "Unduh transkrip untuk editing", - "Download URL": "Unduh URL", - "Download available encodings (.csv)": "Unduh encoding yang tersedia (.csv)", - "Download the user's certificate": "Unduh sertifikat pengguna", - "Draft (Never published)": "Draft (tidak pernah dipublikasikan)", - "Draft (Unpublished changes)": "Draft (perubahan tidak dipublikasikan)", - "Drag to reorder": "Tarik untuk mengurutkan", - "Drop target image": "Letakkan gambar target", - "Due Date": "Tanggal Berakhir", - "Due Date:": "Tanggal jatuh tempo", - "Due Time in UTC:": "Waktu jatuh tempo dalam UTC", - "Due date cannot be before start date.": "Tanggal terakhir tidak boleh sebelum tanggal mulai.", - "Due:": "Jatuh tempo:", - "Duration (sec)": "Durasi (detik)", - "Earned Certificates": "Sertifikat yang Didapatkan", - "EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.": "EdX tidak memiliki transkrip waktu untuk video ini di studio , tapi kami menemukan transkrip di You Tube. Anda dapat mengimpor transkrip YouTube atau unggah file transkrip .srt .", - "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "EdX tidak memiliki transkrip waktu untuk video ini. Silakan upload file .srt ", - "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "EdX tidak memiliki transkrip waktu untuk video ini. Jika anda ingin mengedit transkrip ini , anda dapat mengunduh , edit, dan upload ulang transkrip yang ada sekarang , jika anda ingin mengganti transkrip ini , unggah file transkrip .srt yang baru.", - "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "EdX memiliki transkrip waktu untuk video ini. Jika anda ingin mengganti transkrip ini , unggah file transkrip baru .srt . Jika anda ingin mengedit transkrip ini , anda dapat mengunduh , edit, dan unggah ulang transkrip yang ada sekarang .", - "Edit": "Edit", - "Edit %(display_name)s (required)": "Ubah %(display_name)s (required)", - "Edit HTML": "Edit HTML", - "Edit Team": "Edit tim", - "Edit Your Name": "Edit nama anda", - "Editable": "Dapat Diedit", - "Education Completed": "Pendidikan yang Telah Diselesaikan", - "Email": "Email", - "Email Address (Sign In)": "Alamat Email (Masuk)", - "Emails successfully sent. The following users are no longer enrolled in the course:": "Berhasil mengirim email. Pengguna berikut sudah tidak lagi terdaftar pada pembelajaran:", - "Embed": "Embed", - "Emoticons": "Emoticons", - "Enable Cohorts": "Aktifkan Cohorts", - "Enabled": "Aktif", - "Encoding": "Encoding", - "End of transcript. Skip to the start.": "Akhir transkrip. Kembali ke awal.", - "Ends {end}": "Berakhir {end}", - "Engage with posts": "Terlibat dalam posting", - "Enrolled": "Terdaftar", - "Enrolling you in the selected course": "Mendaftarkan Anda ke kursus yang dipilih", - "Enrollment Date": "Tanggal Pendaftaran", - "Enrollment Mode": "Mode Pendaftaran", - "Enrollment Tracks": "Jalur Kepesertaan", - "Ensure that you can see your photo and read your name": "Yakinkan bahwa anda dapat melihat photo anda dan membaca nama anda", - "Enter Due Date and Time": "Masukkan Tanggal dan Waktu Terakhir", - "Enter Start Date and Time": "Masukkan Tanggal dan Waktu Mulai", - "Enter a student's username or email address.": "Masukkan nama pengguna siswa atau alamat email.", - "Enter a username or email.": "Masukkan nama pengguna atau email.", - "Enter and confirm your new password.": "Masukkan dan konfirmasi kata sandi yang baru.", - "Enter some details for your support request.": "Berikan detil untuk permintaan dukungan Anda.", - "Enter team description.": "Masukkan deskripsi tim.", - "Enter team name.": "Masukkan nama tim.", - "Enter the enrollment code.": "Masukkan kode kepesertaan.", - "Enter the page number you'd like to quickly navigate to.": "Masukkan nomer halaman yang ingin Anda tuju.", - "Enter username or email": "Masukan username atau alamat surel", - "Enter your ": "Masukkan", - "Entrance exam attempts is being reset for student '{student_id}'.": "Percobaan ujian masuk telah disetel ulang untuk siswa '{student_id}'.", - "Entrance exam state is being deleted for student '{student_id}'.": "Status ujian masuk siswa '{student_id}' telah dihapus.", - "Error": "Kesalahan", - "Error adding learners.": "Terjadi kesalahan dalam menambahkan pembelajar.", - "Error adding/removing users as beta testers.": "Kesalahan menambahkan/menghapus pengguna sebagai beta tester", - "Error changing user's permissions.": "Kesalahan mengubah hak akses pengguna", - "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "Error dalam menghapus status ujian masuk siswa '{student_id}'. Pastikan kode identifikasi siswa benar.", - "Error deleting student '<%- student_id %>'s state on problem '<%- problem_id %>'. Make sure that the problem and student identifiers are complete and correct.": "Error menghapus status siswa '<%- student_id %> pada masalah '<%- problem_id %>'. Pastikan kode identifikasi masalah dan siswa lengkap dan benar.", - "Error enrolling/unenrolling users.": "Kesalahan mendaftarkan/membatalkan pendaftaran pengguna", - "Error generating ORA data report. Please try again.": "Error dalam mendapatkan laporan data ORA. Silakan coba kembali.", - "Error generating grades. Please try again.": "Pembuatan gelar mengalami kesalahan. Harap coba lagi.", - "Error generating list of students who may enroll. Please try again.": "Error dalam mendapatkan daftar siswa yang boleh masuk ke dalam kursus. Silakan coba kembali.", - "Error generating problem grade report. Please try again.": "Error dalam mendapatkan laporan nilai yang bermasalah. Silakan coba kembali.", - "Error generating proctored exam results. Please try again.": "Terjadi kesalahan dalam menilai hasil ujian proktor. Silakan coba kembali.", - "Error generating student profile information. Please try again.": "Error dalam mendapatkan informasi profil siswa. Silakan coba kembali.", - "Error generating survey results. Please try again.": "Error dalam menilai hasil survei. Silakan coba kembali.", - "Error getting enrollment status for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "Error mendapatkan status pendaftaran untuk '<%- student_id %>'. Pastikan kode identifikasi siswa diketik dengan benar.", - "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "Terjadi kesalahan dalam riwayat tugas ujian masuk untuk siswa '{student_id}'. Pastikan ID siswa sudah benar.", - "Error getting issued certificates list.": "Terjadi kesalahan dalam memperoleh daftar sertifikat.", - "Error getting student list.": "Kesalahan saat memproses daftar siswa.", - "Error getting student progress url for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "Error mendapatkan URL kemajual siswa untuk '<%- student_id %>'. Pastikan kode identifikasi siswa diketik dengan benar.", - "Error getting task history for problem '<%- problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "Error mendapatkan riwayat tugas untuk masalah '<%- problem_id %>' dan siswa '<%- student_id %>'. Pastikan kode identifikasi masalah dan siswa lengkap dan benar.", - "Error getting the number of ungraded responses": "Tidak dapat menampilkan jumlah tanggapan yang belum dinilai.", - "Error listing task history for this student and problem.": "Terjadi kesalahan dalam mendaftar riwayat tugas untuk siswa dan permasalahan ini.", - "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "Error menyetel ulang percobaan ujian masuk untuk siswa '{student_id}'. Pastikan kode identifikasi siswa benar.", - "Error resetting problem attempts for problem '<%= problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "Error menyetel ulang percobaan untuk masalah '<%= problem_id %>' dan siswa '<%- student_id %>'. Pastikan kode identifikasi masalah dan siswa lengkap dan benar.", - "Error retrieving grading configuration.": "Kesalahan saat menerima susunan penilaian", - "Error sending email.": "Terjadi kesalahan saat kirim surel.", - "Error starting a task to override score for problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the score and the problem and student identifiers are complete and correct.": "Terjadi kesalahan dalam memulai tugas untuk menimpa nilai untuk permasalahan '<%- problem_id %>' untuk siswa '<%- student_id %>'. Pastikan ID nilai dan permasalahan dan siswa lengkap dan benar.", - "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "Terjadi kesalahan dalam memulai tugas untuk menilai ulang ujian ulang untuk siswa '{student_id}'. Pastikan ujian masuk memiliki permasalahan di dalamnya dan ID siswa lengkap dan benar.", - "Error starting a task to rescore problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the problem and student identifiers are complete and correct.": "Terjadi kesalahan dalam memulai tugas untuk menilai ulang permasalahan '<%- problem_id %>' untuk siswa '<%- student_id %>'. Pastikan ID permasalahan dan siswa lengkap dan benar.", - "Error starting a task to rescore problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "Terjadi kesalahan dalam memulai tugas untuk menilai ulang permasalahan '<%- problem_id %>'. Pastikan ID permasalahan lengkap dan benar.", - "Error starting a task to reset attempts for all students on problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "Terjadi kesalahan dalam memulai tugas untuk menyetel ulang percobaan untuk semua siswa pada permasalahan '<%- problem_id %>'. Pastikan ID permasalahan lengkap dan benar.", - "Error while generating certificates. Please try again.": "Terjadi kesalahan dalam pembuatan sertifikat. Silakan coba kembali.", - "Error while regenerating certificates. Please try again.": "Terjadi kesalahan dalam pembuatan kembali sertifikat. Silakan coba kembali.", - "Error.": "Error.", - "Error:": "Kesalahan:", - "Error: ": "Kesalahan", - "Error: User '<%- username %>' has not yet activated their account. Users must create and activate their accounts before they can be assigned a role.": "Error: Pengguna '<%- username %>' belum mengaktivasi akunnya. Pengguna harus membuat dan mengaktivasi akunnya sebelum dapat diberikan peran.", - "Error: You cannot remove yourself from the Instructor group!": "Kesalahan: Anda tidak dapat menghapus diri anda dari grup instruktur!", - "Errors": "Kesalahan", - "Errors/Technical Issues": "Error/Isu Teknis", - "Everyone who has staff privileges in this course": "Semua yang memiliki otoritas staf dalam kursus ini", - "Exam Types": "Jenis Ujian", - "Exit full browser": "Keluar dari peramban penuh", - "Expand All": "Buka Semua", - "Expand Instructions": "Buka Panduan", - "Explanation": "Penjelasan ", - "Explore your course!": "Jelajahi kursus anda", - "Failed Proctoring": "Gagal dalam proses proktoring", - "Failed to delete student state for user.": "Gagal menghapus status siswa untuk pengguna.", - "Failed to rescore problem for user.": "Gagal menilai ulang permasalahan untuk pengguna.", - "Failed to rescore problem to improve score for user.": "Gagal menilai ulang untuk memperbaiki nilai pengguna.", - "Failed to reset attempts for user.": "Gagal menyetel ulang percobaan untuk pengguna.", - "February": "Februari", - "Feedback available for selection.": "Umpan balik tersedia untuk pilihan Anda.", - "File": "Berkas", - "File Name": "Nama Berkas", - "File size must be 10MB or less.": "Ukuran berkas harus 10MB atau kurang.", - "File type is not allowed.": "Jenis berkas ini tidak diperkenankan", - "File types can not be empty.": "Jenis berkas tidak dapat dikosongkan.", - "File upload succeeded": "Unggah File telah sukses", - "Files must be in JPEG or PNG format.": "Berkas harus dalam format JPEG atau PNG.", - "Files that you upload must be PDFs or image files in .gif, .jpg, .jpeg, or .png format.": "File yang Anda unggah harus berupa PDFs atau gambar .gif, .jpg, .jpeg, atau .png.", - "Files that you upload must be smaller than 5MB in size.": "File yang Anda unggah harus lebih kecil dari 5MB.", - "Fill browser": "Peramban penuh", - "Filter": "Filter", - "Filter and sort topics": "Saring dan urutkan topik", - "Final Grade Received": "Nilai Akhir Diterima", - "Financial Aid": "Bantuan Finansial", - "Financial Assistance": "Bantuan Finansial", - "Financial Assistance Application": "Permohonan Bantuan Keuangan", - "Find": "Cari", - "Find and replace": "Cari dan ganti", - "Find answers to the top questions asked by learners.": "Temukan jawaban untuk pertanyaan yang paling sering ditanyakan.", - "Find discussions": "Cari diskusi", - "Find next": "Cari berikutnya", - "Find previous": "Cari sebelumnya", - "Finish": "Selesai", - "Follow or unfollow posts": "Ikuti atau batal mengikuti post", - "Font Family": "Rumpun Huruf", - "Font Sizes": "Ukuran Huruf", - "Footer": "Catatan Kaki", - "For inquiries regarding assignments, grades, or structure of a specific course, please post in the discussion forums for that course directly.": "Untuk pertanyaan terkait penugasan, nilai, atau struktur kursus tertentu, silakan posting di forum diskusi pada kursus terkait.", - "Format": "Format", - "Formats": "Format", - "Frequently Asked Questions": "Pertanyaan pertanyaan yang sering diajukan", - "Full Name": "Nama Lengkap", - "Full Profile": "Profil Lengkap", - "Fullscreen": "Layar Penuh", - "Fully Supported": "Dukungan Penuh", - "Gender": "Jenis Kelamin", - "General": "Umum", - "Generate": "Generate", - "Get Credit": "Dapatkan kredit", - "Go to Dashboard": "Menuju dashboard", - "Go to my Dashboard": "Menuju Dashboard", - "Go to your Dashboard": "Menuju dashboard", - "Go to {platform} Home": "Menuju Beranda {platform}", - "Government-Issued Photo ID": "ID photo terbitan resmi pemerintah", - "Grace period must be specified in HH:MM format.": "Waktu tenggang harus ditulis dalam format HH:MM. ", - "Grade": "Nilai", - "Grade as:": "Peringkat sebagai", - "Graded as:": "Dinilai sebagai:", - "Grading": "Pemeringkatan", - "Group": "Grup", - "Group Configuration ID": "ID konfigurasi grup", - "Group Configuration Name": "Nama konfigurasi grup", - "Group Configuration information": "Informasi konfigurasi grup", - "Group information": "Informasi grup", - "Groups": "Grup-grup", - "H Align": "Rata H", - "HTML preview of post": "Pratinjau HTML post ini", - "HTML source code": "HTML Source Code", - "Header": "Header", - "Header 1": "Header 1", - "Header 2": "Header 2", - "Header 3": "Header 3", - "Header 4": "Header 4", - "Header 5": "Header 5", - "Header 6": "Header 6", - "Header cell": "Header cell", - "Headers": "Headers", - "Heading": "Heading", - "Heading (Ctrl+H)": "Heading (Ctrl+H)", - "Heading 1": "Heading 1", - "Heading 2": "Heading 2", - "Heading 3": "Heading 3", - "Heading 4": "Heading 4", - "Heading 5": "Heading 5", - "Heading 6": "Heading 6", - "Headings": "Headings", - "Height": "Tinggi", - "Help Translate into {beta_language}": "Bantu Terjemahkan ke {beta_language}", - "Hide": "Ciutkan", - "Hide Annotations": "Tutup Catatan", - "Hide Discussion": "Sembunyikan Diskusi", - "Hide closed captions": "Sembunyikan teks", - "Hide notes": "Sembunyikan catatan", - "High Definition": "Definisi Tertinggi", - "Horizontal Rule (Ctrl+R)": "Horizontal Rule (Ctrl+R)", - "Horizontal line": "Garis horisontal", - "Horizontal space": "Ruang horisontal", - "How to create useful text alternatives.": "Langkah membuat alternatif teks yang bermanfaat.", - "How to use %(platform_name)s discussions": "Cara menggunakan diskusi %(platform_name)s ", - "Hyperlink (Ctrl+L)": "Hyperlink (Ctrl+L)", - "ID": "ID", - "ID-Verification is not required for this Professional Education course.": "Verifikasi ID tidak dibutuhkan untuk kursus pendidikan profesional", - "If you are unable to access your account contact us via email using {email}.": "Jika Anda tidak dapat masuk, hubungi kami melalui email ke {email}.", - "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "Jika Anda meninggalkan halaman ini tanpa menyimpan atau mengirim tanggapan Anda, Anda akan kehilangan semua pekerjaan yang Anda buat pada tanggapan Anda.", - "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "Jika Anda meninggalkan halaman ini tanpa mengirimkan penilaian sebaya Anda, Anda akan kehilangan pekerjaan yang Anda lakukan.", - "If you leave this page without submitting your self assessment, you will lose any work you have done.": "Jika Anda meninggalkan halaman tanpa mengirimkan hasil penilaian mandiri, Anda akan kehilangan pekerjaan Anda barusan.", - "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "Jika Anda meninggalkan halaman tanpa mengirimkan hasil penilaian staf, Anda akan kehilangan pekerjaan Anda barusan.", - "If you leave, you can no longer post in this team's discussions. Your place will be available to another learner.": "Jika Anda keluar dari tim ini, Anda tidak lagi dapat mengirimkan post dalam diskusi tim ini. Tempat Anda akan dapat digunakan oleh pembelajar lain.", - "If you make significant changes, make sure you notify members of the team before making these changes.": "Jika Anda melakukan perubahan yang signifikan, pastikan Anda telah memberitahu anggota tim sebelumnya.", - "If you proceed, you will be unable to use this account to take courses on the edX app, edx.org, or any other site hosted by edX. This includes access to edx.org from your employer\u2019s or university\u2019s system and access to private sites offered by MIT Open Learning, Wharton Executive Education, and Harvard Medical School.": "Jika Anda meneruskan, Anda tidak dapat menggunakannya untuk mengikuti kursus dalam app edX, edx.org, atau situs lain yang dihosting oleh edX. Hal ini meliputi akses ke edx.org dari perusahaan atau sistem universitas dan akses ke situs privat yang ditawarkan oleh MIT Open Learning, Wharton Executive Education, dan Harvard Medical School.", - "If you still wish to continue and delete your account, please enter your account password:": "Jika Anda ingin meneruskan menghapus akun Anda, silakan masukkan kata kunci akun Anda:", - "If you use the Advanced Editor, this problem will be converted to XML and you will not be able to return to the Simple Editor Interface.\n\nProceed to the Advanced Editor and convert this problem to XML?": "Jika anda menggunakan Advanced Editor, problem ini akan dikonversi ke XML dan anda tidak akan bisa kembali ke Simple Editor Interface.\n\nMelanjutkan ke Advanced Editor dan andamengkonversi masalah ini ke XML?", - "Ignore": "Abaikan", - "Ignore all": "Abaikan semua", - "Image": "Gambar", - "Image (Ctrl+G)": "Gambar (Ctrl+G)", - "Image Description": "Deskripsi Gambar", - "Image Upload Error": "Terjadi Kesalahan Unggah Gambar", - "Image description": "Deskripsi gambar", - "Image must be in PNG format": "Gambar mesti dalam format PNG", - "Import YouTube Transcript": "Import Transkrip YouTube ", - "In Progress": "Dalam Proses", - "Increase indent": "Tambahkan indentasi", - "Inline": "Inline", - "Insert": "Insert", - "Insert Hyperlink": "Masukkan Hyperlink", - "Insert Image (upload file or type URL)": "Masukkan Gambar (unggah berkas atau ketik URL)", - "Insert column after": "Insert column after", - "Insert column before": "Insert column before", - "Insert date/time": "Insert date/time", - "Insert image": "Sisipkan gambar", - "Insert link": "Sisipkan tautan", - "Insert row after": "Insert row after", - "Insert row before": "Insert row before", - "Insert table": "Insert table", - "Insert template": "Insert template", - "Insert video": "Insert video", - "Insert/Edit Image": "Insert/Edit Image", - "Insert/edit image": "Insert/edit gambar", - "Insert/edit link": "Insert/edit link", - "Insert/edit video": "Insert/edit video", - "Instructor Biography": "Riwayat Hidup Instruktur", - "Instructor Name": "Nama Instruktur", - "Instructor Photo": "Foto Instruktur", - "Instructor Photo URL": "URL Foto Instruktur", - "Instructor Title": "Gelar Instruktur", - "Introduction to Cookie Baking": "Pengenalan Cookie Baking", - "Invalid email address: {email}": "Alamat email tidak valid: {email}", - "Is Visible To:": "Terlihat oleh", - "Is this OK?": "Apakah ini OK?", - "Is your name on your ID readable?": "Apakah nama pada ID anda bisa terbaca?", - "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "Sangat dianjurkan untuk Anda menyertakan empat atau lebih sedikit penandatangan. Jika Anda memasukkan penandatangan tambahan, pratinjau sertifikat di Print View untuk memastikan sertifikat akan tercetak dengan benar pada satu halaman.", - "Italic": "Italic", - "Italic (Ctrl+I)": "Miring (Ctrl+I)", - "January": "Januari", - "Joined": "Bergabung", - "Joined %(date)s": "Bergabung pada %(date)s", - "Joined Date": "Tanggal Bergabung", - "July": "Juli", - "June": "Juni", - "Justify": "Ratakan", - "KB": "KB", - "Key should only contain letters, numbers, _, or -": "Kunci harus mengandung huruf, angka, _, atau -", - "Keywords": "Kata kunci", - "LEARN MORE": "Pelajari lebih lanjut", - "Language": "Bahasa", - "Large": "Lebar", - "Last Activity %(date)s": "Aktivitas Terakhir %(date)s", - "Last Edited:": "Di edit terakhir", - "Last Updated": "Terakhir Diperbarui", - "Last activity %(date)s": "Aktivitas terakhir %(date)s", - "Last published %(last_published_date)s by %(publish_username)s": "Dipublikasikan terakhir %(last_published_date)s oleh %(publish_username)s", - "Learn More": "Belajarlah Lagi", - "Learn more about {license_name}": "Pelajari lebih lanjut tentang {license_name}", - "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "Peserta didik yang memerlukan verifikasi harus melewati checkpoint yang dipilih untuk melihat konten di dalam unit ini. Peserta didik yang tidak memerlukan verifikasi harap melihat konten ini secara default.", - "Learning Outcome": "Hasil Belajar", - "Leave Current Session": "Tinggalkan Sesi Ini", - "Leave this team?": "Keluar dari tim ini?", - "Left": "Kiri", - "Left to right": "Kiri ke kanan", - "Less": "Kurang", - "License Display": "Display lisensi", - "License Type": "Tipe lisensi", - "Limit Access": "Batasi Akses", - "Limited Profile": "Profil Terbatas", - "Link Description": "Deskripsi Tautan", - "Link Your Account": "Tautkan Akun Anda", - "Link your {accountName} account": "Hubungkan akun {accountName} Anda", - "Link your {accountName} account to your {platformName} account and use {accountName} to sign in to {platformName}.": "Tautkan akun {accountName} Anda ke akun {platformName} Anda dan gunakan {accountName} untuk masuk ke {platformName}.", - "Linked Accounts": "Akun yang Terhubung", - "Linking": "Menautkan", - "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "Link dibuat berdasar permintaan dan akan usang dalam 5 menit mengacu kepada tingkat sensitif dari Informasi data siswa", - "List item": "Daftar Item", - "List of Open Assessments is unavailable": "Daftar Penilaian Terbuka tidak tersedia", - "List of uploaded files and assets in this course": "Daftar file yang telah di unggah dan aset di kursus ini", - "Live view of webcam": "Hidupkan webcame", - "Load all responses": "Memuat semua tanggapan", - "Load next {numResponses} responses": "Memuat {numResponses} respon berikutnya", - "Loading": "Memuat", - "Loading content": "Memproses Konten", - "Loading data...": "Memuat data...", - "Loading more threads": "Memuat topik lainnya", - "Loading posts list": "Memuat daftar post", - "Loading your courses": "Memuat kursus-kursus Anda", - "Location": "Lokasi", - "Location in Course": "Lokasi di Kursus", - "Lock this asset": "Hapus aset ini", - "Lock/unlock file": "Kunci/buka kunci file", - "Loud": "Keras", - "Low": "Rendah", - "Lower Alpha": "Lower Alpha", - "Lower Greek": "Lower Greek", - "Lower Roman": "Lower Roman", - "MB": "MB", - "Make sure that the full name on your account matches the name on your ID.": "Pastikan bahwa nama lengkap anda pada account anda sesuai nama pada ID", - "Make sure we can verify your identity with the photos and information you have provided.": "Pastikan kami dapat memverifikasi identitas anda dengan photo dan informasi yang telah anda sediakan", - "Make this subsection available as a prerequisite to other content": "Buat seksi ini tersedia sebagai prasyarat untuk konten lainnya", - "Manual": "Manual", - "March": "Maret", - "Mark enrollment code as unused": "Tandai kode kepesertaan sebagai tidak digunakan", - "Markdown Editing Help": "Bantuan Merubah Markdown", - "Masters": "Master", - "Match case": "Match case", - "Maximum": "Maksimum", - "May": "Mei", - "Membership": "Keanggotaan", - "Merge cells": "Gabungkan sel", - "Message:": "Pesan:", - "Middle": "Middle", - "Midnight": "Tengah malam", - "Minimum Score:": "Skor minimum", - "Module state successfully deleted.": "Status modul sukses dihapus", - "More": "Selebihnya", - "Must be a Staff User to Perform this request.": "Harus menjadi Staf untuk melakukan permintaan ini.", - "Must complete verification checkpoint": "Harus menyelesaikan checkpoint verifikasi", - "Mute": "Matikan Suara", - "Muted": "Muted", - "My Orders": "Pesanan Saya", - "My Team": "Tim Saya", - "N/A": "N/A", - "Name": "Nama", - "Name ": "Nama", - "Name of the certificate": "Nama sertifikat", - "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "Nama grup para pelajar akan didaftarkan, sebagai contoh, Control, Video, Problem. Anda harus memiliki dua atau lebih grup", - "Name of the signatory": "Nama Penandatangan", - "Name or short description of the configuration": "Nama atau gambaran singkat dari konfigurasi", - "Navigate up": "Navigasi naik", - "Never published": "Tidak pernah dipublikasikan", - "New %(item_type)s": "Baru %(item_type)s", - "New Address": "Alamat baru", - "New Password": "Kata sandi baru", - "New document": "Dokumen baru", - "New window": "Window baru", - "Next": "Berikutnya", - "Next Step: Confirm your identity": "Langkah berikutnya: konfirmasi identitas anda", - "No EdX Timed Transcript": "Tidak ada transkrip waktu EdX ", - "No Flash Detected": "Flash Tidak Terdeteksi", - "No Timed Transcript": "Tidak ada transkrip waktu", - "No Webcam Detected": "Webcam Tidak Terdeteksi ", - "No color": "Tanpa warna", - "No description available": "Tidak tersedia deskripsi", - "No posts matched your query.": "Tidak terdapat post yang sesuai dengan pencarian Anda.", - "No prerequisite": "Tidak ada prasyarat", - "No results": "Tidak ada hasil", - "No results found for \"%(query_string)s\". Please try searching again.": "Tidak ditemukan hasil pencarian untuk \"%(query_string)s\". Silakan coba cari kembali.", - "No results found for {original_query}. Showing results for {suggested_query}.": "Tidak ada hasil ditemukan untuk {original_query}. Menunjukkan hasil untuk {suggested_query}.", - "No tasks currently running.": "Tidak ada tugas yang sedang berjalan.", - "Nonbreaking space": "Spasi tanpa pemutusan", - "None": "kosong", - "Noon": "Siang", - "Not Graded": "Non Gelar", - "Not Selected": "Tak Terpilih", - "Not available": "Tidak tersedia", - "Not divided": "Tidak dibagi", - "Not selected": "Tidak terpilih", - "Not specific to a course": "Tidak spesifik untuk kursus tertentu", - "Note": "Catatan", + ], + "%s ago": "%s yang lalu", + "%s from now": "%s dari sekarang", + "(Add signatories for a certificate)": "(Tambahkan penandatangan untuk sebuah sertifikat)", + "(Caption will be displayed when you start playing the video.)": "(Teks akan muncul ketika video mulai)", + "(Optional)": "(Opsi)", + "(Required Field)": "(Wajib Diisi)", + "(Self-paced) Ended {end}": "Telah berakhir {end} (belajar mandiri)", + "(Self-paced) Ends {end}": "Berakhir {end} (belajar mandiri)", + "(Self-paced) Started {start}": "Telah dimulai {start} (belajar mandiri)", + "(Self-paced) Starts {start}": "Mulai {start} (belajar mandiri)", + "(optional)": "(opsional)", + "(required)": "(wajib diisi)", + "(required):": "(wajib diisi):", + "- Sortable": "bisa diurutkan", + "6 a.m.": "6 pagi", + "6 p.m.": "18.00", + "<%= user %> already in exception list.": "<%= user %> telah berada dalam daftar eksepsi.", + "<%= user %> has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.": "<%= user %> telah berhasil ditambahkan dalam daftar eksepsi. Klik Buat Sertifikat Eksepsi di bawah untuk mengirim sertifikat.", + "A Password is required": "Masukkan kata kunci", + "A driver's license, passport, or government-issued ID with your name and photo.": "SIM, phasphor, ID terbitan pemerintah/ktp dengan nama dan photo anda", + "A driver's license, passport, or other government-issued ID with your name and photo": "SIM, phasphor, atau ID yg diterbitkan oleh pemerintah dengan nama dan photo anda", + "A highlight to look forward to this week.": "Sorotan untuk disimak minggu ini.", + "A list of courses you have just enrolled in as a verified student": "Daftar kursus di mana Anda menjadi peserta terverifikasi", + "A name that identifies your team (maximum 255 characters).": "Nama yang mendeskripsikan tim Anda (maks 255 karakter).", + "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "Deskripsi singkat mengenai tim untuk membantu pembelajar lain memahami tujuan atau arah tim (maks 300 karakter).", + "API Key": "Kunci API", + "API Secret": "Rahasia API", + "Abbreviation": "Singkatan", + "About Me": "Tentang Saya", + "About You": "Tentang Anda", + "About me": "Tentang saya", + "Accomplishments": "Pencapaian", + "Accomplishments Pagination": "Penomoran Halaman Pencapaian", + "Account": "Akun", + "Account Information": "Informasi Akun", + "Account Not Activated": "Akun Belum Diaktifkan", + "Account Settings": "Seting Account", + "Account Settings page.": "Halaman Setelan Akun/Account Setting.", + "Account deletion, including removal from email lists, may take a few weeks to fully process through our system. If you want to opt-out of emails before then, please unsubscribe from the footer of any email.": "Penghapusan akun, termasuk penghapusan dari daftar email, dapat memakan waktu beberapa minggu dalam sistem kami. Jika Anda tidak ingin menerima email, silakan berhenti langganan dari catatan kaki di email dari kami.", + "Action": "Tindakan", + "Actions": "Tindakan", + "Activate": "Aktivasi", + "Activate Your Account": "Aktifkan account anda", + "Activating a link in this group will skip to the corresponding point in the video.": "Mengaktivasi tautan dalam grup ini akan mempercepat ke bagian video yang terkait", + "Active": "Aktif", + "Active Uploads": "Unggah yang sedang aktiv", + "Add": "Tambahkan", + "Add Additional Signatory": "Tambahkan Penandatangan Tambahan", + "Add Attachment": "Tambahkan lampiran", + "Add Cohort": "Tambahkan Cohort", + "Add Component:": "Tambahkan Komponen", + "Add Country": "Tambahkan Negara", + "Add Learners": "Tambahkan Peserta", + "Add New Component": "Tambahkan Komponen Baru", + "Add URLs for additional versions": "Tambahkan URLs untuk versi tambahan ", + "Add a Chapter": "Tambah bab", + "Add a New Cohort": "Tambahkan Kohort Baru", + "Add a learning outcome here": "Tambahkan hasil belajar di sini", + "Add another group": "Tambahkan grup yang lain", + "Add language": "Tambahkan bahasa", + "Add learners to this cohort": "Tambahkan peserta ke kohort ini", + "Add notes about this learner": "Tambahkan catatan tentang peserta ini", + "Add to Dictionary": "Tambahkan ke Kamus", + "Add your first textbook": "Tambahkan textbook pertama anda", + "Add {role} Access": "Tambahkan {role} Access", + "Adding the selected course to your cart": "Menambahkan kursus yang dipilih ke troli belanja Anda", + "Additional Credit Opportunities": "Kesempatan Kredit Tambahan", + "Additional Information": "Informasi Tambahan", + "Additional Professional Opportunities": "Kesempatan Profesional Tambahan", + "Additional posts could not be loaded. Refresh the page and try again.": "Post tambahan tidak dapat dimuat. Refresh halaman ini dan coba lagi.", + "Additional responses could not be loaded. Refresh the page and try again.": "Respon tambahan tidak dapat dimuat. Refresh halaman ini dan coba lagi.", + "Adjust video speed": "Menyesuaikan kecepatan video", + "Adjust video volume": "Menyesuaikan suara video", + "Admin": "Admin", + "Advanced": "Tingkat Lanjut", + "Align center": "Rata tengah", + "Align left": "Rata kiri", + "Align right": "Rata kanan", + "Alignment": "Penjajaran", + "All Posts": "Semua Post", + "All Rights Reserved": "Semua hak cipta", + "All Time Zones": "Semua Zona Waktu", + "All Topics": "Semua Topik", + "All Unreviewed": "Semua yang belum diulas", + "All accounts were created successfully.": "Semua akun terjadi dengan berhasil.", + "All learners in the {cohort_name} cohort": "Semua pembelajar dalam kohort {cohort_name} ", + "All learners in the {track_name} track": "Semua pembelajar dalam jalur {track_name} ", + "All learners who are enrolled in this course": "Semua pembelajar yang mengikuti kursus ini", + "All payment options are currently unavailable.": "Semua pilihan pembayaran saat ini tidak tersedia.", + "All subsections": "Semua subseksi", + "All teams": "Semua tim", + "All topics": "Semua topik", + "All units": "Semua unit", + "Allow students to generate certificates for this course?": "Apakah siswa diperbolehkan membuat sertifikat untuk kursus ini?", + "Already have an {platformName} account?": "Sudah memiliki akun {platformName}?", + "Alternative source": "Sumber Alternatif", + "Always show assessment results": "Selalu tampilkan hasil penilaian", + "Amount": "Jumlah", + "An email has been sent to {userEmail} with a link for you to activate your account.": "Kami sudah mengirimkan email ke {userEmail} dengan tautan untuk mengaktivasi akun Anda.", + "An error has occurred. Check your Internet connection and try again.": "Terjadi error. Cek koneksi Internet Anda dan coba ulangi kembali.", + "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "Terjadi error. Pastikan Anda terhubung dengan Internet, kemudian refresh kembali halaman ini.", + "An error has occurred. Please try again later.": "Terjadi kesalahan. Silakan coba kembali beberapa saat lagi.", + "An error has occurred. Please try again.": "Terjadi kesalahan. Coba kembali.", + "An error has occurred. Please try reloading the page.": "Terjadi kesalahan. Coba muat ulang halaman ini.", + "An error has occurred. Refresh the page, and then try again.": "Terjadi kesalahan. Refresh halaman, kemudian coba kembali.", + "An error has occurred. Try refreshing the page, or check your Internet connection.": "Terjadi kesalahan. Coba refresh halaman, atau cek koneksi Internet Anda.", + "An error has occurred. Wait a few minutes, and then try again.": "Terjadi kesalahan. Tunggu beberapa menit, kemudian coba kembali.", + "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "Terjadi kesalahan dalam memuat email Anda. Silakan coba kembali beberapa saat lagi, dan hubungi dukungan teknis jika permasalahan berlanjut.", + "An error occurred when signing you in to %s.": "Terjadi kesalahan ketika memasukkan Anda ke %s.", + "An error occurred while removing the member from the team. Try again.": "Terjadi kesalahan ketika menghapus anggota dari tim. Coba kembali.", + "An error occurred.": "Terjadi eror", + "An error occurred. Make sure that the student's username or email address is correct and try again.": "Terjadi kesalahan. Pastikan nama pengguna atau alamat email siswa benar dan coba kembali.", + "An error occurred. Please reload the page.": "Terjadi eror, silakan muat halaman kembali", + "An error occurred. Please try again.": "Terjadi kesalahan. Silakan coba kembali.", + "An error occurred. Try again.": "Terjadi kesalahan. Coba kembali.", + "An unexpected error occurred. Please try again.": "Terjadi kesalahan yang tidak terduga. Silakan coba kembali.", + "Anchor": "Jangkar", + "Anchors": "Jangkar", + "Any course progress or grades from your current session will be lost.": "Kemajuan dan nilai yang telah Anda buat di sesi ini akan hilang.", + "Any divided discussion topics are divided based on cohort.": "Topik diskusi apapun yang telah dibagi, dibagi berdasarkan kohort.", + "Any divided discussion topics are divided based on enrollment track.": "Topik diskusi apapun yang telah dibagi, dibagi berdasarkan jalur kepesertaan.", + "April": "April", + "Are you sure that you want to leave this session?": "Anda yakin ingin meninggalkan sesi ini?", + "Are you sure you want to change to a different session?": "Anda yakin ingin pindah ke sesi lain?", + "Are you sure you want to delete this comment?": "Anda yakin ingin menghapus komentar ini?", + "Are you sure you want to delete this post?": "Anda yakin ingin menghapus ini?", + "Are you sure you want to delete this response?": "Apa anda yakin ingin menghapus tanggapan ini?", + "Are you sure you want to delete this update?": "Anda yakin hendak menghapus pembaruan ini?", + "Are you sure you want to select this session?": "Anda yakin ingin memilih sesi ini?", + "Are you sure you want to unenroll from the purchased course {courseName} ({courseNumber})?": "Anda Yakin membatalkan pendaftaran dari {courseName} ({courseNumber})?", + "Are you sure you want to unenroll from the verified {certNameLong} track of {courseName} ({courseNumber})?": "Anda yakin akan keluar dari jalur terverifikasi {certNameLong} untuk {courseName} ({courseNumber})?", + "Are you sure you want to unenroll from the verified {certNameLong} track of {courseName} ({courseNumber})?": "Anda yakin akan keluar dari jalur terverifikasi {certNameLong} untuk {courseName} ({courseNumber})?", + "Are you sure you want to unenroll from {courseName} ({courseNumber})?": "Anda yakin membatalkan pendaftaran dari {courseName} ({courseNumber})?", + "Are you sure you want to unenroll from {courseName} ({courseNumber})? You will be refunded the amount you paid.": "Anda yakin ingin keluar dari {courseName} ({courseNumber})? Jumlah uang yang telah Anda bayarkan akan dikembalikan.", + "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "Anda yakin hendak menghapus item ini. Tidak bisa dikembalikan\n\nJuga setiap isi yang menaut/mengacu pada item tidak akan berjalan lagi (mis. gambar dan/atau tautan rusak)", + "Are you sure?": "Anda yakin?", + "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "Sebagai bagian dari proses verifikasi, kami menggunakan foto wajah Anda dan foto dari kartu identitas Anda. Layanan otorisasi kami mengkonfirmasi identitas Anda dengan membandingkan keduanya.", + "As you complete courses, you will see them listed here.": "Setelah Anda menyelesaikan kursus, Anda akan melihatnya di sini.", + "Assessment": "Penilaian", + "Assessment Results Visibility": "Hasil Penilaian Terlihat Oleh", + "Assessments": "Penilaian", + "Assign students to cohorts by uploading a CSV file.": "Masukkan siswa ke dalam kohort dengan mengunggah berkas CSV.", + "Assignment Type Name": "Nama Tipe Tugas", + "Attribution": "Atribusi", + "August": "Agustus", + "Author": "Penulis", + "Auto-advance": "Maju Otomatis", + "Automatic": "Otomatis", + "Automatic transcripts are disabled.": "Transkrip otomatis non aktif.", + "Available %s": "%s yang tersedia", + "Average": "Sedang", + "Back to Full List": "Kembali ke Daftar Penuh", + "Back to sign in": "Kembali masuk", + "Back to {platform} FAQs": "Kembali ke FAQ {platform}", + "Background color": "Warna latar belakang", + "Basic": "Dasar", + "Basic Account Information": "Informasi Akun Dasar", + "Be sure your entire face is inside the frame": "Pastikan seluruh wajah anda berada didalam frame", + "Before proceeding, please confirm that your details match": "Sebelum proses, silakan konfirmasi bahwa detailnya sesuai", + "Before proceeding, please {htmlStart}activate your account{htmlEnd}.": "Sebelum melanjutkan, mohon {htmlStart}aktivasi akun Anda{htmlEnd}.", + "Before proceeding, please {htmlStart}unlink all social media accounts{htmlEnd}.": "Sebelum melanjutkan, mohon {htmlStart}putuskan kaitan semua akun media sosial{htmlEnd}.", + "Billed to": "Ditagihkan kepada:", + "Billing/Payment Options": "Pilihan Pembayaran", + "Biography": "Riwayat hidup", + "Block view is unavailable": "Tampilan blok tidak tersedia", + "Blockquote": "Blockquote", + "Blockquote (Ctrl+Q)": "Blockquote (Ctrl+Q)", + "Blocks": "Blok", + "Body": "Badan", + "Bold": "Tebal", + "Bold (Ctrl+B)": "Tebal (Ctrl+B)", + "Bookmark this page": "Tandai halaman ini", + "Bookmarked": "Ditandai", + "Bookmarked on": "Ditandai pada", + "Border": "Garis Tepi", + "Border color": "Warna Garis Tepi", + "Bottom": "Bawah", + "Browse": "Jelajahi", + "Browse recently launched courses and see what\\'s new in your favorite subjects": "Telusuri kursus yang baru dirilis dan lihat yang baru dalam subjek favorit Anda.", + "Browsing": "Jelajah", + "Bulk Exceptions": "Pengecualian Massal", + "Bullet list": "Bullet list", + "Bulleted List (Ctrl+U)": "Bulleted List (Ctrl+U)", + "COMPLETED COURSES": "KURSUS TERSELESAIKAN", + "COURSES IN PROGRESS": "KURSUS SEDANG BERLANGSUNG", + "Can we match the photo you took with the one on your ID?": "Dapatkah kita menyesuaikan photo yang anda telah ambil dengan salah satu pada ID anda?", + "Cancel": "Batal", + "Cancel enrollment code": "Batalkan kode kepesertaan.", + "Cancel upload": "Batalkan unggah", + "Cannot delete when in use by a unit": "Tidak bisa menghapus ketika dalam proses penggunaan oleh unit", + "Cannot delete when in use by an experiment": "Tidak bisa menghapus ketika dalam penggunaan percobaan", + "Caption": "Caption", + "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "Hati-hati: versi yang terpublikasikan terakhir dari unit ini sedang Live. Dengan mempublikasikan perubahan anda akan mengubah experience pelajar", + "Cell": "Cell", + "Cell padding": "Cell padding", + "Cell properties": "Cell Properties", + "Cell spacing": "Cell spacing", + "Cell type": "Cell type", + "Center": "Tengah", + "Certificate Details": "Detil Sertifikat", + "Certificate Information": "Informasi Sertifikat", + "Certificate Name": "Nama Sertifikat", + "Certificate Purchased": "Sertifikat Dibeli", + "Certificate Signatories": "Penandatangan Sertifikat", + "Certificate Signatory Configuration": "Konfigurasi Penandatangan Sertifikat", + "Certificate Status:": "Status Sertifikat:", + "Certificate has been successfully invalidated for <%= user %>.": "Sertifikat untuk <%= user %> telah berhasil dibatalkan keberlakuannya.", + "Certificate of <%= user %> has already been invalidated. Please check your spelling and retry.": "Sertifikat <%= user %> sudah dibatalkan keberlakuannya. Periksa kembali penulisan Anda lalu coba kembali.", + "Certificates": "Sertifikat", + "Change": "Ganti", + "Change Manually": "Ubah Manual", + "Change My Email Address": "Rubah alamat email saya", + "Change Session": "Ubah Sesi", + "Change image": "Mengganti gambar", + "Change or Leave Session": "Ganti atau tinggalkan sesi", + "Change to a different session or leave the current session.": "Ubah ke sesi yang berbeda atau tinggalkan sesi ini.", + "Changes to steps that are not selected as part of the assignment will not be saved.": "Perubahan pada langkah-langkah yang tidak terpilih sebagai bagian penugasan tidak akan disimpan.", + "Chapter Asset": "Aset bab", + "Chapter Name": "Nama bab", + "Chapter information": "Informasi bab", + "Check Your Email": "Periksa email anda", + "Check the highlighted fields below and try again.": "Cek field di bawah yang dihighlight dan coba kembali.", + "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "Centang kotak ini untuk menerima email sehari sekali mengenai aktivitas baru yang belum dibaca dari post yang Anda ikuti.", + "Check your email": "Periksa email anda", + "Check your email account for instructions to reset your password.": "Cek akun email Anda untuk instruksi penyetelan ulang kata kunci.", + "Check your email for an activation message.": "Periksa email Anda untuk pesan aktivasi.", + "Checkout": "Checkout", + "Checkout with PayPal": "Checkout dengan PayPal", + "Checkout with {processor}": "Checkout dengan {processor}", + "Choose": "Pilih", + "Choose File": "Pilih Berkas", + "Choose a .csv file": "Pilih berkas .csv.", + "Choose a Date": "Pilih Tanggal", + "Choose a Time": "Pilih Waktu", + "Choose a time": "Pilih waktu", + "Choose all": "Pilih semua", + "Choose mode": "Pilih mode", + "Choose one": "Pilih satu", + "Choose your institution from the list below:": "Pilih institusi Anda dari pilihan berikut:", + "Chosen %s": "%s terpilih", + "Circle": "Lingkaran", + "Clear": "Kosongkan", + "Clear All": "Hapus Semua", + "Clear Grading Due Date": "Hapus grad tanggal jatuh tempo", + "Clear Release Date/Time": "Hapus penerbitan Tanggal/Waktu", + "Clear Value": "Kosongkan nilai", + "Clear formatting": "Hapus format", + "Clear search": "Bersihkan pencarian", + "Clear search results": "Bersihkan hasil pencarian", + "Click OK to have your e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Klik OK untuk mengisi alamat email yang terkirim ke aplikasi pihak ke-3.\n\nKlik Batalkan untuk kembali ke halaman ini tanpa mengirimkan informasi anda.", + "Click OK to have your username and e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Klik OK untuk mengirim nama pengguna and alamat email ke aplikasi pihak ke-3.\n\nKlik Batalkan untuk kembali ke halaman ini tanpa mengirim informasi anda.", + "Click OK to have your username sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Klik OK untuk mengisi nama pengguna yang terkirim ke aplikasi pihak ke-3.\n\nKlik Batalkan untuk kembali ke halaman ini tanpa mengirim informasi.", + "Click on this button to mute or unmute this video or press UP or DOWN buttons to increase or decrease volume level.": "Klik tombol ini untuk menyalakan atau mematikan audio, membesarkan atau mengecilkan audio. ", + "Click to add a new %(xblock_type)s": "Klik untuk menambah %(xblock_type)s yang baru", + "Click to change": "Klik untuk mengganti", + "Click to choose all %s at once.": "Pilih untuk memilih seluruh %s sekaligus.", + "Click to edit": "Klik untuk mengedit", + "Click to remove all chosen %s at once.": "Klik untuk menghapus semua pilihan %s sekaligus.", + "Close": "Tutup", + "Close Calculator": "Tutup Kalkulator", + "Code": "Kode", + "Code Sample (Ctrl+K)": "Contoh Kode (Ctrl+K)", + "Code block": "Blok kode", + "Cohort Name": "Nama Kohort", + "Cohorts": "Kohort", + "Cohorts Disabled": "Kohort Dinonaktifkan", + "Cohorts Enabled": "Kohort Diaktifkan", + "Collapse All": "Tutup Semua", + "Collapse Instructions": "Tutup Panduan", + "Collapse/Expand this %(xblock_type)s": "Runtuh/memperluas ini%(xblock_type)s", + "Color": "Warna", + "Cols": "Kolom", + "Column": "Kolom", + "Column group": "Grup kolom", + "Coming Soon": "Segera", + "Commentary": "Komentar", + "Common Problem Types": "Jenis Masalah Umum", + "Complete courses on your schedule to ensure you stand out in your field!": "Selesaikan kursus dalam jadwal Anda untuk memastikan Anda menonjol di bidang Anda!", + "Completed": "Selesai", + "Configure": "Konfigurasi", + "Confirm": "Konfirmasi", + "Confirm Password": "Konfirmasi kata sandi", + "Confirm Timed Transcript": "Konfirmasi transkrip waktu", + "Congratulations!": "Selamat!", + "Congratulations! You are now verified on %(platformName)s!": "Selamat! Anda sekarang telah terverifikasi pada %(platformName)s!", + "Constrain proportions": "Pertahankan proporsi", + "Contact Us": "Hubungi Kami", + "Contains staff only content": "Berisi hanya konten staff", + "Content Group ID": "ID grup konten", + "Content Group Name": "Nama grup konten", + "Content-Specific Discussion Topics": "Berisi-Topik diskusi secara spesifik", + "Continue to my practice exam": "Lanjut ke ujian sesi latihan", + "Copy": "Salin", + "Copy Email To Editor": "Salin Email Kepada Editor", + "Copy row": "Salin baris", + "Cost": "Biaya", + "Could not find Certificate Exception in white list. Please refresh the page and try again": "Tidak dapat menemukan Eksepsi Sertifikat dalam daftar putih. Silakan refresh halaman ini dan coba kembali.", + "Could not find Certificate Invalidation in the list. Please refresh the page and try again": "Tidak dapat menemukan Pembatalan Keberlakuan Sertifikat dalam daftar. Silakan refresh halaman ini dan coba kembali.", + "Could not find a user with username or email address '<%- identifier %>'.": "Tidak dapat menemukan pengguna dengan nama pengguna atau alamat email '<%- identifier %>'.", + "Could not find the specified string.": "Tidak dapat menemukan string yang dimaksud.", + "Could not find users associated with the following identifiers:": "Pengguna yang diasosiasikan dengan pengidentifikasi berikut tidak ditemukan:", + "Could not grade your answer. The submission was aborted.": "Jawaban tidak dapat dinilai. Penyerahan jawaban dibatalkan.", + "Could not override problem score for {user}.": "Tidak dapat menimpa nilai permasalahan untuk {user}", + "Could not retrieve download url.": "Gagal mencapai url unduhan.", + "Could not retrieve payment information": "Tidak dapat memuat informasi pembayaran", + "Could not retrieve upload url.": "Gagal mencapai url unggahan.", + "Could not submit order": "Tidak dapat mengajukan pesanan", + "Could not submit photos": "Tidak bisa mengajukan foto-foto", + "Couldn't Save This Assignment": "Gagal Menyimpan Tugas Ini", + "Country": "Negara", + "Country of residence": "Negara tempat tinggal", + "Country or Region of Residence": "Negara atau Wilayah Tempat Tinggal", + "Course": [ + "Kursus" + ], + "Course Content": "Konten Kursus", + "Course End": "Pelatihan Berakhir", + "Course Handouts": "Makalah Kursus", + "Course ID": "ID Kursus", + "Course Id": "Id pelatihan", + "Course Key": "Kunci Kursus", + "Course Name": "Nama Kursus", + "Course Number": "Nomor Kursus", + "Course Number Override": "Penggantian Nomor Kursus", + "Course Number:": "Nomor Kursus:", + "Course Outline": "Garis Besar Kursus", + "Course Run:": "Kursus Berjalan:", + "Course Title": "Judul Kursus", + "Course Title Override": "Penggantian Judul Kursus", + "Course Video Settings": "Pengaturan Video Kursus", + "Course is not yet visible to students.": "Kursus belum bisa dilihat oleh siswa.", + "Course title": "Judul kursus", + "Create": "Buat", + "Create Account": "Buat Akun", + "Create a New Team": "Buat Tim Baru", + "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "Anda dapat membuat tim baru jika tidak dapat menemukan tim yang ingin diikuti, atau jika Anda ingin belajar bersama teman-teman yang telah Anda kenal.", + "Create account using %(providerName)s.": "Buat akun dengan %(providerName)s.", + "Create an Account": "Buat Akun", + "Create an Account.": "Buat Akun", + "Create an account using": "Membuat penggunaan account", + "Created": "Telah dibuat", + "Creating missing groups": "Membuat grup yang hilang", + "Creative Commons licensed content, with terms as follow:": "Konten kreatif lisensi umum, dengan istilah sebagai berikut:", + "Criterion Added": "Kriteria telah ditambahkan", + "Criterion Deleted": "Kriteria telah dihapus", + "Crossed out items have been refunded.": "Item yang dicoret telah direfund.", + "Current Role:": "Peran saat ini", + "Current conversation": "Percakapan saat ini", + "Current tab": "Tab ini", + "Custom color": "Warna kustom", + "Custom...": "Kustom", + "Cut": "Potong", + "Cut row": "Potong baris", + "Date": "Tanggal", + "Date Added": "Tanggal Ditambahkan", + "Date Placed": "Tanggal", + "Deactivate": "Menonaktivkan", + "Deadlines": "Tenggat Waktu", + "December": "Desember", + "Declined": "Ditolak", + "Decrease indent": "Kurangi indentasi", + "Default": "Kembali ke awal", + "Default (Local Time Zone)": "Kembali Ke Awal (Zona Waktu Lokal)", + "Default Timed Transcript": "Transkrip waktu Default", + "Delete": "Hapus", + "Delete File Confirmation": "Konfirmasi Penghapusan Berkas", + "Delete My Account": "Hapus Akun Saya", + "Delete column": "Hapus Kolom", + "Delete row": "Hapus baris", + "Delete student '<%- student_id %>'s state on problem '<%- problem_id %>'?": "Hapus status siswa '<%- student_id %> pada masalah '<%- problem_id %>'?", + "Delete table": "Hapus tabel", + "Delete the user, {username}": "Hapus pengguna, {username}", + "Delete this asset": "Hapus aset ini", + "Delete this team?": "Hapus tim ini?", + "Deleting": "Menghapus", + "Deleting a textbook cannot be undone and once deleted any reference to it in your courseware's navigation will also be removed.": "Penghapusan buku teks tidak bisa dibatalkan dan sekali terhapus referensi yang terkait dalam navigasi materi kursus juga akan dihapus.", + "Deprecated": "Usang", + "Describe ": "Deskripsikan", + "Description": "Deskripsi", + "Description of the certificate": "Keterangan sertifikat", + "Details": "Detil", + "Dimensions": "Dimensi", + "Disc": "Cakram", + "Discard Changes": "Batalkan Perubahan", + "Discussion Home": "Beranda Diskusi", + "Discussion topics in the course are not divided.": "Topik diskusi di kursus ini tidak dibagi.", + "Discussions are unified; all learners interact with posts from other learners, regardless of the group they are in.": "Diskusi digabung; semua pembelajar berinteraksi dengan post dari pembelajar lain, dari manapun grupnya.", + "Display Name": "Nama tampilan", + "Div": "Div", + "Do not show again": "Berhenti perlihatkan", + "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "Apakah Anda ingin memperbolehkan siswa ini ('{student_id}') untuk melewatkan ujian masuk?", + "Do you want to replace the edX transcript with the YouTube transcript?": "Apakah anda ingin mengganti transkrip edX dengan Transkrip You Tube?", + "Do you want to upload your file before submitting?": "Apakah Anda ingin mengunggah berkas Anda sebelum mengirimkan?", + "Document properties": "Properti dokumen", + "Does the name on your ID match your account name: %(fullName)s?": "Apakah nama pada ID anda sesuai dengan nama account anda: %(fullName)s?", + "Does the photo of you match your ID photo?": "Apakah photo anda sesuai dengan photo ID?", + "Does the photo of you show your whole face?": "Apakah photo anda menunjukkan seluruh wajah?", + "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "Tidakmelihat gambar anda? pastikan membolehkan browser anda untuk menggunakan kamera jika dia meminta izin ", + "Donate": "Donasi", + "Double-check that your webcam is connected and working to continue.": "Untuk melanjutkan, cek ulang apakah webcam Anda telah terhubung dan bekerja.", + "Download": "Unduh", + "Download Software Clicked": "Unduh software yang telah dipilih", + "Download Transcript for Editing": "Unduh transkrip untuk editing", + "Download URL": "Unduh URL", + "Download available encodings (.csv)": "Unduh encoding yang tersedia (.csv)", + "Download the user's certificate": "Unduh sertifikat pengguna", + "Draft (Never published)": "Draft (tidak pernah dipublikasikan)", + "Draft (Unpublished changes)": "Draft (perubahan tidak dipublikasikan)", + "Drag to reorder": "Tarik untuk mengurutkan", + "Drop target image": "Letakkan gambar target", + "Due Date": "Tanggal Berakhir", + "Due Date:": "Tanggal jatuh tempo", + "Due Time in UTC:": "Waktu jatuh tempo dalam UTC", + "Due date cannot be before start date.": "Tanggal terakhir tidak boleh sebelum tanggal mulai.", + "Due:": "Jatuh tempo:", + "Duplicate": "Duplikasi", + "Duration (sec)": "Durasi (detik)", + "Earned Certificates": "Sertifikat yang Didapatkan", + "EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.": "EdX tidak memiliki transkrip waktu untuk video ini di studio , tapi kami menemukan transkrip di You Tube. Anda dapat mengimpor transkrip YouTube atau unggah file transkrip .srt .", + "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "EdX tidak memiliki transkrip waktu untuk video ini. Silakan upload file .srt ", + "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "EdX tidak memiliki transkrip waktu untuk video ini. Jika anda ingin mengedit transkrip ini , anda dapat mengunduh , edit, dan upload ulang transkrip yang ada sekarang , jika anda ingin mengganti transkrip ini , unggah file transkrip .srt yang baru.", + "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "EdX memiliki transkrip waktu untuk video ini. Jika anda ingin mengganti transkrip ini , unggah file transkrip baru .srt . Jika anda ingin mengedit transkrip ini , anda dapat mengunduh , edit, dan unggah ulang transkrip yang ada sekarang .", + "Edit": "Edit", + "Edit %(display_name)s (required)": "Ubah %(display_name)s (required)", + "Edit HTML": "Edit HTML", + "Edit Team": "Edit tim", + "Edit Your Name": "Edit nama anda", + "Editable": "Dapat Diedit", + "Editor": "Editor", + "Education Completed": "Pendidikan yang Telah Diselesaikan", + "Email": "Email", + "Email Address (Sign In)": "Alamat Email (Masuk)", + "Email address": "Alamat email", + "Emails successfully sent. The following users are no longer enrolled in the course:": "Berhasil mengirim email. Pengguna berikut sudah tidak lagi terdaftar pada pembelajaran:", + "Embed": "Embed", + "Emoticons": "Emoticons", + "Enable": "Aktifkan", + "Enable Cohorts": "Aktifkan Cohorts", + "Enable Weekly Highlight Emails": "Aktifkan Email Sorotan Mingguan", + "Enabled": "Aktif", + "Encoding": "Encoding", + "End My Exam": "Akhiri Ujian Saya", + "End of transcript. Skip to the start.": "Akhir transkrip. Kembali ke awal.", + "Ends {end}": "Berakhir {end}", + "Engage with posts": "Terlibat dalam posting", + "Enroll Now": "Daftar Sekarang", + "Enrolled": "Terdaftar", + "Enrolling you in the selected course": "Mendaftarkan Anda ke kursus yang dipilih", + "Enrollment Date": "Tanggal Pendaftaran", + "Enrollment Mode": "Mode Pendaftaran", + "Enrollment Opens on": "Pendaftaran Dibuka pada", + "Enrollment Tracks": "Jalur Kepesertaan", + "Ensure that you can see your photo and read your name": "Yakinkan bahwa anda dapat melihat photo anda dan membaca nama anda", + "Enter Due Date and Time": "Masukkan Tanggal dan Waktu Terakhir", + "Enter Start Date and Time": "Masukkan Tanggal dan Waktu Mulai", + "Enter a student's username or email address.": "Masukkan nama pengguna siswa atau alamat email.", + "Enter a username or email.": "Masukkan nama pengguna atau email.", + "Enter and confirm your new password.": "Masukkan dan konfirmasi kata sandi yang baru.", + "Enter some details for your support request.": "Berikan detil untuk permintaan dukungan Anda.", + "Enter team description.": "Masukkan deskripsi tim.", + "Enter team name.": "Masukkan nama tim.", + "Enter the enrollment code.": "Masukkan kode kepesertaan.", + "Enter the name of the cohort": "Masukkan nama kohort", + "Enter the page number you'd like to quickly navigate to.": "Masukkan nomer halaman yang ingin Anda tuju.", + "Enter the username or email address of each learner that you want to add as an exception.": "Masukkan nama pengguna atau alamat email setiap peserta yang dikecualikan", + "Enter username or email": "Masukan username atau alamat surel", + "Enter your ": "Masukkan", + "Entrance exam attempts is being reset for student '{student_id}'.": "Percobaan ujian masuk telah disetel ulang untuk siswa '{student_id}'.", + "Entrance exam state is being deleted for student '{student_id}'.": "Status ujian masuk siswa '{student_id}' telah dihapus.", + "Error": "Kesalahan", + "Error adding learners.": "Terjadi kesalahan dalam menambahkan pembelajar.", + "Error adding/removing users as beta testers.": "Kesalahan menambahkan/menghapus pengguna sebagai beta tester", + "Error changing user's permissions.": "Kesalahan mengubah hak akses pengguna", + "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "Error dalam menghapus status ujian masuk siswa '{student_id}'. Pastikan kode identifikasi siswa benar.", + "Error deleting student '<%- student_id %>'s state on problem '<%- problem_id %>'. Make sure that the problem and student identifiers are complete and correct.": "Error menghapus status siswa '<%- student_id %> pada masalah '<%- problem_id %>'. Pastikan kode identifikasi masalah dan siswa lengkap dan benar.", + "Error enrolling/unenrolling users.": "Kesalahan mendaftarkan/membatalkan pendaftaran pengguna", + "Error generating ORA data report. Please try again.": "Error dalam mendapatkan laporan data ORA. Silakan coba kembali.", + "Error generating grades. Please try again.": "Pembuatan gelar mengalami kesalahan. Harap coba lagi.", + "Error generating list of students who may enroll. Please try again.": "Error dalam mendapatkan daftar siswa yang boleh masuk ke dalam kursus. Silakan coba kembali.", + "Error generating problem grade report. Please try again.": "Error dalam mendapatkan laporan nilai yang bermasalah. Silakan coba kembali.", + "Error generating proctored exam results. Please try again.": "Terjadi kesalahan dalam menilai hasil ujian proktor. Silakan coba kembali.", + "Error generating student profile information. Please try again.": "Error dalam mendapatkan informasi profil siswa. Silakan coba kembali.", + "Error generating survey results. Please try again.": "Error dalam menilai hasil survei. Silakan coba kembali.", + "Error getting enrollment status for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "Error mendapatkan status pendaftaran untuk '<%- student_id %>'. Pastikan kode identifikasi siswa diketik dengan benar.", + "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "Terjadi kesalahan dalam riwayat tugas ujian masuk untuk siswa '{student_id}'. Pastikan ID siswa sudah benar.", + "Error getting issued certificates list.": "Terjadi kesalahan dalam memperoleh daftar sertifikat.", + "Error getting student list.": "Kesalahan saat memproses daftar siswa.", + "Error getting student progress url for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "Error mendapatkan URL kemajual siswa untuk '<%- student_id %>'. Pastikan kode identifikasi siswa diketik dengan benar.", + "Error getting task history for problem '<%- problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "Error mendapatkan riwayat tugas untuk masalah '<%- problem_id %>' dan siswa '<%- student_id %>'. Pastikan kode identifikasi masalah dan siswa lengkap dan benar.", + "Error getting the number of ungraded responses": "Tidak dapat menampilkan jumlah tanggapan yang belum dinilai.", + "Error listing task history for this student and problem.": "Terjadi kesalahan dalam mendaftar riwayat tugas untuk siswa dan permasalahan ini.", + "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "Error menyetel ulang percobaan ujian masuk untuk siswa '{student_id}'. Pastikan kode identifikasi siswa benar.", + "Error resetting problem attempts for problem '<%= problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "Error menyetel ulang percobaan untuk masalah '<%= problem_id %>' dan siswa '<%- student_id %>'. Pastikan kode identifikasi masalah dan siswa lengkap dan benar.", + "Error retrieving grading configuration.": "Kesalahan saat menerima susunan penilaian", + "Error sending email.": "Terjadi kesalahan saat kirim surel.", + "Error starting a task to override score for problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the score and the problem and student identifiers are complete and correct.": "Terjadi kesalahan dalam memulai tugas untuk menimpa nilai untuk permasalahan '<%- problem_id %>' untuk siswa '<%- student_id %>'. Pastikan ID nilai dan permasalahan dan siswa lengkap dan benar.", + "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "Terjadi kesalahan dalam memulai tugas untuk menilai ulang ujian ulang untuk siswa '{student_id}'. Pastikan ujian masuk memiliki permasalahan di dalamnya dan ID siswa lengkap dan benar.", + "Error starting a task to rescore problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the problem and student identifiers are complete and correct.": "Terjadi kesalahan dalam memulai tugas untuk menilai ulang permasalahan '<%- problem_id %>' untuk siswa '<%- student_id %>'. Pastikan ID permasalahan dan siswa lengkap dan benar.", + "Error starting a task to rescore problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "Terjadi kesalahan dalam memulai tugas untuk menilai ulang permasalahan '<%- problem_id %>'. Pastikan ID permasalahan lengkap dan benar.", + "Error starting a task to reset attempts for all students on problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "Terjadi kesalahan dalam memulai tugas untuk menyetel ulang percobaan untuk semua siswa pada permasalahan '<%- problem_id %>'. Pastikan ID permasalahan lengkap dan benar.", + "Error while generating certificates. Please try again.": "Terjadi kesalahan dalam pembuatan sertifikat. Silakan coba kembali.", + "Error while regenerating certificates. Please try again.": "Terjadi kesalahan dalam pembuatan kembali sertifikat. Silakan coba kembali.", + "Error.": "Error.", + "Error:": "Kesalahan:", + "Error: ": "Kesalahan", + "Error: User '<%- username %>' has not yet activated their account. Users must create and activate their accounts before they can be assigned a role.": "Error: Pengguna '<%- username %>' belum mengaktivasi akunnya. Pengguna harus membuat dan mengaktivasi akunnya sebelum dapat diberikan peran.", + "Error: You cannot remove yourself from the Instructor group!": "Kesalahan: Anda tidak dapat menghapus diri anda dari grup instruktur!", + "Errors": "Kesalahan", + "Errors/Technical Issues": "Error/Isu Teknis", + "Everyone who has staff privileges in this course": "Semua yang memiliki otoritas staf dalam kursus ini", + "Exam Types": "Jenis Ujian", + "Exam timer and end exam button": "Timer ujian dan tombol akhiri ujian", + "Exit full browser": "Keluar dari peramban penuh", + "Expand All": "Buka Semua", + "Expand Instructions": "Buka Panduan", + "Explanation": "Penjelasan ", + "Explore New Programs": "Telusuri Program Baru", + "Explore Programs": "Telusuri Program", + "Explore your course!": "Jelajahi kursus anda", + "Failed Proctoring": "Gagal dalam proses proktoring", + "Failed to delete student state for user.": "Gagal menghapus status siswa untuk pengguna.", + "Failed to rescore problem for user.": "Gagal menilai ulang permasalahan untuk pengguna.", + "Failed to rescore problem to improve score for user.": "Gagal menilai ulang untuk memperbaiki nilai pengguna.", + "Failed to reset attempts for user.": "Gagal menyetel ulang percobaan untuk pengguna.", + "February": "Februari", + "Feedback available for selection.": "Umpan balik tersedia untuk pilihan Anda.", + "File": "Berkas", + "File Name": "Nama Berkas", + "File type is not allowed.": "Jenis berkas ini tidak diperkenankan", + "File types can not be empty.": "Jenis berkas tidak dapat dikosongkan.", + "File upload succeeded": "Unggah File telah sukses", + "Files must be in JPEG or PNG format.": "Berkas harus dalam format JPEG atau PNG.", + "Files that you upload must be PDFs or image files in .gif, .jpg, .jpeg, or .png format.": "File yang Anda unggah harus berupa PDFs atau gambar .gif, .jpg, .jpeg, atau .png.", + "Files that you upload must be smaller than 5MB in size.": "File yang Anda unggah harus lebih kecil dari 5MB.", + "Fill browser": "Peramban penuh", + "Filter": "Filter", + "Filter and sort topics": "Saring dan urutkan topik", + "Final Grade": "Nilai Akhir", + "Final Grade Received": "Nilai Akhir Diterima", + "Financial Aid": "Bantuan Finansial", + "Financial Assistance": "Bantuan Finansial", + "Financial Assistance Application": "Permohonan Bantuan Keuangan", + "Find": "Cari", + "Find a course": "Cari kursus", + "Find and replace": "Cari dan ganti", + "Find answers to the top questions asked by learners.": "Temukan jawaban untuk pertanyaan yang paling sering ditanyakan.", + "Find discussions": "Cari diskusi", + "Find next": "Cari Selanjutnya", + "Find previous": "Cari sebelumnya", + "Finish": "Selesai", + "First time here?": "Pertama kali di sini?", + "Follow or unfollow posts": "Ikuti atau batal mengikuti post", + "Font Family": "Rumpun Huruf", + "Font Sizes": "Ukuran Huruf", + "Footer": "Catatan Kaki", + "For inquiries regarding assignments, grades, or structure of a specific course, please post in the discussion forums for that course directly.": "Untuk pertanyaan terkait penugasan, nilai, atau struktur kursus tertentu, silakan posting di forum diskusi pada kursus terkait.", + "Format": "Format", + "Formats": "Format", + "Free text notes": "Catatan bebas", + "Frequently Asked Questions": "Pertanyaan pertanyaan yang sering diajukan", + "Full Name": "Nama Lengkap", + "Full Profile": "Profil Lengkap", + "Fullscreen": "Layar Penuh", + "Fully Supported": "Dukungan Penuh", + "Gender": "Jenis Kelamin", + "General": "Umum", + "Generate": "Generate", + "Generate Exception Certificates": "Buat Sertifikat Pengecualian", + "Get Credit": "Dapatkan kredit", + "Go Back": "Kembali", + "Go to Dashboard": "Menuju dashboard", + "Go to my Dashboard": "Menuju Dashboard", + "Go to your Dashboard": "Menuju dashboard", + "Go to {platform} Home": "Menuju Beranda {platform}", + "Going forward, your account information will be updated and maintained by {enterprise_name}.": "Selanjutnya, informasi akun Anda akan diperbarui dan dipelihara oleh {enterprise_name}.", + "Government-Issued Photo ID": "ID photo terbitan resmi pemerintah", + "Grace period must be specified in HH:MM format.": "Waktu tenggang harus ditulis dalam format HH:MM. ", + "Grade": "Nilai", + "Grade as:": "Peringkat sebagai", + "Graded as:": "Dinilai sebagai:", + "Grading": "Pemeringkatan", + "Group": "Grup", + "Group A": "Grup A", + "Group B": "Grup B", + "Group Configuration ID": "ID konfigurasi grup", + "Group Configuration Name": "Nama konfigurasi grup", + "Group Configuration information": "Informasi konfigurasi grup", + "Group information": "Informasi grup", + "Groups": "Grup", + "H Align": "Rata H", + "HTML preview of post": "Pratinjau HTML post ini", + "HTML source code": "HTML Source Code", + "Header": "Header", + "Header 1": "Header 1", + "Header 2": "Header 2", + "Header 3": "Header 3", + "Header 4": "Header 4", + "Header 5": "Header 5", + "Header 6": "Header 6", + "Header cell": "Header cell", + "Headers": "Headers", + "Heading": "Heading", + "Heading (Ctrl+H)": "Heading (Ctrl+H)", + "Heading 1": "Heading 1", + "Heading 2": "Heading 2", + "Heading 3": "Heading 3", + "Heading 4": "Heading 4", + "Heading 5": "Heading 5", + "Heading 6": "Heading 6", + "Headings": "Headings", + "Height": "Tinggi", + "Help Translate into {beta_language}": "Bantu Terjemahkan ke {beta_language}", + "Hide": "Ciutkan", + "Hide Annotations": "Tutup Catatan", + "Hide Discussion": "Lihat diskusi", + "Hide Timer": "Sembunyikan Timer", + "Hide closed captions": "Sembunyikan teks", + "Hide from learners": "Sembunyikan dari peserta", + "Hide notes": "Sembunyikan catatan", + "High Definition": "Definisi Tertinggi", + "Highlight {highlight_index}": "Sorotan {highlight_index}", + "Highlighted text": "Teks yang disorot", + "Highlights for {display_name}": "Sorotan untuk {display_name}", + "Horizontal Rule (Ctrl+R)": "Horizontal Rule (Ctrl+R)", + "Horizontal line": "Garis horisontal", + "Horizontal space": "Ruang horisontal", + "How to create useful text alternatives.": "Langkah membuat alternatif teks yang bermanfaat.", + "How to use %(platform_name)s discussions": "Cara menggunakan diskusi %(platform_name)s ", + "Hyperlink (Ctrl+L)": "Hyperlink (Ctrl+L)", + "ID": "ID", + "ID-Verification is not required for this Professional Education course.": "Verifikasi ID tidak dibutuhkan untuk kursus pendidikan profesional", + "If you are unable to access your account contact us via email using {email}.": "Jika Anda tidak dapat masuk, hubungi kami melalui email ke {email}.", + "If you do not yet have an account, use the button below to register.": "Jika Anda belum memiliki akun, gunakan tombol di bawah untuk registrasi.", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "Jika Anda tidak memverifikasi identitas Anda sekarang, Anda masih dapat melihat kursus Anda dari dashboard Anda. Anda akan menerima pengingat dari %(platformName)s secara periodik untuk memverifikasi identitas Anda.", + "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "Jika Anda meninggalkan halaman ini tanpa menyimpan atau mengirim tanggapan Anda, Anda akan kehilangan semua pekerjaan yang Anda buat pada tanggapan Anda.", + "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "Jika Anda meninggalkan halaman ini tanpa mengirimkan penilaian sebaya Anda, Anda akan kehilangan pekerjaan yang Anda lakukan.", + "If you leave this page without submitting your self assessment, you will lose any work you have done.": "Jika Anda meninggalkan halaman tanpa mengirimkan hasil penilaian mandiri, Anda akan kehilangan pekerjaan Anda barusan.", + "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "Jika Anda meninggalkan halaman tanpa mengirimkan hasil penilaian staf, Anda akan kehilangan pekerjaan Anda barusan.", + "If you make significant changes, make sure you notify members of the team before making these changes.": "Jika Anda melakukan perubahan yang signifikan, pastikan Anda telah memberitahu anggota tim sebelumnya.", + "If you still wish to continue and delete your account, please enter your account password:": "Jika Anda ingin meneruskan menghapus akun Anda, silakan masukkan kata kunci akun Anda:", + "If you use the Advanced Editor, this problem will be converted to XML and you will not be able to return to the Simple Editor Interface.\n\nProceed to the Advanced Editor and convert this problem to XML?": "Jika anda menggunakan Advanced Editor, problem ini akan dikonversi ke XML dan anda tidak akan bisa kembali ke Simple Editor Interface.\n\nMelanjutkan ke Advanced Editor dan andamengkonversi masalah ini ke XML?", + "Ignore": "Abaikan", + "Ignore all": "Abaikan semua", + "Image": "Gambar", + "Image (Ctrl+G)": "Gambar (Ctrl+G)", + "Image Description": "Deskripsi Gambar", + "Image Upload Error": "Terjadi Kesalahan Unggah Gambar", + "Image description": "Deskripsi gambar", + "Image must be in PNG format": "Gambar mesti dalam format PNG", + "Import YouTube Transcript": "Import Transkrip YouTube ", + "In Progress": "Dalam Proses", + "Increase indent": "Tambahkan indentasi", + "Individual Exceptions": "Pengecualian Individual", + "Inline": "Inline", + "Insert": "Insert", + "Insert Hyperlink": "Masukkan Hyperlink", + "Insert Image (upload file or type URL)": "Masukkan Gambar (unggah berkas atau ketik URL)", + "Insert column after": "Insert column after", + "Insert column before": "Insert column before", + "Insert date/time": "Insert date/time", + "Insert image": "Sisipkan gambar", + "Insert link": "Sisipkan tautan", + "Insert row after": "Insert row after", + "Insert row before": "Insert row before", + "Insert table": "Insert table", + "Insert template": "Insert template", + "Insert video": "Insert video", + "Insert/Edit Image": "Insert/Edit Image", + "Insert/edit image": "Insert/edit gambar", + "Insert/edit link": "Insert/edit link", + "Insert/edit video": "Insert/edit video", + "Instructor Biography": "Riwayat Hidup Instruktur", + "Instructor Name": "Nama Instruktur", + "Instructor Photo": "Foto Instruktur", + "Instructor Photo URL": "URL Foto Instruktur", + "Instructor Title": "Gelar Instruktur", + "Introduction to Cookie Baking": "Pengenalan Cookie Baking", + "Invalid email address: {email}": "Alamat email tidak valid: {email}", + "Invalidate Certificate": "Batalkan Validasi Sertifikat", + "Invalidated": "Dibatalkan", + "Invalidated By": "Validasi Dibatalkan Oleh", + "Is Visible To:": "Terlihat oleh", + "Is this OK?": "Apakah ini OK?", + "Is your name on your ID readable?": "Apakah nama pada ID anda bisa terbaca?", + "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "Sangat dianjurkan untuk Anda menyertakan empat atau lebih sedikit penandatangan. Jika Anda memasukkan penandatangan tambahan, pratinjau sertifikat di Print View untuk memastikan sertifikat akan tercetak dengan benar pada satu halaman.", + "Italic": "Italic", + "Italic (Ctrl+I)": "Miring (Ctrl+I)", + "January": "Januari", + "Joined": "Bergabung", + "Joined %(date)s": "Bergabung pada %(date)s", + "Joined Date": "Tanggal Bergabung", + "July": "Juli", + "June": "Juni", + "Justify": "Ratakan", + "KB": "KB", + "Key should only contain letters, numbers, _, or -": "Kunci harus mengandung huruf, angka, _, atau -", + "Keywords": "Kata kunci", + "LEARN MORE": "Pelajari lebih lanjut", + "Language": "Bahasa", + "Large": "Lebar", + "Last Activity %(date)s": "Aktivitas Terakhir %(date)s", + "Last Edited:": "Di edit terakhir", + "Last Updated": "Terakhir Diperbarui", + "Last published %(last_published_date)s by %(publish_username)s": "Dipublikasikan terakhir %(last_published_date)s oleh %(publish_username)s", + "Last published {lastPublishedStart}{publishedOn}{lastPublishedEnd} by {publishedByStart}{publishedBy}{publishedByEnd}": "Terakhir dipublikasikan {lastPublishedStart}{publishedOn}{lastPublishedEnd} oleh {publishedByStart}{publishedBy}{publishedByEnd}", + "Last updated": "Terakhir diperbarui", + "Learn More": "Belajarlah Lagi", + "Learn more about {license_name}": "Pelajari lebih lanjut tentang {license_name}", + "Learners never see whether their answers to assessments are correct or incorrect, nor the score received.": "Peserta tidak akan melihat apakah jawaban mereka untuk penilaian benar atau salah, ataupun nilai yang mereka dapatkan.", + "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "Peserta didik yang memerlukan verifikasi harus melewati checkpoint yang dipilih untuk melihat konten di dalam unit ini. Peserta didik yang tidak memerlukan verifikasi harap melihat konten ini secara default.", + "Learning Outcome": "Hasil Belajar", + "Leave Current Session": "Tinggalkan Sesi Ini", + "Leave the current session and decide later": "Tinggalkan sesi ini dan pilih nanti", + "Leave this team?": "Keluar dari tim ini?", + "Left": "Kiri", + "Left to right": "Kiri ke kanan", + "Legal name": "Nama resmi", + "Less": "Kurang", + "License Display": "Display lisensi", + "License Type": "Tipe lisensi", + "Limit Access": "Batasi Akses", + "Limited Profile": "Profil Terbatas", + "Link Description": "Deskripsi Tautan", + "Link Your Account": "Tautkan Akun Anda", + "Link your {accountName} account": "Hubungkan akun {accountName} Anda", + "Link your {accountName} account to your {platformName} account and use {accountName} to sign in to {platformName}.": "Tautkan akun {accountName} Anda ke akun {platformName} Anda dan gunakan {accountName} untuk masuk ke {platformName}.", + "Linked Accounts": "Akun yang Terhubung", + "Linking": "Menautkan", + "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "Link dibuat berdasar permintaan dan akan usang dalam 5 menit mengacu kepada tingkat sensitif dari Informasi data siswa", + "List item": "Daftar Item", + "List of Open Assessments is unavailable": "Daftar Penilaian Terbuka tidak tersedia", + "List of uploaded files and assets in this course": "Daftar file yang telah di unggah dan aset di kursus ini", + "Live view of webcam": "Hidupkan webcame", + "Load all responses": "Memuat semua tanggapan", + "Load next {numResponses} responses": "Memuat {numResponses} respon Selanjutnya", + "Loading": "Memuat", + "Loading content": "Memproses Konten", + "Loading data...": "Memuat data...", + "Loading more threads": "Memuat topik lainnya", + "Loading posts list": "Memuat daftar post", + "Loading your courses": "Memuat kursus-kursus Anda", + "Location": "Lokasi", + "Location in Course": "Lokasi di Kursus", + "Lock this asset": "Hapus aset ini", + "Lock/unlock file": "Kunci/buka kunci file", + "Loud": "Keras", + "Low": "Rendah", + "Lower Alpha": "Lower Alpha", + "Lower Greek": "Lower Greek", + "Lower Roman": "Lower Roman", + "MB": "MB", + "Make sure that the full name on your account matches the name on your ID.": "Pastikan bahwa nama lengkap anda pada account anda sesuai nama pada ID", + "Make sure we can verify your identity with the photos and information you have provided.": "Pastikan kami dapat memverifikasi identitas anda dengan photo dan informasi yang telah anda sediakan", + "Make sure your ID is well-lit": "Pastikan kartu identitas Anda mendapatkan pencahayaan yang baik", + "Make sure your face is well-lit": "Pastikan wajah Anda mendapatkan pencahayaan yang baik", + "Make this subsection available as a prerequisite to other content": "Buat seksi ini tersedia sebagai prasyarat untuk konten lainnya", + "Manage Learners": "Kelola Peserta", + "Manual": "Manual", + "March": "Maret", + "Mark Exam As Completed": "Tandai Ujian Sebagai Selesai", + "Mark enrollment code as unused": "Tandai kode kepesertaan sebagai tidak digunakan", + "Markdown Editing Help": "Bantuan Merubah Markdown", + "Masters": "Master", + "Match case": "Match case", + "Maximum": "Maksimum", + "May": "Mei", + "Membership": "Keanggotaan", + "Merge cells": "Gabungkan sel", + "Message:": "Pesan:", + "Middle": "Middle", + "Midnight": "Tengah malam", + "Minimum Score:": "Skor minimum", + "Module state successfully deleted.": "Status modul sukses dihapus", + "More": "Selebihnya", + "More sessions coming soon": "Sesi berikutnya segera muncul", + "More sessions coming soon.": "Sesi berikutnya segera muncul", + "Move": "Pindahkan", + "Must be a Staff User to Perform this request.": "Harus menjadi Staf untuk melakukan permintaan ini.", + "Must complete verification checkpoint": "Harus menyelesaikan checkpoint verifikasi", + "Mute": "Matikan Suara", + "Muted": "Muted", + "My Orders": "Pesanan Saya", + "My Team": "Tim Saya", + "N/A": "N/A", + "Name": "Nama", + "Name ": "Nama", + "Name of the certificate": "Nama sertifikat", + "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "Nama grup para pelajar akan didaftarkan, sebagai contoh, Control, Video, Problem. Anda harus memiliki dua atau lebih grup", + "Name of the signatory": "Nama Penandatangan", + "Name or short description of the configuration": "Nama atau gambaran singkat dari konfigurasi", + "Navigate up": "Navigasi naik", + "Need help logging in?": "Butuh bantuan untuk masuk?", + "Needs verified certificate ": "Memerlukan sertifikat terverifikasi", + "Never published": "Tidak pernah dipublikasikan", + "Never show assessment results": "Jangan tampilkan hasil penilaian", + "New %(item_type)s": "Baru %(item_type)s", + "New Address": "Alamat baru", + "New Password": "Kata sandi baru", + "New document": "Dokumen baru", + "New window": "Window baru", + "Next": "Selanjutnya", + "Next Step: Confirm your identity": "Langkah Selanjutnya: konfirmasi identitas anda", + "Next: %(nextStepTitle)s": "Selanjutnya: %(nextStepTitle)s", + "No Derivatives": "Tidak Ada Derivatif", + "No EdX Timed Transcript": "Tidak ada transkrip waktu EdX ", + "No Flash Detected": "Flash Tidak Terdeteksi", + "No Timed Transcript": "Tidak ada transkrip waktu", + "No Webcam Detected": "Webcam Tidak Terdeteksi ", + "No color": "Tanpa warna", + "No description available": "Tidak tersedia deskripsi", + "No posts matched your query.": "Tidak terdapat post yang sesuai dengan pencarian Anda.", + "No prerequisite": "Tidak ada prasyarat", + "No receipt available": "Tidak ada tanda terima yang tersedia", + "No results": "Tidak ada hasil", + "No results found for \"%(query_string)s\". Please try searching again.": "Tidak ditemukan hasil pencarian untuk \"%(query_string)s\". Silakan coba cari kembali.", + "No results found for {original_query}. Showing results for {suggested_query}.": "Tidak ada hasil ditemukan untuk {original_query}. Menunjukkan hasil untuk {suggested_query}.", + "No tasks currently running.": "Tidak ada tugas yang sedang berjalan.", + "No transcript uploaded.": "Tidak ada transkrip tersedia.", + "Nonbreaking space": "Spasi tanpa pemutusan", + "Noncommercial": "Non-komersial", + "None": "kosong", + "Noon": "Siang", + "Not Currently Available": "Saat Ini Tidak Tersedia", + "Not Graded": "Non Gelar", + "Not Selected": "Tak Dipilih", + "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "Tidak dapat membuat passing grade kurang dari %(minimum_grade_cutoff)s%.", + "Not available": "Tidak tersedia", + "Not divided": "Tidak dibagi", + "Not in Use": "Tidak Digunakan", + "Not selected": "Tidak terpilih", + "Not specific to a course": "Tidak spesifik untuk kursus tertentu", + "Not yet": "Belum", + "Note": "Catatan", + "Note: Do not hide graded assignments after they have been released.": "Catatan: Jangan sembunyikan penugasan yang dinilai setelah diterbitkan.", "Note: You are %s hour ahead of server time.": [ "Catatan: Waktu Anda lebih cepat %s jam dibandingkan waktu server." - ], + ], "Note: You are %s hour behind server time.": [ "Catatan: Waktu Anda lebih lambat %s jam dibandingkan waktu server." - ], - "Notes": "Catatan", - "Notes hidden": "Catatan disembunyikan", - "Notes visible": "Catatan ditampilkan", - "November": "November", - "Now": "Sekarang", - "Number Sent": "Jumlah Terkirim", - "Number of Droppable": "Jumlah dari Droppable", - "Number of Students": "Jumlah Siswa", - "Numbered List (Ctrl+O)": "Numbered List (Ctrl+O)", - "Numbered list": "Daftar nomor", - "OK": "OK", - "ORDER NAME": "NAMA PESANAN", - "ORDER NUMBER": "NOMOR PESANAN", - "ORDER PLACED": "PESANAN YANG DIBUAT", - "October": "Oktober", - "Ok": "Ok", - "Once your account is deleted, you cannot use it to take courses on the edX app, edx.org, or any other site hosted by edX. This includes access to edx.org from your employer\u2019s or university\u2019s system and access to private sites offered by MIT Open Learning, Wharton Executive Education, and Harvard Medical School.": "Setelah akun Anda terhapus, Anda tidak dapat menggunakannya untuk mengikuti kursus dalam app edX, edx.org, atau situs lain yang dihosting oleh edX. Hal ini meliputi akses ke edx.org dari perusahaan atau sistem universitas dan akses ke situs privat yang ditawarkan oleh MIT Open Learning, Wharton Executive Education, dan Harvard Medical School.", - "One or more rescheduling tasks failed.": "Salah satu tugas penjadwalan telah gagal.", - "Only properly formatted .csv files will be accepted.": "Hanya berkas-berkas .csv yang diformat dengan tepat dapat diterima.", - "Open Calculator": "Buka Kalkulator", - "Open language menu": "Buka menu bahasa", - "Open/download this file": "Buka/unduh file ini", - "Option Deleted": "Opsi Dihapus", - "Optional long description": "gambaran panjang/lamanya opsional", - "Optionally, link your personal accounts to the social media icons on your edX profile.": "Anda juga dapat menghubungkan akun personal dengan ikon media sosial pada profil edX Anda.", - "Options for {license_name}": "Pilihan untuk {license_name}", - "Order History": "Runtutan Pesanan", - "Order No.": "Nomer order", - "Order Number": "Nomor Pesanan", - "Organization": "Lembaga", - "Organization ": "Organisasi", - "Organization Name": "Nama Organisasi", - "Organization of the signatory": "Organisasi dari penandatangan", - "Other": "Lainnya", - "Overall Score": "Nilai Keseluruhan", - "Page break": "Page break", - "Page number out of %(total_pages)s": "Nomer halaman dari total %(total_pages)s", - "Pagination": "Halaman", - "Paragraph": "Paragraf", - "Passed Proctoring": "Lulus proses proktoring", - "Password": "Sandi", - "Password assistance": "Bantuan pasword", - "Password is incorrect": "Kata kunci salah", - "Passwords do not match.": "Kata kunci tidak sama.", - "Paste": "Tempel", - "Paste as text": "Paste as text", - "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Paste sekarang dalam mode teks polos. Konten akan ditempel sebagai teks polos hingga anda mematikan mode ini ", - "Paste row after": "Tempelkan baris sesudahnya", - "Paste row before": "Tempelkan baris sebelumnya", - "Paste your embed code below:": "Paste kode Embed anda di bawah", - "Path to Signature Image": "Jalur ke Gambar Tandatangan", - "Pause": "Pause", - "Peer": "Rekan", - "Pending Session Review": "Ulasan sesi yang tertunda", - "Photo": "Foto", - "Photo Captured successfully.": "Berhasil Mengambil Foto", - "Photo ID": "ID photo", - "Photo Identification": "Identifikasi Photo", - "Photo Verification": "Verifikasi Foto", - "Photo of %(fullName)s": "Photo dari %(fullName)s", - "Photo of %(fullName)s's ID": "Photo dari ID %(fullName)s's ", - "Photo requirements:": "Syarat photo", - "Photos don't meet the requirements?": "Photo tidak memenuhi syarat?", - "Placeholder": "Placeholder", - "Play": "Putar", - "Play video": "Putar video", - "Please Note": "Silakan catat", - "Please add a photo of the instructor (Note: only JPEG or PNG format supported)": "Mohon tambahkan foto instruktur (Catatan: hanya format JPG atau PNG yang didukung)", - "Please add the institute where the instructor is associated": "Mohon tambahkan lembaga yang berhubungan dengan instruktur", - "Please add the instructor's biography": "Mohon tambahkan riwayat hidup instruktur", - "Please add the instructor's name": "Mohon tambahkan nama instruktur", - "Please add the instructor's title": "Mohon tambahkan gelar instruktur", - "Please address the errors on this page first, and then save your progress.": "Harap atasi masalah pada halaman ini dahulu, lalu simpan kemajuan Anda.", - "Please check the following validation feedbacks and reflect them in your course settings:": "Silakan periksa feedback validasi berikut dan mencerminkan mereka di dalam pengaturan kursus anda", - "Please correct the outlined fields.": "Silakan perbaiki bidang-bidang bergaris tepi.", - "Please describe this image or agree that it has no contextual value by checking the checkbox.": "Mohon deskripsikan gambar ini atau setujui bahwa gambar ini tidak memiliki nilai kontekstual dengan memberi tanda centang", - "Please do not use any spaces in this field.": "Mohon jangan gunakan spasi di field ini.", - "Please do not use any spaces or special characters in this field.": "Harap tidak menggunakan spasi atau karakter khusus pada isian ini.", - "Please enter a problem location.": "Mohon masukkan lokasi permasalahan", - "Please enter a score.": "Silakan masukkan nilai.", - "Please enter a student email address or username.": "Mohon isi alamat surel siswa atau nama pengguna.", - "Please enter a term in the {anchorStart} search field{anchorEnd}.": "Silakan masukkan istilah dalam {anchorStart} field ini {anchorEnd}.", - "Please enter a username or email.": "Harap masukkan username atau alamat email Anda:", - "Please enter a valid donation amount.": "Silakan masukkan nilai donasi yang valid.", - "Please enter an integer between 0 and 100.": "Harap masukkan angka integer antara 0 dan 100.", - "Please enter an integer greater than 0.": "Mohon masukkan angka integer lebih besar dari 0.", - "Please enter non-negative integer.": "Mohon masukkan angka integer non-negatif.", - "Please enter valid start date and time.": "Masukkan tanggal dan waktu mulai yang valid", - "Please enter your %(field)s.": "Masukkan %(field)s.", - "Please fix the following errors:": "Perbaiki kesalahan berikut:", - "Please note: Deletion of your account and personal data is permanent and cannot be undone. EdX will not be able to recover your account or the data that is deleted.": "Mohon perhatikan: Penghapusan akun dan data pribadi Anda bersifat permanen dan tidak dapat dikembalikan. EdX tidak akan dapat mengembalikan akun atau data Anda yang telah dihapus.", - "Please provide a description of the link destination.": "Berikan deskripsi mengenai tujuan tautan", - "Please provide a valid URL.": "Mohon berikan URL yang valid.", - "Please re-enter your password.": "Silakan masukkan kata kunci Anda kembali", - "Please specify a reason.": "Silakan jelaskan alasan Anda.", - "Please verify that you have uploaded a valid image (PNG and JPEG).": "Silakan verifikasi bahwa Anda telah mengunggah gambar yang valid (PNG dan JPEG).", - "Please verify that your webcam is connected and that you have allowed your browser to access it.": "Silakan pastikan webcam Anda terhubung dan Anda telah mengizinkan peramban Anda untuk mengaksesnya.", - "Please wait": "Mohon tunggu", - "Post": "Posting", - "Poster": "Poster", - "Practice Exam Completed": "Sesi Latihan telah diselesaikan", - "Practice Exam Failed": "Gagal dalam ujian sesi latihan", - "Practice Proctored": "Praktek Tersupervisi", - "Practice proctored Exam": "Melaksanakan Ujian Supervisi", - "Pre": "Pra", - "Preferred Language": "Bahasa Pilihan", - "Preformatted": "Terformat", - "Prerequisite:": "Prasyarat", - "Prerequisite: %(prereq_display_name)s": "Prasyarat: %(prereq_display_name)s", - "Press UP to enter the speed menu then use the UP and DOWN arrow keys to navigate the different speeds, then press ENTER to change to the selected speed.": "Tekan NAIK untuk memasuki menu kecepatan lalu gunakan tombol panah NAIK dan TURUN untuk mengemudikan kecepatan yang berbeda, lalu tekan ENTER untuk mengganti ke kecepatan yang terpilih.", - "Press the UP arrow key to enter the language menu then use UP and DOWN arrow keys to navigate language options. Press ENTER to change to the selected language.": "Tekan tombol panah ke atas untuk masuk ke menu bahasa, lalu gunakan tombol panah ke atas dan bawah untuk memilih bahasa. Tekan ENTER untuk mengganti ke bahasa yang dipilih.", - "Prev": "Sebelumnya", - "Prevent students from generating certificates in this course?": "Apakah siswa dilarang membuat sertifikat untuk kursus ini?", - "Preview": "Pratinjau", - "Preview Certificate": "Tampilkan Sertifikat", - "Preview this query": "Pratinjau permintaan ini", - "Previous": "Sebelumnya", - "Previous Uploads": "Unggah yang sebelumnya", - "Previously published": "Publikasi sebelumnya", - "Print": "Cetak", - "Proctored": "Tersupervisi", - "Proctored Exam": "Ujian Supervisi", - "Proctored Option Available": "Pilihan proktor tersedia", - "Proctored Option No Longer Available": "Pilihan proktor tidak tersedia lagi", - "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.": "Ujian Tersupervisi dijadwalkan dan mereka merekam video dari setiap peserta didik yang menjalani ujian. Video kemudian ditinjau untuk memastikan bahwa peserta didik mengikuti semua aturan ujian.", - "Proctoring": "Proctoring", - "Professional Education": "Pendidikan Profesional", - "Professional Education Verified Certificate": "Sertifikasi Terverifikasi Pendidikan Profesional", - "Profile": "Profil", - "Profile Image": "Gambar Profil", - "Profile Visibility:": "Visibilitas Profil", - "Profile image for {username}": "Gambar profil untuk {username}", - "Promote another member to Admin to remove your admin rights": "Promosikan member yang lain ke admin untuk menghapus admin anda", - "Provisionally Supported": "Dukungan Provisional", - "Publish": "Mempublikasikan", - "Published (not yet released)": "Telah dipublikasikan (belum diterbitkan)", - "Published and Live": "Dipublikasikan dan Live", - "Publishing Status": "Status publikasi", - "Read More": "Baca Lebih Banyak", - "Ready To Start": "Siap memulai", - "Ready To Submit": "Siap untuk mengirimkan", - "Reason": "Alasan", - "Reason field should not be left blank.": "Kolom alasan tidak boleh kosong.", - "Receive updates": "Menerima update", - "Recent Activity": "Aktivitas Terbaru", - "Recovery Email Address": "Alamat Email Cadangan", - "Redo": "Redo", - "Redo (Ctrl+Shift+Z)": "Redo (Ctrl+Shift+Z)", - "Redo (Ctrl+Y)": "Redo (Ctrl+Y)", - "Regenerate": "Regenerasi", - "Regenerate the user's certificate": "Regenerasi sertifikat pengguna", - "Release Date and Time": "Penerbitan tanggal dan waktu", - "Release Date:": "Penerbitan tanggal", - "Release Status:": "Penerbitan Status", - "Release Time in UTC:": "Penerbitan waktu di UTC", - "Release:": "Release/penerbitan", - "Released:": "Diterbitkan", - "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "Proses penghapusan sedang berlangsung. Untuk menghindari kesalahan, tetap berada di halaman ini sampai proses selesai.", - "Remove": "Hapus", - "Remove all": "Hapus semua", - "Remove file": "Hapus file", - "Remove link": "Remove link", - "Remove this team member?": "Keluarkan anggota tim ini?", - "Remove {role} Access": "Hapus {role} Access", - "Removing": "Menghapus", - "Replace": "Ganti", - "Replace all": "Replace all", - "Replace with": "Replace with", - "Reply to Annotation": "Balas Catatan", - "Report abuse, topics, and responses": "Laporkan penyalahgunaan, topik, dan respon", - "Requester": "Permintaan", - "Required field.": "Isian wajib.", - "Rescore problem '<%- problem_id %>' for all students?": "Nilai ulang permasalahan '<%- problem_id %>' untuk semua siswa?", - "Reset My Password": "Ganti Sandi Saya", - "Reset Password": "Ganti Sandi", - "Reset Your Password": "Setel Ulang Kata Sandi Anda", - "Reset attempts for all students on problem '<%- problem_id %>'?": "Mengatur ulang jumlah percobaan untuk siswa pada permasalahan '<%- problem_id %>'?", - "Responses could not be loaded. Refresh the page and try again.": "Respon tidak dapat dimuat. Refresh halaman ini dan coba lagi.", - "Restore enrollment code": "Kembalikan kode kepesertaan.", - "Restore last draft": "Restore last draft", - "Retake Photo": "Ambil photo kembali", - "Retake Your Photos": "Ambil photo anda kembali", - "Retrieving enrollment status...": "Membaca status pendaftaran...", - "Return to Your Dashboard": "Kembali ke Dashboard anda", - "Review Policy Exception": "Tinjau kebijakan pengecualian", - "Review Rules": "Ulas Aturan", - "Review Your Photos": "Meninjau photo anda", - "Review your info": "Tinjau ulang informasi Anda", - "Revoke access": "Mencabut Akses", - "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Rich Text Area. Tekan ALT-F9 untuk menu. Tekan ALT-F10 untuk toolbar. Tekan ALT-0 untuk bantuan", - "Right": "Kanan", - "Right to left": "Kanan ke kiri", - "Robots": "Robot", - "Role field should not be left unselected.": "Kolom peran harus dipilih.", - "Row": "Row", - "Row group": "Row group", - "Row properties": "Row properties", - "Row type": "Row type", - "Rows": "Rows", - "Save": "Simpan", - "Save Changes": "Simpan Perubahan", - "Save changes": "Simpan perubahan", - "Saved cohort": "Kohort yang disimpan", - "Saving": "Menyimpan", - "Saving your email preference": "Menyimpan preferensi email Anda", - "Saving...": "Sedang menyimpan ...", - "Scheduled:": "Terjadwal", - "Scope": "Cakupan/Ruang lingkup", - "Search": "Cari", - "Search Results": "Hasil pencarian", - "Search all posts": "Cari semua post", - "Search teams": "Cari tim", - "Search the {platform} Help Center": "Cari dalam Help Center {platform}", - "Second Review Required": "Diperlukan ulasan kedua", - "Section": "Bagian", - "See all teams in your course, organized by topic. Join a team to collaborate with other learners who are interested in the same topic as you are.": "Lihat semua tim dalam course Anda berdasarkan topik. Anda dapat bergabung dengan satu tim untuk berkolaborasi dengan pembelajar lain yang tertarik dengan topik yang sama.", - "Select": "Pilih", - "Select Session": "Pilih Sesi", - "Select a chapter": "Pilih bab", - "Select a cohort": "Pilih cohort", - "Select a cohort to manage": "Pilih cohort untuk mengatur", - "Select a course or select \"Not specific to a course\" for your support request.": "Pilih satu kursus atau pilih \"Tidak spesifik untuk kursus tertentu\" untuk permintaan Anda.", - "Select a section or problem": "Pilih bagian atau masalah", - "Select a subject for your support request.": "Berikan judul untuk permintaan dukungan Anda.", - "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.": "Pilih penjatahan waktu untuk ujian. Jika lebih dari 24 jam, ketik jumlah waktu. Anda dapat memberikan peserta didik waktu tambahan untuk menyelesaikan ujian melalui Dashboard Instruktur.", - "Select all": "pilih semua", - "Select the time zone for displaying course dates. If you do not specify a time zone, course dates, including assignment deadlines, will be displayed in your browser's local time zone.": "Pilih zona waktu untuk menampilkan tanggal kursus. Jika Anda tidak memilih zona waktu, tanggal kursus, termasuk tenggat waktu penugasan, akan ditampilkan sesuai zona waktu lokal peramban Anda.", - "Selected tab": "Tab yang dipilih", - "Self": "Sendiri", - "Send notification to mobile apps": "Kirim notifikasi untuk mobile apps", - "Send push notification to mobile apps": "kirim push notifikasi untuk mobile apps", - "Send to:": "Kirim ke:", - "Sent By": "Dikirim Oleh", - "Sent By:": "Dikirim Oleh:", - "Sent To": "Dikirim Kepada", - "Sent To:": "Dikirim Kepada:", - "September": "September", - "Sequence error! Cannot navigate to %(tab_name)s in the current SequenceModule. Please contact the course staff.": "Sequence error! Tidak dapat menavigasi ke %(tab_name)s pada SequenceModule saat ini. Silakan hubungi staf kursus.", - "Server Error, Please refresh the page and try again.": "Server Error. Silakan refresh halaman dan coba kembali.", - "Server error.": "Server error.", - "Set as a Special Exam": "Atur sebagai Ujian Spesial", - "Settings": "Setelan", - "Short explanation": "Penjelasan singkat", - "Show": "Bentangkan", - "Show All": "Tampilkan Semua", - "Show Annotations": "Perlihatkan Catatan", - "Show Discussion": "Tampilkan Diskusi", - "Show blocks": "Tunjukkan blok", - "Show invisible characters": "Tunjukkan karakter yang tidak terlihat", - "Show notes": "Tampilkan catatan", - "Show posts by {username}.": "Tampilkan post berdasarkan {username}.", - "Showing all responses": "Lihat semua tanggapan", + ], + "Noted in:": "Catatan pada:", + "Notes": "Catatan", + "Notes hidden": "Catatan disembunyikan", + "Notes visible": "Catatan ditampilkan", + "November": "November", + "Now": "Sekarang", + "Number Sent": "Jumlah Terkirim", + "Number of Droppable": "Jumlah dari Droppable", + "Number of Students": "Jumlah Siswa", + "Numbered List (Ctrl+O)": "Numbered List (Ctrl+O)", + "Numbered list": "Daftar nomor", + "OK": "OK", + "ORDER NAME": "NAMA PESANAN", + "ORDER NUMBER": "NOMOR PESANAN", + "ORDER PLACED": "PESANAN YANG DIBUAT", + "October": "Oktober", + "Ok": "Ok", + "Once you complete one of the program requirements you have a program record. This record is marked complete once you meet all program requirements. A program record can be used to continue your learning journey and demonstrate your learning to others.": "Setelah Anda melengkapi salah satu persyaratan program Anda akan memiliki record program. Record ini ditandai lengkap setelah Anda memenuhi semua persyaratan program. Record program dapat digunakan untuk melanjutkan perjalanan pembelajaran Anda dan menunjukkan pembelajaran Anda kepada orang lain.", + "One or more rescheduling tasks failed.": "Salah satu tugas penjadwalan telah gagal.", + "Only <%= fileTypes %> files can be uploaded. Please select a file ending in <%= fileExtensions %> to upload.": "Hanya berkas <%= fileTypes %> yang dapat diunggah. Harap pilih berkas dengan ekstensi <%= fileExtensions %> untuk diunggah.", + "Only properly formatted .csv files will be accepted.": "Hanya berkas-berkas .csv yang diformat dengan tepat dapat diterima.", + "Open Calculator": "Buka Kalkulator", + "Open language menu": "Buka menu bahasa", + "Open the certificate you earned for the %(title)s program.": "Buka sertifikat yang Anda terima untuk program %(title)s.", + "Open/download this file": "Buka/unduh file ini", + "Option Deleted": "Opsi Dihapus", + "Optional long description": "gambaran panjang/lamanya opsional", + "Optionally, link your personal accounts to the social media icons on your edX profile.": "Anda juga dapat menghubungkan akun personal dengan ikon media sosial pada profil edX Anda.", + "Options for {license_name}": "Pilihan untuk {license_name}", + "Order Details": "Rincian Pesanan", + "Order History": "Runtutan Pesanan", + "Order No.": "Nomer order", + "Order Number": "Nomor Pesanan", + "Organization": "Lembaga", + "Organization ": "Organisasi", + "Organization Name": "Nama Organisasi", + "Organization of the signatory": "Organisasi dari penandatangan", + "Organization:": "Organisasi:", + "Other": "Lainnya", + "Overall Score": "Nilai Keseluruhan", + "PDF Chapters": "Bab PDF", + "Page break": "Page break", + "Page number out of %(total_pages)s": "Nomer halaman dari total %(total_pages)s", + "Pagination": "Halaman", + "Paragraph": "Paragraf", + "Passed Proctoring": "Lulus proses proktoring", + "Password": "Sandi", + "Password assistance": "Bantuan pasword", + "Password is incorrect": "Kata kunci salah", + "Passwords do not match.": "Kata kunci tidak sama.", + "Paste": "Tempel", + "Paste as text": "Paste as text", + "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Paste sekarang dalam mode teks polos. Konten akan ditempel sebagai teks polos hingga anda mematikan mode ini ", + "Paste row after": "Tempelkan baris sesudahnya", + "Paste row before": "Tempelkan baris sebelumnya", + "Paste your embed code below:": "Paste kode Embed anda di bawah", + "Path to Signature Image": "Jalur ke Gambar Tandatangan", + "Pause": "Pause", + "Peer": "Rekan", + "Pending Session Review": "Ulasan sesi yang tertunda", + "Photo": "Foto", + "Photo Captured successfully.": "Berhasil Mengambil Foto", + "Photo ID": "ID photo", + "Photo Identification": "Identifikasi Photo", + "Photo Verification": "Verifikasi Foto", + "Photo of %(fullName)s": "Photo dari %(fullName)s", + "Photo of %(fullName)s's ID": "Photo dari ID %(fullName)s's ", + "Photo requirements:": "Syarat photo", + "Photos don't meet the requirements?": "Photo tidak memenuhi syarat?", + "Placeholder": "Placeholder", + "Play": "Putar", + "Play video": "Putar video", + "Please Note": "Silakan catat", + "Please add a photo of the instructor (Note: only JPEG or PNG format supported)": "Mohon tambahkan foto instruktur (Catatan: hanya format JPG atau PNG yang didukung)", + "Please add the institute where the instructor is associated": "Mohon tambahkan lembaga yang berhubungan dengan instruktur", + "Please add the instructor's biography": "Mohon tambahkan riwayat hidup instruktur", + "Please add the instructor's name": "Mohon tambahkan nama instruktur", + "Please add the instructor's title": "Mohon tambahkan gelar instruktur", + "Please address the errors on this page first, and then save your progress.": "Harap atasi masalah pada halaman ini dahulu, lalu simpan kemajuan Anda.", + "Please check the following validation feedbacks and reflect them in your course settings:": "Silakan periksa feedback validasi berikut dan mencerminkan mereka di dalam pengaturan kursus anda", + "Please correct the outlined fields.": "Silakan perbaiki bidang-bidang bergaris tepi.", + "Please describe this image or agree that it has no contextual value by checking the checkbox.": "Mohon deskripsikan gambar ini atau setujui bahwa gambar ini tidak memiliki nilai kontekstual dengan memberi tanda centang", + "Please do not use any spaces in this field.": "Mohon jangan gunakan spasi di field ini.", + "Please do not use any spaces or special characters in this field.": "Harap tidak menggunakan spasi atau karakter khusus pada isian ini.", + "Please enter a problem location.": "Mohon masukkan lokasi permasalahan", + "Please enter a score.": "Silakan masukkan nilai.", + "Please enter a student email address or username.": "Mohon isi alamat surel siswa atau nama pengguna.", + "Please enter a term in the {anchorStart} search field{anchorEnd}.": "Silakan masukkan istilah dalam {anchorStart} field ini {anchorEnd}.", + "Please enter a username or email.": "Harap masukkan username atau alamat email Anda:", + "Please enter a valid donation amount.": "Silakan masukkan nilai donasi yang valid.", + "Please enter an integer between 0 and 100.": "Harap masukkan angka integer antara 0 dan 100.", + "Please enter an integer greater than 0.": "Mohon masukkan angka integer lebih besar dari 0.", + "Please enter non-negative integer.": "Mohon masukkan angka integer non-negatif.", + "Please enter valid start date and time.": "Masukkan tanggal dan waktu mulai yang valid", + "Please enter your %(field)s.": "Masukkan %(field)s.", + "Please enter your log-in or recovery email address below and we will send you an email with instructions.": "Silakan masukkan alamat email login atau pemulihan Anda dan kami akan mengirimkan email dengan petunjuk pemulihan.", + "Please fix the following errors:": "Perbaiki kesalahan berikut:", + "Please provide a description of the link destination.": "Berikan deskripsi mengenai tujuan tautan", + "Please provide a valid URL.": "Mohon berikan URL yang valid.", + "Please re-enter your password.": "Silakan masukkan kata kunci Anda kembali", + "Please specify a reason.": "Silakan jelaskan alasan Anda.", + "Please verify that you have uploaded a valid image (PNG and JPEG).": "Silakan verifikasi bahwa Anda telah mengunggah gambar yang valid (PNG dan JPEG).", + "Please verify that your webcam is connected and that you have allowed your browser to access it.": "Silakan pastikan webcam Anda terhubung dan Anda telah mengizinkan peramban Anda untuk mengaksesnya.", + "Please wait": "Mohon tunggu", + "Post": "Posting", + "Poster": "Poster", + "Practice Exam Completed": "Sesi Latihan telah diselesaikan", + "Practice Exam Failed": "Gagal dalam ujian sesi latihan", + "Practice Proctored": "Praktek Tersupervisi", + "Practice proctored Exam": "Melaksanakan Ujian Supervisi", + "Pre": "Pra", + "Preferred Language": "Bahasa Pilihan", + "Preformatted": "Terformat", + "Prerequisite:": "Prasyarat", + "Prerequisite: %(prereq_display_name)s": "Prasyarat: %(prereq_display_name)s", + "Press Add to language": "Tekan Tambah ke bahasa", + "Press Remove to remove language": "Tekan Hapus untuk menghapus bahasa", + "Press UP to enter the speed menu then use the UP and DOWN arrow keys to navigate the different speeds, then press ENTER to change to the selected speed.": "Tekan NAIK untuk memasuki menu kecepatan lalu gunakan tombol panah NAIK dan TURUN untuk mengemudikan kecepatan yang berbeda, lalu tekan ENTER untuk mengganti ke kecepatan yang terpilih.", + "Press change to change selected transcript provider.": "Tekan ubah untuk mengubah penyedia transkrip yang dipilih.", + "Press close to hide course video settings": "Tekan tutup untuk menyembunyikan pengaturan video kursus", + "Press discard changes to discard your changes.": "Tekan buang perubahan untuk membuang perubahan Anda.", + "Press the UP arrow key to enter the language menu then use UP and DOWN arrow keys to navigate language options. Press ENTER to change to the selected language.": "Tekan tombol panah ke atas untuk masuk ke menu bahasa, lalu gunakan tombol panah ke atas dan bawah untuk memilih bahasa. Tekan ENTER untuk mengganti ke bahasa yang dipilih.", + "Press update settings to update course video settings": "Tekan pengaturan pembaruan untuk memperbarui pengaturan video kursus", + "Prev": "Sebelumnya", + "Prevent students from generating certificates in this course?": "Apakah siswa dilarang membuat sertifikat untuk kursus ini?", + "Preview": "Pratinjau", + "Preview Certificate": "Tampilkan Sertifikat", + "Preview this query": "Pratinjau permintaan ini", + "Previous": "Sebelumnya", + "Previous Uploads": "Unggah yang sebelumnya", + "Previously published": "Publikasi sebelumnya", + "Print": "Cetak", + "Proctored": "Tersupervisi", + "Proctored Exam": "Ujian Supervisi", + "Proctored Option Available": "Pilihan proktor tersedia", + "Proctored Option No Longer Available": "Pilihan proktor tidak tersedia lagi", + "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.": "Ujian Tersupervisi dijadwalkan dan mereka merekam video dari setiap peserta didik yang menjalani ujian. Video kemudian ditinjau untuk memastikan bahwa peserta didik mengikuti semua aturan ujian.", + "Proctoring": "Proctoring", + "Proctoring Session Results Update for {course_name} {exam_name}": "Hasil Sesi Proctor untuk {course_name} {exam_name}", + "Product Name": "Nama Produk", + "Professional Certificate for {courseName}": "Sertifikat Profesional untuk {courseName}", + "Professional Education": "Pendidikan Profesional", + "Professional Education Verified Certificate": "Sertifikasi Terverifikasi Pendidikan Profesional", + "Profile": "Profil", + "Profile Image": "Gambar Profil", + "Profile Visibility:": "Visibilitas Profil", + "Profile image for {username}": "Gambar profil untuk {username}", + "Program Record": "Record Program", + "Promote another member to Admin to remove your admin rights": "Promosikan member yang lain ke admin untuk menghapus admin anda", + "Provisionally Supported": "Dukungan Provisional", + "Publish": "Mempublikasikan", + "Published (not yet released)": "Telah dipublikasikan (belum diterbitkan)", + "Published and Live": "Dipublikasikan dan Live", + "Publishing Status": "Status publikasi", + "REMAINING COURSES": "KURSUS TERSISA", + "Read More": "Baca Lebih Banyak", + "Read more": "Baca lebih lanjut", + "Ready To Start": "Siap memulai", + "Ready To Submit": "Siap untuk mengirimkan", + "Reason": "Alasan", + "Reason field should not be left blank.": "Kolom alasan tidak boleh kosong.", + "Receive updates": "Menerima update", + "Recent Activity": "Aktivitas Terbaru", + "Recover my password": "Pulihkan kata kunci Anda", + "Recovery Email Address": "Alamat Email Cadangan", + "Redo": "Redo", + "Redo (Ctrl+Shift+Z)": "Redo (Ctrl+Shift+Z)", + "Redo (Ctrl+Y)": "Redo (Ctrl+Y)", + "Regenerate": "Regenerasi", + "Regenerate the user's certificate": "Regenerasi sertifikat pengguna", + "Register with Institution/Campus Credentials": "Registrasi dengan Kredensial Kampus/Institusi", + "Rejected": "Ditolak", + "Release Date and Time": "Penerbitan tanggal dan waktu", + "Release Date:": "Penerbitan tanggal", + "Release Status:": "Penerbitan Status", + "Release Time in UTC:": "Penerbitan waktu di UTC", + "Release:": "Release/penerbitan", + "Released:": "Diterbitkan", + "Remaining": "Tersisa", + "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "Proses penghapusan sedang berlangsung. Untuk menghindari kesalahan, tetap berada di halaman ini sampai proses selesai.", + "Remove": "Hapus", + "Remove all": "Hapus semua", + "Remove file": "Hapus file", + "Remove from Invalidation Table": "Hapus dari Tabel Pembatalan Validasi", + "Remove link": "Remove link", + "Remove this team member?": "Keluarkan anggota tim ini?", + "Remove {role} Access": "Hapus {role} Access", + "Removing": "Menghapus", + "Replace": "Ganti", + "Replace all": "Replace all", + "Replace with": "Replace with", + "Reply to Annotation": "Balas Catatan", + "Report abuse, topics, and responses": "Laporkan penyalahgunaan, topik, dan respon", + "Requester": "Permintaan", + "Required": "Diperlukan", + "Required field.": "Isian wajib.", + "Rescore problem '<%- problem_id %>' for all students?": "Nilai ulang permasalahan '<%- problem_id %>' untuk semua siswa?", + "Reset My Password": "Ganti Sandi Saya", + "Reset Password": "Ganti Sandi", + "Reset Your Password": "Setel Ulang Kata Sandi Anda", + "Reset attempts for all students on problem '<%- problem_id %>'?": "Mengatur ulang jumlah percobaan untuk siswa pada permasalahan '<%- problem_id %>'?", + "Responses could not be loaded. Refresh the page and try again.": "Respon tidak dapat dimuat. Refresh halaman ini dan coba lagi.", + "Restore enrollment code": "Kembalikan kode kepesertaan.", + "Restore last draft": "Restore last draft", + "Retake Photo": "Ambil photo kembali", + "Retake Your Photos": "Ambil photo anda kembali", + "Retrieving enrollment status...": "Membaca status pendaftaran...", + "Retry Verification": "Coba Kembali Verifikasi", + "Return to Your Dashboard": "Kembali ke Dashboard anda", + "Review Policy Exception": "Tinjau kebijakan pengecualian", + "Review Rules": "Ulas Aturan", + "Review Your Photos": "Meninjau photo anda", + "Review your info": "Tinjau ulang informasi Anda", + "Revoke access": "Mencabut Akses", + "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Rich Text Area. Tekan ALT-F9 untuk menu. Tekan ALT-F10 untuk toolbar. Tekan ALT-0 untuk bantuan", + "Right": "Kanan", + "Right to left": "Kanan ke kiri", + "Robots": "Robot", + "Role field should not be left unselected.": "Kolom peran harus dipilih.", + "Row": "Row", + "Row group": "Row group", + "Row properties": "Row properties", + "Row type": "Row type", + "Rows": "Rows", + "Save": "Simpan", + "Save Changes": "Simpan Perubahan", + "Save changes": "Simpan perubahan", + "Saved cohort": "Kohort yang disimpan", + "Saving": "Menyimpan", + "Saving your email preference": "Menyimpan preferensi email Anda", + "Saving...": "Sedang menyimpan ...", + "Scheduled:": "Terjadwal", + "Scope": "Cakupan/Ruang lingkup", + "Search": "Cari", + "Search Results": "Hasil pencarian", + "Search all posts": "Cari semua post", + "Search teams": "Cari tim", + "Search the {platform} Help Center": "Cari dalam Help Center {platform}", + "Second Review Required": "Diperlukan ulasan kedua", + "Section": "Bagian", + "Section Highlights": "Sorotan Bagian", + "Section Visibility": "Bagian Terlihat Oleh", + "Select": "Pilih", + "Select Session": "Pilih Sesi", + "Select a chapter": "Pilih bab", + "Select a cohort": "Pilih cohort", + "Select a cohort to manage": "Pilih cohort untuk mengatur", + "Select a course or select \"Not specific to a course\" for your support request.": "Pilih satu kursus atau pilih \"Tidak spesifik untuk kursus tertentu\" untuk permintaan Anda.", + "Select a section or problem": "Pilih bagian atau masalah", + "Select a session:": "Pilih sesi:", + "Select a subject for your support request.": "Berikan judul untuk permintaan dukungan Anda.", + "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.": "Pilih penjatahan waktu untuk ujian. Jika lebih dari 24 jam, ketik jumlah waktu. Anda dapat memberikan peserta didik waktu tambahan untuk menyelesaikan ujian melalui Dashboard Instruktur.", + "Select all": "pilih semua", + "Select fidelity": "Pilih fidelity", + "Select language": "Pilih bahasa", + "Select the time zone for displaying course dates. If you do not specify a time zone, course dates, including assignment deadlines, will be displayed in your browser's local time zone.": "Pilih zona waktu untuk menampilkan tanggal kursus. Jika Anda tidak memilih zona waktu, tanggal kursus, termasuk tenggat waktu penugasan, akan ditampilkan sesuai zona waktu lokal peramban Anda.", + "Select turnaround": "Pilih turnaround", + "Selected tab": "Tab yang dipilih", + "Self": "Sendiri", + "Send to:": "Kirim ke:", + "Sent By": "Dikirim Oleh", + "Sent By:": "Dikirim Oleh:", + "Sent To": "Dikirim Kepada", + "Sent To:": "Dikirim Kepada:", + "September": "September", + "Sequence error! Cannot navigate to %(tab_name)s in the current SequenceModule. Please contact the course staff.": "Sequence error! Tidak dapat menavigasi ke %(tab_name)s pada SequenceModule saat ini. Silakan hubungi staf kursus.", + "Server Error, Please refresh the page and try again.": "Server Error. Silakan refresh halaman dan coba kembali.", + "Server error.": "Server error.", + "Session Selection Dropdown for {courseName}": "Dropdown Pilihan Sesi untuk {courseName}", + "Set Access": "Atur Akses", + "Set as a Special Exam": "Atur sebagai Ujian Spesial", + "Settings": "Pengaturan", + "Settings updated": "Pengaturan diperbarui", + "Share": "Bagikan", + "Share Alike": "Bagikan Juga", + "Short explanation": "Penjelasan singkat", + "Show": "Bentangkan", + "Show All": "Tampilkan Semua", + "Show Annotations": "Perlihatkan Catatan", + "Show Discussion": "Tampilkan diskusi", + "Show Less": "Tampilkan Lebih Sedikit", + "Show More": "Tampilkan Lagi", + "Show assessment results when subsection is past due": "Tunjukkan hasil penilaian setelah subbagian jatuh tempo", + "Show blocks": "Tunjukkan blok", + "Show invisible characters": "Tunjukkan karakter yang tidak terlihat", + "Show me other ways to sign in or register": "Tunjukkan cara lain untuk masuk atau mendaftar", + "Show notes": "Tampilkan catatan", + "Show posts by {username}.": "Tampilkan post berdasarkan {username}.", + "Show transcripts ({totalTranscripts})": "Tampilkan transkrip ({totalTranscripts})", + "Showing all responses": "Lihat semua tanggapan", "Showing first response": [ "Menampilkan {numResponses} respon pertama" - ], - "Showing results for \"{searchString}\"": "Menampilkan hasil untuk \"{searchString}\"", - "Showing {firstIndex} out of {numItems} total": "Menampilkan {firstIndex} dari total {numItems}", - "Showing {firstIndex}-{lastIndex} out of {numItems} total": "Menampilkan {firstIndex}-{lastIndex} dari total {numItems}", - "Sign In": "Masuk", - "Sign in": "Masuk", - "Sign in to {platform} so we can help you better.": "Masuk ke {platform} supaya kami dapat membantumu lebih baik.", - "Signatory": "Penandatangan", - "Signature Image": "Gambar Tandatangan", - "Skip": "Lewati", - "Social Media Links": "Tautan Media Sosial", - "Some Rights Reserved": "Beberapa Hak Cipta", - "Some images in this post have been omitted": "Beberapa gambar dalam post ini telah dihilangkan", - "Something went wrong changing this enrollment. Please try again.": "Terjadi kesalahan dalam mengubah status pendaftaran. Silakan coba kembali.", - "Something went wrong. Please try again later.": "Terdapat kesalahan. Mohon ulangi beberapa saat lagi.", - "Sorry, no results were found.": "Maaf, tidak ada hasil yang ditemukan", - "Sorry, there was an error trying to process your request. Please try again later.": "Maaf, terjadi kesalahan dalam memproses permintaan Anda. Mohon ulangi kembali.", - "Sorted by": "Urutkan berdasar", - "Source": "Source", - "Source code": "Source code", - "Special character": "Karakter spesial", - "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "Tentukan satu judul resmi alternatif saja untuk ditampilkan pada sertifikat. Biarkan kosong untuk menggunakan judul resmi kursus.", - "Speed": "Kecepatan", - "Spellcheck": "Pemeriksa ejaan", - "Split cell": "Bagi sel", - "Square": "Square", - "Staff": "Staf", - "Staff Only": "Hanya staff", - "Start Date": "Tanggal Mulai", - "Start generating certificates for all students in this course?": "Mulai buat sertifikat untuk semua siswa dalam kursus ini?", - "Start of transcript. Skip to the end.": "Permulaan transkrip. Percepat ke bagian akhir.", - "Start regenerating certificates for students in this course?": "Mulai buat ulang sertifikat untuk siswa dalam kursus ini?", - "Start search": "Start search", - "Started": "Dimulai", - "Started entrance exam rescore task for student '{student_id}'. Click the 'Show Task Status' button to see the status of the task.": "Telah memulai tugas penilaian ulang ujian masuk untuk siswa '{student_id}'. Klik tombol 'Tampilkan Status Tugas' untuk melihat status tugas.", - "Started rescore problem task for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "Telah memulai penilaian ulang tugas permasalahan untuk permasalahan '<%- problem_id %>' dan siswa '<%- student_id %>'. Klik tombol 'Tampilkan Status Tugas' untuk melihat status tugas.", - "Started task to override the score for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "Telah memulai tugas untuk menimpa nilai untuk permasalahan '<%- problem_id %>' dan siswa '<%- student_id %>'. Klik tombol 'Tampilkan Status Tugas' untuk melihat status tugas.", - "Started {start}": "Telah dimulai {start}", - "Starts": "Mulai", - "Starts {start}": "Mulai {start}", - "State": "Kondisi", - "Status": "Status", - "Status of Your Response": "Status respon Anda", - "Strikethrough": "Coret", - "Student": "Siswa", - "Student Removed from certificate white list successfully.": "Siswa telah berhasil dihapus dari daftar putih sertifikat.", - "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Add to Exception List\" button.": "Username/email siswa harus diisi. Silakan isi username/email lalu klik tombol \"Tambahkan ke Daftar Eksepsi\".", - "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Invalidate Certificate\" button.": "Username/email pembelajar tidak boleh kosong. Isi username/email dan klik tombol \"Invalidate Certificate\".", - "Studio:": "Studio:", - "Style": "Gaya", - "Subject": "Judul", - "Subject:": "Judul:", - "Submission aborted! Sorry, your browser does not support file uploads. If you can, please use Chrome or Safari which have been verified to support file uploads.": "Penyerahan jawaban dibatalkan! Maaf, peramban Anda tidak mendukung pengunggahan berkas. Gunakan Chrome atau Safari yang lebih mendukung pengunggahan berkas.", - "Submit": "Kirimkan", - "Submitted": "Terkirim", - "Subscript": "Tika bawah", - "Subsection": "Sub-bagian", - "Success": "Berhasil", - "Success! Problem attempts reset for problem '<%- problem_id %>' and student '<%- student_id %>'.": "Berhasil! Percobaan masalah telah disetel ulang untuk masalah '<%- problem_id %>' dan siswa '<%- student_id %>'.", - "Successfully deleted student state for user {user}": "Berhasil menghapus status siswa untuk pengguna {user}", - "Successfully enrolled and sent email to the following users:": "Berhasil memasukkan user dan mengirim email kepada pengguna:", - "Successfully enrolled the following users:": "Berhasil memasukkan pengguna ini:", - "Successfully overrode problem score for {user}": "Berhasil menimpa nilai permasalahan untuk pengguna {user}", - "Successfully rescored problem for user {user}": "Berhasil menilai ulang permasalahan untuk pengguna {user}", - "Successfully rescored problem to improve score for user {user}": "Berhasil menilai ulang permasalahan untuk memperbaiki nilai pengguna {user}", - "Successfully reset the attempts for user {user}": "Berhasil menyetel ulang percobaan untuk pengguna {user}", - "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "Berhasil mengirimkan email pendaftaran ke pengguna ini. Sehinga boleh bergabung ketika sudah terdaftar:", - "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "Berhasil mengirimkan email pendaftaran ke pengguna ini. Sehinga akan terdaftar ketika sudah terdaftar:", - "Successfully started task to rescore problem '<%- problem_id %>' for all students. Click the 'Show Task Status' button to see the status of the task.": "Telah berhasil memulai tugas untuk menilai ulang permasalahan '<%- problem_id %>' untuk semua siswa. Klik tombol 'Tampilkan Status Tugas' untuk melihat status tugas.", - "Successfully started task to reset attempts for problem '<%- problem_id %>'. Click the 'Show Task Status' button to see the status of the task.": "Berhasil memulai aktivitas penyetelan ulang percobaan untuk permasalahan '<%- problem_id %>'. Klik tombol 'Tampilkan Status Tugas' untuk melihat status tugas.", - "Successfully unlinked.": "Berhasil membatalkan tautan.", - "Superscript": "Tika atas", - "TOTAL": "TOTAL", - "Table": "Table", - "Table properties": "Properti tabel", - "Tags": "Label", - "Tags:": "Label:", - "Take Photo": "Ambil foto", - "Take Your Photo": "Ambil photo anda", - "Take a Photo of Your ID": "Ambil photo ID anda", - "Take a photo of your ID": "Foto kartu identitas Anda", - "Taking As Open Exam": "Mengambil ujian terbuka", - "Target": "Target", - "Task ID": "ID Tugas", - "Task Progress": "Perkembangan Tugas", - "Task Status": "Status Tugas", - "Task Type": "Jenis Tugas", - "Task inputs": "Inputan tugas", - "Teaching Assistant": "Asisten Pengajaran", - "Team \"{team}\" successfully deleted.": "Tim \"{team}\" telah berhasil dihapus.", - "Team Description (Required) *": "Deskripsi tim (wajib diisi) *", - "Team Name (Required) *": "Nama Tim (wajib diisi) *", - "Team Search": "Pencarian Tim", - "Team description cannot have more than 300 characters.": "Deskripsi tim tidak dapat menggunakan lebih dari 300 karakter.", - "Team name cannot have more than 255 characters.": "Nama tim tidak dapat menggunakan lebih dari 255 karakter.", - "Teams": "Tim", - "Teams Pagination": "Penomoran Halaman Tim", - "Tell other learners a little about yourself: where you live, what your interests are, why you're taking courses, or what you hope to learn.": "Ceritakan sedikit mengenai Anda kepada pembelajar lain: di mana Anda tinggal, apa minat Anda, mengapa Anda mengambil kursus, dan apa yang ingin Anda pelajari.", - "Templates": "Templates", - "Terms of Service and Honor Code": "Ketentuan Layanan dan Kode Kehormatan", - "Text color": "Text color", - "Text to display": "Teks untuk ditampilkan", - "Textbook Name": "Nama textbook", - "Textbook information": "Informasi textbook", - "Thank you for setting your course goal to {goal}!": "Terima kasih sudah membuat {goal} sebagai tujuan kursus Anda!", - "Thank you for submitting a request! We will contact you within 24 hours.": "Terima kasih atas permintaan Anda! Kami akan menghubungi Anda dalam 24 jam.", - "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "URL anda tampak seperti alamat email. Apakah anda ingin menambahkan prefiks mailto:?", - "The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": "URL anda seperti tautan eksternal. Apakah anda ingin menambahkan prefiks http:// ?", - "The certificate for this learner has been re-validated and the system is re-running the grade for this learner.": "Sertifikat untuk pembelajar ini telah diberlakukan kembali dan sistem sedang melakukan penghitungan ulang nilai untuk pembelajar ini.", - "The cohort cannot be added": "Kohort tidak dapat ditambahkan", - "The cohort cannot be saved": "Kohort tidak dapat disimpan", - "The country or region where you live.": "Negara atau wilayah di mana Anda tinggal", - "The country that team members primarily identify with.": "Negara utama anggota tim.", - "The course must have an assigned start date.": "Kursus harus memiliki tanggal mulai.", - "The display of ungraded and checked out responses could not be loaded.": "Tampilan tanggapan yang diminta tidak dapat dimuat.", - "The email address you've provided isn't formatted correctly.": "Alamat email yang Anda masukkan tidak menggunakan format yang benar.", - "The enrollment end date cannot be after the course end date.": "Tanggal akhir pendaftaran tidak boleh setelah tanggal akhir kursus.", - "The enrollment start date cannot be after the enrollment end date.": "Tanggal mulai pendaftaran tidak boleh setelah tanggal terakhir pendaftaran.", - "The file must be at least {size} in size.": "Berkas harus setidaknya berukuran {size}.", - "The file must be smaller than {size} in size.": "Ukuran berkas harus lebih kecil daripada {size}.", - "The following email addresses and/or usernames are invalid:": "Alamat email dan atau nama pengguna berikut tidak valid:", - "The following errors were generated:": "Kesalahan berikut terjadi:", - "The following file types are not allowed: ": "Jenis berkas berikut tidak diperkenankan:", - "The following message will be displayed at the bottom of the courseware pages within your course:": "Pesan berikut akan ditunjukkan pada bagian bawah dari halaman courseware dengan kursus anda", - "The following options are available for the {license_name} license.": "Opsi berikut tersedia untuk {license_name} license.", - "The following users are no longer enrolled in the course:": "Pengguna berikut sudah tidak terdaftar pada pembelajaran:", - "The following warnings were generated:": "Peringatan berikut terbentuk:", - "The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.": "Kategori umum untuk jenis tugas ini, misalnya, Pekerjaan Rumah atau Ujian Pertengahan Semester. Nama ini dapat dilihat oleh peserta didik.", - "The grading process is still running. Refresh the page to see updates.": "Penilaian masih dalam proses. Refresh untuk melihat hasil penilaian.", - "The language that team members primarily use to communicate with each other.": "Bahasa yang terutama digunakan oleh anggota tim untuk berkomunikasi.", - "The language used throughout this site. This site is currently available in a limited number of languages. Changing the value of this field will cause the page to refresh.": "Bahasa yang digunakan di seluruh situs. Situs ini saat ini tersedia dalam sejumlah bahasa. Mengubah nilai isian ini akan merefresh halaman ini.", - "The minimum score percentage must be a whole number between 0 and 100.": "Persentase skor minimum mesti angka diantara 0 dan 100.", - "The more you tell us, the more quickly and helpfully we can respond!": "Semakin lengkap informasimu, semakin cepat dan tepat respon kami!", - "The name of this signatory as it should appear on certificates.": "Nama penandatangan yang harus tercetak di sertifikat", - "The name that identifies you on {platform_name}. You cannot change your username.": "Nama yang digunakan untuk mengenali Anda pada {platform_name}. Anda tidak dapat mengubah nama pengguna Anda.", - "The name that is used for ID verification and that appears on your certificates.": "Nama yang digunakan untuk verifikasi ID dan ditampilkan di sertifikat Anda.", - "The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.": "Jumlah tugas jenis ini yang akan dimasukkan. Tugas nilai terendah yang dimasukkan pertama.", - "The number of subsections in the course that contain problems of this assignment type.": "Jumlah subbagian dalam kursus yang berisi masalah dari jenis tugas ini.", - "The organization that this signatory belongs to, as it should appear on certificates.": "Organisasi penandatangan yang harus tercetak di sertifikat", - "The page \"{route}\" could not be found.": "Halaman \"{route}\" tidak dapat ditemukan.", - "The photo of your face matches the photo on your ID.": "Photo wajah anda sesuai dengan photo pada ID anda", - "The post you selected has been deleted.": "Post yang Anda pilih telah dihapus.", - "The refund deadline for this course has passed,so you will not receive a refund.": "Batas waktu refund untuk kursus ini telah berakhir, sehingga Anda tidak dapat menerima refund.", - "The selected content group does not exist": "Grup isi yang dipilih tidak ada", - "The server could not be contacted.": "Server tidak dapat dihubungi.", - "The staff assessment form could not be loaded.": "Form penilaian staf tidak dapat dimuat.", - "The submission could not be removed from the grading pool.": "Pengajuan tidak bisa dihapus dari kolom peringkat.", - "The team \"{team}\" could not be found.": "Tim \"{team}\" tidak dapat ditemukan", - "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "Transkrip waktu untuk video ini tidak tampak sama dengan transkrip untuk file video yang kedua", - "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "Transkrip waktu untuk video ini pada edX telah kadaluarsa, tetapi You Tube memiliki transkrip waktu sekarang untuk video ini", - "The topic \"{topic}\" could not be found.": "Topik \"{topic}\" tidak dapat ditemukan", - "The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.": "Bobot dari semua tugas jenis ini adalah persentase dari total kelas, misalnya, 40. Jangan tambahkan simbol persen.", - "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "Kohort {cohortGroupName} telah dibuat. Anda dapat menambahkan siswa secara manual ke dalam kohort di bawah.", - "There are invalid keywords in your email. Check the following keywords and try again.": "Terdapat kata kunci invalid dalam email Anda. Cek kata kunci berikut dan coba kembali.", - "There are no posts in this topic yet.": "Belum ada post dalam topik ini.", - "There has been an error processing your survey.": "Terjadi error dalam memproses survei Anda.", - "There is invalid code in your content. Please check to make sure it is valid HTML.": "Ada kode yang tidak sah/invalid dalam konten anda. silakan cek untuk memastikan HTML yang sah/valid", - "There is no email history for this course.": "Tidak ada surel yang lampau untuk kursus ini.", - "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "Terdapat permasalahan dalam membuat laporan. Pilih \"Buat Ringkasan Eksekutif\" untuk mencoba kembali.", - "There was an error obtaining email content history for this course.": "Ada kesalahan dalam pengambilan sejarah konten email untuk kelas ini.", - "There was an error obtaining email task history for this course.": "Terjadi kesalahan saat mengambil surel yang lampau untuk kursus ini.", - "There was an error updating your goal.": "Terjadi kesalahan ketika memperbarui tujuan Anda.", + ], + "Showing results for \"{searchString}\"": "Menampilkan hasil untuk \"{searchString}\"", + "Showing {firstIndex} out of {numItems} total": "Menampilkan {firstIndex} dari total {numItems}", + "Showing {firstIndex}-{lastIndex} out of {numItems} total": "Menampilkan {firstIndex}-{lastIndex} dari total {numItems}", + "Sign In": "Masuk", + "Sign in": "Masuk", + "Sign in here using your email address and password, or use one of the providers listed below.": "Masuk di sini menggunakan alamat email dan sandi Anda, atau gunakan salah satu penyedia di bawah.", + "Sign in here using your email address and password.": "Masuk di sini menggunakan alamat email dan kata sandi Anda.", + "Sign in to continue learning": "Masuk untuk lanjut belajar", + "Sign in to continue learning as {email}": "Masuk untuk lanjut belajar sebagai {email}", + "Sign in to {platform} so we can help you better.": "Masuk ke {platform} supaya kami dapat membantumu lebih baik.", + "Sign in using %(providerName)s": "Masuk menggunakan %(providerName)s", + "Sign in with %(providerName)s": "Masuk dengan %(providerName)s", + "Sign in with Institution/Campus Credentials": "Masuk dengan Kredensial Institusi/Kampus", + "Sign in.": "Masuk.", + "Signatory": "Penandatangan", + "Signature Image": "Gambar Tandatangan", + "Skip": "Lewati", + "Social Media Links": "Tautan Media Sosial", + "Some Rights Reserved": "Hak Cipta Dilindungi", + "Some images in this post have been omitted": "Beberapa gambar dalam post ini telah dihilangkan", + "Something went wrong changing this enrollment. Please try again.": "Terjadi kesalahan dalam mengubah status pendaftaran. Silakan coba kembali.", + "Something went wrong. Please try again later.": "Terdapat kesalahan. Mohon ulangi beberapa saat lagi.", + "Sorry, no results were found.": "Maaf, tidak ada hasil yang ditemukan", + "Sorry, there was an error trying to process your request. Please try again later.": "Maaf, terjadi kesalahan dalam memproses permintaan Anda. Mohon ulangi kembali.", + "Sorted by": "Urutkan berdasar", + "Source": "Source", + "Source code": "Source code", + "Special character": "Karakter spesial", + "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "Tentukan satu judul resmi alternatif saja untuk ditampilkan pada sertifikat. Biarkan kosong untuk menggunakan judul resmi kursus.", + "Speed": "Kecepatan", + "Spellcheck": "Pemeriksa ejaan", + "Split cell": "Bagi sel", + "Square": "Square", + "Staff": "Pegawai", + "Staff Only": "Hanya staff", + "Staff and Learners": "Staf dan Peserta", + "Start Date": "Tanggal Mulai", + "Start generating certificates for all students in this course?": "Mulai buat sertifikat untuk semua siswa dalam kursus ini?", + "Start of transcript. Skip to the end.": "Permulaan transkrip. Percepat ke bagian akhir.", + "Start regenerating certificates for students in this course?": "Mulai buat ulang sertifikat untuk siswa dalam kursus ini?", + "Start search": "Start search", + "Started": "Dimulai", + "Started entrance exam rescore task for student '{student_id}'. Click the 'Show Task Status' button to see the status of the task.": "Telah memulai tugas penilaian ulang ujian masuk untuk siswa '{student_id}'. Klik tombol 'Tampilkan Status Tugas' untuk melihat status tugas.", + "Started rescore problem task for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "Telah memulai penilaian ulang tugas permasalahan untuk permasalahan '<%- problem_id %>' dan siswa '<%- student_id %>'. Klik tombol 'Tampilkan Status Tugas' untuk melihat status tugas.", + "Started task to override the score for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "Telah memulai tugas untuk menimpa nilai untuk permasalahan '<%- problem_id %>' dan siswa '<%- student_id %>'. Klik tombol 'Tampilkan Status Tugas' untuk melihat status tugas.", + "Started {start}": "Telah dimulai {start}", + "Starts": "Mulai", + "Starts {start}": "Mulai {start}", + "Starts: %(start_date)s": "Mulai: %(start_date)s", + "State": "Kondisi", + "Status": "Status", + "Status of Your Response": "Status respon Anda", + "Strikethrough": "Coret", + "Student": "Siswa", + "Student Removed from certificate white list successfully.": "Siswa telah berhasil dihapus dari daftar putih sertifikat.", + "Student email or username": "Email atau nama pengguna peserta", + "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Add to Exception List\" button.": "Username/email siswa harus diisi. Silakan isi username/email lalu klik tombol \"Tambahkan ke Daftar Eksepsi\".", + "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Invalidate Certificate\" button.": "Username/email pembelajar tidak boleh kosong. Isi username/email dan klik tombol \"Invalidate Certificate\".", + "Studio's having trouble saving your work": "Studio mengalami kesulitan menyimpan hasil kerja Anda", + "Studio:": "Studio:", + "Style": "Gaya", + "Subject": "Judul", + "Subject:": "Judul:", + "Submission aborted! Sorry, your browser does not support file uploads. If you can, please use Chrome or Safari which have been verified to support file uploads.": "Penyerahan jawaban dibatalkan! Maaf, peramban Anda tidak mendukung pengunggahan berkas. Gunakan Chrome atau Safari yang lebih mendukung pengunggahan berkas.", + "Submit": "Kirim", + "Submit Application": "Kirim Aplikasi", + "Submitted": "Terkirim", + "Subscript": "Tika bawah", + "Subsection": "Sub-bagian", + "Success": "Berhasil", + "Success! Problem attempts reset for problem '<%- problem_id %>' and student '<%- student_id %>'.": "Berhasil! Percobaan masalah telah disetel ulang untuk masalah '<%- problem_id %>' dan siswa '<%- student_id %>'.", + "Successfully deleted student state for user {user}": "Berhasil menghapus status siswa untuk pengguna {user}", + "Successfully enrolled and sent email to the following users:": "Berhasil memasukkan user dan mengirim email kepada pengguna:", + "Successfully enrolled the following users:": "Berhasil memasukkan pengguna ini:", + "Successfully overrode problem score for {user}": "Berhasil menimpa nilai permasalahan untuk pengguna {user}", + "Successfully rescored problem for user {user}": "Berhasil menilai ulang permasalahan untuk pengguna {user}", + "Successfully rescored problem to improve score for user {user}": "Berhasil menilai ulang permasalahan untuk memperbaiki nilai pengguna {user}", + "Successfully reset the attempts for user {user}": "Berhasil menyetel ulang percobaan untuk pengguna {user}", + "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "Berhasil mengirimkan email pendaftaran ke pengguna ini. Sehinga boleh bergabung ketika sudah terdaftar:", + "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "Berhasil mengirimkan email pendaftaran ke pengguna ini. Sehinga akan terdaftar ketika sudah terdaftar:", + "Successfully started task to rescore problem '<%- problem_id %>' for all students. Click the 'Show Task Status' button to see the status of the task.": "Telah berhasil memulai tugas untuk menilai ulang permasalahan '<%- problem_id %>' untuk semua siswa. Klik tombol 'Tampilkan Status Tugas' untuk melihat status tugas.", + "Successfully started task to reset attempts for problem '<%- problem_id %>'. Click the 'Show Task Status' button to see the status of the task.": "Berhasil memulai aktivitas penyetelan ulang percobaan untuk permasalahan '<%- problem_id %>'. Klik tombol 'Tampilkan Status Tugas' untuk melihat status tugas.", + "Successfully unlinked.": "Berhasil membatalkan tautan.", + "Superscript": "Tika atas", + "Support education research by providing additional information": "Dukung penelitian pendidikan dengan memberikan informasi tambahan", + "Switch Language Back": "Kembalikan Bahasa", + "TOTAL": "TOTAL", + "Table": "Table", + "Table properties": "Properti tabel", + "Tags": "Label", + "Tags:": "Label:", + "Take Photo": "Ambil foto", + "Take Your Photo": "Ambil photo anda", + "Take a Photo of Your ID": "Ambil photo ID anda", + "Take a photo of your ID": "Foto kartu identitas Anda", + "Taking As Open Exam": "Mengambil ujian terbuka", + "Target": "Target", + "Task ID": "ID Tugas", + "Task Progress": "Kemajuan Tugas", + "Task Status": "Status Tugas", + "Task Type": "Jenis Tugas", + "Task inputs": "Inputan tugas", + "Teaching Assistant": "Asisten Pengajaran", + "Team \"{team}\" successfully deleted.": "Tim \"{team}\" telah berhasil dihapus.", + "Team Description (Required) *": "Deskripsi tim (wajib diisi) *", + "Team Name (Required) *": "Nama Tim (wajib diisi) *", + "Team Search": "Pencarian Tim", + "Team description cannot have more than 300 characters.": "Deskripsi tim tidak dapat menggunakan lebih dari 300 karakter.", + "Team name cannot have more than 255 characters.": "Nama tim tidak dapat menggunakan lebih dari 255 karakter.", + "Teams": "Tim", + "Teams Pagination": "Penomoran Halaman Tim", + "Tell other learners a little about yourself: where you live, what your interests are, why you're taking courses, or what you hope to learn.": "Ceritakan sedikit mengenai Anda kepada pembelajar lain: di mana Anda tinggal, apa minat Anda, mengapa Anda mengambil kursus, dan apa yang ingin Anda pelajari.", + "Templates": "Templates", + "Terms of Service and Honor Code": "Ketentuan Layanan dan Kode Kehormatan", + "Text color": "Text color", + "Text to display": "Teks untuk ditampilkan", + "Textbook Name": "Nama textbook", + "Textbook information": "Informasi textbook", + "Thank you for setting your course goal to {goal}!": "Terima kasih sudah membuat {goal} sebagai tujuan kursus Anda!", + "Thank you for submitting a request! We will contact you within 24 hours.": "Terima kasih atas permintaan Anda! Kami akan menghubungi Anda dalam 24 jam.", + "Thank you for submitting your financial assistance application for {course_name}! You can expect a response in 2-4 business days.": "Terimakasih sudah mengirimkan aplikasi bantuan finansial untuk {course_name}. Anda dapat mengharapkan balasan dalam 2-4 hari kerja.", + "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "Terimakasih sudah mengirimkan foto Anda. Kami akan meninjaunya segera. Anda dapat mengikuti kursus %(platformName)s apapun yang menawarkan sertifikat terverifikasi. Verifikasi berlaku selamat satu tahun. Setelah itu, Anda harus mengirimkan foto untuk verifikasi lagi.", + "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "URL anda tampak seperti alamat email. Apakah anda ingin menambahkan prefiks mailto:?", + "The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": "URL anda seperti tautan eksternal. Apakah anda ingin menambahkan prefiks http:// ?", + "The certificate for this learner has been re-validated and the system is re-running the grade for this learner.": "Sertifikat untuk pembelajar ini telah diberlakukan kembali dan sistem sedang melakukan penghitungan ulang nilai untuk pembelajar ini.", + "The cohort cannot be added": "Kohort tidak dapat ditambahkan", + "The cohort cannot be saved": "Kohort tidak dapat disimpan", + "The country or region where you live.": "Negara atau wilayah di mana Anda tinggal", + "The country that team members primarily identify with.": "Negara utama anggota tim.", + "The course must have an assigned start date.": "Kursus harus memiliki tanggal mulai.", + "The display of ungraded and checked out responses could not be loaded.": "Tampilan tanggapan yang diminta tidak dapat dimuat.", + "The email address you've provided isn't formatted correctly.": "Alamat email yang Anda masukkan tidak menggunakan format yang benar.", + "The enrollment end date cannot be after the course end date.": "Tanggal akhir pendaftaran tidak boleh setelah tanggal akhir kursus.", + "The enrollment start date cannot be after the enrollment end date.": "Tanggal mulai pendaftaran tidak boleh setelah tanggal terakhir pendaftaran.", + "The file must be at least {size} in size.": "Berkas harus setidaknya berukuran {size}.", + "The file must be smaller than {size} in size.": "Ukuran berkas harus lebih kecil daripada {size}.", + "The following email addresses and/or usernames are invalid:": "Alamat email dan atau nama pengguna berikut tidak valid:", + "The following errors were generated:": "Kesalahan berikut terjadi:", + "The following file types are not allowed: ": "Jenis berkas berikut tidak diperkenankan:", + "The following information is already a part of your {platform} profile. We\\'ve included it here for your application.": "Informasi berikut merupakan bagian dari profil {platform}. Kami memasukkannya untuk aplikasi Anda.", + "The following message will be displayed at the bottom of the courseware pages within your course:": "Pesan berikut akan ditunjukkan pada bagian bawah dari halaman courseware dengan kursus anda", + "The following options are available for the {license_name} license.": "Opsi berikut tersedia untuk {license_name} license.", + "The following users are no longer enrolled in the course:": "Pengguna berikut sudah tidak terdaftar pada pembelajaran:", + "The following warnings were generated:": "Peringatan berikut terbentuk:", + "The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.": "Kategori umum untuk jenis tugas ini, misalnya, Pekerjaan Rumah atau Ujian Pertengahan Semester. Nama ini dapat dilihat oleh peserta didik.", + "The grading process is still running. Refresh the page to see updates.": "Penilaian masih dalam proses. Refresh untuk melihat hasil penilaian.", + "The language that team members primarily use to communicate with each other.": "Bahasa yang terutama digunakan oleh anggota tim untuk berkomunikasi.", + "The language used throughout this site. This site is currently available in a limited number of languages. Changing the value of this field will cause the page to refresh.": "Bahasa yang digunakan di seluruh situs. Situs ini saat ini tersedia dalam sejumlah bahasa. Mengubah nilai isian ini akan merefresh halaman ini.", + "The minimum score percentage must be a whole number between 0 and 100.": "Persentase skor minimum mesti angka diantara 0 dan 100.", + "The more you tell us, the more quickly and helpfully we can respond!": "Semakin lengkap informasimu, semakin cepat dan tepat respon kami!", + "The name of this signatory as it should appear on certificates.": "Nama penandatangan yang harus tercetak di sertifikat", + "The name that identifies you on {platform_name}. You cannot change your username.": "Nama yang digunakan untuk mengenali Anda pada {platform_name}. Anda tidak dapat mengubah nama pengguna Anda.", + "The name that is used for ID verification and that appears on your certificates.": "Nama yang digunakan untuk verifikasi ID dan ditampilkan di sertifikat Anda.", + "The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.": "Jumlah tugas jenis ini yang akan dimasukkan. Tugas nilai terendah yang dimasukkan pertama.", + "The number of subsections in the course that contain problems of this assignment type.": "Jumlah subbagian dalam kursus yang berisi masalah dari jenis tugas ini.", + "The organization that this signatory belongs to, as it should appear on certificates.": "Organisasi penandatangan yang harus tercetak di sertifikat", + "The page \"{route}\" could not be found.": "Halaman \"{route}\" tidak dapat ditemukan.", + "The photo of your face matches the photo on your ID.": "Photo wajah anda sesuai dengan photo pada ID anda", + "The post you selected has been deleted.": "Post yang Anda pilih telah dihapus.", + "The refund deadline for this course has passed,so you will not receive a refund.": "Batas waktu refund untuk kursus ini telah berakhir, sehingga Anda tidak dapat menerima refund.", + "The selected content group does not exist": "Grup isi yang dipilih tidak ada", + "The server could not be contacted.": "Server tidak dapat dihubungi.", + "The staff assessment form could not be loaded.": "Form penilaian staf tidak dapat dimuat.", + "The submission could not be removed from the grading pool.": "Pengajuan tidak bisa dihapus dari kolom peringkat.", + "The team \"{team}\" could not be found.": "Tim \"{team}\" tidak dapat ditemukan", + "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "Transkrip waktu untuk video ini tidak tampak sama dengan transkrip untuk file video yang kedua", + "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "Transkrip waktu untuk video ini pada edX telah kadaluarsa, tetapi You Tube memiliki transkrip waktu sekarang untuk video ini", + "The timer on the right shows the time remaining in the exam.": "Timer di sebelah kanan menunjukkan waktu yang tersisa untuk ujian", + "The topic \"{topic}\" could not be found.": "Topik \"{topic}\" tidak dapat ditemukan", + "The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.": "Bobot dari semua tugas jenis ini adalah persentase dari total kelas, misalnya, 40. Jangan tambahkan simbol persen.", + "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "Kohort {cohortGroupName} telah dibuat. Anda dapat menambahkan siswa secara manual ke dalam kohort di bawah.", + "There are invalid keywords in your email. Check the following keywords and try again.": "Terdapat kata kunci invalid dalam email Anda. Cek kata kunci berikut dan coba kembali.", + "There are no posts in this topic yet.": "Belum ada post dalam topik ini.", + "There has been an error processing your survey.": "Terjadi error dalam memproses survei Anda.", + "There is invalid code in your content. Please check to make sure it is valid HTML.": "Ada kode yang tidak sah/invalid dalam konten anda. silakan cek untuk memastikan HTML yang sah/valid", + "There is no email history for this course.": "Tidak ada surel yang lampau untuk kursus ini.", + "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "Terdapat permasalahan dalam membuat laporan. Pilih \"Buat Ringkasan Eksekutif\" untuk mencoba kembali.", + "There was an error obtaining email content history for this course.": "Ada kesalahan dalam pengambilan sejarah konten email untuk kelas ini.", + "There was an error obtaining email task history for this course.": "Terjadi kesalahan saat mengambil surel yang lampau untuk kursus ini.", + "There was an error updating your goal.": "Terjadi kesalahan ketika memperbarui tujuan Anda.", "There was an error when trying to add learners:": [ "{numErrors} pembelajar tidak dapat ditambahkan dalam kohort ini:" - ], - "There was an error, try searching again.": "Terjadi kesalahan, coba cari kembali", - "There was an error. Please reload the page and try again.": "Terjadi kesalahan. Silakan muat ulang halaman dan coba kembali.", - "There's already another assignment type with this name.": "Sudah ada jenis tugas lain dengan nama ini.", - "These settings include basic information about your account.": "Penyetelan ini meliputi informasi dasar mengenai akun Anda.", - "These users could not be added as beta testers because their accounts are not yet activated:": "Pengguna-pengguna ini tidak dapat ditambahkan sebagai penguji beta karena akun mereka belum diaktifkan:", - "These users were not added as beta testers:": "Pengguna ini tidak didaftarkan sebagai beta tester:", - "These users were not affiliated with the course so could not be unenrolled:": "Pengguna ini tidak terdaftar karena tidak berafiliasi dengan pembelajaran:", - "These users were not removed as beta testers:": "Pengguna ini tidak dihapus dari beta tester:", - "These users were successfully added as beta testers:": "Pengguna ini sukses didaftarkan sebagai beta tester:", - "These users were successfully removed as beta testers:": "Pengguna ini sukses dihapus dari beta tester:", - "These users will be allowed to enroll once they register:": "Pengguna ini boleh mendaftar jika sudah teregistrasi:", - "These users will be enrolled once they register:": "Pengguna ini akan terdaftar ketika sudah registrasi:", - "This Group Configuration is not in use. Start by adding a content experiment to any Unit via the {linkStart}Course Outline{linkEnd}.": "Konfigurasi Grup ini tidak digunakan. Mulailah dengan menambahkan sebuah eksperimen konten untuk setiap Satuan melalui {linkStart} Course Outline {linkEnd}.", - "This Group Configuration is used in:": "Konfigurasi grup ini digunakan dalam", - "This action cannot be undone.": "Aksi ini tidak bisa dibatalkan.", - "This assessment could not be submitted.": "Penilaian ini tidak dapat dikirimkan.", - "This browser cannot play .mp4, .ogg, or .webm files.": "Peramban tidak dapat memutar format .mp4, .ogg atau .webm", - "This comment could not be deleted. Refresh the page and try again.": "Komentar ini tidak dapat dihapus. Refresh halaman ini dan coba lagi.", - "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "Konfigurasi ini sekarang digunakan dalam percobaan konten. Jika anda membuat perubahan ke dalam grup, anda mungkin harus mengedit experiments/percobaan-percobaan itu", - "This content group is used in one or more units.": "Grup konten ini digunakan alam satu atau lebih unit", - "This course has automatic cohorting enabled for verified track learners, but cohorts are disabled. You must enable cohorts for the feature to work.": "Kursus ini memiliki kohort otomatis yang diaktifkan untuk pembelajar jalur terverifikasi, namun kohort dinonaktifkan. Anda harus mengaktifkan kohort agar fitur ini dapat bekerja.", - "This course has automatic cohorting enabled for verified track learners, but the required cohort does not exist. You must create a manually-assigned cohort named '{verifiedCohortName}' for the feature to work.": "Kursus ini memiliki kohort otomatis yang diaktifkan untuk pembelajar jalur terverifikasi, namun kohort yang diperlukan belum tersedia. Anda harus membuat kohort manual bernama '{verifiedCohortName}' agar fitur ini dapat bekerja.", - "This course uses automatic cohorting for verified track learners. You cannot disable cohorts, and you cannot rename the manual cohort named '{verifiedCohortName}'. To change the configuration for verified track cohorts, contact your edX partner manager.": "Kursus ini menggunakan kohort otomatis untuk pembelajar jalur terverifikasi. Anda tidak dapat menonaktifkan kohort, dan Anda tidak dapat mengubah nama kohort manual bernama '{verifiedCohortName}'. Untuk mengubah konfigurasi kohort jalur terverifikasi, hubungi manajer mitra edX Anda.", - "This discussion could not be loaded. Refresh the page and try again.": "Diskusi ini tidak dapat dimuat. Refresh halaman ini dan coba lagi.", - "This exam has a time limit associated with it.": "Ujian ini memiliki batas waktu yang berkaitan dengan hal ini.", - "This feedback could not be submitted.": "Umpan balik ini tidak dapat dikirimkan.", - "This image is for decorative purposes only and does not require a description.": "Gambar ini hanya berguna untuk tujuan dekoratif dan tidak memerlukan deskripsi.", - "This is the Description of the Group Configuration": "Ini adalah gambaran konfigurasi grup", - "This is the Name of the Group Configuration": "Ini adalah nama konfigurasi grup", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Berikut adalah daftar %s yang tersedia. Anda dapat memilih satu atau lebih dengan memilihnya pada kotak di bawah, lalu mengeklik tanda panah \"Pilih\" di antara kedua kotak.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Berikut adalah daftar %s yang terpilih. Anda dapat menghapus satu atau lebih dengan memilihnya pada kotak di bawah, lalu mengeklik tanda panah \"Hapus\" di antara kedua kotak.", - "This is the name of the group": "Ini adalah nama grup", - "This learner will be removed from the team, allowing another learner to take the available spot.": "Pembelajar ini akan dikeluarkan dari tim, sehingga pembelajar lain dapat menggunakan tempat yang tersedia.", - "This page contains information about orders that you have placed with {platform_name}.": "Halaman ini mengandung informasi mengenai pesanan yang telah Anda buat dengan {platform_name}", - "This post could not be closed. Refresh the page and try again.": "Post ini tidak dapat ditutup. Refresh halaman ini dan coba lagi.", - "This post could not be flagged for abuse. Refresh the page and try again.": "Post ini tidak dapat ditandai sebagai penyalahgunaan. Refresh halaman ini dan coba lagi.", - "This post could not be pinned. Refresh the page and try again.": "Post ini tidak dapat dipin. Refresh halaman ini dan coba lagi.", - "This post could not be reopened. Refresh the page and try again.": "Post ini tidak dapat dibuka kembali. Refresh halaman ini dan coba lagi.", - "This post could not be unflagged for abuse. Refresh the page and try again.": "Tanda penyalahgunaan pada post ini tidak dapat dibatalkan. Refresh halaman ini dan coba lagi.", - "This post could not be unpinned. Refresh the page and try again.": "Pin pada post ini tidak dapat dibatalkan. Refresh halaman ini dan coba lagi.", - "This problem could not be saved.": "Masalah ini tidak dapat disimpan.", - "This problem has already been released. Any changes will apply only to future assessments.": "Masalah ini telah dilepas. Perubahan yang terjadi hanya akan diterapkan pada penilaian mendatang.", - "This problem has been reset.": "Permasalahan ini telah direset", - "This response could not be marked as an answer. Refresh the page and try again.": "Respon ini tidak dapat dikategorikan menjadi jawaban. Refresh halaman ini dan coba lagi.", - "This response could not be marked as endorsed. Refresh the page and try again.": "Respon ini tidak dapat ditandai sebagai endorsed. Refresh halaman ini dan coba lagi.", - "This response could not be saved.": "Respon ini tidak dapat disimpan.", - "This response could not be submitted.": "Respon ini tidak dapat dikirimkan.", - "This response could not be unendorsed. Refresh the page and try again.": "Respon ini tidak dapat dibatalkan untuk endorsed. Refresh halaman ini dan coba lagi.", - "This response could not be unmarked as an answer. Refresh the page and try again.": "Respon ini tidak dapat dibatalkan sebagai jawaban. Refresh halaman ini dan coba lagi.", - "This response has been saved but not submitted.": "Respon ini akan disimpan namun tidak dikirimkan.", - "This response has not been saved.": "Respon belum disimpan.", - "This role requires a divided discussions scheme.": "Peran ini memerlukan skema diskusi terbagi", - "This section could not be loaded.": "Bagian ini tidak dapat dimuat.", - "This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.": "Nama singkat ini adalah untuk jenis tugas (misalnya, PS atau Pertengahan Semester) muncul di sebelah tugas pada halaman Kemajuan pelajar.", - "This team does not have any members.": "Tim ini tidak memiliki anggota.", - "This team is full.": "Tim ini telah penuh.", - "This vote could not be processed. Refresh the page and try again.": "Vote ini tidak dapat diproses. Refresh halaman ini dan coba lagi.", - "Thumbnail view of ": "Tampilan thumbnail dari", - "Time Allotted (HH:MM):": "Waktu yang diberikan (HH: BB):", - "Time Sent": "Waktu Terkirim", - "Time Sent:": "Waktu Terkirim:", - "Time Zone": "Zona Waktu", - "Timed": "Terjadwal", - "Timed Exam": "Ujian Terjadwal", - "Timed Out": "Waktu habis", - "Timed Transcript Conflict": "Transkrip waktu konflik", - "Timed Transcript Found": "Transkrip waktu ditemukan", - "Timed Transcript Uploaded Successfully": "Unggah transkrip waktu telah sukses", - "Timed Transcript from %(filename)s": "Transkrip waktu dari %(filename)s", - "Tips on taking a successful photo": "Tips dalam pengambilan photo agar sukses", - "Title": "Judul", - "Title ": "Judul", - "Title of the signatory": "Gelar penandatangan", - "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "Judul yang lebih dari 100 karakter dapat membuat siswa tidak dapat mencetak sertifikat mereka pada satu halaman.", - "To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.": "Pastikan semua pelajar dapat mengakses video, kami menyarankan menyediakan kedua versi .mp4 dan .webcam video anda, klik dibawah untuk menambah URL untuk versi lain. URLs tidak dapat menjadi URLs You Tube, video pertama yang telah terdaftar harus kompatibel dengan komputer pelajar yang akan menghidupkannya", - "To pass this exam, you must complete the problems in the time allowed.": "Untuk lulus ujian, Anda harus menyelesaikan masalah dalam waktu yang telah ditentukan.", - "To receive a certificate, you must also verify your identity.": "Untuk mendapatkan sertifikat, Anda harus memverifikasi identitas Anda.", - "To take a successful photo, make sure that:": "Untuk pengambilan photo yang sukses, yakinkan itu:", - "Today": "Hari ini", - "Toggle Notifications Setting": "Alihkan Pengaturan Notifikasi", - "Tomorrow": "Besok", - "Tools": "Alat Bantu", - "Top": "Atas", - "Topic": "Topik", - "Topics": "Topik", - "Total": "Total", - "Total Number": "Jumlah total", - "Total Responses": "Tanggapan Total", - "Training": "Pelatihan", - "Transcript Languages": "Bahasa Transkrip", - "Transcript will be displayed when you start playing the video.": "Transkrip akan diperlihatkan ketika anda memutar video.", - "Transcripts": "Transkrip", - "Try the transaction again in a few minutes.": "Coba ulangi transaksi dalam beberapa menit.", - "Try using a different browser, such as Google Chrome.": "Silahkan menggunakan peramban yang lain, seperti Google Chrome.", - "Turn off transcripts": "Matikan transkrip", - "Turn on closed captioning": "Aktifkan teks", - "Turn on transcripts": "Aktifkan transkrip", - "Type": "Ketik", - "Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "Ketik URL atau gunakan tombol \"Pilih File\" untuk unggah dari perangkat Anda (misal 'http://example.com/img/clouds.jpg')", - "Type into this box to filter down the list of available %s.": "Ketik pada kotak ini untuk menyaring daftar %s yang tersedia.", - "URL": "URL", - "Unable to delete account": "Tidak dapat menghapus akun", - "Unable to determine whether we should give you a refund because of System Error. Please try again later.": "Sistem Error sehingga tidak dapat menentukan apakah Anda dapat menerima refund. Coba kembali.", - "Unable to load": "Tidak dapat memuat", - "Unable to submit application": "Tidak dapat mengirimkan aplikasi", - "Underline": "Underline", - "Undo": "Tak jadi", - "Undo (Ctrl+Z)": "Undo (Ctrl+Z)", - "Unexpected server error.": "Kesalahan server yang tidak terduga.", - "Ungraded": "Tidak dinilai", - "Ungraded Practice Exam": "Ujian sesi latihan yang tidak masuk dalam penilaian", - "Unit": "unit", - "Unit Name": "Nama Unit", - "Units": "Unit", - "Unknown": "Tidak diketahui", - "Unknown username: {user}": "Nama pengguna tidak diketahui: {user}", - "Unlink This Account": "Batalkan Tautan Akun Ini", - "Unlink your {accountName} account": "Batalkan tautan akun {accountName} Anda", - "Unlinking": "Membatalkan Tautan", - "Unmute": "Bunyikan", - "Unnamed Option": "Opsi Tanpa Judul", - "Unpublished changes to content that will release in the future": "Perubahan tidak dipublikasi pada konten akan merelease di masa depan", - "Unpublished changes to live content": "Perubahan tidak terpublikasi pada Live kontent", - "Unpublished units will not be released": "Unit yang tidak dipublikasikan tidak akan diterbitkan", - "Unscheduled": "Tidak terjadwal", - "Update": "Pembaruan", - "Updating with latest library content": "Mengupdate dengan konten library terakhir", - "Upgrade Deadline": "Tingkatkan Tenggat Waktu", - "Upgrade to Verified": "Tingkatkan ke Terverifikasi", - "Upload": "Unggah", - "Upload File": "Unggah Berkas", - "Upload File and Assign Students": "Unggah Berkas dan Masukkan Siswa", - "Upload New .srt Transcript": "Unggah Transkrip .srt baru", - "Upload New File": "Unggah Berkas Baru", - "Upload New Transcript": "Unggah transkrip baru", - "Upload PDF": "Unggah PDF", - "Upload Photo": "Unggah Foto", - "Upload Signature Image": "Unggah Gambar Tandatangan", - "Upload an image": "Unggah gambar", - "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "Proses unggah sedang berlangsung. Untuk menghindari kesalahan, tetap berada di halaman ini sampai proses selesai.", - "Upload your course image.": "Unggah gambar kursus Anda.", - "Upload your first asset": "Upload aset pertama anda", - "Uploaded file issues. Click on \"+\" to view.": "File yang diupload bermasalah. Klik \"+\" untuk melihat.", - "Uploading": "Mengunggah", - "Upper Alpha": "Upper Alpha", - "Upper Roman": "Upper Roman", - "Upset Learner": "Pembelajar Kecewa", - "Url": "Url", - "Use Current Transcript": "Gunakan transkrip yang sekarang", - "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.": "Gunakan ujian praktek tersupervisi untuk memperkenalkan peserta didik dengan alat dan proses supervisi. Hasil dari ujian praktek tidak mempengaruhi peringkat peserta didik.", - "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "Gunakan ujian terjadwal untuk membatasi waktu peserta didik dalam menyelesaikan masalah dalam subseksi ini. Peserta didik harus mengirimkan jawaban sebelum waktu berakhir. Anda dapat memberikan waktu tambahan untuk peserta didik melalui Dashboard Instruktur.", - "Use as a Prerequisite": "Gunakan sebagai prasyarat", - "Use cohorts as the basis for dividing discussions. All learners, regardless of cohort, see the same discussion topics, but within divided topics, only members of the same cohort see and respond to each others\u2019 posts. ": "Gunakan kohort sebagai dasar untuk membagi diskusi. Semua pembelajar, apapun kohortnya, melihat topik diskusi yang sama, namun dalam topik yang telah dibagi, hanya pembelajar yang berada pada kohort yang sama dapat melihat dan menanggapi post satu sama lain.", - "Use enrollment tracks as the basis for dividing discussions. All learners, regardless of their enrollment track, see the same discussion topics, but within divided topics, only learners who are in the same enrollment track see and respond to each others\u2019 posts.": "Gunakan jalur kepesertaan sebagai dasar untuk membagi diskusi. Semua pembelajar, apapun jalur kepesertaannya, melihat topik diskusi yang sama, namun dalam topik yang telah dibagi, hanya pembelajar yang berada pada jalur kepesertaan yang sama dapat melihat dan menanggapi post satu sama lain.", - "Use the All Topics menu to find specific topics.": "Gunakan menu Semua Topik untuk menemukan topik tertentu.", - "Used": "Terpakai", - "Username": "Pengguna", - "Users must create and activate their account before they can be promoted to beta tester.": "Pengguna harusa membuat dan mengaktifasi akun mereka sebelum mereka dipromosikan sebagai beta tester", - "V Align": "Perataan V", - "Validation Error": "Validasi Error", - "Verification Checkpoint": "Checkpoint Verifikasi ", - "Verification Deadline": "Verifikasi Tenggat Waktu", - "Verification checkpoint to be completed": "Checkpoint Verifikasi yang harus diselesaikan", - "Verified Certificate": "Sertifikat Terverifikasi", - "Verified Certificate upgrade": "Tingkatkan Sertifikat Terverifikasi", - "Verified Status": "Status terverifikasi", - "Verify Now": "Verifikasi sekarang", - "Vertical space": "Ruang vertikal", - "Very loud": "Sangat Keras", - "Very low": "Sangat rendah", - "Video Capture Error": "Terjadi kesalahan dalam merekam video", - "Video ID": "ID video", - "Video ended": "Video berakhir", - "Video position": "Posisi video", - "Video position. Press space to toggle playback": "Posisi video. Tekan spasi untuk memutar kembali", - "Video speed: ": "Kecepatan video:", - "Video transcript": "Transkrip video", - "View": "Tampilkan", - "View %(span_start)s %(team_name)s %(span_end)s": "Lihat %(span_start)s %(team_name)s %(span_end)s", - "View Archived Course": "Lihat Kursus Diarsip", - "View Cohort": "Lihat cohort", - "View Course": "Lihat Kursus", - "View Live": "Tampilkan Live", - "View Teams in the %(topic_name)s Topic": "Lihat tim dalam topik %(topic_name)s ", - "View all errors": "Lihat semua error", - "View child items": "Lihat child item", + ], + "There was an error with the upload": "Terjadi kesalahan dengan unggahnya", + "There was an error, try searching again.": "Terjadi kesalahan, coba cari kembali", + "There was an error. Please reload the page and try again.": "Terjadi kesalahan. Silakan muat ulang halaman dan coba kembali.", + "There's already another assignment type with this name.": "Sudah ada jenis tugas lain dengan nama ini.", + "These settings include basic information about your account.": "Penyetelan ini meliputi informasi dasar mengenai akun Anda.", + "These users could not be added as beta testers because their accounts are not yet activated:": "Pengguna-pengguna ini tidak dapat ditambahkan sebagai penguji beta karena akun mereka belum diaktifkan:", + "These users were not added as beta testers:": "Pengguna ini tidak didaftarkan sebagai beta tester:", + "These users were not affiliated with the course so could not be unenrolled:": "Pengguna ini tidak terdaftar karena tidak berafiliasi dengan pembelajaran:", + "These users were not removed as beta testers:": "Pengguna ini tidak dihapus dari beta tester:", + "These users were successfully added as beta testers:": "Pengguna ini sukses didaftarkan sebagai beta tester:", + "These users were successfully removed as beta testers:": "Pengguna ini sukses dihapus dari beta tester:", + "These users will be allowed to enroll once they register:": "Pengguna ini boleh mendaftar jika sudah teregistrasi:", + "These users will be enrolled once they register:": "Pengguna ini akan terdaftar ketika sudah registrasi:", + "This Group Configuration is not in use. Start by adding a content experiment to any Unit via the {linkStart}Course Outline{linkEnd}.": "Konfigurasi Grup ini tidak digunakan. Mulailah dengan menambahkan sebuah eksperimen konten untuk setiap Satuan melalui {linkStart} Course Outline {linkEnd}.", + "This Group Configuration is used in:": "Konfigurasi grup ini digunakan dalam", + "This action cannot be undone.": "Aksi ini tidak bisa dibatalkan.", + "This assessment could not be submitted.": "Penilaian ini tidak dapat dikirimkan.", + "This browser cannot play .mp4, .ogg, or .webm files.": "Peramban tidak dapat memutar format .mp4, .ogg atau .webm", + "This comment could not be deleted. Refresh the page and try again.": "Komentar ini tidak dapat dihapus. Refresh halaman ini dan coba lagi.", + "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "Konfigurasi ini sekarang digunakan dalam percobaan konten. Jika anda membuat perubahan ke dalam grup, anda mungkin harus mengedit experiments/percobaan-percobaan itu", + "This content group is used in one or more units.": "Grup konten ini digunakan alam satu atau lebih unit", + "This course has automatic cohorting enabled for verified track learners, but cohorts are disabled. You must enable cohorts for the feature to work.": "Kursus ini memiliki kohort otomatis yang diaktifkan untuk pembelajar jalur terverifikasi, namun kohort dinonaktifkan. Anda harus mengaktifkan kohort agar fitur ini dapat bekerja.", + "This course has automatic cohorting enabled for verified track learners, but the required cohort does not exist. You must create a manually-assigned cohort named '{verifiedCohortName}' for the feature to work.": "Kursus ini memiliki kohort otomatis yang diaktifkan untuk pembelajar jalur terverifikasi, namun kohort yang diperlukan belum tersedia. Anda harus membuat kohort manual bernama '{verifiedCohortName}' agar fitur ini dapat bekerja.", + "This course uses automatic cohorting for verified track learners. You cannot disable cohorts, and you cannot rename the manual cohort named '{verifiedCohortName}'. To change the configuration for verified track cohorts, contact your edX partner manager.": "Kursus ini menggunakan kohort otomatis untuk pembelajar jalur terverifikasi. Anda tidak dapat menonaktifkan kohort, dan Anda tidak dapat mengubah nama kohort manual bernama '{verifiedCohortName}'. Untuk mengubah konfigurasi kohort jalur terverifikasi, hubungi manajer mitra edX Anda.", + "This discussion could not be loaded. Refresh the page and try again.": "Diskusi ini tidak dapat dimuat. Refresh halaman ini dan coba lagi.", + "This exam has a time limit associated with it.": "Ujian ini memiliki batas waktu yang berkaitan dengan hal ini.", + "This feedback could not be submitted.": "Umpan balik ini tidak dapat dikirimkan.", + "This image is for decorative purposes only and does not require a description.": "Gambar ini hanya berguna untuk tujuan dekoratif dan tidak memerlukan deskripsi.", + "This is the Description of the Group Configuration": "Ini adalah gambaran konfigurasi grup", + "This is the Name of the Group Configuration": "Ini adalah nama konfigurasi grup", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Berikut adalah daftar %s yang tersedia. Anda dapat memilih satu atau lebih dengan memilihnya pada kotak di bawah, lalu mengeklik tanda panah \"Pilih\" di antara kedua kotak.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Berikut adalah daftar %s yang terpilih. Anda dapat menghapus satu atau lebih dengan memilihnya pada kotak di bawah, lalu mengeklik tanda panah \"Hapus\" di antara kedua kotak.", + "This is the name of the group": "Ini adalah nama grup", + "This learner is currently sharing a limited profile.": "Peserta ini membagikan profil yang terbatas.", + "This link will open in a modal window": "Tautan ini akan terbuka di jendela modal", + "This link will open in a new browser window/tab": "Tautan ini akan dibuka di jendela/tab peramban baru", + "This may be happening because of an error with our server or your internet connection. Try refreshing the page or making sure you are online.": "Ini mungkin terjadi karena ada kesalahan di server kami atau koneksi Internet Anda. Coba refresh halaman untuk memastikan Anda online.", + "This page contains information about orders that you have placed with {platform_name}.": "Halaman ini mengandung informasi mengenai pesanan yang telah Anda buat dengan {platform_name}", + "This post could not be closed. Refresh the page and try again.": "Post ini tidak dapat ditutup. Refresh halaman ini dan coba lagi.", + "This post could not be flagged for abuse. Refresh the page and try again.": "Post ini tidak dapat ditandai sebagai penyalahgunaan. Refresh halaman ini dan coba lagi.", + "This post could not be pinned. Refresh the page and try again.": "Post ini tidak dapat dipin. Refresh halaman ini dan coba lagi.", + "This post could not be reopened. Refresh the page and try again.": "Post ini tidak dapat dibuka kembali. Refresh halaman ini dan coba lagi.", + "This post could not be unflagged for abuse. Refresh the page and try again.": "Tanda penyalahgunaan pada post ini tidak dapat dibatalkan. Refresh halaman ini dan coba lagi.", + "This post could not be unpinned. Refresh the page and try again.": "Pin pada post ini tidak dapat dibatalkan. Refresh halaman ini dan coba lagi.", + "This problem could not be saved.": "Masalah ini tidak dapat disimpan.", + "This problem has already been released. Any changes will apply only to future assessments.": "Masalah ini telah dilepas. Perubahan yang terjadi hanya akan diterapkan pada penilaian mendatang.", + "This problem has been reset.": "Permasalahan ini telah direset", + "This response could not be marked as an answer. Refresh the page and try again.": "Respon ini tidak dapat dikategorikan menjadi jawaban. Refresh halaman ini dan coba lagi.", + "This response could not be marked as endorsed. Refresh the page and try again.": "Respon ini tidak dapat ditandai sebagai endorsed. Refresh halaman ini dan coba lagi.", + "This response could not be saved.": "Respon ini tidak dapat disimpan.", + "This response could not be submitted.": "Respon ini tidak dapat dikirimkan.", + "This response could not be unendorsed. Refresh the page and try again.": "Respon ini tidak dapat dibatalkan untuk endorsed. Refresh halaman ini dan coba lagi.", + "This response could not be unmarked as an answer. Refresh the page and try again.": "Respon ini tidak dapat dibatalkan sebagai jawaban. Refresh halaman ini dan coba lagi.", + "This response has been saved but not submitted.": "Respon ini akan disimpan namun tidak dikirimkan.", + "This response has not been saved.": "Respon belum disimpan.", + "This role requires a divided discussions scheme.": "Peran ini memerlukan skema diskusi terbagi", + "This section could not be loaded.": "Bagian ini tidak dapat dimuat.", + "This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.": "Nama singkat ini adalah untuk jenis tugas (misalnya, PS atau Pertengahan Semester) muncul di sebelah tugas pada halaman Kemajuan pelajar.", + "This team does not have any members.": "Tim ini tidak memiliki anggota.", + "This team is full.": "Tim ini telah penuh.", + "This vote could not be processed. Refresh the page and try again.": "Vote ini tidak dapat diproses. Refresh halaman ini dan coba lagi.", + "Thumbnail view of ": "Tampilan thumbnail dari", + "Time Allotted (HH:MM):": "Waktu yang diberikan (HH: BB):", + "Time Sent": "Waktu Terkirim", + "Time Sent:": "Waktu Terkirim:", + "Time Zone": "Zona Waktu", + "Timed": "Terjadwal", + "Timed Exam": "Ujian Terjadwal", + "Timed Out": "Waktu habis", + "Timed Transcript Conflict": "Transkrip waktu konflik", + "Timed Transcript Found": "Transkrip waktu ditemukan", + "Timed Transcript Uploaded Successfully": "Unggah transkrip waktu telah sukses", + "Timed Transcript from %(filename)s": "Transkrip waktu dari %(filename)s", + "Tips on taking a successful photo": "Tips dalam pengambilan photo agar sukses", + "Title": "Judul", + "Title ": "Judul", + "Title of the signatory": "Gelar penandatangan", + "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "Judul yang lebih dari 100 karakter dapat membuat siswa tidak dapat mencetak sertifikat mereka pada satu halaman.", + "To access the course, select a session.": "Untuk mengakses kursus, pilih sesi.", + "To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.": "Pastikan semua pelajar dapat mengakses video, kami menyarankan menyediakan kedua versi .mp4 dan .webcam video anda, klik dibawah untuk menambah URL untuk versi lain. URLs tidak dapat menjadi URLs You Tube, video pertama yang telah terdaftar harus kompatibel dengan komputer pelajar yang akan menghidupkannya", + "To complete the program, you must earn a verified certificate for each course.": "Untuk menyelesaikan program, Anda harus mendapatkan sertifikat terverifikasi untuk setiap kursus.", + "To continue learning with this account, sign in below.": "Untuk melanjutkan belajar dengan akun ini, masuk di bawah.", + "To pass this exam, you must complete the problems in the time allowed.": "Untuk lulus ujian, Anda harus menyelesaikan masalah dalam waktu yang telah ditentukan.", + "To receive a certificate, you must also verify your identity.": "Untuk mendapatkan sertifikat, Anda harus memverifikasi identitas Anda.", + "To receive credit for problems, you must select \"Submit\" for each problem before you select \"End My Exam\".": "Untuk menerima kredit untuk permasalahan, Anda harus memilih \"Kirim\" untuk setiap permasalahan sebelum Anda memilih \"Akhiri Ujian Saya\".", + "To take a successful photo, make sure that:": "Untuk pengambilan photo yang sukses, yakinkan itu:", + "Today": "Hari ini", + "Toggle Notifications Setting": "Alihkan Pengaturan Notifikasi", + "Tomorrow": "Besok", + "Tools": "Alat Bantu", + "Top": "Atas", + "Topic": "Topik", + "Topics": "Topik", + "Total": "Total", + "Total Number": "Jumlah total", + "Total Responses": "Tanggapan Total", + "Training": "Pelatihan", + "Transcript Fidelity": "Fidelity Transkrip", + "Transcript Languages": "Bahasa Transkrip", + "Transcript Provider": "Penyedia Transkrip", + "Transcript Turnaround": "Turnaround Transkrip ", + "Transcript will be displayed when you start playing the video.": "Transkrip akan diperlihatkan ketika anda memutar video.", + "Transcripts": "Transkrip", + "Try the transaction again in a few minutes.": "Coba ulangi transaksi dalam beberapa menit.", + "Try using a different browser, such as Google Chrome.": "Silahkan menggunakan peramban yang lain, seperti Google Chrome.", + "Turn off transcripts": "Matikan transkrip", + "Turn on closed captioning": "Aktifkan teks", + "Turn on transcripts": "Aktifkan transkrip", + "Type": "Tipe", + "Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "Ketik URL atau gunakan tombol \"Pilih File\" untuk unggah dari perangkat Anda (misal 'http://example.com/img/clouds.jpg')", + "Type into this box to filter down the list of available %s.": "Ketik pada kotak ini untuk menyaring daftar %s yang tersedia.", + "URL": "URL", + "Unable to delete account": "Tidak dapat menghapus akun", + "Unable to determine whether we should give you a refund because of System Error. Please try again later.": "Sistem Error sehingga tidak dapat menentukan apakah Anda dapat menerima refund. Coba kembali.", + "Unable to load": "Tidak dapat memuat", + "Unable to submit application": "Tidak dapat mengirimkan aplikasi", + "Underline": "Underline", + "Undo": "Tak jadi", + "Undo (Ctrl+Z)": "Undo (Ctrl+Z)", + "Undo Changes": "Batalkan Perubahan", + "Unexpected server error.": "Kesalahan server yang tidak terduga.", + "Ungraded": "Tidak dinilai", + "Ungraded Practice Exam": "Ujian sesi latihan yang tidak masuk dalam penilaian", + "Unit": "Unit", + "Unit Name": "Nama Unit", + "Unit Visibility": "Unit Terlihat Oleh", + "Units": "Unit", + "Unknown": "Tidak diketahui", + "Unknown username: {user}": "Nama pengguna tidak diketahui: {user}", + "Unlink This Account": "Batalkan Tautan Akun Ini", + "Unlink your {accountName} account": "Batalkan tautan akun {accountName} Anda", + "Unlinking": "Membatalkan Tautan", + "Unmute": "Bunyikan", + "Unnamed Option": "Opsi Tanpa Judul", + "Unpublished changes to content that will release in the future": "Perubahan tidak dipublikasi pada konten akan merelease di masa depan", + "Unpublished changes to live content": "Perubahan tidak terpublikasi pada Live kontent", + "Unpublished units will not be released": "Unit yang tidak dipublikasikan tidak akan diterbitkan", + "Unscheduled": "Tidak terjadwal", + "Update": "Pembaruan", + "Update Settings": "Pengaturan Pembaruan", + "Updating with latest library content": "Mengupdate dengan konten library terakhir", + "Upgrade All Remaining Courses (": "Tingkatkan Semua Kursus yang Tersisa (", + "Upgrade Deadline": "Tingkatkan Tenggat Waktu", + "Upgrade to Verified": "Tingkatkan ke Terverifikasi", + "Upload": "Unggah", + "Upload File": "Unggah Berkas", + "Upload File and Assign Students": "Unggah Berkas dan Masukkan Siswa", + "Upload New .srt Transcript": "Unggah Transkrip .srt baru", + "Upload New File": "Unggah Berkas Baru", + "Upload New Transcript": "Unggah transkrip baru", + "Upload PDF": "Unggah PDF", + "Upload Photo": "Unggah Foto", + "Upload Signature Image": "Unggah Gambar Tandatangan", + "Upload a new PDF to \u201c<%= name %>\u201d": "Unggah berkas PDF baru ke \u201c<%= name %>\u201d", + "Upload an image": "Unggah gambar", + "Upload completed": "Unggah selesai", + "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "Proses unggah sedang berlangsung. Untuk menghindari kesalahan, tetap berada di halaman ini sampai proses selesai.", + "Upload your course image.": "Unggah gambar kursus Anda.", + "Upload your first asset": "Upload aset pertama anda", + "Uploaded file issues. Click on \"+\" to view.": "File yang diupload bermasalah. Klik \"+\" untuk melihat.", + "Uploading": "Mengunggah", + "Upper Alpha": "Upper Alpha", + "Upper Roman": "Upper Roman", + "Upset Learner": "Pembelajar Kecewa", + "Url": "Url", + "Use Current Transcript": "Gunakan transkrip yang sekarang", + "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.": "Gunakan ujian praktek tersupervisi untuk memperkenalkan peserta didik dengan alat dan proses supervisi. Hasil dari ujian praktek tidak mempengaruhi peringkat peserta didik.", + "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "Gunakan ujian terjadwal untuk membatasi waktu peserta didik dalam menyelesaikan masalah dalam subseksi ini. Peserta didik harus mengirimkan jawaban sebelum waktu berakhir. Anda dapat memberikan waktu tambahan untuk peserta didik melalui Dashboard Instruktur.", + "Use as a Prerequisite": "Gunakan sebagai prasyarat", + "Use bookmarks to help you easily return to courseware pages. To bookmark a page, click \"Bookmark this page\" under the page title.": "Gunakan bookmark untuk membantu Anda kembali ke halaman perangkat kursus tertentu. Untuk menandai halaman, klik \"Tandai halaman ini\" di bawah judul halaman.", + "Use cohorts as the basis for dividing discussions. All learners, regardless of cohort, see the same discussion topics, but within divided topics, only members of the same cohort see and respond to each others\u2019 posts. ": "Gunakan kohort sebagai dasar untuk membagi diskusi. Semua pembelajar, apapun kohortnya, melihat topik diskusi yang sama, namun dalam topik yang telah dibagi, hanya pembelajar yang berada pada kohort yang sama dapat melihat dan menanggapi post satu sama lain.", + "Use enrollment tracks as the basis for dividing discussions. All learners, regardless of their enrollment track, see the same discussion topics, but within divided topics, only learners who are in the same enrollment track see and respond to each others\u2019 posts.": "Gunakan jalur kepesertaan sebagai dasar untuk membagi diskusi. Semua pembelajar, apapun jalur kepesertaannya, melihat topik diskusi yang sama, namun dalam topik yang telah dibagi, hanya pembelajar yang berada pada jalur kepesertaan yang sama dapat melihat dan menanggapi post satu sama lain.", + "Use my institution/campus credentials": "Gunakan Kredensial Kampus/Institusi", + "Use my university info": "Gunakan informasi universitas saya", + "Use the All Topics menu to find specific topics.": "Gunakan menu Semua Topik untuk menemukan topik tertentu.", + "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "Gunakan webcan untuk mengambil foto ID Anda. Kami akan mencocokkan foto ini dengan foto wajah Anda dan nama di akun Anda.", + "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "Gunakan webcan untuk mengambil foto ID Anda. Kami akan mencocokkan foto ini dengan foto wajah di kartu identitas Anda.", + "Used": "Terpakai", + "Username": "Pengguna", + "Users must create and activate their account before they can be promoted to beta tester.": "Pengguna harusa membuat dan mengaktifasi akun mereka sebelum mereka dipromosikan sebagai beta tester", + "V Align": "Perataan V", + "Valid": "Valid", + "Validation Error": "Validasi Error", + "Validation Error While Saving": "Gagal Memvalidasi Saat Menyimpan", + "Verification Checkpoint": "Checkpoint Verifikasi ", + "Verification Deadline": "Verifikasi Tenggat Waktu", + "Verification checkpoint to be completed": "Checkpoint Verifikasi yang harus diselesaikan", + "Verified": "Terverifikasi", + "Verified Certificate": "Sertifikat Terverifikasi", + "Verified Certificate for {courseName}": "Sertifikat Terverifikasi untuk {courseName}", + "Verified Certificate upgrade": "Tingkatkan Sertifikat Terverifikasi", + "Verified Status": "Status terverifikasi", + "Verify Now": "Verifikasi sekarang", + "Vertical space": "Ruang vertikal", + "Very loud": "Sangat Keras", + "Very low": "Sangat rendah", + "Video Capture Error": "Terjadi kesalahan dalam merekam video", + "Video ID": "ID video", + "Video Source Language": "Bahasa Sumber Video", + "Video ended": "Video berakhir", + "Video position": "Posisi video", + "Video position. Press space to toggle playback": "Posisi video. Tekan spasi untuk memutar kembali", + "Video speed: ": "Kecepatan video:", + "Video transcript": "Transkrip video", + "View": "Tampilkan", + "View Archived Course": "Lihat Kursus Diarsip", + "View Cohort": "Lihat cohort", + "View Course": "Lihat Kursus", + "View Live": "Tampilkan Live", + "View Program Record": "Lihat Record Program", + "View all errors": "Lihat semua error", + "View child items": "Lihat child item", "Viewing %s course": [ "Melihat %s kursus" - ], - "Visible to Staff Only": "Terlihat hanya oleh Staff", - "Visual aids": "Bantuan visual", - "Volume": "Volume", - "Vote for good posts and responses": "Vote post dan respon yang baik", - "Waiting": "Menunggu", - "Want to confirm your identity later?": "Ingin konfirmasi identitas anda nanti?", - "Warning": "Peringatan", - "Warnings": "Peringatan", - "We couldn't create your account.": "Kami tidak dapat membuat akun anda", - "We couldn't find any results for \"%s\".": "Hasil tidak dapat ditemukan untuk \"%s\".", - "We couldn't sign you in.": "Kami tidak dapat memasukkan Anda", - "We have encountered an error. Refresh your browser and then try again.": "Kami mengalami error. Refresh peramban Anda dan coba ulangi kembali.", - "We just need a little more information before you start learning with %(platformName)s.": "Kami hanya membutuhkan sedikit informasi sebelum anda mulai mempelajari dengan %(platformName)s.", - "We're sorry to see you go! Your account will be deleted shortly.": "Kami sedih Anda pergi. Akun Anda akan dihapus segera.", - "We've encountered an error. Refresh your browser and then try again.": "Kami mengalami error. Refresh peramban Anda dan coba ulangi kembali.", - "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "Kami telah mengirimkan pesan konfirmasi ke {new_email_address}. Klik tautan dalam pesan tersebut untuk memperbarui alamat email Anda.", - "We've sent a confirmation message to {new_secondary_email_address}. Click the link in the message to update your secondary email address.": "Kami telah mengirimkan email konfirmasi ke {new_secondary_email_address}. Klik link dalam email tersebut untuk memperbarui alamat email kedua Anda.", - "We've sent a message to {email}. Click the link in the message to reset your password. Didn't receive the message? Contact {anchorStart}technical support{anchorEnd}.": "Kami telah mengirimkan pesan ke {email}. Klik tautan dalam pesan tersebut untuk menyetel ulang kata sandi Anda. Tidak menerima pesan? Hubungi {anchorStart}dukungan teknis{anchorEnd}.", - "Web:": "Web:", - "Webcam": "Webcam", - "Weight of Total Grade": "Berat dari total grade", - "We\u2019re sorry to see you go!": "Kami sedih Anda pergi ", - "What You Need for Verification": "Apa yang anda perlukan untuk verifikasi", - "What can we help you with, {username}?": "Ada yang bisa kami bantu, {username}?", - "What does this mean?": "Apakah ini maksudnya?", - "Which timed transcript would you like to use?": "Transkrip waktu yang mana yang anda sukai untuk digunakan?", - "Whole words": "Keseluruhan kata", - "Why does %(platformName)s need my photo?": "Mengapa %(platformName)s membutuhkan photo saya?", - "Width": "Width", - "Will Be Visible To:": "Akan terlihat oleh", - "Words: {0}": "Words: {0}", - "Year of Birth": "Tahun Kelahiran", - "Yes, Delete": "Ya, hapus", - "Yes, replace the edX transcript with the YouTube transcript": "Ya, mengganti Transkrip edX dengan transkrip You Tube", - "Yesterday": "Kemarin", - "You already belong to another team.": "Anda telah menjadi anggota tim lain.", - "You are currently sharing a limited profile.": "Anda sekarang sedang membagi profil yang terbatas", - "You are not currently a member of any team.": "Anda saat ini belum menjadi anggota tim apapun.", - "You are now enrolled as a verified student for:": "Anda sekarang terdaftar sebagai pelajar terverifikasi pada", - "You are sending an email message with the subject {subject} to the following recipients.": "Anda akan mengirimkan pesan email dengan judul {subject} kepada penerima berikut.", - "You can link your social media accounts to simplify signing in to {platform_name}.": "Anda dapat menghubungkan akun media sosial untuk mempermudah masuk ke {platform_name}.", - "You can no longer change sessions.": "Anda tidak bisa lagi mengubah sesi.", - "You can now enter your payment information and complete your enrollment.": "Anda sekarang dapat masuk ke informasi pembayaran dan melengkapi pendaftaran anda", - "You can remove members from this team, especially if they have not participated in the team's activity.": "Anda dapat mengeluarkan anggota dari tim ini, terutama jika mereka tidak berpartisipasi dalam aktivitas tim.", - "You can upload files with these file types: ": "Anda dapat mengunggah berkas dengan jenis sebagai berikut:", - "You can use your {accountName} account to sign in to your {platformName} account.": "Anda dapat menggunakan akun {accountName} Anda untuk masuk ke akun {platformName} Anda.", - "You cannot view the course as a student or beta tester before the course release date.": "Anda tidak dapat melihat kursus sebagai siswa atau penguji beta sebelum tanggal rilis kursus.", - "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "Anda telah mengubah video URL, Tetapi tidak mengubah transkrip waktu. Apakah anda ingin menggunakan transkrip waktu yang sekarang atau unggah file transkrip waktu .srt yang baru?", - "You could not be subscribed to this post. Refresh the page and try again.": "Anda tidak dapat berlangganan pada post ini. Refresh halaman dan coba lagi.", - "You could not be unsubscribed from this post. Refresh the page and try again.": "Anda tidak dapat membatalkan langganan pada post ini. Refresh halaman dan coba lagi.", - "You currently have no cohorts configured": "Saat ini Anda tidak memiliki kohort yang sudah dikonfigurasi", - "You did not select a content group": "Anda tidak memilih grup isi", - "You did not select any files to submit.": "Anda belum memilih file yang akan diserahkan.", - "You did not submit the required files: {requiredFiles}.": "Anda tidak mengumpulkan berkas yang diperlukan: {requiredFiles}.", - "You don't seem to have Flash installed. Get Flash to continue your verification.": "Anda tidak memiliki Flash yang sudah diinstal. Instal Flash untuk melanjutkan verifikasi Anda.", - "You don't seem to have a webcam connected.": "Tidak dapat menemukan webcam Anda.", - "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "Anda telah menambahkan kriteria. Anda perlu memiliki satu opsi untuk pilihan dalam langkah Pelatihan Pembelajar. Untuk melakukannya, klik tab Setelan.", - "You have already verified your ID!": "Anda telah memverifikasi ID anda", - "You have been logged out of your edX account. Click Okay to log in again now. Click Cancel to stay on this page (you must log in again to save your work).": "Anda telah keluar dari akun edX anda. Klik Okay untuk masuk kembali sekarang. Klik Batalkan untuk tetap di halaman ini (Anda harus masuk lagi untuk menyimpan pekerjaan Anda).", - "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "Anda telah menghapus satu kriteria. Kriteria telah dihapus dari contoh tanggapan pada langkah Pelatihan Pembelajar.", - "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "Anda telah menghapus semua opsi untuk kriteria ini. Kriteria telah dihapus dari contoh tanggapan pada langkah Pelatihan Pembelajar.", - "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "Anda telah menghapus sebuah opsi. Opsi tersebut telah dihapus dari kriteria pada contoh tanggapan pada langkah Pelatihan Pembelajar. Anda mungkin perlu memilih opsi baru untuk kriteria tersebut.", - "You have no handouts defined": "Anda tidak memiliki handout yang terdefinisi", - "You have not bookmarked any courseware pages yet": "Anda belum menandai halaman kursus.", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Anda telah memilih sebuah aksi, tetapi belum mengubah bidang apapun. Kemungkinan Anda mencari tombol Buka dan bukan tombol Simpan.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Anda telah memilih sebuah aksi, tetapi belum menyimpan perubahan ke bidang yang ada. Klik OK untuk menyimpan perubahan ini. Anda akan perlu mengulangi aksi tersebut kembali.", - "You have selected \u201cDelete my account.\u201d Deletion of your account and personal data is permanent and cannot be undone. EdX will not be able to recover your account or the data that is deleted.": "Anda telah memilih \"Hapus Akun Saya\". Penghapusan akun dan data pribadi Anda bersifat permanen dan tidak dapat dikembalikan. EdX tidak akan dapat mengembalikan akun atau data Anda yang telah dihapus.", - "You have set your language to {beta_language}, which is currently not fully translated. You can help us translate this language fully by joining the Transifex community and adding translations from English for learners that speak {beta_language}.": "Anda telah menyetel bahasa menjadi {beta_language}, yang belum seluruhnya diterjemahkan. Anda dapat membantu kami menerjemahkan ke bahasa ini seluruhnya dengan bergabung dengan komunitas Transifex dan menambahkan terjemahan dari Bahasa Inggris untuk peserta yang berbicara {beta_language}.", - "You have successfully signed into %(currentProvider)s, but your %(currentProvider)s account does not have a linked %(platformName)s account. To link your accounts, sign in now using your %(platformName)s password.": "Anda telah berhasil masuk ke %(currentProvider)s, namun akun %(currentProvider)s Anda tidak memiliki akun %(platformName)s yang terhubung. Untuk menghubungkan akun Anda, masuk sekarang dengan menggunakan kata sandi %(platformName)s Anda.", - "You have successfully updated your goal.": "Anda telah berhasil memperbarui tujuan Anda", - "You have unsaved changes are you sure you want to navigate away?": "Terdapat perubahan yang belum disimpan apakah anda yakin akan meninggalkan halaman ini?", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Beberapa perubahan bidang yang Anda lakukan belum tersimpan. Perubahan yang telah dilakukan akan hilang.", - "You haven't added any assets to this course yet.": "Anda belum menambahkan beberapa aset dalam kursus ini", - "You haven't added any content to this course yet.": "Anda belum menambahkan beberapa konten dalam kursus ini", - "You haven't added any textbooks to this course yet.": "Anda belum menambahkan beberapa texbooks pada kursus ini", - "You may access your account with this address if single-sign on or access to your primary email is not available.": "Anda dapat mengakses akun Anda jika akses atau single-sign on ke email utama Anda tidak berhasil.", - "You may also lose access to verified certificates and other program credentials like MicroMasters certificates. If you want to make a copy of these for your records before proceeding with deletion, follow the instructions for {htmlStart}printing or downloading a certificate{htmlEnd}.": "Anda mungkin akan kehilangan akses terhadap sertifikat yang terverifikasi dan kredensial program lain seperti sertifikat MicroMasters. Jika Anda ingin membuat salinan untuk dokumentasi Anda sebelum menghapus, ikuti petunjuk untuk {htmlStart}mencetak atau mengunduh sertifikat{htmlEnd}.", - "You must be over 13 to share a full profile. If you are over 13, make sure that you have specified a birth year on the {account_settings_page_link}": "Anda harus berusia di atas 13 tahun untuk membagikan profil lengkap. Jika Anda berusia lebih dari 13 tahun, pastikan Anda telah memasukkan tahun lahir Anda di {account_settings_page_link}", - "You must provide a learner name.": "Anda harus memasukkan nama pembelajar.", - "You must select a session by {expiration_date} to access the course.": "Anda harus memilih sesi dengan {expiration_date} untuk mengakses pelatihan.", - "You must select a session to access the course.": "Anda harus memilih sesi untuk mengakses kursus.", - "You must sign out and sign back in before your language changes take effect.": "Anda harus keluar dan masuk kembali sebelum perubahan bahasa yang Anda pilih dapat ditampilkan.", - "You must specify a name for the cohort": "Anda harus menentukan nama untuk kohort ini", - "You must specify your birth year before you can share your full profile. To specify your birth year, go to the {account_settings_page_link}": "Anda harus menentukan tahun lahir sebelum Anda dapat membagikan profil lengkap Anda. Untuk memilih tahun lahir, klik {account_settings_page_link}", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "Anda memerlukan untuk aktifasi account anda sebelum anda dapat mendaftar kursus. Periksa inbok anda pada aktifasi email", - "You receive messages from {platform_name} and course teams at this address.": "Anda menerima pesan dari {platform_name} dan tim kursus di alamat ini.", - "You submitted {filename}; only {allowedFiles} are allowed.": "Anda menyerahkan {filename}; Anda hanya boleh menyerahkan {allowedFiles}.", - "You will be refunded the amount you paid.": "Anda akan mendapatkan uang yang telah Anda bayar.", - "You will not be refunded the amount you paid.": "Anda tidak akan mendapatkan uang yang telah Anda bayarkan.", - "You!": "Anda!", - "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "Anda akan mengirimkan tanggapan Anda untuk tugas ini. Setelah Anda mengirimkan tanggapan ini, Anda tidak dapat mengubah atau menyampaikan tanggapan baru.", - "You've made some changes": "Anda telah membuat beberapa perubahan", - "You've made some changes, but there are some errors": "Anda telah menyimpan beberapa perubahan, tetapi ada beberapa kesalahan", - "You've successfully signed into %(currentProvider)s.": "Anda telah berhasil masuk ke dalam %(currentProvider)s.", - "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "Browser anda tidak mendukung akses langsung ke clipboard. Silakan menggunakan keyboard Ctrl+X/C/V shortcuts sebagai gantinya.", - "Your changes have been saved.": "Perubahan Anda telah disimpan.", - "Your changes have been saved. {details}": "Perubahan yang Anda buat telah disimpan.{details}", - "Your changes will not take effect until you save your progress.": "Perubahan Anda tidak akan berpengaruh hingga Anda menyimpan kemajuan Anda.", - "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "Perubahan Anda tidak akan berpengaruh hingga Anda menyimpan kemajuan Anda. Hati-hati terhadap format kunci dan nilai, karena validasi belum diimplementasikan.", - "Your donation could not be submitted.": "Donasi Anda tidak dapat dikirimkan.", - "Your email message was successfully queued for sending. In courses with a large number of learners, email messages to learners might take up to an hour to be sent.": "Pesan email Anda telah berhasil diantrikan untuk pengiriman. Pada kursus dengan jumlah pembelajar yang banyak, pesan email untuk pembelajar dapat terkirim dalam waktu sampai dengan 1 jam.", - "Your entire face fits inside the frame.": "Seluruh wajah anda pas kan ke dalam frame", - "Your face is well-lit.": "Wajah anda remang remang", - "Your file ": "Berkas Anda", - "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "Berkas '{file}' telah duunggah. Tunggu beberapa menit untuk melengkapi pemrosesan.", - "Your file has been deleted.": "Berkas Anda telah dihapus", - "Your file {filename} is too large (max size: {maxSize}MB).": "Ukuran berkas Anda {filename} terlalu besar (ukuran maksimal: {maxSize}MB).", - "Your message cannot be blank.": "Pesan tidak boleh kosong", - "Your message must have a subject.": "Pesan anda harus mempunyai subyek.", - "Your message must have at least one target.": "Pesan Anda harus memiliki setidaknya satu target.", - "Your policy changes have been saved.": "Perubahan kebijakan Anda telah disimpan.", - "Your post will be discarded.": "Posting anda akan di hapus", - "Your profile settings are managed by {enterprise_name}. Contact your administrator or {link_start}edX Support{link_end} for help.": "Setelan profil Anda dikelola oleh {enterprise_name}. Hubungi administrator Anda atau {link_start}Dukungan edX{link_end} untuk bantuan.", - "Your question or idea (required)": "Pertanyaan atau ide Anda (wajib diisi)", - "Your request could not be completed due to a server problem. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "Permintaan Anda tidak dapat dilakukan karena permasalahan server. Reload halaman ini dan coba kembali. Jika permasalahan tetap terjadi, klik tab Help/Bantuan untuk melaporkan.", - "Your request could not be completed. Reload the page and try again.": "Permintaan Anda tidak dapat diproses. Reload halaman ini dan coba kembali.", - "Your request could not be completed. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "Permintaan Anda tidak dapat dilakukan. Reload halaman ini dan coba lagi. Jika permasalahan tetap terjadi, klik tab Help untuk melaporkan permasalahan ini.", - "Your request could not be processed. Refresh the page and try again.": "Permintaan Anda tidak dapat diproses. Refresh halaman dan coba lagi.", - "Your unenrollment request could not be processed. Please try again later.": "Permintaan Anda untuk keluar dari pendaftaran tidak dapat diproses. Silakan coba kembali beberapa saat lagi.", - "Your upload of '{file}' failed.": "Unggahan '{file}' Anda gagal.", - "Your upload of '{file}' succeeded.": "Unggahan '{file}' Anda berhasil.", - "Yourself": "Anda sendiri", - "Zoom In": "Perkecil", - "Zoom Out": "Perbesar", - "[no tags]": "[no tags]", - "a day": "satu hari", + ], + "Visible to Staff Only": "Terlihat hanya oleh Staff", + "Visual aids": "Bantuan visual", + "Volume": "Volume", + "Vote for good posts and responses": "Vote post dan respon yang baik", + "Waiting": "Menunggu", + "Want to confirm your identity later?": "Ingin konfirmasi identitas anda nanti?", + "Warning": "Peringatan", + "Warnings": "Peringatan", + "We ask you to activate your account to ensure it is really you creating the account and to prevent fraud.": "Kami meminta Anda untuk mengaktivasi akun Anda untuk memastikan bahwa memang Anda yang membuat akun ini dan untuk mencegah penyalahgunaan.", + "We couldn't create your account.": "Kami tidak dapat membuat akun anda", + "We couldn't find any results for \"%s\".": "Hasil tidak dapat ditemukan untuk \"%s\".", + "We couldn't sign you in.": "Kami tidak dapat memasukkan Anda", + "We have encountered an error. Refresh your browser and then try again.": "Kami mengalami error. Refresh peramban Anda dan coba ulangi kembali.", + "We just need a little more information before you start learning with %(platformName)s.": "Kami hanya membutuhkan sedikit informasi sebelum anda mulai mempelajari dengan %(platformName)s.", + "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "Kami menggunakan keamanan tertinggi untuk mengenkripsi foto Anda dan mengirimkannya ke layanan otorisasi kami untuk ditinjau. Foto dan informasi Anda tidak kami simpan atau ditampilkan di manapun di %(platformName)ssetelah verifikasi selesai.", + "We're sorry to see you go! Your account will be deleted shortly.": "Kami sedih Anda pergi. Akun Anda akan dihapus segera.", + "We're sorry, there was an error": "Kami mohon maaf, ada kesalahan", + "We've encountered an error. Refresh your browser and then try again.": "Kami mengalami error. Refresh peramban Anda dan coba ulangi kembali.", + "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "Kami telah mengirimkan pesan konfirmasi ke {new_email_address}. Klik tautan dalam pesan tersebut untuk memperbarui alamat email Anda.", + "We've sent a confirmation message to {new_secondary_email_address}. Click the link in the message to update your secondary email address.": "Kami telah mengirimkan email konfirmasi ke {new_secondary_email_address}. Klik link dalam email tersebut untuk memperbarui alamat email kedua Anda.", + "We've sent a message to {email}. Click the link in the message to reset your password. Didn't receive the message? Contact {anchorStart}technical support{anchorEnd}.": "Kami telah mengirimkan pesan ke {email}. Klik tautan dalam pesan tersebut untuk menyetel ulang kata sandi Anda. Tidak menerima pesan? Hubungi {anchorStart}dukungan teknis{anchorEnd}.", + "Web:": "Web:", + "Webcam": "Webcam", + "Weight of Total Grade": "Berat dari total grade", + "We\u2019re sorry to see you go!": "Kami sedih Anda pergi ", + "What You Need for Verification": "Apa yang anda perlukan untuk verifikasi", + "What can we help you with, {username}?": "Ada yang bisa kami bantu, {username}?", + "What does %(platformName)s do with this photo?": "Apa yang dilakukan %(platformName)s terhadap foto ini?", + "What does this mean?": "Apakah ini maksudnya?", + "When learners submit an answer to an assessment, they immediately see whether the answer is correct or incorrect, and the score received.": "Saat peserta mengirimkan jawaban untuk penilaian, mereka langsung dapat melihat apakah jawaban mereka benar atau salah, dan nilai yang mereka terima.", + "Which timed transcript would you like to use?": "Transkrip waktu yang mana yang anda sukai untuk digunakan?", + "Whole words": "Keseluruhan kata", + "Why activate?": "Mengapa harus aktivasi?", + "Why does %(platformName)s need my photo?": "Mengapa %(platformName)s membutuhkan photo saya?", + "Width": "Width", + "Will Be Visible To:": "Akan terlihat oleh", + "Words: {0}": "Words: {0}", + "Would you like to sign in using your %(providerName)s credentials?": "Apakah Anda ingin masuk menggunakan kredensial %(providerName)s Anda?", + "Year of Birth": "Tahun Kelahiran", + "Yes, Delete": "Ya, hapus", + "Yes, replace the edX transcript with the YouTube transcript": "Ya, mengganti Transkrip edX dengan transkrip You Tube", + "Yesterday": "Kemarin", + "You already belong to another team.": "Anda telah menjadi anggota tim lain.", + "You already have an edX account with your {enterprise_name} email address.": "Anda sudah memiliki akun edX dengan alamat email {enterprise_name} Anda.", + "You are currently sharing a limited profile.": "Anda sekarang sedang membagi profil yang terbatas", + "You are enrolling in: {courseName}": "Anda mendaftar di: {courseName}", + "You are not currently a member of any team.": "Anda saat ini belum menjadi anggota tim apapun.", + "You are not enrolled in any programs yet.": "Anda belum terdaftar di program apapun", + "You are now enrolled as a verified student for:": "Anda sekarang terdaftar sebagai pelajar terverifikasi pada", + "You are sending an email message with the subject {subject} to the following recipients.": "Anda akan mengirimkan pesan email dengan judul {subject} kepada penerima berikut.", + "You are taking \"{exam_link}\" as {exam_type}. ": "Anda mengambil \"{exam_link}\" sebagai {exam_type}. ", + "You can change sessions until {expiration_date}.": "Anda dapat mengubah sesi sampai {expiration_date}.", + "You can link your social media accounts to simplify signing in to {platform_name}.": "Anda dapat menghubungkan akun media sosial untuk mempermudah masuk ke {platform_name}.", + "You can no longer change sessions.": "Anda tidak bisa lagi mengubah sesi.", + "You can now enter your payment information and complete your enrollment.": "Anda sekarang dapat masuk ke informasi pembayaran dan melengkapi pendaftaran anda", + "You can remove members from this team, especially if they have not participated in the team's activity.": "Anda dapat mengeluarkan anggota dari tim ini, terutama jika mereka tidak berpartisipasi dalam aktivitas tim.", + "You can upload files with these file types: ": "Anda dapat mengunggah berkas dengan jenis sebagai berikut:", + "You can use your {accountName} account to sign in to your {platformName} account.": "Anda dapat menggunakan akun {accountName} Anda untuk masuk ke akun {platformName} Anda.", + "You can view your information or unlink from {enterprise_name} anytime in your Account Settings.": "Anda dapat melihat informasi Anda dan membatalkan tautan dari {enterprise_name} setiap saat melalui Pengaturan Akun Anda.", + "You cannot view the course as a student or beta tester before the course release date.": "Anda tidak dapat melihat kursus sebagai siswa atau penguji beta sebelum tanggal rilis kursus.", + "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "Anda telah mengubah video URL, Tetapi tidak mengubah transkrip waktu. Apakah anda ingin menggunakan transkrip waktu yang sekarang atau unggah file transkrip waktu .srt yang baru?", + "You commented...": "Anda berkomentar...", + "You could not be subscribed to this post. Refresh the page and try again.": "Anda tidak dapat berlangganan pada post ini. Refresh halaman dan coba lagi.", + "You could not be unsubscribed from this post. Refresh the page and try again.": "Anda tidak dapat membatalkan langganan pada post ini. Refresh halaman dan coba lagi.", + "You currently have no cohorts configured": "Saat ini Anda tidak memiliki kohort yang sudah dikonfigurasi", + "You did not select a content group": "Anda tidak memilih grup isi", + "You did not select any files to submit.": "Anda belum memilih file yang akan diserahkan.", + "You did not submit the required files: {requiredFiles}.": "Anda tidak mengumpulkan berkas yang diperlukan: {requiredFiles}.", + "You don't seem to have Flash installed. Get Flash to continue your verification.": "Anda tidak memiliki Flash yang sudah diinstal. Instal Flash untuk melanjutkan verifikasi Anda.", + "You don't seem to have a webcam connected.": "Tidak dapat menemukan webcam Anda.", + "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "Anda telah menambahkan kriteria. Anda perlu memiliki satu opsi untuk pilihan dalam langkah Pelatihan Pembelajar. Untuk melakukannya, klik tab Setelan.", + "You have already verified your ID!": "Anda telah memverifikasi ID anda", + "You have been logged out of your edX account. Click Okay to log in again now. Click Cancel to stay on this page (you must log in again to save your work).": "Anda telah keluar dari akun edX anda. Klik Okay untuk masuk kembali sekarang. Klik Batalkan untuk tetap di halaman ini (Anda harus masuk lagi untuk menyimpan pekerjaan Anda).", + "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "Anda telah menghapus satu kriteria. Kriteria telah dihapus dari contoh tanggapan pada langkah Pelatihan Pembelajar.", + "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "Anda telah menghapus semua opsi untuk kriteria ini. Kriteria telah dihapus dari contoh tanggapan pada langkah Pelatihan Pembelajar.", + "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "Anda telah menghapus sebuah opsi. Opsi tersebut telah dihapus dari kriteria pada contoh tanggapan pada langkah Pelatihan Pembelajar. Anda mungkin perlu memilih opsi baru untuk kriteria tersebut.", + "You have no handouts defined": "Anda tidak memiliki handout yang terdefinisi", + "You have not bookmarked any courseware pages yet": "Anda belum menandai halaman kursus.", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Anda telah memilih sebuah aksi, tetapi belum mengubah bidang apapun. Kemungkinan Anda mencari tombol Buka dan bukan tombol Simpan.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Anda telah memilih sebuah aksi, tetapi belum menyimpan perubahan ke bidang yang ada. Klik OK untuk menyimpan perubahan ini. Anda akan perlu mengulangi aksi tersebut kembali.", + "You have set your language to {beta_language}, which is currently not fully translated. You can help us translate this language fully by joining the Transifex community and adding translations from English for learners that speak {beta_language}.": "Anda telah menyetel bahasa menjadi {beta_language}, yang belum seluruhnya diterjemahkan. Anda dapat membantu kami menerjemahkan ke bahasa ini seluruhnya dengan bergabung dengan komunitas Transifex dan menambahkan terjemahan dari Bahasa Inggris untuk peserta yang berbicara {beta_language}.", + "You have successfully signed into %(currentProvider)s, but your %(currentProvider)s account does not have a linked %(platformName)s account. To link your accounts, sign in now using your %(platformName)s password.": "Anda telah berhasil masuk ke %(currentProvider)s, namun akun %(currentProvider)s Anda tidak memiliki akun %(platformName)s yang terhubung. Untuk menghubungkan akun Anda, masuk sekarang dengan menggunakan kata sandi %(platformName)s Anda.", + "You have successfully updated your goal.": "Anda telah berhasil memperbarui tujuan Anda", + "You have unsaved changes are you sure you want to navigate away?": "Terdapat perubahan yang belum disimpan apakah anda yakin akan meninggalkan halaman ini?", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Beberapa perubahan bidang yang Anda lakukan belum tersimpan. Perubahan yang telah dilakukan akan hilang.", + "You haven't added any assets to this course yet.": "Anda belum menambahkan beberapa aset dalam kursus ini", + "You haven't added any content to this course yet.": "Anda belum menambahkan beberapa konten dalam kursus ini", + "You haven't added any textbooks to this course yet.": "Anda belum menambahkan beberapa texbooks pada kursus ini", + "You may access your account with this address if single-sign on or access to your primary email is not available.": "Anda dapat mengakses akun Anda jika akses atau single-sign on ke email utama Anda tidak berhasil.", + "You may also lose access to verified certificates and other program credentials like MicroMasters certificates. If you want to make a copy of these for your records before proceeding with deletion, follow the instructions for {htmlStart}printing or downloading a certificate{htmlEnd}.": "Anda mungkin akan kehilangan akses terhadap sertifikat yang terverifikasi dan kredensial program lain seperti sertifikat MicroMasters. Jika Anda ingin membuat salinan untuk dokumentasi Anda sebelum menghapus, ikuti petunjuk untuk {htmlStart}mencetak atau mengunduh sertifikat{htmlEnd}.", + "You must be over 13 to share a full profile. If you are over 13, make sure that you have specified a birth year on the {account_settings_page_link}": "Anda harus berusia di atas 13 tahun untuk membagikan profil lengkap. Jika Anda berusia lebih dari 13 tahun, pastikan Anda telah memasukkan tahun lahir Anda di {account_settings_page_link}", + "You must provide a learner name.": "Anda harus memasukkan nama pembelajar.", + "You must select a session by {expiration_date} to access the course.": "Anda harus memilih sesi dengan {expiration_date} untuk mengakses pelatihan.", + "You must select a session to access the course.": "Anda harus memilih sesi untuk mengakses kursus.", + "You must sign out and sign back in before your language changes take effect.": "Anda harus keluar dan masuk kembali sebelum perubahan bahasa yang Anda pilih dapat ditampilkan.", + "You must specify a name": "Anda harus berikan nama", + "You must specify a name for the cohort": "Anda harus menentukan nama untuk kohort ini", + "You must specify your birth year before you can share your full profile. To specify your birth year, go to the {account_settings_page_link}": "Anda harus menentukan tahun lahir sebelum Anda dapat membagikan profil lengkap Anda. Untuk memilih tahun lahir, klik {account_settings_page_link}", + "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "Anda memerlukan surat izin mengemudi, paspor, atau kartu identitas lain yang diterbitkan pemerintah yang memiliki nama dan foto Anda.", + "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "Anda membutuhkan kartu identitas dengan nama dan foto Anda. Surat izin mengemudi, paspor, atau kartu identitas lain yang diterbitkan oleh pemerintah dapat digunakan.", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "Anda memerlukan untuk aktifasi account anda sebelum anda dapat mendaftar kursus. Periksa inbok anda pada aktifasi email", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "Anda harus mengaktifkan akun sebelum Anda dapat mendaftar kursus. Periksa kotak masuk email Anda untuk email aktivasi. Setelah Anda menyelesaikan aktivasi Anda dapat memuat kembali halaman ini.", + "You receive messages from {platform_name} and course teams at this address.": "Anda menerima pesan dari {platform_name} dan tim kursus di alamat ini.", + "You submitted {filename}; only {allowedFiles} are allowed.": "Anda menyerahkan {filename}; Anda hanya boleh menyerahkan {allowedFiles}.", + "You will be refunded the amount you paid.": "Anda akan mendapatkan uang yang telah Anda bayar.", + "You will not be refunded the amount you paid.": "Anda tidak akan mendapatkan uang yang telah Anda bayarkan.", + "You!": "Anda!", + "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "Anda akan mengirimkan tanggapan Anda untuk tugas ini. Setelah Anda mengirimkan tanggapan ini, Anda tidak dapat mengubah atau menyampaikan tanggapan baru.", + "You've made some changes": "Anda telah membuat beberapa perubahan", + "You've made some changes, but there are some errors": "Anda telah menyimpan beberapa perubahan, tetapi ada beberapa kesalahan", + "You've successfully signed into %(currentProvider)s.": "Anda telah berhasil masuk ke dalam %(currentProvider)s.", + "Your Program Journey": "Perjalanan Program Anda", + "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "Browser anda tidak mendukung akses langsung ke clipboard. Silakan menggunakan keyboard Ctrl+X/C/V shortcuts sebagai gantinya.", + "Your changes have been saved.": "Perubahan Anda telah disimpan.", + "Your changes have been saved. {details}": "Perubahan yang Anda buat telah disimpan.{details}", + "Your changes will not take effect until you save your progress.": "Perubahan Anda tidak akan berpengaruh hingga Anda menyimpan kemajuan Anda.", + "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "Perubahan Anda tidak akan berpengaruh hingga Anda menyimpan kemajuan Anda. Hati-hati terhadap format kunci dan nilai, karena validasi belum diimplementasikan.", + "Your donation could not be submitted.": "Donasi Anda tidak dapat dikirimkan.", + "Your email message was successfully queued for sending. In courses with a large number of learners, email messages to learners might take up to an hour to be sent.": "Pesan email Anda telah berhasil diantrikan untuk pengiriman. Pada kursus dengan jumlah pembelajar yang banyak, pesan email untuk pembelajar dapat terkirim dalam waktu sampai dengan 1 jam.", + "Your entire face fits inside the frame.": "Seluruh wajah anda pas kan ke dalam frame", + "Your face is well-lit.": "Wajah anda remang remang", + "Your file ": "Berkas Anda", + "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "Berkas '{file}' telah duunggah. Tunggu beberapa menit untuk melengkapi pemrosesan.", + "Your file has been deleted.": "Berkas Anda telah dihapus", + "Your file {filename} is too large (max size: {maxSize}MB).": "Ukuran berkas Anda {filename} terlalu besar (ukuran maksimal: {maxSize}MB).", + "Your import has failed.": "Impor Anda gagal", + "Your message cannot be blank.": "Pesan tidak boleh kosong", + "Your message must have a subject.": "Pesan anda harus mempunyai subyek.", + "Your message must have at least one target.": "Pesan Anda harus memiliki setidaknya satu target.", + "Your policy changes have been saved.": "Perubahan kebijakan Anda telah disimpan.", + "Your post will be discarded.": "Posting anda akan di hapus", + "Your profile settings are managed by {enterprise_name}. Contact your administrator or {link_start}edX Support{link_end} for help.": "Setelan profil Anda dikelola oleh {enterprise_name}. Hubungi administrator Anda atau {link_start}Dukungan edX{link_end} untuk bantuan.", + "Your question or idea (required)": "Pertanyaan atau ide Anda (wajib diisi)", + "Your request could not be completed due to a server problem. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "Permintaan Anda tidak dapat dilakukan karena permasalahan server. Reload halaman ini dan coba kembali. Jika permasalahan tetap terjadi, klik tab Help/Bantuan untuk melaporkan.", + "Your request could not be completed. Reload the page and try again.": "Permintaan Anda tidak dapat diproses. Reload halaman ini dan coba kembali.", + "Your request could not be completed. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "Permintaan Anda tidak dapat dilakukan. Reload halaman ini dan coba lagi. Jika permasalahan tetap terjadi, klik tab Help untuk melaporkan permasalahan ini.", + "Your request could not be processed. Refresh the page and try again.": "Permintaan Anda tidak dapat diproses. Refresh halaman dan coba lagi.", + "Your unenrollment request could not be processed. Please try again later.": "Permintaan Anda untuk keluar dari pendaftaran tidak dapat diproses. Silakan coba kembali beberapa saat lagi.", + "Your upload of '{file}' failed.": "Unggahan '{file}' Anda gagal.", + "Your upload of '{file}' succeeded.": "Unggahan '{file}' Anda berhasil.", + "Your verification status is good until {verificationGoodUntil}.": "Status verifikasi Anda berlaku sampai {verificationGoodUntil}.", + "Your {program} Certificate": "Sertifikat {program} Anda", + "Yourself": "Anda sendiri", + "Zoom In": "Perkecil", + "Zoom Out": "Perbesar", + "[no tags]": "[no tags]", + "a day": "satu hari", + "a timed exam": "ujian berwaktu", "about %d hour": [ "sekitar %d jam" - ], - "about a minute": "sekitar satu menit", - "about a month": "sekitar sebulan", - "about a year": "sekitar setahun", - "about an hour": "sekitar satu jam", - "active proctored exams": "Ujian proktor aktif", - "and others": "dan lainnya", - "anonymous": "anonim", - "answer": "Jawaban", - "bytes": "byte", - "close": "tutup", - "component": "komponen", - "correct": "Benar", - "could not determine the course_id": "tidak dapat menentukan course_id", - "course id": "id kursus", - "courses with active proctored exams": "Pelatihan dengan ujian proktor aktif", - "delete chapter": "Hapus bab", - "delete group": "Hapus grup", - "dragging": "menarik", - "dragging out of slider": "menarik keluar dari slider", - "dropped in slider": "ditaruh pada slider", - "dropped on target": "Ditaruh pada target", - "e.g. 'Sky with clouds'. The description is helpful for users who cannot see the image.": "Contoh: 'Langit dengan awan'. Deskripsi ini berguna bagi pengguna yang tidak dapat melihat gambar.", - "e.g. 'google'": "misalnya 'google'", - "e.g. 'http://google.com'": "misalnya 'http://google.com'", - "emphasized text": "garis bawah", - "enter code here": "masukan kode disini", - "enter link description here": "masukan keterangan tautan di sini", - "image omitted": "gambar dihilangkan", - "incorrect": "Salah", - "internally reviewed": "Telah diulas secara internal", - "last activity": "aktivitas terakhir", - "less than a minute": "kurang dari satu menit", - "name": "Nama", - "off": "Mati", - "on": "Nyala", - "one letter Friday\u0004F": "J", - "one letter Monday\u0004M": "S", - "one letter Saturday\u0004S": "S", - "one letter Sunday\u0004S": "M", - "one letter Thursday\u0004T": "K", - "one letter Tuesday\u0004T": "S", - "one letter Wednesday\u0004W": "R", - "open slots": "slot tersedia", - "or": "atau", - "or create a new one here": "Buatlah satu yang baru disini", - "or sign in with": "Atau masuk dengan", - "practice": "Latihan", - "price": "Harga", - "proctored": "Proktor", - "provide the title/name of the chapter that will be used in navigating": "Menyediakan judul/nama dari bab yang akan digunakan dalam navigasi", - "provide the title/name of the text book as you would like your students to see it": "Menyediakan judul/nama dari textbook selagi anda ingin pelajar anda melihatnya", - "remove": "hapus", - "satisfactory": "Memuaskan", - "send an email message to {email}": "Mengirim surel ke {email}", - "strong text": "Teks tebal", - "team count": "jumlah tim", - "text_word_{uniqueId}": "text_word_{uniqueId}", - "text_word_{uniqueId} title_word_{uniqueId}": "text_word_{uniqueId} title_word_{uniqueId}", + ], + "about a minute": "sekitar satu menit", + "about a month": "sekitar sebulan", + "about a year": "sekitar setahun", + "about an hour": "sekitar satu jam", + "active proctored exams": "Ujian proktor aktif", + "and others": "dan lainnya", + "anonymous": "anonim", + "answer": "Jawaban", + "bytes": "byte", + "close": "tutup", + "component": "komponen", + "correct": "Benar", + "could not determine the course_id": "tidak dapat menentukan course_id", + "course id": "id kursus", + "courses with active proctored exams": "Pelatihan dengan ujian proktor aktif", + "delete chapter": "Hapus bab", + "delete group": "Hapus grup", + "dragging": "menarik", + "dragging out of slider": "menarik keluar dari slider", + "dropped in slider": "ditaruh pada slider", + "dropped on target": "Ditaruh pada target", + "e.g. 'Sky with clouds'. The description is helpful for users who cannot see the image.": "Contoh: 'Langit dengan awan'. Deskripsi ini berguna bagi pengguna yang tidak dapat melihat gambar.", + "e.g. 'google'": "misalnya 'google'", + "e.g. 'http://google.com'": "misalnya 'http://google.com'", + "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "contoh johndoe@example.com, JaneDoe, joeydoe@example.com", + "emphasized text": "garis bawah", + "enter code here": "masukan kode disini", + "enter link description here": "masukan keterangan tautan di sini", + "for": "untuk", + "for {courseName}": "untuk {courseName}", + "image omitted": "gambar dihilangkan", + "incorrect": "Salah", + "internally reviewed": "Telah diulas secara internal", + "last activity": "aktivitas terakhir", + "less than a minute": "kurang dari satu menit", + "name": "Nama", + "off": "Mati", + "on": "Nyala", + "one letter Friday\u0004F": "J", + "one letter Monday\u0004M": "S", + "one letter Saturday\u0004S": "S", + "one letter Sunday\u0004S": "M", + "one letter Thursday\u0004T": "K", + "one letter Tuesday\u0004T": "S", + "one letter Wednesday\u0004W": "R", + "open slots": "slot tersedia", + "or": "atau", + "or create a new one here": "Buatlah satu yang baru disini", + "or sign in with": "Atau masuk dengan", + "pending": "ditunda", + "practice": "Latihan", + "price": "Harga", + "proctored": "Proktor", + "provide the title/name of the chapter that will be used in navigating": "Menyediakan judul/nama dari bab yang akan digunakan dalam navigasi", + "provide the title/name of the text book as you would like your students to see it": "Menyediakan judul/nama dari textbook selagi anda ingin pelajar anda melihatnya", + "remove": "hapus", + "satisfactory": "Memuaskan", + "send an email message to {email}": "Mengirim surel ke {email}", + "strong text": "Teks tebal", + "team count": "jumlah tim", + "text_word_{uniqueId}": "text_word_{uniqueId}", + "text_word_{uniqueId} title_word_{uniqueId}": "text_word_{uniqueId} title_word_{uniqueId}", "there is currently {numVotes} vote": [ "saat ini terdapat {numVotes} vote" - ], - "title_word_{uniqueId}": "title_word_{uniqueId}", - "unsatisfactory": "Tidak memuaskan", - "unsubmitted": "submisi dibatalkan", - "upload a PDF file or provide the path to a Studio asset file": "Unggah file PDF atau menyediakan path/jalur pada file aset studio", - "username or email": "nama pengguna atau email", - "with %(release_date_from)s": "Dengan %(release_date_from)s", - "with %(section_or_subsection)s": "Dengan %(section_or_subsection)s", - "you have less than a minute remaining": "Anda hanya memiliki sisa waktu kurang dari satu menit.", - "you have {remaining_time} remaining": "Anda memiliki {remaining_time} tersisa", - "your course": "Pelatihan anda", - "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start}Cari tim di topik lain{span_end} atau {search_span_start}cari tim{span_end} di topik ini. Jika belum menemukan tim yang tepat, {create_span_start}buat tim baru di topik ini{span_end}.", - "{email}": "{email}", - "{htmlStart}Want to change your email, name, or password instead?{htmlEnd}": "{htmlStart}Mungkin Anda ingin mencoba mengganti email, nama, atau kata kunci?{htmlEnd}", - "{label}: {status}": "{label}: {status}", + ], + "title_word_{uniqueId}": "title_word_{uniqueId}", + "unsatisfactory": "Tidak memuaskan", + "unsubmitted": "submisi dibatalkan", + "upload a PDF file or provide the path to a Studio asset file": "Unggah file PDF atau menyediakan path/jalur pada file aset studio", + "username or email": "nama pengguna atau email", + "with %(release_date_from)s": "Dengan %(release_date_from)s", + "with %(section_or_subsection)s": "Dengan %(section_or_subsection)s", + "you have less than a minute remaining": "Anda hanya memiliki sisa waktu kurang dari satu menit.", + "you have {remaining_time} remaining": "Anda memiliki {remaining_time} tersisa", + "your course": "Pelatihan anda", + "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start}Cari tim di topik lain{span_end} atau {search_span_start}cari tim{span_end} di topik ini. Jika belum menemukan tim yang tepat, {create_span_start}buat tim baru di topik ini{span_end}.", + "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} of {maxCharacters}": "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} {maxCharacters}", + "{email}": "{email}", + "{htmlStart}Want to change your email, name, or password instead?{htmlEnd}": "{htmlStart}Mungkin Anda ingin mencoba mengganti email, nama, atau kata kunci?{htmlEnd}", + "{label}: {status}": "{label}: {status}", "{numMoved} learner was moved from {prevCohort}": [ "{numMoved} pembelajar telah dipindahkan dari {prevCohort}" - ], + ], "{numPreassigned} learner was pre-assigned for this cohort. This learner will automatically be added to the cohort when they enroll in the course.": [ "{numPreassigned} pembelajar telah dimasukkan ke kohort ini. Pembelajar ini secara otomatis akan ditambahkan ke kohort saat mereka masuk ke kursus." - ], + ], "{numPresent} learner was already in the cohort": [ "{numPresent} pembelajar terdapat dalam kohort" - ], + ], "{numResponses} other response": [ "{numResponses} respon lain" - ], + ], "{numResponses} response": [ "{numResponses} respon" - ], + ], "{numUsersAdded} learner has been added to this cohort. ": [ "{numUsersAdded} pembelajar telah ditambahkan ke kohort ini." - ], + ], "{numVotes} Vote": [ "{numVotes} vote" - ], - "{num_of_minutes} minute": "{num_of_minutes} menit", - "{paragraphStart}You entered {boldStart}{email}{boldEnd}. If this email address is associated with your {platform_name} account, we will send a message with password recovery instructions to this email address.{paragraphEnd}{paragraphStart}If you do not receive a password reset message after 1 minute, verify that you entered the correct email address, or check your spam folder.{paragraphEnd}{paragraphStart}If you need further assistance, {anchorStart}contact technical support{anchorEnd}.{paragraphEnd}": "{paragraphStart}Anda memasukkan {boldStart}{email}{boldEnd}. Jika alamat email ini berhubungan dengan akun {platform_name} Anda, kami akan mengirimkan email dengan petunjuk pengembalian kata kunci ke alamat email ini.{paragraphEnd}{paragraphStart}Jika Anda tidak menerima pesan reset kata kunci setelah 1 menit, pastikan Anda memasukkan alamat email yang benar, atau periksa folder spam Anda.{paragraphEnd}{paragraphStart}Jika Anda memerlukan bantuan lebih lanjut, {anchorStart}hubungi dukungan teknis{anchorEnd}.{paragraphEnd}", - "{start_strong}{total}{end_strong} words submitted in total.": "{start_strong}{total}{end_strong} total kata dikumpulkan", - "{strongStart}Warning: Account deletion is permanent.{strongEnd} Please read the above carefully before proceeding. This is an irreversible action, and {strongStart}you will no longer be able to use the same email on edX.{strongEnd}": "{strongStart}Peringatan: Penghapusan akun bersifat permanen.{strongEnd} Mohon baca baik-baik sebelum melanjutkan. Tindakan ini tidak dapat dikembalikan, dan {strongStart}Anda tidak akan dapat menggunakan email yang sama untuk edX.{strongEnd}", + ], + "{num_of_minutes} minute": "{num_of_minutes} menit", + "{num_points} point possible (ungraded)": [ + "{num_points} poin yang diperoleh (tidak dinilai)" + ], + "{num_points} point possible (ungraded, results hidden)": [ + "{num_points} poin yang diperoleh (tidak dinilai)" + ], + "{organization}\\'s logo": "logo {organization}", + "{paragraphStart}You entered {boldStart}{email}{boldEnd}. If this email address is associated with your {platform_name} account, we will send a message with password recovery instructions to this email address.{paragraphEnd}{paragraphStart}If you do not receive a password reset message after 1 minute, verify that you entered the correct email address, or check your spam folder.{paragraphEnd}{paragraphStart}If you need further assistance, {anchorStart}contact technical support{anchorEnd}.{paragraphEnd}": "{paragraphStart}Anda memasukkan {boldStart}{email}{boldEnd}. Jika alamat email ini berhubungan dengan akun {platform_name} Anda, kami akan mengirimkan email dengan petunjuk pengembalian kata kunci ke alamat email ini.{paragraphEnd}{paragraphStart}Jika Anda tidak menerima pesan reset kata kunci setelah 1 menit, pastikan Anda memasukkan alamat email yang benar, atau periksa folder spam Anda.{paragraphEnd}{paragraphStart}Jika Anda memerlukan bantuan lebih lanjut, {anchorStart}hubungi dukungan teknis{anchorEnd}.{paragraphEnd}", + "{selectedProvider} credentials saved": "Kredensial {selectedProvider} disimpan", + "{sessionDates} (Open until {enrollmentEnd})": "{sessionDates} (Dibuka sampai {enrollmentEnd})", + "{sessionDates} - Currently Selected": "{sessionDates} - Sedang Dipilih", + "{start_strong}{total}{end_strong} words submitted in total.": "{start_strong}{total}{end_strong} total kata dikumpulkan", "{total_results} result": [ "{total_results} hasil" - ], - "{type} Progress": "Kemajuan {type} ", + ], + "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}": "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}", + "{type} Progress": "Kemajuan {type} ", "\u2026": "\u2026" }; for (var key in newcatalog) { @@ -1728,54 +1936,54 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "j N Y, G.i", + "DATETIME_FORMAT": "j N Y, G.i", "DATETIME_INPUT_FORMATS": [ - "%d-%m-%Y %H.%M.%S", - "%d-%m-%Y %H.%M.%S.%f", - "%d-%m-%Y %H.%M", - "%d-%m-%Y", - "%d-%m-%y %H.%M.%S", - "%d-%m-%y %H.%M.%S.%f", - "%d-%m-%y %H.%M", - "%d-%m-%y", - "%m/%d/%y %H.%M.%S", - "%m/%d/%y %H.%M.%S.%f", - "%m/%d/%y %H.%M", - "%m/%d/%y", - "%m/%d/%Y %H.%M.%S", - "%m/%d/%Y %H.%M.%S.%f", - "%m/%d/%Y %H.%M", - "%m/%d/%Y", - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", + "%d-%m-%Y %H.%M.%S", + "%d-%m-%Y %H.%M.%S.%f", + "%d-%m-%Y %H.%M", + "%d-%m-%Y", + "%d-%m-%y %H.%M.%S", + "%d-%m-%y %H.%M.%S.%f", + "%d-%m-%y %H.%M", + "%d-%m-%y", + "%m/%d/%y %H.%M.%S", + "%m/%d/%y %H.%M.%S.%f", + "%m/%d/%y %H.%M", + "%m/%d/%y", + "%m/%d/%Y %H.%M.%S", + "%m/%d/%Y %H.%M.%S.%f", + "%m/%d/%Y %H.%M", + "%m/%d/%Y", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", "%Y-%m-%d" - ], - "DATE_FORMAT": "j N Y", + ], + "DATE_FORMAT": "j N Y", "DATE_INPUT_FORMATS": [ - "%d-%m-%y", - "%d/%m/%y", - "%d-%m-%Y", - "%d/%m/%Y", - "%d %b %Y", - "%d %B %Y", + "%d-%m-%y", + "%d/%m/%y", + "%d-%m-%Y", + "%d/%m/%Y", + "%d %b %Y", + "%d %B %Y", "%Y-%m-%d" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "1", - "MONTH_DAY_FORMAT": "j F", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "d-m-Y G.i", - "SHORT_DATE_FORMAT": "d-m-Y", - "THOUSAND_SEPARATOR": ".", - "TIME_FORMAT": "G.i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "1", + "MONTH_DAY_FORMAT": "j F", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "d-m-Y G.i", + "SHORT_DATE_FORMAT": "d-m-Y", + "THOUSAND_SEPARATOR": ".", + "TIME_FORMAT": "G.i", "TIME_INPUT_FORMATS": [ - "%H.%M.%S", - "%H.%M", - "%H:%M:%S", - "%H:%M:%S.%f", + "%H.%M.%S", + "%H.%M", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/it-it/djangojs.js b/cms/static/js/i18n/it-it/djangojs.js index cea7d4321d..98e7f832b1 100644 --- a/cms/static/js/i18n/it-it/djangojs.js +++ b/cms/static/js/i18n/it-it/djangojs.js @@ -21,849 +21,849 @@ var newcatalog = { "%(memberCount)s / %(maxMemberCount)s Member": [ - "%(memberCount)s / %(maxMemberCount)s Membri", + "%(memberCount)s / %(maxMemberCount)s Membri", "%(memberCount)s / %(maxMemberCount)s Membri" - ], + ], "%(num_questions)s question": [ - "%(num_questions)s domanda", + "%(num_questions)s domanda", "%(num_questions)s domande" - ], + ], "%(num_students)s student": [ - "%(num_students)s studente", + "%(num_students)s studente", "%(num_students)s studenti" - ], + ], "%(num_students)s student opened Subsection": [ - "%(num_students)s lo studente ha aperto una Sottosezione", + "%(num_students)s lo studente ha aperto una Sottosezione", "%(num_students)s gli studenti hanno aperto una Sottosezione" - ], + ], "%(sel)s of %(cnt)s selected": [ - "%(sel)s di %(cnt)s selezionato", + "%(sel)s di %(cnt)s selezionato", "%(sel)s di %(cnt)s selezionati" - ], + ], "%(team_count)s Team": [ - "%(team_count)s Gruppi", + "%(team_count)s Gruppi", "%(team_count)s Gruppi" - ], - "%s ago": "%s fa", - "%s from now": "%s da ora", - "(Caption will be displayed when you start playing the video.)": "(La trascrizione del video verr\u00e0 mostrata quando inizierai a guardare il video)", - "(Optional)": "(Facoltativo)", - "(Required Field)": "(Campo richiesto)", - "- Sortable": "- Selezionabile", - "6 a.m.": "6 del mattino", - "6 p.m.": "6 del pomeriggio", - "A name that identifies your team (maximum 255 characters).": "Un nome che identifichi il tuo gruppo (massimo 255 caratteri).", - "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "Una breve descrizione della squadra che serva agli altri studenti per comprendere gli obiettivi o l'orientamento del gruppo (massimo 300 caratteri).", - "About me": "Su di me", - "Account": "Account", - "Account Settings": "Impostazioni account", - "Account Settings page.": "Pagina impostazioni account.", - "Actions": "Azioni", - "Activate Your Account": "Attiva Il Tuo Account", - "Activating a link in this group will skip to the corresponding point in the video.": "Attivando un link in questo gruppo si passer\u00f2 al corrispondente punto nel video.", - "Active": "Attivo", - "Add": "Aggiungi", - "Add Cohort": "Aggiungi Cohort", - "Add Country": "Aggiungi nazione", - "Add New Component": "Aggiungi nuovo componente", - "Add a Chapter": "Aggiungi un Capitolo", - "Add language": "Aggiungi lingua", - "Add to Dictionary": "Aggiungi al Dizionario", - "Adding the selected course to your cart": "Aggiunta del corso selezionato al tuo carrello", - "Adjust video speed": "Regola la velocit\u00e0 del video", - "Adjust video volume": "Regola il volume del video", - "Advanced": "Avanzato", - "Align center": "Allinea al centro", - "Align left": "Allinea a sinistra", - "Align right": "Allinea a destra", - "Alignment": "Allineamento", - "All Rights Reserved": "Tutti i diritti riservati", - "All Topics": "Tutti gli argomenti", - "All accounts were created successfully.": "Tutti gli account sono stati creati con successo.", - "All payment options are currently unavailable.": "Tutte le opzioni di pagamento sono al momento non disponibili", - "All subsections": "Tutte le sottosezioni", - "All teams": "Tutti i gruppi", - "All topics": "Tutti gli argomenti", - "All units": "Tutte le unit\u00e0", - "Allow students to generate certificates for this course?": "Permetti agli studenti di generare certificati per questo corso?", - "Alternative source": "Sorgente alternativa", - "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "Si \u00e8 verificato un errore. Assicurati di essere connesso a internet e poi prova a riavviare la pagina.", - "An error has occurred. Please try again later.": "Si \u00e8 verificato un errore. Per piacere, riprova pi\u00f9 tardi.", - "An error has occurred. Please try again.": "Si \u00e8 verificato un errore. Per piacere, prova di nuovo.", - "An error has occurred. Please try reloading the page.": "Si \u00e8 verificato un errore. Per piacere, prova a ricaricare la pagina.", - "An error has occurred. Refresh the page, and then try again.": "Si \u00e8 verificato un errore. Aggiorna la pagina, poi prova di nuovo.", - "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "Si \u00e8 verificato un errore mentre cercavi di leggere le tue email. Riprova dopo cortesemente, e contatta il supporto tecnico se il problema persiste.", - "An error occurred while removing the member from the team. Try again.": "Si \u00e8 verificato un errore durante la rimozione del membro dal team. Riprova pi\u00f9 tardi", - "An error occurred. Make sure that the student's username or email address is correct and try again.": "Si \u00e8 verificato un errore. Assicurati che il nome utente dello studente o il suo indirizzo email sia corretto, poi prova di nuovo.", - "An error occurred. Please try again.": "Si \u00e8 verificato un errore. Riprova pi\u00f9 tardi.", - "An error occurred. Try again.": "Si \u00e8 verificato un errore. Riprova pi\u00f9 tardi.", - "An unexpected error occurred. Please try again.": "Si \u00e8 verificato un errore inatteso. Riprova pi\u00f9 tardi.", - "Anchor": "Ancoraggio", - "Anchors": "Ancoraggi", - "April": "Aprile", - "Are you sure you want to delete this comment?": "Sei sicuro di voler cancellare questo commento?", - "Are you sure you want to delete this post?": "Sei sicuro di voler cancellare questo post?", - "Are you sure you want to delete this response?": "Sei sicuro di voler cancellare questa risposta?", - "Are you sure you want to delete this update?": "Sei sicuro di voler cancellare questo aggiornamento?", - "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "Sei sicuro di voler cancellare questo elemento. Non pu\u00f2 essere annullato!\n\n\nInoltre, tutti i contenuti che fanno riferimento a questo elemento non funzioneranno pi\u00f9 (es: link o immagini non funzionanti)", - "Are you sure?": "Sei sicuro?", - "Assign students to cohorts by uploading a CSV file.": "Assegna studenti ai cohort caricando un file CSV", - "August": "Agosto", - "Author": "Autore", - "Available %s": "%s disponibili", - "Average": "Normale", - "Background color": "Colore di sfondo", - "Be sure your entire face is inside the frame": "Assicurati che l'intero volto rientri nell'inquadratura", - "Blockquote": "Citazione", - "Blockquote (Ctrl+Q)": "Blockquote (Ctrl+Q)", - "Blocks": "Blocchi", - "Body": "Corpo", - "Bold": "Grassetto", - "Bold (Ctrl+B)": "Grassetto (Ctrl+B)", - "Bookmarked": "Salvato nei segnalibri", - "Border": "Bordo", - "Border color": "Colore del bordo", - "Bottom": "In basso", - "Browse": "Cerca", - "Bullet list": "Elenco puntato", - "Bulleted List (Ctrl+U)": "Elenco puntato (Ctrl+U)", - "Can we match the photo you took with the one on your ID?": "Possiamo confrontare la foto scattata con quella associata al tuo ID?", - "Cancel": "Annulla", - "Cancel enrollment code": "Cancella il codice di iscrizione.", - "Caption": "Didascalia", - "Cell": "Cella", - "Cell padding": "Spaziatura celle", - "Cell properties": "Propriet\u00e0 della cella", - "Cell spacing": "Spaziatura della cella", - "Cell type": "Tipo di cella", - "Center": "Al centro", - "Change": "Cambia", - "Change image": "Cambia immagine", - "Chapter Name": "Nome Capitolo", - "Check Your Email": "Controlla la tua casella di posta", - "Check the highlighted fields below and try again.": "Controlla i campi evidenziati sotto e riprova.", - "Check your email": "Controlla la tua casella di posta", - "Checkout": "Paga", - "Checkout with PayPal": "Paga con PayPal", - "Checkout with {processor}": "Paga con {processor}", - "Choose": "Scegli", - "Choose File": "Scegli File", - "Choose a .csv file": "Scegli un file .csv", - "Choose a Date": "Scegli una data", - "Choose a Time": "Scegli un orario", - "Choose a time": "Scegli un orario", - "Choose all": "Scegli tutto", - "Choose one": "Scegliere un'opzione", - "Chosen %s": "%s scelti", - "Circle": "Cerchio", - "Clear": "Pulisci", - "Clear formatting": "Rimuovi formattazione", - "Clear search": "Cancella ricerca", - "Click OK to have your e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Seleziona OK per inviare il tuo indirizzo e-mail a un'applicazione di terze parti. Seleziona Annulla per ritornare a questa pagina senza inviare alcuna informazione.", - "Click OK to have your username and e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "terze", - "Click OK to have your username sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Clicca OK per mandare il tuo username a un'applicazione di terze parti.\nClicca Annulla per ritornare indietro a questo pagina senza mandare alcuna informazione.", - "Click on this button to mute or unmute this video or press UP or DOWN buttons to increase or decrease volume level.": "Fai clic su questo pulsante per azzerare o ripristinare il volume del video o premi i pulsanti PI\u00d9 o MENO per incrementare o diminuire il livello del volume.", - "Click to change": "Clicca per cambiare", - "Click to choose all %s at once.": "Fai clic per scegliere tutti i %s in una volta.", - "Click to remove all chosen %s at once.": "Fai clic per eliminare tutti i %s in una volta.", - "Close": "Chiudi", - "Close Calculator": "Chiudi Calcolatore", - "Code": "Codice", - "Code Sample (Ctrl+K)": "Esempio di Codice (Ctrl+K)", - "Code block": "Frammento di codice", - "Cohorts Disabled": "Cohort disabilitati", - "Cohorts Enabled": "Cohort abilitati", - "Collapse Instructions": "Nascondi le Istruzioni", - "Color": "Colore", - "Cols": "Colonne", - "Column": "Colonna", - "Column group": "Gruppo di colonne", - "Coming Soon": "In arrivo", - "Commentary": "Commentario", - "Common Problem Types": "Tipi di Problema comune", - "Configure": "Configura", - "Confirm": "Conferma", - "Constrain proportions": "Mantieni proporzioni", - "Copy": "Copia", - "Copy Email To Editor": "Copia Email nell' Editor", - "Copy row": "Copia riga", - "Could not find the specified string.": "Impossibile trovare la stringa indicata.", - "Could not find users associated with the following identifiers:": "Non \u00e8 stato possibile trovare utenti associati con i seguenti identificatori:", - "Could not retrieve payment information": "Non \u00e8 possibile recuperare le informazioni di pagamento", - "Could not submit order": "Impossibile inviare l'ordine", - "Could not submit photos": "Impossibile caricare le foto.", - "Country": "Paese", - "Course Handouts": "Materiali del Corso", - "Course ID": "ID del corso", - "Course Name": "Nome Corso", - "Course Number": "Numero del Corso", - "Course Outline": "Struttura del corso", - "Course Title": "Titolo del Corso", - "Course is not yet visible to students.": "Il corso non \u00e8 ancora visibile agli studenti.", - "Create": "Crea", - "Create a New Team": "Crea un nuovo gruppo", - "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "Crea un nuovo gruppo se non ne trovi uno esistente di cui far parte, o se vorresti apprendere insieme ad amici che conosci ", - "Creating missing groups": "Sto creando i gruppi mancanti", - "Creative Commons licensed content, with terms as follow:": "Contenuti protetti da licenza Creative Commons, i termini della licenza sono i seguenti:", - "Current conversation": "Conversazione attuale", - "Current tab": "Scheda corrente", - "Custom color": "Colore personalizzato", - "Custom...": "Personalizzato...", - "Cut": "Taglia", - "Cut row": "Taglia riga", - "Date": "Data", - "Date Added": "Data inserimento", - "December": "Dicembre", - "Decrease indent": "Riduci indentazione", - "Default": "Predefinito", - "Delete": "Cancella", - "Delete File Confirmation": "Conferma cancellazione file", - "Delete column": "Elimina colonna", - "Delete row": "Elimina riga", - "Delete table": "Elimina tabella", - "Delete this asset": "Cancella questa attivit\u00e0", - "Delete this team?": "Cancellare questo team?", - "Deleting a team is permanent and cannot be undone. All members are removed from the team, and team discussions can no longer be accessed.": "La cancellazione del team \u00e8 permanente e non pu\u00f2 essere annullata. Tutti i membri verranno rimossi dal team, e le discussioni di team non saranno pi\u00f9 accessibili.", - "Deprecated": "Obsoleta", - "Description": "Descrizione", - "Details": "Dettagli", - "Dimensions": "Dimensioni", - "Disc": "Disco", - "Discard Changes": "Rifiuta modifiche", - "Display Name": "Mostra il nome", - "Div": "Div", - "Do not show again": "Non mostrare pi\u00f9", - "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "Vuoi esonerare questo studente ('{student_id}') dall'esame di ingresso?", - "Document properties": "Propriet\u00e0 del documento", - "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "Non vedi la tua immagine? Assicurati di consentire al tuo browser di utilizzare la webcam quando ti viene richiesta l'autorizzazione. ", - "Donate": "Dona", - "Double-check that your webcam is connected and working to continue.": "Accertati che la tua webcam sia connessa e funzionante per continuare.", - "Drag to reorder": "Sposta e riordina", - "Drop target image": "Lascia l'immagine target", - "Due Date": "Data finale", - "Due:": "Dovuto:", - "Duplicate": "Duplica", - "Duration (sec)": "Durata (sec)", - "Edit": "Modifica", - "Edit HTML": "Modifica HTML", - "Edit Team": "Modifica Gruppo", - "Editable": "Modificabile", - "Education Completed": "Formazione completata", - "Email": "Email", - "Email address": "Indirizzo Email", - "Emails successfully sent. The following users are no longer enrolled in the course:": "Emails inviate con successo. Gli utenti seguenti non sono pi\u00f9 iscritti al corso:", - "Embed": "Incorpora", - "Emoticons": "Emoticon", - "Enabled": "Abilitato", - "Encoding": "Codifica", - "End of transcript. Skip to the start.": "Fine della trascrizione. Torna all'inizio", - "Enrolling you in the selected course": "Iscrivendoti al corso scelto", - "Enter Due Date and Time": "Inserisci data di consegna e ora", - "Enter Start Date and Time": "Inserisci data di inizio e ora", - "Enter a student's username or email address.": "Inserisci un nome utente studente o un indirizzo email.", - "Enter a username or email.": "Inserisci un nome utente o un'email", - "Enter team description.": "Inserisci la descrizione del gruppo.", - "Enter team name.": "Inserisci il nome del gruppo.", - "Enter the enrollment code.": "Inserisci il codice di iscrizione.", - "Enter username or email": "Inserisci nome utente o email", - "Entrance exam attempts is being reset for student '{student_id}'.": "\u00c8 in corso il ripristino dei tentativi delle prove di ammissione per lo studente '{student_id}'.", - "Entrance exam state is being deleted for student '{student_id}'.": "\u00c8 in corso la cancellazione della prova di ammissione dello studente '{student_id}'.", - "Error": "Errore", - "Error adding/removing users as beta testers.": "Errore aggiunta/rimozione utenti come beta testers.", - "Error changing user's permissions.": "Errore nel cambiamento del permessi dell'utente.", - "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "Errore nella cancellazione della prova di ammissione dello studente '{student_id}'. Verifica che l'identificativo dello studente sia corretto.", - "Error enrolling/unenrolling users.": "Errore iscrizione/cancellazione utenti.", - "Error generating grades. Please try again.": "Errore nel generare i voti. Per favore riprova.", - "Error generating list of students who may enroll. Please try again.": "Errore nella generazione dell'elenco degli studenti che possono iscriversi. Riprova pi\u00f9 tardi.", - "Error generating problem grade report. Please try again.": "Errore nella generazione dell'elenco dei voti. Riprova pi tardi.", - "Error generating proctored exam results. Please try again.": "Errore nella generazione dei risultati degli esami supervisionati. Riprova pi\u00f9 tardi.", - "Error generating student profile information. Please try again.": "Errore nella generazione dell'informazione sui profili degli studenti. Per favore prova un'altra volta.", - "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "Errore durante il recupero dello storico dell'esame di ammissione per lo studente '{student_id}'. Verifica che l'identificativo dello studente sia corretto.", - "Error getting student list.": "Errore ottenimento lista studenti", - "Error listing task history for this student and problem.": "Errore nella generazione della cronologia delle attivit\u00e0 per questo studente e problema.", - "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "Errore nell'azzeramento dei tentativi delle prove di ammissione dello studente '{student_id}'.Verifica che l'identificativo dello studente sia corretto.", - "Error retrieving grading configuration.": "Errore recupero configurazione valutazioni.", - "Error sending email.": "Errore nell'invio della email.", - "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "Errore nell'avvio dell'attivit\u00e0 di ricalcolo del punteggio della prova di ammissione per lo studente '{student_id}'. Assicurarsi che l'esame di ammissione comprenda degli esercizi e che l'identificativo dello studente sia corretto.", - "Error while generating certificates. Please try again.": "Errore nella generazione dei certificati. Riprova pi\u00f9 tardi.", - "Error:": "Errore:", - "Error: You cannot remove yourself from the Instructor group!": "Errore: Non puoi rimoverti dall gruppo Istruttori.", - "Errors": "Errori", - "Exit full browser": "Esci dal browser a schermo intero", - "Expand Instructions": "Espandi le Istruzioni", - "Explanation": "Spiegazione", - "February": "Febbraio", - "File": "File", - "File Name": "Nome File", - "Files must be in JPEG or PNG format.": "I file devono essere in formato JPEG o PNG.", - "Fill browser": "Riempi browser", - "Filter": "Filtro", - "Financial Assistance": "Assistenza Finanziaria", - "Find": "Trova", - "Find and replace": "Trova e sostituisci", - "Find next": "Trova successivo", - "Find previous": "Trova precedente", - "Finish": "Fine", - "Font Family": "Nome del carattere", - "Font Sizes": "Dimensione del carattere", - "Footer": "Pi\u00e8 di pagina", - "Format": "Formato", - "Formats": "Formati", - "Full Name": "Nome e Cognome", - "Full Profile": "Profilo completo", - "Fullscreen": "A schermo intero", - "Gender": "Sesso", - "General": "Generale", - "Go to your Dashboard": "Vai alla tua Dashboard", - "Grace period must be specified in HH:MM format.": "Il periodo di grazia deve essere specificato nel formato HH:MM.", - "H Align": "Allineamento orizzontale", - "HTML source code": "Codice sorgente HTML", - "Header": "Intestazione", - "Header 1": "Intestazione 1", - "Header 2": "Intestazione 2", - "Header 3": "Intestazione 3", - "Header 4": "Intestazione 4", - "Header 5": "Intestazione 5", - "Header 6": "Intestazione 6", - "Header cell": "Intestazione cella", - "Headers": "Intestazioni", - "Heading": "Titolo", - "Heading (Ctrl+H)": "Intestazione (Ctrl+H)", - "Heading 1": "Titolo 1", - "Heading 2": "Titolo 2", - "Heading 3": "Titolo 3", - "Heading 4": "Titolo 4", - "Heading 5": "Titolo 5", - "Heading 6": "Titolo 6", - "Headings": "Titoli", - "Height": "Altezza", - "Hide": "Nascondi", - "Hide Annotations": "Nascondi le Annotazioni", - "Hide Discussion": "Nascondi Discussione", - "Hide closed captions": "Nascondi le didascalie chiuse", - "Hide notes": "Nascondi le note", - "High Definition": "Alta definizione", - "Horizontal Rule (Ctrl+R)": "Linea Orizzontale (Ctrl+R)", - "Horizontal line": "Linea orizzontale", - "Horizontal space": "Spaziatura orizzontale", - "Hyperlink (Ctrl+L)": "Ipertesto (Ctrl+L)", - "ID": "ID", - "If you leave, you can no longer post in this team's discussions. Your place will be available to another learner.": "Se abbandoni, non potrai pi\u00fa fare post nelle discussioni del gruppo. Il tuo posto sar\u00e1 disponibile per un altro studente.", - "If you make significant changes, make sure you notify members of the team before making these changes.": "Assicurati di informare i membri del gruppo prima di effettuare cambiamenti significativi. ", - "If you use the Advanced Editor, this problem will be converted to XML and you will not be able to return to the Simple Editor Interface.\n\nProceed to the Advanced Editor and convert this problem to XML?": "Se usi un Editor Avanzato, questo problema sar\u00e0 convertito in XML e non sarai in grado di ritornare all'interfaccia del Editor Semplificato.\n\nProcedi all'Editor Avanzato e converti il problema in XML?", - "Ignore": "Ignora", - "Ignore all": "Ignora tutti", - "Image": "Immagine", - "Image (Ctrl+G)": "Immagine (Ctrl+G)", - "Image Description": "Descrizione dell'Immagine", - "Image Upload Error": "Errore durante il caricamento dell'immagine", - "Image description": "Descrizione dell'immagine", - "In Progress": "In corso", - "Increase indent": "Aumenta rientro", - "Inline": "In linea", - "Insert": "Inserisci", - "Insert Hyperlink": "Inserisci Hyperlink", - "Insert column after": "Inserisci colonna a destra", - "Insert column before": "Inserisci colonna a sinistra", - "Insert date/time": "Inserisci data/ora", - "Insert image": "Inserisci immagine", - "Insert link": "Inserisci collegamento", - "Insert row after": "Inserisci riga sotto", - "Insert row before": "Inserisci riga sopra", - "Insert table": "Inserisci tabella", - "Insert template": "Inserisci modello", - "Insert video": "Inserisci video", - "Insert/edit image": "Inserisci/modifica immagine", - "Insert/edit link": "Inserisci/modifica collegamento", - "Insert/edit video": "Inserisci/modifica collegamento", - "Is this OK?": "Va bene?", - "Italic": "Corsivo", - "Italic (Ctrl+I)": "Corsivo (Ctrl+I)", - "January": "Gennaio", - "Joined %(date)s": "membro da %(date)s", - "July": "Luglio", - "June": "Giugno", - "Justify": "Giustifica", - "KB": "KB", - "Key should only contain letters, numbers, _, or -": "La parola chiave non pu\u00f2 contenere lettere, numeri , _, o -", - "Keywords": "Parole chiave", - "LEARN MORE": "STUDIA ANCORA", - "Language": "Lingua", - "Large": "Larga", - "Last Activity %(date)s": "ultima attivit\u00e1 %(date)s ", - "Last activity %(date)s": "ultima attivit\u00e1 %(date)s", - "Leave this team?": "Abbandonare il gruppo? ", - "Left": "A sinistra", - "Left to right": "Da sinistra a destra", - "Less": "Meno", - "Limited Profile": "Profilo limitato", - "Link Description": "Descrizione del Link", - "Linking": "Collegando", - "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "I link sono generati su richiesta e scadono in 5 minuti a causa della natura sensibile delle informazioni degli studenti.", - "List item": "Lista", - "List of uploaded files and assets in this course": "Lista dei file caricati e delle risorse in questo corso", - "Load all responses": "Carica tutte le risposte", - "Loading": "Caricamento", - "Loading content": "Caricamento contenuto", - "Loading data...": "Caricamento dei dati...", - "Loading more threads": "Carica ulteriori discussioni", - "Loading your courses": "Caricamento dei tuoi corsi", - "Location": "Posizione", - "Location in Course": "Posizione in corso", - "Lock this asset": "Blocca questa attivit\u00e0", - "Lock/unlock file": "Blocca/Sblocca file", - "Loud": "Alto", - "Low": "Basso", - "Lower Alpha": "Lettere minuscole", - "Lower Greek": "Lettere greche minuscole", - "Lower Roman": "Cifre romane minuscole", - "MB": "MB", - "Make sure your face is well-lit": "Assicurati che il tuo volto sia ben illuminato", - "March": "Marzo", - "Mark enrollment code as unused": "Seleziona il codice di iscrizione inutilizzato", - "Match case": "Maiuscole/minuscole", - "Maximum": "Massimo", - "May": "Maggio", - "Membership": "Iscrizione", - "Merge cells": "Unisci celle", - "Message:": "Messaggio:", - "Middle": "Al centro", - "Midnight": "Mezzanotte", - "Minimum Score:": "Punteggio minimo", - "Module state successfully deleted.": "Stato del modulo cancellato con successo.", - "More": "Pi\u00f9", - "Mute": "Audio disattivato", - "Muted": "Audio disattivato", - "My Team": "Il mio gruppo", - "Name": "Nome", - "New document": "Nuovo documento", - "New window": "Nuova finestra", - "Next": "Prossimo", - "No Flash Detected": "Flash non trovato", - "No Webcam Detected": "Nessuna webcam rilevata", - "No color": "Nessun colore", - "No description available": "Descrizione non disponibile", - "No results found for \"%(query_string)s\". Please try searching again.": "Nessun risultato trovato per \"%(query_string)s\". Riprova pi\u00f9 tardi.", - "No tasks currently running.": "Nessuna attivit\u00e0 in corso in questo momento.", - "Nonbreaking space": "Spazio unificatore", - "None": "Nessuno", - "Noon": "Mezzogiorno", - "Not Graded": "Non qualificato.", + ], + "%s ago": "%s fa", + "%s from now": "%s da ora", + "(Caption will be displayed when you start playing the video.)": "(La trascrizione del video verr\u00e0 mostrata quando inizierai a guardare il video)", + "(Optional)": "(Facoltativo)", + "(Required Field)": "(Campo richiesto)", + "- Sortable": "- Selezionabile", + "6 a.m.": "6 del mattino", + "6 p.m.": "6 del pomeriggio", + "A name that identifies your team (maximum 255 characters).": "Un nome che identifichi il tuo gruppo (massimo 255 caratteri).", + "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "Una breve descrizione della squadra che serva agli altri studenti per comprendere gli obiettivi o l'orientamento del gruppo (massimo 300 caratteri).", + "About me": "Su di me", + "Account": "Account", + "Account Settings": "Impostazioni account", + "Account Settings page.": "Pagina impostazioni account.", + "Actions": "Azioni", + "Activate Your Account": "Attiva Il Tuo Account", + "Activating a link in this group will skip to the corresponding point in the video.": "Attivando un link in questo gruppo si passer\u00f2 al corrispondente punto nel video.", + "Active": "Attivo", + "Add": "Aggiungi", + "Add Cohort": "Aggiungi Cohort", + "Add Country": "Aggiungi nazione", + "Add New Component": "Aggiungi nuovo componente", + "Add a Chapter": "Aggiungi un Capitolo", + "Add language": "Aggiungi lingua", + "Add to Dictionary": "Aggiungi al Dizionario", + "Adding the selected course to your cart": "Aggiunta del corso selezionato al tuo carrello", + "Adjust video speed": "Regola la velocit\u00e0 del video", + "Adjust video volume": "Regola il volume del video", + "Advanced": "Avanzato", + "Align center": "Allinea al centro", + "Align left": "Allinea a sinistra", + "Align right": "Allinea a destra", + "Alignment": "Allineamento", + "All Rights Reserved": "Tutti i diritti riservati", + "All Topics": "Tutti gli argomenti", + "All accounts were created successfully.": "Tutti gli account sono stati creati con successo.", + "All payment options are currently unavailable.": "Tutte le opzioni di pagamento sono al momento non disponibili", + "All subsections": "Tutte le sottosezioni", + "All teams": "Tutti i gruppi", + "All topics": "Tutti gli argomenti", + "All units": "Tutte le unit\u00e0", + "Allow students to generate certificates for this course?": "Permetti agli studenti di generare certificati per questo corso?", + "Alternative source": "Sorgente alternativa", + "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "Si \u00e8 verificato un errore. Assicurati di essere connesso a internet e poi prova a riavviare la pagina.", + "An error has occurred. Please try again later.": "Si \u00e8 verificato un errore. Per piacere, riprova pi\u00f9 tardi.", + "An error has occurred. Please try again.": "Si \u00e8 verificato un errore. Per piacere, prova di nuovo.", + "An error has occurred. Please try reloading the page.": "Si \u00e8 verificato un errore. Per piacere, prova a ricaricare la pagina.", + "An error has occurred. Refresh the page, and then try again.": "Si \u00e8 verificato un errore. Aggiorna la pagina, poi prova di nuovo.", + "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "Si \u00e8 verificato un errore mentre cercavi di leggere le tue email. Riprova dopo cortesemente, e contatta il supporto tecnico se il problema persiste.", + "An error occurred while removing the member from the team. Try again.": "Si \u00e8 verificato un errore durante la rimozione del membro dal team. Riprova pi\u00f9 tardi", + "An error occurred. Make sure that the student's username or email address is correct and try again.": "Si \u00e8 verificato un errore. Assicurati che il nome utente dello studente o il suo indirizzo email sia corretto, poi prova di nuovo.", + "An error occurred. Please try again.": "Si \u00e8 verificato un errore. Riprova pi\u00f9 tardi.", + "An error occurred. Try again.": "Si \u00e8 verificato un errore. Riprova pi\u00f9 tardi.", + "An unexpected error occurred. Please try again.": "Si \u00e8 verificato un errore inatteso. Riprova pi\u00f9 tardi.", + "Anchor": "Ancoraggio", + "Anchors": "Ancoraggi", + "April": "Aprile", + "Are you sure you want to delete this comment?": "Sei sicuro di voler cancellare questo commento?", + "Are you sure you want to delete this post?": "Sei sicuro di voler cancellare questo post?", + "Are you sure you want to delete this response?": "Sei sicuro di voler cancellare questa risposta?", + "Are you sure you want to delete this update?": "Sei sicuro di voler cancellare questo aggiornamento?", + "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "Sei sicuro di voler cancellare questo elemento. Non pu\u00f2 essere annullato!\n\n\nInoltre, tutti i contenuti che fanno riferimento a questo elemento non funzioneranno pi\u00f9 (es: link o immagini non funzionanti)", + "Are you sure?": "Sei sicuro?", + "Assign students to cohorts by uploading a CSV file.": "Assegna studenti ai cohort caricando un file CSV", + "August": "Agosto", + "Author": "Autore", + "Available %s": "%s disponibili", + "Average": "Normale", + "Background color": "Colore di sfondo", + "Be sure your entire face is inside the frame": "Assicurati che l'intero volto rientri nell'inquadratura", + "Blockquote": "Citazione", + "Blockquote (Ctrl+Q)": "Blockquote (Ctrl+Q)", + "Blocks": "Blocchi", + "Body": "Corpo", + "Bold": "Grassetto", + "Bold (Ctrl+B)": "Grassetto (Ctrl+B)", + "Bookmarked": "Salvato nei segnalibri", + "Border": "Bordo", + "Border color": "Colore del bordo", + "Bottom": "In basso", + "Browse": "Cerca", + "Bullet list": "Elenco puntato", + "Bulleted List (Ctrl+U)": "Elenco puntato (Ctrl+U)", + "Can we match the photo you took with the one on your ID?": "Possiamo confrontare la foto scattata con quella associata al tuo ID?", + "Cancel": "Annulla", + "Cancel enrollment code": "Cancella il codice di iscrizione.", + "Caption": "Didascalia", + "Cell": "Cella", + "Cell padding": "Spaziatura celle", + "Cell properties": "Propriet\u00e0 della cella", + "Cell spacing": "Spaziatura della cella", + "Cell type": "Tipo di cella", + "Center": "Al centro", + "Change": "Cambia", + "Change image": "Cambia immagine", + "Chapter Name": "Nome Capitolo", + "Check Your Email": "Controlla la tua casella di posta", + "Check the highlighted fields below and try again.": "Controlla i campi evidenziati sotto e riprova.", + "Check your email": "Controlla la tua casella di posta", + "Checkout": "Paga", + "Checkout with PayPal": "Paga con PayPal", + "Checkout with {processor}": "Paga con {processor}", + "Choose": "Scegli", + "Choose File": "Scegli File", + "Choose a .csv file": "Scegli un file .csv", + "Choose a Date": "Scegli una data", + "Choose a Time": "Scegli un orario", + "Choose a time": "Scegli un orario", + "Choose all": "Scegli tutto", + "Choose one": "Scegliere un'opzione", + "Chosen %s": "%s scelti", + "Circle": "Cerchio", + "Clear": "Pulisci", + "Clear formatting": "Rimuovi formattazione", + "Clear search": "Cancella ricerca", + "Click OK to have your e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Seleziona OK per inviare il tuo indirizzo e-mail a un'applicazione di terze parti. Seleziona Annulla per ritornare a questa pagina senza inviare alcuna informazione.", + "Click OK to have your username and e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "terze", + "Click OK to have your username sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Clicca OK per mandare il tuo username a un'applicazione di terze parti.\nClicca Annulla per ritornare indietro a questo pagina senza mandare alcuna informazione.", + "Click on this button to mute or unmute this video or press UP or DOWN buttons to increase or decrease volume level.": "Fai clic su questo pulsante per azzerare o ripristinare il volume del video o premi i pulsanti PI\u00d9 o MENO per incrementare o diminuire il livello del volume.", + "Click to change": "Clicca per cambiare", + "Click to choose all %s at once.": "Fai clic per scegliere tutti i %s in una volta.", + "Click to remove all chosen %s at once.": "Fai clic per eliminare tutti i %s in una volta.", + "Close": "Chiudi", + "Close Calculator": "Chiudi Calcolatore", + "Code": "Codice", + "Code Sample (Ctrl+K)": "Esempio di Codice (Ctrl+K)", + "Code block": "Frammento di codice", + "Cohorts Disabled": "Cohort disabilitati", + "Cohorts Enabled": "Cohort abilitati", + "Collapse Instructions": "Nascondi le Istruzioni", + "Color": "Colore", + "Cols": "Colonne", + "Column": "Colonna", + "Column group": "Gruppo di colonne", + "Coming Soon": "In arrivo", + "Commentary": "Commentario", + "Common Problem Types": "Tipi di Problema comune", + "Configure": "Configura", + "Confirm": "Conferma", + "Constrain proportions": "Mantieni proporzioni", + "Copy": "Copia", + "Copy Email To Editor": "Copia Email nell' Editor", + "Copy row": "Copia riga", + "Could not find the specified string.": "Impossibile trovare la stringa indicata.", + "Could not find users associated with the following identifiers:": "Non \u00e8 stato possibile trovare utenti associati con i seguenti identificatori:", + "Could not retrieve payment information": "Non \u00e8 possibile recuperare le informazioni di pagamento", + "Could not submit order": "Impossibile inviare l'ordine", + "Could not submit photos": "Impossibile caricare le foto.", + "Country": "Paese", + "Course Handouts": "Materiali del Corso", + "Course ID": "ID del corso", + "Course Name": "Nome Corso", + "Course Number": "Numero del Corso", + "Course Outline": "Struttura del corso", + "Course Title": "Titolo del Corso", + "Course is not yet visible to students.": "Il corso non \u00e8 ancora visibile agli studenti.", + "Create": "Crea", + "Create a New Team": "Crea un nuovo gruppo", + "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "Crea un nuovo gruppo se non ne trovi uno esistente di cui far parte, o se vorresti apprendere insieme ad amici che conosci ", + "Creating missing groups": "Sto creando i gruppi mancanti", + "Creative Commons licensed content, with terms as follow:": "Contenuti protetti da licenza Creative Commons, i termini della licenza sono i seguenti:", + "Current conversation": "Conversazione attuale", + "Current tab": "Scheda corrente", + "Custom color": "Colore personalizzato", + "Custom...": "Personalizzato...", + "Cut": "Taglia", + "Cut row": "Taglia riga", + "Date": "Data", + "Date Added": "Data inserimento", + "December": "Dicembre", + "Decrease indent": "Riduci indentazione", + "Default": "Predefinito", + "Delete": "Cancella", + "Delete File Confirmation": "Conferma cancellazione file", + "Delete column": "Elimina colonna", + "Delete row": "Elimina riga", + "Delete table": "Elimina tabella", + "Delete this asset": "Cancella questa attivit\u00e0", + "Delete this team?": "Cancellare questo team?", + "Deleting a team is permanent and cannot be undone. All members are removed from the team, and team discussions can no longer be accessed.": "La cancellazione del team \u00e8 permanente e non pu\u00f2 essere annullata. Tutti i membri verranno rimossi dal team, e le discussioni di team non saranno pi\u00f9 accessibili.", + "Deprecated": "Obsoleta", + "Description": "Descrizione", + "Details": "Dettagli", + "Dimensions": "Dimensioni", + "Disc": "Disco", + "Discard Changes": "Rifiuta modifiche", + "Display Name": "Mostra il nome", + "Div": "Div", + "Do not show again": "Non mostrare pi\u00f9", + "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "Vuoi esonerare questo studente ('{student_id}') dall'esame di ingresso?", + "Document properties": "Propriet\u00e0 del documento", + "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "Non vedi la tua immagine? Assicurati di consentire al tuo browser di utilizzare la webcam quando ti viene richiesta l'autorizzazione. ", + "Donate": "Dona", + "Double-check that your webcam is connected and working to continue.": "Accertati che la tua webcam sia connessa e funzionante per continuare.", + "Drag to reorder": "Sposta e riordina", + "Drop target image": "Lascia l'immagine target", + "Due Date": "Data finale", + "Due:": "Dovuto:", + "Duplicate": "Duplica", + "Duration (sec)": "Durata (sec)", + "Edit": "Modifica", + "Edit HTML": "Modifica HTML", + "Edit Team": "Modifica Gruppo", + "Editable": "Modificabile", + "Education Completed": "Formazione completata", + "Email": "Email", + "Email address": "Indirizzo Email", + "Emails successfully sent. The following users are no longer enrolled in the course:": "Emails inviate con successo. Gli utenti seguenti non sono pi\u00f9 iscritti al corso:", + "Embed": "Incorpora", + "Emoticons": "Emoticon", + "Enabled": "Abilitato", + "Encoding": "Codifica", + "End of transcript. Skip to the start.": "Fine della trascrizione. Torna all'inizio", + "Enrolling you in the selected course": "Iscrivendoti al corso scelto", + "Enter Due Date and Time": "Inserisci data di consegna e ora", + "Enter Start Date and Time": "Inserisci data di inizio e ora", + "Enter a student's username or email address.": "Inserisci un nome utente studente o un indirizzo email.", + "Enter a username or email.": "Inserisci un nome utente o un'email", + "Enter team description.": "Inserisci la descrizione del gruppo.", + "Enter team name.": "Inserisci il nome del gruppo.", + "Enter the enrollment code.": "Inserisci il codice di iscrizione.", + "Enter username or email": "Inserisci nome utente o email", + "Entrance exam attempts is being reset for student '{student_id}'.": "\u00c8 in corso il ripristino dei tentativi delle prove di ammissione per lo studente '{student_id}'.", + "Entrance exam state is being deleted for student '{student_id}'.": "\u00c8 in corso la cancellazione della prova di ammissione dello studente '{student_id}'.", + "Error": "Errore", + "Error adding/removing users as beta testers.": "Errore aggiunta/rimozione utenti come beta testers.", + "Error changing user's permissions.": "Errore nel cambiamento del permessi dell'utente.", + "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "Errore nella cancellazione della prova di ammissione dello studente '{student_id}'. Verifica che l'identificativo dello studente sia corretto.", + "Error enrolling/unenrolling users.": "Errore iscrizione/cancellazione utenti.", + "Error generating grades. Please try again.": "Errore nel generare i voti. Per favore riprova.", + "Error generating list of students who may enroll. Please try again.": "Errore nella generazione dell'elenco degli studenti che possono iscriversi. Riprova pi\u00f9 tardi.", + "Error generating problem grade report. Please try again.": "Errore nella generazione dell'elenco dei voti. Riprova pi tardi.", + "Error generating proctored exam results. Please try again.": "Errore nella generazione dei risultati degli esami supervisionati. Riprova pi\u00f9 tardi.", + "Error generating student profile information. Please try again.": "Errore nella generazione dell'informazione sui profili degli studenti. Per favore prova un'altra volta.", + "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "Errore durante il recupero dello storico dell'esame di ammissione per lo studente '{student_id}'. Verifica che l'identificativo dello studente sia corretto.", + "Error getting student list.": "Errore ottenimento lista studenti", + "Error listing task history for this student and problem.": "Errore nella generazione della cronologia delle attivit\u00e0 per questo studente e problema.", + "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "Errore nell'azzeramento dei tentativi delle prove di ammissione dello studente '{student_id}'.Verifica che l'identificativo dello studente sia corretto.", + "Error retrieving grading configuration.": "Errore recupero configurazione valutazioni.", + "Error sending email.": "Errore nell'invio della email.", + "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "Errore nell'avvio dell'attivit\u00e0 di ricalcolo del punteggio della prova di ammissione per lo studente '{student_id}'. Assicurarsi che l'esame di ammissione comprenda degli esercizi e che l'identificativo dello studente sia corretto.", + "Error while generating certificates. Please try again.": "Errore nella generazione dei certificati. Riprova pi\u00f9 tardi.", + "Error:": "Errore:", + "Error: You cannot remove yourself from the Instructor group!": "Errore: Non puoi rimoverti dall gruppo Istruttori.", + "Errors": "Errori", + "Exit full browser": "Esci dal browser a schermo intero", + "Expand Instructions": "Espandi le Istruzioni", + "Explanation": "Spiegazione", + "February": "Febbraio", + "File": "File", + "File Name": "Nome File", + "Files must be in JPEG or PNG format.": "I file devono essere in formato JPEG o PNG.", + "Fill browser": "Riempi browser", + "Filter": "Filtro", + "Financial Assistance": "Assistenza Finanziaria", + "Find": "Trova", + "Find and replace": "Trova e sostituisci", + "Find next": "Trova successivo", + "Find previous": "Trova precedente", + "Finish": "Fine", + "Font Family": "Nome del carattere", + "Font Sizes": "Dimensione del carattere", + "Footer": "Pi\u00e8 di pagina", + "Format": "Formato", + "Formats": "Formati", + "Full Name": "Nome e Cognome", + "Full Profile": "Profilo completo", + "Fullscreen": "A schermo intero", + "Gender": "Sesso", + "General": "Generale", + "Go to your Dashboard": "Vai alla tua Dashboard", + "Grace period must be specified in HH:MM format.": "Il periodo di grazia deve essere specificato nel formato HH:MM.", + "H Align": "Allineamento orizzontale", + "HTML source code": "Codice sorgente HTML", + "Header": "Intestazione", + "Header 1": "Intestazione 1", + "Header 2": "Intestazione 2", + "Header 3": "Intestazione 3", + "Header 4": "Intestazione 4", + "Header 5": "Intestazione 5", + "Header 6": "Intestazione 6", + "Header cell": "Intestazione cella", + "Headers": "Intestazioni", + "Heading": "Titolo", + "Heading (Ctrl+H)": "Intestazione (Ctrl+H)", + "Heading 1": "Titolo 1", + "Heading 2": "Titolo 2", + "Heading 3": "Titolo 3", + "Heading 4": "Titolo 4", + "Heading 5": "Titolo 5", + "Heading 6": "Titolo 6", + "Headings": "Titoli", + "Height": "Altezza", + "Hide": "Nascondi", + "Hide Annotations": "Nascondi le Annotazioni", + "Hide Discussion": "Nascondi Discussione", + "Hide closed captions": "Nascondi le didascalie chiuse", + "Hide notes": "Nascondi le note", + "High Definition": "Alta definizione", + "Horizontal Rule (Ctrl+R)": "Linea Orizzontale (Ctrl+R)", + "Horizontal line": "Linea orizzontale", + "Horizontal space": "Spaziatura orizzontale", + "Hyperlink (Ctrl+L)": "Ipertesto (Ctrl+L)", + "ID": "ID", + "If you leave, you can no longer post in this team's discussions. Your place will be available to another learner.": "Se abbandoni, non potrai pi\u00fa fare post nelle discussioni del gruppo. Il tuo posto sar\u00e1 disponibile per un altro studente.", + "If you make significant changes, make sure you notify members of the team before making these changes.": "Assicurati di informare i membri del gruppo prima di effettuare cambiamenti significativi. ", + "If you use the Advanced Editor, this problem will be converted to XML and you will not be able to return to the Simple Editor Interface.\n\nProceed to the Advanced Editor and convert this problem to XML?": "Se usi un Editor Avanzato, questo problema sar\u00e0 convertito in XML e non sarai in grado di ritornare all'interfaccia del Editor Semplificato.\n\nProcedi all'Editor Avanzato e converti il problema in XML?", + "Ignore": "Ignora", + "Ignore all": "Ignora tutti", + "Image": "Immagine", + "Image (Ctrl+G)": "Immagine (Ctrl+G)", + "Image Description": "Descrizione dell'Immagine", + "Image Upload Error": "Errore durante il caricamento dell'immagine", + "Image description": "Descrizione dell'immagine", + "In Progress": "In corso", + "Increase indent": "Aumenta rientro", + "Inline": "In linea", + "Insert": "Inserisci", + "Insert Hyperlink": "Inserisci Hyperlink", + "Insert column after": "Inserisci colonna a destra", + "Insert column before": "Inserisci colonna a sinistra", + "Insert date/time": "Inserisci data/ora", + "Insert image": "Inserisci immagine", + "Insert link": "Inserisci collegamento", + "Insert row after": "Inserisci riga sotto", + "Insert row before": "Inserisci riga sopra", + "Insert table": "Inserisci tabella", + "Insert template": "Inserisci modello", + "Insert video": "Inserisci video", + "Insert/edit image": "Inserisci/modifica immagine", + "Insert/edit link": "Inserisci/modifica collegamento", + "Insert/edit video": "Inserisci/modifica collegamento", + "Is this OK?": "Va bene?", + "Italic": "Corsivo", + "Italic (Ctrl+I)": "Corsivo (Ctrl+I)", + "January": "Gennaio", + "Joined %(date)s": "membro da %(date)s", + "July": "Luglio", + "June": "Giugno", + "Justify": "Giustifica", + "KB": "KB", + "Key should only contain letters, numbers, _, or -": "La parola chiave non pu\u00f2 contenere lettere, numeri , _, o -", + "Keywords": "Parole chiave", + "LEARN MORE": "STUDIA ANCORA", + "Language": "Lingua", + "Large": "Larga", + "Last Activity %(date)s": "ultima attivit\u00e1 %(date)s ", + "Last activity %(date)s": "ultima attivit\u00e1 %(date)s", + "Leave this team?": "Abbandonare il gruppo? ", + "Left": "A sinistra", + "Left to right": "Da sinistra a destra", + "Less": "Meno", + "Limited Profile": "Profilo limitato", + "Link Description": "Descrizione del Link", + "Linking": "Collegando", + "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "I link sono generati su richiesta e scadono in 5 minuti a causa della natura sensibile delle informazioni degli studenti.", + "List item": "Lista", + "List of uploaded files and assets in this course": "Lista dei file caricati e delle risorse in questo corso", + "Load all responses": "Carica tutte le risposte", + "Loading": "Caricamento", + "Loading content": "Caricamento contenuto", + "Loading data...": "Caricamento dei dati...", + "Loading more threads": "Carica ulteriori discussioni", + "Loading your courses": "Caricamento dei tuoi corsi", + "Location": "Posizione", + "Location in Course": "Posizione in corso", + "Lock this asset": "Blocca questa attivit\u00e0", + "Lock/unlock file": "Blocca/Sblocca file", + "Loud": "Alto", + "Low": "Basso", + "Lower Alpha": "Lettere minuscole", + "Lower Greek": "Lettere greche minuscole", + "Lower Roman": "Cifre romane minuscole", + "MB": "MB", + "Make sure your face is well-lit": "Assicurati che il tuo volto sia ben illuminato", + "March": "Marzo", + "Mark enrollment code as unused": "Seleziona il codice di iscrizione inutilizzato", + "Match case": "Maiuscole/minuscole", + "Maximum": "Massimo", + "May": "Maggio", + "Membership": "Iscrizione", + "Merge cells": "Unisci celle", + "Message:": "Messaggio:", + "Middle": "Al centro", + "Midnight": "Mezzanotte", + "Minimum Score:": "Punteggio minimo", + "Module state successfully deleted.": "Stato del modulo cancellato con successo.", + "More": "Pi\u00f9", + "Mute": "Audio disattivato", + "Muted": "Audio disattivato", + "My Team": "Il mio gruppo", + "Name": "Nome", + "New document": "Nuovo documento", + "New window": "Nuova finestra", + "Next": "Prossimo", + "No Flash Detected": "Flash non trovato", + "No Webcam Detected": "Nessuna webcam rilevata", + "No color": "Nessun colore", + "No description available": "Descrizione non disponibile", + "No results found for \"%(query_string)s\". Please try searching again.": "Nessun risultato trovato per \"%(query_string)s\". Riprova pi\u00f9 tardi.", + "No tasks currently running.": "Nessuna attivit\u00e0 in corso in questo momento.", + "Nonbreaking space": "Spazio unificatore", + "None": "Nessuno", + "Noon": "Mezzogiorno", + "Not Graded": "Non qualificato.", "Note: You are %s hour ahead of server time.": [ - "Nota: Sei %s ora in anticipo rispetto al server.", + "Nota: Sei %s ora in anticipo rispetto al server.", "Nota: Sei %s ore in anticipo rispetto al server." - ], + ], "Note: You are %s hour behind server time.": [ - "Nota: Sei %s ora in ritardo rispetto al server.", + "Nota: Sei %s ora in ritardo rispetto al server.", "Nota: Sei %s ore in ritardo rispetto al server." - ], - "Notes": "Note", - "Notes hidden": "Note nascoste", - "Notes visible": "Note visibili", - "November": "Novembre", - "Now": "Adesso", - "Number Sent": "Numero di destinatari", - "Number of Students": "Numero di Studenti", - "Numbered List (Ctrl+O)": "Lista Numerata (Ctrl+O)", - "Numbered list": "Elenco numerato", - "OK": "OK", - "October": "Ottobre", - "Ok": "Ok", - "Only properly formatted .csv files will be accepted.": "Solo i file .csv correttamente formattati saranno accettati. ", - "Open Calculator": "Apri Calcolatore", - "Open language menu": "Apri il menu della lingua", - "Open/download this file": "Apri/Scarica questo file", - "Order History": "Cronologia Ordini", - "Order Number": "Numero dell'Ordine", - "Organization": "Organizzazione", - "Other": "Altro", - "Overall Score": "Voto Finale", - "Page break": "Interruzione di pagina", - "Paragraph": "Paragrafo", - "Password": "Password", - "Paste": "Incolla", - "Paste as text": "Incolla come testo", - "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "La funzione Incolla \u00e8 ora in modalit\u00e0 testo normale. Il contenuto verr\u00e0 incollato come testo normale fino alla disattivazione di tale opzione.", - "Paste row after": "Incolla riga dopo", - "Paste row before": "Incolla riga prima", - "Paste your embed code below:": "Incollare di seguito il codice incorporato:", - "Pause": "Pausa", - "Photo Captured successfully.": "Fotografia catturata con successo.", - "Placeholder": "Segnaposto", - "Play": "Play", - "Play video": "Riproduci video", - "Please address the errors on this page first, and then save your progress.": "Per favore verifica gli errori in questa pagina e poi salva il tuo progresso.", - "Please do not use any spaces in this field.": "Si prega di non utilizzare spazi in questo campo.", - "Please do not use any spaces or special characters in this field.": "Per favore non usare spazi o caratteri speciali in questo campo", - "Please enter a problem location.": "Per favore inserisci la posizione di un esercizio.", - "Please enter a student email address or username.": "Per favore inserisci un indirizzo mail studente o nome utente.", - "Please enter a username or email.": "Per favore inserire nome utente o email.", - "Please enter a valid donation amount.": "Per favore, inserisci un ammontare valido per la donazione.", - "Please enter an integer between 0 and 100.": "Per favore inserisci un numero intero da 0 a 100", - "Please enter an integer greater than 0.": "Per favore inserisci un numero intero maggiore di 0.", - "Please enter non-negative integer.": "Per favore inserisci un intero non negativo.", - "Please enter valid start date and time.": "Per favore, inserisci una data e un'orario validi di inizio.", - "Please provide a valid URL.": "Si prega di fornire un URL valido.", - "Please specify a reason.": "Specificare un motivo", - "Please verify that you have uploaded a valid image (PNG and JPEG).": "Per piacere, accertati di aver caricato un'immagine valida (PNG oppure JPEG).", - "Please verify that your webcam is connected and that you have allowed your browser to access it.": "Per piacere, accertati che la tua webcam sia connessa e assicurati di aver autorizzato l'accesso del tuo browser alla webcam.", - "Poster": "Poster", - "Pre": "Pre", - "Preferred Language": "Lingua preferita", - "Preformatted": "Preformattato", - "Prerequisite:": "Prerequisito:", - "Press the UP arrow key to enter the language menu then use UP and DOWN arrow keys to navigate language options. Press ENTER to change to the selected language.": "Premi il tasto freccia SU per entrare nel men\u00f9 linguaggio ora usa i tasti freccia SU e GI\u00d9 per navigare le opzioni del linguaggio. Premi INVIO per passare alla lingua selezionata.", - "Prev": "Prec", - "Prevent students from generating certificates in this course?": "Previeni gli studenti dal generare certificati in questo corso?", - "Preview": "Anteprima", - "Previous": "Precedente", - "Print": "Stampa", - "Professional Education": "Formazione professionale", - "Professional Education Verified Certificate": "Certificato di formazione professionale verificato", - "Profile": "Profilo", - "Profile Image": "Immagine del profilo", - "Profile image for {username}": "Immagine di profilo di {username}", - "Publish": "Pubblica", - "Reason field should not be left blank.": "Il campo Reason non deve essere lasciato vuoto.", - "Recent Activity": "Attivit\u00e0 recente", - "Redo": "Annulla", - "Redo (Ctrl+Shift+Z)": "Rifai (Ctrl+Maiusc+Z)", - "Redo (Ctrl+Y)": "Rifai (Ctrl+Y)", - "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "Rimozione in corso. Per evitare errori, rimani in questa pagina fino a completamento del processo.", - "Remove": "Rimuovi", - "Remove all": "Elimina tutti", - "Remove link": "Rimuovi collegamento", - "Remove this team member?": "Rimuovere questo membro del team?", - "Removing": "Rimozione", - "Replace": "Rimpiazza", - "Replace all": "Sostituisci tutti", - "Replace with": "Sostituisci con", - "Reply to Annotation": "Risposta all'Annotazione", - "Requester": "Richiedente", - "Required field.": "Campo richiesto", - "Reset My Password": "Reimposta la Mia Password", - "Reset Password": "Reimposta Password", - "Restore enrollment code": "Ripristina il codice di iscrizione.", - "Restore last draft": "Ripristina l'ultima bozza", - "Return to Your Dashboard": "Ritorna alla tua dashboard", - "Review your info": "Verifica le tue informazioni", - "Revoke access": "Revoca accesso", - "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Area di testo formattato. Premere ALT-F9 per il menu. Premere ALT-F10 per la barra degli strumenti. Premere ALT-0 per la guida", - "Right": "A destra", - "Right to left": "Da destra a sinistra", - "Robots": "Robot", - "Row": "Riga", - "Row group": "Gruppo di righe", - "Row properties": "Propriet\u00e0 della riga", - "Row type": "Tipo di riga", - "Rows": "Righe", - "Save": "Salva", - "Save Changes": "Salva Modifiche", - "Save changes": "Salva modifiche", - "Saved cohort": "Cohort registrate", - "Saving": "Salvataggio in corso", - "Saving your email preference": "Salva la tua email preferita", - "Scope": "Ambito", - "Search": "Ricerca", - "Search Results": "Risultati della ricerca", - "Search all posts": "Cerca tutti i messaggi", - "Search teams": "Ricerca gruppi", - "Section": "Sezione", - "See all teams in your course, organized by topic. Join a team to collaborate with other learners who are interested in the same topic as you are.": "Vedi tutti i gruppi del tuo corso organizzati per argomento. Entra in un gruppo per collaborare con altri studenti che sono interessati al tuo stesso argomento.", - "Select": "Selezionare", - "Select a chapter": "Seleziona un capitolo", - "Select all": "Seleziona tutto", - "Selected tab": "Tab selezionata", - "Send to:": "Manda a:", - "Sent By": "Inviato da", - "Sent By:": "Inviato da:", - "Sent To": "Manda A", - "Sent To:": "Inviato a:", - "September": "Settembre", - "Sequence error! Cannot navigate to %(tab_name)s in the current SequenceModule. Please contact the course staff.": "Errore di sequenza! Non \u00e8 possibile navigare nel tab %(tab_name)s nell'attuale SequenceModule. Contattare lo staff del corso.", - "Settings": "Impostazioni", - "Short explanation": "Breve spiegazione", - "Show": "Mostra", - "Show Annotations": "Mostra le Annotazioni", - "Show Discussion": "Mostra Discussione", - "Show blocks": "Mostra blocchi", - "Show invisible characters": "Mostra caratteri non visibili", - "Show notes": "Mostra Note", - "Show posts by {username}.": "Mostra i post di {username}", - "Showing all responses": "Mostrando tutte le risposte", - "Sign In": "Accedi", - "Sign in": "Accedi", - "Skip": "Salta", - "Some Rights Reserved": "Some Rights Reserved", - "Some images in this post have been omitted": "Alcune immagini in questo post sono state omesse", - "Source": "Sorgente", - "Source code": "Codice sorgente", - "Special character": "Carattere speciale", - "Speed": "Velocit\u00e0", - "Spellcheck": "Controllo ortografico", - "Split cell": "Dividi cella", - "Square": "Quadrato", - "Start Date": "Data di inizio", - "Start generating certificates for all students in this course?": "Avvio della generazione dei certificati di tutti gli studenti in questo corso?", - "Start of transcript. Skip to the end.": "Inizio della trascrizione. Vai alla fine", - "Start search": "Avvia ricerca", - "Starts": "Inizi", - "State": "Stato", - "Status": "Staus", - "Strikethrough": "Barrato", - "Student": "Studente", - "Studio:": "Studio:", - "Style": "Stile", - "Subject": "Oggetto", - "Subject:": "Oggetto:", - "Submit": "Invia", - "Submitted": "Inviato", - "Subscript": "Pedice", - "Subsection": "Sottosezione", - "Success": "Successo", - "Successfully deleted student state for user {user}": "Stato studente cancellato con successo per l'utente {user}", - "Successfully enrolled and sent email to the following users:": "Inscrizione avvenuta con successo e email inviata ai seguenti utenti:", - "Successfully enrolled the following users:": "Iscrizione avvenuta con successo per i seguenti utenti:", - "Successfully rescored problem for user {user}": "Ricalcolo del punteggio del problema per l'utente {user} avvenuto con successo ", - "Successfully reset the attempts for user {user}": "Resetta con successo i tentativi per l'utente {user}", - "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "Email di iscrizione inviate con successo ai seguenti utenti. Gli utenti potranno iscriversi dopo essersi registrati:", - "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "Email di iscrizione inviate con successo ai seguenti utenti. Gli utenti saranno iscritti dopo essersi registrati:", - "Successfully unlinked.": "Scollegato con successo.", - "Superscript": "Apice", - "Table": "Tabella", - "Table properties": "Propriet\u00e0 della tabella", - "Tags": "Tags", - "Tags:": "Tags:", - "Take a photo of your ID": "Fai una foto del tuo documento d'identit\u00e0", - "Target": "Obiettivo", - "Task ID": "ID incarico", - "Task Progress": "Progresso incarico", - "Task Status": "Stato incarico", - "Task Type": "Tipo di incarico", - "Task inputs": "Input incarico", - "Team \"{team}\" successfully deleted.": "Squadra \"{team}\" eliminata con successo.", - "Team Description (Required) *": "Descrizione del gruppo (richiesta).", - "Team Name (Required) *": "Nome del gruppo (richiesto) *", - "Team Search": "Ricerca Gruppo", - "Team description cannot have more than 300 characters.": "La descrizione del gruppo non pu\u00f2 superare i 300 caratteri.", - "Team name cannot have more than 255 characters.": "Il nome del gruppo non pu\u00f2 superare i 255 caratteri.", - "Teams": "Gruppi", - "Tell other learners a little about yourself: where you live, what your interests are, why you're taking courses, or what you hope to learn.": "Racconta qualcosa di te agli altri studenti: dove vivi, quali sono i tuoi interessi, perch\u00e9 stai seguendo i corsi, o cosa speri di imparare.", - "Templates": "Modelli", - "Terms of Service and Honor Code": "Termini e Condizioni del Servizio", - "Text color": "Colore del testo", - "Text to display": "Testo da visualizzare", - "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "L'URL inserito risulta essere un indirizzo e-mail. Aggiungere il prefisso obbligatorio mailto:?", - "The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": "L'URL inserito risulta essere un collegamento esterno. Aggiungere il prefisso obbligatorio http://?", - "The cohort cannot be added": "Il cohort non pu\u00f2 essere aggiunto ", - "The cohort cannot be saved": "Il cohort non pu\u00f2 essere salvato", - "The country that team members primarily identify with.": "Paese identificato dai membri del gruppo come principale.", - "The course must have an assigned start date.": "Deve essere assegnata una data di inizio per il corso", - "The enrollment end date cannot be after the course end date.": "La data di fine iscrizioni non pu\u00f2 essere successiva alla data di fine corso", - "The enrollment start date cannot be after the enrollment end date.": "La data di inizio iscrizioni non pu\u00f2 essere successiva alla data di fine iscrizioni", - "The file must be at least {size} in size.": "Il file deve avere una dimensione superiore a {size}.", - "The file must be smaller than {size} in size.": "Il file deve avere una dimensione inferiore a {size}.", - "The following email addresses and/or usernames are invalid:": "I seguenti indirizzi email e/o nomi utente non sono validi:", - "The following errors were generated:": "Sono stati generati i seguenti errori:", - "The following users are no longer enrolled in the course:": "Gli utenti seguenti non sono pi\u00f9 iscritti al corso:", - "The following warnings were generated:": "Sono stati generati i seguenti avvisi:", - "The grading process is still running. Refresh the page to see updates.": "La valutazione \u00e8 ancora in corso. Aggiorna la pagina per visualizzare gli aggiornamenti.", - "The language that team members primarily use to communicate with each other.": "Lingua utilizzata principalmente dai membri del gruppo per comunicare tra loro.", - "The selected content group does not exist": "Il content group selezionato non esiste", - "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "Il {cohortGroupName} cohort \u00e8 stato creato. Puoi manualmente aggiungere studenti a questo cohort sotto.", - "There has been an error processing your survey.": "Si \u00e8 verificato un errore durante l'elaborazione del sondaggio.", - "There is no email history for this course.": "Non \u00e8 presente la cronologia email per questo corso", - "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "Si \u00e8 verificato un problema nella creazione delle liste. Seleziona \"Create Executive Summary\" per provare di nuovo.", - "There was an error obtaining email content history for this course.": "C'\u00e8 stato un errore nell'ottenere la cronologia dei contenuti delle e-mail di questo corso.", - "There was an error obtaining email task history for this course.": "C'\u00e8 stato un errore nell'ottenere la cronologia delle attivit\u00e0 e-mail di questo corso.", - "There was an error, try searching again.": "Si \u00e8 verificato un errore, prova a cercare ancora.", - "There's already another assignment type with this name.": "Esiste gi\u00e0 un tipo di compito con questo nome", - "These users were not added as beta testers:": "Questi utenti non sono stati aggiunti come beta testers:", - "These users were not affiliated with the course so could not be unenrolled:": "I seguenti utenti non erano iscritti al corso e non possono quindi essere rimossi:", - "These users were not removed as beta testers:": "Questi utenti non sono stati rimossi come beta testers:", - "These users were successfully added as beta testers:": "Questi utenti sono stati aggiunti con successo come beta testers:", - "These users were successfully removed as beta testers:": "Questi utenti sono stati rimossi con successo come beta testers:", - "These users will be allowed to enroll once they register:": "Questi utenti potranno iscriversi dopo essersi registrati:", - "These users will be enrolled once they register:": "Questi utenti saranno iscritti dopo essersi registrati:", - "This action cannot be undone.": "Questa azione non pu\u00f2 essere annullata.", - "This browser cannot play .mp4, .ogg, or .webm files.": "Questo browser non pu\u00f2 riprodurre file .mp4, .ogg e .webm .", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Questa \u00e8 la lista dei %s disponibili. Puoi sceglierne alcuni selezionandoli nella casella qui sotto e poi facendo clic sulla freccia \"Scegli\" tra le due caselle.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Questa \u00e8 la lista dei %s scelti. Puoi eliminarne alcuni selezionandoli nella casella qui sotto e poi facendo clic sulla freccia \"Elimina\" tra le due caselle.", - "This learner will be removed from the team, allowing another learner to take the available spot.": "Questo studente sar\u00e1 eliminato dal gruppo, facendo cos\u00ed posto per un altro studente", - "This team does not have any members.": "Questo team non ha nessun membro", - "This team is full.": "Questo gruppo \u00e8 completo.", - "Time Sent": "Ora di invio", - "Time Sent:": "Ora di invio:", - "Timed Exam": "Esame a Tempo", - "Tips on taking a successful photo": "Consigli per ottenere una buona foto", - "Title": "Titolo", - "Today": "Oggi", - "Tomorrow": "Domani", - "Tools": "Strumenti", - "Top": "In alto", - "Topic": "Argomento", - "Topics": "Argomenti", - "Total": "Totale", - "Transcript will be displayed when you start playing the video.": "La trascrizione del video verr\u00e0 mostrata quando inizierai a guardare il video", - "Try the transaction again in a few minutes.": "Riprova la transazione tra qualche minuto", - "Try using a different browser, such as Google Chrome.": "Prova ad usare un browser diverso, come Google Chrome.", - "Turn off transcripts": "Disattiva le trascrizioni", - "Turn on transcripts": "Attiva le trascrizioni", - "Type": "Tipo", - "Type into this box to filter down the list of available %s.": "Scrivi in questa casella per filtrare l'elenco dei %s disponibili.", - "URL": "URL", - "Underline": "Sottolineato", - "Undo": "Annulla", - "Undo (Ctrl+Z)": "Annulla (Ctrl+Z)", - "Unit": "Unit\u00e0", - "Unknown": "Sconosciuto", - "Unlinking": "Scollegando", - "Unmute": "Audio attivato", - "Update": "Aggiornamento", - "Updating with latest library content": "Aggiornamento con gli ultimi contenuti della libreria", - "Upgrade Deadline": "Aggiornamento deadline", - "Upload": "Carica", - "Upload File": "Carica il File", - "Upload File and Assign Students": "Caricare file e assegna gli studenti", - "Upload New File": "Carica un nuovo file", - "Upload PDF": "Carica PDF", - "Upload an image": "Carica un'immagine", - "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "Caricamento in corso. Per evitare errori, rimani in questa pagina fino a completamento del processo.", - "Upload your course image.": "Carica l'immagine del tuo corso", - "Upload your first asset": "Carica la tua prima attivit\u00e0", - "Uploading": "Caricamento", - "Upper Alpha": "Lettere maiuscole", - "Upper Roman": "Lettere romane maiuscole", - "Url": "Url", - "Username": "Nome utente", - "Users must create and activate their account before they can be promoted to beta tester.": "Gli utenti devono creare e attivare i propri account prima di poter essere promossi beta tester.", - "V Align": "Allineamento verticale", - "Validation Error": "Errore di validazione", - "Verification Deadline": "Verifica del termine", - "Verified Certificate": "Certificato Verificato", - "Verified Certificate upgrade": "Aggiornamento del Certificato Verificato", - "Vertical space": "Spaziatura verticale", - "Very loud": "Molto Alto", - "Very low": "Molto Basso", - "Video Capture Error": "Errore di cattura del video", - "Video ID": "Video ID", - "Video ended": "Video finito", - "Video position": "Posizione del video", - "Video speed: ": "Velocit\u00e0 del video:", - "Video transcript": "Trascrizione del video", - "View": "Visualizza", - "View %(span_start)s %(team_name)s %(span_end)s": "Mostra %(span_start)s %(team_name)s %(span_end)s", - "View Archived Course": "Vedi il Corso Archiviato", - "View Course": "Vedi il Corso", - "View Live": "Vedi Live", - "View Teams in the %(topic_name)s Topic": "Visualizza i gruppi che hanno come tema %(topic_name)s ", - "View all errors": "Vedi tutti gli errori", + ], + "Notes": "Note", + "Notes hidden": "Note nascoste", + "Notes visible": "Note visibili", + "November": "Novembre", + "Now": "Adesso", + "Number Sent": "Numero di destinatari", + "Number of Students": "Numero di Studenti", + "Numbered List (Ctrl+O)": "Lista Numerata (Ctrl+O)", + "Numbered list": "Elenco numerato", + "OK": "OK", + "October": "Ottobre", + "Ok": "Ok", + "Only properly formatted .csv files will be accepted.": "Solo i file .csv correttamente formattati saranno accettati. ", + "Open Calculator": "Apri Calcolatore", + "Open language menu": "Apri il menu della lingua", + "Open/download this file": "Apri/Scarica questo file", + "Order History": "Cronologia Ordini", + "Order Number": "Numero dell'Ordine", + "Organization": "Organizzazione", + "Other": "Altro", + "Overall Score": "Voto Finale", + "Page break": "Interruzione di pagina", + "Paragraph": "Paragrafo", + "Password": "Password", + "Paste": "Incolla", + "Paste as text": "Incolla come testo", + "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "La funzione Incolla \u00e8 ora in modalit\u00e0 testo normale. Il contenuto verr\u00e0 incollato come testo normale fino alla disattivazione di tale opzione.", + "Paste row after": "Incolla riga dopo", + "Paste row before": "Incolla riga prima", + "Paste your embed code below:": "Incollare di seguito il codice incorporato:", + "Pause": "Pausa", + "Photo Captured successfully.": "Fotografia catturata con successo.", + "Placeholder": "Segnaposto", + "Play": "Play", + "Play video": "Riproduci video", + "Please address the errors on this page first, and then save your progress.": "Per favore verifica gli errori in questa pagina e poi salva il tuo progresso.", + "Please do not use any spaces in this field.": "Si prega di non utilizzare spazi in questo campo.", + "Please do not use any spaces or special characters in this field.": "Per favore non usare spazi o caratteri speciali in questo campo", + "Please enter a problem location.": "Per favore inserisci la posizione di un esercizio.", + "Please enter a student email address or username.": "Per favore inserisci un indirizzo mail studente o nome utente.", + "Please enter a username or email.": "Per favore inserire nome utente o email.", + "Please enter a valid donation amount.": "Per favore, inserisci un ammontare valido per la donazione.", + "Please enter an integer between 0 and 100.": "Per favore inserisci un numero intero da 0 a 100", + "Please enter an integer greater than 0.": "Per favore inserisci un numero intero maggiore di 0.", + "Please enter non-negative integer.": "Per favore inserisci un intero non negativo.", + "Please enter valid start date and time.": "Per favore, inserisci una data e un'orario validi di inizio.", + "Please provide a valid URL.": "Si prega di fornire un URL valido.", + "Please specify a reason.": "Specificare un motivo", + "Please verify that you have uploaded a valid image (PNG and JPEG).": "Per piacere, accertati di aver caricato un'immagine valida (PNG oppure JPEG).", + "Please verify that your webcam is connected and that you have allowed your browser to access it.": "Per piacere, accertati che la tua webcam sia connessa e assicurati di aver autorizzato l'accesso del tuo browser alla webcam.", + "Poster": "Poster", + "Pre": "Pre", + "Preferred Language": "Lingua preferita", + "Preformatted": "Preformattato", + "Prerequisite:": "Prerequisito:", + "Press the UP arrow key to enter the language menu then use UP and DOWN arrow keys to navigate language options. Press ENTER to change to the selected language.": "Premi il tasto freccia SU per entrare nel men\u00f9 linguaggio ora usa i tasti freccia SU e GI\u00d9 per navigare le opzioni del linguaggio. Premi INVIO per passare alla lingua selezionata.", + "Prev": "Prec", + "Prevent students from generating certificates in this course?": "Previeni gli studenti dal generare certificati in questo corso?", + "Preview": "Anteprima", + "Previous": "Precedente", + "Print": "Stampa", + "Professional Education": "Formazione professionale", + "Professional Education Verified Certificate": "Certificato di formazione professionale verificato", + "Profile": "Profilo", + "Profile Image": "Immagine del profilo", + "Profile image for {username}": "Immagine di profilo di {username}", + "Publish": "Pubblica", + "Reason field should not be left blank.": "Il campo Reason non deve essere lasciato vuoto.", + "Recent Activity": "Attivit\u00e0 recente", + "Redo": "Annulla", + "Redo (Ctrl+Shift+Z)": "Rifai (Ctrl+Maiusc+Z)", + "Redo (Ctrl+Y)": "Rifai (Ctrl+Y)", + "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "Rimozione in corso. Per evitare errori, rimani in questa pagina fino a completamento del processo.", + "Remove": "Rimuovi", + "Remove all": "Elimina tutti", + "Remove link": "Rimuovi collegamento", + "Remove this team member?": "Rimuovere questo membro del team?", + "Removing": "Rimozione", + "Replace": "Rimpiazza", + "Replace all": "Sostituisci tutti", + "Replace with": "Sostituisci con", + "Reply to Annotation": "Risposta all'Annotazione", + "Requester": "Richiedente", + "Required field.": "Campo richiesto", + "Reset My Password": "Reimposta la Mia Password", + "Reset Password": "Reimposta Password", + "Restore enrollment code": "Ripristina il codice di iscrizione.", + "Restore last draft": "Ripristina l'ultima bozza", + "Return to Your Dashboard": "Ritorna alla tua dashboard", + "Review your info": "Verifica le tue informazioni", + "Revoke access": "Revoca accesso", + "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Area di testo formattato. Premere ALT-F9 per il menu. Premere ALT-F10 per la barra degli strumenti. Premere ALT-0 per la guida", + "Right": "A destra", + "Right to left": "Da destra a sinistra", + "Robots": "Robot", + "Row": "Riga", + "Row group": "Gruppo di righe", + "Row properties": "Propriet\u00e0 della riga", + "Row type": "Tipo di riga", + "Rows": "Righe", + "Save": "Salva", + "Save Changes": "Salva Modifiche", + "Save changes": "Salva modifiche", + "Saved cohort": "Cohort registrate", + "Saving": "Salvataggio in corso", + "Saving your email preference": "Salva la tua email preferita", + "Scope": "Ambito", + "Search": "Ricerca", + "Search Results": "Risultati della ricerca", + "Search all posts": "Cerca tutti i messaggi", + "Search teams": "Ricerca gruppi", + "Section": "Sezione", + "See all teams in your course, organized by topic. Join a team to collaborate with other learners who are interested in the same topic as you are.": "Vedi tutti i gruppi del tuo corso organizzati per argomento. Entra in un gruppo per collaborare con altri studenti che sono interessati al tuo stesso argomento.", + "Select": "Selezionare", + "Select a chapter": "Seleziona un capitolo", + "Select all": "Seleziona tutto", + "Selected tab": "Tab selezionata", + "Send to:": "Manda a:", + "Sent By": "Inviato da", + "Sent By:": "Inviato da:", + "Sent To": "Manda A", + "Sent To:": "Inviato a:", + "September": "Settembre", + "Sequence error! Cannot navigate to %(tab_name)s in the current SequenceModule. Please contact the course staff.": "Errore di sequenza! Non \u00e8 possibile navigare nel tab %(tab_name)s nell'attuale SequenceModule. Contattare lo staff del corso.", + "Settings": "Impostazioni", + "Short explanation": "Breve spiegazione", + "Show": "Mostra", + "Show Annotations": "Mostra le Annotazioni", + "Show Discussion": "Mostra Discussione", + "Show blocks": "Mostra blocchi", + "Show invisible characters": "Mostra caratteri non visibili", + "Show notes": "Mostra Note", + "Show posts by {username}.": "Mostra i post di {username}", + "Showing all responses": "Mostrando tutte le risposte", + "Sign In": "Accedi", + "Sign in": "Accedi", + "Skip": "Salta", + "Some Rights Reserved": "Some Rights Reserved", + "Some images in this post have been omitted": "Alcune immagini in questo post sono state omesse", + "Source": "Sorgente", + "Source code": "Codice sorgente", + "Special character": "Carattere speciale", + "Speed": "Velocit\u00e0", + "Spellcheck": "Controllo ortografico", + "Split cell": "Dividi cella", + "Square": "Quadrato", + "Start Date": "Data di inizio", + "Start generating certificates for all students in this course?": "Avvio della generazione dei certificati di tutti gli studenti in questo corso?", + "Start of transcript. Skip to the end.": "Inizio della trascrizione. Vai alla fine", + "Start search": "Avvia ricerca", + "Starts": "Inizi", + "State": "Stato", + "Status": "Staus", + "Strikethrough": "Barrato", + "Student": "Studente", + "Studio:": "Studio:", + "Style": "Stile", + "Subject": "Oggetto", + "Subject:": "Oggetto:", + "Submit": "Invia", + "Submitted": "Inviato", + "Subscript": "Pedice", + "Subsection": "Sottosezione", + "Success": "Successo", + "Successfully deleted student state for user {user}": "Stato studente cancellato con successo per l'utente {user}", + "Successfully enrolled and sent email to the following users:": "Inscrizione avvenuta con successo e email inviata ai seguenti utenti:", + "Successfully enrolled the following users:": "Iscrizione avvenuta con successo per i seguenti utenti:", + "Successfully rescored problem for user {user}": "Ricalcolo del punteggio del problema per l'utente {user} avvenuto con successo ", + "Successfully reset the attempts for user {user}": "Resetta con successo i tentativi per l'utente {user}", + "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "Email di iscrizione inviate con successo ai seguenti utenti. Gli utenti potranno iscriversi dopo essersi registrati:", + "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "Email di iscrizione inviate con successo ai seguenti utenti. Gli utenti saranno iscritti dopo essersi registrati:", + "Successfully unlinked.": "Scollegato con successo.", + "Superscript": "Apice", + "Table": "Tabella", + "Table properties": "Propriet\u00e0 della tabella", + "Tags": "Tags", + "Tags:": "Tags:", + "Take a photo of your ID": "Fai una foto del tuo documento d'identit\u00e0", + "Target": "Obiettivo", + "Task ID": "ID incarico", + "Task Progress": "Progresso incarico", + "Task Status": "Stato incarico", + "Task Type": "Tipo di incarico", + "Task inputs": "Input incarico", + "Team \"{team}\" successfully deleted.": "Squadra \"{team}\" eliminata con successo.", + "Team Description (Required) *": "Descrizione del gruppo (richiesta).", + "Team Name (Required) *": "Nome del gruppo (richiesto) *", + "Team Search": "Ricerca Gruppo", + "Team description cannot have more than 300 characters.": "La descrizione del gruppo non pu\u00f2 superare i 300 caratteri.", + "Team name cannot have more than 255 characters.": "Il nome del gruppo non pu\u00f2 superare i 255 caratteri.", + "Teams": "Gruppi", + "Tell other learners a little about yourself: where you live, what your interests are, why you're taking courses, or what you hope to learn.": "Racconta qualcosa di te agli altri studenti: dove vivi, quali sono i tuoi interessi, perch\u00e9 stai seguendo i corsi, o cosa speri di imparare.", + "Templates": "Modelli", + "Terms of Service and Honor Code": "Termini e Condizioni del Servizio", + "Text color": "Colore del testo", + "Text to display": "Testo da visualizzare", + "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "L'URL inserito risulta essere un indirizzo e-mail. Aggiungere il prefisso obbligatorio mailto:?", + "The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": "L'URL inserito risulta essere un collegamento esterno. Aggiungere il prefisso obbligatorio http://?", + "The cohort cannot be added": "Il cohort non pu\u00f2 essere aggiunto ", + "The cohort cannot be saved": "Il cohort non pu\u00f2 essere salvato", + "The country that team members primarily identify with.": "Paese identificato dai membri del gruppo come principale.", + "The course must have an assigned start date.": "Deve essere assegnata una data di inizio per il corso", + "The enrollment end date cannot be after the course end date.": "La data di fine iscrizioni non pu\u00f2 essere successiva alla data di fine corso", + "The enrollment start date cannot be after the enrollment end date.": "La data di inizio iscrizioni non pu\u00f2 essere successiva alla data di fine iscrizioni", + "The file must be at least {size} in size.": "Il file deve avere una dimensione superiore a {size}.", + "The file must be smaller than {size} in size.": "Il file deve avere una dimensione inferiore a {size}.", + "The following email addresses and/or usernames are invalid:": "I seguenti indirizzi email e/o nomi utente non sono validi:", + "The following errors were generated:": "Sono stati generati i seguenti errori:", + "The following users are no longer enrolled in the course:": "Gli utenti seguenti non sono pi\u00f9 iscritti al corso:", + "The following warnings were generated:": "Sono stati generati i seguenti avvisi:", + "The grading process is still running. Refresh the page to see updates.": "La valutazione \u00e8 ancora in corso. Aggiorna la pagina per visualizzare gli aggiornamenti.", + "The language that team members primarily use to communicate with each other.": "Lingua utilizzata principalmente dai membri del gruppo per comunicare tra loro.", + "The selected content group does not exist": "Il content group selezionato non esiste", + "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "Il {cohortGroupName} cohort \u00e8 stato creato. Puoi manualmente aggiungere studenti a questo cohort sotto.", + "There has been an error processing your survey.": "Si \u00e8 verificato un errore durante l'elaborazione del sondaggio.", + "There is no email history for this course.": "Non \u00e8 presente la cronologia email per questo corso", + "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "Si \u00e8 verificato un problema nella creazione delle liste. Seleziona \"Create Executive Summary\" per provare di nuovo.", + "There was an error obtaining email content history for this course.": "C'\u00e8 stato un errore nell'ottenere la cronologia dei contenuti delle e-mail di questo corso.", + "There was an error obtaining email task history for this course.": "C'\u00e8 stato un errore nell'ottenere la cronologia delle attivit\u00e0 e-mail di questo corso.", + "There was an error, try searching again.": "Si \u00e8 verificato un errore, prova a cercare ancora.", + "There's already another assignment type with this name.": "Esiste gi\u00e0 un tipo di compito con questo nome", + "These users were not added as beta testers:": "Questi utenti non sono stati aggiunti come beta testers:", + "These users were not affiliated with the course so could not be unenrolled:": "I seguenti utenti non erano iscritti al corso e non possono quindi essere rimossi:", + "These users were not removed as beta testers:": "Questi utenti non sono stati rimossi come beta testers:", + "These users were successfully added as beta testers:": "Questi utenti sono stati aggiunti con successo come beta testers:", + "These users were successfully removed as beta testers:": "Questi utenti sono stati rimossi con successo come beta testers:", + "These users will be allowed to enroll once they register:": "Questi utenti potranno iscriversi dopo essersi registrati:", + "These users will be enrolled once they register:": "Questi utenti saranno iscritti dopo essersi registrati:", + "This action cannot be undone.": "Questa azione non pu\u00f2 essere annullata.", + "This browser cannot play .mp4, .ogg, or .webm files.": "Questo browser non pu\u00f2 riprodurre file .mp4, .ogg e .webm .", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Questa \u00e8 la lista dei %s disponibili. Puoi sceglierne alcuni selezionandoli nella casella qui sotto e poi facendo clic sulla freccia \"Scegli\" tra le due caselle.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Questa \u00e8 la lista dei %s scelti. Puoi eliminarne alcuni selezionandoli nella casella qui sotto e poi facendo clic sulla freccia \"Elimina\" tra le due caselle.", + "This learner will be removed from the team, allowing another learner to take the available spot.": "Questo studente sar\u00e1 eliminato dal gruppo, facendo cos\u00ed posto per un altro studente", + "This team does not have any members.": "Questo team non ha nessun membro", + "This team is full.": "Questo gruppo \u00e8 completo.", + "Time Sent": "Ora di invio", + "Time Sent:": "Ora di invio:", + "Timed Exam": "Esame a Tempo", + "Tips on taking a successful photo": "Consigli per ottenere una buona foto", + "Title": "Titolo", + "Today": "Oggi", + "Tomorrow": "Domani", + "Tools": "Strumenti", + "Top": "In alto", + "Topic": "Argomento", + "Topics": "Argomenti", + "Total": "Totale", + "Transcript will be displayed when you start playing the video.": "La trascrizione del video verr\u00e0 mostrata quando inizierai a guardare il video", + "Try the transaction again in a few minutes.": "Riprova la transazione tra qualche minuto", + "Try using a different browser, such as Google Chrome.": "Prova ad usare un browser diverso, come Google Chrome.", + "Turn off transcripts": "Disattiva le trascrizioni", + "Turn on transcripts": "Attiva le trascrizioni", + "Type": "Tipo", + "Type into this box to filter down the list of available %s.": "Scrivi in questa casella per filtrare l'elenco dei %s disponibili.", + "URL": "URL", + "Underline": "Sottolineato", + "Undo": "Annulla", + "Undo (Ctrl+Z)": "Annulla (Ctrl+Z)", + "Unit": "Unit\u00e0", + "Unknown": "Sconosciuto", + "Unlinking": "Scollegando", + "Unmute": "Audio attivato", + "Update": "Aggiornamento", + "Updating with latest library content": "Aggiornamento con gli ultimi contenuti della libreria", + "Upgrade Deadline": "Aggiornamento deadline", + "Upload": "Carica", + "Upload File": "Carica il File", + "Upload File and Assign Students": "Caricare file e assegna gli studenti", + "Upload New File": "Carica un nuovo file", + "Upload PDF": "Carica PDF", + "Upload an image": "Carica un'immagine", + "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "Caricamento in corso. Per evitare errori, rimani in questa pagina fino a completamento del processo.", + "Upload your course image.": "Carica l'immagine del tuo corso", + "Upload your first asset": "Carica la tua prima attivit\u00e0", + "Uploading": "Caricamento", + "Upper Alpha": "Lettere maiuscole", + "Upper Roman": "Lettere romane maiuscole", + "Url": "Url", + "Username": "Nome utente", + "Users must create and activate their account before they can be promoted to beta tester.": "Gli utenti devono creare e attivare i propri account prima di poter essere promossi beta tester.", + "V Align": "Allineamento verticale", + "Validation Error": "Errore di validazione", + "Verification Deadline": "Verifica del termine", + "Verified Certificate": "Certificato Verificato", + "Verified Certificate upgrade": "Aggiornamento del Certificato Verificato", + "Vertical space": "Spaziatura verticale", + "Very loud": "Molto Alto", + "Very low": "Molto Basso", + "Video Capture Error": "Errore di cattura del video", + "Video ID": "Video ID", + "Video ended": "Video finito", + "Video position": "Posizione del video", + "Video speed: ": "Velocit\u00e0 del video:", + "Video transcript": "Trascrizione del video", + "View": "Visualizza", + "View %(span_start)s %(team_name)s %(span_end)s": "Mostra %(span_start)s %(team_name)s %(span_end)s", + "View Archived Course": "Vedi il Corso Archiviato", + "View Course": "Vedi il Corso", + "View Live": "Vedi Live", + "View Teams in the %(topic_name)s Topic": "Visualizza i gruppi che hanno come tema %(topic_name)s ", + "View all errors": "Vedi tutti gli errori", "Viewing %s course": [ - "Vedi %s corsi", + "Vedi %s corsi", "Vedi %s coursi" - ], - "Visual aids": "Strumenti visivi", - "Volume": "Volume", - "Warnings": "Problemi", - "We couldn't find any results for \"%s\".": "Non abbiamo trovato nessun risultato per \"%s\". ", - "We've encountered an error. Refresh your browser and then try again.": "Abbiamo incontrato un errore. Aggiorna la pagina, poi prova di nuovo.", - "Web:": "Web:", - "Webcam": "Webcam", - "Whole words": "Parole intere", - "Width": "Larghezza", - "Words: {0}": "Parole: {0}", - "Year of Birth": "Anno di Nascita", - "Yesterday": "Ieri", - "You already belong to another team.": "Sei gi\u00e0 parte di un altro gruppo.", - "You are not currently a member of any team.": "Al momento non fai parte di nessun gruppo.", - "You can remove members from this team, especially if they have not participated in the team's activity.": "Puoi rimuovere i membri del gruppo, soprattutto se non hanno contribuito alle attivit\u00e1 di gruppo. ", - "You cannot view the course as a student or beta tester before the course release date.": "Non \u00e8 possibile visualizzare il corso come studente o beta tester prima della data di uscita del corso.", - "You currently have no cohorts configured": "Non hai attualmente configurato alcun cohort", - "You did not select a content group": "Non hai selezionato un content group", - "You don't seem to have Flash installed. Get Flash to continue your verification.": "Sembra che tu non abbia installato Flash. Scarica Flash per procedere con la tua verifica.", - "You don't seem to have a webcam connected.": "Non sembra che tu abbia una webcam connessa.", - "You have no handouts defined": "Nessun materiale da distribuire definito", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Hai selezionato un'azione, e non hai ancora apportato alcuna modifica a campi singoli. Probabilmente stai cercando il pulsante Go, invece di Save.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Hai selezionato un'azione, ma non hai ancora salvato le modifiche apportate a campi singoli. Fai clic su OK per salvare. Poi dovrai ri-eseguire l'azione.", - "You have unsaved changes are you sure you want to navigate away?": "Sono presenti modifiche non salvate. Si desidera abbandonare la pagina?", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Ci sono aggiornamenti non salvati su singoli campi modificabili. Se esegui un'azione, le modifiche non salvate andranno perse.", - "You must be over 13 to share a full profile. If you are over 13, make sure that you have specified a birth year on the {account_settings_page_link}": "Devi avere pi\u00f9 di 13 anni per condividere un profilo completo. Se hai pi\u00f9 di 13 anni, assicurati di aver specificato il tuo anno di nascita in {account_settings_page_link}", - "You must sign out and sign back in before your language changes take effect.": "Devi disconnetterti e accedere nuovamente affinch\u00e9 le modifiche della lingua abbiano effetto.", - "You must specify a name for the cohort": "Devi specificare un nome per il cohort", - "You must specify your birth year before you can share your full profile. To specify your birth year, go to the {account_settings_page_link}": "Devi specificare il tuo anno di nascita prima di poter condividere il tuo profilo completo. Per specificare il tuo anno di nascita vai a {account_settings_page_link}", - "You will be refunded the amount you paid.": "Verr\u00e0 rimborsato l'importo pagato.", - "You will not be refunded the amount you paid.": "Non verr\u00e0 rimborsato l'importo pagato.", - "You've made some changes": "Hai fatto delle modifiche", - "You've made some changes, but there are some errors": "Hai fatto delle modifiche , ma si sono verificati degli errori", - "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "Il browser non supporta l'accesso diretto agli Appunti. Utilizzare i tasti di scelta rapida Ctrl+X/C/V.", - "Your changes have been saved.": "Le tue modifiche sono state salvate.", - "Your changes will not take effect until you save your progress.": "Le tue modifiche non avranno effetto finch\u00e8 non avrai salvato.", - "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "Le tue modifiche non avranno effetto finch\u00e9 non avrai salvato. Fai attenzione con la formattazione di chiave e valore perch\u00e9 la validazione non \u00e8 implementata.", - "Your donation could not be submitted.": "Non \u00e8 stato possibile inviare la tua donazione ", - "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "Il tuo file '{file}' \u00e8 stato caricato. Aspettato qualche minuto per essere processato.", - "Your file has been deleted.": "Il tuo file \u00e8 stato cancellato.", - "Your message cannot be blank.": "Il tuo messaggio non pu\u00f2 essere vuoto.", - "Your message must have a subject.": "Il tuo messaggio deve avere un oggetto", - "Your policy changes have been saved.": "Le tue policy sono state salvate", - "Your post will be discarded.": "Il tuo post verr\u00e0 eliminato.", - "Your request could not be completed due to a server problem. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "La tua richiesta non pu\u00f3 essere completata a causa di un problema del server. Aggiorna la pagina e prova di nuovo. Se il problema persiste, clicca su Aiuto per segnalare il problema. ", - "Your request could not be completed. Reload the page and try again.": "La tua richiesta non pu\u00f3 essere completata. Aggiorna la pagina e prova di nuovo.", - "Your upload of '{file}' failed.": "Il caricamento di '{file}' \u00e8 fallito.", - "Your upload of '{file}' succeeded.": "Il caricamento di '{file}' ha avuto successo.", - "Yourself": "Tu", - "Zoom In": "Zoom avanti", - "Zoom Out": "Zoom indietro", - "[no tags]": "[no tags]", - "a day": "un giorno", - "about a minute": "circa un minuto", - "about a month": "circa un mese", - "about a year": "circa un anno", - "about an hour": "circa un ora", - "and others": "ed altri ancora ", - "anonymous": "anonimo", - "answer": "risposta", - "bytes": "bytes", - "close": "chiudi", - "correct": "corretto", - "delete chapter": "cancella capitolo", - "delete group": "cancella gruppo", - "dragging": "trascinamento", - "dragging out of slider": "trascinamento del cursore", - "dropped on target": "rilasciato sull'obiettivo", - "e.g. 'google'": "per esempio 'google'", - "emphasized text": "testo enfatizzato", - "enter code here": "inserisci qui il codice", - "enter link description here": "Inserisci qui la descrizione del link", - "image omitted": "immagine non presente", - "incorrect": "sbagliato", - "last activity": "ultima attivit\u00e0", - "less than a minute": "meno di un minuto", - "name": "nome", - "off": "off", - "on": "on", - "one letter Friday\u0004F": "V", - "one letter Monday\u0004M": "L", - "one letter Saturday\u0004S": "S", - "one letter Sunday\u0004S": "D", - "one letter Thursday\u0004T": "G", - "one letter Tuesday\u0004T": "Ma", - "one letter Wednesday\u0004W": "Me", - "or": "o", - "strong text": "testo in grassetto", - "team count": "totale gruppo", + ], + "Visual aids": "Strumenti visivi", + "Volume": "Volume", + "Warnings": "Problemi", + "We couldn't find any results for \"%s\".": "Non abbiamo trovato nessun risultato per \"%s\". ", + "We've encountered an error. Refresh your browser and then try again.": "Abbiamo incontrato un errore. Aggiorna la pagina, poi prova di nuovo.", + "Web:": "Web:", + "Webcam": "Webcam", + "Whole words": "Parole intere", + "Width": "Larghezza", + "Words: {0}": "Parole: {0}", + "Year of Birth": "Anno di Nascita", + "Yesterday": "Ieri", + "You already belong to another team.": "Sei gi\u00e0 parte di un altro gruppo.", + "You are not currently a member of any team.": "Al momento non fai parte di nessun gruppo.", + "You can remove members from this team, especially if they have not participated in the team's activity.": "Puoi rimuovere i membri del gruppo, soprattutto se non hanno contribuito alle attivit\u00e1 di gruppo. ", + "You cannot view the course as a student or beta tester before the course release date.": "Non \u00e8 possibile visualizzare il corso come studente o beta tester prima della data di uscita del corso.", + "You currently have no cohorts configured": "Non hai attualmente configurato alcun cohort", + "You did not select a content group": "Non hai selezionato un content group", + "You don't seem to have Flash installed. Get Flash to continue your verification.": "Sembra che tu non abbia installato Flash. Scarica Flash per procedere con la tua verifica.", + "You don't seem to have a webcam connected.": "Non sembra che tu abbia una webcam connessa.", + "You have no handouts defined": "Nessun materiale da distribuire definito", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Hai selezionato un'azione, e non hai ancora apportato alcuna modifica a campi singoli. Probabilmente stai cercando il pulsante Go, invece di Save.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Hai selezionato un'azione, ma non hai ancora salvato le modifiche apportate a campi singoli. Fai clic su OK per salvare. Poi dovrai ri-eseguire l'azione.", + "You have unsaved changes are you sure you want to navigate away?": "Sono presenti modifiche non salvate. Si desidera abbandonare la pagina?", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Ci sono aggiornamenti non salvati su singoli campi modificabili. Se esegui un'azione, le modifiche non salvate andranno perse.", + "You must be over 13 to share a full profile. If you are over 13, make sure that you have specified a birth year on the {account_settings_page_link}": "Devi avere pi\u00f9 di 13 anni per condividere un profilo completo. Se hai pi\u00f9 di 13 anni, assicurati di aver specificato il tuo anno di nascita in {account_settings_page_link}", + "You must sign out and sign back in before your language changes take effect.": "Devi disconnetterti e accedere nuovamente affinch\u00e9 le modifiche della lingua abbiano effetto.", + "You must specify a name for the cohort": "Devi specificare un nome per il cohort", + "You must specify your birth year before you can share your full profile. To specify your birth year, go to the {account_settings_page_link}": "Devi specificare il tuo anno di nascita prima di poter condividere il tuo profilo completo. Per specificare il tuo anno di nascita vai a {account_settings_page_link}", + "You will be refunded the amount you paid.": "Verr\u00e0 rimborsato l'importo pagato.", + "You will not be refunded the amount you paid.": "Non verr\u00e0 rimborsato l'importo pagato.", + "You've made some changes": "Hai fatto delle modifiche", + "You've made some changes, but there are some errors": "Hai fatto delle modifiche , ma si sono verificati degli errori", + "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "Il browser non supporta l'accesso diretto agli Appunti. Utilizzare i tasti di scelta rapida Ctrl+X/C/V.", + "Your changes have been saved.": "Le tue modifiche sono state salvate.", + "Your changes will not take effect until you save your progress.": "Le tue modifiche non avranno effetto finch\u00e8 non avrai salvato.", + "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "Le tue modifiche non avranno effetto finch\u00e9 non avrai salvato. Fai attenzione con la formattazione di chiave e valore perch\u00e9 la validazione non \u00e8 implementata.", + "Your donation could not be submitted.": "Non \u00e8 stato possibile inviare la tua donazione ", + "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "Il tuo file '{file}' \u00e8 stato caricato. Aspettato qualche minuto per essere processato.", + "Your file has been deleted.": "Il tuo file \u00e8 stato cancellato.", + "Your message cannot be blank.": "Il tuo messaggio non pu\u00f2 essere vuoto.", + "Your message must have a subject.": "Il tuo messaggio deve avere un oggetto", + "Your policy changes have been saved.": "Le tue policy sono state salvate", + "Your post will be discarded.": "Il tuo post verr\u00e0 eliminato.", + "Your request could not be completed due to a server problem. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "La tua richiesta non pu\u00f3 essere completata a causa di un problema del server. Aggiorna la pagina e prova di nuovo. Se il problema persiste, clicca su Aiuto per segnalare il problema. ", + "Your request could not be completed. Reload the page and try again.": "La tua richiesta non pu\u00f3 essere completata. Aggiorna la pagina e prova di nuovo.", + "Your upload of '{file}' failed.": "Il caricamento di '{file}' \u00e8 fallito.", + "Your upload of '{file}' succeeded.": "Il caricamento di '{file}' ha avuto successo.", + "Yourself": "Tu", + "Zoom In": "Zoom avanti", + "Zoom Out": "Zoom indietro", + "[no tags]": "[no tags]", + "a day": "un giorno", + "about a minute": "circa un minuto", + "about a month": "circa un mese", + "about a year": "circa un anno", + "about an hour": "circa un ora", + "and others": "ed altri ancora ", + "anonymous": "anonimo", + "answer": "risposta", + "bytes": "bytes", + "close": "chiudi", + "correct": "corretto", + "delete chapter": "cancella capitolo", + "delete group": "cancella gruppo", + "dragging": "trascinamento", + "dragging out of slider": "trascinamento del cursore", + "dropped on target": "rilasciato sull'obiettivo", + "e.g. 'google'": "per esempio 'google'", + "emphasized text": "testo enfatizzato", + "enter code here": "inserisci qui il codice", + "enter link description here": "Inserisci qui la descrizione del link", + "image omitted": "immagine non presente", + "incorrect": "sbagliato", + "last activity": "ultima attivit\u00e0", + "less than a minute": "meno di un minuto", + "name": "nome", + "off": "off", + "on": "on", + "one letter Friday\u0004F": "V", + "one letter Monday\u0004M": "L", + "one letter Saturday\u0004S": "S", + "one letter Sunday\u0004S": "D", + "one letter Thursday\u0004T": "G", + "one letter Tuesday\u0004T": "Ma", + "one letter Wednesday\u0004W": "Me", + "or": "o", + "strong text": "testo in grassetto", + "team count": "totale gruppo", "there is currently {numVotes} vote": [ - "attualmente \u00e8 presente {numVotes} voto", + "attualmente \u00e8 presente {numVotes} voto", "attualmente sono presenti {numVotes} voti" - ], - "unit": "unit\u00e0", + ], + "unit": "unit\u00e0", "{numResponses} other response": [ - "{numResponses} altra risposta", + "{numResponses} altra risposta", "{numResponses} altre risposte" - ], + ], "{numVotes} Vote": [ - "{numVotes} Voto", + "{numVotes} Voto", "{numVotes} Voti" - ], + ], "\u2026": "..." }; for (var key in newcatalog) { @@ -920,51 +920,51 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "l d F Y H:i", + "DATETIME_FORMAT": "l d F Y H:i", "DATETIME_INPUT_FORMATS": [ - "%d/%m/%Y %H:%M:%S", - "%d/%m/%Y %H:%M:%S.%f", - "%d/%m/%Y %H:%M", - "%d/%m/%Y", - "%d/%m/%y %H:%M:%S", - "%d/%m/%y %H:%M:%S.%f", - "%d/%m/%y %H:%M", - "%d/%m/%y", - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%d-%m-%Y %H:%M:%S", - "%d-%m-%Y %H:%M:%S.%f", - "%d-%m-%Y %H:%M", - "%d-%m-%Y", - "%d-%m-%y %H:%M:%S", - "%d-%m-%y %H:%M:%S.%f", - "%d-%m-%y %H:%M", + "%d/%m/%Y %H:%M:%S", + "%d/%m/%Y %H:%M:%S.%f", + "%d/%m/%Y %H:%M", + "%d/%m/%Y", + "%d/%m/%y %H:%M:%S", + "%d/%m/%y %H:%M:%S.%f", + "%d/%m/%y %H:%M", + "%d/%m/%y", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%d-%m-%Y %H:%M:%S", + "%d-%m-%Y %H:%M:%S.%f", + "%d-%m-%Y %H:%M", + "%d-%m-%Y", + "%d-%m-%y %H:%M:%S", + "%d-%m-%y %H:%M:%S.%f", + "%d-%m-%y %H:%M", "%d-%m-%y" - ], - "DATE_FORMAT": "d F Y", + ], + "DATE_FORMAT": "d F Y", "DATE_INPUT_FORMATS": [ - "%d/%m/%Y", - "%Y/%m/%d", - "%d-%m-%Y", - "%Y-%m-%d", - "%d-%m-%y", + "%d/%m/%Y", + "%Y/%m/%d", + "%d-%m-%Y", + "%Y-%m-%d", + "%d-%m-%y", "%d/%m/%y" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "1", - "MONTH_DAY_FORMAT": "j/F", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "d/m/Y H:i", - "SHORT_DATE_FORMAT": "d/m/Y", - "THOUSAND_SEPARATOR": ".", - "TIME_FORMAT": "H:i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "1", + "MONTH_DAY_FORMAT": "j/F", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "d/m/Y H:i", + "SHORT_DATE_FORMAT": "d/m/Y", + "THOUSAND_SEPARATOR": ".", + "TIME_FORMAT": "H:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/ja-jp/djangojs.js b/cms/static/js/i18n/ja-jp/djangojs.js index 23ca919167..44648a1580 100644 --- a/cms/static/js/i18n/ja-jp/djangojs.js +++ b/cms/static/js/i18n/ja-jp/djangojs.js @@ -20,1626 +20,1600 @@ django.catalog = django.catalog || {}; var newcatalog = { - "\n Because the due date has passed, you are no longer able to take this exam.\n ": "\n\u7de0\u5207\u65e5\u304c\u904e\u304e\u305f\u305f\u3081\u3001\u672c\u8a66\u9a13\u3092\u53d7\u3051\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002", - "\n The due date for this exam has passed\n ": "\n\u3053\u306e\u8a66\u9a13\u306e\u7de0\u5207\u306f\u65e2\u306b\u904e\u304e\u3066\u3044\u307e\u3059\u3002", - " ${price} {currency} )": " ${price} {currency} )", - " Link": "\u30ea\u30f3\u30af", - " and ": "\u3068", - " learner does not exist in LMS and not added to the exception list": "\u53d7\u8b1b\u8005\u304c LMS \u306b\u3044\u306a\u3044\u305f\u3081\u3001\u4f8b\u5916\u4e00\u89a7\u306b\u8ffd\u52a0\u3055\u308c\u307e\u305b\u3093", - " learner is already white listed and not added to the exception list": "\u53d7\u8b1b\u8005\u306f\u65e2\u306b\u30db\u30ef\u30a4\u30c8\u30ea\u30b9\u30c8\u5316\u3055\u308c\u3066\u3044\u308b\u305f\u3081\u3001\u4f8b\u5916\u4e00\u89a7\u306b\u8ffd\u52a0\u3055\u308c\u307e\u305b\u3093", - " learner is not enrolled in course and not added to the exception list": "\u53d7\u8b1b\u8005\u304c\u8b1b\u5ea7\u306b\u53d7\u8b1b\u767b\u9332\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001\u4f8b\u5916\u4e00\u89a7\u306b\u8ffd\u52a0\u3055\u308c\u307e\u305b\u3093", - " learner is successfully added to the exception list": "\u53d7\u8b1b\u8005\u3092\u4f8b\u5916\u4e00\u89a7\u306b\u8ffd\u52a0\u3057\u307e\u3057\u305f", - " learners are already white listed and not added to the exception list": "\u53d7\u8b1b\u8005\u306f\u65e2\u306b\u30db\u30ef\u30a4\u30c8\u30ea\u30b9\u30c8\u5316\u3055\u308c\u3066\u3044\u308b\u305f\u3081\u3001\u4f8b\u5916\u4e00\u89a7\u306b\u8ffd\u52a0\u3055\u308c\u307e\u305b\u3093", - " learners are not enrolled in course and not added to the exception list": "\u53d7\u8b1b\u8005\u304c\u8b1b\u5ea7\u306b\u53d7\u8b1b\u767b\u9332\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001\u4f8b\u5916\u4e00\u89a7\u306b\u8ffd\u52a0\u3055\u308c\u307e\u305b\u3093", - " learners are successfully added to exception list": "\u53d7\u8b1b\u8005\u3092\u4f8b\u5916\u4e00\u89a7\u306b\u8ffd\u52a0\u3057\u307e\u3057\u305f", - " learners do not exist in LMS and not added to the exception list": "\u53d7\u8b1b\u8005\u304c LMS \u306b\u3044\u306a\u3044\u305f\u3081\u3001\u4f8b\u5916\u4e00\u89a7\u306b\u8ffd\u52a0\u3055\u308c\u307e\u305b\u3093", - " record is not in correct format and not added to the exception list": "\u30ec\u30b3\u30fc\u30c9\u304c\u6b63\u3057\u3044\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306b\u306a\u3063\u3066\u3044\u306a\u3044\u305f\u3081\u3001\u4f8b\u5916\u4e00\u89a7\u306b\u8ffd\u52a0\u3055\u308c\u307e\u305b\u3093", - " records are not in correct format and not added to the exception list": "\u30ec\u30b3\u30fc\u30c9\u304c\u6b63\u3057\u3044\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306b\u306a\u3063\u3066\u3044\u306a\u3044\u305f\u3081\u3001\u4f8b\u5916\u4e00\u89a7\u306b\u8ffd\u52a0\u3055\u308c\u307e\u305b\u3093", - "${listPrice}": "${listPrice}", - "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s\u540d)", - "%(download_link_start)sDownload this image (right-click or option-click, save as)%(link_end)s and then %(upload_link_start)supload%(link_end)s it to your backpack.": "%(download_link_start)s\u3053\u306e\u753b\u50cf\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9(\u53f3\u30af\u30ea\u30c3\u30af\u307e\u305f\u306f\u30aa\u30d7\u30b7\u30e7\u30f3\u30af\u30ea\u30c3\u30af\u3057\u3066\u3001\u540d\u524d\u3092\u4ed8\u3051\u3066\u4fdd\u5b58)%(link_end)s\u3057\u3066\u3001\u3042\u306a\u305f\u306ebackpack\u306b%(upload_link_start)s\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9%(link_end)s\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "\n Because the due date has passed, you are no longer able to take this exam.\n ": "\n\u7de0\u5207\u65e5\u304c\u904e\u304e\u305f\u305f\u3081\u3001\u672c\u8a66\u9a13\u3092\u53d7\u3051\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002", + "\n The due date for this exam has passed\n ": "\n\u3053\u306e\u8a66\u9a13\u306e\u7de0\u5207\u306f\u65e2\u306b\u904e\u304e\u3066\u3044\u307e\u3059\u3002", + " ${price} {currency} )": " ${price} {currency} )", + " Link": "\u30ea\u30f3\u30af", + " and ": "\u3068", + " learner does not exist in LMS and not added to the exception list": "\u53d7\u8b1b\u8005\u304c LMS \u306b\u3044\u306a\u3044\u305f\u3081\u3001\u4f8b\u5916\u4e00\u89a7\u306b\u8ffd\u52a0\u3055\u308c\u307e\u305b\u3093", + " learner is already white listed and not added to the exception list": "\u53d7\u8b1b\u8005\u306f\u65e2\u306b\u30db\u30ef\u30a4\u30c8\u30ea\u30b9\u30c8\u5316\u3055\u308c\u3066\u3044\u308b\u305f\u3081\u3001\u4f8b\u5916\u4e00\u89a7\u306b\u8ffd\u52a0\u3055\u308c\u307e\u305b\u3093", + " learner is not enrolled in course and not added to the exception list": "\u53d7\u8b1b\u8005\u304c\u8b1b\u5ea7\u306b\u53d7\u8b1b\u767b\u9332\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001\u4f8b\u5916\u4e00\u89a7\u306b\u8ffd\u52a0\u3055\u308c\u307e\u305b\u3093", + " learner is successfully added to the exception list": "\u53d7\u8b1b\u8005\u3092\u4f8b\u5916\u4e00\u89a7\u306b\u8ffd\u52a0\u3057\u307e\u3057\u305f", + " learners are already white listed and not added to the exception list": "\u53d7\u8b1b\u8005\u306f\u65e2\u306b\u30db\u30ef\u30a4\u30c8\u30ea\u30b9\u30c8\u5316\u3055\u308c\u3066\u3044\u308b\u305f\u3081\u3001\u4f8b\u5916\u4e00\u89a7\u306b\u8ffd\u52a0\u3055\u308c\u307e\u305b\u3093", + " learners are not enrolled in course and not added to the exception list": "\u53d7\u8b1b\u8005\u304c\u8b1b\u5ea7\u306b\u53d7\u8b1b\u767b\u9332\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001\u4f8b\u5916\u4e00\u89a7\u306b\u8ffd\u52a0\u3055\u308c\u307e\u305b\u3093", + " learners are successfully added to exception list": "\u53d7\u8b1b\u8005\u3092\u4f8b\u5916\u4e00\u89a7\u306b\u8ffd\u52a0\u3057\u307e\u3057\u305f", + " learners do not exist in LMS and not added to the exception list": "\u53d7\u8b1b\u8005\u304c LMS \u306b\u3044\u306a\u3044\u305f\u3081\u3001\u4f8b\u5916\u4e00\u89a7\u306b\u8ffd\u52a0\u3055\u308c\u307e\u305b\u3093", + " record is not in correct format and not added to the exception list": "\u30ec\u30b3\u30fc\u30c9\u304c\u6b63\u3057\u3044\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306b\u306a\u3063\u3066\u3044\u306a\u3044\u305f\u3081\u3001\u4f8b\u5916\u4e00\u89a7\u306b\u8ffd\u52a0\u3055\u308c\u307e\u305b\u3093", + " records are not in correct format and not added to the exception list": "\u30ec\u30b3\u30fc\u30c9\u304c\u6b63\u3057\u3044\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306b\u306a\u3063\u3066\u3044\u306a\u3044\u305f\u3081\u3001\u4f8b\u5916\u4e00\u89a7\u306b\u8ffd\u52a0\u3055\u308c\u307e\u305b\u3093", + "${listPrice}": "${listPrice}", + "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s\u540d)", "%(errorCount)s error found in form.": [ "\u30d5\u30a9\u30fc\u30e0\u306b %(errorCount)s \u500b\u30a8\u30e9\u30fc\u304c\u3042\u308a\u307e\u3057\u305f\u3002" - ], - "%(field)s can only contain up to %(count)d characters.": "%(field)s \u306f\u6700\u5927 %(count)d \u6587\u5b57\u307e\u3067\u3067\u3059\u3002", - "%(field)s must have at least %(count)d characters.": "%(field)s \u306b\u306f\u6700\u4f4e %(count)d \u6587\u5b57\u5fc5\u8981\u3067\u3059\u3002", - "%(memberCount)s / %(maxMemberCount)s Member": [ - "\u30e1\u30f3\u30d0\u30fc %(memberCount)s / %(maxMemberCount)s \u4eba" - ], - "%(new_item_message)s": "%(new_item_message)s", + ], + "%(field)s can only contain up to %(count)d characters.": "%(field)s \u306f\u6700\u5927 %(count)d \u6587\u5b57\u307e\u3067\u3067\u3059\u3002", + "%(field)s must have at least %(count)d characters.": "%(field)s \u306b\u306f\u6700\u4f4e %(count)d \u6587\u5b57\u5fc5\u8981\u3067\u3059\u3002", + "%(new_item_message)s": "%(new_item_message)s", "%(num_questions)s question": [ "%(num_questions)s\u4ef6\u306e\u8cea\u554f" - ], + ], "%(num_students)s student": [ "%(num_students)s\u540d\u306e\u53d7\u8b1b\u8005" - ], + ], "%(num_students)s student opened Subsection": [ "%(num_students)s\u540d\u306e\u53d7\u8b1b\u8005\u304c\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u958b\u304d\u307e\u3057\u305f" - ], - "%(programName)s Home Page.": "%(programName)s\u30db\u30fc\u30e0\u30da\u30fc\u30b8\u3002", + ], + "%(programName)s Home Page.": "%(programName)s\u30db\u30fc\u30e0\u30da\u30fc\u30b8\u3002", "%(sel)s of %(cnt)s selected": [ "%(cnt)s\u500b\u4e2d%(sel)s\u500b\u9078\u629e" - ], - "%(team_count)s Team": [ - "%(team_count)s \u30c1\u30fc\u30e0" - ], - "%(type)s Component Template Menu": "%(type)s \u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30e1\u30cb\u30e5\u30fc", - "(Add signatories for a certificate)": "(\u4fee\u4e86\u8a3c\u306e\u7f72\u540d\u3092\u8ffd\u52a0\u3059\u308b)", - "(Required Field)": "(\u5fc5\u9808\u9805\u76ee)", + ], + "%(type)s Component Template Menu": "%(type)s \u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30e1\u30cb\u30e5\u30fc", + "(Add signatories for a certificate)": "(\u4fee\u4e86\u8a3c\u306e\u7f72\u540d\u3092\u8ffd\u52a0\u3059\u308b)", + "(Required Field)": "(\u5fc5\u9808\u9805\u76ee)", "(contains %(student_count)s student)": [ "(%(student_count)s\u540d\u306e\u53d7\u8b1b\u8005\u304c\u542b\u307e\u308c\u307e\u3059)" - ], - "(optional)": "(\u30aa\u30d7\u30b7\u30e7\u30f3)", - "(required)": "(\u5fc5\u9808)", - "(required):": "(\u5fc5\u9808): ", - "- Sortable": "- \u30bd\u30fc\u30c8\u53ef\u80fd", - "6 a.m.": "\u5348\u524d 6 \u6642", - "6 p.m.": "\u5348\u5f8c 6 \u6642", - ": video upload complete.": ": \u52d5\u753b\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u5b8c\u4e86\u3002", - "<%= user %> already in exception list.": "<%= user %>\u306f\u65e2\u306b\u4f8b\u5916\u4e00\u89a7\u306b\u5165\u3063\u3066\u3044\u307e\u3059", - "<%= user %> has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.": "<%= user %>\u00a0\u306f\u4f8b\u5916\u4e00\u89a7\u306b\u554f\u984c\u306a\u304f\u8ffd\u52a0\u3055\u308c\u307e\u3057\u305f\u3002\u4fee\u4e86\u8a3c\u3092\u9001\u4fe1\u3059\u308b\u306b\u306f\u3001\u4e0b\u306e\"\u4fee\u4e86\u8a3c\u4f8b\u5916\u306e\u751f\u6210\"\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "A driver's license, passport, or government-issued ID with your name and photo.": "\u904b\u8ee2\u514d\u8a31\u8a3c\u3001\u30d1\u30b9\u30dd\u30fc\u30c8\u307e\u305f\u306f\u653f\u5e9c\u767a\u884c\u306e\u6c0f\u540d\u3068\u5199\u771f\u4ed8\u304d\u8eab\u5206\u8a3c\u660e\u66f8\u3002", - "A driver's license, passport, or other government-issued ID with your name and photo": "\u904b\u8ee2\u514d\u8a31\u8a3c\u3001\u30d1\u30b9\u30dd\u30fc\u30c8\u307e\u305f\u306f\u653f\u5e9c\u767a\u884c\u306e\u6c0f\u540d\u3068\u5199\u771f\u4ed8\u304d\u8eab\u5206\u8a3c\u660e\u66f8", - "A list of courses you have just enrolled in as a verified student": "\u8a8d\u8a3c\u4ed8\u304d\u53d7\u8b1b\u8005\u3068\u3057\u3066\u53d7\u8b1b\u767b\u9332\u3057\u305f\u8b1b\u5ea7\u306e\u4e00\u89a7", - "A name that identifies your team (maximum 255 characters).": "\u30c1\u30fc\u30e0\u3092\u7279\u5b9a\u3059\u308b\u305f\u3081\u306e\u540d\u79f0 (\u6700\u5927 255\u6587\u5b57\u307e\u3067) \u3002", - "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "\u4ed6\u306e\u53d7\u8b1b\u8005\u306b\u30c1\u30fc\u30e0\u306e\u76ee\u7684\u3084\u65b9\u5411\u6027\u3092\u7406\u89e3\u3057\u3066\u3082\u3089\u3046\u305f\u3081\u306e\u77ed\u6587\u89e3\u8aac (\u6700\u5927 300\u6587\u5b57\u307e\u3067)\u3002", - "A valid email address is required": "\u6b63\u3057\u3044\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u304c\u5fc5\u8981\u3067\u3059", - "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", - "Abbreviation": "\u7565\u79f0", - "About Me": "\u81ea\u5df1\u7d39\u4ecb", - "About You": "\u3042\u306a\u305f\u306b\u3064\u3044\u3066", - "About me": "\u81ea\u5df1\u7d39\u4ecb", - "Access to some content in this unit is restricted to specific groups of learners": "\u3053\u306e\u30e6\u30cb\u30c3\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306f\u7279\u5b9a\u306e\u30b0\u30eb\u30fc\u30d7\u306e\u53d7\u8b1b\u751f\u306b\u5236\u9650\u3055\u308c\u3066\u3044\u307e\u3059", - "Access to some content in this {blockType} is restricted to specific groups of learners.": "\u3053\u306e {blockType} \u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306f\u7279\u5b9a\u306e\u30b0\u30eb\u30fc\u30d7\u306e\u53d7\u8b1b\u751f\u306b\u5236\u9650\u3055\u308c\u3066\u3044\u307e\u3059\u3002", - "Access to this unit is restricted to: {selectedGroupsLabel}": "\u3053\u306e\u30e6\u30cb\u30c3\u30c8\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306f\u5236\u9650\u3055\u308c\u3066\u3044\u307e\u3059: {selectedGroupsLabel}", - "Access to this {blockType} is restricted to: {selectedGroupsLabel}": "\u3053\u306e {blockType} \u3078\u306e\u30a2\u30af\u30bb\u30b9\u306f\u5236\u9650\u3055\u308c\u3066\u3044\u307e\u3059: {selectedGroupsLabel}", - "Accomplishments": "\u696d\u7e3e", - "Accomplishments Pagination": "\u696d\u7e3e\u306e\u30da\u30fc\u30b8", - "Account Information": "\u30a2\u30ab\u30a6\u30f3\u30c8\u60c5\u5831", - "Account Not Activated": "\u6709\u52b9\u5316\u3055\u308c\u3066\u3044\u306a\u3044\u30a2\u30ab\u30a6\u30f3\u30c8", - "Account Settings": "\u30a2\u30ab\u30a6\u30f3\u30c8\u8a2d\u5b9a", - "Account Settings page.": "\u30a2\u30ab\u30a6\u30f3\u30c8\u8a2d\u5b9a\u30da\u30fc\u30b8\u3002", - "Action": "\u64cd\u4f5c", - "Action required: Enter a valid date.": "\u5fc5\u9808: \u6b63\u3057\u3044\u65e5\u4ed8\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Actions": "\u64cd\u4f5c", - "Activate": "\u6709\u52b9\u5316\u3059\u308b", - "Activate Your Account": "\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u6709\u52b9\u5316\u3059\u308b", - "Active Uploads": "\u30a2\u30af\u30c6\u30a3\u30d6\u306a\u66f4\u65b0", - "Add": "\u5165\u529b", - "Add Additional Signatory": "\u7f72\u540d\u3092\u8ffd\u52a0\u3059\u308b", - "Add Cohort": "\u30b3\u30db\u30fc\u30c8\u3092\u8ffd\u52a0", - "Add Component:": "\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u8ffd\u52a0:", - "Add Country": "\u56fd\u3092\u5165\u529b", - "Add Learners": "\u53d7\u8b1b\u8005\u3092\u8ffd\u52a0", - "Add New Component": "\u65b0\u898f\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u8ffd\u52a0", - "Add Thumbnail": "\u30b5\u30e0\u30cd\u30a4\u30eb\u8ffd\u52a0", - "Add Thumbnail - {videoName}": "\u30b5\u30e0\u30cd\u30a4\u30eb\u8ffd\u52a0 - {videoName}", - "Add URLs for additional versions": "\u4ed6\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u306eURL\u3092\u8ffd\u52a0\u3059\u308b", - "Add a Chapter": "\u30c1\u30e3\u30d7\u30bf\u30fc\u3092\u5165\u529b", - "Add a New Cohort": "\u65b0\u898f\u30b3\u30db\u30fc\u30c8\u3092\u8ffd\u52a0", - "Add a learning outcome here": "\u53d7\u8b1b\u6210\u679c\u3092\u3053\u3053\u306b\u5165\u529b", - "Add another group": "\u5225\u306e\u30b0\u30eb\u30fc\u30d7\u3092\u8ffd\u52a0", - "Add language": "\u8a00\u8a9e\u3092\u5165\u529b", - "Add learners to this cohort": "\u3053\u306e\u30b3\u30db\u30fc\u30c8\u306b\u53d7\u8b1b\u8005\u3092\u8ffd\u52a0", - "Add notes about this learner": "\u3053\u306e\u53d7\u8b1b\u8005\u306b\u95a2\u3059\u308b\u6ce8\u8a18\u3092\u5165\u529b", - "Add to Exception List": "\u4f8b\u5916\u30ea\u30b9\u30c8\u306b\u8ffd\u52a0", - "Add your first content group": "\u6700\u521d\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7\u3092\u5165\u529b", - "Add your first group configuration": "\u6700\u521d\u306e\u30b0\u30eb\u30fc\u30d7\u8a2d\u5b9a\u3092\u5165\u529b", - "Add your first textbook": "\u6700\u521d\u306e\u6559\u79d1\u66f8\u3092\u5165\u529b", - "Add {role} Access": "{role} \u306e\u30a2\u30af\u30bb\u30b9\u3092\u8ffd\u52a0\u3059\u308b", - "Adding the selected course to your cart": "\u30ab\u30fc\u30c8\u306b\u9078\u629e\u3057\u305f\u8b1b\u5ea7\u3092\u8ffd\u52a0\u4e2d", - "Additional Information": "\u8ffd\u52a0\u60c5\u5831", - "Additional posts could not be loaded. Refresh the page and try again.": "\u8ffd\u52a0\u306e\u6295\u7a3f\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Additional responses could not be loaded. Refresh the page and try again.": "\u8ffd\u52a0\u306e\u8fd4\u4fe1\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Admin": "\u7ba1\u7406\u8005", - "Advanced": "\u8a73\u7d30", - "After the course\\'s end date has passed, learners can no longer access subsection content. The subsection remains included in grade calculations.": "\u8b1b\u5ea7\u7d42\u4e86\u65e5\u304c\u904e\u304e\u308b\u3068\u3001\u53d7\u8b1b\u8005\u306f\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u306f\u6210\u7e3e\u306e\u8a08\u7b97\u306b\u542b\u307e\u308c\u305f\u307e\u307e\u6b8b\u308a\u307e\u3059\u3002", - "After the subsection\\'s due date has passed, learners can no longer access its content. The subsection remains included in grade calculations.": "\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u306e\u7de0\u5207\u65e5\u304c\u904e\u304e\u308b\u3068\u3001\u53d7\u8b1b\u8005\u306f\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u306f\u6210\u7e3e\u306e\u8a08\u7b97\u306b\u542b\u307e\u308c\u305f\u307e\u307e\u6b8b\u308a\u307e\u3059\u3002", - "After you upload new files all your previously uploaded files will be overwritten. Continue?": "\u65b0\u898f\u30d5\u30a1\u30a4\u30eb\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u3068\u3001\u4ee5\u524d\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u304c\u3059\u3079\u3066\u4e0a\u66f8\u304d\u3055\u308c\u307e\u3059\u3002\u7d9a\u3051\u307e\u3059\u304b\uff1f", - "All Learners and Staff": "\u5168\u53d7\u8b1b\u8005\u304a\u3088\u3073\u30b9\u30bf\u30c3\u30d5", - "All Posts": "\u5168\u3066\u306e\u6295\u7a3f", - "All Rights Reserved": "All Rights Reserved", - "All Time Zones": "\u5168\u3066\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3", - "All Topics": "\u5168\u3066\u306e\u30c8\u30d4\u30c3\u30af", - "All accounts were created successfully.": "\u5168\u3066\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u304c\u6b63\u5e38\u306b\u4f5c\u6210\u3055\u308c\u307e\u3057\u305f\u3002", - "All groups must have a name.": "\u5168\u3066\u306e\u30b0\u30eb\u30fc\u30d7\u306b\u540d\u524d\u304c\u5fc5\u8981\u3067\u3059\u3002", - "All groups must have a unique name.": "\u5168\u3066\u306e\u30b0\u30eb\u30fc\u30d7\u306b\u56fa\u6709\u306e\u540d\u524d\u304c\u5fc5\u8981\u3067\u3059\u3002", - "All learners in the {cohort_name} cohort": " {cohort_name} \u306e\u5168\u53d7\u8b1b\u8005", - "All learners in the {track_name} track": "{track_name} \u306e\u5168\u53d7\u8b1b\u8005", - "All learners who are enrolled in this course": "\u3053\u306e\u8b1b\u5ea7\u306e\u5168\u53d7\u8b1b\u767b\u9332\u8005", - "All payment options are currently unavailable.": "\u5168\u3066\u306e\u652f\u6255\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u73fe\u5728\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002", - "All professional education courses are fee-based, and require payment to complete the enrollment process.": "\u5c02\u9580\u5bb6\u6559\u80b2\u8b1b\u5ea7\u306f\u3059\u3079\u3066\u6709\u6599\u3067\u3001\u53d7\u8b1b\u767b\u9332\u624b\u7d9a\u306e\u5b8c\u4e86\u306b\u306f\u652f\u6255\u304c\u5fc5\u8981\u3067\u3059\u3002", - "All subsections": "\u5168\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3", - "All teams": "\u5168\u3066\u306e\u30c1\u30fc\u30e0", - "All topics": "\u5168\u30c8\u30d4\u30c3\u30af", - "All units": "\u5168\u30e6\u30cb\u30c3\u30c8", - "All users on the Exception list": "\u4f8b\u5916\u30ea\u30b9\u30c8\u5185\u306e\u5168\u30e6\u30fc\u30b6\u30fc", - "All users on the Exception list who do not yet have a certificate": "\u4fee\u4e86\u8a3c\u3092\u6301\u3063\u3066\u3044\u306a\u3044\u4f8b\u5916\u30ea\u30b9\u30c8\u5185\u306e\u5168\u30e6\u30fc\u30b6\u30fc", - "Allow students to generate certificates for this course?": "\u53d7\u8b1b\u8005\u306b\u3053\u306e\u8b1b\u5ea7\u306e\u4fee\u4e86\u8a3c\u306e\u751f\u6210\u3092\u8a31\u53ef\u3057\u307e\u3059\u304b\uff1f", - "Already a course team member": "\u65e2\u306b\u8b1b\u5ea7\u30c1\u30fc\u30e0\u30e1\u30f3\u30d0\u30fc\u3067\u3059", - "Already a library team member": "\u3059\u3067\u306b\u30e9\u30a4\u30d6\u30e9\u30ea\u30c1\u30fc\u30e0\u30e1\u30f3\u30d0\u30fc\u3067\u3059", - "Already a member": "\u65e2\u306b\u30e1\u30f3\u30d0\u30fc", - "Already have an {platformName} account?": "\u65e2\u306b{platformName} \u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u304a\u6301\u3061\u3067\u3059\u304b\uff1f", - "Always divide content-specific discussion topics": "\u30b3\u30f3\u30c6\u30f3\u30c4\u91cd\u8996\u306e\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u30c8\u30d4\u30c3\u30af\u3092\u5e38\u306b\u5206\u5272\u3059\u308b", - "Always show assessment results": "\u8a55\u4fa1\u7d50\u679c\u3092\u5e38\u306b\u8868\u793a", - "Amount": "\u6570\u91cf", - "An email has been sent to {userEmail} with a link for you to activate your account.": "{userEmail} \u306b\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u6709\u52b9\u5316\u3059\u308b\u30ea\u30f3\u30af\u4ed8\u304d\u306e\u30e1\u30fc\u30eb\u3092\u9001\u4fe1\u3057\u307e\u3057\u305f\u3002", - "An error has occurred. Check your Internet connection and try again.": "\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u63a5\u7d9a\u3092\u78ba\u8a8d\u3057\u3066\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u306b\u63a5\u7d9a\u3055\u308c\u3066\u3044\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "An error has occurred. Please try again later.": "\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u5f8c\u307b\u3069\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "An error has occurred. Please try again.": "\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "An error has occurred. Please try reloading the page.": "\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "An error has occurred. Refresh the page, and then try again.": "\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u3053\u306e\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u3001\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "An error has occurred. Try refreshing the page, or check your Internet connection.": "\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3059\u308b\u304b\u3001\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u63a5\u7d9a\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "\u30e1\u30fc\u30eb\u3092\u5fa9\u65e7\u3059\u308b\u969b\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u5f8c\u307b\u3069\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u554f\u984c\u304c\u7d9a\u304f\u3088\u3046\u3067\u3042\u308c\u3070\u3001\u30c6\u30af\u30cb\u30ab\u30eb\u30b5\u30dd\u30fc\u30c8\u306b\u304a\u554f\u3044\u5408\u308f\u305b\u304f\u3060\u3055\u3044\u3002", - "An error occurred when signing you in to %s.": "%s\u306b\u30b5\u30a4\u30f3\u30a4\u30f3\u3059\u308b\u969b\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002", - "An error occurred while removing the member from the team. Try again.": "\u30c1\u30fc\u30e0\u304b\u3089\u306e\u30e1\u30f3\u30d0\u30fc\u306e\u524a\u9664\u51e6\u7406\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "An error occurred.": "\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002", - "An error occurred. Make sure that the student's username or email address is correct and try again.": "\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u53d7\u8b1b\u8005\u306e\u30e6\u30fc\u30b6\u30fc\u540d\u307e\u305f\u306f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u304c\u6b63\u3057\u3044\u304b\u78ba\u8a8d\u3057\u3066\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "An error occurred. Please reload the page.": "\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u3053\u306e\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "An error occurred. Please try again.": "\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "An error occurred. Try again.": "\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "An unexpected error occurred. Please try again.": "\u4e88\u671f\u305b\u306c\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u3084\u308a\u76f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Any divided discussion topics are divided based on cohort.": "\u5206\u5272\u3055\u308c\u3066\u3044\u308b\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u30fb\u30c8\u30d4\u30c3\u30af\u306f\u3001\u30b3\u30db\u30fc\u30c8\u3092\u57fa\u306b\u5206\u5272\u3055\u308c\u3066\u3044\u307e\u3059\u3002", - "Any divided discussion topics are divided based on enrollment track.": "\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u30fb\u30c8\u30d4\u30c3\u30af\u306f\u3001\u53d7\u8b1b\u767b\u9332\u30c8\u30e9\u30c3\u30af\u3092\u57fa\u306b\u5206\u5272\u3055\u308c\u3066\u3044\u307e\u3059\u3002", - "April": "4\u6708", - "Are you having trouble finding a team to join?": "\u53c2\u52a0\u3059\u308b\u30c1\u30fc\u30e0\u3092\u63a2\u3059\u306e\u306b\u304a\u56f0\u308a\u3067\u3059\u304b\uff1f", - "Are you sure you want to delete this comment?": "\u3053\u306e\u30b3\u30e1\u30f3\u30c8\u3092\u524a\u9664\u3057\u3066\u3082\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f", - "Are you sure you want to delete this post?": "\u3053\u306e\u6295\u7a3f\u3092\u524a\u9664\u3057\u3066\u3082\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f", - "Are you sure you want to delete this response?": "\u3053\u306e\u8fd4\u4fe1\u3092\u524a\u9664\u3057\u3066\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f", - "Are you sure you want to delete this update?": "\u3053\u306e\u5909\u66f4\u3092\u524a\u9664\u3057\u3066\u3082\u3088\u308d\u3057\u3044\u3067\u3059\u304b?", - "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "{email}\u3092\u201c{container}\u201d\u306e\u8b1b\u5ea7\u30c1\u30fc\u30e0\u304b\u3089\u524a\u9664\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u307e\u3059\u304c\u3001\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f", - "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "{email}\u3092\u201c{container}\u201d\u30e9\u30a4\u30d6\u30e9\u30ea\u304b\u3089\u524a\u9664\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u307e\u3059\u304c\u3001\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f", - "Are you sure you want to remove this video from the list?": "\u3053\u306e\u52d5\u753b\u3092\u30ea\u30b9\u30c8\u304b\u3089\u524a\u9664\u3057\u3066\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f", - "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "{email}\u306e\u201c{container}\u201d\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u5236\u9650\u3057\u3066\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f", - "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "\u3053\u306e\u30a2\u30a4\u30c6\u30e0\u3092\u672c\u5f53\u306b\u524a\u9664\u3057\u3066\u3088\u3044\u3067\u3059\u304b\uff1f\u5143\u306b\u306f\u623b\u305b\u307e\u305b\u3093\uff01\n\n\u307e\u305f\u3001\u3053\u306e\u30a2\u30a4\u30c6\u30e0\u306b\u30ea\u30f3\u30af\u307e\u305f\u306f\u53c2\u7167\u3057\u3066\u3044\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u306f\u3059\u3079\u3066\u6a5f\u80fd\u3057\u306a\u304f\u306a\u308a\u307e\u3059 (\u4f8b: \u753b\u50cf\u3084\u30ea\u30f3\u30af\u7834\u640d)", - "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "\u8a8d\u8a3c\u624b\u7d9a\u306e1\u3064\u3068\u3057\u3066\u3001\u9854\u5199\u771f\u3068\u653f\u5e9c\u767a\u884c\u306e\u5199\u771f\u4ed8\u304d\u8eab\u5206\u8a3c\u660e\u66f8\u3092\u64ae\u5f71\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u6211\u3005\u306e\u8a8d\u8a3c\u30b5\u30fc\u30d3\u30b9\u304c\u305d\u308c\u3089\u3092\u6bd4\u8f03\u3057\u3066\u3001\u3042\u306a\u305f\u306e\u672c\u4eba\u78ba\u8a8d\u3092\u3057\u307e\u3059\u3002", - "As you complete courses, you will see them listed here.": "\u8b1b\u5ea7\u3092\u4fee\u4e86\u3059\u308b\u3068\u3001\u3053\u3053\u306b\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7\u3055\u308c\u307e\u3059\u3002", - "Assessment": "\u30a2\u30bb\u30b9\u30e1\u30f3\u30c8", - "Assessment Results Visibility": "\u30a2\u30bb\u30b9\u30e1\u30f3\u30c8\u7d50\u679c\u8868\u793a", - "Assessments": "\u30a2\u30bb\u30b9\u30e1\u30f3\u30c8", - "Assign learners to cohorts by uploading a CSV file": "CSV\u30d5\u30a1\u30a4\u30eb\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u3066\u30b3\u30db\u30fc\u30c8\u306b\u53d7\u8b1b\u8005\u3092\u632f\u308a\u5206\u3051\u308b", - "Assign students to cohorts by uploading a CSV file.": "CSV\u30d5\u30a1\u30a4\u30eb\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u3066\u30b3\u30db\u30fc\u30c8\u306b\u53d7\u8b1b\u8005\u3092\u632f\u308a\u5206\u3051\u3066\u304f\u3060\u3055\u3044\u3002", - "Assignment Type Name": "\u8ab2\u984c\u30bf\u30a4\u30d7\u540d", - "Associated Content Group": "\u95a2\u9023\u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7", - "August": "8\u6708", - "Automatic": "\u81ea\u52d5", - "Available %s": "\u5229\u7528\u53ef\u80fd %s", - "Back to Full List": "\u5168\u30ea\u30b9\u30c8\u3078\u623b\u308b", - "Back to sign in": "\u30b5\u30a4\u30f3\u30a4\u30f3\u3078\u623b\u308b", - "Back to {platform} FAQs": "{platform} FAQ\u3078\u623b\u308b", - "Basic": "\u57fa\u672c", - "Basic Account Information": "\u30a2\u30ab\u30a6\u30f3\u30c8\u57fa\u672c\u60c5\u5831", - "Be sure your entire face is inside the frame": "\u9854\u5168\u4f53\u304c\u30d5\u30ec\u30fc\u30e0\u5185\u306b\u5165\u3063\u3066\u3044\u308b\u304b\u78ba\u8a8d", - "Before proceeding, please confirm that your details match": "\u624b\u7d9a\u304d\u3092\u9032\u3081\u308b\u524d\u306b\u3001\u8a73\u7d30\u60c5\u5831\u304c\u5408\u81f4\u3057\u3066\u3044\u308b\u304b\u78ba\u8a8d\u3092\u3057\u3066\u304f\u3060\u3055\u3044", - "Before you upgrade to a certificate track, you must activate your account.": "\u4fee\u4e86\u8a3c\u3092\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u3059\u308b\u524d\u306b\u3001\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u6709\u52b9\u5316\u3057\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002", - "Billed to": "\u8acb\u6c42\u5148", - "Biography": "\u7d4c\u6b74", - "Block view is unavailable": "\u30d6\u30ed\u30c3\u30af\u30fb\u30d3\u30e5\u30fc\u306f\u4e0d\u53ef", - "Blockquote": "\u5f15\u7528", - "Blockquote (Ctrl+Q)": "\u5f15\u7528 (Ctrl+Q)", - "Bold (Ctrl+B)": "\u592a\u5b57 (Ctrl+B)", - "Bookmark this page": "\u3053\u306e\u753b\u9762\u3092\u30d6\u30c3\u30af\u30de\u30fc\u30af\u3059\u308b", - "Bookmarked": "\u30d6\u30c3\u30af\u30de\u30fc\u30af\u6e08", - "Bookmarked on": "\u30d6\u30c3\u30af\u30de\u30fc\u30af\u6e08", - "Browse": "\u30d6\u30e9\u30a6\u30ba", - "Browse recently launched courses and see what\\'s new in your favorite subjects": "\u6700\u8fd1\u958b\u59cb\u3057\u305f\u8b1b\u5ea7\u3092\u95b2\u89a7\u3057\u3066\u3001\u304a\u6c17\u306b\u5165\u308a\u306e\u5206\u91ce\u306e\u6700\u65b0\u60c5\u5831\u3092\u3054\u89a7\u304f\u3060\u3055\u3044\u3002", - "Bulk Exceptions": "\u5927\u91cf\u306e\u4f8b\u5916", - "Bulleted List (Ctrl+U)": "\u7b87\u6761\u66f8\u304d\u30ea\u30b9\u30c8 (Ctrl+U)", - "COMPLETED COURSES": "\u4fee\u4e86\u6e08\u306e\u8b1b\u5ea7", - "COURSES IN PROGRESS": "\u53d7\u8b1b\u4e2d\u306e\u8b1b\u5ea7", - "Can we match the photo you took with the one on your ID?": "\u4eca\u56de\u64ae\u5f71\u3057\u305f\u5199\u771f\u3068ID\u306e\u5199\u771f\u3092\u7167\u5408\u3057\u3066\u3082\u3088\u3044\u3067\u3057\u3087\u3046\u304b\uff1f", - "Cancel": "\u30ad\u30e3\u30f3\u30bb\u30eb", - "Cancel enrollment code": "\u53d7\u8b1b\u767b\u9332\u30b3\u30fc\u30c9\u3092\u30ad\u30e3\u30f3\u30bb\u30eb", - "Cancel team creating.": "\u30c1\u30fc\u30e0\u4f5c\u6210\u3092\u30ad\u30e3\u30f3\u30bb\u30eb\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Cancel team updating.": "\u30c1\u30fc\u30e0\u66f4\u65b0\u3092\u30ad\u30e3\u30f3\u30bb\u30eb\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Cannot delete when in use by a unit": "\u30e6\u30cb\u30c3\u30c8\u3067\u4f7f\u7528\u3055\u308c\u3066\u3044\u308b\u6642\u306f\u524a\u9664\u3067\u304d\u307e\u305b\u3093", - "Cannot delete when in use by an experiment": "\u30c6\u30b9\u30c8\u3067\u4f7f\u7528\u4e2d\u306e\u5834\u5408\u3001\u524a\u9664\u3067\u304d\u307e\u305b\u3093", - "Cannot drop more <%= types %> assignments than are assigned.": "\u6307\u5b9a\u6570\u4ee5\u4e0a\u306e<%= types %>\u306e\u8ab2\u984c\u3092\u843d\u3068\u3059\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002", - "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "\u6ce8\u610f\uff1a\u3053\u306e\u30e6\u30cb\u30c3\u30c8\u306e\u6700\u65b0\u516c\u958b\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u3042\u308a\u307e\u3059\u3002\u5909\u66f4\u7248\u3092\u516c\u958b\u3059\u308b\u3068\u3001\u53d7\u8b1b\u8005\u3078\u306e\u8868\u793a\u5185\u5bb9\u7b49\u306b\u5909\u66f4\u304c\u767a\u751f\u3057\u307e\u3059\u3002", - "Certificate Details": "\u4fee\u4e86\u8a3c\u306e\u8a73\u7d30", - "Certificate Generated": "\u751f\u6210\u6e08\u306e\u4fee\u4e86\u8a3c", - "Certificate Information": "\u4fee\u4e86\u8a3c\u60c5\u5831", - "Certificate Name": "\u4fee\u4e86\u8a3c\u540d", - "Certificate Purchased": "\u8cfc\u5165\u6e08\u4fee\u4e86\u8a3c", - "Certificate Signatories": "\u4fee\u4e86\u8a3c\u306e\u7f72\u540d", - "Certificate Signatory Configuration": "\u4fee\u4e86\u8a3c\u7f72\u540d\u8005\u8a2d\u5b9a", - "Certificate Status:": "\u4fee\u4e86\u8a3c\u306e\u72b6\u6cc1:", - "Certificate has been successfully invalidated for <%= user %>.": " <%= user %>\u306e\u4fee\u4e86\u8a3c\u306f\u65e2\u306b\u7121\u52b9\u306b\u306a\u3063\u3066\u3044\u307e\u3059\u3002", - "Certificate name is required.": "\u4fee\u4e86\u8a3c\u540d\u304c\u5fc5\u8981\u3067\u3059\u3002", - "Certificate of <%= user %> has already been invalidated. Please check your spelling and retry.": " <%= user %> \u306e\u4fee\u4e86\u8a3c\u306f\u65e2\u306b\u7121\u52b9\u306b\u306a\u3063\u3066\u3044\u307e\u3059\u3002\u7db4\u308a\u3092\u30c1\u30a7\u30c3\u30af\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Change Enrollment": "\u53d7\u8b1b\u767b\u9332\u3092\u5909\u66f4", - "Change Manually": "\u624b\u52d5\u3067\u5909\u66f4\u3059\u308b", - "Change My Email Address": "\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u5909\u66f4", - "Change image": "\u753b\u50cf\u3092\u5909\u66f4", - "Changes to steps that are not selected as part of the assignment will not be saved.": "\u8ab2\u984c\u306e\u4e00\u90e8\u3068\u3057\u3066\u9078\u629e\u3055\u308c\u3066\u3044\u306a\u3044\u30b9\u30c6\u30c3\u30d7\u306e\u5909\u66f4\u306f\u4fdd\u5b58\u3055\u308c\u307e\u305b\u3093\u3002", - "Chapter Asset": "\u30c1\u30e3\u30d7\u30bf\u30fc\u30fb\u30a2\u30bb\u30c3\u30c8", - "Chapter Name": "\u30c1\u30e3\u30d7\u30bf\u30fc\u540d", - "Chapter information": "\u30c1\u30e3\u30d7\u30bf\u30fc\u60c5\u5831", - "Chapter {order}": "\u30c1\u30e3\u30d7\u30bf\u30fc {order}", - "Check Your Email": "\u30e1\u30fc\u30eb\u3092\u30c1\u30a7\u30c3\u30af", - "Check the highlighted fields below and try again.": "\u4ee5\u4e0b\u306b\u30cf\u30a4\u30e9\u30a4\u30c8\u3055\u308c\u3066\u3044\u308b\u6b04\u3092\u78ba\u8a8d\u3057\u3066\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "\u3053\u306e\u30dc\u30c3\u30af\u30b9\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u3068\u6bce\u65e5\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u30e1\u30fc\u30eb\u304c\u5c4a\u304d\u307e\u3059\u3002\u3042\u306a\u305f\u304c\u30d5\u30a9\u30ed\u30fc\u3057\u3066\u3044\u308b\u6295\u7a3f\u306e\u65b0\u7740\u60c5\u5831\u3084\u672a\u8aad\u306e\u52d5\u304d\u3092\u77e5\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", - "Check your email": "\u30e1\u30fc\u30eb\u3092\u30c1\u30a7\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044", - "Check your email for an activation message.": "\u6709\u52b9\u5316\u306b\u95a2\u3059\u308b\u30e1\u30fc\u30eb\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Checkout": "\u652f\u6255\u624b\u7d9a\u304d", - "Checkout with PayPal": "PayPal\u306b\u3088\u308b\u652f\u6255\u624b\u7d9a\u304d", - "Checkout with {processor}": "{processor} \u306b\u3088\u308b\u652f\u6255\u624b\u7d9a\u304d", - "Choose": "\u9078\u629e", - "Choose File": "\u30d5\u30a1\u30a4\u30eb\u3092\u9078\u629e", - "Choose One": "\u3069\u308c\u304b\u4e00\u3064\u3092\u9078\u629e", - "Choose a .csv file": ".csv\u30d5\u30a1\u30a4\u30eb\u3092\u9078\u629e", - "Choose a Date": "\u65e5\u4ed8\u3092\u9078\u629e", - "Choose a Time": "\u6642\u9593\u3092\u9078\u629e", - "Choose a content group to associate": "\u7d10\u4ed8\u3051\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044", - "Choose a time": "\u6642\u9593\u3092\u9078\u629e", - "Choose all": "\u5168\u3066\u9078\u629e", - "Choose mode": "\u30e2\u30fc\u30c9\u3092\u9078\u629e", - "Choose one": "\u3069\u308c\u304b\u4e00\u3064\u3092\u9078\u629e", - "Choose your institution from the list below:": "\u4ee5\u4e0b\u306e\u4e00\u89a7\u304b\u3089\u6240\u5c5e\u6a5f\u95a2\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044: ", - "Chosen %s": "\u9078\u629e\u3055\u308c\u305f %s", - "Clear": "\u30af\u30ea\u30a2", - "Clear All": "\u5168\u3066\u3092\u30af\u30ea\u30a2", - "Clear Grading Due Date": "\u63a1\u70b9\u7de0\u5207\u3092\u30af\u30ea\u30a2", - "Clear Release Date/Time": "\u30ea\u30ea\u30fc\u30b9\u65e5/\u6642\u3092\u30af\u30ea\u30a2", - "Clear Value": "\u5024\u3092\u30af\u30ea\u30a2", - "Clear search": "\u691c\u7d22\u30af\u30ea\u30a2", - "Clear search results": "\u691c\u7d22\u7d50\u679c\u3092\u30af\u30ea\u30a2", - "Click to add a new %(xblock_type)s": "\u30af\u30ea\u30c3\u30af\u3057\u3066\u65b0\u3057\u3044%(xblock_type)s\u3092\u8ffd\u52a0", - "Click to change": "\u30af\u30ea\u30c3\u30af\u3067\u5909\u66f4", - "Click to choose all %s at once.": "\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u3059\u3079\u3066\u306e %s \u3092\u9078\u629e\u3057\u307e\u3059\u3002", - "Click to edit": "\u30af\u30ea\u30c3\u30af\u3057\u3066\u7de8\u96c6", - "Click to remove all chosen %s at once.": "\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u3059\u3079\u3066\u306e %s \u3092\u9078\u629e\u304b\u3089\u524a\u9664\u3057\u307e\u3059\u3002", - "Close": "\u9589\u3058\u308b", - "Code": "\u30b3\u30fc\u30c9", - "Code Sample (Ctrl+K)": "\u30b3\u30fc\u30c9\u30b5\u30f3\u30d7\u30eb (Ctrl+K)", - "Cohort Assignment Method": "\u30b3\u30db\u30fc\u30c8\u632f\u308a\u5206\u3051\u65b9\u6cd5", - "Cohort Name": "\u30b3\u30db\u30fc\u30c8\u540d", - "Cohorts": "\u30b3\u30db\u30fc\u30c8", - "Cohorts Disabled": "\u30b3\u30db\u30fc\u30c8\u7121\u52b9", - "Cohorts Enabled": "\u30b3\u30db\u30fc\u30c8\u6709\u52b9", - "Collapse All": "\u3059\u3079\u3066\u3092\u9589\u3058\u308b", - "Collapse/Expand this %(xblock_type)s": "\u3053\u306e%(xblock_type)s\u3092\u9589\u3058\u308b/\u958b\u304f", - "Coming Soon": "\u958b\u8b1b\u4e88\u5b9a", - "Common Problem Types": "\u5171\u901a\u554f\u984c\u30bf\u30a4\u30d7", - "Complete courses on your schedule to ensure you stand out in your field!": "\u3054\u81ea\u8eab\u306e\u5206\u91ce\u3067\u30a2\u30d4\u30fc\u30eb\u3067\u304d\u308b\u3088\u3046\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u901a\u308a\u306b\u8b1b\u5ea7\u3092\u4fee\u4e86\u3055\u305b\u307e\u3057\u3087\u3046\uff01", - "Completed": "\u4fee\u4e86", - "Component Location ID": "\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3ID", - "Configure": "\u8a2d\u5b9a", - "Confirm": "\u78ba\u8a8d", - "Confirm Timed Transcript": "\u6642\u9593\u4ed8\u304d\u5b57\u5e55\u3092\u78ba\u8a8d", - "Congratulations!": "\u304a\u3081\u3067\u3068\u3046\u3054\u3056\u3044\u307e\u3059\uff01", - "Congratulations! You are now verified on %(platformName)s!": "\u304a\u3081\u3067\u3068\u3046\u3054\u3056\u3044\u307e\u3059\uff01 %(platformName)s \u3067\u8a8d\u8a3c\u3055\u308c\u307e\u3057\u305f\uff01", - "Contains staff only content": "\u30b9\u30bf\u30c3\u30d5\u306e\u307f\u306b\u8868\u793a\u3055\u308c\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u542b\u3080", + ], + "(optional)": "(\u30aa\u30d7\u30b7\u30e7\u30f3)", + "(required)": "(\u5fc5\u9808)", + "(required):": "(\u5fc5\u9808): ", + "- Sortable": "- \u30bd\u30fc\u30c8\u53ef\u80fd", + "6 a.m.": "\u5348\u524d 6 \u6642", + "6 p.m.": "\u5348\u5f8c 6 \u6642", + ": video upload complete.": ": \u52d5\u753b\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u5b8c\u4e86\u3002", + "<%= user %> already in exception list.": "<%= user %>\u306f\u65e2\u306b\u4f8b\u5916\u4e00\u89a7\u306b\u5165\u3063\u3066\u3044\u307e\u3059", + "<%= user %> has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.": "<%= user %>\u00a0\u306f\u4f8b\u5916\u4e00\u89a7\u306b\u554f\u984c\u306a\u304f\u8ffd\u52a0\u3055\u308c\u307e\u3057\u305f\u3002\u4fee\u4e86\u8a3c\u3092\u9001\u4fe1\u3059\u308b\u306b\u306f\u3001\u4e0b\u306e\"\u4fee\u4e86\u8a3c\u4f8b\u5916\u306e\u751f\u6210\"\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "A driver's license, passport, or government-issued ID with your name and photo.": "\u904b\u8ee2\u514d\u8a31\u8a3c\u3001\u30d1\u30b9\u30dd\u30fc\u30c8\u307e\u305f\u306f\u653f\u5e9c\u767a\u884c\u306e\u6c0f\u540d\u3068\u5199\u771f\u4ed8\u304d\u8eab\u5206\u8a3c\u660e\u66f8\u3002", + "A driver's license, passport, or other government-issued ID with your name and photo": "\u904b\u8ee2\u514d\u8a31\u8a3c\u3001\u30d1\u30b9\u30dd\u30fc\u30c8\u307e\u305f\u306f\u653f\u5e9c\u767a\u884c\u306e\u6c0f\u540d\u3068\u5199\u771f\u4ed8\u304d\u8eab\u5206\u8a3c\u660e\u66f8", + "A list of courses you have just enrolled in as a verified student": "\u8a8d\u8a3c\u4ed8\u304d\u53d7\u8b1b\u8005\u3068\u3057\u3066\u53d7\u8b1b\u767b\u9332\u3057\u305f\u8b1b\u5ea7\u306e\u4e00\u89a7", + "A name that identifies your team (maximum 255 characters).": "\u30c1\u30fc\u30e0\u3092\u7279\u5b9a\u3059\u308b\u305f\u3081\u306e\u540d\u79f0 (\u6700\u5927 255\u6587\u5b57\u307e\u3067) \u3002", + "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "\u4ed6\u306e\u53d7\u8b1b\u8005\u306b\u30c1\u30fc\u30e0\u306e\u76ee\u7684\u3084\u65b9\u5411\u6027\u3092\u7406\u89e3\u3057\u3066\u3082\u3089\u3046\u305f\u3081\u306e\u77ed\u6587\u89e3\u8aac (\u6700\u5927 300\u6587\u5b57\u307e\u3067)\u3002", + "A valid email address is required": "\u6b63\u3057\u3044\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u304c\u5fc5\u8981\u3067\u3059", + "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", + "Abbreviation": "\u7565\u79f0", + "About Me": "\u81ea\u5df1\u7d39\u4ecb", + "About You": "\u3042\u306a\u305f\u306b\u3064\u3044\u3066", + "About me": "\u81ea\u5df1\u7d39\u4ecb", + "Access to some content in this unit is restricted to specific groups of learners": "\u3053\u306e\u30e6\u30cb\u30c3\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306f\u7279\u5b9a\u306e\u30b0\u30eb\u30fc\u30d7\u306e\u53d7\u8b1b\u751f\u306b\u5236\u9650\u3055\u308c\u3066\u3044\u307e\u3059", + "Access to some content in this {blockType} is restricted to specific groups of learners.": "\u3053\u306e {blockType} \u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306f\u7279\u5b9a\u306e\u30b0\u30eb\u30fc\u30d7\u306e\u53d7\u8b1b\u751f\u306b\u5236\u9650\u3055\u308c\u3066\u3044\u307e\u3059\u3002", + "Access to this unit is restricted to: {selectedGroupsLabel}": "\u3053\u306e\u30e6\u30cb\u30c3\u30c8\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306f\u5236\u9650\u3055\u308c\u3066\u3044\u307e\u3059: {selectedGroupsLabel}", + "Access to this {blockType} is restricted to: {selectedGroupsLabel}": "\u3053\u306e {blockType} \u3078\u306e\u30a2\u30af\u30bb\u30b9\u306f\u5236\u9650\u3055\u308c\u3066\u3044\u307e\u3059: {selectedGroupsLabel}", + "Accomplishments": "\u696d\u7e3e", + "Accomplishments Pagination": "\u696d\u7e3e\u306e\u30da\u30fc\u30b8", + "Account Information": "\u30a2\u30ab\u30a6\u30f3\u30c8\u60c5\u5831", + "Account Not Activated": "\u6709\u52b9\u5316\u3055\u308c\u3066\u3044\u306a\u3044\u30a2\u30ab\u30a6\u30f3\u30c8", + "Account Settings": "\u30a2\u30ab\u30a6\u30f3\u30c8\u8a2d\u5b9a", + "Account Settings page.": "\u30a2\u30ab\u30a6\u30f3\u30c8\u8a2d\u5b9a\u30da\u30fc\u30b8\u3002", + "Action": "\u64cd\u4f5c", + "Action required: Enter a valid date.": "\u5fc5\u9808: \u6b63\u3057\u3044\u65e5\u4ed8\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Actions": "\u64cd\u4f5c", + "Activate": "\u6709\u52b9\u5316\u3059\u308b", + "Activate Your Account": "\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u6709\u52b9\u5316\u3059\u308b", + "Active Uploads": "\u30a2\u30af\u30c6\u30a3\u30d6\u306a\u66f4\u65b0", + "Add": "\u5165\u529b", + "Add Additional Signatory": "\u7f72\u540d\u3092\u8ffd\u52a0\u3059\u308b", + "Add Cohort": "\u30b3\u30db\u30fc\u30c8\u3092\u8ffd\u52a0", + "Add Component:": "\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u8ffd\u52a0:", + "Add Country": "\u56fd\u3092\u5165\u529b", + "Add Learners": "\u53d7\u8b1b\u8005\u3092\u8ffd\u52a0", + "Add New Component": "\u65b0\u898f\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u8ffd\u52a0", + "Add Thumbnail": "\u30b5\u30e0\u30cd\u30a4\u30eb\u8ffd\u52a0", + "Add Thumbnail - {videoName}": "\u30b5\u30e0\u30cd\u30a4\u30eb\u8ffd\u52a0 - {videoName}", + "Add URLs for additional versions": "\u4ed6\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u306eURL\u3092\u8ffd\u52a0\u3059\u308b", + "Add a Chapter": "\u30c1\u30e3\u30d7\u30bf\u30fc\u3092\u5165\u529b", + "Add a New Cohort": "\u65b0\u898f\u30b3\u30db\u30fc\u30c8\u3092\u8ffd\u52a0", + "Add a learning outcome here": "\u53d7\u8b1b\u6210\u679c\u3092\u3053\u3053\u306b\u5165\u529b", + "Add another group": "\u5225\u306e\u30b0\u30eb\u30fc\u30d7\u3092\u8ffd\u52a0", + "Add language": "\u8a00\u8a9e\u3092\u5165\u529b", + "Add learners to this cohort": "\u3053\u306e\u30b3\u30db\u30fc\u30c8\u306b\u53d7\u8b1b\u8005\u3092\u8ffd\u52a0", + "Add notes about this learner": "\u3053\u306e\u53d7\u8b1b\u8005\u306b\u95a2\u3059\u308b\u6ce8\u8a18\u3092\u5165\u529b", + "Add to Exception List": "\u4f8b\u5916\u30ea\u30b9\u30c8\u306b\u8ffd\u52a0", + "Add your first content group": "\u6700\u521d\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7\u3092\u5165\u529b", + "Add your first group configuration": "\u6700\u521d\u306e\u30b0\u30eb\u30fc\u30d7\u8a2d\u5b9a\u3092\u5165\u529b", + "Add your first textbook": "\u6700\u521d\u306e\u6559\u79d1\u66f8\u3092\u5165\u529b", + "Add {role} Access": "{role} \u306e\u30a2\u30af\u30bb\u30b9\u3092\u8ffd\u52a0\u3059\u308b", + "Adding the selected course to your cart": "\u30ab\u30fc\u30c8\u306b\u9078\u629e\u3057\u305f\u8b1b\u5ea7\u3092\u8ffd\u52a0\u4e2d", + "Additional Information": "\u8ffd\u52a0\u60c5\u5831", + "Additional posts could not be loaded. Refresh the page and try again.": "\u8ffd\u52a0\u306e\u6295\u7a3f\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Additional responses could not be loaded. Refresh the page and try again.": "\u8ffd\u52a0\u306e\u8fd4\u4fe1\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Admin": "\u7ba1\u7406\u8005", + "Advanced": "\u8a73\u7d30", + "After the course\\'s end date has passed, learners can no longer access subsection content. The subsection remains included in grade calculations.": "\u8b1b\u5ea7\u7d42\u4e86\u65e5\u304c\u904e\u304e\u308b\u3068\u3001\u53d7\u8b1b\u8005\u306f\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u306f\u6210\u7e3e\u306e\u8a08\u7b97\u306b\u542b\u307e\u308c\u305f\u307e\u307e\u6b8b\u308a\u307e\u3059\u3002", + "After the subsection\\'s due date has passed, learners can no longer access its content. The subsection remains included in grade calculations.": "\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u306e\u7de0\u5207\u65e5\u304c\u904e\u304e\u308b\u3068\u3001\u53d7\u8b1b\u8005\u306f\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u306f\u6210\u7e3e\u306e\u8a08\u7b97\u306b\u542b\u307e\u308c\u305f\u307e\u307e\u6b8b\u308a\u307e\u3059\u3002", + "All Learners and Staff": "\u5168\u53d7\u8b1b\u8005\u304a\u3088\u3073\u30b9\u30bf\u30c3\u30d5", + "All Posts": "\u5168\u3066\u306e\u6295\u7a3f", + "All Rights Reserved": "All Rights Reserved", + "All Time Zones": "\u5168\u3066\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3", + "All Topics": "\u5168\u3066\u306e\u30c8\u30d4\u30c3\u30af", + "All accounts were created successfully.": "\u5168\u3066\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u304c\u6b63\u5e38\u306b\u4f5c\u6210\u3055\u308c\u307e\u3057\u305f\u3002", + "All groups must have a name.": "\u5168\u3066\u306e\u30b0\u30eb\u30fc\u30d7\u306b\u540d\u524d\u304c\u5fc5\u8981\u3067\u3059\u3002", + "All groups must have a unique name.": "\u5168\u3066\u306e\u30b0\u30eb\u30fc\u30d7\u306b\u56fa\u6709\u306e\u540d\u524d\u304c\u5fc5\u8981\u3067\u3059\u3002", + "All learners in the {cohort_name} cohort": " {cohort_name} \u306e\u5168\u53d7\u8b1b\u8005", + "All learners in the {track_name} track": "{track_name} \u306e\u5168\u53d7\u8b1b\u8005", + "All learners who are enrolled in this course": "\u3053\u306e\u8b1b\u5ea7\u306e\u5168\u53d7\u8b1b\u767b\u9332\u8005", + "All payment options are currently unavailable.": "\u5168\u3066\u306e\u652f\u6255\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u73fe\u5728\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002", + "All professional education courses are fee-based, and require payment to complete the enrollment process.": "\u5c02\u9580\u5bb6\u6559\u80b2\u8b1b\u5ea7\u306f\u3059\u3079\u3066\u6709\u6599\u3067\u3001\u53d7\u8b1b\u767b\u9332\u624b\u7d9a\u306e\u5b8c\u4e86\u306b\u306f\u652f\u6255\u304c\u5fc5\u8981\u3067\u3059\u3002", + "All subsections": "\u5168\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3", + "All teams": "\u5168\u3066\u306e\u30c1\u30fc\u30e0", + "All topics": "\u5168\u30c8\u30d4\u30c3\u30af", + "All units": "\u5168\u30e6\u30cb\u30c3\u30c8", + "All users on the Exception list": "\u4f8b\u5916\u30ea\u30b9\u30c8\u5185\u306e\u5168\u30e6\u30fc\u30b6\u30fc", + "All users on the Exception list who do not yet have a certificate": "\u4fee\u4e86\u8a3c\u3092\u6301\u3063\u3066\u3044\u306a\u3044\u4f8b\u5916\u30ea\u30b9\u30c8\u5185\u306e\u5168\u30e6\u30fc\u30b6\u30fc", + "Allow students to generate certificates for this course?": "\u53d7\u8b1b\u8005\u306b\u3053\u306e\u8b1b\u5ea7\u306e\u4fee\u4e86\u8a3c\u306e\u751f\u6210\u3092\u8a31\u53ef\u3057\u307e\u3059\u304b\uff1f", + "Already a course team member": "\u65e2\u306b\u8b1b\u5ea7\u30c1\u30fc\u30e0\u30e1\u30f3\u30d0\u30fc\u3067\u3059", + "Already a library team member": "\u3059\u3067\u306b\u30e9\u30a4\u30d6\u30e9\u30ea\u30c1\u30fc\u30e0\u30e1\u30f3\u30d0\u30fc\u3067\u3059", + "Already a member": "\u65e2\u306b\u30e1\u30f3\u30d0\u30fc", + "Already have an {platformName} account?": "\u65e2\u306b{platformName} \u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u304a\u6301\u3061\u3067\u3059\u304b\uff1f", + "Always divide content-specific discussion topics": "\u30b3\u30f3\u30c6\u30f3\u30c4\u91cd\u8996\u306e\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u30c8\u30d4\u30c3\u30af\u3092\u5e38\u306b\u5206\u5272\u3059\u308b", + "Always show assessment results": "\u8a55\u4fa1\u7d50\u679c\u3092\u5e38\u306b\u8868\u793a", + "Amount": "\u6570\u91cf", + "An email has been sent to {userEmail} with a link for you to activate your account.": "{userEmail} \u306b\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u6709\u52b9\u5316\u3059\u308b\u30ea\u30f3\u30af\u4ed8\u304d\u306e\u30e1\u30fc\u30eb\u3092\u9001\u4fe1\u3057\u307e\u3057\u305f\u3002", + "An error has occurred. Check your Internet connection and try again.": "\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u63a5\u7d9a\u3092\u78ba\u8a8d\u3057\u3066\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u306b\u63a5\u7d9a\u3055\u308c\u3066\u3044\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "An error has occurred. Please try again later.": "\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u5f8c\u307b\u3069\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "An error has occurred. Please try again.": "\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "An error has occurred. Please try reloading the page.": "\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "An error has occurred. Refresh the page, and then try again.": "\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u3053\u306e\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u3001\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "An error has occurred. Try refreshing the page, or check your Internet connection.": "\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3059\u308b\u304b\u3001\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u63a5\u7d9a\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "\u30e1\u30fc\u30eb\u3092\u5fa9\u65e7\u3059\u308b\u969b\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u5f8c\u307b\u3069\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u554f\u984c\u304c\u7d9a\u304f\u3088\u3046\u3067\u3042\u308c\u3070\u3001\u30c6\u30af\u30cb\u30ab\u30eb\u30b5\u30dd\u30fc\u30c8\u306b\u304a\u554f\u3044\u5408\u308f\u305b\u304f\u3060\u3055\u3044\u3002", + "An error occurred when signing you in to %s.": "%s\u306b\u30b5\u30a4\u30f3\u30a4\u30f3\u3059\u308b\u969b\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002", + "An error occurred while removing the member from the team. Try again.": "\u30c1\u30fc\u30e0\u304b\u3089\u306e\u30e1\u30f3\u30d0\u30fc\u306e\u524a\u9664\u51e6\u7406\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "An error occurred.": "\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002", + "An error occurred. Make sure that the student's username or email address is correct and try again.": "\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u53d7\u8b1b\u8005\u306e\u30e6\u30fc\u30b6\u30fc\u540d\u307e\u305f\u306f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u304c\u6b63\u3057\u3044\u304b\u78ba\u8a8d\u3057\u3066\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "An error occurred. Please reload the page.": "\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u3053\u306e\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "An error occurred. Please try again.": "\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "An error occurred. Try again.": "\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "An unexpected error occurred. Please try again.": "\u4e88\u671f\u305b\u306c\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u3084\u308a\u76f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Any divided discussion topics are divided based on cohort.": "\u5206\u5272\u3055\u308c\u3066\u3044\u308b\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u30fb\u30c8\u30d4\u30c3\u30af\u306f\u3001\u30b3\u30db\u30fc\u30c8\u3092\u57fa\u306b\u5206\u5272\u3055\u308c\u3066\u3044\u307e\u3059\u3002", + "Any divided discussion topics are divided based on enrollment track.": "\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u30fb\u30c8\u30d4\u30c3\u30af\u306f\u3001\u53d7\u8b1b\u767b\u9332\u30c8\u30e9\u30c3\u30af\u3092\u57fa\u306b\u5206\u5272\u3055\u308c\u3066\u3044\u307e\u3059\u3002", + "April": "4\u6708", + "Are you having trouble finding a team to join?": "\u53c2\u52a0\u3059\u308b\u30c1\u30fc\u30e0\u3092\u63a2\u3059\u306e\u306b\u304a\u56f0\u308a\u3067\u3059\u304b\uff1f", + "Are you sure you want to delete this comment?": "\u3053\u306e\u30b3\u30e1\u30f3\u30c8\u3092\u524a\u9664\u3057\u3066\u3082\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f", + "Are you sure you want to delete this post?": "\u3053\u306e\u6295\u7a3f\u3092\u524a\u9664\u3057\u3066\u3082\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f", + "Are you sure you want to delete this response?": "\u3053\u306e\u8fd4\u4fe1\u3092\u524a\u9664\u3057\u3066\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f", + "Are you sure you want to delete this update?": "\u3053\u306e\u5909\u66f4\u3092\u524a\u9664\u3057\u3066\u3082\u3088\u308d\u3057\u3044\u3067\u3059\u304b?", + "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "{email}\u3092\u201c{container}\u201d\u306e\u8b1b\u5ea7\u30c1\u30fc\u30e0\u304b\u3089\u524a\u9664\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u307e\u3059\u304c\u3001\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f", + "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "{email}\u3092\u201c{container}\u201d\u30e9\u30a4\u30d6\u30e9\u30ea\u304b\u3089\u524a\u9664\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u307e\u3059\u304c\u3001\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f", + "Are you sure you want to remove this video from the list?": "\u3053\u306e\u52d5\u753b\u3092\u30ea\u30b9\u30c8\u304b\u3089\u524a\u9664\u3057\u3066\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f", + "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "{email}\u306e\u201c{container}\u201d\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u5236\u9650\u3057\u3066\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f", + "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "\u3053\u306e\u30a2\u30a4\u30c6\u30e0\u3092\u672c\u5f53\u306b\u524a\u9664\u3057\u3066\u3088\u3044\u3067\u3059\u304b\uff1f\u5143\u306b\u306f\u623b\u305b\u307e\u305b\u3093\uff01\n\n\u307e\u305f\u3001\u3053\u306e\u30a2\u30a4\u30c6\u30e0\u306b\u30ea\u30f3\u30af\u307e\u305f\u306f\u53c2\u7167\u3057\u3066\u3044\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u306f\u3059\u3079\u3066\u6a5f\u80fd\u3057\u306a\u304f\u306a\u308a\u307e\u3059 (\u4f8b: \u753b\u50cf\u3084\u30ea\u30f3\u30af\u7834\u640d)", + "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "\u8a8d\u8a3c\u624b\u7d9a\u306e1\u3064\u3068\u3057\u3066\u3001\u9854\u5199\u771f\u3068\u653f\u5e9c\u767a\u884c\u306e\u5199\u771f\u4ed8\u304d\u8eab\u5206\u8a3c\u660e\u66f8\u3092\u64ae\u5f71\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u6211\u3005\u306e\u8a8d\u8a3c\u30b5\u30fc\u30d3\u30b9\u304c\u305d\u308c\u3089\u3092\u6bd4\u8f03\u3057\u3066\u3001\u3042\u306a\u305f\u306e\u672c\u4eba\u78ba\u8a8d\u3092\u3057\u307e\u3059\u3002", + "As you complete courses, you will see them listed here.": "\u8b1b\u5ea7\u3092\u4fee\u4e86\u3059\u308b\u3068\u3001\u3053\u3053\u306b\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7\u3055\u308c\u307e\u3059\u3002", + "Assessment": "\u30a2\u30bb\u30b9\u30e1\u30f3\u30c8", + "Assessment Results Visibility": "\u30a2\u30bb\u30b9\u30e1\u30f3\u30c8\u7d50\u679c\u8868\u793a", + "Assessments": "\u30a2\u30bb\u30b9\u30e1\u30f3\u30c8", + "Assign learners to cohorts by uploading a CSV file": "CSV\u30d5\u30a1\u30a4\u30eb\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u3066\u30b3\u30db\u30fc\u30c8\u306b\u53d7\u8b1b\u8005\u3092\u632f\u308a\u5206\u3051\u308b", + "Assign students to cohorts by uploading a CSV file.": "CSV\u30d5\u30a1\u30a4\u30eb\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u3066\u30b3\u30db\u30fc\u30c8\u306b\u53d7\u8b1b\u8005\u3092\u632f\u308a\u5206\u3051\u3066\u304f\u3060\u3055\u3044\u3002", + "Assignment Type Name": "\u8ab2\u984c\u30bf\u30a4\u30d7\u540d", + "Associated Content Group": "\u95a2\u9023\u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7", + "August": "8\u6708", + "Automatic": "\u81ea\u52d5", + "Available %s": "\u5229\u7528\u53ef\u80fd %s", + "Back to Full List": "\u5168\u30ea\u30b9\u30c8\u3078\u623b\u308b", + "Back to sign in": "\u30b5\u30a4\u30f3\u30a4\u30f3\u3078\u623b\u308b", + "Back to {platform} FAQs": "{platform} FAQ\u3078\u623b\u308b", + "Basic": "\u57fa\u672c", + "Basic Account Information": "\u30a2\u30ab\u30a6\u30f3\u30c8\u57fa\u672c\u60c5\u5831", + "Be sure your entire face is inside the frame": "\u9854\u5168\u4f53\u304c\u30d5\u30ec\u30fc\u30e0\u5185\u306b\u5165\u3063\u3066\u3044\u308b\u304b\u78ba\u8a8d", + "Before proceeding, please confirm that your details match": "\u624b\u7d9a\u304d\u3092\u9032\u3081\u308b\u524d\u306b\u3001\u8a73\u7d30\u60c5\u5831\u304c\u5408\u81f4\u3057\u3066\u3044\u308b\u304b\u78ba\u8a8d\u3092\u3057\u3066\u304f\u3060\u3055\u3044", + "Before you upgrade to a certificate track, you must activate your account.": "\u4fee\u4e86\u8a3c\u3092\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u3059\u308b\u524d\u306b\u3001\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u6709\u52b9\u5316\u3057\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002", + "Billed to": "\u8acb\u6c42\u5148", + "Biography": "\u7d4c\u6b74", + "Block view is unavailable": "\u30d6\u30ed\u30c3\u30af\u30fb\u30d3\u30e5\u30fc\u306f\u4e0d\u53ef", + "Blockquote": "\u5f15\u7528", + "Blockquote (Ctrl+Q)": "\u5f15\u7528 (Ctrl+Q)", + "Bold (Ctrl+B)": "\u592a\u5b57 (Ctrl+B)", + "Bookmark this page": "\u3053\u306e\u753b\u9762\u3092\u30d6\u30c3\u30af\u30de\u30fc\u30af\u3059\u308b", + "Bookmarked": "\u30d6\u30c3\u30af\u30de\u30fc\u30af\u6e08", + "Bookmarked on": "\u30d6\u30c3\u30af\u30de\u30fc\u30af\u6e08", + "Browse": "\u30d6\u30e9\u30a6\u30ba", + "Browse recently launched courses and see what\\'s new in your favorite subjects": "\u6700\u8fd1\u958b\u59cb\u3057\u305f\u8b1b\u5ea7\u3092\u95b2\u89a7\u3057\u3066\u3001\u304a\u6c17\u306b\u5165\u308a\u306e\u5206\u91ce\u306e\u6700\u65b0\u60c5\u5831\u3092\u3054\u89a7\u304f\u3060\u3055\u3044\u3002", + "Bulk Exceptions": "\u5927\u91cf\u306e\u4f8b\u5916", + "Bulleted List (Ctrl+U)": "\u7b87\u6761\u66f8\u304d\u30ea\u30b9\u30c8 (Ctrl+U)", + "COMPLETED COURSES": "\u4fee\u4e86\u6e08\u306e\u8b1b\u5ea7", + "COURSES IN PROGRESS": "\u53d7\u8b1b\u4e2d\u306e\u8b1b\u5ea7", + "Can we match the photo you took with the one on your ID?": "\u4eca\u56de\u64ae\u5f71\u3057\u305f\u5199\u771f\u3068ID\u306e\u5199\u771f\u3092\u7167\u5408\u3057\u3066\u3082\u3088\u3044\u3067\u3057\u3087\u3046\u304b\uff1f", + "Cancel": "\u30ad\u30e3\u30f3\u30bb\u30eb", + "Cancel enrollment code": "\u53d7\u8b1b\u767b\u9332\u30b3\u30fc\u30c9\u3092\u30ad\u30e3\u30f3\u30bb\u30eb", + "Cancel team creating.": "\u30c1\u30fc\u30e0\u4f5c\u6210\u3092\u30ad\u30e3\u30f3\u30bb\u30eb\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Cancel team updating.": "\u30c1\u30fc\u30e0\u66f4\u65b0\u3092\u30ad\u30e3\u30f3\u30bb\u30eb\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Cannot delete when in use by a unit": "\u30e6\u30cb\u30c3\u30c8\u3067\u4f7f\u7528\u3055\u308c\u3066\u3044\u308b\u6642\u306f\u524a\u9664\u3067\u304d\u307e\u305b\u3093", + "Cannot delete when in use by an experiment": "\u30c6\u30b9\u30c8\u3067\u4f7f\u7528\u4e2d\u306e\u5834\u5408\u3001\u524a\u9664\u3067\u304d\u307e\u305b\u3093", + "Cannot drop more <%= types %> assignments than are assigned.": "\u6307\u5b9a\u6570\u4ee5\u4e0a\u306e<%= types %>\u306e\u8ab2\u984c\u3092\u843d\u3068\u3059\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002", + "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "\u6ce8\u610f\uff1a\u3053\u306e\u30e6\u30cb\u30c3\u30c8\u306e\u6700\u65b0\u516c\u958b\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u3042\u308a\u307e\u3059\u3002\u5909\u66f4\u7248\u3092\u516c\u958b\u3059\u308b\u3068\u3001\u53d7\u8b1b\u8005\u3078\u306e\u8868\u793a\u5185\u5bb9\u7b49\u306b\u5909\u66f4\u304c\u767a\u751f\u3057\u307e\u3059\u3002", + "Certificate Details": "\u4fee\u4e86\u8a3c\u306e\u8a73\u7d30", + "Certificate Generated": "\u751f\u6210\u6e08\u306e\u4fee\u4e86\u8a3c", + "Certificate Information": "\u4fee\u4e86\u8a3c\u60c5\u5831", + "Certificate Name": "\u4fee\u4e86\u8a3c\u540d", + "Certificate Purchased": "\u8cfc\u5165\u6e08\u4fee\u4e86\u8a3c", + "Certificate Signatories": "\u4fee\u4e86\u8a3c\u306e\u7f72\u540d", + "Certificate Signatory Configuration": "\u4fee\u4e86\u8a3c\u7f72\u540d\u8005\u8a2d\u5b9a", + "Certificate Status:": "\u4fee\u4e86\u8a3c\u306e\u72b6\u6cc1:", + "Certificate has been successfully invalidated for <%= user %>.": " <%= user %>\u306e\u4fee\u4e86\u8a3c\u306f\u65e2\u306b\u7121\u52b9\u306b\u306a\u3063\u3066\u3044\u307e\u3059\u3002", + "Certificate name is required.": "\u4fee\u4e86\u8a3c\u540d\u304c\u5fc5\u8981\u3067\u3059\u3002", + "Certificate of <%= user %> has already been invalidated. Please check your spelling and retry.": " <%= user %> \u306e\u4fee\u4e86\u8a3c\u306f\u65e2\u306b\u7121\u52b9\u306b\u306a\u3063\u3066\u3044\u307e\u3059\u3002\u7db4\u308a\u3092\u30c1\u30a7\u30c3\u30af\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Change Enrollment": "\u53d7\u8b1b\u767b\u9332\u3092\u5909\u66f4", + "Change Manually": "\u624b\u52d5\u3067\u5909\u66f4\u3059\u308b", + "Change My Email Address": "\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u5909\u66f4", + "Change image": "\u753b\u50cf\u3092\u5909\u66f4", + "Changes to steps that are not selected as part of the assignment will not be saved.": "\u8ab2\u984c\u306e\u4e00\u90e8\u3068\u3057\u3066\u9078\u629e\u3055\u308c\u3066\u3044\u306a\u3044\u30b9\u30c6\u30c3\u30d7\u306e\u5909\u66f4\u306f\u4fdd\u5b58\u3055\u308c\u307e\u305b\u3093\u3002", + "Chapter Asset": "\u30c1\u30e3\u30d7\u30bf\u30fc\u30fb\u30a2\u30bb\u30c3\u30c8", + "Chapter Name": "\u30c1\u30e3\u30d7\u30bf\u30fc\u540d", + "Chapter information": "\u30c1\u30e3\u30d7\u30bf\u30fc\u60c5\u5831", + "Chapter {order}": "\u30c1\u30e3\u30d7\u30bf\u30fc {order}", + "Check Your Email": "\u30e1\u30fc\u30eb\u3092\u30c1\u30a7\u30c3\u30af", + "Check the highlighted fields below and try again.": "\u4ee5\u4e0b\u306b\u30cf\u30a4\u30e9\u30a4\u30c8\u3055\u308c\u3066\u3044\u308b\u6b04\u3092\u78ba\u8a8d\u3057\u3066\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "\u3053\u306e\u30dc\u30c3\u30af\u30b9\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u3068\u6bce\u65e5\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u30e1\u30fc\u30eb\u304c\u5c4a\u304d\u307e\u3059\u3002\u3042\u306a\u305f\u304c\u30d5\u30a9\u30ed\u30fc\u3057\u3066\u3044\u308b\u6295\u7a3f\u306e\u65b0\u7740\u60c5\u5831\u3084\u672a\u8aad\u306e\u52d5\u304d\u3092\u77e5\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", + "Check your email": "\u30e1\u30fc\u30eb\u3092\u30c1\u30a7\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044", + "Check your email for an activation message.": "\u6709\u52b9\u5316\u306b\u95a2\u3059\u308b\u30e1\u30fc\u30eb\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Checkout": "\u652f\u6255\u624b\u7d9a\u304d", + "Checkout with PayPal": "PayPal\u306b\u3088\u308b\u652f\u6255\u624b\u7d9a\u304d", + "Checkout with {processor}": "{processor} \u306b\u3088\u308b\u652f\u6255\u624b\u7d9a\u304d", + "Choose": "\u9078\u629e", + "Choose File": "\u30d5\u30a1\u30a4\u30eb\u3092\u9078\u629e", + "Choose One": "\u3069\u308c\u304b\u4e00\u3064\u3092\u9078\u629e", + "Choose a .csv file": ".csv\u30d5\u30a1\u30a4\u30eb\u3092\u9078\u629e", + "Choose a Date": "\u65e5\u4ed8\u3092\u9078\u629e", + "Choose a Time": "\u6642\u9593\u3092\u9078\u629e", + "Choose a content group to associate": "\u7d10\u4ed8\u3051\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044", + "Choose a time": "\u6642\u9593\u3092\u9078\u629e", + "Choose all": "\u5168\u3066\u9078\u629e", + "Choose mode": "\u30e2\u30fc\u30c9\u3092\u9078\u629e", + "Choose one": "\u3069\u308c\u304b\u4e00\u3064\u3092\u9078\u629e", + "Choose your institution from the list below:": "\u4ee5\u4e0b\u306e\u4e00\u89a7\u304b\u3089\u6240\u5c5e\u6a5f\u95a2\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044: ", + "Chosen %s": "\u9078\u629e\u3055\u308c\u305f %s", + "Clear": "\u30af\u30ea\u30a2", + "Clear All": "\u5168\u3066\u3092\u30af\u30ea\u30a2", + "Clear Grading Due Date": "\u63a1\u70b9\u7de0\u5207\u3092\u30af\u30ea\u30a2", + "Clear Release Date/Time": "\u30ea\u30ea\u30fc\u30b9\u65e5/\u6642\u3092\u30af\u30ea\u30a2", + "Clear Value": "\u5024\u3092\u30af\u30ea\u30a2", + "Clear search": "\u691c\u7d22\u30af\u30ea\u30a2", + "Clear search results": "\u691c\u7d22\u7d50\u679c\u3092\u30af\u30ea\u30a2", + "Click to add a new %(xblock_type)s": "\u30af\u30ea\u30c3\u30af\u3057\u3066\u65b0\u3057\u3044%(xblock_type)s\u3092\u8ffd\u52a0", + "Click to change": "\u30af\u30ea\u30c3\u30af\u3067\u5909\u66f4", + "Click to choose all %s at once.": "\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u3059\u3079\u3066\u306e %s \u3092\u9078\u629e\u3057\u307e\u3059\u3002", + "Click to edit": "\u30af\u30ea\u30c3\u30af\u3057\u3066\u7de8\u96c6", + "Click to remove all chosen %s at once.": "\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u3059\u3079\u3066\u306e %s \u3092\u9078\u629e\u304b\u3089\u524a\u9664\u3057\u307e\u3059\u3002", + "Close": "\u9589\u3058\u308b", + "Code": "\u30b3\u30fc\u30c9", + "Code Sample (Ctrl+K)": "\u30b3\u30fc\u30c9\u30b5\u30f3\u30d7\u30eb (Ctrl+K)", + "Cohort Assignment Method": "\u30b3\u30db\u30fc\u30c8\u632f\u308a\u5206\u3051\u65b9\u6cd5", + "Cohort Name": "\u30b3\u30db\u30fc\u30c8\u540d", + "Cohorts": "\u30b3\u30db\u30fc\u30c8", + "Cohorts Disabled": "\u30b3\u30db\u30fc\u30c8\u7121\u52b9", + "Cohorts Enabled": "\u30b3\u30db\u30fc\u30c8\u6709\u52b9", + "Collapse All": "\u3059\u3079\u3066\u3092\u9589\u3058\u308b", + "Collapse/Expand this %(xblock_type)s": "\u3053\u306e%(xblock_type)s\u3092\u9589\u3058\u308b/\u958b\u304f", + "Coming Soon": "\u958b\u8b1b\u4e88\u5b9a", + "Common Problem Types": "\u5171\u901a\u554f\u984c\u30bf\u30a4\u30d7", + "Complete courses on your schedule to ensure you stand out in your field!": "\u3054\u81ea\u8eab\u306e\u5206\u91ce\u3067\u30a2\u30d4\u30fc\u30eb\u3067\u304d\u308b\u3088\u3046\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u901a\u308a\u306b\u8b1b\u5ea7\u3092\u4fee\u4e86\u3055\u305b\u307e\u3057\u3087\u3046\uff01", + "Completed": "\u4fee\u4e86", + "Configure": "\u8a2d\u5b9a", + "Confirm": "\u78ba\u8a8d", + "Confirm Timed Transcript": "\u6642\u9593\u4ed8\u304d\u5b57\u5e55\u3092\u78ba\u8a8d", + "Congratulations!": "\u304a\u3081\u3067\u3068\u3046\u3054\u3056\u3044\u307e\u3059\uff01", + "Congratulations! You are now verified on %(platformName)s!": "\u304a\u3081\u3067\u3068\u3046\u3054\u3056\u3044\u307e\u3059\uff01 %(platformName)s \u3067\u8a8d\u8a3c\u3055\u308c\u307e\u3057\u305f\uff01", + "Contains staff only content": "\u30b9\u30bf\u30c3\u30d5\u306e\u307f\u306b\u8868\u793a\u3055\u308c\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u542b\u3080", "Contains {count} group": [ "{count} \u30b0\u30eb\u30fc\u30d7\u542b\u3080" - ], - "Content Group ID": "\u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7ID", - "Content Group Name": "\u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7\u540d", - "Content-Specific Discussion Topics": "\u30b3\u30f3\u30c6\u30f3\u30c4\u91cd\u8996\u306e\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u30c8\u30d4\u30c3\u30af", - "Copy Email To Editor": "\u30a8\u30c7\u30a3\u30bf\u306b\u30e1\u30fc\u30eb\u3092\u30b3\u30d4\u30fc", - "Correct failed component": "\u30a8\u30e9\u30fc\u3068\u306a\u3063\u3066\u3044\u308b\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u4fee\u6b63\u3057\u3066\u304f\u3060\u3055\u3044", - "Cost": "\u8cbb\u7528", - "Could not find Certificate Exception in white list. Please refresh the page and try again": "\u30db\u30ef\u30a4\u30c8\u30ea\u30b9\u30c8\u306b\u4fee\u4e86\u8a3c\u306e\u4f8b\u5916\u306f\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Could not find Certificate Invalidation in the list. Please refresh the page and try again": "\u4e00\u89a7\u306b\u4fee\u4e86\u8a3c\u5931\u52b9\u306f\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Could not find a user with username or email address '<%- identifier %>'.": "'<%- identifier %>' \u3068\u3044\u3046\u30e6\u30fc\u30b6\u30fc\u540d\u307e\u305f\u306f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u306e\u30e6\u30fc\u30b6\u30fc\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002", - "Could not find users associated with the following identifiers:": "\u6b21\u306e\u8b58\u5225\u5b50\u306b\u95a2\u9023\u3059\u308b\u30e6\u30fc\u30b6\u30fc\u3092\u898b\u3064\u3051\u3089\u308c\u307e\u305b\u3093\u3067\u3057\u305f: ", - "Could not override problem score for {user}.": "\u30e6\u30fc\u30b6\u30fc {user} \u306e\u70b9\u6570\u3092\u7121\u52b9\u5316\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002", - "Could not retrieve download url.": "\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9URL\u304c\u5fa9\u65e7\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002", - "Could not retrieve payment information": "\u652f\u6255\u60c5\u5831\u3092\u5fa9\u5143\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f", - "Could not retrieve upload url.": "\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9URL\u304c\u5fa9\u65e7\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002", - "Could not submit order": "\u6ce8\u6587\u3092\u9001\u4fe1\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f", - "Could not submit photos": "\u5199\u771f\u3092\u63d0\u51fa\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f", - "Could not upload the video image file": "\u52d5\u753b\u753b\u50cf\u30d5\u30a1\u30a4\u30eb\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f", - "Couldn't Save This Assignment": "\u3053\u306e\u8ab2\u984c\u3092\u4fdd\u5b58\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f", - "Country": "\u56fd", - "Country of residence": "\u5c45\u4f4f\u56fd", - "Country or Region of Residence": "\u5c45\u4f4f\u56fd\u30fb\u5730\u57df", + ], + "Content Group ID": "\u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7ID", + "Content Group Name": "\u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7\u540d", + "Content-Specific Discussion Topics": "\u30b3\u30f3\u30c6\u30f3\u30c4\u91cd\u8996\u306e\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u30c8\u30d4\u30c3\u30af", + "Copy Email To Editor": "\u30a8\u30c7\u30a3\u30bf\u306b\u30e1\u30fc\u30eb\u3092\u30b3\u30d4\u30fc", + "Correct failed component": "\u30a8\u30e9\u30fc\u3068\u306a\u3063\u3066\u3044\u308b\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u4fee\u6b63\u3057\u3066\u304f\u3060\u3055\u3044", + "Cost": "\u8cbb\u7528", + "Could not find Certificate Exception in white list. Please refresh the page and try again": "\u30db\u30ef\u30a4\u30c8\u30ea\u30b9\u30c8\u306b\u4fee\u4e86\u8a3c\u306e\u4f8b\u5916\u306f\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Could not find Certificate Invalidation in the list. Please refresh the page and try again": "\u4e00\u89a7\u306b\u4fee\u4e86\u8a3c\u5931\u52b9\u306f\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Could not find a user with username or email address '<%- identifier %>'.": "'<%- identifier %>' \u3068\u3044\u3046\u30e6\u30fc\u30b6\u30fc\u540d\u307e\u305f\u306f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u306e\u30e6\u30fc\u30b6\u30fc\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002", + "Could not find users associated with the following identifiers:": "\u6b21\u306e\u8b58\u5225\u5b50\u306b\u95a2\u9023\u3059\u308b\u30e6\u30fc\u30b6\u30fc\u3092\u898b\u3064\u3051\u3089\u308c\u307e\u305b\u3093\u3067\u3057\u305f: ", + "Could not override problem score for {user}.": "\u30e6\u30fc\u30b6\u30fc {user} \u306e\u70b9\u6570\u3092\u7121\u52b9\u5316\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002", + "Could not retrieve download url.": "\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9URL\u304c\u5fa9\u65e7\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002", + "Could not retrieve payment information": "\u652f\u6255\u60c5\u5831\u3092\u5fa9\u5143\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f", + "Could not retrieve upload url.": "\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9URL\u304c\u5fa9\u65e7\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002", + "Could not submit order": "\u6ce8\u6587\u3092\u9001\u4fe1\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f", + "Could not submit photos": "\u5199\u771f\u3092\u63d0\u51fa\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f", + "Could not upload the video image file": "\u52d5\u753b\u753b\u50cf\u30d5\u30a1\u30a4\u30eb\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f", + "Couldn't Save This Assignment": "\u3053\u306e\u8ab2\u984c\u3092\u4fdd\u5b58\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f", + "Country": "\u56fd", + "Country of residence": "\u5c45\u4f4f\u56fd", + "Country or Region of Residence": "\u5c45\u4f4f\u56fd\u30fb\u5730\u57df", "Course": [ "\u8b1b\u5ea7" - ], - "Course Credit Requirements": "\u8b1b\u5ea7\u5358\u4f4d\u8a8d\u5b9a\u6761\u4ef6", - "Course End": "\u8b1b\u5ea7\u7d42\u4e86", - "Course Handouts": "\u8b1b\u5ea7\u30cf\u30f3\u30c9\u30a2\u30a6\u30c8", - "Course ID": "\u8b1b\u5ea7ID", - "Course Index": "\u30b3\u30fc\u30b9\u898b\u51fa\u3057", - "Course Key": "\u8b1b\u5ea7\u30ad\u30fc", - "Course Number": "\u8b1b\u5ea7\u756a\u53f7", - "Course Number Override": "\u8b1b\u5ea7\u756a\u53f7\u30aa\u30fc\u30d0\u30fc\u30e9\u30a4\u30c9", - "Course Outline": "\u8b1b\u5ea7\u30a2\u30a6\u30c8\u30e9\u30a4\u30f3", - "Course Start": "\u8b1b\u5ea7\u958b\u59cb", - "Course Title": "\u8b1b\u5ea7\u540d", - "Course Title Override": "\u8b1b\u5ea7\u540d\u30aa\u30fc\u30d0\u30fc\u30e9\u30a4\u30c9", - "Course is not yet visible to students.": "\u8b1b\u5ea7\u306f\u307e\u3060\u53d7\u8b1b\u8005\u306b\u8868\u793a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002", - "Course pacing cannot be changed once a course has started.": "\u8b1b\u5ea7\u306e\u30bf\u30a4\u30d7\u306f\u4e00\u65e6\u958b\u8b1b\u3059\u308b\u3068\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002", - "Course title": "\u8b1b\u5ea7\u540d", - "Course-Wide Discussion Topics": "\u8b1b\u5ea7\u5168\u822c\u306e\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u30c8\u30d4\u30c3\u30af", - "Create": "\u4f5c\u6210", - "Create Account": "\u30a2\u30ab\u30a6\u30f3\u30c8\u4f5c\u6210", - "Create Re-run": "Re-run\u3092\u4f5c\u6210", - "Create a %(link_start)sMozilla Backpack%(link_end)s account, or log in to your existing account": "%(link_start)sMozilla Backpack%(link_end)s\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u4f5c\u6210\u3059\u308b\u304b\u3001\u65e2\u306b\u304a\u6301\u3061\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u306b\u30ed\u30b0\u30a4\u30f3\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Create a New Team": "\u65b0\u898f\u30c1\u30fc\u30e0\u3092\u4f5c\u6210", - "Create a content group": "\u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7\u3092\u4f5c\u6210", - "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "\u53c2\u52a0\u3057\u305f\u3044\u30c1\u30fc\u30e0\u304c\u898b\u3064\u304b\u3089\u306a\u3044\u5834\u5408\u3084\u53cb\u9054\u3068\u4e00\u7dd2\u306b\u53d7\u8b1b\u3092\u3057\u305f\u3044\u5834\u5408\u306f\u3001\u65b0\u898f\u30c1\u30fc\u30e0\u3092\u4f5c\u6210\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Create account using %(providerName)s.": "%(providerName)s\u3092\u4f7f\u3063\u3066\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u4f5c\u6210\u3002", - "Create an Account.": "\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u4f5c\u6210\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Create an account using": "\u6b21\u3092\u4f7f\u7528\u3057\u3066\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u4f5c\u6210", - "Create team.": "\u30c1\u30fc\u30e0\u3092\u4f5c\u6210\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Creating missing groups": "\u8db3\u308a\u306a\u3044\u30b0\u30eb\u30fc\u30d7\u3092\u4f5c\u6210\u4e2d", - "Creative Commons licensed content, with terms as follow:": "\u30af\u30ea\u30a8\u30a3\u30c6\u30a3\u30d6\u30fb\u30b3\u30e2\u30f3\u30ba\u8a31\u8afe\u30b3\u30f3\u30c6\u30f3\u30c4\u3002\u305d\u306e\u898f\u7d04\u306f\u4ee5\u4e0b\u306e\u901a\u308a\uff1a", - "Criterion Added": "\u8a55\u4fa1\u57fa\u6e96\u8ffd\u52a0\u6e08", - "Criterion Deleted": "\u8a55\u4fa1\u57fa\u6e96\u524a\u9664\u6e08", - "Crossed out items have been refunded.": "\u7dda\u304c\u5f15\u3044\u3066\u3042\u308b\u30a2\u30a4\u30c6\u30e0\u306f\u8fd4\u91d1\u3055\u308c\u307e\u3057\u305f\u3002", - "Current Role:": "\u73fe\u5728\u306e\u30ed\u30fc\u30eb:", - "Current conversation": "\u73fe\u5728\u306e\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3", - "Current enrollment mode:": "\u73fe\u5728\u306e\u53d7\u8b1b\u767b\u9332\u30e2\u30fc\u30c9:", - "Current location": "\u73fe\u5728\u306e\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3", - "Current tab": "\u73fe\u5728\u306e\u30bf\u30d6", - "Currently selected": "\u73fe\u5728\u9078\u629e\u4e2d", - "Date": "\u65e5\u4ed8", - "Date Added": "\u8ffd\u52a0\u65e5", - "Date Placed": "\u6ce8\u6587\u65e5", - "Deactivate": "\u7121\u52b9\u5316", - "December": "12\u6708", - "Default (Local Time Zone)": "\u65e2\u5b9a\u5024 (\u5730\u57df\u5225\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)", - "Default Timed Transcript": "\u65e2\u5b9a\u306e\u6642\u9593\u4ed8\u304d\u306e\u5b57\u5e55", - "Delete": "\u524a\u9664", - "Delete \"<%= signatoryName %>\" from the list of signatories?": "\u7f72\u540d\u4e00\u89a7\u304b\u3089 \"<%= signatoryName %>\" \u3092\u524a\u9664\u3057\u307e\u3059\u304b\uff1f", - "Delete File Confirmation": "\u30d5\u30a1\u30a4\u30eb\u524a\u9664\u78ba\u8a8d", - "Delete Team": "\u30c1\u30fc\u30e0\u3092\u524a\u9664", - "Delete student '<%- student_id %>'s state on problem '<%- problem_id %>'?": "\u53d7\u8b1b\u8005 '<%- student_id %>' \u306e\u554f\u984c '<%- problem_id %>' \u306e\u56de\u7b54\u3092\u524a\u9664\u3057\u3066\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f", - "Delete the user, {username}": "{username} \u3092\u524a\u9664", - "Delete this %(item_display_name)s?": "\u3053\u306e%(item_display_name)s\u3092\u524a\u9664\u3057\u307e\u3059\u304b\uff1f", - "Delete this asset": "\u3053\u306e\u30a2\u30bb\u30c3\u30c8\u3092\u524a\u9664", - "Delete this team?": "\u3053\u306e\u30c1\u30fc\u30e0\u3092\u524a\u9664\u3057\u307e\u3059\u304b\uff1f", - "Deleted Content Group": "\u524a\u9664\u3055\u308c\u305f\u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7", - "Deleted Group": "\u524a\u9664\u6e08\u30b0\u30eb\u30fc\u30d7", - "Deleting a team is permanent and cannot be undone. All members are removed from the team, and team discussions can no longer be accessed.": "\u30c1\u30fc\u30e0\u306e\u524a\u9664\u306f\u6052\u4e45\u7684\u306a\u3082\u306e\u3067\u53d6\u308a\u6d88\u3057\u3067\u304d\u307e\u305b\u3093\u3002\u30c1\u30fc\u30e0\u304b\u3089\u3059\u3079\u3066\u306e\u30e1\u30f3\u30d0\u30fc\u304c\u524a\u9664\u3055\u308c\u3001\u30c1\u30fc\u30e0\u306e\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3082\u3067\u304d\u306a\u304f\u306a\u308a\u307e\u3059\u3002", - "Deleting this %(item_display_name)s is permanent and cannot be undone.": "\u3053\u306e%(item_display_name)s\u306e\u524a\u9664\u306f\u6052\u4e45\u7684\u3067\u3001\u5143\u306b\u623b\u305b\u307e\u305b\u3093\u3002", - "Deprecated": "\u975e\u63a8\u5968", - "Describe ": "\u8a18\u8ff0\u3059\u308b", - "Description": "\u8aac\u660e", - "Description of the certificate": "\u4fee\u4e86\u8a3c\u306e\u8aac\u660e", - "Discard Changes": "\u5909\u66f4\u3092\u7834\u68c4", - "Discussion Home": "\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u30fb\u30db\u30fc\u30e0", - "Discussion topics in the course are not divided.": "\u3053\u306e\u8b1b\u5ea7\u306e\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u30fb\u30c8\u30d4\u30c3\u30af\u306f\u5206\u5272\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002", - "Discussions are unified; all learners interact with posts from other learners, regardless of the group they are in.": "\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u306f\u7d71\u5408\u3055\u308c\u3066\u3044\u307e\u3059; \u53c2\u52a0\u30b0\u30eb\u30fc\u30d7\u306b\u95a2\u4fc2\u306a\u304f\u3001\u5168\u53d7\u8b1b\u8005\u306f\u6295\u7a3f\u306b\u3088\u3063\u3066\u4ed6\u306e\u53d7\u8b1b\u8005\u3068\u4ea4\u6d41\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", - "Display Name": "\u8868\u793a\u540d", - "Divide the selected content-specific discussion topics": "\u9078\u629e\u3055\u308c\u305f\u30b3\u30f3\u30c6\u30f3\u30c4\u91cd\u8996\u306e\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u30c8\u30d4\u30c3\u30af\u3092\u5206\u5272\u3059\u308b", - "Divided": "\u5206\u5272\u6e08", - "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "\u53d7\u8b1b\u8005('{student_id}')\u304c\u5165\u5b66\u8a66\u9a13\u3092\u30b9\u30ad\u30c3\u30d7\u3059\u308b\u3053\u3068\u3092\u8a31\u53ef\u3057\u307e\u3059\u304b\uff1f", - "Do you want to replace the edX transcript with the YouTube transcript?": "edX\u5b57\u5e55\u3092YouTube\u5b57\u5e55\u3067\u7f6e\u304d\u63db\u3048\u307e\u3059\u304b\uff1f", - "Do you want to upload your file before submitting?": "\u63d0\u51fa\u524d\u306b\u30d5\u30a1\u30a4\u30eb\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u307e\u3059\u304b\uff1f", - "Does the name on your ID match your account name: %(fullName)s?": "\u8eab\u5206\u8a3c\u660e\u66f8\u4e0a\u306e\u6c0f\u540d\u306f\u3042\u306a\u305f\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u306e\u6c0f\u540d\u3068\u4e00\u81f4\u3057\u307e\u3059\u304b\uff1f: %(fullName)s", - "Does the photo of you match your ID photo?": "\u8eab\u5206\u8a3c\u660e\u66f8\u306e\u5199\u771f\u3068\u3042\u306a\u305f\u306e\u5199\u771f\u306f\u4e00\u81f4\u3057\u307e\u3059\u304b\uff1f", - "Does the photo of you show your whole face?": "\u5199\u771f\u306b\u3042\u306a\u305f\u306e\u9854\u5168\u4f53\u304c\u5199\u3063\u3066\u3044\u307e\u3059\u304b\uff1f", - "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "\u5199\u771f\u304c\u898b\u3048\u306a\u3044\u3067\u3059\u304b\uff1f\u5fc5\u8981\u306b\u5fdc\u3058\u3066\u3001\u30d6\u30e9\u30a6\u30b6\u304c\u30ab\u30e1\u30e9\u3092\u4f7f\u3048\u308b\u72b6\u614b\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Donate": "\u5bc4\u4ed8", - "Double-check that your webcam is connected and working to continue.": "Web\u30ab\u30e1\u30e9\u304c\u63a5\u7d9a\u3055\u308c\u3001\u4f5c\u52d5\u3057\u3066\u3044\u308b\u3053\u3068\u3092\u518d\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Download": "\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9", - "Download Transcript for Editing": "\u7de8\u96c6\u7528\u306b\u5b57\u5e55\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9", - "Download URL": "\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9URL", - "Download available encodings (.csv)": "\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u53ef\u80fd\u306a\u30a8\u30f3\u30b3\u30fc\u30c9(.csv)", - "Download the user's certificate": "\u30e6\u30fc\u30b6\u30fc\u306e\u4fee\u4e86\u8a3c\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9", - "Draft (Never published)": "\u30c9\u30e9\u30d5\u30c8(\u672a\u516c\u958b)", - "Draft (Unpublished changes)": "\u30c9\u30e9\u30d5\u30c8(\u672a\u516c\u958b\u306e\u5909\u66f4)", - "Draft saved on {lastSavedStart}{editedOn}{lastSavedEnd} by {editedByStart}{editedBy}{editedByEnd}": "{editedByStart}{editedBy}{editedByEnd}\u306b\u3088\u308a{lastSavedStart}{editedOn}{lastSavedEnd}\u306b\u4fdd\u5b58\u3055\u308c\u305f\u30c9\u30e9\u30d5\u30c8", - "Drag and drop or {spanStart}browse your computer{spanEnd}.": "\u30c9\u30e9\u30c3\u30b0\uff06\u30c9\u30ed\u30c3\u30d7\u3059\u308b\u304b\u3001{spanStart}\u3042\u306a\u305f\u306e\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u3092\u898b\u3066\u304f\u3060\u3055\u3044{spanEnd}\u3002", - "Drag to reorder": "\u30c9\u30e9\u30c3\u30b0\u3057\u3066\u4e26\u3073\u66ff\u3048", - "Drop target image": "\u76ee\u7684\u306e\u753b\u50cf\u3092\u30c9\u30ed\u30c3\u30d7", - "Due Date": "\u7de0\u5207", - "Due Date:": "\u7de0\u5207\u65e5: ", - "Due Time in UTC:": "\u7de0\u5207\u6642\u9593\uff08UTC\uff09: ", - "Due date cannot be before start date.": "\u7de0\u5207\u306f\u3001\u958b\u59cb\u65e5\u4ee5\u524d\u306b\u306f\u3067\u304d\u307e\u305b\u3093\u3002", - "Due:": "\u7de0\u5207: ", - "Duplicate": "\u8907\u88fd", - "Duration (sec)": "\u7d99\u7d9a\u6642\u9593 (\u79d2)", - "Earned %(created)s.": "%(created)s\u3092\u7372\u5f97\u6e08\u3002", - "Earned Certificates": "\u53d6\u5f97\u6e08\u307f\u4fee\u4e86\u8a3c", - "EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.": "Studio\u306b\u306f\u3053\u306e\u52d5\u753b\u7528\u306e\u6642\u9593\u4ed8\u304d\u5b57\u5e55\u304c\u3042\u308a\u307e\u305b\u3093\u304c\u3001YouTube\u306b\u306f\u5b57\u5e55\u304c\u3042\u308a\u307e\u3057\u305f\u3002YouTube\u306e\u5b57\u5e55\u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u3059\u308b\u304b\u3001\u72ec\u81ea\u306e.srt\u30d5\u30a1\u30a4\u30eb\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", - "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "EdX\u306b\u306f\u3053\u306e\u52d5\u753b\u7528\u306e\u6642\u9593\u4ed8\u304d\u5b57\u5e55\u304c\u3042\u308a\u307e\u305b\u3093\u3002.srt\u30d5\u30a1\u30a4\u30eb\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "EdX\u306b\u306f\u3053\u306e\u52d5\u753b\u306e\u6642\u9593\u4ed8\u304d\u5b57\u5e55\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u5b57\u5e55\u3092\u7de8\u96c6\u3057\u305f\u3044\u5834\u5408\u306f\u3001\u73fe\u5b58\u306e\u5b57\u5e55\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3001\u7de8\u96c6\u3001\u518d\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u5b57\u5e55\u3092\u5165\u308c\u63db\u3048\u305f\u3044\u5834\u5408\u3001\u65b0\u3057\u3044.srt\u5b57\u5e55\u30d5\u30a1\u30a4\u30eb\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "EdX\u306b\u306f\u3053\u306e\u52d5\u753b\u7528\u306e\u6642\u9593\u4ed8\u304d\u5b57\u5e55\u304c\u3042\u308a\u307e\u3059\u3002\u5b57\u5e55\u3092\u7f6e\u304d\u63db\u3048\u305f\u3044\u5834\u5408\u306f\u65b0\u3057\u3044.srt\u5b57\u5e55\u30d5\u30a1\u30a4\u30eb\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3053\u306e\u5b57\u5e55\u3092\u7de8\u96c6\u3057\u305f\u3044\u5834\u5408\u306f\u3001\u65e2\u5b58\u306e\u5b57\u5e55\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3001\u7de8\u96c6\u3001\u518d\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Edit %(display_name)s (required)": "\u7de8\u96c6 %(display_name)s (\u5fc5\u9808)", - "Edit Membership": "\u30e1\u30f3\u30d0\u30fc\u3092\u7de8\u96c6", - "Edit Team": "\u30c1\u30fc\u30e0\u3092\u7de8\u96c6", - "Edit Thumbnail": "\u30b5\u30e0\u30cd\u30a4\u30eb\u7de8\u96c6", - "Edit Your Name": "\u540d\u524d\u3092\u7de8\u96c6", - "Edit this certificate?": "\u4fee\u4e86\u8a3c\u3092\u7de8\u96c6\u3057\u307e\u3059\u304b\uff1f", - "Editable": "\u7de8\u96c6\u53ef\u80fd", - "Education Completed": "\u6700\u7d42\u5b66\u6b74", - "Email": "\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9", - "Email address": "\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9", - "Emails successfully sent. The following users are no longer enrolled in the course:": "\u30e1\u30fc\u30eb\u304c\u6b63\u5e38\u306b\u9001\u4fe1\u3055\u308c\u307e\u3057\u305f\u3002\u6b21\u306e\u30e6\u30fc\u30b6\u30fc\u306f\u8b1b\u5ea7\u306b\u53d7\u8b1b\u767b\u9332\u3055\u308c\u3066\u3044\u307e\u305b\u3093: ", - "Enable Cohorts": "\u30b3\u30db\u30fc\u30c8\u3092\u6709\u52b9\u306b\u3059\u308b", - "End My Exam": "\u8a66\u9a13\u3092\u7d42\u4e86\u3059\u308b", - "Engage with posts": "\u6295\u7a3f\u3067\u306e\u53c2\u52a0", - "Enroll Now": "\u3044\u307e\u3059\u3050\u767b\u9332\u3057\u3088\u3046", - "Enrolled": "\u53d7\u8b1b\u767b\u9332\u6e08", - "Enrolling you in the selected course": "\u9078\u629e\u3057\u305f\u8b1b\u5ea7\u306b\u53d7\u8b1b\u767b\u9332\u4e2d", - "Enrollment Date": "\u53d7\u8b1b\u767b\u9332\u65e5", - "Enrollment Mode": "\u53d7\u8b1b\u767b\u9332\u30e2\u30fc\u30c9", - "Enrollment Opens on": "\u53d7\u8b1b\u767b\u9332\u958b\u59cb\u65e5", - "Enrollment Tracks": "\u53d7\u8b1b\u767b\u9332\u30c8\u30e9\u30c3\u30af", - "Ensure that you can see your photo and read your name": "\u5199\u771f\u3068\u540d\u524d\u304c\u306f\u3063\u304d\u308a\u3068\u898b\u3048\u308b\u304b\u3069\u3046\u304b\u3054\u78ba\u8a8d\u304f\u3060\u3055\u3044\u3002", - "Enter Due Date and Time": "\u7de0\u5207\u65e5\u6642\u3092\u5165\u529b", - "Enter Start Date and Time": "\u958b\u59cb\u65e5\u6642\u3092\u5165\u529b", - "Enter a student's username or email address.": "\u53d7\u8b1b\u8005\u306e\u30e6\u30fc\u30b6\u30fc\u540d\u307e\u305f\u306f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Enter a username or email.": "\u30e6\u30fc\u30b6\u30fc\u540d\u307e\u305f\u306f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Enter email addresses and/or usernames, separated by new lines or commas, for the learners you want to add. *": "\u53d7\u8b1b\u8005\u3092\u8ffd\u52a0\u3059\u308b\u306b\u306f\u3001\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u304a\u3088\u3073/\u3082\u3057\u304f\u306f\u30e6\u30fc\u30b6\u30fc\u540d\u3092\u6539\u884c\u307e\u305f\u306f\u30ab\u30f3\u30de\u533a\u5207\u308a\u3067\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002*", - "Enter information to describe your team. You cannot change these details after you create the team.": "\u30c1\u30fc\u30e0\u3092\u8aac\u660e\u3059\u308b\u60c5\u5831\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u30c1\u30fc\u30e0\u4f5c\u6210\u5f8c\u306f\u3053\u306e\u8a73\u7d30\u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002", - "Enter team description.": "\u30c1\u30fc\u30e0\u306e\u8aac\u660e\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Enter team name.": "\u30c1\u30fc\u30e0\u540d\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Enter the enrollment code.": "\u53d7\u8b1b\u767b\u9332\u30b3\u30fc\u30c9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Enter the name of the cohort": "\u30b3\u30db\u30fc\u30c8\u540d\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044", - "Enter the page number you'd like to quickly navigate to.": "\u898b\u305f\u3044\u30da\u30fc\u30b8\u756a\u53f7\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Enter the username or email address of each learner that you want to add as an exception.": "\u4f8b\u5916\u3068\u3057\u3066\u8ffd\u52a0\u3057\u305f\u3044\u53d7\u8b1b\u8005\u306e\u30e6\u30fc\u30b6\u30fc\u540d\u307e\u305f\u306f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Enter username or email": "\u30e6\u30fc\u30b6\u30fc\u540d\u307e\u305f\u306f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u5165\u529b", - "Enter your ": "\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044", - "Entrance exam attempts is being reset for student '{student_id}'.": "\u53d7\u8b1b\u8005'{student_id}'\u306e\u5165\u5b66\u8a66\u9a13\u306e\u89e3\u7b54\u3092\u30ea\u30bb\u30c3\u30c8\u3057\u3066\u3044\u307e\u3059\u3002", - "Entrance exam state is being deleted for student '{student_id}'.": "\u53d7\u8b1b\u8005'{student_id}'\u306e\u5165\u5b66\u8a66\u9a13\u72b6\u6cc1\u3092\u524a\u9664\u3057\u3066\u3044\u307e\u3059\u3002", - "Error": "\u30a8\u30e9\u30fc", - "Error adding learners.": "\u53d7\u8b1b\u8005\u306e\u8ffd\u52a0\u30a8\u30e9\u30fc\u3002", - "Error adding user": "\u30e6\u30fc\u30b6\u30fc\u8ffd\u52a0\u30a8\u30e9\u30fc", - "Error adding/removing users as beta testers.": "\u30e6\u30fc\u30b6\u30fc\u306e\u03b2\u30c6\u30b9\u30bf\u30fc\u3078\u306e\u8ffd\u52a0/\u524a\u9664\u30a8\u30e9\u30fc\u3002", - "Error changing user's permissions.": "\u30e6\u30fc\u30b6\u30fc\u6a29\u9650\u5909\u66f4\u30a8\u30e9\u30fc\u3002", - "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "\u53d7\u8b1b\u8005'{student_id}'\u306e\u5165\u5b66\u8a66\u9a13\u72b6\u6cc1\u306e\u524a\u9664\u30a8\u30e9\u30fc\u3002\u53d7\u8b1b\u8005\u306e\u8b58\u5225\u5b50\u304c\u6b63\u3057\u3044\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Error deleting student '<%- student_id %>'s state on problem '<%- problem_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u53d7\u8b1b\u8005 '<%- student_id %>' \u306e\u554f\u984c '<%- problem_id %>' \u306e\u56de\u7b54\u306e\u524a\u9664\u30a8\u30e9\u30fc\u3002\u554f\u984c\u3068\u53d7\u8b1b\u8005\u306e\u8b58\u5225\u5b50\u304c\u6b63\u3057\u3044\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Error enrolling/unenrolling users.": "\u30e6\u30fc\u30b6\u30fc\u306e\u53d7\u8b1b\u767b\u9332/\u767b\u9332\u89e3\u9664\u30a8\u30e9\u30fc\u3002", - "Error generating ORA data report. Please try again.": "ORA \u30c7\u30fc\u30bf\u30ec\u30dd\u30fc\u30c8\u306e\u751f\u6210\u30a8\u30e9\u30fc\u3002\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Error generating grades. Please try again.": "\u6210\u7e3e\u306e\u751f\u6210\u30a8\u30e9\u30fc\u3002\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Error generating list of students who may enroll. Please try again.": "\u53d7\u8b1b\u767b\u9332\u898b\u8fbc\u307f\u306e\u5b66\u751f\u4e00\u89a7\u306e\u751f\u6210\u30a8\u30e9\u30fc\u3002\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Error generating problem grade report. Please try again.": "\u554f\u984c\u6210\u7e3e\u30ec\u30dd\u30fc\u30c8\u306e\u751f\u6210\u30a8\u30e9\u30fc\u3002\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Error generating proctored exam results. Please try again.": "\u76e3\u7763\u4ed8\u304d\u8a66\u9a13\u306e\u7d50\u679c\u751f\u6210\u306e\u30a8\u30e9\u30fc\u3002\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Error generating student profile information. Please try again.": "\u53d7\u8b1b\u8005\u306e\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u60c5\u5831\u306e\u751f\u6210\u30a8\u30e9\u30fc\u3002\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Error generating survey results. Please try again.": "\u30a2\u30f3\u30b1\u30fc\u30c8\u8abf\u67fb\u7d50\u679c\u306e\u751f\u6210\u30a8\u30e9\u30fc\u3002\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "\u53d7\u8b1b\u8005'{student_id}'\u306e\u5165\u5b66\u8a66\u9a13\u30bf\u30b9\u30af\u5c65\u6b74\u306e\u53d6\u5f97\u30a8\u30e9\u30fc\u3002\u53d7\u8b1b\u8005\u306e\u8b58\u5225\u5b50\u304c\u6b63\u3057\u3044\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Error getting issued certificates list.": "\u767a\u884c\u6e08\u307f\u4fee\u4e86\u8a3c\u4e00\u89a7\u306e\u53d6\u5f97\u30a8\u30e9\u30fc\u3002", - "Error getting student list.": "\u53d7\u8b1b\u8005\u4e00\u89a7\u306e\u53d6\u5f97\u30a8\u30e9\u30fc\u3002", - "Error getting student progress url for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "\u53d7\u8b1b\u8005 '<%- student_id %>' \u306e\u9032\u6357\u8868\u793aURL \u3092\u53d6\u5f97\u3059\u308b\u969b\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u53d7\u8b1b\u8005\u306e\u8b58\u5225\u5b50\u304c\u6b63\u3057\u304f\u5165\u529b\u3055\u308c\u3066\u3044\u308b\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Error getting task history for problem '<%- problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u53d7\u8b1b\u8005 '<%- student_id %>' \u3068\u554f\u984c '<%- problem_id %>' \u306e\u30bf\u30b9\u30af\u5c65\u6b74\u306e\u53d6\u5f97\u30a8\u30e9\u30fc\u3002\u554f\u984c\u3068\u53d7\u8b1b\u8005\u306e\u8b58\u5225\u5b50\u304c\u6b63\u3057\u3044\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Error getting the number of ungraded responses": "\u63a1\u70b9\u5bfe\u8c61\u5916\u306e\u8fd4\u4fe1\u6570\u306e\u53d6\u5f97\u30a8\u30e9\u30fc", - "Error listing task history for this student and problem.": "\u3053\u306e\u53d7\u8b1b\u8005\u3068\u554f\u984c\u306e\u30bf\u30b9\u30af\u5c65\u6b74\u306e\u30ea\u30b9\u30c8\u8868\u793a\u30a8\u30e9\u30fc\u3002", - "Error removing user": "\u30e6\u30fc\u30b6\u30fc\u524a\u9664\u30a8\u30e9\u30fc", - "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "\u53d7\u8b1b\u8005'{student_id}'\u306e\u5165\u5b66\u8a66\u9a13\u306e\u89e3\u7b54\u3092\u30ea\u30bb\u30c3\u30c8\u3059\u308b\u969b\u306e\u30a8\u30e9\u30fc\u3002\u53d7\u8b1b\u8005\u306e\u8b58\u5225\u5b50\u304c\u6b63\u3057\u3044\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Error resetting problem attempts for problem '<%= problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u53d7\u8b1b\u8005 '<%- student_id %>' \u306e\u554f\u984c' <%= problem_id %>' \u306e\u56de\u7b54\u30ea\u30bb\u30c3\u30c8\u306e\u969b\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u554f\u984c\u3068\u53d7\u8b1b\u8005\u306e\u8b58\u5225\u5b50\u304c\u6b63\u3057\u3044\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Error retrieving grading configuration.": "\u63a1\u70b9\u8a2d\u5b9a\u306e\u53d6\u5f97\u30a8\u30e9\u30fc\u3002", - "Error sending email.": "\u30e1\u30fc\u30eb\u306e\u9001\u4fe1\u30a8\u30e9\u30fc\u3002", - "Error starting a task to override score for problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the score and the problem and student identifiers are complete and correct.": "\u554f\u984c '<%- problem_id %>' \u304a\u3088\u3073\u53d7\u8b1b\u8005 '<%- student_id %>' \u306e\u70b9\u6570\u7121\u52b9\u5316\u306e\u4f5c\u696d\u958b\u59cb\u30a8\u30e9\u30fc\u3002 \u554f\u984c\u304a\u3088\u3073\u53d7\u8b1b\u8005\u306e\u8b58\u5225\u5b50\u304c\u6b63\u3057\u3044\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "\u53d7\u8b1b\u8005 '{student_id}' \u306e\u5165\u5b66\u8a66\u9a13\u306e\u518d\u63a1\u70b9\u4f5c\u696d\u3092\u958b\u59cb\u3059\u308b\u969b\u306e\u30a8\u30e9\u30fc\u3002\u5165\u5b66\u8a66\u9a13\u306b\u554f\u984c\u304c\u3042\u308b\u3053\u3068\u53ca\u3073\u53d7\u8b1b\u8005\u306e\u8b58\u5225\u5b50\u304c\u6b63\u3057\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Error starting a task to rescore problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the problem and student identifiers are complete and correct.": "\u554f\u984c '<%- problem_id %>' \u304a\u3088\u3073\u53d7\u8b1b\u8005 '<%- student_id %>' \u306e\u518d\u63a1\u70b9\u4f5c\u696d\u958b\u59cb\u30a8\u30e9\u30fc\u3002 \u554f\u984c\u304a\u3088\u3073\u53d7\u8b1b\u8005\u306e\u8b58\u5225\u5b50\u304c\u6b63\u3057\u3044\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Error starting a task to rescore problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u554f\u984c '<%- problem_id %>' \u306e\u518d\u63a1\u70b9\u4f5c\u696d\u958b\u59cb\u306e\u969b\u306e\u30a8\u30e9\u30fc\u3002\u554f\u984c\u306e\u8b58\u5225\u5b50\u304c\u6b63\u3057\u3044\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Error starting a task to reset attempts for all students on problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u554f\u984c '<%- problem_id %>' \u306e\u5168\u53d7\u8b1b\u8005\u306e\u89e3\u7b54\u30ea\u30bb\u30c3\u30c8\u4f5c\u696d\u3092\u958b\u59cb\u3059\u308b\u969b\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u554f\u984c\u306e\u8b58\u5225\u5b50\u304c\u6b63\u3057\u3044\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Error while generating certificates. Please try again.": "\u4fee\u4e86\u8a3c\u751f\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Error while regenerating certificates. Please try again.": "\u4fee\u4e86\u8a3c\u306e\u518d\u751f\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Error.": "\u30a8\u30e9\u30fc\u3002", - "Error:": "\u30a8\u30e9\u30fc:", - "Error: User '<%- username %>' has not yet activated their account. Users must create and activate their accounts before they can be assigned a role.": "\u30a8\u30e9\u30fc: \u30e6\u30fc\u30b6\u30fc'<%- username %>' \u306f\u307e\u3060\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u6709\u52b9\u5316\u3057\u3066\u3044\u307e\u305b\u3093\u3002\u6a29\u9650\u3092\u4e0e\u3048\u308b\u524d\u306b\u30a2\u30ab\u30a6\u30f3\u30c8\u4f5c\u6210\u3057\u3066\u6709\u52b9\u5316\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Error: You cannot remove yourself from the Instructor group!": "\u30a8\u30e9\u30fc: \u8b1b\u5e2b\u30b0\u30eb\u30fc\u30d7\u304b\u3089\u3042\u306a\u305f\u81ea\u8eab\u3092\u524a\u9664\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\uff01", - "Errors": "\u30a8\u30e9\u30fc", - "Everyone who has staff privileges in this course": "\u3053\u306e\u8b1b\u5ea7\u306e\u30b9\u30bf\u30c3\u30d5\u6a29\u9650\u3092\u304a\u6301\u3061\u306e\u65b9", - "Exam Types": "\u8a66\u9a13\u30bf\u30a4\u30d7", - "Exception Granted": "\u627f\u8afe\u6e08\u306e\u4f8b\u5916", - "Expand All": "\u3059\u3079\u3066\u3092\u8868\u793a", - "Explain if other.": "\u305d\u306e\u4ed6\u306e\u5834\u5408\u3001\u8aac\u660e\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Explore New Programs": "\u65b0\u898f\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u63a2\u3059", - "Explore Programs": "\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u63a2\u3059", - "Explore your course!": "\u8b1b\u5ea7\u3092\u63a2\u305d\u3046\uff01", - "Failed to delete student state for user.": "\u30e6\u30fc\u30b6\u30fc\u306e\u53d7\u8b1b\u8005\u72b6\u6cc1\u306e\u524a\u9664\u306b\u5931\u6557\u3002", - "Failed to rescore problem for user.": "\u30e6\u30fc\u30b6\u30fc\u306e\u518d\u63a1\u70b9\u306b\u5931\u6557\u3002", - "Failed to rescore problem to improve score for user.": "\u30e6\u30fc\u30b6\u30fc\u306e\u518d\u63a1\u70b9\u306b\u5931\u6557\u3002", - "Failed to reset attempts for user.": "\u30e6\u30fc\u30b6\u30fc\u306e\u56de\u7b54\u306e\u30ea\u30bb\u30c3\u30c8\u306b\u5931\u6557\u3002", - "February": "2\u6708", - "Feedback available for selection.": "\u9078\u629e\u306b\u5bfe\u3059\u308b\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\u304c\u3054\u89a7\u3044\u305f\u3060\u3051\u307e\u3059\u3002", - "File Name": "\u30d5\u30a1\u30a4\u30eb\u540d", - "File size must be 10MB or less.": "\u30d5\u30a1\u30a4\u30eb\u30b5\u30a4\u30ba\u306f10MB\u3092\u8d85\u3048\u3066\u306f\u3044\u3051\u307e\u305b\u3093\u3002", - "File type is not allowed.": "\u30d5\u30a1\u30a4\u30eb\u30bf\u30a4\u30d7\u304c\u4e0d\u6b63\u3067\u3059\u3002", - "File types can not be empty.": "\u30d5\u30a1\u30a4\u30eb\u30bf\u30a4\u30d7\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "File upload succeeded": "\u30d5\u30a1\u30a4\u30eb\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u6210\u529f", - "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "\u30d5\u30a1\u30a4\u30eb {filename} \u304c\u6700\u5927\u30b5\u30a4\u30ba {maxFileSizeInMBs} MB\u3092\u8d85\u3048\u3066\u3044\u307e\u3059", - "Files must be in JPEG or PNG format.": "\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u306fJPEG\u3082\u3057\u304f\u306fPNG\u5f62\u5f0f\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093\u3002", - "Filter": "\u30d5\u30a3\u30eb\u30bf\u30fc", - "Filter and sort topics": "\u30c8\u30d4\u30c3\u30af\u3092\u30d5\u30a3\u30eb\u30bf\u30ea\u30f3\u30b0\u304a\u3088\u3073\u30bd\u30fc\u30c8\u3059\u308b", - "Final Grade Received": "\u6700\u7d42\u6210\u7e3e\u53d7\u53d6\u6e08", - "Financial Assistance": "\u7d4c\u6e08\u7684\u63f4\u52a9", - "Financial Assistance Application": "\u7d4c\u6e08\u652f\u63f4\u7533\u8fbc\u66f8", - "Find a course": "\u8b1b\u5ea7\u3092\u63a2\u3059", - "Find discussions": "\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u3092\u63a2\u3059", - "First time here?": "\u3053\u3053\u306f\u521d\u3081\u3066\u3067\u3059\u304b\uff1f", - "Follow or unfollow posts": "\u6295\u7a3f\u3092\u30d5\u30a9\u30ed\u30fc\u307e\u305f\u306f\u30d5\u30a9\u30ed\u30fc\u89e3\u9664\u3059\u308b", - "For grading to work, you must change all {oldName} subsections to {newName}.": "\u63a1\u70b9\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\u306b\u306f\u3001 {oldName}\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u5168\u3066{newName}\u306b\u5909\u66f4\u3057\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093\u3002", - "Free text notes": "\u3054\u81ea\u7531\u306b\u3054\u8a18\u5165\u304f\u3060\u3055\u3044", - "Frequently Asked Questions": "\u3088\u304f\u3042\u308b\u8cea\u554f", - "Full Name": "\u6c0f\u540d", - "Full Profile": "\u5168\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb", - "Fullscreen": "\u30d5\u30eb\u30b9\u30af\u30ea\u30fc\u30f3", - "Fully Supported": "\u30d5\u30eb\u30b5\u30dd\u30fc\u30c8", - "Gender": "\u6027\u5225", - "General Proctored Exam Rules": "\u76e3\u7763\u4ed8\u304d\u8a66\u9a13\u306e\u4e00\u822c\u7684\u306a\u30eb\u30fc\u30eb", - "Generate": "\u751f\u6210", - "Generate Exception Certificates": "\u4f8b\u5916\u4fee\u4e86\u8a3c\u3092\u751f\u6210", - "Generate the user's certificate": "\u30e6\u30fc\u30b6\u30fc\u306e\u4fee\u4e86\u8a3c\u3092\u751f\u6210", - "Get Credit": "\u5358\u4f4d\u3092\u7372\u5f97\u3059\u308b", - "Go Back": "\u623b\u308b", - "Go to Dashboard": "\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u3078\u79fb\u52d5", - "Go to your Dashboard": "\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u3078", - "Government-Issued Photo ID": "\u653f\u5e9c\u767a\u884c\u306e\u5199\u771f\u4ed8\u304d\u8eab\u5206\u8a3c\u660e\u66f8", - "Grace period must be specified in HH:MM format.": "\u7336\u4e88\u671f\u9593\u306fHH:MM\u306e\u5f62\u5f0f\u3067\u8a18\u5165\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Grade": "\u6210\u7e3e", - "Grade as:": "\u63a1\u70b9\uff1a", - "Graded as:": "\u63a1\u70b9\u6e08: ", - "Grading": "\u63a1\u70b9", - "Group": "\u30b0\u30eb\u30fc\u30d7", - "Group %s": "\u30b0\u30eb\u30fc\u30d7 %s", - "Group A": "\u30b0\u30eb\u30fc\u30d7A", - "Group B": "\u30b0\u30eb\u30fc\u30d7B", - "Group Configuration ID": "\u30b0\u30eb\u30fc\u30d7\u8a2d\u5b9aID", - "Group Configuration Name": "\u30b0\u30eb\u30fc\u30d7\u8a2d\u5b9a\u540d", - "Group Configuration information": "\u30b0\u30eb\u30fc\u30d7\u8a2d\u5b9a\u60c5\u5831", - "Group Configuration name is required.": "\u30b0\u30eb\u30fc\u30d7\u8a2d\u5b9a\u540d\u306f\u5fc5\u9808\u3067\u3059\u3002", - "Group information": "\u30b0\u30eb\u30fc\u30d7\u60c5\u5831", - "Group name is required": "\u30b0\u30eb\u30fc\u30d7\u540d\u306f\u5fc5\u9808\u3067\u3059", - "Groups": "\u30b0\u30eb\u30fc\u30d7", - "Heading": "\u898b\u51fa\u3057", - "Heading (Ctrl+H)": "\u898b\u51fa\u3057 (Ctrl+H)", - "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "\u4ed6\u306e\u53d7\u8b1b\u8005\u304c\u3042\u306a\u305f\u306e\u30c1\u30fc\u30e0\u306b\u53c2\u52a0\u3059\u308b\u3088\u3046\u3001\u30c1\u30fc\u30e0\u306e\u7279\u5fb4\u3092\u660e\u8a18\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u305f\u3060\u3057\u3001\u7279\u5b9a\u306e\u4eba\u306b\u9650\u3063\u3066\u3057\u307e\u3046\u3068\u8208\u5473\u3092\u306a\u304f\u3057\u3066\u3057\u307e\u3046\u4eba\u304c\u3044\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u306e\u3067\u3001\u3054\u6ce8\u610f\u304f\u3060\u3055\u3044\u3002", - "Hide": "\u975e\u8868\u793a", - "Hide Deprecated Settings": "\u975e\u63a8\u5968\u306e\u8a2d\u5b9a\u3092\u975e\u8868\u793a", - "Hide Discussion": "\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u3092\u975e\u8868\u793a", - "Hide content after course end date": "\u8b1b\u5ea7\u7d42\u4e86\u65e5\u4ee5\u964d\u306f\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u975e\u8868\u793a", - "Hide content after due date": "\u7de0\u5207\u65e5\u4ee5\u964d\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u975e\u8868\u793a", - "Hide entire subsection": "\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u5168\u4f53\u3092\u975e\u8868\u793a", - "Hide from learners": "\u53d7\u8b1b\u8005\u306b\u975e\u8868\u793a", - "Hide notes": "\u30ce\u30fc\u30c8\u3092\u975e\u8868\u793a", - "Highlighted text": "\u30cf\u30a4\u30e9\u30a4\u30c8\u3055\u308c\u305f\u30c6\u30ad\u30b9\u30c8", - "Horizontal Rule (Ctrl+R)": "\u7f6b\u7dda (Ctrl+R)", - "How to create useful text alternatives.": "\u5f79\u7acb\u3064\u6587\u7ae0\u306e\u66f8\u304d\u65b9\u3002", - "How to use %(platform_name)s discussions": "%(platform_name)s \u306e\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u306e\u4f7f\u3044\u65b9", - "Hyperlink (Ctrl+L)": "\u30cf\u30a4\u30d1\u30fc\u30ea\u30f3\u30af (Ctrl+L)", - "ID": "ID", - "ID-Verification is not required for this Professional Education course.": "\u3053\u306e\u5c02\u9580\u5bb6\u6559\u80b2\u8b1b\u5ea7\u3067\u306f\u3001ID\u8a8d\u8a3c\u306f\u5fc5\u8981\u3042\u308a\u307e\u305b\u3093\u3002", - "Identity Verification In Progress": "\u672c\u4eba\u8a8d\u8a3c\u624b\u7d9a\u4e2d", - "If the course does not have an end date, learners always see their scores when they submit answers to assessments.": "\u8b1b\u5ea7\u7d42\u4e86\u65e5\u304c\u306a\u3044\u5834\u5408\u3001\u53d7\u8b1b\u8005\u306f\u89e3\u7b54\u3092\u63d0\u51fa\u3059\u308b\u3068\u5e38\u306b\u70b9\u6570\u3092\u898b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", - "If the subsection does not have a due date, learners always see their scores when they submit answers to assessments.": "\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u306e\u7de0\u5207\u65e5\u304c\u306a\u3044\u5834\u5408\u3001\u53d7\u8b1b\u8005\u306f\u89e3\u7b54\u3092\u63d0\u51fa\u3059\u308b\u3068\u70b9\u6570\u3092\u898b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", - "If the unit was previously published and released to learners, any changes you made to the unit when it was hidden will now be visible to learners.": "\u30e6\u30cb\u30c3\u30c8\u304c\u4ee5\u524d\u53d7\u8b1b\u8005\u306b\u516c\u958b\u3055\u308c\u3066\u3044\u305f\u5834\u5408\u3001\u975e\u516c\u958b\u4e2d\u306e\u5909\u66f4\u3082\u5f8c\u307b\u3069\u53d7\u8b1b\u8005\u306b\u8868\u793a\u3055\u308c\u307e\u3059\u3002", - "If you do not yet have an account, use the button below to register.": "\u307e\u3060\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u767b\u9332\u3057\u3066\u3044\u306a\u3044\u306e\u3067\u3042\u308c\u3070\u3001\u4e0b\u306e\u30dc\u30bf\u30f3\u3092\u4f7f\u3063\u3066\u767b\u9332\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "\u3044\u307e\u3059\u3050\u672c\u4eba\u8a8d\u8a3c\u3092\u884c\u308f\u306a\u304f\u3066\u3082\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u3067\u8b1b\u5ea7\u3092\u63a2\u3059\u3053\u3068\u306f\u3067\u304d\u307e\u3059\u3002\u5b9a\u671f\u7684\u306b%(platformName)s\u304b\u3089\u672c\u4eba\u8a8d\u8a3c\u3092\u884c\u3046\u3088\u3046\u306b\u901a\u77e5\u304c\u3042\u308a\u307e\u3059\u3002", - "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from {platformName} to verify your identity.": "\u3059\u3050\u306b\u672c\u4eba\u8a8d\u8a3c\u3092\u884c\u308f\u306a\u3044\u5834\u5408\u3067\u3082\u3001\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u3067\u8b1b\u5ea7\u3092\u63a2\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u5b9a\u671f\u7684\u306b{platformName}\u304b\u3089\u672c\u4eba\u8a8d\u8a3c\u3092\u884c\u3046\u3088\u3046\u901a\u77e5\u304c\u3042\u308a\u307e\u3059\u3002", - "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "\u8fd4\u4fe1\u3092\u4fdd\u5b58\u307e\u305f\u306f\u63d0\u51fa\u305b\u305a\u306b\u5225\u306e\u30da\u30fc\u30b8\u3078\u79fb\u52d5\u3059\u308b\u5834\u5408\u3001\u8a18\u8ff0\u3057\u305f\u5185\u5bb9\u304c\u5931\u308f\u308c\u307e\u3059\u3002", - "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "\u30d4\u30a2\u30fb\u30a2\u30bb\u30b9\u30e1\u30f3\u30c8\u3092\u63d0\u51fa\u305b\u305a\u306b\u5225\u306e\u30da\u30fc\u30b8\u3078\u79fb\u52d5\u3059\u308b\u5834\u5408\u3001\u8a18\u8ff0\u3057\u305f\u5185\u5bb9\u304c\u5931\u308f\u308c\u307e\u3059\u3002", - "If you leave this page without submitting your self assessment, you will lose any work you have done.": "\u30bb\u30eb\u30d5\u30fb\u30a2\u30bb\u30b9\u30e1\u30f3\u30c8\u3092\u63d0\u51fa\u305b\u305a\u306b\u5225\u306e\u30da\u30fc\u30b8\u3078\u79fb\u52d5\u3059\u308b\u3068\u3001\u8a18\u8ff0\u3057\u305f\u5185\u5bb9\u304c\u5931\u308f\u308c\u307e\u3059\u3002", - "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "\u30b9\u30bf\u30c3\u30d5\u30fb\u30a2\u30bb\u30b9\u30e1\u30f3\u30c8\u3092\u63d0\u51fa\u305b\u305a\u306b\u5225\u306e\u30da\u30fc\u30b8\u3078\u79fb\u52d5\u3059\u308b\u3068\u3001\u8a18\u8ff0\u3057\u305f\u5185\u5bb9\u304c\u5931\u308f\u308c\u307e\u3059\u3002", - "If you leave, you can no longer post in this team's discussions. Your place will be available to another learner.": "\u3082\u3057\u8f9e\u3081\u308b\u3068\u3001\u3053\u306e\u30c1\u30fc\u30e0\u306e\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u306b\u6295\u7a3f\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u306a\u304f\u306a\u308a\u307e\u3059\u3002\u4f7f\u7528\u3057\u3066\u3044\u305f\u74b0\u5883\u306f\u4ed6\u306e\u53d7\u8b1b\u8005\u304c\u5229\u7528\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059\u3002", - "If you make significant changes, make sure you notify members of the team before making these changes.": "\u5927\u5e45\u306a\u5909\u66f4\u3092\u884c\u3046\u5834\u5408\u306f\u3001\u5909\u66f4\u3092\u884c\u3046\u524d\u306b\u30c1\u30fc\u30e0\u30e1\u30f3\u30d0\u30fc\u306b\u5fc5\u305a\u77e5\u3089\u305b\u3066\u304f\u3060\u3055\u3044\u3002", - "If you make this %(xblockType)s visible to learners, learners will be able to see its content after the release date has passed and you have published the unit. Only units that are explicitly hidden from learners will remain hidden after you clear this option for the %(xblockType)s.": " %(xblockType)s \u3092\u53d7\u8b1b\u8005\u306b\u516c\u958b\u3059\u308b\u5834\u5408\u3001\u516c\u958b\u65e5\u4ee5\u964d\u30e6\u30cb\u30c3\u30c8\u3092\u516c\u958b\u3057\u305f\u6642\u70b9\u3067\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u898b\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059\u3002%(xblockType)s\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u53d6\u6d88\u306b\u3059\u308b\u3068\u3001\u660e\u793a\u7684\u306b\u975e\u8868\u793a\u306b\u3057\u3066\u3044\u308b\u30e6\u30cb\u30c3\u30c8\u306e\u307f\u975e\u8868\u793a\u306b\u306a\u308a\u307e\u3059\u3002", - "If you select an option other than \"%(hide_label)s\", published units in this subsection become available to learners unless they are explicitly hidden.": "\"%(hide_label)s\"\u4ee5\u5916\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u9078\u629e\u3059\u308b\u3068\u3001\u660e\u793a\u7684\u306b\u975e\u8868\u793a\u306b\u3055\u308c\u3066\u3044\u306a\u3044\u9650\u308a\u3001\u3053\u306e\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u3067\u516c\u958b\u3055\u308c\u3066\u3044\u308b\u30e6\u30cb\u30c3\u30c8\u3092\u898b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", - "Image": "\u753b\u50cf", - "Image (Ctrl+G)": "\u753b\u50cf (Ctrl+G)", - "Image Description": "\u753b\u50cf\u8a73\u7d30", - "Image Upload Error": "\u753b\u50cf\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u30a8\u30e9\u30fc", - "Image must be in PNG format": "\u753b\u50cf\u306fPNG\u5f62\u5f0f\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093\u3002", - "Image must be in PNG format.": "\u753b\u50cf\u306fPNG\u5f62\u5f0f\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Image upload failed": "\u753b\u50cf\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u5931\u6557", - "Image upload failed. ": "\u753b\u50cf\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u5931\u6557\u3002", - "Import YouTube Transcript": "YouTube\u306e\u5b57\u5e55\u3092\u30a4\u30f3\u30dd\u30fc\u30c8", - "In Progress": "\u9032\u884c\u4e2d", - "In the {linkStart}Course Outline{linkEnd}, use this group to control access to a component.": "{linkStart}\u8b1b\u5ea7\u30a2\u30a6\u30c8\u30e9\u30a4\u30f3{linkEnd}\u3067\u306f\u3001\u3053\u306e\u30b0\u30eb\u30fc\u30d7\u3092\u4f7f\u7528\u3057\u3066\u3001\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u7ba1\u7406\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Individual Exceptions": "\u500b\u3005\u306e\u4f8b\u5916", - "Insert Hyperlink": "\u30ea\u30f3\u30af\u3092\u633f\u5165", - "Insert Image (upload file or type URL)": "\u753b\u50cf\u633f\u5165 (\u30d5\u30a1\u30a4\u30eb\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u307e\u305f\u306fURL\u5165\u529b)", - "Instructor Biography": "\u8b1b\u5e2b\u306e\u7d4c\u6b74", - "Instructor Name": "\u8b1b\u5e2b\u540d", - "Instructor Photo": "\u8b1b\u5e2b\u306e\u5199\u771f", - "Instructor Photo URL": "\u8b1b\u5e2b\u306e\u5199\u771fURL", - "Instructor Title": "\u8b1b\u5e2b\u306e\u5f79\u8077", - "Instructor tools": "\u8b1b\u5e2b\u7528\u30c4\u30fc\u30eb", - "Internal Server Error.": "\u5185\u90e8\u30b5\u30fc\u30d0\u30fc\u30a8\u30e9\u30fc\u3002", - "Introduction to Cookie Baking": "\u30af\u30c3\u30ad\u30fc\u306e\u713c\u304d\u65b9\u5165\u9580", - "Invalid email address: {email}": "\u7121\u52b9\u306a\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\uff1a{email}", - "Invalidate Certificate": "\u4fee\u4e86\u8a3c\u7121\u52b9\u5316", - "Invalidated": "\u7121\u52b9\u5316", - "Invalidated By": "\u7121\u52b9\u5316", - "Is Visible To:": "\u6b21\u306e\u4eba\u304c\u95b2\u89a7\u53ef\u80fd\uff1a", - "Is this OK?": "\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f", - "Is your name on your ID readable?": "\u8eab\u5206\u8a3c\u660e\u66f8\u306e\u6c0f\u540d\u306f\u8aad\u3081\u307e\u3059\u304b\uff1f", - "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "\u7f72\u540d\u306f4\u3064\u4ee5\u4e0b\u306b\u3055\u308c\u308b\u3053\u3068\u3092\u304a\u30b9\u30b9\u30e1\u3057\u307e\u3059\u3002\u7f72\u540d\u3092\u8ffd\u52a0\u3059\u308b\u5834\u5408\u306f\u3001\u4fee\u4e86\u8a3c\u3092\u30d7\u30ec\u30d3\u30e5\u30fc\u3057\u3066\u3001\u6b63\u3057\u304f1\u679a\u306b\u53ce\u307e\u3063\u3066\u3044\u308b\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Italic (Ctrl+I)": "\u659c\u4f53 (Ctrl+I)", - "January": "1\u6708", - "Join Team": "\u30c1\u30fc\u30e0\u306b\u53c2\u52a0", - "Joined": "\u53c2\u52a0\u6e08", - "Joined %(date)s": "%(date)s \u306b\u53c2\u52a0\u6e08", - "Joined Date": "\u53c2\u52a0\u65e5", - "July": "7\u6708", - "June": "6\u6708", - "KB": "KB", - "Key should only contain letters, numbers, _, or -": "\u30ad\u30fc\u306b\u306f\u82f1\u6570\u5b57\u3001_ \u307e\u305f\u306f - \u306e\u307f\u5229\u7528\u3067\u304d\u307e\u3059", - "LEARN MORE": "\u8a73\u3057\u304f\u77e5\u308b", - "Language": "\u8a00\u8a9e", - "Large": "\u5927\u304d\u3044", - "Last Activity %(date)s": "\u6700\u8fd1\u306e\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3 %(date)s ", - "Last Edited:": "\u6700\u7d42\u7de8\u96c6\uff1a", - "Last Updated": "\u6700\u65b0\u66f4\u65b0", - "Last activity %(date)s": "\u6700\u8fd1\u306e\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3 %(date)s ", - "Last modified by": "\u6700\u7d42\u5909\u66f4\u8005", - "Last published %(last_published_date)s by %(publish_username)s": "%(publish_username)s \u306b\u3088\u308a%(last_published_date)s\u306b\u6700\u65b0\u516c\u958b", - "Last published {lastPublishedStart}{publishedOn}{lastPublishedEnd} by {publishedByStart}{publishedBy}{publishedByEnd}": "\u00a0{publishedByStart}{publishedBy}{publishedByEnd}\u306b\u3088\u308a{lastPublishedStart}{publishedOn}{lastPublishedEnd}\u306b\u6700\u65b0\u516c\u958b", - "Learn more about {license_name}": "{license_name}\u306b\u3064\u3044\u3066\u3082\u3063\u3068\u5b66\u3076", - "Learners are added to this cohort automatically.": "\u53d7\u8b1b\u8005\u306f\u81ea\u52d5\u7684\u306b\u3053\u306e\u30b3\u30db\u30fc\u30c8\u306b\u8ffd\u52a0\u3055\u308c\u307e\u3059\u3002", - "Learners are added to this cohort only when you provide their email addresses or usernames on this page.": "\u3053\u306e\u30da\u30fc\u30b8\u3067\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u307e\u305f\u306f\u30e6\u30fc\u30b6\u30fc\u540d\u3092\u5165\u529b\u3057\u305f\u5834\u5408\u306e\u307f\u3001\u3053\u306e\u30b3\u30db\u30fc\u30c8\u306b\u53d7\u8b1b\u8005\u304c\u8ffd\u52a0\u3055\u308c\u307e\u3059\u3002", - "Learners do not see the subsection in the course outline. The subsection is not included in grade calculations.": "\u53d7\u8b1b\u8005\u306f\u8b1b\u5ea7\u30a2\u30a6\u30c8\u30e9\u30a4\u30f3\u5185\u306e\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u898b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u306f\u6210\u7e3e\u306e\u8a08\u7b97\u306b\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3002", - "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the course end date has passed.": "\u53d7\u8b1b\u8005\u306f\u3001\u8b1b\u5ea7\u7d42\u4e86\u65e5\u304c\u904e\u304e\u308b\u307e\u3067\u3001\u81ea\u5206\u306e\u89e3\u7b54\u304c\u6b63\u89e3\u304b\u4e0d\u6b63\u89e3\u304b\u5206\u304b\u3089\u305a\u3001\u63a1\u70b9\u7d50\u679c\u3082\u53d7\u3051\u53d6\u308c\u307e\u305b\u3093\u3002", - "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the due date for the subsection has passed.": "\u53d7\u8b1b\u8005\u306f\u3001\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u306e\u7de0\u5207\u65e5\u304c\u904e\u304e\u308b\u307e\u3067\u3001\u81ea\u5206\u306e\u89e3\u7b54\u304c\u6b63\u89e3\u304b\u4e0d\u6b63\u89e3\u304b\u5206\u304b\u3089\u305a\u3001\u63a1\u70b9\u7d50\u679c\u3082\u53d7\u3051\u53d6\u308c\u307e\u305b\u3093\u3002", - "Learners never see whether their answers to assessments are correct or incorrect, nor the score received.": "\u53d7\u8b1b\u8005\u306f\u3001\u81ea\u5206\u306e\u89e3\u7b54\u304c\u6b63\u89e3\u304b\u4e0d\u6b63\u89e3\u304b\u5206\u304b\u3089\u305a\u3001\u63a1\u70b9\u7d50\u679c\u3082\u53d7\u3051\u53d6\u308c\u307e\u305b\u3093\u3002", - "Learners see the published subsection and can access its content.": "\u53d7\u8b1b\u8005\u306f\u516c\u958b\u3055\u308c\u305f\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u898b\u3066\u3001\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", - "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "\u8a8d\u8a3c\u306e\u5fc5\u8981\u306a\u53d7\u8b1b\u8005\u304c\u3053\u306e\u30e6\u30cb\u30c3\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u898b\u308b\u305f\u3081\u306b\u306f\u3001\u9078\u629e\u3055\u308c\u305f\u30c1\u30a7\u30c3\u30af\u30dd\u30a4\u30f3\u30c8\u306b\u5408\u683c\u3057\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093\u3002\u8a8d\u8a3c\u306e\u5fc5\u8981\u304c\u306a\u3044\u53d7\u8b1b\u8005\u306f\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u3053\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u898b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", - "Learning Outcome": "\u53d7\u8b1b\u6210\u679c", - "Leave Team": "\u30c1\u30fc\u30e0\u3092\u8f9e\u3081\u308b", - "Leave this team?": "\u3053\u306e\u30c1\u30fc\u30e0\u3092\u8f9e\u3081\u307e\u3059\u304b\uff1f", - "Legal name": "\u6b63\u5f0f\u540d", - "Less": "\u5c11\u306a\u3044", - "Library User": "\u30e9\u30a4\u30d6\u30e9\u30ea\u30e6\u30fc\u30b6\u30fc", - "License Display": "\u30e9\u30a4\u30bb\u30f3\u30b9\u8868\u793a", - "License Type": "\u30e9\u30a4\u30bb\u30f3\u30b9\u306e\u30bf\u30a4\u30d7", - "Limit Access": "\u9650\u5b9a\u30a2\u30af\u30bb\u30b9", - "Limited Profile": "\u9650\u5b9a\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb", - "Link Description": "\u30ea\u30f3\u30af\u8a73\u7d30", - "Link Your Account": "\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u30ea\u30f3\u30af", - "Link your {accountName} account": " {accountName}\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u30ea\u30f3\u30af", - "Link your {accountName} account to your {platformName} account and use {accountName} to sign in to {platformName}.": "{platformName}\u30a2\u30ab\u30a6\u30f3\u30c8\u306b{accountName}\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u30ea\u30f3\u30af\u3057\u3001{platformName}\u306b\u30b5\u30a4\u30f3\u30a4\u30f3\u3059\u308b\u305f\u3081\u306b{accountName}\u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Linked Accounts": "\u30ea\u30f3\u30af\u3055\u308c\u3066\u3044\u308b\u30a2\u30ab\u30a6\u30f3\u30c8", - "Linking": "\u30ea\u30f3\u30af\u4e2d", - "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "\u30ea\u30f3\u30af\u306f\u968f\u6642\u751f\u6210\u3055\u308c\u307e\u3059\u304c\u3001\u53d7\u8b1b\u8005\u306e\u500b\u4eba\u60c5\u5831\u306b\u95a2\u308f\u308b\u305f\u30815\u5206\u4ee5\u5185\u3067\u7121\u52b9\u306b\u306a\u308a\u307e\u3059\u3002 ", - "List item": "\u30ea\u30b9\u30c8\u9805\u76ee", - "List of Open Assessments is unavailable": "\u30aa\u30fc\u30d7\u30f3\u30fb\u30a2\u30bb\u30b9\u30e1\u30f3\u30c8\u306e\u30ea\u30b9\u30c8\u306f\u3042\u308a\u307e\u305b\u3093", - "List of uploaded files and assets in this course": "\u3053\u306e\u8b1b\u5ea7\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u6e08\u30d5\u30a1\u30a4\u30eb\u304a\u3088\u3073\u30a2\u30bb\u30c3\u30c8\u306e\u4e00\u89a7", - "Live view of webcam": "\u30a6\u30a7\u30d6\u30ab\u30e1\u30e9\u306e\u30e9\u30a4\u30d6\u30d3\u30e5\u30fc", - "Load Another File": "\u4ed6\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u8aad\u307f\u8fbc\u307f", - "Load all responses": "\u3059\u3079\u3066\u306e\u8fd4\u4fe1\u3092\u8aad\u8fbc", - "Load next {numResponses} responses": "\u6b21\u306e {numResponses} \u4ef6\u306e\u8fd4\u4fe1\u3092\u8aad\u8fbc", + ], + "Course Credit Requirements": "\u8b1b\u5ea7\u5358\u4f4d\u8a8d\u5b9a\u6761\u4ef6", + "Course End": "\u8b1b\u5ea7\u7d42\u4e86", + "Course Handouts": "\u8b1b\u5ea7\u30cf\u30f3\u30c9\u30a2\u30a6\u30c8", + "Course ID": "\u8b1b\u5ea7ID", + "Course Index": "\u30b3\u30fc\u30b9\u898b\u51fa\u3057", + "Course Key": "\u8b1b\u5ea7\u30ad\u30fc", + "Course Number": "\u8b1b\u5ea7\u756a\u53f7", + "Course Number Override": "\u8b1b\u5ea7\u756a\u53f7\u30aa\u30fc\u30d0\u30fc\u30e9\u30a4\u30c9", + "Course Outline": "\u8b1b\u5ea7\u30a2\u30a6\u30c8\u30e9\u30a4\u30f3", + "Course Start": "\u8b1b\u5ea7\u958b\u59cb", + "Course Title": "\u8b1b\u5ea7\u540d", + "Course Title Override": "\u8b1b\u5ea7\u540d\u30aa\u30fc\u30d0\u30fc\u30e9\u30a4\u30c9", + "Course is not yet visible to students.": "\u8b1b\u5ea7\u306f\u307e\u3060\u53d7\u8b1b\u8005\u306b\u8868\u793a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002", + "Course pacing cannot be changed once a course has started.": "\u8b1b\u5ea7\u306e\u30bf\u30a4\u30d7\u306f\u4e00\u65e6\u958b\u8b1b\u3059\u308b\u3068\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002", + "Course title": "\u8b1b\u5ea7\u540d", + "Course-Wide Discussion Topics": "\u8b1b\u5ea7\u5168\u822c\u306e\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u30c8\u30d4\u30c3\u30af", + "Create": "\u4f5c\u6210", + "Create Account": "\u30a2\u30ab\u30a6\u30f3\u30c8\u4f5c\u6210", + "Create Re-run": "Re-run\u3092\u4f5c\u6210", + "Create a New Team": "\u65b0\u898f\u30c1\u30fc\u30e0\u3092\u4f5c\u6210", + "Create a content group": "\u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7\u3092\u4f5c\u6210", + "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "\u53c2\u52a0\u3057\u305f\u3044\u30c1\u30fc\u30e0\u304c\u898b\u3064\u304b\u3089\u306a\u3044\u5834\u5408\u3084\u53cb\u9054\u3068\u4e00\u7dd2\u306b\u53d7\u8b1b\u3092\u3057\u305f\u3044\u5834\u5408\u306f\u3001\u65b0\u898f\u30c1\u30fc\u30e0\u3092\u4f5c\u6210\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Create account using %(providerName)s.": "%(providerName)s\u3092\u4f7f\u3063\u3066\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u4f5c\u6210\u3002", + "Create an Account.": "\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u4f5c\u6210\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Create an account using": "\u6b21\u3092\u4f7f\u7528\u3057\u3066\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u4f5c\u6210", + "Create team.": "\u30c1\u30fc\u30e0\u3092\u4f5c\u6210\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Creating missing groups": "\u8db3\u308a\u306a\u3044\u30b0\u30eb\u30fc\u30d7\u3092\u4f5c\u6210\u4e2d", + "Creative Commons licensed content, with terms as follow:": "\u30af\u30ea\u30a8\u30a3\u30c6\u30a3\u30d6\u30fb\u30b3\u30e2\u30f3\u30ba\u8a31\u8afe\u30b3\u30f3\u30c6\u30f3\u30c4\u3002\u305d\u306e\u898f\u7d04\u306f\u4ee5\u4e0b\u306e\u901a\u308a\uff1a", + "Criterion Added": "\u8a55\u4fa1\u57fa\u6e96\u8ffd\u52a0\u6e08", + "Criterion Deleted": "\u8a55\u4fa1\u57fa\u6e96\u524a\u9664\u6e08", + "Crossed out items have been refunded.": "\u7dda\u304c\u5f15\u3044\u3066\u3042\u308b\u30a2\u30a4\u30c6\u30e0\u306f\u8fd4\u91d1\u3055\u308c\u307e\u3057\u305f\u3002", + "Current Role:": "\u73fe\u5728\u306e\u30ed\u30fc\u30eb:", + "Current conversation": "\u73fe\u5728\u306e\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3", + "Current enrollment mode:": "\u73fe\u5728\u306e\u53d7\u8b1b\u767b\u9332\u30e2\u30fc\u30c9:", + "Current location": "\u73fe\u5728\u306e\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3", + "Current tab": "\u73fe\u5728\u306e\u30bf\u30d6", + "Currently selected": "\u73fe\u5728\u9078\u629e\u4e2d", + "Date": "\u65e5\u4ed8", + "Date Added": "\u8ffd\u52a0\u65e5", + "Date Placed": "\u6ce8\u6587\u65e5", + "Deactivate": "\u7121\u52b9\u5316", + "December": "12\u6708", + "Default (Local Time Zone)": "\u65e2\u5b9a\u5024 (\u5730\u57df\u5225\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)", + "Default Timed Transcript": "\u65e2\u5b9a\u306e\u6642\u9593\u4ed8\u304d\u306e\u5b57\u5e55", + "Delete": "\u524a\u9664", + "Delete \"<%= signatoryName %>\" from the list of signatories?": "\u7f72\u540d\u4e00\u89a7\u304b\u3089 \"<%= signatoryName %>\" \u3092\u524a\u9664\u3057\u307e\u3059\u304b\uff1f", + "Delete File Confirmation": "\u30d5\u30a1\u30a4\u30eb\u524a\u9664\u78ba\u8a8d", + "Delete Team": "\u30c1\u30fc\u30e0\u3092\u524a\u9664", + "Delete student '<%- student_id %>'s state on problem '<%- problem_id %>'?": "\u53d7\u8b1b\u8005 '<%- student_id %>' \u306e\u554f\u984c '<%- problem_id %>' \u306e\u56de\u7b54\u3092\u524a\u9664\u3057\u3066\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f", + "Delete the user, {username}": "{username} \u3092\u524a\u9664", + "Delete this %(item_display_name)s?": "\u3053\u306e%(item_display_name)s\u3092\u524a\u9664\u3057\u307e\u3059\u304b\uff1f", + "Delete this asset": "\u3053\u306e\u30a2\u30bb\u30c3\u30c8\u3092\u524a\u9664", + "Delete this team?": "\u3053\u306e\u30c1\u30fc\u30e0\u3092\u524a\u9664\u3057\u307e\u3059\u304b\uff1f", + "Deleted Content Group": "\u524a\u9664\u3055\u308c\u305f\u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7", + "Deleted Group": "\u524a\u9664\u6e08\u30b0\u30eb\u30fc\u30d7", + "Deleting this %(item_display_name)s is permanent and cannot be undone.": "\u3053\u306e%(item_display_name)s\u306e\u524a\u9664\u306f\u6052\u4e45\u7684\u3067\u3001\u5143\u306b\u623b\u305b\u307e\u305b\u3093\u3002", + "Deprecated": "\u975e\u63a8\u5968", + "Describe ": "\u8a18\u8ff0\u3059\u308b", + "Description": "\u8aac\u660e", + "Description of the certificate": "\u4fee\u4e86\u8a3c\u306e\u8aac\u660e", + "Discard Changes": "\u5909\u66f4\u3092\u7834\u68c4", + "Discussion Home": "\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u30fb\u30db\u30fc\u30e0", + "Discussion topics in the course are not divided.": "\u3053\u306e\u8b1b\u5ea7\u306e\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u30fb\u30c8\u30d4\u30c3\u30af\u306f\u5206\u5272\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002", + "Discussions are unified; all learners interact with posts from other learners, regardless of the group they are in.": "\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u306f\u7d71\u5408\u3055\u308c\u3066\u3044\u307e\u3059; \u53c2\u52a0\u30b0\u30eb\u30fc\u30d7\u306b\u95a2\u4fc2\u306a\u304f\u3001\u5168\u53d7\u8b1b\u8005\u306f\u6295\u7a3f\u306b\u3088\u3063\u3066\u4ed6\u306e\u53d7\u8b1b\u8005\u3068\u4ea4\u6d41\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", + "Display Name": "\u8868\u793a\u540d", + "Divide the selected content-specific discussion topics": "\u9078\u629e\u3055\u308c\u305f\u30b3\u30f3\u30c6\u30f3\u30c4\u91cd\u8996\u306e\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u30c8\u30d4\u30c3\u30af\u3092\u5206\u5272\u3059\u308b", + "Divided": "\u5206\u5272\u6e08", + "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "\u53d7\u8b1b\u8005('{student_id}')\u304c\u5165\u5b66\u8a66\u9a13\u3092\u30b9\u30ad\u30c3\u30d7\u3059\u308b\u3053\u3068\u3092\u8a31\u53ef\u3057\u307e\u3059\u304b\uff1f", + "Do you want to replace the edX transcript with the YouTube transcript?": "edX\u5b57\u5e55\u3092YouTube\u5b57\u5e55\u3067\u7f6e\u304d\u63db\u3048\u307e\u3059\u304b\uff1f", + "Do you want to upload your file before submitting?": "\u63d0\u51fa\u524d\u306b\u30d5\u30a1\u30a4\u30eb\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u307e\u3059\u304b\uff1f", + "Does the name on your ID match your account name: %(fullName)s?": "\u8eab\u5206\u8a3c\u660e\u66f8\u4e0a\u306e\u6c0f\u540d\u306f\u3042\u306a\u305f\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u306e\u6c0f\u540d\u3068\u4e00\u81f4\u3057\u307e\u3059\u304b\uff1f: %(fullName)s", + "Does the photo of you match your ID photo?": "\u8eab\u5206\u8a3c\u660e\u66f8\u306e\u5199\u771f\u3068\u3042\u306a\u305f\u306e\u5199\u771f\u306f\u4e00\u81f4\u3057\u307e\u3059\u304b\uff1f", + "Does the photo of you show your whole face?": "\u5199\u771f\u306b\u3042\u306a\u305f\u306e\u9854\u5168\u4f53\u304c\u5199\u3063\u3066\u3044\u307e\u3059\u304b\uff1f", + "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "\u5199\u771f\u304c\u898b\u3048\u306a\u3044\u3067\u3059\u304b\uff1f\u5fc5\u8981\u306b\u5fdc\u3058\u3066\u3001\u30d6\u30e9\u30a6\u30b6\u304c\u30ab\u30e1\u30e9\u3092\u4f7f\u3048\u308b\u72b6\u614b\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Donate": "\u5bc4\u4ed8", + "Double-check that your webcam is connected and working to continue.": "Web\u30ab\u30e1\u30e9\u304c\u63a5\u7d9a\u3055\u308c\u3001\u4f5c\u52d5\u3057\u3066\u3044\u308b\u3053\u3068\u3092\u518d\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Download": "\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9", + "Download Transcript for Editing": "\u7de8\u96c6\u7528\u306b\u5b57\u5e55\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9", + "Download URL": "\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9URL", + "Download available encodings (.csv)": "\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u53ef\u80fd\u306a\u30a8\u30f3\u30b3\u30fc\u30c9(.csv)", + "Download the user's certificate": "\u30e6\u30fc\u30b6\u30fc\u306e\u4fee\u4e86\u8a3c\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9", + "Draft (Never published)": "\u30c9\u30e9\u30d5\u30c8(\u672a\u516c\u958b)", + "Draft (Unpublished changes)": "\u30c9\u30e9\u30d5\u30c8(\u672a\u516c\u958b\u306e\u5909\u66f4)", + "Draft saved on {lastSavedStart}{editedOn}{lastSavedEnd} by {editedByStart}{editedBy}{editedByEnd}": "{editedByStart}{editedBy}{editedByEnd}\u306b\u3088\u308a{lastSavedStart}{editedOn}{lastSavedEnd}\u306b\u4fdd\u5b58\u3055\u308c\u305f\u30c9\u30e9\u30d5\u30c8", + "Drag and drop or {spanStart}browse your computer{spanEnd}.": "\u30c9\u30e9\u30c3\u30b0\uff06\u30c9\u30ed\u30c3\u30d7\u3059\u308b\u304b\u3001{spanStart}\u3042\u306a\u305f\u306e\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u3092\u898b\u3066\u304f\u3060\u3055\u3044{spanEnd}\u3002", + "Drag to reorder": "\u30c9\u30e9\u30c3\u30b0\u3057\u3066\u4e26\u3073\u66ff\u3048", + "Drop target image": "\u76ee\u7684\u306e\u753b\u50cf\u3092\u30c9\u30ed\u30c3\u30d7", + "Due Date": "\u7de0\u5207", + "Due Date:": "\u7de0\u5207\u65e5: ", + "Due Time in UTC:": "\u7de0\u5207\u6642\u9593\uff08UTC\uff09: ", + "Due date cannot be before start date.": "\u7de0\u5207\u306f\u3001\u958b\u59cb\u65e5\u4ee5\u524d\u306b\u306f\u3067\u304d\u307e\u305b\u3093\u3002", + "Due:": "\u7de0\u5207: ", + "Duplicate": "\u8907\u88fd", + "Duration (sec)": "\u7d99\u7d9a\u6642\u9593 (\u79d2)", + "Earned %(created)s.": "%(created)s\u3092\u7372\u5f97\u6e08\u3002", + "Earned Certificates": "\u53d6\u5f97\u6e08\u307f\u4fee\u4e86\u8a3c", + "EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.": "Studio\u306b\u306f\u3053\u306e\u52d5\u753b\u7528\u306e\u6642\u9593\u4ed8\u304d\u5b57\u5e55\u304c\u3042\u308a\u307e\u305b\u3093\u304c\u3001YouTube\u306b\u306f\u5b57\u5e55\u304c\u3042\u308a\u307e\u3057\u305f\u3002YouTube\u306e\u5b57\u5e55\u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u3059\u308b\u304b\u3001\u72ec\u81ea\u306e.srt\u30d5\u30a1\u30a4\u30eb\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", + "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "EdX\u306b\u306f\u3053\u306e\u52d5\u753b\u7528\u306e\u6642\u9593\u4ed8\u304d\u5b57\u5e55\u304c\u3042\u308a\u307e\u305b\u3093\u3002.srt\u30d5\u30a1\u30a4\u30eb\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "EdX\u306b\u306f\u3053\u306e\u52d5\u753b\u306e\u6642\u9593\u4ed8\u304d\u5b57\u5e55\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u5b57\u5e55\u3092\u7de8\u96c6\u3057\u305f\u3044\u5834\u5408\u306f\u3001\u73fe\u5b58\u306e\u5b57\u5e55\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3001\u7de8\u96c6\u3001\u518d\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u5b57\u5e55\u3092\u5165\u308c\u63db\u3048\u305f\u3044\u5834\u5408\u3001\u65b0\u3057\u3044.srt\u5b57\u5e55\u30d5\u30a1\u30a4\u30eb\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "EdX\u306b\u306f\u3053\u306e\u52d5\u753b\u7528\u306e\u6642\u9593\u4ed8\u304d\u5b57\u5e55\u304c\u3042\u308a\u307e\u3059\u3002\u5b57\u5e55\u3092\u7f6e\u304d\u63db\u3048\u305f\u3044\u5834\u5408\u306f\u65b0\u3057\u3044.srt\u5b57\u5e55\u30d5\u30a1\u30a4\u30eb\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3053\u306e\u5b57\u5e55\u3092\u7de8\u96c6\u3057\u305f\u3044\u5834\u5408\u306f\u3001\u65e2\u5b58\u306e\u5b57\u5e55\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3001\u7de8\u96c6\u3001\u518d\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Edit %(display_name)s (required)": "\u7de8\u96c6 %(display_name)s (\u5fc5\u9808)", + "Edit Membership": "\u30e1\u30f3\u30d0\u30fc\u3092\u7de8\u96c6", + "Edit Team": "\u30c1\u30fc\u30e0\u3092\u7de8\u96c6", + "Edit Thumbnail": "\u30b5\u30e0\u30cd\u30a4\u30eb\u7de8\u96c6", + "Edit Your Name": "\u540d\u524d\u3092\u7de8\u96c6", + "Edit this certificate?": "\u4fee\u4e86\u8a3c\u3092\u7de8\u96c6\u3057\u307e\u3059\u304b\uff1f", + "Editable": "\u7de8\u96c6\u53ef\u80fd", + "Education Completed": "\u6700\u7d42\u5b66\u6b74", + "Email": "\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9", + "Email address": "\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9", + "Emails successfully sent. The following users are no longer enrolled in the course:": "\u30e1\u30fc\u30eb\u304c\u6b63\u5e38\u306b\u9001\u4fe1\u3055\u308c\u307e\u3057\u305f\u3002\u6b21\u306e\u30e6\u30fc\u30b6\u30fc\u306f\u8b1b\u5ea7\u306b\u53d7\u8b1b\u767b\u9332\u3055\u308c\u3066\u3044\u307e\u305b\u3093: ", + "Enable Cohorts": "\u30b3\u30db\u30fc\u30c8\u3092\u6709\u52b9\u306b\u3059\u308b", + "End My Exam": "\u8a66\u9a13\u3092\u7d42\u4e86\u3059\u308b", + "Engage with posts": "\u6295\u7a3f\u3067\u306e\u53c2\u52a0", + "Enroll Now": "\u3044\u307e\u3059\u3050\u767b\u9332\u3057\u3088\u3046", + "Enrolled": "\u53d7\u8b1b\u767b\u9332\u6e08", + "Enrolling you in the selected course": "\u9078\u629e\u3057\u305f\u8b1b\u5ea7\u306b\u53d7\u8b1b\u767b\u9332\u4e2d", + "Enrollment Date": "\u53d7\u8b1b\u767b\u9332\u65e5", + "Enrollment Mode": "\u53d7\u8b1b\u767b\u9332\u30e2\u30fc\u30c9", + "Enrollment Opens on": "\u53d7\u8b1b\u767b\u9332\u958b\u59cb\u65e5", + "Enrollment Tracks": "\u53d7\u8b1b\u767b\u9332\u30c8\u30e9\u30c3\u30af", + "Ensure that you can see your photo and read your name": "\u5199\u771f\u3068\u540d\u524d\u304c\u306f\u3063\u304d\u308a\u3068\u898b\u3048\u308b\u304b\u3069\u3046\u304b\u3054\u78ba\u8a8d\u304f\u3060\u3055\u3044\u3002", + "Enter Due Date and Time": "\u7de0\u5207\u65e5\u6642\u3092\u5165\u529b", + "Enter Start Date and Time": "\u958b\u59cb\u65e5\u6642\u3092\u5165\u529b", + "Enter a student's username or email address.": "\u53d7\u8b1b\u8005\u306e\u30e6\u30fc\u30b6\u30fc\u540d\u307e\u305f\u306f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Enter a username or email.": "\u30e6\u30fc\u30b6\u30fc\u540d\u307e\u305f\u306f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Enter email addresses and/or usernames, separated by new lines or commas, for the learners you want to add. *": "\u53d7\u8b1b\u8005\u3092\u8ffd\u52a0\u3059\u308b\u306b\u306f\u3001\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u304a\u3088\u3073/\u3082\u3057\u304f\u306f\u30e6\u30fc\u30b6\u30fc\u540d\u3092\u6539\u884c\u307e\u305f\u306f\u30ab\u30f3\u30de\u533a\u5207\u308a\u3067\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002*", + "Enter information to describe your team. You cannot change these details after you create the team.": "\u30c1\u30fc\u30e0\u3092\u8aac\u660e\u3059\u308b\u60c5\u5831\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u30c1\u30fc\u30e0\u4f5c\u6210\u5f8c\u306f\u3053\u306e\u8a73\u7d30\u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002", + "Enter team description.": "\u30c1\u30fc\u30e0\u306e\u8aac\u660e\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Enter team name.": "\u30c1\u30fc\u30e0\u540d\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Enter the enrollment code.": "\u53d7\u8b1b\u767b\u9332\u30b3\u30fc\u30c9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Enter the name of the cohort": "\u30b3\u30db\u30fc\u30c8\u540d\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044", + "Enter the page number you'd like to quickly navigate to.": "\u898b\u305f\u3044\u30da\u30fc\u30b8\u756a\u53f7\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Enter the username or email address of each learner that you want to add as an exception.": "\u4f8b\u5916\u3068\u3057\u3066\u8ffd\u52a0\u3057\u305f\u3044\u53d7\u8b1b\u8005\u306e\u30e6\u30fc\u30b6\u30fc\u540d\u307e\u305f\u306f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Enter username or email": "\u30e6\u30fc\u30b6\u30fc\u540d\u307e\u305f\u306f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u5165\u529b", + "Enter your ": "\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044", + "Entrance exam attempts is being reset for student '{student_id}'.": "\u53d7\u8b1b\u8005'{student_id}'\u306e\u5165\u5b66\u8a66\u9a13\u306e\u89e3\u7b54\u3092\u30ea\u30bb\u30c3\u30c8\u3057\u3066\u3044\u307e\u3059\u3002", + "Entrance exam state is being deleted for student '{student_id}'.": "\u53d7\u8b1b\u8005'{student_id}'\u306e\u5165\u5b66\u8a66\u9a13\u72b6\u6cc1\u3092\u524a\u9664\u3057\u3066\u3044\u307e\u3059\u3002", + "Error": "\u30a8\u30e9\u30fc", + "Error adding learners.": "\u53d7\u8b1b\u8005\u306e\u8ffd\u52a0\u30a8\u30e9\u30fc\u3002", + "Error adding user": "\u30e6\u30fc\u30b6\u30fc\u8ffd\u52a0\u30a8\u30e9\u30fc", + "Error adding/removing users as beta testers.": "\u30e6\u30fc\u30b6\u30fc\u306e\u03b2\u30c6\u30b9\u30bf\u30fc\u3078\u306e\u8ffd\u52a0/\u524a\u9664\u30a8\u30e9\u30fc\u3002", + "Error changing user's permissions.": "\u30e6\u30fc\u30b6\u30fc\u6a29\u9650\u5909\u66f4\u30a8\u30e9\u30fc\u3002", + "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "\u53d7\u8b1b\u8005'{student_id}'\u306e\u5165\u5b66\u8a66\u9a13\u72b6\u6cc1\u306e\u524a\u9664\u30a8\u30e9\u30fc\u3002\u53d7\u8b1b\u8005\u306e\u8b58\u5225\u5b50\u304c\u6b63\u3057\u3044\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Error deleting student '<%- student_id %>'s state on problem '<%- problem_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u53d7\u8b1b\u8005 '<%- student_id %>' \u306e\u554f\u984c '<%- problem_id %>' \u306e\u56de\u7b54\u306e\u524a\u9664\u30a8\u30e9\u30fc\u3002\u554f\u984c\u3068\u53d7\u8b1b\u8005\u306e\u8b58\u5225\u5b50\u304c\u6b63\u3057\u3044\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Error enrolling/unenrolling users.": "\u30e6\u30fc\u30b6\u30fc\u306e\u53d7\u8b1b\u767b\u9332/\u767b\u9332\u89e3\u9664\u30a8\u30e9\u30fc\u3002", + "Error generating ORA data report. Please try again.": "ORA \u30c7\u30fc\u30bf\u30ec\u30dd\u30fc\u30c8\u306e\u751f\u6210\u30a8\u30e9\u30fc\u3002\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Error generating grades. Please try again.": "\u6210\u7e3e\u306e\u751f\u6210\u30a8\u30e9\u30fc\u3002\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Error generating list of students who may enroll. Please try again.": "\u53d7\u8b1b\u767b\u9332\u898b\u8fbc\u307f\u306e\u5b66\u751f\u4e00\u89a7\u306e\u751f\u6210\u30a8\u30e9\u30fc\u3002\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Error generating problem grade report. Please try again.": "\u554f\u984c\u6210\u7e3e\u30ec\u30dd\u30fc\u30c8\u306e\u751f\u6210\u30a8\u30e9\u30fc\u3002\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Error generating proctored exam results. Please try again.": "\u76e3\u7763\u4ed8\u304d\u8a66\u9a13\u306e\u7d50\u679c\u751f\u6210\u306e\u30a8\u30e9\u30fc\u3002\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Error generating student profile information. Please try again.": "\u53d7\u8b1b\u8005\u306e\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u60c5\u5831\u306e\u751f\u6210\u30a8\u30e9\u30fc\u3002\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Error generating survey results. Please try again.": "\u30a2\u30f3\u30b1\u30fc\u30c8\u8abf\u67fb\u7d50\u679c\u306e\u751f\u6210\u30a8\u30e9\u30fc\u3002\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "\u53d7\u8b1b\u8005'{student_id}'\u306e\u5165\u5b66\u8a66\u9a13\u30bf\u30b9\u30af\u5c65\u6b74\u306e\u53d6\u5f97\u30a8\u30e9\u30fc\u3002\u53d7\u8b1b\u8005\u306e\u8b58\u5225\u5b50\u304c\u6b63\u3057\u3044\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Error getting issued certificates list.": "\u767a\u884c\u6e08\u307f\u4fee\u4e86\u8a3c\u4e00\u89a7\u306e\u53d6\u5f97\u30a8\u30e9\u30fc\u3002", + "Error getting student list.": "\u53d7\u8b1b\u8005\u4e00\u89a7\u306e\u53d6\u5f97\u30a8\u30e9\u30fc\u3002", + "Error getting student progress url for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "\u53d7\u8b1b\u8005 '<%- student_id %>' \u306e\u9032\u6357\u8868\u793aURL \u3092\u53d6\u5f97\u3059\u308b\u969b\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u53d7\u8b1b\u8005\u306e\u8b58\u5225\u5b50\u304c\u6b63\u3057\u304f\u5165\u529b\u3055\u308c\u3066\u3044\u308b\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Error getting task history for problem '<%- problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u53d7\u8b1b\u8005 '<%- student_id %>' \u3068\u554f\u984c '<%- problem_id %>' \u306e\u30bf\u30b9\u30af\u5c65\u6b74\u306e\u53d6\u5f97\u30a8\u30e9\u30fc\u3002\u554f\u984c\u3068\u53d7\u8b1b\u8005\u306e\u8b58\u5225\u5b50\u304c\u6b63\u3057\u3044\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Error getting the number of ungraded responses": "\u63a1\u70b9\u5bfe\u8c61\u5916\u306e\u8fd4\u4fe1\u6570\u306e\u53d6\u5f97\u30a8\u30e9\u30fc", + "Error listing task history for this student and problem.": "\u3053\u306e\u53d7\u8b1b\u8005\u3068\u554f\u984c\u306e\u30bf\u30b9\u30af\u5c65\u6b74\u306e\u30ea\u30b9\u30c8\u8868\u793a\u30a8\u30e9\u30fc\u3002", + "Error removing user": "\u30e6\u30fc\u30b6\u30fc\u524a\u9664\u30a8\u30e9\u30fc", + "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "\u53d7\u8b1b\u8005'{student_id}'\u306e\u5165\u5b66\u8a66\u9a13\u306e\u89e3\u7b54\u3092\u30ea\u30bb\u30c3\u30c8\u3059\u308b\u969b\u306e\u30a8\u30e9\u30fc\u3002\u53d7\u8b1b\u8005\u306e\u8b58\u5225\u5b50\u304c\u6b63\u3057\u3044\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Error resetting problem attempts for problem '<%= problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u53d7\u8b1b\u8005 '<%- student_id %>' \u306e\u554f\u984c' <%= problem_id %>' \u306e\u56de\u7b54\u30ea\u30bb\u30c3\u30c8\u306e\u969b\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u554f\u984c\u3068\u53d7\u8b1b\u8005\u306e\u8b58\u5225\u5b50\u304c\u6b63\u3057\u3044\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Error retrieving grading configuration.": "\u63a1\u70b9\u8a2d\u5b9a\u306e\u53d6\u5f97\u30a8\u30e9\u30fc\u3002", + "Error sending email.": "\u30e1\u30fc\u30eb\u306e\u9001\u4fe1\u30a8\u30e9\u30fc\u3002", + "Error starting a task to override score for problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the score and the problem and student identifiers are complete and correct.": "\u554f\u984c '<%- problem_id %>' \u304a\u3088\u3073\u53d7\u8b1b\u8005 '<%- student_id %>' \u306e\u70b9\u6570\u7121\u52b9\u5316\u306e\u4f5c\u696d\u958b\u59cb\u30a8\u30e9\u30fc\u3002 \u554f\u984c\u304a\u3088\u3073\u53d7\u8b1b\u8005\u306e\u8b58\u5225\u5b50\u304c\u6b63\u3057\u3044\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "\u53d7\u8b1b\u8005 '{student_id}' \u306e\u5165\u5b66\u8a66\u9a13\u306e\u518d\u63a1\u70b9\u4f5c\u696d\u3092\u958b\u59cb\u3059\u308b\u969b\u306e\u30a8\u30e9\u30fc\u3002\u5165\u5b66\u8a66\u9a13\u306b\u554f\u984c\u304c\u3042\u308b\u3053\u3068\u53ca\u3073\u53d7\u8b1b\u8005\u306e\u8b58\u5225\u5b50\u304c\u6b63\u3057\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Error starting a task to rescore problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the problem and student identifiers are complete and correct.": "\u554f\u984c '<%- problem_id %>' \u304a\u3088\u3073\u53d7\u8b1b\u8005 '<%- student_id %>' \u306e\u518d\u63a1\u70b9\u4f5c\u696d\u958b\u59cb\u30a8\u30e9\u30fc\u3002 \u554f\u984c\u304a\u3088\u3073\u53d7\u8b1b\u8005\u306e\u8b58\u5225\u5b50\u304c\u6b63\u3057\u3044\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Error starting a task to rescore problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u554f\u984c '<%- problem_id %>' \u306e\u518d\u63a1\u70b9\u4f5c\u696d\u958b\u59cb\u306e\u969b\u306e\u30a8\u30e9\u30fc\u3002\u554f\u984c\u306e\u8b58\u5225\u5b50\u304c\u6b63\u3057\u3044\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Error starting a task to reset attempts for all students on problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u554f\u984c '<%- problem_id %>' \u306e\u5168\u53d7\u8b1b\u8005\u306e\u89e3\u7b54\u30ea\u30bb\u30c3\u30c8\u4f5c\u696d\u3092\u958b\u59cb\u3059\u308b\u969b\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u554f\u984c\u306e\u8b58\u5225\u5b50\u304c\u6b63\u3057\u3044\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Error while generating certificates. Please try again.": "\u4fee\u4e86\u8a3c\u751f\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Error while regenerating certificates. Please try again.": "\u4fee\u4e86\u8a3c\u306e\u518d\u751f\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Error.": "\u30a8\u30e9\u30fc\u3002", + "Error:": "\u30a8\u30e9\u30fc:", + "Error: User '<%- username %>' has not yet activated their account. Users must create and activate their accounts before they can be assigned a role.": "\u30a8\u30e9\u30fc: \u30e6\u30fc\u30b6\u30fc'<%- username %>' \u306f\u307e\u3060\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u6709\u52b9\u5316\u3057\u3066\u3044\u307e\u305b\u3093\u3002\u6a29\u9650\u3092\u4e0e\u3048\u308b\u524d\u306b\u30a2\u30ab\u30a6\u30f3\u30c8\u4f5c\u6210\u3057\u3066\u6709\u52b9\u5316\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Error: You cannot remove yourself from the Instructor group!": "\u30a8\u30e9\u30fc: \u8b1b\u5e2b\u30b0\u30eb\u30fc\u30d7\u304b\u3089\u3042\u306a\u305f\u81ea\u8eab\u3092\u524a\u9664\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\uff01", + "Errors": "\u30a8\u30e9\u30fc", + "Everyone who has staff privileges in this course": "\u3053\u306e\u8b1b\u5ea7\u306e\u30b9\u30bf\u30c3\u30d5\u6a29\u9650\u3092\u304a\u6301\u3061\u306e\u65b9", + "Exam Types": "\u8a66\u9a13\u30bf\u30a4\u30d7", + "Exception Granted": "\u627f\u8afe\u6e08\u306e\u4f8b\u5916", + "Expand All": "\u3059\u3079\u3066\u3092\u8868\u793a", + "Explain if other.": "\u305d\u306e\u4ed6\u306e\u5834\u5408\u3001\u8aac\u660e\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Explore New Programs": "\u65b0\u898f\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u63a2\u3059", + "Explore Programs": "\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u63a2\u3059", + "Explore your course!": "\u8b1b\u5ea7\u3092\u63a2\u305d\u3046\uff01", + "Failed to delete student state for user.": "\u30e6\u30fc\u30b6\u30fc\u306e\u53d7\u8b1b\u8005\u72b6\u6cc1\u306e\u524a\u9664\u306b\u5931\u6557\u3002", + "Failed to rescore problem for user.": "\u30e6\u30fc\u30b6\u30fc\u306e\u518d\u63a1\u70b9\u306b\u5931\u6557\u3002", + "Failed to rescore problem to improve score for user.": "\u30e6\u30fc\u30b6\u30fc\u306e\u518d\u63a1\u70b9\u306b\u5931\u6557\u3002", + "Failed to reset attempts for user.": "\u30e6\u30fc\u30b6\u30fc\u306e\u56de\u7b54\u306e\u30ea\u30bb\u30c3\u30c8\u306b\u5931\u6557\u3002", + "February": "2\u6708", + "Feedback available for selection.": "\u9078\u629e\u306b\u5bfe\u3059\u308b\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\u304c\u3054\u89a7\u3044\u305f\u3060\u3051\u307e\u3059\u3002", + "File Name": "\u30d5\u30a1\u30a4\u30eb\u540d", + "File type is not allowed.": "\u30d5\u30a1\u30a4\u30eb\u30bf\u30a4\u30d7\u304c\u4e0d\u6b63\u3067\u3059\u3002", + "File types can not be empty.": "\u30d5\u30a1\u30a4\u30eb\u30bf\u30a4\u30d7\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "File upload succeeded": "\u30d5\u30a1\u30a4\u30eb\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u6210\u529f", + "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "\u30d5\u30a1\u30a4\u30eb {filename} \u304c\u6700\u5927\u30b5\u30a4\u30ba {maxFileSizeInMBs} MB\u3092\u8d85\u3048\u3066\u3044\u307e\u3059", + "Files must be in JPEG or PNG format.": "\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u306fJPEG\u3082\u3057\u304f\u306fPNG\u5f62\u5f0f\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093\u3002", + "Filter": "\u30d5\u30a3\u30eb\u30bf\u30fc", + "Filter and sort topics": "\u30c8\u30d4\u30c3\u30af\u3092\u30d5\u30a3\u30eb\u30bf\u30ea\u30f3\u30b0\u304a\u3088\u3073\u30bd\u30fc\u30c8\u3059\u308b", + "Final Grade Received": "\u6700\u7d42\u6210\u7e3e\u53d7\u53d6\u6e08", + "Financial Assistance": "\u7d4c\u6e08\u7684\u63f4\u52a9", + "Financial Assistance Application": "\u7d4c\u6e08\u652f\u63f4\u7533\u8fbc\u66f8", + "Find a course": "\u8b1b\u5ea7\u3092\u63a2\u3059", + "Find discussions": "\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u3092\u63a2\u3059", + "First time here?": "\u3053\u3053\u306f\u521d\u3081\u3066\u3067\u3059\u304b\uff1f", + "Follow or unfollow posts": "\u6295\u7a3f\u3092\u30d5\u30a9\u30ed\u30fc\u307e\u305f\u306f\u30d5\u30a9\u30ed\u30fc\u89e3\u9664\u3059\u308b", + "For grading to work, you must change all {oldName} subsections to {newName}.": "\u63a1\u70b9\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\u306b\u306f\u3001 {oldName}\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u5168\u3066{newName}\u306b\u5909\u66f4\u3057\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093\u3002", + "Free text notes": "\u3054\u81ea\u7531\u306b\u3054\u8a18\u5165\u304f\u3060\u3055\u3044", + "Frequently Asked Questions": "\u3088\u304f\u3042\u308b\u8cea\u554f", + "Full Name": "\u6c0f\u540d", + "Full Profile": "\u5168\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb", + "Fullscreen": "\u30d5\u30eb\u30b9\u30af\u30ea\u30fc\u30f3", + "Fully Supported": "\u30d5\u30eb\u30b5\u30dd\u30fc\u30c8", + "Gender": "\u6027\u5225", + "General Proctored Exam Rules": "\u76e3\u7763\u4ed8\u304d\u8a66\u9a13\u306e\u4e00\u822c\u7684\u306a\u30eb\u30fc\u30eb", + "Generate": "\u751f\u6210", + "Generate Exception Certificates": "\u4f8b\u5916\u4fee\u4e86\u8a3c\u3092\u751f\u6210", + "Generate the user's certificate": "\u30e6\u30fc\u30b6\u30fc\u306e\u4fee\u4e86\u8a3c\u3092\u751f\u6210", + "Get Credit": "\u5358\u4f4d\u3092\u7372\u5f97\u3059\u308b", + "Go Back": "\u623b\u308b", + "Go to Dashboard": "\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u3078\u79fb\u52d5", + "Go to your Dashboard": "\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u3078", + "Government-Issued Photo ID": "\u653f\u5e9c\u767a\u884c\u306e\u5199\u771f\u4ed8\u304d\u8eab\u5206\u8a3c\u660e\u66f8", + "Grace period must be specified in HH:MM format.": "\u7336\u4e88\u671f\u9593\u306fHH:MM\u306e\u5f62\u5f0f\u3067\u8a18\u5165\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Grade": "\u6210\u7e3e", + "Grade as:": "\u63a1\u70b9\uff1a", + "Graded as:": "\u63a1\u70b9\u6e08: ", + "Grading": "\u63a1\u70b9", + "Group": "\u30b0\u30eb\u30fc\u30d7", + "Group %s": "\u30b0\u30eb\u30fc\u30d7 %s", + "Group A": "\u30b0\u30eb\u30fc\u30d7A", + "Group B": "\u30b0\u30eb\u30fc\u30d7B", + "Group Configuration ID": "\u30b0\u30eb\u30fc\u30d7\u8a2d\u5b9aID", + "Group Configuration Name": "\u30b0\u30eb\u30fc\u30d7\u8a2d\u5b9a\u540d", + "Group Configuration information": "\u30b0\u30eb\u30fc\u30d7\u8a2d\u5b9a\u60c5\u5831", + "Group Configuration name is required.": "\u30b0\u30eb\u30fc\u30d7\u8a2d\u5b9a\u540d\u306f\u5fc5\u9808\u3067\u3059\u3002", + "Group information": "\u30b0\u30eb\u30fc\u30d7\u60c5\u5831", + "Group name is required": "\u30b0\u30eb\u30fc\u30d7\u540d\u306f\u5fc5\u9808\u3067\u3059", + "Groups": "\u30b0\u30eb\u30fc\u30d7", + "Heading": "\u898b\u51fa\u3057", + "Heading (Ctrl+H)": "\u898b\u51fa\u3057 (Ctrl+H)", + "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "\u4ed6\u306e\u53d7\u8b1b\u8005\u304c\u3042\u306a\u305f\u306e\u30c1\u30fc\u30e0\u306b\u53c2\u52a0\u3059\u308b\u3088\u3046\u3001\u30c1\u30fc\u30e0\u306e\u7279\u5fb4\u3092\u660e\u8a18\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u305f\u3060\u3057\u3001\u7279\u5b9a\u306e\u4eba\u306b\u9650\u3063\u3066\u3057\u307e\u3046\u3068\u8208\u5473\u3092\u306a\u304f\u3057\u3066\u3057\u307e\u3046\u4eba\u304c\u3044\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u306e\u3067\u3001\u3054\u6ce8\u610f\u304f\u3060\u3055\u3044\u3002", + "Hide": "\u975e\u8868\u793a", + "Hide Deprecated Settings": "\u975e\u63a8\u5968\u306e\u8a2d\u5b9a\u3092\u975e\u8868\u793a", + "Hide Discussion": "\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u3092\u975e\u8868\u793a", + "Hide content after course end date": "\u8b1b\u5ea7\u7d42\u4e86\u65e5\u4ee5\u964d\u306f\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u975e\u8868\u793a", + "Hide content after due date": "\u7de0\u5207\u65e5\u4ee5\u964d\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u975e\u8868\u793a", + "Hide entire subsection": "\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u5168\u4f53\u3092\u975e\u8868\u793a", + "Hide from learners": "\u53d7\u8b1b\u8005\u306b\u975e\u8868\u793a", + "Hide notes": "\u30ce\u30fc\u30c8\u3092\u975e\u8868\u793a", + "Highlighted text": "\u30cf\u30a4\u30e9\u30a4\u30c8\u3055\u308c\u305f\u30c6\u30ad\u30b9\u30c8", + "Horizontal Rule (Ctrl+R)": "\u7f6b\u7dda (Ctrl+R)", + "How to create useful text alternatives.": "\u5f79\u7acb\u3064\u6587\u7ae0\u306e\u66f8\u304d\u65b9\u3002", + "How to use %(platform_name)s discussions": "%(platform_name)s \u306e\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u306e\u4f7f\u3044\u65b9", + "Hyperlink (Ctrl+L)": "\u30cf\u30a4\u30d1\u30fc\u30ea\u30f3\u30af (Ctrl+L)", + "ID": "ID", + "ID-Verification is not required for this Professional Education course.": "\u3053\u306e\u5c02\u9580\u5bb6\u6559\u80b2\u8b1b\u5ea7\u3067\u306f\u3001ID\u8a8d\u8a3c\u306f\u5fc5\u8981\u3042\u308a\u307e\u305b\u3093\u3002", + "Identity Verification In Progress": "\u672c\u4eba\u8a8d\u8a3c\u624b\u7d9a\u4e2d", + "If the course does not have an end date, learners always see their scores when they submit answers to assessments.": "\u8b1b\u5ea7\u7d42\u4e86\u65e5\u304c\u306a\u3044\u5834\u5408\u3001\u53d7\u8b1b\u8005\u306f\u89e3\u7b54\u3092\u63d0\u51fa\u3059\u308b\u3068\u5e38\u306b\u70b9\u6570\u3092\u898b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", + "If the subsection does not have a due date, learners always see their scores when they submit answers to assessments.": "\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u306e\u7de0\u5207\u65e5\u304c\u306a\u3044\u5834\u5408\u3001\u53d7\u8b1b\u8005\u306f\u89e3\u7b54\u3092\u63d0\u51fa\u3059\u308b\u3068\u70b9\u6570\u3092\u898b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", + "If the unit was previously published and released to learners, any changes you made to the unit when it was hidden will now be visible to learners.": "\u30e6\u30cb\u30c3\u30c8\u304c\u4ee5\u524d\u53d7\u8b1b\u8005\u306b\u516c\u958b\u3055\u308c\u3066\u3044\u305f\u5834\u5408\u3001\u975e\u516c\u958b\u4e2d\u306e\u5909\u66f4\u3082\u5f8c\u307b\u3069\u53d7\u8b1b\u8005\u306b\u8868\u793a\u3055\u308c\u307e\u3059\u3002", + "If you do not yet have an account, use the button below to register.": "\u307e\u3060\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u767b\u9332\u3057\u3066\u3044\u306a\u3044\u306e\u3067\u3042\u308c\u3070\u3001\u4e0b\u306e\u30dc\u30bf\u30f3\u3092\u4f7f\u3063\u3066\u767b\u9332\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "\u3044\u307e\u3059\u3050\u672c\u4eba\u8a8d\u8a3c\u3092\u884c\u308f\u306a\u304f\u3066\u3082\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u3067\u8b1b\u5ea7\u3092\u63a2\u3059\u3053\u3068\u306f\u3067\u304d\u307e\u3059\u3002\u5b9a\u671f\u7684\u306b%(platformName)s\u304b\u3089\u672c\u4eba\u8a8d\u8a3c\u3092\u884c\u3046\u3088\u3046\u306b\u901a\u77e5\u304c\u3042\u308a\u307e\u3059\u3002", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from {platformName} to verify your identity.": "\u3059\u3050\u306b\u672c\u4eba\u8a8d\u8a3c\u3092\u884c\u308f\u306a\u3044\u5834\u5408\u3067\u3082\u3001\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u3067\u8b1b\u5ea7\u3092\u63a2\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u5b9a\u671f\u7684\u306b{platformName}\u304b\u3089\u672c\u4eba\u8a8d\u8a3c\u3092\u884c\u3046\u3088\u3046\u901a\u77e5\u304c\u3042\u308a\u307e\u3059\u3002", + "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "\u8fd4\u4fe1\u3092\u4fdd\u5b58\u307e\u305f\u306f\u63d0\u51fa\u305b\u305a\u306b\u5225\u306e\u30da\u30fc\u30b8\u3078\u79fb\u52d5\u3059\u308b\u5834\u5408\u3001\u8a18\u8ff0\u3057\u305f\u5185\u5bb9\u304c\u5931\u308f\u308c\u307e\u3059\u3002", + "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "\u30d4\u30a2\u30fb\u30a2\u30bb\u30b9\u30e1\u30f3\u30c8\u3092\u63d0\u51fa\u305b\u305a\u306b\u5225\u306e\u30da\u30fc\u30b8\u3078\u79fb\u52d5\u3059\u308b\u5834\u5408\u3001\u8a18\u8ff0\u3057\u305f\u5185\u5bb9\u304c\u5931\u308f\u308c\u307e\u3059\u3002", + "If you leave this page without submitting your self assessment, you will lose any work you have done.": "\u30bb\u30eb\u30d5\u30fb\u30a2\u30bb\u30b9\u30e1\u30f3\u30c8\u3092\u63d0\u51fa\u305b\u305a\u306b\u5225\u306e\u30da\u30fc\u30b8\u3078\u79fb\u52d5\u3059\u308b\u3068\u3001\u8a18\u8ff0\u3057\u305f\u5185\u5bb9\u304c\u5931\u308f\u308c\u307e\u3059\u3002", + "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "\u30b9\u30bf\u30c3\u30d5\u30fb\u30a2\u30bb\u30b9\u30e1\u30f3\u30c8\u3092\u63d0\u51fa\u305b\u305a\u306b\u5225\u306e\u30da\u30fc\u30b8\u3078\u79fb\u52d5\u3059\u308b\u3068\u3001\u8a18\u8ff0\u3057\u305f\u5185\u5bb9\u304c\u5931\u308f\u308c\u307e\u3059\u3002", + "If you make significant changes, make sure you notify members of the team before making these changes.": "\u5927\u5e45\u306a\u5909\u66f4\u3092\u884c\u3046\u5834\u5408\u306f\u3001\u5909\u66f4\u3092\u884c\u3046\u524d\u306b\u30c1\u30fc\u30e0\u30e1\u30f3\u30d0\u30fc\u306b\u5fc5\u305a\u77e5\u3089\u305b\u3066\u304f\u3060\u3055\u3044\u3002", + "If you make this %(xblockType)s visible to learners, learners will be able to see its content after the release date has passed and you have published the unit. Only units that are explicitly hidden from learners will remain hidden after you clear this option for the %(xblockType)s.": " %(xblockType)s \u3092\u53d7\u8b1b\u8005\u306b\u516c\u958b\u3059\u308b\u5834\u5408\u3001\u516c\u958b\u65e5\u4ee5\u964d\u30e6\u30cb\u30c3\u30c8\u3092\u516c\u958b\u3057\u305f\u6642\u70b9\u3067\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u898b\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059\u3002%(xblockType)s\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u53d6\u6d88\u306b\u3059\u308b\u3068\u3001\u660e\u793a\u7684\u306b\u975e\u8868\u793a\u306b\u3057\u3066\u3044\u308b\u30e6\u30cb\u30c3\u30c8\u306e\u307f\u975e\u8868\u793a\u306b\u306a\u308a\u307e\u3059\u3002", + "If you select an option other than \"%(hide_label)s\", published units in this subsection become available to learners unless they are explicitly hidden.": "\"%(hide_label)s\"\u4ee5\u5916\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u9078\u629e\u3059\u308b\u3068\u3001\u660e\u793a\u7684\u306b\u975e\u8868\u793a\u306b\u3055\u308c\u3066\u3044\u306a\u3044\u9650\u308a\u3001\u3053\u306e\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u3067\u516c\u958b\u3055\u308c\u3066\u3044\u308b\u30e6\u30cb\u30c3\u30c8\u3092\u898b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", + "Image": "\u753b\u50cf", + "Image (Ctrl+G)": "\u753b\u50cf (Ctrl+G)", + "Image Description": "\u753b\u50cf\u8a73\u7d30", + "Image Upload Error": "\u753b\u50cf\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u30a8\u30e9\u30fc", + "Image must be in PNG format": "\u753b\u50cf\u306fPNG\u5f62\u5f0f\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093\u3002", + "Image must be in PNG format.": "\u753b\u50cf\u306fPNG\u5f62\u5f0f\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Image upload failed": "\u753b\u50cf\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u5931\u6557", + "Image upload failed. ": "\u753b\u50cf\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u5931\u6557\u3002", + "Import YouTube Transcript": "YouTube\u306e\u5b57\u5e55\u3092\u30a4\u30f3\u30dd\u30fc\u30c8", + "In Progress": "\u9032\u884c\u4e2d", + "In the {linkStart}Course Outline{linkEnd}, use this group to control access to a component.": "{linkStart}\u8b1b\u5ea7\u30a2\u30a6\u30c8\u30e9\u30a4\u30f3{linkEnd}\u3067\u306f\u3001\u3053\u306e\u30b0\u30eb\u30fc\u30d7\u3092\u4f7f\u7528\u3057\u3066\u3001\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u7ba1\u7406\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Individual Exceptions": "\u500b\u3005\u306e\u4f8b\u5916", + "Insert Hyperlink": "\u30ea\u30f3\u30af\u3092\u633f\u5165", + "Insert Image (upload file or type URL)": "\u753b\u50cf\u633f\u5165 (\u30d5\u30a1\u30a4\u30eb\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u307e\u305f\u306fURL\u5165\u529b)", + "Instructor Biography": "\u8b1b\u5e2b\u306e\u7d4c\u6b74", + "Instructor Name": "\u8b1b\u5e2b\u540d", + "Instructor Photo": "\u8b1b\u5e2b\u306e\u5199\u771f", + "Instructor Photo URL": "\u8b1b\u5e2b\u306e\u5199\u771fURL", + "Instructor Title": "\u8b1b\u5e2b\u306e\u5f79\u8077", + "Instructor tools": "\u8b1b\u5e2b\u7528\u30c4\u30fc\u30eb", + "Internal Server Error.": "\u5185\u90e8\u30b5\u30fc\u30d0\u30fc\u30a8\u30e9\u30fc\u3002", + "Introduction to Cookie Baking": "\u30af\u30c3\u30ad\u30fc\u306e\u713c\u304d\u65b9\u5165\u9580", + "Invalid email address: {email}": "\u7121\u52b9\u306a\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\uff1a{email}", + "Invalidate Certificate": "\u4fee\u4e86\u8a3c\u7121\u52b9\u5316", + "Invalidated": "\u7121\u52b9\u5316", + "Invalidated By": "\u7121\u52b9\u5316", + "Is Visible To:": "\u6b21\u306e\u4eba\u304c\u95b2\u89a7\u53ef\u80fd\uff1a", + "Is this OK?": "\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f", + "Is your name on your ID readable?": "\u8eab\u5206\u8a3c\u660e\u66f8\u306e\u6c0f\u540d\u306f\u8aad\u3081\u307e\u3059\u304b\uff1f", + "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "\u7f72\u540d\u306f4\u3064\u4ee5\u4e0b\u306b\u3055\u308c\u308b\u3053\u3068\u3092\u304a\u30b9\u30b9\u30e1\u3057\u307e\u3059\u3002\u7f72\u540d\u3092\u8ffd\u52a0\u3059\u308b\u5834\u5408\u306f\u3001\u4fee\u4e86\u8a3c\u3092\u30d7\u30ec\u30d3\u30e5\u30fc\u3057\u3066\u3001\u6b63\u3057\u304f1\u679a\u306b\u53ce\u307e\u3063\u3066\u3044\u308b\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Italic (Ctrl+I)": "\u659c\u4f53 (Ctrl+I)", + "January": "1\u6708", + "Join Team": "\u30c1\u30fc\u30e0\u306b\u53c2\u52a0", + "Joined": "\u53c2\u52a0\u6e08", + "Joined %(date)s": "%(date)s \u306b\u53c2\u52a0\u6e08", + "Joined Date": "\u53c2\u52a0\u65e5", + "July": "7\u6708", + "June": "6\u6708", + "KB": "KB", + "Key should only contain letters, numbers, _, or -": "\u30ad\u30fc\u306b\u306f\u82f1\u6570\u5b57\u3001_ \u307e\u305f\u306f - \u306e\u307f\u5229\u7528\u3067\u304d\u307e\u3059", + "LEARN MORE": "\u8a73\u3057\u304f\u77e5\u308b", + "Language": "\u8a00\u8a9e", + "Large": "\u5927\u304d\u3044", + "Last Activity %(date)s": "\u6700\u8fd1\u306e\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3 %(date)s ", + "Last Edited:": "\u6700\u7d42\u7de8\u96c6\uff1a", + "Last Updated": "\u6700\u65b0\u66f4\u65b0", + "Last modified by": "\u6700\u7d42\u5909\u66f4\u8005", + "Last published %(last_published_date)s by %(publish_username)s": "%(publish_username)s \u306b\u3088\u308a%(last_published_date)s\u306b\u6700\u65b0\u516c\u958b", + "Last published {lastPublishedStart}{publishedOn}{lastPublishedEnd} by {publishedByStart}{publishedBy}{publishedByEnd}": "\u00a0{publishedByStart}{publishedBy}{publishedByEnd}\u306b\u3088\u308a{lastPublishedStart}{publishedOn}{lastPublishedEnd}\u306b\u6700\u65b0\u516c\u958b", + "Learn more about {license_name}": "{license_name}\u306b\u3064\u3044\u3066\u3082\u3063\u3068\u5b66\u3076", + "Learners are added to this cohort automatically.": "\u53d7\u8b1b\u8005\u306f\u81ea\u52d5\u7684\u306b\u3053\u306e\u30b3\u30db\u30fc\u30c8\u306b\u8ffd\u52a0\u3055\u308c\u307e\u3059\u3002", + "Learners are added to this cohort only when you provide their email addresses or usernames on this page.": "\u3053\u306e\u30da\u30fc\u30b8\u3067\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u307e\u305f\u306f\u30e6\u30fc\u30b6\u30fc\u540d\u3092\u5165\u529b\u3057\u305f\u5834\u5408\u306e\u307f\u3001\u3053\u306e\u30b3\u30db\u30fc\u30c8\u306b\u53d7\u8b1b\u8005\u304c\u8ffd\u52a0\u3055\u308c\u307e\u3059\u3002", + "Learners do not see the subsection in the course outline. The subsection is not included in grade calculations.": "\u53d7\u8b1b\u8005\u306f\u8b1b\u5ea7\u30a2\u30a6\u30c8\u30e9\u30a4\u30f3\u5185\u306e\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u898b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u306f\u6210\u7e3e\u306e\u8a08\u7b97\u306b\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3002", + "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the course end date has passed.": "\u53d7\u8b1b\u8005\u306f\u3001\u8b1b\u5ea7\u7d42\u4e86\u65e5\u304c\u904e\u304e\u308b\u307e\u3067\u3001\u81ea\u5206\u306e\u89e3\u7b54\u304c\u6b63\u89e3\u304b\u4e0d\u6b63\u89e3\u304b\u5206\u304b\u3089\u305a\u3001\u63a1\u70b9\u7d50\u679c\u3082\u53d7\u3051\u53d6\u308c\u307e\u305b\u3093\u3002", + "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the due date for the subsection has passed.": "\u53d7\u8b1b\u8005\u306f\u3001\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u306e\u7de0\u5207\u65e5\u304c\u904e\u304e\u308b\u307e\u3067\u3001\u81ea\u5206\u306e\u89e3\u7b54\u304c\u6b63\u89e3\u304b\u4e0d\u6b63\u89e3\u304b\u5206\u304b\u3089\u305a\u3001\u63a1\u70b9\u7d50\u679c\u3082\u53d7\u3051\u53d6\u308c\u307e\u305b\u3093\u3002", + "Learners never see whether their answers to assessments are correct or incorrect, nor the score received.": "\u53d7\u8b1b\u8005\u306f\u3001\u81ea\u5206\u306e\u89e3\u7b54\u304c\u6b63\u89e3\u304b\u4e0d\u6b63\u89e3\u304b\u5206\u304b\u3089\u305a\u3001\u63a1\u70b9\u7d50\u679c\u3082\u53d7\u3051\u53d6\u308c\u307e\u305b\u3093\u3002", + "Learners see the published subsection and can access its content.": "\u53d7\u8b1b\u8005\u306f\u516c\u958b\u3055\u308c\u305f\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u898b\u3066\u3001\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", + "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "\u8a8d\u8a3c\u306e\u5fc5\u8981\u306a\u53d7\u8b1b\u8005\u304c\u3053\u306e\u30e6\u30cb\u30c3\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u898b\u308b\u305f\u3081\u306b\u306f\u3001\u9078\u629e\u3055\u308c\u305f\u30c1\u30a7\u30c3\u30af\u30dd\u30a4\u30f3\u30c8\u306b\u5408\u683c\u3057\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093\u3002\u8a8d\u8a3c\u306e\u5fc5\u8981\u304c\u306a\u3044\u53d7\u8b1b\u8005\u306f\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u3053\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u898b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", + "Learning Outcome": "\u53d7\u8b1b\u6210\u679c", + "Leave Team": "\u30c1\u30fc\u30e0\u3092\u8f9e\u3081\u308b", + "Leave this team?": "\u3053\u306e\u30c1\u30fc\u30e0\u3092\u8f9e\u3081\u307e\u3059\u304b\uff1f", + "Legal name": "\u6b63\u5f0f\u540d", + "Less": "\u5c11\u306a\u3044", + "Library User": "\u30e9\u30a4\u30d6\u30e9\u30ea\u30e6\u30fc\u30b6\u30fc", + "License Display": "\u30e9\u30a4\u30bb\u30f3\u30b9\u8868\u793a", + "License Type": "\u30e9\u30a4\u30bb\u30f3\u30b9\u306e\u30bf\u30a4\u30d7", + "Limit Access": "\u9650\u5b9a\u30a2\u30af\u30bb\u30b9", + "Limited Profile": "\u9650\u5b9a\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb", + "Link Description": "\u30ea\u30f3\u30af\u8a73\u7d30", + "Link Your Account": "\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u30ea\u30f3\u30af", + "Link your {accountName} account": " {accountName}\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u30ea\u30f3\u30af", + "Link your {accountName} account to your {platformName} account and use {accountName} to sign in to {platformName}.": "{platformName}\u30a2\u30ab\u30a6\u30f3\u30c8\u306b{accountName}\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u30ea\u30f3\u30af\u3057\u3001{platformName}\u306b\u30b5\u30a4\u30f3\u30a4\u30f3\u3059\u308b\u305f\u3081\u306b{accountName}\u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Linked Accounts": "\u30ea\u30f3\u30af\u3055\u308c\u3066\u3044\u308b\u30a2\u30ab\u30a6\u30f3\u30c8", + "Linking": "\u30ea\u30f3\u30af\u4e2d", + "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "\u30ea\u30f3\u30af\u306f\u968f\u6642\u751f\u6210\u3055\u308c\u307e\u3059\u304c\u3001\u53d7\u8b1b\u8005\u306e\u500b\u4eba\u60c5\u5831\u306b\u95a2\u308f\u308b\u305f\u30815\u5206\u4ee5\u5185\u3067\u7121\u52b9\u306b\u306a\u308a\u307e\u3059\u3002 ", + "List item": "\u30ea\u30b9\u30c8\u9805\u76ee", + "List of Open Assessments is unavailable": "\u30aa\u30fc\u30d7\u30f3\u30fb\u30a2\u30bb\u30b9\u30e1\u30f3\u30c8\u306e\u30ea\u30b9\u30c8\u306f\u3042\u308a\u307e\u305b\u3093", + "List of uploaded files and assets in this course": "\u3053\u306e\u8b1b\u5ea7\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u6e08\u30d5\u30a1\u30a4\u30eb\u304a\u3088\u3073\u30a2\u30bb\u30c3\u30c8\u306e\u4e00\u89a7", + "Live view of webcam": "\u30a6\u30a7\u30d6\u30ab\u30e1\u30e9\u306e\u30e9\u30a4\u30d6\u30d3\u30e5\u30fc", + "Load Another File": "\u4ed6\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u8aad\u307f\u8fbc\u307f", + "Load all responses": "\u3059\u3079\u3066\u306e\u8fd4\u4fe1\u3092\u8aad\u8fbc", + "Load next {numResponses} responses": "\u6b21\u306e {numResponses} \u4ef6\u306e\u8fd4\u4fe1\u3092\u8aad\u8fbc", "Load next {num_items} result": [ "\u6b21\u306e{num_items}\u4ef6\u306e\u7d50\u679c\u3092\u8aad\u307f\u8fbc\u3080" - ], - "Loading": "\u8aad\u8fbc\u4e2d", - "Loading content": "\u30b3\u30f3\u30c6\u30f3\u30c4\u8aad\u8fbc\u4e2d", - "Loading data...": "\u30c7\u30fc\u30bf\u8aad\u8fbc\u4e2d\u2026", - "Loading more threads": "\u8ffd\u52a0\u306e\u30b9\u30ec\u30c3\u30c9\u3092\u8aad\u8fbc\u4e2d", - "Loading posts list": "\u6295\u7a3f\u30ea\u30b9\u30c8\u3092\u8aad\u8fbc\u4e2d", - "Loading your courses": "\u8b1b\u5ea7\u3092\u8aad\u8fbc\u4e2d", - "Location": "\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3", - "Location in Course": "\u8b1b\u5ea7\u4e2d\u306e\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3", - "Lock this asset": "\u3053\u306e\u30a2\u30bb\u30c3\u30c8\u3092\u30ed\u30c3\u30af", - "Lock/unlock file": "\u30d5\u30a1\u30a4\u30eb\u3092\u30ed\u30c3\u30af/\u30ed\u30c3\u30af\u89e3\u9664", - "MB": "MB", - "Make sure that the full name on your account matches the name on your ID.": "\u3042\u306a\u305f\u306e\u8eab\u5206\u8a3c\u660e\u66f8\u306e\u6c0f\u540d\u304c\u30a2\u30ab\u30a6\u30f3\u30c8\u306e\u6c0f\u540d\u3068\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Make sure we can verify your identity with the photos and information you have provided.": "\u4ee5\u4e0b\u306e\u5199\u771f\u3068\u60c5\u5831\u3067\u3001\u3042\u306a\u305f\u306e\u672c\u4eba\u78ba\u8a8d\u304c\u3067\u304d\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Make sure your ID is well-lit": "ID\u304c\u660e\u308b\u304f\u5199\u3063\u3066\u3044\u308b\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044", - "Make sure your face is well-lit": "\u9854\u304c\u5341\u5206\u306b\u660e\u308b\u3044\u304b\u78ba\u8a8d", - "Make this subsection available as a prerequisite to other content": "\u3053\u306e\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u4ed6\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u5c65\u7fd2\u8981\u4ef6\u306b\u3082\u5229\u7528\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b", - "Manage Learners": "\u53d7\u8b1b\u8005\u3092\u7ba1\u7406", - "Manual": "\u624b\u52d5", - "March": "3\u6708", - "Mark Exam As Completed": "'\u8a66\u9a13\u7d42\u4e86'\u3068\u30de\u30fc\u30af\u3059\u308b", - "Mark enrollment code as unused": "\u53d7\u8b1b\u767b\u9332\u30b3\u30fc\u30c9\u3092\u672a\u4f7f\u7528\u306b\u8a2d\u5b9a", - "Markdown Editing Help": "\u30de\u30fc\u30af\u30c0\u30a6\u30f3\u7de8\u96c6\u30d8\u30eb\u30d7", - "Max file size exceeded": "\u6700\u5927\u30d5\u30a1\u30a4\u30eb\u30b5\u30a4\u30ba\u3092\u8d85\u3048\u3066\u3044\u307e\u3059", - "Maximum file size: {maxFileSize} GB": "\u6700\u5927\u30d5\u30a1\u30a4\u30eb\u30b5\u30a4\u30ba: {maxFileSize} GB", - "May": "5\u6708", - "Membership": "\u30e1\u30f3\u30d0\u30fc\u30b7\u30c3\u30d7", - "Message:": "\u30e1\u30c3\u30bb\u30fc\u30b8: ", - "Midnight": "0\u6642", - "Minimum Score:": "\u6700\u4f4e\u30b9\u30b3\u30a2: ", - "Module state successfully deleted.": "\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u72b6\u614b\u306e\u524a\u9664\u306b\u6210\u529f\u3057\u307e\u3057\u305f\u3002", - "More": "\u305d\u306e\u4ed6", - "Must complete verification checkpoint": "\u8a8d\u8a3c\u30c1\u30a7\u30c3\u30af\u30dd\u30a4\u30f3\u30c8\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044", - "My Orders": "\u6ce8\u6587\u4e00\u89a7", - "My Team": "\u53c2\u52a0\u3057\u3066\u3044\u308b\u30c1\u30fc\u30e0", - "N/A": "\u306a\u3057", - "Name": "\u540d\u524d", - "Name ": "\u540d\u524d", - "Name of the certificate": "\u4fee\u4e86\u8a3c\u306e\u540d\u79f0", - "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "\u53d7\u8b1b\u8005\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u308b\u30b0\u30eb\u30fc\u30d7\u540d\u306f\u3001\u4f8b\u3048\u3070\u3001\u64cd\u4f5c\u3001\u6620\u50cf\u3001\u554f\u984c\u306a\u3069\u304c\u3042\u308a\u307e\u3059\u3002\u5c11\u306a\u304f\u3068\u3082\u30b0\u30eb\u30fc\u30d7\u304c\uff12\u3064\u4ee5\u4e0a\u5fc5\u8981\u3067\u3059\u3002", - "Name of the signatory": "\u7f72\u540d\u8005\u540d", - "Name or short description of the configuration": "\u8a2d\u5b9a\u540d\u307e\u305f\u306f\u7c21\u5358\u306a\u8aac\u660e", - "Needs verified certificate ": "\u8a8d\u8a3c\u4ed8\u304d\u4fee\u4e86\u8a3c\u304c\u5fc5\u8981\u3067\u3059", - "Never published": "\u672a\u516c\u958b", - "Never show assessment results": "\u8a55\u4fa1\u7d50\u679c\u3092\u5e38\u306b\u975e\u8868\u793a", - "New %(item_type)s": "\u65b0\u898f %(item_type)s", - "New Address": "\u65b0\u3057\u3044\u30a2\u30c9\u30ec\u30b9", - "New enrollment mode:": "\u65b0\u898f\u53d7\u8b1b\u767b\u9332\u30e2\u30fc\u30c9:", - "Next": "\u6b21\u3078", - "Next Step: Confirm your identity": "\u6b21\u306e\u30b9\u30c6\u30c3\u30d7: \u672c\u4eba\u78ba\u8a8d", - "Next: %(nextStepTitle)s": "\u6b21: %(nextStepTitle)s", - "No Content Group": "\u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7\u306a\u3057", - "No EdX Timed Transcript": "EdX\u306e\u6642\u9593\u4ed8\u304d\u5b57\u5e55\u306a\u3057", - "No Flash Detected": "Flash\u304c\u8a8d\u8b58\u3055\u308c\u307e\u305b\u3093", - "No Timed Transcript": "\u6642\u9593\u4ed8\u304d\u5b57\u5e55\u306a\u3057", - "No Webcam Detected": "Web\u30ab\u30e1\u30e9\u304c\u8a8d\u8b58\u3055\u308c\u307e\u305b\u3093", - "No content-specific discussion topics exist.": "\u30b3\u30f3\u30c6\u30f3\u30c4\u91cd\u8996\u306e\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u30c8\u30d4\u30c3\u30af\u304c\u3042\u308a\u307e\u305b\u3093\u3002", - "No description available": "\u8aac\u660e\u304c\u3042\u308a\u307e\u305b\u3093", - "No posts matched your query.": "\u8cea\u554f\u306b\u8a72\u5f53\u3059\u308b\u6295\u7a3f\u304c\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002", - "No prerequisite": "\u5c65\u7fd2\u8981\u4ef6\u306a\u3057", - "No receipt available": "\u9818\u53ce\u8a3c\u306a\u3057", - "No results": "\u7d50\u679c\u306a\u3057", - "No results found for \"%(query_string)s\". Please try searching again.": "\"%(query_string)s\"\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002\u691c\u7d22\u3057\u76f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "No results found for {original_query}. Showing results for {suggested_query}.": "{original_query} \u306b\u8a72\u5f53\u3059\u308b\u7d50\u679c\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002 {suggested_query} \u306e\u7d50\u679c\u3092\u8868\u793a\u3057\u3066\u3044\u307e\u3059\u3002 ", - "No tasks currently running.": "\u73fe\u5728\u7a3c\u50cd\u4e2d\u306e\u30bf\u30b9\u30af\u306f\u3042\u308a\u307e\u305b\u3093\u3002", - "No validation is performed on policy keys or value pairs. If you are having difficulties, check your formatting.": "\u30dd\u30ea\u30b7\u30fc\u30ad\u30fc\u307e\u305f\u306f\u5024\u306e\u30da\u30a2\u306b\u5bfe\u3057\u3066\u8a8d\u8a3c\u306f\u884c\u308f\u308c\u307e\u305b\u3093\u3002\u554f\u984c\u304c\u3042\u308b\u5834\u5408\u306f\u3001\u5f62\u5f0f\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "None": "\u306a\u3057", - "Noon": "12\u6642", - "Not Currently Available": "\u73fe\u5728\u306f\u5229\u7528\u3067\u304d\u307e\u305b\u3093", - "Not Graded": "\u672a\u63a1\u70b9", - "Not Selected": "\u672a\u9078\u629e", - "Not Supported": "\u30b5\u30dd\u30fc\u30c8\u5bfe\u8c61\u5916", - "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "%(minimum_grade_cutoff)s%\u672a\u6e80\u306f\u3001\u5408\u683c\u70b9\u3068\u3057\u3066\u8a2d\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002", - "Not available": "\u4e0d\u53ef", - "Not divided": "\u5206\u5272\u3055\u308c\u3066\u3044\u307e\u305b\u3093", - "Not in Use": "\u4f7f\u7528\u3055\u308c\u3066\u3044\u307e\u305b\u3093", - "Not selected": "\u672a\u9078\u629e", - "Note": "\u30ce\u30fc\u30c8", - "Note: Do not hide graded assignments after they have been released.": "\u6ce8: \u63a1\u70b9\u5bfe\u8c61\u306e\u8ab2\u984c\u3092\u516c\u958b\u5f8c\u306b\u975e\u8868\u793a\u306b\u3057\u306a\u3044\u3067\u304f\u3060\u3055\u3044\u3002", - "Note: Learners can be in only one cohort. Adding learners to this group overrides any previous group assignment.": "\u6ce8\u610f: \u53d7\u8b1b\u8005\u306f\uff11\u3064\u306e\u30b3\u30db\u30fc\u30c8\u306e\u307f\u306b\u6240\u5c5e\u3067\u304d\u307e\u3059\u3002\u3053\u306e\u30b0\u30eb\u30fc\u30d7\u306b\u53d7\u8b1b\u8005\u3092\u8ffd\u52a0\u3059\u308b\u3068\u3001\u4ee5\u524d\u306e\u6240\u5c5e\u30b0\u30eb\u30fc\u30d7\u3092\u7121\u52b9\u306b\u3059\u308b\u3053\u3068\u306b\u306a\u308a\u307e\u3059\u3002", + ], + "Loading": "\u8aad\u8fbc\u4e2d", + "Loading content": "\u30b3\u30f3\u30c6\u30f3\u30c4\u8aad\u8fbc\u4e2d", + "Loading data...": "\u30c7\u30fc\u30bf\u8aad\u8fbc\u4e2d\u2026", + "Loading more threads": "\u8ffd\u52a0\u306e\u30b9\u30ec\u30c3\u30c9\u3092\u8aad\u8fbc\u4e2d", + "Loading posts list": "\u6295\u7a3f\u30ea\u30b9\u30c8\u3092\u8aad\u8fbc\u4e2d", + "Loading your courses": "\u8b1b\u5ea7\u3092\u8aad\u8fbc\u4e2d", + "Location": "\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3", + "Location in Course": "\u8b1b\u5ea7\u4e2d\u306e\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3", + "Lock this asset": "\u3053\u306e\u30a2\u30bb\u30c3\u30c8\u3092\u30ed\u30c3\u30af", + "Lock/unlock file": "\u30d5\u30a1\u30a4\u30eb\u3092\u30ed\u30c3\u30af/\u30ed\u30c3\u30af\u89e3\u9664", + "MB": "MB", + "Make sure that the full name on your account matches the name on your ID.": "\u3042\u306a\u305f\u306e\u8eab\u5206\u8a3c\u660e\u66f8\u306e\u6c0f\u540d\u304c\u30a2\u30ab\u30a6\u30f3\u30c8\u306e\u6c0f\u540d\u3068\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Make sure we can verify your identity with the photos and information you have provided.": "\u4ee5\u4e0b\u306e\u5199\u771f\u3068\u60c5\u5831\u3067\u3001\u3042\u306a\u305f\u306e\u672c\u4eba\u78ba\u8a8d\u304c\u3067\u304d\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Make sure your ID is well-lit": "ID\u304c\u660e\u308b\u304f\u5199\u3063\u3066\u3044\u308b\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044", + "Make sure your face is well-lit": "\u9854\u304c\u5341\u5206\u306b\u660e\u308b\u3044\u304b\u78ba\u8a8d", + "Make this subsection available as a prerequisite to other content": "\u3053\u306e\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u4ed6\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u5c65\u7fd2\u8981\u4ef6\u306b\u3082\u5229\u7528\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b", + "Manage Learners": "\u53d7\u8b1b\u8005\u3092\u7ba1\u7406", + "Manual": "\u624b\u52d5", + "March": "3\u6708", + "Mark Exam As Completed": "'\u8a66\u9a13\u7d42\u4e86'\u3068\u30de\u30fc\u30af\u3059\u308b", + "Mark enrollment code as unused": "\u53d7\u8b1b\u767b\u9332\u30b3\u30fc\u30c9\u3092\u672a\u4f7f\u7528\u306b\u8a2d\u5b9a", + "Markdown Editing Help": "\u30de\u30fc\u30af\u30c0\u30a6\u30f3\u7de8\u96c6\u30d8\u30eb\u30d7", + "Max file size exceeded": "\u6700\u5927\u30d5\u30a1\u30a4\u30eb\u30b5\u30a4\u30ba\u3092\u8d85\u3048\u3066\u3044\u307e\u3059", + "Maximum file size: {maxFileSize} GB": "\u6700\u5927\u30d5\u30a1\u30a4\u30eb\u30b5\u30a4\u30ba: {maxFileSize} GB", + "May": "5\u6708", + "Membership": "\u30e1\u30f3\u30d0\u30fc\u30b7\u30c3\u30d7", + "Message:": "\u30e1\u30c3\u30bb\u30fc\u30b8: ", + "Midnight": "0\u6642", + "Minimum Score:": "\u6700\u4f4e\u30b9\u30b3\u30a2: ", + "Module state successfully deleted.": "\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u72b6\u614b\u306e\u524a\u9664\u306b\u6210\u529f\u3057\u307e\u3057\u305f\u3002", + "More": "\u305d\u306e\u4ed6", + "Must complete verification checkpoint": "\u8a8d\u8a3c\u30c1\u30a7\u30c3\u30af\u30dd\u30a4\u30f3\u30c8\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044", + "My Orders": "\u6ce8\u6587\u4e00\u89a7", + "My Team": "\u53c2\u52a0\u3057\u3066\u3044\u308b\u30c1\u30fc\u30e0", + "N/A": "\u306a\u3057", + "Name": "\u540d\u524d", + "Name ": "\u540d\u524d", + "Name of the certificate": "\u4fee\u4e86\u8a3c\u306e\u540d\u79f0", + "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "\u53d7\u8b1b\u8005\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u308b\u30b0\u30eb\u30fc\u30d7\u540d\u306f\u3001\u4f8b\u3048\u3070\u3001\u64cd\u4f5c\u3001\u6620\u50cf\u3001\u554f\u984c\u306a\u3069\u304c\u3042\u308a\u307e\u3059\u3002\u5c11\u306a\u304f\u3068\u3082\u30b0\u30eb\u30fc\u30d7\u304c\uff12\u3064\u4ee5\u4e0a\u5fc5\u8981\u3067\u3059\u3002", + "Name of the signatory": "\u7f72\u540d\u8005\u540d", + "Name or short description of the configuration": "\u8a2d\u5b9a\u540d\u307e\u305f\u306f\u7c21\u5358\u306a\u8aac\u660e", + "Needs verified certificate ": "\u8a8d\u8a3c\u4ed8\u304d\u4fee\u4e86\u8a3c\u304c\u5fc5\u8981\u3067\u3059", + "Never published": "\u672a\u516c\u958b", + "Never show assessment results": "\u8a55\u4fa1\u7d50\u679c\u3092\u5e38\u306b\u975e\u8868\u793a", + "New %(item_type)s": "\u65b0\u898f %(item_type)s", + "New Address": "\u65b0\u3057\u3044\u30a2\u30c9\u30ec\u30b9", + "New enrollment mode:": "\u65b0\u898f\u53d7\u8b1b\u767b\u9332\u30e2\u30fc\u30c9:", + "Next": "\u6b21\u3078", + "Next Step: Confirm your identity": "\u6b21\u306e\u30b9\u30c6\u30c3\u30d7: \u672c\u4eba\u78ba\u8a8d", + "Next: %(nextStepTitle)s": "\u6b21: %(nextStepTitle)s", + "No Content Group": "\u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7\u306a\u3057", + "No EdX Timed Transcript": "EdX\u306e\u6642\u9593\u4ed8\u304d\u5b57\u5e55\u306a\u3057", + "No Flash Detected": "Flash\u304c\u8a8d\u8b58\u3055\u308c\u307e\u305b\u3093", + "No Timed Transcript": "\u6642\u9593\u4ed8\u304d\u5b57\u5e55\u306a\u3057", + "No Webcam Detected": "Web\u30ab\u30e1\u30e9\u304c\u8a8d\u8b58\u3055\u308c\u307e\u305b\u3093", + "No content-specific discussion topics exist.": "\u30b3\u30f3\u30c6\u30f3\u30c4\u91cd\u8996\u306e\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u30c8\u30d4\u30c3\u30af\u304c\u3042\u308a\u307e\u305b\u3093\u3002", + "No description available": "\u8aac\u660e\u304c\u3042\u308a\u307e\u305b\u3093", + "No posts matched your query.": "\u8cea\u554f\u306b\u8a72\u5f53\u3059\u308b\u6295\u7a3f\u304c\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002", + "No prerequisite": "\u5c65\u7fd2\u8981\u4ef6\u306a\u3057", + "No receipt available": "\u9818\u53ce\u8a3c\u306a\u3057", + "No results": "\u7d50\u679c\u306a\u3057", + "No results found for \"%(query_string)s\". Please try searching again.": "\"%(query_string)s\"\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002\u691c\u7d22\u3057\u76f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "No results found for {original_query}. Showing results for {suggested_query}.": "{original_query} \u306b\u8a72\u5f53\u3059\u308b\u7d50\u679c\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002 {suggested_query} \u306e\u7d50\u679c\u3092\u8868\u793a\u3057\u3066\u3044\u307e\u3059\u3002 ", + "No tasks currently running.": "\u73fe\u5728\u7a3c\u50cd\u4e2d\u306e\u30bf\u30b9\u30af\u306f\u3042\u308a\u307e\u305b\u3093\u3002", + "No validation is performed on policy keys or value pairs. If you are having difficulties, check your formatting.": "\u30dd\u30ea\u30b7\u30fc\u30ad\u30fc\u307e\u305f\u306f\u5024\u306e\u30da\u30a2\u306b\u5bfe\u3057\u3066\u8a8d\u8a3c\u306f\u884c\u308f\u308c\u307e\u305b\u3093\u3002\u554f\u984c\u304c\u3042\u308b\u5834\u5408\u306f\u3001\u5f62\u5f0f\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "None": "\u306a\u3057", + "Noon": "12\u6642", + "Not Currently Available": "\u73fe\u5728\u306f\u5229\u7528\u3067\u304d\u307e\u305b\u3093", + "Not Graded": "\u672a\u63a1\u70b9", + "Not Selected": "\u672a\u9078\u629e", + "Not Supported": "\u30b5\u30dd\u30fc\u30c8\u5bfe\u8c61\u5916", + "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "%(minimum_grade_cutoff)s%\u672a\u6e80\u306f\u3001\u5408\u683c\u70b9\u3068\u3057\u3066\u8a2d\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002", + "Not available": "\u4e0d\u53ef", + "Not divided": "\u5206\u5272\u3055\u308c\u3066\u3044\u307e\u305b\u3093", + "Not in Use": "\u4f7f\u7528\u3055\u308c\u3066\u3044\u307e\u305b\u3093", + "Not selected": "\u672a\u9078\u629e", + "Note": "\u30ce\u30fc\u30c8", + "Note: Do not hide graded assignments after they have been released.": "\u6ce8: \u63a1\u70b9\u5bfe\u8c61\u306e\u8ab2\u984c\u3092\u516c\u958b\u5f8c\u306b\u975e\u8868\u793a\u306b\u3057\u306a\u3044\u3067\u304f\u3060\u3055\u3044\u3002", + "Note: Learners can be in only one cohort. Adding learners to this group overrides any previous group assignment.": "\u6ce8\u610f: \u53d7\u8b1b\u8005\u306f\uff11\u3064\u306e\u30b3\u30db\u30fc\u30c8\u306e\u307f\u306b\u6240\u5c5e\u3067\u304d\u307e\u3059\u3002\u3053\u306e\u30b0\u30eb\u30fc\u30d7\u306b\u53d7\u8b1b\u8005\u3092\u8ffd\u52a0\u3059\u308b\u3068\u3001\u4ee5\u524d\u306e\u6240\u5c5e\u30b0\u30eb\u30fc\u30d7\u3092\u7121\u52b9\u306b\u3059\u308b\u3053\u3068\u306b\u306a\u308a\u307e\u3059\u3002", "Note: You are %s hour ahead of server time.": [ "\u30ce\u30fc\u30c8: \u3042\u306a\u305f\u306e\u74b0\u5883\u306f\u30b5\u30fc\u30d0\u30fc\u6642\u9593\u3088\u308a\u3001%s\u6642\u9593\u9032\u3093\u3067\u3044\u307e\u3059\u3002" - ], + ], "Note: You are %s hour behind server time.": [ "\u30ce\u30fc\u30c8: \u3042\u306a\u305f\u306e\u74b0\u5883\u306f\u30b5\u30fc\u30d0\u30fc\u6642\u9593\u3088\u308a\u3001%s\u6642\u9593\u9045\u308c\u3066\u3044\u307e\u3059\u3002" - ], - "Noted in:": "\u30ce\u30fc\u30c8\uff1a", - "Notes": "\u6ce8\u8a18", - "Notes hidden": "\u30ce\u30fc\u30c8\u975e\u8868\u793a", - "Notes visible": "\u30ce\u30fc\u30c8\u8868\u793a\u4e2d", - "November": "11\u6708", - "Now": "\u73fe\u5728", - "Number Sent": "\u9001\u4fe1\u6570", - "Number of Droppable": "\u843d\u7b2c\u3057\u3066\u3082\u3088\u3044\u6570", - "Number of Students": "\u53d7\u8b1b\u8005\u6570", - "Numbered List (Ctrl+O)": "\u6570\u5b57\u4ed8\u304d\u30ea\u30b9\u30c8 (Ctrl+O)", - "OK": "OK", - "ORDER NAME": "\u6ce8\u6587\u540d", - "ORDER NUMBER": "\u6ce8\u6587\u756a\u53f7", - "ORDER PLACED": "\u6ce8\u6587\u5730", - "October": "10\u6708", - "Once in position, use the camera button {icon} to capture your ID": "\u6e96\u5099\u304c\u3067\u304d\u307e\u3057\u305f\u3089\u3001\u30ab\u30e1\u30e9\u30dc\u30bf\u30f3{icon}\u3092\u62bc\u3057\u3066ID\u3092\u64ae\u5f71\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Once in position, use the camera button {icon} to capture your photo": "\u6e96\u5099\u304c\u3067\u304d\u307e\u3057\u305f\u3089\u3001\u30ab\u30e1\u30e9\u30dc\u30bf\u30f3{icon}\u3092\u62bc\u3057\u3066\u5199\u771f\u3092\u64ae\u5f71\u3057\u3066\u304f\u3060\u3055\u3044", - "One or more rescheduling tasks failed.": "\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u5909\u66f4\u30bf\u30b9\u30af\u5931\u6557\u3002", - "Only properly formatted .csv files will be accepted.": "\u9069\u5207\u306a\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306e.csv\u30d5\u30a1\u30a4\u30eb\u306e\u307f\u8a31\u53ef\u3055\u308c\u307e\u3059\u3002", - "Only the parent course staff of a CCX can create content groups.": "CCX\u306e\u89aa\u8b1b\u5ea7\u306e\u30b9\u30bf\u30c3\u30d5\u306e\u307f\u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7\u3092\u4f5c\u6210\u3067\u304d\u307e\u3059\u3002", - "Open the certificate you earned for the %(title)s program.": "%(title)s \u30d7\u30ed\u30b0\u30e9\u30e0\u3067\u6388\u4e0e\u3055\u308c\u305f\u4fee\u4e86\u66f8\u3092\u958b\u3051\u3066\u304f\u3060\u3055\u3044\u3002", - "Open/download this file": "\u3053\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u958b\u304f/\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b", - "Option Deleted": "\u9078\u629e\u80a2\u524a\u9664\u6e08", - "Optional Characteristics": "\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u7279\u5fb4", - "Optional long description": "\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u8a73\u7d30\u8aac\u660e", - "Optionally, link your personal accounts to the social media icons on your edX profile.": "\u4efb\u610f\u3067\u3059\u304c\u3001\u3042\u306a\u305f\u306e\u500b\u4eba\u30a2\u30ab\u30a6\u30f3\u30c8\u3092edX\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u306e\u30bd\u30fc\u30b7\u30e3\u30eb\u30e1\u30c7\u30a3\u30a2\u30a2\u30a4\u30b3\u30f3\u306b\u30ea\u30f3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Options for {license_name}": " {license_name} \u306e\u30aa\u30d7\u30b7\u30e7\u30f3", - "Order Details": "\u6ce8\u6587\u306e\u8a73\u7d30", - "Order History": "\u6ce8\u6587\u5c65\u6b74", - "Order No.": "\u7533\u8fbc\u756a\u53f7", - "Order Number": "\u6ce8\u6587\u756a\u53f7", - "Organization": "\u7d44\u7e54", - "Organization ": "\u7d44\u7e54", - "Organization Name": "\u7d44\u7e54\u540d", - "Organization of the signatory": "\u7f72\u540d\u8005\u306e\u7d44\u7e54", - "Other": "\u305d\u306e\u4ed6", - "Overall Score": "\u7dcf\u5f97\u70b9", - "Page number out of %(total_pages)s": "%(total_pages)s\u30da\u30fc\u30b8\u4e2d\u306e\u9801\u756a\u53f7", - "Pagination": "\u30da\u30fc\u30b8\u756a\u53f7", - "Password": "\u30d1\u30b9\u30ef\u30fc\u30c9", - "Password assistance": "\u30d1\u30b9\u30ef\u30fc\u30c9\u8a2d\u5b9a", - "Path to Signature Image": "\u7f72\u540d\u753b\u50cf\u3078\u306e\u30d1\u30b9", - "Peer": "\u30d4\u30a2", - "Photo": "\u5199\u771f", - "Photo Captured successfully.": "\u554f\u984c\u306a\u304f\u5199\u771f\u30ad\u30e3\u30d7\u30c1\u30e3\u5b8c\u4e86\u3002", - "Photo ID": "\u5199\u771fID", - "Photo Identification": "\u5199\u771f\u306b\u3088\u308b\u672c\u4eba\u78ba\u8a8d", - "Photo of %(fullName)s": "%(fullName)s \u306e\u5199\u771f", - "Photo of %(fullName)s's ID": "%(fullName)s\u306e\u8eab\u5206\u8a3c\u660e\u66f8\u306e\u5199\u771f", - "Photo requirements:": "\u5199\u771f\u306e\u5fc5\u8981\u6761\u4ef6: ", - "Photos don't meet the requirements?": "\u5199\u771f\u304c\u5fc5\u8981\u6761\u4ef6\u3092\u6e80\u305f\u3057\u3066\u3044\u307e\u305b\u3093\u304b\uff1f", - "Placeholder": "Placeholder", - "Please Note": "\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044", - "Please add a photo of the instructor (Note: only JPEG or PNG format supported)": "\u8b1b\u5e2b\u306e\u5199\u771f\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044 (\u6ce8: JPEG \u307e\u305f\u306f PNG \u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306e\u307f\u53ef)", - "Please add the institute where the instructor is associated": "\u8b1b\u5e2b\u306e\u6240\u5c5e\u6a5f\u95a2\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044", - "Please add the instructor's biography": "\u8b1b\u5e2b\u306e\u7d4c\u6b74\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044", - "Please add the instructor's name": "\u8b1b\u5e2b\u540d\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044", - "Please add the instructor's title": "\u8b1b\u5e2b\u306e\u5f79\u8077\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044", - "Please address the errors on this page first, and then save your progress.": "\u307e\u305a\u3053\u306e\u30da\u30fc\u30b8\u306e\u30a8\u30e9\u30fc\u3092\u89e3\u6c7a\u3057\u3066\u304b\u3089\u3001\u5909\u66f4\u3092\u4fdd\u5b58\u3057\u3066\u4e0b\u3055\u3044\u3002", - "Please check the following validation feedbacks and reflect them in your course settings:": "\u4ee5\u4e0b\u306e\u8a8d\u8a3c\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\u3092\u78ba\u8a8d\u3057\u3066\u3001\u8b1b\u5ea7\u8a2d\u5b9a\u306b\u53cd\u6620\u3055\u305b\u3066\u304f\u3060\u3055\u3044: ", - "Please correct the outlined fields.": "\u7e01\u53d6\u3089\u308c\u305f\u6b04\u3092\u6b63\u3057\u304f\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Please describe this image or agree that it has no contextual value by checking the checkbox.": "\u753b\u50cf\u306e\u8a73\u7d30\u3092\u5165\u529b\u3059\u308b\u304b\u3001\u30c1\u30a7\u30c3\u30af\u30dc\u30c3\u30af\u30b9\u306b\u30c1\u30a7\u30c3\u30af\u3092\u3057\u3066\u80cc\u666f\u7684\u306a\u5024\u304c\u306a\u3044\u3053\u3068\u306b\u540c\u610f\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Please do not use any spaces in this field.": "\u3053\u306e\u6b04\u306b\u306f\u30b9\u30da\u30fc\u30b9\u3092\u4f7f\u7528\u3057\u306a\u3044\u3067\u4e0b\u3055\u3044\u3002", - "Please do not use any spaces or special characters in this field.": "\u3053\u306e\u6b04\u306b\u306f\u30b9\u30da\u30fc\u30b9\u3084\u7279\u6b8a\u6587\u5b57\u3092\u4f7f\u7528\u3057\u306a\u3044\u3067\u4e0b\u3055\u3044\u3002", - "Please enter a problem location.": "\u554f\u984c\u306e\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Please enter a score.": "\u70b9\u6570\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Please enter a student email address or username.": "\u53d7\u8b1b\u8005\u306e\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u307e\u305f\u306f\u30e6\u30fc\u30b6\u30fc\u540d\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Please enter a term in the {anchorStart} search field{anchorEnd}.": "{anchorStart} \u691c\u7d22\u6b04 {anchorEnd} \u306b\u7528\u8a9e\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Please enter a username or email.": "\u30e6\u30fc\u30b6\u30fc\u540d\u307e\u305f\u306f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Please enter a valid donation amount.": "\u6b63\u3057\u3044\u5bc4\u4ed8\u984d\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Please enter an integer between %(min)s and %(max)s.": "%(min)s\u304b\u3089%(max)s\u306e\u9593\u306e\u6574\u6570\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Please enter an integer between 0 and 100.": "0 \u304b\u3089 100 \u306e\u9593\u306e\u6574\u6570\u3092\u5165\u529b\u3057\u3066\u4e0b\u3055\u3044\u3002", - "Please enter an integer greater than 0.": "0 \u3088\u308a\u5927\u304d\u3044\u6574\u6570\u3092\u5165\u529b\u3057\u3066\u4e0b\u3055\u3044\u3002", - "Please enter non-negative integer.": "\u6b63\u306e\u6574\u6570\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Please enter valid start date and time.": "\u6b63\u3057\u3044\u958b\u59cb\u65e5\u6642\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Please enter your %(field)s.": "%(field)s \u3092\u5165\u529b\u3057\u3066\u4e0b\u3055\u3044\u3002", - "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "\u3053\u306e\u8aac\u660e\u306b\u5f93\u3063\u3066\u30d5\u30a1\u30a4\u30eb\u3092\u5225\u306e\u5834\u6240\u306b\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u305f\u3046\u3048\u3067\u30ea\u30f3\u30af\u3057\u3066\u304f\u3060\u3055\u3044: {maxFileSizeRedirectUrl}", - "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "\u3053\u306e\u753b\u9762\u3092\u8a18\u9332\u7528\u306b\u5370\u5237\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3053\u308c\u306f\u9818\u53ce\u66f8\u306b\u306a\u308a\u307e\u3059\u3002\u540c\u69d8\u306e\u60c5\u5831\u3092\u30e1\u30fc\u30eb\u3067\u3082\u304a\u9001\u308a\u3057\u3066\u3044\u307e\u3059\u3002", - "Please provide a description of the link destination.": "\u30ea\u30f3\u30af\u5148\u306e\u8a73\u7d30\u3092\u8ff0\u3079\u3066\u304f\u3060\u3055\u3044\u3002", - "Please provide a valid URL.": "\u6b63\u3057\u3044URL\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Please specify a reason.": "\u7406\u7531\u3092\u8aac\u660e\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Please verify that you have uploaded a valid image (PNG and JPEG).": "\u6b63\u3057\u3044\u753b\u50cf\u30d5\u30a1\u30a4\u30eb (PNG\u304a\u3088\u3073JPEG) \u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u305f\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Please verify that your webcam is connected and that you have allowed your browser to access it.": "Web\u30ab\u30e1\u30e9\u304c\u63a5\u7d9a\u3055\u308c\u3066\u3044\u308b\u304b\u78ba\u8a8d\u3057\u3001\u30d6\u30e9\u30a6\u30b6\u304b\u3089\u306e\u30a2\u30af\u30bb\u30b9\u304c\u8a31\u53ef\u3055\u308c\u3066\u3044\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Please wait": "\u304a\u5f85\u3061\u304f\u3060\u3055\u3044", - "Post": "\u6295\u7a3f", - "Practice Proctored": "\u76e3\u7763\u4ed8\u304d\u3092\u8a66\u3059", - "Practice proctored Exam": "\u76e3\u7763\u4ed8\u304d\u8a66\u9a13\u3092\u7df4\u7fd2\u3059\u308b", - "Preferred Language": "\u5e0c\u671b\u8a00\u8a9e", - "Prerequisite:": "\u5c65\u7fd2\u8981\u4ef6:", - "Prerequisite: %(prereq_display_name)s": "\u5c65\u7fd2\u8981\u4ef6: %(prereq_display_name)s", - "Prevent students from generating certificates in this course?": "\u53d7\u8b1b\u8005\u306b\u3053\u306e\u8b1b\u5ea7\u306e\u4fee\u4e86\u8a3c\u306e\u751f\u6210\u3092\u7981\u6b62\u3057\u307e\u3059\u304b\uff1f", - "Preview": "\u30d7\u30ec\u30d3\u30e5\u30fc", - "Preview Certificate": "\u4fee\u4e86\u8a3c\u3092\u30d7\u30ec\u30d3\u30e5\u30fc", - "Preview of uploaded image": "\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3055\u308c\u305f\u753b\u50cf\u306e\u30d7\u30ec\u30d3\u30e5\u30fc", - "Preview this query": "\u3053\u306e\u30af\u30a8\u30ea\u3092\u30d7\u30ec\u30d3\u30e5\u30fc\u3059\u308b", - "Previous": "\u524d\u3078", - "Previous Uploads": "\u904e\u53bb\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9", - "Previous Uploads table has been updated.": "\u4ee5\u524d\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u8868\u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002", - "Previously published": "\u4ee5\u524d\u306b\u516c\u958b\u6e08", - "Processing Re-run Request": "Re-run\u30ea\u30af\u30a8\u30b9\u30c8\u624b\u7d9a\u4e2d", - "Proctored": "\u76e3\u7763\u4ed8\u304d", - "Proctored Exam": "\u76e3\u7763\u4ed8\u304d\u8a66\u9a13", - "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.": "\u76e3\u7763\u4ed8\u304d\u8a66\u9a13\u306f\u6642\u9593\u5236\u9650\u304c\u3042\u308a\u3001\u53d7\u8b1b\u8005\u304c\u8a66\u9a13\u3092\u53d7\u3051\u3066\u3044\u308b\u69d8\u5b50\u3092\u9332\u753b\u3057\u307e\u3059\u3002\u305d\u306e\u9332\u753b\u3092\u898b\u76f4\u3057\u3001\u30eb\u30fc\u30eb\u306b\u5f93\u3063\u3066\u8a66\u9a13\u3092\u53d7\u3051\u3066\u3044\u308b\u304b\u3092\u78ba\u8a8d\u3057\u307e\u3059\u3002", - "Product Name": "\u88fd\u54c1\u540d", - "Professional Certificate for {courseName}": "{courseName}\u8b1b\u5ea7\u306eProfessional Certificate", - "Professional Education": "Professional Education", - "Professional Education Verified Certificate": "Professional Education\u8a8d\u8a3c\u4ed8\u304d\u4fee\u4e86\u8a3c", - "Profile": "\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb", - "Profile Image": "\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u753b\u50cf", - "Profile Visibility:": "\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u8868\u793a:", - "Profile image for {username}": "{username}\u306e\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u753b\u50cf", - "Promote another member to Admin to remove your admin rights": "\u4ed6\u306e\u30e1\u30f3\u30d0\u30fc\u3092\u7ba1\u7406\u8005\u306b\u4efb\u547d\u3057\u3001\u3042\u306a\u305f\u306e\u7ba1\u7406\u6a29\u9650\u3092\u524a\u9664\u3059\u308b", - "Provisional": "\u4e00\u6642\u7684\u30b5\u30dd\u30fc\u30c8", - "Provisionally Supported": "\u4e00\u6642\u7684\u30b5\u30dd\u30fc\u30c8", - "Publish": "\u516c\u958b", - "Publish all unpublished changes for this {item}?": "{item} \u306e\u672a\u516c\u958b\u306e\u5909\u66f4\u3092\u3059\u3079\u3066\u516c\u958b\u3057\u307e\u3059\u304b\uff1f", - "Publish {display_name}": "{display_name} \u3092\u516c\u958b", - "Published (not yet released)": "\u516c\u958b\u6e08\u307f(\u672a\u30ea\u30ea\u30fc\u30b9)", - "Published and Live": "\u516c\u958b\u6e08\u307f\u304a\u3088\u3073\u73fe\u5728", - "Publishing Status": "\u516c\u958b\u30b9\u30c6\u30fc\u30bf\u30b9", - "Queued": "\u5f85\u6a5f\u4e2d", - "REMAINING COURSES": "\u6b8b\u308a\u306e\u8b1b\u5ea7", - "Read More": "\u8a73\u3057\u304f\u77e5\u308b", - "Reason": "\u7406\u7531", - "Reason field should not be left blank.": "\u7406\u7531\u6b04\u306f\u7a7a\u6b04\u3067\u306f\u3044\u3051\u307e\u305b\u3093\u3002", - "Reason for change:": "\u5909\u66f4\u7406\u7531:", - "Receive updates": "\u66f4\u65b0\u60c5\u5831\u3092\u53d7\u3051\u53d6\u308b", - "Recent Activity": "\u6700\u8fd1\u306e\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3", - "Recommended image resolution is {imageResolution}, maximum image file size should be {maxFileSize} and format must be one of {supportedImageFormats}.": "\u63a8\u5968\u753b\u50cf\u89e3\u50cf\u5ea6\u306f{imageResolution}\u3001\u753b\u50cf\u306e\u6700\u5927\u30d5\u30a1\u30a4\u30eb\u30b5\u30a4\u30ba\u306f{maxFileSize}\u3001\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306f{supportedImageFormats}\u306e\u3044\u305a\u308c\u304b\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093\u3002", - "Redo (Ctrl+Shift+Z)": "\u3084\u308a\u76f4\u3057 (Ctrl+Shift+Z)", - "Redo (Ctrl+Y)": "\u3084\u308a\u76f4\u3057 (Ctrl+Y)", - "Regenerate": "\u518d\u751f\u6210", - "Regenerate the user's certificate": "\u30e6\u30fc\u30b6\u30fc\u306e\u4fee\u4e86\u8a3c\u3092\u518d\u751f\u6210", - "Register with Institution/Campus Credentials": "\u6a5f\u95a2/\u5b66\u6821\u306e\u8a3c\u660e\u66f8\u3067\u767b\u9332", - "Release Date and Time": "\u30ea\u30ea\u30fc\u30b9\u65e5\u6642", - "Release Date:": "\u30ea\u30ea\u30fc\u30b9\u65e5\uff1a", - "Release Status:": "\u516c\u958b\u30b9\u30c6\u30fc\u30bf\u30b9: ", - "Release Time in UTC:": "\u30ea\u30ea\u30fc\u30b9\u6642\u9593\uff08UTC\uff09: ", - "Release:": "\u30ea\u30ea\u30fc\u30b9: ", - "Released:": "\u516c\u958b\u65e5: ", - "Remaining": "\u6b8b\u308a", - "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "\u524a\u9664\u4e2d\u3067\u3059\u3002\u30a8\u30e9\u30fc\u3092\u9632\u3050\u305f\u3081\u3001\u51e6\u7406\u304c\u5b8c\u4e86\u3059\u308b\u307e\u3067\u3053\u306e\u30da\u30fc\u30b8\u304b\u3089\u79fb\u52d5\u3057\u306a\u3044\u3067\u304f\u3060\u3055\u3044\u3002", - "Remove": "\u524a\u9664", - "Remove all": "\u3059\u3079\u3066\u524a\u9664", - "Remove chapter %(chapterDisplayName)s": "\u30c1\u30e3\u30d7\u30bf\u30fc%(chapterDisplayName)s\u3092\u524a\u9664", - "Remove from Invalidation Table": "\u7121\u52b9\u5316\u8868\u304b\u3089\u524a\u9664", - "Remove from List": "\u30ea\u30b9\u30c8\u304b\u3089\u524a\u9664", - "Remove subsection %(subsectionDisplayName)s": "\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3%(subsectionDisplayName)s\u3092\u524a\u9664", - "Remove this team member?": "\u3053\u306e\u30e1\u30f3\u30d0\u30fc\u3092\u30c1\u30fc\u30e0\u304b\u3089\u524a\u9664\u3057\u307e\u3059\u304b\uff1f", - "Remove this video": "\u3053\u306e\u52d5\u753b\u3092\u524a\u9664", - "Remove unit %(unitName)s": "\u30e6\u30cb\u30c3\u30c8%(unitName)s\u3092\u524a\u9664", - "Remove {role} Access": "{role} \u306e\u30a2\u30af\u30bb\u30b9\u3092\u524a\u9664\u3059\u308b", - "Remove {video_name} video": "\u52d5\u753b{video_name}\u3092\u524a\u9664", - "Removing": "\u524a\u9664\u4e2d", - "Removing a video from this list does not affect course content. Any content that uses a previously uploaded video ID continues to display in the course.": "\u52d5\u753b\u3092\u30ea\u30b9\u30c8\u304b\u3089\u524a\u9664\u3057\u3066\u3082\u8b1b\u5ea7\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u306f\u5f71\u97ff\u3057\u307e\u305b\u3093\u3002\u4ee5\u524d\u306b\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3055\u308c\u305f\u52d5\u753bID\u3092\u4f7f\u7528\u3057\u3066\u3044\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u306f\u5f15\u304d\u7d9a\u304d\u8868\u793a\u3055\u308c\u307e\u3059\u3002", - "Replace": "\u7f6e\u304d\u63db\u3048", - "Report abuse, topics, and responses": "\u4e0d\u9069\u5207\u306a\u30c8\u30d4\u30c3\u30af\u3084\u89e3\u7b54\u3092\u5831\u544a\u3059\u308b", - "Requester": "\u30ea\u30af\u30a8\u30b9\u30c8\u3059\u308b\u4eba", - "Required field.": "\u5fc5\u9808\u6b04\u3067\u3059\u3002", - "Rescore problem '<%- problem_id %>' for all students?": "\u5168\u53d7\u8b1b\u8005\u306e\u554f\u984c '<%- problem_id %>' \u3092\u518d\u63a1\u70b9\u3057\u307e\u3059\u304b\uff1f", - "Reset Password": "\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4", - "Reset Your Password": "\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u518d\u8a2d\u5b9a", - "Reset attempts for all students on problem '<%- problem_id %>'?": "\u554f\u984c '<%- problem_id %>' \u306e\u5168\u53d7\u8b1b\u8005\u306e\u89e3\u7b54\u3092\u30ea\u30bb\u30c3\u30c8\u3057\u307e\u3059\u304b?", - "Responses could not be loaded. Refresh the page and try again.": "\u8fd4\u4fe1\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Restore enrollment code": "\u53d7\u8b1b\u767b\u9332\u30b3\u30fc\u30c9\u3092\u5fa9\u5143", - "Restrict access to:": "\u30a2\u30af\u30bb\u30b9\u3092\u5236\u9650\uff1a", - "Retake Photo": "\u518d\u64ae\u5f71\u3059\u308b", - "Retake Your Photos": "\u518d\u64ae\u5f71\u3059\u308b", - "Return and add email address": "\u623b\u3063\u3066\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u5165\u529b\u3059\u308b", - "Return to Export": "\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3078\u623b\u308b", - "Return to Your Dashboard": "\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u3078\u623b\u308b", - "Return to team listing": "\u30c1\u30fc\u30e0\u306e\u30ea\u30b9\u30c8\u8868\u793a\u306b\u623b\u308b", - "Review Rules": "\u30eb\u30fc\u30eb\u3092\u898b\u76f4\u3059", - "Review Your Photos": "\u5199\u771f\u3092\u78ba\u8a8d", - "Review your info": "\u60c5\u5831\u3092\u30ec\u30d3\u30e5\u30fc", - "Revoke access": "\u30a2\u30af\u30bb\u30b9\u3092\u653e\u68c4", - "Save": "\u4fdd\u5b58", - "Save Changes": "\u5909\u66f4\u3092\u4fdd\u5b58", - "Save changes": "\u5909\u66f4\u3092\u4fdd\u5b58", - "Saved cohort": "\u4fdd\u5b58\u3055\u308c\u305f\u30b3\u30db\u30fc\u30c8", - "Saving": "\u4fdd\u5b58\u4e2d", - "Saving your email preference": "\u30e1\u30fc\u30eb\u306e\u74b0\u5883\u8a2d\u5b9a\u3092\u4fdd\u5b58\u4e2d", - "Saving...": "\u4fdd\u5b58\u4e2d...", - "Scheduled:": "\u4e88\u5b9a\u6e08: ", - "Search": "\u691c\u7d22", - "Search Results": "\u691c\u7d22\u7d50\u679c", - "Search all posts": "\u5168\u3066\u306e\u6295\u7a3f\u304b\u3089\u691c\u7d22", - "Search teams": "\u30c1\u30fc\u30e0\u306e\u691c\u7d22", - "Section": "\u30bb\u30af\u30b7\u30e7\u30f3", - "Section Visibility": "\u30bb\u30af\u30b7\u30e7\u30f3\u8868\u793a", - "See all teams in your course, organized by topic. Join a team to collaborate with other learners who are interested in the same topic as you are.": "\u8b1b\u5ea7\u306e\u5168\u30c1\u30fc\u30e0\u3092\u30c8\u30d4\u30c3\u30af\u5225\u306b\u6574\u7406\u3057\u3066\u8868\u793a\u3057\u307e\u3059\u3002\u540c\u3058\u30c8\u30d4\u30c3\u30af\u306b\u8208\u5473\u3092\u6301\u3063\u3066\u3044\u308b\u4ed6\u306e\u53d7\u8b1b\u8005\u3068\u5354\u540c\u5b66\u7fd2\u3059\u308b\u305f\u3081\u306b\u3001\u30c1\u30fc\u30e0\u306b\u53c2\u52a0\u3057\u307e\u3057\u3087\u3046\u3002", - "Select a Content Group": "\u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7\u3092\u9078\u629e", - "Select a chapter": "\u30c1\u30e3\u30d7\u30bf\u30fc\u3092\u9078\u629e", - "Select a cohort": "\u30b3\u30db\u30fc\u30c8\u3092\u9078\u629e", - "Select a cohort to manage": "\u7ba1\u7406\u3059\u308b\u30b3\u30db\u30fc\u30c8\u3092\u9078\u629e", - "Select a group type": "\u30b0\u30eb\u30fc\u30d7\u306e\u30bf\u30a4\u30d7\u3092\u9078\u629e", - "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.": "\u8a66\u9a13\u306e\u5272\u5f53\u6642\u9593\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u300224\u6642\u9593\u3092\u8d85\u3048\u308b\u5834\u5408\u306f\u3001\u6642\u9593\u6570\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u8b1b\u5e2b\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u304b\u3089\u53d7\u8b1b\u8005\u3054\u3068\u306b\u8a66\u9a13\u6642\u9593\u306e\u5ef6\u9577\u3092\u627f\u8a8d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", - "Select one or more groups:": "\uff11\u3064\u4ee5\u4e0a\u306e\u30b0\u30eb\u30fc\u30d7\u3092\u9078\u629e\uff1a", - "Select the course-wide discussion topics that you want to divide.": "\u5206\u5272\u3057\u305f\u3044\u8b1b\u5ea7\u5168\u4f53\u306e\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u30c8\u30d4\u30c3\u30af\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Select the time zone for displaying course dates. If you do not specify a time zone, course dates, including assignment deadlines, will be displayed in your browser's local time zone.": "\u8b1b\u5ea7\u306e\u65e5\u4ed8\u60c5\u5831\u3092\u8868\u793a\u3059\u308b\u969b\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u30bf\u30a4\u30e0\u30be\u30fc\u30f3\u3092\u6307\u5b9a\u3057\u3066\u3044\u306a\u3044\u5834\u5408\u3001\u7de0\u5207\u306a\u3069\u306e\u8b1b\u5ea7\u306e\u65e5\u4ed8\u60c5\u5831\u306f\u3042\u306a\u305f\u306e\u30d6\u30e9\u30a6\u30b6\u306e\u30ed\u30fc\u30ab\u30eb\u30bf\u30a4\u30e0\u30be\u30fc\u30f3\u3067\u8868\u793a\u3055\u308c\u307e\u3059\u3002", - "Selected tab": "\u9078\u629e\u3055\u308c\u305f\u30bf\u30d6", - "Self": "\u30bb\u30eb\u30d5", - "Send notification to mobile apps": "\u30e2\u30d0\u30a4\u30eb\u30a2\u30d7\u30ea\u3078\u901a\u77e5\u3092\u9001\u4fe1", - "Send push notification to mobile apps": "\u30e2\u30d0\u30a4\u30eb\u30a2\u30d7\u30ea\u3078\u30d7\u30c3\u30b7\u30e5\u901a\u77e5\u3092\u9001\u4fe1", - "Send to:": "\u5b9b\u5148: ", - "Sent By": "\u9001\u4fe1\u8005", - "Sent By:": "\u9001\u4fe1\u8005: ", - "Sent To": "\u5b9b\u5148", - "Sent To:": "\u5b9b\u5148: ", - "September": "9\u6708", - "Server Error, Please refresh the page and try again.": "\u30b5\u30fc\u30d0\u30fc\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Server error.": "\u30b5\u30fc\u30d0\u30fc\u30a8\u30e9\u30fc\u3002", - "Set Access": "\u30a2\u30af\u30bb\u30b9\u3092\u8a2d\u5b9a", - "Set as a Special Exam": "\u7279\u5225\u8a66\u9a13\u3068\u3057\u3066\u8a2d\u5b9a", - "Set up your certificate": "\u4fee\u4e86\u8a3c\u3092\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044", - "Settings": "\u8a2d\u5b9a", - "Share": "\u30b7\u30a7\u30a2", - "Share on Mozilla Backpack": "Mozilla Backpack\u3067\u30b7\u30a7\u30a2", - "Share your \"%(display_name)s\" award": "\"%(display_name)s\"\u3092\u30b7\u30a7\u30a2\u3059\u308b", - "Show": "\u8868\u793a", - "Show All": "\u5168\u3066\u3092\u8868\u793a", - "Show Deprecated Settings": "\u975e\u63a8\u5968\u306e\u8a2d\u5b9a\u3092\u8868\u793a", - "Show Discussion": "\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u3092\u8868\u793a", - "Show assessment results when subsection is past due": "\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u304c\u7de0\u5207\u3092\u904e\u304e\u308b\u3068\u8a55\u4fa1\u7d50\u679c\u3092\u8868\u793a\u3059\u308b", - "Show entire subsection": "\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u5168\u4f53\u3092\u8868\u793a", - "Show me other ways to sign in or register": "\u30b5\u30a4\u30f3\u30a4\u30f3\u307e\u305f\u306f\u767b\u9332\u3059\u308b\u4ed6\u306e\u65b9\u6cd5\u3092\u63a2\u3059", - "Show notes": "\u30ce\u30fc\u30c8\u3092\u8868\u793a", - "Show posts by {username}.": "{username}\u306e\u6295\u7a3f\u3092\u898b\u308b", - "Showing all responses": "\u3059\u3079\u3066\u306e\u8fd4\u4fe1\u3092\u8868\u793a\u4e2d", + ], + "Noted in:": "\u30ce\u30fc\u30c8\uff1a", + "Notes": "\u6ce8\u8a18", + "Notes hidden": "\u30ce\u30fc\u30c8\u975e\u8868\u793a", + "Notes visible": "\u30ce\u30fc\u30c8\u8868\u793a\u4e2d", + "November": "11\u6708", + "Now": "\u73fe\u5728", + "Number Sent": "\u9001\u4fe1\u6570", + "Number of Droppable": "\u843d\u7b2c\u3057\u3066\u3082\u3088\u3044\u6570", + "Number of Students": "\u53d7\u8b1b\u8005\u6570", + "Numbered List (Ctrl+O)": "\u6570\u5b57\u4ed8\u304d\u30ea\u30b9\u30c8 (Ctrl+O)", + "OK": "OK", + "ORDER NAME": "\u6ce8\u6587\u540d", + "ORDER NUMBER": "\u6ce8\u6587\u756a\u53f7", + "ORDER PLACED": "\u6ce8\u6587\u5730", + "October": "10\u6708", + "One or more rescheduling tasks failed.": "\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u5909\u66f4\u30bf\u30b9\u30af\u5931\u6557\u3002", + "Only properly formatted .csv files will be accepted.": "\u9069\u5207\u306a\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306e.csv\u30d5\u30a1\u30a4\u30eb\u306e\u307f\u8a31\u53ef\u3055\u308c\u307e\u3059\u3002", + "Only the parent course staff of a CCX can create content groups.": "CCX\u306e\u89aa\u8b1b\u5ea7\u306e\u30b9\u30bf\u30c3\u30d5\u306e\u307f\u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7\u3092\u4f5c\u6210\u3067\u304d\u307e\u3059\u3002", + "Open the certificate you earned for the %(title)s program.": "%(title)s \u30d7\u30ed\u30b0\u30e9\u30e0\u3067\u6388\u4e0e\u3055\u308c\u305f\u4fee\u4e86\u66f8\u3092\u958b\u3051\u3066\u304f\u3060\u3055\u3044\u3002", + "Open/download this file": "\u3053\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u958b\u304f/\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b", + "Option Deleted": "\u9078\u629e\u80a2\u524a\u9664\u6e08", + "Optional Characteristics": "\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u7279\u5fb4", + "Optional long description": "\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u8a73\u7d30\u8aac\u660e", + "Optionally, link your personal accounts to the social media icons on your edX profile.": "\u4efb\u610f\u3067\u3059\u304c\u3001\u3042\u306a\u305f\u306e\u500b\u4eba\u30a2\u30ab\u30a6\u30f3\u30c8\u3092edX\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u306e\u30bd\u30fc\u30b7\u30e3\u30eb\u30e1\u30c7\u30a3\u30a2\u30a2\u30a4\u30b3\u30f3\u306b\u30ea\u30f3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Options for {license_name}": " {license_name} \u306e\u30aa\u30d7\u30b7\u30e7\u30f3", + "Order Details": "\u6ce8\u6587\u306e\u8a73\u7d30", + "Order History": "\u6ce8\u6587\u5c65\u6b74", + "Order No.": "\u7533\u8fbc\u756a\u53f7", + "Order Number": "\u6ce8\u6587\u756a\u53f7", + "Organization": "\u7d44\u7e54", + "Organization ": "\u7d44\u7e54", + "Organization Name": "\u7d44\u7e54\u540d", + "Organization of the signatory": "\u7f72\u540d\u8005\u306e\u7d44\u7e54", + "Other": "\u305d\u306e\u4ed6", + "Overall Score": "\u7dcf\u5f97\u70b9", + "Page number out of %(total_pages)s": "%(total_pages)s\u30da\u30fc\u30b8\u4e2d\u306e\u9801\u756a\u53f7", + "Pagination": "\u30da\u30fc\u30b8\u756a\u53f7", + "Password": "\u30d1\u30b9\u30ef\u30fc\u30c9", + "Password assistance": "\u30d1\u30b9\u30ef\u30fc\u30c9\u8a2d\u5b9a", + "Path to Signature Image": "\u7f72\u540d\u753b\u50cf\u3078\u306e\u30d1\u30b9", + "Peer": "\u30d4\u30a2", + "Photo": "\u5199\u771f", + "Photo Captured successfully.": "\u554f\u984c\u306a\u304f\u5199\u771f\u30ad\u30e3\u30d7\u30c1\u30e3\u5b8c\u4e86\u3002", + "Photo ID": "\u5199\u771fID", + "Photo Identification": "\u5199\u771f\u306b\u3088\u308b\u672c\u4eba\u78ba\u8a8d", + "Photo of %(fullName)s": "%(fullName)s \u306e\u5199\u771f", + "Photo of %(fullName)s's ID": "%(fullName)s\u306e\u8eab\u5206\u8a3c\u660e\u66f8\u306e\u5199\u771f", + "Photo requirements:": "\u5199\u771f\u306e\u5fc5\u8981\u6761\u4ef6: ", + "Photos don't meet the requirements?": "\u5199\u771f\u304c\u5fc5\u8981\u6761\u4ef6\u3092\u6e80\u305f\u3057\u3066\u3044\u307e\u305b\u3093\u304b\uff1f", + "Placeholder": "Placeholder", + "Please Note": "\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044", + "Please add a photo of the instructor (Note: only JPEG or PNG format supported)": "\u8b1b\u5e2b\u306e\u5199\u771f\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044 (\u6ce8: JPEG \u307e\u305f\u306f PNG \u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306e\u307f\u53ef)", + "Please add the institute where the instructor is associated": "\u8b1b\u5e2b\u306e\u6240\u5c5e\u6a5f\u95a2\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044", + "Please add the instructor's biography": "\u8b1b\u5e2b\u306e\u7d4c\u6b74\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044", + "Please add the instructor's name": "\u8b1b\u5e2b\u540d\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044", + "Please add the instructor's title": "\u8b1b\u5e2b\u306e\u5f79\u8077\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044", + "Please address the errors on this page first, and then save your progress.": "\u307e\u305a\u3053\u306e\u30da\u30fc\u30b8\u306e\u30a8\u30e9\u30fc\u3092\u89e3\u6c7a\u3057\u3066\u304b\u3089\u3001\u5909\u66f4\u3092\u4fdd\u5b58\u3057\u3066\u4e0b\u3055\u3044\u3002", + "Please check the following validation feedbacks and reflect them in your course settings:": "\u4ee5\u4e0b\u306e\u8a8d\u8a3c\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\u3092\u78ba\u8a8d\u3057\u3066\u3001\u8b1b\u5ea7\u8a2d\u5b9a\u306b\u53cd\u6620\u3055\u305b\u3066\u304f\u3060\u3055\u3044: ", + "Please correct the outlined fields.": "\u7e01\u53d6\u3089\u308c\u305f\u6b04\u3092\u6b63\u3057\u304f\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Please describe this image or agree that it has no contextual value by checking the checkbox.": "\u753b\u50cf\u306e\u8a73\u7d30\u3092\u5165\u529b\u3059\u308b\u304b\u3001\u30c1\u30a7\u30c3\u30af\u30dc\u30c3\u30af\u30b9\u306b\u30c1\u30a7\u30c3\u30af\u3092\u3057\u3066\u80cc\u666f\u7684\u306a\u5024\u304c\u306a\u3044\u3053\u3068\u306b\u540c\u610f\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Please do not use any spaces in this field.": "\u3053\u306e\u6b04\u306b\u306f\u30b9\u30da\u30fc\u30b9\u3092\u4f7f\u7528\u3057\u306a\u3044\u3067\u4e0b\u3055\u3044\u3002", + "Please do not use any spaces or special characters in this field.": "\u3053\u306e\u6b04\u306b\u306f\u30b9\u30da\u30fc\u30b9\u3084\u7279\u6b8a\u6587\u5b57\u3092\u4f7f\u7528\u3057\u306a\u3044\u3067\u4e0b\u3055\u3044\u3002", + "Please enter a problem location.": "\u554f\u984c\u306e\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Please enter a score.": "\u70b9\u6570\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Please enter a student email address or username.": "\u53d7\u8b1b\u8005\u306e\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u307e\u305f\u306f\u30e6\u30fc\u30b6\u30fc\u540d\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Please enter a term in the {anchorStart} search field{anchorEnd}.": "{anchorStart} \u691c\u7d22\u6b04 {anchorEnd} \u306b\u7528\u8a9e\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Please enter a username or email.": "\u30e6\u30fc\u30b6\u30fc\u540d\u307e\u305f\u306f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Please enter a valid donation amount.": "\u6b63\u3057\u3044\u5bc4\u4ed8\u984d\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Please enter an integer between %(min)s and %(max)s.": "%(min)s\u304b\u3089%(max)s\u306e\u9593\u306e\u6574\u6570\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Please enter an integer between 0 and 100.": "0 \u304b\u3089 100 \u306e\u9593\u306e\u6574\u6570\u3092\u5165\u529b\u3057\u3066\u4e0b\u3055\u3044\u3002", + "Please enter an integer greater than 0.": "0 \u3088\u308a\u5927\u304d\u3044\u6574\u6570\u3092\u5165\u529b\u3057\u3066\u4e0b\u3055\u3044\u3002", + "Please enter non-negative integer.": "\u6b63\u306e\u6574\u6570\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Please enter valid start date and time.": "\u6b63\u3057\u3044\u958b\u59cb\u65e5\u6642\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Please enter your %(field)s.": "%(field)s \u3092\u5165\u529b\u3057\u3066\u4e0b\u3055\u3044\u3002", + "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "\u3053\u306e\u8aac\u660e\u306b\u5f93\u3063\u3066\u30d5\u30a1\u30a4\u30eb\u3092\u5225\u306e\u5834\u6240\u306b\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u305f\u3046\u3048\u3067\u30ea\u30f3\u30af\u3057\u3066\u304f\u3060\u3055\u3044: {maxFileSizeRedirectUrl}", + "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "\u3053\u306e\u753b\u9762\u3092\u8a18\u9332\u7528\u306b\u5370\u5237\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3053\u308c\u306f\u9818\u53ce\u66f8\u306b\u306a\u308a\u307e\u3059\u3002\u540c\u69d8\u306e\u60c5\u5831\u3092\u30e1\u30fc\u30eb\u3067\u3082\u304a\u9001\u308a\u3057\u3066\u3044\u307e\u3059\u3002", + "Please provide a description of the link destination.": "\u30ea\u30f3\u30af\u5148\u306e\u8a73\u7d30\u3092\u8ff0\u3079\u3066\u304f\u3060\u3055\u3044\u3002", + "Please provide a valid URL.": "\u6b63\u3057\u3044URL\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Please specify a reason.": "\u7406\u7531\u3092\u8aac\u660e\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Please verify that you have uploaded a valid image (PNG and JPEG).": "\u6b63\u3057\u3044\u753b\u50cf\u30d5\u30a1\u30a4\u30eb (PNG\u304a\u3088\u3073JPEG) \u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u305f\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Please verify that your webcam is connected and that you have allowed your browser to access it.": "Web\u30ab\u30e1\u30e9\u304c\u63a5\u7d9a\u3055\u308c\u3066\u3044\u308b\u304b\u78ba\u8a8d\u3057\u3001\u30d6\u30e9\u30a6\u30b6\u304b\u3089\u306e\u30a2\u30af\u30bb\u30b9\u304c\u8a31\u53ef\u3055\u308c\u3066\u3044\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Please wait": "\u304a\u5f85\u3061\u304f\u3060\u3055\u3044", + "Post": "\u6295\u7a3f", + "Practice Proctored": "\u76e3\u7763\u4ed8\u304d\u3092\u8a66\u3059", + "Practice proctored Exam": "\u76e3\u7763\u4ed8\u304d\u8a66\u9a13\u3092\u7df4\u7fd2\u3059\u308b", + "Preferred Language": "\u5e0c\u671b\u8a00\u8a9e", + "Prerequisite:": "\u5c65\u7fd2\u8981\u4ef6:", + "Prerequisite: %(prereq_display_name)s": "\u5c65\u7fd2\u8981\u4ef6: %(prereq_display_name)s", + "Prevent students from generating certificates in this course?": "\u53d7\u8b1b\u8005\u306b\u3053\u306e\u8b1b\u5ea7\u306e\u4fee\u4e86\u8a3c\u306e\u751f\u6210\u3092\u7981\u6b62\u3057\u307e\u3059\u304b\uff1f", + "Preview": "\u30d7\u30ec\u30d3\u30e5\u30fc", + "Preview Certificate": "\u4fee\u4e86\u8a3c\u3092\u30d7\u30ec\u30d3\u30e5\u30fc", + "Preview of uploaded image": "\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3055\u308c\u305f\u753b\u50cf\u306e\u30d7\u30ec\u30d3\u30e5\u30fc", + "Preview this query": "\u3053\u306e\u30af\u30a8\u30ea\u3092\u30d7\u30ec\u30d3\u30e5\u30fc\u3059\u308b", + "Previous": "\u524d\u3078", + "Previous Uploads": "\u904e\u53bb\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9", + "Previous Uploads table has been updated.": "\u4ee5\u524d\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u8868\u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002", + "Previously published": "\u4ee5\u524d\u306b\u516c\u958b\u6e08", + "Processing Re-run Request": "Re-run\u30ea\u30af\u30a8\u30b9\u30c8\u624b\u7d9a\u4e2d", + "Proctored": "\u76e3\u7763\u4ed8\u304d", + "Proctored Exam": "\u76e3\u7763\u4ed8\u304d\u8a66\u9a13", + "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.": "\u76e3\u7763\u4ed8\u304d\u8a66\u9a13\u306f\u6642\u9593\u5236\u9650\u304c\u3042\u308a\u3001\u53d7\u8b1b\u8005\u304c\u8a66\u9a13\u3092\u53d7\u3051\u3066\u3044\u308b\u69d8\u5b50\u3092\u9332\u753b\u3057\u307e\u3059\u3002\u305d\u306e\u9332\u753b\u3092\u898b\u76f4\u3057\u3001\u30eb\u30fc\u30eb\u306b\u5f93\u3063\u3066\u8a66\u9a13\u3092\u53d7\u3051\u3066\u3044\u308b\u304b\u3092\u78ba\u8a8d\u3057\u307e\u3059\u3002", + "Product Name": "\u88fd\u54c1\u540d", + "Professional Certificate for {courseName}": "{courseName}\u8b1b\u5ea7\u306eProfessional Certificate", + "Professional Education": "Professional Education", + "Professional Education Verified Certificate": "Professional Education\u8a8d\u8a3c\u4ed8\u304d\u4fee\u4e86\u8a3c", + "Profile": "\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb", + "Profile Image": "\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u753b\u50cf", + "Profile Visibility:": "\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u8868\u793a:", + "Profile image for {username}": "{username}\u306e\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u753b\u50cf", + "Promote another member to Admin to remove your admin rights": "\u4ed6\u306e\u30e1\u30f3\u30d0\u30fc\u3092\u7ba1\u7406\u8005\u306b\u4efb\u547d\u3057\u3001\u3042\u306a\u305f\u306e\u7ba1\u7406\u6a29\u9650\u3092\u524a\u9664\u3059\u308b", + "Provisional": "\u4e00\u6642\u7684\u30b5\u30dd\u30fc\u30c8", + "Provisionally Supported": "\u4e00\u6642\u7684\u30b5\u30dd\u30fc\u30c8", + "Publish": "\u516c\u958b", + "Publish all unpublished changes for this {item}?": "{item} \u306e\u672a\u516c\u958b\u306e\u5909\u66f4\u3092\u3059\u3079\u3066\u516c\u958b\u3057\u307e\u3059\u304b\uff1f", + "Publish {display_name}": "{display_name} \u3092\u516c\u958b", + "Published (not yet released)": "\u516c\u958b\u6e08\u307f(\u672a\u30ea\u30ea\u30fc\u30b9)", + "Published and Live": "\u516c\u958b\u6e08\u307f\u304a\u3088\u3073\u73fe\u5728", + "Publishing Status": "\u516c\u958b\u30b9\u30c6\u30fc\u30bf\u30b9", + "Queued": "\u5f85\u6a5f\u4e2d", + "REMAINING COURSES": "\u6b8b\u308a\u306e\u8b1b\u5ea7", + "Read More": "\u8a73\u3057\u304f\u77e5\u308b", + "Reason": "\u7406\u7531", + "Reason field should not be left blank.": "\u7406\u7531\u6b04\u306f\u7a7a\u6b04\u3067\u306f\u3044\u3051\u307e\u305b\u3093\u3002", + "Reason for change:": "\u5909\u66f4\u7406\u7531:", + "Receive updates": "\u66f4\u65b0\u60c5\u5831\u3092\u53d7\u3051\u53d6\u308b", + "Recent Activity": "\u6700\u8fd1\u306e\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3", + "Recommended image resolution is {imageResolution}, maximum image file size should be {maxFileSize} and format must be one of {supportedImageFormats}.": "\u63a8\u5968\u753b\u50cf\u89e3\u50cf\u5ea6\u306f{imageResolution}\u3001\u753b\u50cf\u306e\u6700\u5927\u30d5\u30a1\u30a4\u30eb\u30b5\u30a4\u30ba\u306f{maxFileSize}\u3001\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306f{supportedImageFormats}\u306e\u3044\u305a\u308c\u304b\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093\u3002", + "Redo (Ctrl+Shift+Z)": "\u3084\u308a\u76f4\u3057 (Ctrl+Shift+Z)", + "Redo (Ctrl+Y)": "\u3084\u308a\u76f4\u3057 (Ctrl+Y)", + "Regenerate": "\u518d\u751f\u6210", + "Regenerate the user's certificate": "\u30e6\u30fc\u30b6\u30fc\u306e\u4fee\u4e86\u8a3c\u3092\u518d\u751f\u6210", + "Register with Institution/Campus Credentials": "\u6a5f\u95a2/\u5b66\u6821\u306e\u8a3c\u660e\u66f8\u3067\u767b\u9332", + "Release Date and Time": "\u30ea\u30ea\u30fc\u30b9\u65e5\u6642", + "Release Date:": "\u30ea\u30ea\u30fc\u30b9\u65e5\uff1a", + "Release Status:": "\u516c\u958b\u30b9\u30c6\u30fc\u30bf\u30b9: ", + "Release Time in UTC:": "\u30ea\u30ea\u30fc\u30b9\u6642\u9593\uff08UTC\uff09: ", + "Release:": "\u30ea\u30ea\u30fc\u30b9: ", + "Released:": "\u516c\u958b\u65e5: ", + "Remaining": "\u6b8b\u308a", + "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "\u524a\u9664\u4e2d\u3067\u3059\u3002\u30a8\u30e9\u30fc\u3092\u9632\u3050\u305f\u3081\u3001\u51e6\u7406\u304c\u5b8c\u4e86\u3059\u308b\u307e\u3067\u3053\u306e\u30da\u30fc\u30b8\u304b\u3089\u79fb\u52d5\u3057\u306a\u3044\u3067\u304f\u3060\u3055\u3044\u3002", + "Remove": "\u524a\u9664", + "Remove all": "\u3059\u3079\u3066\u524a\u9664", + "Remove chapter %(chapterDisplayName)s": "\u30c1\u30e3\u30d7\u30bf\u30fc%(chapterDisplayName)s\u3092\u524a\u9664", + "Remove from Invalidation Table": "\u7121\u52b9\u5316\u8868\u304b\u3089\u524a\u9664", + "Remove from List": "\u30ea\u30b9\u30c8\u304b\u3089\u524a\u9664", + "Remove subsection %(subsectionDisplayName)s": "\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3%(subsectionDisplayName)s\u3092\u524a\u9664", + "Remove this team member?": "\u3053\u306e\u30e1\u30f3\u30d0\u30fc\u3092\u30c1\u30fc\u30e0\u304b\u3089\u524a\u9664\u3057\u307e\u3059\u304b\uff1f", + "Remove this video": "\u3053\u306e\u52d5\u753b\u3092\u524a\u9664", + "Remove unit %(unitName)s": "\u30e6\u30cb\u30c3\u30c8%(unitName)s\u3092\u524a\u9664", + "Remove {role} Access": "{role} \u306e\u30a2\u30af\u30bb\u30b9\u3092\u524a\u9664\u3059\u308b", + "Remove {video_name} video": "\u52d5\u753b{video_name}\u3092\u524a\u9664", + "Removing": "\u524a\u9664\u4e2d", + "Removing a video from this list does not affect course content. Any content that uses a previously uploaded video ID continues to display in the course.": "\u52d5\u753b\u3092\u30ea\u30b9\u30c8\u304b\u3089\u524a\u9664\u3057\u3066\u3082\u8b1b\u5ea7\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u306f\u5f71\u97ff\u3057\u307e\u305b\u3093\u3002\u4ee5\u524d\u306b\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3055\u308c\u305f\u52d5\u753bID\u3092\u4f7f\u7528\u3057\u3066\u3044\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u306f\u5f15\u304d\u7d9a\u304d\u8868\u793a\u3055\u308c\u307e\u3059\u3002", + "Replace": "\u7f6e\u304d\u63db\u3048", + "Report abuse, topics, and responses": "\u4e0d\u9069\u5207\u306a\u30c8\u30d4\u30c3\u30af\u3084\u89e3\u7b54\u3092\u5831\u544a\u3059\u308b", + "Requester": "\u30ea\u30af\u30a8\u30b9\u30c8\u3059\u308b\u4eba", + "Required field.": "\u5fc5\u9808\u6b04\u3067\u3059\u3002", + "Rescore problem '<%- problem_id %>' for all students?": "\u5168\u53d7\u8b1b\u8005\u306e\u554f\u984c '<%- problem_id %>' \u3092\u518d\u63a1\u70b9\u3057\u307e\u3059\u304b\uff1f", + "Reset Password": "\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4", + "Reset Your Password": "\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u518d\u8a2d\u5b9a", + "Reset attempts for all students on problem '<%- problem_id %>'?": "\u554f\u984c '<%- problem_id %>' \u306e\u5168\u53d7\u8b1b\u8005\u306e\u89e3\u7b54\u3092\u30ea\u30bb\u30c3\u30c8\u3057\u307e\u3059\u304b?", + "Responses could not be loaded. Refresh the page and try again.": "\u8fd4\u4fe1\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Restore enrollment code": "\u53d7\u8b1b\u767b\u9332\u30b3\u30fc\u30c9\u3092\u5fa9\u5143", + "Restrict access to:": "\u30a2\u30af\u30bb\u30b9\u3092\u5236\u9650\uff1a", + "Retake Photo": "\u518d\u64ae\u5f71\u3059\u308b", + "Retake Your Photos": "\u518d\u64ae\u5f71\u3059\u308b", + "Return and add email address": "\u623b\u3063\u3066\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u5165\u529b\u3059\u308b", + "Return to Export": "\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3078\u623b\u308b", + "Return to Your Dashboard": "\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u3078\u623b\u308b", + "Return to team listing": "\u30c1\u30fc\u30e0\u306e\u30ea\u30b9\u30c8\u8868\u793a\u306b\u623b\u308b", + "Review Rules": "\u30eb\u30fc\u30eb\u3092\u898b\u76f4\u3059", + "Review Your Photos": "\u5199\u771f\u3092\u78ba\u8a8d", + "Review your info": "\u60c5\u5831\u3092\u30ec\u30d3\u30e5\u30fc", + "Revoke access": "\u30a2\u30af\u30bb\u30b9\u3092\u653e\u68c4", + "Save": "\u4fdd\u5b58", + "Save Changes": "\u5909\u66f4\u3092\u4fdd\u5b58", + "Save changes": "\u5909\u66f4\u3092\u4fdd\u5b58", + "Saved cohort": "\u4fdd\u5b58\u3055\u308c\u305f\u30b3\u30db\u30fc\u30c8", + "Saving": "\u4fdd\u5b58\u4e2d", + "Saving your email preference": "\u30e1\u30fc\u30eb\u306e\u74b0\u5883\u8a2d\u5b9a\u3092\u4fdd\u5b58\u4e2d", + "Saving...": "\u4fdd\u5b58\u4e2d...", + "Scheduled:": "\u4e88\u5b9a\u6e08: ", + "Search": "\u691c\u7d22", + "Search Results": "\u691c\u7d22\u7d50\u679c", + "Search all posts": "\u5168\u3066\u306e\u6295\u7a3f\u304b\u3089\u691c\u7d22", + "Search teams": "\u30c1\u30fc\u30e0\u306e\u691c\u7d22", + "Section": "\u30bb\u30af\u30b7\u30e7\u30f3", + "Section Visibility": "\u30bb\u30af\u30b7\u30e7\u30f3\u8868\u793a", + "Select a Content Group": "\u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7\u3092\u9078\u629e", + "Select a chapter": "\u30c1\u30e3\u30d7\u30bf\u30fc\u3092\u9078\u629e", + "Select a cohort": "\u30b3\u30db\u30fc\u30c8\u3092\u9078\u629e", + "Select a cohort to manage": "\u7ba1\u7406\u3059\u308b\u30b3\u30db\u30fc\u30c8\u3092\u9078\u629e", + "Select a group type": "\u30b0\u30eb\u30fc\u30d7\u306e\u30bf\u30a4\u30d7\u3092\u9078\u629e", + "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.": "\u8a66\u9a13\u306e\u5272\u5f53\u6642\u9593\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u300224\u6642\u9593\u3092\u8d85\u3048\u308b\u5834\u5408\u306f\u3001\u6642\u9593\u6570\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u8b1b\u5e2b\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u304b\u3089\u53d7\u8b1b\u8005\u3054\u3068\u306b\u8a66\u9a13\u6642\u9593\u306e\u5ef6\u9577\u3092\u627f\u8a8d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", + "Select one or more groups:": "\uff11\u3064\u4ee5\u4e0a\u306e\u30b0\u30eb\u30fc\u30d7\u3092\u9078\u629e\uff1a", + "Select the course-wide discussion topics that you want to divide.": "\u5206\u5272\u3057\u305f\u3044\u8b1b\u5ea7\u5168\u4f53\u306e\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u30c8\u30d4\u30c3\u30af\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Select the time zone for displaying course dates. If you do not specify a time zone, course dates, including assignment deadlines, will be displayed in your browser's local time zone.": "\u8b1b\u5ea7\u306e\u65e5\u4ed8\u60c5\u5831\u3092\u8868\u793a\u3059\u308b\u969b\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u30bf\u30a4\u30e0\u30be\u30fc\u30f3\u3092\u6307\u5b9a\u3057\u3066\u3044\u306a\u3044\u5834\u5408\u3001\u7de0\u5207\u306a\u3069\u306e\u8b1b\u5ea7\u306e\u65e5\u4ed8\u60c5\u5831\u306f\u3042\u306a\u305f\u306e\u30d6\u30e9\u30a6\u30b6\u306e\u30ed\u30fc\u30ab\u30eb\u30bf\u30a4\u30e0\u30be\u30fc\u30f3\u3067\u8868\u793a\u3055\u308c\u307e\u3059\u3002", + "Selected tab": "\u9078\u629e\u3055\u308c\u305f\u30bf\u30d6", + "Self": "\u30bb\u30eb\u30d5", + "Send to:": "\u5b9b\u5148: ", + "Sent By": "\u9001\u4fe1\u8005", + "Sent By:": "\u9001\u4fe1\u8005: ", + "Sent To": "\u5b9b\u5148", + "Sent To:": "\u5b9b\u5148: ", + "September": "9\u6708", + "Server Error, Please refresh the page and try again.": "\u30b5\u30fc\u30d0\u30fc\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Server error.": "\u30b5\u30fc\u30d0\u30fc\u30a8\u30e9\u30fc\u3002", + "Set Access": "\u30a2\u30af\u30bb\u30b9\u3092\u8a2d\u5b9a", + "Set as a Special Exam": "\u7279\u5225\u8a66\u9a13\u3068\u3057\u3066\u8a2d\u5b9a", + "Set up your certificate": "\u4fee\u4e86\u8a3c\u3092\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044", + "Settings": "\u8a2d\u5b9a", + "Share": "\u30b7\u30a7\u30a2", + "Share on Mozilla Backpack": "Mozilla Backpack\u3067\u30b7\u30a7\u30a2", + "Share your \"%(display_name)s\" award": "\"%(display_name)s\"\u3092\u30b7\u30a7\u30a2\u3059\u308b", + "Show": "\u8868\u793a", + "Show All": "\u5168\u3066\u3092\u8868\u793a", + "Show Deprecated Settings": "\u975e\u63a8\u5968\u306e\u8a2d\u5b9a\u3092\u8868\u793a", + "Show Discussion": "\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u3092\u8868\u793a", + "Show assessment results when subsection is past due": "\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u304c\u7de0\u5207\u3092\u904e\u304e\u308b\u3068\u8a55\u4fa1\u7d50\u679c\u3092\u8868\u793a\u3059\u308b", + "Show entire subsection": "\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u5168\u4f53\u3092\u8868\u793a", + "Show me other ways to sign in or register": "\u30b5\u30a4\u30f3\u30a4\u30f3\u307e\u305f\u306f\u767b\u9332\u3059\u308b\u4ed6\u306e\u65b9\u6cd5\u3092\u63a2\u3059", + "Show notes": "\u30ce\u30fc\u30c8\u3092\u8868\u793a", + "Show posts by {username}.": "{username}\u306e\u6295\u7a3f\u3092\u898b\u308b", + "Showing all responses": "\u3059\u3079\u3066\u306e\u8fd4\u4fe1\u3092\u8868\u793a\u4e2d", "Showing first response": [ "\u6700\u521d\u306e {numResponses} \u4ef6\u306e\u8fd4\u4fe1\u3092\u8868\u793a\u4e2d" - ], - "Showing results for \"{searchString}\"": "\"{searchString}\" \u306e\u7d50\u679c\u3092\u8868\u793a\u4e2d", - "Showing {firstIndex} out of {numItems} total": "\u5168 {numItems} \u500b\u306e\u3046\u3061 {firstIndex} \u756a\u76ee\u3092\u8868\u793a\u4e2d", - "Showing {firstIndex}-{lastIndex} out of {numItems} total": "\u5168 {numItems}\u500b\u306e\u3046\u3061 {firstIndex}-{lastIndex} \u756a\u76ee\u3092\u8868\u793a\u4e2d", - "Sign In": "\u30b5\u30a4\u30f3\u30a4\u30f3", - "Sign in": "\u30b5\u30a4\u30f3\u30a4\u30f3", - "Sign in here using your email address and password, or use one of the providers listed below.": "\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3068\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u4f7f\u3046\u304b\u3001\u4ee5\u4e0b\u306e\u30d7\u30ed\u30d0\u30a4\u30c0\u306e\u3044\u305a\u308c\u304b\u3092\u4f7f\u3063\u3066\u30b5\u30a4\u30f3\u30a4\u30f3\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Sign in here using your email address and password.": "\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3068\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u4f7f\u3063\u3066\u30b5\u30a4\u30f3\u30a4\u30f3\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Sign in using %(providerName)s": "%(providerName)s \u3092\u4f7f\u3063\u3066\u30b5\u30a4\u30f3\u30a4\u30f3", - "Sign in with %(providerName)s": "%(providerName)s\u3067\u30b5\u30a4\u30f3\u30a4\u30f3", - "Sign in with Institution/Campus Credentials": "\u7d44\u7e54/\u5b66\u6821\u306e\u8a3c\u660e\u66f8\u3067\u30b5\u30a4\u30f3\u30a4\u30f3", - "Sign in.": "\u30b5\u30a4\u30f3\u30a4\u30f3\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Signatory": "\u7f72\u540d", - "Signatory field(s) has invalid data.": "\u7f72\u540d\u6b04 (\u8907\u6570\u306e\u5834\u5408\u3042\u308a) \u306b\u7121\u52b9\u306a\u30c7\u30fc\u30bf\u304c\u3042\u308a\u307e\u3059\u3002", - "Signature Image": "\u7f72\u540d\u753b\u50cf", - "Social Media Links": "\u30bd\u30fc\u30b7\u30e3\u30eb\u30e1\u30c7\u30a3\u30a2\u30ea\u30f3\u30af", - "Some Rights Reserved": "\u8457\u4f5c\u6a29\u306e\u4e00\u90e8\u306f\u4fdd\u8b77\u3055\u308c\u3066\u3044\u307e\u3059", - "Some images in this post have been omitted": "\u672c\u6295\u7a3f\u306e\u753b\u50cf\u306f\u7701\u7565\u3055\u308c\u307e\u3057\u305f\u3002", - "Something went wrong changing this enrollment. Please try again.": "\u767b\u9332\u306e\u5909\u66f4\u6642\u306b\u554f\u984c\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Sorry, no results were found.": "\u7533\u3057\u8a33\u3042\u308a\u307e\u305b\u3093\u304c\u3001\u691c\u7d22\u7d50\u679c\u304c\u3042\u308a\u307e\u305b\u3093\u3002", - "Sorted by": "\u30bd\u30fc\u30c8", - "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "\u6b63\u5f0f\u306a\u8b1b\u5ea7\u540d\u306e\u4ee3\u308f\u308a\u306b\u4fee\u4e86\u8a3c\u306b\u8868\u793a\u3055\u308c\u308b\u5225\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u6b63\u5f0f\u306a\u8b1b\u5ea7\u540d\u3092\u305d\u306e\u307e\u307e\u4f7f\u3046\u5834\u5408\u306f\u7a7a\u767d\u306e\u307e\u307e\u306b\u3057\u307e\u3059\u3002", - "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam, along with the {linkStart}general proctored exam rules{linkEnd}.": "\u76e3\u7763\u4ed8\u304d\u8a66\u9a13\u306e\u30ec\u30d3\u30e5\u30fc\u30c1\u30fc\u30e0\u304c\u9332\u753b\u3092\u898b\u76f4\u3059\u969b\u306b\u5f93\u3046\u3079\u304d\u30eb\u30fc\u30eb\u3084\u4f8b\u5916\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u4f8b\u3048\u3070\u3001\u8a08\u7b97\u6a5f\u306e\u4f7f\u7528\u3092\u8a31\u53ef\u3059\u308b\u3001\u306a\u3069\u3067\u3059\u3002\u3053\u3053\u306b\u5165\u529b\u3057\u305f\u30eb\u30fc\u30eb\u306f{linkStart}\u76e3\u7763\u4ed8\u304d\u8a66\u9a13\u306e\u4e00\u822c\u7684\u306a\u30eb\u30fc\u30eb{linkEnd}\u3068\u5171\u306b\u3001\u8a66\u9a13\u958b\u59cb\u524d\u306b\u53d7\u8b1b\u8005\u306b\u3082\u8868\u793a\u3055\u308c\u307e\u3059\u3002", - "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam.": "\u76e3\u7763\u4ed8\u304d\u8a66\u9a13\u306e\u30ec\u30d3\u30e5\u30fc\u30c1\u30fc\u30e0\u304c\u9332\u753b\u3092\u898b\u76f4\u3059\u969b\u306b\u5f93\u3046\u3079\u304d\u30eb\u30fc\u30eb\u3084\u4f8b\u5916\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u4f8b\u3048\u3070\u3001\u8a08\u7b97\u6a5f\u306e\u4f7f\u7528\u3092\u8a31\u53ef\u3059\u308b\u3001\u306a\u3069\u3067\u3059\u3002\u3053\u3053\u306b\u5165\u529b\u3057\u305f\u30eb\u30fc\u30eb\u306f\u8a66\u9a13\u958b\u59cb\u524d\u306b\u53d7\u8b1b\u8005\u306b\u3082\u8868\u793a\u3055\u308c\u307e\u3059\u3002", - "Specify whether content-specific discussion topics are divided.": "\u30b3\u30f3\u30c6\u30f3\u30c4\u91cd\u8996\u306e\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u30c8\u30d4\u30c3\u30af\u3092\u5206\u5272\u3059\u308b\u304b\u3069\u3046\u304b\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Specify whether discussion topics are divided": "\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u30c8\u30d4\u30c3\u30af\u3092\u5206\u5272\u3059\u308b\u304b\u3069\u3046\u304b\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Staff": "\u30b9\u30bf\u30c3\u30d5", - "Staff Only": "\u30b9\u30bf\u30c3\u30d5\u306e\u307f", - "Staff and Learners": "\u30b9\u30bf\u30c3\u30d5\u304a\u3088\u3073\u53d7\u8b1b\u8005", - "Start Date": "\u958b\u59cb\u65e5", - "Start generating certificates for all students in this course?": "\u3053\u306e\u8b1b\u5ea7\u306e\u5168\u53d7\u8b1b\u8005\u306e\u4fee\u4e86\u8a3c\u751f\u6210\u3092\u958b\u59cb\u3057\u307e\u3059\u304b\uff1f", - "Start regenerating certificates for students in this course?": "\u3053\u306e\u8b1b\u5ea7\u306e\u53d7\u8b1b\u8005\u306e\u4fee\u4e86\u8a3c\u306e\u518d\u751f\u6210\u3092\u958b\u59cb\u3057\u307e\u3059\u304b\uff1f", - "Start working toward your next learning goal.": "\u6b21\u306e\u5b66\u7fd2\u76ee\u6a19\u306b\u5411\u3051\u3066\u53d6\u308a\u7d44\u307f\u59cb\u3081\u307e\u3057\u3087\u3046\u3002", - "Started entrance exam rescore task for student '{student_id}'. Click the 'Show Task Status' button to see the status of the task.": "\u53d7\u8b1b\u8005\u00a0'{student_id}' \u306e\u5165\u5b66\u8a66\u9a13\u306e\u518d\u63a1\u70b9\u4f5c\u696d\u3092\u958b\u59cb\u3057\u307e\u3057\u305f\u3002 \u4f5c\u696d\u72b6\u6cc1\u3092\u898b\u308b\u306b\u306f '\u4f5c\u696d\u72b6\u6cc1\u3092\u898b\u308b' \u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Started rescore problem task for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u554f\u984c '<%- problem_id %>' \u304a\u3088\u3073\u53d7\u8b1b\u8005 '<%- student_id %>' \u306e\u518d\u63a1\u70b9\u4f5c\u696d\u3092\u958b\u59cb\u3057\u307e\u3057\u305f\u3002 \u4f5c\u696d\u72b6\u6cc1\u3092\u898b\u308b\u306b\u306f '\u4f5c\u696d\u72b6\u6cc1\u3092\u898b\u308b' \u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Started task to override the score for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u554f\u984c '<%- problem_id %>' \u304a\u3088\u3073\u53d7\u8b1b\u8005 '<%- student_id %>' \u306e\u70b9\u6570\u3092\u7121\u52b9\u306b\u3059\u308b\u4f5c\u696d\u3092\u958b\u59cb\u3057\u307e\u3057\u305f\u3002 \u4f5c\u696d\u72b6\u6cc1\u3092\u898b\u308b\u306b\u306f '\u4f5c\u696d\u72b6\u6cc1\u3092\u898b\u308b' \u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Starts": "\u958b\u59cb", - "Starts: %(start_date)s": "\u958b\u59cb: %(start_date)s", - "State": "\u72b6\u6cc1", - "Status": "\u30b9\u30c6\u30fc\u30bf\u30b9", - "Status of Your Response": "\u3042\u306a\u305f\u306e\u8fd4\u4fe1\u306e\u30b9\u30c6\u30fc\u30bf\u30b9", - "Student": "\u53d7\u8b1b\u8005", - "Student Removed from certificate white list successfully.": "\u4fee\u4e86\u8a3c\u30db\u30ef\u30a4\u30c8\u30ea\u30b9\u30c8\u304b\u3089\u306e\u53d7\u8b1b\u8005\u524a\u9664\u3092\u6b63\u5e38\u306b\u5b9f\u884c\u3057\u307e\u3057\u305f\u3002", - "Student email or username": "\u53d7\u8b1b\u8005\u306e\u30e1\u30fc\u30eb\u307e\u305f\u306f\u30e6\u30fc\u30b6\u30fc\u540d", - "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Add to Exception List\" button.": "\u53d7\u8b1b\u8005\u306e\u30e6\u30fc\u30b6\u30fc\u540d/\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u6b04\u306f\u5fc5\u9808\u3067\u3059\u3002\u304a\u624b\u6570\u3067\u3059\u304c\u30e6\u30fc\u30b6\u30fc\u540d/\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u5165\u529b\u3057\u3001\"\u4f8b\u5916\u4e00\u89a7\u3078\u8ffd\u52a0\" \u30dc\u30bf\u30f3\u3092\u62bc\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Invalidate Certificate\" button.": "\u53d7\u8b1b\u8005\u306e\u30e6\u30fc\u30b6\u30fc\u540d/\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u6b04\u306f\u5fc5\u9808\u3067\u3059\u3002\u304a\u624b\u6570\u3067\u3059\u304c\u30e6\u30fc\u30b6\u30fc\u540d/\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u5165\u529b\u3057\u3001\"\u4fee\u4e86\u8a3c\u3092\u5931\u52b9\u3059\u308b\"\u30dc\u30bf\u30f3\u3092\u62bc\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Studio:": "Studio: ", - "Subject": "\u4ef6\u540d", - "Subject:": "\u4ef6\u540d: ", - "Submit": "\u63d0\u51fa", - "Submit Application": "\u7533\u8fbc\u66f8\u63d0\u51fa", - "Submit enrollment change": "\u53d7\u8b1b\u767b\u9332\u5909\u66f4\u3092\u63d0\u51fa", - "Submitted": "\u63d0\u51fa\u6e08", - "Subsection": "\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3", - "Subsection Visibility": "\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u8868\u793a", - "Subsection is hidden after course end date": "\u8b1b\u5ea7\u7d42\u4e86\u65e5\u4ee5\u964d\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u306f\u975e\u8868\u793a\u306b\u306a\u308a\u307e\u3059", - "Subsection is hidden after due date": "\u7de0\u5207\u65e5\u4ee5\u964d\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u306f\u975e\u8868\u793a\u306b\u306a\u308a\u307e\u3059", - "Success": "\u6210\u529f", - "Success! Problem attempts reset for problem '<%- problem_id %>' and student '<%- student_id %>'.": "\u6210\u529f\uff01\u53d7\u8b1b\u8005 '<%- student_id %>' \u306e\u554f\u984c '<%- problem_id %>' \u306e\u56de\u7b54\u3092\u30ea\u30bb\u30c3\u30c8\u3057\u307e\u3057\u305f\u3002", - "Successfully deleted student state for user {user}": "\u30e6\u30fc\u30b6\u30fc {user} \u306e\u53d7\u8b1b\u8005\u72b6\u6cc1\u3092\u554f\u984c\u306a\u304f\u524a\u9664\u6e08", - "Successfully enrolled and sent email to the following users:": "\u6b21\u306e\u30e6\u30fc\u30b6\u30fc\u306e\u53d7\u8b1b\u767b\u9332\u304c\u5b8c\u4e86\u3057\u3001\u30e1\u30fc\u30eb\u304c\u9001\u4fe1\u3055\u308c\u307e\u3057\u305f: ", - "Successfully enrolled the following users:": "\u6b21\u306e\u30e6\u30fc\u30b6\u30fc\u304c\u6b63\u5e38\u306b\u53d7\u8b1b\u767b\u9332\u3055\u308c\u307e\u3057\u305f: ", - "Successfully overrode problem score for {user}": "\u30e6\u30fc\u30b6\u30fc {user} \u306e\u70b9\u6570\u306f\u554f\u984c\u306a\u304f\u7121\u52b9\u5316\u5b8c\u4e86", - "Successfully rescored problem for user {user}": "\u30e6\u30fc\u30b6\u30fc {user} \u306f\u554f\u984c\u306a\u304f\u518d\u63a1\u70b9\u6e08", - "Successfully rescored problem to improve score for user {user}": "\u30e6\u30fc\u30b6\u30fc {user} \u306f\u554f\u984c\u306a\u304f\u518d\u63a1\u70b9\u6e08", - "Successfully reset the attempts for user {user}": "\u30e6\u30fc\u30b6\u30fc {user} \u306e\u89e3\u7b54\u3092\u554f\u984c\u306a\u304f\u30ea\u30bb\u30c3\u30c8\u6e08", - "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "\u6b21\u306e\u30e6\u30fc\u30b6\u30fc\u306b\u53d7\u8b1b\u767b\u9332\u30e1\u30fc\u30eb\u304c\u6b63\u5e38\u306b\u9001\u4fe1\u3055\u308c\u307e\u3057\u305f\u3002\u767b\u9332\u5b8c\u4e86\u5f8c\u306b\u53d7\u8b1b\u767b\u9332\u304c\u53ef\u80fd\u306b\u306a\u308a\u307e\u3059: ", - "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "\u6b21\u306e\u30e6\u30fc\u30b6\u30fc\u306b\u53d7\u8b1b\u767b\u9332\u30e1\u30fc\u30eb\u304c\u6b63\u5e38\u306b\u9001\u4fe1\u3055\u308c\u307e\u3057\u305f\u3002\u767b\u9332\u5b8c\u4e86\u5f8c\u306b\u53d7\u8b1b\u767b\u9332\u3055\u308c\u307e\u3059: ", - "Successfully started task to rescore problem '<%- problem_id %>' for all students. Click the 'Show Task Status' button to see the status of the task.": "\u5168\u53d7\u8b1b\u8005\u306e\u554f\u984c '<%- problem_id %>' \u306e\u518d\u63a1\u70b9\u4f5c\u696d\u3092\u554f\u984c\u306a\u304f\u958b\u59cb\u3057\u307e\u3057\u305f\u3002 \u4f5c\u696d\u72b6\u6cc1\u3092\u898b\u308b\u306b\u306f '\u4f5c\u696d\u72b6\u6cc1\u3092\u898b\u308b' \u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Successfully started task to reset attempts for problem '<%- problem_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u554f\u984c '<%- problem_id %>' \u306e\u89e3\u7b54\u306e\u30ea\u30bb\u30c3\u30c8\u4f5c\u696d\u3092\u554f\u984c\u306a\u304f\u958b\u59cb\u3057\u307e\u3057\u305f\u3002\u4f5c\u696d\u72b6\u6cc1\u3092\u898b\u308b\u306b\u306f '\u4f5c\u696d\u72b6\u6cc1\u3092\u898b\u308b' \u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Successfully unlinked.": "\u30ea\u30f3\u30af\u89e3\u9664\u5b8c\u4e86\u3002", - "Supported": "\u30b5\u30dd\u30fc\u30c8\u5bfe\u8c61", - "Supported file types: {supportedVideoTypes}": "\u5bfe\u5fdc\u30d5\u30a1\u30a4\u30eb\u30bf\u30a4\u30d7: {supportedVideoTypes}", - "TOTAL": "\u5408\u8a08", - "Tags": "\u30bf\u30b0", - "Tags:": "\u30bf\u30b0\uff1a", - "Take Photo": "\u5199\u771f\u3092\u64ae\u308b", - "Take Your Photo": "\u5199\u771f\u3092\u64ae\u308b", - "Take a Photo of Your ID": "\u3042\u306a\u305f\u306eID\u306e\u5199\u771f\u3092\u64ae\u5f71\u3059\u308b", - "Take a photo of your ID": "\u3042\u306a\u305f\u306eID\u306e\u5199\u771f\u3092\u64ae\u5f71\u3059\u308b", - "Take me to the main course page": "\u30e1\u30a4\u30f3\u8b1b\u5ea7\u30da\u30fc\u30b8\u3078", - "Take me to the main library page": "\u30e1\u30a4\u30f3\u30e9\u30a4\u30d6\u30e9\u30ea\u30da\u30fc\u30b8\u3078", - "Task ID": "\u30bf\u30b9\u30afID", - "Task Progress": "\u30bf\u30b9\u30af\u9032\u6357", - "Task Status": "\u4f5c\u696d\u72b6\u6cc1", - "Task Type": "\u30bf\u30b9\u30af\u30fb\u30bf\u30a4\u30d7", - "Task inputs": "\u30bf\u30b9\u30af\u5165\u529b", - "Teaching Assistant": "\u30c6\u30a3\u30fc\u30c1\u30f3\u30b0\u30a2\u30b7\u30b9\u30bf\u30f3\u30c8", - "Team \"{team}\" successfully deleted.": "\u30c1\u30fc\u30e0 \"{team}\" \u306f\u554f\u984c\u306a\u304f\u524a\u9664\u3055\u308c\u307e\u3057\u305f\u3002", - "Team Description (Required) *": "\u30c1\u30fc\u30e0\u306e\u8aac\u660e (\u5fc5\u9808) *", - "Team Details": "\u30c1\u30fc\u30e0\u8a73\u7d30", - "Team Name (Required) *": "\u30c1\u30fc\u30e0\u540d (\u5fc5\u9808) *", - "Team Search": "\u30c1\u30fc\u30e0\u691c\u7d22", - "Team capacity": "\u30c1\u30fc\u30e0\u5b9a\u54e1", - "Team description cannot have more than 300 characters.": "\u30c1\u30fc\u30e0\u306e\u8aac\u660e\u306f300\u6587\u5b57\u4ee5\u4e0b\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Team member profiles": "\u30c1\u30fc\u30e0\u30e1\u30f3\u30d0\u30fc\u306e\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb", - "Team name cannot have more than 255 characters.": "\u30c1\u30fc\u30e0\u540d\u306f 255 \u6587\u5b57\u4ee5\u4e0b\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Teams": "\u30c1\u30fc\u30e0", - "Teams Pagination": "\u30c1\u30fc\u30e0\u306e\u30da\u30fc\u30b8\u6570", - "Tell other learners a little about yourself: where you live, what your interests are, why you're taking courses, or what you hope to learn.": "\u81ea\u5df1\u7d39\u4ecb\u3092\u3057\u3066\u304f\u3060\u3055\u3044: \u3069\u3053\u306b\u4f4f\u3093\u3067\u3044\u308b\u306e\u304b\u3001\u4f55\u306b\u8208\u5473\u304c\u3042\u308b\u306e\u304b\u3001\u306a\u305c\u53d7\u8b1b\u3059\u308b\u3053\u3068\u306b\u3057\u305f\u306e\u304b\u3001\u4f55\u3092\u5b66\u3073\u305f\u3044\u304b\u306a\u3069\u3002", - "Terms of Service and Honor Code": "\u5229\u7528\u898f\u7d04\u304a\u3088\u3073\u502b\u7406\u898f\u5b9a", - "Textbook Name": "\u6559\u79d1\u66f8\u540d", - "Textbook information": "\u6559\u79d1\u66f8\u60c5\u5831", - "Thank you %(full_name)s! We have received your payment for %(course_name)s.": "%(full_name)s\u69d8\u3001\u3042\u308a\u304c\u3068\u3046\u3054\u3056\u3044\u307e\u3059\uff01%(course_name)s\u306b\u95a2\u3059\u308b\u304a\u652f\u6255\u3044\u3092\u53d7\u7406\u3057\u307e\u3057\u305f\u3002", - "Thank you for submitting your financial assistance application for {course_name}! You can expect a response in 2-4 business days.": "{course_name}\u306e\u7d4c\u6e08\u63f4\u52a9\u7533\u8fbc\u66f8\u3092\u3054\u63d0\u51fa\u3044\u305f\u3060\u304d\u3001\u3042\u308a\u304c\u3068\u3046\u3054\u3056\u3044\u307e\u3059\uff012-4\u55b6\u696d\u65e5\u4ee5\u5185\u306b\u8fd4\u4fe1\u304c\u5c4a\u304d\u307e\u3059\u3002", - "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "\u5199\u771f\u3092\u3054\u63d0\u51fa\u3044\u305f\u3060\u304d\u3001\u3042\u308a\u304c\u3068\u3046\u3054\u3056\u3044\u307e\u3059\u3002\u307e\u3082\u306a\u304f\u78ba\u8a8d\u3044\u305f\u3057\u307e\u3059\u3002%(platformName)s\u306e\u8a8d\u8a3c\u4ed8\u304d\u4fee\u4e86\u8a3c\u3092\u767a\u884c\u3057\u3066\u3044\u308b\u8b1b\u5ea7\u306b\u767b\u9332\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u8a8d\u8a3c\u306f\uff11\u5e74\u9593\u6709\u52b9\u3067\u3059\u3002\uff11\u5e74\u5f8c\u306b\u518d\u3073\u8a8d\u8a3c\u7528\u5199\u771f\u306e\u63d0\u51fa\u304c\u5fc5\u8981\u3068\u306a\u308a\u307e\u3059\u3002", - "Thank you! We have received your payment for {courseName}.": "\u3042\u308a\u304c\u3068\u3046\u3054\u3056\u3044\u307e\u3057\u305f\uff01 {courseName}\u8b1b\u5ea7\u306e\u652f\u6255\u3092\u53d7\u9818\u3057\u307e\u3057\u305f\u3002", - "Thanks for returning to verify your ID in: {courseName}": "\u672c\u8b1b\u5ea7\u306eID\u8a8d\u8a3c\u306b\u304a\u8d8a\u3057\u3044\u305f\u3060\u304d\u3001\u3042\u308a\u304c\u3068\u3046\u3054\u3056\u3044\u307e\u3059: {courseName}", - "The certificate available date must be later than the course end date.": "\u4fee\u4e86\u8a3c\u53d7\u9818\u65e5\u306f\u8b1b\u5ea7\u7d42\u4e86\u65e5\u3088\u308a\u5f8c\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093\u3002", - "The certificate for this learner has been re-validated and the system is re-running the grade for this learner.": "\u3053\u306e\u53d7\u8b1b\u8005\u306e\u4fee\u4e86\u8a3c\u306f\u518d\u5ea6\u6709\u52b9\u3068\u306a\u308a\u307e\u3057\u305f\u306e\u3067\u3001\u30b7\u30b9\u30c6\u30e0\u306f\u63a1\u70b9\u3092\u518d\u958b\u3057\u307e\u3059\u3002", - "The cohort cannot be added": "\u30b3\u30db\u30fc\u30c8\u304c\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093", - "The cohort cannot be saved": "\u30b3\u30db\u30fc\u30c8\u304c\u4fdd\u5b58\u3067\u304d\u307e\u305b\u3093", - "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "\u7d44\u7e54\u540d\u3001\u30e9\u30a4\u30d6\u30e9\u30ea\u30b3\u30fc\u30c9\u6b04\u306e\u5408\u8a08\u6587\u5b57\u6570\u306f<%=limit%>\u6587\u5b57\u307e\u3067\u3067\u3059\u3002", - "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "\u7d44\u7e54\u540d\u3001\u8b1b\u5ea7\u756a\u53f7\u3001course run\u6b04\u306e\u5408\u8a08\u6587\u5b57\u6570\u306f<%=limit%>\u6587\u5b57\u307e\u3067\u3067\u3059\u3002", - "The country or region where you live.": "\u304a\u4f4f\u307e\u3044\u306e\u56fd\u30fb\u5730\u57df\u3002", - "The country that team members primarily identify with.": "\u30c1\u30fc\u30e0\u306e\u4e3b\u306a\u30e1\u30f3\u30d0\u30fc\u306e\u56fd\u3002", - "The course end date must be later than the course start date.": "\u8b1b\u5ea7\u7d42\u4e86\u65e5\u306f\u3001\u8b1b\u5ea7\u958b\u59cb\u65e5\u3088\u308a\u5f8c\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002", - "The course must have an assigned start date.": "\u8b1b\u5ea7\u958b\u59cb\u65e5\u3092\u8a2d\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002", - "The course start date must be later than the enrollment start date.": "\u8b1b\u5ea7\u958b\u59cb\u65e5\u306f\u3001\u53d7\u8b1b\u767b\u9332\u958b\u59cb\u65e5\u3088\u308a\u5f8c\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002", - "The display of ungraded and checked out responses could not be loaded.": "\u63a1\u70b9\u5bfe\u8c61\u5916\u304a\u3088\u3073\u30c1\u30a7\u30c3\u30af\u30a2\u30a6\u30c8\u6e08\u306e\u8fd4\u4fe1\u306e\u8868\u793a\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f\u3002", - "The email address you've provided isn't formatted correctly.": "\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u306e\u66f8\u5f0f\u304c\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093\u3002", - "The enrollment end date cannot be after the course end date.": "\u53d7\u8b1b\u767b\u9332\u7d42\u4e86\u65e5\u306f\u3001\u8b1b\u5ea7\u7d42\u4e86\u65e5\u3088\u308a\u5f8c\u306b\u306f\u3067\u304d\u307e\u305b\u3093\u3002", - "The enrollment start date cannot be after the enrollment end date.": "\u53d7\u8b1b\u767b\u9332\u958b\u59cb\u65e5\u306f\u3001\u53d7\u8b1b\u767b\u9332\u7d42\u4e86\u65e5\u3088\u308a\u5f8c\u306b\u306f\u3067\u304d\u307e\u305b\u3093\uff0e", - "The file must be at least {size} in size.": "\u30d5\u30a1\u30a4\u30eb\u5bb9\u91cf\u306f\u5c11\u306a\u304f\u3068\u3082{size}\u5fc5\u8981\u3067\u3059\u3002", - "The file must be smaller than {size} in size.": "\u30d5\u30a1\u30a4\u30eb\u5bb9\u91cf\u306f{size}\u4ee5\u4e0b\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093\u3002", - "The following email addresses and/or usernames are invalid:": "\u6b21\u306e\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u307e\u305f\u306f\u30e6\u30fc\u30b6\u30fc\u540d\u304c\u7121\u52b9\u3067\u3059: ", - "The following errors were generated:": "\u4ee5\u4e0b\u306e\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: ", - "The following file types are not allowed: ": "\u6b21\u306b\u793a\u3059\u30d5\u30a1\u30a4\u30eb\u30bf\u30a4\u30d7\u306f\u4e0d\u6b63\u3067\u3059\uff1a", - "The following information is already a part of your {platform} profile. We\\'ve included it here for your application.": "\u4ee5\u4e0b\u306e\u60c5\u5831\u306f\u3059\u3067\u306b\u3042\u306a\u305f\u306e{platform}\u306e\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u306b\u5165\u3063\u3066\u3044\u307e\u3059\u3002\u7533\u8fbc\u66f8\u306b\u4ee5\u4e0b\u306e\u60c5\u5831\u3092\u5165\u308c\u307e\u3057\u305f\u3002", - "The following message will be displayed at the bottom of the courseware pages within your course:": "\u6b21\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u306f\u30b3\u30fc\u30b9\u30a6\u30a7\u30a2\u753b\u9762\u306e\u4e0b\u90e8\u306b\u8868\u793a\u3055\u308c\u307e\u3059: ", - "The following options are available for the {license_name} license.": " {license_name}\u30e9\u30a4\u30bb\u30f3\u30b9\u3067\u306f\u3001\u4ee5\u4e0b\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u5229\u7528\u3067\u304d\u307e\u3059\u3002", - "The following users are no longer enrolled in the course:": "\u6b21\u306e\u30e6\u30fc\u30b6\u30fc\u306f\u8b1b\u5ea7\u306b\u53d7\u8b1b\u767b\u9332\u3055\u308c\u3066\u3044\u307e\u305b\u3093: ", - "The following warnings were generated:": "\u4ee5\u4e0b\u306e\u8b66\u544a\u304c\u767a\u751f\u3057\u307e\u3057\u305f: ", - "The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.": "\u3053\u306e\u30bf\u30a4\u30d7\u306e\u8ab2\u984c\u306e\u4e00\u822c\u7684\u306a\u30ab\u30c6\u30b4\u30ea\u30fc\u3002\u4f8b. \u5bbf\u984c\u307e\u305f\u306f\u4e2d\u9593\u8a66\u9a13\u3002\u3053\u306e\u540d\u79f0\u306f\u53d7\u8b1b\u8005\u306b\u8868\u793a\u3055\u308c\u307e\u3059\u3002", - "The language that team members primarily use to communicate with each other.": "\u30c1\u30fc\u30e0\u306e\u30e1\u30f3\u30d0\u30fc\u304c\u304a\u4e92\u3044\u306b\u30b3\u30df\u30e5\u30cb\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u3059\u308b\u969b\u306b\u4e3b\u3068\u3057\u3066\u4f7f\u3046\u8a00\u8a9e\u3002", - "The minimum grade for course credit is not set.": "\u8b1b\u5ea7\u5358\u4f4d\u8a8d\u5b9a\u306b\u5fc5\u8981\u306a\u6700\u4f4e\u70b9\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002", - "The minimum score percentage must be a whole number between 0 and 100.": "\u6700\u4f4e\u30b9\u30b3\u30a2%\u306f0\u304b\u3089100\u306e\u9593\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002", - "The name of this signatory as it should appear on certificates.": "\u4fee\u4e86\u8a3c\u306b\u8868\u793a\u3055\u308c\u308b\u7f72\u540d\u306e\u540d\u524d", - "The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.": "\u3053\u306e\u30bf\u30a4\u30d7\u306e\u8ab2\u984c\u306e\u3046\u3061\u843d\u7b2c\u3057\u3066\u3082\u3088\u3044\u6570\u3002\u70b9\u6570\u306e\u4f4e\u3044\u8ab2\u984c\u304b\u3089\u5148\u306b\u843d\u3068\u3055\u308c\u307e\u3059\u3002", - "The number of subsections in the course that contain problems of this assignment type.": "\u3053\u306e\u8ab2\u984c\u30bf\u30a4\u30d7\u306e\u554f\u984c\u3092\u542b\u3080\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u6570\u3002", - "The organization that this signatory belongs to, as it should appear on certificates.": "\u4fee\u4e86\u8a3c\u306b\u8868\u793a\u3055\u308c\u308b\u3053\u306e\u7f72\u540d\u8005\u304c\u6240\u5c5e\u3057\u3066\u3044\u308b\u7d44\u7e54", - "The page \"{route}\" could not be found.": "\"{route}\" \u3068\u3044\u3046\u30da\u30fc\u30b8\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002", - "The photo of your face matches the photo on your ID.": "\u9854\u5199\u771f\u3068ID\u306e\u5199\u771f\u304c\u4e00\u81f4\u3057\u3066\u3044\u308b\u3002", - "The post you selected has been deleted.": "\u3042\u306a\u305f\u304c\u9078\u629e\u3057\u305f\u6295\u7a3f\u306f\u524a\u9664\u3055\u308c\u3066\u3044\u307e\u3059\u3002", - "The published branch version, {published}, was reset to the draft branch version, {draft}.": "\u516c\u958b\u6e08\u307f\u30d6\u30e9\u30f3\u30c1\u306e\u30d0\u30fc\u30b8\u30e7\u30f3{published}\u306f\u30c9\u30e9\u30d5\u30c8\u30d6\u30e9\u30f3\u30c1\u306e\u30d0\u30fc\u30b8\u30e7\u30f3{draft}\u306b\u30ea\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3057\u305f\u3002", - "The raw error message is:": "\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u306e\u539f\u6587\uff1a", - "The refund deadline for this course has passed,so you will not receive a refund.": "\u3053\u306e\u8b1b\u5ea7\u306e\u6255\u3044\u623b\u3057\u671f\u9650\u304c\u904e\u304e\u307e\u3057\u305f\u306e\u3067\u3001\u6255\u3044\u623b\u3057\u3092\u53d7\u3051\u3089\u308c\u307e\u305b\u3093\u3002", - "The selected content group does not exist": "\u9078\u629e\u3055\u308c\u305f\u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7\u306f\u5b58\u5728\u3057\u307e\u305b\u3093", - "The selected image must be larger than {minFileSizeInKB}.": "\u9078\u629e\u3059\u308b\u753b\u50cf\u306f {minFileSizeInKB} \u4ee5\u4e0a\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093\u3002", - "The selected image must be smaller than {maxFileSizeInMB}.": "\u9078\u629e\u3059\u308b\u753b\u50cf\u306f {maxFileSizeInMB} \u3092\u8d85\u3048\u3066\u306f\u3044\u3051\u307e\u305b\u3093\u3002", - "The server could not be contacted.": "\u30b5\u30fc\u30d0\u30fc\u306b\u63a5\u7d9a\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002", - "The staff assessment form could not be loaded.": "\u30b9\u30bf\u30c3\u30d5\u30a2\u30bb\u30b9\u30e1\u30f3\u30c8\u30d5\u30a9\u30fc\u30e0\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f\u3002", - "The submission could not be removed from the grading pool.": "\u63d0\u51fa\u7269\u3092\u63a1\u70b9\u30d7\u30fc\u30eb\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002", - "The team \"{team}\" could not be found.": "\"{team}\" \u3068\u3044\u3046\u30c1\u30fc\u30e0\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002", - "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "\uff11\u3064\u76ee\u306e\u52d5\u753b\u30d5\u30a1\u30a4\u30eb\u306e\u6642\u9593\u4ed8\u304d\u5b57\u5e55\u306f\uff12\u3064\u76ee\u306e\u52d5\u753b\u30d5\u30a1\u30a4\u30eb\u306e\u3082\u306e\u3068\u9055\u3044\u307e\u3059\u3002", - "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "\u3053\u306e\u52d5\u753b\u7528\u306eedX\u4e0a\u306e\u6642\u9593\u4ed8\u304d\u5b57\u5e55\u306f\u53e4\u3044\u3067\u3059\u304c\u3001YouTube\u306b\u306f\u6700\u65b0\u306e\u3082\u306e\u304c\u3042\u308a\u307e\u3059\u3002", - "The topic \"{topic}\" could not be found.": "\"{topic}\" \u3068\u3044\u3046\u30c8\u30d4\u30c3\u30af\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002", - "The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.": "\u3053\u306e\u30bf\u30a4\u30d7\u306e\u8ab2\u984c\u3059\u3079\u3066\u306e\u91cd\u307f\u3002\u5408\u8a08\u70b9\u306b\u5bfe\u3059\u308b\uff05\u3002\u4f8b\u3048\u307040\u3002\uff05\u8a18\u53f7\u306f\u5165\u529b\u3057\u306a\u3044\u3067\u304f\u3060\u3055\u3044\u3002", - "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "\u30b3\u30db\u30fc\u30c8 {cohortGroupName} \u304c\u4f5c\u6210\u3055\u308c\u307e\u3057\u305f\u3002\u3053\u306e\u30b3\u30db\u30fc\u30c8\u306b\u306f\u624b\u52d5\u3067\u53d7\u8b1b\u8005\u3092\u8ffd\u52a0\u3067\u304d\u307e\u3059\u3002", - "There are invalid keywords in your email. Check the following keywords and try again.": "\u30e1\u30fc\u30eb\u306b\u7121\u52b9\u306a\u30ad\u30fc\u30ef\u30fc\u30c9\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002\u4ee5\u4e0b\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u3092\u78ba\u8a8d\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.": "XML\u306b\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u306b\u3042\u305f\u3063\u3066\u5c11\u306a\u304f\u3068\u3082\uff11\u3064\u306e\u306e\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306b\u554f\u984c\u304c\u3042\u308a\u307e\u3059\u3002\u5225\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3092\u8a66\u307f\u308b\u524d\u306b\u3001\u7de8\u96c6\u30da\u30fc\u30b8\u306b\u79fb\u52d5\u3057\u3066\u30a8\u30e9\u30fc\u3092\u4fee\u6b63\u3059\u308b\u3053\u3068\u3092\u304a\u52e7\u3081\u3057\u307e\u3059\u3002\u30da\u30fc\u30b8\u5185\u306e\u5168\u3066\u306e\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u304c\u6b63\u5e38\u3067\u3042\u308b\u3053\u3068\u53ca\u3073\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u304c\u8868\u793a\u3055\u308c\u306a\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "There has been an error processing your survey.": "\u30a2\u30f3\u30b1\u30fc\u30c8\u8abf\u67fb\u51e6\u7406\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002", - "There has been an error while exporting.": "\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002", - "There has been an error with your export.": "\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u969b\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002", - "There is invalid code in your content. Please check to make sure it is valid HTML.": "\u7121\u52b9\u306a\u30b3\u30fc\u30c9\u304c\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002\u6709\u52b9\u306aHTML\u3067\u3042\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "There is no email history for this course.": "\u3053\u306e\u8b1b\u5ea7\u306e\u30e1\u30fc\u30eb\u5c65\u6b74\u306f\u3042\u308a\u307e\u305b\u3093\u3002", - "There must be at least one group.": "\u5c11\u306a\u304f\u3068\u3082\uff11\u30b0\u30eb\u30fc\u30d7\u5fc5\u8981\u3067\u3059\u3002", - "There must be one cohort to which students can automatically be assigned.": "\u53d7\u8b1b\u8005\u304c\u81ea\u52d5\u7684\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u308b\u306b\u306f\u30b3\u30db\u30fc\u30c8\u304c\uff11\u3064\u5fc5\u8981\u3067\u3059\u3002", - "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "\u30ec\u30dd\u30fc\u30c8\u306e\u4f5c\u6210\u4e2d\u306b\u554f\u984c\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\"\u8cac\u4efb\u8005\u7528\u30b5\u30de\u30ea\u306e\u4f5c\u6210\" \u3092\u9078\u629e\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "There was an error changing the user's role": "\u30e6\u30fc\u30b6\u30fc\u306e\u6a29\u9650\u3092\u5909\u66f4\u3059\u308b\u969b\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f", - "There was an error obtaining email content history for this course.": "\u3053\u306e\u8b1b\u5ea7\u306e\u30e1\u30fc\u30eb\u30b3\u30f3\u30c6\u30f3\u30c4\u5c65\u6b74\u306e\u53d6\u5f97\u6642\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002", - "There was an error obtaining email task history for this course.": "\u3053\u306e\u8b1b\u5ea7\u306e\u30e1\u30fc\u30eb\u5c65\u6b74\u3092\u53d6\u5f97\u3059\u308b\u969b\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002", - "There was an error retrieving preview results for this catalog. Please check that your query is correct and try again.": "\u672c\u30ab\u30bf\u30ed\u30b0\u306e\u30d7\u30ec\u30d3\u30e5\u30fc\u7d50\u679c\u3092\u5fa9\u5143\u3059\u308b\u969b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30af\u30a8\u30ea\u304c\u6b63\u3057\u3044\u304b\u78ba\u8a8d\u3057\u3066\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + ], + "Showing results for \"{searchString}\"": "\"{searchString}\" \u306e\u7d50\u679c\u3092\u8868\u793a\u4e2d", + "Showing {firstIndex} out of {numItems} total": "\u5168 {numItems} \u500b\u306e\u3046\u3061 {firstIndex} \u756a\u76ee\u3092\u8868\u793a\u4e2d", + "Showing {firstIndex}-{lastIndex} out of {numItems} total": "\u5168 {numItems}\u500b\u306e\u3046\u3061 {firstIndex}-{lastIndex} \u756a\u76ee\u3092\u8868\u793a\u4e2d", + "Sign In": "\u30b5\u30a4\u30f3\u30a4\u30f3", + "Sign in": "\u30b5\u30a4\u30f3\u30a4\u30f3", + "Sign in here using your email address and password, or use one of the providers listed below.": "\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3068\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u4f7f\u3046\u304b\u3001\u4ee5\u4e0b\u306e\u30d7\u30ed\u30d0\u30a4\u30c0\u306e\u3044\u305a\u308c\u304b\u3092\u4f7f\u3063\u3066\u30b5\u30a4\u30f3\u30a4\u30f3\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Sign in here using your email address and password.": "\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3068\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u4f7f\u3063\u3066\u30b5\u30a4\u30f3\u30a4\u30f3\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Sign in using %(providerName)s": "%(providerName)s \u3092\u4f7f\u3063\u3066\u30b5\u30a4\u30f3\u30a4\u30f3", + "Sign in with %(providerName)s": "%(providerName)s\u3067\u30b5\u30a4\u30f3\u30a4\u30f3", + "Sign in with Institution/Campus Credentials": "\u7d44\u7e54/\u5b66\u6821\u306e\u8a3c\u660e\u66f8\u3067\u30b5\u30a4\u30f3\u30a4\u30f3", + "Sign in.": "\u30b5\u30a4\u30f3\u30a4\u30f3\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Signatory": "\u7f72\u540d", + "Signatory field(s) has invalid data.": "\u7f72\u540d\u6b04 (\u8907\u6570\u306e\u5834\u5408\u3042\u308a) \u306b\u7121\u52b9\u306a\u30c7\u30fc\u30bf\u304c\u3042\u308a\u307e\u3059\u3002", + "Signature Image": "\u7f72\u540d\u753b\u50cf", + "Social Media Links": "\u30bd\u30fc\u30b7\u30e3\u30eb\u30e1\u30c7\u30a3\u30a2\u30ea\u30f3\u30af", + "Some Rights Reserved": "\u8457\u4f5c\u6a29\u306e\u4e00\u90e8\u306f\u4fdd\u8b77\u3055\u308c\u3066\u3044\u307e\u3059", + "Some images in this post have been omitted": "\u672c\u6295\u7a3f\u306e\u753b\u50cf\u306f\u7701\u7565\u3055\u308c\u307e\u3057\u305f\u3002", + "Something went wrong changing this enrollment. Please try again.": "\u767b\u9332\u306e\u5909\u66f4\u6642\u306b\u554f\u984c\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Sorry, no results were found.": "\u7533\u3057\u8a33\u3042\u308a\u307e\u305b\u3093\u304c\u3001\u691c\u7d22\u7d50\u679c\u304c\u3042\u308a\u307e\u305b\u3093\u3002", + "Sorted by": "\u30bd\u30fc\u30c8", + "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "\u6b63\u5f0f\u306a\u8b1b\u5ea7\u540d\u306e\u4ee3\u308f\u308a\u306b\u4fee\u4e86\u8a3c\u306b\u8868\u793a\u3055\u308c\u308b\u5225\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u6b63\u5f0f\u306a\u8b1b\u5ea7\u540d\u3092\u305d\u306e\u307e\u307e\u4f7f\u3046\u5834\u5408\u306f\u7a7a\u767d\u306e\u307e\u307e\u306b\u3057\u307e\u3059\u3002", + "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam, along with the {linkStart}general proctored exam rules{linkEnd}.": "\u76e3\u7763\u4ed8\u304d\u8a66\u9a13\u306e\u30ec\u30d3\u30e5\u30fc\u30c1\u30fc\u30e0\u304c\u9332\u753b\u3092\u898b\u76f4\u3059\u969b\u306b\u5f93\u3046\u3079\u304d\u30eb\u30fc\u30eb\u3084\u4f8b\u5916\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u4f8b\u3048\u3070\u3001\u8a08\u7b97\u6a5f\u306e\u4f7f\u7528\u3092\u8a31\u53ef\u3059\u308b\u3001\u306a\u3069\u3067\u3059\u3002\u3053\u3053\u306b\u5165\u529b\u3057\u305f\u30eb\u30fc\u30eb\u306f{linkStart}\u76e3\u7763\u4ed8\u304d\u8a66\u9a13\u306e\u4e00\u822c\u7684\u306a\u30eb\u30fc\u30eb{linkEnd}\u3068\u5171\u306b\u3001\u8a66\u9a13\u958b\u59cb\u524d\u306b\u53d7\u8b1b\u8005\u306b\u3082\u8868\u793a\u3055\u308c\u307e\u3059\u3002", + "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam.": "\u76e3\u7763\u4ed8\u304d\u8a66\u9a13\u306e\u30ec\u30d3\u30e5\u30fc\u30c1\u30fc\u30e0\u304c\u9332\u753b\u3092\u898b\u76f4\u3059\u969b\u306b\u5f93\u3046\u3079\u304d\u30eb\u30fc\u30eb\u3084\u4f8b\u5916\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u4f8b\u3048\u3070\u3001\u8a08\u7b97\u6a5f\u306e\u4f7f\u7528\u3092\u8a31\u53ef\u3059\u308b\u3001\u306a\u3069\u3067\u3059\u3002\u3053\u3053\u306b\u5165\u529b\u3057\u305f\u30eb\u30fc\u30eb\u306f\u8a66\u9a13\u958b\u59cb\u524d\u306b\u53d7\u8b1b\u8005\u306b\u3082\u8868\u793a\u3055\u308c\u307e\u3059\u3002", + "Specify whether content-specific discussion topics are divided.": "\u30b3\u30f3\u30c6\u30f3\u30c4\u91cd\u8996\u306e\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u30c8\u30d4\u30c3\u30af\u3092\u5206\u5272\u3059\u308b\u304b\u3069\u3046\u304b\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Specify whether discussion topics are divided": "\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u30c8\u30d4\u30c3\u30af\u3092\u5206\u5272\u3059\u308b\u304b\u3069\u3046\u304b\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Staff": "\u30b9\u30bf\u30c3\u30d5", + "Staff Only": "\u30b9\u30bf\u30c3\u30d5\u306e\u307f", + "Staff and Learners": "\u30b9\u30bf\u30c3\u30d5\u304a\u3088\u3073\u53d7\u8b1b\u8005", + "Start Date": "\u958b\u59cb\u65e5", + "Start generating certificates for all students in this course?": "\u3053\u306e\u8b1b\u5ea7\u306e\u5168\u53d7\u8b1b\u8005\u306e\u4fee\u4e86\u8a3c\u751f\u6210\u3092\u958b\u59cb\u3057\u307e\u3059\u304b\uff1f", + "Start regenerating certificates for students in this course?": "\u3053\u306e\u8b1b\u5ea7\u306e\u53d7\u8b1b\u8005\u306e\u4fee\u4e86\u8a3c\u306e\u518d\u751f\u6210\u3092\u958b\u59cb\u3057\u307e\u3059\u304b\uff1f", + "Start working toward your next learning goal.": "\u6b21\u306e\u5b66\u7fd2\u76ee\u6a19\u306b\u5411\u3051\u3066\u53d6\u308a\u7d44\u307f\u59cb\u3081\u307e\u3057\u3087\u3046\u3002", + "Started entrance exam rescore task for student '{student_id}'. Click the 'Show Task Status' button to see the status of the task.": "\u53d7\u8b1b\u8005\u00a0'{student_id}' \u306e\u5165\u5b66\u8a66\u9a13\u306e\u518d\u63a1\u70b9\u4f5c\u696d\u3092\u958b\u59cb\u3057\u307e\u3057\u305f\u3002 \u4f5c\u696d\u72b6\u6cc1\u3092\u898b\u308b\u306b\u306f '\u4f5c\u696d\u72b6\u6cc1\u3092\u898b\u308b' \u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Started rescore problem task for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u554f\u984c '<%- problem_id %>' \u304a\u3088\u3073\u53d7\u8b1b\u8005 '<%- student_id %>' \u306e\u518d\u63a1\u70b9\u4f5c\u696d\u3092\u958b\u59cb\u3057\u307e\u3057\u305f\u3002 \u4f5c\u696d\u72b6\u6cc1\u3092\u898b\u308b\u306b\u306f '\u4f5c\u696d\u72b6\u6cc1\u3092\u898b\u308b' \u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Started task to override the score for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u554f\u984c '<%- problem_id %>' \u304a\u3088\u3073\u53d7\u8b1b\u8005 '<%- student_id %>' \u306e\u70b9\u6570\u3092\u7121\u52b9\u306b\u3059\u308b\u4f5c\u696d\u3092\u958b\u59cb\u3057\u307e\u3057\u305f\u3002 \u4f5c\u696d\u72b6\u6cc1\u3092\u898b\u308b\u306b\u306f '\u4f5c\u696d\u72b6\u6cc1\u3092\u898b\u308b' \u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Starts": "\u958b\u59cb", + "Starts: %(start_date)s": "\u958b\u59cb: %(start_date)s", + "State": "\u72b6\u6cc1", + "Status": "\u30b9\u30c6\u30fc\u30bf\u30b9", + "Status of Your Response": "\u3042\u306a\u305f\u306e\u8fd4\u4fe1\u306e\u30b9\u30c6\u30fc\u30bf\u30b9", + "Student": "\u53d7\u8b1b\u8005", + "Student Removed from certificate white list successfully.": "\u4fee\u4e86\u8a3c\u30db\u30ef\u30a4\u30c8\u30ea\u30b9\u30c8\u304b\u3089\u306e\u53d7\u8b1b\u8005\u524a\u9664\u3092\u6b63\u5e38\u306b\u5b9f\u884c\u3057\u307e\u3057\u305f\u3002", + "Student email or username": "\u53d7\u8b1b\u8005\u306e\u30e1\u30fc\u30eb\u307e\u305f\u306f\u30e6\u30fc\u30b6\u30fc\u540d", + "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Add to Exception List\" button.": "\u53d7\u8b1b\u8005\u306e\u30e6\u30fc\u30b6\u30fc\u540d/\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u6b04\u306f\u5fc5\u9808\u3067\u3059\u3002\u304a\u624b\u6570\u3067\u3059\u304c\u30e6\u30fc\u30b6\u30fc\u540d/\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u5165\u529b\u3057\u3001\"\u4f8b\u5916\u4e00\u89a7\u3078\u8ffd\u52a0\" \u30dc\u30bf\u30f3\u3092\u62bc\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Invalidate Certificate\" button.": "\u53d7\u8b1b\u8005\u306e\u30e6\u30fc\u30b6\u30fc\u540d/\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u6b04\u306f\u5fc5\u9808\u3067\u3059\u3002\u304a\u624b\u6570\u3067\u3059\u304c\u30e6\u30fc\u30b6\u30fc\u540d/\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u5165\u529b\u3057\u3001\"\u4fee\u4e86\u8a3c\u3092\u5931\u52b9\u3059\u308b\"\u30dc\u30bf\u30f3\u3092\u62bc\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Studio:": "Studio: ", + "Subject": "\u4ef6\u540d", + "Subject:": "\u4ef6\u540d: ", + "Submit": "\u63d0\u51fa", + "Submit Application": "\u7533\u8fbc\u66f8\u63d0\u51fa", + "Submit enrollment change": "\u53d7\u8b1b\u767b\u9332\u5909\u66f4\u3092\u63d0\u51fa", + "Submitted": "\u63d0\u51fa\u6e08", + "Subsection": "\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3", + "Subsection Visibility": "\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u8868\u793a", + "Subsection is hidden after course end date": "\u8b1b\u5ea7\u7d42\u4e86\u65e5\u4ee5\u964d\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u306f\u975e\u8868\u793a\u306b\u306a\u308a\u307e\u3059", + "Subsection is hidden after due date": "\u7de0\u5207\u65e5\u4ee5\u964d\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u306f\u975e\u8868\u793a\u306b\u306a\u308a\u307e\u3059", + "Success": "\u6210\u529f", + "Success! Problem attempts reset for problem '<%- problem_id %>' and student '<%- student_id %>'.": "\u6210\u529f\uff01\u53d7\u8b1b\u8005 '<%- student_id %>' \u306e\u554f\u984c '<%- problem_id %>' \u306e\u56de\u7b54\u3092\u30ea\u30bb\u30c3\u30c8\u3057\u307e\u3057\u305f\u3002", + "Successfully deleted student state for user {user}": "\u30e6\u30fc\u30b6\u30fc {user} \u306e\u53d7\u8b1b\u8005\u72b6\u6cc1\u3092\u554f\u984c\u306a\u304f\u524a\u9664\u6e08", + "Successfully enrolled and sent email to the following users:": "\u6b21\u306e\u30e6\u30fc\u30b6\u30fc\u306e\u53d7\u8b1b\u767b\u9332\u304c\u5b8c\u4e86\u3057\u3001\u30e1\u30fc\u30eb\u304c\u9001\u4fe1\u3055\u308c\u307e\u3057\u305f: ", + "Successfully enrolled the following users:": "\u6b21\u306e\u30e6\u30fc\u30b6\u30fc\u304c\u6b63\u5e38\u306b\u53d7\u8b1b\u767b\u9332\u3055\u308c\u307e\u3057\u305f: ", + "Successfully overrode problem score for {user}": "\u30e6\u30fc\u30b6\u30fc {user} \u306e\u70b9\u6570\u306f\u554f\u984c\u306a\u304f\u7121\u52b9\u5316\u5b8c\u4e86", + "Successfully rescored problem for user {user}": "\u30e6\u30fc\u30b6\u30fc {user} \u306f\u554f\u984c\u306a\u304f\u518d\u63a1\u70b9\u6e08", + "Successfully rescored problem to improve score for user {user}": "\u30e6\u30fc\u30b6\u30fc {user} \u306f\u554f\u984c\u306a\u304f\u518d\u63a1\u70b9\u6e08", + "Successfully reset the attempts for user {user}": "\u30e6\u30fc\u30b6\u30fc {user} \u306e\u89e3\u7b54\u3092\u554f\u984c\u306a\u304f\u30ea\u30bb\u30c3\u30c8\u6e08", + "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "\u6b21\u306e\u30e6\u30fc\u30b6\u30fc\u306b\u53d7\u8b1b\u767b\u9332\u30e1\u30fc\u30eb\u304c\u6b63\u5e38\u306b\u9001\u4fe1\u3055\u308c\u307e\u3057\u305f\u3002\u767b\u9332\u5b8c\u4e86\u5f8c\u306b\u53d7\u8b1b\u767b\u9332\u304c\u53ef\u80fd\u306b\u306a\u308a\u307e\u3059: ", + "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "\u6b21\u306e\u30e6\u30fc\u30b6\u30fc\u306b\u53d7\u8b1b\u767b\u9332\u30e1\u30fc\u30eb\u304c\u6b63\u5e38\u306b\u9001\u4fe1\u3055\u308c\u307e\u3057\u305f\u3002\u767b\u9332\u5b8c\u4e86\u5f8c\u306b\u53d7\u8b1b\u767b\u9332\u3055\u308c\u307e\u3059: ", + "Successfully started task to rescore problem '<%- problem_id %>' for all students. Click the 'Show Task Status' button to see the status of the task.": "\u5168\u53d7\u8b1b\u8005\u306e\u554f\u984c '<%- problem_id %>' \u306e\u518d\u63a1\u70b9\u4f5c\u696d\u3092\u554f\u984c\u306a\u304f\u958b\u59cb\u3057\u307e\u3057\u305f\u3002 \u4f5c\u696d\u72b6\u6cc1\u3092\u898b\u308b\u306b\u306f '\u4f5c\u696d\u72b6\u6cc1\u3092\u898b\u308b' \u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Successfully started task to reset attempts for problem '<%- problem_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u554f\u984c '<%- problem_id %>' \u306e\u89e3\u7b54\u306e\u30ea\u30bb\u30c3\u30c8\u4f5c\u696d\u3092\u554f\u984c\u306a\u304f\u958b\u59cb\u3057\u307e\u3057\u305f\u3002\u4f5c\u696d\u72b6\u6cc1\u3092\u898b\u308b\u306b\u306f '\u4f5c\u696d\u72b6\u6cc1\u3092\u898b\u308b' \u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Successfully unlinked.": "\u30ea\u30f3\u30af\u89e3\u9664\u5b8c\u4e86\u3002", + "Supported": "\u30b5\u30dd\u30fc\u30c8\u5bfe\u8c61", + "Supported file types: {supportedVideoTypes}": "\u5bfe\u5fdc\u30d5\u30a1\u30a4\u30eb\u30bf\u30a4\u30d7: {supportedVideoTypes}", + "TOTAL": "\u5408\u8a08", + "Tags": "\u30bf\u30b0", + "Tags:": "\u30bf\u30b0\uff1a", + "Take Photo": "\u5199\u771f\u3092\u64ae\u308b", + "Take Your Photo": "\u5199\u771f\u3092\u64ae\u308b", + "Take a Photo of Your ID": "\u3042\u306a\u305f\u306eID\u306e\u5199\u771f\u3092\u64ae\u5f71\u3059\u308b", + "Take a photo of your ID": "\u3042\u306a\u305f\u306eID\u306e\u5199\u771f\u3092\u64ae\u5f71\u3059\u308b", + "Take me to the main course page": "\u30e1\u30a4\u30f3\u8b1b\u5ea7\u30da\u30fc\u30b8\u3078", + "Take me to the main library page": "\u30e1\u30a4\u30f3\u30e9\u30a4\u30d6\u30e9\u30ea\u30da\u30fc\u30b8\u3078", + "Task ID": "\u30bf\u30b9\u30afID", + "Task Progress": "\u30bf\u30b9\u30af\u9032\u6357", + "Task Status": "\u4f5c\u696d\u72b6\u6cc1", + "Task Type": "\u30bf\u30b9\u30af\u30fb\u30bf\u30a4\u30d7", + "Task inputs": "\u30bf\u30b9\u30af\u5165\u529b", + "Teaching Assistant": "\u30c6\u30a3\u30fc\u30c1\u30f3\u30b0\u30a2\u30b7\u30b9\u30bf\u30f3\u30c8", + "Team \"{team}\" successfully deleted.": "\u30c1\u30fc\u30e0 \"{team}\" \u306f\u554f\u984c\u306a\u304f\u524a\u9664\u3055\u308c\u307e\u3057\u305f\u3002", + "Team Description (Required) *": "\u30c1\u30fc\u30e0\u306e\u8aac\u660e (\u5fc5\u9808) *", + "Team Details": "\u30c1\u30fc\u30e0\u8a73\u7d30", + "Team Name (Required) *": "\u30c1\u30fc\u30e0\u540d (\u5fc5\u9808) *", + "Team Search": "\u30c1\u30fc\u30e0\u691c\u7d22", + "Team capacity": "\u30c1\u30fc\u30e0\u5b9a\u54e1", + "Team description cannot have more than 300 characters.": "\u30c1\u30fc\u30e0\u306e\u8aac\u660e\u306f300\u6587\u5b57\u4ee5\u4e0b\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Team member profiles": "\u30c1\u30fc\u30e0\u30e1\u30f3\u30d0\u30fc\u306e\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb", + "Team name cannot have more than 255 characters.": "\u30c1\u30fc\u30e0\u540d\u306f 255 \u6587\u5b57\u4ee5\u4e0b\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Teams": "\u30c1\u30fc\u30e0", + "Teams Pagination": "\u30c1\u30fc\u30e0\u306e\u30da\u30fc\u30b8\u6570", + "Tell other learners a little about yourself: where you live, what your interests are, why you're taking courses, or what you hope to learn.": "\u81ea\u5df1\u7d39\u4ecb\u3092\u3057\u3066\u304f\u3060\u3055\u3044: \u3069\u3053\u306b\u4f4f\u3093\u3067\u3044\u308b\u306e\u304b\u3001\u4f55\u306b\u8208\u5473\u304c\u3042\u308b\u306e\u304b\u3001\u306a\u305c\u53d7\u8b1b\u3059\u308b\u3053\u3068\u306b\u3057\u305f\u306e\u304b\u3001\u4f55\u3092\u5b66\u3073\u305f\u3044\u304b\u306a\u3069\u3002", + "Terms of Service and Honor Code": "\u5229\u7528\u898f\u7d04\u304a\u3088\u3073\u502b\u7406\u898f\u5b9a", + "Textbook Name": "\u6559\u79d1\u66f8\u540d", + "Textbook information": "\u6559\u79d1\u66f8\u60c5\u5831", + "Thank you %(full_name)s! We have received your payment for %(course_name)s.": "%(full_name)s\u69d8\u3001\u3042\u308a\u304c\u3068\u3046\u3054\u3056\u3044\u307e\u3059\uff01%(course_name)s\u306b\u95a2\u3059\u308b\u304a\u652f\u6255\u3044\u3092\u53d7\u7406\u3057\u307e\u3057\u305f\u3002", + "Thank you for submitting your financial assistance application for {course_name}! You can expect a response in 2-4 business days.": "{course_name}\u306e\u7d4c\u6e08\u63f4\u52a9\u7533\u8fbc\u66f8\u3092\u3054\u63d0\u51fa\u3044\u305f\u3060\u304d\u3001\u3042\u308a\u304c\u3068\u3046\u3054\u3056\u3044\u307e\u3059\uff012-4\u55b6\u696d\u65e5\u4ee5\u5185\u306b\u8fd4\u4fe1\u304c\u5c4a\u304d\u307e\u3059\u3002", + "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "\u5199\u771f\u3092\u3054\u63d0\u51fa\u3044\u305f\u3060\u304d\u3001\u3042\u308a\u304c\u3068\u3046\u3054\u3056\u3044\u307e\u3059\u3002\u307e\u3082\u306a\u304f\u78ba\u8a8d\u3044\u305f\u3057\u307e\u3059\u3002%(platformName)s\u306e\u8a8d\u8a3c\u4ed8\u304d\u4fee\u4e86\u8a3c\u3092\u767a\u884c\u3057\u3066\u3044\u308b\u8b1b\u5ea7\u306b\u767b\u9332\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u8a8d\u8a3c\u306f\uff11\u5e74\u9593\u6709\u52b9\u3067\u3059\u3002\uff11\u5e74\u5f8c\u306b\u518d\u3073\u8a8d\u8a3c\u7528\u5199\u771f\u306e\u63d0\u51fa\u304c\u5fc5\u8981\u3068\u306a\u308a\u307e\u3059\u3002", + "Thank you! We have received your payment for {courseName}.": "\u3042\u308a\u304c\u3068\u3046\u3054\u3056\u3044\u307e\u3057\u305f\uff01 {courseName}\u8b1b\u5ea7\u306e\u652f\u6255\u3092\u53d7\u9818\u3057\u307e\u3057\u305f\u3002", + "Thanks for returning to verify your ID in: {courseName}": "\u672c\u8b1b\u5ea7\u306eID\u8a8d\u8a3c\u306b\u304a\u8d8a\u3057\u3044\u305f\u3060\u304d\u3001\u3042\u308a\u304c\u3068\u3046\u3054\u3056\u3044\u307e\u3059: {courseName}", + "The certificate available date must be later than the course end date.": "\u4fee\u4e86\u8a3c\u53d7\u9818\u65e5\u306f\u8b1b\u5ea7\u7d42\u4e86\u65e5\u3088\u308a\u5f8c\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093\u3002", + "The certificate for this learner has been re-validated and the system is re-running the grade for this learner.": "\u3053\u306e\u53d7\u8b1b\u8005\u306e\u4fee\u4e86\u8a3c\u306f\u518d\u5ea6\u6709\u52b9\u3068\u306a\u308a\u307e\u3057\u305f\u306e\u3067\u3001\u30b7\u30b9\u30c6\u30e0\u306f\u63a1\u70b9\u3092\u518d\u958b\u3057\u307e\u3059\u3002", + "The cohort cannot be added": "\u30b3\u30db\u30fc\u30c8\u304c\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093", + "The cohort cannot be saved": "\u30b3\u30db\u30fc\u30c8\u304c\u4fdd\u5b58\u3067\u304d\u307e\u305b\u3093", + "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "\u7d44\u7e54\u540d\u3001\u30e9\u30a4\u30d6\u30e9\u30ea\u30b3\u30fc\u30c9\u6b04\u306e\u5408\u8a08\u6587\u5b57\u6570\u306f<%=limit%>\u6587\u5b57\u307e\u3067\u3067\u3059\u3002", + "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "\u7d44\u7e54\u540d\u3001\u8b1b\u5ea7\u756a\u53f7\u3001course run\u6b04\u306e\u5408\u8a08\u6587\u5b57\u6570\u306f<%=limit%>\u6587\u5b57\u307e\u3067\u3067\u3059\u3002", + "The country or region where you live.": "\u304a\u4f4f\u307e\u3044\u306e\u56fd\u30fb\u5730\u57df\u3002", + "The country that team members primarily identify with.": "\u30c1\u30fc\u30e0\u306e\u4e3b\u306a\u30e1\u30f3\u30d0\u30fc\u306e\u56fd\u3002", + "The course end date must be later than the course start date.": "\u8b1b\u5ea7\u7d42\u4e86\u65e5\u306f\u3001\u8b1b\u5ea7\u958b\u59cb\u65e5\u3088\u308a\u5f8c\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002", + "The course must have an assigned start date.": "\u8b1b\u5ea7\u958b\u59cb\u65e5\u3092\u8a2d\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002", + "The course start date must be later than the enrollment start date.": "\u8b1b\u5ea7\u958b\u59cb\u65e5\u306f\u3001\u53d7\u8b1b\u767b\u9332\u958b\u59cb\u65e5\u3088\u308a\u5f8c\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002", + "The display of ungraded and checked out responses could not be loaded.": "\u63a1\u70b9\u5bfe\u8c61\u5916\u304a\u3088\u3073\u30c1\u30a7\u30c3\u30af\u30a2\u30a6\u30c8\u6e08\u306e\u8fd4\u4fe1\u306e\u8868\u793a\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f\u3002", + "The email address you've provided isn't formatted correctly.": "\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u306e\u66f8\u5f0f\u304c\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093\u3002", + "The enrollment end date cannot be after the course end date.": "\u53d7\u8b1b\u767b\u9332\u7d42\u4e86\u65e5\u306f\u3001\u8b1b\u5ea7\u7d42\u4e86\u65e5\u3088\u308a\u5f8c\u306b\u306f\u3067\u304d\u307e\u305b\u3093\u3002", + "The enrollment start date cannot be after the enrollment end date.": "\u53d7\u8b1b\u767b\u9332\u958b\u59cb\u65e5\u306f\u3001\u53d7\u8b1b\u767b\u9332\u7d42\u4e86\u65e5\u3088\u308a\u5f8c\u306b\u306f\u3067\u304d\u307e\u305b\u3093\uff0e", + "The file must be at least {size} in size.": "\u30d5\u30a1\u30a4\u30eb\u5bb9\u91cf\u306f\u5c11\u306a\u304f\u3068\u3082{size}\u5fc5\u8981\u3067\u3059\u3002", + "The file must be smaller than {size} in size.": "\u30d5\u30a1\u30a4\u30eb\u5bb9\u91cf\u306f{size}\u4ee5\u4e0b\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093\u3002", + "The following email addresses and/or usernames are invalid:": "\u6b21\u306e\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u307e\u305f\u306f\u30e6\u30fc\u30b6\u30fc\u540d\u304c\u7121\u52b9\u3067\u3059: ", + "The following errors were generated:": "\u4ee5\u4e0b\u306e\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: ", + "The following file types are not allowed: ": "\u6b21\u306b\u793a\u3059\u30d5\u30a1\u30a4\u30eb\u30bf\u30a4\u30d7\u306f\u4e0d\u6b63\u3067\u3059\uff1a", + "The following information is already a part of your {platform} profile. We\\'ve included it here for your application.": "\u4ee5\u4e0b\u306e\u60c5\u5831\u306f\u3059\u3067\u306b\u3042\u306a\u305f\u306e{platform}\u306e\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u306b\u5165\u3063\u3066\u3044\u307e\u3059\u3002\u7533\u8fbc\u66f8\u306b\u4ee5\u4e0b\u306e\u60c5\u5831\u3092\u5165\u308c\u307e\u3057\u305f\u3002", + "The following message will be displayed at the bottom of the courseware pages within your course:": "\u6b21\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u306f\u30b3\u30fc\u30b9\u30a6\u30a7\u30a2\u753b\u9762\u306e\u4e0b\u90e8\u306b\u8868\u793a\u3055\u308c\u307e\u3059: ", + "The following options are available for the {license_name} license.": " {license_name}\u30e9\u30a4\u30bb\u30f3\u30b9\u3067\u306f\u3001\u4ee5\u4e0b\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u5229\u7528\u3067\u304d\u307e\u3059\u3002", + "The following users are no longer enrolled in the course:": "\u6b21\u306e\u30e6\u30fc\u30b6\u30fc\u306f\u8b1b\u5ea7\u306b\u53d7\u8b1b\u767b\u9332\u3055\u308c\u3066\u3044\u307e\u305b\u3093: ", + "The following warnings were generated:": "\u4ee5\u4e0b\u306e\u8b66\u544a\u304c\u767a\u751f\u3057\u307e\u3057\u305f: ", + "The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.": "\u3053\u306e\u30bf\u30a4\u30d7\u306e\u8ab2\u984c\u306e\u4e00\u822c\u7684\u306a\u30ab\u30c6\u30b4\u30ea\u30fc\u3002\u4f8b. \u5bbf\u984c\u307e\u305f\u306f\u4e2d\u9593\u8a66\u9a13\u3002\u3053\u306e\u540d\u79f0\u306f\u53d7\u8b1b\u8005\u306b\u8868\u793a\u3055\u308c\u307e\u3059\u3002", + "The language that team members primarily use to communicate with each other.": "\u30c1\u30fc\u30e0\u306e\u30e1\u30f3\u30d0\u30fc\u304c\u304a\u4e92\u3044\u306b\u30b3\u30df\u30e5\u30cb\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u3059\u308b\u969b\u306b\u4e3b\u3068\u3057\u3066\u4f7f\u3046\u8a00\u8a9e\u3002", + "The minimum grade for course credit is not set.": "\u8b1b\u5ea7\u5358\u4f4d\u8a8d\u5b9a\u306b\u5fc5\u8981\u306a\u6700\u4f4e\u70b9\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002", + "The minimum score percentage must be a whole number between 0 and 100.": "\u6700\u4f4e\u30b9\u30b3\u30a2%\u306f0\u304b\u3089100\u306e\u9593\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002", + "The name of this signatory as it should appear on certificates.": "\u4fee\u4e86\u8a3c\u306b\u8868\u793a\u3055\u308c\u308b\u7f72\u540d\u306e\u540d\u524d", + "The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.": "\u3053\u306e\u30bf\u30a4\u30d7\u306e\u8ab2\u984c\u306e\u3046\u3061\u843d\u7b2c\u3057\u3066\u3082\u3088\u3044\u6570\u3002\u70b9\u6570\u306e\u4f4e\u3044\u8ab2\u984c\u304b\u3089\u5148\u306b\u843d\u3068\u3055\u308c\u307e\u3059\u3002", + "The number of subsections in the course that contain problems of this assignment type.": "\u3053\u306e\u8ab2\u984c\u30bf\u30a4\u30d7\u306e\u554f\u984c\u3092\u542b\u3080\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u6570\u3002", + "The organization that this signatory belongs to, as it should appear on certificates.": "\u4fee\u4e86\u8a3c\u306b\u8868\u793a\u3055\u308c\u308b\u3053\u306e\u7f72\u540d\u8005\u304c\u6240\u5c5e\u3057\u3066\u3044\u308b\u7d44\u7e54", + "The page \"{route}\" could not be found.": "\"{route}\" \u3068\u3044\u3046\u30da\u30fc\u30b8\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002", + "The photo of your face matches the photo on your ID.": "\u9854\u5199\u771f\u3068ID\u306e\u5199\u771f\u304c\u4e00\u81f4\u3057\u3066\u3044\u308b\u3002", + "The post you selected has been deleted.": "\u3042\u306a\u305f\u304c\u9078\u629e\u3057\u305f\u6295\u7a3f\u306f\u524a\u9664\u3055\u308c\u3066\u3044\u307e\u3059\u3002", + "The published branch version, {published}, was reset to the draft branch version, {draft}.": "\u516c\u958b\u6e08\u307f\u30d6\u30e9\u30f3\u30c1\u306e\u30d0\u30fc\u30b8\u30e7\u30f3{published}\u306f\u30c9\u30e9\u30d5\u30c8\u30d6\u30e9\u30f3\u30c1\u306e\u30d0\u30fc\u30b8\u30e7\u30f3{draft}\u306b\u30ea\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3057\u305f\u3002", + "The raw error message is:": "\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u306e\u539f\u6587\uff1a", + "The refund deadline for this course has passed,so you will not receive a refund.": "\u3053\u306e\u8b1b\u5ea7\u306e\u6255\u3044\u623b\u3057\u671f\u9650\u304c\u904e\u304e\u307e\u3057\u305f\u306e\u3067\u3001\u6255\u3044\u623b\u3057\u3092\u53d7\u3051\u3089\u308c\u307e\u305b\u3093\u3002", + "The selected content group does not exist": "\u9078\u629e\u3055\u308c\u305f\u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7\u306f\u5b58\u5728\u3057\u307e\u305b\u3093", + "The selected image must be larger than {minFileSizeInKB}.": "\u9078\u629e\u3059\u308b\u753b\u50cf\u306f {minFileSizeInKB} \u4ee5\u4e0a\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093\u3002", + "The selected image must be smaller than {maxFileSizeInMB}.": "\u9078\u629e\u3059\u308b\u753b\u50cf\u306f {maxFileSizeInMB} \u3092\u8d85\u3048\u3066\u306f\u3044\u3051\u307e\u305b\u3093\u3002", + "The server could not be contacted.": "\u30b5\u30fc\u30d0\u30fc\u306b\u63a5\u7d9a\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002", + "The staff assessment form could not be loaded.": "\u30b9\u30bf\u30c3\u30d5\u30a2\u30bb\u30b9\u30e1\u30f3\u30c8\u30d5\u30a9\u30fc\u30e0\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f\u3002", + "The submission could not be removed from the grading pool.": "\u63d0\u51fa\u7269\u3092\u63a1\u70b9\u30d7\u30fc\u30eb\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002", + "The team \"{team}\" could not be found.": "\"{team}\" \u3068\u3044\u3046\u30c1\u30fc\u30e0\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002", + "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "\uff11\u3064\u76ee\u306e\u52d5\u753b\u30d5\u30a1\u30a4\u30eb\u306e\u6642\u9593\u4ed8\u304d\u5b57\u5e55\u306f\uff12\u3064\u76ee\u306e\u52d5\u753b\u30d5\u30a1\u30a4\u30eb\u306e\u3082\u306e\u3068\u9055\u3044\u307e\u3059\u3002", + "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "\u3053\u306e\u52d5\u753b\u7528\u306eedX\u4e0a\u306e\u6642\u9593\u4ed8\u304d\u5b57\u5e55\u306f\u53e4\u3044\u3067\u3059\u304c\u3001YouTube\u306b\u306f\u6700\u65b0\u306e\u3082\u306e\u304c\u3042\u308a\u307e\u3059\u3002", + "The topic \"{topic}\" could not be found.": "\"{topic}\" \u3068\u3044\u3046\u30c8\u30d4\u30c3\u30af\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002", + "The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.": "\u3053\u306e\u30bf\u30a4\u30d7\u306e\u8ab2\u984c\u3059\u3079\u3066\u306e\u91cd\u307f\u3002\u5408\u8a08\u70b9\u306b\u5bfe\u3059\u308b\uff05\u3002\u4f8b\u3048\u307040\u3002\uff05\u8a18\u53f7\u306f\u5165\u529b\u3057\u306a\u3044\u3067\u304f\u3060\u3055\u3044\u3002", + "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "\u30b3\u30db\u30fc\u30c8 {cohortGroupName} \u304c\u4f5c\u6210\u3055\u308c\u307e\u3057\u305f\u3002\u3053\u306e\u30b3\u30db\u30fc\u30c8\u306b\u306f\u624b\u52d5\u3067\u53d7\u8b1b\u8005\u3092\u8ffd\u52a0\u3067\u304d\u307e\u3059\u3002", + "There are invalid keywords in your email. Check the following keywords and try again.": "\u30e1\u30fc\u30eb\u306b\u7121\u52b9\u306a\u30ad\u30fc\u30ef\u30fc\u30c9\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002\u4ee5\u4e0b\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u3092\u78ba\u8a8d\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.": "XML\u306b\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u306b\u3042\u305f\u3063\u3066\u5c11\u306a\u304f\u3068\u3082\uff11\u3064\u306e\u306e\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306b\u554f\u984c\u304c\u3042\u308a\u307e\u3059\u3002\u5225\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3092\u8a66\u307f\u308b\u524d\u306b\u3001\u7de8\u96c6\u30da\u30fc\u30b8\u306b\u79fb\u52d5\u3057\u3066\u30a8\u30e9\u30fc\u3092\u4fee\u6b63\u3059\u308b\u3053\u3068\u3092\u304a\u52e7\u3081\u3057\u307e\u3059\u3002\u30da\u30fc\u30b8\u5185\u306e\u5168\u3066\u306e\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u304c\u6b63\u5e38\u3067\u3042\u308b\u3053\u3068\u53ca\u3073\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u304c\u8868\u793a\u3055\u308c\u306a\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "There has been an error processing your survey.": "\u30a2\u30f3\u30b1\u30fc\u30c8\u8abf\u67fb\u51e6\u7406\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002", + "There has been an error while exporting.": "\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002", + "There has been an error with your export.": "\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u969b\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002", + "There is invalid code in your content. Please check to make sure it is valid HTML.": "\u7121\u52b9\u306a\u30b3\u30fc\u30c9\u304c\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002\u6709\u52b9\u306aHTML\u3067\u3042\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "There is no email history for this course.": "\u3053\u306e\u8b1b\u5ea7\u306e\u30e1\u30fc\u30eb\u5c65\u6b74\u306f\u3042\u308a\u307e\u305b\u3093\u3002", + "There must be at least one group.": "\u5c11\u306a\u304f\u3068\u3082\uff11\u30b0\u30eb\u30fc\u30d7\u5fc5\u8981\u3067\u3059\u3002", + "There must be one cohort to which students can automatically be assigned.": "\u53d7\u8b1b\u8005\u304c\u81ea\u52d5\u7684\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u308b\u306b\u306f\u30b3\u30db\u30fc\u30c8\u304c\uff11\u3064\u5fc5\u8981\u3067\u3059\u3002", + "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "\u30ec\u30dd\u30fc\u30c8\u306e\u4f5c\u6210\u4e2d\u306b\u554f\u984c\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\"\u8cac\u4efb\u8005\u7528\u30b5\u30de\u30ea\u306e\u4f5c\u6210\" \u3092\u9078\u629e\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "There was an error changing the user's role": "\u30e6\u30fc\u30b6\u30fc\u306e\u6a29\u9650\u3092\u5909\u66f4\u3059\u308b\u969b\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f", + "There was an error obtaining email content history for this course.": "\u3053\u306e\u8b1b\u5ea7\u306e\u30e1\u30fc\u30eb\u30b3\u30f3\u30c6\u30f3\u30c4\u5c65\u6b74\u306e\u53d6\u5f97\u6642\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002", + "There was an error obtaining email task history for this course.": "\u3053\u306e\u8b1b\u5ea7\u306e\u30e1\u30fc\u30eb\u5c65\u6b74\u3092\u53d6\u5f97\u3059\u308b\u969b\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002", + "There was an error retrieving preview results for this catalog. Please check that your query is correct and try again.": "\u672c\u30ab\u30bf\u30ed\u30b0\u306e\u30d7\u30ec\u30d3\u30e5\u30fc\u7d50\u679c\u3092\u5fa9\u5143\u3059\u308b\u969b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30af\u30a8\u30ea\u304c\u6b63\u3057\u3044\u304b\u78ba\u8a8d\u3057\u3066\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", "There was an error when trying to add learners:": [ "{numErrors}\u540d\u306e\u53d7\u8b1b\u8005\u3092\u30b3\u30db\u30fc\u30c8\u306b\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: " - ], - "There was an error, try searching again.": "\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u518d\u5ea6\u691c\u7d22\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "There were errors reindexing course.": "\u30b3\u30fc\u30b9\u306e\u898b\u51fa\u3057\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002", - "There's already another assignment type with this name.": "\u3053\u306e\u540d\u524d\u306e\u8ab2\u984c\u30bf\u30a4\u30d7\u304c\u65e2\u306b\u5b58\u5728\u3057\u307e\u3059\u3002", - "These settings include basic information about your account.": "\u3053\u306e\u8a2d\u5b9a\u306b\u306f\u3042\u306a\u305f\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u306e\u57fa\u672c\u60c5\u5831\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002", - "These users could not be added as beta testers because their accounts are not yet activated:": "\u3053\u306e\u30e6\u30fc\u30b6\u30fc\u306f\u307e\u3060\u30a2\u30ab\u30a6\u30f3\u30c8\u304c\u6709\u52b9\u5316\u3055\u308c\u3066\u3044\u306a\u3044\u305f\u3081\u3001\u03b2\u30c6\u30b9\u30bf\u30fc\u3068\u3057\u3066\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002", - "These users were not added as beta testers:": "\u6b21\u306e\u30e6\u30fc\u30b6\u30fc\u306f\u03b2\u30c6\u30b9\u30bf\u30fc\u3068\u3057\u3066\u8ffd\u52a0\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f: ", - "These users were not affiliated with the course so could not be unenrolled:": "\u6b21\u306e\u30e6\u30fc\u30b6\u30fc\u306f\u8b1b\u5ea7\u306b\u53c2\u52a0\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u53d7\u8b1b\u767b\u9332\u89e3\u9664\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: ", - "These users were not removed as beta testers:": "\u6b21\u306e\u30e6\u30fc\u30b6\u30fc\u306f\u03b2\u30c6\u30b9\u30bf\u30fc\u304b\u3089\u524a\u9664\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f: ", - "These users were successfully added as beta testers:": "\u6b21\u306e\u30e6\u30fc\u30b6\u30fc\u304c\u03b2\u30c6\u30b9\u30bf\u30fc\u3068\u3057\u3066\u6b63\u5e38\u306b\u8ffd\u52a0\u3055\u308c\u307e\u3057\u305f: ", - "These users were successfully removed as beta testers:": "\u6b21\u306e\u30e6\u30fc\u30b6\u30fc\u3092\u03b2\u30c6\u30b9\u30bf\u30fc\u304b\u3089\u6b63\u5e38\u306b\u524a\u9664\u3057\u307e\u3057\u305f: ", - "These users will be allowed to enroll once they register:": "\u6b21\u306e\u30e6\u30fc\u30b6\u30fc\u306f\u767b\u9332\u5b8c\u4e86\u5f8c\u306b\u53d7\u8b1b\u767b\u9332\u304c\u53ef\u80fd\u306b\u306a\u308a\u307e\u3059: ", - "These users will be enrolled once they register:": "\u6b21\u306e\u30e6\u30fc\u30b6\u30fc\u306f\u767b\u9332\u5b8c\u4e86\u5f8c\u306b\u53d7\u8b1b\u767b\u9332\u3055\u308c\u307e\u3059: ", - "This Group Configuration is not in use. Start by adding a content experiment to any Unit via the {linkStart}Course Outline{linkEnd}.": "\u3053\u306e\u30b0\u30eb\u30fc\u30d7\u8a2d\u5b9a\u306f\u4f7f\u7528\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002{linkStart}\u8b1b\u5ea7\u30a2\u30a6\u30c8\u30e9\u30a4\u30f3{linkEnd}\u304b\u3089\u30e6\u30cb\u30c3\u30c8\u306b\u30b3\u30f3\u30c6\u30f3\u30c4\u30c6\u30b9\u30c8\u3092\u5165\u529b\u3057\u3066\u958b\u59cb\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "This Group Configuration is used in:": "\u3053\u306e\u30b0\u30eb\u30fc\u30d7\u8a2d\u5b9a\u304c\u4f7f\u7528\u3055\u308c\u308b\u9805\u76ee: ", - "This action cannot be undone.": "\u3053\u306e\u30a2\u30af\u30b7\u30e7\u30f3\u306f\u53d6\u308a\u6d88\u3057\u3067\u304d\u307e\u305b\u3093\u3002", - "This assessment could not be submitted.": "\u3053\u306e\u30a2\u30bb\u30b9\u30e1\u30f3\u30c8\u306f\u63d0\u51fa\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002", - "This catalog's courses:": "\u672c\u30ab\u30bf\u30ed\u30b0\u306e\u8b1b\u5ea7:", - "This certificate has already been activated and is live. Are you sure you want to continue editing?": "\u3053\u306e\u4fee\u4e86\u8a3c\u306f\u65e2\u306b\u6709\u52b9\u5316\u3055\u308c\u3066\u304a\u308a\u3001\u30a2\u30af\u30c6\u30a3\u30d6\u3067\u3059\u3002\u672c\u5f53\u306b\u7de8\u96c6\u3092\u7d9a\u3051\u307e\u3059\u304b\uff1f", - "This comment could not be deleted. Refresh the page and try again.": "\u3053\u306e\u30b3\u30e1\u30f3\u30c8\u306f\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "\u3053\u306e\u8a2d\u5b9a\u306f\u30b3\u30f3\u30c6\u30f3\u30c4\u30c6\u30b9\u30c8\u3067\u73fe\u5728\u4f7f\u7528\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u30b0\u30eb\u30fc\u30d7\u8a2d\u5b9a\u3092\u5909\u66f4\u3059\u308b\u5834\u5408\u3001\u305d\u306e\u30c6\u30b9\u30c8\u3082\u7de8\u96c6\u3057\u306a\u3051\u308c\u3070\u306a\u3089\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002", - "This content group is used in one or more units.": "\u3053\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7\u306f\uff11\u3064\u4ee5\u4e0a\u306e\u30e6\u30cb\u30c3\u30c8\u3067\u4f7f\u7528\u3055\u308c\u3066\u3044\u307e\u3059\u3002", - "This course has automatic cohorting enabled for verified track learners, but cohorts are disabled. You must enable cohorts for the feature to work.": "\u3053\u306e\u8b1b\u5ea7\u3067\u306f\u3001\u8a8d\u8a3c\u4ed8\u304d\u30b3\u30fc\u30b9\u306e\u53d7\u8b1b\u8005\u306b\u5bfe\u3057\u3066\u81ea\u52d5\u30b3\u30db\u30fc\u30c8\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u30b3\u30db\u30fc\u30c8\u304c\u7121\u52b9\u306b\u306a\u3063\u3066\u3044\u307e\u3059\u3002\u4f5c\u696d\u3092\u9032\u3081\u308b\u306b\u306f\u30b3\u30db\u30fc\u30c8\u3092\u6709\u52b9\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "This course has automatic cohorting enabled for verified track learners, but the required cohort does not exist. You must create a manually-assigned cohort named '{verifiedCohortName}' for the feature to work.": "\u3053\u306e\u8b1b\u5ea7\u3067\u306f\u3001\u8a8d\u8a3c\u4ed8\u304d\u30b3\u30fc\u30b9\u306e\u53d7\u8b1b\u8005\u306b\u5bfe\u3057\u3066\u81ea\u52d5\u30b3\u30db\u30fc\u30c8\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u5fc5\u8981\u306a\u30b3\u30db\u30fc\u30c8\u304c\u3042\u308a\u307e\u305b\u3093\u3002\u4f5c\u696d\u3092\u9032\u3081\u308b\u306b\u306f '{verifiedCohortName}'\u00a0\u3068\u3044\u3046\u540d\u79f0\u306e\u624b\u52d5\u632f\u308a\u5206\u3051\u30b3\u30db\u30fc\u30c8\u3092\u4f5c\u6210\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "This course uses automatic cohorting for verified track learners. You cannot disable cohorts, and you cannot rename the manual cohort named '{verifiedCohortName}'. To change the configuration for verified track cohorts, contact your edX partner manager.": "\u3053\u306e\u8b1b\u5ea7\u3067\u306f\u3001\u8a8d\u8a3c\u4ed8\u304d\u30b3\u30fc\u30b9\u53d7\u8b1b\u8005\u306b\u5bfe\u3057\u3066\u81ea\u52d5\u30b3\u30db\u30fc\u30c8\u304c\u4f7f\u308f\u308c\u3066\u3044\u307e\u3059\u3002\u3053\u306e\u30b3\u30db\u30fc\u30c8\u3092\u7121\u52b9\u306b\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3057\u3001\u624b\u52d5\u3067\u8a2d\u5b9a\u3057\u305f '{verifiedCohortName}' \u3068\u3044\u3046\u540d\u79f0\u3092\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002\u8a8d\u8a3c\u4ed8\u304d\u30b3\u30fc\u30b9\u306e\u30b3\u30db\u30fc\u30c8\u306e\u8a2d\u5b9a\u3092\u5909\u66f4\u3057\u305f\u3044\u5834\u5408\u306f\u3001edX partner manager\u306b\u304a\u554f\u3044\u5408\u308f\u305b\u304f\u3060\u3055\u3044\u3002", - "This discussion could not be loaded. Refresh the page and try again.": "\u3053\u306e\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u306f\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "This feedback could not be submitted.": "\u3053\u306e\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\u306f\u63d0\u51fa\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002", - "This group controls access to:": "\u3053\u306e\u30b0\u30eb\u30fc\u30d7\u306f\u4ee5\u4e0b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u7ba1\u7406\u3057\u3066\u3044\u307e\u3059:", - "This group no longer exists. Choose another group or do not restrict access to this unit.": "\u3053\u306e\u30b0\u30eb\u30fc\u30d7\u306f\u5b58\u5728\u3057\u3066\u3044\u307e\u305b\u3093\u3002\u5225\u306e\u30b0\u30eb\u30fc\u30d7\u3092\u9078\u3076\u304b\u3001\u3053\u306e\u30e6\u30cb\u30c3\u30c8\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u5236\u9650\u3057\u306a\u3044\u3067\u304f\u3060\u3055\u3044\u3002", - "This image file type is not supported. Supported file types are {supportedFileFormats}.": "\u3053\u306e\u753b\u50cf\u30d5\u30a1\u30a4\u30eb\u306e\u7a2e\u985e\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u5bfe\u5fdc\u3067\u304d\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u7a2e\u985e\u306f {supportedFileFormats} \u3067\u3059\u3002", - "This image is for decorative purposes only and does not require a description.": "\u3053\u306e\u753b\u50cf\u306f\u88c5\u98fe\u7528\u306a\u306e\u3067\u3001\u8a73\u7d30\u8aac\u660e\u306f\u4e0d\u8981\u3067\u3059\u3002", - "This is the Description of the Group Configuration": "\u3053\u308c\u306f\u30b0\u30eb\u30fc\u30d7\u8a2d\u5b9a\u306e\u8aac\u660e\u3067\u3059", - "This is the Name of the Group Configuration": "\u3053\u308c\u306f\u30b0\u30eb\u30fc\u30d7\u8a2d\u5b9a\u540d\u3067\u3059", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "\u3053\u308c\u304c\u4f7f\u7528\u53ef\u80fd\u306a %s \u306e\u30ea\u30b9\u30c8\u3067\u3059\u3002\u4e0b\u306e\u30dc\u30c3\u30af\u30b9\u3067\u9805\u76ee\u3092\u9078\u629e\u3057\u30012\u3064\u306e\u30dc\u30c3\u30af\u30b9\u9593\u306e \"\u9078\u629e\"\u306e\u77e2\u5370\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u3001\u3044\u304f\u3064\u304b\u3092\u9078\u629e\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "\u3053\u308c\u304c\u9078\u629e\u3055\u308c\u305f %s \u306e\u30ea\u30b9\u30c8\u3067\u3059\u3002\u4e0b\u306e\u30dc\u30c3\u30af\u30b9\u3067\u9078\u629e\u3057\u30012\u3064\u306e\u30dc\u30c3\u30af\u30b9\u9593\u306e \"\u524a\u9664\"\u77e2\u5370\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u4e00\u90e8\u3092\u524a\u9664\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", - "This is the name of the group": "\u3053\u308c\u306f\u30b0\u30eb\u30fc\u30d7\u306e\u540d\u524d\u3067\u3059", - "This learner is currently sharing a limited profile.": "\u3053\u306e\u53d7\u8b1b\u8005\u306f\u73fe\u5728\u9650\u5b9a\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u3092\u516c\u958b\u3057\u3066\u3044\u307e\u3059\u3002", - "This learner will be removed from the team, allowing another learner to take the available spot.": "\u3053\u306e\u53d7\u8b1b\u8005\u304c\u30c1\u30fc\u30e0\u304b\u3089\u524a\u9664\u3055\u308c\u308b\u3053\u3068\u306b\u3088\u308a\u3001\u5225\u306e\u53d7\u8b1b\u8005\u304c\u53c2\u52a0\u53ef\u80fd\u306b\u306a\u308a\u307e\u3059\u3002", - "This page contains information about orders that you have placed with {platform_name}.": "\u3053\u306e\u753b\u9762\u306b\u306f{platform_name}\u5185\u3067\u306e\u6ce8\u6587\u306b\u95a2\u3059\u308b\u60c5\u5831\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002", - "This post could not be closed. Refresh the page and try again.": "\u3053\u306e\u6295\u7a3f\u3092\u7d42\u4e86\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "This post could not be flagged for abuse. Refresh the page and try again.": "\u3053\u306e\u6295\u7a3f\u306f\u4e0d\u6b63\u6295\u7a3f\u3068\u3057\u3066\u30d5\u30e9\u30b0\u304c\u3064\u3051\u3089\u308c\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "This post could not be pinned. Refresh the page and try again.": "\u3053\u306e\u6295\u7a3f\u306f\u30d4\u30f3\u6b62\u3081\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "This post could not be reopened. Refresh the page and try again.": "\u3053\u306e\u6295\u7a3f\u3092\u518d\u958b\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "This post could not be unflagged for abuse. Refresh the page and try again.": "\u3053\u306e\u6295\u7a3f\u306f\u4e0d\u6b63\u6295\u7a3f\u306e\u30d5\u30e9\u30b0\u3092\u5916\u305b\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "This post could not be unpinned. Refresh the page and try again.": "\u3053\u306e\u6295\u7a3f\u306f\u30d4\u30f3\u6b62\u3081\u3092\u5916\u305b\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "This problem could not be saved.": "\u3053\u306e\u554f\u984c\u306f\u4fdd\u5b58\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002", - "This problem has already been released. Any changes will apply only to future assessments.": "\u3053\u306e\u554f\u984c\u306f\u65e2\u306b\u516c\u958b\u6e08\u307f\u306e\u305f\u3081\u3001\u5909\u66f4\u306f\u4eca\u5f8c\u306e\u30a2\u30bb\u30b9\u30e1\u30f3\u30c8\u306e\u307f\u306b\u9069\u7528\u3055\u308c\u307e\u3059\u3002", - "This response could not be marked as an answer. Refresh the page and try again.": "\u3053\u306e\u8fd4\u4fe1\u306f\u89e3\u7b54\u3068\u3057\u3066\u30de\u30fc\u30af\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "This response could not be marked as endorsed. Refresh the page and try again.": "\u3053\u306e\u8fd4\u4fe1\u306b\u3044\u3044\u306d\uff01\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "This response could not be saved.": "\u3053\u306e\u8fd4\u4fe1\u306f\u4fdd\u5b58\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002", - "This response could not be submitted.": "\u3053\u306e\u8fd4\u4fe1\u306f\u63d0\u51fa\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002", - "This response could not be unendorsed. Refresh the page and try again.": "\u3053\u306e\u8fd4\u4fe1\u306e\u3044\u3044\u306d\uff01\u304c\u89e3\u9664\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "This response could not be unmarked as an answer. Refresh the page and try again.": "\u3053\u306e\u8fd4\u4fe1\u306f\u89e3\u7b54\u306e\u30de\u30fc\u30af\u3092\u5916\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "This response has been saved but not submitted.": "\u3053\u306e\u8fd4\u4fe1\u306f\u4fdd\u5b58\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u63d0\u51fa\u306f\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002", - "This response has not been saved.": "\u3053\u306e\u8fd4\u4fe1\u306f\u4fdd\u5b58\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002", - "This role requires a divided discussions scheme.": "\u3053\u306e\u6a29\u9650\u306b\u306f\u5206\u5272\u3055\u308c\u305f\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u30b9\u30ad\u30fc\u30e0\u304c\u5fc5\u8981\u3067\u3059\u3002", - "This section could not be loaded.": "\u3053\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u306f\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f\u3002", - "This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.": "\u8ab2\u984c\u30bf\u30a4\u30d7\u306e\u7565\u79f0 (\u4f8b\u3048\u3070\u3001HW\u307e\u305f\u306fMidterm)\u306f\u53d7\u8b1b\u8005\u306e\u9032\u6357\u30da\u30fc\u30b8\u306e\u8ab2\u984c\u306e\u6a2a\u306b\u8868\u793a\u3055\u308c\u307e\u3059\u3002", - "This team does not have any members.": "\u3053\u306e\u30c1\u30fc\u30e0\u306b\u306f\u8ab0\u3082\u53c2\u52a0\u3057\u3066\u3044\u307e\u305b\u3093\u3002", - "This team is full.": "\u3053\u306e\u30c1\u30fc\u30e0\u306f\u6e80\u54e1\u3067\u3059\u3002", - "This vote could not be processed. Refresh the page and try again.": "\u3053\u306e\u6295\u7968\u306f\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Thumbnail": "\u30b5\u30e0\u30cd\u30a4\u30eb", - "Thumbnail for {videoName}": "{videoName}\u306e\u30b5\u30e0\u30cd\u30a4\u30eb", - "Thumbnail view of ": "\u30b5\u30e0\u30cd\u30a4\u30eb\u30fb\u30d3\u30e5\u30fc", - "Time Allotted (HH:MM):": "\u5272\u5f53\u6642\u9593 (HH:MM):", - "Time Sent": "\u9001\u4fe1\u6642\u523b", - "Time Sent:": "\u9001\u4fe1\u6642\u523b: ", - "Time Zone": "\u30bf\u30a4\u30e0\u30be\u30fc\u30f3", - "Timed": "\u6642\u9593\u5236\u9650\u4ed8\u304d", - "Timed Transcript Conflict": "\u6642\u9593\u4ed8\u304d\u5b57\u5e55\u306e\u4e0d\u5177\u5408", - "Timed Transcript Found": "\u6642\u9593\u4ed8\u304d\u5b57\u5e55\u3042\u308a", - "Timed Transcript Uploaded Successfully": "\u6642\u9593\u4ed8\u304d\u5b57\u5e55\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u6210\u529f", - "Timed Transcript from %(filename)s": "%(filename)s \u306e\u6642\u9593\u4ed8\u304d\u5b57\u5e55", - "Tips on taking a successful photo": "\u4e0a\u624b\u304f\u5199\u771f\u3092\u64ae\u308b\u305f\u3081\u306e\u30d2\u30f3\u30c8", - "Title ": "\u5f79\u8077", - "Title of the signatory": "\u7f72\u540d\u8005\u306e\u5f79\u8077", - "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "\u5f79\u8077\u304c100\u6587\u5b57\u4ee5\u4e0a\u3060\u3068\u3001\u4fee\u4e86\u8a3c\u30921\u30da\u30fc\u30b8\u306b\u53ce\u3081\u3066\u5370\u5237\u3067\u304d\u306a\u3044\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u3002", - "To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.": "\u5168\u53d7\u8b1b\u8005\u304c\u52d5\u753b\u306b\u30a2\u30af\u30bb\u30b9\u3067\u304d\u308b\u3088\u3046\u306b\u3001.mp4\u3068.webm\u306e\u4e21\u65b9\u306e\u7a2e\u985e\u306e\u52d5\u753b\u3092\u63d0\u4f9b\u3059\u308b\u3053\u3068\u3092\u304a\u52e7\u3081\u3057\u307e\u3059\u3002\u5225\u306e\u7a2e\u985e\u306eURL\u3092\u8ffd\u52a0\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u3092\u30af\u30ea\u30c3\u30af\u3057\u307e\u3059\u3002\u3053\u308c\u3089\u306eURL\u306fYouTube\u306f\u6307\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002\u4e00\u89a7\u306e\u4e2d\u304b\u3089\u53d7\u8b1b\u8005\u306e\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u306b\u5bfe\u5fdc\u3059\u308b\uff11\u756a\u76ee\u306e\u52d5\u753b\u304c\u518d\u751f\u3055\u308c\u307e\u3059\u3002", - "To complete the program, you must earn a verified certificate for each course.": "\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u4fee\u4e86\u3059\u308b\u306b\u306f\u3001\u5404\u8b1b\u5ea7\u306e\u8a8d\u8a3c\u4ed8\u304d\u4fee\u4e86\u8a3c\u3092\u7372\u5f97\u3057\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002", - "To finalize course credit, %(display_name)s requires %(platform_name)s learners to submit a credit request.": "\u5358\u4f4d\u8a8d\u5b9a\u306e\u6700\u7d42\u51e6\u7406\u3092\u3059\u308b\u305f\u3081\u306b\u3001%(display_name)s\u3067\u306f%(platform_name)s\u53d7\u8b1b\u8005\u306b\u5358\u4f4d\u8a8d\u5b9a\u7533\u8acb\u3092\u63d0\u51fa\u3059\u308b\u3088\u3046\u6c42\u3081\u3066\u3044\u307e\u3059\u3002", - "To invalidate a certificate for a particular learner, add the username or email address below.": "\u7279\u5b9a\u306e\u53d7\u8b1b\u8005\u306e\u4fee\u4e86\u8a3c\u3092\u7121\u52b9\u306b\u3059\u308b\u306b\u306f\u3001\u30e6\u30fc\u30b6\u30fc\u540d\u307e\u305f\u306f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u4ee5\u4e0b\u306b\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "To receive a certificate, you must also verify your identity before {date}.": "\u4fee\u4e86\u8a3c\u3092\u53d6\u5f97\u3059\u308b\u305f\u3081\u306b\u306f\u3001{date}\u307e\u3067\u306b\u672c\u4eba\u8a8d\u8a3c\u3092\u3057\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002", - "To receive a certificate, you must also verify your identity.": "\u4fee\u4e86\u8a3c\u3092\u53d6\u5f97\u3059\u308b\u305f\u3081\u306b\u306f\u3001\u672c\u4eba\u8a8d\u8a3c\u3092\u3057\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002", - "To receive credit for problems, you must select \"Submit\" for each problem before you select \"End My Exam\".": "\u5358\u4f4d\u3092\u7372\u5f97\u3059\u308b\u306b\u306f\u3001\"\u8a66\u9a13\u3092\u7d42\u4e86\u3059\u308b\"\u3092\u9078\u629e\u3059\u308b\u524d\u306b\u5404\u554f\u984c\u3067\"\u63d0\u51fa\"\u3092\u9078\u629e\u3057\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093\u3002", - "To review learner cohort assignments or see the results of uploading a CSV file, download course profile information or cohort results on the {link_start}Data Download{link_end} page.": "\u53d7\u8b1b\u8005\u306e\u30b3\u30db\u30fc\u30c8\u632f\u308a\u5206\u3051\u3084CSV\u30d5\u30a1\u30a4\u30eb\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u7d50\u679c\u3092\u78ba\u8a8d\u3059\u308b\u306b\u306f\u3001{link_start}\u30c7\u30fc\u30bf\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9{link_end} \u30da\u30fc\u30b8\u3067\u8b1b\u5ea7\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u60c5\u5831\u307e\u305f\u306f\u30b3\u30db\u30fc\u30c8\u7d50\u679c\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u00a0", - "To share your certificate on Mozilla Backpack, you must first have a Backpack account. Complete the following steps to add your certificate to Backpack.": "\u4fee\u4e86\u8a3c\u3092Mozilla Backpack\u3067\u30b7\u30a7\u30a2\u3059\u308b\u306b\u306f\u3001\u307e\u305aBackpack\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u304c\u5fc5\u8981\u3067\u3059\u3002\u6b21\u306e\u30b9\u30c6\u30c3\u30d7\u3092\u5b8c\u4e86\u3057\u3066\u3001Backpack\u306b\u4fee\u4e86\u8a3c\u3092\u8ffd\u52a0\u3057\u307e\u3057\u3087\u3046\u3002", - "To take a successful photo, make sure that:": "\u4e0a\u624b\u304f\u5199\u771f\u304c\u64ae\u308c\u305f\u3089\u3001\u4ee5\u4e0b\u3092\u78ba\u8a8d: ", - "To use the current photo, select the camera button {icon}. To take another photo, select the retake button {icon}.": "\u3053\u306e\u5199\u771f\u3092\u4f7f\u3046\u306e\u3067\u3042\u308c\u3070\u3001\u30ab\u30e1\u30e9\u30dc\u30bf\u30f3{icon}\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u5225\u306e\u5199\u771f\u3092\u64ae\u308b\u5834\u5408\u306f\u3001\u518d\u64ae\u5f71\u30dc\u30bf\u30f3{icon}\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "To verify your identity, you need a webcam and a government-issued photo ID.": "\u672c\u4eba\u8a8d\u8a3c\u3092\u3059\u308b\u305f\u3081\u306b\u3001web\u30ab\u30e1\u30e9\u304a\u3088\u3073\u653f\u5e9c\u767a\u884c\u306e\u5199\u771f\u4ed8\u304dID\u304c\u5fc5\u8981\u3067\u3059\u3002", - "Today": "\u4eca\u65e5", - "Toggle Notifications Setting": "\u901a\u77e5\u8a2d\u5b9a\u3092\u8868\u793a", - "Tomorrow": "\u660e\u65e5", - "Topic": "\u30c8\u30d4\u30c3\u30af", - "Topics": "\u30c8\u30d4\u30c3\u30af\u30b9", - "Total": "\u5408\u8a08", - "Total Number": "\u5408\u8a08\u6570", - "Total Responses": "\u7dcf\u8fd4\u4fe1\u6570", - "Training": "\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0", - "Try the transaction again in a few minutes.": "\u6570\u5206\u5f8c\u306b\u518d\u5ea6\u624b\u7d9a\u304d\u3057\u3066\u307f\u3066\u304f\u3060\u3055\u3044\u3002", - "Type": "\u30bf\u30a4\u30d7", - "Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "URL\u3092\u5165\u529b\u3059\u308b\u304b\u3001\"\u30d5\u30a1\u30a4\u30eb\u3092\u9078\u3076\"\u30dc\u30bf\u30f3\u3092\u4f7f\u3063\u3066\u30d5\u30a1\u30a4\u30eb\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u3066\u304f\u3060\u3055\u3044\u3002(\u4f8b. 'http://example.com/img/clouds.jpg')", - "Type into this box to filter down the list of available %s.": "\u4f7f\u7528\u53ef\u80fd\u306a %s \u306e\u30ea\u30b9\u30c8\u3092\u7d5e\u308a\u8fbc\u3080\u306b\u306f\u3001\u3053\u306e\u30dc\u30c3\u30af\u30b9\u306b\u5165\u529b\u3057\u307e\u3059\u3002", - "URL": "URL", - "Unable to determine whether we should give you a refund because of System Error. Please try again later.": "\u30b7\u30b9\u30c6\u30e0\u30a8\u30e9\u30fc\u306e\u305f\u3081\u6255\u3044\u623b\u3057\u304c\u3067\u304d\u308b\u304b\u3069\u3046\u304b\u6c7a\u5b9a\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u5f8c\u307b\u3069\u518d\u64cd\u4f5c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Unable to load": "\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093", - "Unable to submit application": "\u7533\u8fbc\u3092\u63d0\u51fa\u3067\u304d\u307e\u305b\u3093", - "Undo (Ctrl+Z)": "\u5143\u306b\u623b\u3059 (Ctrl+Z)", - "Undo Changes": "\u5909\u66f4\u3092\u53d6\u308a\u6d88\u3059", - "Unexpected server error.": "\u4e88\u671f\u3057\u306a\u3044\u30b5\u30fc\u30d0\u30fc\u30a8\u30e9\u30fc\u3002", - "Ungraded": "\u672a\u63a1\u70b9", - "Unit": "\u30e6\u30cb\u30c3\u30c8", - "Unit Access": "\u30e6\u30cb\u30c3\u30c8\u30fb\u30a2\u30af\u30bb\u30b9", - "Unit Name": "\u30e6\u30cb\u30c3\u30c8\u540d", - "Unit Visibility": "\u30e6\u30cb\u30c3\u30c8\u8868\u793a", - "Units": "\u30e6\u30cb\u30c3\u30c8", - "Unknown": "\u4e0d\u660e", - "Unknown username: {user}": "\u30e6\u30fc\u30b6\u30fc\u540d\u4e0d\u660e\uff1a{user}", - "Unlink This Account": "\u3053\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u30ea\u30f3\u30af\u89e3\u9664", - "Unlink your {accountName} account": " {accountName}\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u30ea\u30f3\u30af\u89e3\u9664", - "Unlinking": "\u30ea\u30f3\u30af\u89e3\u9664\u4e2d", - "Unnamed Option": "\u540d\u79f0\u672a\u8a2d\u5b9a\u306e\u30aa\u30d7\u30b7\u30e7\u30f3", - "Unpublished changes to content that will release in the future": "\u5c06\u6765\u7684\u306b\u516c\u958b\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u3078\u306e\u672a\u516c\u958b\u306e\u5909\u66f4", - "Unpublished changes to live content": "\u73fe\u72b6\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u5bfe\u3059\u308b\u672a\u516c\u958b\u306e\u5909\u66f4", - "Unpublished units will not be released": "\u672a\u516c\u958b\u306e\u30e6\u30cb\u30c3\u30c8\u306f\u516c\u958b\u3055\u308c\u307e\u305b\u3093", - "Unscheduled": "\u672a\u5b9a", - "Update": "\u66f4\u65b0", - "Update team.": "\u30c1\u30fc\u30e0\u3092\u66f4\u65b0\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Updating Tags": "\u30bf\u30b0\u66f4\u65b0\u4e2d", - "Updating with latest library content": "\u6700\u65b0\u306e\u30e9\u30a4\u30d6\u30e9\u30ea\u30b3\u30f3\u30c6\u30f3\u30c4\u3067\u66f4\u65b0\u4e2d", - "Upgrade All Remaining Courses (": "\u6b8b\u308a\u306e\u5168\u8b1b\u5ea7\u3092\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9 (", - "Upgrade Deadline": "\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u7de0\u5207", - "Upgrade to Verified": "\u8a8d\u8a3c\u4ed8\u304d\u306b\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u3059\u308b", - "Upgrade to a Verified Certificate for {courseName}": "{courseName}\u3092\u8a8d\u8a3c\u4ed8\u304d\u4fee\u4e86\u8a3c\u306b\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9", - "Upload": "\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9", - "Upload File": "\u30d5\u30a1\u30a4\u30eb\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9", - "Upload File and Assign Students": "\u30d5\u30a1\u30a4\u30eb\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u3066\u53d7\u8b1b\u8005\u3092\u632f\u308a\u5206\u3051\u308b", - "Upload New .srt Transcript": "\u65b0\u3057\u3044 .srt\u5b57\u5e55\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9", - "Upload New File": "\u65b0\u898f\u30d5\u30a1\u30a4\u30eb\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9", - "Upload New Transcript": "\u65b0\u3057\u3044\u5b57\u5e55\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9", - "Upload PDF": "PDF\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9", - "Upload Photo": "\u5199\u771f\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9", - "Upload Signature Image": "\u7f72\u540d\u306e\u753b\u50cf\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9", - "Upload Videos": "\u52d5\u753b\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9", - "Upload a CSV file": "CSV\u30d5\u30a1\u30a4\u30eb\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9", - "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "\u4f8b\u5916\u3068\u3055\u308c\u305f\u53d7\u8b1b\u8005\u306e\u30e6\u30fc\u30b6\u30fc\u540d\u307e\u305f\u306f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u542b\u3080\u30ab\u30f3\u30de\u533a\u5207\u308a\u306e(.csv)\u30d5\u30a1\u30a4\u30eb\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u30ab\u30f3\u30de\u533a\u5207\u308a\u306e\u6700\u521d\u306e\u9805\u76ee\u3092\u30e6\u30fc\u30b6\u30fc\u540d\u307e\u305f\u306f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u30022\u756a\u76ee\u306b\u4f8b\u5916\u3068\u3057\u305f\u7406\u7531\u3092\u66f8\u304f\u3053\u3068\u3082\u3067\u304d\u307e\u3059\u3002", - "Upload an image": "\u753b\u50cf\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9", - "Upload an image or capture one with your web or phone camera.": "\u753b\u50cf\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u304b\u3001Web\u30ab\u30e1\u30e9\u307e\u305f\u306f\u643a\u5e2f\u96fb\u8a71\u306e\u30ab\u30e1\u30e9\u3067\u64ae\u5f71\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Upload completed": "\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u5b8c\u4e86", - "Upload completed for video {fileName}": "\u52d5\u753b {fileName} \u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u5b8c\u4e86", - "Upload failed": "\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u5931\u6557", - "Upload failed for video {fileName}": "\u52d5\u753b {fileName} \u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u5931\u6557", - "Upload instructor image.": "\u8b1b\u5e2b\u306e\u753b\u50cf\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3002", - "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u4e2d\u3067\u3059\u3002\u30a8\u30e9\u30fc\u3092\u9632\u3050\u305f\u3081\u3001\u51e6\u7406\u304c\u5b8c\u4e86\u3059\u308b\u307e\u3067\u3053\u306e\u30da\u30fc\u30b8\u304b\u3089\u79fb\u52d5\u3057\u306a\u3044\u3067\u304f\u3060\u3055\u3044\u3002", - "Upload signature image.": "\u7f72\u540d\u306e\u753b\u50cf\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3002", - "Upload your banner image.": "\u30d0\u30ca\u30fc\u753b\u50cf\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Upload your course image.": "\u8b1b\u5ea7\u753b\u50cf\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Upload your first asset": "\u6700\u521d\u306e\u30a2\u30bb\u30c3\u30c8\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9", - "Upload your video thumbnail image.": "\u52d5\u753b\u30b5\u30e0\u30cd\u30a4\u30eb\u753b\u50cf\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Uploaded file issues. Click on \"+\" to view.": "\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u304c\u767a\u884c\u3055\u308c\u307e\u3057\u305f\u3002\u8996\u8074\u3059\u308b\u305f\u3081\u306b\u306f \"+\" \u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Uploading": "\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u4e2d", - "Upset Learner": "\u53d7\u8b1b\u8005\u3092\u52d5\u63fa\u3055\u305b\u308b", - "Use Current Transcript": "\u73fe\u5728\u306e\u5b57\u5e55\u3092\u4f7f\u7528\u3059\u308b", - "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.": "\u76e3\u7763\u4ed8\u304d\u8a66\u9a13\u306e\u7df4\u7fd2\u3092\u4f7f\u3063\u3066\u3001\u53d7\u8b1b\u8005\u306b\u76e3\u7763\u4ed8\u304d\u8a66\u9a13\u306e\u30c4\u30fc\u30eb\u3084\u624b\u9806\u3092\u7d39\u4ecb\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u7df4\u7fd2\u8a66\u9a13\u306e\u7d50\u679c\u306f\u6210\u7e3e\u306b\u5f71\u97ff\u3057\u307e\u305b\u3093\u3002", - "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "\u6642\u9593\u5236\u9650\u4ed8\u304d\u8a66\u9a13\u3092\u4f7f\u3063\u3066\u3001\u53d7\u8b1b\u8005\u304c\u3053\u306e\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u306e\u554f\u984c\u306b\u8cbb\u3084\u305b\u308b\u6642\u9593\u3092\u5236\u9650\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u53d7\u8b1b\u8005\u306f\u6642\u9593\u5207\u308c\u306b\u306a\u308b\u524d\u306b\u89e3\u7b54\u3092\u63d0\u51fa\u3057\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002\u8b1b\u5e2b\u7528\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u304b\u3089\u53d7\u8b1b\u8005\u3054\u3068\u306b\u6642\u9593\u5ef6\u9577\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059\u3002", - "Use as a Prerequisite": "\u5c65\u7fd2\u8981\u4ef6\u3068\u3057\u3066\u4f7f\u7528", - "Use bookmarks to help you easily return to courseware pages. To bookmark a page, click \"Bookmark this page\" under the page title.": "\u30b3\u30fc\u30b9\u30a6\u30a7\u30a2\u30da\u30fc\u30b8\u306b\u7c21\u5358\u306b\u623b\u308c\u308b\u3088\u3046\u30d6\u30c3\u30af\u30de\u30fc\u30af\u3092\u5229\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u30d6\u30c3\u30af\u30de\u30fc\u30af\u3059\u308b\u306b\u306f\u3001\u30da\u30fc\u30b8\u30bf\u30a4\u30c8\u30eb\u306e\u4e0b\u306e\"\u3053\u306e\u30da\u30fc\u30b8\u3092\u30d6\u30c3\u30af\u30de\u30fc\u30af\u3059\u308b\"\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Use cohorts as the basis for dividing discussions. All learners, regardless of cohort, see the same discussion topics, but within divided topics, only members of the same cohort see and respond to each others\u2019 posts. ": "\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u3092\u5206\u5272\u3059\u308b\u57fa\u6e96\u3068\u3057\u3066\u30b3\u30db\u30fc\u30c8\u3092\u5229\u7528\u3057\u307e\u3059\u3002\u30b3\u30db\u30fc\u30c8\u306b\u95a2\u4fc2\u306a\u304f\u3001\u5168\u53d7\u8b1b\u8005\u306b\u540c\u3058\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u30fb\u30c8\u30d4\u30c3\u30af\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u304c\u3001\u5206\u5272\u3055\u308c\u305f\u30c8\u30d4\u30c3\u30af\u5185\u3067\u306f\u540c\u3058\u30b3\u30db\u30fc\u30c8\u306e\u53d7\u8b1b\u8005\u3060\u3051\u304c\u4e92\u3044\u306e\u6295\u7a3f\u3092\u898b\u305f\u308a\u8fd4\u4fe1\u3057\u305f\u308a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", - "Use enrollment tracks as the basis for dividing discussions. All learners, regardless of their enrollment track, see the same discussion topics, but within divided topics, only learners who are in the same enrollment track see and respond to each others\u2019 posts.": "\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u3092\u5206\u5272\u3059\u308b\u57fa\u6e96\u3068\u3057\u3066\u53d7\u8b1b\u767b\u9332\u30c8\u30e9\u30c3\u30af\u3092\u5229\u7528\u3057\u307e\u3059\u3002\u53d7\u8b1b\u767b\u9332\u30c8\u30e9\u30c3\u30af\u306b\u95a2\u4fc2\u306a\u304f\u3001\u5168\u53d7\u8b1b\u8005\u306b\u540c\u3058\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u30fb\u30c8\u30d4\u30c3\u30af\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u304c\u3001\u5206\u5272\u3055\u308c\u305f\u30c8\u30d4\u30c3\u30af\u5185\u3067\u306f\u540c\u3058\u53d7\u8b1b\u767b\u9332\u30c8\u30e9\u30c3\u30af\u306e\u53d7\u8b1b\u8005\u3060\u3051\u304c\u4e92\u3044\u306e\u6295\u7a3f\u3092\u898b\u305f\u308a\u8fd4\u4fe1\u3057\u305f\u308a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", - "Use my institution/campus credentials": "\u6a5f\u95a2/\u5b66\u6821\u306e\u8a3c\u660e\u66f8\u3092\u4f7f\u3046", - "Use the All Topics menu to find specific topics.": "\u7279\u5b9a\u306e\u30c8\u30d4\u30c3\u30af\u3092\u898b\u3064\u3051\u308b\u306b\u306f'\u5168\u30c8\u30d4\u30c3\u30af'\u30e1\u30cb\u30e5\u30fc\u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Use the retake photo button if you are not pleased with your photo": "\u5199\u771f\u3092\u64ae\u308a\u76f4\u3057\u305f\u3044\u5834\u5408\u306f\u3001\u518d\u64ae\u5f71\u30dc\u30bf\u30f3\u3092\u62bc\u3057\u3066\u304f\u3060\u3055\u3044", - "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "\u30a6\u30a7\u30d6\u30ab\u30e1\u30e9\u3092\u4f7f\u3063\u3066\u3001\u3042\u306a\u305f\u306eID\u306e\u5199\u771f\u3092\u64ae\u5f71\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u305d\u306e\u5199\u771f\u3092\u3042\u306a\u305f\u306e\u9854\u5199\u771f\u304a\u3088\u3073\u30a2\u30ab\u30a6\u30f3\u30c8\u306b\u8a2d\u5b9a\u3055\u308c\u305f\u540d\u524d\u3068\u7167\u5408\u3057\u307e\u3059\u3002", - "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "\u30a6\u30a7\u30d6\u30ab\u30e1\u30e9\u3092\u4f7f\u3063\u3066\u3001\u3042\u306a\u305f\u306e\u9854\u5199\u771f\u3092\u64ae\u5f71\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3053\u306e\u5199\u771f\u3092\u3042\u306a\u305f\u306eID\u306e\u5199\u771f\u3068\u7167\u5408\u3057\u307e\u3059\u3002", - "Used": "\u5229\u7528\u6e08", + ], + "There was an error, try searching again.": "\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u518d\u5ea6\u691c\u7d22\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "There were errors reindexing course.": "\u30b3\u30fc\u30b9\u306e\u898b\u51fa\u3057\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002", + "There's already another assignment type with this name.": "\u3053\u306e\u540d\u524d\u306e\u8ab2\u984c\u30bf\u30a4\u30d7\u304c\u65e2\u306b\u5b58\u5728\u3057\u307e\u3059\u3002", + "These settings include basic information about your account.": "\u3053\u306e\u8a2d\u5b9a\u306b\u306f\u3042\u306a\u305f\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u306e\u57fa\u672c\u60c5\u5831\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002", + "These users could not be added as beta testers because their accounts are not yet activated:": "\u3053\u306e\u30e6\u30fc\u30b6\u30fc\u306f\u307e\u3060\u30a2\u30ab\u30a6\u30f3\u30c8\u304c\u6709\u52b9\u5316\u3055\u308c\u3066\u3044\u306a\u3044\u305f\u3081\u3001\u03b2\u30c6\u30b9\u30bf\u30fc\u3068\u3057\u3066\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002", + "These users were not added as beta testers:": "\u6b21\u306e\u30e6\u30fc\u30b6\u30fc\u306f\u03b2\u30c6\u30b9\u30bf\u30fc\u3068\u3057\u3066\u8ffd\u52a0\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f: ", + "These users were not affiliated with the course so could not be unenrolled:": "\u6b21\u306e\u30e6\u30fc\u30b6\u30fc\u306f\u8b1b\u5ea7\u306b\u53c2\u52a0\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u53d7\u8b1b\u767b\u9332\u89e3\u9664\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: ", + "These users were not removed as beta testers:": "\u6b21\u306e\u30e6\u30fc\u30b6\u30fc\u306f\u03b2\u30c6\u30b9\u30bf\u30fc\u304b\u3089\u524a\u9664\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f: ", + "These users were successfully added as beta testers:": "\u6b21\u306e\u30e6\u30fc\u30b6\u30fc\u304c\u03b2\u30c6\u30b9\u30bf\u30fc\u3068\u3057\u3066\u6b63\u5e38\u306b\u8ffd\u52a0\u3055\u308c\u307e\u3057\u305f: ", + "These users were successfully removed as beta testers:": "\u6b21\u306e\u30e6\u30fc\u30b6\u30fc\u3092\u03b2\u30c6\u30b9\u30bf\u30fc\u304b\u3089\u6b63\u5e38\u306b\u524a\u9664\u3057\u307e\u3057\u305f: ", + "These users will be allowed to enroll once they register:": "\u6b21\u306e\u30e6\u30fc\u30b6\u30fc\u306f\u767b\u9332\u5b8c\u4e86\u5f8c\u306b\u53d7\u8b1b\u767b\u9332\u304c\u53ef\u80fd\u306b\u306a\u308a\u307e\u3059: ", + "These users will be enrolled once they register:": "\u6b21\u306e\u30e6\u30fc\u30b6\u30fc\u306f\u767b\u9332\u5b8c\u4e86\u5f8c\u306b\u53d7\u8b1b\u767b\u9332\u3055\u308c\u307e\u3059: ", + "This Group Configuration is not in use. Start by adding a content experiment to any Unit via the {linkStart}Course Outline{linkEnd}.": "\u3053\u306e\u30b0\u30eb\u30fc\u30d7\u8a2d\u5b9a\u306f\u4f7f\u7528\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002{linkStart}\u8b1b\u5ea7\u30a2\u30a6\u30c8\u30e9\u30a4\u30f3{linkEnd}\u304b\u3089\u30e6\u30cb\u30c3\u30c8\u306b\u30b3\u30f3\u30c6\u30f3\u30c4\u30c6\u30b9\u30c8\u3092\u5165\u529b\u3057\u3066\u958b\u59cb\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "This Group Configuration is used in:": "\u3053\u306e\u30b0\u30eb\u30fc\u30d7\u8a2d\u5b9a\u304c\u4f7f\u7528\u3055\u308c\u308b\u9805\u76ee: ", + "This action cannot be undone.": "\u3053\u306e\u30a2\u30af\u30b7\u30e7\u30f3\u306f\u53d6\u308a\u6d88\u3057\u3067\u304d\u307e\u305b\u3093\u3002", + "This assessment could not be submitted.": "\u3053\u306e\u30a2\u30bb\u30b9\u30e1\u30f3\u30c8\u306f\u63d0\u51fa\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002", + "This catalog's courses:": "\u672c\u30ab\u30bf\u30ed\u30b0\u306e\u8b1b\u5ea7:", + "This certificate has already been activated and is live. Are you sure you want to continue editing?": "\u3053\u306e\u4fee\u4e86\u8a3c\u306f\u65e2\u306b\u6709\u52b9\u5316\u3055\u308c\u3066\u304a\u308a\u3001\u30a2\u30af\u30c6\u30a3\u30d6\u3067\u3059\u3002\u672c\u5f53\u306b\u7de8\u96c6\u3092\u7d9a\u3051\u307e\u3059\u304b\uff1f", + "This comment could not be deleted. Refresh the page and try again.": "\u3053\u306e\u30b3\u30e1\u30f3\u30c8\u306f\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "\u3053\u306e\u8a2d\u5b9a\u306f\u30b3\u30f3\u30c6\u30f3\u30c4\u30c6\u30b9\u30c8\u3067\u73fe\u5728\u4f7f\u7528\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u30b0\u30eb\u30fc\u30d7\u8a2d\u5b9a\u3092\u5909\u66f4\u3059\u308b\u5834\u5408\u3001\u305d\u306e\u30c6\u30b9\u30c8\u3082\u7de8\u96c6\u3057\u306a\u3051\u308c\u3070\u306a\u3089\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002", + "This content group is used in one or more units.": "\u3053\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7\u306f\uff11\u3064\u4ee5\u4e0a\u306e\u30e6\u30cb\u30c3\u30c8\u3067\u4f7f\u7528\u3055\u308c\u3066\u3044\u307e\u3059\u3002", + "This course has automatic cohorting enabled for verified track learners, but cohorts are disabled. You must enable cohorts for the feature to work.": "\u3053\u306e\u8b1b\u5ea7\u3067\u306f\u3001\u8a8d\u8a3c\u4ed8\u304d\u30b3\u30fc\u30b9\u306e\u53d7\u8b1b\u8005\u306b\u5bfe\u3057\u3066\u81ea\u52d5\u30b3\u30db\u30fc\u30c8\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u30b3\u30db\u30fc\u30c8\u304c\u7121\u52b9\u306b\u306a\u3063\u3066\u3044\u307e\u3059\u3002\u4f5c\u696d\u3092\u9032\u3081\u308b\u306b\u306f\u30b3\u30db\u30fc\u30c8\u3092\u6709\u52b9\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "This course has automatic cohorting enabled for verified track learners, but the required cohort does not exist. You must create a manually-assigned cohort named '{verifiedCohortName}' for the feature to work.": "\u3053\u306e\u8b1b\u5ea7\u3067\u306f\u3001\u8a8d\u8a3c\u4ed8\u304d\u30b3\u30fc\u30b9\u306e\u53d7\u8b1b\u8005\u306b\u5bfe\u3057\u3066\u81ea\u52d5\u30b3\u30db\u30fc\u30c8\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u5fc5\u8981\u306a\u30b3\u30db\u30fc\u30c8\u304c\u3042\u308a\u307e\u305b\u3093\u3002\u4f5c\u696d\u3092\u9032\u3081\u308b\u306b\u306f '{verifiedCohortName}'\u00a0\u3068\u3044\u3046\u540d\u79f0\u306e\u624b\u52d5\u632f\u308a\u5206\u3051\u30b3\u30db\u30fc\u30c8\u3092\u4f5c\u6210\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "This course uses automatic cohorting for verified track learners. You cannot disable cohorts, and you cannot rename the manual cohort named '{verifiedCohortName}'. To change the configuration for verified track cohorts, contact your edX partner manager.": "\u3053\u306e\u8b1b\u5ea7\u3067\u306f\u3001\u8a8d\u8a3c\u4ed8\u304d\u30b3\u30fc\u30b9\u53d7\u8b1b\u8005\u306b\u5bfe\u3057\u3066\u81ea\u52d5\u30b3\u30db\u30fc\u30c8\u304c\u4f7f\u308f\u308c\u3066\u3044\u307e\u3059\u3002\u3053\u306e\u30b3\u30db\u30fc\u30c8\u3092\u7121\u52b9\u306b\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3057\u3001\u624b\u52d5\u3067\u8a2d\u5b9a\u3057\u305f '{verifiedCohortName}' \u3068\u3044\u3046\u540d\u79f0\u3092\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002\u8a8d\u8a3c\u4ed8\u304d\u30b3\u30fc\u30b9\u306e\u30b3\u30db\u30fc\u30c8\u306e\u8a2d\u5b9a\u3092\u5909\u66f4\u3057\u305f\u3044\u5834\u5408\u306f\u3001edX partner manager\u306b\u304a\u554f\u3044\u5408\u308f\u305b\u304f\u3060\u3055\u3044\u3002", + "This discussion could not be loaded. Refresh the page and try again.": "\u3053\u306e\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u306f\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "This feedback could not be submitted.": "\u3053\u306e\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\u306f\u63d0\u51fa\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002", + "This group controls access to:": "\u3053\u306e\u30b0\u30eb\u30fc\u30d7\u306f\u4ee5\u4e0b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u7ba1\u7406\u3057\u3066\u3044\u307e\u3059:", + "This group no longer exists. Choose another group or do not restrict access to this unit.": "\u3053\u306e\u30b0\u30eb\u30fc\u30d7\u306f\u5b58\u5728\u3057\u3066\u3044\u307e\u305b\u3093\u3002\u5225\u306e\u30b0\u30eb\u30fc\u30d7\u3092\u9078\u3076\u304b\u3001\u3053\u306e\u30e6\u30cb\u30c3\u30c8\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u5236\u9650\u3057\u306a\u3044\u3067\u304f\u3060\u3055\u3044\u3002", + "This image file type is not supported. Supported file types are {supportedFileFormats}.": "\u3053\u306e\u753b\u50cf\u30d5\u30a1\u30a4\u30eb\u306e\u7a2e\u985e\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u5bfe\u5fdc\u3067\u304d\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u7a2e\u985e\u306f {supportedFileFormats} \u3067\u3059\u3002", + "This image is for decorative purposes only and does not require a description.": "\u3053\u306e\u753b\u50cf\u306f\u88c5\u98fe\u7528\u306a\u306e\u3067\u3001\u8a73\u7d30\u8aac\u660e\u306f\u4e0d\u8981\u3067\u3059\u3002", + "This is the Description of the Group Configuration": "\u3053\u308c\u306f\u30b0\u30eb\u30fc\u30d7\u8a2d\u5b9a\u306e\u8aac\u660e\u3067\u3059", + "This is the Name of the Group Configuration": "\u3053\u308c\u306f\u30b0\u30eb\u30fc\u30d7\u8a2d\u5b9a\u540d\u3067\u3059", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "\u3053\u308c\u304c\u4f7f\u7528\u53ef\u80fd\u306a %s \u306e\u30ea\u30b9\u30c8\u3067\u3059\u3002\u4e0b\u306e\u30dc\u30c3\u30af\u30b9\u3067\u9805\u76ee\u3092\u9078\u629e\u3057\u30012\u3064\u306e\u30dc\u30c3\u30af\u30b9\u9593\u306e \"\u9078\u629e\"\u306e\u77e2\u5370\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u3001\u3044\u304f\u3064\u304b\u3092\u9078\u629e\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "\u3053\u308c\u304c\u9078\u629e\u3055\u308c\u305f %s \u306e\u30ea\u30b9\u30c8\u3067\u3059\u3002\u4e0b\u306e\u30dc\u30c3\u30af\u30b9\u3067\u9078\u629e\u3057\u30012\u3064\u306e\u30dc\u30c3\u30af\u30b9\u9593\u306e \"\u524a\u9664\"\u77e2\u5370\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u4e00\u90e8\u3092\u524a\u9664\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", + "This is the name of the group": "\u3053\u308c\u306f\u30b0\u30eb\u30fc\u30d7\u306e\u540d\u524d\u3067\u3059", + "This learner is currently sharing a limited profile.": "\u3053\u306e\u53d7\u8b1b\u8005\u306f\u73fe\u5728\u9650\u5b9a\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u3092\u516c\u958b\u3057\u3066\u3044\u307e\u3059\u3002", + "This page contains information about orders that you have placed with {platform_name}.": "\u3053\u306e\u753b\u9762\u306b\u306f{platform_name}\u5185\u3067\u306e\u6ce8\u6587\u306b\u95a2\u3059\u308b\u60c5\u5831\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002", + "This post could not be closed. Refresh the page and try again.": "\u3053\u306e\u6295\u7a3f\u3092\u7d42\u4e86\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "This post could not be flagged for abuse. Refresh the page and try again.": "\u3053\u306e\u6295\u7a3f\u306f\u4e0d\u6b63\u6295\u7a3f\u3068\u3057\u3066\u30d5\u30e9\u30b0\u304c\u3064\u3051\u3089\u308c\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "This post could not be pinned. Refresh the page and try again.": "\u3053\u306e\u6295\u7a3f\u306f\u30d4\u30f3\u6b62\u3081\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "This post could not be reopened. Refresh the page and try again.": "\u3053\u306e\u6295\u7a3f\u3092\u518d\u958b\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "This post could not be unflagged for abuse. Refresh the page and try again.": "\u3053\u306e\u6295\u7a3f\u306f\u4e0d\u6b63\u6295\u7a3f\u306e\u30d5\u30e9\u30b0\u3092\u5916\u305b\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "This post could not be unpinned. Refresh the page and try again.": "\u3053\u306e\u6295\u7a3f\u306f\u30d4\u30f3\u6b62\u3081\u3092\u5916\u305b\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "This problem could not be saved.": "\u3053\u306e\u554f\u984c\u306f\u4fdd\u5b58\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002", + "This problem has already been released. Any changes will apply only to future assessments.": "\u3053\u306e\u554f\u984c\u306f\u65e2\u306b\u516c\u958b\u6e08\u307f\u306e\u305f\u3081\u3001\u5909\u66f4\u306f\u4eca\u5f8c\u306e\u30a2\u30bb\u30b9\u30e1\u30f3\u30c8\u306e\u307f\u306b\u9069\u7528\u3055\u308c\u307e\u3059\u3002", + "This response could not be marked as an answer. Refresh the page and try again.": "\u3053\u306e\u8fd4\u4fe1\u306f\u89e3\u7b54\u3068\u3057\u3066\u30de\u30fc\u30af\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "This response could not be marked as endorsed. Refresh the page and try again.": "\u3053\u306e\u8fd4\u4fe1\u306b\u3044\u3044\u306d\uff01\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "This response could not be saved.": "\u3053\u306e\u8fd4\u4fe1\u306f\u4fdd\u5b58\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002", + "This response could not be submitted.": "\u3053\u306e\u8fd4\u4fe1\u306f\u63d0\u51fa\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002", + "This response could not be unendorsed. Refresh the page and try again.": "\u3053\u306e\u8fd4\u4fe1\u306e\u3044\u3044\u306d\uff01\u304c\u89e3\u9664\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "This response could not be unmarked as an answer. Refresh the page and try again.": "\u3053\u306e\u8fd4\u4fe1\u306f\u89e3\u7b54\u306e\u30de\u30fc\u30af\u3092\u5916\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "This response has been saved but not submitted.": "\u3053\u306e\u8fd4\u4fe1\u306f\u4fdd\u5b58\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u63d0\u51fa\u306f\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002", + "This response has not been saved.": "\u3053\u306e\u8fd4\u4fe1\u306f\u4fdd\u5b58\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002", + "This role requires a divided discussions scheme.": "\u3053\u306e\u6a29\u9650\u306b\u306f\u5206\u5272\u3055\u308c\u305f\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u30b9\u30ad\u30fc\u30e0\u304c\u5fc5\u8981\u3067\u3059\u3002", + "This section could not be loaded.": "\u3053\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u306f\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f\u3002", + "This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.": "\u8ab2\u984c\u30bf\u30a4\u30d7\u306e\u7565\u79f0 (\u4f8b\u3048\u3070\u3001HW\u307e\u305f\u306fMidterm)\u306f\u53d7\u8b1b\u8005\u306e\u9032\u6357\u30da\u30fc\u30b8\u306e\u8ab2\u984c\u306e\u6a2a\u306b\u8868\u793a\u3055\u308c\u307e\u3059\u3002", + "This team does not have any members.": "\u3053\u306e\u30c1\u30fc\u30e0\u306b\u306f\u8ab0\u3082\u53c2\u52a0\u3057\u3066\u3044\u307e\u305b\u3093\u3002", + "This team is full.": "\u3053\u306e\u30c1\u30fc\u30e0\u306f\u6e80\u54e1\u3067\u3059\u3002", + "This vote could not be processed. Refresh the page and try again.": "\u3053\u306e\u6295\u7968\u306f\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Thumbnail": "\u30b5\u30e0\u30cd\u30a4\u30eb", + "Thumbnail for {videoName}": "{videoName}\u306e\u30b5\u30e0\u30cd\u30a4\u30eb", + "Thumbnail view of ": "\u30b5\u30e0\u30cd\u30a4\u30eb\u30fb\u30d3\u30e5\u30fc", + "Time Allotted (HH:MM):": "\u5272\u5f53\u6642\u9593 (HH:MM):", + "Time Sent": "\u9001\u4fe1\u6642\u523b", + "Time Sent:": "\u9001\u4fe1\u6642\u523b: ", + "Time Zone": "\u30bf\u30a4\u30e0\u30be\u30fc\u30f3", + "Timed": "\u6642\u9593\u5236\u9650\u4ed8\u304d", + "Timed Transcript Conflict": "\u6642\u9593\u4ed8\u304d\u5b57\u5e55\u306e\u4e0d\u5177\u5408", + "Timed Transcript Found": "\u6642\u9593\u4ed8\u304d\u5b57\u5e55\u3042\u308a", + "Timed Transcript Uploaded Successfully": "\u6642\u9593\u4ed8\u304d\u5b57\u5e55\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u6210\u529f", + "Timed Transcript from %(filename)s": "%(filename)s \u306e\u6642\u9593\u4ed8\u304d\u5b57\u5e55", + "Tips on taking a successful photo": "\u4e0a\u624b\u304f\u5199\u771f\u3092\u64ae\u308b\u305f\u3081\u306e\u30d2\u30f3\u30c8", + "Title ": "\u5f79\u8077", + "Title of the signatory": "\u7f72\u540d\u8005\u306e\u5f79\u8077", + "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "\u5f79\u8077\u304c100\u6587\u5b57\u4ee5\u4e0a\u3060\u3068\u3001\u4fee\u4e86\u8a3c\u30921\u30da\u30fc\u30b8\u306b\u53ce\u3081\u3066\u5370\u5237\u3067\u304d\u306a\u3044\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u3002", + "To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.": "\u5168\u53d7\u8b1b\u8005\u304c\u52d5\u753b\u306b\u30a2\u30af\u30bb\u30b9\u3067\u304d\u308b\u3088\u3046\u306b\u3001.mp4\u3068.webm\u306e\u4e21\u65b9\u306e\u7a2e\u985e\u306e\u52d5\u753b\u3092\u63d0\u4f9b\u3059\u308b\u3053\u3068\u3092\u304a\u52e7\u3081\u3057\u307e\u3059\u3002\u5225\u306e\u7a2e\u985e\u306eURL\u3092\u8ffd\u52a0\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u3092\u30af\u30ea\u30c3\u30af\u3057\u307e\u3059\u3002\u3053\u308c\u3089\u306eURL\u306fYouTube\u306f\u6307\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002\u4e00\u89a7\u306e\u4e2d\u304b\u3089\u53d7\u8b1b\u8005\u306e\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u306b\u5bfe\u5fdc\u3059\u308b\uff11\u756a\u76ee\u306e\u52d5\u753b\u304c\u518d\u751f\u3055\u308c\u307e\u3059\u3002", + "To complete the program, you must earn a verified certificate for each course.": "\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u4fee\u4e86\u3059\u308b\u306b\u306f\u3001\u5404\u8b1b\u5ea7\u306e\u8a8d\u8a3c\u4ed8\u304d\u4fee\u4e86\u8a3c\u3092\u7372\u5f97\u3057\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002", + "To finalize course credit, %(display_name)s requires %(platform_name)s learners to submit a credit request.": "\u5358\u4f4d\u8a8d\u5b9a\u306e\u6700\u7d42\u51e6\u7406\u3092\u3059\u308b\u305f\u3081\u306b\u3001%(display_name)s\u3067\u306f%(platform_name)s\u53d7\u8b1b\u8005\u306b\u5358\u4f4d\u8a8d\u5b9a\u7533\u8acb\u3092\u63d0\u51fa\u3059\u308b\u3088\u3046\u6c42\u3081\u3066\u3044\u307e\u3059\u3002", + "To invalidate a certificate for a particular learner, add the username or email address below.": "\u7279\u5b9a\u306e\u53d7\u8b1b\u8005\u306e\u4fee\u4e86\u8a3c\u3092\u7121\u52b9\u306b\u3059\u308b\u306b\u306f\u3001\u30e6\u30fc\u30b6\u30fc\u540d\u307e\u305f\u306f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u4ee5\u4e0b\u306b\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "To receive a certificate, you must also verify your identity before {date}.": "\u4fee\u4e86\u8a3c\u3092\u53d6\u5f97\u3059\u308b\u305f\u3081\u306b\u306f\u3001{date}\u307e\u3067\u306b\u672c\u4eba\u8a8d\u8a3c\u3092\u3057\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002", + "To receive a certificate, you must also verify your identity.": "\u4fee\u4e86\u8a3c\u3092\u53d6\u5f97\u3059\u308b\u305f\u3081\u306b\u306f\u3001\u672c\u4eba\u8a8d\u8a3c\u3092\u3057\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002", + "To receive credit for problems, you must select \"Submit\" for each problem before you select \"End My Exam\".": "\u5358\u4f4d\u3092\u7372\u5f97\u3059\u308b\u306b\u306f\u3001\"\u8a66\u9a13\u3092\u7d42\u4e86\u3059\u308b\"\u3092\u9078\u629e\u3059\u308b\u524d\u306b\u5404\u554f\u984c\u3067\"\u63d0\u51fa\"\u3092\u9078\u629e\u3057\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093\u3002", + "To review learner cohort assignments or see the results of uploading a CSV file, download course profile information or cohort results on the {link_start}Data Download{link_end} page.": "\u53d7\u8b1b\u8005\u306e\u30b3\u30db\u30fc\u30c8\u632f\u308a\u5206\u3051\u3084CSV\u30d5\u30a1\u30a4\u30eb\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u7d50\u679c\u3092\u78ba\u8a8d\u3059\u308b\u306b\u306f\u3001{link_start}\u30c7\u30fc\u30bf\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9{link_end} \u30da\u30fc\u30b8\u3067\u8b1b\u5ea7\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u60c5\u5831\u307e\u305f\u306f\u30b3\u30db\u30fc\u30c8\u7d50\u679c\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u00a0", + "To share your certificate on Mozilla Backpack, you must first have a Backpack account. Complete the following steps to add your certificate to Backpack.": "\u4fee\u4e86\u8a3c\u3092Mozilla Backpack\u3067\u30b7\u30a7\u30a2\u3059\u308b\u306b\u306f\u3001\u307e\u305aBackpack\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u304c\u5fc5\u8981\u3067\u3059\u3002\u6b21\u306e\u30b9\u30c6\u30c3\u30d7\u3092\u5b8c\u4e86\u3057\u3066\u3001Backpack\u306b\u4fee\u4e86\u8a3c\u3092\u8ffd\u52a0\u3057\u307e\u3057\u3087\u3046\u3002", + "To take a successful photo, make sure that:": "\u4e0a\u624b\u304f\u5199\u771f\u304c\u64ae\u308c\u305f\u3089\u3001\u4ee5\u4e0b\u3092\u78ba\u8a8d: ", + "To verify your identity, you need a webcam and a government-issued photo ID.": "\u672c\u4eba\u8a8d\u8a3c\u3092\u3059\u308b\u305f\u3081\u306b\u3001web\u30ab\u30e1\u30e9\u304a\u3088\u3073\u653f\u5e9c\u767a\u884c\u306e\u5199\u771f\u4ed8\u304dID\u304c\u5fc5\u8981\u3067\u3059\u3002", + "Today": "\u4eca\u65e5", + "Toggle Notifications Setting": "\u901a\u77e5\u8a2d\u5b9a\u3092\u8868\u793a", + "Tomorrow": "\u660e\u65e5", + "Topic": "\u30c8\u30d4\u30c3\u30af", + "Topics": "\u30c8\u30d4\u30c3\u30af\u30b9", + "Total": "\u5408\u8a08", + "Total Number": "\u5408\u8a08\u6570", + "Total Responses": "\u7dcf\u8fd4\u4fe1\u6570", + "Training": "\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0", + "Try the transaction again in a few minutes.": "\u6570\u5206\u5f8c\u306b\u518d\u5ea6\u624b\u7d9a\u304d\u3057\u3066\u307f\u3066\u304f\u3060\u3055\u3044\u3002", + "Type": "\u30bf\u30a4\u30d7", + "Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "URL\u3092\u5165\u529b\u3059\u308b\u304b\u3001\"\u30d5\u30a1\u30a4\u30eb\u3092\u9078\u3076\"\u30dc\u30bf\u30f3\u3092\u4f7f\u3063\u3066\u30d5\u30a1\u30a4\u30eb\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u3066\u304f\u3060\u3055\u3044\u3002(\u4f8b. 'http://example.com/img/clouds.jpg')", + "Type into this box to filter down the list of available %s.": "\u4f7f\u7528\u53ef\u80fd\u306a %s \u306e\u30ea\u30b9\u30c8\u3092\u7d5e\u308a\u8fbc\u3080\u306b\u306f\u3001\u3053\u306e\u30dc\u30c3\u30af\u30b9\u306b\u5165\u529b\u3057\u307e\u3059\u3002", + "URL": "URL", + "Unable to determine whether we should give you a refund because of System Error. Please try again later.": "\u30b7\u30b9\u30c6\u30e0\u30a8\u30e9\u30fc\u306e\u305f\u3081\u6255\u3044\u623b\u3057\u304c\u3067\u304d\u308b\u304b\u3069\u3046\u304b\u6c7a\u5b9a\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u5f8c\u307b\u3069\u518d\u64cd\u4f5c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Unable to load": "\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093", + "Unable to submit application": "\u7533\u8fbc\u3092\u63d0\u51fa\u3067\u304d\u307e\u305b\u3093", + "Undo (Ctrl+Z)": "\u5143\u306b\u623b\u3059 (Ctrl+Z)", + "Undo Changes": "\u5909\u66f4\u3092\u53d6\u308a\u6d88\u3059", + "Unexpected server error.": "\u4e88\u671f\u3057\u306a\u3044\u30b5\u30fc\u30d0\u30fc\u30a8\u30e9\u30fc\u3002", + "Ungraded": "\u672a\u63a1\u70b9", + "Unit": "\u30e6\u30cb\u30c3\u30c8", + "Unit Access": "\u30e6\u30cb\u30c3\u30c8\u30fb\u30a2\u30af\u30bb\u30b9", + "Unit Name": "\u30e6\u30cb\u30c3\u30c8\u540d", + "Unit Visibility": "\u30e6\u30cb\u30c3\u30c8\u8868\u793a", + "Units": "\u30e6\u30cb\u30c3\u30c8", + "Unknown": "\u4e0d\u660e", + "Unknown username: {user}": "\u30e6\u30fc\u30b6\u30fc\u540d\u4e0d\u660e\uff1a{user}", + "Unlink This Account": "\u3053\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u30ea\u30f3\u30af\u89e3\u9664", + "Unlink your {accountName} account": " {accountName}\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u30ea\u30f3\u30af\u89e3\u9664", + "Unlinking": "\u30ea\u30f3\u30af\u89e3\u9664\u4e2d", + "Unnamed Option": "\u540d\u79f0\u672a\u8a2d\u5b9a\u306e\u30aa\u30d7\u30b7\u30e7\u30f3", + "Unpublished changes to content that will release in the future": "\u5c06\u6765\u7684\u306b\u516c\u958b\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u3078\u306e\u672a\u516c\u958b\u306e\u5909\u66f4", + "Unpublished changes to live content": "\u73fe\u72b6\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u5bfe\u3059\u308b\u672a\u516c\u958b\u306e\u5909\u66f4", + "Unpublished units will not be released": "\u672a\u516c\u958b\u306e\u30e6\u30cb\u30c3\u30c8\u306f\u516c\u958b\u3055\u308c\u307e\u305b\u3093", + "Unscheduled": "\u672a\u5b9a", + "Update": "\u66f4\u65b0", + "Update team.": "\u30c1\u30fc\u30e0\u3092\u66f4\u65b0\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Updating Tags": "\u30bf\u30b0\u66f4\u65b0\u4e2d", + "Updating with latest library content": "\u6700\u65b0\u306e\u30e9\u30a4\u30d6\u30e9\u30ea\u30b3\u30f3\u30c6\u30f3\u30c4\u3067\u66f4\u65b0\u4e2d", + "Upgrade All Remaining Courses (": "\u6b8b\u308a\u306e\u5168\u8b1b\u5ea7\u3092\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9 (", + "Upgrade Deadline": "\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u7de0\u5207", + "Upgrade to Verified": "\u8a8d\u8a3c\u4ed8\u304d\u306b\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u3059\u308b", + "Upgrade to a Verified Certificate for {courseName}": "{courseName}\u3092\u8a8d\u8a3c\u4ed8\u304d\u4fee\u4e86\u8a3c\u306b\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9", + "Upload": "\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9", + "Upload File": "\u30d5\u30a1\u30a4\u30eb\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9", + "Upload File and Assign Students": "\u30d5\u30a1\u30a4\u30eb\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u3066\u53d7\u8b1b\u8005\u3092\u632f\u308a\u5206\u3051\u308b", + "Upload New .srt Transcript": "\u65b0\u3057\u3044 .srt\u5b57\u5e55\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9", + "Upload New File": "\u65b0\u898f\u30d5\u30a1\u30a4\u30eb\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9", + "Upload New Transcript": "\u65b0\u3057\u3044\u5b57\u5e55\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9", + "Upload PDF": "PDF\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9", + "Upload Photo": "\u5199\u771f\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9", + "Upload Signature Image": "\u7f72\u540d\u306e\u753b\u50cf\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9", + "Upload Videos": "\u52d5\u753b\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9", + "Upload a CSV file": "CSV\u30d5\u30a1\u30a4\u30eb\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9", + "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "\u4f8b\u5916\u3068\u3055\u308c\u305f\u53d7\u8b1b\u8005\u306e\u30e6\u30fc\u30b6\u30fc\u540d\u307e\u305f\u306f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u542b\u3080\u30ab\u30f3\u30de\u533a\u5207\u308a\u306e(.csv)\u30d5\u30a1\u30a4\u30eb\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u30ab\u30f3\u30de\u533a\u5207\u308a\u306e\u6700\u521d\u306e\u9805\u76ee\u3092\u30e6\u30fc\u30b6\u30fc\u540d\u307e\u305f\u306f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u30022\u756a\u76ee\u306b\u4f8b\u5916\u3068\u3057\u305f\u7406\u7531\u3092\u66f8\u304f\u3053\u3068\u3082\u3067\u304d\u307e\u3059\u3002", + "Upload an image": "\u753b\u50cf\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9", + "Upload an image or capture one with your web or phone camera.": "\u753b\u50cf\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u304b\u3001Web\u30ab\u30e1\u30e9\u307e\u305f\u306f\u643a\u5e2f\u96fb\u8a71\u306e\u30ab\u30e1\u30e9\u3067\u64ae\u5f71\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Upload completed": "\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u5b8c\u4e86", + "Upload completed for video {fileName}": "\u52d5\u753b {fileName} \u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u5b8c\u4e86", + "Upload failed": "\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u5931\u6557", + "Upload failed for video {fileName}": "\u52d5\u753b {fileName} \u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u5931\u6557", + "Upload instructor image.": "\u8b1b\u5e2b\u306e\u753b\u50cf\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3002", + "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u4e2d\u3067\u3059\u3002\u30a8\u30e9\u30fc\u3092\u9632\u3050\u305f\u3081\u3001\u51e6\u7406\u304c\u5b8c\u4e86\u3059\u308b\u307e\u3067\u3053\u306e\u30da\u30fc\u30b8\u304b\u3089\u79fb\u52d5\u3057\u306a\u3044\u3067\u304f\u3060\u3055\u3044\u3002", + "Upload signature image.": "\u7f72\u540d\u306e\u753b\u50cf\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3002", + "Upload your banner image.": "\u30d0\u30ca\u30fc\u753b\u50cf\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Upload your course image.": "\u8b1b\u5ea7\u753b\u50cf\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Upload your first asset": "\u6700\u521d\u306e\u30a2\u30bb\u30c3\u30c8\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9", + "Upload your video thumbnail image.": "\u52d5\u753b\u30b5\u30e0\u30cd\u30a4\u30eb\u753b\u50cf\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Uploaded file issues. Click on \"+\" to view.": "\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u304c\u767a\u884c\u3055\u308c\u307e\u3057\u305f\u3002\u8996\u8074\u3059\u308b\u305f\u3081\u306b\u306f \"+\" \u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Uploading": "\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u4e2d", + "Upset Learner": "\u53d7\u8b1b\u8005\u3092\u52d5\u63fa\u3055\u305b\u308b", + "Use Current Transcript": "\u73fe\u5728\u306e\u5b57\u5e55\u3092\u4f7f\u7528\u3059\u308b", + "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.": "\u76e3\u7763\u4ed8\u304d\u8a66\u9a13\u306e\u7df4\u7fd2\u3092\u4f7f\u3063\u3066\u3001\u53d7\u8b1b\u8005\u306b\u76e3\u7763\u4ed8\u304d\u8a66\u9a13\u306e\u30c4\u30fc\u30eb\u3084\u624b\u9806\u3092\u7d39\u4ecb\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u7df4\u7fd2\u8a66\u9a13\u306e\u7d50\u679c\u306f\u6210\u7e3e\u306b\u5f71\u97ff\u3057\u307e\u305b\u3093\u3002", + "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "\u6642\u9593\u5236\u9650\u4ed8\u304d\u8a66\u9a13\u3092\u4f7f\u3063\u3066\u3001\u53d7\u8b1b\u8005\u304c\u3053\u306e\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u306e\u554f\u984c\u306b\u8cbb\u3084\u305b\u308b\u6642\u9593\u3092\u5236\u9650\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u53d7\u8b1b\u8005\u306f\u6642\u9593\u5207\u308c\u306b\u306a\u308b\u524d\u306b\u89e3\u7b54\u3092\u63d0\u51fa\u3057\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002\u8b1b\u5e2b\u7528\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u304b\u3089\u53d7\u8b1b\u8005\u3054\u3068\u306b\u6642\u9593\u5ef6\u9577\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059\u3002", + "Use as a Prerequisite": "\u5c65\u7fd2\u8981\u4ef6\u3068\u3057\u3066\u4f7f\u7528", + "Use bookmarks to help you easily return to courseware pages. To bookmark a page, click \"Bookmark this page\" under the page title.": "\u30b3\u30fc\u30b9\u30a6\u30a7\u30a2\u30da\u30fc\u30b8\u306b\u7c21\u5358\u306b\u623b\u308c\u308b\u3088\u3046\u30d6\u30c3\u30af\u30de\u30fc\u30af\u3092\u5229\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u30d6\u30c3\u30af\u30de\u30fc\u30af\u3059\u308b\u306b\u306f\u3001\u30da\u30fc\u30b8\u30bf\u30a4\u30c8\u30eb\u306e\u4e0b\u306e\"\u3053\u306e\u30da\u30fc\u30b8\u3092\u30d6\u30c3\u30af\u30de\u30fc\u30af\u3059\u308b\"\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Use cohorts as the basis for dividing discussions. All learners, regardless of cohort, see the same discussion topics, but within divided topics, only members of the same cohort see and respond to each others\u2019 posts. ": "\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u3092\u5206\u5272\u3059\u308b\u57fa\u6e96\u3068\u3057\u3066\u30b3\u30db\u30fc\u30c8\u3092\u5229\u7528\u3057\u307e\u3059\u3002\u30b3\u30db\u30fc\u30c8\u306b\u95a2\u4fc2\u306a\u304f\u3001\u5168\u53d7\u8b1b\u8005\u306b\u540c\u3058\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u30fb\u30c8\u30d4\u30c3\u30af\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u304c\u3001\u5206\u5272\u3055\u308c\u305f\u30c8\u30d4\u30c3\u30af\u5185\u3067\u306f\u540c\u3058\u30b3\u30db\u30fc\u30c8\u306e\u53d7\u8b1b\u8005\u3060\u3051\u304c\u4e92\u3044\u306e\u6295\u7a3f\u3092\u898b\u305f\u308a\u8fd4\u4fe1\u3057\u305f\u308a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", + "Use enrollment tracks as the basis for dividing discussions. All learners, regardless of their enrollment track, see the same discussion topics, but within divided topics, only learners who are in the same enrollment track see and respond to each others\u2019 posts.": "\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u3092\u5206\u5272\u3059\u308b\u57fa\u6e96\u3068\u3057\u3066\u53d7\u8b1b\u767b\u9332\u30c8\u30e9\u30c3\u30af\u3092\u5229\u7528\u3057\u307e\u3059\u3002\u53d7\u8b1b\u767b\u9332\u30c8\u30e9\u30c3\u30af\u306b\u95a2\u4fc2\u306a\u304f\u3001\u5168\u53d7\u8b1b\u8005\u306b\u540c\u3058\u30c7\u30a3\u30b9\u30ab\u30c3\u30b7\u30e7\u30f3\u30fb\u30c8\u30d4\u30c3\u30af\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u304c\u3001\u5206\u5272\u3055\u308c\u305f\u30c8\u30d4\u30c3\u30af\u5185\u3067\u306f\u540c\u3058\u53d7\u8b1b\u767b\u9332\u30c8\u30e9\u30c3\u30af\u306e\u53d7\u8b1b\u8005\u3060\u3051\u304c\u4e92\u3044\u306e\u6295\u7a3f\u3092\u898b\u305f\u308a\u8fd4\u4fe1\u3057\u305f\u308a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", + "Use my institution/campus credentials": "\u6a5f\u95a2/\u5b66\u6821\u306e\u8a3c\u660e\u66f8\u3092\u4f7f\u3046", + "Use the All Topics menu to find specific topics.": "\u7279\u5b9a\u306e\u30c8\u30d4\u30c3\u30af\u3092\u898b\u3064\u3051\u308b\u306b\u306f'\u5168\u30c8\u30d4\u30c3\u30af'\u30e1\u30cb\u30e5\u30fc\u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "\u30a6\u30a7\u30d6\u30ab\u30e1\u30e9\u3092\u4f7f\u3063\u3066\u3001\u3042\u306a\u305f\u306eID\u306e\u5199\u771f\u3092\u64ae\u5f71\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u305d\u306e\u5199\u771f\u3092\u3042\u306a\u305f\u306e\u9854\u5199\u771f\u304a\u3088\u3073\u30a2\u30ab\u30a6\u30f3\u30c8\u306b\u8a2d\u5b9a\u3055\u308c\u305f\u540d\u524d\u3068\u7167\u5408\u3057\u307e\u3059\u3002", + "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "\u30a6\u30a7\u30d6\u30ab\u30e1\u30e9\u3092\u4f7f\u3063\u3066\u3001\u3042\u306a\u305f\u306e\u9854\u5199\u771f\u3092\u64ae\u5f71\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3053\u306e\u5199\u771f\u3092\u3042\u306a\u305f\u306eID\u306e\u5199\u771f\u3068\u7167\u5408\u3057\u307e\u3059\u3002", + "Used": "\u5229\u7528\u6e08", "Used in {count} location": [ "{count}\u30f5\u6240\u3067\u4f7f\u7528\u4e2d" - ], - "User Email": "\u30e6\u30fc\u30b6\u30fc\u306e\u30e1\u30fc\u30eb", - "Username": "\u30e6\u30fc\u30b6\u30fc\u540d", - "Username or email address": "\u30e6\u30fc\u30b6\u30fc\u540d\u307e\u305f\u306f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9", - "Users must create and activate their account before they can be promoted to beta tester.": "\u30e6\u30fc\u30b6\u30fc\u306f\u03b2\u30c6\u30b9\u30bf\u30fc\u306b\u6607\u683c\u3059\u308b\u524d\u306b\u3001\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u4f5c\u6210\u3057\u6709\u52b9\u5316\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002", - "Valid": "\u6709\u52b9", - "Validation Error": "\u78ba\u8a8d\u30a8\u30e9\u30fc", - "Validation Error While Saving": "\u4fdd\u5b58\u6642\u306e\u8a8d\u8a3c\u30a8\u30e9\u30fc", - "Verification Checkpoint": "\u8a8d\u8a3c\u30c1\u30a7\u30c3\u30af\u30dd\u30a4\u30f3\u30c8", - "Verification Deadline": "\u8a8d\u8a3c\u7de0\u5207", - "Verification checkpoint to be completed": "\u5165\u529b\u3059\u3079\u304d\u8a8d\u8a3c\u30c1\u30a7\u30c3\u30af\u30dd\u30a4\u30f3\u30c8", - "Verified Certificate": "\u8a8d\u8a3c\u4ed8\u304d\u4fee\u4e86\u8a3c", - "Verified Certificate for {courseName}": "{courseName}\u8b1b\u5ea7\u306e\u8a8d\u8a3c\u4ed8\u304d\u4fee\u4e86\u8a3c", - "Verified Certificate upgrade": "\u8a8d\u8a3c\u4ed8\u304d\u4fee\u4e86\u8a3c\u306e\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9", - "Verified Status": "\u8a8d\u8a3c\u30b9\u30c6\u30fc\u30bf\u30b9", - "Verified mode price": "\u8a8d\u8a3c\u30e2\u30fc\u30c9\u4fa1\u683c", - "Verify Now": "\u3044\u307e\u3059\u3050\u8a8d\u8a3c\u3057\u3088\u3046", - "Video Capture Error": "\u30d3\u30c7\u30aa\u30ad\u30e3\u30d7\u30c1\u30e3\u30a8\u30e9\u30fc", - "Video ID": "\u52d5\u753bID", - "Video duration is {humanizeDuration}": "\u52d5\u753b\u306e\u9577\u3055\u306f {humanizeDuration}", - "Video image upload completed": "\u52d5\u753b\u753b\u50cf\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u5b8c\u4e86", - "Video image upload started": "\u52d5\u753b\u753b\u50cf\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u958b\u59cb", - "View": "\u898b\u308b", - "View %(span_start)s %(team_name)s %(span_end)s": "%(span_start)s %(team_name)s %(span_end)s \u3092\u898b\u308b", - "View Archived Course": "\u30a2\u30fc\u30ab\u30a4\u30d6\u6e08\u8b1b\u5ea7\u3092\u898b\u308b", - "View Cohort": "\u30b3\u30db\u30fc\u30c8\u3092\u898b\u308b", - "View Course": "\u8b1b\u5ea7\u3092\u898b\u308b", - "View Live": "\u30e9\u30a4\u30d6\u8868\u793a", - "View Teams in the %(topic_name)s Topic": "%(topic_name)s \u3068\u3044\u3046\u30c8\u30d4\u30c3\u30af\u306e\u30c1\u30fc\u30e0\u3092\u898b\u308b", - "View all errors": "\u5168\u3066\u306e\u30a8\u30e9\u30fc\u3092\u898b\u308b", - "View child items": "\u5b50\u30a2\u30a4\u30c6\u30e0\u3092\u898b\u308b", + ], + "User Email": "\u30e6\u30fc\u30b6\u30fc\u306e\u30e1\u30fc\u30eb", + "Username": "\u30e6\u30fc\u30b6\u30fc\u540d", + "Username or email address": "\u30e6\u30fc\u30b6\u30fc\u540d\u307e\u305f\u306f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9", + "Users must create and activate their account before they can be promoted to beta tester.": "\u30e6\u30fc\u30b6\u30fc\u306f\u03b2\u30c6\u30b9\u30bf\u30fc\u306b\u6607\u683c\u3059\u308b\u524d\u306b\u3001\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u4f5c\u6210\u3057\u6709\u52b9\u5316\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002", + "Valid": "\u6709\u52b9", + "Validation Error": "\u78ba\u8a8d\u30a8\u30e9\u30fc", + "Validation Error While Saving": "\u4fdd\u5b58\u6642\u306e\u8a8d\u8a3c\u30a8\u30e9\u30fc", + "Verification Checkpoint": "\u8a8d\u8a3c\u30c1\u30a7\u30c3\u30af\u30dd\u30a4\u30f3\u30c8", + "Verification Deadline": "\u8a8d\u8a3c\u7de0\u5207", + "Verification checkpoint to be completed": "\u5165\u529b\u3059\u3079\u304d\u8a8d\u8a3c\u30c1\u30a7\u30c3\u30af\u30dd\u30a4\u30f3\u30c8", + "Verified Certificate": "\u8a8d\u8a3c\u4ed8\u304d\u4fee\u4e86\u8a3c", + "Verified Certificate for {courseName}": "{courseName}\u8b1b\u5ea7\u306e\u8a8d\u8a3c\u4ed8\u304d\u4fee\u4e86\u8a3c", + "Verified Certificate upgrade": "\u8a8d\u8a3c\u4ed8\u304d\u4fee\u4e86\u8a3c\u306e\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9", + "Verified Status": "\u8a8d\u8a3c\u30b9\u30c6\u30fc\u30bf\u30b9", + "Verified mode price": "\u8a8d\u8a3c\u30e2\u30fc\u30c9\u4fa1\u683c", + "Verify Now": "\u3044\u307e\u3059\u3050\u8a8d\u8a3c\u3057\u3088\u3046", + "Video Capture Error": "\u30d3\u30c7\u30aa\u30ad\u30e3\u30d7\u30c1\u30e3\u30a8\u30e9\u30fc", + "Video ID": "\u52d5\u753bID", + "Video duration is {humanizeDuration}": "\u52d5\u753b\u306e\u9577\u3055\u306f {humanizeDuration}", + "Video image upload completed": "\u52d5\u753b\u753b\u50cf\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u5b8c\u4e86", + "Video image upload started": "\u52d5\u753b\u753b\u50cf\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u958b\u59cb", + "View": "\u898b\u308b", + "View Archived Course": "\u30a2\u30fc\u30ab\u30a4\u30d6\u6e08\u8b1b\u5ea7\u3092\u898b\u308b", + "View Cohort": "\u30b3\u30db\u30fc\u30c8\u3092\u898b\u308b", + "View Course": "\u8b1b\u5ea7\u3092\u898b\u308b", + "View Live": "\u30e9\u30a4\u30d6\u8868\u793a", + "View all errors": "\u5168\u3066\u306e\u30a8\u30e9\u30fc\u3092\u898b\u308b", + "View child items": "\u5b50\u30a2\u30a4\u30c6\u30e0\u3092\u898b\u308b", "Viewing %s course": [ "%s \u8b1b\u5ea7\u3092\u898b\u308b" - ], - "Visibility": "\u516c\u958b\u7bc4\u56f2", - "Visible to Staff Only": "\u30b9\u30bf\u30c3\u30d5\u306e\u307f\u95b2\u89a7\u53ef\u80fd", - "Vote for good posts and responses": "\u826f\u3044\u6295\u7a3f\u3084\u89e3\u7b54\u306b\u6295\u7968\u3059\u308b", - "Waiting": "\u5f85\u6a5f\u4e2d", - "Want to confirm your identity later?": "\u5f8c\u3067\u672c\u4eba\u8a8d\u8a3c\u3092\u884c\u3044\u307e\u3059\u304b\uff1f", - "Warning": "\u8b66\u544a", - "Warnings": "\u8b66\u544a", - "We ask you to activate your account to ensure it is really you creating the account and to prevent fraud.": "\u3042\u306a\u305f\u81ea\u8eab\u304c\u9593\u9055\u3044\u306a\u304f\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u4f5c\u6210\u3057\u3066\u3044\u308b\u306e\u304b\u78ba\u8a8d\u3057\u3001\u4e0d\u6b63\u5229\u7528\u3092\u9632\u3050\u305f\u3081\u3001\u30a2\u30ab\u30a6\u30f3\u30c8\u306e\u6709\u52b9\u5316\u3092\u304a\u9858\u3044\u3057\u3066\u3044\u307e\u3059\u3002", - "We couldn't create your account.": "\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u4f5c\u6210\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002", - "We couldn't find any results for \"%s\".": "\"%s\" \u306e\u691c\u7d22\u7d50\u679c\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002", - "We couldn't sign you in.": "\u30b5\u30a4\u30f3\u30a4\u30f3\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002", - "We have encountered an error. Refresh your browser and then try again.": "\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30d6\u30e9\u30a6\u30b6\u3092\u66f4\u65b0\u3057\u3066\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "\u3042\u306a\u305f\u306e\u60c5\u5831\u3092\u53d7\u3051\u53d6\u308a\u3001\u672c\u4eba\u8a8d\u8a3c\u4e2d\u3067\u3059\u3002\u8a8d\u8a3c\u624b\u7d9a\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3089\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u306b\u30e1\u30c3\u30bb\u30fc\u30b8\u304c\u8868\u793a\u3055\u308c\u307e\u3059(\u901a\u5e381\uff5e2\u65e5\u4ee5\u5185)\u3002\u305d\u306e\u9593\u3082\u8b1b\u5ea7\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u306f\u30a2\u30af\u30bb\u30b9\u3067\u304d\u307e\u3059\u3002", - "We just need a little more information before you start learning with %(platformName)s.": "%(platformName)s\u3067\u306e\u5b66\u7fd2\u3092\u59cb\u3081\u308b\u306b\u3042\u305f\u3063\u3066\u3001\u3082\u3046\u5c11\u3057\u60c5\u5831\u304c\u5fc5\u8981\u3067\u3059\u3002", - "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "\u6700\u9ad8\u30ec\u30d9\u30eb\u306e\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u3067\u5199\u771f\u3092\u6697\u53f7\u5316\u3057\u3001\u8a8d\u8a3c\u30b5\u30fc\u30d3\u30b9\u3078\u9001\u308a\u307e\u3059\u3002\u8a8d\u8a3c\u624b\u7d9a\u304c\u5b8c\u4e86\u3057\u305f\u5f8c\u306f\u3001\u5199\u771f\u3084\u60c5\u5831\u3092%(platformName)s\u3067\u4fdd\u5b58\u3057\u305f\u308a\u95b2\u89a7\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002", - "We've encountered an error. Refresh your browser and then try again.": "\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30d6\u30e9\u30a6\u30b6\u3092\u66f4\u65b0\u3057\u3066\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "{new_email_address}\u3078\u78ba\u8a8d\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u9001\u308a\u307e\u3057\u305f\u3002\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u66f4\u65b0\u3059\u308b\u306b\u306f\u30e1\u30c3\u30bb\u30fc\u30b8\u306e\u4e2d\u306b\u3042\u308b\u30ea\u30f3\u30af\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "We've sent a message to {email}. Click the link in the message to reset your password. Didn't receive the message? Contact {anchorStart}technical support{anchorEnd}.": " {email} \u3078\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u9001\u308a\u307e\u3057\u305f\u3002\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u518d\u8a2d\u5b9a\u3059\u308b\u306b\u306f\u3001\u30e1\u30c3\u30bb\u30fc\u30b8\u306e\u4e2d\u306b\u3042\u308b\u30ea\u30f3\u30af\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u30e1\u30c3\u30bb\u30fc\u30b8\u304c\u5c4a\u3044\u3066\u3044\u306a\u3044\u5834\u5408\u306f\u3001{anchorStart}\u30c6\u30af\u30cb\u30ab\u30eb\u30b5\u30dd\u30fc\u30c8{anchorEnd}\u3078\u304a\u554f\u3044\u5408\u308f\u305b\u304f\u3060\u3055\u3044\u3002", - "Web:": "Web: ", - "Webcam": "\u30a6\u30a7\u30d6\u30ab\u30e1\u30e9", - "Weight of Total Grade": "\u7dcf\u5f97\u70b9\u306e\u91cd\u307f\u4ed8\u3051", - "What You Need for Verification": "\u8a8d\u8a3c\u306b\u5fc5\u8981\u306a\u3082\u306e", - "What does %(platformName)s do with this photo?": "\u3053\u306e\u5199\u771f\u306f%(platformName)s \u3067\u3069\u306e\u3088\u3046\u306b\u4f7f\u308f\u308c\u308b\u306e\u3067\u3057\u3087\u3046\u304b\uff1f", - "What does this mean?": "\u3053\u308c\u306f\u4f55\u3092\u610f\u5473\u3059\u308b\uff1f", - "What's Your Next Accomplishment?": "\u3042\u306a\u305f\u306e\u6b21\u306e\u696d\u7e3e\u306f\u4f55\uff1f", - "When learners submit an answer to an assessment, they immediately see whether the answer is correct or incorrect, and the score received.": "\u53d7\u8b1b\u8005\u306f\u3001\u89e3\u7b54\u3092\u63d0\u51fa\u3059\u308b\u3068\u3059\u3050\u306b\u6b63\u89e3\u304b\u4e0d\u6b63\u89e3\u304b\u304c\u5206\u304b\u308a\u3001\u63a1\u70b9\u7d50\u679c\u3092\u53d7\u3051\u53d6\u308a\u307e\u3059\u3002", - "When your face is in position, use the camera button {icon} below to take your photo.": "\u9854\u304c\u6b63\u3057\u3044\u4f4d\u7f6e\u306b\u53ce\u307e\u3063\u305f\u3089\u3001\u4e0b\u306e\u30ab\u30e1\u30e9\u30dc\u30bf\u30f3{icon}\u3092\u4f7f\u3063\u3066\u5199\u771f\u3092\u64ae\u3063\u3066\u304f\u3060\u3055\u3044\u3002", - "Which timed transcript would you like to use?": "\u3069\u306e\u6642\u9593\u4ed8\u304d\u5b57\u5e55\u3092\u4f7f\u3044\u307e\u3059\u304b\uff1f", - "Why activate?": "\u306a\u305c\u6709\u52b9\u5316\u3059\u308b\u306e\uff1f", - "Why does %(platformName)s need my photo?": "%(platformName)s \u3067\u306a\u305c\u5199\u771f\u304c\u5fc5\u8981\u306a\u306e\u3067\u3057\u3087\u3046\u304b\uff1f", - "Will Be Visible To:": "\u6b21\u306e\u4eba\u304c\u95b2\u89a7\u53ef\u80fd\u306b\u306a\u308b\uff1a", - "Would you like to sign in using your %(providerName)s credentials?": "%(providerName)s \u8a3c\u660e\u66f8\u3092\u4f7f\u3063\u3066\u30b5\u30a4\u30f3\u30a4\u30f3\u3057\u307e\u3059\u304b\uff1f", - "Year of Birth": "\u8a95\u751f\u5e74", - "Yes, allow edits to the active Certificate": "\u306f\u3044\u3001\u30a2\u30af\u30c6\u30a3\u30d6\u306a\u4fee\u4e86\u8a3c\u3092\u7de8\u96c6\u3057\u307e\u3059", - "Yes, replace the edX transcript with the YouTube transcript": "\u306f\u3044\u3001edX\u5b57\u5e55\u3092YouTube\u5b57\u5e55\u3067\u7f6e\u304d\u63db\u3048\u3066\u304f\u3060\u3055\u3044", - "Yesterday": "\u6628\u65e5", - "You already belong to another team.": "\u3059\u3067\u306b\u4ed6\u306e\u30c1\u30fc\u30e0\u306b\u53c2\u52a0\u3057\u3066\u3044\u307e\u3059\u3002", - "You are a member of this team.": "\u3042\u306a\u305f\u306f\u3053\u306e\u30c1\u30fc\u30e0\u306e\u30e1\u30f3\u30d0\u30fc\u3067\u3059\u3002", - "You are currently sharing a limited profile.": "\u73fe\u5728\u306f\u9650\u5b9a\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u3092\u516c\u958b\u3057\u3066\u3044\u307e\u3059\u3002", - "You are enrolling in: {courseName}": "\u53d7\u8b1b\u767b\u9332\u4e2d: {courseName}", - "You are not currently a member of any team.": "\u73fe\u5728\u3069\u306e\u30c1\u30fc\u30e0\u306b\u3082\u53c2\u52a0\u3057\u3066\u3044\u307e\u305b\u3093\u3002", - "You are not enrolled in any programs yet.": "\u307e\u3060\u3069\u306e\u30d7\u30ed\u30b0\u30e9\u30e0\u306b\u3082\u53d7\u8b1b\u767b\u9332\u3057\u3066\u3044\u307e\u305b\u3093\u3002", - "You are now enrolled as a verified student for:": "\u3042\u306a\u305f\u306f\u8a8d\u8a3c\u4ed8\u304d\u53d7\u8b1b\u8005\u3068\u3057\u3066\u53d7\u8b1b\u767b\u9332\u3055\u308c\u3066\u3044\u307e\u3059: ", - "You are sending an email message with the subject {subject} to the following recipients.": "\u4ee5\u4e0b\u306e\u5b9b\u5148\u306b\u4ef6\u540d {subject} \u306e\u30e1\u30fc\u30eb\u3092\u9001\u4fe1\u4e2d\u3067\u3059\u3002", - "You are upgrading your enrollment for: {courseName}": "\u53d7\u8b1b\u767b\u9332\u306e\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u4e2d: {courseName}", - "You can link your social media accounts to simplify signing in to {platform_name}.": " {platform_name}\u3078\u306e\u30b5\u30a4\u30f3\u30a4\u30f3\u3092\u7c21\u4fbf\u5316\u3059\u308b\u305f\u3081\u306b\u3001\u30bd\u30fc\u30b7\u30e3\u30eb\u30e1\u30c7\u30a3\u30a2\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u30ea\u30f3\u30af\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", - "You can now enter your payment information and complete your enrollment.": "\u652f\u6255\u60c5\u5831\u3092\u5165\u529b\u3057\u3066\u3001\u53d7\u8b1b\u767b\u9332\u3092\u5b8c\u4e86\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "You can pay now even if you don't have the following items available, but you will need to have these by {date} to qualify to earn a Verified Certificate.": "\u4ee5\u4e0b\u306e\u30a2\u30a4\u30c6\u30e0\u304c\u306a\u3044\u5834\u5408\u3067\u3082\u4eca\u652f\u6255\u3044\u306f\u3067\u304d\u307e\u3059\u304c\u3001\u8a8d\u8a3c\u4ed8\u304d\u4fee\u4e86\u8a3c\u3092\u53d6\u5f97\u3059\u308b\u305f\u3081\u306b\u306f{date}\u307e\u3067\u306b\u3053\u308c\u3089\u306e\u30a2\u30a4\u30c6\u30e0\u304c\u5fc5\u8981\u306b\u306a\u308a\u307e\u3059\u3002", - "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "\u4ee5\u4e0b\u306e\u30a2\u30a4\u30c6\u30e0\u304c\u306a\u304f\u3066\u3082\u652f\u6255\u306f\u3067\u304d\u307e\u3059\u304c\u3001\u8a8d\u8a3c\u4ed8\u304d\u4fee\u4e86\u8a3c\u3092\u53d6\u5f97\u3059\u308b\u306b\u306f\u3053\u308c\u3089\u306e\u30a2\u30a4\u30c6\u30e0\u304c\u5fc5\u8981\u306b\u306a\u308a\u307e\u3059\u3002", - "You can remove members from this team, especially if they have not participated in the team's activity.": "\u30c1\u30fc\u30e0\u306e\u6d3b\u52d5\u306b\u53c2\u52a0\u3057\u3066\u3044\u306a\u3044\u30e1\u30f3\u30d0\u30fc\u304c\u3044\u308b\u5834\u5408\u306f\u3001\u305d\u306e\u30e1\u30f3\u30d0\u30fc\u3092\u30c1\u30fc\u30e0\u304b\u3089\u524a\u9664\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", - "You can upload files with these file types: ": "\u6b21\u306b\u793a\u3059\u30d5\u30a1\u30a4\u30eb\u30bf\u30a4\u30d7\u3067\u3042\u308c\u3070\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3067\u304d\u307e\u3059: ", - "You can use your {accountName} account to sign in to your {platformName} account.": " {platformName}\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u306b\u30b5\u30a4\u30f3\u3059\u308b\u305f\u3081\u306b{accountName}\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u4f7f\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", - "You cannot view the course as a student or beta tester before the course release date.": "\u958b\u8b1b\u65e5\u307e\u3067\u306f\u53d7\u8b1b\u8005\u307e\u305f\u306f\u03b2\u30c6\u30b9\u30bf\u30fc\u3068\u3057\u3066\u8b1b\u5ea7\u3092\u898b\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002", - "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "\u3042\u306a\u305f\u306f\u52d5\u753bURL\u3092\u5909\u66f4\u3057\u307e\u3057\u305f\u304c\u3001\u5b57\u5e55\u30d5\u30a1\u30a4\u30eb\u306f\u5909\u66f4\u3057\u3066\u307e\u305b\u3093\u3002\u65e2\u5b58\u306e\u5b57\u5e55\u3068\u65b0\u3057\u3044.srt\u5b57\u5e55\u30d5\u30a1\u30a4\u30eb\u306e\u3069\u3061\u3089\u3092\u4f7f\u7528\u3057\u307e\u3059\u304b\uff1f", - "You commented...": "\u3042\u306a\u305f\u306e\u30b3\u30e1\u30f3\u30c8...", - "You could not be subscribed to this post. Refresh the page and try again.": "\u3053\u306e\u6295\u7a3f\u3092\u7f72\u540d\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "You could not be unsubscribed from this post. Refresh the page and try again.": "\u3053\u306e\u6295\u7a3f\u304b\u3089\u7f72\u540d\u3092\u89e3\u9664\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "You currently have no cohorts configured": "\u30b3\u30db\u30fc\u30c8\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093", - "You did not select a content group": "\u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7\u304c\u9078\u629e\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f", - "You don't seem to have Flash installed. Get Flash to continue your verification.": "Flash\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u306a\u3044\u3088\u3046\u3067\u3059\u3002\u8a8d\u8a3c\u3092\u7d9a\u3051\u308b\u305f\u3081\u306bFlash\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "You don't seem to have a webcam connected.": "Web\u30ab\u30e1\u30e9\u304c\u63a5\u7d9a\u3055\u308c\u3066\u3044\u306a\u3044\u3088\u3046\u3067\u3059\u3002", - "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "\u8a55\u4fa1\u57fa\u6e96\u3092\u8ffd\u52a0\u3057\u307e\u3057\u305f\u3002\u53d7\u8b1b\u8005\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u306e\u8a55\u4fa1\u57fa\u6e96\u306e\u9078\u629e\u80a2\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u9078\u629e\u3059\u308b\u306b\u306f\u8a2d\u5b9a\u30bf\u30d6\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "You have already verified your ID!": "\u672c\u4eba\u8a8d\u8a3c\u304c\u5b8c\u4e86\u3057\u3066\u3044\u307e\u3059\uff01", - "You have been logged out of your edX account. Click Okay to log in again now. Click Cancel to stay on this page (you must log in again to save your work).": "edX \u30a2\u30ab\u30a6\u30f3\u30c8\u304b\u3089\u30ed\u30b0\u30a2\u30a6\u30c8\u6e08\u3067\u3059\u3002OK\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u3001\u305f\u3060\u3061\u306b\u518d\u5ea6\u30ed\u30b0\u30a4\u30f3\u3057\u307e\u3059\u3002\u30ad\u30e3\u30f3\u30bb\u30eb\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u3001\u3053\u306e\u753b\u9762\u306b\u7559\u307e\u308a\u307e\u3059 (\u4f5c\u696d\u5185\u5bb9\u3092\u4fdd\u5b58\u3059\u308b\u306b\u306f\u518d\u5ea6\u30ed\u30b0\u30a4\u30f3\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059) \u3002", - "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "\u8a55\u4fa1\u57fa\u6e96\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002\u53d7\u8b1b\u8005\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u306e\u89e3\u7b54\u4f8b\u304b\u3089\u8a55\u4fa1\u57fa\u6e96\u304c\u524a\u9664\u3055\u308c\u307e\u3057\u305f\u3002", - "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "\u3053\u306e\u8a55\u4fa1\u57fa\u6e96\u306e\u5168\u3066\u306e\u9078\u629e\u80a2\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002\u53d7\u8b1b\u8005\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u306e\u89e3\u7b54\u4f8b\u304b\u3089\u3001\u3053\u306e\u8a55\u4fa1\u57fa\u6e96\u304c\u524a\u9664\u3055\u308c\u307e\u3057\u305f\u3002", - "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "\u9078\u629e\u80a2\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002\u53d7\u8b1b\u8005\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u306e\u89e3\u7b54\u4f8b\u306b\u3042\u308b\u8a55\u4fa1\u57fa\u6e96\u304b\u3089\u3001\u3053\u306e\u9078\u629e\u80a2\u304c\u524a\u9664\u3055\u308c\u307e\u3057\u305f\u3002\u5fc5\u8981\u306b\u5fdc\u3058\u3066\u65b0\u3057\u3044\u9078\u629e\u80a2\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "You have done a dry run of force publishing the course. Nothing has changed. Had you run it, the following course versions would have been change.": "\u5f37\u5236\u516c\u958b\u306e\u30c9\u30e9\u30a4\u30e9\u30f3\u3092\u884c\u3044\u307e\u3057\u305f\u3002\u5909\u66f4\u306f\u3042\u308a\u307e\u305b\u3093\u3002run\u3059\u308b\u3068\u30b3\u30fc\u30b9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u5909\u66f4\u3055\u308c\u307e\u3059\u3002", - "You have no handouts defined": "\u5b9a\u7fa9\u3055\u308c\u305f\u30cf\u30f3\u30c9\u30a2\u30a6\u30c8\u306f\u3042\u308a\u307e\u305b\u3093", - "You have not bookmarked any courseware pages yet": "\u307e\u3060\u3044\u305a\u308c\u306e\u30b3\u30fc\u30b9\u30a6\u30a7\u30a2\u30da\u30fc\u30b8\u306b\u3082\u30d6\u30c3\u30af\u30de\u30fc\u30af\u3057\u3066\u3044\u307e\u305b\u3093\u3002", - "You have not created any certificates yet.": "\u307e\u3060\u4fee\u4e86\u8a3c\u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u305b\u3093\u3002", - "You have not created any content groups yet.": "\u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7\u304c\u307e\u3060\u4f5c\u6210\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002", - "You have not created any group configurations yet.": "\u30b0\u30eb\u30fc\u30d7\u8a2d\u5b9a\u304c\u4f5c\u6210\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u64cd\u4f5c\u3092\u9078\u629e\u3057\u307e\u3057\u305f\u304c\u3001\u30d5\u30a3\u30fc\u30eb\u30c9\u306b\u5909\u66f4\u306f\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u3082\u3057\u304b\u3057\u3066\u4fdd\u5b58\u30dc\u30bf\u30f3\u3067\u306f\u306a\u304f\u3066\u5b9f\u884c\u30dc\u30bf\u30f3\u3092\u304a\u63a2\u3057\u3067\u3059\u304b\u3002", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u64cd\u4f5c\u3092\u9078\u629e\u3057\u307e\u3057\u305f\u304c\u3001\u30d5\u30a3\u30fc\u30eb\u30c9\u306b\u672a\u4fdd\u5b58\u306e\u5909\u66f4\u304c\u3042\u308a\u307e\u3059\u3002OK\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u4fdd\u5b58\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u305d\u306e\u5f8c\u3001\u64cd\u4f5c\u3092\u518d\u5ea6\u5b9f\u884c\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002", - "You have successfully signed into %(currentProvider)s, but your %(currentProvider)s account does not have a linked %(platformName)s account. To link your accounts, sign in now using your %(platformName)s password.": "%(currentProvider)s\u306b\u7121\u4e8b\u30b5\u30a4\u30f3\u30a4\u30f3\u3057\u307e\u3057\u305f\u304c\u3001%(currentProvider)s\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u306f%(platformName)s\u30a2\u30ab\u30a6\u30f3\u30c8\u3068\u306e\u9023\u643a\u8a2d\u5b9a\u306f\u3057\u3066\u3044\u307e\u305b\u3093\u3002\u30a2\u30ab\u30a6\u30f3\u30c8\u3068\u306e\u9023\u643a\u8a2d\u5b9a\u3092\u3059\u308b\u306b\u306f\u3001%(platformName)s\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u30b5\u30a4\u30f3\u30a4\u30f3\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "\u30d5\u30a3\u30fc\u30eb\u30c9\u306b\u672a\u4fdd\u5b58\u306e\u5909\u66f4\u304c\u3042\u308a\u307e\u3059\u3002\u64cd\u4f5c\u3092\u5b9f\u884c\u3059\u308b\u3068\u672a\u4fdd\u5b58\u306e\u5909\u66f4\u306f\u5931\u308f\u308c\u307e\u3059\u3002", - "You haven't added any assets to this course yet.": "\u3053\u306e\u8b1b\u5ea7\u306b\u306f\u30a2\u30bb\u30c3\u30c8\u304c\u8ffd\u52a0\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002", - "You haven't added any content to this course yet.": "\u3053\u306e\u8b1b\u5ea7\u306b\u306f\u307e\u3060\u30b3\u30f3\u30c6\u30f3\u30c4\u304c\u5165\u529b\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002", - "You haven't added any textbooks to this course yet.": "\u3053\u306e\u8b1b\u5ea7\u306b\u307e\u3060\u6559\u79d1\u66f8\u3092\u5165\u529b\u3057\u3066\u3044\u307e\u305b\u3093\u3002", - "You must be over 13 to share a full profile. If you are over 13, make sure that you have specified a birth year on the {account_settings_page_link}": "\u5168\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u3092\u516c\u958b\u3059\u308b\u306b\u306f13 \u6b73\u4ee5\u4e0a\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u3082\u3057 13 \u6b73\u4ee5\u4e0a\u306a\u3089\u3001{account_settings_page_link}\u306b\u3066\u3042\u306a\u305f\u306e\u8a95\u751f\u5e74\u304c\u6b63\u3057\u304f\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "You must enter a valid email address in order to add a new team member": "\u65b0\u3057\u3044\u30c1\u30fc\u30e0\u30e1\u30f3\u30d0\u30fc\u3092\u8ffd\u52a0\u3059\u308b\u306b\u306f\u3001\u6b63\u3057\u3044\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044", - "You must provide a learner name.": "\u53d7\u8b1b\u8005\u540d\u3092\u6307\u5b9a\u3057\u3066\u4e0b\u3055\u3044\u3002", - "You must sign out and sign back in before your language changes take effect.": "\u8a00\u8a9e\u306e\u5909\u66f4\u3092\u6709\u52b9\u306b\u3059\u308b\u306b\u306f\u3001\u4e00\u65e6\u30b5\u30a4\u30f3\u30a2\u30a6\u30c8\u3057\u3066\u304b\u3089\u518d\u5ea6\u30b5\u30a4\u30f3\u30a4\u30f3\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002", - "You must specify a name for the cohort": "\u30b3\u30db\u30fc\u30c8\u306e\u540d\u524d\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059", - "You must specify your birth year before you can share your full profile. To specify your birth year, go to the {account_settings_page_link}": "\u5168\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u3092\u516c\u958b\u3059\u308b\u305f\u3081\u306b\u306f\u3001\u8a95\u751f\u5e74\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u8a95\u751f\u5e74\u3092\u5165\u529b\u3059\u308b\u306b\u306f {account_settings_page_link}\u3078\u79fb\u52d5\u3057\u307e\u3059\u3002", - "You need a computer that has a webcam. When you receive a browser prompt, make sure that you allow access to the camera.": "\u30a6\u30a7\u30d6\u30ab\u30e1\u30e9\u4ed8\u304d\u306e\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u304c\u5fc5\u8981\u3067\u3059\u3002\u30d6\u30e9\u30a6\u30b6\u304b\u3089\u306e\u6307\u793a\u3092\u53d7\u3051\u305f\u3089\u3001\u30ab\u30e1\u30e9\u3078\u306e\u30a2\u30af\u30bb\u30b9\u304c\u8a31\u53ef\u3055\u308c\u3066\u3044\u308b\u306e\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "\u540d\u524d\u3068\u5199\u771f\u304c\u8a18\u8f09\u3055\u308c\u3066\u3044\u308b\u514d\u8a31\u8a3c\u3001\u30d1\u30b9\u30dd\u30fc\u30c8\u307e\u305f\u306f\u653f\u5e9c\u767a\u884c\u306e\u8eab\u5206\u8a3c\u660e\u66f8\u304c\u5fc5\u8981\u3067\u3059\u3002", - "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "\u6c0f\u540d\u3068\u5199\u771f\u4ed8\u304d\u306eID\u304c\u5fc5\u8981\u3067\u3059\u3002\u904b\u8ee2\u514d\u8a31\u8a3c\u3001\u30d1\u30b9\u30dd\u30fc\u30c8\u307e\u305f\u306f\u653f\u5e9c\u767a\u884c\u306e\u8eab\u5206\u8a3c\u660e\u66f8\u304c\u6709\u52b9\u3067\u3059\u3002", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "\u8b1b\u5ea7\u306e\u53d7\u8b1b\u767b\u9332\u3092\u59cb\u3081\u308b\u524d\u306b\u3001\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u6709\u52b9\u5316\u3055\u305b\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u6709\u52b9\u5316\u306b\u95a2\u3059\u308b\u30e1\u30fc\u30eb\u304c\u5c4a\u3044\u3066\u3044\u308b\u304b\u3054\u78ba\u8a8d\u304f\u3060\u3055\u3044\u3002", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "\u8b1b\u5ea7\u306e\u53d7\u8b1b\u767b\u9332\u3092\u59cb\u3081\u308b\u524d\u306b\u3001\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u6709\u52b9\u5316\u3055\u305b\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u6709\u52b9\u5316\u306b\u95a2\u3059\u308b\u30e1\u30fc\u30eb\u304c\u5c4a\u3044\u3066\u3044\u308b\u304b\u3054\u78ba\u8a8d\u304f\u3060\u3055\u3044\u3002\u6709\u52b9\u5316\u304c\u5b8c\u4e86\u3057\u305f\u3089\u3001\u3053\u306e\u753b\u9762\u306b\u623b\u308a\u518d\u8aad\u8fbc\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "You still need to visit the %(display_name)s website to complete the credit process.": "\u5358\u4f4d\u8a8d\u5b9a\u51e6\u7406\u3092\u5b8c\u4e86\u3059\u308b\u306b\u306f\u5f15\u304d\u7d9a\u304d%(display_name)s\u3092\u898b\u3066\u304f\u3060\u3055\u3044\u3002", - "You will be refunded the amount you paid.": "\u304a\u652f\u6255\u3044\u3044\u305f\u3060\u3044\u305f\u91d1\u984d\u304c\u8fd4\u91d1\u3055\u308c\u307e\u3059\u3002", - "You will not be refunded the amount you paid.": "\u304a\u652f\u6255\u3044\u3044\u305f\u3060\u3044\u305f\u91d1\u984d\u306f\u8fd4\u91d1\u3055\u308c\u307e\u305b\u3093\u3002", - "You will not receive notification for emails that bounce, so double-check your spelling.": "\u623b\u3063\u3066\u304f\u308b\u30e1\u30fc\u30eb\u306b\u95a2\u3059\u308b\u901a\u77e5\u306f\u5c4a\u304d\u307e\u305b\u3093\u306e\u3067\u3001\u7db4\u308a\u306f\u30c0\u30d6\u30eb\u30c1\u30a7\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "You will use your webcam to take a picture of your face and of your government-issued photo ID.": "\u9854\u5199\u771f\u304a\u3088\u3073\u653f\u5e9c\u767a\u884c\u306e\u5199\u771f\u4ed8\u304dID\u306e\u5199\u771f\u3092\u64ae\u308b\u305f\u3081\u306bweb\u30ab\u30e1\u30e9\u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "You!": "\u3042\u306a\u305f\uff01", - "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "\u3053\u306e\u8ab2\u984c\u306b\u95a2\u3059\u308b\u8fd4\u4fe1\u3092\u63d0\u51fa\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u307e\u3059\u3002\u8fd4\u4fe1\u3092\u63d0\u51fa\u3057\u305f\u5f8c\u306f\u3001\u5909\u66f4\u3057\u305f\u308a\u65b0\u3057\u3044\u8fd4\u4fe1\u3092\u63d0\u51fa\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002", - "You've made some changes": "\u5909\u66f4\u3057\u307e\u3057\u305f", - "You've made some changes, but there are some errors": "\u5909\u66f4\u3057\u307e\u3057\u305f\u304c\u3001\u30a8\u30e9\u30fc\u304c\u3042\u308a\u307e\u3059", - "You've successfully signed into %(currentProvider)s.": "%(currentProvider)s\u3078\u306e\u30b5\u30a4\u30f3\u30a4\u30f3\u306b\u6210\u529f\u3057\u307e\u3057\u305f\u3002", - "Your ID must be a government-issued photo ID that clearly shows your face.": "ID\u306f\u9854\u304c\u306f\u3063\u304d\u308a\u3068\u5206\u304b\u308b\u653f\u5e9c\u767a\u884c\u306e\u5199\u771f\u4ed8\u304dID\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093\u3002", - "Your Program Journey": "\u30d7\u30ed\u30b0\u30e9\u30e0\u306e\u884c\u7a0b", - "Your changes have been saved.": "\u5909\u66f4\u306f\u4fdd\u5b58\u3055\u308c\u307e\u3057\u305f\u3002", - "Your changes have been saved. {details}": "\u5909\u66f4\u5185\u5bb9\u304c\u4fdd\u5b58\u3055\u308c\u307e\u3057\u305f\u3002{details}", - "Your changes will not take effect until you save your progress.": "\u4fdd\u5b58\u3059\u308b\u307e\u3067\u5909\u66f4\u306f\u53cd\u6620\u3055\u308c\u307e\u305b\u3093\u3002", - "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "\u4fdd\u5b58\u3059\u308b\u307e\u3067\u5909\u66f4\u306f\u53cd\u6620\u3055\u308c\u307e\u305b\u3093\u3002\u8a8d\u8a3c\u306f\u5b9f\u65bd\u3055\u308c\u307e\u305b\u3093\u306e\u3067\u3001\u30ad\u30fc\u3068\u5024\u306e\u5f62\u5f0f\u306b\u6c17\u3092\u3064\u3051\u3066\u4e0b\u3055\u3044\u3002", - "Your course could not be exported to XML. There is not enough information to identify the failed component. Inspect your course to identify any problematic components and try again.": "\u30b3\u30fc\u30b9\u3092XML\u306b\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u5931\u6557\u3057\u305f\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u7279\u5b9a\u3059\u308b\u305f\u3081\u306b\u5fc5\u8981\u306a\u60c5\u5831\u304c\u4e0d\u8db3\u3057\u3066\u3044\u307e\u3059\u3002\u30b3\u30fc\u30b9\u3092\u7cbe\u67fb\u3057\u3066\u554f\u984c\u306e\u3042\u308b\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u7279\u5b9a\u3057\u3066\u304b\u3089\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Your donation could not be submitted.": "\u5bc4\u4ed8\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002", - "Your email message was successfully queued for sending. In courses with a large number of learners, email messages to learners might take up to an hour to be sent.": "\u3042\u306a\u305f\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u304c\u9001\u4fe1\u5f85\u3061\u30ea\u30b9\u30c8\u306b\u52a0\u3048\u3089\u308c\u307e\u3057\u305f\u3002\u53d7\u8b1b\u8005\u306e\u591a\u3044\u8b1b\u5ea7\u3067\u306f\u3001\u30e1\u30c3\u30bb\u30fc\u30b8\u304c\u5c4a\u304f\u307e\u3067\u306b\uff11\u6642\u9593\u7a0b\u5ea6\u304b\u304b\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u3002", - "Your entire face fits inside the frame.": "\u9854\u5168\u4f53\u304c\u30d5\u30ec\u30fc\u30e0\u306e\u4e2d\u306b\u7d0d\u307e\u3063\u3066\u3044\u308b\u3002", - "Your export has failed.": "\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u5931\u6557\u3002", - "Your face is well-lit.": "\u9854\u304c\u5341\u5206\u306b\u660e\u308b\u3044\u3002", - "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "'{file}' \u306f\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3057\u305f\u3002\u51e6\u7406\u306b\u6570\u5206\u304b\u304b\u308a\u307e\u3059\u3002", - "Your file could not be uploaded": "\u30d5\u30a1\u30a4\u30eb\u304c\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f", - "Your file has been deleted.": "\u30d5\u30a1\u30a4\u30eb\u306f\u524a\u9664\u3055\u308c\u307e\u3057\u305f\u3002", - "Your library could not be exported to XML. There is not enough information to identify the failed component. Inspect your library to identify any problematic components and try again.": "\u30e9\u30a4\u30d6\u30e9\u30ea\u3092XML\u306b\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u5931\u6557\u3057\u305f\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u7279\u5b9a\u3059\u308b\u305f\u3081\u306b\u5fc5\u8981\u306a\u60c5\u5831\u304c\u4e0d\u8db3\u3057\u3066\u3044\u307e\u3059\u3002\u30e9\u30a4\u30d6\u30e9\u30ea\u3092\u7cbe\u67fb\u3057\u3066\u554f\u984c\u306e\u3042\u308b\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u7279\u5b9a\u3057\u3066\u304b\u3089\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Your message cannot be blank.": "\u30e1\u30c3\u30bb\u30fc\u30b8\u306f\u7a7a\u767d\u3067\u306f\u3044\u3051\u307e\u305b\u3093\u3002", - "Your message must have a subject.": "\u30e1\u30c3\u30bb\u30fc\u30b8\u306b\u306f\u4ef6\u540d\u304c\u5fc5\u8981\u3067\u3059\u3002", - "Your message must have at least one target.": "\u30e1\u30c3\u30bb\u30fc\u30b8\u306b\u306f\u5c11\u306a\u304f\u3068\u3082\u3072\u3068\u3064\u5b9b\u5148\u304c\u5fc5\u8981\u3067\u3059\u3002", - "Your policy changes have been saved.": "\u30dd\u30ea\u30b7\u30fc\u306e\u5909\u66f4\u304c\u4fdd\u5b58\u3055\u308c\u307e\u3057\u305f\u3002", - "Your post will be discarded.": "\u3042\u306a\u305f\u306e\u6295\u7a3f\u306f\u7834\u68c4\u3055\u308c\u307e\u3059\u3002", - "Your request could not be completed due to a server problem. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u30b5\u30fc\u30d0\u30fc\u306e\u554f\u984c\u306b\u3088\u308a\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u5b9f\u884c\u3092\u5b8c\u4e86\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3053\u306e\u554f\u984c\u304c\u89e3\u6c7a\u3057\u306a\u3044\u5834\u5408\u306f\u30d8\u30eb\u30d7\u30bf\u30d6\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u554f\u984c\u3092\u5831\u544a\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Your request could not be completed. Reload the page and try again.": "\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u5b9f\u884c\u3092\u5b8c\u4e86\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Your request could not be completed. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u5b9f\u884c\u306f\u5b8c\u4e86\u3057\u3066\u3044\u307e\u305b\u3093\u3002\u518d\u8aad\u8fbc\u3057\u3066\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u554f\u984c\u304c\u89e3\u6c7a\u3057\u306a\u3044\u5834\u5408\u306f\u30d8\u30eb\u30d7\u30bf\u30d6\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u554f\u984c\u3092\u5831\u544a\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Your request could not be processed. Refresh the page and try again.": "\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u5b9f\u884c\u3092\u5b8c\u4e86\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u3053\u306e\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "Your team could not be created.": "\u30c1\u30fc\u30e0\u306f\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002", - "Your team could not be updated.": "\u30c1\u30fc\u30e0\u306f\u66f4\u65b0\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002", - "Your upload of '{file}' failed.": "'{file}' \u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002", - "Your upload of '{file}' succeeded.": "'{file}' \u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u6210\u529f\u3057\u307e\u3057\u305f\u3002", - "Your verification status is good until {verificationGoodUntil}.": "\u8a8d\u8a3c\u72b6\u614b\u306f{verificationGoodUntil}\u307e\u3067\u6709\u52b9\u3067\u3059\u3002", - "Your video uploads are not complete.": "\u52d5\u753b\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u304c\u5b8c\u4e86\u3057\u3066\u3044\u307e\u305b\u3093\u3002", - "Your {program} Certificate": "\u3042\u306a\u305f\u306e{program}\u4fee\u4e86\u8a3c", - "Yourself": "\u3042\u306a\u305f\u81ea\u8eab", - "Zoom In": "\u30ba\u30fc\u30e0\u30a4\u30f3", - "Zoom Out": "\u30ba\u30fc\u30e0\u30a2\u30a6\u30c8", - "[no tags]": "[\u30bf\u30b0\u306a\u3057]", - "and others": "\u3068\u305d\u306e\u4ed6", - "anonymous": "\u533f\u540d", - "bytes": "\u30d0\u30a4\u30c8", - "certificate": "\u4fee\u4e86\u8a3c", - "close": "\u9589\u3058\u308b", - "component": "\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8", - "content group": "\u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7", - "course id": "\u8b1b\u5ea7ID", - "delete chapter": "\u30c1\u30e3\u30d7\u30bf\u30fc\u524a\u9664", - "delete group": "\u30b0\u30eb\u30fc\u30d7\u3092\u524a\u9664", - "details about the failure": "\u5931\u6557\u306b\u95a2\u3059\u308b\u8a73\u7d30", - "dragging": "\u30c9\u30e9\u30c3\u30b0", - "dragging out of slider": "\u30b9\u30e9\u30a4\u30c0\u30fc\u306e\u5916\u306b\u30c9\u30e9\u30c3\u30b0", - "dropped in slider": "\u30b9\u30e9\u30a4\u30c0\u30fc\u306e\u4e2d\u306b\u30c9\u30ed\u30c3\u30d7", - "dropped on target": "\u30bf\u30fc\u30b2\u30c3\u30c8\u306b\u30c9\u30ed\u30c3\u30d7", - "e.g. 'Sky with clouds'. The description is helpful for users who cannot see the image.": "\u4f8b. '\u96f2\u306e\u3042\u308b\u7a7a'\u3002\u753b\u50cf\u3092\u898b\u308b\u3053\u3068\u304c\u3067\u304d\u306a\u3044\u30e6\u30fc\u30b6\u30fc\u306b\u3068\u3063\u3066\u306f\u3001\u3053\u306e\u8aac\u660e\u304c\u52a9\u3051\u306b\u306a\u308a\u307e\u3059\u3002", - "e.g. 'google'": "\u4f8b. 'google'", - "e.g. 'http://google.com'": "\u4f8b. 'http://google.com'", - "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "\u4f8b\uff1ajohndoe@example.com, JaneDoe, joeydoe@example.com", - "emphasized text": "\u5f37\u8abf\u30c6\u30ad\u30b9\u30c8", - "enter code here": "\u30b3\u30fc\u30c9\u3092\u3053\u3053\u306b\u5165\u529b", - "enter link description here": "\u30ea\u30f3\u30af\u306e\u8aac\u660e\u3092\u3053\u3053\u306b\u5165\u529b", - "for": "\u7528", - "group configuration": "\u30b0\u30eb\u30fc\u30d7\u8a2d\u5b9a", - "image omitted": "\u6620\u50cf\u7701\u7565", - "last activity": "\u6700\u8fd1\u306e\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3", - "minute": "\u5206", - "minutes": "\u5206", - "name": "\u540d\u524d", - "one letter Friday\u0004F": "\u91d1", - "one letter Monday\u0004M": "\u6708", - "one letter Saturday\u0004S": "\u571f", - "one letter Sunday\u0004S": "\u65e5", - "one letter Thursday\u0004T": "\u6728", - "one letter Tuesday\u0004T": "\u706b", - "one letter Wednesday\u0004W": "\u6c34", - "open slots": "\u516c\u958b\u30b9\u30ed\u30c3\u30c8", - "or": "\u307e\u305f\u306f", - "or create a new one here": "\u307e\u305f\u306f\u3053\u3053\u3067\u65b0\u3057\u304f\u4f5c\u6210\u3059\u308b", - "or sign in with": "\u307e\u305f\u306f\u6b21\u3067\u30b5\u30a4\u30f3\u30a4\u30f3\u3059\u308b", - "path/to/introductionToCookieBaking-CH{order}.pdf": "path/to/introductionToCookieBaking-CH{order}.pdf", - "price": "\u4fa1\u683c", - "provide the title/name of the chapter that will be used in navigating": "\u8aac\u660e\u306b\u4f7f\u3046\u30c1\u30e3\u30d7\u30bf\u30fc\u306e\u30bf\u30a4\u30c8\u30eb/\u540d\u524d\u3092\u5165\u529b", - "provide the title/name of the text book as you would like your students to see it": "\u53d7\u8b1b\u8005\u306b\u8868\u793a\u3055\u308c\u308b\u6559\u79d1\u66f8\u306e\u30bf\u30a4\u30c8\u30eb/\u540d\u524d\u3092\u5165\u529b", - "remove": "\u524a\u9664", - "remove all": "\u5168\u524a\u9664", - "second": "\u79d2", - "seconds": "\u79d2", - "send an email message to {email}": "{email} \u306b\u30e1\u30fc\u30eb\u3092\u9001\u308b", - "strong text": "\u91cd\u8981\u30c6\u30ad\u30b9\u30c8", - "team count": "\u30c1\u30fc\u30e0\u30fb\u30ab\u30a6\u30f3\u30c8", + ], + "Visibility": "\u516c\u958b\u7bc4\u56f2", + "Visible to Staff Only": "\u30b9\u30bf\u30c3\u30d5\u306e\u307f\u95b2\u89a7\u53ef\u80fd", + "Vote for good posts and responses": "\u826f\u3044\u6295\u7a3f\u3084\u89e3\u7b54\u306b\u6295\u7968\u3059\u308b", + "Waiting": "\u5f85\u6a5f\u4e2d", + "Want to confirm your identity later?": "\u5f8c\u3067\u672c\u4eba\u8a8d\u8a3c\u3092\u884c\u3044\u307e\u3059\u304b\uff1f", + "Warning": "\u8b66\u544a", + "Warnings": "\u8b66\u544a", + "We ask you to activate your account to ensure it is really you creating the account and to prevent fraud.": "\u3042\u306a\u305f\u81ea\u8eab\u304c\u9593\u9055\u3044\u306a\u304f\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u4f5c\u6210\u3057\u3066\u3044\u308b\u306e\u304b\u78ba\u8a8d\u3057\u3001\u4e0d\u6b63\u5229\u7528\u3092\u9632\u3050\u305f\u3081\u3001\u30a2\u30ab\u30a6\u30f3\u30c8\u306e\u6709\u52b9\u5316\u3092\u304a\u9858\u3044\u3057\u3066\u3044\u307e\u3059\u3002", + "We couldn't create your account.": "\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u4f5c\u6210\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002", + "We couldn't find any results for \"%s\".": "\"%s\" \u306e\u691c\u7d22\u7d50\u679c\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002", + "We couldn't sign you in.": "\u30b5\u30a4\u30f3\u30a4\u30f3\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002", + "We have encountered an error. Refresh your browser and then try again.": "\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30d6\u30e9\u30a6\u30b6\u3092\u66f4\u65b0\u3057\u3066\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "\u3042\u306a\u305f\u306e\u60c5\u5831\u3092\u53d7\u3051\u53d6\u308a\u3001\u672c\u4eba\u8a8d\u8a3c\u4e2d\u3067\u3059\u3002\u8a8d\u8a3c\u624b\u7d9a\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3089\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u306b\u30e1\u30c3\u30bb\u30fc\u30b8\u304c\u8868\u793a\u3055\u308c\u307e\u3059(\u901a\u5e381\uff5e2\u65e5\u4ee5\u5185)\u3002\u305d\u306e\u9593\u3082\u8b1b\u5ea7\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u306f\u30a2\u30af\u30bb\u30b9\u3067\u304d\u307e\u3059\u3002", + "We just need a little more information before you start learning with %(platformName)s.": "%(platformName)s\u3067\u306e\u5b66\u7fd2\u3092\u59cb\u3081\u308b\u306b\u3042\u305f\u3063\u3066\u3001\u3082\u3046\u5c11\u3057\u60c5\u5831\u304c\u5fc5\u8981\u3067\u3059\u3002", + "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "\u6700\u9ad8\u30ec\u30d9\u30eb\u306e\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u3067\u5199\u771f\u3092\u6697\u53f7\u5316\u3057\u3001\u8a8d\u8a3c\u30b5\u30fc\u30d3\u30b9\u3078\u9001\u308a\u307e\u3059\u3002\u8a8d\u8a3c\u624b\u7d9a\u304c\u5b8c\u4e86\u3057\u305f\u5f8c\u306f\u3001\u5199\u771f\u3084\u60c5\u5831\u3092%(platformName)s\u3067\u4fdd\u5b58\u3057\u305f\u308a\u95b2\u89a7\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002", + "We've encountered an error. Refresh your browser and then try again.": "\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30d6\u30e9\u30a6\u30b6\u3092\u66f4\u65b0\u3057\u3066\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "{new_email_address}\u3078\u78ba\u8a8d\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u9001\u308a\u307e\u3057\u305f\u3002\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u66f4\u65b0\u3059\u308b\u306b\u306f\u30e1\u30c3\u30bb\u30fc\u30b8\u306e\u4e2d\u306b\u3042\u308b\u30ea\u30f3\u30af\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "We've sent a message to {email}. Click the link in the message to reset your password. Didn't receive the message? Contact {anchorStart}technical support{anchorEnd}.": " {email} \u3078\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u9001\u308a\u307e\u3057\u305f\u3002\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u518d\u8a2d\u5b9a\u3059\u308b\u306b\u306f\u3001\u30e1\u30c3\u30bb\u30fc\u30b8\u306e\u4e2d\u306b\u3042\u308b\u30ea\u30f3\u30af\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u30e1\u30c3\u30bb\u30fc\u30b8\u304c\u5c4a\u3044\u3066\u3044\u306a\u3044\u5834\u5408\u306f\u3001{anchorStart}\u30c6\u30af\u30cb\u30ab\u30eb\u30b5\u30dd\u30fc\u30c8{anchorEnd}\u3078\u304a\u554f\u3044\u5408\u308f\u305b\u304f\u3060\u3055\u3044\u3002", + "Web:": "Web: ", + "Webcam": "\u30a6\u30a7\u30d6\u30ab\u30e1\u30e9", + "Weight of Total Grade": "\u7dcf\u5f97\u70b9\u306e\u91cd\u307f\u4ed8\u3051", + "What You Need for Verification": "\u8a8d\u8a3c\u306b\u5fc5\u8981\u306a\u3082\u306e", + "What does %(platformName)s do with this photo?": "\u3053\u306e\u5199\u771f\u306f%(platformName)s \u3067\u3069\u306e\u3088\u3046\u306b\u4f7f\u308f\u308c\u308b\u306e\u3067\u3057\u3087\u3046\u304b\uff1f", + "What does this mean?": "\u3053\u308c\u306f\u4f55\u3092\u610f\u5473\u3059\u308b\uff1f", + "What's Your Next Accomplishment?": "\u3042\u306a\u305f\u306e\u6b21\u306e\u696d\u7e3e\u306f\u4f55\uff1f", + "When learners submit an answer to an assessment, they immediately see whether the answer is correct or incorrect, and the score received.": "\u53d7\u8b1b\u8005\u306f\u3001\u89e3\u7b54\u3092\u63d0\u51fa\u3059\u308b\u3068\u3059\u3050\u306b\u6b63\u89e3\u304b\u4e0d\u6b63\u89e3\u304b\u304c\u5206\u304b\u308a\u3001\u63a1\u70b9\u7d50\u679c\u3092\u53d7\u3051\u53d6\u308a\u307e\u3059\u3002", + "Which timed transcript would you like to use?": "\u3069\u306e\u6642\u9593\u4ed8\u304d\u5b57\u5e55\u3092\u4f7f\u3044\u307e\u3059\u304b\uff1f", + "Why activate?": "\u306a\u305c\u6709\u52b9\u5316\u3059\u308b\u306e\uff1f", + "Why does %(platformName)s need my photo?": "%(platformName)s \u3067\u306a\u305c\u5199\u771f\u304c\u5fc5\u8981\u306a\u306e\u3067\u3057\u3087\u3046\u304b\uff1f", + "Will Be Visible To:": "\u6b21\u306e\u4eba\u304c\u95b2\u89a7\u53ef\u80fd\u306b\u306a\u308b\uff1a", + "Would you like to sign in using your %(providerName)s credentials?": "%(providerName)s \u8a3c\u660e\u66f8\u3092\u4f7f\u3063\u3066\u30b5\u30a4\u30f3\u30a4\u30f3\u3057\u307e\u3059\u304b\uff1f", + "Year of Birth": "\u8a95\u751f\u5e74", + "Yes, allow edits to the active Certificate": "\u306f\u3044\u3001\u30a2\u30af\u30c6\u30a3\u30d6\u306a\u4fee\u4e86\u8a3c\u3092\u7de8\u96c6\u3057\u307e\u3059", + "Yes, replace the edX transcript with the YouTube transcript": "\u306f\u3044\u3001edX\u5b57\u5e55\u3092YouTube\u5b57\u5e55\u3067\u7f6e\u304d\u63db\u3048\u3066\u304f\u3060\u3055\u3044", + "Yesterday": "\u6628\u65e5", + "You already belong to another team.": "\u3059\u3067\u306b\u4ed6\u306e\u30c1\u30fc\u30e0\u306b\u53c2\u52a0\u3057\u3066\u3044\u307e\u3059\u3002", + "You are a member of this team.": "\u3042\u306a\u305f\u306f\u3053\u306e\u30c1\u30fc\u30e0\u306e\u30e1\u30f3\u30d0\u30fc\u3067\u3059\u3002", + "You are currently sharing a limited profile.": "\u73fe\u5728\u306f\u9650\u5b9a\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u3092\u516c\u958b\u3057\u3066\u3044\u307e\u3059\u3002", + "You are enrolling in: {courseName}": "\u53d7\u8b1b\u767b\u9332\u4e2d: {courseName}", + "You are not currently a member of any team.": "\u73fe\u5728\u3069\u306e\u30c1\u30fc\u30e0\u306b\u3082\u53c2\u52a0\u3057\u3066\u3044\u307e\u305b\u3093\u3002", + "You are not enrolled in any programs yet.": "\u307e\u3060\u3069\u306e\u30d7\u30ed\u30b0\u30e9\u30e0\u306b\u3082\u53d7\u8b1b\u767b\u9332\u3057\u3066\u3044\u307e\u305b\u3093\u3002", + "You are now enrolled as a verified student for:": "\u3042\u306a\u305f\u306f\u8a8d\u8a3c\u4ed8\u304d\u53d7\u8b1b\u8005\u3068\u3057\u3066\u53d7\u8b1b\u767b\u9332\u3055\u308c\u3066\u3044\u307e\u3059: ", + "You are sending an email message with the subject {subject} to the following recipients.": "\u4ee5\u4e0b\u306e\u5b9b\u5148\u306b\u4ef6\u540d {subject} \u306e\u30e1\u30fc\u30eb\u3092\u9001\u4fe1\u4e2d\u3067\u3059\u3002", + "You are upgrading your enrollment for: {courseName}": "\u53d7\u8b1b\u767b\u9332\u306e\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u4e2d: {courseName}", + "You can link your social media accounts to simplify signing in to {platform_name}.": " {platform_name}\u3078\u306e\u30b5\u30a4\u30f3\u30a4\u30f3\u3092\u7c21\u4fbf\u5316\u3059\u308b\u305f\u3081\u306b\u3001\u30bd\u30fc\u30b7\u30e3\u30eb\u30e1\u30c7\u30a3\u30a2\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u30ea\u30f3\u30af\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", + "You can now enter your payment information and complete your enrollment.": "\u652f\u6255\u60c5\u5831\u3092\u5165\u529b\u3057\u3066\u3001\u53d7\u8b1b\u767b\u9332\u3092\u5b8c\u4e86\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "You can pay now even if you don't have the following items available, but you will need to have these by {date} to qualify to earn a Verified Certificate.": "\u4ee5\u4e0b\u306e\u30a2\u30a4\u30c6\u30e0\u304c\u306a\u3044\u5834\u5408\u3067\u3082\u4eca\u652f\u6255\u3044\u306f\u3067\u304d\u307e\u3059\u304c\u3001\u8a8d\u8a3c\u4ed8\u304d\u4fee\u4e86\u8a3c\u3092\u53d6\u5f97\u3059\u308b\u305f\u3081\u306b\u306f{date}\u307e\u3067\u306b\u3053\u308c\u3089\u306e\u30a2\u30a4\u30c6\u30e0\u304c\u5fc5\u8981\u306b\u306a\u308a\u307e\u3059\u3002", + "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "\u4ee5\u4e0b\u306e\u30a2\u30a4\u30c6\u30e0\u304c\u306a\u304f\u3066\u3082\u652f\u6255\u306f\u3067\u304d\u307e\u3059\u304c\u3001\u8a8d\u8a3c\u4ed8\u304d\u4fee\u4e86\u8a3c\u3092\u53d6\u5f97\u3059\u308b\u306b\u306f\u3053\u308c\u3089\u306e\u30a2\u30a4\u30c6\u30e0\u304c\u5fc5\u8981\u306b\u306a\u308a\u307e\u3059\u3002", + "You can remove members from this team, especially if they have not participated in the team's activity.": "\u30c1\u30fc\u30e0\u306e\u6d3b\u52d5\u306b\u53c2\u52a0\u3057\u3066\u3044\u306a\u3044\u30e1\u30f3\u30d0\u30fc\u304c\u3044\u308b\u5834\u5408\u306f\u3001\u305d\u306e\u30e1\u30f3\u30d0\u30fc\u3092\u30c1\u30fc\u30e0\u304b\u3089\u524a\u9664\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", + "You can upload files with these file types: ": "\u6b21\u306b\u793a\u3059\u30d5\u30a1\u30a4\u30eb\u30bf\u30a4\u30d7\u3067\u3042\u308c\u3070\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3067\u304d\u307e\u3059: ", + "You can use your {accountName} account to sign in to your {platformName} account.": " {platformName}\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u306b\u30b5\u30a4\u30f3\u3059\u308b\u305f\u3081\u306b{accountName}\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u4f7f\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", + "You cannot view the course as a student or beta tester before the course release date.": "\u958b\u8b1b\u65e5\u307e\u3067\u306f\u53d7\u8b1b\u8005\u307e\u305f\u306f\u03b2\u30c6\u30b9\u30bf\u30fc\u3068\u3057\u3066\u8b1b\u5ea7\u3092\u898b\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002", + "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "\u3042\u306a\u305f\u306f\u52d5\u753bURL\u3092\u5909\u66f4\u3057\u307e\u3057\u305f\u304c\u3001\u5b57\u5e55\u30d5\u30a1\u30a4\u30eb\u306f\u5909\u66f4\u3057\u3066\u307e\u305b\u3093\u3002\u65e2\u5b58\u306e\u5b57\u5e55\u3068\u65b0\u3057\u3044.srt\u5b57\u5e55\u30d5\u30a1\u30a4\u30eb\u306e\u3069\u3061\u3089\u3092\u4f7f\u7528\u3057\u307e\u3059\u304b\uff1f", + "You commented...": "\u3042\u306a\u305f\u306e\u30b3\u30e1\u30f3\u30c8...", + "You could not be subscribed to this post. Refresh the page and try again.": "\u3053\u306e\u6295\u7a3f\u3092\u7f72\u540d\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "You could not be unsubscribed from this post. Refresh the page and try again.": "\u3053\u306e\u6295\u7a3f\u304b\u3089\u7f72\u540d\u3092\u89e3\u9664\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "You currently have no cohorts configured": "\u30b3\u30db\u30fc\u30c8\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093", + "You did not select a content group": "\u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7\u304c\u9078\u629e\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f", + "You don't seem to have Flash installed. Get Flash to continue your verification.": "Flash\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u306a\u3044\u3088\u3046\u3067\u3059\u3002\u8a8d\u8a3c\u3092\u7d9a\u3051\u308b\u305f\u3081\u306bFlash\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "You don't seem to have a webcam connected.": "Web\u30ab\u30e1\u30e9\u304c\u63a5\u7d9a\u3055\u308c\u3066\u3044\u306a\u3044\u3088\u3046\u3067\u3059\u3002", + "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "\u8a55\u4fa1\u57fa\u6e96\u3092\u8ffd\u52a0\u3057\u307e\u3057\u305f\u3002\u53d7\u8b1b\u8005\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u306e\u8a55\u4fa1\u57fa\u6e96\u306e\u9078\u629e\u80a2\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u9078\u629e\u3059\u308b\u306b\u306f\u8a2d\u5b9a\u30bf\u30d6\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "You have already verified your ID!": "\u672c\u4eba\u8a8d\u8a3c\u304c\u5b8c\u4e86\u3057\u3066\u3044\u307e\u3059\uff01", + "You have been logged out of your edX account. Click Okay to log in again now. Click Cancel to stay on this page (you must log in again to save your work).": "edX \u30a2\u30ab\u30a6\u30f3\u30c8\u304b\u3089\u30ed\u30b0\u30a2\u30a6\u30c8\u6e08\u3067\u3059\u3002OK\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u3001\u305f\u3060\u3061\u306b\u518d\u5ea6\u30ed\u30b0\u30a4\u30f3\u3057\u307e\u3059\u3002\u30ad\u30e3\u30f3\u30bb\u30eb\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u3001\u3053\u306e\u753b\u9762\u306b\u7559\u307e\u308a\u307e\u3059 (\u4f5c\u696d\u5185\u5bb9\u3092\u4fdd\u5b58\u3059\u308b\u306b\u306f\u518d\u5ea6\u30ed\u30b0\u30a4\u30f3\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059) \u3002", + "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "\u8a55\u4fa1\u57fa\u6e96\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002\u53d7\u8b1b\u8005\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u306e\u89e3\u7b54\u4f8b\u304b\u3089\u8a55\u4fa1\u57fa\u6e96\u304c\u524a\u9664\u3055\u308c\u307e\u3057\u305f\u3002", + "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "\u3053\u306e\u8a55\u4fa1\u57fa\u6e96\u306e\u5168\u3066\u306e\u9078\u629e\u80a2\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002\u53d7\u8b1b\u8005\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u306e\u89e3\u7b54\u4f8b\u304b\u3089\u3001\u3053\u306e\u8a55\u4fa1\u57fa\u6e96\u304c\u524a\u9664\u3055\u308c\u307e\u3057\u305f\u3002", + "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "\u9078\u629e\u80a2\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002\u53d7\u8b1b\u8005\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u306e\u89e3\u7b54\u4f8b\u306b\u3042\u308b\u8a55\u4fa1\u57fa\u6e96\u304b\u3089\u3001\u3053\u306e\u9078\u629e\u80a2\u304c\u524a\u9664\u3055\u308c\u307e\u3057\u305f\u3002\u5fc5\u8981\u306b\u5fdc\u3058\u3066\u65b0\u3057\u3044\u9078\u629e\u80a2\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "You have done a dry run of force publishing the course. Nothing has changed. Had you run it, the following course versions would have been change.": "\u5f37\u5236\u516c\u958b\u306e\u30c9\u30e9\u30a4\u30e9\u30f3\u3092\u884c\u3044\u307e\u3057\u305f\u3002\u5909\u66f4\u306f\u3042\u308a\u307e\u305b\u3093\u3002run\u3059\u308b\u3068\u30b3\u30fc\u30b9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u5909\u66f4\u3055\u308c\u307e\u3059\u3002", + "You have no handouts defined": "\u5b9a\u7fa9\u3055\u308c\u305f\u30cf\u30f3\u30c9\u30a2\u30a6\u30c8\u306f\u3042\u308a\u307e\u305b\u3093", + "You have not bookmarked any courseware pages yet": "\u307e\u3060\u3044\u305a\u308c\u306e\u30b3\u30fc\u30b9\u30a6\u30a7\u30a2\u30da\u30fc\u30b8\u306b\u3082\u30d6\u30c3\u30af\u30de\u30fc\u30af\u3057\u3066\u3044\u307e\u305b\u3093\u3002", + "You have not created any certificates yet.": "\u307e\u3060\u4fee\u4e86\u8a3c\u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u305b\u3093\u3002", + "You have not created any content groups yet.": "\u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7\u304c\u307e\u3060\u4f5c\u6210\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002", + "You have not created any group configurations yet.": "\u30b0\u30eb\u30fc\u30d7\u8a2d\u5b9a\u304c\u4f5c\u6210\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u64cd\u4f5c\u3092\u9078\u629e\u3057\u307e\u3057\u305f\u304c\u3001\u30d5\u30a3\u30fc\u30eb\u30c9\u306b\u5909\u66f4\u306f\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u3082\u3057\u304b\u3057\u3066\u4fdd\u5b58\u30dc\u30bf\u30f3\u3067\u306f\u306a\u304f\u3066\u5b9f\u884c\u30dc\u30bf\u30f3\u3092\u304a\u63a2\u3057\u3067\u3059\u304b\u3002", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u64cd\u4f5c\u3092\u9078\u629e\u3057\u307e\u3057\u305f\u304c\u3001\u30d5\u30a3\u30fc\u30eb\u30c9\u306b\u672a\u4fdd\u5b58\u306e\u5909\u66f4\u304c\u3042\u308a\u307e\u3059\u3002OK\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u4fdd\u5b58\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u305d\u306e\u5f8c\u3001\u64cd\u4f5c\u3092\u518d\u5ea6\u5b9f\u884c\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002", + "You have successfully signed into %(currentProvider)s, but your %(currentProvider)s account does not have a linked %(platformName)s account. To link your accounts, sign in now using your %(platformName)s password.": "%(currentProvider)s\u306b\u7121\u4e8b\u30b5\u30a4\u30f3\u30a4\u30f3\u3057\u307e\u3057\u305f\u304c\u3001%(currentProvider)s\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u306f%(platformName)s\u30a2\u30ab\u30a6\u30f3\u30c8\u3068\u306e\u9023\u643a\u8a2d\u5b9a\u306f\u3057\u3066\u3044\u307e\u305b\u3093\u3002\u30a2\u30ab\u30a6\u30f3\u30c8\u3068\u306e\u9023\u643a\u8a2d\u5b9a\u3092\u3059\u308b\u306b\u306f\u3001%(platformName)s\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u30b5\u30a4\u30f3\u30a4\u30f3\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "\u30d5\u30a3\u30fc\u30eb\u30c9\u306b\u672a\u4fdd\u5b58\u306e\u5909\u66f4\u304c\u3042\u308a\u307e\u3059\u3002\u64cd\u4f5c\u3092\u5b9f\u884c\u3059\u308b\u3068\u672a\u4fdd\u5b58\u306e\u5909\u66f4\u306f\u5931\u308f\u308c\u307e\u3059\u3002", + "You haven't added any assets to this course yet.": "\u3053\u306e\u8b1b\u5ea7\u306b\u306f\u30a2\u30bb\u30c3\u30c8\u304c\u8ffd\u52a0\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002", + "You haven't added any content to this course yet.": "\u3053\u306e\u8b1b\u5ea7\u306b\u306f\u307e\u3060\u30b3\u30f3\u30c6\u30f3\u30c4\u304c\u5165\u529b\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002", + "You haven't added any textbooks to this course yet.": "\u3053\u306e\u8b1b\u5ea7\u306b\u307e\u3060\u6559\u79d1\u66f8\u3092\u5165\u529b\u3057\u3066\u3044\u307e\u305b\u3093\u3002", + "You must be over 13 to share a full profile. If you are over 13, make sure that you have specified a birth year on the {account_settings_page_link}": "\u5168\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u3092\u516c\u958b\u3059\u308b\u306b\u306f13 \u6b73\u4ee5\u4e0a\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u3082\u3057 13 \u6b73\u4ee5\u4e0a\u306a\u3089\u3001{account_settings_page_link}\u306b\u3066\u3042\u306a\u305f\u306e\u8a95\u751f\u5e74\u304c\u6b63\u3057\u304f\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "You must enter a valid email address in order to add a new team member": "\u65b0\u3057\u3044\u30c1\u30fc\u30e0\u30e1\u30f3\u30d0\u30fc\u3092\u8ffd\u52a0\u3059\u308b\u306b\u306f\u3001\u6b63\u3057\u3044\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044", + "You must provide a learner name.": "\u53d7\u8b1b\u8005\u540d\u3092\u6307\u5b9a\u3057\u3066\u4e0b\u3055\u3044\u3002", + "You must sign out and sign back in before your language changes take effect.": "\u8a00\u8a9e\u306e\u5909\u66f4\u3092\u6709\u52b9\u306b\u3059\u308b\u306b\u306f\u3001\u4e00\u65e6\u30b5\u30a4\u30f3\u30a2\u30a6\u30c8\u3057\u3066\u304b\u3089\u518d\u5ea6\u30b5\u30a4\u30f3\u30a4\u30f3\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002", + "You must specify a name for the cohort": "\u30b3\u30db\u30fc\u30c8\u306e\u540d\u524d\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059", + "You must specify your birth year before you can share your full profile. To specify your birth year, go to the {account_settings_page_link}": "\u5168\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u3092\u516c\u958b\u3059\u308b\u305f\u3081\u306b\u306f\u3001\u8a95\u751f\u5e74\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u8a95\u751f\u5e74\u3092\u5165\u529b\u3059\u308b\u306b\u306f {account_settings_page_link}\u3078\u79fb\u52d5\u3057\u307e\u3059\u3002", + "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "\u540d\u524d\u3068\u5199\u771f\u304c\u8a18\u8f09\u3055\u308c\u3066\u3044\u308b\u514d\u8a31\u8a3c\u3001\u30d1\u30b9\u30dd\u30fc\u30c8\u307e\u305f\u306f\u653f\u5e9c\u767a\u884c\u306e\u8eab\u5206\u8a3c\u660e\u66f8\u304c\u5fc5\u8981\u3067\u3059\u3002", + "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "\u6c0f\u540d\u3068\u5199\u771f\u4ed8\u304d\u306eID\u304c\u5fc5\u8981\u3067\u3059\u3002\u904b\u8ee2\u514d\u8a31\u8a3c\u3001\u30d1\u30b9\u30dd\u30fc\u30c8\u307e\u305f\u306f\u653f\u5e9c\u767a\u884c\u306e\u8eab\u5206\u8a3c\u660e\u66f8\u304c\u6709\u52b9\u3067\u3059\u3002", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "\u8b1b\u5ea7\u306e\u53d7\u8b1b\u767b\u9332\u3092\u59cb\u3081\u308b\u524d\u306b\u3001\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u6709\u52b9\u5316\u3055\u305b\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u6709\u52b9\u5316\u306b\u95a2\u3059\u308b\u30e1\u30fc\u30eb\u304c\u5c4a\u3044\u3066\u3044\u308b\u304b\u3054\u78ba\u8a8d\u304f\u3060\u3055\u3044\u3002", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "\u8b1b\u5ea7\u306e\u53d7\u8b1b\u767b\u9332\u3092\u59cb\u3081\u308b\u524d\u306b\u3001\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u6709\u52b9\u5316\u3055\u305b\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u6709\u52b9\u5316\u306b\u95a2\u3059\u308b\u30e1\u30fc\u30eb\u304c\u5c4a\u3044\u3066\u3044\u308b\u304b\u3054\u78ba\u8a8d\u304f\u3060\u3055\u3044\u3002\u6709\u52b9\u5316\u304c\u5b8c\u4e86\u3057\u305f\u3089\u3001\u3053\u306e\u753b\u9762\u306b\u623b\u308a\u518d\u8aad\u8fbc\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "You still need to visit the %(display_name)s website to complete the credit process.": "\u5358\u4f4d\u8a8d\u5b9a\u51e6\u7406\u3092\u5b8c\u4e86\u3059\u308b\u306b\u306f\u5f15\u304d\u7d9a\u304d%(display_name)s\u3092\u898b\u3066\u304f\u3060\u3055\u3044\u3002", + "You will be refunded the amount you paid.": "\u304a\u652f\u6255\u3044\u3044\u305f\u3060\u3044\u305f\u91d1\u984d\u304c\u8fd4\u91d1\u3055\u308c\u307e\u3059\u3002", + "You will not be refunded the amount you paid.": "\u304a\u652f\u6255\u3044\u3044\u305f\u3060\u3044\u305f\u91d1\u984d\u306f\u8fd4\u91d1\u3055\u308c\u307e\u305b\u3093\u3002", + "You will not receive notification for emails that bounce, so double-check your spelling.": "\u623b\u3063\u3066\u304f\u308b\u30e1\u30fc\u30eb\u306b\u95a2\u3059\u308b\u901a\u77e5\u306f\u5c4a\u304d\u307e\u305b\u3093\u306e\u3067\u3001\u7db4\u308a\u306f\u30c0\u30d6\u30eb\u30c1\u30a7\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "You will use your webcam to take a picture of your face and of your government-issued photo ID.": "\u9854\u5199\u771f\u304a\u3088\u3073\u653f\u5e9c\u767a\u884c\u306e\u5199\u771f\u4ed8\u304dID\u306e\u5199\u771f\u3092\u64ae\u308b\u305f\u3081\u306bweb\u30ab\u30e1\u30e9\u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "You!": "\u3042\u306a\u305f\uff01", + "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "\u3053\u306e\u8ab2\u984c\u306b\u95a2\u3059\u308b\u8fd4\u4fe1\u3092\u63d0\u51fa\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u307e\u3059\u3002\u8fd4\u4fe1\u3092\u63d0\u51fa\u3057\u305f\u5f8c\u306f\u3001\u5909\u66f4\u3057\u305f\u308a\u65b0\u3057\u3044\u8fd4\u4fe1\u3092\u63d0\u51fa\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002", + "You've made some changes": "\u5909\u66f4\u3057\u307e\u3057\u305f", + "You've made some changes, but there are some errors": "\u5909\u66f4\u3057\u307e\u3057\u305f\u304c\u3001\u30a8\u30e9\u30fc\u304c\u3042\u308a\u307e\u3059", + "You've successfully signed into %(currentProvider)s.": "%(currentProvider)s\u3078\u306e\u30b5\u30a4\u30f3\u30a4\u30f3\u306b\u6210\u529f\u3057\u307e\u3057\u305f\u3002", + "Your ID must be a government-issued photo ID that clearly shows your face.": "ID\u306f\u9854\u304c\u306f\u3063\u304d\u308a\u3068\u5206\u304b\u308b\u653f\u5e9c\u767a\u884c\u306e\u5199\u771f\u4ed8\u304dID\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093\u3002", + "Your Program Journey": "\u30d7\u30ed\u30b0\u30e9\u30e0\u306e\u884c\u7a0b", + "Your changes have been saved.": "\u5909\u66f4\u306f\u4fdd\u5b58\u3055\u308c\u307e\u3057\u305f\u3002", + "Your changes have been saved. {details}": "\u5909\u66f4\u5185\u5bb9\u304c\u4fdd\u5b58\u3055\u308c\u307e\u3057\u305f\u3002{details}", + "Your changes will not take effect until you save your progress.": "\u4fdd\u5b58\u3059\u308b\u307e\u3067\u5909\u66f4\u306f\u53cd\u6620\u3055\u308c\u307e\u305b\u3093\u3002", + "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "\u4fdd\u5b58\u3059\u308b\u307e\u3067\u5909\u66f4\u306f\u53cd\u6620\u3055\u308c\u307e\u305b\u3093\u3002\u8a8d\u8a3c\u306f\u5b9f\u65bd\u3055\u308c\u307e\u305b\u3093\u306e\u3067\u3001\u30ad\u30fc\u3068\u5024\u306e\u5f62\u5f0f\u306b\u6c17\u3092\u3064\u3051\u3066\u4e0b\u3055\u3044\u3002", + "Your course could not be exported to XML. There is not enough information to identify the failed component. Inspect your course to identify any problematic components and try again.": "\u30b3\u30fc\u30b9\u3092XML\u306b\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u5931\u6557\u3057\u305f\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u7279\u5b9a\u3059\u308b\u305f\u3081\u306b\u5fc5\u8981\u306a\u60c5\u5831\u304c\u4e0d\u8db3\u3057\u3066\u3044\u307e\u3059\u3002\u30b3\u30fc\u30b9\u3092\u7cbe\u67fb\u3057\u3066\u554f\u984c\u306e\u3042\u308b\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u7279\u5b9a\u3057\u3066\u304b\u3089\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Your donation could not be submitted.": "\u5bc4\u4ed8\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002", + "Your email message was successfully queued for sending. In courses with a large number of learners, email messages to learners might take up to an hour to be sent.": "\u3042\u306a\u305f\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u304c\u9001\u4fe1\u5f85\u3061\u30ea\u30b9\u30c8\u306b\u52a0\u3048\u3089\u308c\u307e\u3057\u305f\u3002\u53d7\u8b1b\u8005\u306e\u591a\u3044\u8b1b\u5ea7\u3067\u306f\u3001\u30e1\u30c3\u30bb\u30fc\u30b8\u304c\u5c4a\u304f\u307e\u3067\u306b\uff11\u6642\u9593\u7a0b\u5ea6\u304b\u304b\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u3002", + "Your entire face fits inside the frame.": "\u9854\u5168\u4f53\u304c\u30d5\u30ec\u30fc\u30e0\u306e\u4e2d\u306b\u7d0d\u307e\u3063\u3066\u3044\u308b\u3002", + "Your export has failed.": "\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u5931\u6557\u3002", + "Your face is well-lit.": "\u9854\u304c\u5341\u5206\u306b\u660e\u308b\u3044\u3002", + "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "'{file}' \u306f\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3057\u305f\u3002\u51e6\u7406\u306b\u6570\u5206\u304b\u304b\u308a\u307e\u3059\u3002", + "Your file could not be uploaded": "\u30d5\u30a1\u30a4\u30eb\u304c\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f", + "Your file has been deleted.": "\u30d5\u30a1\u30a4\u30eb\u306f\u524a\u9664\u3055\u308c\u307e\u3057\u305f\u3002", + "Your library could not be exported to XML. There is not enough information to identify the failed component. Inspect your library to identify any problematic components and try again.": "\u30e9\u30a4\u30d6\u30e9\u30ea\u3092XML\u306b\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u5931\u6557\u3057\u305f\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u7279\u5b9a\u3059\u308b\u305f\u3081\u306b\u5fc5\u8981\u306a\u60c5\u5831\u304c\u4e0d\u8db3\u3057\u3066\u3044\u307e\u3059\u3002\u30e9\u30a4\u30d6\u30e9\u30ea\u3092\u7cbe\u67fb\u3057\u3066\u554f\u984c\u306e\u3042\u308b\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u7279\u5b9a\u3057\u3066\u304b\u3089\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Your message cannot be blank.": "\u30e1\u30c3\u30bb\u30fc\u30b8\u306f\u7a7a\u767d\u3067\u306f\u3044\u3051\u307e\u305b\u3093\u3002", + "Your message must have a subject.": "\u30e1\u30c3\u30bb\u30fc\u30b8\u306b\u306f\u4ef6\u540d\u304c\u5fc5\u8981\u3067\u3059\u3002", + "Your message must have at least one target.": "\u30e1\u30c3\u30bb\u30fc\u30b8\u306b\u306f\u5c11\u306a\u304f\u3068\u3082\u3072\u3068\u3064\u5b9b\u5148\u304c\u5fc5\u8981\u3067\u3059\u3002", + "Your policy changes have been saved.": "\u30dd\u30ea\u30b7\u30fc\u306e\u5909\u66f4\u304c\u4fdd\u5b58\u3055\u308c\u307e\u3057\u305f\u3002", + "Your post will be discarded.": "\u3042\u306a\u305f\u306e\u6295\u7a3f\u306f\u7834\u68c4\u3055\u308c\u307e\u3059\u3002", + "Your request could not be completed due to a server problem. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u30b5\u30fc\u30d0\u30fc\u306e\u554f\u984c\u306b\u3088\u308a\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u5b9f\u884c\u3092\u5b8c\u4e86\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3053\u306e\u554f\u984c\u304c\u89e3\u6c7a\u3057\u306a\u3044\u5834\u5408\u306f\u30d8\u30eb\u30d7\u30bf\u30d6\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u554f\u984c\u3092\u5831\u544a\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Your request could not be completed. Reload the page and try again.": "\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u5b9f\u884c\u3092\u5b8c\u4e86\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Your request could not be completed. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u5b9f\u884c\u306f\u5b8c\u4e86\u3057\u3066\u3044\u307e\u305b\u3093\u3002\u518d\u8aad\u8fbc\u3057\u3066\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u554f\u984c\u304c\u89e3\u6c7a\u3057\u306a\u3044\u5834\u5408\u306f\u30d8\u30eb\u30d7\u30bf\u30d6\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u554f\u984c\u3092\u5831\u544a\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Your request could not be processed. Refresh the page and try again.": "\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u5b9f\u884c\u3092\u5b8c\u4e86\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u3053\u306e\u753b\u9762\u3092\u518d\u8aad\u8fbc\u3057\u3066\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "Your team could not be created.": "\u30c1\u30fc\u30e0\u306f\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002", + "Your team could not be updated.": "\u30c1\u30fc\u30e0\u306f\u66f4\u65b0\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002", + "Your upload of '{file}' failed.": "'{file}' \u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002", + "Your upload of '{file}' succeeded.": "'{file}' \u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u6210\u529f\u3057\u307e\u3057\u305f\u3002", + "Your verification status is good until {verificationGoodUntil}.": "\u8a8d\u8a3c\u72b6\u614b\u306f{verificationGoodUntil}\u307e\u3067\u6709\u52b9\u3067\u3059\u3002", + "Your video uploads are not complete.": "\u52d5\u753b\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u304c\u5b8c\u4e86\u3057\u3066\u3044\u307e\u305b\u3093\u3002", + "Your {program} Certificate": "\u3042\u306a\u305f\u306e{program}\u4fee\u4e86\u8a3c", + "Yourself": "\u3042\u306a\u305f\u81ea\u8eab", + "Zoom In": "\u30ba\u30fc\u30e0\u30a4\u30f3", + "Zoom Out": "\u30ba\u30fc\u30e0\u30a2\u30a6\u30c8", + "[no tags]": "[\u30bf\u30b0\u306a\u3057]", + "and others": "\u3068\u305d\u306e\u4ed6", + "anonymous": "\u533f\u540d", + "bytes": "\u30d0\u30a4\u30c8", + "certificate": "\u4fee\u4e86\u8a3c", + "close": "\u9589\u3058\u308b", + "component": "\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8", + "content group": "\u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7", + "course id": "\u8b1b\u5ea7ID", + "delete chapter": "\u30c1\u30e3\u30d7\u30bf\u30fc\u524a\u9664", + "delete group": "\u30b0\u30eb\u30fc\u30d7\u3092\u524a\u9664", + "details about the failure": "\u5931\u6557\u306b\u95a2\u3059\u308b\u8a73\u7d30", + "dragging": "\u30c9\u30e9\u30c3\u30b0", + "dragging out of slider": "\u30b9\u30e9\u30a4\u30c0\u30fc\u306e\u5916\u306b\u30c9\u30e9\u30c3\u30b0", + "dropped in slider": "\u30b9\u30e9\u30a4\u30c0\u30fc\u306e\u4e2d\u306b\u30c9\u30ed\u30c3\u30d7", + "dropped on target": "\u30bf\u30fc\u30b2\u30c3\u30c8\u306b\u30c9\u30ed\u30c3\u30d7", + "e.g. 'Sky with clouds'. The description is helpful for users who cannot see the image.": "\u4f8b. '\u96f2\u306e\u3042\u308b\u7a7a'\u3002\u753b\u50cf\u3092\u898b\u308b\u3053\u3068\u304c\u3067\u304d\u306a\u3044\u30e6\u30fc\u30b6\u30fc\u306b\u3068\u3063\u3066\u306f\u3001\u3053\u306e\u8aac\u660e\u304c\u52a9\u3051\u306b\u306a\u308a\u307e\u3059\u3002", + "e.g. 'google'": "\u4f8b. 'google'", + "e.g. 'http://google.com'": "\u4f8b. 'http://google.com'", + "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "\u4f8b\uff1ajohndoe@example.com, JaneDoe, joeydoe@example.com", + "emphasized text": "\u5f37\u8abf\u30c6\u30ad\u30b9\u30c8", + "enter code here": "\u30b3\u30fc\u30c9\u3092\u3053\u3053\u306b\u5165\u529b", + "enter link description here": "\u30ea\u30f3\u30af\u306e\u8aac\u660e\u3092\u3053\u3053\u306b\u5165\u529b", + "for": "\u7528", + "group configuration": "\u30b0\u30eb\u30fc\u30d7\u8a2d\u5b9a", + "image omitted": "\u6620\u50cf\u7701\u7565", + "last activity": "\u6700\u8fd1\u306e\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3", + "minute": "\u5206", + "minutes": "\u5206", + "name": "\u540d\u524d", + "one letter Friday\u0004F": "\u91d1", + "one letter Monday\u0004M": "\u6708", + "one letter Saturday\u0004S": "\u571f", + "one letter Sunday\u0004S": "\u65e5", + "one letter Thursday\u0004T": "\u6728", + "one letter Tuesday\u0004T": "\u706b", + "one letter Wednesday\u0004W": "\u6c34", + "open slots": "\u516c\u958b\u30b9\u30ed\u30c3\u30c8", + "or": "\u307e\u305f\u306f", + "or create a new one here": "\u307e\u305f\u306f\u3053\u3053\u3067\u65b0\u3057\u304f\u4f5c\u6210\u3059\u308b", + "or sign in with": "\u307e\u305f\u306f\u6b21\u3067\u30b5\u30a4\u30f3\u30a4\u30f3\u3059\u308b", + "path/to/introductionToCookieBaking-CH{order}.pdf": "path/to/introductionToCookieBaking-CH{order}.pdf", + "price": "\u4fa1\u683c", + "provide the title/name of the chapter that will be used in navigating": "\u8aac\u660e\u306b\u4f7f\u3046\u30c1\u30e3\u30d7\u30bf\u30fc\u306e\u30bf\u30a4\u30c8\u30eb/\u540d\u524d\u3092\u5165\u529b", + "provide the title/name of the text book as you would like your students to see it": "\u53d7\u8b1b\u8005\u306b\u8868\u793a\u3055\u308c\u308b\u6559\u79d1\u66f8\u306e\u30bf\u30a4\u30c8\u30eb/\u540d\u524d\u3092\u5165\u529b", + "remove": "\u524a\u9664", + "remove all": "\u5168\u524a\u9664", + "second": "\u79d2", + "seconds": "\u79d2", + "send an email message to {email}": "{email} \u306b\u30e1\u30fc\u30eb\u3092\u9001\u308b", + "strong text": "\u91cd\u8981\u30c6\u30ad\u30b9\u30c8", + "team count": "\u30c1\u30fc\u30e0\u30fb\u30ab\u30a6\u30f3\u30c8", "there is currently {numVotes} vote": [ "\u73fe\u5728 {numVotes} \u7968" - ], - "toggle chapter %(displayName)s": "\u30c1\u30e3\u30d7\u30bf\u30fc%(displayName)s\u3092\u5207\u63db", - "toggle subsection %(displayName)s": "\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3%(displayName)s\u3092\u5207\u63db", - "unit": "\u30e6\u30cb\u30c3\u30c8", - "upload a PDF file or provide the path to a Studio asset file": "Studio\u30a2\u30bb\u30c3\u30c8\u30d5\u30a1\u30a4\u30eb\u3078\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3059\u308b\u304b\u3001PDF\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u3066\u304f\u3060\u3055\u3044", - "username or email": "\u30e6\u30fc\u30b6\u30fc\u540d\u307e\u305f\u306f\u30e1\u30fc\u30eb", - "with %(release_date_from)s": "%(release_date_from)s \u306b", - "with %(section_or_subsection)s": "%(section_or_subsection)s \u3068\u5171\u306b", - "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", - "{ReqTextSpanStart}Requirements{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{ReqTextSpanStart}\u5fc5\u9808{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", - "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start}\u4ed6\u306e\u30c8\u30d4\u30c3\u30af\u306e\u30c1\u30fc\u30e0\u3092\u8868\u793a\u3059\u308b{span_end} \u3001\u307e\u305f\u306f{search_span_start}\u3053\u306e\u30c8\u30d4\u30c3\u30af\u306e\u30c1\u30fc\u30e0\u3092\u691c\u7d22\u3059\u308b{span_end}\u3002\u53c2\u52a0\u3057\u305f\u3044\u30c1\u30fc\u30e0\u304c\u898b\u3064\u304b\u3089\u306a\u3044\u5834\u5408\u306f\u3001{create_span_start}\u3053\u306e\u30c8\u30d4\u30c3\u30af\u3067\u65b0\u898f\u30c1\u30fc\u30e0\u3092\u4f5c\u308a\u307e\u3057\u3087\u3046{span_end}\u3002", - "{categoryText} in {parentDisplayname}": "{parentDisplayname}\u5185\u306e{categoryText}", - "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} of {maxCharacters}": "{maxCharacters}\u6587\u5b57\u4e2d{currentCountOpeningTag}{currentCharacterCount}\u6587\u5b57{currentCountClosingTag}", - "{display_name} Settings": "{display_name} \u8a2d\u5b9a", - "{email}": "{email}", - "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email}\u306f\u3059\u3067\u306b{container}\u30c1\u30fc\u30e0\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u65b0\u3057\u3044\u30e1\u30f3\u30d0\u30fc\u3092\u767b\u9332\u3059\u308b\u5834\u5408\u306f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u518d\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "{filename} exceeds maximum size of {maxFileSizeInGB} GB.": "{filename}\u306f\u6700\u5927\u30b5\u30a4\u30ba {maxFileSizeInGB} GB\u3092\u8d85\u3048\u3066\u3044\u307e\u3059\u3002", - "{filename} is not in a supported file format. Supported file formats are {supportedFileFormats}.": "{filename} \u306e\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u306f {supportedFileFormats} \u3067\u3059\u3002", - "{hours}:{minutes} (current UTC time)": "{hours}:{minutes} (\u73fe\u5728\u306eUTC\u6642\u9593)", - "{maxWidth}x{maxHeight} pixels": "{maxWidth}x{maxHeight} \u30d4\u30af\u30bb\u30eb", - "{minutes} {unit}": "{minutes} {unit}", + ], + "toggle chapter %(displayName)s": "\u30c1\u30e3\u30d7\u30bf\u30fc%(displayName)s\u3092\u5207\u63db", + "toggle subsection %(displayName)s": "\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3%(displayName)s\u3092\u5207\u63db", + "unit": "\u30e6\u30cb\u30c3\u30c8", + "upload a PDF file or provide the path to a Studio asset file": "Studio\u30a2\u30bb\u30c3\u30c8\u30d5\u30a1\u30a4\u30eb\u3078\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3059\u308b\u304b\u3001PDF\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u3066\u304f\u3060\u3055\u3044", + "username or email": "\u30e6\u30fc\u30b6\u30fc\u540d\u307e\u305f\u306f\u30e1\u30fc\u30eb", + "with %(release_date_from)s": "%(release_date_from)s \u306b", + "with %(section_or_subsection)s": "%(section_or_subsection)s \u3068\u5171\u306b", + "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", + "{ReqTextSpanStart}Requirements{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{ReqTextSpanStart}\u5fc5\u9808{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", + "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start}\u4ed6\u306e\u30c8\u30d4\u30c3\u30af\u306e\u30c1\u30fc\u30e0\u3092\u8868\u793a\u3059\u308b{span_end} \u3001\u307e\u305f\u306f{search_span_start}\u3053\u306e\u30c8\u30d4\u30c3\u30af\u306e\u30c1\u30fc\u30e0\u3092\u691c\u7d22\u3059\u308b{span_end}\u3002\u53c2\u52a0\u3057\u305f\u3044\u30c1\u30fc\u30e0\u304c\u898b\u3064\u304b\u3089\u306a\u3044\u5834\u5408\u306f\u3001{create_span_start}\u3053\u306e\u30c8\u30d4\u30c3\u30af\u3067\u65b0\u898f\u30c1\u30fc\u30e0\u3092\u4f5c\u308a\u307e\u3057\u3087\u3046{span_end}\u3002", + "{categoryText} in {parentDisplayname}": "{parentDisplayname}\u5185\u306e{categoryText}", + "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} of {maxCharacters}": "{maxCharacters}\u6587\u5b57\u4e2d{currentCountOpeningTag}{currentCharacterCount}\u6587\u5b57{currentCountClosingTag}", + "{display_name} Settings": "{display_name} \u8a2d\u5b9a", + "{email}": "{email}", + "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email}\u306f\u3059\u3067\u306b{container}\u30c1\u30fc\u30e0\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u65b0\u3057\u3044\u30e1\u30f3\u30d0\u30fc\u3092\u767b\u9332\u3059\u308b\u5834\u5408\u306f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u518d\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "{filename} exceeds maximum size of {maxFileSizeInGB} GB.": "{filename}\u306f\u6700\u5927\u30b5\u30a4\u30ba {maxFileSizeInGB} GB\u3092\u8d85\u3048\u3066\u3044\u307e\u3059\u3002", + "{filename} is not in a supported file format. Supported file formats are {supportedFileFormats}.": "{filename} \u306e\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u306f {supportedFileFormats} \u3067\u3059\u3002", + "{hours}:{minutes} (current UTC time)": "{hours}:{minutes} (\u73fe\u5728\u306eUTC\u6642\u9593)", + "{maxWidth}x{maxHeight} pixels": "{maxWidth}x{maxHeight} \u30d4\u30af\u30bb\u30eb", + "{minutes} {unit}": "{minutes} {unit}", "{numMoved} learner was moved from {prevCohort}": [ " {prevCohort}\u304b\u3089{numMoved}\u540d\u306e\u53d7\u8b1b\u8005\u3092\u79fb\u52d5" - ], + ], "{numPreassigned} learner was pre-assigned for this cohort. This learner will automatically be added to the cohort when they enroll in the course.": [ "\u3053\u306e\u30b3\u30db\u30fc\u30c8\u306b\u306f{numPreassigned}\u540d\u306e\u53d7\u8b1b\u8005\u304c\u4e88\u5099\u767b\u9332\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u3053\u308c\u3089\u306e\u53d7\u8b1b\u8005\u306f\u3001\u8b1b\u5ea7\u306e\u53d7\u8b1b\u767b\u9332\u3092\u3059\u308b\u3068\u81ea\u52d5\u7684\u306b\u3053\u306e\u30b3\u30db\u30fc\u30c8\u306b\u8ffd\u52a0\u3055\u308c\u307e\u3059\u3002" - ], + ], "{numPresent} learner was already in the cohort": [ "\u3053\u306e\u30b3\u30db\u30fc\u30c8\u306b\u306f\u65e2\u306b{numPresent}\u540d\u306e\u53d7\u8b1b\u8005\u304c\u3044\u307e\u3059" - ], + ], "{numResponses} other response": [ "{numResponses} \u4ef6\u306e\u6295\u7a3f" - ], + ], "{numResponses} response": [ "{numResponses} \u4ef6\u306e\u6295\u7a3f" - ], + ], "{numUsersAdded} learner has been added to this cohort. ": [ "\u3053\u306e\u30b3\u30db\u30fc\u30c8\u306b {numUsersAdded}\u540d\u306e\u53d7\u8b1b\u8005\u3092\u8ffd\u52a0\u3057\u307e\u3057\u305f\u3002" - ], + ], "{numVotes} Vote": [ "{numVotes} \u7968" - ], - "{organization}\\'s logo": "{organization}\u306e\u30ed\u30b4", - "{screen_reader_start}Warning:{screen_reader_end} No content groups exist.": "{screen_reader_start}\u8b66\u544a:{screen_reader_end} \u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7\u304c\u5b58\u5728\u3057\u307e\u305b\u3093\u3002", - "{screen_reader_start}Warning:{screen_reader_end} The previously selected content group was deleted. Select another content group.": "{screen_reader_start}\u8b66\u544a:{screen_reader_end} \u4ee5\u524d\u9078\u629e\u3057\u305f\u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7\u306f\u524a\u9664\u3055\u308c\u307e\u3057\u305f\u3002\u5225\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002", - "{seconds} {unit}": "{seconds} {unit}", + ], + "{organization}\\'s logo": "{organization}\u306e\u30ed\u30b4", + "{screen_reader_start}Warning:{screen_reader_end} No content groups exist.": "{screen_reader_start}\u8b66\u544a:{screen_reader_end} \u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7\u304c\u5b58\u5728\u3057\u307e\u305b\u3093\u3002", + "{screen_reader_start}Warning:{screen_reader_end} The previously selected content group was deleted. Select another content group.": "{screen_reader_start}\u8b66\u544a:{screen_reader_end} \u4ee5\u524d\u9078\u629e\u3057\u305f\u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7\u306f\u524a\u9664\u3055\u308c\u307e\u3057\u305f\u3002\u5225\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u30b0\u30eb\u30fc\u30d7\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "{seconds} {unit}": "{seconds} {unit}", "{total_results} result": [ "\u7d50\u679c {total_results}\u4ef6" - ], - "{type} Progress": "{type} \u306e\u9032\u6357", + ], + "{type} Progress": "{type} \u306e\u9032\u6357", "\u2026": "..." }; for (var key in newcatalog) { @@ -1696,48 +1670,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "Y\u5e74n\u6708j\u65e5G:i", + "DATETIME_FORMAT": "Y\u5e74n\u6708j\u65e5G:i", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "Y\u5e74n\u6708j\u65e5", + ], + "DATE_FORMAT": "Y\u5e74n\u6708j\u65e5", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "n\u6708j\u65e5", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "Y/m/d G:i", - "SHORT_DATE_FORMAT": "Y/m/d", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "G:i", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "n\u6708j\u65e5", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "Y/m/d G:i", + "SHORT_DATE_FORMAT": "Y/m/d", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "G:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "Y\u5e74n\u6708" }; diff --git a/cms/static/js/i18n/kk-kz/djangojs.js b/cms/static/js/i18n/kk-kz/djangojs.js index 8000acba6a..b3d2d3342e 100644 --- a/cms/static/js/i18n/kk-kz/djangojs.js +++ b/cms/static/js/i18n/kk-kz/djangojs.js @@ -22,23 +22,23 @@ var newcatalog = { "%(sel)s of %(cnt)s selected": [ "%(cnt)s-\u04a3 %(sel)s-\u044b(\u0456) \u0442\u0430\u04a3\u0434\u0430\u043b\u0434\u044b" - ], - "6 a.m.": "06", - "Available %s": "%s \u0431\u0430\u0440", - "Cancel": "\u0411\u043e\u043b\u0434\u044b\u0440\u043c\u0430\u0443", - "Choose a time": "\u0423\u0430\u049b\u044b\u0442\u0442\u044b \u0442\u0430\u04a3\u0434\u0430", - "Filter": "\u0421\u04af\u0437\u0433\u0456\u0448", - "Hide": "\u0416\u0430\u0441\u044b\u0440\u0443", - "Midnight": "\u0422\u04af\u043d \u0436\u0430\u0440\u044b\u043c", - "Noon": "\u0422\u0430\u043b\u0442\u04af\u0441", - "Now": "\u049a\u0430\u0437\u0456\u0440", - "Remove": "\u04e8\u0448\u0456\u0440\u0443(\u0436\u043e\u044e)", - "Show": "\u041a\u04e9\u0440\u0441\u0435\u0442\u0443", - "Today": "\u0411\u04af\u0433\u0456\u043d", - "Tomorrow": "\u0415\u0440\u0442\u0435\u04a3", - "Yesterday": "\u041a\u0435\u0448\u0435", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u0421\u0456\u0437 \u0421\u0430\u049b\u0442\u0430\u0443 \u0431\u0430\u0442\u044b\u0440\u043c\u0430\u0441\u044b\u043d\u0430 \u049b\u0430\u0440\u0430\u0493\u0430\u043d\u0434\u0430, Go(\u0410\u043b\u0493\u0430) \u0431\u0430\u0442\u044b\u0440\u043c\u0430\u0441\u044b\u043d \u0456\u0437\u0434\u0435\u043f \u043e\u0442\u044b\u0440\u0493\u0430\u043d \u0431\u043e\u043b\u0430\u0440\u0441\u044b\u0437, \u0441\u0435\u0431\u0435\u0431\u0456 \u0435\u0448\u049b\u0430\u043d\u0434\u0430\u0439 \u04e9\u0437\u0433\u0435\u0440\u0456\u0441 \u0436\u0430\u0441\u0430\u043c\u0430\u0439, \u04d9\u0440\u0435\u043a\u0435\u0442 \u0436\u0430\u0441\u0430\u0434\u044b\u04a3\u044b\u0437.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u0421\u0456\u0437 \u04e9\u0437 \u04e9\u0437\u0433\u0435\u0440\u0456\u0441\u0442\u0435\u0440\u0456\u04a3\u0456\u0437\u0434\u0456 \u0441\u0430\u049b\u0442\u0430\u043c\u0430\u0439, \u04d9\u0440\u0435\u043a\u0435\u0442 \u0436\u0430\u0441\u0430\u0434\u044b\u04a3\u044b\u0437. \u04e8\u0442\u0456\u043d\u0456\u0448, \u0441\u0430\u049b\u0442\u0430\u0443 \u04af\u0448\u0456\u043d \u041e\u041a \u0431\u0430\u0442\u044b\u0440\u043c\u0430\u0441\u044b\u043d \u0431\u0430\u0441\u044b\u04a3\u044b\u0437 \u0436\u04d9\u043d\u0435 \u04e9\u0437 \u04d9\u0440\u0435\u043a\u0435\u0442\u0456\u04a3\u0456\u0437\u0434\u0456 \u049b\u0430\u0439\u0442\u0430 \u0436\u0430\u0441\u0430\u043f \u043a\u04e9\u0440\u0456\u04a3\u0456\u0437. ", + ], + "6 a.m.": "06", + "Available %s": "%s \u0431\u0430\u0440", + "Cancel": "\u0411\u043e\u043b\u0434\u044b\u0440\u043c\u0430\u0443", + "Choose a time": "\u0423\u0430\u049b\u044b\u0442\u0442\u044b \u0442\u0430\u04a3\u0434\u0430", + "Filter": "\u0421\u04af\u0437\u0433\u0456\u0448", + "Hide": "\u0416\u0430\u0441\u044b\u0440\u0443", + "Midnight": "\u0422\u04af\u043d \u0436\u0430\u0440\u044b\u043c", + "Noon": "\u0422\u0430\u043b\u0442\u04af\u0441", + "Now": "\u049a\u0430\u0437\u0456\u0440", + "Remove": "\u04e8\u0448\u0456\u0440\u0443(\u0436\u043e\u044e)", + "Show": "\u041a\u04e9\u0440\u0441\u0435\u0442\u0443", + "Today": "\u0411\u04af\u0433\u0456\u043d", + "Tomorrow": "\u0415\u0440\u0442\u0435\u04a3", + "Yesterday": "\u041a\u0435\u0448\u0435", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u0421\u0456\u0437 \u0421\u0430\u049b\u0442\u0430\u0443 \u0431\u0430\u0442\u044b\u0440\u043c\u0430\u0441\u044b\u043d\u0430 \u049b\u0430\u0440\u0430\u0493\u0430\u043d\u0434\u0430, Go(\u0410\u043b\u0493\u0430) \u0431\u0430\u0442\u044b\u0440\u043c\u0430\u0441\u044b\u043d \u0456\u0437\u0434\u0435\u043f \u043e\u0442\u044b\u0440\u0493\u0430\u043d \u0431\u043e\u043b\u0430\u0440\u0441\u044b\u0437, \u0441\u0435\u0431\u0435\u0431\u0456 \u0435\u0448\u049b\u0430\u043d\u0434\u0430\u0439 \u04e9\u0437\u0433\u0435\u0440\u0456\u0441 \u0436\u0430\u0441\u0430\u043c\u0430\u0439, \u04d9\u0440\u0435\u043a\u0435\u0442 \u0436\u0430\u0441\u0430\u0434\u044b\u04a3\u044b\u0437.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u0421\u0456\u0437 \u04e9\u0437 \u04e9\u0437\u0433\u0435\u0440\u0456\u0441\u0442\u0435\u0440\u0456\u04a3\u0456\u0437\u0434\u0456 \u0441\u0430\u049b\u0442\u0430\u043c\u0430\u0439, \u04d9\u0440\u0435\u043a\u0435\u0442 \u0436\u0430\u0441\u0430\u0434\u044b\u04a3\u044b\u0437. \u04e8\u0442\u0456\u043d\u0456\u0448, \u0441\u0430\u049b\u0442\u0430\u0443 \u04af\u0448\u0456\u043d \u041e\u041a \u0431\u0430\u0442\u044b\u0440\u043c\u0430\u0441\u044b\u043d \u0431\u0430\u0441\u044b\u04a3\u044b\u0437 \u0436\u04d9\u043d\u0435 \u04e9\u0437 \u04d9\u0440\u0435\u043a\u0435\u0442\u0456\u04a3\u0456\u0437\u0434\u0456 \u049b\u0430\u0439\u0442\u0430 \u0436\u0430\u0441\u0430\u043f \u043a\u04e9\u0440\u0456\u04a3\u0456\u0437. ", "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "\u0421\u0456\u0437\u0434\u0456\u04a3 \u0442\u04e9\u043c\u0435\u043d\u0434\u0435\u0433\u0456 \u04e9\u0437\u0433\u0435\u0440\u043c\u0435\u043b\u0456 \u0430\u043b\u0430\u04a3\u0434\u0430\u0440\u0434\u0430(fields) \u04e9\u0437\u0433\u0435\u0440\u0456\u0441\u0442\u0435\u0440\u0456\u04a3\u0456\u0437 \u0431\u0430\u0440. \u0415\u0433\u0435\u0440 \u0430\u0440\u0442\u044b\u049b \u04d9\u0440\u0435\u043a\u0435\u0442 \u0436\u0430\u0441\u0430\u0441\u0430\u04a3\u044b\u0437\u0431 \u0441\u0456\u0437 \u04e9\u0437\u0433\u0435\u0440\u0456\u0441\u0442\u0435\u0440\u0456\u04a3\u0456\u0437\u0434\u0456 \u0436\u043e\u0493\u0430\u043b\u0442\u0430\u0441\u044b\u0437." }; for (var key in newcatalog) { @@ -95,48 +95,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "N j, Y, P", + "DATETIME_FORMAT": "N j, Y, P", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "N j, Y", + ], + "DATE_FORMAT": "N j, Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "F j", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "m/d/Y", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "P", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "F j", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "m/d/Y", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "P", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/km-kh/djangojs.js b/cms/static/js/i18n/km-kh/djangojs.js index bdcd8ab046..b81c0e23b1 100644 --- a/cms/static/js/i18n/km-kh/djangojs.js +++ b/cms/static/js/i18n/km-kh/djangojs.js @@ -20,19 +20,19 @@ django.catalog = django.catalog || {}; var newcatalog = { - "6 a.m.": "\u1798\u17c9\u17c4\u1784\u00a0\u17e6\u00a0\u1796\u17d2\u179a\u17b9\u1780", - "Available %s": "%s \u178a\u17c2\u179b\u17a2\u17b6\u1785\u200b\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f\u1794\u17b6\u1793", - "Cancel": "\u179b\u1794\u17cb\u1785\u17c4\u179b", - "Choose a time": "\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f\u1798\u17c9\u17c4\u1784", - "Choose all": "\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb", - "Chosen %s": "%s \u178a\u17c2\u179b\u1794\u17b6\u1793\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f", - "Filter": "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780\u1787\u17b6\u1798\u17bd\u1799", - "Midnight": "\u17a2\u1792\u17d2\u179a\u17b6\u178f\u17d2\u179a", - "Noon": "\u1796\u17c1\u179b\u1790\u17d2\u1784\u17c2\u178f\u17d2\u179a\u1784\u17cb", - "Now": "\u17a5\u17a1\u17bc\u179c\u1793\u17c1\u17c7", - "Remove": "\u179b\u1794\u17cb\u1785\u17c1\u1789", - "Today": "\u1790\u17d2\u1784\u17c3\u1793\u17c1\u17c7", - "Tomorrow": "\u1790\u17d2\u1784\u17c3\u179f\u17d2\u17a2\u17c2\u1780", + "6 a.m.": "\u1798\u17c9\u17c4\u1784\u00a0\u17e6\u00a0\u1796\u17d2\u179a\u17b9\u1780", + "Available %s": "%s \u178a\u17c2\u179b\u17a2\u17b6\u1785\u200b\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f\u1794\u17b6\u1793", + "Cancel": "\u179b\u1794\u17cb\u1785\u17c4\u179b", + "Choose a time": "\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f\u1798\u17c9\u17c4\u1784", + "Choose all": "\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb", + "Chosen %s": "%s \u178a\u17c2\u179b\u1794\u17b6\u1793\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f", + "Filter": "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780\u1787\u17b6\u1798\u17bd\u1799", + "Midnight": "\u17a2\u1792\u17d2\u179a\u17b6\u178f\u17d2\u179a", + "Noon": "\u1796\u17c1\u179b\u1790\u17d2\u1784\u17c2\u178f\u17d2\u179a\u1784\u17cb", + "Now": "\u17a5\u17a1\u17bc\u179c\u1793\u17c1\u17c7", + "Remove": "\u179b\u1794\u17cb\u1785\u17c1\u1789", + "Today": "\u1790\u17d2\u1784\u17c3\u1793\u17c1\u17c7", + "Tomorrow": "\u1790\u17d2\u1784\u17c3\u179f\u17d2\u17a2\u17c2\u1780", "Yesterday": "\u1798\u17d2\u179f\u17b7\u179b\u1798\u17b7\u1789" }; for (var key in newcatalog) { @@ -89,48 +89,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "j \u1781\u17c2 F \u1786\u17d2\u1793\u17b6\u17c6 Y, G:i", + "DATETIME_FORMAT": "j \u1781\u17c2 F \u1786\u17d2\u1793\u17b6\u17c6 Y, G:i", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "j \u1781\u17c2 F \u1786\u17d2\u1793\u17b6\u17c6 Y", + ], + "DATE_FORMAT": "j \u1781\u17c2 F \u1786\u17d2\u1793\u17b6\u17c6 Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "j F", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "j M Y, G:i", - "SHORT_DATE_FORMAT": "j M Y", - "THOUSAND_SEPARATOR": ".", - "TIME_FORMAT": "G:i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "j F", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "j M Y, G:i", + "SHORT_DATE_FORMAT": "j M Y", + "THOUSAND_SEPARATOR": ".", + "TIME_FORMAT": "G:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/kn/djangojs.js b/cms/static/js/i18n/kn/djangojs.js index 63c452ae4b..d9e9234579 100644 --- a/cms/static/js/i18n/kn/djangojs.js +++ b/cms/static/js/i18n/kn/djangojs.js @@ -20,23 +20,23 @@ django.catalog = django.catalog || {}; var newcatalog = { - "6 a.m.": "\u0cac\u0cc6\u0cb3\u0c97\u0cbf\u0ca8 \u0cec \u0c97\u0c82\u0c9f\u0cc6 ", - "Available %s": "\u0cb2\u0cad\u0ccd\u0caf %s ", - "Cancel": "\u0cb0\u0ca6\u0ccd\u0ca6\u0cc1\u0c97\u0cca\u0cb3\u0cbf\u0cb8\u0cbf", - "Choose a time": "\u0cb8\u0cae\u0caf\u0cb5\u0cca\u0c82\u0ca6\u0ca8\u0ccd\u0ca8\u0cc1 \u0c86\u0cb0\u0cbf\u0cb8\u0cbf", - "Choose all": "\u0c8e\u0cb2\u0ccd\u0cb2\u0cb5\u0ca8\u0ccd\u0ca8\u0cc2 \u0c86\u0caf\u0ccd\u0ca6\u0cc1\u0c95\u0cca\u0cb3\u0ccd\u0cb3\u0cbf", - "Chosen %s": "%s \u0c86\u0caf\u0ccd\u0ca6\u0cc1\u0c95\u0cca\u0cb3\u0ccd\u0cb3\u0cb2\u0cbe\u0c97\u0cbf\u0ca6\u0cc6", - "Filter": "\u0cb6\u0cca\u0cd5\u0ca7\u0c95", - "Hide": "\u0cae\u0cb0\u0cc6\u0cae\u0cbe\u0ca1\u0cb2\u0cc1", - "Midnight": "\u0cae\u0ca7\u0ccd\u0caf\u0cb0\u0cbe\u0ca4\u0ccd\u0cb0\u0cbf", - "Noon": "\u0cae\u0ca7\u0ccd\u0caf\u0cbe\u0cb9\u0ccd\u0ca8", - "Now": "\u0c88\u0c97", - "Remove": "\u0ca4\u0cc6\u0c97\u0cc6\u0ca6\u0cc1 \u0cb9\u0cbe\u0c95\u0cbf", - "Remove all": "\u0c8e\u0cb2\u0ccd\u0cb2\u0cbe \u0ca4\u0cc6\u0c97\u0cc6\u0ca6\u0cc1\u0cb9\u0cbe\u0c95\u0cbf", - "Show": "\u0caa\u0ccd\u0cb0\u0ca6\u0cb0\u0ccd\u0cb6\u0ca8", - "Today": "\u0c88 \u0ca6\u0cbf\u0ca8", - "Tomorrow": "\u0ca8\u0cbe\u0cb3\u0cc6", - "Yesterday": "\u0ca8\u0cbf\u0ca8\u0ccd\u0ca8\u0cc6", + "6 a.m.": "\u0cac\u0cc6\u0cb3\u0c97\u0cbf\u0ca8 \u0cec \u0c97\u0c82\u0c9f\u0cc6 ", + "Available %s": "\u0cb2\u0cad\u0ccd\u0caf %s ", + "Cancel": "\u0cb0\u0ca6\u0ccd\u0ca6\u0cc1\u0c97\u0cca\u0cb3\u0cbf\u0cb8\u0cbf", + "Choose a time": "\u0cb8\u0cae\u0caf\u0cb5\u0cca\u0c82\u0ca6\u0ca8\u0ccd\u0ca8\u0cc1 \u0c86\u0cb0\u0cbf\u0cb8\u0cbf", + "Choose all": "\u0c8e\u0cb2\u0ccd\u0cb2\u0cb5\u0ca8\u0ccd\u0ca8\u0cc2 \u0c86\u0caf\u0ccd\u0ca6\u0cc1\u0c95\u0cca\u0cb3\u0ccd\u0cb3\u0cbf", + "Chosen %s": "%s \u0c86\u0caf\u0ccd\u0ca6\u0cc1\u0c95\u0cca\u0cb3\u0ccd\u0cb3\u0cb2\u0cbe\u0c97\u0cbf\u0ca6\u0cc6", + "Filter": "\u0cb6\u0cca\u0cd5\u0ca7\u0c95", + "Hide": "\u0cae\u0cb0\u0cc6\u0cae\u0cbe\u0ca1\u0cb2\u0cc1", + "Midnight": "\u0cae\u0ca7\u0ccd\u0caf\u0cb0\u0cbe\u0ca4\u0ccd\u0cb0\u0cbf", + "Noon": "\u0cae\u0ca7\u0ccd\u0caf\u0cbe\u0cb9\u0ccd\u0ca8", + "Now": "\u0c88\u0c97", + "Remove": "\u0ca4\u0cc6\u0c97\u0cc6\u0ca6\u0cc1 \u0cb9\u0cbe\u0c95\u0cbf", + "Remove all": "\u0c8e\u0cb2\u0ccd\u0cb2\u0cbe \u0ca4\u0cc6\u0c97\u0cc6\u0ca6\u0cc1\u0cb9\u0cbe\u0c95\u0cbf", + "Show": "\u0caa\u0ccd\u0cb0\u0ca6\u0cb0\u0ccd\u0cb6\u0ca8", + "Today": "\u0c88 \u0ca6\u0cbf\u0ca8", + "Tomorrow": "\u0ca8\u0cbe\u0cb3\u0cc6", + "Yesterday": "\u0ca8\u0cbf\u0ca8\u0ccd\u0ca8\u0cc6", "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "\u0ca8\u0cbf\u0cd5\u0cb5\u0cc1 \u0caa\u0ccd\u0cb0\u0ca4\u0ccd\u0caf\u0cc6\u0cd5\u0c95 \u0ca4\u0cbf\u0ca6\u0ccd\u0ca6\u0cac\u0cb2\u0ccd\u0cb2 \u0c95\u0ccd\u0cb7\u0cc6\u0cd5\u0ca4\u0ccd\u0cb0\u0c97\u0cb3\u0cb2\u0ccd\u0cb2\u0cbf \u0cac\u0ca6\u0cb2\u0cbe\u0cb5\u0ca3\u0cc6 \u0c89\u0cb3\u0cbf\u0cb8\u0cbf\u0cb2\u0ccd\u0cb2. \u0ca8\u0cbf\u0cae\u0ccd\u0cae \u0c89\u0cb3\u0cbf\u0cb8\u0ca6 \u0cac\u0ca6\u0cb2\u0cbe\u0cb5\u0ca3\u0cc6\u0c97\u0cb3\u0cc1 \u0ca8\u0cbe\u0cb6\u0cb5\u0cbe\u0c97\u0cc1\u0ca4\u0ccd\u0ca4\u0cb5\u0cc6" }; for (var key in newcatalog) { @@ -93,48 +93,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "N j, Y, P", + "DATETIME_FORMAT": "N j, Y, P", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "j F Y", + ], + "DATE_FORMAT": "j F Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "j F", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "j M Y", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "h:i A", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "j F", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "j M Y", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "h:i A", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/ko-kr/djangojs.js b/cms/static/js/i18n/ko-kr/djangojs.js index 7ca95c7e41..9ca94426c3 100644 --- a/cms/static/js/i18n/ko-kr/djangojs.js +++ b/cms/static/js/i18n/ko-kr/djangojs.js @@ -22,360 +22,360 @@ var newcatalog = { "%(num_questions)s question": [ "%(num_questions)s\uac1c" - ], + ], "%(num_students)s student": [ " %(num_students)s \uba85 " - ], + ], "%(num_students)s student opened Subsection": [ "\uc18c\uc8fc\uc81c\ub97c \uc5f4\uc5b4\ubcf8 \ud559\uc2b5\uc790\ub4e4 : %(num_students)s" - ], + ], "%(sel)s of %(cnt)s selected": [ "%(sel)s\uac1c\uac00 %(cnt)s\uac1c \uc911\uc5d0 \uc120\ud0dd\ub428." - ], + ], "%(team_count)s Team": [ "%(team_count)s \ud300" - ], - "6 a.m.": "\uc624\uc804 6\uc2dc", - "6 p.m.": "\uc624\ud6c4 6\uc2dc", - "Account Settings": "\uacc4\uc815 \uc124\uc815", - "Add Cohort": "\ud559\uc2b5\uc9d1\ub2e8 \ucd94\uac00\ud558\uae30", - "Add a New Cohort": "\uc2e0\uaddc \ud559\uc2b5 \uc9d1\ub2e8 \ucd94\uac00", - "Adding the selected course to your cart": "\uc7a5\ubc14\uad6c\ub2c8\uc5d0 \uc120\ud0dd\ub41c \uac15\uc88c\ub97c \ucd94\uac00\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.", - "All accounts were created successfully.": "\ubaa8\ub4e0 \uacc4\uc815\uc774 \uc0dd\uc131\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", - "All subsections": "\ubaa8\ub4e0 \uc18c\uc8fc\uc81c", - "All units": "\uc804\uccb4 \ud559\uc2b5\ud65c\ub3d9", - "Allow students to generate certificates for this course?": "\ud559\uc2b5\uc790\uc758 \uc774\uc218\uc99d \uc0dd\uc131\uc744 \ud5c8\uc6a9\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?", - "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "\uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc778\ud130\ub137\uc5d0 \uc5f0\uacb0\ub418\uc5b4 \uc788\ub294\uc9c0 \ud655\uc778\ud55c \ud6c4, \ud398\uc774\uc9c0\ub97c \uc0c8\ub85c\uace0\uce68 \ud558\uc138\uc694.", - "An error has occurred. Please try again later.": "\uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc138\uc694.", - "An error has occurred. Please try again.": "\uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc138\uc694.", - "An error has occurred. Please try reloading the page.": "\uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ud398\uc774\uc9c0\ub97c \ub2e4\uc2dc \ubd88\ub7ec\uc624\uc138\uc694.", - "An error has occurred. Refresh the page, and then try again.": "\uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ud398\uc774\uc9c0\ub97c \uc0c8\ub85c\uace0\uce68\ud55c \ud6c4, \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc138\uc694. ", - "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "\uc774\uba54\uc77c\uc744 \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ub098\uc911\uc5d0 \ub2e4\uc2dc \uc2dc\ub3c4\ud55c \ud6c4, \ubb38\uc81c\uac00 \uc9c0\uc18d\ub418\uba74 \uae30\uc220 \uc9c0\uc6d0\ud300\uc5d0 \uc5f0\ub77d\uc8fc\uc138\uc694.", - "An error occurred. Make sure that the student's username or email address is correct and try again.": "\uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ud559\uc2b5\uc790\uc758 \uc544\uc774\ub514\uc640 \uc774\uba54\uc77c \uc8fc\uc18c\uac00 \uc62c\ubc14\ub978\uc9c0 \ud655\uc778\ud558\uace0 \ub2e4\uc2dc \uc2dc\ub3c4\ud574 \uc8fc\uc138\uc694.", - "An error occurred. Please try again.": "\uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc7a0\uc2dc \ud6c4\uc5d0 \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc138\uc694.", - "April": "4\uc6d4", - "Are you sure you want to delete this comment?": "\uc774 \ub313\uae00\uc744 \uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?", - "Are you sure you want to delete this post?": "\uc774 \uac8c\uc2dc\ubb3c\uc744 \uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?", - "Are you sure you want to delete this response?": "\uc774 \ub2f5\ubcc0\uc744 \uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?", - "Assign students to cohorts by uploading a CSV file.": "CSV \ud30c\uc77c\uc744 \uc5c5\ub85c\ub4dc\ud558\uc5ec \ud559\uc2b5 \uc9d1\ub2e8\uc5d0 \ud559\uc2b5\uc790\ub97c \ucd94\uac00\ud558\uc138\uc694.", - "August": "8\uc6d4", - "Available %s": "\uc774\uc6a9 \uac00\ub2a5\ud55c %s", - "Blockquote": "\ube14\ub85d \uc778\uc6a9", - "Blockquote (Ctrl+Q)": "\ube14\ub85d\uc778\uc6a9 (Ctrl+Q)", - "Bold (Ctrl+B)": "\uc9c4\ud558\uac8c (Ctrl+B)", - "Bulleted List (Ctrl+U)": "\uae00\uba38\ub9ac\ud45c (Ctrl+U)", - "Cancel": "\ucde8\uc18c", - "Cancel enrollment code": "\uc218\uac15\uc2e0\uccad \ucf54\ub4dc\ub97c \ucde8\uc18c\ud558\uc138\uc694.", - "Change image": "\uc774\ubbf8\uc9c0 \ubcc0\uacbd", - "Check your email": "\uc774\uba54\uc77c\uc744 \ud655\uc778\ud558\uc2ed\uc2dc\uc694.", - "Checkout": "\uacb0\uc81c\ud558\uae30", - "Checkout with PayPal": "PayPal\ub85c \uacb0\uc81c\ud558\uae30", - "Checkout with {processor}": "{processor}\ub85c \uacb0\uc81c\ud558\uae30", - "Choose": "\uc120\ud0dd", - "Choose a .csv file": ".csv \ud30c\uc77c\uc744 \uc120\ud0dd\ud558\uc2ed\uc2dc\uc624. ", - "Choose a Date": "\uc2dc\uac04 \uc120\ud0dd", - "Choose a Time": "\uc2dc\uac04 \uc120\ud0dd", - "Choose a time": "\uc2dc\uac04 \uc120\ud0dd", - "Choose all": "\ubaa8\ub450 \uc120\ud0dd", - "Chosen %s": "\uc120\ud0dd\ub41c %s", - "Click to choose all %s at once.": "\ud55c\ubc88\uc5d0 \ubaa8\ub4e0 %s \ub97c \uc120\ud0dd\ud558\ub824\uba74 \ud074\ub9ad\ud558\uc138\uc694.", - "Click to remove all chosen %s at once.": "\ud55c\ubc88\uc5d0 \uc120\ud0dd\ub41c \ubaa8\ub4e0 %s \ub97c \uc81c\uac70\ud558\ub824\uba74 \ud074\ub9ad\ud558\uc138\uc694.", - "Close": "\ub2eb\uae30", - "Code Sample (Ctrl+K)": "\ucf54\ub4dc \uc0d8\ud50c (Ctrl+K)", - "Cohort Name": "\ud559\uc2b5\uc9d1\ub2e8\uba85", - "Cohorts Disabled": "\ud559\uc2b5\uc9d1\ub2e8\uc774 \ube44\ud65c\uc131\ud654\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", - "Cohorts Enabled": "\ud559\uc2b5\uc9d1\ub2e8\uc774 \ud65c\uc131\ud654\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", - "Confirm": "\ud655\uc778", - "Copy Email To Editor": "\ud3b8\uc9d1\uae30\ub85c \uc774\uba54\uc77c \ubcf5\uc0ac\ud558\uae30", - "Could not find users associated with the following identifiers:": "\ub2e4\uc74c \uc2dd\ubcc4\uc790\uc640 \uc5f0\uad00\ub41c \uc0ac\uc6a9\uc790\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.", - "Could not retrieve payment information": "\uacb0\uc81c \uc815\ubcf4\ub97c \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.", - "Could not submit order": "\uc8fc\ubb38\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.", - "Could not submit photos": "\uc0ac\uc9c4\uc744 \uc81c\ucd9c \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.", - "Country": "\uad6d\uac00", - "Create an account using": "\uacc4\uc815 \uc5f0\ub3d9\ud558\uae30", - "Creating missing groups": "\ube60\uc9c4 \uadf8\ub8f9 \ub9cc\ub4e4\uae30", - "Current conversation": "\ud604\uc7ac \ub300\ud654", - "Current tab": "\ud604\uc7ac \ud0ed", - "Date": "\ub0a0\uc9dc", - "December": "12\uc6d4", - "Delete": "\uc0ad\uc81c", - "Deleted Content Group": "\ucee8\ud150\uce20 \uadf8\ub8f9 \uc0ad\uc81c", - "Description": "\uc124\uba85", - "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "\ud559\uc2b5\uc790 ('{student_id}')\uc758 \uc0ac\uc804 \ud3c9\uac00 \uba74\uc81c\ub97c \ud5c8\uc6a9\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?", - "Donate": "\uae30\ubd80\ud558\uae30", - "Double-check that your webcam is connected and working to continue.": "\uc6f9\ucea0\uc774 \uc5f0\uacb0\ub418\uc5c8\ub294\uc9c0 \uc7ac\ud655\uc778 \ud6c4\uc5d0 \uc9c4\ud589\ud574\uc8fc\uc138\uc694.", - "Drop target image": "\ud0c0\uac9f\uc774\ubbf8\uc9c0\ub97c \ub4dc\ub86d\ud558\uc138\uc694", - "Duration (sec)": "\uae30\uac04(\ucd08)", - "Editable": "\ud3b8\uc9d1 \uac00\ub2a5", - "Education Completed": "\ucd5c\uc885 \ud559\ub825", - "Email": "\uc774\uba54\uc77c", - "Emails successfully sent. The following users are no longer enrolled in the course:": "\uc774\uba54\uc77c \uc804\uc1a1\uc644\ub8cc. \ub2e4\uc74c \uc0ac\uc6a9\uc790\ub4e4\uc740 \uc774 \uac15\uc88c\uc5d0 \ub354\uc774\uc0c1 \ub4f1\ub85d\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4:", - "Enrolling you in the selected course": "\uc120\ud0dd\ub41c \uac15\uc88c\uc5d0 \uc218\uac15\uc2e0\uccad \ucc98\ub9ac\uc911\uc785\ub2c8\ub2e4. ", - "Enter a student's username or email address.": "\ud559\uc2b5\uc790\uc758 \uc544\uc774\ub514 \ub610\ub294 \uc774\uba54\uc77c \uc8fc\uc18c\ub97c \uc785\ub825\ud558\uc138\uc694.", - "Enter a username or email.": "\uc544\uc774\ub514 \ud639\uc740 \uc774\uba54\uc77c\uc744 \uc785\ub825\ud558\uc138\uc694.", - "Enter the enrollment code.": "\uc218\uac15\uc2e0\uccad \ucf54\ub4dc\ub97c \uc785\ub825\ud558\uc138\uc694.", - "Enter the name of the cohort": "\ud559\uc2b5\uc9d1\ub2e8\uba85\uc744 \uc785\ub825\ud558\uc138\uc694.", - "Enter username or email": "\uc544\uc774\ub514 \ub610\ub294 \uc774\uba54\uc77c\uc744 \uc785\ub825\ud558\uc138\uc694", - "Entrance exam attempts is being reset for student '{student_id}'.": "'{student_id}' \ud559\uc2b5\uc790\uac00 \uc2dc\ub3c4\ud55c \uc0ac\uc804 \ud3c9\uac00 \ud69f\uc218\ub294 \ucd08\uae30\ud654\ub429\ub2c8\ub2e4.", - "Entrance exam state is being deleted for student '{student_id}'.": "\ud559\uc2b5\uc790 '{student_id}'\uc758 \uc0ac\uc804 \ud3c9\uac00 \uc0c1\ud0dc\ub294 \uc0ad\uc81c\ub429\ub2c8\ub2e4.", - "Error": "\uc624\ub958", - "Error adding/removing users as beta testers.": "\ubca0\ud0c0\ud14c\uc2a4\ud130 \ucd94\uac00/\uc0ad\uc81c \uc911 \uc624\ub958 \ubc1c\uc0dd", - "Error changing user's permissions.": "\uc774\uc6a9\uc790\uc758 \uad8c\ud55c \ubcc0\uacbd \uc5d0\ub7ec", - "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "\ud559\uc2b5\uc790 '{student_id}'\uc758 \uc0ac\uc804 \ud3c9\uac00 \uc0c1\ud0dc\ub97c \uc0ad\uc81c\ud558\ub294 \ub3c4\uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ud559\uc2b5\uc790\uc758 \uace0\uc720\ubc88\ud638\uac00 \uc62c\ubc14\ub978\uc9c0 \ud655\uc778\ud558\uc138\uc694.", - "Error enrolling/unenrolling users.": "\uc0ac\uc6a9\uc790 \ub4f1\ub85d/\uc0ad\uc81c \uc2dc \ubc1c\uc0dd\ud55c \uc624\ub958", - "Error generating grades. Please try again.": "\uc131\uc801 \uc0dd\uc131 \uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc138\uc694.", - "Error generating list of students who may enroll. Please try again.": "\uc218\uac15\uc2e0\uccad\ud55c \ud559\uc2b5\uc790 \ubaa9\ub85d\uc744 \uc0dd\uc131\ud558\ub294 \uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc138\uc694.", - "Error generating problem grade report. Please try again.": "\uc131\uc801 \ubcf4\uace0\uc11c \uc0dd\uc131 \uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc138\uc694.", - "Error generating student profile information. Please try again.": "\ud559\uc2b5\uc790 \uc815\ubcf4\ub97c \ub9cc\ub4dc\ub294 \uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc138\uc694.", - "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "\ud559\uc2b5\uc790 '{student_id}'\uc758 \uc0ac\uc804 \ud3c9\uac00\uc758 \uacfc\uc81c\uc774\ub825\uc744 \uc0ad\uc81c\ud558\ub294 \ub3c4\uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ud559\uc2b5\uc790\uc758 \uace0\uc720\ubc88\ud638\uac00 \uc62c\ubc14\ub978\uc9c0 \ud655\uc778\ud558\uc138\uc694.", - "Error getting student list.": "\ud559\uc2b5\uc790 \ubaa9\ub85d \uac00\uc838\uc624\uae30 \uc5d0\ub7ec.", - "Error listing task history for this student and problem.": "\ud559\uc2b5\uc790 \ubc0f \ubb38\uc81c \ub300\ud55c \uc791\uc5c5 \uc624\ub958 \ub0b4\uc5ed \ud45c\uc2dc\uc5d0\uc11c \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.", - "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": " '{student_id}' \ud559\uc2b5\uc790\uc758 \uc0ac\uc804 \ud3c9\uac00 \ucd08\uae30\ud654\uc5d0 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ud559\uc2b5\uc790 ID\uac00 \uc815\ud655\ud55c\uc9c0 \ud655\uc778\ud558\uc138\uc694.", - "Error retrieving grading configuration.": "\uc131\uc801\uc124\uc815 \uac00\uc838\uc624\uae30 \uc5d0\ub7ec", - "Error sending email.": "\uba54\uc77c \uc804\uc1a1 \uc624\ub958", - "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": " '{student_id}' \ud559\uc2b5\uc790\uc758 \uc0ac\uc804 \ud3c9\uac00 \uc7ac\ucc44\uc810\uc5d0 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc0ac\uc804 \ud3c9\uac00\uc5d0 \ubb38\ud56d\uc774 \uc788\ub294\uc9c0\uc640 \ud559\uc2b5\uc790 \uc544\uc774\ub514\uac00 \uc815\ud655\ud55c\uc9c0 \ud655\uc778\ud558\uc138\uc694.", - "Error while generating certificates. Please try again.": "\uac15\uc88c \uc774\uc218\uc99d\uc744 \ubc1c\uae09\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc138\uc694.", - "Error:": "\uc624\ub958:", - "Error: You cannot remove yourself from the Instructor group!": "\uc624\ub958: \uc790\uc2e0\uc744 \uad50\uc218\uc790 \uadf8\ub8f9\uc5d0\uc11c \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. ", - "Errors": "\uc624\ub958", - "February": "2\uc6d4", - "File Name": "\ud30c\uc77c\uc774\ub984", - "Filter": "\ud544\ud130", - "Full Name": "\uc2e4\uba85", - "Gender": "\uc131 ", - "Heading": "\uc81c\ubaa9", - "Heading (Ctrl+H)": "\uc81c\ubaa9 (Ctrl+H)", - "Hide": "\uac10\ucd94\uae30", - "Hide Discussion": "\uac8c\uc2dc\ud310 \uac10\ucd94\uae30", - "Hide notes": "\ub178\ud2b8 \uac10\ucd94\uae30", - "Horizontal Rule (Ctrl+R)": "\uac00\ub85c\uc120 (Ctrl+R)", - "How to use %(platform_name)s discussions": "%(platform_name)s \uac8c\uc2dc\ud310 \uc0ac\uc6a9\ubc95", - "Hyperlink (Ctrl+L)": "\ud558\uc774\ud37c\ub9c1\ud06c (Ctrl+L)", - "Image": "\uc774\ubbf8\uc9c0", - "Image (Ctrl+G)": "\uc774\ubbf8\uc9c0 (Ctrl+G)", - "Image Upload Error": "\uc774\ubbf8\uc9c0 \uc5c5\ub85c\ub4dc \uc624\ub958", - "In Progress": "\uc9c4\ud589 \uc911", - "Insert Hyperlink": "\ud558\uc774\ud37c\ub9c1\ud06c \uc0bd\uc785", - "Italic (Ctrl+I)": "\uae30\uc6b8\uc784 (Ctrl+I)", - "January": "1\uc6d4", - "July": "7\uc6d4", - "June": "6\uc6d4", - "KB": "KB", - "Language": "\uc5b8\uc5b4", - "Less": "\uc801\uac8c", - "Linking": "\uc5f0\uacb0\ud558\uae30", - "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "\uc694\uccad\uc5d0 \uc758\ud574 \uc0dd\uc131\ub41c \ub9c1\ud06c\ub294 \ud559\uc2b5\uc790 \uc815\ubcf4 \ubcf4\ud638\ub97c \uc704\ud574 5\ubd84 \ub0b4\uc5d0 \uc18c\uba78\ub429\ub2c8\ub2e4.", - "List item": "\ubb38\ub2e8\ubc88\ud638", - "Load all responses": "\ubaa8\ub4e0 \ub2f5\ubcc0 \ub85c\ub4dc\ud558\uae30", - "Loading": "\ub85c\ub529", - "Loading content": "\ucf58\ud150\uce20 \ub85c\ub529\uc911", - "Loading more threads": "\ub2e4\ub978 \uac8c\uc2dc\ubb3c \ucd94\uac00 \ub85c\ub529\uc911", - "Loading your courses": "\uac15\uc88c\ub97c \ubd88\ub7ec\uc624\uace0 \uc788\uc2b5\ub2c8\ub2e4.", - "Location in Course": "\uac15\uc88c\uc758 \uc704\uce58", - "MB": "MB", - "March": "3\uc6d4", - "Mark enrollment code as unused": "\uc0ac\uc6a9\ub418\uc9c0 \uc54a\uc740 \uc218\uac15 \uc2e0\uccad \ucf54\ub4dc\ub97c \ud45c\uc2dc\ud558\uc138\uc694.", - "Markdown Editing Help": "Markdow \ud3b8\uc9d1 \ub3c4\uc6c0\ub9d0", - "May": "5\uc6d4", - "Message:": "\ubcf8\ubb38: ", - "Midnight": "\uc790\uc815", - "Module state successfully deleted.": "\ubaa8\ub4c8 \uc0c1\ud0dc\uac00 \uc131\uacf5\uc801\uc73c\ub85c \uc0ad\uc81c\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", - "More": "\ub354\ubcf4\uae30", - "New Address": "\uc0c8 \uc8fc\uc18c", - "No Content Group": "\ucf58\ud150\uce20 \uadf8\ub8f9 \uc5c6\uc74c", - "No Flash Detected": "\ud50c\ub798\uc2dc \ubbf8\uac10\uc9c0", - "No Webcam Detected": "\uc6f9\ucea0 \ubbf8\uac10\uc9c0", - "No results found for \"%(query_string)s\". Please try searching again.": "\"%(query_string)s\"\ub85c \uac80\uc0c9\ub41c \uacb0\uacfc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uac80\uc0c9\ud558\uc138\uc694.", - "No tasks currently running.": "\uc791\uc5c5\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.", - "Noon": "\uc815\uc624", + ], + "6 a.m.": "\uc624\uc804 6\uc2dc", + "6 p.m.": "\uc624\ud6c4 6\uc2dc", + "Account Settings": "\uacc4\uc815 \uc124\uc815", + "Add Cohort": "\ud559\uc2b5\uc9d1\ub2e8 \ucd94\uac00\ud558\uae30", + "Add a New Cohort": "\uc2e0\uaddc \ud559\uc2b5 \uc9d1\ub2e8 \ucd94\uac00", + "Adding the selected course to your cart": "\uc7a5\ubc14\uad6c\ub2c8\uc5d0 \uc120\ud0dd\ub41c \uac15\uc88c\ub97c \ucd94\uac00\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.", + "All accounts were created successfully.": "\ubaa8\ub4e0 \uacc4\uc815\uc774 \uc0dd\uc131\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", + "All subsections": "\ubaa8\ub4e0 \uc18c\uc8fc\uc81c", + "All units": "\uc804\uccb4 \ud559\uc2b5\ud65c\ub3d9", + "Allow students to generate certificates for this course?": "\ud559\uc2b5\uc790\uc758 \uc774\uc218\uc99d \uc0dd\uc131\uc744 \ud5c8\uc6a9\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?", + "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "\uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc778\ud130\ub137\uc5d0 \uc5f0\uacb0\ub418\uc5b4 \uc788\ub294\uc9c0 \ud655\uc778\ud55c \ud6c4, \ud398\uc774\uc9c0\ub97c \uc0c8\ub85c\uace0\uce68 \ud558\uc138\uc694.", + "An error has occurred. Please try again later.": "\uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc138\uc694.", + "An error has occurred. Please try again.": "\uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc138\uc694.", + "An error has occurred. Please try reloading the page.": "\uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ud398\uc774\uc9c0\ub97c \ub2e4\uc2dc \ubd88\ub7ec\uc624\uc138\uc694.", + "An error has occurred. Refresh the page, and then try again.": "\uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ud398\uc774\uc9c0\ub97c \uc0c8\ub85c\uace0\uce68\ud55c \ud6c4, \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc138\uc694. ", + "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "\uc774\uba54\uc77c\uc744 \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ub098\uc911\uc5d0 \ub2e4\uc2dc \uc2dc\ub3c4\ud55c \ud6c4, \ubb38\uc81c\uac00 \uc9c0\uc18d\ub418\uba74 \uae30\uc220 \uc9c0\uc6d0\ud300\uc5d0 \uc5f0\ub77d\uc8fc\uc138\uc694.", + "An error occurred. Make sure that the student's username or email address is correct and try again.": "\uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ud559\uc2b5\uc790\uc758 \uc544\uc774\ub514\uc640 \uc774\uba54\uc77c \uc8fc\uc18c\uac00 \uc62c\ubc14\ub978\uc9c0 \ud655\uc778\ud558\uace0 \ub2e4\uc2dc \uc2dc\ub3c4\ud574 \uc8fc\uc138\uc694.", + "An error occurred. Please try again.": "\uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc7a0\uc2dc \ud6c4\uc5d0 \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc138\uc694.", + "April": "4\uc6d4", + "Are you sure you want to delete this comment?": "\uc774 \ub313\uae00\uc744 \uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?", + "Are you sure you want to delete this post?": "\uc774 \uac8c\uc2dc\ubb3c\uc744 \uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?", + "Are you sure you want to delete this response?": "\uc774 \ub2f5\ubcc0\uc744 \uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?", + "Assign students to cohorts by uploading a CSV file.": "CSV \ud30c\uc77c\uc744 \uc5c5\ub85c\ub4dc\ud558\uc5ec \ud559\uc2b5 \uc9d1\ub2e8\uc5d0 \ud559\uc2b5\uc790\ub97c \ucd94\uac00\ud558\uc138\uc694.", + "August": "8\uc6d4", + "Available %s": "\uc774\uc6a9 \uac00\ub2a5\ud55c %s", + "Blockquote": "\ube14\ub85d \uc778\uc6a9", + "Blockquote (Ctrl+Q)": "\ube14\ub85d\uc778\uc6a9 (Ctrl+Q)", + "Bold (Ctrl+B)": "\uc9c4\ud558\uac8c (Ctrl+B)", + "Bulleted List (Ctrl+U)": "\uae00\uba38\ub9ac\ud45c (Ctrl+U)", + "Cancel": "\ucde8\uc18c", + "Cancel enrollment code": "\uc218\uac15\uc2e0\uccad \ucf54\ub4dc\ub97c \ucde8\uc18c\ud558\uc138\uc694.", + "Change image": "\uc774\ubbf8\uc9c0 \ubcc0\uacbd", + "Check your email": "\uc774\uba54\uc77c\uc744 \ud655\uc778\ud558\uc2ed\uc2dc\uc694.", + "Checkout": "\uacb0\uc81c\ud558\uae30", + "Checkout with PayPal": "PayPal\ub85c \uacb0\uc81c\ud558\uae30", + "Checkout with {processor}": "{processor}\ub85c \uacb0\uc81c\ud558\uae30", + "Choose": "\uc120\ud0dd", + "Choose a .csv file": ".csv \ud30c\uc77c\uc744 \uc120\ud0dd\ud558\uc2ed\uc2dc\uc624. ", + "Choose a Date": "\uc2dc\uac04 \uc120\ud0dd", + "Choose a Time": "\uc2dc\uac04 \uc120\ud0dd", + "Choose a time": "\uc2dc\uac04 \uc120\ud0dd", + "Choose all": "\ubaa8\ub450 \uc120\ud0dd", + "Chosen %s": "\uc120\ud0dd\ub41c %s", + "Click to choose all %s at once.": "\ud55c\ubc88\uc5d0 \ubaa8\ub4e0 %s \ub97c \uc120\ud0dd\ud558\ub824\uba74 \ud074\ub9ad\ud558\uc138\uc694.", + "Click to remove all chosen %s at once.": "\ud55c\ubc88\uc5d0 \uc120\ud0dd\ub41c \ubaa8\ub4e0 %s \ub97c \uc81c\uac70\ud558\ub824\uba74 \ud074\ub9ad\ud558\uc138\uc694.", + "Close": "\ub2eb\uae30", + "Code Sample (Ctrl+K)": "\ucf54\ub4dc \uc0d8\ud50c (Ctrl+K)", + "Cohort Name": "\ud559\uc2b5\uc9d1\ub2e8\uba85", + "Cohorts Disabled": "\ud559\uc2b5\uc9d1\ub2e8\uc774 \ube44\ud65c\uc131\ud654\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", + "Cohorts Enabled": "\ud559\uc2b5\uc9d1\ub2e8\uc774 \ud65c\uc131\ud654\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", + "Confirm": "\ud655\uc778", + "Copy Email To Editor": "\ud3b8\uc9d1\uae30\ub85c \uc774\uba54\uc77c \ubcf5\uc0ac\ud558\uae30", + "Could not find users associated with the following identifiers:": "\ub2e4\uc74c \uc2dd\ubcc4\uc790\uc640 \uc5f0\uad00\ub41c \uc0ac\uc6a9\uc790\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.", + "Could not retrieve payment information": "\uacb0\uc81c \uc815\ubcf4\ub97c \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.", + "Could not submit order": "\uc8fc\ubb38\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.", + "Could not submit photos": "\uc0ac\uc9c4\uc744 \uc81c\ucd9c \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.", + "Country": "\uad6d\uac00", + "Create an account using": "\uacc4\uc815 \uc5f0\ub3d9\ud558\uae30", + "Creating missing groups": "\ube60\uc9c4 \uadf8\ub8f9 \ub9cc\ub4e4\uae30", + "Current conversation": "\ud604\uc7ac \ub300\ud654", + "Current tab": "\ud604\uc7ac \ud0ed", + "Date": "\ub0a0\uc9dc", + "December": "12\uc6d4", + "Delete": "\uc0ad\uc81c", + "Deleted Content Group": "\ucee8\ud150\uce20 \uadf8\ub8f9 \uc0ad\uc81c", + "Description": "\uc124\uba85", + "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "\ud559\uc2b5\uc790 ('{student_id}')\uc758 \uc0ac\uc804 \ud3c9\uac00 \uba74\uc81c\ub97c \ud5c8\uc6a9\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?", + "Donate": "\uae30\ubd80\ud558\uae30", + "Double-check that your webcam is connected and working to continue.": "\uc6f9\ucea0\uc774 \uc5f0\uacb0\ub418\uc5c8\ub294\uc9c0 \uc7ac\ud655\uc778 \ud6c4\uc5d0 \uc9c4\ud589\ud574\uc8fc\uc138\uc694.", + "Drop target image": "\ud0c0\uac9f\uc774\ubbf8\uc9c0\ub97c \ub4dc\ub86d\ud558\uc138\uc694", + "Duration (sec)": "\uae30\uac04(\ucd08)", + "Editable": "\ud3b8\uc9d1 \uac00\ub2a5", + "Education Completed": "\ucd5c\uc885 \ud559\ub825", + "Email": "\uc774\uba54\uc77c", + "Emails successfully sent. The following users are no longer enrolled in the course:": "\uc774\uba54\uc77c \uc804\uc1a1\uc644\ub8cc. \ub2e4\uc74c \uc0ac\uc6a9\uc790\ub4e4\uc740 \uc774 \uac15\uc88c\uc5d0 \ub354\uc774\uc0c1 \ub4f1\ub85d\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4:", + "Enrolling you in the selected course": "\uc120\ud0dd\ub41c \uac15\uc88c\uc5d0 \uc218\uac15\uc2e0\uccad \ucc98\ub9ac\uc911\uc785\ub2c8\ub2e4. ", + "Enter a student's username or email address.": "\ud559\uc2b5\uc790\uc758 \uc544\uc774\ub514 \ub610\ub294 \uc774\uba54\uc77c \uc8fc\uc18c\ub97c \uc785\ub825\ud558\uc138\uc694.", + "Enter a username or email.": "\uc544\uc774\ub514 \ud639\uc740 \uc774\uba54\uc77c\uc744 \uc785\ub825\ud558\uc138\uc694.", + "Enter the enrollment code.": "\uc218\uac15\uc2e0\uccad \ucf54\ub4dc\ub97c \uc785\ub825\ud558\uc138\uc694.", + "Enter the name of the cohort": "\ud559\uc2b5\uc9d1\ub2e8\uba85\uc744 \uc785\ub825\ud558\uc138\uc694.", + "Enter username or email": "\uc544\uc774\ub514 \ub610\ub294 \uc774\uba54\uc77c\uc744 \uc785\ub825\ud558\uc138\uc694", + "Entrance exam attempts is being reset for student '{student_id}'.": "'{student_id}' \ud559\uc2b5\uc790\uac00 \uc2dc\ub3c4\ud55c \uc0ac\uc804 \ud3c9\uac00 \ud69f\uc218\ub294 \ucd08\uae30\ud654\ub429\ub2c8\ub2e4.", + "Entrance exam state is being deleted for student '{student_id}'.": "\ud559\uc2b5\uc790 '{student_id}'\uc758 \uc0ac\uc804 \ud3c9\uac00 \uc0c1\ud0dc\ub294 \uc0ad\uc81c\ub429\ub2c8\ub2e4.", + "Error": "\uc624\ub958", + "Error adding/removing users as beta testers.": "\ubca0\ud0c0\ud14c\uc2a4\ud130 \ucd94\uac00/\uc0ad\uc81c \uc911 \uc624\ub958 \ubc1c\uc0dd", + "Error changing user's permissions.": "\uc774\uc6a9\uc790\uc758 \uad8c\ud55c \ubcc0\uacbd \uc5d0\ub7ec", + "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "\ud559\uc2b5\uc790 '{student_id}'\uc758 \uc0ac\uc804 \ud3c9\uac00 \uc0c1\ud0dc\ub97c \uc0ad\uc81c\ud558\ub294 \ub3c4\uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ud559\uc2b5\uc790\uc758 \uace0\uc720\ubc88\ud638\uac00 \uc62c\ubc14\ub978\uc9c0 \ud655\uc778\ud558\uc138\uc694.", + "Error enrolling/unenrolling users.": "\uc0ac\uc6a9\uc790 \ub4f1\ub85d/\uc0ad\uc81c \uc2dc \ubc1c\uc0dd\ud55c \uc624\ub958", + "Error generating grades. Please try again.": "\uc131\uc801 \uc0dd\uc131 \uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc138\uc694.", + "Error generating list of students who may enroll. Please try again.": "\uc218\uac15\uc2e0\uccad\ud55c \ud559\uc2b5\uc790 \ubaa9\ub85d\uc744 \uc0dd\uc131\ud558\ub294 \uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc138\uc694.", + "Error generating problem grade report. Please try again.": "\uc131\uc801 \ubcf4\uace0\uc11c \uc0dd\uc131 \uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc138\uc694.", + "Error generating student profile information. Please try again.": "\ud559\uc2b5\uc790 \uc815\ubcf4\ub97c \ub9cc\ub4dc\ub294 \uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc138\uc694.", + "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "\ud559\uc2b5\uc790 '{student_id}'\uc758 \uc0ac\uc804 \ud3c9\uac00\uc758 \uacfc\uc81c\uc774\ub825\uc744 \uc0ad\uc81c\ud558\ub294 \ub3c4\uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ud559\uc2b5\uc790\uc758 \uace0\uc720\ubc88\ud638\uac00 \uc62c\ubc14\ub978\uc9c0 \ud655\uc778\ud558\uc138\uc694.", + "Error getting student list.": "\ud559\uc2b5\uc790 \ubaa9\ub85d \uac00\uc838\uc624\uae30 \uc5d0\ub7ec.", + "Error listing task history for this student and problem.": "\ud559\uc2b5\uc790 \ubc0f \ubb38\uc81c \ub300\ud55c \uc791\uc5c5 \uc624\ub958 \ub0b4\uc5ed \ud45c\uc2dc\uc5d0\uc11c \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.", + "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": " '{student_id}' \ud559\uc2b5\uc790\uc758 \uc0ac\uc804 \ud3c9\uac00 \ucd08\uae30\ud654\uc5d0 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ud559\uc2b5\uc790 ID\uac00 \uc815\ud655\ud55c\uc9c0 \ud655\uc778\ud558\uc138\uc694.", + "Error retrieving grading configuration.": "\uc131\uc801\uc124\uc815 \uac00\uc838\uc624\uae30 \uc5d0\ub7ec", + "Error sending email.": "\uba54\uc77c \uc804\uc1a1 \uc624\ub958", + "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": " '{student_id}' \ud559\uc2b5\uc790\uc758 \uc0ac\uc804 \ud3c9\uac00 \uc7ac\ucc44\uc810\uc5d0 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc0ac\uc804 \ud3c9\uac00\uc5d0 \ubb38\ud56d\uc774 \uc788\ub294\uc9c0\uc640 \ud559\uc2b5\uc790 \uc544\uc774\ub514\uac00 \uc815\ud655\ud55c\uc9c0 \ud655\uc778\ud558\uc138\uc694.", + "Error while generating certificates. Please try again.": "\uac15\uc88c \uc774\uc218\uc99d\uc744 \ubc1c\uae09\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc138\uc694.", + "Error:": "\uc624\ub958:", + "Error: You cannot remove yourself from the Instructor group!": "\uc624\ub958: \uc790\uc2e0\uc744 \uad50\uc218\uc790 \uadf8\ub8f9\uc5d0\uc11c \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. ", + "Errors": "\uc624\ub958", + "February": "2\uc6d4", + "File Name": "\ud30c\uc77c\uc774\ub984", + "Filter": "\ud544\ud130", + "Full Name": "\uc2e4\uba85", + "Gender": "\uc131 ", + "Heading": "\uc81c\ubaa9", + "Heading (Ctrl+H)": "\uc81c\ubaa9 (Ctrl+H)", + "Hide": "\uac10\ucd94\uae30", + "Hide Discussion": "\uac8c\uc2dc\ud310 \uac10\ucd94\uae30", + "Hide notes": "\ub178\ud2b8 \uac10\ucd94\uae30", + "Horizontal Rule (Ctrl+R)": "\uac00\ub85c\uc120 (Ctrl+R)", + "How to use %(platform_name)s discussions": "%(platform_name)s \uac8c\uc2dc\ud310 \uc0ac\uc6a9\ubc95", + "Hyperlink (Ctrl+L)": "\ud558\uc774\ud37c\ub9c1\ud06c (Ctrl+L)", + "Image": "\uc774\ubbf8\uc9c0", + "Image (Ctrl+G)": "\uc774\ubbf8\uc9c0 (Ctrl+G)", + "Image Upload Error": "\uc774\ubbf8\uc9c0 \uc5c5\ub85c\ub4dc \uc624\ub958", + "In Progress": "\uc9c4\ud589 \uc911", + "Insert Hyperlink": "\ud558\uc774\ud37c\ub9c1\ud06c \uc0bd\uc785", + "Italic (Ctrl+I)": "\uae30\uc6b8\uc784 (Ctrl+I)", + "January": "1\uc6d4", + "July": "7\uc6d4", + "June": "6\uc6d4", + "KB": "KB", + "Language": "\uc5b8\uc5b4", + "Less": "\uc801\uac8c", + "Linking": "\uc5f0\uacb0\ud558\uae30", + "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "\uc694\uccad\uc5d0 \uc758\ud574 \uc0dd\uc131\ub41c \ub9c1\ud06c\ub294 \ud559\uc2b5\uc790 \uc815\ubcf4 \ubcf4\ud638\ub97c \uc704\ud574 5\ubd84 \ub0b4\uc5d0 \uc18c\uba78\ub429\ub2c8\ub2e4.", + "List item": "\ubb38\ub2e8\ubc88\ud638", + "Load all responses": "\ubaa8\ub4e0 \ub2f5\ubcc0 \ub85c\ub4dc\ud558\uae30", + "Loading": "\ub85c\ub529", + "Loading content": "\ucf58\ud150\uce20 \ub85c\ub529\uc911", + "Loading more threads": "\ub2e4\ub978 \uac8c\uc2dc\ubb3c \ucd94\uac00 \ub85c\ub529\uc911", + "Loading your courses": "\uac15\uc88c\ub97c \ubd88\ub7ec\uc624\uace0 \uc788\uc2b5\ub2c8\ub2e4.", + "Location in Course": "\uac15\uc88c\uc758 \uc704\uce58", + "MB": "MB", + "March": "3\uc6d4", + "Mark enrollment code as unused": "\uc0ac\uc6a9\ub418\uc9c0 \uc54a\uc740 \uc218\uac15 \uc2e0\uccad \ucf54\ub4dc\ub97c \ud45c\uc2dc\ud558\uc138\uc694.", + "Markdown Editing Help": "Markdow \ud3b8\uc9d1 \ub3c4\uc6c0\ub9d0", + "May": "5\uc6d4", + "Message:": "\ubcf8\ubb38: ", + "Midnight": "\uc790\uc815", + "Module state successfully deleted.": "\ubaa8\ub4c8 \uc0c1\ud0dc\uac00 \uc131\uacf5\uc801\uc73c\ub85c \uc0ad\uc81c\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", + "More": "\ub354\ubcf4\uae30", + "New Address": "\uc0c8 \uc8fc\uc18c", + "No Content Group": "\ucf58\ud150\uce20 \uadf8\ub8f9 \uc5c6\uc74c", + "No Flash Detected": "\ud50c\ub798\uc2dc \ubbf8\uac10\uc9c0", + "No Webcam Detected": "\uc6f9\ucea0 \ubbf8\uac10\uc9c0", + "No results found for \"%(query_string)s\". Please try searching again.": "\"%(query_string)s\"\ub85c \uac80\uc0c9\ub41c \uacb0\uacfc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uac80\uc0c9\ud558\uc138\uc694.", + "No tasks currently running.": "\uc791\uc5c5\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.", + "Noon": "\uc815\uc624", "Note: You are %s hour ahead of server time.": [ "Note: \uc11c\ubc84 \uc2dc\uac04\ubcf4\ub2e4 %s \uc2dc\uac04 \ube60\ub985\ub2c8\ub2e4." - ], + ], "Note: You are %s hour behind server time.": [ "Note: \uc11c\ubc84 \uc2dc\uac04\ubcf4\ub2e4 %s \uc2dc\uac04 \ub2a6\uc740 \uc2dc\uac04\uc785\ub2c8\ub2e4." - ], - "Notes hidden": "\uac10\ucdb0\uc9c4 \ub178\ud2b8", - "Notes visible": "\ubcfc \uc218 \uc788\ub294 \ub178\ud2b8", - "November": "11\uc6d4", - "Now": "\ud604\uc7ac", - "Number Sent": "\ubcf4\ub0b8 \ud69f\uc218", - "Number of Students": "\ud559\uc2b5\uc790 \uc218 ", - "Numbered List (Ctrl+O)": "\ubb38\ub2e8 \ubc88\ud638 (Ctrl+O)", - "OK": "\ud655\uc778", - "October": "10\uc6d4", - "Only properly formatted .csv files will be accepted.": "\uc801\ud569\ud55c .csv \ud30c\uc77c\ub9cc \uc62c\ub9b4 \uc218 \uc788\uc2b5\ub2c8\ub2e4. ", - "Order No.": "\uc8fc\ubb38 \ubc88\ud638", - "Password": "\ube44\ubc00\ubc88\ud638", - "Photo Captured successfully.": "\uc0ac\uc9c4\uc774 \uc131\uacf5\uc801\uc73c\ub85c \ucea1\uccd0\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", - "Placeholder": "\ud50c\ub808\uc774\uc2a4\ud640\ub354", - "Please enter a problem location.": "\ubb38\uc81c \uc704\uce58\ub97c \uc785\ub825\ud558\uc138\uc694.", - "Please enter a student email address or username.": "\ud559\uc2b5\uc790\uc758 \uc774\uba54\uc77c \uc8fc\uc18c\ub098 \uc544\uc774\ub514\ub97c \uc785\ub825\ud558\uc138\uc694.", - "Please enter a username or email.": "\uc544\uc774\ub514 \ub610\ub294 \uc774\uba54\uc77c\uc744 \uc785\ub825\ud558\uc138\uc694", - "Please enter a valid donation amount.": "\uc720\ud6a8\ud55c \uae30\ubd80 \uae08\uc561\uc744 \uc785\ub825\ud558\uc2ed\uc2dc\uc624.", - "Please verify that you have uploaded a valid image (PNG and JPEG).": "\uc801\ud569\ud55c \uc774\ubbf8\uc9c0 \ud615\uc2dd(PNG \ubc0f JPEG)\uc778\uc9c0 \ud655\uc778\ud574 \uc8fc\uc2ed\uc2dc\uc624.", - "Please verify that your webcam is connected and that you have allowed your browser to access it.": "\uc6f9\ucea0\uc774 \uc5f0\uacb0\ub418\uc5b4 \uc788\ub294\uc9c0, \ube0c\ub77c\uc6b0\uc800\uac00 \uc561\uc138\uc2a4\ub97c \ud5c8\uc6a9\ud558\ub294\uc9c0 \ud655\uc778\ud558\uc138\uc694.", - "Preferred Language": "\uc120\ud638\ud558\ub294 \uc5b8\uc5b4", - "Prevent students from generating certificates in this course?": "\ud559\uc2b5\uc790\uc758 \uc774\uc218\uc99d \uc0dd\uc131\uc744 \uc81c\ud55c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?", - "Professional Education": "\uc804\ubb38 \uad50\uc721 \uacfc\uc815", - "Professional Education Verified Certificate": "\uc804\ubb38 \uacfc\uc815 \uc774\uc218\uc99d", - "Reason field should not be left blank.": "\uc774\uc720\ub97c \uc785\ub825\ud558\ub294 \ud544\ub4dc\ub294 \ube44\uc6cc\ub458 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.", - "Recent Activity": "\ucd5c\uadfc \ud65c\ub3d9", - "Redo (Ctrl+Shift+Z)": "\ub2e4\uc2dc\uc2e4\ud589 (Ctrl+Shift+Z)", - "Redo (Ctrl+Y)": "\ub2e4\uc2dc\uc2e4\ud589 (Ctrl+Y)", - "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "\uc0ad\uc81c\uac00 \uc9c4\ud589 \uc911\uc785\ub2c8\ub2e4. \uc624\ub958 \ubc1c\uc0dd\uc744 \ubc29\uc9c0\ud558\uae30 \uc704\ud574 \uc644\ub8cc\ub420 \ub54c\uae4c\uc9c0 \ubcf8 \ud398\uc774\uc9c0\uc5d0 \uba38\ubb3c\ub7ec \uc8fc\uc2ed\uc2dc\uc624. ", - "Remove": "\uc81c\uac70", - "Remove all": "\ubaa8\ub450 \uc81c\uac70", - "Removing": "\uc81c\uac70\ud558\uae30", - "Requester": "\uc694\uccad\uc790", - "Reset Password": "\ube44\ubc00\ubc88\ud638 \uc7ac\uc124\uc815", - "Reset my password": "\ube44\ubc00\ubc88\ud638 \uc7ac\uc124\uc815", - "Restore enrollment code": "\uc218\uac15\uc2e0\uccad \ucf54\ub4dc\ub97c \ubcf5\uad6c\ud558\uc138\uc694.", - "Review your info": "\uc785\ub825 \uc815\ubcf4\ub97c \ud655\uc778\ud558\uc138\uc694.", - "Revoke access": "\uc811\uadfc \uad8c\ud55c \ucde8\uc18c", - "Save": "\uc800\uc7a5", - "Save changes": "\ubcc0\uacbd\uc0ac\ud56d \uc800\uc7a5", - "Saved cohort": "\ud559\uc2b5 \uc9d1\ub2e8\uc774 \uc800\uc7a5\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", - "Saving": "\uc800\uc7a5\uc911", - "Saving your email preference": "\uc6d0\ud558\ub294 \uc774\uba54\uc77c\uc744 \uc800\uc7a5\uc911\uc785\ub2c8\ub2e4. ", - "Search Results": "\uac80\uc0c9 \uacb0\uacfc", - "See all teams in your course, organized by topic. Join a team to collaborate with other learners who are interested in the same topic as you are.": "\uac15\uc88c\uc5d0\uc11c \uc8fc\uc81c\ubcc4\ub85c \uc870\uc9c1\ub41c \ubaa8\ub4e0 \ud300\uc744 \ubcf4\uc138\uc694. \uad00\uc2ec\uc0ac\uac00 \uac19\uc740 \ub2e4\ub978 \ud559\uc2b5\uc790\ub4e4\uacfc \ud611\ub825\ud558\uae30 \uc704\ud574 \ud300\uc5d0 \ucc38\uc5ec\ud558\uc138\uc694.", - "Select a chapter": "chapter \uc120\ud0dd", - "Selected tab": "\uc120\ud0dd\ub41c \ud0ed", - "Sent By": "\ubcf4\ub0b8 \uc0ac\ub78c", - "Sent By:": "\ubcf4\ub0b4\ub294 \uc0ac\ub78c:", - "Sent To:": "\ubc1b\ub294\uc0ac\ub78c:", - "September": "9\uc6d4", - "Settings": "\uc124\uc815", - "Show": "\ubcf4\uae30", - "Show Discussion": "\uac8c\uc2dc\ud310 \ubcf4\uae30", - "Show notes": "\ub178\ud2b8 \ubcf4\uc774\uae30", - "Showing all responses": "\ubaa8\ub4e0 \ub2f5\ubcc0 \ubcf4\uc5ec\uc8fc\uae30", - "Sign in": "\ub85c\uadf8\uc778", - "Staff": "\uc6b4\uc601\ud300", - "Start generating certificates for all students in this course?": "\ubcf8 \uac15\uc88c\uc758 \ubaa8\ub4e0 \ud559\uc2b5\uc790\ub97c \uc704\ud55c \uac15\uc88c \uc774\uc218\uc99d \uc0dd\uc131\uc744 \uc2dc\uc791\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?", - "Starts": "\uac1c\uac15\uc77c", - "State": "\uc0c1\ud0dc", - "Status": "\uc0c1\ud0dc", - "Subject": "\uc81c\ubaa9", - "Subject:": "\uc81c\ubaa9:", - "Submitted": "\uc81c\ucd9c\ud588\uc2b5\ub2c8\ub2e4.", - "Success": "\uc131\uacf5", - "Successfully deleted student state for user {user}": " {user} \ud559\uc2b5\uc790 \uc0c1\ud0dc \uc0ad\uc81c \uc131\uacf5", - "Successfully enrolled and sent email to the following users:": "\uc131\uacf5\uc801\uc73c\ub85c \ub4f1\ub85d\ud558\uace0, \ub2e4\uc74c \uc774\uc6a9\uc790\uc5d0\uac8c \uc774\uba54\uc77c\uc744 \ubc1c\uc1a1\ud588\uc2b5\ub2c8\ub2e4. ", - "Successfully enrolled the following users:": "\ub2e4\uc74c \uc774\uc6a9\uc790\ub4e4\uc744 \uc131\uacf5\uc801\uc73c\ub85c \ub4f1\ub85d\ud588\uc2b5\ub2c8\ub2e4.", - "Successfully rescored problem for user {user}": "{user} \uc774\uc6a9\uc790\uc758 \ubb38\uc81c\uac00 \uc7ac\ucc44\uc810 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.", - "Successfully reset the attempts for user {user}": "{user} \uc774\uc6a9\uc790\uc758 \uc2dc\ub3c4\ub97c \ucd08\uae30\ud654 \ud558\uc600\uc2b5\ub2c8\ub2e4.", - "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "\ub4f1\ub85d \uc774\uba54\uc77c\uc744 \ub2e4\uc74c \uc774\uc6a9\uc790\ub4e4\uc5d0\uac8c \ubc1c\uc1a1\ud588\uc2b5\ub2c8\ub2e4. ", - "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "\ub2e4\uc74c \uc0ac\uc6a9\uc790\uc5d0\uac8c \uc131\uacf5\uc801\uc73c\ub85c \ub4f1\ub85d \uc774\uba54\uc77c\uc744 \ubc1c\uc1a1\ud588\uc2b5\ub2c8\ub2e4. \uac00\uc785\uc2e0\uccad\ud558\uba74 \uac15\uc88c\uc5d0 \ub4f1\ub85d\uc774 \ub420 \uac83\uc785\ub2c8\ub2e4: ", - "Successfully unlinked.": "\uc131\uacf5\uc801 \uc5f0\uacb0\uc774 \ud574\uc81c\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", - "Tags": "Tags", - "Take Photo": "\uc0ac\uc9c4 \ucd2c\uc601", - "Take a photo of your ID": "\uc2e0\ubd84\uc99d \uc0ac\uc9c4\uc744 \ucc0d\uc5b4 \uc8fc\uc138\uc694.", - "Task ID": "\uc791\uc5c5 ID", - "Task Progress": "\uc791\uc5c5 \uc9c4\ud589\uc0c1\ud669", - "Task Status": "\uc791\uc5c5 \uc0c1\ud0dc", - "Task Type": "\uc791\uc5c5 \uc720\ud615", - "Task inputs": "\uc791\uc5c5 \uc785\ub825", - "Teams": "\ud300", - "The cohort cannot be added": "\ud559\uc2b5 \uc9d1\ub2e8\uc774 \ucd94\uac00\ub420 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.", - "The cohort cannot be saved": "\ud559\uc2b5 \uc9d1\ub2e8\uc774 \uc800\uc7a5\ub420 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.", - "The file must be at least {size} in size.": "\ud30c\uc77c\uc758 \ud06c\uae30\uac00 \uc801\uc5b4\ub3c4 {size} \uc5ec\uc57c \ud569\ub2c8\ub2e4. ", - "The file must be smaller than {size} in size.": "\ud30c\uc77c\uc758 \ud06c\uae30\uac00 {size} \ubcf4\ub2e4 \uc791\uc544\uc57c \ud569\ub2c8\ub2e4. ", - "The following email addresses and/or usernames are invalid:": "\ub2e4\uc74c\uc758 \uc774\uba54\uc77c \uc8fc\uc18c \ub610\ub294 \uc544\uc774\ub514\ub294 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. ", - "The following errors were generated:": "\ub2e4\uc74c \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.", - "The following users are no longer enrolled in the course:": "\ub2e4\uc74c \uc0ac\uc6a9\uc790\ub4e4\uc740 \uc774 \uac15\uc88c\uc5d0 \ub354\uc774\uc0c1 \ub4f1\ub85d\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4:", - "The following warnings were generated:": "\ub2e4\uc74c \uacbd\uace0\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4:", - "The selected content group does not exist": "\uc120\ud0dd\ub41c \ucf58\ud150\uce20 \uadf8\ub8f9\uc774 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.", - "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "{cohortGroupName} \ud559\uc2b5\uc9d1\ub2e8\uc774 \uc0dd\uc131\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc218\uc791\uc5c5\uc73c\ub85c \ud559\uc2b5\uc790\ub97c \ucd94\uac00\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. ", - "There has been an error processing your survey.": "\uc124\ubb38\uc744 \ucc98\ub9ac\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.", - "There is no email history for this course.": "\uc774 \uac15\uc88c\uc5d0\ub294 \uba54\uc77c \uc804\uc1a1 \uae30\ub85d\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.", - "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "\ubcf4\uace0\uc11c\ub97c \uc0dd\uc131\ud558\ub294 \ub3d9\uc548 \ubb38\uc81c\uac00 \uc788\uc5c8\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uae30 \uc704\ud574 Create Executive Summary\ub97c \uc120\ud0dd\ud558\uc138\uc694.", - "There was an error obtaining email content history for this course.": "\uc774 \uac15\uc88c\uc758 \uba54\uc77c \uc804\uc1a1 \uae30\ub85d\uc744 \uac00\uc838\uc624\ub294\ub370 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.", - "There was an error obtaining email task history for this course.": "\uc774 \uac15\uc88c\uc758 \uc774\uba54\uc77c \ubc1c\uc1a1 \uae30\ub85d \uac00\uc838\uc624\uae30\uc5d0 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4.", - "There was an error, try searching again.": "\uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uac80\uc0c9\ud558\uc138\uc694.", - "These users were not added as beta testers:": "\uc774 \uc774\uc6a9\uc790\ub4e4\uc740 \ubca0\ud0c0\ud14c\uc2a4\ud130\ub85c \ucd94\uac00\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4.", - "These users were not affiliated with the course so could not be unenrolled:": "\uc774 \uc0ac\uc6a9\uc790\ub4e4\uc740 \uc774 \uac15\uc88c\uc640 \uad00\ub828\uc5c6\uc73c\ubbc0\ub85c \uc218\uac15\ucde8\uc18c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.", - "These users were not removed as beta testers:": "\uc774 \uc774\uc6a9\uc790\ub4e4\uc740 \ubca0\ud0c0\ud14c\uc2a4\ud130\uc5d0\uc11c \uc0ad\uc81c\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4.", - "These users were successfully added as beta testers:": "\uc774 \uc774\uc6a9\uc790\ub4e4\uc774 \uc131\uacf5\uc801\uc73c\ub85c \ubca0\ud0c0\ud14c\uc2a4\ud130\ub85c \ucd94\uac00\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", - "These users were successfully removed as beta testers:": "\uc774 \uc774\uc6a9\uc790\ub4e4\uc774 \uc131\uacf5\uc801\uc73c\ub85c \ubca0\ud0c0\ud14c\uc2a4\ud130\uc5d0\uc11c \uc0ad\uc81c\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", - "These users will be allowed to enroll once they register:": "\uc774 \uc0ac\uc6a9\uc790\ub4e4\uc740 \ub4f1\ub85d\ud558\uba74 \ubc14\ub85c \uc218\uac15\uc2e0\uccad\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. ", - "These users will be enrolled once they register:": "\uac00\uc785 \uc2e0\uccad\ud558\uba74 \uac15\uc88c\uc5d0 \ub4f1\ub85d\uc774 \ub420 \uac83\uc785\ub2c8\ub2e4: ", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "\uc0ac\uc6a9 \uac00\ub2a5\ud55c %s \uc758 \ub9ac\uc2a4\ud2b8 \uc785\ub2c8\ub2e4. \uc544\ub798\uc758 \uc0c1\uc790\uc5d0\uc11c \uc120\ud0dd\ud558\uace0 \ub450 \uc0c1\uc790 \uc0ac\uc774\uc758 \"\uc120\ud0dd\" \ud654\uc0b4\ud45c\ub97c \ud074\ub9ad\ud558\uc5ec \uba87 \uac00\uc9c0\ub97c \uc120\ud0dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "\uc120\ud0dd\ub41c %s \ub9ac\uc2a4\ud2b8 \uc785\ub2c8\ub2e4. \uc544\ub798\uc758 \uc0c1\uc790\uc5d0\uc11c \uc120\ud0dd\ud558\uace0 \ub450 \uc0c1\uc790 \uc0ac\uc774\uc758 \"\uc81c\uac70\" \ud654\uc0b4\ud45c\ub97c \ud074\ub9ad\ud558\uc5ec \uc77c\ubd80\ub97c \uc81c\uac70 \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.", - "Time Sent": "\ubcf4\ub0b8 \uc2dc\uac04", - "Time Sent:": "\ubcf4\ub0b8 \uc2dc\uac04:", - "Today": "\uc624\ub298", - "Tomorrow": "\ub0b4\uc77c", - "Type into this box to filter down the list of available %s.": "\uc0ac\uc6a9 \uac00\ub2a5\ud55c %s \ub9ac\uc2a4\ud2b8\ub97c \ud544\ud130\ub9c1\ud558\ub824\uba74 \uc774 \uc0c1\uc790\uc5d0 \uc785\ub825\ud558\uc138\uc694.", - "Undo (Ctrl+Z)": "\ub418\ub3cc\ub9ac\uae30 (Ctrl+Z)", - "Unknown": "\uc54c \uc218 \uc5c6\uc74c", - "Unlinking": "\uc5f0\uacb0 \ud574\uc81c\ud558\uae30", - "Updating with latest library content": "\ucd5c\uc2e0 \ucf58\ud150\uce20 \ubcf4\uad00\ud568\uc73c\ub85c \uc5c5\ub370\uc774\ud2b8", - "Upload File": "\ud30c\uc77c \uc5c5\ub85c\ub4dc", - "Upload File and Assign Students": "\ud30c\uc77c \uc5c5\ub85c\ub4dc \ubc0f \ud559\uc2b5\uc790 \ud560\ub2f9\ud558\uae30", - "Upload New File": "\ud30c\uc77c \uc5c5\ub85c\ub4dc", - "Upload an image": "\uc774\ubbf8\uc9c0 \uc5c5\ub85c\ub4dc", - "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "\uc5c5\ub85c\ub4dc\uac00 \uc9c4\ud589 \uc911\uc785\ub2c8\ub2e4. \uc624\ub958 \ubc1c\uc0dd\uc744 \ubc29\uc9c0\ud558\uae30 \uc704\ud574 \uc644\ub8cc\ub420 \ub54c\uae4c\uc9c0 \ubcf8 \ud398\uc774\uc9c0\uc5d0 \uba38\ubb3c\ub7ec \uc8fc\uc2ed\uc2dc\uc624", - "Upload signature image.": "\uc11c\uba85 \uc774\ubbf8\uc9c0 \uc5c5\ub85c\ub4dc\ud558\uae30", - "Uploading": "\uc5c5\ub85c\ub4dc \uc911", - "Username": "\uc544\uc774\ub514", - "Users must create and activate their account before they can be promoted to beta tester.": "\uc774\uc6a9\uc790\ub294 \ubca0\ud0c0\ud14c\uc2a4\ud130\ub85c \ub4f1\ub85d\ub418\uae30 \uc804\uc5d0 \uacc4\uc815\uc744 \uc0dd\uc131\ud558\uace0 \ud65c\uc131\ud654\ud574\uc57c \ud569\ub2c8\ub2e4.", - "Validation Error": "\uc720\ud6a8\uc131 \uc5d0\ub7ec", - "Verified Certificate": "\uc778\uc99d \uc774\uc218\uc99d", - "Verified Certificate upgrade": "\uc778\uc99d \uc774\uc218\uc99d \uc5c5\uadf8\ub808\uc774\ub4dc\ud558\uae30", - "Video Capture Error": "\ub3d9\uc601\uc0c1 \ucea1\uccd0 \uc624\ub958", - "View": "\ubcf4\uae30", - "View %(span_start)s %(team_name)s %(span_end)s": "%(span_start)s %(team_name)s %(span_end)s \ubcf4\uae30", - "View Teams in the %(topic_name)s Topic": "%(topic_name)s \uc8fc\uc81c\uc758 \ud300 \ubcf4\uae30", - "View all errors": "\ubaa8\ub4e0 \uc624\ub958 \ubcf4\uae30", + ], + "Notes hidden": "\uac10\ucdb0\uc9c4 \ub178\ud2b8", + "Notes visible": "\ubcfc \uc218 \uc788\ub294 \ub178\ud2b8", + "November": "11\uc6d4", + "Now": "\ud604\uc7ac", + "Number Sent": "\ubcf4\ub0b8 \ud69f\uc218", + "Number of Students": "\ud559\uc2b5\uc790 \uc218 ", + "Numbered List (Ctrl+O)": "\ubb38\ub2e8 \ubc88\ud638 (Ctrl+O)", + "OK": "\ud655\uc778", + "October": "10\uc6d4", + "Only properly formatted .csv files will be accepted.": "\uc801\ud569\ud55c .csv \ud30c\uc77c\ub9cc \uc62c\ub9b4 \uc218 \uc788\uc2b5\ub2c8\ub2e4. ", + "Order No.": "\uc8fc\ubb38 \ubc88\ud638", + "Password": "\ube44\ubc00\ubc88\ud638", + "Photo Captured successfully.": "\uc0ac\uc9c4\uc774 \uc131\uacf5\uc801\uc73c\ub85c \ucea1\uccd0\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", + "Placeholder": "\ud50c\ub808\uc774\uc2a4\ud640\ub354", + "Please enter a problem location.": "\ubb38\uc81c \uc704\uce58\ub97c \uc785\ub825\ud558\uc138\uc694.", + "Please enter a student email address or username.": "\ud559\uc2b5\uc790\uc758 \uc774\uba54\uc77c \uc8fc\uc18c\ub098 \uc544\uc774\ub514\ub97c \uc785\ub825\ud558\uc138\uc694.", + "Please enter a username or email.": "\uc544\uc774\ub514 \ub610\ub294 \uc774\uba54\uc77c\uc744 \uc785\ub825\ud558\uc138\uc694", + "Please enter a valid donation amount.": "\uc720\ud6a8\ud55c \uae30\ubd80 \uae08\uc561\uc744 \uc785\ub825\ud558\uc2ed\uc2dc\uc624.", + "Please verify that you have uploaded a valid image (PNG and JPEG).": "\uc801\ud569\ud55c \uc774\ubbf8\uc9c0 \ud615\uc2dd(PNG \ubc0f JPEG)\uc778\uc9c0 \ud655\uc778\ud574 \uc8fc\uc2ed\uc2dc\uc624.", + "Please verify that your webcam is connected and that you have allowed your browser to access it.": "\uc6f9\ucea0\uc774 \uc5f0\uacb0\ub418\uc5b4 \uc788\ub294\uc9c0, \ube0c\ub77c\uc6b0\uc800\uac00 \uc561\uc138\uc2a4\ub97c \ud5c8\uc6a9\ud558\ub294\uc9c0 \ud655\uc778\ud558\uc138\uc694.", + "Preferred Language": "\uc120\ud638\ud558\ub294 \uc5b8\uc5b4", + "Prevent students from generating certificates in this course?": "\ud559\uc2b5\uc790\uc758 \uc774\uc218\uc99d \uc0dd\uc131\uc744 \uc81c\ud55c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?", + "Professional Education": "\uc804\ubb38 \uad50\uc721 \uacfc\uc815", + "Professional Education Verified Certificate": "\uc804\ubb38 \uacfc\uc815 \uc774\uc218\uc99d", + "Reason field should not be left blank.": "\uc774\uc720\ub97c \uc785\ub825\ud558\ub294 \ud544\ub4dc\ub294 \ube44\uc6cc\ub458 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.", + "Recent Activity": "\ucd5c\uadfc \ud65c\ub3d9", + "Redo (Ctrl+Shift+Z)": "\ub2e4\uc2dc\uc2e4\ud589 (Ctrl+Shift+Z)", + "Redo (Ctrl+Y)": "\ub2e4\uc2dc\uc2e4\ud589 (Ctrl+Y)", + "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "\uc0ad\uc81c\uac00 \uc9c4\ud589 \uc911\uc785\ub2c8\ub2e4. \uc624\ub958 \ubc1c\uc0dd\uc744 \ubc29\uc9c0\ud558\uae30 \uc704\ud574 \uc644\ub8cc\ub420 \ub54c\uae4c\uc9c0 \ubcf8 \ud398\uc774\uc9c0\uc5d0 \uba38\ubb3c\ub7ec \uc8fc\uc2ed\uc2dc\uc624. ", + "Remove": "\uc81c\uac70", + "Remove all": "\ubaa8\ub450 \uc81c\uac70", + "Removing": "\uc81c\uac70\ud558\uae30", + "Requester": "\uc694\uccad\uc790", + "Reset Password": "\ube44\ubc00\ubc88\ud638 \uc7ac\uc124\uc815", + "Reset my password": "\ube44\ubc00\ubc88\ud638 \uc7ac\uc124\uc815", + "Restore enrollment code": "\uc218\uac15\uc2e0\uccad \ucf54\ub4dc\ub97c \ubcf5\uad6c\ud558\uc138\uc694.", + "Review your info": "\uc785\ub825 \uc815\ubcf4\ub97c \ud655\uc778\ud558\uc138\uc694.", + "Revoke access": "\uc811\uadfc \uad8c\ud55c \ucde8\uc18c", + "Save": "\uc800\uc7a5", + "Save changes": "\ubcc0\uacbd\uc0ac\ud56d \uc800\uc7a5", + "Saved cohort": "\ud559\uc2b5 \uc9d1\ub2e8\uc774 \uc800\uc7a5\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", + "Saving": "\uc800\uc7a5\uc911", + "Saving your email preference": "\uc6d0\ud558\ub294 \uc774\uba54\uc77c\uc744 \uc800\uc7a5\uc911\uc785\ub2c8\ub2e4. ", + "Search Results": "\uac80\uc0c9 \uacb0\uacfc", + "See all teams in your course, organized by topic. Join a team to collaborate with other learners who are interested in the same topic as you are.": "\uac15\uc88c\uc5d0\uc11c \uc8fc\uc81c\ubcc4\ub85c \uc870\uc9c1\ub41c \ubaa8\ub4e0 \ud300\uc744 \ubcf4\uc138\uc694. \uad00\uc2ec\uc0ac\uac00 \uac19\uc740 \ub2e4\ub978 \ud559\uc2b5\uc790\ub4e4\uacfc \ud611\ub825\ud558\uae30 \uc704\ud574 \ud300\uc5d0 \ucc38\uc5ec\ud558\uc138\uc694.", + "Select a chapter": "chapter \uc120\ud0dd", + "Selected tab": "\uc120\ud0dd\ub41c \ud0ed", + "Sent By": "\ubcf4\ub0b8 \uc0ac\ub78c", + "Sent By:": "\ubcf4\ub0b4\ub294 \uc0ac\ub78c:", + "Sent To:": "\ubc1b\ub294\uc0ac\ub78c:", + "September": "9\uc6d4", + "Settings": "\uc124\uc815", + "Show": "\ubcf4\uae30", + "Show Discussion": "\uac8c\uc2dc\ud310 \ubcf4\uae30", + "Show notes": "\ub178\ud2b8 \ubcf4\uc774\uae30", + "Showing all responses": "\ubaa8\ub4e0 \ub2f5\ubcc0 \ubcf4\uc5ec\uc8fc\uae30", + "Sign in": "\ub85c\uadf8\uc778", + "Staff": "\uc6b4\uc601\ud300", + "Start generating certificates for all students in this course?": "\ubcf8 \uac15\uc88c\uc758 \ubaa8\ub4e0 \ud559\uc2b5\uc790\ub97c \uc704\ud55c \uac15\uc88c \uc774\uc218\uc99d \uc0dd\uc131\uc744 \uc2dc\uc791\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?", + "Starts": "\uac1c\uac15\uc77c", + "State": "\uc0c1\ud0dc", + "Status": "\uc0c1\ud0dc", + "Subject": "\uc81c\ubaa9", + "Subject:": "\uc81c\ubaa9:", + "Submitted": "\uc81c\ucd9c\ud588\uc2b5\ub2c8\ub2e4.", + "Success": "\uc131\uacf5", + "Successfully deleted student state for user {user}": " {user} \ud559\uc2b5\uc790 \uc0c1\ud0dc \uc0ad\uc81c \uc131\uacf5", + "Successfully enrolled and sent email to the following users:": "\uc131\uacf5\uc801\uc73c\ub85c \ub4f1\ub85d\ud558\uace0, \ub2e4\uc74c \uc774\uc6a9\uc790\uc5d0\uac8c \uc774\uba54\uc77c\uc744 \ubc1c\uc1a1\ud588\uc2b5\ub2c8\ub2e4. ", + "Successfully enrolled the following users:": "\ub2e4\uc74c \uc774\uc6a9\uc790\ub4e4\uc744 \uc131\uacf5\uc801\uc73c\ub85c \ub4f1\ub85d\ud588\uc2b5\ub2c8\ub2e4.", + "Successfully rescored problem for user {user}": "{user} \uc774\uc6a9\uc790\uc758 \ubb38\uc81c\uac00 \uc7ac\ucc44\uc810 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.", + "Successfully reset the attempts for user {user}": "{user} \uc774\uc6a9\uc790\uc758 \uc2dc\ub3c4\ub97c \ucd08\uae30\ud654 \ud558\uc600\uc2b5\ub2c8\ub2e4.", + "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "\ub4f1\ub85d \uc774\uba54\uc77c\uc744 \ub2e4\uc74c \uc774\uc6a9\uc790\ub4e4\uc5d0\uac8c \ubc1c\uc1a1\ud588\uc2b5\ub2c8\ub2e4. ", + "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "\ub2e4\uc74c \uc0ac\uc6a9\uc790\uc5d0\uac8c \uc131\uacf5\uc801\uc73c\ub85c \ub4f1\ub85d \uc774\uba54\uc77c\uc744 \ubc1c\uc1a1\ud588\uc2b5\ub2c8\ub2e4. \uac00\uc785\uc2e0\uccad\ud558\uba74 \uac15\uc88c\uc5d0 \ub4f1\ub85d\uc774 \ub420 \uac83\uc785\ub2c8\ub2e4: ", + "Successfully unlinked.": "\uc131\uacf5\uc801 \uc5f0\uacb0\uc774 \ud574\uc81c\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", + "Tags": "Tags", + "Take Photo": "\uc0ac\uc9c4 \ucd2c\uc601", + "Take a photo of your ID": "\uc2e0\ubd84\uc99d \uc0ac\uc9c4\uc744 \ucc0d\uc5b4 \uc8fc\uc138\uc694.", + "Task ID": "\uc791\uc5c5 ID", + "Task Progress": "\uc791\uc5c5 \uc9c4\ud589\uc0c1\ud669", + "Task Status": "\uc791\uc5c5 \uc0c1\ud0dc", + "Task Type": "\uc791\uc5c5 \uc720\ud615", + "Task inputs": "\uc791\uc5c5 \uc785\ub825", + "Teams": "\ud300", + "The cohort cannot be added": "\ud559\uc2b5 \uc9d1\ub2e8\uc774 \ucd94\uac00\ub420 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.", + "The cohort cannot be saved": "\ud559\uc2b5 \uc9d1\ub2e8\uc774 \uc800\uc7a5\ub420 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.", + "The file must be at least {size} in size.": "\ud30c\uc77c\uc758 \ud06c\uae30\uac00 \uc801\uc5b4\ub3c4 {size} \uc5ec\uc57c \ud569\ub2c8\ub2e4. ", + "The file must be smaller than {size} in size.": "\ud30c\uc77c\uc758 \ud06c\uae30\uac00 {size} \ubcf4\ub2e4 \uc791\uc544\uc57c \ud569\ub2c8\ub2e4. ", + "The following email addresses and/or usernames are invalid:": "\ub2e4\uc74c\uc758 \uc774\uba54\uc77c \uc8fc\uc18c \ub610\ub294 \uc544\uc774\ub514\ub294 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. ", + "The following errors were generated:": "\ub2e4\uc74c \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.", + "The following users are no longer enrolled in the course:": "\ub2e4\uc74c \uc0ac\uc6a9\uc790\ub4e4\uc740 \uc774 \uac15\uc88c\uc5d0 \ub354\uc774\uc0c1 \ub4f1\ub85d\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4:", + "The following warnings were generated:": "\ub2e4\uc74c \uacbd\uace0\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4:", + "The selected content group does not exist": "\uc120\ud0dd\ub41c \ucf58\ud150\uce20 \uadf8\ub8f9\uc774 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.", + "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "{cohortGroupName} \ud559\uc2b5\uc9d1\ub2e8\uc774 \uc0dd\uc131\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc218\uc791\uc5c5\uc73c\ub85c \ud559\uc2b5\uc790\ub97c \ucd94\uac00\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. ", + "There has been an error processing your survey.": "\uc124\ubb38\uc744 \ucc98\ub9ac\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.", + "There is no email history for this course.": "\uc774 \uac15\uc88c\uc5d0\ub294 \uba54\uc77c \uc804\uc1a1 \uae30\ub85d\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.", + "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "\ubcf4\uace0\uc11c\ub97c \uc0dd\uc131\ud558\ub294 \ub3d9\uc548 \ubb38\uc81c\uac00 \uc788\uc5c8\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uae30 \uc704\ud574 Create Executive Summary\ub97c \uc120\ud0dd\ud558\uc138\uc694.", + "There was an error obtaining email content history for this course.": "\uc774 \uac15\uc88c\uc758 \uba54\uc77c \uc804\uc1a1 \uae30\ub85d\uc744 \uac00\uc838\uc624\ub294\ub370 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.", + "There was an error obtaining email task history for this course.": "\uc774 \uac15\uc88c\uc758 \uc774\uba54\uc77c \ubc1c\uc1a1 \uae30\ub85d \uac00\uc838\uc624\uae30\uc5d0 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4.", + "There was an error, try searching again.": "\uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uac80\uc0c9\ud558\uc138\uc694.", + "These users were not added as beta testers:": "\uc774 \uc774\uc6a9\uc790\ub4e4\uc740 \ubca0\ud0c0\ud14c\uc2a4\ud130\ub85c \ucd94\uac00\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4.", + "These users were not affiliated with the course so could not be unenrolled:": "\uc774 \uc0ac\uc6a9\uc790\ub4e4\uc740 \uc774 \uac15\uc88c\uc640 \uad00\ub828\uc5c6\uc73c\ubbc0\ub85c \uc218\uac15\ucde8\uc18c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.", + "These users were not removed as beta testers:": "\uc774 \uc774\uc6a9\uc790\ub4e4\uc740 \ubca0\ud0c0\ud14c\uc2a4\ud130\uc5d0\uc11c \uc0ad\uc81c\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4.", + "These users were successfully added as beta testers:": "\uc774 \uc774\uc6a9\uc790\ub4e4\uc774 \uc131\uacf5\uc801\uc73c\ub85c \ubca0\ud0c0\ud14c\uc2a4\ud130\ub85c \ucd94\uac00\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", + "These users were successfully removed as beta testers:": "\uc774 \uc774\uc6a9\uc790\ub4e4\uc774 \uc131\uacf5\uc801\uc73c\ub85c \ubca0\ud0c0\ud14c\uc2a4\ud130\uc5d0\uc11c \uc0ad\uc81c\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", + "These users will be allowed to enroll once they register:": "\uc774 \uc0ac\uc6a9\uc790\ub4e4\uc740 \ub4f1\ub85d\ud558\uba74 \ubc14\ub85c \uc218\uac15\uc2e0\uccad\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. ", + "These users will be enrolled once they register:": "\uac00\uc785 \uc2e0\uccad\ud558\uba74 \uac15\uc88c\uc5d0 \ub4f1\ub85d\uc774 \ub420 \uac83\uc785\ub2c8\ub2e4: ", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "\uc0ac\uc6a9 \uac00\ub2a5\ud55c %s \uc758 \ub9ac\uc2a4\ud2b8 \uc785\ub2c8\ub2e4. \uc544\ub798\uc758 \uc0c1\uc790\uc5d0\uc11c \uc120\ud0dd\ud558\uace0 \ub450 \uc0c1\uc790 \uc0ac\uc774\uc758 \"\uc120\ud0dd\" \ud654\uc0b4\ud45c\ub97c \ud074\ub9ad\ud558\uc5ec \uba87 \uac00\uc9c0\ub97c \uc120\ud0dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "\uc120\ud0dd\ub41c %s \ub9ac\uc2a4\ud2b8 \uc785\ub2c8\ub2e4. \uc544\ub798\uc758 \uc0c1\uc790\uc5d0\uc11c \uc120\ud0dd\ud558\uace0 \ub450 \uc0c1\uc790 \uc0ac\uc774\uc758 \"\uc81c\uac70\" \ud654\uc0b4\ud45c\ub97c \ud074\ub9ad\ud558\uc5ec \uc77c\ubd80\ub97c \uc81c\uac70 \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.", + "Time Sent": "\ubcf4\ub0b8 \uc2dc\uac04", + "Time Sent:": "\ubcf4\ub0b8 \uc2dc\uac04:", + "Today": "\uc624\ub298", + "Tomorrow": "\ub0b4\uc77c", + "Type into this box to filter down the list of available %s.": "\uc0ac\uc6a9 \uac00\ub2a5\ud55c %s \ub9ac\uc2a4\ud2b8\ub97c \ud544\ud130\ub9c1\ud558\ub824\uba74 \uc774 \uc0c1\uc790\uc5d0 \uc785\ub825\ud558\uc138\uc694.", + "Undo (Ctrl+Z)": "\ub418\ub3cc\ub9ac\uae30 (Ctrl+Z)", + "Unknown": "\uc54c \uc218 \uc5c6\uc74c", + "Unlinking": "\uc5f0\uacb0 \ud574\uc81c\ud558\uae30", + "Updating with latest library content": "\ucd5c\uc2e0 \ucf58\ud150\uce20 \ubcf4\uad00\ud568\uc73c\ub85c \uc5c5\ub370\uc774\ud2b8", + "Upload File": "\ud30c\uc77c \uc5c5\ub85c\ub4dc", + "Upload File and Assign Students": "\ud30c\uc77c \uc5c5\ub85c\ub4dc \ubc0f \ud559\uc2b5\uc790 \ud560\ub2f9\ud558\uae30", + "Upload New File": "\ud30c\uc77c \uc5c5\ub85c\ub4dc", + "Upload an image": "\uc774\ubbf8\uc9c0 \uc5c5\ub85c\ub4dc", + "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "\uc5c5\ub85c\ub4dc\uac00 \uc9c4\ud589 \uc911\uc785\ub2c8\ub2e4. \uc624\ub958 \ubc1c\uc0dd\uc744 \ubc29\uc9c0\ud558\uae30 \uc704\ud574 \uc644\ub8cc\ub420 \ub54c\uae4c\uc9c0 \ubcf8 \ud398\uc774\uc9c0\uc5d0 \uba38\ubb3c\ub7ec \uc8fc\uc2ed\uc2dc\uc624", + "Upload signature image.": "\uc11c\uba85 \uc774\ubbf8\uc9c0 \uc5c5\ub85c\ub4dc\ud558\uae30", + "Uploading": "\uc5c5\ub85c\ub4dc \uc911", + "Username": "\uc544\uc774\ub514", + "Users must create and activate their account before they can be promoted to beta tester.": "\uc774\uc6a9\uc790\ub294 \ubca0\ud0c0\ud14c\uc2a4\ud130\ub85c \ub4f1\ub85d\ub418\uae30 \uc804\uc5d0 \uacc4\uc815\uc744 \uc0dd\uc131\ud558\uace0 \ud65c\uc131\ud654\ud574\uc57c \ud569\ub2c8\ub2e4.", + "Validation Error": "\uc720\ud6a8\uc131 \uc5d0\ub7ec", + "Verified Certificate": "\uc778\uc99d \uc774\uc218\uc99d", + "Verified Certificate upgrade": "\uc778\uc99d \uc774\uc218\uc99d \uc5c5\uadf8\ub808\uc774\ub4dc\ud558\uae30", + "Video Capture Error": "\ub3d9\uc601\uc0c1 \ucea1\uccd0 \uc624\ub958", + "View": "\ubcf4\uae30", + "View %(span_start)s %(team_name)s %(span_end)s": "%(span_start)s %(team_name)s %(span_end)s \ubcf4\uae30", + "View Teams in the %(topic_name)s Topic": "%(topic_name)s \uc8fc\uc81c\uc758 \ud300 \ubcf4\uae30", + "View all errors": "\ubaa8\ub4e0 \uc624\ub958 \ubcf4\uae30", "Viewing %s course": [ "%s \uac15\uc88c \ubcf4\uae30" - ], - "Warnings": "\uacbd\uace0!", - "We couldn't find any results for \"%s\".": "\"%s\"\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. ", - "We've encountered an error. Refresh your browser and then try again.": "\uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ud398\uc774\uc9c0\ub97c \uc0c8\ub85c\uace0\uce68\ud55c \ud6c4, \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc138\uc694. ", - "Webcam": "\uc6f9\ucea0", - "Year of Birth": "\ucd9c\uc0dd\uc5f0\ub3c4", - "Yesterday": "\uc5b4\uc81c", - "You currently have no cohorts configured": "\uc124\uc815\ub41c \ud559\uc2b5 \uc9d1\ub2e8\uc774 \ud604\uc7ac \uc5c6\uc2b5\ub2c8\ub2e4.", - "You did not select a content group": "\ucf58\ud150\uce20 \uadf8\ub8f9\uc744 \uc120\ud0dd\ud558\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. ", - "You don't seem to have Flash installed. Get Flash to continue your verification.": "Flash\uac00 \uc124\uce58\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uac83 \uac19\uc2b5\ub2c8\ub2e4. Flash \uc124\uce58 \ud6c4 \uacc4\uc18d \uc9c4\ud589\ud558\uc138\uc694.", - "You don't seem to have a webcam connected.": "\uc6f9\ucea0\uc774 \uc5f0\uacb0\ub418\uc9c0 \uc54a\uc740 \uac83 \uac19\uc2b5\ub2c8\ub2e4.", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\uac1c\ubcc4 \ud544\ub4dc\uc5d0 \uc544\ubb34\ub7f0 \ubcc0\uacbd\uc774 \uc5c6\ub294 \uc0c1\ud0dc\ub85c \uc561\uc158\uc744 \uc120\ud0dd\ud588\uc2b5\ub2c8\ub2e4. \uc800\uc7a5 \ubc84\ud2bc\uc774 \uc544\ub2c8\ub77c \uc9c4\ud589 \ubc84\ud2bc\uc744 \ucc3e\uc544\ubcf4\uc138\uc694.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\uac1c\ubcc4 \ud544\ub4dc\uc758 \uac12\ub4e4\uc744 \uc800\uc7a5\ud558\uc9c0 \uc54a\uace0 \uc561\uc158\uc744 \uc120\ud0dd\ud588\uc2b5\ub2c8\ub2e4. OK\ub97c \ub204\ub974\uba74 \uc800\uc7a5\ub418\uba70, \uc561\uc158\uc744 \ud55c \ubc88 \ub354 \uc2e4\ud589\ud574\uc57c \ud569\ub2c8\ub2e4.", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "\uac1c\ubcc4 \ud3b8\uc9d1 \uac00\ub2a5\ud55c \ud544\ub4dc\uc5d0 \uc800\uc7a5\ub418\uc9c0 \uc54a\uc740 \uac12\uc774 \uc788\uc2b5\ub2c8\ub2e4. \uc561\uc158\uc744 \uc218\ud589\ud558\uba74 \uc800\uc7a5\ub418\uc9c0 \uc54a\uc740 \uac12\ub4e4\uc744 \uc783\uc5b4\ubc84\ub9ac\uac8c \ub429\ub2c8\ub2e4.", - "You must sign out and sign back in before your language changes take effect.": "\uc5b8\uc5b4\uac00 \ubc14\ub00c\uc5b4\uc84c\ub294\uc9c0 \ud655\uc778\ud558\uae30 \uc704\ud574 \ub85c\uadf8\uc544\uc6c3 \ud558\uace0 \ub2e4\uc2dc \ub85c\uadf8\uc778 \ud558\uc138\uc694.", - "You must specify a name for the cohort": "\ud559\uc2b5 \uc9d1\ub2e8\uc758 \uc774\ub984\uc744 \uc785\ub825\ud574\uc57c \ud569\ub2c8\ub2e4.", - "You've made some changes": "\uc218\uc815 \uc644\ub8cc", - "Your changes have been saved.": "\ubcc0\uacbd\uc0ac\ud56d\uc774 \uc800\uc7a5\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", - "Your changes will not take effect until you save your progress.": "\uc800\uc7a5\ud558\uae30 \uc804\uc5d0\ub294 \ubcc0\uacbd\uc0ac\ud56d\uc774 \uc801\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.", - "Your donation could not be submitted.": "\uae30\ubd80 \ucc98\ub9ac\uac00 \ub420 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.", - "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "'{file}' \ud30c\uc77c\uc774 \uc5c5\ub85c\ub4dc \ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ucc98\ub9ac\ud558\ub294\ub370 \uc7a0\uc2dc \uc2dc\uac04\uc774 \ud544\uc694\ud569\ub2c8\ub2e4. ", - "Your message cannot be blank.": "\ub0b4\uc6a9\uc744 \uc785\ub825\ud574\uc57c \ud569\ub2c8\ub2e4.", - "Your message must have a subject.": "\uc81c\ubaa9\uc744 \uc785\ub825\ud574\uc57c \ud569\ub2c8\ub2e4.", - "Your post will be discarded.": "\uac8c\uc2dc\ubb3c\uc774 \uc0ad\uc81c\ub429\ub2c8\ub2e4.", - "Your upload of '{file}' failed.": "'{file}'\ud30c\uc77c \uc5c5\ub85c\ub4dc\ub97c \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4.", - "Your upload of '{file}' succeeded.": "'{file}'\ud30c\uc77c \uc5c5\ub85c\ub4dc\ub97c \uc131\uacf5\ud588\uc2b5\ub2c8\ub2e4.", - "[no tags]": "[no tags]", - "anonymous": "\uc775\uba85", - "bytes": "bytes", - "dragging": "\ub9c8\uc6b0\uc2a4\ub85c \ub04c\uace0 \uc624\uae30", - "dragging out of slider": "\uc2ac\ub77c\uc774\ub354 \ub2f9\uae30\uae30", - "dropped in slider": "\uc2ac\ub77c\uc774\ub354\uc5d0 \ub5a8\uc5b4\ud2b8\ub838\uc2b5\ub2c8\ub2e4.", - "dropped on target": "\ubaa9\ud45c\uc810\uc5d0 \ub5a8\uc5b4\ud2b8\ub838\uc2b5\ub2c8\ub2e4.", - "emphasized text": "\uac15\uc870\ub41c \ubb38\uc7a5", - "enter code here": "\ucf54\ub4dc \uc785\ub825\ud558\uc138\uc694", - "enter link description here": "\ub9c1\ud06c \uc124\uba85\uc744 \uc5ec\uae30\uc5d0 \uc785\ub825\ud558\uc138\uc694", - "name": "\uc774\ub984", - "one letter Friday\u0004F": "\uae08", - "one letter Monday\u0004M": "\uc6d4", - "one letter Saturday\u0004S": "\ud1a0", - "one letter Sunday\u0004S": "\uc77c", - "one letter Thursday\u0004T": "\ubaa9", - "one letter Tuesday\u0004T": "\ud654", - "one letter Wednesday\u0004W": "\uc218", - "strong text": "\uac15\ud558\uac8c", - "team count": "\ud300 \uc778\uc6d0 \uc218", + ], + "Warnings": "\uacbd\uace0!", + "We couldn't find any results for \"%s\".": "\"%s\"\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. ", + "We've encountered an error. Refresh your browser and then try again.": "\uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ud398\uc774\uc9c0\ub97c \uc0c8\ub85c\uace0\uce68\ud55c \ud6c4, \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc138\uc694. ", + "Webcam": "\uc6f9\ucea0", + "Year of Birth": "\ucd9c\uc0dd\uc5f0\ub3c4", + "Yesterday": "\uc5b4\uc81c", + "You currently have no cohorts configured": "\uc124\uc815\ub41c \ud559\uc2b5 \uc9d1\ub2e8\uc774 \ud604\uc7ac \uc5c6\uc2b5\ub2c8\ub2e4.", + "You did not select a content group": "\ucf58\ud150\uce20 \uadf8\ub8f9\uc744 \uc120\ud0dd\ud558\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. ", + "You don't seem to have Flash installed. Get Flash to continue your verification.": "Flash\uac00 \uc124\uce58\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uac83 \uac19\uc2b5\ub2c8\ub2e4. Flash \uc124\uce58 \ud6c4 \uacc4\uc18d \uc9c4\ud589\ud558\uc138\uc694.", + "You don't seem to have a webcam connected.": "\uc6f9\ucea0\uc774 \uc5f0\uacb0\ub418\uc9c0 \uc54a\uc740 \uac83 \uac19\uc2b5\ub2c8\ub2e4.", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\uac1c\ubcc4 \ud544\ub4dc\uc5d0 \uc544\ubb34\ub7f0 \ubcc0\uacbd\uc774 \uc5c6\ub294 \uc0c1\ud0dc\ub85c \uc561\uc158\uc744 \uc120\ud0dd\ud588\uc2b5\ub2c8\ub2e4. \uc800\uc7a5 \ubc84\ud2bc\uc774 \uc544\ub2c8\ub77c \uc9c4\ud589 \ubc84\ud2bc\uc744 \ucc3e\uc544\ubcf4\uc138\uc694.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\uac1c\ubcc4 \ud544\ub4dc\uc758 \uac12\ub4e4\uc744 \uc800\uc7a5\ud558\uc9c0 \uc54a\uace0 \uc561\uc158\uc744 \uc120\ud0dd\ud588\uc2b5\ub2c8\ub2e4. OK\ub97c \ub204\ub974\uba74 \uc800\uc7a5\ub418\uba70, \uc561\uc158\uc744 \ud55c \ubc88 \ub354 \uc2e4\ud589\ud574\uc57c \ud569\ub2c8\ub2e4.", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "\uac1c\ubcc4 \ud3b8\uc9d1 \uac00\ub2a5\ud55c \ud544\ub4dc\uc5d0 \uc800\uc7a5\ub418\uc9c0 \uc54a\uc740 \uac12\uc774 \uc788\uc2b5\ub2c8\ub2e4. \uc561\uc158\uc744 \uc218\ud589\ud558\uba74 \uc800\uc7a5\ub418\uc9c0 \uc54a\uc740 \uac12\ub4e4\uc744 \uc783\uc5b4\ubc84\ub9ac\uac8c \ub429\ub2c8\ub2e4.", + "You must sign out and sign back in before your language changes take effect.": "\uc5b8\uc5b4\uac00 \ubc14\ub00c\uc5b4\uc84c\ub294\uc9c0 \ud655\uc778\ud558\uae30 \uc704\ud574 \ub85c\uadf8\uc544\uc6c3 \ud558\uace0 \ub2e4\uc2dc \ub85c\uadf8\uc778 \ud558\uc138\uc694.", + "You must specify a name for the cohort": "\ud559\uc2b5 \uc9d1\ub2e8\uc758 \uc774\ub984\uc744 \uc785\ub825\ud574\uc57c \ud569\ub2c8\ub2e4.", + "You've made some changes": "\uc218\uc815 \uc644\ub8cc", + "Your changes have been saved.": "\ubcc0\uacbd\uc0ac\ud56d\uc774 \uc800\uc7a5\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", + "Your changes will not take effect until you save your progress.": "\uc800\uc7a5\ud558\uae30 \uc804\uc5d0\ub294 \ubcc0\uacbd\uc0ac\ud56d\uc774 \uc801\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.", + "Your donation could not be submitted.": "\uae30\ubd80 \ucc98\ub9ac\uac00 \ub420 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.", + "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "'{file}' \ud30c\uc77c\uc774 \uc5c5\ub85c\ub4dc \ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ucc98\ub9ac\ud558\ub294\ub370 \uc7a0\uc2dc \uc2dc\uac04\uc774 \ud544\uc694\ud569\ub2c8\ub2e4. ", + "Your message cannot be blank.": "\ub0b4\uc6a9\uc744 \uc785\ub825\ud574\uc57c \ud569\ub2c8\ub2e4.", + "Your message must have a subject.": "\uc81c\ubaa9\uc744 \uc785\ub825\ud574\uc57c \ud569\ub2c8\ub2e4.", + "Your post will be discarded.": "\uac8c\uc2dc\ubb3c\uc774 \uc0ad\uc81c\ub429\ub2c8\ub2e4.", + "Your upload of '{file}' failed.": "'{file}'\ud30c\uc77c \uc5c5\ub85c\ub4dc\ub97c \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4.", + "Your upload of '{file}' succeeded.": "'{file}'\ud30c\uc77c \uc5c5\ub85c\ub4dc\ub97c \uc131\uacf5\ud588\uc2b5\ub2c8\ub2e4.", + "[no tags]": "[no tags]", + "anonymous": "\uc775\uba85", + "bytes": "bytes", + "dragging": "\ub9c8\uc6b0\uc2a4\ub85c \ub04c\uace0 \uc624\uae30", + "dragging out of slider": "\uc2ac\ub77c\uc774\ub354 \ub2f9\uae30\uae30", + "dropped in slider": "\uc2ac\ub77c\uc774\ub354\uc5d0 \ub5a8\uc5b4\ud2b8\ub838\uc2b5\ub2c8\ub2e4.", + "dropped on target": "\ubaa9\ud45c\uc810\uc5d0 \ub5a8\uc5b4\ud2b8\ub838\uc2b5\ub2c8\ub2e4.", + "emphasized text": "\uac15\uc870\ub41c \ubb38\uc7a5", + "enter code here": "\ucf54\ub4dc \uc785\ub825\ud558\uc138\uc694", + "enter link description here": "\ub9c1\ud06c \uc124\uba85\uc744 \uc5ec\uae30\uc5d0 \uc785\ub825\ud558\uc138\uc694", + "name": "\uc774\ub984", + "one letter Friday\u0004F": "\uae08", + "one letter Monday\u0004M": "\uc6d4", + "one letter Saturday\u0004S": "\ud1a0", + "one letter Sunday\u0004S": "\uc77c", + "one letter Thursday\u0004T": "\ubaa9", + "one letter Tuesday\u0004T": "\ud654", + "one letter Wednesday\u0004W": "\uc218", + "strong text": "\uac15\ud558\uac8c", + "team count": "\ud300 \uc778\uc6d0 \uc218", "\u2026": "\u2026" }; for (var key in newcatalog) { @@ -432,45 +432,45 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "Y\ub144 n\uc6d4 j\uc77c g:i A", + "DATETIME_FORMAT": "Y\ub144 n\uc6d4 j\uc77c g:i A", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", - "%m/%d/%y", - "%Y\ub144 %m\uc6d4 %d\uc77c %H\uc2dc %M\ubd84 %S\ucd08", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", + "%m/%d/%y", + "%Y\ub144 %m\uc6d4 %d\uc77c %H\uc2dc %M\ubd84 %S\ucd08", "%Y\ub144 %m\uc6d4 %d\uc77c %H\uc2dc %M\ubd84" - ], - "DATE_FORMAT": "Y\ub144 n\uc6d4 j\uc77c", + ], + "DATE_FORMAT": "Y\ub144 n\uc6d4 j\uc77c", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", "%Y\ub144 %m\uc6d4 %d\uc77c" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "n\uc6d4 j\uc77c", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "Y-n-j H:i", - "SHORT_DATE_FORMAT": "Y-n-j.", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "A g:i", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "n\uc6d4 j\uc77c", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "Y-n-j H:i", + "SHORT_DATE_FORMAT": "Y-n-j.", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "A g:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", - "%H:%M", - "%H\uc2dc %M\ubd84 %S\ucd08", + "%H:%M:%S", + "%H:%M:%S.%f", + "%H:%M", + "%H\uc2dc %M\ubd84 %S\ucd08", "%H\uc2dc %M\ubd84" - ], + ], "YEAR_MONTH_FORMAT": "Y\ub144 n\uc6d4" }; diff --git a/cms/static/js/i18n/lt-lt/djangojs.js b/cms/static/js/i18n/lt-lt/djangojs.js index c0d6297045..afccff2f29 100644 --- a/cms/static/js/i18n/lt-lt/djangojs.js +++ b/cms/static/js/i18n/lt-lt/djangojs.js @@ -20,747 +20,747 @@ django.catalog = django.catalog || {}; var newcatalog = { - "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", - "%(field)s can only contain up to %(count)d characters.": "%(field)s gali tur\u0117ti iki %(count)d simboli\u0173.", - "%(field)s must have at least %(count)d characters.": "%(field)s turi tur\u0117ti bent %(count)d simbolius/-i\u0173.", + "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", + "%(field)s can only contain up to %(count)d characters.": "%(field)s gali tur\u0117ti iki %(count)d simboli\u0173.", + "%(field)s must have at least %(count)d characters.": "%(field)s turi tur\u0117ti bent %(count)d simbolius/-i\u0173.", "%(memberCount)s / %(maxMemberCount)s Member": [ - "%(memberCount)s / %(maxMemberCount)s narys", - "%(memberCount)s / %(maxMemberCount)s nariai", - "%(memberCount)s / %(maxMemberCount)s nari\u0173", + "%(memberCount)s / %(maxMemberCount)s narys", + "%(memberCount)s / %(maxMemberCount)s nariai", + "%(memberCount)s / %(maxMemberCount)s nari\u0173", "%(memberCount)s / %(maxMemberCount)s nari\u0173" - ], - "%(new_item_message)s": "%(new_item_message)s", + ], + "%(new_item_message)s": "%(new_item_message)s", "%(num_questions)s question": [ - "%(num_questions)s klausimas", - "%(num_questions)s klausimai", - "%(num_questions)s klausim\u0173", + "%(num_questions)s klausimas", + "%(num_questions)s klausimai", + "%(num_questions)s klausim\u0173", "%(num_questions)s klausim\u0173" - ], + ], "%(num_students)s student": [ - "%(num_students)s kurso dalyvis", - "%(num_students)s kurso dalyviai", - "%(num_students)s kurso dalyvi\u0173", + "%(num_students)s kurso dalyvis", + "%(num_students)s kurso dalyviai", + "%(num_students)s kurso dalyvi\u0173", "%(num_students)s kurso dalyvi\u0173" - ], + ], "%(num_students)s student opened Subsection": [ - "%(num_students)s kurso dalyvis atsidar\u0117 potem\u0119", - "%(num_students)s kurso dalyviai atsidar\u0117 potem\u0119", - "%(num_students)s kurso dalyvi\u0173 atsidar\u0117 potem\u0119", + "%(num_students)s kurso dalyvis atsidar\u0117 potem\u0119", + "%(num_students)s kurso dalyviai atsidar\u0117 potem\u0119", + "%(num_students)s kurso dalyvi\u0173 atsidar\u0117 potem\u0119", "%(num_students)s kurso dalyvi\u0173 atsidar\u0117 potem\u0119" - ], + ], "%(sel)s of %(cnt)s selected": [ - "pasirinktas %(sel)s i\u0161 %(cnt)s", - "pasirinkti %(sel)s i\u0161 %(cnt)s", + "pasirinktas %(sel)s i\u0161 %(cnt)s", + "pasirinkti %(sel)s i\u0161 %(cnt)s", "pasirinkti %(sel)s i\u0161 %(cnt)s" - ], + ], "%(team_count)s Team": [ - "%(team_count)s komanda", - "%(team_count)s komandos", - "%(team_count)s komand\u0173", + "%(team_count)s komanda", + "%(team_count)s komandos", + "%(team_count)s komand\u0173", "%(team_count)s komand\u0173" - ], - "%(type)s Component Template Menu": "%(type)s komponento \u0161ablono meniu", - "(Add signatories for a certificate)": "(Prid\u0117ti sertifikat\u0105 pasira\u0161an\u010dius asmenis) ", - "(Required Field)": "(B\u016btinas laukas)", + ], + "%(type)s Component Template Menu": "%(type)s komponento \u0161ablono meniu", + "(Add signatories for a certificate)": "(Prid\u0117ti sertifikat\u0105 pasira\u0161an\u010dius asmenis) ", + "(Required Field)": "(B\u016btinas laukas)", "(contains %(student_count)s student)": [ - "(yra %(student_count)s kurso dalyvis)", - "(yra %(student_count)s kurso dalyviai)", - "(yra %(student_count)s kurso dalyvi\u0173)", + "(yra %(student_count)s kurso dalyvis)", + "(yra %(student_count)s kurso dalyviai)", + "(yra %(student_count)s kurso dalyvi\u0173)", "(yra %(student_count)s kurso dalyvi\u0173)" - ], - "6 a.m.": "6 a.m.", - "6 p.m.": "18:00", - "A driver's license, passport, or government-issued ID with your name and photo.": "Vairuotojo pa\u017eym\u0117jimas, pasas ar vald\u017eios institucij\u0173 i\u0161duotas asmens tapatyb\u0117s dokumentas su j\u016bs\u0173 vardu, pavarde ir nuotrauka.", - "A driver's license, passport, or other government-issued ID with your name and photo": "Vairuotojo pa\u017eym\u0117jimas, pasas ar kitas vald\u017eios institucij\u0173 i\u0161duotas asmens tapatyb\u0117s dokumentas su j\u016bs\u0173 vardu, pavarde ir nuotrauka", - "A list of courses you have just enrolled in as a verified student": "S\u0105ra\u0161as kurs\u0173, \u012f kuriuos buvote k\u0105 tik u\u017eregistruotas kaip tapatybe patvirtintas dalyvis", - "A name that identifies your team (maximum 255 characters).": "Pavadinimas, identifikuojantis j\u016bs\u0173 komand\u0105 (daugiausia 255 simboliai).", - "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "Trumpas komandos apra\u0161as, padedantis kitiems kurso dalyviams suprasti komandos tikslus ar veiklos srit\u012f (daugiausia 300 simboli\u0173).", - "A valid email address is required": "B\u016btinas teisingas el. pa\u0161to adresas", - "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "ABCDEFGHIYJKLMNOPRSTUVZ", - "Account Settings": "Paskyros nuostatos", - "Actions": "Veiksmai", - "Activate Your Account": "Aktyvuokite savo paskyr\u0105", - "Add Additional Signatory": "Prid\u0117ti papildom\u0105 pasira\u0161ant\u012f asmen\u012f", - "Add Cohort": "Prid\u0117ti kohort\u0105", - "Add Component:": "Prid\u0117ti komponent\u0105:", - "Add a New Cohort": "Prid\u0117ti nauj\u0105 kohort\u0105", - "Add your first content group": "Prid\u0117kite savo pirm\u0105 turinio grup\u0119", - "Add your first group configuration": "Prid\u0117kite pirm\u0105j\u0105 grupin\u0119 konfig\u016bracij\u0105", - "Adding the selected course to your cart": "Pasirinkto kurso \u012fd\u0117jimas \u012f j\u016bs\u0173 pirkini\u0173 krep\u0161el\u012f", - "Admin": "Administratorius", - "All Topics": "Visos temos", - "All accounts were created successfully.": "Visos paskyros s\u0117kmingai sukurtos.", - "All groups must have a name.": "Visos grup\u0117s turi tur\u0117ti pavadinimus.", - "All groups must have a unique name.": "Visos grup\u0117s turi tur\u0117ti unikalius pavadinimus.", - "All subsections": "Visos potem\u0117s", - "All teams": "Visos komandos", - "All topics": "Visos temos", - "All units": "Visi skyriai", - "Allow students to generate certificates for this course?": "Leisti kurso dalyviams generuoti \u0161io kurso sertifikatus?", - "Already a course team member": "Jau esate kurso komandos narys", - "Already a library team member": "Jau esate bibliotekos komandos narys", - "Already a member": "Jau esate narys", - "Amount": "Suma", - "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "\u012evyko klaida. \u012esitikinkite, kad esate prisijung\u0119 prie interneto ir pabandykite i\u0161 naujo \u012fkelti puslap\u012f.", - "An error has occurred. Please try again later.": "\u012evyko klaida. Pra\u0161ome pabandyti v\u0117liau.", - "An error has occurred. Please try again.": "\u012evyko klaida. Pra\u0161ome bandyti dar kart\u0105.", - "An error has occurred. Please try reloading the page.": "\u012evyko klaida. Pra\u0161ome i\u0161 naujo \u012fkelti puslap\u012f.", - "An error has occurred. Refresh the page, and then try again.": "\u012evyko klaida. Atnaujinkite puslap\u012f ir bandykite dar kart\u0105.", - "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "\u012evyko klaida gaunant j\u016bs\u0173 el. lai\u0161k\u0105. Bandykite v\u0117liau ir, jeigu problema i\u0161liks, susisiekite su technin\u0117s prie\u017ei\u016bros komanda.", - "An error occurred while removing the member from the team. Try again.": "\u012evyko klaida \u0161alinant nar\u012f i\u0161 komandos. Bandykite dar kart\u0105.", - "An error occurred. Make sure that the student's username or email address is correct and try again.": "Klaida. \u012esitikinkite, kad kurso dalyvio naudotojo vardas arba el. pa\u0161to adresas yra teisingas ir bandykite dar kart\u0105.", - "An error occurred. Please try again.": "\u012evyko klaida. Pra\u0161ome bandyti dar kart\u0105.", - "An error occurred. Try again.": "\u012evyko klaida. Bandykite dar kart\u0105.", - "An unexpected error occurred. Please try again.": "\u012evyko nenumatyta klaida. Pra\u0161ome bandyti dar kart\u0105.", - "April": "Balandis", - "Are you sure you want to delete this comment?": "Ar j\u016bs tikrai norite panaikinti \u0161\u012f komentar\u0105?", - "Are you sure you want to delete this post?": "Ar j\u016bs tikrai norite pa\u0161alinti \u0161\u012f prane\u0161im\u0105?", - "Are you sure you want to delete this response?": "Ar j\u016bs tikrai norite panaikinti \u0161\u012f atsakym\u0105?", - "Are you sure you want to delete this update?": "Ar j\u016bs tikrai norite pa\u0161alinti \u0161\u012f atnaujinim\u0105?", - "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "Ar tikrai norite pa\u0161alinti {email} i\u0161 \u201c{container}\u201d kurso komandos?", - "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "Ar tikrai norite pa\u0161alinti {email} i\u0161 bibliotekos \u201c{container}\u201d?", - "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "Ar tikrai norite apriboti {email} prieig\u0105 prie \u201c{container}\u201d?", - "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "Ar j\u016bs tikrai norite pa\u0161alinti \u0161\u012f komponent\u0105? \u0160io veiksmo nebus galima at\u0161aukti.\n\nTaip pat bet koks turinys, susietas su \u0161iuo komponentu, gali nebeveikti (pvz., gali b\u016bti nerodomi paveiksl\u0117liai arba gali neveikti nuorodos)", - "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "Nor\u0117dami gauti patvirtinim\u0105 j\u016bs nufotografuojate savo veid\u0105 ir vald\u017eios institucijos i\u0161duot\u0105 asmens tapatyb\u0117s dokument\u0105 su nuotrauka. M\u016bs\u0173 leidim\u0173 i\u0161davimo tarnyba patvirtina j\u016bs\u0173 asmenyb\u0119 palyginusi j\u016bs\u0173 daryt\u0105 nuotrauk\u0105 su nuotrauka asmens tapatyb\u0117s dokumente. ", - "Assign students to cohorts by uploading a CSV file.": "Priskirkite kurso dalyvius kohortoms \u012fkeldami CSV fail\u0105. ", - "Associated Content Group": "Susijusi turinio grup\u0117 ", - "August": "Rugpj\u016btis", - "Automatic": "Automatinis", - "Available %s": "Galimi %s", - "Back to sign in": "Gr\u012f\u017eti \u012f prisijungim\u0105", - "Be sure your entire face is inside the frame": "\u012esitikinkite, kad visas j\u016bs\u0173 veidas telpa \u012f kadr\u0105", - "Before proceeding, please confirm that your details match": "Prie\u0161 t\u0119siant pra\u0161ome patvirtinti, kad j\u016bs\u0173 duomenys atitinka ", - "Billed to": "S\u0105skaita i\u0161ra\u0161yta", - "Blockquote": "Citatos blokas", - "Blockquote (Ctrl+Q)": "\u012etrauka (Ctrl+Q)", - "Bold (Ctrl+B)": "Pary\u0161kintas (Ctrl+B)", - "Bulleted List (Ctrl+U)": "Su\u017eenklintas s\u0105ra\u0161as (Ctrl+U)", - "Can we match the photo you took with the one on your ID?": "Ar mes gal\u0117site sulyginti j\u016bs\u0173 nuotrauk\u0105 su nuotrauka, esan\u010dia ant asmens tapatyb\u0117s dokumento?", - "Cancel": "At\u0161aukti", - "Cancel enrollment code": "At\u0161aukti registracijos kod\u0105", - "Certificate name is required.": "Sertifikato pavadinimas yra privalomas.", - "Change Manually": "Keisti rankiniu b\u016bdu", - "Change My Email Address": "Keisti mano el. pa\u0161to adres\u0105", - "Change image": "Pakeisti paveiksl\u0105", - "Changes to steps that are not selected as part of the assignment will not be saved.": "Etap\u0173 pakeitimai, kurie n\u0117ra pasirinkti kaip u\u017eduoties dalis, nebus i\u0161saugoti.", - "Check Your Email": "Pasitikrinkite el. pa\u0161t\u0105", - "Check the highlighted fields below and try again.": "Patikrinkite pa\u017eym\u0117tus laukus ir bandykite dar kart\u0105.", - "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "Pa\u017eym\u0117kite \u0161\u012f langel\u012f, jei pageidaujate gauti vien\u0105 el. lai\u0161k\u0105 per dien\u0105, prane\u0161ant\u012f apie j\u016bs\u0173 stebim\u0173 prane\u0161im\u0173 naujus, neperskaitytus \u012fra\u0161us.", - "Check your email": "Pasitikrinkite el. pa\u0161t\u0105", - "Checkout": "Atsiskaitymas", - "Checkout with PayPal": "Atsiskaityti su PayPal", - "Checkout with {processor}": "Atsiskaityti su {processor}", - "Choose": "Pasirinkti", - "Choose a .csv file": "Pasirinkti .csv fail\u0105", - "Choose a Date": "Pasirinkite dat\u0105", - "Choose a Time": "Pasirinkite laik\u0105", - "Choose a content group to associate": "Pasirinkite turinio grup\u0119, su kuria susiesite", - "Choose a time": "Pasirinkite laik\u0105", - "Choose all": "Pasirinkti visus", - "Chosen %s": "Pasirinktas %s", - "Clear search": "Valyti paie\u0161k\u0105", - "Clear search results": "I\u0161trinti paie\u0161kos rezultatus", - "Click to change": "Spustel\u0117kite nor\u0117dami pakeisti", - "Click to choose all %s at once.": "Spustel\u0117kite, kad i\u0161 karto pasirinktum\u0117te visus %s.", - "Click to edit": "Pragtelti redagavimui", - "Click to remove all chosen %s at once.": "Spustel\u0117kite, kad i\u0161 karto pa\u0161alintum\u0117te visus pasirinktus %s.", - "Close": "U\u017edaryti", - "Code Sample (Ctrl+K)": "Kodo pavyzdys (Ctrl+K)", - "Cohort Assignment Method": "Priskyrimo kohortoms metodas", - "Cohort Name": "Kohortos pavadinimas", - "Cohorts Disabled": "Kohortos i\u0161jungtos", - "Cohorts Enabled": "Kohortos \u012fjungtos", - "Confirm": "Patvirtinti", - "Congratulations! You are now verified on %(platformName)s!": "Sveikiname! Dabar j\u016bs\u0173 duomenys patvirtinti %(platformName)s aplinkoje!", - "Copy Email To Editor": "El. lai\u0161k\u0105 nukopijuoti \u012f rengykl\u0119", - "Correct failed component": "Pataisyti neveikiant\u012f komponent\u0105", - "Could not find users associated with the following identifiers:": "Nerasti naudotojai, susij\u0119 su \u0161iais identifikatoriais:", - "Could not retrieve download url.": "Nepavyko nuskaityti atsiuntimo url nuorodos.", - "Could not retrieve payment information": "Nepavyko rasti mok\u0117jimo informacijos.", - "Could not retrieve upload url.": "Nepavyko nuskaityti \u012fk\u0117limo url nuorodos.", - "Could not submit order": "Nepavyko pateikti u\u017esakymo.", - "Could not submit photos": "Nepavyko pateikti nuotrauk\u0173.", - "Couldn't Save This Assignment": "Nepavyko i\u0161saugoti \u0161ios u\u017eduoties", - "Country": "\u0160alis", - "Course Credit Requirements": "Reikalavimai norint gauti kurso kredit\u0105 ", - "Course Index": "Kurso indeksas", - "Course Number": "Kurso numeris/kodas", - "Course Number Override": "Kurso numerio/kodo keitimas", - "Course Title": "Kurso pavadinimas", - "Course pacing cannot be changed once a course has started.": "Prasid\u0117jusio kurso tempo pakeisti negalima.", - "Create": "Sukurti", - "Create Re-run": "Sukurti pakartojim\u0105", - "Create a New Team": "Kurti nauj\u0105 komand\u0105", - "Create a content group": "Sukurti turinio grup\u0119", - "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "Sukurkite nauj\u0105 komand\u0105, jei nerandate prie ko prisijungti arba jei norite mokytis su pa\u017e\u012fstamais draugais.", - "Create an account using": "Sukurti paskyr\u0105 naudojantis", - "Creating missing groups": "Tr\u016bkstam\u0173 grupi\u0173 k\u016brimas", - "Criterion Added": "Prid\u0117tas kriterijus", - "Criterion Deleted": "Kriterijus pa\u0161alintas", - "Crossed out items have been refunded.": "U\u017e i\u0161brauktas prekes jums buvo gr\u0105\u017einti pinigai.", - "Current conversation": "Dabartinis pokalbis", - "Current tab": "Dabartin\u0117 kortel\u0117", - "Date": "Data", - "Date Added": "\u012ek\u0117limo data", - "December": "Gruodis", - "Delete": "Pa\u0161alinti", - "Delete \"<%= signatoryName %>\" from the list of signatories?": "Pa\u0161alinti \"<%= signatoryName %>\" i\u0161 pasira\u0161an\u010di\u0173 asmen\u0173 s\u0105ra\u0161o?", - "Delete File Confirmation": "Failo pa\u0161alinimo patvirtinimas", - "Delete this %(item_display_name)s?": "Pa\u0161alinti \u0161\u012f %(item_display_name)s?", - "Delete this team?": "\u0160alinti \u0161i\u0105 komand\u0105?", - "Deleted Content Group": "Pa\u0161alinta turinio grup\u0117", - "Deleting a team is permanent and cannot be undone. All members are removed from the team, and team discussions can no longer be accessed.": "Komanda bus pa\u0161alinta visam laikui, jos nebus galima atkurti. Visi nariai pa\u0161alinami i\u0161 komandos ir nebegalima prisijungti prie komandos diskusij\u0173.", - "Deleting this %(item_display_name)s is permanent and cannot be undone.": "U\u017eduotis \"%(item_display_name)s\" pa\u0161alinama galutinai ir neat\u0161aukiamai.", - "Description": "Apra\u0161as", - "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "Ar norite leisti \u0161iam kurso dalyviui ({student_id}) praleisti stojam\u0105j\u012f egzamin\u0105?", - "Does the name on your ID match your account name: %(fullName)s?": "Ar j\u016bs\u0173 vardas ir pavard\u0117 asmens tapatyb\u0117s dokumente sutampa su j\u016bs\u0173 vardu ir pavarde paskyroje: %(fullName)s?", - "Does the photo of you match your ID photo?": "Ar j\u016bs\u0173 nuotrauka atitinka nuotrauk\u0105 asmens tapatyb\u0117s dokumente?", - "Does the photo of you show your whole face?": "Ar nuotraukoje matyti visas j\u016bs\u0173 veidas?", - "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "Nematote savo nuotraukos? \u012esitikinkite, kad leid\u017eiate nar\u0161yklei naudoti vaizdo kamer\u0105 kai ji pra\u0161o leidimo.", - "Donate": "Paremti", - "Double-check that your webcam is connected and working to continue.": "Nor\u0117dami t\u0119sti, prijunkite vaizdo kamer\u0105.", - "Drop target image": "Pad\u0117ti paskirties paveiksl\u0105", - "Due Date": "Pabaigos data", - "Due date cannot be before start date.": "Pabaigos data negali b\u016bti ankstesn\u0117 u\u017e prad\u017eios dat\u0105.", - "Duration (sec)": "Trukm\u0117 (s)", - "Edit Team": "Redaguoti komand\u0105", - "Edit Your Name": "Redaguoti vard\u0105", - "Edit this certificate?": "Redaguoti \u0161\u012f sertifikat\u0105?", - "Editable": "Redaguojamas", - "Education Completed": "Pasiektas i\u0161silavinimas", - "Email": "El. pa\u0161tas", - "Emails successfully sent. The following users are no longer enrolled in the course:": "El. lai\u0161kai i\u0161si\u0173sti s\u0117kmingai. \u0160ie naudotojai i\u0161braukti i\u0161 kurso s\u0105ra\u0161o:", - "Enable Cohorts": "\u012ejungti kohortas", - "Engage with posts": "Steb\u0117ti \u012fra\u0161us", - "Enrolling you in the selected course": "J\u016bs u\u017eregistruojami \u012f pasirinkt\u0105 kurs\u0105", - "Ensure that you can see your photo and read your name": "U\u017etikrinkite, kad j\u016bs\u0173 nuotrauka gerai matoma, o vardas ir pavard\u0117 yra \u012fskaitomi", - "Enter Due Date and Time": "\u012evesti pateikimo dat\u0105 ir laik\u0105", - "Enter Start Date and Time": "\u012evesti prad\u017eios dat\u0105 ir laik\u0105", - "Enter a student's username or email address.": "\u012evesti kurso dalyvio naudotojo vard\u0105 arba el. pa\u0161to adres\u0105.", - "Enter a username or email.": "\u012evesti naudotojo vard\u0105 arba el. pa\u0161t\u0105", - "Enter team description.": "\u012eveskite komandos apra\u0161\u0105.", - "Enter team name.": "\u012eveskite komandos pavadinim\u0105.", - "Enter the enrollment code.": "\u012eveskite registracijos kod\u0105.", - "Enter the name of the cohort": "\u012era\u0161ykite kohortos pavadinim\u0105", - "Enter the page number you'd like to quickly navigate to.": "\u012eveskite puslapio numer\u012f, \u012f kur\u012f norite patekti.", - "Enter username or email": "\u012evesti naudotojo vard\u0105 arba el. pa\u0161t\u0105", - "Entrance exam attempts is being reset for student '{student_id}'.": "Nustatoma, kad kurso dalyvis \"{student_id}\" gal\u0117t\u0173 i\u0161 naujo laikyti stojam\u0105j\u012f egzamin\u0105.", - "Entrance exam state is being deleted for student '{student_id}'.": "\u0160alinama kurso dalyvio \"{student_id}\" stojamojo egzamino b\u016bsena.", - "Error": "Klaida", - "Error adding user": "Klaida pridedant naudotoj\u0105", - "Error adding/removing users as beta testers.": "Klaida pridedant / \u0161alinant naudotojus kaip beta versijos bandytojus.", - "Error changing user's permissions.": "Klaida kei\u010diant naudotojo teises.", - "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "Klaida \u0161alinant kurso dalyvio \"{student_id}\" stojamojo egzamino b\u016bsen\u0105. \u012esitikinkite, ar kurso dalyvio indentifikacinis numeris yra teisingas.", - "Error enrolling/unenrolling users.": "Klaida \u012ftraukiant \u012f s\u0105ra\u0161\u0105 / i\u0161braukiant i\u0161 s\u0105ra\u0161o naudotojus.", - "Error generating grades. Please try again.": "Klaida generuojant \u012fvertinim\u0105. Pra\u0161ome bandyti dar kart\u0105.", - "Error generating list of students who may enroll. Please try again.": "Klaida generuojant kurso dalyvi\u0173, kurie gali u\u017esiregistruoti, s\u0105ra\u0161\u0105. Pra\u0161ome bandyti dar kart\u0105.", - "Error generating problem grade report. Please try again.": "Klaida generuojant u\u017eduoties vertinimo ataskait\u0105. Pra\u0161ome bandyti dar kart\u0105.", - "Error generating proctored exam results. Please try again.": "Klaida generuojant stebimo egzamino rezultatus. Pra\u0161ome bandyti dar kart\u0105.", - "Error generating student profile information. Please try again.": "Klaida formuojant kurso dalyvi\u0173 profilio informacij\u0105. Pra\u0161ome bandyti dar kart\u0105.", - "Error generating survey results. Please try again.": "Klaida generuojant apklausos rezultatus. Pra\u0161ome bandyti dar kart\u0105.", - "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "Klaida gaunant kurso dalyvio \"{student_id}\" stojamojo egzamino u\u017eduoties istorij\u0105. \u012esitikinkite, ar kurso dalyvio indentifikacinis numeris yra teisingas.", - "Error getting issued certificates list.": "Klaida gaunant i\u0161duot\u0173 sertifikat\u0173 s\u0105ra\u0161\u0105.", - "Error getting student list.": "Klaida gaunant kurso dalyvi\u0173 s\u0105ra\u0161\u0105.", - "Error listing task history for this student and problem.": "Klaida pateikiant \u0161io kurso dalyvio \u0161io u\u017edavinio u\u017eduo\u010di\u0173 istorij\u0105.", - "Error removing user": "Klaida pa\u0161alinant naudotoj\u0105", - "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "Klaida nustatant, kad kurso dalyvis \"{student_id}\" gal\u0117t\u0173 i\u0161 naujo laikyti stojam\u0105j\u012f egzamin\u0105. \u012esitikinkite, ar kurso dalyvio indentifikacinis numeris yra teisingas.", - "Error retrieving grading configuration.": "Klaida nuskaitant \u012fvertinim\u0105.", - "Error sending email.": "Klaida siun\u010diant el. lai\u0161k\u0105.", - "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "Klaida pradedant perskai\u010diuoti kurso dalyvio \"{student_id}\" stojamojo egzamino \u012fvertinim\u0105. \u012esitikinkite, ar stojamamajame egzamine yra u\u017eduo\u010di\u0173 ir kurso dalyvio identifikacinis numeris yra teisingas.", - "Error while generating certificates. Please try again.": "Klaida generuojant sertifikatus. Pra\u0161ome bandyti dar kart\u0105.", - "Error while regenerating certificates. Please try again.": "Generuojant sertifikatus \u012fvyko klaida. Pra\u0161ome bandyti dar kart\u0105.", - "Error:": "Klaida:", - "Error: You cannot remove yourself from the Instructor group!": "Klaida: j\u016bs negalite pa\u0161alinti sav\u0119s i\u0161 lektori\u0173 grup\u0117s!", - "Errors": "Klaidos", - "Explore your course!": "Per\u017ei\u016br\u0117kite kurs\u0105!", - "February": "Vasaris", - "File Name": "Failo pavadinimas", - "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "Failas {filename} vir\u0161ija maksimal\u0173 {maxFileSizeInMBs} MB dyd\u012f.", - "Files must be in JPEG or PNG format.": "Failai turi b\u016bti tik toki\u0173 format\u0173: JPEG arba PNG.", - "Filter": "Filtras", - "Find discussions": "Ie\u0161koti diskusij\u0173", - "Frequently Asked Questions": "Da\u017enai u\u017eduodami klausimai", - "Full Name": "Vardas Pavard\u0117", - "Fullscreen": "Visas ekranas", - "Gender": "Lytis", - "Get Credit": "Gauti kredit\u0105", - "Go to your Dashboard": "Eiti \u012f informacin\u012f puslap\u012f", - "Government-Issued Photo ID": "Vald\u017eios institucij\u0173 i\u0161duotas asmens tapatyb\u0117s dokumentas su nuotrauka", - "Grace period must be specified in HH:MM format.": "Vertinimo laikotarpis turi b\u016bti nurodytas naudojant VV:MM format\u0105.", - "Grade": "\u012evertinimas", - "Group %s": "Grup\u0117 %s", - "Group A": "A grup\u0117", - "Group B": "B grup\u0117", - "Group Configuration name is required.": "B\u016btinas grupin\u0117s konfig\u016bracijos pavadinimas.", - "Group name is required": "B\u016btinas grup\u0117s pavadinimas", - "Heading": "Pavadinimas", - "Heading (Ctrl+H)": "Pavadinimas (Ctrl+H)", - "Hide": "Sl\u0117pti", - "Hide Deprecated Settings": "Sl\u0117pti nerekomenduojamas nuostatas", - "Hide Discussion": "Sl\u0117pti diskusij\u0105", - "Hide notes": "Sl\u0117pti pastabas", - "Highlighted text": "Pa\u017eym\u0117tas tekstas", - "Horizontal Rule (Ctrl+R)": "Horizontali taisykl\u0117 (Ctrl+R)", - "How to use %(platform_name)s discussions": "Kaip naudotis %(platform_name)s diskusijomis", - "Hyperlink (Ctrl+L)": "Nuoroda (Ctrl+L)", - "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "Jeigu dabar nepatvirtinsite savo tapatyb\u0117s, informaciniame puslapyje vis tiek galite per\u017ei\u016br\u0117ti savo kurs\u0105. I\u0161 %(platformName)s gausite periodinius priminimus d\u0117l tapatyb\u0117s patvirtinimo.", - "If you leave, you can no longer post in this team's discussions. Your place will be available to another learner.": "Jei i\u0161eisite, nebegal\u0117site ra\u0161yti \u0161ios komandos diskusijose. J\u016bs\u0173 vieta bus laisva kitam kurso dalyviui.", - "If you make significant changes, make sure you notify members of the team before making these changes.": "Jei ketinate i\u0161 esm\u0117s k\u0105 nors pakeisti, prie\u0161 tai darydami prane\u0161kite kitiems komandos nariams.", - "Image": "Paveikslas", - "Image (Ctrl+G)": "Vaizdas (Ctrl+G)", - "Image Upload Error": "Paveikslo \u012fk\u0117limo klaida", - "Image must be in PNG format": "Paveikslas turi b\u016bti PNG formato", - "Image must be in PNG format.": "Paveikslas turi b\u016bti PNG formato.", - "In Progress": "Vykdoma", - "Insert Hyperlink": "\u012eterpti hipersait\u0105 ", - "Is your name on your ID readable?": "Ar j\u016bs\u0173 vardas ir pavard\u0117 asmens tapatyb\u0117s dokumente yra \u012fskaitomi?", - "Italic (Ctrl+I)": "Pasvirasis (Ctrl+I)", - "January": "Sausis", - "Joined %(date)s": "Prisijung\u0117 %(date)s", - "July": "Liepa", - "June": "Bir\u017eelis", - "KB": "KB", - "Key should only contain letters, numbers, _, or -": "Raktas turi b\u016bti sudarytas tik i\u0161 raid\u017ei\u0173, skai\u010di\u0173 bei _ ar - simboli\u0173", - "LEARN MORE": "SU\u017dINOTI DAUGIAU", - "Language": "Kalba", - "Large": "Didelis", - "Last Activity %(date)s": "Paskutin\u0117 veikla %(date)s", - "Last Edited:": "Paskutin\u012f kart\u0105 redaguota:", - "Last activity %(date)s": "Paskutin\u0117 veikla %(date)s", - "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "Kad kurso dalyviai, kuriems reikalingas tapatyb\u0117s patvirtinimas, gal\u0117t\u0173 matyti \u0161io skyriaus turin\u012f, turi b\u016bti atliktas pasirinktas tapatyb\u0117s patvirtinimas. Numatyta, kad \u0161\u012f turin\u012f matyt\u0173 kurso dalyviai, kuriems nereikalingas tapatyb\u0117s patvirtinimas.", - "Leave this team?": "I\u0161eiti i\u0161 \u0161ios komandos?", - "Less": "Ma\u017eiau", - "Library User": "Bibliotekos naudotojas", - "Linking": "Sujungiama", - "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "Nuorodos sugeneruotos pagal u\u017eklaus\u0105 ir d\u0117l kurso dalyvi\u0173 informacijos konfidencialumo bus panaikintos per 5 minutes.", - "List item": "S\u0105ra\u0161o punktas", - "Live view of webcam": "Tiesioginis internetin\u0117s kameros vaizdas", - "Load Another File": "\u012ekelti kit\u0105 fail\u0105", - "Load all responses": "\u012ekelti visus atsakymus", - "Loading": "\u012ekeliama", - "Loading content": "\u012ekeliamas turinys", - "Loading data...": "\u012ekeliami duomenys...", - "Loading more threads": "\u012ekeliama daugiau gij\u0173", - "Loading your courses": "J\u016bs\u0173 kurs\u0173 \u012fk\u0117limas", - "Location in Course": "Vieta kurse", - "MB": "MB", - "Make sure that the full name on your account matches the name on your ID.": "\u012esitikinkite, kad j\u016bs\u0173 vardas ir pavard\u0117 paskyroje atitinka asmens tapatyb\u0117s dokument\u0105.", - "Make sure we can verify your identity with the photos and information you have provided.": "\u012esitikinkite, kad j\u016bs\u0173 pateiktos nuotraukos ir informacija pad\u0117s mums patvirtinti j\u016bs\u0173 tapatyb\u0119.", - "Make sure your ID is well-lit": "\u012esitikinkite, kad j\u016bs\u0173 asmens tapatyb\u0117s dokumentas yra gerai ap\u0161viestas", - "Make sure your face is well-lit": "\u012esitikinkite, kad j\u016bs\u0173 veidas yra gerai ap\u0161viestas", - "Manual": "Rankinis", - "March": "Kovas", - "Mark enrollment code as unused": "Pa\u017eym\u0117ti registracijos kod\u0105 kaip nepanaudot\u0105", - "Markdown Editing Help": "Markdown redagavimo pagalba", - "Max file size exceeded": "Vir\u0161ytas maksimalus failo dydis.", - "May": "Gegu\u017e\u0117", - "Membership": "Naryst\u0117", - "Message:": "\u017dinut\u0117:", - "Midnight": "Vidurnaktis", - "Module state successfully deleted.": "Modulio b\u016bsena s\u0117kmingai pa\u0161alinta.", - "More": "Daugiau", - "Must complete verification checkpoint": "B\u016btina pereiti patvirtinimo kontrolin\u012f ta\u0161k\u0105", - "My Team": "Mano komanda", - "Name": "Vardas", - "New Address": "Naujas adresas", - "Next": "Kitas", - "Next Step: Confirm your identity": "Toliau: patvirtinkite savo tapatyb\u0119", - "Next: %(nextStepTitle)s": "Toliau: %(nextStepTitle)s", - "No Content Group": "N\u0117ra turinio grup\u0117s", - "No Flash Detected": "Flash nerastas", - "No Webcam Detected": "Vaizdo kamera nerasta", - "No receipt available": "Kvito n\u0117ra", - "No results found for \"%(query_string)s\". Please try searching again.": "Pagal u\u017eklaus\u0105 \"%(query_string)s\" rezultat\u0173 n\u0117ra. Bandykite dar kart\u0105.", - "No tasks currently running.": "\u0160iuo metu nevykdoma n\u0117 viena u\u017eduotis.", - "None": "N\u0117ra", - "Noon": "Vidurdienis", - "Not Selected": "Nepasirinkta", - "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "Negalima nustatyti minimalaus \u012fvertinimo, ma\u017eesnio nei %(minimum_grade_cutoff)s%.", - "Not in Use": "Nenaudojama", - "Not selected": "Nepasirinkta", - "Note": "Pastaba", + ], + "6 a.m.": "6 a.m.", + "6 p.m.": "18:00", + "A driver's license, passport, or government-issued ID with your name and photo.": "Vairuotojo pa\u017eym\u0117jimas, pasas ar vald\u017eios institucij\u0173 i\u0161duotas asmens tapatyb\u0117s dokumentas su j\u016bs\u0173 vardu, pavarde ir nuotrauka.", + "A driver's license, passport, or other government-issued ID with your name and photo": "Vairuotojo pa\u017eym\u0117jimas, pasas ar kitas vald\u017eios institucij\u0173 i\u0161duotas asmens tapatyb\u0117s dokumentas su j\u016bs\u0173 vardu, pavarde ir nuotrauka", + "A list of courses you have just enrolled in as a verified student": "S\u0105ra\u0161as kurs\u0173, \u012f kuriuos buvote k\u0105 tik u\u017eregistruotas kaip tapatybe patvirtintas dalyvis", + "A name that identifies your team (maximum 255 characters).": "Pavadinimas, identifikuojantis j\u016bs\u0173 komand\u0105 (daugiausia 255 simboliai).", + "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "Trumpas komandos apra\u0161as, padedantis kitiems kurso dalyviams suprasti komandos tikslus ar veiklos srit\u012f (daugiausia 300 simboli\u0173).", + "A valid email address is required": "B\u016btinas teisingas el. pa\u0161to adresas", + "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "ABCDEFGHIYJKLMNOPRSTUVZ", + "Account Settings": "Paskyros nuostatos", + "Actions": "Veiksmai", + "Activate Your Account": "Aktyvuokite savo paskyr\u0105", + "Add Additional Signatory": "Prid\u0117ti papildom\u0105 pasira\u0161ant\u012f asmen\u012f", + "Add Cohort": "Prid\u0117ti kohort\u0105", + "Add Component:": "Prid\u0117ti komponent\u0105:", + "Add a New Cohort": "Prid\u0117ti nauj\u0105 kohort\u0105", + "Add your first content group": "Prid\u0117kite savo pirm\u0105 turinio grup\u0119", + "Add your first group configuration": "Prid\u0117kite pirm\u0105j\u0105 grupin\u0119 konfig\u016bracij\u0105", + "Adding the selected course to your cart": "Pasirinkto kurso \u012fd\u0117jimas \u012f j\u016bs\u0173 pirkini\u0173 krep\u0161el\u012f", + "Admin": "Administratorius", + "All Topics": "Visos temos", + "All accounts were created successfully.": "Visos paskyros s\u0117kmingai sukurtos.", + "All groups must have a name.": "Visos grup\u0117s turi tur\u0117ti pavadinimus.", + "All groups must have a unique name.": "Visos grup\u0117s turi tur\u0117ti unikalius pavadinimus.", + "All subsections": "Visos potem\u0117s", + "All teams": "Visos komandos", + "All topics": "Visos temos", + "All units": "Visi skyriai", + "Allow students to generate certificates for this course?": "Leisti kurso dalyviams generuoti \u0161io kurso sertifikatus?", + "Already a course team member": "Jau esate kurso komandos narys", + "Already a library team member": "Jau esate bibliotekos komandos narys", + "Already a member": "Jau esate narys", + "Amount": "Suma", + "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "\u012evyko klaida. \u012esitikinkite, kad esate prisijung\u0119 prie interneto ir pabandykite i\u0161 naujo \u012fkelti puslap\u012f.", + "An error has occurred. Please try again later.": "\u012evyko klaida. Pra\u0161ome pabandyti v\u0117liau.", + "An error has occurred. Please try again.": "\u012evyko klaida. Pra\u0161ome bandyti dar kart\u0105.", + "An error has occurred. Please try reloading the page.": "\u012evyko klaida. Pra\u0161ome i\u0161 naujo \u012fkelti puslap\u012f.", + "An error has occurred. Refresh the page, and then try again.": "\u012evyko klaida. Atnaujinkite puslap\u012f ir bandykite dar kart\u0105.", + "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "\u012evyko klaida gaunant j\u016bs\u0173 el. lai\u0161k\u0105. Bandykite v\u0117liau ir, jeigu problema i\u0161liks, susisiekite su technin\u0117s prie\u017ei\u016bros komanda.", + "An error occurred while removing the member from the team. Try again.": "\u012evyko klaida \u0161alinant nar\u012f i\u0161 komandos. Bandykite dar kart\u0105.", + "An error occurred. Make sure that the student's username or email address is correct and try again.": "Klaida. \u012esitikinkite, kad kurso dalyvio naudotojo vardas arba el. pa\u0161to adresas yra teisingas ir bandykite dar kart\u0105.", + "An error occurred. Please try again.": "\u012evyko klaida. Pra\u0161ome bandyti dar kart\u0105.", + "An error occurred. Try again.": "\u012evyko klaida. Bandykite dar kart\u0105.", + "An unexpected error occurred. Please try again.": "\u012evyko nenumatyta klaida. Pra\u0161ome bandyti dar kart\u0105.", + "April": "Balandis", + "Are you sure you want to delete this comment?": "Ar j\u016bs tikrai norite panaikinti \u0161\u012f komentar\u0105?", + "Are you sure you want to delete this post?": "Ar j\u016bs tikrai norite pa\u0161alinti \u0161\u012f prane\u0161im\u0105?", + "Are you sure you want to delete this response?": "Ar j\u016bs tikrai norite panaikinti \u0161\u012f atsakym\u0105?", + "Are you sure you want to delete this update?": "Ar j\u016bs tikrai norite pa\u0161alinti \u0161\u012f atnaujinim\u0105?", + "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "Ar tikrai norite pa\u0161alinti {email} i\u0161 \u201c{container}\u201d kurso komandos?", + "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "Ar tikrai norite pa\u0161alinti {email} i\u0161 bibliotekos \u201c{container}\u201d?", + "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "Ar tikrai norite apriboti {email} prieig\u0105 prie \u201c{container}\u201d?", + "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "Ar j\u016bs tikrai norite pa\u0161alinti \u0161\u012f komponent\u0105? \u0160io veiksmo nebus galima at\u0161aukti.\n\nTaip pat bet koks turinys, susietas su \u0161iuo komponentu, gali nebeveikti (pvz., gali b\u016bti nerodomi paveiksl\u0117liai arba gali neveikti nuorodos)", + "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "Nor\u0117dami gauti patvirtinim\u0105 j\u016bs nufotografuojate savo veid\u0105 ir vald\u017eios institucijos i\u0161duot\u0105 asmens tapatyb\u0117s dokument\u0105 su nuotrauka. M\u016bs\u0173 leidim\u0173 i\u0161davimo tarnyba patvirtina j\u016bs\u0173 asmenyb\u0119 palyginusi j\u016bs\u0173 daryt\u0105 nuotrauk\u0105 su nuotrauka asmens tapatyb\u0117s dokumente. ", + "Assign students to cohorts by uploading a CSV file.": "Priskirkite kurso dalyvius kohortoms \u012fkeldami CSV fail\u0105. ", + "Associated Content Group": "Susijusi turinio grup\u0117 ", + "August": "Rugpj\u016btis", + "Automatic": "Automatinis", + "Available %s": "Galimi %s", + "Back to sign in": "Gr\u012f\u017eti \u012f prisijungim\u0105", + "Be sure your entire face is inside the frame": "\u012esitikinkite, kad visas j\u016bs\u0173 veidas telpa \u012f kadr\u0105", + "Before proceeding, please confirm that your details match": "Prie\u0161 t\u0119siant pra\u0161ome patvirtinti, kad j\u016bs\u0173 duomenys atitinka ", + "Billed to": "S\u0105skaita i\u0161ra\u0161yta", + "Blockquote": "Citatos blokas", + "Blockquote (Ctrl+Q)": "\u012etrauka (Ctrl+Q)", + "Bold (Ctrl+B)": "Pary\u0161kintas (Ctrl+B)", + "Bulleted List (Ctrl+U)": "Su\u017eenklintas s\u0105ra\u0161as (Ctrl+U)", + "Can we match the photo you took with the one on your ID?": "Ar mes gal\u0117site sulyginti j\u016bs\u0173 nuotrauk\u0105 su nuotrauka, esan\u010dia ant asmens tapatyb\u0117s dokumento?", + "Cancel": "At\u0161aukti", + "Cancel enrollment code": "At\u0161aukti registracijos kod\u0105", + "Certificate name is required.": "Sertifikato pavadinimas yra privalomas.", + "Change Manually": "Keisti rankiniu b\u016bdu", + "Change My Email Address": "Keisti mano el. pa\u0161to adres\u0105", + "Change image": "Pakeisti paveiksl\u0105", + "Changes to steps that are not selected as part of the assignment will not be saved.": "Etap\u0173 pakeitimai, kurie n\u0117ra pasirinkti kaip u\u017eduoties dalis, nebus i\u0161saugoti.", + "Check Your Email": "Pasitikrinkite el. pa\u0161t\u0105", + "Check the highlighted fields below and try again.": "Patikrinkite pa\u017eym\u0117tus laukus ir bandykite dar kart\u0105.", + "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "Pa\u017eym\u0117kite \u0161\u012f langel\u012f, jei pageidaujate gauti vien\u0105 el. lai\u0161k\u0105 per dien\u0105, prane\u0161ant\u012f apie j\u016bs\u0173 stebim\u0173 prane\u0161im\u0173 naujus, neperskaitytus \u012fra\u0161us.", + "Check your email": "Pasitikrinkite el. pa\u0161t\u0105", + "Checkout": "Atsiskaitymas", + "Checkout with PayPal": "Atsiskaityti su PayPal", + "Checkout with {processor}": "Atsiskaityti su {processor}", + "Choose": "Pasirinkti", + "Choose a .csv file": "Pasirinkti .csv fail\u0105", + "Choose a Date": "Pasirinkite dat\u0105", + "Choose a Time": "Pasirinkite laik\u0105", + "Choose a content group to associate": "Pasirinkite turinio grup\u0119, su kuria susiesite", + "Choose a time": "Pasirinkite laik\u0105", + "Choose all": "Pasirinkti visus", + "Chosen %s": "Pasirinktas %s", + "Clear search": "Valyti paie\u0161k\u0105", + "Clear search results": "I\u0161trinti paie\u0161kos rezultatus", + "Click to change": "Spustel\u0117kite nor\u0117dami pakeisti", + "Click to choose all %s at once.": "Spustel\u0117kite, kad i\u0161 karto pasirinktum\u0117te visus %s.", + "Click to edit": "Pragtelti redagavimui", + "Click to remove all chosen %s at once.": "Spustel\u0117kite, kad i\u0161 karto pa\u0161alintum\u0117te visus pasirinktus %s.", + "Close": "U\u017edaryti", + "Code Sample (Ctrl+K)": "Kodo pavyzdys (Ctrl+K)", + "Cohort Assignment Method": "Priskyrimo kohortoms metodas", + "Cohort Name": "Kohortos pavadinimas", + "Cohorts Disabled": "Kohortos i\u0161jungtos", + "Cohorts Enabled": "Kohortos \u012fjungtos", + "Confirm": "Patvirtinti", + "Congratulations! You are now verified on %(platformName)s!": "Sveikiname! Dabar j\u016bs\u0173 duomenys patvirtinti %(platformName)s aplinkoje!", + "Copy Email To Editor": "El. lai\u0161k\u0105 nukopijuoti \u012f rengykl\u0119", + "Correct failed component": "Pataisyti neveikiant\u012f komponent\u0105", + "Could not find users associated with the following identifiers:": "Nerasti naudotojai, susij\u0119 su \u0161iais identifikatoriais:", + "Could not retrieve download url.": "Nepavyko nuskaityti atsiuntimo url nuorodos.", + "Could not retrieve payment information": "Nepavyko rasti mok\u0117jimo informacijos.", + "Could not retrieve upload url.": "Nepavyko nuskaityti \u012fk\u0117limo url nuorodos.", + "Could not submit order": "Nepavyko pateikti u\u017esakymo.", + "Could not submit photos": "Nepavyko pateikti nuotrauk\u0173.", + "Couldn't Save This Assignment": "Nepavyko i\u0161saugoti \u0161ios u\u017eduoties", + "Country": "\u0160alis", + "Course Credit Requirements": "Reikalavimai norint gauti kurso kredit\u0105 ", + "Course Index": "Kurso indeksas", + "Course Number": "Kurso numeris/kodas", + "Course Number Override": "Kurso numerio/kodo keitimas", + "Course Title": "Kurso pavadinimas", + "Course pacing cannot be changed once a course has started.": "Prasid\u0117jusio kurso tempo pakeisti negalima.", + "Create": "Sukurti", + "Create Re-run": "Sukurti pakartojim\u0105", + "Create a New Team": "Kurti nauj\u0105 komand\u0105", + "Create a content group": "Sukurti turinio grup\u0119", + "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "Sukurkite nauj\u0105 komand\u0105, jei nerandate prie ko prisijungti arba jei norite mokytis su pa\u017e\u012fstamais draugais.", + "Create an account using": "Sukurti paskyr\u0105 naudojantis", + "Creating missing groups": "Tr\u016bkstam\u0173 grupi\u0173 k\u016brimas", + "Criterion Added": "Prid\u0117tas kriterijus", + "Criterion Deleted": "Kriterijus pa\u0161alintas", + "Crossed out items have been refunded.": "U\u017e i\u0161brauktas prekes jums buvo gr\u0105\u017einti pinigai.", + "Current conversation": "Dabartinis pokalbis", + "Current tab": "Dabartin\u0117 kortel\u0117", + "Date": "Data", + "Date Added": "\u012ek\u0117limo data", + "December": "Gruodis", + "Delete": "Pa\u0161alinti", + "Delete \"<%= signatoryName %>\" from the list of signatories?": "Pa\u0161alinti \"<%= signatoryName %>\" i\u0161 pasira\u0161an\u010di\u0173 asmen\u0173 s\u0105ra\u0161o?", + "Delete File Confirmation": "Failo pa\u0161alinimo patvirtinimas", + "Delete this %(item_display_name)s?": "Pa\u0161alinti \u0161\u012f %(item_display_name)s?", + "Delete this team?": "\u0160alinti \u0161i\u0105 komand\u0105?", + "Deleted Content Group": "Pa\u0161alinta turinio grup\u0117", + "Deleting a team is permanent and cannot be undone. All members are removed from the team, and team discussions can no longer be accessed.": "Komanda bus pa\u0161alinta visam laikui, jos nebus galima atkurti. Visi nariai pa\u0161alinami i\u0161 komandos ir nebegalima prisijungti prie komandos diskusij\u0173.", + "Deleting this %(item_display_name)s is permanent and cannot be undone.": "U\u017eduotis \"%(item_display_name)s\" pa\u0161alinama galutinai ir neat\u0161aukiamai.", + "Description": "Apra\u0161as", + "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "Ar norite leisti \u0161iam kurso dalyviui ({student_id}) praleisti stojam\u0105j\u012f egzamin\u0105?", + "Does the name on your ID match your account name: %(fullName)s?": "Ar j\u016bs\u0173 vardas ir pavard\u0117 asmens tapatyb\u0117s dokumente sutampa su j\u016bs\u0173 vardu ir pavarde paskyroje: %(fullName)s?", + "Does the photo of you match your ID photo?": "Ar j\u016bs\u0173 nuotrauka atitinka nuotrauk\u0105 asmens tapatyb\u0117s dokumente?", + "Does the photo of you show your whole face?": "Ar nuotraukoje matyti visas j\u016bs\u0173 veidas?", + "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "Nematote savo nuotraukos? \u012esitikinkite, kad leid\u017eiate nar\u0161yklei naudoti vaizdo kamer\u0105 kai ji pra\u0161o leidimo.", + "Donate": "Paremti", + "Double-check that your webcam is connected and working to continue.": "Nor\u0117dami t\u0119sti, prijunkite vaizdo kamer\u0105.", + "Drop target image": "Pad\u0117ti paskirties paveiksl\u0105", + "Due Date": "Pabaigos data", + "Due date cannot be before start date.": "Pabaigos data negali b\u016bti ankstesn\u0117 u\u017e prad\u017eios dat\u0105.", + "Duration (sec)": "Trukm\u0117 (s)", + "Edit Team": "Redaguoti komand\u0105", + "Edit Your Name": "Redaguoti vard\u0105", + "Edit this certificate?": "Redaguoti \u0161\u012f sertifikat\u0105?", + "Editable": "Redaguojamas", + "Education Completed": "Pasiektas i\u0161silavinimas", + "Email": "El. pa\u0161tas", + "Emails successfully sent. The following users are no longer enrolled in the course:": "El. lai\u0161kai i\u0161si\u0173sti s\u0117kmingai. \u0160ie naudotojai i\u0161braukti i\u0161 kurso s\u0105ra\u0161o:", + "Enable Cohorts": "\u012ejungti kohortas", + "Engage with posts": "Steb\u0117ti \u012fra\u0161us", + "Enrolling you in the selected course": "J\u016bs u\u017eregistruojami \u012f pasirinkt\u0105 kurs\u0105", + "Ensure that you can see your photo and read your name": "U\u017etikrinkite, kad j\u016bs\u0173 nuotrauka gerai matoma, o vardas ir pavard\u0117 yra \u012fskaitomi", + "Enter Due Date and Time": "\u012evesti pateikimo dat\u0105 ir laik\u0105", + "Enter Start Date and Time": "\u012evesti prad\u017eios dat\u0105 ir laik\u0105", + "Enter a student's username or email address.": "\u012evesti kurso dalyvio naudotojo vard\u0105 arba el. pa\u0161to adres\u0105.", + "Enter a username or email.": "\u012evesti naudotojo vard\u0105 arba el. pa\u0161t\u0105", + "Enter team description.": "\u012eveskite komandos apra\u0161\u0105.", + "Enter team name.": "\u012eveskite komandos pavadinim\u0105.", + "Enter the enrollment code.": "\u012eveskite registracijos kod\u0105.", + "Enter the name of the cohort": "\u012era\u0161ykite kohortos pavadinim\u0105", + "Enter the page number you'd like to quickly navigate to.": "\u012eveskite puslapio numer\u012f, \u012f kur\u012f norite patekti.", + "Enter username or email": "\u012evesti naudotojo vard\u0105 arba el. pa\u0161t\u0105", + "Entrance exam attempts is being reset for student '{student_id}'.": "Nustatoma, kad kurso dalyvis \"{student_id}\" gal\u0117t\u0173 i\u0161 naujo laikyti stojam\u0105j\u012f egzamin\u0105.", + "Entrance exam state is being deleted for student '{student_id}'.": "\u0160alinama kurso dalyvio \"{student_id}\" stojamojo egzamino b\u016bsena.", + "Error": "Klaida", + "Error adding user": "Klaida pridedant naudotoj\u0105", + "Error adding/removing users as beta testers.": "Klaida pridedant / \u0161alinant naudotojus kaip beta versijos bandytojus.", + "Error changing user's permissions.": "Klaida kei\u010diant naudotojo teises.", + "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "Klaida \u0161alinant kurso dalyvio \"{student_id}\" stojamojo egzamino b\u016bsen\u0105. \u012esitikinkite, ar kurso dalyvio indentifikacinis numeris yra teisingas.", + "Error enrolling/unenrolling users.": "Klaida \u012ftraukiant \u012f s\u0105ra\u0161\u0105 / i\u0161braukiant i\u0161 s\u0105ra\u0161o naudotojus.", + "Error generating grades. Please try again.": "Klaida generuojant \u012fvertinim\u0105. Pra\u0161ome bandyti dar kart\u0105.", + "Error generating list of students who may enroll. Please try again.": "Klaida generuojant kurso dalyvi\u0173, kurie gali u\u017esiregistruoti, s\u0105ra\u0161\u0105. Pra\u0161ome bandyti dar kart\u0105.", + "Error generating problem grade report. Please try again.": "Klaida generuojant u\u017eduoties vertinimo ataskait\u0105. Pra\u0161ome bandyti dar kart\u0105.", + "Error generating proctored exam results. Please try again.": "Klaida generuojant stebimo egzamino rezultatus. Pra\u0161ome bandyti dar kart\u0105.", + "Error generating student profile information. Please try again.": "Klaida formuojant kurso dalyvi\u0173 profilio informacij\u0105. Pra\u0161ome bandyti dar kart\u0105.", + "Error generating survey results. Please try again.": "Klaida generuojant apklausos rezultatus. Pra\u0161ome bandyti dar kart\u0105.", + "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "Klaida gaunant kurso dalyvio \"{student_id}\" stojamojo egzamino u\u017eduoties istorij\u0105. \u012esitikinkite, ar kurso dalyvio indentifikacinis numeris yra teisingas.", + "Error getting issued certificates list.": "Klaida gaunant i\u0161duot\u0173 sertifikat\u0173 s\u0105ra\u0161\u0105.", + "Error getting student list.": "Klaida gaunant kurso dalyvi\u0173 s\u0105ra\u0161\u0105.", + "Error listing task history for this student and problem.": "Klaida pateikiant \u0161io kurso dalyvio \u0161io u\u017edavinio u\u017eduo\u010di\u0173 istorij\u0105.", + "Error removing user": "Klaida pa\u0161alinant naudotoj\u0105", + "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "Klaida nustatant, kad kurso dalyvis \"{student_id}\" gal\u0117t\u0173 i\u0161 naujo laikyti stojam\u0105j\u012f egzamin\u0105. \u012esitikinkite, ar kurso dalyvio indentifikacinis numeris yra teisingas.", + "Error retrieving grading configuration.": "Klaida nuskaitant \u012fvertinim\u0105.", + "Error sending email.": "Klaida siun\u010diant el. lai\u0161k\u0105.", + "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "Klaida pradedant perskai\u010diuoti kurso dalyvio \"{student_id}\" stojamojo egzamino \u012fvertinim\u0105. \u012esitikinkite, ar stojamamajame egzamine yra u\u017eduo\u010di\u0173 ir kurso dalyvio identifikacinis numeris yra teisingas.", + "Error while generating certificates. Please try again.": "Klaida generuojant sertifikatus. Pra\u0161ome bandyti dar kart\u0105.", + "Error while regenerating certificates. Please try again.": "Generuojant sertifikatus \u012fvyko klaida. Pra\u0161ome bandyti dar kart\u0105.", + "Error:": "Klaida:", + "Error: You cannot remove yourself from the Instructor group!": "Klaida: j\u016bs negalite pa\u0161alinti sav\u0119s i\u0161 lektori\u0173 grup\u0117s!", + "Errors": "Klaidos", + "Explore your course!": "Per\u017ei\u016br\u0117kite kurs\u0105!", + "February": "Vasaris", + "File Name": "Failo pavadinimas", + "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "Failas {filename} vir\u0161ija maksimal\u0173 {maxFileSizeInMBs} MB dyd\u012f.", + "Files must be in JPEG or PNG format.": "Failai turi b\u016bti tik toki\u0173 format\u0173: JPEG arba PNG.", + "Filter": "Filtras", + "Find discussions": "Ie\u0161koti diskusij\u0173", + "Frequently Asked Questions": "Da\u017enai u\u017eduodami klausimai", + "Full Name": "Vardas Pavard\u0117", + "Fullscreen": "Visas ekranas", + "Gender": "Lytis", + "Get Credit": "Gauti kredit\u0105", + "Go to your Dashboard": "Eiti \u012f informacin\u012f puslap\u012f", + "Government-Issued Photo ID": "Vald\u017eios institucij\u0173 i\u0161duotas asmens tapatyb\u0117s dokumentas su nuotrauka", + "Grace period must be specified in HH:MM format.": "Vertinimo laikotarpis turi b\u016bti nurodytas naudojant VV:MM format\u0105.", + "Grade": "\u012evertinimas", + "Group %s": "Grup\u0117 %s", + "Group A": "A grup\u0117", + "Group B": "B grup\u0117", + "Group Configuration name is required.": "B\u016btinas grupin\u0117s konfig\u016bracijos pavadinimas.", + "Group name is required": "B\u016btinas grup\u0117s pavadinimas", + "Heading": "Pavadinimas", + "Heading (Ctrl+H)": "Pavadinimas (Ctrl+H)", + "Hide": "Sl\u0117pti", + "Hide Deprecated Settings": "Sl\u0117pti nerekomenduojamas nuostatas", + "Hide Discussion": "Sl\u0117pti diskusij\u0105", + "Hide notes": "Sl\u0117pti pastabas", + "Highlighted text": "Pa\u017eym\u0117tas tekstas", + "Horizontal Rule (Ctrl+R)": "Horizontali taisykl\u0117 (Ctrl+R)", + "How to use %(platform_name)s discussions": "Kaip naudotis %(platform_name)s diskusijomis", + "Hyperlink (Ctrl+L)": "Nuoroda (Ctrl+L)", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "Jeigu dabar nepatvirtinsite savo tapatyb\u0117s, informaciniame puslapyje vis tiek galite per\u017ei\u016br\u0117ti savo kurs\u0105. I\u0161 %(platformName)s gausite periodinius priminimus d\u0117l tapatyb\u0117s patvirtinimo.", + "If you leave, you can no longer post in this team's discussions. Your place will be available to another learner.": "Jei i\u0161eisite, nebegal\u0117site ra\u0161yti \u0161ios komandos diskusijose. J\u016bs\u0173 vieta bus laisva kitam kurso dalyviui.", + "If you make significant changes, make sure you notify members of the team before making these changes.": "Jei ketinate i\u0161 esm\u0117s k\u0105 nors pakeisti, prie\u0161 tai darydami prane\u0161kite kitiems komandos nariams.", + "Image": "Paveikslas", + "Image (Ctrl+G)": "Vaizdas (Ctrl+G)", + "Image Upload Error": "Paveikslo \u012fk\u0117limo klaida", + "Image must be in PNG format": "Paveikslas turi b\u016bti PNG formato", + "Image must be in PNG format.": "Paveikslas turi b\u016bti PNG formato.", + "In Progress": "Vykdoma", + "Insert Hyperlink": "\u012eterpti hipersait\u0105 ", + "Is your name on your ID readable?": "Ar j\u016bs\u0173 vardas ir pavard\u0117 asmens tapatyb\u0117s dokumente yra \u012fskaitomi?", + "Italic (Ctrl+I)": "Pasvirasis (Ctrl+I)", + "January": "Sausis", + "Joined %(date)s": "Prisijung\u0117 %(date)s", + "July": "Liepa", + "June": "Bir\u017eelis", + "KB": "KB", + "Key should only contain letters, numbers, _, or -": "Raktas turi b\u016bti sudarytas tik i\u0161 raid\u017ei\u0173, skai\u010di\u0173 bei _ ar - simboli\u0173", + "LEARN MORE": "SU\u017dINOTI DAUGIAU", + "Language": "Kalba", + "Large": "Didelis", + "Last Activity %(date)s": "Paskutin\u0117 veikla %(date)s", + "Last Edited:": "Paskutin\u012f kart\u0105 redaguota:", + "Last activity %(date)s": "Paskutin\u0117 veikla %(date)s", + "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "Kad kurso dalyviai, kuriems reikalingas tapatyb\u0117s patvirtinimas, gal\u0117t\u0173 matyti \u0161io skyriaus turin\u012f, turi b\u016bti atliktas pasirinktas tapatyb\u0117s patvirtinimas. Numatyta, kad \u0161\u012f turin\u012f matyt\u0173 kurso dalyviai, kuriems nereikalingas tapatyb\u0117s patvirtinimas.", + "Leave this team?": "I\u0161eiti i\u0161 \u0161ios komandos?", + "Less": "Ma\u017eiau", + "Library User": "Bibliotekos naudotojas", + "Linking": "Sujungiama", + "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "Nuorodos sugeneruotos pagal u\u017eklaus\u0105 ir d\u0117l kurso dalyvi\u0173 informacijos konfidencialumo bus panaikintos per 5 minutes.", + "List item": "S\u0105ra\u0161o punktas", + "Live view of webcam": "Tiesioginis internetin\u0117s kameros vaizdas", + "Load Another File": "\u012ekelti kit\u0105 fail\u0105", + "Load all responses": "\u012ekelti visus atsakymus", + "Loading": "\u012ekeliama", + "Loading content": "\u012ekeliamas turinys", + "Loading data...": "\u012ekeliami duomenys...", + "Loading more threads": "\u012ekeliama daugiau gij\u0173", + "Loading your courses": "J\u016bs\u0173 kurs\u0173 \u012fk\u0117limas", + "Location in Course": "Vieta kurse", + "MB": "MB", + "Make sure that the full name on your account matches the name on your ID.": "\u012esitikinkite, kad j\u016bs\u0173 vardas ir pavard\u0117 paskyroje atitinka asmens tapatyb\u0117s dokument\u0105.", + "Make sure we can verify your identity with the photos and information you have provided.": "\u012esitikinkite, kad j\u016bs\u0173 pateiktos nuotraukos ir informacija pad\u0117s mums patvirtinti j\u016bs\u0173 tapatyb\u0119.", + "Make sure your ID is well-lit": "\u012esitikinkite, kad j\u016bs\u0173 asmens tapatyb\u0117s dokumentas yra gerai ap\u0161viestas", + "Make sure your face is well-lit": "\u012esitikinkite, kad j\u016bs\u0173 veidas yra gerai ap\u0161viestas", + "Manual": "Rankinis", + "March": "Kovas", + "Mark enrollment code as unused": "Pa\u017eym\u0117ti registracijos kod\u0105 kaip nepanaudot\u0105", + "Markdown Editing Help": "Markdown redagavimo pagalba", + "Max file size exceeded": "Vir\u0161ytas maksimalus failo dydis.", + "May": "Gegu\u017e\u0117", + "Membership": "Naryst\u0117", + "Message:": "\u017dinut\u0117:", + "Midnight": "Vidurnaktis", + "Module state successfully deleted.": "Modulio b\u016bsena s\u0117kmingai pa\u0161alinta.", + "More": "Daugiau", + "Must complete verification checkpoint": "B\u016btina pereiti patvirtinimo kontrolin\u012f ta\u0161k\u0105", + "My Team": "Mano komanda", + "Name": "Vardas", + "New Address": "Naujas adresas", + "Next": "Kitas", + "Next Step: Confirm your identity": "Toliau: patvirtinkite savo tapatyb\u0119", + "Next: %(nextStepTitle)s": "Toliau: %(nextStepTitle)s", + "No Content Group": "N\u0117ra turinio grup\u0117s", + "No Flash Detected": "Flash nerastas", + "No Webcam Detected": "Vaizdo kamera nerasta", + "No receipt available": "Kvito n\u0117ra", + "No results found for \"%(query_string)s\". Please try searching again.": "Pagal u\u017eklaus\u0105 \"%(query_string)s\" rezultat\u0173 n\u0117ra. Bandykite dar kart\u0105.", + "No tasks currently running.": "\u0160iuo metu nevykdoma n\u0117 viena u\u017eduotis.", + "None": "N\u0117ra", + "Noon": "Vidurdienis", + "Not Selected": "Nepasirinkta", + "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "Negalima nustatyti minimalaus \u012fvertinimo, ma\u017eesnio nei %(minimum_grade_cutoff)s%.", + "Not in Use": "Nenaudojama", + "Not selected": "Nepasirinkta", + "Note": "Pastaba", "Note: You are %s hour ahead of server time.": [ - "Pastaba: J\u016bs\u0173 laikrodis rodo %s valanda daugiau nei serverio laikrodis.", - "Pastaba: J\u016bs\u0173 laikrodis rodo %s valandomis daugiau nei serverio laikrodis.", + "Pastaba: J\u016bs\u0173 laikrodis rodo %s valanda daugiau nei serverio laikrodis.", + "Pastaba: J\u016bs\u0173 laikrodis rodo %s valandomis daugiau nei serverio laikrodis.", "Pastaba: J\u016bs\u0173 laikrodis rodo %s valand\u0173 daugiau nei serverio laikrodis." - ], + ], "Note: You are %s hour behind server time.": [ - "Pastaba: J\u016bs\u0173 laikrodis rodo %s valanda ma\u017eiau nei serverio laikrodis.", - "Pastaba: J\u016bs\u0173 laikrodis rodo %s valandomis ma\u017eiau nei serverio laikrodis.", + "Pastaba: J\u016bs\u0173 laikrodis rodo %s valanda ma\u017eiau nei serverio laikrodis.", + "Pastaba: J\u016bs\u0173 laikrodis rodo %s valandomis ma\u017eiau nei serverio laikrodis.", "Pastaba: J\u016bs\u0173 laikrodis rodo %s valand\u0173 ma\u017eiau nei serverio laikrodis." - ], - "Noted in:": "Pa\u017eym\u0117ta:", - "Notes": "Pastabos", - "Notes hidden": "Pastabos pasl\u0117ptos", - "Notes visible": "Pastabos matomos", - "November": "Lapkritis", - "Now": "Dabar", - "Number Sent": "I\u0161si\u0173stas kiekis", - "Number of Students": "Kurso dalyvi\u0173 skai\u010dius", - "Numbered List (Ctrl+O)": "Sunumeruotas s\u0105ra\u0161as (Ctrl+O)", - "OK": "Taip", - "October": "Spalis", - "One or more rescheduling tasks failed.": "Nepavyko atid\u0117ti vieno ar daugiau termin\u0173.", - "Only properly formatted .csv files will be accepted.": "Priimami tik tinkamai suformatuoti .csv failai.", - "Option Deleted": "Parametras pa\u0161alintas", - "Optional Characteristics": "Neb\u016btinos charakteristikos", - "Order History": "U\u017esakymo istorija", - "Order No.": "U\u017esakymo Nr.", - "Password": "Slapta\u017eodis", - "Password assistance": "Pagalba d\u0117l slapta\u017eod\u017eio", - "Photo Captured successfully.": "S\u0117kmingai nufotografuota.", - "Photo ID": "Asmens tapatyb\u0117s dokumentas su nuotrauka", - "Photo of %(fullName)s": "%(fullName)s nuotrauka", - "Photo of %(fullName)s's ID": "%(fullName)s asmens tapatyb\u0117s dokumento nuotrauka", - "Photo requirements:": "Reikalavimai nuotraukai:", - "Photos don't meet the requirements?": "Nuotraukos neatitinka reikalavim\u0173?", - "Placeholder": "Vieta\u017eenklis", - "Please Note": "Pra\u0161ome atkreipti d\u0117mes\u012f", - "Please address the errors on this page first, and then save your progress.": "Pra\u0161ome pirmiau i\u0161taisyti klaidas \u0161iame puslapyje ir tik tada i\u0161saugoti savo darb\u0105.", - "Please correct the outlined fields.": "Pra\u0161ome pataisyti nurodytus laukus.", - "Please do not use any spaces in this field.": "Pra\u0161ome \u0161iame lauke nenaudoti joki\u0173 tarp\u0173.", - "Please do not use any spaces or special characters in this field.": "Pra\u0161ome \u0161iame lauke nenaudoti joki\u0173 tarp\u0173 arba speciali\u0173j\u0173 simboli\u0173.", - "Please enter a problem location.": "Pra\u0161ome \u012fvesti u\u017edavinio adres\u0105.", - "Please enter a student email address or username.": "Pra\u0161ome \u012fvesti kurso dalyvio el. adres\u0105 arba naudotojo vard\u0105.", - "Please enter a username or email.": "Pra\u0161ome \u012fvesti naudotojo vard\u0105 arba el. pa\u0161t\u0105.", - "Please enter a valid donation amount.": "Pra\u0161ome \u012fvesti tinkam\u0105 aukos sum\u0105.", - "Please enter an integer between %(min)s and %(max)s.": "\u012era\u0161ykite sveik\u0105j\u012f skai\u010di\u0173 nuo %(min)s iki %(max)s.", - "Please enter an integer between 0 and 100.": "\u012era\u0161ykite sveik\u0105 skai\u010di\u0173 nuo 0 iki 100.", - "Please enter an integer greater than 0.": "\u012era\u0161ykite sveik\u0105 skai\u010di\u0173, didesn\u012f u\u017e 0.", - "Please enter non-negative integer.": "\u012era\u0161ykite ne neigiam\u0105 sveik\u0105 skai\u010di\u0173.", - "Please enter valid start date and time.": "Pra\u0161ome \u012fvesti tinkam\u0105 prad\u017eios dat\u0105 ir laik\u0105.", - "Please enter your %(field)s.": "Pra\u0161ome \u012fvesti savo %(field)s.", - "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "Vadovaudamiesi \u0161iais nurodymais \u012fkelkite fail\u0105 kitur ir susiekite su juo: {maxFileSizeRedirectUrl}", - "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "Atsispausdinkite \u0161\u012f puslap\u012f ir i\u0161saugokite j\u012f; jis bus dokumentas, patvirtinantis pirkim\u0105. Taipogi jums bus i\u0161si\u0173stas el. lai\u0161kas su ta pa\u010dia informacija.", - "Please verify that you have uploaded a valid image (PNG and JPEG).": "Pra\u0161ome patikrinti, ar \u012fk\u0117l\u0117te teising\u0105 paveiksl\u0105 (PNG ir JPEG).", - "Please verify that your webcam is connected and that you have allowed your browser to access it.": "Pra\u0161ome patikrinti, ar j\u016bs\u0173 vaizdo kamera yra prijungta ir j\u016bs\u0173 nar\u0161ykl\u0117 turi prieig\u0105 prie jos.", - "Practice Proctored": "Bandomasis stebimasis", - "Practice proctored Exam": "Bandomasis stebimasis egzaminas", - "Preferred Language": "Pageidaujama kalba", - "Prevent students from generating certificates in this course?": "Neleisti kurso dalyviams generuoti \u0161io kurso sertifikat\u0173?", - "Previous": "Ankstesnis ", - "Processing Re-run Request": "Vykdomas pra\u0161ymas pakartoti", - "Proctored": "Stebimasis", - "Proctored Exam": "Stebimasis egzaminas", - "Professional Education": "Profesinis mokymas", - "Professional Education Verified Certificate": " Tapatybe patvirtintas profesinio mokymo sertifikatas", - "Publish": "Skelbti", - "Queued": "Laukia savo eil\u0117s", - "Reason field should not be left blank.": "Sprendimo laukas neturi b\u016bti paliktas tu\u0161\u010dias", - "Receive updates": "Gaukite atnaujinimus", - "Recent Activity": "Naujausia veikla", - "Redo (Ctrl+Shift+Z)": "Atstatyti (Ctrl+Shift+Z)", - "Redo (Ctrl+Y)": "Atstatyti (Ctrl+Y)", - "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "\u0160alinama. Likite \u0161iame puslapyje, kol bus pa\u0161alinta, kad ne\u012fvykt\u0173 klaida.", - "Remove": "Pa\u0161alinti", - "Remove all": "Pa\u0161alinti visus", - "Remove this team member?": "\u0160alinti \u0161\u012f komandos nar\u012f?", - "Removing": "\u0160alinama", - "Requester": "U\u017eklaus\u0117jas", - "Required field.": "B\u016btinas laukas.", - "Reset Password": "Atkurti slapta\u017eod\u012f", - "Restore enrollment code": "Gr\u0105\u017einti registracijos kod\u0105 ", - "Retake Photo": "Fotografuotis i\u0161 naujo", - "Retake Your Photos": "Fotografuokit\u0117s i\u0161 naujo", - "Return and add email address": "Gr\u012f\u017eti ir prid\u0117ti el. pa\u0161to adres\u0105", - "Return to Export": "Gr\u012f\u017eti prie eksportavimo", - "Return to team listing": "Gr\u012f\u017eti \u012f komandos nari\u0173 s\u0105ra\u0161\u0105", - "Review Your Photos": "Per\u017ei\u016br\u0117kite savo nuotraukas", - "Review your info": "Per\u017ei\u016br\u0117kite savo duomenis", - "Revoke access": "Panaikinti prieig\u0105", - "Save": "I\u0161saugoti", - "Save Changes": "I\u0161saugoti pakeitimus", - "Save changes": "I\u0161saugoti pakeitimus", - "Saved cohort": "Kohorta i\u0161saugota", - "Saving": "\u012era\u0161oma", - "Saving your email preference": "\u012era\u0161oma j\u016bs\u0173 el. pa\u0161to parinktis", - "Saving...": "\u012era\u0161oma...", - "Search": "Paie\u0161ka", - "Search Results": "Paie\u0161kos rezultatai", - "Search teams": "Ie\u0161koti komand\u0173", - "Section": "Tema", - "See all teams in your course, organized by topic. Join a team to collaborate with other learners who are interested in the same topic as you are.": "\u017di\u016br\u0117kite visas savo kurso komandas pagal temas. Prisijunkite prie komandos su kitais kurso dalyviais, kurie domisi ta pa\u010dia tema kaip ir j\u016bs.", - "Select a Content Group": "Pasirinkti turinio grup\u0119", - "Select a chapter": "Pasirinkti skyri\u0173", - "Select a cohort": "Pasirinkti kohort\u0105", - "Selected tab": "Pasirinkta kortel\u0117", - "Sent By": "Nuo", - "Sent By:": "Nuo:", - "Sent To:": "Kam:", - "September": "Rugs\u0117jis", - "Set up your certificate": "Susikurkite sertifikat\u0105", - "Settings": "Nustatymai", - "Show": "Parodyti", - "Show Deprecated Settings": "Rodyti nerekomenduojamas nuostatas", - "Show Discussion": "Rodyti diskusij\u0105", - "Show me other ways to sign in or register": "Pateikite, pra\u0161au, kitus variantus prisijungti arba prisiregistruoti", - "Show notes": "Rodyti pastabas", - "Showing all responses": "Rodomi visi atsakymai", - "Sign in": "Prisijungti", - "Sign in using %(providerName)s": "Prisijungti su %(providerName)s", - "Sign in with %(providerName)s": "Prisijungti su %(providerName)s", - "Signatory field(s) has invalid data.": "Para\u0161o lauke (laukuose) pateikti neteisingi duomenys.", - "Sorry, no results were found.": "Atsipra\u0161ome, rezultat\u0173 nerasta.", - "Sorted by": "Sur\u016b\u0161iuota pagal", - "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "Nurodykite alternatyv\u0173 kurso pavadinim\u0105, kuris bus \u012fra\u0161omas \u012f sertifikatus. Lauk\u0105 palikite tu\u0161\u010di\u0105, jei norite, kad \u012f sertifikatus b\u016bt\u0173 \u012fra\u0161omas oficialus kurso pavadinimas.", - "Staff": "Personalas", - "Start Date": "Prad\u017eios data", - "Start generating certificates for all students in this course?": "Prad\u0117ti generuoti vis\u0173 \u0161io kurso dalyvi\u0173 sertifikatus?", - "Start regenerating certificates for students in this course?": "Prad\u0117ti generuoti \u0161io kurso dalyviams sertifikatus?", - "Starts": "Prasideda", - "Starts: %(start_date)s": "Prasideda: %(start_date)s", - "State": "B\u016bsena", - "Status": "B\u016bsena", - "Status of Your Response": "J\u016bs\u0173 pateikto darbo b\u016bsena", - "Subject": "Tema", - "Subject:": "Tema:", - "Submit": "Pateikti", - "Submitted": "Pateikta", - "Subsection": "Potem\u0117", - "Success": "Pavyko", - "Successfully deleted student state for user {user}": "S\u0117kmingai panaikinta naudotojo {user} b\u016bsena", - "Successfully enrolled and sent email to the following users:": "S\u0117kmingai \u012ftraukti \u012f s\u0105ra\u0161\u0105 ir i\u0161si\u0173sti el. lai\u0161kai \u0161iems naudotojams:", - "Successfully enrolled the following users:": "S\u0117kmingai \u012ftraukti \u012f s\u0105ra\u0161\u0105 \u0161ie naudotojai:", - "Successfully rescored problem for user {user}": "S\u0117kmingai perskai\u010diuotas naudotojo {user} u\u017edavinio \u012fvertinimas.", - "Successfully reset the attempts for user {user}": "S\u0117kmingai nustatyta, kad naudotojas {user} gal\u0117t\u0173 bandyti i\u0161 naujo. ", - "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "S\u0117kmingai i\u0161si\u0173sti registracijos el. lai\u0161kai \u0161iems naudotojams. Juos bus leista \u012ftraukti \u012f s\u0105ra\u0161\u0105, kai tik jie u\u017esiregistruos:", - "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "S\u0117kmingai i\u0161si\u0173sti registracijos el. lai\u0161kai \u0161iems naudotojams. Jie bus \u012ftraukti \u012f s\u0105ra\u0161\u0105, kai tik u\u017esiregistruos:", - "Successfully unlinked.": "S\u0117kmingai atjungta.", - "Tags": "\u017dymos", - "Tags:": "\u017dymos:", - "Take Photo": "Fotografuoti", - "Take Your Photo": "Fotografuokit\u0117s", - "Take a Photo of Your ID": "Nufotografuokite savo tapatyb\u0117s dokument\u0105", - "Take a photo of your ID": "Nufotografuokite savo tapatyb\u0117s dokument\u0105", - "Take me to the main course page": "Atidarykite pagrindin\u012f kurso puslap\u012f", - "Take me to the main library page": "Atidarykite pagrindin\u012f bibliotekos puslap\u012f", - "Task ID": "U\u017eduoties indentifikatorius", - "Task Progress": "U\u017eduoties pa\u017eanga", - "Task Status": "U\u017eduoties b\u016bsena", - "Task Type": "U\u017eduoties tipas", - "Task inputs": "U\u017eduoties \u012fvestis", - "Team Description (Required) *": "Komandos apra\u0161as (privalomas) *", - "Team Name (Required) *": "Komandos pavadinimas (privalomas) *", - "Team Search": "Komand\u0173 paie\u0161ka", - "Team description cannot have more than 300 characters.": "Komandos apra\u0161as negali b\u016bti ilgesnis nei 300 simboli\u0173.", - "Team member profiles": "Komandos nari\u0173 profiliai", - "Team name cannot have more than 255 characters.": "Komandos pavadinimas negali b\u016bti ilgesnis nei 255 simboliai.", - "Teams": "Komandos", - "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "D\u0117kojame u\u017e pateiktas nuotraukas. Netrukus jas per\u017ei\u016br\u0117sime. Dabar galite u\u017esiregistruoti \u012f bet kur\u012f %(platformName)s kurs\u0105, u\u017e kur\u012f i\u0161duodamas tapatybe patvirtintas sertifikatas. Patvirtinimas galioja vienerius metus. Pra\u0117jus metams v\u0117l tur\u0117site pateikti savo nuotraukas patvirtinimui.", - "The cohort cannot be added": "Kohortos prid\u0117ti negalima", - "The cohort cannot be saved": "Kohortos i\u0161saugoti nepavyko", - "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "Bendras organizacijos ir bibliotekos kodo lauk\u0173 ilgis negali b\u016bti daugiau nei <%=limit%> simboliai. ", - "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "Bendras organizacijos, kurso numerio ir mokymosi laikotarpio lauk\u0173 ilgis negali b\u016bti daugiau nei <%=limit%> simboliai. ", - "The country that team members primarily identify with.": "\u0160alis, su kuria komandos nariai pirmiausia tapatinasi.", - "The course end date must be later than the course start date.": "Kurso pabaigos data turi b\u016bti v\u0117lesn\u0117 u\u017e prad\u017eios dat\u0105.", - "The course must have an assigned start date.": "Kursui b\u016btina nustatyti prad\u017eios dat\u0105.", - "The course start date must be later than the enrollment start date.": "Kurso prad\u017eios data turi b\u016bti v\u0117lesn\u0117 u\u017e registracijos prad\u017eios dat\u0105.", - "The email address you've provided isn't formatted correctly.": "J\u016bs\u0173 pateiktas el. pa\u0161to adresas yra neteisingo formato.", - "The enrollment end date cannot be after the course end date.": "Registracijos pabaigos data negali b\u016bti v\u0117lesn\u0117 nei kurso pabaigos data.", - "The enrollment start date cannot be after the enrollment end date.": "Registracijos prad\u017eios data negali b\u016bti v\u0117lesn\u0117 nei registracijos pabaigos data.", - "The file must be at least {size} in size.": "Failas turi b\u016bti bent {size} dyd\u017eio.", - "The file must be smaller than {size} in size.": "Failas turi b\u016bti ma\u017eesnis negu {size} dyd\u017eio.", - "The following email addresses and/or usernames are invalid:": "\u0160ie el. pa\u0161to adresai ir (arba) naudotoj\u0173 vardai negalioja:", - "The following errors were generated:": "Generuotos \u0161ios klaidos:", - "The following users are no longer enrolled in the course:": "\u0160ie naudotojai i\u0161braukti i\u0161 kurso s\u0105ra\u0161o:", - "The following warnings were generated:": "Generuoti \u0161ie \u012fsp\u0117jimai:", - "The language that team members primarily use to communicate with each other.": "Kalba, kuria komandos nariai pirmiausia bendrauja vienas su kitu.", - "The minimum grade for course credit is not set.": "Minimalus \u012fvertinimas kurso kreditui gauti nenustatytas.", - "The name of this signatory as it should appear on certificates.": "\u0160io pasira\u0161an\u010dio asmens pavard\u0117, kokia turi b\u016bti \u012fra\u0161yta \u012f sertifikatus.", - "The organization that this signatory belongs to, as it should appear on certificates.": "Organizacijos, kuriai priklauso \u0161is pasira\u0161antis asmuo, pavadinimas, kuris turi b\u016bti \u012fra\u0161ytas \u012f sertifikatus.", - "The raw error message is:": "Neapdorotas klaidos prane\u0161imas: ", - "The selected content group does not exist": "Pasirinktos turinio grup\u0117s n\u0117ra", - "The server could not be contacted.": "Nepavyko susisiekti su serveriu.", - "The submission could not be removed from the grading pool.": "Darbas negali b\u016bti at\u0161auktas i\u0161 vertinimo.", - "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "Sukurta {cohortGroupName} kohorta. \u017demiau galite prie \u0161ios kohortos rankiniu b\u016bdu prid\u0117ti kurso dalyvius. ", - "There has been an error processing your survey.": "Atliekant j\u016bs\u0173 u\u017eklaus\u0105 \u012fvyko klaida.", - "There has been an error while exporting.": "Eksportuojant \u012fvyko klaida.", - "There has been an error with your export.": "Eksportuojant \u012fvyko klaida.", - "There is no email history for this course.": "\u0160iame kurse n\u0117ra kaupiama el. lai\u0161k\u0173 istorija.", - "There must be at least one group.": "Turi b\u016bti bent viena grup\u0117.", - "There must be one cohort to which students can automatically be assigned.": "Privalo b\u016bti viena kohorta, \u012f kuri\u0105 kurso dalyviai b\u016bt\u0173 priskiriami automati\u0161kai.", - "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "I\u0161kilo problema kuriant ataskait\u0105. Nor\u0117dami bandyti dar kart\u0105, pasirinkite \"Kurti vykdom\u0105j\u0105 santrauk\u0105\".", - "There was an error changing the user's role": "\u012evyko klaida kei\u010diant naudotojo vaidmen\u012f.", - "There was an error obtaining email content history for this course.": "Klaida gaunant \u0161io kurso el. lai\u0161k\u0173 turinio istorij\u0105.", - "There was an error obtaining email task history for this course.": "Klaida gaunant \u0161io kurso el. lai\u0161k\u0173 u\u017eduo\u010di\u0173 istorij\u0105.", - "There was an error, try searching again.": "\u012evyko klaida, bandykite ie\u0161koti dar kart\u0105.", - "There were errors reindexing course.": "Kurso perindeksavimo klaida.", - "There's already another assignment type with this name.": "Toks u\u017eduoties tipo pavadinimas jau egzistuoja.", - "These users were not added as beta testers:": "\u0160ie naudotojai nebuvo prid\u0117ti kaip beta versijos bandytojai:", - "These users were not affiliated with the course so could not be unenrolled:": "\u0160ie naudotojai nepriskirti kursui ir tod\u0117l negali b\u016bti \u012ftraukti \u012f s\u0105ra\u0161\u0105:", - "These users were not removed as beta testers:": "\u0160ie naudotojai nebuvo pa\u0161alinti kaip beta versijos bandytojai:", - "These users were successfully added as beta testers:": "\u0160ie naudotojai buvo s\u0117kmingai prid\u0117ti kaip beta versijos bandytojai:", - "These users were successfully removed as beta testers:": "\u0160ie naudotojai buvo s\u0117kmingai pa\u0161alinti kaip beta versijos bandytojai:", - "These users will be allowed to enroll once they register:": "\u0160iuos naudotojus bus leista \u012ftraukti \u012f s\u0105ra\u0161\u0105, kai tik jie u\u017esiregistruos:", - "These users will be enrolled once they register:": "\u0160ie naudotojai bus \u012ftraukti \u012f s\u0105ra\u0161\u0105, kai tik u\u017esiregistruos: ", - "This action cannot be undone.": "\u0160is veiksmas negal\u0117s b\u016bti v\u0117liau at\u0161auktas.", - "This assessment could not be submitted.": "Nepavyko pateikti \u0161io \u012fvertinimo.", - "This certificate has already been activated and is live. Are you sure you want to continue editing?": "\u0160is sertifikatas jau aktyvintas ir prieinamas kurso dalyviui. Ar tikrai norite toliau redaguoti?", - "This feedback could not be submitted.": "Nepavyko pateikti \u0161io atsiliepimo.", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Tai yra s\u0105ra\u0161as prieinam\u0173 %s. D\u0117\u017eut\u0117je \u017eemiau pa\u017eym\u0117dami kelet\u0105 i\u0161 j\u0173 ir paspausdami \u201ePasirinkti\u201c rodykl\u0119 tarp dviej\u0173 d\u0117\u017eu\u010di\u0173 j\u016bs galite pasirinkti kelet\u0105 i\u0161 j\u0173.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Tai yra s\u0105ra\u0161as pasirinkt\u0173 %s. D\u0117\u017eut\u0117je \u017eemiau pa\u017eym\u0117dami kelet\u0105 i\u0161 j\u0173 ir paspausdami \u201ePa\u0161alinti\u201c rodykl\u0119 tarp dviej\u0173 d\u0117\u017eu\u010di\u0173 j\u016bs galite pa\u0161alinti kelet\u0105 i\u0161 j\u0173.", - "This learner will be removed from the team, allowing another learner to take the available spot.": "\u0160is kurso dalyvis bus pa\u0161alintas i\u0161 komandos, leid\u017eiant kitam kurso dalyviui u\u017eimti laisv\u0105 viet\u0105.", - "This problem could not be saved.": " Nepavyko \u012fra\u0161yti \u0161ios u\u017eduoties.", - "This problem has already been released. Any changes will apply only to future assessments.": "\u0160i u\u017eduotis jau paskelbta. Pakeitimai bus taikomi tik b\u016bsimiems vertinimams.", - "This response could not be saved.": "Darbo \u012fra\u0161yti nepavyko.", - "This response could not be submitted.": "Darbo pateikti nepavyko.", - "This response has been saved but not submitted.": "J\u016bs\u0173 darbas i\u0161saugotas, bet nepateiktas.", - "This response has not been saved.": "J\u016bs\u0173 darbas nei\u0161saugotas.", - "This section could not be loaded.": "Nepavyko \u012fkelti \u0161ios temos.", - "This team does not have any members.": "\u0160ioje komandoje n\u0117ra nari\u0173.", - "This team is full.": "\u0160i komanda pilna.", - "Time Allotted (HH:MM):": "Skirtas laikas (VV:MM):", - "Time Sent": "Siuntimo laikas", - "Time Sent:": "Siuntimo laikas:", - "Timed": "Nustatyto laiko", - "Tips on taking a successful photo": "Patarimai, kaip padaryti ger\u0105 nuotrauk\u0105", - "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "Kai pavadinimai yra ilgesni nei 100 simboli\u0173, kurso dalyviams gali nepavykti atsispausdinti sertifikato viename puslapyje.", - "Today": "\u0160iandien", - "Toggle Notifications Setting": "Pasirinkti prane\u0161im\u0173 nustatym\u0105", - "Tomorrow": "Rytoj", - "Topic": "Tema", - "Topics": "Temos", - "Total": "I\u0161 viso", - "Type": "Tipas", - "Type into this box to filter down the list of available %s.": "Ra\u0161ykite \u012f \u0161i\u0105 d\u0117\u017eut\u0119, kad i\u0161filtruotum\u0117te prieinam\u0173 %s s\u0105ra\u0161\u0105.", - "Undo (Ctrl+Z)": "At\u0161aukti (Ctrl+Z)", - "Undo Changes": "At\u0161aukti pakeitimus", - "Ungraded": "Ne\u012fvertinta", - "Unit": "Skyrius", - "Unknown": "Ne\u017einoma", - "Unlinking": "Atsijungiama", - "Unnamed Option": "Ne\u012fvardytas parametras", - "Update": "Atnaujinti", - "Updating with latest library content": "Atnaujinama naujausiu bibliotekos turiniu", - "Upload File": "\u012ekelti fail\u0105", - "Upload File and Assign Students": "\u012ekelti fail\u0105 ir priskirti kurso dalyvius", - "Upload New File": "\u012ekelti nauj\u0105 fail\u0105", - "Upload an image": "\u012ekelkite paveiksl\u0105", - "Upload completed": "\u012ek\u0117limas baigtas", - "Upload failed": "Nepavyko \u012fkelti", - "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "\u012ekeliama. Likite \u0161iame puslapyje, kol bus \u012fkelta, kad ne\u012fvykt\u0173 klaida.", - "Upload signature image.": "\u012ekelkite para\u0161o paveiksl\u0105.", - "Upload your course image.": "\u012ekelkite savo kurso paveiksl\u0117l\u012f.", - "Uploading": "\u012ekeliama", - "Use the retake photo button if you are not pleased with your photo": "Jeigu esate nepatenkinti nuotrauka, paspauskite mygtuk\u0105 \"Fotografuotis i\u0161 naujo\"", - "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "Internetine kamera nufotografuokite savo asmens tapatyb\u0117s dokument\u0105. \u0160i\u0105 nuotrauk\u0105 mes palyginsime su j\u016bs\u0173 veido nuotrauka ir vardu bei pavarde j\u016bs\u0173 paskyroje.", - "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "Internetine kamera nufotografuokite savo veid\u0105. \u0160i\u0105 nuotrauk\u0105 mes palyginsime su j\u016bs\u0173 asmens tapatyb\u0117s dokumento nuotrauka.", - "Username": "Naudotojo vardas", - "Users must create and activate their account before they can be promoted to beta tester.": "Naudotojai turi susikurti ir aktyvuoti paskyras prie\u0161 juos pakeliant \u012f beta versijos bandytojus.", - "Validation Error": "Patikros klaida", - "Validation Error While Saving": "\u012era\u0161ant \u012fvyko patikros klaida", - "Verification Checkpoint": "Patvirtinimo kontrolinis ta\u0161kas", - "Verification checkpoint to be completed": "Privalomas patvirtinimo kontrolinis ta\u0161kas", - "Verified Certificate": "Tapatybe patvirtintas sertifikatas", - "Verified Certificate upgrade": "Tapatybe patvirtinto mokymosi pasirinkimas", - "Verified Status": "Patvirtinta b\u016bsena", - "Verify Now": "Patvirtinti dabar", - "Video Capture Error": "Vaizdo \u012fra\u0161ymo klaida", - "View": "\u017di\u016br\u0117ti", - "View %(span_start)s %(team_name)s %(span_end)s": "\u017di\u016br\u0117ti %(span_start)s %(team_name)s %(span_end)s", - "View Cohort": "Per\u017ei\u016br\u0117ti kohort\u0105", - "View Teams in the %(topic_name)s Topic": "\u017di\u016br\u0117ti komandas \"%(topic_name)s\" temoje", - "View all errors": "Per\u017ei\u016br\u0117ti visas klaidas", + ], + "Noted in:": "Pa\u017eym\u0117ta:", + "Notes": "Pastabos", + "Notes hidden": "Pastabos pasl\u0117ptos", + "Notes visible": "Pastabos matomos", + "November": "Lapkritis", + "Now": "Dabar", + "Number Sent": "I\u0161si\u0173stas kiekis", + "Number of Students": "Kurso dalyvi\u0173 skai\u010dius", + "Numbered List (Ctrl+O)": "Sunumeruotas s\u0105ra\u0161as (Ctrl+O)", + "OK": "Taip", + "October": "Spalis", + "One or more rescheduling tasks failed.": "Nepavyko atid\u0117ti vieno ar daugiau termin\u0173.", + "Only properly formatted .csv files will be accepted.": "Priimami tik tinkamai suformatuoti .csv failai.", + "Option Deleted": "Parametras pa\u0161alintas", + "Optional Characteristics": "Neb\u016btinos charakteristikos", + "Order History": "U\u017esakymo istorija", + "Order No.": "U\u017esakymo Nr.", + "Password": "Slapta\u017eodis", + "Password assistance": "Pagalba d\u0117l slapta\u017eod\u017eio", + "Photo Captured successfully.": "S\u0117kmingai nufotografuota.", + "Photo ID": "Asmens tapatyb\u0117s dokumentas su nuotrauka", + "Photo of %(fullName)s": "%(fullName)s nuotrauka", + "Photo of %(fullName)s's ID": "%(fullName)s asmens tapatyb\u0117s dokumento nuotrauka", + "Photo requirements:": "Reikalavimai nuotraukai:", + "Photos don't meet the requirements?": "Nuotraukos neatitinka reikalavim\u0173?", + "Placeholder": "Vieta\u017eenklis", + "Please Note": "Pra\u0161ome atkreipti d\u0117mes\u012f", + "Please address the errors on this page first, and then save your progress.": "Pra\u0161ome pirmiau i\u0161taisyti klaidas \u0161iame puslapyje ir tik tada i\u0161saugoti savo darb\u0105.", + "Please correct the outlined fields.": "Pra\u0161ome pataisyti nurodytus laukus.", + "Please do not use any spaces in this field.": "Pra\u0161ome \u0161iame lauke nenaudoti joki\u0173 tarp\u0173.", + "Please do not use any spaces or special characters in this field.": "Pra\u0161ome \u0161iame lauke nenaudoti joki\u0173 tarp\u0173 arba speciali\u0173j\u0173 simboli\u0173.", + "Please enter a problem location.": "Pra\u0161ome \u012fvesti u\u017edavinio adres\u0105.", + "Please enter a student email address or username.": "Pra\u0161ome \u012fvesti kurso dalyvio el. adres\u0105 arba naudotojo vard\u0105.", + "Please enter a username or email.": "Pra\u0161ome \u012fvesti naudotojo vard\u0105 arba el. pa\u0161t\u0105.", + "Please enter a valid donation amount.": "Pra\u0161ome \u012fvesti tinkam\u0105 aukos sum\u0105.", + "Please enter an integer between %(min)s and %(max)s.": "\u012era\u0161ykite sveik\u0105j\u012f skai\u010di\u0173 nuo %(min)s iki %(max)s.", + "Please enter an integer between 0 and 100.": "\u012era\u0161ykite sveik\u0105 skai\u010di\u0173 nuo 0 iki 100.", + "Please enter an integer greater than 0.": "\u012era\u0161ykite sveik\u0105 skai\u010di\u0173, didesn\u012f u\u017e 0.", + "Please enter non-negative integer.": "\u012era\u0161ykite ne neigiam\u0105 sveik\u0105 skai\u010di\u0173.", + "Please enter valid start date and time.": "Pra\u0161ome \u012fvesti tinkam\u0105 prad\u017eios dat\u0105 ir laik\u0105.", + "Please enter your %(field)s.": "Pra\u0161ome \u012fvesti savo %(field)s.", + "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "Vadovaudamiesi \u0161iais nurodymais \u012fkelkite fail\u0105 kitur ir susiekite su juo: {maxFileSizeRedirectUrl}", + "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "Atsispausdinkite \u0161\u012f puslap\u012f ir i\u0161saugokite j\u012f; jis bus dokumentas, patvirtinantis pirkim\u0105. Taipogi jums bus i\u0161si\u0173stas el. lai\u0161kas su ta pa\u010dia informacija.", + "Please verify that you have uploaded a valid image (PNG and JPEG).": "Pra\u0161ome patikrinti, ar \u012fk\u0117l\u0117te teising\u0105 paveiksl\u0105 (PNG ir JPEG).", + "Please verify that your webcam is connected and that you have allowed your browser to access it.": "Pra\u0161ome patikrinti, ar j\u016bs\u0173 vaizdo kamera yra prijungta ir j\u016bs\u0173 nar\u0161ykl\u0117 turi prieig\u0105 prie jos.", + "Practice Proctored": "Bandomasis stebimasis", + "Practice proctored Exam": "Bandomasis stebimasis egzaminas", + "Preferred Language": "Pageidaujama kalba", + "Prevent students from generating certificates in this course?": "Neleisti kurso dalyviams generuoti \u0161io kurso sertifikat\u0173?", + "Previous": "Ankstesnis ", + "Processing Re-run Request": "Vykdomas pra\u0161ymas pakartoti", + "Proctored": "Stebimasis", + "Proctored Exam": "Stebimasis egzaminas", + "Professional Education": "Profesinis mokymas", + "Professional Education Verified Certificate": " Tapatybe patvirtintas profesinio mokymo sertifikatas", + "Publish": "Skelbti", + "Queued": "Laukia savo eil\u0117s", + "Reason field should not be left blank.": "Sprendimo laukas neturi b\u016bti paliktas tu\u0161\u010dias", + "Receive updates": "Gaukite atnaujinimus", + "Recent Activity": "Naujausia veikla", + "Redo (Ctrl+Shift+Z)": "Atstatyti (Ctrl+Shift+Z)", + "Redo (Ctrl+Y)": "Atstatyti (Ctrl+Y)", + "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "\u0160alinama. Likite \u0161iame puslapyje, kol bus pa\u0161alinta, kad ne\u012fvykt\u0173 klaida.", + "Remove": "Pa\u0161alinti", + "Remove all": "Pa\u0161alinti visus", + "Remove this team member?": "\u0160alinti \u0161\u012f komandos nar\u012f?", + "Removing": "\u0160alinama", + "Requester": "U\u017eklaus\u0117jas", + "Required field.": "B\u016btinas laukas.", + "Reset Password": "Atkurti slapta\u017eod\u012f", + "Restore enrollment code": "Gr\u0105\u017einti registracijos kod\u0105 ", + "Retake Photo": "Fotografuotis i\u0161 naujo", + "Retake Your Photos": "Fotografuokit\u0117s i\u0161 naujo", + "Return and add email address": "Gr\u012f\u017eti ir prid\u0117ti el. pa\u0161to adres\u0105", + "Return to Export": "Gr\u012f\u017eti prie eksportavimo", + "Return to team listing": "Gr\u012f\u017eti \u012f komandos nari\u0173 s\u0105ra\u0161\u0105", + "Review Your Photos": "Per\u017ei\u016br\u0117kite savo nuotraukas", + "Review your info": "Per\u017ei\u016br\u0117kite savo duomenis", + "Revoke access": "Panaikinti prieig\u0105", + "Save": "I\u0161saugoti", + "Save Changes": "I\u0161saugoti pakeitimus", + "Save changes": "I\u0161saugoti pakeitimus", + "Saved cohort": "Kohorta i\u0161saugota", + "Saving": "\u012era\u0161oma", + "Saving your email preference": "\u012era\u0161oma j\u016bs\u0173 el. pa\u0161to parinktis", + "Saving...": "\u012era\u0161oma...", + "Search": "Paie\u0161ka", + "Search Results": "Paie\u0161kos rezultatai", + "Search teams": "Ie\u0161koti komand\u0173", + "Section": "Tema", + "See all teams in your course, organized by topic. Join a team to collaborate with other learners who are interested in the same topic as you are.": "\u017di\u016br\u0117kite visas savo kurso komandas pagal temas. Prisijunkite prie komandos su kitais kurso dalyviais, kurie domisi ta pa\u010dia tema kaip ir j\u016bs.", + "Select a Content Group": "Pasirinkti turinio grup\u0119", + "Select a chapter": "Pasirinkti skyri\u0173", + "Select a cohort": "Pasirinkti kohort\u0105", + "Selected tab": "Pasirinkta kortel\u0117", + "Sent By": "Nuo", + "Sent By:": "Nuo:", + "Sent To:": "Kam:", + "September": "Rugs\u0117jis", + "Set up your certificate": "Susikurkite sertifikat\u0105", + "Settings": "Nustatymai", + "Show": "Parodyti", + "Show Deprecated Settings": "Rodyti nerekomenduojamas nuostatas", + "Show Discussion": "Rodyti diskusij\u0105", + "Show me other ways to sign in or register": "Pateikite, pra\u0161au, kitus variantus prisijungti arba prisiregistruoti", + "Show notes": "Rodyti pastabas", + "Showing all responses": "Rodomi visi atsakymai", + "Sign in": "Prisijungti", + "Sign in using %(providerName)s": "Prisijungti su %(providerName)s", + "Sign in with %(providerName)s": "Prisijungti su %(providerName)s", + "Signatory field(s) has invalid data.": "Para\u0161o lauke (laukuose) pateikti neteisingi duomenys.", + "Sorry, no results were found.": "Atsipra\u0161ome, rezultat\u0173 nerasta.", + "Sorted by": "Sur\u016b\u0161iuota pagal", + "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "Nurodykite alternatyv\u0173 kurso pavadinim\u0105, kuris bus \u012fra\u0161omas \u012f sertifikatus. Lauk\u0105 palikite tu\u0161\u010di\u0105, jei norite, kad \u012f sertifikatus b\u016bt\u0173 \u012fra\u0161omas oficialus kurso pavadinimas.", + "Staff": "Personalas", + "Start Date": "Prad\u017eios data", + "Start generating certificates for all students in this course?": "Prad\u0117ti generuoti vis\u0173 \u0161io kurso dalyvi\u0173 sertifikatus?", + "Start regenerating certificates for students in this course?": "Prad\u0117ti generuoti \u0161io kurso dalyviams sertifikatus?", + "Starts": "Prasideda", + "Starts: %(start_date)s": "Prasideda: %(start_date)s", + "State": "B\u016bsena", + "Status": "B\u016bsena", + "Status of Your Response": "J\u016bs\u0173 pateikto darbo b\u016bsena", + "Subject": "Tema", + "Subject:": "Tema:", + "Submit": "Pateikti", + "Submitted": "Pateikta", + "Subsection": "Potem\u0117", + "Success": "Pavyko", + "Successfully deleted student state for user {user}": "S\u0117kmingai panaikinta naudotojo {user} b\u016bsena", + "Successfully enrolled and sent email to the following users:": "S\u0117kmingai \u012ftraukti \u012f s\u0105ra\u0161\u0105 ir i\u0161si\u0173sti el. lai\u0161kai \u0161iems naudotojams:", + "Successfully enrolled the following users:": "S\u0117kmingai \u012ftraukti \u012f s\u0105ra\u0161\u0105 \u0161ie naudotojai:", + "Successfully rescored problem for user {user}": "S\u0117kmingai perskai\u010diuotas naudotojo {user} u\u017edavinio \u012fvertinimas.", + "Successfully reset the attempts for user {user}": "S\u0117kmingai nustatyta, kad naudotojas {user} gal\u0117t\u0173 bandyti i\u0161 naujo. ", + "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "S\u0117kmingai i\u0161si\u0173sti registracijos el. lai\u0161kai \u0161iems naudotojams. Juos bus leista \u012ftraukti \u012f s\u0105ra\u0161\u0105, kai tik jie u\u017esiregistruos:", + "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "S\u0117kmingai i\u0161si\u0173sti registracijos el. lai\u0161kai \u0161iems naudotojams. Jie bus \u012ftraukti \u012f s\u0105ra\u0161\u0105, kai tik u\u017esiregistruos:", + "Successfully unlinked.": "S\u0117kmingai atjungta.", + "Tags": "\u017dymos", + "Tags:": "\u017dymos:", + "Take Photo": "Fotografuoti", + "Take Your Photo": "Fotografuokit\u0117s", + "Take a Photo of Your ID": "Nufotografuokite savo tapatyb\u0117s dokument\u0105", + "Take a photo of your ID": "Nufotografuokite savo tapatyb\u0117s dokument\u0105", + "Take me to the main course page": "Atidarykite pagrindin\u012f kurso puslap\u012f", + "Take me to the main library page": "Atidarykite pagrindin\u012f bibliotekos puslap\u012f", + "Task ID": "U\u017eduoties indentifikatorius", + "Task Progress": "U\u017eduoties pa\u017eanga", + "Task Status": "U\u017eduoties b\u016bsena", + "Task Type": "U\u017eduoties tipas", + "Task inputs": "U\u017eduoties \u012fvestis", + "Team Description (Required) *": "Komandos apra\u0161as (privalomas) *", + "Team Name (Required) *": "Komandos pavadinimas (privalomas) *", + "Team Search": "Komand\u0173 paie\u0161ka", + "Team description cannot have more than 300 characters.": "Komandos apra\u0161as negali b\u016bti ilgesnis nei 300 simboli\u0173.", + "Team member profiles": "Komandos nari\u0173 profiliai", + "Team name cannot have more than 255 characters.": "Komandos pavadinimas negali b\u016bti ilgesnis nei 255 simboliai.", + "Teams": "Komandos", + "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "D\u0117kojame u\u017e pateiktas nuotraukas. Netrukus jas per\u017ei\u016br\u0117sime. Dabar galite u\u017esiregistruoti \u012f bet kur\u012f %(platformName)s kurs\u0105, u\u017e kur\u012f i\u0161duodamas tapatybe patvirtintas sertifikatas. Patvirtinimas galioja vienerius metus. Pra\u0117jus metams v\u0117l tur\u0117site pateikti savo nuotraukas patvirtinimui.", + "The cohort cannot be added": "Kohortos prid\u0117ti negalima", + "The cohort cannot be saved": "Kohortos i\u0161saugoti nepavyko", + "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "Bendras organizacijos ir bibliotekos kodo lauk\u0173 ilgis negali b\u016bti daugiau nei <%=limit%> simboliai. ", + "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "Bendras organizacijos, kurso numerio ir mokymosi laikotarpio lauk\u0173 ilgis negali b\u016bti daugiau nei <%=limit%> simboliai. ", + "The country that team members primarily identify with.": "\u0160alis, su kuria komandos nariai pirmiausia tapatinasi.", + "The course end date must be later than the course start date.": "Kurso pabaigos data turi b\u016bti v\u0117lesn\u0117 u\u017e prad\u017eios dat\u0105.", + "The course must have an assigned start date.": "Kursui b\u016btina nustatyti prad\u017eios dat\u0105.", + "The course start date must be later than the enrollment start date.": "Kurso prad\u017eios data turi b\u016bti v\u0117lesn\u0117 u\u017e registracijos prad\u017eios dat\u0105.", + "The email address you've provided isn't formatted correctly.": "J\u016bs\u0173 pateiktas el. pa\u0161to adresas yra neteisingo formato.", + "The enrollment end date cannot be after the course end date.": "Registracijos pabaigos data negali b\u016bti v\u0117lesn\u0117 nei kurso pabaigos data.", + "The enrollment start date cannot be after the enrollment end date.": "Registracijos prad\u017eios data negali b\u016bti v\u0117lesn\u0117 nei registracijos pabaigos data.", + "The file must be at least {size} in size.": "Failas turi b\u016bti bent {size} dyd\u017eio.", + "The file must be smaller than {size} in size.": "Failas turi b\u016bti ma\u017eesnis negu {size} dyd\u017eio.", + "The following email addresses and/or usernames are invalid:": "\u0160ie el. pa\u0161to adresai ir (arba) naudotoj\u0173 vardai negalioja:", + "The following errors were generated:": "Generuotos \u0161ios klaidos:", + "The following users are no longer enrolled in the course:": "\u0160ie naudotojai i\u0161braukti i\u0161 kurso s\u0105ra\u0161o:", + "The following warnings were generated:": "Generuoti \u0161ie \u012fsp\u0117jimai:", + "The language that team members primarily use to communicate with each other.": "Kalba, kuria komandos nariai pirmiausia bendrauja vienas su kitu.", + "The minimum grade for course credit is not set.": "Minimalus \u012fvertinimas kurso kreditui gauti nenustatytas.", + "The name of this signatory as it should appear on certificates.": "\u0160io pasira\u0161an\u010dio asmens pavard\u0117, kokia turi b\u016bti \u012fra\u0161yta \u012f sertifikatus.", + "The organization that this signatory belongs to, as it should appear on certificates.": "Organizacijos, kuriai priklauso \u0161is pasira\u0161antis asmuo, pavadinimas, kuris turi b\u016bti \u012fra\u0161ytas \u012f sertifikatus.", + "The raw error message is:": "Neapdorotas klaidos prane\u0161imas: ", + "The selected content group does not exist": "Pasirinktos turinio grup\u0117s n\u0117ra", + "The server could not be contacted.": "Nepavyko susisiekti su serveriu.", + "The submission could not be removed from the grading pool.": "Darbas negali b\u016bti at\u0161auktas i\u0161 vertinimo.", + "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "Sukurta {cohortGroupName} kohorta. \u017demiau galite prie \u0161ios kohortos rankiniu b\u016bdu prid\u0117ti kurso dalyvius. ", + "There has been an error processing your survey.": "Atliekant j\u016bs\u0173 u\u017eklaus\u0105 \u012fvyko klaida.", + "There has been an error while exporting.": "Eksportuojant \u012fvyko klaida.", + "There has been an error with your export.": "Eksportuojant \u012fvyko klaida.", + "There is no email history for this course.": "\u0160iame kurse n\u0117ra kaupiama el. lai\u0161k\u0173 istorija.", + "There must be at least one group.": "Turi b\u016bti bent viena grup\u0117.", + "There must be one cohort to which students can automatically be assigned.": "Privalo b\u016bti viena kohorta, \u012f kuri\u0105 kurso dalyviai b\u016bt\u0173 priskiriami automati\u0161kai.", + "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "I\u0161kilo problema kuriant ataskait\u0105. Nor\u0117dami bandyti dar kart\u0105, pasirinkite \"Kurti vykdom\u0105j\u0105 santrauk\u0105\".", + "There was an error changing the user's role": "\u012evyko klaida kei\u010diant naudotojo vaidmen\u012f.", + "There was an error obtaining email content history for this course.": "Klaida gaunant \u0161io kurso el. lai\u0161k\u0173 turinio istorij\u0105.", + "There was an error obtaining email task history for this course.": "Klaida gaunant \u0161io kurso el. lai\u0161k\u0173 u\u017eduo\u010di\u0173 istorij\u0105.", + "There was an error, try searching again.": "\u012evyko klaida, bandykite ie\u0161koti dar kart\u0105.", + "There were errors reindexing course.": "Kurso perindeksavimo klaida.", + "There's already another assignment type with this name.": "Toks u\u017eduoties tipo pavadinimas jau egzistuoja.", + "These users were not added as beta testers:": "\u0160ie naudotojai nebuvo prid\u0117ti kaip beta versijos bandytojai:", + "These users were not affiliated with the course so could not be unenrolled:": "\u0160ie naudotojai nepriskirti kursui ir tod\u0117l negali b\u016bti \u012ftraukti \u012f s\u0105ra\u0161\u0105:", + "These users were not removed as beta testers:": "\u0160ie naudotojai nebuvo pa\u0161alinti kaip beta versijos bandytojai:", + "These users were successfully added as beta testers:": "\u0160ie naudotojai buvo s\u0117kmingai prid\u0117ti kaip beta versijos bandytojai:", + "These users were successfully removed as beta testers:": "\u0160ie naudotojai buvo s\u0117kmingai pa\u0161alinti kaip beta versijos bandytojai:", + "These users will be allowed to enroll once they register:": "\u0160iuos naudotojus bus leista \u012ftraukti \u012f s\u0105ra\u0161\u0105, kai tik jie u\u017esiregistruos:", + "These users will be enrolled once they register:": "\u0160ie naudotojai bus \u012ftraukti \u012f s\u0105ra\u0161\u0105, kai tik u\u017esiregistruos: ", + "This action cannot be undone.": "\u0160is veiksmas negal\u0117s b\u016bti v\u0117liau at\u0161auktas.", + "This assessment could not be submitted.": "Nepavyko pateikti \u0161io \u012fvertinimo.", + "This certificate has already been activated and is live. Are you sure you want to continue editing?": "\u0160is sertifikatas jau aktyvintas ir prieinamas kurso dalyviui. Ar tikrai norite toliau redaguoti?", + "This feedback could not be submitted.": "Nepavyko pateikti \u0161io atsiliepimo.", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Tai yra s\u0105ra\u0161as prieinam\u0173 %s. D\u0117\u017eut\u0117je \u017eemiau pa\u017eym\u0117dami kelet\u0105 i\u0161 j\u0173 ir paspausdami \u201ePasirinkti\u201c rodykl\u0119 tarp dviej\u0173 d\u0117\u017eu\u010di\u0173 j\u016bs galite pasirinkti kelet\u0105 i\u0161 j\u0173.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Tai yra s\u0105ra\u0161as pasirinkt\u0173 %s. D\u0117\u017eut\u0117je \u017eemiau pa\u017eym\u0117dami kelet\u0105 i\u0161 j\u0173 ir paspausdami \u201ePa\u0161alinti\u201c rodykl\u0119 tarp dviej\u0173 d\u0117\u017eu\u010di\u0173 j\u016bs galite pa\u0161alinti kelet\u0105 i\u0161 j\u0173.", + "This learner will be removed from the team, allowing another learner to take the available spot.": "\u0160is kurso dalyvis bus pa\u0161alintas i\u0161 komandos, leid\u017eiant kitam kurso dalyviui u\u017eimti laisv\u0105 viet\u0105.", + "This problem could not be saved.": " Nepavyko \u012fra\u0161yti \u0161ios u\u017eduoties.", + "This problem has already been released. Any changes will apply only to future assessments.": "\u0160i u\u017eduotis jau paskelbta. Pakeitimai bus taikomi tik b\u016bsimiems vertinimams.", + "This response could not be saved.": "Darbo \u012fra\u0161yti nepavyko.", + "This response could not be submitted.": "Darbo pateikti nepavyko.", + "This response has been saved but not submitted.": "J\u016bs\u0173 darbas i\u0161saugotas, bet nepateiktas.", + "This response has not been saved.": "J\u016bs\u0173 darbas nei\u0161saugotas.", + "This section could not be loaded.": "Nepavyko \u012fkelti \u0161ios temos.", + "This team does not have any members.": "\u0160ioje komandoje n\u0117ra nari\u0173.", + "This team is full.": "\u0160i komanda pilna.", + "Time Allotted (HH:MM):": "Skirtas laikas (VV:MM):", + "Time Sent": "Siuntimo laikas", + "Time Sent:": "Siuntimo laikas:", + "Timed": "Nustatyto laiko", + "Tips on taking a successful photo": "Patarimai, kaip padaryti ger\u0105 nuotrauk\u0105", + "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "Kai pavadinimai yra ilgesni nei 100 simboli\u0173, kurso dalyviams gali nepavykti atsispausdinti sertifikato viename puslapyje.", + "Today": "\u0160iandien", + "Toggle Notifications Setting": "Pasirinkti prane\u0161im\u0173 nustatym\u0105", + "Tomorrow": "Rytoj", + "Topic": "Tema", + "Topics": "Temos", + "Total": "I\u0161 viso", + "Type": "Tipas", + "Type into this box to filter down the list of available %s.": "Ra\u0161ykite \u012f \u0161i\u0105 d\u0117\u017eut\u0119, kad i\u0161filtruotum\u0117te prieinam\u0173 %s s\u0105ra\u0161\u0105.", + "Undo (Ctrl+Z)": "At\u0161aukti (Ctrl+Z)", + "Undo Changes": "At\u0161aukti pakeitimus", + "Ungraded": "Ne\u012fvertinta", + "Unit": "Skyrius", + "Unknown": "Ne\u017einoma", + "Unlinking": "Atsijungiama", + "Unnamed Option": "Ne\u012fvardytas parametras", + "Update": "Atnaujinti", + "Updating with latest library content": "Atnaujinama naujausiu bibliotekos turiniu", + "Upload File": "\u012ekelti fail\u0105", + "Upload File and Assign Students": "\u012ekelti fail\u0105 ir priskirti kurso dalyvius", + "Upload New File": "\u012ekelti nauj\u0105 fail\u0105", + "Upload an image": "\u012ekelkite paveiksl\u0105", + "Upload completed": "\u012ek\u0117limas baigtas", + "Upload failed": "Nepavyko \u012fkelti", + "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "\u012ekeliama. Likite \u0161iame puslapyje, kol bus \u012fkelta, kad ne\u012fvykt\u0173 klaida.", + "Upload signature image.": "\u012ekelkite para\u0161o paveiksl\u0105.", + "Upload your course image.": "\u012ekelkite savo kurso paveiksl\u0117l\u012f.", + "Uploading": "\u012ekeliama", + "Use the retake photo button if you are not pleased with your photo": "Jeigu esate nepatenkinti nuotrauka, paspauskite mygtuk\u0105 \"Fotografuotis i\u0161 naujo\"", + "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "Internetine kamera nufotografuokite savo asmens tapatyb\u0117s dokument\u0105. \u0160i\u0105 nuotrauk\u0105 mes palyginsime su j\u016bs\u0173 veido nuotrauka ir vardu bei pavarde j\u016bs\u0173 paskyroje.", + "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "Internetine kamera nufotografuokite savo veid\u0105. \u0160i\u0105 nuotrauk\u0105 mes palyginsime su j\u016bs\u0173 asmens tapatyb\u0117s dokumento nuotrauka.", + "Username": "Naudotojo vardas", + "Users must create and activate their account before they can be promoted to beta tester.": "Naudotojai turi susikurti ir aktyvuoti paskyras prie\u0161 juos pakeliant \u012f beta versijos bandytojus.", + "Validation Error": "Patikros klaida", + "Validation Error While Saving": "\u012era\u0161ant \u012fvyko patikros klaida", + "Verification Checkpoint": "Patvirtinimo kontrolinis ta\u0161kas", + "Verification checkpoint to be completed": "Privalomas patvirtinimo kontrolinis ta\u0161kas", + "Verified Certificate": "Tapatybe patvirtintas sertifikatas", + "Verified Certificate upgrade": "Tapatybe patvirtinto mokymosi pasirinkimas", + "Verified Status": "Patvirtinta b\u016bsena", + "Verify Now": "Patvirtinti dabar", + "Video Capture Error": "Vaizdo \u012fra\u0161ymo klaida", + "View": "\u017di\u016br\u0117ti", + "View %(span_start)s %(team_name)s %(span_end)s": "\u017di\u016br\u0117ti %(span_start)s %(team_name)s %(span_end)s", + "View Cohort": "Per\u017ei\u016br\u0117ti kohort\u0105", + "View Teams in the %(topic_name)s Topic": "\u017di\u016br\u0117ti komandas \"%(topic_name)s\" temoje", + "View all errors": "Per\u017ei\u016br\u0117ti visas klaidas", "Viewing %s course": [ - "Per\u017ei\u016brimas %s kursas", - "Per\u017ei\u016brimi %s kursai", - "Per\u017ei\u016brima %s kurs\u0173", + "Per\u017ei\u016brimas %s kursas", + "Per\u017ei\u016brimi %s kursai", + "Per\u017ei\u016brima %s kurs\u0173", "Per\u017ei\u016brima %s kurs\u0173" - ], - "Want to confirm your identity later?": "Norite patvirtinti savo tapatyb\u0119 v\u0117liau?", - "Warning": "\u012esp\u0117jimas", - "Warnings": "\u012esp\u0117jimai", - "We couldn't find any results for \"%s\".": "Nepavyko rasti rezultat\u0173 pagal \"%s\".", - "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "U\u017e\u0161ifruodami j\u016bs\u0173 nuotrauk\u0105 ir si\u0173sdami per\u017ei\u016br\u0117ti leidim\u0173 i\u0161davimo tarnybai, mes laikom\u0117s did\u017eiausio saugumo. Pasibaigus patvirtinimo procesui j\u016bs\u0173 nuotrauka ir informacija ne\u012fra\u0161oma ir n\u0117ra matoma jokioje %(platformName)s vietoje.", - "We've encountered an error. Refresh your browser and then try again.": "Mes aptikome klaid\u0105. Atnaujinkite nar\u0161ykl\u0119 ir bandykite dar kart\u0105.", - "Webcam": "Internetin\u0117 vaizdo kamera", - "What does %(platformName)s do with this photo?": "Kam %(platformName)s naudos \u0161i\u0105 nuotrauk\u0105?", - "What does this mean?": "K\u0105 tai rei\u0161kia?", - "Why does %(platformName)s need my photo?": "Kam %(platformName)s reikalinga mano nuotrauka?", - "Would you like to sign in using your %(providerName)s credentials?": "Ar nor\u0117tum\u0117te prisijungti, naudojantis j\u016bs\u0173 %(providerName)s duomenimis?", - "Year of Birth": "Gimimo metai ", - "Yes, allow edits to the active Certificate": "Taip, leisti redaguoti aktyv\u0173 sertifikat\u0105", - "Yesterday": "Vakar", - "You already belong to another team.": "J\u016bs jau priklausote kitai komandai.", - "You are not currently a member of any team.": "\u0160iuo metu j\u016bs nesate jokios komandos narys.", - "You are now enrolled as a verified student for:": "J\u016bs esate u\u017eregistruotas kaip tapatybe patvirtintas dalyvis \u012f kurs\u0105:", - "You can now enter your payment information and complete your enrollment.": "Dabar galite \u012feiti \u012f savo mok\u0117jimo informacij\u0105 ir baigti registracij\u0105.", - "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "J\u016bs galite sumok\u0117ti dabar netgi jei neturite \u0161i\u0173 dokument\u0173, bet tur\u0117site juos gauti, kad \u012fgytum\u0117te teis\u0119 \u012f tapatybe patvirtint\u0105 sertifikat\u0105. ", - "You can remove members from this team, especially if they have not participated in the team's activity.": "Galite pa\u0161alinti narius i\u0161 \u0161ios komandos, ypa\u010d jei jie nedalyvauja komandos veikloje.", - "You commented...": "J\u016bs komentavote...", - "You currently have no cohorts configured": "J\u016bs dar nekonfig\u016bravote kohort\u0173", - "You did not select a content group": "J\u016bs nepasirinkote turinio grup\u0117s", - "You don't seem to have Flash installed. Get Flash to continue your verification.": "Flash ne\u012fdiegtas. Atsisi\u0173skite Flash ir t\u0119skite patvirtinim\u0105.", - "You don't seem to have a webcam connected.": "Atrodo, kad j\u016bs\u0173 vaizdo kamera neprijungta.", - "You have already verified your ID!": "J\u016bs jau patvirtinote savo tapatyb\u0119!", - "You have not created any certificates yet.": "J\u016bs dar nesuk\u016br\u0117te sertifikat\u0173.", - "You have not created any content groups yet.": "J\u016bs dar nesuk\u016br\u0117te turinio grupi\u0173.", - "You have not created any group configurations yet.": "J\u016bs dar nesuk\u016br\u0117te grupini\u0173 konfig\u016bracij\u0173.", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Pasirinkote veiksm\u0105, bet neesate pakeit\u0119 lauk\u0173 reik\u0161mi\u0173. J\u016bs grei\u010diausiai ie\u0161kote mygtuko Vykdyti, o ne mygtuko Saugoti.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Pasirinkote veiksm\u0105, bet dar neesate i\u0161saugoj\u0119 pakeitim\u0173. Nuspauskite Gerai nor\u0117dami i\u0161saugoti. Jus reik\u0117s i\u0161 naujo paleisti veiksm\u0105.", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Turite nei\u0161saugot\u0173 pakeitim\u0173. Jeigu t\u0119site, J\u016bs\u0173 pakeitimai bus prarasti.", - "You must enter a valid email address in order to add a new team member": "Nor\u0117dami prid\u0117ti nauj\u0105 komandos nar\u012f privalote \u012fvesti teising\u0105 el. pa\u0161to adres\u0105.", - "You must sign out and sign back in before your language changes take effect.": "Turite atsijungti ir v\u0117l prisijungti, kad \u012fsigaliot\u0173 j\u016bs\u0173 kalbos pakeitimai.", - "You must specify a name for the cohort": "J\u016bs turite nurodyti kohortos pavadinim\u0105", - "You need a computer that has a webcam. When you receive a browser prompt, make sure that you allow access to the camera.": "Jums reikalingas kompiuteris su vaizdo kamera. Patikrinkite, ar turite pri\u0117jim\u0105 prie video kameros.", - "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "Reikalingas asmens dokumentas su j\u016bs\u0173 pavarde ir nuotrauka. Tinka vairuotojo pa\u017eym\u0117jimas, pasas ar kiti vald\u017eios institucij\u0173 i\u0161duoti asmens tapatyb\u0117s dokumentai.", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "Prie\u0161 registruojantis \u012f kursus, jums reik\u0117s aktyvinti savo paskyr\u0105. Pasitikrinkite savo el. pa\u0161to d\u0117\u017eut\u0119, mes jums i\u0161siunt\u0117me lai\u0161k\u0105 su aktyvinimo instrukcija.", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "Prie\u0161 registruojantis \u012f kursus, jums reik\u0117s aktyvinti savo paskyr\u0105. Pasitikrinkite savo el. pa\u0161to d\u0117\u017eut\u0119, mes jums i\u0161siunt\u0117me lai\u0161k\u0105 su aktyvinimo instrukcija. Suaktyvin\u0119 paskyr\u0105 galite gr\u012f\u017eti ir atnaujinti \u0161\u012f puslap\u012f.", - "You will not receive notification for emails that bounce, so double-check your spelling.": "Jei nurodysite neteisingus el. pa\u0161to adresus, patvirtinimo negausite, tod\u0117l dar kart\u0105 patikrinkite ra\u0161yb\u0105.", - "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "Ketinate pateikti savo darb\u0105. Kai pateiksite, savo atsakymo jau negal\u0117site keisti.", - "You've made some changes": "J\u016bs esate atlik\u0119 kelet\u0105 pakeitim\u0173", - "You've made some changes, but there are some errors": "J\u016bs esate atlik\u0119 kelet\u0105 pakeitim\u0173, bet yra klaid\u0173 ", - "Your changes have been saved.": "J\u016bs\u0173 atlikti pakeitimai yra i\u0161saugoti.", - "Your changes will not take effect until you save your progress.": "J\u016bs\u0173 atlikti pakeitimai nebus pritaikyti, kol nei\u0161saugosite atlikto darbo.", - "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "J\u016bs\u0173 atlikti pakeitimai nebus pritaikyti, kol nei\u0161saugosite savo darbo. Atkreipkite d\u0117mes\u012f \u012f vard\u0173 ir reik\u0161mi\u0173 formatus, nes jie nebus tikrinami.", - "Your donation could not be submitted.": "Nepavyko pateikti j\u016bs\u0173 aukos.", - "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "J\u016bs\u0173 failas \"{file}\" yra \u012fkeliamas. Palaukite kelias minutes, kol vyksta procesas.", - "Your file could not be uploaded": "Nepavyko \u012fkelti j\u016bs\u0173 failo.", - "Your file has been deleted.": "J\u016bs\u0173 failas buvo pa\u0161alintas.", - "Your message cannot be blank.": "J\u016bs\u0173 prane\u0161imas negali b\u016bti tu\u0161\u010dias.", - "Your message must have a subject.": "J\u016bs\u0173 prane\u0161imas turi tur\u0117ti temos pavadinim\u0105.", - "Your policy changes have been saved.": "J\u016bs\u0173 atlikti taisykli\u0173 nustatym\u0173 pakeitimai yra i\u0161saugoti.", - "Your post will be discarded.": "J\u016bs\u0173 skelbimas bus panaikintas.", - "Your request could not be completed. Reload the page and try again.": "J\u016bs\u0173 u\u017eklausa negali b\u016bti \u012fvykdyta. I\u0161 naujo \u012fkelkite puslap\u012f ir bandykite dar kart\u0105.", - "Your upload of '{file}' failed.": "J\u016bs\u0173 failo \"{file}\" nepavyko \u012fkelti.", - "Your upload of '{file}' succeeded.": "J\u016bs\u0173 failas \"{file}\" s\u0117kmingai \u012fkeltas.", - "Zoom In": "Didinti", - "Zoom Out": "Ma\u017einti", - "[no tags]": "[be \u017eym\u0173]", - "and others": "ir kiti", - "anonymous": "anonimas", - "bytes": "baitai", - "certificate": "sertifikatas", - "content group": "turinio grup\u0117", - "dragging": "tempiama", - "dragging out of slider": "nutempiama i\u0161 slankiklio", - "dropped in slider": "nutempta \u012f slankikl\u012f", - "dropped on target": "nutempta \u012f paskirties viet\u0105", - "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "pvz., johndoe@example.com, JaneDoe, joeydoe@example.com", - "emphasized text": "pabr\u0117\u017etas tekstas", - "enter code here": "\u010dia \u012fveskite kod\u0105", - "enter link description here": "\u010dia \u012fvesti nuorodos apra\u0161ym\u0105", - "group configuration": "grupin\u0117 konfig\u016bracija", - "last activity": "paskutin\u0117 veikla", - "name": "vardas", - "one letter Friday\u0004F": "Pn", - "one letter Monday\u0004M": "P", - "one letter Saturday\u0004S": "\u0160", - "one letter Sunday\u0004S": "S", - "one letter Thursday\u0004T": "K", - "one letter Tuesday\u0004T": "A", - "one letter Wednesday\u0004W": "T", - "open slots": "laisvos vietos", - "or": "arba", - "or create a new one here": "arba sukurti nauj\u0105 paskyr\u0105 \u010dia", - "or sign in with": "arba prisijungti su", - "remove": "pa\u0161alinti", - "remove all": "pa\u0161alinti visk\u0105", - "strong text": "ry\u0161kus tekstas", - "team count": "komand\u0173 skai\u010dius", - "username or email": "naudotojas arba el. pa\u0161tas", - "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start}Nar\u0161ykite ie\u0161kodami komand\u0173 kitose temose{span_end} arba {search_span_start}ie\u0161kokite komand\u0173{span_end} \u0161ioje temoje. Jei vis tiek nerandate prie ko prisijungti, {create_span_start}sukurkite nauj\u0105 komand\u0105 \u0161ioje temoje{span_end}.", - "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} jau yra kurso {container} komandoje. Jeigu norite prid\u0117ti nauj\u0105 nar\u012f, patikrinkite el. pa\u0161to adres\u0105.", + ], + "Want to confirm your identity later?": "Norite patvirtinti savo tapatyb\u0119 v\u0117liau?", + "Warning": "\u012esp\u0117jimas", + "Warnings": "\u012esp\u0117jimai", + "We couldn't find any results for \"%s\".": "Nepavyko rasti rezultat\u0173 pagal \"%s\".", + "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "U\u017e\u0161ifruodami j\u016bs\u0173 nuotrauk\u0105 ir si\u0173sdami per\u017ei\u016br\u0117ti leidim\u0173 i\u0161davimo tarnybai, mes laikom\u0117s did\u017eiausio saugumo. Pasibaigus patvirtinimo procesui j\u016bs\u0173 nuotrauka ir informacija ne\u012fra\u0161oma ir n\u0117ra matoma jokioje %(platformName)s vietoje.", + "We've encountered an error. Refresh your browser and then try again.": "Mes aptikome klaid\u0105. Atnaujinkite nar\u0161ykl\u0119 ir bandykite dar kart\u0105.", + "Webcam": "Internetin\u0117 vaizdo kamera", + "What does %(platformName)s do with this photo?": "Kam %(platformName)s naudos \u0161i\u0105 nuotrauk\u0105?", + "What does this mean?": "K\u0105 tai rei\u0161kia?", + "Why does %(platformName)s need my photo?": "Kam %(platformName)s reikalinga mano nuotrauka?", + "Would you like to sign in using your %(providerName)s credentials?": "Ar nor\u0117tum\u0117te prisijungti, naudojantis j\u016bs\u0173 %(providerName)s duomenimis?", + "Year of Birth": "Gimimo metai ", + "Yes, allow edits to the active Certificate": "Taip, leisti redaguoti aktyv\u0173 sertifikat\u0105", + "Yesterday": "Vakar", + "You already belong to another team.": "J\u016bs jau priklausote kitai komandai.", + "You are not currently a member of any team.": "\u0160iuo metu j\u016bs nesate jokios komandos narys.", + "You are now enrolled as a verified student for:": "J\u016bs esate u\u017eregistruotas kaip tapatybe patvirtintas dalyvis \u012f kurs\u0105:", + "You can now enter your payment information and complete your enrollment.": "Dabar galite \u012feiti \u012f savo mok\u0117jimo informacij\u0105 ir baigti registracij\u0105.", + "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "J\u016bs galite sumok\u0117ti dabar netgi jei neturite \u0161i\u0173 dokument\u0173, bet tur\u0117site juos gauti, kad \u012fgytum\u0117te teis\u0119 \u012f tapatybe patvirtint\u0105 sertifikat\u0105. ", + "You can remove members from this team, especially if they have not participated in the team's activity.": "Galite pa\u0161alinti narius i\u0161 \u0161ios komandos, ypa\u010d jei jie nedalyvauja komandos veikloje.", + "You commented...": "J\u016bs komentavote...", + "You currently have no cohorts configured": "J\u016bs dar nekonfig\u016bravote kohort\u0173", + "You did not select a content group": "J\u016bs nepasirinkote turinio grup\u0117s", + "You don't seem to have Flash installed. Get Flash to continue your verification.": "Flash ne\u012fdiegtas. Atsisi\u0173skite Flash ir t\u0119skite patvirtinim\u0105.", + "You don't seem to have a webcam connected.": "Atrodo, kad j\u016bs\u0173 vaizdo kamera neprijungta.", + "You have already verified your ID!": "J\u016bs jau patvirtinote savo tapatyb\u0119!", + "You have not created any certificates yet.": "J\u016bs dar nesuk\u016br\u0117te sertifikat\u0173.", + "You have not created any content groups yet.": "J\u016bs dar nesuk\u016br\u0117te turinio grupi\u0173.", + "You have not created any group configurations yet.": "J\u016bs dar nesuk\u016br\u0117te grupini\u0173 konfig\u016bracij\u0173.", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Pasirinkote veiksm\u0105, bet neesate pakeit\u0119 lauk\u0173 reik\u0161mi\u0173. J\u016bs grei\u010diausiai ie\u0161kote mygtuko Vykdyti, o ne mygtuko Saugoti.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Pasirinkote veiksm\u0105, bet dar neesate i\u0161saugoj\u0119 pakeitim\u0173. Nuspauskite Gerai nor\u0117dami i\u0161saugoti. Jus reik\u0117s i\u0161 naujo paleisti veiksm\u0105.", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Turite nei\u0161saugot\u0173 pakeitim\u0173. Jeigu t\u0119site, J\u016bs\u0173 pakeitimai bus prarasti.", + "You must enter a valid email address in order to add a new team member": "Nor\u0117dami prid\u0117ti nauj\u0105 komandos nar\u012f privalote \u012fvesti teising\u0105 el. pa\u0161to adres\u0105.", + "You must sign out and sign back in before your language changes take effect.": "Turite atsijungti ir v\u0117l prisijungti, kad \u012fsigaliot\u0173 j\u016bs\u0173 kalbos pakeitimai.", + "You must specify a name for the cohort": "J\u016bs turite nurodyti kohortos pavadinim\u0105", + "You need a computer that has a webcam. When you receive a browser prompt, make sure that you allow access to the camera.": "Jums reikalingas kompiuteris su vaizdo kamera. Patikrinkite, ar turite pri\u0117jim\u0105 prie video kameros.", + "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "Reikalingas asmens dokumentas su j\u016bs\u0173 pavarde ir nuotrauka. Tinka vairuotojo pa\u017eym\u0117jimas, pasas ar kiti vald\u017eios institucij\u0173 i\u0161duoti asmens tapatyb\u0117s dokumentai.", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "Prie\u0161 registruojantis \u012f kursus, jums reik\u0117s aktyvinti savo paskyr\u0105. Pasitikrinkite savo el. pa\u0161to d\u0117\u017eut\u0119, mes jums i\u0161siunt\u0117me lai\u0161k\u0105 su aktyvinimo instrukcija.", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "Prie\u0161 registruojantis \u012f kursus, jums reik\u0117s aktyvinti savo paskyr\u0105. Pasitikrinkite savo el. pa\u0161to d\u0117\u017eut\u0119, mes jums i\u0161siunt\u0117me lai\u0161k\u0105 su aktyvinimo instrukcija. Suaktyvin\u0119 paskyr\u0105 galite gr\u012f\u017eti ir atnaujinti \u0161\u012f puslap\u012f.", + "You will not receive notification for emails that bounce, so double-check your spelling.": "Jei nurodysite neteisingus el. pa\u0161to adresus, patvirtinimo negausite, tod\u0117l dar kart\u0105 patikrinkite ra\u0161yb\u0105.", + "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "Ketinate pateikti savo darb\u0105. Kai pateiksite, savo atsakymo jau negal\u0117site keisti.", + "You've made some changes": "J\u016bs esate atlik\u0119 kelet\u0105 pakeitim\u0173", + "You've made some changes, but there are some errors": "J\u016bs esate atlik\u0119 kelet\u0105 pakeitim\u0173, bet yra klaid\u0173 ", + "Your changes have been saved.": "J\u016bs\u0173 atlikti pakeitimai yra i\u0161saugoti.", + "Your changes will not take effect until you save your progress.": "J\u016bs\u0173 atlikti pakeitimai nebus pritaikyti, kol nei\u0161saugosite atlikto darbo.", + "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "J\u016bs\u0173 atlikti pakeitimai nebus pritaikyti, kol nei\u0161saugosite savo darbo. Atkreipkite d\u0117mes\u012f \u012f vard\u0173 ir reik\u0161mi\u0173 formatus, nes jie nebus tikrinami.", + "Your donation could not be submitted.": "Nepavyko pateikti j\u016bs\u0173 aukos.", + "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "J\u016bs\u0173 failas \"{file}\" yra \u012fkeliamas. Palaukite kelias minutes, kol vyksta procesas.", + "Your file could not be uploaded": "Nepavyko \u012fkelti j\u016bs\u0173 failo.", + "Your file has been deleted.": "J\u016bs\u0173 failas buvo pa\u0161alintas.", + "Your message cannot be blank.": "J\u016bs\u0173 prane\u0161imas negali b\u016bti tu\u0161\u010dias.", + "Your message must have a subject.": "J\u016bs\u0173 prane\u0161imas turi tur\u0117ti temos pavadinim\u0105.", + "Your policy changes have been saved.": "J\u016bs\u0173 atlikti taisykli\u0173 nustatym\u0173 pakeitimai yra i\u0161saugoti.", + "Your post will be discarded.": "J\u016bs\u0173 skelbimas bus panaikintas.", + "Your request could not be completed. Reload the page and try again.": "J\u016bs\u0173 u\u017eklausa negali b\u016bti \u012fvykdyta. I\u0161 naujo \u012fkelkite puslap\u012f ir bandykite dar kart\u0105.", + "Your upload of '{file}' failed.": "J\u016bs\u0173 failo \"{file}\" nepavyko \u012fkelti.", + "Your upload of '{file}' succeeded.": "J\u016bs\u0173 failas \"{file}\" s\u0117kmingai \u012fkeltas.", + "Zoom In": "Didinti", + "Zoom Out": "Ma\u017einti", + "[no tags]": "[be \u017eym\u0173]", + "and others": "ir kiti", + "anonymous": "anonimas", + "bytes": "baitai", + "certificate": "sertifikatas", + "content group": "turinio grup\u0117", + "dragging": "tempiama", + "dragging out of slider": "nutempiama i\u0161 slankiklio", + "dropped in slider": "nutempta \u012f slankikl\u012f", + "dropped on target": "nutempta \u012f paskirties viet\u0105", + "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "pvz., johndoe@example.com, JaneDoe, joeydoe@example.com", + "emphasized text": "pabr\u0117\u017etas tekstas", + "enter code here": "\u010dia \u012fveskite kod\u0105", + "enter link description here": "\u010dia \u012fvesti nuorodos apra\u0161ym\u0105", + "group configuration": "grupin\u0117 konfig\u016bracija", + "last activity": "paskutin\u0117 veikla", + "name": "vardas", + "one letter Friday\u0004F": "Pn", + "one letter Monday\u0004M": "P", + "one letter Saturday\u0004S": "\u0160", + "one letter Sunday\u0004S": "S", + "one letter Thursday\u0004T": "K", + "one letter Tuesday\u0004T": "A", + "one letter Wednesday\u0004W": "T", + "open slots": "laisvos vietos", + "or": "arba", + "or create a new one here": "arba sukurti nauj\u0105 paskyr\u0105 \u010dia", + "or sign in with": "arba prisijungti su", + "remove": "pa\u0161alinti", + "remove all": "pa\u0161alinti visk\u0105", + "strong text": "ry\u0161kus tekstas", + "team count": "komand\u0173 skai\u010dius", + "username or email": "naudotojas arba el. pa\u0161tas", + "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start}Nar\u0161ykite ie\u0161kodami komand\u0173 kitose temose{span_end} arba {search_span_start}ie\u0161kokite komand\u0173{span_end} \u0161ioje temoje. Jei vis tiek nerandate prie ko prisijungti, {create_span_start}sukurkite nauj\u0105 komand\u0105 \u0161ioje temoje{span_end}.", + "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} jau yra kurso {container} komandoje. Jeigu norite prid\u0117ti nauj\u0105 nar\u012f, patikrinkite el. pa\u0161to adres\u0105.", "\u2026": "\u2026" }; for (var key in newcatalog) { @@ -817,46 +817,46 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "Y \\m. E j \\d., H:i", + "DATETIME_FORMAT": "Y \\m. E j \\d., H:i", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%d.%m.%Y %H:%M:%S", - "%d.%m.%Y %H:%M:%S.%f", - "%d.%m.%Y %H:%M", - "%d.%m.%Y", - "%d.%m.%y %H:%M:%S", - "%d.%m.%y %H:%M:%S.%f", - "%d.%m.%y %H:%M", - "%d.%m.%y %H.%M.%S", - "%d.%m.%y %H.%M.%S.%f", - "%d.%m.%y %H.%M", - "%d.%m.%y", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%d.%m.%Y %H:%M:%S", + "%d.%m.%Y %H:%M:%S.%f", + "%d.%m.%Y %H:%M", + "%d.%m.%Y", + "%d.%m.%y %H:%M:%S", + "%d.%m.%y %H:%M:%S.%f", + "%d.%m.%y %H:%M", + "%d.%m.%y %H.%M.%S", + "%d.%m.%y %H.%M.%S.%f", + "%d.%m.%y %H.%M", + "%d.%m.%y", "%Y-%m-%d" - ], - "DATE_FORMAT": "Y \\m. E j \\d.", + ], + "DATE_FORMAT": "Y \\m. E j \\d.", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%d.%m.%Y", + "%Y-%m-%d", + "%d.%m.%Y", "%d.%m.%y" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "1", - "MONTH_DAY_FORMAT": "E j \\d.", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "Y-m-d H:i", - "SHORT_DATE_FORMAT": "Y-m-d", - "THOUSAND_SEPARATOR": ".", - "TIME_FORMAT": "H:i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "1", + "MONTH_DAY_FORMAT": "E j \\d.", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "Y-m-d H:i", + "SHORT_DATE_FORMAT": "Y-m-d", + "THOUSAND_SEPARATOR": ".", + "TIME_FORMAT": "H:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", - "%H:%M", - "%H.%M.%S", - "%H.%M.%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", + "%H:%M", + "%H.%M.%S", + "%H.%M.%S.%f", "%H.%M" - ], + ], "YEAR_MONTH_FORMAT": "Y \\m. F" }; diff --git a/cms/static/js/i18n/ml/djangojs.js b/cms/static/js/i18n/ml/djangojs.js index 0882c4d3e4..eb8845d2cd 100644 --- a/cms/static/js/i18n/ml/djangojs.js +++ b/cms/static/js/i18n/ml/djangojs.js @@ -21,42 +21,42 @@ var newcatalog = { "%(sel)s of %(cnt)s selected": [ - "%(cnt)s\u0d32\u0d4d\u200d %(sel)s \u0d24\u0d46\u0d30\u0d1e\u0d4d\u0d1e\u0d46\u0d1f\u0d41\u0d24\u0d4d\u0d24\u0d41", + "%(cnt)s\u0d32\u0d4d\u200d %(sel)s \u0d24\u0d46\u0d30\u0d1e\u0d4d\u0d1e\u0d46\u0d1f\u0d41\u0d24\u0d4d\u0d24\u0d41", "%(cnt)s\u0d32\u0d4d\u200d %(sel)s \u0d0e\u0d23\u0d4d\u0d23\u0d02 \u0d24\u0d46\u0d30\u0d1e\u0d4d\u0d1e\u0d46\u0d1f\u0d41\u0d24\u0d4d\u0d24\u0d41" - ], - "6 a.m.": "6 a.m.", - "Available %s": "\u0d32\u0d2d\u0d4d\u0d2f\u0d2e\u0d3e\u0d2f %s", - "Cancel": "\u0d31\u0d26\u0d4d\u0d26\u0d3e\u0d15\u0d4d\u0d15\u0d42", - "Choose": "\u0d24\u0d46\u0d30\u0d1e\u0d4d\u0d1e\u0d46\u0d1f\u0d41\u0d15\u0d4d\u0d15\u0d42", - "Choose a time": "\u0d38\u0d2e\u0d2f\u0d02 \u0d24\u0d46\u0d30\u0d1e\u0d4d\u0d1e\u0d46\u0d1f\u0d41\u0d15\u0d4d\u0d15\u0d42", - "Choose all": "\u0d0e\u0d32\u0d4d\u0d32\u0d3e\u0d02 \u0d24\u0d46\u0d30\u0d1e\u0d4d\u0d1e\u0d46\u0d1f\u0d41\u0d15\u0d4d\u0d15\u0d41\u0d15", - "Chosen %s": "\u0d24\u0d46\u0d30\u0d1e\u0d4d\u0d1e\u0d46\u0d1f\u0d41\u0d24\u0d4d\u0d24 %s", - "Click to choose all %s at once.": "%s \u0d0e\u0d32\u0d4d\u0d32\u0d3e\u0d02 \u0d12\u0d28\u0d4d\u0d28\u0d3f\u0d1a\u0d4d\u0d1a\u0d4d \u0d24\u0d46\u0d30\u0d1e\u0d4d\u0d1e\u0d46\u0d1f\u0d41\u0d15\u0d4d\u0d15\u0d3e\u0d28\u0d4d\u200d \u0d15\u0d4d\u0d32\u0d3f\u0d15\u0d4d \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d15.", - "Click to remove all chosen %s at once.": "\u0d24\u0d46\u0d30\u0d1e\u0d4d\u0d1e\u0d46\u0d1f\u0d41\u0d15\u0d4d\u0d15\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d4d\u0d1f %s \u0d0e\u0d32\u0d4d\u0d32\u0d3e\u0d02 \u0d12\u0d30\u0d41\u0d2e\u0d3f\u0d1a\u0d4d\u0d1a\u0d4d \u0d28\u0d40\u0d15\u0d4d\u0d15\u0d02 \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d3e\u0d28\u0d4d\u200d \u0d15\u0d4d\u0d32\u0d3f\u0d15\u0d4d \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d15.", - "Filter": "Filter", - "Hide": "\u0d2e\u0d31\u0d2f\u0d1f\u0d4d\u0d1f\u0d46", - "Midnight": "\u0d05\u0d30\u0d4d\u200d\u0d27\u0d30\u0d3e\u0d24\u0d4d\u0d30\u0d3f", - "Noon": "\u0d09\u0d1a\u0d4d\u0d1a", + ], + "6 a.m.": "6 a.m.", + "Available %s": "\u0d32\u0d2d\u0d4d\u0d2f\u0d2e\u0d3e\u0d2f %s", + "Cancel": "\u0d31\u0d26\u0d4d\u0d26\u0d3e\u0d15\u0d4d\u0d15\u0d42", + "Choose": "\u0d24\u0d46\u0d30\u0d1e\u0d4d\u0d1e\u0d46\u0d1f\u0d41\u0d15\u0d4d\u0d15\u0d42", + "Choose a time": "\u0d38\u0d2e\u0d2f\u0d02 \u0d24\u0d46\u0d30\u0d1e\u0d4d\u0d1e\u0d46\u0d1f\u0d41\u0d15\u0d4d\u0d15\u0d42", + "Choose all": "\u0d0e\u0d32\u0d4d\u0d32\u0d3e\u0d02 \u0d24\u0d46\u0d30\u0d1e\u0d4d\u0d1e\u0d46\u0d1f\u0d41\u0d15\u0d4d\u0d15\u0d41\u0d15", + "Chosen %s": "\u0d24\u0d46\u0d30\u0d1e\u0d4d\u0d1e\u0d46\u0d1f\u0d41\u0d24\u0d4d\u0d24 %s", + "Click to choose all %s at once.": "%s \u0d0e\u0d32\u0d4d\u0d32\u0d3e\u0d02 \u0d12\u0d28\u0d4d\u0d28\u0d3f\u0d1a\u0d4d\u0d1a\u0d4d \u0d24\u0d46\u0d30\u0d1e\u0d4d\u0d1e\u0d46\u0d1f\u0d41\u0d15\u0d4d\u0d15\u0d3e\u0d28\u0d4d\u200d \u0d15\u0d4d\u0d32\u0d3f\u0d15\u0d4d \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d15.", + "Click to remove all chosen %s at once.": "\u0d24\u0d46\u0d30\u0d1e\u0d4d\u0d1e\u0d46\u0d1f\u0d41\u0d15\u0d4d\u0d15\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d4d\u0d1f %s \u0d0e\u0d32\u0d4d\u0d32\u0d3e\u0d02 \u0d12\u0d30\u0d41\u0d2e\u0d3f\u0d1a\u0d4d\u0d1a\u0d4d \u0d28\u0d40\u0d15\u0d4d\u0d15\u0d02 \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d3e\u0d28\u0d4d\u200d \u0d15\u0d4d\u0d32\u0d3f\u0d15\u0d4d \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d15.", + "Filter": "Filter", + "Hide": "\u0d2e\u0d31\u0d2f\u0d1f\u0d4d\u0d1f\u0d46", + "Midnight": "\u0d05\u0d30\u0d4d\u200d\u0d27\u0d30\u0d3e\u0d24\u0d4d\u0d30\u0d3f", + "Noon": "\u0d09\u0d1a\u0d4d\u0d1a", "Note: You are %s hour ahead of server time.": [ - "\u0d12\u0d7c\u0d15\u0d4d\u0d15\u0d41\u0d15: \u0d38\u0d46\u0d7c\u0d35\u0d7c \u0d38\u0d2e\u0d2f\u0d24\u0d4d\u0d24\u0d3f\u0d28\u0d46\u0d15\u0d4d\u0d15\u0d3e\u0d33\u0d41\u0d02 \u0d28\u0d3f\u0d19\u0d4d\u0d19\u0d7e %s \u0d38\u0d2e\u0d2f\u0d02 \u0d2e\u0d41\u0d7b\u0d2a\u0d3f\u0d32\u0d3e\u0d23\u0d4d.", + "\u0d12\u0d7c\u0d15\u0d4d\u0d15\u0d41\u0d15: \u0d38\u0d46\u0d7c\u0d35\u0d7c \u0d38\u0d2e\u0d2f\u0d24\u0d4d\u0d24\u0d3f\u0d28\u0d46\u0d15\u0d4d\u0d15\u0d3e\u0d33\u0d41\u0d02 \u0d28\u0d3f\u0d19\u0d4d\u0d19\u0d7e %s \u0d38\u0d2e\u0d2f\u0d02 \u0d2e\u0d41\u0d7b\u0d2a\u0d3f\u0d32\u0d3e\u0d23\u0d4d.", "\u0d12\u0d7c\u0d15\u0d4d\u0d15\u0d41\u0d15: \u0d38\u0d46\u0d7c\u0d35\u0d7c \u0d38\u0d2e\u0d2f\u0d24\u0d4d\u0d24\u0d3f\u0d28\u0d46\u0d15\u0d4d\u0d15\u0d3e\u0d33\u0d41\u0d02 \u0d28\u0d3f\u0d19\u0d4d\u0d19\u0d7e %s \u0d38\u0d2e\u0d2f\u0d02 \u0d2e\u0d41\u0d7b\u0d2a\u0d3f\u0d32\u0d3e\u0d23\u0d4d." - ], + ], "Note: You are %s hour behind server time.": [ - "\u0d12\u0d7c\u0d15\u0d4d\u0d15\u0d41\u0d15: \u0d38\u0d46\u0d7c\u0d35\u0d7c \u0d38\u0d2e\u0d2f\u0d24\u0d4d\u0d24\u0d3f\u0d28\u0d46\u0d15\u0d4d\u0d15\u0d3e\u0d33\u0d41\u0d02 \u0d28\u0d3f\u0d19\u0d4d\u0d19\u0d7e %s \u0d38\u0d2e\u0d2f\u0d02 \u0d2a\u0d3f\u0d28\u0d4d\u0d28\u0d3f\u0d32\u0d3e\u0d23\u0d4d.", + "\u0d12\u0d7c\u0d15\u0d4d\u0d15\u0d41\u0d15: \u0d38\u0d46\u0d7c\u0d35\u0d7c \u0d38\u0d2e\u0d2f\u0d24\u0d4d\u0d24\u0d3f\u0d28\u0d46\u0d15\u0d4d\u0d15\u0d3e\u0d33\u0d41\u0d02 \u0d28\u0d3f\u0d19\u0d4d\u0d19\u0d7e %s \u0d38\u0d2e\u0d2f\u0d02 \u0d2a\u0d3f\u0d28\u0d4d\u0d28\u0d3f\u0d32\u0d3e\u0d23\u0d4d.", "\u0d12\u0d7c\u0d15\u0d4d\u0d15\u0d41\u0d15: \u0d38\u0d46\u0d7c\u0d35\u0d7c \u0d38\u0d2e\u0d2f\u0d24\u0d4d\u0d24\u0d3f\u0d28\u0d46\u0d15\u0d4d\u0d15\u0d3e\u0d33\u0d41\u0d02 \u0d28\u0d3f\u0d19\u0d4d\u0d19\u0d7e %s \u0d38\u0d2e\u0d2f\u0d02 \u0d2a\u0d3f\u0d28\u0d4d\u0d28\u0d3f\u0d32\u0d3e\u0d23\u0d4d." - ], - "Now": "\u0d07\u0d2a\u0d4d\u0d2a\u0d4b\u0d33\u0d4d\u200d", - "Remove": "\u0d28\u0d40\u0d15\u0d4d\u0d15\u0d02 \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d42", - "Remove all": "\u0d0e\u0d32\u0d4d\u0d32\u0d3e\u0d02 \u0d28\u0d40\u0d15\u0d4d\u0d15\u0d02 \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d15", - "Show": "\u0d15\u0d3e\u0d23\u0d1f\u0d4d\u0d1f\u0d46", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "\u0d07\u0d24\u0d3e\u0d23\u0d4d \u0d32\u0d2d\u0d4d\u0d2f\u0d2e\u0d3e\u0d2f %s \u0d2a\u0d1f\u0d4d\u0d1f\u0d3f\u0d15. \u0d05\u0d24\u0d3f\u0d32\u0d4d\u200d \u0d1a\u0d3f\u0d32\u0d24\u0d4d \u0d24\u0d3f\u0d30\u0d1e\u0d4d\u0d1e\u0d46\u0d1f\u0d41\u0d15\u0d4d\u0d15\u0d3e\u0d28\u0d4d\u200d \u0d24\u0d3e\u0d34\u0d46 \u0d15\u0d33\u0d24\u0d4d\u0d24\u0d3f\u0d32\u0d4d\u200d \u0d28\u0d3f\u0d28\u0d4d\u0d28\u0d41\u0d02 \u0d09\u0d1a\u0d3f\u0d24\u0d2e\u0d3e\u0d2f\u0d35 \u0d38\u0d46\u0d32\u0d15\u0d4d\u0d1f\u0d4d \u0d1a\u0d46\u0d2f\u0d4d\u0d24 \u0d36\u0d47\u0d37\u0d02 \u0d30\u0d23\u0d4d\u0d1f\u0d41 \u0d15\u0d33\u0d19\u0d4d\u0d19\u0d33\u0d4d\u200d\u0d15\u0d4d\u0d15\u0d41\u0d2e\u0d3f\u0d1f\u0d2f\u0d3f\u0d32\u0d46 \"\u0d24\u0d46\u0d30\u0d1e\u0d4d\u0d1e\u0d46\u0d1f\u0d41\u0d15\u0d4d\u0d15\u0d42\" \u0d05\u0d1f\u0d2f\u0d3e\u0d33\u0d24\u0d4d\u0d24\u0d3f\u0d32\u0d4d\u200d \u0d15\u0d4d\u0d32\u0d3f\u0d15\u0d4d \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d15.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "\u0d24\u0d46\u0d30\u0d1e\u0d4d\u0d1e\u0d46\u0d1f\u0d41\u0d15\u0d4d\u0d15\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d4d\u0d1f %s \u0d2a\u0d1f\u0d4d\u0d1f\u0d3f\u0d15\u0d2f\u0d3e\u0d23\u0d3f\u0d24\u0d4d. \u0d05\u0d35\u0d2f\u0d3f\u0d32\u0d4d\u200d \u0d1a\u0d3f\u0d32\u0d24\u0d4d \u0d12\u0d34\u0d3f\u0d35\u0d3e\u0d15\u0d4d\u0d15\u0d23\u0d2e\u0d46\u0d28\u0d4d\u0d28\u0d41\u0d23\u0d4d\u0d1f\u0d46\u0d19\u0d4d\u0d15\u0d3f\u0d32\u0d4d\u200d \u0d24\u0d3e\u0d34\u0d46 \u0d15\u0d33\u0d24\u0d4d\u0d24\u0d3f\u0d32\u0d4d\u200d \u0d28\u0d3f\u0d28\u0d4d\u0d28\u0d41\u0d02 \u0d05\u0d35 \u0d38\u0d46\u0d32\u0d15\u0d4d\u0d1f\u0d4d \u0d1a\u0d46\u0d2f\u0d4d\u0d24\u0d4d \u0d15\u0d33\u0d19\u0d4d\u0d19\u0d33\u0d4d\u200d\u0d15\u0d4d\u0d15\u0d3f\u0d1f\u0d2f\u0d3f\u0d32\u0d41\u0d33\u0d4d\u0d33 \"\u0d28\u0d40\u0d15\u0d4d\u0d15\u0d02 \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d42\" \u0d0e\u0d28\u0d4d\u0d28 \u0d05\u0d1f\u0d2f\u0d3e\u0d33\u0d24\u0d4d\u0d24\u0d3f\u0d32\u0d4d\u200d \u0d15\u0d4d\u0d32\u0d3f\u0d15\u0d4d \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d15.", - "Today": "\u0d07\u0d28\u0d4d\u0d28\u0d4d", - "Tomorrow": "\u0d28\u0d3e\u0d33\u0d46", - "Type into this box to filter down the list of available %s.": "\u0d32\u0d2d\u0d4d\u0d2f\u0d2e\u0d3e\u0d2f %s \u0d2a\u0d1f\u0d4d\u0d1f\u0d3f\u0d15\u0d2f\u0d46 \u0d2b\u0d3f\u0d32\u0d4d\u200d\u0d1f\u0d4d\u0d1f\u0d30\u0d4d\u200d \u0d1a\u0d46\u0d2f\u0d4d\u0d24\u0d46\u0d1f\u0d41\u0d15\u0d4d\u0d15\u0d3e\u0d28\u0d4d\u200d \u0d08 \u0d2c\u0d4b\u0d15\u0d4d\u0d38\u0d3f\u0d32\u0d4d\u200d \u0d1f\u0d48\u0d2a\u0d4d\u0d2a\u0d4d \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d15.", - "Yesterday": "\u0d07\u0d28\u0d4d\u0d28\u0d32\u0d46", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u0d28\u0d3f\u0d19\u0d4d\u0d19\u0d33\u0d4d\u200d \u0d12\u0d30\u0d41 \u0d06\u0d15\u0d4d\u0d37\u0d28\u0d4d\u200d \u0d24\u0d46\u0d30\u0d1e\u0d4d\u0d1e\u0d46\u0d1f\u0d41\u0d24\u0d4d\u0d24\u0d3f\u0d1f\u0d4d\u0d1f\u0d41\u0d23\u0d4d\u0d1f\u0d4d. \u0d15\u0d33\u0d19\u0d4d\u0d19\u0d33\u0d3f\u0d32\u0d4d\u200d \u0d38\u0d47\u0d35\u0d4d \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d3e\u0d24\u0d4d\u0d24 \u0d2e\u0d3e\u0d31\u0d4d\u0d31\u0d19\u0d4d\u0d19\u0d33\u0d4d\u200d \u0d07\u0d32\u0d4d\u0d32. \u0d28\u0d3f\u0d19\u0d4d\u0d19\u0d33\u0d4d\u200d\u0d38\u0d47\u0d35\u0d4d \u0d2c\u0d1f\u0d4d\u0d1f\u0d23\u0d4d\u200d \u0d24\u0d28\u0d4d\u0d28\u0d46\u0d2f\u0d3e\u0d23\u0d4b \u0d05\u0d24\u0d4b \u0d17\u0d4b \u0d2c\u0d1f\u0d4d\u0d1f\u0d23\u0d3e\u0d23\u0d4b \u0d09\u0d26\u0d4d\u0d26\u0d47\u0d36\u0d3f\u0d1a\u0d4d\u0d1a\u0d24\u0d4d.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u0d28\u0d3f\u0d19\u0d4d\u0d19\u0d33\u0d4d\u200d \u0d12\u0d30\u0d41 \u0d06\u0d15\u0d4d\u0d37\u0d28\u0d4d\u200d \u0d24\u0d46\u0d30\u0d1e\u0d4d\u0d1e\u0d46\u0d1f\u0d41\u0d24\u0d4d\u0d24\u0d3f\u0d1f\u0d4d\u0d1f\u0d41\u0d23\u0d4d\u0d1f\u0d4d. \u0d2a\u0d15\u0d4d\u0d37\u0d47, \u0d15\u0d33\u0d19\u0d4d\u0d19\u0d33\u0d3f\u0d32\u0d46 \u0d2e\u0d3e\u0d31\u0d4d\u0d31\u0d19\u0d4d\u0d19\u0d33\u0d4d\u200d \u0d07\u0d28\u0d3f\u0d2f\u0d41\u0d02 \u0d38\u0d47\u0d35\u0d4d \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d3e\u0d28\u0d41\u0d23\u0d4d\u0d1f\u0d4d. \u0d06\u0d26\u0d4d\u0d2f\u0d02 \u0d38\u0d47\u0d35\u0d4d\u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d3e\u0d28\u0d3e\u0d2f\u0d3f OK \u0d15\u0d4d\u0d32\u0d3f\u0d15\u0d4d \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d15. \u0d05\u0d24\u0d3f\u0d28\u0d41 \u0d36\u0d47\u0d37\u0d02 \u0d06\u0d15\u0d4d\u0d37\u0d28\u0d4d\u200d \u0d12\u0d28\u0d4d\u0d28\u0d41 \u0d15\u0d42\u0d1f\u0d3f \u0d2a\u0d4d\u0d30\u0d2f\u0d4b\u0d17\u0d3f\u0d15\u0d4d\u0d15\u0d47\u0d23\u0d4d\u0d1f\u0d3f \u0d35\u0d30\u0d41\u0d02.", + ], + "Now": "\u0d07\u0d2a\u0d4d\u0d2a\u0d4b\u0d33\u0d4d\u200d", + "Remove": "\u0d28\u0d40\u0d15\u0d4d\u0d15\u0d02 \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d42", + "Remove all": "\u0d0e\u0d32\u0d4d\u0d32\u0d3e\u0d02 \u0d28\u0d40\u0d15\u0d4d\u0d15\u0d02 \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d15", + "Show": "\u0d15\u0d3e\u0d23\u0d1f\u0d4d\u0d1f\u0d46", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "\u0d07\u0d24\u0d3e\u0d23\u0d4d \u0d32\u0d2d\u0d4d\u0d2f\u0d2e\u0d3e\u0d2f %s \u0d2a\u0d1f\u0d4d\u0d1f\u0d3f\u0d15. \u0d05\u0d24\u0d3f\u0d32\u0d4d\u200d \u0d1a\u0d3f\u0d32\u0d24\u0d4d \u0d24\u0d3f\u0d30\u0d1e\u0d4d\u0d1e\u0d46\u0d1f\u0d41\u0d15\u0d4d\u0d15\u0d3e\u0d28\u0d4d\u200d \u0d24\u0d3e\u0d34\u0d46 \u0d15\u0d33\u0d24\u0d4d\u0d24\u0d3f\u0d32\u0d4d\u200d \u0d28\u0d3f\u0d28\u0d4d\u0d28\u0d41\u0d02 \u0d09\u0d1a\u0d3f\u0d24\u0d2e\u0d3e\u0d2f\u0d35 \u0d38\u0d46\u0d32\u0d15\u0d4d\u0d1f\u0d4d \u0d1a\u0d46\u0d2f\u0d4d\u0d24 \u0d36\u0d47\u0d37\u0d02 \u0d30\u0d23\u0d4d\u0d1f\u0d41 \u0d15\u0d33\u0d19\u0d4d\u0d19\u0d33\u0d4d\u200d\u0d15\u0d4d\u0d15\u0d41\u0d2e\u0d3f\u0d1f\u0d2f\u0d3f\u0d32\u0d46 \"\u0d24\u0d46\u0d30\u0d1e\u0d4d\u0d1e\u0d46\u0d1f\u0d41\u0d15\u0d4d\u0d15\u0d42\" \u0d05\u0d1f\u0d2f\u0d3e\u0d33\u0d24\u0d4d\u0d24\u0d3f\u0d32\u0d4d\u200d \u0d15\u0d4d\u0d32\u0d3f\u0d15\u0d4d \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d15.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "\u0d24\u0d46\u0d30\u0d1e\u0d4d\u0d1e\u0d46\u0d1f\u0d41\u0d15\u0d4d\u0d15\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d4d\u0d1f %s \u0d2a\u0d1f\u0d4d\u0d1f\u0d3f\u0d15\u0d2f\u0d3e\u0d23\u0d3f\u0d24\u0d4d. \u0d05\u0d35\u0d2f\u0d3f\u0d32\u0d4d\u200d \u0d1a\u0d3f\u0d32\u0d24\u0d4d \u0d12\u0d34\u0d3f\u0d35\u0d3e\u0d15\u0d4d\u0d15\u0d23\u0d2e\u0d46\u0d28\u0d4d\u0d28\u0d41\u0d23\u0d4d\u0d1f\u0d46\u0d19\u0d4d\u0d15\u0d3f\u0d32\u0d4d\u200d \u0d24\u0d3e\u0d34\u0d46 \u0d15\u0d33\u0d24\u0d4d\u0d24\u0d3f\u0d32\u0d4d\u200d \u0d28\u0d3f\u0d28\u0d4d\u0d28\u0d41\u0d02 \u0d05\u0d35 \u0d38\u0d46\u0d32\u0d15\u0d4d\u0d1f\u0d4d \u0d1a\u0d46\u0d2f\u0d4d\u0d24\u0d4d \u0d15\u0d33\u0d19\u0d4d\u0d19\u0d33\u0d4d\u200d\u0d15\u0d4d\u0d15\u0d3f\u0d1f\u0d2f\u0d3f\u0d32\u0d41\u0d33\u0d4d\u0d33 \"\u0d28\u0d40\u0d15\u0d4d\u0d15\u0d02 \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d42\" \u0d0e\u0d28\u0d4d\u0d28 \u0d05\u0d1f\u0d2f\u0d3e\u0d33\u0d24\u0d4d\u0d24\u0d3f\u0d32\u0d4d\u200d \u0d15\u0d4d\u0d32\u0d3f\u0d15\u0d4d \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d15.", + "Today": "\u0d07\u0d28\u0d4d\u0d28\u0d4d", + "Tomorrow": "\u0d28\u0d3e\u0d33\u0d46", + "Type into this box to filter down the list of available %s.": "\u0d32\u0d2d\u0d4d\u0d2f\u0d2e\u0d3e\u0d2f %s \u0d2a\u0d1f\u0d4d\u0d1f\u0d3f\u0d15\u0d2f\u0d46 \u0d2b\u0d3f\u0d32\u0d4d\u200d\u0d1f\u0d4d\u0d1f\u0d30\u0d4d\u200d \u0d1a\u0d46\u0d2f\u0d4d\u0d24\u0d46\u0d1f\u0d41\u0d15\u0d4d\u0d15\u0d3e\u0d28\u0d4d\u200d \u0d08 \u0d2c\u0d4b\u0d15\u0d4d\u0d38\u0d3f\u0d32\u0d4d\u200d \u0d1f\u0d48\u0d2a\u0d4d\u0d2a\u0d4d \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d15.", + "Yesterday": "\u0d07\u0d28\u0d4d\u0d28\u0d32\u0d46", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u0d28\u0d3f\u0d19\u0d4d\u0d19\u0d33\u0d4d\u200d \u0d12\u0d30\u0d41 \u0d06\u0d15\u0d4d\u0d37\u0d28\u0d4d\u200d \u0d24\u0d46\u0d30\u0d1e\u0d4d\u0d1e\u0d46\u0d1f\u0d41\u0d24\u0d4d\u0d24\u0d3f\u0d1f\u0d4d\u0d1f\u0d41\u0d23\u0d4d\u0d1f\u0d4d. \u0d15\u0d33\u0d19\u0d4d\u0d19\u0d33\u0d3f\u0d32\u0d4d\u200d \u0d38\u0d47\u0d35\u0d4d \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d3e\u0d24\u0d4d\u0d24 \u0d2e\u0d3e\u0d31\u0d4d\u0d31\u0d19\u0d4d\u0d19\u0d33\u0d4d\u200d \u0d07\u0d32\u0d4d\u0d32. \u0d28\u0d3f\u0d19\u0d4d\u0d19\u0d33\u0d4d\u200d\u0d38\u0d47\u0d35\u0d4d \u0d2c\u0d1f\u0d4d\u0d1f\u0d23\u0d4d\u200d \u0d24\u0d28\u0d4d\u0d28\u0d46\u0d2f\u0d3e\u0d23\u0d4b \u0d05\u0d24\u0d4b \u0d17\u0d4b \u0d2c\u0d1f\u0d4d\u0d1f\u0d23\u0d3e\u0d23\u0d4b \u0d09\u0d26\u0d4d\u0d26\u0d47\u0d36\u0d3f\u0d1a\u0d4d\u0d1a\u0d24\u0d4d.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u0d28\u0d3f\u0d19\u0d4d\u0d19\u0d33\u0d4d\u200d \u0d12\u0d30\u0d41 \u0d06\u0d15\u0d4d\u0d37\u0d28\u0d4d\u200d \u0d24\u0d46\u0d30\u0d1e\u0d4d\u0d1e\u0d46\u0d1f\u0d41\u0d24\u0d4d\u0d24\u0d3f\u0d1f\u0d4d\u0d1f\u0d41\u0d23\u0d4d\u0d1f\u0d4d. \u0d2a\u0d15\u0d4d\u0d37\u0d47, \u0d15\u0d33\u0d19\u0d4d\u0d19\u0d33\u0d3f\u0d32\u0d46 \u0d2e\u0d3e\u0d31\u0d4d\u0d31\u0d19\u0d4d\u0d19\u0d33\u0d4d\u200d \u0d07\u0d28\u0d3f\u0d2f\u0d41\u0d02 \u0d38\u0d47\u0d35\u0d4d \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d3e\u0d28\u0d41\u0d23\u0d4d\u0d1f\u0d4d. \u0d06\u0d26\u0d4d\u0d2f\u0d02 \u0d38\u0d47\u0d35\u0d4d\u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d3e\u0d28\u0d3e\u0d2f\u0d3f OK \u0d15\u0d4d\u0d32\u0d3f\u0d15\u0d4d \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d15. \u0d05\u0d24\u0d3f\u0d28\u0d41 \u0d36\u0d47\u0d37\u0d02 \u0d06\u0d15\u0d4d\u0d37\u0d28\u0d4d\u200d \u0d12\u0d28\u0d4d\u0d28\u0d41 \u0d15\u0d42\u0d1f\u0d3f \u0d2a\u0d4d\u0d30\u0d2f\u0d4b\u0d17\u0d3f\u0d15\u0d4d\u0d15\u0d47\u0d23\u0d4d\u0d1f\u0d3f \u0d35\u0d30\u0d41\u0d02.", "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "\u0d35\u0d30\u0d41\u0d24\u0d4d\u0d24\u0d3f\u0d2f \u0d2e\u0d3e\u0d31\u0d4d\u0d31\u0d19\u0d4d\u0d19\u0d33\u0d4d\u200d \u0d38\u0d47\u0d35\u0d4d \u0d1a\u0d46\u0d2f\u0d4d\u0d24\u0d3f\u0d1f\u0d4d\u0d1f\u0d3f\u0d32\u0d4d\u0d32. \u0d12\u0d30\u0d41 \u0d06\u0d15\u0d4d\u0d37\u0d28\u0d4d\u200d \u0d2a\u0d4d\u0d30\u0d2f\u0d4b\u0d17\u0d3f\u0d1a\u0d4d\u0d1a\u0d3e\u0d32\u0d4d\u200d \u0d38\u0d47\u0d35\u0d4d \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d3e\u0d24\u0d4d\u0d24 \u0d2e\u0d3e\u0d31\u0d4d\u0d31\u0d19\u0d4d\u0d19\u0d33\u0d46\u0d32\u0d4d\u0d32\u0d3e\u0d02 \u0d28\u0d37\u0d4d\u0d1f\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d41\u0d02." }; for (var key in newcatalog) { @@ -113,40 +113,40 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "N j, Y, P", + "DATETIME_FORMAT": "N j, Y, P", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "N j, Y", + ], + "DATE_FORMAT": "N j, Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", + "%Y-%m-%d", + "%m/%d/%Y", "%m/%d/%y" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "F j", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "m/d/Y", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "P", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "F j", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "m/d/Y", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "P", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/mn/djangojs.js b/cms/static/js/i18n/mn/djangojs.js index 5f541e31ec..0ec7b61117 100644 --- a/cms/static/js/i18n/mn/djangojs.js +++ b/cms/static/js/i18n/mn/djangojs.js @@ -20,471 +20,471 @@ django.catalog = django.catalog || {}; var newcatalog = { - " and ": "\u0431\u0430", + " and ": "\u0431\u0430", "%(sel)s of %(cnt)s selected": [ - "%(sel)s \u044d\u044d\u0441 %(cnt)s \u0441\u043e\u043d\u0433\u043e\u0441\u043e\u043d", + "%(sel)s \u044d\u044d\u0441 %(cnt)s \u0441\u043e\u043d\u0433\u043e\u0441\u043e\u043d", "%(sel)s \u044d\u044d\u0441 %(cnt)s \u0441\u043e\u043d\u0433\u043e\u0441\u043e\u043d" - ], - "%s ago": "%s \u04e9\u043c\u043d\u04e9", - "(Optional)": "(\u041d\u044d\u043c\u044d\u043b\u0442)", - "(Required Field)": "(\u0417\u0430\u0430\u0432\u0430\u043b \u0431\u04e9\u0433\u043b\u04e9\u0445 \u0442\u0430\u043b\u0431\u0430\u0440)", - "6 a.m.": "6 \u0446\u0430\u0433", - "6 p.m.": "\u041e\u0440\u043e\u0439\u043d 6 \u0446\u0430\u0433", - "A valid email address is required": "\u0425\u04af\u0447\u0438\u043d\u0442\u044d\u0439 \u0446\u0430\u0445\u0438\u043c \u0445\u0430\u044f\u0433\u0438\u0439\u0433 \u0448\u0430\u0430\u0440\u0434\u0430\u0436 \u0431\u0430\u0439\u043d\u0430.", - "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", - "About Me": "\u041c\u0438\u043d\u0438\u0439 \u0442\u0443\u0445\u0430\u0439", - "About me": "\u041c\u0438\u043d\u0438\u0439 \u0442\u0443\u0445\u0430\u0439", - "Accomplishments": "\u041e\u043b\u043e\u043b\u0442, \u0430\u043c\u0436\u0438\u043b\u0442\u0443\u0443\u0434", - "Account": "\u0411\u04af\u0440\u0442\u0433\u044d\u043b", - "Actions": "\u04ae\u0439\u043b\u0434\u043b\u04af\u04af\u0434", - "Add Country": "\u0423\u043b\u0441 \u043d\u044d\u043c\u044d\u0445", - "Add language": "\u0425\u044d\u043b \u043d\u044d\u043c\u044d\u0445", - "Add to Dictionary": "\u0422\u043e\u043b\u044c \u0431\u0438\u0447\u0438\u0433\u0442 \u043d\u044d\u043c\u044d\u0445", - "Adding": "\u041d\u044d\u043c\u044d\u0445", - "Admin": "\u0410\u0434\u043c\u0438\u043d", - "Advanced": "\u0410\u0445\u0438\u0441\u0430\u043d", - "All Rights Reserved": "\u0411\u04af\u0445 \u044d\u0440\u0445 \u0445\u0443\u0443\u043b\u0438\u0430\u0440 \u0445\u0430\u043c\u0433\u0430\u0430\u043b\u0430\u0433\u0434\u0441\u0430\u043d", - "All Topics": "\u0411\u04af\u0445 \u0441\u044d\u0434\u044d\u0432", - "All groups must have a name.": "\u0411\u04af\u0445 \u0431\u04af\u043b\u044d\u0433 \u043d\u044d\u0440\u0442\u044d\u0439 \u0431\u0430\u0439\u043d\u0430", - "All topics": "\u0411\u04af\u0445 \u0441\u044d\u0434\u044d\u0432", - "Already a course team member": "\u0410\u043b\u044c \u0445\u044d\u0434\u0438\u0439\u043d \u0445\u0438\u0447\u044d\u044d\u043b\u0438\u0439\u043d \u0431\u0430\u0433\u0438\u0439\u043d \u0433\u0438\u0448\u04af\u04af\u043d \u0431\u043e\u043b\u0441\u043e\u043d \u0431\u0430\u0439\u043d\u0430.", - "Already have an {platformName} account?": "{platformName}-\u0434 \u0431\u04af\u0440\u0442\u0433\u044d\u043b\u0442\u044d\u0439 \u044e\u0443?", - "Alternative source": "\u04e8\u04e9\u0440 \u044d\u0445 \u04af\u04af\u0441\u0432\u044d\u0440", - "An error has occurred. Please try again.": "\u0410\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u043b\u0430\u0430. \u0414\u0430\u0445\u0438\u043d \u043e\u0440\u043e\u043b\u0434\u043e\u043d\u043e \u04af\u04af", - "An error has occurred. Wait a few minutes, and then try again.": "\u0410\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u0441\u0430\u043d \u0431\u0430\u0439\u043d\u0430. \u0422\u04af\u0440 \u0445\u04af\u043b\u044d\u044d\u0433\u044d\u044d\u0434 \u0434\u0430\u0445\u0438\u043d \u043e\u0440\u043e\u043b\u0434\u043e\u043d\u043e \u0443\u0443.", - "Are you sure you want to delete this page? This action cannot be undone.": "\u0422\u0430 \u04af\u043d\u044d\u0445\u044d\u044d\u0440 \u044d\u043d\u044d \u0445\u0443\u0443\u0434\u0441\u044b\u0433 \u0443\u0441\u0442\u0433\u0430\u0445\u0434\u0430\u0430 \u0438\u0442\u0433\u044d\u043b\u0442\u044d\u0439 \u0431\u0430\u0439\u043d\u0430 \u0443\u0443? \u042d\u043d\u044d\u0445\u04af\u04af \u04af\u0439\u043b\u0434\u043b\u0438\u0439\u0433 \u0431\u0443\u0446\u0430\u0430\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439. ", - "Are you sure you want to delete this update?": "\u042d\u043d\u044d \u0448\u0438\u043d\u044d\u0447\u043b\u044d\u043b\u0438\u0439\u0433 \u0443\u0441\u0442\u0433\u0430\u0445 \u0443\u0443?", - "Are you sure you want to revert to the last published version of the unit? You cannot undo this action.": "\u042d\u043d\u044d \u043c\u043e\u0434\u0443\u043b\u0438\u0439\u043d \u0445\u044d\u0432\u043b\u044d\u0433\u0434\u0441\u044d\u043d \u0445\u044d\u0441\u0433\u0438\u0439\u0433 \u0441\u044d\u0440\u0433\u044d\u044d\u0445\u0438\u0439\u0433 \u0442\u0430 \u0445\u04af\u0441\u0447 \u0431\u0430\u0439\u043d\u0430? \u042d\u043d\u044d \u04af\u0439\u043b\u0434\u043b\u0438\u0439\u0433 \u0431\u0443\u0446\u0430\u0430\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439.", - "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "\u042d\u043d\u044d \u0437\u04af\u0439\u043b\u0438\u0439\u0433 \u0443\u0441\u0442\u0433\u0430\u0432\u0430\u043b \u0430\u0445\u0438\u043d \u0441\u044d\u0440\u0433\u044d\u044d\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439!\n\n\u042d\u043d\u044d \u0445\u043e\u043b\u0431\u043e\u043e\u0441 \u0448\u0438\u0433 \u0437\u0430\u0440\u0438\u043c \u0430\u0433\u0443\u0443\u043b\u0433\u0443\u0443\u0434 /\u0445\u044d\u0441\u044d\u0433 \u0445\u0443\u0433\u0430\u0446\u0430\u0430\u043d\u0434 \u0430\u0436\u0438\u043b\u043b\u0430\u0445\u0433\u04af\u0439 \u0431\u0430\u0439\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439 (\u0430\u0448\u0438\u0433\u043b\u0430\u0433\u0434\u0430\u0445\u0433\u04af\u0439 \u0431\u043e\u043b\u0441\u043e\u043d \u0437\u0443\u0440\u0430\u0433/\u0445\u043e\u043b\u0431\u043e\u043e\u0441)", - "Are you sure?": "\u0422\u0430 \u0438\u0442\u0433\u044d\u043b\u0442\u044d\u0439 \u0431\u0430\u0439\u043d\u0430 \u0443\u0443?", - "Attribution": "\u0410\u0442\u0442\u0440\u0438\u0431\u0443\u0442", - "Author": "\u0417\u043e\u0445\u0438\u043e\u0433\u0447", - "Automatic transcripts are disabled.": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442 \u0445\u0443\u0443\u043b\u0431\u0430\u0440\u044b\u0433 \u0438\u0434\u044d\u0432\u0445\u0433\u04af\u0439 \u0431\u043e\u043b\u0433\u043e\u0441\u043e\u043d \u0431\u0430\u0439\u043d\u0430.", - "Available %s": "\u0411\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439 %s", - "Average": "\u0414\u0443\u043d\u0434\u0430\u0436", - "Back to sign in": "\u041d\u044d\u0432\u0442\u0440\u044d\u0445 \u0445\u044d\u0441\u044d\u0433 \u0440\u04af\u04af \u0431\u0443\u0446\u0430\u0445", - "Background color": "\u0414\u044d\u0432\u0441\u0433\u044d\u0440 \u04e9\u043d\u0433\u04e9", - "Basic": "\u04ae\u043d\u0434\u0441\u044d\u043d", - "Bookmark this page": "\u042d\u043d\u044d \u0445\u0443\u0443\u0434\u0441\u044b\u0433 \u0445\u0430\u0434\u0433\u0430\u043b\u0430\u0445", - "Bookmarked": "\u0425\u0430\u0434\u0433\u0430\u043b\u0430\u0433\u0434\u0441\u0430\u043d", - "Bookmarked on": "\u0425\u0430\u0434\u0433\u0430\u043b\u0441\u0430\u043d \u043e\u0433\u043d\u043e\u043e", - "Border": "\u0425\u04af\u0440\u044d\u044d", - "Border color": "\u0425\u04af\u0440\u044d\u044d\u043d\u0438\u0439 \u04e9\u043d\u0433\u04e9", - "Cancel": "\u0411\u043e\u043b\u0438\u0445", - "Caption": "\u0413\u0430\u0440\u0447\u0438\u0433", - "Cell": "\u041d\u04af\u0434", - "Cell properties": "\u041d\u04af\u0434\u043d\u0438\u0439 \u0442\u04e9\u043b\u04e9\u0432 \u0431\u0430\u0439\u0434\u0430\u043b", - "Cell spacing": "\u041d\u04af\u0434\u043d\u0438\u0439 \u0437\u0430\u0439\u0433 \u0442\u043e\u0445\u0438\u0440\u0443\u0443\u043b\u0430\u0445", - "Cell type": "\u041d\u04af\u0434\u043d\u0438\u0439 \u0442\u04e9\u0440\u04e9\u043b", - "Center": "\u0422\u04e9\u0432", - "Certificate name is required.": "\u0413\u044d\u0440\u0447\u0438\u043b\u0433\u044d\u044d\u043d\u0438\u0439 \u043d\u044d\u0440\u0438\u0439\u0433 \u0448\u0430\u0430\u0440\u0434\u0430\u0436 \u0431\u0430\u0439\u043d\u0430.", - "Change Manually": "\u0413\u0430\u0440\u0430\u0430\u0440 \u04e9\u04e9\u0440\u0447\u043b\u04e9\u0445", - "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "\u042d\u043d\u044d \u0445\u0430\u0439\u0440\u0446\u0433\u044b\u0433 \u0441\u043e\u043d\u0433\u043e\u0436, \u0434\u0430\u0433\u0430\u0436 \u0431\u0430\u0439\u0433\u0430\u0430 \u043f\u043e\u0441\u0442\u043d\u0443\u0443\u0434\u044b\u043d\u0445\u0430\u0430 \u0448\u0438\u043d\u044d, \u0443\u043d\u0448\u0430\u0430\u0433\u04af\u0439 \u0448\u0438\u043d\u044d\u0447\u043b\u044d\u043b\u0442\u0438\u0439\u043d \u0442\u0430\u043b\u0430\u0430\u0440 \u04e9\u0434\u04e9\u0440\u0442 \u043d\u044d\u0433 \u0443\u0434\u0430\u0430 \u0435\u043c\u044d\u0439\u043b \u0445\u04af\u043b\u044d\u044d\u043d \u0430\u0432\u043d\u0430 \u0443\u0443. ", - "Choose": "\u0421\u043e\u043d\u0433\u043e\u0445", - "Choose File": "\u0424\u0430\u0439\u043b \u0441\u043e\u043d\u0433\u043e\u0445", - "Choose a Date": "\u04e8\u0434\u04e9\u0440 \u0441\u043e\u043d\u0433\u043e\u0445", - "Choose a Time": "\u0426\u0430\u0433 \u0441\u043e\u043d\u0433\u043e\u0445", - "Choose a time": "\u0426\u0430\u0433 \u0441\u043e\u043d\u0433\u043e\u0445", - "Choose all": "\u0411\u04af\u0433\u0434\u0438\u0439\u0433 \u043d\u044c \u0441\u043e\u043d\u0433\u043e\u0445", - "Choose new file": "\u0428\u0438\u043d\u044d \u0444\u0430\u0439\u043b \u0441\u043e\u043d\u0433\u043e\u0445", - "Chosen %s": "\u0421\u043e\u043d\u0433\u043e\u0433\u0434\u0441\u043e\u043d %s", - "Circle": "\u0422\u043e\u0439\u0440\u043e\u0433", - "Clear formatting": "\u0424\u043e\u0440\u043c\u0430\u0442\u043b\u0430\u0441\u0430\u043d \u0431\u0430\u0439\u0434\u043b\u044b\u0433 \u0430\u0440\u0438\u043b\u0433\u0430\u0445", - "Clear search": "\u0425\u0430\u0439\u043b\u0442\u044b\u0433 \u0446\u044d\u0432\u044d\u0440\u043b\u044d", - "Click to change": "\u0414\u0430\u0440\u0436 \u04e9\u04e9\u0440\u0447\u0438\u043b\u043d\u04e9 \u04af\u04af", - "Click to choose all %s at once.": "\u0411\u04af\u0433\u0434\u0438\u0439\u0433 \u0441\u043e\u043d\u0433\u043e\u0445 \u0431\u043e\u043b %s \u0434\u0430\u0440\u043d\u0430 \u0443\u0443", - "Click to remove all chosen %s at once.": "%s \u0438\u0439\u043d \u0441\u043e\u043d\u0433\u043e\u043e\u0434 \u0431\u04af\u0433\u0434\u0438\u0439\u0433 \u043d\u044c \u0430\u0440\u0438\u043b\u0433\u0430\u043d\u0430", - "Close": "\u0425\u0430\u0430\u0445", - "Code": "\u041a\u043e\u0434 ", - "Code block": "\u041a\u043e\u0434\u044b\u043d \u0445\u044d\u0441\u044d\u0433", - "Cohorts": "\u041a\u043e\u0433\u043e\u0440\u0442", - "Collapse Instructions": "\u0417\u0430\u0430\u0432\u0440\u044b\u0433 \u0445\u0443\u043c\u0438\u0445", - "Color": "\u04e8\u043d\u0433\u04e9", - "Cols": "\u0411\u0430\u0433\u0430\u043d\u0443\u0443\u0434", - "Column": "\u0411\u0430\u0433\u0430\u043d\u0430", - "Column group": "\u0411\u0430\u0433\u0430\u043d\u044b\u043d \u0431\u04af\u043b\u044d\u0433", - "Commentary": "\u0422\u0430\u0439\u043b\u0431\u0430\u0440", - "Component": "\u0411\u04af\u0440\u044d\u043b\u0434\u044d\u0445\u04af\u04af\u043d \u0445\u044d\u0441\u044d\u0433", - "Confirm": "\u0411\u0430\u0442\u0430\u043b\u0433\u0430\u0430\u0436\u0443\u0443\u043b\u0430\u0445", - "Contact Us": "\u0425\u043e\u043b\u0431\u043e\u043e \u0431\u0430\u0440\u0438\u0445", - "Contains staff only content": "\u0410\u0436\u0438\u043b\u0442\u043d\u0443\u0443\u0434 \u0445\u0430\u043d\u0434\u0430\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439 \u0430\u0433\u0443\u0443\u043b\u0433\u0430.", - "Copy": "\u0425\u0443\u0443\u043b\u0430\u0445", - "Copy row": "\u041c\u04e9\u0440\u0438\u0439\u0433 \u0445\u0443\u0443\u043b\u0430\u0445", - "Correct failed component": "Correct failed component", - "Could not find the specified string.": "\u0417\u0430\u0430\u0441\u0430\u043d \u0442\u044d\u043c\u0434\u044d\u0433\u0442\u0438\u0439\u043d \u043c\u04e9\u0440\u0438\u0439\u0433 \u043e\u043b\u0441\u043e\u043d\u0433\u04af\u0439. ", - "Could not grade your answer. The submission was aborted.": "\u0422\u0430\u043d\u044b \u0445\u0430\u0440\u0438\u0443\u043b\u0442\u044b\u0433 \u0434\u04af\u0433\u043d\u044d\u0436 \u0447\u0430\u0434\u0441\u0430\u043d\u0433\u04af\u0439. \u041c\u044d\u0434\u04af\u04af\u043b\u044d\u0433 \u0446\u0443\u0446\u043b\u0430\u0433\u0434\u043b\u0430\u0430.", - "Country": "\u0423\u043b\u0441", - "Country or Region of Residence": "\u041e\u0440\u0448\u0438\u043d \u0441\u0443\u0443\u0433\u0430\u0430 \u0443\u043b\u0441 \u044d\u0441\u0432\u044d\u043b \u0431\u04af\u0441 \u043d\u0443\u0442\u0430\u0433", + ], + "%s ago": "%s \u04e9\u043c\u043d\u04e9", + "(Optional)": "(\u041d\u044d\u043c\u044d\u043b\u0442)", + "(Required Field)": "(\u0417\u0430\u0430\u0432\u0430\u043b \u0431\u04e9\u0433\u043b\u04e9\u0445 \u0442\u0430\u043b\u0431\u0430\u0440)", + "6 a.m.": "6 \u0446\u0430\u0433", + "6 p.m.": "\u041e\u0440\u043e\u0439\u043d 6 \u0446\u0430\u0433", + "A valid email address is required": "\u0425\u04af\u0447\u0438\u043d\u0442\u044d\u0439 \u0446\u0430\u0445\u0438\u043c \u0445\u0430\u044f\u0433\u0438\u0439\u0433 \u0448\u0430\u0430\u0440\u0434\u0430\u0436 \u0431\u0430\u0439\u043d\u0430.", + "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", + "About Me": "\u041c\u0438\u043d\u0438\u0439 \u0442\u0443\u0445\u0430\u0439", + "About me": "\u041c\u0438\u043d\u0438\u0439 \u0442\u0443\u0445\u0430\u0439", + "Accomplishments": "\u041e\u043b\u043e\u043b\u0442, \u0430\u043c\u0436\u0438\u043b\u0442\u0443\u0443\u0434", + "Account": "\u0411\u04af\u0440\u0442\u0433\u044d\u043b", + "Actions": "\u04ae\u0439\u043b\u0434\u043b\u04af\u04af\u0434", + "Add Country": "\u0423\u043b\u0441 \u043d\u044d\u043c\u044d\u0445", + "Add language": "\u0425\u044d\u043b \u043d\u044d\u043c\u044d\u0445", + "Add to Dictionary": "\u0422\u043e\u043b\u044c \u0431\u0438\u0447\u0438\u0433\u0442 \u043d\u044d\u043c\u044d\u0445", + "Adding": "\u041d\u044d\u043c\u044d\u0445", + "Admin": "\u0410\u0434\u043c\u0438\u043d", + "Advanced": "\u0410\u0445\u0438\u0441\u0430\u043d", + "All Rights Reserved": "\u0411\u04af\u0445 \u044d\u0440\u0445 \u0445\u0443\u0443\u043b\u0438\u0430\u0440 \u0445\u0430\u043c\u0433\u0430\u0430\u043b\u0430\u0433\u0434\u0441\u0430\u043d", + "All Topics": "\u0411\u04af\u0445 \u0441\u044d\u0434\u044d\u0432", + "All groups must have a name.": "\u0411\u04af\u0445 \u0431\u04af\u043b\u044d\u0433 \u043d\u044d\u0440\u0442\u044d\u0439 \u0431\u0430\u0439\u043d\u0430", + "All topics": "\u0411\u04af\u0445 \u0441\u044d\u0434\u044d\u0432", + "Already a course team member": "\u0410\u043b\u044c \u0445\u044d\u0434\u0438\u0439\u043d \u0445\u0438\u0447\u044d\u044d\u043b\u0438\u0439\u043d \u0431\u0430\u0433\u0438\u0439\u043d \u0433\u0438\u0448\u04af\u04af\u043d \u0431\u043e\u043b\u0441\u043e\u043d \u0431\u0430\u0439\u043d\u0430.", + "Already have an {platformName} account?": "{platformName}-\u0434 \u0431\u04af\u0440\u0442\u0433\u044d\u043b\u0442\u044d\u0439 \u044e\u0443?", + "Alternative source": "\u04e8\u04e9\u0440 \u044d\u0445 \u04af\u04af\u0441\u0432\u044d\u0440", + "An error has occurred. Please try again.": "\u0410\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u043b\u0430\u0430. \u0414\u0430\u0445\u0438\u043d \u043e\u0440\u043e\u043b\u0434\u043e\u043d\u043e \u04af\u04af", + "An error has occurred. Wait a few minutes, and then try again.": "\u0410\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u0441\u0430\u043d \u0431\u0430\u0439\u043d\u0430. \u0422\u04af\u0440 \u0445\u04af\u043b\u044d\u044d\u0433\u044d\u044d\u0434 \u0434\u0430\u0445\u0438\u043d \u043e\u0440\u043e\u043b\u0434\u043e\u043d\u043e \u0443\u0443.", + "Are you sure you want to delete this page? This action cannot be undone.": "\u0422\u0430 \u04af\u043d\u044d\u0445\u044d\u044d\u0440 \u044d\u043d\u044d \u0445\u0443\u0443\u0434\u0441\u044b\u0433 \u0443\u0441\u0442\u0433\u0430\u0445\u0434\u0430\u0430 \u0438\u0442\u0433\u044d\u043b\u0442\u044d\u0439 \u0431\u0430\u0439\u043d\u0430 \u0443\u0443? \u042d\u043d\u044d\u0445\u04af\u04af \u04af\u0439\u043b\u0434\u043b\u0438\u0439\u0433 \u0431\u0443\u0446\u0430\u0430\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439. ", + "Are you sure you want to delete this update?": "\u042d\u043d\u044d \u0448\u0438\u043d\u044d\u0447\u043b\u044d\u043b\u0438\u0439\u0433 \u0443\u0441\u0442\u0433\u0430\u0445 \u0443\u0443?", + "Are you sure you want to revert to the last published version of the unit? You cannot undo this action.": "\u042d\u043d\u044d \u043c\u043e\u0434\u0443\u043b\u0438\u0439\u043d \u0445\u044d\u0432\u043b\u044d\u0433\u0434\u0441\u044d\u043d \u0445\u044d\u0441\u0433\u0438\u0439\u0433 \u0441\u044d\u0440\u0433\u044d\u044d\u0445\u0438\u0439\u0433 \u0442\u0430 \u0445\u04af\u0441\u0447 \u0431\u0430\u0439\u043d\u0430? \u042d\u043d\u044d \u04af\u0439\u043b\u0434\u043b\u0438\u0439\u0433 \u0431\u0443\u0446\u0430\u0430\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439.", + "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "\u042d\u043d\u044d \u0437\u04af\u0439\u043b\u0438\u0439\u0433 \u0443\u0441\u0442\u0433\u0430\u0432\u0430\u043b \u0430\u0445\u0438\u043d \u0441\u044d\u0440\u0433\u044d\u044d\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439!\n\n\u042d\u043d\u044d \u0445\u043e\u043b\u0431\u043e\u043e\u0441 \u0448\u0438\u0433 \u0437\u0430\u0440\u0438\u043c \u0430\u0433\u0443\u0443\u043b\u0433\u0443\u0443\u0434 /\u0445\u044d\u0441\u044d\u0433 \u0445\u0443\u0433\u0430\u0446\u0430\u0430\u043d\u0434 \u0430\u0436\u0438\u043b\u043b\u0430\u0445\u0433\u04af\u0439 \u0431\u0430\u0439\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439 (\u0430\u0448\u0438\u0433\u043b\u0430\u0433\u0434\u0430\u0445\u0433\u04af\u0439 \u0431\u043e\u043b\u0441\u043e\u043d \u0437\u0443\u0440\u0430\u0433/\u0445\u043e\u043b\u0431\u043e\u043e\u0441)", + "Are you sure?": "\u0422\u0430 \u0438\u0442\u0433\u044d\u043b\u0442\u044d\u0439 \u0431\u0430\u0439\u043d\u0430 \u0443\u0443?", + "Attribution": "\u0410\u0442\u0442\u0440\u0438\u0431\u0443\u0442", + "Author": "\u0417\u043e\u0445\u0438\u043e\u0433\u0447", + "Automatic transcripts are disabled.": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442 \u0445\u0443\u0443\u043b\u0431\u0430\u0440\u044b\u0433 \u0438\u0434\u044d\u0432\u0445\u0433\u04af\u0439 \u0431\u043e\u043b\u0433\u043e\u0441\u043e\u043d \u0431\u0430\u0439\u043d\u0430.", + "Available %s": "\u0411\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439 %s", + "Average": "\u0414\u0443\u043d\u0434\u0430\u0436", + "Back to sign in": "\u041d\u044d\u0432\u0442\u0440\u044d\u0445 \u0445\u044d\u0441\u044d\u0433 \u0440\u04af\u04af \u0431\u0443\u0446\u0430\u0445", + "Background color": "\u0414\u044d\u0432\u0441\u0433\u044d\u0440 \u04e9\u043d\u0433\u04e9", + "Basic": "\u04ae\u043d\u0434\u0441\u044d\u043d", + "Bookmark this page": "\u042d\u043d\u044d \u0445\u0443\u0443\u0434\u0441\u044b\u0433 \u0445\u0430\u0434\u0433\u0430\u043b\u0430\u0445", + "Bookmarked": "\u0425\u0430\u0434\u0433\u0430\u043b\u0430\u0433\u0434\u0441\u0430\u043d", + "Bookmarked on": "\u0425\u0430\u0434\u0433\u0430\u043b\u0441\u0430\u043d \u043e\u0433\u043d\u043e\u043e", + "Border": "\u0425\u04af\u0440\u044d\u044d", + "Border color": "\u0425\u04af\u0440\u044d\u044d\u043d\u0438\u0439 \u04e9\u043d\u0433\u04e9", + "Cancel": "\u0411\u043e\u043b\u0438\u0445", + "Caption": "\u0413\u0430\u0440\u0447\u0438\u0433", + "Cell": "\u041d\u04af\u0434", + "Cell properties": "\u041d\u04af\u0434\u043d\u0438\u0439 \u0442\u04e9\u043b\u04e9\u0432 \u0431\u0430\u0439\u0434\u0430\u043b", + "Cell spacing": "\u041d\u04af\u0434\u043d\u0438\u0439 \u0437\u0430\u0439\u0433 \u0442\u043e\u0445\u0438\u0440\u0443\u0443\u043b\u0430\u0445", + "Cell type": "\u041d\u04af\u0434\u043d\u0438\u0439 \u0442\u04e9\u0440\u04e9\u043b", + "Center": "\u0422\u04e9\u0432", + "Certificate name is required.": "\u0413\u044d\u0440\u0447\u0438\u043b\u0433\u044d\u044d\u043d\u0438\u0439 \u043d\u044d\u0440\u0438\u0439\u0433 \u0448\u0430\u0430\u0440\u0434\u0430\u0436 \u0431\u0430\u0439\u043d\u0430.", + "Change Manually": "\u0413\u0430\u0440\u0430\u0430\u0440 \u04e9\u04e9\u0440\u0447\u043b\u04e9\u0445", + "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "\u042d\u043d\u044d \u0445\u0430\u0439\u0440\u0446\u0433\u044b\u0433 \u0441\u043e\u043d\u0433\u043e\u0436, \u0434\u0430\u0433\u0430\u0436 \u0431\u0430\u0439\u0433\u0430\u0430 \u043f\u043e\u0441\u0442\u043d\u0443\u0443\u0434\u044b\u043d\u0445\u0430\u0430 \u0448\u0438\u043d\u044d, \u0443\u043d\u0448\u0430\u0430\u0433\u04af\u0439 \u0448\u0438\u043d\u044d\u0447\u043b\u044d\u043b\u0442\u0438\u0439\u043d \u0442\u0430\u043b\u0430\u0430\u0440 \u04e9\u0434\u04e9\u0440\u0442 \u043d\u044d\u0433 \u0443\u0434\u0430\u0430 \u0435\u043c\u044d\u0439\u043b \u0445\u04af\u043b\u044d\u044d\u043d \u0430\u0432\u043d\u0430 \u0443\u0443. ", + "Choose": "\u0421\u043e\u043d\u0433\u043e\u0445", + "Choose File": "\u0424\u0430\u0439\u043b \u0441\u043e\u043d\u0433\u043e\u0445", + "Choose a Date": "\u04e8\u0434\u04e9\u0440 \u0441\u043e\u043d\u0433\u043e\u0445", + "Choose a Time": "\u0426\u0430\u0433 \u0441\u043e\u043d\u0433\u043e\u0445", + "Choose a time": "\u0426\u0430\u0433 \u0441\u043e\u043d\u0433\u043e\u0445", + "Choose all": "\u0411\u04af\u0433\u0434\u0438\u0439\u0433 \u043d\u044c \u0441\u043e\u043d\u0433\u043e\u0445", + "Choose new file": "\u0428\u0438\u043d\u044d \u0444\u0430\u0439\u043b \u0441\u043e\u043d\u0433\u043e\u0445", + "Chosen %s": "\u0421\u043e\u043d\u0433\u043e\u0433\u0434\u0441\u043e\u043d %s", + "Circle": "\u0422\u043e\u0439\u0440\u043e\u0433", + "Clear formatting": "\u0424\u043e\u0440\u043c\u0430\u0442\u043b\u0430\u0441\u0430\u043d \u0431\u0430\u0439\u0434\u043b\u044b\u0433 \u0430\u0440\u0438\u043b\u0433\u0430\u0445", + "Clear search": "\u0425\u0430\u0439\u043b\u0442\u044b\u0433 \u0446\u044d\u0432\u044d\u0440\u043b\u044d", + "Click to change": "\u0414\u0430\u0440\u0436 \u04e9\u04e9\u0440\u0447\u0438\u043b\u043d\u04e9 \u04af\u04af", + "Click to choose all %s at once.": "\u0411\u04af\u0433\u0434\u0438\u0439\u0433 \u0441\u043e\u043d\u0433\u043e\u0445 \u0431\u043e\u043b %s \u0434\u0430\u0440\u043d\u0430 \u0443\u0443", + "Click to remove all chosen %s at once.": "%s \u0438\u0439\u043d \u0441\u043e\u043d\u0433\u043e\u043e\u0434 \u0431\u04af\u0433\u0434\u0438\u0439\u0433 \u043d\u044c \u0430\u0440\u0438\u043b\u0433\u0430\u043d\u0430", + "Close": "\u0425\u0430\u0430\u0445", + "Code": "\u041a\u043e\u0434 ", + "Code block": "\u041a\u043e\u0434\u044b\u043d \u0445\u044d\u0441\u044d\u0433", + "Cohorts": "\u041a\u043e\u0433\u043e\u0440\u0442", + "Collapse Instructions": "\u0417\u0430\u0430\u0432\u0440\u044b\u0433 \u0445\u0443\u043c\u0438\u0445", + "Color": "\u04e8\u043d\u0433\u04e9", + "Cols": "\u0411\u0430\u0433\u0430\u043d\u0443\u0443\u0434", + "Column": "\u0411\u0430\u0433\u0430\u043d\u0430", + "Column group": "\u0411\u0430\u0433\u0430\u043d\u044b\u043d \u0431\u04af\u043b\u044d\u0433", + "Commentary": "\u0422\u0430\u0439\u043b\u0431\u0430\u0440", + "Component": "\u0411\u04af\u0440\u044d\u043b\u0434\u044d\u0445\u04af\u04af\u043d \u0445\u044d\u0441\u044d\u0433", + "Confirm": "\u0411\u0430\u0442\u0430\u043b\u0433\u0430\u0430\u0436\u0443\u0443\u043b\u0430\u0445", + "Contact Us": "\u0425\u043e\u043b\u0431\u043e\u043e \u0431\u0430\u0440\u0438\u0445", + "Contains staff only content": "\u0410\u0436\u0438\u043b\u0442\u043d\u0443\u0443\u0434 \u0445\u0430\u043d\u0434\u0430\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439 \u0430\u0433\u0443\u0443\u043b\u0433\u0430.", + "Copy": "\u0425\u0443\u0443\u043b\u0430\u0445", + "Copy row": "\u041c\u04e9\u0440\u0438\u0439\u0433 \u0445\u0443\u0443\u043b\u0430\u0445", + "Correct failed component": "Correct failed component", + "Could not find the specified string.": "\u0417\u0430\u0430\u0441\u0430\u043d \u0442\u044d\u043c\u0434\u044d\u0433\u0442\u0438\u0439\u043d \u043c\u04e9\u0440\u0438\u0439\u0433 \u043e\u043b\u0441\u043e\u043d\u0433\u04af\u0439. ", + "Could not grade your answer. The submission was aborted.": "\u0422\u0430\u043d\u044b \u0445\u0430\u0440\u0438\u0443\u043b\u0442\u044b\u0433 \u0434\u04af\u0433\u043d\u044d\u0436 \u0447\u0430\u0434\u0441\u0430\u043d\u0433\u04af\u0439. \u041c\u044d\u0434\u04af\u04af\u043b\u044d\u0433 \u0446\u0443\u0446\u043b\u0430\u0433\u0434\u043b\u0430\u0430.", + "Country": "\u0423\u043b\u0441", + "Country or Region of Residence": "\u041e\u0440\u0448\u0438\u043d \u0441\u0443\u0443\u0433\u0430\u0430 \u0443\u043b\u0441 \u044d\u0441\u0432\u044d\u043b \u0431\u04af\u0441 \u043d\u0443\u0442\u0430\u0433", "Course": [ - "\u0425\u0438\u0447\u044d\u044d\u043b", + "\u0425\u0438\u0447\u044d\u044d\u043b", "\u0425\u0438\u0447\u044d\u044d\u043b\u04af\u04af\u0434" - ], - "Course End": "\u0425\u0438\u0447\u044d\u044d\u043b \u0434\u0443\u0443\u0441\u0430\u0445", - "Course Id": "\u0425\u0438\u0447\u044d\u044d\u043b\u0438\u0439\u043d \u043a\u043e\u0434", - "Course Name": "\u0425\u0438\u0447\u044d\u044d\u043b\u0438\u0439\u043d \u043d\u044d\u0440", - "Course Number": "\u0425\u0438\u0447\u044d\u044d\u043b\u0438\u0439\u043d \u0434\u0443\u0433\u0430\u0430\u0440", - "Course Number:": "\u0425\u0438\u0447\u044d\u044d\u043b\u0438\u0439\u043d \u0434\u0443\u0433\u0430\u0430\u0440:", - "Course Outline": "\u0425\u0438\u0447\u044d\u044d\u043b\u0438\u0439\u043d \u0433\u0430\u0440\u0447\u0438\u0433", - "Course Run:": "\u0425\u0438\u0447\u044d\u044d\u043b\u0438\u0439\u043d \u0445\u0443\u0433\u0430\u0446\u0430\u0430:", - "Course Title": "\u0425\u0438\u0447\u044d\u044d\u043b\u0438\u0439\u043d \u043d\u044d\u0440", - "Course is not yet visible to students.": "\u0425\u0438\u0447\u044d\u044d\u043b \u0441\u0443\u0440\u0430\u043b\u0446\u0430\u0433\u0447\u0434\u0430\u0434 \u0430\u0440\u0430\u0439 \u0445\u0430\u0440\u0430\u0433\u0434\u0430\u0445\u0433\u04af\u0439 \u0431\u0430\u0439\u0433\u0430\u0430. ", - "Create": "\u04ae\u04af\u0441\u0433\u044d\u0445", - "Create Account": "\u0411\u04af\u0440\u0442\u0433\u044d\u043b \u04af\u04af\u0441\u0433\u044d\u0445", - "Create Re-run": "\u0410\u0445\u0438\u0436 \u0430\u0436\u0438\u043b\u043b\u0443\u0443\u043b\u0430\u0445 \u0433\u043e\u0440\u0438\u043c\u044b\u0433 \u04af\u04af\u0441\u0433\u044d\u0445", - "Create an Account": "\u0411\u04af\u0440\u0442\u0433\u044d\u043b \u04ae\u04af\u0441\u0433\u044d\u0445", - "Create an Account.": "\u0411\u04af\u0440\u0442\u0433\u044d\u043b \u04ae\u04af\u0441\u0433\u044d\u0445.", - "Creating missing groups": "\u0414\u0443\u0442\u0443\u0443 \u0431\u04af\u043b\u0433\u04af\u04af\u0434\u0438\u0439\u0433 \u04af\u04af\u0441\u0433\u044d\u0436 \u0431\u0430\u0439\u043d\u0430", - "Cut row": "\u041c\u04e9\u0440\u0438\u0439\u0433 \u0442\u0430\u0439\u0440\u0447 \u0430\u0432\u0430\u0445", - "Date": "\u041e\u0433\u043d\u043e\u043e", - "Date Added": "\u04e8\u0434\u04e9\u0440 \u0442\u043e\u0432\u043b\u043e\u0433\u0434\u043b\u043e\u043e.", - "Default": "\u04e8\u0433\u04e9\u0433\u0434\u043c\u04e9\u043b", - "Delete": "\u0423\u0441\u0442\u0433\u0430\u0445", - "Delete File Confirmation": "\u0424\u0430\u0439\u043b\u044b\u043d \u0431\u0430\u0442\u0430\u043b\u0433\u0430\u0430\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u0433 \u0443\u0441\u0442\u0433\u0430\u0445", - "Delete Page Confirmation": "\u0425\u0443\u0443\u0434\u0430\u0441 \u0431\u0430\u0442\u0430\u043b\u0433\u0430\u0430\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u0433 \u0443\u0441\u0442\u0433\u0430\u0445", - "Delete column": "\u0411\u0430\u0433\u0430\u043d\u0430 \u0443\u0441\u0442\u0433\u0430\u0445", - "Delete row": "\u041c\u04e9\u0440 \u0443\u0441\u0442\u0433\u0430\u0445", - "Delete table": "\u0425\u04af\u0441\u043d\u044d\u0433\u0442 \u0443\u0441\u0442\u0433\u0430\u0445", - "Deleting": "\u0423\u0441\u0442\u0433\u0430\u0436 \u0431\u0430\u0439\u043d\u0430", - "Description": "\u0422\u0430\u0439\u043b\u0431\u0430\u0440", - "Details": "\u0414\u044d\u043b\u0433\u044d\u0440\u044d\u043d\u0433\u04af\u0439", - "Dimensions": "\u0425\u044d\u043c\u0436\u044d\u044d\u0441\u04af\u04af\u0434", - "Discard Changes": "\u04e8\u04e9\u0440\u0447\u043b\u04e9\u043b\u0442\u0438\u0439\u0433 \u0431\u043e\u043b\u0438\u0443\u043b\u0430\u0445", - "Discussion Home": "\u042d\u0445\u043b\u044d\u043b", - "Display Name": "\u0425\u0430\u0440\u0430\u0433\u0434\u0430\u0445 \u043d\u044d\u0440", - "Document properties": "\u0411\u0430\u0440\u0438\u043c\u0442\u044b\u043d \u0448\u0438\u043d\u0436 \u0447\u0430\u043d\u0430\u0440", - "Draft (Never published)": "\u041d\u043e\u043e\u0440\u043e\u0433 (\u041d\u0438\u0439\u0442\u043b\u044d\u0433\u0434\u044d\u0436 \u0431\u0430\u0439\u0433\u0430\u0430\u0433\u04af\u0439)", - "Draft (Unpublished changes)": "\u041d\u043e\u043e\u0440\u043e\u0433 (\u041d\u0438\u0439\u0442\u043b\u044d\u0433\u0434\u044d\u044d\u0433\u04af\u0439 \u04e9\u04e9\u0440\u0447\u043b\u04e9\u043b\u0442\u04af\u04af\u0434)", - "Drag to reorder": "\u0414\u0430\u0440\u0430\u0430\u043b\u043b\u044b\u0433 \u04e9\u04e9\u0440\u0447\u043b\u04e9\u0445\u0438\u0439\u043d \u0442\u0443\u043b\u0434 \u0447\u0438\u0440\u043d\u044d \u04af\u04af", - "Due:": "\u0425\u04af\u0440\u0442\u044d\u043b:", - "Duplicate": "\u0425\u0443\u0432\u0438\u043b\u0430\u0445", - "Duration (sec)": "\u0425\u0443\u0433\u0430\u0446\u0430\u0430 (\u0441\u0435\u043a)", - "Edit": "\u0417\u0430\u0441\u0432\u0430\u0440\u043b\u0430\u0445", - "Edit HTML": "HTML \u0437\u0430\u0441\u0430\u0445", - "Edit this certificate?": "\u042d\u043d\u044d \u0433\u044d\u0440\u0447\u0438\u043b\u0433\u044d\u044d\u0433 \u0437\u0430\u0441\u0432\u0430\u0440\u043b\u0430\u0445 \u0443\u0443?", - "Editor": "\u04e8\u04e9\u0440\u0447\u043b\u04e9\u0433\u0447", - "Email": "\u0418\u043c\u0435\u0439\u043b", - "Engage with posts": "\u0425\u044d\u043b\u044d\u043b\u0446\u04af\u04af\u043b\u044d\u0433\u0442 \u043e\u0440\u043e\u043b\u0446\u043e\u0445", - "Error": "\u0410\u043b\u0434\u0430\u0430", - "Error adding user": "\u0425\u044d\u0440\u044d\u0433\u043b\u044d\u0433\u0447 \u043d\u044d\u043c\u044d\u0445 \u04af\u0435\u0438\u0439\u043d \u0430\u043b\u0434\u0430\u0430", - "Error removing user": "\u0425\u044d\u0440\u044d\u0433\u043b\u044d\u0433\u0447\u0438\u0439\u0433 \u0443\u0441\u0442\u0433\u0430\u0445 \u04af\u0435\u0438\u0439\u043d \u0430\u043b\u0434\u0430\u0430", - "Expand Instructions": "\u0417\u0430\u0430\u0432\u0440\u0443\u0443\u0434\u044b\u0433 \u0434\u044d\u043b\u0433\u044d\u0445", - "Explanation": "\u0422\u0430\u0439\u043b\u0431\u0430\u0440", - "File": "\u0424\u0430\u0439\u043b", - "File format not supported. Please upload a file with a {ext} extension.": "\u0444\u0430\u0439\u043b\u044b\u043d \u0442\u04e9\u0440\u04e9\u043b \u0442\u043e\u0445\u0438\u0440\u043e\u0445\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430. {ext} \u04e9\u0440\u0433\u04e9\u0442\u0433\u04e9\u043b\u0442\u044d\u0439 \u0444\u0430\u0439\u043b \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443", - "Files must be in JPEG or PNG format.": "\u0424\u0430\u0439\u043b\u044b\u043d \u0444\u043e\u0440\u043c\u0430\u0442 \u043d\u044c JPEG \u044d\u0441\u0432\u044d\u043b PNG \u0431\u0430\u0439\u043d\u0430.", - "Filter": "\u0428\u04af\u04af\u043b\u0442\u04af\u04af\u0440", - "Filter and sort topics": "\u0411\u0438\u0447\u043b\u044d\u0433\u04af\u04af\u0434\u0438\u0439\u0433 \u044d\u0440\u044d\u043c\u0431\u044d\u043b\u044d\u0445 \u0431\u043e\u043b\u043e\u043d \u0448\u04af\u04af\u043b\u0442 \u0445\u0438\u0439\u0445", - "Find": "\u0425\u0430\u0439\u0445", - "Find and replace": "\u0425\u0430\u0439\u0436 \u043e\u043b\u043e\u043e\u0434 \u0441\u043e\u043b\u0438\u0445", - "Find next": "\u0414\u0430\u0440\u0430\u0430\u0433\u0438\u0439\u043d \u0442\u043e\u0445\u0438\u043e\u043b\u0434\u043b\u044b\u0433 \u043e\u043b\u043e\u0445", - "Find previous": "\u04e8\u043c\u043d\u04e9\u0445 \u0442\u043e\u0445\u0438\u043e\u043b\u0434\u043b\u044b\u0433 \u043e\u043b\u043e\u0445", - "Finish": "\u0414\u0443\u0443\u0441\u0433\u0430\u0445", - "First time here?": "\u0410\u043d\u0445 \u0443\u0434\u0430\u0430 \u0437\u043e\u0447\u0438\u043b\u0436 \u0431\u0430\u0439\u043d\u0430 \u0443\u0443?", - "Follow or unfollow posts": "\u0411\u0438\u0447\u043b\u044d\u0433\u0438\u0439\u0433 \u0434\u0430\u0433\u0430\u0445 / \u0414\u0430\u0433\u0430\u0445\u0430\u0430 \u0431\u043e\u043b\u0438\u0445", - "Full Name": "\u041e\u0432\u043e\u0433 \u043d\u044d\u0440", - "Gender": "\u0425\u04af\u0439\u0441", - "General": "\u0415\u0440\u04e9\u043d\u0445\u0438\u0439", - "Go Back": "\u0411\u0443\u0446\u0430\u0445 ", - "Grace period must be specified in HH:MM format.": "\u0423\u0440\u0430\u043c\u0448\u0443\u0443\u043b\u0430\u043b HH:MM \u0444\u043e\u0440\u043c\u0430\u0442\u0442\u0430\u0439 \u0431\u0430\u0439\u0445 \u0445\u044d\u0440\u044d\u0433\u0442\u044d\u0439..", - "Grading": "\u0414\u04af\u043d", - "Group %s": "\u0413\u0440\u0443\u043f\u043f %s", - "Group A": "\u0411\u04af\u043b\u044d\u0433 A", - "Group B": "\u0411\u04af\u043b\u044d\u0433 \u0411", - "Group Configuration name is required.": "\u0411\u04af\u043b\u0433\u0438\u0439\u043d \u0442\u043e\u0445\u0438\u0440\u0443\u0443\u043b\u0433\u044b\u043d \u043d\u044d\u0440\u0438\u0439\u0433 \u0448\u0430\u0430\u0440\u0434\u0430\u0436 \u0431\u0430\u0439\u043d\u0430.", - "Group name is required": "\u0411\u04af\u043b\u0433\u0438\u0439\u043d \u043d\u044d\u0440\u0438\u0439\u0433 \u0437\u0430\u0430\u0432\u0430\u043b \u0431\u0430\u0439\u043d\u0430", - "HTML source code": "HTML \u044d\u0445 \u043a\u043e\u0434", - "Height": "\u04e8\u043d\u0434\u04e9\u0440", - "Hide": "\u041d\u0443\u0443\u0445", - "Hide Annotations": "\u0422\u044d\u043c\u0434\u044d\u0433\u043b\u044d\u0433\u044d\u044d\u043d\u04af\u04af\u0434\u0438\u0439\u0433 \u043d\u0443\u0443\u0445", - "Hide Deprecated Settings": "\u0411\u0443\u0440\u0443\u0443\u0448\u0430\u0430\u0445 \u0442\u043e\u0445\u0438\u0440\u0443\u0443\u043b\u0433\u044b\u0433 \u043d\u0443\u0443\u0445", - "Hide Discussion": "\u0425\u044d\u043b\u044d\u043b\u0446\u04af\u04af\u0433\u0438\u0439\u0433 \u043d\u0443\u0443\u0445", - "High Definition": "\u04e8\u043d\u0434\u04e9\u0440 \u043d\u044f\u0433\u0442\u0440\u0430\u043b\u0442\u0430\u0439", - "Horizontal line": "\u0411\u043e\u0441\u043e\u043e \u0448\u0443\u043b\u0443\u0443\u043d", - "Horizontal space": "\u0411\u043e\u0441\u043e\u043e \u0442\u0430\u043b\u0431\u0430\u0439", - "How to use %(platform_name)s discussions": "%(platform_name)s\u0445\u044d\u043b\u044d\u043b\u0446\u04af\u04af\u043b\u0433\u0438\u0439\u0433 \u0445\u044d\u0440\u0445\u044d\u043d \u0430\u0448\u0438\u0433\u043b\u0430\u0445 \u0432\u044d", - "If the unit was previously published and released to students, any changes you made to the unit when it was hidden will now be visible to students. Do you want to proceed?": "\u042d\u043d\u044d \u043c\u043e\u0434\u0443\u043b\u044c \u04e9\u043c\u043d\u04e9 \u043d\u044c \u043e\u044e\u0443\u0442\u043d\u0443\u0443\u0434\u0430\u0434 \u0437\u043e\u0440\u0438\u0443\u043b\u0436 \u0445\u044d\u0432\u043b\u044d\u0433\u0434\u044d\u0441\u044d\u043d \u044d\u0441\u0432\u044d\u043b \u0447\u04e9\u043b\u04e9\u04e9\u043b\u04e9\u0433\u0434\u0441\u04e9\u043d \u0431\u043e\u043b \u043e\u0434\u043e\u043e ", - "Image description": "\u0417\u0443\u0440\u0433\u0438\u0439\u043d \u0442\u0430\u0439\u043b\u0431\u0430\u0440", - "Image must be in PNG format.": "\u0417\u0443\u0440\u0430\u0433 PNG \u04e9\u0440\u0433\u04e9\u0442\u0433\u04e9\u043b\u0442\u044d\u0439 \u0431\u0430\u0439\u0445 \u0451\u0441\u0442\u043e\u0439.", - "Insert": "\u041e\u0440\u0443\u0443\u043b\u0430\u0445", - "Insert column after": "\u0414\u0430\u0440\u0430\u0430 \u043d\u044c \u0431\u0430\u0433\u0430\u043d\u0430 \u043e\u0440\u0443\u0443\u043b\u0430\u0445", - "Insert column before": "\u042d\u0445\u043b\u044d\u044d\u0434 \u0431\u0430\u0433\u0430\u043d\u0430 \u043e\u0440\u0443\u0443\u043b\u0430\u0445", - "Insert date/time": "\u041e\u0433\u043d\u043e\u043e/\u0446\u0430\u0433 \u043e\u0440\u0443\u0443\u043b\u0430\u0445", - "Insert image": "\u0417\u0443\u0440\u0430\u0433 \u043e\u0440\u0443\u0443\u043b\u0430\u0445", - "Insert link": "\u0425\u043e\u043b\u0431\u043e\u043e\u0441 \u043e\u0440\u0443\u0443\u043b\u0430\u0445", - "Insert row after": "\u0414\u0430\u0440\u0430\u0430 \u043d\u044c \u043c\u04e9\u0440 \u043e\u0440\u0443\u0443\u043b\u0430\u0445", - "Insert row before": "\u042d\u0445\u043b\u044d\u044d\u0434 \u043c\u04e9\u0440 \u043e\u0440\u0443\u0443\u043b\u0430\u0445", - "Insert table": "\u0425\u04af\u0441\u043d\u044d\u0433\u0442 \u043e\u0440\u0443\u0443\u043b\u0430\u0445", - "Insert template": "\u0417\u0430\u0433\u0432\u0430\u0440 \u043e\u0440\u0443\u0443\u043b\u0430\u0445", - "Insert video": "\u0411\u0438\u0447\u043b\u044d\u0433 \u043e\u0440\u0443\u0443\u043b\u0430\u0445", - "Insert/edit link": "\u0425\u043e\u043b\u0431\u043e\u043e\u0441 \u043e\u0440\u0443\u0443\u043b\u0430\u0445/\u0437\u0430\u0441\u0430\u0445", - "Insert/edit video": "\u0411\u0438\u0447\u043b\u044d\u0433 \u043e\u0440\u0443\u0443\u043b\u0430\u0445/\u0437\u0430\u0441\u0430\u0445", - "Joined": "\u042d\u043b\u0441\u0441\u044d\u043d", - "Joined Date": "\u042d\u043b\u0441\u0441\u044d\u043d \u043e\u0433\u043d\u043e\u043e", - "Justify": "\u041c\u04e9\u0440\u0438\u0439\u0433 \u0442\u044d\u0433\u0448\u043b\u044d\u0445", - "KB": "KB", - "Key should only contain letters, numbers, _, or -": "\u0422\u04af\u043b\u0445\u04af\u04af\u0440 \u04af\u0433 \u043d\u044c \u0437\u04e9\u0432\u0445\u04e9\u043d \u04af\u0441\u0433\u04af\u04af\u0434, \u0442\u043e\u043e, _ \u044d\u0441\u0432\u044d\u043b - \u0430\u0433\u0443\u0443\u043b\u0441\u0430\u043d \u0431\u0430\u0439\u0445 \u0448\u0430\u0430\u0440\u0434\u043b\u0430\u0433\u0430\u0442\u0430\u0439.", - "Keywords": "\u0422\u04af\u043b\u0445\u04af\u04af\u0440 \u04af\u0433\u0441", - "Language": "\u0425\u044d\u043b", - "Last updated": "\u0421\u04af\u04af\u043b\u0438\u0439\u043d \u0448\u0438\u043d\u044d\u0447\u043b\u044d\u043b\u0442", - "Left": "\u0417\u04af\u04af\u043d", - "Left to right": "\u0417\u04af\u04af\u043d\u044d\u044d\u0441 \u0431\u0430\u0440\u0443\u0443\u043d", - "Load Another File": "\u04e8\u04e9\u0440 \u0444\u0430\u0439\u043b \u0434\u0443\u0443\u0434\u0430\u0445", - "Loading": "\u0410\u0447\u0430\u0430\u043b\u0436 \u0431\u0430\u0439\u043d\u0430", - "Location": "\u0411\u0430\u0439\u0440\u0448\u0438\u043b", - "Loud": "\u0427\u0430\u043d\u0433\u0430", - "Low": "\u0421\u0443\u043b", - "MB": "MB", - "Make Visible to Students": "\u041e\u044e\u0443\u0442\u043d\u0443\u0443\u0434\u0430\u0434 \u0445\u0430\u0440\u0430\u0433\u0434\u0434\u0430\u0433 \u0431\u043e\u043b\u0433\u043e\u0445", - "Max file size exceeded": "\u0424\u0430\u0439\u043b\u044b\u043d \u0434\u044d\u044d\u0434 \u0445\u044d\u043c\u0436\u044d\u044d \u0445\u044d\u0442\u044d\u0440\u0441\u044d\u043d \u0431\u0430\u0439\u043d\u0430", - "Maximum": "\u0425\u0430\u043c\u0433\u0438\u0439\u043d \u0438\u0445", - "Membership": "\u0413\u0438\u0448\u04af\u04af\u043d\u0447\u043b\u044d\u043b", - "Merge cells": "\u041d\u04af\u0434\u043d\u04af\u04af\u0434\u0438\u0439\u0433 \u043d\u044d\u0433\u0442\u0433\u044d\u0445", - "Message:": "\u0417\u0443\u0440\u0432\u0430\u0441: ", - "Middle": "\u0414\u0443\u043d\u0434\u0430\u0436", - "Midnight": "\u0428\u04e9\u043d\u04e9 \u0434\u0443\u043d\u0434", - "Minimum Score:": "\u0425\u0430\u043c\u0433\u0438\u0439\u043d \u0431\u0430\u0433\u0430 \u043e\u043d\u043e\u043e:", - "More": "\u0418\u043b\u04af\u04af ", - "Move": "\u0417\u04e9\u04e9\u0445", - "Mute": "\u0414\u0443\u0443\u0433 \u0445\u0430\u0430\u0445", - "Muted": "\u0414\u0443\u0443\u0433 \u0445\u0430\u0430\u0441\u0430\u043d", - "Name": "\u041d\u044d\u0440", - "Never published": "\u041d\u0438\u0439\u0442\u043b\u044d\u0433\u0434\u044d\u044d\u0433\u04af\u0439", - "New Password": "\u0428\u0438\u043d\u044d \u043d\u0443\u0443\u0446 \u04af\u0433", - "New window": "\u0428\u0438\u043d\u044d \u0446\u043e\u043d\u0445", - "Next": "\u0414\u0430\u0440\u0430\u0430\u0433\u0438\u0439\u043d\u0445", - "No Derivatives": "\u04ae\u04af\u0441\u043c\u044d\u043b \u0431\u0443\u0441", - "No prerequisite": "\u0423\u0440\u044c\u0434\u0430\u0447 \u043d\u04e9\u0445\u0446\u04e9\u043b\u0433\u04af\u0439", - "Noncommercial": "\u0410\u0440\u0438\u043b\u0436\u0430\u0430\u043d\u044b \u0431\u0443\u0441", - "None": "\u0425\u043e\u043e\u0441\u043e\u043d", - "Noon": "\u04ae\u0434 \u0434\u0443\u043d\u0434", - "Not in Use": "\u0410\u0448\u0438\u0433\u043b\u0430\u0433\u0434\u0430\u0430\u0433\u04af\u0439", + ], + "Course End": "\u0425\u0438\u0447\u044d\u044d\u043b \u0434\u0443\u0443\u0441\u0430\u0445", + "Course Id": "\u0425\u0438\u0447\u044d\u044d\u043b\u0438\u0439\u043d \u043a\u043e\u0434", + "Course Name": "\u0425\u0438\u0447\u044d\u044d\u043b\u0438\u0439\u043d \u043d\u044d\u0440", + "Course Number": "\u0425\u0438\u0447\u044d\u044d\u043b\u0438\u0439\u043d \u0434\u0443\u0433\u0430\u0430\u0440", + "Course Number:": "\u0425\u0438\u0447\u044d\u044d\u043b\u0438\u0439\u043d \u0434\u0443\u0433\u0430\u0430\u0440:", + "Course Outline": "\u0425\u0438\u0447\u044d\u044d\u043b\u0438\u0439\u043d \u0433\u0430\u0440\u0447\u0438\u0433", + "Course Run:": "\u0425\u0438\u0447\u044d\u044d\u043b\u0438\u0439\u043d \u0445\u0443\u0433\u0430\u0446\u0430\u0430:", + "Course Title": "\u0425\u0438\u0447\u044d\u044d\u043b\u0438\u0439\u043d \u043d\u044d\u0440", + "Course is not yet visible to students.": "\u0425\u0438\u0447\u044d\u044d\u043b \u0441\u0443\u0440\u0430\u043b\u0446\u0430\u0433\u0447\u0434\u0430\u0434 \u0430\u0440\u0430\u0439 \u0445\u0430\u0440\u0430\u0433\u0434\u0430\u0445\u0433\u04af\u0439 \u0431\u0430\u0439\u0433\u0430\u0430. ", + "Create": "\u04ae\u04af\u0441\u0433\u044d\u0445", + "Create Account": "\u0411\u04af\u0440\u0442\u0433\u044d\u043b \u04af\u04af\u0441\u0433\u044d\u0445", + "Create Re-run": "\u0410\u0445\u0438\u0436 \u0430\u0436\u0438\u043b\u043b\u0443\u0443\u043b\u0430\u0445 \u0433\u043e\u0440\u0438\u043c\u044b\u0433 \u04af\u04af\u0441\u0433\u044d\u0445", + "Create an Account": "\u0411\u04af\u0440\u0442\u0433\u044d\u043b \u04ae\u04af\u0441\u0433\u044d\u0445", + "Create an Account.": "\u0411\u04af\u0440\u0442\u0433\u044d\u043b \u04ae\u04af\u0441\u0433\u044d\u0445.", + "Creating missing groups": "\u0414\u0443\u0442\u0443\u0443 \u0431\u04af\u043b\u0433\u04af\u04af\u0434\u0438\u0439\u0433 \u04af\u04af\u0441\u0433\u044d\u0436 \u0431\u0430\u0439\u043d\u0430", + "Cut row": "\u041c\u04e9\u0440\u0438\u0439\u0433 \u0442\u0430\u0439\u0440\u0447 \u0430\u0432\u0430\u0445", + "Date": "\u041e\u0433\u043d\u043e\u043e", + "Date Added": "\u04e8\u0434\u04e9\u0440 \u0442\u043e\u0432\u043b\u043e\u0433\u0434\u043b\u043e\u043e.", + "Default": "\u04e8\u0433\u04e9\u0433\u0434\u043c\u04e9\u043b", + "Delete": "\u0423\u0441\u0442\u0433\u0430\u0445", + "Delete File Confirmation": "\u0424\u0430\u0439\u043b\u044b\u043d \u0431\u0430\u0442\u0430\u043b\u0433\u0430\u0430\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u0433 \u0443\u0441\u0442\u0433\u0430\u0445", + "Delete Page Confirmation": "\u0425\u0443\u0443\u0434\u0430\u0441 \u0431\u0430\u0442\u0430\u043b\u0433\u0430\u0430\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u0433 \u0443\u0441\u0442\u0433\u0430\u0445", + "Delete column": "\u0411\u0430\u0433\u0430\u043d\u0430 \u0443\u0441\u0442\u0433\u0430\u0445", + "Delete row": "\u041c\u04e9\u0440 \u0443\u0441\u0442\u0433\u0430\u0445", + "Delete table": "\u0425\u04af\u0441\u043d\u044d\u0433\u0442 \u0443\u0441\u0442\u0433\u0430\u0445", + "Deleting": "\u0423\u0441\u0442\u0433\u0430\u0436 \u0431\u0430\u0439\u043d\u0430", + "Description": "\u0422\u0430\u0439\u043b\u0431\u0430\u0440", + "Details": "\u0414\u044d\u043b\u0433\u044d\u0440\u044d\u043d\u0433\u04af\u0439", + "Dimensions": "\u0425\u044d\u043c\u0436\u044d\u044d\u0441\u04af\u04af\u0434", + "Discard Changes": "\u04e8\u04e9\u0440\u0447\u043b\u04e9\u043b\u0442\u0438\u0439\u0433 \u0431\u043e\u043b\u0438\u0443\u043b\u0430\u0445", + "Discussion Home": "\u042d\u0445\u043b\u044d\u043b", + "Display Name": "\u0425\u0430\u0440\u0430\u0433\u0434\u0430\u0445 \u043d\u044d\u0440", + "Document properties": "\u0411\u0430\u0440\u0438\u043c\u0442\u044b\u043d \u0448\u0438\u043d\u0436 \u0447\u0430\u043d\u0430\u0440", + "Draft (Never published)": "\u041d\u043e\u043e\u0440\u043e\u0433 (\u041d\u0438\u0439\u0442\u043b\u044d\u0433\u0434\u044d\u0436 \u0431\u0430\u0439\u0433\u0430\u0430\u0433\u04af\u0439)", + "Draft (Unpublished changes)": "\u041d\u043e\u043e\u0440\u043e\u0433 (\u041d\u0438\u0439\u0442\u043b\u044d\u0433\u0434\u044d\u044d\u0433\u04af\u0439 \u04e9\u04e9\u0440\u0447\u043b\u04e9\u043b\u0442\u04af\u04af\u0434)", + "Drag to reorder": "\u0414\u0430\u0440\u0430\u0430\u043b\u043b\u044b\u0433 \u04e9\u04e9\u0440\u0447\u043b\u04e9\u0445\u0438\u0439\u043d \u0442\u0443\u043b\u0434 \u0447\u0438\u0440\u043d\u044d \u04af\u04af", + "Due:": "\u0425\u04af\u0440\u0442\u044d\u043b:", + "Duplicate": "\u0425\u0443\u0432\u0438\u043b\u0430\u0445", + "Duration (sec)": "\u0425\u0443\u0433\u0430\u0446\u0430\u0430 (\u0441\u0435\u043a)", + "Edit": "\u0417\u0430\u0441\u0432\u0430\u0440\u043b\u0430\u0445", + "Edit HTML": "HTML \u0437\u0430\u0441\u0430\u0445", + "Edit this certificate?": "\u042d\u043d\u044d \u0433\u044d\u0440\u0447\u0438\u043b\u0433\u044d\u044d\u0433 \u0437\u0430\u0441\u0432\u0430\u0440\u043b\u0430\u0445 \u0443\u0443?", + "Editor": "\u04e8\u04e9\u0440\u0447\u043b\u04e9\u0433\u0447", + "Email": "\u0418\u043c\u0435\u0439\u043b", + "Engage with posts": "\u0425\u044d\u043b\u044d\u043b\u0446\u04af\u04af\u043b\u044d\u0433\u0442 \u043e\u0440\u043e\u043b\u0446\u043e\u0445", + "Error": "\u0410\u043b\u0434\u0430\u0430", + "Error adding user": "\u0425\u044d\u0440\u044d\u0433\u043b\u044d\u0433\u0447 \u043d\u044d\u043c\u044d\u0445 \u04af\u0435\u0438\u0439\u043d \u0430\u043b\u0434\u0430\u0430", + "Error removing user": "\u0425\u044d\u0440\u044d\u0433\u043b\u044d\u0433\u0447\u0438\u0439\u0433 \u0443\u0441\u0442\u0433\u0430\u0445 \u04af\u0435\u0438\u0439\u043d \u0430\u043b\u0434\u0430\u0430", + "Expand Instructions": "\u0417\u0430\u0430\u0432\u0440\u0443\u0443\u0434\u044b\u0433 \u0434\u044d\u043b\u0433\u044d\u0445", + "Explanation": "\u0422\u0430\u0439\u043b\u0431\u0430\u0440", + "File": "\u0424\u0430\u0439\u043b", + "File format not supported. Please upload a file with a {ext} extension.": "\u0444\u0430\u0439\u043b\u044b\u043d \u0442\u04e9\u0440\u04e9\u043b \u0442\u043e\u0445\u0438\u0440\u043e\u0445\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430. {ext} \u04e9\u0440\u0433\u04e9\u0442\u0433\u04e9\u043b\u0442\u044d\u0439 \u0444\u0430\u0439\u043b \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443", + "Files must be in JPEG or PNG format.": "\u0424\u0430\u0439\u043b\u044b\u043d \u0444\u043e\u0440\u043c\u0430\u0442 \u043d\u044c JPEG \u044d\u0441\u0432\u044d\u043b PNG \u0431\u0430\u0439\u043d\u0430.", + "Filter": "\u0428\u04af\u04af\u043b\u0442\u04af\u04af\u0440", + "Filter and sort topics": "\u0411\u0438\u0447\u043b\u044d\u0433\u04af\u04af\u0434\u0438\u0439\u0433 \u044d\u0440\u044d\u043c\u0431\u044d\u043b\u044d\u0445 \u0431\u043e\u043b\u043e\u043d \u0448\u04af\u04af\u043b\u0442 \u0445\u0438\u0439\u0445", + "Find": "\u0425\u0430\u0439\u0445", + "Find and replace": "\u0425\u0430\u0439\u0436 \u043e\u043b\u043e\u043e\u0434 \u0441\u043e\u043b\u0438\u0445", + "Find next": "\u0414\u0430\u0440\u0430\u0430\u0433\u0438\u0439\u043d \u0442\u043e\u0445\u0438\u043e\u043b\u0434\u043b\u044b\u0433 \u043e\u043b\u043e\u0445", + "Find previous": "\u04e8\u043c\u043d\u04e9\u0445 \u0442\u043e\u0445\u0438\u043e\u043b\u0434\u043b\u044b\u0433 \u043e\u043b\u043e\u0445", + "Finish": "\u0414\u0443\u0443\u0441\u0433\u0430\u0445", + "First time here?": "\u0410\u043d\u0445 \u0443\u0434\u0430\u0430 \u0437\u043e\u0447\u0438\u043b\u0436 \u0431\u0430\u0439\u043d\u0430 \u0443\u0443?", + "Follow or unfollow posts": "\u0411\u0438\u0447\u043b\u044d\u0433\u0438\u0439\u0433 \u0434\u0430\u0433\u0430\u0445 / \u0414\u0430\u0433\u0430\u0445\u0430\u0430 \u0431\u043e\u043b\u0438\u0445", + "Full Name": "\u041e\u0432\u043e\u0433 \u043d\u044d\u0440", + "Gender": "\u0425\u04af\u0439\u0441", + "General": "\u0415\u0440\u04e9\u043d\u0445\u0438\u0439", + "Go Back": "\u0411\u0443\u0446\u0430\u0445 ", + "Grace period must be specified in HH:MM format.": "\u0423\u0440\u0430\u043c\u0448\u0443\u0443\u043b\u0430\u043b HH:MM \u0444\u043e\u0440\u043c\u0430\u0442\u0442\u0430\u0439 \u0431\u0430\u0439\u0445 \u0445\u044d\u0440\u044d\u0433\u0442\u044d\u0439..", + "Grading": "\u0414\u04af\u043d", + "Group %s": "\u0413\u0440\u0443\u043f\u043f %s", + "Group A": "\u0411\u04af\u043b\u044d\u0433 A", + "Group B": "\u0411\u04af\u043b\u044d\u0433 \u0411", + "Group Configuration name is required.": "\u0411\u04af\u043b\u0433\u0438\u0439\u043d \u0442\u043e\u0445\u0438\u0440\u0443\u0443\u043b\u0433\u044b\u043d \u043d\u044d\u0440\u0438\u0439\u0433 \u0448\u0430\u0430\u0440\u0434\u0430\u0436 \u0431\u0430\u0439\u043d\u0430.", + "Group name is required": "\u0411\u04af\u043b\u0433\u0438\u0439\u043d \u043d\u044d\u0440\u0438\u0439\u0433 \u0437\u0430\u0430\u0432\u0430\u043b \u0431\u0430\u0439\u043d\u0430", + "HTML source code": "HTML \u044d\u0445 \u043a\u043e\u0434", + "Height": "\u04e8\u043d\u0434\u04e9\u0440", + "Hide": "\u041d\u0443\u0443\u0445", + "Hide Annotations": "\u0422\u044d\u043c\u0434\u044d\u0433\u043b\u044d\u0433\u044d\u044d\u043d\u04af\u04af\u0434\u0438\u0439\u0433 \u043d\u0443\u0443\u0445", + "Hide Deprecated Settings": "\u0411\u0443\u0440\u0443\u0443\u0448\u0430\u0430\u0445 \u0442\u043e\u0445\u0438\u0440\u0443\u0443\u043b\u0433\u044b\u0433 \u043d\u0443\u0443\u0445", + "Hide Discussion": "\u0425\u044d\u043b\u044d\u043b\u0446\u04af\u04af\u0433\u0438\u0439\u0433 \u043d\u0443\u0443\u0445", + "High Definition": "\u04e8\u043d\u0434\u04e9\u0440 \u043d\u044f\u0433\u0442\u0440\u0430\u043b\u0442\u0430\u0439", + "Horizontal line": "\u0411\u043e\u0441\u043e\u043e \u0448\u0443\u043b\u0443\u0443\u043d", + "Horizontal space": "\u0411\u043e\u0441\u043e\u043e \u0442\u0430\u043b\u0431\u0430\u0439", + "How to use %(platform_name)s discussions": "%(platform_name)s\u0445\u044d\u043b\u044d\u043b\u0446\u04af\u04af\u043b\u0433\u0438\u0439\u0433 \u0445\u044d\u0440\u0445\u044d\u043d \u0430\u0448\u0438\u0433\u043b\u0430\u0445 \u0432\u044d", + "If the unit was previously published and released to students, any changes you made to the unit when it was hidden will now be visible to students. Do you want to proceed?": "\u042d\u043d\u044d \u043c\u043e\u0434\u0443\u043b\u044c \u04e9\u043c\u043d\u04e9 \u043d\u044c \u043e\u044e\u0443\u0442\u043d\u0443\u0443\u0434\u0430\u0434 \u0437\u043e\u0440\u0438\u0443\u043b\u0436 \u0445\u044d\u0432\u043b\u044d\u0433\u0434\u044d\u0441\u044d\u043d \u044d\u0441\u0432\u044d\u043b \u0447\u04e9\u043b\u04e9\u04e9\u043b\u04e9\u0433\u0434\u0441\u04e9\u043d \u0431\u043e\u043b \u043e\u0434\u043e\u043e ", + "Image description": "\u0417\u0443\u0440\u0433\u0438\u0439\u043d \u0442\u0430\u0439\u043b\u0431\u0430\u0440", + "Image must be in PNG format.": "\u0417\u0443\u0440\u0430\u0433 PNG \u04e9\u0440\u0433\u04e9\u0442\u0433\u04e9\u043b\u0442\u044d\u0439 \u0431\u0430\u0439\u0445 \u0451\u0441\u0442\u043e\u0439.", + "Insert": "\u041e\u0440\u0443\u0443\u043b\u0430\u0445", + "Insert column after": "\u0414\u0430\u0440\u0430\u0430 \u043d\u044c \u0431\u0430\u0433\u0430\u043d\u0430 \u043e\u0440\u0443\u0443\u043b\u0430\u0445", + "Insert column before": "\u042d\u0445\u043b\u044d\u044d\u0434 \u0431\u0430\u0433\u0430\u043d\u0430 \u043e\u0440\u0443\u0443\u043b\u0430\u0445", + "Insert date/time": "\u041e\u0433\u043d\u043e\u043e/\u0446\u0430\u0433 \u043e\u0440\u0443\u0443\u043b\u0430\u0445", + "Insert image": "\u0417\u0443\u0440\u0430\u0433 \u043e\u0440\u0443\u0443\u043b\u0430\u0445", + "Insert link": "\u0425\u043e\u043b\u0431\u043e\u043e\u0441 \u043e\u0440\u0443\u0443\u043b\u0430\u0445", + "Insert row after": "\u0414\u0430\u0440\u0430\u0430 \u043d\u044c \u043c\u04e9\u0440 \u043e\u0440\u0443\u0443\u043b\u0430\u0445", + "Insert row before": "\u042d\u0445\u043b\u044d\u044d\u0434 \u043c\u04e9\u0440 \u043e\u0440\u0443\u0443\u043b\u0430\u0445", + "Insert table": "\u0425\u04af\u0441\u043d\u044d\u0433\u0442 \u043e\u0440\u0443\u0443\u043b\u0430\u0445", + "Insert template": "\u0417\u0430\u0433\u0432\u0430\u0440 \u043e\u0440\u0443\u0443\u043b\u0430\u0445", + "Insert video": "\u0411\u0438\u0447\u043b\u044d\u0433 \u043e\u0440\u0443\u0443\u043b\u0430\u0445", + "Insert/edit link": "\u0425\u043e\u043b\u0431\u043e\u043e\u0441 \u043e\u0440\u0443\u0443\u043b\u0430\u0445/\u0437\u0430\u0441\u0430\u0445", + "Insert/edit video": "\u0411\u0438\u0447\u043b\u044d\u0433 \u043e\u0440\u0443\u0443\u043b\u0430\u0445/\u0437\u0430\u0441\u0430\u0445", + "Joined": "\u042d\u043b\u0441\u0441\u044d\u043d", + "Joined Date": "\u042d\u043b\u0441\u0441\u044d\u043d \u043e\u0433\u043d\u043e\u043e", + "Justify": "\u041c\u04e9\u0440\u0438\u0439\u0433 \u0442\u044d\u0433\u0448\u043b\u044d\u0445", + "KB": "KB", + "Key should only contain letters, numbers, _, or -": "\u0422\u04af\u043b\u0445\u04af\u04af\u0440 \u04af\u0433 \u043d\u044c \u0437\u04e9\u0432\u0445\u04e9\u043d \u04af\u0441\u0433\u04af\u04af\u0434, \u0442\u043e\u043e, _ \u044d\u0441\u0432\u044d\u043b - \u0430\u0433\u0443\u0443\u043b\u0441\u0430\u043d \u0431\u0430\u0439\u0445 \u0448\u0430\u0430\u0440\u0434\u043b\u0430\u0433\u0430\u0442\u0430\u0439.", + "Keywords": "\u0422\u04af\u043b\u0445\u04af\u04af\u0440 \u04af\u0433\u0441", + "Language": "\u0425\u044d\u043b", + "Last updated": "\u0421\u04af\u04af\u043b\u0438\u0439\u043d \u0448\u0438\u043d\u044d\u0447\u043b\u044d\u043b\u0442", + "Left": "\u0417\u04af\u04af\u043d", + "Left to right": "\u0417\u04af\u04af\u043d\u044d\u044d\u0441 \u0431\u0430\u0440\u0443\u0443\u043d", + "Load Another File": "\u04e8\u04e9\u0440 \u0444\u0430\u0439\u043b \u0434\u0443\u0443\u0434\u0430\u0445", + "Loading": "\u0410\u0447\u0430\u0430\u043b\u0436 \u0431\u0430\u0439\u043d\u0430", + "Location": "\u0411\u0430\u0439\u0440\u0448\u0438\u043b", + "Loud": "\u0427\u0430\u043d\u0433\u0430", + "Low": "\u0421\u0443\u043b", + "MB": "MB", + "Make Visible to Students": "\u041e\u044e\u0443\u0442\u043d\u0443\u0443\u0434\u0430\u0434 \u0445\u0430\u0440\u0430\u0433\u0434\u0434\u0430\u0433 \u0431\u043e\u043b\u0433\u043e\u0445", + "Max file size exceeded": "\u0424\u0430\u0439\u043b\u044b\u043d \u0434\u044d\u044d\u0434 \u0445\u044d\u043c\u0436\u044d\u044d \u0445\u044d\u0442\u044d\u0440\u0441\u044d\u043d \u0431\u0430\u0439\u043d\u0430", + "Maximum": "\u0425\u0430\u043c\u0433\u0438\u0439\u043d \u0438\u0445", + "Membership": "\u0413\u0438\u0448\u04af\u04af\u043d\u0447\u043b\u044d\u043b", + "Merge cells": "\u041d\u04af\u0434\u043d\u04af\u04af\u0434\u0438\u0439\u0433 \u043d\u044d\u0433\u0442\u0433\u044d\u0445", + "Message:": "\u0417\u0443\u0440\u0432\u0430\u0441: ", + "Middle": "\u0414\u0443\u043d\u0434\u0430\u0436", + "Midnight": "\u0428\u04e9\u043d\u04e9 \u0434\u0443\u043d\u0434", + "Minimum Score:": "\u0425\u0430\u043c\u0433\u0438\u0439\u043d \u0431\u0430\u0433\u0430 \u043e\u043d\u043e\u043e:", + "More": "\u0418\u043b\u04af\u04af ", + "Move": "\u0417\u04e9\u04e9\u0445", + "Mute": "\u0414\u0443\u0443\u0433 \u0445\u0430\u0430\u0445", + "Muted": "\u0414\u0443\u0443\u0433 \u0445\u0430\u0430\u0441\u0430\u043d", + "Name": "\u041d\u044d\u0440", + "Never published": "\u041d\u0438\u0439\u0442\u043b\u044d\u0433\u0434\u044d\u044d\u0433\u04af\u0439", + "New Password": "\u0428\u0438\u043d\u044d \u043d\u0443\u0443\u0446 \u04af\u0433", + "New window": "\u0428\u0438\u043d\u044d \u0446\u043e\u043d\u0445", + "Next": "\u0414\u0430\u0440\u0430\u0430\u0433\u0438\u0439\u043d\u0445", + "No Derivatives": "\u04ae\u04af\u0441\u043c\u044d\u043b \u0431\u0443\u0441", + "No prerequisite": "\u0423\u0440\u044c\u0434\u0430\u0447 \u043d\u04e9\u0445\u0446\u04e9\u043b\u0433\u04af\u0439", + "Noncommercial": "\u0410\u0440\u0438\u043b\u0436\u0430\u0430\u043d\u044b \u0431\u0443\u0441", + "None": "\u0425\u043e\u043e\u0441\u043e\u043d", + "Noon": "\u04ae\u0434 \u0434\u0443\u043d\u0434", + "Not in Use": "\u0410\u0448\u0438\u0433\u043b\u0430\u0433\u0434\u0430\u0430\u0433\u04af\u0439", "Note: You are %s hour ahead of server time.": [ - "\u0422\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0438\u0439\u043d \u0446\u0430\u0433\u0430\u0430\u0441 %s \u0446\u0430\u0433\u0438\u0439\u043d \u0442\u04af\u0440\u04af\u04af\u043d\u0434 \u044f\u0432\u0436 \u0431\u0430\u0439\u043d\u0430", + "\u0422\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0438\u0439\u043d \u0446\u0430\u0433\u0430\u0430\u0441 %s \u0446\u0430\u0433\u0438\u0439\u043d \u0442\u04af\u0440\u04af\u04af\u043d\u0434 \u044f\u0432\u0436 \u0431\u0430\u0439\u043d\u0430", "\u0422\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0438\u0439\u043d \u0446\u0430\u0433\u0430\u0430\u0441 %s \u0446\u0430\u0433\u0438\u0439\u043d \u0442\u04af\u0440\u04af\u04af\u043d\u0434 \u044f\u0432\u0436 \u0431\u0430\u0439\u043d\u0430" - ], + ], "Note: You are %s hour behind server time.": [ - "\u0422\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0438\u0439\u043d \u0446\u0430\u0433\u0430\u0430\u0441 %s \u0446\u0430\u0433\u0430\u0430\u0440 \u0445\u043e\u0446\u043e\u0440\u0447 \u0431\u0430\u0439\u043d\u0430", + "\u0422\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0438\u0439\u043d \u0446\u0430\u0433\u0430\u0430\u0441 %s \u0446\u0430\u0433\u0430\u0430\u0440 \u0445\u043e\u0446\u043e\u0440\u0447 \u0431\u0430\u0439\u043d\u0430", "\u0422\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0438\u0439\u043d \u0446\u0430\u0433\u0430\u0430\u0441 %s \u0446\u0430\u0433\u0430\u0430\u0440 \u0445\u043e\u0446\u043e\u0440\u0447 \u0431\u0430\u0439\u043d\u0430" - ], - "Now": "\u041e\u0434\u043e\u043e", - "Numbered list": "\u0414\u0443\u0433\u0430\u0430\u0440\u043b\u0430\u0441\u0430\u043d \u0436\u0430\u0433\u0441\u0430\u0430\u043b\u0442", - "OK": "\u041e\u041a", - "Ok": "\u0422\u0438\u0439\u043c", - "Only <%= fileTypes %> files can be uploaded. Please select a file ending in <%= fileExtensions %> to upload.": "\u0417\u04e9\u0432\u0445\u04e9\u043d <%= fileTypes %> \u0444\u0430\u0439\u043b\u0443\u0443\u0434 \u043e\u0440\u0443\u0443\u043b\u0430\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439. <%= fileExtensions %> \u04e9\u0440\u0433\u04e9\u043b\u0442\u044d\u0439 \u0444\u0430\u0439\u043b \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443.", - "Open Calculator": "\u0422\u043e\u043e\u043d\u044b \u043c\u0430\u0448\u0438\u043d \u043d\u044d\u044d\u0445 ", - "OpenAssessment Save Error": "\u041d\u044d\u044d\u043b\u0442\u0442\u044d\u0439 \u04af\u043d\u044d\u043b\u0433\u044d\u044d \u0425\u0430\u0434\u0433\u0430\u043b\u0430\u0433\u0434\u0430\u0445 \u0410\u043b\u0434\u0430\u0430", - "Order History": "\u0417\u0430\u0445\u0438\u0430\u043b\u0433\u044b\u043d \u0442\u04af\u04af\u0445", - "Organization": "\u0411\u0430\u0439\u0433\u0443\u0443\u043b\u043b\u0430\u0433\u0430", - "Organization:": "\u0411\u0430\u0439\u0433\u0443\u0443\u043b\u043b\u0430\u0433\u0430:", - "Other": "\u0411\u0443\u0441\u0430\u0434", - "Password": "\u041d\u0443\u0443\u0446 \u04af\u0433", - "Play": "\u0422\u043e\u0433\u043b\u0443\u0443\u043b\u0430\u0445", - "Play video": "\u0412\u0438\u0434\u0435\u043e\u0433 \u0442\u043e\u0433\u043b\u0443\u0443\u043b\u0430\u0445 ", - "Please address the errors on this page first, and then save your progress.": "\u042d\u0445\u043d\u0438\u0439 \u0445\u0443\u0443\u0434\u0441\u0430\u043d \u0434\u0430\u0445 \u0430\u043b\u0434\u0430\u0430\u043d\u0443\u0443\u0434\u044b\u0433 \u043c\u044d\u0434\u044d\u044d\u043b\u044d\u044d\u0434 \u0445\u0438\u0439\u0441\u044d\u043d \u04af\u0439\u043b\u0434\u043b\u044d\u044d \u0445\u0430\u0434\u0433\u0430\u043b.", - "Please do not use any spaces in this field.": "\u042d\u043d\u044d \u0442\u0430\u043b\u0431\u0430\u0440\u0442 \u0437\u0430\u0439 \u0430\u0432\u0430\u0445\u0433\u04af\u0439 \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443. ", - "Please enter an integer between 0 and 100.": "0-\u0441 100-\u043d \u0445\u043e\u043e\u0440\u043e\u043d\u0434 \u0431\u04af\u0445\u044d\u043b \u0442\u043e\u043e\u0433\u043e\u043e\u0440 \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443.", - "Please enter an integer greater than 0.": "0-\u0441 \u0438\u0445 \u0431\u04af\u0445\u044d\u043b \u0442\u043e\u043e \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443.", - "Please enter non-negative integer.": "\u0421\u04e9\u0440\u04e9\u0433 \u0431\u0438\u0448 \u0431\u04af\u0445\u044d\u043b \u0442\u043e\u043e \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443.", - "Please enter valid start date and time.": "\u0417\u04e9\u0432 \u044d\u0445\u043b\u044d\u0445 \u043e\u0433\u043d\u043e\u043e \u0431\u043e\u043b\u043e\u043d \u0446\u0430\u0433\u0438\u0439\u0433 \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443", - "Please select a PDF file to upload.": "\u041e\u0440\u0443\u0443\u043b\u0430\u0445 PDF \u0444\u0430\u0439\u043b\u0430\u0430 \u0441\u043e\u043d\u0433\u043e\u043d\u043e \u0443\u0443.", - "Prerequisite:": "\u0423\u0440\u044c\u0434\u0430\u0447 \u043d\u04e9\u0445\u0446\u04e9\u043b:", - "Press Remove to remove language": "\u0425\u044d\u043b\u0438\u0439\u0433 \u0443\u0441\u0442\u0433\u0430\u0445\u044b\u043d \u0442\u0443\u043b\u0434 \u0423\u0441\u0442\u0433\u0430\u0445 \u0442\u043e\u0432\u0447\u0438\u0439\u0433 \u0434\u0430\u0440", - "Preview": "\u0423\u0440\u044c\u0434\u0447\u0438\u043b\u0430\u043d \u0445\u0430\u0440\u0430\u0445", - "Previous": "\u04e8\u043c\u043d\u04e9\u0445", - "Print": "\u0425\u044d\u0432\u043b\u044d\u0445", - "Processing Re-run Request": "\u0410\u0445\u0438\u0436 \u0430\u0436\u0438\u043b\u043b\u0443\u0443\u043b\u0430\u0445 \u0445\u04af\u0441\u044d\u043b\u0442\u0438\u0439\u0433 \u0431\u0438\u0435\u043b\u04af\u04af\u043b\u0436 \u0431\u0430\u0439\u043d\u0430.", - "Profile": "\u041f\u0440\u043e\u0444\u0430\u0439\u043b", - "Publish": "\u0425\u044d\u0432\u043b\u044d\u0445", - "Receive updates": "\u0428\u0438\u043d\u044d\u0447\u043b\u044d\u043b\u0438\u0439\u0433 \u0445\u04af\u043b\u044d\u044d\u043d \u0430\u0432\u0430\u0445 ", - "Redo": "\u0410\u0445\u0438\u043d \u0445\u0438\u0439\u0445", - "Redo (Ctrl+Shift+Z)": "\u0414\u0430\u0445\u0438\u043d \u0445\u0438\u0439\u0445 (Ctrl+Shift+Z)", - "Redo (Ctrl+Y)": "\u0414\u0430\u0445\u0438\u043d \u0445\u0438\u0439\u0445 (Ctrl+Y)", - "Released:": "\u041d\u044d\u044d\u0433\u0434\u0441\u044d\u043d:", - "Remove": "\u0425\u0430\u0441\u0430\u0445", - "Remove all": "\u0411\u04af\u0433\u0434\u0438\u0439\u0433 \u0430\u0440\u0438\u043b\u0433\u0430\u0445", - "Remove link": "\u0425\u043e\u043b\u0431\u043e\u043e\u0441\u044b\u0433 \u0445\u0430\u0441\u0430\u0445", - "Removing": "\u0423\u0441\u0442\u0433\u0430\u0436 \u0431\u0430\u0439\u043d\u0430", - "Replace": "\u041e\u0440\u043b\u0443\u0443\u043b\u0430\u0445", - "Replace all": "\u0411\u04af\u0433\u0434\u0438\u0439\u0433 \u043e\u0440\u043b\u0443\u0443\u043b\u0430\u0445", - "Replace with": "-\u0440 \u043e\u0440\u043b\u0443\u0443\u043b\u0430\u0445", - "Report abuse, topics, and responses": "\u0417\u04af\u0439 \u0431\u0443\u0441 \u0431\u0438\u0447\u043b\u044d\u0433, \u0445\u0430\u0440\u0438\u0443\u043b\u0442\u044b\u0433 \u043c\u044d\u0434\u044d\u044d\u043b\u043b\u044d\u0445", - "Requester": "\u0425\u04af\u0441\u044d\u043b\u0442 \u0433\u0430\u0440\u0433\u0430\u0433\u0447 ", - "Required": "\u0428\u0430\u0430\u0440\u0434\u043b\u0430\u0433\u0430\u0442\u0430\u0439", - "Required field.": "\u0428\u0430\u0430\u0440\u0434\u0430\u0433\u0434\u0430\u0445 \u0442\u0430\u043b\u0431\u0430\u0440", - "Restore last draft": "\u0421\u04af\u04af\u043b\u0438\u0439\u043d \u043d\u043e\u043e\u0440\u0433\u0438\u0439\u0433 \u0441\u044d\u0440\u0433\u044d\u044d\u0445", - "Retry Verification": "\u0414\u0430\u0445\u0438\u043d \u0431\u0430\u0442\u0430\u043b\u0433\u0430\u0430\u0436\u0443\u0443\u043b\u0430\u0445", - "Return and add email address": "\u0411\u0443\u0446\u0430\u0445 \u0431\u0430 ?\u043c\u0430\u0439\u043b \u0445\u0430\u044f\u0433 \u043d\u044d\u043c\u044d\u0445", - "Return to Export": "\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u044b\u0433 \u0431\u0443\u0446\u0430\u0430\u0445", - "Return to team listing": "\u0411\u0430\u0433\u0438\u0439\u043d \u0436\u0430\u0433\u0441\u0430\u0430\u043b\u0442 \u0440\u0443\u0443 \u0431\u0443\u0446\u0430\u0445", - "Review your info": "\u04e8\u04e9\u0440\u0438\u0439\u043d \u043c\u044d\u0434\u044d\u044d\u043b\u043b\u0438\u0439\u0433 \u0445\u044f\u043d\u0430\u0445", - "Right": "\u0411\u0430\u0440\u0443\u0443\u043d", - "Right to left": "\u0411\u0430\u0440\u0443\u0443\u043d\u0430\u0430\u0441 \u0437\u04af\u04af\u043d", - "Robots": "\u0420\u043e\u0431\u043e\u0442\u0443\u0443\u0434", - "Row": "\u041c\u04e9\u0440", - "Row properties": "\u041c\u04e9\u0440\u043d\u0438\u0439 \u0448\u0438\u043d\u0436 \u0447\u0430\u043d\u0430\u0440\u0443\u0443\u0434", - "Row type": "\u041c\u04e9\u0440\u043d\u0438\u0439 \u0442\u04e9\u0440\u04e9\u043b", - "Rows": "\u041c\u04e9\u0440\u043d\u04af\u04af\u0434", - "Save": "\u0425\u0430\u0434\u0433\u0430\u043b\u0430\u0445", - "Save Changes": "\u04e8\u04e9\u0440\u0447\u043b\u04e9\u043b\u0442\u0438\u0439\u0433 \u0445\u0430\u0434\u0433\u0430\u043b\u0430\u0445", - "Save changes": "\u04e8\u04e9\u0440\u0447\u043b\u04e9\u043b\u0442\u0438\u0439\u0433 \u0445\u0430\u0434\u0433\u0430\u043b\u0430\u0445", - "Saving": "\u0425\u0430\u0434\u0433\u0430\u043b\u0436 \u0431\u0430\u0439\u043d\u0430", - "Scheduled:": "\u0422\u04e9\u043b\u04e9\u0432\u043b\u04e9\u0441\u04e9\u043d:", - "Search": "\u0425\u0430\u0439\u0445 ", - "Search Results": "\u0425\u0430\u0439\u043b\u0442\u044b\u043d \u0438\u043b\u044d\u0440\u0446\u04af\u04af\u0434", - "Search all posts": "\u0411\u04af\u0445 \u0431\u0438\u0447\u043b\u044d\u0433\u044d\u044d\u0441 \u0445\u0430\u0439\u0445 ", - "Select all": "\u0411\u04af\u0433\u0434\u0438\u0439\u0433 \u0441\u043e\u043d\u0433\u043e\u0445", - "Select fidelity": "\u0422\u0443\u0443\u0448\u0442\u0430\u0439 \u0431\u0430\u0439\u0434\u043b\u044b\u0433 \u0441\u043e\u043d\u0433\u043e", - "Select language": "\u0425\u044d\u043b\u0438\u0439\u0433 \u0441\u043e\u043d\u0433\u043e\u0445", - "Select turnaround": "\u04e8\u04e9\u0440\u0447\u043b\u04e9\u043b\u0442\u0438\u0439\u0433 \u0441\u043e\u043d\u0433\u043e", - "Send to:": "\u0425\u0430\u0430\u0448\u0430\u0430 \u044f\u0432\u0443\u0443\u043b\u0430\u0445: ", - "Set up your certificate": "\u04e8\u04e9\u0440\u0438\u0439\u043d \u0433\u044d\u0440\u0447\u0438\u043b\u0433\u044d\u044d\u043d\u0438\u0439 \u0442\u043e\u0445\u0438\u0440\u0433\u043e\u043e", - "Settings": "\u0422\u043e\u0445\u0438\u0440\u0433\u043e\u043e", - "Settings updated": "\u0422\u043e\u0445\u0438\u0440\u0443\u0443\u043b\u0433\u0430 \u0448\u0438\u043d\u044d\u0447\u043b\u044d\u0433\u0434\u043b\u044d\u044d", - "Share Alike": "\u0425\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445 \u0430\u0434\u0438\u043b", - "Short explanation": "\u0411\u043e\u0433\u0438\u043d\u043e \u0442\u0430\u0439\u043b\u0431\u0430\u0440", - "Show": "\u04ae\u0437\u044d\u0445", - "Show Annotations": "\u0422\u044d\u043c\u0434\u044d\u0433\u043b\u044d\u0433\u044d\u044d\u043d\u04af\u04af\u0434\u0438\u0439\u0433 \u0445\u0430\u0440\u0443\u0443\u043b\u0430\u0445", - "Show Deprecated Settings": "\u0411\u0443\u0440\u0443\u0443\u0448\u0430\u0430\u0445 \u0442\u043e\u0445\u0438\u0440\u0443\u0443\u043b\u0433\u044b\u0433 \u0445\u0430\u0440\u0443\u0443\u043b\u0430\u0445", - "Show Discussion": "\u0425\u044d\u043b\u044d\u043b\u0446\u04af\u04af\u043b\u044d\u0433 \u0445\u0430\u0440\u0430\u0445", - "Show posts by {username}.": "{username} \u0445\u044d\u0440\u044d\u0433\u043b\u044d\u0433\u0447\u0438\u0439\u043d \u0431\u0438\u0447\u043b\u044d\u0433\u04af\u04af\u0434\u0438\u0439\u0433 \u0445\u0430\u0440\u0430\u0445", - "Showing all responses": "\u0411\u04af\u0445 \u0445\u0430\u0440\u0438\u0443\u043b\u0442\u044b\u0433 \u0445\u0430\u0440\u0430\u0445", - "Sign In": "\u041d\u044d\u0432\u0442\u0440\u044d\u0445", - "Sign in": "\u041d\u044d\u0432\u0442\u0440\u044d\u0445", - "Sign in.": "\u041d\u044d\u0432\u0442\u0440\u044d\u0445.", - "Signatory field(s) has invalid data.": "\u0411\u0430\u0442\u0430\u043b\u0433\u0430\u0430\u0436\u0443\u0443\u043b\u0430\u0445 \u0442\u0430\u043b\u0431\u0430\u0440(\u0443\u0443\u0434) \u0430\u043b\u0434\u0430\u0430\u0442\u0430\u0439 \u04e9\u0433\u04e9\u0433\u0434\u04e9\u043b\u0442\u044d\u0439 \u0431\u0430\u0439\u043d\u0430.", - "Skip": "\u0410\u043b\u0433\u0430\u0441\u0430\u0445 ", - "Sorry, there was an error parsing the subtitles that you uploaded. Please check the format and try again.": "\u0422\u0430\u043d\u044b \u0430\u0447\u0430\u0430\u043b\u0441\u0430\u043d \u0437\u04af\u0439\u043b\u0438\u0439\u043d \u0433\u0430\u0440\u0447\u0438\u0433 \u0431\u043e\u043b\u043e\u043d \u0442\u0430\u0439\u043b\u0431\u0430\u0440\u044b\u0433 \u0442\u0430\u043d\u0438\u0445\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430. \u0410\u0445\u0438\u043d \u0448\u0430\u043b\u0433\u0430\u043d\u0430 \u0443\u0443.", - "Source": "\u042d\u0445", - "Source code": "\u042d\u0445 \u043a\u043e\u0434", - "Special character": "\u041e\u043d\u0446\u0433\u043e\u0439 \u0442\u044d\u043c\u0434\u044d\u0433\u0442", - "Speed": "\u0425\u0443\u0440\u0434", - "Split cell": "\u041d\u04af\u0434\u0438\u0439\u0433 \u0445\u0443\u0432\u0430\u0430\u0445", - "Staff": "\u0411\u0430\u0433\u0448, \u0410\u0436\u0438\u043b\u0442\u0430\u043d", - "Start search": "\u0425\u0430\u0439\u043b\u0442\u044b\u0433 \u044d\u0445\u043b\u044d\u0445", - "State": "\u041c\u0443\u0436 ", - "Status": "\u0421\u0442\u0430\u0442\u0443\u0441 ", - "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Add to Exception List\" button.": "\u0421\u0443\u0440\u0430\u043b\u0446\u0430\u0433\u0447\u0438\u0439\u043d \u0425\u044d\u0440\u044d\u0433\u043b\u044d\u0433\u0447\u0438\u0439\u043d \u043d\u044d\u0440/\u0438\u043c\u044d\u0439\u043b \u0442\u0430\u043b\u0431\u0430\u0440\u0442 \u0443\u0442\u0433\u0430 \u043e\u0440\u0443\u0443\u043b\u0430\u0445 \u0448\u0430\u0430\u0440\u0434\u043b\u0430\u0433\u0430\u0442\u0430\u0439 \u0431\u0430 \u0445\u043e\u043e\u0441\u043e\u043d \u0431\u0430\u0439\u0436 \u0431\u043e\u043b\u043e\u0445\u0433\u04af\u0439. \u0425\u044d\u0440\u044d\u0433\u043b\u044d\u0433\u0447\u0438\u0439\u043d \u043d\u044d\u0440/\u0438\u043c\u044d\u0439\u043b \u0445\u0430\u044f\u0433\u0438\u0439\u0433 \u043e\u0440\u0443\u0443\u043b\u0430\u0430\u0434 \"\u0425\u0430\u0441\u0430\u043b\u0442\u044b\u043d \u0436\u0430\u0433\u0441\u0430\u0430\u043b\u0442\u0430\u043d\u0434 \u043d\u044d\u043c\u044d\u0445\" \u0442\u043e\u0432\u0447\u0438\u0439\u0433 \u0434\u0430\u0440\u043d\u0430 \u0443\u0443.", - "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Invalidate Certificate\" button.": "\u0421\u0443\u0440\u0430\u043b\u0446\u0430\u0433\u0447\u0438\u0439\u043d \u0445\u044d\u0440\u044d\u0433\u043b\u044d\u0433\u0447\u0438\u0439\u043d \u043d\u044d\u0440/\u0438\u043c\u044d\u0439\u043b \u0442\u0430\u043b\u0431\u0430\u0440\u0442 \u0443\u0442\u0433\u0430 \u043e\u0440\u0443\u0443\u043b\u0430\u0445 \u0448\u0430\u0430\u0440\u0434\u043b\u0430\u0433\u0430\u0442\u0430\u0439, \u0445\u043e\u043e\u0441\u043e\u043d \u0431\u0430\u0439\u0436 \u0431\u043e\u043b\u043e\u0445\u0433\u04af\u0439. \u0425\u044d\u0440\u044d\u0433\u043b\u044d\u0433\u0447\u0438\u0439\u043d \u043d\u044d\u0440/\u0438\u043c\u044d\u0439\u043b \u043e\u0440\u0443\u0443\u043b\u0430\u0430\u0434 \u0434\u0430\u0440\u0430\u0430 \u043d\u044c \"\u0413\u044d\u0440\u0447\u0438\u043b\u0433\u044d\u044d\u0433 \u0445\u04af\u0447\u0438\u043d\u0433\u04af\u0439 \u0431\u043e\u043b\u0433\u043e\u0445\" \u0442\u043e\u0432\u0447\u0438\u0439\u0433 \u0434\u0430\u0440\u043d\u0430 \u0443\u0443.", - "Studio's having trouble saving your work": "\u0425\u0430\u0434\u0433\u0430\u043b\u0430\u0445 \u044f\u0432\u0446\u0430\u0434 \u0430\u0441\u0443\u0443\u0434\u0430\u043b \u04af\u04af\u0441\u043b\u044d\u044d. ", - "Submission aborted! Sorry, your browser does not support file uploads. If you can, please use Chrome or Safari which have been verified to support file uploads.": "\u041c\u044d\u0434\u04af\u04af\u043b\u044d\u0433 \u0446\u0443\u0446\u043b\u0430\u0433\u0434\u043b\u0430\u0430. \u0423\u0443\u0447\u043b\u0430\u0430\u0440\u0430\u0439, \u0442\u0430\u043d\u044b \u0445\u044d\u0440\u044d\u0433\u043b\u044d\u0436 \u0431\u0430\u0439\u0433\u0430\u0430 \u0445\u04e9\u0442\u04e9\u0447 \u043d\u044c \u0444\u0430\u0439\u043b \u0431\u0430\u0439\u0440\u0448\u0443\u0443\u043b\u0430\u0445\u044b\u0433 \u0434\u044d\u043c\u0436\u0438\u0445\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430. \u0425\u044d\u0440\u0432\u044d\u044d \u0431\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439 \u0431\u043e\u043b \u0444\u0430\u0439\u043b \u0431\u0430\u0439\u0440\u0448\u0443\u0443\u043b\u0430\u0445\u044b\u0433 \u0434\u044d\u043c\u0436\u0434\u044d\u0433 \u043d\u044c \u0431\u0430\u0442\u0430\u043b\u0433\u0430\u0430\u0436\u0441\u0430\u043d Chrome \u044d\u0441\u0432\u044d\u043b Safari \u0445\u044d\u0440\u044d\u0433\u043b\u044d\u044d\u0440\u044d\u0439.", - "Submit": "\u0418\u043b\u0433\u044d\u044d\u0445", - "Submitted": "\u0418\u043b\u0433\u044d\u044d\u0433\u0434\u0441\u044d\u043d", - "Success": "\u0410\u043c\u0436\u0438\u043b\u0442\u0442\u0430\u0439", - "Support education research by providing additional information": "\u0411\u043e\u043b\u043e\u0432\u0441\u0440\u043e\u043b\u044b\u043d \u0441\u0443\u0434\u0430\u043b\u0433\u0430\u0430\u0433 \u0434\u044d\u043c\u0436\u0438\u0436 \u043d\u044d\u043c\u044d\u043b\u0442 \u043c\u044d\u0434\u044d\u044d\u043b\u044d\u043b \u0431\u04e9\u0433\u043b\u04e9\u0445", - "Table": "\u0425\u04af\u0441\u043d\u044d\u0433\u0442", - "Table properties": "\u0425\u04af\u0441\u043d\u044d\u0433\u0442\u0438\u0439\u043d \u0448\u0438\u043d\u0436 \u0447\u0430\u043d\u0430\u0440\u0443\u0443\u0434", - "Take a photo of your ID": "\u04e8\u04e9\u0440\u0438\u0439\u043d \u0431\u04af\u0440\u0442\u0433\u044d\u043b\u0438\u0439\u043d \u0437\u0443\u0440\u0433\u0430\u0430 \u0434\u0430\u0440\u0430\u0445", - "Target": "\u0411\u0430\u0439", - "Teams": "\u0411\u0430\u0433\u0443\u0443\u0434", - "Templates": "\u0417\u0430\u0433\u0432\u0430\u0440\u0443\u0443\u0434", - "Terms of Service and Honor Code": "\u04ae\u0439\u043b\u0447\u0438\u043b\u0433\u044d\u044d\u043d\u0438\u0439 \u043d\u04e9\u0445\u0446\u04e9\u043b\u0434 \u0431\u043e\u043b\u043e\u043d \u0401\u0441 \u0437\u04af\u0439\u043d \u0434\u04af\u0440\u044d\u043c", - "Text color": "\u0411\u0438\u0447\u0432\u044d\u0440\u0438\u0439\u043d \u04e9\u043d\u0433\u04e9", - "The country or region where you live.": "\u0410\u043c\u044c\u0434\u0430\u0440\u0447 \u0431\u0430\u0439\u0433\u0430\u0430 \u0443\u043b\u0441 \u044d\u0441\u0432\u044d\u043b \u0431\u04af\u0441 \u043d\u0443\u0442\u0430\u0433", - "The course must have an assigned start date.": "\u0425\u0438\u0447\u044d\u044d\u043b\u0438\u0439\u043d \u044d\u0445\u043b\u044d\u0445 \u04e9\u0434\u04e9\u0440 \u0442\u043e\u0434\u043e\u0440\u0445\u043e\u0439\u043b\u043e\u0433\u0434\u0441\u043e\u043d \u0431\u0430\u0439\u0445 \u0448\u0430\u0430\u0440\u0434\u043b\u0430\u0433\u0430\u0442\u0430\u0439.", - "The enrollment end date cannot be after the course end date.": "\u0425\u0438\u0447\u044d\u044d\u043b\u0438\u0439\u043d \u0431\u04af\u0440\u0442\u0433\u044d\u043b \u0434\u0443\u0443\u0441\u0430\u0445 \u04e9\u0434\u04e9\u0440 \u0445\u0438\u0447\u044d\u044d\u043b \u0434\u0443\u0443\u0441\u0430\u0445 \u04e9\u0434\u0440\u0438\u0439\u043d \u0434\u0430\u0440\u0430\u0430 \u0431\u0430\u0439\u0436 \u0431\u043e\u043b\u043e\u0445\u0433\u04af\u0439.", - "The enrollment start date cannot be after the enrollment end date.": "\u0425\u0438\u0447\u044d\u044d\u043b\u0438\u0439\u043d \u0431\u04af\u0440\u0442\u0433\u044d\u043b \u044d\u0445\u043b\u044d\u0445 \u04e9\u0434\u04e9\u0440 \u0431\u04af\u0440\u0442\u0433\u044d\u043b \u0434\u0443\u0443\u0441\u0430\u0445 \u04e9\u0434\u0440\u0438\u0439\u043d \u0434\u0430\u0440\u0430\u0430 \u0431\u0430\u0439\u0436 \u0431\u043e\u043b\u043e\u0445\u0433\u04af\u0439.", - "The grading process is still running. Refresh the page to see updates.": "\u0414\u04af\u0433\u043d\u044d\u0445 \u04af\u0439\u043b \u044f\u0432\u0446 \u044f\u0432\u0430\u0433\u0434\u0430\u0436 \u0431\u0430\u0439\u043d\u0430. \u0425\u0443\u0443\u0434\u0441\u0430\u0430 \u0448\u0438\u043d\u044d\u0447\u0438\u043b\u0436 \u0448\u0438\u043d\u044d\u0447\u043b\u044d\u043b\u0442\u0438\u0439\u0433 \u0445\u0430\u0440\u043d\u0430 \u0443\u0443.", - "The raw error message is:": "\u041c\u0435\u0441\u0441\u0435\u0436\u0438\u0439\u043d \u0430\u043b\u0434\u0430\u0430\u043d\u044b \u0442\u043e\u043e \u0431\u043e\u043b:", - "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.": "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.", - "There has been an error while exporting.": "\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u0445\u0438\u0439\u0445\u044d\u0434 \u0430\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u043b\u0430\u0430", - "There has been an error with your export.": "\u0422\u0430\u043d\u044b \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u043e\u043d\u0434 \u0430\u043b\u0434\u0430\u0430 \u0431\u0430\u0439\u043d\u0430.", - "There must be at least one group.": "\u042f\u0434\u0430\u0436 \u043d\u044d\u0433 \u0431\u04af\u043b\u044d\u0433 \u0431\u0430\u0439\u0445 \u0451\u0441\u0442\u043e\u0439", - "There was an error changing the user's role": "\u0425\u044d\u0440\u044d\u0433\u043b\u044d\u0433\u0447\u0438\u0439\u043d \u044d\u0440\u0445\u0438\u0439\u0433 \u0441\u043e\u043b\u0438\u0445\u043e\u0434 \u0430\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u0441\u0430\u043d \u0431\u0430\u0439\u043d\u0430.", - "There was an error during the upload process.": "\u0445\u0443\u0443\u043b\u0436 \u0431\u0430\u0439\u0445 \u04af\u0435\u0434 \u0430\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u0441\u0430\u043d \u0431\u0430\u0439\u043d\u0430", - "There was an error while unpacking the file.": "\u0444\u0430\u0439\u043b\u044b\u0433 \u0437\u0430\u0434\u0430\u043b\u0436 \u0431\u0430\u0439\u0445 \u04af\u0435\u0434 \u0430\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u0441\u0430\u043d \u0431\u0430\u0439\u043d\u0430", - "There was an error while verifying the file you submitted.": "\u0442\u0430\u043d\u044b \u044f\u0432\u0443\u0443\u043b\u0441\u0430\u043d \u0444\u0430\u0439\u043b\u044b\u0433 \u0431\u0430\u0442\u0430\u043b\u0433\u0430\u0430\u0436\u0443\u0443\u043b\u0436 \u0431\u0430\u0439\u0445 \u04af\u0435\u0434 \u0430\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u0441\u0430\u043d \u0431\u0430\u0439\u043d\u0430", - "There was an error with the upload": "\u0424\u0430\u0439\u043b \u0445\u0443\u0443\u043b\u0430\u0445\u0430\u0434 \u0430\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u043b\u0430\u0430.", - "There's already another assignment type with this name.": "\u0418\u0436\u0438\u043b \u043d\u044d\u0440\u0442\u044d\u0439 \u04e9\u04e9\u0440 \u0434\u0430\u0430\u043b\u0433\u0430\u0432\u0440\u044b\u043d \u0442\u04e9\u0440\u04e9\u043b \u0430\u043b\u044c \u0445\u044d\u0434\u0438\u0439\u043d \u04af\u04af\u0441\u0441\u044d\u043d \u0431\u0430\u0439\u043d\u0430.", - "This action cannot be undone.": "\u042d\u043d\u044d \u04af\u0439\u043b\u0434\u043b\u0438\u0439\u0433 \u0431\u0443\u0446\u0430\u0430\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439.", - "This browser cannot play .mp4, .ogg, or .webm files.": "\u042d\u043d\u044d \u0445\u04e9\u0442\u04e9\u0447 .mp4, .ogg \u044d\u0441\u0432\u044d\u043b .webm \u0444\u0430\u0439\u043b\u0443\u0443\u0434\u044b\u0433 \u0442\u043e\u0433\u043b\u0443\u0443\u043b\u0436 \u0447\u0430\u0434\u0430\u0445\u0433\u04af\u0439", - "This certificate has already been activated and is live. Are you sure you want to continue editing?": "\u042d\u043d\u044d \u0433\u044d\u0440\u0447\u0438\u043b\u0433\u044d\u044d \u0430\u043b\u044c \u0445\u044d\u0434\u0438\u0439\u043d \u0438\u0434\u044d\u0432\u0445\u0436\u0441\u044d\u043d \u0431\u0430\u0439\u043d\u0430. \u0422\u0430 \u04af\u0440\u0433\u044d\u043b\u0436\u043b\u04af\u04af\u043b\u044d\u043d \u0437\u0430\u0441\u0432\u0430\u0440\u043b\u0430\u0445 \u0443\u0443?", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "\u042d\u043d\u044d %s \u0436\u0430\u0433\u0441\u0430\u0430\u043b\u0442 \u043d\u044c \u0431\u043e\u043b\u043e\u043c\u0436\u0438\u0442 \u0443\u0442\u0433\u044b\u043d \u0436\u0430\u0433\u0441\u0430\u0430\u043b\u0442. \u0422\u0430 \u0430\u043b\u044c \u043d\u044d\u0433\u0438\u0439\u0433 \u043d\u044c \u0441\u043e\u043d\u0433\u043e\u043e\u0434 \"\u0421\u043e\u043d\u0433\u043e\u0445\" \u0434\u044d\u044d\u0440 \u0434\u0430\u0440\u0436 \u043d\u04e9\u0433\u04e9\u04e9 \u0445\u044d\u0441\u044d\u0433\u0442 \u043e\u0440\u0443\u0443\u043b\u0430\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "\u042d\u043d\u044d %s \u0441\u043e\u043d\u0433\u043e\u0433\u0434\u0441\u043e\u043d \u0443\u0442\u0433\u0443\u0443\u0434\u044b\u0433 \u0436\u0430\u0433\u0441\u0430\u0430\u043b\u0442. \u0422\u0430 \u0430\u043b\u044c \u043d\u044d\u0433\u0438\u0439\u0433 \u043d\u044c \u0445\u0430\u0441\u0430\u0445\u044b\u0433 \u0445\u04af\u0441\u0432\u044d\u043b \u0441\u043e\u043d\u0433\u043e\u043e\u0445 \"\u0425\u0430\u0441\" \u0434\u044d\u044d\u0440 \u0434\u0430\u0440\u043d\u0430 \u0443\u0443.", - "This link will open in a modal window": "\u042d\u043d\u044d \u0445\u043e\u043b\u0431\u043e\u043e\u0441 \u043d\u044c \u043c\u043e\u0434\u0430\u043b \u0446\u043e\u043d\u0445 \u04af\u04af\u0441\u0433\u044d\u043d\u044d", - "This link will open in a new browser window/tab": "\u042d\u043d\u044d \u0445\u043e\u043b\u0431\u043e\u043e\u0441 \u043d\u044c \u0445\u04e9\u0442\u04e9\u0447 \u0434\u044d\u044d\u0440 \u0448\u0438\u043d\u044d \u0446\u043e\u043d\u0445/\u0442\u0430\u0431 \u0434\u044d\u044d\u0440 \u043d\u044d\u044d\u0433\u0434\u044d\u0445 \u0431\u043e\u043b\u043d\u043e.", - "This may be happening because of an error with our server or your internet connection. Try refreshing the page or making sure you are online.": "\u041c\u0430\u043d\u0430\u0439 \u0441\u0435\u0440\u0432\u0435\u0440\u0442 \u0430\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u0441\u0430\u043d \u044d\u0441\u0432\u044d\u043b \u0442\u0430\u043d\u044b \u0438\u043d\u0442\u0435\u0440\u043d\u044d\u0442 \u0445\u043e\u043b\u0431\u043e\u043b\u0442\u043e\u043e\u0441 \u04af\u04af\u0434\u044d\u043d \u044d\u043d\u044d\u0445\u04af\u04af \u0430\u0441\u0443\u0443\u0434\u0430\u043b \u04af\u04af\u0441\u0441\u044d\u043d \u0431\u0430\u0439\u043d\u0430. \u0418\u043d\u0442\u0435\u0440\u043d\u044d\u0442 \u0445\u043e\u043b\u0431\u043e\u043b\u0442\u043e\u043e \u0448\u0430\u043b\u0433\u0430\u0445 \u044d\u0441\u0432\u044d\u043b \u0445\u0443\u0443\u0434\u0441\u044b\u0433 \u0434\u0430\u0445\u0438\u043d \u0430\u0447\u0430\u0430\u043b\u043b\u0443\u0443\u043b\u0430\u0445 \u0442\u043e\u0432\u0447\u0438\u0439\u0433 \u0434\u0430\u0440\u043d\u0430 \u0443\u0443.", - "This problem has been reset.": "\u042d\u043d\u044d \u0430\u0441\u0443\u0443\u043b\u0442 \u0448\u0438\u043d\u044d\u0447\u043b\u044d\u0433\u0434\u043b\u044d\u044d.", - "This response could not be saved.": "\u0425\u0430\u0440\u0438\u0443\u043b\u0442 \u0445\u0430\u043b\u0433\u0430\u043b\u0430\u0433\u0434\u0441\u0430\u043d\u0433\u04af\u0439.", - "Title": "\u0413\u0430\u0440\u0447\u0438\u0433", - "Today": "\u04e8\u043d\u04e9\u04e9\u0434\u04e9\u0440", - "Tomorrow": "\u041c\u0430\u0440\u0433\u0430\u0430\u0448", - "Tools": "\u0425\u044d\u0440\u044d\u0433\u043b\u04af\u04af\u0440\u04af\u04af\u0434", - "Top": "\u0414\u044d\u044d\u0434", - "Transcripts": "\u0425\u0443\u0443\u043b\u0431\u0430\u0440 \u0431\u0438\u0447\u0433\u04af\u04af\u0434", - "Try using a different browser, such as Google Chrome.": "Google Chrome \u0433\u044d\u0445 \u043c\u044d\u0442 \u04e9\u04e9\u0440 \u0445\u04e9\u0442\u04e9\u0447 \u0430\u0448\u0438\u0433\u043b\u0430\u0430\u0434 \u04af\u0437\u043d\u044d \u04af\u04af", - "Type": "\u0422\u04e9\u0440\u04e9\u043b", - "Type into this box to filter down the list of available %s.": "\u042d\u043d\u044d \u043d\u04af\u0434\u044d\u043d\u0434 \u0431\u0438\u0447\u044d\u044d\u0434 \u0434\u0430\u0440\u0430\u0430\u0445 %s \u0436\u0430\u0433\u0441\u0430\u0430\u043b\u0442\u0430\u0430\u0441 \u0448\u04af\u04af\u043d\u044d \u04af\u04af. ", - "Underline": "\u0414\u043e\u043e\u0433\u0443\u0443\u0440 \u0437\u0443\u0440\u0430\u0430\u0441", - "Undo": "\u04ae\u0439\u043b\u0434\u044d\u043b \u0431\u0443\u0446\u0430\u0430\u0445", - "Undo (Ctrl+Z)": "\u04ae\u0439\u043b\u0434\u044d\u043b \u0431\u0443\u0446\u0430\u0430\u0445 (Ctrl+Z)", - "Undo Changes": "\u04e8\u04e9\u0440\u0447\u043b\u04e9\u043b\u0442\u0438\u0439\u0433 \u0431\u0443\u0446\u0430\u0430\u0445", - "Unit": "\u041d\u044d\u0433\u0436", - "Unknown": "\u041c\u044d\u0434\u044d\u0433\u0434\u044d\u044d\u0433\u04af\u0439", - "Unmute": "\u0414\u0443\u0443\u0433 \u043d\u044d\u044d\u0445", - "Unscheduled": "\u0422\u04e9\u043b\u04e9\u0432\u043b\u04e9\u04e9\u0433\u04af\u0439", - "Updating with latest library content": "\u0421\u0430\u043d\u0433\u0438\u0439\u043d \u0430\u0433\u0443\u0443\u043b\u0433\u044b\u0433 \u0441\u04af\u04af\u043b\u0438\u0439\u043d \u0445\u0443\u0432\u0438\u043b\u0431\u0430\u0440\u0430\u0430\u0440 \u0448\u0438\u043d\u044d\u0447\u0438\u043b\u0436 \u0431\u0430\u0439\u043d\u0430. ", - "Upload": "\u041e\u0440\u0443\u0443\u043b\u0430\u0445", - "Upload File": "\u0424\u0430\u0439\u043b \u0430\u0447\u0430\u0430\u043b\u0430\u0445", - "Upload New File": "\u0428\u0438\u043d\u044d \u0444\u0430\u0439\u043b \u043e\u0440\u0443\u0443\u043b\u0430\u0445", - "Upload signature image.": "\u0413\u0430\u0440\u044b\u043d \u04af\u0441\u0433\u0438\u0439\u043d \u0437\u0443\u0440\u0430\u0433 \u0430\u0447\u0430\u0430\u043b\u0430\u0445", - "Upload translation": "\u041e\u0440\u0447\u0443\u0443\u043b\u0433\u044b\u0433 \u0445\u0443\u0443\u043b\u0430\u0445", - "Upload your course image.": "\u04e8\u04e9\u0440\u0438\u0439\u043d \u0445\u0438\u0447\u044d\u044d\u043b\u0438\u0439\u043d \u0437\u0443\u0440\u0433\u0438\u0439\u0433 \u0430\u0447\u0430\u0430\u043b.", - "Uploading": "\u0421\u0435\u0440\u0432\u0435\u0440 \u043b\u04af\u04af \u0445\u0443\u0443\u043b\u0436 \u0431\u0430\u0439\u043d\u0430", - "Url": "URL", - "Use as a Prerequisite": "\u0423\u0440\u044c\u0434\u0430\u0447 \u043d\u04e9\u0445\u0446\u043b\u04e9\u04e9\u0440 \u0445\u044d\u0440\u044d\u0433\u043b\u044d\u0445", - "Use the All Topics menu to find specific topics.": "\u0422\u043e\u0434\u043e\u0440\u0445\u043e\u0439 \u0441\u044d\u0434\u044d\u0432 \u0445\u0430\u0439\u0436 \u043e\u043b\u043e\u0445\u044b\u043d \u0442\u0443\u043b\u0434 \u0411\u04af\u0445 \u0441\u044d\u0434\u044d\u0432 \u0446\u044d\u0441\u0438\u0439\u0433 \u0430\u0448\u0438\u0433\u043b\u0430\u043d\u0430 \u0443\u0443", - "Username": "\u0425\u044d\u0440\u044d\u0433\u043b\u044d\u0433\u0447\u0438\u0439\u043d \u043d\u044d\u0440 ", - "Validation Error While Saving": "\u0425\u0430\u0434\u0433\u0430\u043b\u0436 \u0431\u0430\u0439\u0445\u0430\u0434 \u0430\u043b\u0434\u0430\u0430\u0433 \u0448\u0430\u043b\u0433\u0430\u0445", - "Verified": "\u0411\u0430\u0442\u0430\u043b\u0433\u0430\u0430\u0436\u0441\u0430\u043d ", - "Very loud": "\u041c\u0430\u0448 \u0447\u0430\u043d\u0433\u0430", - "Very low": "\u041c\u0430\u0448 \u0441\u0443\u043b", - "View": "\u0425\u0430\u0440\u0430\u0445", - "View Live": "LMS-\u0434 \u04af\u0437\u044d\u0445", - "Volume": "\u0426\u0430\u0440\u0430\u0430", - "Vote for good posts and responses": "\u0427\u0430\u043d\u0430\u0440\u0442\u0430\u0439 \u0431\u0438\u0447\u043b\u044d\u0433 \u0431\u043e\u043b\u043e\u043d \u0445\u0430\u0440\u0438\u0443\u043b\u0442\u0430\u0434 \u0441\u0430\u043d\u0430\u043b \u04e9\u0433\u04e9\u0445", - "Warning": "\u0410\u043d\u0445\u0430\u0430\u0440\u0443\u0443\u043b\u0433\u0430", - "We couldn't sign you in.": "\u0422\u0430\u043d\u044b\u0433 \u0441\u0438\u0441\u0442\u0435\u043c\u0434 \u043d\u044d\u0432\u0442\u0440\u04af\u04af\u043b\u044d\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430", - "Width": "\u04e8\u0440\u0433\u04e9\u043d", - "Year of Birth": "\u0422\u04e9\u0440\u0441\u04e9\u043d \u0436\u0438\u043b", - "Yes, allow edits to the active Certificate": "\u0413\u044d\u0440\u0447\u0438\u043b\u0433\u044d\u044d\u0433 \u0438\u0434\u044d\u0432\u0445\u0436\u04af\u04af\u043b\u044d\u0445\u0438\u0439\u0433 \u0437\u0430\u0441\u0432\u0430\u0440\u043b\u0430\u0445\u044b\u0433 \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u0445", - "Yesterday": "\u04e8\u0447\u0438\u0433\u0434\u04e9\u0440", - "You cannot view the course as a student or beta tester before the course release date.": "\u0413\u0430\u0440\u0433\u0430\u0445 \u04e9\u0434\u0440\u04e9\u04e9\u0441 \u043d\u044c \u04e9\u043c\u043d\u04e9 \u0442\u0430 \u0443\u0433 \u0445\u0438\u0447\u044d\u044d\u043b\u0438\u0439\u0433 \u0441\u0443\u0440\u0430\u043b\u0446\u0430\u0433\u0447 \u044d\u0441\u0432\u044d\u043b \u0431\u0435\u0442\u0430 \u0442\u0443\u0440\u0448\u0438\u0433\u0447 \u0431\u0430\u0439\u0434\u043b\u0430\u0430\u0440 \u0445\u0430\u0440\u0436 \u0447\u0430\u0434\u0430\u0445\u0433\u04af\u0439 \u0431\u043e\u043b\u043d\u043e. ", - "You did not select any files to submit.": "\u0422\u0430 \u044f\u043c\u0430\u0440 \u043d\u044d\u0433\u044d\u043d \u0438\u043b\u0433\u044d\u044d\u0445 \u0444\u0430\u0439\u043b \u0441\u043e\u043d\u0433\u043e\u043e\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430. ", - "You did not submit the required files: {requiredFiles}.": "\u0428\u0430\u0430\u0440\u0434\u043b\u0430\u0433\u0430\u0442\u0430\u0439 \u0444\u0430\u0439\u043b\u0443\u0443\u0434\u044b\u0433 \u043e\u0440\u0443\u0443\u043b\u0430\u0430\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430: {requiredFiles}.", - "You have not created any certificates yet.": "\u0413\u044d\u0440\u0447\u0438\u043b\u0433\u044d\u044d\u0433 \u0445\u0430\u0440\u0430\u0430\u0445\u0430\u043d \u04af\u04af\u0441\u0433\u044d\u044d\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430.", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u0422\u0430 1 \u04af\u0439\u043b\u0434\u043b\u0438\u0439\u0433 \u0441\u043e\u043d\u0433\u043e\u0441\u043e\u043d \u0431\u0430\u0439\u043d\u0430 \u0431\u0430\u0441 \u0442\u0430 \u044f\u043c\u0430\u0440\u0432\u0430\u0430 \u04e9\u04e9\u0440\u0447\u043b\u04e9\u043b\u0442 \u043e\u0440\u0443\u0443\u043b\u0441\u0430\u043d\u0433\u04af\u0439. \u0422\u0430 Save \u0442\u043e\u0432\u0447\u043b\u0443\u0443\u0440 \u0431\u0438\u0448 Go \u0442\u043e\u0432\u0447\u043b\u0443\u0443\u0440\u044b\u0433 \u0445\u0430\u0439\u0436 \u0431\u0430\u0439\u0433\u0430\u0430 \u0431\u043e\u043b\u043e\u043b\u0442\u043e\u0439.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u0422\u0430 1 \u04af\u0439\u043b\u0434\u043b\u0438\u0439\u0433 \u0441\u043e\u043d\u0433\u043e\u0441\u043e\u043d \u0431\u0430\u0439\u043d\u0430, \u0433\u044d\u0432\u0447 \u0442\u0430 \u04e9\u04e9\u0440\u0438\u0439\u043d \u04e9\u04e9\u0440\u0447\u043b\u04e9\u043b\u0442\u04af\u04af\u0434\u044d\u044d \u0442\u043e\u0434\u043e\u0440\u0445\u043e\u0439 \u0442\u0430\u043b\u0431\u0430\u0440\u0443\u0443\u0434\u0430\u0434 \u043d\u044c \u043e\u0440\u0443\u0443\u043b\u0430\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430. OK \u0434\u0430\u0440\u0436 \u0441\u0430\u043d\u0443\u0443\u043b\u043d\u0430 \u0443\u0443. \u042d\u043d\u044d \u04af\u0439\u043b\u0434\u043b\u0438\u0439\u0433 \u0442\u0430 \u0434\u0430\u0445\u0438\u043d \u0445\u0438\u0439\u0445 \u0448\u0430\u0430\u0440\u0434\u043b\u0430\u0433\u0430\u0442\u0430\u0439.", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "\u0425\u0430\u0434\u0433\u0430\u043b\u0430\u0430\u0433\u04af\u0439 \u04e9\u04e9\u0440\u0447\u043b\u04e9\u043b\u0442\u04af\u04af\u0434 \u0431\u0430\u0439\u043d\u0430. \u042d\u043d\u044d \u04af\u0439\u043b\u0434\u044d\u043b\u0438\u0439\u0433 \u0445\u0438\u0439\u0432\u044d\u043b \u04e9\u04e9\u0440\u0447\u043b\u04e9\u043b\u0442\u04af\u04af\u0434 \u0443\u0441\u0442\u0430\u0445 \u0431\u043e\u043b\u043d\u043e.", - "You must enter a valid email address in order to add a new team member": "\u0428\u0438\u043d\u044d\u044d\u0440 \u0431\u0430\u0433\u0438\u0439\u043d \u0433\u0438\u0448\u04af\u04af\u043d \u0431\u043e\u043b\u043e\u0445\u044b\u043d \u0442\u0443\u043b\u0434 \u0442\u0430 \u0445\u04af\u0447\u0438\u043d\u0442\u044d\u0439 \u0435\u043c\u0430\u0439\u043b \u0445\u0430\u044f\u0433 \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443.", - "You must specify a name": "\u0422\u0430 \u043d\u044d\u0440\u044d\u044d \u0442\u043e\u0434\u043e\u0440\u0445\u043e\u0439\u043b\u043e\u0445 \u0451\u0441\u0442\u043e\u0439", - "You submitted {filename}; only {allowedFiles} are allowed.": "\u0422\u0430 {filename} \u043e\u0440\u0443\u0443\u043b\u0441\u0430\u043d \u0431\u0430\u0439\u043d\u0430; \u0437\u04e9\u0432\u0445\u04e9\u043d {allowedFiles} \u043e\u0440\u0443\u0443\u043b\u0430\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439.", - "You've made some changes": "\u0417\u0430\u0440\u0438\u043c \u04e9\u04e9\u0440\u0447\u043b\u04e9\u043b\u0442\u0438\u0439\u0433 \u0445\u0438\u0439\u0441\u044d\u043d.", - "You've made some changes, but there are some errors": "\u0422\u0430\u043d\u044b \u0445\u0438\u0439\u0441\u044d\u043d \u04e9\u04e9\u0440\u0447\u043b\u04e9\u043b\u0442\u04e9\u043d\u0434 \u0431\u0430\u0433\u0430 \u0437\u044d\u0440\u044d\u0433 \u0430\u043b\u0434\u0430\u0430 \u0431\u0430\u0439\u043d\u0430.", - "Your changes have been saved.": "\u0422\u0430\u043d\u044b \u0445\u0438\u0439\u0441\u044d\u043d \u04e9\u04e9\u0440\u0447\u043b\u04e9\u043b\u0442 \u0445\u0430\u0434\u0433\u0430\u043b\u0430\u0433\u0434\u043b\u0430\u0430.", - "Your changes will not take effect until you save your progress.": "\u0422\u0430\u043d\u044b \u04af\u0439\u043b\u0434\u043b\u0438\u0439\u0433 \u0445\u0430\u0434\u0433\u0430\u043b\u0430\u0445\u0430\u0430\u0441 \u043d\u0430\u0430\u0448 \u0445\u0438\u0439\u0441\u044d\u043d \u04e9\u04e9\u0440\u0447\u043b\u04e9\u043b\u0442 \u0445\u044d\u0440\u044d\u0433\u0436\u0438\u0445\u0433\u04af\u0439.", - "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "\u0422\u0430\u043d\u044b \u0445\u0438\u0439\u0441\u044d\u043d \u04e9\u04e9\u0440\u0447\u043b\u04e9\u043b\u0442 \u0445\u0430\u0434\u0433\u0430\u043b\u0430\u0445\u0430\u0430\u0441 \u043d\u0430\u0430\u0448 \u0445\u044d\u0440\u044d\u0433\u0436\u0438\u0445\u0433\u04af\u0439.\u0425\u0430\u0434\u0433\u0430\u043b\u0430\u0445 \u04e9\u0433\u04e9\u0433\u0434\u04e9\u043b \u0431\u043e\u043b\u043e \u0444\u043e\u0440\u043c\u0430\u0442\u044b\u0433 \u043d\u044c \u0437\u04e9\u0432 \u043e\u0440\u0443\u0443\u043b\u0430\u0430\u0440\u0430\u0439.", - "Your export has failed.": "\u0422\u0430\u043d\u044b \u044d\u043a\u0441\u043f\u043e\u0440\u0442 \u0445\u0438\u0439\u0445 \u04af\u0439\u043b\u0434\u044d\u043b \u044d\u0432\u0434\u044d\u0440\u0441\u044d\u043d \u0431\u0430\u0439\u043d\u0430. ", - "Your file has been deleted.": "\u0424\u0430\u0439\u043b \u0443\u0441\u0442\u0433\u0430\u0433\u0434\u043b\u0430\u0430.", - "Your file {filename} is too large (max size: {maxSize}MB).": "\u0422\u0430\u043d\u044b {filename} \u0444\u0430\u0439\u043b \u0445\u044d\u0442\u044d\u0440\u0445\u0438\u0439 \u0442\u043e\u043c \u0445\u044d\u043c\u0436\u044d\u044d\u0442\u044d\u0439 \u0431\u0430\u0439\u043d\u0430. (\u0434\u044d\u044d\u0434 \u0445\u044d\u043c\u0436\u044d\u044d: {maxSize}MB).", - "Your policy changes have been saved.": "\u0414\u04af\u0440\u043c\u0438\u0439\u043d \u04e9\u04e9\u0440\u0447\u043b\u04e9\u043b\u0442 \u0445\u04e9\u0434\u0433\u04e9\u043b\u04e9\u0433\u0434\u043b\u04e9\u04e9.", - "anonymous": "\u043d\u044d\u0440 \u0443\u0441\u0433\u04af\u0439 ", - "answer": "\u0445\u0430\u0440\u0438\u0443\u043b\u0442", - "bytes": "\u0431\u0430\u0439\u0442", - "certificate": "\u0433\u044d\u0440\u0447\u0438\u043b\u0433\u044d\u044d", - "close": "\u0445\u0430\u0430\u0445", - "correct": "\u0417\u04e9\u0432", - "enter code here": "\u041a\u043e\u0434\u043e\u043e \u044d\u043d\u0434 \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443", - "incorrect": "\u0411\u0443\u0440\u0443\u0443", - "name": "\u041d\u044d\u0440", - "or": "\u044d\u0441\u0432\u044d\u043b", - "section": "\u0445\u044d\u0441\u044d\u0433", - "subsection": "\u0434\u044d\u0434 \u0445\u044d\u0441\u044d\u0433", - "unit": "\u043d\u044d\u0433\u0436", - "unsubmitted": "\u041c\u044d\u0434\u04af\u04af\u043b\u044d\u044d\u0433\u04af\u0439", + ], + "Now": "\u041e\u0434\u043e\u043e", + "Numbered list": "\u0414\u0443\u0433\u0430\u0430\u0440\u043b\u0430\u0441\u0430\u043d \u0436\u0430\u0433\u0441\u0430\u0430\u043b\u0442", + "OK": "\u041e\u041a", + "Ok": "\u0422\u0438\u0439\u043c", + "Only <%= fileTypes %> files can be uploaded. Please select a file ending in <%= fileExtensions %> to upload.": "\u0417\u04e9\u0432\u0445\u04e9\u043d <%= fileTypes %> \u0444\u0430\u0439\u043b\u0443\u0443\u0434 \u043e\u0440\u0443\u0443\u043b\u0430\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439. <%= fileExtensions %> \u04e9\u0440\u0433\u04e9\u043b\u0442\u044d\u0439 \u0444\u0430\u0439\u043b \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443.", + "Open Calculator": "\u0422\u043e\u043e\u043d\u044b \u043c\u0430\u0448\u0438\u043d \u043d\u044d\u044d\u0445 ", + "OpenAssessment Save Error": "\u041d\u044d\u044d\u043b\u0442\u0442\u044d\u0439 \u04af\u043d\u044d\u043b\u0433\u044d\u044d \u0425\u0430\u0434\u0433\u0430\u043b\u0430\u0433\u0434\u0430\u0445 \u0410\u043b\u0434\u0430\u0430", + "Order History": "\u0417\u0430\u0445\u0438\u0430\u043b\u0433\u044b\u043d \u0442\u04af\u04af\u0445", + "Organization": "\u0411\u0430\u0439\u0433\u0443\u0443\u043b\u043b\u0430\u0433\u0430", + "Organization:": "\u0411\u0430\u0439\u0433\u0443\u0443\u043b\u043b\u0430\u0433\u0430:", + "Other": "\u0411\u0443\u0441\u0430\u0434", + "Password": "\u041d\u0443\u0443\u0446 \u04af\u0433", + "Play": "\u0422\u043e\u0433\u043b\u0443\u0443\u043b\u0430\u0445", + "Play video": "\u0412\u0438\u0434\u0435\u043e\u0433 \u0442\u043e\u0433\u043b\u0443\u0443\u043b\u0430\u0445 ", + "Please address the errors on this page first, and then save your progress.": "\u042d\u0445\u043d\u0438\u0439 \u0445\u0443\u0443\u0434\u0441\u0430\u043d \u0434\u0430\u0445 \u0430\u043b\u0434\u0430\u0430\u043d\u0443\u0443\u0434\u044b\u0433 \u043c\u044d\u0434\u044d\u044d\u043b\u044d\u044d\u0434 \u0445\u0438\u0439\u0441\u044d\u043d \u04af\u0439\u043b\u0434\u043b\u044d\u044d \u0445\u0430\u0434\u0433\u0430\u043b.", + "Please do not use any spaces in this field.": "\u042d\u043d\u044d \u0442\u0430\u043b\u0431\u0430\u0440\u0442 \u0437\u0430\u0439 \u0430\u0432\u0430\u0445\u0433\u04af\u0439 \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443. ", + "Please enter an integer between 0 and 100.": "0-\u0441 100-\u043d \u0445\u043e\u043e\u0440\u043e\u043d\u0434 \u0431\u04af\u0445\u044d\u043b \u0442\u043e\u043e\u0433\u043e\u043e\u0440 \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443.", + "Please enter an integer greater than 0.": "0-\u0441 \u0438\u0445 \u0431\u04af\u0445\u044d\u043b \u0442\u043e\u043e \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443.", + "Please enter non-negative integer.": "\u0421\u04e9\u0440\u04e9\u0433 \u0431\u0438\u0448 \u0431\u04af\u0445\u044d\u043b \u0442\u043e\u043e \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443.", + "Please enter valid start date and time.": "\u0417\u04e9\u0432 \u044d\u0445\u043b\u044d\u0445 \u043e\u0433\u043d\u043e\u043e \u0431\u043e\u043b\u043e\u043d \u0446\u0430\u0433\u0438\u0439\u0433 \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443", + "Please select a PDF file to upload.": "\u041e\u0440\u0443\u0443\u043b\u0430\u0445 PDF \u0444\u0430\u0439\u043b\u0430\u0430 \u0441\u043e\u043d\u0433\u043e\u043d\u043e \u0443\u0443.", + "Prerequisite:": "\u0423\u0440\u044c\u0434\u0430\u0447 \u043d\u04e9\u0445\u0446\u04e9\u043b:", + "Press Remove to remove language": "\u0425\u044d\u043b\u0438\u0439\u0433 \u0443\u0441\u0442\u0433\u0430\u0445\u044b\u043d \u0442\u0443\u043b\u0434 \u0423\u0441\u0442\u0433\u0430\u0445 \u0442\u043e\u0432\u0447\u0438\u0439\u0433 \u0434\u0430\u0440", + "Preview": "\u0423\u0440\u044c\u0434\u0447\u0438\u043b\u0430\u043d \u0445\u0430\u0440\u0430\u0445", + "Previous": "\u04e8\u043c\u043d\u04e9\u0445", + "Print": "\u0425\u044d\u0432\u043b\u044d\u0445", + "Processing Re-run Request": "\u0410\u0445\u0438\u0436 \u0430\u0436\u0438\u043b\u043b\u0443\u0443\u043b\u0430\u0445 \u0445\u04af\u0441\u044d\u043b\u0442\u0438\u0439\u0433 \u0431\u0438\u0435\u043b\u04af\u04af\u043b\u0436 \u0431\u0430\u0439\u043d\u0430.", + "Profile": "\u041f\u0440\u043e\u0444\u0430\u0439\u043b", + "Publish": "\u0425\u044d\u0432\u043b\u044d\u0445", + "Receive updates": "\u0428\u0438\u043d\u044d\u0447\u043b\u044d\u043b\u0438\u0439\u0433 \u0445\u04af\u043b\u044d\u044d\u043d \u0430\u0432\u0430\u0445 ", + "Redo": "\u0410\u0445\u0438\u043d \u0445\u0438\u0439\u0445", + "Redo (Ctrl+Shift+Z)": "\u0414\u0430\u0445\u0438\u043d \u0445\u0438\u0439\u0445 (Ctrl+Shift+Z)", + "Redo (Ctrl+Y)": "\u0414\u0430\u0445\u0438\u043d \u0445\u0438\u0439\u0445 (Ctrl+Y)", + "Released:": "\u041d\u044d\u044d\u0433\u0434\u0441\u044d\u043d:", + "Remove": "\u0425\u0430\u0441\u0430\u0445", + "Remove all": "\u0411\u04af\u0433\u0434\u0438\u0439\u0433 \u0430\u0440\u0438\u043b\u0433\u0430\u0445", + "Remove link": "\u0425\u043e\u043b\u0431\u043e\u043e\u0441\u044b\u0433 \u0445\u0430\u0441\u0430\u0445", + "Removing": "\u0423\u0441\u0442\u0433\u0430\u0436 \u0431\u0430\u0439\u043d\u0430", + "Replace": "\u041e\u0440\u043b\u0443\u0443\u043b\u0430\u0445", + "Replace all": "\u0411\u04af\u0433\u0434\u0438\u0439\u0433 \u043e\u0440\u043b\u0443\u0443\u043b\u0430\u0445", + "Replace with": "-\u0440 \u043e\u0440\u043b\u0443\u0443\u043b\u0430\u0445", + "Report abuse, topics, and responses": "\u0417\u04af\u0439 \u0431\u0443\u0441 \u0431\u0438\u0447\u043b\u044d\u0433, \u0445\u0430\u0440\u0438\u0443\u043b\u0442\u044b\u0433 \u043c\u044d\u0434\u044d\u044d\u043b\u043b\u044d\u0445", + "Requester": "\u0425\u04af\u0441\u044d\u043b\u0442 \u0433\u0430\u0440\u0433\u0430\u0433\u0447 ", + "Required": "\u0428\u0430\u0430\u0440\u0434\u043b\u0430\u0433\u0430\u0442\u0430\u0439", + "Required field.": "\u0428\u0430\u0430\u0440\u0434\u0430\u0433\u0434\u0430\u0445 \u0442\u0430\u043b\u0431\u0430\u0440", + "Restore last draft": "\u0421\u04af\u04af\u043b\u0438\u0439\u043d \u043d\u043e\u043e\u0440\u0433\u0438\u0439\u0433 \u0441\u044d\u0440\u0433\u044d\u044d\u0445", + "Retry Verification": "\u0414\u0430\u0445\u0438\u043d \u0431\u0430\u0442\u0430\u043b\u0433\u0430\u0430\u0436\u0443\u0443\u043b\u0430\u0445", + "Return and add email address": "\u0411\u0443\u0446\u0430\u0445 \u0431\u0430 ?\u043c\u0430\u0439\u043b \u0445\u0430\u044f\u0433 \u043d\u044d\u043c\u044d\u0445", + "Return to Export": "\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u044b\u0433 \u0431\u0443\u0446\u0430\u0430\u0445", + "Return to team listing": "\u0411\u0430\u0433\u0438\u0439\u043d \u0436\u0430\u0433\u0441\u0430\u0430\u043b\u0442 \u0440\u0443\u0443 \u0431\u0443\u0446\u0430\u0445", + "Review your info": "\u04e8\u04e9\u0440\u0438\u0439\u043d \u043c\u044d\u0434\u044d\u044d\u043b\u043b\u0438\u0439\u0433 \u0445\u044f\u043d\u0430\u0445", + "Right": "\u0411\u0430\u0440\u0443\u0443\u043d", + "Right to left": "\u0411\u0430\u0440\u0443\u0443\u043d\u0430\u0430\u0441 \u0437\u04af\u04af\u043d", + "Robots": "\u0420\u043e\u0431\u043e\u0442\u0443\u0443\u0434", + "Row": "\u041c\u04e9\u0440", + "Row properties": "\u041c\u04e9\u0440\u043d\u0438\u0439 \u0448\u0438\u043d\u0436 \u0447\u0430\u043d\u0430\u0440\u0443\u0443\u0434", + "Row type": "\u041c\u04e9\u0440\u043d\u0438\u0439 \u0442\u04e9\u0440\u04e9\u043b", + "Rows": "\u041c\u04e9\u0440\u043d\u04af\u04af\u0434", + "Save": "\u0425\u0430\u0434\u0433\u0430\u043b\u0430\u0445", + "Save Changes": "\u04e8\u04e9\u0440\u0447\u043b\u04e9\u043b\u0442\u0438\u0439\u0433 \u0445\u0430\u0434\u0433\u0430\u043b\u0430\u0445", + "Save changes": "\u04e8\u04e9\u0440\u0447\u043b\u04e9\u043b\u0442\u0438\u0439\u0433 \u0445\u0430\u0434\u0433\u0430\u043b\u0430\u0445", + "Saving": "\u0425\u0430\u0434\u0433\u0430\u043b\u0436 \u0431\u0430\u0439\u043d\u0430", + "Scheduled:": "\u0422\u04e9\u043b\u04e9\u0432\u043b\u04e9\u0441\u04e9\u043d:", + "Search": "\u0425\u0430\u0439\u0445 ", + "Search Results": "\u0425\u0430\u0439\u043b\u0442\u044b\u043d \u0438\u043b\u044d\u0440\u0446\u04af\u04af\u0434", + "Search all posts": "\u0411\u04af\u0445 \u0431\u0438\u0447\u043b\u044d\u0433\u044d\u044d\u0441 \u0445\u0430\u0439\u0445 ", + "Select all": "\u0411\u04af\u0433\u0434\u0438\u0439\u0433 \u0441\u043e\u043d\u0433\u043e\u0445", + "Select fidelity": "\u0422\u0443\u0443\u0448\u0442\u0430\u0439 \u0431\u0430\u0439\u0434\u043b\u044b\u0433 \u0441\u043e\u043d\u0433\u043e", + "Select language": "\u0425\u044d\u043b\u0438\u0439\u0433 \u0441\u043e\u043d\u0433\u043e\u0445", + "Select turnaround": "\u04e8\u04e9\u0440\u0447\u043b\u04e9\u043b\u0442\u0438\u0439\u0433 \u0441\u043e\u043d\u0433\u043e", + "Send to:": "\u0425\u0430\u0430\u0448\u0430\u0430 \u044f\u0432\u0443\u0443\u043b\u0430\u0445: ", + "Set up your certificate": "\u04e8\u04e9\u0440\u0438\u0439\u043d \u0433\u044d\u0440\u0447\u0438\u043b\u0433\u044d\u044d\u043d\u0438\u0439 \u0442\u043e\u0445\u0438\u0440\u0433\u043e\u043e", + "Settings": "\u0422\u043e\u0445\u0438\u0440\u0433\u043e\u043e", + "Settings updated": "\u0422\u043e\u0445\u0438\u0440\u0443\u0443\u043b\u0433\u0430 \u0448\u0438\u043d\u044d\u0447\u043b\u044d\u0433\u0434\u043b\u044d\u044d", + "Share Alike": "\u0425\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445 \u0430\u0434\u0438\u043b", + "Short explanation": "\u0411\u043e\u0433\u0438\u043d\u043e \u0442\u0430\u0439\u043b\u0431\u0430\u0440", + "Show": "\u04ae\u0437\u044d\u0445", + "Show Annotations": "\u0422\u044d\u043c\u0434\u044d\u0433\u043b\u044d\u0433\u044d\u044d\u043d\u04af\u04af\u0434\u0438\u0439\u0433 \u0445\u0430\u0440\u0443\u0443\u043b\u0430\u0445", + "Show Deprecated Settings": "\u0411\u0443\u0440\u0443\u0443\u0448\u0430\u0430\u0445 \u0442\u043e\u0445\u0438\u0440\u0443\u0443\u043b\u0433\u044b\u0433 \u0445\u0430\u0440\u0443\u0443\u043b\u0430\u0445", + "Show Discussion": "\u0425\u044d\u043b\u044d\u043b\u0446\u04af\u04af\u043b\u044d\u0433 \u0445\u0430\u0440\u0430\u0445", + "Show posts by {username}.": "{username} \u0445\u044d\u0440\u044d\u0433\u043b\u044d\u0433\u0447\u0438\u0439\u043d \u0431\u0438\u0447\u043b\u044d\u0433\u04af\u04af\u0434\u0438\u0439\u0433 \u0445\u0430\u0440\u0430\u0445", + "Showing all responses": "\u0411\u04af\u0445 \u0445\u0430\u0440\u0438\u0443\u043b\u0442\u044b\u0433 \u0445\u0430\u0440\u0430\u0445", + "Sign In": "\u041d\u044d\u0432\u0442\u0440\u044d\u0445", + "Sign in": "\u041d\u044d\u0432\u0442\u0440\u044d\u0445", + "Sign in.": "\u041d\u044d\u0432\u0442\u0440\u044d\u0445.", + "Signatory field(s) has invalid data.": "\u0411\u0430\u0442\u0430\u043b\u0433\u0430\u0430\u0436\u0443\u0443\u043b\u0430\u0445 \u0442\u0430\u043b\u0431\u0430\u0440(\u0443\u0443\u0434) \u0430\u043b\u0434\u0430\u0430\u0442\u0430\u0439 \u04e9\u0433\u04e9\u0433\u0434\u04e9\u043b\u0442\u044d\u0439 \u0431\u0430\u0439\u043d\u0430.", + "Skip": "\u0410\u043b\u0433\u0430\u0441\u0430\u0445 ", + "Sorry, there was an error parsing the subtitles that you uploaded. Please check the format and try again.": "\u0422\u0430\u043d\u044b \u0430\u0447\u0430\u0430\u043b\u0441\u0430\u043d \u0437\u04af\u0439\u043b\u0438\u0439\u043d \u0433\u0430\u0440\u0447\u0438\u0433 \u0431\u043e\u043b\u043e\u043d \u0442\u0430\u0439\u043b\u0431\u0430\u0440\u044b\u0433 \u0442\u0430\u043d\u0438\u0445\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430. \u0410\u0445\u0438\u043d \u0448\u0430\u043b\u0433\u0430\u043d\u0430 \u0443\u0443.", + "Source": "\u042d\u0445", + "Source code": "\u042d\u0445 \u043a\u043e\u0434", + "Special character": "\u041e\u043d\u0446\u0433\u043e\u0439 \u0442\u044d\u043c\u0434\u044d\u0433\u0442", + "Speed": "\u0425\u0443\u0440\u0434", + "Split cell": "\u041d\u04af\u0434\u0438\u0439\u0433 \u0445\u0443\u0432\u0430\u0430\u0445", + "Staff": "\u0411\u0430\u0433\u0448, \u0410\u0436\u0438\u043b\u0442\u0430\u043d", + "Start search": "\u0425\u0430\u0439\u043b\u0442\u044b\u0433 \u044d\u0445\u043b\u044d\u0445", + "State": "\u041c\u0443\u0436 ", + "Status": "\u0421\u0442\u0430\u0442\u0443\u0441 ", + "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Add to Exception List\" button.": "\u0421\u0443\u0440\u0430\u043b\u0446\u0430\u0433\u0447\u0438\u0439\u043d \u0425\u044d\u0440\u044d\u0433\u043b\u044d\u0433\u0447\u0438\u0439\u043d \u043d\u044d\u0440/\u0438\u043c\u044d\u0439\u043b \u0442\u0430\u043b\u0431\u0430\u0440\u0442 \u0443\u0442\u0433\u0430 \u043e\u0440\u0443\u0443\u043b\u0430\u0445 \u0448\u0430\u0430\u0440\u0434\u043b\u0430\u0433\u0430\u0442\u0430\u0439 \u0431\u0430 \u0445\u043e\u043e\u0441\u043e\u043d \u0431\u0430\u0439\u0436 \u0431\u043e\u043b\u043e\u0445\u0433\u04af\u0439. \u0425\u044d\u0440\u044d\u0433\u043b\u044d\u0433\u0447\u0438\u0439\u043d \u043d\u044d\u0440/\u0438\u043c\u044d\u0439\u043b \u0445\u0430\u044f\u0433\u0438\u0439\u0433 \u043e\u0440\u0443\u0443\u043b\u0430\u0430\u0434 \"\u0425\u0430\u0441\u0430\u043b\u0442\u044b\u043d \u0436\u0430\u0433\u0441\u0430\u0430\u043b\u0442\u0430\u043d\u0434 \u043d\u044d\u043c\u044d\u0445\" \u0442\u043e\u0432\u0447\u0438\u0439\u0433 \u0434\u0430\u0440\u043d\u0430 \u0443\u0443.", + "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Invalidate Certificate\" button.": "\u0421\u0443\u0440\u0430\u043b\u0446\u0430\u0433\u0447\u0438\u0439\u043d \u0445\u044d\u0440\u044d\u0433\u043b\u044d\u0433\u0447\u0438\u0439\u043d \u043d\u044d\u0440/\u0438\u043c\u044d\u0439\u043b \u0442\u0430\u043b\u0431\u0430\u0440\u0442 \u0443\u0442\u0433\u0430 \u043e\u0440\u0443\u0443\u043b\u0430\u0445 \u0448\u0430\u0430\u0440\u0434\u043b\u0430\u0433\u0430\u0442\u0430\u0439, \u0445\u043e\u043e\u0441\u043e\u043d \u0431\u0430\u0439\u0436 \u0431\u043e\u043b\u043e\u0445\u0433\u04af\u0439. \u0425\u044d\u0440\u044d\u0433\u043b\u044d\u0433\u0447\u0438\u0439\u043d \u043d\u044d\u0440/\u0438\u043c\u044d\u0439\u043b \u043e\u0440\u0443\u0443\u043b\u0430\u0430\u0434 \u0434\u0430\u0440\u0430\u0430 \u043d\u044c \"\u0413\u044d\u0440\u0447\u0438\u043b\u0433\u044d\u044d\u0433 \u0445\u04af\u0447\u0438\u043d\u0433\u04af\u0439 \u0431\u043e\u043b\u0433\u043e\u0445\" \u0442\u043e\u0432\u0447\u0438\u0439\u0433 \u0434\u0430\u0440\u043d\u0430 \u0443\u0443.", + "Studio's having trouble saving your work": "\u0425\u0430\u0434\u0433\u0430\u043b\u0430\u0445 \u044f\u0432\u0446\u0430\u0434 \u0430\u0441\u0443\u0443\u0434\u0430\u043b \u04af\u04af\u0441\u043b\u044d\u044d. ", + "Submission aborted! Sorry, your browser does not support file uploads. If you can, please use Chrome or Safari which have been verified to support file uploads.": "\u041c\u044d\u0434\u04af\u04af\u043b\u044d\u0433 \u0446\u0443\u0446\u043b\u0430\u0433\u0434\u043b\u0430\u0430. \u0423\u0443\u0447\u043b\u0430\u0430\u0440\u0430\u0439, \u0442\u0430\u043d\u044b \u0445\u044d\u0440\u044d\u0433\u043b\u044d\u0436 \u0431\u0430\u0439\u0433\u0430\u0430 \u0445\u04e9\u0442\u04e9\u0447 \u043d\u044c \u0444\u0430\u0439\u043b \u0431\u0430\u0439\u0440\u0448\u0443\u0443\u043b\u0430\u0445\u044b\u0433 \u0434\u044d\u043c\u0436\u0438\u0445\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430. \u0425\u044d\u0440\u0432\u044d\u044d \u0431\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439 \u0431\u043e\u043b \u0444\u0430\u0439\u043b \u0431\u0430\u0439\u0440\u0448\u0443\u0443\u043b\u0430\u0445\u044b\u0433 \u0434\u044d\u043c\u0436\u0434\u044d\u0433 \u043d\u044c \u0431\u0430\u0442\u0430\u043b\u0433\u0430\u0430\u0436\u0441\u0430\u043d Chrome \u044d\u0441\u0432\u044d\u043b Safari \u0445\u044d\u0440\u044d\u0433\u043b\u044d\u044d\u0440\u044d\u0439.", + "Submit": "\u0418\u043b\u0433\u044d\u044d\u0445", + "Submitted": "\u0418\u043b\u0433\u044d\u044d\u0433\u0434\u0441\u044d\u043d", + "Success": "\u0410\u043c\u0436\u0438\u043b\u0442\u0442\u0430\u0439", + "Support education research by providing additional information": "\u0411\u043e\u043b\u043e\u0432\u0441\u0440\u043e\u043b\u044b\u043d \u0441\u0443\u0434\u0430\u043b\u0433\u0430\u0430\u0433 \u0434\u044d\u043c\u0436\u0438\u0436 \u043d\u044d\u043c\u044d\u043b\u0442 \u043c\u044d\u0434\u044d\u044d\u043b\u044d\u043b \u0431\u04e9\u0433\u043b\u04e9\u0445", + "Table": "\u0425\u04af\u0441\u043d\u044d\u0433\u0442", + "Table properties": "\u0425\u04af\u0441\u043d\u044d\u0433\u0442\u0438\u0439\u043d \u0448\u0438\u043d\u0436 \u0447\u0430\u043d\u0430\u0440\u0443\u0443\u0434", + "Take a photo of your ID": "\u04e8\u04e9\u0440\u0438\u0439\u043d \u0431\u04af\u0440\u0442\u0433\u044d\u043b\u0438\u0439\u043d \u0437\u0443\u0440\u0433\u0430\u0430 \u0434\u0430\u0440\u0430\u0445", + "Target": "\u0411\u0430\u0439", + "Teams": "\u0411\u0430\u0433\u0443\u0443\u0434", + "Templates": "\u0417\u0430\u0433\u0432\u0430\u0440\u0443\u0443\u0434", + "Terms of Service and Honor Code": "\u04ae\u0439\u043b\u0447\u0438\u043b\u0433\u044d\u044d\u043d\u0438\u0439 \u043d\u04e9\u0445\u0446\u04e9\u043b\u0434 \u0431\u043e\u043b\u043e\u043d \u0401\u0441 \u0437\u04af\u0439\u043d \u0434\u04af\u0440\u044d\u043c", + "Text color": "\u0411\u0438\u0447\u0432\u044d\u0440\u0438\u0439\u043d \u04e9\u043d\u0433\u04e9", + "The country or region where you live.": "\u0410\u043c\u044c\u0434\u0430\u0440\u0447 \u0431\u0430\u0439\u0433\u0430\u0430 \u0443\u043b\u0441 \u044d\u0441\u0432\u044d\u043b \u0431\u04af\u0441 \u043d\u0443\u0442\u0430\u0433", + "The course must have an assigned start date.": "\u0425\u0438\u0447\u044d\u044d\u043b\u0438\u0439\u043d \u044d\u0445\u043b\u044d\u0445 \u04e9\u0434\u04e9\u0440 \u0442\u043e\u0434\u043e\u0440\u0445\u043e\u0439\u043b\u043e\u0433\u0434\u0441\u043e\u043d \u0431\u0430\u0439\u0445 \u0448\u0430\u0430\u0440\u0434\u043b\u0430\u0433\u0430\u0442\u0430\u0439.", + "The enrollment end date cannot be after the course end date.": "\u0425\u0438\u0447\u044d\u044d\u043b\u0438\u0439\u043d \u0431\u04af\u0440\u0442\u0433\u044d\u043b \u0434\u0443\u0443\u0441\u0430\u0445 \u04e9\u0434\u04e9\u0440 \u0445\u0438\u0447\u044d\u044d\u043b \u0434\u0443\u0443\u0441\u0430\u0445 \u04e9\u0434\u0440\u0438\u0439\u043d \u0434\u0430\u0440\u0430\u0430 \u0431\u0430\u0439\u0436 \u0431\u043e\u043b\u043e\u0445\u0433\u04af\u0439.", + "The enrollment start date cannot be after the enrollment end date.": "\u0425\u0438\u0447\u044d\u044d\u043b\u0438\u0439\u043d \u0431\u04af\u0440\u0442\u0433\u044d\u043b \u044d\u0445\u043b\u044d\u0445 \u04e9\u0434\u04e9\u0440 \u0431\u04af\u0440\u0442\u0433\u044d\u043b \u0434\u0443\u0443\u0441\u0430\u0445 \u04e9\u0434\u0440\u0438\u0439\u043d \u0434\u0430\u0440\u0430\u0430 \u0431\u0430\u0439\u0436 \u0431\u043e\u043b\u043e\u0445\u0433\u04af\u0439.", + "The grading process is still running. Refresh the page to see updates.": "\u0414\u04af\u0433\u043d\u044d\u0445 \u04af\u0439\u043b \u044f\u0432\u0446 \u044f\u0432\u0430\u0433\u0434\u0430\u0436 \u0431\u0430\u0439\u043d\u0430. \u0425\u0443\u0443\u0434\u0441\u0430\u0430 \u0448\u0438\u043d\u044d\u0447\u0438\u043b\u0436 \u0448\u0438\u043d\u044d\u0447\u043b\u044d\u043b\u0442\u0438\u0439\u0433 \u0445\u0430\u0440\u043d\u0430 \u0443\u0443.", + "The raw error message is:": "\u041c\u0435\u0441\u0441\u0435\u0436\u0438\u0439\u043d \u0430\u043b\u0434\u0430\u0430\u043d\u044b \u0442\u043e\u043e \u0431\u043e\u043b:", + "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.": "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.", + "There has been an error while exporting.": "\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u0445\u0438\u0439\u0445\u044d\u0434 \u0430\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u043b\u0430\u0430", + "There has been an error with your export.": "\u0422\u0430\u043d\u044b \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u043e\u043d\u0434 \u0430\u043b\u0434\u0430\u0430 \u0431\u0430\u0439\u043d\u0430.", + "There must be at least one group.": "\u042f\u0434\u0430\u0436 \u043d\u044d\u0433 \u0431\u04af\u043b\u044d\u0433 \u0431\u0430\u0439\u0445 \u0451\u0441\u0442\u043e\u0439", + "There was an error changing the user's role": "\u0425\u044d\u0440\u044d\u0433\u043b\u044d\u0433\u0447\u0438\u0439\u043d \u044d\u0440\u0445\u0438\u0439\u0433 \u0441\u043e\u043b\u0438\u0445\u043e\u0434 \u0430\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u0441\u0430\u043d \u0431\u0430\u0439\u043d\u0430.", + "There was an error during the upload process.": "\u0445\u0443\u0443\u043b\u0436 \u0431\u0430\u0439\u0445 \u04af\u0435\u0434 \u0430\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u0441\u0430\u043d \u0431\u0430\u0439\u043d\u0430", + "There was an error while unpacking the file.": "\u0444\u0430\u0439\u043b\u044b\u0433 \u0437\u0430\u0434\u0430\u043b\u0436 \u0431\u0430\u0439\u0445 \u04af\u0435\u0434 \u0430\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u0441\u0430\u043d \u0431\u0430\u0439\u043d\u0430", + "There was an error while verifying the file you submitted.": "\u0442\u0430\u043d\u044b \u044f\u0432\u0443\u0443\u043b\u0441\u0430\u043d \u0444\u0430\u0439\u043b\u044b\u0433 \u0431\u0430\u0442\u0430\u043b\u0433\u0430\u0430\u0436\u0443\u0443\u043b\u0436 \u0431\u0430\u0439\u0445 \u04af\u0435\u0434 \u0430\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u0441\u0430\u043d \u0431\u0430\u0439\u043d\u0430", + "There was an error with the upload": "\u0424\u0430\u0439\u043b \u0445\u0443\u0443\u043b\u0430\u0445\u0430\u0434 \u0430\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u043b\u0430\u0430.", + "There's already another assignment type with this name.": "\u0418\u0436\u0438\u043b \u043d\u044d\u0440\u0442\u044d\u0439 \u04e9\u04e9\u0440 \u0434\u0430\u0430\u043b\u0433\u0430\u0432\u0440\u044b\u043d \u0442\u04e9\u0440\u04e9\u043b \u0430\u043b\u044c \u0445\u044d\u0434\u0438\u0439\u043d \u04af\u04af\u0441\u0441\u044d\u043d \u0431\u0430\u0439\u043d\u0430.", + "This action cannot be undone.": "\u042d\u043d\u044d \u04af\u0439\u043b\u0434\u043b\u0438\u0439\u0433 \u0431\u0443\u0446\u0430\u0430\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439.", + "This browser cannot play .mp4, .ogg, or .webm files.": "\u042d\u043d\u044d \u0445\u04e9\u0442\u04e9\u0447 .mp4, .ogg \u044d\u0441\u0432\u044d\u043b .webm \u0444\u0430\u0439\u043b\u0443\u0443\u0434\u044b\u0433 \u0442\u043e\u0433\u043b\u0443\u0443\u043b\u0436 \u0447\u0430\u0434\u0430\u0445\u0433\u04af\u0439", + "This certificate has already been activated and is live. Are you sure you want to continue editing?": "\u042d\u043d\u044d \u0433\u044d\u0440\u0447\u0438\u043b\u0433\u044d\u044d \u0430\u043b\u044c \u0445\u044d\u0434\u0438\u0439\u043d \u0438\u0434\u044d\u0432\u0445\u0436\u0441\u044d\u043d \u0431\u0430\u0439\u043d\u0430. \u0422\u0430 \u04af\u0440\u0433\u044d\u043b\u0436\u043b\u04af\u04af\u043b\u044d\u043d \u0437\u0430\u0441\u0432\u0430\u0440\u043b\u0430\u0445 \u0443\u0443?", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "\u042d\u043d\u044d %s \u0436\u0430\u0433\u0441\u0430\u0430\u043b\u0442 \u043d\u044c \u0431\u043e\u043b\u043e\u043c\u0436\u0438\u0442 \u0443\u0442\u0433\u044b\u043d \u0436\u0430\u0433\u0441\u0430\u0430\u043b\u0442. \u0422\u0430 \u0430\u043b\u044c \u043d\u044d\u0433\u0438\u0439\u0433 \u043d\u044c \u0441\u043e\u043d\u0433\u043e\u043e\u0434 \"\u0421\u043e\u043d\u0433\u043e\u0445\" \u0434\u044d\u044d\u0440 \u0434\u0430\u0440\u0436 \u043d\u04e9\u0433\u04e9\u04e9 \u0445\u044d\u0441\u044d\u0433\u0442 \u043e\u0440\u0443\u0443\u043b\u0430\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "\u042d\u043d\u044d %s \u0441\u043e\u043d\u0433\u043e\u0433\u0434\u0441\u043e\u043d \u0443\u0442\u0433\u0443\u0443\u0434\u044b\u0433 \u0436\u0430\u0433\u0441\u0430\u0430\u043b\u0442. \u0422\u0430 \u0430\u043b\u044c \u043d\u044d\u0433\u0438\u0439\u0433 \u043d\u044c \u0445\u0430\u0441\u0430\u0445\u044b\u0433 \u0445\u04af\u0441\u0432\u044d\u043b \u0441\u043e\u043d\u0433\u043e\u043e\u0445 \"\u0425\u0430\u0441\" \u0434\u044d\u044d\u0440 \u0434\u0430\u0440\u043d\u0430 \u0443\u0443.", + "This link will open in a modal window": "\u042d\u043d\u044d \u0445\u043e\u043b\u0431\u043e\u043e\u0441 \u043d\u044c \u043c\u043e\u0434\u0430\u043b \u0446\u043e\u043d\u0445 \u04af\u04af\u0441\u0433\u044d\u043d\u044d", + "This link will open in a new browser window/tab": "\u042d\u043d\u044d \u0445\u043e\u043b\u0431\u043e\u043e\u0441 \u043d\u044c \u0445\u04e9\u0442\u04e9\u0447 \u0434\u044d\u044d\u0440 \u0448\u0438\u043d\u044d \u0446\u043e\u043d\u0445/\u0442\u0430\u0431 \u0434\u044d\u044d\u0440 \u043d\u044d\u044d\u0433\u0434\u044d\u0445 \u0431\u043e\u043b\u043d\u043e.", + "This may be happening because of an error with our server or your internet connection. Try refreshing the page or making sure you are online.": "\u041c\u0430\u043d\u0430\u0439 \u0441\u0435\u0440\u0432\u0435\u0440\u0442 \u0430\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u0441\u0430\u043d \u044d\u0441\u0432\u044d\u043b \u0442\u0430\u043d\u044b \u0438\u043d\u0442\u0435\u0440\u043d\u044d\u0442 \u0445\u043e\u043b\u0431\u043e\u043b\u0442\u043e\u043e\u0441 \u04af\u04af\u0434\u044d\u043d \u044d\u043d\u044d\u0445\u04af\u04af \u0430\u0441\u0443\u0443\u0434\u0430\u043b \u04af\u04af\u0441\u0441\u044d\u043d \u0431\u0430\u0439\u043d\u0430. \u0418\u043d\u0442\u0435\u0440\u043d\u044d\u0442 \u0445\u043e\u043b\u0431\u043e\u043b\u0442\u043e\u043e \u0448\u0430\u043b\u0433\u0430\u0445 \u044d\u0441\u0432\u044d\u043b \u0445\u0443\u0443\u0434\u0441\u044b\u0433 \u0434\u0430\u0445\u0438\u043d \u0430\u0447\u0430\u0430\u043b\u043b\u0443\u0443\u043b\u0430\u0445 \u0442\u043e\u0432\u0447\u0438\u0439\u0433 \u0434\u0430\u0440\u043d\u0430 \u0443\u0443.", + "This problem has been reset.": "\u042d\u043d\u044d \u0430\u0441\u0443\u0443\u043b\u0442 \u0448\u0438\u043d\u044d\u0447\u043b\u044d\u0433\u0434\u043b\u044d\u044d.", + "This response could not be saved.": "\u0425\u0430\u0440\u0438\u0443\u043b\u0442 \u0445\u0430\u043b\u0433\u0430\u043b\u0430\u0433\u0434\u0441\u0430\u043d\u0433\u04af\u0439.", + "Title": "\u0413\u0430\u0440\u0447\u0438\u0433", + "Today": "\u04e8\u043d\u04e9\u04e9\u0434\u04e9\u0440", + "Tomorrow": "\u041c\u0430\u0440\u0433\u0430\u0430\u0448", + "Tools": "\u0425\u044d\u0440\u044d\u0433\u043b\u04af\u04af\u0440\u04af\u04af\u0434", + "Top": "\u0414\u044d\u044d\u0434", + "Transcripts": "\u0425\u0443\u0443\u043b\u0431\u0430\u0440 \u0431\u0438\u0447\u0433\u04af\u04af\u0434", + "Try using a different browser, such as Google Chrome.": "Google Chrome \u0433\u044d\u0445 \u043c\u044d\u0442 \u04e9\u04e9\u0440 \u0445\u04e9\u0442\u04e9\u0447 \u0430\u0448\u0438\u0433\u043b\u0430\u0430\u0434 \u04af\u0437\u043d\u044d \u04af\u04af", + "Type": "\u0422\u04e9\u0440\u04e9\u043b", + "Type into this box to filter down the list of available %s.": "\u042d\u043d\u044d \u043d\u04af\u0434\u044d\u043d\u0434 \u0431\u0438\u0447\u044d\u044d\u0434 \u0434\u0430\u0440\u0430\u0430\u0445 %s \u0436\u0430\u0433\u0441\u0430\u0430\u043b\u0442\u0430\u0430\u0441 \u0448\u04af\u04af\u043d\u044d \u04af\u04af. ", + "Underline": "\u0414\u043e\u043e\u0433\u0443\u0443\u0440 \u0437\u0443\u0440\u0430\u0430\u0441", + "Undo": "\u04ae\u0439\u043b\u0434\u044d\u043b \u0431\u0443\u0446\u0430\u0430\u0445", + "Undo (Ctrl+Z)": "\u04ae\u0439\u043b\u0434\u044d\u043b \u0431\u0443\u0446\u0430\u0430\u0445 (Ctrl+Z)", + "Undo Changes": "\u04e8\u04e9\u0440\u0447\u043b\u04e9\u043b\u0442\u0438\u0439\u0433 \u0431\u0443\u0446\u0430\u0430\u0445", + "Unit": "\u041d\u044d\u0433\u0436", + "Unknown": "\u041c\u044d\u0434\u044d\u0433\u0434\u044d\u044d\u0433\u04af\u0439", + "Unmute": "\u0414\u0443\u0443\u0433 \u043d\u044d\u044d\u0445", + "Unscheduled": "\u0422\u04e9\u043b\u04e9\u0432\u043b\u04e9\u04e9\u0433\u04af\u0439", + "Updating with latest library content": "\u0421\u0430\u043d\u0433\u0438\u0439\u043d \u0430\u0433\u0443\u0443\u043b\u0433\u044b\u0433 \u0441\u04af\u04af\u043b\u0438\u0439\u043d \u0445\u0443\u0432\u0438\u043b\u0431\u0430\u0440\u0430\u0430\u0440 \u0448\u0438\u043d\u044d\u0447\u0438\u043b\u0436 \u0431\u0430\u0439\u043d\u0430. ", + "Upload": "\u041e\u0440\u0443\u0443\u043b\u0430\u0445", + "Upload File": "\u0424\u0430\u0439\u043b \u0430\u0447\u0430\u0430\u043b\u0430\u0445", + "Upload New File": "\u0428\u0438\u043d\u044d \u0444\u0430\u0439\u043b \u043e\u0440\u0443\u0443\u043b\u0430\u0445", + "Upload signature image.": "\u0413\u0430\u0440\u044b\u043d \u04af\u0441\u0433\u0438\u0439\u043d \u0437\u0443\u0440\u0430\u0433 \u0430\u0447\u0430\u0430\u043b\u0430\u0445", + "Upload translation": "\u041e\u0440\u0447\u0443\u0443\u043b\u0433\u044b\u0433 \u0445\u0443\u0443\u043b\u0430\u0445", + "Upload your course image.": "\u04e8\u04e9\u0440\u0438\u0439\u043d \u0445\u0438\u0447\u044d\u044d\u043b\u0438\u0439\u043d \u0437\u0443\u0440\u0433\u0438\u0439\u0433 \u0430\u0447\u0430\u0430\u043b.", + "Uploading": "\u0421\u0435\u0440\u0432\u0435\u0440 \u043b\u04af\u04af \u0445\u0443\u0443\u043b\u0436 \u0431\u0430\u0439\u043d\u0430", + "Url": "URL", + "Use as a Prerequisite": "\u0423\u0440\u044c\u0434\u0430\u0447 \u043d\u04e9\u0445\u0446\u043b\u04e9\u04e9\u0440 \u0445\u044d\u0440\u044d\u0433\u043b\u044d\u0445", + "Use the All Topics menu to find specific topics.": "\u0422\u043e\u0434\u043e\u0440\u0445\u043e\u0439 \u0441\u044d\u0434\u044d\u0432 \u0445\u0430\u0439\u0436 \u043e\u043b\u043e\u0445\u044b\u043d \u0442\u0443\u043b\u0434 \u0411\u04af\u0445 \u0441\u044d\u0434\u044d\u0432 \u0446\u044d\u0441\u0438\u0439\u0433 \u0430\u0448\u0438\u0433\u043b\u0430\u043d\u0430 \u0443\u0443", + "Username": "\u0425\u044d\u0440\u044d\u0433\u043b\u044d\u0433\u0447\u0438\u0439\u043d \u043d\u044d\u0440 ", + "Validation Error While Saving": "\u0425\u0430\u0434\u0433\u0430\u043b\u0436 \u0431\u0430\u0439\u0445\u0430\u0434 \u0430\u043b\u0434\u0430\u0430\u0433 \u0448\u0430\u043b\u0433\u0430\u0445", + "Verified": "\u0411\u0430\u0442\u0430\u043b\u0433\u0430\u0430\u0436\u0441\u0430\u043d ", + "Very loud": "\u041c\u0430\u0448 \u0447\u0430\u043d\u0433\u0430", + "Very low": "\u041c\u0430\u0448 \u0441\u0443\u043b", + "View": "\u0425\u0430\u0440\u0430\u0445", + "View Live": "LMS-\u0434 \u04af\u0437\u044d\u0445", + "Volume": "\u0426\u0430\u0440\u0430\u0430", + "Vote for good posts and responses": "\u0427\u0430\u043d\u0430\u0440\u0442\u0430\u0439 \u0431\u0438\u0447\u043b\u044d\u0433 \u0431\u043e\u043b\u043e\u043d \u0445\u0430\u0440\u0438\u0443\u043b\u0442\u0430\u0434 \u0441\u0430\u043d\u0430\u043b \u04e9\u0433\u04e9\u0445", + "Warning": "\u0410\u043d\u0445\u0430\u0430\u0440\u0443\u0443\u043b\u0433\u0430", + "We couldn't sign you in.": "\u0422\u0430\u043d\u044b\u0433 \u0441\u0438\u0441\u0442\u0435\u043c\u0434 \u043d\u044d\u0432\u0442\u0440\u04af\u04af\u043b\u044d\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430", + "Width": "\u04e8\u0440\u0433\u04e9\u043d", + "Year of Birth": "\u0422\u04e9\u0440\u0441\u04e9\u043d \u0436\u0438\u043b", + "Yes, allow edits to the active Certificate": "\u0413\u044d\u0440\u0447\u0438\u043b\u0433\u044d\u044d\u0433 \u0438\u0434\u044d\u0432\u0445\u0436\u04af\u04af\u043b\u044d\u0445\u0438\u0439\u0433 \u0437\u0430\u0441\u0432\u0430\u0440\u043b\u0430\u0445\u044b\u0433 \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u0445", + "Yesterday": "\u04e8\u0447\u0438\u0433\u0434\u04e9\u0440", + "You cannot view the course as a student or beta tester before the course release date.": "\u0413\u0430\u0440\u0433\u0430\u0445 \u04e9\u0434\u0440\u04e9\u04e9\u0441 \u043d\u044c \u04e9\u043c\u043d\u04e9 \u0442\u0430 \u0443\u0433 \u0445\u0438\u0447\u044d\u044d\u043b\u0438\u0439\u0433 \u0441\u0443\u0440\u0430\u043b\u0446\u0430\u0433\u0447 \u044d\u0441\u0432\u044d\u043b \u0431\u0435\u0442\u0430 \u0442\u0443\u0440\u0448\u0438\u0433\u0447 \u0431\u0430\u0439\u0434\u043b\u0430\u0430\u0440 \u0445\u0430\u0440\u0436 \u0447\u0430\u0434\u0430\u0445\u0433\u04af\u0439 \u0431\u043e\u043b\u043d\u043e. ", + "You did not select any files to submit.": "\u0422\u0430 \u044f\u043c\u0430\u0440 \u043d\u044d\u0433\u044d\u043d \u0438\u043b\u0433\u044d\u044d\u0445 \u0444\u0430\u0439\u043b \u0441\u043e\u043d\u0433\u043e\u043e\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430. ", + "You did not submit the required files: {requiredFiles}.": "\u0428\u0430\u0430\u0440\u0434\u043b\u0430\u0433\u0430\u0442\u0430\u0439 \u0444\u0430\u0439\u043b\u0443\u0443\u0434\u044b\u0433 \u043e\u0440\u0443\u0443\u043b\u0430\u0430\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430: {requiredFiles}.", + "You have not created any certificates yet.": "\u0413\u044d\u0440\u0447\u0438\u043b\u0433\u044d\u044d\u0433 \u0445\u0430\u0440\u0430\u0430\u0445\u0430\u043d \u04af\u04af\u0441\u0433\u044d\u044d\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430.", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u0422\u0430 1 \u04af\u0439\u043b\u0434\u043b\u0438\u0439\u0433 \u0441\u043e\u043d\u0433\u043e\u0441\u043e\u043d \u0431\u0430\u0439\u043d\u0430 \u0431\u0430\u0441 \u0442\u0430 \u044f\u043c\u0430\u0440\u0432\u0430\u0430 \u04e9\u04e9\u0440\u0447\u043b\u04e9\u043b\u0442 \u043e\u0440\u0443\u0443\u043b\u0441\u0430\u043d\u0433\u04af\u0439. \u0422\u0430 Save \u0442\u043e\u0432\u0447\u043b\u0443\u0443\u0440 \u0431\u0438\u0448 Go \u0442\u043e\u0432\u0447\u043b\u0443\u0443\u0440\u044b\u0433 \u0445\u0430\u0439\u0436 \u0431\u0430\u0439\u0433\u0430\u0430 \u0431\u043e\u043b\u043e\u043b\u0442\u043e\u0439.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u0422\u0430 1 \u04af\u0439\u043b\u0434\u043b\u0438\u0439\u0433 \u0441\u043e\u043d\u0433\u043e\u0441\u043e\u043d \u0431\u0430\u0439\u043d\u0430, \u0433\u044d\u0432\u0447 \u0442\u0430 \u04e9\u04e9\u0440\u0438\u0439\u043d \u04e9\u04e9\u0440\u0447\u043b\u04e9\u043b\u0442\u04af\u04af\u0434\u044d\u044d \u0442\u043e\u0434\u043e\u0440\u0445\u043e\u0439 \u0442\u0430\u043b\u0431\u0430\u0440\u0443\u0443\u0434\u0430\u0434 \u043d\u044c \u043e\u0440\u0443\u0443\u043b\u0430\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430. OK \u0434\u0430\u0440\u0436 \u0441\u0430\u043d\u0443\u0443\u043b\u043d\u0430 \u0443\u0443. \u042d\u043d\u044d \u04af\u0439\u043b\u0434\u043b\u0438\u0439\u0433 \u0442\u0430 \u0434\u0430\u0445\u0438\u043d \u0445\u0438\u0439\u0445 \u0448\u0430\u0430\u0440\u0434\u043b\u0430\u0433\u0430\u0442\u0430\u0439.", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "\u0425\u0430\u0434\u0433\u0430\u043b\u0430\u0430\u0433\u04af\u0439 \u04e9\u04e9\u0440\u0447\u043b\u04e9\u043b\u0442\u04af\u04af\u0434 \u0431\u0430\u0439\u043d\u0430. \u042d\u043d\u044d \u04af\u0439\u043b\u0434\u044d\u043b\u0438\u0439\u0433 \u0445\u0438\u0439\u0432\u044d\u043b \u04e9\u04e9\u0440\u0447\u043b\u04e9\u043b\u0442\u04af\u04af\u0434 \u0443\u0441\u0442\u0430\u0445 \u0431\u043e\u043b\u043d\u043e.", + "You must enter a valid email address in order to add a new team member": "\u0428\u0438\u043d\u044d\u044d\u0440 \u0431\u0430\u0433\u0438\u0439\u043d \u0433\u0438\u0448\u04af\u04af\u043d \u0431\u043e\u043b\u043e\u0445\u044b\u043d \u0442\u0443\u043b\u0434 \u0442\u0430 \u0445\u04af\u0447\u0438\u043d\u0442\u044d\u0439 \u0435\u043c\u0430\u0439\u043b \u0445\u0430\u044f\u0433 \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443.", + "You must specify a name": "\u0422\u0430 \u043d\u044d\u0440\u044d\u044d \u0442\u043e\u0434\u043e\u0440\u0445\u043e\u0439\u043b\u043e\u0445 \u0451\u0441\u0442\u043e\u0439", + "You submitted {filename}; only {allowedFiles} are allowed.": "\u0422\u0430 {filename} \u043e\u0440\u0443\u0443\u043b\u0441\u0430\u043d \u0431\u0430\u0439\u043d\u0430; \u0437\u04e9\u0432\u0445\u04e9\u043d {allowedFiles} \u043e\u0440\u0443\u0443\u043b\u0430\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439.", + "You've made some changes": "\u0417\u0430\u0440\u0438\u043c \u04e9\u04e9\u0440\u0447\u043b\u04e9\u043b\u0442\u0438\u0439\u0433 \u0445\u0438\u0439\u0441\u044d\u043d.", + "You've made some changes, but there are some errors": "\u0422\u0430\u043d\u044b \u0445\u0438\u0439\u0441\u044d\u043d \u04e9\u04e9\u0440\u0447\u043b\u04e9\u043b\u0442\u04e9\u043d\u0434 \u0431\u0430\u0433\u0430 \u0437\u044d\u0440\u044d\u0433 \u0430\u043b\u0434\u0430\u0430 \u0431\u0430\u0439\u043d\u0430.", + "Your changes have been saved.": "\u0422\u0430\u043d\u044b \u0445\u0438\u0439\u0441\u044d\u043d \u04e9\u04e9\u0440\u0447\u043b\u04e9\u043b\u0442 \u0445\u0430\u0434\u0433\u0430\u043b\u0430\u0433\u0434\u043b\u0430\u0430.", + "Your changes will not take effect until you save your progress.": "\u0422\u0430\u043d\u044b \u04af\u0439\u043b\u0434\u043b\u0438\u0439\u0433 \u0445\u0430\u0434\u0433\u0430\u043b\u0430\u0445\u0430\u0430\u0441 \u043d\u0430\u0430\u0448 \u0445\u0438\u0439\u0441\u044d\u043d \u04e9\u04e9\u0440\u0447\u043b\u04e9\u043b\u0442 \u0445\u044d\u0440\u044d\u0433\u0436\u0438\u0445\u0433\u04af\u0439.", + "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "\u0422\u0430\u043d\u044b \u0445\u0438\u0439\u0441\u044d\u043d \u04e9\u04e9\u0440\u0447\u043b\u04e9\u043b\u0442 \u0445\u0430\u0434\u0433\u0430\u043b\u0430\u0445\u0430\u0430\u0441 \u043d\u0430\u0430\u0448 \u0445\u044d\u0440\u044d\u0433\u0436\u0438\u0445\u0433\u04af\u0439.\u0425\u0430\u0434\u0433\u0430\u043b\u0430\u0445 \u04e9\u0433\u04e9\u0433\u0434\u04e9\u043b \u0431\u043e\u043b\u043e \u0444\u043e\u0440\u043c\u0430\u0442\u044b\u0433 \u043d\u044c \u0437\u04e9\u0432 \u043e\u0440\u0443\u0443\u043b\u0430\u0430\u0440\u0430\u0439.", + "Your export has failed.": "\u0422\u0430\u043d\u044b \u044d\u043a\u0441\u043f\u043e\u0440\u0442 \u0445\u0438\u0439\u0445 \u04af\u0439\u043b\u0434\u044d\u043b \u044d\u0432\u0434\u044d\u0440\u0441\u044d\u043d \u0431\u0430\u0439\u043d\u0430. ", + "Your file has been deleted.": "\u0424\u0430\u0439\u043b \u0443\u0441\u0442\u0433\u0430\u0433\u0434\u043b\u0430\u0430.", + "Your file {filename} is too large (max size: {maxSize}MB).": "\u0422\u0430\u043d\u044b {filename} \u0444\u0430\u0439\u043b \u0445\u044d\u0442\u044d\u0440\u0445\u0438\u0439 \u0442\u043e\u043c \u0445\u044d\u043c\u0436\u044d\u044d\u0442\u044d\u0439 \u0431\u0430\u0439\u043d\u0430. (\u0434\u044d\u044d\u0434 \u0445\u044d\u043c\u0436\u044d\u044d: {maxSize}MB).", + "Your policy changes have been saved.": "\u0414\u04af\u0440\u043c\u0438\u0439\u043d \u04e9\u04e9\u0440\u0447\u043b\u04e9\u043b\u0442 \u0445\u04e9\u0434\u0433\u04e9\u043b\u04e9\u0433\u0434\u043b\u04e9\u04e9.", + "anonymous": "\u043d\u044d\u0440 \u0443\u0441\u0433\u04af\u0439 ", + "answer": "\u0445\u0430\u0440\u0438\u0443\u043b\u0442", + "bytes": "\u0431\u0430\u0439\u0442", + "certificate": "\u0433\u044d\u0440\u0447\u0438\u043b\u0433\u044d\u044d", + "close": "\u0445\u0430\u0430\u0445", + "correct": "\u0417\u04e9\u0432", + "enter code here": "\u041a\u043e\u0434\u043e\u043e \u044d\u043d\u0434 \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443", + "incorrect": "\u0411\u0443\u0440\u0443\u0443", + "name": "\u041d\u044d\u0440", + "or": "\u044d\u0441\u0432\u044d\u043b", + "section": "\u0445\u044d\u0441\u044d\u0433", + "subsection": "\u0434\u044d\u0434 \u0445\u044d\u0441\u044d\u0433", + "unit": "\u043d\u044d\u0433\u0436", + "unsubmitted": "\u041c\u044d\u0434\u04af\u04af\u043b\u044d\u044d\u0433\u04af\u0439", "{numResponses} response": [ - "{numResponses} \u0445\u0430\u0440\u0438\u0443\u043b\u0442\u0442\u0430\u0439", + "{numResponses} \u0445\u0430\u0440\u0438\u0443\u043b\u0442\u0442\u0430\u0439", "{numResponses} \u0445\u0430\u0440\u0438\u0443\u043b\u0442\u0442\u0430\u0439" - ], + ], "\u2026": "\u2026" }; for (var key in newcatalog) { @@ -541,48 +541,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "N j, Y, P", + "DATETIME_FORMAT": "N j, Y, P", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "d F Y", + ], + "DATE_FORMAT": "d F Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "F j", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "j M Y", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "g:i A", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "F j", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "j M Y", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "g:i A", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/mr/djangojs.js b/cms/static/js/i18n/mr/djangojs.js index cc236f59ca..09ab0ad101 100644 --- a/cms/static/js/i18n/mr/djangojs.js +++ b/cms/static/js/i18n/mr/djangojs.js @@ -69,48 +69,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "N j, Y, P", + "DATETIME_FORMAT": "N j, Y, P", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "N j, Y", + ], + "DATE_FORMAT": "N j, Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "F j", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "m/d/Y", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "P", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "F j", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "m/d/Y", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "P", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/ms/djangojs.js b/cms/static/js/i18n/ms/djangojs.js index 61e6fdb329..bef1a8a228 100644 --- a/cms/static/js/i18n/ms/djangojs.js +++ b/cms/static/js/i18n/ms/djangojs.js @@ -62,48 +62,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "N j, Y, P", + "DATETIME_FORMAT": "N j, Y, P", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "N j, Y", + ], + "DATE_FORMAT": "N j, Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "F j", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "m/d/Y", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "P", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "F j", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "m/d/Y", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "P", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/nb/djangojs.js b/cms/static/js/i18n/nb/djangojs.js index 8f9d277b35..85bcd2bf9b 100644 --- a/cms/static/js/i18n/nb/djangojs.js +++ b/cms/static/js/i18n/nb/djangojs.js @@ -20,195 +20,193 @@ django.catalog = django.catalog || {}; var newcatalog = { - "\n Start my exam\n ": "\n Start min eksamen\n ", - "\n If you take this exam without proctoring, you will no longer be eligible for academic credit. \n ": "\n Dersom du gjennomf\u00f8rer denne eksamenen uten overv\u00e5kning, vil du ikke lenger ha grunnlag for formell kompetanse \"academic credit\". \n ", - "\n Are you sure you want to end your proctored exam?\n ": "\n Er du sikker p\u00e5 at du vil avslutte din overv\u00e5kete eksamen?\n ", - "\n Error with proctored exam\n ": "\n Feil med overv\u00e5ket eksamen\n ", - "\n Follow these instructions\n ": "\n F\u00f8lg disse instruksjonene\n ", - "\n This exam is proctored\n ": "\n Denne eksamenen er overv\u00e5ket\n ", - "\n Try a proctored exam\n ": "\n Fors\u00f8k en overv\u00e5ket eksamen\n ", - "\n Yes, end my proctored exam\n ": "\n Ja, avslutt min overv\u00e5kete eksamen\n ", - "\n %(exam_name)s is a Timed Exam (%(total_time)s)\n ": "\n %(exam_name)s er en eksamen med tidsfrist (%(total_time)s)\n ", - " Your Proctoring Session Has Started ": "Din overv\u00e5kede sesjon har startet", + "\n Start my exam\n ": "\n Start min eksamen\n ", + "\n If you take this exam without proctoring, you will no longer be eligible for academic credit. \n ": "\n Dersom du gjennomf\u00f8rer denne eksamenen uten overv\u00e5kning, vil du ikke lenger ha grunnlag for formell kompetanse \"academic credit\". \n ", + "\n Are you sure you want to end your proctored exam?\n ": "\n Er du sikker p\u00e5 at du vil avslutte din overv\u00e5kete eksamen?\n ", + "\n Error with proctored exam\n ": "\n Feil med overv\u00e5ket eksamen\n ", + "\n Follow these instructions\n ": "\n F\u00f8lg disse instruksjonene\n ", + "\n This exam is proctored\n ": "\n Denne eksamenen er overv\u00e5ket\n ", + "\n Try a proctored exam\n ": "\n Fors\u00f8k en overv\u00e5ket eksamen\n ", + "\n Yes, end my proctored exam\n ": "\n Ja, avslutt min overv\u00e5kete eksamen\n ", + "\n %(exam_name)s is a Timed Exam (%(total_time)s)\n ": "\n %(exam_name)s er en eksamen med tidsfrist (%(total_time)s)\n ", + " Your Proctoring Session Has Started ": "Din overv\u00e5kede sesjon har startet", "%(sel)s of %(cnt)s selected": [ - "%(sel)s av %(cnt)s valgt", + "%(sel)s av %(cnt)s valgt", "%(sel)s av %(cnt)s valgt" - ], - "(required):": "(n\u00f8dvendig):", - "6 a.m.": "06:00", - "6 p.m.": "18:00", - "Additional Time (minutes)": "Ekstra tid (minutter)", - "After you upload new files all your previously uploaded files will be overwritten. Continue?": "Etter at du laster opp nye filer, overskrives alle tidligere opplastede filer. Fortsette?", - "All Unreviewed": "Alle som ikke er gjennomg\u00e5tt", - "All Unreviewed Failures": "Feil ved alle som ikke er gjennomg\u00e5tt", - "April": "April", - "Assessment": "Vurdering", - "Assessments": "Vurderinger", - "August": "August", - "Available %s": "Tilgjengelige %s", - "Back to Full List": "Tilbake til hele listen", - "Block view is unavailable": "Blokkvisning er utilgjengelig", - "Cancel": "Avbryt", - "Cannot Start Proctored Exam": "Kan ikke starte overv\u00e5ket eksamen", - "Changes to steps that are not selected as part of the assignment will not be saved.": "Endringer i trinn som ikke er valgt som en del av oppgaven, blir ikke lagret.", - "Choose": "Velg", - "Choose a Date": "Velg en dato", - "Choose a Time": "Velg et klokkeslett", - "Choose a time": "Velg et klokkeslett", - "Choose all": "Velg alle", - "Chosen %s": "Valgte %s", - "Click to choose all %s at once.": "Klikk for \u00e5 velge alle %s samtidig", - "Click to remove all chosen %s at once.": "Klikk for \u00e5 fjerne alle valgte %s samtidig", - "Close": "Lukk", - "Continue Exam Without Proctoring": "Fortsett eksamen uten overv\u00e5kning", - "Continue to Verification": "Fortsett til verifisering", - "Continue to my practice exam": "Fortsett til min pr\u00f8veeksamen", - "Could not retrieve download url.": "Kunne ikke hente nedlastings url.", - "Could not retrieve upload url.": "Kunne ikke hente opplastings url.", - "Couldn't Save This Assignment": "Kunne ikke lagre denne oppgaven", - "Course Id": "KursID", - "Created": "Opprettet", - "Criterion Added": "Kriteria lagt til", - "Criterion Deleted": "Kriterie slettet", - "December": "Desember", - "Declined": "Avsl\u00e5tt", - "Describe ": "Beskriv", - "Do you want to upload your file before submitting?": "Vil du laste opp filen din f\u00f8r du sender inn?", - "Download Software Clicked": "Last ned programvare klikket", - "Error": "Feil", - "Error getting the number of ungraded responses": "Det oppstod en feil ved fors\u00f8k p\u00e5 \u00e5 finne antall ikke-rettede svar", - "Failed Proctoring": "Overv\u00e5kningen ikke godkjent", - "February": "Februar", - "Feedback available for selection.": "Tilbakemelding kan velges.", - "File size must be 10MB or less.": "Filst\u00f8rrelsen m\u00e5 v\u00e6re 10 MB eller mindre.", - "File type is not allowed.": "Filtypen er ikke tillatt.", - "File types can not be empty.": "Filtyper kan ikke v\u00e6re tomme.", - "Filter": "Filter", - "Final Grade Received": "Endelig karakter oppn\u00e5dd", - "Go Back": "G\u00e5 tilbake", - "Heading 3": "Overskrift 3", - "Heading 4": "Overskrift 4", - "Heading 5": "Overskrift 5", - "Heading 6": "Overskrift 6", - "Hide": "Skjul", - "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "Hvis du forlater denne siden uten \u00e5 lagre eller sende inn svaret ditt, vil alt arbeid du har gjort p\u00e5 svaret ditt g\u00e5 tapt.", - "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "Dersom du forlater denne siden uten \u00e5 levere din hverandrevurdering, vil det arbeidet du har gjort g\u00e5 tapt.", - "If you leave this page without submitting your self assessment, you will lose any work you have done.": "Dersom du forlater denne siden uten \u00e5 levere din egenvurdering, vil du miste alt arbeidet du har gjort.", - "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "Dersom du forlater denne siden uten \u00e5 levere din personal-vurdering, vil du miste alt arbeidet du har gjort.", - "Is Sample Attempt": "Er eksempel p\u00e5 gjennomf\u00f8ring", - "January": "Januar", - "July": "Juli", - "June": "Juni", - "List of Open Assessments is unavailable": "Liste over \u00e5pne vurderinger er ikke tilgjengelig", - "March": "Mars", - "May": "Mai", - "Midnight": "Midnatt", - "Noon": "12:00", - "Not Selected": "Ikke valgt", + ], + "(required):": "(n\u00f8dvendig):", + "6 a.m.": "06:00", + "6 p.m.": "18:00", + "Additional Time (minutes)": "Ekstra tid (minutter)", + "All Unreviewed": "Alle som ikke er gjennomg\u00e5tt", + "All Unreviewed Failures": "Feil ved alle som ikke er gjennomg\u00e5tt", + "April": "April", + "Assessment": "Vurdering", + "Assessments": "Vurderinger", + "August": "August", + "Available %s": "Tilgjengelige %s", + "Back to Full List": "Tilbake til hele listen", + "Block view is unavailable": "Blokkvisning er utilgjengelig", + "Cancel": "Avbryt", + "Cannot Start Proctored Exam": "Kan ikke starte overv\u00e5ket eksamen", + "Changes to steps that are not selected as part of the assignment will not be saved.": "Endringer i trinn som ikke er valgt som en del av oppgaven, blir ikke lagret.", + "Choose": "Velg", + "Choose a Date": "Velg en dato", + "Choose a Time": "Velg et klokkeslett", + "Choose a time": "Velg et klokkeslett", + "Choose all": "Velg alle", + "Chosen %s": "Valgte %s", + "Click to choose all %s at once.": "Klikk for \u00e5 velge alle %s samtidig", + "Click to remove all chosen %s at once.": "Klikk for \u00e5 fjerne alle valgte %s samtidig", + "Close": "Lukk", + "Continue Exam Without Proctoring": "Fortsett eksamen uten overv\u00e5kning", + "Continue to Verification": "Fortsett til verifisering", + "Continue to my practice exam": "Fortsett til min pr\u00f8veeksamen", + "Could not retrieve download url.": "Kunne ikke hente nedlastings url.", + "Could not retrieve upload url.": "Kunne ikke hente opplastings url.", + "Couldn't Save This Assignment": "Kunne ikke lagre denne oppgaven", + "Course Id": "KursID", + "Created": "Opprettet", + "Criterion Added": "Kriteria lagt til", + "Criterion Deleted": "Kriterie slettet", + "December": "Desember", + "Declined": "Avsl\u00e5tt", + "Describe ": "Beskriv", + "Do you want to upload your file before submitting?": "Vil du laste opp filen din f\u00f8r du sender inn?", + "Download Software Clicked": "Last ned programvare klikket", + "Error": "Feil", + "Error getting the number of ungraded responses": "Det oppstod en feil ved fors\u00f8k p\u00e5 \u00e5 finne antall ikke-rettede svar", + "Failed Proctoring": "Overv\u00e5kningen ikke godkjent", + "February": "Februar", + "Feedback available for selection.": "Tilbakemelding kan velges.", + "File type is not allowed.": "Filtypen er ikke tillatt.", + "File types can not be empty.": "Filtyper kan ikke v\u00e6re tomme.", + "Filter": "Filter", + "Final Grade Received": "Endelig karakter oppn\u00e5dd", + "Go Back": "G\u00e5 tilbake", + "Heading 3": "Overskrift 3", + "Heading 4": "Overskrift 4", + "Heading 5": "Overskrift 5", + "Heading 6": "Overskrift 6", + "Hide": "Skjul", + "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "Hvis du forlater denne siden uten \u00e5 lagre eller sende inn svaret ditt, vil alt arbeid du har gjort p\u00e5 svaret ditt g\u00e5 tapt.", + "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "Dersom du forlater denne siden uten \u00e5 levere din hverandrevurdering, vil det arbeidet du har gjort g\u00e5 tapt.", + "If you leave this page without submitting your self assessment, you will lose any work you have done.": "Dersom du forlater denne siden uten \u00e5 levere din egenvurdering, vil du miste alt arbeidet du har gjort.", + "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "Dersom du forlater denne siden uten \u00e5 levere din personal-vurdering, vil du miste alt arbeidet du har gjort.", + "Is Sample Attempt": "Er eksempel p\u00e5 gjennomf\u00f8ring", + "January": "Januar", + "July": "Juli", + "June": "Juni", + "List of Open Assessments is unavailable": "Liste over \u00e5pne vurderinger er ikke tilgjengelig", + "March": "Mars", + "May": "Mai", + "Midnight": "Midnatt", + "Noon": "12:00", + "Not Selected": "Ikke valgt", "Note: You are %s hour ahead of server time.": [ - "Merk: Du er %s time foran server-tid.", + "Merk: Du er %s time foran server-tid.", "Merk: Du er %s timer foran server-tid." - ], + ], "Note: You are %s hour behind server time.": [ - "Merk: Du er %s time bak server-tid.", + "Merk: Du er %s time bak server-tid.", "Merk: Du er %s timer bak server-tid." - ], - "November": "November", - "Now": "N\u00e5", - "October": "Oktober", - "One or more rescheduling tasks failed.": "Ett eller flere fors\u00f8k p\u00e5 ombooking feilet.", - "Option Deleted": "Opsjon slettet", - "Paragraph": "Avsnitt", - "Passed Proctoring": "Best\u00e5tt overv\u00e5kning", - "Peer": "Likemann", - "Please correct the outlined fields.": "Vennligst rett opp de uthevede feltene.", - "Please wait": "Vennligst vent", - "Practice Exam Completed": "Pr\u00f8veeksamen er gjennomf\u00f8rt", - "Practice Exam Failed": "Pr\u00f8veeksamen ikke best\u00e5tt", - "Preformatted": "Forh\u00e5ndsformatert", - "Proctored Option Available": "Overv\u00e5ket alternativ tilgjengelig", - "Proctored Option No Longer Available": "Overv\u00e5ket alternativ ikke lenger tilgjengelig", - "Ready To Start": "Klar for \u00e5 starte", - "Ready To Submit": "Klar for innlevering", - "Rejected": "Avvist", - "Remove": "Slett", - "Remove all": "Fjern alle", - "Retry Verification": "Fors\u00f8k verifisering p\u00e5 nytt", - "Saving...": "Lagrer...", - "Second Review Required": "Ytterligere gjennomgang n\u00f8dvendig", - "Self": "Selv", - "September": "September", - "Server error.": "Serverfeil.", - "Show": "Vis", - "Staff": "Personell", - "Start System Check": "Start systemsjekk", - "Started": "Startet", - "Status of Your Response": "Status p\u00e5 ditt svar", - "Submitted": "Levert", - "Taking As Open Exam": "Tas som \u00e5pen eksamen", - "Taking As Proctored Exam": "Gjennomf\u00f8rer som overv\u00e5ket eksamen", - "Taking as Proctored": "Gjennomf\u00f8res som overv\u00e5ket", - "The display of ungraded and checked out responses could not be loaded.": "Visning av ikke-vurderte og avklarte svar kunne ikke lastes inn.", - "The following file types are not allowed: ": "F\u00f8lgende filtyper er ikke tillatt:", - "The server could not be contacted.": "Serveren kan ikke kontaktes.", - "The staff assessment form could not be loaded.": "Personalets vurderingsskjema kunne ikke lastes inn.", - "The submission could not be removed from the grading pool.": "Innleveringen kunne ikke fjernes fra karaktersettingsoversikten.", - "This assessment could not be submitted.": "Denne vurderingen kunne ikke leveres.", - "This feedback could not be submitted.": "Denne tilbakemeldingen kunne ikke leveres.", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Dette er listen over tilgjengelige %s. Du kan velge noen ved \u00e5 markere de i boksen under og s\u00e5 klikke p\u00e5 \"Velg\"-pilen mellom de to boksene.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Dette er listen over valgte %s. Du kan fjerne noen ved \u00e5 markere de i boksen under og s\u00e5 klikke p\u00e5 \"Fjern\"-pilen mellom de to boksene.", - "This problem could not be saved.": "Dette problemet kunne ikke lagres.", - "This problem has already been released. Any changes will apply only to future assessments.": "Dette problemet har allerede blitt utgitt. Enhver endringer vil kun gjelde for kommende vurderinger.", - "This response could not be saved.": "Dette svaret kunne ikke bli lagret.", - "This response could not be submitted.": "Dette svaret kunne ikke leveres.", - "This response has been saved but not submitted.": "Svaret har blitt lagret men er ikke innlevert.", - "This response has not been saved.": "Dette svaret har ikke blitt lagret.", - "This section could not be loaded.": "Denne delen kunne ikke lastes inn.", - "Thumbnail view of ": "Miniatyrbilde av", - "Timed Exam": "Eksamen med tidsfrist", - "Timed Out": "Timet ut", - "Today": "I dag", - "Tomorrow": "I morgen", - "Total Responses": "Totalt antall svar", - "Training": "\u00d8ver", - "Try this practice exam again": "Gjennomf\u00f8r denne pr\u00f8veeksamenen p\u00e5 nytt", - "Type into this box to filter down the list of available %s.": "Skriv i dette feltet for \u00e5 filtrere ned listen av tilgjengelige %s.", - "Unable to load": "Ikke i stand til \u00e5 laste", - "Unexpected server error.": "Uventet serverfeil.", - "Ungraded Practice Exam": "Pr\u00f8veeksamen som ikke rettes", - "Unit Name": "Navn p\u00e5 enheten", - "Units": "Enheter", - "Unnamed Option": "Alternativ uten navn", - "Verified": "Bekreftet", - "View my exam": "Se min eksamen", - "Waiting": "Venter", - "Warning": "Advarsel", - "Yesterday": "I g\u00e5r", - "You can also retry this practice exam": "Du kan ogs\u00e5 fors\u00f8ke denne pr\u00f8veeksamenen p\u00e5 nytt", - "You can upload files with these file types: ": "Du kan laste opp filer med disse filtypene:", - "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "Du har lagt til et kriterium. Du m\u00e5 velge et alternativ for kriteriet i \"Learner Training\" trinnet. For \u00e5 gj\u00f8re dette, klikk p\u00e5 Innstillinger-fanen.", - "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "Du har slettet et kriterium. Kriteriet er fjernet fra eksempelresponsene i \"Learner Training\" trinnet.", - "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "Du har slettet alle alternativene for dette kriteriet. Kriteriet er fjernet fra eksempelsvarene i \"Learner Training\" trinnet.", - "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "Du har slettet et alternativ. Dette alternativet er fjernet fra kriteriet i pr\u00f8veresponsene i \"Learner Training\" trinnet. Du m\u00e5 kanskje velge et nytt alternativ for kriteriet.", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Du har valgt en handling, og har ikke gjort noen endringer i individuelle felter. Du ser mest sannsynlig etter G\u00e5-knappen, ikke Lagre-knappen.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Du har valgt en handling, men du har ikke lagret dine endringer i individuelle felter enda. Vennligst trykk OK for \u00e5 lagre. Du m\u00e5 utf\u00f8re handlingen p\u00e5 nytt.", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Du har ulagrede endringer i individuelle felter. Hvis du utf\u00f8rer en handling, vil dine ulagrede endringer g\u00e5 tapt.", - "You must provide a learner name.": "Du m\u00e5 oppgi et navn p\u00e5 kursdeltager.", - "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "Du er i ferd med \u00e5 levere ditt svar p\u00e5 denne oppgaven. Etter at du leverer svaret kan du ikke endre det eller levere et nytt svar.", - "Your file ": "Din fil", - "active proctored exams": "aktive overv\u00e5kete eksamener", - "courses with active proctored exams": "kurs med aktive overv\u00e5kete eksamener", - "internally reviewed": "gjennomg\u00e5tt internt", - "one letter Friday\u0004F": "F", - "one letter Monday\u0004M": "M", - "one letter Saturday\u0004S": "L", - "one letter Sunday\u0004S": "S", - "one letter Thursday\u0004T": "T", - "one letter Tuesday\u0004T": "T", - "one letter Wednesday\u0004W": "O", - "pending": "venter", - "satisfactory": "tilfredsstillende", - "unsatisfactory": "ikke tilfredsstillende", + ], + "November": "November", + "Now": "N\u00e5", + "October": "Oktober", + "One or more rescheduling tasks failed.": "Ett eller flere fors\u00f8k p\u00e5 ombooking feilet.", + "Option Deleted": "Opsjon slettet", + "Paragraph": "Avsnitt", + "Passed Proctoring": "Best\u00e5tt overv\u00e5kning", + "Peer": "Likemann", + "Please correct the outlined fields.": "Vennligst rett opp de uthevede feltene.", + "Please wait": "Vennligst vent", + "Practice Exam Completed": "Pr\u00f8veeksamen er gjennomf\u00f8rt", + "Practice Exam Failed": "Pr\u00f8veeksamen ikke best\u00e5tt", + "Preformatted": "Forh\u00e5ndsformatert", + "Proctored Option Available": "Overv\u00e5ket alternativ tilgjengelig", + "Proctored Option No Longer Available": "Overv\u00e5ket alternativ ikke lenger tilgjengelig", + "Ready To Start": "Klar for \u00e5 starte", + "Ready To Submit": "Klar for innlevering", + "Rejected": "Avvist", + "Remove": "Slett", + "Remove all": "Fjern alle", + "Retry Verification": "Fors\u00f8k verifisering p\u00e5 nytt", + "Saving...": "Lagrer...", + "Second Review Required": "Ytterligere gjennomgang n\u00f8dvendig", + "Self": "Selv", + "September": "September", + "Server error.": "Serverfeil.", + "Show": "Vis", + "Staff": "Personell", + "Start System Check": "Start systemsjekk", + "Started": "Startet", + "Status of Your Response": "Status p\u00e5 ditt svar", + "Submitted": "Levert", + "Taking As Open Exam": "Tas som \u00e5pen eksamen", + "Taking As Proctored Exam": "Gjennomf\u00f8rer som overv\u00e5ket eksamen", + "Taking as Proctored": "Gjennomf\u00f8res som overv\u00e5ket", + "The display of ungraded and checked out responses could not be loaded.": "Visning av ikke-vurderte og avklarte svar kunne ikke lastes inn.", + "The following file types are not allowed: ": "F\u00f8lgende filtyper er ikke tillatt:", + "The server could not be contacted.": "Serveren kan ikke kontaktes.", + "The staff assessment form could not be loaded.": "Personalets vurderingsskjema kunne ikke lastes inn.", + "The submission could not be removed from the grading pool.": "Innleveringen kunne ikke fjernes fra karaktersettingsoversikten.", + "This assessment could not be submitted.": "Denne vurderingen kunne ikke leveres.", + "This feedback could not be submitted.": "Denne tilbakemeldingen kunne ikke leveres.", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Dette er listen over tilgjengelige %s. Du kan velge noen ved \u00e5 markere de i boksen under og s\u00e5 klikke p\u00e5 \"Velg\"-pilen mellom de to boksene.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Dette er listen over valgte %s. Du kan fjerne noen ved \u00e5 markere de i boksen under og s\u00e5 klikke p\u00e5 \"Fjern\"-pilen mellom de to boksene.", + "This problem could not be saved.": "Dette problemet kunne ikke lagres.", + "This problem has already been released. Any changes will apply only to future assessments.": "Dette problemet har allerede blitt utgitt. Enhver endringer vil kun gjelde for kommende vurderinger.", + "This response could not be saved.": "Dette svaret kunne ikke bli lagret.", + "This response could not be submitted.": "Dette svaret kunne ikke leveres.", + "This response has been saved but not submitted.": "Svaret har blitt lagret men er ikke innlevert.", + "This response has not been saved.": "Dette svaret har ikke blitt lagret.", + "This section could not be loaded.": "Denne delen kunne ikke lastes inn.", + "Thumbnail view of ": "Miniatyrbilde av", + "Timed Exam": "Eksamen med tidsfrist", + "Timed Out": "Timet ut", + "Today": "I dag", + "Tomorrow": "I morgen", + "Total Responses": "Totalt antall svar", + "Training": "\u00d8ver", + "Try this practice exam again": "Gjennomf\u00f8r denne pr\u00f8veeksamenen p\u00e5 nytt", + "Type into this box to filter down the list of available %s.": "Skriv i dette feltet for \u00e5 filtrere ned listen av tilgjengelige %s.", + "Unable to load": "Ikke i stand til \u00e5 laste", + "Unexpected server error.": "Uventet serverfeil.", + "Ungraded Practice Exam": "Pr\u00f8veeksamen som ikke rettes", + "Unit Name": "Navn p\u00e5 enheten", + "Units": "Enheter", + "Unnamed Option": "Alternativ uten navn", + "Verified": "Bekreftet", + "View my exam": "Se min eksamen", + "Waiting": "Venter", + "Warning": "Advarsel", + "Yesterday": "I g\u00e5r", + "You can also retry this practice exam": "Du kan ogs\u00e5 fors\u00f8ke denne pr\u00f8veeksamenen p\u00e5 nytt", + "You can upload files with these file types: ": "Du kan laste opp filer med disse filtypene:", + "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "Du har lagt til et kriterium. Du m\u00e5 velge et alternativ for kriteriet i \"Learner Training\" trinnet. For \u00e5 gj\u00f8re dette, klikk p\u00e5 Innstillinger-fanen.", + "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "Du har slettet et kriterium. Kriteriet er fjernet fra eksempelresponsene i \"Learner Training\" trinnet.", + "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "Du har slettet alle alternativene for dette kriteriet. Kriteriet er fjernet fra eksempelsvarene i \"Learner Training\" trinnet.", + "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "Du har slettet et alternativ. Dette alternativet er fjernet fra kriteriet i pr\u00f8veresponsene i \"Learner Training\" trinnet. Du m\u00e5 kanskje velge et nytt alternativ for kriteriet.", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Du har valgt en handling, og har ikke gjort noen endringer i individuelle felter. Du ser mest sannsynlig etter G\u00e5-knappen, ikke Lagre-knappen.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Du har valgt en handling, men du har ikke lagret dine endringer i individuelle felter enda. Vennligst trykk OK for \u00e5 lagre. Du m\u00e5 utf\u00f8re handlingen p\u00e5 nytt.", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Du har ulagrede endringer i individuelle felter. Hvis du utf\u00f8rer en handling, vil dine ulagrede endringer g\u00e5 tapt.", + "You must provide a learner name.": "Du m\u00e5 oppgi et navn p\u00e5 kursdeltager.", + "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "Du er i ferd med \u00e5 levere ditt svar p\u00e5 denne oppgaven. Etter at du leverer svaret kan du ikke endre det eller levere et nytt svar.", + "Your file ": "Din fil", + "active proctored exams": "aktive overv\u00e5kete eksamener", + "courses with active proctored exams": "kurs med aktive overv\u00e5kete eksamener", + "internally reviewed": "gjennomg\u00e5tt internt", + "one letter Friday\u0004F": "F", + "one letter Monday\u0004M": "M", + "one letter Saturday\u0004S": "L", + "one letter Sunday\u0004S": "S", + "one letter Thursday\u0004T": "T", + "one letter Tuesday\u0004T": "T", + "one letter Wednesday\u0004W": "O", + "pending": "venter", + "satisfactory": "tilfredsstillende", + "unsatisfactory": "ikke tilfredsstillende", "your course": "ditt kurs" }; for (var key in newcatalog) { @@ -265,40 +263,40 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "j. F Y H:i", + "DATETIME_FORMAT": "j. F Y H:i", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%d.%m.%Y %H:%M:%S", - "%d.%m.%Y %H:%M:%S.%f", - "%d.%m.%Y %H:%M", - "%d.%m.%Y", - "%d.%m.%y %H:%M:%S", - "%d.%m.%y %H:%M:%S.%f", - "%d.%m.%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%d.%m.%Y %H:%M:%S", + "%d.%m.%Y %H:%M:%S.%f", + "%d.%m.%Y %H:%M", + "%d.%m.%Y", + "%d.%m.%y %H:%M:%S", + "%d.%m.%y %H:%M:%S.%f", + "%d.%m.%y %H:%M", "%d.%m.%y" - ], - "DATE_FORMAT": "j. F Y", + ], + "DATE_FORMAT": "j. F Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%d.%m.%Y", + "%Y-%m-%d", + "%d.%m.%Y", "%d.%m.%y" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "1", - "MONTH_DAY_FORMAT": "j. F", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "d.m.Y H:i", - "SHORT_DATE_FORMAT": "d.m.Y", - "THOUSAND_SEPARATOR": "\u00a0", - "TIME_FORMAT": "H:i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "1", + "MONTH_DAY_FORMAT": "j. F", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "d.m.Y H:i", + "SHORT_DATE_FORMAT": "d.m.Y", + "THOUSAND_SEPARATOR": "\u00a0", + "TIME_FORMAT": "H:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/ne/djangojs.js b/cms/static/js/i18n/ne/djangojs.js index 550d4fe886..a048ff9f09 100644 --- a/cms/static/js/i18n/ne/djangojs.js +++ b/cms/static/js/i18n/ne/djangojs.js @@ -21,45 +21,45 @@ var newcatalog = { "%(sel)s of %(cnt)s selected": [ - "%(cnt)s \u0915\u094b %(sel)s \u091a\u092f\u0928 \u0917\u0930\u093f\u092f\u094b", + "%(cnt)s \u0915\u094b %(sel)s \u091a\u092f\u0928 \u0917\u0930\u093f\u092f\u094b", "%(cnt)s \u0915\u094b %(sel)s \u091a\u092f\u0928 \u0917\u0930\u093f\u092f\u094b" - ], - "6 a.m.": "\u092c\u093f\u0939\u093e\u0928 \u096c \u092c\u091c\u0947", - "6 p.m.": "\u092c\u0947\u0932\u0941\u0915\u0940 \u096c \u092c\u091c\u0947", - "Available %s": "\u0909\u092a\u0932\u092c\u094d\u0927 %s", - "Cancel": "\u0930\u0926\u094d\u0926 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938 ", - "Choose": "\u091b\u093e\u0928\u094d\u0928\u0941\u0939\u094b\u0938 ", - "Choose a Date": "\u092e\u093f\u0924\u093f \u091b\u093e\u0928\u094d\u0928\u0941 \u0939\u094b\u0938 \u0964", - "Choose a Time": "\u0938\u092e\u092f \u091b\u093e\u0928\u094d\u0928\u0941 \u0939\u094b\u0938 \u0964", - "Choose a time": "\u0938\u092e\u092f \u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938", - "Choose all": "\u0938\u092c\u0948 \u091b\u093e\u0928\u094d\u0928\u0941\u0939\u094b\u0938 ", - "Chosen %s": "\u091b\u093e\u0928\u093f\u090f\u0915\u094b %s", - "Click to choose all %s at once.": "\u090f\u0915\u0948 \u0915\u094d\u0932\u093f\u0915\u092e\u093e \u0938\u092c\u0948 %s \u091b\u093e\u0928\u094d\u0928\u0941\u0939\u094b\u0938 ", - "Click to remove all chosen %s at once.": "\u090f\u0915\u0948 \u0915\u094d\u0932\u093f\u0915\u092e\u093e \u0938\u092c\u0948 \u091b\u093e\u0928\u093f\u090f\u0915\u093e %s \u0939\u091f\u093e\u0909\u0928\u0941\u0939\u094b\u0938 \u0964", - "Filter": "\u091b\u093e\u0928\u094d\u0928\u0941\u0939\u094b\u0938", - "Hide": "\u0932\u0941\u0915\u093e\u0909\u0928\u0941\u0939\u094b\u0938 ", - "Midnight": "\u092e\u0927\u094d\u092f\u0930\u093e\u0924", - "Noon": "\u092e\u0927\u094d\u092f\u093e\u0928\u094d\u0939", + ], + "6 a.m.": "\u092c\u093f\u0939\u093e\u0928 \u096c \u092c\u091c\u0947", + "6 p.m.": "\u092c\u0947\u0932\u0941\u0915\u0940 \u096c \u092c\u091c\u0947", + "Available %s": "\u0909\u092a\u0932\u092c\u094d\u0927 %s", + "Cancel": "\u0930\u0926\u094d\u0926 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938 ", + "Choose": "\u091b\u093e\u0928\u094d\u0928\u0941\u0939\u094b\u0938 ", + "Choose a Date": "\u092e\u093f\u0924\u093f \u091b\u093e\u0928\u094d\u0928\u0941 \u0939\u094b\u0938 \u0964", + "Choose a Time": "\u0938\u092e\u092f \u091b\u093e\u0928\u094d\u0928\u0941 \u0939\u094b\u0938 \u0964", + "Choose a time": "\u0938\u092e\u092f \u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938", + "Choose all": "\u0938\u092c\u0948 \u091b\u093e\u0928\u094d\u0928\u0941\u0939\u094b\u0938 ", + "Chosen %s": "\u091b\u093e\u0928\u093f\u090f\u0915\u094b %s", + "Click to choose all %s at once.": "\u090f\u0915\u0948 \u0915\u094d\u0932\u093f\u0915\u092e\u093e \u0938\u092c\u0948 %s \u091b\u093e\u0928\u094d\u0928\u0941\u0939\u094b\u0938 ", + "Click to remove all chosen %s at once.": "\u090f\u0915\u0948 \u0915\u094d\u0932\u093f\u0915\u092e\u093e \u0938\u092c\u0948 \u091b\u093e\u0928\u093f\u090f\u0915\u093e %s \u0939\u091f\u093e\u0909\u0928\u0941\u0939\u094b\u0938 \u0964", + "Filter": "\u091b\u093e\u0928\u094d\u0928\u0941\u0939\u094b\u0938", + "Hide": "\u0932\u0941\u0915\u093e\u0909\u0928\u0941\u0939\u094b\u0938 ", + "Midnight": "\u092e\u0927\u094d\u092f\u0930\u093e\u0924", + "Noon": "\u092e\u0927\u094d\u092f\u093e\u0928\u094d\u0939", "Note: You are %s hour ahead of server time.": [ - "\u0938\u0942\u091a\u0928\u093e: \u0924\u092a\u093e\u0908\u0901 \u0938\u0930\u094d\u092d\u0930 \u0938\u092e\u092f \u092d\u0928\u094d\u0926\u093e %s \u0918\u0923\u094d\u091f\u093e \u0905\u0917\u093e\u0921\u093f \u0939\u0941\u0928\u0941\u0939\u0941\u0928\u094d\u091b \u0964", + "\u0938\u0942\u091a\u0928\u093e: \u0924\u092a\u093e\u0908\u0901 \u0938\u0930\u094d\u092d\u0930 \u0938\u092e\u092f \u092d\u0928\u094d\u0926\u093e %s \u0918\u0923\u094d\u091f\u093e \u0905\u0917\u093e\u0921\u093f \u0939\u0941\u0928\u0941\u0939\u0941\u0928\u094d\u091b \u0964", "\u0938\u0942\u091a\u0928\u093e: \u0924\u092a\u093e\u0908\u0901 \u0938\u0930\u094d\u092d\u0930 \u0938\u092e\u092f \u092d\u0928\u094d\u0926\u093e %s \u0918\u0923\u094d\u091f\u093e \u0905\u0917\u093e\u0921\u093f \u0939\u0941\u0928\u0941\u0939\u0941\u0928\u094d\u091b \u0964" - ], + ], "Note: You are %s hour behind server time.": [ - "\u0938\u0942\u091a\u0928\u093e: \u0924\u092a\u093e\u0908\u0901 \u0938\u0930\u094d\u092d\u0930 \u0938\u092e\u092f \u092d\u0928\u094d\u0926\u093e %s \u0918\u0923\u094d\u091f\u093e \u092a\u091b\u093e\u0921\u093f \u0939\u0941\u0928\u0941\u0939\u0941\u0928\u094d\u091b \u0964", + "\u0938\u0942\u091a\u0928\u093e: \u0924\u092a\u093e\u0908\u0901 \u0938\u0930\u094d\u092d\u0930 \u0938\u092e\u092f \u092d\u0928\u094d\u0926\u093e %s \u0918\u0923\u094d\u091f\u093e \u092a\u091b\u093e\u0921\u093f \u0939\u0941\u0928\u0941\u0939\u0941\u0928\u094d\u091b \u0964", "\u0938\u0942\u091a\u0928\u093e: \u0924\u092a\u093e\u0908\u0901 \u0938\u0930\u094d\u092d\u0930 \u0938\u092e\u092f \u092d\u0928\u094d\u0926\u093e %s \u0918\u0923\u094d\u091f\u093e \u092a\u091b\u093e\u0921\u093f \u0939\u0941\u0928\u0941\u0939\u0941\u0928\u094d\u091b \u0964" - ], - "Now": "\u092f\u0924\u093f\u0916\u0947\u0930", - "Remove": "\u0939\u091f\u093e\u0909\u0928\u0941\u0939\u094b\u0938", - "Remove all": "\u0938\u092c\u0948 \u0939\u091f\u093e\u0909\u0928\u0941\u0939\u094b\u0938 ", - "Show": "\u0926\u0947\u0916\u093e\u0909\u0928\u0941\u0939\u094b\u0938 ", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "\u092f\u094b \u0909\u092a\u0932\u092c\u094d\u0927 %s \u0915\u094b \u0938\u0941\u091a\u0940 \u0939\u094b\u0964 \u0924\u092a\u093e\u0908\u0902\u0932\u0947 \u092f\u0940 \u092e\u0927\u094d\u092f \u0915\u0947\u0939\u0940 \u092c\u0915\u094d\u0938\u092c\u093e\u091f \u091a\u092f\u0928 \u0917\u0930\u0940 \u092c\u0915\u094d\u0938 \u092c\u0940\u091a\u094d\u0915\u094b \"\u091b\u093e\u0928\u094d\u0928\u0941\u0939\u094b\u0938 \" \u0924\u0940\u0930\u092e\u093e \u0915\u094d\u0932\u093f\u0915 \u0917\u0930\u0940 \u091b\u093e\u0928\u094d\u0928\u0938\u0915\u094d\u0928\u0941\u0939\u0941\u0928\u094d\u091b \u0964 ", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "\u092f\u094b \u091b\u093e\u0928\u093f\u090f\u0915\u093e %s \u0915\u094b \u0938\u0941\u091a\u0940 \u0939\u094b \u0964 \u0924\u092a\u093e\u0908\u0902\u0932\u0947 \u092f\u0940 \u092e\u0927\u094d\u092f \u0915\u0947\u0939\u0940 \u092c\u0915\u094d\u0938\u092c\u093e\u091f \u091a\u092f\u0928 \u0917\u0930\u0940 \u092c\u0915\u094d\u0938 \u092c\u0940\u091a\u094d\u0915\u094b \"\u0939\u091f\u093e\u0909\u0928\u0941\u0939\u094b\u0938\" \u0924\u0940\u0930\u092e\u093e \u0915\u094d\u0932\u093f\u0915 \u0917\u0930\u0940 \u0939\u091f\u093e\u0909\u0928 \u0938\u0915\u094d\u0928\u0941\u0939\u0941\u0928\u094d\u091b \u0964 ", - "Today": "\u0906\u091c", - "Tomorrow": "\u092d\u094b\u0932\u093f", - "Type into this box to filter down the list of available %s.": " \u0909\u092a\u0932\u092c\u094d\u0927 %s \u0915\u094b \u0938\u0941\u091a\u093f\u092c\u093e\u091f \u091b\u093e\u0928\u094d\u0928 \u092f\u094b \u092c\u0915\u094d\u0938\u092e\u093e \u091f\u093e\u0907\u092a \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938 ", - "Yesterday": "\u0939\u093f\u091c\u094b", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u0924\u092a\u093e\u0907\u0932\u0947 \u0915\u093e\u0930\u094d\u092f \u091b\u093e\u0928\u0947 \u092a\u0928\u093f \u092b\u093e\u0901\u091f\u0939\u0930\u0941\u092e\u093e \u092b\u0947\u0930\u092c\u0926\u0932\u0939\u0930\u0941 \u0917\u0930\u094d\u0928\u0941 \u092d\u090f\u0915\u094b \u091b\u0948\u0928 \u0964 \u092c\u091a\u0924 \u0917\u0930\u094d\u0928\u0941 \u092d\u0928\u094d\u0926\u093e \u092a\u0928\u093f \u0905\u0918\u093f \u092c\u0922\u094d\u0928\u0941\u0939\u094b\u0938 \u0964", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u0924\u092a\u093e\u0907\u0932\u0947 \u0915\u093e\u0930\u094d\u092f \u091b\u093e\u0928\u0947 \u092a\u0928\u093f \u092b\u0947\u0930\u092c\u0926\u0932\u0939\u0930\u0941 \u092c\u091a\u0924 \u0917\u0930\u094d\u0928\u0941 \u092d\u090f\u0915\u094b \u091b\u0948\u0928 \u0964 \u0915\u0943\u092a\u092f\u093e \u092c\u091a\u0924 \u0917\u0930\u094d\u0928 \u0939\u0941\u0928\u094d\u091b \u0925\u093f\u091a\u094d\u0928\u0941\u0939\u094b\u0938 \u0964 \u0915\u093e\u0930\u094d\u092f \u092a\u0941\u0928: \u0938\u091e\u094d\u091a\u093e\u0932\u0928 \u0917\u0930\u094d\u0928\u0941\u092a\u0930\u094d\u0928\u0947\u091b \u0964", + ], + "Now": "\u092f\u0924\u093f\u0916\u0947\u0930", + "Remove": "\u0939\u091f\u093e\u0909\u0928\u0941\u0939\u094b\u0938", + "Remove all": "\u0938\u092c\u0948 \u0939\u091f\u093e\u0909\u0928\u0941\u0939\u094b\u0938 ", + "Show": "\u0926\u0947\u0916\u093e\u0909\u0928\u0941\u0939\u094b\u0938 ", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "\u092f\u094b \u0909\u092a\u0932\u092c\u094d\u0927 %s \u0915\u094b \u0938\u0941\u091a\u0940 \u0939\u094b\u0964 \u0924\u092a\u093e\u0908\u0902\u0932\u0947 \u092f\u0940 \u092e\u0927\u094d\u092f \u0915\u0947\u0939\u0940 \u092c\u0915\u094d\u0938\u092c\u093e\u091f \u091a\u092f\u0928 \u0917\u0930\u0940 \u092c\u0915\u094d\u0938 \u092c\u0940\u091a\u094d\u0915\u094b \"\u091b\u093e\u0928\u094d\u0928\u0941\u0939\u094b\u0938 \" \u0924\u0940\u0930\u092e\u093e \u0915\u094d\u0932\u093f\u0915 \u0917\u0930\u0940 \u091b\u093e\u0928\u094d\u0928\u0938\u0915\u094d\u0928\u0941\u0939\u0941\u0928\u094d\u091b \u0964 ", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "\u092f\u094b \u091b\u093e\u0928\u093f\u090f\u0915\u093e %s \u0915\u094b \u0938\u0941\u091a\u0940 \u0939\u094b \u0964 \u0924\u092a\u093e\u0908\u0902\u0932\u0947 \u092f\u0940 \u092e\u0927\u094d\u092f \u0915\u0947\u0939\u0940 \u092c\u0915\u094d\u0938\u092c\u093e\u091f \u091a\u092f\u0928 \u0917\u0930\u0940 \u092c\u0915\u094d\u0938 \u092c\u0940\u091a\u094d\u0915\u094b \"\u0939\u091f\u093e\u0909\u0928\u0941\u0939\u094b\u0938\" \u0924\u0940\u0930\u092e\u093e \u0915\u094d\u0932\u093f\u0915 \u0917\u0930\u0940 \u0939\u091f\u093e\u0909\u0928 \u0938\u0915\u094d\u0928\u0941\u0939\u0941\u0928\u094d\u091b \u0964 ", + "Today": "\u0906\u091c", + "Tomorrow": "\u092d\u094b\u0932\u093f", + "Type into this box to filter down the list of available %s.": " \u0909\u092a\u0932\u092c\u094d\u0927 %s \u0915\u094b \u0938\u0941\u091a\u093f\u092c\u093e\u091f \u091b\u093e\u0928\u094d\u0928 \u092f\u094b \u092c\u0915\u094d\u0938\u092e\u093e \u091f\u093e\u0907\u092a \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938 ", + "Yesterday": "\u0939\u093f\u091c\u094b", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u0924\u092a\u093e\u0907\u0932\u0947 \u0915\u093e\u0930\u094d\u092f \u091b\u093e\u0928\u0947 \u092a\u0928\u093f \u092b\u093e\u0901\u091f\u0939\u0930\u0941\u092e\u093e \u092b\u0947\u0930\u092c\u0926\u0932\u0939\u0930\u0941 \u0917\u0930\u094d\u0928\u0941 \u092d\u090f\u0915\u094b \u091b\u0948\u0928 \u0964 \u092c\u091a\u0924 \u0917\u0930\u094d\u0928\u0941 \u092d\u0928\u094d\u0926\u093e \u092a\u0928\u093f \u0905\u0918\u093f \u092c\u0922\u094d\u0928\u0941\u0939\u094b\u0938 \u0964", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u0924\u092a\u093e\u0907\u0932\u0947 \u0915\u093e\u0930\u094d\u092f \u091b\u093e\u0928\u0947 \u092a\u0928\u093f \u092b\u0947\u0930\u092c\u0926\u0932\u0939\u0930\u0941 \u092c\u091a\u0924 \u0917\u0930\u094d\u0928\u0941 \u092d\u090f\u0915\u094b \u091b\u0948\u0928 \u0964 \u0915\u0943\u092a\u092f\u093e \u092c\u091a\u0924 \u0917\u0930\u094d\u0928 \u0939\u0941\u0928\u094d\u091b \u0925\u093f\u091a\u094d\u0928\u0941\u0939\u094b\u0938 \u0964 \u0915\u093e\u0930\u094d\u092f \u092a\u0941\u0928: \u0938\u091e\u094d\u091a\u093e\u0932\u0928 \u0917\u0930\u094d\u0928\u0941\u092a\u0930\u094d\u0928\u0947\u091b \u0964", "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "\u0924\u092a\u093e\u0907\u0915\u094b \u092b\u0947\u0930\u092c\u0926\u0932 \u092c\u091a\u0924 \u092d\u090f\u0915\u094b \u091b\u0948\u0928 \u0964 \u0915\u093e\u0930\u094d\u092f \u092d\u090f\u092e\u093e \u092c\u091a\u0924 \u0928\u092d\u090f\u0915\u093e \u092b\u0947\u0930\u092c\u0926\u0932 \u0939\u0930\u093e\u0909\u0928\u0947 \u091b\u0928\u094d \u0964" }; for (var key in newcatalog) { @@ -116,48 +116,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "N j, Y, P", + "DATETIME_FORMAT": "N j, Y, P", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "N j, Y", + ], + "DATE_FORMAT": "N j, Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "F j", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "m/d/Y", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "P", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "F j", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "m/d/Y", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "P", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/nl-nl/djangojs.js b/cms/static/js/i18n/nl-nl/djangojs.js index 63f457ef26..c8a75c6f7e 100644 --- a/cms/static/js/i18n/nl-nl/djangojs.js +++ b/cms/static/js/i18n/nl-nl/djangojs.js @@ -21,64 +21,64 @@ var newcatalog = { "%(sel)s of %(cnt)s selected": [ - "%(sel)s van de %(cnt)s geselecteerd", + "%(sel)s van de %(cnt)s geselecteerd", "%(sel)s van de %(cnt)s geselecteerd" - ], - "6 a.m.": "6 uur 's ochtends", - "6 p.m.": "6 uur 's avonds", - "April": "april", - "August": "augustus", - "Available %s": "Beschikbare %s", - "Cancel": "Annuleren", - "Choose": "Kiezen", - "Choose a Date": "Kies een datum", - "Choose a Time": "Kies een tijdstip", - "Choose a time": "Kies een tijd", - "Choose all": "Kies alle", - "Chosen %s": "Gekozen %s", - "Click to choose all %s at once.": "Klik om alle %s te kiezen.", - "Click to remove all chosen %s at once.": "Klik om alle gekozen %s tegelijk te verwijderen.", - "December": "december", - "February": "februari", - "Filter": "Filter", - "Hide": "Verbergen", - "January": "januari", - "July": "juli", - "June": "juni", - "March": "maart", - "May": "mei", - "Midnight": "Middernacht", - "Noon": "12 uur 's middags", + ], + "6 a.m.": "6 uur 's ochtends", + "6 p.m.": "6 uur 's avonds", + "April": "april", + "August": "augustus", + "Available %s": "Beschikbare %s", + "Cancel": "Annuleren", + "Choose": "Kiezen", + "Choose a Date": "Kies een datum", + "Choose a Time": "Kies een tijdstip", + "Choose a time": "Kies een tijd", + "Choose all": "Kies alle", + "Chosen %s": "Gekozen %s", + "Click to choose all %s at once.": "Klik om alle %s te kiezen.", + "Click to remove all chosen %s at once.": "Klik om alle gekozen %s tegelijk te verwijderen.", + "December": "december", + "February": "februari", + "Filter": "Filter", + "Hide": "Verbergen", + "January": "januari", + "July": "juli", + "June": "juni", + "March": "maart", + "May": "mei", + "Midnight": "Middernacht", + "Noon": "12 uur 's middags", "Note: You are %s hour ahead of server time.": [ - "Let op: U ligt %s uur voor ten opzichte van de server-tijd.", + "Let op: U ligt %s uur voor ten opzichte van de server-tijd.", "Let op: U ligt %s uren voor ten opzichte van de server-tijd." - ], + ], "Note: You are %s hour behind server time.": [ - "Let op: U ligt %s uur achter ten opzichte van de server-tijd.", + "Let op: U ligt %s uur achter ten opzichte van de server-tijd.", "Let op: U ligt %s uren achter ten opzichte van de server-tijd." - ], - "November": "november", - "Now": "Nu", - "October": "oktober", - "Remove": "Verwijderen", - "Remove all": "Verwijder alles", - "September": "september", - "Show": "Tonen", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Dit is de lijst met beschikbare %s. U kunt kiezen uit een aantal door ze te selecteren in het vak hieronder en vervolgens op de \"Kiezen\" pijl tussen de twee lijsten te klikken.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Dit is de lijst van de gekozen %s. Je kunt ze verwijderen door ze te selecteren in het vak hieronder en vervolgens op de \"Verwijderen\" pijl tussen de twee lijsten te klikken.", - "Today": "Vandaag", - "Tomorrow": "Morgen", - "Type into this box to filter down the list of available %s.": "Type in dit vak om te filteren in de lijst met beschikbare %s.", - "Yesterday": "Gisteren", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "U heeft een actie geselecteerd en heeft geen wijzigingen gemaakt op de individuele velden. U zoekt waarschijnlijk naar de Gaan knop in plaats van de Opslaan knop.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "U heeft een actie geselecteerd, maar heeft de wijzigingen op de individuele velden nog niet opgeslagen. Klik alstublieft op OK om op te slaan. U zult vervolgens de actie opnieuw moeten uitvoeren.", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "U heeft niet opgeslagen wijzigingen op enkele indviduele velden. Als u nu een actie uitvoert zullen uw wijzigingen verloren gaan.", - "one letter Friday\u0004F": "F", - "one letter Monday\u0004M": "M", - "one letter Saturday\u0004S": "S", - "one letter Sunday\u0004S": "S", - "one letter Thursday\u0004T": "T", - "one letter Tuesday\u0004T": "T", + ], + "November": "november", + "Now": "Nu", + "October": "oktober", + "Remove": "Verwijderen", + "Remove all": "Verwijder alles", + "September": "september", + "Show": "Tonen", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Dit is de lijst met beschikbare %s. U kunt kiezen uit een aantal door ze te selecteren in het vak hieronder en vervolgens op de \"Kiezen\" pijl tussen de twee lijsten te klikken.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Dit is de lijst van de gekozen %s. Je kunt ze verwijderen door ze te selecteren in het vak hieronder en vervolgens op de \"Verwijderen\" pijl tussen de twee lijsten te klikken.", + "Today": "Vandaag", + "Tomorrow": "Morgen", + "Type into this box to filter down the list of available %s.": "Type in dit vak om te filteren in de lijst met beschikbare %s.", + "Yesterday": "Gisteren", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "U heeft een actie geselecteerd en heeft geen wijzigingen gemaakt op de individuele velden. U zoekt waarschijnlijk naar de Gaan knop in plaats van de Opslaan knop.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "U heeft een actie geselecteerd, maar heeft de wijzigingen op de individuele velden nog niet opgeslagen. Klik alstublieft op OK om op te slaan. U zult vervolgens de actie opnieuw moeten uitvoeren.", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "U heeft niet opgeslagen wijzigingen op enkele indviduele velden. Als u nu een actie uitvoert zullen uw wijzigingen verloren gaan.", + "one letter Friday\u0004F": "F", + "one letter Monday\u0004M": "M", + "one letter Saturday\u0004S": "S", + "one letter Sunday\u0004S": "S", + "one letter Thursday\u0004T": "T", + "one letter Tuesday\u0004T": "T", "one letter Wednesday\u0004W": "W" }; for (var key in newcatalog) { @@ -135,69 +135,69 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "j F Y H:i", + "DATETIME_FORMAT": "j F Y H:i", "DATETIME_INPUT_FORMATS": [ - "%d-%m-%Y %H:%M:%S", - "%d-%m-%y %H:%M:%S", - "%Y-%m-%d %H:%M:%S", - "%d/%m/%Y %H:%M:%S", - "%d/%m/%y %H:%M:%S", - "%Y/%m/%d %H:%M:%S", - "%d-%m-%Y %H:%M:%S.%f", - "%d-%m-%y %H:%M:%S.%f", - "%Y-%m-%d %H:%M:%S.%f", - "%d/%m/%Y %H:%M:%S.%f", - "%d/%m/%y %H:%M:%S.%f", - "%Y/%m/%d %H:%M:%S.%f", - "%d-%m-%Y %H.%M:%S", - "%d-%m-%y %H.%M:%S", - "%d/%m/%Y %H.%M:%S", - "%d/%m/%y %H.%M:%S", - "%d-%m-%Y %H.%M:%S.%f", - "%d-%m-%y %H.%M:%S.%f", - "%d/%m/%Y %H.%M:%S.%f", - "%d/%m/%y %H.%M:%S.%f", - "%d-%m-%Y %H:%M", - "%d-%m-%y %H:%M", - "%Y-%m-%d %H:%M", - "%d/%m/%Y %H:%M", - "%d/%m/%y %H:%M", - "%Y/%m/%d %H:%M", - "%d-%m-%Y %H.%M", - "%d-%m-%y %H.%M", - "%d/%m/%Y %H.%M", - "%d/%m/%y %H.%M", - "%d-%m-%Y", - "%d-%m-%y", - "%Y-%m-%d", - "%d/%m/%Y", - "%d/%m/%y", + "%d-%m-%Y %H:%M:%S", + "%d-%m-%y %H:%M:%S", + "%Y-%m-%d %H:%M:%S", + "%d/%m/%Y %H:%M:%S", + "%d/%m/%y %H:%M:%S", + "%Y/%m/%d %H:%M:%S", + "%d-%m-%Y %H:%M:%S.%f", + "%d-%m-%y %H:%M:%S.%f", + "%Y-%m-%d %H:%M:%S.%f", + "%d/%m/%Y %H:%M:%S.%f", + "%d/%m/%y %H:%M:%S.%f", + "%Y/%m/%d %H:%M:%S.%f", + "%d-%m-%Y %H.%M:%S", + "%d-%m-%y %H.%M:%S", + "%d/%m/%Y %H.%M:%S", + "%d/%m/%y %H.%M:%S", + "%d-%m-%Y %H.%M:%S.%f", + "%d-%m-%y %H.%M:%S.%f", + "%d/%m/%Y %H.%M:%S.%f", + "%d/%m/%y %H.%M:%S.%f", + "%d-%m-%Y %H:%M", + "%d-%m-%y %H:%M", + "%Y-%m-%d %H:%M", + "%d/%m/%Y %H:%M", + "%d/%m/%y %H:%M", + "%Y/%m/%d %H:%M", + "%d-%m-%Y %H.%M", + "%d-%m-%y %H.%M", + "%d/%m/%Y %H.%M", + "%d/%m/%y %H.%M", + "%d-%m-%Y", + "%d-%m-%y", + "%Y-%m-%d", + "%d/%m/%Y", + "%d/%m/%y", "%Y/%m/%d" - ], - "DATE_FORMAT": "j F Y", + ], + "DATE_FORMAT": "j F Y", "DATE_INPUT_FORMATS": [ - "%d-%m-%Y", - "%d-%m-%y", - "%d/%m/%Y", - "%d/%m/%y", + "%d-%m-%Y", + "%d-%m-%y", + "%d/%m/%Y", + "%d/%m/%y", "%Y-%m-%d" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "1", - "MONTH_DAY_FORMAT": "j F", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "j-n-Y H:i", - "SHORT_DATE_FORMAT": "j-n-Y", - "THOUSAND_SEPARATOR": ".", - "TIME_FORMAT": "H:i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "1", + "MONTH_DAY_FORMAT": "j F", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "j-n-Y H:i", + "SHORT_DATE_FORMAT": "j-n-Y", + "THOUSAND_SEPARATOR": ".", + "TIME_FORMAT": "H:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", - "%H.%M:%S", - "%H.%M:%S.%f", - "%H.%M", + "%H:%M:%S", + "%H:%M:%S.%f", + "%H.%M:%S", + "%H.%M:%S.%f", + "%H.%M", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/or/djangojs.js b/cms/static/js/i18n/or/djangojs.js index 61e6fdb329..bef1a8a228 100644 --- a/cms/static/js/i18n/or/djangojs.js +++ b/cms/static/js/i18n/or/djangojs.js @@ -62,48 +62,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "N j, Y, P", + "DATETIME_FORMAT": "N j, Y, P", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "N j, Y", + ], + "DATE_FORMAT": "N j, Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "F j", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "m/d/Y", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "P", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "F j", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "m/d/Y", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "P", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/pl/djangojs.js b/cms/static/js/i18n/pl/djangojs.js index 3c93ebd208..5a0e905f43 100644 --- a/cms/static/js/i18n/pl/djangojs.js +++ b/cms/static/js/i18n/pl/djangojs.js @@ -20,1809 +20,1777 @@ django.catalog = django.catalog || {}; var newcatalog = { - " ${price} {currency} )": " ${price} {currency} )", - " Link": "Odno\u015bnik", - " and ": "i", - " learner does not exist in LMS and not added to the exception list": "student nie figuruje w LMS i nie zostanie dodany do listy wyj\u0105tk\u00f3w", - " learner is already white listed and not added to the exception list": "student znajduje si\u0119 ju\u017c na bia\u0142ej li\u015bcie i nie zosta\u0142 dodany do listy wyj\u0105tk\u00f3w", - " learner is not enrolled in course and not added to the exception list": "student nie uczestniczy w kursie i nie zosta\u0142 dodany do listy wyj\u0105tk\u00f3w", - " learner is successfully added to the exception list": "student pomy\u015blnie dodany do listy wyj\u0105tk\u00f3w", - " learners are already white listed and not added to the exception list": "student\u00f3w znajduje si\u0119 ju\u017c na bia\u0142ej li\u015bcie i nie zosta\u0142o dodanych do listy wyj\u0105tk\u00f3w", - " learners are not enrolled in course and not added to the exception list": "student\u00f3w nie uczestniczy w kursie i nie zosta\u0142o dodanych do listy wyj\u0105tk\u00f3w", - " learners are successfully added to exception list": "student\u00f3w pomy\u015blnie dodanych do listy wyj\u0105tk\u00f3w", - " learners do not exist in LMS and not added to the exception list": "student\u00f3w nie figuruje w LMS i nie zosta\u0142o dodanych do listy wyj\u0105tk\u00f3w", - " record is not in correct format and not added to the exception list": "pozycja nie znajduje si\u0119 we w\u0142a\u015bciwym formacie i nie zosta\u0142a dodana do listy wyj\u0105tk\u00f3w", - " records are not in correct format and not added to the exception list": "pozycji nie znajduje si\u0119 we w\u0142a\u015bciwym formacie i nie zosta\u0142o dodanych do listy wyj\u0105tk\u00f3w", - "${listPrice}": "${listPrice}", - "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", - "%(download_link_start)sDownload this image (right-click or option-click, save as)%(link_end)s and then %(upload_link_start)supload%(link_end)s it to your backpack.": "%(download_link_start)sPobierz poni\u017cszy obrazek (kliknij prawym przyciskiem myszy i wybierz zapisz jako)%(link_end)s a nast\u0119pnie %(upload_link_start)sprze\u015blij%(link_end)s do swojego plecaka.", + " ${price} {currency} )": " ${price} {currency} )", + " Link": "Odno\u015bnik", + " and ": "i", + " learner does not exist in LMS and not added to the exception list": "student nie figuruje w LMS i nie zostanie dodany do listy wyj\u0105tk\u00f3w", + " learner is already white listed and not added to the exception list": "student znajduje si\u0119 ju\u017c na bia\u0142ej li\u015bcie i nie zosta\u0142 dodany do listy wyj\u0105tk\u00f3w", + " learner is not enrolled in course and not added to the exception list": "student nie uczestniczy w kursie i nie zosta\u0142 dodany do listy wyj\u0105tk\u00f3w", + " learner is successfully added to the exception list": "student pomy\u015blnie dodany do listy wyj\u0105tk\u00f3w", + " learners are already white listed and not added to the exception list": "student\u00f3w znajduje si\u0119 ju\u017c na bia\u0142ej li\u015bcie i nie zosta\u0142o dodanych do listy wyj\u0105tk\u00f3w", + " learners are not enrolled in course and not added to the exception list": "student\u00f3w nie uczestniczy w kursie i nie zosta\u0142o dodanych do listy wyj\u0105tk\u00f3w", + " learners are successfully added to exception list": "student\u00f3w pomy\u015blnie dodanych do listy wyj\u0105tk\u00f3w", + " learners do not exist in LMS and not added to the exception list": "student\u00f3w nie figuruje w LMS i nie zosta\u0142o dodanych do listy wyj\u0105tk\u00f3w", + " record is not in correct format and not added to the exception list": "pozycja nie znajduje si\u0119 we w\u0142a\u015bciwym formacie i nie zosta\u0142a dodana do listy wyj\u0105tk\u00f3w", + " records are not in correct format and not added to the exception list": "pozycji nie znajduje si\u0119 we w\u0142a\u015bciwym formacie i nie zosta\u0142o dodanych do listy wyj\u0105tk\u00f3w", + "${listPrice}": "${listPrice}", + "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", "%(errorCount)s error found in form.": [ - "Znaleziono %(errorCount)s b\u0142\u0105d w formularzu.", - "Znaleziono %(errorCount)s b\u0142\u0119dy w formularzu.", - "Znaleziono %(errorCount)s b\u0142\u0119d\u00f3w w formularzu.", + "Znaleziono %(errorCount)s b\u0142\u0105d w formularzu.", + "Znaleziono %(errorCount)s b\u0142\u0119dy w formularzu.", + "Znaleziono %(errorCount)s b\u0142\u0119d\u00f3w w formularzu.", "Znaleziono %(errorCount)s b\u0142\u0119d\u00f3w w formularzu." - ], - "%(field)s can only contain up to %(count)d characters.": "%(field)s mo\u017ce sk\u0142ada\u0107 si\u0119 z maksymalnie %(count)d znak\u00f3w.", - "%(field)s must have at least %(count)d characters.": "%(field)s musi sk\u0142ada\u0107 si\u0119 z co najmniej %(count)d znak\u00f3w.", - "%(memberCount)s / %(maxMemberCount)s Member": [ - "%(memberCount)s cz\u0142onek z %(maxMemberCount)s", - "%(memberCount)s cz\u0142onk\u00f3w z %(maxMemberCount)s", - "%(memberCount)s cz\u0142onk\u00f3w z %(maxMemberCount)s", - "%(memberCount)s cz\u0142onk\u00f3w z %(maxMemberCount)s" - ], - "%(new_item_message)s": "%(new_item_message)s", + ], + "%(field)s can only contain up to %(count)d characters.": "%(field)s mo\u017ce sk\u0142ada\u0107 si\u0119 z maksymalnie %(count)d znak\u00f3w.", + "%(field)s must have at least %(count)d characters.": "%(field)s musi sk\u0142ada\u0107 si\u0119 z co najmniej %(count)d znak\u00f3w.", + "%(new_item_message)s": "%(new_item_message)s", "%(num_questions)s question": [ - "%(num_questions)s pytanie", - "%(num_questions)s pytania", - "%(num_questions)s pyta\u0144", + "%(num_questions)s pytanie", + "%(num_questions)s pytania", + "%(num_questions)s pyta\u0144", "%(num_questions)s pyta\u0144" - ], + ], "%(num_students)s student": [ - "%(num_students)s student", - "%(num_students)s student\u00f3w", - "%(num_students)s student\u00f3w", + "%(num_students)s student", + "%(num_students)s student\u00f3w", + "%(num_students)s student\u00f3w", "%(num_students)s student\u00f3w" - ], + ], "%(num_students)s student opened Subsection": [ - "%(num_students)s student otworzy\u0142 lekcj\u0119", - "%(num_students)s student\u00f3w otworzy\u0142o lekcj\u0119", - "%(num_students)s student\u00f3w otworzy\u0142o lekcj\u0119", + "%(num_students)s student otworzy\u0142 lekcj\u0119", + "%(num_students)s student\u00f3w otworzy\u0142o lekcj\u0119", + "%(num_students)s student\u00f3w otworzy\u0142o lekcj\u0119", "%(num_students)s student\u00f3w otworzy\u0142o lekcj\u0119" - ], - "%(programName)s Home Page.": "Strona g\u0142\u00f3wna programu %(programName)s.", + ], + "%(programName)s Home Page.": "Strona g\u0142\u00f3wna programu %(programName)s.", "%(sel)s of %(cnt)s selected": [ - "Zaznaczono %(sel)s z %(cnt)s", - "Zaznaczono %(sel)s z %(cnt)s", - "Zaznaczono %(sel)s z %(cnt)s", + "Zaznaczono %(sel)s z %(cnt)s", + "Zaznaczono %(sel)s z %(cnt)s", + "Zaznaczono %(sel)s z %(cnt)s", "Zaznaczono %(sel)s z %(cnt)s" - ], - "%(team_count)s Team": [ - "%(team_count)s zesp\u00f3\u0142", - "%(team_count)s zespo\u0142y", - "%(team_count)s zespo\u0142\u00f3w", - "%(team_count)s zespo\u0142\u00f3w" - ], - "%(type)s Component Template Menu": "%(type)s menu szablon\u00f3w elementu", - "(Add signatories for a certificate)": "(Dodaj sygnatariuszy certyfikatu)", - "(Required Field)": "(Pole wymagane)", - "(Self-paced) Ended {end}": "(we w\u0142asnym tempie) Zako\u0144czy\u0142 si\u0119 {end}", - "(Self-paced) Ends {end}": "(we w\u0142asnym tempie) Zako\u0144czy si\u0119 {end}", - "(Self-paced) Started {start}": "(we w\u0142asnym tempie) Rozpocz\u0105\u0142 si\u0119 {start}", - "(Self-paced) Starts {start}": "(we w\u0142asnym tempie) Rozpocznie si\u0119 {start}", + ], + "%(type)s Component Template Menu": "%(type)s menu szablon\u00f3w elementu", + "(Add signatories for a certificate)": "(Dodaj sygnatariuszy certyfikatu)", + "(Required Field)": "(Pole wymagane)", + "(Self-paced) Ended {end}": "(we w\u0142asnym tempie) Zako\u0144czy\u0142 si\u0119 {end}", + "(Self-paced) Ends {end}": "(we w\u0142asnym tempie) Zako\u0144czy si\u0119 {end}", + "(Self-paced) Started {start}": "(we w\u0142asnym tempie) Rozpocz\u0105\u0142 si\u0119 {start}", + "(Self-paced) Starts {start}": "(we w\u0142asnym tempie) Rozpocznie si\u0119 {start}", "(contains %(student_count)s student)": [ - "(obejmuje %(student_count)s studenta)", - "(obejmuje %(student_count)s student\u00f3w)", - "(obejmuje %(student_count)s student\u00f3w)", + "(obejmuje %(student_count)s studenta)", + "(obejmuje %(student_count)s student\u00f3w)", + "(obejmuje %(student_count)s student\u00f3w)", "(obejmuje %(student_count)s student\u00f3w)" - ], - "(optional)": "(opcjonalny)", - "(required)": "(wymagany/a/e)", - "(required):": "(wymagany):", - "- Sortable": "- Sortowalne", - "6 a.m.": "6 rano", - "6 p.m.": "6 po po\u0142udniu", - ": video upload complete.": ": przesy\u0142anie filmu uko\u0144czone.", - "<%= user %> already in exception list.": "<%= user %> ju\u017c figuruje na li\u015bcie wyj\u0105tk\u00f3w.", - "<%= user %> has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.": "Student <%= user %> zosta\u0142 pomy\u015blnie dodany do listy wyj\u0105tk\u00f3w. Kliknij przycisk poni\u017cej, aby wys\u0142a\u0107 certyfikat.", - "A driver's license, passport, or government-issued ID with your name and photo.": "Dow\u00f3d osobisty, prawo jazdy, paszport lub inny dokument to\u017csamo\u015bci zawieraj\u0105cy twoje zdj\u0119cie oraz imi\u0119 i nazwisko.", - "A driver's license, passport, or other government-issued ID with your name and photo": "Dow\u00f3d osobisty, prawo jazdy, paszport lub inny dokument to\u017csamo\u015bci zawieraj\u0105cy twoje zdj\u0119cie oraz imi\u0119 i nazwisko.", - "A highlight to look forward to this week.": "Wskaz\u00f3wka na ten tydzie\u0144.", - "A list of courses you have just enrolled in as a verified student": "Lista kurs\u00f3w na kt\u00f3re zapisa\u0142e\u015b si\u0119 ostatnio jako zweryfikowany student", - "A name that identifies your team (maximum 255 characters).": "Nazwa identyfikuj\u0105ca tw\u00f3j zesp\u00f3\u0142 (maksymalnie 255 znak\u00f3w).", - "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "Kr\u00f3tki opis zespo\u0142u maj\u0105cy pom\u00f3c innym studentom zrozumie\u0107 jego cele lub kierunki (maksymalnie 300 znak\u00f3w).", - "A valid email address is required": "Wymagany jest prawid\u0142owy adres e-mail", - "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", - "API Key": "Klucz API", - "API Secret": "Has\u0142o API", - "Abbreviation": "Skr\u00f3t", - "About Me": "O mnie", - "About You": "O tobie", - "About me": "O mnie", - "Access to some content in this unit is restricted to specific groups of learners": "Dost\u0119p do niekt\u00f3rych tre\u015bci tej lekcji jest mo\u017cliwy wy\u0142\u0105cznie dla okre\u015blonych grup student\u00f3w.", - "Access to some content in this {blockType} is restricted to specific groups of learners.": "Dost\u0119p do niekt\u00f3rych tre\u015bci w tym {blockType} jest mo\u017cliwy wy\u0142\u0105cznie dla wybranych grup student\u00f3w.", - "Access to this unit is restricted to: {selectedGroupsLabel}": "Dost\u0119p do tego ekranu jest mo\u017cliwy wy\u0142\u0105cznie dla grup/y: {selectedGroupsLabel}", - "Access to this {blockType} is restricted to: {selectedGroupsLabel}": "Dost\u0119p do tego {blockType} jest mo\u017cliwy wy\u0142\u0105cznie dla grup: {selectedGroupsLabel}", - "Accomplishments": "Osi\u0105gni\u0119cia", - "Accomplishments Pagination": "Paginacja osi\u0105gni\u0119\u0107", - "Account": "Konto", - "Account Information": "Dane konta", - "Account Not Activated": "Konto nieaktywowane", - "Account Settings": "Ustawienia konta", - "Account Settings page.": "Ustawienia konta", - "Action": "Czynno\u015b\u0107", - "Action required: Enter a valid date.": "Wymagana czynno\u015b\u0107: wprowad\u017a prawid\u0142ow\u0105 dat\u0119.", - "Actions": "Czynno\u015bci", - "Activate": "Aktywuj", - "Activate Your Account": "Aktywuj swoje konto", - "Active Uploads": "Przesy\u0142anie w toku", - "Add": "Dodaj", - "Add Additional Signatory": "Dodaj dodatkowy podpis", - "Add Cohort": "Dodaj kohort\u0119", - "Add Component:": "Dodaj element:", - "Add Country": "Dodaj kraj", - "Add Learners": "Dodaj student\u00f3w", - "Add New Component": "Dodaj nowy element", - "Add Thumbnail": "Dodaj miniatur\u0119", - "Add Thumbnail - {videoName}": "Dodaj miniatur\u0119 - {videoName}", - "Add URLs for additional versions": "Dodaj adresy URL dla dodatkowych wersji", - "Add a Chapter": "Dodaj rozdzia\u0142", - "Add a New Cohort": "Dodaj now\u0105 kohort\u0119", - "Add a learning outcome here": "Dodaj nowy efekt kszta\u0142cenia", - "Add another group": "Dodaj kolejn\u0105 grup\u0119", - "Add language": "Dodaj j\u0119zyk", - "Add learners to this cohort": "Dodaj student\u00f3w do tej kohorty", - "Add notes about this learner": "Dodaj notatki na temat tego studenta", - "Add to Exception List": "Dodaj do listy wyj\u0105tk\u00f3w", - "Add your first content group": "Dodaj swoj\u0105 pierwsz\u0105 grup\u0119 tre\u015bci", - "Add your first group configuration": "Dodaj swoj\u0105 pierwsz\u0105 konfiguracj\u0119 grupy", - "Add your first textbook": "Dodaj sw\u00f3j pierwszy podr\u0119cznik", - "Add {role} Access": "Dodaj uprawnienia - {role}", - "Adding the selected course to your cart": "Trwa dodawanie wybranego kursu do twojego koszyka", - "Additional Information": "Informacje dodatkowe", - "Additional posts could not be loaded. Refresh the page and try again.": "Nie uda\u0142o si\u0119 wczyta\u0107 kolejnych wpis\u00f3w. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", - "Additional responses could not be loaded. Refresh the page and try again.": "Nie uda\u0142o si\u0119 wczyta\u0107 dodatkowych odpowiedzi. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", - "Admin": "Administrator", - "Advanced": "Zaawansowane", - "After the course\\'s end date has passed, learners can no longer access subsection content. The subsection remains included in grade calculations.": "Po up\u0142ywie daty zako\u0144czenia kursu, studenci nie b\u0119d\u0105 posiada\u0107 dost\u0119pu do tre\u015bci lekcji. Lekcja pozostanie obj\u0119ta przez system ocen.", - "After the subsection\\'s due date has passed, learners can no longer access its content. The subsection remains included in grade calculations.": "Po up\u0142ywie terminu ko\u0144cowego lekcji, studenci nie b\u0119d\u0105 posiada\u0107 do niej dost\u0119pu. Lekcja pozostanie obj\u0119ta przez system ocen.", - "After you upload new files all your previously uploaded files will be overwritten. Continue?": "Po przes\u0142aniu nowych plik\u00f3w, wszystkie twoje wcze\u015bniej wgrane pliki zostan\u0105 podmienione. Czy kontynuowa\u0107?", - "All Learners and Staff": "Wszystkich student\u00f3w i kadry", - "All Posts": "Wszystkie wpisy", - "All Rights Reserved": "Wszelkie prawa zastrze\u017cone", - "All Time Zones": "Wszystkie strefy czasowe", - "All Topics": "Wszystkie tematy", - "All accounts were created successfully.": "Wszystkie konta zosta\u0142y utworzone poprawnie.", - "All groups must have a name.": "Wszystkie grupy musz\u0105 posiada\u0107 nazwy.", - "All groups must have a unique name.": "Ka\u017cda grupa musi posiada\u0107 unikaln\u0105 nazw\u0119.", - "All learners in the {cohort_name} cohort": "Wszystkich student\u00f3w z grupy \"{cohort_name}\"", - "All learners in the {track_name} track": "Wszyscy studenci \u015bcie\u017cki {track_name}", - "All learners who are enrolled in this course": "Wszystkich student\u00f3w, kt\u00f3rzy s\u0105 zapisani na kurs", - "All payment options are currently unavailable.": "Wszystkie opcje p\u0142atno\u015bci s\u0105 w tej chwili niedost\u0119pne.", - "All professional education courses are fee-based, and require payment to complete the enrollment process.": "Wszystkie kursy edukacji specjalistycznej s\u0105 p\u0142atne, a wniesienie op\u0142aty jest cz\u0119\u015bci\u0105 czynno\u015bci naboru.", - "All subsections": "Wszystkie lekcje", - "All teams": "Wszystkie zespo\u0142y", - "All topics": "Wszystkie tematy", - "All units": "Wszystkie ekrany", - "All users on the Exception list": "Dla wszystkich student\u00f3w z listy wyj\u0105tk\u00f3w", - "All users on the Exception list who do not yet have a certificate": "Dla wszystkich student\u00f3w z listy wyj\u0105tk\u00f3w, kt\u00f3rzy jeszcze nie maj\u0105 certyfikatu", - "Allow students to generate certificates for this course?": "Pozwoli\u0107 studentom na generowanie certyfikat\u00f3w z tego kursu?", - "Already a course team member": "Jest ju\u017c cz\u0142onkiem kadry kursu", - "Already a library team member": "Jest ju\u017c cz\u0142onkiem biblioteki", - "Already a member": "Jest ju\u017c cz\u0142onkiem", - "Already have an {platformName} account?": "Posiadasz ju\u017c konto na platformie {platformName}?", - "Always divide content-specific discussion topics": "Zawsze dziel tematy dyskusji okre\u015blonej tre\u015bci", - "Always show assessment results": "Zawsze pokazuj wyniki zada\u0144", - "Amount": "Ilo\u015b\u0107", - "An email has been sent to {userEmail} with a link for you to activate your account.": "Na adres {userEmail} zosta\u0142a wys\u0142ana wiadomo\u015b\u0107 e-mail zawieraj\u0105ca odno\u015bnik do aktywacji konta.", - "An error has occurred. Check your Internet connection and try again.": "Wyst\u0105pi\u0142 b\u0142\u0105d. Sprawd\u017a swoje po\u0142\u0105czenie z Internetem i spr\u00f3buj ponownie.", - "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "Wyst\u0105pi\u0142 b\u0142\u0105d. Upewnij si\u0119, \u017ce masz po\u0142\u0105czenie z Internetem i od\u015bwie\u017c stron\u0119.", - "An error has occurred. Please try again later.": "Wyst\u0105pi\u0142 b\u0142\u0105d. Spr\u00f3buj ponownie p\u00f3\u017aniej.", - "An error has occurred. Please try again.": "Wyst\u0105pi\u0142 b\u0142\u0105d. Spr\u00f3buj ponownie.", - "An error has occurred. Please try reloading the page.": "Wyst\u0105pi\u0142 b\u0142\u0105d. Spr\u00f3buj od\u015bwie\u017cy\u0107 stron\u0119.", - "An error has occurred. Refresh the page, and then try again.": "Wyst\u0105pi\u0142 b\u0142\u0105d. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", - "An error has occurred. Try refreshing the page, or check your Internet connection.": "Wyst\u0105pi\u0142 b\u0142\u0105d. Spr\u00f3buj od\u015bwie\u017cy\u0107 stron\u0119 lub sprawd\u017a po\u0142\u0105czenie z Internetem.", - "An error has occurred. Wait a few minutes, and then try again.": "Wyst\u0105pi\u0142 b\u0142\u0105d. Odczekaj chwil\u0119 i spr\u00f3buj ponownie.", - "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie odzyskiwania twojego e-maila. Spr\u00f3buj ponownie p\u00f3\u017aniej lub skontaktuj si\u0119 z pomoc\u0105 techniczn\u0105 je\u015bli problem nie ust\u0105pi.", - "An error occurred when signing you in to %s.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie logowania do %s.", - "An error occurred while removing the member from the team. Try again.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie usuwania cz\u0142onka zespo\u0142u. Prosz\u0119 spr\u00f3bowa\u0107 ponownie.", - "An error occurred.": "Wyst\u0105pi\u0142 b\u0142\u0105d.", - "An error occurred. Make sure that the student's username or email address is correct and try again.": "Wyst\u0105pi\u0142 b\u0142\u0105d. Upewnij si\u0119, \u017ce nazwa u\u017cytkownika studenta lub jego adres e-mail s\u0105 prawid\u0142owe i spr\u00f3buj ponownie.", - "An error occurred. Please reload the page.": "Wyst\u0105pi\u0142 b\u0142\u0105d. Prosz\u0119 od\u015bwie\u017cy\u0107 stron\u0119.", - "An error occurred. Please try again.": "Wyst\u0105pi\u0142 b\u0142\u0105d. Spr\u00f3buj ponownie.", - "An error occurred. Try again.": "Wyst\u0105pi\u0142 b\u0142\u0105d. Spr\u00f3buj ponownie.", - "An unexpected error occurred. Please try again.": "Wyst\u0105pi\u0142 nieoczekiwany b\u0142\u0105d. Spr\u00f3buj ponownie.", - "Any course progress or grades from your current session will be lost.": "Twoje oceny i stan post\u0119pu z obecnej sesji kursu zostan\u0105 utracone.", - "Any divided discussion topics are divided based on cohort.": "Podzielone tematy dyskusji s\u0105 dzielone na podstawie kohort.", - "Any divided discussion topics are divided based on enrollment track.": "Podzielone tematy dyskusji s\u0105 dzielone na podstawie \u015bcie\u017cek kursu.", - "April": "Kwiecie\u0144", - "Are you having trouble finding a team to join?": "Masz problem ze znalezieniem zespo\u0142u?", - "Are you sure that you want to leave this session?": "Czy na pewno chcesz opu\u015bci\u0107 t\u0119 sesj\u0119 kursu?", - "Are you sure you want to change to a different session?": "Czy na pewno chcesz dokona\u0107 zmiany na inn\u0105 sesj\u0119 kursu?", - "Are you sure you want to delete this comment?": "Czy na pewno chcesz usun\u0105\u0107 ten komentarz?", - "Are you sure you want to delete this post?": "Czy na pewno chcesz usun\u0105\u0107 ten wpis?", - "Are you sure you want to delete this response?": "Czy na pewno chcesz usun\u0105\u0107 t\u0119 odpowied\u017a?", - "Are you sure you want to delete this update?": "Czy na pewno chcesz usun\u0105\u0107 t\u0119 zmian\u0119?", - "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "Czy na pewno chcesz usun\u0105\u0107 {email} z kadry kursu \u201c{container}\u201d?", - "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "Czy na pewno chcesz usun\u0105\u0107 {email} z biblioteki \"{container}\"?", - "Are you sure you want to remove this video from the list?": "Czy na pewno chcesz usun\u0105\u0107 ten film z listy?", - "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "Czy na pewno chcesz odm\u00f3wi\u0107 dost\u0119pu {email} do \u201c{container}\u201d?", - "Are you sure you want to select this session?": "Czy na pewno decydujesz si\u0119 na t\u0119 sesj\u0119 kursu?", - "Are you sure you want to unenroll from {courseName} ({courseNumber})? You will be refunded the amount you paid.": "Czy na pewno chcesz si\u0119 wypisa\u0107 z kursu {courseName} ({courseNumber})? Otrzymasz zwrot op\u0142aty za dost\u0119p do kursu.", - "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "Czy na pewno chcesz usun\u0105\u0107 ten element? Nie mo\u017cna tego odwr\u00f3ci\u0107!\n\nWszelkie tre\u015bci, kt\u00f3re odnosz\u0105 si\u0119 do tego elementu, nie b\u0119d\u0105 dzia\u0142a\u0107 (np. obrazy i odno\u015bniki) ", - "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "W ramach czynno\u015bci potwierdzania to\u017csamo\u015bci, wykonujesz zdj\u0119cie swojej twarzy oraz dokumentu to\u017csamo\u015bci ze zdj\u0119ciem. Nasz zesp\u00f3\u0142 autoryzacyjny potwierdzi twoj\u0105 to\u017csamo\u015b\u0107 por\u00f3wnuj\u0105c \u015bwie\u017co zrobione zdj\u0119cie ze zdj\u0119ciem z twojego dokumentu.", - "As you complete courses, you will see them listed here.": "Na poni\u017cszej li\u015bcie znajdziesz wszystkie uko\u0144czone przez siebie kursy.", - "Assessment": "Ocena", - "Assessment Results Visibility": "Widoczno\u015b\u0107 wynik\u00f3w zada\u0144", - "Assessments": "Oceny", - "Assign learners to cohorts by uploading a CSV file": "Przydziel student\u00f3w do kohort przesy\u0142aj\u0105c plik CSV", - "Assign students to cohorts by uploading a CSV file.": "Dodaj student\u00f3w do kohorty poprzez za\u0142adowanie pliku CSV.", - "Assignment Type Name": "Nazwa typu zadania", - "Associated Content Group": "Powi\u0105zana grupa tre\u015bci", - "August": "Sierpie\u0144", - "Automated Transcripts": "Zautomatyzowane transkrypcje", - "Automatic": "Automatyczna", - "Automatic transcripts are disabled.": "Automatyczne transkrypcje s\u0105 wy\u0142\u0105czone.", - "Available %s": "Dost\u0119pne %s", - "Back to Full List": "Powr\u00f3t do pe\u0142nej listy", - "Back to sign in": "Powr\u00f3t do strony logowania", - "Back to {platform} FAQs": "Powr\u00f3t do PiO {platform}", - "Basic": "Podstawowy", - "Basic Account Information": "Podstawowe dane konta", - "Be sure your entire face is inside the frame": "Upewnij si\u0119, \u017ce ca\u0142a twarz znajduje si\u0119 w ramce.", - "Before proceeding, please confirm that your details match": "Przed przej\u015bciem dalej, prosz\u0119 potwierdzi\u0107 zgodno\u015b\u0107 danych", - "Before you upgrade to a certificate track, you must activate your account.": "Zanim podniesiesz swoje zaanga\u017cowanie w kursie, musisz aktywowa\u0107 swoje konto.", - "Billed to": "Nabywca:", - "Biography": "Profil", - "Block view is unavailable": "Podgl\u0105d bloku jest niedost\u0119pny", - "Blockquote": "Cytat", - "Blockquote (Ctrl+Q)": "D\u0142ugi cytat (Ctrl+Q)", - "Bold (Ctrl+B)": "Pogrubienie (Ctrl+B)", - "Bookmark this page": "Dodaj zak\u0142adk\u0119 na tej stronie", - "Bookmarked": "Dodano do zak\u0142adek", - "Bookmarked on": "Dodano do zak\u0142adek", - "Browse": "Przegl\u0105daj", - "Browse recently launched courses and see what\\'s new in your favorite subjects": "Przejrzyj list\u0119 ostatnio dodanych kurs\u00f3w i sprawd\u017a nowo\u015bci z twoich ulubionych dziedzin.", - "Bulk Exceptions": "Masowe wyj\u0105tki", - "Bulleted List (Ctrl+U)": "Lista punktowana (Ctrl+U)", - "COMPLETED COURSES": "KURSY UKO\u0143CZONE", - "COURSES IN PROGRESS": "KURSY W TRAKCIE", - "Can we match the photo you took with the one on your ID?": "Czy uda nam si\u0119 por\u00f3wna\u0107 wykonane przez ciebie zdj\u0119cie z tym z twojego dokumentu?", - "Cancel": "Anuluj", - "Cancel enrollment code": "Anuluj kod rejestracyjny", - "Cancel team creating.": "Anuluj tworzenie zespo\u0142u", - "Cancel team updating.": "Anuluj edycj\u0119 zespo\u0142u", - "Cannot delete when in use by a unit": "Nie mo\u017cna usun\u0105\u0107 je\u015bli znajduje si\u0119 w u\u017cyciu w ekranie", - "Cannot delete when in use by an experiment": "Nie mo\u017cna usun\u0105\u0107 gdy znajduje si\u0119 w eksperymencie", - "Cannot drop more <%= types %> assignments than are assigned.": "Nie mo\u017cna pomin\u0105\u0107 wi\u0119cej ni\u017c <%= types %> przydzielonych zada\u0144.", - "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "Uwaga: Ostatnio opublikowana wersja tego ekranu znajduje si\u0119 obecnie w u\u017cyciu. Dokonuj\u0105c zmian, zmienisz stan post\u0119pu student\u00f3w.", - "Certificate Details": "Szczeg\u00f3\u0142y certyfikatu", - "Certificate Generated": "Certyfikat wygenerowany", - "Certificate Information": "Dane certyfikatu", - "Certificate Name": "Nazwa certyfikatu", - "Certificate Purchased": "Certyfikat op\u0142acony", - "Certificate Signatories": "Podpisy do certyfikat\u00f3w", - "Certificate Signatory Configuration": "Konfiguracja sygnatariusza certyfikatu", - "Certificate Status:": "Stan certyfikatu:", - "Certificate has been successfully invalidated for <%= user %>.": "Certyfikat studenta: <%= user %> zosta\u0142 pomy\u015blnie uniewa\u017cniony.", - "Certificate name is required.": "Wymagana jest nazwa certyfikatu.", - "Certificate of <%= user %> has already been invalidated. Please check your spelling and retry.": "Certyfikat studenta: <%= user %> zosta\u0142 ju\u017c uniewa\u017cniony. Prosz\u0119 sprawdzi\u0107 pisowni\u0119 i spr\u00f3bowa\u0107 ponownie.", - "Change": "Zmie\u0144", - "Change Enrollment": "Zmie\u0144 tryb kursu", - "Change Manually": "Zmie\u0144 r\u0119cznie", - "Change My Email Address": "Zmie\u0144 m\u00f3j adres e-mail", - "Change Session": "Zmie\u0144 sesj\u0119", - "Change image": "Zmie\u0144 zdj\u0119cie", - "Change or Leave Session": "Zmie\u0144 lub opu\u015b\u0107 sesj\u0119 kursu", - "Change to a different session or leave the current session.": "Zmie\u0144 na inn\u0105 sesj\u0119 lub opu\u015b\u0107 obecn\u0105 sesj\u0119.", - "Changes to steps that are not selected as part of the assignment will not be saved.": "Zmiany w krokach, kt\u00f3re nie zosta\u0142y wybrane jako elementy zadania, nie zostan\u0105 zapisane.", - "Chapter Asset": "Zas\u00f3b rozdzia\u0142u", - "Chapter Name": "Nazwa rozdzia\u0142u", - "Chapter information": "Informacje o rozdziale", - "Chapter {order}": "Rozdzia\u0142 {order}", - "Check Your Email": "Sprawd\u017a swoj\u0105 poczt\u0119 e-mail", - "Check the highlighted fields below and try again.": "Sprawd\u017a oznaczone pola i spr\u00f3buj ponownie.", - "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "Zaznacz to pole, aby raz dziennie otrzymywa\u0107 zbiorczy e-mail z aktualno\u015bciami i nowymi wpisami w tematach, kt\u00f3re \u015bledzisz.", - "Check your email": "Sprawd\u017a poczt\u0119 e-mail", - "Check your email account for instructions to reset your password.": "Sprawd\u017a poczt\u0119 e-mail, aby zapozna\u0107 si\u0119 z instrukcj\u0105 resetowania has\u0142a.", - "Check your email for an activation message.": "Sprawd\u017a poczt\u0119 e-mail i odszuka\u0107 wiadomo\u015b\u0107 aktywacyjn\u0105.", - "Checkout": "Zap\u0142a\u0107", - "Checkout with PayPal": "Zap\u0142a\u0107 z PayPal", - "Checkout with {processor}": "Zap\u0142a\u0107 z {processor}", - "Choose": "Wybierz", - "Choose File": "Wybierz plik", - "Choose One": "Wybierz jeden", - "Choose a .csv file": "Wybierz plik .csv", - "Choose a Date": "Wybierz Dat\u0119", - "Choose a Time": "Wybierz Czas", - "Choose a content group to associate": "Wybierz grup\u0119 tre\u015bci do powi\u0105zania", - "Choose a time": "Wybierz czas", - "Choose all": "Wybierz wszystkie", - "Choose mode": "Wybierz tryb", - "Choose one": "Wybierz jeden", - "Choose your institution from the list below:": "Wybierz swoj\u0105 uczelni\u0119 z poni\u017cszej listy:", - "Chosen %s": "Wybrane %s", - "Clear": "Wyczy\u015b\u0107", - "Clear All": "Wyczy\u015b\u0107 wszystko", - "Clear Grading Due Date": "Wyczy\u015b\u0107 termin ko\u0144cowy oceniania", - "Clear Release Date/Time": "Zresetuj dat\u0119/czas upublicznienia", - "Clear Value": "Wyczy\u015b\u0107 warto\u015b\u0107", - "Clear search": "Wyczy\u015b\u0107 wyszukiwanie", - "Clear search results": "Wyczy\u015b\u0107 wyniki wyszukiwania", - "Click to add a new %(xblock_type)s": "Kliknij, aby doda\u0107 nowy %(xblock_type)s", - "Click to change": "Kliknij, aby zmieni\u0107", - "Click to choose all %s at once.": "Kliknij, aby wybra\u0107 jednocze\u015bnie wszystkie %s.", - "Click to edit": "Kliknij, aby wyedytowa\u0107", - "Click to remove all chosen %s at once.": "Kliknij, aby usun\u0105\u0107 jednocze\u015bnie wszystkie wybrane %s.", - "Close": "Zamknij", - "Code": "Kod", - "Code Sample (Ctrl+K)": "Przyk\u0142adowy kod (Ctrl+K)", - "Cohort Assignment Method": "Metoda przydzielania do kohorty", - "Cohort Name": "Nazwa kohorty", - "Cohorts": "Kohorty", - "Cohorts Disabled": "Kohorty wy\u0142\u0105czone", - "Cohorts Enabled": "Kohorty w\u0142\u0105czone", - "Collapse All": "Zwi\u0144 wszystko", - "Collapse/Expand this %(xblock_type)s": "Zwi\u0144/rozwi\u0144 ten %(xblock_type)s", - "Coming Soon": "Wkr\u00f3tce", - "Common Problem Types": "Popularne typy \u0107wicze\u0144", - "Complete courses on your schedule to ensure you stand out in your field!": "Ko\u0144cz kursy wed\u0142ug w\u0142asnego planu i wybij si\u0119 z t\u0142umu!", - "Completed": "Uko\u0144czone", - "Component Location ID": "Identyfikator lokalizacji elementu", - "Configure": "Skonfiguruj", - "Confirm": "Potwierd\u017a", - "Confirm Timed Transcript": "Potwierd\u017a transkrypcj\u0119", - "Congratulations!": "Gratulacje!", - "Congratulations! You are now verified on %(platformName)s!": "Gratulacje! Jeste\u015b teraz zweryfikowanym studentem %(platformName)s!", - "Contains staff only content": "Zawiera tre\u015b\u0107 wy\u0142\u0105cznie dla kadry", + ], + "(optional)": "(opcjonalny)", + "(required)": "(wymagany/a/e)", + "(required):": "(wymagany):", + "- Sortable": "- Sortowalne", + "6 a.m.": "6 rano", + "6 p.m.": "6 po po\u0142udniu", + ": video upload complete.": ": przesy\u0142anie filmu uko\u0144czone.", + "<%= user %> already in exception list.": "<%= user %> ju\u017c figuruje na li\u015bcie wyj\u0105tk\u00f3w.", + "<%= user %> has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.": "Student <%= user %> zosta\u0142 pomy\u015blnie dodany do listy wyj\u0105tk\u00f3w. Kliknij przycisk poni\u017cej, aby wys\u0142a\u0107 certyfikat.", + "A driver's license, passport, or government-issued ID with your name and photo.": "Dow\u00f3d osobisty, prawo jazdy, paszport lub inny dokument to\u017csamo\u015bci zawieraj\u0105cy twoje zdj\u0119cie oraz imi\u0119 i nazwisko.", + "A driver's license, passport, or other government-issued ID with your name and photo": "Dow\u00f3d osobisty, prawo jazdy, paszport lub inny dokument to\u017csamo\u015bci zawieraj\u0105cy twoje zdj\u0119cie oraz imi\u0119 i nazwisko.", + "A highlight to look forward to this week.": "Wskaz\u00f3wka na ten tydzie\u0144.", + "A list of courses you have just enrolled in as a verified student": "Lista kurs\u00f3w na kt\u00f3re zapisa\u0142e\u015b si\u0119 ostatnio jako zweryfikowany student", + "A name that identifies your team (maximum 255 characters).": "Nazwa identyfikuj\u0105ca tw\u00f3j zesp\u00f3\u0142 (maksymalnie 255 znak\u00f3w).", + "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "Kr\u00f3tki opis zespo\u0142u maj\u0105cy pom\u00f3c innym studentom zrozumie\u0107 jego cele lub kierunki (maksymalnie 300 znak\u00f3w).", + "A valid email address is required": "Wymagany jest prawid\u0142owy adres e-mail", + "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", + "API Key": "Klucz API", + "API Secret": "Has\u0142o API", + "Abbreviation": "Skr\u00f3t", + "About Me": "O mnie", + "About You": "O tobie", + "About me": "O mnie", + "Access to some content in this unit is restricted to specific groups of learners": "Dost\u0119p do niekt\u00f3rych tre\u015bci tej lekcji jest mo\u017cliwy wy\u0142\u0105cznie dla okre\u015blonych grup student\u00f3w.", + "Access to some content in this {blockType} is restricted to specific groups of learners.": "Dost\u0119p do niekt\u00f3rych tre\u015bci w tym {blockType} jest mo\u017cliwy wy\u0142\u0105cznie dla wybranych grup student\u00f3w.", + "Access to this unit is restricted to: {selectedGroupsLabel}": "Dost\u0119p do tego ekranu jest mo\u017cliwy wy\u0142\u0105cznie dla grup/y: {selectedGroupsLabel}", + "Access to this {blockType} is restricted to: {selectedGroupsLabel}": "Dost\u0119p do tego {blockType} jest mo\u017cliwy wy\u0142\u0105cznie dla grup: {selectedGroupsLabel}", + "Accomplishments": "Osi\u0105gni\u0119cia", + "Accomplishments Pagination": "Paginacja osi\u0105gni\u0119\u0107", + "Account": "Konto", + "Account Information": "Dane konta", + "Account Not Activated": "Konto nieaktywowane", + "Account Settings": "Ustawienia konta", + "Account Settings page.": "Ustawienia konta", + "Action": "Czynno\u015b\u0107", + "Action required: Enter a valid date.": "Wymagana czynno\u015b\u0107: wprowad\u017a prawid\u0142ow\u0105 dat\u0119.", + "Actions": "Czynno\u015bci", + "Activate": "Aktywuj", + "Activate Your Account": "Aktywuj swoje konto", + "Active Uploads": "Przesy\u0142anie w toku", + "Add": "Dodaj", + "Add Additional Signatory": "Dodaj dodatkowy podpis", + "Add Cohort": "Dodaj kohort\u0119", + "Add Component:": "Dodaj element:", + "Add Country": "Dodaj kraj", + "Add Learners": "Dodaj student\u00f3w", + "Add New Component": "Dodaj nowy element", + "Add Thumbnail": "Dodaj miniatur\u0119", + "Add Thumbnail - {videoName}": "Dodaj miniatur\u0119 - {videoName}", + "Add URLs for additional versions": "Dodaj adresy URL dla dodatkowych wersji", + "Add a Chapter": "Dodaj rozdzia\u0142", + "Add a New Cohort": "Dodaj now\u0105 kohort\u0119", + "Add a learning outcome here": "Dodaj nowy efekt kszta\u0142cenia", + "Add another group": "Dodaj kolejn\u0105 grup\u0119", + "Add language": "Dodaj j\u0119zyk", + "Add learners to this cohort": "Dodaj student\u00f3w do tej kohorty", + "Add notes about this learner": "Dodaj notatki na temat tego studenta", + "Add to Exception List": "Dodaj do listy wyj\u0105tk\u00f3w", + "Add your first content group": "Dodaj swoj\u0105 pierwsz\u0105 grup\u0119 tre\u015bci", + "Add your first group configuration": "Dodaj swoj\u0105 pierwsz\u0105 konfiguracj\u0119 grupy", + "Add your first textbook": "Dodaj sw\u00f3j pierwszy podr\u0119cznik", + "Add {role} Access": "Dodaj uprawnienia - {role}", + "Adding the selected course to your cart": "Trwa dodawanie wybranego kursu do twojego koszyka", + "Additional Information": "Informacje dodatkowe", + "Additional posts could not be loaded. Refresh the page and try again.": "Nie uda\u0142o si\u0119 wczyta\u0107 kolejnych wpis\u00f3w. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", + "Additional responses could not be loaded. Refresh the page and try again.": "Nie uda\u0142o si\u0119 wczyta\u0107 dodatkowych odpowiedzi. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", + "Admin": "Administrator", + "Advanced": "Zaawansowane", + "After the course\\'s end date has passed, learners can no longer access subsection content. The subsection remains included in grade calculations.": "Po up\u0142ywie daty zako\u0144czenia kursu, studenci nie b\u0119d\u0105 posiada\u0107 dost\u0119pu do tre\u015bci lekcji. Lekcja pozostanie obj\u0119ta przez system ocen.", + "After the subsection\\'s due date has passed, learners can no longer access its content. The subsection remains included in grade calculations.": "Po up\u0142ywie terminu ko\u0144cowego lekcji, studenci nie b\u0119d\u0105 posiada\u0107 do niej dost\u0119pu. Lekcja pozostanie obj\u0119ta przez system ocen.", + "All Learners and Staff": "Wszystkich student\u00f3w i kadry", + "All Posts": "Wszystkie wpisy", + "All Rights Reserved": "Wszelkie prawa zastrze\u017cone", + "All Time Zones": "Wszystkie strefy czasowe", + "All Topics": "Wszystkie tematy", + "All accounts were created successfully.": "Wszystkie konta zosta\u0142y utworzone poprawnie.", + "All groups must have a name.": "Wszystkie grupy musz\u0105 posiada\u0107 nazwy.", + "All groups must have a unique name.": "Ka\u017cda grupa musi posiada\u0107 unikaln\u0105 nazw\u0119.", + "All learners in the {cohort_name} cohort": "Wszystkich student\u00f3w z grupy \"{cohort_name}\"", + "All learners in the {track_name} track": "Wszyscy studenci \u015bcie\u017cki {track_name}", + "All learners who are enrolled in this course": "Wszystkich student\u00f3w, kt\u00f3rzy s\u0105 zapisani na kurs", + "All payment options are currently unavailable.": "Wszystkie opcje p\u0142atno\u015bci s\u0105 w tej chwili niedost\u0119pne.", + "All professional education courses are fee-based, and require payment to complete the enrollment process.": "Wszystkie kursy edukacji specjalistycznej s\u0105 p\u0142atne, a wniesienie op\u0142aty jest cz\u0119\u015bci\u0105 czynno\u015bci naboru.", + "All subsections": "Wszystkie lekcje", + "All teams": "Wszystkie zespo\u0142y", + "All topics": "Wszystkie tematy", + "All units": "Wszystkie ekrany", + "All users on the Exception list": "Dla wszystkich student\u00f3w z listy wyj\u0105tk\u00f3w", + "All users on the Exception list who do not yet have a certificate": "Dla wszystkich student\u00f3w z listy wyj\u0105tk\u00f3w, kt\u00f3rzy jeszcze nie maj\u0105 certyfikatu", + "Allow students to generate certificates for this course?": "Pozwoli\u0107 studentom na generowanie certyfikat\u00f3w z tego kursu?", + "Already a course team member": "Jest ju\u017c cz\u0142onkiem kadry kursu", + "Already a library team member": "Jest ju\u017c cz\u0142onkiem biblioteki", + "Already a member": "Jest ju\u017c cz\u0142onkiem", + "Already have an {platformName} account?": "Posiadasz ju\u017c konto na platformie {platformName}?", + "Always divide content-specific discussion topics": "Zawsze dziel tematy dyskusji okre\u015blonej tre\u015bci", + "Always show assessment results": "Zawsze pokazuj wyniki zada\u0144", + "Amount": "Ilo\u015b\u0107", + "An email has been sent to {userEmail} with a link for you to activate your account.": "Na adres {userEmail} zosta\u0142a wys\u0142ana wiadomo\u015b\u0107 e-mail zawieraj\u0105ca odno\u015bnik do aktywacji konta.", + "An error has occurred. Check your Internet connection and try again.": "Wyst\u0105pi\u0142 b\u0142\u0105d. Sprawd\u017a swoje po\u0142\u0105czenie z Internetem i spr\u00f3buj ponownie.", + "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "Wyst\u0105pi\u0142 b\u0142\u0105d. Upewnij si\u0119, \u017ce masz po\u0142\u0105czenie z Internetem i od\u015bwie\u017c stron\u0119.", + "An error has occurred. Please try again later.": "Wyst\u0105pi\u0142 b\u0142\u0105d. Spr\u00f3buj ponownie p\u00f3\u017aniej.", + "An error has occurred. Please try again.": "Wyst\u0105pi\u0142 b\u0142\u0105d. Spr\u00f3buj ponownie.", + "An error has occurred. Please try reloading the page.": "Wyst\u0105pi\u0142 b\u0142\u0105d. Spr\u00f3buj od\u015bwie\u017cy\u0107 stron\u0119.", + "An error has occurred. Refresh the page, and then try again.": "Wyst\u0105pi\u0142 b\u0142\u0105d. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", + "An error has occurred. Try refreshing the page, or check your Internet connection.": "Wyst\u0105pi\u0142 b\u0142\u0105d. Spr\u00f3buj od\u015bwie\u017cy\u0107 stron\u0119 lub sprawd\u017a po\u0142\u0105czenie z Internetem.", + "An error has occurred. Wait a few minutes, and then try again.": "Wyst\u0105pi\u0142 b\u0142\u0105d. Odczekaj chwil\u0119 i spr\u00f3buj ponownie.", + "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie odzyskiwania twojego e-maila. Spr\u00f3buj ponownie p\u00f3\u017aniej lub skontaktuj si\u0119 z pomoc\u0105 techniczn\u0105 je\u015bli problem nie ust\u0105pi.", + "An error occurred when signing you in to %s.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie logowania do %s.", + "An error occurred while removing the member from the team. Try again.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie usuwania cz\u0142onka zespo\u0142u. Prosz\u0119 spr\u00f3bowa\u0107 ponownie.", + "An error occurred.": "Wyst\u0105pi\u0142 b\u0142\u0105d.", + "An error occurred. Make sure that the student's username or email address is correct and try again.": "Wyst\u0105pi\u0142 b\u0142\u0105d. Upewnij si\u0119, \u017ce nazwa u\u017cytkownika studenta lub jego adres e-mail s\u0105 prawid\u0142owe i spr\u00f3buj ponownie.", + "An error occurred. Please reload the page.": "Wyst\u0105pi\u0142 b\u0142\u0105d. Prosz\u0119 od\u015bwie\u017cy\u0107 stron\u0119.", + "An error occurred. Please try again.": "Wyst\u0105pi\u0142 b\u0142\u0105d. Spr\u00f3buj ponownie.", + "An error occurred. Try again.": "Wyst\u0105pi\u0142 b\u0142\u0105d. Spr\u00f3buj ponownie.", + "An unexpected error occurred. Please try again.": "Wyst\u0105pi\u0142 nieoczekiwany b\u0142\u0105d. Spr\u00f3buj ponownie.", + "Any course progress or grades from your current session will be lost.": "Twoje oceny i stan post\u0119pu z obecnej sesji kursu zostan\u0105 utracone.", + "Any divided discussion topics are divided based on cohort.": "Podzielone tematy dyskusji s\u0105 dzielone na podstawie kohort.", + "Any divided discussion topics are divided based on enrollment track.": "Podzielone tematy dyskusji s\u0105 dzielone na podstawie \u015bcie\u017cek kursu.", + "April": "Kwiecie\u0144", + "Are you having trouble finding a team to join?": "Masz problem ze znalezieniem zespo\u0142u?", + "Are you sure that you want to leave this session?": "Czy na pewno chcesz opu\u015bci\u0107 t\u0119 sesj\u0119 kursu?", + "Are you sure you want to change to a different session?": "Czy na pewno chcesz dokona\u0107 zmiany na inn\u0105 sesj\u0119 kursu?", + "Are you sure you want to delete this comment?": "Czy na pewno chcesz usun\u0105\u0107 ten komentarz?", + "Are you sure you want to delete this post?": "Czy na pewno chcesz usun\u0105\u0107 ten wpis?", + "Are you sure you want to delete this response?": "Czy na pewno chcesz usun\u0105\u0107 t\u0119 odpowied\u017a?", + "Are you sure you want to delete this update?": "Czy na pewno chcesz usun\u0105\u0107 t\u0119 zmian\u0119?", + "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "Czy na pewno chcesz usun\u0105\u0107 {email} z kadry kursu \u201c{container}\u201d?", + "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "Czy na pewno chcesz usun\u0105\u0107 {email} z biblioteki \"{container}\"?", + "Are you sure you want to remove this video from the list?": "Czy na pewno chcesz usun\u0105\u0107 ten film z listy?", + "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "Czy na pewno chcesz odm\u00f3wi\u0107 dost\u0119pu {email} do \u201c{container}\u201d?", + "Are you sure you want to select this session?": "Czy na pewno decydujesz si\u0119 na t\u0119 sesj\u0119 kursu?", + "Are you sure you want to unenroll from {courseName} ({courseNumber})? You will be refunded the amount you paid.": "Czy na pewno chcesz si\u0119 wypisa\u0107 z kursu {courseName} ({courseNumber})? Otrzymasz zwrot op\u0142aty za dost\u0119p do kursu.", + "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "Czy na pewno chcesz usun\u0105\u0107 ten element? Nie mo\u017cna tego odwr\u00f3ci\u0107!\n\nWszelkie tre\u015bci, kt\u00f3re odnosz\u0105 si\u0119 do tego elementu, nie b\u0119d\u0105 dzia\u0142a\u0107 (np. obrazy i odno\u015bniki) ", + "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "W ramach czynno\u015bci potwierdzania to\u017csamo\u015bci, wykonujesz zdj\u0119cie swojej twarzy oraz dokumentu to\u017csamo\u015bci ze zdj\u0119ciem. Nasz zesp\u00f3\u0142 autoryzacyjny potwierdzi twoj\u0105 to\u017csamo\u015b\u0107 por\u00f3wnuj\u0105c \u015bwie\u017co zrobione zdj\u0119cie ze zdj\u0119ciem z twojego dokumentu.", + "As you complete courses, you will see them listed here.": "Na poni\u017cszej li\u015bcie znajdziesz wszystkie uko\u0144czone przez siebie kursy.", + "Assessment": "Ocena", + "Assessment Results Visibility": "Widoczno\u015b\u0107 wynik\u00f3w zada\u0144", + "Assessments": "Oceny", + "Assign learners to cohorts by uploading a CSV file": "Przydziel student\u00f3w do kohort przesy\u0142aj\u0105c plik CSV", + "Assign students to cohorts by uploading a CSV file.": "Dodaj student\u00f3w do kohorty poprzez za\u0142adowanie pliku CSV.", + "Assignment Type Name": "Nazwa typu zadania", + "Associated Content Group": "Powi\u0105zana grupa tre\u015bci", + "August": "Sierpie\u0144", + "Automated Transcripts": "Zautomatyzowane transkrypcje", + "Automatic": "Automatyczna", + "Automatic transcripts are disabled.": "Automatyczne transkrypcje s\u0105 wy\u0142\u0105czone.", + "Available %s": "Dost\u0119pne %s", + "Back to Full List": "Powr\u00f3t do pe\u0142nej listy", + "Back to sign in": "Powr\u00f3t do strony logowania", + "Back to {platform} FAQs": "Powr\u00f3t do PiO {platform}", + "Basic": "Podstawowy", + "Basic Account Information": "Podstawowe dane konta", + "Be sure your entire face is inside the frame": "Upewnij si\u0119, \u017ce ca\u0142a twarz znajduje si\u0119 w ramce.", + "Before proceeding, please confirm that your details match": "Przed przej\u015bciem dalej, prosz\u0119 potwierdzi\u0107 zgodno\u015b\u0107 danych", + "Before you upgrade to a certificate track, you must activate your account.": "Zanim podniesiesz swoje zaanga\u017cowanie w kursie, musisz aktywowa\u0107 swoje konto.", + "Billed to": "Nabywca:", + "Biography": "Profil", + "Block view is unavailable": "Podgl\u0105d bloku jest niedost\u0119pny", + "Blockquote": "Cytat", + "Blockquote (Ctrl+Q)": "D\u0142ugi cytat (Ctrl+Q)", + "Bold (Ctrl+B)": "Pogrubienie (Ctrl+B)", + "Bookmark this page": "Dodaj zak\u0142adk\u0119 na tej stronie", + "Bookmarked": "Dodano do zak\u0142adek", + "Bookmarked on": "Dodano do zak\u0142adek", + "Browse": "Przegl\u0105daj", + "Browse recently launched courses and see what\\'s new in your favorite subjects": "Przejrzyj list\u0119 ostatnio dodanych kurs\u00f3w i sprawd\u017a nowo\u015bci z twoich ulubionych dziedzin.", + "Bulk Exceptions": "Masowe wyj\u0105tki", + "Bulleted List (Ctrl+U)": "Lista punktowana (Ctrl+U)", + "COMPLETED COURSES": "KURSY UKO\u0143CZONE", + "COURSES IN PROGRESS": "KURSY W TRAKCIE", + "Can we match the photo you took with the one on your ID?": "Czy uda nam si\u0119 por\u00f3wna\u0107 wykonane przez ciebie zdj\u0119cie z tym z twojego dokumentu?", + "Cancel": "Anuluj", + "Cancel enrollment code": "Anuluj kod rejestracyjny", + "Cancel team creating.": "Anuluj tworzenie zespo\u0142u", + "Cancel team updating.": "Anuluj edycj\u0119 zespo\u0142u", + "Cannot delete when in use by a unit": "Nie mo\u017cna usun\u0105\u0107 je\u015bli znajduje si\u0119 w u\u017cyciu w ekranie", + "Cannot delete when in use by an experiment": "Nie mo\u017cna usun\u0105\u0107 gdy znajduje si\u0119 w eksperymencie", + "Cannot drop more <%= types %> assignments than are assigned.": "Nie mo\u017cna pomin\u0105\u0107 wi\u0119cej ni\u017c <%= types %> przydzielonych zada\u0144.", + "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "Uwaga: Ostatnio opublikowana wersja tego ekranu znajduje si\u0119 obecnie w u\u017cyciu. Dokonuj\u0105c zmian, zmienisz stan post\u0119pu student\u00f3w.", + "Certificate Details": "Szczeg\u00f3\u0142y certyfikatu", + "Certificate Generated": "Certyfikat wygenerowany", + "Certificate Information": "Dane certyfikatu", + "Certificate Name": "Nazwa certyfikatu", + "Certificate Purchased": "Certyfikat op\u0142acony", + "Certificate Signatories": "Podpisy do certyfikat\u00f3w", + "Certificate Signatory Configuration": "Konfiguracja sygnatariusza certyfikatu", + "Certificate Status:": "Stan certyfikatu:", + "Certificate has been successfully invalidated for <%= user %>.": "Certyfikat studenta: <%= user %> zosta\u0142 pomy\u015blnie uniewa\u017cniony.", + "Certificate name is required.": "Wymagana jest nazwa certyfikatu.", + "Certificate of <%= user %> has already been invalidated. Please check your spelling and retry.": "Certyfikat studenta: <%= user %> zosta\u0142 ju\u017c uniewa\u017cniony. Prosz\u0119 sprawdzi\u0107 pisowni\u0119 i spr\u00f3bowa\u0107 ponownie.", + "Change": "Zmie\u0144", + "Change Enrollment": "Zmie\u0144 tryb kursu", + "Change Manually": "Zmie\u0144 r\u0119cznie", + "Change My Email Address": "Zmie\u0144 m\u00f3j adres e-mail", + "Change Session": "Zmie\u0144 sesj\u0119", + "Change image": "Zmie\u0144 zdj\u0119cie", + "Change or Leave Session": "Zmie\u0144 lub opu\u015b\u0107 sesj\u0119 kursu", + "Change to a different session or leave the current session.": "Zmie\u0144 na inn\u0105 sesj\u0119 lub opu\u015b\u0107 obecn\u0105 sesj\u0119.", + "Changes to steps that are not selected as part of the assignment will not be saved.": "Zmiany w krokach, kt\u00f3re nie zosta\u0142y wybrane jako elementy zadania, nie zostan\u0105 zapisane.", + "Chapter Asset": "Zas\u00f3b rozdzia\u0142u", + "Chapter Name": "Nazwa rozdzia\u0142u", + "Chapter information": "Informacje o rozdziale", + "Chapter {order}": "Rozdzia\u0142 {order}", + "Check Your Email": "Sprawd\u017a swoj\u0105 poczt\u0119 e-mail", + "Check the highlighted fields below and try again.": "Sprawd\u017a oznaczone pola i spr\u00f3buj ponownie.", + "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "Zaznacz to pole, aby raz dziennie otrzymywa\u0107 zbiorczy e-mail z aktualno\u015bciami i nowymi wpisami w tematach, kt\u00f3re \u015bledzisz.", + "Check your email": "Sprawd\u017a poczt\u0119 e-mail", + "Check your email account for instructions to reset your password.": "Sprawd\u017a poczt\u0119 e-mail, aby zapozna\u0107 si\u0119 z instrukcj\u0105 resetowania has\u0142a.", + "Check your email for an activation message.": "Sprawd\u017a poczt\u0119 e-mail i odszuka\u0107 wiadomo\u015b\u0107 aktywacyjn\u0105.", + "Checkout": "Zap\u0142a\u0107", + "Checkout with PayPal": "Zap\u0142a\u0107 z PayPal", + "Checkout with {processor}": "Zap\u0142a\u0107 z {processor}", + "Choose": "Wybierz", + "Choose File": "Wybierz plik", + "Choose One": "Wybierz jeden", + "Choose a .csv file": "Wybierz plik .csv", + "Choose a Date": "Wybierz Dat\u0119", + "Choose a Time": "Wybierz Czas", + "Choose a content group to associate": "Wybierz grup\u0119 tre\u015bci do powi\u0105zania", + "Choose a time": "Wybierz czas", + "Choose all": "Wybierz wszystkie", + "Choose mode": "Wybierz tryb", + "Choose one": "Wybierz jeden", + "Choose your institution from the list below:": "Wybierz swoj\u0105 uczelni\u0119 z poni\u017cszej listy:", + "Chosen %s": "Wybrane %s", + "Clear": "Wyczy\u015b\u0107", + "Clear All": "Wyczy\u015b\u0107 wszystko", + "Clear Grading Due Date": "Wyczy\u015b\u0107 termin ko\u0144cowy oceniania", + "Clear Release Date/Time": "Zresetuj dat\u0119/czas upublicznienia", + "Clear Value": "Wyczy\u015b\u0107 warto\u015b\u0107", + "Clear search": "Wyczy\u015b\u0107 wyszukiwanie", + "Clear search results": "Wyczy\u015b\u0107 wyniki wyszukiwania", + "Click to add a new %(xblock_type)s": "Kliknij, aby doda\u0107 nowy %(xblock_type)s", + "Click to change": "Kliknij, aby zmieni\u0107", + "Click to choose all %s at once.": "Kliknij, aby wybra\u0107 jednocze\u015bnie wszystkie %s.", + "Click to edit": "Kliknij, aby wyedytowa\u0107", + "Click to remove all chosen %s at once.": "Kliknij, aby usun\u0105\u0107 jednocze\u015bnie wszystkie wybrane %s.", + "Close": "Zamknij", + "Code": "Kod", + "Code Sample (Ctrl+K)": "Przyk\u0142adowy kod (Ctrl+K)", + "Cohort Assignment Method": "Metoda przydzielania do kohorty", + "Cohort Name": "Nazwa kohorty", + "Cohorts": "Kohorty", + "Cohorts Disabled": "Kohorty wy\u0142\u0105czone", + "Cohorts Enabled": "Kohorty w\u0142\u0105czone", + "Collapse All": "Zwi\u0144 wszystko", + "Collapse/Expand this %(xblock_type)s": "Zwi\u0144/rozwi\u0144 ten %(xblock_type)s", + "Coming Soon": "Wkr\u00f3tce", + "Common Problem Types": "Popularne typy \u0107wicze\u0144", + "Complete courses on your schedule to ensure you stand out in your field!": "Ko\u0144cz kursy wed\u0142ug w\u0142asnego planu i wybij si\u0119 z t\u0142umu!", + "Completed": "Uko\u0144czone", + "Configure": "Skonfiguruj", + "Confirm": "Potwierd\u017a", + "Confirm Timed Transcript": "Potwierd\u017a transkrypcj\u0119", + "Congratulations!": "Gratulacje!", + "Congratulations! You are now verified on %(platformName)s!": "Gratulacje! Jeste\u015b teraz zweryfikowanym studentem %(platformName)s!", + "Contains staff only content": "Zawiera tre\u015b\u0107 wy\u0142\u0105cznie dla kadry", "Contains {count} group": [ - "Zawiera {count} grup\u0119", - "Zawiera {count} grupy", - "Zawiera {count} grup", + "Zawiera {count} grup\u0119", + "Zawiera {count} grupy", + "Zawiera {count} grup", "Zawiera {count} grup" - ], - "Content Group ID": "Identyfikator grupy tre\u015bci", - "Content Group Name": "Nazwa grupy tre\u015bci", - "Content-Specific Discussion Topics": "Tematy dyskusji okre\u015blonej tre\u015bci", - "Copy Email To Editor": "Skopiuj e-mail do edytora", - "Correct failed component": "Napraw b\u0142\u0119dny element", - "Cost": "Cena", - "Could not find Certificate Exception in white list. Please refresh the page and try again": "Nie uda\u0142o si\u0119 odnale\u017a\u0107 wyj\u0105tku certyfikatu na bia\u0142ej li\u015bcie. Prosz\u0119 od\u015bwie\u017cy\u0107 stron\u0119 i spr\u00f3bowa\u0107 ponownie.", - "Could not find Certificate Invalidation in the list. Please refresh the page and try again": "Nie uda\u0142o si\u0119 odnale\u017a\u0107 uniewa\u017cnienia certyfikatu na li\u015bcie. Prosz\u0119 od\u015bwie\u017cy\u0107 stron\u0119 i spr\u00f3bowa\u0107 ponownie.", - "Could not find a user with username or email address '<%- identifier %>'.": "Nie uda\u0142o si\u0119 odnale\u017a\u0107 u\u017cytkownika o nazwie lub adresie e-mail '<%- identifier %>'.", - "Could not find users associated with the following identifiers:": "Nie uda\u0142o si\u0119 odnale\u017a\u0107 u\u017cytkownik\u00f3w o podanych identyfikatorach:", - "Could not override problem score for {user}.": "Nie uda\u0142o si\u0119 nadpisa\u0107 wyniku \u0107wiczenia dla studenta {user}.", - "Could not retrieve download url.": "Nie mo\u017cna odczyta\u0107 adresu URL pobierania.", - "Could not retrieve payment information": "Pobieranie informacji o p\u0142atno\u015bci nie powiod\u0142o si\u0119", - "Could not retrieve upload url.": "Nie mo\u017cna odczyta\u0107 adresu URL uploadu.", - "Could not submit order": "Sk\u0142adanie zam\u00f3wienia nie powiod\u0142o si\u0119", - "Could not submit photos": "Przes\u0142anie zdj\u0119cia nie powiod\u0142o si\u0119.", - "Could not upload the video image file": "Nie uda\u0142o si\u0119 przes\u0142a\u0107 pliku obrazka filmu.", - "Couldn't Save This Assignment": "Nie uda\u0142o si\u0119 zapisa\u0107 tego zadania", - "Country": "Region", - "Country of residence": "Kraj zamieszkania", - "Country or Region of Residence": "Kraj lub region", + ], + "Content Group ID": "Identyfikator grupy tre\u015bci", + "Content Group Name": "Nazwa grupy tre\u015bci", + "Content-Specific Discussion Topics": "Tematy dyskusji okre\u015blonej tre\u015bci", + "Copy Email To Editor": "Skopiuj e-mail do edytora", + "Correct failed component": "Napraw b\u0142\u0119dny element", + "Cost": "Cena", + "Could not find Certificate Exception in white list. Please refresh the page and try again": "Nie uda\u0142o si\u0119 odnale\u017a\u0107 wyj\u0105tku certyfikatu na bia\u0142ej li\u015bcie. Prosz\u0119 od\u015bwie\u017cy\u0107 stron\u0119 i spr\u00f3bowa\u0107 ponownie.", + "Could not find Certificate Invalidation in the list. Please refresh the page and try again": "Nie uda\u0142o si\u0119 odnale\u017a\u0107 uniewa\u017cnienia certyfikatu na li\u015bcie. Prosz\u0119 od\u015bwie\u017cy\u0107 stron\u0119 i spr\u00f3bowa\u0107 ponownie.", + "Could not find a user with username or email address '<%- identifier %>'.": "Nie uda\u0142o si\u0119 odnale\u017a\u0107 u\u017cytkownika o nazwie lub adresie e-mail '<%- identifier %>'.", + "Could not find users associated with the following identifiers:": "Nie uda\u0142o si\u0119 odnale\u017a\u0107 u\u017cytkownik\u00f3w o podanych identyfikatorach:", + "Could not override problem score for {user}.": "Nie uda\u0142o si\u0119 nadpisa\u0107 wyniku \u0107wiczenia dla studenta {user}.", + "Could not retrieve download url.": "Nie mo\u017cna odczyta\u0107 adresu URL pobierania.", + "Could not retrieve payment information": "Pobieranie informacji o p\u0142atno\u015bci nie powiod\u0142o si\u0119", + "Could not retrieve upload url.": "Nie mo\u017cna odczyta\u0107 adresu URL uploadu.", + "Could not submit order": "Sk\u0142adanie zam\u00f3wienia nie powiod\u0142o si\u0119", + "Could not submit photos": "Przes\u0142anie zdj\u0119cia nie powiod\u0142o si\u0119.", + "Could not upload the video image file": "Nie uda\u0142o si\u0119 przes\u0142a\u0107 pliku obrazka filmu.", + "Couldn't Save This Assignment": "Nie uda\u0142o si\u0119 zapisa\u0107 tego zadania", + "Country": "Region", + "Country of residence": "Kraj zamieszkania", + "Country or Region of Residence": "Kraj lub region", "Course": [ - "Kurs", - "Kursy", - "Kurs\u00f3w", + "Kurs", + "Kursy", + "Kurs\u00f3w", "Kurs\u00f3w" - ], - "Course Credit Requirements": "Wymagania do punkt\u00f3w edukacyjnych", - "Course End": "Zako\u0144czenie kursu", - "Course Handouts": "Notatki z kursu", - "Course ID": "Identyfikator kursu", - "Course Index": "Indeks kursu", - "Course Key": "Klucz kursu", - "Course Number": "Numer kursu", - "Course Number Override": "Nadpisanie numeru kursu", - "Course Outline": "Program kursu", - "Course Start": "Rozpocz\u0119cie kursu", - "Course Title": "Nazwa kursu", - "Course Title Override": "Nadpisanie nazwy kursu", - "Course Video Settings": "Ustawienia film\u00f3w kursu", - "Course is not yet visible to students.": "Kurs nie jest jeszcze widoczny dla student\u00f3w.", - "Course pacing cannot be changed once a course has started.": "Nie mo\u017cna zmieni\u0107 trybu kursu po dacie rozpocz\u0119cia kursu.", - "Course title": "Nazwa kursu", - "Course-Wide Discussion Topics": "Tematy dyskusji z ca\u0142ego kursu", - "Create": "Utw\u00f3rz", - "Create Account": "Utw\u00f3rz konto", - "Create Re-run": "Utw\u00f3rz wznowienie", - "Create a %(link_start)sMozilla Backpack%(link_end)s account, or log in to your existing account": "Utw\u00f3rz konto %(link_start)sw Mozilla Backpack%(link_end)s lub zaloguj si\u0119 na istniej\u0105ce konto.", - "Create a New Team": "Utw\u00f3rz nowy zesp\u00f3\u0142", - "Create a content group": "Utw\u00f3rz grup\u0119 tre\u015bci", - "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "Utw\u00f3rz nowy zesp\u00f3\u0142, je\u015bli nie mo\u017cesz znale\u017a\u0107 odpowiedniego dla siebie zespo\u0142u, albo je\u015bli chcesz si\u0119 uczy\u0107 ze znajomymi.", - "Create account using %(providerName)s.": "Utw\u00f3rz konto u\u017cywaj\u0105c %(providerName)s.", - "Create an Account": "Utw\u00f3rz konto", - "Create an Account.": "Utw\u00f3rz konto", - "Create an account using": "Utw\u00f3rz konto u\u017cywaj\u0105c", - "Create team.": "Utw\u00f3rz zesp\u00f3\u0142", - "Creating missing groups": "Tworzenie brakuj\u0105cych grup", - "Creative Commons licensed content, with terms as follow:": "Tre\u015b\u0107 na licencji Creative Commons na nast\u0119puj\u0105cych warunkach:", - "Criterion Added": "Dodano kryterium", - "Criterion Deleted": "Kryterium usuni\u0119te", - "Crossed out items have been refunded.": "Za wykre\u015blone elementy nast\u0105pi\u0142 zwrot pieni\u0119dzy.", - "Current Role:": "Obecna rola:", - "Current conversation": "Aktualna dyskusja", - "Current enrollment mode:": "Obecny tryb uczestnictwa:", - "Current location": "Obecna lokalizacja", - "Current tab": "Aktualna zak\u0142adka", - "Currently selected": "Obecnie wybrane", - "Date": "Data", - "Date Added": "Data dodania", - "Date Joined": "Data do\u0142\u0105czenia", - "Date Placed": "Data z\u0142o\u017cenia", - "Deactivate": "Dezaktywuj", - "December": "Grudzie\u0144", - "Default (Local Time Zone)": "Domy\u015blna (lokalna strefa czasowa)", - "Default Timed Transcript": "Domy\u015blna transkrypcja", - "Delete": "Usu\u0144", - "Delete \"<%= signatoryName %>\" from the list of signatories?": "Usun\u0105\u0107 \"<%= signatoryName %>\" z listy sygnatariuszy?", - "Delete File Confirmation": "Potwierdzenie usuni\u0119cia pliku", - "Delete Team": "Usu\u0144 zesp\u00f3\u0142", - "Delete student '<%- student_id %>'s state on problem '<%- problem_id %>'?": "Czy usun\u0105\u0107 stan studenta '<%- student_id %>' dla \u0107wiczenia '<%- problem_id %>'?", - "Delete the user, {username}": "Usu\u0144 u\u017cytkownika, {username}", - "Delete this %(item_display_name)s?": "Czy usun\u0105\u0107 %(item_display_name)s?", - "Delete this asset": "Usu\u0144 ten zas\u00f3b", - "Delete this team?": "Czy usun\u0105\u0107 ten zesp\u00f3\u0142?", - "Deleted Content Group": "Usuni\u0119to grup\u0119 tre\u015bci", - "Deleted Group": "Usuni\u0119ta grupa", - "Deleting a team is permanent and cannot be undone. All members are removed from the team, and team discussions can no longer be accessed.": "Usuni\u0119cie zespo\u0142u jest definitywne i nie mo\u017ce zosta\u0107 cofni\u0119te. Wszyscy cz\u0142onkowie zespo\u0142u zostan\u0105 z niego usuni\u0119ci, a forum zespo\u0142u stanie si\u0119 niedost\u0119pne.", - "Deleting this %(item_display_name)s is permanent and cannot be undone.": "Usuni\u0119cie tego elementu: %(item_display_name)s jest procesem nieodwracalnym.", - "Deprecated": "Przestarza\u0142y", - "Describe ": "Opis", - "Description": "Opis", - "Description of the certificate": "Opis certyfikatu", - "Discard Changes": "Odrzu\u0107 zmiany", - "Discussion Home": "Strona g\u0142\u00f3wna dyskusji", - "Discussion topics in the course are not divided.": "Tematy dyskusji kursu s\u0105 niepodzielone.", - "Discussions are unified; all learners interact with posts from other learners, regardless of the group they are in.": "Dyskusje s\u0105 uwsp\u00f3lnione; studenci mog\u0105 si\u0119 odnosi\u0107 do wpis\u00f3w innych student\u00f3w niezale\u017cnie od grupy do kt\u00f3rej nale\u017c\u0105.", - "Display Name": "Nazwa wy\u015bwietlana", - "Divide the selected content-specific discussion topics": "Podziel zaznaczone tematy dyskusji okre\u015blonej tre\u015bci", - "Divided": "Podzielone", - "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "Czy chcesz zwolni\u0107 studenta ('{student_id}') z egzaminu wst\u0119pnego?", - "Do you want to replace the edX transcript with the YouTube transcript?": "Czy chcesz podmieni\u0107 bie\u017c\u0105c\u0105 transkrypcj\u0119 na nowsz\u0105 transkrypcj\u0119 z YouTube?", - "Do you want to upload your file before submitting?": "Czy chcesz wgra\u0107 sw\u00f3j plik przed wys\u0142aniem odpowiedzi?", - "Does the name on your ID match your account name: %(fullName)s?": "Czy imi\u0119 i nazwisko na dokumencie zgadzaj\u0105 si\u0119 z danymi konta: %(fullName)s?", - "Does the photo of you match your ID photo?": "Czy zdj\u0119cie twojej twarzy odpowiada temu z dokumentu to\u017csamo\u015bci?", - "Does the photo of you show your whole face?": "Czy na zdj\u0119ciu wida\u0107 ca\u0142\u0105 twoj\u0105 twarz?", - "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "Nie widzisz swojego zdj\u0119cia? Upewnij si\u0119, \u017ce zezwalasz swojej przegl\u0105darce na u\u017cycie kamerki, gdy pojawia si\u0119 pro\u015bba o zgod\u0119.", - "Donate": "Przeka\u017c darowizn\u0119", - "Double-check that your webcam is connected and working to continue.": "Aby kontynuowa\u0107, upewnij si\u0119, \u017ce twoja kamera internetowa jest pod\u0142\u0105czana i dzia\u0142a", - "Download": "Pobierz", - "Download Transcript for Editing": "Pobierz transkrypcj\u0119 do cel\u00f3w edycji", - "Download URL": "Adres pobierania", - "Download available encodings (.csv)": "Pobierz dost\u0119pne kodowania (.csv)", - "Download the user's certificate": "Pobierz certyfikat studenta", - "Draft (Never published)": "Wersja robocza (nigdy niepublikowana)", - "Draft (Unpublished changes)": "Wersja robocza (nieopublikowane zmiany)", - "Draft saved on {lastSavedStart}{editedOn}{lastSavedEnd} by {editedByStart}{editedBy}{editedByEnd}": "Szkic zapisany {lastSavedStart}{editedOn}{lastSavedEnd} przez {editedByStart}{editedBy}{editedByEnd}", - "Drag and drop or {spanStart}browse your computer{spanEnd}.": "Przeci\u0105gnij i upu\u015b\u0107 lub {spanStart}przegl\u0105daj zasoby komputera{spanEnd}.", - "Drag to reorder": "Przeci\u0105gnij, aby zmieni\u0107 kolejno\u015b\u0107", - "Drop target image": "Upu\u015b\u0107 obraz docelowy", - "Due Date": "Termin ko\u0144cowy", - "Due Date:": "Termin ko\u0144cowy:", - "Due Time in UTC:": "Termin ko\u0144cowy w strefie UTC:", - "Due date cannot be before start date.": "Termin ko\u0144cowy nie mo\u017ce by\u0107 wcze\u015bniejszy ni\u017c data rozpocz\u0119cia.", - "Due:": "Termin:", - "Duplicate": "Zduplikuj", - "Duration (sec)": "Czas trwania (sek)", - "Earned %(created)s.": "Zdoby\u0142e\u015b %(created)s.", - "Earned Certificates": "Uzyskane certyfikaty", - "EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.": "Nie posiadamy transkrypcji dla tego filmu w Studio, ale odnale\u017ali\u015bmy transkrypcj\u0119 w serwisie YouTube. Mo\u017cesz zaimportowa\u0107 transkrypcj\u0119 z YouTube lub przes\u0142a\u0107 w\u0142asny plik transkrypcji w formacie .srt.", - "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "Brak transkrypcji dla tego filmu. Prosz\u0119 wgra\u0107 plik .srt.", - "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "Posiadamy transkrypcj\u0119 dla tego filmu. Je\u015bli chcesz dokona\u0107 edycji transkrypcji, mo\u017cesz j\u0105 pobra\u0107, wyedytowa\u0107, a nast\u0119pnie przes\u0142a\u0107 i podmieni\u0107. Je\u015bli chcesz podmieni\u0107 obecn\u0105 transkrypcj\u0119, wgraj nowy plik .srt", - "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "Posiadamy transkrypcj\u0119 dla tego filmu. Je\u015bli chcesz podmieni\u0107 transkrypcj\u0119, prze\u015blij nowy plik .srt. Je\u015bli natomiast chcesz dokona\u0107 edycji transkrypcji, pobierz j\u0105, nanie\u015b zmiany i prze\u015blij plik ponownie.", - "Edit %(display_name)s (required)": "Edytuj %(display_name)s (wymagane)", - "Edit Membership": "Edytuj cz\u0142onkostwo", - "Edit Team": "Edytuj zesp\u00f3\u0142", - "Edit Thumbnail": "Edytuj miniatur\u0119", - "Edit Your Name": "Edytuj imi\u0119 i nazwisko", - "Edit this certificate?": "Czy edytowa\u0107 ten certyfikat?", - "Editable": "Edytowalne", - "Education Completed": "Uko\u0144czona edukacja", - "Email": "E-mail", - "Email Address (Sign In)": "Email Address (Logowanie)", - "Email address": "Adres e-mail", - "Emails successfully sent. The following users are no longer enrolled in the course:": "E-maile zosta\u0142y wys\u0142ane poprawnie. Nast\u0119puj\u0105cy u\u017cytkownicy nie s\u0105 ju\u017c zapisani na kurs:", - "Enable": "W\u0142\u0105cz", - "Enable Cohorts": "W\u0142\u0105cz kohorty", - "Enable Now": "W\u0142\u0105cz", - "Enable Weekly Highlight Emails": "W\u0142\u0105cz cotygodniowe e-maile podsumowuj\u0105ce", - "Enabled": "W\u0142\u0105czone", - "End My Exam": "Zako\u0144cz m\u00f3j egzamin", - "Ends {end}": "Zako\u0144czy si\u0119 {end}", - "Engage with posts": "Zareaguj na wpisy", - "Enroll Now": "Zapisz si\u0119", - "Enrolled": "Zapisany", - "Enrolling you in the selected course": "Trwa zapisywanie ciebie na wybrany kurs", - "Enrollment Date": "Data zapisu", - "Enrollment Mode": "Tryb kursu", - "Enrollment Opens on": "Nab\u00f3r rozpocznie si\u0119", - "Enrollment Tracks": "\u015acie\u017cki kursu", - "Ensure that you can see your photo and read your name": "Upewnij si\u0119, \u017ce zdj\u0119cie jest widoczne i mo\u017cna na nim odczyta\u0107 imi\u0119 i nazwisko.", - "Enter 3-5 highlights to include in the email message that learners receive for this section (250 character limit).": "Wprowad\u017a 3-5 wskaz\u00f3wek wysy\u0142anych do student\u00f3w w wiadomo\u015bci e-mail dla tego rozdzia\u0142u (limit 250 znak\u00f3w).", - "Enter Due Date and Time": "Wpisz termin ko\u0144cowy i czas", - "Enter Start Date and Time": "Wpisz dat\u0119 rozpocz\u0119cia i czas", - "Enter a student's username or email address.": "Podaj nazw\u0119 u\u017cytkownika studenta lub jego adres e-mail.", - "Enter a username or email.": "Podaj nazw\u0119 u\u017cytkownika lub adres e-mail.", - "Enter email addresses and/or usernames, separated by new lines or commas, for the learners you want to add. *": "Wpisz adresy e-mail lub nazwy u\u017cytkownika student\u00f3w, kt\u00f3rych chcesz doda\u0107, po jednym w linii lub oddzielone przecinkami.", - "Enter information to describe your team. You cannot change these details after you create the team.": "Wprowad\u017a opis swojego zespo\u0142u. Po jego utworzeniu niemo\u017cliwa b\u0119dzie zmiana tej informacji.", - "Enter team description.": "Podaj opis zespo\u0142u.", - "Enter team name.": "Podaj nazw\u0119 zespo\u0142u.", - "Enter the account information for your organization.": "Wprowad\u017a informacje profilowe dla swojej organizacji.", - "Enter the enrollment code.": "Wprowad\u017a kod rejestracyjny.", - "Enter the name of the cohort": "Podaj nazw\u0119 kohorty", - "Enter the page number you'd like to quickly navigate to.": "Podaj numer strony do kt\u00f3rej chcesz si\u0119 przenie\u015b\u0107.", - "Enter the username or email address of each learner that you want to add as an exception.": "Wprowad\u017a nazw\u0119 u\u017cytkownika lub adres e-mail ka\u017cdego studenta, kt\u00f3rego chcesz doda\u0107 do listy wyj\u0105tk\u00f3w.", - "Enter username or email": "Wprowad\u017a nazw\u0119 u\u017cytkownika lub adres e-mail", - "Enter your ": "Wprowad\u017a sw\u00f3j", - "Entrance exam attempts is being reset for student '{student_id}'.": "Podej\u015bcia do egzaminu wst\u0119pnego s\u0105 resetowane dla studenta '{student_id}'.", - "Entrance exam state is being deleted for student '{student_id}'.": "Stan egzaminu wst\u0119pnego dla studenta '{student_id}' jest usuwany.", - "Error": "B\u0142\u0105d", - "Error adding learners.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie dodawania student\u00f3w.", - "Error adding user": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie dodawania u\u017cytkownika", - "Error adding/removing users as beta testers.": "Wyst\u0105pi\u0142 b\u0142\u0105d przy dodawaniu/usuwaniu u\u017cytkownik\u00f3w z listy beta tester\u00f3w.", - "Error changing user's permissions.": "B\u0142\u0105d w trakcie zmiany uprawnie\u0144 u\u017cytkownika.", - "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "Wyst\u0105pi\u0142 b\u0142\u0105d przy usuwaniu stanu egzaminu wst\u0119pnego dla studenta '{student_id}'. Upewnij si\u0119, \u017ce identyfikator studenta jest poprawny. ", - "Error deleting student '<%- student_id %>'s state on problem '<%- problem_id %>'. Make sure that the problem and student identifiers are complete and correct.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie usuwania stanu studenta '<%- student_id %>' dla \u0107wiczenia '<%- problem_id %>'. Upewnij si\u0119, \u017ce identyfikatory \u0107wiczenia i studenta s\u0105 kompletne i poprawne.", - "Error enrolling/unenrolling users.": "Wyst\u0105pi\u0142 b\u0142\u0105d przy zapisywaniu/wypisywaniu u\u017cytkownik\u00f3w.", - "Error generating ORA data report. Please try again.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie generowania raportu danych ORA. Prosz\u0119 spr\u00f3bowa\u0107 ponownie.", - "Error generating grades. Please try again.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie generowania ocen. Prosz\u0119 spr\u00f3bowa\u0107 ponownie.", - "Error generating list of students who may enroll. Please try again.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie generowania listy student\u00f3w, kt\u00f3rzy mog\u0105 si\u0119 zapisa\u0107. Prosz\u0119 spr\u00f3bowa\u0107 ponownie.", - "Error generating problem grade report. Please try again.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie generowania raportu z ocenami \u0107wiczenia. Prosz\u0119 spr\u00f3bowa\u0107 ponownie.", - "Error generating proctored exam results. Please try again.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie generowania wynik\u00f3w nadzorowanego egzaminu. Prosz\u0119 spr\u00f3bowa\u0107 ponownie.", - "Error generating student profile information. Please try again.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie generowania informacji profilowej studenta. Prosz\u0119 spr\u00f3bowa\u0107 ponownie.", - "Error generating survey results. Please try again.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie generowania wynik\u00f3w ankiety. Prosz\u0119 spr\u00f3bowa\u0107 ponownie.", - "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "Wyst\u0105pi\u0142 b\u0142\u0105d przy pobieraniu historii czynno\u015bci przy egzaminie wst\u0119pnym dla studenta '{student_id}'. Upewnij si\u0119, \u017ce identyfikator studenta jest poprawny. ", - "Error getting issued certificates list.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie pobierania listy wydanych certyfikat\u00f3w.", - "Error getting student list.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie pobierania listy student\u00f3w.", - "Error getting student progress url for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "Wyst\u0105pi\u0142 b\u0142\u0105d podczas uzyskiwania url post\u0119pu studenta '<%- student_id %>'. Upewnij si\u0119, \u017ce identyfikator studenta zosta\u0142 wpisany poprawnie.", - "Error getting task history for problem '<%- problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie uzyskiwania historii czynno\u015bci dla \u0107wiczenia '<%- problem_id %>' studenta '<%- student_id %>'. Upewnij si\u0119, \u017ce identyfikatory \u0107wiczenia i studenta s\u0105 kompletne i poprawne.", - "Error getting the number of ungraded responses": "Wyst\u0105pi\u0142 b\u0142\u0105d podczas uzyskiwania liczby nieocenionych prac.", - "Error listing task history for this student and problem.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie generowania historii czynno\u015bci dla tego studenta i \u0107wiczenia.", - "Error removing user": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie usuwania u\u017cytkownika", - "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "Wyst\u0105pi\u0142 b\u0142\u0105d przy zerowaniu podej\u015b\u0107 do egzaminu wst\u0119pnego dla studenta '{student_id}'. Upewnij si\u0119, \u017ce identyfikator studenta jest poprawny. ", - "Error resetting problem attempts for problem '<%= problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie resetowania podej\u015b\u0107 do \u0107wiczenia '<%= problem_id %>' studenta '<%- student_id %>'. Upewnij si\u0119, \u017ce identyfikatory \u0107wiczenia i studenta s\u0105 kompletne i poprawne.", - "Error retrieving grading configuration.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie pobierania konfiguracji ocen.", - "Error sending email.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie wysy\u0142ania wiadomo\u015bci e-mail.", - "Error starting a task to override score for problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the score and the problem and student identifiers are complete and correct.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie nadpisywania wyniku \u0107wiczenia '<%- problem_id %>' dla studenta '<%- student_id %>'. Upewnij si\u0119, \u017ce wynik, oraz identyfikatory \u0107wiczenia oraz studenta s\u0105 poprawne.", - "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "Wyst\u0105pi\u0142 b\u0142\u0105d w rozpocz\u0119ciu ponownego oceniania egzaminu wst\u0119pnego studenta '{student_id}'. Upewnij si\u0119, \u017ce egzamin wst\u0119pny ma przypisane \u0107wiczenia, a identyfikator studenta jest poprawny. ", - "Error starting a task to rescore problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the problem and student identifiers are complete and correct.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie rozpoczynania czynno\u015bci ponownej oceny \u0107wiczenia '<%- problem_id %>' dla studenta '<%- student_id %>'. Upewnij si\u0119, \u017ce identyfikatory \u0107wiczenia i studenta s\u0105 poprawne.", - "Error starting a task to rescore problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "Wyst\u0105pi\u0142 b\u0142\u0105d podczas rozpoczynania czynno\u015bci ponownej oceny \u0107wiczenia '<%- problem_id %>'. Upewnij si\u0119, \u017ce identyfikator \u0107wiczenia jest kompletny i poprawny.", - "Error starting a task to reset attempts for all students on problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "Wyst\u0105pi\u0142 b\u0142\u0105d podczas rozpoczynania czynno\u015bci resetowania podej\u015b\u0107 do \u0107wiczenia '<%- problem_id %>' dla wszystkich student\u00f3w. Upewnij si\u0119, \u017ce identyfikator \u0107wiczenia jest kompletny i poprawny.", - "Error while generating certificates. Please try again.": "B\u0142\u0105d w trakcie generowania certyfikat\u00f3w. Spr\u00f3buj ponownie.", - "Error while regenerating certificates. Please try again.": "B\u0142\u0105d w trakcie ponownego generowania certyfikat\u00f3w. Prosz\u0119 spr\u00f3bowa\u0107 p\u00f3\u017aniej.", - "Error.": "B\u0142\u0105d.", - "Error:": "B\u0142\u0105d:", - "Error: User '<%- username %>' has not yet activated their account. Users must create and activate their accounts before they can be assigned a role.": "B\u0142\u0105d: U\u017cytkownik '<%- username %>' jeszcze nie aktywowa\u0142 swojego konta. U\u017cytkownicy musz\u0105 stworzy\u0107 i aktywowa\u0107 swoje konto, zanim b\u0119dzie mo\u017cna im przypisa\u0107 role.", - "Error: You cannot remove yourself from the Instructor group!": "B\u0142\u0105d: Nie mo\u017cesz usun\u0105\u0107 siebie z grupy Instruktor\u00f3w!", - "Errors": "B\u0142\u0119dy", - "Everyone who has staff privileges in this course": "Ka\u017cdego, kto posiada status cz\u0142onka kadry tego kursu", - "Exam Types": "Typy egzamin\u00f3w", - "Exception Granted": "Wyj\u0105tek przyznany", - "Expand All": "Rozwi\u0144 wszystko", - "Explain if other.": "Inny? Jaki?", - "Explore New Programs": "Odkryj nowe programy", - "Explore Programs": "Przegl\u0105daj programy", - "Explore your course!": "Przejrzyj sw\u00f3j kurs!", - "Failed to delete student state for user.": "Nie uda\u0142o si\u0119 usun\u0105\u0107 stanu studenta dla u\u017cytkownika.", - "Failed to rescore problem for user.": "Nie uda\u0142o si\u0119 ponownie oceni\u0107 \u0107wiczenia dla studenta.", - "Failed to rescore problem to improve score for user.": "Nie uda\u0142o si\u0119 ponownie oceni\u0107 \u0107wiczenia w celu polepszenia oceny studenta.", - "Failed to reset attempts for user.": "Nie uda\u0142o si\u0119 zresetowa\u0107 podej\u015b\u0107 dla studenta.", - "February": "Luty", - "Feedback available for selection.": "Komentarz zwrotny dost\u0119pny do wyboru.", - "File Name": "Nazwa pliku", - "File size must be 10MB or less.": "Rozmiar pliku nie mo\u017ce przekroczy\u0107 10MB.", - "File type is not allowed.": "Ten typ pliku jest niedozwolony.", - "File types can not be empty.": "Typy plik\u00f3w nie mog\u0105 by\u0107 puste.", - "File upload succeeded": "Przesy\u0142anie pliku zako\u0144czone powodzeniem", - "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "Plik {filename} przekracza maksymalny dopuszczalny rozmiar {maxFileSizeInMBs} MB.", - "Files must be in JPEG or PNG format.": "Pliki musz\u0105 by\u0107 w formacie JPEG lub PNG.", - "Filter": "Filtr", - "Filter and sort topics": "Filtruj i sortuj tematy", - "Final Grade": "Ocena ko\u0144cowa", - "Final Grade Received": "Uzyskana ocena ko\u0144cowa", - "Financial Assistance": "Wsparcie finansowe", - "Financial Assistance Application": "Program wsparcia finansowego", - "Find a course": "Znajd\u017a kurs", - "Find discussions": "Znajd\u017a dyskusj\u0119", - "First time here?": "Pierwszy raz w portalu?", - "Follow or unfollow posts": "\u015aled\u017a wybrane wpisy", - "For grading to work, you must change all {oldName} subsections to {newName}.": "Aby ocenianie dzia\u0142a\u0142o prawid\u0142owo, musisz zmieni\u0107 wszystkie lekcje z {oldName} na {newName}.", - "Free text notes": "Dowolne notatki", - "Frequently Asked Questions": "Cz\u0119sto zadawane pytania", - "Full Name": "Imi\u0119 i nazwisko", - "Full Profile": "Pe\u0142ny profil", - "Fullscreen": "Pe\u0142ny ekran", - "Fully Supported": "W pe\u0142ni wspierane", - "Gender": "P\u0142e\u0107", - "General Proctored Exam Rules": "Og\u00f3lne zasady egzaminu nadzorowanego", - "Generate": "Wygeneruj", - "Generate Exception Certificates": "Wygeneruj certyfikaty w wyj\u0105tku", - "Generate the user's certificate": "Wygeneruj certyfikat studenta", - "Get Credit": "Odbierz punkty", - "Go to Dashboard": "Przejd\u017a do pulpitu", - "Go to your Dashboard": "Przejd\u017a do swojego pulpitu", - "Going forward, your account information will be updated and maintained by {enterprise_name}.": "Informacje na temat Twojego konta b\u0119d\u0105 aktualizowane i zarz\u0105dzane przez {enterprise_name}.", - "Government-Issued Photo ID": "Zdj\u0119cie na dokumencie to\u017csamo\u015bci", - "Grace period must be specified in HH:MM format.": "Okres prolongaty nale\u017cy okre\u015bli\u0107 w formacie GG:MM.", - "Grade": "Ocena", - "Grade as:": "Oce\u0144 jako:", - "Graded as:": "Oceniony jako:", - "Grading": "Ocenianie", - "Group": "Grupa", - "Group %s": "Grupa %s", - "Group A": "Grupa A", - "Group B": "Grupa B", - "Group Configuration ID": "Identyfikator konfiguracji grupy", - "Group Configuration Name": "Nazwa konfiguracji grupy", - "Group Configuration information": "Informacje o konfiguracji grupy", - "Group Configuration name is required.": "Wymagana jest nazwa konfiguracji grupy", - "Group information": "Informacje o grupie", - "Group name is required": "Wymagana jest nazwa grupy", - "Groups": "Grupy", - "Heading": "Nag\u0142\u00f3wek", - "Heading (Ctrl+H)": "Nag\u0142\u00f3wek (Ctrl+H)", - "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "Pom\u00f3\u017c innym studentom w decyzji dotycz\u0105cej do\u0142\u0105czenia do twojego zespo\u0142u poprzez nakre\u015blenie kilku charakterystyk zespo\u0142u. Starannie dobierz warunki, poniewa\u017c mniej ludzi mo\u017ce by\u0107 zainteresowanych do\u0142\u0105czeniem do twojego zespo\u0142u je\u015bli zasady lub oczekiwania wydadz\u0105 si\u0119 zbyt restrykcyjne.", - "Hide": "Ukryj", - "Hide Deprecated Settings": "Ukryj przestarza\u0142e ustawienia", - "Hide Discussion": "Ukryj dyskusj\u0119", - "Hide Timer": "Ukryj zegar", - "Hide content after course end date": "Ukryj tre\u015b\u0107 po dacie zako\u0144czenia kursu", - "Hide content after due date": "Ukryj tre\u015b\u0107 po terminie ko\u0144cowym", - "Hide entire subsection": "Ukryj ca\u0142\u0105 lekcj\u0119", - "Hide from learners": "Ukryj przed studentami", - "Hide notes": "Ukryj notatki", - "Hide transcripts ({transcriptCount})": "Ukryj transkrypcje ({transcriptCount})", - "Highlight {highlight_index}": "Wskaz\u00f3wka {highlight_index}", - "Highlighted text": "Zaznaczony tekst", - "Highlights for {display_name}": "Wskaz\u00f3wki dla {display_name}", - "Horizontal Rule (Ctrl+R)": "Linia pozioma (Ctrl+R)", - "How to create useful text alternatives.": "Jak tworzy\u0107 przydatne teksty alternatywne.", - "How to use %(platform_name)s discussions": "Dyskusja, jak korzysta\u0107 z: %(platform_name)s", - "Hyperlink (Ctrl+L)": "Odno\u015bnik (Ctrl+L)", - "ID": "Identyfikator", - "ID-Verification is not required for this Professional Education course.": "Ten kurs edukacji specjalistycznej nie wymaga potwierdzenia to\u017csamo\u015bci studenta.", - "Identity Verification In Progress": "Potwierdzenie to\u017csamo\u015bci w toku", - "If the course does not have an end date, learners always see their scores when they submit answers to assessments.": "Je\u015bli kurs nie posiada daty zako\u0144czenia, studenci zawsze zobacz\u0105 swoje wyniki po przes\u0142aniu odpowiedzi na zadania.", - "If the subsection does not have a due date, learners always see their scores when they submit answers to assessments.": "Je\u015bli lekcja nie posiada terminu ko\u0144cowego, studenci zawsze zobacz\u0105 swoje wyniki po przes\u0142aniu odpowiedzi na zadania.", - "If the unit was previously published and released to learners, any changes you made to the unit when it was hidden will now be visible to learners.": "Je\u015bli ten ekran zosta\u0142 wcze\u015bniej opublikowany i upubliczniony dla student\u00f3w, wszystkie zmiany, jakich dokona\u0142e\u015b kiedy ekran by\u0142 ukryty, b\u0119d\u0105 teraz widoczne dla student\u00f3w.", - "If you do not yet have an account, use the button below to register.": "Je\u015bli nie posiadasz konta, u\u017cyj poni\u017cszego przycisku, aby si\u0119 zarejestrowa\u0107.", - "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "Je\u015bli nie potwierdzisz swojej to\u017csamo\u015bci ju\u017c teraz, wci\u0105\u017c mo\u017cesz uczestniczy\u0107 w kursie z poziomu pulpitu studenta. B\u0119dziesz otrzymywa\u0107 cykliczne powiadomienia od %(platformName)s z pro\u015bb\u0105 o poddanie si\u0119 weryfikacji to\u017csamo\u015bci.", - "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from {platformName} to verify your identity.": "Je\u015bli nie potwierdzisz swojej to\u017csamo\u015bci ju\u017c teraz, wci\u0105\u017c mo\u017cesz uczestniczy\u0107 w kursie z poziomu pulpitu studenta. B\u0119dziesz otrzymywa\u0107 cykliczne powiadomienia od {platformName} z pro\u015bb\u0105 o poddanie si\u0119 weryfikacji to\u017csamo\u015bci.", - "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "Je\u017celi opu\u015bcisz t\u0119 stron\u0119 bez zapisania lub przes\u0142ania swojej odpowiedzi, stracisz ca\u0142\u0105 swoj\u0105 prac\u0119.", - "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "Je\u017celi opu\u015bcisz t\u0119 stron\u0119 bez przes\u0142ania zadania do oceny, stracisz ca\u0142\u0105 swoj\u0105 prac\u0119.", - "If you leave this page without submitting your self assessment, you will lose any work you have done.": "Je\u017celi opu\u015bcisz t\u0119 stron\u0119 bez przes\u0142ania swojego zadania, stracisz ca\u0142\u0105 swoj\u0105 prac\u0119.", - "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "Je\u017celi opu\u015bcisz t\u0119 stron\u0119 bez przes\u0142ania oceny, stracisz ca\u0142\u0105 swoj\u0105 prac\u0119.", - "If you leave, you can no longer post in this team's discussions. Your place will be available to another learner.": "Je\u015bli opu\u015bcisz zesp\u00f3\u0142, nie b\u0119dziesz ju\u017c bra\u0107 udzia\u0142u w jego dyskusjach. Twoje miejsce zostanie wolne dla innego studenta.", - "If you make significant changes, make sure you notify members of the team before making these changes.": "Je\u015bli chcesz wprowadzi\u0107 znacz\u0105ce zmiany, pami\u0119taj o wcze\u015bniejszym poinformowaniu o tym zamiarze pozosta\u0142ych cz\u0142onk\u00f3w zespo\u0142u.", - "If you make this %(xblockType)s visible to learners, learners will be able to see its content after the release date has passed and you have published the unit. Only units that are explicitly hidden from learners will remain hidden after you clear this option for the %(xblockType)s.": "Je\u015bli zaznaczysz, \u017ce ta %(xblockType)s jest widoczna dla student\u00f3w, b\u0119d\u0105 oni widzie\u0107 jej zawarto\u015b\u0107 po opublikowaniu i osi\u0105gni\u0119ciu daty upublicznienia. Wy\u0142\u0105cznie ekrany oznaczone jako ukryte przed studentami pozostan\u0105 ukryte po wy\u0142\u0105czeniu przez ciebie tej opcji dla %(xblockType)s.", - "If you remove this transcript, the transcript will not be available for any components that use this video.": "Je\u015bli usuniesz t\u0119 transkrypcj\u0119, b\u0119dzie ona niedost\u0119pna dla element\u00f3w wykorzystuj\u0105cych ten film.", - "If you select an option other than \"%(hide_label)s\", published units in this subsection become available to learners unless they are explicitly hidden.": "Je\u015bli wybierzesz opcj\u0119 inn\u0105 ni\u017c \"%(hide_label)s\", opublikowane ekrany w tej lekcji stan\u0105 si\u0119 dost\u0119pne dla student\u00f3w, chyba, \u017ce s\u0105 oznaczone jako ukryte.", - "Image": "Obraz", - "Image (Ctrl+G)": "Obraz (Ctrl+G)", - "Image Description": "Opis obrazu", - "Image Upload Error": "B\u0142\u0105d przesy\u0142ania zdj\u0119cia", - "Image must be in PNG format": "Zdj\u0119cie musi by\u0107 w formacie PNG", - "Image must be in PNG format.": "Zdj\u0119cie musi by\u0107 w formacie PNG.", - "Image upload failed": "Przesy\u0142anie obrazka nie powiod\u0142o si\u0119", - "Image upload failed. ": "Przesy\u0142anie obrazka nie powiod\u0142o si\u0119.", - "Import YouTube Transcript": "Zaimportuj transkrypcj\u0119 z YouTube", - "In Progress": "W trakcie", - "In the {linkStart}Course Outline{linkEnd}, use this group to control access to a component.": "W {linkStart}programie kursu{linkEnd} u\u017cyj tej grupy do okre\u015blenia dost\u0119pu do elementu.", - "Individual Exceptions": "Pojedyncze wyj\u0105tki", - "Insert Hyperlink": "Wstaw odno\u015bnik", - "Insert Image (upload file or type URL)": "Wstaw obraz (prze\u015blij plik lub wklej URL)", - "Instructor Biography": "Profil prowadz\u0105cego", - "Instructor Name": "Imi\u0119 i nazwisko prowadz\u0105cego", - "Instructor Photo": "Zdj\u0119cie prowadz\u0105cego", - "Instructor Photo URL": "Adres URL zdj\u0119cia prowadz\u0105cego", - "Instructor Title": "Tytu\u0142 prowadz\u0105cego", - "Instructor tools": "Narz\u0119dzia prowadz\u0105cego", - "Internal Server Error.": "Wewn\u0119trzny b\u0142\u0105d serwera", - "Introduction to Cookie Baking": "Wprowadzenie do pieczenia ciastek", - "Invalid email address: {email}": "Nieprawid\u0142owy adres e-mail: {email}", - "Invalidate Certificate": "Uniewa\u017cnij certyfikat", - "Invalidated": "Uniewa\u017cniony", - "Invalidated By": "Uniewa\u017cniony przez", - "Is Visible To:": "Jest widoczna dla:", - "Is this OK?": "Czy to si\u0119 zgadza?", - "Is your name on your ID readable?": "Czy da si\u0119 odczyta\u0107 imi\u0119 i nazwisko z dokumentu to\u017csamo\u015bci?", - "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "Stanowczo zalecamy za\u0142\u0105czenie maksymalnie czterech podpis\u00f3w. Po za\u0142\u0105czeniu dodatkowych podpis\u00f3w nale\u017cy sprawdzi\u0107 certyfikat w podgl\u0105dzie wydruku i upewni\u0107 si\u0119, \u017ce b\u0119dzie go mo\u017cna poprawnie wydrukowa\u0107 na pojedynczej stronie.", - "Italic (Ctrl+I)": "Kursywa (Ctrl+I)", - "January": "Stycze\u0144", - "Join Team": "Do\u0142\u0105cz do zespo\u0142u", - "Joined": "Do\u0142\u0105czy\u0142/a", - "Joined %(date)s": "Do\u0142\u0105czy\u0142/a %(date)s", - "Joined Date": "Data do\u0142\u0105czenia", - "July": "Lipiec", - "June": "Czerwiec", - "KB": "KB", - "Key should only contain letters, numbers, _, or -": "Klucz powinien zawiera\u0107 wy\u0142\u0105cznie litery, cyfry, _ lub -", - "LEARN MORE": "DOWIEDZ SI\u0118 WI\u0118CEJ", - "Language": "J\u0119zyk", - "Large": "Du\u017cy", - "Last Activity %(date)s": "Ostatnia aktywno\u015b\u0107 %(date)s", - "Last Edited:": "Ostatnio edytowano:", - "Last Updated": "Ostatnio edytowany", - "Last activity %(date)s": "Ostatnia aktywno\u015b\u0107 %(date)s", - "Last modified by": "Autor ostatniej modyfikacji:", - "Last published %(last_published_date)s by %(publish_username)s": "Ostatnio opublikowana %(last_published_date)s przez %(publish_username)s", - "Last published {lastPublishedStart}{publishedOn}{lastPublishedEnd} by {publishedByStart}{publishedBy}{publishedByEnd}": "Ostatnio opublikowany {lastPublishedStart}{publishedOn}{lastPublishedEnd} przez {publishedByStart}{publishedBy}{publishedByEnd}", - "Last updated": "Ostatnia zmiana", - "Learn more about {license_name}": "Dowiedz si\u0119 wi\u0119cej na temat licencji {license_name}", - "Learners are added to this cohort automatically.": "Studenci zostaj\u0105 automatycznie dodani do tej kohorty.", - "Learners are added to this cohort only when you provide their email addresses or usernames on this page.": "Studenci zostaj\u0105 dodani do tej kohorty wy\u0142\u0105cznie je\u015bli podajesz na tej stronie ich adresy e-mail lub nazwy u\u017cytkownika.", - "Learners do not see the subsection in the course outline. The subsection is not included in grade calculations.": "Studenci nie widz\u0105 lekcji w programie kursu. Lekcja nie jest obj\u0119ta przez system ocen.", - "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the course end date has passed.": "Studenci nie widz\u0105, czy ich odpowiedzi na zadania s\u0105 poprawne, czy b\u0142\u0119dne, ani uzyskanego wyniku, do czasu zako\u0144czenia kursu.", - "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the due date for the subsection has passed.": "Studenci nie widz\u0105, czy ich odpowiedzi na zadania s\u0105 poprawne, czy b\u0142\u0119dne, ani uzyskanego wyniku, do czasu up\u0142yni\u0119cia terminu ko\u0144cowego na uko\u0144czenie lekcji.", - "Learners never see whether their answers to assessments are correct or incorrect, nor the score received.": "Studenci nie widz\u0105, czy ich odpowiedzi na zadania s\u0105 poprawne, czy b\u0142\u0119dne, ani uzyskanego wyniku.", - "Learners see the published subsection and can access its content.": "Studenci widz\u0105 opublikowan\u0105 lekcj\u0119 i maj\u0105 dost\u0119p do jej zawarto\u015bci.", - "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "Studenci, kt\u00f3rzy musz\u0105 si\u0119 podda\u0107 weryfikacji to\u017csamo\u015bci, musz\u0105 przej\u015b\u0107 przez wyznaczony punkt kontrolny poprzedzaj\u0105cy uzyskanie dost\u0119pu do tre\u015bci ekranu. Studenci, kt\u00f3rzy nie musz\u0105 przej\u015b\u0107 weryfikacji, domy\u015blnie widz\u0105 tre\u015b\u0107 ekranu.", - "Learning Outcome": "Efekty kszta\u0142cenia", - "Leave Current Session": "Opu\u015b\u0107 obecn\u0105 sesj\u0119", - "Leave Team": "Opu\u015b\u0107 zesp\u00f3\u0142", - "Leave the current session and decide later": "Opu\u015b\u0107 obecn\u0105 sesj\u0119 i zdecyduj p\u00f3\u017aniej", - "Leave this team?": "Opu\u015bci\u0107 ten zesp\u00f3\u0142?", - "Legal name": "Imiona i nazwiska", - "Less": "Mniej", - "Library User": "U\u017cytkownik biblioteki", - "License Display": "Wy\u015bwietlanie licencji", - "License Type": "Typ licencji", - "Limit Access": "Ogranicz dost\u0119p", - "Limited Profile": "Ograniczony profil", - "Link Description": "Opis odno\u015bnika", - "Link Your Account": "Pod\u0142\u0105cz swoje konto", - "Link your {accountName} account": "Pod\u0142\u0105cz swoje konto {accountName}", - "Link your {accountName} account to your {platformName} account and use {accountName} to sign in to {platformName}.": "Pod\u0142\u0105cz swoje konto {accountName} do swojego konta w {platformName} i korzystaj z profilu {accountName} do logowania si\u0119 do {platformName}.", - "Linked Accounts": "Po\u0142\u0105czone konta", - "Linking": "\u0141\u0105czenie", - "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "Linki s\u0105 generowane na \u017c\u0105danie i wygasaj\u0105 po 5 minutach z powodu wra\u017cliwej natury informacji o studentach.", - "List item": "Pozycja na li\u015bcie", - "List of Open Assessments is unavailable": "Lista otwartych ocen jest niedost\u0119pna", - "List of uploaded files and assets in this course": "Lista przes\u0142anych plik\u00f3w oraz zasob\u00f3w bie\u017c\u0105cego kursu", - "Live view of webcam": "Widok \"na \u017cywo\" z kamerki", - "Load Another File": "Wczytaj inny plik", - "Load all responses": "Wczytaj wszystkie odpowiedzi", - "Load next {numResponses} responses": "Wczytaj kolejnych {numResponses} odpowiedzi", + ], + "Course Credit Requirements": "Wymagania do punkt\u00f3w edukacyjnych", + "Course End": "Zako\u0144czenie kursu", + "Course Handouts": "Notatki z kursu", + "Course ID": "Identyfikator kursu", + "Course Index": "Indeks kursu", + "Course Key": "Klucz kursu", + "Course Number": "Numer kursu", + "Course Number Override": "Nadpisanie numeru kursu", + "Course Outline": "Program kursu", + "Course Start": "Rozpocz\u0119cie kursu", + "Course Title": "Nazwa kursu", + "Course Title Override": "Nadpisanie nazwy kursu", + "Course Video Settings": "Ustawienia film\u00f3w kursu", + "Course is not yet visible to students.": "Kurs nie jest jeszcze widoczny dla student\u00f3w.", + "Course pacing cannot be changed once a course has started.": "Nie mo\u017cna zmieni\u0107 trybu kursu po dacie rozpocz\u0119cia kursu.", + "Course title": "Nazwa kursu", + "Course-Wide Discussion Topics": "Tematy dyskusji z ca\u0142ego kursu", + "Create": "Utw\u00f3rz", + "Create Account": "Utw\u00f3rz konto", + "Create Re-run": "Utw\u00f3rz wznowienie", + "Create a New Team": "Utw\u00f3rz nowy zesp\u00f3\u0142", + "Create a content group": "Utw\u00f3rz grup\u0119 tre\u015bci", + "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "Utw\u00f3rz nowy zesp\u00f3\u0142, je\u015bli nie mo\u017cesz znale\u017a\u0107 odpowiedniego dla siebie zespo\u0142u, albo je\u015bli chcesz si\u0119 uczy\u0107 ze znajomymi.", + "Create account using %(providerName)s.": "Utw\u00f3rz konto u\u017cywaj\u0105c %(providerName)s.", + "Create an Account": "Utw\u00f3rz konto", + "Create an Account.": "Utw\u00f3rz konto", + "Create an account using": "Utw\u00f3rz konto u\u017cywaj\u0105c", + "Create team.": "Utw\u00f3rz zesp\u00f3\u0142", + "Creating missing groups": "Tworzenie brakuj\u0105cych grup", + "Creative Commons licensed content, with terms as follow:": "Tre\u015b\u0107 na licencji Creative Commons na nast\u0119puj\u0105cych warunkach:", + "Criterion Added": "Dodano kryterium", + "Criterion Deleted": "Kryterium usuni\u0119te", + "Crossed out items have been refunded.": "Za wykre\u015blone elementy nast\u0105pi\u0142 zwrot pieni\u0119dzy.", + "Current Role:": "Obecna rola:", + "Current conversation": "Aktualna dyskusja", + "Current enrollment mode:": "Obecny tryb uczestnictwa:", + "Current location": "Obecna lokalizacja", + "Current tab": "Aktualna zak\u0142adka", + "Currently selected": "Obecnie wybrane", + "Date": "Data", + "Date Added": "Data dodania", + "Date Joined": "Data do\u0142\u0105czenia", + "Date Placed": "Data z\u0142o\u017cenia", + "Deactivate": "Dezaktywuj", + "December": "Grudzie\u0144", + "Default (Local Time Zone)": "Domy\u015blna (lokalna strefa czasowa)", + "Default Timed Transcript": "Domy\u015blna transkrypcja", + "Delete": "Usu\u0144", + "Delete \"<%= signatoryName %>\" from the list of signatories?": "Usun\u0105\u0107 \"<%= signatoryName %>\" z listy sygnatariuszy?", + "Delete File Confirmation": "Potwierdzenie usuni\u0119cia pliku", + "Delete Team": "Usu\u0144 zesp\u00f3\u0142", + "Delete student '<%- student_id %>'s state on problem '<%- problem_id %>'?": "Czy usun\u0105\u0107 stan studenta '<%- student_id %>' dla \u0107wiczenia '<%- problem_id %>'?", + "Delete the user, {username}": "Usu\u0144 u\u017cytkownika, {username}", + "Delete this %(item_display_name)s?": "Czy usun\u0105\u0107 %(item_display_name)s?", + "Delete this asset": "Usu\u0144 ten zas\u00f3b", + "Delete this team?": "Czy usun\u0105\u0107 ten zesp\u00f3\u0142?", + "Deleted Content Group": "Usuni\u0119to grup\u0119 tre\u015bci", + "Deleted Group": "Usuni\u0119ta grupa", + "Deleting this %(item_display_name)s is permanent and cannot be undone.": "Usuni\u0119cie tego elementu: %(item_display_name)s jest procesem nieodwracalnym.", + "Deprecated": "Przestarza\u0142y", + "Describe ": "Opis", + "Description": "Opis", + "Description of the certificate": "Opis certyfikatu", + "Discard Changes": "Odrzu\u0107 zmiany", + "Discussion Home": "Strona g\u0142\u00f3wna dyskusji", + "Discussion topics in the course are not divided.": "Tematy dyskusji kursu s\u0105 niepodzielone.", + "Discussions are unified; all learners interact with posts from other learners, regardless of the group they are in.": "Dyskusje s\u0105 uwsp\u00f3lnione; studenci mog\u0105 si\u0119 odnosi\u0107 do wpis\u00f3w innych student\u00f3w niezale\u017cnie od grupy do kt\u00f3rej nale\u017c\u0105.", + "Display Name": "Nazwa wy\u015bwietlana", + "Divide the selected content-specific discussion topics": "Podziel zaznaczone tematy dyskusji okre\u015blonej tre\u015bci", + "Divided": "Podzielone", + "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "Czy chcesz zwolni\u0107 studenta ('{student_id}') z egzaminu wst\u0119pnego?", + "Do you want to replace the edX transcript with the YouTube transcript?": "Czy chcesz podmieni\u0107 bie\u017c\u0105c\u0105 transkrypcj\u0119 na nowsz\u0105 transkrypcj\u0119 z YouTube?", + "Do you want to upload your file before submitting?": "Czy chcesz wgra\u0107 sw\u00f3j plik przed wys\u0142aniem odpowiedzi?", + "Does the name on your ID match your account name: %(fullName)s?": "Czy imi\u0119 i nazwisko na dokumencie zgadzaj\u0105 si\u0119 z danymi konta: %(fullName)s?", + "Does the photo of you match your ID photo?": "Czy zdj\u0119cie twojej twarzy odpowiada temu z dokumentu to\u017csamo\u015bci?", + "Does the photo of you show your whole face?": "Czy na zdj\u0119ciu wida\u0107 ca\u0142\u0105 twoj\u0105 twarz?", + "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "Nie widzisz swojego zdj\u0119cia? Upewnij si\u0119, \u017ce zezwalasz swojej przegl\u0105darce na u\u017cycie kamerki, gdy pojawia si\u0119 pro\u015bba o zgod\u0119.", + "Donate": "Przeka\u017c darowizn\u0119", + "Double-check that your webcam is connected and working to continue.": "Aby kontynuowa\u0107, upewnij si\u0119, \u017ce twoja kamera internetowa jest pod\u0142\u0105czana i dzia\u0142a", + "Download": "Pobierz", + "Download Transcript for Editing": "Pobierz transkrypcj\u0119 do cel\u00f3w edycji", + "Download URL": "Adres pobierania", + "Download available encodings (.csv)": "Pobierz dost\u0119pne kodowania (.csv)", + "Download the user's certificate": "Pobierz certyfikat studenta", + "Draft (Never published)": "Wersja robocza (nigdy niepublikowana)", + "Draft (Unpublished changes)": "Wersja robocza (nieopublikowane zmiany)", + "Draft saved on {lastSavedStart}{editedOn}{lastSavedEnd} by {editedByStart}{editedBy}{editedByEnd}": "Szkic zapisany {lastSavedStart}{editedOn}{lastSavedEnd} przez {editedByStart}{editedBy}{editedByEnd}", + "Drag and drop or {spanStart}browse your computer{spanEnd}.": "Przeci\u0105gnij i upu\u015b\u0107 lub {spanStart}przegl\u0105daj zasoby komputera{spanEnd}.", + "Drag to reorder": "Przeci\u0105gnij, aby zmieni\u0107 kolejno\u015b\u0107", + "Drop target image": "Upu\u015b\u0107 obraz docelowy", + "Due Date": "Termin ko\u0144cowy", + "Due Date:": "Termin ko\u0144cowy:", + "Due Time in UTC:": "Termin ko\u0144cowy w strefie UTC:", + "Due date cannot be before start date.": "Termin ko\u0144cowy nie mo\u017ce by\u0107 wcze\u015bniejszy ni\u017c data rozpocz\u0119cia.", + "Due:": "Termin:", + "Duplicate": "Zduplikuj", + "Duration (sec)": "Czas trwania (sek)", + "Earned %(created)s.": "Zdoby\u0142e\u015b %(created)s.", + "Earned Certificates": "Uzyskane certyfikaty", + "EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.": "Nie posiadamy transkrypcji dla tego filmu w Studio, ale odnale\u017ali\u015bmy transkrypcj\u0119 w serwisie YouTube. Mo\u017cesz zaimportowa\u0107 transkrypcj\u0119 z YouTube lub przes\u0142a\u0107 w\u0142asny plik transkrypcji w formacie .srt.", + "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "Brak transkrypcji dla tego filmu. Prosz\u0119 wgra\u0107 plik .srt.", + "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "Posiadamy transkrypcj\u0119 dla tego filmu. Je\u015bli chcesz dokona\u0107 edycji transkrypcji, mo\u017cesz j\u0105 pobra\u0107, wyedytowa\u0107, a nast\u0119pnie przes\u0142a\u0107 i podmieni\u0107. Je\u015bli chcesz podmieni\u0107 obecn\u0105 transkrypcj\u0119, wgraj nowy plik .srt", + "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "Posiadamy transkrypcj\u0119 dla tego filmu. Je\u015bli chcesz podmieni\u0107 transkrypcj\u0119, prze\u015blij nowy plik .srt. Je\u015bli natomiast chcesz dokona\u0107 edycji transkrypcji, pobierz j\u0105, nanie\u015b zmiany i prze\u015blij plik ponownie.", + "Edit %(display_name)s (required)": "Edytuj %(display_name)s (wymagane)", + "Edit Membership": "Edytuj cz\u0142onkostwo", + "Edit Team": "Edytuj zesp\u00f3\u0142", + "Edit Thumbnail": "Edytuj miniatur\u0119", + "Edit Your Name": "Edytuj imi\u0119 i nazwisko", + "Edit this certificate?": "Czy edytowa\u0107 ten certyfikat?", + "Editable": "Edytowalne", + "Education Completed": "Uko\u0144czona edukacja", + "Email": "E-mail", + "Email Address (Sign In)": "Email Address (Logowanie)", + "Email address": "Adres e-mail", + "Emails successfully sent. The following users are no longer enrolled in the course:": "E-maile zosta\u0142y wys\u0142ane poprawnie. Nast\u0119puj\u0105cy u\u017cytkownicy nie s\u0105 ju\u017c zapisani na kurs:", + "Enable": "W\u0142\u0105cz", + "Enable Cohorts": "W\u0142\u0105cz kohorty", + "Enable Now": "W\u0142\u0105cz", + "Enable Weekly Highlight Emails": "W\u0142\u0105cz cotygodniowe e-maile podsumowuj\u0105ce", + "Enabled": "W\u0142\u0105czone", + "End My Exam": "Zako\u0144cz m\u00f3j egzamin", + "Ends {end}": "Zako\u0144czy si\u0119 {end}", + "Engage with posts": "Zareaguj na wpisy", + "Enroll Now": "Zapisz si\u0119", + "Enrolled": "Zapisany", + "Enrolling you in the selected course": "Trwa zapisywanie ciebie na wybrany kurs", + "Enrollment Date": "Data zapisu", + "Enrollment Mode": "Tryb kursu", + "Enrollment Opens on": "Nab\u00f3r rozpocznie si\u0119", + "Enrollment Tracks": "\u015acie\u017cki kursu", + "Ensure that you can see your photo and read your name": "Upewnij si\u0119, \u017ce zdj\u0119cie jest widoczne i mo\u017cna na nim odczyta\u0107 imi\u0119 i nazwisko.", + "Enter 3-5 highlights to include in the email message that learners receive for this section (250 character limit).": "Wprowad\u017a 3-5 wskaz\u00f3wek wysy\u0142anych do student\u00f3w w wiadomo\u015bci e-mail dla tego rozdzia\u0142u (limit 250 znak\u00f3w).", + "Enter Due Date and Time": "Wpisz termin ko\u0144cowy i czas", + "Enter Start Date and Time": "Wpisz dat\u0119 rozpocz\u0119cia i czas", + "Enter a student's username or email address.": "Podaj nazw\u0119 u\u017cytkownika studenta lub jego adres e-mail.", + "Enter a username or email.": "Podaj nazw\u0119 u\u017cytkownika lub adres e-mail.", + "Enter email addresses and/or usernames, separated by new lines or commas, for the learners you want to add. *": "Wpisz adresy e-mail lub nazwy u\u017cytkownika student\u00f3w, kt\u00f3rych chcesz doda\u0107, po jednym w linii lub oddzielone przecinkami.", + "Enter information to describe your team. You cannot change these details after you create the team.": "Wprowad\u017a opis swojego zespo\u0142u. Po jego utworzeniu niemo\u017cliwa b\u0119dzie zmiana tej informacji.", + "Enter team description.": "Podaj opis zespo\u0142u.", + "Enter team name.": "Podaj nazw\u0119 zespo\u0142u.", + "Enter the account information for your organization.": "Wprowad\u017a informacje profilowe dla swojej organizacji.", + "Enter the enrollment code.": "Wprowad\u017a kod rejestracyjny.", + "Enter the name of the cohort": "Podaj nazw\u0119 kohorty", + "Enter the page number you'd like to quickly navigate to.": "Podaj numer strony do kt\u00f3rej chcesz si\u0119 przenie\u015b\u0107.", + "Enter the username or email address of each learner that you want to add as an exception.": "Wprowad\u017a nazw\u0119 u\u017cytkownika lub adres e-mail ka\u017cdego studenta, kt\u00f3rego chcesz doda\u0107 do listy wyj\u0105tk\u00f3w.", + "Enter username or email": "Wprowad\u017a nazw\u0119 u\u017cytkownika lub adres e-mail", + "Enter your ": "Wprowad\u017a sw\u00f3j", + "Entrance exam attempts is being reset for student '{student_id}'.": "Podej\u015bcia do egzaminu wst\u0119pnego s\u0105 resetowane dla studenta '{student_id}'.", + "Entrance exam state is being deleted for student '{student_id}'.": "Stan egzaminu wst\u0119pnego dla studenta '{student_id}' jest usuwany.", + "Error": "B\u0142\u0105d", + "Error adding learners.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie dodawania student\u00f3w.", + "Error adding user": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie dodawania u\u017cytkownika", + "Error adding/removing users as beta testers.": "Wyst\u0105pi\u0142 b\u0142\u0105d przy dodawaniu/usuwaniu u\u017cytkownik\u00f3w z listy beta tester\u00f3w.", + "Error changing user's permissions.": "B\u0142\u0105d w trakcie zmiany uprawnie\u0144 u\u017cytkownika.", + "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "Wyst\u0105pi\u0142 b\u0142\u0105d przy usuwaniu stanu egzaminu wst\u0119pnego dla studenta '{student_id}'. Upewnij si\u0119, \u017ce identyfikator studenta jest poprawny. ", + "Error deleting student '<%- student_id %>'s state on problem '<%- problem_id %>'. Make sure that the problem and student identifiers are complete and correct.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie usuwania stanu studenta '<%- student_id %>' dla \u0107wiczenia '<%- problem_id %>'. Upewnij si\u0119, \u017ce identyfikatory \u0107wiczenia i studenta s\u0105 kompletne i poprawne.", + "Error enrolling/unenrolling users.": "Wyst\u0105pi\u0142 b\u0142\u0105d przy zapisywaniu/wypisywaniu u\u017cytkownik\u00f3w.", + "Error generating ORA data report. Please try again.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie generowania raportu danych ORA. Prosz\u0119 spr\u00f3bowa\u0107 ponownie.", + "Error generating grades. Please try again.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie generowania ocen. Prosz\u0119 spr\u00f3bowa\u0107 ponownie.", + "Error generating list of students who may enroll. Please try again.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie generowania listy student\u00f3w, kt\u00f3rzy mog\u0105 si\u0119 zapisa\u0107. Prosz\u0119 spr\u00f3bowa\u0107 ponownie.", + "Error generating problem grade report. Please try again.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie generowania raportu z ocenami \u0107wiczenia. Prosz\u0119 spr\u00f3bowa\u0107 ponownie.", + "Error generating proctored exam results. Please try again.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie generowania wynik\u00f3w nadzorowanego egzaminu. Prosz\u0119 spr\u00f3bowa\u0107 ponownie.", + "Error generating student profile information. Please try again.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie generowania informacji profilowej studenta. Prosz\u0119 spr\u00f3bowa\u0107 ponownie.", + "Error generating survey results. Please try again.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie generowania wynik\u00f3w ankiety. Prosz\u0119 spr\u00f3bowa\u0107 ponownie.", + "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "Wyst\u0105pi\u0142 b\u0142\u0105d przy pobieraniu historii czynno\u015bci przy egzaminie wst\u0119pnym dla studenta '{student_id}'. Upewnij si\u0119, \u017ce identyfikator studenta jest poprawny. ", + "Error getting issued certificates list.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie pobierania listy wydanych certyfikat\u00f3w.", + "Error getting student list.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie pobierania listy student\u00f3w.", + "Error getting student progress url for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "Wyst\u0105pi\u0142 b\u0142\u0105d podczas uzyskiwania url post\u0119pu studenta '<%- student_id %>'. Upewnij si\u0119, \u017ce identyfikator studenta zosta\u0142 wpisany poprawnie.", + "Error getting task history for problem '<%- problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie uzyskiwania historii czynno\u015bci dla \u0107wiczenia '<%- problem_id %>' studenta '<%- student_id %>'. Upewnij si\u0119, \u017ce identyfikatory \u0107wiczenia i studenta s\u0105 kompletne i poprawne.", + "Error getting the number of ungraded responses": "Wyst\u0105pi\u0142 b\u0142\u0105d podczas uzyskiwania liczby nieocenionych prac.", + "Error listing task history for this student and problem.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie generowania historii czynno\u015bci dla tego studenta i \u0107wiczenia.", + "Error removing user": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie usuwania u\u017cytkownika", + "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "Wyst\u0105pi\u0142 b\u0142\u0105d przy zerowaniu podej\u015b\u0107 do egzaminu wst\u0119pnego dla studenta '{student_id}'. Upewnij si\u0119, \u017ce identyfikator studenta jest poprawny. ", + "Error resetting problem attempts for problem '<%= problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie resetowania podej\u015b\u0107 do \u0107wiczenia '<%= problem_id %>' studenta '<%- student_id %>'. Upewnij si\u0119, \u017ce identyfikatory \u0107wiczenia i studenta s\u0105 kompletne i poprawne.", + "Error retrieving grading configuration.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie pobierania konfiguracji ocen.", + "Error sending email.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie wysy\u0142ania wiadomo\u015bci e-mail.", + "Error starting a task to override score for problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the score and the problem and student identifiers are complete and correct.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie nadpisywania wyniku \u0107wiczenia '<%- problem_id %>' dla studenta '<%- student_id %>'. Upewnij si\u0119, \u017ce wynik, oraz identyfikatory \u0107wiczenia oraz studenta s\u0105 poprawne.", + "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "Wyst\u0105pi\u0142 b\u0142\u0105d w rozpocz\u0119ciu ponownego oceniania egzaminu wst\u0119pnego studenta '{student_id}'. Upewnij si\u0119, \u017ce egzamin wst\u0119pny ma przypisane \u0107wiczenia, a identyfikator studenta jest poprawny. ", + "Error starting a task to rescore problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the problem and student identifiers are complete and correct.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie rozpoczynania czynno\u015bci ponownej oceny \u0107wiczenia '<%- problem_id %>' dla studenta '<%- student_id %>'. Upewnij si\u0119, \u017ce identyfikatory \u0107wiczenia i studenta s\u0105 poprawne.", + "Error starting a task to rescore problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "Wyst\u0105pi\u0142 b\u0142\u0105d podczas rozpoczynania czynno\u015bci ponownej oceny \u0107wiczenia '<%- problem_id %>'. Upewnij si\u0119, \u017ce identyfikator \u0107wiczenia jest kompletny i poprawny.", + "Error starting a task to reset attempts for all students on problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "Wyst\u0105pi\u0142 b\u0142\u0105d podczas rozpoczynania czynno\u015bci resetowania podej\u015b\u0107 do \u0107wiczenia '<%- problem_id %>' dla wszystkich student\u00f3w. Upewnij si\u0119, \u017ce identyfikator \u0107wiczenia jest kompletny i poprawny.", + "Error while generating certificates. Please try again.": "B\u0142\u0105d w trakcie generowania certyfikat\u00f3w. Spr\u00f3buj ponownie.", + "Error while regenerating certificates. Please try again.": "B\u0142\u0105d w trakcie ponownego generowania certyfikat\u00f3w. Prosz\u0119 spr\u00f3bowa\u0107 p\u00f3\u017aniej.", + "Error.": "B\u0142\u0105d.", + "Error:": "B\u0142\u0105d:", + "Error: User '<%- username %>' has not yet activated their account. Users must create and activate their accounts before they can be assigned a role.": "B\u0142\u0105d: U\u017cytkownik '<%- username %>' jeszcze nie aktywowa\u0142 swojego konta. U\u017cytkownicy musz\u0105 stworzy\u0107 i aktywowa\u0107 swoje konto, zanim b\u0119dzie mo\u017cna im przypisa\u0107 role.", + "Error: You cannot remove yourself from the Instructor group!": "B\u0142\u0105d: Nie mo\u017cesz usun\u0105\u0107 siebie z grupy Instruktor\u00f3w!", + "Errors": "B\u0142\u0119dy", + "Everyone who has staff privileges in this course": "Ka\u017cdego, kto posiada status cz\u0142onka kadry tego kursu", + "Exam Types": "Typy egzamin\u00f3w", + "Exception Granted": "Wyj\u0105tek przyznany", + "Expand All": "Rozwi\u0144 wszystko", + "Explain if other.": "Inny? Jaki?", + "Explore New Programs": "Odkryj nowe programy", + "Explore Programs": "Przegl\u0105daj programy", + "Explore your course!": "Przejrzyj sw\u00f3j kurs!", + "Failed to delete student state for user.": "Nie uda\u0142o si\u0119 usun\u0105\u0107 stanu studenta dla u\u017cytkownika.", + "Failed to rescore problem for user.": "Nie uda\u0142o si\u0119 ponownie oceni\u0107 \u0107wiczenia dla studenta.", + "Failed to rescore problem to improve score for user.": "Nie uda\u0142o si\u0119 ponownie oceni\u0107 \u0107wiczenia w celu polepszenia oceny studenta.", + "Failed to reset attempts for user.": "Nie uda\u0142o si\u0119 zresetowa\u0107 podej\u015b\u0107 dla studenta.", + "February": "Luty", + "Feedback available for selection.": "Komentarz zwrotny dost\u0119pny do wyboru.", + "File Name": "Nazwa pliku", + "File type is not allowed.": "Ten typ pliku jest niedozwolony.", + "File types can not be empty.": "Typy plik\u00f3w nie mog\u0105 by\u0107 puste.", + "File upload succeeded": "Przesy\u0142anie pliku zako\u0144czone powodzeniem", + "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "Plik {filename} przekracza maksymalny dopuszczalny rozmiar {maxFileSizeInMBs} MB.", + "Files must be in JPEG or PNG format.": "Pliki musz\u0105 by\u0107 w formacie JPEG lub PNG.", + "Filter": "Filtr", + "Filter and sort topics": "Filtruj i sortuj tematy", + "Final Grade": "Ocena ko\u0144cowa", + "Final Grade Received": "Uzyskana ocena ko\u0144cowa", + "Financial Assistance": "Wsparcie finansowe", + "Financial Assistance Application": "Program wsparcia finansowego", + "Find a course": "Znajd\u017a kurs", + "Find discussions": "Znajd\u017a dyskusj\u0119", + "First time here?": "Pierwszy raz w portalu?", + "Follow or unfollow posts": "\u015aled\u017a wybrane wpisy", + "For grading to work, you must change all {oldName} subsections to {newName}.": "Aby ocenianie dzia\u0142a\u0142o prawid\u0142owo, musisz zmieni\u0107 wszystkie lekcje z {oldName} na {newName}.", + "Free text notes": "Dowolne notatki", + "Frequently Asked Questions": "Cz\u0119sto zadawane pytania", + "Full Name": "Imi\u0119 i nazwisko", + "Full Profile": "Pe\u0142ny profil", + "Fullscreen": "Pe\u0142ny ekran", + "Fully Supported": "W pe\u0142ni wspierane", + "Gender": "P\u0142e\u0107", + "General Proctored Exam Rules": "Og\u00f3lne zasady egzaminu nadzorowanego", + "Generate": "Wygeneruj", + "Generate Exception Certificates": "Wygeneruj certyfikaty w wyj\u0105tku", + "Generate the user's certificate": "Wygeneruj certyfikat studenta", + "Get Credit": "Odbierz punkty", + "Go to Dashboard": "Przejd\u017a do pulpitu", + "Go to your Dashboard": "Przejd\u017a do swojego pulpitu", + "Going forward, your account information will be updated and maintained by {enterprise_name}.": "Informacje na temat Twojego konta b\u0119d\u0105 aktualizowane i zarz\u0105dzane przez {enterprise_name}.", + "Government-Issued Photo ID": "Zdj\u0119cie na dokumencie to\u017csamo\u015bci", + "Grace period must be specified in HH:MM format.": "Okres prolongaty nale\u017cy okre\u015bli\u0107 w formacie GG:MM.", + "Grade": "Ocena", + "Grade as:": "Oce\u0144 jako:", + "Graded as:": "Oceniony jako:", + "Grading": "Ocenianie", + "Group": "Grupa", + "Group %s": "Grupa %s", + "Group A": "Grupa A", + "Group B": "Grupa B", + "Group Configuration ID": "Identyfikator konfiguracji grupy", + "Group Configuration Name": "Nazwa konfiguracji grupy", + "Group Configuration information": "Informacje o konfiguracji grupy", + "Group Configuration name is required.": "Wymagana jest nazwa konfiguracji grupy", + "Group information": "Informacje o grupie", + "Group name is required": "Wymagana jest nazwa grupy", + "Groups": "Grupy", + "Heading": "Nag\u0142\u00f3wek", + "Heading (Ctrl+H)": "Nag\u0142\u00f3wek (Ctrl+H)", + "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "Pom\u00f3\u017c innym studentom w decyzji dotycz\u0105cej do\u0142\u0105czenia do twojego zespo\u0142u poprzez nakre\u015blenie kilku charakterystyk zespo\u0142u. Starannie dobierz warunki, poniewa\u017c mniej ludzi mo\u017ce by\u0107 zainteresowanych do\u0142\u0105czeniem do twojego zespo\u0142u je\u015bli zasady lub oczekiwania wydadz\u0105 si\u0119 zbyt restrykcyjne.", + "Hide": "Ukryj", + "Hide Deprecated Settings": "Ukryj przestarza\u0142e ustawienia", + "Hide Discussion": "Ukryj dyskusj\u0119", + "Hide Timer": "Ukryj zegar", + "Hide content after course end date": "Ukryj tre\u015b\u0107 po dacie zako\u0144czenia kursu", + "Hide content after due date": "Ukryj tre\u015b\u0107 po terminie ko\u0144cowym", + "Hide entire subsection": "Ukryj ca\u0142\u0105 lekcj\u0119", + "Hide from learners": "Ukryj przed studentami", + "Hide notes": "Ukryj notatki", + "Hide transcripts ({transcriptCount})": "Ukryj transkrypcje ({transcriptCount})", + "Highlight {highlight_index}": "Wskaz\u00f3wka {highlight_index}", + "Highlighted text": "Zaznaczony tekst", + "Highlights for {display_name}": "Wskaz\u00f3wki dla {display_name}", + "Horizontal Rule (Ctrl+R)": "Linia pozioma (Ctrl+R)", + "How to create useful text alternatives.": "Jak tworzy\u0107 przydatne teksty alternatywne.", + "How to use %(platform_name)s discussions": "Dyskusja, jak korzysta\u0107 z: %(platform_name)s", + "Hyperlink (Ctrl+L)": "Odno\u015bnik (Ctrl+L)", + "ID": "Identyfikator", + "ID-Verification is not required for this Professional Education course.": "Ten kurs edukacji specjalistycznej nie wymaga potwierdzenia to\u017csamo\u015bci studenta.", + "Identity Verification In Progress": "Potwierdzenie to\u017csamo\u015bci w toku", + "If the course does not have an end date, learners always see their scores when they submit answers to assessments.": "Je\u015bli kurs nie posiada daty zako\u0144czenia, studenci zawsze zobacz\u0105 swoje wyniki po przes\u0142aniu odpowiedzi na zadania.", + "If the subsection does not have a due date, learners always see their scores when they submit answers to assessments.": "Je\u015bli lekcja nie posiada terminu ko\u0144cowego, studenci zawsze zobacz\u0105 swoje wyniki po przes\u0142aniu odpowiedzi na zadania.", + "If the unit was previously published and released to learners, any changes you made to the unit when it was hidden will now be visible to learners.": "Je\u015bli ten ekran zosta\u0142 wcze\u015bniej opublikowany i upubliczniony dla student\u00f3w, wszystkie zmiany, jakich dokona\u0142e\u015b kiedy ekran by\u0142 ukryty, b\u0119d\u0105 teraz widoczne dla student\u00f3w.", + "If you do not yet have an account, use the button below to register.": "Je\u015bli nie posiadasz konta, u\u017cyj poni\u017cszego przycisku, aby si\u0119 zarejestrowa\u0107.", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "Je\u015bli nie potwierdzisz swojej to\u017csamo\u015bci ju\u017c teraz, wci\u0105\u017c mo\u017cesz uczestniczy\u0107 w kursie z poziomu pulpitu studenta. B\u0119dziesz otrzymywa\u0107 cykliczne powiadomienia od %(platformName)s z pro\u015bb\u0105 o poddanie si\u0119 weryfikacji to\u017csamo\u015bci.", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from {platformName} to verify your identity.": "Je\u015bli nie potwierdzisz swojej to\u017csamo\u015bci ju\u017c teraz, wci\u0105\u017c mo\u017cesz uczestniczy\u0107 w kursie z poziomu pulpitu studenta. B\u0119dziesz otrzymywa\u0107 cykliczne powiadomienia od {platformName} z pro\u015bb\u0105 o poddanie si\u0119 weryfikacji to\u017csamo\u015bci.", + "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "Je\u017celi opu\u015bcisz t\u0119 stron\u0119 bez zapisania lub przes\u0142ania swojej odpowiedzi, stracisz ca\u0142\u0105 swoj\u0105 prac\u0119.", + "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "Je\u017celi opu\u015bcisz t\u0119 stron\u0119 bez przes\u0142ania zadania do oceny, stracisz ca\u0142\u0105 swoj\u0105 prac\u0119.", + "If you leave this page without submitting your self assessment, you will lose any work you have done.": "Je\u017celi opu\u015bcisz t\u0119 stron\u0119 bez przes\u0142ania swojego zadania, stracisz ca\u0142\u0105 swoj\u0105 prac\u0119.", + "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "Je\u017celi opu\u015bcisz t\u0119 stron\u0119 bez przes\u0142ania oceny, stracisz ca\u0142\u0105 swoj\u0105 prac\u0119.", + "If you make significant changes, make sure you notify members of the team before making these changes.": "Je\u015bli chcesz wprowadzi\u0107 znacz\u0105ce zmiany, pami\u0119taj o wcze\u015bniejszym poinformowaniu o tym zamiarze pozosta\u0142ych cz\u0142onk\u00f3w zespo\u0142u.", + "If you make this %(xblockType)s visible to learners, learners will be able to see its content after the release date has passed and you have published the unit. Only units that are explicitly hidden from learners will remain hidden after you clear this option for the %(xblockType)s.": "Je\u015bli zaznaczysz, \u017ce ta %(xblockType)s jest widoczna dla student\u00f3w, b\u0119d\u0105 oni widzie\u0107 jej zawarto\u015b\u0107 po opublikowaniu i osi\u0105gni\u0119ciu daty upublicznienia. Wy\u0142\u0105cznie ekrany oznaczone jako ukryte przed studentami pozostan\u0105 ukryte po wy\u0142\u0105czeniu przez ciebie tej opcji dla %(xblockType)s.", + "If you remove this transcript, the transcript will not be available for any components that use this video.": "Je\u015bli usuniesz t\u0119 transkrypcj\u0119, b\u0119dzie ona niedost\u0119pna dla element\u00f3w wykorzystuj\u0105cych ten film.", + "If you select an option other than \"%(hide_label)s\", published units in this subsection become available to learners unless they are explicitly hidden.": "Je\u015bli wybierzesz opcj\u0119 inn\u0105 ni\u017c \"%(hide_label)s\", opublikowane ekrany w tej lekcji stan\u0105 si\u0119 dost\u0119pne dla student\u00f3w, chyba, \u017ce s\u0105 oznaczone jako ukryte.", + "Image": "Obraz", + "Image (Ctrl+G)": "Obraz (Ctrl+G)", + "Image Description": "Opis obrazu", + "Image Upload Error": "B\u0142\u0105d przesy\u0142ania zdj\u0119cia", + "Image must be in PNG format": "Zdj\u0119cie musi by\u0107 w formacie PNG", + "Image must be in PNG format.": "Zdj\u0119cie musi by\u0107 w formacie PNG.", + "Image upload failed": "Przesy\u0142anie obrazka nie powiod\u0142o si\u0119", + "Image upload failed. ": "Przesy\u0142anie obrazka nie powiod\u0142o si\u0119.", + "Import YouTube Transcript": "Zaimportuj transkrypcj\u0119 z YouTube", + "In Progress": "W trakcie", + "In the {linkStart}Course Outline{linkEnd}, use this group to control access to a component.": "W {linkStart}programie kursu{linkEnd} u\u017cyj tej grupy do okre\u015blenia dost\u0119pu do elementu.", + "Individual Exceptions": "Pojedyncze wyj\u0105tki", + "Insert Hyperlink": "Wstaw odno\u015bnik", + "Insert Image (upload file or type URL)": "Wstaw obraz (prze\u015blij plik lub wklej URL)", + "Instructor Biography": "Profil prowadz\u0105cego", + "Instructor Name": "Imi\u0119 i nazwisko prowadz\u0105cego", + "Instructor Photo": "Zdj\u0119cie prowadz\u0105cego", + "Instructor Photo URL": "Adres URL zdj\u0119cia prowadz\u0105cego", + "Instructor Title": "Tytu\u0142 prowadz\u0105cego", + "Instructor tools": "Narz\u0119dzia prowadz\u0105cego", + "Internal Server Error.": "Wewn\u0119trzny b\u0142\u0105d serwera", + "Introduction to Cookie Baking": "Wprowadzenie do pieczenia ciastek", + "Invalid email address: {email}": "Nieprawid\u0142owy adres e-mail: {email}", + "Invalidate Certificate": "Uniewa\u017cnij certyfikat", + "Invalidated": "Uniewa\u017cniony", + "Invalidated By": "Uniewa\u017cniony przez", + "Is Visible To:": "Jest widoczna dla:", + "Is this OK?": "Czy to si\u0119 zgadza?", + "Is your name on your ID readable?": "Czy da si\u0119 odczyta\u0107 imi\u0119 i nazwisko z dokumentu to\u017csamo\u015bci?", + "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "Stanowczo zalecamy za\u0142\u0105czenie maksymalnie czterech podpis\u00f3w. Po za\u0142\u0105czeniu dodatkowych podpis\u00f3w nale\u017cy sprawdzi\u0107 certyfikat w podgl\u0105dzie wydruku i upewni\u0107 si\u0119, \u017ce b\u0119dzie go mo\u017cna poprawnie wydrukowa\u0107 na pojedynczej stronie.", + "Italic (Ctrl+I)": "Kursywa (Ctrl+I)", + "January": "Stycze\u0144", + "Join Team": "Do\u0142\u0105cz do zespo\u0142u", + "Joined": "Do\u0142\u0105czy\u0142/a", + "Joined %(date)s": "Do\u0142\u0105czy\u0142/a %(date)s", + "Joined Date": "Data do\u0142\u0105czenia", + "July": "Lipiec", + "June": "Czerwiec", + "KB": "KB", + "Key should only contain letters, numbers, _, or -": "Klucz powinien zawiera\u0107 wy\u0142\u0105cznie litery, cyfry, _ lub -", + "LEARN MORE": "DOWIEDZ SI\u0118 WI\u0118CEJ", + "Language": "J\u0119zyk", + "Large": "Du\u017cy", + "Last Activity %(date)s": "Ostatnia aktywno\u015b\u0107 %(date)s", + "Last Edited:": "Ostatnio edytowano:", + "Last Updated": "Ostatnio edytowany", + "Last modified by": "Autor ostatniej modyfikacji:", + "Last published %(last_published_date)s by %(publish_username)s": "Ostatnio opublikowana %(last_published_date)s przez %(publish_username)s", + "Last published {lastPublishedStart}{publishedOn}{lastPublishedEnd} by {publishedByStart}{publishedBy}{publishedByEnd}": "Ostatnio opublikowany {lastPublishedStart}{publishedOn}{lastPublishedEnd} przez {publishedByStart}{publishedBy}{publishedByEnd}", + "Last updated": "Ostatnia zmiana", + "Learn more about {license_name}": "Dowiedz si\u0119 wi\u0119cej na temat licencji {license_name}", + "Learners are added to this cohort automatically.": "Studenci zostaj\u0105 automatycznie dodani do tej kohorty.", + "Learners are added to this cohort only when you provide their email addresses or usernames on this page.": "Studenci zostaj\u0105 dodani do tej kohorty wy\u0142\u0105cznie je\u015bli podajesz na tej stronie ich adresy e-mail lub nazwy u\u017cytkownika.", + "Learners do not see the subsection in the course outline. The subsection is not included in grade calculations.": "Studenci nie widz\u0105 lekcji w programie kursu. Lekcja nie jest obj\u0119ta przez system ocen.", + "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the course end date has passed.": "Studenci nie widz\u0105, czy ich odpowiedzi na zadania s\u0105 poprawne, czy b\u0142\u0119dne, ani uzyskanego wyniku, do czasu zako\u0144czenia kursu.", + "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the due date for the subsection has passed.": "Studenci nie widz\u0105, czy ich odpowiedzi na zadania s\u0105 poprawne, czy b\u0142\u0119dne, ani uzyskanego wyniku, do czasu up\u0142yni\u0119cia terminu ko\u0144cowego na uko\u0144czenie lekcji.", + "Learners never see whether their answers to assessments are correct or incorrect, nor the score received.": "Studenci nie widz\u0105, czy ich odpowiedzi na zadania s\u0105 poprawne, czy b\u0142\u0119dne, ani uzyskanego wyniku.", + "Learners see the published subsection and can access its content.": "Studenci widz\u0105 opublikowan\u0105 lekcj\u0119 i maj\u0105 dost\u0119p do jej zawarto\u015bci.", + "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "Studenci, kt\u00f3rzy musz\u0105 si\u0119 podda\u0107 weryfikacji to\u017csamo\u015bci, musz\u0105 przej\u015b\u0107 przez wyznaczony punkt kontrolny poprzedzaj\u0105cy uzyskanie dost\u0119pu do tre\u015bci ekranu. Studenci, kt\u00f3rzy nie musz\u0105 przej\u015b\u0107 weryfikacji, domy\u015blnie widz\u0105 tre\u015b\u0107 ekranu.", + "Learning Outcome": "Efekty kszta\u0142cenia", + "Leave Current Session": "Opu\u015b\u0107 obecn\u0105 sesj\u0119", + "Leave Team": "Opu\u015b\u0107 zesp\u00f3\u0142", + "Leave the current session and decide later": "Opu\u015b\u0107 obecn\u0105 sesj\u0119 i zdecyduj p\u00f3\u017aniej", + "Leave this team?": "Opu\u015bci\u0107 ten zesp\u00f3\u0142?", + "Legal name": "Imiona i nazwiska", + "Less": "Mniej", + "Library User": "U\u017cytkownik biblioteki", + "License Display": "Wy\u015bwietlanie licencji", + "License Type": "Typ licencji", + "Limit Access": "Ogranicz dost\u0119p", + "Limited Profile": "Ograniczony profil", + "Link Description": "Opis odno\u015bnika", + "Link Your Account": "Pod\u0142\u0105cz swoje konto", + "Link your {accountName} account": "Pod\u0142\u0105cz swoje konto {accountName}", + "Link your {accountName} account to your {platformName} account and use {accountName} to sign in to {platformName}.": "Pod\u0142\u0105cz swoje konto {accountName} do swojego konta w {platformName} i korzystaj z profilu {accountName} do logowania si\u0119 do {platformName}.", + "Linked Accounts": "Po\u0142\u0105czone konta", + "Linking": "\u0141\u0105czenie", + "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "Linki s\u0105 generowane na \u017c\u0105danie i wygasaj\u0105 po 5 minutach z powodu wra\u017cliwej natury informacji o studentach.", + "List item": "Pozycja na li\u015bcie", + "List of Open Assessments is unavailable": "Lista otwartych ocen jest niedost\u0119pna", + "List of uploaded files and assets in this course": "Lista przes\u0142anych plik\u00f3w oraz zasob\u00f3w bie\u017c\u0105cego kursu", + "Live view of webcam": "Widok \"na \u017cywo\" z kamerki", + "Load Another File": "Wczytaj inny plik", + "Load all responses": "Wczytaj wszystkie odpowiedzi", + "Load next {numResponses} responses": "Wczytaj kolejnych {numResponses} odpowiedzi", "Load next {num_items} result": [ - "Za\u0142aduj kolejny {num_items} wynik", - "Za\u0142aduj kolejne {num_items} wyniki", - "Za\u0142aduj kolejnych {num_items} wynik\u00f3w", + "Za\u0142aduj kolejny {num_items} wynik", + "Za\u0142aduj kolejne {num_items} wyniki", + "Za\u0142aduj kolejnych {num_items} wynik\u00f3w", "Za\u0142aduj kolejnych {num_items} wynik\u00f3w" - ], - "Loading": "\u0141adowanie", - "Loading content": "\u0141adowanie zawarto\u015bci", - "Loading data...": "Wczytywanie danych...", - "Loading more threads": "Wczytywanie kolejnych wpis\u00f3w", - "Loading posts list": "Wczytywanie listy wpis\u00f3w", - "Loading your courses": "\u0141adowanie twoich kurs\u00f3w", - "Location": "Lokalizacja", - "Location in Course": "Umiejscowienie w kursie", - "Lock this asset": "Zablokuj ten zas\u00f3b", - "Lock/unlock file": "Zablokuj/odblokuj plik", - "MB": "MB", - "Make sure that the full name on your account matches the name on your ID.": "Upewnij si\u0119, \u017ce imi\u0119 i nazwisko z twojego konta w portalu, zgadzaj\u0105 si\u0119 z danymi na dokumencie to\u017csamo\u015bci.", - "Make sure we can verify your identity with the photos and information you have provided.": "Upewnij si\u0119, \u017ce b\u0119dziemy mogli potwierdzi\u0107 twoj\u0105 to\u017csamo\u015b\u0107 na podstawie dostarczonych przez ciebie zdj\u0119\u0107 i informacji.", - "Make sure your ID is well-lit": "Upewnij si\u0119 ,\u017ce tw\u00f3j dokument to\u017csamo\u015bci jest dobrze o\u015bwietlony.", - "Make sure your face is well-lit": "Upewnij si\u0119, \u017ce twoja twarz jest dobrze o\u015bwietlona.", - "Make this subsection available as a prerequisite to other content": "Udost\u0119pnij t\u0119 lekcj\u0119 jako wymaganie wst\u0119pne dla dost\u0119pu do innej tre\u015bci.", - "Manage Learners": "Zarz\u0105dzaj studentami", - "Manual": "Manualna", - "March": "Marzec", - "Mark Exam As Completed": "Oznacz egzamin jako uko\u0144czony", - "Mark enrollment code as unused": "Oznacz kod rejestracyjny jako niewykorzystany", - "Markdown Editing Help": "Pomoc edytora Markdown", - "Max file size exceeded": "Przekroczony maksymalny rozmiar pliku", - "Maximum file size: {maxFileSize} GB": "Maksymalny rozmiar pliku: {maxFileSize} GB", - "May": "Maj", - "Membership": "Cz\u0142onkostwo", - "Message:": "Wiadomo\u015b\u0107:", - "Midnight": "P\u00f3\u0142noc", - "Minimum Score:": "Minimalny wynik:", - "Module state successfully deleted.": "Status modu\u0142u usuni\u0119ty poprawnie.", - "More": "Wi\u0119cej", - "More sessions coming soon": "Wi\u0119cej sesji wkr\u00f3tce", - "More sessions coming soon.": "Kolejne sesje kursu pojawi\u0105 si\u0119 wkr\u00f3tce.", - "Must complete verification checkpoint": "Musi przej\u015b\u0107 przez punkt kontrolny weryfikacji", - "My Orders": "Moje zam\u00f3wienia", - "My Team": "M\u00f3j zesp\u00f3\u0142", - "N/A": "Nie dotyczy", - "Name": "Nazwa", - "Name ": "Imi\u0119 i nazwisko", - "Name of the certificate": "Nazwa certyfikatu", - "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "Nazwy grup, do kt\u00f3rych zostan\u0105 przydzieleni studenci. Musisz posiada\u0107 co najmniej dwie grupy.", - "Name of the signatory": "Imi\u0119 i nazwisko sygnatariusza", - "Name or short description of the configuration": "Nazwa lub kr\u00f3tki opis konfiguracji", - "Needs verified certificate ": "Wymaga potwierdzonego certyfikatu", - "Never published": "Nigdy niepublikowana", - "Never show assessment results": "Nigdy nie pokazuj wynik\u00f3w zada\u0144", - "New %(item_type)s": "Nowy %(item_type)s", - "New Address": "Nowy adres", - "New enrollment mode:": "Nowy tryb uczestnictwa:", - "Next": "Nast\u0119pny", - "Next Step: Confirm your identity": "Nast\u0119pny krok: potwierd\u017a swoj\u0105 to\u017csamo\u015b\u0107", - "Next: %(nextStepTitle)s": "Nast\u0119pnie: %(nextStepTitle)s", - "No Content Group": "Brak grupy tre\u015bci", - "No EdX Timed Transcript": "Brak transkrypcji", - "No Flash Detected": "Nie wykryto flasha", - "No Timed Transcript": "Brak transkrypcji", - "No Webcam Detected": "Nie wykryto kamery internetowej", - "No content-specific discussion topics exist.": "Nie istniej\u0105 \u017cadne tematy dyskusji okre\u015blonej tre\u015bci.", - "No description available": "Brak dost\u0119pnego opisu", - "No posts matched your query.": "Brak wpis\u00f3w pasuj\u0105cych do zapytania.", - "No prerequisite": "Brak wymagania wst\u0119pnego", - "No receipt available": "Brak dost\u0119pnego pokwitowania", - "No results": "Brak wynik\u00f3w", - "No results found for \"%(query_string)s\". Please try searching again.": "Brak wynik\u00f3w dla \"%(query_string)s\". Spr\u00f3buj wyszuka\u0107 ponownie.", - "No results found for {original_query}. Showing results for {suggested_query}.": "Brak wynik\u00f3w dla {original_query}. Wy\u015bwietlam wyniki dla {suggested_query}.", - "No tasks currently running.": "Brak czynno\u015bci w toku.", - "No transcript uploaded.": "Nie przes\u0142ano transkrypcji.", - "No validation is performed on policy keys or value pairs. If you are having difficulties, check your formatting.": "Dla kluczy polityki lub par warto\u015bci nie nast\u0119puje walidacja. Je\u015bli masz problemy, sprawd\u017a formatowanie.", - "None": "\u017baden", - "Noon": "Po\u0142udnie", - "Not Currently Available": "Obecnie niedost\u0119pny", - "Not Graded": "Nieocenione", - "Not Selected": "Nie wybrane", - "Not Supported": "Niewspierane", - "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "Nie mo\u017cna ustawi\u0107 zaliczaj\u0105cej oceny na ni\u017csz\u0105 ni\u017c %(minimum_grade_cutoff)s%.", - "Not available": "Niedost\u0119pny", - "Not divided": "Niepodzielone", - "Not in Use": "Nie jest w u\u017cyciu", - "Not selected": "Nie wybrano", - "Not yet": "Nie teraz", - "Note": "Notatka", - "Note: Do not hide graded assignments after they have been released.": "Uwaga: nie ukrywaj zada\u0144, kt\u00f3re podlegaj\u0105 ocenie, po ich upublicznieniu.", - "Note: Learners can be in only one cohort. Adding learners to this group overrides any previous group assignment.": "Uwaga: Studenci mog\u0105 nale\u017ce\u0107 wy\u0142\u0105cznie do jednej kohorty. Dodanie student\u00f3w do tej kohorty spowoduje zast\u0105pienie dotychczasowych przydzia\u0142\u00f3w do kohort.", + ], + "Loading": "\u0141adowanie", + "Loading content": "\u0141adowanie zawarto\u015bci", + "Loading data...": "Wczytywanie danych...", + "Loading more threads": "Wczytywanie kolejnych wpis\u00f3w", + "Loading posts list": "Wczytywanie listy wpis\u00f3w", + "Loading your courses": "\u0141adowanie twoich kurs\u00f3w", + "Location": "Lokalizacja", + "Location in Course": "Umiejscowienie w kursie", + "Lock this asset": "Zablokuj ten zas\u00f3b", + "Lock/unlock file": "Zablokuj/odblokuj plik", + "MB": "MB", + "Make sure that the full name on your account matches the name on your ID.": "Upewnij si\u0119, \u017ce imi\u0119 i nazwisko z twojego konta w portalu, zgadzaj\u0105 si\u0119 z danymi na dokumencie to\u017csamo\u015bci.", + "Make sure we can verify your identity with the photos and information you have provided.": "Upewnij si\u0119, \u017ce b\u0119dziemy mogli potwierdzi\u0107 twoj\u0105 to\u017csamo\u015b\u0107 na podstawie dostarczonych przez ciebie zdj\u0119\u0107 i informacji.", + "Make sure your ID is well-lit": "Upewnij si\u0119 ,\u017ce tw\u00f3j dokument to\u017csamo\u015bci jest dobrze o\u015bwietlony.", + "Make sure your face is well-lit": "Upewnij si\u0119, \u017ce twoja twarz jest dobrze o\u015bwietlona.", + "Make this subsection available as a prerequisite to other content": "Udost\u0119pnij t\u0119 lekcj\u0119 jako wymaganie wst\u0119pne dla dost\u0119pu do innej tre\u015bci.", + "Manage Learners": "Zarz\u0105dzaj studentami", + "Manual": "Manualna", + "March": "Marzec", + "Mark Exam As Completed": "Oznacz egzamin jako uko\u0144czony", + "Mark enrollment code as unused": "Oznacz kod rejestracyjny jako niewykorzystany", + "Markdown Editing Help": "Pomoc edytora Markdown", + "Max file size exceeded": "Przekroczony maksymalny rozmiar pliku", + "Maximum file size: {maxFileSize} GB": "Maksymalny rozmiar pliku: {maxFileSize} GB", + "May": "Maj", + "Membership": "Cz\u0142onkostwo", + "Message:": "Wiadomo\u015b\u0107:", + "Midnight": "P\u00f3\u0142noc", + "Minimum Score:": "Minimalny wynik:", + "Module state successfully deleted.": "Status modu\u0142u usuni\u0119ty poprawnie.", + "More": "Wi\u0119cej", + "More sessions coming soon": "Wi\u0119cej sesji wkr\u00f3tce", + "More sessions coming soon.": "Kolejne sesje kursu pojawi\u0105 si\u0119 wkr\u00f3tce.", + "Must complete verification checkpoint": "Musi przej\u015b\u0107 przez punkt kontrolny weryfikacji", + "My Orders": "Moje zam\u00f3wienia", + "My Team": "M\u00f3j zesp\u00f3\u0142", + "N/A": "Nie dotyczy", + "Name": "Nazwa", + "Name ": "Imi\u0119 i nazwisko", + "Name of the certificate": "Nazwa certyfikatu", + "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "Nazwy grup, do kt\u00f3rych zostan\u0105 przydzieleni studenci. Musisz posiada\u0107 co najmniej dwie grupy.", + "Name of the signatory": "Imi\u0119 i nazwisko sygnatariusza", + "Name or short description of the configuration": "Nazwa lub kr\u00f3tki opis konfiguracji", + "Needs verified certificate ": "Wymaga potwierdzonego certyfikatu", + "Never published": "Nigdy niepublikowana", + "Never show assessment results": "Nigdy nie pokazuj wynik\u00f3w zada\u0144", + "New %(item_type)s": "Nowy %(item_type)s", + "New Address": "Nowy adres", + "New enrollment mode:": "Nowy tryb uczestnictwa:", + "Next": "Nast\u0119pny", + "Next Step: Confirm your identity": "Nast\u0119pny krok: potwierd\u017a swoj\u0105 to\u017csamo\u015b\u0107", + "Next: %(nextStepTitle)s": "Nast\u0119pnie: %(nextStepTitle)s", + "No Content Group": "Brak grupy tre\u015bci", + "No EdX Timed Transcript": "Brak transkrypcji", + "No Flash Detected": "Nie wykryto flasha", + "No Timed Transcript": "Brak transkrypcji", + "No Webcam Detected": "Nie wykryto kamery internetowej", + "No content-specific discussion topics exist.": "Nie istniej\u0105 \u017cadne tematy dyskusji okre\u015blonej tre\u015bci.", + "No description available": "Brak dost\u0119pnego opisu", + "No posts matched your query.": "Brak wpis\u00f3w pasuj\u0105cych do zapytania.", + "No prerequisite": "Brak wymagania wst\u0119pnego", + "No receipt available": "Brak dost\u0119pnego pokwitowania", + "No results": "Brak wynik\u00f3w", + "No results found for \"%(query_string)s\". Please try searching again.": "Brak wynik\u00f3w dla \"%(query_string)s\". Spr\u00f3buj wyszuka\u0107 ponownie.", + "No results found for {original_query}. Showing results for {suggested_query}.": "Brak wynik\u00f3w dla {original_query}. Wy\u015bwietlam wyniki dla {suggested_query}.", + "No tasks currently running.": "Brak czynno\u015bci w toku.", + "No transcript uploaded.": "Nie przes\u0142ano transkrypcji.", + "No validation is performed on policy keys or value pairs. If you are having difficulties, check your formatting.": "Dla kluczy polityki lub par warto\u015bci nie nast\u0119puje walidacja. Je\u015bli masz problemy, sprawd\u017a formatowanie.", + "None": "\u017baden", + "Noon": "Po\u0142udnie", + "Not Currently Available": "Obecnie niedost\u0119pny", + "Not Graded": "Nieocenione", + "Not Selected": "Nie wybrane", + "Not Supported": "Niewspierane", + "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "Nie mo\u017cna ustawi\u0107 zaliczaj\u0105cej oceny na ni\u017csz\u0105 ni\u017c %(minimum_grade_cutoff)s%.", + "Not available": "Niedost\u0119pny", + "Not divided": "Niepodzielone", + "Not in Use": "Nie jest w u\u017cyciu", + "Not selected": "Nie wybrano", + "Not yet": "Nie teraz", + "Note": "Notatka", + "Note: Do not hide graded assignments after they have been released.": "Uwaga: nie ukrywaj zada\u0144, kt\u00f3re podlegaj\u0105 ocenie, po ich upublicznieniu.", + "Note: Learners can be in only one cohort. Adding learners to this group overrides any previous group assignment.": "Uwaga: Studenci mog\u0105 nale\u017ce\u0107 wy\u0142\u0105cznie do jednej kohorty. Dodanie student\u00f3w do tej kohorty spowoduje zast\u0105pienie dotychczasowych przydzia\u0142\u00f3w do kohort.", "Note: You are %s hour ahead of server time.": [ - "Uwaga: Czas lokalny jest przesuni\u0119ty o %s godzin\u0119 do przodu w stosunku do czasu serwera.", - "Uwaga: Czas lokalny jest przesuni\u0119ty o %s godziny do przodu w stosunku do czasu serwera.", - "Uwaga: Czas lokalny jest przesuni\u0119ty o %s godzin do przodu w stosunku do czasu serwera.", + "Uwaga: Czas lokalny jest przesuni\u0119ty o %s godzin\u0119 do przodu w stosunku do czasu serwera.", + "Uwaga: Czas lokalny jest przesuni\u0119ty o %s godziny do przodu w stosunku do czasu serwera.", + "Uwaga: Czas lokalny jest przesuni\u0119ty o %s godzin do przodu w stosunku do czasu serwera.", "Uwaga: Czas lokalny jest przesuni\u0119ty o %s godzin do przodu w stosunku do czasu serwera." - ], + ], "Note: You are %s hour behind server time.": [ - "Uwaga: Czas lokalny jest przesuni\u0119ty o %s godzin\u0119 do ty\u0142u w stosunku do czasu serwera.", - "Uwaga: Czas lokalny jest przesuni\u0119ty o %s godziny do ty\u0142u w stosunku do czasu serwera.", - "Uwaga: Czas lokalny jest przesuni\u0119ty o %s godzin do ty\u0142u w stosunku do czasu serwera.", + "Uwaga: Czas lokalny jest przesuni\u0119ty o %s godzin\u0119 do ty\u0142u w stosunku do czasu serwera.", + "Uwaga: Czas lokalny jest przesuni\u0119ty o %s godziny do ty\u0142u w stosunku do czasu serwera.", + "Uwaga: Czas lokalny jest przesuni\u0119ty o %s godzin do ty\u0142u w stosunku do czasu serwera.", "Uwaga: Czas lokalny jest przesuni\u0119ty o %s godzin do ty\u0142u w stosunku do czasu serwera." - ], - "Noted in:": "Zanotowane w:", - "Notes": "Notatki", - "Notes hidden": "Notatki ukryte", - "Notes visible": "Notatki widoczne", - "November": "Listopad", - "Now": "Teraz", - "Number Sent": "Liczba wys\u0142anych", - "Number of Droppable": "Liczba mo\u017cliwych do pomini\u0119cia", - "Number of Students": "Liczba student\u00f3w", - "Numbered List (Ctrl+O)": "Lista numerowana (Ctrl+O)", - "OK": "OK", - "ORDER NAME": "NAZWA ZAM\u00d3WIENIA", - "ORDER NUMBER": "NUMER ZAM\u00d3WIENIA", - "ORDER PLACED": "DATA ZAM\u00d3WIENIA", - "October": "Pa\u017adziernik", - "Once in position, use the camera button {icon} to capture your ID": "Kiedy b\u0119dziesz got\u00f3w, u\u017cyj przycisku {icon}, aby zrobi\u0107 zdj\u0119cie swojego dokumentu.", - "Once in position, use the camera button {icon} to capture your photo": "Kiedy b\u0119dziesz got\u00f3w, u\u017cyj przycisku {icon}, aby zrobi\u0107 zdj\u0119cie.", - "One or more rescheduling tasks failed.": "Jedna lub wi\u0119cej czynno\u015b\u0107 zmiany termin\u00f3w nie powiod\u0142a si\u0119.", - "Only properly formatted .csv files will be accepted.": "Tylko prawid\u0142owo sformatowany plik .csv zostanie zaakceptowany.", - "Only the parent course staff of a CCX can create content groups.": "Tylko cz\u0142onkowie kadru kursu KDD mog\u0105 tworzy\u0107 grupy tre\u015bci.", - "Open the certificate you earned for the %(title)s program.": "Otw\u00f3rz certyfikat otrzymany za program %(title)s.", - "Open/download this file": "Otw\u00f3rz/pobierz ten plik", - "Option Deleted": "Opcja usuni\u0119ta", - "Optional Characteristics": "Opcjonalne charakterystyki", - "Optional long description": "Opcjonalny d\u0142u\u017cszy opis", - "Optionally, link your personal accounts to the social media icons on your edX profile.": "Opcjonalnie mo\u017cesz umie\u015bci\u0107 w profilu odno\u015bniki do swoich kont w mediach spo\u0142eczno\u015bciowych.", - "Options for {license_name}": "Opcje dla licencji {license_name}", - "Order Details": "Szczeg\u00f3\u0142y zam\u00f3wienia", - "Order History": "Historia zam\u00f3wie\u0144", - "Order No.": "Nr zam\u00f3wienia", - "Order Number": "Numer zam\u00f3wienia", - "Organization": "Organizacja", - "Organization ": "Organizacja", - "Organization Name": "Nazwa organizacji", - "Organization of the signatory": "Organizacja sygnatariusza", - "Other": "Inne", - "Overall Score": "Wynik og\u00f3lny", - "Page number out of %(total_pages)s": "Strona spo\u015br\u00f3d %(total_pages)s", - "Pagination": "Paginacja", - "Password": "Has\u0142o", - "Password Status": "Status has\u0142a", - "Password assistance": "Pomoc w odzyskaniu has\u0142a", - "Path to Signature Image": "\u015acie\u017cka do zdj\u0119cia podpisu", - "Peer": "Przez innych kursant\u00f3w", - "Photo": "Zdj\u0119cie", - "Photo Captured successfully.": "Zdj\u0119cie wykonane z powodzeniem.", - "Photo ID": "Zdj\u0119cie identyfikacyjne", - "Photo Identification": "Identyfikacja zdj\u0119cia", - "Photo of %(fullName)s": "Zdj\u0119cie studenta %(fullName)s", - "Photo of %(fullName)s's ID": "Zdj\u0119cie dokumentu studenta %(fullName)s's", - "Photo requirements:": "Wymagania wobec zdj\u0119\u0107:", - "Photos don't meet the requirements?": "Zdj\u0119cia nie spe\u0142niaj\u0105 kt\u00f3rego\u015b warunku?", - "Placeholder": "Zast\u0119pczy", - "Please Note": "Uwaga", - "Please add a photo of the instructor (Note: only JPEG or PNG format supported)": "Prosz\u0119 doda\u0107 zdj\u0119cie prowadz\u0105cego (uwaga: obs\u0142ugiwane s\u0105 wy\u0142\u0105cznie formaty JPEG i PNG).", - "Please add the institute where the instructor is associated": "Prosz\u0119 poda\u0107 wydzia\u0142 lub instytucj\u0119 prowadz\u0105cego", - "Please add the instructor's biography": "Prosz\u0119 poda\u0107 profil prowadz\u0105cego", - "Please add the instructor's name": "Prosz\u0119 poda\u0107 imi\u0119 i nazwisko prowadz\u0105cego", - "Please add the instructor's title": "Prosz\u0119 poda\u0107 tytu\u0142 prowadz\u0105cego", - "Please address the errors on this page first, and then save your progress.": "Zwr\u00f3\u0107 uwag\u0119 na b\u0142\u0119dy wskazane na tej stronie, a nast\u0119pnie zapisz sw\u00f3j post\u0119p.", - "Please check the following validation feedbacks and reflect them in your course settings:": "Prosz\u0119 zapozna\u0107 si\u0119 z poni\u017cszymi komunikatami uwierzytelniania i nanie\u015b\u0107 stosowne zmiany do ustawie\u0144 kursu:", - "Please correct the outlined fields.": "Prosz\u0119 poprawi\u0107 zaznaczone pola.", - "Please describe this image or agree that it has no contextual value by checking the checkbox.": "Prosz\u0119 opisa\u0107 ten obraz lub zaznaczy\u0107 okienko je\u015bli obraz nie posiada warto\u015bci kontekstowej.", - "Please do not use any spaces in this field.": "Prosimy nie u\u017cywa\u0107 spacji w tym polu.", - "Please do not use any spaces or special characters in this field.": "Prosimy nie u\u017cywa\u0107 spacji ani znak\u00f3w specjalnych.", - "Please enter a problem location.": "Wprowad\u017a lokalizacj\u0119 \u0107wiczenia.", - "Please enter a score.": "Prosz\u0119 wprowadzi\u0107 wynik.", - "Please enter a student email address or username.": "Prosz\u0119 wpisa\u0107 adres e-mail studenta lub jego nazw\u0119 u\u017cytkownika.", - "Please enter a term in the {anchorStart} search field{anchorEnd}.": "Prosz\u0119 wprowadzi\u0107 zapytanie do {anchorStart}pola wyszukiwania{anchorEnd}.", - "Please enter a username or email.": "Prosz\u0119 wprowadzi\u0107 nazw\u0119 u\u017cytkownika lub adres e-mail.", - "Please enter a valid donation amount.": "Prosz\u0119 poda\u0107 poprawn\u0105 warto\u015b\u0107 darowizny.", - "Please enter an integer between %(min)s and %(max)s.": "Prosz\u0119 wprowadzi\u0107 liczb\u0119 ca\u0142kowit\u0105 od %(min)s do %(max)s.", - "Please enter an integer between 0 and 100.": "Prosz\u0119 wprowadzi\u0107 liczb\u0119 ca\u0142kowit\u0105 od 0 do 100.", - "Please enter an integer greater than 0.": "Prosz\u0119 wprowadzi\u0107 liczb\u0119 ca\u0142kowit\u0105 wi\u0119ksz\u0105 od 0.", - "Please enter non-negative integer.": "Prosz\u0119 wprowadzi\u0107 nieujemn\u0105 liczb\u0119 ca\u0142kowit\u0105.", - "Please enter valid start date and time.": "Podaj poprawn\u0105 dat\u0119 i godzin\u0119 rozpocz\u0119cia.", - "Please enter your %(field)s.": "Prosz\u0119 poda\u0107 %(field)s.", - "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "Prosz\u0119 post\u0119powa\u0107 wed\u0142ug poni\u017cszej instrukcji w celu przes\u0142ania pliku w innym miejscu i wykorzystania odno\u015bnika: {maxFileSizeRedirectUrl}", - "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "Prosz\u0119 zapisa\u0107 lub wydrukowa\u0107 t\u0119 stron\u0119, gdy\u017c s\u0142u\u017cy ona za rachunek. Ten sam rachunek otrzymasz r\u00f3wnie\u017c drog\u0105 poczty elektronicznej.", - "Please provide a description of the link destination.": "Prosz\u0119 poda\u0107 opis miejsca do kt\u00f3rego przekierowuje odno\u015bnik.", - "Please provide a valid URL.": "Prosz\u0119 poda\u0107 poprawny URL", - "Please specify a reason.": "Prosz\u0119 poda\u0107 pow\u00f3d.", - "Please verify that you have uploaded a valid image (PNG and JPEG).": "Upewnij si\u0119, \u017ce przesy\u0142asz zdj\u0119cie w prawid\u0142owym formacie (PNG lub JPEG).", - "Please verify that your webcam is connected and that you have allowed your browser to access it.": "Upewnij si\u0119, \u017ce twoja kamera internetowa jest pod\u0142\u0105czona i \u017ce zezwoli\u0142e\u015b przegl\u0105darce na dost\u0119p do niej.", - "Please wait": "Prosz\u0119 czeka\u0107", - "Post": "Opublikuj", - "Practice Proctored": "Pr\u00f3bny nadzorowany", - "Practice proctored Exam": "Pr\u00f3bny egzamin nadzorowany", - "Preferred Language": "Preferowany j\u0119zyk", - "Prerequisite:": "Wymaganie wst\u0119pne:", - "Prerequisite: %(prereq_display_name)s": "Wymaganie wst\u0119pne: %(prereq_display_name)s", - "Press Add to language": "Naci\u015bnij, aby doda\u0107 j\u0119zyk", - "Press Remove to remove language": "Naci\u015bnij \"usu\u0144\" aby usun\u0105\u0107 j\u0119zyk", - "Press change to change selected transcript provider.": "Naci\u015bnij zmie\u0144, aby zmieni\u0107 obecnego dostawc\u0119 transkrypcji.", - "Press close to hide course video settings": "Naci\u015bnij \"zamknij\" aby ukry\u0107 ustawienia filmu", - "Press discard changes to discard changes.": "Naci\u015bnij odrzu\u0107 zmiany, aby odrzuci\u0107 wprowadzone zmiany.", - "Press discard changes to discard your changes.": "Naci\u015bnij odrzu\u0107 zmiany, aby odrzuci\u0107 wprowadzone zmiany.", - "Press update settings to update course video settings": "Naci\u015bnij \"zmie\u0144 ustawienia\" aby zaktualizowa\u0107 ustawienia filmu", - "Press update settings to update the information for your organization.": "Naci\u015bnij aktualizuj ustawienia, aby zaktualizowa\u0107 swoje informacje.", - "Prevent students from generating certificates in this course?": "Zabroni\u0107 studentom generowania certyfikat\u00f3w z tego kursu?", - "Preview": "Podgl\u0105d", - "Preview Certificate": "Podgl\u0105d certyfikatu", - "Preview of uploaded image": "Podgl\u0105d za\u0142adowanego zdj\u0119cia", - "Preview this query": "Podgl\u0105d tej kwerendy", - "Previous": "Poprzedni", - "Previous Uploads": "Poprzednio przes\u0142ane pliki", - "Previous Uploads table has been updated.": "Tabela historii przesy\u0142a\u0144 zosta\u0142a zaktualizowana.", - "Previously published": "Poprzednio opublikowana", - "Processing Re-run Request": "Przetwarzanie \u017c\u0105dania wznowienia", - "Proctored": "Nadzorowany", - "Proctored Exam": "Egzamin nadzorowany", - "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.": "Egzaminy nadzorowane s\u0105 egzaminami z limitem czasu i obejmuj\u0105 nagrywanie filmowe ka\u017cdego studenta w trakcie przebiegu jego egzaminu. Filmy mo\u017cna nast\u0119pnie sprawdzi\u0107 i upewni\u0107 si\u0119, \u017ce studenci stosowali si\u0119 do zasad egzaminacyjnych.", - "Product Name": "Nazwa produktu", - "Professional Certificate for {courseName}": "Certyfikat Edukacji Specjalistycznej kursu {courseName}", - "Professional Education": "Edukacja Specjalistyczna", - "Professional Education Verified Certificate": "Potwierdzony certyfikat edukacji specjalistycznej", - "Profile": "Profil", - "Profile Image": "Zdj\u0119cie profilowe", - "Profile Visibility:": "Widoczno\u015b\u0107 profilu:", - "Profile image for {username}": "Zdj\u0119cie profilowe u\u017cytkownika \"{username}\"", - "Promote another member to Admin to remove your admin rights": "Mianuj innego u\u017cytkownika Administratorem, aby usun\u0105\u0107 twoje uprawnienia administratora", - "Provisional": "Prowizoryczne", - "Provisionally Supported": "Prowizorycznie wspierane", - "Publish": "Opublikuj", - "Publish all unpublished changes for this {item}?": "Czy opublikowa\u0107 wszystkie nieopublikowane zmiany w {item}?", - "Publish {display_name}": "Opublikuj {display_name}", - "Published (not yet released)": "Opublikowana (ale jeszcze nieupubliczniona)", - "Published and Live": "Opublikowana i upubliczniona", - "Publishing Status": "Status opublikowania", - "Queued": "Zakolejkowane", - "REMAINING COURSES": "KURSY POZOSTA\u0141E", - "Read More": "Dowiedz si\u0119 wi\u0119cej", - "Read more": "Czytaj dalej", - "Reason": "Pow\u00f3d", - "Reason field should not be left blank.": "Pole powodu nie powinno pozosta\u0107 puste.", - "Reason for change:": "Pow\u00f3d zmiany:", - "Receive updates": "Otrzymuj powiadomienia", - "Recent Activity": "Ostatnia aktywno\u015b\u0107", - "Recommended image resolution is {imageResolution}, maximum image file size should be {maxFileSize} and format must be one of {supportedImageFormats}.": "Zalecana rozdzielczo\u015b\u0107 obrazka wynosi {imageResolution}, maksymalna wielko\u015b\u0107 pliku to {maxFileSize}, a jego format musi by\u0107 jednym z nast\u0119puj\u0105cych: {supportedImageFormats}.", - "Redo (Ctrl+Shift+Z)": "Popraw (Ctrl+Shift+Z)", - "Redo (Ctrl+Y)": "Popraw (Ctrl+Y)", - "Regenerate": "Wygeneruj ponownie", - "Regenerate the user's certificate": "Wygeneruj ponownie certyfikat studenta", - "Register with Institution/Campus Credentials": "Zarejestruj si\u0119 przez system swojej uczelni", - "Release Date and Time": "Data i czas upublicznienia", - "Release Date:": "Data upublicznienia:", - "Release Status:": "Status opublikowania:", - "Release Time in UTC:": "Czas upublicznienia podany w UTC:", - "Release:": "Upublicznienie:", - "Released:": "Opublikowany:", - "Remaining": "Pozosta\u0142o", - "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "Usuwanie jest w toku. Aby unikn\u0105\u0107 b\u0142\u0119d\u00f3w, pozosta\u0144 na tej stronie a\u017c do zako\u0144czenia czynno\u015bci.", - "Remove": "Usu\u0144", - "Remove all": "Usu\u0144 wszystkie", - "Remove chapter %(chapterDisplayName)s": "Usu\u0144 rozdzia\u0142 %(chapterDisplayName)s", - "Remove from Invalidation Table": "Usu\u0144 z tabeli uniewa\u017cnie\u0144", - "Remove from List": "Usu\u0144 z listy", - "Remove subsection %(subsectionDisplayName)s": "Usu\u0144 lekcj\u0119 %(subsectionDisplayName)s", - "Remove this team member?": "Czy usun\u0105\u0107 tego cz\u0142onka zespo\u0142u?", - "Remove this video": "Usu\u0144 ten film", - "Remove unit %(unitName)s": "Usu\u0144 ekran %(unitName)s", - "Remove {role} Access": "Usu\u0144 uprawnienia - {role}", - "Remove {video_name} video": "Usu\u0144 film {video_name}", - "Removing": "Usuwanie", - "Removing a video from this list does not affect course content. Any content that uses a previously uploaded video ID continues to display in the course.": "Usuni\u0119cie filmu z listy nie wp\u0142ywa na tre\u015b\u0107 kursu. Filmy, kt\u00f3re s\u0105 obecne w kursie, pozostaj\u0105 widoczne w jego tre\u015bci.", - "Replace": "Zast\u0105p", - "Report abuse, topics, and responses": "Zg\u0142o\u015b naruszenie zasad", - "Requester": "Zlecaj\u0105cy", - "Required": "Wymagany", - "Required field.": "Pole wymagane.", - "Rescore problem '<%- problem_id %>' for all students?": "Czy ponownie oceni\u0107 \u0107wiczenie '<%- problem_id %>' dla wszystkich student\u00f3w?", - "Reset Password": "Zresetuj has\u0142o", - "Reset Your Password": "Zresetuj swoje has\u0142o", - "Reset attempts for all students on problem '<%- problem_id %>'?": "Czy zresetowa\u0107 podej\u015bcia do \u0107wiczenia '<%- problem_id %>' dla wszystkich student\u00f3w?", - "Responses could not be loaded. Refresh the page and try again.": "Nie uda\u0142o si\u0119 wczyta\u0107 odpowiedzi. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", - "Restore enrollment code": "Przywr\u00f3\u0107 kod rejestracyjny", - "Restrict access to:": "Ogranicz dost\u0119p do:", - "Retake Photo": "Pon\u00f3w zdj\u0119cie", - "Retake Your Photos": "Ponownie zr\u00f3b zdj\u0119cia", - "Return and add email address": "Wr\u00f3\u0107 i podaj adres e-mail", - "Return to Export": "Powr\u00f3t do eksportu", - "Return to Your Dashboard": "Wr\u00f3\u0107 do swojego pulpitu", - "Return to team listing": "Wr\u00f3\u0107 do listy cz\u0142onk\u00f3w kadry", - "Review Rules": "Zasady oceny", - "Review Your Photos": "Sprawd\u017a swoje zdj\u0119cia", - "Review your info": "Sprawd\u017a swoje dane", - "Revoke access": "Cofnij dost\u0119p", - "Save": "Zapisz", - "Save Changes": "Zapisz zmiany", - "Save changes": "Zapisz zmiany", - "Saved cohort": "Zapisana kohorta", - "Saving": "Zapisywanie", - "Saving your email preference": "Zapisywanie twoich preferencji wiadomo\u015bci e-mail", - "Saving...": "Zapisywanie...", - "Scheduled:": "Zaplanowany:", - "Search": "Szukaj", - "Search Results": "Wyniki wyszukiwania", - "Search all posts": "Przeszukaj wszystkie wpisy", - "Search teams": "Przeszukaj zespo\u0142y", - "Section": "Rozdzia\u0142", - "Section Highlights": "Wskaz\u00f3wki do rozdzia\u0142u", - "Section Visibility": "Widoczno\u015b\u0107 rozdzia\u0142u", - "See all teams in your course, organized by topic. Join a team to collaborate with other learners who are interested in the same topic as you are.": "Zobacz wszystkie zespo\u0142y w twoim kursie, zorganizowane tematycznie. Do\u0142\u0105cz do zespo\u0142u, aby wsp\u00f3\u0142pracowa\u0107 z innymi studentami, kt\u00f3rzy s\u0105 zainteresowani tym samym tematem, co ty.", - "Select Session": "Wybierz sesj\u0119", - "Select a Content Group": "Wybierz grup\u0119 tre\u015bci", - "Select a chapter": "Wybierz rozdzia\u0142", - "Select a cohort": "Wybierz kohort\u0119", - "Select a cohort to manage": "Wybierz kohort\u0119 do zarz\u0105dzania", - "Select a group type": "Wybierz typ grupy", - "Select a session:": "Wybierz sesj\u0119 kursu:", - "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.": "Wyznacz czas trwania egzaminu. Je\u015bli wyniesie ponad 24 godziny, wpisz odpowiedni\u0105 warto\u015b\u0107. Korzystaj\u0105c z pulpitu instruktora mo\u017cesz przyzna\u0107 pojedynczym studentom dodatkowy czas na uko\u0144czenie egzaminu.", - "Select fidelity": "Wybierz fidelity", - "Select language": "Wybierz j\u0119zyk", - "Select one or more groups:": "Wybierz jedn\u0105 lub wi\u0119cej grup:", - "Select the course-wide discussion topics that you want to divide.": "Wybierz tematy dyskusji z ca\u0142ego kursu, kt\u00f3re chcesz podzieli\u0107.", - "Select the time zone for displaying course dates. If you do not specify a time zone, course dates, including assignment deadlines, will be displayed in your browser's local time zone.": "Wybierz stref\u0119 czasow\u0105 do wy\u015bwietlania termin\u00f3w w kursach. Je\u015bli nie wybierzesz strefy czasowej, wszystkie terminy w kursach, w tym terminy ko\u0144cowe zada\u0144, \u0107wicze\u0144 i egzamin\u00f3w, b\u0119d\u0105 wy\u015bwietlane w strefie czasowej twojej przegl\u0105darki.", - "Select turnaround": "Wybierz \u015bcie\u017ck\u0119", - "Selected tab": "Wybrane zak\u0142adki", - "Self": "Samodzielnie", - "Send notification to mobile apps": "Wy\u015blij powiadomienie na aplikacje mobilne", - "Send push notification to mobile apps": "Wy\u015blij powiadomienie typu \"push\" na aplikacje mobilne", - "Send to:": "Wy\u015blij do:", - "Sent By": "Wys\u0142any przez", - "Sent By:": "Wys\u0142any przez:", - "Sent To": "Wys\u0142any do", - "Sent To:": "Wys\u0142any do:", - "September": "Wrzesie\u0144", - "Server Error, Please refresh the page and try again.": "B\u0142\u0105d serwera. Prosz\u0119 od\u015bwie\u017cy\u0107 stron\u0119 i spr\u00f3bowa\u0107 ponownie.", - "Server error.": "B\u0142\u0105d serwera", - "Session Selection Dropdown for {courseName}": "Menu wyboru sesji dla kursu {courseName}", - "Set Access": "Ustal dost\u0119p", - "Set as a Special Exam": "Ustaw jako egzamin specjalny", - "Set up your certificate": "Przygotuj certyfikat", - "Settings": "Ustawienia", - "Settings updated": "Ustawienia zmienione", - "Share": "Pochwal si\u0119", - "Share on Mozilla Backpack": "Podziel si\u0119 w Mozilla Backpack.", - "Share your \"%(display_name)s\" award": "Pochwal si\u0119 swoim osi\u0105gni\u0119ciem: \"%(display_name)s\"", - "Show": "Poka\u017c", - "Show All": "Poka\u017c wszystkie", - "Show Deprecated Settings": "Poka\u017c przestarza\u0142e ustawienia", - "Show Discussion": "Poka\u017c dyskusj\u0119", - "Show assessment results when subsection is past due": "Pokazuj wyniki zadania gdy lekcja znajduje si\u0119 po terminie ko\u0144cowym", - "Show entire subsection": "Poka\u017c ca\u0142\u0105 lekcj\u0119", - "Show me other ways to sign in or register": "Poka\u017c mi inne sposoby na zalogowanie si\u0119 lub rejestracj\u0119", - "Show notes": "Poka\u017c notatki", - "Show posts by {username}.": "Poka\u017c wpisy autorstwa {username}.", - "Show transcripts ({totalTranscripts})": "Wy\u015bwietl transkrypcje ({totalTranscripts})", - "Show transcripts ({transcriptCount})": "Wy\u015bwietl transkrypcje ({transcriptCount})", - "Showing all responses": "Wy\u015bwietlanie wszystkich odpowiedzi", + ], + "Noted in:": "Zanotowane w:", + "Notes": "Notatki", + "Notes hidden": "Notatki ukryte", + "Notes visible": "Notatki widoczne", + "November": "Listopad", + "Now": "Teraz", + "Number Sent": "Liczba wys\u0142anych", + "Number of Droppable": "Liczba mo\u017cliwych do pomini\u0119cia", + "Number of Students": "Liczba student\u00f3w", + "Numbered List (Ctrl+O)": "Lista numerowana (Ctrl+O)", + "OK": "OK", + "ORDER NAME": "NAZWA ZAM\u00d3WIENIA", + "ORDER NUMBER": "NUMER ZAM\u00d3WIENIA", + "ORDER PLACED": "DATA ZAM\u00d3WIENIA", + "October": "Pa\u017adziernik", + "One or more rescheduling tasks failed.": "Jedna lub wi\u0119cej czynno\u015b\u0107 zmiany termin\u00f3w nie powiod\u0142a si\u0119.", + "Only properly formatted .csv files will be accepted.": "Tylko prawid\u0142owo sformatowany plik .csv zostanie zaakceptowany.", + "Only the parent course staff of a CCX can create content groups.": "Tylko cz\u0142onkowie kadru kursu KDD mog\u0105 tworzy\u0107 grupy tre\u015bci.", + "Open the certificate you earned for the %(title)s program.": "Otw\u00f3rz certyfikat otrzymany za program %(title)s.", + "Open/download this file": "Otw\u00f3rz/pobierz ten plik", + "Option Deleted": "Opcja usuni\u0119ta", + "Optional Characteristics": "Opcjonalne charakterystyki", + "Optional long description": "Opcjonalny d\u0142u\u017cszy opis", + "Optionally, link your personal accounts to the social media icons on your edX profile.": "Opcjonalnie mo\u017cesz umie\u015bci\u0107 w profilu odno\u015bniki do swoich kont w mediach spo\u0142eczno\u015bciowych.", + "Options for {license_name}": "Opcje dla licencji {license_name}", + "Order Details": "Szczeg\u00f3\u0142y zam\u00f3wienia", + "Order History": "Historia zam\u00f3wie\u0144", + "Order No.": "Nr zam\u00f3wienia", + "Order Number": "Numer zam\u00f3wienia", + "Organization": "Organizacja", + "Organization ": "Organizacja", + "Organization Name": "Nazwa organizacji", + "Organization of the signatory": "Organizacja sygnatariusza", + "Other": "Inne", + "Overall Score": "Wynik og\u00f3lny", + "Page number out of %(total_pages)s": "Strona spo\u015br\u00f3d %(total_pages)s", + "Pagination": "Paginacja", + "Password": "Has\u0142o", + "Password Status": "Status has\u0142a", + "Password assistance": "Pomoc w odzyskaniu has\u0142a", + "Path to Signature Image": "\u015acie\u017cka do zdj\u0119cia podpisu", + "Peer": "Przez innych kursant\u00f3w", + "Photo": "Zdj\u0119cie", + "Photo Captured successfully.": "Zdj\u0119cie wykonane z powodzeniem.", + "Photo ID": "Zdj\u0119cie identyfikacyjne", + "Photo Identification": "Identyfikacja zdj\u0119cia", + "Photo of %(fullName)s": "Zdj\u0119cie studenta %(fullName)s", + "Photo of %(fullName)s's ID": "Zdj\u0119cie dokumentu studenta %(fullName)s's", + "Photo requirements:": "Wymagania wobec zdj\u0119\u0107:", + "Photos don't meet the requirements?": "Zdj\u0119cia nie spe\u0142niaj\u0105 kt\u00f3rego\u015b warunku?", + "Placeholder": "Zast\u0119pczy", + "Please Note": "Uwaga", + "Please add a photo of the instructor (Note: only JPEG or PNG format supported)": "Prosz\u0119 doda\u0107 zdj\u0119cie prowadz\u0105cego (uwaga: obs\u0142ugiwane s\u0105 wy\u0142\u0105cznie formaty JPEG i PNG).", + "Please add the institute where the instructor is associated": "Prosz\u0119 poda\u0107 wydzia\u0142 lub instytucj\u0119 prowadz\u0105cego", + "Please add the instructor's biography": "Prosz\u0119 poda\u0107 profil prowadz\u0105cego", + "Please add the instructor's name": "Prosz\u0119 poda\u0107 imi\u0119 i nazwisko prowadz\u0105cego", + "Please add the instructor's title": "Prosz\u0119 poda\u0107 tytu\u0142 prowadz\u0105cego", + "Please address the errors on this page first, and then save your progress.": "Zwr\u00f3\u0107 uwag\u0119 na b\u0142\u0119dy wskazane na tej stronie, a nast\u0119pnie zapisz sw\u00f3j post\u0119p.", + "Please check the following validation feedbacks and reflect them in your course settings:": "Prosz\u0119 zapozna\u0107 si\u0119 z poni\u017cszymi komunikatami uwierzytelniania i nanie\u015b\u0107 stosowne zmiany do ustawie\u0144 kursu:", + "Please correct the outlined fields.": "Prosz\u0119 poprawi\u0107 zaznaczone pola.", + "Please describe this image or agree that it has no contextual value by checking the checkbox.": "Prosz\u0119 opisa\u0107 ten obraz lub zaznaczy\u0107 okienko je\u015bli obraz nie posiada warto\u015bci kontekstowej.", + "Please do not use any spaces in this field.": "Prosimy nie u\u017cywa\u0107 spacji w tym polu.", + "Please do not use any spaces or special characters in this field.": "Prosimy nie u\u017cywa\u0107 spacji ani znak\u00f3w specjalnych.", + "Please enter a problem location.": "Wprowad\u017a lokalizacj\u0119 \u0107wiczenia.", + "Please enter a score.": "Prosz\u0119 wprowadzi\u0107 wynik.", + "Please enter a student email address or username.": "Prosz\u0119 wpisa\u0107 adres e-mail studenta lub jego nazw\u0119 u\u017cytkownika.", + "Please enter a term in the {anchorStart} search field{anchorEnd}.": "Prosz\u0119 wprowadzi\u0107 zapytanie do {anchorStart}pola wyszukiwania{anchorEnd}.", + "Please enter a username or email.": "Prosz\u0119 wprowadzi\u0107 nazw\u0119 u\u017cytkownika lub adres e-mail.", + "Please enter a valid donation amount.": "Prosz\u0119 poda\u0107 poprawn\u0105 warto\u015b\u0107 darowizny.", + "Please enter an integer between %(min)s and %(max)s.": "Prosz\u0119 wprowadzi\u0107 liczb\u0119 ca\u0142kowit\u0105 od %(min)s do %(max)s.", + "Please enter an integer between 0 and 100.": "Prosz\u0119 wprowadzi\u0107 liczb\u0119 ca\u0142kowit\u0105 od 0 do 100.", + "Please enter an integer greater than 0.": "Prosz\u0119 wprowadzi\u0107 liczb\u0119 ca\u0142kowit\u0105 wi\u0119ksz\u0105 od 0.", + "Please enter non-negative integer.": "Prosz\u0119 wprowadzi\u0107 nieujemn\u0105 liczb\u0119 ca\u0142kowit\u0105.", + "Please enter valid start date and time.": "Podaj poprawn\u0105 dat\u0119 i godzin\u0119 rozpocz\u0119cia.", + "Please enter your %(field)s.": "Prosz\u0119 poda\u0107 %(field)s.", + "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "Prosz\u0119 post\u0119powa\u0107 wed\u0142ug poni\u017cszej instrukcji w celu przes\u0142ania pliku w innym miejscu i wykorzystania odno\u015bnika: {maxFileSizeRedirectUrl}", + "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "Prosz\u0119 zapisa\u0107 lub wydrukowa\u0107 t\u0119 stron\u0119, gdy\u017c s\u0142u\u017cy ona za rachunek. Ten sam rachunek otrzymasz r\u00f3wnie\u017c drog\u0105 poczty elektronicznej.", + "Please provide a description of the link destination.": "Prosz\u0119 poda\u0107 opis miejsca do kt\u00f3rego przekierowuje odno\u015bnik.", + "Please provide a valid URL.": "Prosz\u0119 poda\u0107 poprawny URL", + "Please specify a reason.": "Prosz\u0119 poda\u0107 pow\u00f3d.", + "Please verify that you have uploaded a valid image (PNG and JPEG).": "Upewnij si\u0119, \u017ce przesy\u0142asz zdj\u0119cie w prawid\u0142owym formacie (PNG lub JPEG).", + "Please verify that your webcam is connected and that you have allowed your browser to access it.": "Upewnij si\u0119, \u017ce twoja kamera internetowa jest pod\u0142\u0105czona i \u017ce zezwoli\u0142e\u015b przegl\u0105darce na dost\u0119p do niej.", + "Please wait": "Prosz\u0119 czeka\u0107", + "Post": "Opublikuj", + "Practice Proctored": "Pr\u00f3bny nadzorowany", + "Practice proctored Exam": "Pr\u00f3bny egzamin nadzorowany", + "Preferred Language": "Preferowany j\u0119zyk", + "Prerequisite:": "Wymaganie wst\u0119pne:", + "Prerequisite: %(prereq_display_name)s": "Wymaganie wst\u0119pne: %(prereq_display_name)s", + "Press Add to language": "Naci\u015bnij, aby doda\u0107 j\u0119zyk", + "Press Remove to remove language": "Naci\u015bnij \"usu\u0144\" aby usun\u0105\u0107 j\u0119zyk", + "Press change to change selected transcript provider.": "Naci\u015bnij zmie\u0144, aby zmieni\u0107 obecnego dostawc\u0119 transkrypcji.", + "Press close to hide course video settings": "Naci\u015bnij \"zamknij\" aby ukry\u0107 ustawienia filmu", + "Press discard changes to discard changes.": "Naci\u015bnij odrzu\u0107 zmiany, aby odrzuci\u0107 wprowadzone zmiany.", + "Press discard changes to discard your changes.": "Naci\u015bnij odrzu\u0107 zmiany, aby odrzuci\u0107 wprowadzone zmiany.", + "Press update settings to update course video settings": "Naci\u015bnij \"zmie\u0144 ustawienia\" aby zaktualizowa\u0107 ustawienia filmu", + "Press update settings to update the information for your organization.": "Naci\u015bnij aktualizuj ustawienia, aby zaktualizowa\u0107 swoje informacje.", + "Prevent students from generating certificates in this course?": "Zabroni\u0107 studentom generowania certyfikat\u00f3w z tego kursu?", + "Preview": "Podgl\u0105d", + "Preview Certificate": "Podgl\u0105d certyfikatu", + "Preview of uploaded image": "Podgl\u0105d za\u0142adowanego zdj\u0119cia", + "Preview this query": "Podgl\u0105d tej kwerendy", + "Previous": "Poprzedni", + "Previous Uploads": "Poprzednio przes\u0142ane pliki", + "Previous Uploads table has been updated.": "Tabela historii przesy\u0142a\u0144 zosta\u0142a zaktualizowana.", + "Previously published": "Poprzednio opublikowana", + "Processing Re-run Request": "Przetwarzanie \u017c\u0105dania wznowienia", + "Proctored": "Nadzorowany", + "Proctored Exam": "Egzamin nadzorowany", + "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.": "Egzaminy nadzorowane s\u0105 egzaminami z limitem czasu i obejmuj\u0105 nagrywanie filmowe ka\u017cdego studenta w trakcie przebiegu jego egzaminu. Filmy mo\u017cna nast\u0119pnie sprawdzi\u0107 i upewni\u0107 si\u0119, \u017ce studenci stosowali si\u0119 do zasad egzaminacyjnych.", + "Product Name": "Nazwa produktu", + "Professional Certificate for {courseName}": "Certyfikat Edukacji Specjalistycznej kursu {courseName}", + "Professional Education": "Edukacja Specjalistyczna", + "Professional Education Verified Certificate": "Potwierdzony certyfikat edukacji specjalistycznej", + "Profile": "Profil", + "Profile Image": "Zdj\u0119cie profilowe", + "Profile Visibility:": "Widoczno\u015b\u0107 profilu:", + "Profile image for {username}": "Zdj\u0119cie profilowe u\u017cytkownika \"{username}\"", + "Promote another member to Admin to remove your admin rights": "Mianuj innego u\u017cytkownika Administratorem, aby usun\u0105\u0107 twoje uprawnienia administratora", + "Provisional": "Prowizoryczne", + "Provisionally Supported": "Prowizorycznie wspierane", + "Publish": "Opublikuj", + "Publish all unpublished changes for this {item}?": "Czy opublikowa\u0107 wszystkie nieopublikowane zmiany w {item}?", + "Publish {display_name}": "Opublikuj {display_name}", + "Published (not yet released)": "Opublikowana (ale jeszcze nieupubliczniona)", + "Published and Live": "Opublikowana i upubliczniona", + "Publishing Status": "Status opublikowania", + "Queued": "Zakolejkowane", + "REMAINING COURSES": "KURSY POZOSTA\u0141E", + "Read More": "Dowiedz si\u0119 wi\u0119cej", + "Read more": "Czytaj dalej", + "Reason": "Pow\u00f3d", + "Reason field should not be left blank.": "Pole powodu nie powinno pozosta\u0107 puste.", + "Reason for change:": "Pow\u00f3d zmiany:", + "Receive updates": "Otrzymuj powiadomienia", + "Recent Activity": "Ostatnia aktywno\u015b\u0107", + "Recommended image resolution is {imageResolution}, maximum image file size should be {maxFileSize} and format must be one of {supportedImageFormats}.": "Zalecana rozdzielczo\u015b\u0107 obrazka wynosi {imageResolution}, maksymalna wielko\u015b\u0107 pliku to {maxFileSize}, a jego format musi by\u0107 jednym z nast\u0119puj\u0105cych: {supportedImageFormats}.", + "Redo (Ctrl+Shift+Z)": "Popraw (Ctrl+Shift+Z)", + "Redo (Ctrl+Y)": "Popraw (Ctrl+Y)", + "Regenerate": "Wygeneruj ponownie", + "Regenerate the user's certificate": "Wygeneruj ponownie certyfikat studenta", + "Register with Institution/Campus Credentials": "Zarejestruj si\u0119 przez system swojej uczelni", + "Release Date and Time": "Data i czas upublicznienia", + "Release Date:": "Data upublicznienia:", + "Release Status:": "Status opublikowania:", + "Release Time in UTC:": "Czas upublicznienia podany w UTC:", + "Release:": "Upublicznienie:", + "Released:": "Opublikowany:", + "Remaining": "Pozosta\u0142o", + "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "Usuwanie jest w toku. Aby unikn\u0105\u0107 b\u0142\u0119d\u00f3w, pozosta\u0144 na tej stronie a\u017c do zako\u0144czenia czynno\u015bci.", + "Remove": "Usu\u0144", + "Remove all": "Usu\u0144 wszystkie", + "Remove chapter %(chapterDisplayName)s": "Usu\u0144 rozdzia\u0142 %(chapterDisplayName)s", + "Remove from Invalidation Table": "Usu\u0144 z tabeli uniewa\u017cnie\u0144", + "Remove from List": "Usu\u0144 z listy", + "Remove subsection %(subsectionDisplayName)s": "Usu\u0144 lekcj\u0119 %(subsectionDisplayName)s", + "Remove this team member?": "Czy usun\u0105\u0107 tego cz\u0142onka zespo\u0142u?", + "Remove this video": "Usu\u0144 ten film", + "Remove unit %(unitName)s": "Usu\u0144 ekran %(unitName)s", + "Remove {role} Access": "Usu\u0144 uprawnienia - {role}", + "Remove {video_name} video": "Usu\u0144 film {video_name}", + "Removing": "Usuwanie", + "Removing a video from this list does not affect course content. Any content that uses a previously uploaded video ID continues to display in the course.": "Usuni\u0119cie filmu z listy nie wp\u0142ywa na tre\u015b\u0107 kursu. Filmy, kt\u00f3re s\u0105 obecne w kursie, pozostaj\u0105 widoczne w jego tre\u015bci.", + "Replace": "Zast\u0105p", + "Report abuse, topics, and responses": "Zg\u0142o\u015b naruszenie zasad", + "Requester": "Zlecaj\u0105cy", + "Required": "Wymagany", + "Required field.": "Pole wymagane.", + "Rescore problem '<%- problem_id %>' for all students?": "Czy ponownie oceni\u0107 \u0107wiczenie '<%- problem_id %>' dla wszystkich student\u00f3w?", + "Reset Password": "Zresetuj has\u0142o", + "Reset Your Password": "Zresetuj swoje has\u0142o", + "Reset attempts for all students on problem '<%- problem_id %>'?": "Czy zresetowa\u0107 podej\u015bcia do \u0107wiczenia '<%- problem_id %>' dla wszystkich student\u00f3w?", + "Responses could not be loaded. Refresh the page and try again.": "Nie uda\u0142o si\u0119 wczyta\u0107 odpowiedzi. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", + "Restore enrollment code": "Przywr\u00f3\u0107 kod rejestracyjny", + "Restrict access to:": "Ogranicz dost\u0119p do:", + "Retake Photo": "Pon\u00f3w zdj\u0119cie", + "Retake Your Photos": "Ponownie zr\u00f3b zdj\u0119cia", + "Return and add email address": "Wr\u00f3\u0107 i podaj adres e-mail", + "Return to Export": "Powr\u00f3t do eksportu", + "Return to Your Dashboard": "Wr\u00f3\u0107 do swojego pulpitu", + "Return to team listing": "Wr\u00f3\u0107 do listy cz\u0142onk\u00f3w kadry", + "Review Rules": "Zasady oceny", + "Review Your Photos": "Sprawd\u017a swoje zdj\u0119cia", + "Review your info": "Sprawd\u017a swoje dane", + "Revoke access": "Cofnij dost\u0119p", + "Save": "Zapisz", + "Save Changes": "Zapisz zmiany", + "Save changes": "Zapisz zmiany", + "Saved cohort": "Zapisana kohorta", + "Saving": "Zapisywanie", + "Saving your email preference": "Zapisywanie twoich preferencji wiadomo\u015bci e-mail", + "Saving...": "Zapisywanie...", + "Scheduled:": "Zaplanowany:", + "Search": "Szukaj", + "Search Results": "Wyniki wyszukiwania", + "Search all posts": "Przeszukaj wszystkie wpisy", + "Search teams": "Przeszukaj zespo\u0142y", + "Section": "Rozdzia\u0142", + "Section Highlights": "Wskaz\u00f3wki do rozdzia\u0142u", + "Section Visibility": "Widoczno\u015b\u0107 rozdzia\u0142u", + "Select Session": "Wybierz sesj\u0119", + "Select a Content Group": "Wybierz grup\u0119 tre\u015bci", + "Select a chapter": "Wybierz rozdzia\u0142", + "Select a cohort": "Wybierz kohort\u0119", + "Select a cohort to manage": "Wybierz kohort\u0119 do zarz\u0105dzania", + "Select a group type": "Wybierz typ grupy", + "Select a session:": "Wybierz sesj\u0119 kursu:", + "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.": "Wyznacz czas trwania egzaminu. Je\u015bli wyniesie ponad 24 godziny, wpisz odpowiedni\u0105 warto\u015b\u0107. Korzystaj\u0105c z pulpitu instruktora mo\u017cesz przyzna\u0107 pojedynczym studentom dodatkowy czas na uko\u0144czenie egzaminu.", + "Select fidelity": "Wybierz fidelity", + "Select language": "Wybierz j\u0119zyk", + "Select one or more groups:": "Wybierz jedn\u0105 lub wi\u0119cej grup:", + "Select the course-wide discussion topics that you want to divide.": "Wybierz tematy dyskusji z ca\u0142ego kursu, kt\u00f3re chcesz podzieli\u0107.", + "Select the time zone for displaying course dates. If you do not specify a time zone, course dates, including assignment deadlines, will be displayed in your browser's local time zone.": "Wybierz stref\u0119 czasow\u0105 do wy\u015bwietlania termin\u00f3w w kursach. Je\u015bli nie wybierzesz strefy czasowej, wszystkie terminy w kursach, w tym terminy ko\u0144cowe zada\u0144, \u0107wicze\u0144 i egzamin\u00f3w, b\u0119d\u0105 wy\u015bwietlane w strefie czasowej twojej przegl\u0105darki.", + "Select turnaround": "Wybierz \u015bcie\u017ck\u0119", + "Selected tab": "Wybrane zak\u0142adki", + "Self": "Samodzielnie", + "Send to:": "Wy\u015blij do:", + "Sent By": "Wys\u0142any przez", + "Sent By:": "Wys\u0142any przez:", + "Sent To": "Wys\u0142any do", + "Sent To:": "Wys\u0142any do:", + "September": "Wrzesie\u0144", + "Server Error, Please refresh the page and try again.": "B\u0142\u0105d serwera. Prosz\u0119 od\u015bwie\u017cy\u0107 stron\u0119 i spr\u00f3bowa\u0107 ponownie.", + "Server error.": "B\u0142\u0105d serwera", + "Session Selection Dropdown for {courseName}": "Menu wyboru sesji dla kursu {courseName}", + "Set Access": "Ustal dost\u0119p", + "Set as a Special Exam": "Ustaw jako egzamin specjalny", + "Set up your certificate": "Przygotuj certyfikat", + "Settings": "Ustawienia", + "Settings updated": "Ustawienia zmienione", + "Share": "Pochwal si\u0119", + "Share on Mozilla Backpack": "Podziel si\u0119 w Mozilla Backpack.", + "Share your \"%(display_name)s\" award": "Pochwal si\u0119 swoim osi\u0105gni\u0119ciem: \"%(display_name)s\"", + "Show": "Poka\u017c", + "Show All": "Poka\u017c wszystkie", + "Show Deprecated Settings": "Poka\u017c przestarza\u0142e ustawienia", + "Show Discussion": "Poka\u017c dyskusj\u0119", + "Show assessment results when subsection is past due": "Pokazuj wyniki zadania gdy lekcja znajduje si\u0119 po terminie ko\u0144cowym", + "Show entire subsection": "Poka\u017c ca\u0142\u0105 lekcj\u0119", + "Show me other ways to sign in or register": "Poka\u017c mi inne sposoby na zalogowanie si\u0119 lub rejestracj\u0119", + "Show notes": "Poka\u017c notatki", + "Show posts by {username}.": "Poka\u017c wpisy autorstwa {username}.", + "Show transcripts ({totalTranscripts})": "Wy\u015bwietl transkrypcje ({totalTranscripts})", + "Show transcripts ({transcriptCount})": "Wy\u015bwietl transkrypcje ({transcriptCount})", + "Showing all responses": "Wy\u015bwietlanie wszystkich odpowiedzi", "Showing first response": [ - "Wy\u015bwietlanie pierwszej odpowiedzi", - "Wy\u015bwietlanie pierwszych {numResponses} odpowiedzi", - "Wy\u015bwietlanie pierwszych {numResponses} odpowiedzi", + "Wy\u015bwietlanie pierwszej odpowiedzi", + "Wy\u015bwietlanie pierwszych {numResponses} odpowiedzi", + "Wy\u015bwietlanie pierwszych {numResponses} odpowiedzi", "Wy\u015bwietlanie pierwszych {numResponses} odpowiedzi" - ], - "Showing results for \"{searchString}\"": "Wy\u015bwietlanie wynik\u00f3w dla zapytania \"{searchString}\"", - "Showing {firstIndex} out of {numItems} total": "Wy\u015bwietlanie {firstIndex} spo\u015br\u00f3d wszystkich {numItems}", - "Showing {firstIndex}-{lastIndex} out of {numItems} total": "Wy\u015bwietlanie pierwszych {firstIndex}-{lastIndex} spo\u015br\u00f3d wszystkich {numItems}", - "Sign In": "Zaloguj si\u0119", - "Sign in": "Zaloguj si\u0119", - "Sign in here using your email address and password, or use one of the providers listed below.": "Zaloguj si\u0119 u\u017cywaj\u0105c adresu e-mail i has\u0142a lub u\u017cyj jednego z poni\u017cszych system\u00f3w zewn\u0119trznych.", - "Sign in here using your email address and password.": "Zaloguj si\u0119 u\u017cywaj\u0105c adresu e-mail i has\u0142a.", - "Sign in to continue learning": "Zaloguj si\u0119, aby kontynuowa\u0107 nauk\u0119", - "Sign in to continue learning as {email}": "Zaloguj si\u0119, aby kontynuowa\u0107 nauk\u0119 jako {email}", - "Sign in using %(providerName)s": "Zaloguj za pomoc\u0105 %(providerName)s", - "Sign in with %(providerName)s": "Zaloguj si\u0119 za pomoc\u0105 %(providerName)s", - "Sign in with Institution/Campus Credentials": "Zaloguj si\u0119 przez system swojej uczelni", - "Sign in.": "Zaloguj si\u0119", - "Signatory": "Sygnatariusz", - "Signatory field(s) has invalid data.": "Pole (pola) podpis\u00f3w zawiera nieprawid\u0142owe dane.", - "Signature Image": "Zdj\u0119cie podpisu", - "Social Media Links": "Media spo\u0142eczno\u015bciowe", - "Some Rights Reserved": "Cz\u0119\u015b\u0107 praw zastrze\u017cona", - "Some images in this post have been omitted": "Niekt\u00f3re obrazki w tym wpisie zosta\u0142y pomini\u0119te", - "Something went wrong changing this enrollment. Please try again.": "Co\u015b posz\u0142o nie tak przy zmianie tego naboru. Prosimy spr\u00f3bowa\u0107 ponownie.", - "Sorry, no results were found.": "Przepraszamy, nie znaleziono \u017cadnych wynik\u00f3w.", - "Sorted by": "Sortowanie wed\u0142ug", - "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "Podaj alternatywn\u0105 nazw\u0119 kursu, kt\u00f3ra zostanie umieszczona na certyfikatach. Pozostaw pole puste, aby u\u017cy\u0107 nazwy oficjalnej.", - "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam, along with the {linkStart}general proctored exam rules{linkEnd}.": "Okre\u015bl dodatkowe zasady lub wyj\u0105tki, kt\u00f3re powinien wzi\u0105\u0107 pod uwag\u0119 zesp\u00f3\u0142 nadzoruj\u0105cy przebieg egzaminu i sprawdzaj\u0105cy nagrania filmowe. Na przyk\u0142ad mo\u017cesz okre\u015bli\u0107, \u017ce dozwolone jest korzystanie z kalkulatora. Te zasady b\u0119d\u0105 widoczne dla student\u00f3w przed rozpocz\u0119ciem egzaminu, podobnie jak {linkStart}og\u00f3lne zasady egzaminu nadzorowanego{linkEnd}.", - "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam.": "Okre\u015bl dodatkowe zasady lub wyj\u0105tki, kt\u00f3re powinien wzi\u0105\u0107 pod uwag\u0119 zesp\u00f3\u0142 nadzoruj\u0105cy przebieg egzaminu i sprawdzaj\u0105cy nagrania filmowe. Na przyk\u0142ad mo\u017cesz okre\u015bli\u0107, \u017ce dozwolone jest korzystanie z kalkulatora. Te zasady b\u0119d\u0105 widoczne dla student\u00f3w przed rozpocz\u0119ciem egzaminu.", - "Specify whether content-specific discussion topics are divided.": "Wska\u017c, czy tematy dyskusji okre\u015blonej tre\u015bci s\u0105 podzielone.", - "Specify whether discussion topics are divided": "Okre\u015bl, czy tematy dyskusji s\u0105 podzielone", - "Staff": "Kadra", - "Staff Only": "Wy\u0142\u0105cznie dla kadry", - "Staff and Learners": "Kadry i student\u00f3w", - "Start Date": "Data rozpocz\u0119cia", - "Start generating certificates for all students in this course?": "Rozpocz\u0105\u0107 generowanie certyfikat\u00f3w dla wszystkich student\u00f3w tego kursu?", - "Start regenerating certificates for students in this course?": "Czy wygenerowa\u0107 ponownie certyfikaty dla student\u00f3w tego kursu?", - "Start working toward your next learning goal.": "Rozpocznij nauk\u0119 w kierunku osi\u0105gni\u0119cia swojego kolejnego celu.", - "Started entrance exam rescore task for student '{student_id}'. Click the 'Show Task Status' button to see the status of the task.": "Rozpocz\u0119to ponown\u0105 ocen\u0119 egzaminu wst\u0119pnego studenta '{student_id}'. Kliknij przycisk 'Poka\u017c status czynno\u015bci', aby sprawdzi\u0107 przebieg czynno\u015bci.", - "Started rescore problem task for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "Rozpocz\u0119to ponown\u0105 ocen\u0119 \u0107wiczenia '<%- problem_id %>' dla studenta '<%- student_id %>'. Kliknij przycisk 'Poka\u017c status czynno\u015bci', aby sprawdzi\u0107 przebieg czynno\u015bci.", - "Started task to override the score for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "Rozpocz\u0119to nadpisywanie wyniku \u0107wiczenia '<%- problem_id %>' dla studenta '<%- student_id %>'. Kliknij przycisk 'Poka\u017c status czynno\u015bci', aby sprawdzi\u0107 status czynno\u015bci.", - "Started {start}": "Rozpocz\u0105\u0142 si\u0119 {start}", - "Starts": "Rozpocz\u0119cie", - "Starts {start}": "Rozpocz\u0119cie kursu {start}", - "Starts: %(start_date)s": "Rozpocznie si\u0119: %(start_date)s", - "State": "Stan", - "Status": "Status", - "Status of Your Response": "Status twojej odpowiedzi", - "Student": "Student", - "Student Removed from certificate white list successfully.": "Student zosta\u0142 pomy\u015blnie usuni\u0119ty z bia\u0142ej listy certyfikat\u00f3w.", - "Student email or username": "Nazwa u\u017cytkownika lub adres e-mail studenta", - "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Add to Exception List\" button.": "Pole nazwa u\u017cytkownika/adres e-mail studenta jest wymagane i nie mo\u017ce pozosta\u0107 puste. Uzupe\u0142nij brakuj\u0105ce informacje, a nast\u0119pnie kliknij \"Dodaj do listy wyj\u0105tk\u00f3w\".", - "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Invalidate Certificate\" button.": "Pole nazwa u\u017cytkownika/adres e-mail studenta jest wymagane i nie mo\u017ce pozosta\u0107 puste. Uzupe\u0142nij brakuj\u0105ce informacje, a nast\u0119pnie kliknij \"Uniewa\u017cnij certyfikat\".", - "Studio:": "Studio:", - "Subject": "Temat", - "Subject:": "Temat:", - "Submit": "Wy\u015blij", - "Submit Application": "Prze\u015blij zg\u0142oszenie", - "Submit enrollment change": "Prze\u015blij zmian\u0119 trybu kursu", - "Submitted": "Zlecono", - "Subsection": "Lekcja", - "Subsection Visibility": "Widoczno\u015b\u0107 lekcji", - "Subsection is hidden after course end date": "Lekcja jest ukryta po dacie zako\u0144czenia kursu", - "Subsection is hidden after due date": "Lekcja jest ukryta po terminie ko\u0144cowym", - "Success": "Powodzenie", - "Success! Problem attempts reset for problem '<%- problem_id %>' and student '<%- student_id %>'.": "Sukces! Podej\u015bcia do \u0107wiczenia zosta\u0142y zresetowane dla \u0107wiczenia '<%- problem_id %>' studenta <%- student_id %>'.", - "Successfully deleted student state for user {user}": "Pomy\u015blnie usuni\u0119to stan studenta dla u\u017cytkownika {user}", - "Successfully enrolled and sent email to the following users:": "Z powodzeniem zapisano i wys\u0142ano e-mail do nast\u0119puj\u0105cych u\u017cytkownik\u00f3w:", - "Successfully enrolled the following users:": "Z powodzeniem zapisano nast\u0119puj\u0105cych u\u017cytkownik\u00f3w:", - "Successfully overrode problem score for {user}": "Pomy\u015blnie nadpisano wynik \u0107wiczenia dla studenta {user}.", - "Successfully rescored problem for user {user}": "Pomy\u015blnie ponownie oceniono \u0107wiczenie dla studenta {user}", - "Successfully rescored problem to improve score for user {user}": "Pomy\u015blnie ponowiono ocen\u0119 \u0107wiczenia w celu polepszenia oceny studenta {user}", - "Successfully reset the attempts for user {user}": "Pomy\u015blnie zresetowano podej\u015bcia dla studenta {user}", - "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "Z powodzeniem wys\u0142ano e-maile rekrutacyjne do nast\u0119puj\u0105cych u\u017cytkownik\u00f3w. B\u0119d\u0105 mogli si\u0119 zapisa\u0107 po dokonaniu rejestracji:", - "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "Z powodzeniem wys\u0142ano e-maile rekrutacyjne do nast\u0119puj\u0105cych u\u017cytkownik\u00f3w. Zostan\u0105 zapisani po dokonaniu rejestracji:", - "Successfully started task to rescore problem '<%- problem_id %>' for all students. Click the 'Show Task Status' button to see the status of the task.": "Z powodzeniem rozpocz\u0119to czynno\u015b\u0107 ponownej oceny \u0107wiczenia '<%- problem_id %>' dla wszystkich student\u00f3w. Kliknij przycisk 'Poka\u017c status czynno\u015bci', aby sprawdzi\u0107 przebieg czynno\u015bci.", - "Successfully started task to reset attempts for problem '<%- problem_id %>'. Click the 'Show Task Status' button to see the status of the task.": "Skutecznie rozpocz\u0119to czynno\u015b\u0107 resetowania podej\u015b\u0107 do \u0107wiczenia '<%- problem_id %>'. Kliknij przycisk 'Poka\u017c status czynno\u015bci', aby sprawdzi\u0107 przebieg czynno\u015bci.", - "Successfully unlinked.": "Roz\u0142\u0105czone pomy\u015blnie.", - "Support education research by providing additional information": "Wspieraj badania edukacyjne udost\u0119pniaj\u0105c dodatkowe informacje", - "Supported": "Wspierane", - "Supported file types: {supportedVideoTypes}": "Wspierane typy plik\u00f3w: {supportedVideoTypes}", - "TOTAL": "SUMA", - "Tags": "Tagi", - "Tags:": "Tagi:", - "Take Photo": "Zr\u00f3b zdj\u0119cie", - "Take Your Photo": "Zr\u00f3b zdj\u0119cie", - "Take a Photo of Your ID": "Wykonaj zdj\u0119cie swojego dokumentu to\u017csamo\u015bci", - "Take a photo of your ID": "Wykonaj zdj\u0119cie swojego dowodu to\u017csamo\u015bci", - "Take me to the main course page": "Przenie\u015b mnie do g\u0142\u00f3wnej strony kursu", - "Take me to the main library page": "Przenie\u015b mnie do g\u0142\u00f3wnej strony biblioteki", - "Task ID": "Identyfikator czynno\u015bci", - "Task Progress": "Post\u0119p czynno\u015bci", - "Task Status": "Status czynno\u015bci", - "Task Type": "Typ czynno\u015bci", - "Task inputs": "Tre\u015b\u0107 czynno\u015bci", - "Teaching Assistant": "Asystent kursant\u00f3w", - "Team \"{team}\" successfully deleted.": "Zesp\u00f3\u0142 \"{team}\" zosta\u0142 poprawnie usuni\u0119ty.", - "Team Description (Required) *": "Opis zespo\u0142u (wymagany)*", - "Team Details": "O zespole", - "Team Name (Required) *": "Nazwa zespo\u0142u (wymagana) *", - "Team Search": "Wyszukiwanie zespo\u0142u", - "Team capacity": "Maksymalna liczba cz\u0142onk\u00f3w", - "Team description cannot have more than 300 characters.": "Opis zespo\u0142u nie mo\u017ce mie\u0107 wi\u0119cej ni\u017c 300 znak\u00f3w.", - "Team member profiles": "Profile cz\u0142onk\u00f3w zespo\u0142u", - "Team name cannot have more than 255 characters.": "Nazwa zespo\u0142u nie mo\u017ce mie\u0107 wi\u0119cej ni\u017c 255 znak\u00f3w.", - "Teams": "Zespo\u0142y", - "Teams Pagination": "Paginacja zespo\u0142\u00f3w", - "Tell other learners a little about yourself: where you live, what your interests are, why you're taking courses, or what you hope to learn.": "Opowiedz troch\u0119 o sobie innym studentom: gdzie mieszkasz, jakie masz zainteresowania, dlaczego bierzesz udzia\u0142 w kursach lub czego masz nadzieje si\u0119 nauczy\u0107.", - "Terms of Service and Honor Code": "Warunki korzystania z Serwisu oraz Kodeks Honorowy", - "Textbook Name": "Nazwa podr\u0119cznika", - "Textbook information": "Informacje o podr\u0119czniku", - "Thank you %(full_name)s! We have received your payment for %(course_name)s.": "Dzi\u0119kujemy, %(full_name)s! Otrzymali\u015bmy twoj\u0105 op\u0142at\u0119 za %(course_name)s.", - "Thank you for submitting your financial assistance application for {course_name}! You can expect a response in 2-4 business days.": "Dzi\u0119kujemy za twoje zg\u0142oszenie do wsparcia finansowego dla kursu {course_name}. Mo\u017cesz spodziewa\u0107 si\u0119 odpowiedzi w ci\u0105gu 2-4 dni roboczych.", - "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "Dzi\u0119kujemy za przes\u0142anie twoich zdj\u0119\u0107. Wkr\u00f3tce dokonamy ich sprawdzenia. Mo\u017cesz si\u0119 teraz zapisa\u0107 na dowolny kurs w %(platformName)s, kt\u00f3ry oferuje potwierdzone certyfikaty. Weryfikacja to\u017csamo\u015bci jest wa\u017cna przez okres jednego roku. Po tym okresie konieczne b\u0119dzie ponowne przes\u0142anie zdj\u0119\u0107 do cel\u00f3w potwierdzenia to\u017csamo\u015bci.", - "Thank you! We have received your payment for {courseName}.": "Dzi\u0119kujemy! Otrzymali\u015bmy twoj\u0105 op\u0142at\u0119 za kurs {courseName}.", - "Thanks for returning to verify your ID in: {courseName}": "Dzi\u0119kujemy za powr\u00f3t do procedury potwierdzenia to\u017csamo\u015bci dla potrzeb kursu {courseName}", - "The assignment type must have a name.": "Typ zadania musi posiada\u0107 nazw\u0119.", - "The certificate available date must be later than the course end date.": "Data udost\u0119pnienia certyfikatu musi by\u0107 p\u00f3\u017aniejsza od daty zako\u0144czenia kursu.", - "The certificate for this learner has been re-validated and the system is re-running the grade for this learner.": "Certyfikat tego studenta zosta\u0142 ponownie zatwierdzony, a uzyskana ocena przywr\u00f3cona.", - "The cohort cannot be added": "Kohorta nie mo\u017ce zosta\u0107 dodana", - "The cohort cannot be saved": "Kohorta nie mo\u017ce zosta\u0107 zapisana", - "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "\u0141\u0105czna d\u0142ugo\u015b\u0107 p\u00f3l nazwy organizacji i kodu biblioteki nie mo\u017ce przekroczy\u0107 <%=limit%> znak\u00f3w.", - "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "\u0141\u0105czna d\u0142ugo\u015b\u0107 nazwy organizacji, numeru kursu i edycji kursu nie mo\u017ce przekroczy\u0107 <%=limit%> znak\u00f3w.", - "The country or region where you live.": "Kraj lub region w kt\u00f3rym mieszkasz.", - "The country that team members primarily identify with.": "G\u0142\u00f3wny region, z kt\u00f3rym identyfikuj\u0105 si\u0119 cz\u0142onkowie zespo\u0142u.", - "The course end date must be later than the course start date.": "Data zako\u0144czenia kursu musi by\u0107 p\u00f3\u017aniejsza od daty rozpocz\u0119cia.", - "The course must have an assigned start date.": "Kurs musi mie\u0107 przypisan\u0105 dat\u0119 rozpocz\u0119cia.", - "The course start date must be later than the enrollment start date.": "Data rozpocz\u0119cia kursu musi by\u0107 p\u00f3\u017aniejsza od daty rozpocz\u0119cia zapis\u00f3w.", - "The display of ungraded and checked out responses could not be loaded.": "Nie uda\u0142o si\u0119 wy\u015bwietli\u0107 listy nieocenionych i sprawdzonych odpowiedzi.", - "The email address you've provided isn't formatted correctly.": "Podany adres e-mail nie zosta\u0142 sformu\u0142owany poprawnie.", - "The enrollment end date cannot be after the course end date.": "Data zako\u0144czenia zapis\u00f3w nie mo\u017ce by\u0107 p\u00f3\u017aniejsza od daty zako\u0144czenia kursu.", - "The enrollment start date cannot be after the enrollment end date.": "Data rozpocz\u0119cia zapis\u00f3w nie mo\u017ce by\u0107 p\u00f3\u017aniejsza od daty zako\u0144czenia zapis\u00f3w.", - "The file could not be uploaded.": "Nie uda\u0142o si\u0119 przes\u0142a\u0107 pliku.", - "The file must be at least {size} in size.": "Plik musi by\u0107 nie mniejszy ni\u017c {size}.", - "The file must be smaller than {size} in size.": "Plik musi by\u0107 mniejszy ni\u017c {size}.", - "The following email addresses and/or usernames are invalid:": "Nast\u0119puj\u0105ce adresy e-mail i/lub nazwy u\u017cytkownika s\u0105 nieprawid\u0142owe:", - "The following errors were generated:": "Wyst\u0105pi\u0142y nast\u0119puj\u0105ce b\u0142\u0119dy:", - "The following file types are not allowed: ": "Nast\u0119puj\u0105ce typy plik\u00f3w s\u0105 niedozwolone:", - "The following information is already a part of your {platform} profile. We\\'ve included it here for your application.": "Poni\u017csze informacje s\u0105 cz\u0119\u015bci\u0105 twojego profilu w {platform}. Za\u0142\u0105czyli\u015bmy je jako element twojego zg\u0142oszenia.", - "The following message will be displayed at the bottom of the courseware pages within your course:": "Nast\u0119puj\u0105ca wiadomo\u015b\u0107 b\u0119dzie wy\u015bwietlana w dolnej cz\u0119\u015bci stron twojego kursu:", - "The following options are available for the {license_name} license.": "Nast\u0119puj\u0105ce opcje s\u0105 dost\u0119pne dla licencji {license_name}.", - "The following users are no longer enrolled in the course:": "Nast\u0119puj\u0105cy u\u017cytkownicy nie s\u0105 ju\u017c zapisani na kurs:", - "The following warnings were generated:": "Wyst\u0105pi\u0142y nast\u0119puj\u0105ce ostrze\u017cenia:", - "The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.": "Og\u00f3lna kategoria dla tego typu zadania, np. praca domowa albo egzamin \u015br\u00f3dsemestralny. Nazwa widoczna dla student\u00f3w.", - "The language that team members primarily use to communicate with each other.": "Podstawowy j\u0119zyk, w kt\u00f3rym cz\u0142onkowie zespo\u0142u porozumiewaj\u0105 si\u0119 ze sob\u0105.", - "The language used throughout this site. This site is currently available in a limited number of languages. Changing the value of this field will cause the page to refresh.": "J\u0119zyk u\u017cywany na tej stronie. Ta strona jest obecnie dost\u0119pna w ograniczonej liczbie j\u0119zyk\u00f3w. Zmiana wyboru spowoduje prze\u0142adowanie strony.", - "The minimum grade for course credit is not set.": "Nie ustalono minimalnej oceny potrzebnej do uzyskania punkt\u00f3w edukacyjnych.", - "The minimum score percentage must be a whole number between 0 and 100.": "Minimalny wynik procentowy musi by\u0107 liczb\u0105 ca\u0142kowit\u0105 z zakresu od 0 do 100.", - "The name of this signatory as it should appear on certificates.": "Imi\u0119 i nazwisko sygnatariusza w takiej formie, w jakiej ma si\u0119 pojawi\u0107 na certyfikatach.", - "The name that identifies you on {platform_name}. You cannot change your username.": "Nazwa identyfikuj\u0105ca Ci\u0119 na platformie {platform_name}. Nazwy u\u017cytkownika nie mo\u017cna p\u00f3\u017aniej zmieni\u0107.", - "The name that is used for ID verification and that appears on your certificates.": "Dane obecne na certyfikatach.", - "The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.": "Liczba tego typu zada\u0144, kt\u00f3re zostan\u0105 pomini\u0119te. W pierwszej kolejno\u015bci pomijane s\u0105 zadania, kt\u00f3re s\u0105 punktowane najs\u0142abiej.", - "The number of subsections in the course that contain problems of this assignment type.": "Liczba lekcji kursu zawieraj\u0105cych \u0107wiczenia wykorzystuj\u0105ce tego typu zadanie.", - "The organization that this signatory belongs to, as it should appear on certificates.": "Organizacja, do kt\u00f3rej nale\u017cy sygnatariusz, zapisana w takiej formie, w jakiem ma si\u0119 znale\u017a\u0107 na certyfikatach.", - "The page \"{route}\" could not be found.": "Nie uda\u0142o si\u0119 odnale\u017a\u0107 strony \"{route}\".", - "The photo of your face matches the photo on your ID.": "Zdj\u0119cie twojej twarzy odpowiada temu z dokumentu to\u017csamo\u015bci.", - "The post you selected has been deleted.": "Wybrany przez ciebie wpis zosta\u0142 usuni\u0119ty.", - "The published branch version, {published}, was reset to the draft branch version, {draft}.": "Opublikowana wersja ga\u0142\u0119zi {published} zosta\u0142a zresetowana do wersji roboczej ga\u0142\u0119zi {draft}.", - "The raw error message is:": "Surowy komunikat b\u0142\u0119du:", - "The refund deadline for this course has passed,so you will not receive a refund.": "Termin mo\u017cliwego zwrotu pieni\u0119dzy za ten kurs ju\u017c min\u0105\u0142, wi\u0119c nie mo\u017cesz otrzyma\u0107 zwrotu pieni\u0119dzy.", - "The selected content group does not exist": "Wybrana grupa tre\u015bci nie istnieje", - "The selected image must be larger than {minFileSizeInKB}.": "Wybrany obrazek musi wa\u017cy\u0107 wi\u0119cej ni\u017c {minFileSizeInKB}.", - "The selected image must be smaller than {maxFileSizeInMB}.": "Wybrany obrazek musi wa\u017cy\u0107 mniej ni\u017c {maxFileSizeInMB}.", - "The server could not be contacted.": "Nie uda\u0142o si\u0119 po\u0142\u0105czy\u0107 z serwerem.", - "The staff assessment form could not be loaded.": "Nie uda\u0142o si\u0119 wczyta\u0107 formularza oceny kadry.", - "The submission could not be removed from the grading pool.": "Zg\u0142oszenie nie mo\u017ce zosta\u0107 usuni\u0119te z puli oceniania.", - "The team \"{team}\" could not be found.": "Nie uda\u0142o si\u0119 odnale\u017a\u0107 zespo\u0142u \"{team}\".", - "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "Transkrypcja dla pierwszego pliku filmowego zdaje si\u0119 nie by\u0107 identyczna jak transkrypcja dla drugiego pliku.", - "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "Transkrypcja dla tego filmu jest przestarza\u0142a, jednak w serwisie YouTube istnieje nowsza wersja.", - "The topic \"{topic}\" could not be found.": "Nie uda\u0142o si\u0119 odnale\u017a\u0107 tematu \"{topic}\".", - "The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.": "Waga wszystkich tego typu zada\u0144 jako warto\u015b\u0107 procentowa oceny ko\u0144cowej, np. 40. Nie wpisuj symbolu procentu.", - "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "Kohorta {cohortGroupName} zosta\u0142a utworzona. Mo\u017cesz teraz r\u0119cznie doda\u0107 do niej student\u00f3w.", - "There are invalid keywords in your email. Check the following keywords and try again.": "W twojej wiadomo\u015bci e-mail znajduj\u0105 si\u0119 nieprawid\u0142owe s\u0142owa kluczowe. Sprawd\u017a poni\u017csze s\u0142owa kluczowe i spr\u00f3buj ponownie.", - "There are no posts in this topic yet.": "W tym temacie nie ma jeszcze \u017cadnych wpis\u00f3w.", - "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.": "Nie powi\u00f3d\u0142 si\u0119 eksport do XML co najmniej jednego elementu. Zaleca si\u0119 aby wr\u00f3ci\u0107 do strony edycji i naprawi\u0107 b\u0142\u0105d zanim podejmie si\u0119 kolejn\u0105 pr\u00f3b\u0119 eksportu. Prosz\u0119 si\u0119 upewni\u0107, \u017ce wszystkie elementy na tej stronie s\u0105 prawid\u0142owe i nie wy\u015bwietlaj\u0105 \u017cadnego komunikatu o b\u0142\u0119dzie.", - "There has been an error processing your survey.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie przetwarzania twojej ankiety.", - "There has been an error while exporting.": "W trakcie eksportowania wyst\u0105pi\u0142 b\u0142\u0105d", - "There has been an error with your export.": "Wyst\u0105pi\u0142 b\u0142\u0105d dla twojego eksportu.", - "There is invalid code in your content. Please check to make sure it is valid HTML.": "W twojej tre\u015bci znajduje si\u0119 b\u0142\u0119dny kod. Prosz\u0119 sprawdzi\u0107 i upewni\u0107 si\u0119, \u017ce nie ma b\u0142\u0119dnych zapis\u00f3w HTML.", - "There is no email history for this course.": "Brak historii e-maili dla tego kursu.", - "There must be at least one group.": "Musi istnie\u0107 co najmniej jedna grupa.", - "There must be one cohort to which students can automatically be assigned.": "Musi istnie\u0107 co najmniej jedna kohorta, do kt\u00f3rej studenci b\u0119d\u0105 przydzielani automatycznie.", - "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "Wyst\u0105pi\u0142 problem z utworzeniem raportu. Aby spr\u00f3bowa\u0107 ponownie, wybierz \"Utw\u00f3rz podsumowanie wykonawcze\".", - "There was an error changing the user's role": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie zmiany roli u\u017cytkownika", - "There was an error obtaining email content history for this course.": "Wyst\u0105pi\u0142 b\u0142\u0105d przy pozyskiwaniu historii tre\u015bci e-maili dla tego kursu.", - "There was an error obtaining email task history for this course.": "Wyst\u0105pi\u0142 b\u0142\u0105d przy pozyskiwaniu historii dzia\u0142a\u0144 e-mailowych dla tego kursu.", - "There was an error retrieving preview results for this catalog. Please check that your query is correct and try again.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie odzyskiwania wynik\u00f3w podgl\u0105du dla tego katalogu. Prosz\u0119 upewni\u0107 si\u0119, czy zapytanie jest prawid\u0142owe i spr\u00f3bowa\u0107 ponownie.", - "There was an error updating your goal.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie aktualizowania celu nauki.", + ], + "Showing results for \"{searchString}\"": "Wy\u015bwietlanie wynik\u00f3w dla zapytania \"{searchString}\"", + "Showing {firstIndex} out of {numItems} total": "Wy\u015bwietlanie {firstIndex} spo\u015br\u00f3d wszystkich {numItems}", + "Showing {firstIndex}-{lastIndex} out of {numItems} total": "Wy\u015bwietlanie pierwszych {firstIndex}-{lastIndex} spo\u015br\u00f3d wszystkich {numItems}", + "Sign In": "Zaloguj si\u0119", + "Sign in": "Zaloguj si\u0119", + "Sign in here using your email address and password, or use one of the providers listed below.": "Zaloguj si\u0119 u\u017cywaj\u0105c adresu e-mail i has\u0142a lub u\u017cyj jednego z poni\u017cszych system\u00f3w zewn\u0119trznych.", + "Sign in here using your email address and password.": "Zaloguj si\u0119 u\u017cywaj\u0105c adresu e-mail i has\u0142a.", + "Sign in to continue learning": "Zaloguj si\u0119, aby kontynuowa\u0107 nauk\u0119", + "Sign in to continue learning as {email}": "Zaloguj si\u0119, aby kontynuowa\u0107 nauk\u0119 jako {email}", + "Sign in using %(providerName)s": "Zaloguj za pomoc\u0105 %(providerName)s", + "Sign in with %(providerName)s": "Zaloguj si\u0119 za pomoc\u0105 %(providerName)s", + "Sign in with Institution/Campus Credentials": "Zaloguj si\u0119 przez system swojej uczelni", + "Sign in.": "Zaloguj si\u0119", + "Signatory": "Sygnatariusz", + "Signatory field(s) has invalid data.": "Pole (pola) podpis\u00f3w zawiera nieprawid\u0142owe dane.", + "Signature Image": "Zdj\u0119cie podpisu", + "Social Media Links": "Media spo\u0142eczno\u015bciowe", + "Some Rights Reserved": "Cz\u0119\u015b\u0107 praw zastrze\u017cona", + "Some images in this post have been omitted": "Niekt\u00f3re obrazki w tym wpisie zosta\u0142y pomini\u0119te", + "Something went wrong changing this enrollment. Please try again.": "Co\u015b posz\u0142o nie tak przy zmianie tego naboru. Prosimy spr\u00f3bowa\u0107 ponownie.", + "Sorry, no results were found.": "Przepraszamy, nie znaleziono \u017cadnych wynik\u00f3w.", + "Sorted by": "Sortowanie wed\u0142ug", + "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "Podaj alternatywn\u0105 nazw\u0119 kursu, kt\u00f3ra zostanie umieszczona na certyfikatach. Pozostaw pole puste, aby u\u017cy\u0107 nazwy oficjalnej.", + "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam, along with the {linkStart}general proctored exam rules{linkEnd}.": "Okre\u015bl dodatkowe zasady lub wyj\u0105tki, kt\u00f3re powinien wzi\u0105\u0107 pod uwag\u0119 zesp\u00f3\u0142 nadzoruj\u0105cy przebieg egzaminu i sprawdzaj\u0105cy nagrania filmowe. Na przyk\u0142ad mo\u017cesz okre\u015bli\u0107, \u017ce dozwolone jest korzystanie z kalkulatora. Te zasady b\u0119d\u0105 widoczne dla student\u00f3w przed rozpocz\u0119ciem egzaminu, podobnie jak {linkStart}og\u00f3lne zasady egzaminu nadzorowanego{linkEnd}.", + "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam.": "Okre\u015bl dodatkowe zasady lub wyj\u0105tki, kt\u00f3re powinien wzi\u0105\u0107 pod uwag\u0119 zesp\u00f3\u0142 nadzoruj\u0105cy przebieg egzaminu i sprawdzaj\u0105cy nagrania filmowe. Na przyk\u0142ad mo\u017cesz okre\u015bli\u0107, \u017ce dozwolone jest korzystanie z kalkulatora. Te zasady b\u0119d\u0105 widoczne dla student\u00f3w przed rozpocz\u0119ciem egzaminu.", + "Specify whether content-specific discussion topics are divided.": "Wska\u017c, czy tematy dyskusji okre\u015blonej tre\u015bci s\u0105 podzielone.", + "Specify whether discussion topics are divided": "Okre\u015bl, czy tematy dyskusji s\u0105 podzielone", + "Staff": "Kadra", + "Staff Only": "Wy\u0142\u0105cznie dla kadry", + "Staff and Learners": "Kadry i student\u00f3w", + "Start Date": "Data rozpocz\u0119cia", + "Start generating certificates for all students in this course?": "Rozpocz\u0105\u0107 generowanie certyfikat\u00f3w dla wszystkich student\u00f3w tego kursu?", + "Start regenerating certificates for students in this course?": "Czy wygenerowa\u0107 ponownie certyfikaty dla student\u00f3w tego kursu?", + "Start working toward your next learning goal.": "Rozpocznij nauk\u0119 w kierunku osi\u0105gni\u0119cia swojego kolejnego celu.", + "Started entrance exam rescore task for student '{student_id}'. Click the 'Show Task Status' button to see the status of the task.": "Rozpocz\u0119to ponown\u0105 ocen\u0119 egzaminu wst\u0119pnego studenta '{student_id}'. Kliknij przycisk 'Poka\u017c status czynno\u015bci', aby sprawdzi\u0107 przebieg czynno\u015bci.", + "Started rescore problem task for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "Rozpocz\u0119to ponown\u0105 ocen\u0119 \u0107wiczenia '<%- problem_id %>' dla studenta '<%- student_id %>'. Kliknij przycisk 'Poka\u017c status czynno\u015bci', aby sprawdzi\u0107 przebieg czynno\u015bci.", + "Started task to override the score for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "Rozpocz\u0119to nadpisywanie wyniku \u0107wiczenia '<%- problem_id %>' dla studenta '<%- student_id %>'. Kliknij przycisk 'Poka\u017c status czynno\u015bci', aby sprawdzi\u0107 status czynno\u015bci.", + "Started {start}": "Rozpocz\u0105\u0142 si\u0119 {start}", + "Starts": "Rozpocz\u0119cie", + "Starts {start}": "Rozpocz\u0119cie kursu {start}", + "Starts: %(start_date)s": "Rozpocznie si\u0119: %(start_date)s", + "State": "Stan", + "Status": "Status", + "Status of Your Response": "Status twojej odpowiedzi", + "Student": "Student", + "Student Removed from certificate white list successfully.": "Student zosta\u0142 pomy\u015blnie usuni\u0119ty z bia\u0142ej listy certyfikat\u00f3w.", + "Student email or username": "Nazwa u\u017cytkownika lub adres e-mail studenta", + "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Add to Exception List\" button.": "Pole nazwa u\u017cytkownika/adres e-mail studenta jest wymagane i nie mo\u017ce pozosta\u0107 puste. Uzupe\u0142nij brakuj\u0105ce informacje, a nast\u0119pnie kliknij \"Dodaj do listy wyj\u0105tk\u00f3w\".", + "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Invalidate Certificate\" button.": "Pole nazwa u\u017cytkownika/adres e-mail studenta jest wymagane i nie mo\u017ce pozosta\u0107 puste. Uzupe\u0142nij brakuj\u0105ce informacje, a nast\u0119pnie kliknij \"Uniewa\u017cnij certyfikat\".", + "Studio:": "Studio:", + "Subject": "Temat", + "Subject:": "Temat:", + "Submit": "Wy\u015blij", + "Submit Application": "Prze\u015blij zg\u0142oszenie", + "Submit enrollment change": "Prze\u015blij zmian\u0119 trybu kursu", + "Submitted": "Zlecono", + "Subsection": "Lekcja", + "Subsection Visibility": "Widoczno\u015b\u0107 lekcji", + "Subsection is hidden after course end date": "Lekcja jest ukryta po dacie zako\u0144czenia kursu", + "Subsection is hidden after due date": "Lekcja jest ukryta po terminie ko\u0144cowym", + "Success": "Powodzenie", + "Success! Problem attempts reset for problem '<%- problem_id %>' and student '<%- student_id %>'.": "Sukces! Podej\u015bcia do \u0107wiczenia zosta\u0142y zresetowane dla \u0107wiczenia '<%- problem_id %>' studenta <%- student_id %>'.", + "Successfully deleted student state for user {user}": "Pomy\u015blnie usuni\u0119to stan studenta dla u\u017cytkownika {user}", + "Successfully enrolled and sent email to the following users:": "Z powodzeniem zapisano i wys\u0142ano e-mail do nast\u0119puj\u0105cych u\u017cytkownik\u00f3w:", + "Successfully enrolled the following users:": "Z powodzeniem zapisano nast\u0119puj\u0105cych u\u017cytkownik\u00f3w:", + "Successfully overrode problem score for {user}": "Pomy\u015blnie nadpisano wynik \u0107wiczenia dla studenta {user}.", + "Successfully rescored problem for user {user}": "Pomy\u015blnie ponownie oceniono \u0107wiczenie dla studenta {user}", + "Successfully rescored problem to improve score for user {user}": "Pomy\u015blnie ponowiono ocen\u0119 \u0107wiczenia w celu polepszenia oceny studenta {user}", + "Successfully reset the attempts for user {user}": "Pomy\u015blnie zresetowano podej\u015bcia dla studenta {user}", + "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "Z powodzeniem wys\u0142ano e-maile rekrutacyjne do nast\u0119puj\u0105cych u\u017cytkownik\u00f3w. B\u0119d\u0105 mogli si\u0119 zapisa\u0107 po dokonaniu rejestracji:", + "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "Z powodzeniem wys\u0142ano e-maile rekrutacyjne do nast\u0119puj\u0105cych u\u017cytkownik\u00f3w. Zostan\u0105 zapisani po dokonaniu rejestracji:", + "Successfully started task to rescore problem '<%- problem_id %>' for all students. Click the 'Show Task Status' button to see the status of the task.": "Z powodzeniem rozpocz\u0119to czynno\u015b\u0107 ponownej oceny \u0107wiczenia '<%- problem_id %>' dla wszystkich student\u00f3w. Kliknij przycisk 'Poka\u017c status czynno\u015bci', aby sprawdzi\u0107 przebieg czynno\u015bci.", + "Successfully started task to reset attempts for problem '<%- problem_id %>'. Click the 'Show Task Status' button to see the status of the task.": "Skutecznie rozpocz\u0119to czynno\u015b\u0107 resetowania podej\u015b\u0107 do \u0107wiczenia '<%- problem_id %>'. Kliknij przycisk 'Poka\u017c status czynno\u015bci', aby sprawdzi\u0107 przebieg czynno\u015bci.", + "Successfully unlinked.": "Roz\u0142\u0105czone pomy\u015blnie.", + "Support education research by providing additional information": "Wspieraj badania edukacyjne udost\u0119pniaj\u0105c dodatkowe informacje", + "Supported": "Wspierane", + "Supported file types: {supportedVideoTypes}": "Wspierane typy plik\u00f3w: {supportedVideoTypes}", + "TOTAL": "SUMA", + "Tags": "Tagi", + "Tags:": "Tagi:", + "Take Photo": "Zr\u00f3b zdj\u0119cie", + "Take Your Photo": "Zr\u00f3b zdj\u0119cie", + "Take a Photo of Your ID": "Wykonaj zdj\u0119cie swojego dokumentu to\u017csamo\u015bci", + "Take a photo of your ID": "Wykonaj zdj\u0119cie swojego dowodu to\u017csamo\u015bci", + "Take me to the main course page": "Przenie\u015b mnie do g\u0142\u00f3wnej strony kursu", + "Take me to the main library page": "Przenie\u015b mnie do g\u0142\u00f3wnej strony biblioteki", + "Task ID": "Identyfikator czynno\u015bci", + "Task Progress": "Post\u0119p czynno\u015bci", + "Task Status": "Status czynno\u015bci", + "Task Type": "Typ czynno\u015bci", + "Task inputs": "Tre\u015b\u0107 czynno\u015bci", + "Teaching Assistant": "Asystent kursant\u00f3w", + "Team \"{team}\" successfully deleted.": "Zesp\u00f3\u0142 \"{team}\" zosta\u0142 poprawnie usuni\u0119ty.", + "Team Description (Required) *": "Opis zespo\u0142u (wymagany)*", + "Team Details": "O zespole", + "Team Name (Required) *": "Nazwa zespo\u0142u (wymagana) *", + "Team Search": "Wyszukiwanie zespo\u0142u", + "Team capacity": "Maksymalna liczba cz\u0142onk\u00f3w", + "Team description cannot have more than 300 characters.": "Opis zespo\u0142u nie mo\u017ce mie\u0107 wi\u0119cej ni\u017c 300 znak\u00f3w.", + "Team member profiles": "Profile cz\u0142onk\u00f3w zespo\u0142u", + "Team name cannot have more than 255 characters.": "Nazwa zespo\u0142u nie mo\u017ce mie\u0107 wi\u0119cej ni\u017c 255 znak\u00f3w.", + "Teams": "Zespo\u0142y", + "Teams Pagination": "Paginacja zespo\u0142\u00f3w", + "Tell other learners a little about yourself: where you live, what your interests are, why you're taking courses, or what you hope to learn.": "Opowiedz troch\u0119 o sobie innym studentom: gdzie mieszkasz, jakie masz zainteresowania, dlaczego bierzesz udzia\u0142 w kursach lub czego masz nadzieje si\u0119 nauczy\u0107.", + "Terms of Service and Honor Code": "Warunki korzystania z Serwisu oraz Kodeks Honorowy", + "Textbook Name": "Nazwa podr\u0119cznika", + "Textbook information": "Informacje o podr\u0119czniku", + "Thank you %(full_name)s! We have received your payment for %(course_name)s.": "Dzi\u0119kujemy, %(full_name)s! Otrzymali\u015bmy twoj\u0105 op\u0142at\u0119 za %(course_name)s.", + "Thank you for submitting your financial assistance application for {course_name}! You can expect a response in 2-4 business days.": "Dzi\u0119kujemy za twoje zg\u0142oszenie do wsparcia finansowego dla kursu {course_name}. Mo\u017cesz spodziewa\u0107 si\u0119 odpowiedzi w ci\u0105gu 2-4 dni roboczych.", + "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "Dzi\u0119kujemy za przes\u0142anie twoich zdj\u0119\u0107. Wkr\u00f3tce dokonamy ich sprawdzenia. Mo\u017cesz si\u0119 teraz zapisa\u0107 na dowolny kurs w %(platformName)s, kt\u00f3ry oferuje potwierdzone certyfikaty. Weryfikacja to\u017csamo\u015bci jest wa\u017cna przez okres jednego roku. Po tym okresie konieczne b\u0119dzie ponowne przes\u0142anie zdj\u0119\u0107 do cel\u00f3w potwierdzenia to\u017csamo\u015bci.", + "Thank you! We have received your payment for {courseName}.": "Dzi\u0119kujemy! Otrzymali\u015bmy twoj\u0105 op\u0142at\u0119 za kurs {courseName}.", + "Thanks for returning to verify your ID in: {courseName}": "Dzi\u0119kujemy za powr\u00f3t do procedury potwierdzenia to\u017csamo\u015bci dla potrzeb kursu {courseName}", + "The assignment type must have a name.": "Typ zadania musi posiada\u0107 nazw\u0119.", + "The certificate available date must be later than the course end date.": "Data udost\u0119pnienia certyfikatu musi by\u0107 p\u00f3\u017aniejsza od daty zako\u0144czenia kursu.", + "The certificate for this learner has been re-validated and the system is re-running the grade for this learner.": "Certyfikat tego studenta zosta\u0142 ponownie zatwierdzony, a uzyskana ocena przywr\u00f3cona.", + "The cohort cannot be added": "Kohorta nie mo\u017ce zosta\u0107 dodana", + "The cohort cannot be saved": "Kohorta nie mo\u017ce zosta\u0107 zapisana", + "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "\u0141\u0105czna d\u0142ugo\u015b\u0107 p\u00f3l nazwy organizacji i kodu biblioteki nie mo\u017ce przekroczy\u0107 <%=limit%> znak\u00f3w.", + "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "\u0141\u0105czna d\u0142ugo\u015b\u0107 nazwy organizacji, numeru kursu i edycji kursu nie mo\u017ce przekroczy\u0107 <%=limit%> znak\u00f3w.", + "The country or region where you live.": "Kraj lub region w kt\u00f3rym mieszkasz.", + "The country that team members primarily identify with.": "G\u0142\u00f3wny region, z kt\u00f3rym identyfikuj\u0105 si\u0119 cz\u0142onkowie zespo\u0142u.", + "The course end date must be later than the course start date.": "Data zako\u0144czenia kursu musi by\u0107 p\u00f3\u017aniejsza od daty rozpocz\u0119cia.", + "The course must have an assigned start date.": "Kurs musi mie\u0107 przypisan\u0105 dat\u0119 rozpocz\u0119cia.", + "The course start date must be later than the enrollment start date.": "Data rozpocz\u0119cia kursu musi by\u0107 p\u00f3\u017aniejsza od daty rozpocz\u0119cia zapis\u00f3w.", + "The display of ungraded and checked out responses could not be loaded.": "Nie uda\u0142o si\u0119 wy\u015bwietli\u0107 listy nieocenionych i sprawdzonych odpowiedzi.", + "The email address you've provided isn't formatted correctly.": "Podany adres e-mail nie zosta\u0142 sformu\u0142owany poprawnie.", + "The enrollment end date cannot be after the course end date.": "Data zako\u0144czenia zapis\u00f3w nie mo\u017ce by\u0107 p\u00f3\u017aniejsza od daty zako\u0144czenia kursu.", + "The enrollment start date cannot be after the enrollment end date.": "Data rozpocz\u0119cia zapis\u00f3w nie mo\u017ce by\u0107 p\u00f3\u017aniejsza od daty zako\u0144czenia zapis\u00f3w.", + "The file could not be uploaded.": "Nie uda\u0142o si\u0119 przes\u0142a\u0107 pliku.", + "The file must be at least {size} in size.": "Plik musi by\u0107 nie mniejszy ni\u017c {size}.", + "The file must be smaller than {size} in size.": "Plik musi by\u0107 mniejszy ni\u017c {size}.", + "The following email addresses and/or usernames are invalid:": "Nast\u0119puj\u0105ce adresy e-mail i/lub nazwy u\u017cytkownika s\u0105 nieprawid\u0142owe:", + "The following errors were generated:": "Wyst\u0105pi\u0142y nast\u0119puj\u0105ce b\u0142\u0119dy:", + "The following file types are not allowed: ": "Nast\u0119puj\u0105ce typy plik\u00f3w s\u0105 niedozwolone:", + "The following information is already a part of your {platform} profile. We\\'ve included it here for your application.": "Poni\u017csze informacje s\u0105 cz\u0119\u015bci\u0105 twojego profilu w {platform}. Za\u0142\u0105czyli\u015bmy je jako element twojego zg\u0142oszenia.", + "The following message will be displayed at the bottom of the courseware pages within your course:": "Nast\u0119puj\u0105ca wiadomo\u015b\u0107 b\u0119dzie wy\u015bwietlana w dolnej cz\u0119\u015bci stron twojego kursu:", + "The following options are available for the {license_name} license.": "Nast\u0119puj\u0105ce opcje s\u0105 dost\u0119pne dla licencji {license_name}.", + "The following users are no longer enrolled in the course:": "Nast\u0119puj\u0105cy u\u017cytkownicy nie s\u0105 ju\u017c zapisani na kurs:", + "The following warnings were generated:": "Wyst\u0105pi\u0142y nast\u0119puj\u0105ce ostrze\u017cenia:", + "The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.": "Og\u00f3lna kategoria dla tego typu zadania, np. praca domowa albo egzamin \u015br\u00f3dsemestralny. Nazwa widoczna dla student\u00f3w.", + "The language that team members primarily use to communicate with each other.": "Podstawowy j\u0119zyk, w kt\u00f3rym cz\u0142onkowie zespo\u0142u porozumiewaj\u0105 si\u0119 ze sob\u0105.", + "The language used throughout this site. This site is currently available in a limited number of languages. Changing the value of this field will cause the page to refresh.": "J\u0119zyk u\u017cywany na tej stronie. Ta strona jest obecnie dost\u0119pna w ograniczonej liczbie j\u0119zyk\u00f3w. Zmiana wyboru spowoduje prze\u0142adowanie strony.", + "The minimum grade for course credit is not set.": "Nie ustalono minimalnej oceny potrzebnej do uzyskania punkt\u00f3w edukacyjnych.", + "The minimum score percentage must be a whole number between 0 and 100.": "Minimalny wynik procentowy musi by\u0107 liczb\u0105 ca\u0142kowit\u0105 z zakresu od 0 do 100.", + "The name of this signatory as it should appear on certificates.": "Imi\u0119 i nazwisko sygnatariusza w takiej formie, w jakiej ma si\u0119 pojawi\u0107 na certyfikatach.", + "The name that identifies you on {platform_name}. You cannot change your username.": "Nazwa identyfikuj\u0105ca Ci\u0119 na platformie {platform_name}. Nazwy u\u017cytkownika nie mo\u017cna p\u00f3\u017aniej zmieni\u0107.", + "The name that is used for ID verification and that appears on your certificates.": "Dane obecne na certyfikatach.", + "The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.": "Liczba tego typu zada\u0144, kt\u00f3re zostan\u0105 pomini\u0119te. W pierwszej kolejno\u015bci pomijane s\u0105 zadania, kt\u00f3re s\u0105 punktowane najs\u0142abiej.", + "The number of subsections in the course that contain problems of this assignment type.": "Liczba lekcji kursu zawieraj\u0105cych \u0107wiczenia wykorzystuj\u0105ce tego typu zadanie.", + "The organization that this signatory belongs to, as it should appear on certificates.": "Organizacja, do kt\u00f3rej nale\u017cy sygnatariusz, zapisana w takiej formie, w jakiem ma si\u0119 znale\u017a\u0107 na certyfikatach.", + "The page \"{route}\" could not be found.": "Nie uda\u0142o si\u0119 odnale\u017a\u0107 strony \"{route}\".", + "The photo of your face matches the photo on your ID.": "Zdj\u0119cie twojej twarzy odpowiada temu z dokumentu to\u017csamo\u015bci.", + "The post you selected has been deleted.": "Wybrany przez ciebie wpis zosta\u0142 usuni\u0119ty.", + "The published branch version, {published}, was reset to the draft branch version, {draft}.": "Opublikowana wersja ga\u0142\u0119zi {published} zosta\u0142a zresetowana do wersji roboczej ga\u0142\u0119zi {draft}.", + "The raw error message is:": "Surowy komunikat b\u0142\u0119du:", + "The refund deadline for this course has passed,so you will not receive a refund.": "Termin mo\u017cliwego zwrotu pieni\u0119dzy za ten kurs ju\u017c min\u0105\u0142, wi\u0119c nie mo\u017cesz otrzyma\u0107 zwrotu pieni\u0119dzy.", + "The selected content group does not exist": "Wybrana grupa tre\u015bci nie istnieje", + "The selected image must be larger than {minFileSizeInKB}.": "Wybrany obrazek musi wa\u017cy\u0107 wi\u0119cej ni\u017c {minFileSizeInKB}.", + "The selected image must be smaller than {maxFileSizeInMB}.": "Wybrany obrazek musi wa\u017cy\u0107 mniej ni\u017c {maxFileSizeInMB}.", + "The server could not be contacted.": "Nie uda\u0142o si\u0119 po\u0142\u0105czy\u0107 z serwerem.", + "The staff assessment form could not be loaded.": "Nie uda\u0142o si\u0119 wczyta\u0107 formularza oceny kadry.", + "The submission could not be removed from the grading pool.": "Zg\u0142oszenie nie mo\u017ce zosta\u0107 usuni\u0119te z puli oceniania.", + "The team \"{team}\" could not be found.": "Nie uda\u0142o si\u0119 odnale\u017a\u0107 zespo\u0142u \"{team}\".", + "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "Transkrypcja dla pierwszego pliku filmowego zdaje si\u0119 nie by\u0107 identyczna jak transkrypcja dla drugiego pliku.", + "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "Transkrypcja dla tego filmu jest przestarza\u0142a, jednak w serwisie YouTube istnieje nowsza wersja.", + "The topic \"{topic}\" could not be found.": "Nie uda\u0142o si\u0119 odnale\u017a\u0107 tematu \"{topic}\".", + "The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.": "Waga wszystkich tego typu zada\u0144 jako warto\u015b\u0107 procentowa oceny ko\u0144cowej, np. 40. Nie wpisuj symbolu procentu.", + "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "Kohorta {cohortGroupName} zosta\u0142a utworzona. Mo\u017cesz teraz r\u0119cznie doda\u0107 do niej student\u00f3w.", + "There are invalid keywords in your email. Check the following keywords and try again.": "W twojej wiadomo\u015bci e-mail znajduj\u0105 si\u0119 nieprawid\u0142owe s\u0142owa kluczowe. Sprawd\u017a poni\u017csze s\u0142owa kluczowe i spr\u00f3buj ponownie.", + "There are no posts in this topic yet.": "W tym temacie nie ma jeszcze \u017cadnych wpis\u00f3w.", + "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.": "Nie powi\u00f3d\u0142 si\u0119 eksport do XML co najmniej jednego elementu. Zaleca si\u0119 aby wr\u00f3ci\u0107 do strony edycji i naprawi\u0107 b\u0142\u0105d zanim podejmie si\u0119 kolejn\u0105 pr\u00f3b\u0119 eksportu. Prosz\u0119 si\u0119 upewni\u0107, \u017ce wszystkie elementy na tej stronie s\u0105 prawid\u0142owe i nie wy\u015bwietlaj\u0105 \u017cadnego komunikatu o b\u0142\u0119dzie.", + "There has been an error processing your survey.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie przetwarzania twojej ankiety.", + "There has been an error while exporting.": "W trakcie eksportowania wyst\u0105pi\u0142 b\u0142\u0105d", + "There has been an error with your export.": "Wyst\u0105pi\u0142 b\u0142\u0105d dla twojego eksportu.", + "There is invalid code in your content. Please check to make sure it is valid HTML.": "W twojej tre\u015bci znajduje si\u0119 b\u0142\u0119dny kod. Prosz\u0119 sprawdzi\u0107 i upewni\u0107 si\u0119, \u017ce nie ma b\u0142\u0119dnych zapis\u00f3w HTML.", + "There is no email history for this course.": "Brak historii e-maili dla tego kursu.", + "There must be at least one group.": "Musi istnie\u0107 co najmniej jedna grupa.", + "There must be one cohort to which students can automatically be assigned.": "Musi istnie\u0107 co najmniej jedna kohorta, do kt\u00f3rej studenci b\u0119d\u0105 przydzielani automatycznie.", + "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "Wyst\u0105pi\u0142 problem z utworzeniem raportu. Aby spr\u00f3bowa\u0107 ponownie, wybierz \"Utw\u00f3rz podsumowanie wykonawcze\".", + "There was an error changing the user's role": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie zmiany roli u\u017cytkownika", + "There was an error obtaining email content history for this course.": "Wyst\u0105pi\u0142 b\u0142\u0105d przy pozyskiwaniu historii tre\u015bci e-maili dla tego kursu.", + "There was an error obtaining email task history for this course.": "Wyst\u0105pi\u0142 b\u0142\u0105d przy pozyskiwaniu historii dzia\u0142a\u0144 e-mailowych dla tego kursu.", + "There was an error retrieving preview results for this catalog. Please check that your query is correct and try again.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie odzyskiwania wynik\u00f3w podgl\u0105du dla tego katalogu. Prosz\u0119 upewni\u0107 si\u0119, czy zapytanie jest prawid\u0142owe i spr\u00f3bowa\u0107 ponownie.", + "There was an error updating your goal.": "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie aktualizowania celu nauki.", "There was an error when trying to add learners:": [ - "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie dodawania student\u00f3w:", - "Nie uda\u0142o si\u0119 doda\u0107 {numErrors} student\u00f3w do kohorty:", - "Nie uda\u0142o si\u0119 doda\u0107 {numErrors} student\u00f3w do kohorty:", + "Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie dodawania student\u00f3w:", + "Nie uda\u0142o si\u0119 doda\u0107 {numErrors} student\u00f3w do kohorty:", + "Nie uda\u0142o si\u0119 doda\u0107 {numErrors} student\u00f3w do kohorty:", "Nie uda\u0142o si\u0119 doda\u0107 {numErrors} student\u00f3w do kohorty:" - ], - "There was an error, try searching again.": "Wyst\u0105pi\u0142 b\u0142\u0105d, spr\u00f3buj wyszuka\u0107 ponownie.", - "There was an error. Please reload the page and try again.": "Wyst\u0105pi\u0142 b\u0142\u0105d. Prosz\u0119 prze\u0142adowa\u0107 stron\u0119 i spr\u00f3bowa\u0107 ponownie.", - "There were errors reindexing course.": "Wyst\u0105pi\u0142y b\u0142\u0119dy w trakcie reindeksowania kursu.", - "There's already another assignment type with this name.": "Istnieje ju\u017c inny rodzaj zadania o tej nazwie.", - "These settings include basic information about your account.": "Te ustawienia zawieraj\u0105 podstawowe informacje o twoim koncie.", - "These users could not be added as beta testers because their accounts are not yet activated:": "Nast\u0119puj\u0105cy u\u017cytkownicy nie zostali dodani do grona beta tester\u00f3w, poniewa\u017c jeszcze nie aktywowali swoich kont:", - "These users were not added as beta testers:": "Nast\u0119puj\u0105cy u\u017cytkownicy nie zostali dodani do grona beta tester\u00f3w:", - "These users were not affiliated with the course so could not be unenrolled:": "Nast\u0119puj\u0105cy u\u017cytkownicy nie byli zwi\u0105zani z kursem, wi\u0119c nie mogli zosta\u0107 wypisani:", - "These users were not removed as beta testers:": "Nast\u0119puj\u0105cy u\u017cytkownicy nie zostali usuni\u0119ci z grona beta tester\u00f3w:", - "These users were successfully added as beta testers:": "Nast\u0119puj\u0105cy u\u017cytkownicy zostali pomy\u015blnie dodani do grona beta tester\u00f3w:", - "These users were successfully removed as beta testers:": "Nast\u0119puj\u0105cy u\u017cytkownicy zostali pomy\u015blnie usuni\u0119ci z grona beta tester\u00f3w:", - "These users will be allowed to enroll once they register:": "Nast\u0119puj\u0105cy u\u017cytkownicy b\u0119d\u0105 mogli si\u0119 zapisa\u0107 po dokonaniu rejestracji:", - "These users will be enrolled once they register:": "Nast\u0119puj\u0105cy u\u017cytkownicy zostan\u0105 zapisani po dokonaniu rejestracji:", - "This Group Configuration is not in use. Start by adding a content experiment to any Unit via the {linkStart}Course Outline{linkEnd}.": "Ta konfiguracja grupy nie znajduje si\u0119 w u\u017cyciu. Rozpocznij od dodania eksperymentu z tre\u015bci\u0105 do dowolnego ekranu przez {linkStart}program kursu{linkEnd}.", - "This Group Configuration is used in:": "Ta konfiguracja grupy znajduje si\u0119 w u\u017cyciu w:", - "This action cannot be undone.": "Tej czynno\u015bci nie mo\u017cna cofn\u0105\u0107.", - "This action updates the {provider} information for your entire organization.": "Ta czynno\u015b\u0107 spowoduje zmian\u0119 informacji o {provider} dla ca\u0142ej twojej organizacji.", - "This assessment could not be submitted.": "Nie uda\u0142o si\u0119 wys\u0142a\u0107 tej oceny.", - "This catalog's courses:": "Kursy tego katalogu:", - "This certificate has already been activated and is live. Are you sure you want to continue editing?": "Ten certyfikat zosta\u0142 ju\u017c aktywowany i znajduje si\u0119 w u\u017cyciu. Czy na pewno chcesz kontynuowa\u0107 edycj\u0119?", - "This comment could not be deleted. Refresh the page and try again.": "Nie uda\u0142o si\u0119 usun\u0105\u0107 tego komentarza. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", - "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "Ta konfiguracja znajduje si\u0119 w u\u017cyciu w eksperymentach z tre\u015bci\u0105. Je\u015bli naniesiesz zmiany do grup, by\u0107 mo\u017ce konieczna b\u0119dzie edycja tych eksperyment\u00f3w.", - "This content group is used in one or more units.": "Ta grupa tre\u015bci znajduje si\u0119 w u\u017cyciu w co najmniej jednym ekranie.", - "This course has automatic cohorting enabled for verified track learners, but cohorts are disabled. You must enable cohorts for the feature to work.": "Ten kurs wykorzystuje system automatycznych kohort dla student\u00f3w \u015bcie\u017cki zweryfikowanej, jednak system kohort zosta\u0142 wy\u0142\u0105czony. Chc\u0105c korzysta\u0107 z tego rozwi\u0105zania musisz w\u0142\u0105czy\u0107 system kohort.", - "This course has automatic cohorting enabled for verified track learners, but the required cohort does not exist. You must create a manually-assigned cohort named '{verifiedCohortName}' for the feature to work.": "Ten kurs wykorzystuje system automatycznych kohort dla student\u00f3w \u015bcie\u017cki zweryfikowanej, jednak wymagana kohorta nie istnieje. Musisz utworzy\u0107 r\u0119cznie przydzielon\u0105 kohort\u0119 o nazwie '{verifiedCohortName}'.", - "This course uses automatic cohorting for verified track learners. You cannot disable cohorts, and you cannot rename the manual cohort named '{verifiedCohortName}'. To change the configuration for verified track cohorts, contact your edX partner manager.": "Ten kurs wykorzystuje system automatycznych kohort dla student\u00f3w \u015bcie\u017cki zweryfikowanej. Nie mo\u017cesz wy\u0142\u0105czy\u0107 kohort, ani zmieni\u0107 nazwy kohorty '{verifiedCohortName}'. Aby zmieni\u0107 konfiguracj\u0119 kohort \u015bcie\u017cki zweryfikowanej, skontaktuj si\u0119 ze swoim Opiekunem Partnera.", - "This discussion could not be loaded. Refresh the page and try again.": "Nie uda\u0142o si\u0119 wczyta\u0107 dyskusji. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", - "This feature is currently in testing. Course teams can enter highlights, but learners will not receive email messages.": "Ta funkcja znajduje si\u0119 obecnie w fazie test\u00f3w. Kadry kurs\u00f3w mog\u0105 wprowadza\u0107 szczeg\u00f3\u0142y, jednak studenci nie otrzymaj\u0105 wiadomo\u015bci e-mail.", - "This feedback could not be submitted.": "Nie uda\u0142o si\u0119 wys\u0142a\u0107 tej opinii.", - "This file type is not supported. Supported file type is {supportedFileFormat}.": "Ten format pliku jest niewspierany. Wspieranym formatem plik\u00f3w jest {supportedFileFormat}.", - "This group controls access to:": "Ta grupa odpowiada za dost\u0119p do:", - "This group no longer exists. Choose another group or do not restrict access to this unit.": "Ta grupa ju\u017c nie istnieje. Wybierz inn\u0105 grup\u0119 lub zrezygnuj z ograniczania dost\u0119pu do tego ekranu.", - "This image file type is not supported. Supported file types are {supportedFileFormats}.": "Ten format pliku obrazka jest niewspierany. Wspieranymi typami plik\u00f3w s\u0105 {supportedFileFormats}.", - "This image is for decorative purposes only and does not require a description.": "Ten obraz jest obecny dla estetyki i nie wymaga opisu.", - "This is the Description of the Group Configuration": "To jest opis konfiguracji grupy", - "This is the Name of the Group Configuration": "To jest nazwa konfiguracji grupy", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "To lista dost\u0119pnych %s. Aby wybra\u0107 pozycje, zaznacz je i kliknij strza\u0142k\u0119 \u201eWybierz\u201d pomi\u0119dzy listami.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "To lista wybranych %s. Aby usun\u0105\u0107, zaznacz pozycje wybrane do usuni\u0119cia i kliknij strza\u0142k\u0119 \u201eUsu\u0144\u201d pomi\u0119dzy listami.", - "This is the name of the group": "Nazwa tej grupy", - "This learner is currently sharing a limited profile.": "Student obecnie dzieli si\u0119 ograniczonym profilem.", - "This learner will be removed from the team, allowing another learner to take the available spot.": "Ten student zostanie usuni\u0119ty z zespo\u0142u, co umo\u017cliwi innej osobie zaj\u0119cie jego miejsca.", - "This page contains information about orders that you have placed with {platform_name}.": "Ta strona zawiera informacje o zam\u00f3wieniach, kt\u00f3re z\u0142o\u017cy\u0142e\u015b w {platform_name}.", - "This post could not be closed. Refresh the page and try again.": "Nie uda\u0142o si\u0119 zamkn\u0105\u0107 tego tematu. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", - "This post could not be flagged for abuse. Refresh the page and try again.": "Nie uda\u0142o si\u0119 oflagowa\u0107 tego wpisu jako nieodpowiedniego. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", - "This post could not be pinned. Refresh the page and try again.": "Nie uda\u0142o si\u0119 przypi\u0105\u0107 tego wpisu. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", - "This post could not be reopened. Refresh the page and try again.": "Nie uda\u0142o si\u0119 otworzy\u0107 tego tematu. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", - "This post could not be unflagged for abuse. Refresh the page and try again.": "Nie uda\u0142o si\u0119 cofn\u0105\u0107 oflagowania tego wpisu jako nieodpowiedniego. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", - "This post could not be unpinned. Refresh the page and try again.": "Nie uda\u0142o si\u0119 odpi\u0105\u0107 tego wpisu. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", - "This problem could not be saved.": "Nie uda\u0142o si\u0119 zapisa\u0107 \u0107wiczenia.", - "This problem has already been released. Any changes will apply only to future assessments.": "To \u0107wiczenie zosta\u0142o ju\u017c opublikowane. Jakiekolwiek zmiany b\u0119d\u0105 obowi\u0105zywa\u0107 tylko dla przysz\u0142ych ocen.", - "This response could not be marked as an answer. Refresh the page and try again.": "Nie uda\u0142o si\u0119 oznaczy\u0107 tej odpowiedzi jako udzielonej odpowiedzi. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", - "This response could not be marked as endorsed. Refresh the page and try again.": "Nie uda\u0142o si\u0119 oznaczy\u0107 tej odpowiedzi jako zatwierdzonej. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", - "This response could not be saved.": "Nie uda\u0142o si\u0119 zapisa\u0107 tej odpowiedzi.", - "This response could not be submitted.": "Nie uda\u0142o si\u0119 wys\u0142a\u0107 tej odpowiedzi.", - "This response could not be unendorsed. Refresh the page and try again.": "Nie uda\u0142o si\u0119 odznaczy\u0107 tej odpowiedzi z bycia zatwierdzon\u0105 odpowiedzi\u0105. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", - "This response could not be unmarked as an answer. Refresh the page and try again.": "Nie uda\u0142o si\u0119 odznaczy\u0107 tej odpowiedzi z bycia udzielon\u0105 odpowiedzi\u0105. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", - "This response has been saved but not submitted.": "Ta odpowied\u017a zosta\u0142a zapisania, lecz nie zosta\u0142a wys\u0142ana.", - "This response has not been saved.": "Ta odpowied\u017a nie zosta\u0142a zapisana.", - "This role requires a divided discussions scheme.": "Ta rola wymaga schematu podzielonych dyskusji.", - "This section could not be loaded.": "Nie uda\u0142o si\u0119 wczyta\u0107 tej sekcji.", - "This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.": "Skr\u00f3cona nazwa typu zadania (np. PD lub \u015ar\u00f3d-s), kt\u00f3ra wy\u015bwietla si\u0119 obok zadania w dzienniku post\u0119p\u00f3w studenta.", - "This team does not have any members.": "Ten zesp\u00f3\u0142 nie ma \u017cadnych cz\u0142onk\u00f3w.", - "This team is full.": "Ten zesp\u00f3\u0142 jest zamkni\u0119ty.", - "This vote could not be processed. Refresh the page and try again.": "Nie uda\u0142o si\u0119 przes\u0142a\u0107 g\u0142osu. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", - "Thumbnail": "Miniatura", - "Thumbnail for {videoName}": "Miniatura dla {videoName}", - "Thumbnail view of ": "Ikonka pliku", - "Time Allotted (HH:MM):": "Wyznaczony czas (GG:MM):", - "Time Sent": "Czas wysy\u0142ki", - "Time Sent:": "Czas wysy\u0142ki:", - "Time Zone": "Strefa czasowa", - "Timed": "Z limitem czasu", - "Timed Transcript Conflict": "Konflikt transkrypcji", - "Timed Transcript Found": "Odnaleziono transkrypcj\u0119", - "Timed Transcript Uploaded Successfully": "Przesy\u0142anie transkrypcji zako\u0144czone pomy\u015blnie", - "Timed Transcript from %(filename)s": "Transkrypcja z pliku %(filename)s", - "Tips on taking a successful photo": "Jak powinno wygl\u0105da\u0107 prawid\u0142owo zrobione zdj\u0119cie?", - "Title ": "Tytu\u0142", - "Title of the signatory": "Tytu\u0142 sygnatariusza", - "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "Tytu\u0142y maj\u0105ce powy\u017cej 100 znak\u00f3w d\u0142ugo\u015bci mog\u0105 uniemo\u017cliwi\u0107 studentom wydrukowanie certyfikatu na pojedynczej stronie.", - "To access the course, select a session.": "Aby przej\u015b\u0107 do kursu, wybierz sesj\u0119.", - "To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.": "Aby upewni\u0107 si\u0119, \u017ce wszyscy studenci b\u0119d\u0105 mogli odtworzy\u0107 film, zalecamy dostarczenie wersji filmu w formatach .mp4 jak i .webm. Kliknij poni\u017cej, aby doda\u0107 odno\u015bnik do kolejnej wersji. Odno\u015bnik nie mo\u017ce prowadzi\u0107 do Youtube. Studentowi odtworzony zostanie pierwszy film kompatybilny z jego komputerem.", - "To complete the program, you must earn a verified certificate for each course.": "Aby uko\u0144czy\u0107 program, musisz uzyska\u0107 potwierdzony certyfikat z ka\u017cdego kursu.", - "To continue learning with this account, sign in below.": "Aby kontynuowa\u0107 nauk\u0119 za po\u015brednictwem tego konta, zaloguj si\u0119.", - "To finalize course credit, %(display_name)s requires %(platform_name)s learners to submit a credit request.": "W celu sfinalizowania procesu przyznawania punkt\u00f3w edukacyjnych, %(display_name)s wymaga od student\u00f3w %(platform_name)s przes\u0142ania zg\u0142oszenia \u017c\u0105dania przyznania punkt\u00f3w.", - "To invalidate a certificate for a particular learner, add the username or email address below.": "W celu uniewa\u017cnienia certyfikatu dla okre\u015blonego studenta, wprowad\u017a poni\u017cej jego nazw\u0119 u\u017cytkownika lub adres e-mail.", - "To receive a certificate, you must also verify your identity before {date}.": "Aby otrzyma\u0107 certyfikat, musisz r\u00f3wnie\u017c potwierdzi\u0107 swoj\u0105 to\u017csamo\u015b\u0107 przed {date}.", - "To receive a certificate, you must also verify your identity.": "Aby otrzyma\u0107 certyfikat, musisz r\u00f3wnie\u017c potwierdzi\u0107 swoj\u0105 to\u017csamo\u015b\u0107.", - "To receive credit for problems, you must select \"Submit\" for each problem before you select \"End My Exam\".": "Aby otrzyma\u0107 punkty za \u0107wiczenia, musisz klikn\u0105\u0107 \"Wy\u015blij\" dla ka\u017cdego pojedynczego \u0107wiczenia, zanim wybierzesz \"Zako\u0144cz m\u00f3j egzamin\".", - "To review learner cohort assignments or see the results of uploading a CSV file, download course profile information or cohort results on the {link_start}Data Download{link_end} page.": "Aby sprawdzi\u0107 przydzia\u0142 student\u00f3w do kohort lub pozna\u0107 efekty za\u0142adowania pliku CSV, pobierz informacje profilowe z kursu lub przegl\u0105d kohort ze strony {link_start}pobierania danych{link_end}.", - "To share your certificate on Mozilla Backpack, you must first have a Backpack account. Complete the following steps to add your certificate to Backpack.": "Aby podzieli\u0107 si\u0119 swoim certyfikatem w Mozilla Backpack, najpierw musisz posiada\u0107 konto w Backpack. Wykonaj poni\u017csze czynno\u015bci w celu dodania swojego certyfikatu do Backpack.", - "To take a successful photo, make sure that:": "Aby wykona\u0107 prawid\u0142owe zdj\u0119cie, upewnij si\u0119, \u017ce", - "To use the current photo, select the camera button {icon}. To take another photo, select the retake button {icon}.": "Aby zatwierdzi\u0107 obecne zdj\u0119cie, wybierz przycisk {icon}. Z kolei w celu wykonania kolejnego zdj\u0119cia, naci\u015bnij przycisk {icon}.", - "To verify your identity, you need a webcam and a government-issued photo ID.": "Aby potwierdzi\u0107 to\u017csamo\u015b\u0107, potrzebujesz kamerki internetowej i dokumentu to\u017csamo\u015bci.", - "Today": "Dzisiaj", - "Toggle Notifications Setting": "Zmie\u0144 ustawienia powiadomie\u0144", - "Tomorrow": "Jutro", - "Topic": "Temat", - "Topics": "Tematy", - "Total": "Suma", - "Total Number": "Liczba w kursie", - "Total Responses": "Suma odpowiedzi", - "Training": "Trening", - "Transcript Fidelity": "Dok\u0142adno\u015b\u0107 transkrypcji", - "Transcript Languages": "J\u0119zyki transkrypcji", - "Transcript Provider": "Dostawca transkrypcji", - "Transcript Turnaround": "Czas przyg. transkrypcji", - "Transcripts": "Transkrypcje", - "Try the transaction again in a few minutes.": "Spr\u00f3buj dokona\u0107 transakcji za kilka minut.", - "Type": "Typ", - "Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "Wklej adres URL lub u\u017cyj przycisku \"Wybierz plik\", aby przes\u0142a\u0107 plik ze swojego komputera. (np. 'http://example.com/img/clouds.jpg')", - "Type into this box to filter down the list of available %s.": "Wpisz co\u015b tutaj, aby wyfiltrowa\u0107 list\u0119 dost\u0119pnych %s.", - "URL": "URL", - "Unable to determine whether we should give you a refund because of System Error. Please try again later.": "Z powodu b\u0142\u0119du systemu nie uda\u0142o si\u0119 okre\u015bli\u0107 zasadno\u015bci przyznania zwrotu. Prosz\u0119 spr\u00f3bowa\u0107 ponownie p\u00f3\u017aniej.", - "Unable to load": "Nie uda\u0142o si\u0119 wczyta\u0107", - "Unable to submit application": "Nie uda\u0142o si\u0119 przes\u0142a\u0107 zg\u0142oszenia", - "Undo (Ctrl+Z)": "Cofnij (Ctrl+Z)", - "Undo Changes": "Cofnij zmiany", - "Unexpected server error.": "Niespodziewany b\u0142\u0105d serwera.", - "Ungraded": "Nieoceniony", - "Unit": "Ekran", - "Unit Access": "Dost\u0119p do ekranu", - "Unit Name": "Nazwa lekcji", - "Unit Visibility": "Widoczno\u015b\u0107 ekranu", - "Units": "Lekcje", - "Unknown": "Nieznany", - "Unknown username: {user}": "Nieznana nazwa u\u017cytkownika: {user}", - "Unlink This Account": "Od\u0142\u0105cz to konto", - "Unlink your {accountName} account": "Od\u0142\u0105cz swoje konto {accountName}", - "Unlinking": "Roz\u0142\u0105czanie", - "Unnamed Option": "Bezimienna opcja", - "Unpublished changes to content that will release in the future": "Nieopublikowane zmiany w tre\u015bci, kt\u00f3ra zostanie udost\u0119pniona w przysz\u0142o\u015bci", - "Unpublished changes to live content": "Nieopublikowane zmiany w tre\u015bci b\u0119d\u0105cej w u\u017cyciu", - "Unpublished units will not be released": "Nieopublikowane ekrany nie zostan\u0105 udost\u0119pnione", - "Unscheduled": "Niezaplanowany", - "Update": "Edytuj", - "Update Settings": "Aktualizuj ustawienia", - "Update team.": "Aktualizuj zesp\u00f3\u0142", - "Updating Tags": "Aktualizowanie tag\u00f3w", - "Updating with latest library content": "Aktualizacja o najnowsz\u0105 tre\u015b\u0107 biblioteki", - "Upgrade All Remaining Courses (": "Zaktualizuj wszystkie pozosta\u0142e kursy (", - "Upgrade Deadline": "Ostateczny termin na p\u0142atny zapis", - "Upgrade to Verified": "Zmie\u0144 tryb kursu do poziomu zweryfikowanego", - "Upgrade to a Verified Certificate for {courseName}": "Podnie\u015b tryb do potwierdzonego certyfikatu kursu: {courseName}", - "Upload": "Prze\u015blij", - "Upload File": "Prze\u015blij plik", - "Upload File and Assign Students": "Prze\u015blij plik i przydziel student\u00f3w", - "Upload New .srt Transcript": "Prze\u015blij now\u0105 transkrypcj\u0119 .srt", - "Upload New File": "Prze\u015blij nowy plik", - "Upload New Transcript": "Prze\u015blij now\u0105 transkrypcj\u0119", - "Upload PDF": "Prze\u015blij PDF", - "Upload Photo": "Prze\u015blij zdj\u0119cie", - "Upload Signature Image": "Prze\u015blij zdj\u0119cie podpisu", - "Upload Videos": "Prze\u015blij filmy", - "Upload a CSV file": "Prze\u015blij plik CSV", - "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "Prze\u015blij plik (.csv) zawieraj\u0105cy oddzielone przecinkami nazwy u\u017cytkownik\u00f3w lub adresy e-mail student\u00f3w dodanych do wyj\u0105tk\u00f3w.", - "Upload an image": "Prze\u015blij zdj\u0119cie", - "Upload an image or capture one with your web or phone camera.": "Prze\u015blij zdj\u0119cie lub zr\u00f3b nowe u\u017cywaj\u0105c kamerki internetowej lub aparatu w telefonie.", - "Upload completed": "Przesy\u0142anie uko\u0144czone", - "Upload completed for video {fileName}": "Przesy\u0142anie uko\u0144czone dla pliku {fileName}", - "Upload failed": "Przesy\u0142anie nie powiod\u0142o si\u0119", - "Upload failed for video {fileName}": "Przesy\u0142anie nieudane dla pliku {fileName}", - "Upload instructor image.": "Prze\u015blij zdj\u0119cie prowadz\u0105cego", - "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "Przesy\u0142anie jest w toku. Aby unikn\u0105\u0107 b\u0142\u0119d\u00f3w, pozosta\u0144 na tej stronie a\u017c do zako\u0144czenia czynno\u015bci.", - "Upload signature image.": "Prze\u015blij zdj\u0119cie podpisu", - "Upload your banner image.": "Prze\u015blij banner", - "Upload your course image.": "Prze\u015blij zdj\u0119cie/grafik\u0119 swojego kursu.", - "Upload your first asset": "Prze\u015blij swoje pierwsze zasoby", - "Upload your video thumbnail image.": "Prze\u015blij grafik\u0119 - miniatur\u0119 filmu promocyjnego", - "Uploaded file issues. Click on \"+\" to view.": "Problem z przes\u0142anym plikiem. Kliknij na \"+\", aby dowiedzie\u0107 si\u0119 wi\u0119cej.", - "Uploading": "Przesy\u0142anie", - "Upset Learner": "Niezadowolony ucze\u0144", - "Use Current Transcript": "U\u017cyj istniej\u0105cej transkrypcji", - "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.": "Skorzystaj z pr\u00f3bnego egzaminu nadzorowanego w celu zaznajomienia student\u00f3w z jego narz\u0119dziami i procedurami. Wyniki pr\u00f3bnego egzaminu nie wp\u0142ywaj\u0105 na oceny studenta.", - "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "U\u017cyj egzaminu z limitem czasu, aby ograniczy\u0107 czas, jaki studenci mog\u0105 przeznaczy\u0107 na rozwi\u0105zywanie \u0107wicze\u0144. Studenci musz\u0105 przes\u0142a\u0107 odpowiedzi przed up\u0142ywem limitu czasu. Poprzez pulpit instruktora mo\u017cesz przyzna\u0107 wybranym studentom wi\u0119cej czasu.", - "Use as a Prerequisite": "U\u017cyj jako wymagania wst\u0119pnego", - "Use bookmarks to help you easily return to courseware pages. To bookmark a page, click \"Bookmark this page\" under the page title.": "U\u017cywaj zak\u0142adek w celu \u0142atwiejszego powrotu do wybranych stron kursu. Aby doda\u0107 stron\u0119 do zak\u0142adek, wybierz \"Dodaj do zak\u0142adek\" pod tytu\u0142em strony.", - "Use cohorts as the basis for dividing discussions. All learners, regardless of cohort, see the same discussion topics, but within divided topics, only members of the same cohort see and respond to each others\u2019 posts. ": "U\u017cywaj kohort jako podstawy do dzielenia dyskusji. Wszyscy studenci, niezale\u017cnie od ich kohorty, widz\u0105 te same tematy dyskusji, natomiast wpisy wewn\u0105trz podzielonych dyskusji widz\u0105 wy\u0142\u0105cznie studenci b\u0119d\u0105cy w tej samej kohorcie.", - "Use enrollment tracks as the basis for dividing discussions. All learners, regardless of their enrollment track, see the same discussion topics, but within divided topics, only learners who are in the same enrollment track see and respond to each others\u2019 posts.": "U\u017cywaj \u015bcie\u017cek kursu jako podstawy do dzielenia dyskusji. Wszyscy studenci, niezale\u017cnie od ich \u015bcie\u017cki, widz\u0105 te same tematy dyskusji, natomiast wpisy wewn\u0105trz podzielonych dyskusji widz\u0105 wy\u0142\u0105cznie studenci b\u0119d\u0105cy na tych samych \u015bcie\u017ckach kursu.", - "Use my institution/campus credentials": "U\u017cyj danych do logowania z mojej uczelni", - "Use the All Topics menu to find specific topics.": "U\u017cyj menu \"Wszystkie tematy\", aby znale\u017a\u0107 okre\u015blone tematy.", - "Use the retake photo button if you are not pleased with your photo": "Je\u015bli nie jeste\u015b zadowolony ze zdj\u0119cia, pon\u00f3w pr\u00f3b\u0119.", - "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "U\u017cyj kamerki internetowej, aby zrobi\u0107 zdj\u0119cie swojego dokumentu to\u017csamo\u015bci. Por\u00f3wnamy to zdj\u0119cie ze zdj\u0119ciem twojej twarzy oraz zweryfikujemy dane osobowe.", - "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "U\u017cyj kamerki internetowej, aby zrobi\u0107 zdj\u0119cie swojej twarzy. Por\u00f3wnamy to zdj\u0119cie ze zdj\u0119ciem w twoim dokumencie to\u017csamo\u015bci.", - "Used": "Wykorzystany", + ], + "There was an error, try searching again.": "Wyst\u0105pi\u0142 b\u0142\u0105d, spr\u00f3buj wyszuka\u0107 ponownie.", + "There was an error. Please reload the page and try again.": "Wyst\u0105pi\u0142 b\u0142\u0105d. Prosz\u0119 prze\u0142adowa\u0107 stron\u0119 i spr\u00f3bowa\u0107 ponownie.", + "There were errors reindexing course.": "Wyst\u0105pi\u0142y b\u0142\u0119dy w trakcie reindeksowania kursu.", + "There's already another assignment type with this name.": "Istnieje ju\u017c inny rodzaj zadania o tej nazwie.", + "These settings include basic information about your account.": "Te ustawienia zawieraj\u0105 podstawowe informacje o twoim koncie.", + "These users could not be added as beta testers because their accounts are not yet activated:": "Nast\u0119puj\u0105cy u\u017cytkownicy nie zostali dodani do grona beta tester\u00f3w, poniewa\u017c jeszcze nie aktywowali swoich kont:", + "These users were not added as beta testers:": "Nast\u0119puj\u0105cy u\u017cytkownicy nie zostali dodani do grona beta tester\u00f3w:", + "These users were not affiliated with the course so could not be unenrolled:": "Nast\u0119puj\u0105cy u\u017cytkownicy nie byli zwi\u0105zani z kursem, wi\u0119c nie mogli zosta\u0107 wypisani:", + "These users were not removed as beta testers:": "Nast\u0119puj\u0105cy u\u017cytkownicy nie zostali usuni\u0119ci z grona beta tester\u00f3w:", + "These users were successfully added as beta testers:": "Nast\u0119puj\u0105cy u\u017cytkownicy zostali pomy\u015blnie dodani do grona beta tester\u00f3w:", + "These users were successfully removed as beta testers:": "Nast\u0119puj\u0105cy u\u017cytkownicy zostali pomy\u015blnie usuni\u0119ci z grona beta tester\u00f3w:", + "These users will be allowed to enroll once they register:": "Nast\u0119puj\u0105cy u\u017cytkownicy b\u0119d\u0105 mogli si\u0119 zapisa\u0107 po dokonaniu rejestracji:", + "These users will be enrolled once they register:": "Nast\u0119puj\u0105cy u\u017cytkownicy zostan\u0105 zapisani po dokonaniu rejestracji:", + "This Group Configuration is not in use. Start by adding a content experiment to any Unit via the {linkStart}Course Outline{linkEnd}.": "Ta konfiguracja grupy nie znajduje si\u0119 w u\u017cyciu. Rozpocznij od dodania eksperymentu z tre\u015bci\u0105 do dowolnego ekranu przez {linkStart}program kursu{linkEnd}.", + "This Group Configuration is used in:": "Ta konfiguracja grupy znajduje si\u0119 w u\u017cyciu w:", + "This action cannot be undone.": "Tej czynno\u015bci nie mo\u017cna cofn\u0105\u0107.", + "This action updates the {provider} information for your entire organization.": "Ta czynno\u015b\u0107 spowoduje zmian\u0119 informacji o {provider} dla ca\u0142ej twojej organizacji.", + "This assessment could not be submitted.": "Nie uda\u0142o si\u0119 wys\u0142a\u0107 tej oceny.", + "This catalog's courses:": "Kursy tego katalogu:", + "This certificate has already been activated and is live. Are you sure you want to continue editing?": "Ten certyfikat zosta\u0142 ju\u017c aktywowany i znajduje si\u0119 w u\u017cyciu. Czy na pewno chcesz kontynuowa\u0107 edycj\u0119?", + "This comment could not be deleted. Refresh the page and try again.": "Nie uda\u0142o si\u0119 usun\u0105\u0107 tego komentarza. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", + "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "Ta konfiguracja znajduje si\u0119 w u\u017cyciu w eksperymentach z tre\u015bci\u0105. Je\u015bli naniesiesz zmiany do grup, by\u0107 mo\u017ce konieczna b\u0119dzie edycja tych eksperyment\u00f3w.", + "This content group is used in one or more units.": "Ta grupa tre\u015bci znajduje si\u0119 w u\u017cyciu w co najmniej jednym ekranie.", + "This course has automatic cohorting enabled for verified track learners, but cohorts are disabled. You must enable cohorts for the feature to work.": "Ten kurs wykorzystuje system automatycznych kohort dla student\u00f3w \u015bcie\u017cki zweryfikowanej, jednak system kohort zosta\u0142 wy\u0142\u0105czony. Chc\u0105c korzysta\u0107 z tego rozwi\u0105zania musisz w\u0142\u0105czy\u0107 system kohort.", + "This course has automatic cohorting enabled for verified track learners, but the required cohort does not exist. You must create a manually-assigned cohort named '{verifiedCohortName}' for the feature to work.": "Ten kurs wykorzystuje system automatycznych kohort dla student\u00f3w \u015bcie\u017cki zweryfikowanej, jednak wymagana kohorta nie istnieje. Musisz utworzy\u0107 r\u0119cznie przydzielon\u0105 kohort\u0119 o nazwie '{verifiedCohortName}'.", + "This course uses automatic cohorting for verified track learners. You cannot disable cohorts, and you cannot rename the manual cohort named '{verifiedCohortName}'. To change the configuration for verified track cohorts, contact your edX partner manager.": "Ten kurs wykorzystuje system automatycznych kohort dla student\u00f3w \u015bcie\u017cki zweryfikowanej. Nie mo\u017cesz wy\u0142\u0105czy\u0107 kohort, ani zmieni\u0107 nazwy kohorty '{verifiedCohortName}'. Aby zmieni\u0107 konfiguracj\u0119 kohort \u015bcie\u017cki zweryfikowanej, skontaktuj si\u0119 ze swoim Opiekunem Partnera.", + "This discussion could not be loaded. Refresh the page and try again.": "Nie uda\u0142o si\u0119 wczyta\u0107 dyskusji. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", + "This feature is currently in testing. Course teams can enter highlights, but learners will not receive email messages.": "Ta funkcja znajduje si\u0119 obecnie w fazie test\u00f3w. Kadry kurs\u00f3w mog\u0105 wprowadza\u0107 szczeg\u00f3\u0142y, jednak studenci nie otrzymaj\u0105 wiadomo\u015bci e-mail.", + "This feedback could not be submitted.": "Nie uda\u0142o si\u0119 wys\u0142a\u0107 tej opinii.", + "This file type is not supported. Supported file type is {supportedFileFormat}.": "Ten format pliku jest niewspierany. Wspieranym formatem plik\u00f3w jest {supportedFileFormat}.", + "This group controls access to:": "Ta grupa odpowiada za dost\u0119p do:", + "This group no longer exists. Choose another group or do not restrict access to this unit.": "Ta grupa ju\u017c nie istnieje. Wybierz inn\u0105 grup\u0119 lub zrezygnuj z ograniczania dost\u0119pu do tego ekranu.", + "This image file type is not supported. Supported file types are {supportedFileFormats}.": "Ten format pliku obrazka jest niewspierany. Wspieranymi typami plik\u00f3w s\u0105 {supportedFileFormats}.", + "This image is for decorative purposes only and does not require a description.": "Ten obraz jest obecny dla estetyki i nie wymaga opisu.", + "This is the Description of the Group Configuration": "To jest opis konfiguracji grupy", + "This is the Name of the Group Configuration": "To jest nazwa konfiguracji grupy", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "To lista dost\u0119pnych %s. Aby wybra\u0107 pozycje, zaznacz je i kliknij strza\u0142k\u0119 \u201eWybierz\u201d pomi\u0119dzy listami.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "To lista wybranych %s. Aby usun\u0105\u0107, zaznacz pozycje wybrane do usuni\u0119cia i kliknij strza\u0142k\u0119 \u201eUsu\u0144\u201d pomi\u0119dzy listami.", + "This is the name of the group": "Nazwa tej grupy", + "This learner is currently sharing a limited profile.": "Student obecnie dzieli si\u0119 ograniczonym profilem.", + "This page contains information about orders that you have placed with {platform_name}.": "Ta strona zawiera informacje o zam\u00f3wieniach, kt\u00f3re z\u0142o\u017cy\u0142e\u015b w {platform_name}.", + "This post could not be closed. Refresh the page and try again.": "Nie uda\u0142o si\u0119 zamkn\u0105\u0107 tego tematu. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", + "This post could not be flagged for abuse. Refresh the page and try again.": "Nie uda\u0142o si\u0119 oflagowa\u0107 tego wpisu jako nieodpowiedniego. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", + "This post could not be pinned. Refresh the page and try again.": "Nie uda\u0142o si\u0119 przypi\u0105\u0107 tego wpisu. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", + "This post could not be reopened. Refresh the page and try again.": "Nie uda\u0142o si\u0119 otworzy\u0107 tego tematu. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", + "This post could not be unflagged for abuse. Refresh the page and try again.": "Nie uda\u0142o si\u0119 cofn\u0105\u0107 oflagowania tego wpisu jako nieodpowiedniego. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", + "This post could not be unpinned. Refresh the page and try again.": "Nie uda\u0142o si\u0119 odpi\u0105\u0107 tego wpisu. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", + "This problem could not be saved.": "Nie uda\u0142o si\u0119 zapisa\u0107 \u0107wiczenia.", + "This problem has already been released. Any changes will apply only to future assessments.": "To \u0107wiczenie zosta\u0142o ju\u017c opublikowane. Jakiekolwiek zmiany b\u0119d\u0105 obowi\u0105zywa\u0107 tylko dla przysz\u0142ych ocen.", + "This response could not be marked as an answer. Refresh the page and try again.": "Nie uda\u0142o si\u0119 oznaczy\u0107 tej odpowiedzi jako udzielonej odpowiedzi. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", + "This response could not be marked as endorsed. Refresh the page and try again.": "Nie uda\u0142o si\u0119 oznaczy\u0107 tej odpowiedzi jako zatwierdzonej. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", + "This response could not be saved.": "Nie uda\u0142o si\u0119 zapisa\u0107 tej odpowiedzi.", + "This response could not be submitted.": "Nie uda\u0142o si\u0119 wys\u0142a\u0107 tej odpowiedzi.", + "This response could not be unendorsed. Refresh the page and try again.": "Nie uda\u0142o si\u0119 odznaczy\u0107 tej odpowiedzi z bycia zatwierdzon\u0105 odpowiedzi\u0105. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", + "This response could not be unmarked as an answer. Refresh the page and try again.": "Nie uda\u0142o si\u0119 odznaczy\u0107 tej odpowiedzi z bycia udzielon\u0105 odpowiedzi\u0105. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", + "This response has been saved but not submitted.": "Ta odpowied\u017a zosta\u0142a zapisania, lecz nie zosta\u0142a wys\u0142ana.", + "This response has not been saved.": "Ta odpowied\u017a nie zosta\u0142a zapisana.", + "This role requires a divided discussions scheme.": "Ta rola wymaga schematu podzielonych dyskusji.", + "This section could not be loaded.": "Nie uda\u0142o si\u0119 wczyta\u0107 tej sekcji.", + "This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.": "Skr\u00f3cona nazwa typu zadania (np. PD lub \u015ar\u00f3d-s), kt\u00f3ra wy\u015bwietla si\u0119 obok zadania w dzienniku post\u0119p\u00f3w studenta.", + "This team does not have any members.": "Ten zesp\u00f3\u0142 nie ma \u017cadnych cz\u0142onk\u00f3w.", + "This team is full.": "Ten zesp\u00f3\u0142 jest zamkni\u0119ty.", + "This vote could not be processed. Refresh the page and try again.": "Nie uda\u0142o si\u0119 przes\u0142a\u0107 g\u0142osu. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", + "Thumbnail": "Miniatura", + "Thumbnail for {videoName}": "Miniatura dla {videoName}", + "Thumbnail view of ": "Ikonka pliku", + "Time Allotted (HH:MM):": "Wyznaczony czas (GG:MM):", + "Time Sent": "Czas wysy\u0142ki", + "Time Sent:": "Czas wysy\u0142ki:", + "Time Zone": "Strefa czasowa", + "Timed": "Z limitem czasu", + "Timed Transcript Conflict": "Konflikt transkrypcji", + "Timed Transcript Found": "Odnaleziono transkrypcj\u0119", + "Timed Transcript Uploaded Successfully": "Przesy\u0142anie transkrypcji zako\u0144czone pomy\u015blnie", + "Timed Transcript from %(filename)s": "Transkrypcja z pliku %(filename)s", + "Tips on taking a successful photo": "Jak powinno wygl\u0105da\u0107 prawid\u0142owo zrobione zdj\u0119cie?", + "Title ": "Tytu\u0142", + "Title of the signatory": "Tytu\u0142 sygnatariusza", + "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "Tytu\u0142y maj\u0105ce powy\u017cej 100 znak\u00f3w d\u0142ugo\u015bci mog\u0105 uniemo\u017cliwi\u0107 studentom wydrukowanie certyfikatu na pojedynczej stronie.", + "To access the course, select a session.": "Aby przej\u015b\u0107 do kursu, wybierz sesj\u0119.", + "To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.": "Aby upewni\u0107 si\u0119, \u017ce wszyscy studenci b\u0119d\u0105 mogli odtworzy\u0107 film, zalecamy dostarczenie wersji filmu w formatach .mp4 jak i .webm. Kliknij poni\u017cej, aby doda\u0107 odno\u015bnik do kolejnej wersji. Odno\u015bnik nie mo\u017ce prowadzi\u0107 do Youtube. Studentowi odtworzony zostanie pierwszy film kompatybilny z jego komputerem.", + "To complete the program, you must earn a verified certificate for each course.": "Aby uko\u0144czy\u0107 program, musisz uzyska\u0107 potwierdzony certyfikat z ka\u017cdego kursu.", + "To continue learning with this account, sign in below.": "Aby kontynuowa\u0107 nauk\u0119 za po\u015brednictwem tego konta, zaloguj si\u0119.", + "To finalize course credit, %(display_name)s requires %(platform_name)s learners to submit a credit request.": "W celu sfinalizowania procesu przyznawania punkt\u00f3w edukacyjnych, %(display_name)s wymaga od student\u00f3w %(platform_name)s przes\u0142ania zg\u0142oszenia \u017c\u0105dania przyznania punkt\u00f3w.", + "To invalidate a certificate for a particular learner, add the username or email address below.": "W celu uniewa\u017cnienia certyfikatu dla okre\u015blonego studenta, wprowad\u017a poni\u017cej jego nazw\u0119 u\u017cytkownika lub adres e-mail.", + "To receive a certificate, you must also verify your identity before {date}.": "Aby otrzyma\u0107 certyfikat, musisz r\u00f3wnie\u017c potwierdzi\u0107 swoj\u0105 to\u017csamo\u015b\u0107 przed {date}.", + "To receive a certificate, you must also verify your identity.": "Aby otrzyma\u0107 certyfikat, musisz r\u00f3wnie\u017c potwierdzi\u0107 swoj\u0105 to\u017csamo\u015b\u0107.", + "To receive credit for problems, you must select \"Submit\" for each problem before you select \"End My Exam\".": "Aby otrzyma\u0107 punkty za \u0107wiczenia, musisz klikn\u0105\u0107 \"Wy\u015blij\" dla ka\u017cdego pojedynczego \u0107wiczenia, zanim wybierzesz \"Zako\u0144cz m\u00f3j egzamin\".", + "To review learner cohort assignments or see the results of uploading a CSV file, download course profile information or cohort results on the {link_start}Data Download{link_end} page.": "Aby sprawdzi\u0107 przydzia\u0142 student\u00f3w do kohort lub pozna\u0107 efekty za\u0142adowania pliku CSV, pobierz informacje profilowe z kursu lub przegl\u0105d kohort ze strony {link_start}pobierania danych{link_end}.", + "To share your certificate on Mozilla Backpack, you must first have a Backpack account. Complete the following steps to add your certificate to Backpack.": "Aby podzieli\u0107 si\u0119 swoim certyfikatem w Mozilla Backpack, najpierw musisz posiada\u0107 konto w Backpack. Wykonaj poni\u017csze czynno\u015bci w celu dodania swojego certyfikatu do Backpack.", + "To take a successful photo, make sure that:": "Aby wykona\u0107 prawid\u0142owe zdj\u0119cie, upewnij si\u0119, \u017ce", + "To verify your identity, you need a webcam and a government-issued photo ID.": "Aby potwierdzi\u0107 to\u017csamo\u015b\u0107, potrzebujesz kamerki internetowej i dokumentu to\u017csamo\u015bci.", + "Today": "Dzisiaj", + "Toggle Notifications Setting": "Zmie\u0144 ustawienia powiadomie\u0144", + "Tomorrow": "Jutro", + "Topic": "Temat", + "Topics": "Tematy", + "Total": "Suma", + "Total Number": "Liczba w kursie", + "Total Responses": "Suma odpowiedzi", + "Training": "Trening", + "Transcript Fidelity": "Dok\u0142adno\u015b\u0107 transkrypcji", + "Transcript Languages": "J\u0119zyki transkrypcji", + "Transcript Provider": "Dostawca transkrypcji", + "Transcript Turnaround": "Czas przyg. transkrypcji", + "Transcripts": "Transkrypcje", + "Try the transaction again in a few minutes.": "Spr\u00f3buj dokona\u0107 transakcji za kilka minut.", + "Type": "Typ", + "Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "Wklej adres URL lub u\u017cyj przycisku \"Wybierz plik\", aby przes\u0142a\u0107 plik ze swojego komputera. (np. 'http://example.com/img/clouds.jpg')", + "Type into this box to filter down the list of available %s.": "Wpisz co\u015b tutaj, aby wyfiltrowa\u0107 list\u0119 dost\u0119pnych %s.", + "URL": "URL", + "Unable to determine whether we should give you a refund because of System Error. Please try again later.": "Z powodu b\u0142\u0119du systemu nie uda\u0142o si\u0119 okre\u015bli\u0107 zasadno\u015bci przyznania zwrotu. Prosz\u0119 spr\u00f3bowa\u0107 ponownie p\u00f3\u017aniej.", + "Unable to load": "Nie uda\u0142o si\u0119 wczyta\u0107", + "Unable to submit application": "Nie uda\u0142o si\u0119 przes\u0142a\u0107 zg\u0142oszenia", + "Undo (Ctrl+Z)": "Cofnij (Ctrl+Z)", + "Undo Changes": "Cofnij zmiany", + "Unexpected server error.": "Niespodziewany b\u0142\u0105d serwera.", + "Ungraded": "Nieoceniony", + "Unit": "Ekran", + "Unit Access": "Dost\u0119p do ekranu", + "Unit Name": "Nazwa lekcji", + "Unit Visibility": "Widoczno\u015b\u0107 ekranu", + "Units": "Lekcje", + "Unknown": "Nieznany", + "Unknown username: {user}": "Nieznana nazwa u\u017cytkownika: {user}", + "Unlink This Account": "Od\u0142\u0105cz to konto", + "Unlink your {accountName} account": "Od\u0142\u0105cz swoje konto {accountName}", + "Unlinking": "Roz\u0142\u0105czanie", + "Unnamed Option": "Bezimienna opcja", + "Unpublished changes to content that will release in the future": "Nieopublikowane zmiany w tre\u015bci, kt\u00f3ra zostanie udost\u0119pniona w przysz\u0142o\u015bci", + "Unpublished changes to live content": "Nieopublikowane zmiany w tre\u015bci b\u0119d\u0105cej w u\u017cyciu", + "Unpublished units will not be released": "Nieopublikowane ekrany nie zostan\u0105 udost\u0119pnione", + "Unscheduled": "Niezaplanowany", + "Update": "Edytuj", + "Update Settings": "Aktualizuj ustawienia", + "Update team.": "Aktualizuj zesp\u00f3\u0142", + "Updating Tags": "Aktualizowanie tag\u00f3w", + "Updating with latest library content": "Aktualizacja o najnowsz\u0105 tre\u015b\u0107 biblioteki", + "Upgrade All Remaining Courses (": "Zaktualizuj wszystkie pozosta\u0142e kursy (", + "Upgrade Deadline": "Ostateczny termin na p\u0142atny zapis", + "Upgrade to Verified": "Zmie\u0144 tryb kursu do poziomu zweryfikowanego", + "Upgrade to a Verified Certificate for {courseName}": "Podnie\u015b tryb do potwierdzonego certyfikatu kursu: {courseName}", + "Upload": "Prze\u015blij", + "Upload File": "Prze\u015blij plik", + "Upload File and Assign Students": "Prze\u015blij plik i przydziel student\u00f3w", + "Upload New .srt Transcript": "Prze\u015blij now\u0105 transkrypcj\u0119 .srt", + "Upload New File": "Prze\u015blij nowy plik", + "Upload New Transcript": "Prze\u015blij now\u0105 transkrypcj\u0119", + "Upload PDF": "Prze\u015blij PDF", + "Upload Photo": "Prze\u015blij zdj\u0119cie", + "Upload Signature Image": "Prze\u015blij zdj\u0119cie podpisu", + "Upload Videos": "Prze\u015blij filmy", + "Upload a CSV file": "Prze\u015blij plik CSV", + "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "Prze\u015blij plik (.csv) zawieraj\u0105cy oddzielone przecinkami nazwy u\u017cytkownik\u00f3w lub adresy e-mail student\u00f3w dodanych do wyj\u0105tk\u00f3w.", + "Upload an image": "Prze\u015blij zdj\u0119cie", + "Upload an image or capture one with your web or phone camera.": "Prze\u015blij zdj\u0119cie lub zr\u00f3b nowe u\u017cywaj\u0105c kamerki internetowej lub aparatu w telefonie.", + "Upload completed": "Przesy\u0142anie uko\u0144czone", + "Upload completed for video {fileName}": "Przesy\u0142anie uko\u0144czone dla pliku {fileName}", + "Upload failed": "Przesy\u0142anie nie powiod\u0142o si\u0119", + "Upload failed for video {fileName}": "Przesy\u0142anie nieudane dla pliku {fileName}", + "Upload instructor image.": "Prze\u015blij zdj\u0119cie prowadz\u0105cego", + "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "Przesy\u0142anie jest w toku. Aby unikn\u0105\u0107 b\u0142\u0119d\u00f3w, pozosta\u0144 na tej stronie a\u017c do zako\u0144czenia czynno\u015bci.", + "Upload signature image.": "Prze\u015blij zdj\u0119cie podpisu", + "Upload your banner image.": "Prze\u015blij banner", + "Upload your course image.": "Prze\u015blij zdj\u0119cie/grafik\u0119 swojego kursu.", + "Upload your first asset": "Prze\u015blij swoje pierwsze zasoby", + "Upload your video thumbnail image.": "Prze\u015blij grafik\u0119 - miniatur\u0119 filmu promocyjnego", + "Uploaded file issues. Click on \"+\" to view.": "Problem z przes\u0142anym plikiem. Kliknij na \"+\", aby dowiedzie\u0107 si\u0119 wi\u0119cej.", + "Uploading": "Przesy\u0142anie", + "Upset Learner": "Niezadowolony ucze\u0144", + "Use Current Transcript": "U\u017cyj istniej\u0105cej transkrypcji", + "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.": "Skorzystaj z pr\u00f3bnego egzaminu nadzorowanego w celu zaznajomienia student\u00f3w z jego narz\u0119dziami i procedurami. Wyniki pr\u00f3bnego egzaminu nie wp\u0142ywaj\u0105 na oceny studenta.", + "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "U\u017cyj egzaminu z limitem czasu, aby ograniczy\u0107 czas, jaki studenci mog\u0105 przeznaczy\u0107 na rozwi\u0105zywanie \u0107wicze\u0144. Studenci musz\u0105 przes\u0142a\u0107 odpowiedzi przed up\u0142ywem limitu czasu. Poprzez pulpit instruktora mo\u017cesz przyzna\u0107 wybranym studentom wi\u0119cej czasu.", + "Use as a Prerequisite": "U\u017cyj jako wymagania wst\u0119pnego", + "Use bookmarks to help you easily return to courseware pages. To bookmark a page, click \"Bookmark this page\" under the page title.": "U\u017cywaj zak\u0142adek w celu \u0142atwiejszego powrotu do wybranych stron kursu. Aby doda\u0107 stron\u0119 do zak\u0142adek, wybierz \"Dodaj do zak\u0142adek\" pod tytu\u0142em strony.", + "Use cohorts as the basis for dividing discussions. All learners, regardless of cohort, see the same discussion topics, but within divided topics, only members of the same cohort see and respond to each others\u2019 posts. ": "U\u017cywaj kohort jako podstawy do dzielenia dyskusji. Wszyscy studenci, niezale\u017cnie od ich kohorty, widz\u0105 te same tematy dyskusji, natomiast wpisy wewn\u0105trz podzielonych dyskusji widz\u0105 wy\u0142\u0105cznie studenci b\u0119d\u0105cy w tej samej kohorcie.", + "Use enrollment tracks as the basis for dividing discussions. All learners, regardless of their enrollment track, see the same discussion topics, but within divided topics, only learners who are in the same enrollment track see and respond to each others\u2019 posts.": "U\u017cywaj \u015bcie\u017cek kursu jako podstawy do dzielenia dyskusji. Wszyscy studenci, niezale\u017cnie od ich \u015bcie\u017cki, widz\u0105 te same tematy dyskusji, natomiast wpisy wewn\u0105trz podzielonych dyskusji widz\u0105 wy\u0142\u0105cznie studenci b\u0119d\u0105cy na tych samych \u015bcie\u017ckach kursu.", + "Use my institution/campus credentials": "U\u017cyj danych do logowania z mojej uczelni", + "Use the All Topics menu to find specific topics.": "U\u017cyj menu \"Wszystkie tematy\", aby znale\u017a\u0107 okre\u015blone tematy.", + "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "U\u017cyj kamerki internetowej, aby zrobi\u0107 zdj\u0119cie swojego dokumentu to\u017csamo\u015bci. Por\u00f3wnamy to zdj\u0119cie ze zdj\u0119ciem twojej twarzy oraz zweryfikujemy dane osobowe.", + "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "U\u017cyj kamerki internetowej, aby zrobi\u0107 zdj\u0119cie swojej twarzy. Por\u00f3wnamy to zdj\u0119cie ze zdj\u0119ciem w twoim dokumencie to\u017csamo\u015bci.", + "Used": "Wykorzystany", "Used in {count} location": [ - "W u\u017cyciu w {count} lokalizacji", - "W u\u017cyciu w {count} lokalizacjach", - "W u\u017cyciu w {count} lokalizacjach", + "W u\u017cyciu w {count} lokalizacji", + "W u\u017cyciu w {count} lokalizacjach", + "W u\u017cyciu w {count} lokalizacjach", "W u\u017cyciu w {count} lokalizacjach" - ], - "User Email": "Adres e-mail studenta", - "Username": "Nazwa u\u017cytkownika", - "Username or email address": "Nazwa u\u017cytkownika lub adres e-mail", - "Users must create and activate their account before they can be promoted to beta tester.": "U\u017cytkownicy musz\u0105 stworzy\u0107 i aktywowa\u0107 swoje konta, zanim b\u0119d\u0105 mogli zosta\u0107 dodani do grona beta tester\u00f3w.", - "Valid": "Aktywny", - "Validation Error": "B\u0142\u0105d walidacji", - "Validation Error While Saving": "B\u0142\u0105d walidacji w trakcie zapisu", - "Verification Checkpoint": "Punkt kontrolny weryfikacji", - "Verification Deadline": "Ostateczny termin weryfikacji", - "Verification checkpoint to be completed": "Punkt kontrolny weryfikacji do przej\u015bcia", - "Verified Certificate": "Certyfikat potwierdzony", - "Verified Certificate for {courseName}": "Potwierdzony Certyfikat kursu {courseName}", - "Verified Certificate upgrade": "Zg\u0142oszenie do potwierdzonego certyfikatu", - "Verified Status": "Status potwierdzony", - "Verified mode price": "Cena trybu potwierdzonego", - "Verify Now": "Potwierd\u017a teraz", - "Video Capture Error": "B\u0142\u0105d przechwytywania obrazu wideo", - "Video ID": "Identyfikator filmu", - "Video Source Language": "Oryginalny j\u0119zyk filmu", - "Video duration is {humanizeDuration}": "Czas trwania filmu wynosi {humanizeDuration}", - "Video image upload completed": "Przesy\u0142anie filmu zako\u0144czone", - "Video image upload started": "Przesy\u0142anie filmu rozpocz\u0119te", - "View": "Wy\u015bwietl", - "View %(span_start)s %(team_name)s %(span_end)s": "Wy\u015bwietl %(span_start)s %(team_name)s %(span_end)s", - "View Archived Course": "Wy\u015bwietl zarchiwizowany kurs", - "View Cohort": "Wy\u015bwietl kohort\u0119", - "View Course": "Wy\u015bwietl kurs", - "View Live": "Zobacz w dzia\u0142aniu", - "View Teams in the %(topic_name)s Topic": "Poka\u017c zespo\u0142y w temacie %(topic_name)s", - "View all errors": "Wy\u015bwietl wszystkie b\u0142\u0119dy", - "View child items": "Zobacz elementy poboczne", + ], + "User Email": "Adres e-mail studenta", + "Username": "Nazwa u\u017cytkownika", + "Username or email address": "Nazwa u\u017cytkownika lub adres e-mail", + "Users must create and activate their account before they can be promoted to beta tester.": "U\u017cytkownicy musz\u0105 stworzy\u0107 i aktywowa\u0107 swoje konta, zanim b\u0119d\u0105 mogli zosta\u0107 dodani do grona beta tester\u00f3w.", + "Valid": "Aktywny", + "Validation Error": "B\u0142\u0105d walidacji", + "Validation Error While Saving": "B\u0142\u0105d walidacji w trakcie zapisu", + "Verification Checkpoint": "Punkt kontrolny weryfikacji", + "Verification Deadline": "Ostateczny termin weryfikacji", + "Verification checkpoint to be completed": "Punkt kontrolny weryfikacji do przej\u015bcia", + "Verified Certificate": "Certyfikat potwierdzony", + "Verified Certificate for {courseName}": "Potwierdzony Certyfikat kursu {courseName}", + "Verified Certificate upgrade": "Zg\u0142oszenie do potwierdzonego certyfikatu", + "Verified Status": "Status potwierdzony", + "Verified mode price": "Cena trybu potwierdzonego", + "Verify Now": "Potwierd\u017a teraz", + "Video Capture Error": "B\u0142\u0105d przechwytywania obrazu wideo", + "Video ID": "Identyfikator filmu", + "Video Source Language": "Oryginalny j\u0119zyk filmu", + "Video duration is {humanizeDuration}": "Czas trwania filmu wynosi {humanizeDuration}", + "Video image upload completed": "Przesy\u0142anie filmu zako\u0144czone", + "Video image upload started": "Przesy\u0142anie filmu rozpocz\u0119te", + "View": "Wy\u015bwietl", + "View Archived Course": "Wy\u015bwietl zarchiwizowany kurs", + "View Cohort": "Wy\u015bwietl kohort\u0119", + "View Course": "Wy\u015bwietl kurs", + "View Live": "Zobacz w dzia\u0142aniu", + "View all errors": "Wy\u015bwietl wszystkie b\u0142\u0119dy", + "View child items": "Zobacz elementy poboczne", "Viewing %s course": [ - "Wy\u015bwietlanie %s kursu", - "Wy\u015bwietlanie %s kurs\u00f3w", - "Wy\u015bwietlanie %s kurs\u00f3w", + "Wy\u015bwietlanie %s kursu", + "Wy\u015bwietlanie %s kurs\u00f3w", + "Wy\u015bwietlanie %s kurs\u00f3w", "Wy\u015bwietlanie %s kurs\u00f3w" - ], - "Visibility": "Widoczno\u015b\u0107", - "Visible to Staff Only": "Widoczna tylko dla kadry", - "Vote for good posts and responses": "G\u0142osuj na dobre wpisy i odpowiedzi", - "Waiting": "Oczekuje", - "Want to confirm your identity later?": "Czy chcesz potwierdzi\u0107 swoj\u0105 to\u017csamo\u015b\u0107 p\u00f3\u017aniej?", - "Warning": "Ostrze\u017cenie", - "Warnings": "Ostrze\u017cenia", - "We ask you to activate your account to ensure it is really you creating the account and to prevent fraud.": "Prosimy ci\u0119 o aktywacj\u0119 konta w celu potwierdzenia, \u017ce to faktycznie ty pr\u00f3bujesz utworzy\u0107 konto oraz \u017ce tw\u00f3j adres e-mail nie zawiera b\u0142\u0119du.", - "We couldn't create your account.": "Nie uda\u0142o si\u0119 utworzy\u0107 twojego konta.", - "We couldn't find any results for \"%s\".": "Nie uda\u0142o si\u0119 znale\u017a\u0107 \u017cadnych wynik\u00f3w dla \"%s\".", - "We couldn't sign you in.": "Logowanie nie powiod\u0142o si\u0119.", - "We have encountered an error. Refresh your browser and then try again.": "Napotkali\u015bmy b\u0142\u0105d. Od\u015bwie\u017c przegl\u0105dark\u0119 i spr\u00f3buj jeszcze raz.", - "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "Otrzymali\u015bmy twoje dane i sprawdzimy je by potwierdzi\u0107 twoj\u0105 to\u017csamo\u015b\u0107. Na swoim pulpicie studenta znajdziesz wiadomo\u015b\u0107 gdy proces weryfikacyjny zostanie zako\u0144czony (zwykle w ci\u0105gu 1-2 dni). W mi\u0119dzyczasie mo\u017cesz bez przeszk\u00f3d korzysta\u0107 ze wszystkich materia\u0142\u00f3w kursowych.", - "We just need a little more information before you start learning with %(platformName)s.": "Potrzebujemy jeszcze nieco informacji zanim b\u0119dziesz m\u00f3g\u0142 rozpocz\u0105\u0107 nauk\u0119 w %(platformName)s.", - "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "U\u017cywamy najwy\u017cszych dost\u0119pnych poziom\u00f3w bezpiecze\u0144stwa w celu szyfrowania zdj\u0119\u0107 i przesy\u0142ania ich do sprawdzenia. Po zako\u0144czeniu czynno\u015bci weryfikacyjnych, twoje zdj\u0119cia i dane z dokumentu nie s\u0105 zapisywane ani widoczne gdziekolwiek na \u0142amach %(platformName)s.", - "We've encountered an error. Refresh your browser and then try again.": "Napotkali\u015bmy b\u0142\u0105d. Od\u015bwie\u017c przegl\u0105dark\u0119 i spr\u00f3buj ponownie.", - "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "Wys\u0142ali\u015bmy wiadomo\u015b\u0107 potwierdzaj\u0105c\u0105 na adres {new_email_address}. Kliknij \u0142\u0105cze znajduj\u0105ce si\u0119 w jej tre\u015bci, aby zaktualizowa\u0107 sw\u00f3j adres e-mail.", - "We've sent a message to {email}. Click the link in the message to reset your password. Didn't receive the message? Contact {anchorStart}technical support{anchorEnd}.": "Na adres {email} zosta\u0142a wys\u0142ana wiadomo\u015b\u0107. Kliknij w odno\u015bnik w wiadomo\u015bci, aby zresetowa\u0107 has\u0142o. Je\u015bli wiadomo\u015b\u0107 nie dotar\u0142a, skontaktuj si\u0119 z {anchorStart}pomoc\u0105 techniczn\u0105{anchorEnd}.", - "Web:": "Sie\u0107:", - "Webcam": "Kamerka internetowa", - "Weekly Highlight Emails": "Cotygodniowe e-maile podsumowuj\u0105ce", - "Weight of Total Grade": "Waga w ocenie ko\u0144cowej", - "What You Need for Verification": "Czego potrzebujesz do potwierdzenia to\u017csamo\u015bci", - "What does %(platformName)s do with this photo?": "W jaki spos\u00f3b %(platformName)s dba o bezpiecze\u0144stwo danych?", - "What does this mean?": "Co to oznacza?", - "What's Your Next Accomplishment?": "Co b\u0119dzie twoim kolejnym osi\u0105gni\u0119ciem?", - "When learners submit an answer to an assessment, they immediately see whether the answer is correct or incorrect, and the score received.": "W momencie kiedy studenci prze\u015bl\u0105 odpowied\u017a na zadanie, natychmiast widz\u0105, czy ich odpowied\u017a jest poprawna, czy b\u0142\u0119dna, a tak\u017ce uzyskany wynik.", - "When your face is in position, use the camera button {icon} below to take your photo.": "Kiedy b\u0119dziesz got\u00f3w, u\u017cyj przycisku {icon} aby zrobi\u0107 zdj\u0119cie.", - "Which timed transcript would you like to use?": "Kt\u00f3r\u0105 transkrypcj\u0119 chcesz wykorzysta\u0107?", - "Why activate?": "W jakim celu nale\u017cy aktywowa\u0107 konto?", - "Why does %(platformName)s need my photo?": "Dlaczego %(platformName)s potrzebuje mojego zdj\u0119cia?", - "Will Be Visible To:": "B\u0119dzie widoczna dla:", - "Would you like to sign in using your %(providerName)s credentials?": "Czy chcesz si\u0119 zalogowa\u0107 korzystaj\u0105c z systemu %(providerName)s?", - "Year of Birth": "Rok urodzenia", - "Yes, allow edits to the active Certificate": "Tak, pozw\u00f3l na edycj\u0119 aktywnego certyfikatu.", - "Yes, replace the edX transcript with the YouTube transcript": "Tak, zamie\u0144 transkrypcj\u0119 na transkrypcj\u0119 z YouTube", - "Yesterday": "Wczoraj", - "You already belong to another team.": "Ju\u017c nale\u017cysz do innego zespo\u0142u.", - "You already have an edX account with your {enterprise_name} email address.": "Istnieje ju\u017c konto przypisane do adresu e-mail z serwisu {enterprise_name}.", - "You are a member of this team.": "Jeste\u015b cz\u0142onkiem tego zespo\u0142u.", - "You are currently sharing a limited profile.": "Obecnie dzielisz si\u0119 ograniczonym profilem.", - "You are enrolling in: {courseName}": "Zapisujesz si\u0119 na kurs: {courseName}", - "You are not currently a member of any team.": "Nie jeste\u015b obecnie cz\u0142onkiem \u017cadnego zespo\u0142u.", - "You are not enrolled in any programs yet.": "Nie uczestniczysz jeszcze w \u017cadnym programie.", - "You are now enrolled as a verified student for:": "Jeste\u015b zapisany jako zweryfikowany student kursu:", - "You are sending an email message with the subject {subject} to the following recipients.": "Wysy\u0142asz wiadomo\u015b\u0107 e-mail o temacie \"{subject}\" do nast\u0119puj\u0105cych odbiorc\u00f3w:", - "You are upgrading your enrollment for: {courseName}": "Zmieniasz tryb kursu: {courseName}", - "You can change sessions until {expiration_date}.": "Mo\u017cesz dokona\u0107 zmiany sesji kursu do dn. {expiration_date}.", - "You can link your social media accounts to simplify signing in to {platform_name}.": "Mo\u017cesz po\u0142\u0105czy\u0107 profil z platformami spo\u0142eczno\u015bciowymi, co u\u0142atwi logowanie do {platform_name}.", - "You can no longer change sessions.": "Nie mo\u017cesz ju\u017c dokona\u0107 zmiany sesji kursu.", - "You can now enter your payment information and complete your enrollment.": "Mo\u017cesz teraz dokona\u0107 p\u0142atno\u015bci i dope\u0142ni\u0107 procedury rekrutacyjnej.", - "You can pay now even if you don't have the following items available, but you will need to have these by {date} to qualify to earn a Verified Certificate.": "Mo\u017cesz ju\u017c teraz dokona\u0107 zap\u0142aty nie dope\u0142niwszy jeszcze wszystkich formalno\u015bci, jednak w celu kwalifikowania si\u0119 do potwierdzonego certyfikatu, musisz zd\u0105\u017cy\u0107 ze spe\u0142nieniem wymaga\u0144 przed {date}.", - "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "Mo\u017cesz ju\u017c teraz dokona\u0107 zap\u0142aty nie dope\u0142niwszy jeszcze wszystkich formalno\u015bci, jednak w celu kwalifikowania si\u0119 do potwierdzonego certyfikatu, musisz spe\u0142ni\u0107 wszystkie wymagania.", - "You can remove members from this team, especially if they have not participated in the team's activity.": "Mo\u017cesz usun\u0105\u0107 poszczeg\u00f3lnych cz\u0142onk\u00f3w zespo\u0142u, szczeg\u00f3lnie je\u015bli nie bior\u0105 aktywnego udzia\u0142u.", - "You can upload files with these file types: ": "Mo\u017cesz wgra\u0107 pliki o nast\u0119puj\u0105cych formatach:", - "You can use your {accountName} account to sign in to your {platformName} account.": "Mo\u017cesz u\u017cywa\u0107 konta {accountName} do logowania si\u0119 do swojego konta w {platformName}.", - "You can view your information or unlink from {enterprise_name} anytime in your Account Settings.": "Mo\u017cesz przejrze\u0107 swoje dane lub od\u0142\u0105czy\u0107 konto {enterprise_name} z poziomu ustawie\u0144 w swoim profilu.", - "You cannot view the course as a student or beta tester before the course release date.": "Nie mo\u017cesz zobaczy\u0107 kursu jako student lub beta tester przed dat\u0105 udost\u0119pnienia kursu.", - "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "Dokona\u0142e\u015b zmiany adresu filmu, ale bez zmiany pliku transkrypcji. Czy chcesz korzysta\u0107 z istniej\u0105cej transkrypcji, czy wgra\u0107 nowy plik .srt?", - "You commented...": "Tw\u00f3j komentarz...", - "You could not be subscribed to this post. Refresh the page and try again.": "Nie uda\u0142o si\u0119 zasubskrybowa\u0107 tego wpisu. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", - "You could not be unsubscribed from this post. Refresh the page and try again.": "Nie uda\u0142o si\u0119 wy\u0142\u0105czy\u0107 subskrypcji tego wpisu. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", - "You currently have no cohorts configured": "Aktualnie nie posiadasz skonfigurowanych \u017cadnych kohort", - "You did not select a content group": "Nie wybrano grupy tre\u015bci", - "You don't seem to have Flash installed. Get Flash to continue your verification.": "Wygl\u0105da na to, \u017ce nie posiadasz zainstalowanego flasha. Zainstaluj flasha, aby kontynuowa\u0107 swoj\u0105 weryfikacj\u0119.", - "You don't seem to have a webcam connected.": "Wygl\u0105da na to, \u017ce nie masz pod\u0142\u0105czonej kamery internetowej.", - "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "Doda\u0142e\u015b kryterium. Musisz teraz wybra\u0107 opcj\u0119 dla kryterium z poziomu Szkolenia Studenta. Aby to zrobi\u0107, kliknij na Ustawienia.", - "You have already verified your ID!": "Ju\u017c potwierdzi\u0142e\u015b swoj\u0105 to\u017csamo\u015b\u0107!", - "You have been logged out of your edX account. Click Okay to log in again now. Click Cancel to stay on this page (you must log in again to save your work).": "Zosta\u0142e\u015b wylogowany ze swojego konta. Kliknij OK, aby zalogowa\u0107 si\u0119 ponownie. Kliknij anuluj, aby pozosta\u0107 na tej stronie (musisz zalogowa\u0107 si\u0119 ponownie, aby zapisa\u0107 swoj\u0105 prac\u0119).", - "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "Usun\u0105\u0142e\u015b kryterium. Tak wi\u0119c kryterium zosta\u0142o usuni\u0119te z przyk\u0142adowych odpowiedzi w Szkoleniu Studenta.", - "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "Usun\u0105\u0142e\u015b wszystkie opcje dla tego kryterium. Tak wi\u0119c kryterium zosta\u0142o usuni\u0119te z przyk\u0142adowych odpowiedzi w Szkoleniu Studenta.", - "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "Usun\u0105\u0142e\u015b opcj\u0119. Ta opcja zosta\u0142a usuni\u0119ta z kryterium w przyk\u0142adowych odpowiedziach w Szkoleniu Studenta. By\u0107 mo\u017ce musisz teraz wybra\u0107 now\u0105 opcj\u0119 dla tego kryterium.", - "You have done a dry run of force publishing the course. Nothing has changed. Had you run it, the following course versions would have been change.": "Dokona\u0142e\u015b pr\u00f3by wymuszonej publikacji kursu. Nie zasz\u0142a \u017cadna zmiana. W przypadku publikacji kursu dosz\u0142oby do nast\u0119puj\u0105cych zmian wersji kurs\u00f3w.", - "You have no handouts defined": "Nie posiadasz \u017cadnych notatek", - "You have not bookmarked any courseware pages yet": "Jeszcze nie doda\u0142e\u015b do zak\u0142adek \u017cadnych stron kursu.", - "You have not created any certificates yet.": "Nie stworzy\u0142e\u015b jeszcze \u017cadnych certyfikat\u00f3w.", - "You have not created any content groups yet.": "Nie stworzy\u0142e\u015b jeszcze \u017cadnej grupy tre\u015bci.", - "You have not created any group configurations yet.": "Nie stworzy\u0142e\u015b jeszcze \u017cadnych konfiguracji grupy.", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Wybrano akcj\u0119, lecz nie dokonano \u017cadnych zmian w polach. Prawdopodobnie szukasz przycisku \u201eWykonaj\u201d, a nie \u201eZapisz\u201d.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Wybrano akcj\u0119, lecz cz\u0119\u015b\u0107 zmian w polach nie zosta\u0142a zachowana. Kliknij OK, aby zapisa\u0107. Aby wykona\u0107 akcj\u0119, nale\u017cy j\u0105 ponownie uruchomi\u0107.", - "You have successfully signed into %(currentProvider)s, but your %(currentProvider)s account does not have a linked %(platformName)s account. To link your accounts, sign in now using your %(platformName)s password.": "Pomy\u015blnie zalogowa\u0142e\u015b si\u0119 do %(currentProvider)s, ale twoje konto %(currentProvider)s nie jest po\u0142\u0105czone z kontem w %(platformName)s. Aby po\u0142\u0105czy\u0107 konta, zaloguj si\u0119 u\u017cywaj\u0105c swojego has\u0142a w %(platformName)s.", - "You have successfully updated your goal.": "Pomy\u015blnie zaktualizowano cel nauki.", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Zmiany w niekt\u00f3rych polach nie zosta\u0142y zachowane. Po wykonaniu akcji, zmiany te zostan\u0105 utracone.", - "You haven't added any assets to this course yet.": "Jeszcze nie doda\u0142e\u015b \u017cadnych zasob\u00f3w do tego kursu.", - "You haven't added any content to this course yet.": "Jeszcze nie doda\u0142e\u015b \u017cadnej tre\u015bci do tego kursu.", - "You haven't added any textbooks to this course yet.": "Nie doda\u0142e\u015b jeszcze \u017cadnych podr\u0119cznik\u00f3w do tego kursu.", - "You must be over 13 to share a full profile. If you are over 13, make sure that you have specified a birth year on the {account_settings_page_link}": "Musisz mie\u0107 uko\u0144czone 13 lat, aby m\u00f3c udost\u0119pni\u0107 sw\u00f3j pe\u0142ny profil. Je\u015bli masz uko\u0144czone 13 lat, upewnij si\u0119, \u017ce wprowadzi\u0142e\u015b rok urodzenia w {account_settings_page_link}", - "You must enter a valid email address in order to add a new team member": "Musisz poda\u0107 prawid\u0142owy adres e-mail w celu dodania nowego cz\u0142onka kadry", - "You must provide a learner name.": "Musisz poda\u0107 nazw\u0119 ucz\u0105cego si\u0119.", - "You must select a session by {expiration_date} to access the course.": "Aby uzyska\u0107 dost\u0119p do kursu, do {expiration_date} musisz wybra\u0107 jego sesj\u0119.", - "You must select a session to access the course.": "Aby przej\u015b\u0107 do kursu, musisz wybra\u0107 dost\u0119pn\u0105 sesj\u0119.", - "You must sign out and sign back in before your language changes take effect.": "Musisz si\u0119 wylogowa\u0107 i ponownie zalogowa\u0107, aby zmiany j\u0119zykowe zacz\u0119\u0142y obowi\u0105zywa\u0107.", - "You must specify a name for the cohort": "Musisz okre\u015bli\u0107 nazw\u0119 tej kohorty", - "You must specify your birth year before you can share your full profile. To specify your birth year, go to the {account_settings_page_link}": "Przed udost\u0119pnieniem swojego pe\u0142nego profilu musisz poda\u0107 rok urodzenia. Aby wskaza\u0107 sw\u00f3j rok urodzenia, odwied\u017a {account_settings_page_link}", - "You need a computer that has a webcam. When you receive a browser prompt, make sure that you allow access to the camera.": "Musisz posiada\u0107 dost\u0119p do komputera wyposa\u017conego w kamerk\u0119 internetow\u0105. Gdy otrzymasz komunikat przez przegl\u0105dark\u0119, upewnij si\u0119, aby w\u0142\u0105czy\u0107 kamerk\u0119.", - "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "Potrzebujesz dowodu osobistego, paszportu lub innego oficjalnego dokumentu to\u017csamo\u015bci ze zdj\u0119ciem i twoim nazwiskiem.", - "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "Potrzebujesz dokumentu to\u017csamo\u015bci ze zdj\u0119ciem i danymi osobowymi. Zaakceptujemy dow\u00f3d osobisty, paszport, prawo jazdy lub inny oficjalny dokument.", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "Aby m\u00f3c zarejestrowa\u0107 si\u0119 na kursy, musisz najpierw aktywowa\u0107 swoje konto. Sprawd\u017a poczt\u0119 i odnajd\u017a e-mail z odno\u015bnikiem aktywacyjnym.", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "Przed zapisaniem si\u0119 na pierwszy kurs musisz aktywowa\u0107 swoje konto. Sprawd\u017a poczt\u0119 e-mail i znajd\u017a wiadomo\u015b\u0107 z instrukcj\u0105 aktywacji. Po jej dokonaniu wr\u00f3\u0107 i od\u015bwie\u017c t\u0119 stron\u0119.", - "You receive messages from {platform_name} and course teams at this address.": "Na ten adres otrzymujesz wiadomo\u015bci z {platform_name} i od prowadz\u0105cych kursy.", - "You still need to visit the %(display_name)s website to complete the credit process.": "Wci\u0105\u017c musisz odwiedzi\u0107 stron\u0119 %(display_name)s w celu dope\u0142nienia formalno\u015bci zwi\u0105zanych z przyznaniem punkt\u00f3w edukacyjnych.", - "You will be refunded the amount you paid.": "Zap\u0142acona kwota zostanie zwr\u00f3cona.", - "You will not be refunded the amount you paid.": "Zap\u0142acona kwota nie zostanie zwr\u00f3cona.", - "You will not receive notification for emails that bounce, so double-check your spelling.": "Nie otrzymasz powiadomie\u0144 na nieprawid\u0142owe adresy e-mail, dlatego raz jeszcze sprawd\u017a poprawno\u015b\u0107.", - "You will use your webcam to take a picture of your face and of your government-issued photo ID.": "Kamerki internetowej u\u017cyjesz do wykonania zdj\u0119cia swojej twarzy oraz zdj\u0119cia dokumentu to\u017csamo\u015bci.", - "You!": "Ty!", - "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "Wysy\u0142asz odpowied\u017a na zadanie. Po wys\u0142aniu nie b\u0119dziesz m\u00f3g\u0142 jej zmieni\u0107, ani wys\u0142a\u0107 nowej odpowiedzi.", - "You've made some changes": "Dokona\u0142e\u015b pewnych zmian", - "You've made some changes, but there are some errors": "Dokona\u0142e\u015b zmian, ale wyst\u0105pi\u0142y pewne b\u0142\u0119dy", - "You've successfully signed into %(currentProvider)s.": "Pomy\u015blnie zalogowa\u0142e\u015b si\u0119 do %(currentProvider)s.", - "Your ID must be a government-issued photo ID that clearly shows your face.": "Dokumentem to\u017csamo\u015bci musi by\u0107 dokument ze zdj\u0119ciem wydany przez dowoln\u0105 instytucj\u0119.", - "Your Program Journey": "Przebieg twojego programu", - "Your changes have been saved.": "Zmiany zosta\u0142y zapisane", - "Your changes have been saved. {details}": "Twoje zmiany zosta\u0142y zapisane. {details}", - "Your changes will not take effect until you save your progress.": "Zmiany nie zostan\u0105 wprowadzone dop\u00f3ki nie zapiszesz swojego post\u0119pu.", - "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "Zmiany nie zostan\u0105 wprowadzone dop\u00f3ki nie zapiszesz swojego post\u0119pu. Sprawdzanie poprawno\u015bci nie jest realizowane. Uwa\u017caj na formatowanie i warto\u015b\u0107 klucza.", - "Your course could not be exported to XML. There is not enough information to identify the failed component. Inspect your course to identify any problematic components and try again.": "Nie uda\u0142o si\u0119 wyeksportowa\u0107 twojego kursu do XML. Niewystarczaj\u0105co informacji do zidentyfikowania b\u0142\u0119dnego elementu. Sprawd\u017a sw\u00f3j kurs w celu znalezienia ewentualnych problematycznych element\u00f3w i spr\u00f3buj ponownie.", - "Your donation could not be submitted.": "Nie uda\u0142o si\u0119 przes\u0142a\u0107 twojej darowizny.", - "Your email message was successfully queued for sending. In courses with a large number of learners, email messages to learners might take up to an hour to be sent.": "Twoja wiadomo\u015b\u0107 e-mail zosta\u0142a z powodzeniem dodana do kolejki wysy\u0142ek. Dla kurs\u00f3w o du\u017cej liczbie student\u00f3w czas wysy\u0142ki mo\u017ce wynie\u015b\u0107 nawet oko\u0142o godziny.", - "Your entire face fits inside the frame.": "Ca\u0142a twoja twarz znajduje si\u0119 w ramie zdj\u0119cia.", - "Your export has failed.": "Twoje eksportowanie si\u0119 nie powiod\u0142o.", - "Your face is well-lit.": "Twoja twarz jest dobrze o\u015bwietlona.", - "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "Tw\u00f3j plik '{file}' zosta\u0142 przes\u0142any. Daj nam chwil\u0119 na przetworzenie.", - "Your file could not be uploaded": "Nie uda\u0142o si\u0119 przes\u0142a\u0107 twojego pliku", - "Your file has been deleted.": "Plik zosta\u0142 usuni\u0119ty", - "Your library could not be exported to XML. There is not enough information to identify the failed component. Inspect your library to identify any problematic components and try again.": "Nie uda\u0142o si\u0119 wyeksportowa\u0107 twojej biblioteki do XML. Niewystarczaj\u0105co informacji do zidentyfikowania b\u0142\u0119dnego elementu. Sprawd\u017a swoj\u0105 bibliotek\u0119 w celu znalezienia ewentualnych problematycznych element\u00f3w i spr\u00f3buj ponownie.", - "Your message cannot be blank.": "Wiadomo\u015b\u0107 nie mo\u017ce by\u0107 pusta.", - "Your message must have a subject.": "Wiadomo\u015b\u0107 musi mie\u0107 temat.", - "Your message must have at least one target.": "Twoja wiadomo\u015b\u0107 musi posiada\u0107 co najmniej jednego odbiorc\u0119.", - "Your policy changes have been saved.": "Twoje zmiany polityki zosta\u0142y zapisane.", - "Your post will be discarded.": "Tw\u00f3j wpis zostanie odrzucony.", - "Your profile settings are managed by {enterprise_name}. Contact your administrator or {link_start}edX Support{link_end} for help.": "Ustawienia twojego profilu s\u0105 obs\u0142ugiwane przez {enterprise_name}. Aby uzyska\u0107 pomoc, skontaktuj si\u0119 z administratorem lub {link_start}z centrum pomocy{link_end}.", - "Your request could not be completed due to a server problem. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "Nie uda\u0142o si\u0119 przetworzy\u0107 twojego \u017c\u0105dania z powodu b\u0142\u0119du serwera. Prze\u0142aduj stron\u0119 i spr\u00f3buj ponownie. Je\u015bli problem nie ust\u0105pi, odwied\u017a zak\u0142adk\u0119 \"Pomoc\" i zg\u0142o\u015b problem.", - "Your request could not be completed. Reload the page and try again.": "Nie uda\u0142o si\u0119 przetworzy\u0107 twojego \u017c\u0105dania.. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", - "Your request could not be completed. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "Nie uda\u0142o si\u0119 zrealizowa\u0107 twojego \u017c\u0105dania. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie. Je\u015bli problem nie ust\u0105pi, kliknij na menu pomocy i zg\u0142o\u015b b\u0142\u0105d.", - "Your request could not be processed. Refresh the page and try again.": "Nie uda\u0142o si\u0119 przetworzy\u0107 twojego \u017c\u0105dania. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", - "Your team could not be created.": "Nie uda\u0142o si\u0119 utworzy\u0107 twojego zespo\u0142u.", - "Your team could not be updated.": "Nie uda\u0142o si\u0119 zmodyfikowa\u0107 twojego zespo\u0142u.", - "Your unenrollment request could not be processed. Please try again later.": "Nie uda\u0142o si\u0119 przetworzy\u0107 \u017c\u0105dania wyrejestrowania z kursu. Prosz\u0119 spr\u00f3bowa\u0107 ponownie p\u00f3\u017aniej.", - "Your upload of '{file}' failed.": "Przesy\u0142anie pliku \"{file}\" nie powiod\u0142o si\u0119.", - "Your upload of '{file}' succeeded.": "Przesy\u0142anie pliku \"{file}\" powiod\u0142o si\u0119.", - "Your verification status is good until {verificationGoodUntil}.": "Tw\u00f3j stan weryfikacyjny jest wa\u017cny do {verificationGoodUntil}.", - "Your video uploads are not complete.": "Przesy\u0142anie twoich plik\u00f3w filmowych jest nieuko\u0144czone.", - "Your {program} Certificate": "Tw\u00f3j certyfikat programu {program}", - "Yourself": "Do siebie", - "Zoom In": "Powi\u0119ksz", - "Zoom Out": "Pomniejsz", - "[no tags]": "[brak tag\u00f3w]", - "and others": "i inni", - "anonymous": "anonimowy", - "bytes": "bajt\u00f3w", - "certificate": "certyfikat", - "close": "zamknij", - "component": "element", - "content group": "grupa tre\u015bci", - "course id": "identyfikator kursu", - "delete chapter": "usu\u0144 rozdzia\u0142", - "delete group": "usu\u0144 grup\u0119", - "details about the failure": "na temat szczeg\u00f3\u0142\u00f3w b\u0142\u0119du", - "dragging": "przeci\u0105ganie", - "dragging out of slider": "przeci\u0105ganie poza suwak", - "dropped in slider": "upuszczenie na suwak", - "dropped on target": "upuszczenie na cel", - "e.g. 'Sky with clouds'. The description is helpful for users who cannot see the image.": "np. 'Chmury na niebie'. Opis jest przydatny dla os\u00f3b, kt\u00f3re nie s\u0105 w stanie zobaczy\u0107 obrazu.", - "e.g. 'google'": "np. 'google'", - "e.g. 'http://google.com'": "np. 'http://google.com'", - "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "np. jankowalski@example.com, JanKowal, jankowalski@example.com", - "emphasized text": "Tekst wyr\u00f3\u017cniony", - "enter code here": "Wprowad\u017a kod", - "enter link description here": "Wprowad\u017a opis linku", - "for": "za", - "for {courseName}": "z kursu {courseName}", - "group configuration": "konfiguracja grupy", - "image omitted": "pomini\u0119ty obrazek", - "last activity": "ostatnia aktywno\u015b\u0107", - "minute": "minuta", - "minutes": "minut/y", - "name": "nazwa", - "one letter Friday\u0004F": "P", - "one letter Monday\u0004M": "P", - "one letter Saturday\u0004S": "S", - "one letter Sunday\u0004S": "N", - "one letter Thursday\u0004T": "C", - "one letter Tuesday\u0004T": "W", - "one letter Wednesday\u0004W": "\u015a", - "open slots": "wolne miejsca", - "or": "lub", - "or create a new one here": "lub w tym miejscu utw\u00f3rz nowe", - "or sign in with": "lub zaloguj si\u0119 przez", - "path/to/introductionToCookieBaking-CH{order}.pdf": "path/to/introductionToCookieBaking-CH{order}.pdf", - "price": "cena", - "provide the title/name of the chapter that will be used in navigating": "podaj tytu\u0142/nazw\u0119 rozdzia\u0142u, kt\u00f3ry zostanie u\u017cyty w nawigacji kursu", - "provide the title/name of the text book as you would like your students to see it": "wprowad\u017a tytu\u0142/nazw\u0119 podr\u0119cznika, pod jakim maj\u0105 go widzie\u0107 studenci", - "remove": "usu\u0144", - "remove all": "usu\u0144 wszystko", - "second": "sekunda", - "seconds": "sekund/y", - "send an email message to {email}": "wy\u015blij wiadomo\u015b\u0107 e-mail do {email}", - "strong text": "Tekst pogrubiony", - "team count": "wielko\u015b\u0107 zespo\u0142u", + ], + "Visibility": "Widoczno\u015b\u0107", + "Visible to Staff Only": "Widoczna tylko dla kadry", + "Vote for good posts and responses": "G\u0142osuj na dobre wpisy i odpowiedzi", + "Waiting": "Oczekuje", + "Want to confirm your identity later?": "Czy chcesz potwierdzi\u0107 swoj\u0105 to\u017csamo\u015b\u0107 p\u00f3\u017aniej?", + "Warning": "Ostrze\u017cenie", + "Warnings": "Ostrze\u017cenia", + "We ask you to activate your account to ensure it is really you creating the account and to prevent fraud.": "Prosimy ci\u0119 o aktywacj\u0119 konta w celu potwierdzenia, \u017ce to faktycznie ty pr\u00f3bujesz utworzy\u0107 konto oraz \u017ce tw\u00f3j adres e-mail nie zawiera b\u0142\u0119du.", + "We couldn't create your account.": "Nie uda\u0142o si\u0119 utworzy\u0107 twojego konta.", + "We couldn't find any results for \"%s\".": "Nie uda\u0142o si\u0119 znale\u017a\u0107 \u017cadnych wynik\u00f3w dla \"%s\".", + "We couldn't sign you in.": "Logowanie nie powiod\u0142o si\u0119.", + "We have encountered an error. Refresh your browser and then try again.": "Napotkali\u015bmy b\u0142\u0105d. Od\u015bwie\u017c przegl\u0105dark\u0119 i spr\u00f3buj jeszcze raz.", + "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "Otrzymali\u015bmy twoje dane i sprawdzimy je by potwierdzi\u0107 twoj\u0105 to\u017csamo\u015b\u0107. Na swoim pulpicie studenta znajdziesz wiadomo\u015b\u0107 gdy proces weryfikacyjny zostanie zako\u0144czony (zwykle w ci\u0105gu 1-2 dni). W mi\u0119dzyczasie mo\u017cesz bez przeszk\u00f3d korzysta\u0107 ze wszystkich materia\u0142\u00f3w kursowych.", + "We just need a little more information before you start learning with %(platformName)s.": "Potrzebujemy jeszcze nieco informacji zanim b\u0119dziesz m\u00f3g\u0142 rozpocz\u0105\u0107 nauk\u0119 w %(platformName)s.", + "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "U\u017cywamy najwy\u017cszych dost\u0119pnych poziom\u00f3w bezpiecze\u0144stwa w celu szyfrowania zdj\u0119\u0107 i przesy\u0142ania ich do sprawdzenia. Po zako\u0144czeniu czynno\u015bci weryfikacyjnych, twoje zdj\u0119cia i dane z dokumentu nie s\u0105 zapisywane ani widoczne gdziekolwiek na \u0142amach %(platformName)s.", + "We've encountered an error. Refresh your browser and then try again.": "Napotkali\u015bmy b\u0142\u0105d. Od\u015bwie\u017c przegl\u0105dark\u0119 i spr\u00f3buj ponownie.", + "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "Wys\u0142ali\u015bmy wiadomo\u015b\u0107 potwierdzaj\u0105c\u0105 na adres {new_email_address}. Kliknij \u0142\u0105cze znajduj\u0105ce si\u0119 w jej tre\u015bci, aby zaktualizowa\u0107 sw\u00f3j adres e-mail.", + "We've sent a message to {email}. Click the link in the message to reset your password. Didn't receive the message? Contact {anchorStart}technical support{anchorEnd}.": "Na adres {email} zosta\u0142a wys\u0142ana wiadomo\u015b\u0107. Kliknij w odno\u015bnik w wiadomo\u015bci, aby zresetowa\u0107 has\u0142o. Je\u015bli wiadomo\u015b\u0107 nie dotar\u0142a, skontaktuj si\u0119 z {anchorStart}pomoc\u0105 techniczn\u0105{anchorEnd}.", + "Web:": "Sie\u0107:", + "Webcam": "Kamerka internetowa", + "Weekly Highlight Emails": "Cotygodniowe e-maile podsumowuj\u0105ce", + "Weight of Total Grade": "Waga w ocenie ko\u0144cowej", + "What You Need for Verification": "Czego potrzebujesz do potwierdzenia to\u017csamo\u015bci", + "What does %(platformName)s do with this photo?": "W jaki spos\u00f3b %(platformName)s dba o bezpiecze\u0144stwo danych?", + "What does this mean?": "Co to oznacza?", + "What's Your Next Accomplishment?": "Co b\u0119dzie twoim kolejnym osi\u0105gni\u0119ciem?", + "When learners submit an answer to an assessment, they immediately see whether the answer is correct or incorrect, and the score received.": "W momencie kiedy studenci prze\u015bl\u0105 odpowied\u017a na zadanie, natychmiast widz\u0105, czy ich odpowied\u017a jest poprawna, czy b\u0142\u0119dna, a tak\u017ce uzyskany wynik.", + "Which timed transcript would you like to use?": "Kt\u00f3r\u0105 transkrypcj\u0119 chcesz wykorzysta\u0107?", + "Why activate?": "W jakim celu nale\u017cy aktywowa\u0107 konto?", + "Why does %(platformName)s need my photo?": "Dlaczego %(platformName)s potrzebuje mojego zdj\u0119cia?", + "Will Be Visible To:": "B\u0119dzie widoczna dla:", + "Would you like to sign in using your %(providerName)s credentials?": "Czy chcesz si\u0119 zalogowa\u0107 korzystaj\u0105c z systemu %(providerName)s?", + "Year of Birth": "Rok urodzenia", + "Yes, allow edits to the active Certificate": "Tak, pozw\u00f3l na edycj\u0119 aktywnego certyfikatu.", + "Yes, replace the edX transcript with the YouTube transcript": "Tak, zamie\u0144 transkrypcj\u0119 na transkrypcj\u0119 z YouTube", + "Yesterday": "Wczoraj", + "You already belong to another team.": "Ju\u017c nale\u017cysz do innego zespo\u0142u.", + "You already have an edX account with your {enterprise_name} email address.": "Istnieje ju\u017c konto przypisane do adresu e-mail z serwisu {enterprise_name}.", + "You are a member of this team.": "Jeste\u015b cz\u0142onkiem tego zespo\u0142u.", + "You are currently sharing a limited profile.": "Obecnie dzielisz si\u0119 ograniczonym profilem.", + "You are enrolling in: {courseName}": "Zapisujesz si\u0119 na kurs: {courseName}", + "You are not currently a member of any team.": "Nie jeste\u015b obecnie cz\u0142onkiem \u017cadnego zespo\u0142u.", + "You are not enrolled in any programs yet.": "Nie uczestniczysz jeszcze w \u017cadnym programie.", + "You are now enrolled as a verified student for:": "Jeste\u015b zapisany jako zweryfikowany student kursu:", + "You are sending an email message with the subject {subject} to the following recipients.": "Wysy\u0142asz wiadomo\u015b\u0107 e-mail o temacie \"{subject}\" do nast\u0119puj\u0105cych odbiorc\u00f3w:", + "You are upgrading your enrollment for: {courseName}": "Zmieniasz tryb kursu: {courseName}", + "You can change sessions until {expiration_date}.": "Mo\u017cesz dokona\u0107 zmiany sesji kursu do dn. {expiration_date}.", + "You can link your social media accounts to simplify signing in to {platform_name}.": "Mo\u017cesz po\u0142\u0105czy\u0107 profil z platformami spo\u0142eczno\u015bciowymi, co u\u0142atwi logowanie do {platform_name}.", + "You can no longer change sessions.": "Nie mo\u017cesz ju\u017c dokona\u0107 zmiany sesji kursu.", + "You can now enter your payment information and complete your enrollment.": "Mo\u017cesz teraz dokona\u0107 p\u0142atno\u015bci i dope\u0142ni\u0107 procedury rekrutacyjnej.", + "You can pay now even if you don't have the following items available, but you will need to have these by {date} to qualify to earn a Verified Certificate.": "Mo\u017cesz ju\u017c teraz dokona\u0107 zap\u0142aty nie dope\u0142niwszy jeszcze wszystkich formalno\u015bci, jednak w celu kwalifikowania si\u0119 do potwierdzonego certyfikatu, musisz zd\u0105\u017cy\u0107 ze spe\u0142nieniem wymaga\u0144 przed {date}.", + "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "Mo\u017cesz ju\u017c teraz dokona\u0107 zap\u0142aty nie dope\u0142niwszy jeszcze wszystkich formalno\u015bci, jednak w celu kwalifikowania si\u0119 do potwierdzonego certyfikatu, musisz spe\u0142ni\u0107 wszystkie wymagania.", + "You can remove members from this team, especially if they have not participated in the team's activity.": "Mo\u017cesz usun\u0105\u0107 poszczeg\u00f3lnych cz\u0142onk\u00f3w zespo\u0142u, szczeg\u00f3lnie je\u015bli nie bior\u0105 aktywnego udzia\u0142u.", + "You can upload files with these file types: ": "Mo\u017cesz wgra\u0107 pliki o nast\u0119puj\u0105cych formatach:", + "You can use your {accountName} account to sign in to your {platformName} account.": "Mo\u017cesz u\u017cywa\u0107 konta {accountName} do logowania si\u0119 do swojego konta w {platformName}.", + "You can view your information or unlink from {enterprise_name} anytime in your Account Settings.": "Mo\u017cesz przejrze\u0107 swoje dane lub od\u0142\u0105czy\u0107 konto {enterprise_name} z poziomu ustawie\u0144 w swoim profilu.", + "You cannot view the course as a student or beta tester before the course release date.": "Nie mo\u017cesz zobaczy\u0107 kursu jako student lub beta tester przed dat\u0105 udost\u0119pnienia kursu.", + "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "Dokona\u0142e\u015b zmiany adresu filmu, ale bez zmiany pliku transkrypcji. Czy chcesz korzysta\u0107 z istniej\u0105cej transkrypcji, czy wgra\u0107 nowy plik .srt?", + "You commented...": "Tw\u00f3j komentarz...", + "You could not be subscribed to this post. Refresh the page and try again.": "Nie uda\u0142o si\u0119 zasubskrybowa\u0107 tego wpisu. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", + "You could not be unsubscribed from this post. Refresh the page and try again.": "Nie uda\u0142o si\u0119 wy\u0142\u0105czy\u0107 subskrypcji tego wpisu. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", + "You currently have no cohorts configured": "Aktualnie nie posiadasz skonfigurowanych \u017cadnych kohort", + "You did not select a content group": "Nie wybrano grupy tre\u015bci", + "You don't seem to have Flash installed. Get Flash to continue your verification.": "Wygl\u0105da na to, \u017ce nie posiadasz zainstalowanego flasha. Zainstaluj flasha, aby kontynuowa\u0107 swoj\u0105 weryfikacj\u0119.", + "You don't seem to have a webcam connected.": "Wygl\u0105da na to, \u017ce nie masz pod\u0142\u0105czonej kamery internetowej.", + "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "Doda\u0142e\u015b kryterium. Musisz teraz wybra\u0107 opcj\u0119 dla kryterium z poziomu Szkolenia Studenta. Aby to zrobi\u0107, kliknij na Ustawienia.", + "You have already verified your ID!": "Ju\u017c potwierdzi\u0142e\u015b swoj\u0105 to\u017csamo\u015b\u0107!", + "You have been logged out of your edX account. Click Okay to log in again now. Click Cancel to stay on this page (you must log in again to save your work).": "Zosta\u0142e\u015b wylogowany ze swojego konta. Kliknij OK, aby zalogowa\u0107 si\u0119 ponownie. Kliknij anuluj, aby pozosta\u0107 na tej stronie (musisz zalogowa\u0107 si\u0119 ponownie, aby zapisa\u0107 swoj\u0105 prac\u0119).", + "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "Usun\u0105\u0142e\u015b kryterium. Tak wi\u0119c kryterium zosta\u0142o usuni\u0119te z przyk\u0142adowych odpowiedzi w Szkoleniu Studenta.", + "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "Usun\u0105\u0142e\u015b wszystkie opcje dla tego kryterium. Tak wi\u0119c kryterium zosta\u0142o usuni\u0119te z przyk\u0142adowych odpowiedzi w Szkoleniu Studenta.", + "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "Usun\u0105\u0142e\u015b opcj\u0119. Ta opcja zosta\u0142a usuni\u0119ta z kryterium w przyk\u0142adowych odpowiedziach w Szkoleniu Studenta. By\u0107 mo\u017ce musisz teraz wybra\u0107 now\u0105 opcj\u0119 dla tego kryterium.", + "You have done a dry run of force publishing the course. Nothing has changed. Had you run it, the following course versions would have been change.": "Dokona\u0142e\u015b pr\u00f3by wymuszonej publikacji kursu. Nie zasz\u0142a \u017cadna zmiana. W przypadku publikacji kursu dosz\u0142oby do nast\u0119puj\u0105cych zmian wersji kurs\u00f3w.", + "You have no handouts defined": "Nie posiadasz \u017cadnych notatek", + "You have not bookmarked any courseware pages yet": "Jeszcze nie doda\u0142e\u015b do zak\u0142adek \u017cadnych stron kursu.", + "You have not created any certificates yet.": "Nie stworzy\u0142e\u015b jeszcze \u017cadnych certyfikat\u00f3w.", + "You have not created any content groups yet.": "Nie stworzy\u0142e\u015b jeszcze \u017cadnej grupy tre\u015bci.", + "You have not created any group configurations yet.": "Nie stworzy\u0142e\u015b jeszcze \u017cadnych konfiguracji grupy.", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Wybrano akcj\u0119, lecz nie dokonano \u017cadnych zmian w polach. Prawdopodobnie szukasz przycisku \u201eWykonaj\u201d, a nie \u201eZapisz\u201d.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Wybrano akcj\u0119, lecz cz\u0119\u015b\u0107 zmian w polach nie zosta\u0142a zachowana. Kliknij OK, aby zapisa\u0107. Aby wykona\u0107 akcj\u0119, nale\u017cy j\u0105 ponownie uruchomi\u0107.", + "You have successfully signed into %(currentProvider)s, but your %(currentProvider)s account does not have a linked %(platformName)s account. To link your accounts, sign in now using your %(platformName)s password.": "Pomy\u015blnie zalogowa\u0142e\u015b si\u0119 do %(currentProvider)s, ale twoje konto %(currentProvider)s nie jest po\u0142\u0105czone z kontem w %(platformName)s. Aby po\u0142\u0105czy\u0107 konta, zaloguj si\u0119 u\u017cywaj\u0105c swojego has\u0142a w %(platformName)s.", + "You have successfully updated your goal.": "Pomy\u015blnie zaktualizowano cel nauki.", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Zmiany w niekt\u00f3rych polach nie zosta\u0142y zachowane. Po wykonaniu akcji, zmiany te zostan\u0105 utracone.", + "You haven't added any assets to this course yet.": "Jeszcze nie doda\u0142e\u015b \u017cadnych zasob\u00f3w do tego kursu.", + "You haven't added any content to this course yet.": "Jeszcze nie doda\u0142e\u015b \u017cadnej tre\u015bci do tego kursu.", + "You haven't added any textbooks to this course yet.": "Nie doda\u0142e\u015b jeszcze \u017cadnych podr\u0119cznik\u00f3w do tego kursu.", + "You must be over 13 to share a full profile. If you are over 13, make sure that you have specified a birth year on the {account_settings_page_link}": "Musisz mie\u0107 uko\u0144czone 13 lat, aby m\u00f3c udost\u0119pni\u0107 sw\u00f3j pe\u0142ny profil. Je\u015bli masz uko\u0144czone 13 lat, upewnij si\u0119, \u017ce wprowadzi\u0142e\u015b rok urodzenia w {account_settings_page_link}", + "You must enter a valid email address in order to add a new team member": "Musisz poda\u0107 prawid\u0142owy adres e-mail w celu dodania nowego cz\u0142onka kadry", + "You must provide a learner name.": "Musisz poda\u0107 nazw\u0119 ucz\u0105cego si\u0119.", + "You must select a session by {expiration_date} to access the course.": "Aby uzyska\u0107 dost\u0119p do kursu, do {expiration_date} musisz wybra\u0107 jego sesj\u0119.", + "You must select a session to access the course.": "Aby przej\u015b\u0107 do kursu, musisz wybra\u0107 dost\u0119pn\u0105 sesj\u0119.", + "You must sign out and sign back in before your language changes take effect.": "Musisz si\u0119 wylogowa\u0107 i ponownie zalogowa\u0107, aby zmiany j\u0119zykowe zacz\u0119\u0142y obowi\u0105zywa\u0107.", + "You must specify a name for the cohort": "Musisz okre\u015bli\u0107 nazw\u0119 tej kohorty", + "You must specify your birth year before you can share your full profile. To specify your birth year, go to the {account_settings_page_link}": "Przed udost\u0119pnieniem swojego pe\u0142nego profilu musisz poda\u0107 rok urodzenia. Aby wskaza\u0107 sw\u00f3j rok urodzenia, odwied\u017a {account_settings_page_link}", + "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "Potrzebujesz dowodu osobistego, paszportu lub innego oficjalnego dokumentu to\u017csamo\u015bci ze zdj\u0119ciem i twoim nazwiskiem.", + "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "Potrzebujesz dokumentu to\u017csamo\u015bci ze zdj\u0119ciem i danymi osobowymi. Zaakceptujemy dow\u00f3d osobisty, paszport, prawo jazdy lub inny oficjalny dokument.", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "Aby m\u00f3c zarejestrowa\u0107 si\u0119 na kursy, musisz najpierw aktywowa\u0107 swoje konto. Sprawd\u017a poczt\u0119 i odnajd\u017a e-mail z odno\u015bnikiem aktywacyjnym.", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "Przed zapisaniem si\u0119 na pierwszy kurs musisz aktywowa\u0107 swoje konto. Sprawd\u017a poczt\u0119 e-mail i znajd\u017a wiadomo\u015b\u0107 z instrukcj\u0105 aktywacji. Po jej dokonaniu wr\u00f3\u0107 i od\u015bwie\u017c t\u0119 stron\u0119.", + "You receive messages from {platform_name} and course teams at this address.": "Na ten adres otrzymujesz wiadomo\u015bci z {platform_name} i od prowadz\u0105cych kursy.", + "You still need to visit the %(display_name)s website to complete the credit process.": "Wci\u0105\u017c musisz odwiedzi\u0107 stron\u0119 %(display_name)s w celu dope\u0142nienia formalno\u015bci zwi\u0105zanych z przyznaniem punkt\u00f3w edukacyjnych.", + "You will be refunded the amount you paid.": "Zap\u0142acona kwota zostanie zwr\u00f3cona.", + "You will not be refunded the amount you paid.": "Zap\u0142acona kwota nie zostanie zwr\u00f3cona.", + "You will not receive notification for emails that bounce, so double-check your spelling.": "Nie otrzymasz powiadomie\u0144 na nieprawid\u0142owe adresy e-mail, dlatego raz jeszcze sprawd\u017a poprawno\u015b\u0107.", + "You will use your webcam to take a picture of your face and of your government-issued photo ID.": "Kamerki internetowej u\u017cyjesz do wykonania zdj\u0119cia swojej twarzy oraz zdj\u0119cia dokumentu to\u017csamo\u015bci.", + "You!": "Ty!", + "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "Wysy\u0142asz odpowied\u017a na zadanie. Po wys\u0142aniu nie b\u0119dziesz m\u00f3g\u0142 jej zmieni\u0107, ani wys\u0142a\u0107 nowej odpowiedzi.", + "You've made some changes": "Dokona\u0142e\u015b pewnych zmian", + "You've made some changes, but there are some errors": "Dokona\u0142e\u015b zmian, ale wyst\u0105pi\u0142y pewne b\u0142\u0119dy", + "You've successfully signed into %(currentProvider)s.": "Pomy\u015blnie zalogowa\u0142e\u015b si\u0119 do %(currentProvider)s.", + "Your ID must be a government-issued photo ID that clearly shows your face.": "Dokumentem to\u017csamo\u015bci musi by\u0107 dokument ze zdj\u0119ciem wydany przez dowoln\u0105 instytucj\u0119.", + "Your Program Journey": "Przebieg twojego programu", + "Your changes have been saved.": "Zmiany zosta\u0142y zapisane", + "Your changes have been saved. {details}": "Twoje zmiany zosta\u0142y zapisane. {details}", + "Your changes will not take effect until you save your progress.": "Zmiany nie zostan\u0105 wprowadzone dop\u00f3ki nie zapiszesz swojego post\u0119pu.", + "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "Zmiany nie zostan\u0105 wprowadzone dop\u00f3ki nie zapiszesz swojego post\u0119pu. Sprawdzanie poprawno\u015bci nie jest realizowane. Uwa\u017caj na formatowanie i warto\u015b\u0107 klucza.", + "Your course could not be exported to XML. There is not enough information to identify the failed component. Inspect your course to identify any problematic components and try again.": "Nie uda\u0142o si\u0119 wyeksportowa\u0107 twojego kursu do XML. Niewystarczaj\u0105co informacji do zidentyfikowania b\u0142\u0119dnego elementu. Sprawd\u017a sw\u00f3j kurs w celu znalezienia ewentualnych problematycznych element\u00f3w i spr\u00f3buj ponownie.", + "Your donation could not be submitted.": "Nie uda\u0142o si\u0119 przes\u0142a\u0107 twojej darowizny.", + "Your email message was successfully queued for sending. In courses with a large number of learners, email messages to learners might take up to an hour to be sent.": "Twoja wiadomo\u015b\u0107 e-mail zosta\u0142a z powodzeniem dodana do kolejki wysy\u0142ek. Dla kurs\u00f3w o du\u017cej liczbie student\u00f3w czas wysy\u0142ki mo\u017ce wynie\u015b\u0107 nawet oko\u0142o godziny.", + "Your entire face fits inside the frame.": "Ca\u0142a twoja twarz znajduje si\u0119 w ramie zdj\u0119cia.", + "Your export has failed.": "Twoje eksportowanie si\u0119 nie powiod\u0142o.", + "Your face is well-lit.": "Twoja twarz jest dobrze o\u015bwietlona.", + "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "Tw\u00f3j plik '{file}' zosta\u0142 przes\u0142any. Daj nam chwil\u0119 na przetworzenie.", + "Your file could not be uploaded": "Nie uda\u0142o si\u0119 przes\u0142a\u0107 twojego pliku", + "Your file has been deleted.": "Plik zosta\u0142 usuni\u0119ty", + "Your library could not be exported to XML. There is not enough information to identify the failed component. Inspect your library to identify any problematic components and try again.": "Nie uda\u0142o si\u0119 wyeksportowa\u0107 twojej biblioteki do XML. Niewystarczaj\u0105co informacji do zidentyfikowania b\u0142\u0119dnego elementu. Sprawd\u017a swoj\u0105 bibliotek\u0119 w celu znalezienia ewentualnych problematycznych element\u00f3w i spr\u00f3buj ponownie.", + "Your message cannot be blank.": "Wiadomo\u015b\u0107 nie mo\u017ce by\u0107 pusta.", + "Your message must have a subject.": "Wiadomo\u015b\u0107 musi mie\u0107 temat.", + "Your message must have at least one target.": "Twoja wiadomo\u015b\u0107 musi posiada\u0107 co najmniej jednego odbiorc\u0119.", + "Your policy changes have been saved.": "Twoje zmiany polityki zosta\u0142y zapisane.", + "Your post will be discarded.": "Tw\u00f3j wpis zostanie odrzucony.", + "Your profile settings are managed by {enterprise_name}. Contact your administrator or {link_start}edX Support{link_end} for help.": "Ustawienia twojego profilu s\u0105 obs\u0142ugiwane przez {enterprise_name}. Aby uzyska\u0107 pomoc, skontaktuj si\u0119 z administratorem lub {link_start}z centrum pomocy{link_end}.", + "Your request could not be completed due to a server problem. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "Nie uda\u0142o si\u0119 przetworzy\u0107 twojego \u017c\u0105dania z powodu b\u0142\u0119du serwera. Prze\u0142aduj stron\u0119 i spr\u00f3buj ponownie. Je\u015bli problem nie ust\u0105pi, odwied\u017a zak\u0142adk\u0119 \"Pomoc\" i zg\u0142o\u015b problem.", + "Your request could not be completed. Reload the page and try again.": "Nie uda\u0142o si\u0119 przetworzy\u0107 twojego \u017c\u0105dania.. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", + "Your request could not be completed. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "Nie uda\u0142o si\u0119 zrealizowa\u0107 twojego \u017c\u0105dania. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie. Je\u015bli problem nie ust\u0105pi, kliknij na menu pomocy i zg\u0142o\u015b b\u0142\u0105d.", + "Your request could not be processed. Refresh the page and try again.": "Nie uda\u0142o si\u0119 przetworzy\u0107 twojego \u017c\u0105dania. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie.", + "Your team could not be created.": "Nie uda\u0142o si\u0119 utworzy\u0107 twojego zespo\u0142u.", + "Your team could not be updated.": "Nie uda\u0142o si\u0119 zmodyfikowa\u0107 twojego zespo\u0142u.", + "Your unenrollment request could not be processed. Please try again later.": "Nie uda\u0142o si\u0119 przetworzy\u0107 \u017c\u0105dania wyrejestrowania z kursu. Prosz\u0119 spr\u00f3bowa\u0107 ponownie p\u00f3\u017aniej.", + "Your upload of '{file}' failed.": "Przesy\u0142anie pliku \"{file}\" nie powiod\u0142o si\u0119.", + "Your upload of '{file}' succeeded.": "Przesy\u0142anie pliku \"{file}\" powiod\u0142o si\u0119.", + "Your verification status is good until {verificationGoodUntil}.": "Tw\u00f3j stan weryfikacyjny jest wa\u017cny do {verificationGoodUntil}.", + "Your video uploads are not complete.": "Przesy\u0142anie twoich plik\u00f3w filmowych jest nieuko\u0144czone.", + "Your {program} Certificate": "Tw\u00f3j certyfikat programu {program}", + "Yourself": "Do siebie", + "Zoom In": "Powi\u0119ksz", + "Zoom Out": "Pomniejsz", + "[no tags]": "[brak tag\u00f3w]", + "and others": "i inni", + "anonymous": "anonimowy", + "bytes": "bajt\u00f3w", + "certificate": "certyfikat", + "close": "zamknij", + "component": "element", + "content group": "grupa tre\u015bci", + "course id": "identyfikator kursu", + "delete chapter": "usu\u0144 rozdzia\u0142", + "delete group": "usu\u0144 grup\u0119", + "details about the failure": "na temat szczeg\u00f3\u0142\u00f3w b\u0142\u0119du", + "dragging": "przeci\u0105ganie", + "dragging out of slider": "przeci\u0105ganie poza suwak", + "dropped in slider": "upuszczenie na suwak", + "dropped on target": "upuszczenie na cel", + "e.g. 'Sky with clouds'. The description is helpful for users who cannot see the image.": "np. 'Chmury na niebie'. Opis jest przydatny dla os\u00f3b, kt\u00f3re nie s\u0105 w stanie zobaczy\u0107 obrazu.", + "e.g. 'google'": "np. 'google'", + "e.g. 'http://google.com'": "np. 'http://google.com'", + "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "np. jankowalski@example.com, JanKowal, jankowalski@example.com", + "emphasized text": "Tekst wyr\u00f3\u017cniony", + "enter code here": "Wprowad\u017a kod", + "enter link description here": "Wprowad\u017a opis linku", + "for": "za", + "for {courseName}": "z kursu {courseName}", + "group configuration": "konfiguracja grupy", + "image omitted": "pomini\u0119ty obrazek", + "last activity": "ostatnia aktywno\u015b\u0107", + "minute": "minuta", + "minutes": "minut/y", + "name": "nazwa", + "one letter Friday\u0004F": "P", + "one letter Monday\u0004M": "P", + "one letter Saturday\u0004S": "S", + "one letter Sunday\u0004S": "N", + "one letter Thursday\u0004T": "C", + "one letter Tuesday\u0004T": "W", + "one letter Wednesday\u0004W": "\u015a", + "open slots": "wolne miejsca", + "or": "lub", + "or create a new one here": "lub w tym miejscu utw\u00f3rz nowe", + "or sign in with": "lub zaloguj si\u0119 przez", + "path/to/introductionToCookieBaking-CH{order}.pdf": "path/to/introductionToCookieBaking-CH{order}.pdf", + "price": "cena", + "provide the title/name of the chapter that will be used in navigating": "podaj tytu\u0142/nazw\u0119 rozdzia\u0142u, kt\u00f3ry zostanie u\u017cyty w nawigacji kursu", + "provide the title/name of the text book as you would like your students to see it": "wprowad\u017a tytu\u0142/nazw\u0119 podr\u0119cznika, pod jakim maj\u0105 go widzie\u0107 studenci", + "remove": "usu\u0144", + "remove all": "usu\u0144 wszystko", + "second": "sekunda", + "seconds": "sekund/y", + "send an email message to {email}": "wy\u015blij wiadomo\u015b\u0107 e-mail do {email}", + "strong text": "Tekst pogrubiony", + "team count": "wielko\u015b\u0107 zespo\u0142u", "there is currently {numVotes} vote": [ - "Zebrano dot\u0105d {numVotes} g\u0142os", - "Zebrano dot\u0105d {numVotes} g\u0142osy", - "Zebrano dot\u0105d {numVotes} g\u0142os\u00f3w", + "Zebrano dot\u0105d {numVotes} g\u0142os", + "Zebrano dot\u0105d {numVotes} g\u0142osy", + "Zebrano dot\u0105d {numVotes} g\u0142os\u00f3w", "Zebrano dot\u0105d {numVotes} g\u0142os\u00f3w" - ], - "toggle chapter %(displayName)s": "prze\u0142\u0105cz na rozdzia\u0142 %(displayName)s", - "toggle subsection %(displayName)s": "prze\u0142\u0105cz na rozdzia\u0142 %(displayName)s", - "unit": "ekran", - "upload a PDF file or provide the path to a Studio asset file": "prze\u015blij plik PDF lub podaj \u015bcie\u017ck\u0119 do pliku zasobu w Studio", - "username or email": "nazwa u\u017cytkownika lub adres e-mail", - "with %(release_date_from)s": "z %(release_date_from)s", - "with %(section_or_subsection)s": "wraz z %(section_or_subsection)s", - "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", - "{ReqTextSpanStart}Requirements{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{ReqTextSpanStart}Requirements{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", - "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start}Przegl\u0105daj zespo\u0142y w innych tematach{span_end} lub {search_span_start}przeszukaj zespo\u0142y{span_end} w tym temacie. Je\u015bli nie mo\u017cesz znale\u017a\u0107 zespo\u0142u dla siebie, {create_span_start}utw\u00f3rz nowy zesp\u00f3\u0142 w tym temacie{span_end}.", - "{categoryText} in {parentDisplayname}": "{categoryText} w {parentDisplayname}", - "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} of {maxCharacters}": "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} spo\u015br\u00f3d {maxCharacters}", - "{display_name} Settings": "Ustawienia {display_name}", - "{email}": "{email}", - "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} jest ju\u017c cz\u0142onkiem kadry {container}. Sprawd\u017a poprawno\u015b\u0107 adresu e-mail w celu dodania nowego cz\u0142onka kadry.", - "{filename} exceeds maximum size of {maxFileSizeInGB} GB.": "{filename} przekracza maksymalny dopuszczalny rozmiar {maxFileSizeInGB} GB.", - "{filename} is not in a supported file format. Supported file formats are {supportedFileFormats}.": "{filename} posiada niewspierany format pliku. Wspieranymi formatami plik\u00f3w s\u0105 {supportedFileFormats}.", - "{hours}:{minutes} (current UTC time)": "{hours}:{minutes} (aktualny czas UTC)", - "{maxWidth}x{maxHeight} pixels": "{maxWidth}x{maxHeight} pikseli", - "{minutes} {unit}": "{minutes} {unit}", + ], + "toggle chapter %(displayName)s": "prze\u0142\u0105cz na rozdzia\u0142 %(displayName)s", + "toggle subsection %(displayName)s": "prze\u0142\u0105cz na rozdzia\u0142 %(displayName)s", + "unit": "ekran", + "upload a PDF file or provide the path to a Studio asset file": "prze\u015blij plik PDF lub podaj \u015bcie\u017ck\u0119 do pliku zasobu w Studio", + "username or email": "nazwa u\u017cytkownika lub adres e-mail", + "with %(release_date_from)s": "z %(release_date_from)s", + "with %(section_or_subsection)s": "wraz z %(section_or_subsection)s", + "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", + "{ReqTextSpanStart}Requirements{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{ReqTextSpanStart}Requirements{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", + "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start}Przegl\u0105daj zespo\u0142y w innych tematach{span_end} lub {search_span_start}przeszukaj zespo\u0142y{span_end} w tym temacie. Je\u015bli nie mo\u017cesz znale\u017a\u0107 zespo\u0142u dla siebie, {create_span_start}utw\u00f3rz nowy zesp\u00f3\u0142 w tym temacie{span_end}.", + "{categoryText} in {parentDisplayname}": "{categoryText} w {parentDisplayname}", + "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} of {maxCharacters}": "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} spo\u015br\u00f3d {maxCharacters}", + "{display_name} Settings": "Ustawienia {display_name}", + "{email}": "{email}", + "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} jest ju\u017c cz\u0142onkiem kadry {container}. Sprawd\u017a poprawno\u015b\u0107 adresu e-mail w celu dodania nowego cz\u0142onka kadry.", + "{filename} exceeds maximum size of {maxFileSizeInGB} GB.": "{filename} przekracza maksymalny dopuszczalny rozmiar {maxFileSizeInGB} GB.", + "{filename} is not in a supported file format. Supported file formats are {supportedFileFormats}.": "{filename} posiada niewspierany format pliku. Wspieranymi formatami plik\u00f3w s\u0105 {supportedFileFormats}.", + "{hours}:{minutes} (current UTC time)": "{hours}:{minutes} (aktualny czas UTC)", + "{maxWidth}x{maxHeight} pixels": "{maxWidth}x{maxHeight} pikseli", + "{minutes} {unit}": "{minutes} {unit}", "{numMoved} learner was moved from {prevCohort}": [ - "{numMoved} student zosta\u0142 przeniesiony z kohorty {prevCohort}", - "{numMoved} student\u00f3w zosta\u0142o przeniesionych z kohorty {prevCohort}", - "{numMoved} student\u00f3w zosta\u0142o przeniesionych z kohorty {prevCohort}", + "{numMoved} student zosta\u0142 przeniesiony z kohorty {prevCohort}", + "{numMoved} student\u00f3w zosta\u0142o przeniesionych z kohorty {prevCohort}", + "{numMoved} student\u00f3w zosta\u0142o przeniesionych z kohorty {prevCohort}", "{numMoved} student\u00f3w zosta\u0142o przeniesionych z kohorty {prevCohort}" - ], + ], "{numPreassigned} learner was pre-assigned for this cohort. This learner will automatically be added to the cohort when they enroll in the course.": [ - "{numPreassigned} student zosta\u0142 wst\u0119pnie zapisany do tej kohorty. Po zapisaniu si\u0119 na kurs, student zostanie automatycznie przydzielony do tej kohorty.", - "{numPreassigned} student\u00f3w zosta\u0142o wst\u0119pnie zapisanych do tej kohorty. Po zapisaniu si\u0119 na kurs, studenci zostan\u0105 automatycznie przydzieleni do tej kohorty.", - "{numPreassigned} student\u00f3w zosta\u0142o wst\u0119pnie zapisanych do tej kohorty. Po zapisaniu si\u0119 na kurs, studenci zostan\u0105 automatycznie przydzieleni do tej kohorty.", + "{numPreassigned} student zosta\u0142 wst\u0119pnie zapisany do tej kohorty. Po zapisaniu si\u0119 na kurs, student zostanie automatycznie przydzielony do tej kohorty.", + "{numPreassigned} student\u00f3w zosta\u0142o wst\u0119pnie zapisanych do tej kohorty. Po zapisaniu si\u0119 na kurs, studenci zostan\u0105 automatycznie przydzieleni do tej kohorty.", + "{numPreassigned} student\u00f3w zosta\u0142o wst\u0119pnie zapisanych do tej kohorty. Po zapisaniu si\u0119 na kurs, studenci zostan\u0105 automatycznie przydzieleni do tej kohorty.", "{numPreassigned} student\u00f3w zosta\u0142o wst\u0119pnie zapisanych do tej kohorty. Po zapisaniu si\u0119 na kurs, studenci zostan\u0105 automatycznie przydzieleni do tej kohorty." - ], + ], "{numPresent} learner was already in the cohort": [ - "{numPresent} student znajdowa\u0142 si\u0119 ju\u017c w tej kohorcie.", - "{numPresent} student\u00f3w znajdowa\u0142o si\u0119 ju\u017c w tej kohorcie.", - "{numPresent} student\u00f3w znajdowa\u0142o si\u0119 ju\u017c w tej kohorcie.", + "{numPresent} student znajdowa\u0142 si\u0119 ju\u017c w tej kohorcie.", + "{numPresent} student\u00f3w znajdowa\u0142o si\u0119 ju\u017c w tej kohorcie.", + "{numPresent} student\u00f3w znajdowa\u0142o si\u0119 ju\u017c w tej kohorcie.", "{numPresent} student\u00f3w znajdowa\u0142o si\u0119 ju\u017c w tej kohorcie." - ], + ], "{numResponses} other response": [ - "{numResponses} inna odpowied\u017a", - "{numResponses} inne odpowiedzi", - "{numResponses} innych odpowiedzi", + "{numResponses} inna odpowied\u017a", + "{numResponses} inne odpowiedzi", + "{numResponses} innych odpowiedzi", "{numResponses} innych odpowiedzi" - ], + ], "{numResponses} response": [ - "{numResponses} odpowied\u017a", - "{numResponses} odpowiedzi", - "{numResponses} odpowiedzi", + "{numResponses} odpowied\u017a", + "{numResponses} odpowiedzi", + "{numResponses} odpowiedzi", "{numResponses} odpowiedzi" - ], + ], "{numUsersAdded} learner has been added to this cohort. ": [ - "{numUsersAdded} student zosta\u0142 dodany do tej kohorty.", - "{numUsersAdded} studenci zostali dodani do tej kohorty.", - "{numUsersAdded} student\u00f3w zosta\u0142o dodanych do tej kohorty.", + "{numUsersAdded} student zosta\u0142 dodany do tej kohorty.", + "{numUsersAdded} studenci zostali dodani do tej kohorty.", + "{numUsersAdded} student\u00f3w zosta\u0142o dodanych do tej kohorty.", "{numUsersAdded} student\u00f3w zosta\u0142o dodanych do tej kohorty." - ], + ], "{numVotes} Vote": [ - "{numVotes} g\u0142os", - "{numVotes} g\u0142osy", - "{numVotes} g\u0142os\u00f3w", + "{numVotes} g\u0142os", + "{numVotes} g\u0142osy", + "{numVotes} g\u0142os\u00f3w", "{numVotes} g\u0142os\u00f3w" - ], - "{organization}\\'s logo": "Logo \"{organization}\"", - "{screen_reader_start}Warning:{screen_reader_end} No content groups exist.": "{screen_reader_start}Uwaga:{screen_reader_end} Nie istniej\u0105 \u017cadne grupy tre\u015bci.", - "{screen_reader_start}Warning:{screen_reader_end} The previously selected content group was deleted. Select another content group.": "{screen_reader_start}Uwaga:{screen_reader_end} Uprzednio wybrana grupa tre\u015bci zosta\u0142a usuni\u0119ta. Wybierz inn\u0105 grup\u0119 tre\u015bci.", - "{seconds} {unit}": "{seconds} {unit}", - "{selectedProvider} credentials saved": "Dane {selectedProvider} zapisane", - "{sessionDates} (Open until {enrollmentEnd})": "{sessionDates} (Otwarte do {enrollmentEnd})", - "{sessionDates} - Currently Selected": "{sessionDates} - obecnie wybrana", + ], + "{organization}\\'s logo": "Logo \"{organization}\"", + "{screen_reader_start}Warning:{screen_reader_end} No content groups exist.": "{screen_reader_start}Uwaga:{screen_reader_end} Nie istniej\u0105 \u017cadne grupy tre\u015bci.", + "{screen_reader_start}Warning:{screen_reader_end} The previously selected content group was deleted. Select another content group.": "{screen_reader_start}Uwaga:{screen_reader_end} Uprzednio wybrana grupa tre\u015bci zosta\u0142a usuni\u0119ta. Wybierz inn\u0105 grup\u0119 tre\u015bci.", + "{seconds} {unit}": "{seconds} {unit}", + "{selectedProvider} credentials saved": "Dane {selectedProvider} zapisane", + "{sessionDates} (Open until {enrollmentEnd})": "{sessionDates} (Otwarte do {enrollmentEnd})", + "{sessionDates} - Currently Selected": "{sessionDates} - obecnie wybrana", "{total_results} result": [ - "{total_results} wynik", - "{total_results} wyniki", - "{total_results} wynik\u00f3w", + "{total_results} wynik", + "{total_results} wyniki", + "{total_results} wynik\u00f3w", "{total_results} wynik\u00f3w" - ], - "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}": "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}", - "{type} Progress": "{type} - post\u0119p", + ], + "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}": "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}", + "{type} Progress": "{type} - post\u0119p", "\u2026": "\u2026" }; for (var key in newcatalog) { @@ -1879,37 +1847,37 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "j E Y H:i", + "DATETIME_FORMAT": "j E Y H:i", "DATETIME_INPUT_FORMATS": [ - "%d.%m.%Y %H:%M:%S", - "%d.%m.%Y %H:%M:%S.%f", - "%d.%m.%Y %H:%M", - "%d.%m.%Y", - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", + "%d.%m.%Y %H:%M:%S", + "%d.%m.%Y %H:%M:%S.%f", + "%d.%m.%Y %H:%M", + "%d.%m.%Y", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", "%Y-%m-%d" - ], - "DATE_FORMAT": "j E Y", + ], + "DATE_FORMAT": "j E Y", "DATE_INPUT_FORMATS": [ - "%d.%m.%Y", - "%d.%m.%y", - "%y-%m-%d", + "%d.%m.%Y", + "%d.%m.%y", + "%y-%m-%d", "%Y-%m-%d" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "1", - "MONTH_DAY_FORMAT": "j F", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "d-m-Y H:i", - "SHORT_DATE_FORMAT": "d-m-Y", - "THOUSAND_SEPARATOR": "\u00a0", - "TIME_FORMAT": "H:i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "1", + "MONTH_DAY_FORMAT": "j F", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "d-m-Y H:i", + "SHORT_DATE_FORMAT": "d-m-Y", + "THOUSAND_SEPARATOR": "\u00a0", + "TIME_FORMAT": "H:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/pt-br/djangojs.js b/cms/static/js/i18n/pt-br/djangojs.js index e8239e8f9d..a1e672cf89 100644 --- a/cms/static/js/i18n/pt-br/djangojs.js +++ b/cms/static/js/i18n/pt-br/djangojs.js @@ -20,1100 +20,1081 @@ django.catalog = django.catalog || {}; var newcatalog = { - " learner does not exist in LMS and not added to the exception list": "aluno n\u00e3o existe no LMS e n\u00e3o est\u00e1 adicionado na lista de exce\u00e7\u00e3o", - " learner is successfully added to the exception list": "aluno \u00e9 adicionado com sucesso na lista de exce\u00e7\u00e3o", - " learners are successfully added to exception list": "alunos s\u00e3o adicionados com sucesso na lista de exce\u00e7\u00e3o", - "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", - "%(field)s can only contain up to %(count)d characters.": "%(field)s pode conter somente at\u00e9 %(count)d caracteres.", - "%(field)s must have at least %(count)d characters.": "%(field)s deve ter no m\u00ednimo %(count)d caracteres.", - "%(memberCount)s / %(maxMemberCount)s Member": [ - "%(memberCount)s / %(maxMemberCount)s membro", - "%(memberCount)s / %(maxMemberCount)s membros" - ], - "%(new_item_message)s": "%(new_item_message)s", + " learner does not exist in LMS and not added to the exception list": "aluno n\u00e3o existe no LMS e n\u00e3o est\u00e1 adicionado na lista de exce\u00e7\u00e3o", + " learner is successfully added to the exception list": "aluno \u00e9 adicionado com sucesso na lista de exce\u00e7\u00e3o", + " learners are successfully added to exception list": "alunos s\u00e3o adicionados com sucesso na lista de exce\u00e7\u00e3o", + "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", + "%(field)s can only contain up to %(count)d characters.": "%(field)s pode conter somente at\u00e9 %(count)d caracteres.", + "%(field)s must have at least %(count)d characters.": "%(field)s deve ter no m\u00ednimo %(count)d caracteres.", + "%(new_item_message)s": "%(new_item_message)s", "%(num_questions)s question": [ - "%(num_questions)s quest\u00e3o", + "%(num_questions)s quest\u00e3o", "%(num_questions)s quest\u00f5es" - ], + ], "%(num_students)s student": [ - "%(num_students)s estudante", + "%(num_students)s estudante", "%(num_students)s estudantes" - ], + ], "%(num_students)s student opened Subsection": [ - "%(num_students)s aluno abriu Subse\u00e7\u00e3o", + "%(num_students)s aluno abriu Subse\u00e7\u00e3o", "%(num_students)s alunos abriram a Subse\u00e7\u00e3o" - ], + ], "%(sel)s of %(cnt)s selected": [ - "%(sel)s de %(cnt)s selecionado", + "%(sel)s de %(cnt)s selecionado", "%(sel)s de %(cnt)s selecionados" - ], - "%(team_count)s Team": [ - "%(team_count)s equipe", - "%(team_count)s equipes" - ], - "%(type)s Component Template Menu": "%(type)s Menu de Modelos de Componentes", - "(Add signatories for a certificate)": "(Adicionar assinaturas para um certificado)", - "(Required Field)": "(Campo Obrigat\u00f3rio)", + ], + "%(type)s Component Template Menu": "%(type)s Menu de Modelos de Componentes", + "(Add signatories for a certificate)": "(Adicionar assinaturas para um certificado)", + "(Required Field)": "(Campo Obrigat\u00f3rio)", "(contains %(student_count)s student)": [ - "(cont\u00e9m %(student_count)s aluno)", + "(cont\u00e9m %(student_count)s aluno)", "(cont\u00e9m %(student_count)s alunos)" - ], - "- Sortable": "- Classific\u00e1veis", - "6 a.m.": "6 da manh\u00e3", - "6 p.m.": "6 da tarde", - "A driver's license, passport, or government-issued ID with your name and photo.": "Uma carteira de motorista, um passaporte ou um documento de identidade oficial com o seu nome e foto.", - "A driver's license, passport, or other government-issued ID with your name and photo": "Uma carteira de motorista, um passaporte ou outro documento de identidade oficial com o seu nome e foto", - "A list of courses you have just enrolled in as a verified student": "Lista de cursos para quais voc\u00ea se inscreveu como um aluno verificado", - "A name that identifies your team (maximum 255 characters).": "Um nome que identifique sua equipe (m\u00e1ximo de 255 caracteres).", - "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "Uma descri\u00e7\u00e3o concisa para divulgar para outros alunos os objetivos e metas da sua equipe (m\u00e1ximo de 300 caracteres). ", - "A valid email address is required": "\u00c9 preciso um endere\u00e7o de e-mail v\u00e1lido", - "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", - "Abbreviation": "Abrevia\u00e7\u00e3o", - "About You": "Sobre Voc\u00ea", - "Account Information": "Informa\u00e7\u00f5es da Conta", - "Account Not Activated": "Conta n\u00e3o ativada", - "Account Settings": "Configura\u00e7\u00f5es da Conta", - "Action": "A\u00e7\u00e3o", - "Actions": "A\u00e7\u00f5es", - "Activate": "Ativar", - "Activate Your Account": "Ativar a sua conta", - "Active Uploads": "Uploads ativos", - "Add": "Adicionar", - "Add Additional Signatory": "Adicionar signat\u00e1rio adicional", - "Add Cohort": "Adicionar Grupo", - "Add Component:": "Adicionar componente:", - "Add New Component": "Adicionar Novo Componente", - "Add URLs for additional versions": "Adicionar URLs para vers\u00f5es adicionais", - "Add a Chapter": "Adicionar um Cap\u00edtulo", - "Add a New Cohort": "Adicionar um novo grupo", - "Add another group": "Adicionar outro grupo", - "Add notes about this learner": "Adicionar coment\u00e1rios sobre esse aluno", - "Add to Exception List": "Adicionar a Lista de Exce\u00e7\u00e3o", - "Add your first content group": "Adicione seu primeiro grupo de conte\u00fado", - "Add your first group configuration": "Adicione sua primeira configura\u00e7\u00e3o de grupo", - "Add your first textbook": "Acrescentar seu primeiro livro-texto", - "Add {role} Access": "Adicionar acesso de {role}", - "Adding the selected course to your cart": "Adicionando o curso selecionado ao seu carrinho", - "Admin": "Administrador", - "Advanced": "Avan\u00e7ado", - "All Rights Reserved": "Todos direitos reservados", - "All Topics": "Todos os t\u00f3picos", - "All accounts were created successfully.": "Todas as contas foram criadas com sucesso.", - "All groups must have a name.": "Todos os grupos necessitam de um nome.", - "All groups must have a unique name.": "Todos os grupos devem conter apenas um \u00fanico nome. ", - "All payment options are currently unavailable.": "Todas as op\u00e7\u00f5es de pagamento est\u00e3o indispon\u00edveis no momento.", - "All professional education courses are fee-based, and require payment to complete the enrollment process.": "Todos os cursos de educa\u00e7\u00e3o profissional possuem uma taxa, e requerem o pagamento desta para completar o processo de inscri\u00e7\u00e3o.", - "All subsections": "Todas as subse\u00e7\u00f5es", - "All teams": "Todas as equipes", - "All topics": "Todos os t\u00f3picos", - "All units": "Todas as unidades", - "Allow students to generate certificates for this course?": "Permitir que os estudantes possam gerar certificados deste curso?", - "Already a course team member": "J\u00e1 \u00e9 um membro do grupo", - "Already a library team member": "Voc\u00ea j\u00e1 \u00e9 um membro da equipe de biblioteca", - "Already a member": "J\u00e1 \u00e9 um membro", - "Amount": "Quantidade", - "An error has occurred. Check your Internet connection and try again.": "Ocorreu um erro. Verifique sua conex\u00e3o de internet e tente novamente.", - "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "Ocorreu um erro. Certifique-se de que voc\u00ea est\u00e1 conectado \u00e0 internet e, em seguida, tente atualizar a p\u00e1gina.", - "An error has occurred. Please try again later.": "Ocorreu um erro. Por favor, tente novamente mais tarde.", - "An error has occurred. Please try again.": "Ocorreu um erro. Tente novamente.", - "An error has occurred. Please try reloading the page.": "Ocorreu um erro. Por favor, tente atualizar a p\u00e1gina.", - "An error has occurred. Refresh the page, and then try again.": "Ocorreu um erro. Atualize a p\u00e1gina e tente novamente.", - "An error has occurred. Try refreshing the page, or check your Internet connection.": "Ocorreu um erro. Tente recarregar a p\u00e1gina ou verifique sua conex\u00e3o de internet.", - "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "Houve um erro ao tentarmos recuperar seu e-mail. Tente de novo mais tarde e entre em contato com a equipe de suporte t\u00e9cnico se o problema continuar.", - "An error occurred while removing the member from the team. Try again.": "Ocorreu um erro ao remover o membro desta equipe. Tente novamente.", - "An error occurred. Make sure that the student's username or email address is correct and try again.": "Ocorreu um erro. Verifique se o nome de usu\u00e1rio do estudante ou o endere\u00e7o de e-mail est\u00e3o corretos e tente novamente.", - "An error occurred. Please reload the page.": "Um erro ocorreu. Por favor, recarregue a p\u00e1gina.", - "An error occurred. Please try again.": "Ocorreu um erro. Tente novamente.", - "An error occurred. Try again.": "Ocorreu um erro. Tente novamente.", - "An unexpected error occurred. Please try again.": "Ocorreu um erro inesperado. Tente novamente.", - "April": "Abril", - "Are you having trouble finding a team to join?": "Voc\u00ea est\u00e1 com problemas para encontrar uma equipe para fazer parte ?", - "Are you sure you want to delete this comment?": "Tem certeza de que deseja apagar este coment\u00e1rio?", - "Are you sure you want to delete this post?": "Voc\u00ea tem certeza de que deseja apagar esta publica\u00e7\u00e3o?", - "Are you sure you want to delete this response?": "Voc\u00ea tem certeza de que deseja apagar esta resposta?", - "Are you sure you want to delete this update?": "Voc\u00ea tem certeza de que deseja apagar essa atualiza\u00e7\u00e3o?", - "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "Voc\u00ea tem certeza de deseja apagar {email} da equipe do curso \u201c{container}\u201d?", - "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "Voc\u00ea tem certeza de que deseja apagar {email} da biblioteca \u201c{container}\u201d?", - "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "Voc\u00ea tem certeza que quer restringir o acesso de {email} \u00e0/ao \u201c{container}\u201d?", - "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "Voc\u00ea tem certeza de que deseja apagar este item? A opera\u00e7\u00e3o n\u00e3o pode ser revertida!\n\n\nAl\u00e9m disso, qualquer conte\u00fado que possua links ou se refira a este item n\u00e3o ir\u00e1 funcionar mais (ex.: imagens e/ou links quebrados) ", - "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "Como parte do processo de verifica\u00e7\u00e3o, voc\u00ea ir\u00e1 tirar uma foto tanto do seu rosto como de uma foto de documento oficial. Nosso servi\u00e7o de autoriza\u00e7\u00e3o confirma sua identidade ao comparar a foto que voc\u00ea tira com a foto no seu documento.", - "Assign students to cohorts by uploading a CSV file.": "Atribua alunos para os grupos carregando um arquivo CSV", - "Assignment Type Name": "Nome do Tipo de Tarefa", - "Associated Content Group": "Grupo de conte\u00fado relacionado", - "August": "Agosto", - "Automatic": "Autom\u00e1tico", - "Available %s": "%s dispon\u00edveis", - "Back to sign in": "Voltar para entrar", - "Back to {platform} FAQs": "Voltar para {platform} FAQs", - "Be sure your entire face is inside the frame": "Certifique-se que o seu rosto todo esteja dentro dos limites da borda", - "Before proceeding, please confirm that your details match": "Antes de prosseguir, confirme os seus dados", - "Before you upgrade to a certificate track, you must activate your account.": "Antes de atualizar seu certificado seguinte, voc\u00ea deve ativar sua conta.", - "Billed to": "Cobrar a", - "Blockquote": "Cita\u00e7\u00e3o em bloco", - "Blockquote (Ctrl+Q)": "Cita\u00e7\u00e3o em bloco (Ctrl+Q)", - "Bold (Ctrl+B)": "Negrito (Ctrl+B)", - "Bookmarked": "Adicionado a favoritos", - "Bookmarked on": "Adicionado aos favoritos em", - "Browse": "Navegar", - "Bulk Exceptions": "Exce\u00e7\u00f5es em massa", - "Bulleted List (Ctrl+U)": "Lista com marcadores (Ctrl+U)", - "Can we match the photo you took with the one on your ID?": "Podemos comparar a foto que voc\u00ea tirou com a do seu documento de identifica\u00e7\u00e3o?", - "Cancel": "Cancelar", - "Cancel enrollment code": "Cancelar c\u00f3digo de matr\u00edcula", - "Cancel team creating.": "Cancelar cria\u00e7\u00e3o de equipe.", - "Cancel team updating.": "Cancelar atualiza\u00e7\u00e3o de equipe.", - "Cannot delete when in use by a unit": "N\u00e3o pode ser deletado se estiver sendo utilizado por uma unidade", - "Cannot delete when in use by an experiment": "N\u00e3o pode ser apagada se estiver sendo utilizada numa experi\u00eancia", - "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "Cuidado: a \u00faltima vers\u00e3o publicada dessa unidade est\u00e1 no ar. Ao publicar modifica\u00e7\u00f5es voc\u00ea vai acabar alterando a experi\u00eancia dos alunos.", - "Certificate Details": "Detalhes do Certificado", - "Certificate Generated": "Certificado gerado", - "Certificate Information": "Informa\u00e7\u00f5es do Certificado", - "Certificate Name": "Nome do Certificado", - "Certificate Signatories": "Signat\u00e1rios do Certificado", - "Certificate Signatory Configuration": "Configura\u00e7\u00e3o de Signat\u00e1rios de Certificados", - "Certificate name is required.": "O nome do certificado \u00e9 obrigat\u00f3rio.", - "Change Enrollment": "Mudar matr\u00edcula", - "Change Manually": "Alterar manualmente", - "Change My Email Address": "Alterar meu endere\u00e7o de E-mail", - "Change image": "Trocar imagem", - "Changes to steps that are not selected as part of the assignment will not be saved.": "Altera\u00e7\u00f5es nos passos que n\u00e3o forem selecionados como parte da tarefa n\u00e3o ser\u00e3o salvas.", - "Chapter Asset": "Ativo do Cap\u00edtulo", - "Chapter Name": "Nome do Cap\u00edtulo", - "Chapter information": "Informa\u00e7\u00e3o do cap\u00edtulo", - "Check Your Email": "Verifique seu e-mail", - "Check the highlighted fields below and try again.": "Confira o campo em destaque antes e tente novamente.", - "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "Marque esta alternativa para receber um e-mail uma vez por dia com um resumo das novidades das publica\u00e7\u00f5es n\u00e3o lidas as quais voc\u00ea segue.", - "Check your email": "Verifique o seu e-mail", - "Check your email for an activation message.": "Verifique o e-mail recebido com uma mensagem de ativa\u00e7\u00e3o.", - "Checkout": "Pagar", - "Checkout with PayPal": "Pagar com PayPal", - "Checkout with {processor}": "Pagar com {processor}", - "Choose": "Escolher", - "Choose One": "Escolher um", - "Choose a .csv file": "Escolha um arquivo .csv", - "Choose a Date": "Escolha uma data", - "Choose a Time": "Escolha um hor\u00e1rio", - "Choose a content group to associate": "Selecione um grupo de conte\u00fado para se associar", - "Choose a time": "Escolha uma hora", - "Choose all": "Escolher todos", - "Choose mode": "Escolher modalidade", - "Choose one": "Escolha um", - "Choose your institution from the list below:": "Escolha sua Institui\u00e7\u00e3o na lista abaixo", - "Chosen %s": "%s escolhido(s)", - "Clear": "Limpar", - "Clear All": "Limpar Tudo", - "Clear Grading Due Date": "Limpar data limite para avalia\u00e7\u00e3o", - "Clear Release Date/Time": "Limpar data/hora de lan\u00e7amento", - "Clear Value": "Limpar Valor", - "Clear search": "Limpar pesquisa", - "Clear search results": "Limpar resultados da pesquisa", - "Click to add a new %(xblock_type)s": "Clique para adicionar um novo %(xblock_type)s", - "Click to change": "Clique para alterar", - "Click to choose all %s at once.": "Clique para escolher todos os %s de uma s\u00f3 vez", - "Click to edit": "Clique para editar", - "Click to remove all chosen %s at once.": "Clique para remover de uma s\u00f3 vez todos os %s escolhidos.", - "Close": "Fechar", - "Code": "C\u00f3digo", - "Code Sample (Ctrl+K)": "Amostra de c\u00f3digo (Ctrl+K)", - "Cohort Assignment Method": "M\u00e9todo de atribui\u00e7\u00e3o de grupo", - "Cohort Name": "Nome do grupo", - "Cohorts Disabled": "Agrupamento desabilitado", - "Cohorts Enabled": "Agrupamento habilitado", - "Collapse All": "Retrair Tudo", - "Collapse/Expand this %(xblock_type)s": "Reduzir/Expandir este %(xblock_type)s", - "Common Problem Types": "Tipos Comuns de Problemas", - "Configure": "Configurar", - "Confirm": "Confirmar", - "Confirm Timed Transcript": "Confirmar Transcri\u00e7\u00e3o Sincronizada", - "Congratulations! You are now verified on %(platformName)s!": "Parab\u00e9ns! Voc\u00ea foi verificado em %(platformName)s!", - "Contains staff only content": "Possui conte\u00fado vis\u00edvel apenas para a equipe", - "Content Group ID": "ID de Grupo de Conte\u00fado", - "Content Group Name": "Nome do Grupo de Conte\u00fado", - "Content-Specific Discussion Topics": "T\u00f3picos de discuss\u00e3o de Conte\u00fado Espec\u00edfico", - "Copy Email To Editor": "Copiar email ao editor", - "Correct failed component": "Corrigir falha de componente", - "Could not find users associated with the following identifiers:": "N\u00e3o foi poss\u00edvel localizar usu\u00e1rios associados aos seguintes identificadores:", - "Could not retrieve download url.": "N\u00e3o foi poss\u00edvel recuperar o url de download.", - "Could not retrieve payment information": "N\u00e3o foi poss\u00edvel recuperar a informa\u00e7\u00e3o de pagamento.", - "Could not retrieve upload url.": "N\u00e3o foi poss\u00edvel recuperar o url de upload.", - "Could not submit order": "N\u00e3o foi poss\u00edvel enviar seu pedido.", - "Could not submit photos": "N\u00e3o foi poss\u00edvel enviar fotos", - "Couldn't Save This Assignment": "N\u00e3o Foi Poss\u00edvel Salvar Esta Tarefa", - "Country": "Pa\u00eds", - "Country of residence": "Pa\u00eds de resid\u00eancia", - "Course Credit Requirements": "Exig\u00eancias de cr\u00e9ditos do curso.", - "Course End": "T\u00e9rmino do curso", - "Course Handouts": "Apostilas do Curso", - "Course ID": "ID do curso", - "Course Index": "\u00cdndice do curso", - "Course Key": "Chave do Curso", - "Course Number": "N\u00famero do curso", - "Course Number Override": "Substitu\u00e7\u00e3o do n\u00famero do curso", - "Course Start": "In\u00edcio do curso", - "Course Title": "T\u00edtulo do curso", - "Course Title Override": "Substitui\u00e7\u00e3o do T\u00edtulo do Curso", - "Course pacing cannot be changed once a course has started.": "Andamento do curso n\u00e3o pode ser alterado uma vez que j\u00e1 foi iniciado.", - "Course title": "T\u00edtulo do Curso", - "Course-Wide Discussion Topics": "T\u00f3picos de discuss\u00e3o do Curso Completo", - "Create": "Criar", - "Create Re-run": "Criar Reprise", - "Create a New Team": "Criar uma nova equipe", - "Create a content group": "Criar um grupo de conte\u00fado", - "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "Crie uma nova equipe caso voc\u00ea n\u00e3o encontre uma j\u00e1 existente ou queira aprender com outros amigos.", - "Create account using %(providerName)s.": "Criar uma conta usando %(providerName)s.", - "Create an account using": "Criar uma conta usando", - "Create team.": "Criar equipe.", - "Creating missing groups": "Criando grupos faltantes", - "Creative Commons licensed content, with terms as follow:": "Conte\u00fado sob licen\u00e7a Creative Commons, com os seguintes termos:", - "Criterion Added": "Crit\u00e9rio Adicionado", - "Criterion Deleted": "Crit\u00e9rio Apagado", - "Crossed out items have been refunded.": "Itens riscados tiveram seu valor reembolsado", - "Current Role:": "Papel Atual:", - "Current conversation": "Conversa atual", - "Current enrollment mode:": "Modo de matr\u00edcula atual", - "Current tab": "Aba atual", - "Date": "Data", - "Date Added": "Data Adicionada", - "Deactivate": "Desativar", - "December": "Dezembro", - "Default Timed Transcript": "Transcri\u00e7\u00e3o Sincronizada Padr\u00e3o", - "Delete": "Apagar", - "Delete \"<%= signatoryName %>\" from the list of signatories?": "Apagar \"<%= signatoryName %>\" da lista de emissores?", - "Delete File Confirmation": "Confirma\u00e7\u00e3o da exclus\u00e3o do arquivo", - "Delete Team": "Apagar equipe.", - "Delete student '<%- student_id %>'s state on problem '<%- problem_id %>'?": "Excluir status do aluno '<%- student_id %>' para o problema '<%- problem_id %>'?", - "Delete the user, {username}": "Deletar o usu\u00e1rio, {username}", - "Delete this %(item_display_name)s?": "Apagar este %(item_display_name)s?", - "Delete this asset": "Excluir este ativo", - "Delete this team?": "Apagar esta equipe?", - "Deleted Content Group": "Grupo de conte\u00fado deletado", - "Deleting a team is permanent and cannot be undone. All members are removed from the team, and team discussions can no longer be accessed.": "A exclus\u00e3o de uma equipe \u00e9 permanente e n\u00e3o pode ser desfeita. Todos os membros ser\u00e3o removidos da equipe, bem como todas as discuss\u00f5es. ", - "Deleting this %(item_display_name)s is permanent and cannot be undone.": "A exclus\u00e3o deste %(item_display_name)s \u00e9 permanente e n\u00e3o pode ser desfeita. ", - "Deprecated": "Obsoleto", - "Description": "Descri\u00e7\u00e3o", - "Description of the certificate": "Descri\u00e7\u00e3o do certificado", - "Discard Changes": "Descartar altera\u00e7\u00f5es", - "Display Name": "Exibir Nome", - "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "Voc\u00ea deseja permitir que o estudante ('{student_id}') pule o teste de admiss\u00e3o?", - "Do you want to replace the edX transcript with the YouTube transcript?": "Voc\u00ea quer substituir a transcri\u00e7\u00e3o do edX pela do YouTube?", - "Do you want to upload your file before submitting?": "Voc\u00ea deseja fazer upload de seu arquivo antes de enviar?", - "Does the name on your ID match your account name: %(fullName)s?": "O nome de sua identifica\u00e7\u00e3o correspondo ao nome de sua conta: %(fullName)s?", - "Does the photo of you match your ID photo?": "A foto a seguir \u00e9 a mesma foto de sua identidade?", - "Does the photo of you show your whole face?": "A sua foto escolhida exibe todo o seu rosto?", - "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "N\u00e3o v\u00ea sua fotografia? Certifique-se de permitir que o seu navegador utilize a c\u00e2mera quando ele pedir permiss\u00e3o.", - "Donate": "Doar", - "Double-check that your webcam is connected and working to continue.": "Certifique-se de que a sua webcam esteja conectada e funcionando para continuar.", - "Download": "Baixar", - "Download Transcript for Editing": "Baixar Transcri\u00e7\u00e3o para Edi\u00e7\u00e3o", - "Download URL": "Baixar URL ", - "Download available encodings (.csv)": "Baixe os encodings dispon\u00edveis (.csv)", - "Download the user's certificate": "Baixar certificado do usu\u00e1rio", - "Draft (Never published)": "Rascunho (Nunca publicado)", - "Draft (Unpublished changes)": "Rascunho (altera\u00e7\u00f5es n\u00e3o publicadas)", - "Drag to reorder": "Arraste para reordenar", - "Drop target image": "Soltar a imagem de destino", - "Due Date": "Prazo de Entrega", - "Due Date:": "Data de Vencimento", - "Due Time in UTC:": "Data limite em UTC", - "Due date cannot be before start date.": "Data de entrega n\u00e3o pode ser anterior \u00e0 data de in\u00edcio.", - "Due:": "Prazo final:", - "Duration (sec)": "Dura\u00e7\u00e3o (segundos)", - "EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.": "EdX n\u00e3o possui uma transcri\u00e7\u00e3o cronometrada para este v\u00eddeo no Studio, mas encontramos uma transcri\u00e7\u00e3o no YouTube. Voc\u00ea pode importar a transcri\u00e7\u00e3o presente no YouTube ou realizar o upload do seu pr\u00f3prio arquivo .srt .", - "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "O EdX n\u00e3o possui uma transcri\u00e7\u00e3o sincronizada para este v\u00eddeo. Por favor, fa\u00e7a o envio de um arquivo .srt", - "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "O EdX tem uma transcri\u00e7\u00e3o sincronizada para este v\u00eddeo. Se voc\u00ea deseja editar esta transcri\u00e7\u00e3o, voc\u00ea pode baixar, editar e re-enviar a transcri\u00e7\u00e3o existente. Se voc\u00ea quiser substituir essa transcri\u00e7\u00e3o, fa\u00e7a o envio de um novo arquivo de transcri\u00e7\u00e3o do tipo .srt.", - "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "EdX tem uma transcri\u00e7\u00e3o sincronizada para este v\u00eddeo. Se voc\u00ea quer substituir esta transcri\u00e7\u00e3o, fa\u00e7a o envio de um novo arquivo .srt. Se voc\u00ea deseja editar esta transcri\u00e7\u00e3o, voc\u00ea pode baixar, editar e reenviar a transcri\u00e7\u00e3o existente.", - "Edit %(display_name)s (required)": "Editar %(display_name)s (necess\u00e1rio)", - "Edit Membership": "Editar assinatura.", - "Edit Team": "Editar equipe", - "Edit Your Name": "Edite o seu nome", - "Edit this certificate?": "Gostaria de editar este certificado?", - "Editable": "Edit\u00e1vel", - "Education Completed": "Educa\u00e7\u00e3o completada.", - "Email": "E-mail", - "Email address": "Endere\u00e7o de e-mail", - "Emails successfully sent. The following users are no longer enrolled in the course:": "E-mails enviados corretamente. Os seguintes usu\u00e1rios n\u00e3o est\u00e3o mais inscritos no curso:", - "Enable Cohorts": "Habilitar grupos", - "End My Exam": "Finalizar minha avalia\u00e7\u00e3o", - "Engage with posts": "Participar das publica\u00e7\u00f5es", - "Enrolling you in the selected course": "Inscrevendo-o no curso selecionado", - "Enrollment Date": "Data de Inscri\u00e7\u00e3o", - "Enrollment Mode": "Modo de matr\u00edcula", - "Ensure that you can see your photo and read your name": "Certifique-se que tanto a foto como o nome estejam n\u00edtidos e identific\u00e1veis", - "Enter Due Date and Time": "Informe a data e o hor\u00e1rio de entrega", - "Enter Start Date and Time": "Informe a data e o hor\u00e1rio de in\u00edcio", - "Enter a student's username or email address.": "Insira o nome de usu\u00e1rio do aluno ou endere\u00e7o de e-mail.", - "Enter a username or email.": "Insira um nome de usu\u00e1rio ou e-mail", - "Enter information to describe your team. You cannot change these details after you create the team.": "D\u00ea informa\u00e7\u00f5es para descrever sua equipe. Voc\u00ea n\u00e3o pode mudar estes detalhes ap\u00f3s a cria\u00e7\u00e3o da equipe.", - "Enter team description.": "Insira a descri\u00e7\u00e3o da equipe.", - "Enter team name.": "Insira o nome da equipe.", - "Enter the enrollment code.": "Insira o c\u00f3digo de matr\u00edcula.", - "Enter the name of the cohort": "Digite o nome do grupo", - "Enter the page number you'd like to quickly navigate to.": "Entre com o n\u00famero da p\u00e1gina que voc\u00ea gostaria de acessar rapidamente", - "Enter the username or email address of each learner that you want to add as an exception.": "Informe o nome de usu\u00e1rio ou endere\u00e7o de e-mail de cada aluno que voc\u00ea deseja adicionar como uma exce\u00e7\u00e3o.", - "Enter username or email": "Digite um nome de usu\u00e1rio ou email", - "Entrance exam attempts is being reset for student '{student_id}'.": "Zerando n\u00famero de tentativas de Exame de Admiss\u00e3o para o aluno '{student_id}'.", - "Entrance exam state is being deleted for student '{student_id}'.": "O Exame de admiss\u00e3o do aluno '{student_id}' est\u00e1 sendo apagado.", - "Error": "Erro", - "Error adding user": "Erro ao adicionar um usu\u00e1rio", - "Error adding/removing users as beta testers.": "Erro ao adicionar/excluir usu\u00e1rios como testadores beta.", - "Error changing user's permissions.": "Erro ao alterar as permiss\u00f5es do usu\u00e1rio.", - "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "Erro ao excluir status do Exame de Admiss\u00e3o do aluno '{student_id}'. Tenha certeza que a identifica\u00e7\u00e3o do aluno est\u00e1 correta.", - "Error enrolling/unenrolling users.": "Erro ao fazer inscri\u00e7\u00e3o/cancelar inscri\u00e7\u00e3o de usu\u00e1rios.", - "Error generating grades. Please try again.": "Erro ao gerar notas. Por favor, tente novamente.", - "Error generating list of students who may enroll. Please try again.": "Ocorreu um erro ao gerar a lista de estudantes que podem matricular-se. Tente novamente.", - "Error generating problem grade report. Please try again.": "Erro ao gerar o relat\u00f3rio de notas. Por favor, tente novamente.", - "Error generating proctored exam results. Please try again.": "Erro ao obter resultado dos exames supervisionados. Por favor, tente novamente.", - "Error generating student profile information. Please try again.": "Ocorreu um erro ao gerar as informa\u00e7\u00f5es do perfil do estudante. Por favor, tente novamente.", - "Error generating survey results. Please try again.": "Erro ao gerar resultados de pesquisa. Tente novamente.", - "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "Erro ao obter o hist\u00f3rico de tarefas de Exame de Admiss\u00e3o para o aluno '{student_id}'. Tenha certeza que a identifica\u00e7\u00e3o do aluno est\u00e1 correta.", - "Error getting issued certificates list.": "Erro ao obter lista de certificados emitidos.", - "Error getting student list.": "Ocorreu um erro ao obter a lista de alunos.", - "Error getting student progress url for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "Erro ao obter o url de progresso do aluno '<%- student_id %>'. Certifique-se que o identificador de estudante esteja escrito corretamente.", - "Error getting the number of ungraded responses": "Erro ao obter o n\u00famero de respostas n\u00e3o corrigidas.", - "Error listing task history for this student and problem.": "Houve um erro ao listar o hist\u00f3rico de tarefas para este aluno e problema.", - "Error removing user": "Erro ao remover usu\u00e1rio", - "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "Erro ao zerar o n\u00famero de tentativas do Exame de Admiss\u00e3o para o aluno '{student_id}'. Tenha certeza que a identifica\u00e7\u00e3o do aluno est\u00e1 correta.", - "Error resetting problem attempts for problem '<%= problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "Houve um erro ao zerar as tentativas do problema '<%= problem_id %>' para o aluno '<%- student_id %>'. Certifique-se que o identificador do problema e do aluno estejam corretos.", - "Error retrieving grading configuration.": "Erro ao recuperar a configura\u00e7\u00e3o para a avalia\u00e7\u00e3o.", - "Error sending email.": "Erro ao enviar o e-mail.", - "Error starting a task to override score for problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the score and the problem and student identifiers are complete and correct.": "Erro ao iniciar uma tarefa para substituir a pontua\u00e7\u00e3o do problema '<%- problem_id %>' para aluno '<%- student_id %>'. Certifique-se de que a pontua\u00e7\u00e3o e o problema e os identificadores dos alunos estejam completos e corretos.", - "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "Erro ao iniciar uma tarefa pra reavaliar o Exame de Admiss\u00e3o do aluno '{student_id}'. Tenha certeza de que o Exame de Admiss\u00e3o tenha quest\u00f5es nele e que o identificador do aluno seja correto.", - "Error while generating certificates. Please try again.": "Erro durante a gera\u00e7\u00e3o de certificados. Por favor, tente novamente.", - "Error while regenerating certificates. Please try again.": "Erro ao tentar recuperar os certificados. Por favor. tente novamente.", - "Error.": "Erro.", - "Error:": "Erro:", - "Error: You cannot remove yourself from the Instructor group!": "Erro: voc\u00ea n\u00e3o pode se excluir do grupo de Instrutores!", - "Errors": "Erros", - "Exception Granted": "Exce\u00e7\u00e3o autorizada", - "Expand All": "Expandir Tudo", - "Explain if other.": "Explique se outro", - "Explore your course!": "Explore seu curso!", - "February": "Fevereiro", - "File Name": "Nome do arquivo", - "File type is not allowed.": "Tipo de arquivo n\u00e3o permitido.", - "File types can not be empty.": "Tipo de arquivo n\u00e3o pode estar vazio.", - "File upload succeeded": "Arquivo enviado com sucesso", - "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "O arquivo {filename} excede o tamanho m\u00e1ximo de {maxFileSizeInMBs} MB", - "Files must be in JPEG or PNG format.": "Os arquivos devem estar nos formatos JPEG ou PNG.", - "Filter": "Filtro", - "Financial Assistance": "Assist\u00eancia Financeira", - "Financial Assistance Application": "Aplica\u00e7\u00e3o de assist\u00eancia financeira", - "Find discussions": "Encontrar discuss\u00f5es", - "Frequently Asked Questions": "Perguntas frequentes", - "Full Name": "Nome completo", - "Fullscreen": "Tela cheia", - "Gender": "Sexo", - "Generate": "Emitir", - "Generate Exception Certificates": "Gerar certificados de exce\u00e7\u00e3o", - "Generate the user's certificate": "Emitir certificado do usu\u00e1rio", - "Get Credit": "Obter Cr\u00e9dito", - "Go to Dashboard": "Ir para a P\u00e1gina Inicial", - "Go to your Dashboard": "Ir para o seu Painel de controle", - "Government-Issued Photo ID": "Foto de um documento de identidade oficial", - "Grace period must be specified in HH:MM format.": "O prazo de toler\u00e2ncia deve ser especificado no formato HH:MM. ", - "Grade": "Nota", - "Grade as:": "Avaliar como:", - "Graded as:": "Avaliado como:", - "Grading": "Avaliando", - "Group %s": "Grupo %s", - "Group A": "Grupo A", - "Group B": "Grupo B", - "Group Configuration ID": "ID da Configura\u00e7\u00e3o do Grupo", - "Group Configuration Name": "Nome da Configura\u00e7\u00e3o do Grupo", - "Group Configuration information": "Informa\u00e7\u00f5es de Configura\u00e7\u00e3o de Grupo", - "Group Configuration name is required.": "Necess\u00e1rio um nome para a Configura\u00e7\u00e3o de Grupo", - "Group information": "Informa\u00e7\u00e3o do grupo", - "Group name is required": "O nome do grupo \u00e9 obrigat\u00f3rio", - "Groups": "Grupos", - "Heading": "Cabe\u00e7alho", - "Heading (Ctrl+H)": "Cabe\u00e7alho (Ctrl+H)", - "Help Translate into {beta_language}": "Nos ajude a Traduzir para {beta_language}", - "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "Ajude outros estudantes decidir se entram em sua equipe especificando algumas caracter\u00edsticas dela. Escolha com aten\u00e7\u00e3o porque menos pessoas se interessar\u00e3o em entrar em sua equipe se ela parecer muito restritiva.", - "Hide": "Esconder", - "Hide Deprecated Settings": "Ocultar configura\u00e7\u00f5es obsoletas", - "Hide Discussion": "Ocultar discuss\u00e3o", - "Hide notes": "Ocultar anota\u00e7\u00f5es ", - "Highlighted text": "texto em destaque", - "Horizontal Rule (Ctrl+R)": "Linha horizontal (Ctrl+R)", - "How to use %(platform_name)s discussions": "Como usar as discuss\u00f5es de %(platform_name)s", - "Hyperlink (Ctrl+L)": "Hiperlink (Ctrl+L)", - "ID": "ID", - "ID-Verification is not required for this Professional Education course.": "A verifica\u00e7\u00e3o do ID n\u00e3o \u00e9 necess\u00e1ria para esse curso de Educa\u00e7\u00e3o Profissional", - "Identity Verification In Progress": "Verifica\u00e7\u00e3o de Identifica\u00e7\u00e3o em Progresso", - "If you do not yet have an account, use the button below to register.": "Se voc\u00ea ainda n\u00e3o tem uma conta, utilize o bot\u00e3o abaixo para se registrar.", - "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "Se voc\u00ea n\u00e3o confirmar a sua identidade agora, voc\u00ea ainda poder\u00e1 explorar o curso pelo seu painel de controle. Voc\u00ea vai receber lembretes peri\u00f3dicos de %(platformName)s para verificar a sua identidade.", - "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "Se voc\u00ea deixar esta p\u00e1gina sem salvar ou enviar a sua resposta, voc\u00ea perder\u00e1 qualquer trabalho que tenha realizado.", - "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "Se voc\u00ea deixar esta p\u00e1gina sem salvar a sua avalia\u00e7\u00e3o pelos pares, voc\u00ea perder\u00e1 qualquer trabalho que tenha realizado.", - "If you leave this page without submitting your self assessment, you will lose any work you have done.": "Se voc\u00ea deixar esta p\u00e1gina sem enviar a sua auto-avalia\u00e7\u00e3o, voc\u00ea perder\u00e1 qualquer trabalho que tenha realizado.", - "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "Se voc\u00ea deixar esta p\u00e1gina sem enviar a sua avalia\u00e7\u00e3o de equipe, voc\u00ea vai perder qualquer trabalho que tenha realizado.", - "If you leave, you can no longer post in this team's discussions. Your place will be available to another learner.": "Se voc\u00ea sair, n\u00e3o ser\u00e1 mais poss\u00edvel publicar nas discuss\u00f5es deste time. Seu lugar ficar\u00e1 dispon\u00edvel para um outro aluno.", - "If you make significant changes, make sure you notify members of the team before making these changes.": "Caso voc\u00ea fa\u00e7a altera\u00e7\u00f5es importantes, certifique-se de avisar aos membros da equipe antes de implement\u00e1-las. ", - "Image": "Imagem", - "Image (Ctrl+G)": "Imagem (Ctrl+G)", - "Image Upload Error": "Erro ao carregar a imagem", - "Image must be in PNG format": "Imagem deve estar no formato PNG.", - "Image must be in PNG format.": "A imagem deve estar no formato PNG.", - "Import YouTube Transcript": "Importar Transcri\u00e7\u00e3o do YouTube", - "In Progress": "Em progresso", - "Individual Exceptions": "Exce\u00e7\u00f5es Individuais", - "Insert Hyperlink": "Inserir hiperlink", - "Instructor tools": "Painel de Ferramentas do Instrutor", - "Introduction to Cookie Baking": "Introdu\u00e7\u00e3o a manufatura de Cookies", - "Invalidate Certificate": "Invalidar Certificado", - "Invalidated": "Invalidado", - "Invalidated By": "Invalidade por", - "Is Visible To:": "\u00c9 vis\u00edvel para:", - "Is your name on your ID readable?": "O seu nome \u00e9 leg\u00edvel em seu documento?", - "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "\u00c9 bastante recomendado que voc\u00ea inclua 4 ou menos signat\u00e1rios. Se voc\u00ea incluir signat\u00e1rios adicionais, visualize o certificado no Print View para ter certeza de que o certificado ser\u00e1 impresso corretamente em uma p\u00e1gina", - "Italic (Ctrl+I)": "It\u00e1lico (Ctrl+I)", - "January": "Janeiro", - "Join Team": "Participe da Equipe", - "Joined %(date)s": "Ingressou em %(date)s", - "July": "Julho", - "June": "Junho", - "KB": "KB", - "Key should only contain letters, numbers, _, or -": "A chave deve conter apenas letras, n\u00fameros, _, ou -", - "LEARN MORE": "APRENDER MAIS", - "Language": "Idioma", - "Large": "Grande", - "Last Activity %(date)s": "\u00daltima atividade %(date)s", - "Last Edited:": "\u00daltima Edi\u00e7\u00e3o:", - "Last Updated": "\u00daltima atualiza\u00e7\u00e3o", - "Last activity %(date)s": "\u00daltima atividade %(date)s", - "Last modified by": "Modificado por \u00faltimo por", - "Last published %(last_published_date)s by %(publish_username)s": "Publicado pela \u00faltima vez em %(last_published_date)s por %(publish_username)s", - "Learn more about {license_name}": "Saiba mais sobre {license_name}", - "Learners are added to this cohort automatically.": "Os alunos s\u00e3o adicionados a este grupo automaticamente", - "Learners are added to this cohort only when you provide their email addresses or usernames on this page.": "Os alunos s\u00e3o adicionados a este grupo apenas quando voc\u00ea fornecer os seus endere\u00e7os de e-mail ou nome de usu\u00e1rios nesta p\u00e1gina", - "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "Os alunos que necessitam de verifica\u00e7\u00e3o devem passar pelo ponto de verifica\u00e7\u00e3o definido para ver o conte\u00fado desta unidade. Os alunos que n\u00e3o exigem verifica\u00e7\u00e3o podem ver este conte\u00fado como padr\u00e3o.", - "Leave Team": "Deixar Equipe", - "Leave this team?": "Sair desta equipe?", - "Legal name": "Nome Oficial", - "Less": "Menos", - "Library User": "Usu\u00e1rio da Biblioteca", - "License Display": "Exibi\u00e7\u00e3o de Licen\u00e7a", - "License Type": "Tipo de licen\u00e7a", - "Linking": "Vinculando", - "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "Os links s\u00e3o gerados a pedido e expiram em 5 minutos devido \u00e0 natureza delicada das informa\u00e7\u00f5es do aluno.", - "List item": "Lista de itens", - "List of uploaded files and assets in this course": "Lista de arquivos e ativos enviados neste curso", - "Live view of webcam": "Visualizar webcam ao vivo", - "Load Another File": "Carregar outro arquivo", - "Load all responses": "Carregar todas as respostas", - "Loading": "Carregando", - "Loading content": "Carregando conte\u00fado", - "Loading data...": "Carregando os dados...", - "Loading more threads": "Carregando mais t\u00f3picos", - "Loading your courses": "Carregando os seus cursos", - "Location in Course": "Localiza\u00e7\u00e3o no curso", - "Lock this asset": "Travar este ativo", - "Lock/unlock file": "Travar/destravar arquivo", - "MB": "MB", - "Make sure that the full name on your account matches the name on your ID.": "Verifique se o nome completo na sua conta \u00e9 o mesmo que o nome no seu documento de identidade.", - "Make sure we can verify your identity with the photos and information you have provided.": "Confirme se n\u00f3s poderemos verificar sua indenidade com as fotos e a informa\u00e7\u00e3o que voc\u00ea forneceu.", - "Make sure your ID is well-lit": "Certifique-se que o documento esteja bem iluminado", - "Make sure your face is well-lit": "Certifique-se que o seu rosto esteja bem iluminado", - "Manual": "Manual", - "March": "Mar\u00e7o", - "Mark Exam As Completed": "Marcar avalia\u00e7\u00e3o como completa", - "Mark enrollment code as unused": "Marcar c\u00f3digo de matr\u00edcula como n\u00e3o usado", - "Markdown Editing Help": "Ajuda para Editar Markdown", - "Max file size exceeded": "Tamanho m\u00e1ximo de arquivo excedido.", - "May": "Maio", - "Membership": "Assinatura", - "Message:": "Mensagem:", - "Midnight": "Meia-noite", - "Module state successfully deleted.": "Status do m\u00f3dulo exclu\u00eddo corretamente.", - "More": "Mais", - "Move cancelled. \"{sourceDisplayName}\" has been moved back to its original location.": "Mover cancelado. \"{sourceDisplayName}\" foi movido de volta \u00e0 sua localiza\u00e7\u00e3o original.", - "Must complete verification checkpoint": "Necess\u00e1rio completar o ponto de verifica\u00e7\u00e3o. ", - "My Team": "Minha equipe", - "N/A": "N/A", - "Name": "Nome", - "Name ": "Nome", - "Name of the certificate": "Nome do certificado", - "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "Nome dos grupos aos quais os estudantes ser\u00e3o associados, por exemplo, Controle, V\u00eddeo, Problemas. Voc\u00ea dever\u00e1 ter dois ou mais grupos.", - "Name of the signatory": "Nome da assinatura", - "Name or short description of the configuration": "Nome ou descri\u00e7\u00e3o curta da configura\u00e7\u00e3o", - "Never published": "Nunca publicado", - "New %(item_type)s": "Novo %(item_type)s", - "New Address": "Novo Endere\u00e7o", - "New enrollment mode:": "Novo modo de matr\u00edcula", - "Next": "Pr\u00f3ximo", - "Next Step: Confirm your identity": "Pr\u00f3ximo passo: confirme a sua identidade", - "Next: %(nextStepTitle)s": "Pr\u00f3ximo: %(nextStepTitle)s", - "No Content Group": "Nenhum Grupo de Conte\u00fado", - "No EdX Timed Transcript": "Nenhuma Transcri\u00e7\u00e3o Sincronizada da EdX", - "No Flash Detected": "Flash n\u00e3o encontrado", - "No Timed Transcript": "Sem Transcri\u00e7\u00e3o Sincronizada", - "No Webcam Detected": "Webcam n\u00e3o encontrada", - "No content-specific discussion topics exist.": "N\u00e3o h\u00e1 t\u00f3picos de discuss\u00e3o de conte\u00fado espec\u00edficos", - "No description available": "Sem descri\u00e7\u00e3o dispon\u00edvel", - "No receipt available": "Recibo n\u00e3o dispon\u00edvel", - "No results": "Sem resultados", - "No results found for \"%(query_string)s\". Please try searching again.": "Nenhum resultado foi encontrado para \"%(query_string)s\". Tente novamente.", - "No tasks currently running.": "N\u00e3o h\u00e1 nenhuma tarefa em andamento", - "None": "Nenhum", - "Noon": "Meio-dia", - "Not Graded": "N\u00e3o avaliado", - "Not Selected": "N\u00e3o selecionado", - "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "N\u00e3o foi poss\u00edvel definir nota de aprova\u00e7\u00e3o menor que %(minimum_grade_cutoff)s%.", - "Not available": "N\u00e3o Dispon\u00edvel", - "Not in Use": "N\u00e3o utilizado", - "Not selected": "N\u00e3o selecionado", - "Note": "Anota\u00e7\u00e3o", + ], + "- Sortable": "- Classific\u00e1veis", + "6 a.m.": "6 da manh\u00e3", + "6 p.m.": "6 da tarde", + "A driver's license, passport, or government-issued ID with your name and photo.": "Uma carteira de motorista, um passaporte ou um documento de identidade oficial com o seu nome e foto.", + "A driver's license, passport, or other government-issued ID with your name and photo": "Uma carteira de motorista, um passaporte ou outro documento de identidade oficial com o seu nome e foto", + "A list of courses you have just enrolled in as a verified student": "Lista de cursos para quais voc\u00ea se inscreveu como um aluno verificado", + "A name that identifies your team (maximum 255 characters).": "Um nome que identifique sua equipe (m\u00e1ximo de 255 caracteres).", + "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "Uma descri\u00e7\u00e3o concisa para divulgar para outros alunos os objetivos e metas da sua equipe (m\u00e1ximo de 300 caracteres). ", + "A valid email address is required": "\u00c9 preciso um endere\u00e7o de e-mail v\u00e1lido", + "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", + "Abbreviation": "Abrevia\u00e7\u00e3o", + "About You": "Sobre Voc\u00ea", + "Account Information": "Informa\u00e7\u00f5es da Conta", + "Account Not Activated": "Conta n\u00e3o ativada", + "Account Settings": "Configura\u00e7\u00f5es da Conta", + "Action": "A\u00e7\u00e3o", + "Actions": "A\u00e7\u00f5es", + "Activate": "Ativar", + "Activate Your Account": "Ativar a sua conta", + "Active Uploads": "Uploads ativos", + "Add": "Adicionar", + "Add Additional Signatory": "Adicionar signat\u00e1rio adicional", + "Add Cohort": "Adicionar Grupo", + "Add Component:": "Adicionar componente:", + "Add New Component": "Adicionar Novo Componente", + "Add URLs for additional versions": "Adicionar URLs para vers\u00f5es adicionais", + "Add a Chapter": "Adicionar um Cap\u00edtulo", + "Add a New Cohort": "Adicionar um novo grupo", + "Add another group": "Adicionar outro grupo", + "Add notes about this learner": "Adicionar coment\u00e1rios sobre esse aluno", + "Add to Exception List": "Adicionar a Lista de Exce\u00e7\u00e3o", + "Add your first content group": "Adicione seu primeiro grupo de conte\u00fado", + "Add your first group configuration": "Adicione sua primeira configura\u00e7\u00e3o de grupo", + "Add your first textbook": "Acrescentar seu primeiro livro-texto", + "Add {role} Access": "Adicionar acesso de {role}", + "Adding the selected course to your cart": "Adicionando o curso selecionado ao seu carrinho", + "Admin": "Administrador", + "Advanced": "Avan\u00e7ado", + "All Rights Reserved": "Todos direitos reservados", + "All Topics": "Todos os t\u00f3picos", + "All accounts were created successfully.": "Todas as contas foram criadas com sucesso.", + "All groups must have a name.": "Todos os grupos necessitam de um nome.", + "All groups must have a unique name.": "Todos os grupos devem conter apenas um \u00fanico nome. ", + "All payment options are currently unavailable.": "Todas as op\u00e7\u00f5es de pagamento est\u00e3o indispon\u00edveis no momento.", + "All professional education courses are fee-based, and require payment to complete the enrollment process.": "Todos os cursos de educa\u00e7\u00e3o profissional possuem uma taxa, e requerem o pagamento desta para completar o processo de inscri\u00e7\u00e3o.", + "All subsections": "Todas as subse\u00e7\u00f5es", + "All teams": "Todas as equipes", + "All topics": "Todos os t\u00f3picos", + "All units": "Todas as unidades", + "Allow students to generate certificates for this course?": "Permitir que os estudantes possam gerar certificados deste curso?", + "Already a course team member": "J\u00e1 \u00e9 um membro do grupo", + "Already a library team member": "Voc\u00ea j\u00e1 \u00e9 um membro da equipe de biblioteca", + "Already a member": "J\u00e1 \u00e9 um membro", + "Amount": "Quantidade", + "An error has occurred. Check your Internet connection and try again.": "Ocorreu um erro. Verifique sua conex\u00e3o de internet e tente novamente.", + "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "Ocorreu um erro. Certifique-se de que voc\u00ea est\u00e1 conectado \u00e0 internet e, em seguida, tente atualizar a p\u00e1gina.", + "An error has occurred. Please try again later.": "Ocorreu um erro. Por favor, tente novamente mais tarde.", + "An error has occurred. Please try again.": "Ocorreu um erro. Tente novamente.", + "An error has occurred. Please try reloading the page.": "Ocorreu um erro. Por favor, tente atualizar a p\u00e1gina.", + "An error has occurred. Refresh the page, and then try again.": "Ocorreu um erro. Atualize a p\u00e1gina e tente novamente.", + "An error has occurred. Try refreshing the page, or check your Internet connection.": "Ocorreu um erro. Tente recarregar a p\u00e1gina ou verifique sua conex\u00e3o de internet.", + "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "Houve um erro ao tentarmos recuperar seu e-mail. Tente de novo mais tarde e entre em contato com a equipe de suporte t\u00e9cnico se o problema continuar.", + "An error occurred while removing the member from the team. Try again.": "Ocorreu um erro ao remover o membro desta equipe. Tente novamente.", + "An error occurred. Make sure that the student's username or email address is correct and try again.": "Ocorreu um erro. Verifique se o nome de usu\u00e1rio do estudante ou o endere\u00e7o de e-mail est\u00e3o corretos e tente novamente.", + "An error occurred. Please reload the page.": "Um erro ocorreu. Por favor, recarregue a p\u00e1gina.", + "An error occurred. Please try again.": "Ocorreu um erro. Tente novamente.", + "An error occurred. Try again.": "Ocorreu um erro. Tente novamente.", + "An unexpected error occurred. Please try again.": "Ocorreu um erro inesperado. Tente novamente.", + "April": "Abril", + "Are you having trouble finding a team to join?": "Voc\u00ea est\u00e1 com problemas para encontrar uma equipe para fazer parte ?", + "Are you sure you want to delete this comment?": "Tem certeza de que deseja apagar este coment\u00e1rio?", + "Are you sure you want to delete this post?": "Voc\u00ea tem certeza de que deseja apagar esta publica\u00e7\u00e3o?", + "Are you sure you want to delete this response?": "Voc\u00ea tem certeza de que deseja apagar esta resposta?", + "Are you sure you want to delete this update?": "Voc\u00ea tem certeza de que deseja apagar essa atualiza\u00e7\u00e3o?", + "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "Voc\u00ea tem certeza de deseja apagar {email} da equipe do curso \u201c{container}\u201d?", + "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "Voc\u00ea tem certeza de que deseja apagar {email} da biblioteca \u201c{container}\u201d?", + "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "Voc\u00ea tem certeza que quer restringir o acesso de {email} \u00e0/ao \u201c{container}\u201d?", + "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "Voc\u00ea tem certeza de que deseja apagar este item? A opera\u00e7\u00e3o n\u00e3o pode ser revertida!\n\n\nAl\u00e9m disso, qualquer conte\u00fado que possua links ou se refira a este item n\u00e3o ir\u00e1 funcionar mais (ex.: imagens e/ou links quebrados) ", + "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "Como parte do processo de verifica\u00e7\u00e3o, voc\u00ea ir\u00e1 tirar uma foto tanto do seu rosto como de uma foto de documento oficial. Nosso servi\u00e7o de autoriza\u00e7\u00e3o confirma sua identidade ao comparar a foto que voc\u00ea tira com a foto no seu documento.", + "Assign students to cohorts by uploading a CSV file.": "Atribua alunos para os grupos carregando um arquivo CSV", + "Assignment Type Name": "Nome do Tipo de Tarefa", + "Associated Content Group": "Grupo de conte\u00fado relacionado", + "August": "Agosto", + "Automatic": "Autom\u00e1tico", + "Available %s": "%s dispon\u00edveis", + "Back to sign in": "Voltar para entrar", + "Back to {platform} FAQs": "Voltar para {platform} FAQs", + "Be sure your entire face is inside the frame": "Certifique-se que o seu rosto todo esteja dentro dos limites da borda", + "Before proceeding, please confirm that your details match": "Antes de prosseguir, confirme os seus dados", + "Before you upgrade to a certificate track, you must activate your account.": "Antes de atualizar seu certificado seguinte, voc\u00ea deve ativar sua conta.", + "Billed to": "Cobrar a", + "Blockquote": "Cita\u00e7\u00e3o em bloco", + "Blockquote (Ctrl+Q)": "Cita\u00e7\u00e3o em bloco (Ctrl+Q)", + "Bold (Ctrl+B)": "Negrito (Ctrl+B)", + "Bookmarked": "Adicionado a favoritos", + "Bookmarked on": "Adicionado aos favoritos em", + "Browse": "Navegar", + "Bulk Exceptions": "Exce\u00e7\u00f5es em massa", + "Bulleted List (Ctrl+U)": "Lista com marcadores (Ctrl+U)", + "Can we match the photo you took with the one on your ID?": "Podemos comparar a foto que voc\u00ea tirou com a do seu documento de identifica\u00e7\u00e3o?", + "Cancel": "Cancelar", + "Cancel enrollment code": "Cancelar c\u00f3digo de matr\u00edcula", + "Cancel team creating.": "Cancelar cria\u00e7\u00e3o de equipe.", + "Cancel team updating.": "Cancelar atualiza\u00e7\u00e3o de equipe.", + "Cannot delete when in use by a unit": "N\u00e3o pode ser deletado se estiver sendo utilizado por uma unidade", + "Cannot delete when in use by an experiment": "N\u00e3o pode ser apagada se estiver sendo utilizada numa experi\u00eancia", + "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "Cuidado: a \u00faltima vers\u00e3o publicada dessa unidade est\u00e1 no ar. Ao publicar modifica\u00e7\u00f5es voc\u00ea vai acabar alterando a experi\u00eancia dos alunos.", + "Certificate Details": "Detalhes do Certificado", + "Certificate Generated": "Certificado gerado", + "Certificate Information": "Informa\u00e7\u00f5es do Certificado", + "Certificate Name": "Nome do Certificado", + "Certificate Signatories": "Signat\u00e1rios do Certificado", + "Certificate Signatory Configuration": "Configura\u00e7\u00e3o de Signat\u00e1rios de Certificados", + "Certificate name is required.": "O nome do certificado \u00e9 obrigat\u00f3rio.", + "Change Enrollment": "Mudar matr\u00edcula", + "Change Manually": "Alterar manualmente", + "Change My Email Address": "Alterar meu endere\u00e7o de E-mail", + "Change image": "Trocar imagem", + "Changes to steps that are not selected as part of the assignment will not be saved.": "Altera\u00e7\u00f5es nos passos que n\u00e3o forem selecionados como parte da tarefa n\u00e3o ser\u00e3o salvas.", + "Chapter Asset": "Ativo do Cap\u00edtulo", + "Chapter Name": "Nome do Cap\u00edtulo", + "Chapter information": "Informa\u00e7\u00e3o do cap\u00edtulo", + "Check Your Email": "Verifique seu e-mail", + "Check the highlighted fields below and try again.": "Confira o campo em destaque antes e tente novamente.", + "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "Marque esta alternativa para receber um e-mail uma vez por dia com um resumo das novidades das publica\u00e7\u00f5es n\u00e3o lidas as quais voc\u00ea segue.", + "Check your email": "Verifique o seu e-mail", + "Check your email for an activation message.": "Verifique o e-mail recebido com uma mensagem de ativa\u00e7\u00e3o.", + "Checkout": "Pagar", + "Checkout with PayPal": "Pagar com PayPal", + "Checkout with {processor}": "Pagar com {processor}", + "Choose": "Escolher", + "Choose One": "Escolher um", + "Choose a .csv file": "Escolha um arquivo .csv", + "Choose a Date": "Escolha uma data", + "Choose a Time": "Escolha um hor\u00e1rio", + "Choose a content group to associate": "Selecione um grupo de conte\u00fado para se associar", + "Choose a time": "Escolha uma hora", + "Choose all": "Escolher todos", + "Choose mode": "Escolher modalidade", + "Choose one": "Escolha um", + "Choose your institution from the list below:": "Escolha sua Institui\u00e7\u00e3o na lista abaixo", + "Chosen %s": "%s escolhido(s)", + "Clear": "Limpar", + "Clear All": "Limpar Tudo", + "Clear Grading Due Date": "Limpar data limite para avalia\u00e7\u00e3o", + "Clear Release Date/Time": "Limpar data/hora de lan\u00e7amento", + "Clear Value": "Limpar Valor", + "Clear search": "Limpar pesquisa", + "Clear search results": "Limpar resultados da pesquisa", + "Click to add a new %(xblock_type)s": "Clique para adicionar um novo %(xblock_type)s", + "Click to change": "Clique para alterar", + "Click to choose all %s at once.": "Clique para escolher todos os %s de uma s\u00f3 vez", + "Click to edit": "Clique para editar", + "Click to remove all chosen %s at once.": "Clique para remover de uma s\u00f3 vez todos os %s escolhidos.", + "Close": "Fechar", + "Code": "C\u00f3digo", + "Code Sample (Ctrl+K)": "Amostra de c\u00f3digo (Ctrl+K)", + "Cohort Assignment Method": "M\u00e9todo de atribui\u00e7\u00e3o de grupo", + "Cohort Name": "Nome do grupo", + "Cohorts Disabled": "Agrupamento desabilitado", + "Cohorts Enabled": "Agrupamento habilitado", + "Collapse All": "Retrair Tudo", + "Collapse/Expand this %(xblock_type)s": "Reduzir/Expandir este %(xblock_type)s", + "Common Problem Types": "Tipos Comuns de Problemas", + "Configure": "Configurar", + "Confirm": "Confirmar", + "Confirm Timed Transcript": "Confirmar Transcri\u00e7\u00e3o Sincronizada", + "Congratulations! You are now verified on %(platformName)s!": "Parab\u00e9ns! Voc\u00ea foi verificado em %(platformName)s!", + "Contains staff only content": "Possui conte\u00fado vis\u00edvel apenas para a equipe", + "Content Group ID": "ID de Grupo de Conte\u00fado", + "Content Group Name": "Nome do Grupo de Conte\u00fado", + "Content-Specific Discussion Topics": "T\u00f3picos de discuss\u00e3o de Conte\u00fado Espec\u00edfico", + "Copy Email To Editor": "Copiar email ao editor", + "Correct failed component": "Corrigir falha de componente", + "Could not find users associated with the following identifiers:": "N\u00e3o foi poss\u00edvel localizar usu\u00e1rios associados aos seguintes identificadores:", + "Could not retrieve download url.": "N\u00e3o foi poss\u00edvel recuperar o url de download.", + "Could not retrieve payment information": "N\u00e3o foi poss\u00edvel recuperar a informa\u00e7\u00e3o de pagamento.", + "Could not retrieve upload url.": "N\u00e3o foi poss\u00edvel recuperar o url de upload.", + "Could not submit order": "N\u00e3o foi poss\u00edvel enviar seu pedido.", + "Could not submit photos": "N\u00e3o foi poss\u00edvel enviar fotos", + "Couldn't Save This Assignment": "N\u00e3o Foi Poss\u00edvel Salvar Esta Tarefa", + "Country": "Pa\u00eds", + "Country of residence": "Pa\u00eds de resid\u00eancia", + "Course Credit Requirements": "Exig\u00eancias de cr\u00e9ditos do curso.", + "Course End": "T\u00e9rmino do curso", + "Course Handouts": "Apostilas do Curso", + "Course ID": "ID do curso", + "Course Index": "\u00cdndice do curso", + "Course Key": "Chave do Curso", + "Course Number": "N\u00famero do curso", + "Course Number Override": "Substitu\u00e7\u00e3o do n\u00famero do curso", + "Course Start": "In\u00edcio do curso", + "Course Title": "T\u00edtulo do curso", + "Course Title Override": "Substitui\u00e7\u00e3o do T\u00edtulo do Curso", + "Course pacing cannot be changed once a course has started.": "Andamento do curso n\u00e3o pode ser alterado uma vez que j\u00e1 foi iniciado.", + "Course title": "T\u00edtulo do Curso", + "Course-Wide Discussion Topics": "T\u00f3picos de discuss\u00e3o do Curso Completo", + "Create": "Criar", + "Create Re-run": "Criar Reprise", + "Create a New Team": "Criar uma nova equipe", + "Create a content group": "Criar um grupo de conte\u00fado", + "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "Crie uma nova equipe caso voc\u00ea n\u00e3o encontre uma j\u00e1 existente ou queira aprender com outros amigos.", + "Create account using %(providerName)s.": "Criar uma conta usando %(providerName)s.", + "Create an account using": "Criar uma conta usando", + "Create team.": "Criar equipe.", + "Creating missing groups": "Criando grupos faltantes", + "Creative Commons licensed content, with terms as follow:": "Conte\u00fado sob licen\u00e7a Creative Commons, com os seguintes termos:", + "Criterion Added": "Crit\u00e9rio Adicionado", + "Criterion Deleted": "Crit\u00e9rio Apagado", + "Crossed out items have been refunded.": "Itens riscados tiveram seu valor reembolsado", + "Current Role:": "Papel Atual:", + "Current conversation": "Conversa atual", + "Current enrollment mode:": "Modo de matr\u00edcula atual", + "Current tab": "Aba atual", + "Date": "Data", + "Date Added": "Data Adicionada", + "Deactivate": "Desativar", + "December": "Dezembro", + "Default Timed Transcript": "Transcri\u00e7\u00e3o Sincronizada Padr\u00e3o", + "Delete": "Apagar", + "Delete \"<%= signatoryName %>\" from the list of signatories?": "Apagar \"<%= signatoryName %>\" da lista de emissores?", + "Delete File Confirmation": "Confirma\u00e7\u00e3o da exclus\u00e3o do arquivo", + "Delete Team": "Apagar equipe.", + "Delete student '<%- student_id %>'s state on problem '<%- problem_id %>'?": "Excluir status do aluno '<%- student_id %>' para o problema '<%- problem_id %>'?", + "Delete the user, {username}": "Deletar o usu\u00e1rio, {username}", + "Delete this %(item_display_name)s?": "Apagar este %(item_display_name)s?", + "Delete this asset": "Excluir este ativo", + "Delete this team?": "Apagar esta equipe?", + "Deleted Content Group": "Grupo de conte\u00fado deletado", + "Deleting this %(item_display_name)s is permanent and cannot be undone.": "A exclus\u00e3o deste %(item_display_name)s \u00e9 permanente e n\u00e3o pode ser desfeita. ", + "Deprecated": "Obsoleto", + "Description": "Descri\u00e7\u00e3o", + "Description of the certificate": "Descri\u00e7\u00e3o do certificado", + "Discard Changes": "Descartar altera\u00e7\u00f5es", + "Display Name": "Exibir Nome", + "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "Voc\u00ea deseja permitir que o estudante ('{student_id}') pule o teste de admiss\u00e3o?", + "Do you want to replace the edX transcript with the YouTube transcript?": "Voc\u00ea quer substituir a transcri\u00e7\u00e3o do edX pela do YouTube?", + "Do you want to upload your file before submitting?": "Voc\u00ea deseja fazer upload de seu arquivo antes de enviar?", + "Does the name on your ID match your account name: %(fullName)s?": "O nome de sua identifica\u00e7\u00e3o correspondo ao nome de sua conta: %(fullName)s?", + "Does the photo of you match your ID photo?": "A foto a seguir \u00e9 a mesma foto de sua identidade?", + "Does the photo of you show your whole face?": "A sua foto escolhida exibe todo o seu rosto?", + "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "N\u00e3o v\u00ea sua fotografia? Certifique-se de permitir que o seu navegador utilize a c\u00e2mera quando ele pedir permiss\u00e3o.", + "Donate": "Doar", + "Double-check that your webcam is connected and working to continue.": "Certifique-se de que a sua webcam esteja conectada e funcionando para continuar.", + "Download": "Baixar", + "Download Transcript for Editing": "Baixar Transcri\u00e7\u00e3o para Edi\u00e7\u00e3o", + "Download URL": "Baixar URL ", + "Download available encodings (.csv)": "Baixe os encodings dispon\u00edveis (.csv)", + "Download the user's certificate": "Baixar certificado do usu\u00e1rio", + "Draft (Never published)": "Rascunho (Nunca publicado)", + "Draft (Unpublished changes)": "Rascunho (altera\u00e7\u00f5es n\u00e3o publicadas)", + "Drag to reorder": "Arraste para reordenar", + "Drop target image": "Soltar a imagem de destino", + "Due Date": "Prazo de Entrega", + "Due Date:": "Data de Vencimento", + "Due Time in UTC:": "Data limite em UTC", + "Due date cannot be before start date.": "Data de entrega n\u00e3o pode ser anterior \u00e0 data de in\u00edcio.", + "Due:": "Prazo final:", + "Duration (sec)": "Dura\u00e7\u00e3o (segundos)", + "EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.": "EdX n\u00e3o possui uma transcri\u00e7\u00e3o cronometrada para este v\u00eddeo no Studio, mas encontramos uma transcri\u00e7\u00e3o no YouTube. Voc\u00ea pode importar a transcri\u00e7\u00e3o presente no YouTube ou realizar o upload do seu pr\u00f3prio arquivo .srt .", + "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "O EdX n\u00e3o possui uma transcri\u00e7\u00e3o sincronizada para este v\u00eddeo. Por favor, fa\u00e7a o envio de um arquivo .srt", + "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "O EdX tem uma transcri\u00e7\u00e3o sincronizada para este v\u00eddeo. Se voc\u00ea deseja editar esta transcri\u00e7\u00e3o, voc\u00ea pode baixar, editar e re-enviar a transcri\u00e7\u00e3o existente. Se voc\u00ea quiser substituir essa transcri\u00e7\u00e3o, fa\u00e7a o envio de um novo arquivo de transcri\u00e7\u00e3o do tipo .srt.", + "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "EdX tem uma transcri\u00e7\u00e3o sincronizada para este v\u00eddeo. Se voc\u00ea quer substituir esta transcri\u00e7\u00e3o, fa\u00e7a o envio de um novo arquivo .srt. Se voc\u00ea deseja editar esta transcri\u00e7\u00e3o, voc\u00ea pode baixar, editar e reenviar a transcri\u00e7\u00e3o existente.", + "Edit %(display_name)s (required)": "Editar %(display_name)s (necess\u00e1rio)", + "Edit Membership": "Editar assinatura.", + "Edit Team": "Editar equipe", + "Edit Your Name": "Edite o seu nome", + "Edit this certificate?": "Gostaria de editar este certificado?", + "Editable": "Edit\u00e1vel", + "Education Completed": "Educa\u00e7\u00e3o completada.", + "Email": "E-mail", + "Email address": "Endere\u00e7o de e-mail", + "Emails successfully sent. The following users are no longer enrolled in the course:": "E-mails enviados corretamente. Os seguintes usu\u00e1rios n\u00e3o est\u00e3o mais inscritos no curso:", + "Enable Cohorts": "Habilitar grupos", + "End My Exam": "Finalizar minha avalia\u00e7\u00e3o", + "Engage with posts": "Participar das publica\u00e7\u00f5es", + "Enrolling you in the selected course": "Inscrevendo-o no curso selecionado", + "Enrollment Date": "Data de Inscri\u00e7\u00e3o", + "Enrollment Mode": "Modo de matr\u00edcula", + "Ensure that you can see your photo and read your name": "Certifique-se que tanto a foto como o nome estejam n\u00edtidos e identific\u00e1veis", + "Enter Due Date and Time": "Informe a data e o hor\u00e1rio de entrega", + "Enter Start Date and Time": "Informe a data e o hor\u00e1rio de in\u00edcio", + "Enter a student's username or email address.": "Insira o nome de usu\u00e1rio do aluno ou endere\u00e7o de e-mail.", + "Enter a username or email.": "Insira um nome de usu\u00e1rio ou e-mail", + "Enter information to describe your team. You cannot change these details after you create the team.": "D\u00ea informa\u00e7\u00f5es para descrever sua equipe. Voc\u00ea n\u00e3o pode mudar estes detalhes ap\u00f3s a cria\u00e7\u00e3o da equipe.", + "Enter team description.": "Insira a descri\u00e7\u00e3o da equipe.", + "Enter team name.": "Insira o nome da equipe.", + "Enter the enrollment code.": "Insira o c\u00f3digo de matr\u00edcula.", + "Enter the name of the cohort": "Digite o nome do grupo", + "Enter the page number you'd like to quickly navigate to.": "Entre com o n\u00famero da p\u00e1gina que voc\u00ea gostaria de acessar rapidamente", + "Enter the username or email address of each learner that you want to add as an exception.": "Informe o nome de usu\u00e1rio ou endere\u00e7o de e-mail de cada aluno que voc\u00ea deseja adicionar como uma exce\u00e7\u00e3o.", + "Enter username or email": "Digite um nome de usu\u00e1rio ou email", + "Entrance exam attempts is being reset for student '{student_id}'.": "Zerando n\u00famero de tentativas de Exame de Admiss\u00e3o para o aluno '{student_id}'.", + "Entrance exam state is being deleted for student '{student_id}'.": "O Exame de admiss\u00e3o do aluno '{student_id}' est\u00e1 sendo apagado.", + "Error": "Erro", + "Error adding user": "Erro ao adicionar um usu\u00e1rio", + "Error adding/removing users as beta testers.": "Erro ao adicionar/excluir usu\u00e1rios como testadores beta.", + "Error changing user's permissions.": "Erro ao alterar as permiss\u00f5es do usu\u00e1rio.", + "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "Erro ao excluir status do Exame de Admiss\u00e3o do aluno '{student_id}'. Tenha certeza que a identifica\u00e7\u00e3o do aluno est\u00e1 correta.", + "Error enrolling/unenrolling users.": "Erro ao fazer inscri\u00e7\u00e3o/cancelar inscri\u00e7\u00e3o de usu\u00e1rios.", + "Error generating grades. Please try again.": "Erro ao gerar notas. Por favor, tente novamente.", + "Error generating list of students who may enroll. Please try again.": "Ocorreu um erro ao gerar a lista de estudantes que podem matricular-se. Tente novamente.", + "Error generating problem grade report. Please try again.": "Erro ao gerar o relat\u00f3rio de notas. Por favor, tente novamente.", + "Error generating proctored exam results. Please try again.": "Erro ao obter resultado dos exames supervisionados. Por favor, tente novamente.", + "Error generating student profile information. Please try again.": "Ocorreu um erro ao gerar as informa\u00e7\u00f5es do perfil do estudante. Por favor, tente novamente.", + "Error generating survey results. Please try again.": "Erro ao gerar resultados de pesquisa. Tente novamente.", + "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "Erro ao obter o hist\u00f3rico de tarefas de Exame de Admiss\u00e3o para o aluno '{student_id}'. Tenha certeza que a identifica\u00e7\u00e3o do aluno est\u00e1 correta.", + "Error getting issued certificates list.": "Erro ao obter lista de certificados emitidos.", + "Error getting student list.": "Ocorreu um erro ao obter a lista de alunos.", + "Error getting student progress url for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "Erro ao obter o url de progresso do aluno '<%- student_id %>'. Certifique-se que o identificador de estudante esteja escrito corretamente.", + "Error getting the number of ungraded responses": "Erro ao obter o n\u00famero de respostas n\u00e3o corrigidas.", + "Error listing task history for this student and problem.": "Houve um erro ao listar o hist\u00f3rico de tarefas para este aluno e problema.", + "Error removing user": "Erro ao remover usu\u00e1rio", + "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "Erro ao zerar o n\u00famero de tentativas do Exame de Admiss\u00e3o para o aluno '{student_id}'. Tenha certeza que a identifica\u00e7\u00e3o do aluno est\u00e1 correta.", + "Error resetting problem attempts for problem '<%= problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "Houve um erro ao zerar as tentativas do problema '<%= problem_id %>' para o aluno '<%- student_id %>'. Certifique-se que o identificador do problema e do aluno estejam corretos.", + "Error retrieving grading configuration.": "Erro ao recuperar a configura\u00e7\u00e3o para a avalia\u00e7\u00e3o.", + "Error sending email.": "Erro ao enviar o e-mail.", + "Error starting a task to override score for problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the score and the problem and student identifiers are complete and correct.": "Erro ao iniciar uma tarefa para substituir a pontua\u00e7\u00e3o do problema '<%- problem_id %>' para aluno '<%- student_id %>'. Certifique-se de que a pontua\u00e7\u00e3o e o problema e os identificadores dos alunos estejam completos e corretos.", + "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "Erro ao iniciar uma tarefa pra reavaliar o Exame de Admiss\u00e3o do aluno '{student_id}'. Tenha certeza de que o Exame de Admiss\u00e3o tenha quest\u00f5es nele e que o identificador do aluno seja correto.", + "Error while generating certificates. Please try again.": "Erro durante a gera\u00e7\u00e3o de certificados. Por favor, tente novamente.", + "Error while regenerating certificates. Please try again.": "Erro ao tentar recuperar os certificados. Por favor. tente novamente.", + "Error.": "Erro.", + "Error:": "Erro:", + "Error: You cannot remove yourself from the Instructor group!": "Erro: voc\u00ea n\u00e3o pode se excluir do grupo de Instrutores!", + "Errors": "Erros", + "Exception Granted": "Exce\u00e7\u00e3o autorizada", + "Expand All": "Expandir Tudo", + "Explain if other.": "Explique se outro", + "Explore your course!": "Explore seu curso!", + "February": "Fevereiro", + "File Name": "Nome do arquivo", + "File type is not allowed.": "Tipo de arquivo n\u00e3o permitido.", + "File types can not be empty.": "Tipo de arquivo n\u00e3o pode estar vazio.", + "File upload succeeded": "Arquivo enviado com sucesso", + "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "O arquivo {filename} excede o tamanho m\u00e1ximo de {maxFileSizeInMBs} MB", + "Files must be in JPEG or PNG format.": "Os arquivos devem estar nos formatos JPEG ou PNG.", + "Filter": "Filtro", + "Financial Assistance": "Assist\u00eancia Financeira", + "Financial Assistance Application": "Aplica\u00e7\u00e3o de assist\u00eancia financeira", + "Find discussions": "Encontrar discuss\u00f5es", + "Frequently Asked Questions": "Perguntas frequentes", + "Full Name": "Nome completo", + "Fullscreen": "Tela cheia", + "Gender": "Sexo", + "Generate": "Emitir", + "Generate Exception Certificates": "Gerar certificados de exce\u00e7\u00e3o", + "Generate the user's certificate": "Emitir certificado do usu\u00e1rio", + "Get Credit": "Obter Cr\u00e9dito", + "Go to Dashboard": "Ir para a P\u00e1gina Inicial", + "Go to your Dashboard": "Ir para o seu Painel de controle", + "Government-Issued Photo ID": "Foto de um documento de identidade oficial", + "Grace period must be specified in HH:MM format.": "O prazo de toler\u00e2ncia deve ser especificado no formato HH:MM. ", + "Grade": "Nota", + "Grade as:": "Avaliar como:", + "Graded as:": "Avaliado como:", + "Grading": "Avaliando", + "Group %s": "Grupo %s", + "Group A": "Grupo A", + "Group B": "Grupo B", + "Group Configuration ID": "ID da Configura\u00e7\u00e3o do Grupo", + "Group Configuration Name": "Nome da Configura\u00e7\u00e3o do Grupo", + "Group Configuration information": "Informa\u00e7\u00f5es de Configura\u00e7\u00e3o de Grupo", + "Group Configuration name is required.": "Necess\u00e1rio um nome para a Configura\u00e7\u00e3o de Grupo", + "Group information": "Informa\u00e7\u00e3o do grupo", + "Group name is required": "O nome do grupo \u00e9 obrigat\u00f3rio", + "Groups": "Grupos", + "Heading": "Cabe\u00e7alho", + "Heading (Ctrl+H)": "Cabe\u00e7alho (Ctrl+H)", + "Help Translate into {beta_language}": "Nos ajude a Traduzir para {beta_language}", + "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "Ajude outros estudantes decidir se entram em sua equipe especificando algumas caracter\u00edsticas dela. Escolha com aten\u00e7\u00e3o porque menos pessoas se interessar\u00e3o em entrar em sua equipe se ela parecer muito restritiva.", + "Hide": "Esconder", + "Hide Deprecated Settings": "Ocultar configura\u00e7\u00f5es obsoletas", + "Hide Discussion": "Ocultar discuss\u00e3o", + "Hide notes": "Ocultar anota\u00e7\u00f5es ", + "Highlighted text": "texto em destaque", + "Horizontal Rule (Ctrl+R)": "Linha horizontal (Ctrl+R)", + "How to use %(platform_name)s discussions": "Como usar as discuss\u00f5es de %(platform_name)s", + "Hyperlink (Ctrl+L)": "Hiperlink (Ctrl+L)", + "ID": "ID", + "ID-Verification is not required for this Professional Education course.": "A verifica\u00e7\u00e3o do ID n\u00e3o \u00e9 necess\u00e1ria para esse curso de Educa\u00e7\u00e3o Profissional", + "Identity Verification In Progress": "Verifica\u00e7\u00e3o de Identifica\u00e7\u00e3o em Progresso", + "If you do not yet have an account, use the button below to register.": "Se voc\u00ea ainda n\u00e3o tem uma conta, utilize o bot\u00e3o abaixo para se registrar.", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "Se voc\u00ea n\u00e3o confirmar a sua identidade agora, voc\u00ea ainda poder\u00e1 explorar o curso pelo seu painel de controle. Voc\u00ea vai receber lembretes peri\u00f3dicos de %(platformName)s para verificar a sua identidade.", + "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "Se voc\u00ea deixar esta p\u00e1gina sem salvar ou enviar a sua resposta, voc\u00ea perder\u00e1 qualquer trabalho que tenha realizado.", + "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "Se voc\u00ea deixar esta p\u00e1gina sem salvar a sua avalia\u00e7\u00e3o pelos pares, voc\u00ea perder\u00e1 qualquer trabalho que tenha realizado.", + "If you leave this page without submitting your self assessment, you will lose any work you have done.": "Se voc\u00ea deixar esta p\u00e1gina sem enviar a sua auto-avalia\u00e7\u00e3o, voc\u00ea perder\u00e1 qualquer trabalho que tenha realizado.", + "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "Se voc\u00ea deixar esta p\u00e1gina sem enviar a sua avalia\u00e7\u00e3o de equipe, voc\u00ea vai perder qualquer trabalho que tenha realizado.", + "If you make significant changes, make sure you notify members of the team before making these changes.": "Caso voc\u00ea fa\u00e7a altera\u00e7\u00f5es importantes, certifique-se de avisar aos membros da equipe antes de implement\u00e1-las. ", + "Image": "Imagem", + "Image (Ctrl+G)": "Imagem (Ctrl+G)", + "Image Upload Error": "Erro ao carregar a imagem", + "Image must be in PNG format": "Imagem deve estar no formato PNG.", + "Image must be in PNG format.": "A imagem deve estar no formato PNG.", + "Import YouTube Transcript": "Importar Transcri\u00e7\u00e3o do YouTube", + "In Progress": "Em progresso", + "Individual Exceptions": "Exce\u00e7\u00f5es Individuais", + "Insert Hyperlink": "Inserir hiperlink", + "Instructor tools": "Painel de Ferramentas do Instrutor", + "Introduction to Cookie Baking": "Introdu\u00e7\u00e3o a manufatura de Cookies", + "Invalidate Certificate": "Invalidar Certificado", + "Invalidated": "Invalidado", + "Invalidated By": "Invalidade por", + "Is Visible To:": "\u00c9 vis\u00edvel para:", + "Is your name on your ID readable?": "O seu nome \u00e9 leg\u00edvel em seu documento?", + "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "\u00c9 bastante recomendado que voc\u00ea inclua 4 ou menos signat\u00e1rios. Se voc\u00ea incluir signat\u00e1rios adicionais, visualize o certificado no Print View para ter certeza de que o certificado ser\u00e1 impresso corretamente em uma p\u00e1gina", + "Italic (Ctrl+I)": "It\u00e1lico (Ctrl+I)", + "January": "Janeiro", + "Join Team": "Participe da Equipe", + "Joined %(date)s": "Ingressou em %(date)s", + "July": "Julho", + "June": "Junho", + "KB": "KB", + "Key should only contain letters, numbers, _, or -": "A chave deve conter apenas letras, n\u00fameros, _, ou -", + "LEARN MORE": "APRENDER MAIS", + "Language": "Idioma", + "Large": "Grande", + "Last Activity %(date)s": "\u00daltima atividade %(date)s", + "Last Edited:": "\u00daltima Edi\u00e7\u00e3o:", + "Last Updated": "\u00daltima atualiza\u00e7\u00e3o", + "Last modified by": "Modificado por \u00faltimo por", + "Last published %(last_published_date)s by %(publish_username)s": "Publicado pela \u00faltima vez em %(last_published_date)s por %(publish_username)s", + "Learn more about {license_name}": "Saiba mais sobre {license_name}", + "Learners are added to this cohort automatically.": "Os alunos s\u00e3o adicionados a este grupo automaticamente", + "Learners are added to this cohort only when you provide their email addresses or usernames on this page.": "Os alunos s\u00e3o adicionados a este grupo apenas quando voc\u00ea fornecer os seus endere\u00e7os de e-mail ou nome de usu\u00e1rios nesta p\u00e1gina", + "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "Os alunos que necessitam de verifica\u00e7\u00e3o devem passar pelo ponto de verifica\u00e7\u00e3o definido para ver o conte\u00fado desta unidade. Os alunos que n\u00e3o exigem verifica\u00e7\u00e3o podem ver este conte\u00fado como padr\u00e3o.", + "Leave Team": "Deixar Equipe", + "Leave this team?": "Sair desta equipe?", + "Legal name": "Nome Oficial", + "Less": "Menos", + "Library User": "Usu\u00e1rio da Biblioteca", + "License Display": "Exibi\u00e7\u00e3o de Licen\u00e7a", + "License Type": "Tipo de licen\u00e7a", + "Linking": "Vinculando", + "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "Os links s\u00e3o gerados a pedido e expiram em 5 minutos devido \u00e0 natureza delicada das informa\u00e7\u00f5es do aluno.", + "List item": "Lista de itens", + "List of uploaded files and assets in this course": "Lista de arquivos e ativos enviados neste curso", + "Live view of webcam": "Visualizar webcam ao vivo", + "Load Another File": "Carregar outro arquivo", + "Load all responses": "Carregar todas as respostas", + "Loading": "Carregando", + "Loading content": "Carregando conte\u00fado", + "Loading data...": "Carregando os dados...", + "Loading more threads": "Carregando mais t\u00f3picos", + "Loading your courses": "Carregando os seus cursos", + "Location in Course": "Localiza\u00e7\u00e3o no curso", + "Lock this asset": "Travar este ativo", + "Lock/unlock file": "Travar/destravar arquivo", + "MB": "MB", + "Make sure that the full name on your account matches the name on your ID.": "Verifique se o nome completo na sua conta \u00e9 o mesmo que o nome no seu documento de identidade.", + "Make sure we can verify your identity with the photos and information you have provided.": "Confirme se n\u00f3s poderemos verificar sua indenidade com as fotos e a informa\u00e7\u00e3o que voc\u00ea forneceu.", + "Make sure your ID is well-lit": "Certifique-se que o documento esteja bem iluminado", + "Make sure your face is well-lit": "Certifique-se que o seu rosto esteja bem iluminado", + "Manual": "Manual", + "March": "Mar\u00e7o", + "Mark Exam As Completed": "Marcar avalia\u00e7\u00e3o como completa", + "Mark enrollment code as unused": "Marcar c\u00f3digo de matr\u00edcula como n\u00e3o usado", + "Markdown Editing Help": "Ajuda para Editar Markdown", + "Max file size exceeded": "Tamanho m\u00e1ximo de arquivo excedido.", + "May": "Maio", + "Membership": "Assinatura", + "Message:": "Mensagem:", + "Midnight": "Meia-noite", + "Module state successfully deleted.": "Status do m\u00f3dulo exclu\u00eddo corretamente.", + "More": "Mais", + "Move cancelled. \"{sourceDisplayName}\" has been moved back to its original location.": "Mover cancelado. \"{sourceDisplayName}\" foi movido de volta \u00e0 sua localiza\u00e7\u00e3o original.", + "Must complete verification checkpoint": "Necess\u00e1rio completar o ponto de verifica\u00e7\u00e3o. ", + "My Team": "Minha equipe", + "N/A": "N/A", + "Name": "Nome", + "Name ": "Nome", + "Name of the certificate": "Nome do certificado", + "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "Nome dos grupos aos quais os estudantes ser\u00e3o associados, por exemplo, Controle, V\u00eddeo, Problemas. Voc\u00ea dever\u00e1 ter dois ou mais grupos.", + "Name of the signatory": "Nome da assinatura", + "Name or short description of the configuration": "Nome ou descri\u00e7\u00e3o curta da configura\u00e7\u00e3o", + "Never published": "Nunca publicado", + "New %(item_type)s": "Novo %(item_type)s", + "New Address": "Novo Endere\u00e7o", + "New enrollment mode:": "Novo modo de matr\u00edcula", + "Next": "Pr\u00f3ximo", + "Next Step: Confirm your identity": "Pr\u00f3ximo passo: confirme a sua identidade", + "Next: %(nextStepTitle)s": "Pr\u00f3ximo: %(nextStepTitle)s", + "No Content Group": "Nenhum Grupo de Conte\u00fado", + "No EdX Timed Transcript": "Nenhuma Transcri\u00e7\u00e3o Sincronizada da EdX", + "No Flash Detected": "Flash n\u00e3o encontrado", + "No Timed Transcript": "Sem Transcri\u00e7\u00e3o Sincronizada", + "No Webcam Detected": "Webcam n\u00e3o encontrada", + "No content-specific discussion topics exist.": "N\u00e3o h\u00e1 t\u00f3picos de discuss\u00e3o de conte\u00fado espec\u00edficos", + "No description available": "Sem descri\u00e7\u00e3o dispon\u00edvel", + "No receipt available": "Recibo n\u00e3o dispon\u00edvel", + "No results": "Sem resultados", + "No results found for \"%(query_string)s\". Please try searching again.": "Nenhum resultado foi encontrado para \"%(query_string)s\". Tente novamente.", + "No tasks currently running.": "N\u00e3o h\u00e1 nenhuma tarefa em andamento", + "None": "Nenhum", + "Noon": "Meio-dia", + "Not Graded": "N\u00e3o avaliado", + "Not Selected": "N\u00e3o selecionado", + "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "N\u00e3o foi poss\u00edvel definir nota de aprova\u00e7\u00e3o menor que %(minimum_grade_cutoff)s%.", + "Not available": "N\u00e3o Dispon\u00edvel", + "Not in Use": "N\u00e3o utilizado", + "Not selected": "N\u00e3o selecionado", + "Note": "Anota\u00e7\u00e3o", "Note: You are %s hour ahead of server time.": [ - "Nota: Voc\u00ea est\u00e1 %s hora \u00e0 frente do hor\u00e1rio do servidor.", + "Nota: Voc\u00ea est\u00e1 %s hora \u00e0 frente do hor\u00e1rio do servidor.", "Nota: Voc\u00ea est\u00e1 %s horas \u00e0 frente do hor\u00e1rio do servidor." - ], + ], "Note: You are %s hour behind server time.": [ - "Nota: Voc\u00ea est\u00e1 %s hora atr\u00e1s do tempo do servidor.", + "Nota: Voc\u00ea est\u00e1 %s hora atr\u00e1s do tempo do servidor.", "Nota: Voc\u00ea est\u00e1 %s horas atr\u00e1s do hor\u00e1rio do servidor." - ], - "Noted in:": "Anota\u00e7\u00e3o feita em:", - "Notes": "Anota\u00e7\u00f5es", - "Notes hidden": "Ocultar anota\u00e7\u00f5es", - "Notes visible": "Visualizar anota\u00e7\u00f5es", - "November": "Novembro", - "Now": "Agora", - "Number Sent": "N\u00famero enviado", - "Number of Droppable": "N\u00famero de Cancel\u00e1veis", - "Number of Students": "N\u00famero de alunos", - "Numbered List (Ctrl+O)": "Lista numerada (Ctrl+O)", - "OK": "OK", - "October": "Outubro", - "One or more rescheduling tasks failed.": "Uma ou mais tarefas de reagendamento falharam.", - "Only properly formatted .csv files will be accepted.": "Apenas arquivos .csv formatados corretamente ser\u00e3o aceitos.", - "Open/download this file": "Abrir/baixar este arquivo", - "Option Deleted": "Op\u00e7\u00e3o Apagada", - "Optional Characteristics": "Caracter\u00edsticas Opcionais", - "Optional long description": "Descri\u00e7\u00e3o longa opcional", - "Options for {license_name}": "Op\u00e7\u00f5es para {license_name}", - "Order History": "Hist\u00f3rico de pedidos", - "Order No.": "N\u00famero do pedido", - "Organization": "Organiza\u00e7\u00e3o", - "Organization ": "Organiza\u00e7\u00e3o", - "Organization of the signatory": "Organiza\u00e7\u00e3o do signat\u00e1rio", - "Other": "Outro", - "Password": "Senha", - "Password assistance": "Supporte de Senha", - "Path to Signature Image": "Caminho para Imagem da Assinatura", - "Photo Captured successfully.": "Foto capturada com sucesso.", - "Photo ID": "Foto de Identifica\u00e7\u00e3o", - "Photo Identification": "Identifica\u00e7\u00e3o pela foto", - "Photo of %(fullName)s": "Foto de %(fullName)s", - "Photo of %(fullName)s's ID": "Foto do documento de %(fullName)s", - "Photo requirements:": "Requisitos da foto:", - "Photos don't meet the requirements?": "As fotos n\u00e3o satisfazem os requisitos?", - "Placeholder": "Espa\u00e7o reservado", - "Please Note": "Por favor observe", - "Please address the errors on this page first, and then save your progress.": "Por favor, primeiro corrija os erros nesta p\u00e1gina e somente depois salve o seu progresso. ", - "Please check the following validation feedbacks and reflect them in your course settings:": "Por favor confira os seguintes feedbacks de valida\u00e7\u00e3o e use-os para alterar as configura\u00e7\u00f5es do curso:", - "Please correct the outlined fields.": "Por favor, corrija os campos destacados.", - "Please do not use any spaces in this field.": "Por favor, n\u00e3o utilize espa\u00e7os neste campo.", - "Please do not use any spaces or special characters in this field.": "Por favor, n\u00e3o utilize espa\u00e7o ou caracteres especiais neste campo. ", - "Please enter a problem location.": "Por favor, informe o local do problema.", - "Please enter a student email address or username.": "Adicione o endere\u00e7o de e-mail ou o nome de usu\u00e1rio de um aluno.", - "Please enter a username or email.": "Digite um nome de usu\u00e1rio ou e-mail.", - "Please enter a valid donation amount.": "Por favor, insira um valor de doa\u00e7\u00e3o v\u00e1lido.", - "Please enter an integer between %(min)s and %(max)s.": "Por favor, insira um n\u00famero inteiro entre %(min)s e %(max)s.", - "Please enter an integer between 0 and 100.": "Insira um n\u00famero inteiro entre 0 e 100.", - "Please enter an integer greater than 0.": "Insira um n\u00famero inteiro maior do que 0.", - "Please enter non-negative integer.": "Insira um n\u00famero inteiro n\u00e3o negativo.", - "Please enter valid start date and time.": "Insira a data e hor\u00e1rio v\u00e1lido para in\u00edcio.", - "Please enter your %(field)s.": "Insira seu %(field)s.", - "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "Por favor siga as instru\u00e7\u00f5es daqui para enviar um arquivo \u00e0 outro lugar e criar um link para ele: {maxFileSizeRedirectUrl}", - "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "Por favor, imprima esta p\u00e1gina para seu controle; ela serve como recibo. Voc\u00ea tamb\u00e9m receber\u00e1 um e-mail com as mesmas informa\u00e7\u00f5es. ", - "Please specify a reason.": "Por favor, especificar um motivo", - "Please verify that you have uploaded a valid image (PNG and JPEG).": "Verifique se voc\u00ea carregou uma imagem v\u00e1lida (PNG ou JPEG).", - "Please verify that your webcam is connected and that you have allowed your browser to access it.": "Verifique se a sua webcam est\u00e1 conectada e se o seu navegador tem permiss\u00e3o para acess\u00e1-la.", - "Post": "Enviar", - "Practice Proctored": "Pr\u00e1tica supervisionada", - "Practice proctored Exam": "Exame Pr\u00e1tico Supervisionado", - "Preferred Language": "Idioma de prefer\u00eancia", - "Prevent students from generating certificates in this course?": "Evitar que os estudantes possam gerar certificados deste curso?", - "Preview": "Pr\u00e9-visualizar", - "Preview Certificate": "Pr\u00e9-visualizar o Certificado", - "Preview of uploaded image": "Pr\u00e9-visualiza\u00e7\u00e3o da imagem enviada", - "Previous": "Anterior", - "Previous Uploads": "Envios Anteriores", - "Previously published": "Publicado anteriormente", - "Processing Re-run Request": "Processando Requisi\u00e7\u00e3o de Reprise", - "Proctored": "Supervisionado", - "Proctored Exam": "Exame supervisionado", - "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.": "Exames supervisionados s\u00e3o cronometrados e eles gravam um v\u00eddeo de cada aluno fazendo a prova. Os v\u00eddeos s\u00e3o ent\u00e3o revisados para garantir que os alunos sigam as regras do exame.", - "Professional Education": "Educa\u00e7\u00e3o Profissional", - "Professional Education Verified Certificate": "Certificado verificado de profissional de educa\u00e7\u00e3o", - "Promote another member to Admin to remove your admin rights": "Promova outro membro a Administrador para remover seus direitos de administrador", - "Publish": "Publicar", - "Published (not yet released)": "Publicado (ainda n\u00e3o lan\u00e7ado)", - "Published and Live": "Publicado e no ar", - "Publishing Status": "Situa\u00e7\u00e3o de Publica\u00e7\u00e3o", - "Queued": "Em lista de espera.", - "Reason": "Raz\u00e3o", - "Reason field should not be left blank.": "O campo de motivo n\u00e3o deve ser deixado em branco.", - "Reason for change:": "Motivo para altera\u00e7\u00e3o:", - "Receive updates": "Receber atualiza\u00e7\u00f5es", - "Recent Activity": "Atividade recente", - "Redo (Ctrl+Shift+Z)": "Refazer (Ctrl+Shift+Z)", - "Redo (Ctrl+Y)": "Refazer (Ctrl+Y)", - "Regenerate": "Recuperar", - "Regenerate the user's certificate": "Recuperar certificado de usu\u00e1rio.", - "Register with Institution/Campus Credentials": "Cadastrar com Credenciais de Institui\u00e7\u00e3o/Campus", - "Release Date and Time": "Data e Hor\u00e1rio de Lan\u00e7amento", - "Release Date:": "Data de Lan\u00e7amento", - "Release Status:": "Status do lan\u00e7amento:", - "Release Time in UTC:": "Hora do lan\u00e7amento em UTC", - "Release:": "Lan\u00e7amento:", - "Released:": "Lan\u00e7ado:", - "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "A remo\u00e7\u00e3o est\u00e1 em andamento. Para evitar erros, aguarde na p\u00e1gina enquanto o processo \u00e9 finalizado.", - "Remove": "Remover", - "Remove all": "Remover todos", - "Remove chapter %(chapterDisplayName)s": "Remover cap\u00edtulo %(chapterDisplayName)s", - "Remove from Invalidation Table": "Tirar da Tabela de Invalida\u00e7\u00e3o", - "Remove from List": "Remover da lista", - "Remove subsection %(subsectionDisplayName)s": "Remover subse\u00e7\u00e3o %(subsectionDisplayName)s", - "Remove this team member?": "Remover este membro da equipe?", - "Remove unit %(unitName)s": "Remover unidade %(unitName)s", - "Remove {role} Access": "Remover acesso de {role}", - "Removing": "Removendo", - "Replace": "Substituir", - "Requester": "Solicitante", - "Required field.": "Campo obrigat\u00f3rio.", - "Reset Password": "Redefinir senha", - "Restore enrollment code": "Restaurar c\u00f3digo de matr\u00edcula", - "Retake Photo": "Tire uma foto novamente", - "Retake Your Photos": "Tirar outra foto", - "Return and add email address": "Retornar e adicionar um endere\u00e7o de e-mail v\u00e1lido", - "Return to Export": "Retornar para Exportar", - "Return to Your Dashboard": "Retornar ao painel de controle", - "Return to team listing": "Retornar \u00e0 listagem do grupo", - "Review Rules": "Rever as Regras", - "Review Your Photos": "Revisar suas Fotos", - "Review your info": "Revise suas informa\u00e7\u00f5es", - "Revoke access": "Revogar acesso", - "Save": "Salvar", - "Save Changes": "Salvar altera\u00e7\u00f5es", - "Save changes": "Salvar altera\u00e7\u00f5es", - "Saved cohort": "Integrantes salvos", - "Saving": "Salvando", - "Saving your email preference": "Salvando o email de sua prefer\u00eancia", - "Saving...": "Salvando...", - "Scheduled:": "Agendado:", - "Search": "Busca", - "Search Results": "Resultados da pesquisa", - "Search teams": "Buscar equipes", - "Section": "Se\u00e7\u00e3o", - "See all teams in your course, organized by topic. Join a team to collaborate with other learners who are interested in the same topic as you are.": "Veja todas as equipe, organizadas por t\u00f3pico, do seu curso. Junte-se \u00e0 uma equipe para colaborar com outros estudantes interessados nos mesmos t\u00f3picos que voc\u00ea. ", - "Select a Content Group": "Selecione um grupo de conte\u00fado", - "Select a chapter": "Selecione um cap\u00edtulo", - "Select a cohort": "Selecionar um grupo", - "Select a cohort to manage": "Selecionar um grupo para gerenciar", - "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.": "Selecionar um hor\u00e1rio de atribui\u00e7\u00e3o para a prova. Se for mais do que 24 horas, digite um total de tempo. Voc\u00ea pode conceder tempo adicional para que os alunos individuais completem a prova no Painel de Instrumentos do Instrutor. ", - "Selected tab": "Aba selecionada", - "Send notification to mobile apps": "Enviar notifica\u00e7\u00e3o para o aplicativo m\u00f3vel", - "Send push notification to mobile apps": "Enviar notifica\u00e7\u00e3o de envio para o aplicativo m\u00f3vel", - "Sent By": "Enviado por", - "Sent By:": "Enviado por:", - "Sent To:": "Enviado para:", - "September": "Setembro", - "Server Error, Please refresh the page and try again.": "Erro no servidor, por favor, recarregue a p\u00e1gina e tente novamente", - "Set up your certificate": "Emita seu certificado", - "Settings": "Configura\u00e7\u00f5es", - "Show": "Mostrar", - "Show All": "Mostrar todos", - "Show Deprecated Settings": "Exibir configura\u00e7\u00f5es obsoletas", - "Show Discussion": "Exibir discuss\u00e3o", - "Show me other ways to sign in or register": "Mostrar outras formas de entrada ou cadastro", - "Show notes": "Exibir anota\u00e7\u00f5es", - "Showing all responses": "Exibindo todas as respostas", - "Sign in": "Entrar", - "Sign in here using your email address and password, or use one of the providers listed below.": "Entre utilizando o seu endere\u00e7o de e-mail e senha, ou utilize um dos provedores listados abaixo.", - "Sign in here using your email address and password.": "Entre usando o seu endere\u00e7o de e-mail ou senha.", - "Sign in using %(providerName)s": "Entrar usando %(providerName)s", - "Sign in with %(providerName)s": "Entrar usando %(providerName)s", - "Sign in with Institution/Campus Credentials": "Entrar com Credenciais de Institui\u00e7\u00e3o/Campus", - "Signatory": "Signat\u00e1rio", - "Signatory field(s) has invalid data.": "O campo(s) Emissor possui dados inv\u00e1lidos.", - "Signature Image": "Imagem da Assinatura", - "Some Rights Reserved": "Alguns direitos reservados", - "Something went wrong changing this enrollment. Please try again.": "Algo deu errado ao mudar esta matr\u00edcula. Por favor, tente novamente.", - "Sorry, no results were found.": "Desculpe, n\u00e3o foram encontrados resultados.", - "Sorted by": "Ordenado por ", - "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "Especifique uma alternativa para o t\u00edtulo oficial do curso a ser exibido nos certificados. Deixe em branco para usar o t\u00edtulo oficial do curso.", - "Staff": "Equipe", - "Staff Only": "Apenas Funcion\u00e1rios", - "Start Date": "Data de In\u00edcio", - "Start generating certificates for all students in this course?": "Iniciar a gera\u00e7\u00e3o de certificados para todos os estudantes deste curso?", - "Start regenerating certificates for students in this course?": "Iniciar a recupera\u00e7\u00e3o dos certificados para os estudantes deste curso?", - "Started task to override the score for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "Tarefa iniciada para substituir a pontua\u00e7\u00e3o do problema '<%- problem_id %>' e aluno '<%- student_id %>'. Clique no bot\u00e3o \"Mostrar status da tarefa\" para ver o status da tarefa.", - "Starts": "Iniciar", - "Starts: %(start_date)s": "In\u00edcio: %(start_date)s", - "State": "Status", - "Status": "Status", - "Status of Your Response": "Situa\u00e7\u00e3o da Sua Resposta", - "Student": "Aluno", - "Studio:": "Studio:", - "Subject": "Assunto", - "Subject:": "Assunto:", - "Submit": "Enviar", - "Submit Application": "Enviar solicita\u00e7\u00e3o", - "Submit enrollment change": "Enviar a altera\u00e7\u00e3o da matr\u00edcula", - "Submitted": "Enviado", - "Subsection": "Subse\u00e7\u00e3o", - "Success": "Sucesso", - "Successfully deleted student state for user {user}": "O status do aluno para o usu\u00e1rio {user} foi exclu\u00eddo corretamente", - "Successfully enrolled and sent email to the following users:": "Os seguintes usu\u00e1rios foram inscritos com sucesso e um e-mail foi enviado para eles:", - "Successfully enrolled the following users:": "Os seguintes usu\u00e1rios foram inscritos com sucesso:", - "Successfully rescored problem for user {user}": "Problema de usu\u00e1rio {user} reavaliado corretamente", - "Successfully reset the attempts for user {user}": "Tentativas para usu\u00e1rios {user} zeradas corretamente", - "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "O e-mail de inscri\u00e7\u00e3o foi enviado corretamente para os seguintes usu\u00e1rios, que poder\u00e3o se inscrever ap\u00f3s realizar o cadastro:", - "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "O e-mail de inscri\u00e7\u00e3o foi enviado corretamente aos seguintes usu\u00e1rios, que poder\u00e3o se inscrever ap\u00f3s a realiza\u00e7\u00e3o do cadastro:", - "Successfully started task to reset attempts for problem '<%- problem_id %>'. Click the 'Show Task Status' button to see the status of the task.": "A tarefa para repor as tentativas para o problema '<%- problem_id %>' foi iniciada com sucesso. Clique o bot\u00e3o 'Mostrar o Status da Tarefa' para ver o status dessa tarefa.", - "Successfully unlinked.": "Desvinculado com sucesso.", - "Tags": "Marca\u00e7\u00f5es", - "Tags:": "Marca\u00e7\u00f5es:", - "Take Photo": "Tirar foto", - "Take Your Photo": "Tirar foto", - "Take a Photo of Your ID": "Tire uma foto do seu documento de identidade", - "Take a photo of your ID": "Tire uma foto do seu documento de identidade", - "Take me to the main course page": "Me leve \u00e0 p\u00e1gina principal do curso", - "Take me to the main library page": "Me leve \u00e0 p\u00e1gina principal da biblioteca", - "Task ID": "ID da tarefa", - "Task Progress": "Progresso da tarefa", - "Task Status": "Status da tarefa", - "Task Type": "Tipo de tarefa", - "Task inputs": "Informa\u00e7\u00f5es para a tarefa", - "Teaching Assistant": "Assistente de aula", - "Team Description (Required) *": "Descri\u00e7\u00e3o da equipe (obrigat\u00f3ria) *", - "Team Details": "Detalhes da equipe", - "Team Name (Required) *": "Nome da equipe (obrigat\u00f3rio) *", - "Team Search": "Busca de equipes", - "Team capacity": "Capacidade da Equipe", - "Team description cannot have more than 300 characters.": "A descri\u00e7\u00e3o da equipe n\u00e3o pode exceder 300 caracteres.", - "Team member profiles": "Perfis dos Membros da Equipe", - "Team name cannot have more than 255 characters.": "O nome da equipe n\u00e3o pode exceder 255 caracteres.", - "Teams": "Equipes", - "Textbook Name": "Nome do Livro-texto", - "Textbook information": "Informa\u00e7\u00e3o do livro-texto", - "Thank you for submitting your financial assistance application for {course_name}! You can expect a response in 2-4 business days.": "Agradecemos por nos enviar o seu pedido de assist\u00eancia financeira para {course_name}! Voc\u00ea pode esperar uma resposta entre 2-4 dias \u00fateis.", - "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "Obrigado por enviar suas fotos. N\u00f3s vamos analis\u00e1-las rapidamente. Voc\u00ea pode inscrever-se para qualquer curso da plataforma %(platformName)s que ofere\u00e7a certificados verificados. A verifica\u00e7\u00e3o \u00e9 v\u00e1lida por um ano. Depois disso, voc\u00ea precisa enviar fotos para verificar novamente.", - "The cohort cannot be added": "O grupo n\u00e3o pode ser adicionado", - "The cohort cannot be saved": "O grupo n\u00e3o p\u00f4de ser salvo", - "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "Os campos comprimento combinando da Organiza\u00e7\u00e3o e c\u00f3digo da biblioteca n\u00e3o podem ultrapassar <%=limit%> caracteres. ", - "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "Os campos comprimento total da Organiza\u00e7\u00e3o, n\u00famero do curso e funcionamento do curso n\u00e3o podem exceder <%=limit%> caracteres. ", - "The country that team members primarily identify with.": "O pa\u00eds com o qual os membros da equipe se identificam.", - "The course end date must be later than the course start date.": "A data do final do curso deve ser posterior \u00e0 data de in\u00edcio da matr\u00edcula. ", - "The course must have an assigned start date.": "O curso deve ter uma data de in\u00edcio designada.", - "The course start date must be later than the enrollment start date.": "A data de in\u00edcio do curso deve ser posterior \u00e0 data de in\u00edcio da matr\u00edcula. ", - "The display of ungraded and checked out responses could not be loaded.": "N\u00e3o foi poss\u00edvel carregar a exibi\u00e7\u00e3o de respostas corrigidas e n\u00e3o corrigidas. ", - "The email address you've provided isn't formatted correctly.": "O endere\u00e7o de e-mail que voc\u00ea utilizou n\u00e3o est\u00e1 formatado corretamente.", - "The enrollment end date cannot be after the course end date.": "A data final de matr\u00edcula n\u00e3o pode ser posterior \u00e0 data do final do curso. ", - "The enrollment start date cannot be after the enrollment end date.": "A data de in\u00edcio da matr\u00edcula n\u00e3o pode ser posterior \u00e0 data final para a matr\u00edcula. ", - "The file must be at least {size} in size.": "O arquivo deve ter pelo menos {size}.", - "The file must be smaller than {size} in size.": "O arquivo deve ser menor que {size}.", - "The following email addresses and/or usernames are invalid:": "Os seguintes endere\u00e7os de email e/ou nomes de usu\u00e1rio s\u00e3o inv\u00e1lidos:", - "The following errors were generated:": "Os seguintes erros foram gerados:", - "The following file types are not allowed: ": "Os seguintes tipos de arquivos n\u00e3o s\u00e3o permitidos:", - "The following information is already a part of your {platform} profile. We\\'ve included it here for your application.": "As informa\u00e7\u00f5es a seguir j\u00e1 fazem parte do seu perfil {platform}. N\u00f3s as inclu\u00edmos aqui para seu pedido.", - "The following message will be displayed at the bottom of the courseware pages within your course:": "A mensagem a seguir ser\u00e1 exibida na parte inferior das p\u00e1ginas do seu curso:", - "The following options are available for the {license_name} license.": "As seguintes op\u00e7\u00f5es est\u00e3o dispon\u00edveis para a licen\u00e7a {license_name}.", - "The following users are no longer enrolled in the course:": "Os seguintes usu\u00e1rios n\u00e3o est\u00e3o mais inscritos no curso:", - "The following warnings were generated:": "Os seguintes avisos foram gerados:", - "The language that team members primarily use to communicate with each other.": "O idioma principal que os membros da equipe usam para se comunicar.", - "The minimum grade for course credit is not set.": "A nota m\u00ednima para obter cr\u00e9ditos para o curso n\u00e3o est\u00e1 especificada.", - "The name of this signatory as it should appear on certificates.": "O nome deste signat\u00e1rio conforme deve aparecer nos certificados.", - "The organization that this signatory belongs to, as it should appear on certificates.": "A organiza\u00e7\u00e3o a qual este signat\u00e1rio pertence, conforme deve aparecer nos certificados.", - "The photo of your face matches the photo on your ID.": "A foto do seu rosto corresponde \u00e0 foto no seu documento.", - "The raw error message is:": "A mensagem bruta de erro \u00e9:", - "The selected content group does not exist": "O grupo de conte\u00fado selecionado n\u00e3o existe", - "The server could not be contacted.": "N\u00e3o foi poss\u00edvel contactar o servidor.", - "The staff assessment form could not be loaded.": "N\u00e3o foi poss\u00edvel carregar o formul\u00e1rio de avalia\u00e7\u00e3o pessoal.", - "The submission could not be removed from the grading pool.": "A tarefa enviada n\u00e3o p\u00f4de ser removida da lista para avalia\u00e7\u00e3o.", - "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "A transcri\u00e7\u00e3o sincronizada do primeiro arquivo de v\u00eddeo n\u00e3o parece ser a mesma transcri\u00e7\u00e3o do segundo arquivo de v\u00eddeo", - "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "A transcri\u00e7\u00e3o sincronizada do edX para este v\u00eddeo est\u00e1 desatualizada, mas o YouTube tem uma transcri\u00e7\u00e3o sincronizada atual para este v\u00eddeo.", - "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "O grupo {cohortGroupName} foi criado.Voc\u00ea pode adicionar manualmente os estudantes para o curso abaixo.", - "There has been an error processing your survey.": "Ocorreu um erro ao processar a sua enquete.", - "There has been an error while exporting.": "Ocorreu um erro na exporta\u00e7\u00e3o.", - "There has been an error with your export.": "Ocorreu um erro com sua exporta\u00e7\u00e3o.", - "There is invalid code in your content. Please check to make sure it is valid HTML.": "Existe um c\u00f3digo inv\u00e1lido em seu conte\u00fado. Por favor, verifique para certificar-se que \u00e9 um HTML v\u00e1lido.", - "There is no email history for this course.": "N\u00e3o h\u00e1 hist\u00f3rico de e-mails para este curso.", - "There must be at least one group.": "\u00c9 necess\u00e1rio possuir ao menos um grupo.", - "There must be one cohort to which students can automatically be assigned.": "Deve haver um grupo no qual os estudantes sejam automaticamente designados.", - "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "Tivemos um problema ao criar o relat\u00f3rio. Selecione \"Criar Sum\u00e1rio Executivo\" para tentar novamente.", - "There was an error changing the user's role": "Ocorreu um erro ao trocar a fun\u00e7\u00e3o do usu\u00e1rio", - "There was an error obtaining email content history for this course.": "Houve um erro ao tentarmos obter o hist\u00f3rico do conte\u00fado dos emails para este curso.", - "There was an error obtaining email task history for this course.": "Ocorreu um erro ao obter o hist\u00f3rico de tarefas por e-mail para este curso.", - "There was an error, try searching again.": "Ocorreu um erro, tente realizar a busca novamente.", - "There were errors reindexing course.": "Houve erros ao reindexar o Curso.", - "There's already another assignment type with this name.": "J\u00e1 existe um outro tipo de tarefa com este nome.", - "These users were not added as beta testers:": "Os seguintes usu\u00e1rios n\u00e3o foram adicionados como testadores beta:", - "These users were not affiliated with the course so could not be unenrolled:": "Os seguintes usu\u00e1rios n\u00e3o estavam inscritos no curso e, portanto, n\u00e3o puderam ser exclu\u00eddos:", - "These users were not removed as beta testers:": "Os seguintes usu\u00e1rios n\u00e3o foram removidos do grupo de testadores beta:", - "These users were successfully added as beta testers:": "Os seguintes usu\u00e1rios foram adicionados com sucesso como testadores beta:", - "These users were successfully removed as beta testers:": "Os seguintes usu\u00e1rios foram removidos do grupo de testadores beta com sucesso:", - "These users will be allowed to enroll once they register:": "Os seguintes usu\u00e1rios poder\u00e3o se inscrever ap\u00f3s realizar o cadastro:", - "These users will be enrolled once they register:": "Os seguintes usu\u00e1rios ser\u00e3o inscritos ap\u00f3s o cadastro:", - "This Group Configuration is used in:": "A Configura\u00e7\u00e3o deste Grupo \u00e9 usada em:", - "This action cannot be undone.": "Esta a\u00e7\u00e3o n\u00e3o pode ser desfeita.", - "This assessment could not be submitted.": "Esta avalia\u00e7\u00e3o n\u00e3o p\u00f4de ser submetida.", - "This certificate has already been activated and is live. Are you sure you want to continue editing?": "Este certificado j\u00e1 foi ativado. Tem certeza que gostaria de seguir com a edi\u00e7\u00e3o.", - "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "Essa configura\u00e7\u00e3o est\u00e1 sendo usada em experimentos de conte\u00fado. Se fizer altera\u00e7\u00f5es aos grupos, voc\u00ea vai precisar editar os experimentos.", - "This content group is used in one or more units.": "Este grupo de conte\u00fado \u00e9 utilizado em uma ou mais unidades.", - "This feedback could not be submitted.": "Este feedback n\u00e3o p\u00f4de ser enviado.", - "This is the Description of the Group Configuration": "Esta \u00e9 a Descri\u00e7\u00e3o da Configura\u00e7\u00e3o do Grupo", - "This is the Name of the Group Configuration": "Este \u00e9 o Nome da Configura\u00e7\u00e3o do Grupo", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Esta \u00e9 a lista de %s dispon\u00edveis. Voc\u00ea pode escolh\u00ea-los(as) selecionando-os(as) abaixo e clicando na seta \"Escolher\" entre as duas caixas.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Esta \u00e9 a lista de %s dispon\u00edveis. Voc\u00ea pode remov\u00ea-los(as) selecionando-os(as) abaixo e clicando na seta \"Remover\" entre as duas caixas.", - "This is the name of the group": "Esse \u00e9 o nome do grupo", - "This learner will be removed from the team, allowing another learner to take the available spot.": "Este estudante ser\u00e1 removido desta equipe. Seu lugar estar\u00e1 dispon\u00edvel para outro estudante.", - "This problem could not be saved.": "Este problema n\u00e3o p\u00f4de ser salvo.", - "This problem has already been released. Any changes will apply only to future assessments.": "A solu\u00e7\u00e3o deste problema j\u00e1 foi colocada no software. Quaisquer altera\u00e7\u00f5es ser\u00e3o aplicadas apenas em avalia\u00e7\u00f5es futuras.", - "This response could not be saved.": "Esta resposta n\u00e3o p\u00f4de ser salva.", - "This response could not be submitted.": "Esta resposta n\u00e3o p\u00f4de ser enviada", - "This response has been saved but not submitted.": "Esta resposta foi salva mas n\u00e3o foi enviada.", - "This response has not been saved.": "Esta resposta n\u00e3o foi salva.", - "This section could not be loaded.": "Esta se\u00e7\u00e3o n\u00e3o p\u00f4de ser carregada.", - "This team does not have any members.": "Esta equipe n\u00e3o possui nenhum membro.", - "This team is full.": "Esta equipe est\u00e1 completa.", - "Time Allotted (HH:MM):": "Tempo previsto (HH:MM):", - "Time Sent": "Data de envio", - "Time Sent:": "Enviado em:", - "Timed": "Cronometrado", - "Timed Transcript Conflict": "Conflito de Transcri\u00e7\u00e3o Sincronizada", - "Timed Transcript Found": "Transcri\u00e7\u00e3o Sincronizada encontrada", - "Timed Transcript Uploaded Successfully": "Transcri\u00e7\u00e3o Sincronizada Enviada com Sucesso", - "Timed Transcript from %(filename)s": "Transcri\u00e7\u00e3o cronometrada de %(filename)s", - "Tips on taking a successful photo": "Dicas para tirar uma boa foto", - "Title ": "T\u00edtulo", - "Title of the signatory": "T\u00edtulo da assinatura", - "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "T\u00edtulos com mais de 100 caracteres podem impedir que os estudantes imprimam seu certificado em uma \u00fanica p\u00e1gina.", - "To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.": "Para garantir que todos os estudantes poder\u00e3o acessar o video, n\u00f3s recomendamos providenciar vers\u00f5es em .mp4 e .webm do video. Clique abaixo para adicionar um URL para outra vers\u00e3o. Esses URLs n\u00e3o podem ser do YouTube. O primeiro v\u00eddeo que for compat\u00edvel com o computador dos alunos ser\u00e1 exibido.", - "To finalize course credit, %(display_name)s requires %(platform_name)s learners to submit a credit request.": "Para finalizar os cr\u00e9ditos do curso, %(display_name)s exige que os alunos %(platform_name)s enviem uma solicita\u00e7\u00e3o de cr\u00e9ditos. ", - "To invalidate a certificate for a particular learner, add the username or email address below.": "Para invalidar um certificado para um aluno em particular, adicionar o nome do usu\u00e1rio ou endere\u00e7o de e-mail abaixo", - "To receive a certificate, you must also verify your identity.": "Para receber um certificado, voc\u00ea tamb\u00e9m deve verificar a sua identidade.", - "To take a successful photo, make sure that:": "Para tirar uma foto corretamente, certifique-se que:", - "To verify your identity, you need a webcam and a government-issued photo ID.": "Para verificar sua identidade, voc\u00ea precisa de uma webcam e um documento com foto emitido pelo governo.", - "Today": "Hoje", - "Toggle Notifications Setting": "Alterar Configura\u00e7\u00f5es de Notifica\u00e7\u00e3o", - "Tomorrow": "Amanh\u00e3", - "Topic": "T\u00f3picos", - "Topics": "T\u00f3picos", - "Total": "Total", - "Total Number": "N\u00famero Total", - "Try the transaction again in a few minutes.": "Tente fazer esta transa\u00e7\u00e3o novamente em alguns minutos.", - "Type": "Tipo", - "Type into this box to filter down the list of available %s.": "Digite nessa caixa para filtrar a lista de %s dispon\u00edveis.", - "URL": "URL", - "Unable to load": "N\u00e3o foi poss\u00edvel carregar", - "Undo (Ctrl+Z)": "Desfazer (Ctrl+Z)", - "Undo Changes": "Desfazer altera\u00e7\u00f5es", - "Unexpected server error.": "Ocorreu um erro de servidor inesperado.", - "Ungraded": "N\u00e3o corrigido", - "Unit": "Unidade", - "Unknown": "Desconhecido", - "Unlinking": "Desvinculando", - "Unnamed Option": "Op\u00e7\u00e3o Sem Nome", - "Unpublished changes to content that will release in the future": "Altera\u00e7\u00f5es de conte\u00fado n\u00e3o publicadas que ser\u00e3o liberadas no futuro", - "Unpublished changes to live content": "Altera\u00e7\u00f5es de conte\u00fado ao vivo n\u00e3o publicadas ", - "Unpublished units will not be released": "Unidades n\u00e3o publicadas n\u00e3o ser\u00e3o lan\u00e7adas", - "Unscheduled": "N\u00e3o agendado", - "Update": "Atualizar", - "Update team.": "Atualizar equipe.", - "Updating with latest library content": "Atualizando com o conte\u00fado mais recente da biblioteca", - "Upgrade Deadline": "Prazo final para atualiza\u00e7\u00e3o", - "Upload": "Enviar", - "Upload File": "Carregar arquivo", - "Upload File and Assign Students": "Fa\u00e7a o upload do arquivo e a atribui\u00e7\u00e3o de Alunos.", - "Upload New .srt Transcript": "Enviar Nova Transcri\u00e7\u00e3o .srt", - "Upload New File": "Subir um Novo Arquivo", - "Upload New Transcript": "Enviar Nova Transcri\u00e7\u00e3o", - "Upload PDF": "Enviar PDF", - "Upload Signature Image": "Enviar a imagem da assinatura", - "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "Carregar arquivo com valores separados por v\u00edrgula (.csv) que contenha o nome de usu\u00e1rio ou endere\u00e7o de e-mail dos alunos que receberam exce\u00e7\u00f5es. Incluir o n\u00famero de usu\u00e1rio ou endere\u00e7o de e-mail no primeiro campo separado por virgula. Voc\u00ea pode incluir uma nota opcional descrevendo a raz\u00e3o para a exce\u00e7\u00e3o no segundo campo separado por v\u00edrgula. ", - "Upload an image": "Carregar uma imagem", - "Upload an image or capture one with your web or phone camera.": "Envie uma imagem ou capture uma, com sua webcam ou com a c\u00e2mera de seu telefone celular.", - "Upload completed": "Carregamento conclu\u00eddo", - "Upload failed": "Carregamento falhou. ", - "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "O carregamento est\u00e1 em progresso. Para evitar erros, aguarde na p\u00e1gina enquanto o processo \u00e9 finalizado.", - "Upload signature image.": "Atualizar a imagem do emissor.", - "Upload your course image.": "Enviar imagem do seu curso.", - "Upload your first asset": "Envie seu primeiro ativo", - "Uploaded file issues. Click on \"+\" to view.": "Atualizado os arquivos enviados. Clique em \"+\" para visualizar.", - "Uploading": "Carregando", - "Upset Learner": "Aluno chateado", - "Use Current Transcript": "Usar a Transcri\u00e7\u00e3o Atual", - "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.": "Usar uma prova supervisionada pr\u00e1tica para apresentar aos alunos as ferramentas e processos de supervis\u00e3o. Os resultados de prova pr\u00e1tica n\u00e3o afetam a nota dos alunos", - "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "Use uma prova cronometrada para limitar o tempo que os alunos podem gastar nos problemas nesta subse\u00e7\u00e3o. Os alunos devem enviar as respostas antes que o tempo acabe. Voc\u00ea pode permitir um tempo adicional para alunos individuais atrav\u00e9s do Painel do Instrutor.", - "Use my institution/campus credentials": "Entrar com credenciais de Institui\u00e7\u00e3o/Campus", - "Use the retake photo button if you are not pleased with your photo": "Se a sua foto n\u00e3o lhe agradou utilize o bot\u00e3o de tirar a foto novamente.", - "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "Use a webcam para tirar uma foto do seu documento. N\u00f3s vamos conferir esta foto com a foto do seu rosto e o nome na sua conta.", - "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "Use a webcam para tirar uma foto do seu rosto. N\u00f3s vamos conferir essa foto com a do seu documento de identidade.", - "Used": "Usado", - "User Email": "E-mail do Usu\u00e1rio", - "Username": "Nome de usu\u00e1rio", - "Username or email address": "Nome do usu\u00e1rio ou endere\u00e7o de e-mail", - "Users must create and activate their account before they can be promoted to beta tester.": "Os usu\u00e1rios devem criar e ativar as suas contas antes de serem promovidos a testadores beta.", - "Valid": "V\u00e1lido", - "Validation Error": "Erro de valida\u00e7\u00e3o", - "Validation Error While Saving": "Erro de valida\u00e7\u00e3o ao salvar", - "Verification Checkpoint": "Ponto de Verifica\u00e7\u00e3o", - "Verification Deadline": "Prazo de verifica\u00e7\u00e3o", - "Verification checkpoint to be completed": "Ponto de verifica\u00e7\u00e3o a completar", - "Verified Certificate": "Certificado Verificado", - "Verified Certificate upgrade": "Atualiza\u00e7\u00e3o do certificado verificado", - "Verified Status": "Status verificado", - "Verified mode price": "Pre\u00e7o de modo verificado", - "Verify Now": "Verifique agora", - "Video Capture Error": "Falha na captura de v\u00eddeo", - "Video ID": "ID do V\u00eddeo", - "View": "Visualizar", - "View %(span_start)s %(team_name)s %(span_end)s": "Visualizar %(span_start)s %(team_name)s %(span_end)s", - "View Cohort": "Visualizar grupo", - "View Live": "Visualizar ao Vivo", - "View Teams in the %(topic_name)s Topic": "Visualizar equipes no t\u00f3pico %(topic_name)s", - "View all errors": "Visualizar todos os erros", + ], + "Noted in:": "Anota\u00e7\u00e3o feita em:", + "Notes": "Anota\u00e7\u00f5es", + "Notes hidden": "Ocultar anota\u00e7\u00f5es", + "Notes visible": "Visualizar anota\u00e7\u00f5es", + "November": "Novembro", + "Now": "Agora", + "Number Sent": "N\u00famero enviado", + "Number of Droppable": "N\u00famero de Cancel\u00e1veis", + "Number of Students": "N\u00famero de alunos", + "Numbered List (Ctrl+O)": "Lista numerada (Ctrl+O)", + "OK": "OK", + "October": "Outubro", + "One or more rescheduling tasks failed.": "Uma ou mais tarefas de reagendamento falharam.", + "Only properly formatted .csv files will be accepted.": "Apenas arquivos .csv formatados corretamente ser\u00e3o aceitos.", + "Open/download this file": "Abrir/baixar este arquivo", + "Option Deleted": "Op\u00e7\u00e3o Apagada", + "Optional Characteristics": "Caracter\u00edsticas Opcionais", + "Optional long description": "Descri\u00e7\u00e3o longa opcional", + "Options for {license_name}": "Op\u00e7\u00f5es para {license_name}", + "Order History": "Hist\u00f3rico de pedidos", + "Order No.": "N\u00famero do pedido", + "Organization": "Organiza\u00e7\u00e3o", + "Organization ": "Organiza\u00e7\u00e3o", + "Organization of the signatory": "Organiza\u00e7\u00e3o do signat\u00e1rio", + "Other": "Outro", + "Password": "Senha", + "Password assistance": "Supporte de Senha", + "Path to Signature Image": "Caminho para Imagem da Assinatura", + "Photo Captured successfully.": "Foto capturada com sucesso.", + "Photo ID": "Foto de Identifica\u00e7\u00e3o", + "Photo Identification": "Identifica\u00e7\u00e3o pela foto", + "Photo of %(fullName)s": "Foto de %(fullName)s", + "Photo of %(fullName)s's ID": "Foto do documento de %(fullName)s", + "Photo requirements:": "Requisitos da foto:", + "Photos don't meet the requirements?": "As fotos n\u00e3o satisfazem os requisitos?", + "Placeholder": "Espa\u00e7o reservado", + "Please Note": "Por favor observe", + "Please address the errors on this page first, and then save your progress.": "Por favor, primeiro corrija os erros nesta p\u00e1gina e somente depois salve o seu progresso. ", + "Please check the following validation feedbacks and reflect them in your course settings:": "Por favor confira os seguintes feedbacks de valida\u00e7\u00e3o e use-os para alterar as configura\u00e7\u00f5es do curso:", + "Please correct the outlined fields.": "Por favor, corrija os campos destacados.", + "Please do not use any spaces in this field.": "Por favor, n\u00e3o utilize espa\u00e7os neste campo.", + "Please do not use any spaces or special characters in this field.": "Por favor, n\u00e3o utilize espa\u00e7o ou caracteres especiais neste campo. ", + "Please enter a problem location.": "Por favor, informe o local do problema.", + "Please enter a student email address or username.": "Adicione o endere\u00e7o de e-mail ou o nome de usu\u00e1rio de um aluno.", + "Please enter a username or email.": "Digite um nome de usu\u00e1rio ou e-mail.", + "Please enter a valid donation amount.": "Por favor, insira um valor de doa\u00e7\u00e3o v\u00e1lido.", + "Please enter an integer between %(min)s and %(max)s.": "Por favor, insira um n\u00famero inteiro entre %(min)s e %(max)s.", + "Please enter an integer between 0 and 100.": "Insira um n\u00famero inteiro entre 0 e 100.", + "Please enter an integer greater than 0.": "Insira um n\u00famero inteiro maior do que 0.", + "Please enter non-negative integer.": "Insira um n\u00famero inteiro n\u00e3o negativo.", + "Please enter valid start date and time.": "Insira a data e hor\u00e1rio v\u00e1lido para in\u00edcio.", + "Please enter your %(field)s.": "Insira seu %(field)s.", + "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "Por favor siga as instru\u00e7\u00f5es daqui para enviar um arquivo \u00e0 outro lugar e criar um link para ele: {maxFileSizeRedirectUrl}", + "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "Por favor, imprima esta p\u00e1gina para seu controle; ela serve como recibo. Voc\u00ea tamb\u00e9m receber\u00e1 um e-mail com as mesmas informa\u00e7\u00f5es. ", + "Please specify a reason.": "Por favor, especificar um motivo", + "Please verify that you have uploaded a valid image (PNG and JPEG).": "Verifique se voc\u00ea carregou uma imagem v\u00e1lida (PNG ou JPEG).", + "Please verify that your webcam is connected and that you have allowed your browser to access it.": "Verifique se a sua webcam est\u00e1 conectada e se o seu navegador tem permiss\u00e3o para acess\u00e1-la.", + "Post": "Enviar", + "Practice Proctored": "Pr\u00e1tica supervisionada", + "Practice proctored Exam": "Exame Pr\u00e1tico Supervisionado", + "Preferred Language": "Idioma de prefer\u00eancia", + "Prevent students from generating certificates in this course?": "Evitar que os estudantes possam gerar certificados deste curso?", + "Preview": "Pr\u00e9-visualizar", + "Preview Certificate": "Pr\u00e9-visualizar o Certificado", + "Preview of uploaded image": "Pr\u00e9-visualiza\u00e7\u00e3o da imagem enviada", + "Previous": "Anterior", + "Previous Uploads": "Envios Anteriores", + "Previously published": "Publicado anteriormente", + "Processing Re-run Request": "Processando Requisi\u00e7\u00e3o de Reprise", + "Proctored": "Supervisionado", + "Proctored Exam": "Exame supervisionado", + "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.": "Exames supervisionados s\u00e3o cronometrados e eles gravam um v\u00eddeo de cada aluno fazendo a prova. Os v\u00eddeos s\u00e3o ent\u00e3o revisados para garantir que os alunos sigam as regras do exame.", + "Professional Education": "Educa\u00e7\u00e3o Profissional", + "Professional Education Verified Certificate": "Certificado verificado de profissional de educa\u00e7\u00e3o", + "Promote another member to Admin to remove your admin rights": "Promova outro membro a Administrador para remover seus direitos de administrador", + "Publish": "Publicar", + "Published (not yet released)": "Publicado (ainda n\u00e3o lan\u00e7ado)", + "Published and Live": "Publicado e no ar", + "Publishing Status": "Situa\u00e7\u00e3o de Publica\u00e7\u00e3o", + "Queued": "Em lista de espera.", + "Reason": "Raz\u00e3o", + "Reason field should not be left blank.": "O campo de motivo n\u00e3o deve ser deixado em branco.", + "Reason for change:": "Motivo para altera\u00e7\u00e3o:", + "Receive updates": "Receber atualiza\u00e7\u00f5es", + "Recent Activity": "Atividade recente", + "Redo (Ctrl+Shift+Z)": "Refazer (Ctrl+Shift+Z)", + "Redo (Ctrl+Y)": "Refazer (Ctrl+Y)", + "Regenerate": "Recuperar", + "Regenerate the user's certificate": "Recuperar certificado de usu\u00e1rio.", + "Register with Institution/Campus Credentials": "Cadastrar com Credenciais de Institui\u00e7\u00e3o/Campus", + "Release Date and Time": "Data e Hor\u00e1rio de Lan\u00e7amento", + "Release Date:": "Data de Lan\u00e7amento", + "Release Status:": "Status do lan\u00e7amento:", + "Release Time in UTC:": "Hora do lan\u00e7amento em UTC", + "Release:": "Lan\u00e7amento:", + "Released:": "Lan\u00e7ado:", + "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "A remo\u00e7\u00e3o est\u00e1 em andamento. Para evitar erros, aguarde na p\u00e1gina enquanto o processo \u00e9 finalizado.", + "Remove": "Remover", + "Remove all": "Remover todos", + "Remove chapter %(chapterDisplayName)s": "Remover cap\u00edtulo %(chapterDisplayName)s", + "Remove from Invalidation Table": "Tirar da Tabela de Invalida\u00e7\u00e3o", + "Remove from List": "Remover da lista", + "Remove subsection %(subsectionDisplayName)s": "Remover subse\u00e7\u00e3o %(subsectionDisplayName)s", + "Remove this team member?": "Remover este membro da equipe?", + "Remove unit %(unitName)s": "Remover unidade %(unitName)s", + "Remove {role} Access": "Remover acesso de {role}", + "Removing": "Removendo", + "Replace": "Substituir", + "Requester": "Solicitante", + "Required field.": "Campo obrigat\u00f3rio.", + "Reset Password": "Redefinir senha", + "Restore enrollment code": "Restaurar c\u00f3digo de matr\u00edcula", + "Retake Photo": "Tire uma foto novamente", + "Retake Your Photos": "Tirar outra foto", + "Return and add email address": "Retornar e adicionar um endere\u00e7o de e-mail v\u00e1lido", + "Return to Export": "Retornar para Exportar", + "Return to Your Dashboard": "Retornar ao painel de controle", + "Return to team listing": "Retornar \u00e0 listagem do grupo", + "Review Rules": "Rever as Regras", + "Review Your Photos": "Revisar suas Fotos", + "Review your info": "Revise suas informa\u00e7\u00f5es", + "Revoke access": "Revogar acesso", + "Save": "Salvar", + "Save Changes": "Salvar altera\u00e7\u00f5es", + "Save changes": "Salvar altera\u00e7\u00f5es", + "Saved cohort": "Integrantes salvos", + "Saving": "Salvando", + "Saving your email preference": "Salvando o email de sua prefer\u00eancia", + "Saving...": "Salvando...", + "Scheduled:": "Agendado:", + "Search": "Busca", + "Search Results": "Resultados da pesquisa", + "Search teams": "Buscar equipes", + "Section": "Se\u00e7\u00e3o", + "Select a Content Group": "Selecione um grupo de conte\u00fado", + "Select a chapter": "Selecione um cap\u00edtulo", + "Select a cohort": "Selecionar um grupo", + "Select a cohort to manage": "Selecionar um grupo para gerenciar", + "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.": "Selecionar um hor\u00e1rio de atribui\u00e7\u00e3o para a prova. Se for mais do que 24 horas, digite um total de tempo. Voc\u00ea pode conceder tempo adicional para que os alunos individuais completem a prova no Painel de Instrumentos do Instrutor. ", + "Selected tab": "Aba selecionada", + "Sent By": "Enviado por", + "Sent By:": "Enviado por:", + "Sent To:": "Enviado para:", + "September": "Setembro", + "Server Error, Please refresh the page and try again.": "Erro no servidor, por favor, recarregue a p\u00e1gina e tente novamente", + "Set up your certificate": "Emita seu certificado", + "Settings": "Configura\u00e7\u00f5es", + "Show": "Mostrar", + "Show All": "Mostrar todos", + "Show Deprecated Settings": "Exibir configura\u00e7\u00f5es obsoletas", + "Show Discussion": "Exibir discuss\u00e3o", + "Show me other ways to sign in or register": "Mostrar outras formas de entrada ou cadastro", + "Show notes": "Exibir anota\u00e7\u00f5es", + "Showing all responses": "Exibindo todas as respostas", + "Sign in": "Entrar", + "Sign in here using your email address and password, or use one of the providers listed below.": "Entre utilizando o seu endere\u00e7o de e-mail e senha, ou utilize um dos provedores listados abaixo.", + "Sign in here using your email address and password.": "Entre usando o seu endere\u00e7o de e-mail ou senha.", + "Sign in using %(providerName)s": "Entrar usando %(providerName)s", + "Sign in with %(providerName)s": "Entrar usando %(providerName)s", + "Sign in with Institution/Campus Credentials": "Entrar com Credenciais de Institui\u00e7\u00e3o/Campus", + "Signatory": "Signat\u00e1rio", + "Signatory field(s) has invalid data.": "O campo(s) Emissor possui dados inv\u00e1lidos.", + "Signature Image": "Imagem da Assinatura", + "Some Rights Reserved": "Alguns direitos reservados", + "Something went wrong changing this enrollment. Please try again.": "Algo deu errado ao mudar esta matr\u00edcula. Por favor, tente novamente.", + "Sorry, no results were found.": "Desculpe, n\u00e3o foram encontrados resultados.", + "Sorted by": "Ordenado por ", + "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "Especifique uma alternativa para o t\u00edtulo oficial do curso a ser exibido nos certificados. Deixe em branco para usar o t\u00edtulo oficial do curso.", + "Staff": "Equipe", + "Staff Only": "Apenas Funcion\u00e1rios", + "Start Date": "Data de In\u00edcio", + "Start generating certificates for all students in this course?": "Iniciar a gera\u00e7\u00e3o de certificados para todos os estudantes deste curso?", + "Start regenerating certificates for students in this course?": "Iniciar a recupera\u00e7\u00e3o dos certificados para os estudantes deste curso?", + "Started task to override the score for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "Tarefa iniciada para substituir a pontua\u00e7\u00e3o do problema '<%- problem_id %>' e aluno '<%- student_id %>'. Clique no bot\u00e3o \"Mostrar status da tarefa\" para ver o status da tarefa.", + "Starts": "Iniciar", + "Starts: %(start_date)s": "In\u00edcio: %(start_date)s", + "State": "Status", + "Status": "Status", + "Status of Your Response": "Situa\u00e7\u00e3o da Sua Resposta", + "Student": "Aluno", + "Studio:": "Studio:", + "Subject": "Assunto", + "Subject:": "Assunto:", + "Submit": "Enviar", + "Submit Application": "Enviar solicita\u00e7\u00e3o", + "Submit enrollment change": "Enviar a altera\u00e7\u00e3o da matr\u00edcula", + "Submitted": "Enviado", + "Subsection": "Subse\u00e7\u00e3o", + "Success": "Sucesso", + "Successfully deleted student state for user {user}": "O status do aluno para o usu\u00e1rio {user} foi exclu\u00eddo corretamente", + "Successfully enrolled and sent email to the following users:": "Os seguintes usu\u00e1rios foram inscritos com sucesso e um e-mail foi enviado para eles:", + "Successfully enrolled the following users:": "Os seguintes usu\u00e1rios foram inscritos com sucesso:", + "Successfully rescored problem for user {user}": "Problema de usu\u00e1rio {user} reavaliado corretamente", + "Successfully reset the attempts for user {user}": "Tentativas para usu\u00e1rios {user} zeradas corretamente", + "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "O e-mail de inscri\u00e7\u00e3o foi enviado corretamente para os seguintes usu\u00e1rios, que poder\u00e3o se inscrever ap\u00f3s realizar o cadastro:", + "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "O e-mail de inscri\u00e7\u00e3o foi enviado corretamente aos seguintes usu\u00e1rios, que poder\u00e3o se inscrever ap\u00f3s a realiza\u00e7\u00e3o do cadastro:", + "Successfully started task to reset attempts for problem '<%- problem_id %>'. Click the 'Show Task Status' button to see the status of the task.": "A tarefa para repor as tentativas para o problema '<%- problem_id %>' foi iniciada com sucesso. Clique o bot\u00e3o 'Mostrar o Status da Tarefa' para ver o status dessa tarefa.", + "Successfully unlinked.": "Desvinculado com sucesso.", + "Tags": "Marca\u00e7\u00f5es", + "Tags:": "Marca\u00e7\u00f5es:", + "Take Photo": "Tirar foto", + "Take Your Photo": "Tirar foto", + "Take a Photo of Your ID": "Tire uma foto do seu documento de identidade", + "Take a photo of your ID": "Tire uma foto do seu documento de identidade", + "Take me to the main course page": "Me leve \u00e0 p\u00e1gina principal do curso", + "Take me to the main library page": "Me leve \u00e0 p\u00e1gina principal da biblioteca", + "Task ID": "ID da tarefa", + "Task Progress": "Progresso da tarefa", + "Task Status": "Status da tarefa", + "Task Type": "Tipo de tarefa", + "Task inputs": "Informa\u00e7\u00f5es para a tarefa", + "Teaching Assistant": "Assistente de aula", + "Team Description (Required) *": "Descri\u00e7\u00e3o da equipe (obrigat\u00f3ria) *", + "Team Details": "Detalhes da equipe", + "Team Name (Required) *": "Nome da equipe (obrigat\u00f3rio) *", + "Team Search": "Busca de equipes", + "Team capacity": "Capacidade da Equipe", + "Team description cannot have more than 300 characters.": "A descri\u00e7\u00e3o da equipe n\u00e3o pode exceder 300 caracteres.", + "Team member profiles": "Perfis dos Membros da Equipe", + "Team name cannot have more than 255 characters.": "O nome da equipe n\u00e3o pode exceder 255 caracteres.", + "Teams": "Equipes", + "Textbook Name": "Nome do Livro-texto", + "Textbook information": "Informa\u00e7\u00e3o do livro-texto", + "Thank you for submitting your financial assistance application for {course_name}! You can expect a response in 2-4 business days.": "Agradecemos por nos enviar o seu pedido de assist\u00eancia financeira para {course_name}! Voc\u00ea pode esperar uma resposta entre 2-4 dias \u00fateis.", + "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "Obrigado por enviar suas fotos. N\u00f3s vamos analis\u00e1-las rapidamente. Voc\u00ea pode inscrever-se para qualquer curso da plataforma %(platformName)s que ofere\u00e7a certificados verificados. A verifica\u00e7\u00e3o \u00e9 v\u00e1lida por um ano. Depois disso, voc\u00ea precisa enviar fotos para verificar novamente.", + "The cohort cannot be added": "O grupo n\u00e3o pode ser adicionado", + "The cohort cannot be saved": "O grupo n\u00e3o p\u00f4de ser salvo", + "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "Os campos comprimento combinando da Organiza\u00e7\u00e3o e c\u00f3digo da biblioteca n\u00e3o podem ultrapassar <%=limit%> caracteres. ", + "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "Os campos comprimento total da Organiza\u00e7\u00e3o, n\u00famero do curso e funcionamento do curso n\u00e3o podem exceder <%=limit%> caracteres. ", + "The country that team members primarily identify with.": "O pa\u00eds com o qual os membros da equipe se identificam.", + "The course end date must be later than the course start date.": "A data do final do curso deve ser posterior \u00e0 data de in\u00edcio da matr\u00edcula. ", + "The course must have an assigned start date.": "O curso deve ter uma data de in\u00edcio designada.", + "The course start date must be later than the enrollment start date.": "A data de in\u00edcio do curso deve ser posterior \u00e0 data de in\u00edcio da matr\u00edcula. ", + "The display of ungraded and checked out responses could not be loaded.": "N\u00e3o foi poss\u00edvel carregar a exibi\u00e7\u00e3o de respostas corrigidas e n\u00e3o corrigidas. ", + "The email address you've provided isn't formatted correctly.": "O endere\u00e7o de e-mail que voc\u00ea utilizou n\u00e3o est\u00e1 formatado corretamente.", + "The enrollment end date cannot be after the course end date.": "A data final de matr\u00edcula n\u00e3o pode ser posterior \u00e0 data do final do curso. ", + "The enrollment start date cannot be after the enrollment end date.": "A data de in\u00edcio da matr\u00edcula n\u00e3o pode ser posterior \u00e0 data final para a matr\u00edcula. ", + "The file must be at least {size} in size.": "O arquivo deve ter pelo menos {size}.", + "The file must be smaller than {size} in size.": "O arquivo deve ser menor que {size}.", + "The following email addresses and/or usernames are invalid:": "Os seguintes endere\u00e7os de email e/ou nomes de usu\u00e1rio s\u00e3o inv\u00e1lidos:", + "The following errors were generated:": "Os seguintes erros foram gerados:", + "The following file types are not allowed: ": "Os seguintes tipos de arquivos n\u00e3o s\u00e3o permitidos:", + "The following information is already a part of your {platform} profile. We\\'ve included it here for your application.": "As informa\u00e7\u00f5es a seguir j\u00e1 fazem parte do seu perfil {platform}. N\u00f3s as inclu\u00edmos aqui para seu pedido.", + "The following message will be displayed at the bottom of the courseware pages within your course:": "A mensagem a seguir ser\u00e1 exibida na parte inferior das p\u00e1ginas do seu curso:", + "The following options are available for the {license_name} license.": "As seguintes op\u00e7\u00f5es est\u00e3o dispon\u00edveis para a licen\u00e7a {license_name}.", + "The following users are no longer enrolled in the course:": "Os seguintes usu\u00e1rios n\u00e3o est\u00e3o mais inscritos no curso:", + "The following warnings were generated:": "Os seguintes avisos foram gerados:", + "The language that team members primarily use to communicate with each other.": "O idioma principal que os membros da equipe usam para se comunicar.", + "The minimum grade for course credit is not set.": "A nota m\u00ednima para obter cr\u00e9ditos para o curso n\u00e3o est\u00e1 especificada.", + "The name of this signatory as it should appear on certificates.": "O nome deste signat\u00e1rio conforme deve aparecer nos certificados.", + "The organization that this signatory belongs to, as it should appear on certificates.": "A organiza\u00e7\u00e3o a qual este signat\u00e1rio pertence, conforme deve aparecer nos certificados.", + "The photo of your face matches the photo on your ID.": "A foto do seu rosto corresponde \u00e0 foto no seu documento.", + "The raw error message is:": "A mensagem bruta de erro \u00e9:", + "The selected content group does not exist": "O grupo de conte\u00fado selecionado n\u00e3o existe", + "The server could not be contacted.": "N\u00e3o foi poss\u00edvel contactar o servidor.", + "The staff assessment form could not be loaded.": "N\u00e3o foi poss\u00edvel carregar o formul\u00e1rio de avalia\u00e7\u00e3o pessoal.", + "The submission could not be removed from the grading pool.": "A tarefa enviada n\u00e3o p\u00f4de ser removida da lista para avalia\u00e7\u00e3o.", + "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "A transcri\u00e7\u00e3o sincronizada do primeiro arquivo de v\u00eddeo n\u00e3o parece ser a mesma transcri\u00e7\u00e3o do segundo arquivo de v\u00eddeo", + "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "A transcri\u00e7\u00e3o sincronizada do edX para este v\u00eddeo est\u00e1 desatualizada, mas o YouTube tem uma transcri\u00e7\u00e3o sincronizada atual para este v\u00eddeo.", + "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "O grupo {cohortGroupName} foi criado.Voc\u00ea pode adicionar manualmente os estudantes para o curso abaixo.", + "There has been an error processing your survey.": "Ocorreu um erro ao processar a sua enquete.", + "There has been an error while exporting.": "Ocorreu um erro na exporta\u00e7\u00e3o.", + "There has been an error with your export.": "Ocorreu um erro com sua exporta\u00e7\u00e3o.", + "There is invalid code in your content. Please check to make sure it is valid HTML.": "Existe um c\u00f3digo inv\u00e1lido em seu conte\u00fado. Por favor, verifique para certificar-se que \u00e9 um HTML v\u00e1lido.", + "There is no email history for this course.": "N\u00e3o h\u00e1 hist\u00f3rico de e-mails para este curso.", + "There must be at least one group.": "\u00c9 necess\u00e1rio possuir ao menos um grupo.", + "There must be one cohort to which students can automatically be assigned.": "Deve haver um grupo no qual os estudantes sejam automaticamente designados.", + "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "Tivemos um problema ao criar o relat\u00f3rio. Selecione \"Criar Sum\u00e1rio Executivo\" para tentar novamente.", + "There was an error changing the user's role": "Ocorreu um erro ao trocar a fun\u00e7\u00e3o do usu\u00e1rio", + "There was an error obtaining email content history for this course.": "Houve um erro ao tentarmos obter o hist\u00f3rico do conte\u00fado dos emails para este curso.", + "There was an error obtaining email task history for this course.": "Ocorreu um erro ao obter o hist\u00f3rico de tarefas por e-mail para este curso.", + "There was an error, try searching again.": "Ocorreu um erro, tente realizar a busca novamente.", + "There were errors reindexing course.": "Houve erros ao reindexar o Curso.", + "There's already another assignment type with this name.": "J\u00e1 existe um outro tipo de tarefa com este nome.", + "These users were not added as beta testers:": "Os seguintes usu\u00e1rios n\u00e3o foram adicionados como testadores beta:", + "These users were not affiliated with the course so could not be unenrolled:": "Os seguintes usu\u00e1rios n\u00e3o estavam inscritos no curso e, portanto, n\u00e3o puderam ser exclu\u00eddos:", + "These users were not removed as beta testers:": "Os seguintes usu\u00e1rios n\u00e3o foram removidos do grupo de testadores beta:", + "These users were successfully added as beta testers:": "Os seguintes usu\u00e1rios foram adicionados com sucesso como testadores beta:", + "These users were successfully removed as beta testers:": "Os seguintes usu\u00e1rios foram removidos do grupo de testadores beta com sucesso:", + "These users will be allowed to enroll once they register:": "Os seguintes usu\u00e1rios poder\u00e3o se inscrever ap\u00f3s realizar o cadastro:", + "These users will be enrolled once they register:": "Os seguintes usu\u00e1rios ser\u00e3o inscritos ap\u00f3s o cadastro:", + "This Group Configuration is used in:": "A Configura\u00e7\u00e3o deste Grupo \u00e9 usada em:", + "This action cannot be undone.": "Esta a\u00e7\u00e3o n\u00e3o pode ser desfeita.", + "This assessment could not be submitted.": "Esta avalia\u00e7\u00e3o n\u00e3o p\u00f4de ser submetida.", + "This certificate has already been activated and is live. Are you sure you want to continue editing?": "Este certificado j\u00e1 foi ativado. Tem certeza que gostaria de seguir com a edi\u00e7\u00e3o.", + "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "Essa configura\u00e7\u00e3o est\u00e1 sendo usada em experimentos de conte\u00fado. Se fizer altera\u00e7\u00f5es aos grupos, voc\u00ea vai precisar editar os experimentos.", + "This content group is used in one or more units.": "Este grupo de conte\u00fado \u00e9 utilizado em uma ou mais unidades.", + "This feedback could not be submitted.": "Este feedback n\u00e3o p\u00f4de ser enviado.", + "This is the Description of the Group Configuration": "Esta \u00e9 a Descri\u00e7\u00e3o da Configura\u00e7\u00e3o do Grupo", + "This is the Name of the Group Configuration": "Este \u00e9 o Nome da Configura\u00e7\u00e3o do Grupo", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Esta \u00e9 a lista de %s dispon\u00edveis. Voc\u00ea pode escolh\u00ea-los(as) selecionando-os(as) abaixo e clicando na seta \"Escolher\" entre as duas caixas.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Esta \u00e9 a lista de %s dispon\u00edveis. Voc\u00ea pode remov\u00ea-los(as) selecionando-os(as) abaixo e clicando na seta \"Remover\" entre as duas caixas.", + "This is the name of the group": "Esse \u00e9 o nome do grupo", + "This problem could not be saved.": "Este problema n\u00e3o p\u00f4de ser salvo.", + "This problem has already been released. Any changes will apply only to future assessments.": "A solu\u00e7\u00e3o deste problema j\u00e1 foi colocada no software. Quaisquer altera\u00e7\u00f5es ser\u00e3o aplicadas apenas em avalia\u00e7\u00f5es futuras.", + "This response could not be saved.": "Esta resposta n\u00e3o p\u00f4de ser salva.", + "This response could not be submitted.": "Esta resposta n\u00e3o p\u00f4de ser enviada", + "This response has been saved but not submitted.": "Esta resposta foi salva mas n\u00e3o foi enviada.", + "This response has not been saved.": "Esta resposta n\u00e3o foi salva.", + "This section could not be loaded.": "Esta se\u00e7\u00e3o n\u00e3o p\u00f4de ser carregada.", + "This team does not have any members.": "Esta equipe n\u00e3o possui nenhum membro.", + "This team is full.": "Esta equipe est\u00e1 completa.", + "Time Allotted (HH:MM):": "Tempo previsto (HH:MM):", + "Time Sent": "Data de envio", + "Time Sent:": "Enviado em:", + "Timed": "Cronometrado", + "Timed Transcript Conflict": "Conflito de Transcri\u00e7\u00e3o Sincronizada", + "Timed Transcript Found": "Transcri\u00e7\u00e3o Sincronizada encontrada", + "Timed Transcript Uploaded Successfully": "Transcri\u00e7\u00e3o Sincronizada Enviada com Sucesso", + "Timed Transcript from %(filename)s": "Transcri\u00e7\u00e3o cronometrada de %(filename)s", + "Tips on taking a successful photo": "Dicas para tirar uma boa foto", + "Title ": "T\u00edtulo", + "Title of the signatory": "T\u00edtulo da assinatura", + "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "T\u00edtulos com mais de 100 caracteres podem impedir que os estudantes imprimam seu certificado em uma \u00fanica p\u00e1gina.", + "To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.": "Para garantir que todos os estudantes poder\u00e3o acessar o video, n\u00f3s recomendamos providenciar vers\u00f5es em .mp4 e .webm do video. Clique abaixo para adicionar um URL para outra vers\u00e3o. Esses URLs n\u00e3o podem ser do YouTube. O primeiro v\u00eddeo que for compat\u00edvel com o computador dos alunos ser\u00e1 exibido.", + "To finalize course credit, %(display_name)s requires %(platform_name)s learners to submit a credit request.": "Para finalizar os cr\u00e9ditos do curso, %(display_name)s exige que os alunos %(platform_name)s enviem uma solicita\u00e7\u00e3o de cr\u00e9ditos. ", + "To invalidate a certificate for a particular learner, add the username or email address below.": "Para invalidar um certificado para um aluno em particular, adicionar o nome do usu\u00e1rio ou endere\u00e7o de e-mail abaixo", + "To receive a certificate, you must also verify your identity.": "Para receber um certificado, voc\u00ea tamb\u00e9m deve verificar a sua identidade.", + "To take a successful photo, make sure that:": "Para tirar uma foto corretamente, certifique-se que:", + "To verify your identity, you need a webcam and a government-issued photo ID.": "Para verificar sua identidade, voc\u00ea precisa de uma webcam e um documento com foto emitido pelo governo.", + "Today": "Hoje", + "Toggle Notifications Setting": "Alterar Configura\u00e7\u00f5es de Notifica\u00e7\u00e3o", + "Tomorrow": "Amanh\u00e3", + "Topic": "T\u00f3picos", + "Topics": "T\u00f3picos", + "Total": "Total", + "Total Number": "N\u00famero Total", + "Try the transaction again in a few minutes.": "Tente fazer esta transa\u00e7\u00e3o novamente em alguns minutos.", + "Type": "Tipo", + "Type into this box to filter down the list of available %s.": "Digite nessa caixa para filtrar a lista de %s dispon\u00edveis.", + "URL": "URL", + "Unable to load": "N\u00e3o foi poss\u00edvel carregar", + "Undo (Ctrl+Z)": "Desfazer (Ctrl+Z)", + "Undo Changes": "Desfazer altera\u00e7\u00f5es", + "Unexpected server error.": "Ocorreu um erro de servidor inesperado.", + "Ungraded": "N\u00e3o corrigido", + "Unit": "Unidade", + "Unknown": "Desconhecido", + "Unlinking": "Desvinculando", + "Unnamed Option": "Op\u00e7\u00e3o Sem Nome", + "Unpublished changes to content that will release in the future": "Altera\u00e7\u00f5es de conte\u00fado n\u00e3o publicadas que ser\u00e3o liberadas no futuro", + "Unpublished changes to live content": "Altera\u00e7\u00f5es de conte\u00fado ao vivo n\u00e3o publicadas ", + "Unpublished units will not be released": "Unidades n\u00e3o publicadas n\u00e3o ser\u00e3o lan\u00e7adas", + "Unscheduled": "N\u00e3o agendado", + "Update": "Atualizar", + "Update team.": "Atualizar equipe.", + "Updating with latest library content": "Atualizando com o conte\u00fado mais recente da biblioteca", + "Upgrade Deadline": "Prazo final para atualiza\u00e7\u00e3o", + "Upload": "Enviar", + "Upload File": "Carregar arquivo", + "Upload File and Assign Students": "Fa\u00e7a o upload do arquivo e a atribui\u00e7\u00e3o de Alunos.", + "Upload New .srt Transcript": "Enviar Nova Transcri\u00e7\u00e3o .srt", + "Upload New File": "Subir um Novo Arquivo", + "Upload New Transcript": "Enviar Nova Transcri\u00e7\u00e3o", + "Upload PDF": "Enviar PDF", + "Upload Signature Image": "Enviar a imagem da assinatura", + "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "Carregar arquivo com valores separados por v\u00edrgula (.csv) que contenha o nome de usu\u00e1rio ou endere\u00e7o de e-mail dos alunos que receberam exce\u00e7\u00f5es. Incluir o n\u00famero de usu\u00e1rio ou endere\u00e7o de e-mail no primeiro campo separado por virgula. Voc\u00ea pode incluir uma nota opcional descrevendo a raz\u00e3o para a exce\u00e7\u00e3o no segundo campo separado por v\u00edrgula. ", + "Upload an image": "Carregar uma imagem", + "Upload an image or capture one with your web or phone camera.": "Envie uma imagem ou capture uma, com sua webcam ou com a c\u00e2mera de seu telefone celular.", + "Upload completed": "Carregamento conclu\u00eddo", + "Upload failed": "Carregamento falhou. ", + "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "O carregamento est\u00e1 em progresso. Para evitar erros, aguarde na p\u00e1gina enquanto o processo \u00e9 finalizado.", + "Upload signature image.": "Atualizar a imagem do emissor.", + "Upload your course image.": "Enviar imagem do seu curso.", + "Upload your first asset": "Envie seu primeiro ativo", + "Uploaded file issues. Click on \"+\" to view.": "Atualizado os arquivos enviados. Clique em \"+\" para visualizar.", + "Uploading": "Carregando", + "Upset Learner": "Aluno chateado", + "Use Current Transcript": "Usar a Transcri\u00e7\u00e3o Atual", + "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.": "Usar uma prova supervisionada pr\u00e1tica para apresentar aos alunos as ferramentas e processos de supervis\u00e3o. Os resultados de prova pr\u00e1tica n\u00e3o afetam a nota dos alunos", + "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "Use uma prova cronometrada para limitar o tempo que os alunos podem gastar nos problemas nesta subse\u00e7\u00e3o. Os alunos devem enviar as respostas antes que o tempo acabe. Voc\u00ea pode permitir um tempo adicional para alunos individuais atrav\u00e9s do Painel do Instrutor.", + "Use my institution/campus credentials": "Entrar com credenciais de Institui\u00e7\u00e3o/Campus", + "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "Use a webcam para tirar uma foto do seu documento. N\u00f3s vamos conferir esta foto com a foto do seu rosto e o nome na sua conta.", + "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "Use a webcam para tirar uma foto do seu rosto. N\u00f3s vamos conferir essa foto com a do seu documento de identidade.", + "Used": "Usado", + "User Email": "E-mail do Usu\u00e1rio", + "Username": "Nome de usu\u00e1rio", + "Username or email address": "Nome do usu\u00e1rio ou endere\u00e7o de e-mail", + "Users must create and activate their account before they can be promoted to beta tester.": "Os usu\u00e1rios devem criar e ativar as suas contas antes de serem promovidos a testadores beta.", + "Valid": "V\u00e1lido", + "Validation Error": "Erro de valida\u00e7\u00e3o", + "Validation Error While Saving": "Erro de valida\u00e7\u00e3o ao salvar", + "Verification Checkpoint": "Ponto de Verifica\u00e7\u00e3o", + "Verification Deadline": "Prazo de verifica\u00e7\u00e3o", + "Verification checkpoint to be completed": "Ponto de verifica\u00e7\u00e3o a completar", + "Verified Certificate": "Certificado Verificado", + "Verified Certificate upgrade": "Atualiza\u00e7\u00e3o do certificado verificado", + "Verified Status": "Status verificado", + "Verified mode price": "Pre\u00e7o de modo verificado", + "Verify Now": "Verifique agora", + "Video Capture Error": "Falha na captura de v\u00eddeo", + "Video ID": "ID do V\u00eddeo", + "View": "Visualizar", + "View Cohort": "Visualizar grupo", + "View Live": "Visualizar ao Vivo", + "View all errors": "Visualizar todos os erros", "Viewing %s course": [ - "Visualizando %s curso", + "Visualizando %s curso", "Visualizando %s cursos" - ], - "Visible to Staff Only": "Vis\u00edvel apenas para os funcion\u00e1rios", - "Want to confirm your identity later?": "Deseja confirmar sua identidade mais tarde?", - "Warning": "Aviso", - "Warnings": "Avisos", - "We couldn't find any results for \"%s\".": "N\u00e3o foi poss\u00edvel encontrar resultados para \"%s\".", - "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "Recebemos as suas informa\u00e7\u00f5es e estamos verificando a sua identifica\u00e7\u00e3o. Voc\u00ea receber\u00e1 uma mensagem em seu painel de controle quando o processo de verifica\u00e7\u00e3o estiver conclu\u00eddo (normalmente entre 1-2 dias). Enquanto isso, voc\u00ea ainda pode acessar a todo o conte\u00fado do curso.", - "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "N\u00f3s usamos os mais altos n\u00edveis de seguran\u00e7a dispon\u00edveis para encriptar sua foto e envi\u00e1-la para no servi\u00e7o de autoriza\u00e7\u00e3o para an\u00e1lise. Informa\u00e7\u00f5es sobre voc\u00ea e sua foto n\u00e3o s\u00e3o salvas ou vis\u00edveis em qualquer lugar em %(platformName)s depois que o processo de verifica\u00e7\u00e3o \u00e9 completado.", - "We've encountered an error. Refresh your browser and then try again.": "Encontramos um erro. Atualize seu navegador e tente novamente.", - "Web:": "Web:", - "Webcam": "Webcam", - "Weight of Total Grade": "Peso da nota total", - "What You Need for Verification": "O que \u00e9 necess\u00e1rio para verifica\u00e7\u00e3o", - "What does %(platformName)s do with this photo?": "O que %(platformName)s faz com esta foto?", - "What does this mean?": "O que isso significa?", - "Which timed transcript would you like to use?": "Qual transcri\u00e7\u00e3o sincronizada voc\u00ea gostaria de utilizar?", - "Why does %(platformName)s need my photo?": "Por que %(platformName)s precisa da minha foto?", - "Will Be Visible To:": "Ser\u00e1 vis\u00edvel para:", - "Would you like to sign in using your %(providerName)s credentials?": "Voc\u00ea gostaria de entrar usando suas credenciais %(providerName)s?", - "Year of Birth": "Ano de Nascimento", - "Yes, allow edits to the active Certificate": "Sim, permita a edi\u00e7\u00e3o para este certificado", - "Yes, replace the edX transcript with the YouTube transcript": "Sim, substitua a transcri\u00e7\u00e3o do edX pela transcri\u00e7\u00e3o do Youtube", - "Yesterday": "Ontem", - "You already belong to another team.": "Voc\u00ea j\u00e1 faz parte de outra equipe.", - "You are a member of this team.": "Voc\u00ea \u00e9 membro desta equipe", - "You are currently sharing a limited profile.": "Voc\u00ea est\u00e1 compartilhando um perfil limitado no momento.", - "You are not currently a member of any team.": "No momento, voc\u00ea n\u00e3o \u00e9 membro de nenhuma equipe. ", - "You are now enrolled as a verified student for:": "Voc\u00ea est\u00e1 inscrito como aluno verificado para:", - "You can now enter your payment information and complete your enrollment.": "Voc\u00ea pode preencher agora as informa\u00e7\u00f5es sobre o pagamento e completar a sua matr\u00edcula", - "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "Voc\u00ea pode pagar agora, mesmo n\u00e3o tendo nenhum dos seguintes itens dispon\u00edveis, mas voc\u00ea ter\u00e1 que t\u00ea-los para se qualificar para um Certificado Verificado.", - "You can remove members from this team, especially if they have not participated in the team's activity.": "Voc\u00ea pode remover membros desta equipe, especialmente se eles n\u00e3o estiverem participando das atividades da equipe.", - "You can upload files with these file types: ": "Voc\u00ea pode fazer upload de arquivos com esses formatos:", - "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "Voc\u00ea mudou uma URL de v\u00eddeo mas n\u00e3o modificou o arquivo de transcri\u00e7\u00e3o sincronizada. Voc\u00ea deseja utilizar a transcri\u00e7\u00e3o atual ou fazer o envio de um novo arquivo de transcri\u00e7\u00e3o .srt?", - "You commented...": "Voc\u00ea comentou...", - "You currently have no cohorts configured": "Atualmente voc\u00ea n\u00e3o tem grupos configurados", - "You did not select a content group": "Voc\u00ea n\u00e3o selecionou nenhum grupo de conte\u00fado.", - "You don't seem to have Flash installed. Get Flash to continue your verification.": "Parece que voc\u00ea n\u00e3o tem Flash instalado. Instale o Flash para continuar sua verifica\u00e7\u00e3o.", - "You don't seem to have a webcam connected.": "Parece que sua webcam n\u00e3o est\u00e1 conectada.", - "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "Voc\u00ea adicionou um crit\u00e9rio. Voc\u00ea precisa selecionar uma op\u00e7\u00e3o para o crit\u00e9rio na etapa de Treinamento do Estudante. Para fazer isso, clique na guia Configura\u00e7\u00f5es.", - "You have already verified your ID!": "Voc\u00ea j\u00e1 verificou a sua identifica\u00e7\u00e3o", - "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "Voc\u00ea excluiu um crit\u00e9rio. O crit\u00e9rio foi removido do exemplo de respostas na etapa de Treinamento do Estudante.", - "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "Voc\u00ea excluiu todas as op\u00e7\u00f5es para este crit\u00e9rio. O crit\u00e9rio foi removido a partir das respostas de amostra na etapa de Treinamento do Estudante.", - "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "Voc\u00ea excluiu uma op\u00e7\u00e3o. Essa op\u00e7\u00e3o foi removida deste crit\u00e9rio nas respostas de exemplo na etapa Treinamento do Estudante. Voc\u00ea pode ter que selecionar uma nova op\u00e7\u00e3o para o crit\u00e9rio.", - "You have no handouts defined": "Voc\u00ea n\u00e3o tem apostilas definidas", - "You have not created any certificates yet.": "Voc\u00ea ainda n\u00e3o criou um certificado.", - "You have not created any content groups yet.": "Voc\u00ea n\u00e3o criou nenhum grupo de conte\u00fado ainda.", - "You have not created any group configurations yet.": "Voc\u00ea ainda n\u00e3o criou uma configura\u00e7\u00e3o de grupo.", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Voc\u00ea selecionou uma a\u00e7\u00e3o, e voc\u00ea n\u00e3o fez altera\u00e7\u00f5es em campos individuais. Voc\u00ea provavelmente est\u00e1 procurando o bot\u00e3o Ir ao inv\u00e9s do bot\u00e3o Salvar.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Voc\u00ea selecionou uma a\u00e7\u00e3o, mas voc\u00ea n\u00e3o salvou as altera\u00e7\u00f5es de cada campo ainda. Clique em OK para salvar. Voc\u00ea vai precisar executar novamente a a\u00e7\u00e3o.", - "You have set your language to {beta_language}, which is currently not fully translated. You can help us translate this language fully by joining the Transifex community and adding translations from English for learners that speak {beta_language}.": "Voc\u00ea configurou seu idioma para {beta_language}, que atualmente n\u00e3o est\u00e1 todo traduzido. Voc\u00ea pode nos ajudar a traduzir este idioma integralmente se juntando \u00e0 comunidade Transifex e adicionar tradu\u00e7\u00f5es do ingl\u00eas para alunos que falam {beta_language}", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Voc\u00ea tem altera\u00e7\u00f5es n\u00e3o salvas em campos edit\u00e1veis individuais. Se voc\u00ea executar uma a\u00e7\u00e3o suas altera\u00e7\u00f5es n\u00e3o salvas ser\u00e3o perdidas.", - "You haven't added any assets to this course yet.": "Voc\u00ea n\u00e3o adicionou nenhum ativo a este curso ainda", - "You haven't added any content to this course yet.": "Voc\u00ea ainda n\u00e3o adicionou nenhum conte\u00fado a este curso.", - "You haven't added any textbooks to this course yet.": "Voc\u00ea ainda n\u00e3o adicionou nenhum livro-texto a este curso.", - "You must enter a valid email address in order to add a new team member": "Voc\u00ea deve escrever um endere\u00e7o de e-mail v\u00e1lido para adicionar um novo membro do grupo", - "You must provide a learner name.": "Voc\u00ea deve fornecer o nome do aluno.", - "You must sign out and sign back in before your language changes take effect.": "Voc\u00ea deve sair e entrar antes que as mudan\u00e7as de idioma tenham efeito.", - "You must specify a name for the cohort": "Voc\u00ea deve especificar um nome para o grupo", - "You need a computer that has a webcam. When you receive a browser prompt, make sure that you allow access to the camera.": "Voc\u00ea precisa de um computador com uma c\u00e2mera. Ao abrir o aviso, certifique-se de permitir o acesso a sua c\u00e2mera.", - "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "Voc\u00ea precisa de uma carteira de habilita\u00e7\u00e3o, passaporte ou outra identifica\u00e7\u00e3o emitida pelo governo que possua o seu nome e foto.", - "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "Voc\u00ea precisa de um documento com o seu nome e foto. Uma carteira de motorista, passaporte ou outro documento emitido pelo governo s\u00e3o aceit\u00e1veis.", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "Voc\u00ea precisa ativar a sua conta antes de se matricular nos cursos. Verifique em sua caixa de entrada o e-mail de ativa\u00e7\u00e3o.", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "Voc\u00ea precisa ativar a sua conta antes de matricular-se nos cursos. Confira se o e-mail de ativa\u00e7\u00e3o est\u00e1 na sua caixa de entrada. Depois de completar a ativa\u00e7\u00e3o, voc\u00ea pode voltar e atualizar esta p\u00e1gina.", - "You still need to visit the %(display_name)s website to complete the credit process.": "Voc\u00ea ainda precisa visitar o site %(display_name)s para completar o processo de cr\u00e9dito.", - "You will not receive notification for emails that bounce, so double-check your spelling.": "Voc\u00ea n\u00e3o receber\u00e1 notifica\u00e7\u00f5es de e-mails que n\u00e3o entregues, ent\u00e3o verifique novamente se digitou corretamente.", - "You will use your webcam to take a picture of your face and of your government-issued photo ID.": "Voc\u00ea vai usar sua webcam para tirar uma foto do seu rosto e do seu documento com foto emitido pelo governo.", - "You!": "Voc\u00ea!", - "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "Voc\u00ea est\u00e1 prestes a enviar sua resposta para este trabalho. Depois que sua resposta for enviada voc\u00ea n\u00e3o poder\u00e1 mud\u00e1-la ou enviar uma nova resposta.", - "You've made some changes": "Voc\u00ea fez algumas altera\u00e7\u00f5es", - "You've made some changes, but there are some errors": "Voc\u00ea fez algumas altera\u00e7\u00f5es, mas h\u00e1 erros", - "Your ID must be a government-issued photo ID that clearly shows your face.": "Seu ID deve ser um documento com foto emitido pelo governo que mostra claramente o seu rosto.", - "Your changes have been saved.": "Suas altera\u00e7\u00f5es foram salvas.", - "Your changes will not take effect until you save your progress.": "As altera\u00e7\u00f5es n\u00e3o ter\u00e3o efeito at\u00e9 que voc\u00ea salve o seu progresso.", - "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "As altera\u00e7\u00f5es n\u00e3o ter\u00e3o efeito at\u00e9 que voc\u00ea salve seu progresso. Verifique a formata\u00e7\u00e3o da chave e valor, enquanto a valida\u00e7\u00e3o n\u00e3o for implementada.", - "Your donation could not be submitted.": "Sua doa\u00e7\u00e3o n\u00e3o p\u00f4de ser enviada.", - "Your entire face fits inside the frame.": "Seu rosto inteiro cabe dentro do quadro.", - "Your face is well-lit.": "Seu rosto est\u00e1 bem iluminado.", - "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "Seu arquivo '{file}' foi carregado. Por favor, aguarde alguns minutos para o processamento.", - "Your file could not be uploaded": "Seu arquivo n\u00e3o p\u00f4de ser enviado.", - "Your file has been deleted.": "O seu arquivo foi apagado.", - "Your message cannot be blank.": "A sua mensagem n\u00e3o pode ficar em branco.", - "Your message must have a subject.": "A sua mensagem deve ter um t\u00edtulo.", - "Your policy changes have been saved.": "As altera\u00e7\u00f5es na pol\u00edtica foram salvas.", - "Your post will be discarded.": "Sua publica\u00e7\u00e3o ser\u00e1 descartada.", - "Your request could not be completed. Reload the page and try again.": "Seu pedido n\u00e3o p\u00f4de ser conclu\u00eddo. Recarregue a p\u00e1gina e tente novamente.", - "Your team could not be created.": "Sua equipe n\u00e3o p\u00f4de ser criada.", - "Your team could not be updated.": "Sua equipe n\u00e3o p\u00f4de ser atualizada.", - "Your upload of '{file}' failed.": "O carregamento do arquivo '{file}' falhou.", - "Your upload of '{file}' succeeded.": "O carregamento do arquivo '{file}' foi conclu\u00eddo com sucesso.", - "Your video uploads are not complete.": "Os seus uploads de v\u00eddeo n\u00e3o est\u00e3o completos.", - "Zoom In": "Aumentar a tela", - "Zoom Out": "Diminuir a tela", - "[no tags]": "[no tags]", - "and others": "e outros", - "anonymous": "an\u00f4nimo", - "bytes": "bytes", - "certificate": "certificado", - "close": "fechar", - "content group": "grupo de conte\u00fado", - "course id": "Identifica\u00e7\u00e3o do curso", - "delete chapter": "excluir cap\u00edtulo", - "delete group": "excluir grupo", - "dragging": "arrastando", - "dragging out of slider": "Arrastando para fora da barra deslizante", - "dropped in slider": "solta na barra deslizante", - "dropped on target": "solta no destino", - "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "ex. johndoe@example.com, JaneDoe, joeydoe@example.com", - "emphasized text": "texto enfatizado", - "enter code here": "insira o c\u00f3digo aqui", - "enter link description here": "digite a descri\u00e7\u00e3o do link aqui", - "group configuration": "configura\u00e7\u00f5es de grupo", - "last activity": "\u00daltima atividade", - "name": "nome", - "one letter Friday\u0004F": "S", - "one letter Monday\u0004M": "S", - "one letter Saturday\u0004S": "S", - "one letter Sunday\u0004S": "D", - "one letter Thursday\u0004T": "Q", - "one letter Tuesday\u0004T": "T", - "one letter Wednesday\u0004W": "Q", - "open slots": "Slots abertos", - "or": "ou", - "or create a new one here": "ou criar uma nova aqui", - "or sign in with": "ou entrar com", - "price": "pre\u00e7o", - "provide the title/name of the chapter that will be used in navigating": "forne\u00e7a o t\u00edtulo/nome do cap\u00edtulo que ser\u00e1 utilizado na navega\u00e7\u00e3o", - "provide the title/name of the text book as you would like your students to see it": "forne\u00e7a o t\u00edtulo/nome do livro-texto como voc\u00ea deseja que os alunos o vejam", - "remove": "remover", - "remove all": "remover todos", - "send an email message to {email}": "enviar uma mensagem para {email}", - "strong text": "texto forte", - "team count": "Contagem de equipes", - "upload a PDF file or provide the path to a Studio asset file": "envie um arquivo PDF ou forne\u00e7a o caminho para um arquivo de ativo de Studio", - "username or email": "usu\u00e1rio ou email", - "with %(release_date_from)s": "com %(release_date_from)s", - "with %(section_or_subsection)s": "com %(section_or_subsection)s", - "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start}D\u00ea uma olhada nas equipes de outros t\u00f3picos{span_end} ou {search_span_start}busque equipes{span_end} neste t\u00f3pico. Caso voc\u00ea ainda n\u00e3o tenha encontrado nenhuma, {create_span_start}crie uma nova equipe neste t\u00f3pico{span_end}.", - "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} j\u00e1 est\u00e1 no grupo {container}. Verifique novamente o endere\u00e7o de email se voc\u00ea quiser adicionar um novo membro.", + ], + "Visible to Staff Only": "Vis\u00edvel apenas para os funcion\u00e1rios", + "Want to confirm your identity later?": "Deseja confirmar sua identidade mais tarde?", + "Warning": "Aviso", + "Warnings": "Avisos", + "We couldn't find any results for \"%s\".": "N\u00e3o foi poss\u00edvel encontrar resultados para \"%s\".", + "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "Recebemos as suas informa\u00e7\u00f5es e estamos verificando a sua identifica\u00e7\u00e3o. Voc\u00ea receber\u00e1 uma mensagem em seu painel de controle quando o processo de verifica\u00e7\u00e3o estiver conclu\u00eddo (normalmente entre 1-2 dias). Enquanto isso, voc\u00ea ainda pode acessar a todo o conte\u00fado do curso.", + "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "N\u00f3s usamos os mais altos n\u00edveis de seguran\u00e7a dispon\u00edveis para encriptar sua foto e envi\u00e1-la para no servi\u00e7o de autoriza\u00e7\u00e3o para an\u00e1lise. Informa\u00e7\u00f5es sobre voc\u00ea e sua foto n\u00e3o s\u00e3o salvas ou vis\u00edveis em qualquer lugar em %(platformName)s depois que o processo de verifica\u00e7\u00e3o \u00e9 completado.", + "We've encountered an error. Refresh your browser and then try again.": "Encontramos um erro. Atualize seu navegador e tente novamente.", + "Web:": "Web:", + "Webcam": "Webcam", + "Weight of Total Grade": "Peso da nota total", + "What You Need for Verification": "O que \u00e9 necess\u00e1rio para verifica\u00e7\u00e3o", + "What does %(platformName)s do with this photo?": "O que %(platformName)s faz com esta foto?", + "What does this mean?": "O que isso significa?", + "Which timed transcript would you like to use?": "Qual transcri\u00e7\u00e3o sincronizada voc\u00ea gostaria de utilizar?", + "Why does %(platformName)s need my photo?": "Por que %(platformName)s precisa da minha foto?", + "Will Be Visible To:": "Ser\u00e1 vis\u00edvel para:", + "Would you like to sign in using your %(providerName)s credentials?": "Voc\u00ea gostaria de entrar usando suas credenciais %(providerName)s?", + "Year of Birth": "Ano de Nascimento", + "Yes, allow edits to the active Certificate": "Sim, permita a edi\u00e7\u00e3o para este certificado", + "Yes, replace the edX transcript with the YouTube transcript": "Sim, substitua a transcri\u00e7\u00e3o do edX pela transcri\u00e7\u00e3o do Youtube", + "Yesterday": "Ontem", + "You already belong to another team.": "Voc\u00ea j\u00e1 faz parte de outra equipe.", + "You are a member of this team.": "Voc\u00ea \u00e9 membro desta equipe", + "You are currently sharing a limited profile.": "Voc\u00ea est\u00e1 compartilhando um perfil limitado no momento.", + "You are not currently a member of any team.": "No momento, voc\u00ea n\u00e3o \u00e9 membro de nenhuma equipe. ", + "You are now enrolled as a verified student for:": "Voc\u00ea est\u00e1 inscrito como aluno verificado para:", + "You can now enter your payment information and complete your enrollment.": "Voc\u00ea pode preencher agora as informa\u00e7\u00f5es sobre o pagamento e completar a sua matr\u00edcula", + "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "Voc\u00ea pode pagar agora, mesmo n\u00e3o tendo nenhum dos seguintes itens dispon\u00edveis, mas voc\u00ea ter\u00e1 que t\u00ea-los para se qualificar para um Certificado Verificado.", + "You can remove members from this team, especially if they have not participated in the team's activity.": "Voc\u00ea pode remover membros desta equipe, especialmente se eles n\u00e3o estiverem participando das atividades da equipe.", + "You can upload files with these file types: ": "Voc\u00ea pode fazer upload de arquivos com esses formatos:", + "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "Voc\u00ea mudou uma URL de v\u00eddeo mas n\u00e3o modificou o arquivo de transcri\u00e7\u00e3o sincronizada. Voc\u00ea deseja utilizar a transcri\u00e7\u00e3o atual ou fazer o envio de um novo arquivo de transcri\u00e7\u00e3o .srt?", + "You commented...": "Voc\u00ea comentou...", + "You currently have no cohorts configured": "Atualmente voc\u00ea n\u00e3o tem grupos configurados", + "You did not select a content group": "Voc\u00ea n\u00e3o selecionou nenhum grupo de conte\u00fado.", + "You don't seem to have Flash installed. Get Flash to continue your verification.": "Parece que voc\u00ea n\u00e3o tem Flash instalado. Instale o Flash para continuar sua verifica\u00e7\u00e3o.", + "You don't seem to have a webcam connected.": "Parece que sua webcam n\u00e3o est\u00e1 conectada.", + "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "Voc\u00ea adicionou um crit\u00e9rio. Voc\u00ea precisa selecionar uma op\u00e7\u00e3o para o crit\u00e9rio na etapa de Treinamento do Estudante. Para fazer isso, clique na guia Configura\u00e7\u00f5es.", + "You have already verified your ID!": "Voc\u00ea j\u00e1 verificou a sua identifica\u00e7\u00e3o", + "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "Voc\u00ea excluiu um crit\u00e9rio. O crit\u00e9rio foi removido do exemplo de respostas na etapa de Treinamento do Estudante.", + "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "Voc\u00ea excluiu todas as op\u00e7\u00f5es para este crit\u00e9rio. O crit\u00e9rio foi removido a partir das respostas de amostra na etapa de Treinamento do Estudante.", + "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "Voc\u00ea excluiu uma op\u00e7\u00e3o. Essa op\u00e7\u00e3o foi removida deste crit\u00e9rio nas respostas de exemplo na etapa Treinamento do Estudante. Voc\u00ea pode ter que selecionar uma nova op\u00e7\u00e3o para o crit\u00e9rio.", + "You have no handouts defined": "Voc\u00ea n\u00e3o tem apostilas definidas", + "You have not created any certificates yet.": "Voc\u00ea ainda n\u00e3o criou um certificado.", + "You have not created any content groups yet.": "Voc\u00ea n\u00e3o criou nenhum grupo de conte\u00fado ainda.", + "You have not created any group configurations yet.": "Voc\u00ea ainda n\u00e3o criou uma configura\u00e7\u00e3o de grupo.", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Voc\u00ea selecionou uma a\u00e7\u00e3o, e voc\u00ea n\u00e3o fez altera\u00e7\u00f5es em campos individuais. Voc\u00ea provavelmente est\u00e1 procurando o bot\u00e3o Ir ao inv\u00e9s do bot\u00e3o Salvar.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Voc\u00ea selecionou uma a\u00e7\u00e3o, mas voc\u00ea n\u00e3o salvou as altera\u00e7\u00f5es de cada campo ainda. Clique em OK para salvar. Voc\u00ea vai precisar executar novamente a a\u00e7\u00e3o.", + "You have set your language to {beta_language}, which is currently not fully translated. You can help us translate this language fully by joining the Transifex community and adding translations from English for learners that speak {beta_language}.": "Voc\u00ea configurou seu idioma para {beta_language}, que atualmente n\u00e3o est\u00e1 todo traduzido. Voc\u00ea pode nos ajudar a traduzir este idioma integralmente se juntando \u00e0 comunidade Transifex e adicionar tradu\u00e7\u00f5es do ingl\u00eas para alunos que falam {beta_language}", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Voc\u00ea tem altera\u00e7\u00f5es n\u00e3o salvas em campos edit\u00e1veis individuais. Se voc\u00ea executar uma a\u00e7\u00e3o suas altera\u00e7\u00f5es n\u00e3o salvas ser\u00e3o perdidas.", + "You haven't added any assets to this course yet.": "Voc\u00ea n\u00e3o adicionou nenhum ativo a este curso ainda", + "You haven't added any content to this course yet.": "Voc\u00ea ainda n\u00e3o adicionou nenhum conte\u00fado a este curso.", + "You haven't added any textbooks to this course yet.": "Voc\u00ea ainda n\u00e3o adicionou nenhum livro-texto a este curso.", + "You must enter a valid email address in order to add a new team member": "Voc\u00ea deve escrever um endere\u00e7o de e-mail v\u00e1lido para adicionar um novo membro do grupo", + "You must provide a learner name.": "Voc\u00ea deve fornecer o nome do aluno.", + "You must sign out and sign back in before your language changes take effect.": "Voc\u00ea deve sair e entrar antes que as mudan\u00e7as de idioma tenham efeito.", + "You must specify a name for the cohort": "Voc\u00ea deve especificar um nome para o grupo", + "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "Voc\u00ea precisa de uma carteira de habilita\u00e7\u00e3o, passaporte ou outra identifica\u00e7\u00e3o emitida pelo governo que possua o seu nome e foto.", + "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "Voc\u00ea precisa de um documento com o seu nome e foto. Uma carteira de motorista, passaporte ou outro documento emitido pelo governo s\u00e3o aceit\u00e1veis.", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "Voc\u00ea precisa ativar a sua conta antes de se matricular nos cursos. Verifique em sua caixa de entrada o e-mail de ativa\u00e7\u00e3o.", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "Voc\u00ea precisa ativar a sua conta antes de matricular-se nos cursos. Confira se o e-mail de ativa\u00e7\u00e3o est\u00e1 na sua caixa de entrada. Depois de completar a ativa\u00e7\u00e3o, voc\u00ea pode voltar e atualizar esta p\u00e1gina.", + "You still need to visit the %(display_name)s website to complete the credit process.": "Voc\u00ea ainda precisa visitar o site %(display_name)s para completar o processo de cr\u00e9dito.", + "You will not receive notification for emails that bounce, so double-check your spelling.": "Voc\u00ea n\u00e3o receber\u00e1 notifica\u00e7\u00f5es de e-mails que n\u00e3o entregues, ent\u00e3o verifique novamente se digitou corretamente.", + "You will use your webcam to take a picture of your face and of your government-issued photo ID.": "Voc\u00ea vai usar sua webcam para tirar uma foto do seu rosto e do seu documento com foto emitido pelo governo.", + "You!": "Voc\u00ea!", + "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "Voc\u00ea est\u00e1 prestes a enviar sua resposta para este trabalho. Depois que sua resposta for enviada voc\u00ea n\u00e3o poder\u00e1 mud\u00e1-la ou enviar uma nova resposta.", + "You've made some changes": "Voc\u00ea fez algumas altera\u00e7\u00f5es", + "You've made some changes, but there are some errors": "Voc\u00ea fez algumas altera\u00e7\u00f5es, mas h\u00e1 erros", + "Your ID must be a government-issued photo ID that clearly shows your face.": "Seu ID deve ser um documento com foto emitido pelo governo que mostra claramente o seu rosto.", + "Your changes have been saved.": "Suas altera\u00e7\u00f5es foram salvas.", + "Your changes will not take effect until you save your progress.": "As altera\u00e7\u00f5es n\u00e3o ter\u00e3o efeito at\u00e9 que voc\u00ea salve o seu progresso.", + "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "As altera\u00e7\u00f5es n\u00e3o ter\u00e3o efeito at\u00e9 que voc\u00ea salve seu progresso. Verifique a formata\u00e7\u00e3o da chave e valor, enquanto a valida\u00e7\u00e3o n\u00e3o for implementada.", + "Your donation could not be submitted.": "Sua doa\u00e7\u00e3o n\u00e3o p\u00f4de ser enviada.", + "Your entire face fits inside the frame.": "Seu rosto inteiro cabe dentro do quadro.", + "Your face is well-lit.": "Seu rosto est\u00e1 bem iluminado.", + "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "Seu arquivo '{file}' foi carregado. Por favor, aguarde alguns minutos para o processamento.", + "Your file could not be uploaded": "Seu arquivo n\u00e3o p\u00f4de ser enviado.", + "Your file has been deleted.": "O seu arquivo foi apagado.", + "Your message cannot be blank.": "A sua mensagem n\u00e3o pode ficar em branco.", + "Your message must have a subject.": "A sua mensagem deve ter um t\u00edtulo.", + "Your policy changes have been saved.": "As altera\u00e7\u00f5es na pol\u00edtica foram salvas.", + "Your post will be discarded.": "Sua publica\u00e7\u00e3o ser\u00e1 descartada.", + "Your request could not be completed. Reload the page and try again.": "Seu pedido n\u00e3o p\u00f4de ser conclu\u00eddo. Recarregue a p\u00e1gina e tente novamente.", + "Your team could not be created.": "Sua equipe n\u00e3o p\u00f4de ser criada.", + "Your team could not be updated.": "Sua equipe n\u00e3o p\u00f4de ser atualizada.", + "Your upload of '{file}' failed.": "O carregamento do arquivo '{file}' falhou.", + "Your upload of '{file}' succeeded.": "O carregamento do arquivo '{file}' foi conclu\u00eddo com sucesso.", + "Your video uploads are not complete.": "Os seus uploads de v\u00eddeo n\u00e3o est\u00e3o completos.", + "Zoom In": "Aumentar a tela", + "Zoom Out": "Diminuir a tela", + "[no tags]": "[no tags]", + "and others": "e outros", + "anonymous": "an\u00f4nimo", + "bytes": "bytes", + "certificate": "certificado", + "close": "fechar", + "content group": "grupo de conte\u00fado", + "course id": "Identifica\u00e7\u00e3o do curso", + "delete chapter": "excluir cap\u00edtulo", + "delete group": "excluir grupo", + "dragging": "arrastando", + "dragging out of slider": "Arrastando para fora da barra deslizante", + "dropped in slider": "solta na barra deslizante", + "dropped on target": "solta no destino", + "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "ex. johndoe@example.com, JaneDoe, joeydoe@example.com", + "emphasized text": "texto enfatizado", + "enter code here": "insira o c\u00f3digo aqui", + "enter link description here": "digite a descri\u00e7\u00e3o do link aqui", + "group configuration": "configura\u00e7\u00f5es de grupo", + "last activity": "\u00daltima atividade", + "name": "nome", + "one letter Friday\u0004F": "S", + "one letter Monday\u0004M": "S", + "one letter Saturday\u0004S": "S", + "one letter Sunday\u0004S": "D", + "one letter Thursday\u0004T": "Q", + "one letter Tuesday\u0004T": "T", + "one letter Wednesday\u0004W": "Q", + "open slots": "Slots abertos", + "or": "ou", + "or create a new one here": "ou criar uma nova aqui", + "or sign in with": "ou entrar com", + "price": "pre\u00e7o", + "provide the title/name of the chapter that will be used in navigating": "forne\u00e7a o t\u00edtulo/nome do cap\u00edtulo que ser\u00e1 utilizado na navega\u00e7\u00e3o", + "provide the title/name of the text book as you would like your students to see it": "forne\u00e7a o t\u00edtulo/nome do livro-texto como voc\u00ea deseja que os alunos o vejam", + "remove": "remover", + "remove all": "remover todos", + "send an email message to {email}": "enviar uma mensagem para {email}", + "strong text": "texto forte", + "team count": "Contagem de equipes", + "upload a PDF file or provide the path to a Studio asset file": "envie um arquivo PDF ou forne\u00e7a o caminho para um arquivo de ativo de Studio", + "username or email": "usu\u00e1rio ou email", + "with %(release_date_from)s": "com %(release_date_from)s", + "with %(section_or_subsection)s": "com %(section_or_subsection)s", + "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start}D\u00ea uma olhada nas equipes de outros t\u00f3picos{span_end} ou {search_span_start}busque equipes{span_end} neste t\u00f3pico. Caso voc\u00ea ainda n\u00e3o tenha encontrado nenhuma, {create_span_start}crie uma nova equipe neste t\u00f3pico{span_end}.", + "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} j\u00e1 est\u00e1 no grupo {container}. Verifique novamente o endere\u00e7o de email se voc\u00ea quiser adicionar um novo membro.", "\u2026": "\u2026" }; for (var key in newcatalog) { @@ -1170,40 +1151,40 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "j \\d\\e F \\d\\e Y \u00e0\\s H:i", + "DATETIME_FORMAT": "j \\d\\e F \\d\\e Y \u00e0\\s H:i", "DATETIME_INPUT_FORMATS": [ - "%d/%m/%Y %H:%M:%S", - "%d/%m/%Y %H:%M:%S.%f", - "%d/%m/%Y %H:%M", - "%d/%m/%Y", - "%d/%m/%y %H:%M:%S", - "%d/%m/%y %H:%M:%S.%f", - "%d/%m/%y %H:%M", - "%d/%m/%y", - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", + "%d/%m/%Y %H:%M:%S", + "%d/%m/%Y %H:%M:%S.%f", + "%d/%m/%Y %H:%M", + "%d/%m/%Y", + "%d/%m/%y %H:%M:%S", + "%d/%m/%y %H:%M:%S.%f", + "%d/%m/%y %H:%M", + "%d/%m/%y", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", "%Y-%m-%d" - ], - "DATE_FORMAT": "j \\d\\e F \\d\\e Y", + ], + "DATE_FORMAT": "j \\d\\e F \\d\\e Y", "DATE_INPUT_FORMATS": [ - "%d/%m/%Y", - "%d/%m/%y", + "%d/%m/%Y", + "%d/%m/%y", "%Y-%m-%d" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "j \\d\\e F", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "d/m/Y H:i", - "SHORT_DATE_FORMAT": "d/m/Y", - "THOUSAND_SEPARATOR": ".", - "TIME_FORMAT": "H:i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "j \\d\\e F", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "d/m/Y H:i", + "SHORT_DATE_FORMAT": "d/m/Y", + "THOUSAND_SEPARATOR": ".", + "TIME_FORMAT": "H:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F \\d\\e Y" }; diff --git a/cms/static/js/i18n/pt-pt/djangojs.js b/cms/static/js/i18n/pt-pt/djangojs.js index d7db8abcd0..7053973d23 100644 --- a/cms/static/js/i18n/pt-pt/djangojs.js +++ b/cms/static/js/i18n/pt-pt/djangojs.js @@ -21,120 +21,118 @@ var newcatalog = { "%(sel)s of %(cnt)s selected": [ - "%(sel)s de %(cnt)s selecionado", + "%(sel)s de %(cnt)s selecionado", "%(sel)s de %(cnt)s selecionados" - ], - "(required):": "(obrigat\u00f3rio):", - "6 a.m.": "6 a.m.", - "6 p.m.": "6 p.m.", - "After you upload new files all your previously uploaded files will be overwritten. Continue?": "Ao carregar os novos ficheiros, todos os ficheiros anteriormente carregados ser\u00e3o substitu\u00eddos. Deseja continuar?", - "Assessment": "Avalia\u00e7\u00e3o", - "Assessments": "Avalia\u00e7\u00f5es", - "Available %s": "Dispon\u00edvel %s", - "Back to Full List": "Voltar \u00e0 lista completa", - "Block view is unavailable": "A visualiza\u00e7\u00e3o em grelha n\u00e3o est\u00e1 dispon\u00edvel", - "Cancel": "Cancelar", - "Changes to steps that are not selected as part of the assignment will not be saved.": "As altera\u00e7\u00f5es \u00e0s etapas que n\u00e3o est\u00e3o selecionados como parte da tarefa, n\u00e3o ser\u00e3o guardadas.", - "Choose": "Escolher", - "Choose a Date": "Escolha a Data", - "Choose a Time": "Escolha a Hora", - "Choose a time": "Escolha a hora", - "Choose all": "Escolher todos", - "Chosen %s": "Escolhido %s", - "Click to choose all %s at once.": "Clique para escolher todos os %s de uma vez.", - "Click to remove all chosen %s at once.": "Clique para remover todos os %s escolhidos de uma vez.", - "Could not retrieve download url.": "N\u00e3o foi poss\u00edvel obter os dados a partir do URL definido.", - "Could not retrieve upload url.": "N\u00e3o foi poss\u00edvel recuperar o url de envio.", - "Couldn't Save This Assignment": "N\u00e3o \u00e9 poss\u00edvel guardar esta tarefa", - "Criterion Added": "Crit\u00e9rio Adicionado", - "Criterion Deleted": "Crit\u00e9rio eliminado", - "Describe ": "Descreva", - "Do you want to upload your file before submitting?": "Deseja carregar o seu ficheiro antes de submeter?", - "Error": "Erro", - "Error getting the number of ungraded responses": "Erro ao obter o n\u00famero de respostas sem classifica\u00e7\u00e3o", - "Feedback available for selection.": "Coment\u00e1rio dispon\u00edvel para a sele\u00e7\u00e3o.", - "File size must be 10MB or less.": "O tamanho do ficheiro deve ter, no m\u00e1ximo, 10MB.", - "File type is not allowed.": "O tipo de ficheiro n\u00e3o \u00e9 permitido.", - "File types can not be empty.": "Indique o tipo de ficheiro. ", - "Filter": "Filtrar", - "Final Grade Received": "Nota Final Recebida", - "Heading 3": "T\u00edtulo 3", - "Heading 4": "T\u00edtulo 4", - "Heading 5": "T\u00edtulo 5", - "Heading 6": "T\u00edtulo 6", - "Hide": "Ocultar", - "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "Caso saia desta p\u00e1gina sem gravar ou submeter a sua resposta, ir\u00e1 perder todo o trabalho at\u00e9 aqui realizado.", - "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "Caso saia desta p\u00e1gina sem submeter o seu teste, ir\u00e1 perder todo o trabalho at\u00e9 aqui realizado.", - "If you leave this page without submitting your self assessment, you will lose any work you have done.": "Caso saia desta p\u00e1gina sem submeter a sua auto-avalia\u00e7\u00e3o, ir\u00e1 perder todo o trabalho at\u00e9 aqui realizado.", - "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "Caso saia desta p\u00e1gina sem submeter a sua avalia\u00e7\u00e3o individual, ir\u00e1 perder todo o trabalho at\u00e9 aqui realizado.", - "List of Open Assessments is unavailable": "Lista de Avalia\u00e7\u00f5es Abertas n\u00e3o est\u00e1 dispon\u00edvel", - "Midnight": "Meia-noite", - "Noon": "Meio-dia", - "Not Selected": "N\u00e3o Selecionado", + ], + "(required):": "(obrigat\u00f3rio):", + "6 a.m.": "6 a.m.", + "6 p.m.": "6 p.m.", + "Assessment": "Avalia\u00e7\u00e3o", + "Assessments": "Avalia\u00e7\u00f5es", + "Available %s": "Dispon\u00edvel %s", + "Back to Full List": "Voltar \u00e0 lista completa", + "Block view is unavailable": "A visualiza\u00e7\u00e3o em grelha n\u00e3o est\u00e1 dispon\u00edvel", + "Cancel": "Cancelar", + "Changes to steps that are not selected as part of the assignment will not be saved.": "As altera\u00e7\u00f5es \u00e0s etapas que n\u00e3o est\u00e3o selecionados como parte da tarefa, n\u00e3o ser\u00e3o guardadas.", + "Choose": "Escolher", + "Choose a Date": "Escolha a Data", + "Choose a Time": "Escolha a Hora", + "Choose a time": "Escolha a hora", + "Choose all": "Escolher todos", + "Chosen %s": "Escolhido %s", + "Click to choose all %s at once.": "Clique para escolher todos os %s de uma vez.", + "Click to remove all chosen %s at once.": "Clique para remover todos os %s escolhidos de uma vez.", + "Could not retrieve download url.": "N\u00e3o foi poss\u00edvel obter os dados a partir do URL definido.", + "Could not retrieve upload url.": "N\u00e3o foi poss\u00edvel recuperar o url de envio.", + "Couldn't Save This Assignment": "N\u00e3o \u00e9 poss\u00edvel guardar esta tarefa", + "Criterion Added": "Crit\u00e9rio Adicionado", + "Criterion Deleted": "Crit\u00e9rio eliminado", + "Describe ": "Descreva", + "Do you want to upload your file before submitting?": "Deseja carregar o seu ficheiro antes de submeter?", + "Error": "Erro", + "Error getting the number of ungraded responses": "Erro ao obter o n\u00famero de respostas sem classifica\u00e7\u00e3o", + "Feedback available for selection.": "Coment\u00e1rio dispon\u00edvel para a sele\u00e7\u00e3o.", + "File type is not allowed.": "O tipo de ficheiro n\u00e3o \u00e9 permitido.", + "File types can not be empty.": "Indique o tipo de ficheiro. ", + "Filter": "Filtrar", + "Final Grade Received": "Nota Final Recebida", + "Heading 3": "T\u00edtulo 3", + "Heading 4": "T\u00edtulo 4", + "Heading 5": "T\u00edtulo 5", + "Heading 6": "T\u00edtulo 6", + "Hide": "Ocultar", + "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "Caso saia desta p\u00e1gina sem gravar ou submeter a sua resposta, ir\u00e1 perder todo o trabalho at\u00e9 aqui realizado.", + "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "Caso saia desta p\u00e1gina sem submeter o seu teste, ir\u00e1 perder todo o trabalho at\u00e9 aqui realizado.", + "If you leave this page without submitting your self assessment, you will lose any work you have done.": "Caso saia desta p\u00e1gina sem submeter a sua auto-avalia\u00e7\u00e3o, ir\u00e1 perder todo o trabalho at\u00e9 aqui realizado.", + "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "Caso saia desta p\u00e1gina sem submeter a sua avalia\u00e7\u00e3o individual, ir\u00e1 perder todo o trabalho at\u00e9 aqui realizado.", + "List of Open Assessments is unavailable": "Lista de Avalia\u00e7\u00f5es Abertas n\u00e3o est\u00e1 dispon\u00edvel", + "Midnight": "Meia-noite", + "Noon": "Meio-dia", + "Not Selected": "N\u00e3o Selecionado", "Note: You are %s hour ahead of server time.": [ - "Nota: O seu fuso hor\u00e1rio est\u00e1 %s hora adiantado em rela\u00e7\u00e3o ao servidor.", + "Nota: O seu fuso hor\u00e1rio est\u00e1 %s hora adiantado em rela\u00e7\u00e3o ao servidor.", "Nota: O seu fuso hor\u00e1rio est\u00e1 %s horas adiantado em rela\u00e7\u00e3o ao servidor." - ], + ], "Note: You are %s hour behind server time.": [ - "Nota: O use fuso hor\u00e1rio est\u00e1 %s hora atrasado em rela\u00e7\u00e3o ao servidor.", + "Nota: O use fuso hor\u00e1rio est\u00e1 %s hora atrasado em rela\u00e7\u00e3o ao servidor.", "Nota: O use fuso hor\u00e1rio est\u00e1 %s horas atrasado em rela\u00e7\u00e3o ao servidor." - ], - "Now": "Agora", - "One or more rescheduling tasks failed.": "Ocorreu erro no reagendamento de uma ou mais tarefas.", - "Option Deleted": "Op\u00e7\u00e3o eliminada", - "Paragraph": "Par\u00e1grafo", - "Peer": "Par", - "Please correct the outlined fields.": "Por favor, corrija os campos indicados.", - "Please wait": "Aguarde, por favor", - "Preformatted": "Pr\u00e9-formatado", - "Remove": "Remover", - "Remove all": "Remover todos", - "Saving...": "A guardar...", - "Self": "Auto", - "Server error.": "Erro de servidor.", - "Show": "Mostrar", - "Staff": "Equipa", - "Status of Your Response": "Estado da sua Resposta", - "The display of ungraded and checked out responses could not be loaded.": "N\u00e3o foi poss\u00edvel carregar a exibi\u00e7\u00e3o de respostas entregues n\u00e3o classificadas.", - "The following file types are not allowed: ": "Os seguintes tipos de ficheiro n\u00e3o s\u00e3o permitidos: ", - "The server could not be contacted.": "N\u00e3o foi poss\u00edvel contactar o servidor.", - "The staff assessment form could not be loaded.": "N\u00e3o foi poss\u00edvel carregar o formul\u00e1rio de avalia\u00e7\u00e3o da Equipa.", - "The submission could not be removed from the grading pool.": "N\u00e3o foi poss\u00edvel remover a submiss\u00e3o da pool de classifica\u00e7\u00e3o.", - "This assessment could not be submitted.": "N\u00e3o foi poss\u00edvel submeter esta avalia\u00e7\u00e3o.", - "This feedback could not be submitted.": "N\u00e3o foi poss\u00edvel submeter este coment\u00e1rio.", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Esta \u00e9 a lista de %s dispon\u00edveis. Poder\u00e1 escolher alguns, selecionando-os na caixa abaixo e clicando na seta \"Escolher\" entre as duas caixas.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Esta \u00e9 a lista de %s escolhidos. Poder\u00e1 remover alguns, selecionando-os na caixa abaixo e clicando na seta \"Remover\" entre as duas caixas.", - "This problem could not be saved.": "N\u00e3o foi poss\u00edvel gravar este problema.", - "This problem has already been released. Any changes will apply only to future assessments.": "Este problema j\u00e1 foi desbloqueado. Quaisquer altera\u00e7\u00f5es efetuadas posteriormente aplicam-se apenas a avalia\u00e7\u00f5es futuras.", - "This response could not be saved.": "N\u00e3o foi poss\u00edvel guardar esta resposta.", - "This response could not be submitted.": "N\u00e3o foi poss\u00edvel submeter esta resposta.", - "This response has been saved but not submitted.": "Esta resposta foi guardada mas n\u00e3o foi submetida.", - "This response has not been saved.": "Esta resposta n\u00e3o foi guardada.", - "This section could not be loaded.": "N\u00e3o foi poss\u00edvel carregar esta sec\u00e7\u00e3o.", - "Thumbnail view of ": "Visualiza\u00e7\u00e3o em miniatura de ", - "Today": "Hoje", - "Tomorrow": "Amanh\u00e3", - "Total Responses": "Total de Respostas", - "Training": "Forma\u00e7\u00e3o", - "Type into this box to filter down the list of available %s.": "Digite nesta caixa para filtrar a lista de %s dispon\u00edveis.", - "Unable to load": "N\u00e3o foi poss\u00edvel carregar", - "Unexpected server error.": "Erro do servidor.", - "Unit Name": "T\u00edtulo da Unidade", - "Units": "Unidades", - "Unnamed Option": "Op\u00e7\u00e3o sem t\u00edtulo", - "Waiting": "A aguardar", - "Warning": "Aviso", - "Yesterday": "Ontem", - "You can upload files with these file types: ": "Pode fazer o carregamento de ficheiros dos seguintes tipos: ", - "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "Adicionou um novo crit\u00e9rio. Necessitar\u00e1 de selecionar uma op\u00e7\u00e3o para o crit\u00e9rio, na etapa de Forma\u00e7\u00e3o do Estudante. Para tal, clique no separador Configura\u00e7\u00f5es.", - "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "Eliminou um crit\u00e9rio. O crit\u00e9rio foi removido dos exemplos de resposta da etapa de Forma\u00e7\u00e3o do Estudante.", - "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "Eliminou todas as op\u00e7\u00f5es para este crit\u00e9rio. O crit\u00e9rio foi removido dos exemplos de resposta da etapa de Forma\u00e7\u00e3o do Estudante.", - "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "Eliminou uma op\u00e7\u00e3o. Esta op\u00e7\u00e3o foi removida do seu crit\u00e9rio nos exemplos de respostas da etapa Forma\u00e7\u00e3o do Estudante. Deve selecionar uma nova op\u00e7\u00e3o para esse crit\u00e9rio.", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Selecionou uma a\u00e7\u00e3o mas ainda n\u00e3o guardou as mudan\u00e7as dos campos individuais. Provavelmente querer\u00e1 o bot\u00e3o Ir ao inv\u00e9s do bot\u00e3o Guardar.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Selecionou uma a\u00e7\u00e3o mas ainda n\u00e3o guardou as mudan\u00e7as dos campos individuais. Carregue em OK para gravar. Precisar\u00e1 de correr de novo a a\u00e7\u00e3o.", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Tem mudan\u00e7as por guardar nos campos individuais. Se usar uma a\u00e7\u00e3o, as suas mudan\u00e7as por guardar ser\u00e3o perdidas.", - "You must provide a learner name.": "Deve indicar o nome de um estudante.", - "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "Est\u00e1 prestes a submeter a sua resposta para esta tarefa. Depois de a submeter, n\u00e3o \u00e9 poss\u00edvel alter\u00e1-la ou submeter uma nova resposta.", + ], + "Now": "Agora", + "One or more rescheduling tasks failed.": "Ocorreu erro no reagendamento de uma ou mais tarefas.", + "Option Deleted": "Op\u00e7\u00e3o eliminada", + "Paragraph": "Par\u00e1grafo", + "Peer": "Par", + "Please correct the outlined fields.": "Por favor, corrija os campos indicados.", + "Please wait": "Aguarde, por favor", + "Preformatted": "Pr\u00e9-formatado", + "Remove": "Remover", + "Remove all": "Remover todos", + "Saving...": "A guardar...", + "Self": "Auto", + "Server error.": "Erro de servidor.", + "Show": "Mostrar", + "Staff": "Equipa", + "Status of Your Response": "Estado da sua Resposta", + "The display of ungraded and checked out responses could not be loaded.": "N\u00e3o foi poss\u00edvel carregar a exibi\u00e7\u00e3o de respostas entregues n\u00e3o classificadas.", + "The following file types are not allowed: ": "Os seguintes tipos de ficheiro n\u00e3o s\u00e3o permitidos: ", + "The server could not be contacted.": "N\u00e3o foi poss\u00edvel contactar o servidor.", + "The staff assessment form could not be loaded.": "N\u00e3o foi poss\u00edvel carregar o formul\u00e1rio de avalia\u00e7\u00e3o da Equipa.", + "The submission could not be removed from the grading pool.": "N\u00e3o foi poss\u00edvel remover a submiss\u00e3o da pool de classifica\u00e7\u00e3o.", + "This assessment could not be submitted.": "N\u00e3o foi poss\u00edvel submeter esta avalia\u00e7\u00e3o.", + "This feedback could not be submitted.": "N\u00e3o foi poss\u00edvel submeter este coment\u00e1rio.", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Esta \u00e9 a lista de %s dispon\u00edveis. Poder\u00e1 escolher alguns, selecionando-os na caixa abaixo e clicando na seta \"Escolher\" entre as duas caixas.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Esta \u00e9 a lista de %s escolhidos. Poder\u00e1 remover alguns, selecionando-os na caixa abaixo e clicando na seta \"Remover\" entre as duas caixas.", + "This problem could not be saved.": "N\u00e3o foi poss\u00edvel gravar este problema.", + "This problem has already been released. Any changes will apply only to future assessments.": "Este problema j\u00e1 foi desbloqueado. Quaisquer altera\u00e7\u00f5es efetuadas posteriormente aplicam-se apenas a avalia\u00e7\u00f5es futuras.", + "This response could not be saved.": "N\u00e3o foi poss\u00edvel guardar esta resposta.", + "This response could not be submitted.": "N\u00e3o foi poss\u00edvel submeter esta resposta.", + "This response has been saved but not submitted.": "Esta resposta foi guardada mas n\u00e3o foi submetida.", + "This response has not been saved.": "Esta resposta n\u00e3o foi guardada.", + "This section could not be loaded.": "N\u00e3o foi poss\u00edvel carregar esta sec\u00e7\u00e3o.", + "Thumbnail view of ": "Visualiza\u00e7\u00e3o em miniatura de ", + "Today": "Hoje", + "Tomorrow": "Amanh\u00e3", + "Total Responses": "Total de Respostas", + "Training": "Forma\u00e7\u00e3o", + "Type into this box to filter down the list of available %s.": "Digite nesta caixa para filtrar a lista de %s dispon\u00edveis.", + "Unable to load": "N\u00e3o foi poss\u00edvel carregar", + "Unexpected server error.": "Erro do servidor.", + "Unit Name": "T\u00edtulo da Unidade", + "Units": "Unidades", + "Unnamed Option": "Op\u00e7\u00e3o sem t\u00edtulo", + "Waiting": "A aguardar", + "Warning": "Aviso", + "Yesterday": "Ontem", + "You can upload files with these file types: ": "Pode fazer o carregamento de ficheiros dos seguintes tipos: ", + "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "Adicionou um novo crit\u00e9rio. Necessitar\u00e1 de selecionar uma op\u00e7\u00e3o para o crit\u00e9rio, na etapa de Forma\u00e7\u00e3o do Estudante. Para tal, clique no separador Configura\u00e7\u00f5es.", + "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "Eliminou um crit\u00e9rio. O crit\u00e9rio foi removido dos exemplos de resposta da etapa de Forma\u00e7\u00e3o do Estudante.", + "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "Eliminou todas as op\u00e7\u00f5es para este crit\u00e9rio. O crit\u00e9rio foi removido dos exemplos de resposta da etapa de Forma\u00e7\u00e3o do Estudante.", + "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "Eliminou uma op\u00e7\u00e3o. Esta op\u00e7\u00e3o foi removida do seu crit\u00e9rio nos exemplos de respostas da etapa Forma\u00e7\u00e3o do Estudante. Deve selecionar uma nova op\u00e7\u00e3o para esse crit\u00e9rio.", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Selecionou uma a\u00e7\u00e3o mas ainda n\u00e3o guardou as mudan\u00e7as dos campos individuais. Provavelmente querer\u00e1 o bot\u00e3o Ir ao inv\u00e9s do bot\u00e3o Guardar.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Selecionou uma a\u00e7\u00e3o mas ainda n\u00e3o guardou as mudan\u00e7as dos campos individuais. Carregue em OK para gravar. Precisar\u00e1 de correr de novo a a\u00e7\u00e3o.", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Tem mudan\u00e7as por guardar nos campos individuais. Se usar uma a\u00e7\u00e3o, as suas mudan\u00e7as por guardar ser\u00e3o perdidas.", + "You must provide a learner name.": "Deve indicar o nome de um estudante.", + "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "Est\u00e1 prestes a submeter a sua resposta para esta tarefa. Depois de a submeter, n\u00e3o \u00e9 poss\u00edvel alter\u00e1-la ou submeter uma nova resposta.", "Your file ": "O seu ficheiro " }; for (var key in newcatalog) { @@ -191,40 +189,40 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "j \\d\\e F \\d\\e Y \u00e0\\s H:i", + "DATETIME_FORMAT": "j \\d\\e F \\d\\e Y \u00e0\\s H:i", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%d/%m/%Y %H:%M:%S", - "%d/%m/%Y %H:%M:%S.%f", - "%d/%m/%Y %H:%M", - "%d/%m/%Y", - "%d/%m/%y %H:%M:%S", - "%d/%m/%y %H:%M:%S.%f", - "%d/%m/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%d/%m/%Y %H:%M:%S", + "%d/%m/%Y %H:%M:%S.%f", + "%d/%m/%Y %H:%M", + "%d/%m/%Y", + "%d/%m/%y %H:%M:%S", + "%d/%m/%y %H:%M:%S.%f", + "%d/%m/%y %H:%M", "%d/%m/%y" - ], - "DATE_FORMAT": "j \\d\\e F \\d\\e Y", + ], + "DATE_FORMAT": "j \\d\\e F \\d\\e Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%d/%m/%Y", + "%Y-%m-%d", + "%d/%m/%Y", "%d/%m/%y" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "j \\d\\e F", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "d/m/Y H:i", - "SHORT_DATE_FORMAT": "d/m/Y", - "THOUSAND_SEPARATOR": ".", - "TIME_FORMAT": "H:i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "j \\d\\e F", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "d/m/Y H:i", + "SHORT_DATE_FORMAT": "d/m/Y", + "THOUSAND_SEPARATOR": ".", + "TIME_FORMAT": "H:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F \\d\\e Y" }; diff --git a/cms/static/js/i18n/ro/djangojs.js b/cms/static/js/i18n/ro/djangojs.js index 430864c244..00d4da422f 100644 --- a/cms/static/js/i18n/ro/djangojs.js +++ b/cms/static/js/i18n/ro/djangojs.js @@ -21,48 +21,71 @@ var newcatalog = { "%(sel)s of %(cnt)s selected": [ - "%(sel)s din %(cnt)s selectate", - "%(sel)s din %(cnt)s selectate", + "%(sel)s din %(cnt)s selectate", + "%(sel)s din %(cnt)s selectate", "de %(sel)s din %(cnt)s selectate" - ], - "6 a.m.": "6 a.m.", - "6 p.m.": "6 p.m.", - "Available %s": "%s disponibil", - "Cancel": "Anuleaz\u0103", - "Choose": "Alege", - "Choose a Date": "Alege a dat\u0103", - "Choose a Time": "Alege o or\u0103", - "Choose a time": "Alege o or\u0103", - "Choose all": "Alege toate", - "Chosen %s": "%s alese", - "Click to choose all %s at once.": "Click pentru a alege toate %s.", - "Click to remove all chosen %s at once.": "Click pentru a elimina toate %s alese.", - "Filter": "Filtru", - "Hide": "Ascunde", - "Midnight": "Miezul nop\u021bii", - "Noon": "Amiaz\u0103", + ], + "6 a.m.": "6 a.m.", + "6 p.m.": "6 p.m.", + "Available %s": "%s disponibil", + "Cancel": "Anuleaz\u0103", + "Choose": "Alege", + "Choose a Date": "Alege a dat\u0103", + "Choose a Time": "Alege o or\u0103", + "Choose a time": "Alege o or\u0103", + "Choose all": "Alege toate", + "Chosen %s": "%s alese", + "Click to choose all %s at once.": "Click pentru a alege toate %s.", + "Click to remove all chosen %s at once.": "Click pentru a elimina toate %s alese.", + "Could not retrieve download url.": "Nu s-a putut ob\u0163ine linkul de desc\u0103rcare.", + "Could not retrieve upload url.": "Nu s-a putut ob\u0163ine linkul de \u00eenc\u0103rcare.", + "Error": "Eroare", + "Filter": "Filtru", + "Heading 3": "Titlu 3", + "Heading 4": "Titlu 4", + "Heading 5": "Titlu 5", + "Heading 6": "Titlu 6", + "Hide": "Ascunde", + "Midnight": "Miezul nop\u021bii", + "Noon": "Amiaz\u0103", "Note: You are %s hour ahead of server time.": [ - "Not\u0103: Sunte\u021bi cu %s ora \u00eenaintea orei serverului.", - "Not\u0103: Sunte\u021bi cu %s ore \u00eenaintea orei serverului.", + "Not\u0103: Sunte\u021bi cu %s ora \u00eenaintea orei serverului.", + "Not\u0103: Sunte\u021bi cu %s ore \u00eenaintea orei serverului.", "Not\u0103: Sunte\u021bi cu %s ore \u00eenaintea orei serverului." - ], + ], "Note: You are %s hour behind server time.": [ - "Not\u0103: Sunte\u021bi cu %s or\u0103 \u00een urma orei serverului.", - "Not\u0103: Sunte\u021bi cu %s ore \u00een urma orei serverului.", + "Not\u0103: Sunte\u021bi cu %s or\u0103 \u00een urma orei serverului.", + "Not\u0103: Sunte\u021bi cu %s ore \u00een urma orei serverului.", "Not\u0103: Sunte\u021bi cu %s ore \u00een urma orei serverului." - ], - "Now": "Acum", - "Remove": "Elimin\u0103", - "Remove all": "Elimin\u0103 toate", - "Show": "Arat\u0103", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Aceasta este o list\u0103 cu %s disponibile. Le pute\u021bi alege select\u00e2nd mai multe in chenarul de mai jos \u0219i ap\u0103s\u00e2nd pe s\u0103geata \"Alege\" dintre cele dou\u0103 chenare.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Aceasta este lista de %s alese. Pute\u021bi elimina din ele select\u00e2ndu-le in chenarul de mai jos \u0219i apasand pe s\u0103geata \"Elimin\u0103\" dintre cele dou\u0103 chenare.", - "Today": "Ast\u0103zi", - "Tomorrow": "M\u00e2ine", - "Type into this box to filter down the list of available %s.": "Scrie \u00een acest chenar pentru a filtra lista de %s disponibile.", - "Yesterday": "Ieri", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "A\u021bi selectat o ac\u0163iune \u0219i nu a\u021b\u0163i f\u0103cut modific\u0103ri \u00een c\u00eempuri individuale. Probabil c\u0103uta\u021bi butonul Go, \u00een loc de Salveaz\u0103.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "A\u0163i selectat o ac\u0163iune, dar nu a\u0163i salvat \u00eenc\u0103 modific\u0103rile la c\u00e2mpuri individuale. Face\u0163i clic pe OK pentru a salva. Va trebui s\u0103 executa\u021bi ac\u021biunea din nou.", + ], + "Now": "Acum", + "One or more rescheduling tasks failed.": "Una sau mai multe reprogram\u0103ri au e\u015fuat.", + "Paragraph": "Paragraf", + "Preformatted": "Preformatat", + "Remove": "Elimin\u0103", + "Remove all": "Elimin\u0103 toate", + "Saving...": "Se salveaz\u0103...", + "Server error.": "Eroare de server.", + "Show": "Arat\u0103", + "Status of Your Response": "Statusul r\u0103spunsului t\u0103u", + "The server could not be contacted.": "Serverul nu a putut fi contactat.", + "The staff assessment form could not be loaded.": "Formularul de evaluare a personalului nu a putut fi \u00eenc\u0103rcat.", + "This assessment could not be submitted.": "Aceast\u0103 evaluare nu a putut fi trimis\u0103.", + "This feedback could not be submitted.": "Feedback-ul nu a putut fi trimis.", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Aceasta este o list\u0103 cu %s disponibile. Le pute\u021bi alege select\u00e2nd mai multe in chenarul de mai jos \u0219i ap\u0103s\u00e2nd pe s\u0103geata \"Alege\" dintre cele dou\u0103 chenare.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Aceasta este lista de %s alese. Pute\u021bi elimina din ele select\u00e2ndu-le in chenarul de mai jos \u0219i apasand pe s\u0103geata \"Elimin\u0103\" dintre cele dou\u0103 chenare.", + "This problem could not be saved.": "Aceast\u0103 problem\u0103 nu a putut fi salvat\u0103.", + "This response could not be saved.": "Acest r\u0103spuns nu a putut fi salvat.", + "This response could not be submitted.": "Acest r\u0103spuns nu a putut fi trimis.", + "This response has been saved but not submitted.": "Acest r\u0103spuns a fost salvat, dar nu \u0219i trimis.", + "This response has not been saved.": "Acest r\u0103spuns nu a fost salvat.", + "This section could not be loaded.": "Aceast\u0103 sec\u0163iune nu a putut fi \u00eenc\u0103rcat\u0103.", + "Today": "Ast\u0103zi", + "Tomorrow": "M\u00e2ine", + "Type into this box to filter down the list of available %s.": "Scrie \u00een acest chenar pentru a filtra lista de %s disponibile.", + "Yesterday": "Ieri", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "A\u021bi selectat o ac\u0163iune \u0219i nu a\u021b\u0163i f\u0103cut modific\u0103ri \u00een c\u00eempuri individuale. Probabil c\u0103uta\u021bi butonul Go, \u00een loc de Salveaz\u0103.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "A\u0163i selectat o ac\u0163iune, dar nu a\u0163i salvat \u00eenc\u0103 modific\u0103rile la c\u00e2mpuri individuale. Face\u0163i clic pe OK pentru a salva. Va trebui s\u0103 executa\u021bi ac\u021biunea din nou.", "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Ave\u0163i modific\u0103ri nesalvate \u00een c\u00eempuri individuale editabile. Dac\u0103 executa\u0163i o ac\u021biune, modific\u0103rile nesalvate vor fi pierdute." }; for (var key in newcatalog) { @@ -119,48 +142,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "j F Y, H:i", + "DATETIME_FORMAT": "j F Y, H:i", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "j F Y", + ], + "DATE_FORMAT": "j F Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "j F", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "d.m.Y, H:i", - "SHORT_DATE_FORMAT": "d.m.Y", - "THOUSAND_SEPARATOR": ".", - "TIME_FORMAT": "H:i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "j F", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "d.m.Y, H:i", + "SHORT_DATE_FORMAT": "d.m.Y", + "THOUSAND_SEPARATOR": ".", + "TIME_FORMAT": "H:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/rtl/djangojs.js b/cms/static/js/i18n/rtl/djangojs.js index 0cbde54bc3..4e43f6d852 100644 --- a/cms/static/js/i18n/rtl/djangojs.js +++ b/cms/static/js/i18n/rtl/djangojs.js @@ -20,2211 +20,2201 @@ django.catalog = django.catalog || {}; var newcatalog = { - " ${price} {currency} )": " ${price} {currency} )", - " %(exam_display_name)s ": " %(exam_display_name)s ", - " %(username)s ": " %(username)s ", - " Link": " \u0645\u0647\u0631\u0646", - " and ": " \u0634\u0631\u064a ", - " learner does not exist in LMS and not added to the exception list": " \u0645\u062b\u0634\u0642\u0631\u062b\u0642 \u064a\u062e\u062b\u0633 \u0631\u062e\u0641 \u062b\u0637\u0647\u0633\u0641 \u0647\u0631 \u0645\u0648\u0633 \u0634\u0631\u064a \u0631\u062e\u0641 \u0634\u064a\u064a\u062b\u064a \u0641\u062e \u0641\u0627\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0645\u0647\u0633\u0641", - " learner is already white listed and not added to the exception list": " \u0645\u062b\u0634\u0642\u0631\u062b\u0642 \u0647\u0633 \u0634\u0645\u0642\u062b\u0634\u064a\u063a \u0635\u0627\u0647\u0641\u062b \u0645\u0647\u0633\u0641\u062b\u064a \u0634\u0631\u064a \u0631\u062e\u0641 \u0634\u064a\u064a\u062b\u064a \u0641\u062e \u0641\u0627\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0645\u0647\u0633\u0641", - " learner is not enrolled in course and not added to the exception list": " \u0645\u062b\u0634\u0642\u0631\u062b\u0642 \u0647\u0633 \u0631\u062e\u0641 \u062b\u0631\u0642\u062e\u0645\u0645\u062b\u064a \u0647\u0631 \u0630\u062e\u0639\u0642\u0633\u062b \u0634\u0631\u064a \u0631\u062e\u0641 \u0634\u064a\u064a\u062b\u064a \u0641\u062e \u0641\u0627\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0645\u0647\u0633\u0641", - " learner is successfully added to the exception list": " \u0645\u062b\u0634\u0642\u0631\u062b\u0642 \u0647\u0633 \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0634\u064a\u064a\u062b\u064a \u0641\u062e \u0641\u0627\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0645\u0647\u0633\u0641", - " learners are already white listed and not added to the exception list": " \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0634\u0642\u062b \u0634\u0645\u0642\u062b\u0634\u064a\u063a \u0635\u0627\u0647\u0641\u062b \u0645\u0647\u0633\u0641\u062b\u064a \u0634\u0631\u064a \u0631\u062e\u0641 \u0634\u064a\u064a\u062b\u064a \u0641\u062e \u0641\u0627\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0645\u0647\u0633\u0641", - " learners are not enrolled in course and not added to the exception list": " \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0634\u0642\u062b \u0631\u062e\u0641 \u062b\u0631\u0642\u062e\u0645\u0645\u062b\u064a \u0647\u0631 \u0630\u062e\u0639\u0642\u0633\u062b \u0634\u0631\u064a \u0631\u062e\u0641 \u0634\u064a\u064a\u062b\u064a \u0641\u062e \u0641\u0627\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0645\u0647\u0633\u0641", - " learners are successfully added to exception list": " \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0634\u0642\u062b \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0634\u064a\u064a\u062b\u064a \u0641\u062e \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0645\u0647\u0633\u0641", - " learners do not exist in LMS and not added to the exception list": " \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u064a\u062e \u0631\u062e\u0641 \u062b\u0637\u0647\u0633\u0641 \u0647\u0631 \u0645\u0648\u0633 \u0634\u0631\u064a \u0631\u062e\u0641 \u0634\u064a\u064a\u062b\u064a \u0641\u062e \u0641\u0627\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0645\u0647\u0633\u0641", - " record is not in correct format and not added to the exception list": " \u0642\u062b\u0630\u062e\u0642\u064a \u0647\u0633 \u0631\u062e\u0641 \u0647\u0631 \u0630\u062e\u0642\u0642\u062b\u0630\u0641 \u0628\u062e\u0642\u0648\u0634\u0641 \u0634\u0631\u064a \u0631\u062e\u0641 \u0634\u064a\u064a\u062b\u064a \u0641\u062e \u0641\u0627\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0645\u0647\u0633\u0641", - " records are not in correct format and not added to the exception list": " \u0642\u062b\u0630\u062e\u0642\u064a\u0633 \u0634\u0642\u062b \u0631\u062e\u0641 \u0647\u0631 \u0630\u062e\u0642\u0642\u062b\u0630\u0641 \u0628\u062e\u0642\u0648\u0634\u0641 \u0634\u0631\u064a \u0631\u062e\u0641 \u0634\u064a\u064a\u062b\u064a \u0641\u062e \u0641\u0627\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0645\u0647\u0633\u0641", - "${listPrice}": "${listPrice}", - "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", - "%(download_link_start)sDownload this image (right-click or option-click, save as)%(link_end)s and then %(upload_link_start)supload%(link_end)s it to your backpack.": "%(download_link_start)s\u064a\u062e\u0635\u0631\u0645\u062e\u0634\u064a \u0641\u0627\u0647\u0633 \u0647\u0648\u0634\u0644\u062b (\u0642\u0647\u0644\u0627\u0641-\u0630\u0645\u0647\u0630\u0646 \u062e\u0642 \u062e\u062d\u0641\u0647\u062e\u0631-\u0630\u0645\u0647\u0630\u0646, \u0633\u0634\u062f\u062b \u0634\u0633)%(link_end)s \u0634\u0631\u064a \u0641\u0627\u062b\u0631 %(upload_link_start)s\u0639\u062d\u0645\u062e\u0634\u064a%(link_end)s \u0647\u0641 \u0641\u062e \u063a\u062e\u0639\u0642 \u0632\u0634\u0630\u0646\u062d\u0634\u0630\u0646.", - "%(earned)s/%(possible)s point (graded)": [ - "%(earned)s/%(possible)s \u062d\u062e\u0647\u0631\u0641 (\u0644\u0642\u0634\u064a\u062b\u064a)", - "%(earned)s/%(possible)s \u062d\u062e\u0647\u0631\u0641\u0633 (\u0644\u0642\u0634\u064a\u062b\u064a)" - ], - "%(earned)s/%(possible)s point (ungraded)": [ - "%(earned)s/%(possible)s \u062d\u062e\u0647\u0631\u0641 (\u0639\u0631\u0644\u0642\u0634\u064a\u062b\u064a)", - "%(earned)s/%(possible)s \u062d\u062e\u0647\u0631\u0641\u0633 (\u0639\u0631\u0644\u0642\u0634\u064a\u062b\u064a)" - ], + " ${price} {currency} )": " ${price} {currency} )", + " Link": " \u0645\u0647\u0631\u0646", + " Member": [ + " \u0648\u062b\u0648\u0632\u062b\u0642", + " \u0648\u062b\u0648\u0632\u062b\u0642\u0633" + ], + " and ": " \u0634\u0631\u064a ", + " learner does not exist in LMS and not added to the exception list": " \u0645\u062b\u0634\u0642\u0631\u062b\u0642 \u064a\u062e\u062b\u0633 \u0631\u062e\u0641 \u062b\u0637\u0647\u0633\u0641 \u0647\u0631 \u0645\u0648\u0633 \u0634\u0631\u064a \u0631\u062e\u0641 \u0634\u064a\u064a\u062b\u064a \u0641\u062e \u0641\u0627\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0645\u0647\u0633\u0641", + " learner is already white listed and not added to the exception list": " \u0645\u062b\u0634\u0642\u0631\u062b\u0642 \u0647\u0633 \u0634\u0645\u0642\u062b\u0634\u064a\u063a \u0635\u0627\u0647\u0641\u062b \u0645\u0647\u0633\u0641\u062b\u064a \u0634\u0631\u064a \u0631\u062e\u0641 \u0634\u064a\u064a\u062b\u064a \u0641\u062e \u0641\u0627\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0645\u0647\u0633\u0641", + " learner is not enrolled in course and not added to the exception list": " \u0645\u062b\u0634\u0642\u0631\u062b\u0642 \u0647\u0633 \u0631\u062e\u0641 \u062b\u0631\u0642\u062e\u0645\u0645\u062b\u064a \u0647\u0631 \u0630\u062e\u0639\u0642\u0633\u062b \u0634\u0631\u064a \u0631\u062e\u0641 \u0634\u064a\u064a\u062b\u064a \u0641\u062e \u0641\u0627\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0645\u0647\u0633\u0641", + " learner is successfully added to the exception list": " \u0645\u062b\u0634\u0642\u0631\u062b\u0642 \u0647\u0633 \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0634\u064a\u064a\u062b\u064a \u0641\u062e \u0641\u0627\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0645\u0647\u0633\u0641", + " learners are already white listed and not added to the exception list": " \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0634\u0642\u062b \u0634\u0645\u0642\u062b\u0634\u064a\u063a \u0635\u0627\u0647\u0641\u062b \u0645\u0647\u0633\u0641\u062b\u064a \u0634\u0631\u064a \u0631\u062e\u0641 \u0634\u064a\u064a\u062b\u064a \u0641\u062e \u0641\u0627\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0645\u0647\u0633\u0641", + " learners are not enrolled in course and not added to the exception list": " \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0634\u0642\u062b \u0631\u062e\u0641 \u062b\u0631\u0642\u062e\u0645\u0645\u062b\u064a \u0647\u0631 \u0630\u062e\u0639\u0642\u0633\u062b \u0634\u0631\u064a \u0631\u062e\u0641 \u0634\u064a\u064a\u062b\u064a \u0641\u062e \u0641\u0627\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0645\u0647\u0633\u0641", + " learners are successfully added to exception list": " \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0634\u0642\u062b \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0634\u064a\u064a\u062b\u064a \u0641\u062e \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0645\u0647\u0633\u0641", + " learners do not exist in LMS and not added to the exception list": " \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u064a\u062e \u0631\u062e\u0641 \u062b\u0637\u0647\u0633\u0641 \u0647\u0631 \u0645\u0648\u0633 \u0634\u0631\u064a \u0631\u062e\u0641 \u0634\u064a\u064a\u062b\u064a \u0641\u062e \u0641\u0627\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0645\u0647\u0633\u0641", + " record is not in correct format and not added to the exception list": " \u0642\u062b\u0630\u062e\u0642\u064a \u0647\u0633 \u0631\u062e\u0641 \u0647\u0631 \u0630\u062e\u0642\u0642\u062b\u0630\u0641 \u0628\u062e\u0642\u0648\u0634\u0641 \u0634\u0631\u064a \u0631\u062e\u0641 \u0634\u064a\u064a\u062b\u064a \u0641\u062e \u0641\u0627\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0645\u0647\u0633\u0641", + " records are not in correct format and not added to the exception list": " \u0642\u062b\u0630\u062e\u0642\u064a\u0633 \u0634\u0642\u062b \u0631\u062e\u0641 \u0647\u0631 \u0630\u062e\u0642\u0642\u062b\u0630\u0641 \u0628\u062e\u0642\u0648\u0634\u0641 \u0634\u0631\u064a \u0631\u062e\u0641 \u0634\u064a\u064a\u062b\u064a \u0641\u062e \u0641\u0627\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0645\u0647\u0633\u0641", + "${listPrice}": "${listPrice}", + "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", "%(errorCount)s error found in form.": [ - "%(errorCount)s \u062b\u0642\u0642\u062e\u0642 \u0628\u062e\u0639\u0631\u064a \u0647\u0631 \u0628\u062e\u0642\u0648.", + "%(errorCount)s \u062b\u0642\u0642\u062e\u0642 \u0628\u062e\u0639\u0631\u064a \u0647\u0631 \u0628\u062e\u0642\u0648.", "%(errorCount)s \u062b\u0642\u0642\u062e\u0642\u0633 \u0628\u062e\u0639\u0631\u064a \u0647\u0631 \u0628\u062e\u0642\u0648." - ], - "%(field)s can only contain up to %(count)d characters.": "%(field)s \u0630\u0634\u0631 \u062e\u0631\u0645\u063a \u0630\u062e\u0631\u0641\u0634\u0647\u0631 \u0639\u062d \u0641\u062e %(count)d \u0630\u0627\u0634\u0642\u0634\u0630\u0641\u062b\u0642\u0633.", - "%(field)s must have at least %(count)d characters.": "%(field)s \u0648\u0639\u0633\u0641 \u0627\u0634\u062f\u062b \u0634\u0641 \u0645\u062b\u0634\u0633\u0641 %(count)d \u0630\u0627\u0634\u0642\u0634\u0630\u0641\u062b\u0642\u0633.", - "%(memberCount)s / %(maxMemberCount)s Member": [ - "%(memberCount)s / %(maxMemberCount)s \u0648\u062b\u0648\u0632\u062b\u0642", - "%(memberCount)s / %(maxMemberCount)s \u0648\u062b\u0648\u0632\u062b\u0642\u0633" - ], - "%(new_item_message)s": "%(new_item_message)s", - "%(num_points)s point possible (graded)": [ - "%(num_points)s \u062d\u062e\u0647\u0631\u0641 \u062d\u062e\u0633\u0633\u0647\u0632\u0645\u062b (\u0644\u0642\u0634\u064a\u062b\u064a)", - "%(num_points)s \u062d\u062e\u0647\u0631\u0641\u0633 \u062d\u062e\u0633\u0633\u0647\u0632\u0645\u062b (\u0644\u0642\u0634\u064a\u062b\u064a)" - ], - "%(num_points)s point possible (graded, results hidden)": [ - "%(num_points)s \u062d\u062e\u0647\u0631\u0641 \u062d\u062e\u0633\u0633\u0647\u0632\u0645\u062b (\u0644\u0642\u0634\u064a\u062b\u064a, \u0642\u062b\u0633\u0639\u0645\u0641\u0633 \u0627\u0647\u064a\u064a\u062b\u0631)", - "%(num_points)s \u062d\u062e\u0647\u0631\u0641\u0633 \u062d\u062e\u0633\u0633\u0647\u0632\u0645\u062b (\u0644\u0642\u0634\u064a\u062b\u064a, \u0642\u062b\u0633\u0639\u0645\u0641\u0633 \u0627\u0647\u064a\u064a\u062b\u0631)" - ], - "%(num_points)s point possible (ungraded)": [ - "%(num_points)s \u062d\u062e\u0647\u0631\u0641 \u062d\u062e\u0633\u0633\u0647\u0632\u0645\u062b (\u0639\u0631\u0644\u0642\u0634\u064a\u062b\u064a)", - "%(num_points)s \u062d\u062e\u0647\u0631\u0641\u0633 \u062d\u062e\u0633\u0633\u0647\u0632\u0645\u062b (\u0639\u0631\u0644\u0642\u0634\u064a\u062b\u064a)" - ], - "%(num_points)s point possible (ungraded, results hidden)": [ - "%(num_points)s \u062d\u062e\u0647\u0631\u0641 \u062d\u062e\u0633\u0633\u0647\u0632\u0645\u062b (\u0639\u0631\u0644\u0642\u0634\u064a\u062b\u064a, \u0642\u062b\u0633\u0639\u0645\u0641\u0633 \u0627\u0647\u064a\u064a\u062b\u0631)", - "%(num_points)s \u062d\u062e\u0647\u0631\u0641\u0633 \u062d\u062e\u0633\u0633\u0647\u0632\u0645\u062b (\u0639\u0631\u0644\u0642\u0634\u064a\u062b\u064a, \u0642\u062b\u0633\u0639\u0645\u0641\u0633 \u0627\u0647\u064a\u064a\u062b\u0631)" - ], - "%(num_questions)s question": [ - "%(num_questions)s \u0636\u0639\u062b\u0633\u0641\u0647\u062e\u0631", - "%(num_questions)s \u0636\u0639\u062b\u0633\u0641\u0647\u062e\u0631\u0633" - ], - "%(num_students)s student": [ - "%(num_students)s \u0633\u0641\u0639\u064a\u062b\u0631\u0641", - "%(num_students)s \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633" - ], - "%(num_students)s student opened Subsection": [ - "%(num_students)s \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u062e\u062d\u062b\u0631\u062b\u064a \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631", - "%(num_students)s \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633 \u062e\u062d\u062b\u0631\u062b\u064a \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631" - ], - "%(programName)s Home Page.": "%(programName)s \u0627\u062e\u0648\u062b \u062d\u0634\u0644\u062b.", - "%(team_count)s Team": [ - "%(team_count)s \u0641\u062b\u0634\u0648", - "%(team_count)s \u0641\u062b\u0634\u0648\u0633" - ], - "%(type)s Component Template Menu": "%(type)s \u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641 \u0641\u062b\u0648\u062d\u0645\u0634\u0641\u062b \u0648\u062b\u0631\u0639", + ], + "%(field)s can only contain up to %(count)d characters.": "%(field)s \u0630\u0634\u0631 \u062e\u0631\u0645\u063a \u0630\u062e\u0631\u0641\u0634\u0647\u0631 \u0639\u062d \u0641\u062e %(count)d \u0630\u0627\u0634\u0642\u0634\u0630\u0641\u062b\u0642\u0633.", + "%(field)s must have at least %(count)d characters.": "%(field)s \u0648\u0639\u0633\u0641 \u0627\u0634\u062f\u062b \u0634\u0641 \u0645\u062b\u0634\u0633\u0641 %(count)d \u0630\u0627\u0634\u0642\u0634\u0630\u0641\u062b\u0642\u0633.", + "%(new_item_message)s": "%(new_item_message)s", + "%(programName)s Home Page.": "%(programName)s \u0627\u062e\u0648\u062b \u062d\u0634\u0644\u062b.", + "%(type)s Component Template Menu": "%(type)s \u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641 \u0641\u062b\u0648\u062d\u0645\u0634\u0641\u062b \u0648\u062b\u0631\u0639", "%(value)s hour": [ - "%(value)s \u0627\u062e\u0639\u0642", + "%(value)s \u0627\u062e\u0639\u0642", "%(value)s \u0627\u062e\u0639\u0642\u0633" - ], + ], "%(value)s minute": [ - "%(value)s \u0648\u0647\u0631\u0639\u0641\u062b", + "%(value)s \u0648\u0647\u0631\u0639\u0641\u062b", "%(value)s \u0648\u0647\u0631\u0639\u0641\u062b\u0633" - ], + ], "%(value)s second": [ - "%(value)s \u0633\u062b\u0630\u062e\u0631\u064a", + "%(value)s \u0633\u062b\u0630\u062e\u0631\u064a", "%(value)s \u0633\u062b\u0630\u062e\u0631\u064a\u0633" - ], + ], "%d day": [ - "%d \u064a\u0634\u063a", + "%d \u064a\u0634\u063a", "%d \u064a\u0634\u063a\u0633" - ], + ], "%d minute": [ - "%d \u0648\u0647\u0631\u0639\u0641\u062b", + "%d \u0648\u0647\u0631\u0639\u0641\u062b", "%d \u0648\u0647\u0631\u0639\u0641\u062b\u0633" - ], + ], "%d month": [ - "%d \u0648\u062e\u0631\u0641\u0627", + "%d \u0648\u062e\u0631\u0641\u0627", "%d \u0648\u062e\u0631\u0641\u0627\u0633" - ], + ], "%d year": [ - "%d \u063a\u062b\u0634\u0642", + "%d \u063a\u062b\u0634\u0642", "%d \u063a\u062b\u0634\u0642\u0633" - ], - "%s ago": "%s \u0634\u0644\u062e", - "%s from now": "%s \u0628\u0642\u062e\u0648 \u0631\u062e\u0635", - "(Add signatories for a certificate)": "(\u0634\u064a\u064a \u0633\u0647\u0644\u0631\u0634\u0641\u062e\u0642\u0647\u062b\u0633 \u0628\u062e\u0642 \u0634 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b)", - "(Caption will be displayed when you start playing the video.)": "(\u0630\u0634\u062d\u0641\u0647\u062e\u0631 \u0635\u0647\u0645\u0645 \u0632\u062b \u064a\u0647\u0633\u062d\u0645\u0634\u063a\u062b\u064a \u0635\u0627\u062b\u0631 \u063a\u062e\u0639 \u0633\u0641\u0634\u0642\u0641 \u062d\u0645\u0634\u063a\u0647\u0631\u0644 \u0641\u0627\u062b \u062f\u0647\u064a\u062b\u062e.)", - "(Optional)": "(\u062e\u062d\u0641\u0647\u062e\u0631\u0634\u0645)", - "(Read-only)": "(\u0642\u062b\u0634\u064a-\u062e\u0631\u0645\u063a)", - "(Required Field)": "(\u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a \u0628\u0647\u062b\u0645\u064a)", - "(Self-paced) Ended {end}": "(\u0633\u062b\u0645\u0628-\u062d\u0634\u0630\u062b\u064a) \u062b\u0631\u064a\u062b\u064a {end}", - "(Self-paced) Ends {end}": "(\u0633\u062b\u0645\u0628-\u062d\u0634\u0630\u062b\u064a) \u062b\u0631\u064a\u0633 {end}", - "(Self-paced) Started {start}": "(\u0633\u062b\u0645\u0628-\u062d\u0634\u0630\u062b\u064a) \u0633\u0641\u0634\u0642\u0641\u062b\u064a {start}", - "(Self-paced) Starts {start}": "(\u0633\u062b\u0645\u0628-\u062d\u0634\u0630\u062b\u064a) \u0633\u0641\u0634\u0642\u0641\u0633 {start}", + ], + "%s ago": "%s \u0634\u0644\u062e", + "%s from now": "%s \u0628\u0642\u062e\u0648 \u0631\u062e\u0635", + "(Add signatories for a certificate)": "(\u0634\u064a\u064a \u0633\u0647\u0644\u0631\u0634\u0641\u062e\u0642\u0647\u062b\u0633 \u0628\u062e\u0642 \u0634 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b)", + "(Caption will be displayed when you start playing the video.)": "(\u0630\u0634\u062d\u0641\u0647\u062e\u0631 \u0635\u0647\u0645\u0645 \u0632\u062b \u064a\u0647\u0633\u062d\u0645\u0634\u063a\u062b\u064a \u0635\u0627\u062b\u0631 \u063a\u062e\u0639 \u0633\u0641\u0634\u0642\u0641 \u062d\u0645\u0634\u063a\u0647\u0631\u0644 \u0641\u0627\u062b \u062f\u0647\u064a\u062b\u062e.)", + "(Optional)": "(\u062e\u062d\u0641\u0647\u062e\u0631\u0634\u0645)", + "(Read-only)": "(\u0642\u062b\u0634\u064a-\u062e\u0631\u0645\u063a)", + "(Required Field)": "(\u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a \u0628\u0647\u062b\u0645\u064a)", + "(Self-paced) Ended {end}": "(\u0633\u062b\u0645\u0628-\u062d\u0634\u0630\u062b\u064a) \u062b\u0631\u064a\u062b\u064a {end}", + "(Self-paced) Ends {end}": "(\u0633\u062b\u0645\u0628-\u062d\u0634\u0630\u062b\u064a) \u062b\u0631\u064a\u0633 {end}", + "(Self-paced) Started {start}": "(\u0633\u062b\u0645\u0628-\u062d\u0634\u0630\u062b\u064a) \u0633\u0641\u0634\u0642\u0641\u062b\u064a {start}", + "(Self-paced) Starts {start}": "(\u0633\u062b\u0645\u0628-\u062d\u0634\u0630\u062b\u064a) \u0633\u0641\u0634\u0642\u0641\u0633 {start}", "(contains %(student_count)s student)": [ - "(\u0630\u062e\u0631\u0641\u0634\u0647\u0631\u0633 %(student_count)s \u0633\u0641\u0639\u064a\u062b\u0631\u0641)", + "(\u0630\u062e\u0631\u0641\u0634\u0647\u0631\u0633 %(student_count)s \u0633\u0641\u0639\u064a\u062b\u0631\u0641)", "(\u0630\u062e\u0631\u0641\u0634\u0647\u0631\u0633 %(student_count)s \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633)" - ], - "(optional)": "(\u062e\u062d\u0641\u0647\u062e\u0631\u0634\u0645)", - "(required)": "(\u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a)", - "- Sortable": "- \u0633\u062e\u0642\u0641\u0634\u0632\u0645\u062b", - ": video upload complete.": ": \u062f\u0647\u064a\u062b\u062e \u0639\u062d\u0645\u062e\u0634\u064a \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b.", - "<%= user %> already in exception list.": "<%= user %> \u0634\u0645\u0642\u062b\u0634\u064a\u063a \u0647\u0631 \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0645\u0647\u0633\u0641.", - "<%= user %> has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.": "<%= user %> \u0627\u0634\u0633 \u0632\u062b\u062b\u0631 \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0634\u064a\u064a\u062b\u064a \u0641\u062e \u0641\u0627\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0645\u0647\u0633\u0641. \u0630\u0645\u0647\u0630\u0646 \u0644\u062b\u0631\u062b\u0642\u0634\u0641\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0632\u062b\u0645\u062e\u0635 \u0641\u062e \u0633\u062b\u0631\u064a \u0641\u0627\u062b \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b.", - "A Password is required": "\u0634 \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a \u0647\u0633 \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a", - "A driver's license, passport, or government-issued ID with your name and photo.": "\u0634 \u064a\u0642\u0647\u062f\u062b\u0642'\u0633 \u0645\u0647\u0630\u062b\u0631\u0633\u062b, \u062d\u0634\u0633\u0633\u062d\u062e\u0642\u0641, \u062e\u0642 \u0644\u062e\u062f\u062b\u0642\u0631\u0648\u062b\u0631\u0641-\u0647\u0633\u0633\u0639\u062b\u064a \u0647\u064a \u0635\u0647\u0641\u0627 \u063a\u062e\u0639\u0642 \u0631\u0634\u0648\u062b \u0634\u0631\u064a \u062d\u0627\u062e\u0641\u062e.", - "A driver's license, passport, or other government-issued ID with your name and photo": "\u0634 \u064a\u0642\u0647\u062f\u062b\u0642'\u0633 \u0645\u0647\u0630\u062b\u0631\u0633\u062b, \u062d\u0634\u0633\u0633\u062d\u062e\u0642\u0641, \u062e\u0642 \u062e\u0641\u0627\u062b\u0642 \u0644\u062e\u062f\u062b\u0642\u0631\u0648\u062b\u0631\u0641-\u0647\u0633\u0633\u0639\u062b\u064a \u0647\u064a \u0635\u0647\u0641\u0627 \u063a\u062e\u0639\u0642 \u0631\u0634\u0648\u062b \u0634\u0631\u064a \u062d\u0627\u062e\u0641\u062e", - "A highlight to look forward to this week.": "\u0634 \u0627\u0647\u0644\u0627\u0645\u0647\u0644\u0627\u0641 \u0641\u062e \u0645\u062e\u062e\u0646 \u0628\u062e\u0642\u0635\u0634\u0642\u064a \u0641\u062e \u0641\u0627\u0647\u0633 \u0635\u062b\u062b\u0646.", - "A list of courses you have just enrolled in as a verified student": "\u0634 \u0645\u0647\u0633\u0641 \u062e\u0628 \u0630\u062e\u0639\u0642\u0633\u062b\u0633 \u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u062a\u0639\u0633\u0641 \u062b\u0631\u0642\u062e\u0645\u0645\u062b\u064a \u0647\u0631 \u0634\u0633 \u0634 \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0633\u0641\u0639\u064a\u062b\u0631\u0641", - "A name that identifies your team (maximum 255 characters).": "\u0634 \u0631\u0634\u0648\u062b \u0641\u0627\u0634\u0641 \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u0647\u062b\u0633 \u063a\u062e\u0639\u0642 \u0641\u062b\u0634\u0648 (\u0648\u0634\u0637\u0647\u0648\u0639\u0648 255 \u0630\u0627\u0634\u0642\u0634\u0630\u0641\u062b\u0642\u0633).", - "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "\u0634 \u0633\u0627\u062e\u0642\u0641 \u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631 \u062e\u0628 \u0641\u0627\u062b \u0641\u062b\u0634\u0648 \u0641\u062e \u0627\u062b\u0645\u062d \u062e\u0641\u0627\u062b\u0642 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0639\u0631\u064a\u062b\u0642\u0633\u0641\u0634\u0631\u064a \u0641\u0627\u062b \u0644\u062e\u0634\u0645\u0633 \u062e\u0642 \u064a\u0647\u0642\u062b\u0630\u0641\u0647\u062e\u0631 \u062e\u0628 \u0641\u0627\u062b \u0641\u062b\u0634\u0648 (\u0648\u0634\u0637\u0647\u0648\u0639\u0648 300 \u0630\u0627\u0634\u0642\u0634\u0630\u0641\u062b\u0642\u0633).", - "A valid email address is required": "\u0634 \u062f\u0634\u0645\u0647\u064a \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 \u0647\u0633 \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a", - "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "\u0634\u0632\u0630\u064a\u062b\u0628\u0644\u0627\u0647\u062a\u0646\u0645\u0648\u0631\u062e\u062d\u0636\u0642\u0633\u0641\u0639\u062f\u0635\u0637\u063a\u0638", - "API Key": "\u0634\u062d\u0647 \u0646\u062b\u063a", - "API Secret": "\u0634\u062d\u0647 \u0633\u062b\u0630\u0642\u062b\u0641", - "Abbreviation": "\u0634\u0632\u0632\u0642\u062b\u062f\u0647\u0634\u0641\u0647\u062e\u0631", - "About Me": "\u0634\u0632\u062e\u0639\u0641 \u0648\u062b", - "About You": "\u0634\u0632\u062e\u0639\u0641 \u063a\u062e\u0639", - "About me": "\u0634\u0632\u062e\u0639\u0641 \u0648\u062b", - "Access to some content in this unit is restricted to specific groups of learners": "\u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u062e \u0633\u062e\u0648\u062b \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0647\u0631 \u0641\u0627\u0647\u0633 \u0639\u0631\u0647\u0641 \u0647\u0633 \u0642\u062b\u0633\u0641\u0642\u0647\u0630\u0641\u062b\u064a \u0641\u062e \u0633\u062d\u062b\u0630\u0647\u0628\u0647\u0630 \u0644\u0642\u062e\u0639\u062d\u0633 \u062e\u0628 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633", - "Access to some content in this {blockType} is restricted to specific groups of learners.": "\u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u062e \u0633\u062e\u0648\u062b \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0647\u0631 \u0641\u0627\u0647\u0633 {blockType} \u0647\u0633 \u0642\u062b\u0633\u0641\u0642\u0647\u0630\u0641\u062b\u064a \u0641\u062e \u0633\u062d\u062b\u0630\u0647\u0628\u0647\u0630 \u0644\u0642\u062e\u0639\u062d\u0633 \u062e\u0628 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633.", - "Access to this unit is restricted to: {selectedGroupsLabel}": "\u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u062e \u0641\u0627\u0647\u0633 \u0639\u0631\u0647\u0641 \u0647\u0633 \u0642\u062b\u0633\u0641\u0642\u0647\u0630\u0641\u062b\u064a \u0641\u062e: {selectedGroupsLabel}", - "Access to this {blockType} is restricted to: {selectedGroupsLabel}": "\u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u062e \u0641\u0627\u0647\u0633 {blockType} \u0647\u0633 \u0642\u062b\u0633\u0641\u0642\u0647\u0630\u0641\u062b\u064a \u0641\u062e: {selectedGroupsLabel}", - "Accomplishments": "\u0634\u0630\u0630\u062e\u0648\u062d\u0645\u0647\u0633\u0627\u0648\u062b\u0631\u0641\u0633", - "Accomplishments Pagination": "\u0634\u0630\u0630\u062e\u0648\u062d\u0645\u0647\u0633\u0627\u0648\u062b\u0631\u0641\u0633 \u062d\u0634\u0644\u0647\u0631\u0634\u0641\u0647\u062e\u0631", - "Account": "\u0634\u0630\u0630\u062e\u0639\u0631\u0641", - "Account Information": "\u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631", - "Account Not Activated": "\u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0631\u062e\u0641 \u0634\u0630\u0641\u0647\u062f\u0634\u0641\u062b\u064a", - "Account Settings": "\u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633", - "Account Settings page.": "\u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633 \u062d\u0634\u0644\u062b.", - "Account deletion, including removal from email lists, may take a few weeks to fully process through our system. If you want to opt-out of emails before then, please unsubscribe from the footer of any email.": "\u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u064a\u062b\u0645\u062b\u0641\u0647\u062e\u0631, \u0647\u0631\u0630\u0645\u0639\u064a\u0647\u0631\u0644 \u0642\u062b\u0648\u062e\u062f\u0634\u0645 \u0628\u0642\u062e\u0648 \u062b\u0648\u0634\u0647\u0645 \u0645\u0647\u0633\u0641\u0633, \u0648\u0634\u063a \u0641\u0634\u0646\u062b \u0634 \u0628\u062b\u0635 \u0635\u062b\u062b\u0646\u0633 \u0641\u062e \u0628\u0639\u0645\u0645\u063a \u062d\u0642\u062e\u0630\u062b\u0633\u0633 \u0641\u0627\u0642\u062e\u0639\u0644\u0627 \u062e\u0639\u0642 \u0633\u063a\u0633\u0641\u062b\u0648. \u0647\u0628 \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u062e\u062d\u0641-\u062e\u0639\u0641 \u062e\u0628 \u062b\u0648\u0634\u0647\u0645\u0633 \u0632\u062b\u0628\u062e\u0642\u062b \u0641\u0627\u062b\u0631, \u062d\u0645\u062b\u0634\u0633\u062b \u0639\u0631\u0633\u0639\u0632\u0633\u0630\u0642\u0647\u0632\u062b \u0628\u0642\u062e\u0648 \u0641\u0627\u062b \u0628\u062e\u062e\u0641\u062b\u0642 \u062e\u0628 \u0634\u0631\u063a \u062b\u0648\u0634\u0647\u0645.", - "Action": "\u0634\u0630\u0641\u0647\u062e\u0631", - "Action required: Enter a valid date.": "\u0634\u0630\u0641\u0647\u062e\u0631 \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a: \u062b\u0631\u0641\u062b\u0642 \u0634 \u062f\u0634\u0645\u0647\u064a \u064a\u0634\u0641\u062b.", - "Actions": "\u0634\u0630\u0641\u0647\u062e\u0631\u0633", - "Activate": "\u0634\u0630\u0641\u0647\u062f\u0634\u0641\u062b", - "Activate Your Account": "\u0634\u0630\u0641\u0647\u062f\u0634\u0641\u062b \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641", - "Activating a link in this group will skip to the corresponding point in the video.": "\u0634\u0630\u0641\u0647\u062f\u0634\u0641\u0647\u0631\u0644 \u0634 \u0645\u0647\u0631\u0646 \u0647\u0631 \u0641\u0627\u0647\u0633 \u0644\u0642\u062e\u0639\u062d \u0635\u0647\u0645\u0645 \u0633\u0646\u0647\u062d \u0641\u062e \u0641\u0627\u062b \u0630\u062e\u0642\u0642\u062b\u0633\u062d\u062e\u0631\u064a\u0647\u0631\u0644 \u062d\u062e\u0647\u0631\u0641 \u0647\u0631 \u0641\u0627\u062b \u062f\u0647\u064a\u062b\u062e.", - "Active": "\u0634\u0630\u0641\u0647\u062f\u062b", - "Active Uploads": "\u0634\u0630\u0641\u0647\u062f\u062b \u0639\u062d\u0645\u062e\u0634\u064a\u0633", - "Add": "\u0634\u064a\u064a", - "Add Additional Signatory": "\u0634\u064a\u064a \u0634\u064a\u064a\u0647\u0641\u0647\u062e\u0631\u0634\u0645 \u0633\u0647\u0644\u0631\u0634\u0641\u062e\u0642\u063a", - "Add Allowance": "\u0634\u064a\u064a \u0634\u0645\u0645\u062e\u0635\u0634\u0631\u0630\u062b", - "Add Attachment": "\u0634\u064a\u064a \u0634\u0641\u0641\u0634\u0630\u0627\u0648\u062b\u0631\u0641", - "Add Cohort": "\u0634\u064a\u064a \u0630\u062e\u0627\u062e\u0642\u0641", - "Add Component:": "\u0634\u064a\u064a \u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641:", - "Add Country": "\u0634\u064a\u064a \u0630\u062e\u0639\u0631\u0641\u0642\u063a", - "Add Learners": "\u0634\u064a\u064a \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633", - "Add New Component": "\u0634\u064a\u064a \u0631\u062b\u0635 \u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641", - "Add Thumbnail": "\u0634\u064a\u064a \u0641\u0627\u0639\u0648\u0632\u0631\u0634\u0647\u0645", - "Add Thumbnail - {videoName}": "\u0634\u064a\u064a \u0641\u0627\u0639\u0648\u0632\u0631\u0634\u0647\u0645 - {videoName}", - "Add URLs for additional versions": "\u0634\u064a\u064a \u0639\u0642\u0645\u0633 \u0628\u062e\u0642 \u0634\u064a\u064a\u0647\u0641\u0647\u062e\u0631\u0634\u0645 \u062f\u062b\u0642\u0633\u0647\u062e\u0631\u0633", - "Add a Chapter": "\u0634\u064a\u064a \u0634 \u0630\u0627\u0634\u062d\u0641\u062b\u0642", - "Add a New Allowance": "\u0634\u064a\u064a \u0634 \u0631\u062b\u0635 \u0634\u0645\u0645\u062e\u0635\u0634\u0631\u0630\u062b", - "Add a New Cohort": "\u0634\u064a\u064a \u0634 \u0631\u062b\u0635 \u0630\u062e\u0627\u062e\u0642\u0641", - "Add a learning outcome here": "\u0634\u064a\u064a \u0634 \u0645\u062b\u0634\u0642\u0631\u0647\u0631\u0644 \u062e\u0639\u0641\u0630\u062e\u0648\u062b \u0627\u062b\u0642\u062b", - "Add another group": "\u0634\u064a\u064a \u0634\u0631\u062e\u0641\u0627\u062b\u0642 \u0644\u0642\u062e\u0639\u062d", - "Add language": "\u0634\u064a\u064a \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b", - "Add learners to this cohort": "\u0634\u064a\u064a \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0641\u062e \u0641\u0627\u0647\u0633 \u0630\u062e\u0627\u062e\u0642\u0641", - "Add notes about this learner": "\u0634\u064a\u064a \u0631\u062e\u0641\u062b\u0633 \u0634\u0632\u062e\u0639\u0641 \u0641\u0627\u0647\u0633 \u0645\u062b\u0634\u0642\u0631\u062b\u0642", - "Add to Dictionary": "\u0634\u064a\u064a \u0641\u062e \u064a\u0647\u0630\u0641\u0647\u062e\u0631\u0634\u0642\u063a", - "Add to Exception List": "\u0634\u064a\u064a \u0641\u062e \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0645\u0647\u0633\u0641", - "Add your first content group": "\u0634\u064a\u064a \u063a\u062e\u0639\u0642 \u0628\u0647\u0642\u0633\u0641 \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d", - "Add your first group configuration": "\u0634\u064a\u064a \u063a\u062e\u0639\u0642 \u0628\u0647\u0642\u0633\u0641 \u0644\u0642\u062e\u0639\u062d \u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u0634\u0641\u0647\u062e\u0631", - "Add your first textbook": "\u0634\u064a\u064a \u063a\u062e\u0639\u0642 \u0628\u0647\u0642\u0633\u0641 \u0641\u062b\u0637\u0641\u0632\u062e\u062e\u0646", - "Add {role} Access": "\u0634\u064a\u064a {role} \u0634\u0630\u0630\u062b\u0633\u0633", - "Adding": "\u0634\u064a\u064a\u0647\u0631\u0644", - "Adding the selected course to your cart": "\u0634\u064a\u064a\u0647\u0631\u0644 \u0641\u0627\u062b \u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a \u0630\u062e\u0639\u0642\u0633\u062b \u0641\u062e \u063a\u062e\u0639\u0642 \u0630\u0634\u0642\u0641", - "Additional Credit Opportunities": "\u0634\u064a\u064a\u0647\u0641\u0647\u062e\u0631\u0634\u0645 \u0630\u0642\u062b\u064a\u0647\u0641 \u062e\u062d\u062d\u062e\u0642\u0641\u0639\u0631\u0647\u0641\u0647\u062b\u0633", - "Additional Information": "\u0634\u064a\u064a\u0647\u0641\u0647\u062e\u0631\u0634\u0645 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631", - "Additional Professional Opportunities": "\u0634\u064a\u064a\u0647\u0641\u0647\u062e\u0631\u0634\u0645 \u062d\u0642\u062e\u0628\u062b\u0633\u0633\u0647\u062e\u0631\u0634\u0645 \u062e\u062d\u062d\u062e\u0642\u0641\u0639\u0631\u0647\u0641\u0647\u062b\u0633", - "Additional Time (minutes)": "\u0634\u064a\u064a\u0647\u0641\u0647\u062e\u0631\u0634\u0645 \u0641\u0647\u0648\u062b (\u0648\u0647\u0631\u0639\u0641\u062b\u0633)", - "Additional posts could not be loaded. Refresh the page and try again.": "\u0634\u064a\u064a\u0647\u0641\u0647\u062e\u0631\u0634\u0645 \u062d\u062e\u0633\u0641\u0633 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0645\u062e\u0634\u064a\u062b\u064a. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "Additional responses could not be loaded. Refresh the page and try again.": "\u0634\u064a\u064a\u0647\u0641\u0647\u062e\u0631\u0634\u0645 \u0642\u062b\u0633\u062d\u062e\u0631\u0633\u062b\u0633 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0645\u062e\u0634\u064a\u062b\u064a. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "Adjust video speed": "\u0634\u064a\u062a\u0639\u0633\u0641 \u062f\u0647\u064a\u062b\u062e \u0633\u062d\u062b\u062b\u064a", - "Adjust video volume": "\u0634\u064a\u062a\u0639\u0633\u0641 \u062f\u0647\u064a\u062b\u062e \u062f\u062e\u0645\u0639\u0648\u062b", - "Admin": "\u0634\u064a\u0648\u0647\u0631", - "Advanced": "\u0634\u064a\u062f\u0634\u0631\u0630\u062b\u064a", - "After the course\\'s end date has passed, learners can no longer access subsection content. The subsection remains included in grade calculations.": "\u0634\u0628\u0641\u062b\u0642 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b\\'\u0633 \u062b\u0631\u064a \u064a\u0634\u0641\u062b \u0627\u0634\u0633 \u062d\u0634\u0633\u0633\u062b\u064a, \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0630\u0634\u0631 \u0631\u062e \u0645\u062e\u0631\u0644\u062b\u0642 \u0634\u0630\u0630\u062b\u0633\u0633 \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u0630\u062e\u0631\u0641\u062b\u0631\u0641. \u0641\u0627\u062b \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u0642\u062b\u0648\u0634\u0647\u0631\u0633 \u0647\u0631\u0630\u0645\u0639\u064a\u062b\u064a \u0647\u0631 \u0644\u0642\u0634\u064a\u062b \u0630\u0634\u0645\u0630\u0639\u0645\u0634\u0641\u0647\u062e\u0631\u0633.", - "After the subsection\\'s due date has passed, learners can no longer access its content. The subsection remains included in grade calculations.": "\u0634\u0628\u0641\u062b\u0642 \u0641\u0627\u062b \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631\\'\u0633 \u064a\u0639\u062b \u064a\u0634\u0641\u062b \u0627\u0634\u0633 \u062d\u0634\u0633\u0633\u062b\u064a, \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0630\u0634\u0631 \u0631\u062e \u0645\u062e\u0631\u0644\u062b\u0642 \u0634\u0630\u0630\u062b\u0633\u0633 \u0647\u0641\u0633 \u0630\u062e\u0631\u0641\u062b\u0631\u0641. \u0641\u0627\u062b \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u0642\u062b\u0648\u0634\u0647\u0631\u0633 \u0647\u0631\u0630\u0645\u0639\u064a\u062b\u064a \u0647\u0631 \u0644\u0642\u0634\u064a\u062b \u0630\u0634\u0645\u0630\u0639\u0645\u0634\u0641\u0647\u062e\u0631\u0633.", - "Align center": "\u0634\u0645\u0647\u0644\u0631 \u0630\u062b\u0631\u0641\u062b\u0642", - "Align left": "\u0634\u0645\u0647\u0644\u0631 \u0645\u062b\u0628\u0641", - "Align right": "\u0634\u0645\u0647\u0644\u0631 \u0642\u0647\u0644\u0627\u0641", - "Alignment": "\u0634\u0645\u0647\u0644\u0631\u0648\u062b\u0631\u0641", - "All Learners and Staff": "\u0634\u0645\u0645 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0634\u0631\u064a \u0633\u0641\u0634\u0628\u0628", - "All Posts": "\u0634\u0645\u0645 \u062d\u062e\u0633\u0641\u0633", - "All Rights Reserved": "\u0634\u0645\u0645 \u0642\u0647\u0644\u0627\u0641\u0633 \u0642\u062b\u0633\u062b\u0642\u062f\u062b\u064a", - "All Time Zones": "\u0634\u0645\u0645 \u0641\u0647\u0648\u062b \u0638\u062e\u0631\u062b\u0633", - "All Topics": "\u0634\u0645\u0645 \u0641\u062e\u062d\u0647\u0630\u0633", - "All accounts were created successfully.": "\u0634\u0645\u0645 \u0634\u0630\u0630\u062e\u0639\u0631\u0641\u0633 \u0635\u062b\u0642\u062b \u0630\u0642\u062b\u0634\u0641\u062b\u064a \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a.", - "All chapters must have a name and asset": "\u0634\u0645\u0645 \u0630\u0627\u0634\u062d\u0641\u062b\u0642\u0633 \u0648\u0639\u0633\u0641 \u0627\u0634\u062f\u062b \u0634 \u0631\u0634\u0648\u062b \u0634\u0631\u064a \u0634\u0633\u0633\u062b\u0641", - "All groups must have a name.": "\u0634\u0645\u0645 \u0644\u0642\u062e\u0639\u062d\u0633 \u0648\u0639\u0633\u0641 \u0627\u0634\u062f\u062b \u0634 \u0631\u0634\u0648\u062b.", - "All groups must have a unique name.": "\u0634\u0645\u0645 \u0644\u0642\u062e\u0639\u062d\u0633 \u0648\u0639\u0633\u0641 \u0627\u0634\u062f\u062b \u0634 \u0639\u0631\u0647\u0636\u0639\u062b \u0631\u0634\u0648\u062b.", - "All learners in the {cohort_name} cohort": "\u0634\u0645\u0645 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0647\u0631 \u0641\u0627\u062b {cohort_name} \u0630\u062e\u0627\u062e\u0642\u0641", - "All learners in the {track_name} track": "\u0634\u0645\u0645 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0647\u0631 \u0641\u0627\u062b {track_name} \u0641\u0642\u0634\u0630\u0646", - "All learners who are enrolled in this course": "\u0634\u0645\u0645 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0635\u0627\u062e \u0634\u0642\u062b \u062b\u0631\u0642\u062e\u0645\u0645\u062b\u064a \u0647\u0631 \u0641\u0627\u0647\u0633 \u0630\u062e\u0639\u0642\u0633\u062b", - "All payment options are currently unavailable.": "\u0634\u0645\u0645 \u062d\u0634\u063a\u0648\u062b\u0631\u0641 \u062e\u062d\u0641\u0647\u062e\u0631\u0633 \u0634\u0642\u062b \u0630\u0639\u0642\u0642\u062b\u0631\u0641\u0645\u063a \u0639\u0631\u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b.", - "All professional education courses are fee-based, and require payment to complete the enrollment process.": "\u0634\u0645\u0645 \u062d\u0642\u062e\u0628\u062b\u0633\u0633\u0647\u062e\u0631\u0634\u0645 \u062b\u064a\u0639\u0630\u0634\u0641\u0647\u062e\u0631 \u0630\u062e\u0639\u0642\u0633\u062b\u0633 \u0634\u0642\u062b \u0628\u062b\u062b-\u0632\u0634\u0633\u062b\u064a, \u0634\u0631\u064a \u0642\u062b\u0636\u0639\u0647\u0642\u062b \u062d\u0634\u063a\u0648\u062b\u0631\u0641 \u0641\u062e \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u0641\u0627\u062b \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u062d\u0642\u062e\u0630\u062b\u0633\u0633.", - "All subsections": "\u0634\u0645\u0645 \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631\u0633", - "All teams": "\u0634\u0645\u0645 \u0641\u062b\u0634\u0648\u0633", - "All topics": "\u0634\u0645\u0645 \u0641\u062e\u062d\u0647\u0630\u0633", - "All units": "\u0634\u0645\u0645 \u0639\u0631\u0647\u0641\u0633", - "All users on the Exception list": "\u0634\u0645\u0645 \u0639\u0633\u062b\u0642\u0633 \u062e\u0631 \u0641\u0627\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0645\u0647\u0633\u0641", - "All users on the Exception list who do not yet have a certificate": "\u0634\u0645\u0645 \u0639\u0633\u062b\u0642\u0633 \u062e\u0631 \u0641\u0627\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0645\u0647\u0633\u0641 \u0635\u0627\u062e \u064a\u062e \u0631\u062e\u0641 \u063a\u062b\u0641 \u0627\u0634\u062f\u062b \u0634 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b", - "Allow others to copy, distribute, display and perform only verbatim copies of your work, not derivative works based upon it. This option is incompatible with \"Share Alike\".": "\u0634\u0645\u0645\u062e\u0635 \u062e\u0641\u0627\u062b\u0642\u0633 \u0641\u062e \u0630\u062e\u062d\u063a, \u064a\u0647\u0633\u0641\u0642\u0647\u0632\u0639\u0641\u062b, \u064a\u0647\u0633\u062d\u0645\u0634\u063a \u0634\u0631\u064a \u062d\u062b\u0642\u0628\u062e\u0642\u0648 \u062e\u0631\u0645\u063a \u062f\u062b\u0642\u0632\u0634\u0641\u0647\u0648 \u0630\u062e\u062d\u0647\u062b\u0633 \u062e\u0628 \u063a\u062e\u0639\u0642 \u0635\u062e\u0642\u0646, \u0631\u062e\u0641 \u064a\u062b\u0642\u0647\u062f\u0634\u0641\u0647\u062f\u062b \u0635\u062e\u0642\u0646\u0633 \u0632\u0634\u0633\u062b\u064a \u0639\u062d\u062e\u0631 \u0647\u0641. \u0641\u0627\u0647\u0633 \u062e\u062d\u0641\u0647\u062e\u0631 \u0647\u0633 \u0647\u0631\u0630\u062e\u0648\u062d\u0634\u0641\u0647\u0632\u0645\u062b \u0635\u0647\u0641\u0627 \"\u0633\u0627\u0634\u0642\u062b \u0634\u0645\u0647\u0646\u062b\".", - "Allow others to copy, distribute, display and perform your copyrighted work but only if they give credit the way you request. Currently, this option is required.": "\u0634\u0645\u0645\u062e\u0635 \u062e\u0641\u0627\u062b\u0642\u0633 \u0641\u062e \u0630\u062e\u062d\u063a, \u064a\u0647\u0633\u0641\u0642\u0647\u0632\u0639\u0641\u062b, \u064a\u0647\u0633\u062d\u0645\u0634\u063a \u0634\u0631\u064a \u062d\u062b\u0642\u0628\u062e\u0642\u0648 \u063a\u062e\u0639\u0642 \u0630\u062e\u062d\u063a\u0642\u0647\u0644\u0627\u0641\u062b\u064a \u0635\u062e\u0642\u0646 \u0632\u0639\u0641 \u062e\u0631\u0645\u063a \u0647\u0628 \u0641\u0627\u062b\u063a \u0644\u0647\u062f\u062b \u0630\u0642\u062b\u064a\u0647\u0641 \u0641\u0627\u062b \u0635\u0634\u063a \u063a\u062e\u0639 \u0642\u062b\u0636\u0639\u062b\u0633\u0641. \u0630\u0639\u0642\u0642\u062b\u0631\u0641\u0645\u063a, \u0641\u0627\u0647\u0633 \u062e\u062d\u0641\u0647\u062e\u0631 \u0647\u0633 \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a.", - "Allow others to copy, distribute, display and perform your work - and derivative works based upon it - but for noncommercial purposes only.": "\u0634\u0645\u0645\u062e\u0635 \u062e\u0641\u0627\u062b\u0642\u0633 \u0641\u062e \u0630\u062e\u062d\u063a, \u064a\u0647\u0633\u0641\u0642\u0647\u0632\u0639\u0641\u062b, \u064a\u0647\u0633\u062d\u0645\u0634\u063a \u0634\u0631\u064a \u062d\u062b\u0642\u0628\u062e\u0642\u0648 \u063a\u062e\u0639\u0642 \u0635\u062e\u0642\u0646 - \u0634\u0631\u064a \u064a\u062b\u0642\u0647\u062f\u0634\u0641\u0647\u062f\u062b \u0635\u062e\u0642\u0646\u0633 \u0632\u0634\u0633\u062b\u064a \u0639\u062d\u062e\u0631 \u0647\u0641 - \u0632\u0639\u0641 \u0628\u062e\u0642 \u0631\u062e\u0631\u0630\u062e\u0648\u0648\u062b\u0642\u0630\u0647\u0634\u0645 \u062d\u0639\u0642\u062d\u062e\u0633\u062b\u0633 \u062e\u0631\u0645\u063a.", - "Allow others to distribute derivative works only under a license identical to the license that governs your work. This option is incompatible with \"No Derivatives\".": "\u0634\u0645\u0645\u062e\u0635 \u062e\u0641\u0627\u062b\u0642\u0633 \u0641\u062e \u064a\u0647\u0633\u0641\u0642\u0647\u0632\u0639\u0641\u062b \u064a\u062b\u0642\u0647\u062f\u0634\u0641\u0647\u062f\u062b \u0635\u062e\u0642\u0646\u0633 \u062e\u0631\u0645\u063a \u0639\u0631\u064a\u062b\u0642 \u0634 \u0645\u0647\u0630\u062b\u0631\u0633\u062b \u0647\u064a\u062b\u0631\u0641\u0647\u0630\u0634\u0645 \u0641\u062e \u0641\u0627\u062b \u0645\u0647\u0630\u062b\u0631\u0633\u062b \u0641\u0627\u0634\u0641 \u0644\u062e\u062f\u062b\u0642\u0631\u0633 \u063a\u062e\u0639\u0642 \u0635\u062e\u0642\u0646. \u0641\u0627\u0647\u0633 \u062e\u062d\u0641\u0647\u062e\u0631 \u0647\u0633 \u0647\u0631\u0630\u062e\u0648\u062d\u0634\u0641\u0647\u0632\u0645\u062b \u0635\u0647\u0641\u0627 \"\u0631\u062e \u064a\u062b\u0642\u0647\u062f\u0634\u0641\u0647\u062f\u062b\u0633\".", - "Allow students to generate certificates for this course?": "\u0634\u0645\u0645\u062e\u0635 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633 \u0641\u062e \u0644\u062b\u0631\u062b\u0642\u0634\u0641\u062b \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633 \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u0630\u062e\u0639\u0642\u0633\u062b?", - "Allowance Type": "\u0634\u0645\u0645\u062e\u0635\u0634\u0631\u0630\u062b \u0641\u063a\u062d\u062b", - "Allowance Value": "\u0634\u0645\u0645\u062e\u0635\u0634\u0631\u0630\u062b \u062f\u0634\u0645\u0639\u062b", - "Allowances": "\u0634\u0645\u0645\u062e\u0635\u0634\u0631\u0630\u062b\u0633", - "Already a course team member": "\u0634\u0645\u0642\u062b\u0634\u064a\u063a \u0634 \u0630\u062e\u0639\u0642\u0633\u062b \u0641\u062b\u0634\u0648 \u0648\u062b\u0648\u0632\u062b\u0642", - "Already a library team member": "\u0634\u0645\u0642\u062b\u0634\u064a\u063a \u0634 \u0645\u0647\u0632\u0642\u0634\u0642\u063a \u0641\u062b\u0634\u0648 \u0648\u062b\u0648\u0632\u062b\u0642", - "Already a member": "\u0634\u0645\u0642\u062b\u0634\u064a\u063a \u0634 \u0648\u062b\u0648\u0632\u062b\u0642", - "Already have an {platformName} account?": "\u0634\u0645\u0642\u062b\u0634\u064a\u063a \u0627\u0634\u062f\u062b \u0634\u0631 {platformName} \u0634\u0630\u0630\u062e\u0639\u0631\u0641?", - "Alternative source": "\u0634\u0645\u0641\u062b\u0642\u0631\u0634\u0641\u0647\u062f\u062b \u0633\u062e\u0639\u0642\u0630\u062b", - "Always divide content-specific discussion topics": "\u0634\u0645\u0635\u0634\u063a\u0633 \u064a\u0647\u062f\u0647\u064a\u062b \u0630\u062e\u0631\u0641\u062b\u0631\u0641-\u0633\u062d\u062b\u0630\u0647\u0628\u0647\u0630 \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631 \u0641\u062e\u062d\u0647\u0630\u0633", - "Always show assessment results": "\u0634\u0645\u0635\u0634\u063a\u0633 \u0633\u0627\u062e\u0635 \u0634\u0633\u0633\u062b\u0633\u0633\u0648\u062b\u0631\u0641 \u0642\u062b\u0633\u0639\u0645\u0641\u0633", - "Amount": "\u0634\u0648\u062e\u0639\u0631\u0641", - "An email has been sent to {userEmail} with a link for you to activate your account.": "\u0634\u0631 \u062b\u0648\u0634\u0647\u0645 \u0627\u0634\u0633 \u0632\u062b\u062b\u0631 \u0633\u062b\u0631\u0641 \u0641\u062e {userEmail} \u0635\u0647\u0641\u0627 \u0634 \u0645\u0647\u0631\u0646 \u0628\u062e\u0642 \u063a\u062e\u0639 \u0641\u062e \u0634\u0630\u0641\u0647\u062f\u0634\u0641\u062b \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641.", - "An error has occurred. Check your Internet connection and try again.": "\u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0627\u0634\u0633 \u062e\u0630\u0630\u0639\u0642\u0642\u062b\u064a. \u0630\u0627\u062b\u0630\u0646 \u063a\u062e\u0639\u0642 \u0647\u0631\u0641\u062b\u0642\u0631\u062b\u0641 \u0630\u062e\u0631\u0631\u062b\u0630\u0641\u0647\u062e\u0631 \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "\u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0627\u0634\u0633 \u062e\u0630\u0630\u0639\u0642\u0642\u062b\u064a. \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u063a\u062e\u0639 \u0634\u0642\u062b \u0630\u062e\u0631\u0631\u062b\u0630\u0641\u062b\u064a \u0641\u062e \u0641\u0627\u062b \u0647\u0631\u0641\u062b\u0642\u0631\u062b\u0641, \u0634\u0631\u064a \u0641\u0627\u062b\u0631 \u0641\u0642\u063a \u0642\u062b\u0628\u0642\u062b\u0633\u0627\u0647\u0631\u0644 \u0641\u0627\u062b \u062d\u0634\u0644\u062b.", - "An error has occurred. Please try again later.": "\u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0627\u0634\u0633 \u062e\u0630\u0630\u0639\u0642\u0642\u062b\u064a. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631 \u0645\u0634\u0641\u062b\u0642.", - "An error has occurred. Please try again.": "\u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0627\u0634\u0633 \u062e\u0630\u0630\u0639\u0642\u0642\u062b\u064a. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "An error has occurred. Please try reloading the page.": "\u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0627\u0634\u0633 \u062e\u0630\u0630\u0639\u0642\u0642\u062b\u064a. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0642\u062b\u0645\u062e\u0634\u064a\u0647\u0631\u0644 \u0641\u0627\u062b \u062d\u0634\u0644\u062b.", - "An error has occurred. Refresh the page, and then try again.": "\u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0627\u0634\u0633 \u062e\u0630\u0630\u0639\u0642\u0642\u062b\u064a. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b, \u0634\u0631\u064a \u0641\u0627\u062b\u0631 \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "An error has occurred. Try refreshing the page, or check your Internet connection.": "\u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0627\u0634\u0633 \u062e\u0630\u0630\u0639\u0642\u0642\u062b\u064a. \u0641\u0642\u063a \u0642\u062b\u0628\u0642\u062b\u0633\u0627\u0647\u0631\u0644 \u0641\u0627\u062b \u062d\u0634\u0644\u062b, \u062e\u0642 \u0630\u0627\u062b\u0630\u0646 \u063a\u062e\u0639\u0642 \u0647\u0631\u0641\u062b\u0642\u0631\u062b\u0641 \u0630\u062e\u0631\u0631\u062b\u0630\u0641\u0647\u062e\u0631.", - "An error has occurred. Wait a few minutes, and then try again.": "\u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0627\u0634\u0633 \u062e\u0630\u0630\u0639\u0642\u0642\u062b\u064a. \u0635\u0634\u0647\u0641 \u0634 \u0628\u062b\u0635 \u0648\u0647\u0631\u0639\u0641\u062b\u0633, \u0634\u0631\u064a \u0641\u0627\u062b\u0631 \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "\u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u062e\u0630\u0630\u0639\u0642\u0642\u062b\u064a \u0642\u062b\u0641\u0642\u0647\u062b\u062f\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u062b\u0648\u0634\u0647\u0645. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631 \u0645\u0634\u0641\u062b\u0642, \u0634\u0631\u064a \u0630\u062e\u0631\u0641\u0634\u0630\u0641 \u0641\u062b\u0630\u0627\u0631\u0647\u0630\u0634\u0645 \u0633\u0639\u062d\u062d\u062e\u0642\u0641 \u0647\u0628 \u0641\u0627\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u062d\u062b\u0642\u0633\u0647\u0633\u0641\u0633.", - "An error occurred when signing you in to %s.": "\u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u062e\u0630\u0630\u0639\u0642\u0642\u062b\u064a \u0635\u0627\u062b\u0631 \u0633\u0647\u0644\u0631\u0647\u0631\u0644 \u063a\u062e\u0639 \u0647\u0631 \u0641\u062e %s.", - "An error occurred while removing the member from the team. Try again.": "\u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u062e\u0630\u0630\u0639\u0642\u0642\u062b\u064a \u0635\u0627\u0647\u0645\u062b \u0642\u062b\u0648\u062e\u062f\u0647\u0631\u0644 \u0641\u0627\u062b \u0648\u062b\u0648\u0632\u062b\u0642 \u0628\u0642\u062e\u0648 \u0641\u0627\u062b \u0641\u062b\u0634\u0648. \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "An error occurred.": "\u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u062e\u0630\u0630\u0639\u0642\u0642\u062b\u064a.", - "An error occurred. Make sure that the student's username or email address is correct and try again.": "\u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u062e\u0630\u0630\u0639\u0642\u0642\u062b\u064a. \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u0641\u0627\u062b \u0633\u0641\u0639\u064a\u062b\u0631\u0641'\u0633 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b \u062e\u0642 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 \u0647\u0633 \u0630\u062e\u0642\u0642\u062b\u0630\u0641 \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "An error occurred. Please reload the page.": "\u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u062e\u0630\u0630\u0639\u0642\u0642\u062b\u064a. \u062d\u0645\u062b\u0634\u0633\u062b \u0642\u062b\u0645\u062e\u0634\u064a \u0641\u0627\u062b \u062d\u0634\u0644\u062b.", - "An error occurred. Please try again.": "\u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u062e\u0630\u0630\u0639\u0642\u0642\u062b\u064a. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "An error occurred. Try again.": "\u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u062e\u0630\u0630\u0639\u0642\u0642\u062b\u064a. \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "An unexpected error occurred. Please try again.": "\u0634\u0631 \u0639\u0631\u062b\u0637\u062d\u062b\u0630\u0641\u062b\u064a \u062b\u0642\u0642\u062e\u0642 \u062e\u0630\u0630\u0639\u0642\u0642\u062b\u064a. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "Anchor": "\u0634\u0631\u0630\u0627\u062e\u0642", - "Anchors": "\u0634\u0631\u0630\u0627\u062e\u0642\u0633", - "Any content that has listed this content as a prerequisite will also have access limitations removed.": "\u0634\u0631\u063a \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0641\u0627\u0634\u0641 \u0627\u0634\u0633 \u0645\u0647\u0633\u0641\u062b\u064a \u0641\u0627\u0647\u0633 \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0634\u0633 \u0634 \u062d\u0642\u062b\u0642\u062b\u0636\u0639\u0647\u0633\u0647\u0641\u062b \u0635\u0647\u0645\u0645 \u0634\u0645\u0633\u062e \u0627\u0634\u062f\u062b \u0634\u0630\u0630\u062b\u0633\u0633 \u0645\u0647\u0648\u0647\u0641\u0634\u0641\u0647\u062e\u0631\u0633 \u0642\u062b\u0648\u062e\u062f\u062b\u064a.", - "Any course progress or grades from your current session will be lost.": "\u0634\u0631\u063a \u0630\u062e\u0639\u0642\u0633\u062b \u062d\u0642\u062e\u0644\u0642\u062b\u0633\u0633 \u062e\u0642 \u0644\u0642\u0634\u064a\u062b\u0633 \u0628\u0642\u062e\u0648 \u063a\u062e\u0639\u0642 \u0630\u0639\u0642\u0642\u062b\u0631\u0641 \u0633\u062b\u0633\u0633\u0647\u062e\u0631 \u0635\u0647\u0645\u0645 \u0632\u062b \u0645\u062e\u0633\u0641.", - "Any divided discussion topics are divided based on cohort.": "\u0634\u0631\u063a \u064a\u0647\u062f\u0647\u064a\u062b\u064a \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631 \u0641\u062e\u062d\u0647\u0630\u0633 \u0634\u0642\u062b \u064a\u0647\u062f\u0647\u064a\u062b\u064a \u0632\u0634\u0633\u062b\u064a \u062e\u0631 \u0630\u062e\u0627\u062e\u0642\u0641.", - "Any divided discussion topics are divided based on enrollment track.": "\u0634\u0631\u063a \u064a\u0647\u062f\u0647\u064a\u062b\u064a \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631 \u0641\u062e\u062d\u0647\u0630\u0633 \u0634\u0642\u062b \u064a\u0647\u062f\u0647\u064a\u062b\u064a \u0632\u0634\u0633\u062b\u064a \u062e\u0631 \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0641\u0642\u0634\u0630\u0646.", - "Are you having trouble finding a team to join?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0627\u0634\u062f\u0647\u0631\u0644 \u0641\u0642\u062e\u0639\u0632\u0645\u062b \u0628\u0647\u0631\u064a\u0647\u0631\u0644 \u0634 \u0641\u062b\u0634\u0648 \u0641\u062e \u062a\u062e\u0647\u0631?", - "Are you sure that you want to leave this session?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0645\u062b\u0634\u062f\u062b \u0641\u0627\u0647\u0633 \u0633\u062b\u0633\u0633\u0647\u062e\u0631?", - "Are you sure you want to change to a different session?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0630\u0627\u0634\u0631\u0644\u062b \u0641\u062e \u0634 \u064a\u0647\u0628\u0628\u062b\u0642\u062b\u0631\u0641 \u0633\u062b\u0633\u0633\u0647\u062e\u0631?", - "Are you sure you want to delete this comment?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u064a\u062b\u0645\u062b\u0641\u062b \u0641\u0627\u0647\u0633 \u0630\u062e\u0648\u0648\u062b\u0631\u0641?", - "Are you sure you want to delete this page? This action cannot be undone.": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u064a\u062b\u0645\u062b\u0641\u062b \u0641\u0627\u0647\u0633 \u062d\u0634\u0644\u062b? \u0641\u0627\u0647\u0633 \u0634\u0630\u0641\u0647\u062e\u0631 \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0639\u0631\u064a\u062e\u0631\u062b.", - "Are you sure you want to delete this post?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u064a\u062b\u0645\u062b\u0641\u062b \u0641\u0627\u0647\u0633 \u062d\u062e\u0633\u0641?", - "Are you sure you want to delete this response?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u064a\u062b\u0645\u062b\u0641\u062b \u0641\u0627\u0647\u0633 \u0642\u062b\u0633\u062d\u062e\u0631\u0633\u062b?", - "Are you sure you want to delete this update?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u064a\u062b\u0645\u062b\u0641\u062b \u0641\u0627\u0647\u0633 \u0639\u062d\u064a\u0634\u0641\u062b?", - "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u064a\u062b\u0645\u062b\u0641\u062b {email} \u0628\u0642\u062e\u0648 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u0641\u062b\u0634\u0648 \u0628\u062e\u0642 \u201c{container}\u201d?", - "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u064a\u062b\u0645\u062b\u0641\u062b {email} \u0628\u0642\u062e\u0648 \u0641\u0627\u062b \u0645\u0647\u0632\u0642\u0634\u0642\u063a \u201c{container}\u201d?", - "Are you sure you want to remove this transcript?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0642\u062b\u0648\u062e\u062f\u062b \u0641\u0627\u0647\u0633 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641?", - "Are you sure you want to remove this video from the list?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0642\u062b\u0648\u062e\u062f\u062b \u0641\u0627\u0647\u0633 \u062f\u0647\u064a\u062b\u062e \u0628\u0642\u062e\u0648 \u0641\u0627\u062b \u0645\u0647\u0633\u0641?", - "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0642\u062b\u0633\u0641\u0642\u0647\u0630\u0641 {email} \u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u062e \u201c{container}\u201d?", - "Are you sure you want to revert to the last published version of the unit? You cannot undo this action.": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0642\u062b\u062f\u062b\u0642\u0641 \u0641\u062e \u0641\u0627\u062b \u0645\u0634\u0633\u0641 \u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a \u062f\u062b\u0642\u0633\u0647\u062e\u0631 \u062e\u0628 \u0641\u0627\u062b \u0639\u0631\u0647\u0641? \u063a\u062e\u0639 \u0630\u0634\u0631\u0631\u062e\u0641 \u0639\u0631\u064a\u062e \u0641\u0627\u0647\u0633 \u0634\u0630\u0641\u0647\u062e\u0631.", - "Are you sure you want to select this session?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0633\u062b\u0645\u062b\u0630\u0641 \u0641\u0627\u0647\u0633 \u0633\u062b\u0633\u0633\u0647\u062e\u0631?", - "Are you sure you want to unenroll from the purchased course {courseName} ({courseNumber})?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0639\u0631\u062b\u0631\u0642\u062e\u0645\u0645 \u0628\u0642\u062e\u0648 \u0641\u0627\u062b \u062d\u0639\u0642\u0630\u0627\u0634\u0633\u062b\u064a \u0630\u062e\u0639\u0642\u0633\u062b {courseName} ({courseNumber})?", - "Are you sure you want to unenroll from the verified {certNameLong} track of {courseName} ({courseNumber})?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0639\u0631\u062b\u0631\u0642\u062e\u0645\u0645 \u0628\u0642\u062e\u0648 \u0641\u0627\u062b \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a {certNameLong} \u0641\u0642\u0634\u0630\u0646 \u062e\u0628 {courseName} ({courseNumber})?", - "Are you sure you want to unenroll from the verified {certNameLong} track of {courseName} ({courseNumber})?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0639\u0631\u062b\u0631\u0642\u062e\u0645\u0645 \u0628\u0642\u062e\u0648 \u0641\u0627\u062b \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a {certNameLong} \u0641\u0642\u0634\u0630\u0646 \u062e\u0628 {courseName} ({courseNumber})?", - "Are you sure you want to unenroll from {courseName} ({courseNumber})?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0639\u0631\u062b\u0631\u0642\u062e\u0645\u0645 \u0628\u0642\u062e\u0648 {courseName} ({courseNumber})?", - "Are you sure you want to unenroll from {courseName} ({courseNumber})? You will be refunded the amount you paid.": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0639\u0631\u062b\u0631\u0642\u062e\u0645\u0645 \u0628\u0642\u062e\u0648 {courseName} ({courseNumber})? \u063a\u062e\u0639 \u0635\u0647\u0645\u0645 \u0632\u062b \u0642\u062b\u0628\u0639\u0631\u064a\u062b\u064a \u0641\u0627\u062b \u0634\u0648\u062e\u0639\u0631\u0641 \u063a\u062e\u0639 \u062d\u0634\u0647\u064a.", - "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0647\u0633\u0627 \u0641\u062e \u064a\u062b\u0645\u062b\u0641\u062b \u0641\u0627\u0647\u0633 \u0647\u0641\u062b\u0648. \u0647\u0641 \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0642\u062b\u062f\u062b\u0642\u0633\u062b\u064a!\n\n\u0634\u0645\u0633\u062e \u0634\u0631\u063a \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0641\u0627\u0634\u0641 \u0645\u0647\u0631\u0646\u0633/\u0642\u062b\u0628\u062b\u0642\u0633 \u0641\u062e \u0641\u0627\u0647\u0633 \u0647\u0641\u062b\u0648 \u0635\u0647\u0645\u0645 \u0631\u062e \u0645\u062e\u0631\u0644\u062b\u0642 \u0635\u062e\u0642\u0646 (\u062b.\u0644. \u0632\u0642\u062e\u0646\u062b\u0631 \u0647\u0648\u0634\u0644\u062b\u0633 \u0634\u0631\u064a/\u062e\u0642 \u0645\u0647\u0631\u0646\u0633)", - "Are you sure?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b?", - "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "\u0634\u0633 \u062d\u0634\u0642\u0641 \u062e\u0628 \u0641\u0627\u062b \u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631 \u062d\u0642\u062e\u0630\u062b\u0633\u0633, \u063a\u062e\u0639 \u0641\u0634\u0646\u062b \u0634 \u062d\u0627\u062e\u0641\u062e \u062e\u0628 \u0632\u062e\u0641\u0627 \u063a\u062e\u0639\u0642 \u0628\u0634\u0630\u062b \u0634\u0631\u064a \u0634 \u0644\u062e\u062f\u062b\u0642\u0631\u0648\u062b\u0631\u0641-\u0647\u0633\u0633\u0639\u062b\u064a \u062d\u0627\u062e\u0641\u062e \u0647\u064a. \u062e\u0639\u0642 \u0634\u0639\u0641\u0627\u062e\u0642\u0647\u0638\u0634\u0641\u0647\u062e\u0631 \u0633\u062b\u0642\u062f\u0647\u0630\u062b \u0630\u062e\u0631\u0628\u0647\u0642\u0648\u0633 \u063a\u062e\u0639\u0642 \u0647\u064a\u062b\u0631\u0641\u0647\u0641\u063a \u0632\u063a \u0630\u062e\u0648\u062d\u0634\u0642\u0647\u0631\u0644 \u0641\u0627\u062b \u062d\u0627\u062e\u0641\u062e \u063a\u062e\u0639 \u0641\u0634\u0646\u062b \u0635\u0647\u0641\u0627 \u0641\u0627\u062b \u062d\u0627\u062e\u0641\u062e \u062e\u0631 \u063a\u062e\u0639\u0642 \u0647\u064a.", - "As you complete courses, you will see them listed here.": "\u0634\u0633 \u063a\u062e\u0639 \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u0630\u062e\u0639\u0642\u0633\u062b\u0633, \u063a\u062e\u0639 \u0635\u0647\u0645\u0645 \u0633\u062b\u062b \u0641\u0627\u062b\u0648 \u0645\u0647\u0633\u0641\u062b\u064a \u0627\u062b\u0642\u062b.", - "Assessment Results Visibility": "\u0634\u0633\u0633\u062b\u0633\u0633\u0648\u062b\u0631\u0641 \u0642\u062b\u0633\u0639\u0645\u0641\u0633 \u062f\u0647\u0633\u0647\u0632\u0647\u0645\u0647\u0641\u063a", - "Assign learners to cohorts by uploading a CSV file": "\u0634\u0633\u0633\u0647\u0644\u0631 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0641\u062e \u0630\u062e\u0627\u062e\u0642\u0641\u0633 \u0632\u063a \u0639\u062d\u0645\u062e\u0634\u064a\u0647\u0631\u0644 \u0634 \u0630\u0633\u062f \u0628\u0647\u0645\u062b", - "Assign students to cohorts by uploading a CSV file.": "\u0634\u0633\u0633\u0647\u0644\u0631 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633 \u0641\u062e \u0630\u062e\u0627\u062e\u0642\u0641\u0633 \u0632\u063a \u0639\u062d\u0645\u062e\u0634\u064a\u0647\u0631\u0644 \u0634 \u0630\u0633\u062f \u0628\u0647\u0645\u062b.", - "Assignment Type Name": "\u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641 \u0641\u063a\u062d\u062b \u0631\u0634\u0648\u062b", - "Associated Content Group": "\u0634\u0633\u0633\u062e\u0630\u0647\u0634\u0641\u062b\u064a \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d", - "Attribution": "\u0634\u0641\u0641\u0642\u0647\u0632\u0639\u0641\u0647\u062e\u0631", - "Author": "\u0634\u0639\u0641\u0627\u062e\u0642", - "Auto-advance": "\u0634\u0639\u0641\u062e-\u0634\u064a\u062f\u0634\u0631\u0630\u062b", - "Automated Transcripts": "\u0634\u0639\u0641\u062e\u0648\u0634\u0641\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641\u0633", - "Automatic": "\u0634\u0639\u0641\u062e\u0648\u0634\u0641\u0647\u0630", - "Automatic transcripts are disabled.": "\u0634\u0639\u0641\u062e\u0648\u0634\u0641\u0647\u0630 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641\u0633 \u0634\u0642\u062b \u064a\u0647\u0633\u0634\u0632\u0645\u062b\u064a.", - "Average": "\u0634\u062f\u062b\u0642\u0634\u0644\u062b", - "Back to sign in": "\u0632\u0634\u0630\u0646 \u0641\u062e \u0633\u0647\u0644\u0631 \u0647\u0631", - "Back to {platform} FAQs": "\u0632\u0634\u0630\u0646 \u0641\u062e {platform} \u0628\u0634\u0636\u0633", - "Background color": "\u0632\u0634\u0630\u0646\u0644\u0642\u062e\u0639\u0631\u064a \u0630\u062e\u0645\u062e\u0642", - "Basic": "\u0632\u0634\u0633\u0647\u0630", - "Basic Account Information": "\u0632\u0634\u0633\u0647\u0630 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631", - "Be sure your entire face is inside the frame": "\u0632\u062b \u0633\u0639\u0642\u062b \u063a\u062e\u0639\u0642 \u062b\u0631\u0641\u0647\u0642\u062b \u0628\u0634\u0630\u062b \u0647\u0633 \u0647\u0631\u0633\u0647\u064a\u062b \u0641\u0627\u062b \u0628\u0642\u0634\u0648\u062b", - "Before proceeding, please confirm that your details match": "\u0632\u062b\u0628\u062e\u0642\u062b \u062d\u0642\u062e\u0630\u062b\u062b\u064a\u0647\u0631\u0644, \u062d\u0645\u062b\u0634\u0633\u062b \u0630\u062e\u0631\u0628\u0647\u0642\u0648 \u0641\u0627\u0634\u0641 \u063a\u062e\u0639\u0642 \u064a\u062b\u0641\u0634\u0647\u0645\u0633 \u0648\u0634\u0641\u0630\u0627", - "Before proceeding, please {htmlStart}activate your account{htmlEnd}.": "\u0632\u062b\u0628\u062e\u0642\u062b \u062d\u0642\u062e\u0630\u062b\u062b\u064a\u0647\u0631\u0644, \u062d\u0645\u062b\u0634\u0633\u062b {htmlStart}\u0634\u0630\u0641\u0647\u062f\u0634\u0641\u062b \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641{htmlEnd}.", - "Before proceeding, please {htmlStart}unlink all social media accounts{htmlEnd}.": "\u0632\u062b\u0628\u062e\u0642\u062b \u062d\u0642\u062e\u0630\u062b\u062b\u064a\u0647\u0631\u0644, \u062d\u0645\u062b\u0634\u0633\u062b {htmlStart}\u0639\u0631\u0645\u0647\u0631\u0646 \u0634\u0645\u0645 \u0633\u062e\u0630\u0647\u0634\u0645 \u0648\u062b\u064a\u0647\u0634 \u0634\u0630\u0630\u062e\u0639\u0631\u0641\u0633{htmlEnd}.", - "Before you upgrade to a certificate track, you must activate your account.": "\u0632\u062b\u0628\u062e\u0642\u062b \u063a\u062e\u0639 \u0639\u062d\u0644\u0642\u0634\u064a\u062b \u0641\u062e \u0634 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0641\u0642\u0634\u0630\u0646, \u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u0634\u0630\u0641\u0647\u062f\u0634\u0641\u062b \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641.", - "Billed to": "\u0632\u0647\u0645\u0645\u062b\u064a \u0641\u062e", - "Billing/Payment Options": "\u0632\u0647\u0645\u0645\u0647\u0631\u0644/\u062d\u0634\u063a\u0648\u062b\u0631\u0641 \u062e\u062d\u0641\u0647\u062e\u0631\u0633", - "Biography": "\u0632\u0647\u062e\u0644\u0642\u0634\u062d\u0627\u063a", - "Blockquote": "\u0632\u0645\u062e\u0630\u0646\u0636\u0639\u062e\u0641\u062b", - "Blockquote (Ctrl+Q)": "\u0632\u0645\u062e\u0630\u0646\u0636\u0639\u062e\u0641\u062b (\u0630\u0641\u0642\u0645+\u0636)", - "Blocks": "\u0632\u0645\u062e\u0630\u0646\u0633", - "Body": "\u0632\u062e\u064a\u063a", - "Bold": "\u0632\u062e\u0645\u064a", - "Bold (Ctrl+B)": "\u0632\u062e\u0645\u064a (\u0630\u0641\u0642\u0645+\u0632)", - "Bookmark this page": "\u0632\u062e\u062e\u0646\u0648\u0634\u0642\u0646 \u0641\u0627\u0647\u0633 \u062d\u0634\u0644\u062b", - "Bookmarked": "\u0632\u062e\u062e\u0646\u0648\u0634\u0642\u0646\u062b\u064a", - "Bookmarked on": "\u0632\u062e\u062e\u0646\u0648\u0634\u0642\u0646\u062b\u064a \u062e\u0631", - "Border": "\u0632\u062e\u0642\u064a\u062b\u0642", - "Border color": "\u0632\u062e\u0642\u064a\u062b\u0642 \u0630\u062e\u0645\u062e\u0642", - "Bottom": "\u0632\u062e\u0641\u0641\u062e\u0648", - "Browse": "\u0632\u0642\u062e\u0635\u0633\u062b", - "Browse recently launched courses and see what\\'s new in your favorite subjects": "\u0632\u0642\u062e\u0635\u0633\u062b \u0642\u062b\u0630\u062b\u0631\u0641\u0645\u063a \u0645\u0634\u0639\u0631\u0630\u0627\u062b\u064a \u0630\u062e\u0639\u0642\u0633\u062b\u0633 \u0634\u0631\u064a \u0633\u062b\u062b \u0635\u0627\u0634\u0641\\'\u0633 \u0631\u062b\u0635 \u0647\u0631 \u063a\u062e\u0639\u0642 \u0628\u0634\u062f\u062e\u0642\u0647\u0641\u062b \u0633\u0639\u0632\u062a\u062b\u0630\u0641\u0633", - "Browsing": "\u0632\u0642\u062e\u0635\u0633\u0647\u0631\u0644", - "Bulk Exceptions": "\u0632\u0639\u0645\u0646 \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631\u0633", - "Bullet list": "\u0632\u0639\u0645\u0645\u062b\u0641 \u0645\u0647\u0633\u0641", - "Bulleted List (Ctrl+U)": "\u0632\u0639\u0645\u0645\u062b\u0641\u062b\u064a \u0645\u0647\u0633\u0641 (\u0630\u0641\u0642\u0645+\u0639)", - "COMPLETED COURSES": "\u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b\u064a \u0630\u062e\u0639\u0642\u0633\u062b\u0633", - "COURSES IN PROGRESS": "\u0630\u062e\u0639\u0642\u0633\u062b\u0633 \u0647\u0631 \u062d\u0642\u062e\u0644\u0642\u062b\u0633\u0633", - "Can we match the photo you took with the one on your ID?": "\u0630\u0634\u0631 \u0635\u062b \u0648\u0634\u0641\u0630\u0627 \u0641\u0627\u062b \u062d\u0627\u062e\u0641\u062e \u063a\u062e\u0639 \u0641\u062e\u062e\u0646 \u0635\u0647\u0641\u0627 \u0641\u0627\u062b \u062e\u0631\u062b \u062e\u0631 \u063a\u062e\u0639\u0642 \u0647\u064a?", - "Cancel": "\u0630\u0634\u0631\u0630\u062b\u0645", - "Cancel enrollment code": "\u0630\u0634\u0631\u0630\u062b\u0645 \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0630\u062e\u064a\u062b", - "Cancel team creating.": "\u0630\u0634\u0631\u0630\u062b\u0645 \u0641\u062b\u0634\u0648 \u0630\u0642\u062b\u0634\u0641\u0647\u0631\u0644.", - "Cancel team updating.": "\u0630\u0634\u0631\u0630\u062b\u0645 \u0641\u062b\u0634\u0648 \u0639\u062d\u064a\u0634\u0641\u0647\u0631\u0644.", - "Cancel upload": "\u0630\u0634\u0631\u0630\u062b\u0645 \u0639\u062d\u0645\u062e\u0634\u064a", - "Cannot delete when in use by a unit": "\u0630\u0634\u0631\u0631\u062e\u0641 \u064a\u062b\u0645\u062b\u0641\u062b \u0635\u0627\u062b\u0631 \u0647\u0631 \u0639\u0633\u062b \u0632\u063a \u0634 \u0639\u0631\u0647\u0641", - "Cannot delete when in use by an experiment": "\u0630\u0634\u0631\u0631\u062e\u0641 \u064a\u062b\u0645\u062b\u0641\u062b \u0635\u0627\u062b\u0631 \u0647\u0631 \u0639\u0633\u062b \u0632\u063a \u0634\u0631 \u062b\u0637\u062d\u062b\u0642\u0647\u0648\u062b\u0631\u0641", - "Cannot drop more <%= types %> assignments than are assigned.": "\u0630\u0634\u0631\u0631\u062e\u0641 \u064a\u0642\u062e\u062d \u0648\u062e\u0642\u062b <%= types %> \u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641\u0633 \u0641\u0627\u0634\u0631 \u0634\u0642\u062b \u0634\u0633\u0633\u0647\u0644\u0631\u062b\u064a.", - "Caption": "\u0630\u0634\u062d\u0641\u0647\u062e\u0631", - "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "\u0630\u0634\u0639\u0641\u0647\u062e\u0631: \u0641\u0627\u062b \u0645\u0634\u0633\u0641 \u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a \u062f\u062b\u0642\u0633\u0647\u062e\u0631 \u062e\u0628 \u0641\u0627\u0647\u0633 \u0639\u0631\u0647\u0641 \u0647\u0633 \u0645\u0647\u062f\u062b. \u0632\u063a \u062d\u0639\u0632\u0645\u0647\u0633\u0627\u0647\u0631\u0644 \u0630\u0627\u0634\u0631\u0644\u062b\u0633 \u063a\u062e\u0639 \u0635\u0647\u0645\u0645 \u0630\u0627\u0634\u0631\u0644\u062b \u0641\u0627\u062b \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u062b\u0637\u062d\u062b\u0642\u0647\u062b\u0631\u0630\u062b.", - "Cell": "\u0630\u062b\u0645\u0645", - "Cell padding": "\u0630\u062b\u0645\u0645 \u062d\u0634\u064a\u064a\u0647\u0631\u0644", - "Cell properties": "\u0630\u062b\u0645\u0645 \u062d\u0642\u062e\u062d\u062b\u0642\u0641\u0647\u062b\u0633", - "Cell spacing": "\u0630\u062b\u0645\u0645 \u0633\u062d\u0634\u0630\u0647\u0631\u0644", - "Cell type": "\u0630\u062b\u0645\u0645 \u0641\u063a\u062d\u062b", - "Center": "\u0630\u062b\u0631\u0641\u062b\u0642", - "Certificate Details": "\u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u064a\u062b\u0641\u0634\u0647\u0645\u0633", - "Certificate Generated": "\u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0644\u062b\u0631\u062b\u0642\u0634\u0641\u062b\u064a", - "Certificate Information": "\u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631", - "Certificate Name": "\u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0631\u0634\u0648\u062b", - "Certificate Purchased": "\u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u062d\u0639\u0642\u0630\u0627\u0634\u0633\u062b\u064a", - "Certificate Signatories": "\u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0633\u0647\u0644\u0631\u0634\u0641\u062e\u0642\u0647\u062b\u0633", - "Certificate Signatory Configuration": "\u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0633\u0647\u0644\u0631\u0634\u0641\u062e\u0642\u063a \u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u0634\u0641\u0647\u062e\u0631", - "Certificate Status:": "\u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0633\u0641\u0634\u0641\u0639\u0633:", - "Certificate has been successfully invalidated for <%= user %>.": "\u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0627\u0634\u0633 \u0632\u062b\u062b\u0631 \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0647\u0631\u062f\u0634\u0645\u0647\u064a\u0634\u0641\u062b\u064a \u0628\u062e\u0642 <%= user %>.", - "Certificate name is required.": "\u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0631\u0634\u0648\u062b \u0647\u0633 \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a.", - "Certificate of <%= user %> has already been invalidated. Please check your spelling and retry.": "\u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u062e\u0628 <%= user %> \u0627\u0634\u0633 \u0634\u0645\u0642\u062b\u0634\u064a\u063a \u0632\u062b\u062b\u0631 \u0647\u0631\u062f\u0634\u0645\u0647\u064a\u0634\u0641\u062b\u064a. \u062d\u0645\u062b\u0634\u0633\u062b \u0630\u0627\u062b\u0630\u0646 \u063a\u062e\u0639\u0642 \u0633\u062d\u062b\u0645\u0645\u0647\u0631\u0644 \u0634\u0631\u064a \u0642\u062b\u0641\u0642\u063a.", - "Certificates": "\u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633", - "Change": "\u0630\u0627\u0634\u0631\u0644\u062b", - "Change Enrollment": "\u0630\u0627\u0634\u0631\u0644\u062b \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641", - "Change Manually": "\u0630\u0627\u0634\u0631\u0644\u062b \u0648\u0634\u0631\u0639\u0634\u0645\u0645\u063a", - "Change My Email Address": "\u0630\u0627\u0634\u0631\u0644\u062b \u0648\u063a \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633", - "Change Session": "\u0630\u0627\u0634\u0631\u0644\u062b \u0633\u062b\u0633\u0633\u0647\u062e\u0631", - "Change image": "\u0630\u0627\u0634\u0631\u0644\u062b \u0647\u0648\u0634\u0644\u062b", - "Change or Leave Session": "\u0630\u0627\u0634\u0631\u0644\u062b \u062e\u0642 \u0645\u062b\u0634\u062f\u062b \u0633\u062b\u0633\u0633\u0647\u062e\u0631", - "Change to a different session or leave the current session.": "\u0630\u0627\u0634\u0631\u0644\u062b \u0641\u062e \u0634 \u064a\u0647\u0628\u0628\u062b\u0642\u062b\u0631\u0641 \u0633\u062b\u0633\u0633\u0647\u062e\u0631 \u062e\u0642 \u0645\u062b\u0634\u062f\u062b \u0641\u0627\u062b \u0630\u0639\u0642\u0642\u062b\u0631\u0641 \u0633\u062b\u0633\u0633\u0647\u062e\u0631.", - "Chapter Asset": "\u0630\u0627\u0634\u062d\u0641\u062b\u0642 \u0634\u0633\u0633\u062b\u0641", - "Chapter Name": "\u0630\u0627\u0634\u062d\u0641\u062b\u0642 \u0631\u0634\u0648\u062b", - "Chapter information": "\u0630\u0627\u0634\u062d\u0641\u062b\u0642 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631", - "Chapter name and asset_path are both required": "\u0630\u0627\u0634\u062d\u0641\u062b\u0642 \u0631\u0634\u0648\u062b \u0634\u0631\u064a \u0634\u0633\u0633\u062b\u0641_\u062d\u0634\u0641\u0627 \u0634\u0642\u062b \u0632\u062e\u0641\u0627 \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a", - "Chapter name is required": "\u0630\u0627\u0634\u062d\u0641\u062b\u0642 \u0631\u0634\u0648\u062b \u0647\u0633 \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a", - "Chapter {order}": "\u0630\u0627\u0634\u062d\u0641\u062b\u0642 {order}", - "Check Your Email": "\u0630\u0627\u062b\u0630\u0646 \u063a\u062e\u0639\u0642 \u062b\u0648\u0634\u0647\u0645", - "Check the highlighted fields below and try again.": "\u0630\u0627\u062b\u0630\u0646 \u0641\u0627\u062b \u0627\u0647\u0644\u0627\u0645\u0647\u0644\u0627\u0641\u062b\u064a \u0628\u0647\u062b\u0645\u064a\u0633 \u0632\u062b\u0645\u062e\u0635 \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "\u0630\u0627\u062b\u0630\u0646 \u0641\u0627\u0647\u0633 \u0632\u062e\u0637 \u0641\u062e \u0642\u062b\u0630\u062b\u0647\u062f\u062b \u0634\u0631 \u062b\u0648\u0634\u0647\u0645 \u064a\u0647\u0644\u062b\u0633\u0641 \u062e\u0631\u0630\u062b \u0634 \u064a\u0634\u063a \u0631\u062e\u0641\u0647\u0628\u063a\u0647\u0631\u0644 \u063a\u062e\u0639 \u0634\u0632\u062e\u0639\u0641 \u0631\u062b\u0635, \u0639\u0631\u0642\u062b\u0634\u064a \u0634\u0630\u0641\u0647\u062f\u0647\u0641\u063a \u0628\u0642\u062e\u0648 \u062d\u062e\u0633\u0641\u0633 \u063a\u062e\u0639 \u0634\u0642\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644.", - "Check your email": "\u0630\u0627\u062b\u0630\u0646 \u063a\u062e\u0639\u0642 \u062b\u0648\u0634\u0647\u0645", - "Check your email account for instructions to reset your password.": "\u0630\u0627\u062b\u0630\u0646 \u063a\u062e\u0639\u0642 \u062b\u0648\u0634\u0647\u0645 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0628\u062e\u0642 \u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u0647\u062e\u0631\u0633 \u0641\u062e \u0642\u062b\u0633\u062b\u0641 \u063a\u062e\u0639\u0642 \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a.", - "Check your email for an activation message.": "\u0630\u0627\u062b\u0630\u0646 \u063a\u062e\u0639\u0642 \u062b\u0648\u0634\u0647\u0645 \u0628\u062e\u0642 \u0634\u0631 \u0634\u0630\u0641\u0647\u062f\u0634\u0641\u0647\u062e\u0631 \u0648\u062b\u0633\u0633\u0634\u0644\u062b.", - "Checkout": "\u0630\u0627\u062b\u0630\u0646\u062e\u0639\u0641", - "Checkout with PayPal": "\u0630\u0627\u062b\u0630\u0646\u062e\u0639\u0641 \u0635\u0647\u0641\u0627 \u062d\u0634\u063a\u062d\u0634\u0645", - "Checkout with {processor}": "\u0630\u0627\u062b\u0630\u0646\u062e\u0639\u0641 \u0635\u0647\u0641\u0627 {processor}", - "Choose File": "\u0630\u0627\u062e\u062e\u0633\u062b \u0628\u0647\u0645\u062b", - "Choose One": "\u0630\u0627\u062e\u062e\u0633\u062b \u062e\u0631\u062b", - "Choose a .csv file": "\u0630\u0627\u062e\u062e\u0633\u062b \u0634 .\u0630\u0633\u062f \u0628\u0647\u0645\u062b", - "Choose a content group to associate": "\u0630\u0627\u062e\u062e\u0633\u062b \u0634 \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d \u0641\u062e \u0634\u0633\u0633\u062e\u0630\u0647\u0634\u0641\u062b", - "Choose a location to move your component to": "\u0630\u0627\u062e\u062e\u0633\u062b \u0634 \u0645\u062e\u0630\u0634\u0641\u0647\u062e\u0631 \u0641\u062e \u0648\u062e\u062f\u062b \u063a\u062e\u0639\u0642 \u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641 \u0641\u062e", - "Choose mode": "\u0630\u0627\u062e\u062e\u0633\u062b \u0648\u062e\u064a\u062b", - "Choose new file": "\u0630\u0627\u062e\u062e\u0633\u062b \u0631\u062b\u0635 \u0628\u0647\u0645\u062b", - "Choose one": "\u0630\u0627\u062e\u062e\u0633\u062b \u062e\u0631\u062b", - "Choose your institution from the list below:": "\u0630\u0627\u062e\u062e\u0633\u062b \u063a\u062e\u0639\u0642 \u0647\u0631\u0633\u0641\u0647\u0641\u0639\u0641\u0647\u062e\u0631 \u0628\u0642\u062e\u0648 \u0641\u0627\u062b \u0645\u0647\u0633\u0641 \u0632\u062b\u0645\u062e\u0635:", - "Circle": "\u0630\u0647\u0642\u0630\u0645\u062b", - "Clear": "\u0630\u0645\u062b\u0634\u0642", - "Clear All": "\u0630\u0645\u062b\u0634\u0642 \u0634\u0645\u0645", - "Clear Grading Due Date": "\u0630\u0645\u062b\u0634\u0642 \u0644\u0642\u0634\u064a\u0647\u0631\u0644 \u064a\u0639\u062b \u064a\u0634\u0641\u062b", - "Clear Release Date/Time": "\u0630\u0645\u062b\u0634\u0642 \u0642\u062b\u0645\u062b\u0634\u0633\u062b \u064a\u0634\u0641\u062b/\u0641\u0647\u0648\u062b", - "Clear Value": "\u0630\u0645\u062b\u0634\u0642 \u062f\u0634\u0645\u0639\u062b", - "Clear formatting": "\u0630\u0645\u062b\u0634\u0642 \u0628\u062e\u0642\u0648\u0634\u0641\u0641\u0647\u0631\u0644", - "Clear search": "\u0630\u0645\u062b\u0634\u0642 \u0633\u062b\u0634\u0642\u0630\u0627", - "Clear search results": "\u0630\u0645\u062b\u0634\u0642 \u0633\u062b\u0634\u0642\u0630\u0627 \u0642\u062b\u0633\u0639\u0645\u0641\u0633", - "Click OK to have your e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u0630\u0645\u0647\u0630\u0646 \u062e\u0646 \u0641\u062e \u0627\u0634\u062f\u062b \u063a\u062e\u0639\u0642 \u062b-\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 \u0633\u062b\u0631\u0641 \u0641\u062e \u0634 3\u0642\u064a \u062d\u0634\u0642\u0641\u063a \u0634\u062d\u062d\u0645\u0647\u0630\u0634\u0641\u0647\u062e\u0631.\n\n\u0630\u0645\u0647\u0630\u0646 \u0630\u0634\u0631\u0630\u062b\u0645 \u0641\u062e \u0642\u062b\u0641\u0639\u0642\u0631 \u0641\u062e \u0641\u0627\u0647\u0633 \u062d\u0634\u0644\u062b \u0635\u0647\u0641\u0627\u062e\u0639\u0641 \u0633\u062b\u0631\u064a\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631.", - "Click OK to have your username and e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u0630\u0645\u0647\u0630\u0646 \u062e\u0646 \u0641\u062e \u0627\u0634\u062f\u062b \u063a\u062e\u0639\u0642 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b \u0634\u0631\u064a \u062b-\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 \u0633\u062b\u0631\u0641 \u0641\u062e \u0634 3\u0642\u064a \u062d\u0634\u0642\u0641\u063a \u0634\u062d\u062d\u0645\u0647\u0630\u0634\u0641\u0647\u062e\u0631.\n\n\u0630\u0645\u0647\u0630\u0646 \u0630\u0634\u0631\u0630\u062b\u0645 \u0641\u062e \u0642\u062b\u0641\u0639\u0642\u0631 \u0641\u062e \u0641\u0627\u0647\u0633 \u062d\u0634\u0644\u062b \u0635\u0647\u0641\u0627\u062e\u0639\u0641 \u0633\u062b\u0631\u064a\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631.", - "Click OK to have your username sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u0630\u0645\u0647\u0630\u0646 \u062e\u0646 \u0641\u062e \u0627\u0634\u062f\u062b \u063a\u062e\u0639\u0642 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b \u0633\u062b\u0631\u0641 \u0641\u062e \u0634 3\u0642\u064a \u062d\u0634\u0642\u0641\u063a \u0634\u062d\u062d\u0645\u0647\u0630\u0634\u0641\u0647\u062e\u0631.\n\n\u0630\u0645\u0647\u0630\u0646 \u0630\u0634\u0631\u0630\u062b\u0645 \u0641\u062e \u0642\u062b\u0641\u0639\u0642\u0631 \u0641\u062e \u0641\u0627\u0647\u0633 \u062d\u0634\u0644\u062b \u0635\u0647\u0641\u0627\u062e\u0639\u0641 \u0633\u062b\u0631\u064a\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631.", - "Click on this button to mute or unmute this video or press UP or DOWN buttons to increase or decrease volume level.": "\u0630\u0645\u0647\u0630\u0646 \u062e\u0631 \u0641\u0627\u0647\u0633 \u0632\u0639\u0641\u0641\u062e\u0631 \u0641\u062e \u0648\u0639\u0641\u062b \u062e\u0642 \u0639\u0631\u0648\u0639\u0641\u062b \u0641\u0627\u0647\u0633 \u062f\u0647\u064a\u062b\u062e \u062e\u0642 \u062d\u0642\u062b\u0633\u0633 \u0639\u062d \u062e\u0642 \u064a\u062e\u0635\u0631 \u0632\u0639\u0641\u0641\u062e\u0631\u0633 \u0641\u062e \u0647\u0631\u0630\u0642\u062b\u0634\u0633\u062b \u062e\u0642 \u064a\u062b\u0630\u0642\u062b\u0634\u0633\u062b \u062f\u062e\u0645\u0639\u0648\u062b \u0645\u062b\u062f\u062b\u0645.", - "Click to add a new %(xblock_type)s": "\u0630\u0645\u0647\u0630\u0646 \u0641\u062e \u0634\u064a\u064a \u0634 \u0631\u062b\u0635 %(xblock_type)s", - "Click to change": "\u0630\u0645\u0647\u0630\u0646 \u0641\u062e \u0630\u0627\u0634\u0631\u0644\u062b", - "Click to edit": "\u0630\u0645\u0647\u0630\u0646 \u0641\u062e \u062b\u064a\u0647\u0641", - "Close": "\u0630\u0645\u062e\u0633\u062b", - "Close Calculator": "\u0630\u0645\u062e\u0633\u062b \u0630\u0634\u0645\u0630\u0639\u0645\u0634\u0641\u062e\u0642", - "Code": "\u0630\u062e\u064a\u062b", - "Code Sample (Ctrl+K)": "\u0630\u062e\u064a\u062b \u0633\u0634\u0648\u062d\u0645\u062b (\u0630\u0641\u0642\u0645+\u0646)", - "Code block": "\u0630\u062e\u064a\u062b \u0632\u0645\u062e\u0630\u0646", - "Cohort Assignment Method": "\u0630\u062e\u0627\u062e\u0642\u0641 \u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641 \u0648\u062b\u0641\u0627\u062e\u064a", - "Cohort Name": "\u0630\u062e\u0627\u062e\u0642\u0641 \u0631\u0634\u0648\u062b", - "Cohorts": "\u0630\u062e\u0627\u062e\u0642\u0641\u0633", - "Cohorts Disabled": "\u0630\u062e\u0627\u062e\u0642\u0641\u0633 \u064a\u0647\u0633\u0634\u0632\u0645\u062b\u064a", - "Cohorts Enabled": "\u0630\u062e\u0627\u062e\u0642\u0641\u0633 \u062b\u0631\u0634\u0632\u0645\u062b\u064a", - "Collapse All": "\u0630\u062e\u0645\u0645\u0634\u062d\u0633\u062b \u0634\u0645\u0645", - "Collapse Instructions": "\u0630\u062e\u0645\u0645\u0634\u062d\u0633\u062b \u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u0647\u062e\u0631\u0633", - "Collapse/Expand this %(xblock_type)s": "\u0630\u062e\u0645\u0645\u0634\u062d\u0633\u062b/\u062b\u0637\u062d\u0634\u0631\u064a \u0641\u0627\u0647\u0633 %(xblock_type)s", - "Color": "\u0630\u062e\u0645\u062e\u0642", - "Cols": "\u0630\u062e\u0645\u0633", - "Column": "\u0630\u062e\u0645\u0639\u0648\u0631", - "Column group": "\u0630\u062e\u0645\u0639\u0648\u0631 \u0644\u0642\u062e\u0639\u062d", - "Coming Soon": "\u0630\u062e\u0648\u0647\u0631\u0644 \u0633\u062e\u062e\u0631", - "Commentary": "\u0630\u062e\u0648\u0648\u062b\u0631\u0641\u0634\u0642\u063a", - "Common Problem Types": "\u0630\u062e\u0648\u0648\u062e\u0631 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0641\u063a\u062d\u062b\u0633", - "Complete courses on your schedule to ensure you stand out in your field!": "\u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u0630\u062e\u0639\u0642\u0633\u062b\u0633 \u062e\u0631 \u063a\u062e\u0639\u0642 \u0633\u0630\u0627\u062b\u064a\u0639\u0645\u062b \u0641\u062e \u062b\u0631\u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0633\u0641\u0634\u0631\u064a \u062e\u0639\u0641 \u0647\u0631 \u063a\u062e\u0639\u0642 \u0628\u0647\u062b\u0645\u064a!", - "Completed": "\u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b\u064a", - "Completed At": "\u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b\u064a \u0634\u0641", - "Component": "\u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641", - "Component Location ID": "\u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641 \u0645\u062e\u0630\u0634\u0641\u0647\u062e\u0631 \u0647\u064a", - "Components": "\u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641\u0633", - "Configure": "\u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u062b", - "Confirm": "\u0630\u062e\u0631\u0628\u0647\u0642\u0648", - "Confirm Password": "\u0630\u062e\u0631\u0628\u0647\u0642\u0648 \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a", - "Confirm Timed Transcript": "\u0630\u062e\u0631\u0628\u0647\u0642\u0648 \u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641", - "Congratulations!": "\u0630\u062e\u0631\u0644\u0642\u0634\u0641\u0639\u0645\u0634\u0641\u0647\u062e\u0631\u0633!", - "Congratulations! You are now verified on %(platformName)s!": "\u0630\u062e\u0631\u0644\u0642\u0634\u0641\u0639\u0645\u0634\u0641\u0647\u062e\u0631\u0633! \u063a\u062e\u0639 \u0634\u0642\u062b \u0631\u062e\u0635 \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u062e\u0631 %(platformName)s!", - "Constrain proportions": "\u0630\u062e\u0631\u0633\u0641\u0642\u0634\u0647\u0631 \u062d\u0642\u062e\u062d\u062e\u0642\u0641\u0647\u062e\u0631\u0633", - "Contact Us": "\u0630\u062e\u0631\u0641\u0634\u0630\u0641 \u0639\u0633", - "Contains staff only content": "\u0630\u062e\u0631\u0641\u0634\u0647\u0631\u0633 \u0633\u0641\u0634\u0628\u0628 \u062e\u0631\u0645\u063a \u0630\u062e\u0631\u0641\u062b\u0631\u0641", + ], + "(optional)": "(\u062e\u062d\u0641\u0647\u062e\u0631\u0634\u0645)", + "(required)": "(\u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a)", + "- Sortable": "- \u0633\u062e\u0642\u0641\u0634\u0632\u0645\u062b", + ": video upload complete.": ": \u062f\u0647\u064a\u062b\u062e \u0639\u062d\u0645\u062e\u0634\u064a \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b.", + "<%= user %> already in exception list.": "<%= user %> \u0634\u0645\u0642\u062b\u0634\u064a\u063a \u0647\u0631 \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0645\u0647\u0633\u0641.", + "<%= user %> has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.": "<%= user %> \u0627\u0634\u0633 \u0632\u062b\u062b\u0631 \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0634\u064a\u064a\u062b\u064a \u0641\u062e \u0641\u0627\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0645\u0647\u0633\u0641. \u0630\u0645\u0647\u0630\u0646 \u0644\u062b\u0631\u062b\u0642\u0634\u0641\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0632\u062b\u0645\u062e\u0635 \u0641\u062e \u0633\u062b\u0631\u064a \u0641\u0627\u062b \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b.", + "A Password is required": "\u0634 \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a \u0647\u0633 \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a", + "A driver's license, passport, or government-issued ID with your name and photo.": "\u0634 \u064a\u0642\u0647\u062f\u062b\u0642'\u0633 \u0645\u0647\u0630\u062b\u0631\u0633\u062b, \u062d\u0634\u0633\u0633\u062d\u062e\u0642\u0641, \u062e\u0642 \u0644\u062e\u062f\u062b\u0642\u0631\u0648\u062b\u0631\u0641-\u0647\u0633\u0633\u0639\u062b\u064a \u0647\u064a \u0635\u0647\u0641\u0627 \u063a\u062e\u0639\u0642 \u0631\u0634\u0648\u062b \u0634\u0631\u064a \u062d\u0627\u062e\u0641\u062e.", + "A driver's license, passport, or other government-issued ID with your name and photo": "\u0634 \u064a\u0642\u0647\u062f\u062b\u0642'\u0633 \u0645\u0647\u0630\u062b\u0631\u0633\u062b, \u062d\u0634\u0633\u0633\u062d\u062e\u0642\u0641, \u062e\u0642 \u062e\u0641\u0627\u062b\u0642 \u0644\u062e\u062f\u062b\u0642\u0631\u0648\u062b\u0631\u0641-\u0647\u0633\u0633\u0639\u062b\u064a \u0647\u064a \u0635\u0647\u0641\u0627 \u063a\u062e\u0639\u0642 \u0631\u0634\u0648\u062b \u0634\u0631\u064a \u062d\u0627\u062e\u0641\u062e", + "A highlight to look forward to this week.": "\u0634 \u0627\u0647\u0644\u0627\u0645\u0647\u0644\u0627\u0641 \u0641\u062e \u0645\u062e\u062e\u0646 \u0628\u062e\u0642\u0635\u0634\u0642\u064a \u0641\u062e \u0641\u0627\u0647\u0633 \u0635\u062b\u062b\u0646.", + "A list of courses you have just enrolled in as a verified student": "\u0634 \u0645\u0647\u0633\u0641 \u062e\u0628 \u0630\u062e\u0639\u0642\u0633\u062b\u0633 \u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u062a\u0639\u0633\u0641 \u062b\u0631\u0642\u062e\u0645\u0645\u062b\u064a \u0647\u0631 \u0634\u0633 \u0634 \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0633\u0641\u0639\u064a\u062b\u0631\u0641", + "A name that identifies your team (maximum 255 characters).": "\u0634 \u0631\u0634\u0648\u062b \u0641\u0627\u0634\u0641 \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u0647\u062b\u0633 \u063a\u062e\u0639\u0642 \u0641\u062b\u0634\u0648 (\u0648\u0634\u0637\u0647\u0648\u0639\u0648 255 \u0630\u0627\u0634\u0642\u0634\u0630\u0641\u062b\u0642\u0633).", + "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "\u0634 \u0633\u0627\u062e\u0642\u0641 \u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631 \u062e\u0628 \u0641\u0627\u062b \u0641\u062b\u0634\u0648 \u0641\u062e \u0627\u062b\u0645\u062d \u062e\u0641\u0627\u062b\u0642 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0639\u0631\u064a\u062b\u0642\u0633\u0641\u0634\u0631\u064a \u0641\u0627\u062b \u0644\u062e\u0634\u0645\u0633 \u062e\u0642 \u064a\u0647\u0642\u062b\u0630\u0641\u0647\u062e\u0631 \u062e\u0628 \u0641\u0627\u062b \u0641\u062b\u0634\u0648 (\u0648\u0634\u0637\u0647\u0648\u0639\u0648 300 \u0630\u0627\u0634\u0642\u0634\u0630\u0641\u062b\u0642\u0633).", + "A valid email address is required": "\u0634 \u062f\u0634\u0645\u0647\u064a \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 \u0647\u0633 \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a", + "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "\u0634\u0632\u0630\u064a\u062b\u0628\u0644\u0627\u0647\u062a\u0646\u0645\u0648\u0631\u062e\u062d\u0636\u0642\u0633\u0641\u0639\u062f\u0635\u0637\u063a\u0638", + "API Key": "\u0634\u062d\u0647 \u0646\u062b\u063a", + "API Secret": "\u0634\u062d\u0647 \u0633\u062b\u0630\u0642\u062b\u0641", + "Abbreviation": "\u0634\u0632\u0632\u0642\u062b\u062f\u0647\u0634\u0641\u0647\u062e\u0631", + "About Me": "\u0634\u0632\u062e\u0639\u0641 \u0648\u062b", + "About You": "\u0634\u0632\u062e\u0639\u0641 \u063a\u062e\u0639", + "About me": "\u0634\u0632\u062e\u0639\u0641 \u0648\u062b", + "Access to some content in this unit is restricted to specific groups of learners": "\u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u062e \u0633\u062e\u0648\u062b \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0647\u0631 \u0641\u0627\u0647\u0633 \u0639\u0631\u0647\u0641 \u0647\u0633 \u0642\u062b\u0633\u0641\u0642\u0647\u0630\u0641\u062b\u064a \u0641\u062e \u0633\u062d\u062b\u0630\u0647\u0628\u0647\u0630 \u0644\u0642\u062e\u0639\u062d\u0633 \u062e\u0628 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633", + "Access to some content in this {blockType} is restricted to specific groups of learners.": "\u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u062e \u0633\u062e\u0648\u062b \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0647\u0631 \u0641\u0627\u0647\u0633 {blockType} \u0647\u0633 \u0642\u062b\u0633\u0641\u0642\u0647\u0630\u0641\u062b\u064a \u0641\u062e \u0633\u062d\u062b\u0630\u0647\u0628\u0647\u0630 \u0644\u0642\u062e\u0639\u062d\u0633 \u062e\u0628 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633.", + "Access to this unit is restricted to: {selectedGroupsLabel}": "\u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u062e \u0641\u0627\u0647\u0633 \u0639\u0631\u0647\u0641 \u0647\u0633 \u0642\u062b\u0633\u0641\u0642\u0647\u0630\u0641\u062b\u064a \u0641\u062e: {selectedGroupsLabel}", + "Access to this {blockType} is restricted to: {selectedGroupsLabel}": "\u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u062e \u0641\u0627\u0647\u0633 {blockType} \u0647\u0633 \u0642\u062b\u0633\u0641\u0642\u0647\u0630\u0641\u062b\u064a \u0641\u062e: {selectedGroupsLabel}", + "Accomplishments": "\u0634\u0630\u0630\u062e\u0648\u062d\u0645\u0647\u0633\u0627\u0648\u062b\u0631\u0641\u0633", + "Accomplishments Pagination": "\u0634\u0630\u0630\u062e\u0648\u062d\u0645\u0647\u0633\u0627\u0648\u062b\u0631\u0641\u0633 \u062d\u0634\u0644\u0647\u0631\u0634\u0641\u0647\u062e\u0631", + "Account": "\u0634\u0630\u0630\u062e\u0639\u0631\u0641", + "Account Information": "\u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631", + "Account Not Activated": "\u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0631\u062e\u0641 \u0634\u0630\u0641\u0647\u062f\u0634\u0641\u062b\u064a", + "Account Settings": "\u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633", + "Account Settings page.": "\u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633 \u062d\u0634\u0644\u062b.", + "Account deletion, including removal from email lists, may take a few weeks to fully process through our system. If you want to opt-out of emails before then, please unsubscribe from the footer of any email.": "\u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u064a\u062b\u0645\u062b\u0641\u0647\u062e\u0631, \u0647\u0631\u0630\u0645\u0639\u064a\u0647\u0631\u0644 \u0642\u062b\u0648\u062e\u062f\u0634\u0645 \u0628\u0642\u062e\u0648 \u062b\u0648\u0634\u0647\u0645 \u0645\u0647\u0633\u0641\u0633, \u0648\u0634\u063a \u0641\u0634\u0646\u062b \u0634 \u0628\u062b\u0635 \u0635\u062b\u062b\u0646\u0633 \u0641\u062e \u0628\u0639\u0645\u0645\u063a \u062d\u0642\u062e\u0630\u062b\u0633\u0633 \u0641\u0627\u0642\u062e\u0639\u0644\u0627 \u062e\u0639\u0642 \u0633\u063a\u0633\u0641\u062b\u0648. \u0647\u0628 \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u062e\u062d\u0641-\u062e\u0639\u0641 \u062e\u0628 \u062b\u0648\u0634\u0647\u0645\u0633 \u0632\u062b\u0628\u062e\u0642\u062b \u0641\u0627\u062b\u0631, \u062d\u0645\u062b\u0634\u0633\u062b \u0639\u0631\u0633\u0639\u0632\u0633\u0630\u0642\u0647\u0632\u062b \u0628\u0642\u062e\u0648 \u0641\u0627\u062b \u0628\u062e\u062e\u0641\u062b\u0642 \u062e\u0628 \u0634\u0631\u063a \u062b\u0648\u0634\u0647\u0645.", + "Action": "\u0634\u0630\u0641\u0647\u062e\u0631", + "Action required: Enter a valid date.": "\u0634\u0630\u0641\u0647\u062e\u0631 \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a: \u062b\u0631\u0641\u062b\u0642 \u0634 \u062f\u0634\u0645\u0647\u064a \u064a\u0634\u0641\u062b.", + "Actions": "\u0634\u0630\u0641\u0647\u062e\u0631\u0633", + "Activate": "\u0634\u0630\u0641\u0647\u062f\u0634\u0641\u062b", + "Activate Your Account": "\u0634\u0630\u0641\u0647\u062f\u0634\u0641\u062b \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641", + "Activating a link in this group will skip to the corresponding point in the video.": "\u0634\u0630\u0641\u0647\u062f\u0634\u0641\u0647\u0631\u0644 \u0634 \u0645\u0647\u0631\u0646 \u0647\u0631 \u0641\u0627\u0647\u0633 \u0644\u0642\u062e\u0639\u062d \u0635\u0647\u0645\u0645 \u0633\u0646\u0647\u062d \u0641\u062e \u0641\u0627\u062b \u0630\u062e\u0642\u0642\u062b\u0633\u062d\u062e\u0631\u064a\u0647\u0631\u0644 \u062d\u062e\u0647\u0631\u0641 \u0647\u0631 \u0641\u0627\u062b \u062f\u0647\u064a\u062b\u062e.", + "Active": "\u0634\u0630\u0641\u0647\u062f\u062b", + "Active Uploads": "\u0634\u0630\u0641\u0647\u062f\u062b \u0639\u062d\u0645\u062e\u0634\u064a\u0633", + "Add": "\u0634\u064a\u064a", + "Add Additional Signatory": "\u0634\u064a\u064a \u0634\u064a\u064a\u0647\u0641\u0647\u062e\u0631\u0634\u0645 \u0633\u0647\u0644\u0631\u0634\u0641\u062e\u0642\u063a", + "Add Attachment": "\u0634\u064a\u064a \u0634\u0641\u0641\u0634\u0630\u0627\u0648\u062b\u0631\u0641", + "Add Cohort": "\u0634\u064a\u064a \u0630\u062e\u0627\u062e\u0642\u0641", + "Add Component:": "\u0634\u064a\u064a \u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641:", + "Add Country": "\u0634\u064a\u064a \u0630\u062e\u0639\u0631\u0641\u0642\u063a", + "Add Learners": "\u0634\u064a\u064a \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633", + "Add New Component": "\u0634\u064a\u064a \u0631\u062b\u0635 \u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641", + "Add Thumbnail": "\u0634\u064a\u064a \u0641\u0627\u0639\u0648\u0632\u0631\u0634\u0647\u0645", + "Add Thumbnail - {videoName}": "\u0634\u064a\u064a \u0641\u0627\u0639\u0648\u0632\u0631\u0634\u0647\u0645 - {videoName}", + "Add URLs for additional versions": "\u0634\u064a\u064a \u0639\u0642\u0645\u0633 \u0628\u062e\u0642 \u0634\u064a\u064a\u0647\u0641\u0647\u062e\u0631\u0634\u0645 \u062f\u062b\u0642\u0633\u0647\u062e\u0631\u0633", + "Add a Chapter": "\u0634\u064a\u064a \u0634 \u0630\u0627\u0634\u062d\u0641\u062b\u0642", + "Add a New Cohort": "\u0634\u064a\u064a \u0634 \u0631\u062b\u0635 \u0630\u062e\u0627\u062e\u0642\u0641", + "Add a learning outcome here": "\u0634\u064a\u064a \u0634 \u0645\u062b\u0634\u0642\u0631\u0647\u0631\u0644 \u062e\u0639\u0641\u0630\u062e\u0648\u062b \u0627\u062b\u0642\u062b", + "Add another group": "\u0634\u064a\u064a \u0634\u0631\u062e\u0641\u0627\u062b\u0642 \u0644\u0642\u062e\u0639\u062d", + "Add language": "\u0634\u064a\u064a \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b", + "Add learners to this cohort": "\u0634\u064a\u064a \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0641\u062e \u0641\u0627\u0647\u0633 \u0630\u062e\u0627\u062e\u0642\u0641", + "Add notes about this learner": "\u0634\u064a\u064a \u0631\u062e\u0641\u062b\u0633 \u0634\u0632\u062e\u0639\u0641 \u0641\u0627\u0647\u0633 \u0645\u062b\u0634\u0642\u0631\u062b\u0642", + "Add to Dictionary": "\u0634\u064a\u064a \u0641\u062e \u064a\u0647\u0630\u0641\u0647\u062e\u0631\u0634\u0642\u063a", + "Add to Exception List": "\u0634\u064a\u064a \u0641\u062e \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0645\u0647\u0633\u0641", + "Add your first content group": "\u0634\u064a\u064a \u063a\u062e\u0639\u0642 \u0628\u0647\u0642\u0633\u0641 \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d", + "Add your first group configuration": "\u0634\u064a\u064a \u063a\u062e\u0639\u0642 \u0628\u0647\u0642\u0633\u0641 \u0644\u0642\u062e\u0639\u062d \u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u0634\u0641\u0647\u062e\u0631", + "Add your first textbook": "\u0634\u064a\u064a \u063a\u062e\u0639\u0642 \u0628\u0647\u0642\u0633\u0641 \u0641\u062b\u0637\u0641\u0632\u062e\u062e\u0646", + "Add {role} Access": "\u0634\u064a\u064a {role} \u0634\u0630\u0630\u062b\u0633\u0633", + "Adding": "\u0634\u064a\u064a\u0647\u0631\u0644", + "Adding the selected course to your cart": "\u0634\u064a\u064a\u0647\u0631\u0644 \u0641\u0627\u062b \u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a \u0630\u062e\u0639\u0642\u0633\u062b \u0641\u062e \u063a\u062e\u0639\u0642 \u0630\u0634\u0642\u0641", + "Additional Credit Opportunities": "\u0634\u064a\u064a\u0647\u0641\u0647\u062e\u0631\u0634\u0645 \u0630\u0642\u062b\u064a\u0647\u0641 \u062e\u062d\u062d\u062e\u0642\u0641\u0639\u0631\u0647\u0641\u0647\u062b\u0633", + "Additional Information": "\u0634\u064a\u064a\u0647\u0641\u0647\u062e\u0631\u0634\u0645 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631", + "Additional Professional Opportunities": "\u0634\u064a\u064a\u0647\u0641\u0647\u062e\u0631\u0634\u0645 \u062d\u0642\u062e\u0628\u062b\u0633\u0633\u0647\u062e\u0631\u0634\u0645 \u062e\u062d\u062d\u062e\u0642\u0641\u0639\u0631\u0647\u0641\u0647\u062b\u0633", + "Additional posts could not be loaded. Refresh the page and try again.": "\u0634\u064a\u064a\u0647\u0641\u0647\u062e\u0631\u0634\u0645 \u062d\u062e\u0633\u0641\u0633 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0645\u062e\u0634\u064a\u062b\u064a. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "Additional responses could not be loaded. Refresh the page and try again.": "\u0634\u064a\u064a\u0647\u0641\u0647\u062e\u0631\u0634\u0645 \u0642\u062b\u0633\u062d\u062e\u0631\u0633\u062b\u0633 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0645\u062e\u0634\u064a\u062b\u064a. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "Adjust video speed": "\u0634\u064a\u062a\u0639\u0633\u0641 \u062f\u0647\u064a\u062b\u062e \u0633\u062d\u062b\u062b\u064a", + "Adjust video volume": "\u0634\u064a\u062a\u0639\u0633\u0641 \u062f\u0647\u064a\u062b\u062e \u062f\u062e\u0645\u0639\u0648\u062b", + "Admin": "\u0634\u064a\u0648\u0647\u0631", + "Advanced": "\u0634\u064a\u062f\u0634\u0631\u0630\u062b\u064a", + "After the course\\'s end date has passed, learners can no longer access subsection content. The subsection remains included in grade calculations.": "\u0634\u0628\u0641\u062b\u0642 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b\\'\u0633 \u062b\u0631\u064a \u064a\u0634\u0641\u062b \u0627\u0634\u0633 \u062d\u0634\u0633\u0633\u062b\u064a, \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0630\u0634\u0631 \u0631\u062e \u0645\u062e\u0631\u0644\u062b\u0642 \u0634\u0630\u0630\u062b\u0633\u0633 \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u0630\u062e\u0631\u0641\u062b\u0631\u0641. \u0641\u0627\u062b \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u0642\u062b\u0648\u0634\u0647\u0631\u0633 \u0647\u0631\u0630\u0645\u0639\u064a\u062b\u064a \u0647\u0631 \u0644\u0642\u0634\u064a\u062b \u0630\u0634\u0645\u0630\u0639\u0645\u0634\u0641\u0647\u062e\u0631\u0633.", + "After the subsection\\'s due date has passed, learners can no longer access its content. The subsection remains included in grade calculations.": "\u0634\u0628\u0641\u062b\u0642 \u0641\u0627\u062b \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631\\'\u0633 \u064a\u0639\u062b \u064a\u0634\u0641\u062b \u0627\u0634\u0633 \u062d\u0634\u0633\u0633\u062b\u064a, \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0630\u0634\u0631 \u0631\u062e \u0645\u062e\u0631\u0644\u062b\u0642 \u0634\u0630\u0630\u062b\u0633\u0633 \u0647\u0641\u0633 \u0630\u062e\u0631\u0641\u062b\u0631\u0641. \u0641\u0627\u062b \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u0642\u062b\u0648\u0634\u0647\u0631\u0633 \u0647\u0631\u0630\u0645\u0639\u064a\u062b\u064a \u0647\u0631 \u0644\u0642\u0634\u064a\u062b \u0630\u0634\u0645\u0630\u0639\u0645\u0634\u0641\u0647\u062e\u0631\u0633.", + "Align center": "\u0634\u0645\u0647\u0644\u0631 \u0630\u062b\u0631\u0641\u062b\u0642", + "Align left": "\u0634\u0645\u0647\u0644\u0631 \u0645\u062b\u0628\u0641", + "Align right": "\u0634\u0645\u0647\u0644\u0631 \u0642\u0647\u0644\u0627\u0641", + "Alignment": "\u0634\u0645\u0647\u0644\u0631\u0648\u062b\u0631\u0641", + "All Learners and Staff": "\u0634\u0645\u0645 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0634\u0631\u064a \u0633\u0641\u0634\u0628\u0628", + "All Posts": "\u0634\u0645\u0645 \u062d\u062e\u0633\u0641\u0633", + "All Rights Reserved": "\u0634\u0645\u0645 \u0642\u0647\u0644\u0627\u0641\u0633 \u0642\u062b\u0633\u062b\u0642\u062f\u062b\u064a", + "All Time Zones": "\u0634\u0645\u0645 \u0641\u0647\u0648\u062b \u0638\u062e\u0631\u062b\u0633", + "All Topics": "\u0634\u0645\u0645 \u0641\u062e\u062d\u0647\u0630\u0633", + "All accounts were created successfully.": "\u0634\u0645\u0645 \u0634\u0630\u0630\u062e\u0639\u0631\u0641\u0633 \u0635\u062b\u0642\u062b \u0630\u0642\u062b\u0634\u0641\u062b\u064a \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a.", + "All chapters must have a name and asset": "\u0634\u0645\u0645 \u0630\u0627\u0634\u062d\u0641\u062b\u0642\u0633 \u0648\u0639\u0633\u0641 \u0627\u0634\u062f\u062b \u0634 \u0631\u0634\u0648\u062b \u0634\u0631\u064a \u0634\u0633\u0633\u062b\u0641", + "All groups must have a name.": "\u0634\u0645\u0645 \u0644\u0642\u062e\u0639\u062d\u0633 \u0648\u0639\u0633\u0641 \u0627\u0634\u062f\u062b \u0634 \u0631\u0634\u0648\u062b.", + "All groups must have a unique name.": "\u0634\u0645\u0645 \u0644\u0642\u062e\u0639\u062d\u0633 \u0648\u0639\u0633\u0641 \u0627\u0634\u062f\u062b \u0634 \u0639\u0631\u0647\u0636\u0639\u062b \u0631\u0634\u0648\u062b.", + "All learners in the {cohort_name} cohort": "\u0634\u0645\u0645 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0647\u0631 \u0641\u0627\u062b {cohort_name} \u0630\u062e\u0627\u062e\u0642\u0641", + "All learners in the {track_name} track": "\u0634\u0645\u0645 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0647\u0631 \u0641\u0627\u062b {track_name} \u0641\u0642\u0634\u0630\u0646", + "All learners who are enrolled in this course": "\u0634\u0645\u0645 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0635\u0627\u062e \u0634\u0642\u062b \u062b\u0631\u0642\u062e\u0645\u0645\u062b\u064a \u0647\u0631 \u0641\u0627\u0647\u0633 \u0630\u062e\u0639\u0642\u0633\u062b", + "All payment options are currently unavailable.": "\u0634\u0645\u0645 \u062d\u0634\u063a\u0648\u062b\u0631\u0641 \u062e\u062d\u0641\u0647\u062e\u0631\u0633 \u0634\u0642\u062b \u0630\u0639\u0642\u0642\u062b\u0631\u0641\u0645\u063a \u0639\u0631\u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b.", + "All professional education courses are fee-based, and require payment to complete the enrollment process.": "\u0634\u0645\u0645 \u062d\u0642\u062e\u0628\u062b\u0633\u0633\u0647\u062e\u0631\u0634\u0645 \u062b\u064a\u0639\u0630\u0634\u0641\u0647\u062e\u0631 \u0630\u062e\u0639\u0642\u0633\u062b\u0633 \u0634\u0642\u062b \u0628\u062b\u062b-\u0632\u0634\u0633\u062b\u064a, \u0634\u0631\u064a \u0642\u062b\u0636\u0639\u0647\u0642\u062b \u062d\u0634\u063a\u0648\u062b\u0631\u0641 \u0641\u062e \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u0641\u0627\u062b \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u062d\u0642\u062e\u0630\u062b\u0633\u0633.", + "All subsections": "\u0634\u0645\u0645 \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631\u0633", + "All teams": "\u0634\u0645\u0645 \u0641\u062b\u0634\u0648\u0633", + "All topics": "\u0634\u0645\u0645 \u0641\u062e\u062d\u0647\u0630\u0633", + "All units": "\u0634\u0645\u0645 \u0639\u0631\u0647\u0641\u0633", + "All users on the Exception list": "\u0634\u0645\u0645 \u0639\u0633\u062b\u0642\u0633 \u062e\u0631 \u0641\u0627\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0645\u0647\u0633\u0641", + "All users on the Exception list who do not yet have a certificate": "\u0634\u0645\u0645 \u0639\u0633\u062b\u0642\u0633 \u062e\u0631 \u0641\u0627\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0645\u0647\u0633\u0641 \u0635\u0627\u062e \u064a\u062e \u0631\u062e\u0641 \u063a\u062b\u0641 \u0627\u0634\u062f\u062b \u0634 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b", + "Allow others to copy, distribute, display and perform only verbatim copies of your work, not derivative works based upon it. This option is incompatible with \"Share Alike\".": "\u0634\u0645\u0645\u062e\u0635 \u062e\u0641\u0627\u062b\u0642\u0633 \u0641\u062e \u0630\u062e\u062d\u063a, \u064a\u0647\u0633\u0641\u0642\u0647\u0632\u0639\u0641\u062b, \u064a\u0647\u0633\u062d\u0645\u0634\u063a \u0634\u0631\u064a \u062d\u062b\u0642\u0628\u062e\u0642\u0648 \u062e\u0631\u0645\u063a \u062f\u062b\u0642\u0632\u0634\u0641\u0647\u0648 \u0630\u062e\u062d\u0647\u062b\u0633 \u062e\u0628 \u063a\u062e\u0639\u0642 \u0635\u062e\u0642\u0646, \u0631\u062e\u0641 \u064a\u062b\u0642\u0647\u062f\u0634\u0641\u0647\u062f\u062b \u0635\u062e\u0642\u0646\u0633 \u0632\u0634\u0633\u062b\u064a \u0639\u062d\u062e\u0631 \u0647\u0641. \u0641\u0627\u0647\u0633 \u062e\u062d\u0641\u0647\u062e\u0631 \u0647\u0633 \u0647\u0631\u0630\u062e\u0648\u062d\u0634\u0641\u0647\u0632\u0645\u062b \u0635\u0647\u0641\u0627 \"\u0633\u0627\u0634\u0642\u062b \u0634\u0645\u0647\u0646\u062b\".", + "Allow others to copy, distribute, display and perform your copyrighted work but only if they give credit the way you request. Currently, this option is required.": "\u0634\u0645\u0645\u062e\u0635 \u062e\u0641\u0627\u062b\u0642\u0633 \u0641\u062e \u0630\u062e\u062d\u063a, \u064a\u0647\u0633\u0641\u0642\u0647\u0632\u0639\u0641\u062b, \u064a\u0647\u0633\u062d\u0645\u0634\u063a \u0634\u0631\u064a \u062d\u062b\u0642\u0628\u062e\u0642\u0648 \u063a\u062e\u0639\u0642 \u0630\u062e\u062d\u063a\u0642\u0647\u0644\u0627\u0641\u062b\u064a \u0635\u062e\u0642\u0646 \u0632\u0639\u0641 \u062e\u0631\u0645\u063a \u0647\u0628 \u0641\u0627\u062b\u063a \u0644\u0647\u062f\u062b \u0630\u0642\u062b\u064a\u0647\u0641 \u0641\u0627\u062b \u0635\u0634\u063a \u063a\u062e\u0639 \u0642\u062b\u0636\u0639\u062b\u0633\u0641. \u0630\u0639\u0642\u0642\u062b\u0631\u0641\u0645\u063a, \u0641\u0627\u0647\u0633 \u062e\u062d\u0641\u0647\u062e\u0631 \u0647\u0633 \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a.", + "Allow others to copy, distribute, display and perform your work - and derivative works based upon it - but for noncommercial purposes only.": "\u0634\u0645\u0645\u062e\u0635 \u062e\u0641\u0627\u062b\u0642\u0633 \u0641\u062e \u0630\u062e\u062d\u063a, \u064a\u0647\u0633\u0641\u0642\u0647\u0632\u0639\u0641\u062b, \u064a\u0647\u0633\u062d\u0645\u0634\u063a \u0634\u0631\u064a \u062d\u062b\u0642\u0628\u062e\u0642\u0648 \u063a\u062e\u0639\u0642 \u0635\u062e\u0642\u0646 - \u0634\u0631\u064a \u064a\u062b\u0642\u0647\u062f\u0634\u0641\u0647\u062f\u062b \u0635\u062e\u0642\u0646\u0633 \u0632\u0634\u0633\u062b\u064a \u0639\u062d\u062e\u0631 \u0647\u0641 - \u0632\u0639\u0641 \u0628\u062e\u0642 \u0631\u062e\u0631\u0630\u062e\u0648\u0648\u062b\u0642\u0630\u0647\u0634\u0645 \u062d\u0639\u0642\u062d\u062e\u0633\u062b\u0633 \u062e\u0631\u0645\u063a.", + "Allow others to distribute derivative works only under a license identical to the license that governs your work. This option is incompatible with \"No Derivatives\".": "\u0634\u0645\u0645\u062e\u0635 \u062e\u0641\u0627\u062b\u0642\u0633 \u0641\u062e \u064a\u0647\u0633\u0641\u0642\u0647\u0632\u0639\u0641\u062b \u064a\u062b\u0642\u0647\u062f\u0634\u0641\u0647\u062f\u062b \u0635\u062e\u0642\u0646\u0633 \u062e\u0631\u0645\u063a \u0639\u0631\u064a\u062b\u0642 \u0634 \u0645\u0647\u0630\u062b\u0631\u0633\u062b \u0647\u064a\u062b\u0631\u0641\u0647\u0630\u0634\u0645 \u0641\u062e \u0641\u0627\u062b \u0645\u0647\u0630\u062b\u0631\u0633\u062b \u0641\u0627\u0634\u0641 \u0644\u062e\u062f\u062b\u0642\u0631\u0633 \u063a\u062e\u0639\u0642 \u0635\u062e\u0642\u0646. \u0641\u0627\u0647\u0633 \u062e\u062d\u0641\u0647\u062e\u0631 \u0647\u0633 \u0647\u0631\u0630\u062e\u0648\u062d\u0634\u0641\u0647\u0632\u0645\u062b \u0635\u0647\u0641\u0627 \"\u0631\u062e \u064a\u062b\u0642\u0647\u062f\u0634\u0641\u0647\u062f\u062b\u0633\".", + "Allow students to generate certificates for this course?": "\u0634\u0645\u0645\u062e\u0635 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633 \u0641\u062e \u0644\u062b\u0631\u062b\u0642\u0634\u0641\u062b \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633 \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u0630\u062e\u0639\u0642\u0633\u062b?", + "Already a course team member": "\u0634\u0645\u0642\u062b\u0634\u064a\u063a \u0634 \u0630\u062e\u0639\u0642\u0633\u062b \u0641\u062b\u0634\u0648 \u0648\u062b\u0648\u0632\u062b\u0642", + "Already a library team member": "\u0634\u0645\u0642\u062b\u0634\u064a\u063a \u0634 \u0645\u0647\u0632\u0642\u0634\u0642\u063a \u0641\u062b\u0634\u0648 \u0648\u062b\u0648\u0632\u062b\u0642", + "Already a member": "\u0634\u0645\u0642\u062b\u0634\u064a\u063a \u0634 \u0648\u062b\u0648\u0632\u062b\u0642", + "Already have an {platformName} account?": "\u0634\u0645\u0642\u062b\u0634\u064a\u063a \u0627\u0634\u062f\u062b \u0634\u0631 {platformName} \u0634\u0630\u0630\u062e\u0639\u0631\u0641?", + "Alternative source": "\u0634\u0645\u0641\u062b\u0642\u0631\u0634\u0641\u0647\u062f\u062b \u0633\u062e\u0639\u0642\u0630\u062b", + "Always divide content-specific discussion topics": "\u0634\u0645\u0635\u0634\u063a\u0633 \u064a\u0647\u062f\u0647\u064a\u062b \u0630\u062e\u0631\u0641\u062b\u0631\u0641-\u0633\u062d\u062b\u0630\u0647\u0628\u0647\u0630 \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631 \u0641\u062e\u062d\u0647\u0630\u0633", + "Always show assessment results": "\u0634\u0645\u0635\u0634\u063a\u0633 \u0633\u0627\u062e\u0635 \u0634\u0633\u0633\u062b\u0633\u0633\u0648\u062b\u0631\u0641 \u0642\u062b\u0633\u0639\u0645\u0641\u0633", + "Amount": "\u0634\u0648\u062e\u0639\u0631\u0641", + "An email has been sent to {userEmail} with a link for you to activate your account.": "\u0634\u0631 \u062b\u0648\u0634\u0647\u0645 \u0627\u0634\u0633 \u0632\u062b\u062b\u0631 \u0633\u062b\u0631\u0641 \u0641\u062e {userEmail} \u0635\u0647\u0641\u0627 \u0634 \u0645\u0647\u0631\u0646 \u0628\u062e\u0642 \u063a\u062e\u0639 \u0641\u062e \u0634\u0630\u0641\u0647\u062f\u0634\u0641\u062b \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641.", + "An error has occurred. Check your Internet connection and try again.": "\u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0627\u0634\u0633 \u062e\u0630\u0630\u0639\u0642\u0642\u062b\u064a. \u0630\u0627\u062b\u0630\u0646 \u063a\u062e\u0639\u0642 \u0647\u0631\u0641\u062b\u0642\u0631\u062b\u0641 \u0630\u062e\u0631\u0631\u062b\u0630\u0641\u0647\u062e\u0631 \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "\u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0627\u0634\u0633 \u062e\u0630\u0630\u0639\u0642\u0642\u062b\u064a. \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u063a\u062e\u0639 \u0634\u0642\u062b \u0630\u062e\u0631\u0631\u062b\u0630\u0641\u062b\u064a \u0641\u062e \u0641\u0627\u062b \u0647\u0631\u0641\u062b\u0642\u0631\u062b\u0641, \u0634\u0631\u064a \u0641\u0627\u062b\u0631 \u0641\u0642\u063a \u0642\u062b\u0628\u0642\u062b\u0633\u0627\u0647\u0631\u0644 \u0641\u0627\u062b \u062d\u0634\u0644\u062b.", + "An error has occurred. Please try again later.": "\u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0627\u0634\u0633 \u062e\u0630\u0630\u0639\u0642\u0642\u062b\u064a. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631 \u0645\u0634\u0641\u062b\u0642.", + "An error has occurred. Please try again.": "\u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0627\u0634\u0633 \u062e\u0630\u0630\u0639\u0642\u0642\u062b\u064a. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "An error has occurred. Please try reloading the page.": "\u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0627\u0634\u0633 \u062e\u0630\u0630\u0639\u0642\u0642\u062b\u064a. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0642\u062b\u0645\u062e\u0634\u064a\u0647\u0631\u0644 \u0641\u0627\u062b \u062d\u0634\u0644\u062b.", + "An error has occurred. Refresh the page, and then try again.": "\u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0627\u0634\u0633 \u062e\u0630\u0630\u0639\u0642\u0642\u062b\u064a. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b, \u0634\u0631\u064a \u0641\u0627\u062b\u0631 \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "An error has occurred. Try refreshing the page, or check your Internet connection.": "\u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0627\u0634\u0633 \u062e\u0630\u0630\u0639\u0642\u0642\u062b\u064a. \u0641\u0642\u063a \u0642\u062b\u0628\u0642\u062b\u0633\u0627\u0647\u0631\u0644 \u0641\u0627\u062b \u062d\u0634\u0644\u062b, \u062e\u0642 \u0630\u0627\u062b\u0630\u0646 \u063a\u062e\u0639\u0642 \u0647\u0631\u0641\u062b\u0642\u0631\u062b\u0641 \u0630\u062e\u0631\u0631\u062b\u0630\u0641\u0647\u062e\u0631.", + "An error has occurred. Wait a few minutes, and then try again.": "\u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0627\u0634\u0633 \u062e\u0630\u0630\u0639\u0642\u0642\u062b\u064a. \u0635\u0634\u0647\u0641 \u0634 \u0628\u062b\u0635 \u0648\u0647\u0631\u0639\u0641\u062b\u0633, \u0634\u0631\u064a \u0641\u0627\u062b\u0631 \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "\u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u062e\u0630\u0630\u0639\u0642\u0642\u062b\u064a \u0642\u062b\u0641\u0642\u0647\u062b\u062f\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u062b\u0648\u0634\u0647\u0645. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631 \u0645\u0634\u0641\u062b\u0642, \u0634\u0631\u064a \u0630\u062e\u0631\u0641\u0634\u0630\u0641 \u0641\u062b\u0630\u0627\u0631\u0647\u0630\u0634\u0645 \u0633\u0639\u062d\u062d\u062e\u0642\u0641 \u0647\u0628 \u0641\u0627\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u062d\u062b\u0642\u0633\u0647\u0633\u0641\u0633.", + "An error occurred when signing you in to %s.": "\u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u062e\u0630\u0630\u0639\u0642\u0642\u062b\u064a \u0635\u0627\u062b\u0631 \u0633\u0647\u0644\u0631\u0647\u0631\u0644 \u063a\u062e\u0639 \u0647\u0631 \u0641\u062e %s.", + "An error occurred while removing the member from the team. Try again.": "\u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u062e\u0630\u0630\u0639\u0642\u0642\u062b\u064a \u0635\u0627\u0647\u0645\u062b \u0642\u062b\u0648\u062e\u062f\u0647\u0631\u0644 \u0641\u0627\u062b \u0648\u062b\u0648\u0632\u062b\u0642 \u0628\u0642\u062e\u0648 \u0641\u0627\u062b \u0641\u062b\u0634\u0648. \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "An error occurred.": "\u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u062e\u0630\u0630\u0639\u0642\u0642\u062b\u064a.", + "An error occurred. Make sure that the student's username or email address is correct and try again.": "\u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u062e\u0630\u0630\u0639\u0642\u0642\u062b\u064a. \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u0641\u0627\u062b \u0633\u0641\u0639\u064a\u062b\u0631\u0641'\u0633 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b \u062e\u0642 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 \u0647\u0633 \u0630\u062e\u0642\u0642\u062b\u0630\u0641 \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "An error occurred. Please reload the page.": "\u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u062e\u0630\u0630\u0639\u0642\u0642\u062b\u064a. \u062d\u0645\u062b\u0634\u0633\u062b \u0642\u062b\u0645\u062e\u0634\u064a \u0641\u0627\u062b \u062d\u0634\u0644\u062b.", + "An error occurred. Please try again.": "\u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u062e\u0630\u0630\u0639\u0642\u0642\u062b\u064a. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "An error occurred. Try again.": "\u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u062e\u0630\u0630\u0639\u0642\u0642\u062b\u064a. \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "An unexpected error has occurred.": "\u0634\u0631 \u0639\u0631\u062b\u0637\u062d\u062b\u0630\u0641\u062b\u064a \u062b\u0642\u0642\u062e\u0642 \u0627\u0634\u0633 \u062e\u0630\u0630\u0639\u0642\u0642\u062b\u064a.", + "An unexpected error occurred. Please try again.": "\u0634\u0631 \u0639\u0631\u062b\u0637\u062d\u062b\u0630\u0641\u062b\u064a \u062b\u0642\u0642\u062e\u0642 \u062e\u0630\u0630\u0639\u0642\u0642\u062b\u064a. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "Anchor": "\u0634\u0631\u0630\u0627\u062e\u0642", + "Anchors": "\u0634\u0631\u0630\u0627\u062e\u0642\u0633", + "Any content that has listed this content as a prerequisite will also have access limitations removed.": "\u0634\u0631\u063a \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0641\u0627\u0634\u0641 \u0627\u0634\u0633 \u0645\u0647\u0633\u0641\u062b\u064a \u0641\u0627\u0647\u0633 \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0634\u0633 \u0634 \u062d\u0642\u062b\u0642\u062b\u0636\u0639\u0647\u0633\u0647\u0641\u062b \u0635\u0647\u0645\u0645 \u0634\u0645\u0633\u062e \u0627\u0634\u062f\u062b \u0634\u0630\u0630\u062b\u0633\u0633 \u0645\u0647\u0648\u0647\u0641\u0634\u0641\u0647\u062e\u0631\u0633 \u0642\u062b\u0648\u062e\u062f\u062b\u064a.", + "Any course progress or grades from your current session will be lost.": "\u0634\u0631\u063a \u0630\u062e\u0639\u0642\u0633\u062b \u062d\u0642\u062e\u0644\u0642\u062b\u0633\u0633 \u062e\u0642 \u0644\u0642\u0634\u064a\u062b\u0633 \u0628\u0642\u062e\u0648 \u063a\u062e\u0639\u0642 \u0630\u0639\u0642\u0642\u062b\u0631\u0641 \u0633\u062b\u0633\u0633\u0647\u062e\u0631 \u0635\u0647\u0645\u0645 \u0632\u062b \u0645\u062e\u0633\u0641.", + "Any divided discussion topics are divided based on cohort.": "\u0634\u0631\u063a \u064a\u0647\u062f\u0647\u064a\u062b\u064a \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631 \u0641\u062e\u062d\u0647\u0630\u0633 \u0634\u0642\u062b \u064a\u0647\u062f\u0647\u064a\u062b\u064a \u0632\u0634\u0633\u062b\u064a \u062e\u0631 \u0630\u062e\u0627\u062e\u0642\u0641.", + "Any divided discussion topics are divided based on enrollment track.": "\u0634\u0631\u063a \u064a\u0647\u062f\u0647\u064a\u062b\u064a \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631 \u0641\u062e\u062d\u0647\u0630\u0633 \u0634\u0642\u062b \u064a\u0647\u062f\u0647\u064a\u062b\u064a \u0632\u0634\u0633\u062b\u064a \u062e\u0631 \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0641\u0642\u0634\u0630\u0646.", + "Are you having trouble finding a team to join?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0627\u0634\u062f\u0647\u0631\u0644 \u0641\u0642\u062e\u0639\u0632\u0645\u062b \u0628\u0647\u0631\u064a\u0647\u0631\u0644 \u0634 \u0641\u062b\u0634\u0648 \u0641\u062e \u062a\u062e\u0647\u0631?", + "Are you sure that you want to leave this session?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0645\u062b\u0634\u062f\u062b \u0641\u0627\u0647\u0633 \u0633\u062b\u0633\u0633\u0647\u062e\u0631?", + "Are you sure you want to change to a different session?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0630\u0627\u0634\u0631\u0644\u062b \u0641\u062e \u0634 \u064a\u0647\u0628\u0628\u062b\u0642\u062b\u0631\u0641 \u0633\u062b\u0633\u0633\u0647\u062e\u0631?", + "Are you sure you want to delete this comment?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u064a\u062b\u0645\u062b\u0641\u062b \u0641\u0627\u0647\u0633 \u0630\u062e\u0648\u0648\u062b\u0631\u0641?", + "Are you sure you want to delete this page? This action cannot be undone.": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u064a\u062b\u0645\u062b\u0641\u062b \u0641\u0627\u0647\u0633 \u062d\u0634\u0644\u062b? \u0641\u0627\u0647\u0633 \u0634\u0630\u0641\u0647\u062e\u0631 \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0639\u0631\u064a\u062e\u0631\u062b.", + "Are you sure you want to delete this post?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u064a\u062b\u0645\u062b\u0641\u062b \u0641\u0627\u0647\u0633 \u062d\u062e\u0633\u0641?", + "Are you sure you want to delete this response?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u064a\u062b\u0645\u062b\u0641\u062b \u0641\u0627\u0647\u0633 \u0642\u062b\u0633\u062d\u062e\u0631\u0633\u062b?", + "Are you sure you want to delete this update?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u064a\u062b\u0645\u062b\u0641\u062b \u0641\u0627\u0647\u0633 \u0639\u062d\u064a\u0634\u0641\u062b?", + "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u064a\u062b\u0645\u062b\u0641\u062b {email} \u0628\u0642\u062e\u0648 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u0641\u062b\u0634\u0648 \u0628\u062e\u0642 \u201c{container}\u201d?", + "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u064a\u062b\u0645\u062b\u0641\u062b {email} \u0628\u0642\u062e\u0648 \u0641\u0627\u062b \u0645\u0647\u0632\u0642\u0634\u0642\u063a \u201c{container}\u201d?", + "Are you sure you want to remove this transcript?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0642\u062b\u0648\u062e\u062f\u062b \u0641\u0627\u0647\u0633 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641?", + "Are you sure you want to remove this video from the list?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0642\u062b\u0648\u062e\u062f\u062b \u0641\u0627\u0647\u0633 \u062f\u0647\u064a\u062b\u062e \u0628\u0642\u062e\u0648 \u0641\u0627\u062b \u0645\u0647\u0633\u0641?", + "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0642\u062b\u0633\u0641\u0642\u0647\u0630\u0641 {email} \u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u062e \u201c{container}\u201d?", + "Are you sure you want to revert to the last published version of the unit? You cannot undo this action.": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0642\u062b\u062f\u062b\u0642\u0641 \u0641\u062e \u0641\u0627\u062b \u0645\u0634\u0633\u0641 \u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a \u062f\u062b\u0642\u0633\u0647\u062e\u0631 \u062e\u0628 \u0641\u0627\u062b \u0639\u0631\u0647\u0641? \u063a\u062e\u0639 \u0630\u0634\u0631\u0631\u062e\u0641 \u0639\u0631\u064a\u062e \u0641\u0627\u0647\u0633 \u0634\u0630\u0641\u0647\u062e\u0631.", + "Are you sure you want to select this session?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0633\u062b\u0645\u062b\u0630\u0641 \u0641\u0627\u0647\u0633 \u0633\u062b\u0633\u0633\u0647\u062e\u0631?", + "Are you sure you want to unenroll from the purchased course {courseName} ({courseNumber})?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0639\u0631\u062b\u0631\u0642\u062e\u0645\u0645 \u0628\u0642\u062e\u0648 \u0641\u0627\u062b \u062d\u0639\u0642\u0630\u0627\u0634\u0633\u062b\u064a \u0630\u062e\u0639\u0642\u0633\u062b {courseName} ({courseNumber})?", + "Are you sure you want to unenroll from the verified {certNameLong} track of {courseName} ({courseNumber})?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0639\u0631\u062b\u0631\u0642\u062e\u0645\u0645 \u0628\u0642\u062e\u0648 \u0641\u0627\u062b \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a {certNameLong} \u0641\u0642\u0634\u0630\u0646 \u062e\u0628 {courseName} ({courseNumber})?", + "Are you sure you want to unenroll from the verified {certNameLong} track of {courseName} ({courseNumber})?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0639\u0631\u062b\u0631\u0642\u062e\u0645\u0645 \u0628\u0642\u062e\u0648 \u0641\u0627\u062b \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a {certNameLong} \u0641\u0642\u0634\u0630\u0646 \u062e\u0628 {courseName} ({courseNumber})?", + "Are you sure you want to unenroll from {courseName} ({courseNumber})?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0639\u0631\u062b\u0631\u0642\u062e\u0645\u0645 \u0628\u0642\u062e\u0648 {courseName} ({courseNumber})?", + "Are you sure you want to unenroll from {courseName} ({courseNumber})? You will be refunded the amount you paid.": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0639\u0631\u062b\u0631\u0642\u062e\u0645\u0645 \u0628\u0642\u062e\u0648 {courseName} ({courseNumber})? \u063a\u062e\u0639 \u0635\u0647\u0645\u0645 \u0632\u062b \u0642\u062b\u0628\u0639\u0631\u064a\u062b\u064a \u0641\u0627\u062b \u0634\u0648\u062e\u0639\u0631\u0641 \u063a\u062e\u0639 \u062d\u0634\u0647\u064a.", + "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0647\u0633\u0627 \u0641\u062e \u064a\u062b\u0645\u062b\u0641\u062b \u0641\u0627\u0647\u0633 \u0647\u0641\u062b\u0648. \u0647\u0641 \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0642\u062b\u062f\u062b\u0642\u0633\u062b\u064a!\n\n\u0634\u0645\u0633\u062e \u0634\u0631\u063a \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0641\u0627\u0634\u0641 \u0645\u0647\u0631\u0646\u0633/\u0642\u062b\u0628\u062b\u0642\u0633 \u0641\u062e \u0641\u0627\u0647\u0633 \u0647\u0641\u062b\u0648 \u0635\u0647\u0645\u0645 \u0631\u062e \u0645\u062e\u0631\u0644\u062b\u0642 \u0635\u062e\u0642\u0646 (\u062b.\u0644. \u0632\u0642\u062e\u0646\u062b\u0631 \u0647\u0648\u0634\u0644\u062b\u0633 \u0634\u0631\u064a/\u062e\u0642 \u0645\u0647\u0631\u0646\u0633)", + "Are you sure?": "\u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b?", + "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "\u0634\u0633 \u062d\u0634\u0642\u0641 \u062e\u0628 \u0641\u0627\u062b \u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631 \u062d\u0642\u062e\u0630\u062b\u0633\u0633, \u063a\u062e\u0639 \u0641\u0634\u0646\u062b \u0634 \u062d\u0627\u062e\u0641\u062e \u062e\u0628 \u0632\u062e\u0641\u0627 \u063a\u062e\u0639\u0642 \u0628\u0634\u0630\u062b \u0634\u0631\u064a \u0634 \u0644\u062e\u062f\u062b\u0642\u0631\u0648\u062b\u0631\u0641-\u0647\u0633\u0633\u0639\u062b\u064a \u062d\u0627\u062e\u0641\u062e \u0647\u064a. \u062e\u0639\u0642 \u0634\u0639\u0641\u0627\u062e\u0642\u0647\u0638\u0634\u0641\u0647\u062e\u0631 \u0633\u062b\u0642\u062f\u0647\u0630\u062b \u0630\u062e\u0631\u0628\u0647\u0642\u0648\u0633 \u063a\u062e\u0639\u0642 \u0647\u064a\u062b\u0631\u0641\u0647\u0641\u063a \u0632\u063a \u0630\u062e\u0648\u062d\u0634\u0642\u0647\u0631\u0644 \u0641\u0627\u062b \u062d\u0627\u062e\u0641\u062e \u063a\u062e\u0639 \u0641\u0634\u0646\u062b \u0635\u0647\u0641\u0627 \u0641\u0627\u062b \u062d\u0627\u062e\u0641\u062e \u062e\u0631 \u063a\u062e\u0639\u0642 \u0647\u064a.", + "As you complete courses, you will see them listed here.": "\u0634\u0633 \u063a\u062e\u0639 \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u0630\u062e\u0639\u0642\u0633\u062b\u0633, \u063a\u062e\u0639 \u0635\u0647\u0645\u0645 \u0633\u062b\u062b \u0641\u0627\u062b\u0648 \u0645\u0647\u0633\u0641\u062b\u064a \u0627\u062b\u0642\u062b.", + "Assessment Results Visibility": "\u0634\u0633\u0633\u062b\u0633\u0633\u0648\u062b\u0631\u0641 \u0642\u062b\u0633\u0639\u0645\u0641\u0633 \u062f\u0647\u0633\u0647\u0632\u0647\u0645\u0647\u0641\u063a", + "Assign Team Memberships": "\u0634\u0633\u0633\u0647\u0644\u0631 \u0641\u062b\u0634\u0648 \u0648\u062b\u0648\u0632\u062b\u0642\u0633\u0627\u0647\u062d\u0633", + "Assign learners to cohorts by uploading a CSV file": "\u0634\u0633\u0633\u0647\u0644\u0631 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0641\u062e \u0630\u062e\u0627\u062e\u0642\u0641\u0633 \u0632\u063a \u0639\u062d\u0645\u062e\u0634\u064a\u0647\u0631\u0644 \u0634 \u0630\u0633\u062f \u0628\u0647\u0645\u062b", + "Assign students to cohorts by uploading a CSV file.": "\u0634\u0633\u0633\u0647\u0644\u0631 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633 \u0641\u062e \u0630\u062e\u0627\u062e\u0642\u0641\u0633 \u0632\u063a \u0639\u062d\u0645\u062e\u0634\u064a\u0647\u0631\u0644 \u0634 \u0630\u0633\u062f \u0628\u0647\u0645\u062b.", + "Assignment Type Name": "\u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641 \u0641\u063a\u062d\u062b \u0631\u0634\u0648\u062b", + "Associated Content Group": "\u0634\u0633\u0633\u062e\u0630\u0647\u0634\u0641\u062b\u064a \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d", + "Attribution": "\u0634\u0641\u0641\u0642\u0647\u0632\u0639\u0641\u0647\u062e\u0631", + "Author": "\u0634\u0639\u0641\u0627\u062e\u0642", + "Auto-advance": "\u0634\u0639\u0641\u062e-\u0634\u064a\u062f\u0634\u0631\u0630\u062b", + "Automated Transcripts": "\u0634\u0639\u0641\u062e\u0648\u0634\u0641\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641\u0633", + "Automatic": "\u0634\u0639\u0641\u062e\u0648\u0634\u0641\u0647\u0630", + "Automatic transcripts are disabled.": "\u0634\u0639\u0641\u062e\u0648\u0634\u0641\u0647\u0630 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641\u0633 \u0634\u0642\u062b \u064a\u0647\u0633\u0634\u0632\u0645\u062b\u064a.", + "Average": "\u0634\u062f\u062b\u0642\u0634\u0644\u062b", + "Back to sign in": "\u0632\u0634\u0630\u0646 \u0641\u062e \u0633\u0647\u0644\u0631 \u0647\u0631", + "Back to {platform} FAQs": "\u0632\u0634\u0630\u0646 \u0641\u062e {platform} \u0628\u0634\u0636\u0633", + "Background color": "\u0632\u0634\u0630\u0646\u0644\u0642\u062e\u0639\u0631\u064a \u0630\u062e\u0645\u062e\u0642", + "Basic": "\u0632\u0634\u0633\u0647\u0630", + "Basic Account Information": "\u0632\u0634\u0633\u0647\u0630 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631", + "Be sure your entire face is inside the frame": "\u0632\u062b \u0633\u0639\u0642\u062b \u063a\u062e\u0639\u0642 \u062b\u0631\u0641\u0647\u0642\u062b \u0628\u0634\u0630\u062b \u0647\u0633 \u0647\u0631\u0633\u0647\u064a\u062b \u0641\u0627\u062b \u0628\u0642\u0634\u0648\u062b", + "Before proceeding, please confirm that your details match": "\u0632\u062b\u0628\u062e\u0642\u062b \u062d\u0642\u062e\u0630\u062b\u062b\u064a\u0647\u0631\u0644, \u062d\u0645\u062b\u0634\u0633\u062b \u0630\u062e\u0631\u0628\u0647\u0642\u0648 \u0641\u0627\u0634\u0641 \u063a\u062e\u0639\u0642 \u064a\u062b\u0641\u0634\u0647\u0645\u0633 \u0648\u0634\u0641\u0630\u0627", + "Before proceeding, please {htmlStart}activate your account{htmlEnd}.": "\u0632\u062b\u0628\u062e\u0642\u062b \u062d\u0642\u062e\u0630\u062b\u062b\u064a\u0647\u0631\u0644, \u062d\u0645\u062b\u0634\u0633\u062b {htmlStart}\u0634\u0630\u0641\u0647\u062f\u0634\u0641\u062b \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641{htmlEnd}.", + "Before proceeding, please {htmlStart}unlink all social media accounts{htmlEnd}.": "\u0632\u062b\u0628\u062e\u0642\u062b \u062d\u0642\u062e\u0630\u062b\u062b\u064a\u0647\u0631\u0644, \u062d\u0645\u062b\u0634\u0633\u062b {htmlStart}\u0639\u0631\u0645\u0647\u0631\u0646 \u0634\u0645\u0645 \u0633\u062e\u0630\u0647\u0634\u0645 \u0648\u062b\u064a\u0647\u0634 \u0634\u0630\u0630\u062e\u0639\u0631\u0641\u0633{htmlEnd}.", + "Before you upgrade to a certificate track, you must activate your account.": "\u0632\u062b\u0628\u062e\u0642\u062b \u063a\u062e\u0639 \u0639\u062d\u0644\u0642\u0634\u064a\u062b \u0641\u062e \u0634 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0641\u0642\u0634\u0630\u0646, \u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u0634\u0630\u0641\u0647\u062f\u0634\u0641\u062b \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641.", + "Billed to": "\u0632\u0647\u0645\u0645\u062b\u064a \u0641\u062e", + "Billing/Payment Options": "\u0632\u0647\u0645\u0645\u0647\u0631\u0644/\u062d\u0634\u063a\u0648\u062b\u0631\u0641 \u062e\u062d\u0641\u0647\u062e\u0631\u0633", + "Biography": "\u0632\u0647\u062e\u0644\u0642\u0634\u062d\u0627\u063a", + "Blockquote": "\u0632\u0645\u062e\u0630\u0646\u0636\u0639\u062e\u0641\u062b", + "Blockquote (Ctrl+Q)": "\u0632\u0645\u062e\u0630\u0646\u0636\u0639\u062e\u0641\u062b (\u0630\u0641\u0642\u0645+\u0636)", + "Blocks": "\u0632\u0645\u062e\u0630\u0646\u0633", + "Body": "\u0632\u062e\u064a\u063a", + "Bold": "\u0632\u062e\u0645\u064a", + "Bold (Ctrl+B)": "\u0632\u062e\u0645\u064a (\u0630\u0641\u0642\u0645+\u0632)", + "Bookmark this page": "\u0632\u062e\u062e\u0646\u0648\u0634\u0642\u0646 \u0641\u0627\u0647\u0633 \u062d\u0634\u0644\u062b", + "Bookmarked": "\u0632\u062e\u062e\u0646\u0648\u0634\u0642\u0646\u062b\u064a", + "Bookmarked on": "\u0632\u062e\u062e\u0646\u0648\u0634\u0642\u0646\u062b\u064a \u062e\u0631", + "Border": "\u0632\u062e\u0642\u064a\u062b\u0642", + "Border color": "\u0632\u062e\u0642\u064a\u062b\u0642 \u0630\u062e\u0645\u062e\u0642", + "Bottom": "\u0632\u062e\u0641\u0641\u062e\u0648", + "Browse": "\u0632\u0642\u062e\u0635\u0633\u062b", + "Browse recently launched courses and see what\\'s new in your favorite subjects": "\u0632\u0642\u062e\u0635\u0633\u062b \u0642\u062b\u0630\u062b\u0631\u0641\u0645\u063a \u0645\u0634\u0639\u0631\u0630\u0627\u062b\u064a \u0630\u062e\u0639\u0642\u0633\u062b\u0633 \u0634\u0631\u064a \u0633\u062b\u062b \u0635\u0627\u0634\u0641\\'\u0633 \u0631\u062b\u0635 \u0647\u0631 \u063a\u062e\u0639\u0642 \u0628\u0634\u062f\u062e\u0642\u0647\u0641\u062b \u0633\u0639\u0632\u062a\u062b\u0630\u0641\u0633", + "Browsing": "\u0632\u0642\u062e\u0635\u0633\u0647\u0631\u0644", + "Bulk Exceptions": "\u0632\u0639\u0645\u0646 \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631\u0633", + "Bullet list": "\u0632\u0639\u0645\u0645\u062b\u0641 \u0645\u0647\u0633\u0641", + "Bulleted List (Ctrl+U)": "\u0632\u0639\u0645\u0645\u062b\u0641\u062b\u064a \u0645\u0647\u0633\u0641 (\u0630\u0641\u0642\u0645+\u0639)", + "COMPLETED COURSES": "\u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b\u064a \u0630\u062e\u0639\u0642\u0633\u062b\u0633", + "COURSES IN PROGRESS": "\u0630\u062e\u0639\u0642\u0633\u062b\u0633 \u0647\u0631 \u062d\u0642\u062e\u0644\u0642\u062b\u0633\u0633", + "Can we match the photo you took with the one on your ID?": "\u0630\u0634\u0631 \u0635\u062b \u0648\u0634\u0641\u0630\u0627 \u0641\u0627\u062b \u062d\u0627\u062e\u0641\u062e \u063a\u062e\u0639 \u0641\u062e\u062e\u0646 \u0635\u0647\u0641\u0627 \u0641\u0627\u062b \u062e\u0631\u062b \u062e\u0631 \u063a\u062e\u0639\u0642 \u0647\u064a?", + "Cancel": "\u0630\u0634\u0631\u0630\u062b\u0645", + "Cancel enrollment code": "\u0630\u0634\u0631\u0630\u062b\u0645 \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0630\u062e\u064a\u062b", + "Cancel team creating.": "\u0630\u0634\u0631\u0630\u062b\u0645 \u0641\u062b\u0634\u0648 \u0630\u0642\u062b\u0634\u0641\u0647\u0631\u0644.", + "Cancel team updating.": "\u0630\u0634\u0631\u0630\u062b\u0645 \u0641\u062b\u0634\u0648 \u0639\u062d\u064a\u0634\u0641\u0647\u0631\u0644.", + "Cancel upload": "\u0630\u0634\u0631\u0630\u062b\u0645 \u0639\u062d\u0645\u062e\u0634\u064a", + "Cannot delete when in use by a unit": "\u0630\u0634\u0631\u0631\u062e\u0641 \u064a\u062b\u0645\u062b\u0641\u062b \u0635\u0627\u062b\u0631 \u0647\u0631 \u0639\u0633\u062b \u0632\u063a \u0634 \u0639\u0631\u0647\u0641", + "Cannot delete when in use by an experiment": "\u0630\u0634\u0631\u0631\u062e\u0641 \u064a\u062b\u0645\u062b\u0641\u062b \u0635\u0627\u062b\u0631 \u0647\u0631 \u0639\u0633\u062b \u0632\u063a \u0634\u0631 \u062b\u0637\u062d\u062b\u0642\u0647\u0648\u062b\u0631\u0641", + "Cannot drop more <%= types %> assignments than are assigned.": "\u0630\u0634\u0631\u0631\u062e\u0641 \u064a\u0642\u062e\u062d \u0648\u062e\u0642\u062b <%= types %> \u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641\u0633 \u0641\u0627\u0634\u0631 \u0634\u0642\u062b \u0634\u0633\u0633\u0647\u0644\u0631\u062b\u064a.", + "Cannot join instructor managed team": "\u0630\u0634\u0631\u0631\u062e\u0641 \u062a\u062e\u0647\u0631 \u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u062e\u0642 \u0648\u0634\u0631\u0634\u0644\u062b\u064a \u0641\u062b\u0634\u0648", + "Caption": "\u0630\u0634\u062d\u0641\u0647\u062e\u0631", + "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "\u0630\u0634\u0639\u0641\u0647\u062e\u0631: \u0641\u0627\u062b \u0645\u0634\u0633\u0641 \u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a \u062f\u062b\u0642\u0633\u0647\u062e\u0631 \u062e\u0628 \u0641\u0627\u0647\u0633 \u0639\u0631\u0647\u0641 \u0647\u0633 \u0645\u0647\u062f\u062b. \u0632\u063a \u062d\u0639\u0632\u0645\u0647\u0633\u0627\u0647\u0631\u0644 \u0630\u0627\u0634\u0631\u0644\u062b\u0633 \u063a\u062e\u0639 \u0635\u0647\u0645\u0645 \u0630\u0627\u0634\u0631\u0644\u062b \u0641\u0627\u062b \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u062b\u0637\u062d\u062b\u0642\u0647\u062b\u0631\u0630\u062b.", + "Cell": "\u0630\u062b\u0645\u0645", + "Cell padding": "\u0630\u062b\u0645\u0645 \u062d\u0634\u064a\u064a\u0647\u0631\u0644", + "Cell properties": "\u0630\u062b\u0645\u0645 \u062d\u0642\u062e\u062d\u062b\u0642\u0641\u0647\u062b\u0633", + "Cell spacing": "\u0630\u062b\u0645\u0645 \u0633\u062d\u0634\u0630\u0647\u0631\u0644", + "Cell type": "\u0630\u062b\u0645\u0645 \u0641\u063a\u062d\u062b", + "Center": "\u0630\u062b\u0631\u0641\u062b\u0642", + "Certificate Details": "\u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u064a\u062b\u0641\u0634\u0647\u0645\u0633", + "Certificate Generated": "\u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0644\u062b\u0631\u062b\u0642\u0634\u0641\u062b\u064a", + "Certificate Information": "\u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631", + "Certificate Name": "\u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0631\u0634\u0648\u062b", + "Certificate Purchased": "\u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u062d\u0639\u0642\u0630\u0627\u0634\u0633\u062b\u064a", + "Certificate Signatories": "\u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0633\u0647\u0644\u0631\u0634\u0641\u062e\u0642\u0647\u062b\u0633", + "Certificate Signatory Configuration": "\u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0633\u0647\u0644\u0631\u0634\u0641\u062e\u0642\u063a \u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u0634\u0641\u0647\u062e\u0631", + "Certificate Status:": "\u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0633\u0641\u0634\u0641\u0639\u0633:", + "Certificate has been successfully invalidated for <%= user %>.": "\u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0627\u0634\u0633 \u0632\u062b\u062b\u0631 \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0647\u0631\u062f\u0634\u0645\u0647\u064a\u0634\u0641\u062b\u064a \u0628\u062e\u0642 <%= user %>.", + "Certificate name is required.": "\u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0631\u0634\u0648\u062b \u0647\u0633 \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a.", + "Certificate of <%= user %> has already been invalidated. Please check your spelling and retry.": "\u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u062e\u0628 <%= user %> \u0627\u0634\u0633 \u0634\u0645\u0642\u062b\u0634\u064a\u063a \u0632\u062b\u062b\u0631 \u0647\u0631\u062f\u0634\u0645\u0647\u064a\u0634\u0641\u062b\u064a. \u062d\u0645\u062b\u0634\u0633\u062b \u0630\u0627\u062b\u0630\u0646 \u063a\u062e\u0639\u0642 \u0633\u062d\u062b\u0645\u0645\u0647\u0631\u0644 \u0634\u0631\u064a \u0642\u062b\u0641\u0642\u063a.", + "Certificates": "\u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633", + "Change": "\u0630\u0627\u0634\u0631\u0644\u062b", + "Change Enrollment": "\u0630\u0627\u0634\u0631\u0644\u062b \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641", + "Change Manually": "\u0630\u0627\u0634\u0631\u0644\u062b \u0648\u0634\u0631\u0639\u0634\u0645\u0645\u063a", + "Change My Email Address": "\u0630\u0627\u0634\u0631\u0644\u062b \u0648\u063a \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633", + "Change Session": "\u0630\u0627\u0634\u0631\u0644\u062b \u0633\u062b\u0633\u0633\u0647\u062e\u0631", + "Change image": "\u0630\u0627\u0634\u0631\u0644\u062b \u0647\u0648\u0634\u0644\u062b", + "Change or Leave Session": "\u0630\u0627\u0634\u0631\u0644\u062b \u062e\u0642 \u0645\u062b\u0634\u062f\u062b \u0633\u062b\u0633\u0633\u0647\u062e\u0631", + "Change to a different session or leave the current session.": "\u0630\u0627\u0634\u0631\u0644\u062b \u0641\u062e \u0634 \u064a\u0647\u0628\u0628\u062b\u0642\u062b\u0631\u0641 \u0633\u062b\u0633\u0633\u0647\u062e\u0631 \u062e\u0642 \u0645\u062b\u0634\u062f\u062b \u0641\u0627\u062b \u0630\u0639\u0642\u0642\u062b\u0631\u0641 \u0633\u062b\u0633\u0633\u0647\u062e\u0631.", + "Chapter Asset": "\u0630\u0627\u0634\u062d\u0641\u062b\u0642 \u0634\u0633\u0633\u062b\u0641", + "Chapter Name": "\u0630\u0627\u0634\u062d\u0641\u062b\u0642 \u0631\u0634\u0648\u062b", + "Chapter information": "\u0630\u0627\u0634\u062d\u0641\u062b\u0642 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631", + "Chapter name and asset_path are both required": "\u0630\u0627\u0634\u062d\u0641\u062b\u0642 \u0631\u0634\u0648\u062b \u0634\u0631\u064a \u0634\u0633\u0633\u062b\u0641_\u062d\u0634\u0641\u0627 \u0634\u0642\u062b \u0632\u062e\u0641\u0627 \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a", + "Chapter name is required": "\u0630\u0627\u0634\u062d\u0641\u062b\u0642 \u0631\u0634\u0648\u062b \u0647\u0633 \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a", + "Chapter {order}": "\u0630\u0627\u0634\u062d\u0641\u062b\u0642 {order}", + "Check Your Email": "\u0630\u0627\u062b\u0630\u0646 \u063a\u062e\u0639\u0642 \u062b\u0648\u0634\u0647\u0645", + "Check the highlighted fields below and try again.": "\u0630\u0627\u062b\u0630\u0646 \u0641\u0627\u062b \u0627\u0647\u0644\u0627\u0645\u0647\u0644\u0627\u0641\u062b\u064a \u0628\u0647\u062b\u0645\u064a\u0633 \u0632\u062b\u0645\u062e\u0635 \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "\u0630\u0627\u062b\u0630\u0646 \u0641\u0627\u0647\u0633 \u0632\u062e\u0637 \u0641\u062e \u0642\u062b\u0630\u062b\u0647\u062f\u062b \u0634\u0631 \u062b\u0648\u0634\u0647\u0645 \u064a\u0647\u0644\u062b\u0633\u0641 \u062e\u0631\u0630\u062b \u0634 \u064a\u0634\u063a \u0631\u062e\u0641\u0647\u0628\u063a\u0647\u0631\u0644 \u063a\u062e\u0639 \u0634\u0632\u062e\u0639\u0641 \u0631\u062b\u0635, \u0639\u0631\u0642\u062b\u0634\u064a \u0634\u0630\u0641\u0647\u062f\u0647\u0641\u063a \u0628\u0642\u062e\u0648 \u062d\u062e\u0633\u0641\u0633 \u063a\u062e\u0639 \u0634\u0642\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644.", + "Check your email": "\u0630\u0627\u062b\u0630\u0646 \u063a\u062e\u0639\u0642 \u062b\u0648\u0634\u0647\u0645", + "Check your email account for instructions to reset your password.": "\u0630\u0627\u062b\u0630\u0646 \u063a\u062e\u0639\u0642 \u062b\u0648\u0634\u0647\u0645 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0628\u062e\u0642 \u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u0647\u062e\u0631\u0633 \u0641\u062e \u0642\u062b\u0633\u062b\u0641 \u063a\u062e\u0639\u0642 \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a.", + "Check your email for an activation message.": "\u0630\u0627\u062b\u0630\u0646 \u063a\u062e\u0639\u0642 \u062b\u0648\u0634\u0647\u0645 \u0628\u062e\u0642 \u0634\u0631 \u0634\u0630\u0641\u0647\u062f\u0634\u0641\u0647\u062e\u0631 \u0648\u062b\u0633\u0633\u0634\u0644\u062b.", + "Checkout": "\u0630\u0627\u062b\u0630\u0646\u062e\u0639\u0641", + "Checkout with PayPal": "\u0630\u0627\u062b\u0630\u0646\u062e\u0639\u0641 \u0635\u0647\u0641\u0627 \u062d\u0634\u063a\u062d\u0634\u0645", + "Checkout with {processor}": "\u0630\u0627\u062b\u0630\u0646\u062e\u0639\u0641 \u0635\u0647\u0641\u0627 {processor}", + "Choose File": "\u0630\u0627\u062e\u062e\u0633\u062b \u0628\u0647\u0645\u062b", + "Choose One": "\u0630\u0627\u062e\u062e\u0633\u062b \u062e\u0631\u062b", + "Choose a .csv file": "\u0630\u0627\u062e\u062e\u0633\u062b \u0634 .\u0630\u0633\u062f \u0628\u0647\u0645\u062b", + "Choose a content group to associate": "\u0630\u0627\u062e\u062e\u0633\u062b \u0634 \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d \u0641\u062e \u0634\u0633\u0633\u062e\u0630\u0647\u0634\u0641\u062b", + "Choose a location to move your component to": "\u0630\u0627\u062e\u062e\u0633\u062b \u0634 \u0645\u062e\u0630\u0634\u0641\u0647\u062e\u0631 \u0641\u062e \u0648\u062e\u062f\u062b \u063a\u062e\u0639\u0642 \u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641 \u0641\u062e", + "Choose mode": "\u0630\u0627\u062e\u062e\u0633\u062b \u0648\u062e\u064a\u062b", + "Choose new file": "\u0630\u0627\u062e\u062e\u0633\u062b \u0631\u062b\u0635 \u0628\u0647\u0645\u062b", + "Choose one": "\u0630\u0627\u062e\u062e\u0633\u062b \u062e\u0631\u062b", + "Choose your institution from the list below:": "\u0630\u0627\u062e\u062e\u0633\u062b \u063a\u062e\u0639\u0642 \u0647\u0631\u0633\u0641\u0647\u0641\u0639\u0641\u0647\u062e\u0631 \u0628\u0642\u062e\u0648 \u0641\u0627\u062b \u0645\u0647\u0633\u0641 \u0632\u062b\u0645\u062e\u0635:", + "Circle": "\u0630\u0647\u0642\u0630\u0645\u062b", + "Clear": "\u0630\u0645\u062b\u0634\u0642", + "Clear All": "\u0630\u0645\u062b\u0634\u0642 \u0634\u0645\u0645", + "Clear Grading Due Date": "\u0630\u0645\u062b\u0634\u0642 \u0644\u0642\u0634\u064a\u0647\u0631\u0644 \u064a\u0639\u062b \u064a\u0634\u0641\u062b", + "Clear Release Date/Time": "\u0630\u0645\u062b\u0634\u0642 \u0642\u062b\u0645\u062b\u0634\u0633\u062b \u064a\u0634\u0641\u062b/\u0641\u0647\u0648\u062b", + "Clear Value": "\u0630\u0645\u062b\u0634\u0642 \u062f\u0634\u0645\u0639\u062b", + "Clear formatting": "\u0630\u0645\u062b\u0634\u0642 \u0628\u062e\u0642\u0648\u0634\u0641\u0641\u0647\u0631\u0644", + "Clear search": "\u0630\u0645\u062b\u0634\u0642 \u0633\u062b\u0634\u0642\u0630\u0627", + "Clear search results": "\u0630\u0645\u062b\u0634\u0642 \u0633\u062b\u0634\u0642\u0630\u0627 \u0642\u062b\u0633\u0639\u0645\u0641\u0633", + "Click OK to have your e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u0630\u0645\u0647\u0630\u0646 \u062e\u0646 \u0641\u062e \u0627\u0634\u062f\u062b \u063a\u062e\u0639\u0642 \u062b-\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 \u0633\u062b\u0631\u0641 \u0641\u062e \u0634 3\u0642\u064a \u062d\u0634\u0642\u0641\u063a \u0634\u062d\u062d\u0645\u0647\u0630\u0634\u0641\u0647\u062e\u0631.\n\n\u0630\u0645\u0647\u0630\u0646 \u0630\u0634\u0631\u0630\u062b\u0645 \u0641\u062e \u0642\u062b\u0641\u0639\u0642\u0631 \u0641\u062e \u0641\u0627\u0647\u0633 \u062d\u0634\u0644\u062b \u0635\u0647\u0641\u0627\u062e\u0639\u0641 \u0633\u062b\u0631\u064a\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631.", + "Click OK to have your username and e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u0630\u0645\u0647\u0630\u0646 \u062e\u0646 \u0641\u062e \u0627\u0634\u062f\u062b \u063a\u062e\u0639\u0642 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b \u0634\u0631\u064a \u062b-\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 \u0633\u062b\u0631\u0641 \u0641\u062e \u0634 3\u0642\u064a \u062d\u0634\u0642\u0641\u063a \u0634\u062d\u062d\u0645\u0647\u0630\u0634\u0641\u0647\u062e\u0631.\n\n\u0630\u0645\u0647\u0630\u0646 \u0630\u0634\u0631\u0630\u062b\u0645 \u0641\u062e \u0642\u062b\u0641\u0639\u0642\u0631 \u0641\u062e \u0641\u0627\u0647\u0633 \u062d\u0634\u0644\u062b \u0635\u0647\u0641\u0627\u062e\u0639\u0641 \u0633\u062b\u0631\u064a\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631.", + "Click OK to have your username sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u0630\u0645\u0647\u0630\u0646 \u062e\u0646 \u0641\u062e \u0627\u0634\u062f\u062b \u063a\u062e\u0639\u0642 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b \u0633\u062b\u0631\u0641 \u0641\u062e \u0634 3\u0642\u064a \u062d\u0634\u0642\u0641\u063a \u0634\u062d\u062d\u0645\u0647\u0630\u0634\u0641\u0647\u062e\u0631.\n\n\u0630\u0645\u0647\u0630\u0646 \u0630\u0634\u0631\u0630\u062b\u0645 \u0641\u062e \u0642\u062b\u0641\u0639\u0642\u0631 \u0641\u062e \u0641\u0627\u0647\u0633 \u062d\u0634\u0644\u062b \u0635\u0647\u0641\u0627\u062e\u0639\u0641 \u0633\u062b\u0631\u064a\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631.", + "Click on this button to mute or unmute this video or press UP or DOWN buttons to increase or decrease volume level.": "\u0630\u0645\u0647\u0630\u0646 \u062e\u0631 \u0641\u0627\u0647\u0633 \u0632\u0639\u0641\u0641\u062e\u0631 \u0641\u062e \u0648\u0639\u0641\u062b \u062e\u0642 \u0639\u0631\u0648\u0639\u0641\u062b \u0641\u0627\u0647\u0633 \u062f\u0647\u064a\u062b\u062e \u062e\u0642 \u062d\u0642\u062b\u0633\u0633 \u0639\u062d \u062e\u0642 \u064a\u062e\u0635\u0631 \u0632\u0639\u0641\u0641\u062e\u0631\u0633 \u0641\u062e \u0647\u0631\u0630\u0642\u062b\u0634\u0633\u062b \u062e\u0642 \u064a\u062b\u0630\u0642\u062b\u0634\u0633\u062b \u062f\u062e\u0645\u0639\u0648\u062b \u0645\u062b\u062f\u062b\u0645.", + "Click to add a new %(xblock_type)s": "\u0630\u0645\u0647\u0630\u0646 \u0641\u062e \u0634\u064a\u064a \u0634 \u0631\u062b\u0635 %(xblock_type)s", + "Click to change": "\u0630\u0645\u0647\u0630\u0646 \u0641\u062e \u0630\u0627\u0634\u0631\u0644\u062b", + "Click to edit": "\u0630\u0645\u0647\u0630\u0646 \u0641\u062e \u062b\u064a\u0647\u0641", + "Close": "\u0630\u0645\u062e\u0633\u062b", + "Close Calculator": "\u0630\u0645\u062e\u0633\u062b \u0630\u0634\u0645\u0630\u0639\u0645\u0634\u0641\u062e\u0642", + "Code": "\u0630\u062e\u064a\u062b", + "Code Sample (Ctrl+K)": "\u0630\u062e\u064a\u062b \u0633\u0634\u0648\u062d\u0645\u062b (\u0630\u0641\u0642\u0645+\u0646)", + "Code block": "\u0630\u062e\u064a\u062b \u0632\u0645\u062e\u0630\u0646", + "Cohort Assignment Method": "\u0630\u062e\u0627\u062e\u0642\u0641 \u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641 \u0648\u062b\u0641\u0627\u062e\u064a", + "Cohort Name": "\u0630\u062e\u0627\u062e\u0642\u0641 \u0631\u0634\u0648\u062b", + "Cohorts": "\u0630\u062e\u0627\u062e\u0642\u0641\u0633", + "Cohorts Disabled": "\u0630\u062e\u0627\u062e\u0642\u0641\u0633 \u064a\u0647\u0633\u0634\u0632\u0645\u062b\u064a", + "Cohorts Enabled": "\u0630\u062e\u0627\u062e\u0642\u0641\u0633 \u062b\u0631\u0634\u0632\u0645\u062b\u064a", + "Collapse All": "\u0630\u062e\u0645\u0645\u0634\u062d\u0633\u062b \u0634\u0645\u0645", + "Collapse Instructions": "\u0630\u062e\u0645\u0645\u0634\u062d\u0633\u062b \u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u0647\u062e\u0631\u0633", + "Collapse/Expand this %(xblock_type)s": "\u0630\u062e\u0645\u0645\u0634\u062d\u0633\u062b/\u062b\u0637\u062d\u0634\u0631\u064a \u0641\u0627\u0647\u0633 %(xblock_type)s", + "Color": "\u0630\u062e\u0645\u062e\u0642", + "Cols": "\u0630\u062e\u0645\u0633", + "Column": "\u0630\u062e\u0645\u0639\u0648\u0631", + "Column group": "\u0630\u062e\u0645\u0639\u0648\u0631 \u0644\u0642\u062e\u0639\u062d", + "Coming Soon": "\u0630\u062e\u0648\u0647\u0631\u0644 \u0633\u062e\u062e\u0631", + "Commentary": "\u0630\u062e\u0648\u0648\u062b\u0631\u0641\u0634\u0642\u063a", + "Common Problem Types": "\u0630\u062e\u0648\u0648\u062e\u0631 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0641\u063a\u062d\u062b\u0633", + "Complete courses on your schedule to ensure you stand out in your field!": "\u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u0630\u062e\u0639\u0642\u0633\u062b\u0633 \u062e\u0631 \u063a\u062e\u0639\u0642 \u0633\u0630\u0627\u062b\u064a\u0639\u0645\u062b \u0641\u062e \u062b\u0631\u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0633\u0641\u0634\u0631\u064a \u062e\u0639\u0641 \u0647\u0631 \u063a\u062e\u0639\u0642 \u0628\u0647\u062b\u0645\u064a!", + "Completed": "\u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b\u064a", + "Component": "\u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641", + "Components": "\u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641\u0633", + "Configure": "\u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u062b", + "Confirm": "\u0630\u062e\u0631\u0628\u0647\u0642\u0648", + "Confirm Password": "\u0630\u062e\u0631\u0628\u0647\u0642\u0648 \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a", + "Confirm Timed Transcript": "\u0630\u062e\u0631\u0628\u0647\u0642\u0648 \u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641", + "Congratulations!": "\u0630\u062e\u0631\u0644\u0642\u0634\u0641\u0639\u0645\u0634\u0641\u0647\u062e\u0631\u0633!", + "Congratulations! You are now verified on %(platformName)s!": "\u0630\u062e\u0631\u0644\u0642\u0634\u0641\u0639\u0645\u0634\u0641\u0647\u062e\u0631\u0633! \u063a\u062e\u0639 \u0634\u0642\u062b \u0631\u062e\u0635 \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u062e\u0631 %(platformName)s!", + "Constrain proportions": "\u0630\u062e\u0631\u0633\u0641\u0642\u0634\u0647\u0631 \u062d\u0642\u062e\u062d\u062e\u0642\u0641\u0647\u062e\u0631\u0633", + "Contact Us": "\u0630\u062e\u0631\u0641\u0634\u0630\u0641 \u0639\u0633", + "Contains staff only content": "\u0630\u062e\u0631\u0641\u0634\u0647\u0631\u0633 \u0633\u0641\u0634\u0628\u0628 \u062e\u0631\u0645\u063a \u0630\u062e\u0631\u0641\u062b\u0631\u0641", "Contains {count} group": [ - "\u0630\u062e\u0631\u0641\u0634\u0647\u0631\u0633 {count} \u0644\u0642\u062e\u0639\u062d", + "\u0630\u062e\u0631\u0641\u0634\u0647\u0631\u0633 {count} \u0644\u0642\u062e\u0639\u062d", "\u0630\u062e\u0631\u0641\u0634\u0647\u0631\u0633 {count} \u0644\u0642\u062e\u0639\u062d\u0633" - ], - "Content Group ID": "\u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d \u0647\u064a", - "Content Group Name": "\u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d \u0631\u0634\u0648\u062b", - "Content-Specific Discussion Topics": "\u0630\u062e\u0631\u0641\u062b\u0631\u0641-\u0633\u062d\u062b\u0630\u0647\u0628\u0647\u0630 \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631 \u0641\u062e\u062d\u0647\u0630\u0633", - "Copy": "\u0630\u062e\u062d\u063a", - "Copy Email To Editor": "\u0630\u062e\u062d\u063a \u062b\u0648\u0634\u0647\u0645 \u0641\u062e \u062b\u064a\u0647\u0641\u062e\u0642", - "Copy row": "\u0630\u062e\u062d\u063a \u0642\u062e\u0635", - "Correct failed component": "\u0630\u062e\u0642\u0642\u062b\u0630\u0641 \u0628\u0634\u0647\u0645\u062b\u064a \u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641", - "Cost": "\u0630\u062e\u0633\u0641", - "Could not find Certificate Exception in white list. Please refresh the page and try again": "\u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0628\u0647\u0631\u064a \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0647\u0631 \u0635\u0627\u0647\u0641\u062b \u0645\u0647\u0633\u0641. \u062d\u0645\u062b\u0634\u0633\u062b \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631", - "Could not find Certificate Invalidation in the list. Please refresh the page and try again": "\u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0628\u0647\u0631\u064a \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0647\u0631\u062f\u0634\u0645\u0647\u064a\u0634\u0641\u0647\u062e\u0631 \u0647\u0631 \u0641\u0627\u062b \u0645\u0647\u0633\u0641. \u062d\u0645\u062b\u0634\u0633\u062b \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631", - "Could not find a user with username or email address '<%- identifier %>'.": "\u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0628\u0647\u0631\u064a \u0634 \u0639\u0633\u062b\u0642 \u0635\u0647\u0641\u0627 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b \u062e\u0642 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 '<%- identifier %>'.", - "Could not find the specified string.": "\u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0628\u0647\u0631\u064a \u0641\u0627\u062b \u0633\u062d\u062b\u0630\u0647\u0628\u0647\u062b\u064a \u0633\u0641\u0642\u0647\u0631\u0644.", - "Could not find users associated with the following identifiers:": "\u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0628\u0647\u0631\u064a \u0639\u0633\u062b\u0642\u0633 \u0634\u0633\u0633\u062e\u0630\u0647\u0634\u0641\u062b\u064a \u0635\u0647\u0641\u0627 \u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u0647\u062b\u0642\u0633:", - "Could not grade your answer. The submission was aborted.": "\u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0644\u0642\u0634\u064a\u062b \u063a\u062e\u0639\u0642 \u0634\u0631\u0633\u0635\u062b\u0642. \u0641\u0627\u062b \u0633\u0639\u0632\u0648\u0647\u0633\u0633\u0647\u062e\u0631 \u0635\u0634\u0633 \u0634\u0632\u062e\u0642\u0641\u062b\u064a.", - "Could not override problem score for {user}.": "\u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u062e\u062f\u062b\u0642\u0642\u0647\u064a\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0633\u0630\u062e\u0642\u062b \u0628\u062e\u0642 {user}.", - "Could not retrieve payment information": "\u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0642\u062b\u0641\u0642\u0647\u062b\u062f\u062b \u062d\u0634\u063a\u0648\u062b\u0631\u0641 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631", - "Could not submit order": "\u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0633\u0639\u0632\u0648\u0647\u0641 \u062e\u0642\u064a\u062b\u0642", - "Could not submit photos": "\u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0633\u0639\u0632\u0648\u0647\u0641 \u062d\u0627\u062e\u0641\u062e\u0633", - "Could not upload the video image file": "\u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0639\u062d\u0645\u062e\u0634\u064a \u0641\u0627\u062b \u062f\u0647\u064a\u062b\u062e \u0647\u0648\u0634\u0644\u062b \u0628\u0647\u0645\u062b", - "Country": "\u0630\u062e\u0639\u0631\u0641\u0642\u063a", - "Country of residence": "\u0630\u062e\u0639\u0631\u0641\u0642\u063a \u062e\u0628 \u0642\u062b\u0633\u0647\u064a\u062b\u0631\u0630\u062b", - "Country or Region of Residence": "\u0630\u062e\u0639\u0631\u0641\u0642\u063a \u062e\u0642 \u0642\u062b\u0644\u0647\u062e\u0631 \u062e\u0628 \u0642\u062b\u0633\u0647\u064a\u062b\u0631\u0630\u062b", + ], + "Content Group ID": "\u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d \u0647\u064a", + "Content Group Name": "\u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d \u0631\u0634\u0648\u062b", + "Content-Specific Discussion Topics": "\u0630\u062e\u0631\u0641\u062b\u0631\u0641-\u0633\u062d\u062b\u0630\u0647\u0628\u0647\u0630 \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631 \u0641\u062e\u062d\u0647\u0630\u0633", + "Copy": "\u0630\u062e\u062d\u063a", + "Copy Component Location": "\u0630\u062e\u062d\u063a \u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641 \u0645\u062e\u0630\u0634\u0641\u0647\u062e\u0631", + "Copy Email To Editor": "\u0630\u062e\u062d\u063a \u062b\u0648\u0634\u0647\u0645 \u0641\u062e \u062b\u064a\u0647\u0641\u062e\u0642", + "Copy row": "\u0630\u062e\u062d\u063a \u0642\u062e\u0635", + "Correct failed component": "\u0630\u062e\u0642\u0642\u062b\u0630\u0641 \u0628\u0634\u0647\u0645\u062b\u064a \u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641", + "Cost": "\u0630\u062e\u0633\u0641", + "Could not find Certificate Exception in white list. Please refresh the page and try again": "\u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0628\u0647\u0631\u064a \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0647\u0631 \u0635\u0627\u0647\u0641\u062b \u0645\u0647\u0633\u0641. \u062d\u0645\u062b\u0634\u0633\u062b \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631", + "Could not find Certificate Invalidation in the list. Please refresh the page and try again": "\u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0628\u0647\u0631\u064a \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0647\u0631\u062f\u0634\u0645\u0647\u064a\u0634\u0641\u0647\u062e\u0631 \u0647\u0631 \u0641\u0627\u062b \u0645\u0647\u0633\u0641. \u062d\u0645\u062b\u0634\u0633\u062b \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631", + "Could not find a user with username or email address '<%- identifier %>'.": "\u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0628\u0647\u0631\u064a \u0634 \u0639\u0633\u062b\u0642 \u0635\u0647\u0641\u0627 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b \u062e\u0642 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 '<%- identifier %>'.", + "Could not find the specified string.": "\u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0628\u0647\u0631\u064a \u0641\u0627\u062b \u0633\u062d\u062b\u0630\u0647\u0628\u0647\u062b\u064a \u0633\u0641\u0642\u0647\u0631\u0644.", + "Could not find users associated with the following identifiers:": "\u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0628\u0647\u0631\u064a \u0639\u0633\u062b\u0642\u0633 \u0634\u0633\u0633\u062e\u0630\u0647\u0634\u0641\u062b\u064a \u0635\u0647\u0641\u0627 \u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u0647\u062b\u0642\u0633:", + "Could not grade your answer. The submission was aborted.": "\u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0644\u0642\u0634\u064a\u062b \u063a\u062e\u0639\u0642 \u0634\u0631\u0633\u0635\u062b\u0642. \u0641\u0627\u062b \u0633\u0639\u0632\u0648\u0647\u0633\u0633\u0647\u062e\u0631 \u0635\u0634\u0633 \u0634\u0632\u062e\u0642\u0641\u062b\u064a.", + "Could not override problem score for {user}.": "\u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u062e\u062f\u062b\u0642\u0642\u0647\u064a\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0633\u0630\u062e\u0642\u062b \u0628\u062e\u0642 {user}.", + "Could not retrieve payment information": "\u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0642\u062b\u0641\u0642\u0647\u062b\u062f\u062b \u062d\u0634\u063a\u0648\u062b\u0631\u0641 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631", + "Could not submit order": "\u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0633\u0639\u0632\u0648\u0647\u0641 \u062e\u0642\u064a\u062b\u0642", + "Could not submit photos": "\u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0633\u0639\u0632\u0648\u0647\u0641 \u062d\u0627\u062e\u0641\u062e\u0633", + "Could not upload the video image file": "\u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0639\u062d\u0645\u062e\u0634\u064a \u0641\u0627\u062b \u062f\u0647\u064a\u062b\u062e \u0647\u0648\u0634\u0644\u062b \u0628\u0647\u0645\u062b", + "Country": "\u0630\u062e\u0639\u0631\u0641\u0642\u063a", + "Country of residence": "\u0630\u062e\u0639\u0631\u0641\u0642\u063a \u062e\u0628 \u0642\u062b\u0633\u0647\u064a\u062b\u0631\u0630\u062b", + "Country or Region of Residence": "\u0630\u062e\u0639\u0631\u0641\u0642\u063a \u062e\u0642 \u0642\u062b\u0644\u0647\u062e\u0631 \u062e\u0628 \u0642\u062b\u0633\u0647\u064a\u062b\u0631\u0630\u062b", "Course": [ - "\u0630\u062e\u0639\u0642\u0633\u062b", + "\u0630\u062e\u0639\u0642\u0633\u062b", "\u0630\u062e\u0639\u0642\u0633\u062b\u0633" - ], - "Course Content": "\u0630\u062e\u0639\u0642\u0633\u062b \u0630\u062e\u0631\u0641\u062b\u0631\u0641", - "Course Credit Requirements": "\u0630\u062e\u0639\u0642\u0633\u062b \u0630\u0642\u062b\u064a\u0647\u0641 \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u0648\u062b\u0631\u0641\u0633", - "Course End": "\u0630\u062e\u0639\u0642\u0633\u062b \u062b\u0631\u064a", - "Course Handouts": "\u0630\u062e\u0639\u0642\u0633\u062b \u0627\u0634\u0631\u064a\u062e\u0639\u0641\u0633", - "Course ID": "\u0630\u062e\u0639\u0642\u0633\u062b \u0647\u064a", - "Course Index": "\u0630\u062e\u0639\u0642\u0633\u062b \u0647\u0631\u064a\u062b\u0637", - "Course Key": "\u0630\u062e\u0639\u0642\u0633\u062b \u0646\u062b\u063a", - "Course Name": "\u0630\u062e\u0639\u0642\u0633\u062b \u0631\u0634\u0648\u062b", - "Course Number": "\u0630\u062e\u0639\u0642\u0633\u062b \u0631\u0639\u0648\u0632\u062b\u0642", - "Course Number Override": "\u0630\u062e\u0639\u0642\u0633\u062b \u0631\u0639\u0648\u0632\u062b\u0642 \u062e\u062f\u062b\u0642\u0642\u0647\u064a\u062b", - "Course Number:": "\u0630\u062e\u0639\u0642\u0633\u062b \u0631\u0639\u0648\u0632\u062b\u0642:", - "Course Outline": "\u0630\u062e\u0639\u0642\u0633\u062b \u062e\u0639\u0641\u0645\u0647\u0631\u062b", - "Course Run:": "\u0630\u062e\u0639\u0642\u0633\u062b \u0642\u0639\u0631:", - "Course Start": "\u0630\u062e\u0639\u0642\u0633\u062b \u0633\u0641\u0634\u0642\u0641", - "Course Title": "\u0630\u062e\u0639\u0642\u0633\u062b \u0641\u0647\u0641\u0645\u062b", - "Course Title Override": "\u0630\u062e\u0639\u0642\u0633\u062b \u0641\u0647\u0641\u0645\u062b \u062e\u062f\u062b\u0642\u0642\u0647\u064a\u062b", - "Course Video Settings": "\u0630\u062e\u0639\u0642\u0633\u062b \u062f\u0647\u064a\u062b\u062e \u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633", - "Course is not yet visible to students.": "\u0630\u062e\u0639\u0642\u0633\u062b \u0647\u0633 \u0631\u062e\u0641 \u063a\u062b\u0641 \u062f\u0647\u0633\u0647\u0632\u0645\u062b \u0641\u062e \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633.", - "Course pacing cannot be changed once a course has started.": "\u0630\u062e\u0639\u0642\u0633\u062b \u062d\u0634\u0630\u0647\u0631\u0644 \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0630\u0627\u0634\u0631\u0644\u062b\u064a \u062e\u0631\u0630\u062b \u0634 \u0630\u062e\u0639\u0642\u0633\u062b \u0627\u0634\u0633 \u0633\u0641\u0634\u0642\u0641\u062b\u064a.", - "Course title": "\u0630\u062e\u0639\u0642\u0633\u062b \u0641\u0647\u0641\u0645\u062b", - "Course-Wide Discussion Topics": "\u0630\u062e\u0639\u0642\u0633\u062b-\u0635\u0647\u064a\u062b \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631 \u0641\u062e\u062d\u0647\u0630\u0633", - "Create": "\u0630\u0642\u062b\u0634\u0641\u062b", - "Create Account": "\u0630\u0642\u062b\u0634\u0641\u062b \u0634\u0630\u0630\u062e\u0639\u0631\u0641", - "Create Re-run": "\u0630\u0642\u062b\u0634\u0641\u062b \u0642\u062b-\u0642\u0639\u0631", - "Create a %(link_start)sMozilla Backpack%(link_end)s account, or log in to your existing account": "\u0630\u0642\u062b\u0634\u0641\u062b \u0634 %(link_start)s\u0648\u062e\u0638\u0647\u0645\u0645\u0634 \u0632\u0634\u0630\u0646\u062d\u0634\u0630\u0646%(link_end)s \u0634\u0630\u0630\u062e\u0639\u0631\u0641, \u062e\u0642 \u0645\u062e\u0644 \u0647\u0631 \u0641\u062e \u063a\u062e\u0639\u0642 \u062b\u0637\u0647\u0633\u0641\u0647\u0631\u0644 \u0634\u0630\u0630\u062e\u0639\u0631\u0641", - "Create a New Team": "\u0630\u0642\u062b\u0634\u0641\u062b \u0634 \u0631\u062b\u0635 \u0641\u062b\u0634\u0648", - "Create a content group": "\u0630\u0642\u062b\u0634\u0641\u062b \u0634 \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d", - "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "\u0630\u0642\u062b\u0634\u0641\u062b \u0634 \u0631\u062b\u0635 \u0641\u062b\u0634\u0648 \u0647\u0628 \u063a\u062e\u0639 \u0630\u0634\u0631'\u0641 \u0628\u0647\u0631\u064a \u0634\u0631 \u062b\u0637\u0647\u0633\u0641\u0647\u0631\u0644 \u0641\u062b\u0634\u0648 \u0641\u062e \u062a\u062e\u0647\u0631, \u062e\u0642 \u0647\u0628 \u063a\u062e\u0639 \u0635\u062e\u0639\u0645\u064a \u0645\u0647\u0646\u062b \u0641\u062e \u0645\u062b\u0634\u0642\u0631 \u0635\u0647\u0641\u0627 \u0628\u0642\u0647\u062b\u0631\u064a\u0633 \u063a\u062e\u0639 \u0646\u0631\u062e\u0635.", - "Create account using %(providerName)s.": "\u0630\u0642\u062b\u0634\u0641\u062b \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0639\u0633\u0647\u0631\u0644 %(providerName)s.", - "Create an Account": "\u0630\u0642\u062b\u0634\u0641\u062b \u0634\u0631 \u0634\u0630\u0630\u062e\u0639\u0631\u0641", - "Create an Account.": "\u0630\u0642\u062b\u0634\u0641\u062b \u0634\u0631 \u0634\u0630\u0630\u062e\u0639\u0631\u0641.", - "Create an account using": "\u0630\u0642\u062b\u0634\u0641\u062b \u0634\u0631 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0639\u0633\u0647\u0631\u0644", - "Create an {platform} account": "\u0630\u0642\u062b\u0634\u0641\u062b \u0634\u0631 {platform} \u0634\u0630\u0630\u062e\u0639\u0631\u0641", - "Create team.": "\u0630\u0642\u062b\u0634\u0641\u062b \u0641\u062b\u0634\u0648.", - "Creating missing groups": "\u0630\u0642\u062b\u0634\u0641\u0647\u0631\u0644 \u0648\u0647\u0633\u0633\u0647\u0631\u0644 \u0644\u0642\u062e\u0639\u062d\u0633", - "Creative Commons": "\u0630\u0642\u062b\u0634\u0641\u0647\u062f\u062b \u0630\u062e\u0648\u0648\u062e\u0631\u0633", - "Creative Commons licensed content, with terms as follow:": "\u0630\u0642\u062b\u0634\u0641\u0647\u062f\u062b \u0630\u062e\u0648\u0648\u062e\u0631\u0633 \u0645\u0647\u0630\u062b\u0631\u0633\u062b\u064a \u0630\u062e\u0631\u0641\u062b\u0631\u0641, \u0635\u0647\u0641\u0627 \u0641\u062b\u0642\u0648\u0633 \u0634\u0633 \u0628\u062e\u0645\u0645\u062e\u0635:", - "Crossed out items have been refunded.": "\u0630\u0642\u062e\u0633\u0633\u062b\u064a \u062e\u0639\u0641 \u0647\u0641\u062b\u0648\u0633 \u0627\u0634\u062f\u062b \u0632\u062b\u062b\u0631 \u0642\u062b\u0628\u0639\u0631\u064a\u062b\u064a.", - "Current Role:": "\u0630\u0639\u0642\u0642\u062b\u0631\u0641 \u0642\u062e\u0645\u062b:", - "Current conversation": "\u0630\u0639\u0642\u0642\u062b\u0631\u0641 \u0630\u062e\u0631\u062f\u062b\u0642\u0633\u0634\u0641\u0647\u062e\u0631", - "Current enrollment mode:": "\u0630\u0639\u0642\u0642\u062b\u0631\u0641 \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0648\u062e\u064a\u062b:", - "Current location": "\u0630\u0639\u0642\u0642\u062b\u0631\u0641 \u0645\u062e\u0630\u0634\u0641\u0647\u062e\u0631", - "Current tab": "\u0630\u0639\u0642\u0642\u062b\u0631\u0641 \u0641\u0634\u0632", - "Currently selected": "\u0630\u0639\u0642\u0642\u062b\u0631\u0641\u0645\u063a \u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a", - "Custom color": "\u0630\u0639\u0633\u0641\u062e\u0648 \u0630\u062e\u0645\u062e\u0642", - "Custom...": "\u0630\u0639\u0633\u0641\u062e\u0648...", - "Cut": "\u0630\u0639\u0641", - "Cut row": "\u0630\u0639\u0641 \u0642\u062e\u0635", - "Date": "\u064a\u0634\u0641\u062b", - "Date Added": "\u064a\u0634\u0641\u062b \u0634\u064a\u064a\u062b\u064a", - "Date Joined": "\u064a\u0634\u0641\u062b \u062a\u062e\u0647\u0631\u062b\u064a", - "Date Placed": "\u064a\u0634\u0641\u062b \u062d\u0645\u0634\u0630\u062b\u064a", - "Date added": "\u064a\u0634\u0641\u062b \u0634\u064a\u064a\u062b\u064a", - "Deactivate": "\u064a\u062b\u0634\u0630\u0641\u0647\u062f\u0634\u0641\u062b", - "Deadlines": "\u064a\u062b\u0634\u064a\u0645\u0647\u0631\u062b\u0633", - "Decrease indent": "\u064a\u062b\u0630\u0642\u062b\u0634\u0633\u062b \u0647\u0631\u064a\u062b\u0631\u0641", - "Default": "\u064a\u062b\u0628\u0634\u0639\u0645\u0641", - "Default (Local Time Zone)": "\u064a\u062b\u0628\u0634\u0639\u0645\u0641 (\u0645\u062e\u0630\u0634\u0645 \u0641\u0647\u0648\u062b \u0638\u062e\u0631\u062b)", - "Default Timed Transcript": "\u064a\u062b\u0628\u0634\u0639\u0645\u0641 \u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641", - "Delete": "\u064a\u062b\u0645\u062b\u0641\u062b", - "Delete \"<%= signatoryName %>\" from the list of signatories?": "\u064a\u062b\u0645\u062b\u0641\u062b \"<%= signatoryName %>\" \u0628\u0642\u062e\u0648 \u0641\u0627\u062b \u0645\u0647\u0633\u0641 \u062e\u0628 \u0633\u0647\u0644\u0631\u0634\u0641\u062e\u0642\u0647\u062b\u0633?", - "Delete File Confirmation": "\u064a\u062b\u0645\u062b\u0641\u062b \u0628\u0647\u0645\u062b \u0630\u062e\u0631\u0628\u0647\u0642\u0648\u0634\u0641\u0647\u062e\u0631", - "Delete My Account": "\u064a\u062b\u0645\u062b\u0641\u062b \u0648\u063a \u0634\u0630\u0630\u062e\u0639\u0631\u0641", - "Delete Page Confirmation": "\u064a\u062b\u0645\u062b\u0641\u062b \u062d\u0634\u0644\u062b \u0630\u062e\u0631\u0628\u0647\u0642\u0648\u0634\u0641\u0647\u062e\u0631", - "Delete Team": "\u064a\u062b\u0645\u062b\u0641\u062b \u0641\u062b\u0634\u0648", - "Delete column": "\u064a\u062b\u0645\u062b\u0641\u062b \u0630\u062e\u0645\u0639\u0648\u0631", - "Delete row": "\u064a\u062b\u0645\u062b\u0641\u062b \u0642\u062e\u0635", - "Delete student '<%- student_id %>'s state on problem '<%- problem_id %>'?": "\u064a\u062b\u0645\u062b\u0641\u062b \u0633\u0641\u0639\u064a\u062b\u0631\u0641 '<%- student_id %>'\u0633 \u0633\u0641\u0634\u0641\u062b \u062e\u0631 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 '<%- problem_id %>'?", - "Delete table": "\u064a\u062b\u0645\u062b\u0641\u062b \u0641\u0634\u0632\u0645\u062b", - "Delete the user, {username}": "\u064a\u062b\u0645\u062b\u0641\u062b \u0641\u0627\u062b \u0639\u0633\u062b\u0642, {username}", - "Delete this %(item_display_name)s?": "\u064a\u062b\u0645\u062b\u0641\u062b \u0641\u0627\u0647\u0633 %(item_display_name)s?", - "Delete this asset": "\u064a\u062b\u0645\u062b\u0641\u062b \u0641\u0627\u0647\u0633 \u0634\u0633\u0633\u062b\u0641", - "Delete this team?": "\u064a\u062b\u0645\u062b\u0641\u062b \u0641\u0627\u0647\u0633 \u0641\u062b\u0634\u0648?", - "Delete this {xblock_type} (and prerequisite)?": "\u064a\u062b\u0645\u062b\u0641\u062b \u0641\u0627\u0647\u0633 {xblock_type} (\u0634\u0631\u064a \u062d\u0642\u062b\u0642\u062b\u0636\u0639\u0647\u0633\u0647\u0641\u062b)?", - "Delete this {xblock_type}?": "\u064a\u062b\u0645\u062b\u0641\u062b \u0641\u0627\u0647\u0633 {xblock_type}?", - "Delete \u201c<%- name %>\u201d?": "\u064a\u062b\u0645\u062b\u0641\u062b \u201c<%- name %>\u201d?", - "Deleted Content Group": "\u064a\u062b\u0645\u062b\u0641\u062b\u064a \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d", - "Deleted Group": "\u064a\u062b\u0645\u062b\u0641\u062b\u064a \u0644\u0642\u062e\u0639\u062d", - "Deleting": "\u064a\u062b\u0645\u062b\u0641\u0647\u0631\u0644", - "Deleting a team is permanent and cannot be undone. All members are removed from the team, and team discussions can no longer be accessed.": "\u064a\u062b\u0645\u062b\u0641\u0647\u0631\u0644 \u0634 \u0641\u062b\u0634\u0648 \u0647\u0633 \u062d\u062b\u0642\u0648\u0634\u0631\u062b\u0631\u0641 \u0634\u0631\u064a \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0639\u0631\u064a\u062e\u0631\u062b. \u0634\u0645\u0645 \u0648\u062b\u0648\u0632\u062b\u0642\u0633 \u0634\u0642\u062b \u0642\u062b\u0648\u062e\u062f\u062b\u064a \u0628\u0642\u062e\u0648 \u0641\u0627\u062b \u0641\u062b\u0634\u0648, \u0634\u0631\u064a \u0641\u062b\u0634\u0648 \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631\u0633 \u0630\u0634\u0631 \u0631\u062e \u0645\u062e\u0631\u0644\u062b\u0642 \u0632\u062b \u0634\u0630\u0630\u062b\u0633\u0633\u062b\u064a.", - "Deleting a textbook cannot be undone and once deleted any reference to it in your courseware's navigation will also be removed.": "\u064a\u062b\u0645\u062b\u0641\u0647\u0631\u0644 \u0634 \u0641\u062b\u0637\u0641\u0632\u062e\u062e\u0646 \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0639\u0631\u064a\u062e\u0631\u062b \u0634\u0631\u064a \u062e\u0631\u0630\u062b \u064a\u062b\u0645\u062b\u0641\u062b\u064a \u0634\u0631\u063a \u0642\u062b\u0628\u062b\u0642\u062b\u0631\u0630\u062b \u0641\u062e \u0647\u0641 \u0647\u0631 \u063a\u062e\u0639\u0642 \u0630\u062e\u0639\u0642\u0633\u062b\u0635\u0634\u0642\u062b'\u0633 \u0631\u0634\u062f\u0647\u0644\u0634\u0641\u0647\u062e\u0631 \u0635\u0647\u0645\u0645 \u0634\u0645\u0633\u062e \u0632\u062b \u0642\u062b\u0648\u062e\u062f\u062b\u064a.", - "Deleting this %(item_display_name)s is permanent and cannot be undone.": "\u064a\u062b\u0645\u062b\u0641\u0647\u0631\u0644 \u0641\u0627\u0647\u0633 %(item_display_name)s \u0647\u0633 \u062d\u062b\u0642\u0648\u0634\u0631\u062b\u0631\u0641 \u0634\u0631\u064a \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0639\u0631\u064a\u062e\u0631\u062b.", - "Deleting this {xblock_type} is permanent and cannot be undone.": "\u064a\u062b\u0645\u062b\u0641\u0647\u0631\u0644 \u0641\u0627\u0647\u0633 {xblock_type} \u0647\u0633 \u062d\u062b\u0642\u0648\u0634\u0631\u062b\u0631\u0641 \u0634\u0631\u064a \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0639\u0631\u064a\u062e\u0631\u062b.", - "Deprecated": "\u064a\u062b\u062d\u0642\u062b\u0630\u0634\u0641\u062b\u064a", - "Description": "\u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631", - "Description of the certificate": "\u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631 \u062e\u0628 \u0641\u0627\u062b \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b", - "Details": "\u064a\u062b\u0641\u0634\u0647\u0645\u0633", - "Dimensions": "\u064a\u0647\u0648\u062b\u0631\u0633\u0647\u062e\u0631\u0633", - "Disc": "\u064a\u0647\u0633\u0630", - "Discard Changes": "\u064a\u0647\u0633\u0630\u0634\u0642\u064a \u0630\u0627\u0634\u0631\u0644\u062b\u0633", - "Discarding Changes": "\u064a\u0647\u0633\u0630\u0634\u0642\u064a\u0647\u0631\u0644 \u0630\u0627\u0634\u0631\u0644\u062b\u0633", - "Discussion Home": "\u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631 \u0627\u062e\u0648\u062b", - "Discussion topics in the course are not divided.": "\u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631 \u0641\u062e\u062d\u0647\u0630\u0633 \u0647\u0631 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u0634\u0642\u062b \u0631\u062e\u0641 \u064a\u0647\u062f\u0647\u064a\u062b\u064a.", - "Discussions are unified; all learners interact with posts from other learners, regardless of the group they are in.": "\u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631\u0633 \u0634\u0642\u062b \u0639\u0631\u0647\u0628\u0647\u062b\u064a; \u0634\u0645\u0645 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0647\u0631\u0641\u062b\u0642\u0634\u0630\u0641 \u0635\u0647\u0641\u0627 \u062d\u062e\u0633\u0641\u0633 \u0628\u0642\u062e\u0648 \u062e\u0641\u0627\u062b\u0642 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633, \u0642\u062b\u0644\u0634\u0642\u064a\u0645\u062b\u0633\u0633 \u062e\u0628 \u0641\u0627\u062b \u0644\u0642\u062e\u0639\u062d \u0641\u0627\u062b\u063a \u0634\u0642\u062b \u0647\u0631.", - "Display Name": "\u064a\u0647\u0633\u062d\u0645\u0634\u063a \u0631\u0634\u0648\u062b", - "Div": "\u064a\u0647\u062f", - "Divide the selected content-specific discussion topics": "\u064a\u0647\u062f\u0647\u064a\u062b \u0641\u0627\u062b \u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a \u0630\u062e\u0631\u0641\u062b\u0631\u0641-\u0633\u062d\u062b\u0630\u0647\u0628\u0647\u0630 \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631 \u0641\u062e\u062d\u0647\u0630\u0633", - "Divided": "\u064a\u0647\u062f\u0647\u064a\u062b\u064a", - "Do not show again": "\u064a\u062e \u0631\u062e\u0641 \u0633\u0627\u062e\u0635 \u0634\u0644\u0634\u0647\u0631", - "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "\u064a\u062e \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0634\u0645\u0645\u062e\u0635 \u0641\u0627\u0647\u0633 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 ('{student_id}') \u0641\u062e \u0633\u0646\u0647\u062d \u0641\u0627\u062b \u062b\u0631\u0641\u0642\u0634\u0631\u0630\u062b \u062b\u0637\u0634\u0648?", - "Do you want to replace the edX transcript with the YouTube transcript?": "\u064a\u062e \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0642\u062b\u062d\u0645\u0634\u0630\u062b \u0641\u0627\u062b \u062b\u064a\u0637 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0635\u0647\u0641\u0627 \u0641\u0627\u062b \u063a\u062e\u0639\u0641\u0639\u0632\u062b \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641?", - "Document properties": "\u064a\u062e\u0630\u0639\u0648\u062b\u0631\u0641 \u062d\u0642\u062e\u062d\u062b\u0642\u0641\u0647\u062b\u0633", - "Does the name on your ID match your account name: %(fullName)s?": "\u064a\u062e\u062b\u0633 \u0641\u0627\u062b \u0631\u0634\u0648\u062b \u062e\u0631 \u063a\u062e\u0639\u0642 \u0647\u064a \u0648\u0634\u0641\u0630\u0627 \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0631\u0634\u0648\u062b: %(fullName)s?", - "Does the photo of you match your ID photo?": "\u064a\u062e\u062b\u0633 \u0641\u0627\u062b \u062d\u0627\u062e\u0641\u062e \u062e\u0628 \u063a\u062e\u0639 \u0648\u0634\u0641\u0630\u0627 \u063a\u062e\u0639\u0642 \u0647\u064a \u062d\u0627\u062e\u0641\u062e?", - "Does the photo of you show your whole face?": "\u064a\u062e\u062b\u0633 \u0641\u0627\u062b \u062d\u0627\u062e\u0641\u062e \u062e\u0628 \u063a\u062e\u0639 \u0633\u0627\u062e\u0635 \u063a\u062e\u0639\u0642 \u0635\u0627\u062e\u0645\u062b \u0628\u0634\u0630\u062b?", - "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "\u064a\u062e\u0631'\u0641 \u0633\u062b\u062b \u063a\u062e\u0639\u0642 \u062d\u0647\u0630\u0641\u0639\u0642\u062b? \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0641\u062e \u0634\u0645\u0645\u062e\u0635 \u063a\u062e\u0639\u0642 \u0632\u0642\u062e\u0635\u0633\u062b\u0642 \u0641\u062e \u0639\u0633\u062b \u063a\u062e\u0639\u0642 \u0630\u0634\u0648\u062b\u0642\u0634 \u0635\u0627\u062b\u0631 \u0647\u0641 \u0634\u0633\u0646\u0633 \u0628\u062e\u0642 \u062d\u062b\u0642\u0648\u0647\u0633\u0633\u0647\u062e\u0631.", - "Donate": "\u064a\u062e\u0631\u0634\u0641\u062b", - "Double-check that your webcam is connected and working to continue.": "\u064a\u062e\u0639\u0632\u0645\u062b-\u0630\u0627\u062b\u0630\u0646 \u0641\u0627\u0634\u0641 \u063a\u062e\u0639\u0642 \u0635\u062b\u0632\u0630\u0634\u0648 \u0647\u0633 \u0630\u062e\u0631\u0631\u062b\u0630\u0641\u062b\u064a \u0634\u0631\u064a \u0635\u062e\u0642\u0646\u0647\u0631\u0644 \u0641\u062e \u0630\u062e\u0631\u0641\u0647\u0631\u0639\u062b.", - "Download": "\u064a\u062e\u0635\u0631\u0645\u062e\u0634\u064a", - "Download Transcript for Editing": "\u064a\u062e\u0635\u0631\u0645\u062e\u0634\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0628\u062e\u0642 \u062b\u064a\u0647\u0641\u0647\u0631\u0644", - "Download URL": "\u064a\u062e\u0635\u0631\u0645\u062e\u0634\u064a \u0639\u0642\u0645", - "Download available encodings (.csv)": "\u064a\u062e\u0635\u0631\u0645\u062e\u0634\u064a \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b \u062b\u0631\u0630\u062e\u064a\u0647\u0631\u0644\u0633 (.\u0630\u0633\u062f)", - "Download the user's certificate": "\u064a\u062e\u0635\u0631\u0645\u062e\u0634\u064a \u0641\u0627\u062b \u0639\u0633\u062b\u0642'\u0633 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b", - "Draft (Never published)": "\u064a\u0642\u0634\u0628\u0641 (\u0631\u062b\u062f\u062b\u0642 \u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a)", - "Draft (Unpublished changes)": "\u064a\u0642\u0634\u0628\u0641 (\u0639\u0631\u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a \u0630\u0627\u0634\u0631\u0644\u062b\u0633)", - "Draft saved on {lastSavedStart}{editedOn}{lastSavedEnd} by {editedByStart}{editedBy}{editedByEnd}": "\u064a\u0642\u0634\u0628\u0641 \u0633\u0634\u062f\u062b\u064a \u062e\u0631 {lastSavedStart}{editedOn}{lastSavedEnd} \u0632\u063a {editedByStart}{editedBy}{editedByEnd}", - "Drag and drop or {spanStart}browse your computer{spanEnd}.": "\u064a\u0642\u0634\u0644 \u0634\u0631\u064a \u064a\u0642\u062e\u062d \u062e\u0642 {spanStart}\u0632\u0642\u062e\u0635\u0633\u062b \u063a\u062e\u0639\u0642 \u0630\u062e\u0648\u062d\u0639\u0641\u062b\u0642{spanEnd}.", - "Drag to reorder": "\u064a\u0642\u0634\u0644 \u0641\u062e \u0642\u062b\u062e\u0642\u064a\u062b\u0642", - "Drop target image": "\u064a\u0642\u062e\u062d \u0641\u0634\u0642\u0644\u062b\u0641 \u0647\u0648\u0634\u0644\u062b", - "Due Date": "\u064a\u0639\u062b \u064a\u0634\u0641\u062b", - "Due Date:": "\u064a\u0639\u062b \u064a\u0634\u0641\u062b:", - "Due Time in UTC:": "\u064a\u0639\u062b \u0641\u0647\u0648\u062b \u0647\u0631 \u0639\u0641\u0630:", - "Due date cannot be before start date.": "\u064a\u0639\u062b \u064a\u0634\u0641\u062b \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0632\u062b\u0628\u062e\u0642\u062b \u0633\u0641\u0634\u0642\u0641 \u064a\u0634\u0641\u062b.", - "Due:": "\u064a\u0639\u062b:", - "Duplicate": "\u064a\u0639\u062d\u0645\u0647\u0630\u0634\u0641\u062b", - "Duplicating": "\u064a\u0639\u062d\u0645\u0647\u0630\u0634\u0641\u0647\u0631\u0644", - "Duration (sec)": "\u064a\u0639\u0642\u0634\u0641\u0647\u062e\u0631 (\u0633\u062b\u0630)", - "Earned %(created)s.": "\u062b\u0634\u0642\u0631\u062b\u064a %(created)s.", - "Earned Certificates": "\u062b\u0634\u0642\u0631\u062b\u064a \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633", - "EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.": "\u062b\u064a\u0637 \u064a\u062e\u062b\u0633\u0631'\u0641 \u0627\u0634\u062f\u062b \u0634 \u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u062f\u0647\u064a\u062b\u062e \u0647\u0631 \u0633\u0641\u0639\u064a\u0647\u062e, \u0632\u0639\u0641 \u0635\u062b \u0628\u062e\u0639\u0631\u064a \u0634 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u062e\u0631 \u063a\u062e\u0639\u0641\u0639\u0632\u062b. \u063a\u062e\u0639 \u0630\u0634\u0631 \u0647\u0648\u062d\u062e\u0642\u0641 \u0641\u0627\u062b \u063a\u062e\u0639\u0641\u0639\u0632\u062b \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u062e\u0642 \u0639\u062d\u0645\u062e\u0634\u064a \u063a\u062e\u0639\u0642 \u062e\u0635\u0631 .\u0633\u0642\u0641 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0628\u0647\u0645\u062b.", - "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "\u062b\u064a\u0637 \u064a\u062e\u062b\u0633\u0631\\'\u0641 \u0627\u0634\u062f\u062b \u0634 \u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u062f\u0647\u064a\u062b\u062e. \u062d\u0645\u062b\u0634\u0633\u062b \u0639\u062d\u0645\u062e\u0634\u064a \u0634\u0631 .\u0633\u0642\u0641 \u0628\u0647\u0645\u062b.", - "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "\u062b\u064a\u0637 \u0627\u0634\u0633 \u0634 \u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u062f\u0647\u064a\u062b\u062e. \u0647\u0628 \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u062b\u064a\u0647\u0641 \u0641\u0627\u0647\u0633 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641, \u063a\u062e\u0639 \u0630\u0634\u0631 \u064a\u062e\u0635\u0631\u0645\u062e\u0634\u064a, \u062b\u064a\u0647\u0641, \u0634\u0631\u064a \u0642\u062b-\u0639\u062d\u0645\u062e\u0634\u064a \u0641\u0627\u062b \u062b\u0637\u0647\u0633\u0641\u0647\u0631\u0644 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641. \u0647\u0628 \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0642\u062b\u062d\u0645\u0634\u0630\u062b \u0641\u0627\u0647\u0633 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641, \u0639\u062d\u0645\u062e\u0634\u064a \u0634 \u0631\u062b\u0635 .\u0633\u0642\u0641 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0628\u0647\u0645\u062b.", - "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "\u062b\u064a\u0637 \u0627\u0634\u0633 \u0634 \u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u062f\u0647\u064a\u062b\u062e. \u0647\u0628 \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0642\u062b\u062d\u0645\u0634\u0630\u062b \u0641\u0627\u0647\u0633 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641, \u0639\u062d\u0645\u062e\u0634\u064a \u0634 \u0631\u062b\u0635 .\u0633\u0642\u0641 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0628\u0647\u0645\u062b. \u0647\u0628 \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u062b\u064a\u0647\u0641 \u0641\u0627\u0647\u0633 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641, \u063a\u062e\u0639 \u0630\u0634\u0631 \u064a\u062e\u0635\u0631\u0645\u062e\u0634\u064a, \u062b\u064a\u0647\u0641, \u0634\u0631\u064a \u0642\u062b-\u0639\u062d\u0645\u062e\u0634\u064a \u0641\u0627\u062b \u062b\u0637\u0647\u0633\u0641\u0647\u0631\u0644 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641.", - "Edit": "\u062b\u064a\u0647\u0641", - "Edit %(display_name)s (required)": "\u062b\u064a\u0647\u0641 %(display_name)s (\u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a)", - "Edit HTML": "\u062b\u064a\u0647\u0641 \u0627\u0641\u0648\u0645", - "Edit Membership": "\u062b\u064a\u0647\u0641 \u0648\u062b\u0648\u0632\u062b\u0642\u0633\u0627\u0647\u062d", - "Edit Team": "\u062b\u064a\u0647\u0641 \u0641\u062b\u0634\u0648", - "Edit Thumbnail": "\u062b\u064a\u0647\u0641 \u0641\u0627\u0639\u0648\u0632\u0631\u0634\u0647\u0645", - "Edit Your Name": "\u062b\u064a\u0647\u0641 \u063a\u062e\u0639\u0642 \u0631\u0634\u0648\u062b", - "Edit this certificate?": "\u062b\u064a\u0647\u0641 \u0641\u0627\u0647\u0633 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b?", - "Editable": "\u062b\u064a\u0647\u0641\u0634\u0632\u0645\u062b", - "Editing access for: %(title)s": "\u062b\u064a\u0647\u0641\u0647\u0631\u0644 \u0634\u0630\u0630\u062b\u0633\u0633 \u0628\u062e\u0642: %(title)s", - "Editing: {title}": "\u062b\u064a\u0647\u0641\u0647\u0631\u0644: {title}", - "Editor": "\u062b\u064a\u0647\u0641\u062e\u0642", - "Education Completed": "\u062b\u064a\u0639\u0630\u0634\u0641\u0647\u062e\u0631 \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b\u064a", - "Email": "\u062b\u0648\u0634\u0647\u0645", - "Email Address (Sign In)": "\u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 (\u0633\u0647\u0644\u0631 \u0647\u0631)", - "Email address": "\u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633", - "Emails successfully sent. The following users are no longer enrolled in the course:": "\u062b\u0648\u0634\u0647\u0645\u0633 \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0633\u062b\u0631\u0641. \u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u0639\u0633\u062b\u0642\u0633 \u0634\u0642\u062b \u0631\u062e \u0645\u062e\u0631\u0644\u062b\u0642 \u062b\u0631\u0642\u062e\u0645\u0645\u062b\u064a \u0647\u0631 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b:", - "Embed": "\u062b\u0648\u0632\u062b\u064a", - "Emoticons": "\u062b\u0648\u062e\u0641\u0647\u0630\u062e\u0631\u0633", - "Enable": "\u062b\u0631\u0634\u0632\u0645\u062b", - "Enable Cohorts": "\u062b\u0631\u0634\u0632\u0645\u062b \u0630\u062e\u0627\u062e\u0642\u0641\u0633", - "Enable Now": "\u062b\u0631\u0634\u0632\u0645\u062b \u0631\u062e\u0635", - "Enable Weekly Highlight Emails": "\u062b\u0631\u0634\u0632\u0645\u062b \u0635\u062b\u062b\u0646\u0645\u063a \u0627\u0647\u0644\u0627\u0645\u0647\u0644\u0627\u0641 \u062b\u0648\u0634\u0647\u0645\u0633", - "Enabled": "\u062b\u0631\u0634\u0632\u0645\u062b\u064a", - "Encoding": "\u062b\u0631\u0630\u062e\u064a\u0647\u0631\u0644", - "End My Exam": "\u062b\u0631\u064a \u0648\u063a \u062b\u0637\u0634\u0648", - "End of transcript. Skip to the start.": "\u062b\u0631\u064a \u062e\u0628 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641. \u0633\u0646\u0647\u062d \u0641\u062e \u0641\u0627\u062b \u0633\u0641\u0634\u0642\u0641.", - "Ends {end}": "\u062b\u0631\u064a\u0633 {end}", - "Engage with posts": "\u062b\u0631\u0644\u0634\u0644\u062b \u0635\u0647\u0641\u0627 \u062d\u062e\u0633\u0641\u0633", - "Enroll Now": "\u062b\u0631\u0642\u062e\u0645\u0645 \u0631\u062e\u0635", - "Enrolled": "\u062b\u0631\u0642\u062e\u0645\u0645\u062b\u064a", - "Enrolling you in the selected course": "\u062b\u0631\u0642\u062e\u0645\u0645\u0647\u0631\u0644 \u063a\u062e\u0639 \u0647\u0631 \u0641\u0627\u062b \u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a \u0630\u062e\u0639\u0642\u0633\u062b", - "Enrollment Date": "\u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u064a\u0634\u0641\u062b", - "Enrollment Mode": "\u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0648\u062e\u064a\u062b", - "Enrollment Opens on": "\u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u062e\u062d\u062b\u0631\u0633 \u062e\u0631", - "Enrollment Tracks": "\u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0641\u0642\u0634\u0630\u0646\u0633", - "Ensure that you can see your photo and read your name": "\u062b\u0631\u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u063a\u062e\u0639 \u0630\u0634\u0631 \u0633\u062b\u062b \u063a\u062e\u0639\u0642 \u062d\u0627\u062e\u0641\u062e \u0634\u0631\u064a \u0642\u062b\u0634\u064a \u063a\u062e\u0639\u0642 \u0631\u0634\u0648\u062b", - "Enter 3-5 highlights to include in the email message that learners receive for this section (250 character limit).": "\u062b\u0631\u0641\u062b\u0642 3-5 \u0627\u0647\u0644\u0627\u0645\u0647\u0644\u0627\u0641\u0633 \u0641\u062e \u0647\u0631\u0630\u0645\u0639\u064a\u062b \u0647\u0631 \u0641\u0627\u062b \u062b\u0648\u0634\u0647\u0645 \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u0641\u0627\u0634\u0641 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0642\u062b\u0630\u062b\u0647\u062f\u062b \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u0633\u062b\u0630\u0641\u0647\u062e\u0631 (250 \u0630\u0627\u0634\u0642\u0634\u0630\u0641\u062b\u0642 \u0645\u0647\u0648\u0647\u0641).", - "Enter Due Date and Time": "\u062b\u0631\u0641\u062b\u0642 \u064a\u0639\u062b \u064a\u0634\u0641\u062b \u0634\u0631\u064a \u0641\u0647\u0648\u062b", - "Enter Start Date and Time": "\u062b\u0631\u0641\u062b\u0642 \u0633\u0641\u0634\u0642\u0641 \u064a\u0634\u0641\u062b \u0634\u0631\u064a \u0641\u0647\u0648\u062b", - "Enter a student's username or email address.": "\u062b\u0631\u0641\u062b\u0642 \u0634 \u0633\u0641\u0639\u064a\u062b\u0631\u0641'\u0633 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b \u062e\u0642 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633.", - "Enter a username or email.": "\u062b\u0631\u0641\u062b\u0642 \u0634 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b \u062e\u0642 \u062b\u0648\u0634\u0647\u0645.", - "Enter and confirm your new password.": "\u062b\u0631\u0641\u062b\u0642 \u0634\u0631\u064a \u0630\u062e\u0631\u0628\u0647\u0642\u0648 \u063a\u062e\u0639\u0642 \u0631\u062b\u0635 \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a.", - "Enter email addresses and/or usernames, separated by new lines or commas, for the learners you want to add. *": "\u062b\u0631\u0641\u062b\u0642 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633\u062b\u0633 \u0634\u0631\u064a/\u062e\u0642 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b\u0633, \u0633\u062b\u062d\u0634\u0642\u0634\u0641\u062b\u064a \u0632\u063a \u0631\u062b\u0635 \u0645\u0647\u0631\u062b\u0633 \u062e\u0642 \u0630\u062e\u0648\u0648\u0634\u0633, \u0628\u062e\u0642 \u0641\u0627\u062b \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0634\u064a\u064a. *", - "Enter information to describe your team. You cannot change these details after you create the team.": "\u062b\u0631\u0641\u062b\u0642 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u0641\u062e \u064a\u062b\u0633\u0630\u0642\u0647\u0632\u062b \u063a\u062e\u0639\u0642 \u0641\u062b\u0634\u0648. \u063a\u062e\u0639 \u0630\u0634\u0631\u0631\u062e\u0641 \u0630\u0627\u0634\u0631\u0644\u062b \u0641\u0627\u062b\u0633\u062b \u064a\u062b\u0641\u0634\u0647\u0645\u0633 \u0634\u0628\u0641\u062b\u0642 \u063a\u062e\u0639 \u0630\u0642\u062b\u0634\u0641\u062b \u0641\u0627\u062b \u0641\u062b\u0634\u0648.", - "Enter some details for your support request.": "\u062b\u0631\u0641\u062b\u0642 \u0633\u062e\u0648\u062b \u064a\u062b\u0641\u0634\u0647\u0645\u0633 \u0628\u062e\u0642 \u063a\u062e\u0639\u0642 \u0633\u0639\u062d\u062d\u062e\u0642\u0641 \u0642\u062b\u0636\u0639\u062b\u0633\u0641.", - "Enter team description.": "\u062b\u0631\u0641\u062b\u0642 \u0641\u062b\u0634\u0648 \u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631.", - "Enter team name.": "\u062b\u0631\u0641\u062b\u0642 \u0641\u062b\u0634\u0648 \u0631\u0634\u0648\u062b.", - "Enter the account information for your organization.": "\u062b\u0631\u0641\u062b\u0642 \u0641\u0627\u062b \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u0628\u062e\u0642 \u063a\u062e\u0639\u0642 \u062e\u0642\u0644\u0634\u0631\u0647\u0638\u0634\u0641\u0647\u062e\u0631.", - "Enter the enrollment code.": "\u062b\u0631\u0641\u062b\u0642 \u0641\u0627\u062b \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0630\u062e\u064a\u062b.", - "Enter the name of the cohort": "\u062b\u0631\u0641\u062b\u0642 \u0641\u0627\u062b \u0631\u0634\u0648\u062b \u062e\u0628 \u0641\u0627\u062b \u0630\u062e\u0627\u062e\u0642\u0641", - "Enter the page number you'd like to quickly navigate to.": "\u062b\u0631\u0641\u062b\u0642 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0631\u0639\u0648\u0632\u062b\u0642 \u063a\u062e\u0639'\u064a \u0645\u0647\u0646\u062b \u0641\u062e \u0636\u0639\u0647\u0630\u0646\u0645\u063a \u0631\u0634\u062f\u0647\u0644\u0634\u0641\u062b \u0641\u062e.", - "Enter the username or email address of each learner that you want to add as an exception.": "\u062b\u0631\u0641\u062b\u0642 \u0641\u0627\u062b \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b \u062e\u0642 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 \u062e\u0628 \u062b\u0634\u0630\u0627 \u0645\u062b\u0634\u0642\u0631\u062b\u0642 \u0641\u0627\u0634\u0641 \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0634\u064a\u064a \u0634\u0633 \u0634\u0631 \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631.", - "Enter username or email": "\u062b\u0631\u0641\u062b\u0642 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b \u062e\u0642 \u062b\u0648\u0634\u0647\u0645", - "Enter your ": "\u062b\u0631\u0641\u062b\u0642 \u063a\u062e\u0639\u0642 ", - "Entrance exam attempts is being reset for student '{student_id}'.": "\u062b\u0631\u0641\u0642\u0634\u0631\u0630\u062b \u062b\u0637\u0634\u0648 \u0634\u0641\u0641\u062b\u0648\u062d\u0641\u0633 \u0647\u0633 \u0632\u062b\u0647\u0631\u0644 \u0642\u062b\u0633\u062b\u0641 \u0628\u062e\u0642 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 '{student_id}'.", - "Entrance exam state is being deleted for student '{student_id}'.": "\u062b\u0631\u0641\u0642\u0634\u0631\u0630\u062b \u062b\u0637\u0634\u0648 \u0633\u0641\u0634\u0641\u062b \u0647\u0633 \u0632\u062b\u0647\u0631\u0644 \u064a\u062b\u0645\u062b\u0641\u062b\u064a \u0628\u062e\u0642 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 '{student_id}'.", - "Error": "\u062b\u0642\u0642\u062e\u0642", - "Error adding learners.": "\u062b\u0642\u0642\u062e\u0642 \u0634\u064a\u064a\u0647\u0631\u0644 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633.", - "Error adding user": "\u062b\u0642\u0642\u062e\u0642 \u0634\u064a\u064a\u0647\u0631\u0644 \u0639\u0633\u062b\u0642", - "Error adding/removing users as beta testers.": "\u062b\u0642\u0642\u062e\u0642 \u0634\u064a\u064a\u0647\u0631\u0644/\u0642\u062b\u0648\u062e\u062f\u0647\u0631\u0644 \u0639\u0633\u062b\u0642\u0633 \u0634\u0633 \u0632\u062b\u0641\u0634 \u0641\u062b\u0633\u0641\u062b\u0642\u0633.", - "Error changing user's permissions.": "\u062b\u0642\u0642\u062e\u0642 \u0630\u0627\u0634\u0631\u0644\u0647\u0631\u0644 \u0639\u0633\u062b\u0642'\u0633 \u062d\u062b\u0642\u0648\u0647\u0633\u0633\u0647\u062e\u0631\u0633.", - "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "\u062b\u0642\u0642\u062e\u0642 \u064a\u062b\u0645\u062b\u0641\u0647\u0631\u0644 \u062b\u0631\u0641\u0642\u0634\u0631\u0630\u062b \u062b\u0637\u0634\u0648 \u0633\u0641\u0634\u0641\u062b \u0628\u062e\u0642 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 '{student_id}'. \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u0647\u062b\u0642 \u0647\u0633 \u0630\u062e\u0642\u0642\u062b\u0630\u0641.", - "Error deleting student '<%- student_id %>'s state on problem '<%- problem_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u062b\u0642\u0642\u062e\u0642 \u064a\u062b\u0645\u062b\u0641\u0647\u0631\u0644 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 '<%- student_id %>'\u0633 \u0633\u0641\u0634\u0641\u062b \u062e\u0631 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 '<%- problem_id %>'. \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u0641\u0627\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0634\u0631\u064a \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u0647\u062b\u0642\u0633 \u0634\u0642\u062b \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u0634\u0631\u064a \u0630\u062e\u0642\u0642\u062b\u0630\u0641.", - "Error enrolling/unenrolling users.": "\u062b\u0642\u0642\u062e\u0642 \u062b\u0631\u0642\u062e\u0645\u0645\u0647\u0631\u0644/\u0639\u0631\u062b\u0631\u0642\u062e\u0645\u0645\u0647\u0631\u0644 \u0639\u0633\u062b\u0642\u0633.", - "Error generating ORA data report. Please try again.": "\u062b\u0642\u0642\u062e\u0642 \u0644\u062b\u0631\u062b\u0642\u0634\u0641\u0647\u0631\u0644 \u062e\u0642\u0634 \u064a\u0634\u0641\u0634 \u0642\u062b\u062d\u062e\u0642\u0641. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "Error generating grades. Please try again.": "\u062b\u0642\u0642\u062e\u0642 \u0644\u062b\u0631\u062b\u0642\u0634\u0641\u0647\u0631\u0644 \u0644\u0642\u0634\u064a\u062b\u0633. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "Error generating list of students who may enroll. Please try again.": "\u062b\u0642\u0642\u062e\u0642 \u0644\u062b\u0631\u062b\u0642\u0634\u0641\u0647\u0631\u0644 \u0645\u0647\u0633\u0641 \u062e\u0628 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633 \u0635\u0627\u062e \u0648\u0634\u063a \u062b\u0631\u0642\u062e\u0645\u0645. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "Error generating problem grade report. Please try again.": "\u062b\u0642\u0642\u062e\u0642 \u0644\u062b\u0631\u062b\u0642\u0634\u0641\u0647\u0631\u0644 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0644\u0642\u0634\u064a\u062b \u0642\u062b\u062d\u062e\u0642\u0641. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "Error generating proctored exam results. Please try again.": "\u062b\u0642\u0642\u062e\u0642 \u0644\u062b\u0631\u062b\u0642\u0634\u0641\u0647\u0631\u0644 \u062d\u0642\u062e\u0630\u0641\u062e\u0642\u062b\u064a \u062b\u0637\u0634\u0648 \u0642\u062b\u0633\u0639\u0645\u0641\u0633. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "Error generating student profile information. Please try again.": "\u062b\u0642\u0642\u062e\u0642 \u0644\u062b\u0631\u062b\u0642\u0634\u0641\u0647\u0631\u0644 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u062d\u0642\u062e\u0628\u0647\u0645\u062b \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "Error generating survey results. Please try again.": "\u062b\u0642\u0642\u062e\u0642 \u0644\u062b\u0631\u062b\u0642\u0634\u0641\u0647\u0631\u0644 \u0633\u0639\u0642\u062f\u062b\u063a \u0642\u062b\u0633\u0639\u0645\u0641\u0633. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "Error getting enrollment status for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "\u062b\u0642\u0642\u062e\u0642 \u0644\u062b\u0641\u0641\u0647\u0631\u0644 \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0633\u0641\u0634\u0641\u0639\u0633 \u0628\u062e\u0642 '<%- student_id %>'. \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u0641\u0627\u062b \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u0647\u062b\u0642 \u0647\u0633 \u0633\u062d\u062b\u0645\u0645\u062b\u064a \u0630\u062e\u0642\u0642\u062b\u0630\u0641\u0645\u063a.", - "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "\u062b\u0642\u0642\u062e\u0642 \u0644\u062b\u0641\u0641\u0647\u0631\u0644 \u062b\u0631\u0641\u0642\u0634\u0631\u0630\u062b \u062b\u0637\u0634\u0648 \u0641\u0634\u0633\u0646 \u0627\u0647\u0633\u0641\u062e\u0642\u063a \u0628\u062e\u0642 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 '{student_id}'. \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u0647\u062b\u0642 \u0647\u0633 \u0630\u062e\u0642\u0642\u062b\u0630\u0641.", - "Error getting issued certificates list.": "\u062b\u0642\u0642\u062e\u0642 \u0644\u062b\u0641\u0641\u0647\u0631\u0644 \u0647\u0633\u0633\u0639\u062b\u064a \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633 \u0645\u0647\u0633\u0641.", - "Error getting student list.": "\u062b\u0642\u0642\u062e\u0642 \u0644\u062b\u0641\u0641\u0647\u0631\u0644 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0645\u0647\u0633\u0641.", - "Error getting student progress url for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "\u062b\u0642\u0642\u062e\u0642 \u0644\u062b\u0641\u0641\u0647\u0631\u0644 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u062d\u0642\u062e\u0644\u0642\u062b\u0633\u0633 \u0639\u0642\u0645 \u0628\u062e\u0642 '<%- student_id %>'. \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u0641\u0627\u062b \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u0647\u062b\u0642 \u0647\u0633 \u0633\u062d\u062b\u0645\u0645\u062b\u064a \u0630\u062e\u0642\u0642\u062b\u0630\u0641\u0645\u063a.", - "Error getting task history for problem '<%- problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u062b\u0642\u0642\u062e\u0642 \u0644\u062b\u0641\u0641\u0647\u0631\u0644 \u0641\u0634\u0633\u0646 \u0627\u0647\u0633\u0641\u062e\u0642\u063a \u0628\u062e\u0642 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 '<%- problem_id %>' \u0634\u0631\u064a \u0633\u0641\u0639\u064a\u062b\u0631\u0641 '<%- student_id %>'. \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u0641\u0627\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0634\u0631\u064a \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u0647\u062b\u0642\u0633 \u0634\u0642\u062b \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u0634\u0631\u064a \u0630\u062e\u0642\u0642\u062b\u0630\u0641.", - "Error importing course": "\u062b\u0642\u0642\u062e\u0642 \u0647\u0648\u062d\u062e\u0642\u0641\u0647\u0631\u0644 \u0630\u062e\u0639\u0642\u0633\u062b", - "Error listing task history for this student and problem.": "\u062b\u0642\u0642\u062e\u0642 \u0645\u0647\u0633\u0641\u0647\u0631\u0644 \u0641\u0634\u0633\u0646 \u0627\u0647\u0633\u0641\u062e\u0642\u063a \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0634\u0631\u064a \u062d\u0642\u062e\u0632\u0645\u062b\u0648.", - "Error removing user": "\u062b\u0642\u0642\u062e\u0642 \u0642\u062b\u0648\u062e\u062f\u0647\u0631\u0644 \u0639\u0633\u062b\u0642", - "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "\u062b\u0642\u0642\u062e\u0642 \u0642\u062b\u0633\u062b\u0641\u0641\u0647\u0631\u0644 \u062b\u0631\u0641\u0642\u0634\u0631\u0630\u062b \u062b\u0637\u0634\u0648 \u0634\u0641\u0641\u062b\u0648\u062d\u0641\u0633 \u0628\u062e\u0642 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 '{student_id}'. \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u0647\u062b\u0642 \u0647\u0633 \u0630\u062e\u0642\u0642\u062b\u0630\u0641.", - "Error resetting problem attempts for problem '<%= problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u062b\u0642\u0642\u062e\u0642 \u0642\u062b\u0633\u062b\u0641\u0641\u0647\u0631\u0644 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0634\u0641\u0641\u062b\u0648\u062d\u0641\u0633 \u0628\u062e\u0642 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 '<%= problem_id %>' \u0634\u0631\u064a \u0633\u0641\u0639\u064a\u062b\u0631\u0641 '<%- student_id %>'. \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u0641\u0627\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0634\u0631\u064a \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u0647\u062b\u0642\u0633 \u0634\u0642\u062b \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u0634\u0631\u064a \u0630\u062e\u0642\u0642\u062b\u0630\u0641.", - "Error retrieving grading configuration.": "\u062b\u0642\u0642\u062e\u0642 \u0642\u062b\u0641\u0642\u0647\u062b\u062f\u0647\u0631\u0644 \u0644\u0642\u0634\u064a\u0647\u0631\u0644 \u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u0634\u0641\u0647\u062e\u0631.", - "Error sending email.": "\u062b\u0642\u0642\u062e\u0642 \u0633\u062b\u0631\u064a\u0647\u0631\u0644 \u062b\u0648\u0634\u0647\u0645.", - "Error starting a task to override score for problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the score and the problem and student identifiers are complete and correct.": "\u062b\u0642\u0642\u062e\u0642 \u0633\u0641\u0634\u0642\u0641\u0647\u0631\u0644 \u0634 \u0641\u0634\u0633\u0646 \u0641\u062e \u062e\u062f\u062b\u0642\u0642\u0647\u064a\u062b \u0633\u0630\u062e\u0642\u062b \u0628\u062e\u0642 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 '<%- problem_id %>' \u0628\u062e\u0642 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 '<%- student_id %>'. \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u0641\u0627\u062b \u0641\u0627\u062b \u0633\u0630\u062e\u0642\u062b \u0634\u0631\u064a \u0641\u0627\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0634\u0631\u064a \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u0647\u062b\u0642\u0633 \u0634\u0642\u062b \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u0634\u0631\u064a \u0630\u062e\u0642\u0642\u062b\u0630\u0641.", - "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "\u062b\u0642\u0642\u062e\u0642 \u0633\u0641\u0634\u0642\u0641\u0647\u0631\u0644 \u0634 \u0641\u0634\u0633\u0646 \u0641\u062e \u0642\u062b\u0633\u0630\u062e\u0642\u062b \u062b\u0631\u0641\u0642\u0634\u0631\u0630\u062b \u062b\u0637\u0634\u0648 \u0628\u062e\u0642 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 '{student_id}'. \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u062b\u0631\u0641\u0642\u0634\u0631\u0630\u062b \u062b\u0637\u0634\u0648 \u0627\u0634\u0633 \u062d\u0642\u062e\u0632\u0645\u062b\u0648\u0633 \u0647\u0631 \u0647\u0641 \u0634\u0631\u064a \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u0647\u062b\u0642 \u0647\u0633 \u0630\u062e\u0642\u0642\u062b\u0630\u0641.", - "Error starting a task to rescore problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the problem and student identifiers are complete and correct.": "\u062b\u0642\u0642\u062e\u0642 \u0633\u0641\u0634\u0642\u0641\u0647\u0631\u0644 \u0634 \u0641\u0634\u0633\u0646 \u0641\u062e \u0642\u062b\u0633\u0630\u062e\u0642\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648 '<%- problem_id %>' \u0628\u062e\u0642 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 '<%- student_id %>'. \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u0641\u0627\u062b \u0641\u0627\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0634\u0631\u064a \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u0647\u062b\u0642\u0633 \u0634\u0642\u062b \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u0634\u0631\u064a \u0630\u062e\u0642\u0642\u062b\u0630\u0641.", - "Error starting a task to rescore problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u062b\u0642\u0642\u062e\u0642 \u0633\u0641\u0634\u0642\u0641\u0647\u0631\u0644 \u0634 \u0641\u0634\u0633\u0646 \u0641\u062e \u0642\u062b\u0633\u0630\u062e\u0642\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648 '<%- problem_id %>'. \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u0641\u0627\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u0647\u062b\u0642 \u0647\u0633 \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u0634\u0631\u064a \u0630\u062e\u0642\u0642\u062b\u0630\u0641.", - "Error starting a task to reset attempts for all students on problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u062b\u0642\u0642\u062e\u0642 \u0633\u0641\u0634\u0642\u0641\u0647\u0631\u0644 \u0634 \u0641\u0634\u0633\u0646 \u0641\u062e \u0642\u062b\u0633\u062b\u0641 \u0634\u0641\u0641\u062b\u0648\u062d\u0641\u0633 \u0628\u062e\u0642 \u0634\u0645\u0645 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633 \u062e\u0631 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 '<%- problem_id %>'. \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u0641\u0627\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u0647\u062b\u0642 \u0647\u0633 \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u0634\u0631\u064a \u0630\u062e\u0642\u0642\u062b\u0630\u0641.", - "Error while generating certificates. Please try again.": "\u062b\u0642\u0642\u062e\u0642 \u0635\u0627\u0647\u0645\u062b \u0644\u062b\u0631\u062b\u0642\u0634\u0641\u0647\u0631\u0644 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "Error while regenerating certificates. Please try again.": "\u062b\u0642\u0642\u062e\u0642 \u0635\u0627\u0647\u0645\u062b \u0642\u062b\u0644\u062b\u0631\u062b\u0642\u0634\u0641\u0647\u0631\u0644 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "Error.": "\u062b\u0642\u0642\u062e\u0642.", - "Error:": "\u062b\u0642\u0642\u062e\u0642:", - "Error: ": "\u062b\u0642\u0642\u062e\u0642: ", - "Error: Choosing failed.": "\u062b\u0642\u0642\u062e\u0642: \u0630\u0627\u062e\u062e\u0633\u0647\u0631\u0644 \u0628\u0634\u0647\u0645\u062b\u064a.", - "Error: Connection with server failed.": "\u062b\u0642\u0642\u062e\u0642: \u0630\u062e\u0631\u0631\u062b\u0630\u0641\u0647\u062e\u0631 \u0635\u0647\u0641\u0627 \u0633\u062b\u0642\u062f\u062b\u0642 \u0628\u0634\u0647\u0645\u062b\u064a.", - "Error: Import failed.": "\u062b\u0642\u0642\u062e\u0642: \u0647\u0648\u062d\u062e\u0642\u0641 \u0628\u0634\u0647\u0645\u062b\u064a.", - "Error: Replacing failed.": "\u062b\u0642\u0642\u062e\u0642: \u0642\u062b\u062d\u0645\u0634\u0630\u0647\u0631\u0644 \u0628\u0634\u0647\u0645\u062b\u064a.", - "Error: Uploading failed.": "\u062b\u0642\u0642\u062e\u0642: \u0639\u062d\u0645\u062e\u0634\u064a\u0647\u0631\u0644 \u0628\u0634\u0647\u0645\u062b\u064a.", - "Error: User '<%- username %>' has not yet activated their account. Users must create and activate their accounts before they can be assigned a role.": "\u062b\u0642\u0642\u062e\u0642: \u0639\u0633\u062b\u0642 '<%- username %>' \u0627\u0634\u0633 \u0631\u062e\u0641 \u063a\u062b\u0641 \u0634\u0630\u0641\u0647\u062f\u0634\u0641\u062b\u064a \u0641\u0627\u062b\u0647\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641. \u0639\u0633\u062b\u0642\u0633 \u0648\u0639\u0633\u0641 \u0630\u0642\u062b\u0634\u0641\u062b \u0634\u0631\u064a \u0634\u0630\u0641\u0647\u062f\u0634\u0641\u062b \u0641\u0627\u062b\u0647\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641\u0633 \u0632\u062b\u0628\u062e\u0642\u062b \u0641\u0627\u062b\u063a \u0630\u0634\u0631 \u0632\u062b \u0634\u0633\u0633\u0647\u0644\u0631\u062b\u064a \u0634 \u0642\u062e\u0645\u062b.", - "Error: You cannot remove yourself from the Instructor group!": "\u062b\u0642\u0642\u062e\u0642: \u063a\u062e\u0639 \u0630\u0634\u0631\u0631\u062e\u0641 \u0642\u062b\u0648\u062e\u062f\u062b \u063a\u062e\u0639\u0642\u0633\u062b\u0645\u0628 \u0628\u0642\u062e\u0648 \u0641\u0627\u062b \u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u062e\u0642 \u0644\u0642\u062e\u0639\u062d!", - "Errors": "\u062b\u0642\u0642\u062e\u0642\u0633", - "Errors/Technical Issues": "\u062b\u0642\u0642\u062e\u0642\u0633/\u0641\u062b\u0630\u0627\u0631\u0647\u0630\u0634\u0645 \u0647\u0633\u0633\u0639\u062b\u0633", - "Everyone who has staff privileges in this course": "\u062b\u062f\u062b\u0642\u063a\u062e\u0631\u062b \u0635\u0627\u062e \u0627\u0634\u0633 \u0633\u0641\u0634\u0628\u0628 \u062d\u0642\u0647\u062f\u0647\u0645\u062b\u0644\u062b\u0633 \u0647\u0631 \u0641\u0627\u0647\u0633 \u0630\u062e\u0639\u0642\u0633\u062b", - "Exam Name": "\u062b\u0637\u0634\u0648 \u0631\u0634\u0648\u062b", - "Exam Type": "\u062b\u0637\u0634\u0648 \u0641\u063a\u062d\u062b", - "Exam Types": "\u062b\u0637\u0634\u0648 \u0641\u063a\u062d\u062b\u0633", - "Exam timer and end exam button": "\u062b\u0637\u0634\u0648 \u0641\u0647\u0648\u062b\u0642 \u0634\u0631\u064a \u062b\u0631\u064a \u062b\u0637\u0634\u0648 \u0632\u0639\u0641\u0641\u062e\u0631", - "Exception Granted": "\u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0644\u0642\u0634\u0631\u0641\u062b\u064a", - "Exit full browser": "\u062b\u0637\u0647\u0641 \u0628\u0639\u0645\u0645 \u0632\u0642\u062e\u0635\u0633\u062b\u0642", - "Expand All": "\u062b\u0637\u062d\u0634\u0631\u064a \u0634\u0645\u0645", - "Expand Instructions": "\u062b\u0637\u062d\u0634\u0631\u064a \u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u0647\u062e\u0631\u0633", - "Explain if other.": "\u062b\u0637\u062d\u0645\u0634\u0647\u0631 \u0647\u0628 \u062e\u0641\u0627\u062b\u0642.", - "Explanation": "\u062b\u0637\u062d\u0645\u0634\u0631\u0634\u0641\u0647\u062e\u0631", - "Explicitly Hiding from Students": "\u062b\u0637\u062d\u0645\u0647\u0630\u0647\u0641\u0645\u063a \u0627\u0647\u064a\u0647\u0631\u0644 \u0628\u0642\u062e\u0648 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633", - "Explore New Programs": "\u062b\u0637\u062d\u0645\u062e\u0642\u062b \u0631\u062b\u0635 \u062d\u0642\u062e\u0644\u0642\u0634\u0648\u0633", - "Explore Programs": "\u062b\u0637\u062d\u0645\u062e\u0642\u062b \u062d\u0642\u062e\u0644\u0642\u0634\u0648\u0633", - "Explore your course!": "\u062b\u0637\u062d\u0645\u062e\u0642\u062b \u063a\u062e\u0639\u0642 \u0630\u062e\u0639\u0642\u0633\u062b!", - "Failed to delete student state for user.": "\u0628\u0634\u0647\u0645\u062b\u064a \u0641\u062e \u064a\u062b\u0645\u062b\u0641\u062b \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0633\u0641\u0634\u0641\u062b \u0628\u062e\u0642 \u0639\u0633\u062b\u0642.", - "Failed to rescore problem for user.": "\u0628\u0634\u0647\u0645\u062b\u064a \u0641\u062e \u0642\u062b\u0633\u0630\u062e\u0642\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0628\u062e\u0642 \u0639\u0633\u062b\u0642.", - "Failed to rescore problem to improve score for user.": "\u0628\u0634\u0647\u0645\u062b\u064a \u0641\u062e \u0642\u062b\u0633\u0630\u062e\u0642\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0641\u062e \u0647\u0648\u062d\u0642\u062e\u062f\u062b \u0633\u0630\u062e\u0642\u062b \u0628\u062e\u0642 \u0639\u0633\u062b\u0642.", - "Failed to reset attempts for user.": "\u0628\u0634\u0647\u0645\u062b\u064a \u0641\u062e \u0642\u062b\u0633\u062b\u0641 \u0634\u0641\u0641\u062b\u0648\u062d\u0641\u0633 \u0628\u062e\u0642 \u0639\u0633\u062b\u0642.", - "File": "\u0628\u0647\u0645\u062b", - "File Name": "\u0628\u0647\u0645\u062b \u0631\u0634\u0648\u062b", - "File format not supported. Please upload a file with a {ext} extension.": "\u0628\u0647\u0645\u062b \u0628\u062e\u0642\u0648\u0634\u0641 \u0631\u062e\u0641 \u0633\u0639\u062d\u062d\u062e\u0642\u0641\u062b\u064a. \u062d\u0645\u062b\u0634\u0633\u062b \u0639\u062d\u0645\u062e\u0634\u064a \u0634 \u0628\u0647\u0645\u062b \u0635\u0647\u0641\u0627 \u0634 {ext} \u062b\u0637\u0641\u062b\u0631\u0633\u0647\u062e\u0631.", - "File upload succeeded": "\u0628\u0647\u0645\u062b \u0639\u062d\u0645\u062e\u0634\u064a \u0633\u0639\u0630\u0630\u062b\u062b\u064a\u062b\u064a", - "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "\u0628\u0647\u0645\u062b {filename} \u062b\u0637\u0630\u062b\u062b\u064a\u0633 \u0648\u0634\u0637\u0647\u0648\u0639\u0648 \u0633\u0647\u0638\u062b \u062e\u0628 {maxFileSizeInMBs} \u0648\u0632", - "Files must be in JPEG or PNG format.": "\u0628\u0647\u0645\u062b\u0633 \u0648\u0639\u0633\u0641 \u0632\u062b \u0647\u0631 \u062a\u062d\u062b\u0644 \u062e\u0642 \u062d\u0631\u0644 \u0628\u062e\u0642\u0648\u0634\u0641.", - "Files that you upload must be PDFs or image files in .gif, .jpg, .jpeg, or .png format.": "\u0628\u0647\u0645\u062b\u0633 \u0641\u0627\u0634\u0641 \u063a\u062e\u0639 \u0639\u062d\u0645\u062e\u0634\u064a \u0648\u0639\u0633\u0641 \u0632\u062b \u062d\u064a\u0628\u0633 \u062e\u0642 \u0647\u0648\u0634\u0644\u062b \u0628\u0647\u0645\u062b\u0633 \u0647\u0631 .\u0644\u0647\u0628, .\u062a\u062d\u0644, .\u062a\u062d\u062b\u0644, \u062e\u0642 .\u062d\u0631\u0644 \u0628\u062e\u0642\u0648\u0634\u0641.", - "Files that you upload must be smaller than 5MB in size.": "\u0628\u0647\u0645\u062b\u0633 \u0641\u0627\u0634\u0641 \u063a\u062e\u0639 \u0639\u062d\u0645\u062e\u0634\u064a \u0648\u0639\u0633\u0641 \u0632\u062b \u0633\u0648\u0634\u0645\u0645\u062b\u0642 \u0641\u0627\u0634\u0631 5\u0648\u0632 \u0647\u0631 \u0633\u0647\u0638\u062b.", - "Fill browser": "\u0628\u0647\u0645\u0645 \u0632\u0642\u062e\u0635\u0633\u062b\u0642", - "Filter and sort topics": "\u0628\u0647\u0645\u0641\u062b\u0642 \u0634\u0631\u064a \u0633\u062e\u0642\u0641 \u0641\u062e\u062d\u0647\u0630\u0633", - "Final Grade": "\u0628\u0647\u0631\u0634\u0645 \u0644\u0642\u0634\u064a\u062b", - "Financial Aid": "\u0628\u0647\u0631\u0634\u0631\u0630\u0647\u0634\u0645 \u0634\u0647\u064a", - "Financial Assistance": "\u0628\u0647\u0631\u0634\u0631\u0630\u0647\u0634\u0645 \u0634\u0633\u0633\u0647\u0633\u0641\u0634\u0631\u0630\u062b", - "Financial Assistance Application": "\u0628\u0647\u0631\u0634\u0631\u0630\u0647\u0634\u0645 \u0634\u0633\u0633\u0647\u0633\u0641\u0634\u0631\u0630\u062b \u0634\u062d\u062d\u0645\u0647\u0630\u0634\u0641\u0647\u062e\u0631", - "Find": "\u0628\u0647\u0631\u064a", - "Find a course": "\u0628\u0647\u0631\u064a \u0634 \u0630\u062e\u0639\u0642\u0633\u062b", - "Find and replace": "\u0628\u0647\u0631\u064a \u0634\u0631\u064a \u0642\u062b\u062d\u0645\u0634\u0630\u062b", - "Find answers to the top questions asked by learners.": "\u0628\u0647\u0631\u064a \u0634\u0631\u0633\u0635\u062b\u0642\u0633 \u0641\u062e \u0641\u0627\u062b \u0641\u062e\u062d \u0636\u0639\u062b\u0633\u0641\u0647\u062e\u0631\u0633 \u0634\u0633\u0646\u062b\u064a \u0632\u063a \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633.", - "Find discussions": "\u0628\u0647\u0631\u064a \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631\u0633", - "Find next": "\u0628\u0647\u0631\u064a \u0631\u062b\u0637\u0641", - "Find previous": "\u0628\u0647\u0631\u064a \u062d\u0642\u062b\u062f\u0647\u062e\u0639\u0633", - "Finish": "\u0628\u0647\u0631\u0647\u0633\u0627", - "First time here?": "\u0628\u0647\u0642\u0633\u0641 \u0641\u0647\u0648\u062b \u0627\u062b\u0642\u062b?", - "Follow or unfollow posts": "\u0628\u062e\u0645\u0645\u062e\u0635 \u062e\u0642 \u0639\u0631\u0628\u062e\u0645\u0645\u062e\u0635 \u062d\u062e\u0633\u0641\u0633", - "Font Family": "\u0628\u062e\u0631\u0641 \u0628\u0634\u0648\u0647\u0645\u063a", - "Font Sizes": "\u0628\u062e\u0631\u0641 \u0633\u0647\u0638\u062b\u0633", - "Footer": "\u0628\u062e\u062e\u0641\u062b\u0642", - "For grading to work, you must change all {oldName} subsections to {newName}.": "\u0628\u062e\u0642 \u0644\u0642\u0634\u064a\u0647\u0631\u0644 \u0641\u062e \u0635\u062e\u0642\u0646, \u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u0630\u0627\u0634\u0631\u0644\u062b \u0634\u0645\u0645 {oldName} \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631\u0633 \u0641\u062e {newName}.", - "For inquiries regarding assignments, grades, or structure of a specific course, please post in the discussion forums for that course directly.": "\u0628\u062e\u0642 \u0647\u0631\u0636\u0639\u0647\u0642\u0647\u062b\u0633 \u0642\u062b\u0644\u0634\u0642\u064a\u0647\u0631\u0644 \u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641\u0633, \u0644\u0642\u0634\u064a\u062b\u0633, \u062e\u0642 \u0633\u0641\u0642\u0639\u0630\u0641\u0639\u0642\u062b \u062e\u0628 \u0634 \u0633\u062d\u062b\u0630\u0647\u0628\u0647\u0630 \u0630\u062e\u0639\u0642\u0633\u062b, \u062d\u0645\u062b\u0634\u0633\u062b \u062d\u062e\u0633\u0641 \u0647\u0631 \u0641\u0627\u062b \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631 \u0628\u062e\u0642\u0639\u0648\u0633 \u0628\u062e\u0642 \u0641\u0627\u0634\u0641 \u0630\u062e\u0639\u0642\u0633\u062b \u064a\u0647\u0642\u062b\u0630\u0641\u0645\u063a.", - "Format": "\u0628\u062e\u0642\u0648\u0634\u0641", - "Formats": "\u0628\u062e\u0642\u0648\u0634\u0641\u0633", - "Free text notes": "\u0628\u0642\u062b\u062b \u0641\u062b\u0637\u0641 \u0631\u062e\u0641\u062b\u0633", - "Frequently Asked Questions": "\u0628\u0642\u062b\u0636\u0639\u062b\u0631\u0641\u0645\u063a \u0634\u0633\u0646\u062b\u064a \u0636\u0639\u062b\u0633\u0641\u0647\u062e\u0631\u0633", - "Full Name": "\u0628\u0639\u0645\u0645 \u0631\u0634\u0648\u062b", - "Full Profile": "\u0628\u0639\u0645\u0645 \u062d\u0642\u062e\u0628\u0647\u0645\u062b", - "Fullscreen": "\u0628\u0639\u0645\u0645\u0633\u0630\u0642\u062b\u062b\u0631", - "Fully Supported": "\u0628\u0639\u0645\u0645\u063a \u0633\u0639\u062d\u062d\u062e\u0642\u0641\u062b\u064a", - "Gender": "\u0644\u062b\u0631\u064a\u062b\u0642", - "General": "\u0644\u062b\u0631\u062b\u0642\u0634\u0645", - "General Proctored Exam Rules": "\u0644\u062b\u0631\u062b\u0642\u0634\u0645 \u062d\u0642\u062e\u0630\u0641\u062e\u0642\u062b\u064a \u062b\u0637\u0634\u0648 \u0642\u0639\u0645\u062b\u0633", - "Generate": "\u0644\u062b\u0631\u062b\u0642\u0634\u0641\u062b", - "Generate Exception Certificates": "\u0644\u062b\u0631\u062b\u0642\u0634\u0641\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633", - "Generate the user's certificate": "\u0644\u062b\u0631\u062b\u0642\u0634\u0641\u062b \u0641\u0627\u062b \u0639\u0633\u062b\u0642'\u0633 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b", - "Get Credit": "\u0644\u062b\u0641 \u0630\u0642\u062b\u064a\u0647\u0641", - "Go to Dashboard": "\u0644\u062e \u0641\u062e \u064a\u0634\u0633\u0627\u0632\u062e\u0634\u0642\u064a", - "Go to my Dashboard": "\u0644\u062e \u0641\u062e \u0648\u063a \u064a\u0634\u0633\u0627\u0632\u062e\u0634\u0642\u064a", - "Go to your Dashboard": "\u0644\u062e \u0641\u062e \u063a\u062e\u0639\u0642 \u064a\u0634\u0633\u0627\u0632\u062e\u0634\u0642\u064a", - "Go to {platform} Home": "\u0644\u062e \u0641\u062e {platform} \u0627\u062e\u0648\u062b", - "Going forward, your account information will be updated and maintained by {enterprise_name}.": "\u0644\u062e\u0647\u0631\u0644 \u0628\u062e\u0642\u0635\u0634\u0642\u064a, \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u0635\u0647\u0645\u0645 \u0632\u062b \u0639\u062d\u064a\u0634\u0641\u062b\u064a \u0634\u0631\u064a \u0648\u0634\u0647\u0631\u0641\u0634\u0647\u0631\u062b\u064a \u0632\u063a {enterprise_name}.", - "Government-Issued Photo ID": "\u0644\u062e\u062f\u062b\u0642\u0631\u0648\u062b\u0631\u0641-\u0647\u0633\u0633\u0639\u062b\u064a \u062d\u0627\u062e\u0641\u062e \u0647\u064a", - "Grace period must be specified in HH:MM format.": "\u0644\u0642\u0634\u0630\u062b \u062d\u062b\u0642\u0647\u062e\u064a \u0648\u0639\u0633\u0641 \u0632\u062b \u0633\u062d\u062b\u0630\u0647\u0628\u0647\u062b\u064a \u0647\u0631 \u0627\u0627:\u0648\u0648 \u0628\u062e\u0642\u0648\u0634\u0641.", - "Grade": "\u0644\u0642\u0634\u064a\u062b", - "Grade as:": "\u0644\u0642\u0634\u064a\u062b \u0634\u0633:", - "Grade must be a number.": "\u0644\u0642\u0634\u064a\u062b \u0648\u0639\u0633\u0641 \u0632\u062b \u0634 \u0631\u0639\u0648\u0632\u062b\u0642.", - "Grade must be an integer.": "\u0644\u0642\u0634\u064a\u062b \u0648\u0639\u0633\u0641 \u0632\u062b \u0634\u0631 \u0647\u0631\u0641\u062b\u0644\u062b\u0642.", - "Grade must be positive.": "\u0644\u0642\u0634\u064a\u062b \u0648\u0639\u0633\u0641 \u0632\u062b \u062d\u062e\u0633\u0647\u0641\u0647\u062f\u062b.", - "Graded as:": "\u0644\u0642\u0634\u064a\u062b\u064a \u0634\u0633:", - "Grading": "\u0644\u0642\u0634\u064a\u0647\u0631\u0644", - "Group": "\u0644\u0642\u062e\u0639\u062d", - "Group %s": "\u0644\u0642\u062e\u0639\u062d %s", - "Group A": "\u0644\u0642\u062e\u0639\u062d \u0634", - "Group B": "\u0644\u0642\u062e\u0639\u062d \u0632", - "Group Configuration ID": "\u0644\u0642\u062e\u0639\u062d \u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u0634\u0641\u0647\u062e\u0631 \u0647\u064a", - "Group Configuration Name": "\u0644\u0642\u062e\u0639\u062d \u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u0634\u0641\u0647\u062e\u0631 \u0631\u0634\u0648\u062b", - "Group Configuration information": "\u0644\u0642\u062e\u0639\u062d \u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u0634\u0641\u0647\u062e\u0631 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631", - "Group Configuration name is required.": "\u0644\u0642\u062e\u0639\u062d \u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u0634\u0641\u0647\u062e\u0631 \u0631\u0634\u0648\u062b \u0647\u0633 \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a.", - "Group information": "\u0644\u0642\u062e\u0639\u062d \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631", - "Group name is required": "\u0644\u0642\u062e\u0639\u062d \u0631\u0634\u0648\u062b \u0647\u0633 \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a", - "Groups": "\u0644\u0642\u062e\u0639\u062d\u0633", - "H Align": "\u0627 \u0634\u0645\u0647\u0644\u0631", - "HTML preview of post": "\u0627\u0641\u0648\u0645 \u062d\u0642\u062b\u062f\u0647\u062b\u0635 \u062e\u0628 \u062d\u062e\u0633\u0641", - "HTML source code": "\u0627\u0641\u0648\u0645 \u0633\u062e\u0639\u0642\u0630\u062b \u0630\u062e\u064a\u062b", - "Header": "\u0627\u062b\u0634\u064a\u062b\u0642", - "Header 1": "\u0627\u062b\u0634\u064a\u062b\u0642 1", - "Header 2": "\u0627\u062b\u0634\u064a\u062b\u0642 2", - "Header 3": "\u0627\u062b\u0634\u064a\u062b\u0642 3", - "Header 4": "\u0627\u062b\u0634\u064a\u062b\u0642 4", - "Header 5": "\u0627\u062b\u0634\u064a\u062b\u0642 5", - "Header 6": "\u0627\u062b\u0634\u064a\u062b\u0642 6", - "Header cell": "\u0627\u062b\u0634\u064a\u062b\u0642 \u0630\u062b\u0645\u0645", - "Headers": "\u0627\u062b\u0634\u064a\u062b\u0642\u0633", - "Heading": "\u0627\u062b\u0634\u064a\u0647\u0631\u0644", - "Heading (Ctrl+H)": "\u0627\u062b\u0634\u064a\u0647\u0631\u0644 (\u0630\u0641\u0642\u0645+\u0627)", - "Heading 1": "\u0627\u062b\u0634\u064a\u0647\u0631\u0644 1", - "Heading 2": "\u0627\u062b\u0634\u064a\u0647\u0631\u0644 2", - "Heading 3": "\u0627\u062b\u0634\u064a\u0647\u0631\u0644 3", - "Heading 4": "\u0627\u062b\u0634\u064a\u0647\u0631\u0644 4", - "Heading 5": "\u0627\u062b\u0634\u064a\u0647\u0631\u0644 5", - "Heading 6": "\u0627\u062b\u0634\u064a\u0647\u0631\u0644 6", - "Headings": "\u0627\u062b\u0634\u064a\u0647\u0631\u0644\u0633", - "Height": "\u0627\u062b\u0647\u0644\u0627\u0641", - "Help Translate into {beta_language}": "\u0627\u062b\u0645\u062d \u0641\u0642\u0634\u0631\u0633\u0645\u0634\u0641\u062b \u0647\u0631\u0641\u062e {beta_language}", - "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "\u0627\u062b\u0645\u062d \u062e\u0641\u0627\u062b\u0642 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u064a\u062b\u0630\u0647\u064a\u062b \u0635\u0627\u062b\u0641\u0627\u062b\u0642 \u0641\u062e \u062a\u062e\u0647\u0631 \u063a\u062e\u0639\u0642 \u0641\u062b\u0634\u0648 \u0632\u063a \u0633\u062d\u062b\u0630\u0647\u0628\u063a\u0647\u0631\u0644 \u0633\u062e\u0648\u062b \u0630\u0627\u0634\u0642\u0634\u0630\u0641\u062b\u0642\u0647\u0633\u0641\u0647\u0630\u0633 \u0628\u062e\u0642 \u063a\u062e\u0639\u0642 \u0641\u062b\u0634\u0648. \u0630\u0627\u062e\u062e\u0633\u062b \u0630\u0634\u0642\u062b\u0628\u0639\u0645\u0645\u063a, \u0632\u062b\u0630\u0634\u0639\u0633\u062b \u0628\u062b\u0635\u062b\u0642 \u062d\u062b\u062e\u062d\u0645\u062b \u0648\u0647\u0644\u0627\u0641 \u0632\u062b \u0647\u0631\u0641\u062b\u0642\u062b\u0633\u0641\u062b\u064a \u0647\u0631 \u062a\u062e\u0647\u0631\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u0641\u062b\u0634\u0648 \u0647\u0628 \u0647\u0641 \u0633\u062b\u062b\u0648\u0633 \u0641\u062e\u062e \u0642\u062b\u0633\u0641\u0642\u0647\u0630\u0641\u0647\u062f\u062b.", - "Hide Annotations": "\u0627\u0647\u064a\u062b \u0634\u0631\u0631\u062e\u0641\u0634\u0641\u0647\u062e\u0631\u0633", - "Hide Deprecated Settings": "\u0627\u0647\u064a\u062b \u064a\u062b\u062d\u0642\u062b\u0630\u0634\u0641\u062b\u064a \u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633", - "Hide Discussion": "\u0627\u0647\u064a\u062b \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631", - "Hide Previews": "\u0627\u0647\u064a\u062b \u062d\u0642\u062b\u062f\u0647\u062b\u0635\u0633", - "Hide Timer": "\u0627\u0647\u064a\u062b \u0641\u0647\u0648\u062b\u0642", - "Hide closed captions": "\u0627\u0647\u064a\u062b \u0630\u0645\u062e\u0633\u062b\u064a \u0630\u0634\u062d\u0641\u0647\u062e\u0631\u0633", - "Hide content after course end date": "\u0627\u0647\u064a\u062b \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0634\u0628\u0641\u062b\u0642 \u0630\u062e\u0639\u0642\u0633\u062b \u062b\u0631\u064a \u064a\u0634\u0641\u062b", - "Hide content after due date": "\u0627\u0647\u064a\u062b \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0634\u0628\u0641\u062b\u0642 \u064a\u0639\u062b \u064a\u0634\u0641\u062b", - "Hide entire subsection": "\u0627\u0647\u064a\u062b \u062b\u0631\u0641\u0647\u0642\u062b \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631", - "Hide from learners": "\u0627\u0647\u064a\u062b \u0628\u0642\u062e\u0648 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633", - "Hide notes": "\u0627\u0647\u064a\u062b \u0631\u062e\u0641\u062b\u0633", - "Hide transcripts ({transcriptCount})": "\u0627\u0647\u064a\u062b \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641\u0633 ({transcriptCount})", - "Hiding from Students": "\u0627\u0647\u064a\u0647\u0631\u0644 \u0628\u0642\u062e\u0648 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633", - "High Definition": "\u0627\u0647\u0644\u0627 \u064a\u062b\u0628\u0647\u0631\u0647\u0641\u0647\u062e\u0631", - "Highlight {highlight_index}": "\u0627\u0647\u0644\u0627\u0645\u0647\u0644\u0627\u0641 {highlight_index}", - "Highlighted text": "\u0627\u0647\u0644\u0627\u0645\u0647\u0644\u0627\u0641\u062b\u064a \u0641\u062b\u0637\u0641", - "Highlights for {display_name}": "\u0627\u0647\u0644\u0627\u0645\u0647\u0644\u0627\u0641\u0633 \u0628\u062e\u0642 {display_name}", - "Horizontal Rule (Ctrl+R)": "\u0627\u062e\u0642\u0647\u0638\u062e\u0631\u0641\u0634\u0645 \u0642\u0639\u0645\u062b (\u0630\u0641\u0642\u0645+\u0642)", - "Horizontal line": "\u0627\u062e\u0642\u0647\u0638\u062e\u0631\u0641\u0634\u0645 \u0645\u0647\u0631\u062b", - "Horizontal space": "\u0627\u062e\u0642\u0647\u0638\u062e\u0631\u0641\u0634\u0645 \u0633\u062d\u0634\u0630\u062b", - "How to create useful text alternatives.": "\u0627\u062e\u0635 \u0641\u062e \u0630\u0642\u062b\u0634\u0641\u062b \u0639\u0633\u062b\u0628\u0639\u0645 \u0641\u062b\u0637\u0641 \u0634\u0645\u0641\u062b\u0642\u0631\u0634\u0641\u0647\u062f\u062b\u0633.", - "How to use %(platform_name)s discussions": "\u0627\u062e\u0635 \u0641\u062e \u0639\u0633\u062b %(platform_name)s \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631\u0633", - "Hyperlink (Ctrl+L)": "\u0627\u063a\u062d\u062b\u0642\u0645\u0647\u0631\u0646 (\u0630\u0641\u0642\u0645+\u0645)", - "ID": "\u0647\u064a", - "ID-Verification is not required for this Professional Education course.": "\u0647\u064a-\u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631 \u0647\u0633 \u0631\u062e\u0641 \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u062d\u0642\u062e\u0628\u062b\u0633\u0633\u0647\u062e\u0631\u0634\u0645 \u062b\u064a\u0639\u0630\u0634\u0641\u0647\u062e\u0631 \u0630\u062e\u0639\u0642\u0633\u062b.", - "Identity Verification In Progress": "\u0647\u064a\u062b\u0631\u0641\u0647\u0641\u063a \u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631 \u0647\u0631 \u062d\u0642\u062e\u0644\u0642\u062b\u0633\u0633", - "If the course does not have an end date, learners always see their scores when they submit answers to assessments.": "\u0647\u0628 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u064a\u062e\u062b\u0633 \u0631\u062e\u0641 \u0627\u0634\u062f\u062b \u0634\u0631 \u062b\u0631\u064a \u064a\u0634\u0641\u062b, \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0634\u0645\u0635\u0634\u063a\u0633 \u0633\u062b\u062b \u0641\u0627\u062b\u0647\u0642 \u0633\u0630\u062e\u0642\u062b\u0633 \u0635\u0627\u062b\u0631 \u0641\u0627\u062b\u063a \u0633\u0639\u0632\u0648\u0647\u0641 \u0634\u0631\u0633\u0635\u062b\u0642\u0633 \u0641\u062e \u0634\u0633\u0633\u062b\u0633\u0633\u0648\u062b\u0631\u0641\u0633.", - "If the subsection does not have a due date, learners always see their scores when they submit answers to assessments.": "\u0647\u0628 \u0641\u0627\u062b \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u064a\u062e\u062b\u0633 \u0631\u062e\u0641 \u0627\u0634\u062f\u062b \u0634 \u064a\u0639\u062b \u064a\u0634\u0641\u062b, \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0634\u0645\u0635\u0634\u063a\u0633 \u0633\u062b\u062b \u0641\u0627\u062b\u0647\u0642 \u0633\u0630\u062e\u0642\u062b\u0633 \u0635\u0627\u062b\u0631 \u0641\u0627\u062b\u063a \u0633\u0639\u0632\u0648\u0647\u0641 \u0634\u0631\u0633\u0635\u062b\u0642\u0633 \u0641\u062e \u0634\u0633\u0633\u062b\u0633\u0633\u0648\u062b\u0631\u0641\u0633.", - "If the unit was previously published and released to learners, any changes you made to the unit when it was hidden will now be visible to learners.": "\u0647\u0628 \u0641\u0627\u062b \u0639\u0631\u0647\u0641 \u0635\u0634\u0633 \u062d\u0642\u062b\u062f\u0647\u062e\u0639\u0633\u0645\u063a \u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a \u0634\u0631\u064a \u0642\u062b\u0645\u062b\u0634\u0633\u062b\u064a \u0641\u062e \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633, \u0634\u0631\u063a \u0630\u0627\u0634\u0631\u0644\u062b\u0633 \u063a\u062e\u0639 \u0648\u0634\u064a\u062b \u0641\u062e \u0641\u0627\u062b \u0639\u0631\u0647\u0641 \u0635\u0627\u062b\u0631 \u0647\u0641 \u0635\u0634\u0633 \u0627\u0647\u064a\u064a\u062b\u0631 \u0635\u0647\u0645\u0645 \u0631\u062e\u0635 \u0632\u062b \u062f\u0647\u0633\u0647\u0632\u0645\u062b \u0641\u062e \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633.", - "If the unit was previously published and released to students, any changes you made to the unit when it was hidden will now be visible to students. Do you want to proceed?": "\u0647\u0628 \u0641\u0627\u062b \u0639\u0631\u0647\u0641 \u0635\u0634\u0633 \u062d\u0642\u062b\u062f\u0647\u062e\u0639\u0633\u0645\u063a \u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a \u0634\u0631\u064a \u0642\u062b\u0645\u062b\u0634\u0633\u062b\u064a \u0641\u062e \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633, \u0634\u0631\u063a \u0630\u0627\u0634\u0631\u0644\u062b\u0633 \u063a\u062e\u0639 \u0648\u0634\u064a\u062b \u0641\u062e \u0641\u0627\u062b \u0639\u0631\u0647\u0641 \u0635\u0627\u062b\u0631 \u0647\u0641 \u0635\u0634\u0633 \u0627\u0647\u064a\u064a\u062b\u0631 \u0635\u0647\u0645\u0645 \u0631\u062e\u0635 \u0632\u062b \u062f\u0647\u0633\u0647\u0632\u0645\u062b \u0641\u062e \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633. \u064a\u062e \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u062d\u0642\u062e\u0630\u062b\u062b\u064a?", - "If you are unable to access your account contact us via email using {email}.": "\u0647\u0628 \u063a\u062e\u0639 \u0634\u0642\u062b \u0639\u0631\u0634\u0632\u0645\u062b \u0641\u062e \u0634\u0630\u0630\u062b\u0633\u0633 \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0630\u062e\u0631\u0641\u0634\u0630\u0641 \u0639\u0633 \u062f\u0647\u0634 \u062b\u0648\u0634\u0647\u0645 \u0639\u0633\u0647\u0631\u0644 {email}.", - "If you do not yet have an account, use the button below to register.": "\u0647\u0628 \u063a\u062e\u0639 \u064a\u062e \u0631\u062e\u0641 \u063a\u062b\u0641 \u0627\u0634\u062f\u062b \u0634\u0631 \u0634\u0630\u0630\u062e\u0639\u0631\u0641, \u0639\u0633\u062b \u0641\u0627\u062b \u0632\u0639\u0641\u0641\u062e\u0631 \u0632\u062b\u0645\u062e\u0635 \u0641\u062e \u0642\u062b\u0644\u0647\u0633\u0641\u062b\u0642.", - "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "\u0647\u0628 \u063a\u062e\u0639 \u064a\u062e\u0631'\u0641 \u062f\u062b\u0642\u0647\u0628\u063a \u063a\u062e\u0639\u0642 \u0647\u064a\u062b\u0631\u0641\u0647\u0641\u063a \u0631\u062e\u0635, \u063a\u062e\u0639 \u0630\u0634\u0631 \u0633\u0641\u0647\u0645\u0645 \u062b\u0637\u062d\u0645\u062e\u0642\u062b \u063a\u062e\u0639\u0642 \u0630\u062e\u0639\u0642\u0633\u062b \u0628\u0642\u062e\u0648 \u063a\u062e\u0639\u0642 \u064a\u0634\u0633\u0627\u0632\u062e\u0634\u0642\u064a. \u063a\u062e\u0639 \u0635\u0647\u0645\u0645 \u0642\u062b\u0630\u062b\u0647\u062f\u062b \u062d\u062b\u0642\u0647\u062e\u064a\u0647\u0630 \u0642\u062b\u0648\u0647\u0631\u064a\u062b\u0642\u0633 \u0628\u0642\u062e\u0648 %(platformName)s \u0641\u062e \u062f\u062b\u0642\u0647\u0628\u063a \u063a\u062e\u0639\u0642 \u0647\u064a\u062b\u0631\u0641\u0647\u0641\u063a.", - "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from {platformName} to verify your identity.": "\u0647\u0628 \u063a\u062e\u0639 \u064a\u062e\u0631'\u0641 \u062f\u062b\u0642\u0647\u0628\u063a \u063a\u062e\u0639\u0642 \u0647\u064a\u062b\u0631\u0641\u0647\u0641\u063a \u0631\u062e\u0635, \u063a\u062e\u0639 \u0630\u0634\u0631 \u0633\u0641\u0647\u0645\u0645 \u062b\u0637\u062d\u0645\u062e\u0642\u062b \u063a\u062e\u0639\u0642 \u0630\u062e\u0639\u0642\u0633\u062b \u0628\u0642\u062e\u0648 \u063a\u062e\u0639\u0642 \u064a\u0634\u0633\u0627\u0632\u062e\u0634\u0642\u064a. \u063a\u062e\u0639 \u0635\u0647\u0645\u0645 \u0642\u062b\u0630\u062b\u0647\u062f\u062b \u062d\u062b\u0642\u0647\u062e\u064a\u0647\u0630 \u0642\u062b\u0648\u0647\u0631\u064a\u062b\u0642\u0633 \u0628\u0642\u062e\u0648 {platformName} \u0641\u062e \u062f\u062b\u0642\u0647\u0628\u063a \u063a\u062e\u0639\u0642 \u0647\u064a\u062b\u0631\u0641\u0647\u0641\u063a.", - "If you leave, you can no longer post in this team's discussions. Your place will be available to another learner.": "\u0647\u0628 \u063a\u062e\u0639 \u0645\u062b\u0634\u062f\u062b, \u063a\u062e\u0639 \u0630\u0634\u0631 \u0631\u062e \u0645\u062e\u0631\u0644\u062b\u0642 \u062d\u062e\u0633\u0641 \u0647\u0631 \u0641\u0627\u0647\u0633 \u0641\u062b\u0634\u0648'\u0633 \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631\u0633. \u063a\u062e\u0639\u0642 \u062d\u0645\u0634\u0630\u062b \u0635\u0647\u0645\u0645 \u0632\u062b \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b \u0641\u062e \u0634\u0631\u062e\u0641\u0627\u062b\u0642 \u0645\u062b\u0634\u0642\u0631\u062b\u0642.", - "If you make significant changes, make sure you notify members of the team before making these changes.": "\u0647\u0628 \u063a\u062e\u0639 \u0648\u0634\u0646\u062b \u0633\u0647\u0644\u0631\u0647\u0628\u0647\u0630\u0634\u0631\u0641 \u0630\u0627\u0634\u0631\u0644\u062b\u0633, \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0631\u062e\u0641\u0647\u0628\u063a \u0648\u062b\u0648\u0632\u062b\u0642\u0633 \u062e\u0628 \u0641\u0627\u062b \u0641\u062b\u0634\u0648 \u0632\u062b\u0628\u062e\u0642\u062b \u0648\u0634\u0646\u0647\u0631\u0644 \u0641\u0627\u062b\u0633\u062b \u0630\u0627\u0634\u0631\u0644\u062b\u0633.", - "If you make this %(xblockType)s visible to learners, learners will be able to see its content after the release date has passed and you have published the unit. Only units that are explicitly hidden from learners will remain hidden after you clear this option for the %(xblockType)s.": "\u0647\u0628 \u063a\u062e\u0639 \u0648\u0634\u0646\u062b \u0641\u0627\u0647\u0633 %(xblockType)s \u062f\u0647\u0633\u0647\u0632\u0645\u062b \u0641\u062e \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633, \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0635\u0647\u0645\u0645 \u0632\u062b \u0634\u0632\u0645\u062b \u0641\u062e \u0633\u062b\u062b \u0647\u0641\u0633 \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0634\u0628\u0641\u062b\u0642 \u0641\u0627\u062b \u0642\u062b\u0645\u062b\u0634\u0633\u062b \u064a\u0634\u0641\u062b \u0627\u0634\u0633 \u062d\u0634\u0633\u0633\u062b\u064a \u0634\u0631\u064a \u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a \u0641\u0627\u062b \u0639\u0631\u0647\u0641. \u062e\u0631\u0645\u063a \u0639\u0631\u0647\u0641\u0633 \u0641\u0627\u0634\u0641 \u0634\u0642\u062b \u062b\u0637\u062d\u0645\u0647\u0630\u0647\u0641\u0645\u063a \u0627\u0647\u064a\u064a\u062b\u0631 \u0628\u0642\u062e\u0648 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0635\u0647\u0645\u0645 \u0642\u062b\u0648\u0634\u0647\u0631 \u0627\u0647\u064a\u064a\u062b\u0631 \u0634\u0628\u0641\u062b\u0642 \u063a\u062e\u0639 \u0630\u0645\u062b\u0634\u0642 \u0641\u0627\u0647\u0633 \u062e\u062d\u0641\u0647\u062e\u0631 \u0628\u062e\u0642 \u0641\u0627\u062b %(xblockType)s.", - "If you proceed, you will be unable to use this account to take courses on the edX app, edx.org, or any other site hosted by edX. This includes access to edx.org from your employer\u2019s or university\u2019s system and access to private sites offered by MIT Open Learning, Wharton Executive Education, and Harvard Medical School.": "\u0647\u0628 \u063a\u062e\u0639 \u062d\u0642\u062e\u0630\u062b\u062b\u064a, \u063a\u062e\u0639 \u0635\u0647\u0645\u0645 \u0632\u062b \u0639\u0631\u0634\u0632\u0645\u062b \u0641\u062e \u0639\u0633\u062b \u0641\u0627\u0647\u0633 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0641\u062e \u0641\u0634\u0646\u062b \u0630\u062e\u0639\u0642\u0633\u062b\u0633 \u062e\u0631 \u0641\u0627\u062b \u062b\u064a\u0637 \u0634\u062d\u062d, \u062b\u064a\u0637.\u062e\u0642\u0644, \u062e\u0642 \u0634\u0631\u063a \u062e\u0641\u0627\u062b\u0642 \u0633\u0647\u0641\u062b \u0627\u062e\u0633\u0641\u062b\u064a \u0632\u063a \u062b\u064a\u0637. \u0641\u0627\u0647\u0633 \u0647\u0631\u0630\u0645\u0639\u064a\u062b\u0633 \u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u062e \u062b\u064a\u0637.\u062e\u0642\u0644 \u0628\u0642\u062e\u0648 \u063a\u062e\u0639\u0642 \u062b\u0648\u062d\u0645\u062e\u063a\u062b\u0642\u2019\u0633 \u062e\u0642 \u0639\u0631\u0647\u062f\u062b\u0642\u0633\u0647\u0641\u063a\u2019\u0633 \u0633\u063a\u0633\u0641\u062b\u0648 \u0634\u0631\u064a \u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u062e \u062d\u0642\u0647\u062f\u0634\u0641\u062b \u0633\u0647\u0641\u062b\u0633 \u062e\u0628\u0628\u062b\u0642\u062b\u064a \u0632\u063a \u0648\u0647\u0641 \u062e\u062d\u062b\u0631 \u0645\u062b\u0634\u0642\u0631\u0647\u0631\u0644, \u0635\u0627\u0634\u0642\u0641\u062e\u0631 \u062b\u0637\u062b\u0630\u0639\u0641\u0647\u062f\u062b \u062b\u064a\u0639\u0630\u0634\u0641\u0647\u062e\u0631, \u0634\u0631\u064a \u0627\u0634\u0642\u062f\u0634\u0642\u064a \u0648\u062b\u064a\u0647\u0630\u0634\u0645 \u0633\u0630\u0627\u062e\u062e\u0645.", - "If you remove this transcript, the transcript will not be available for any components that use this video.": "\u0647\u0628 \u063a\u062e\u0639 \u0642\u062b\u0648\u062e\u062f\u062b \u0641\u0627\u0647\u0633 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641, \u0641\u0627\u062b \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0635\u0647\u0645\u0645 \u0631\u062e\u0641 \u0632\u062b \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b \u0628\u062e\u0642 \u0634\u0631\u063a \u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641\u0633 \u0641\u0627\u0634\u0641 \u0639\u0633\u062b \u0641\u0627\u0647\u0633 \u062f\u0647\u064a\u062b\u062e.", - "If you remove this transcript, the transcript will not be available for this component.": "\u0647\u0628 \u063a\u062e\u0639 \u0642\u062b\u0648\u062e\u062f\u062b \u0641\u0627\u0647\u0633 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641, \u0641\u0627\u062b \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0635\u0647\u0645\u0645 \u0631\u062e\u0641 \u0632\u062b \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641.", - "If you select an option other than \"%(hide_label)s\", published units in this subsection become available to learners unless they are explicitly hidden.": "\u0647\u0628 \u063a\u062e\u0639 \u0633\u062b\u0645\u062b\u0630\u0641 \u0634\u0631 \u062e\u062d\u0641\u0647\u062e\u0631 \u062e\u0641\u0627\u062b\u0642 \u0641\u0627\u0634\u0631 \"%(hide_label)s\", \u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a \u0639\u0631\u0647\u0641\u0633 \u0647\u0631 \u0641\u0627\u0647\u0633 \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u0632\u062b\u0630\u062e\u0648\u062b \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b \u0641\u062e \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0639\u0631\u0645\u062b\u0633\u0633 \u0641\u0627\u062b\u063a \u0634\u0642\u062b \u062b\u0637\u062d\u0645\u0647\u0630\u0647\u0641\u0645\u063a \u0627\u0647\u064a\u064a\u062b\u0631.", - "If you still wish to continue and delete your account, please enter your account password:": "\u0647\u0628 \u063a\u062e\u0639 \u0633\u0641\u0647\u0645\u0645 \u0635\u0647\u0633\u0627 \u0641\u062e \u0630\u062e\u0631\u0641\u0647\u0631\u0639\u062b \u0634\u0631\u064a \u064a\u062b\u0645\u062b\u0641\u062b \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641, \u062d\u0645\u062b\u0634\u0633\u062b \u062b\u0631\u0641\u062b\u0642 \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a:", - "If you use the Advanced Editor, this problem will be converted to XML and you will not be able to return to the Simple Editor Interface.\n\nProceed to the Advanced Editor and convert this problem to XML?": "\u0647\u0628 \u063a\u062e\u0639 \u0639\u0633\u062b \u0641\u0627\u062b \u0634\u064a\u062f\u0634\u0631\u0630\u062b\u064a \u062b\u064a\u0647\u0641\u062e\u0642, \u0641\u0627\u0647\u0633 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0635\u0647\u0645\u0645 \u0632\u062b \u0630\u062e\u0631\u062f\u062b\u0642\u0641\u062b\u064a \u0641\u062e \u0637\u0648\u0645 \u0634\u0631\u064a \u063a\u062e\u0639 \u0635\u0647\u0645\u0645 \u0631\u062e\u0641 \u0632\u062b \u0634\u0632\u0645\u062b \u0641\u062e \u0642\u062b\u0641\u0639\u0642\u0631 \u0641\u062e \u0641\u0627\u062b \u0633\u0647\u0648\u062d\u0645\u062b \u062b\u064a\u0647\u0641\u062e\u0642 \u0647\u0631\u0641\u062b\u0642\u0628\u0634\u0630\u062b.\n\n\u062d\u0642\u062e\u0630\u062b\u062b\u064a \u0641\u062e \u0641\u0627\u062b \u0634\u064a\u062f\u0634\u0631\u0630\u062b\u064a \u062b\u064a\u0647\u0641\u062e\u0642 \u0634\u0631\u064a \u0630\u062e\u0631\u062f\u062b\u0642\u0641 \u0641\u0627\u0647\u0633 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0641\u062e \u0637\u0648\u0645?", - "Ignore": "\u0647\u0644\u0631\u062e\u0642\u062b", - "Ignore all": "\u0647\u0644\u0631\u062e\u0642\u062b \u0634\u0645\u0645", - "Image": "\u0647\u0648\u0634\u0644\u062b", - "Image (Ctrl+G)": "\u0647\u0648\u0634\u0644\u062b (\u0630\u0641\u0642\u0645+\u0644)", - "Image Description": "\u0647\u0648\u0634\u0644\u062b \u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631", - "Image Upload Error": "\u0647\u0648\u0634\u0644\u062b \u0639\u062d\u0645\u062e\u0634\u064a \u062b\u0642\u0642\u062e\u0642", - "Image description": "\u0647\u0648\u0634\u0644\u062b \u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631", - "Image must be in PNG format": "\u0647\u0648\u0634\u0644\u062b \u0648\u0639\u0633\u0641 \u0632\u062b \u0647\u0631 \u062d\u0631\u0644 \u0628\u062e\u0642\u0648\u0634\u0641", - "Image must be in PNG format.": "\u0647\u0648\u0634\u0644\u062b \u0648\u0639\u0633\u0641 \u0632\u062b \u0647\u0631 \u062d\u0631\u0644 \u0628\u062e\u0642\u0648\u0634\u0641.", - "Image upload failed": "\u0647\u0648\u0634\u0644\u062b \u0639\u062d\u0645\u062e\u0634\u064a \u0628\u0634\u0647\u0645\u062b\u064a", - "Image upload failed. ": "\u0647\u0648\u0634\u0644\u062b \u0639\u062d\u0645\u062e\u0634\u064a \u0628\u0634\u0647\u0645\u062b\u064a. ", - "Import YouTube Transcript": "\u0647\u0648\u062d\u062e\u0642\u0641 \u063a\u062e\u0639\u0641\u0639\u0632\u062b \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641", - "In Progress": "\u0647\u0631 \u062d\u0642\u062e\u0644\u0642\u062b\u0633\u0633", - "In the {linkStart}Course Outline{linkEnd}, use this group to control access to a component.": "\u0647\u0631 \u0641\u0627\u062b {linkStart}\u0630\u062e\u0639\u0642\u0633\u062b \u062e\u0639\u0641\u0645\u0647\u0631\u062b{linkEnd}, \u0639\u0633\u062b \u0641\u0627\u0647\u0633 \u0644\u0642\u062e\u0639\u062d \u0641\u062e \u0630\u062e\u0631\u0641\u0642\u062e\u0645 \u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u062e \u0634 \u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641.", - "Incorrect url format.": "\u0647\u0631\u0630\u062e\u0642\u0642\u062b\u0630\u0641 \u0639\u0642\u0645 \u0628\u062e\u0642\u0648\u0634\u0641.", - "Increase indent": "\u0647\u0631\u0630\u0642\u062b\u0634\u0633\u062b \u0647\u0631\u064a\u062b\u0631\u0641", - "Individual Exceptions": "\u0647\u0631\u064a\u0647\u062f\u0647\u064a\u0639\u0634\u0645 \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631\u0633", - "Inheriting Student Visibility": "\u0647\u0631\u0627\u062b\u0642\u0647\u0641\u0647\u0631\u0644 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u062f\u0647\u0633\u0647\u0632\u0647\u0645\u0647\u0641\u063a", - "Inline": "\u0647\u0631\u0645\u0647\u0631\u062b", - "Insert": "\u0647\u0631\u0633\u062b\u0642\u0641", - "Insert Hyperlink": "\u0647\u0631\u0633\u062b\u0642\u0641 \u0627\u063a\u062d\u062b\u0642\u0645\u0647\u0631\u0646", - "Insert Image (upload file or type URL)": "\u0647\u0631\u0633\u062b\u0642\u0641 \u0647\u0648\u0634\u0644\u062b (\u0639\u062d\u0645\u062e\u0634\u064a \u0628\u0647\u0645\u062b \u062e\u0642 \u0641\u063a\u062d\u062b \u0639\u0642\u0645)", - "Insert column after": "\u0647\u0631\u0633\u062b\u0642\u0641 \u0630\u062e\u0645\u0639\u0648\u0631 \u0634\u0628\u0641\u062b\u0642", - "Insert column before": "\u0647\u0631\u0633\u062b\u0642\u0641 \u0630\u062e\u0645\u0639\u0648\u0631 \u0632\u062b\u0628\u062e\u0642\u062b", - "Insert date/time": "\u0647\u0631\u0633\u062b\u0642\u0641 \u064a\u0634\u0641\u062b/\u0641\u0647\u0648\u062b", - "Insert image": "\u0647\u0631\u0633\u062b\u0642\u0641 \u0647\u0648\u0634\u0644\u062b", - "Insert link": "\u0647\u0631\u0633\u062b\u0642\u0641 \u0645\u0647\u0631\u0646", - "Insert row after": "\u0647\u0631\u0633\u062b\u0642\u0641 \u0642\u062e\u0635 \u0634\u0628\u0641\u062b\u0642", - "Insert row before": "\u0647\u0631\u0633\u062b\u0642\u0641 \u0642\u062e\u0635 \u0632\u062b\u0628\u062e\u0642\u062b", - "Insert table": "\u0647\u0631\u0633\u062b\u0642\u0641 \u0641\u0634\u0632\u0645\u062b", - "Insert template": "\u0647\u0631\u0633\u062b\u0642\u0641 \u0641\u062b\u0648\u062d\u0645\u0634\u0641\u062b", - "Insert video": "\u0647\u0631\u0633\u062b\u0642\u0641 \u062f\u0647\u064a\u062b\u062e", - "Insert/Edit Image": "\u0647\u0631\u0633\u062b\u0642\u0641/\u062b\u064a\u0647\u0641 \u0647\u0648\u0634\u0644\u062b", - "Insert/edit image": "\u0647\u0631\u0633\u062b\u0642\u0641/\u062b\u064a\u0647\u0641 \u0647\u0648\u0634\u0644\u062b", - "Insert/edit link": "\u0647\u0631\u0633\u062b\u0642\u0641/\u062b\u064a\u0647\u0641 \u0645\u0647\u0631\u0646", - "Insert/edit video": "\u0647\u0631\u0633\u062b\u0642\u0641/\u062b\u064a\u0647\u0641 \u062f\u0647\u064a\u062b\u062e", - "Instructor Biography": "\u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u062e\u0642 \u0632\u0647\u062e\u0644\u0642\u0634\u062d\u0627\u063a", - "Instructor Name": "\u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u062e\u0642 \u0631\u0634\u0648\u062b", - "Instructor Photo": "\u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u062e\u0642 \u062d\u0627\u062e\u0641\u062e", - "Instructor Photo URL": "\u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u062e\u0642 \u062d\u0627\u062e\u0641\u062e \u0639\u0642\u0645", - "Instructor Title": "\u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u062e\u0642 \u0641\u0647\u0641\u0645\u062b", - "Instructor tools": "\u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u062e\u0642 \u0641\u062e\u062e\u0645\u0633", - "Internal Server Error.": "\u0647\u0631\u0641\u062b\u0642\u0631\u0634\u0645 \u0633\u062b\u0642\u062f\u062b\u0642 \u062b\u0642\u0642\u062e\u0642.", - "Introduction to Cookie Baking": "\u0647\u0631\u0641\u0642\u062e\u064a\u0639\u0630\u0641\u0647\u062e\u0631 \u0641\u062e \u0630\u062e\u062e\u0646\u0647\u062b \u0632\u0634\u0646\u0647\u0631\u0644", - "Invalid email address: {email}": "\u0647\u0631\u062f\u0634\u0645\u0647\u064a \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633: {email}", - "Invalidate Certificate": "\u0647\u0631\u062f\u0634\u0645\u0647\u064a\u0634\u0641\u062b \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b", - "Invalidated": "\u0647\u0631\u062f\u0634\u0645\u0647\u064a\u0634\u0641\u062b\u064a", - "Invalidated By": "\u0647\u0631\u062f\u0634\u0645\u0647\u064a\u0634\u0641\u062b\u064a \u0632\u063a", - "Is Visible To:": "\u0647\u0633 \u062f\u0647\u0633\u0647\u0632\u0645\u062b \u0641\u062e:", - "Is this OK?": "\u0647\u0633 \u0641\u0627\u0647\u0633 \u062e\u0646?", - "Is your name on your ID readable?": "\u0647\u0633 \u063a\u062e\u0639\u0642 \u0631\u0634\u0648\u062b \u062e\u0631 \u063a\u062e\u0639\u0642 \u0647\u064a \u0642\u062b\u0634\u064a\u0634\u0632\u0645\u062b?", - "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "\u0647\u0641 \u0647\u0633 \u0633\u0641\u0642\u062e\u0631\u0644\u0645\u063a \u0642\u062b\u0630\u062e\u0648\u0648\u062b\u0631\u064a\u062b\u064a \u0641\u0627\u0634\u0641 \u063a\u062e\u0639 \u0647\u0631\u0630\u0645\u0639\u064a\u062b \u0628\u062e\u0639\u0642 \u062e\u0642 \u0628\u062b\u0635\u062b\u0642 \u0633\u0647\u0644\u0631\u0634\u0641\u062e\u0642\u0647\u062b\u0633. \u0647\u0628 \u063a\u062e\u0639 \u0647\u0631\u0630\u0645\u0639\u064a\u062b \u0634\u064a\u064a\u0647\u0641\u0647\u062e\u0631\u0634\u0645 \u0633\u0647\u0644\u0631\u0634\u0641\u062e\u0642\u0647\u062b\u0633, \u062d\u0642\u062b\u062f\u0647\u062b\u0635 \u0641\u0627\u062b \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0647\u0631 \u062d\u0642\u0647\u0631\u0641 \u062f\u0647\u062b\u0635 \u0641\u062e \u062b\u0631\u0633\u0639\u0642\u062b \u0641\u0627\u062b \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0635\u0647\u0645\u0645 \u062d\u0642\u0647\u0631\u0641 \u0630\u062e\u0642\u0642\u062b\u0630\u0641\u0645\u063a \u062e\u0631 \u062e\u0631\u062b \u062d\u0634\u0644\u062b.", - "Italic": "\u0647\u0641\u0634\u0645\u0647\u0630", - "Italic (Ctrl+I)": "\u0647\u0641\u0634\u0645\u0647\u0630 (\u0630\u0641\u0642\u0645+\u0647)", - "Join Team": "\u062a\u062e\u0647\u0631 \u0641\u062b\u0634\u0648", - "Joined": "\u062a\u062e\u0647\u0631\u062b\u064a", - "Joined %(date)s": "\u062a\u062e\u0647\u0631\u062b\u064a %(date)s", - "Joined Date": "\u062a\u062e\u0647\u0631\u062b\u064a \u064a\u0634\u0641\u062b", - "Justify": "\u062a\u0639\u0633\u0641\u0647\u0628\u063a", - "KB": "\u0646\u0632", - "Key should only contain letters, numbers, _, or -": "\u0646\u062b\u063a \u0633\u0627\u062e\u0639\u0645\u064a \u062e\u0631\u0645\u063a \u0630\u062e\u0631\u0641\u0634\u0647\u0631 \u0645\u062b\u0641\u0641\u062b\u0642\u0633, \u0631\u0639\u0648\u0632\u062b\u0642\u0633, _, \u062e\u0642 -", - "Keywords": "\u0646\u062b\u063a\u0635\u062e\u0642\u064a\u0633", - "LEARN MORE": "\u0645\u062b\u0634\u0642\u0631 \u0648\u062e\u0642\u062b", - "Language": "\u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b", - "Large": "\u0645\u0634\u0642\u0644\u062b", - "Last Activity %(date)s": "\u0645\u0634\u0633\u0641 \u0634\u0630\u0641\u0647\u062f\u0647\u0641\u063a %(date)s", - "Last Edited:": "\u0645\u0634\u0633\u0641 \u062b\u064a\u0647\u0641\u062b\u064a:", - "Last Updated": "\u0645\u0634\u0633\u0641 \u0639\u062d\u064a\u0634\u0641\u062b\u064a", - "Last activity %(date)s": "\u0645\u0634\u0633\u0641 \u0634\u0630\u0641\u0647\u062f\u0647\u0641\u063a %(date)s", - "Last modified by": "\u0645\u0634\u0633\u0641 \u0648\u062e\u064a\u0647\u0628\u0647\u062b\u064a \u0632\u063a", - "Last published %(last_published_date)s by %(publish_username)s": "\u0645\u0634\u0633\u0641 \u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a %(last_published_date)s \u0632\u063a %(publish_username)s", - "Last published {lastPublishedStart}{publishedOn}{lastPublishedEnd} by {publishedByStart}{publishedBy}{publishedByEnd}": "\u0645\u0634\u0633\u0641 \u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a {lastPublishedStart}{publishedOn}{lastPublishedEnd} \u0632\u063a {publishedByStart}{publishedBy}{publishedByEnd}", - "Last updated": "\u0645\u0634\u0633\u0641 \u0639\u062d\u064a\u0634\u0641\u062b\u064a", - "Learn More": "\u0645\u062b\u0634\u0642\u0631 \u0648\u062e\u0642\u062b", - "Learn more about {license_name}": "\u0645\u062b\u0634\u0642\u0631 \u0648\u062e\u0642\u062b \u0634\u0632\u062e\u0639\u0641 {license_name}", - "Learners are added to this cohort automatically.": "\u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0634\u0642\u062b \u0634\u064a\u064a\u062b\u064a \u0641\u062e \u0641\u0627\u0647\u0633 \u0630\u062e\u0627\u062e\u0642\u0641 \u0634\u0639\u0641\u062e\u0648\u0634\u0641\u0647\u0630\u0634\u0645\u0645\u063a.", - "Learners are added to this cohort only when you provide their email addresses or usernames on this page.": "\u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0634\u0642\u062b \u0634\u064a\u064a\u062b\u064a \u0641\u062e \u0641\u0627\u0647\u0633 \u0630\u062e\u0627\u062e\u0642\u0641 \u062e\u0631\u0645\u063a \u0635\u0627\u062b\u0631 \u063a\u062e\u0639 \u062d\u0642\u062e\u062f\u0647\u064a\u062b \u0641\u0627\u062b\u0647\u0642 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633\u062b\u0633 \u062e\u0642 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b\u0633 \u062e\u0631 \u0641\u0627\u0647\u0633 \u062d\u0634\u0644\u062b.", - "Learners do not see the subsection in the course outline. The subsection is not included in grade calculations.": "\u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u064a\u062e \u0631\u062e\u0641 \u0633\u062b\u062b \u0641\u0627\u062b \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u0647\u0631 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u062e\u0639\u0641\u0645\u0647\u0631\u062b. \u0641\u0627\u062b \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u0647\u0633 \u0631\u062e\u0641 \u0647\u0631\u0630\u0645\u0639\u064a\u062b\u064a \u0647\u0631 \u0644\u0642\u0634\u064a\u062b \u0630\u0634\u0645\u0630\u0639\u0645\u0634\u0641\u0647\u062e\u0631\u0633.", - "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the course end date has passed.": "\u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u064a\u062e \u0631\u062e\u0641 \u0633\u062b\u062b \u0635\u0627\u062b\u0641\u0627\u062b\u0642 \u0641\u0627\u062b\u0647\u0642 \u0634\u0631\u0633\u0635\u062b\u0642\u0633 \u0641\u062e \u0634\u0633\u0633\u062b\u0633\u0633\u0648\u062b\u0631\u0641\u0633 \u0635\u062b\u0642\u062b \u0630\u062e\u0642\u0642\u062b\u0630\u0641 \u062e\u0642 \u0647\u0631\u0630\u062e\u0642\u0642\u062b\u0630\u0641, \u0631\u062e\u0642 \u0641\u0627\u062b \u0633\u0630\u062e\u0642\u062b \u0642\u062b\u0630\u062b\u0647\u062f\u062b\u064a, \u0639\u0631\u0641\u0647\u0645 \u0634\u0628\u0641\u062b\u0642 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u062b\u0631\u064a \u064a\u0634\u0641\u062b \u0627\u0634\u0633 \u062d\u0634\u0633\u0633\u062b\u064a.", - "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the due date for the subsection has passed.": "\u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u064a\u062e \u0631\u062e\u0641 \u0633\u062b\u062b \u0635\u0627\u062b\u0641\u0627\u062b\u0642 \u0641\u0627\u062b\u0647\u0642 \u0634\u0631\u0633\u0635\u062b\u0642\u0633 \u0641\u062e \u0634\u0633\u0633\u062b\u0633\u0633\u0648\u062b\u0631\u0641\u0633 \u0635\u062b\u0642\u062b \u0630\u062e\u0642\u0642\u062b\u0630\u0641 \u062e\u0642 \u0647\u0631\u0630\u062e\u0642\u0642\u062b\u0630\u0641, \u0631\u062e\u0642 \u0641\u0627\u062b \u0633\u0630\u062e\u0642\u062b \u0642\u062b\u0630\u062b\u0647\u062f\u062b\u064a, \u0639\u0631\u0641\u0647\u0645 \u0634\u0628\u0641\u062b\u0642 \u0641\u0627\u062b \u064a\u0639\u062b \u064a\u0634\u0641\u062b \u0628\u062e\u0642 \u0641\u0627\u062b \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u0627\u0634\u0633 \u062d\u0634\u0633\u0633\u062b\u064a.", - "Learners never see whether their answers to assessments are correct or incorrect, nor the score received.": "\u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0631\u062b\u062f\u062b\u0642 \u0633\u062b\u062b \u0635\u0627\u062b\u0641\u0627\u062b\u0642 \u0641\u0627\u062b\u0647\u0642 \u0634\u0631\u0633\u0635\u062b\u0642\u0633 \u0641\u062e \u0634\u0633\u0633\u062b\u0633\u0633\u0648\u062b\u0631\u0641\u0633 \u0634\u0642\u062b \u0630\u062e\u0642\u0642\u062b\u0630\u0641 \u062e\u0642 \u0647\u0631\u0630\u062e\u0642\u0642\u062b\u0630\u0641, \u0631\u062e\u0642 \u0641\u0627\u062b \u0633\u0630\u062e\u0642\u062b \u0642\u062b\u0630\u062b\u0647\u062f\u062b\u064a.", - "Learners see the published subsection and can access its content.": "\u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0633\u062b\u062b \u0641\u0627\u062b \u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u0634\u0631\u064a \u0630\u0634\u0631 \u0634\u0630\u0630\u062b\u0633\u0633 \u0647\u0641\u0633 \u0630\u062e\u0631\u0641\u062b\u0631\u0641.", - "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "\u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0635\u0627\u062e \u0642\u062b\u0636\u0639\u0647\u0642\u062b \u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631 \u0648\u0639\u0633\u0641 \u062d\u0634\u0633\u0633 \u0641\u0627\u062b \u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a \u0630\u0627\u062b\u0630\u0646\u062d\u062e\u0647\u0631\u0641 \u0641\u062e \u0633\u062b\u062b \u0641\u0627\u062b \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0647\u0631 \u0641\u0627\u0647\u0633 \u0639\u0631\u0647\u0641. \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0635\u0627\u062e \u064a\u062e \u0631\u062e\u0641 \u0642\u062b\u0636\u0639\u0647\u0642\u062b \u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631 \u0633\u062b\u062b \u0641\u0627\u0647\u0633 \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0632\u063a \u064a\u062b\u0628\u0634\u0639\u0645\u0641.", - "Learning Outcome": "\u0645\u062b\u0634\u0642\u0631\u0647\u0631\u0644 \u062e\u0639\u0641\u0630\u062e\u0648\u062b", - "Leave Current Session": "\u0645\u062b\u0634\u062f\u062b \u0630\u0639\u0642\u0642\u062b\u0631\u0641 \u0633\u062b\u0633\u0633\u0647\u062e\u0631", - "Leave Team": "\u0645\u062b\u0634\u062f\u062b \u0641\u062b\u0634\u0648", - "Leave the current session and decide later": "\u0645\u062b\u0634\u062f\u062b \u0641\u0627\u062b \u0630\u0639\u0642\u0642\u062b\u0631\u0641 \u0633\u062b\u0633\u0633\u0647\u062e\u0631 \u0634\u0631\u064a \u064a\u062b\u0630\u0647\u064a\u062b \u0645\u0634\u0641\u062b\u0642", - "Leave this team?": "\u0645\u062b\u0634\u062f\u062b \u0641\u0627\u0647\u0633 \u0641\u062b\u0634\u0648?", - "Left": "\u0645\u062b\u0628\u0641", - "Left to right": "\u0645\u062b\u0628\u0641 \u0641\u062e \u0642\u0647\u0644\u0627\u0641", - "Legal name": "\u0645\u062b\u0644\u0634\u0645 \u0631\u0634\u0648\u062b", - "Less": "\u0645\u062b\u0633\u0633", - "Library User": "\u0645\u0647\u0632\u0642\u0634\u0642\u063a \u0639\u0633\u062b\u0642", - "License Display": "\u0645\u0647\u0630\u062b\u0631\u0633\u062b \u064a\u0647\u0633\u062d\u0645\u0634\u063a", - "License Type": "\u0645\u0647\u0630\u062b\u0631\u0633\u062b \u0641\u063a\u062d\u062b", - "Limit Access": "\u0645\u0647\u0648\u0647\u0641 \u0634\u0630\u0630\u062b\u0633\u0633", - "Limited Profile": "\u0645\u0647\u0648\u0647\u0641\u062b\u064a \u062d\u0642\u062e\u0628\u0647\u0645\u062b", - "Link Description": "\u0645\u0647\u0631\u0646 \u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631", - "Link Your Account": "\u0645\u0647\u0631\u0646 \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641", - "Link types should be unique.": "\u0645\u0647\u0631\u0646 \u0641\u063a\u062d\u062b\u0633 \u0633\u0627\u062e\u0639\u0645\u064a \u0632\u062b \u0639\u0631\u0647\u0636\u0639\u062b.", - "Link your {accountName} account": "\u0645\u0647\u0631\u0646 \u063a\u062e\u0639\u0642 {accountName} \u0634\u0630\u0630\u062e\u0639\u0631\u0641", - "Link your {accountName} account to your {platformName} account and use {accountName} to sign in to {platformName}.": "\u0645\u0647\u0631\u0646 \u063a\u062e\u0639\u0642 {accountName} \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0641\u062e \u063a\u062e\u0639\u0642 {platformName} \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0634\u0631\u064a \u0639\u0633\u062b {accountName} \u0641\u062e \u0633\u0647\u0644\u0631 \u0647\u0631 \u0641\u062e {platformName}.", - "Linked Accounts": "\u0645\u0647\u0631\u0646\u062b\u064a \u0634\u0630\u0630\u062e\u0639\u0631\u0641\u0633", - "Linking": "\u0645\u0647\u0631\u0646\u0647\u0631\u0644", - "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "\u0645\u0647\u0631\u0646\u0633 \u0634\u0642\u062b \u0644\u062b\u0631\u062b\u0642\u0634\u0641\u062b\u064a \u062e\u0631 \u064a\u062b\u0648\u0634\u0631\u064a \u0634\u0631\u064a \u062b\u0637\u062d\u0647\u0642\u062b \u0635\u0647\u0641\u0627\u0647\u0631 5 \u0648\u0647\u0631\u0639\u0641\u062b\u0633 \u064a\u0639\u062b \u0641\u062e \u0641\u0627\u062b \u0633\u062b\u0631\u0633\u0647\u0641\u0647\u062f\u062b \u0631\u0634\u0641\u0639\u0642\u062b \u062e\u0628 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631.", - "Links should be unique.": "\u0645\u0647\u0631\u0646\u0633 \u0633\u0627\u062e\u0639\u0645\u064a \u0632\u062b \u0639\u0631\u0647\u0636\u0639\u062b.", - "List item": "\u0645\u0647\u0633\u0641 \u0647\u0641\u062b\u0648", - "List of uploaded files and assets in this course": "\u0645\u0647\u0633\u0641 \u062e\u0628 \u0639\u062d\u0645\u062e\u0634\u064a\u062b\u064a \u0628\u0647\u0645\u062b\u0633 \u0634\u0631\u064a \u0634\u0633\u0633\u062b\u0641\u0633 \u0647\u0631 \u0641\u0627\u0647\u0633 \u0630\u062e\u0639\u0642\u0633\u062b", - "Live view of webcam": "\u0645\u0647\u062f\u062b \u062f\u0647\u062b\u0635 \u062e\u0628 \u0635\u062b\u0632\u0630\u0634\u0648", - "Load Another File": "\u0645\u062e\u0634\u064a \u0634\u0631\u062e\u0641\u0627\u062b\u0642 \u0628\u0647\u0645\u062b", - "Load all responses": "\u0645\u062e\u0634\u064a \u0634\u0645\u0645 \u0642\u062b\u0633\u062d\u062e\u0631\u0633\u062b\u0633", - "Load next {numResponses} responses": "\u0645\u062e\u0634\u064a \u0631\u062b\u0637\u0641 {numResponses} \u0642\u062b\u0633\u062d\u062e\u0631\u0633\u062b\u0633", + ], + "Course Content": "\u0630\u062e\u0639\u0642\u0633\u062b \u0630\u062e\u0631\u0641\u062b\u0631\u0641", + "Course Credit Requirements": "\u0630\u062e\u0639\u0642\u0633\u062b \u0630\u0642\u062b\u064a\u0647\u0641 \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u0648\u062b\u0631\u0641\u0633", + "Course End": "\u0630\u062e\u0639\u0642\u0633\u062b \u062b\u0631\u064a", + "Course Handouts": "\u0630\u062e\u0639\u0642\u0633\u062b \u0627\u0634\u0631\u064a\u062e\u0639\u0641\u0633", + "Course ID": "\u0630\u062e\u0639\u0642\u0633\u062b \u0647\u064a", + "Course Index": "\u0630\u062e\u0639\u0642\u0633\u062b \u0647\u0631\u064a\u062b\u0637", + "Course Key": "\u0630\u062e\u0639\u0642\u0633\u062b \u0646\u062b\u063a", + "Course Name": "\u0630\u062e\u0639\u0642\u0633\u062b \u0631\u0634\u0648\u062b", + "Course Number": "\u0630\u062e\u0639\u0642\u0633\u062b \u0631\u0639\u0648\u0632\u062b\u0642", + "Course Number Override": "\u0630\u062e\u0639\u0642\u0633\u062b \u0631\u0639\u0648\u0632\u062b\u0642 \u062e\u062f\u062b\u0642\u0642\u0647\u064a\u062b", + "Course Number:": "\u0630\u062e\u0639\u0642\u0633\u062b \u0631\u0639\u0648\u0632\u062b\u0642:", + "Course Outline": "\u0630\u062e\u0639\u0642\u0633\u062b \u062e\u0639\u0641\u0645\u0647\u0631\u062b", + "Course Run:": "\u0630\u062e\u0639\u0642\u0633\u062b \u0642\u0639\u0631:", + "Course Start": "\u0630\u062e\u0639\u0642\u0633\u062b \u0633\u0641\u0634\u0642\u0641", + "Course Title": "\u0630\u062e\u0639\u0642\u0633\u062b \u0641\u0647\u0641\u0645\u062b", + "Course Title Override": "\u0630\u062e\u0639\u0642\u0633\u062b \u0641\u0647\u0641\u0645\u062b \u062e\u062f\u062b\u0642\u0642\u0647\u064a\u062b", + "Course Video Settings": "\u0630\u062e\u0639\u0642\u0633\u062b \u062f\u0647\u064a\u062b\u062e \u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633", + "Course is not yet visible to students.": "\u0630\u062e\u0639\u0642\u0633\u062b \u0647\u0633 \u0631\u062e\u0641 \u063a\u062b\u0641 \u062f\u0647\u0633\u0647\u0632\u0645\u062b \u0641\u062e \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633.", + "Course pacing cannot be changed once a course has started.": "\u0630\u062e\u0639\u0642\u0633\u062b \u062d\u0634\u0630\u0647\u0631\u0644 \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0630\u0627\u0634\u0631\u0644\u062b\u064a \u062e\u0631\u0630\u062b \u0634 \u0630\u062e\u0639\u0642\u0633\u062b \u0627\u0634\u0633 \u0633\u0641\u0634\u0642\u0641\u062b\u064a.", + "Course title": "\u0630\u062e\u0639\u0642\u0633\u062b \u0641\u0647\u0641\u0645\u062b", + "Course-Wide Discussion Topics": "\u0630\u062e\u0639\u0642\u0633\u062b-\u0635\u0647\u064a\u062b \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631 \u0641\u062e\u062d\u0647\u0630\u0633", + "Create": "\u0630\u0642\u062b\u0634\u0641\u062b", + "Create Account": "\u0630\u0642\u062b\u0634\u0641\u062b \u0634\u0630\u0630\u062e\u0639\u0631\u0641", + "Create Re-run": "\u0630\u0642\u062b\u0634\u0641\u062b \u0642\u062b-\u0642\u0639\u0631", + "Create a New Team": "\u0630\u0642\u062b\u0634\u0641\u062b \u0634 \u0631\u062b\u0635 \u0641\u062b\u0634\u0648", + "Create a content group": "\u0630\u0642\u062b\u0634\u0641\u062b \u0634 \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d", + "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "\u0630\u0642\u062b\u0634\u0641\u062b \u0634 \u0631\u062b\u0635 \u0641\u062b\u0634\u0648 \u0647\u0628 \u063a\u062e\u0639 \u0630\u0634\u0631'\u0641 \u0628\u0647\u0631\u064a \u0634\u0631 \u062b\u0637\u0647\u0633\u0641\u0647\u0631\u0644 \u0641\u062b\u0634\u0648 \u0641\u062e \u062a\u062e\u0647\u0631, \u062e\u0642 \u0647\u0628 \u063a\u062e\u0639 \u0635\u062e\u0639\u0645\u064a \u0645\u0647\u0646\u062b \u0641\u062e \u0645\u062b\u0634\u0642\u0631 \u0635\u0647\u0641\u0627 \u0628\u0642\u0647\u062b\u0631\u064a\u0633 \u063a\u062e\u0639 \u0646\u0631\u062e\u0635.", + "Create a {link_start}Mozilla Backpack{link_end} account, or log in to your existing account": "\u0630\u0642\u062b\u0634\u0641\u062b \u0634 {link_start}\u0648\u062e\u0638\u0647\u0645\u0645\u0634 \u0632\u0634\u0630\u0646\u062d\u0634\u0630\u0646{link_end} \u0634\u0630\u0630\u062e\u0639\u0631\u0641, \u062e\u0642 \u0645\u062e\u0644 \u0647\u0631 \u0641\u062e \u063a\u062e\u0639\u0642 \u062b\u0637\u0647\u0633\u0641\u0647\u0631\u0644 \u0634\u0630\u0630\u062e\u0639\u0631\u0641", + "Create account using %(providerName)s.": "\u0630\u0642\u062b\u0634\u0641\u062b \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0639\u0633\u0647\u0631\u0644 %(providerName)s.", + "Create an Account": "\u0630\u0642\u062b\u0634\u0641\u062b \u0634\u0631 \u0634\u0630\u0630\u062e\u0639\u0631\u0641", + "Create an Account.": "\u0630\u0642\u062b\u0634\u0641\u062b \u0634\u0631 \u0634\u0630\u0630\u062e\u0639\u0631\u0641.", + "Create an account using": "\u0630\u0642\u062b\u0634\u0641\u062b \u0634\u0631 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0639\u0633\u0647\u0631\u0644", + "Create team.": "\u0630\u0642\u062b\u0634\u0641\u062b \u0641\u062b\u0634\u0648.", + "Creating missing groups": "\u0630\u0642\u062b\u0634\u0641\u0647\u0631\u0644 \u0648\u0647\u0633\u0633\u0647\u0631\u0644 \u0644\u0642\u062e\u0639\u062d\u0633", + "Creative Commons": "\u0630\u0642\u062b\u0634\u0641\u0647\u062f\u062b \u0630\u062e\u0648\u0648\u062e\u0631\u0633", + "Creative Commons licensed content, with terms as follow:": "\u0630\u0642\u062b\u0634\u0641\u0647\u062f\u062b \u0630\u062e\u0648\u0648\u062e\u0631\u0633 \u0645\u0647\u0630\u062b\u0631\u0633\u062b\u064a \u0630\u062e\u0631\u0641\u062b\u0631\u0641, \u0635\u0647\u0641\u0627 \u0641\u062b\u0642\u0648\u0633 \u0634\u0633 \u0628\u062e\u0645\u0645\u062e\u0635:", + "Crossed out items have been refunded.": "\u0630\u0642\u062e\u0633\u0633\u062b\u064a \u062e\u0639\u0641 \u0647\u0641\u062b\u0648\u0633 \u0627\u0634\u062f\u062b \u0632\u062b\u062b\u0631 \u0642\u062b\u0628\u0639\u0631\u064a\u062b\u064a.", + "Current Role:": "\u0630\u0639\u0642\u0642\u062b\u0631\u0641 \u0642\u062e\u0645\u062b:", + "Current conversation": "\u0630\u0639\u0642\u0642\u062b\u0631\u0641 \u0630\u062e\u0631\u062f\u062b\u0642\u0633\u0634\u0641\u0647\u062e\u0631", + "Current enrollment mode:": "\u0630\u0639\u0642\u0642\u062b\u0631\u0641 \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0648\u062e\u064a\u062b:", + "Current location": "\u0630\u0639\u0642\u0642\u062b\u0631\u0641 \u0645\u062e\u0630\u0634\u0641\u0647\u062e\u0631", + "Current tab": "\u0630\u0639\u0642\u0642\u062b\u0631\u0641 \u0641\u0634\u0632", + "Currently selected": "\u0630\u0639\u0642\u0642\u062b\u0631\u0641\u0645\u063a \u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a", + "Custom color": "\u0630\u0639\u0633\u0641\u062e\u0648 \u0630\u062e\u0645\u062e\u0642", + "Custom...": "\u0630\u0639\u0633\u0641\u062e\u0648...", + "Cut": "\u0630\u0639\u0641", + "Cut row": "\u0630\u0639\u0641 \u0642\u062e\u0635", + "Date": "\u064a\u0634\u0641\u062b", + "Date Added": "\u064a\u0634\u0641\u062b \u0634\u064a\u064a\u062b\u064a", + "Date Joined": "\u064a\u0634\u0641\u062b \u062a\u062e\u0647\u0631\u062b\u064a", + "Date Placed": "\u064a\u0634\u0641\u062b \u062d\u0645\u0634\u0630\u062b\u064a", + "Date added": "\u064a\u0634\u0641\u062b \u0634\u064a\u064a\u062b\u064a", + "Deactivate": "\u064a\u062b\u0634\u0630\u0641\u0647\u062f\u0634\u0641\u062b", + "Deadlines": "\u064a\u062b\u0634\u064a\u0645\u0647\u0631\u062b\u0633", + "Decrease indent": "\u064a\u062b\u0630\u0642\u062b\u0634\u0633\u062b \u0647\u0631\u064a\u062b\u0631\u0641", + "Default": "\u064a\u062b\u0628\u0634\u0639\u0645\u0641", + "Default (Local Time Zone)": "\u064a\u062b\u0628\u0634\u0639\u0645\u0641 (\u0645\u062e\u0630\u0634\u0645 \u0641\u0647\u0648\u062b \u0638\u062e\u0631\u062b)", + "Default Timed Transcript": "\u064a\u062b\u0628\u0634\u0639\u0645\u0641 \u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641", + "Delete": "\u064a\u062b\u0645\u062b\u0641\u062b", + "Delete \"<%= signatoryName %>\" from the list of signatories?": "\u064a\u062b\u0645\u062b\u0641\u062b \"<%= signatoryName %>\" \u0628\u0642\u062e\u0648 \u0641\u0627\u062b \u0645\u0647\u0633\u0641 \u062e\u0628 \u0633\u0647\u0644\u0631\u0634\u0641\u062e\u0642\u0647\u062b\u0633?", + "Delete File Confirmation": "\u064a\u062b\u0645\u062b\u0641\u062b \u0628\u0647\u0645\u062b \u0630\u062e\u0631\u0628\u0647\u0642\u0648\u0634\u0641\u0647\u062e\u0631", + "Delete My Account": "\u064a\u062b\u0645\u062b\u0641\u062b \u0648\u063a \u0634\u0630\u0630\u062e\u0639\u0631\u0641", + "Delete Page Confirmation": "\u064a\u062b\u0645\u062b\u0641\u062b \u062d\u0634\u0644\u062b \u0630\u062e\u0631\u0628\u0647\u0642\u0648\u0634\u0641\u0647\u062e\u0631", + "Delete Team": "\u064a\u062b\u0645\u062b\u0641\u062b \u0641\u062b\u0634\u0648", + "Delete column": "\u064a\u062b\u0645\u062b\u0641\u062b \u0630\u062e\u0645\u0639\u0648\u0631", + "Delete row": "\u064a\u062b\u0645\u062b\u0641\u062b \u0642\u062e\u0635", + "Delete student '<%- student_id %>'s state on problem '<%- problem_id %>'?": "\u064a\u062b\u0645\u062b\u0641\u062b \u0633\u0641\u0639\u064a\u062b\u0631\u0641 '<%- student_id %>'\u0633 \u0633\u0641\u0634\u0641\u062b \u062e\u0631 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 '<%- problem_id %>'?", + "Delete table": "\u064a\u062b\u0645\u062b\u0641\u062b \u0641\u0634\u0632\u0645\u062b", + "Delete the user, {username}": "\u064a\u062b\u0645\u062b\u0641\u062b \u0641\u0627\u062b \u0639\u0633\u062b\u0642, {username}", + "Delete this %(item_display_name)s?": "\u064a\u062b\u0645\u062b\u0641\u062b \u0641\u0627\u0647\u0633 %(item_display_name)s?", + "Delete this asset": "\u064a\u062b\u0645\u062b\u0641\u062b \u0641\u0627\u0647\u0633 \u0634\u0633\u0633\u062b\u0641", + "Delete this team?": "\u064a\u062b\u0645\u062b\u0641\u062b \u0641\u0627\u0647\u0633 \u0641\u062b\u0634\u0648?", + "Delete this {xblock_type} (and prerequisite)?": "\u064a\u062b\u0645\u062b\u0641\u062b \u0641\u0627\u0647\u0633 {xblock_type} (\u0634\u0631\u064a \u062d\u0642\u062b\u0642\u062b\u0636\u0639\u0647\u0633\u0647\u0641\u062b)?", + "Delete this {xblock_type}?": "\u064a\u062b\u0645\u062b\u0641\u062b \u0641\u0627\u0647\u0633 {xblock_type}?", + "Delete \u201c<%- name %>\u201d?": "\u064a\u062b\u0645\u062b\u0641\u062b \u201c<%- name %>\u201d?", + "Deleted Content Group": "\u064a\u062b\u0645\u062b\u0641\u062b\u064a \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d", + "Deleted Group": "\u064a\u062b\u0645\u062b\u0641\u062b\u064a \u0644\u0642\u062e\u0639\u062d", + "Deleting": "\u064a\u062b\u0645\u062b\u0641\u0647\u0631\u0644", + "Deleting a team is permanent and cannot be undone.All members are removed from the team, and team discussions can no longer be accessed.": "\u064a\u062b\u0645\u062b\u0641\u0647\u0631\u0644 \u0634 \u0641\u062b\u0634\u0648 \u0647\u0633 \u062d\u062b\u0642\u0648\u0634\u0631\u062b\u0631\u0641 \u0634\u0631\u064a \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0639\u0631\u064a\u062e\u0631\u062b.\u0634\u0645\u0645 \u0648\u062b\u0648\u0632\u062b\u0642\u0633 \u0634\u0642\u062b \u0642\u062b\u0648\u062e\u062f\u062b\u064a \u0628\u0642\u062e\u0648 \u0641\u0627\u062b \u0641\u062b\u0634\u0648, \u0634\u0631\u064a \u0641\u062b\u0634\u0648 \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631\u0633 \u0630\u0634\u0631 \u0631\u062e \u0645\u062e\u0631\u0644\u062b\u0642 \u0632\u062b \u0634\u0630\u0630\u062b\u0633\u0633\u062b\u064a.", + "Deleting a textbook cannot be undone and once deleted any reference to it in your courseware's navigation will also be removed.": "\u064a\u062b\u0645\u062b\u0641\u0647\u0631\u0644 \u0634 \u0641\u062b\u0637\u0641\u0632\u062e\u062e\u0646 \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0639\u0631\u064a\u062e\u0631\u062b \u0634\u0631\u064a \u062e\u0631\u0630\u062b \u064a\u062b\u0645\u062b\u0641\u062b\u064a \u0634\u0631\u063a \u0642\u062b\u0628\u062b\u0642\u062b\u0631\u0630\u062b \u0641\u062e \u0647\u0641 \u0647\u0631 \u063a\u062e\u0639\u0642 \u0630\u062e\u0639\u0642\u0633\u062b\u0635\u0634\u0642\u062b'\u0633 \u0631\u0634\u062f\u0647\u0644\u0634\u0641\u0647\u062e\u0631 \u0635\u0647\u0645\u0645 \u0634\u0645\u0633\u062e \u0632\u062b \u0642\u062b\u0648\u062e\u062f\u062b\u064a.", + "Deleting this %(item_display_name)s is permanent and cannot be undone.": "\u064a\u062b\u0645\u062b\u0641\u0647\u0631\u0644 \u0641\u0627\u0647\u0633 %(item_display_name)s \u0647\u0633 \u062d\u062b\u0642\u0648\u0634\u0631\u062b\u0631\u0641 \u0634\u0631\u064a \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0639\u0631\u064a\u062e\u0631\u062b.", + "Deleting this {xblock_type} is permanent and cannot be undone.": "\u064a\u062b\u0645\u062b\u0641\u0647\u0631\u0644 \u0641\u0627\u0647\u0633 {xblock_type} \u0647\u0633 \u062d\u062b\u0642\u0648\u0634\u0631\u062b\u0631\u0641 \u0634\u0631\u064a \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0639\u0631\u064a\u062e\u0631\u062b.", + "Deprecated": "\u064a\u062b\u062d\u0642\u062b\u0630\u0634\u0641\u062b\u064a", + "Description": "\u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631", + "Description of the certificate": "\u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631 \u062e\u0628 \u0641\u0627\u062b \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b", + "Details": "\u064a\u062b\u0641\u0634\u0647\u0645\u0633", + "Dimensions": "\u064a\u0647\u0648\u062b\u0631\u0633\u0647\u062e\u0631\u0633", + "Disc": "\u064a\u0647\u0633\u0630", + "Discard Changes": "\u064a\u0647\u0633\u0630\u0634\u0642\u064a \u0630\u0627\u0634\u0631\u0644\u062b\u0633", + "Discarding Changes": "\u064a\u0647\u0633\u0630\u0634\u0642\u064a\u0647\u0631\u0644 \u0630\u0627\u0634\u0631\u0644\u062b\u0633", + "Discussion Home": "\u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631 \u0627\u062e\u0648\u062b", + "Discussion topics in the course are not divided.": "\u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631 \u0641\u062e\u062d\u0647\u0630\u0633 \u0647\u0631 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u0634\u0642\u062b \u0631\u062e\u0641 \u064a\u0647\u062f\u0647\u064a\u062b\u064a.", + "Discussions are unified; all learners interact with posts from other learners, regardless of the group they are in.": "\u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631\u0633 \u0634\u0642\u062b \u0639\u0631\u0647\u0628\u0647\u062b\u064a; \u0634\u0645\u0645 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0647\u0631\u0641\u062b\u0642\u0634\u0630\u0641 \u0635\u0647\u0641\u0627 \u062d\u062e\u0633\u0641\u0633 \u0628\u0642\u062e\u0648 \u062e\u0641\u0627\u062b\u0642 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633, \u0642\u062b\u0644\u0634\u0642\u064a\u0645\u062b\u0633\u0633 \u062e\u0628 \u0641\u0627\u062b \u0644\u0642\u062e\u0639\u062d \u0641\u0627\u062b\u063a \u0634\u0642\u062b \u0647\u0631.", + "Display Name": "\u064a\u0647\u0633\u062d\u0645\u0634\u063a \u0631\u0634\u0648\u062b", + "Div": "\u064a\u0647\u062f", + "Divide the selected content-specific discussion topics": "\u064a\u0647\u062f\u0647\u064a\u062b \u0641\u0627\u062b \u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a \u0630\u062e\u0631\u0641\u062b\u0631\u0641-\u0633\u062d\u062b\u0630\u0647\u0628\u0647\u0630 \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631 \u0641\u062e\u062d\u0647\u0630\u0633", + "Divided": "\u064a\u0647\u062f\u0647\u064a\u062b\u064a", + "Do not show again": "\u064a\u062e \u0631\u062e\u0641 \u0633\u0627\u062e\u0635 \u0634\u0644\u0634\u0647\u0631", + "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "\u064a\u062e \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0634\u0645\u0645\u062e\u0635 \u0641\u0627\u0647\u0633 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 ('{student_id}') \u0641\u062e \u0633\u0646\u0647\u062d \u0641\u0627\u062b \u062b\u0631\u0641\u0642\u0634\u0631\u0630\u062b \u062b\u0637\u0634\u0648?", + "Do you want to replace the edX transcript with the YouTube transcript?": "\u064a\u062e \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0642\u062b\u062d\u0645\u0634\u0630\u062b \u0641\u0627\u062b \u062b\u064a\u0637 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0635\u0647\u0641\u0627 \u0641\u0627\u062b \u063a\u062e\u0639\u0641\u0639\u0632\u062b \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641?", + "Document properties": "\u064a\u062e\u0630\u0639\u0648\u062b\u0631\u0641 \u062d\u0642\u062e\u062d\u062b\u0642\u0641\u0647\u062b\u0633", + "Does the name on your ID match your account name: %(fullName)s?": "\u064a\u062e\u062b\u0633 \u0641\u0627\u062b \u0631\u0634\u0648\u062b \u062e\u0631 \u063a\u062e\u0639\u0642 \u0647\u064a \u0648\u0634\u0641\u0630\u0627 \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0631\u0634\u0648\u062b: %(fullName)s?", + "Does the photo of you match your ID photo?": "\u064a\u062e\u062b\u0633 \u0641\u0627\u062b \u062d\u0627\u062e\u0641\u062e \u062e\u0628 \u063a\u062e\u0639 \u0648\u0634\u0641\u0630\u0627 \u063a\u062e\u0639\u0642 \u0647\u064a \u062d\u0627\u062e\u0641\u062e?", + "Does the photo of you show your whole face?": "\u064a\u062e\u062b\u0633 \u0641\u0627\u062b \u062d\u0627\u062e\u0641\u062e \u062e\u0628 \u063a\u062e\u0639 \u0633\u0627\u062e\u0635 \u063a\u062e\u0639\u0642 \u0635\u0627\u062e\u0645\u062b \u0628\u0634\u0630\u062b?", + "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "\u064a\u062e\u0631'\u0641 \u0633\u062b\u062b \u063a\u062e\u0639\u0642 \u062d\u0647\u0630\u0641\u0639\u0642\u062b? \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0641\u062e \u0634\u0645\u0645\u062e\u0635 \u063a\u062e\u0639\u0642 \u0632\u0642\u062e\u0635\u0633\u062b\u0642 \u0641\u062e \u0639\u0633\u062b \u063a\u062e\u0639\u0642 \u0630\u0634\u0648\u062b\u0642\u0634 \u0635\u0627\u062b\u0631 \u0647\u0641 \u0634\u0633\u0646\u0633 \u0628\u062e\u0642 \u062d\u062b\u0642\u0648\u0647\u0633\u0633\u0647\u062e\u0631.", + "Donate": "\u064a\u062e\u0631\u0634\u0641\u062b", + "Double-check that your webcam is connected and working to continue.": "\u064a\u062e\u0639\u0632\u0645\u062b-\u0630\u0627\u062b\u0630\u0646 \u0641\u0627\u0634\u0641 \u063a\u062e\u0639\u0642 \u0635\u062b\u0632\u0630\u0634\u0648 \u0647\u0633 \u0630\u062e\u0631\u0631\u062b\u0630\u0641\u062b\u064a \u0634\u0631\u064a \u0635\u062e\u0642\u0646\u0647\u0631\u0644 \u0641\u062e \u0630\u062e\u0631\u0641\u0647\u0631\u0639\u062b.", + "Download": "\u064a\u062e\u0635\u0631\u0645\u062e\u0634\u064a", + "Download Memberships": "\u064a\u062e\u0635\u0631\u0645\u062e\u0634\u064a \u0648\u062b\u0648\u0632\u062b\u0642\u0633\u0627\u0647\u062d\u0633", + "Download Transcript for Editing": "\u064a\u062e\u0635\u0631\u0645\u062e\u0634\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0628\u062e\u0642 \u062b\u064a\u0647\u0641\u0647\u0631\u0644", + "Download URL": "\u064a\u062e\u0635\u0631\u0645\u062e\u0634\u064a \u0639\u0642\u0645", + "Download available encodings (.csv)": "\u064a\u062e\u0635\u0631\u0645\u062e\u0634\u064a \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b \u062b\u0631\u0630\u062e\u064a\u0647\u0631\u0644\u0633 (.\u0630\u0633\u062f)", + "Download the user's certificate": "\u064a\u062e\u0635\u0631\u0645\u062e\u0634\u064a \u0641\u0627\u062b \u0639\u0633\u062b\u0642'\u0633 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b", + "Draft (Never published)": "\u064a\u0642\u0634\u0628\u0641 (\u0631\u062b\u062f\u062b\u0642 \u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a)", + "Draft (Unpublished changes)": "\u064a\u0642\u0634\u0628\u0641 (\u0639\u0631\u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a \u0630\u0627\u0634\u0631\u0644\u062b\u0633)", + "Draft saved on {lastSavedStart}{editedOn}{lastSavedEnd} by {editedByStart}{editedBy}{editedByEnd}": "\u064a\u0642\u0634\u0628\u0641 \u0633\u0634\u062f\u062b\u064a \u062e\u0631 {lastSavedStart}{editedOn}{lastSavedEnd} \u0632\u063a {editedByStart}{editedBy}{editedByEnd}", + "Drag and drop or {spanStart}browse your computer{spanEnd}.": "\u064a\u0642\u0634\u0644 \u0634\u0631\u064a \u064a\u0642\u062e\u062d \u062e\u0642 {spanStart}\u0632\u0642\u062e\u0635\u0633\u062b \u063a\u062e\u0639\u0642 \u0630\u062e\u0648\u062d\u0639\u0641\u062b\u0642{spanEnd}.", + "Drag to reorder": "\u064a\u0642\u0634\u0644 \u0641\u062e \u0642\u062b\u062e\u0642\u064a\u062b\u0642", + "Drop target image": "\u064a\u0642\u062e\u062d \u0641\u0634\u0642\u0644\u062b\u0641 \u0647\u0648\u0634\u0644\u062b", + "Due Date": "\u064a\u0639\u062b \u064a\u0634\u0641\u062b", + "Due Date:": "\u064a\u0639\u062b \u064a\u0634\u0641\u062b:", + "Due Time in UTC:": "\u064a\u0639\u062b \u0641\u0647\u0648\u062b \u0647\u0631 \u0639\u0641\u0630:", + "Due date cannot be before start date.": "\u064a\u0639\u062b \u064a\u0634\u0641\u062b \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0632\u062b\u0628\u062e\u0642\u062b \u0633\u0641\u0634\u0642\u0641 \u064a\u0634\u0641\u062b.", + "Due:": "\u064a\u0639\u062b:", + "Duplicate": "\u064a\u0639\u062d\u0645\u0647\u0630\u0634\u0641\u062b", + "Duplicating": "\u064a\u0639\u062d\u0645\u0647\u0630\u0634\u0641\u0647\u0631\u0644", + "Duration (sec)": "\u064a\u0639\u0642\u0634\u0641\u0647\u062e\u0631 (\u0633\u062b\u0630)", + "Earned %(created)s.": "\u062b\u0634\u0642\u0631\u062b\u064a %(created)s.", + "Earned Certificates": "\u062b\u0634\u0642\u0631\u062b\u064a \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633", + "EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.": "\u062b\u064a\u0637 \u064a\u062e\u062b\u0633\u0631'\u0641 \u0627\u0634\u062f\u062b \u0634 \u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u062f\u0647\u064a\u062b\u062e \u0647\u0631 \u0633\u0641\u0639\u064a\u0647\u062e, \u0632\u0639\u0641 \u0635\u062b \u0628\u062e\u0639\u0631\u064a \u0634 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u062e\u0631 \u063a\u062e\u0639\u0641\u0639\u0632\u062b. \u063a\u062e\u0639 \u0630\u0634\u0631 \u0647\u0648\u062d\u062e\u0642\u0641 \u0641\u0627\u062b \u063a\u062e\u0639\u0641\u0639\u0632\u062b \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u062e\u0642 \u0639\u062d\u0645\u062e\u0634\u064a \u063a\u062e\u0639\u0642 \u062e\u0635\u0631 .\u0633\u0642\u0641 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0628\u0647\u0645\u062b.", + "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "\u062b\u064a\u0637 \u064a\u062e\u062b\u0633\u0631\\'\u0641 \u0627\u0634\u062f\u062b \u0634 \u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u062f\u0647\u064a\u062b\u062e. \u062d\u0645\u062b\u0634\u0633\u062b \u0639\u062d\u0645\u062e\u0634\u064a \u0634\u0631 .\u0633\u0642\u0641 \u0628\u0647\u0645\u062b.", + "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "\u062b\u064a\u0637 \u0627\u0634\u0633 \u0634 \u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u062f\u0647\u064a\u062b\u062e. \u0647\u0628 \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u062b\u064a\u0647\u0641 \u0641\u0627\u0647\u0633 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641, \u063a\u062e\u0639 \u0630\u0634\u0631 \u064a\u062e\u0635\u0631\u0645\u062e\u0634\u064a, \u062b\u064a\u0647\u0641, \u0634\u0631\u064a \u0642\u062b-\u0639\u062d\u0645\u062e\u0634\u064a \u0641\u0627\u062b \u062b\u0637\u0647\u0633\u0641\u0647\u0631\u0644 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641. \u0647\u0628 \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0642\u062b\u062d\u0645\u0634\u0630\u062b \u0641\u0627\u0647\u0633 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641, \u0639\u062d\u0645\u062e\u0634\u064a \u0634 \u0631\u062b\u0635 .\u0633\u0642\u0641 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0628\u0647\u0645\u062b.", + "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "\u062b\u064a\u0637 \u0627\u0634\u0633 \u0634 \u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u062f\u0647\u064a\u062b\u062e. \u0647\u0628 \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0642\u062b\u062d\u0645\u0634\u0630\u062b \u0641\u0627\u0647\u0633 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641, \u0639\u062d\u0645\u062e\u0634\u064a \u0634 \u0631\u062b\u0635 .\u0633\u0642\u0641 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0628\u0647\u0645\u062b. \u0647\u0628 \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u062b\u064a\u0647\u0641 \u0641\u0627\u0647\u0633 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641, \u063a\u062e\u0639 \u0630\u0634\u0631 \u064a\u062e\u0635\u0631\u0645\u062e\u0634\u064a, \u062b\u064a\u0647\u0641, \u0634\u0631\u064a \u0642\u062b-\u0639\u062d\u0645\u062e\u0634\u064a \u0641\u0627\u062b \u062b\u0637\u0647\u0633\u0641\u0647\u0631\u0644 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641.", + "Edit": "\u062b\u064a\u0647\u0641", + "Edit %(display_name)s (required)": "\u062b\u064a\u0647\u0641 %(display_name)s (\u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a)", + "Edit HTML": "\u062b\u064a\u0647\u0641 \u0627\u0641\u0648\u0645", + "Edit Membership": "\u062b\u064a\u0647\u0641 \u0648\u062b\u0648\u0632\u062b\u0642\u0633\u0627\u0647\u062d", + "Edit Team": "\u062b\u064a\u0647\u0641 \u0641\u062b\u0634\u0648", + "Edit Thumbnail": "\u062b\u064a\u0647\u0641 \u0641\u0627\u0639\u0648\u0632\u0631\u0634\u0647\u0645", + "Edit Title": "\u062b\u064a\u0647\u0641 \u0641\u0647\u0641\u0645\u062b", + "Edit Your Name": "\u062b\u064a\u0647\u0641 \u063a\u062e\u0639\u0642 \u0631\u0634\u0648\u062b", + "Edit this certificate?": "\u062b\u064a\u0647\u0641 \u0641\u0627\u0647\u0633 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b?", + "Editable": "\u062b\u064a\u0647\u0641\u0634\u0632\u0645\u062b", + "Editing access for: {title}": "\u062b\u064a\u0647\u0641\u0647\u0631\u0644 \u0634\u0630\u0630\u062b\u0633\u0633 \u0628\u062e\u0642: {title}", + "Editing: {title}": "\u062b\u064a\u0647\u0641\u0647\u0631\u0644: {title}", + "Editor": "\u062b\u064a\u0647\u0641\u062e\u0642", + "Education Completed": "\u062b\u064a\u0639\u0630\u0634\u0641\u0647\u062e\u0631 \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b\u064a", + "Email": "\u062b\u0648\u0634\u0647\u0645", + "Email Address (Sign In)": "\u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 (\u0633\u0647\u0644\u0631 \u0647\u0631)", + "Email address": "\u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633", + "Emails successfully sent. The following users are no longer enrolled in the course:": "\u062b\u0648\u0634\u0647\u0645\u0633 \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0633\u062b\u0631\u0641. \u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u0639\u0633\u062b\u0642\u0633 \u0634\u0642\u062b \u0631\u062e \u0645\u062e\u0631\u0644\u062b\u0642 \u062b\u0631\u0642\u062e\u0645\u0645\u062b\u064a \u0647\u0631 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b:", + "Embed": "\u062b\u0648\u0632\u062b\u064a", + "Emoticons": "\u062b\u0648\u062e\u0641\u0647\u0630\u062e\u0631\u0633", + "Enable": "\u062b\u0631\u0634\u0632\u0645\u062b", + "Enable Cohorts": "\u062b\u0631\u0634\u0632\u0645\u062b \u0630\u062e\u0627\u062e\u0642\u0641\u0633", + "Enable Now": "\u062b\u0631\u0634\u0632\u0645\u062b \u0631\u062e\u0635", + "Enable Weekly Highlight Emails": "\u062b\u0631\u0634\u0632\u0645\u062b \u0635\u062b\u062b\u0646\u0645\u063a \u0627\u0647\u0644\u0627\u0645\u0647\u0644\u0627\u0641 \u062b\u0648\u0634\u0647\u0645\u0633", + "Enabled": "\u062b\u0631\u0634\u0632\u0645\u062b\u064a", + "Encoding": "\u062b\u0631\u0630\u062e\u064a\u0647\u0631\u0644", + "End My Exam": "\u062b\u0631\u064a \u0648\u063a \u062b\u0637\u0634\u0648", + "End of transcript. Skip to the start.": "\u062b\u0631\u064a \u062e\u0628 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641. \u0633\u0646\u0647\u062d \u0641\u062e \u0641\u0627\u062b \u0633\u0641\u0634\u0642\u0641.", + "Ends {end}": "\u062b\u0631\u064a\u0633 {end}", + "Engage with posts": "\u062b\u0631\u0644\u0634\u0644\u062b \u0635\u0647\u0641\u0627 \u062d\u062e\u0633\u0641\u0633", + "Enroll Now": "\u062b\u0631\u0642\u062e\u0645\u0645 \u0631\u062e\u0635", + "Enrolled": "\u062b\u0631\u0642\u062e\u0645\u0645\u062b\u064a", + "Enrolling you in the selected course": "\u062b\u0631\u0642\u062e\u0645\u0645\u0647\u0631\u0644 \u063a\u062e\u0639 \u0647\u0631 \u0641\u0627\u062b \u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a \u0630\u062e\u0639\u0642\u0633\u062b", + "Enrollment Date": "\u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u064a\u0634\u0641\u062b", + "Enrollment Mode": "\u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0648\u062e\u064a\u062b", + "Enrollment Opens on": "\u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u062e\u062d\u062b\u0631\u0633 \u062e\u0631", + "Enrollment Tracks": "\u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0641\u0642\u0634\u0630\u0646\u0633", + "Ensure that you can see your photo and read your name": "\u062b\u0631\u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u063a\u062e\u0639 \u0630\u0634\u0631 \u0633\u062b\u062b \u063a\u062e\u0639\u0642 \u062d\u0627\u062e\u0641\u062e \u0634\u0631\u064a \u0642\u062b\u0634\u064a \u063a\u062e\u0639\u0642 \u0631\u0634\u0648\u062b", + "Enter 3-5 highlights to include in the email message that learners receive for this section (250 character limit).": "\u062b\u0631\u0641\u062b\u0642 3-5 \u0627\u0647\u0644\u0627\u0645\u0647\u0644\u0627\u0641\u0633 \u0641\u062e \u0647\u0631\u0630\u0645\u0639\u064a\u062b \u0647\u0631 \u0641\u0627\u062b \u062b\u0648\u0634\u0647\u0645 \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u0641\u0627\u0634\u0641 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0642\u062b\u0630\u062b\u0647\u062f\u062b \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u0633\u062b\u0630\u0641\u0647\u062e\u0631 (250 \u0630\u0627\u0634\u0642\u0634\u0630\u0641\u062b\u0642 \u0645\u0647\u0648\u0647\u0641).", + "Enter Due Date and Time": "\u062b\u0631\u0641\u062b\u0642 \u064a\u0639\u062b \u064a\u0634\u0641\u062b \u0634\u0631\u064a \u0641\u0647\u0648\u062b", + "Enter Start Date and Time": "\u062b\u0631\u0641\u062b\u0642 \u0633\u0641\u0634\u0642\u0641 \u064a\u0634\u0641\u062b \u0634\u0631\u064a \u0641\u0647\u0648\u062b", + "Enter a student's username or email address.": "\u062b\u0631\u0641\u062b\u0642 \u0634 \u0633\u0641\u0639\u064a\u062b\u0631\u0641'\u0633 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b \u062e\u0642 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633.", + "Enter a username or email.": "\u062b\u0631\u0641\u062b\u0642 \u0634 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b \u062e\u0642 \u062b\u0648\u0634\u0647\u0645.", + "Enter and confirm your new password.": "\u062b\u0631\u0641\u062b\u0642 \u0634\u0631\u064a \u0630\u062e\u0631\u0628\u0647\u0642\u0648 \u063a\u062e\u0639\u0642 \u0631\u062b\u0635 \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a.", + "Enter email addresses and/or usernames, separated by new lines or commas, for the learners you want to add. *": "\u062b\u0631\u0641\u062b\u0642 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633\u062b\u0633 \u0634\u0631\u064a/\u062e\u0642 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b\u0633, \u0633\u062b\u062d\u0634\u0642\u0634\u0641\u062b\u064a \u0632\u063a \u0631\u062b\u0635 \u0645\u0647\u0631\u062b\u0633 \u062e\u0642 \u0630\u062e\u0648\u0648\u0634\u0633, \u0628\u062e\u0642 \u0641\u0627\u062b \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0634\u064a\u064a. *", + "Enter information to describe your team. You cannot change these details after you create the team.": "\u062b\u0631\u0641\u062b\u0642 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u0641\u062e \u064a\u062b\u0633\u0630\u0642\u0647\u0632\u062b \u063a\u062e\u0639\u0642 \u0641\u062b\u0634\u0648. \u063a\u062e\u0639 \u0630\u0634\u0631\u0631\u062e\u0641 \u0630\u0627\u0634\u0631\u0644\u062b \u0641\u0627\u062b\u0633\u062b \u064a\u062b\u0641\u0634\u0647\u0645\u0633 \u0634\u0628\u0641\u062b\u0642 \u063a\u062e\u0639 \u0630\u0642\u062b\u0634\u0641\u062b \u0641\u0627\u062b \u0641\u062b\u0634\u0648.", + "Enter some details for your support request.": "\u062b\u0631\u0641\u062b\u0642 \u0633\u062e\u0648\u062b \u064a\u062b\u0641\u0634\u0647\u0645\u0633 \u0628\u062e\u0642 \u063a\u062e\u0639\u0642 \u0633\u0639\u062d\u062d\u062e\u0642\u0641 \u0642\u062b\u0636\u0639\u062b\u0633\u0641.", + "Enter team description.": "\u062b\u0631\u0641\u062b\u0642 \u0641\u062b\u0634\u0648 \u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631.", + "Enter team name.": "\u062b\u0631\u0641\u062b\u0642 \u0641\u062b\u0634\u0648 \u0631\u0634\u0648\u062b.", + "Enter the account information for your organization.": "\u062b\u0631\u0641\u062b\u0642 \u0641\u0627\u062b \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u0628\u062e\u0642 \u063a\u062e\u0639\u0642 \u062e\u0642\u0644\u0634\u0631\u0647\u0638\u0634\u0641\u0647\u062e\u0631.", + "Enter the enrollment code.": "\u062b\u0631\u0641\u062b\u0642 \u0641\u0627\u062b \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0630\u062e\u064a\u062b.", + "Enter the name of the cohort": "\u062b\u0631\u0641\u062b\u0642 \u0641\u0627\u062b \u0631\u0634\u0648\u062b \u062e\u0628 \u0641\u0627\u062b \u0630\u062e\u0627\u062e\u0642\u0641", + "Enter the page number you'd like to quickly navigate to.": "\u062b\u0631\u0641\u062b\u0642 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0631\u0639\u0648\u0632\u062b\u0642 \u063a\u062e\u0639'\u064a \u0645\u0647\u0646\u062b \u0641\u062e \u0636\u0639\u0647\u0630\u0646\u0645\u063a \u0631\u0634\u062f\u0647\u0644\u0634\u0641\u062b \u0641\u062e.", + "Enter the username or email address of each learner that you want to add as an exception.": "\u062b\u0631\u0641\u062b\u0642 \u0641\u0627\u062b \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b \u062e\u0642 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 \u062e\u0628 \u062b\u0634\u0630\u0627 \u0645\u062b\u0634\u0642\u0631\u062b\u0642 \u0641\u0627\u0634\u0641 \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0634\u064a\u064a \u0634\u0633 \u0634\u0631 \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631.", + "Enter username or email": "\u062b\u0631\u0641\u062b\u0642 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b \u062e\u0642 \u062b\u0648\u0634\u0647\u0645", + "Enter your ": "\u062b\u0631\u0641\u062b\u0642 \u063a\u062e\u0639\u0642 ", + "Entrance exam attempts is being reset for student '{student_id}'.": "\u062b\u0631\u0641\u0642\u0634\u0631\u0630\u062b \u062b\u0637\u0634\u0648 \u0634\u0641\u0641\u062b\u0648\u062d\u0641\u0633 \u0647\u0633 \u0632\u062b\u0647\u0631\u0644 \u0642\u062b\u0633\u062b\u0641 \u0628\u062e\u0642 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 '{student_id}'.", + "Entrance exam state is being deleted for student '{student_id}'.": "\u062b\u0631\u0641\u0642\u0634\u0631\u0630\u062b \u062b\u0637\u0634\u0648 \u0633\u0641\u0634\u0641\u062b \u0647\u0633 \u0632\u062b\u0647\u0631\u0644 \u064a\u062b\u0645\u062b\u0641\u062b\u064a \u0628\u062e\u0642 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 '{student_id}'.", + "Error": "\u062b\u0642\u0642\u062e\u0642", + "Error adding learners.": "\u062b\u0642\u0642\u062e\u0642 \u0634\u064a\u064a\u0647\u0631\u0644 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633.", + "Error adding user": "\u062b\u0642\u0642\u062e\u0642 \u0634\u064a\u064a\u0647\u0631\u0644 \u0639\u0633\u062b\u0642", + "Error adding/removing users as beta testers.": "\u062b\u0642\u0642\u062e\u0642 \u0634\u064a\u064a\u0647\u0631\u0644/\u0642\u062b\u0648\u062e\u062f\u0647\u0631\u0644 \u0639\u0633\u062b\u0642\u0633 \u0634\u0633 \u0632\u062b\u0641\u0634 \u0641\u062b\u0633\u0641\u062b\u0642\u0633.", + "Error assigning team memberships": "\u062b\u0642\u0642\u062e\u0642 \u0634\u0633\u0633\u0647\u0644\u0631\u0647\u0631\u0644 \u0641\u062b\u0634\u0648 \u0648\u062b\u0648\u0632\u062b\u0642\u0633\u0627\u0647\u062d\u0633", + "Error changing user's permissions.": "\u062b\u0642\u0642\u062e\u0642 \u0630\u0627\u0634\u0631\u0644\u0647\u0631\u0644 \u0639\u0633\u062b\u0642'\u0633 \u062d\u062b\u0642\u0648\u0647\u0633\u0633\u0647\u062e\u0631\u0633.", + "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "\u062b\u0642\u0642\u062e\u0642 \u064a\u062b\u0645\u062b\u0641\u0647\u0631\u0644 \u062b\u0631\u0641\u0642\u0634\u0631\u0630\u062b \u062b\u0637\u0634\u0648 \u0633\u0641\u0634\u0641\u062b \u0628\u062e\u0642 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 '{student_id}'. \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u0647\u062b\u0642 \u0647\u0633 \u0630\u062e\u0642\u0642\u062b\u0630\u0641.", + "Error deleting student '<%- student_id %>'s state on problem '<%- problem_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u062b\u0642\u0642\u062e\u0642 \u064a\u062b\u0645\u062b\u0641\u0647\u0631\u0644 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 '<%- student_id %>'\u0633 \u0633\u0641\u0634\u0641\u062b \u062e\u0631 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 '<%- problem_id %>'. \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u0641\u0627\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0634\u0631\u064a \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u0647\u062b\u0642\u0633 \u0634\u0642\u062b \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u0634\u0631\u064a \u0630\u062e\u0642\u0642\u062b\u0630\u0641.", + "Error enrolling/unenrolling users.": "\u062b\u0642\u0642\u062e\u0642 \u062b\u0631\u0642\u062e\u0645\u0645\u0647\u0631\u0644/\u0639\u0631\u062b\u0631\u0642\u062e\u0645\u0645\u0647\u0631\u0644 \u0639\u0633\u062b\u0642\u0633.", + "Error generating ORA data report. Please try again.": "\u062b\u0642\u0642\u062e\u0642 \u0644\u062b\u0631\u062b\u0642\u0634\u0641\u0647\u0631\u0644 \u062e\u0642\u0634 \u064a\u0634\u0641\u0634 \u0642\u062b\u062d\u062e\u0642\u0641. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "Error generating grades. Please try again.": "\u062b\u0642\u0642\u062e\u0642 \u0644\u062b\u0631\u062b\u0642\u0634\u0641\u0647\u0631\u0644 \u0644\u0642\u0634\u064a\u062b\u0633. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "Error generating list of students who may enroll. Please try again.": "\u062b\u0642\u0642\u062e\u0642 \u0644\u062b\u0631\u062b\u0642\u0634\u0641\u0647\u0631\u0644 \u0645\u0647\u0633\u0641 \u062e\u0628 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633 \u0635\u0627\u062e \u0648\u0634\u063a \u062b\u0631\u0642\u062e\u0645\u0645. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "Error generating problem grade report. Please try again.": "\u062b\u0642\u0642\u062e\u0642 \u0644\u062b\u0631\u062b\u0642\u0634\u0641\u0647\u0631\u0644 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0644\u0642\u0634\u064a\u062b \u0642\u062b\u062d\u062e\u0642\u0641. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "Error generating proctored exam results. Please try again.": "\u062b\u0642\u0642\u062e\u0642 \u0644\u062b\u0631\u062b\u0642\u0634\u0641\u0647\u0631\u0644 \u062d\u0642\u062e\u0630\u0641\u062e\u0642\u062b\u064a \u062b\u0637\u0634\u0648 \u0642\u062b\u0633\u0639\u0645\u0641\u0633. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "Error generating student profile information. Please try again.": "\u062b\u0642\u0642\u062e\u0642 \u0644\u062b\u0631\u062b\u0642\u0634\u0641\u0647\u0631\u0644 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u062d\u0642\u062e\u0628\u0647\u0645\u062b \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "Error generating survey results. Please try again.": "\u062b\u0642\u0642\u062e\u0642 \u0644\u062b\u0631\u062b\u0642\u0634\u0641\u0647\u0631\u0644 \u0633\u0639\u0642\u062f\u062b\u063a \u0642\u062b\u0633\u0639\u0645\u0641\u0633. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "Error getting enrollment status for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "\u062b\u0642\u0642\u062e\u0642 \u0644\u062b\u0641\u0641\u0647\u0631\u0644 \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0633\u0641\u0634\u0641\u0639\u0633 \u0628\u062e\u0642 '<%- student_id %>'. \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u0641\u0627\u062b \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u0647\u062b\u0642 \u0647\u0633 \u0633\u062d\u062b\u0645\u0645\u062b\u064a \u0630\u062e\u0642\u0642\u062b\u0630\u0641\u0645\u063a.", + "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "\u062b\u0642\u0642\u062e\u0642 \u0644\u062b\u0641\u0641\u0647\u0631\u0644 \u062b\u0631\u0641\u0642\u0634\u0631\u0630\u062b \u062b\u0637\u0634\u0648 \u0641\u0634\u0633\u0646 \u0627\u0647\u0633\u0641\u062e\u0642\u063a \u0628\u062e\u0642 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 '{student_id}'. \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u0647\u062b\u0642 \u0647\u0633 \u0630\u062e\u0642\u0642\u062b\u0630\u0641.", + "Error getting issued certificates list.": "\u062b\u0642\u0642\u062e\u0642 \u0644\u062b\u0641\u0641\u0647\u0631\u0644 \u0647\u0633\u0633\u0639\u062b\u064a \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633 \u0645\u0647\u0633\u0641.", + "Error getting student list.": "\u062b\u0642\u0642\u062e\u0642 \u0644\u062b\u0641\u0641\u0647\u0631\u0644 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0645\u0647\u0633\u0641.", + "Error getting student progress url for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "\u062b\u0642\u0642\u062e\u0642 \u0644\u062b\u0641\u0641\u0647\u0631\u0644 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u062d\u0642\u062e\u0644\u0642\u062b\u0633\u0633 \u0639\u0642\u0645 \u0628\u062e\u0642 '<%- student_id %>'. \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u0641\u0627\u062b \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u0647\u062b\u0642 \u0647\u0633 \u0633\u062d\u062b\u0645\u0645\u062b\u064a \u0630\u062e\u0642\u0642\u062b\u0630\u0641\u0645\u063a.", + "Error getting task history for problem '<%- problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u062b\u0642\u0642\u062e\u0642 \u0644\u062b\u0641\u0641\u0647\u0631\u0644 \u0641\u0634\u0633\u0646 \u0627\u0647\u0633\u0641\u062e\u0642\u063a \u0628\u062e\u0642 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 '<%- problem_id %>' \u0634\u0631\u064a \u0633\u0641\u0639\u064a\u062b\u0631\u0641 '<%- student_id %>'. \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u0641\u0627\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0634\u0631\u064a \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u0647\u062b\u0642\u0633 \u0634\u0642\u062b \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u0634\u0631\u064a \u0630\u062e\u0642\u0642\u062b\u0630\u0641.", + "Error importing course": "\u062b\u0642\u0642\u062e\u0642 \u0647\u0648\u062d\u062e\u0642\u0641\u0647\u0631\u0644 \u0630\u062e\u0639\u0642\u0633\u062b", + "Error listing task history for this student and problem.": "\u062b\u0642\u0642\u062e\u0642 \u0645\u0647\u0633\u0641\u0647\u0631\u0644 \u0641\u0634\u0633\u0646 \u0627\u0647\u0633\u0641\u062e\u0642\u063a \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0634\u0631\u064a \u062d\u0642\u062e\u0632\u0645\u062b\u0648.", + "Error removing user": "\u062b\u0642\u0642\u062e\u0642 \u0642\u062b\u0648\u062e\u062f\u0647\u0631\u0644 \u0639\u0633\u062b\u0642", + "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "\u062b\u0642\u0642\u062e\u0642 \u0642\u062b\u0633\u062b\u0641\u0641\u0647\u0631\u0644 \u062b\u0631\u0641\u0642\u0634\u0631\u0630\u062b \u062b\u0637\u0634\u0648 \u0634\u0641\u0641\u062b\u0648\u062d\u0641\u0633 \u0628\u062e\u0642 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 '{student_id}'. \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u0647\u062b\u0642 \u0647\u0633 \u0630\u062e\u0642\u0642\u062b\u0630\u0641.", + "Error resetting problem attempts for problem '<%= problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u062b\u0642\u0642\u062e\u0642 \u0642\u062b\u0633\u062b\u0641\u0641\u0647\u0631\u0644 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0634\u0641\u0641\u062b\u0648\u062d\u0641\u0633 \u0628\u062e\u0642 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 '<%= problem_id %>' \u0634\u0631\u064a \u0633\u0641\u0639\u064a\u062b\u0631\u0641 '<%- student_id %>'. \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u0641\u0627\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0634\u0631\u064a \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u0647\u062b\u0642\u0633 \u0634\u0642\u062b \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u0634\u0631\u064a \u0630\u062e\u0642\u0642\u062b\u0630\u0641.", + "Error retrieving grading configuration.": "\u062b\u0642\u0642\u062e\u0642 \u0642\u062b\u0641\u0642\u0647\u062b\u062f\u0647\u0631\u0644 \u0644\u0642\u0634\u064a\u0647\u0631\u0644 \u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u0634\u0641\u0647\u062e\u0631.", + "Error sending email.": "\u062b\u0642\u0642\u062e\u0642 \u0633\u062b\u0631\u064a\u0647\u0631\u0644 \u062b\u0648\u0634\u0647\u0645.", + "Error starting a task to override score for problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the score and the problem and student identifiers are complete and correct.": "\u062b\u0642\u0642\u062e\u0642 \u0633\u0641\u0634\u0642\u0641\u0647\u0631\u0644 \u0634 \u0641\u0634\u0633\u0646 \u0641\u062e \u062e\u062f\u062b\u0642\u0642\u0647\u064a\u062b \u0633\u0630\u062e\u0642\u062b \u0628\u062e\u0642 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 '<%- problem_id %>' \u0628\u062e\u0642 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 '<%- student_id %>'. \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u0641\u0627\u062b \u0641\u0627\u062b \u0633\u0630\u062e\u0642\u062b \u0634\u0631\u064a \u0641\u0627\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0634\u0631\u064a \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u0647\u062b\u0642\u0633 \u0634\u0642\u062b \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u0634\u0631\u064a \u0630\u062e\u0642\u0642\u062b\u0630\u0641.", + "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "\u062b\u0642\u0642\u062e\u0642 \u0633\u0641\u0634\u0642\u0641\u0647\u0631\u0644 \u0634 \u0641\u0634\u0633\u0646 \u0641\u062e \u0642\u062b\u0633\u0630\u062e\u0642\u062b \u062b\u0631\u0641\u0642\u0634\u0631\u0630\u062b \u062b\u0637\u0634\u0648 \u0628\u062e\u0642 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 '{student_id}'. \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u062b\u0631\u0641\u0642\u0634\u0631\u0630\u062b \u062b\u0637\u0634\u0648 \u0627\u0634\u0633 \u062d\u0642\u062e\u0632\u0645\u062b\u0648\u0633 \u0647\u0631 \u0647\u0641 \u0634\u0631\u064a \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u0647\u062b\u0642 \u0647\u0633 \u0630\u062e\u0642\u0642\u062b\u0630\u0641.", + "Error starting a task to rescore problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the problem and student identifiers are complete and correct.": "\u062b\u0642\u0642\u062e\u0642 \u0633\u0641\u0634\u0642\u0641\u0647\u0631\u0644 \u0634 \u0641\u0634\u0633\u0646 \u0641\u062e \u0642\u062b\u0633\u0630\u062e\u0642\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648 '<%- problem_id %>' \u0628\u062e\u0642 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 '<%- student_id %>'. \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u0641\u0627\u062b \u0641\u0627\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0634\u0631\u064a \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u0647\u062b\u0642\u0633 \u0634\u0642\u062b \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u0634\u0631\u064a \u0630\u062e\u0642\u0642\u062b\u0630\u0641.", + "Error starting a task to rescore problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u062b\u0642\u0642\u062e\u0642 \u0633\u0641\u0634\u0642\u0641\u0647\u0631\u0644 \u0634 \u0641\u0634\u0633\u0646 \u0641\u062e \u0642\u062b\u0633\u0630\u062e\u0642\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648 '<%- problem_id %>'. \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u0641\u0627\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u0647\u062b\u0642 \u0647\u0633 \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u0634\u0631\u064a \u0630\u062e\u0642\u0642\u062b\u0630\u0641.", + "Error starting a task to reset attempts for all students on problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u062b\u0642\u0642\u062e\u0642 \u0633\u0641\u0634\u0642\u0641\u0647\u0631\u0644 \u0634 \u0641\u0634\u0633\u0646 \u0641\u062e \u0642\u062b\u0633\u062b\u0641 \u0634\u0641\u0641\u062b\u0648\u062d\u0641\u0633 \u0628\u062e\u0642 \u0634\u0645\u0645 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633 \u062e\u0631 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 '<%- problem_id %>'. \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u0641\u0627\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u0647\u062b\u0642 \u0647\u0633 \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u0634\u0631\u064a \u0630\u062e\u0642\u0642\u062b\u0630\u0641.", + "Error while generating certificates. Please try again.": "\u062b\u0642\u0642\u062e\u0642 \u0635\u0627\u0647\u0645\u062b \u0644\u062b\u0631\u062b\u0642\u0634\u0641\u0647\u0631\u0644 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "Error while regenerating certificates. Please try again.": "\u062b\u0642\u0642\u062e\u0642 \u0635\u0627\u0647\u0645\u062b \u0642\u062b\u0644\u062b\u0631\u062b\u0642\u0634\u0641\u0647\u0631\u0644 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "Error.": "\u062b\u0642\u0642\u062e\u0642.", + "Error:": "\u062b\u0642\u0642\u062e\u0642:", + "Error: ": "\u062b\u0642\u0642\u062e\u0642: ", + "Error: Choosing failed.": "\u062b\u0642\u0642\u062e\u0642: \u0630\u0627\u062e\u062e\u0633\u0647\u0631\u0644 \u0628\u0634\u0647\u0645\u062b\u064a.", + "Error: Connection with server failed.": "\u062b\u0642\u0642\u062e\u0642: \u0630\u062e\u0631\u0631\u062b\u0630\u0641\u0647\u062e\u0631 \u0635\u0647\u0641\u0627 \u0633\u062b\u0642\u062f\u062b\u0642 \u0628\u0634\u0647\u0645\u062b\u064a.", + "Error: Import failed.": "\u062b\u0642\u0642\u062e\u0642: \u0647\u0648\u062d\u062e\u0642\u0641 \u0628\u0634\u0647\u0645\u062b\u064a.", + "Error: Replacing failed.": "\u062b\u0642\u0642\u062e\u0642: \u0642\u062b\u062d\u0645\u0634\u0630\u0647\u0631\u0644 \u0628\u0634\u0647\u0645\u062b\u064a.", + "Error: Uploading failed.": "\u062b\u0642\u0642\u062e\u0642: \u0639\u062d\u0645\u062e\u0634\u064a\u0647\u0631\u0644 \u0628\u0634\u0647\u0645\u062b\u064a.", + "Error: User '<%- username %>' has not yet activated their account. Users must create and activate their accounts before they can be assigned a role.": "\u062b\u0642\u0642\u062e\u0642: \u0639\u0633\u062b\u0642 '<%- username %>' \u0627\u0634\u0633 \u0631\u062e\u0641 \u063a\u062b\u0641 \u0634\u0630\u0641\u0647\u062f\u0634\u0641\u062b\u064a \u0641\u0627\u062b\u0647\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641. \u0639\u0633\u062b\u0642\u0633 \u0648\u0639\u0633\u0641 \u0630\u0642\u062b\u0634\u0641\u062b \u0634\u0631\u064a \u0634\u0630\u0641\u0647\u062f\u0634\u0641\u062b \u0641\u0627\u062b\u0647\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641\u0633 \u0632\u062b\u0628\u062e\u0642\u062b \u0641\u0627\u062b\u063a \u0630\u0634\u0631 \u0632\u062b \u0634\u0633\u0633\u0647\u0644\u0631\u062b\u064a \u0634 \u0642\u062e\u0645\u062b.", + "Error: You cannot remove yourself from the Instructor group!": "\u062b\u0642\u0642\u062e\u0642: \u063a\u062e\u0639 \u0630\u0634\u0631\u0631\u062e\u0641 \u0642\u062b\u0648\u062e\u062f\u062b \u063a\u062e\u0639\u0642\u0633\u062b\u0645\u0628 \u0628\u0642\u062e\u0648 \u0641\u0627\u062b \u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u062e\u0642 \u0644\u0642\u062e\u0639\u062d!", + "Errors": "\u062b\u0642\u0642\u062e\u0642\u0633", + "Errors/Technical Issues": "\u062b\u0642\u0642\u062e\u0642\u0633/\u0641\u062b\u0630\u0627\u0631\u0647\u0630\u0634\u0645 \u0647\u0633\u0633\u0639\u062b\u0633", + "Everyone who has staff privileges in this course": "\u062b\u062f\u062b\u0642\u063a\u062e\u0631\u062b \u0635\u0627\u062e \u0627\u0634\u0633 \u0633\u0641\u0634\u0628\u0628 \u062d\u0642\u0647\u062f\u0647\u0645\u062b\u0644\u062b\u0633 \u0647\u0631 \u0641\u0627\u0647\u0633 \u0630\u062e\u0639\u0642\u0633\u062b", + "Exam Types": "\u062b\u0637\u0634\u0648 \u0641\u063a\u062d\u062b\u0633", + "Exam timer and end exam button": "\u062b\u0637\u0634\u0648 \u0641\u0647\u0648\u062b\u0642 \u0634\u0631\u064a \u062b\u0631\u064a \u062b\u0637\u0634\u0648 \u0632\u0639\u0641\u0641\u062e\u0631", + "Exception Granted": "\u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0644\u0642\u0634\u0631\u0641\u062b\u064a", + "Exit full browser": "\u062b\u0637\u0647\u0641 \u0628\u0639\u0645\u0645 \u0632\u0642\u062e\u0635\u0633\u062b\u0642", + "Expand All": "\u062b\u0637\u062d\u0634\u0631\u064a \u0634\u0645\u0645", + "Expand Instructions": "\u062b\u0637\u062d\u0634\u0631\u064a \u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u0647\u062e\u0631\u0633", + "Explain if other.": "\u062b\u0637\u062d\u0645\u0634\u0647\u0631 \u0647\u0628 \u062e\u0641\u0627\u062b\u0642.", + "Explanation": "\u062b\u0637\u062d\u0645\u0634\u0631\u0634\u0641\u0647\u062e\u0631", + "Explicitly Hiding from Students": "\u062b\u0637\u062d\u0645\u0647\u0630\u0647\u0641\u0645\u063a \u0627\u0647\u064a\u0647\u0631\u0644 \u0628\u0642\u062e\u0648 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633", + "Explore New Programs": "\u062b\u0637\u062d\u0645\u062e\u0642\u062b \u0631\u062b\u0635 \u062d\u0642\u062e\u0644\u0642\u0634\u0648\u0633", + "Explore Programs": "\u062b\u0637\u062d\u0645\u062e\u0642\u062b \u062d\u0642\u062e\u0644\u0642\u0634\u0648\u0633", + "Explore your course!": "\u062b\u0637\u062d\u0645\u062e\u0642\u062b \u063a\u062e\u0639\u0642 \u0630\u062e\u0639\u0642\u0633\u062b!", + "Failed to delete student state for user.": "\u0628\u0634\u0647\u0645\u062b\u064a \u0641\u062e \u064a\u062b\u0645\u062b\u0641\u062b \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0633\u0641\u0634\u0641\u062b \u0628\u062e\u0642 \u0639\u0633\u062b\u0642.", + "Failed to rescore problem for user.": "\u0628\u0634\u0647\u0645\u062b\u064a \u0641\u062e \u0642\u062b\u0633\u0630\u062e\u0642\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0628\u062e\u0642 \u0639\u0633\u062b\u0642.", + "Failed to rescore problem to improve score for user.": "\u0628\u0634\u0647\u0645\u062b\u064a \u0641\u062e \u0642\u062b\u0633\u0630\u062e\u0642\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0641\u062e \u0647\u0648\u062d\u0642\u062e\u062f\u062b \u0633\u0630\u062e\u0642\u062b \u0628\u062e\u0642 \u0639\u0633\u062b\u0642.", + "Failed to reset attempts for user.": "\u0628\u0634\u0647\u0645\u062b\u064a \u0641\u062e \u0642\u062b\u0633\u062b\u0641 \u0634\u0641\u0641\u062b\u0648\u062d\u0641\u0633 \u0628\u062e\u0642 \u0639\u0633\u062b\u0642.", + "File": "\u0628\u0647\u0645\u062b", + "File Name": "\u0628\u0647\u0645\u062b \u0631\u0634\u0648\u062b", + "File format not supported. Please upload a file with a {ext} extension.": "\u0628\u0647\u0645\u062b \u0628\u062e\u0642\u0648\u0634\u0641 \u0631\u062e\u0641 \u0633\u0639\u062d\u062d\u062e\u0642\u0641\u062b\u064a. \u062d\u0645\u062b\u0634\u0633\u062b \u0639\u062d\u0645\u062e\u0634\u064a \u0634 \u0628\u0647\u0645\u062b \u0635\u0647\u0641\u0627 \u0634 {ext} \u062b\u0637\u0641\u062b\u0631\u0633\u0647\u062e\u0631.", + "File upload succeeded": "\u0628\u0647\u0645\u062b \u0639\u062d\u0645\u062e\u0634\u064a \u0633\u0639\u0630\u0630\u062b\u062b\u064a\u062b\u064a", + "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "\u0628\u0647\u0645\u062b {filename} \u062b\u0637\u0630\u062b\u062b\u064a\u0633 \u0648\u0634\u0637\u0647\u0648\u0639\u0648 \u0633\u0647\u0638\u062b \u062e\u0628 {maxFileSizeInMBs} \u0648\u0632", + "Files must be in JPEG or PNG format.": "\u0628\u0647\u0645\u062b\u0633 \u0648\u0639\u0633\u0641 \u0632\u062b \u0647\u0631 \u062a\u062d\u062b\u0644 \u062e\u0642 \u062d\u0631\u0644 \u0628\u062e\u0642\u0648\u0634\u0641.", + "Files that you upload must be PDFs or image files in .gif, .jpg, .jpeg, or .png format.": "\u0628\u0647\u0645\u062b\u0633 \u0641\u0627\u0634\u0641 \u063a\u062e\u0639 \u0639\u062d\u0645\u062e\u0634\u064a \u0648\u0639\u0633\u0641 \u0632\u062b \u062d\u064a\u0628\u0633 \u062e\u0642 \u0647\u0648\u0634\u0644\u062b \u0628\u0647\u0645\u062b\u0633 \u0647\u0631 .\u0644\u0647\u0628, .\u062a\u062d\u0644, .\u062a\u062d\u062b\u0644, \u062e\u0642 .\u062d\u0631\u0644 \u0628\u062e\u0642\u0648\u0634\u0641.", + "Files that you upload must be smaller than 5MB in size.": "\u0628\u0647\u0645\u062b\u0633 \u0641\u0627\u0634\u0641 \u063a\u062e\u0639 \u0639\u062d\u0645\u062e\u0634\u064a \u0648\u0639\u0633\u0641 \u0632\u062b \u0633\u0648\u0634\u0645\u0645\u062b\u0642 \u0641\u0627\u0634\u0631 5\u0648\u0632 \u0647\u0631 \u0633\u0647\u0638\u062b.", + "Fill browser": "\u0628\u0647\u0645\u0645 \u0632\u0642\u062e\u0635\u0633\u062b\u0642", + "Filter and sort topics": "\u0628\u0647\u0645\u0641\u062b\u0642 \u0634\u0631\u064a \u0633\u062e\u0642\u0641 \u0641\u062e\u062d\u0647\u0630\u0633", + "Final Grade": "\u0628\u0647\u0631\u0634\u0645 \u0644\u0642\u0634\u064a\u062b", + "Financial Aid": "\u0628\u0647\u0631\u0634\u0631\u0630\u0647\u0634\u0645 \u0634\u0647\u064a", + "Financial Assistance": "\u0628\u0647\u0631\u0634\u0631\u0630\u0647\u0634\u0645 \u0634\u0633\u0633\u0647\u0633\u0641\u0634\u0631\u0630\u062b", + "Financial Assistance Application": "\u0628\u0647\u0631\u0634\u0631\u0630\u0647\u0634\u0645 \u0634\u0633\u0633\u0647\u0633\u0641\u0634\u0631\u0630\u062b \u0634\u062d\u062d\u0645\u0647\u0630\u0634\u0641\u0647\u062e\u0631", + "Find": "\u0628\u0647\u0631\u064a", + "Find a course": "\u0628\u0647\u0631\u064a \u0634 \u0630\u062e\u0639\u0642\u0633\u062b", + "Find and replace": "\u0628\u0647\u0631\u064a \u0634\u0631\u064a \u0642\u062b\u062d\u0645\u0634\u0630\u062b", + "Find answers to the top questions asked by learners.": "\u0628\u0647\u0631\u064a \u0634\u0631\u0633\u0635\u062b\u0642\u0633 \u0641\u062e \u0641\u0627\u062b \u0641\u062e\u062d \u0636\u0639\u062b\u0633\u0641\u0647\u062e\u0631\u0633 \u0634\u0633\u0646\u062b\u064a \u0632\u063a \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633.", + "Find discussions": "\u0628\u0647\u0631\u064a \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631\u0633", + "Find next": "\u0628\u0647\u0631\u064a \u0631\u062b\u0637\u0641", + "Find previous": "\u0628\u0647\u0631\u064a \u062d\u0642\u062b\u062f\u0647\u062e\u0639\u0633", + "Finish": "\u0628\u0647\u0631\u0647\u0633\u0627", + "First time here?": "\u0628\u0647\u0642\u0633\u0641 \u0641\u0647\u0648\u062b \u0627\u062b\u0642\u062b?", + "Follow or unfollow posts": "\u0628\u062e\u0645\u0645\u062e\u0635 \u062e\u0642 \u0639\u0631\u0628\u062e\u0645\u0645\u062e\u0635 \u062d\u062e\u0633\u0641\u0633", + "Font Family": "\u0628\u062e\u0631\u0641 \u0628\u0634\u0648\u0647\u0645\u063a", + "Font Sizes": "\u0628\u062e\u0631\u0641 \u0633\u0647\u0638\u062b\u0633", + "Footer": "\u0628\u062e\u062e\u0641\u062b\u0642", + "For grading to work, you must change all {oldName} subsections to {newName}.": "\u0628\u062e\u0642 \u0644\u0642\u0634\u064a\u0647\u0631\u0644 \u0641\u062e \u0635\u062e\u0642\u0646, \u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u0630\u0627\u0634\u0631\u0644\u062b \u0634\u0645\u0645 {oldName} \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631\u0633 \u0641\u062e {newName}.", + "For inquiries regarding assignments, grades, or structure of a specific course, please post in the discussion forums for that course directly.": "\u0628\u062e\u0642 \u0647\u0631\u0636\u0639\u0647\u0642\u0647\u062b\u0633 \u0642\u062b\u0644\u0634\u0642\u064a\u0647\u0631\u0644 \u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641\u0633, \u0644\u0642\u0634\u064a\u062b\u0633, \u062e\u0642 \u0633\u0641\u0642\u0639\u0630\u0641\u0639\u0642\u062b \u062e\u0628 \u0634 \u0633\u062d\u062b\u0630\u0647\u0628\u0647\u0630 \u0630\u062e\u0639\u0642\u0633\u062b, \u062d\u0645\u062b\u0634\u0633\u062b \u062d\u062e\u0633\u0641 \u0647\u0631 \u0641\u0627\u062b \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631 \u0628\u062e\u0642\u0639\u0648\u0633 \u0628\u062e\u0642 \u0641\u0627\u0634\u0641 \u0630\u062e\u0639\u0642\u0633\u062b \u064a\u0647\u0642\u062b\u0630\u0641\u0645\u063a.", + "Format": "\u0628\u062e\u0642\u0648\u0634\u0641", + "Formats": "\u0628\u062e\u0642\u0648\u0634\u0641\u0633", + "Free text notes": "\u0628\u0642\u062b\u062b \u0641\u062b\u0637\u0641 \u0631\u062e\u0641\u062b\u0633", + "Frequently Asked Questions": "\u0628\u0642\u062b\u0636\u0639\u062b\u0631\u0641\u0645\u063a \u0634\u0633\u0646\u062b\u064a \u0636\u0639\u062b\u0633\u0641\u0647\u062e\u0631\u0633", + "Full Name": "\u0628\u0639\u0645\u0645 \u0631\u0634\u0648\u062b", + "Full Profile": "\u0628\u0639\u0645\u0645 \u062d\u0642\u062e\u0628\u0647\u0645\u062b", + "Fullscreen": "\u0628\u0639\u0645\u0645\u0633\u0630\u0642\u062b\u062b\u0631", + "Fully Supported": "\u0628\u0639\u0645\u0645\u063a \u0633\u0639\u062d\u062d\u062e\u0642\u0641\u062b\u064a", + "Gender": "\u0644\u062b\u0631\u064a\u062b\u0642", + "General": "\u0644\u062b\u0631\u062b\u0642\u0634\u0645", + "General Proctored Exam Rules": "\u0644\u062b\u0631\u062b\u0642\u0634\u0645 \u062d\u0642\u062e\u0630\u0641\u062e\u0642\u062b\u064a \u062b\u0637\u0634\u0648 \u0642\u0639\u0645\u062b\u0633", + "Generate": "\u0644\u062b\u0631\u062b\u0642\u0634\u0641\u062b", + "Generate Exception Certificates": "\u0644\u062b\u0631\u062b\u0642\u0634\u0641\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633", + "Generate the user's certificate": "\u0644\u062b\u0631\u062b\u0642\u0634\u0641\u062b \u0641\u0627\u062b \u0639\u0633\u062b\u0642'\u0633 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b", + "Get Credit": "\u0644\u062b\u0641 \u0630\u0642\u062b\u064a\u0647\u0641", + "Go to Dashboard": "\u0644\u062e \u0641\u062e \u064a\u0634\u0633\u0627\u0632\u062e\u0634\u0642\u064a", + "Go to my Dashboard": "\u0644\u062e \u0641\u062e \u0648\u063a \u064a\u0634\u0633\u0627\u0632\u062e\u0634\u0642\u064a", + "Go to your Dashboard": "\u0644\u062e \u0641\u062e \u063a\u062e\u0639\u0642 \u064a\u0634\u0633\u0627\u0632\u062e\u0634\u0642\u064a", + "Go to {platform} Home": "\u0644\u062e \u0641\u062e {platform} \u0627\u062e\u0648\u062b", + "Going forward, your account information will be updated and maintained by {enterprise_name}.": "\u0644\u062e\u0647\u0631\u0644 \u0628\u062e\u0642\u0635\u0634\u0642\u064a, \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u0635\u0647\u0645\u0645 \u0632\u062b \u0639\u062d\u064a\u0634\u0641\u062b\u064a \u0634\u0631\u064a \u0648\u0634\u0647\u0631\u0641\u0634\u0647\u0631\u062b\u064a \u0632\u063a {enterprise_name}.", + "Government-Issued Photo ID": "\u0644\u062e\u062f\u062b\u0642\u0631\u0648\u062b\u0631\u0641-\u0647\u0633\u0633\u0639\u062b\u064a \u062d\u0627\u062e\u0641\u062e \u0647\u064a", + "Grace period must be specified in HH:MM format.": "\u0644\u0642\u0634\u0630\u062b \u062d\u062b\u0642\u0647\u062e\u064a \u0648\u0639\u0633\u0641 \u0632\u062b \u0633\u062d\u062b\u0630\u0647\u0628\u0647\u062b\u064a \u0647\u0631 \u0627\u0627:\u0648\u0648 \u0628\u062e\u0642\u0648\u0634\u0641.", + "Grade": "\u0644\u0642\u0634\u064a\u062b", + "Grade as:": "\u0644\u0642\u0634\u064a\u062b \u0634\u0633:", + "Grade must be a number.": "\u0644\u0642\u0634\u064a\u062b \u0648\u0639\u0633\u0641 \u0632\u062b \u0634 \u0631\u0639\u0648\u0632\u062b\u0642.", + "Grade must be an integer.": "\u0644\u0642\u0634\u064a\u062b \u0648\u0639\u0633\u0641 \u0632\u062b \u0634\u0631 \u0647\u0631\u0641\u062b\u0644\u062b\u0642.", + "Grade must be positive.": "\u0644\u0642\u0634\u064a\u062b \u0648\u0639\u0633\u0641 \u0632\u062b \u062d\u062e\u0633\u0647\u0641\u0647\u062f\u062b.", + "Graded as:": "\u0644\u0642\u0634\u064a\u062b\u064a \u0634\u0633:", + "Grading": "\u0644\u0642\u0634\u064a\u0647\u0631\u0644", + "Group": "\u0644\u0642\u062e\u0639\u062d", + "Group %s": "\u0644\u0642\u062e\u0639\u062d %s", + "Group A": "\u0644\u0642\u062e\u0639\u062d \u0634", + "Group B": "\u0644\u0642\u062e\u0639\u062d \u0632", + "Group Configuration ID": "\u0644\u0642\u062e\u0639\u062d \u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u0634\u0641\u0647\u062e\u0631 \u0647\u064a", + "Group Configuration Name": "\u0644\u0642\u062e\u0639\u062d \u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u0634\u0641\u0647\u062e\u0631 \u0631\u0634\u0648\u062b", + "Group Configuration information": "\u0644\u0642\u062e\u0639\u062d \u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u0634\u0641\u0647\u062e\u0631 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631", + "Group Configuration name is required.": "\u0644\u0642\u062e\u0639\u062d \u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u0634\u0641\u0647\u062e\u0631 \u0631\u0634\u0648\u062b \u0647\u0633 \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a.", + "Group information": "\u0644\u0642\u062e\u0639\u062d \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631", + "Group name is required": "\u0644\u0642\u062e\u0639\u062d \u0631\u0634\u0648\u062b \u0647\u0633 \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a", + "Groups": "\u0644\u0642\u062e\u0639\u062d\u0633", + "H Align": "\u0627 \u0634\u0645\u0647\u0644\u0631", + "HTML preview of post": "\u0627\u0641\u0648\u0645 \u062d\u0642\u062b\u062f\u0647\u062b\u0635 \u062e\u0628 \u062d\u062e\u0633\u0641", + "HTML source code": "\u0627\u0641\u0648\u0645 \u0633\u062e\u0639\u0642\u0630\u062b \u0630\u062e\u064a\u062b", + "Header": "\u0627\u062b\u0634\u064a\u062b\u0642", + "Header 1": "\u0627\u062b\u0634\u064a\u062b\u0642 1", + "Header 2": "\u0627\u062b\u0634\u064a\u062b\u0642 2", + "Header 3": "\u0627\u062b\u0634\u064a\u062b\u0642 3", + "Header 4": "\u0627\u062b\u0634\u064a\u062b\u0642 4", + "Header 5": "\u0627\u062b\u0634\u064a\u062b\u0642 5", + "Header 6": "\u0627\u062b\u0634\u064a\u062b\u0642 6", + "Header cell": "\u0627\u062b\u0634\u064a\u062b\u0642 \u0630\u062b\u0645\u0645", + "Headers": "\u0627\u062b\u0634\u064a\u062b\u0642\u0633", + "Heading": "\u0627\u062b\u0634\u064a\u0647\u0631\u0644", + "Heading (Ctrl+H)": "\u0627\u062b\u0634\u064a\u0647\u0631\u0644 (\u0630\u0641\u0642\u0645+\u0627)", + "Heading 1": "\u0627\u062b\u0634\u064a\u0647\u0631\u0644 1", + "Heading 2": "\u0627\u062b\u0634\u064a\u0647\u0631\u0644 2", + "Heading 3": "\u0627\u062b\u0634\u064a\u0647\u0631\u0644 3", + "Heading 4": "\u0627\u062b\u0634\u064a\u0647\u0631\u0644 4", + "Heading 5": "\u0627\u062b\u0634\u064a\u0647\u0631\u0644 5", + "Heading 6": "\u0627\u062b\u0634\u064a\u0647\u0631\u0644 6", + "Headings": "\u0627\u062b\u0634\u064a\u0647\u0631\u0644\u0633", + "Height": "\u0627\u062b\u0647\u0644\u0627\u0641", + "Help Translate into {beta_language}": "\u0627\u062b\u0645\u062d \u0641\u0642\u0634\u0631\u0633\u0645\u0634\u0641\u062b \u0647\u0631\u0641\u062e {beta_language}", + "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "\u0627\u062b\u0645\u062d \u062e\u0641\u0627\u062b\u0642 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u064a\u062b\u0630\u0647\u064a\u062b \u0635\u0627\u062b\u0641\u0627\u062b\u0642 \u0641\u062e \u062a\u062e\u0647\u0631 \u063a\u062e\u0639\u0642 \u0641\u062b\u0634\u0648 \u0632\u063a \u0633\u062d\u062b\u0630\u0647\u0628\u063a\u0647\u0631\u0644 \u0633\u062e\u0648\u062b \u0630\u0627\u0634\u0642\u0634\u0630\u0641\u062b\u0642\u0647\u0633\u0641\u0647\u0630\u0633 \u0628\u062e\u0642 \u063a\u062e\u0639\u0642 \u0641\u062b\u0634\u0648. \u0630\u0627\u062e\u062e\u0633\u062b \u0630\u0634\u0642\u062b\u0628\u0639\u0645\u0645\u063a, \u0632\u062b\u0630\u0634\u0639\u0633\u062b \u0628\u062b\u0635\u062b\u0642 \u062d\u062b\u062e\u062d\u0645\u062b \u0648\u0647\u0644\u0627\u0641 \u0632\u062b \u0647\u0631\u0641\u062b\u0642\u062b\u0633\u0641\u062b\u064a \u0647\u0631 \u062a\u062e\u0647\u0631\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u0641\u062b\u0634\u0648 \u0647\u0628 \u0647\u0641 \u0633\u062b\u062b\u0648\u0633 \u0641\u062e\u062e \u0642\u062b\u0633\u0641\u0642\u0647\u0630\u0641\u0647\u062f\u062b.", + "Hide Annotations": "\u0627\u0647\u064a\u062b \u0634\u0631\u0631\u062e\u0641\u0634\u0641\u0647\u062e\u0631\u0633", + "Hide Deprecated Settings": "\u0627\u0647\u064a\u062b \u064a\u062b\u062d\u0642\u062b\u0630\u0634\u0641\u062b\u064a \u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633", + "Hide Discussion": "\u0627\u0647\u064a\u062b \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631", + "Hide Previews": "\u0627\u0647\u064a\u062b \u062d\u0642\u062b\u062f\u0647\u062b\u0635\u0633", + "Hide Timer": "\u0627\u0647\u064a\u062b \u0641\u0647\u0648\u062b\u0642", + "Hide closed captions": "\u0627\u0647\u064a\u062b \u0630\u0645\u062e\u0633\u062b\u064a \u0630\u0634\u062d\u0641\u0647\u062e\u0631\u0633", + "Hide content after course end date": "\u0627\u0647\u064a\u062b \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0634\u0628\u0641\u062b\u0642 \u0630\u062e\u0639\u0642\u0633\u062b \u062b\u0631\u064a \u064a\u0634\u0641\u062b", + "Hide content after due date": "\u0627\u0647\u064a\u062b \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0634\u0628\u0641\u062b\u0642 \u064a\u0639\u062b \u064a\u0634\u0641\u062b", + "Hide entire subsection": "\u0627\u0647\u064a\u062b \u062b\u0631\u0641\u0647\u0642\u062b \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631", + "Hide from learners": "\u0627\u0647\u064a\u062b \u0628\u0642\u062e\u0648 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633", + "Hide notes": "\u0627\u0647\u064a\u062b \u0631\u062e\u0641\u062b\u0633", + "Hide transcripts ({transcriptCount})": "\u0627\u0647\u064a\u062b \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641\u0633 ({transcriptCount})", + "Hiding from Students": "\u0627\u0647\u064a\u0647\u0631\u0644 \u0628\u0642\u062e\u0648 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633", + "High Definition": "\u0627\u0647\u0644\u0627 \u064a\u062b\u0628\u0647\u0631\u0647\u0641\u0647\u062e\u0631", + "Highlight {highlight_index}": "\u0627\u0647\u0644\u0627\u0645\u0647\u0644\u0627\u0641 {highlight_index}", + "Highlighted text": "\u0627\u0647\u0644\u0627\u0645\u0647\u0644\u0627\u0641\u062b\u064a \u0641\u062b\u0637\u0641", + "Highlights for {display_name}": "\u0627\u0647\u0644\u0627\u0645\u0647\u0644\u0627\u0641\u0633 \u0628\u062e\u0642 {display_name}", + "Horizontal Rule (Ctrl+R)": "\u0627\u062e\u0642\u0647\u0638\u062e\u0631\u0641\u0634\u0645 \u0642\u0639\u0645\u062b (\u0630\u0641\u0642\u0645+\u0642)", + "Horizontal line": "\u0627\u062e\u0642\u0647\u0638\u062e\u0631\u0641\u0634\u0645 \u0645\u0647\u0631\u062b", + "Horizontal space": "\u0627\u062e\u0642\u0647\u0638\u062e\u0631\u0641\u0634\u0645 \u0633\u062d\u0634\u0630\u062b", + "How to create useful text alternatives.": "\u0627\u062e\u0635 \u0641\u062e \u0630\u0642\u062b\u0634\u0641\u062b \u0639\u0633\u062b\u0628\u0639\u0645 \u0641\u062b\u0637\u0641 \u0634\u0645\u0641\u062b\u0642\u0631\u0634\u0641\u0647\u062f\u062b\u0633.", + "How to use %(platform_name)s discussions": "\u0627\u062e\u0635 \u0641\u062e \u0639\u0633\u062b %(platform_name)s \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631\u0633", + "Hyperlink (Ctrl+L)": "\u0627\u063a\u062d\u062b\u0642\u0645\u0647\u0631\u0646 (\u0630\u0641\u0642\u0645+\u0645)", + "ID": "\u0647\u064a", + "ID-Verification is not required for this Professional Education course.": "\u0647\u064a-\u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631 \u0647\u0633 \u0631\u062e\u0641 \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u062d\u0642\u062e\u0628\u062b\u0633\u0633\u0647\u062e\u0631\u0634\u0645 \u062b\u064a\u0639\u0630\u0634\u0641\u0647\u062e\u0631 \u0630\u062e\u0639\u0642\u0633\u062b.", + "Identity Verification In Progress": "\u0647\u064a\u062b\u0631\u0641\u0647\u0641\u063a \u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631 \u0647\u0631 \u062d\u0642\u062e\u0644\u0642\u062b\u0633\u0633", + "If the course does not have an end date, learners always see their scores when they submit answers to assessments.": "\u0647\u0628 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u064a\u062e\u062b\u0633 \u0631\u062e\u0641 \u0627\u0634\u062f\u062b \u0634\u0631 \u062b\u0631\u064a \u064a\u0634\u0641\u062b, \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0634\u0645\u0635\u0634\u063a\u0633 \u0633\u062b\u062b \u0641\u0627\u062b\u0647\u0642 \u0633\u0630\u062e\u0642\u062b\u0633 \u0635\u0627\u062b\u0631 \u0641\u0627\u062b\u063a \u0633\u0639\u0632\u0648\u0647\u0641 \u0634\u0631\u0633\u0635\u062b\u0642\u0633 \u0641\u062e \u0634\u0633\u0633\u062b\u0633\u0633\u0648\u062b\u0631\u0641\u0633.", + "If the photos you submit are rejected, try moving the computer or camera orientation to change the lighting angle. The most common reason for rejection is inability to read the text on the ID card.": "\u0647\u0628 \u0641\u0627\u062b \u062d\u0627\u062e\u0641\u062e\u0633 \u063a\u062e\u0639 \u0633\u0639\u0632\u0648\u0647\u0641 \u0634\u0642\u062b \u0642\u062b\u062a\u062b\u0630\u0641\u062b\u064a, \u0641\u0642\u063a \u0648\u062e\u062f\u0647\u0631\u0644 \u0641\u0627\u062b \u0630\u062e\u0648\u062d\u0639\u0641\u062b\u0642 \u062e\u0642 \u0630\u0634\u0648\u062b\u0642\u0634 \u062e\u0642\u0647\u062b\u0631\u0641\u0634\u0641\u0647\u062e\u0631 \u0641\u062e \u0630\u0627\u0634\u0631\u0644\u062b \u0641\u0627\u062b \u0645\u0647\u0644\u0627\u0641\u0647\u0631\u0644 \u0634\u0631\u0644\u0645\u062b. \u0641\u0627\u062b \u0648\u062e\u0633\u0641 \u0630\u062e\u0648\u0648\u062e\u0631 \u0642\u062b\u0634\u0633\u062e\u0631 \u0628\u062e\u0642 \u0642\u062b\u062a\u062b\u0630\u0641\u0647\u062e\u0631 \u0647\u0633 \u0647\u0631\u0634\u0632\u0647\u0645\u0647\u0641\u063a \u0641\u062e \u0642\u062b\u0634\u064a \u0641\u0627\u062b \u0641\u062b\u0637\u0641 \u062e\u0631 \u0641\u0627\u062b \u0647\u064a \u0630\u0634\u0642\u064a.", + "If the subsection does not have a due date, learners always see their scores when they submit answers to assessments.": "\u0647\u0628 \u0641\u0627\u062b \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u064a\u062e\u062b\u0633 \u0631\u062e\u0641 \u0627\u0634\u062f\u062b \u0634 \u064a\u0639\u062b \u064a\u0634\u0641\u062b, \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0634\u0645\u0635\u0634\u063a\u0633 \u0633\u062b\u062b \u0641\u0627\u062b\u0647\u0642 \u0633\u0630\u062e\u0642\u062b\u0633 \u0635\u0627\u062b\u0631 \u0641\u0627\u062b\u063a \u0633\u0639\u0632\u0648\u0647\u0641 \u0634\u0631\u0633\u0635\u062b\u0642\u0633 \u0641\u062e \u0634\u0633\u0633\u062b\u0633\u0633\u0648\u062b\u0631\u0641\u0633.", + "If the unit was previously published and released to learners, any changes you made to the unit when it was hidden will now be visible to learners.": "\u0647\u0628 \u0641\u0627\u062b \u0639\u0631\u0647\u0641 \u0635\u0634\u0633 \u062d\u0642\u062b\u062f\u0647\u062e\u0639\u0633\u0645\u063a \u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a \u0634\u0631\u064a \u0642\u062b\u0645\u062b\u0634\u0633\u062b\u064a \u0641\u062e \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633, \u0634\u0631\u063a \u0630\u0627\u0634\u0631\u0644\u062b\u0633 \u063a\u062e\u0639 \u0648\u0634\u064a\u062b \u0641\u062e \u0641\u0627\u062b \u0639\u0631\u0647\u0641 \u0635\u0627\u062b\u0631 \u0647\u0641 \u0635\u0634\u0633 \u0627\u0647\u064a\u064a\u062b\u0631 \u0635\u0647\u0645\u0645 \u0631\u062e\u0635 \u0632\u062b \u062f\u0647\u0633\u0647\u0632\u0645\u062b \u0641\u062e \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633.", + "If the unit was previously published and released to students, any changes you made to the unit when it was hidden will now be visible to students. Do you want to proceed?": "\u0647\u0628 \u0641\u0627\u062b \u0639\u0631\u0647\u0641 \u0635\u0634\u0633 \u062d\u0642\u062b\u062f\u0647\u062e\u0639\u0633\u0645\u063a \u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a \u0634\u0631\u064a \u0642\u062b\u0645\u062b\u0634\u0633\u062b\u064a \u0641\u062e \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633, \u0634\u0631\u063a \u0630\u0627\u0634\u0631\u0644\u062b\u0633 \u063a\u062e\u0639 \u0648\u0634\u064a\u062b \u0641\u062e \u0641\u0627\u062b \u0639\u0631\u0647\u0641 \u0635\u0627\u062b\u0631 \u0647\u0641 \u0635\u0634\u0633 \u0627\u0647\u064a\u064a\u062b\u0631 \u0635\u0647\u0645\u0645 \u0631\u062e\u0635 \u0632\u062b \u062f\u0647\u0633\u0647\u0632\u0645\u062b \u0641\u062e \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633. \u064a\u062e \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u062d\u0642\u062e\u0630\u062b\u062b\u064a?", + "If you are unable to access your account contact us via email using {email}.": "\u0647\u0628 \u063a\u062e\u0639 \u0634\u0642\u062b \u0639\u0631\u0634\u0632\u0645\u062b \u0641\u062e \u0634\u0630\u0630\u062b\u0633\u0633 \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0630\u062e\u0631\u0641\u0634\u0630\u0641 \u0639\u0633 \u062f\u0647\u0634 \u062b\u0648\u0634\u0647\u0645 \u0639\u0633\u0647\u0631\u0644 {email}.", + "If you do not yet have an account, use the button below to register.": "\u0647\u0628 \u063a\u062e\u0639 \u064a\u062e \u0631\u062e\u0641 \u063a\u062b\u0641 \u0627\u0634\u062f\u062b \u0634\u0631 \u0634\u0630\u0630\u062e\u0639\u0631\u0641, \u0639\u0633\u062b \u0641\u0627\u062b \u0632\u0639\u0641\u0641\u062e\u0631 \u0632\u062b\u0645\u062e\u0635 \u0641\u062e \u0642\u062b\u0644\u0647\u0633\u0641\u062b\u0642.", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "\u0647\u0628 \u063a\u062e\u0639 \u064a\u062e\u0631'\u0641 \u062f\u062b\u0642\u0647\u0628\u063a \u063a\u062e\u0639\u0642 \u0647\u064a\u062b\u0631\u0641\u0647\u0641\u063a \u0631\u062e\u0635, \u063a\u062e\u0639 \u0630\u0634\u0631 \u0633\u0641\u0647\u0645\u0645 \u062b\u0637\u062d\u0645\u062e\u0642\u062b \u063a\u062e\u0639\u0642 \u0630\u062e\u0639\u0642\u0633\u062b \u0628\u0642\u062e\u0648 \u063a\u062e\u0639\u0642 \u064a\u0634\u0633\u0627\u0632\u062e\u0634\u0642\u064a. \u063a\u062e\u0639 \u0635\u0647\u0645\u0645 \u0642\u062b\u0630\u062b\u0647\u062f\u062b \u062d\u062b\u0642\u0647\u062e\u064a\u0647\u0630 \u0642\u062b\u0648\u0647\u0631\u064a\u062b\u0642\u0633 \u0628\u0642\u062e\u0648 %(platformName)s \u0641\u062e \u062f\u062b\u0642\u0647\u0628\u063a \u063a\u062e\u0639\u0642 \u0647\u064a\u062b\u0631\u0641\u0647\u0641\u063a.", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from {platformName} to verify your identity.": "\u0647\u0628 \u063a\u062e\u0639 \u064a\u062e\u0631'\u0641 \u062f\u062b\u0642\u0647\u0628\u063a \u063a\u062e\u0639\u0642 \u0647\u064a\u062b\u0631\u0641\u0647\u0641\u063a \u0631\u062e\u0635, \u063a\u062e\u0639 \u0630\u0634\u0631 \u0633\u0641\u0647\u0645\u0645 \u062b\u0637\u062d\u0645\u062e\u0642\u062b \u063a\u062e\u0639\u0642 \u0630\u062e\u0639\u0642\u0633\u062b \u0628\u0642\u062e\u0648 \u063a\u062e\u0639\u0642 \u064a\u0634\u0633\u0627\u0632\u062e\u0634\u0642\u064a. \u063a\u062e\u0639 \u0635\u0647\u0645\u0645 \u0642\u062b\u0630\u062b\u0647\u062f\u062b \u062d\u062b\u0642\u0647\u062e\u064a\u0647\u0630 \u0642\u062b\u0648\u0647\u0631\u064a\u062b\u0642\u0633 \u0628\u0642\u062e\u0648 {platformName} \u0641\u062e \u062f\u062b\u0642\u0647\u0628\u063a \u063a\u062e\u0639\u0642 \u0647\u064a\u062b\u0631\u0641\u0647\u0641\u063a.", + "If you leave, you can no longer post in this team's discussions.Your place will be available to another learner.": "\u0647\u0628 \u063a\u062e\u0639 \u0645\u062b\u0634\u062f\u062b, \u063a\u062e\u0639 \u0630\u0634\u0631 \u0631\u062e \u0645\u062e\u0631\u0644\u062b\u0642 \u062d\u062e\u0633\u0641 \u0647\u0631 \u0641\u0627\u0647\u0633 \u0641\u062b\u0634\u0648'\u0633 \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631\u0633.\u063a\u062e\u0639\u0642 \u062d\u0645\u0634\u0630\u062b \u0635\u0647\u0645\u0645 \u0632\u062b \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b \u0641\u062e \u0634\u0631\u062e\u0641\u0627\u062b\u0642 \u0645\u062b\u0634\u0642\u0631\u062b\u0642.", + "If you make significant changes, make sure you notify members of the team before making these changes.": "\u0647\u0628 \u063a\u062e\u0639 \u0648\u0634\u0646\u062b \u0633\u0647\u0644\u0631\u0647\u0628\u0647\u0630\u0634\u0631\u0641 \u0630\u0627\u0634\u0631\u0644\u062b\u0633, \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0631\u062e\u0641\u0647\u0628\u063a \u0648\u062b\u0648\u0632\u062b\u0642\u0633 \u062e\u0628 \u0641\u0627\u062b \u0641\u062b\u0634\u0648 \u0632\u062b\u0628\u062e\u0642\u062b \u0648\u0634\u0646\u0647\u0631\u0644 \u0641\u0627\u062b\u0633\u062b \u0630\u0627\u0634\u0631\u0644\u062b\u0633.", + "If you make this %(xblockType)s visible to learners, learners will be able to see its content after the release date has passed and you have published the unit. Only units that are explicitly hidden from learners will remain hidden after you clear this option for the %(xblockType)s.": "\u0647\u0628 \u063a\u062e\u0639 \u0648\u0634\u0646\u062b \u0641\u0627\u0647\u0633 %(xblockType)s \u062f\u0647\u0633\u0647\u0632\u0645\u062b \u0641\u062e \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633, \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0635\u0647\u0645\u0645 \u0632\u062b \u0634\u0632\u0645\u062b \u0641\u062e \u0633\u062b\u062b \u0647\u0641\u0633 \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0634\u0628\u0641\u062b\u0642 \u0641\u0627\u062b \u0642\u062b\u0645\u062b\u0634\u0633\u062b \u064a\u0634\u0641\u062b \u0627\u0634\u0633 \u062d\u0634\u0633\u0633\u062b\u064a \u0634\u0631\u064a \u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a \u0641\u0627\u062b \u0639\u0631\u0647\u0641. \u062e\u0631\u0645\u063a \u0639\u0631\u0647\u0641\u0633 \u0641\u0627\u0634\u0641 \u0634\u0642\u062b \u062b\u0637\u062d\u0645\u0647\u0630\u0647\u0641\u0645\u063a \u0627\u0647\u064a\u064a\u062b\u0631 \u0628\u0642\u062e\u0648 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0635\u0647\u0645\u0645 \u0642\u062b\u0648\u0634\u0647\u0631 \u0627\u0647\u064a\u064a\u062b\u0631 \u0634\u0628\u0641\u062b\u0642 \u063a\u062e\u0639 \u0630\u0645\u062b\u0634\u0642 \u0641\u0627\u0647\u0633 \u062e\u062d\u0641\u0647\u062e\u0631 \u0628\u062e\u0642 \u0641\u0627\u062b %(xblockType)s.", + "If you proceed, you will be unable to use this account to take courses on the {platformName} app, {siteName}, or any other site hosted by {platformName}.": "\u0647\u0628 \u063a\u062e\u0639 \u062d\u0642\u062e\u0630\u062b\u062b\u064a, \u063a\u062e\u0639 \u0635\u0647\u0645\u0645 \u0632\u062b \u0639\u0631\u0634\u0632\u0645\u062b \u0641\u062e \u0639\u0633\u062b \u0641\u0627\u0647\u0633 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0641\u062e \u0641\u0634\u0646\u062b \u0630\u062e\u0639\u0642\u0633\u062b\u0633 \u062e\u0631 \u0641\u0627\u062b {platformName} \u0634\u062d\u062d, {siteName}, \u062e\u0642 \u0634\u0631\u063a \u062e\u0641\u0627\u062b\u0642 \u0633\u0647\u0641\u062b \u0627\u062e\u0633\u0641\u062b\u064a \u0632\u063a {platformName}.", + "If you remove this transcript, the transcript will not be available for any components that use this video.": "\u0647\u0628 \u063a\u062e\u0639 \u0642\u062b\u0648\u062e\u062f\u062b \u0641\u0627\u0647\u0633 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641, \u0641\u0627\u062b \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0635\u0647\u0645\u0645 \u0631\u062e\u0641 \u0632\u062b \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b \u0628\u062e\u0642 \u0634\u0631\u063a \u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641\u0633 \u0641\u0627\u0634\u0641 \u0639\u0633\u062b \u0641\u0627\u0647\u0633 \u062f\u0647\u064a\u062b\u062e.", + "If you remove this transcript, the transcript will not be available for this component.": "\u0647\u0628 \u063a\u062e\u0639 \u0642\u062b\u0648\u062e\u062f\u062b \u0641\u0627\u0647\u0633 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641, \u0641\u0627\u062b \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0635\u0647\u0645\u0645 \u0631\u062e\u0641 \u0632\u062b \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641.", + "If you require assistance with taking either photo for submission, contact %(platformName)s support for additional suggestions.": "\u0647\u0628 \u063a\u062e\u0639 \u0642\u062b\u0636\u0639\u0647\u0642\u062b \u0634\u0633\u0633\u0647\u0633\u0641\u0634\u0631\u0630\u062b \u0635\u0647\u0641\u0627 \u0641\u0634\u0646\u0647\u0631\u0644 \u062b\u0647\u0641\u0627\u062b\u0642 \u062d\u0627\u062e\u0641\u062e \u0628\u062e\u0642 \u0633\u0639\u0632\u0648\u0647\u0633\u0633\u0647\u062e\u0631, \u0630\u062e\u0631\u0641\u0634\u0630\u0641 %(platformName)s \u0633\u0639\u062d\u062d\u062e\u0642\u0641 \u0628\u062e\u0642 \u0634\u064a\u064a\u0647\u0641\u0647\u062e\u0631\u0634\u0645 \u0633\u0639\u0644\u0644\u062b\u0633\u0641\u0647\u062e\u0631\u0633.", + "If you select an option other than \"%(hide_label)s\", published units in this subsection become available to learners unless they are explicitly hidden.": "\u0647\u0628 \u063a\u062e\u0639 \u0633\u062b\u0645\u062b\u0630\u0641 \u0634\u0631 \u062e\u062d\u0641\u0647\u062e\u0631 \u062e\u0641\u0627\u062b\u0642 \u0641\u0627\u0634\u0631 \"%(hide_label)s\", \u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a \u0639\u0631\u0647\u0641\u0633 \u0647\u0631 \u0641\u0627\u0647\u0633 \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u0632\u062b\u0630\u062e\u0648\u062b \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b \u0641\u062e \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0639\u0631\u0645\u062b\u0633\u0633 \u0641\u0627\u062b\u063a \u0634\u0642\u062b \u062b\u0637\u062d\u0645\u0647\u0630\u0647\u0641\u0645\u063a \u0627\u0647\u064a\u064a\u062b\u0631.", + "If you still wish to continue and delete your account, please enter your account password:": "\u0647\u0628 \u063a\u062e\u0639 \u0633\u0641\u0647\u0645\u0645 \u0635\u0647\u0633\u0627 \u0641\u062e \u0630\u062e\u0631\u0641\u0647\u0631\u0639\u062b \u0634\u0631\u064a \u064a\u062b\u0645\u062b\u0641\u062b \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641, \u062d\u0645\u062b\u0634\u0633\u062b \u062b\u0631\u0641\u062b\u0642 \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a:", + "If you use the Advanced Editor, this problem will be converted to XML and you will not be able to return to the Simple Editor Interface.\n\nProceed to the Advanced Editor and convert this problem to XML?": "\u0647\u0628 \u063a\u062e\u0639 \u0639\u0633\u062b \u0641\u0627\u062b \u0634\u064a\u062f\u0634\u0631\u0630\u062b\u064a \u062b\u064a\u0647\u0641\u062e\u0642, \u0641\u0627\u0647\u0633 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0635\u0647\u0645\u0645 \u0632\u062b \u0630\u062e\u0631\u062f\u062b\u0642\u0641\u062b\u064a \u0641\u062e \u0637\u0648\u0645 \u0634\u0631\u064a \u063a\u062e\u0639 \u0635\u0647\u0645\u0645 \u0631\u062e\u0641 \u0632\u062b \u0634\u0632\u0645\u062b \u0641\u062e \u0642\u062b\u0641\u0639\u0642\u0631 \u0641\u062e \u0641\u0627\u062b \u0633\u0647\u0648\u062d\u0645\u062b \u062b\u064a\u0647\u0641\u062e\u0642 \u0647\u0631\u0641\u062b\u0642\u0628\u0634\u0630\u062b.\n\n\u062d\u0642\u062e\u0630\u062b\u062b\u064a \u0641\u062e \u0641\u0627\u062b \u0634\u064a\u062f\u0634\u0631\u0630\u062b\u064a \u062b\u064a\u0647\u0641\u062e\u0642 \u0634\u0631\u064a \u0630\u062e\u0631\u062f\u062b\u0642\u0641 \u0641\u0627\u0647\u0633 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0641\u062e \u0637\u0648\u0645?", + "Ignore": "\u0647\u0644\u0631\u062e\u0642\u062b", + "Ignore all": "\u0647\u0644\u0631\u062e\u0642\u062b \u0634\u0645\u0645", + "Image": "\u0647\u0648\u0634\u0644\u062b", + "Image (Ctrl+G)": "\u0647\u0648\u0634\u0644\u062b (\u0630\u0641\u0642\u0645+\u0644)", + "Image Description": "\u0647\u0648\u0634\u0644\u062b \u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631", + "Image Upload Error": "\u0647\u0648\u0634\u0644\u062b \u0639\u062d\u0645\u062e\u0634\u064a \u062b\u0642\u0642\u062e\u0642", + "Image description": "\u0647\u0648\u0634\u0644\u062b \u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631", + "Image must be in PNG format": "\u0647\u0648\u0634\u0644\u062b \u0648\u0639\u0633\u0641 \u0632\u062b \u0647\u0631 \u062d\u0631\u0644 \u0628\u062e\u0642\u0648\u0634\u0641", + "Image must be in PNG format.": "\u0647\u0648\u0634\u0644\u062b \u0648\u0639\u0633\u0641 \u0632\u062b \u0647\u0631 \u062d\u0631\u0644 \u0628\u062e\u0642\u0648\u0634\u0641.", + "Image upload failed": "\u0647\u0648\u0634\u0644\u062b \u0639\u062d\u0645\u062e\u0634\u064a \u0628\u0634\u0647\u0645\u062b\u064a", + "Image upload failed. ": "\u0647\u0648\u0634\u0644\u062b \u0639\u062d\u0645\u062e\u0634\u064a \u0628\u0634\u0647\u0645\u062b\u064a. ", + "Import YouTube Transcript": "\u0647\u0648\u062d\u062e\u0642\u0641 \u063a\u062e\u0639\u0641\u0639\u0632\u062b \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641", + "In Progress": "\u0647\u0631 \u062d\u0642\u062e\u0644\u0642\u062b\u0633\u0633", + "In the {linkStart}Course Outline{linkEnd}, use this group to control access to a component.": "\u0647\u0631 \u0641\u0627\u062b {linkStart}\u0630\u062e\u0639\u0642\u0633\u062b \u062e\u0639\u0641\u0645\u0647\u0631\u062b{linkEnd}, \u0639\u0633\u062b \u0641\u0627\u0647\u0633 \u0644\u0642\u062e\u0639\u062d \u0641\u062e \u0630\u062e\u0631\u0641\u0642\u062e\u0645 \u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u062e \u0634 \u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641.", + "Incorrect url format.": "\u0647\u0631\u0630\u062e\u0642\u0642\u062b\u0630\u0641 \u0639\u0642\u0645 \u0628\u062e\u0642\u0648\u0634\u0641.", + "Increase indent": "\u0647\u0631\u0630\u0642\u062b\u0634\u0633\u062b \u0647\u0631\u064a\u062b\u0631\u0641", + "Individual Exceptions": "\u0647\u0631\u064a\u0647\u062f\u0647\u064a\u0639\u0634\u0645 \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631\u0633", + "Inheriting Student Visibility": "\u0647\u0631\u0627\u062b\u0642\u0647\u0641\u0647\u0631\u0644 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u062f\u0647\u0633\u0647\u0632\u0647\u0645\u0647\u0641\u063a", + "Inline": "\u0647\u0631\u0645\u0647\u0631\u062b", + "Insert": "\u0647\u0631\u0633\u062b\u0642\u0641", + "Insert Hyperlink": "\u0647\u0631\u0633\u062b\u0642\u0641 \u0627\u063a\u062d\u062b\u0642\u0645\u0647\u0631\u0646", + "Insert Image (upload file or type URL)": "\u0647\u0631\u0633\u062b\u0642\u0641 \u0647\u0648\u0634\u0644\u062b (\u0639\u062d\u0645\u062e\u0634\u064a \u0628\u0647\u0645\u062b \u062e\u0642 \u0641\u063a\u062d\u062b \u0639\u0642\u0645)", + "Insert column after": "\u0647\u0631\u0633\u062b\u0642\u0641 \u0630\u062e\u0645\u0639\u0648\u0631 \u0634\u0628\u0641\u062b\u0642", + "Insert column before": "\u0647\u0631\u0633\u062b\u0642\u0641 \u0630\u062e\u0645\u0639\u0648\u0631 \u0632\u062b\u0628\u062e\u0642\u062b", + "Insert date/time": "\u0647\u0631\u0633\u062b\u0642\u0641 \u064a\u0634\u0641\u062b/\u0641\u0647\u0648\u062b", + "Insert image": "\u0647\u0631\u0633\u062b\u0642\u0641 \u0647\u0648\u0634\u0644\u062b", + "Insert link": "\u0647\u0631\u0633\u062b\u0642\u0641 \u0645\u0647\u0631\u0646", + "Insert row after": "\u0647\u0631\u0633\u062b\u0642\u0641 \u0642\u062e\u0635 \u0634\u0628\u0641\u062b\u0642", + "Insert row before": "\u0647\u0631\u0633\u062b\u0642\u0641 \u0642\u062e\u0635 \u0632\u062b\u0628\u062e\u0642\u062b", + "Insert table": "\u0647\u0631\u0633\u062b\u0642\u0641 \u0641\u0634\u0632\u0645\u062b", + "Insert template": "\u0647\u0631\u0633\u062b\u0642\u0641 \u0641\u062b\u0648\u062d\u0645\u0634\u0641\u062b", + "Insert video": "\u0647\u0631\u0633\u062b\u0642\u0641 \u062f\u0647\u064a\u062b\u062e", + "Insert/Edit Image": "\u0647\u0631\u0633\u062b\u0642\u0641/\u062b\u064a\u0647\u0641 \u0647\u0648\u0634\u0644\u062b", + "Insert/edit image": "\u0647\u0631\u0633\u062b\u0642\u0641/\u062b\u064a\u0647\u0641 \u0647\u0648\u0634\u0644\u062b", + "Insert/edit link": "\u0647\u0631\u0633\u062b\u0642\u0641/\u062b\u064a\u0647\u0641 \u0645\u0647\u0631\u0646", + "Insert/edit video": "\u0647\u0631\u0633\u062b\u0642\u0641/\u062b\u064a\u0647\u0641 \u062f\u0647\u064a\u062b\u062e", + "Instructor Biography": "\u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u062e\u0642 \u0632\u0647\u062e\u0644\u0642\u0634\u062d\u0627\u063a", + "Instructor Name": "\u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u062e\u0642 \u0631\u0634\u0648\u062b", + "Instructor Photo": "\u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u062e\u0642 \u062d\u0627\u062e\u0641\u062e", + "Instructor Photo URL": "\u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u062e\u0642 \u062d\u0627\u062e\u0641\u062e \u0639\u0642\u0645", + "Instructor Title": "\u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u062e\u0642 \u0641\u0647\u0641\u0645\u062b", + "Instructor tools": "\u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u062e\u0642 \u0641\u062e\u062e\u0645\u0633", + "Internal Server Error.": "\u0647\u0631\u0641\u062b\u0642\u0631\u0634\u0645 \u0633\u062b\u0642\u062f\u062b\u0642 \u062b\u0642\u0642\u062e\u0642.", + "Introduction to Cookie Baking": "\u0647\u0631\u0641\u0642\u062e\u064a\u0639\u0630\u0641\u0647\u062e\u0631 \u0641\u062e \u0630\u062e\u062e\u0646\u0647\u062b \u0632\u0634\u0646\u0647\u0631\u0644", + "Invalid email address: {email}": "\u0647\u0631\u062f\u0634\u0645\u0647\u064a \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633: {email}", + "Invalidate Certificate": "\u0647\u0631\u062f\u0634\u0645\u0647\u064a\u0634\u0641\u062b \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b", + "Invalidated": "\u0647\u0631\u062f\u0634\u0645\u0647\u064a\u0634\u0641\u062b\u064a", + "Invalidated By": "\u0647\u0631\u062f\u0634\u0645\u0647\u064a\u0634\u0641\u062b\u064a \u0632\u063a", + "Is Visible To:": "\u0647\u0633 \u062f\u0647\u0633\u0647\u0632\u0645\u062b \u0641\u062e:", + "Is this OK?": "\u0647\u0633 \u0641\u0627\u0647\u0633 \u062e\u0646?", + "Is your name on your ID readable?": "\u0647\u0633 \u063a\u062e\u0639\u0642 \u0631\u0634\u0648\u062b \u062e\u0631 \u063a\u062e\u0639\u0642 \u0647\u064a \u0642\u062b\u0634\u064a\u0634\u0632\u0645\u062b?", + "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "\u0647\u0641 \u0647\u0633 \u0633\u0641\u0642\u062e\u0631\u0644\u0645\u063a \u0642\u062b\u0630\u062e\u0648\u0648\u062b\u0631\u064a\u062b\u064a \u0641\u0627\u0634\u0641 \u063a\u062e\u0639 \u0647\u0631\u0630\u0645\u0639\u064a\u062b \u0628\u062e\u0639\u0642 \u062e\u0642 \u0628\u062b\u0635\u062b\u0642 \u0633\u0647\u0644\u0631\u0634\u0641\u062e\u0642\u0647\u062b\u0633. \u0647\u0628 \u063a\u062e\u0639 \u0647\u0631\u0630\u0645\u0639\u064a\u062b \u0634\u064a\u064a\u0647\u0641\u0647\u062e\u0631\u0634\u0645 \u0633\u0647\u0644\u0631\u0634\u0641\u062e\u0642\u0647\u062b\u0633, \u062d\u0642\u062b\u062f\u0647\u062b\u0635 \u0641\u0627\u062b \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0647\u0631 \u062d\u0642\u0647\u0631\u0641 \u062f\u0647\u062b\u0635 \u0641\u062e \u062b\u0631\u0633\u0639\u0642\u062b \u0641\u0627\u062b \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0635\u0647\u0645\u0645 \u062d\u0642\u0647\u0631\u0641 \u0630\u062e\u0642\u0642\u062b\u0630\u0641\u0645\u063a \u062e\u0631 \u062e\u0631\u062b \u062d\u0634\u0644\u062b.", + "Italic": "\u0647\u0641\u0634\u0645\u0647\u0630", + "Italic (Ctrl+I)": "\u0647\u0641\u0634\u0645\u0647\u0630 (\u0630\u0641\u0642\u0645+\u0647)", + "Join Team": "\u062a\u062e\u0647\u0631 \u0641\u062b\u0634\u0648", + "Joined": "\u062a\u062e\u0647\u0631\u062b\u064a", + "Joined %(date)s": "\u062a\u062e\u0647\u0631\u062b\u064a %(date)s", + "Joined Date": "\u062a\u062e\u0647\u0631\u062b\u064a \u064a\u0634\u0641\u062b", + "Justify": "\u062a\u0639\u0633\u0641\u0647\u0628\u063a", + "KB": "\u0646\u0632", + "Key should only contain letters, numbers, _, or -": "\u0646\u062b\u063a \u0633\u0627\u062e\u0639\u0645\u064a \u062e\u0631\u0645\u063a \u0630\u062e\u0631\u0641\u0634\u0647\u0631 \u0645\u062b\u0641\u0641\u062b\u0642\u0633, \u0631\u0639\u0648\u0632\u062b\u0642\u0633, _, \u062e\u0642 -", + "Keywords": "\u0646\u062b\u063a\u0635\u062e\u0642\u064a\u0633", + "LEARN MORE": "\u0645\u062b\u0634\u0642\u0631 \u0648\u062e\u0642\u062b", + "Language": "\u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b", + "Large": "\u0645\u0634\u0642\u0644\u062b", + "Last Activity %(date)s": "\u0645\u0634\u0633\u0641 \u0634\u0630\u0641\u0647\u062f\u0647\u0641\u063a %(date)s", + "Last Edited:": "\u0645\u0634\u0633\u0641 \u062b\u064a\u0647\u0641\u062b\u064a:", + "Last Updated": "\u0645\u0634\u0633\u0641 \u0639\u062d\u064a\u0634\u0641\u062b\u064a", + "Last activity {date}": "\u0645\u0634\u0633\u0641 \u0634\u0630\u0641\u0647\u062f\u0647\u0641\u063a {date}", + "Last modified by": "\u0645\u0634\u0633\u0641 \u0648\u062e\u064a\u0647\u0628\u0647\u062b\u064a \u0632\u063a", + "Last published %(last_published_date)s by %(publish_username)s": "\u0645\u0634\u0633\u0641 \u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a %(last_published_date)s \u0632\u063a %(publish_username)s", + "Last published {lastPublishedStart}{publishedOn}{lastPublishedEnd} by {publishedByStart}{publishedBy}{publishedByEnd}": "\u0645\u0634\u0633\u0641 \u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a {lastPublishedStart}{publishedOn}{lastPublishedEnd} \u0632\u063a {publishedByStart}{publishedBy}{publishedByEnd}", + "Last updated": "\u0645\u0634\u0633\u0641 \u0639\u062d\u064a\u0634\u0641\u062b\u064a", + "Learn More": "\u0645\u062b\u0634\u0642\u0631 \u0648\u062e\u0642\u062b", + "Learn more about {license_name}": "\u0645\u062b\u0634\u0642\u0631 \u0648\u062e\u0642\u062b \u0634\u0632\u062e\u0639\u0641 {license_name}", + "Learners are added to this cohort automatically.": "\u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0634\u0642\u062b \u0634\u064a\u064a\u062b\u064a \u0641\u062e \u0641\u0627\u0647\u0633 \u0630\u062e\u0627\u062e\u0642\u0641 \u0634\u0639\u0641\u062e\u0648\u0634\u0641\u0647\u0630\u0634\u0645\u0645\u063a.", + "Learners are added to this cohort only when you provide their email addresses or usernames on this page.": "\u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0634\u0642\u062b \u0634\u064a\u064a\u062b\u064a \u0641\u062e \u0641\u0627\u0647\u0633 \u0630\u062e\u0627\u062e\u0642\u0641 \u062e\u0631\u0645\u063a \u0635\u0627\u062b\u0631 \u063a\u062e\u0639 \u062d\u0642\u062e\u062f\u0647\u064a\u062b \u0641\u0627\u062b\u0647\u0642 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633\u062b\u0633 \u062e\u0642 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b\u0633 \u062e\u0631 \u0641\u0627\u0647\u0633 \u062d\u0634\u0644\u062b.", + "Learners do not see the subsection in the course outline. The subsection is not included in grade calculations.": "\u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u064a\u062e \u0631\u062e\u0641 \u0633\u062b\u062b \u0641\u0627\u062b \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u0647\u0631 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u062e\u0639\u0641\u0645\u0647\u0631\u062b. \u0641\u0627\u062b \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u0647\u0633 \u0631\u062e\u0641 \u0647\u0631\u0630\u0645\u0639\u064a\u062b\u064a \u0647\u0631 \u0644\u0642\u0634\u064a\u062b \u0630\u0634\u0645\u0630\u0639\u0645\u0634\u0641\u0647\u062e\u0631\u0633.", + "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the course end date has passed.": "\u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u064a\u062e \u0631\u062e\u0641 \u0633\u062b\u062b \u0635\u0627\u062b\u0641\u0627\u062b\u0642 \u0641\u0627\u062b\u0647\u0642 \u0634\u0631\u0633\u0635\u062b\u0642\u0633 \u0641\u062e \u0634\u0633\u0633\u062b\u0633\u0633\u0648\u062b\u0631\u0641\u0633 \u0635\u062b\u0642\u062b \u0630\u062e\u0642\u0642\u062b\u0630\u0641 \u062e\u0642 \u0647\u0631\u0630\u062e\u0642\u0642\u062b\u0630\u0641, \u0631\u062e\u0642 \u0641\u0627\u062b \u0633\u0630\u062e\u0642\u062b \u0642\u062b\u0630\u062b\u0647\u062f\u062b\u064a, \u0639\u0631\u0641\u0647\u0645 \u0634\u0628\u0641\u062b\u0642 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u062b\u0631\u064a \u064a\u0634\u0641\u062b \u0627\u0634\u0633 \u062d\u0634\u0633\u0633\u062b\u064a.", + "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the due date for the subsection has passed.": "\u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u064a\u062e \u0631\u062e\u0641 \u0633\u062b\u062b \u0635\u0627\u062b\u0641\u0627\u062b\u0642 \u0641\u0627\u062b\u0647\u0642 \u0634\u0631\u0633\u0635\u062b\u0642\u0633 \u0641\u062e \u0634\u0633\u0633\u062b\u0633\u0633\u0648\u062b\u0631\u0641\u0633 \u0635\u062b\u0642\u062b \u0630\u062e\u0642\u0642\u062b\u0630\u0641 \u062e\u0642 \u0647\u0631\u0630\u062e\u0642\u0642\u062b\u0630\u0641, \u0631\u062e\u0642 \u0641\u0627\u062b \u0633\u0630\u062e\u0642\u062b \u0642\u062b\u0630\u062b\u0647\u062f\u062b\u064a, \u0639\u0631\u0641\u0647\u0645 \u0634\u0628\u0641\u062b\u0642 \u0641\u0627\u062b \u064a\u0639\u062b \u064a\u0634\u0641\u062b \u0628\u062e\u0642 \u0641\u0627\u062b \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u0627\u0634\u0633 \u062d\u0634\u0633\u0633\u062b\u064a.", + "Learners never see whether their answers to assessments are correct or incorrect, nor the score received.": "\u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0631\u062b\u062f\u062b\u0642 \u0633\u062b\u062b \u0635\u0627\u062b\u0641\u0627\u062b\u0642 \u0641\u0627\u062b\u0647\u0642 \u0634\u0631\u0633\u0635\u062b\u0642\u0633 \u0641\u062e \u0634\u0633\u0633\u062b\u0633\u0633\u0648\u062b\u0631\u0641\u0633 \u0634\u0642\u062b \u0630\u062e\u0642\u0642\u062b\u0630\u0641 \u062e\u0642 \u0647\u0631\u0630\u062e\u0642\u0642\u062b\u0630\u0641, \u0631\u062e\u0642 \u0641\u0627\u062b \u0633\u0630\u062e\u0642\u062b \u0642\u062b\u0630\u062b\u0647\u062f\u062b\u064a.", + "Learners see the published subsection and can access its content.": "\u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0633\u062b\u062b \u0641\u0627\u062b \u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u0634\u0631\u064a \u0630\u0634\u0631 \u0634\u0630\u0630\u062b\u0633\u0633 \u0647\u0641\u0633 \u0630\u062e\u0631\u0641\u062b\u0631\u0641.", + "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "\u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0635\u0627\u062e \u0642\u062b\u0636\u0639\u0647\u0642\u062b \u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631 \u0648\u0639\u0633\u0641 \u062d\u0634\u0633\u0633 \u0641\u0627\u062b \u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a \u0630\u0627\u062b\u0630\u0646\u062d\u062e\u0647\u0631\u0641 \u0641\u062e \u0633\u062b\u062b \u0641\u0627\u062b \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0647\u0631 \u0641\u0627\u0647\u0633 \u0639\u0631\u0647\u0641. \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0635\u0627\u062e \u064a\u062e \u0631\u062e\u0641 \u0642\u062b\u0636\u0639\u0647\u0642\u062b \u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631 \u0633\u062b\u062b \u0641\u0627\u0647\u0633 \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0632\u063a \u064a\u062b\u0628\u0634\u0639\u0645\u0641.", + "Learning Outcome": "\u0645\u062b\u0634\u0642\u0631\u0647\u0631\u0644 \u062e\u0639\u0641\u0630\u062e\u0648\u062b", + "Leave Current Session": "\u0645\u062b\u0634\u062f\u062b \u0630\u0639\u0642\u0642\u062b\u0631\u0641 \u0633\u062b\u0633\u0633\u0647\u062e\u0631", + "Leave Team": "\u0645\u062b\u0634\u062f\u062b \u0641\u062b\u0634\u0648", + "Leave the current session and decide later": "\u0645\u062b\u0634\u062f\u062b \u0641\u0627\u062b \u0630\u0639\u0642\u0642\u062b\u0631\u0641 \u0633\u062b\u0633\u0633\u0647\u062e\u0631 \u0634\u0631\u064a \u064a\u062b\u0630\u0647\u064a\u062b \u0645\u0634\u0641\u062b\u0642", + "Leave this team?": "\u0645\u062b\u0634\u062f\u062b \u0641\u0627\u0647\u0633 \u0641\u062b\u0634\u0648?", + "Left": "\u0645\u062b\u0628\u0641", + "Left to right": "\u0645\u062b\u0628\u0641 \u0641\u062e \u0642\u0647\u0644\u0627\u0641", + "Legal name": "\u0645\u062b\u0644\u0634\u0645 \u0631\u0634\u0648\u062b", + "Less": "\u0645\u062b\u0633\u0633", + "Library User": "\u0645\u0647\u0632\u0642\u0634\u0642\u063a \u0639\u0633\u062b\u0642", + "License Display": "\u0645\u0647\u0630\u062b\u0631\u0633\u062b \u064a\u0647\u0633\u062d\u0645\u0634\u063a", + "License Type": "\u0645\u0647\u0630\u062b\u0631\u0633\u062b \u0641\u063a\u062d\u062b", + "Limit Access": "\u0645\u0647\u0648\u0647\u0641 \u0634\u0630\u0630\u062b\u0633\u0633", + "Limited Profile": "\u0645\u0647\u0648\u0647\u0641\u062b\u064a \u062d\u0642\u062e\u0628\u0647\u0645\u062b", + "Link Description": "\u0645\u0647\u0631\u0646 \u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631", + "Link Your Account": "\u0645\u0647\u0631\u0646 \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641", + "Link types should be unique.": "\u0645\u0647\u0631\u0646 \u0641\u063a\u062d\u062b\u0633 \u0633\u0627\u062e\u0639\u0645\u064a \u0632\u062b \u0639\u0631\u0647\u0636\u0639\u062b.", + "Link your {accountName} account": "\u0645\u0647\u0631\u0646 \u063a\u062e\u0639\u0642 {accountName} \u0634\u0630\u0630\u062e\u0639\u0631\u0641", + "Link your {accountName} account to your {platformName} account and use {accountName} to sign in to {platformName}.": "\u0645\u0647\u0631\u0646 \u063a\u062e\u0639\u0642 {accountName} \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0641\u062e \u063a\u062e\u0639\u0642 {platformName} \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0634\u0631\u064a \u0639\u0633\u062b {accountName} \u0641\u062e \u0633\u0647\u0644\u0631 \u0647\u0631 \u0641\u062e {platformName}.", + "Linked Accounts": "\u0645\u0647\u0631\u0646\u062b\u064a \u0634\u0630\u0630\u062e\u0639\u0631\u0641\u0633", + "Linking": "\u0645\u0647\u0631\u0646\u0647\u0631\u0644", + "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "\u0645\u0647\u0631\u0646\u0633 \u0634\u0642\u062b \u0644\u062b\u0631\u062b\u0642\u0634\u0641\u062b\u064a \u062e\u0631 \u064a\u062b\u0648\u0634\u0631\u064a \u0634\u0631\u064a \u062b\u0637\u062d\u0647\u0642\u062b \u0635\u0647\u0641\u0627\u0647\u0631 5 \u0648\u0647\u0631\u0639\u0641\u062b\u0633 \u064a\u0639\u062b \u0641\u062e \u0641\u0627\u062b \u0633\u062b\u0631\u0633\u0647\u0641\u0647\u062f\u062b \u0631\u0634\u0641\u0639\u0642\u062b \u062e\u0628 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631.", + "Links should be unique.": "\u0645\u0647\u0631\u0646\u0633 \u0633\u0627\u062e\u0639\u0645\u064a \u0632\u062b \u0639\u0631\u0647\u0636\u0639\u062b.", + "List item": "\u0645\u0647\u0633\u0641 \u0647\u0641\u062b\u0648", + "List of uploaded files and assets in this course": "\u0645\u0647\u0633\u0641 \u062e\u0628 \u0639\u062d\u0645\u062e\u0634\u064a\u062b\u064a \u0628\u0647\u0645\u062b\u0633 \u0634\u0631\u064a \u0634\u0633\u0633\u062b\u0641\u0633 \u0647\u0631 \u0641\u0627\u0647\u0633 \u0630\u062e\u0639\u0642\u0633\u062b", + "Live view of webcam": "\u0645\u0647\u062f\u062b \u062f\u0647\u062b\u0635 \u062e\u0628 \u0635\u062b\u0632\u0630\u0634\u0648", + "Load Another File": "\u0645\u062e\u0634\u064a \u0634\u0631\u062e\u0641\u0627\u062b\u0642 \u0628\u0647\u0645\u062b", + "Load all responses": "\u0645\u062e\u0634\u064a \u0634\u0645\u0645 \u0642\u062b\u0633\u062d\u062e\u0631\u0633\u062b\u0633", + "Load next {numResponses} responses": "\u0645\u062e\u0634\u064a \u0631\u062b\u0637\u0641 {numResponses} \u0642\u062b\u0633\u062d\u062e\u0631\u0633\u062b\u0633", "Load next {num_items} result": [ - "\u0645\u062e\u0634\u064a \u0631\u062b\u0637\u0641 {num_items} \u0642\u062b\u0633\u0639\u0645\u0641", + "\u0645\u062e\u0634\u064a \u0631\u062b\u0637\u0641 {num_items} \u0642\u062b\u0633\u0639\u0645\u0641", "\u0645\u062e\u0634\u064a \u0631\u062b\u0637\u0641 {num_items} \u0642\u062b\u0633\u0639\u0645\u0641\u0633" - ], - "Loading": "\u0645\u062e\u0634\u064a\u0647\u0631\u0644", - "Loading content": "\u0645\u062e\u0634\u064a\u0647\u0631\u0644 \u0630\u062e\u0631\u0641\u062b\u0631\u0641", - "Loading data...": "\u0645\u062e\u0634\u064a\u0647\u0631\u0644 \u064a\u0634\u0641\u0634...", - "Loading more threads": "\u0645\u062e\u0634\u064a\u0647\u0631\u0644 \u0648\u062e\u0642\u062b \u0641\u0627\u0642\u062b\u0634\u064a\u0633", - "Loading posts list": "\u0645\u062e\u0634\u064a\u0647\u0631\u0644 \u062d\u062e\u0633\u0641\u0633 \u0645\u0647\u0633\u0641", - "Loading your courses": "\u0645\u062e\u0634\u064a\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u0630\u062e\u0639\u0642\u0633\u062b\u0633", - "Location": "\u0645\u062e\u0630\u0634\u0641\u0647\u062e\u0631", - "Location in Course": "\u0645\u062e\u0630\u0634\u0641\u0647\u062e\u0631 \u0647\u0631 \u0630\u062e\u0639\u0642\u0633\u062b", - "Lock this asset": "\u0645\u062e\u0630\u0646 \u0641\u0627\u0647\u0633 \u0634\u0633\u0633\u062b\u0641", - "Lock/unlock file": "\u0645\u062e\u0630\u0646/\u0639\u0631\u0645\u062e\u0630\u0646 \u0628\u0647\u0645\u062b", - "Loud": "\u0645\u062e\u0639\u064a", - "Low": "\u0645\u062e\u0635", - "Lower Alpha": "\u0645\u062e\u0635\u062b\u0642 \u0634\u0645\u062d\u0627\u0634", - "Lower Greek": "\u0645\u062e\u0635\u062b\u0642 \u0644\u0642\u062b\u062b\u0646", - "Lower Roman": "\u0645\u062e\u0635\u062b\u0642 \u0642\u062e\u0648\u0634\u0631", - "MB": "\u0648\u0632", - "Make Visible to Students": "\u0648\u0634\u0646\u062b \u062f\u0647\u0633\u0647\u0632\u0645\u062b \u0641\u062e \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633", - "Make sure that the full name on your account matches the name on your ID.": "\u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u0641\u0627\u062b \u0628\u0639\u0645\u0645 \u0631\u0634\u0648\u062b \u062e\u0631 \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0648\u0634\u0641\u0630\u0627\u062b\u0633 \u0641\u0627\u062b \u0631\u0634\u0648\u062b \u062e\u0631 \u063a\u062e\u0639\u0642 \u0647\u064a.", - "Make sure we can verify your identity with the photos and information you have provided.": "\u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0635\u062b \u0630\u0634\u0631 \u062f\u062b\u0642\u0647\u0628\u063a \u063a\u062e\u0639\u0642 \u0647\u064a\u062b\u0631\u0641\u0647\u0641\u063a \u0635\u0647\u0641\u0627 \u0641\u0627\u062b \u062d\u0627\u062e\u0641\u062e\u0633 \u0634\u0631\u064a \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u062d\u0642\u062e\u062f\u0647\u064a\u062b\u064a.", - "Make sure your ID is well-lit": "\u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u063a\u062e\u0639\u0642 \u0647\u064a \u0647\u0633 \u0635\u062b\u0645\u0645-\u0645\u0647\u0641", - "Make sure your face is well-lit": "\u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u063a\u062e\u0639\u0642 \u0628\u0634\u0630\u062b \u0647\u0633 \u0635\u062b\u0645\u0645-\u0645\u0647\u0641", - "Make this subsection available as a prerequisite to other content": "\u0648\u0634\u0646\u062b \u0641\u0627\u0647\u0633 \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b \u0634\u0633 \u0634 \u062d\u0642\u062b\u0642\u062b\u0636\u0639\u0647\u0633\u0647\u0641\u062b \u0641\u062e \u062e\u0641\u0627\u062b\u0642 \u0630\u062e\u0631\u0641\u062b\u0631\u0641", - "Making Visible to Students": "\u0648\u0634\u0646\u0647\u0631\u0644 \u062f\u0647\u0633\u0647\u0632\u0645\u062b \u0641\u062e \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633", - "Manage Learners": "\u0648\u0634\u0631\u0634\u0644\u062b \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633", - "Manual": "\u0648\u0634\u0631\u0639\u0634\u0645", - "Mark Exam As Completed": "\u0648\u0634\u0642\u0646 \u062b\u0637\u0634\u0648 \u0634\u0633 \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b\u064a", - "Mark enrollment code as unused": "\u0648\u0634\u0642\u0646 \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0630\u062e\u064a\u062b \u0634\u0633 \u0639\u0631\u0639\u0633\u062b\u064a", - "Markdown Editing Help": "\u0648\u0634\u0642\u0646\u064a\u062e\u0635\u0631 \u062b\u064a\u0647\u0641\u0647\u0631\u0644 \u0627\u062b\u0645\u062d", - "Masters": "\u0648\u0634\u0633\u0641\u062b\u0642\u0633", - "Match case": "\u0648\u0634\u0641\u0630\u0627 \u0630\u0634\u0633\u062b", - "Max file size exceeded": "\u0648\u0634\u0637 \u0628\u0647\u0645\u062b \u0633\u0647\u0638\u062b \u062b\u0637\u0630\u062b\u062b\u064a\u062b\u064a", - "Maximum": "\u0648\u0634\u0637\u0647\u0648\u0639\u0648", - "Maximum file size: {maxFileSize} GB": "\u0648\u0634\u0637\u0647\u0648\u0639\u0648 \u0628\u0647\u0645\u062b \u0633\u0647\u0638\u062b: {maxFileSize} \u0644\u0632", - "Maximum score is %(max_score)s": "\u0648\u0634\u0637\u0647\u0648\u0639\u0648 \u0633\u0630\u062e\u0642\u062b \u0647\u0633 %(max_score)s", - "Membership": "\u0648\u062b\u0648\u0632\u062b\u0642\u0633\u0627\u0647\u062d", - "Merge cells": "\u0648\u062b\u0642\u0644\u062b \u0630\u062b\u0645\u0645\u0633", - "Message:": "\u0648\u062b\u0633\u0633\u0634\u0644\u062b:", - "Middle": "\u0648\u0647\u064a\u064a\u0645\u062b", - "Minimum Completion:": "\u0648\u0647\u0631\u0647\u0648\u0639\u0648 \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u0647\u062e\u0631:", - "Minimum Score:": "\u0648\u0647\u0631\u0647\u0648\u0639\u0648 \u0633\u0630\u062e\u0642\u062b:", - "Module state successfully deleted.": "\u0648\u062e\u064a\u0639\u0645\u062b \u0633\u0641\u0634\u0641\u062b \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u064a\u062b\u0645\u062b\u0641\u062b\u064a.", - "More": "\u0648\u062e\u0642\u062b", - "More sessions coming soon": "\u0648\u062e\u0642\u062b \u0633\u062b\u0633\u0633\u0647\u062e\u0631\u0633 \u0630\u062e\u0648\u0647\u0631\u0644 \u0633\u062e\u062e\u0631", - "More sessions coming soon.": "\u0648\u062e\u0642\u062b \u0633\u062b\u0633\u0633\u0647\u062e\u0631\u0633 \u0630\u062e\u0648\u0647\u0631\u0644 \u0633\u062e\u062e\u0631.", - "Move": "\u0648\u062e\u062f\u062b", - "Move cancelled. \"{sourceDisplayName}\" has been moved back to its original location.": "\u0648\u062e\u062f\u062b \u0630\u0634\u0631\u0630\u062b\u0645\u0645\u062b\u064a. \"{sourceDisplayName}\" \u0627\u0634\u0633 \u0632\u062b\u062b\u0631 \u0648\u062e\u062f\u062b\u064a \u0632\u0634\u0630\u0646 \u0641\u062e \u0647\u0641\u0633 \u062e\u0642\u0647\u0644\u0647\u0631\u0634\u0645 \u0645\u062e\u0630\u0634\u0641\u0647\u062e\u0631.", - "Move: {displayName}": "\u0648\u062e\u062f\u062b: {displayName}", - "Moving": "\u0648\u062e\u062f\u0647\u0631\u0644", - "Must complete verification checkpoint": "\u0648\u0639\u0633\u0641 \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631 \u0630\u0627\u062b\u0630\u0646\u062d\u062e\u0647\u0631\u0641", - "Mute": "\u0648\u0639\u0641\u062b", - "Muted": "\u0648\u0639\u0641\u062b\u064a", - "My Orders": "\u0648\u063a \u062e\u0642\u064a\u062b\u0642\u0633", - "My Team": "\u0648\u063a \u0641\u062b\u0634\u0648", - "N/A": "\u0631/\u0634", - "Name": "\u0631\u0634\u0648\u062b", - "Name ": "\u0631\u0634\u0648\u062b ", - "Name of the certificate": "\u0631\u0634\u0648\u062b \u062e\u0628 \u0641\u0627\u062b \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b", - "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "\u0631\u0634\u0648\u062b \u062e\u0628 \u0641\u0627\u062b \u0644\u0642\u062e\u0639\u062d\u0633 \u0641\u0627\u0634\u0641 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633 \u0635\u0647\u0645\u0645 \u0632\u062b \u0634\u0633\u0633\u0647\u0644\u0631\u062b\u064a \u0641\u062e, \u0628\u062e\u0642 \u062b\u0637\u0634\u0648\u062d\u0645\u062b, \u0630\u062e\u0631\u0641\u0642\u062e\u0645, \u062f\u0647\u064a\u062b\u062e, \u062d\u0642\u062e\u0632\u0645\u062b\u0648\u0633. \u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u0627\u0634\u062f\u062b \u0641\u0635\u062e \u062e\u0642 \u0648\u062e\u0642\u062b \u0644\u0642\u062e\u0639\u062d\u0633.", - "Name of the signatory": "\u0631\u0634\u0648\u062b \u062e\u0628 \u0641\u0627\u062b \u0633\u0647\u0644\u0631\u0634\u0641\u062e\u0642\u063a", - "Name or short description of the configuration": "\u0631\u0634\u0648\u062b \u062e\u0642 \u0633\u0627\u062e\u0642\u0641 \u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631 \u062e\u0628 \u0641\u0627\u062b \u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u0634\u0641\u0647\u062e\u0631", - "Navigate up": "\u0631\u0634\u062f\u0647\u0644\u0634\u0641\u062b \u0639\u062d", - "Need help logging in?": "\u0631\u062b\u062b\u064a \u0627\u062b\u0645\u062d \u0645\u062e\u0644\u0644\u0647\u0631\u0644 \u0647\u0631?", - "Needs verified certificate ": "\u0631\u062b\u062b\u064a\u0633 \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b ", - "Never published": "\u0631\u062b\u062f\u062b\u0642 \u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a", - "Never show assessment results": "\u0631\u062b\u062f\u062b\u0642 \u0633\u0627\u062e\u0635 \u0634\u0633\u0633\u062b\u0633\u0633\u0648\u062b\u0631\u0641 \u0642\u062b\u0633\u0639\u0645\u0641\u0633", - "New %(item_type)s": "\u0631\u062b\u0635 %(item_type)s", - "New Address": "\u0631\u062b\u0635 \u0634\u064a\u064a\u0642\u062b\u0633\u0633", - "New Password": "\u0631\u062b\u0635 \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a", - "New document": "\u0631\u062b\u0635 \u064a\u062e\u0630\u0639\u0648\u062b\u0631\u0641", - "New enrollment mode:": "\u0631\u062b\u0635 \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0648\u062e\u064a\u062b:", - "New window": "\u0631\u062b\u0635 \u0635\u0647\u0631\u064a\u062e\u0635", - "New {component_type}": "\u0631\u062b\u0635 {component_type}", - "Next": "\u0631\u062b\u0637\u0641", - "Next Step: Confirm your identity": "\u0631\u062b\u0637\u0641 \u0633\u0641\u062b\u062d: \u0630\u062e\u0631\u0628\u0647\u0642\u0648 \u063a\u062e\u0639\u0642 \u0647\u064a\u062b\u0631\u0641\u0647\u0641\u063a", - "Next: %(nextStepTitle)s": "\u0631\u062b\u0637\u0641: %(nextStepTitle)s", - "No Content Group": "\u0631\u062e \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d", - "No Derivatives": "\u0631\u062e \u064a\u062b\u0642\u0647\u062f\u0634\u0641\u0647\u062f\u062b\u0633", - "No EdX Timed Transcript": "\u0631\u062e \u062b\u064a\u0637 \u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641", - "No Flash Detected": "\u0631\u062e \u0628\u0645\u0634\u0633\u0627 \u064a\u062b\u0641\u062b\u0630\u0641\u062b\u064a", - "No Timed Transcript": "\u0631\u062e \u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641", - "No Webcam Detected": "\u0631\u062e \u0635\u062b\u0632\u0630\u0634\u0648 \u064a\u062b\u0641\u062b\u0630\u0641\u062b\u064a", - "No color": "\u0631\u062e \u0630\u062e\u0645\u062e\u0642", - "No content-specific discussion topics exist.": "\u0631\u062e \u0630\u062e\u0631\u0641\u062b\u0631\u0641-\u0633\u062d\u062b\u0630\u0647\u0628\u0647\u0630 \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631 \u0641\u062e\u062d\u0647\u0630\u0633 \u062b\u0637\u0647\u0633\u0641.", - "No description available": "\u0631\u062e \u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631 \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b", - "No grade to remove.": "\u0631\u062e \u0644\u0642\u0634\u064a\u062b \u0641\u062e \u0642\u062b\u0648\u062e\u062f\u062b.", - "No posts matched your query.": "\u0631\u062e \u062d\u062e\u0633\u0641\u0633 \u0648\u0634\u0641\u0630\u0627\u062b\u064a \u063a\u062e\u0639\u0642 \u0636\u0639\u062b\u0642\u063a.", - "No prerequisite": "\u0631\u062e \u062d\u0642\u062b\u0642\u062b\u0636\u0639\u0647\u0633\u0647\u0641\u062b", - "No receipt available": "\u0631\u062e \u0642\u062b\u0630\u062b\u0647\u062d\u0641 \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b", - "No results": "\u0631\u062e \u0642\u062b\u0633\u0639\u0645\u0641\u0633", - "No results found for \"%(query_string)s\". Please try searching again.": "\u0631\u062e \u0642\u062b\u0633\u0639\u0645\u0641\u0633 \u0628\u062e\u0639\u0631\u064a \u0628\u062e\u0642 \"%(query_string)s\". \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0633\u062b\u0634\u0642\u0630\u0627\u0647\u0631\u0644 \u0634\u0644\u0634\u0647\u0631.", - "No results found for {original_query}. Showing results for {suggested_query}.": "\u0631\u062e \u0642\u062b\u0633\u0639\u0645\u0641\u0633 \u0628\u062e\u0639\u0631\u064a \u0628\u062e\u0642 {original_query}. \u0633\u0627\u062e\u0635\u0647\u0631\u0644 \u0642\u062b\u0633\u0639\u0645\u0641\u0633 \u0628\u062e\u0642 {suggested_query}.", - "No tasks currently running.": "\u0631\u062e \u0641\u0634\u0633\u0646\u0633 \u0630\u0639\u0642\u0642\u062b\u0631\u0641\u0645\u063a \u0642\u0639\u0631\u0631\u0647\u0631\u0644.", - "No transcript uploaded.": "\u0631\u062e \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0639\u062d\u0645\u062e\u0634\u064a\u062b\u064a.", - "No validation is performed on policy keys or value pairs. If you are having difficulties, check your formatting.": "\u0631\u062e \u062f\u0634\u0645\u0647\u064a\u0634\u0641\u0647\u062e\u0631 \u0647\u0633 \u062d\u062b\u0642\u0628\u062e\u0642\u0648\u062b\u064a \u062e\u0631 \u062d\u062e\u0645\u0647\u0630\u063a \u0646\u062b\u063a\u0633 \u062e\u0642 \u062f\u0634\u0645\u0639\u062b \u062d\u0634\u0647\u0642\u0633. \u0647\u0628 \u063a\u062e\u0639 \u0634\u0642\u062b \u0627\u0634\u062f\u0647\u0631\u0644 \u064a\u0647\u0628\u0628\u0647\u0630\u0639\u0645\u0641\u0647\u062b\u0633, \u0630\u0627\u062b\u0630\u0646 \u063a\u062e\u0639\u0642 \u0628\u062e\u0642\u0648\u0634\u0641\u0641\u0647\u0631\u0644.", - "Nonbreaking space": "\u0631\u062e\u0631\u0632\u0642\u062b\u0634\u0646\u0647\u0631\u0644 \u0633\u062d\u0634\u0630\u062b", - "Noncommercial": "\u0631\u062e\u0631\u0630\u062e\u0648\u0648\u062b\u0642\u0630\u0647\u0634\u0645", - "None": "\u0631\u062e\u0631\u062b", - "Not Currently Available": "\u0631\u062e\u0641 \u0630\u0639\u0642\u0642\u062b\u0631\u0641\u0645\u063a \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b", - "Not Graded": "\u0631\u062e\u0641 \u0644\u0642\u0634\u064a\u062b\u064a", - "Not Supported": "\u0631\u062e\u0641 \u0633\u0639\u062d\u062d\u062e\u0642\u0641\u062b\u064a", - "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "\u0631\u062e\u0641 \u0634\u0632\u0645\u062b \u0641\u062e \u0633\u062b\u0641 \u062d\u0634\u0633\u0633\u0647\u0631\u0644 \u0644\u0642\u0634\u064a\u062b \u0641\u062e \u0645\u062b\u0633\u0633 \u0641\u0627\u0634\u0631 %(minimum_grade_cutoff)s%.", - "Not available": "\u0631\u062e\u0641 \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b", - "Not divided": "\u0631\u062e\u0641 \u064a\u0647\u062f\u0647\u064a\u062b\u064a", - "Not in Use": "\u0631\u062e\u0641 \u0647\u0631 \u0639\u0633\u062b", - "Not selected": "\u0631\u062e\u0641 \u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a", - "Not specific to a course": "\u0631\u062e\u0641 \u0633\u062d\u062b\u0630\u0647\u0628\u0647\u0630 \u0641\u062e \u0634 \u0630\u062e\u0639\u0642\u0633\u062b", - "Not yet": "\u0631\u062e\u0641 \u063a\u062b\u0641", - "Note": "\u0631\u062e\u0641\u062b", - "Note: Do not hide graded assignments after they have been released.": "\u0631\u062e\u0641\u062b: \u064a\u062e \u0631\u062e\u0641 \u0627\u0647\u064a\u062b \u0644\u0642\u0634\u064a\u062b\u064a \u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641\u0633 \u0634\u0628\u0641\u062b\u0642 \u0641\u0627\u062b\u063a \u0627\u0634\u062f\u062b \u0632\u062b\u062b\u0631 \u0642\u062b\u0645\u062b\u0634\u0633\u062b\u064a.", - "Note: Learners can be in only one cohort. Adding learners to this group overrides any previous group assignment.": "\u0631\u062e\u0641\u062b: \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0630\u0634\u0631 \u0632\u062b \u0647\u0631 \u062e\u0631\u0645\u063a \u062e\u0631\u062b \u0630\u062e\u0627\u062e\u0642\u0641. \u0634\u064a\u064a\u0647\u0631\u0644 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0641\u062e \u0641\u0627\u0647\u0633 \u0644\u0642\u062e\u0639\u062d \u062e\u062f\u062b\u0642\u0642\u0647\u064a\u062b\u0633 \u0634\u0631\u063a \u062d\u0642\u062b\u062f\u0647\u062e\u0639\u0633 \u0644\u0642\u062e\u0639\u062d \u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641.", - "Noted in:": "\u0631\u062e\u0641\u062b\u064a \u0647\u0631:", - "Notes": "\u0631\u062e\u0641\u062b\u0633", - "Notes hidden": "\u0631\u062e\u0641\u062b\u0633 \u0627\u0647\u064a\u064a\u062b\u0631", - "Notes visible": "\u0631\u062e\u0641\u062b\u0633 \u062f\u0647\u0633\u0647\u0632\u0645\u062b", - "Number Sent": "\u0631\u0639\u0648\u0632\u062b\u0642 \u0633\u062b\u0631\u0641", - "Number of Droppable": "\u0631\u0639\u0648\u0632\u062b\u0642 \u062e\u0628 \u064a\u0642\u062e\u062d\u062d\u0634\u0632\u0645\u062b", - "Number of Students": "\u0631\u0639\u0648\u0632\u062b\u0642 \u062e\u0628 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633", - "Numbered List (Ctrl+O)": "\u0631\u0639\u0648\u0632\u062b\u0642\u062b\u064a \u0645\u0647\u0633\u0641 (\u0630\u0641\u0642\u0645+\u062e)", - "Numbered list": "\u0631\u0639\u0648\u0632\u062b\u0642\u062b\u064a \u0645\u0647\u0633\u0641", - "OK": "\u062e\u0646", - "ORDER NAME": "\u062e\u0642\u064a\u062b\u0642 \u0631\u0634\u0648\u062b", - "ORDER NUMBER": "\u062e\u0642\u064a\u062b\u0642 \u0631\u0639\u0648\u0632\u062b\u0642", - "ORDER PLACED": "\u062e\u0642\u064a\u062b\u0642 \u062d\u0645\u0634\u0630\u062b\u064a", - "Ok": "\u062e\u0646", - "Onboarding": "\u062e\u0631\u0632\u062e\u0634\u0642\u064a\u0647\u0631\u0644", - "Onboarding Exam": "\u062e\u0631\u0632\u062e\u0634\u0642\u064a\u0647\u0631\u0644 \u062b\u0637\u0634\u0648", - "Once in position, use the camera button {icon} to capture your ID": "\u062e\u0631\u0630\u062b \u0647\u0631 \u062d\u062e\u0633\u0647\u0641\u0647\u062e\u0631, \u0639\u0633\u062b \u0641\u0627\u062b \u0630\u0634\u0648\u062b\u0642\u0634 \u0632\u0639\u0641\u0641\u062e\u0631 {icon} \u0641\u062e \u0630\u0634\u062d\u0641\u0639\u0642\u062b \u063a\u062e\u0639\u0642 \u0647\u064a", - "Once in position, use the camera button {icon} to capture your photo": "\u062e\u0631\u0630\u062b \u0647\u0631 \u062d\u062e\u0633\u0647\u0641\u0647\u062e\u0631, \u0639\u0633\u062b \u0641\u0627\u062b \u0630\u0634\u0648\u062b\u0642\u0634 \u0632\u0639\u0641\u0641\u062e\u0631 {icon} \u0641\u062e \u0630\u0634\u062d\u0641\u0639\u0642\u062b \u063a\u062e\u0639\u0642 \u062d\u0627\u062e\u0641\u062e", - "Once you complete one of the program requirements you have a program record. This record is marked complete once you meet all program requirements. A program record can be used to continue your learning journey and demonstrate your learning to others.": "\u062e\u0631\u0630\u062b \u063a\u062e\u0639 \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u062e\u0631\u062b \u062e\u0628 \u0641\u0627\u062b \u062d\u0642\u062e\u0644\u0642\u0634\u0648 \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u0648\u062b\u0631\u0641\u0633 \u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u0634 \u062d\u0642\u062e\u0644\u0642\u0634\u0648 \u0642\u062b\u0630\u062e\u0642\u064a. \u0641\u0627\u0647\u0633 \u0642\u062b\u0630\u062e\u0642\u064a \u0647\u0633 \u0648\u0634\u0642\u0646\u062b\u064a \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u062e\u0631\u0630\u062b \u063a\u062e\u0639 \u0648\u062b\u062b\u0641 \u0634\u0645\u0645 \u062d\u0642\u062e\u0644\u0642\u0634\u0648 \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u0648\u062b\u0631\u0641\u0633. \u0634 \u062d\u0642\u062e\u0644\u0642\u0634\u0648 \u0642\u062b\u0630\u062e\u0642\u064a \u0630\u0634\u0631 \u0632\u062b \u0639\u0633\u062b\u064a \u0641\u062e \u0630\u062e\u0631\u0641\u0647\u0631\u0639\u062b \u063a\u062e\u0639\u0642 \u0645\u062b\u0634\u0642\u0631\u0647\u0631\u0644 \u062a\u062e\u0639\u0642\u0631\u062b\u063a \u0634\u0631\u064a \u064a\u062b\u0648\u062e\u0631\u0633\u0641\u0642\u0634\u0641\u062b \u063a\u062e\u0639\u0642 \u0645\u062b\u0634\u0642\u0631\u0647\u0631\u0644 \u0641\u062e \u062e\u0641\u0627\u062b\u0642\u0633.", - "Once your account is deleted, you cannot use it to take courses on the edX app, edx.org, or any other site hosted by edX. This includes access to edx.org from your employer\u2019s or university\u2019s system and access to private sites offered by MIT Open Learning, Wharton Executive Education, and Harvard Medical School.": "\u062e\u0631\u0630\u062b \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0647\u0633 \u064a\u062b\u0645\u062b\u0641\u062b\u064a, \u063a\u062e\u0639 \u0630\u0634\u0631\u0631\u062e\u0641 \u0639\u0633\u062b \u0647\u0641 \u0641\u062e \u0641\u0634\u0646\u062b \u0630\u062e\u0639\u0642\u0633\u062b\u0633 \u062e\u0631 \u0641\u0627\u062b \u062b\u064a\u0637 \u0634\u062d\u062d, \u062b\u064a\u0637.\u062e\u0642\u0644, \u062e\u0642 \u0634\u0631\u063a \u062e\u0641\u0627\u062b\u0642 \u0633\u0647\u0641\u062b \u0627\u062e\u0633\u0641\u062b\u064a \u0632\u063a \u062b\u064a\u0637. \u0641\u0627\u0647\u0633 \u0647\u0631\u0630\u0645\u0639\u064a\u062b\u0633 \u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u062e \u062b\u064a\u0637.\u062e\u0642\u0644 \u0628\u0642\u062e\u0648 \u063a\u062e\u0639\u0642 \u062b\u0648\u062d\u0645\u062e\u063a\u062b\u0642\u2019\u0633 \u062e\u0642 \u0639\u0631\u0647\u062f\u062b\u0642\u0633\u0647\u0641\u063a\u2019\u0633 \u0633\u063a\u0633\u0641\u062b\u0648 \u0634\u0631\u064a \u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u062e \u062d\u0642\u0647\u062f\u0634\u0641\u062b \u0633\u0647\u0641\u062b\u0633 \u062e\u0628\u0628\u062b\u0642\u062b\u064a \u0632\u063a \u0648\u0647\u0641 \u062e\u062d\u062b\u0631 \u0645\u062b\u0634\u0642\u0631\u0647\u0631\u0644, \u0635\u0627\u0634\u0642\u0641\u062e\u0631 \u062b\u0637\u062b\u0630\u0639\u0641\u0647\u062f\u062b \u062b\u064a\u0639\u0630\u0634\u0641\u0647\u062e\u0631, \u0634\u0631\u064a \u0627\u0634\u0642\u062f\u0634\u0642\u064a \u0648\u062b\u064a\u0647\u0630\u0634\u0645 \u0633\u0630\u0627\u062e\u062e\u0645.", - "Only <%= fileTypes %> files can be uploaded. Please select a file ending in <%= fileExtensions %> to upload.": "\u062e\u0631\u0645\u063a <%= fileTypes %> \u0628\u0647\u0645\u062b\u0633 \u0630\u0634\u0631 \u0632\u062b \u0639\u062d\u0645\u062e\u0634\u064a\u062b\u064a. \u062d\u0645\u062b\u0634\u0633\u062b \u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u0628\u0647\u0645\u062b \u062b\u0631\u064a\u0647\u0631\u0644 \u0647\u0631 <%= fileExtensions %> \u0641\u062e \u0639\u062d\u0645\u062e\u0634\u064a.", - "Only properly formatted .csv files will be accepted.": "\u062e\u0631\u0645\u063a \u062d\u0642\u062e\u062d\u062b\u0642\u0645\u063a \u0628\u062e\u0642\u0648\u0634\u0641\u0641\u062b\u064a .\u0630\u0633\u062f \u0628\u0647\u0645\u062b\u0633 \u0635\u0647\u0645\u0645 \u0632\u062b \u0634\u0630\u0630\u062b\u062d\u0641\u062b\u064a.", - "Only the parent course staff of a CCX can create content groups.": "\u062e\u0631\u0645\u063a \u0641\u0627\u062b \u062d\u0634\u0642\u062b\u0631\u0641 \u0630\u062e\u0639\u0642\u0633\u062b \u0633\u0641\u0634\u0628\u0628 \u062e\u0628 \u0634 \u0630\u0630\u0637 \u0630\u0634\u0631 \u0630\u0642\u062b\u0634\u0641\u062b \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d\u0633.", - "Open Calculator": "\u062e\u062d\u062b\u0631 \u0630\u0634\u0645\u0630\u0639\u0645\u0634\u0641\u062e\u0642", - "Open language menu": "\u062e\u062d\u062b\u0631 \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b \u0648\u062b\u0631\u0639", - "Open the certificate you earned for the %(title)s program.": "\u062e\u062d\u062b\u0631 \u0641\u0627\u062b \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u063a\u062e\u0639 \u062b\u0634\u0642\u0631\u062b\u064a \u0628\u062e\u0642 \u0641\u0627\u062b %(title)s \u062d\u0642\u062e\u0644\u0642\u0634\u0648.", - "Open/download this file": "\u062e\u062d\u062b\u0631/\u064a\u062e\u0635\u0631\u0645\u062e\u0634\u064a \u0641\u0627\u0647\u0633 \u0628\u0647\u0645\u062b", - "OpenAssessment Save Error": "\u062e\u062d\u062b\u0631\u0634\u0633\u0633\u062b\u0633\u0633\u0648\u062b\u0631\u0641 \u0633\u0634\u062f\u062b \u062b\u0642\u0642\u062e\u0642", - "Optional Characteristics": "\u062e\u062d\u0641\u0647\u062e\u0631\u0634\u0645 \u0630\u0627\u0634\u0642\u0634\u0630\u0641\u062b\u0642\u0647\u0633\u0641\u0647\u0630\u0633", - "Optional long description": "\u062e\u062d\u0641\u0647\u062e\u0631\u0634\u0645 \u0645\u062e\u0631\u0644 \u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631", - "Optionally, link your personal accounts to the social media icons on your edX profile.": "\u062e\u062d\u0641\u0647\u062e\u0631\u0634\u0645\u0645\u063a, \u0645\u0647\u0631\u0646 \u063a\u062e\u0639\u0642 \u062d\u062b\u0642\u0633\u062e\u0631\u0634\u0645 \u0634\u0630\u0630\u062e\u0639\u0631\u0641\u0633 \u0641\u062e \u0641\u0627\u062b \u0633\u062e\u0630\u0647\u0634\u0645 \u0648\u062b\u064a\u0647\u0634 \u0647\u0630\u062e\u0631\u0633 \u062e\u0631 \u063a\u062e\u0639\u0642 \u062b\u064a\u0637 \u062d\u0642\u062e\u0628\u0647\u0645\u062b.", - "Options for {license_name}": "\u062e\u062d\u0641\u0647\u062e\u0631\u0633 \u0628\u062e\u0642 {license_name}", - "Order Details": "\u062e\u0642\u064a\u062b\u0642 \u064a\u062b\u0641\u0634\u0647\u0645\u0633", - "Order History": "\u062e\u0642\u064a\u062b\u0642 \u0627\u0647\u0633\u0641\u062e\u0642\u063a", - "Order No.": "\u062e\u0642\u064a\u062b\u0642 \u0631\u062e.", - "Order Number": "\u062e\u0642\u064a\u062b\u0642 \u0631\u0639\u0648\u0632\u062b\u0642", - "Organization": "\u062e\u0642\u0644\u0634\u0631\u0647\u0638\u0634\u0641\u0647\u062e\u0631", - "Organization ": "\u062e\u0642\u0644\u0634\u0631\u0647\u0638\u0634\u0641\u0647\u062e\u0631 ", - "Organization Name": "\u062e\u0642\u0644\u0634\u0631\u0647\u0638\u0634\u0641\u0647\u062e\u0631 \u0631\u0634\u0648\u062b", - "Organization of the signatory": "\u062e\u0642\u0644\u0634\u0631\u0647\u0638\u0634\u0641\u0647\u062e\u0631 \u062e\u0628 \u0641\u0627\u062b \u0633\u0647\u0644\u0631\u0634\u0641\u062e\u0642\u063a", - "Organization:": "\u062e\u0642\u0644\u0634\u0631\u0647\u0638\u0634\u0641\u0647\u062e\u0631:", - "Other": "\u062e\u0641\u0627\u062b\u0642", - "Overall Score": "\u062e\u062f\u062b\u0642\u0634\u0645\u0645 \u0633\u0630\u062e\u0642\u062b", - "PDF Chapters": "\u062d\u064a\u0628 \u0630\u0627\u0634\u062d\u0641\u062b\u0642\u0633", - "Page break": "\u062d\u0634\u0644\u062b \u0632\u0642\u062b\u0634\u0646", - "Page number out of %(total_pages)s": "\u062d\u0634\u0644\u062b \u0631\u0639\u0648\u0632\u062b\u0642 \u062e\u0639\u0641 \u062e\u0628 %(total_pages)s", - "Pagination": "\u062d\u0634\u0644\u0647\u0631\u0634\u0641\u0647\u062e\u0631", - "Paragraph": "\u062d\u0634\u0642\u0634\u0644\u0642\u0634\u062d\u0627", - "Password": "\u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a", - "Password Status": "\u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a \u0633\u0641\u0634\u0641\u0639\u0633", - "Password assistance": "\u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a \u0634\u0633\u0633\u0647\u0633\u0641\u0634\u0631\u0630\u062b", - "Password is incorrect": "\u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a \u0647\u0633 \u0647\u0631\u0630\u062e\u0642\u0642\u062b\u0630\u0641", - "Passwords do not match.": "\u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a\u0633 \u064a\u062e \u0631\u062e\u0641 \u0648\u0634\u0641\u0630\u0627.", - "Paste": "\u062d\u0634\u0633\u0641\u062b", - "Paste as text": "\u062d\u0634\u0633\u0641\u062b \u0634\u0633 \u0641\u062b\u0637\u0641", - "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "\u062d\u0634\u0633\u0641\u062b \u0647\u0633 \u0631\u062e\u0635 \u0647\u0631 \u062d\u0645\u0634\u0647\u0631 \u0641\u062b\u0637\u0641 \u0648\u062e\u064a\u062b. \u0630\u062e\u0631\u0641\u062b\u0631\u0641\u0633 \u0635\u0647\u0645\u0645 \u0631\u062e\u0635 \u0632\u062b \u062d\u0634\u0633\u0641\u062b\u064a \u0634\u0633 \u062d\u0645\u0634\u0647\u0631 \u0641\u062b\u0637\u0641 \u0639\u0631\u0641\u0647\u0645 \u063a\u062e\u0639 \u0641\u062e\u0644\u0644\u0645\u062b \u0641\u0627\u0647\u0633 \u062e\u062d\u0641\u0647\u062e\u0631 \u062e\u0628\u0628.", - "Paste row after": "\u062d\u0634\u0633\u0641\u062b \u0642\u062e\u0635 \u0634\u0628\u0641\u062b\u0642", - "Paste row before": "\u062d\u0634\u0633\u0641\u062b \u0642\u062e\u0635 \u0632\u062b\u0628\u062e\u0642\u062b", - "Paste your embed code below:": "\u062d\u0634\u0633\u0641\u062b \u063a\u062e\u0639\u0642 \u062b\u0648\u0632\u062b\u064a \u0630\u062e\u064a\u062b \u0632\u062b\u0645\u062e\u0635:", - "Path to Signature Image": "\u062d\u0634\u0641\u0627 \u0641\u062e \u0633\u0647\u0644\u0631\u0634\u0641\u0639\u0642\u062b \u0647\u0648\u0634\u0644\u062b", - "Pause": "\u062d\u0634\u0639\u0633\u062b", - "Photo": "\u062d\u0627\u062e\u0641\u062e", - "Photo Captured successfully.": "\u062d\u0627\u062e\u0641\u062e \u0630\u0634\u062d\u0641\u0639\u0642\u062b\u064a \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a.", - "Photo ID": "\u062d\u0627\u062e\u0641\u062e \u0647\u064a", - "Photo Identification": "\u062d\u0627\u062e\u0641\u062e \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631", - "Photo Verification": "\u062d\u0627\u062e\u0641\u062e \u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631", - "Photo of %(fullName)s": "\u062d\u0627\u062e\u0641\u062e \u062e\u0628 %(fullName)s", - "Photo of %(fullName)s's ID": "\u062d\u0627\u062e\u0641\u062e \u062e\u0628 %(fullName)s'\u0633 \u0647\u064a", - "Photo requirements:": "\u062d\u0627\u062e\u0641\u062e \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u0648\u062b\u0631\u0641\u0633:", - "Photos don't meet the requirements?": "\u062d\u0627\u062e\u0641\u062e\u0633 \u064a\u062e\u0631'\u0641 \u0648\u062b\u062b\u0641 \u0641\u0627\u062b \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u0648\u062b\u0631\u0641\u0633?", - "Placeholder": "\u062d\u0645\u0634\u0630\u062b\u0627\u062e\u0645\u064a\u062b\u0642", - "Play": "\u062d\u0645\u0634\u063a", - "Play video": "\u062d\u0645\u0634\u063a \u062f\u0647\u064a\u062b\u062e", - "Please Note": "\u062d\u0645\u062b\u0634\u0633\u062b \u0631\u062e\u0641\u062b", - "Please add a photo of the instructor (Note: only JPEG or PNG format supported)": "\u062d\u0645\u062b\u0634\u0633\u062b \u0634\u064a\u064a \u0634 \u062d\u0627\u062e\u0641\u062e \u062e\u0628 \u0641\u0627\u062b \u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u062e\u0642 (\u0631\u062e\u0641\u062b: \u062e\u0631\u0645\u063a \u062a\u062d\u062b\u0644 \u062e\u0642 \u062d\u0631\u0644 \u0628\u062e\u0642\u0648\u0634\u0641 \u0633\u0639\u062d\u062d\u062e\u0642\u0641\u062b\u064a)", - "Please add at least one chapter": "\u062d\u0645\u062b\u0634\u0633\u062b \u0634\u064a\u064a \u0634\u0641 \u0645\u062b\u0634\u0633\u0641 \u062e\u0631\u062b \u0630\u0627\u0634\u062d\u0641\u062b\u0642", - "Please add the institute where the instructor is associated": "\u062d\u0645\u062b\u0634\u0633\u062b \u0634\u064a\u064a \u0641\u0627\u062b \u0647\u0631\u0633\u0641\u0647\u0641\u0639\u0641\u062b \u0635\u0627\u062b\u0642\u062b \u0641\u0627\u062b \u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u062e\u0642 \u0647\u0633 \u0634\u0633\u0633\u062e\u0630\u0647\u0634\u0641\u062b\u064a", - "Please add the instructor's biography": "\u062d\u0645\u062b\u0634\u0633\u062b \u0634\u064a\u064a \u0641\u0627\u062b \u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u062e\u0642'\u0633 \u0632\u0647\u062e\u0644\u0642\u0634\u062d\u0627\u063a", - "Please add the instructor's name": "\u062d\u0645\u062b\u0634\u0633\u062b \u0634\u064a\u064a \u0641\u0627\u062b \u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u062e\u0642'\u0633 \u0631\u0634\u0648\u062b", - "Please add the instructor's title": "\u062d\u0645\u062b\u0634\u0633\u062b \u0634\u064a\u064a \u0641\u0627\u062b \u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u062e\u0642'\u0633 \u0641\u0647\u0641\u0645\u062b", - "Please address the errors on this page first, and then save your progress.": "\u062d\u0645\u062b\u0634\u0633\u062b \u0634\u064a\u064a\u0642\u062b\u0633\u0633 \u0641\u0627\u062b \u062b\u0642\u0642\u062e\u0642\u0633 \u062e\u0631 \u0641\u0627\u0647\u0633 \u062d\u0634\u0644\u062b \u0628\u0647\u0642\u0633\u0641, \u0634\u0631\u064a \u0641\u0627\u062b\u0631 \u0633\u0634\u062f\u062b \u063a\u062e\u0639\u0642 \u062d\u0642\u062e\u0644\u0642\u062b\u0633\u0633.", - "Please check the following validation feedbacks and reflect them in your course settings:": "\u062d\u0645\u062b\u0634\u0633\u062b \u0630\u0627\u062b\u0630\u0646 \u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u062f\u0634\u0645\u0647\u064a\u0634\u0641\u0647\u062e\u0631 \u0628\u062b\u062b\u064a\u0632\u0634\u0630\u0646\u0633 \u0634\u0631\u064a \u0642\u062b\u0628\u0645\u062b\u0630\u0641 \u0641\u0627\u062b\u0648 \u0647\u0631 \u063a\u062e\u0639\u0642 \u0630\u062e\u0639\u0642\u0633\u062b \u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633:", - "Please describe this image or agree that it has no contextual value by checking the checkbox.": "\u062d\u0645\u062b\u0634\u0633\u062b \u064a\u062b\u0633\u0630\u0642\u0647\u0632\u062b \u0641\u0627\u0647\u0633 \u0647\u0648\u0634\u0644\u062b \u062e\u0642 \u0634\u0644\u0642\u062b\u062b \u0641\u0627\u0634\u0641 \u0647\u0641 \u0627\u0634\u0633 \u0631\u062e \u0630\u062e\u0631\u0641\u062b\u0637\u0641\u0639\u0634\u0645 \u062f\u0634\u0645\u0639\u062b \u0632\u063a \u0630\u0627\u062b\u0630\u0646\u0647\u0631\u0644 \u0641\u0627\u062b \u0630\u0627\u062b\u0630\u0646\u0632\u062e\u0637.", - "Please do not use any spaces in this field.": "\u062d\u0645\u062b\u0634\u0633\u062b \u064a\u062e \u0631\u062e\u0641 \u0639\u0633\u062b \u0634\u0631\u063a \u0633\u062d\u0634\u0630\u062b\u0633 \u0647\u0631 \u0641\u0627\u0647\u0633 \u0628\u0647\u062b\u0645\u064a.", - "Please do not use any spaces or special characters in this field.": "\u062d\u0645\u062b\u0634\u0633\u062b \u064a\u062e \u0631\u062e\u0641 \u0639\u0633\u062b \u0634\u0631\u063a \u0633\u062d\u0634\u0630\u062b\u0633 \u062e\u0642 \u0633\u062d\u062b\u0630\u0647\u0634\u0645 \u0630\u0627\u0634\u0642\u0634\u0630\u0641\u062b\u0642\u0633 \u0647\u0631 \u0641\u0627\u0647\u0633 \u0628\u0647\u062b\u0645\u064a.", - "Please enter a problem location.": "\u062d\u0645\u062b\u0634\u0633\u062b \u062b\u0631\u0641\u062b\u0642 \u0634 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0645\u062e\u0630\u0634\u0641\u0647\u062e\u0631.", - "Please enter a score.": "\u062d\u0645\u062b\u0634\u0633\u062b \u062b\u0631\u0641\u062b\u0642 \u0634 \u0633\u0630\u062e\u0642\u062b.", - "Please enter a student email address or username.": "\u062d\u0645\u062b\u0634\u0633\u062b \u062b\u0631\u0641\u062b\u0642 \u0634 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 \u062e\u0642 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b.", - "Please enter a term in the {anchorStart} search field{anchorEnd}.": "\u062d\u0645\u062b\u0634\u0633\u062b \u062b\u0631\u0641\u062b\u0642 \u0634 \u0641\u062b\u0642\u0648 \u0647\u0631 \u0641\u0627\u062b {anchorStart} \u0633\u062b\u0634\u0642\u0630\u0627 \u0628\u0647\u062b\u0645\u064a{anchorEnd}.", - "Please enter a username or email.": "\u062d\u0645\u062b\u0634\u0633\u062b \u062b\u0631\u0641\u062b\u0642 \u0634 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b \u062e\u0642 \u062b\u0648\u0634\u0647\u0645.", - "Please enter a valid donation amount.": "\u062d\u0645\u062b\u0634\u0633\u062b \u062b\u0631\u0641\u062b\u0642 \u0634 \u062f\u0634\u0645\u0647\u064a \u064a\u062e\u0631\u0634\u0641\u0647\u062e\u0631 \u0634\u0648\u062e\u0639\u0631\u0641.", - "Please enter an integer between %(min)s and %(max)s.": "\u062d\u0645\u062b\u0634\u0633\u062b \u062b\u0631\u0641\u062b\u0642 \u0634\u0631 \u0647\u0631\u0641\u062b\u0644\u062b\u0642 \u0632\u062b\u0641\u0635\u062b\u062b\u0631 %(min)s \u0634\u0631\u064a %(max)s.", - "Please enter an integer between 0 and 100.": "\u062d\u0645\u062b\u0634\u0633\u062b \u062b\u0631\u0641\u062b\u0642 \u0634\u0631 \u0647\u0631\u0641\u062b\u0644\u062b\u0642 \u0632\u062b\u0641\u0635\u062b\u062b\u0631 0 \u0634\u0631\u064a 100.", - "Please enter an integer greater than 0.": "\u062d\u0645\u062b\u0634\u0633\u062b \u062b\u0631\u0641\u062b\u0642 \u0634\u0631 \u0647\u0631\u0641\u062b\u0644\u062b\u0642 \u0644\u0642\u062b\u0634\u0641\u062b\u0642 \u0641\u0627\u0634\u0631 0.", - "Please enter non-negative integer.": "\u062d\u0645\u062b\u0634\u0633\u062b \u062b\u0631\u0641\u062b\u0642 \u0631\u062e\u0631-\u0631\u062b\u0644\u0634\u0641\u0647\u062f\u062b \u0647\u0631\u0641\u062b\u0644\u062b\u0642.", - "Please enter valid start date and time.": "\u062d\u0645\u062b\u0634\u0633\u062b \u062b\u0631\u0641\u062b\u0642 \u062f\u0634\u0645\u0647\u064a \u0633\u0641\u0634\u0642\u0641 \u064a\u0634\u0641\u062b \u0634\u0631\u064a \u0641\u0647\u0648\u062b.", - "Please enter your %(field)s.": "\u062d\u0645\u062b\u0634\u0633\u062b \u062b\u0631\u0641\u062b\u0642 \u063a\u062e\u0639\u0642 %(field)s.", - "Please enter your log-in or recovery email address below and we will send you an email with instructions.": "\u062d\u0645\u062b\u0634\u0633\u062b \u062b\u0631\u0641\u062b\u0642 \u063a\u062e\u0639\u0642 \u0645\u062e\u0644-\u0647\u0631 \u062e\u0642 \u0642\u062b\u0630\u062e\u062f\u062b\u0642\u063a \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 \u0632\u062b\u0645\u062e\u0635 \u0634\u0631\u064a \u0635\u062b \u0635\u0647\u0645\u0645 \u0633\u062b\u0631\u064a \u063a\u062e\u0639 \u0634\u0631 \u062b\u0648\u0634\u0647\u0645 \u0635\u0647\u0641\u0627 \u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u0647\u062e\u0631\u0633.", - "Please fix the following errors:": "\u062d\u0645\u062b\u0634\u0633\u062b \u0628\u0647\u0637 \u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u062b\u0642\u0642\u062e\u0642\u0633:", - "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "\u062d\u0645\u062b\u0634\u0633\u062b \u0628\u062e\u0645\u0645\u062e\u0635 \u0641\u0627\u062b \u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u0647\u062e\u0631\u0633 \u0627\u062b\u0642\u062b \u0641\u062e \u0639\u062d\u0645\u062e\u0634\u064a \u0634 \u0628\u0647\u0645\u062b \u062b\u0645\u0633\u062b\u0635\u0627\u062b\u0642\u062b \u0634\u0631\u064a \u0645\u0647\u0631\u0646 \u0641\u062e \u0647\u0641: {maxFileSizeRedirectUrl}", - "Please note: Deletion of your account and personal data is permanent and cannot be undone. EdX will not be able to recover your account or the data that is deleted.": "\u062d\u0645\u062b\u0634\u0633\u062b \u0631\u062e\u0641\u062b: \u064a\u062b\u0645\u062b\u0641\u0647\u062e\u0631 \u062e\u0628 \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0634\u0631\u064a \u062d\u062b\u0642\u0633\u062e\u0631\u0634\u0645 \u064a\u0634\u0641\u0634 \u0647\u0633 \u062d\u062b\u0642\u0648\u0634\u0631\u062b\u0631\u0641 \u0634\u0631\u064a \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0639\u0631\u064a\u062e\u0631\u062b. \u062b\u064a\u0637 \u0635\u0647\u0645\u0645 \u0631\u062e\u0641 \u0632\u062b \u0634\u0632\u0645\u062b \u0641\u062e \u0642\u062b\u0630\u062e\u062f\u062b\u0642 \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u062e\u0642 \u0641\u0627\u062b \u064a\u0634\u0641\u0634 \u0641\u0627\u0634\u0641 \u0647\u0633 \u064a\u062b\u0645\u062b\u0641\u062b\u064a.", - "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "\u062d\u0645\u062b\u0634\u0633\u062b \u062d\u0642\u0647\u0631\u0641 \u0641\u0627\u0647\u0633 \u062d\u0634\u0644\u062b \u0628\u062e\u0642 \u063a\u062e\u0639\u0642 \u0642\u062b\u0630\u062e\u0642\u064a\u0633; \u0647\u0641 \u0633\u062b\u0642\u062f\u062b\u0633 \u0634\u0633 \u063a\u062e\u0639\u0642 \u0642\u062b\u0630\u062b\u0647\u062d\u0641. \u063a\u062e\u0639 \u0635\u0647\u0645\u0645 \u0634\u0645\u0633\u062e \u0642\u062b\u0630\u062b\u0647\u062f\u062b \u0634\u0631 \u062b\u0648\u0634\u0647\u0645 \u0635\u0647\u0641\u0627 \u0641\u0627\u062b \u0633\u0634\u0648\u062b \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631.", - "Please provide a description of the link destination.": "\u062d\u0645\u062b\u0634\u0633\u062b \u062d\u0642\u062e\u062f\u0647\u064a\u062b \u0634 \u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631 \u062e\u0628 \u0641\u0627\u062b \u0645\u0647\u0631\u0646 \u064a\u062b\u0633\u0641\u0647\u0631\u0634\u0641\u0647\u062e\u0631.", - "Please provide a valid URL.": "\u062d\u0645\u062b\u0634\u0633\u062b \u062d\u0642\u062e\u062f\u0647\u064a\u062b \u0634 \u062f\u0634\u0645\u0647\u064a \u0639\u0642\u0645.", - "Please re-enter your password.": "\u062d\u0645\u062b\u0634\u0633\u062b \u0642\u062b-\u062b\u0631\u0641\u062b\u0642 \u063a\u062e\u0639\u0642 \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a.", - "Please select a PDF file to upload.": "\u062d\u0645\u062b\u0634\u0633\u062b \u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u062d\u064a\u0628 \u0628\u0647\u0645\u062b \u0641\u062e \u0639\u062d\u0645\u062e\u0634\u064a.", - "Please select a file in .srt format.": "\u062d\u0645\u062b\u0634\u0633\u062b \u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u0628\u0647\u0645\u062b \u0647\u0631 .\u0633\u0642\u0641 \u0628\u062e\u0642\u0648\u0634\u0641.", - "Please specify a reason.": "\u062d\u0645\u062b\u0634\u0633\u062b \u0633\u062d\u062b\u0630\u0647\u0628\u063a \u0634 \u0642\u062b\u0634\u0633\u062e\u0631.", - "Please verify that you have uploaded a valid image (PNG and JPEG).": "\u062d\u0645\u062b\u0634\u0633\u062b \u062f\u062b\u0642\u0647\u0628\u063a \u0641\u0627\u0634\u0641 \u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u0639\u062d\u0645\u062e\u0634\u064a\u062b\u064a \u0634 \u062f\u0634\u0645\u0647\u064a \u0647\u0648\u0634\u0644\u062b (\u062d\u0631\u0644 \u0634\u0631\u064a \u062a\u062d\u062b\u0644).", - "Please verify that your webcam is connected and that you have allowed your browser to access it.": "\u062d\u0645\u062b\u0634\u0633\u062b \u062f\u062b\u0642\u0647\u0628\u063a \u0641\u0627\u0634\u0641 \u063a\u062e\u0639\u0642 \u0635\u062b\u0632\u0630\u0634\u0648 \u0647\u0633 \u0630\u062e\u0631\u0631\u062b\u0630\u0641\u062b\u064a \u0634\u0631\u064a \u0641\u0627\u0634\u0641 \u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u0634\u0645\u0645\u062e\u0635\u062b\u064a \u063a\u062e\u0639\u0642 \u0632\u0642\u062e\u0635\u0633\u062b\u0642 \u0641\u062e \u0634\u0630\u0630\u062b\u0633\u0633 \u0647\u0641.", - "Plugins": "\u062d\u0645\u0639\u0644\u0647\u0631\u0633", - "Post": "\u062d\u062e\u0633\u0641", - "Poster": "\u062d\u062e\u0633\u0641\u062b\u0642", - "Practice Proctored": "\u062d\u0642\u0634\u0630\u0641\u0647\u0630\u062b \u062d\u0642\u062e\u0630\u0641\u062e\u0642\u062b\u064a", - "Practice proctored Exam": "\u062d\u0642\u0634\u0630\u0641\u0647\u0630\u062b \u062d\u0642\u062e\u0630\u0641\u062e\u0642\u062b\u064a \u062b\u0637\u0634\u0648", - "Pre": "\u062d\u0642\u062b", - "Preferred Language": "\u062d\u0642\u062b\u0628\u062b\u0642\u0642\u062b\u064a \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b", - "Preformatted": "\u062d\u0642\u062b\u0628\u062e\u0642\u0648\u0634\u0641\u0641\u062b\u064a", - "Prerequisite:": "\u062d\u0642\u062b\u0642\u062b\u0636\u0639\u0647\u0633\u0647\u0641\u062b:", - "Prerequisite: %(prereq_display_name)s": "\u062d\u0642\u062b\u0642\u062b\u0636\u0639\u0647\u0633\u0647\u0641\u062b: %(prereq_display_name)s", - "Press Add to language": "\u062d\u0642\u062b\u0633\u0633 \u0634\u064a\u064a \u0641\u062e \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b", - "Press Remove to remove language": "\u062d\u0642\u062b\u0633\u0633 \u0642\u062b\u0648\u062e\u062f\u062b \u0641\u062e \u0642\u062b\u0648\u062e\u062f\u062b \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b", - "Press UP to enter the speed menu then use the UP and DOWN arrow keys to navigate the different speeds, then press ENTER to change to the selected speed.": "\u062d\u0642\u062b\u0633\u0633 \u0639\u062d \u0641\u062e \u062b\u0631\u0641\u062b\u0642 \u0641\u0627\u062b \u0633\u062d\u062b\u062b\u064a \u0648\u062b\u0631\u0639 \u0641\u0627\u062b\u0631 \u0639\u0633\u062b \u0641\u0627\u062b \u0639\u062d \u0634\u0631\u064a \u064a\u062e\u0635\u0631 \u0634\u0642\u0642\u062e\u0635 \u0646\u062b\u063a\u0633 \u0641\u062e \u0631\u0634\u062f\u0647\u0644\u0634\u0641\u062b \u0641\u0627\u062b \u064a\u0647\u0628\u0628\u062b\u0642\u062b\u0631\u0641 \u0633\u062d\u062b\u062b\u064a\u0633, \u0641\u0627\u062b\u0631 \u062d\u0642\u062b\u0633\u0633 \u062b\u0631\u0641\u062b\u0642 \u0641\u062e \u0630\u0627\u0634\u0631\u0644\u062b \u0641\u062e \u0641\u0627\u062b \u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a \u0633\u062d\u062b\u062b\u064a.", - "Press change to change selected transcript provider.": "\u062d\u0642\u062b\u0633\u0633 \u0630\u0627\u0634\u0631\u0644\u062b \u0641\u062e \u0630\u0627\u0634\u0631\u0644\u062b \u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u062d\u0642\u062e\u062f\u0647\u064a\u062b\u0642.", - "Press close to hide course video settings": "\u062d\u0642\u062b\u0633\u0633 \u0630\u0645\u062e\u0633\u062b \u0641\u062e \u0627\u0647\u064a\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u062f\u0647\u064a\u062b\u062e \u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633", - "Press discard changes to discard changes.": "\u062d\u0642\u062b\u0633\u0633 \u064a\u0647\u0633\u0630\u0634\u0642\u064a \u0630\u0627\u0634\u0631\u0644\u062b\u0633 \u0641\u062e \u064a\u0647\u0633\u0630\u0634\u0642\u064a \u0630\u0627\u0634\u0631\u0644\u062b\u0633.", - "Press discard changes to discard your changes.": "\u062d\u0642\u062b\u0633\u0633 \u064a\u0647\u0633\u0630\u0634\u0642\u064a \u0630\u0627\u0634\u0631\u0644\u062b\u0633 \u0641\u062e \u064a\u0647\u0633\u0630\u0634\u0642\u064a \u063a\u062e\u0639\u0642 \u0630\u0627\u0634\u0631\u0644\u062b\u0633.", - "Press the UP arrow key to enter the language menu then use UP and DOWN arrow keys to navigate language options. Press ENTER to change to the selected language.": "\u062d\u0642\u062b\u0633\u0633 \u0641\u0627\u062b \u0639\u062d \u0634\u0642\u0642\u062e\u0635 \u0646\u062b\u063a \u0641\u062e \u062b\u0631\u0641\u062b\u0642 \u0641\u0627\u062b \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b \u0648\u062b\u0631\u0639 \u0641\u0627\u062b\u0631 \u0639\u0633\u062b \u0639\u062d \u0634\u0631\u064a \u064a\u062e\u0635\u0631 \u0634\u0642\u0642\u062e\u0635 \u0646\u062b\u063a\u0633 \u0641\u062e \u0631\u0634\u062f\u0647\u0644\u0634\u0641\u062b \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b \u062e\u062d\u0641\u0647\u062e\u0631\u0633. \u062d\u0642\u062b\u0633\u0633 \u062b\u0631\u0641\u062b\u0642 \u0641\u062e \u0630\u0627\u0634\u0631\u0644\u062b \u0641\u062e \u0641\u0627\u062b \u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b.", - "Press update settings to update course video settings": "\u062d\u0642\u062b\u0633\u0633 \u0639\u062d\u064a\u0634\u0641\u062b \u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633 \u0641\u062e \u0639\u062d\u064a\u0634\u0641\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u062f\u0647\u064a\u062b\u062e \u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633", - "Press update settings to update the information for your organization.": "\u062d\u0642\u062b\u0633\u0633 \u0639\u062d\u064a\u0634\u0641\u062b \u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633 \u0641\u062e \u0639\u062d\u064a\u0634\u0641\u062b \u0641\u0627\u062b \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u0628\u062e\u0642 \u063a\u062e\u0639\u0642 \u062e\u0642\u0644\u0634\u0631\u0647\u0638\u0634\u0641\u0647\u062e\u0631.", - "Prev": "\u062d\u0642\u062b\u062f", - "Prevent students from generating certificates in this course?": "\u062d\u0642\u062b\u062f\u062b\u0631\u0641 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633 \u0628\u0642\u062e\u0648 \u0644\u062b\u0631\u062b\u0642\u0634\u0641\u0647\u0631\u0644 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633 \u0647\u0631 \u0641\u0627\u0647\u0633 \u0630\u062e\u0639\u0642\u0633\u062b?", - "Preview": "\u062d\u0642\u062b\u062f\u0647\u062b\u0635", - "Preview Certificate": "\u062d\u0642\u062b\u062f\u0647\u062b\u0635 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b", - "Preview of uploaded image": "\u062d\u0642\u062b\u062f\u0647\u062b\u0635 \u062e\u0628 \u0639\u062d\u0645\u062e\u0634\u064a\u062b\u064a \u0647\u0648\u0634\u0644\u062b", - "Preview this query": "\u062d\u0642\u062b\u062f\u0647\u062b\u0635 \u0641\u0627\u0647\u0633 \u0636\u0639\u062b\u0642\u063a", - "Previous": "\u062d\u0642\u062b\u062f\u0647\u062e\u0639\u0633", - "Previous Uploads": "\u062d\u0642\u062b\u062f\u0647\u062e\u0639\u0633 \u0639\u062d\u0645\u062e\u0634\u064a\u0633", - "Previous Uploads table has been updated.": "\u062d\u0642\u062b\u062f\u0647\u062e\u0639\u0633 \u0639\u062d\u0645\u062e\u0634\u064a\u0633 \u0641\u0634\u0632\u0645\u062b \u0627\u0634\u0633 \u0632\u062b\u062b\u0631 \u0639\u062d\u064a\u0634\u0641\u062b\u064a.", - "Previously published": "\u062d\u0642\u062b\u062f\u0647\u062e\u0639\u0633\u0645\u063a \u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a", - "Print": "\u062d\u0642\u0647\u0631\u0641", - "Processing Re-run Request": "\u062d\u0642\u062e\u0630\u062b\u0633\u0633\u0647\u0631\u0644 \u0642\u062b-\u0642\u0639\u0631 \u0642\u062b\u0636\u0639\u062b\u0633\u0641", - "Proctored": "\u062d\u0642\u062e\u0630\u0641\u062e\u0642\u062b\u064a", - "Proctored Exam": "\u062d\u0642\u062e\u0630\u0641\u062e\u0642\u062b\u064a \u062b\u0637\u0634\u0648", - "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.": "\u062d\u0642\u062e\u0630\u0641\u062e\u0642\u062b\u064a \u062b\u0637\u0634\u0648\u0633 \u0634\u0642\u062b \u0641\u0647\u0648\u062b\u064a \u0634\u0631\u064a \u0641\u0627\u062b\u063a \u0642\u062b\u0630\u062e\u0642\u064a \u062f\u0647\u064a\u062b\u062e \u062e\u0628 \u062b\u0634\u0630\u0627 \u0645\u062b\u0634\u0642\u0631\u062b\u0642 \u0641\u0634\u0646\u0647\u0631\u0644 \u0641\u0627\u062b \u062b\u0637\u0634\u0648. \u0641\u0627\u062b \u062f\u0647\u064a\u062b\u062e\u0633 \u0634\u0642\u062b \u0641\u0627\u062b\u0631 \u0642\u062b\u062f\u0647\u062b\u0635\u062b\u064a \u0641\u062e \u062b\u0631\u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0628\u062e\u0645\u0645\u062e\u0635 \u0634\u0645\u0645 \u062b\u0637\u0634\u0648\u0647\u0631\u0634\u0641\u0647\u062e\u0631 \u0642\u0639\u0645\u062b\u0633.", - "Proctoring": "\u062d\u0642\u062e\u0630\u0641\u062e\u0642\u0647\u0631\u0644", - "Proctoring Settings": "\u062d\u0642\u062e\u0630\u0641\u062e\u0642\u0647\u0631\u0644 \u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633", - "Product Name": "\u062d\u0642\u062e\u064a\u0639\u0630\u0641 \u0631\u0634\u0648\u062b", - "Professional Certificate for {courseName}": "\u062d\u0642\u062e\u0628\u062b\u0633\u0633\u0647\u062e\u0631\u0634\u0645 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0628\u062e\u0642 {courseName}", - "Professional Education": "\u062d\u0642\u062e\u0628\u062b\u0633\u0633\u0647\u062e\u0631\u0634\u0645 \u062b\u064a\u0639\u0630\u0634\u0641\u0647\u062e\u0631", - "Professional Education Verified Certificate": "\u062d\u0642\u062e\u0628\u062b\u0633\u0633\u0647\u062e\u0631\u0634\u0645 \u062b\u064a\u0639\u0630\u0634\u0641\u0647\u062e\u0631 \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b", - "Profile": "\u062d\u0642\u062e\u0628\u0647\u0645\u062b", - "Profile Image": "\u062d\u0642\u062e\u0628\u0647\u0645\u062b \u0647\u0648\u0634\u0644\u062b", - "Profile Visibility:": "\u062d\u0642\u062e\u0628\u0647\u0645\u062b \u062f\u0647\u0633\u0647\u0632\u0647\u0645\u0647\u0641\u063a:", - "Profile image for {username}": "\u062d\u0642\u062e\u0628\u0647\u0645\u062b \u0647\u0648\u0634\u0644\u062b \u0628\u062e\u0642 {username}", - "Program Record": "\u062d\u0642\u062e\u0644\u0642\u0634\u0648 \u0642\u062b\u0630\u062e\u0642\u064a", - "Promote another member to Admin to remove your admin rights": "\u062d\u0642\u062e\u0648\u062e\u0641\u062b \u0634\u0631\u062e\u0641\u0627\u062b\u0642 \u0648\u062b\u0648\u0632\u062b\u0642 \u0641\u062e \u0634\u064a\u0648\u0647\u0631 \u0641\u062e \u0642\u062b\u0648\u062e\u062f\u062b \u063a\u062e\u0639\u0642 \u0634\u064a\u0648\u0647\u0631 \u0642\u0647\u0644\u0627\u0641\u0633", - "Provisional": "\u062d\u0642\u062e\u062f\u0647\u0633\u0647\u062e\u0631\u0634\u0645", - "Provisionally Supported": "\u062d\u0642\u062e\u062f\u0647\u0633\u0647\u062e\u0631\u0634\u0645\u0645\u063a \u0633\u0639\u062d\u062d\u062e\u0642\u0641\u062b\u064a", - "Publish": "\u062d\u0639\u0632\u0645\u0647\u0633\u0627", - "Publish all unpublished changes for this {item}?": "\u062d\u0639\u0632\u0645\u0647\u0633\u0627 \u0634\u0645\u0645 \u0639\u0631\u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a \u0630\u0627\u0634\u0631\u0644\u062b\u0633 \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 {item}?", - "Publish {display_name}": "\u062d\u0639\u0632\u0645\u0647\u0633\u0627 {display_name}", - "Published (not yet released)": "\u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a (\u0631\u062e\u0641 \u063a\u062b\u0641 \u0642\u062b\u0645\u062b\u0634\u0633\u062b\u064a)", - "Published and Live": "\u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a \u0634\u0631\u064a \u0645\u0647\u062f\u062b", - "Publishing": "\u062d\u0639\u0632\u0645\u0647\u0633\u0627\u0647\u0631\u0644", - "Publishing Status": "\u062d\u0639\u0632\u0645\u0647\u0633\u0627\u0647\u0631\u0644 \u0633\u0641\u0634\u0641\u0639\u0633", - "Queued": "\u0636\u0639\u062b\u0639\u062b\u064a", - "REMAINING COURSES": "\u0642\u062b\u0648\u0634\u0647\u0631\u0647\u0631\u0644 \u0630\u062e\u0639\u0642\u0633\u062b\u0633", - "Re-run Course": "\u0642\u062b-\u0642\u0639\u0631 \u0630\u062e\u0639\u0642\u0633\u062b", - "Read More": "\u0642\u062b\u0634\u064a \u0648\u062e\u0642\u062b", - "Read more": "\u0642\u062b\u0634\u064a \u0648\u062e\u0642\u062b", - "Reason": "\u0642\u062b\u0634\u0633\u062e\u0631", - "Reason field should not be left blank.": "\u0642\u062b\u0634\u0633\u062e\u0631 \u0628\u0647\u062b\u0645\u064a \u0633\u0627\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0645\u062b\u0628\u0641 \u0632\u0645\u0634\u0631\u0646.", - "Reason for change:": "\u0642\u062b\u0634\u0633\u062e\u0631 \u0628\u062e\u0642 \u0630\u0627\u0634\u0631\u0644\u062b:", - "Receive updates": "\u0642\u062b\u0630\u062b\u0647\u062f\u062b \u0639\u062d\u064a\u0634\u0641\u062b\u0633", - "Recent Activity": "\u0642\u062b\u0630\u062b\u0631\u0641 \u0634\u0630\u0641\u0647\u062f\u0647\u0641\u063a", - "Recommended image resolution is {imageResolution}, maximum image file size should be {maxFileSize} and format must be one of {supportedImageFormats}.": "\u0642\u062b\u0630\u062e\u0648\u0648\u062b\u0631\u064a\u062b\u064a \u0647\u0648\u0634\u0644\u062b \u0642\u062b\u0633\u062e\u0645\u0639\u0641\u0647\u062e\u0631 \u0647\u0633 {imageResolution}, \u0648\u0634\u0637\u0647\u0648\u0639\u0648 \u0647\u0648\u0634\u0644\u062b \u0628\u0647\u0645\u062b \u0633\u0647\u0638\u062b \u0633\u0627\u062e\u0639\u0645\u064a \u0632\u062b {maxFileSize} \u0634\u0631\u064a \u0628\u062e\u0642\u0648\u0634\u0641 \u0648\u0639\u0633\u0641 \u0632\u062b \u062e\u0631\u062b \u062e\u0628 {supportedImageFormats}.", - "Recover my password": "\u0642\u062b\u0630\u062e\u062f\u062b\u0642 \u0648\u063a \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a", - "Recovery Email Address": "\u0642\u062b\u0630\u062e\u062f\u062b\u0642\u063a \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633", - "Redo": "\u0642\u062b\u064a\u062e", - "Redo (Ctrl+Shift+Z)": "\u0642\u062b\u064a\u062e (\u0630\u0641\u0642\u0645+\u0633\u0627\u0647\u0628\u0641+\u0638)", - "Redo (Ctrl+Y)": "\u0642\u062b\u064a\u062e (\u0630\u0641\u0642\u0645+\u063a)", - "Regenerate": "\u0642\u062b\u0644\u062b\u0631\u062b\u0642\u0634\u0641\u062b", - "Regenerate the user's certificate": "\u0642\u062b\u0644\u062b\u0631\u062b\u0642\u0634\u0641\u062b \u0641\u0627\u062b \u0639\u0633\u062b\u0642'\u0633 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b", - "Register with Institution/Campus Credentials": "\u0642\u062b\u0644\u0647\u0633\u0641\u062b\u0642 \u0635\u0647\u0641\u0627 \u0647\u0631\u0633\u0641\u0647\u0641\u0639\u0641\u0647\u062e\u0631/\u0630\u0634\u0648\u062d\u0639\u0633 \u0630\u0642\u062b\u064a\u062b\u0631\u0641\u0647\u0634\u0645\u0633", - "Release Date and Time": "\u0642\u062b\u0645\u062b\u0634\u0633\u062b \u064a\u0634\u0641\u062b \u0634\u0631\u064a \u0641\u0647\u0648\u062b", - "Release Date:": "\u0642\u062b\u0645\u062b\u0634\u0633\u062b \u064a\u0634\u0641\u062b:", - "Release Status:": "\u0642\u062b\u0645\u062b\u0634\u0633\u062b \u0633\u0641\u0634\u0641\u0639\u0633:", - "Release Time in UTC:": "\u0642\u062b\u0645\u062b\u0634\u0633\u062b \u0641\u0647\u0648\u062b \u0647\u0631 \u0639\u0641\u0630:", - "Release:": "\u0642\u062b\u0645\u062b\u0634\u0633\u062b:", - "Released:": "\u0642\u062b\u0645\u062b\u0634\u0633\u062b\u064a:", - "Remaining": "\u0642\u062b\u0648\u0634\u0647\u0631\u0647\u0631\u0644", - "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "\u0642\u062b\u0648\u062e\u062f\u0634\u0645 \u0647\u0633 \u0647\u0631 \u062d\u0642\u062e\u0644\u0642\u062b\u0633\u0633. \u0641\u062e \u0634\u062f\u062e\u0647\u064a \u062b\u0642\u0642\u062e\u0642\u0633, \u0633\u0641\u0634\u063a \u062e\u0631 \u0641\u0627\u0647\u0633 \u062d\u0634\u0644\u062b \u0639\u0631\u0641\u0647\u0645 \u0641\u0627\u062b \u062d\u0642\u062e\u0630\u062b\u0633\u0633 \u0647\u0633 \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b.", - "Remove": "\u0642\u062b\u0648\u062e\u062f\u062b", - "Remove Transcript": "\u0642\u062b\u0648\u062e\u062f\u062b \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641", - "Remove chapter %(chapterDisplayName)s": "\u0642\u062b\u0648\u062e\u062f\u062b \u0630\u0627\u0634\u062d\u0641\u062b\u0642 %(chapterDisplayName)s", - "Remove file": "\u0642\u062b\u0648\u062e\u062f\u062b \u0628\u0647\u0645\u062b", - "Remove from Invalidation Table": "\u0642\u062b\u0648\u062e\u062f\u062b \u0628\u0642\u062e\u0648 \u0647\u0631\u062f\u0634\u0645\u0647\u064a\u0634\u0641\u0647\u062e\u0631 \u0641\u0634\u0632\u0645\u062b", - "Remove from List": "\u0642\u062b\u0648\u062e\u062f\u062b \u0628\u0642\u062e\u0648 \u0645\u0647\u0633\u0641", - "Remove link": "\u0642\u062b\u0648\u062e\u062f\u062b \u0645\u0647\u0631\u0646", - "Remove subsection %(subsectionDisplayName)s": "\u0642\u062b\u0648\u062e\u062f\u062b \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631 %(subsectionDisplayName)s", - "Remove this team member?": "\u0642\u062b\u0648\u062e\u062f\u062b \u0641\u0627\u0647\u0633 \u0641\u062b\u0634\u0648 \u0648\u062b\u0648\u0632\u062b\u0642?", - "Remove this video": "\u0642\u062b\u0648\u062e\u062f\u062b \u0641\u0627\u0647\u0633 \u062f\u0647\u064a\u062b\u062e", - "Remove unit %(unitName)s": "\u0642\u062b\u0648\u062e\u062f\u062b \u0639\u0631\u0647\u0641 %(unitName)s", - "Remove {role} Access": "\u0642\u062b\u0648\u062e\u062f\u062b {role} \u0634\u0630\u0630\u062b\u0633\u0633", - "Remove {video_name} video": "\u0642\u062b\u0648\u062e\u062f\u062b {video_name} \u062f\u0647\u064a\u062b\u062e", - "Removing": "\u0642\u062b\u0648\u062e\u062f\u0647\u0631\u0644", - "Removing a video from this list does not affect course content. Any content that uses a previously uploaded video ID continues to display in the course.": "\u0642\u062b\u0648\u062e\u062f\u0647\u0631\u0644 \u0634 \u062f\u0647\u064a\u062b\u062e \u0628\u0642\u062e\u0648 \u0641\u0627\u0647\u0633 \u0645\u0647\u0633\u0641 \u064a\u062e\u062b\u0633 \u0631\u062e\u0641 \u0634\u0628\u0628\u062b\u0630\u0641 \u0630\u062e\u0639\u0642\u0633\u062b \u0630\u062e\u0631\u0641\u062b\u0631\u0641. \u0634\u0631\u063a \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0641\u0627\u0634\u0641 \u0639\u0633\u062b\u0633 \u0634 \u062d\u0642\u062b\u062f\u0647\u062e\u0639\u0633\u0645\u063a \u0639\u062d\u0645\u062e\u0634\u064a\u062b\u064a \u062f\u0647\u064a\u062b\u062e \u0647\u064a \u0630\u062e\u0631\u0641\u0647\u0631\u0639\u062b\u0633 \u0641\u062e \u064a\u0647\u0633\u062d\u0645\u0634\u063a \u0647\u0631 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b.", - "Replace": "\u0642\u062b\u062d\u0645\u0634\u0630\u062b", - "Replace all": "\u0642\u062b\u062d\u0645\u0634\u0630\u062b \u0634\u0645\u0645", - "Replace with": "\u0642\u062b\u062d\u0645\u0634\u0630\u062b \u0635\u0647\u0641\u0627", - "Reply to Annotation": "\u0642\u062b\u062d\u0645\u063a \u0641\u062e \u0634\u0631\u0631\u062e\u0641\u0634\u0641\u0647\u062e\u0631", - "Report abuse, topics, and responses": "\u0642\u062b\u062d\u062e\u0642\u0641 \u0634\u0632\u0639\u0633\u062b, \u0641\u062e\u062d\u0647\u0630\u0633, \u0634\u0631\u064a \u0642\u062b\u0633\u062d\u062e\u0631\u0633\u062b\u0633", - "Requester": "\u0642\u062b\u0636\u0639\u062b\u0633\u0641\u062b\u0642", - "Required": "\u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a", - "Required field.": "\u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a \u0628\u0647\u062b\u0645\u064a.", - "Rescore problem '<%- problem_id %>' for all students?": "\u0642\u062b\u0633\u0630\u062e\u0642\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648 '<%- problem_id %>' \u0628\u062e\u0642 \u0634\u0645\u0645 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633?", - "Reset My Password": "\u0642\u062b\u0633\u062b\u0641 \u0648\u063a \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a", - "Reset Password": "\u0642\u062b\u0633\u062b\u0641 \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a", - "Reset Your Password": "\u0642\u062b\u0633\u062b\u0641 \u063a\u062e\u0639\u0642 \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a", - "Reset attempts for all students on problem '<%- problem_id %>'?": "\u0642\u062b\u0633\u062b\u0641 \u0634\u0641\u0641\u062b\u0648\u062d\u0641\u0633 \u0628\u062e\u0642 \u0634\u0645\u0645 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633 \u062e\u0631 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 '<%- problem_id %>'?", - "Responses could not be loaded. Refresh the page and try again.": "\u0642\u062b\u0633\u062d\u062e\u0631\u0633\u062b\u0633 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0645\u062e\u0634\u064a\u062b\u064a. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "Restore enrollment code": "\u0642\u062b\u0633\u0641\u062e\u0642\u062b \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0630\u062e\u064a\u062b", - "Restore last draft": "\u0642\u062b\u0633\u0641\u062e\u0642\u062b \u0645\u0634\u0633\u0641 \u064a\u0642\u0634\u0628\u0641", - "Restrict access to:": "\u0642\u062b\u0633\u0641\u0642\u0647\u0630\u0641 \u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u062e:", - "Retake Photo": "\u0642\u062b\u0641\u0634\u0646\u062b \u062d\u0627\u062e\u0641\u062e", - "Retake Your Photos": "\u0642\u062b\u0641\u0634\u0646\u062b \u063a\u062e\u0639\u0642 \u062d\u0627\u062e\u0641\u062e\u0633", - "Retrieving enrollment status...": "\u0642\u062b\u0641\u0642\u0647\u062b\u062f\u0647\u0631\u0644 \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0633\u0641\u0634\u0641\u0639\u0633...", - "Return and add email address": "\u0642\u062b\u0641\u0639\u0642\u0631 \u0634\u0631\u064a \u0634\u064a\u064a \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633", - "Return to Export": "\u0642\u062b\u0641\u0639\u0642\u0631 \u0641\u062e \u062b\u0637\u062d\u062e\u0642\u0641", - "Return to Your Dashboard": "\u0642\u062b\u0641\u0639\u0642\u0631 \u0641\u062e \u063a\u062e\u0639\u0642 \u064a\u0634\u0633\u0627\u0632\u062e\u0634\u0642\u064a", - "Return to team listing": "\u0642\u062b\u0641\u0639\u0642\u0631 \u0641\u062e \u0641\u062b\u0634\u0648 \u0645\u0647\u0633\u0641\u0647\u0631\u0644", - "Review Rules": "\u0642\u062b\u062f\u0647\u062b\u0635 \u0642\u0639\u0645\u062b\u0633", - "Review Your Photos": "\u0642\u062b\u062f\u0647\u062b\u0635 \u063a\u062e\u0639\u0642 \u062d\u0627\u062e\u0641\u062e\u0633", - "Review your info": "\u0642\u062b\u062f\u0647\u062b\u0635 \u063a\u062e\u0639\u0642 \u0647\u0631\u0628\u062e", - "Revoke access": "\u0642\u062b\u062f\u062e\u0646\u062b \u0634\u0630\u0630\u062b\u0633\u0633", - "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "\u0642\u0647\u0630\u0627 \u0641\u062b\u0637\u0641 \u0634\u0642\u062b\u0634. \u062d\u0642\u062b\u0633\u0633 \u0634\u0645\u0641-\u06289 \u0628\u062e\u0642 \u0648\u062b\u0631\u0639. \u062d\u0642\u062b\u0633\u0633 \u0634\u0645\u0641-\u062810 \u0628\u062e\u0642 \u0641\u062e\u062e\u0645\u0632\u0634\u0642. \u062d\u0642\u062b\u0633\u0633 \u0634\u0645\u0641-0 \u0628\u062e\u0642 \u0627\u062b\u0645\u062d", - "Right": "\u0642\u0647\u0644\u0627\u0641", - "Right to left": "\u0642\u0647\u0644\u0627\u0641 \u0641\u062e \u0645\u062b\u0628\u0641", - "Robots": "\u0642\u062e\u0632\u062e\u0641\u0633", - "Role field should not be left unselected.": "\u0642\u062e\u0645\u062b \u0628\u0647\u062b\u0645\u064a \u0633\u0627\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0645\u062b\u0628\u0641 \u0639\u0631\u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a.", - "Row": "\u0642\u062e\u0635", - "Row group": "\u0642\u062e\u0635 \u0644\u0642\u062e\u0639\u062d", - "Row properties": "\u0642\u062e\u0635 \u062d\u0642\u062e\u062d\u062b\u0642\u0641\u0647\u062b\u0633", - "Row type": "\u0642\u062e\u0635 \u0641\u063a\u062d\u062b", - "Rows": "\u0642\u062e\u0635\u0633", - "Save": "\u0633\u0634\u062f\u062b", - "Save Changes": "\u0633\u0634\u062f\u062b \u0630\u0627\u0634\u0631\u0644\u062b\u0633", - "Save changes": "\u0633\u0634\u062f\u062b \u0630\u0627\u0634\u0631\u0644\u062b\u0633", - "Saved cohort": "\u0633\u0634\u062f\u062b\u064a \u0630\u062e\u0627\u062e\u0642\u0641", - "Saving": "\u0633\u0634\u062f\u0647\u0631\u0644", - "Saving your email preference": "\u0633\u0634\u062f\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u062b\u0648\u0634\u0647\u0645 \u062d\u0642\u062b\u0628\u062b\u0642\u062b\u0631\u0630\u062b", - "Scheduled:": "\u0633\u0630\u0627\u062b\u064a\u0639\u0645\u062b\u064a:", - "Scope": "\u0633\u0630\u062e\u062d\u062b", - "Search": "\u0633\u062b\u0634\u0642\u0630\u0627", - "Search Results": "\u0633\u062b\u0634\u0642\u0630\u0627 \u0642\u062b\u0633\u0639\u0645\u0641\u0633", - "Search all posts": "\u0633\u062b\u0634\u0642\u0630\u0627 \u0634\u0645\u0645 \u062d\u062e\u0633\u0641\u0633", - "Search teams": "\u0633\u062b\u0634\u0642\u0630\u0627 \u0641\u062b\u0634\u0648\u0633", - "Search the {platform} Help Center": "\u0633\u062b\u0634\u0642\u0630\u0627 \u0641\u0627\u062b {platform} \u0627\u062b\u0645\u062d \u0630\u062b\u0631\u0641\u062b\u0642", - "Section": "\u0633\u062b\u0630\u0641\u0647\u062e\u0631", - "Section Highlights": "\u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u0627\u0647\u0644\u0627\u0645\u0647\u0644\u0627\u0641\u0633", - "Section Visibility": "\u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u062f\u0647\u0633\u0647\u0632\u0647\u0645\u0647\u0641\u063a", - "Sections": "\u0633\u062b\u0630\u0641\u0647\u062e\u0631\u0633", - "See all teams in your course, organized by topic. Join a team to collaborate with other learners who are interested in the same topic as you are.": "\u0633\u062b\u062b \u0634\u0645\u0645 \u0641\u062b\u0634\u0648\u0633 \u0647\u0631 \u063a\u062e\u0639\u0642 \u0630\u062e\u0639\u0642\u0633\u062b, \u062e\u0642\u0644\u0634\u0631\u0647\u0638\u062b\u064a \u0632\u063a \u0641\u062e\u062d\u0647\u0630. \u062a\u062e\u0647\u0631 \u0634 \u0641\u062b\u0634\u0648 \u0641\u062e \u0630\u062e\u0645\u0645\u0634\u0632\u062e\u0642\u0634\u0641\u062b \u0635\u0647\u0641\u0627 \u062e\u0641\u0627\u062b\u0642 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0635\u0627\u062e \u0634\u0642\u062b \u0647\u0631\u0641\u062b\u0642\u062b\u0633\u0641\u062b\u064a \u0647\u0631 \u0641\u0627\u062b \u0633\u0634\u0648\u062b \u0641\u062e\u062d\u0647\u0630 \u0634\u0633 \u063a\u062e\u0639 \u0634\u0642\u062b.", - "Select": "\u0633\u062b\u0645\u062b\u0630\u0641", - "Select Session": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0633\u062b\u0633\u0633\u0647\u062e\u0631", - "Select a Content Group": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d", - "Select a chapter": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u0630\u0627\u0634\u062d\u0641\u062b\u0642", - "Select a cohort": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u0630\u062e\u0627\u062e\u0642\u0641", - "Select a cohort to manage": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u0630\u062e\u0627\u062e\u0642\u0641 \u0641\u062e \u0648\u0634\u0631\u0634\u0644\u062b", - "Select a course or select \"Not specific to a course\" for your support request.": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u0630\u062e\u0639\u0642\u0633\u062b \u062e\u0642 \u0633\u062b\u0645\u062b\u0630\u0641 \"\u0631\u062e\u0641 \u0633\u062d\u062b\u0630\u0647\u0628\u0647\u0630 \u0641\u062e \u0634 \u0630\u062e\u0639\u0642\u0633\u062b\" \u0628\u062e\u0642 \u063a\u062e\u0639\u0642 \u0633\u0639\u062d\u062d\u062e\u0642\u0641 \u0642\u062b\u0636\u0639\u062b\u0633\u0641.", - "Select a group type": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u0644\u0642\u062e\u0639\u062d \u0641\u063a\u062d\u062b", - "Select a prerequisite subsection and enter a minimum score percentage and minimum completion percentage to limit access to this subsection. Allowed values are 0-100": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u062d\u0642\u062b\u0642\u062b\u0636\u0639\u0647\u0633\u0647\u0641\u062b \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u0634\u0631\u064a \u062b\u0631\u0641\u062b\u0642 \u0634 \u0648\u0647\u0631\u0647\u0648\u0639\u0648 \u0633\u0630\u062e\u0642\u062b \u062d\u062b\u0642\u0630\u062b\u0631\u0641\u0634\u0644\u062b \u0634\u0631\u064a \u0648\u0647\u0631\u0647\u0648\u0639\u0648 \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u0647\u062e\u0631 \u062d\u062b\u0642\u0630\u062b\u0631\u0641\u0634\u0644\u062b \u0641\u062e \u0645\u0647\u0648\u0647\u0641 \u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u062e \u0641\u0627\u0647\u0633 \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631. \u0634\u0645\u0645\u062e\u0635\u062b\u064a \u062f\u0634\u0645\u0639\u062b\u0633 \u0634\u0642\u062b 0-100", - "Select a section or problem": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u062e\u0642 \u062d\u0642\u062e\u0632\u0645\u062b\u0648", - "Select a session:": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u0633\u062b\u0633\u0633\u0647\u062e\u0631:", - "Select a subject for your support request.": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u0633\u0639\u0632\u062a\u062b\u0630\u0641 \u0628\u062e\u0642 \u063a\u062e\u0639\u0642 \u0633\u0639\u062d\u062d\u062e\u0642\u0641 \u0642\u062b\u0636\u0639\u062b\u0633\u0641.", - "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u0641\u0647\u0648\u062b \u0634\u0645\u0645\u062e\u0641\u0648\u062b\u0631\u0641 \u0628\u062e\u0642 \u0641\u0627\u062b \u062b\u0637\u0634\u0648. \u0647\u0628 \u0647\u0641 \u0647\u0633 \u062e\u062f\u062b\u0642 24 \u0627\u062e\u0639\u0642\u0633, \u0641\u063a\u062d\u062b \u0647\u0631 \u0641\u0627\u062b \u0634\u0648\u062e\u0639\u0631\u0641 \u062e\u0628 \u0641\u0647\u0648\u062b. \u063a\u062e\u0639 \u0630\u0634\u0631 \u0644\u0642\u0634\u0631\u0641 \u0647\u0631\u064a\u0647\u062f\u0647\u064a\u0639\u0634\u0645 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u062b\u0637\u0641\u0642\u0634 \u0641\u0647\u0648\u062b \u0641\u062e \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u0641\u0627\u062b \u062b\u0637\u0634\u0648 \u0641\u0627\u0642\u062e\u0639\u0644\u0627 \u0641\u0627\u062b \u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u062e\u0642 \u064a\u0634\u0633\u0627\u0632\u062e\u0634\u0642\u064a.", - "Select all": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0634\u0645\u0645", - "Select fidelity": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0628\u0647\u064a\u062b\u0645\u0647\u0641\u063a", - "Select language": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b", - "Select one or more groups:": "\u0633\u062b\u0645\u062b\u0630\u0641 \u062e\u0631\u062b \u062e\u0642 \u0648\u062e\u0642\u062b \u0644\u0642\u062e\u0639\u062d\u0633:", - "Select the course-wide discussion topics that you want to divide.": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b-\u0635\u0647\u064a\u062b \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631 \u0641\u062e\u062d\u0647\u0630\u0633 \u0641\u0627\u0634\u0641 \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u064a\u0647\u062f\u0647\u064a\u062b.", - "Select the time zone for displaying course dates. If you do not specify a time zone, course dates, including assignment deadlines, will be displayed in your browser's local time zone.": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0641\u0627\u062b \u0641\u0647\u0648\u062b \u0638\u062e\u0631\u062b \u0628\u062e\u0642 \u064a\u0647\u0633\u062d\u0645\u0634\u063a\u0647\u0631\u0644 \u0630\u062e\u0639\u0642\u0633\u062b \u064a\u0634\u0641\u062b\u0633. \u0647\u0628 \u063a\u062e\u0639 \u064a\u062e \u0631\u062e\u0641 \u0633\u062d\u062b\u0630\u0647\u0628\u063a \u0634 \u0641\u0647\u0648\u062b \u0638\u062e\u0631\u062b, \u0630\u062e\u0639\u0642\u0633\u062b \u064a\u0634\u0641\u062b\u0633, \u0647\u0631\u0630\u0645\u0639\u064a\u0647\u0631\u0644 \u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641 \u064a\u062b\u0634\u064a\u0645\u0647\u0631\u062b\u0633, \u0635\u0647\u0645\u0645 \u0632\u062b \u064a\u0647\u0633\u062d\u0645\u0634\u063a\u062b\u064a \u0647\u0631 \u063a\u062e\u0639\u0642 \u0632\u0642\u062e\u0635\u0633\u062b\u0642'\u0633 \u0645\u062e\u0630\u0634\u0645 \u0641\u0647\u0648\u062b \u0638\u062e\u0631\u062b.", - "Select turnaround": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0641\u0639\u0642\u0631\u0634\u0642\u062e\u0639\u0631\u064a", - "Selected tab": "\u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a \u0641\u0634\u0632", - "Send to:": "\u0633\u062b\u0631\u064a \u0641\u062e:", - "Sent By": "\u0633\u062b\u0631\u0641 \u0632\u063a", - "Sent By:": "\u0633\u062b\u0631\u0641 \u0632\u063a:", - "Sent To": "\u0633\u062b\u0631\u0641 \u0641\u062e", - "Sent To:": "\u0633\u062b\u0631\u0641 \u0641\u062e:", - "Sequence error! Cannot navigate to %(tab_name)s in the current SequenceModule. Please contact the course staff.": "\u0633\u062b\u0636\u0639\u062b\u0631\u0630\u062b \u062b\u0642\u0642\u062e\u0642! \u0630\u0634\u0631\u0631\u062e\u0641 \u0631\u0634\u062f\u0647\u0644\u0634\u0641\u062b \u0641\u062e %(tab_name)s \u0647\u0631 \u0641\u0627\u062b \u0630\u0639\u0642\u0642\u062b\u0631\u0641 \u0633\u062b\u0636\u0639\u062b\u0631\u0630\u062b\u0648\u062e\u064a\u0639\u0645\u062b. \u062d\u0645\u062b\u0634\u0633\u062b \u0630\u062e\u0631\u0641\u0634\u0630\u0641 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u0633\u0641\u0634\u0628\u0628.", - "Server Error, Please refresh the page and try again.": "\u0633\u062b\u0642\u062f\u062b\u0642 \u062b\u0642\u0642\u062e\u0642, \u062d\u0645\u062b\u0634\u0633\u062b \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "Session Selection Dropdown for {courseName}": "\u0633\u062b\u0633\u0633\u0647\u062e\u0631 \u0633\u062b\u0645\u062b\u0630\u0641\u0647\u062e\u0631 \u064a\u0642\u062e\u062d\u064a\u062e\u0635\u0631 \u0628\u062e\u0642 {courseName}", - "Set Access": "\u0633\u062b\u0641 \u0634\u0630\u0630\u062b\u0633\u0633", - "Set as a Special Exam": "\u0633\u062b\u0641 \u0634\u0633 \u0634 \u0633\u062d\u062b\u0630\u0647\u0634\u0645 \u062b\u0637\u0634\u0648", - "Set up your certificate": "\u0633\u062b\u0641 \u0639\u062d \u063a\u062e\u0639\u0642 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b", - "Settings": "\u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633", - "Settings updated": "\u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633 \u0639\u062d\u064a\u0634\u0641\u062b\u064a", - "Share": "\u0633\u0627\u0634\u0642\u062b", - "Share Alike": "\u0633\u0627\u0634\u0642\u062b \u0634\u0645\u0647\u0646\u062b", - "Share on Mozilla Backpack": "\u0633\u0627\u0634\u0642\u062b \u062e\u0631 \u0648\u062e\u0638\u0647\u0645\u0645\u0634 \u0632\u0634\u0630\u0646\u062d\u0634\u0630\u0646", - "Share your \"%(display_name)s\" award": "\u0633\u0627\u0634\u0642\u062b \u063a\u062e\u0639\u0642 \"%(display_name)s\" \u0634\u0635\u0634\u0642\u064a", - "Short explanation": "\u0633\u0627\u062e\u0642\u0641 \u062b\u0637\u062d\u0645\u0634\u0631\u0634\u0641\u0647\u062e\u0631", - "Show All": "\u0633\u0627\u062e\u0635 \u0634\u0645\u0645", - "Show Annotations": "\u0633\u0627\u062e\u0635 \u0634\u0631\u0631\u062e\u0641\u0634\u0641\u0647\u062e\u0631\u0633", - "Show Deprecated Settings": "\u0633\u0627\u062e\u0635 \u064a\u062b\u062d\u0642\u062b\u0630\u0634\u0641\u062b\u064a \u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633", - "Show Discussion": "\u0633\u0627\u062e\u0635 \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631", - "Show Less": "\u0633\u0627\u062e\u0635 \u0645\u062b\u0633\u0633", - "Show More": "\u0633\u0627\u062e\u0635 \u0648\u062e\u0642\u062b", - "Show Previews": "\u0633\u0627\u062e\u0635 \u062d\u0642\u062b\u062f\u0647\u062b\u0635\u0633", - "Show assessment results when subsection is past due": "\u0633\u0627\u062e\u0635 \u0634\u0633\u0633\u062b\u0633\u0633\u0648\u062b\u0631\u0641 \u0642\u062b\u0633\u0639\u0645\u0641\u0633 \u0635\u0627\u062b\u0631 \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u0647\u0633 \u062d\u0634\u0633\u0641 \u064a\u0639\u062b", - "Show blocks": "\u0633\u0627\u062e\u0635 \u0632\u0645\u062e\u0630\u0646\u0633", - "Show entire subsection": "\u0633\u0627\u062e\u0635 \u062b\u0631\u0641\u0647\u0642\u062b \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631", - "Show invisible characters": "\u0633\u0627\u062e\u0635 \u0647\u0631\u062f\u0647\u0633\u0647\u0632\u0645\u062b \u0630\u0627\u0634\u0642\u0634\u0630\u0641\u062b\u0642\u0633", - "Show me other ways to sign in or register": "\u0633\u0627\u062e\u0635 \u0648\u062b \u062e\u0641\u0627\u062b\u0642 \u0635\u0634\u063a\u0633 \u0641\u062e \u0633\u0647\u0644\u0631 \u0647\u0631 \u062e\u0642 \u0642\u062b\u0644\u0647\u0633\u0641\u062b\u0642", - "Show notes": "\u0633\u0627\u062e\u0635 \u0631\u062e\u0641\u062b\u0633", - "Show posts by {username}.": "\u0633\u0627\u062e\u0635 \u062d\u062e\u0633\u0641\u0633 \u0632\u063a {username}.", - "Show transcripts ({totalTranscripts})": "\u0633\u0627\u062e\u0635 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641\u0633 ({totalTranscripts})", - "Show transcripts ({transcriptCount})": "\u0633\u0627\u062e\u0635 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641\u0633 ({transcriptCount})", - "Showing all responses": "\u0633\u0627\u062e\u0635\u0647\u0631\u0644 \u0634\u0645\u0645 \u0642\u062b\u0633\u062d\u062e\u0631\u0633\u062b\u0633", + ], + "Loading": "\u0645\u062e\u0634\u064a\u0647\u0631\u0644", + "Loading content": "\u0645\u062e\u0634\u064a\u0647\u0631\u0644 \u0630\u062e\u0631\u0641\u062b\u0631\u0641", + "Loading data...": "\u0645\u062e\u0634\u064a\u0647\u0631\u0644 \u064a\u0634\u0641\u0634...", + "Loading more threads": "\u0645\u062e\u0634\u064a\u0647\u0631\u0644 \u0648\u062e\u0642\u062b \u0641\u0627\u0642\u062b\u0634\u064a\u0633", + "Loading posts list": "\u0645\u062e\u0634\u064a\u0647\u0631\u0644 \u062d\u062e\u0633\u0641\u0633 \u0645\u0647\u0633\u0641", + "Loading your courses": "\u0645\u062e\u0634\u064a\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u0630\u062e\u0639\u0642\u0633\u062b\u0633", + "Location": "\u0645\u062e\u0630\u0634\u0641\u0647\u062e\u0631", + "Location in Course": "\u0645\u062e\u0630\u0634\u0641\u0647\u062e\u0631 \u0647\u0631 \u0630\u062e\u0639\u0642\u0633\u062b", + "Lock this asset": "\u0645\u062e\u0630\u0646 \u0641\u0627\u0647\u0633 \u0634\u0633\u0633\u062b\u0641", + "Lock/unlock file": "\u0645\u062e\u0630\u0646/\u0639\u0631\u0645\u062e\u0630\u0646 \u0628\u0647\u0645\u062b", + "Loud": "\u0645\u062e\u0639\u064a", + "Low": "\u0645\u062e\u0635", + "Lower Alpha": "\u0645\u062e\u0635\u062b\u0642 \u0634\u0645\u062d\u0627\u0634", + "Lower Greek": "\u0645\u062e\u0635\u062b\u0642 \u0644\u0642\u062b\u062b\u0646", + "Lower Roman": "\u0645\u062e\u0635\u062b\u0642 \u0642\u062e\u0648\u0634\u0631", + "MB": "\u0648\u0632", + "Make Visible to Students": "\u0648\u0634\u0646\u062b \u062f\u0647\u0633\u0647\u0632\u0645\u062b \u0641\u062e \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633", + "Make sure that the full name on your account matches the name on your ID.": "\u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u0641\u0627\u062b \u0628\u0639\u0645\u0645 \u0631\u0634\u0648\u062b \u062e\u0631 \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0648\u0634\u0641\u0630\u0627\u062b\u0633 \u0641\u0627\u062b \u0631\u0634\u0648\u062b \u062e\u0631 \u063a\u062e\u0639\u0642 \u0647\u064a.", + "Make sure we can verify your identity with the photos and information you have provided.": "\u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0635\u062b \u0630\u0634\u0631 \u062f\u062b\u0642\u0647\u0628\u063a \u063a\u062e\u0639\u0642 \u0647\u064a\u062b\u0631\u0641\u0647\u0641\u063a \u0635\u0647\u0641\u0627 \u0641\u0627\u062b \u062d\u0627\u062e\u0641\u062e\u0633 \u0634\u0631\u064a \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u062d\u0642\u062e\u062f\u0647\u064a\u062b\u064a.", + "Make sure your ID is well-lit": "\u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u063a\u062e\u0639\u0642 \u0647\u064a \u0647\u0633 \u0635\u062b\u0645\u0645-\u0645\u0647\u0641", + "Make sure your face is well-lit": "\u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u063a\u062e\u0639\u0642 \u0628\u0634\u0630\u062b \u0647\u0633 \u0635\u062b\u0645\u0645-\u0645\u0647\u0641", + "Make this subsection available as a prerequisite to other content": "\u0648\u0634\u0646\u062b \u0641\u0627\u0647\u0633 \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b \u0634\u0633 \u0634 \u062d\u0642\u062b\u0642\u062b\u0636\u0639\u0647\u0633\u0647\u0641\u062b \u0641\u062e \u062e\u0641\u0627\u062b\u0642 \u0630\u062e\u0631\u0641\u062b\u0631\u0641", + "Making Visible to Students": "\u0648\u0634\u0646\u0647\u0631\u0644 \u062f\u0647\u0633\u0647\u0632\u0645\u062b \u0641\u062e \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633", + "Manage": "\u0648\u0634\u0631\u0634\u0644\u062b", + "Manage Learners": "\u0648\u0634\u0631\u0634\u0644\u062b \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633", + "Manual": "\u0648\u0634\u0631\u0639\u0634\u0645", + "Mark Exam As Completed": "\u0648\u0634\u0642\u0646 \u062b\u0637\u0634\u0648 \u0634\u0633 \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b\u064a", + "Mark enrollment code as unused": "\u0648\u0634\u0642\u0646 \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0630\u062e\u064a\u062b \u0634\u0633 \u0639\u0631\u0639\u0633\u062b\u064a", + "Markdown Editing Help": "\u0648\u0634\u0642\u0646\u064a\u062e\u0635\u0631 \u062b\u064a\u0647\u0641\u0647\u0631\u0644 \u0627\u062b\u0645\u062d", + "Masters": "\u0648\u0634\u0633\u0641\u062b\u0642\u0633", + "Match case": "\u0648\u0634\u0641\u0630\u0627 \u0630\u0634\u0633\u062b", + "Max file size exceeded": "\u0648\u0634\u0637 \u0628\u0647\u0645\u062b \u0633\u0647\u0638\u062b \u062b\u0637\u0630\u062b\u062b\u064a\u062b\u064a", + "Maximum": "\u0648\u0634\u0637\u0647\u0648\u0639\u0648", + "Maximum file size: {maxFileSize} GB": "\u0648\u0634\u0637\u0647\u0648\u0639\u0648 \u0628\u0647\u0645\u062b \u0633\u0647\u0638\u062b: {maxFileSize} \u0644\u0632", + "Maximum score is %(max_score)s": "\u0648\u0634\u0637\u0647\u0648\u0639\u0648 \u0633\u0630\u062e\u0642\u062b \u0647\u0633 %(max_score)s", + "Membership": "\u0648\u062b\u0648\u0632\u062b\u0642\u0633\u0627\u0647\u062d", + "Merge cells": "\u0648\u062b\u0642\u0644\u062b \u0630\u062b\u0645\u0645\u0633", + "Message:": "\u0648\u062b\u0633\u0633\u0634\u0644\u062b:", + "MicroBachelors": "\u0648\u0647\u0630\u0642\u062e\u0632\u0634\u0630\u0627\u062b\u0645\u062e\u0642\u0633", + "MicroMasters": "\u0648\u0647\u0630\u0642\u062e\u0648\u0634\u0633\u0641\u062b\u0642\u0633", + "Middle": "\u0648\u0647\u064a\u064a\u0645\u062b", + "Minimum Completion:": "\u0648\u0647\u0631\u0647\u0648\u0639\u0648 \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u0647\u062e\u0631:", + "Minimum Score:": "\u0648\u0647\u0631\u0647\u0648\u0639\u0648 \u0633\u0630\u062e\u0642\u062b:", + "Module state successfully deleted.": "\u0648\u062e\u064a\u0639\u0645\u062b \u0633\u0641\u0634\u0641\u062b \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u064a\u062b\u0645\u062b\u0641\u062b\u064a.", + "More": "\u0648\u062e\u0642\u062b", + "More sessions coming soon": "\u0648\u062e\u0642\u062b \u0633\u062b\u0633\u0633\u0647\u062e\u0631\u0633 \u0630\u062e\u0648\u0647\u0631\u0644 \u0633\u062e\u062e\u0631", + "More sessions coming soon.": "\u0648\u062e\u0642\u062b \u0633\u062b\u0633\u0633\u0647\u062e\u0631\u0633 \u0630\u062e\u0648\u0647\u0631\u0644 \u0633\u062e\u062e\u0631.", + "Move": "\u0648\u062e\u062f\u062b", + "Move cancelled. \"{sourceDisplayName}\" has been moved back to its original location.": "\u0648\u062e\u062f\u062b \u0630\u0634\u0631\u0630\u062b\u0645\u0645\u062b\u064a. \"{sourceDisplayName}\" \u0627\u0634\u0633 \u0632\u062b\u062b\u0631 \u0648\u062e\u062f\u062b\u064a \u0632\u0634\u0630\u0646 \u0641\u062e \u0647\u0641\u0633 \u062e\u0642\u0647\u0644\u0647\u0631\u0634\u0645 \u0645\u062e\u0630\u0634\u0641\u0647\u062e\u0631.", + "Move: {displayName}": "\u0648\u062e\u062f\u062b: {displayName}", + "Moving": "\u0648\u062e\u062f\u0647\u0631\u0644", + "Must complete verification checkpoint": "\u0648\u0639\u0633\u0641 \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631 \u0630\u0627\u062b\u0630\u0646\u062d\u062e\u0647\u0631\u0641", + "Mute": "\u0648\u0639\u0641\u062b", + "Muted": "\u0648\u0639\u0641\u062b\u064a", + "My Orders": "\u0648\u063a \u062e\u0642\u064a\u062b\u0642\u0633", + "My Team": "\u0648\u063a \u0641\u062b\u0634\u0648", + "N/A": "\u0631/\u0634", + "Name": "\u0631\u0634\u0648\u062b", + "Name ": "\u0631\u0634\u0648\u062b ", + "Name of the certificate": "\u0631\u0634\u0648\u062b \u062e\u0628 \u0641\u0627\u062b \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b", + "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "\u0631\u0634\u0648\u062b \u062e\u0628 \u0641\u0627\u062b \u0644\u0642\u062e\u0639\u062d\u0633 \u0641\u0627\u0634\u0641 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633 \u0635\u0647\u0645\u0645 \u0632\u062b \u0634\u0633\u0633\u0647\u0644\u0631\u062b\u064a \u0641\u062e, \u0628\u062e\u0642 \u062b\u0637\u0634\u0648\u062d\u0645\u062b, \u0630\u062e\u0631\u0641\u0642\u062e\u0645, \u062f\u0647\u064a\u062b\u062e, \u062d\u0642\u062e\u0632\u0645\u062b\u0648\u0633. \u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u0627\u0634\u062f\u062b \u0641\u0635\u062e \u062e\u0642 \u0648\u062e\u0642\u062b \u0644\u0642\u062e\u0639\u062d\u0633.", + "Name of the signatory": "\u0631\u0634\u0648\u062b \u062e\u0628 \u0641\u0627\u062b \u0633\u0647\u0644\u0631\u0634\u0641\u062e\u0642\u063a", + "Name or short description of the configuration": "\u0631\u0634\u0648\u062b \u062e\u0642 \u0633\u0627\u062e\u0642\u0641 \u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631 \u062e\u0628 \u0641\u0627\u062b \u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u0634\u0641\u0647\u062e\u0631", + "Navigate up": "\u0631\u0634\u062f\u0647\u0644\u0634\u0641\u062b \u0639\u062d", + "Need help logging in?": "\u0631\u062b\u062b\u064a \u0627\u062b\u0645\u062d \u0645\u062e\u0644\u0644\u0647\u0631\u0644 \u0647\u0631?", + "Needs verified certificate ": "\u0631\u062b\u062b\u064a\u0633 \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b ", + "Never published": "\u0631\u062b\u062f\u062b\u0642 \u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a", + "Never show assessment results": "\u0631\u062b\u062f\u062b\u0642 \u0633\u0627\u062e\u0635 \u0634\u0633\u0633\u062b\u0633\u0633\u0648\u062b\u0631\u0641 \u0642\u062b\u0633\u0639\u0645\u0641\u0633", + "New %(item_type)s": "\u0631\u062b\u0635 %(item_type)s", + "New Address": "\u0631\u062b\u0635 \u0634\u064a\u064a\u0642\u062b\u0633\u0633", + "New Password": "\u0631\u062b\u0635 \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a", + "New document": "\u0631\u062b\u0635 \u064a\u062e\u0630\u0639\u0648\u062b\u0631\u0641", + "New enrollment mode:": "\u0631\u062b\u0635 \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0648\u062e\u064a\u062b:", + "New window": "\u0631\u062b\u0635 \u0635\u0647\u0631\u064a\u062e\u0635", + "New {component_type}": "\u0631\u062b\u0635 {component_type}", + "Next": "\u0631\u062b\u0637\u0641", + "Next Step: Confirm your identity": "\u0631\u062b\u0637\u0641 \u0633\u0641\u062b\u062d: \u0630\u062e\u0631\u0628\u0647\u0642\u0648 \u063a\u062e\u0639\u0642 \u0647\u064a\u062b\u0631\u0641\u0647\u0641\u063a", + "Next: %(nextStepTitle)s": "\u0631\u062b\u0637\u0641: %(nextStepTitle)s", + "No Content Group": "\u0631\u062e \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d", + "No Derivatives": "\u0631\u062e \u064a\u062b\u0642\u0647\u062f\u0634\u0641\u0647\u062f\u062b\u0633", + "No EdX Timed Transcript": "\u0631\u062e \u062b\u064a\u0637 \u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641", + "No Flash Detected": "\u0631\u062e \u0628\u0645\u0634\u0633\u0627 \u064a\u062b\u0641\u062b\u0630\u0641\u062b\u064a", + "No Timed Transcript": "\u0631\u062e \u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641", + "No Webcam Detected": "\u0631\u062e \u0635\u062b\u0632\u0630\u0634\u0648 \u064a\u062b\u0641\u062b\u0630\u0641\u062b\u064a", + "No color": "\u0631\u062e \u0630\u062e\u0645\u062e\u0642", + "No content-specific discussion topics exist.": "\u0631\u062e \u0630\u062e\u0631\u0641\u062b\u0631\u0641-\u0633\u062d\u062b\u0630\u0647\u0628\u0647\u0630 \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631 \u0641\u062e\u062d\u0647\u0630\u0633 \u062b\u0637\u0647\u0633\u0641.", + "No description available": "\u0631\u062e \u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631 \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b", + "No grade to remove.": "\u0631\u062e \u0644\u0642\u0634\u064a\u062b \u0641\u062e \u0642\u062b\u0648\u062e\u062f\u062b.", + "No posts matched your query.": "\u0631\u062e \u062d\u062e\u0633\u0641\u0633 \u0648\u0634\u0641\u0630\u0627\u062b\u064a \u063a\u062e\u0639\u0642 \u0636\u0639\u062b\u0642\u063a.", + "No prerequisite": "\u0631\u062e \u062d\u0642\u062b\u0642\u062b\u0636\u0639\u0647\u0633\u0647\u0641\u062b", + "No receipt available": "\u0631\u062e \u0642\u062b\u0630\u062b\u0647\u062d\u0641 \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b", + "No results": "\u0631\u062e \u0642\u062b\u0633\u0639\u0645\u0641\u0633", + "No results found for \"%(query_string)s\". Please try searching again.": "\u0631\u062e \u0642\u062b\u0633\u0639\u0645\u0641\u0633 \u0628\u062e\u0639\u0631\u064a \u0628\u062e\u0642 \"%(query_string)s\". \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0633\u062b\u0634\u0642\u0630\u0627\u0647\u0631\u0644 \u0634\u0644\u0634\u0647\u0631.", + "No results found for {original_query}. Showing results for {suggested_query}.": "\u0631\u062e \u0642\u062b\u0633\u0639\u0645\u0641\u0633 \u0628\u062e\u0639\u0631\u064a \u0628\u062e\u0642 {original_query}. \u0633\u0627\u062e\u0635\u0647\u0631\u0644 \u0642\u062b\u0633\u0639\u0645\u0641\u0633 \u0628\u062e\u0642 {suggested_query}.", + "No tasks currently running.": "\u0631\u062e \u0641\u0634\u0633\u0646\u0633 \u0630\u0639\u0642\u0642\u062b\u0631\u0641\u0645\u063a \u0642\u0639\u0631\u0631\u0647\u0631\u0644.", + "No transcript uploaded.": "\u0631\u062e \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0639\u062d\u0645\u062e\u0634\u064a\u062b\u064a.", + "No validation is performed on policy keys or value pairs. If you are having difficulties, check your formatting.": "\u0631\u062e \u062f\u0634\u0645\u0647\u064a\u0634\u0641\u0647\u062e\u0631 \u0647\u0633 \u062d\u062b\u0642\u0628\u062e\u0642\u0648\u062b\u064a \u062e\u0631 \u062d\u062e\u0645\u0647\u0630\u063a \u0646\u062b\u063a\u0633 \u062e\u0642 \u062f\u0634\u0645\u0639\u062b \u062d\u0634\u0647\u0642\u0633. \u0647\u0628 \u063a\u062e\u0639 \u0634\u0642\u062b \u0627\u0634\u062f\u0647\u0631\u0644 \u064a\u0647\u0628\u0628\u0647\u0630\u0639\u0645\u0641\u0647\u062b\u0633, \u0630\u0627\u062b\u0630\u0646 \u063a\u062e\u0639\u0642 \u0628\u062e\u0642\u0648\u0634\u0641\u0641\u0647\u0631\u0644.", + "Nonbreaking space": "\u0631\u062e\u0631\u0632\u0642\u062b\u0634\u0646\u0647\u0631\u0644 \u0633\u062d\u0634\u0630\u062b", + "Noncommercial": "\u0631\u062e\u0631\u0630\u062e\u0648\u0648\u062b\u0642\u0630\u0647\u0634\u0645", + "None": "\u0631\u062e\u0631\u062b", + "Not Currently Available": "\u0631\u062e\u0641 \u0630\u0639\u0642\u0642\u062b\u0631\u0641\u0645\u063a \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b", + "Not Graded": "\u0631\u062e\u0641 \u0644\u0642\u0634\u064a\u062b\u064a", + "Not Supported": "\u0631\u062e\u0641 \u0633\u0639\u062d\u062d\u062e\u0642\u0641\u062b\u064a", + "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "\u0631\u062e\u0641 \u0634\u0632\u0645\u062b \u0641\u062e \u0633\u062b\u0641 \u062d\u0634\u0633\u0633\u0647\u0631\u0644 \u0644\u0642\u0634\u064a\u062b \u0641\u062e \u0645\u062b\u0633\u0633 \u0641\u0627\u0634\u0631 %(minimum_grade_cutoff)s%.", + "Not available": "\u0631\u062e\u0641 \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b", + "Not divided": "\u0631\u062e\u0641 \u064a\u0647\u062f\u0647\u064a\u062b\u064a", + "Not in Use": "\u0631\u062e\u0641 \u0647\u0631 \u0639\u0633\u062b", + "Not selected": "\u0631\u062e\u0641 \u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a", + "Not specific to a course": "\u0631\u062e\u0641 \u0633\u062d\u062b\u0630\u0647\u0628\u0647\u0630 \u0641\u062e \u0634 \u0630\u062e\u0639\u0642\u0633\u062b", + "Not yet": "\u0631\u062e\u0641 \u063a\u062b\u0641", + "Note": "\u0631\u062e\u0641\u062b", + "Note: Do not hide graded assignments after they have been released.": "\u0631\u062e\u0641\u062b: \u064a\u062e \u0631\u062e\u0641 \u0627\u0647\u064a\u062b \u0644\u0642\u0634\u064a\u062b\u064a \u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641\u0633 \u0634\u0628\u0641\u062b\u0642 \u0641\u0627\u062b\u063a \u0627\u0634\u062f\u062b \u0632\u062b\u062b\u0631 \u0642\u062b\u0645\u062b\u0634\u0633\u062b\u064a.", + "Note: Learners can be in only one cohort. Adding learners to this group overrides any previous group assignment.": "\u0631\u062e\u0641\u062b: \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0630\u0634\u0631 \u0632\u062b \u0647\u0631 \u062e\u0631\u0645\u063a \u062e\u0631\u062b \u0630\u062e\u0627\u062e\u0642\u0641. \u0634\u064a\u064a\u0647\u0631\u0644 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0641\u062e \u0641\u0627\u0647\u0633 \u0644\u0642\u062e\u0639\u062d \u062e\u062f\u062b\u0642\u0642\u0647\u064a\u062b\u0633 \u0634\u0631\u063a \u062d\u0642\u062b\u062f\u0647\u062e\u0639\u0633 \u0644\u0642\u062e\u0639\u062d \u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641.", + "Noted in:": "\u0631\u062e\u0641\u062b\u064a \u0647\u0631:", + "Notes": "\u0631\u062e\u0641\u062b\u0633", + "Notes hidden": "\u0631\u062e\u0641\u062b\u0633 \u0627\u0647\u064a\u064a\u062b\u0631", + "Notes visible": "\u0631\u062e\u0641\u062b\u0633 \u062f\u0647\u0633\u0647\u0632\u0645\u062b", + "Number Sent": "\u0631\u0639\u0648\u0632\u062b\u0642 \u0633\u062b\u0631\u0641", + "Number of Droppable": "\u0631\u0639\u0648\u0632\u062b\u0642 \u062e\u0628 \u064a\u0642\u062e\u062d\u062d\u0634\u0632\u0645\u062b", + "Numbered List (Ctrl+O)": "\u0631\u0639\u0648\u0632\u062b\u0642\u062b\u064a \u0645\u0647\u0633\u0641 (\u0630\u0641\u0642\u0645+\u062e)", + "Numbered list": "\u0631\u0639\u0648\u0632\u062b\u0642\u062b\u064a \u0645\u0647\u0633\u0641", + "OK": "\u062e\u0646", + "ORDER NAME": "\u062e\u0642\u064a\u062b\u0642 \u0631\u0634\u0648\u062b", + "ORDER NUMBER": "\u062e\u0642\u064a\u062b\u0642 \u0631\u0639\u0648\u0632\u062b\u0642", + "ORDER PLACED": "\u062e\u0642\u064a\u062b\u0642 \u062d\u0645\u0634\u0630\u062b\u064a", + "Ok": "\u062e\u0646", + "Onboarding": "\u062e\u0631\u0632\u062e\u0634\u0642\u064a\u0647\u0631\u0644", + "Onboarding Exam": "\u062e\u0631\u0632\u062e\u0634\u0642\u064a\u0647\u0631\u0644 \u062b\u0637\u0634\u0648", + "Once in position, use the Take Photo button {icon} to capture your ID": "\u062e\u0631\u0630\u062b \u0647\u0631 \u062d\u062e\u0633\u0647\u0641\u0647\u062e\u0631, \u0639\u0633\u062b \u0641\u0627\u062b \u0641\u0634\u0646\u062b \u062d\u0627\u062e\u0641\u062e \u0632\u0639\u0641\u0641\u062e\u0631 {icon} \u0641\u062e \u0630\u0634\u062d\u0641\u0639\u0642\u062b \u063a\u062e\u0639\u0642 \u0647\u064a", + "Once in position, use the Take Photo button {icon} to capture your photo": "\u062e\u0631\u0630\u062b \u0647\u0631 \u062d\u062e\u0633\u0647\u0641\u0647\u062e\u0631, \u0639\u0633\u062b \u0641\u0627\u062b \u0641\u0634\u0646\u062b \u062d\u0627\u062e\u0641\u062e \u0632\u0639\u0641\u0641\u062e\u0631 {icon} \u0641\u062e \u0630\u0634\u062d\u0641\u0639\u0642\u062b \u063a\u062e\u0639\u0642 \u062d\u0627\u062e\u0641\u062e", + "Once you complete one of the program requirements you have a program record. This record is marked complete once you meet all program requirements. A program record can be used to continue your learning journey and demonstrate your learning to others.": "\u062e\u0631\u0630\u062b \u063a\u062e\u0639 \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u062e\u0631\u062b \u062e\u0628 \u0641\u0627\u062b \u062d\u0642\u062e\u0644\u0642\u0634\u0648 \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u0648\u062b\u0631\u0641\u0633 \u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u0634 \u062d\u0642\u062e\u0644\u0642\u0634\u0648 \u0642\u062b\u0630\u062e\u0642\u064a. \u0641\u0627\u0647\u0633 \u0642\u062b\u0630\u062e\u0642\u064a \u0647\u0633 \u0648\u0634\u0642\u0646\u062b\u064a \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u062e\u0631\u0630\u062b \u063a\u062e\u0639 \u0648\u062b\u062b\u0641 \u0634\u0645\u0645 \u062d\u0642\u062e\u0644\u0642\u0634\u0648 \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u0648\u062b\u0631\u0641\u0633. \u0634 \u062d\u0642\u062e\u0644\u0642\u0634\u0648 \u0642\u062b\u0630\u062e\u0642\u064a \u0630\u0634\u0631 \u0632\u062b \u0639\u0633\u062b\u064a \u0641\u062e \u0630\u062e\u0631\u0641\u0647\u0631\u0639\u062b \u063a\u062e\u0639\u0642 \u0645\u062b\u0634\u0642\u0631\u0647\u0631\u0644 \u062a\u062e\u0639\u0642\u0631\u062b\u063a \u0634\u0631\u064a \u064a\u062b\u0648\u062e\u0631\u0633\u0641\u0642\u0634\u0641\u062b \u063a\u062e\u0639\u0642 \u0645\u062b\u0634\u0642\u0631\u0647\u0631\u0644 \u0641\u062e \u062e\u0641\u0627\u062b\u0642\u0633.", + "Once your account is deleted, you cannot use it to take courses on the {platformName} app, {siteName}, or any other site hosted by {platformName}.": "\u062e\u0631\u0630\u062b \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0647\u0633 \u064a\u062b\u0645\u062b\u0641\u062b\u064a, \u063a\u062e\u0639 \u0630\u0634\u0631\u0631\u062e\u0641 \u0639\u0633\u062b \u0647\u0641 \u0641\u062e \u0641\u0634\u0646\u062b \u0630\u062e\u0639\u0642\u0633\u062b\u0633 \u062e\u0631 \u0641\u0627\u062b {platformName} \u0634\u062d\u062d, {siteName}, \u062e\u0642 \u0634\u0631\u063a \u062e\u0641\u0627\u062b\u0642 \u0633\u0647\u0641\u062b \u0627\u062e\u0633\u0641\u062b\u064a \u0632\u063a {platformName}.", + "Only <%= fileTypes %> files can be uploaded. Please select a file ending in <%= fileExtensions %> to upload.": "\u062e\u0631\u0645\u063a <%= fileTypes %> \u0628\u0647\u0645\u062b\u0633 \u0630\u0634\u0631 \u0632\u062b \u0639\u062d\u0645\u062e\u0634\u064a\u062b\u064a. \u062d\u0645\u062b\u0634\u0633\u062b \u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u0628\u0647\u0645\u062b \u062b\u0631\u064a\u0647\u0631\u0644 \u0647\u0631 <%= fileExtensions %> \u0641\u062e \u0639\u062d\u0645\u062e\u0634\u064a.", + "Only properly formatted .csv files will be accepted.": "\u062e\u0631\u0645\u063a \u062d\u0642\u062e\u062d\u062b\u0642\u0645\u063a \u0628\u062e\u0642\u0648\u0634\u0641\u0641\u062b\u064a .\u0630\u0633\u062f \u0628\u0647\u0645\u062b\u0633 \u0635\u0647\u0645\u0645 \u0632\u062b \u0634\u0630\u0630\u062b\u062d\u0641\u062b\u064a.", + "Only the parent course staff of a CCX can create content groups.": "\u062e\u0631\u0645\u063a \u0641\u0627\u062b \u062d\u0634\u0642\u062b\u0631\u0641 \u0630\u062e\u0639\u0642\u0633\u062b \u0633\u0641\u0634\u0628\u0628 \u062e\u0628 \u0634 \u0630\u0630\u0637 \u0630\u0634\u0631 \u0630\u0642\u062b\u0634\u0641\u062b \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d\u0633.", + "Open Calculator": "\u062e\u062d\u062b\u0631 \u0630\u0634\u0645\u0630\u0639\u0645\u0634\u0641\u062e\u0642", + "Open language menu": "\u062e\u062d\u062b\u0631 \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b \u0648\u062b\u0631\u0639", + "Open the certificate you earned for the %(title)s program.": "\u062e\u062d\u062b\u0631 \u0641\u0627\u062b \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u063a\u062e\u0639 \u062b\u0634\u0642\u0631\u062b\u064a \u0628\u062e\u0642 \u0641\u0627\u062b %(title)s \u062d\u0642\u062e\u0644\u0642\u0634\u0648.", + "Open/download this file": "\u062e\u062d\u062b\u0631/\u064a\u062e\u0635\u0631\u0645\u062e\u0634\u064a \u0641\u0627\u0647\u0633 \u0628\u0647\u0645\u062b", + "OpenAssessment Save Error": "\u062e\u062d\u062b\u0631\u0634\u0633\u0633\u062b\u0633\u0633\u0648\u062b\u0631\u0641 \u0633\u0634\u062f\u062b \u062b\u0642\u0642\u062e\u0642", + "Optional Characteristics": "\u062e\u062d\u0641\u0647\u062e\u0631\u0634\u0645 \u0630\u0627\u0634\u0642\u0634\u0630\u0641\u062b\u0642\u0647\u0633\u0641\u0647\u0630\u0633", + "Optional long description": "\u062e\u062d\u0641\u0647\u062e\u0631\u0634\u0645 \u0645\u062e\u0631\u0644 \u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631", + "Optionally, link your personal accounts to the social media icons on your edX profile.": "\u062e\u062d\u0641\u0647\u062e\u0631\u0634\u0645\u0645\u063a, \u0645\u0647\u0631\u0646 \u063a\u062e\u0639\u0642 \u062d\u062b\u0642\u0633\u062e\u0631\u0634\u0645 \u0634\u0630\u0630\u062e\u0639\u0631\u0641\u0633 \u0641\u062e \u0641\u0627\u062b \u0633\u062e\u0630\u0647\u0634\u0645 \u0648\u062b\u064a\u0647\u0634 \u0647\u0630\u062e\u0631\u0633 \u062e\u0631 \u063a\u062e\u0639\u0642 \u062b\u064a\u0637 \u062d\u0642\u062e\u0628\u0647\u0645\u062b.", + "Options for {license_name}": "\u062e\u062d\u0641\u0647\u062e\u0631\u0633 \u0628\u062e\u0642 {license_name}", + "Order Details": "\u062e\u0642\u064a\u062b\u0642 \u064a\u062b\u0641\u0634\u0647\u0645\u0633", + "Order History": "\u062e\u0642\u064a\u062b\u0642 \u0627\u0647\u0633\u0641\u062e\u0642\u063a", + "Order No.": "\u062e\u0642\u064a\u062b\u0642 \u0631\u062e.", + "Order Number": "\u062e\u0642\u064a\u062b\u0642 \u0631\u0639\u0648\u0632\u062b\u0642", + "Organization": "\u062e\u0642\u0644\u0634\u0631\u0647\u0638\u0634\u0641\u0647\u062e\u0631", + "Organization ": "\u062e\u0642\u0644\u0634\u0631\u0647\u0638\u0634\u0641\u0647\u062e\u0631 ", + "Organization Name": "\u062e\u0642\u0644\u0634\u0631\u0647\u0638\u0634\u0641\u0647\u062e\u0631 \u0631\u0634\u0648\u062b", + "Organization of the signatory": "\u062e\u0642\u0644\u0634\u0631\u0647\u0638\u0634\u0641\u0647\u062e\u0631 \u062e\u0628 \u0641\u0627\u062b \u0633\u0647\u0644\u0631\u0634\u0641\u062e\u0642\u063a", + "Organization:": "\u062e\u0642\u0644\u0634\u0631\u0647\u0638\u0634\u0641\u0647\u062e\u0631:", + "Other": "\u062e\u0641\u0627\u062b\u0642", + "Overall Score": "\u062e\u062f\u062b\u0642\u0634\u0645\u0645 \u0633\u0630\u062e\u0642\u062b", + "PDF Chapters": "\u062d\u064a\u0628 \u0630\u0627\u0634\u062d\u0641\u062b\u0642\u0633", + "Page break": "\u062d\u0634\u0644\u062b \u0632\u0642\u062b\u0634\u0646", + "Page number out of %(total_pages)s": "\u062d\u0634\u0644\u062b \u0631\u0639\u0648\u0632\u062b\u0642 \u062e\u0639\u0641 \u062e\u0628 %(total_pages)s", + "Pagination": "\u062d\u0634\u0644\u0647\u0631\u0634\u0641\u0647\u062e\u0631", + "Paragraph": "\u062d\u0634\u0642\u0634\u0644\u0642\u0634\u062d\u0627", + "Password": "\u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a", + "Password Status": "\u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a \u0633\u0641\u0634\u0641\u0639\u0633", + "Password assistance": "\u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a \u0634\u0633\u0633\u0647\u0633\u0641\u0634\u0631\u0630\u062b", + "Password is incorrect": "\u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a \u0647\u0633 \u0647\u0631\u0630\u062e\u0642\u0642\u062b\u0630\u0641", + "Passwords do not match.": "\u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a\u0633 \u064a\u062e \u0631\u062e\u0641 \u0648\u0634\u0641\u0630\u0627.", + "Paste": "\u062d\u0634\u0633\u0641\u062b", + "Paste as text": "\u062d\u0634\u0633\u0641\u062b \u0634\u0633 \u0641\u062b\u0637\u0641", + "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "\u062d\u0634\u0633\u0641\u062b \u0647\u0633 \u0631\u062e\u0635 \u0647\u0631 \u062d\u0645\u0634\u0647\u0631 \u0641\u062b\u0637\u0641 \u0648\u062e\u064a\u062b. \u0630\u062e\u0631\u0641\u062b\u0631\u0641\u0633 \u0635\u0647\u0645\u0645 \u0631\u062e\u0635 \u0632\u062b \u062d\u0634\u0633\u0641\u062b\u064a \u0634\u0633 \u062d\u0645\u0634\u0647\u0631 \u0641\u062b\u0637\u0641 \u0639\u0631\u0641\u0647\u0645 \u063a\u062e\u0639 \u0641\u062e\u0644\u0644\u0645\u062b \u0641\u0627\u0647\u0633 \u062e\u062d\u0641\u0647\u062e\u0631 \u062e\u0628\u0628.", + "Paste row after": "\u062d\u0634\u0633\u0641\u062b \u0642\u062e\u0635 \u0634\u0628\u0641\u062b\u0642", + "Paste row before": "\u062d\u0634\u0633\u0641\u062b \u0642\u062e\u0635 \u0632\u062b\u0628\u062e\u0642\u062b", + "Paste your embed code below:": "\u062d\u0634\u0633\u0641\u062b \u063a\u062e\u0639\u0642 \u062b\u0648\u0632\u062b\u064a \u0630\u062e\u064a\u062b \u0632\u062b\u0645\u062e\u0635:", + "Path to Signature Image": "\u062d\u0634\u0641\u0627 \u0641\u062e \u0633\u0647\u0644\u0631\u0634\u0641\u0639\u0642\u062b \u0647\u0648\u0634\u0644\u062b", + "Pause": "\u062d\u0634\u0639\u0633\u062b", + "Photo": "\u062d\u0627\u062e\u0641\u062e", + "Photo Captured successfully.": "\u062d\u0627\u062e\u0641\u062e \u0630\u0634\u062d\u0641\u0639\u0642\u062b\u064a \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a.", + "Photo ID": "\u062d\u0627\u062e\u0641\u062e \u0647\u064a", + "Photo Identification": "\u062d\u0627\u062e\u0641\u062e \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631", + "Photo Verification": "\u062d\u0627\u062e\u0641\u062e \u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631", + "Photo of %(fullName)s": "\u062d\u0627\u062e\u0641\u062e \u062e\u0628 %(fullName)s", + "Photo of %(fullName)s's ID": "\u062d\u0627\u062e\u0641\u062e \u062e\u0628 %(fullName)s'\u0633 \u0647\u064a", + "Photo requirements:": "\u062d\u0627\u062e\u0641\u062e \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u0648\u062b\u0631\u0641\u0633:", + "Photos don't meet the requirements?": "\u062d\u0627\u062e\u0641\u062e\u0633 \u064a\u062e\u0631'\u0641 \u0648\u062b\u062b\u0641 \u0641\u0627\u062b \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u0648\u062b\u0631\u0641\u0633?", + "Placeholder": "\u062d\u0645\u0634\u0630\u062b\u0627\u062e\u0645\u064a\u062b\u0642", + "Play": "\u062d\u0645\u0634\u063a", + "Play video": "\u062d\u0645\u0634\u063a \u062f\u0647\u064a\u062b\u062e", + "Please Note": "\u062d\u0645\u062b\u0634\u0633\u062b \u0631\u062e\u0641\u062b", + "Please add a photo of the instructor (Note: only JPEG or PNG format supported)": "\u062d\u0645\u062b\u0634\u0633\u062b \u0634\u064a\u064a \u0634 \u062d\u0627\u062e\u0641\u062e \u062e\u0628 \u0641\u0627\u062b \u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u062e\u0642 (\u0631\u062e\u0641\u062b: \u062e\u0631\u0645\u063a \u062a\u062d\u062b\u0644 \u062e\u0642 \u062d\u0631\u0644 \u0628\u062e\u0642\u0648\u0634\u0641 \u0633\u0639\u062d\u062d\u062e\u0642\u0641\u062b\u064a)", + "Please add at least one chapter": "\u062d\u0645\u062b\u0634\u0633\u062b \u0634\u064a\u064a \u0634\u0641 \u0645\u062b\u0634\u0633\u0641 \u062e\u0631\u062b \u0630\u0627\u0634\u062d\u0641\u062b\u0642", + "Please add the institute where the instructor is associated": "\u062d\u0645\u062b\u0634\u0633\u062b \u0634\u064a\u064a \u0641\u0627\u062b \u0647\u0631\u0633\u0641\u0647\u0641\u0639\u0641\u062b \u0635\u0627\u062b\u0642\u062b \u0641\u0627\u062b \u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u062e\u0642 \u0647\u0633 \u0634\u0633\u0633\u062e\u0630\u0647\u0634\u0641\u062b\u064a", + "Please add the instructor's biography": "\u062d\u0645\u062b\u0634\u0633\u062b \u0634\u064a\u064a \u0641\u0627\u062b \u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u062e\u0642'\u0633 \u0632\u0647\u062e\u0644\u0642\u0634\u062d\u0627\u063a", + "Please add the instructor's name": "\u062d\u0645\u062b\u0634\u0633\u062b \u0634\u064a\u064a \u0641\u0627\u062b \u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u062e\u0642'\u0633 \u0631\u0634\u0648\u062b", + "Please add the instructor's title": "\u062d\u0645\u062b\u0634\u0633\u062b \u0634\u064a\u064a \u0641\u0627\u062b \u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u062e\u0642'\u0633 \u0641\u0647\u0641\u0645\u062b", + "Please address the errors on this page first, and then save your progress.": "\u062d\u0645\u062b\u0634\u0633\u062b \u0634\u064a\u064a\u0642\u062b\u0633\u0633 \u0641\u0627\u062b \u062b\u0642\u0642\u062e\u0642\u0633 \u062e\u0631 \u0641\u0627\u0647\u0633 \u062d\u0634\u0644\u062b \u0628\u0647\u0642\u0633\u0641, \u0634\u0631\u064a \u0641\u0627\u062b\u0631 \u0633\u0634\u062f\u062b \u063a\u062e\u0639\u0642 \u062d\u0642\u062e\u0644\u0642\u062b\u0633\u0633.", + "Please check the following validation feedbacks and reflect them in your course settings:": "\u062d\u0645\u062b\u0634\u0633\u062b \u0630\u0627\u062b\u0630\u0646 \u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u062f\u0634\u0645\u0647\u064a\u0634\u0641\u0647\u062e\u0631 \u0628\u062b\u062b\u064a\u0632\u0634\u0630\u0646\u0633 \u0634\u0631\u064a \u0642\u062b\u0628\u0645\u062b\u0630\u0641 \u0641\u0627\u062b\u0648 \u0647\u0631 \u063a\u062e\u0639\u0642 \u0630\u062e\u0639\u0642\u0633\u062b \u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633:", + "Please describe this image or agree that it has no contextual value by checking the checkbox.": "\u062d\u0645\u062b\u0634\u0633\u062b \u064a\u062b\u0633\u0630\u0642\u0647\u0632\u062b \u0641\u0627\u0647\u0633 \u0647\u0648\u0634\u0644\u062b \u062e\u0642 \u0634\u0644\u0642\u062b\u062b \u0641\u0627\u0634\u0641 \u0647\u0641 \u0627\u0634\u0633 \u0631\u062e \u0630\u062e\u0631\u0641\u062b\u0637\u0641\u0639\u0634\u0645 \u062f\u0634\u0645\u0639\u062b \u0632\u063a \u0630\u0627\u062b\u0630\u0646\u0647\u0631\u0644 \u0641\u0627\u062b \u0630\u0627\u062b\u0630\u0646\u0632\u062e\u0637.", + "Please do not use any spaces in this field.": "\u062d\u0645\u062b\u0634\u0633\u062b \u064a\u062e \u0631\u062e\u0641 \u0639\u0633\u062b \u0634\u0631\u063a \u0633\u062d\u0634\u0630\u062b\u0633 \u0647\u0631 \u0641\u0627\u0647\u0633 \u0628\u0647\u062b\u0645\u064a.", + "Please do not use any spaces or special characters in this field.": "\u062d\u0645\u062b\u0634\u0633\u062b \u064a\u062e \u0631\u062e\u0641 \u0639\u0633\u062b \u0634\u0631\u063a \u0633\u062d\u0634\u0630\u062b\u0633 \u062e\u0642 \u0633\u062d\u062b\u0630\u0647\u0634\u0645 \u0630\u0627\u0634\u0642\u0634\u0630\u0641\u062b\u0642\u0633 \u0647\u0631 \u0641\u0627\u0647\u0633 \u0628\u0647\u062b\u0645\u064a.", + "Please enter a problem location.": "\u062d\u0645\u062b\u0634\u0633\u062b \u062b\u0631\u0641\u062b\u0642 \u0634 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0645\u062e\u0630\u0634\u0641\u0647\u062e\u0631.", + "Please enter a score.": "\u062d\u0645\u062b\u0634\u0633\u062b \u062b\u0631\u0641\u062b\u0642 \u0634 \u0633\u0630\u062e\u0642\u062b.", + "Please enter a student email address or username.": "\u062d\u0645\u062b\u0634\u0633\u062b \u062b\u0631\u0641\u062b\u0642 \u0634 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 \u062e\u0642 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b.", + "Please enter a term in the {anchorStart} search field{anchorEnd}.": "\u062d\u0645\u062b\u0634\u0633\u062b \u062b\u0631\u0641\u062b\u0642 \u0634 \u0641\u062b\u0642\u0648 \u0647\u0631 \u0641\u0627\u062b {anchorStart} \u0633\u062b\u0634\u0642\u0630\u0627 \u0628\u0647\u062b\u0645\u064a{anchorEnd}.", + "Please enter a username or email.": "\u062d\u0645\u062b\u0634\u0633\u062b \u062b\u0631\u0641\u062b\u0642 \u0634 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b \u062e\u0642 \u062b\u0648\u0634\u0647\u0645.", + "Please enter a valid donation amount.": "\u062d\u0645\u062b\u0634\u0633\u062b \u062b\u0631\u0641\u062b\u0642 \u0634 \u062f\u0634\u0645\u0647\u064a \u064a\u062e\u0631\u0634\u0641\u0647\u062e\u0631 \u0634\u0648\u062e\u0639\u0631\u0641.", + "Please enter an integer between %(min)s and %(max)s.": "\u062d\u0645\u062b\u0634\u0633\u062b \u062b\u0631\u0641\u062b\u0642 \u0634\u0631 \u0647\u0631\u0641\u062b\u0644\u062b\u0642 \u0632\u062b\u0641\u0635\u062b\u062b\u0631 %(min)s \u0634\u0631\u064a %(max)s.", + "Please enter an integer between 0 and 100.": "\u062d\u0645\u062b\u0634\u0633\u062b \u062b\u0631\u0641\u062b\u0642 \u0634\u0631 \u0647\u0631\u0641\u062b\u0644\u062b\u0642 \u0632\u062b\u0641\u0635\u062b\u062b\u0631 0 \u0634\u0631\u064a 100.", + "Please enter an integer greater than 0.": "\u062d\u0645\u062b\u0634\u0633\u062b \u062b\u0631\u0641\u062b\u0642 \u0634\u0631 \u0647\u0631\u0641\u062b\u0644\u062b\u0642 \u0644\u0642\u062b\u0634\u0641\u062b\u0642 \u0641\u0627\u0634\u0631 0.", + "Please enter non-negative integer.": "\u062d\u0645\u062b\u0634\u0633\u062b \u062b\u0631\u0641\u062b\u0642 \u0631\u062e\u0631-\u0631\u062b\u0644\u0634\u0641\u0647\u062f\u062b \u0647\u0631\u0641\u062b\u0644\u062b\u0642.", + "Please enter valid start date and time.": "\u062d\u0645\u062b\u0634\u0633\u062b \u062b\u0631\u0641\u062b\u0642 \u062f\u0634\u0645\u0647\u064a \u0633\u0641\u0634\u0642\u0641 \u064a\u0634\u0641\u062b \u0634\u0631\u064a \u0641\u0647\u0648\u062b.", + "Please enter your %(field)s.": "\u062d\u0645\u062b\u0634\u0633\u062b \u062b\u0631\u0641\u062b\u0642 \u063a\u062e\u0639\u0642 %(field)s.", + "Please enter your log-in or recovery email address below and we will send you an email with instructions.": "\u062d\u0645\u062b\u0634\u0633\u062b \u062b\u0631\u0641\u062b\u0642 \u063a\u062e\u0639\u0642 \u0645\u062e\u0644-\u0647\u0631 \u062e\u0642 \u0642\u062b\u0630\u062e\u062f\u062b\u0642\u063a \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 \u0632\u062b\u0645\u062e\u0635 \u0634\u0631\u064a \u0635\u062b \u0635\u0647\u0645\u0645 \u0633\u062b\u0631\u064a \u063a\u062e\u0639 \u0634\u0631 \u062b\u0648\u0634\u0647\u0645 \u0635\u0647\u0641\u0627 \u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u0647\u062e\u0631\u0633.", + "Please fix the following errors:": "\u062d\u0645\u062b\u0634\u0633\u062b \u0628\u0647\u0637 \u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u062b\u0642\u0642\u062e\u0642\u0633:", + "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "\u062d\u0645\u062b\u0634\u0633\u062b \u0628\u062e\u0645\u0645\u062e\u0635 \u0641\u0627\u062b \u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u0647\u062e\u0631\u0633 \u0627\u062b\u0642\u062b \u0641\u062e \u0639\u062d\u0645\u062e\u0634\u064a \u0634 \u0628\u0647\u0645\u062b \u062b\u0645\u0633\u062b\u0635\u0627\u062b\u0642\u062b \u0634\u0631\u064a \u0645\u0647\u0631\u0646 \u0641\u062e \u0647\u0641: {maxFileSizeRedirectUrl}", + "Please note: Deletion of your account and personal data is permanent and cannot be undone. {platformName} will not be able to recover your account or the data that is deleted.": "\u062d\u0645\u062b\u0634\u0633\u062b \u0631\u062e\u0641\u062b: \u064a\u062b\u0645\u062b\u0641\u0647\u062e\u0631 \u062e\u0628 \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0634\u0631\u064a \u062d\u062b\u0642\u0633\u062e\u0631\u0634\u0645 \u064a\u0634\u0641\u0634 \u0647\u0633 \u062d\u062b\u0642\u0648\u0634\u0631\u062b\u0631\u0641 \u0634\u0631\u064a \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0639\u0631\u064a\u062e\u0631\u062b. {platformName} \u0635\u0647\u0645\u0645 \u0631\u062e\u0641 \u0632\u062b \u0634\u0632\u0645\u062b \u0641\u062e \u0642\u062b\u0630\u062e\u062f\u062b\u0642 \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u062e\u0642 \u0641\u0627\u062b \u064a\u0634\u0641\u0634 \u0641\u0627\u0634\u0641 \u0647\u0633 \u064a\u062b\u0645\u062b\u0641\u062b\u064a.", + "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "\u062d\u0645\u062b\u0634\u0633\u062b \u062d\u0642\u0647\u0631\u0641 \u0641\u0627\u0647\u0633 \u062d\u0634\u0644\u062b \u0628\u062e\u0642 \u063a\u062e\u0639\u0642 \u0642\u062b\u0630\u062e\u0642\u064a\u0633; \u0647\u0641 \u0633\u062b\u0642\u062f\u062b\u0633 \u0634\u0633 \u063a\u062e\u0639\u0642 \u0642\u062b\u0630\u062b\u0647\u062d\u0641. \u063a\u062e\u0639 \u0635\u0647\u0645\u0645 \u0634\u0645\u0633\u062e \u0642\u062b\u0630\u062b\u0647\u062f\u062b \u0634\u0631 \u062b\u0648\u0634\u0647\u0645 \u0635\u0647\u0641\u0627 \u0641\u0627\u062b \u0633\u0634\u0648\u062b \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631.", + "Please provide a description of the link destination.": "\u062d\u0645\u062b\u0634\u0633\u062b \u062d\u0642\u062e\u062f\u0647\u064a\u062b \u0634 \u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631 \u062e\u0628 \u0641\u0627\u062b \u0645\u0647\u0631\u0646 \u064a\u062b\u0633\u0641\u0647\u0631\u0634\u0641\u0647\u062e\u0631.", + "Please provide a valid URL.": "\u062d\u0645\u062b\u0634\u0633\u062b \u062d\u0642\u062e\u062f\u0647\u064a\u062b \u0634 \u062f\u0634\u0645\u0647\u064a \u0639\u0642\u0645.", + "Please re-enter your password.": "\u062d\u0645\u062b\u0634\u0633\u062b \u0642\u062b-\u062b\u0631\u0641\u062b\u0642 \u063a\u062e\u0639\u0642 \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a.", + "Please select a PDF file to upload.": "\u062d\u0645\u062b\u0634\u0633\u062b \u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u062d\u064a\u0628 \u0628\u0647\u0645\u062b \u0641\u062e \u0639\u062d\u0645\u062e\u0634\u064a.", + "Please select a file in .srt format.": "\u062d\u0645\u062b\u0634\u0633\u062b \u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u0628\u0647\u0645\u062b \u0647\u0631 .\u0633\u0642\u0641 \u0628\u062e\u0642\u0648\u0634\u0641.", + "Please specify a reason.": "\u062d\u0645\u062b\u0634\u0633\u062b \u0633\u062d\u062b\u0630\u0647\u0628\u063a \u0634 \u0642\u062b\u0634\u0633\u062e\u0631.", + "Please verify that you have uploaded a valid image (PNG and JPEG).": "\u062d\u0645\u062b\u0634\u0633\u062b \u062f\u062b\u0642\u0647\u0628\u063a \u0641\u0627\u0634\u0641 \u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u0639\u062d\u0645\u062e\u0634\u064a\u062b\u064a \u0634 \u062f\u0634\u0645\u0647\u064a \u0647\u0648\u0634\u0644\u062b (\u062d\u0631\u0644 \u0634\u0631\u064a \u062a\u062d\u062b\u0644).", + "Please verify that your webcam is connected and that you have allowed your browser to access it.": "\u062d\u0645\u062b\u0634\u0633\u062b \u062f\u062b\u0642\u0647\u0628\u063a \u0641\u0627\u0634\u0641 \u063a\u062e\u0639\u0642 \u0635\u062b\u0632\u0630\u0634\u0648 \u0647\u0633 \u0630\u062e\u0631\u0631\u062b\u0630\u0641\u062b\u064a \u0634\u0631\u064a \u0641\u0627\u0634\u0641 \u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u0634\u0645\u0645\u062e\u0635\u062b\u064a \u063a\u062e\u0639\u0642 \u0632\u0642\u062e\u0635\u0633\u062b\u0642 \u0641\u062e \u0634\u0630\u0630\u062b\u0633\u0633 \u0647\u0641.", + "Plugins": "\u062d\u0645\u0639\u0644\u0647\u0631\u0633", + "Post": "\u062d\u062e\u0633\u0641", + "Poster": "\u062d\u062e\u0633\u0641\u062b\u0642", + "Practice Proctored": "\u062d\u0642\u0634\u0630\u0641\u0647\u0630\u062b \u062d\u0642\u062e\u0630\u0641\u062e\u0642\u062b\u064a", + "Practice proctored Exam": "\u062d\u0642\u0634\u0630\u0641\u0647\u0630\u062b \u062d\u0642\u062e\u0630\u0641\u062e\u0642\u062b\u064a \u062b\u0637\u0634\u0648", + "Pre": "\u062d\u0642\u062b", + "Preferred Language": "\u062d\u0642\u062b\u0628\u062b\u0642\u0642\u062b\u064a \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b", + "Preformatted": "\u062d\u0642\u062b\u0628\u062e\u0642\u0648\u0634\u0641\u0641\u062b\u064a", + "Prerequisite:": "\u062d\u0642\u062b\u0642\u062b\u0636\u0639\u0647\u0633\u0647\u0641\u062b:", + "Prerequisite: %(prereq_display_name)s": "\u062d\u0642\u062b\u0642\u062b\u0636\u0639\u0647\u0633\u0647\u0641\u062b: %(prereq_display_name)s", + "Press Add to language": "\u062d\u0642\u062b\u0633\u0633 \u0634\u064a\u064a \u0641\u062e \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b", + "Press Remove to remove language": "\u062d\u0642\u062b\u0633\u0633 \u0642\u062b\u0648\u062e\u062f\u062b \u0641\u062e \u0642\u062b\u0648\u062e\u062f\u062b \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b", + "Press UP to enter the speed menu then use the UP and DOWN arrow keys to navigate the different speeds, then press ENTER to change to the selected speed.": "\u062d\u0642\u062b\u0633\u0633 \u0639\u062d \u0641\u062e \u062b\u0631\u0641\u062b\u0642 \u0641\u0627\u062b \u0633\u062d\u062b\u062b\u064a \u0648\u062b\u0631\u0639 \u0641\u0627\u062b\u0631 \u0639\u0633\u062b \u0641\u0627\u062b \u0639\u062d \u0634\u0631\u064a \u064a\u062e\u0635\u0631 \u0634\u0642\u0642\u062e\u0635 \u0646\u062b\u063a\u0633 \u0641\u062e \u0631\u0634\u062f\u0647\u0644\u0634\u0641\u062b \u0641\u0627\u062b \u064a\u0647\u0628\u0628\u062b\u0642\u062b\u0631\u0641 \u0633\u062d\u062b\u062b\u064a\u0633, \u0641\u0627\u062b\u0631 \u062d\u0642\u062b\u0633\u0633 \u062b\u0631\u0641\u062b\u0642 \u0641\u062e \u0630\u0627\u0634\u0631\u0644\u062b \u0641\u062e \u0641\u0627\u062b \u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a \u0633\u062d\u062b\u062b\u064a.", + "Press change to change selected transcript provider.": "\u062d\u0642\u062b\u0633\u0633 \u0630\u0627\u0634\u0631\u0644\u062b \u0641\u062e \u0630\u0627\u0634\u0631\u0644\u062b \u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u062d\u0642\u062e\u062f\u0647\u064a\u062b\u0642.", + "Press close to hide course video settings": "\u062d\u0642\u062b\u0633\u0633 \u0630\u0645\u062e\u0633\u062b \u0641\u062e \u0627\u0647\u064a\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u062f\u0647\u064a\u062b\u062e \u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633", + "Press discard changes to discard changes.": "\u062d\u0642\u062b\u0633\u0633 \u064a\u0647\u0633\u0630\u0634\u0642\u064a \u0630\u0627\u0634\u0631\u0644\u062b\u0633 \u0641\u062e \u064a\u0647\u0633\u0630\u0634\u0642\u064a \u0630\u0627\u0634\u0631\u0644\u062b\u0633.", + "Press discard changes to discard your changes.": "\u062d\u0642\u062b\u0633\u0633 \u064a\u0647\u0633\u0630\u0634\u0642\u064a \u0630\u0627\u0634\u0631\u0644\u062b\u0633 \u0641\u062e \u064a\u0647\u0633\u0630\u0634\u0642\u064a \u063a\u062e\u0639\u0642 \u0630\u0627\u0634\u0631\u0644\u062b\u0633.", + "Press the UP arrow key to enter the language menu then use UP and DOWN arrow keys to navigate language options. Press ENTER to change to the selected language.": "\u062d\u0642\u062b\u0633\u0633 \u0641\u0627\u062b \u0639\u062d \u0634\u0642\u0642\u062e\u0635 \u0646\u062b\u063a \u0641\u062e \u062b\u0631\u0641\u062b\u0642 \u0641\u0627\u062b \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b \u0648\u062b\u0631\u0639 \u0641\u0627\u062b\u0631 \u0639\u0633\u062b \u0639\u062d \u0634\u0631\u064a \u064a\u062e\u0635\u0631 \u0634\u0642\u0642\u062e\u0635 \u0646\u062b\u063a\u0633 \u0641\u062e \u0631\u0634\u062f\u0647\u0644\u0634\u0641\u062b \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b \u062e\u062d\u0641\u0647\u062e\u0631\u0633. \u062d\u0642\u062b\u0633\u0633 \u062b\u0631\u0641\u062b\u0642 \u0641\u062e \u0630\u0627\u0634\u0631\u0644\u062b \u0641\u062e \u0641\u0627\u062b \u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b.", + "Press update settings to update course video settings": "\u062d\u0642\u062b\u0633\u0633 \u0639\u062d\u064a\u0634\u0641\u062b \u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633 \u0641\u062e \u0639\u062d\u064a\u0634\u0641\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u062f\u0647\u064a\u062b\u062e \u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633", + "Press update settings to update the information for your organization.": "\u062d\u0642\u062b\u0633\u0633 \u0639\u062d\u064a\u0634\u0641\u062b \u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633 \u0641\u062e \u0639\u062d\u064a\u0634\u0641\u062b \u0641\u0627\u062b \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u0628\u062e\u0642 \u063a\u062e\u0639\u0642 \u062e\u0642\u0644\u0634\u0631\u0647\u0638\u0634\u0641\u0647\u062e\u0631.", + "Prev": "\u062d\u0642\u062b\u062f", + "Prevent students from generating certificates in this course?": "\u062d\u0642\u062b\u062f\u062b\u0631\u0641 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633 \u0628\u0642\u062e\u0648 \u0644\u062b\u0631\u062b\u0642\u0634\u0641\u0647\u0631\u0644 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633 \u0647\u0631 \u0641\u0627\u0647\u0633 \u0630\u062e\u0639\u0642\u0633\u062b?", + "Preview": "\u062d\u0642\u062b\u062f\u0647\u062b\u0635", + "Preview Certificate": "\u062d\u0642\u062b\u062f\u0647\u062b\u0635 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b", + "Preview of uploaded image": "\u062d\u0642\u062b\u062f\u0647\u062b\u0635 \u062e\u0628 \u0639\u062d\u0645\u062e\u0634\u064a\u062b\u064a \u0647\u0648\u0634\u0644\u062b", + "Preview this query": "\u062d\u0642\u062b\u062f\u0647\u062b\u0635 \u0641\u0627\u0647\u0633 \u0636\u0639\u062b\u0642\u063a", + "Previous": "\u062d\u0642\u062b\u062f\u0647\u062e\u0639\u0633", + "Previous Uploads": "\u062d\u0642\u062b\u062f\u0647\u062e\u0639\u0633 \u0639\u062d\u0645\u062e\u0634\u064a\u0633", + "Previous Uploads table has been updated.": "\u062d\u0642\u062b\u062f\u0647\u062e\u0639\u0633 \u0639\u062d\u0645\u062e\u0634\u064a\u0633 \u0641\u0634\u0632\u0645\u062b \u0627\u0634\u0633 \u0632\u062b\u062b\u0631 \u0639\u062d\u064a\u0634\u0641\u062b\u064a.", + "Previously published": "\u062d\u0642\u062b\u062f\u0647\u062e\u0639\u0633\u0645\u063a \u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a", + "Print": "\u062d\u0642\u0647\u0631\u0641", + "Processing Re-run Request": "\u062d\u0642\u062e\u0630\u062b\u0633\u0633\u0647\u0631\u0644 \u0642\u062b-\u0642\u0639\u0631 \u0642\u062b\u0636\u0639\u062b\u0633\u0641", + "Proctored": "\u062d\u0642\u062e\u0630\u0641\u062e\u0642\u062b\u064a", + "Proctored Exam": "\u062d\u0642\u062e\u0630\u0641\u062e\u0642\u062b\u064a \u062b\u0637\u0634\u0648", + "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.": "\u062d\u0642\u062e\u0630\u0641\u062e\u0642\u062b\u064a \u062b\u0637\u0634\u0648\u0633 \u0634\u0642\u062b \u0641\u0647\u0648\u062b\u064a \u0634\u0631\u064a \u0641\u0627\u062b\u063a \u0642\u062b\u0630\u062e\u0642\u064a \u062f\u0647\u064a\u062b\u062e \u062e\u0628 \u062b\u0634\u0630\u0627 \u0645\u062b\u0634\u0642\u0631\u062b\u0642 \u0641\u0634\u0646\u0647\u0631\u0644 \u0641\u0627\u062b \u062b\u0637\u0634\u0648. \u0641\u0627\u062b \u062f\u0647\u064a\u062b\u062e\u0633 \u0634\u0642\u062b \u0641\u0627\u062b\u0631 \u0642\u062b\u062f\u0647\u062b\u0635\u062b\u064a \u0641\u062e \u062b\u0631\u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0628\u062e\u0645\u0645\u062e\u0635 \u0634\u0645\u0645 \u062b\u0637\u0634\u0648\u0647\u0631\u0634\u0641\u0647\u062e\u0631 \u0642\u0639\u0645\u062b\u0633.", + "Proctoring": "\u062d\u0642\u062e\u0630\u0641\u062e\u0642\u0647\u0631\u0644", + "Proctoring Settings": "\u062d\u0642\u062e\u0630\u0641\u062e\u0642\u0647\u0631\u0644 \u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633", + "Product Name": "\u062d\u0642\u062e\u064a\u0639\u0630\u0641 \u0631\u0634\u0648\u062b", + "Professional Certificate for {courseName}": "\u062d\u0642\u062e\u0628\u062b\u0633\u0633\u0647\u062e\u0631\u0634\u0645 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0628\u062e\u0642 {courseName}", + "Professional Education": "\u062d\u0642\u062e\u0628\u062b\u0633\u0633\u0647\u062e\u0631\u0634\u0645 \u062b\u064a\u0639\u0630\u0634\u0641\u0647\u062e\u0631", + "Professional Education Verified Certificate": "\u062d\u0642\u062e\u0628\u062b\u0633\u0633\u0647\u062e\u0631\u0634\u0645 \u062b\u064a\u0639\u0630\u0634\u0641\u0647\u062e\u0631 \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b", + "Profile": "\u062d\u0642\u062e\u0628\u0647\u0645\u062b", + "Profile Image": "\u062d\u0642\u062e\u0628\u0647\u0645\u062b \u0647\u0648\u0634\u0644\u062b", + "Profile Visibility:": "\u062d\u0642\u062e\u0628\u0647\u0645\u062b \u062f\u0647\u0633\u0647\u0632\u0647\u0645\u0647\u0641\u063a:", + "Profile image for {username}": "\u062d\u0642\u062e\u0628\u0647\u0645\u062b \u0647\u0648\u0634\u0644\u062b \u0628\u062e\u0642 {username}", + "Program Record": "\u062d\u0642\u062e\u0644\u0642\u0634\u0648 \u0642\u062b\u0630\u062e\u0642\u064a", + "Promote another member to Admin to remove your admin rights": "\u062d\u0642\u062e\u0648\u062e\u0641\u062b \u0634\u0631\u062e\u0641\u0627\u062b\u0642 \u0648\u062b\u0648\u0632\u062b\u0642 \u0641\u062e \u0634\u064a\u0648\u0647\u0631 \u0641\u062e \u0642\u062b\u0648\u062e\u062f\u062b \u063a\u062e\u0639\u0642 \u0634\u064a\u0648\u0647\u0631 \u0642\u0647\u0644\u0627\u0641\u0633", + "Provisional": "\u062d\u0642\u062e\u062f\u0647\u0633\u0647\u062e\u0631\u0634\u0645", + "Provisionally Supported": "\u062d\u0642\u062e\u062f\u0647\u0633\u0647\u062e\u0631\u0634\u0645\u0645\u063a \u0633\u0639\u062d\u062d\u062e\u0642\u0641\u062b\u064a", + "Publish": "\u062d\u0639\u0632\u0645\u0647\u0633\u0627", + "Publish all unpublished changes for this {item}?": "\u062d\u0639\u0632\u0645\u0647\u0633\u0627 \u0634\u0645\u0645 \u0639\u0631\u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a \u0630\u0627\u0634\u0631\u0644\u062b\u0633 \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 {item}?", + "Publish {display_name}": "\u062d\u0639\u0632\u0645\u0647\u0633\u0627 {display_name}", + "Published (not yet released)": "\u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a (\u0631\u062e\u0641 \u063a\u062b\u0641 \u0642\u062b\u0645\u062b\u0634\u0633\u062b\u064a)", + "Published and Live": "\u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a \u0634\u0631\u064a \u0645\u0647\u062f\u062b", + "Publishing": "\u062d\u0639\u0632\u0645\u0647\u0633\u0627\u0647\u0631\u0644", + "Publishing Status": "\u062d\u0639\u0632\u0645\u0647\u0633\u0627\u0647\u0631\u0644 \u0633\u0641\u0634\u0641\u0639\u0633", + "Queued": "\u0636\u0639\u062b\u0639\u062b\u064a", + "REMAINING COURSES": "\u0642\u062b\u0648\u0634\u0647\u0631\u0647\u0631\u0644 \u0630\u062e\u0639\u0642\u0633\u062b\u0633", + "Re-run Course": "\u0642\u062b-\u0642\u0639\u0631 \u0630\u062e\u0639\u0642\u0633\u062b", + "Read More": "\u0642\u062b\u0634\u064a \u0648\u062e\u0642\u062b", + "Read more": "\u0642\u062b\u0634\u064a \u0648\u062e\u0642\u062b", + "Reason": "\u0642\u062b\u0634\u0633\u062e\u0631", + "Reason field should not be left blank.": "\u0642\u062b\u0634\u0633\u062e\u0631 \u0628\u0647\u062b\u0645\u064a \u0633\u0627\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0645\u062b\u0628\u0641 \u0632\u0645\u0634\u0631\u0646.", + "Reason for change:": "\u0642\u062b\u0634\u0633\u062e\u0631 \u0628\u062e\u0642 \u0630\u0627\u0634\u0631\u0644\u062b:", + "Receive updates": "\u0642\u062b\u0630\u062b\u0647\u062f\u062b \u0639\u062d\u064a\u0634\u0641\u062b\u0633", + "Recent Activity": "\u0642\u062b\u0630\u062b\u0631\u0641 \u0634\u0630\u0641\u0647\u062f\u0647\u0641\u063a", + "Recommended image resolution is {imageResolution}, maximum image file size should be {maxFileSize} and format must be one of {supportedImageFormats}.": "\u0642\u062b\u0630\u062e\u0648\u0648\u062b\u0631\u064a\u062b\u064a \u0647\u0648\u0634\u0644\u062b \u0642\u062b\u0633\u062e\u0645\u0639\u0641\u0647\u062e\u0631 \u0647\u0633 {imageResolution}, \u0648\u0634\u0637\u0647\u0648\u0639\u0648 \u0647\u0648\u0634\u0644\u062b \u0628\u0647\u0645\u062b \u0633\u0647\u0638\u062b \u0633\u0627\u062e\u0639\u0645\u064a \u0632\u062b {maxFileSize} \u0634\u0631\u064a \u0628\u062e\u0642\u0648\u0634\u0641 \u0648\u0639\u0633\u0641 \u0632\u062b \u062e\u0631\u062b \u062e\u0628 {supportedImageFormats}.", + "Recover my password": "\u0642\u062b\u0630\u062e\u062f\u062b\u0642 \u0648\u063a \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a", + "Recovery Email Address": "\u0642\u062b\u0630\u062e\u062f\u062b\u0642\u063a \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633", + "Redo": "\u0642\u062b\u064a\u062e", + "Redo (Ctrl+Shift+Z)": "\u0642\u062b\u064a\u062e (\u0630\u0641\u0642\u0645+\u0633\u0627\u0647\u0628\u0641+\u0638)", + "Redo (Ctrl+Y)": "\u0642\u062b\u064a\u062e (\u0630\u0641\u0642\u0645+\u063a)", + "Regenerate": "\u0642\u062b\u0644\u062b\u0631\u062b\u0642\u0634\u0641\u062b", + "Regenerate the user's certificate": "\u0642\u062b\u0644\u062b\u0631\u062b\u0642\u0634\u0641\u062b \u0641\u0627\u062b \u0639\u0633\u062b\u0642'\u0633 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b", + "Register with Institution/Campus Credentials": "\u0642\u062b\u0644\u0647\u0633\u0641\u062b\u0642 \u0635\u0647\u0641\u0627 \u0647\u0631\u0633\u0641\u0647\u0641\u0639\u0641\u0647\u062e\u0631/\u0630\u0634\u0648\u062d\u0639\u0633 \u0630\u0642\u062b\u064a\u062b\u0631\u0641\u0647\u0634\u0645\u0633", + "Release Date and Time": "\u0642\u062b\u0645\u062b\u0634\u0633\u062b \u064a\u0634\u0641\u062b \u0634\u0631\u064a \u0641\u0647\u0648\u062b", + "Release Date:": "\u0642\u062b\u0645\u062b\u0634\u0633\u062b \u064a\u0634\u0641\u062b:", + "Release Status:": "\u0642\u062b\u0645\u062b\u0634\u0633\u062b \u0633\u0641\u0634\u0641\u0639\u0633:", + "Release Time in UTC:": "\u0642\u062b\u0645\u062b\u0634\u0633\u062b \u0641\u0647\u0648\u062b \u0647\u0631 \u0639\u0641\u0630:", + "Release:": "\u0642\u062b\u0645\u062b\u0634\u0633\u062b:", + "Released:": "\u0642\u062b\u0645\u062b\u0634\u0633\u062b\u064a:", + "Remaining": "\u0642\u062b\u0648\u0634\u0647\u0631\u0647\u0631\u0644", + "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "\u0642\u062b\u0648\u062e\u062f\u0634\u0645 \u0647\u0633 \u0647\u0631 \u062d\u0642\u062e\u0644\u0642\u062b\u0633\u0633. \u0641\u062e \u0634\u062f\u062e\u0647\u064a \u062b\u0642\u0642\u062e\u0642\u0633, \u0633\u0641\u0634\u063a \u062e\u0631 \u0641\u0627\u0647\u0633 \u062d\u0634\u0644\u062b \u0639\u0631\u0641\u0647\u0645 \u0641\u0627\u062b \u062d\u0642\u062e\u0630\u062b\u0633\u0633 \u0647\u0633 \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b.", + "Remove": "\u0642\u062b\u0648\u062e\u062f\u062b", + "Remove Transcript": "\u0642\u062b\u0648\u062e\u062f\u062b \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641", + "Remove chapter %(chapterDisplayName)s": "\u0642\u062b\u0648\u062e\u062f\u062b \u0630\u0627\u0634\u062d\u0641\u062b\u0642 %(chapterDisplayName)s", + "Remove file": "\u0642\u062b\u0648\u062e\u062f\u062b \u0628\u0647\u0645\u062b", + "Remove from Invalidation Table": "\u0642\u062b\u0648\u062e\u062f\u062b \u0628\u0642\u062e\u0648 \u0647\u0631\u062f\u0634\u0645\u0647\u064a\u0634\u0641\u0647\u062e\u0631 \u0641\u0634\u0632\u0645\u062b", + "Remove from List": "\u0642\u062b\u0648\u062e\u062f\u062b \u0628\u0642\u062e\u0648 \u0645\u0647\u0633\u0641", + "Remove link": "\u0642\u062b\u0648\u062e\u062f\u062b \u0645\u0647\u0631\u0646", + "Remove subsection %(subsectionDisplayName)s": "\u0642\u062b\u0648\u062e\u062f\u062b \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631 %(subsectionDisplayName)s", + "Remove this team member?": "\u0642\u062b\u0648\u062e\u062f\u062b \u0641\u0627\u0647\u0633 \u0641\u062b\u0634\u0648 \u0648\u062b\u0648\u0632\u062b\u0642?", + "Remove this video": "\u0642\u062b\u0648\u062e\u062f\u062b \u0641\u0627\u0647\u0633 \u062f\u0647\u064a\u062b\u062e", + "Remove unit %(unitName)s": "\u0642\u062b\u0648\u062e\u062f\u062b \u0639\u0631\u0647\u0641 %(unitName)s", + "Remove {role} Access": "\u0642\u062b\u0648\u062e\u062f\u062b {role} \u0634\u0630\u0630\u062b\u0633\u0633", + "Remove {video_name} video": "\u0642\u062b\u0648\u062e\u062f\u062b {video_name} \u062f\u0647\u064a\u062b\u062e", + "Removing": "\u0642\u062b\u0648\u062e\u062f\u0647\u0631\u0644", + "Removing a video from this list does not affect course content. Any content that uses a previously uploaded video ID continues to display in the course.": "\u0642\u062b\u0648\u062e\u062f\u0647\u0631\u0644 \u0634 \u062f\u0647\u064a\u062b\u062e \u0628\u0642\u062e\u0648 \u0641\u0627\u0647\u0633 \u0645\u0647\u0633\u0641 \u064a\u062e\u062b\u0633 \u0631\u062e\u0641 \u0634\u0628\u0628\u062b\u0630\u0641 \u0630\u062e\u0639\u0642\u0633\u062b \u0630\u062e\u0631\u0641\u062b\u0631\u0641. \u0634\u0631\u063a \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0641\u0627\u0634\u0641 \u0639\u0633\u062b\u0633 \u0634 \u062d\u0642\u062b\u062f\u0647\u062e\u0639\u0633\u0645\u063a \u0639\u062d\u0645\u062e\u0634\u064a\u062b\u064a \u062f\u0647\u064a\u062b\u062e \u0647\u064a \u0630\u062e\u0631\u0641\u0647\u0631\u0639\u062b\u0633 \u0641\u062e \u064a\u0647\u0633\u062d\u0645\u0634\u063a \u0647\u0631 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b.", + "Replace": "\u0642\u062b\u062d\u0645\u0634\u0630\u062b", + "Replace all": "\u0642\u062b\u062d\u0645\u0634\u0630\u062b \u0634\u0645\u0645", + "Replace with": "\u0642\u062b\u062d\u0645\u0634\u0630\u062b \u0635\u0647\u0641\u0627", + "Reply to Annotation": "\u0642\u062b\u062d\u0645\u063a \u0641\u062e \u0634\u0631\u0631\u062e\u0641\u0634\u0641\u0647\u062e\u0631", + "Report abuse, topics, and responses": "\u0642\u062b\u062d\u062e\u0642\u0641 \u0634\u0632\u0639\u0633\u062b, \u0641\u062e\u062d\u0647\u0630\u0633, \u0634\u0631\u064a \u0642\u062b\u0633\u062d\u062e\u0631\u0633\u062b\u0633", + "Requester": "\u0642\u062b\u0636\u0639\u062b\u0633\u0641\u062b\u0642", + "Required": "\u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a", + "Required field.": "\u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a \u0628\u0647\u062b\u0645\u064a.", + "Rescore problem '<%- problem_id %>' for all students?": "\u0642\u062b\u0633\u0630\u062e\u0642\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648 '<%- problem_id %>' \u0628\u062e\u0642 \u0634\u0645\u0645 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633?", + "Reset My Password": "\u0642\u062b\u0633\u062b\u0641 \u0648\u063a \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a", + "Reset Password": "\u0642\u062b\u0633\u062b\u0641 \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a", + "Reset Your Password": "\u0642\u062b\u0633\u062b\u0641 \u063a\u062e\u0639\u0642 \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a", + "Reset attempts for all students on problem '<%- problem_id %>'?": "\u0642\u062b\u0633\u062b\u0641 \u0634\u0641\u0641\u062b\u0648\u062d\u0641\u0633 \u0628\u062e\u0642 \u0634\u0645\u0645 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633 \u062e\u0631 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 '<%- problem_id %>'?", + "Responses could not be loaded. Refresh the page and try again.": "\u0642\u062b\u0633\u062d\u062e\u0631\u0633\u062b\u0633 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0645\u062e\u0634\u064a\u062b\u064a. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "Restore enrollment code": "\u0642\u062b\u0633\u0641\u062e\u0642\u062b \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0630\u062e\u064a\u062b", + "Restore last draft": "\u0642\u062b\u0633\u0641\u062e\u0642\u062b \u0645\u0634\u0633\u0641 \u064a\u0642\u0634\u0628\u0641", + "Restrict access to:": "\u0642\u062b\u0633\u0641\u0642\u0647\u0630\u0641 \u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u062e:", + "Retake Photo": "\u0642\u062b\u0641\u0634\u0646\u062b \u062d\u0627\u062e\u0641\u062e", + "Retake Your Photos": "\u0642\u062b\u0641\u0634\u0646\u062b \u063a\u062e\u0639\u0642 \u062d\u0627\u062e\u0641\u062e\u0633", + "Retrieving enrollment status...": "\u0642\u062b\u0641\u0642\u0647\u062b\u062f\u0647\u0631\u0644 \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0633\u0641\u0634\u0641\u0639\u0633...", + "Return and add email address": "\u0642\u062b\u0641\u0639\u0642\u0631 \u0634\u0631\u064a \u0634\u064a\u064a \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633", + "Return to Export": "\u0642\u062b\u0641\u0639\u0642\u0631 \u0641\u062e \u062b\u0637\u062d\u062e\u0642\u0641", + "Return to Your Dashboard": "\u0642\u062b\u0641\u0639\u0642\u0631 \u0641\u062e \u063a\u062e\u0639\u0642 \u064a\u0634\u0633\u0627\u0632\u062e\u0634\u0642\u064a", + "Return to team listing": "\u0642\u062b\u0641\u0639\u0642\u0631 \u0641\u062e \u0641\u062b\u0634\u0648 \u0645\u0647\u0633\u0641\u0647\u0631\u0644", + "Review Rules": "\u0642\u062b\u062f\u0647\u062b\u0635 \u0642\u0639\u0645\u062b\u0633", + "Review Your Photos": "\u0642\u062b\u062f\u0647\u062b\u0635 \u063a\u062e\u0639\u0642 \u062d\u0627\u062e\u0641\u062e\u0633", + "Review your info": "\u0642\u062b\u062f\u0647\u062b\u0635 \u063a\u062e\u0639\u0642 \u0647\u0631\u0628\u062e", + "Revoke access": "\u0642\u062b\u062f\u062e\u0646\u062b \u0634\u0630\u0630\u062b\u0633\u0633", + "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "\u0642\u0647\u0630\u0627 \u0641\u062b\u0637\u0641 \u0634\u0642\u062b\u0634. \u062d\u0642\u062b\u0633\u0633 \u0634\u0645\u0641-\u06289 \u0628\u062e\u0642 \u0648\u062b\u0631\u0639. \u062d\u0642\u062b\u0633\u0633 \u0634\u0645\u0641-\u062810 \u0628\u062e\u0642 \u0641\u062e\u062e\u0645\u0632\u0634\u0642. \u062d\u0642\u062b\u0633\u0633 \u0634\u0645\u0641-0 \u0628\u062e\u0642 \u0627\u062b\u0645\u062d", + "Right": "\u0642\u0647\u0644\u0627\u0641", + "Right to left": "\u0642\u0647\u0644\u0627\u0641 \u0641\u062e \u0645\u062b\u0628\u0641", + "Robots": "\u0642\u062e\u0632\u062e\u0641\u0633", + "Role field should not be left unselected.": "\u0642\u062e\u0645\u062b \u0628\u0647\u062b\u0645\u064a \u0633\u0627\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0645\u062b\u0628\u0641 \u0639\u0631\u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a.", + "Row": "\u0642\u062e\u0635", + "Row group": "\u0642\u062e\u0635 \u0644\u0642\u062e\u0639\u062d", + "Row properties": "\u0642\u062e\u0635 \u062d\u0642\u062e\u062d\u062b\u0642\u0641\u0647\u062b\u0633", + "Row type": "\u0642\u062e\u0635 \u0641\u063a\u062d\u062b", + "Rows": "\u0642\u062e\u0635\u0633", + "Save": "\u0633\u0634\u062f\u062b", + "Save Changes": "\u0633\u0634\u062f\u062b \u0630\u0627\u0634\u0631\u0644\u062b\u0633", + "Save changes": "\u0633\u0634\u062f\u062b \u0630\u0627\u0634\u0631\u0644\u062b\u0633", + "Saved cohort": "\u0633\u0634\u062f\u062b\u064a \u0630\u062e\u0627\u062e\u0642\u0641", + "Saving": "\u0633\u0634\u062f\u0647\u0631\u0644", + "Saving your email preference": "\u0633\u0634\u062f\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u062b\u0648\u0634\u0647\u0645 \u062d\u0642\u062b\u0628\u062b\u0642\u062b\u0631\u0630\u062b", + "Scheduled:": "\u0633\u0630\u0627\u062b\u064a\u0639\u0645\u062b\u064a:", + "Scope": "\u0633\u0630\u062e\u062d\u062b", + "Search": "\u0633\u062b\u0634\u0642\u0630\u0627", + "Search Results": "\u0633\u062b\u0634\u0642\u0630\u0627 \u0642\u062b\u0633\u0639\u0645\u0641\u0633", + "Search all posts": "\u0633\u062b\u0634\u0642\u0630\u0627 \u0634\u0645\u0645 \u062d\u062e\u0633\u0641\u0633", + "Search teams": "\u0633\u062b\u0634\u0642\u0630\u0627 \u0641\u062b\u0634\u0648\u0633", + "Search the {platform} Help Center": "\u0633\u062b\u0634\u0642\u0630\u0627 \u0641\u0627\u062b {platform} \u0627\u062b\u0645\u062d \u0630\u062b\u0631\u0641\u062b\u0642", + "Section": "\u0633\u062b\u0630\u0641\u0647\u062e\u0631", + "Section Highlights": "\u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u0627\u0647\u0644\u0627\u0645\u0647\u0644\u0627\u0641\u0633", + "Section Visibility": "\u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u062f\u0647\u0633\u0647\u0632\u0647\u0645\u0647\u0641\u063a", + "Sections": "\u0633\u062b\u0630\u0641\u0647\u062e\u0631\u0633", + "Security": "\u0633\u062b\u0630\u0639\u0642\u0647\u0641\u063a", + "See all teams in your course, organized by topic. Join a team to collaborate with other learners who are interested in the same topic as you are.": "\u0633\u062b\u062b \u0634\u0645\u0645 \u0641\u062b\u0634\u0648\u0633 \u0647\u0631 \u063a\u062e\u0639\u0642 \u0630\u062e\u0639\u0642\u0633\u062b, \u062e\u0642\u0644\u0634\u0631\u0647\u0638\u062b\u064a \u0632\u063a \u0641\u062e\u062d\u0647\u0630. \u062a\u062e\u0647\u0631 \u0634 \u0641\u062b\u0634\u0648 \u0641\u062e \u0630\u062e\u0645\u0645\u0634\u0632\u062e\u0642\u0634\u0641\u062b \u0635\u0647\u0641\u0627 \u062e\u0641\u0627\u062b\u0642 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0635\u0627\u062e \u0634\u0642\u062b \u0647\u0631\u0641\u062b\u0642\u062b\u0633\u0641\u062b\u064a \u0647\u0631 \u0641\u0627\u062b \u0633\u0634\u0648\u062b \u0641\u062e\u062d\u0647\u0630 \u0634\u0633 \u063a\u062e\u0639 \u0634\u0642\u062b.", + "Select": "\u0633\u062b\u0645\u062b\u0630\u0641", + "Select Session": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0633\u062b\u0633\u0633\u0647\u062e\u0631", + "Select a Content Group": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d", + "Select a chapter": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u0630\u0627\u0634\u062d\u0641\u062b\u0642", + "Select a cohort": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u0630\u062e\u0627\u062e\u0642\u0641", + "Select a cohort to manage": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u0630\u062e\u0627\u062e\u0642\u0641 \u0641\u062e \u0648\u0634\u0631\u0634\u0644\u062b", + "Select a course or select \"Not specific to a course\" for your support request.": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u0630\u062e\u0639\u0642\u0633\u062b \u062e\u0642 \u0633\u062b\u0645\u062b\u0630\u0641 \"\u0631\u062e\u0641 \u0633\u062d\u062b\u0630\u0647\u0628\u0647\u0630 \u0641\u062e \u0634 \u0630\u062e\u0639\u0642\u0633\u062b\" \u0628\u062e\u0642 \u063a\u062e\u0639\u0642 \u0633\u0639\u062d\u062d\u062e\u0642\u0641 \u0642\u062b\u0636\u0639\u062b\u0633\u0641.", + "Select a group type": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u0644\u0642\u062e\u0639\u062d \u0641\u063a\u062d\u062b", + "Select a prerequisite subsection and enter a minimum score percentage and minimum completion percentage to limit access to this subsection. Allowed values are 0-100": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u062d\u0642\u062b\u0642\u062b\u0636\u0639\u0647\u0633\u0647\u0641\u062b \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u0634\u0631\u064a \u062b\u0631\u0641\u062b\u0642 \u0634 \u0648\u0647\u0631\u0647\u0648\u0639\u0648 \u0633\u0630\u062e\u0642\u062b \u062d\u062b\u0642\u0630\u062b\u0631\u0641\u0634\u0644\u062b \u0634\u0631\u064a \u0648\u0647\u0631\u0647\u0648\u0639\u0648 \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u0647\u062e\u0631 \u062d\u062b\u0642\u0630\u062b\u0631\u0641\u0634\u0644\u062b \u0641\u062e \u0645\u0647\u0648\u0647\u0641 \u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u062e \u0641\u0627\u0647\u0633 \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631. \u0634\u0645\u0645\u062e\u0635\u062b\u064a \u062f\u0634\u0645\u0639\u062b\u0633 \u0634\u0642\u062b 0-100", + "Select a section or problem": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u062e\u0642 \u062d\u0642\u062e\u0632\u0645\u062b\u0648", + "Select a session:": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u0633\u062b\u0633\u0633\u0647\u062e\u0631:", + "Select a subject for your support request.": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u0633\u0639\u0632\u062a\u062b\u0630\u0641 \u0628\u062e\u0642 \u063a\u062e\u0639\u0642 \u0633\u0639\u062d\u062d\u062e\u0642\u0641 \u0642\u062b\u0636\u0639\u062b\u0633\u0641.", + "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u0641\u0647\u0648\u062b \u0634\u0645\u0645\u062e\u0641\u0648\u062b\u0631\u0641 \u0628\u062e\u0642 \u0641\u0627\u062b \u062b\u0637\u0634\u0648. \u0647\u0628 \u0647\u0641 \u0647\u0633 \u062e\u062f\u062b\u0642 24 \u0627\u062e\u0639\u0642\u0633, \u0641\u063a\u062d\u062b \u0647\u0631 \u0641\u0627\u062b \u0634\u0648\u062e\u0639\u0631\u0641 \u062e\u0628 \u0641\u0647\u0648\u062b. \u063a\u062e\u0639 \u0630\u0634\u0631 \u0644\u0642\u0634\u0631\u0641 \u0647\u0631\u064a\u0647\u062f\u0647\u064a\u0639\u0634\u0645 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u062b\u0637\u0641\u0642\u0634 \u0641\u0647\u0648\u062b \u0641\u062e \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u0641\u0627\u062b \u062b\u0637\u0634\u0648 \u0641\u0627\u0642\u062e\u0639\u0644\u0627 \u0641\u0627\u062b \u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u062e\u0642 \u064a\u0634\u0633\u0627\u0632\u062e\u0634\u0642\u064a.", + "Select all": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0634\u0645\u0645", + "Select fidelity": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0628\u0647\u064a\u062b\u0645\u0647\u0641\u063a", + "Select language": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b", + "Select one or more groups:": "\u0633\u062b\u0645\u062b\u0630\u0641 \u062e\u0631\u062b \u062e\u0642 \u0648\u062e\u0642\u062b \u0644\u0642\u062e\u0639\u062d\u0633:", + "Select the course-wide discussion topics that you want to divide.": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b-\u0635\u0647\u064a\u062b \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631 \u0641\u062e\u062d\u0647\u0630\u0633 \u0641\u0627\u0634\u0641 \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u064a\u0647\u062f\u0647\u064a\u062b.", + "Select the time zone for displaying course dates. If you do not specify a time zone, course dates, including assignment deadlines, will be displayed in your browser's local time zone.": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0641\u0627\u062b \u0641\u0647\u0648\u062b \u0638\u062e\u0631\u062b \u0628\u062e\u0642 \u064a\u0647\u0633\u062d\u0645\u0634\u063a\u0647\u0631\u0644 \u0630\u062e\u0639\u0642\u0633\u062b \u064a\u0634\u0641\u062b\u0633. \u0647\u0628 \u063a\u062e\u0639 \u064a\u062e \u0631\u062e\u0641 \u0633\u062d\u062b\u0630\u0647\u0628\u063a \u0634 \u0641\u0647\u0648\u062b \u0638\u062e\u0631\u062b, \u0630\u062e\u0639\u0642\u0633\u062b \u064a\u0634\u0641\u062b\u0633, \u0647\u0631\u0630\u0645\u0639\u064a\u0647\u0631\u0644 \u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641 \u064a\u062b\u0634\u064a\u0645\u0647\u0631\u062b\u0633, \u0635\u0647\u0645\u0645 \u0632\u062b \u064a\u0647\u0633\u062d\u0645\u0634\u063a\u062b\u064a \u0647\u0631 \u063a\u062e\u0639\u0642 \u0632\u0642\u062e\u0635\u0633\u062b\u0642'\u0633 \u0645\u062e\u0630\u0634\u0645 \u0641\u0647\u0648\u062b \u0638\u062e\u0631\u062b.", + "Select turnaround": "\u0633\u062b\u0645\u062b\u0630\u0641 \u0641\u0639\u0642\u0631\u0634\u0642\u062e\u0639\u0631\u064a", + "Selected tab": "\u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a \u0641\u0634\u0632", + "Send to:": "\u0633\u062b\u0631\u064a \u0641\u062e:", + "Sent By": "\u0633\u062b\u0631\u0641 \u0632\u063a", + "Sent By:": "\u0633\u062b\u0631\u0641 \u0632\u063a:", + "Sent To": "\u0633\u062b\u0631\u0641 \u0641\u062e", + "Sent To:": "\u0633\u062b\u0631\u0641 \u0641\u062e:", + "Sequence error! Cannot navigate to %(tab_name)s in the current SequenceModule. Please contact the course staff.": "\u0633\u062b\u0636\u0639\u062b\u0631\u0630\u062b \u062b\u0642\u0642\u062e\u0642! \u0630\u0634\u0631\u0631\u062e\u0641 \u0631\u0634\u062f\u0647\u0644\u0634\u0641\u062b \u0641\u062e %(tab_name)s \u0647\u0631 \u0641\u0627\u062b \u0630\u0639\u0642\u0642\u062b\u0631\u0641 \u0633\u062b\u0636\u0639\u062b\u0631\u0630\u062b\u0648\u062e\u064a\u0639\u0645\u062b. \u062d\u0645\u062b\u0634\u0633\u062b \u0630\u062e\u0631\u0641\u0634\u0630\u0641 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u0633\u0641\u0634\u0628\u0628.", + "Server Error, Please refresh the page and try again.": "\u0633\u062b\u0642\u062f\u062b\u0642 \u062b\u0642\u0642\u062e\u0642, \u062d\u0645\u062b\u0634\u0633\u062b \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "Session Selection Dropdown for {courseName}": "\u0633\u062b\u0633\u0633\u0647\u062e\u0631 \u0633\u062b\u0645\u062b\u0630\u0641\u0647\u062e\u0631 \u064a\u0642\u062e\u062d\u064a\u062e\u0635\u0631 \u0628\u062e\u0642 {courseName}", + "Set Access": "\u0633\u062b\u0641 \u0634\u0630\u0630\u062b\u0633\u0633", + "Set as a Special Exam": "\u0633\u062b\u0641 \u0634\u0633 \u0634 \u0633\u062d\u062b\u0630\u0647\u0634\u0645 \u062b\u0637\u0634\u0648", + "Set up your certificate": "\u0633\u062b\u0641 \u0639\u062d \u063a\u062e\u0639\u0642 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b", + "Settings": "\u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633", + "Settings updated": "\u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633 \u0639\u062d\u064a\u0634\u0641\u062b\u064a", + "Share": "\u0633\u0627\u0634\u0642\u062b", + "Share Alike": "\u0633\u0627\u0634\u0642\u062b \u0634\u0645\u0647\u0646\u062b", + "Share on Mozilla Backpack": "\u0633\u0627\u0634\u0642\u062b \u062e\u0631 \u0648\u062e\u0638\u0647\u0645\u0645\u0634 \u0632\u0634\u0630\u0646\u062d\u0634\u0630\u0646", + "Share your \"%(display_name)s\" award": "\u0633\u0627\u0634\u0642\u062b \u063a\u062e\u0639\u0642 \"%(display_name)s\" \u0634\u0635\u0634\u0642\u064a", + "Short explanation": "\u0633\u0627\u062e\u0642\u0641 \u062b\u0637\u062d\u0645\u0634\u0631\u0634\u0641\u0647\u062e\u0631", + "Show All": "\u0633\u0627\u062e\u0635 \u0634\u0645\u0645", + "Show Annotations": "\u0633\u0627\u062e\u0635 \u0634\u0631\u0631\u062e\u0641\u0634\u0641\u0647\u062e\u0631\u0633", + "Show Deprecated Settings": "\u0633\u0627\u062e\u0635 \u064a\u062b\u062d\u0642\u062b\u0630\u0634\u0641\u062b\u064a \u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633", + "Show Discussion": "\u0633\u0627\u062e\u0635 \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631", + "Show Less": "\u0633\u0627\u062e\u0635 \u0645\u062b\u0633\u0633", + "Show More": "\u0633\u0627\u062e\u0635 \u0648\u062e\u0642\u062b", + "Show Previews": "\u0633\u0627\u062e\u0635 \u062d\u0642\u062b\u062f\u0647\u062b\u0635\u0633", + "Show assessment results when subsection is past due": "\u0633\u0627\u062e\u0635 \u0634\u0633\u0633\u062b\u0633\u0633\u0648\u062b\u0631\u0641 \u0642\u062b\u0633\u0639\u0645\u0641\u0633 \u0635\u0627\u062b\u0631 \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u0647\u0633 \u062d\u0634\u0633\u0641 \u064a\u0639\u062b", + "Show blocks": "\u0633\u0627\u062e\u0635 \u0632\u0645\u062e\u0630\u0646\u0633", + "Show entire subsection": "\u0633\u0627\u062e\u0635 \u062b\u0631\u0641\u0647\u0642\u062b \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631", + "Show invisible characters": "\u0633\u0627\u062e\u0635 \u0647\u0631\u062f\u0647\u0633\u0647\u0632\u0645\u062b \u0630\u0627\u0634\u0642\u0634\u0630\u0641\u062b\u0642\u0633", + "Show me other ways to sign in or register": "\u0633\u0627\u062e\u0635 \u0648\u062b \u062e\u0641\u0627\u062b\u0642 \u0635\u0634\u063a\u0633 \u0641\u062e \u0633\u0647\u0644\u0631 \u0647\u0631 \u062e\u0642 \u0642\u062b\u0644\u0647\u0633\u0641\u062b\u0642", + "Show notes": "\u0633\u0627\u062e\u0635 \u0631\u062e\u0641\u062b\u0633", + "Show posts by {username}.": "\u0633\u0627\u062e\u0635 \u062d\u062e\u0633\u0641\u0633 \u0632\u063a {username}.", + "Show transcripts ({totalTranscripts})": "\u0633\u0627\u062e\u0635 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641\u0633 ({totalTranscripts})", + "Show transcripts ({transcriptCount})": "\u0633\u0627\u062e\u0635 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641\u0633 ({transcriptCount})", + "Showing all responses": "\u0633\u0627\u062e\u0635\u0647\u0631\u0644 \u0634\u0645\u0645 \u0642\u062b\u0633\u062d\u062e\u0631\u0633\u062b\u0633", "Showing first response": [ - "\u0633\u0627\u062e\u0635\u0647\u0631\u0644 \u0628\u0647\u0642\u0633\u0641 \u0642\u062b\u0633\u062d\u062e\u0631\u0633\u062b", + "\u0633\u0627\u062e\u0635\u0647\u0631\u0644 \u0628\u0647\u0642\u0633\u0641 \u0642\u062b\u0633\u062d\u062e\u0631\u0633\u062b", "\u0633\u0627\u062e\u0635\u0647\u0631\u0644 \u0628\u0647\u0642\u0633\u0641 {numResponses} \u0642\u062b\u0633\u062d\u062e\u0631\u0633\u062b\u0633" - ], - "Showing results for \"{searchString}\"": "\u0633\u0627\u062e\u0635\u0647\u0631\u0644 \u0642\u062b\u0633\u0639\u0645\u0641\u0633 \u0628\u062e\u0642 \"{searchString}\"", - "Showing {currentItemRange} out of {totalItemsCount}, filtered by {assetType}, sorted by {sortName} ascending": "\u0633\u0627\u062e\u0635\u0647\u0631\u0644 {currentItemRange} \u062e\u0639\u0641 \u062e\u0628 {totalItemsCount}, \u0628\u0647\u0645\u0641\u062b\u0642\u062b\u064a \u0632\u063a {assetType}, \u0633\u062e\u0642\u0641\u062b\u064a \u0632\u063a {sortName} \u0634\u0633\u0630\u062b\u0631\u064a\u0647\u0631\u0644", - "Showing {currentItemRange} out of {totalItemsCount}, filtered by {assetType}, sorted by {sortName} descending": "\u0633\u0627\u062e\u0635\u0647\u0631\u0644 {currentItemRange} \u062e\u0639\u0641 \u062e\u0628 {totalItemsCount}, \u0628\u0647\u0645\u0641\u062b\u0642\u062b\u064a \u0632\u063a {assetType}, \u0633\u062e\u0642\u0641\u062b\u064a \u0632\u063a {sortName} \u064a\u062b\u0633\u0630\u062b\u0631\u064a\u0647\u0631\u0644", - "Showing {currentItemRange} out of {totalItemsCount}, sorted by {sortName} ascending": "\u0633\u0627\u062e\u0635\u0647\u0631\u0644 {currentItemRange} \u062e\u0639\u0641 \u062e\u0628 {totalItemsCount}, \u0633\u062e\u0642\u0641\u062b\u064a \u0632\u063a {sortName} \u0634\u0633\u0630\u062b\u0631\u064a\u0647\u0631\u0644", - "Showing {currentItemRange} out of {totalItemsCount}, sorted by {sortName} descending": "\u0633\u0627\u062e\u0635\u0647\u0631\u0644 {currentItemRange} \u062e\u0639\u0641 \u062e\u0628 {totalItemsCount}, \u0633\u062e\u0642\u0641\u062b\u064a \u0632\u063a {sortName} \u064a\u062b\u0633\u0630\u062b\u0631\u064a\u0647\u0631\u0644", - "Showing {firstIndex} out of {numItems} total": "\u0633\u0627\u062e\u0635\u0647\u0631\u0644 {firstIndex} \u062e\u0639\u0641 \u062e\u0628 {numItems} \u0641\u062e\u0641\u0634\u0645", - "Showing {firstIndex}-{lastIndex} out of {numItems} total": "\u0633\u0627\u062e\u0635\u0647\u0631\u0644 {firstIndex}-{lastIndex} \u062e\u0639\u0641 \u062e\u0628 {numItems} \u0641\u062e\u0641\u0634\u0645", - "Sign In": "\u0633\u0647\u0644\u0631 \u0647\u0631", - "Sign in": "\u0633\u0647\u0644\u0631 \u0647\u0631", - "Sign in here using your email address and password, or use one of the providers listed below.": "\u0633\u0647\u0644\u0631 \u0647\u0631 \u0627\u062b\u0642\u062b \u0639\u0633\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 \u0634\u0631\u064a \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a, \u062e\u0642 \u0639\u0633\u062b \u062e\u0631\u062b \u062e\u0628 \u0641\u0627\u062b \u062d\u0642\u062e\u062f\u0647\u064a\u062b\u0642\u0633 \u0645\u0647\u0633\u0641\u062b\u064a \u0632\u062b\u0645\u062e\u0635.", - "Sign in here using your email address and password.": "\u0633\u0647\u0644\u0631 \u0647\u0631 \u0627\u062b\u0642\u062b \u0639\u0633\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 \u0634\u0631\u064a \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a.", - "Sign in to continue learning": "\u0633\u0647\u0644\u0631 \u0647\u0631 \u0641\u062e \u0630\u062e\u0631\u0641\u0647\u0631\u0639\u062b \u0645\u062b\u0634\u0642\u0631\u0647\u0631\u0644", - "Sign in to continue learning as {email}": "\u0633\u0647\u0644\u0631 \u0647\u0631 \u0641\u062e \u0630\u062e\u0631\u0641\u0647\u0631\u0639\u062b \u0645\u062b\u0634\u0642\u0631\u0647\u0631\u0644 \u0634\u0633 {email}", - "Sign in to {platform} so we can help you better.": "\u0633\u0647\u0644\u0631 \u0647\u0631 \u0641\u062e {platform} \u0633\u062e \u0635\u062b \u0630\u0634\u0631 \u0627\u062b\u0645\u062d \u063a\u062e\u0639 \u0632\u062b\u0641\u0641\u062b\u0642.", - "Sign in using %(providerName)s": "\u0633\u0647\u0644\u0631 \u0647\u0631 \u0639\u0633\u0647\u0631\u0644 %(providerName)s", - "Sign in with %(providerName)s": "\u0633\u0647\u0644\u0631 \u0647\u0631 \u0635\u0647\u0641\u0627 %(providerName)s", - "Sign in with Institution/Campus Credentials": "\u0633\u0647\u0644\u0631 \u0647\u0631 \u0635\u0647\u0641\u0627 \u0647\u0631\u0633\u0641\u0647\u0641\u0639\u0641\u0647\u062e\u0631/\u0630\u0634\u0648\u062d\u0639\u0633 \u0630\u0642\u062b\u064a\u062b\u0631\u0641\u0647\u0634\u0645\u0633", - "Sign in.": "\u0633\u0647\u0644\u0631 \u0647\u0631.", - "Signatory": "\u0633\u0647\u0644\u0631\u0634\u0641\u062e\u0642\u063a", - "Signatory field(s) has invalid data.": "\u0633\u0647\u0644\u0631\u0634\u0641\u062e\u0642\u063a \u0628\u0647\u062b\u0645\u064a(\u0633) \u0627\u0634\u0633 \u0647\u0631\u062f\u0634\u0645\u0647\u064a \u064a\u0634\u0641\u0634.", - "Signature Image": "\u0633\u0647\u0644\u0631\u0634\u0641\u0639\u0642\u062b \u0647\u0648\u0634\u0644\u062b", - "Skip": "\u0633\u0646\u0647\u062d", - "Social Media Links": "\u0633\u062e\u0630\u0647\u0634\u0645 \u0648\u062b\u064a\u0647\u0634 \u0645\u0647\u0631\u0646\u0633", - "Some Rights Reserved": "\u0633\u062e\u0648\u062b \u0642\u0647\u0644\u0627\u0641\u0633 \u0642\u062b\u0633\u062b\u0642\u062f\u062b\u064a", - "Some images in this post have been omitted": "\u0633\u062e\u0648\u062b \u0647\u0648\u0634\u0644\u062b\u0633 \u0647\u0631 \u0641\u0627\u0647\u0633 \u062d\u062e\u0633\u0641 \u0627\u0634\u062f\u062b \u0632\u062b\u062b\u0631 \u062e\u0648\u0647\u0641\u0641\u062b\u064a", - "Something went wrong changing this enrollment. Please try again.": "\u0633\u062e\u0648\u062b\u0641\u0627\u0647\u0631\u0644 \u0635\u062b\u0631\u0641 \u0635\u0642\u062e\u0631\u0644 \u0630\u0627\u0634\u0631\u0644\u0647\u0631\u0644 \u0641\u0627\u0647\u0633 \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "Something went wrong. Please try again later.": "\u0633\u062e\u0648\u062b\u0641\u0627\u0647\u0631\u0644 \u0635\u062b\u0631\u0641 \u0635\u0642\u062e\u0631\u0644. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631 \u0645\u0634\u0641\u062b\u0642.", - "Sorry, no results were found.": "\u0633\u062e\u0642\u0642\u063a, \u0631\u062e \u0642\u062b\u0633\u0639\u0645\u0641\u0633 \u0635\u062b\u0642\u062b \u0628\u062e\u0639\u0631\u064a.", - "Sorry, there was an error parsing the subtitles that you uploaded. Please check the format and try again.": "\u0633\u062e\u0642\u0642\u063a, \u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u062d\u0634\u0642\u0633\u0647\u0631\u0644 \u0641\u0627\u062b \u0633\u0639\u0632\u0641\u0647\u0641\u0645\u062b\u0633 \u0641\u0627\u0634\u0641 \u063a\u062e\u0639 \u0639\u062d\u0645\u062e\u0634\u064a\u062b\u064a. \u062d\u0645\u062b\u0634\u0633\u062b \u0630\u0627\u062b\u0630\u0646 \u0641\u0627\u062b \u0628\u062e\u0642\u0648\u0634\u0641 \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "Sorry, there was an error trying to process your request. Please try again later.": "\u0633\u062e\u0642\u0642\u063a, \u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0641\u0642\u063a\u0647\u0631\u0644 \u0641\u062e \u062d\u0642\u062e\u0630\u062b\u0633\u0633 \u063a\u062e\u0639\u0642 \u0642\u062b\u0636\u0639\u062b\u0633\u0641. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631 \u0645\u0634\u0641\u062b\u0642.", - "Sorted by": "\u0633\u062e\u0642\u0641\u062b\u064a \u0632\u063a", - "Source": "\u0633\u062e\u0639\u0642\u0630\u062b", - "Source code": "\u0633\u062e\u0639\u0642\u0630\u062b \u0630\u062e\u064a\u062b", - "Special Exam": "\u0633\u062d\u062b\u0630\u0647\u0634\u0645 \u062b\u0637\u0634\u0648", - "Special character": "\u0633\u062d\u062b\u0630\u0647\u0634\u0645 \u0630\u0627\u0634\u0642\u0634\u0630\u0641\u062b\u0642", - "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "\u0633\u062d\u062b\u0630\u0647\u0628\u063a \u0634\u0631 \u0634\u0645\u0641\u062b\u0642\u0631\u0634\u0641\u0647\u062f\u062b \u0641\u062e \u0641\u0627\u062b \u062e\u0628\u0628\u0647\u0630\u0647\u0634\u0645 \u0630\u062e\u0639\u0642\u0633\u062b \u0641\u0647\u0641\u0645\u062b \u0641\u062e \u064a\u0647\u0633\u062d\u0645\u0634\u063a \u062e\u0631 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633. \u0645\u062b\u0634\u062f\u062b \u0632\u0645\u0634\u0631\u0646 \u0641\u062e \u0639\u0633\u062b \u0641\u0627\u062b \u062e\u0628\u0628\u0647\u0630\u0647\u0634\u0645 \u0630\u062e\u0639\u0642\u0633\u062b \u0641\u0647\u0641\u0645\u062b.", - "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam, along with the {linkStart}general proctored exam rules{linkEnd}.": "\u0633\u062d\u062b\u0630\u0647\u0628\u063a \u0634\u0631\u063a \u0642\u0639\u0645\u062b\u0633 \u062e\u0642 \u0642\u0639\u0645\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631\u0633 \u0641\u0627\u0634\u0641 \u0641\u0627\u062b \u062d\u0642\u062e\u0630\u0641\u062e\u0642\u0647\u0631\u0644 \u0642\u062b\u062f\u0647\u062b\u0635 \u0641\u062b\u0634\u0648 \u0633\u0627\u062e\u0639\u0645\u064a \u062b\u0631\u0628\u062e\u0642\u0630\u062b \u0635\u0627\u062b\u0631 \u0642\u062b\u062f\u0647\u062b\u0635\u0647\u0631\u0644 \u0641\u0627\u062b \u062f\u0647\u064a\u062b\u062e\u0633. \u0628\u062e\u0642 \u062b\u0637\u0634\u0648\u062d\u0645\u062b, \u063a\u062e\u0639 \u0630\u062e\u0639\u0645\u064a \u0633\u062d\u062b\u0630\u0647\u0628\u063a \u0641\u0627\u0634\u0641 \u0630\u0634\u0645\u0630\u0639\u0645\u0634\u0641\u062e\u0642\u0633 \u0634\u0642\u062b \u0634\u0645\u0645\u062e\u0635\u062b\u064a. \u0641\u0627\u062b\u0633\u062b \u0633\u062d\u062b\u0630\u0647\u0628\u0647\u062b\u064a \u0642\u0639\u0645\u062b\u0633 \u0634\u0642\u062b \u062f\u0647\u0633\u0647\u0632\u0645\u062b \u0641\u062e \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0632\u062b\u0628\u062e\u0642\u062b \u0641\u0627\u062b \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0633\u0641\u0634\u0642\u0641 \u0641\u0627\u062b \u062b\u0637\u0634\u0648, \u0634\u0645\u062e\u0631\u0644 \u0635\u0647\u0641\u0627 \u0641\u0627\u062b {linkStart}\u0644\u062b\u0631\u062b\u0642\u0634\u0645 \u062d\u0642\u062e\u0630\u0641\u062e\u0642\u062b\u064a \u062b\u0637\u0634\u0648 \u0642\u0639\u0645\u062b\u0633{linkEnd}.", - "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam.": "\u0633\u062d\u062b\u0630\u0647\u0628\u063a \u0634\u0631\u063a \u0642\u0639\u0645\u062b\u0633 \u062e\u0642 \u0642\u0639\u0645\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631\u0633 \u0641\u0627\u0634\u0641 \u0641\u0627\u062b \u062d\u0642\u062e\u0630\u0641\u062e\u0642\u0647\u0631\u0644 \u0642\u062b\u062f\u0647\u062b\u0635 \u0641\u062b\u0634\u0648 \u0633\u0627\u062e\u0639\u0645\u064a \u062b\u0631\u0628\u062e\u0642\u0630\u062b \u0635\u0627\u062b\u0631 \u0642\u062b\u062f\u0647\u062b\u0635\u0647\u0631\u0644 \u0641\u0627\u062b \u062f\u0647\u064a\u062b\u062e\u0633. \u0628\u062e\u0642 \u062b\u0637\u0634\u0648\u062d\u0645\u062b, \u063a\u062e\u0639 \u0630\u062e\u0639\u0645\u064a \u0633\u062d\u062b\u0630\u0647\u0628\u063a \u0641\u0627\u0634\u0641 \u0630\u0634\u0645\u0630\u0639\u0645\u0634\u0641\u062e\u0642\u0633 \u0634\u0642\u062b \u0634\u0645\u0645\u062e\u0635\u062b\u064a. \u0641\u0627\u062b\u0633\u062b \u0633\u062d\u062b\u0630\u0647\u0628\u0647\u062b\u064a \u0642\u0639\u0645\u062b\u0633 \u0634\u0642\u062b \u062f\u0647\u0633\u0647\u0632\u0645\u062b \u0641\u062e \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0632\u062b\u0628\u062e\u0642\u062b \u0641\u0627\u062b \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0633\u0641\u0634\u0642\u0641 \u0641\u0627\u062b \u062b\u0637\u0634\u0648.", - "Specify whether content-specific discussion topics are divided.": "\u0633\u062d\u062b\u0630\u0647\u0628\u063a \u0635\u0627\u062b\u0641\u0627\u062b\u0642 \u0630\u062e\u0631\u0641\u062b\u0631\u0641-\u0633\u062d\u062b\u0630\u0647\u0628\u0647\u0630 \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631 \u0641\u062e\u062d\u0647\u0630\u0633 \u0634\u0642\u062b \u064a\u0647\u062f\u0647\u064a\u062b\u064a.", - "Specify whether discussion topics are divided": "\u0633\u062d\u062b\u0630\u0647\u0628\u063a \u0635\u0627\u062b\u0641\u0627\u062b\u0642 \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631 \u0641\u062e\u062d\u0647\u0630\u0633 \u0634\u0642\u062b \u064a\u0647\u062f\u0647\u064a\u062b\u064a", - "Speed": "\u0633\u062d\u062b\u062b\u064a", - "Spellcheck": "\u0633\u062d\u062b\u0645\u0645\u0630\u0627\u062b\u0630\u0646", - "Split cell": "\u0633\u062d\u0645\u0647\u0641 \u0630\u062b\u0645\u0645", - "Square": "\u0633\u0636\u0639\u0634\u0642\u062b", - "Staff": "\u0633\u0641\u0634\u0628\u0628", - "Staff Only": "\u0633\u0641\u0634\u0628\u0628 \u062e\u0631\u0645\u063a", - "Staff and Learners": "\u0633\u0641\u0634\u0628\u0628 \u0634\u0631\u064a \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633", - "Start Date": "\u0633\u0641\u0634\u0642\u0641 \u064a\u0634\u0641\u062b", - "Start generating certificates for all students in this course?": "\u0633\u0641\u0634\u0642\u0641 \u0644\u062b\u0631\u062b\u0642\u0634\u0641\u0647\u0631\u0644 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633 \u0628\u062e\u0642 \u0634\u0645\u0645 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633 \u0647\u0631 \u0641\u0627\u0647\u0633 \u0630\u062e\u0639\u0642\u0633\u062b?", - "Start of transcript. Skip to the end.": "\u0633\u0641\u0634\u0642\u0641 \u062e\u0628 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641. \u0633\u0646\u0647\u062d \u0641\u062e \u0641\u0627\u062b \u062b\u0631\u064a.", - "Start regenerating certificates for students in this course?": "\u0633\u0641\u0634\u0642\u0641 \u0642\u062b\u0644\u062b\u0631\u062b\u0642\u0634\u0641\u0647\u0631\u0644 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633 \u0628\u062e\u0642 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633 \u0647\u0631 \u0641\u0627\u0647\u0633 \u0630\u062e\u0639\u0642\u0633\u062b?", - "Start search": "\u0633\u0641\u0634\u0642\u0641 \u0633\u062b\u0634\u0642\u0630\u0627", - "Start working toward your next learning goal.": "\u0633\u0641\u0634\u0642\u0641 \u0635\u062e\u0642\u0646\u0647\u0631\u0644 \u0641\u062e\u0635\u0634\u0642\u064a \u063a\u062e\u0639\u0642 \u0631\u062b\u0637\u0641 \u0645\u062b\u0634\u0642\u0631\u0647\u0631\u0644 \u0644\u062e\u0634\u0645.", - "Started At": "\u0633\u0641\u0634\u0642\u0641\u062b\u064a \u0634\u0641", - "Started entrance exam rescore task for student '{student_id}'. Click the 'Show Task Status' button to see the status of the task.": "\u0633\u0641\u0634\u0642\u0641\u062b\u064a \u062b\u0631\u0641\u0642\u0634\u0631\u0630\u062b \u062b\u0637\u0634\u0648 \u0642\u062b\u0633\u0630\u062e\u0642\u062b \u0641\u0634\u0633\u0646 \u0628\u062e\u0642 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 '{student_id}'. \u0630\u0645\u0647\u0630\u0646 \u0641\u0627\u062b '\u0633\u0627\u062e\u0635 \u0641\u0634\u0633\u0646 \u0633\u0641\u0634\u0641\u0639\u0633' \u0632\u0639\u0641\u0641\u062e\u0631 \u0641\u062e \u0633\u062b\u062b \u0641\u0627\u062b \u0633\u0641\u0634\u0641\u0639\u0633 \u062e\u0628 \u0641\u0627\u062b \u0641\u0634\u0633\u0646.", - "Started rescore problem task for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u0633\u0641\u0634\u0642\u0641\u062b\u064a \u0642\u062b\u0633\u0630\u062e\u0642\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0641\u0634\u0633\u0646 \u0628\u062e\u0642 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 '<%- problem_id %>' \u0634\u0631\u064a \u0633\u0641\u0639\u064a\u062b\u0631\u0641 '<%- student_id %>'. \u0630\u0645\u0647\u0630\u0646 \u0641\u0627\u062b '\u0633\u0627\u062e\u0635 \u0641\u0634\u0633\u0646 \u0633\u0641\u0634\u0641\u0639\u0633' \u0632\u0639\u0641\u0641\u062e\u0631 \u0641\u062e \u0633\u062b\u062b \u0641\u0627\u062b \u0633\u0641\u0634\u0641\u0639\u0633 \u062e\u0628 \u0641\u0627\u062b \u0641\u0634\u0633\u0646.", - "Started task to override the score for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u0633\u0641\u0634\u0642\u0641\u062b\u064a \u0641\u0634\u0633\u0646 \u0641\u062e \u062e\u062f\u062b\u0642\u0642\u0647\u064a\u062b \u0641\u0627\u062b \u0633\u0630\u062e\u0642\u062b \u0628\u062e\u0642 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 '<%- problem_id %>' \u0634\u0631\u064a \u0633\u0641\u0639\u064a\u062b\u0631\u0641 '<%- student_id %>'. \u0630\u0645\u0647\u0630\u0646 \u0641\u0627\u062b '\u0633\u0627\u062e\u0635 \u0641\u0634\u0633\u0646 \u0633\u0641\u0634\u0641\u0639\u0633' \u0632\u0639\u0641\u0641\u062e\u0631 \u0641\u062e \u0633\u062b\u062b \u0641\u0627\u062b \u0633\u0641\u0634\u0641\u0639\u0633 \u062e\u0628 \u0641\u0627\u062b \u0641\u0634\u0633\u0646.", - "Started {start}": "\u0633\u0641\u0634\u0642\u0641\u062b\u064a {start}", - "Starts": "\u0633\u0641\u0634\u0642\u0641\u0633", - "Starts {start}": "\u0633\u0641\u0634\u0642\u0641\u0633 {start}", - "Starts: %(start_date)s": "\u0633\u0641\u0634\u0642\u0641\u0633: %(start_date)s", - "State": "\u0633\u0641\u0634\u0641\u062b", - "Status": "\u0633\u0641\u0634\u0641\u0639\u0633", - "Strikethrough": "\u0633\u0641\u0642\u0647\u0646\u062b\u0641\u0627\u0642\u062e\u0639\u0644\u0627", - "Student": "\u0633\u0641\u0639\u064a\u062b\u0631\u0641", - "Student Removed from certificate white list successfully.": "\u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0642\u062b\u0648\u062e\u062f\u062b\u064a \u0628\u0642\u062e\u0648 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0635\u0627\u0647\u0641\u062b \u0645\u0647\u0633\u0641 \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a.", - "Student email or username": "\u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u062b\u0648\u0634\u0647\u0645 \u062e\u0642 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b", - "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Add to Exception List\" button.": "\u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b/\u062b\u0648\u0634\u0647\u0645 \u0628\u0647\u062b\u0645\u064a \u0647\u0633 \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a \u0634\u0631\u064a \u0630\u0634\u0631 \u0631\u062e\u0641 \u0632\u062b \u062b\u0648\u062d\u0641\u063a. \u0646\u0647\u0631\u064a\u0645\u063a \u0628\u0647\u0645\u0645 \u0647\u0631 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b/\u062b\u0648\u0634\u0647\u0645 \u0634\u0631\u064a \u0641\u0627\u062b\u0631 \u062d\u0642\u062b\u0633\u0633 \"\u0634\u064a\u064a \u0641\u062e \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0645\u0647\u0633\u0641\" \u0632\u0639\u0641\u0641\u062e\u0631.", - "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Invalidate Certificate\" button.": "\u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b/\u062b\u0648\u0634\u0647\u0645 \u0628\u0647\u062b\u0645\u064a \u0647\u0633 \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a \u0634\u0631\u064a \u0630\u0634\u0631 \u0631\u062e\u0641 \u0632\u062b \u062b\u0648\u062d\u0641\u063a. \u0646\u0647\u0631\u064a\u0645\u063a \u0628\u0647\u0645\u0645 \u0647\u0631 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b/\u062b\u0648\u0634\u0647\u0645 \u0634\u0631\u064a \u0641\u0627\u062b\u0631 \u062d\u0642\u062b\u0633\u0633 \"\u0647\u0631\u062f\u0634\u0645\u0647\u064a\u0634\u0641\u062b \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\" \u0632\u0639\u0641\u0641\u062e\u0631.", - "Studio's having trouble saving your work": "\u0633\u0641\u0639\u064a\u0647\u062e'\u0633 \u0627\u0634\u062f\u0647\u0631\u0644 \u0641\u0642\u062e\u0639\u0632\u0645\u062b \u0633\u0634\u062f\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u0635\u062e\u0642\u0646", - "Studio:": "\u0633\u0641\u0639\u064a\u0647\u062e:", - "Style": "\u0633\u0641\u063a\u0645\u062b", - "Subject": "\u0633\u0639\u0632\u062a\u062b\u0630\u0641", - "Subject:": "\u0633\u0639\u0632\u062a\u062b\u0630\u0641:", - "Submission aborted! Sorry, your browser does not support file uploads. If you can, please use Chrome or Safari which have been verified to support file uploads.": "\u0633\u0639\u0632\u0648\u0647\u0633\u0633\u0647\u062e\u0631 \u0634\u0632\u062e\u0642\u0641\u062b\u064a! \u0633\u062e\u0642\u0642\u063a, \u063a\u062e\u0639\u0642 \u0632\u0642\u062e\u0635\u0633\u062b\u0642 \u064a\u062e\u062b\u0633 \u0631\u062e\u0641 \u0633\u0639\u062d\u062d\u062e\u0642\u0641 \u0628\u0647\u0645\u062b \u0639\u062d\u0645\u062e\u0634\u064a\u0633. \u0647\u0628 \u063a\u062e\u0639 \u0630\u0634\u0631, \u062d\u0645\u062b\u0634\u0633\u062b \u0639\u0633\u062b \u0630\u0627\u0642\u062e\u0648\u062b \u062e\u0642 \u0633\u0634\u0628\u0634\u0642\u0647 \u0635\u0627\u0647\u0630\u0627 \u0627\u0634\u062f\u062b \u0632\u062b\u062b\u0631 \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0641\u062e \u0633\u0639\u062d\u062d\u062e\u0642\u0641 \u0628\u0647\u0645\u062b \u0639\u062d\u0645\u062e\u0634\u064a\u0633.", - "Submit": "\u0633\u0639\u0632\u0648\u0647\u0641", - "Submit Application": "\u0633\u0639\u0632\u0648\u0647\u0641 \u0634\u062d\u062d\u0645\u0647\u0630\u0634\u0641\u0647\u062e\u0631", - "Submit enrollment change": "\u0633\u0639\u0632\u0648\u0647\u0641 \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0630\u0627\u0634\u0631\u0644\u062b", - "Submitted": "\u0633\u0639\u0632\u0648\u0647\u0641\u0641\u062b\u064a", - "Subscript": "\u0633\u0639\u0632\u0633\u0630\u0642\u0647\u062d\u0641", - "Subsection": "\u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631", - "Subsection Visibility": "\u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u062f\u0647\u0633\u0647\u0632\u0647\u0645\u0647\u0641\u063a", - "Subsection is hidden after course end date": "\u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u0647\u0633 \u0627\u0647\u064a\u064a\u062b\u0631 \u0634\u0628\u0641\u062b\u0642 \u0630\u062e\u0639\u0642\u0633\u062b \u062b\u0631\u064a \u064a\u0634\u0641\u062b", - "Subsection is hidden after due date": "\u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u0647\u0633 \u0627\u0647\u064a\u064a\u062b\u0631 \u0634\u0628\u0641\u062b\u0642 \u064a\u0639\u062b \u064a\u0634\u0641\u062b", - "Subsections": "\u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631\u0633", - "Success": "\u0633\u0639\u0630\u0630\u062b\u0633\u0633", - "Success! \"{displayName}\" has been moved.": "\u0633\u0639\u0630\u0630\u062b\u0633\u0633! \"{displayName}\" \u0627\u0634\u0633 \u0632\u062b\u062b\u0631 \u0648\u062e\u062f\u062b\u064a.", - "Success! Problem attempts reset for problem '<%- problem_id %>' and student '<%- student_id %>'.": "\u0633\u0639\u0630\u0630\u062b\u0633\u0633! \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0634\u0641\u0641\u062b\u0648\u062d\u0641\u0633 \u0642\u062b\u0633\u062b\u0641 \u0628\u062e\u0642 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 '<%- problem_id %>' \u0634\u0631\u064a \u0633\u0641\u0639\u064a\u062b\u0631\u0641 '<%- student_id %>'.", - "Successfully deleted student state for user {user}": "\u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u064a\u062b\u0645\u062b\u0641\u062b\u064a \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0633\u0641\u0634\u0641\u062b \u0628\u062e\u0642 \u0639\u0633\u062b\u0642 {user}", - "Successfully enrolled and sent email to the following users:": "\u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u062b\u0631\u0642\u062e\u0645\u0645\u062b\u064a \u0634\u0631\u064a \u0633\u062b\u0631\u0641 \u062b\u0648\u0634\u0647\u0645 \u0641\u062e \u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u0639\u0633\u062b\u0642\u0633:", - "Successfully enrolled the following users:": "\u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u062b\u0631\u0642\u062e\u0645\u0645\u062b\u064a \u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u0639\u0633\u062b\u0642\u0633:", - "Successfully overrode problem score for {user}": "\u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u062e\u062f\u062b\u0642\u0642\u062e\u064a\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0633\u0630\u062e\u0642\u062b \u0628\u062e\u0642 {user}", - "Successfully rescored problem for user {user}": "\u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0642\u062b\u0633\u0630\u062e\u0642\u062b\u064a \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0628\u062e\u0642 \u0639\u0633\u062b\u0642 {user}", - "Successfully rescored problem to improve score for user {user}": "\u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0642\u062b\u0633\u0630\u062e\u0642\u062b\u064a \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0641\u062e \u0647\u0648\u062d\u0642\u062e\u062f\u062b \u0633\u0630\u062e\u0642\u062b \u0628\u062e\u0642 \u0639\u0633\u062b\u0642 {user}", - "Successfully reset the attempts for user {user}": "\u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0642\u062b\u0633\u062b\u0641 \u0641\u0627\u062b \u0634\u0641\u0641\u062b\u0648\u062d\u0641\u0633 \u0628\u062e\u0642 \u0639\u0633\u062b\u0642 {user}", - "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "\u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0633\u062b\u0631\u0641 \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u062b\u0648\u0634\u0647\u0645\u0633 \u0641\u062e \u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u0639\u0633\u062b\u0642\u0633. \u0641\u0627\u062b\u063a \u0635\u0647\u0645\u0645 \u0632\u062b \u0634\u0645\u0645\u062e\u0635\u062b\u064a \u0641\u062e \u062b\u0631\u0642\u062e\u0645\u0645 \u062e\u0631\u0630\u062b \u0641\u0627\u062b\u063a \u0642\u062b\u0644\u0647\u0633\u0641\u062b\u0642:", - "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "\u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0633\u062b\u0631\u0641 \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u062b\u0648\u0634\u0647\u0645\u0633 \u0641\u062e \u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u0639\u0633\u062b\u0642\u0633. \u0641\u0627\u062b\u063a \u0635\u0647\u0645\u0645 \u0632\u062b \u062b\u0631\u0642\u062e\u0645\u0645\u062b\u064a \u062e\u0631\u0630\u062b \u0641\u0627\u062b\u063a \u0642\u062b\u0644\u0647\u0633\u0641\u062b\u0642:", - "Successfully started task to rescore problem '<%- problem_id %>' for all students. Click the 'Show Task Status' button to see the status of the task.": "\u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0633\u0641\u0634\u0642\u0641\u062b\u064a \u0641\u0634\u0633\u0646 \u0641\u062e \u0642\u062b\u0633\u0630\u062e\u0642\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648 '<%- problem_id %>' \u0628\u062e\u0642 \u0634\u0645\u0645 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633. \u0630\u0645\u0647\u0630\u0646 \u0641\u0627\u062b '\u0633\u0627\u062e\u0635 \u0641\u0634\u0633\u0646 \u0633\u0641\u0634\u0641\u0639\u0633' \u0632\u0639\u0641\u0641\u062e\u0631 \u0641\u062e \u0633\u062b\u062b \u0641\u0627\u062b \u0633\u0641\u0634\u0641\u0639\u0633 \u062e\u0628 \u0641\u0627\u062b \u0641\u0634\u0633\u0646.", - "Successfully started task to reset attempts for problem '<%- problem_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0633\u0641\u0634\u0642\u0641\u062b\u064a \u0641\u0634\u0633\u0646 \u0641\u062e \u0642\u062b\u0633\u062b\u0641 \u0634\u0641\u0641\u062b\u0648\u062d\u0641\u0633 \u0628\u062e\u0642 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 '<%- problem_id %>'. \u0630\u0645\u0647\u0630\u0646 \u0641\u0627\u062b '\u0633\u0627\u062e\u0635 \u0641\u0634\u0633\u0646 \u0633\u0641\u0634\u0641\u0639\u0633' \u0632\u0639\u0641\u0641\u062e\u0631 \u0641\u062e \u0633\u062b\u062b \u0641\u0627\u062b \u0633\u0641\u0634\u0641\u0639\u0633 \u062e\u0628 \u0641\u0627\u062b \u0641\u0634\u0633\u0646.", - "Successfully unlinked.": "\u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0639\u0631\u0645\u0647\u0631\u0646\u062b\u064a.", - "Superscript": "\u0633\u0639\u062d\u062b\u0642\u0633\u0630\u0642\u0647\u062d\u0641", - "Support education research by providing additional information": "\u0633\u0639\u062d\u062d\u062e\u0642\u0641 \u062b\u064a\u0639\u0630\u0634\u0641\u0647\u062e\u0631 \u0642\u062b\u0633\u062b\u0634\u0642\u0630\u0627 \u0632\u063a \u062d\u0642\u062e\u062f\u0647\u064a\u0647\u0631\u0644 \u0634\u064a\u064a\u0647\u0641\u0647\u062e\u0631\u0634\u0645 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631", - "Supported": "\u0633\u0639\u062d\u062d\u062e\u0642\u0641\u062b\u064a", - "Supported file types: {supportedVideoTypes}": "\u0633\u0639\u062d\u062d\u062e\u0642\u0641\u062b\u064a \u0628\u0647\u0645\u062b \u0641\u063a\u062d\u062b\u0633: {supportedVideoTypes}", - "Switch Language Back": "\u0633\u0635\u0647\u0641\u0630\u0627 \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b \u0632\u0634\u0630\u0646", - "TOTAL": "\u0641\u062e\u0641\u0634\u0645", - "Table": "\u0641\u0634\u0632\u0645\u062b", - "Table properties": "\u0641\u0634\u0632\u0645\u062b \u062d\u0642\u062e\u062d\u062b\u0642\u0641\u0647\u062b\u0633", - "Tags": "\u0641\u0634\u0644\u0633", - "Tags:": "\u0641\u0634\u0644\u0633:", - "Take Photo": "\u0641\u0634\u0646\u062b \u062d\u0627\u062e\u0641\u062e", - "Take Your Photo": "\u0641\u0634\u0646\u062b \u063a\u062e\u0639\u0642 \u062d\u0627\u062e\u0641\u062e", - "Take a Photo of Your ID": "\u0641\u0634\u0646\u062b \u0634 \u062d\u0627\u062e\u0641\u062e \u062e\u0628 \u063a\u062e\u0639\u0642 \u0647\u064a", - "Take a photo of your ID": "\u0641\u0634\u0646\u062b \u0634 \u062d\u0627\u062e\u0641\u062e \u062e\u0628 \u063a\u062e\u0639\u0642 \u0647\u064a", - "Take me to the main course page": "\u0641\u0634\u0646\u062b \u0648\u062b \u0641\u062e \u0641\u0627\u062b \u0648\u0634\u0647\u0631 \u0630\u062e\u0639\u0642\u0633\u062b \u062d\u0634\u0644\u062b", - "Take me to the main library page": "\u0641\u0634\u0646\u062b \u0648\u062b \u0641\u062e \u0641\u0627\u062b \u0648\u0634\u0647\u0631 \u0645\u0647\u0632\u0642\u0634\u0642\u063a \u062d\u0634\u0644\u062b", - "Take me to the new location": "\u0641\u0634\u0646\u062b \u0648\u062b \u0641\u062e \u0641\u0627\u062b \u0631\u062b\u0635 \u0645\u062e\u0630\u0634\u0641\u0647\u062e\u0631", - "Target": "\u0641\u0634\u0642\u0644\u062b\u0641", - "Task ID": "\u0641\u0634\u0633\u0646 \u0647\u064a", - "Task Progress": "\u0641\u0634\u0633\u0646 \u062d\u0642\u062e\u0644\u0642\u062b\u0633\u0633", - "Task Status": "\u0641\u0634\u0633\u0646 \u0633\u0641\u0634\u0641\u0639\u0633", - "Task Type": "\u0641\u0634\u0633\u0646 \u0641\u063a\u062d\u062b", - "Task inputs": "\u0641\u0634\u0633\u0646 \u0647\u0631\u062d\u0639\u0641\u0633", - "Teaching Assistant": "\u0641\u062b\u0634\u0630\u0627\u0647\u0631\u0644 \u0634\u0633\u0633\u0647\u0633\u0641\u0634\u0631\u0641", - "Team \"{team}\" successfully deleted.": "\u0641\u062b\u0634\u0648 \"{team}\" \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u064a\u062b\u0645\u062b\u0641\u062b\u064a.", - "Team Description (Required) *": "\u0641\u062b\u0634\u0648 \u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631 (\u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a) *", - "Team Details": "\u0641\u062b\u0634\u0648 \u064a\u062b\u0641\u0634\u0647\u0645\u0633", - "Team Name (Required) *": "\u0641\u062b\u0634\u0648 \u0631\u0634\u0648\u062b (\u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a) *", - "Team Search": "\u0641\u062b\u0634\u0648 \u0633\u062b\u0634\u0642\u0630\u0627", - "Team capacity": "\u0641\u062b\u0634\u0648 \u0630\u0634\u062d\u0634\u0630\u0647\u0641\u063a", - "Team description cannot have more than 300 characters.": "\u0641\u062b\u0634\u0648 \u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631 \u0630\u0634\u0631\u0631\u062e\u0641 \u0627\u0634\u062f\u062b \u0648\u062e\u0642\u062b \u0641\u0627\u0634\u0631 300 \u0630\u0627\u0634\u0642\u0634\u0630\u0641\u062b\u0642\u0633.", - "Team member profiles": "\u0641\u062b\u0634\u0648 \u0648\u062b\u0648\u0632\u062b\u0642 \u062d\u0642\u062e\u0628\u0647\u0645\u062b\u0633", - "Team name cannot have more than 255 characters.": "\u0641\u062b\u0634\u0648 \u0631\u0634\u0648\u062b \u0630\u0634\u0631\u0631\u062e\u0641 \u0627\u0634\u062f\u062b \u0648\u062e\u0642\u062b \u0641\u0627\u0634\u0631 255 \u0630\u0627\u0634\u0642\u0634\u0630\u0641\u062b\u0642\u0633.", - "Teams": "\u0641\u062b\u0634\u0648\u0633", - "Teams Pagination": "\u0641\u062b\u0634\u0648\u0633 \u062d\u0634\u0644\u0647\u0631\u0634\u0641\u0647\u062e\u0631", - "Tell other learners a little about yourself: where you live, what your interests are, why you're taking courses, or what you hope to learn.": "\u0641\u062b\u0645\u0645 \u062e\u0641\u0627\u062b\u0642 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0634 \u0645\u0647\u0641\u0641\u0645\u062b \u0634\u0632\u062e\u0639\u0641 \u063a\u062e\u0639\u0642\u0633\u062b\u0645\u0628: \u0635\u0627\u062b\u0642\u062b \u063a\u062e\u0639 \u0645\u0647\u062f\u062b, \u0635\u0627\u0634\u0641 \u063a\u062e\u0639\u0642 \u0647\u0631\u0641\u062b\u0642\u062b\u0633\u0641\u0633 \u0634\u0642\u062b, \u0635\u0627\u063a \u063a\u062e\u0639'\u0642\u062b \u0641\u0634\u0646\u0647\u0631\u0644 \u0630\u062e\u0639\u0642\u0633\u062b\u0633, \u062e\u0642 \u0635\u0627\u0634\u0641 \u063a\u062e\u0639 \u0627\u062e\u062d\u062b \u0641\u062e \u0645\u062b\u0634\u0642\u0631.", - "Templates": "\u0641\u062b\u0648\u062d\u0645\u0634\u0641\u062b\u0633", - "Terms of Service and Honor Code": "\u0641\u062b\u0642\u0648\u0633 \u062e\u0628 \u0633\u062b\u0642\u062f\u0647\u0630\u062b \u0634\u0631\u064a \u0627\u062e\u0631\u062e\u0642 \u0630\u062e\u064a\u062b", - "Text color": "\u0641\u062b\u0637\u0641 \u0630\u062e\u0645\u062e\u0642", - "Text to display": "\u0641\u062b\u0637\u0641 \u0641\u062e \u064a\u0647\u0633\u062d\u0645\u0634\u063a", - "Textbook Name": "\u0641\u062b\u0637\u0641\u0632\u062e\u062e\u0646 \u0631\u0634\u0648\u062b", - "Textbook information": "\u0641\u062b\u0637\u0641\u0632\u062e\u062e\u0646 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631", - "Textbook name is required": "\u0641\u062b\u0637\u0641\u0632\u062e\u062e\u0646 \u0631\u0634\u0648\u062b \u0647\u0633 \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a", - "Thank you %(full_name)s! We have received your payment for %(course_name)s.": "\u0641\u0627\u0634\u0631\u0646 \u063a\u062e\u0639 %(full_name)s! \u0635\u062b \u0627\u0634\u062f\u062b \u0642\u062b\u0630\u062b\u0647\u062f\u062b\u064a \u063a\u062e\u0639\u0642 \u062d\u0634\u063a\u0648\u062b\u0631\u0641 \u0628\u062e\u0642 %(course_name)s.", - "Thank you for setting your course goal to {goal}!": "\u0641\u0627\u0634\u0631\u0646 \u063a\u062e\u0639 \u0628\u062e\u0642 \u0633\u062b\u0641\u0641\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u0630\u062e\u0639\u0642\u0633\u062b \u0644\u062e\u0634\u0645 \u0641\u062e {goal}!", - "Thank you for submitting a request! We will contact you within 24 hours.": "\u0641\u0627\u0634\u0631\u0646 \u063a\u062e\u0639 \u0628\u062e\u0642 \u0633\u0639\u0632\u0648\u0647\u0641\u0641\u0647\u0631\u0644 \u0634 \u0642\u062b\u0636\u0639\u062b\u0633\u0641! \u0635\u062b \u0635\u0647\u0645\u0645 \u0630\u062e\u0631\u0641\u0634\u0630\u0641 \u063a\u062e\u0639 \u0635\u0647\u0641\u0627\u0647\u0631 24 \u0627\u062e\u0639\u0642\u0633.", - "Thank you for submitting your financial assistance application for {course_name}! You can expect a response in 2-4 business days.": "\u0641\u0627\u0634\u0631\u0646 \u063a\u062e\u0639 \u0628\u062e\u0642 \u0633\u0639\u0632\u0648\u0647\u0641\u0641\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u0628\u0647\u0631\u0634\u0631\u0630\u0647\u0634\u0645 \u0634\u0633\u0633\u0647\u0633\u0641\u0634\u0631\u0630\u062b \u0634\u062d\u062d\u0645\u0647\u0630\u0634\u0641\u0647\u062e\u0631 \u0628\u062e\u0642 {course_name}! \u063a\u062e\u0639 \u0630\u0634\u0631 \u062b\u0637\u062d\u062b\u0630\u0641 \u0634 \u0642\u062b\u0633\u062d\u062e\u0631\u0633\u062b \u0647\u0631 2-4 \u0632\u0639\u0633\u0647\u0631\u062b\u0633\u0633 \u064a\u0634\u063a\u0633.", - "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "\u0641\u0627\u0634\u0631\u0646 \u063a\u062e\u0639 \u0628\u062e\u0642 \u0633\u0639\u0632\u0648\u0647\u0641\u0641\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u062d\u0627\u062e\u0641\u062e\u0633. \u0635\u062b \u0635\u0647\u0645\u0645 \u0642\u062b\u062f\u0647\u062b\u0635 \u0641\u0627\u062b\u0648 \u0633\u0627\u062e\u0642\u0641\u0645\u063a. \u063a\u062e\u0639 \u0630\u0634\u0631 \u0631\u062e\u0635 \u0633\u0647\u0644\u0631 \u0639\u062d \u0628\u062e\u0642 \u0634\u0631\u063a %(platformName)s \u0630\u062e\u0639\u0642\u0633\u062b \u0641\u0627\u0634\u0641 \u062e\u0628\u0628\u062b\u0642\u0633 \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633. \u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631 \u0647\u0633 \u0644\u062e\u062e\u064a \u0628\u062e\u0642 \u062e\u0631\u062b \u063a\u062b\u0634\u0642. \u0634\u0628\u0641\u062b\u0642 \u062e\u0631\u062b \u063a\u062b\u0634\u0642, \u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u0633\u0639\u0632\u0648\u0647\u0641 \u062d\u0627\u062e\u0641\u062e\u0633 \u0628\u062e\u0642 \u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631 \u0634\u0644\u0634\u0647\u0631.", - "Thank you! We have received your payment for {courseName}.": "\u0641\u0627\u0634\u0631\u0646 \u063a\u062e\u0639! \u0635\u062b \u0627\u0634\u062f\u062b \u0642\u062b\u0630\u062b\u0647\u062f\u062b\u064a \u063a\u062e\u0639\u0642 \u062d\u0634\u063a\u0648\u062b\u0631\u0641 \u0628\u062e\u0642 {courseName}.", - "Thanks for returning to verify your ID in: {courseName}": "\u0641\u0627\u0634\u0631\u0646\u0633 \u0628\u062e\u0642 \u0642\u062b\u0641\u0639\u0642\u0631\u0647\u0631\u0644 \u0641\u062e \u062f\u062b\u0642\u0647\u0628\u063a \u063a\u062e\u0639\u0642 \u0647\u064a \u0647\u0631: {courseName}", - "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "\u0641\u0627\u062b \u0639\u0642\u0645 \u063a\u062e\u0639 \u062b\u0631\u0641\u062b\u0642\u062b\u064a \u0633\u062b\u062b\u0648\u0633 \u0641\u062e \u0632\u062b \u0634\u0631 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633. \u064a\u062e \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0634\u064a\u064a \u0641\u0627\u062b \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a \u0648\u0634\u0647\u0645\u0641\u062e: \u062d\u0642\u062b\u0628\u0647\u0637?", - "The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": "\u0641\u0627\u062b \u0639\u0642\u0645 \u063a\u062e\u0639 \u062b\u0631\u0641\u062b\u0642\u062b\u064a \u0633\u062b\u062b\u0648\u0633 \u0641\u062e \u0632\u062b \u0634\u0631 \u062b\u0637\u0641\u062b\u0642\u0631\u0634\u0645 \u0645\u0647\u0631\u0646. \u064a\u062e \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0634\u064a\u064a \u0641\u0627\u062b \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a \u0627\u0641\u0641\u062d:// \u062d\u0642\u062b\u0628\u0647\u0637?", - "The assignment type must have a name.": "\u0641\u0627\u062b \u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641 \u0641\u063a\u062d\u062b \u0648\u0639\u0633\u0641 \u0627\u0634\u062f\u062b \u0634 \u0631\u0634\u0648\u062b.", - "The certificate available date must be later than the course end date.": "\u0641\u0627\u062b \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b \u064a\u0634\u0641\u062b \u0648\u0639\u0633\u0641 \u0632\u062b \u0645\u0634\u0641\u062b\u0642 \u0641\u0627\u0634\u0631 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u062b\u0631\u064a \u064a\u0634\u0641\u062b.", - "The certificate for this learner has been re-validated and the system is re-running the grade for this learner.": "\u0641\u0627\u062b \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u0645\u062b\u0634\u0642\u0631\u062b\u0642 \u0627\u0634\u0633 \u0632\u062b\u062b\u0631 \u0642\u062b-\u062f\u0634\u0645\u0647\u064a\u0634\u0641\u062b\u064a \u0634\u0631\u064a \u0641\u0627\u062b \u0633\u063a\u0633\u0641\u062b\u0648 \u0647\u0633 \u0642\u062b-\u0642\u0639\u0631\u0631\u0647\u0631\u0644 \u0641\u0627\u062b \u0644\u0642\u0634\u064a\u062b \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u0645\u062b\u0634\u0642\u0631\u062b\u0642.", - "The cohort cannot be added": "\u0641\u0627\u062b \u0630\u062e\u0627\u062e\u0642\u0641 \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0634\u064a\u064a\u062b\u064a", - "The cohort cannot be saved": "\u0641\u0627\u062b \u0630\u062e\u0627\u062e\u0642\u0641 \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0633\u0634\u062f\u062b\u064a", - "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "\u0641\u0627\u062b \u0630\u062e\u0648\u0632\u0647\u0631\u062b\u064a \u0645\u062b\u0631\u0644\u0641\u0627 \u062e\u0628 \u0641\u0627\u062b \u062e\u0642\u0644\u0634\u0631\u0647\u0638\u0634\u0641\u0647\u062e\u0631 \u0634\u0631\u064a \u0645\u0647\u0632\u0642\u0634\u0642\u063a \u0630\u062e\u064a\u062b \u0628\u0647\u062b\u0645\u064a\u0633 \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0648\u062e\u0642\u062b \u0641\u0627\u0634\u0631 <%=limit%> \u0630\u0627\u0634\u0642\u0634\u0630\u0641\u062b\u0642\u0633.", - "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "\u0641\u0627\u062b \u0630\u062e\u0648\u0632\u0647\u0631\u062b\u064a \u0645\u062b\u0631\u0644\u0641\u0627 \u062e\u0628 \u0641\u0627\u062b \u062e\u0642\u0644\u0634\u0631\u0647\u0638\u0634\u0641\u0647\u062e\u0631, \u0630\u062e\u0639\u0642\u0633\u062b \u0631\u0639\u0648\u0632\u062b\u0642, \u0634\u0631\u064a \u0630\u062e\u0639\u0642\u0633\u062b \u0642\u0639\u0631 \u0628\u0647\u062b\u0645\u064a\u0633 \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0648\u062e\u0642\u062b \u0641\u0627\u0634\u0631 <%=limit%> \u0630\u0627\u0634\u0642\u0634\u0630\u0641\u062b\u0642\u0633.", - "The country or region where you live.": "\u0641\u0627\u062b \u0630\u062e\u0639\u0631\u0641\u0642\u063a \u062e\u0642 \u0642\u062b\u0644\u0647\u062e\u0631 \u0635\u0627\u062b\u0642\u062b \u063a\u062e\u0639 \u0645\u0647\u062f\u062b.", - "The country that team members primarily identify with.": "\u0641\u0627\u062b \u0630\u062e\u0639\u0631\u0641\u0642\u063a \u0641\u0627\u0634\u0641 \u0641\u062b\u0634\u0648 \u0648\u062b\u0648\u0632\u062b\u0642\u0633 \u062d\u0642\u0647\u0648\u0634\u0642\u0647\u0645\u063a \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u063a \u0635\u0647\u0641\u0627.", - "The course end date must be later than the course start date.": "\u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u062b\u0631\u064a \u064a\u0634\u0641\u062b \u0648\u0639\u0633\u0641 \u0632\u062b \u0645\u0634\u0641\u062b\u0642 \u0641\u0627\u0634\u0631 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u0633\u0641\u0634\u0642\u0641 \u064a\u0634\u0641\u062b.", - "The course must have an assigned start date.": "\u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u0648\u0639\u0633\u0641 \u0627\u0634\u062f\u062b \u0634\u0631 \u0634\u0633\u0633\u0647\u0644\u0631\u062b\u064a \u0633\u0641\u0634\u0642\u0641 \u064a\u0634\u0641\u062b.", - "The course start date must be later than the enrollment start date.": "\u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u0633\u0641\u0634\u0642\u0641 \u064a\u0634\u0641\u062b \u0648\u0639\u0633\u0641 \u0632\u062b \u0645\u0634\u0641\u062b\u0642 \u0641\u0627\u0634\u0631 \u0641\u0627\u062b \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0633\u0641\u0634\u0642\u0641 \u064a\u0634\u0641\u062b.", - "The email address you've provided isn't formatted correctly.": "\u0641\u0627\u062b \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 \u063a\u062e\u0639'\u062f\u062b \u062d\u0642\u062e\u062f\u0647\u064a\u062b\u064a \u0647\u0633\u0631'\u0641 \u0628\u062e\u0642\u0648\u0634\u0641\u0641\u062b\u064a \u0630\u062e\u0642\u0642\u062b\u0630\u0641\u0645\u063a.", - "The enrollment end date cannot be after the course end date.": "\u0641\u0627\u062b \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u062b\u0631\u064a \u064a\u0634\u0641\u062b \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0634\u0628\u0641\u062b\u0642 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u062b\u0631\u064a \u064a\u0634\u0641\u062b.", - "The enrollment start date cannot be after the enrollment end date.": "\u0641\u0627\u062b \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0633\u0641\u0634\u0642\u0641 \u064a\u0634\u0641\u062b \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0634\u0628\u0641\u062b\u0642 \u0641\u0627\u062b \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u062b\u0631\u064a \u064a\u0634\u0641\u062b.", - "The file could not be uploaded.": "\u0641\u0627\u062b \u0628\u0647\u0645\u062b \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0639\u062d\u0645\u062e\u0634\u064a\u062b\u064a.", - "The file must be at least {size} in size.": "\u0641\u0627\u062b \u0628\u0647\u0645\u062b \u0648\u0639\u0633\u0641 \u0632\u062b \u0634\u0641 \u0645\u062b\u0634\u0633\u0641 {size} \u0647\u0631 \u0633\u0647\u0638\u062b.", - "The file must be smaller than {size} in size.": "\u0641\u0627\u062b \u0628\u0647\u0645\u062b \u0648\u0639\u0633\u0641 \u0632\u062b \u0633\u0648\u0634\u0645\u0645\u062b\u0642 \u0641\u0627\u0634\u0631 {size} \u0647\u0631 \u0633\u0647\u0638\u062b.", - "The file you are trying to upload is too large.": "\u0641\u0627\u062b \u0628\u0647\u0645\u062b \u063a\u062e\u0639 \u0634\u0642\u062b \u0641\u0642\u063a\u0647\u0631\u0644 \u0641\u062e \u0639\u062d\u0645\u062e\u0634\u064a \u0647\u0633 \u0641\u062e\u062e \u0645\u0634\u0642\u0644\u062b.", - "The following email addresses and/or usernames are invalid:": "\u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633\u062b\u0633 \u0634\u0631\u064a/\u062e\u0642 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b\u0633 \u0634\u0642\u062b \u0647\u0631\u062f\u0634\u0645\u0647\u064a:", - "The following errors were generated:": "\u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u062b\u0642\u0642\u062e\u0642\u0633 \u0635\u062b\u0642\u062b \u0644\u062b\u0631\u062b\u0642\u0634\u0641\u062b\u064a:", - "The following information is already a part of your {platform} profile. We\\'ve included it here for your application.": "\u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u0647\u0633 \u0634\u0645\u0642\u062b\u0634\u064a\u063a \u0634 \u062d\u0634\u0642\u0641 \u062e\u0628 \u063a\u062e\u0639\u0642 {platform} \u062d\u0642\u062e\u0628\u0647\u0645\u062b. \u0635\u062b\\'\u062f\u062b \u0647\u0631\u0630\u0645\u0639\u064a\u062b\u064a \u0647\u0641 \u0627\u062b\u0642\u062b \u0628\u062e\u0642 \u063a\u062e\u0639\u0642 \u0634\u062d\u062d\u0645\u0647\u0630\u0634\u0641\u0647\u062e\u0631.", - "The following message will be displayed at the bottom of the courseware pages within your course:": "\u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u0635\u0647\u0645\u0645 \u0632\u062b \u064a\u0647\u0633\u062d\u0645\u0634\u063a\u062b\u064a \u0634\u0641 \u0641\u0627\u062b \u0632\u062e\u0641\u0641\u062e\u0648 \u062e\u0628 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b\u0635\u0634\u0642\u062b \u062d\u0634\u0644\u062b\u0633 \u0635\u0647\u0641\u0627\u0647\u0631 \u063a\u062e\u0639\u0642 \u0630\u062e\u0639\u0642\u0633\u062b:", - "The following options are available for the {license_name} license.": "\u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u062e\u062d\u0641\u0647\u062e\u0631\u0633 \u0634\u0642\u062b \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b \u0628\u062e\u0642 \u0641\u0627\u062b {license_name} \u0645\u0647\u0630\u062b\u0631\u0633\u062b.", - "The following users are no longer enrolled in the course:": "\u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u0639\u0633\u062b\u0642\u0633 \u0634\u0642\u062b \u0631\u062e \u0645\u062e\u0631\u0644\u062b\u0642 \u062b\u0631\u0642\u062e\u0645\u0645\u062b\u064a \u0647\u0631 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b:", - "The following warnings were generated:": "\u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u0635\u0634\u0642\u0631\u0647\u0631\u0644\u0633 \u0635\u062b\u0642\u062b \u0644\u062b\u0631\u062b\u0642\u0634\u0641\u062b\u064a:", - "The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.": "\u0641\u0627\u062b \u0644\u062b\u0631\u062b\u0642\u0634\u0645 \u0630\u0634\u0641\u062b\u0644\u062e\u0642\u063a \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u0641\u063a\u062d\u062b \u062e\u0628 \u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641, \u0628\u062e\u0642 \u062b\u0637\u0634\u0648\u062d\u0645\u062b, \u0627\u062e\u0648\u062b\u0635\u062e\u0642\u0646 \u062e\u0642 \u0648\u0647\u064a\u0641\u062b\u0642\u0648 \u062b\u0637\u0634\u0648. \u0641\u0627\u0647\u0633 \u0631\u0634\u0648\u062b \u0647\u0633 \u062f\u0647\u0633\u0647\u0632\u0645\u062b \u0641\u062e \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633.", - "The grading process is still running. Refresh the page to see updates.": "\u0641\u0627\u062b \u0644\u0642\u0634\u064a\u0647\u0631\u0644 \u062d\u0642\u062e\u0630\u062b\u0633\u0633 \u0647\u0633 \u0633\u0641\u0647\u0645\u0645 \u0642\u0639\u0631\u0631\u0647\u0631\u0644. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0641\u062e \u0633\u062b\u062b \u0639\u062d\u064a\u0634\u0641\u062b\u0633.", - "The language that team members primarily use to communicate with each other.": "\u0641\u0627\u062b \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b \u0641\u0627\u0634\u0641 \u0641\u062b\u0634\u0648 \u0648\u062b\u0648\u0632\u062b\u0642\u0633 \u062d\u0642\u0647\u0648\u0634\u0642\u0647\u0645\u063a \u0639\u0633\u062b \u0641\u062e \u0630\u062e\u0648\u0648\u0639\u0631\u0647\u0630\u0634\u0641\u062b \u0635\u0647\u0641\u0627 \u062b\u0634\u0630\u0627 \u062e\u0641\u0627\u062b\u0642.", - "The language used throughout this site. This site is currently available in a limited number of languages. Changing the value of this field will cause the page to refresh.": "\u0641\u0627\u062b \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b \u0639\u0633\u062b\u064a \u0641\u0627\u0642\u062e\u0639\u0644\u0627\u062e\u0639\u0641 \u0641\u0627\u0647\u0633 \u0633\u0647\u0641\u062b. \u0641\u0627\u0647\u0633 \u0633\u0647\u0641\u062b \u0647\u0633 \u0630\u0639\u0642\u0642\u062b\u0631\u0641\u0645\u063a \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b \u0647\u0631 \u0634 \u0645\u0647\u0648\u0647\u0641\u062b\u064a \u0631\u0639\u0648\u0632\u062b\u0642 \u062e\u0628 \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b\u0633. \u0630\u0627\u0634\u0631\u0644\u0647\u0631\u0644 \u0641\u0627\u062b \u062f\u0634\u0645\u0639\u062b \u062e\u0628 \u0641\u0627\u0647\u0633 \u0628\u0647\u062b\u0645\u064a \u0635\u0647\u0645\u0645 \u0630\u0634\u0639\u0633\u062b \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0641\u062e \u0642\u062b\u0628\u0642\u062b\u0633\u0627.", - "The minimum completion percentage must be a whole number between 0 and 100.": "\u0641\u0627\u062b \u0648\u0647\u0631\u0647\u0648\u0639\u0648 \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u0647\u062e\u0631 \u062d\u062b\u0642\u0630\u062b\u0631\u0641\u0634\u0644\u062b \u0648\u0639\u0633\u0641 \u0632\u062b \u0634 \u0635\u0627\u062e\u0645\u062b \u0631\u0639\u0648\u0632\u062b\u0642 \u0632\u062b\u0641\u0635\u062b\u062b\u0631 0 \u0634\u0631\u064a 100.", - "The minimum grade for course credit is not set.": "\u0641\u0627\u062b \u0648\u0647\u0631\u0647\u0648\u0639\u0648 \u0644\u0642\u0634\u064a\u062b \u0628\u062e\u0642 \u0630\u062e\u0639\u0642\u0633\u062b \u0630\u0642\u062b\u064a\u0647\u0641 \u0647\u0633 \u0631\u062e\u0641 \u0633\u062b\u0641.", - "The minimum score percentage must be a whole number between 0 and 100.": "\u0641\u0627\u062b \u0648\u0647\u0631\u0647\u0648\u0639\u0648 \u0633\u0630\u062e\u0642\u062b \u062d\u062b\u0642\u0630\u062b\u0631\u0641\u0634\u0644\u062b \u0648\u0639\u0633\u0641 \u0632\u062b \u0634 \u0635\u0627\u062e\u0645\u062b \u0631\u0639\u0648\u0632\u062b\u0642 \u0632\u062b\u0641\u0635\u062b\u062b\u0631 0 \u0634\u0631\u064a 100.", - "The more you tell us, the more quickly and helpfully we can respond!": "\u0641\u0627\u062b \u0648\u062e\u0642\u062b \u063a\u062e\u0639 \u0641\u062b\u0645\u0645 \u0639\u0633, \u0641\u0627\u062b \u0648\u062e\u0642\u062b \u0636\u0639\u0647\u0630\u0646\u0645\u063a \u0634\u0631\u064a \u0627\u062b\u0645\u062d\u0628\u0639\u0645\u0645\u063a \u0635\u062b \u0630\u0634\u0631 \u0642\u062b\u0633\u062d\u062e\u0631\u064a!", - "The name of this signatory as it should appear on certificates.": "\u0641\u0627\u062b \u0631\u0634\u0648\u062b \u062e\u0628 \u0641\u0627\u0647\u0633 \u0633\u0647\u0644\u0631\u0634\u0641\u062e\u0642\u063a \u0634\u0633 \u0647\u0641 \u0633\u0627\u062e\u0639\u0645\u064a \u0634\u062d\u062d\u062b\u0634\u0642 \u062e\u0631 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633.", - "The name that identifies you on {platform_name}. You cannot change your username.": "\u0641\u0627\u062b \u0631\u0634\u0648\u062b \u0641\u0627\u0634\u0641 \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u0647\u062b\u0633 \u063a\u062e\u0639 \u062e\u0631 {platform_name}. \u063a\u062e\u0639 \u0630\u0634\u0631\u0631\u062e\u0641 \u0630\u0627\u0634\u0631\u0644\u062b \u063a\u062e\u0639\u0642 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b.", - "The name that is used for ID verification and that appears on your certificates.": "\u0641\u0627\u062b \u0631\u0634\u0648\u062b \u0641\u0627\u0634\u0641 \u0647\u0633 \u0639\u0633\u062b\u064a \u0628\u062e\u0642 \u0647\u064a \u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631 \u0634\u0631\u064a \u0641\u0627\u0634\u0641 \u0634\u062d\u062d\u062b\u0634\u0642\u0633 \u062e\u0631 \u063a\u062e\u0639\u0642 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633.", - "The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.": "\u0641\u0627\u062b \u0631\u0639\u0648\u0632\u062b\u0642 \u062e\u0628 \u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641\u0633 \u062e\u0628 \u0641\u0627\u0647\u0633 \u0641\u063a\u062d\u062b \u0641\u0627\u0634\u0641 \u0635\u0647\u0645\u0645 \u0632\u062b \u064a\u0642\u062e\u062d\u062d\u062b\u064a. \u0641\u0627\u062b \u0645\u062e\u0635\u062b\u0633\u0641 \u0633\u0630\u062e\u0642\u0647\u0631\u0644 \u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641\u0633 \u0634\u0642\u062b \u064a\u0642\u062e\u062d\u062d\u062b\u064a \u0628\u0647\u0642\u0633\u0641.", - "The number of subsections in the course that contain problems of this assignment type.": "\u0641\u0627\u062b \u0631\u0639\u0648\u0632\u062b\u0642 \u062e\u0628 \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631\u0633 \u0647\u0631 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u0641\u0627\u0634\u0641 \u0630\u062e\u0631\u0641\u0634\u0647\u0631 \u062d\u0642\u062e\u0632\u0645\u062b\u0648\u0633 \u062e\u0628 \u0641\u0627\u0647\u0633 \u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641 \u0641\u063a\u062d\u062b.", - "The organization that this signatory belongs to, as it should appear on certificates.": "\u0641\u0627\u062b \u062e\u0642\u0644\u0634\u0631\u0647\u0638\u0634\u0641\u0647\u062e\u0631 \u0641\u0627\u0634\u0641 \u0641\u0627\u0647\u0633 \u0633\u0647\u0644\u0631\u0634\u0641\u062e\u0642\u063a \u0632\u062b\u0645\u062e\u0631\u0644\u0633 \u0641\u062e, \u0634\u0633 \u0647\u0641 \u0633\u0627\u062e\u0639\u0645\u064a \u0634\u062d\u062d\u062b\u0634\u0642 \u062e\u0631 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633.", - "The page \"{route}\" could not be found.": "\u0641\u0627\u062b \u062d\u0634\u0644\u062b \"{route}\" \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0628\u062e\u0639\u0631\u064a.", - "The photo of your face matches the photo on your ID.": "\u0641\u0627\u062b \u062d\u0627\u062e\u0641\u062e \u062e\u0628 \u063a\u062e\u0639\u0642 \u0628\u0634\u0630\u062b \u0648\u0634\u0641\u0630\u0627\u062b\u0633 \u0641\u0627\u062b \u062d\u0627\u062e\u0641\u062e \u062e\u0631 \u063a\u062e\u0639\u0642 \u0647\u064a.", - "The post you selected has been deleted.": "\u0641\u0627\u062b \u062d\u062e\u0633\u0641 \u063a\u062e\u0639 \u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a \u0627\u0634\u0633 \u0632\u062b\u062b\u0631 \u064a\u062b\u0645\u062b\u0641\u062b\u064a.", - "The published branch version, {published}, was reset to the draft branch version, {draft}.": "\u0641\u0627\u062b \u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a \u0632\u0642\u0634\u0631\u0630\u0627 \u062f\u062b\u0642\u0633\u0647\u062e\u0631, {published}, \u0635\u0634\u0633 \u0642\u062b\u0633\u062b\u0641 \u0641\u062e \u0641\u0627\u062b \u064a\u0642\u0634\u0628\u0641 \u0632\u0642\u0634\u0631\u0630\u0627 \u062f\u062b\u0642\u0633\u0647\u062e\u0631, {draft}.", - "The raw error message is:": "\u0641\u0627\u062b \u0642\u0634\u0635 \u062b\u0642\u0642\u062e\u0642 \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u0647\u0633:", - "The refund deadline for this course has passed,so you will not receive a refund.": "\u0641\u0627\u062b \u0642\u062b\u0628\u0639\u0631\u064a \u064a\u062b\u0634\u064a\u0645\u0647\u0631\u062b \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u0630\u062e\u0639\u0642\u0633\u062b \u0627\u0634\u0633 \u062d\u0634\u0633\u0633\u062b\u064a,\u0633\u062e \u063a\u062e\u0639 \u0635\u0647\u0645\u0645 \u0631\u062e\u0641 \u0642\u062b\u0630\u062b\u0647\u062f\u062b \u0634 \u0642\u062b\u0628\u0639\u0631\u064a.", - "The selected content group does not exist": "\u0641\u0627\u062b \u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d \u064a\u062e\u062b\u0633 \u0631\u062e\u0641 \u062b\u0637\u0647\u0633\u0641", - "The selected image must be larger than {minFileSizeInKB}.": "\u0641\u0627\u062b \u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a \u0647\u0648\u0634\u0644\u062b \u0648\u0639\u0633\u0641 \u0632\u062b \u0645\u0634\u0642\u0644\u062b\u0642 \u0641\u0627\u0634\u0631 {minFileSizeInKB}.", - "The selected image must be smaller than {maxFileSizeInMB}.": "\u0641\u0627\u062b \u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a \u0647\u0648\u0634\u0644\u062b \u0648\u0639\u0633\u0641 \u0632\u062b \u0633\u0648\u0634\u0645\u0645\u062b\u0642 \u0641\u0627\u0634\u0631 {maxFileSizeInMB}.", - "The team \"{team}\" could not be found.": "\u0641\u0627\u062b \u0641\u062b\u0634\u0648 \"{team}\" \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0628\u062e\u0639\u0631\u064a.", - "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "\u0641\u0627\u062b \u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0628\u062e\u0642 \u0641\u0627\u062b \u0628\u0647\u0642\u0633\u0641 \u062f\u0647\u064a\u062b\u062e \u0628\u0647\u0645\u062b \u064a\u062e\u062b\u0633 \u0631\u062e\u0641 \u0634\u062d\u062d\u062b\u0634\u0642 \u0641\u062e \u0632\u062b \u0641\u0627\u062b \u0633\u0634\u0648\u062b \u0634\u0633 \u0641\u0627\u062b \u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0628\u062e\u0642 \u0641\u0627\u062b \u0633\u062b\u0630\u062e\u0631\u064a \u062f\u0647\u064a\u062b\u062e \u0628\u0647\u0645\u062b.", - "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "\u0641\u0627\u062b \u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u062f\u0647\u064a\u062b\u062e \u062e\u0631 \u062b\u064a\u0637 \u0647\u0633 \u062e\u0639\u0641 \u062e\u0628 \u064a\u0634\u0641\u062b, \u0632\u0639\u0641 \u063a\u062e\u0639\u0641\u0639\u0632\u062b \u0627\u0634\u0633 \u0634 \u0630\u0639\u0642\u0642\u062b\u0631\u0641 \u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u062f\u0647\u064a\u062b\u062e.", - "The timer on the right shows the time remaining in the exam.": "\u0641\u0627\u062b \u0641\u0647\u0648\u062b\u0642 \u062e\u0631 \u0641\u0627\u062b \u0642\u0647\u0644\u0627\u0641 \u0633\u0627\u062e\u0635\u0633 \u0641\u0627\u062b \u0641\u0647\u0648\u062b \u0642\u062b\u0648\u0634\u0647\u0631\u0647\u0631\u0644 \u0647\u0631 \u0641\u0627\u062b \u062b\u0637\u0634\u0648.", - "The topic \"{topic}\" could not be found.": "\u0641\u0627\u062b \u0641\u062e\u062d\u0647\u0630 \"{topic}\" \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0628\u062e\u0639\u0631\u064a.", - "The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.": "\u0641\u0627\u062b \u0635\u062b\u0647\u0644\u0627\u0641 \u062e\u0628 \u0634\u0645\u0645 \u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641\u0633 \u062e\u0628 \u0641\u0627\u0647\u0633 \u0641\u063a\u062d\u062b \u0634\u0633 \u0634 \u062d\u062b\u0642\u0630\u062b\u0631\u0641\u0634\u0644\u062b \u062e\u0628 \u0641\u0627\u062b \u0641\u062e\u0641\u0634\u0645 \u0644\u0642\u0634\u064a\u062b, \u0628\u062e\u0642 \u062b\u0637\u0634\u0648\u062d\u0645\u062b, 40. \u064a\u062e \u0631\u062e\u0641 \u0647\u0631\u0630\u0645\u0639\u064a\u062b \u0641\u0627\u062b \u062d\u062b\u0642\u0630\u062b\u0631\u0641 \u0633\u063a\u0648\u0632\u062e\u0645.", - "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "\u0641\u0627\u062b {cohortGroupName} \u0630\u062e\u0627\u062e\u0642\u0641 \u0627\u0634\u0633 \u0632\u062b\u062b\u0631 \u0630\u0642\u062b\u0634\u0641\u062b\u064a. \u063a\u062e\u0639 \u0630\u0634\u0631 \u0648\u0634\u0631\u0639\u0634\u0645\u0645\u063a \u0634\u064a\u064a \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633 \u0641\u062e \u0641\u0627\u0647\u0633 \u0630\u062e\u0627\u062e\u0642\u0641 \u0632\u062b\u0645\u062e\u0635.", - "There are invalid keywords in your email. Check the following keywords and try again.": "\u0641\u0627\u062b\u0642\u062b \u0634\u0642\u062b \u0647\u0631\u062f\u0634\u0645\u0647\u064a \u0646\u062b\u063a\u0635\u062e\u0642\u064a\u0633 \u0647\u0631 \u063a\u062e\u0639\u0642 \u062b\u0648\u0634\u0647\u0645. \u0630\u0627\u062b\u0630\u0646 \u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u0646\u062b\u063a\u0635\u062e\u0642\u064a\u0633 \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "There are no posts in this topic yet.": "\u0641\u0627\u062b\u0642\u062b \u0634\u0642\u062b \u0631\u062e \u062d\u062e\u0633\u0641\u0633 \u0647\u0631 \u0641\u0627\u0647\u0633 \u0641\u062e\u062d\u0647\u0630 \u063a\u062b\u0641.", - "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.": "\u0641\u0627\u062b\u0642\u062b \u0627\u0634\u0633 \u0632\u062b\u062b\u0631 \u0634 \u0628\u0634\u0647\u0645\u0639\u0642\u062b \u0641\u062e \u062b\u0637\u062d\u062e\u0642\u0641 \u0641\u062e \u0637\u0648\u0645 \u0634\u0641 \u0645\u062b\u0634\u0633\u0641 \u062e\u0631\u062b \u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641. \u0647\u0641 \u0647\u0633 \u0642\u062b\u0630\u062e\u0648\u0648\u062b\u0631\u064a\u062b\u064a \u0641\u0627\u0634\u0641 \u063a\u062e\u0639 \u0644\u062e \u0641\u062e \u0641\u0627\u062b \u062b\u064a\u0647\u0641 \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0642\u062b\u062d\u0634\u0647\u0642 \u0641\u0627\u062b \u062b\u0642\u0642\u062e\u0642 \u0632\u062b\u0628\u062e\u0642\u062b \u0634\u0641\u0641\u062b\u0648\u062d\u0641\u0647\u0631\u0644 \u0634\u0631\u062e\u0641\u0627\u062b\u0642 \u062b\u0637\u062d\u062e\u0642\u0641. \u062d\u0645\u062b\u0634\u0633\u062b \u0630\u0627\u062b\u0630\u0646 \u0641\u0627\u0634\u0641 \u0634\u0645\u0645 \u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641\u0633 \u062e\u0631 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0642\u062b \u062f\u0634\u0645\u0647\u064a \u0634\u0631\u064a \u064a\u062e \u0631\u062e\u0641 \u064a\u0647\u0633\u062d\u0645\u0634\u063a \u0634\u0631\u063a \u062b\u0642\u0642\u062e\u0642 \u0648\u062b\u0633\u0633\u0634\u0644\u062b\u0633.", - "There has been an error processing your survey.": "\u0641\u0627\u062b\u0642\u062b \u0627\u0634\u0633 \u0632\u062b\u062b\u0631 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u062d\u0642\u062e\u0630\u062b\u0633\u0633\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u0633\u0639\u0642\u062f\u062b\u063a.", - "There has been an error while exporting.": "\u0641\u0627\u062b\u0642\u062b \u0627\u0634\u0633 \u0632\u062b\u062b\u0631 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0635\u0627\u0647\u0645\u062b \u062b\u0637\u062d\u062e\u0642\u0641\u0647\u0631\u0644.", - "There has been an error with your export.": "\u0641\u0627\u062b\u0642\u062b \u0627\u0634\u0633 \u0632\u062b\u062b\u0631 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0635\u0647\u0641\u0627 \u063a\u062e\u0639\u0642 \u062b\u0637\u062d\u062e\u0642\u0641.", - "There is invalid code in your content. Please check to make sure it is valid HTML.": "\u0641\u0627\u062b\u0642\u062b \u0647\u0633 \u0647\u0631\u062f\u0634\u0645\u0647\u064a \u0630\u062e\u064a\u062b \u0647\u0631 \u063a\u062e\u0639\u0642 \u0630\u062e\u0631\u0641\u062b\u0631\u0641. \u062d\u0645\u062b\u0634\u0633\u062b \u0630\u0627\u062b\u0630\u0646 \u0641\u062e \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0647\u0641 \u0647\u0633 \u062f\u0634\u0645\u0647\u064a \u0627\u0641\u0648\u0645.", - "There is no email history for this course.": "\u0641\u0627\u062b\u0642\u062b \u0647\u0633 \u0631\u062e \u062b\u0648\u0634\u0647\u0645 \u0627\u0647\u0633\u0641\u062e\u0642\u063a \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u0630\u062e\u0639\u0642\u0633\u062b.", - "There must be at least one group.": "\u0641\u0627\u062b\u0642\u062b \u0648\u0639\u0633\u0641 \u0632\u062b \u0634\u0641 \u0645\u062b\u0634\u0633\u0641 \u062e\u0631\u062b \u0644\u0642\u062e\u0639\u062d.", - "There must be one cohort to which students can automatically be assigned.": "\u0641\u0627\u062b\u0642\u062b \u0648\u0639\u0633\u0641 \u0632\u062b \u062e\u0631\u062b \u0630\u062e\u0627\u062e\u0642\u0641 \u0641\u062e \u0635\u0627\u0647\u0630\u0627 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633 \u0630\u0634\u0631 \u0634\u0639\u0641\u062e\u0648\u0634\u0641\u0647\u0630\u0634\u0645\u0645\u063a \u0632\u062b \u0634\u0633\u0633\u0647\u0644\u0631\u062b\u064a.", - "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "\u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0630\u0642\u062b\u0634\u0641\u0647\u0631\u0644 \u0641\u0627\u062b \u0642\u062b\u062d\u062e\u0642\u0641. \u0633\u062b\u0645\u062b\u0630\u0641 \"\u0630\u0642\u062b\u0634\u0641\u062b \u062b\u0637\u062b\u0630\u0639\u0641\u0647\u062f\u062b \u0633\u0639\u0648\u0648\u0634\u0642\u063a\" \u0641\u062e \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "There was an error changing the user's role": "\u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0630\u0627\u0634\u0631\u0644\u0647\u0631\u0644 \u0641\u0627\u062b \u0639\u0633\u062b\u0642'\u0633 \u0642\u062e\u0645\u062b", - "There was an error during the upload process.": "\u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u064a\u0639\u0642\u0647\u0631\u0644 \u0641\u0627\u062b \u0639\u062d\u0645\u062e\u0634\u064a \u062d\u0642\u062e\u0630\u062b\u0633\u0633.", - "There was an error in setting your goal, please reload the page and try again.": "\u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0647\u0631 \u0633\u062b\u0641\u0641\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u0644\u062e\u0634\u0645, \u062d\u0645\u062b\u0634\u0633\u062b \u0642\u062b\u0645\u062e\u0634\u064a \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "There was an error obtaining email content history for this course.": "\u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u062e\u0632\u0641\u0634\u0647\u0631\u0647\u0631\u0644 \u062b\u0648\u0634\u0647\u0645 \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0627\u0647\u0633\u0641\u062e\u0642\u063a \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u0630\u062e\u0639\u0642\u0633\u062b.", - "There was an error obtaining email task history for this course.": "\u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u062e\u0632\u0641\u0634\u0647\u0631\u0647\u0631\u0644 \u062b\u0648\u0634\u0647\u0645 \u0641\u0634\u0633\u0646 \u0627\u0647\u0633\u0641\u062e\u0642\u063a \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u0630\u062e\u0639\u0642\u0633\u062b.", - "There was an error retrieving preview results for this catalog. Please check that your query is correct and try again.": "\u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0642\u062b\u0641\u0642\u0647\u062b\u062f\u0647\u0631\u0644 \u062d\u0642\u062b\u062f\u0647\u062b\u0635 \u0642\u062b\u0633\u0639\u0645\u0641\u0633 \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u0630\u0634\u0641\u0634\u0645\u062e\u0644. \u062d\u0645\u062b\u0634\u0633\u062b \u0630\u0627\u062b\u0630\u0646 \u0641\u0627\u0634\u0641 \u063a\u062e\u0639\u0642 \u0636\u0639\u062b\u0642\u063a \u0647\u0633 \u0630\u062e\u0642\u0642\u062b\u0630\u0641 \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "There was an error updating your goal.": "\u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0639\u062d\u064a\u0634\u0641\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u0644\u062e\u0634\u0645.", - "There was an error uploading your file.": "\u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0639\u062d\u0645\u062e\u0634\u064a\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u0628\u0647\u0645\u062b.", + ], + "Showing results for \"{searchString}\"": "\u0633\u0627\u062e\u0635\u0647\u0631\u0644 \u0642\u062b\u0633\u0639\u0645\u0641\u0633 \u0628\u062e\u0642 \"{searchString}\"", + "Showing {currentItemRange} out of {totalItemsCount}, filtered by {assetType}, sorted by {sortName} ascending": "\u0633\u0627\u062e\u0635\u0647\u0631\u0644 {currentItemRange} \u062e\u0639\u0641 \u062e\u0628 {totalItemsCount}, \u0628\u0647\u0645\u0641\u062b\u0642\u062b\u064a \u0632\u063a {assetType}, \u0633\u062e\u0642\u0641\u062b\u064a \u0632\u063a {sortName} \u0634\u0633\u0630\u062b\u0631\u064a\u0647\u0631\u0644", + "Showing {currentItemRange} out of {totalItemsCount}, filtered by {assetType}, sorted by {sortName} descending": "\u0633\u0627\u062e\u0635\u0647\u0631\u0644 {currentItemRange} \u062e\u0639\u0641 \u062e\u0628 {totalItemsCount}, \u0628\u0647\u0645\u0641\u062b\u0642\u062b\u064a \u0632\u063a {assetType}, \u0633\u062e\u0642\u0641\u062b\u064a \u0632\u063a {sortName} \u064a\u062b\u0633\u0630\u062b\u0631\u064a\u0647\u0631\u0644", + "Showing {currentItemRange} out of {totalItemsCount}, sorted by {sortName} ascending": "\u0633\u0627\u062e\u0635\u0647\u0631\u0644 {currentItemRange} \u062e\u0639\u0641 \u062e\u0628 {totalItemsCount}, \u0633\u062e\u0642\u0641\u062b\u064a \u0632\u063a {sortName} \u0634\u0633\u0630\u062b\u0631\u064a\u0647\u0631\u0644", + "Showing {currentItemRange} out of {totalItemsCount}, sorted by {sortName} descending": "\u0633\u0627\u062e\u0635\u0647\u0631\u0644 {currentItemRange} \u062e\u0639\u0641 \u062e\u0628 {totalItemsCount}, \u0633\u062e\u0642\u0641\u062b\u064a \u0632\u063a {sortName} \u064a\u062b\u0633\u0630\u062b\u0631\u064a\u0647\u0631\u0644", + "Showing {firstIndex} out of {numItems} total": "\u0633\u0627\u062e\u0635\u0647\u0631\u0644 {firstIndex} \u062e\u0639\u0641 \u062e\u0628 {numItems} \u0641\u062e\u0641\u0634\u0645", + "Showing {firstIndex}-{lastIndex} out of {numItems} total": "\u0633\u0627\u062e\u0635\u0647\u0631\u0644 {firstIndex}-{lastIndex} \u062e\u0639\u0641 \u062e\u0628 {numItems} \u0641\u062e\u0641\u0634\u0645", + "Sign In": "\u0633\u0647\u0644\u0631 \u0647\u0631", + "Sign in": "\u0633\u0647\u0644\u0631 \u0647\u0631", + "Sign in here using your email address and password, or use one of the providers listed below.": "\u0633\u0647\u0644\u0631 \u0647\u0631 \u0627\u062b\u0642\u062b \u0639\u0633\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 \u0634\u0631\u064a \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a, \u062e\u0642 \u0639\u0633\u062b \u062e\u0631\u062b \u062e\u0628 \u0641\u0627\u062b \u062d\u0642\u062e\u062f\u0647\u064a\u062b\u0642\u0633 \u0645\u0647\u0633\u0641\u062b\u064a \u0632\u062b\u0645\u062e\u0635.", + "Sign in here using your email address and password.": "\u0633\u0647\u0644\u0631 \u0647\u0631 \u0627\u062b\u0642\u062b \u0639\u0633\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 \u0634\u0631\u064a \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a.", + "Sign in to continue learning": "\u0633\u0647\u0644\u0631 \u0647\u0631 \u0641\u062e \u0630\u062e\u0631\u0641\u0647\u0631\u0639\u062b \u0645\u062b\u0634\u0642\u0631\u0647\u0631\u0644", + "Sign in to continue learning as {email}": "\u0633\u0647\u0644\u0631 \u0647\u0631 \u0641\u062e \u0630\u062e\u0631\u0641\u0647\u0631\u0639\u062b \u0645\u062b\u0634\u0642\u0631\u0647\u0631\u0644 \u0634\u0633 {email}", + "Sign in to {platform} so we can help you better.": "\u0633\u0647\u0644\u0631 \u0647\u0631 \u0641\u062e {platform} \u0633\u062e \u0635\u062b \u0630\u0634\u0631 \u0627\u062b\u0645\u062d \u063a\u062e\u0639 \u0632\u062b\u0641\u0641\u062b\u0642.", + "Sign in using %(providerName)s": "\u0633\u0647\u0644\u0631 \u0647\u0631 \u0639\u0633\u0647\u0631\u0644 %(providerName)s", + "Sign in with %(providerName)s": "\u0633\u0647\u0644\u0631 \u0647\u0631 \u0635\u0647\u0641\u0627 %(providerName)s", + "Sign in with Institution/Campus Credentials": "\u0633\u0647\u0644\u0631 \u0647\u0631 \u0635\u0647\u0641\u0627 \u0647\u0631\u0633\u0641\u0647\u0641\u0639\u0641\u0647\u062e\u0631/\u0630\u0634\u0648\u062d\u0639\u0633 \u0630\u0642\u062b\u064a\u062b\u0631\u0641\u0647\u0634\u0645\u0633", + "Sign in.": "\u0633\u0647\u0644\u0631 \u0647\u0631.", + "Signatory": "\u0633\u0647\u0644\u0631\u0634\u0641\u062e\u0642\u063a", + "Signatory field(s) has invalid data.": "\u0633\u0647\u0644\u0631\u0634\u0641\u062e\u0642\u063a \u0628\u0647\u062b\u0645\u064a(\u0633) \u0627\u0634\u0633 \u0647\u0631\u062f\u0634\u0645\u0647\u064a \u064a\u0634\u0641\u0634.", + "Signature Image": "\u0633\u0647\u0644\u0631\u0634\u0641\u0639\u0642\u062b \u0647\u0648\u0634\u0644\u062b", + "Skip": "\u0633\u0646\u0647\u062d", + "Social Media Links": "\u0633\u062e\u0630\u0647\u0634\u0645 \u0648\u062b\u064a\u0647\u0634 \u0645\u0647\u0631\u0646\u0633", + "Some Rights Reserved": "\u0633\u062e\u0648\u062b \u0642\u0647\u0644\u0627\u0641\u0633 \u0642\u062b\u0633\u062b\u0642\u062f\u062b\u064a", + "Some images in this post have been omitted": "\u0633\u062e\u0648\u062b \u0647\u0648\u0634\u0644\u062b\u0633 \u0647\u0631 \u0641\u0627\u0647\u0633 \u062d\u062e\u0633\u0641 \u0627\u0634\u062f\u062b \u0632\u062b\u062b\u0631 \u062e\u0648\u0647\u0641\u0641\u062b\u064a", + "Something went wrong changing this enrollment. Please try again.": "\u0633\u062e\u0648\u062b\u0641\u0627\u0647\u0631\u0644 \u0635\u062b\u0631\u0641 \u0635\u0642\u062e\u0631\u0644 \u0630\u0627\u0634\u0631\u0644\u0647\u0631\u0644 \u0641\u0627\u0647\u0633 \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "Something went wrong. Please try again later.": "\u0633\u062e\u0648\u062b\u0641\u0627\u0647\u0631\u0644 \u0635\u062b\u0631\u0641 \u0635\u0642\u062e\u0631\u0644. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631 \u0645\u0634\u0641\u062b\u0642.", + "Sorry, no results were found.": "\u0633\u062e\u0642\u0642\u063a, \u0631\u062e \u0642\u062b\u0633\u0639\u0645\u0641\u0633 \u0635\u062b\u0642\u062b \u0628\u062e\u0639\u0631\u064a.", + "Sorry, there was an error parsing the subtitles that you uploaded. Please check the format and try again.": "\u0633\u062e\u0642\u0642\u063a, \u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u062d\u0634\u0642\u0633\u0647\u0631\u0644 \u0641\u0627\u062b \u0633\u0639\u0632\u0641\u0647\u0641\u0645\u062b\u0633 \u0641\u0627\u0634\u0641 \u063a\u062e\u0639 \u0639\u062d\u0645\u062e\u0634\u064a\u062b\u064a. \u062d\u0645\u062b\u0634\u0633\u062b \u0630\u0627\u062b\u0630\u0646 \u0641\u0627\u062b \u0628\u062e\u0642\u0648\u0634\u0641 \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "Sorry, there was an error trying to process your request. Please try again later.": "\u0633\u062e\u0642\u0642\u063a, \u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0641\u0642\u063a\u0647\u0631\u0644 \u0641\u062e \u062d\u0642\u062e\u0630\u062b\u0633\u0633 \u063a\u062e\u0639\u0642 \u0642\u062b\u0636\u0639\u062b\u0633\u0641. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631 \u0645\u0634\u0641\u062b\u0642.", + "Sorted by": "\u0633\u062e\u0642\u0641\u062b\u064a \u0632\u063a", + "Source": "\u0633\u062e\u0639\u0642\u0630\u062b", + "Source code": "\u0633\u062e\u0639\u0642\u0630\u062b \u0630\u062e\u064a\u062b", + "Special character": "\u0633\u062d\u062b\u0630\u0647\u0634\u0645 \u0630\u0627\u0634\u0642\u0634\u0630\u0641\u062b\u0642", + "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "\u0633\u062d\u062b\u0630\u0647\u0628\u063a \u0634\u0631 \u0634\u0645\u0641\u062b\u0642\u0631\u0634\u0641\u0647\u062f\u062b \u0641\u062e \u0641\u0627\u062b \u062e\u0628\u0628\u0647\u0630\u0647\u0634\u0645 \u0630\u062e\u0639\u0642\u0633\u062b \u0641\u0647\u0641\u0645\u062b \u0641\u062e \u064a\u0647\u0633\u062d\u0645\u0634\u063a \u062e\u0631 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633. \u0645\u062b\u0634\u062f\u062b \u0632\u0645\u0634\u0631\u0646 \u0641\u062e \u0639\u0633\u062b \u0641\u0627\u062b \u062e\u0628\u0628\u0647\u0630\u0647\u0634\u0645 \u0630\u062e\u0639\u0642\u0633\u062b \u0641\u0647\u0641\u0645\u062b.", + "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam, along with the {linkStart}general proctored exam rules{linkEnd}.": "\u0633\u062d\u062b\u0630\u0647\u0628\u063a \u0634\u0631\u063a \u0642\u0639\u0645\u062b\u0633 \u062e\u0642 \u0642\u0639\u0645\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631\u0633 \u0641\u0627\u0634\u0641 \u0641\u0627\u062b \u062d\u0642\u062e\u0630\u0641\u062e\u0642\u0647\u0631\u0644 \u0642\u062b\u062f\u0647\u062b\u0635 \u0641\u062b\u0634\u0648 \u0633\u0627\u062e\u0639\u0645\u064a \u062b\u0631\u0628\u062e\u0642\u0630\u062b \u0635\u0627\u062b\u0631 \u0642\u062b\u062f\u0647\u062b\u0635\u0647\u0631\u0644 \u0641\u0627\u062b \u062f\u0647\u064a\u062b\u062e\u0633. \u0628\u062e\u0642 \u062b\u0637\u0634\u0648\u062d\u0645\u062b, \u063a\u062e\u0639 \u0630\u062e\u0639\u0645\u064a \u0633\u062d\u062b\u0630\u0647\u0628\u063a \u0641\u0627\u0634\u0641 \u0630\u0634\u0645\u0630\u0639\u0645\u0634\u0641\u062e\u0642\u0633 \u0634\u0642\u062b \u0634\u0645\u0645\u062e\u0635\u062b\u064a. \u0641\u0627\u062b\u0633\u062b \u0633\u062d\u062b\u0630\u0647\u0628\u0647\u062b\u064a \u0642\u0639\u0645\u062b\u0633 \u0634\u0642\u062b \u062f\u0647\u0633\u0647\u0632\u0645\u062b \u0641\u062e \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0632\u062b\u0628\u062e\u0642\u062b \u0641\u0627\u062b \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0633\u0641\u0634\u0642\u0641 \u0641\u0627\u062b \u062b\u0637\u0634\u0648, \u0634\u0645\u062e\u0631\u0644 \u0635\u0647\u0641\u0627 \u0641\u0627\u062b {linkStart}\u0644\u062b\u0631\u062b\u0642\u0634\u0645 \u062d\u0642\u062e\u0630\u0641\u062e\u0642\u062b\u064a \u062b\u0637\u0634\u0648 \u0642\u0639\u0645\u062b\u0633{linkEnd}.", + "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam.": "\u0633\u062d\u062b\u0630\u0647\u0628\u063a \u0634\u0631\u063a \u0642\u0639\u0645\u062b\u0633 \u062e\u0642 \u0642\u0639\u0645\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631\u0633 \u0641\u0627\u0634\u0641 \u0641\u0627\u062b \u062d\u0642\u062e\u0630\u0641\u062e\u0642\u0647\u0631\u0644 \u0642\u062b\u062f\u0647\u062b\u0635 \u0641\u062b\u0634\u0648 \u0633\u0627\u062e\u0639\u0645\u064a \u062b\u0631\u0628\u062e\u0642\u0630\u062b \u0635\u0627\u062b\u0631 \u0642\u062b\u062f\u0647\u062b\u0635\u0647\u0631\u0644 \u0641\u0627\u062b \u062f\u0647\u064a\u062b\u062e\u0633. \u0628\u062e\u0642 \u062b\u0637\u0634\u0648\u062d\u0645\u062b, \u063a\u062e\u0639 \u0630\u062e\u0639\u0645\u064a \u0633\u062d\u062b\u0630\u0647\u0628\u063a \u0641\u0627\u0634\u0641 \u0630\u0634\u0645\u0630\u0639\u0645\u0634\u0641\u062e\u0642\u0633 \u0634\u0642\u062b \u0634\u0645\u0645\u062e\u0635\u062b\u064a. \u0641\u0627\u062b\u0633\u062b \u0633\u062d\u062b\u0630\u0647\u0628\u0647\u062b\u064a \u0642\u0639\u0645\u062b\u0633 \u0634\u0642\u062b \u062f\u0647\u0633\u0647\u0632\u0645\u062b \u0641\u062e \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0632\u062b\u0628\u062e\u0642\u062b \u0641\u0627\u062b \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0633\u0641\u0634\u0642\u0641 \u0641\u0627\u062b \u062b\u0637\u0634\u0648.", + "Specify whether content-specific discussion topics are divided.": "\u0633\u062d\u062b\u0630\u0647\u0628\u063a \u0635\u0627\u062b\u0641\u0627\u062b\u0642 \u0630\u062e\u0631\u0641\u062b\u0631\u0641-\u0633\u062d\u062b\u0630\u0647\u0628\u0647\u0630 \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631 \u0641\u062e\u062d\u0647\u0630\u0633 \u0634\u0642\u062b \u064a\u0647\u062f\u0647\u064a\u062b\u064a.", + "Specify whether discussion topics are divided": "\u0633\u062d\u062b\u0630\u0647\u0628\u063a \u0635\u0627\u062b\u0641\u0627\u062b\u0642 \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631 \u0641\u062e\u062d\u0647\u0630\u0633 \u0634\u0642\u062b \u064a\u0647\u062f\u0647\u064a\u062b\u064a", + "Speed": "\u0633\u062d\u062b\u062b\u064a", + "Spellcheck": "\u0633\u062d\u062b\u0645\u0645\u0630\u0627\u062b\u0630\u0646", + "Split cell": "\u0633\u062d\u0645\u0647\u0641 \u0630\u062b\u0645\u0645", + "Square": "\u0633\u0636\u0639\u0634\u0642\u062b", + "Staff": "\u0633\u0641\u0634\u0628\u0628", + "Staff Only": "\u0633\u0641\u0634\u0628\u0628 \u062e\u0631\u0645\u063a", + "Staff and Learners": "\u0633\u0641\u0634\u0628\u0628 \u0634\u0631\u064a \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633", + "Start Date": "\u0633\u0641\u0634\u0642\u0641 \u064a\u0634\u0641\u062b", + "Start generating certificates for all students in this course?": "\u0633\u0641\u0634\u0642\u0641 \u0644\u062b\u0631\u062b\u0642\u0634\u0641\u0647\u0631\u0644 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633 \u0628\u062e\u0642 \u0634\u0645\u0645 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633 \u0647\u0631 \u0641\u0627\u0647\u0633 \u0630\u062e\u0639\u0642\u0633\u062b?", + "Start of transcript. Skip to the end.": "\u0633\u0641\u0634\u0642\u0641 \u062e\u0628 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641. \u0633\u0646\u0647\u062d \u0641\u062e \u0641\u0627\u062b \u062b\u0631\u064a.", + "Start regenerating certificates for students in this course?": "\u0633\u0641\u0634\u0642\u0641 \u0642\u062b\u0644\u062b\u0631\u062b\u0642\u0634\u0641\u0647\u0631\u0644 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633 \u0628\u062e\u0642 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633 \u0647\u0631 \u0641\u0627\u0647\u0633 \u0630\u062e\u0639\u0642\u0633\u062b?", + "Start search": "\u0633\u0641\u0634\u0642\u0641 \u0633\u062b\u0634\u0642\u0630\u0627", + "Start working toward your next learning goal.": "\u0633\u0641\u0634\u0642\u0641 \u0635\u062e\u0642\u0646\u0647\u0631\u0644 \u0641\u062e\u0635\u0634\u0642\u064a \u063a\u062e\u0639\u0642 \u0631\u062b\u0637\u0641 \u0645\u062b\u0634\u0642\u0631\u0647\u0631\u0644 \u0644\u062e\u0634\u0645.", + "Started entrance exam rescore task for student '{student_id}'. Click the 'Show Task Status' button to see the status of the task.": "\u0633\u0641\u0634\u0642\u0641\u062b\u064a \u062b\u0631\u0641\u0642\u0634\u0631\u0630\u062b \u062b\u0637\u0634\u0648 \u0642\u062b\u0633\u0630\u062e\u0642\u062b \u0641\u0634\u0633\u0646 \u0628\u062e\u0642 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 '{student_id}'. \u0630\u0645\u0647\u0630\u0646 \u0641\u0627\u062b '\u0633\u0627\u062e\u0635 \u0641\u0634\u0633\u0646 \u0633\u0641\u0634\u0641\u0639\u0633' \u0632\u0639\u0641\u0641\u062e\u0631 \u0641\u062e \u0633\u062b\u062b \u0641\u0627\u062b \u0633\u0641\u0634\u0641\u0639\u0633 \u062e\u0628 \u0641\u0627\u062b \u0641\u0634\u0633\u0646.", + "Started rescore problem task for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u0633\u0641\u0634\u0642\u0641\u062b\u064a \u0642\u062b\u0633\u0630\u062e\u0642\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0641\u0634\u0633\u0646 \u0628\u062e\u0642 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 '<%- problem_id %>' \u0634\u0631\u064a \u0633\u0641\u0639\u064a\u062b\u0631\u0641 '<%- student_id %>'. \u0630\u0645\u0647\u0630\u0646 \u0641\u0627\u062b '\u0633\u0627\u062e\u0635 \u0641\u0634\u0633\u0646 \u0633\u0641\u0634\u0641\u0639\u0633' \u0632\u0639\u0641\u0641\u062e\u0631 \u0641\u062e \u0633\u062b\u062b \u0641\u0627\u062b \u0633\u0641\u0634\u0641\u0639\u0633 \u062e\u0628 \u0641\u0627\u062b \u0641\u0634\u0633\u0646.", + "Started task to override the score for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u0633\u0641\u0634\u0642\u0641\u062b\u064a \u0641\u0634\u0633\u0646 \u0641\u062e \u062e\u062f\u062b\u0642\u0642\u0647\u064a\u062b \u0641\u0627\u062b \u0633\u0630\u062e\u0642\u062b \u0628\u062e\u0642 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 '<%- problem_id %>' \u0634\u0631\u064a \u0633\u0641\u0639\u064a\u062b\u0631\u0641 '<%- student_id %>'. \u0630\u0645\u0647\u0630\u0646 \u0641\u0627\u062b '\u0633\u0627\u062e\u0635 \u0641\u0634\u0633\u0646 \u0633\u0641\u0634\u0641\u0639\u0633' \u0632\u0639\u0641\u0641\u062e\u0631 \u0641\u062e \u0633\u062b\u062b \u0641\u0627\u062b \u0633\u0641\u0634\u0641\u0639\u0633 \u062e\u0628 \u0641\u0627\u062b \u0641\u0634\u0633\u0646.", + "Started {start}": "\u0633\u0641\u0634\u0642\u0641\u062b\u064a {start}", + "Starts": "\u0633\u0641\u0634\u0642\u0641\u0633", + "Starts {start}": "\u0633\u0641\u0634\u0642\u0641\u0633 {start}", + "Starts: %(start_date)s": "\u0633\u0641\u0634\u0642\u0641\u0633: %(start_date)s", + "State": "\u0633\u0641\u0634\u0641\u062b", + "Status": "\u0633\u0641\u0634\u0641\u0639\u0633", + "Strikethrough": "\u0633\u0641\u0642\u0647\u0646\u062b\u0641\u0627\u0642\u062e\u0639\u0644\u0627", + "Student": "\u0633\u0641\u0639\u064a\u062b\u0631\u0641", + "Student Removed from certificate white list successfully.": "\u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0642\u062b\u0648\u062e\u062f\u062b\u064a \u0628\u0642\u062e\u0648 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0635\u0627\u0647\u0641\u062b \u0645\u0647\u0633\u0641 \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a.", + "Student email or username": "\u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u062b\u0648\u0634\u0647\u0645 \u062e\u0642 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b", + "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Add to Exception List\" button.": "\u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b/\u062b\u0648\u0634\u0647\u0645 \u0628\u0647\u062b\u0645\u064a \u0647\u0633 \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a \u0634\u0631\u064a \u0630\u0634\u0631 \u0631\u062e\u0641 \u0632\u062b \u062b\u0648\u062d\u0641\u063a. \u0646\u0647\u0631\u064a\u0645\u063a \u0628\u0647\u0645\u0645 \u0647\u0631 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b/\u062b\u0648\u0634\u0647\u0645 \u0634\u0631\u064a \u0641\u0627\u062b\u0631 \u062d\u0642\u062b\u0633\u0633 \"\u0634\u064a\u064a \u0641\u062e \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0645\u0647\u0633\u0641\" \u0632\u0639\u0641\u0641\u062e\u0631.", + "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Invalidate Certificate\" button.": "\u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b/\u062b\u0648\u0634\u0647\u0645 \u0628\u0647\u062b\u0645\u064a \u0647\u0633 \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a \u0634\u0631\u064a \u0630\u0634\u0631 \u0631\u062e\u0641 \u0632\u062b \u062b\u0648\u062d\u0641\u063a. \u0646\u0647\u0631\u064a\u0645\u063a \u0628\u0647\u0645\u0645 \u0647\u0631 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b/\u062b\u0648\u0634\u0647\u0645 \u0634\u0631\u064a \u0641\u0627\u062b\u0631 \u062d\u0642\u062b\u0633\u0633 \"\u0647\u0631\u062f\u0634\u0645\u0647\u064a\u0634\u0641\u062b \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\" \u0632\u0639\u0641\u0641\u062e\u0631.", + "Studio's having trouble saving your work": "\u0633\u0641\u0639\u064a\u0647\u062e'\u0633 \u0627\u0634\u062f\u0647\u0631\u0644 \u0641\u0642\u062e\u0639\u0632\u0645\u062b \u0633\u0634\u062f\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u0635\u062e\u0642\u0646", + "Studio:": "\u0633\u0641\u0639\u064a\u0647\u062e:", + "Style": "\u0633\u0641\u063a\u0645\u062b", + "Subject": "\u0633\u0639\u0632\u062a\u062b\u0630\u0641", + "Subject:": "\u0633\u0639\u0632\u062a\u062b\u0630\u0641:", + "Submission aborted! Sorry, your browser does not support file uploads. If you can, please use Chrome or Safari which have been verified to support file uploads.": "\u0633\u0639\u0632\u0648\u0647\u0633\u0633\u0647\u062e\u0631 \u0634\u0632\u062e\u0642\u0641\u062b\u064a! \u0633\u062e\u0642\u0642\u063a, \u063a\u062e\u0639\u0642 \u0632\u0642\u062e\u0635\u0633\u062b\u0642 \u064a\u062e\u062b\u0633 \u0631\u062e\u0641 \u0633\u0639\u062d\u062d\u062e\u0642\u0641 \u0628\u0647\u0645\u062b \u0639\u062d\u0645\u062e\u0634\u064a\u0633. \u0647\u0628 \u063a\u062e\u0639 \u0630\u0634\u0631, \u062d\u0645\u062b\u0634\u0633\u062b \u0639\u0633\u062b \u0630\u0627\u0642\u062e\u0648\u062b \u062e\u0642 \u0633\u0634\u0628\u0634\u0642\u0647 \u0635\u0627\u0647\u0630\u0627 \u0627\u0634\u062f\u062b \u0632\u062b\u062b\u0631 \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0641\u062e \u0633\u0639\u062d\u062d\u062e\u0642\u0641 \u0628\u0647\u0645\u062b \u0639\u062d\u0645\u062e\u0634\u064a\u0633.", + "Submit": "\u0633\u0639\u0632\u0648\u0647\u0641", + "Submit Application": "\u0633\u0639\u0632\u0648\u0647\u0641 \u0634\u062d\u062d\u0645\u0647\u0630\u0634\u0641\u0647\u062e\u0631", + "Submit enrollment change": "\u0633\u0639\u0632\u0648\u0647\u0641 \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0630\u0627\u0634\u0631\u0644\u062b", + "Submitted": "\u0633\u0639\u0632\u0648\u0647\u0641\u0641\u062b\u064a", + "Subscript": "\u0633\u0639\u0632\u0633\u0630\u0642\u0647\u062d\u0641", + "Subsection": "\u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631", + "Subsection Visibility": "\u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u062f\u0647\u0633\u0647\u0632\u0647\u0645\u0647\u0641\u063a", + "Subsection is hidden after course end date": "\u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u0647\u0633 \u0627\u0647\u064a\u064a\u062b\u0631 \u0634\u0628\u0641\u062b\u0642 \u0630\u062e\u0639\u0642\u0633\u062b \u062b\u0631\u064a \u064a\u0634\u0641\u062b", + "Subsection is hidden after due date": "\u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631 \u0647\u0633 \u0627\u0647\u064a\u064a\u062b\u0631 \u0634\u0628\u0641\u062b\u0642 \u064a\u0639\u062b \u064a\u0634\u0641\u062b", + "Subsections": "\u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631\u0633", + "Success": "\u0633\u0639\u0630\u0630\u062b\u0633\u0633", + "Success! \"{displayName}\" has been moved.": "\u0633\u0639\u0630\u0630\u062b\u0633\u0633! \"{displayName}\" \u0627\u0634\u0633 \u0632\u062b\u062b\u0631 \u0648\u062e\u062f\u062b\u064a.", + "Success! Problem attempts reset for problem '<%- problem_id %>' and student '<%- student_id %>'.": "\u0633\u0639\u0630\u0630\u062b\u0633\u0633! \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0634\u0641\u0641\u062b\u0648\u062d\u0641\u0633 \u0642\u062b\u0633\u062b\u0641 \u0628\u062e\u0642 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 '<%- problem_id %>' \u0634\u0631\u064a \u0633\u0641\u0639\u064a\u062b\u0631\u0641 '<%- student_id %>'.", + "Successfully deleted student state for user {user}": "\u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u064a\u062b\u0645\u062b\u0641\u062b\u064a \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0633\u0641\u0634\u0641\u062b \u0628\u062e\u0642 \u0639\u0633\u062b\u0642 {user}", + "Successfully enrolled and sent email to the following users:": "\u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u062b\u0631\u0642\u062e\u0645\u0645\u062b\u064a \u0634\u0631\u064a \u0633\u062b\u0631\u0641 \u062b\u0648\u0634\u0647\u0645 \u0641\u062e \u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u0639\u0633\u062b\u0642\u0633:", + "Successfully enrolled the following users:": "\u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u062b\u0631\u0642\u062e\u0645\u0645\u062b\u064a \u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u0639\u0633\u062b\u0642\u0633:", + "Successfully overrode problem score for {user}": "\u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u062e\u062f\u062b\u0642\u0642\u062e\u064a\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0633\u0630\u062e\u0642\u062b \u0628\u062e\u0642 {user}", + "Successfully rescored problem for user {user}": "\u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0642\u062b\u0633\u0630\u062e\u0642\u062b\u064a \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0628\u062e\u0642 \u0639\u0633\u062b\u0642 {user}", + "Successfully rescored problem to improve score for user {user}": "\u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0642\u062b\u0633\u0630\u062e\u0642\u062b\u064a \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0641\u062e \u0647\u0648\u062d\u0642\u062e\u062f\u062b \u0633\u0630\u062e\u0642\u062b \u0628\u062e\u0642 \u0639\u0633\u062b\u0642 {user}", + "Successfully reset the attempts for user {user}": "\u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0642\u062b\u0633\u062b\u0641 \u0641\u0627\u062b \u0634\u0641\u0641\u062b\u0648\u062d\u0641\u0633 \u0628\u062e\u0642 \u0639\u0633\u062b\u0642 {user}", + "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "\u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0633\u062b\u0631\u0641 \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u062b\u0648\u0634\u0647\u0645\u0633 \u0641\u062e \u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u0639\u0633\u062b\u0642\u0633. \u0641\u0627\u062b\u063a \u0635\u0647\u0645\u0645 \u0632\u062b \u0634\u0645\u0645\u062e\u0635\u062b\u064a \u0641\u062e \u062b\u0631\u0642\u062e\u0645\u0645 \u062e\u0631\u0630\u062b \u0641\u0627\u062b\u063a \u0642\u062b\u0644\u0647\u0633\u0641\u062b\u0642:", + "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "\u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0633\u062b\u0631\u0641 \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u062b\u0648\u0634\u0647\u0645\u0633 \u0641\u062e \u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u0639\u0633\u062b\u0642\u0633. \u0641\u0627\u062b\u063a \u0635\u0647\u0645\u0645 \u0632\u062b \u062b\u0631\u0642\u062e\u0645\u0645\u062b\u064a \u062e\u0631\u0630\u062b \u0641\u0627\u062b\u063a \u0642\u062b\u0644\u0647\u0633\u0641\u062b\u0642:", + "Successfully started task to rescore problem '<%- problem_id %>' for all students. Click the 'Show Task Status' button to see the status of the task.": "\u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0633\u0641\u0634\u0642\u0641\u062b\u064a \u0641\u0634\u0633\u0646 \u0641\u062e \u0642\u062b\u0633\u0630\u062e\u0642\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648 '<%- problem_id %>' \u0628\u062e\u0642 \u0634\u0645\u0645 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633. \u0630\u0645\u0647\u0630\u0646 \u0641\u0627\u062b '\u0633\u0627\u062e\u0635 \u0641\u0634\u0633\u0646 \u0633\u0641\u0634\u0641\u0639\u0633' \u0632\u0639\u0641\u0641\u062e\u0631 \u0641\u062e \u0633\u062b\u062b \u0641\u0627\u062b \u0633\u0641\u0634\u0641\u0639\u0633 \u062e\u0628 \u0641\u0627\u062b \u0641\u0634\u0633\u0646.", + "Successfully started task to reset attempts for problem '<%- problem_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0633\u0641\u0634\u0642\u0641\u062b\u064a \u0641\u0634\u0633\u0646 \u0641\u062e \u0642\u062b\u0633\u062b\u0641 \u0634\u0641\u0641\u062b\u0648\u062d\u0641\u0633 \u0628\u062e\u0642 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 '<%- problem_id %>'. \u0630\u0645\u0647\u0630\u0646 \u0641\u0627\u062b '\u0633\u0627\u062e\u0635 \u0641\u0634\u0633\u0646 \u0633\u0641\u0634\u0641\u0639\u0633' \u0632\u0639\u0641\u0641\u062e\u0631 \u0641\u062e \u0633\u062b\u062b \u0641\u0627\u062b \u0633\u0641\u0634\u0641\u0639\u0633 \u062e\u0628 \u0641\u0627\u062b \u0641\u0634\u0633\u0646.", + "Successfully unlinked.": "\u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0639\u0631\u0645\u0647\u0631\u0646\u062b\u064a.", + "Superscript": "\u0633\u0639\u062d\u062b\u0642\u0633\u0630\u0642\u0647\u062d\u0641", + "Support education research by providing additional information": "\u0633\u0639\u062d\u062d\u062e\u0642\u0641 \u062b\u064a\u0639\u0630\u0634\u0641\u0647\u062e\u0631 \u0642\u062b\u0633\u062b\u0634\u0642\u0630\u0627 \u0632\u063a \u062d\u0642\u062e\u062f\u0647\u064a\u0647\u0631\u0644 \u0634\u064a\u064a\u0647\u0641\u0647\u062e\u0631\u0634\u0645 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631", + "Supported": "\u0633\u0639\u062d\u062d\u062e\u0642\u0641\u062b\u064a", + "Supported file types: {supportedVideoTypes}": "\u0633\u0639\u062d\u062d\u062e\u0642\u0641\u062b\u064a \u0628\u0647\u0645\u062b \u0641\u063a\u062d\u062b\u0633: {supportedVideoTypes}", + "Switch Language Back": "\u0633\u0635\u0647\u0641\u0630\u0627 \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b \u0632\u0634\u0630\u0646", + "TOTAL": "\u0641\u062e\u0641\u0634\u0645", + "Table": "\u0641\u0634\u0632\u0645\u062b", + "Table properties": "\u0641\u0634\u0632\u0645\u062b \u062d\u0642\u062e\u062d\u062b\u0642\u0641\u0647\u062b\u0633", + "Tags": "\u0641\u0634\u0644\u0633", + "Tags:": "\u0641\u0634\u0644\u0633:", + "Take Photo": "\u0641\u0634\u0646\u062b \u062d\u0627\u062e\u0641\u062e", + "Take Your Photo": "\u0641\u0634\u0646\u062b \u063a\u062e\u0639\u0642 \u062d\u0627\u062e\u0641\u062e", + "Take a Photo of Your ID": "\u0641\u0634\u0646\u062b \u0634 \u062d\u0627\u062e\u0641\u062e \u062e\u0628 \u063a\u062e\u0639\u0642 \u0647\u064a", + "Take a photo of your ID": "\u0641\u0634\u0646\u062b \u0634 \u062d\u0627\u062e\u0641\u062e \u062e\u0628 \u063a\u062e\u0639\u0642 \u0647\u064a", + "Take me to the main course page": "\u0641\u0634\u0646\u062b \u0648\u062b \u0641\u062e \u0641\u0627\u062b \u0648\u0634\u0647\u0631 \u0630\u062e\u0639\u0642\u0633\u062b \u062d\u0634\u0644\u062b", + "Take me to the main library page": "\u0641\u0634\u0646\u062b \u0648\u062b \u0641\u062e \u0641\u0627\u062b \u0648\u0634\u0647\u0631 \u0645\u0647\u0632\u0642\u0634\u0642\u063a \u062d\u0634\u0644\u062b", + "Take me to the new location": "\u0641\u0634\u0646\u062b \u0648\u062b \u0641\u062e \u0641\u0627\u062b \u0631\u062b\u0635 \u0645\u062e\u0630\u0634\u0641\u0647\u062e\u0631", + "Target": "\u0641\u0634\u0642\u0644\u062b\u0641", + "Task ID": "\u0641\u0634\u0633\u0646 \u0647\u064a", + "Task Progress": "\u0641\u0634\u0633\u0646 \u062d\u0642\u062e\u0644\u0642\u062b\u0633\u0633", + "Task Status": "\u0641\u0634\u0633\u0646 \u0633\u0641\u0634\u0641\u0639\u0633", + "Task Type": "\u0641\u0634\u0633\u0646 \u0641\u063a\u062d\u062b", + "Task inputs": "\u0641\u0634\u0633\u0646 \u0647\u0631\u062d\u0639\u0641\u0633", + "Teaching Assistant": "\u0641\u062b\u0634\u0630\u0627\u0647\u0631\u0644 \u0634\u0633\u0633\u0647\u0633\u0641\u0634\u0631\u0641", + "Team \"{team}\" successfully deleted.": "\u0641\u062b\u0634\u0648 \"{team}\" \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u064a\u062b\u0645\u062b\u0641\u062b\u064a.", + "Team Description (Required) *": "\u0641\u062b\u0634\u0648 \u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631 (\u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a) *", + "Team Details": "\u0641\u062b\u0634\u0648 \u064a\u062b\u0641\u0634\u0647\u0645\u0633", + "Team Name (Required) *": "\u0641\u062b\u0634\u0648 \u0631\u0634\u0648\u062b (\u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a) *", + "Team Search": "\u0641\u062b\u0634\u0648 \u0633\u062b\u0634\u0642\u0630\u0627", + "Team capacity": "\u0641\u062b\u0634\u0648 \u0630\u0634\u062d\u0634\u0630\u0647\u0641\u063a", + "Team description cannot have more than 300 characters.": "\u0641\u062b\u0634\u0648 \u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631 \u0630\u0634\u0631\u0631\u062e\u0641 \u0627\u0634\u062f\u062b \u0648\u062e\u0642\u062b \u0641\u0627\u0634\u0631 300 \u0630\u0627\u0634\u0642\u0634\u0630\u0641\u062b\u0642\u0633.", + "Team member profiles": "\u0641\u062b\u0634\u0648 \u0648\u062b\u0648\u0632\u062b\u0642 \u062d\u0642\u062e\u0628\u0647\u0645\u062b\u0633", + "Team name cannot have more than 255 characters.": "\u0641\u062b\u0634\u0648 \u0631\u0634\u0648\u062b \u0630\u0634\u0631\u0631\u062e\u0641 \u0627\u0634\u062f\u062b \u0648\u062e\u0642\u062b \u0641\u0627\u0634\u0631 255 \u0630\u0627\u0634\u0642\u0634\u0630\u0641\u062b\u0642\u0633.", + "Teams": "\u0641\u062b\u0634\u0648\u0633", + "Teams Pagination": "\u0641\u062b\u0634\u0648\u0633 \u062d\u0634\u0644\u0647\u0631\u0634\u0641\u0647\u062e\u0631", + "Tell other learners a little about yourself: where you live, what your interests are, why you're taking courses, or what you hope to learn.": "\u0641\u062b\u0645\u0645 \u062e\u0641\u0627\u062b\u0642 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0634 \u0645\u0647\u0641\u0641\u0645\u062b \u0634\u0632\u062e\u0639\u0641 \u063a\u062e\u0639\u0642\u0633\u062b\u0645\u0628: \u0635\u0627\u062b\u0642\u062b \u063a\u062e\u0639 \u0645\u0647\u062f\u062b, \u0635\u0627\u0634\u0641 \u063a\u062e\u0639\u0642 \u0647\u0631\u0641\u062b\u0642\u062b\u0633\u0641\u0633 \u0634\u0642\u062b, \u0635\u0627\u063a \u063a\u062e\u0639'\u0642\u062b \u0641\u0634\u0646\u0647\u0631\u0644 \u0630\u062e\u0639\u0642\u0633\u062b\u0633, \u062e\u0642 \u0635\u0627\u0634\u0641 \u063a\u062e\u0639 \u0627\u062e\u062d\u062b \u0641\u062e \u0645\u062b\u0634\u0642\u0631.", + "Templates": "\u0641\u062b\u0648\u062d\u0645\u0634\u0641\u062b\u0633", + "Terms of Service and Honor Code": "\u0641\u062b\u0642\u0648\u0633 \u062e\u0628 \u0633\u062b\u0642\u062f\u0647\u0630\u062b \u0634\u0631\u064a \u0627\u062e\u0631\u062e\u0642 \u0630\u062e\u064a\u062b", + "Text color": "\u0641\u062b\u0637\u0641 \u0630\u062e\u0645\u062e\u0642", + "Text to display": "\u0641\u062b\u0637\u0641 \u0641\u062e \u064a\u0647\u0633\u062d\u0645\u0634\u063a", + "Textbook Name": "\u0641\u062b\u0637\u0641\u0632\u062e\u062e\u0646 \u0631\u0634\u0648\u062b", + "Textbook information": "\u0641\u062b\u0637\u0641\u0632\u062e\u062e\u0646 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631", + "Textbook name is required": "\u0641\u062b\u0637\u0641\u0632\u062e\u062e\u0646 \u0631\u0634\u0648\u062b \u0647\u0633 \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a", + "Thank you %(full_name)s! We have received your payment for %(course_name)s.": "\u0641\u0627\u0634\u0631\u0646 \u063a\u062e\u0639 %(full_name)s! \u0635\u062b \u0627\u0634\u062f\u062b \u0642\u062b\u0630\u062b\u0647\u062f\u062b\u064a \u063a\u062e\u0639\u0642 \u062d\u0634\u063a\u0648\u062b\u0631\u0641 \u0628\u062e\u0642 %(course_name)s.", + "Thank you for setting your course goal to {goal}!": "\u0641\u0627\u0634\u0631\u0646 \u063a\u062e\u0639 \u0628\u062e\u0642 \u0633\u062b\u0641\u0641\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u0630\u062e\u0639\u0642\u0633\u062b \u0644\u062e\u0634\u0645 \u0641\u062e {goal}!", + "Thank you for submitting a request! We will contact you within 24 hours.": "\u0641\u0627\u0634\u0631\u0646 \u063a\u062e\u0639 \u0628\u062e\u0642 \u0633\u0639\u0632\u0648\u0647\u0641\u0641\u0647\u0631\u0644 \u0634 \u0642\u062b\u0636\u0639\u062b\u0633\u0641! \u0635\u062b \u0635\u0647\u0645\u0645 \u0630\u062e\u0631\u0641\u0634\u0630\u0641 \u063a\u062e\u0639 \u0635\u0647\u0641\u0627\u0647\u0631 24 \u0627\u062e\u0639\u0642\u0633.", + "Thank you for submitting your financial assistance application for {course_name}! You can expect a response in 2-4 business days.": "\u0641\u0627\u0634\u0631\u0646 \u063a\u062e\u0639 \u0628\u062e\u0642 \u0633\u0639\u0632\u0648\u0647\u0641\u0641\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u0628\u0647\u0631\u0634\u0631\u0630\u0647\u0634\u0645 \u0634\u0633\u0633\u0647\u0633\u0641\u0634\u0631\u0630\u062b \u0634\u062d\u062d\u0645\u0647\u0630\u0634\u0641\u0647\u062e\u0631 \u0628\u062e\u0642 {course_name}! \u063a\u062e\u0639 \u0630\u0634\u0631 \u062b\u0637\u062d\u062b\u0630\u0641 \u0634 \u0642\u062b\u0633\u062d\u062e\u0631\u0633\u062b \u0647\u0631 2-4 \u0632\u0639\u0633\u0647\u0631\u062b\u0633\u0633 \u064a\u0634\u063a\u0633.", + "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "\u0641\u0627\u0634\u0631\u0646 \u063a\u062e\u0639 \u0628\u062e\u0642 \u0633\u0639\u0632\u0648\u0647\u0641\u0641\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u062d\u0627\u062e\u0641\u062e\u0633. \u0635\u062b \u0635\u0647\u0645\u0645 \u0642\u062b\u062f\u0647\u062b\u0635 \u0641\u0627\u062b\u0648 \u0633\u0627\u062e\u0642\u0641\u0645\u063a. \u063a\u062e\u0639 \u0630\u0634\u0631 \u0631\u062e\u0635 \u0633\u0647\u0644\u0631 \u0639\u062d \u0628\u062e\u0642 \u0634\u0631\u063a %(platformName)s \u0630\u062e\u0639\u0642\u0633\u062b \u0641\u0627\u0634\u0641 \u062e\u0628\u0628\u062b\u0642\u0633 \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633. \u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631 \u0647\u0633 \u0644\u062e\u062e\u064a \u0628\u062e\u0642 \u062e\u0631\u062b \u063a\u062b\u0634\u0642. \u0634\u0628\u0641\u062b\u0642 \u062e\u0631\u062b \u063a\u062b\u0634\u0642, \u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u0633\u0639\u0632\u0648\u0647\u0641 \u062d\u0627\u062e\u0641\u062e\u0633 \u0628\u062e\u0642 \u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631 \u0634\u0644\u0634\u0647\u0631.", + "Thank you! We have received your payment for {courseName}.": "\u0641\u0627\u0634\u0631\u0646 \u063a\u062e\u0639! \u0635\u062b \u0627\u0634\u062f\u062b \u0642\u062b\u0630\u062b\u0647\u062f\u062b\u064a \u063a\u062e\u0639\u0642 \u062d\u0634\u063a\u0648\u062b\u0631\u0641 \u0628\u062e\u0642 {courseName}.", + "Thanks for returning to verify your ID in: {courseName}": "\u0641\u0627\u0634\u0631\u0646\u0633 \u0628\u062e\u0642 \u0642\u062b\u0641\u0639\u0642\u0631\u0647\u0631\u0644 \u0641\u062e \u062f\u062b\u0642\u0647\u0628\u063a \u063a\u062e\u0639\u0642 \u0647\u064a \u0647\u0631: {courseName}", + "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "\u0641\u0627\u062b \u0639\u0642\u0645 \u063a\u062e\u0639 \u062b\u0631\u0641\u062b\u0642\u062b\u064a \u0633\u062b\u062b\u0648\u0633 \u0641\u062e \u0632\u062b \u0634\u0631 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633. \u064a\u062e \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0634\u064a\u064a \u0641\u0627\u062b \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a \u0648\u0634\u0647\u0645\u0641\u062e: \u062d\u0642\u062b\u0628\u0647\u0637?", + "The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": "\u0641\u0627\u062b \u0639\u0642\u0645 \u063a\u062e\u0639 \u062b\u0631\u0641\u062b\u0642\u062b\u064a \u0633\u062b\u062b\u0648\u0633 \u0641\u062e \u0632\u062b \u0634\u0631 \u062b\u0637\u0641\u062b\u0642\u0631\u0634\u0645 \u0645\u0647\u0631\u0646. \u064a\u062e \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0634\u064a\u064a \u0641\u0627\u062b \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a \u0627\u0641\u0641\u062d:// \u062d\u0642\u062b\u0628\u0647\u0637?", + "The assignment type must have a name.": "\u0641\u0627\u062b \u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641 \u0641\u063a\u062d\u062b \u0648\u0639\u0633\u0641 \u0627\u0634\u062f\u062b \u0634 \u0631\u0634\u0648\u062b.", + "The certificate available date must be later than the course end date.": "\u0641\u0627\u062b \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b \u064a\u0634\u0641\u062b \u0648\u0639\u0633\u0641 \u0632\u062b \u0645\u0634\u0641\u062b\u0642 \u0641\u0627\u0634\u0631 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u062b\u0631\u064a \u064a\u0634\u0641\u062b.", + "The certificate for this learner has been re-validated and the system is re-running the grade for this learner.": "\u0641\u0627\u062b \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u0645\u062b\u0634\u0642\u0631\u062b\u0642 \u0627\u0634\u0633 \u0632\u062b\u062b\u0631 \u0642\u062b-\u062f\u0634\u0645\u0647\u064a\u0634\u0641\u062b\u064a \u0634\u0631\u064a \u0641\u0627\u062b \u0633\u063a\u0633\u0641\u062b\u0648 \u0647\u0633 \u0642\u062b-\u0642\u0639\u0631\u0631\u0647\u0631\u0644 \u0641\u0627\u062b \u0644\u0642\u0634\u064a\u062b \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u0645\u062b\u0634\u0642\u0631\u062b\u0642.", + "The cohort cannot be added": "\u0641\u0627\u062b \u0630\u062e\u0627\u062e\u0642\u0641 \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0634\u064a\u064a\u062b\u064a", + "The cohort cannot be saved": "\u0641\u0627\u062b \u0630\u062e\u0627\u062e\u0642\u0641 \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0633\u0634\u062f\u062b\u064a", + "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "\u0641\u0627\u062b \u0630\u062e\u0648\u0632\u0647\u0631\u062b\u064a \u0645\u062b\u0631\u0644\u0641\u0627 \u062e\u0628 \u0641\u0627\u062b \u062e\u0642\u0644\u0634\u0631\u0647\u0638\u0634\u0641\u0647\u062e\u0631 \u0634\u0631\u064a \u0645\u0647\u0632\u0642\u0634\u0642\u063a \u0630\u062e\u064a\u062b \u0628\u0647\u062b\u0645\u064a\u0633 \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0648\u062e\u0642\u062b \u0641\u0627\u0634\u0631 <%=limit%> \u0630\u0627\u0634\u0642\u0634\u0630\u0641\u062b\u0642\u0633.", + "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "\u0641\u0627\u062b \u0630\u062e\u0648\u0632\u0647\u0631\u062b\u064a \u0645\u062b\u0631\u0644\u0641\u0627 \u062e\u0628 \u0641\u0627\u062b \u062e\u0642\u0644\u0634\u0631\u0647\u0638\u0634\u0641\u0647\u062e\u0631, \u0630\u062e\u0639\u0642\u0633\u062b \u0631\u0639\u0648\u0632\u062b\u0642, \u0634\u0631\u064a \u0630\u062e\u0639\u0642\u0633\u062b \u0642\u0639\u0631 \u0628\u0647\u062b\u0645\u064a\u0633 \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0648\u062e\u0642\u062b \u0641\u0627\u0634\u0631 <%=limit%> \u0630\u0627\u0634\u0642\u0634\u0630\u0641\u062b\u0642\u0633.", + "The country or region where you live.": "\u0641\u0627\u062b \u0630\u062e\u0639\u0631\u0641\u0642\u063a \u062e\u0642 \u0642\u062b\u0644\u0647\u062e\u0631 \u0635\u0627\u062b\u0642\u062b \u063a\u062e\u0639 \u0645\u0647\u062f\u062b.", + "The country that team members primarily identify with.": "\u0641\u0627\u062b \u0630\u062e\u0639\u0631\u0641\u0642\u063a \u0641\u0627\u0634\u0641 \u0641\u062b\u0634\u0648 \u0648\u062b\u0648\u0632\u062b\u0642\u0633 \u062d\u0642\u0647\u0648\u0634\u0642\u0647\u0645\u063a \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u063a \u0635\u0647\u0641\u0627.", + "The course end date must be later than the course start date.": "\u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u062b\u0631\u064a \u064a\u0634\u0641\u062b \u0648\u0639\u0633\u0641 \u0632\u062b \u0645\u0634\u0641\u062b\u0642 \u0641\u0627\u0634\u0631 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u0633\u0641\u0634\u0642\u0641 \u064a\u0634\u0641\u062b.", + "The course must have an assigned start date.": "\u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u0648\u0639\u0633\u0641 \u0627\u0634\u062f\u062b \u0634\u0631 \u0634\u0633\u0633\u0647\u0644\u0631\u062b\u064a \u0633\u0641\u0634\u0642\u0641 \u064a\u0634\u0641\u062b.", + "The course start date must be later than the enrollment start date.": "\u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u0633\u0641\u0634\u0642\u0641 \u064a\u0634\u0641\u062b \u0648\u0639\u0633\u0641 \u0632\u062b \u0645\u0634\u0641\u062b\u0642 \u0641\u0627\u0634\u0631 \u0641\u0627\u062b \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0633\u0641\u0634\u0642\u0641 \u064a\u0634\u0641\u062b.", + "The email address you've provided isn't formatted correctly.": "\u0641\u0627\u062b \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 \u063a\u062e\u0639'\u062f\u062b \u062d\u0642\u062e\u062f\u0647\u064a\u062b\u064a \u0647\u0633\u0631'\u0641 \u0628\u062e\u0642\u0648\u0634\u0641\u0641\u062b\u064a \u0630\u062e\u0642\u0642\u062b\u0630\u0641\u0645\u063a.", + "The enrollment end date cannot be after the course end date.": "\u0641\u0627\u062b \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u062b\u0631\u064a \u064a\u0634\u0641\u062b \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0634\u0628\u0641\u062b\u0642 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u062b\u0631\u064a \u064a\u0634\u0641\u062b.", + "The enrollment start date cannot be after the enrollment end date.": "\u0641\u0627\u062b \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0633\u0641\u0634\u0642\u0641 \u064a\u0634\u0641\u062b \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0634\u0628\u0641\u062b\u0642 \u0641\u0627\u062b \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u062b\u0631\u064a \u064a\u0634\u0641\u062b.", + "The file could not be uploaded.": "\u0641\u0627\u062b \u0628\u0647\u0645\u062b \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0639\u062d\u0645\u062e\u0634\u064a\u062b\u064a.", + "The file must be at least {size} in size.": "\u0641\u0627\u062b \u0628\u0647\u0645\u062b \u0648\u0639\u0633\u0641 \u0632\u062b \u0634\u0641 \u0645\u062b\u0634\u0633\u0641 {size} \u0647\u0631 \u0633\u0647\u0638\u062b.", + "The file must be smaller than {size} in size.": "\u0641\u0627\u062b \u0628\u0647\u0645\u062b \u0648\u0639\u0633\u0641 \u0632\u062b \u0633\u0648\u0634\u0645\u0645\u062b\u0642 \u0641\u0627\u0634\u0631 {size} \u0647\u0631 \u0633\u0647\u0638\u062b.", + "The file you are trying to upload is too large.": "\u0641\u0627\u062b \u0628\u0647\u0645\u062b \u063a\u062e\u0639 \u0634\u0642\u062b \u0641\u0642\u063a\u0647\u0631\u0644 \u0641\u062e \u0639\u062d\u0645\u062e\u0634\u064a \u0647\u0633 \u0641\u062e\u062e \u0645\u0634\u0642\u0644\u062b.", + "The following email addresses and/or usernames are invalid:": "\u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633\u062b\u0633 \u0634\u0631\u064a/\u062e\u0642 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b\u0633 \u0634\u0642\u062b \u0647\u0631\u062f\u0634\u0645\u0647\u064a:", + "The following errors were generated:": "\u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u062b\u0642\u0642\u062e\u0642\u0633 \u0635\u062b\u0642\u062b \u0644\u062b\u0631\u062b\u0642\u0634\u0641\u062b\u064a:", + "The following information is already a part of your {platform} profile. We\\'ve included it here for your application.": "\u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u0647\u0633 \u0634\u0645\u0642\u062b\u0634\u064a\u063a \u0634 \u062d\u0634\u0642\u0641 \u062e\u0628 \u063a\u062e\u0639\u0642 {platform} \u062d\u0642\u062e\u0628\u0647\u0645\u062b. \u0635\u062b\\'\u062f\u062b \u0647\u0631\u0630\u0645\u0639\u064a\u062b\u064a \u0647\u0641 \u0627\u062b\u0642\u062b \u0628\u062e\u0642 \u063a\u062e\u0639\u0642 \u0634\u062d\u062d\u0645\u0647\u0630\u0634\u0641\u0647\u062e\u0631.", + "The following message will be displayed at the bottom of the courseware pages within your course:": "\u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u0635\u0647\u0645\u0645 \u0632\u062b \u064a\u0647\u0633\u062d\u0645\u0634\u063a\u062b\u064a \u0634\u0641 \u0641\u0627\u062b \u0632\u062e\u0641\u0641\u062e\u0648 \u062e\u0628 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b\u0635\u0634\u0642\u062b \u062d\u0634\u0644\u062b\u0633 \u0635\u0647\u0641\u0627\u0647\u0631 \u063a\u062e\u0639\u0642 \u0630\u062e\u0639\u0642\u0633\u062b:", + "The following options are available for the {license_name} license.": "\u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u062e\u062d\u0641\u0647\u062e\u0631\u0633 \u0634\u0642\u062b \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b \u0628\u062e\u0642 \u0641\u0627\u062b {license_name} \u0645\u0647\u0630\u062b\u0631\u0633\u062b.", + "The following users are no longer enrolled in the course:": "\u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u0639\u0633\u062b\u0642\u0633 \u0634\u0642\u062b \u0631\u062e \u0645\u062e\u0631\u0644\u062b\u0642 \u062b\u0631\u0642\u062e\u0645\u0645\u062b\u064a \u0647\u0631 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b:", + "The following warnings were generated:": "\u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u0635\u0634\u0642\u0631\u0647\u0631\u0644\u0633 \u0635\u062b\u0642\u062b \u0644\u062b\u0631\u062b\u0642\u0634\u0641\u062b\u064a:", + "The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.": "\u0641\u0627\u062b \u0644\u062b\u0631\u062b\u0642\u0634\u0645 \u0630\u0634\u0641\u062b\u0644\u062e\u0642\u063a \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u0641\u063a\u062d\u062b \u062e\u0628 \u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641, \u0628\u062e\u0642 \u062b\u0637\u0634\u0648\u062d\u0645\u062b, \u0627\u062e\u0648\u062b\u0635\u062e\u0642\u0646 \u062e\u0642 \u0648\u0647\u064a\u0641\u062b\u0642\u0648 \u062b\u0637\u0634\u0648. \u0641\u0627\u0647\u0633 \u0631\u0634\u0648\u062b \u0647\u0633 \u062f\u0647\u0633\u0647\u0632\u0645\u062b \u0641\u062e \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633.", + "The grading process is still running. Refresh the page to see updates.": "\u0641\u0627\u062b \u0644\u0642\u0634\u064a\u0647\u0631\u0644 \u062d\u0642\u062e\u0630\u062b\u0633\u0633 \u0647\u0633 \u0633\u0641\u0647\u0645\u0645 \u0642\u0639\u0631\u0631\u0647\u0631\u0644. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0641\u062e \u0633\u062b\u062b \u0639\u062d\u064a\u0634\u0641\u062b\u0633.", + "The language that team members primarily use to communicate with each other.": "\u0641\u0627\u062b \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b \u0641\u0627\u0634\u0641 \u0641\u062b\u0634\u0648 \u0648\u062b\u0648\u0632\u062b\u0642\u0633 \u062d\u0642\u0647\u0648\u0634\u0642\u0647\u0645\u063a \u0639\u0633\u062b \u0641\u062e \u0630\u062e\u0648\u0648\u0639\u0631\u0647\u0630\u0634\u0641\u062b \u0635\u0647\u0641\u0627 \u062b\u0634\u0630\u0627 \u062e\u0641\u0627\u062b\u0642.", + "The language used throughout this site. This site is currently available in a limited number of languages. Changing the value of this field will cause the page to refresh.": "\u0641\u0627\u062b \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b \u0639\u0633\u062b\u064a \u0641\u0627\u0642\u062e\u0639\u0644\u0627\u062e\u0639\u0641 \u0641\u0627\u0647\u0633 \u0633\u0647\u0641\u062b. \u0641\u0627\u0647\u0633 \u0633\u0647\u0641\u062b \u0647\u0633 \u0630\u0639\u0642\u0642\u062b\u0631\u0641\u0645\u063a \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b \u0647\u0631 \u0634 \u0645\u0647\u0648\u0647\u0641\u062b\u064a \u0631\u0639\u0648\u0632\u062b\u0642 \u062e\u0628 \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b\u0633. \u0630\u0627\u0634\u0631\u0644\u0647\u0631\u0644 \u0641\u0627\u062b \u062f\u0634\u0645\u0639\u062b \u062e\u0628 \u0641\u0627\u0647\u0633 \u0628\u0647\u062b\u0645\u064a \u0635\u0647\u0645\u0645 \u0630\u0634\u0639\u0633\u062b \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0641\u062e \u0642\u062b\u0628\u0642\u062b\u0633\u0627.", + "The minimum completion percentage must be a whole number between 0 and 100.": "\u0641\u0627\u062b \u0648\u0647\u0631\u0647\u0648\u0639\u0648 \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u0647\u062e\u0631 \u062d\u062b\u0642\u0630\u062b\u0631\u0641\u0634\u0644\u062b \u0648\u0639\u0633\u0641 \u0632\u062b \u0634 \u0635\u0627\u062e\u0645\u062b \u0631\u0639\u0648\u0632\u062b\u0642 \u0632\u062b\u0641\u0635\u062b\u062b\u0631 0 \u0634\u0631\u064a 100.", + "The minimum grade for course credit is not set.": "\u0641\u0627\u062b \u0648\u0647\u0631\u0647\u0648\u0639\u0648 \u0644\u0642\u0634\u064a\u062b \u0628\u062e\u0642 \u0630\u062e\u0639\u0642\u0633\u062b \u0630\u0642\u062b\u064a\u0647\u0641 \u0647\u0633 \u0631\u062e\u0641 \u0633\u062b\u0641.", + "The minimum score percentage must be a whole number between 0 and 100.": "\u0641\u0627\u062b \u0648\u0647\u0631\u0647\u0648\u0639\u0648 \u0633\u0630\u062e\u0642\u062b \u062d\u062b\u0642\u0630\u062b\u0631\u0641\u0634\u0644\u062b \u0648\u0639\u0633\u0641 \u0632\u062b \u0634 \u0635\u0627\u062e\u0645\u062b \u0631\u0639\u0648\u0632\u062b\u0642 \u0632\u062b\u0641\u0635\u062b\u062b\u0631 0 \u0634\u0631\u064a 100.", + "The more you tell us, the more quickly and helpfully we can respond!": "\u0641\u0627\u062b \u0648\u062e\u0642\u062b \u063a\u062e\u0639 \u0641\u062b\u0645\u0645 \u0639\u0633, \u0641\u0627\u062b \u0648\u062e\u0642\u062b \u0636\u0639\u0647\u0630\u0646\u0645\u063a \u0634\u0631\u064a \u0627\u062b\u0645\u062d\u0628\u0639\u0645\u0645\u063a \u0635\u062b \u0630\u0634\u0631 \u0642\u062b\u0633\u062d\u062e\u0631\u064a!", + "The name of this signatory as it should appear on certificates.": "\u0641\u0627\u062b \u0631\u0634\u0648\u062b \u062e\u0628 \u0641\u0627\u0647\u0633 \u0633\u0647\u0644\u0631\u0634\u0641\u062e\u0642\u063a \u0634\u0633 \u0647\u0641 \u0633\u0627\u062e\u0639\u0645\u064a \u0634\u062d\u062d\u062b\u0634\u0642 \u062e\u0631 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633.", + "The name that identifies you on {platform_name}. You cannot change your username.": "\u0641\u0627\u062b \u0631\u0634\u0648\u062b \u0641\u0627\u0634\u0641 \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u0647\u062b\u0633 \u063a\u062e\u0639 \u062e\u0631 {platform_name}. \u063a\u062e\u0639 \u0630\u0634\u0631\u0631\u062e\u0641 \u0630\u0627\u0634\u0631\u0644\u062b \u063a\u062e\u0639\u0642 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b.", + "The name that is used for ID verification and that appears on your certificates.": "\u0641\u0627\u062b \u0631\u0634\u0648\u062b \u0641\u0627\u0634\u0641 \u0647\u0633 \u0639\u0633\u062b\u064a \u0628\u062e\u0642 \u0647\u064a \u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631 \u0634\u0631\u064a \u0641\u0627\u0634\u0641 \u0634\u062d\u062d\u062b\u0634\u0642\u0633 \u062e\u0631 \u063a\u062e\u0639\u0642 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633.", + "The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.": "\u0641\u0627\u062b \u0631\u0639\u0648\u0632\u062b\u0642 \u062e\u0628 \u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641\u0633 \u062e\u0628 \u0641\u0627\u0647\u0633 \u0641\u063a\u062d\u062b \u0641\u0627\u0634\u0641 \u0635\u0647\u0645\u0645 \u0632\u062b \u064a\u0642\u062e\u062d\u062d\u062b\u064a. \u0641\u0627\u062b \u0645\u062e\u0635\u062b\u0633\u0641 \u0633\u0630\u062e\u0642\u0647\u0631\u0644 \u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641\u0633 \u0634\u0642\u062b \u064a\u0642\u062e\u062d\u062d\u062b\u064a \u0628\u0647\u0642\u0633\u0641.", + "The number of subsections in the course that contain problems of this assignment type.": "\u0641\u0627\u062b \u0631\u0639\u0648\u0632\u062b\u0642 \u062e\u0628 \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631\u0633 \u0647\u0631 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u0641\u0627\u0634\u0641 \u0630\u062e\u0631\u0641\u0634\u0647\u0631 \u062d\u0642\u062e\u0632\u0645\u062b\u0648\u0633 \u062e\u0628 \u0641\u0627\u0647\u0633 \u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641 \u0641\u063a\u062d\u062b.", + "The organization that this signatory belongs to, as it should appear on certificates.": "\u0641\u0627\u062b \u062e\u0642\u0644\u0634\u0631\u0647\u0638\u0634\u0641\u0647\u062e\u0631 \u0641\u0627\u0634\u0641 \u0641\u0627\u0647\u0633 \u0633\u0647\u0644\u0631\u0634\u0641\u062e\u0642\u063a \u0632\u062b\u0645\u062e\u0631\u0644\u0633 \u0641\u062e, \u0634\u0633 \u0647\u0641 \u0633\u0627\u062e\u0639\u0645\u064a \u0634\u062d\u062d\u062b\u0634\u0642 \u062e\u0631 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633.", + "The page \"{route}\" could not be found.": "\u0641\u0627\u062b \u062d\u0634\u0644\u062b \"{route}\" \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0628\u062e\u0639\u0631\u064a.", + "The photo of your face matches the photo on your ID.": "\u0641\u0627\u062b \u062d\u0627\u062e\u0641\u062e \u062e\u0628 \u063a\u062e\u0639\u0642 \u0628\u0634\u0630\u062b \u0648\u0634\u0641\u0630\u0627\u062b\u0633 \u0641\u0627\u062b \u062d\u0627\u062e\u0641\u062e \u062e\u0631 \u063a\u062e\u0639\u0642 \u0647\u064a.", + "The post you selected has been deleted.": "\u0641\u0627\u062b \u062d\u062e\u0633\u0641 \u063a\u062e\u0639 \u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a \u0627\u0634\u0633 \u0632\u062b\u062b\u0631 \u064a\u062b\u0645\u062b\u0641\u062b\u064a.", + "The published branch version, {published}, was reset to the draft branch version, {draft}.": "\u0641\u0627\u062b \u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a \u0632\u0642\u0634\u0631\u0630\u0627 \u062f\u062b\u0642\u0633\u0647\u062e\u0631, {published}, \u0635\u0634\u0633 \u0642\u062b\u0633\u062b\u0641 \u0641\u062e \u0641\u0627\u062b \u064a\u0642\u0634\u0628\u0641 \u0632\u0642\u0634\u0631\u0630\u0627 \u062f\u062b\u0642\u0633\u0647\u062e\u0631, {draft}.", + "The raw error message is:": "\u0641\u0627\u062b \u0642\u0634\u0635 \u062b\u0642\u0642\u062e\u0642 \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u0647\u0633:", + "The refund deadline for this course has passed,so you will not receive a refund.": "\u0641\u0627\u062b \u0642\u062b\u0628\u0639\u0631\u064a \u064a\u062b\u0634\u064a\u0645\u0647\u0631\u062b \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u0630\u062e\u0639\u0642\u0633\u062b \u0627\u0634\u0633 \u062d\u0634\u0633\u0633\u062b\u064a,\u0633\u062e \u063a\u062e\u0639 \u0635\u0647\u0645\u0645 \u0631\u062e\u0641 \u0642\u062b\u0630\u062b\u0647\u062f\u062b \u0634 \u0642\u062b\u0628\u0639\u0631\u064a.", + "The selected content group does not exist": "\u0641\u0627\u062b \u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d \u064a\u062e\u062b\u0633 \u0631\u062e\u0641 \u062b\u0637\u0647\u0633\u0641", + "The selected image must be larger than {minFileSizeInKB}.": "\u0641\u0627\u062b \u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a \u0647\u0648\u0634\u0644\u062b \u0648\u0639\u0633\u0641 \u0632\u062b \u0645\u0634\u0642\u0644\u062b\u0642 \u0641\u0627\u0634\u0631 {minFileSizeInKB}.", + "The selected image must be smaller than {maxFileSizeInMB}.": "\u0641\u0627\u062b \u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a \u0647\u0648\u0634\u0644\u062b \u0648\u0639\u0633\u0641 \u0632\u062b \u0633\u0648\u0634\u0645\u0645\u062b\u0642 \u0641\u0627\u0634\u0631 {maxFileSizeInMB}.", + "The team \"{team}\" could not be found.": "\u0641\u0627\u062b \u0641\u062b\u0634\u0648 \"{team}\" \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0628\u062e\u0639\u0631\u064a.", + "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "\u0641\u0627\u062b \u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0628\u062e\u0642 \u0641\u0627\u062b \u0628\u0647\u0642\u0633\u0641 \u062f\u0647\u064a\u062b\u062e \u0628\u0647\u0645\u062b \u064a\u062e\u062b\u0633 \u0631\u062e\u0641 \u0634\u062d\u062d\u062b\u0634\u0642 \u0641\u062e \u0632\u062b \u0641\u0627\u062b \u0633\u0634\u0648\u062b \u0634\u0633 \u0641\u0627\u062b \u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0628\u062e\u0642 \u0641\u0627\u062b \u0633\u062b\u0630\u062e\u0631\u064a \u062f\u0647\u064a\u062b\u062e \u0628\u0647\u0645\u062b.", + "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "\u0641\u0627\u062b \u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u062f\u0647\u064a\u062b\u062e \u062e\u0631 \u062b\u064a\u0637 \u0647\u0633 \u062e\u0639\u0641 \u062e\u0628 \u064a\u0634\u0641\u062b, \u0632\u0639\u0641 \u063a\u062e\u0639\u0641\u0639\u0632\u062b \u0627\u0634\u0633 \u0634 \u0630\u0639\u0642\u0642\u062b\u0631\u0641 \u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u062f\u0647\u064a\u062b\u062e.", + "The timer on the right shows the time remaining in the exam.": "\u0641\u0627\u062b \u0641\u0647\u0648\u062b\u0642 \u062e\u0631 \u0641\u0627\u062b \u0642\u0647\u0644\u0627\u0641 \u0633\u0627\u062e\u0635\u0633 \u0641\u0627\u062b \u0641\u0647\u0648\u062b \u0642\u062b\u0648\u0634\u0647\u0631\u0647\u0631\u0644 \u0647\u0631 \u0641\u0627\u062b \u062b\u0637\u0634\u0648.", + "The topic \"{topic}\" could not be found.": "\u0641\u0627\u062b \u0641\u062e\u062d\u0647\u0630 \"{topic}\" \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0628\u062e\u0639\u0631\u064a.", + "The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.": "\u0641\u0627\u062b \u0635\u062b\u0647\u0644\u0627\u0641 \u062e\u0628 \u0634\u0645\u0645 \u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641\u0633 \u062e\u0628 \u0641\u0627\u0647\u0633 \u0641\u063a\u062d\u062b \u0634\u0633 \u0634 \u062d\u062b\u0642\u0630\u062b\u0631\u0641\u0634\u0644\u062b \u062e\u0628 \u0641\u0627\u062b \u0641\u062e\u0641\u0634\u0645 \u0644\u0642\u0634\u064a\u062b, \u0628\u062e\u0642 \u062b\u0637\u0634\u0648\u062d\u0645\u062b, 40. \u064a\u062e \u0631\u062e\u0641 \u0647\u0631\u0630\u0645\u0639\u064a\u062b \u0641\u0627\u062b \u062d\u062b\u0642\u0630\u062b\u0631\u0641 \u0633\u063a\u0648\u0632\u062e\u0645.", + "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "\u0641\u0627\u062b {cohortGroupName} \u0630\u062e\u0627\u062e\u0642\u0641 \u0627\u0634\u0633 \u0632\u062b\u062b\u0631 \u0630\u0642\u062b\u0634\u0641\u062b\u064a. \u063a\u062e\u0639 \u0630\u0634\u0631 \u0648\u0634\u0631\u0639\u0634\u0645\u0645\u063a \u0634\u064a\u064a \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633 \u0641\u062e \u0641\u0627\u0647\u0633 \u0630\u062e\u0627\u062e\u0642\u0641 \u0632\u062b\u0645\u062e\u0635.", + "There are invalid keywords in your email. Check the following keywords and try again.": "\u0641\u0627\u062b\u0642\u062b \u0634\u0642\u062b \u0647\u0631\u062f\u0634\u0645\u0647\u064a \u0646\u062b\u063a\u0635\u062e\u0642\u064a\u0633 \u0647\u0631 \u063a\u062e\u0639\u0642 \u062b\u0648\u0634\u0647\u0645. \u0630\u0627\u062b\u0630\u0646 \u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u0646\u062b\u063a\u0635\u062e\u0642\u064a\u0633 \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "There are no posts in this topic yet.": "\u0641\u0627\u062b\u0642\u062b \u0634\u0642\u062b \u0631\u062e \u062d\u062e\u0633\u0641\u0633 \u0647\u0631 \u0641\u0627\u0647\u0633 \u0641\u062e\u062d\u0647\u0630 \u063a\u062b\u0641.", + "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.": "\u0641\u0627\u062b\u0642\u062b \u0627\u0634\u0633 \u0632\u062b\u062b\u0631 \u0634 \u0628\u0634\u0647\u0645\u0639\u0642\u062b \u0641\u062e \u062b\u0637\u062d\u062e\u0642\u0641 \u0641\u062e \u0637\u0648\u0645 \u0634\u0641 \u0645\u062b\u0634\u0633\u0641 \u062e\u0631\u062b \u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641. \u0647\u0641 \u0647\u0633 \u0642\u062b\u0630\u062e\u0648\u0648\u062b\u0631\u064a\u062b\u064a \u0641\u0627\u0634\u0641 \u063a\u062e\u0639 \u0644\u062e \u0641\u062e \u0641\u0627\u062b \u062b\u064a\u0647\u0641 \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0642\u062b\u062d\u0634\u0647\u0642 \u0641\u0627\u062b \u062b\u0642\u0642\u062e\u0642 \u0632\u062b\u0628\u062e\u0642\u062b \u0634\u0641\u0641\u062b\u0648\u062d\u0641\u0647\u0631\u0644 \u0634\u0631\u062e\u0641\u0627\u062b\u0642 \u062b\u0637\u062d\u062e\u0642\u0641. \u062d\u0645\u062b\u0634\u0633\u062b \u0630\u0627\u062b\u0630\u0646 \u0641\u0627\u0634\u0641 \u0634\u0645\u0645 \u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641\u0633 \u062e\u0631 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0642\u062b \u062f\u0634\u0645\u0647\u064a \u0634\u0631\u064a \u064a\u062e \u0631\u062e\u0641 \u064a\u0647\u0633\u062d\u0645\u0634\u063a \u0634\u0631\u063a \u062b\u0642\u0642\u062e\u0642 \u0648\u062b\u0633\u0633\u0634\u0644\u062b\u0633.", + "There has been an error processing your survey.": "\u0641\u0627\u062b\u0642\u062b \u0627\u0634\u0633 \u0632\u062b\u062b\u0631 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u062d\u0642\u062e\u0630\u062b\u0633\u0633\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u0633\u0639\u0642\u062f\u062b\u063a.", + "There has been an error while exporting.": "\u0641\u0627\u062b\u0642\u062b \u0627\u0634\u0633 \u0632\u062b\u062b\u0631 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0635\u0627\u0647\u0645\u062b \u062b\u0637\u062d\u062e\u0642\u0641\u0647\u0631\u0644.", + "There has been an error with your export.": "\u0641\u0627\u062b\u0642\u062b \u0627\u0634\u0633 \u0632\u062b\u062b\u0631 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0635\u0647\u0641\u0627 \u063a\u062e\u0639\u0642 \u062b\u0637\u062d\u062e\u0642\u0641.", + "There is invalid code in your content. Please check to make sure it is valid HTML.": "\u0641\u0627\u062b\u0642\u062b \u0647\u0633 \u0647\u0631\u062f\u0634\u0645\u0647\u064a \u0630\u062e\u064a\u062b \u0647\u0631 \u063a\u062e\u0639\u0642 \u0630\u062e\u0631\u0641\u062b\u0631\u0641. \u062d\u0645\u062b\u0634\u0633\u062b \u0630\u0627\u062b\u0630\u0646 \u0641\u062e \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0647\u0641 \u0647\u0633 \u062f\u0634\u0645\u0647\u064a \u0627\u0641\u0648\u0645.", + "There is no email history for this course.": "\u0641\u0627\u062b\u0642\u062b \u0647\u0633 \u0631\u062e \u062b\u0648\u0634\u0647\u0645 \u0627\u0647\u0633\u0641\u062e\u0642\u063a \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u0630\u062e\u0639\u0642\u0633\u062b.", + "There must be at least one group.": "\u0641\u0627\u062b\u0642\u062b \u0648\u0639\u0633\u0641 \u0632\u062b \u0634\u0641 \u0645\u062b\u0634\u0633\u0641 \u062e\u0631\u062b \u0644\u0642\u062e\u0639\u062d.", + "There must be one cohort to which students can automatically be assigned.": "\u0641\u0627\u062b\u0642\u062b \u0648\u0639\u0633\u0641 \u0632\u062b \u062e\u0631\u062b \u0630\u062e\u0627\u062e\u0642\u0641 \u0641\u062e \u0635\u0627\u0647\u0630\u0627 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633 \u0630\u0634\u0631 \u0634\u0639\u0641\u062e\u0648\u0634\u0641\u0647\u0630\u0634\u0645\u0645\u063a \u0632\u062b \u0634\u0633\u0633\u0647\u0644\u0631\u062b\u064a.", + "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "\u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0630\u0642\u062b\u0634\u0641\u0647\u0631\u0644 \u0641\u0627\u062b \u0642\u062b\u062d\u062e\u0642\u0641. \u0633\u062b\u0645\u062b\u0630\u0641 \"\u0630\u0642\u062b\u0634\u0641\u062b \u062b\u0637\u062b\u0630\u0639\u0641\u0647\u062f\u062b \u0633\u0639\u0648\u0648\u0634\u0642\u063a\" \u0641\u062e \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "There was an error changing the user's role": "\u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0630\u0627\u0634\u0631\u0644\u0647\u0631\u0644 \u0641\u0627\u062b \u0639\u0633\u062b\u0642'\u0633 \u0642\u062e\u0645\u062b", + "There was an error during the upload process.": "\u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u064a\u0639\u0642\u0647\u0631\u0644 \u0641\u0627\u062b \u0639\u062d\u0645\u062e\u0634\u064a \u062d\u0642\u062e\u0630\u062b\u0633\u0633.", + "There was an error obtaining email content history for this course.": "\u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u062e\u0632\u0641\u0634\u0647\u0631\u0647\u0631\u0644 \u062b\u0648\u0634\u0647\u0645 \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0627\u0647\u0633\u0641\u062e\u0642\u063a \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u0630\u062e\u0639\u0642\u0633\u062b.", + "There was an error obtaining email task history for this course.": "\u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u062e\u0632\u0641\u0634\u0647\u0631\u0647\u0631\u0644 \u062b\u0648\u0634\u0647\u0645 \u0641\u0634\u0633\u0646 \u0627\u0647\u0633\u0641\u062e\u0642\u063a \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u0630\u062e\u0639\u0642\u0633\u062b.", + "There was an error retrieving preview results for this catalog. Please check that your query is correct and try again.": "\u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0642\u062b\u0641\u0642\u0647\u062b\u062f\u0647\u0631\u0644 \u062d\u0642\u062b\u062f\u0647\u062b\u0635 \u0642\u062b\u0633\u0639\u0645\u0641\u0633 \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u0630\u0634\u0641\u0634\u0645\u062e\u0644. \u062d\u0645\u062b\u0634\u0633\u062b \u0630\u0627\u062b\u0630\u0646 \u0641\u0627\u0634\u0641 \u063a\u062e\u0639\u0642 \u0636\u0639\u062b\u0642\u063a \u0647\u0633 \u0630\u062e\u0642\u0642\u062b\u0630\u0641 \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "There was an error updating your goal.": "\u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0639\u062d\u064a\u0634\u0641\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u0644\u062e\u0634\u0645.", + "There was an error uploading your file.": "\u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0639\u062d\u0645\u062e\u0634\u064a\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u0628\u0647\u0645\u062b.", "There was an error when trying to add learners:": [ - "\u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0635\u0627\u062b\u0631 \u0641\u0642\u063a\u0647\u0631\u0644 \u0641\u062e \u0634\u064a\u064a \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633:", + "\u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0635\u0627\u062b\u0631 \u0641\u0642\u063a\u0647\u0631\u0644 \u0641\u062e \u0634\u064a\u064a \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633:", "{numErrors} \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0634\u064a\u064a\u062b\u064a \u0641\u062e \u0641\u0627\u0647\u0633 \u0630\u062e\u0627\u062e\u0642\u0641:" - ], - "There was an error while importing the new course to our database.": "\u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0635\u0627\u0647\u0645\u062b \u0647\u0648\u062d\u062e\u0642\u0641\u0647\u0631\u0644 \u0641\u0627\u062b \u0631\u062b\u0635 \u0630\u062e\u0639\u0642\u0633\u062b \u0641\u062e \u062e\u0639\u0642 \u064a\u0634\u0641\u0634\u0632\u0634\u0633\u062b.", - "There was an error while importing the new library to our database.": "\u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0635\u0627\u0647\u0645\u062b \u0647\u0648\u062d\u062e\u0642\u0641\u0647\u0631\u0644 \u0641\u0627\u062b \u0631\u062b\u0635 \u0645\u0647\u0632\u0642\u0634\u0642\u063a \u0641\u062e \u062e\u0639\u0642 \u064a\u0634\u0641\u0634\u0632\u0634\u0633\u062b.", - "There was an error while unpacking the file.": "\u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0635\u0627\u0647\u0645\u062b \u0639\u0631\u062d\u0634\u0630\u0646\u0647\u0631\u0644 \u0641\u0627\u062b \u0628\u0647\u0645\u062b.", - "There was an error while verifying the file you submitted.": "\u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0635\u0627\u0647\u0645\u062b \u062f\u062b\u0642\u0647\u0628\u063a\u0647\u0631\u0644 \u0641\u0627\u062b \u0628\u0647\u0645\u062b \u063a\u062e\u0639 \u0633\u0639\u0632\u0648\u0647\u0641\u0641\u062b\u064a.", - "There was an error with the upload": "\u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0635\u0647\u0641\u0627 \u0641\u0627\u062b \u0639\u062d\u0645\u062e\u0634\u064a", - "There was an error, try searching again.": "\u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642, \u0641\u0642\u063a \u0633\u062b\u0634\u0642\u0630\u0627\u0647\u0631\u0644 \u0634\u0644\u0634\u0647\u0631.", - "There was an error. Please reload the page and try again.": "\u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642. \u062d\u0645\u062b\u0634\u0633\u062b \u0642\u062b\u0645\u062e\u0634\u064a \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "There were errors reindexing course.": "\u0641\u0627\u062b\u0642\u062b \u0635\u062b\u0642\u062b \u062b\u0642\u0642\u062e\u0642\u0633 \u0642\u062b\u0647\u0631\u064a\u062b\u0637\u0647\u0631\u0644 \u0630\u062e\u0639\u0642\u0633\u062b.", - "There's already another assignment type with this name.": "\u0641\u0627\u062b\u0642\u062b'\u0633 \u0634\u0645\u0642\u062b\u0634\u064a\u063a \u0634\u0631\u062e\u0641\u0627\u062b\u0642 \u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641 \u0641\u063a\u062d\u062b \u0635\u0647\u0641\u0627 \u0641\u0627\u0647\u0633 \u0631\u0634\u0648\u062b.", - "These settings include basic information about your account.": "\u0641\u0627\u062b\u0633\u062b \u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633 \u0647\u0631\u0630\u0645\u0639\u064a\u062b \u0632\u0634\u0633\u0647\u0630 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u0634\u0632\u062e\u0639\u0641 \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641.", - "These users could not be added as beta testers because their accounts are not yet activated:": "\u0641\u0627\u062b\u0633\u062b \u0639\u0633\u062b\u0642\u0633 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0634\u064a\u064a\u062b\u064a \u0634\u0633 \u0632\u062b\u0641\u0634 \u0641\u062b\u0633\u0641\u062b\u0642\u0633 \u0632\u062b\u0630\u0634\u0639\u0633\u062b \u0641\u0627\u062b\u0647\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641\u0633 \u0634\u0642\u062b \u0631\u062e\u0641 \u063a\u062b\u0641 \u0634\u0630\u0641\u0647\u062f\u0634\u0641\u062b\u064a:", - "These users were not added as beta testers:": "\u0641\u0627\u062b\u0633\u062b \u0639\u0633\u062b\u0642\u0633 \u0635\u062b\u0642\u062b \u0631\u062e\u0641 \u0634\u064a\u064a\u062b\u064a \u0634\u0633 \u0632\u062b\u0641\u0634 \u0641\u062b\u0633\u0641\u062b\u0642\u0633:", - "These users were not affiliated with the course so could not be unenrolled:": "\u0641\u0627\u062b\u0633\u062b \u0639\u0633\u062b\u0642\u0633 \u0635\u062b\u0642\u062b \u0631\u062e\u0641 \u0634\u0628\u0628\u0647\u0645\u0647\u0634\u0641\u062b\u064a \u0635\u0647\u0641\u0627 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u0633\u062e \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0639\u0631\u062b\u0631\u0642\u062e\u0645\u0645\u062b\u064a:", - "These users were not removed as beta testers:": "\u0641\u0627\u062b\u0633\u062b \u0639\u0633\u062b\u0642\u0633 \u0635\u062b\u0642\u062b \u0631\u062e\u0641 \u0642\u062b\u0648\u062e\u062f\u062b\u064a \u0634\u0633 \u0632\u062b\u0641\u0634 \u0641\u062b\u0633\u0641\u062b\u0642\u0633:", - "These users were successfully added as beta testers:": "\u0641\u0627\u062b\u0633\u062b \u0639\u0633\u062b\u0642\u0633 \u0635\u062b\u0642\u062b \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0634\u064a\u064a\u062b\u064a \u0634\u0633 \u0632\u062b\u0641\u0634 \u0641\u062b\u0633\u0641\u062b\u0642\u0633:", - "These users were successfully removed as beta testers:": "\u0641\u0627\u062b\u0633\u062b \u0639\u0633\u062b\u0642\u0633 \u0635\u062b\u0642\u062b \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0642\u062b\u0648\u062e\u062f\u062b\u064a \u0634\u0633 \u0632\u062b\u0641\u0634 \u0641\u062b\u0633\u0641\u062b\u0642\u0633:", - "These users will be allowed to enroll once they register:": "\u0641\u0627\u062b\u0633\u062b \u0639\u0633\u062b\u0642\u0633 \u0635\u0647\u0645\u0645 \u0632\u062b \u0634\u0645\u0645\u062e\u0635\u062b\u064a \u0641\u062e \u062b\u0631\u0642\u062e\u0645\u0645 \u062e\u0631\u0630\u062b \u0641\u0627\u062b\u063a \u0642\u062b\u0644\u0647\u0633\u0641\u062b\u0642:", - "These users will be enrolled once they register:": "\u0641\u0627\u062b\u0633\u062b \u0639\u0633\u062b\u0642\u0633 \u0635\u0647\u0645\u0645 \u0632\u062b \u062b\u0631\u0642\u062e\u0645\u0645\u062b\u064a \u062e\u0631\u0630\u062b \u0641\u0627\u062b\u063a \u0642\u062b\u0644\u0647\u0633\u0641\u062b\u0642:", - "This Group Configuration is not in use. Start by adding a content experiment to any Unit via the {linkStart}Course Outline{linkEnd}.": "\u0641\u0627\u0647\u0633 \u0644\u0642\u062e\u0639\u062d \u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u0634\u0641\u0647\u062e\u0631 \u0647\u0633 \u0631\u062e\u0641 \u0647\u0631 \u0639\u0633\u062b. \u0633\u0641\u0634\u0642\u0641 \u0632\u063a \u0634\u064a\u064a\u0647\u0631\u0644 \u0634 \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u062b\u0637\u062d\u062b\u0642\u0647\u0648\u062b\u0631\u0641 \u0641\u062e \u0634\u0631\u063a \u0639\u0631\u0647\u0641 \u062f\u0647\u0634 \u0641\u0627\u062b {linkStart}\u0630\u062e\u0639\u0642\u0633\u062b \u062e\u0639\u0641\u0645\u0647\u0631\u062b{linkEnd}.", - "This Group Configuration is used in:": "\u0641\u0627\u0647\u0633 \u0644\u0642\u062e\u0639\u062d \u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u0634\u0641\u0647\u062e\u0631 \u0647\u0633 \u0639\u0633\u062b\u064a \u0647\u0631:", - "This action cannot be undone.": "\u0641\u0627\u0647\u0633 \u0634\u0630\u0641\u0647\u062e\u0631 \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0639\u0631\u064a\u062e\u0631\u062b.", - "This action updates the {provider} information for your entire organization.": "\u0641\u0627\u0647\u0633 \u0634\u0630\u0641\u0647\u062e\u0631 \u0639\u062d\u064a\u0634\u0641\u062b\u0633 \u0641\u0627\u062b {provider} \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u0628\u062e\u0642 \u063a\u062e\u0639\u0642 \u062b\u0631\u0641\u0647\u0642\u062b \u062e\u0642\u0644\u0634\u0631\u0647\u0638\u0634\u0641\u0647\u062e\u0631.", - "This browser cannot play .mp4, .ogg, or .webm files.": "\u0641\u0627\u0647\u0633 \u0632\u0642\u062e\u0635\u0633\u062b\u0642 \u0630\u0634\u0631\u0631\u062e\u0641 \u062d\u0645\u0634\u063a .\u0648\u062d4, .\u062e\u0644\u0644, \u062e\u0642 .\u0635\u062b\u0632\u0648 \u0628\u0647\u0645\u062b\u0633.", - "This catalog's courses:": "\u0641\u0627\u0647\u0633 \u0630\u0634\u0641\u0634\u0645\u062e\u0644'\u0633 \u0630\u062e\u0639\u0642\u0633\u062b\u0633:", - "This certificate has already been activated and is live. Are you sure you want to continue editing?": "\u0641\u0627\u0647\u0633 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0627\u0634\u0633 \u0634\u0645\u0642\u062b\u0634\u064a\u063a \u0632\u062b\u062b\u0631 \u0634\u0630\u0641\u0647\u062f\u0634\u0641\u062b\u064a \u0634\u0631\u064a \u0647\u0633 \u0645\u0647\u062f\u062b. \u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0630\u062e\u0631\u0641\u0647\u0631\u0639\u062b \u062b\u064a\u0647\u0641\u0647\u0631\u0644?", - "This comment could not be deleted. Refresh the page and try again.": "\u0641\u0627\u0647\u0633 \u0630\u062e\u0648\u0648\u062b\u0631\u0641 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u064a\u062b\u0645\u062b\u0641\u062b\u064a. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "This component has validation issues.": "\u0641\u0627\u0647\u0633 \u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641 \u0627\u0634\u0633 \u062f\u0634\u0645\u0647\u064a\u0634\u0641\u0647\u062e\u0631 \u0647\u0633\u0633\u0639\u062b\u0633.", - "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "\u0641\u0627\u0647\u0633 \u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u0634\u0641\u0647\u062e\u0631 \u0647\u0633 \u0630\u0639\u0642\u0642\u062b\u0631\u0641\u0645\u063a \u0639\u0633\u062b\u064a \u0647\u0631 \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u062b\u0637\u062d\u062b\u0642\u0647\u0648\u062b\u0631\u0641\u0633. \u0647\u0628 \u063a\u062e\u0639 \u0648\u0634\u0646\u062b \u0630\u0627\u0634\u0631\u0644\u062b\u0633 \u0641\u062e \u0641\u0627\u062b \u0644\u0642\u062e\u0639\u062d\u0633, \u063a\u062e\u0639 \u0648\u0634\u063a \u0631\u062b\u062b\u064a \u0641\u062e \u062b\u064a\u0647\u0641 \u0641\u0627\u062e\u0633\u062b \u062b\u0637\u062d\u062b\u0642\u0647\u0648\u062b\u0631\u0641\u0633.", - "This content group is used in one or more units.": "\u0641\u0627\u0647\u0633 \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d \u0647\u0633 \u0639\u0633\u062b\u064a \u0647\u0631 \u062e\u0631\u062b \u062e\u0642 \u0648\u062e\u0642\u062b \u0639\u0631\u0647\u0641\u0633.", - "This course has automatic cohorting enabled for verified track learners, but cohorts are disabled. You must enable cohorts for the feature to work.": "\u0641\u0627\u0647\u0633 \u0630\u062e\u0639\u0642\u0633\u062b \u0627\u0634\u0633 \u0634\u0639\u0641\u062e\u0648\u0634\u0641\u0647\u0630 \u0630\u062e\u0627\u062e\u0642\u0641\u0647\u0631\u0644 \u062b\u0631\u0634\u0632\u0645\u062b\u064a \u0628\u062e\u0642 \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0641\u0642\u0634\u0630\u0646 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633, \u0632\u0639\u0641 \u0630\u062e\u0627\u062e\u0642\u0641\u0633 \u0634\u0642\u062b \u064a\u0647\u0633\u0634\u0632\u0645\u062b\u064a. \u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u062b\u0631\u0634\u0632\u0645\u062b \u0630\u062e\u0627\u062e\u0642\u0641\u0633 \u0628\u062e\u0642 \u0641\u0627\u062b \u0628\u062b\u0634\u0641\u0639\u0642\u062b \u0641\u062e \u0635\u062e\u0642\u0646.", - "This course has automatic cohorting enabled for verified track learners, but the required cohort does not exist. You must create a manually-assigned cohort named '{verifiedCohortName}' for the feature to work.": "\u0641\u0627\u0647\u0633 \u0630\u062e\u0639\u0642\u0633\u062b \u0627\u0634\u0633 \u0634\u0639\u0641\u062e\u0648\u0634\u0641\u0647\u0630 \u0630\u062e\u0627\u062e\u0642\u0641\u0647\u0631\u0644 \u062b\u0631\u0634\u0632\u0645\u062b\u064a \u0628\u062e\u0642 \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0641\u0642\u0634\u0630\u0646 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633, \u0632\u0639\u0641 \u0641\u0627\u062b \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a \u0630\u062e\u0627\u062e\u0642\u0641 \u064a\u062e\u062b\u0633 \u0631\u062e\u0641 \u062b\u0637\u0647\u0633\u0641. \u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u0630\u0642\u062b\u0634\u0641\u062b \u0634 \u0648\u0634\u0631\u0639\u0634\u0645\u0645\u063a-\u0634\u0633\u0633\u0647\u0644\u0631\u062b\u064a \u0630\u062e\u0627\u062e\u0642\u0641 \u0631\u0634\u0648\u062b\u064a '{verifiedCohortName}' \u0628\u062e\u0642 \u0641\u0627\u062b \u0628\u062b\u0634\u0641\u0639\u0642\u062b \u0641\u062e \u0635\u062e\u0642\u0646.", - "This course uses automatic cohorting for verified track learners. You cannot disable cohorts, and you cannot rename the manual cohort named '{verifiedCohortName}'. To change the configuration for verified track cohorts, contact your edX partner manager.": "\u0641\u0627\u0647\u0633 \u0630\u062e\u0639\u0642\u0633\u062b \u0639\u0633\u062b\u0633 \u0634\u0639\u0641\u062e\u0648\u0634\u0641\u0647\u0630 \u0630\u062e\u0627\u062e\u0642\u0641\u0647\u0631\u0644 \u0628\u062e\u0642 \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0641\u0642\u0634\u0630\u0646 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633. \u063a\u062e\u0639 \u0630\u0634\u0631\u0631\u062e\u0641 \u064a\u0647\u0633\u0634\u0632\u0645\u062b \u0630\u062e\u0627\u062e\u0642\u0641\u0633, \u0634\u0631\u064a \u063a\u062e\u0639 \u0630\u0634\u0631\u0631\u062e\u0641 \u0642\u062b\u0631\u0634\u0648\u062b \u0641\u0627\u062b \u0648\u0634\u0631\u0639\u0634\u0645 \u0630\u062e\u0627\u062e\u0642\u0641 \u0631\u0634\u0648\u062b\u064a '{verifiedCohortName}'. \u0641\u062e \u0630\u0627\u0634\u0631\u0644\u062b \u0641\u0627\u062b \u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u0634\u0641\u0647\u062e\u0631 \u0628\u062e\u0642 \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0641\u0642\u0634\u0630\u0646 \u0630\u062e\u0627\u062e\u0642\u0641\u0633, \u0630\u062e\u0631\u0641\u0634\u0630\u0641 \u063a\u062e\u0639\u0642 \u062b\u064a\u0637 \u062d\u0634\u0642\u0641\u0631\u062b\u0642 \u0648\u0634\u0631\u0634\u0644\u062b\u0642.", - "This discussion could not be loaded. Refresh the page and try again.": "\u0641\u0627\u0647\u0633 \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0645\u062e\u0634\u064a\u062b\u064a. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "This feature is currently in testing. Course teams can enter highlights, but learners will not receive email messages.": "\u0641\u0627\u0647\u0633 \u0628\u062b\u0634\u0641\u0639\u0642\u062b \u0647\u0633 \u0630\u0639\u0642\u0642\u062b\u0631\u0641\u0645\u063a \u0647\u0631 \u0641\u062b\u0633\u0641\u0647\u0631\u0644. \u0630\u062e\u0639\u0642\u0633\u062b \u0641\u062b\u0634\u0648\u0633 \u0630\u0634\u0631 \u062b\u0631\u0641\u062b\u0642 \u0627\u0647\u0644\u0627\u0645\u0647\u0644\u0627\u0641\u0633, \u0632\u0639\u0641 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0635\u0647\u0645\u0645 \u0631\u062e\u0641 \u0642\u062b\u0630\u062b\u0647\u062f\u062b \u062b\u0648\u0634\u0647\u0645 \u0648\u062b\u0633\u0633\u0634\u0644\u062b\u0633.", - "This file type is not supported. Supported file type is {supportedFileFormat}.": "\u0641\u0627\u0647\u0633 \u0628\u0647\u0645\u062b \u0641\u063a\u062d\u062b \u0647\u0633 \u0631\u062e\u0641 \u0633\u0639\u062d\u062d\u062e\u0642\u0641\u062b\u064a. \u0633\u0639\u062d\u062d\u062e\u0642\u0641\u062b\u064a \u0628\u0647\u0645\u062b \u0641\u063a\u062d\u062b \u0647\u0633 {supportedFileFormat}.", - "This group controls access to:": "\u0641\u0627\u0647\u0633 \u0644\u0642\u062e\u0639\u062d \u0630\u062e\u0631\u0641\u0642\u062e\u0645\u0633 \u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u062e:", - "This group no longer exists. Choose another group or do not restrict access to this unit.": "\u0641\u0627\u0647\u0633 \u0644\u0642\u062e\u0639\u062d \u0631\u062e \u0645\u062e\u0631\u0644\u062b\u0642 \u062b\u0637\u0647\u0633\u0641\u0633. \u0630\u0627\u062e\u062e\u0633\u062b \u0634\u0631\u062e\u0641\u0627\u062b\u0642 \u0644\u0642\u062e\u0639\u062d \u062e\u0642 \u064a\u062e \u0631\u062e\u0641 \u0642\u062b\u0633\u0641\u0642\u0647\u0630\u0641 \u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u062e \u0641\u0627\u0647\u0633 \u0639\u0631\u0647\u0641.", - "This image file type is not supported. Supported file types are {supportedFileFormats}.": "\u0641\u0627\u0647\u0633 \u0647\u0648\u0634\u0644\u062b \u0628\u0647\u0645\u062b \u0641\u063a\u062d\u062b \u0647\u0633 \u0631\u062e\u0641 \u0633\u0639\u062d\u062d\u062e\u0642\u0641\u062b\u064a. \u0633\u0639\u062d\u062d\u062e\u0642\u0641\u062b\u064a \u0628\u0647\u0645\u062b \u0641\u063a\u062d\u062b\u0633 \u0634\u0642\u062b {supportedFileFormats}.", - "This image is for decorative purposes only and does not require a description.": "\u0641\u0627\u0647\u0633 \u0647\u0648\u0634\u0644\u062b \u0647\u0633 \u0628\u062e\u0642 \u064a\u062b\u0630\u062e\u0642\u0634\u0641\u0647\u062f\u062b \u062d\u0639\u0642\u062d\u062e\u0633\u062b\u0633 \u062e\u0631\u0645\u063a \u0634\u0631\u064a \u064a\u062e\u062b\u0633 \u0631\u062e\u0641 \u0642\u062b\u0636\u0639\u0647\u0642\u062b \u0634 \u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631.", - "This is the Description of the Group Configuration": "\u0641\u0627\u0647\u0633 \u0647\u0633 \u0641\u0627\u062b \u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631 \u062e\u0628 \u0641\u0627\u062b \u0644\u0642\u062e\u0639\u062d \u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u0634\u0641\u0647\u062e\u0631", - "This is the Name of the Group Configuration": "\u0641\u0627\u0647\u0633 \u0647\u0633 \u0641\u0627\u062b \u0631\u0634\u0648\u062b \u062e\u0628 \u0641\u0627\u062b \u0644\u0642\u062e\u0639\u062d \u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u0634\u0641\u0647\u062e\u0631", - "This is the name of the group": "\u0641\u0627\u0647\u0633 \u0647\u0633 \u0641\u0627\u062b \u0631\u0634\u0648\u062b \u062e\u0628 \u0641\u0627\u062b \u0644\u0642\u062e\u0639\u062d", - "This learner is currently sharing a limited profile.": "\u0641\u0627\u0647\u0633 \u0645\u062b\u0634\u0642\u0631\u062b\u0642 \u0647\u0633 \u0630\u0639\u0642\u0642\u062b\u0631\u0641\u0645\u063a \u0633\u0627\u0634\u0642\u0647\u0631\u0644 \u0634 \u0645\u0647\u0648\u0647\u0641\u062b\u064a \u062d\u0642\u062e\u0628\u0647\u0645\u062b.", - "This learner will be removed from the team, allowing another learner to take the available spot.": "\u0641\u0627\u0647\u0633 \u0645\u062b\u0634\u0642\u0631\u062b\u0642 \u0635\u0647\u0645\u0645 \u0632\u062b \u0642\u062b\u0648\u062e\u062f\u062b\u064a \u0628\u0642\u062e\u0648 \u0641\u0627\u062b \u0641\u062b\u0634\u0648, \u0634\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u0634\u0631\u062e\u0641\u0627\u062b\u0642 \u0645\u062b\u0634\u0642\u0631\u062b\u0642 \u0641\u062e \u0641\u0634\u0646\u062b \u0641\u0627\u062b \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b \u0633\u062d\u062e\u0641.", - "This link will open in a modal window": "\u0641\u0627\u0647\u0633 \u0645\u0647\u0631\u0646 \u0635\u0647\u0645\u0645 \u062e\u062d\u062b\u0631 \u0647\u0631 \u0634 \u0648\u062e\u064a\u0634\u0645 \u0635\u0647\u0631\u064a\u062e\u0635", - "This link will open in a new browser window/tab": "\u0641\u0627\u0647\u0633 \u0645\u0647\u0631\u0646 \u0635\u0647\u0645\u0645 \u062e\u062d\u062b\u0631 \u0647\u0631 \u0634 \u0631\u062b\u0635 \u0632\u0642\u062e\u0635\u0633\u062b\u0642 \u0635\u0647\u0631\u064a\u062e\u0635/\u0641\u0634\u0632", - "This may be happening because of an error with our server or your internet connection. Try refreshing the page or making sure you are online.": "\u0641\u0627\u0647\u0633 \u0648\u0634\u063a \u0632\u062b \u0627\u0634\u062d\u062d\u062b\u0631\u0647\u0631\u0644 \u0632\u062b\u0630\u0634\u0639\u0633\u062b \u062e\u0628 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0635\u0647\u0641\u0627 \u062e\u0639\u0642 \u0633\u062b\u0642\u062f\u062b\u0642 \u062e\u0642 \u063a\u062e\u0639\u0642 \u0647\u0631\u0641\u062b\u0642\u0631\u062b\u0641 \u0630\u062e\u0631\u0631\u062b\u0630\u0641\u0647\u062e\u0631. \u0641\u0642\u063a \u0642\u062b\u0628\u0642\u062b\u0633\u0627\u0647\u0631\u0644 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u062e\u0642 \u0648\u0634\u0646\u0647\u0631\u0644 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0634\u0642\u062b \u062e\u0631\u0645\u0647\u0631\u062b.", - "This page contains information about orders that you have placed with {platform_name}.": "\u0641\u0627\u0647\u0633 \u062d\u0634\u0644\u062b \u0630\u062e\u0631\u0641\u0634\u0647\u0631\u0633 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u0634\u0632\u062e\u0639\u0641 \u062e\u0642\u064a\u062b\u0642\u0633 \u0641\u0627\u0634\u0641 \u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u062d\u0645\u0634\u0630\u062b\u064a \u0635\u0647\u0641\u0627 {platform_name}.", - "This post could not be closed. Refresh the page and try again.": "\u0641\u0627\u0647\u0633 \u062d\u062e\u0633\u0641 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0630\u0645\u062e\u0633\u062b\u064a. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "This post could not be flagged for abuse. Refresh the page and try again.": "\u0641\u0627\u0647\u0633 \u062d\u062e\u0633\u0641 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0628\u0645\u0634\u0644\u0644\u062b\u064a \u0628\u062e\u0642 \u0634\u0632\u0639\u0633\u062b. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "This post could not be pinned. Refresh the page and try again.": "\u0641\u0627\u0647\u0633 \u062d\u062e\u0633\u0641 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u062d\u0647\u0631\u0631\u062b\u064a. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "This post could not be reopened. Refresh the page and try again.": "\u0641\u0627\u0647\u0633 \u062d\u062e\u0633\u0641 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0642\u062b\u062e\u062d\u062b\u0631\u062b\u064a. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "This post could not be unflagged for abuse. Refresh the page and try again.": "\u0641\u0627\u0647\u0633 \u062d\u062e\u0633\u0641 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0639\u0631\u0628\u0645\u0634\u0644\u0644\u062b\u064a \u0628\u062e\u0642 \u0634\u0632\u0639\u0633\u062b. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "This post could not be unpinned. Refresh the page and try again.": "\u0641\u0627\u0647\u0633 \u062d\u062e\u0633\u0641 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0639\u0631\u062d\u0647\u0631\u0631\u062b\u064a. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "This problem has been reset.": "\u0641\u0627\u0647\u0633 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0627\u0634\u0633 \u0632\u062b\u062b\u0631 \u0642\u062b\u0633\u062b\u0641.", - "This response could not be marked as an answer. Refresh the page and try again.": "\u0641\u0627\u0647\u0633 \u0642\u062b\u0633\u062d\u062e\u0631\u0633\u062b \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0648\u0634\u0642\u0646\u062b\u064a \u0634\u0633 \u0634\u0631 \u0634\u0631\u0633\u0635\u062b\u0642. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "This response could not be marked as endorsed. Refresh the page and try again.": "\u0641\u0627\u0647\u0633 \u0642\u062b\u0633\u062d\u062e\u0631\u0633\u062b \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0648\u0634\u0642\u0646\u062b\u064a \u0634\u0633 \u062b\u0631\u064a\u062e\u0642\u0633\u062b\u064a. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "This response could not be unendorsed. Refresh the page and try again.": "\u0641\u0627\u0647\u0633 \u0642\u062b\u0633\u062d\u062e\u0631\u0633\u062b \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0639\u0631\u062b\u0631\u064a\u062e\u0642\u0633\u062b\u064a. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "This response could not be unmarked as an answer. Refresh the page and try again.": "\u0641\u0627\u0647\u0633 \u0642\u062b\u0633\u062d\u062e\u0631\u0633\u062b \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0639\u0631\u0648\u0634\u0642\u0646\u062b\u064a \u0634\u0633 \u0634\u0631 \u0634\u0631\u0633\u0635\u062b\u0642. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "This role requires a divided discussions scheme.": "\u0641\u0627\u0647\u0633 \u0642\u062e\u0645\u062b \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u0633 \u0634 \u064a\u0647\u062f\u0647\u064a\u062b\u064a \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631\u0633 \u0633\u0630\u0627\u062b\u0648\u062b.", - "This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.": "\u0641\u0627\u0647\u0633 \u0633\u0627\u062e\u0642\u0641 \u0631\u0634\u0648\u062b \u0628\u062e\u0642 \u0641\u0627\u062b \u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641 \u0641\u063a\u062d\u062b (\u0628\u062e\u0642 \u062b\u0637\u0634\u0648\u062d\u0645\u062b, \u0627\u0635 \u062e\u0642 \u0648\u0647\u064a\u0641\u062b\u0642\u0648) \u0634\u062d\u062d\u062b\u0634\u0642\u0633 \u0631\u062b\u0637\u0641 \u0641\u062e \u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641\u0633 \u062e\u0631 \u0634 \u0645\u062b\u0634\u0642\u0631\u062b\u0642'\u0633 \u062d\u0642\u062e\u0644\u0642\u062b\u0633\u0633 \u062d\u0634\u0644\u062b.", - "This team does not have any members.": "\u0641\u0627\u0647\u0633 \u0641\u062b\u0634\u0648 \u064a\u062e\u062b\u0633 \u0631\u062e\u0641 \u0627\u0634\u062f\u062b \u0634\u0631\u063a \u0648\u062b\u0648\u0632\u062b\u0642\u0633.", - "This team is full.": "\u0641\u0627\u0647\u0633 \u0641\u062b\u0634\u0648 \u0647\u0633 \u0628\u0639\u0645\u0645.", - "This unit has validation issues.": "\u0641\u0627\u0647\u0633 \u0639\u0631\u0647\u0641 \u0627\u0634\u0633 \u062f\u0634\u0645\u0647\u064a\u0634\u0641\u0647\u062e\u0631 \u0647\u0633\u0633\u0639\u062b\u0633.", - "This vote could not be processed. Refresh the page and try again.": "\u0641\u0627\u0647\u0633 \u062f\u062e\u0641\u062b \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u062d\u0642\u062e\u0630\u062b\u0633\u0633\u062b\u064a. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "This {parentCategory} has no {childCategory}": "\u0641\u0627\u0647\u0633 {parentCategory} \u0627\u0634\u0633 \u0631\u062e {childCategory}", - "Thumbnail": "\u0641\u0627\u0639\u0648\u0632\u0631\u0634\u0647\u0645", - "Thumbnail for {videoName}": "\u0641\u0627\u0639\u0648\u0632\u0631\u0634\u0647\u0645 \u0628\u062e\u0642 {videoName}", - "Time Allotted (HH:MM):": "\u0641\u0647\u0648\u062b \u0634\u0645\u0645\u062e\u0641\u0641\u062b\u064a (\u0627\u0627:\u0648\u0648):", - "Time Limit": "\u0641\u0647\u0648\u062b \u0645\u0647\u0648\u0647\u0641", - "Time Sent": "\u0641\u0647\u0648\u062b \u0633\u062b\u0631\u0641", - "Time Sent:": "\u0641\u0647\u0648\u062b \u0633\u062b\u0631\u0641:", - "Time Zone": "\u0641\u0647\u0648\u062b \u0638\u062e\u0631\u062b", - "Timed": "\u0641\u0647\u0648\u062b\u064a", - "Timed Exam": "\u0641\u0647\u0648\u062b\u064a \u062b\u0637\u0634\u0648", - "Timed Transcript Conflict": "\u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0630\u062e\u0631\u0628\u0645\u0647\u0630\u0641", - "Timed Transcript Found": "\u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0628\u062e\u0639\u0631\u064a", - "Timed Transcript Uploaded Successfully": "\u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0639\u062d\u0645\u062e\u0634\u064a\u062b\u064a \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a", - "Timed Transcript from %(filename)s": "\u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0628\u0642\u062e\u0648 %(filename)s", - "Tips on taking a successful photo": "\u0641\u0647\u062d\u0633 \u062e\u0631 \u0641\u0634\u0646\u0647\u0631\u0644 \u0634 \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645 \u062d\u0627\u062e\u0641\u062e", - "Title": "\u0641\u0647\u0641\u0645\u062b", - "Title ": "\u0641\u0647\u0641\u0645\u062b ", - "Title of the signatory": "\u0641\u0647\u0641\u0645\u062b \u062e\u0628 \u0641\u0627\u062b \u0633\u0647\u0644\u0631\u0634\u0641\u062e\u0642\u063a", - "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "\u0641\u0647\u0641\u0645\u062b\u0633 \u0648\u062e\u0642\u062b \u0641\u0627\u0634\u0631 100 \u0630\u0627\u0634\u0642\u0634\u0630\u0641\u062b\u0642\u0633 \u0648\u0634\u063a \u062d\u0642\u062b\u062f\u062b\u0631\u0641 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633 \u0628\u0642\u062e\u0648 \u062d\u0642\u0647\u0631\u0641\u0647\u0631\u0644 \u0641\u0627\u062b\u0647\u0642 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u062e\u0631 \u0634 \u0633\u0647\u0631\u0644\u0645\u062b \u062d\u0634\u0644\u062b.", - "To access the course, select a session.": "\u0641\u062e \u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b, \u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u0633\u062b\u0633\u0633\u0647\u062e\u0631.", - "To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.": "\u0641\u062e \u0632\u062b \u0633\u0639\u0642\u062b \u0634\u0645\u0645 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633 \u0630\u0634\u0631 \u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u0627\u062b \u062f\u0647\u064a\u062b\u062e, \u0635\u062b \u0642\u062b\u0630\u062e\u0648\u0648\u062b\u0631\u064a \u062d\u0642\u062e\u062f\u0647\u064a\u0647\u0631\u0644 \u0632\u062e\u0641\u0627 \u0634\u0631 .\u0648\u062d4 \u0634\u0631\u064a \u0634 .\u0635\u062b\u0632\u0648 \u062f\u062b\u0642\u0633\u0647\u062e\u0631 \u062e\u0628 \u063a\u062e\u0639\u0642 \u062f\u0647\u064a\u062b\u062e. \u0630\u0645\u0647\u0630\u0646 \u0632\u062b\u0645\u062e\u0635 \u0641\u062e \u0634\u064a\u064a \u0634 \u0639\u0642\u0645 \u0628\u062e\u0642 \u0634\u0631\u062e\u0641\u0627\u062b\u0642 \u062f\u062b\u0642\u0633\u0647\u062e\u0631. \u0641\u0627\u062b\u0633\u062b \u0639\u0642\u0645\u0633 \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u063a\u062e\u0639\u0641\u0639\u0632\u062b \u0639\u0642\u0645\u0633. \u0641\u0627\u062b \u0628\u0647\u0642\u0633\u0641 \u0645\u0647\u0633\u0641\u062b\u064a \u062f\u0647\u064a\u062b\u062e \u0641\u0627\u0634\u0641'\u0633 \u0630\u062e\u0648\u062d\u0634\u0641\u0647\u0632\u0645\u062b \u0635\u0647\u0641\u0627 \u0641\u0627\u062b \u0633\u0641\u0639\u064a\u062b\u0631\u0641'\u0633 \u0630\u062e\u0648\u062d\u0639\u0641\u062b\u0642 \u0635\u0647\u0645\u0645 \u062d\u0645\u0634\u063a.", - "To complete the program, you must earn a verified certificate for each course.": "\u0641\u062e \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u0641\u0627\u062b \u062d\u0642\u062e\u0644\u0642\u0634\u0648, \u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u062b\u0634\u0642\u0631 \u0634 \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0628\u062e\u0642 \u062b\u0634\u0630\u0627 \u0630\u062e\u0639\u0642\u0633\u062b.", - "To continue learning with this account, sign in below.": "\u0641\u062e \u0630\u062e\u0631\u0641\u0647\u0631\u0639\u062b \u0645\u062b\u0634\u0642\u0631\u0647\u0631\u0644 \u0635\u0647\u0641\u0627 \u0641\u0627\u0647\u0633 \u0634\u0630\u0630\u062e\u0639\u0631\u0641, \u0633\u0647\u0644\u0631 \u0647\u0631 \u0632\u062b\u0645\u062e\u0635.", - "To finalize course credit, %(display_name)s requires %(platform_name)s learners to submit a credit request.": "\u0641\u062e \u0628\u0647\u0631\u0634\u0645\u0647\u0638\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u0630\u0642\u062b\u064a\u0647\u0641, %(display_name)s \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u0633 %(platform_name)s \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0641\u062e \u0633\u0639\u0632\u0648\u0647\u0641 \u0634 \u0630\u0642\u062b\u064a\u0647\u0641 \u0642\u062b\u0636\u0639\u062b\u0633\u0641.", - "To invalidate a certificate for a particular learner, add the username or email address below.": "\u0641\u062e \u0647\u0631\u062f\u0634\u0645\u0647\u064a\u0634\u0641\u062b \u0634 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0628\u062e\u0642 \u0634 \u062d\u0634\u0642\u0641\u0647\u0630\u0639\u0645\u0634\u0642 \u0645\u062b\u0634\u0642\u0631\u062b\u0642, \u0634\u064a\u064a \u0641\u0627\u062b \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b \u062e\u0642 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 \u0632\u062b\u0645\u062e\u0635.", - "To receive a certificate, you must also verify your identity before {date}.": "\u0641\u062e \u0642\u062b\u0630\u062b\u0647\u062f\u062b \u0634 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b, \u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u0634\u0645\u0633\u062e \u062f\u062b\u0642\u0647\u0628\u063a \u063a\u062e\u0639\u0642 \u0647\u064a\u062b\u0631\u0641\u0647\u0641\u063a \u0632\u062b\u0628\u062e\u0642\u062b {date}.", - "To receive a certificate, you must also verify your identity.": "\u0641\u062e \u0642\u062b\u0630\u062b\u0647\u062f\u062b \u0634 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b, \u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u0634\u0645\u0633\u062e \u062f\u062b\u0642\u0647\u0628\u063a \u063a\u062e\u0639\u0642 \u0647\u064a\u062b\u0631\u0641\u0647\u0641\u063a.", - "To receive credit for problems, you must select \"Submit\" for each problem before you select \"End My Exam\".": "\u0641\u062e \u0642\u062b\u0630\u062b\u0647\u062f\u062b \u0630\u0642\u062b\u064a\u0647\u0641 \u0628\u062e\u0642 \u062d\u0642\u062e\u0632\u0645\u062b\u0648\u0633, \u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u0633\u062b\u0645\u062b\u0630\u0641 \"\u0633\u0639\u0632\u0648\u0647\u0641\" \u0628\u062e\u0642 \u062b\u0634\u0630\u0627 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0632\u062b\u0628\u062e\u0642\u062b \u063a\u062e\u0639 \u0633\u062b\u0645\u062b\u0630\u0641 \"\u062b\u0631\u064a \u0648\u063a \u062b\u0637\u0634\u0648\".", - "To review learner cohort assignments or see the results of uploading a CSV file, download course profile information or cohort results on the {link_start}Data Download{link_end} page.": "\u0641\u062e \u0642\u062b\u062f\u0647\u062b\u0635 \u0645\u062b\u0634\u0642\u0631\u062b\u0642 \u0630\u062e\u0627\u062e\u0642\u0641 \u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641\u0633 \u062e\u0642 \u0633\u062b\u062b \u0641\u0627\u062b \u0642\u062b\u0633\u0639\u0645\u0641\u0633 \u062e\u0628 \u0639\u062d\u0645\u062e\u0634\u064a\u0647\u0631\u0644 \u0634 \u0630\u0633\u062f \u0628\u0647\u0645\u062b, \u064a\u062e\u0635\u0631\u0645\u062e\u0634\u064a \u0630\u062e\u0639\u0642\u0633\u062b \u062d\u0642\u062e\u0628\u0647\u0645\u062b \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u062e\u0642 \u0630\u062e\u0627\u062e\u0642\u0641 \u0642\u062b\u0633\u0639\u0645\u0641\u0633 \u062e\u0631 \u0641\u0627\u062b {link_start}\u064a\u0634\u0641\u0634 \u064a\u062e\u0635\u0631\u0645\u062e\u0634\u064a{link_end} \u062d\u0634\u0644\u062b.", - "To share your certificate on Mozilla Backpack, you must first have a Backpack account. Complete the following steps to add your certificate to Backpack.": "\u0641\u062e \u0633\u0627\u0634\u0642\u062b \u063a\u062e\u0639\u0642 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u062e\u0631 \u0648\u062e\u0638\u0647\u0645\u0645\u0634 \u0632\u0634\u0630\u0646\u062d\u0634\u0630\u0646, \u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u0628\u0647\u0642\u0633\u0641 \u0627\u0634\u062f\u062b \u0634 \u0632\u0634\u0630\u0646\u062d\u0634\u0630\u0646 \u0634\u0630\u0630\u062e\u0639\u0631\u0641. \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u0633\u0641\u062b\u062d\u0633 \u0641\u062e \u0634\u064a\u064a \u063a\u062e\u0639\u0642 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0641\u062e \u0632\u0634\u0630\u0646\u062d\u0634\u0630\u0646.", - "To take a successful photo, make sure that:": "\u0641\u062e \u0641\u0634\u0646\u062b \u0634 \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645 \u062d\u0627\u062e\u0641\u062e, \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641:", - "To use the current photo, select the camera button {icon}. To take another photo, select the retake button {icon}.": "\u0641\u062e \u0639\u0633\u062b \u0641\u0627\u062b \u0630\u0639\u0642\u0642\u062b\u0631\u0641 \u062d\u0627\u062e\u0641\u062e, \u0633\u062b\u0645\u062b\u0630\u0641 \u0641\u0627\u062b \u0630\u0634\u0648\u062b\u0642\u0634 \u0632\u0639\u0641\u0641\u062e\u0631 {icon}. \u0641\u062e \u0641\u0634\u0646\u062b \u0634\u0631\u062e\u0641\u0627\u062b\u0642 \u062d\u0627\u062e\u0641\u062e, \u0633\u062b\u0645\u062b\u0630\u0641 \u0641\u0627\u062b \u0642\u062b\u0641\u0634\u0646\u062b \u0632\u0639\u0641\u0641\u062e\u0631 {icon}.", - "To verify your identity, you need a webcam and a government-issued photo ID.": "\u0641\u062e \u062f\u062b\u0642\u0647\u0628\u063a \u063a\u062e\u0639\u0642 \u0647\u064a\u062b\u0631\u0641\u0647\u0641\u063a, \u063a\u062e\u0639 \u0631\u062b\u062b\u064a \u0634 \u0635\u062b\u0632\u0630\u0634\u0648 \u0634\u0631\u064a \u0634 \u0644\u062e\u062f\u062b\u0642\u0631\u0648\u062b\u0631\u0641-\u0647\u0633\u0633\u0639\u062b\u064a \u062d\u0627\u062e\u0641\u062e \u0647\u064a.", - "Toggle Account Password (Usable/Unusable)": "\u0641\u062e\u0644\u0644\u0645\u062b \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a (\u0639\u0633\u0634\u0632\u0645\u062b/\u0639\u0631\u0639\u0633\u0634\u0632\u0645\u062b)", - "Toggle Notifications Setting": "\u0641\u062e\u0644\u0644\u0645\u062b \u0631\u062e\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631\u0633 \u0633\u062b\u0641\u0641\u0647\u0631\u0644", - "Tools": "\u0641\u062e\u062e\u0645\u0633", - "Top": "\u0641\u062e\u062d", - "Topic": "\u0641\u062e\u062d\u0647\u0630", - "Topics": "\u0641\u062e\u062d\u0647\u0630\u0633", - "Total": "\u0641\u062e\u0641\u0634\u0645", - "Total Number": "\u0641\u062e\u0641\u0634\u0645 \u0631\u0639\u0648\u0632\u062b\u0642", - "Transcript Fidelity": "\u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0628\u0647\u064a\u062b\u0645\u0647\u0641\u063a", - "Transcript Languages": "\u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b\u0633", - "Transcript Provider": "\u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u062d\u0642\u062e\u062f\u0647\u064a\u062b\u0642", - "Transcript Turnaround": "\u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0641\u0639\u0642\u0631\u0634\u0642\u062e\u0639\u0631\u064a", - "Transcript will be displayed when you start playing the video.": "\u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0635\u0647\u0645\u0645 \u0632\u062b \u064a\u0647\u0633\u062d\u0645\u0634\u063a\u062b\u064a \u0635\u0627\u062b\u0631 \u063a\u062e\u0639 \u0633\u0641\u0634\u0642\u0641 \u062d\u0645\u0634\u063a\u0647\u0631\u0644 \u0641\u0627\u062b \u062f\u0647\u064a\u062b\u062e.", - "Transcripts": "\u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641\u0633", - "Try the transaction again in a few minutes.": "\u0641\u0642\u063a \u0641\u0627\u062b \u0641\u0642\u0634\u0631\u0633\u0634\u0630\u0641\u0647\u062e\u0631 \u0634\u0644\u0634\u0647\u0631 \u0647\u0631 \u0634 \u0628\u062b\u0635 \u0648\u0647\u0631\u0639\u0641\u062b\u0633.", - "Try using a different browser, such as Google Chrome.": "\u0641\u0642\u063a \u0639\u0633\u0647\u0631\u0644 \u0634 \u064a\u0647\u0628\u0628\u062b\u0642\u062b\u0631\u0641 \u0632\u0642\u062e\u0635\u0633\u062b\u0642, \u0633\u0639\u0630\u0627 \u0634\u0633 \u0644\u062e\u062e\u0644\u0645\u062b \u0630\u0627\u0642\u062e\u0648\u062b.", - "Turn off transcripts": "\u0641\u0639\u0642\u0631 \u062e\u0628\u0628 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641\u0633", - "Turn on closed captioning": "\u0641\u0639\u0642\u0631 \u062e\u0631 \u0630\u0645\u062e\u0633\u062b\u064a \u0630\u0634\u062d\u0641\u0647\u062e\u0631\u0647\u0631\u0644", - "Turn on transcripts": "\u0641\u0639\u0642\u0631 \u062e\u0631 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641\u0633", - "Type": "\u0641\u063a\u062d\u062b", - "Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "\u0641\u063a\u062d\u062b \u0647\u0631 \u0634 \u0639\u0642\u0645 \u062e\u0642 \u0639\u0633\u062b \u0641\u0627\u062b \"\u0630\u0627\u062e\u062e\u0633\u062b \u0628\u0647\u0645\u062b\" \u0632\u0639\u0641\u0641\u062e\u0631 \u0641\u062e \u0639\u062d\u0645\u062e\u0634\u064a \u0634 \u0628\u0647\u0645\u062b \u0628\u0642\u062e\u0648 \u063a\u062e\u0639\u0642 \u0648\u0634\u0630\u0627\u0647\u0631\u062b. (\u062b.\u0644. '\u0627\u0641\u0641\u062d://\u062b\u0637\u0634\u0648\u062d\u0645\u062b.\u0630\u062e\u0648/\u0647\u0648\u0644/\u0630\u0645\u062e\u0639\u064a\u0633.\u062a\u062d\u0644')", - "URL": "\u0639\u0642\u0645", - "Unable to delete account": "\u0639\u0631\u0634\u0632\u0645\u062b \u0641\u062e \u064a\u062b\u0645\u062b\u0641\u062b \u0634\u0630\u0630\u062e\u0639\u0631\u0641", - "Unable to determine whether we should give you a refund because of System Error. Please try again later.": "\u0639\u0631\u0634\u0632\u0645\u062b \u0641\u062e \u064a\u062b\u0641\u062b\u0642\u0648\u0647\u0631\u062b \u0635\u0627\u062b\u0641\u0627\u062b\u0642 \u0635\u062b \u0633\u0627\u062e\u0639\u0645\u064a \u0644\u0647\u062f\u062b \u063a\u062e\u0639 \u0634 \u0642\u062b\u0628\u0639\u0631\u064a \u0632\u062b\u0630\u0634\u0639\u0633\u062b \u062e\u0628 \u0633\u063a\u0633\u0641\u062b\u0648 \u062b\u0642\u0642\u062e\u0642. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631 \u0645\u0634\u0641\u062b\u0642.", - "Unable to submit application": "\u0639\u0631\u0634\u0632\u0645\u062b \u0641\u062e \u0633\u0639\u0632\u0648\u0647\u0641 \u0634\u062d\u062d\u0645\u0647\u0630\u0634\u0641\u0647\u062e\u0631", - "Underline": "\u0639\u0631\u064a\u062b\u0642\u0645\u0647\u0631\u062b", - "Undo": "\u0639\u0631\u064a\u062e", - "Undo (Ctrl+Z)": "\u0639\u0631\u064a\u062e (\u0630\u0641\u0642\u0645+\u0638)", - "Undo Changes": "\u0639\u0631\u064a\u062e \u0630\u0627\u0634\u0631\u0644\u062b\u0633", - "Undo move": "\u0639\u0631\u064a\u062e \u0648\u062e\u062f\u062b", - "Undo moving": "\u0639\u0631\u064a\u062e \u0648\u062e\u062f\u0647\u0631\u0644", - "Ungraded": "\u0639\u0631\u0644\u0642\u0634\u064a\u062b\u064a", - "Unit": "\u0639\u0631\u0647\u0641", - "Unit Access": "\u0639\u0631\u0647\u0641 \u0634\u0630\u0630\u062b\u0633\u0633", - "Unit Visibility": "\u0639\u0631\u0647\u0641 \u062f\u0647\u0633\u0647\u0632\u0647\u0645\u0647\u0641\u063a", - "Units": "\u0639\u0631\u0647\u0641\u0633", - "Unknown": "\u0639\u0631\u0646\u0631\u062e\u0635\u0631", - "Unknown username: {user}": "\u0639\u0631\u0646\u0631\u062e\u0635\u0631 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b: {user}", - "Unlink This Account": "\u0639\u0631\u0645\u0647\u0631\u0646 \u0641\u0627\u0647\u0633 \u0634\u0630\u0630\u062e\u0639\u0631\u0641", - "Unlink your {accountName} account": "\u0639\u0631\u0645\u0647\u0631\u0646 \u063a\u062e\u0639\u0642 {accountName} \u0634\u0630\u0630\u062e\u0639\u0631\u0641", - "Unlinking": "\u0639\u0631\u0645\u0647\u0631\u0646\u0647\u0631\u0644", - "Unmute": "\u0639\u0631\u0648\u0639\u0641\u062b", - "Unpublished changes to content that will release in the future": "\u0639\u0631\u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a \u0630\u0627\u0634\u0631\u0644\u062b\u0633 \u0641\u062e \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0641\u0627\u0634\u0641 \u0635\u0647\u0645\u0645 \u0642\u062b\u0645\u062b\u0634\u0633\u062b \u0647\u0631 \u0641\u0627\u062b \u0628\u0639\u0641\u0639\u0642\u062b", - "Unpublished changes to live content": "\u0639\u0631\u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a \u0630\u0627\u0634\u0631\u0644\u062b\u0633 \u0641\u062e \u0645\u0647\u062f\u062b \u0630\u062e\u0631\u0641\u062b\u0631\u0641", - "Unpublished units will not be released": "\u0639\u0631\u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a \u0639\u0631\u0647\u0641\u0633 \u0635\u0647\u0645\u0645 \u0631\u062e\u0641 \u0632\u062b \u0642\u062b\u0645\u062b\u0634\u0633\u062b\u064a", - "Unscheduled": "\u0639\u0631\u0633\u0630\u0627\u062b\u064a\u0639\u0645\u062b\u064a", - "Update": "\u0639\u062d\u064a\u0634\u0641\u062b", - "Update Settings": "\u0639\u062d\u064a\u0634\u0641\u062b \u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633", - "Update team.": "\u0639\u062d\u064a\u0634\u0641\u062b \u0641\u062b\u0634\u0648.", - "Updating Tags": "\u0639\u062d\u064a\u0634\u0641\u0647\u0631\u0644 \u0641\u0634\u0644\u0633", - "Updating with latest library content": "\u0639\u062d\u064a\u0634\u0641\u0647\u0631\u0644 \u0635\u0647\u0641\u0627 \u0645\u0634\u0641\u062b\u0633\u0641 \u0645\u0647\u0632\u0642\u0634\u0642\u063a \u0630\u062e\u0631\u0641\u062b\u0631\u0641", - "Upgrade All Remaining Courses (": "\u0639\u062d\u0644\u0642\u0634\u064a\u062b \u0634\u0645\u0645 \u0642\u062b\u0648\u0634\u0647\u0631\u0647\u0631\u0644 \u0630\u062e\u0639\u0642\u0633\u062b\u0633 (", - "Upgrade Deadline": "\u0639\u062d\u0644\u0642\u0634\u064a\u062b \u064a\u062b\u0634\u064a\u0645\u0647\u0631\u062b", - "Upgrade to Verified": "\u0639\u062d\u0644\u0642\u0634\u064a\u062b \u0641\u062e \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a", - "Upgrade to a Verified Certificate for {courseName}": "\u0639\u062d\u0644\u0642\u0634\u064a\u062b \u0641\u062e \u0634 \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0628\u062e\u0642 {courseName}", - "Upload": "\u0639\u062d\u0645\u062e\u0634\u064a", - "Upload %(file_name)s": "\u0639\u062d\u0645\u062e\u0634\u064a %(file_name)s", - "Upload File": "\u0639\u062d\u0645\u062e\u0634\u064a \u0628\u0647\u0645\u062b", - "Upload File and Assign Students": "\u0639\u062d\u0645\u062e\u0634\u064a \u0628\u0647\u0645\u062b \u0634\u0631\u064a \u0634\u0633\u0633\u0647\u0644\u0631 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633", - "Upload New .srt Transcript": "\u0639\u062d\u0645\u062e\u0634\u064a \u0631\u062b\u0635 .\u0633\u0642\u0641 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641", - "Upload New File": "\u0639\u062d\u0645\u062e\u0634\u064a \u0631\u062b\u0635 \u0628\u0647\u0645\u062b", - "Upload New Transcript": "\u0639\u062d\u0645\u062e\u0634\u064a \u0631\u062b\u0635 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641", - "Upload PDF": "\u0639\u062d\u0645\u062e\u0634\u064a \u062d\u064a\u0628", - "Upload Photo": "\u0639\u062d\u0645\u062e\u0634\u064a \u062d\u0627\u062e\u0641\u062e", - "Upload Signature Image": "\u0639\u062d\u0645\u062e\u0634\u064a \u0633\u0647\u0644\u0631\u0634\u0641\u0639\u0642\u062b \u0647\u0648\u0634\u0644\u062b", - "Upload Videos": "\u0639\u062d\u0645\u062e\u0634\u064a \u062f\u0647\u064a\u062b\u062e\u0633", - "Upload a CSV file": "\u0639\u062d\u0645\u062e\u0634\u064a \u0634 \u0630\u0633\u062f \u0628\u0647\u0645\u062b", - "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "\u0639\u062d\u0645\u062e\u0634\u064a \u0634 \u0630\u062e\u0648\u0648\u0634 \u0633\u062b\u062d\u0634\u0642\u0634\u0641\u062b\u064a \u062f\u0634\u0645\u0639\u062b\u0633 (.\u0630\u0633\u062f) \u0628\u0647\u0645\u062b \u0641\u0627\u0634\u0641 \u0630\u062e\u0631\u0641\u0634\u0647\u0631\u0633 \u0641\u0627\u062b \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b\u0633 \u062e\u0642 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633\u062b\u0633 \u062e\u0628 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0635\u0627\u062e \u0627\u0634\u062f\u062b \u0632\u062b\u062b\u0631 \u0644\u0647\u062f\u062b\u0631 \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631\u0633. \u0647\u0631\u0630\u0645\u0639\u064a\u062b \u0641\u0627\u062b \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b \u062e\u0642 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 \u0647\u0631 \u0641\u0627\u062b \u0628\u0647\u0642\u0633\u0641 \u0630\u062e\u0648\u0648\u0634 \u0633\u062b\u062d\u0634\u0642\u0634\u0641\u062b\u064a \u0628\u0647\u062b\u0645\u064a. \u063a\u062e\u0639 \u0630\u0634\u0631 \u0647\u0631\u0630\u0645\u0639\u064a\u062b \u0634\u0631 \u062e\u062d\u0641\u0647\u062e\u0631\u0634\u0645 \u0631\u062e\u0641\u062b \u064a\u062b\u0633\u0630\u0642\u0647\u0632\u0647\u0631\u0644 \u0641\u0627\u062b \u0642\u062b\u0634\u0633\u062e\u0631 \u0628\u062e\u0642 \u0641\u0627\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0647\u0631 \u0641\u0627\u062b \u0633\u062b\u0630\u062e\u0631\u064a \u0630\u062e\u0648\u0648\u0634 \u0633\u062b\u062d\u0634\u0642\u0634\u0641\u062b\u064a \u0628\u0647\u062b\u0645\u064a.", - "Upload a new PDF to \u201c<%= name %>\u201d": "\u0639\u062d\u0645\u062e\u0634\u064a \u0634 \u0631\u062b\u0635 \u062d\u064a\u0628 \u0641\u062e \u201c<%= name %>\u201d", - "Upload an image": "\u0639\u062d\u0645\u062e\u0634\u064a \u0634\u0631 \u0647\u0648\u0634\u0644\u062b", - "Upload an image or capture one with your web or phone camera.": "\u0639\u062d\u0645\u062e\u0634\u064a \u0634\u0631 \u0647\u0648\u0634\u0644\u062b \u062e\u0642 \u0630\u0634\u062d\u0641\u0639\u0642\u062b \u062e\u0631\u062b \u0635\u0647\u0641\u0627 \u063a\u062e\u0639\u0642 \u0635\u062b\u0632 \u062e\u0642 \u062d\u0627\u062e\u0631\u062b \u0630\u0634\u0648\u062b\u0642\u0634.", - "Upload completed": "\u0639\u062d\u0645\u062e\u0634\u064a \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b\u064a", - "Upload completed for video {fileName}": "\u0639\u062d\u0645\u062e\u0634\u064a \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b\u064a \u0628\u062e\u0642 \u062f\u0647\u064a\u062b\u062e {fileName}", - "Upload failed": "\u0639\u062d\u0645\u062e\u0634\u064a \u0628\u0634\u0647\u0645\u062b\u064a", - "Upload failed for video {fileName}": "\u0639\u062d\u0645\u062e\u0634\u064a \u0628\u0634\u0647\u0645\u062b\u064a \u0628\u062e\u0642 \u062f\u0647\u064a\u062b\u062e {fileName}", - "Upload instructor image.": "\u0639\u062d\u0645\u062e\u0634\u064a \u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u062e\u0642 \u0647\u0648\u0634\u0644\u062b.", - "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "\u0639\u062d\u0645\u062e\u0634\u064a \u0647\u0633 \u0647\u0631 \u062d\u0642\u062e\u0644\u0642\u062b\u0633\u0633. \u0641\u062e \u0634\u062f\u062e\u0647\u064a \u062b\u0642\u0642\u062e\u0642\u0633, \u0633\u0641\u0634\u063a \u062e\u0631 \u0641\u0627\u0647\u0633 \u062d\u0634\u0644\u062b \u0639\u0631\u0641\u0647\u0645 \u0641\u0627\u062b \u062d\u0642\u062e\u0630\u062b\u0633\u0633 \u0647\u0633 \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b.", - "Upload signature image.": "\u0639\u062d\u0645\u062e\u0634\u064a \u0633\u0647\u0644\u0631\u0634\u0641\u0639\u0642\u062b \u0647\u0648\u0634\u0644\u062b.", - "Upload translation": "\u0639\u062d\u0645\u062e\u0634\u064a \u0641\u0642\u0634\u0631\u0633\u0645\u0634\u0641\u0647\u062e\u0631", - "Upload your banner image.": "\u0639\u062d\u0645\u062e\u0634\u064a \u063a\u062e\u0639\u0642 \u0632\u0634\u0631\u0631\u062b\u0642 \u0647\u0648\u0634\u0644\u062b.", - "Upload your course image.": "\u0639\u062d\u0645\u062e\u0634\u064a \u063a\u062e\u0639\u0642 \u0630\u062e\u0639\u0642\u0633\u062b \u0647\u0648\u0634\u0644\u062b.", - "Upload your first asset": "\u0639\u062d\u0645\u062e\u0634\u064a \u063a\u062e\u0639\u0642 \u0628\u0647\u0642\u0633\u0641 \u0634\u0633\u0633\u062b\u0641", - "Upload your video thumbnail image.": "\u0639\u062d\u0645\u062e\u0634\u064a \u063a\u062e\u0639\u0642 \u062f\u0647\u064a\u062b\u062e \u0641\u0627\u0639\u0648\u0632\u0631\u0634\u0647\u0645 \u0647\u0648\u0634\u0644\u062b.", - "Uploaded file issues. Click on \"+\" to view.": "\u0639\u062d\u0645\u062e\u0634\u064a\u062b\u064a \u0628\u0647\u0645\u062b \u0647\u0633\u0633\u0639\u062b\u0633. \u0630\u0645\u0647\u0630\u0646 \u062e\u0631 \"+\" \u0641\u062e \u062f\u0647\u062b\u0635.", - "Uploading": "\u0639\u062d\u0645\u062e\u0634\u064a\u0647\u0631\u0644", - "Uploading...": "\u0639\u062d\u0645\u062e\u0634\u064a\u0647\u0631\u0644...", - "Uploading... %(percent)s %": "\u0639\u062d\u0645\u062e\u0634\u064a\u0647\u0631\u0644... %(percent)s %", - "Upper Alpha": "\u0639\u062d\u062d\u062b\u0642 \u0634\u0645\u062d\u0627\u0634", - "Upper Roman": "\u0639\u062d\u062d\u062b\u0642 \u0642\u062e\u0648\u0634\u0631", - "Upset Learner": "\u0639\u062d\u0633\u062b\u0641 \u0645\u062b\u0634\u0642\u0631\u062b\u0642", - "Url": "\u0639\u0642\u0645", - "Use Current Transcript": "\u0639\u0633\u062b \u0630\u0639\u0642\u0642\u062b\u0631\u0641 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641", - "Use Onboarding to introduce learners to proctoring, verify their identity, and create an onboarding profile. Learners must complete the onboarding profile step prior to taking a proctored exam. Profile reviews take 2+ business days.": "\u0639\u0633\u062b \u062e\u0631\u0632\u062e\u0634\u0642\u064a\u0647\u0631\u0644 \u0641\u062e \u0647\u0631\u0641\u0642\u062e\u064a\u0639\u0630\u062b \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0641\u062e \u062d\u0642\u062e\u0630\u0641\u062e\u0642\u0647\u0631\u0644, \u062f\u062b\u0642\u0647\u0628\u063a \u0641\u0627\u062b\u0647\u0642 \u0647\u064a\u062b\u0631\u0641\u0647\u0641\u063a, \u0634\u0631\u064a \u0630\u0642\u062b\u0634\u0641\u062b \u0634\u0631 \u062e\u0631\u0632\u062e\u0634\u0642\u064a\u0647\u0631\u0644 \u062d\u0642\u062e\u0628\u0647\u0645\u062b. \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0648\u0639\u0633\u0641 \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u0641\u0627\u062b \u062e\u0631\u0632\u062e\u0634\u0642\u064a\u0647\u0631\u0644 \u062d\u0642\u062e\u0628\u0647\u0645\u062b \u0633\u0641\u062b\u062d \u062d\u0642\u0647\u062e\u0642 \u0641\u062e \u0641\u0634\u0646\u0647\u0631\u0644 \u0634 \u062d\u0642\u062e\u0630\u0641\u062e\u0642\u062b\u064a \u062b\u0637\u0634\u0648. \u062d\u0642\u062e\u0628\u0647\u0645\u062b \u0642\u062b\u062f\u0647\u062b\u0635\u0633 \u0641\u0634\u0646\u062b 2+ \u0632\u0639\u0633\u0647\u0631\u062b\u0633\u0633 \u064a\u0634\u063a\u0633.", - "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.": "\u0639\u0633\u062b \u0634 \u062d\u0642\u0634\u0630\u0641\u0647\u0630\u062b \u062d\u0642\u062e\u0630\u0641\u062e\u0642\u062b\u064a \u062b\u0637\u0634\u0648 \u0641\u062e \u0647\u0631\u0641\u0642\u062e\u064a\u0639\u0630\u062b \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0641\u062e \u0641\u0627\u062b \u062d\u0642\u062e\u0630\u0641\u062e\u0642\u0647\u0631\u0644 \u0641\u062e\u062e\u0645\u0633 \u0634\u0631\u064a \u062d\u0642\u062e\u0630\u062b\u0633\u0633\u062b\u0633. \u0642\u062b\u0633\u0639\u0645\u0641\u0633 \u062e\u0628 \u0634 \u062d\u0642\u0634\u0630\u0641\u0647\u0630\u062b \u062b\u0637\u0634\u0648 \u064a\u062e \u0631\u062e\u0641 \u0634\u0628\u0628\u062b\u0630\u0641 \u0634 \u0645\u062b\u0634\u0642\u0631\u062b\u0642'\u0633 \u0644\u0642\u0634\u064a\u062b.", - "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "\u0639\u0633\u062b \u0634 \u0641\u0647\u0648\u062b\u064a \u062b\u0637\u0634\u0648 \u0641\u062e \u0645\u0647\u0648\u0647\u0641 \u0641\u0627\u062b \u0641\u0647\u0648\u062b \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0630\u0634\u0631 \u0633\u062d\u062b\u0631\u064a \u062e\u0631 \u062d\u0642\u062e\u0632\u0645\u062b\u0648\u0633 \u0647\u0631 \u0641\u0627\u0647\u0633 \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631. \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0648\u0639\u0633\u0641 \u0633\u0639\u0632\u0648\u0647\u0641 \u0634\u0631\u0633\u0635\u062b\u0642\u0633 \u0632\u062b\u0628\u062e\u0642\u062b \u0641\u0627\u062b \u0641\u0647\u0648\u062b \u062b\u0637\u062d\u0647\u0642\u062b\u0633. \u063a\u062e\u0639 \u0630\u0634\u0631 \u0634\u0645\u0645\u062e\u0635 \u0634\u064a\u064a\u0647\u0641\u0647\u062e\u0631\u0634\u0645 \u0641\u0647\u0648\u062b \u0628\u062e\u0642 \u0647\u0631\u064a\u0647\u062f\u0647\u064a\u0639\u0634\u0645 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0641\u0627\u0642\u062e\u0639\u0644\u0627 \u0641\u0627\u062b \u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u062e\u0642 \u064a\u0634\u0633\u0627\u0632\u062e\u0634\u0642\u064a.", - "Use as a Prerequisite": "\u0639\u0633\u062b \u0634\u0633 \u0634 \u062d\u0642\u062b\u0642\u062b\u0636\u0639\u0647\u0633\u0647\u0641\u062b", - "Use bookmarks to help you easily return to courseware pages. To bookmark a page, click \"Bookmark this page\" under the page title.": "\u0639\u0633\u062b \u0632\u062e\u062e\u0646\u0648\u0634\u0642\u0646\u0633 \u0641\u062e \u0627\u062b\u0645\u062d \u063a\u062e\u0639 \u062b\u0634\u0633\u0647\u0645\u063a \u0642\u062b\u0641\u0639\u0642\u0631 \u0641\u062e \u0630\u062e\u0639\u0642\u0633\u062b\u0635\u0634\u0642\u062b \u062d\u0634\u0644\u062b\u0633. \u0641\u062e \u0632\u062e\u062e\u0646\u0648\u0634\u0642\u0646 \u0634 \u062d\u0634\u0644\u062b, \u0630\u0645\u0647\u0630\u0646 \"\u0632\u062e\u062e\u0646\u0648\u0634\u0642\u0646 \u0641\u0627\u0647\u0633 \u062d\u0634\u0644\u062b\" \u0639\u0631\u064a\u062b\u0642 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0641\u0647\u0641\u0645\u062b.", - "Use cohorts as the basis for dividing discussions. All learners, regardless of cohort, see the same discussion topics, but within divided topics, only members of the same cohort see and respond to each others\u2019 posts. ": "\u0639\u0633\u062b \u0630\u062e\u0627\u062e\u0642\u0641\u0633 \u0634\u0633 \u0641\u0627\u062b \u0632\u0634\u0633\u0647\u0633 \u0628\u062e\u0642 \u064a\u0647\u062f\u0647\u064a\u0647\u0631\u0644 \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631\u0633. \u0634\u0645\u0645 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633, \u0642\u062b\u0644\u0634\u0642\u064a\u0645\u062b\u0633\u0633 \u062e\u0628 \u0630\u062e\u0627\u062e\u0642\u0641, \u0633\u062b\u062b \u0641\u0627\u062b \u0633\u0634\u0648\u062b \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631 \u0641\u062e\u062d\u0647\u0630\u0633, \u0632\u0639\u0641 \u0635\u0647\u0641\u0627\u0647\u0631 \u064a\u0647\u062f\u0647\u064a\u062b\u064a \u0641\u062e\u062d\u0647\u0630\u0633, \u062e\u0631\u0645\u063a \u0648\u062b\u0648\u0632\u062b\u0642\u0633 \u062e\u0628 \u0641\u0627\u062b \u0633\u0634\u0648\u062b \u0630\u062e\u0627\u062e\u0642\u0641 \u0633\u062b\u062b \u0634\u0631\u064a \u0642\u062b\u0633\u062d\u062e\u0631\u064a \u0641\u062e \u062b\u0634\u0630\u0627 \u062e\u0641\u0627\u062b\u0642\u0633\u2019 \u062d\u062e\u0633\u0641\u0633. ", - "Use enrollment tracks as the basis for dividing discussions. All learners, regardless of their enrollment track, see the same discussion topics, but within divided topics, only learners who are in the same enrollment track see and respond to each others\u2019 posts.": "\u0639\u0633\u062b \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0641\u0642\u0634\u0630\u0646\u0633 \u0634\u0633 \u0641\u0627\u062b \u0632\u0634\u0633\u0647\u0633 \u0628\u062e\u0642 \u064a\u0647\u062f\u0647\u064a\u0647\u0631\u0644 \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631\u0633. \u0634\u0645\u0645 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633, \u0642\u062b\u0644\u0634\u0642\u064a\u0645\u062b\u0633\u0633 \u062e\u0628 \u0641\u0627\u062b\u0647\u0642 \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0641\u0642\u0634\u0630\u0646, \u0633\u062b\u062b \u0641\u0627\u062b \u0633\u0634\u0648\u062b \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631 \u0641\u062e\u062d\u0647\u0630\u0633, \u0632\u0639\u0641 \u0635\u0647\u0641\u0627\u0647\u0631 \u064a\u0647\u062f\u0647\u064a\u062b\u064a \u0641\u062e\u062d\u0647\u0630\u0633, \u062e\u0631\u0645\u063a \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0635\u0627\u062e \u0634\u0642\u062b \u0647\u0631 \u0641\u0627\u062b \u0633\u0634\u0648\u062b \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0641\u0642\u0634\u0630\u0646 \u0633\u062b\u062b \u0634\u0631\u064a \u0642\u062b\u0633\u062d\u062e\u0631\u064a \u0641\u062e \u062b\u0634\u0630\u0627 \u062e\u0641\u0627\u062b\u0642\u0633\u2019 \u062d\u062e\u0633\u0641\u0633.", - "Use my institution/campus credentials": "\u0639\u0633\u062b \u0648\u063a \u0647\u0631\u0633\u0641\u0647\u0641\u0639\u0641\u0647\u062e\u0631/\u0630\u0634\u0648\u062d\u0639\u0633 \u0630\u0642\u062b\u064a\u062b\u0631\u0641\u0647\u0634\u0645\u0633", - "Use my university info": "\u0639\u0633\u062b \u0648\u063a \u0639\u0631\u0647\u062f\u062b\u0642\u0633\u0647\u0641\u063a \u0647\u0631\u0628\u062e", - "Use the All Topics menu to find specific topics.": "\u0639\u0633\u062b \u0641\u0627\u062b \u0634\u0645\u0645 \u0641\u062e\u062d\u0647\u0630\u0633 \u0648\u062b\u0631\u0639 \u0641\u062e \u0628\u0647\u0631\u064a \u0633\u062d\u062b\u0630\u0647\u0628\u0647\u0630 \u0641\u062e\u062d\u0647\u0630\u0633.", - "Use the retake photo button if you are not pleased with your photo": "\u0639\u0633\u062b \u0641\u0627\u062b \u0642\u062b\u0641\u0634\u0646\u062b \u062d\u0627\u062e\u0641\u062e \u0632\u0639\u0641\u0641\u062e\u0631 \u0647\u0628 \u063a\u062e\u0639 \u0634\u0642\u062b \u0631\u062e\u0641 \u062d\u0645\u062b\u0634\u0633\u062b\u064a \u0635\u0647\u0641\u0627 \u063a\u062e\u0639\u0642 \u062d\u0627\u062e\u0641\u062e", - "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "\u0639\u0633\u062b \u063a\u062e\u0639\u0642 \u0635\u062b\u0632\u0630\u0634\u0648 \u0641\u062e \u0641\u0634\u0646\u062b \u0634 \u062d\u0627\u062e\u0641\u062e \u062e\u0628 \u063a\u062e\u0639\u0642 \u0647\u064a. \u0635\u062b \u0635\u0647\u0645\u0645 \u0648\u0634\u0641\u0630\u0627 \u0641\u0627\u0647\u0633 \u062d\u0627\u062e\u0641\u062e \u0635\u0647\u0641\u0627 \u0641\u0627\u062b \u062d\u0627\u062e\u0641\u062e \u062e\u0628 \u063a\u062e\u0639\u0642 \u0628\u0634\u0630\u062b \u0634\u0631\u064a \u0641\u0627\u062b \u0631\u0634\u0648\u062b \u062e\u0631 \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641.", - "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "\u0639\u0633\u062b \u063a\u062e\u0639\u0642 \u0635\u062b\u0632\u0630\u0634\u0648 \u0641\u062e \u0641\u0634\u0646\u062b \u0634 \u062d\u0627\u062e\u0641\u062e \u062e\u0628 \u063a\u062e\u0639\u0642 \u0628\u0634\u0630\u062b. \u0635\u062b \u0635\u0647\u0645\u0645 \u0648\u0634\u0641\u0630\u0627 \u0641\u0627\u0647\u0633 \u062d\u0627\u062e\u0641\u062e \u0635\u0647\u0641\u0627 \u0641\u0627\u062b \u062d\u0627\u062e\u0641\u062e \u062e\u0631 \u063a\u062e\u0639\u0642 \u0647\u064a.", - "Used": "\u0639\u0633\u062b\u064a", + ], + "There was an error while importing the new course to our database.": "\u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0635\u0627\u0647\u0645\u062b \u0647\u0648\u062d\u062e\u0642\u0641\u0647\u0631\u0644 \u0641\u0627\u062b \u0631\u062b\u0635 \u0630\u062e\u0639\u0642\u0633\u062b \u0641\u062e \u062e\u0639\u0642 \u064a\u0634\u0641\u0634\u0632\u0634\u0633\u062b.", + "There was an error while importing the new library to our database.": "\u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0635\u0627\u0647\u0645\u062b \u0647\u0648\u062d\u062e\u0642\u0641\u0647\u0631\u0644 \u0641\u0627\u062b \u0631\u062b\u0635 \u0645\u0647\u0632\u0642\u0634\u0642\u063a \u0641\u062e \u062e\u0639\u0642 \u064a\u0634\u0641\u0634\u0632\u0634\u0633\u062b.", + "There was an error while unpacking the file.": "\u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0635\u0627\u0647\u0645\u062b \u0639\u0631\u062d\u0634\u0630\u0646\u0647\u0631\u0644 \u0641\u0627\u062b \u0628\u0647\u0645\u062b.", + "There was an error while verifying the file you submitted.": "\u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0635\u0627\u0647\u0645\u062b \u062f\u062b\u0642\u0647\u0628\u063a\u0647\u0631\u0644 \u0641\u0627\u062b \u0628\u0647\u0645\u062b \u063a\u062e\u0639 \u0633\u0639\u0632\u0648\u0647\u0641\u0641\u062b\u064a.", + "There was an error with the upload": "\u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0635\u0647\u0641\u0627 \u0641\u0627\u062b \u0639\u062d\u0645\u062e\u0634\u064a", + "There was an error, try searching again.": "\u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642, \u0641\u0642\u063a \u0633\u062b\u0634\u0642\u0630\u0627\u0647\u0631\u0644 \u0634\u0644\u0634\u0647\u0631.", + "There was an error. Please reload the page and try again.": "\u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642. \u062d\u0645\u062b\u0634\u0633\u062b \u0642\u062b\u0645\u062e\u0634\u064a \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "There were errors reindexing course.": "\u0641\u0627\u062b\u0642\u062b \u0635\u062b\u0642\u062b \u062b\u0642\u0642\u062e\u0642\u0633 \u0642\u062b\u0647\u0631\u064a\u062b\u0637\u0647\u0631\u0644 \u0630\u062e\u0639\u0642\u0633\u062b.", + "There's already another assignment type with this name.": "\u0641\u0627\u062b\u0642\u062b'\u0633 \u0634\u0645\u0642\u062b\u0634\u064a\u063a \u0634\u0631\u062e\u0641\u0627\u062b\u0642 \u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641 \u0641\u063a\u062d\u062b \u0635\u0647\u0641\u0627 \u0641\u0627\u0647\u0633 \u0631\u0634\u0648\u062b.", + "These settings include basic information about your account.": "\u0641\u0627\u062b\u0633\u062b \u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633 \u0647\u0631\u0630\u0645\u0639\u064a\u062b \u0632\u0634\u0633\u0647\u0630 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u0634\u0632\u062e\u0639\u0641 \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641.", + "These users could not be added as beta testers because their accounts are not yet activated:": "\u0641\u0627\u062b\u0633\u062b \u0639\u0633\u062b\u0642\u0633 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0634\u064a\u064a\u062b\u064a \u0634\u0633 \u0632\u062b\u0641\u0634 \u0641\u062b\u0633\u0641\u062b\u0642\u0633 \u0632\u062b\u0630\u0634\u0639\u0633\u062b \u0641\u0627\u062b\u0647\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641\u0633 \u0634\u0642\u062b \u0631\u062e\u0641 \u063a\u062b\u0641 \u0634\u0630\u0641\u0647\u062f\u0634\u0641\u062b\u064a:", + "These users were not added as beta testers:": "\u0641\u0627\u062b\u0633\u062b \u0639\u0633\u062b\u0642\u0633 \u0635\u062b\u0642\u062b \u0631\u062e\u0641 \u0634\u064a\u064a\u062b\u064a \u0634\u0633 \u0632\u062b\u0641\u0634 \u0641\u062b\u0633\u0641\u062b\u0642\u0633:", + "These users were not affiliated with the course so could not be unenrolled:": "\u0641\u0627\u062b\u0633\u062b \u0639\u0633\u062b\u0642\u0633 \u0635\u062b\u0642\u062b \u0631\u062e\u0641 \u0634\u0628\u0628\u0647\u0645\u0647\u0634\u0641\u062b\u064a \u0635\u0647\u0641\u0627 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u0633\u062e \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0639\u0631\u062b\u0631\u0642\u062e\u0645\u0645\u062b\u064a:", + "These users were not removed as beta testers:": "\u0641\u0627\u062b\u0633\u062b \u0639\u0633\u062b\u0642\u0633 \u0635\u062b\u0642\u062b \u0631\u062e\u0641 \u0642\u062b\u0648\u062e\u062f\u062b\u064a \u0634\u0633 \u0632\u062b\u0641\u0634 \u0641\u062b\u0633\u0641\u062b\u0642\u0633:", + "These users were successfully added as beta testers:": "\u0641\u0627\u062b\u0633\u062b \u0639\u0633\u062b\u0642\u0633 \u0635\u062b\u0642\u062b \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0634\u064a\u064a\u062b\u064a \u0634\u0633 \u0632\u062b\u0641\u0634 \u0641\u062b\u0633\u0641\u062b\u0642\u0633:", + "These users were successfully removed as beta testers:": "\u0641\u0627\u062b\u0633\u062b \u0639\u0633\u062b\u0642\u0633 \u0635\u062b\u0642\u062b \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0642\u062b\u0648\u062e\u062f\u062b\u064a \u0634\u0633 \u0632\u062b\u0641\u0634 \u0641\u062b\u0633\u0641\u062b\u0642\u0633:", + "These users will be allowed to enroll once they register:": "\u0641\u0627\u062b\u0633\u062b \u0639\u0633\u062b\u0642\u0633 \u0635\u0647\u0645\u0645 \u0632\u062b \u0634\u0645\u0645\u062e\u0635\u062b\u064a \u0641\u062e \u062b\u0631\u0642\u062e\u0645\u0645 \u062e\u0631\u0630\u062b \u0641\u0627\u062b\u063a \u0642\u062b\u0644\u0647\u0633\u0641\u062b\u0642:", + "These users will be enrolled once they register:": "\u0641\u0627\u062b\u0633\u062b \u0639\u0633\u062b\u0642\u0633 \u0635\u0647\u0645\u0645 \u0632\u062b \u062b\u0631\u0642\u062e\u0645\u0645\u062b\u064a \u062e\u0631\u0630\u062b \u0641\u0627\u062b\u063a \u0642\u062b\u0644\u0647\u0633\u0641\u062b\u0642:", + "This Group Configuration is not in use. Start by adding a content experiment to any Unit via the {linkStart}Course Outline{linkEnd}.": "\u0641\u0627\u0647\u0633 \u0644\u0642\u062e\u0639\u062d \u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u0634\u0641\u0647\u062e\u0631 \u0647\u0633 \u0631\u062e\u0641 \u0647\u0631 \u0639\u0633\u062b. \u0633\u0641\u0634\u0642\u0641 \u0632\u063a \u0634\u064a\u064a\u0647\u0631\u0644 \u0634 \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u062b\u0637\u062d\u062b\u0642\u0647\u0648\u062b\u0631\u0641 \u0641\u062e \u0634\u0631\u063a \u0639\u0631\u0647\u0641 \u062f\u0647\u0634 \u0641\u0627\u062b {linkStart}\u0630\u062e\u0639\u0642\u0633\u062b \u062e\u0639\u0641\u0645\u0647\u0631\u062b{linkEnd}.", + "This Group Configuration is used in:": "\u0641\u0627\u0647\u0633 \u0644\u0642\u062e\u0639\u062d \u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u0634\u0641\u0647\u062e\u0631 \u0647\u0633 \u0639\u0633\u062b\u064a \u0647\u0631:", + "This action cannot be undone.": "\u0641\u0627\u0647\u0633 \u0634\u0630\u0641\u0647\u062e\u0631 \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0639\u0631\u064a\u062e\u0631\u062b.", + "This action updates the {provider} information for your entire organization.": "\u0641\u0627\u0647\u0633 \u0634\u0630\u0641\u0647\u062e\u0631 \u0639\u062d\u064a\u0634\u0641\u062b\u0633 \u0641\u0627\u062b {provider} \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u0628\u062e\u0642 \u063a\u062e\u0639\u0642 \u062b\u0631\u0641\u0647\u0642\u062b \u062e\u0642\u0644\u0634\u0631\u0647\u0638\u0634\u0641\u0647\u062e\u0631.", + "This browser cannot play .mp4, .ogg, or .webm files.": "\u0641\u0627\u0647\u0633 \u0632\u0642\u062e\u0635\u0633\u062b\u0642 \u0630\u0634\u0631\u0631\u062e\u0641 \u062d\u0645\u0634\u063a .\u0648\u062d4, .\u062e\u0644\u0644, \u062e\u0642 .\u0635\u062b\u0632\u0648 \u0628\u0647\u0645\u062b\u0633.", + "This catalog's courses:": "\u0641\u0627\u0647\u0633 \u0630\u0634\u0641\u0634\u0645\u062e\u0644'\u0633 \u0630\u062e\u0639\u0642\u0633\u062b\u0633:", + "This certificate has already been activated and is live. Are you sure you want to continue editing?": "\u0641\u0627\u0647\u0633 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0627\u0634\u0633 \u0634\u0645\u0642\u062b\u0634\u064a\u063a \u0632\u062b\u062b\u0631 \u0634\u0630\u0641\u0647\u062f\u0634\u0641\u062b\u064a \u0634\u0631\u064a \u0647\u0633 \u0645\u0647\u062f\u062b. \u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0630\u062e\u0631\u0641\u0647\u0631\u0639\u062b \u062b\u064a\u0647\u0641\u0647\u0631\u0644?", + "This comment could not be deleted. Refresh the page and try again.": "\u0641\u0627\u0647\u0633 \u0630\u062e\u0648\u0648\u062b\u0631\u0641 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u064a\u062b\u0645\u062b\u0641\u062b\u064a. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "This component has validation issues.": "\u0641\u0627\u0647\u0633 \u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641 \u0627\u0634\u0633 \u062f\u0634\u0645\u0647\u064a\u0634\u0641\u0647\u062e\u0631 \u0647\u0633\u0633\u0639\u062b\u0633.", + "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "\u0641\u0627\u0647\u0633 \u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u0634\u0641\u0647\u062e\u0631 \u0647\u0633 \u0630\u0639\u0642\u0642\u062b\u0631\u0641\u0645\u063a \u0639\u0633\u062b\u064a \u0647\u0631 \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u062b\u0637\u062d\u062b\u0642\u0647\u0648\u062b\u0631\u0641\u0633. \u0647\u0628 \u063a\u062e\u0639 \u0648\u0634\u0646\u062b \u0630\u0627\u0634\u0631\u0644\u062b\u0633 \u0641\u062e \u0641\u0627\u062b \u0644\u0642\u062e\u0639\u062d\u0633, \u063a\u062e\u0639 \u0648\u0634\u063a \u0631\u062b\u062b\u064a \u0641\u062e \u062b\u064a\u0647\u0641 \u0641\u0627\u062e\u0633\u062b \u062b\u0637\u062d\u062b\u0642\u0647\u0648\u062b\u0631\u0641\u0633.", + "This content group is used in one or more units.": "\u0641\u0627\u0647\u0633 \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d \u0647\u0633 \u0639\u0633\u062b\u064a \u0647\u0631 \u062e\u0631\u062b \u062e\u0642 \u0648\u062e\u0642\u062b \u0639\u0631\u0647\u0641\u0633.", + "This course has automatic cohorting enabled for verified track learners, but cohorts are disabled. You must enable cohorts for the feature to work.": "\u0641\u0627\u0647\u0633 \u0630\u062e\u0639\u0642\u0633\u062b \u0627\u0634\u0633 \u0634\u0639\u0641\u062e\u0648\u0634\u0641\u0647\u0630 \u0630\u062e\u0627\u062e\u0642\u0641\u0647\u0631\u0644 \u062b\u0631\u0634\u0632\u0645\u062b\u064a \u0628\u062e\u0642 \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0641\u0642\u0634\u0630\u0646 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633, \u0632\u0639\u0641 \u0630\u062e\u0627\u062e\u0642\u0641\u0633 \u0634\u0642\u062b \u064a\u0647\u0633\u0634\u0632\u0645\u062b\u064a. \u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u062b\u0631\u0634\u0632\u0645\u062b \u0630\u062e\u0627\u062e\u0642\u0641\u0633 \u0628\u062e\u0642 \u0641\u0627\u062b \u0628\u062b\u0634\u0641\u0639\u0642\u062b \u0641\u062e \u0635\u062e\u0642\u0646.", + "This course has automatic cohorting enabled for verified track learners, but the required cohort does not exist. You must create a manually-assigned cohort named '{verifiedCohortName}' for the feature to work.": "\u0641\u0627\u0647\u0633 \u0630\u062e\u0639\u0642\u0633\u062b \u0627\u0634\u0633 \u0634\u0639\u0641\u062e\u0648\u0634\u0641\u0647\u0630 \u0630\u062e\u0627\u062e\u0642\u0641\u0647\u0631\u0644 \u062b\u0631\u0634\u0632\u0645\u062b\u064a \u0628\u062e\u0642 \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0641\u0642\u0634\u0630\u0646 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633, \u0632\u0639\u0641 \u0641\u0627\u062b \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a \u0630\u062e\u0627\u062e\u0642\u0641 \u064a\u062e\u062b\u0633 \u0631\u062e\u0641 \u062b\u0637\u0647\u0633\u0641. \u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u0630\u0642\u062b\u0634\u0641\u062b \u0634 \u0648\u0634\u0631\u0639\u0634\u0645\u0645\u063a-\u0634\u0633\u0633\u0647\u0644\u0631\u062b\u064a \u0630\u062e\u0627\u062e\u0642\u0641 \u0631\u0634\u0648\u062b\u064a '{verifiedCohortName}' \u0628\u062e\u0642 \u0641\u0627\u062b \u0628\u062b\u0634\u0641\u0639\u0642\u062b \u0641\u062e \u0635\u062e\u0642\u0646.", + "This course uses automatic cohorting for verified track learners. You cannot disable cohorts, and you cannot rename the manual cohort named '{verifiedCohortName}'. To change the configuration for verified track cohorts, contact your edX partner manager.": "\u0641\u0627\u0647\u0633 \u0630\u062e\u0639\u0642\u0633\u062b \u0639\u0633\u062b\u0633 \u0634\u0639\u0641\u062e\u0648\u0634\u0641\u0647\u0630 \u0630\u062e\u0627\u062e\u0642\u0641\u0647\u0631\u0644 \u0628\u062e\u0642 \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0641\u0642\u0634\u0630\u0646 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633. \u063a\u062e\u0639 \u0630\u0634\u0631\u0631\u062e\u0641 \u064a\u0647\u0633\u0634\u0632\u0645\u062b \u0630\u062e\u0627\u062e\u0642\u0641\u0633, \u0634\u0631\u064a \u063a\u062e\u0639 \u0630\u0634\u0631\u0631\u062e\u0641 \u0642\u062b\u0631\u0634\u0648\u062b \u0641\u0627\u062b \u0648\u0634\u0631\u0639\u0634\u0645 \u0630\u062e\u0627\u062e\u0642\u0641 \u0631\u0634\u0648\u062b\u064a '{verifiedCohortName}'. \u0641\u062e \u0630\u0627\u0634\u0631\u0644\u062b \u0641\u0627\u062b \u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u0634\u0641\u0647\u062e\u0631 \u0628\u062e\u0642 \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0641\u0642\u0634\u0630\u0646 \u0630\u062e\u0627\u062e\u0642\u0641\u0633, \u0630\u062e\u0631\u0641\u0634\u0630\u0641 \u063a\u062e\u0639\u0642 \u062b\u064a\u0637 \u062d\u0634\u0642\u0641\u0631\u062b\u0642 \u0648\u0634\u0631\u0634\u0644\u062b\u0642.", + "This discussion could not be loaded. Refresh the page and try again.": "\u0641\u0627\u0647\u0633 \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0645\u062e\u0634\u064a\u062b\u064a. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "This feature is currently in testing. Course teams can enter highlights, but learners will not receive email messages.": "\u0641\u0627\u0647\u0633 \u0628\u062b\u0634\u0641\u0639\u0642\u062b \u0647\u0633 \u0630\u0639\u0642\u0642\u062b\u0631\u0641\u0645\u063a \u0647\u0631 \u0641\u062b\u0633\u0641\u0647\u0631\u0644. \u0630\u062e\u0639\u0642\u0633\u062b \u0641\u062b\u0634\u0648\u0633 \u0630\u0634\u0631 \u062b\u0631\u0641\u062b\u0642 \u0627\u0647\u0644\u0627\u0645\u0647\u0644\u0627\u0641\u0633, \u0632\u0639\u0641 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0635\u0647\u0645\u0645 \u0631\u062e\u0641 \u0642\u062b\u0630\u062b\u0647\u062f\u062b \u062b\u0648\u0634\u0647\u0645 \u0648\u062b\u0633\u0633\u0634\u0644\u062b\u0633.", + "This file type is not supported. Supported file type is {supportedFileFormat}.": "\u0641\u0627\u0647\u0633 \u0628\u0647\u0645\u062b \u0641\u063a\u062d\u062b \u0647\u0633 \u0631\u062e\u0641 \u0633\u0639\u062d\u062d\u062e\u0642\u0641\u062b\u064a. \u0633\u0639\u062d\u062d\u062e\u0642\u0641\u062b\u064a \u0628\u0647\u0645\u062b \u0641\u063a\u062d\u062b \u0647\u0633 {supportedFileFormat}.", + "This group controls access to:": "\u0641\u0627\u0647\u0633 \u0644\u0642\u062e\u0639\u062d \u0630\u062e\u0631\u0641\u0642\u062e\u0645\u0633 \u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u062e:", + "This group no longer exists. Choose another group or do not restrict access to this unit.": "\u0641\u0627\u0647\u0633 \u0644\u0642\u062e\u0639\u062d \u0631\u062e \u0645\u062e\u0631\u0644\u062b\u0642 \u062b\u0637\u0647\u0633\u0641\u0633. \u0630\u0627\u062e\u062e\u0633\u062b \u0634\u0631\u062e\u0641\u0627\u062b\u0642 \u0644\u0642\u062e\u0639\u062d \u062e\u0642 \u064a\u062e \u0631\u062e\u0641 \u0642\u062b\u0633\u0641\u0642\u0647\u0630\u0641 \u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u062e \u0641\u0627\u0647\u0633 \u0639\u0631\u0647\u0641.", + "This image file type is not supported. Supported file types are {supportedFileFormats}.": "\u0641\u0627\u0647\u0633 \u0647\u0648\u0634\u0644\u062b \u0628\u0647\u0645\u062b \u0641\u063a\u062d\u062b \u0647\u0633 \u0631\u062e\u0641 \u0633\u0639\u062d\u062d\u062e\u0642\u0641\u062b\u064a. \u0633\u0639\u062d\u062d\u062e\u0642\u0641\u062b\u064a \u0628\u0647\u0645\u062b \u0641\u063a\u062d\u062b\u0633 \u0634\u0642\u062b {supportedFileFormats}.", + "This image is for decorative purposes only and does not require a description.": "\u0641\u0627\u0647\u0633 \u0647\u0648\u0634\u0644\u062b \u0647\u0633 \u0628\u062e\u0642 \u064a\u062b\u0630\u062e\u0642\u0634\u0641\u0647\u062f\u062b \u062d\u0639\u0642\u062d\u062e\u0633\u062b\u0633 \u062e\u0631\u0645\u063a \u0634\u0631\u064a \u064a\u062e\u062b\u0633 \u0631\u062e\u0641 \u0642\u062b\u0636\u0639\u0647\u0642\u062b \u0634 \u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631.", + "This includes access to {siteName} from your employer\u2019s or university\u2019s system{additionalSiteSpecificDeletionText}.": "\u0641\u0627\u0647\u0633 \u0647\u0631\u0630\u0645\u0639\u064a\u062b\u0633 \u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u062e {siteName} \u0628\u0642\u062e\u0648 \u063a\u062e\u0639\u0642 \u062b\u0648\u062d\u0645\u062e\u063a\u062b\u0642\u2019\u0633 \u062e\u0642 \u0639\u0631\u0647\u062f\u062b\u0642\u0633\u0647\u0641\u063a\u2019\u0633 \u0633\u063a\u0633\u0641\u062b\u0648{additionalSiteSpecificDeletionText}.", + "This is the Description of the Group Configuration": "\u0641\u0627\u0647\u0633 \u0647\u0633 \u0641\u0627\u062b \u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631 \u062e\u0628 \u0641\u0627\u062b \u0644\u0642\u062e\u0639\u062d \u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u0634\u0641\u0647\u062e\u0631", + "This is the Name of the Group Configuration": "\u0641\u0627\u0647\u0633 \u0647\u0633 \u0641\u0627\u062b \u0631\u0634\u0648\u062b \u062e\u0628 \u0641\u0627\u062b \u0644\u0642\u062e\u0639\u062d \u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u0634\u0641\u0647\u062e\u0631", + "This is the name of the group": "\u0641\u0627\u0647\u0633 \u0647\u0633 \u0641\u0627\u062b \u0631\u0634\u0648\u062b \u062e\u0628 \u0641\u0627\u062b \u0644\u0642\u062e\u0639\u062d", + "This learner is currently sharing a limited profile.": "\u0641\u0627\u0647\u0633 \u0645\u062b\u0634\u0642\u0631\u062b\u0642 \u0647\u0633 \u0630\u0639\u0642\u0642\u062b\u0631\u0641\u0645\u063a \u0633\u0627\u0634\u0642\u0647\u0631\u0644 \u0634 \u0645\u0647\u0648\u0647\u0641\u062b\u064a \u062d\u0642\u062e\u0628\u0647\u0645\u062b.", + "This learner will be removed from the team,allowing another learner to take the available spot.": "\u0641\u0627\u0647\u0633 \u0645\u062b\u0634\u0642\u0631\u062b\u0642 \u0635\u0647\u0645\u0645 \u0632\u062b \u0642\u062b\u0648\u062e\u062f\u062b\u064a \u0628\u0642\u062e\u0648 \u0641\u0627\u062b \u0641\u062b\u0634\u0648,\u0634\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u0634\u0631\u062e\u0641\u0627\u062b\u0642 \u0645\u062b\u0634\u0642\u0631\u062b\u0642 \u0641\u062e \u0641\u0634\u0646\u062b \u0641\u0627\u062b \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b \u0633\u062d\u062e\u0641.", + "This link will open in a modal window": "\u0641\u0627\u0647\u0633 \u0645\u0647\u0631\u0646 \u0635\u0647\u0645\u0645 \u062e\u062d\u062b\u0631 \u0647\u0631 \u0634 \u0648\u062e\u064a\u0634\u0645 \u0635\u0647\u0631\u064a\u062e\u0635", + "This link will open in a new browser window/tab": "\u0641\u0627\u0647\u0633 \u0645\u0647\u0631\u0646 \u0635\u0647\u0645\u0645 \u062e\u062d\u062b\u0631 \u0647\u0631 \u0634 \u0631\u062b\u0635 \u0632\u0642\u062e\u0635\u0633\u062b\u0642 \u0635\u0647\u0631\u064a\u062e\u0635/\u0641\u0634\u0632", + "This may be happening because of an error with our server or your internet connection. Try refreshing the page or making sure you are online.": "\u0641\u0627\u0647\u0633 \u0648\u0634\u063a \u0632\u062b \u0627\u0634\u062d\u062d\u062b\u0631\u0647\u0631\u0644 \u0632\u062b\u0630\u0634\u0639\u0633\u062b \u062e\u0628 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642 \u0635\u0647\u0641\u0627 \u062e\u0639\u0642 \u0633\u062b\u0642\u062f\u062b\u0642 \u062e\u0642 \u063a\u062e\u0639\u0642 \u0647\u0631\u0641\u062b\u0642\u0631\u062b\u0641 \u0630\u062e\u0631\u0631\u062b\u0630\u0641\u0647\u062e\u0631. \u0641\u0642\u063a \u0642\u062b\u0628\u0642\u062b\u0633\u0627\u0647\u0631\u0644 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u062e\u0642 \u0648\u0634\u0646\u0647\u0631\u0644 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0634\u0642\u062b \u062e\u0631\u0645\u0647\u0631\u062b.", + "This page contains information about orders that you have placed with {platform_name}.": "\u0641\u0627\u0647\u0633 \u062d\u0634\u0644\u062b \u0630\u062e\u0631\u0641\u0634\u0647\u0631\u0633 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u0634\u0632\u062e\u0639\u0641 \u062e\u0642\u064a\u062b\u0642\u0633 \u0641\u0627\u0634\u0641 \u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u062d\u0645\u0634\u0630\u062b\u064a \u0635\u0647\u0641\u0627 {platform_name}.", + "This post could not be closed. Refresh the page and try again.": "\u0641\u0627\u0647\u0633 \u062d\u062e\u0633\u0641 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0630\u0645\u062e\u0633\u062b\u064a. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "This post could not be flagged for abuse. Refresh the page and try again.": "\u0641\u0627\u0647\u0633 \u062d\u062e\u0633\u0641 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0628\u0645\u0634\u0644\u0644\u062b\u064a \u0628\u062e\u0642 \u0634\u0632\u0639\u0633\u062b. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "This post could not be pinned. Refresh the page and try again.": "\u0641\u0627\u0647\u0633 \u062d\u062e\u0633\u0641 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u062d\u0647\u0631\u0631\u062b\u064a. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "This post could not be reopened. Refresh the page and try again.": "\u0641\u0627\u0647\u0633 \u062d\u062e\u0633\u0641 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0642\u062b\u062e\u062d\u062b\u0631\u062b\u064a. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "This post could not be unflagged for abuse. Refresh the page and try again.": "\u0641\u0627\u0647\u0633 \u062d\u062e\u0633\u0641 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0639\u0631\u0628\u0645\u0634\u0644\u0644\u062b\u064a \u0628\u062e\u0642 \u0634\u0632\u0639\u0633\u062b. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "This post could not be unpinned. Refresh the page and try again.": "\u0641\u0627\u0647\u0633 \u062d\u062e\u0633\u0641 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0639\u0631\u062d\u0647\u0631\u0631\u062b\u064a. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "This problem has been reset.": "\u0641\u0627\u0647\u0633 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0627\u0634\u0633 \u0632\u062b\u062b\u0631 \u0642\u062b\u0633\u062b\u0641.", + "This response could not be marked as an answer. Refresh the page and try again.": "\u0641\u0627\u0647\u0633 \u0642\u062b\u0633\u062d\u062e\u0631\u0633\u062b \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0648\u0634\u0642\u0646\u062b\u064a \u0634\u0633 \u0634\u0631 \u0634\u0631\u0633\u0635\u062b\u0642. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "This response could not be marked as endorsed. Refresh the page and try again.": "\u0641\u0627\u0647\u0633 \u0642\u062b\u0633\u062d\u062e\u0631\u0633\u062b \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0648\u0634\u0642\u0646\u062b\u064a \u0634\u0633 \u062b\u0631\u064a\u062e\u0642\u0633\u062b\u064a. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "This response could not be unendorsed. Refresh the page and try again.": "\u0641\u0627\u0647\u0633 \u0642\u062b\u0633\u062d\u062e\u0631\u0633\u062b \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0639\u0631\u062b\u0631\u064a\u062e\u0642\u0633\u062b\u064a. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "This response could not be unmarked as an answer. Refresh the page and try again.": "\u0641\u0627\u0647\u0633 \u0642\u062b\u0633\u062d\u062e\u0631\u0633\u062b \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0639\u0631\u0648\u0634\u0642\u0646\u062b\u064a \u0634\u0633 \u0634\u0631 \u0634\u0631\u0633\u0635\u062b\u0642. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "This role requires a divided discussions scheme.": "\u0641\u0627\u0647\u0633 \u0642\u062e\u0645\u062b \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u0633 \u0634 \u064a\u0647\u062f\u0647\u064a\u062b\u064a \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631\u0633 \u0633\u0630\u0627\u062b\u0648\u062b.", + "This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.": "\u0641\u0627\u0647\u0633 \u0633\u0627\u062e\u0642\u0641 \u0631\u0634\u0648\u062b \u0628\u062e\u0642 \u0641\u0627\u062b \u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641 \u0641\u063a\u062d\u062b (\u0628\u062e\u0642 \u062b\u0637\u0634\u0648\u062d\u0645\u062b, \u0627\u0635 \u062e\u0642 \u0648\u0647\u064a\u0641\u062b\u0642\u0648) \u0634\u062d\u062d\u062b\u0634\u0642\u0633 \u0631\u062b\u0637\u0641 \u0641\u062e \u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641\u0633 \u062e\u0631 \u0634 \u0645\u062b\u0634\u0642\u0631\u062b\u0642'\u0633 \u062d\u0642\u062e\u0644\u0642\u062b\u0633\u0633 \u062d\u0634\u0644\u062b.", + "This team does not have any members.": "\u0641\u0627\u0647\u0633 \u0641\u062b\u0634\u0648 \u064a\u062e\u062b\u0633 \u0631\u062e\u0641 \u0627\u0634\u062f\u062b \u0634\u0631\u063a \u0648\u062b\u0648\u0632\u062b\u0642\u0633.", + "This team is full.": "\u0641\u0627\u0647\u0633 \u0641\u062b\u0634\u0648 \u0647\u0633 \u0628\u0639\u0645\u0645.", + "This unit has validation issues.": "\u0641\u0627\u0647\u0633 \u0639\u0631\u0647\u0641 \u0627\u0634\u0633 \u062f\u0634\u0645\u0647\u064a\u0634\u0641\u0647\u062e\u0631 \u0647\u0633\u0633\u0639\u062b\u0633.", + "This vote could not be processed. Refresh the page and try again.": "\u0641\u0627\u0647\u0633 \u062f\u062e\u0641\u062b \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u062d\u0642\u062e\u0630\u062b\u0633\u0633\u062b\u064a. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "This {parentCategory} has no {childCategory}": "\u0641\u0627\u0647\u0633 {parentCategory} \u0627\u0634\u0633 \u0631\u062e {childCategory}", + "Thumbnail": "\u0641\u0627\u0639\u0648\u0632\u0631\u0634\u0647\u0645", + "Thumbnail for {videoName}": "\u0641\u0627\u0639\u0648\u0632\u0631\u0634\u0647\u0645 \u0628\u062e\u0642 {videoName}", + "Time Allotted (HH:MM):": "\u0641\u0647\u0648\u062b \u0634\u0645\u0645\u062e\u0641\u0641\u062b\u064a (\u0627\u0627:\u0648\u0648):", + "Time Sent": "\u0641\u0647\u0648\u062b \u0633\u062b\u0631\u0641", + "Time Sent:": "\u0641\u0647\u0648\u062b \u0633\u062b\u0631\u0641:", + "Time Zone": "\u0641\u0647\u0648\u062b \u0638\u062e\u0631\u062b", + "Timed": "\u0641\u0647\u0648\u062b\u064a", + "Timed Exam": "\u0641\u0647\u0648\u062b\u064a \u062b\u0637\u0634\u0648", + "Timed Transcript Conflict": "\u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0630\u062e\u0631\u0628\u0645\u0647\u0630\u0641", + "Timed Transcript Found": "\u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0628\u062e\u0639\u0631\u064a", + "Timed Transcript Uploaded Successfully": "\u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0639\u062d\u0645\u062e\u0634\u064a\u062b\u064a \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a", + "Timed Transcript from %(filename)s": "\u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0628\u0642\u062e\u0648 %(filename)s", + "Tips on taking a successful photo": "\u0641\u0647\u062d\u0633 \u062e\u0631 \u0641\u0634\u0646\u0647\u0631\u0644 \u0634 \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645 \u062d\u0627\u062e\u0641\u062e", + "Title": "\u0641\u0647\u0641\u0645\u062b", + "Title ": "\u0641\u0647\u0641\u0645\u062b ", + "Title of the signatory": "\u0641\u0647\u0641\u0645\u062b \u062e\u0628 \u0641\u0627\u062b \u0633\u0647\u0644\u0631\u0634\u0641\u062e\u0642\u063a", + "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "\u0641\u0647\u0641\u0645\u062b\u0633 \u0648\u062e\u0642\u062b \u0641\u0627\u0634\u0631 100 \u0630\u0627\u0634\u0642\u0634\u0630\u0641\u062b\u0642\u0633 \u0648\u0634\u063a \u062d\u0642\u062b\u062f\u062b\u0631\u0641 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633 \u0628\u0642\u062e\u0648 \u062d\u0642\u0647\u0631\u0641\u0647\u0631\u0644 \u0641\u0627\u062b\u0647\u0642 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u062e\u0631 \u0634 \u0633\u0647\u0631\u0644\u0645\u062b \u062d\u0634\u0644\u062b.", + "To access the course, select a session.": "\u0641\u062e \u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b, \u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u0633\u062b\u0633\u0633\u0647\u062e\u0631.", + "To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.": "\u0641\u062e \u0632\u062b \u0633\u0639\u0642\u062b \u0634\u0645\u0645 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633 \u0630\u0634\u0631 \u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u0627\u062b \u062f\u0647\u064a\u062b\u062e, \u0635\u062b \u0642\u062b\u0630\u062e\u0648\u0648\u062b\u0631\u064a \u062d\u0642\u062e\u062f\u0647\u064a\u0647\u0631\u0644 \u0632\u062e\u0641\u0627 \u0634\u0631 .\u0648\u062d4 \u0634\u0631\u064a \u0634 .\u0635\u062b\u0632\u0648 \u062f\u062b\u0642\u0633\u0647\u062e\u0631 \u062e\u0628 \u063a\u062e\u0639\u0642 \u062f\u0647\u064a\u062b\u062e. \u0630\u0645\u0647\u0630\u0646 \u0632\u062b\u0645\u062e\u0635 \u0641\u062e \u0634\u064a\u064a \u0634 \u0639\u0642\u0645 \u0628\u062e\u0642 \u0634\u0631\u062e\u0641\u0627\u062b\u0642 \u062f\u062b\u0642\u0633\u0647\u062e\u0631. \u0641\u0627\u062b\u0633\u062b \u0639\u0642\u0645\u0633 \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u063a\u062e\u0639\u0641\u0639\u0632\u062b \u0639\u0642\u0645\u0633. \u0641\u0627\u062b \u0628\u0647\u0642\u0633\u0641 \u0645\u0647\u0633\u0641\u062b\u064a \u062f\u0647\u064a\u062b\u062e \u0641\u0627\u0634\u0641'\u0633 \u0630\u062e\u0648\u062d\u0634\u0641\u0647\u0632\u0645\u062b \u0635\u0647\u0641\u0627 \u0641\u0627\u062b \u0633\u0641\u0639\u064a\u062b\u0631\u0641'\u0633 \u0630\u062e\u0648\u062d\u0639\u0641\u062b\u0642 \u0635\u0647\u0645\u0645 \u062d\u0645\u0634\u063a.", + "To complete the program, you must earn a verified certificate for each course.": "\u0641\u062e \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u0641\u0627\u062b \u062d\u0642\u062e\u0644\u0642\u0634\u0648, \u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u062b\u0634\u0642\u0631 \u0634 \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0628\u062e\u0642 \u062b\u0634\u0630\u0627 \u0630\u062e\u0639\u0642\u0633\u062b.", + "To continue learning with this account, sign in below.": "\u0641\u062e \u0630\u062e\u0631\u0641\u0647\u0631\u0639\u062b \u0645\u062b\u0634\u0642\u0631\u0647\u0631\u0644 \u0635\u0647\u0641\u0627 \u0641\u0627\u0647\u0633 \u0634\u0630\u0630\u062e\u0639\u0631\u0641, \u0633\u0647\u0644\u0631 \u0647\u0631 \u0632\u062b\u0645\u062e\u0635.", + "To finalize course credit, %(display_name)s requires %(platform_name)s learners to submit a credit request.": "\u0641\u062e \u0628\u0647\u0631\u0634\u0645\u0647\u0638\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u0630\u0642\u062b\u064a\u0647\u0641, %(display_name)s \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u0633 %(platform_name)s \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0641\u062e \u0633\u0639\u0632\u0648\u0647\u0641 \u0634 \u0630\u0642\u062b\u064a\u0647\u0641 \u0642\u062b\u0636\u0639\u062b\u0633\u0641.", + "To invalidate a certificate for a particular learner, add the username or email address below.": "\u0641\u062e \u0647\u0631\u062f\u0634\u0645\u0647\u064a\u0634\u0641\u062b \u0634 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0628\u062e\u0642 \u0634 \u062d\u0634\u0642\u0641\u0647\u0630\u0639\u0645\u0634\u0642 \u0645\u062b\u0634\u0642\u0631\u062b\u0642, \u0634\u064a\u064a \u0641\u0627\u062b \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b \u062e\u0642 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 \u0632\u062b\u0645\u062e\u0635.", + "To receive a certificate, you must also verify your identity before {date}.": "\u0641\u062e \u0642\u062b\u0630\u062b\u0647\u062f\u062b \u0634 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b, \u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u0634\u0645\u0633\u062e \u062f\u062b\u0642\u0647\u0628\u063a \u063a\u062e\u0639\u0642 \u0647\u064a\u062b\u0631\u0641\u0647\u0641\u063a \u0632\u062b\u0628\u062e\u0642\u062b {date}.", + "To receive a certificate, you must also verify your identity.": "\u0641\u062e \u0642\u062b\u0630\u062b\u0647\u062f\u062b \u0634 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b, \u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u0634\u0645\u0633\u062e \u062f\u062b\u0642\u0647\u0628\u063a \u063a\u062e\u0639\u0642 \u0647\u064a\u062b\u0631\u0641\u0647\u0641\u063a.", + "To receive credit for problems, you must select \"Submit\" for each problem before you select \"End My Exam\".": "\u0641\u062e \u0642\u062b\u0630\u062b\u0647\u062f\u062b \u0630\u0642\u062b\u064a\u0647\u0641 \u0628\u062e\u0642 \u062d\u0642\u062e\u0632\u0645\u062b\u0648\u0633, \u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u0633\u062b\u0645\u062b\u0630\u0641 \"\u0633\u0639\u0632\u0648\u0647\u0641\" \u0628\u062e\u0642 \u062b\u0634\u0630\u0627 \u062d\u0642\u062e\u0632\u0645\u062b\u0648 \u0632\u062b\u0628\u062e\u0642\u062b \u063a\u062e\u0639 \u0633\u062b\u0645\u062b\u0630\u0641 \"\u062b\u0631\u064a \u0648\u063a \u062b\u0637\u0634\u0648\".", + "To review learner cohort assignments or see the results of uploading a CSV file, download course profile information or cohort results on the {link_start}Data Download{link_end} page.": "\u0641\u062e \u0642\u062b\u062f\u0647\u062b\u0635 \u0645\u062b\u0634\u0642\u0631\u062b\u0642 \u0630\u062e\u0627\u062e\u0642\u0641 \u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641\u0633 \u062e\u0642 \u0633\u062b\u062b \u0641\u0627\u062b \u0642\u062b\u0633\u0639\u0645\u0641\u0633 \u062e\u0628 \u0639\u062d\u0645\u062e\u0634\u064a\u0647\u0631\u0644 \u0634 \u0630\u0633\u062f \u0628\u0647\u0645\u062b, \u064a\u062e\u0635\u0631\u0645\u062e\u0634\u064a \u0630\u062e\u0639\u0642\u0633\u062b \u062d\u0642\u062e\u0628\u0647\u0645\u062b \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u062e\u0642 \u0630\u062e\u0627\u062e\u0642\u0641 \u0642\u062b\u0633\u0639\u0645\u0641\u0633 \u062e\u0631 \u0641\u0627\u062b {link_start}\u064a\u0634\u0641\u0634 \u064a\u062e\u0635\u0631\u0645\u062e\u0634\u064a{link_end} \u062d\u0634\u0644\u062b.", + "To share your certificate on Mozilla Backpack, you must first have a Backpack account. Complete the following steps to add your certificate to Backpack.": "\u0641\u062e \u0633\u0627\u0634\u0642\u062b \u063a\u062e\u0639\u0642 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u062e\u0631 \u0648\u062e\u0638\u0647\u0645\u0645\u0634 \u0632\u0634\u0630\u0646\u062d\u0634\u0630\u0646, \u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u0628\u0647\u0642\u0633\u0641 \u0627\u0634\u062f\u062b \u0634 \u0632\u0634\u0630\u0646\u062d\u0634\u0630\u0646 \u0634\u0630\u0630\u062e\u0639\u0631\u0641. \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u0633\u0641\u062b\u062d\u0633 \u0641\u062e \u0634\u064a\u064a \u063a\u062e\u0639\u0642 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0641\u062e \u0632\u0634\u0630\u0646\u062d\u0634\u0630\u0646.", + "To take a successful photo, make sure that:": "\u0641\u062e \u0641\u0634\u0646\u062b \u0634 \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645 \u062d\u0627\u062e\u0641\u062e, \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641:", + "To use the current photo, select the Take Photo button {icon}. To take another photo, select the Retake Photo button {icon}.": "\u0641\u062e \u0639\u0633\u062b \u0641\u0627\u062b \u0630\u0639\u0642\u0642\u062b\u0631\u0641 \u062d\u0627\u062e\u0641\u062e, \u0633\u062b\u0645\u062b\u0630\u0641 \u0641\u0627\u062b \u0641\u0634\u0646\u062b \u062d\u0627\u062e\u0641\u062e \u0632\u0639\u0641\u0641\u062e\u0631 {icon}. \u0641\u062e \u0641\u0634\u0646\u062b \u0634\u0631\u062e\u0641\u0627\u062b\u0642 \u062d\u0627\u062e\u0641\u062e, \u0633\u062b\u0645\u062b\u0630\u0641 \u0641\u0627\u062b \u0642\u062b\u0641\u0634\u0646\u062b \u062d\u0627\u062e\u0641\u062e \u0632\u0639\u0641\u0641\u062e\u0631 {icon}.", + "To verify your identity, you need a webcam and a government-issued photo ID.": "\u0641\u062e \u062f\u062b\u0642\u0647\u0628\u063a \u063a\u062e\u0639\u0642 \u0647\u064a\u062b\u0631\u0641\u0647\u0641\u063a, \u063a\u062e\u0639 \u0631\u062b\u062b\u064a \u0634 \u0635\u062b\u0632\u0630\u0634\u0648 \u0634\u0631\u064a \u0634 \u0644\u062e\u062f\u062b\u0642\u0631\u0648\u062b\u0631\u0641-\u0647\u0633\u0633\u0639\u062b\u064a \u062d\u0627\u062e\u0641\u062e \u0647\u064a.", + "Toggle Account Password (Usable/Unusable)": "\u0641\u062e\u0644\u0644\u0645\u062b \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a (\u0639\u0633\u0634\u0632\u0645\u062b/\u0639\u0631\u0639\u0633\u0634\u0632\u0645\u062b)", + "Toggle Notifications Setting": "\u0641\u062e\u0644\u0644\u0645\u062b \u0631\u062e\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631\u0633 \u0633\u062b\u0641\u0641\u0647\u0631\u0644", + "Tools": "\u0641\u062e\u062e\u0645\u0633", + "Top": "\u0641\u062e\u062d", + "Topic": "\u0641\u062e\u062d\u0647\u0630", + "Topics": "\u0641\u062e\u062d\u0647\u0630\u0633", + "Total": "\u0641\u062e\u0641\u0634\u0645", + "Total Number": "\u0641\u062e\u0641\u0634\u0645 \u0631\u0639\u0648\u0632\u062b\u0642", + "Transcript Fidelity": "\u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0628\u0647\u064a\u062b\u0645\u0647\u0641\u063a", + "Transcript Languages": "\u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b\u0633", + "Transcript Provider": "\u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u062d\u0642\u062e\u062f\u0647\u064a\u062b\u0642", + "Transcript Turnaround": "\u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0641\u0639\u0642\u0631\u0634\u0642\u062e\u0639\u0631\u064a", + "Transcript will be displayed when you start playing the video.": "\u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0635\u0647\u0645\u0645 \u0632\u062b \u064a\u0647\u0633\u062d\u0645\u0634\u063a\u062b\u064a \u0635\u0627\u062b\u0631 \u063a\u062e\u0639 \u0633\u0641\u0634\u0642\u0641 \u062d\u0645\u0634\u063a\u0647\u0631\u0644 \u0641\u0627\u062b \u062f\u0647\u064a\u062b\u062e.", + "Transcripts": "\u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641\u0633", + "Try the transaction again in a few minutes.": "\u0641\u0642\u063a \u0641\u0627\u062b \u0641\u0642\u0634\u0631\u0633\u0634\u0630\u0641\u0647\u062e\u0631 \u0634\u0644\u0634\u0647\u0631 \u0647\u0631 \u0634 \u0628\u062b\u0635 \u0648\u0647\u0631\u0639\u0641\u062b\u0633.", + "Try using a different browser, such as Google Chrome.": "\u0641\u0642\u063a \u0639\u0633\u0647\u0631\u0644 \u0634 \u064a\u0647\u0628\u0628\u062b\u0642\u062b\u0631\u0641 \u0632\u0642\u062e\u0635\u0633\u062b\u0642, \u0633\u0639\u0630\u0627 \u0634\u0633 \u0644\u062e\u062e\u0644\u0645\u062b \u0630\u0627\u0642\u062e\u0648\u062b.", + "Turn off transcripts": "\u0641\u0639\u0642\u0631 \u062e\u0628\u0628 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641\u0633", + "Turn on closed captioning": "\u0641\u0639\u0642\u0631 \u062e\u0631 \u0630\u0645\u062e\u0633\u062b\u064a \u0630\u0634\u062d\u0641\u0647\u062e\u0631\u0647\u0631\u0644", + "Turn on transcripts": "\u0641\u0639\u0642\u0631 \u062e\u0631 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641\u0633", + "Type": "\u0641\u063a\u062d\u062b", + "Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "\u0641\u063a\u062d\u062b \u0647\u0631 \u0634 \u0639\u0642\u0645 \u062e\u0642 \u0639\u0633\u062b \u0641\u0627\u062b \"\u0630\u0627\u062e\u062e\u0633\u062b \u0628\u0647\u0645\u062b\" \u0632\u0639\u0641\u0641\u062e\u0631 \u0641\u062e \u0639\u062d\u0645\u062e\u0634\u064a \u0634 \u0628\u0647\u0645\u062b \u0628\u0642\u062e\u0648 \u063a\u062e\u0639\u0642 \u0648\u0634\u0630\u0627\u0647\u0631\u062b. (\u062b.\u0644. '\u0627\u0641\u0641\u062d://\u062b\u0637\u0634\u0648\u062d\u0645\u062b.\u0630\u062e\u0648/\u0647\u0648\u0644/\u0630\u0645\u062e\u0639\u064a\u0633.\u062a\u062d\u0644')", + "URL": "\u0639\u0642\u0645", + "Unable to delete account": "\u0639\u0631\u0634\u0632\u0645\u062b \u0641\u062e \u064a\u062b\u0645\u062b\u0641\u062b \u0634\u0630\u0630\u062e\u0639\u0631\u0641", + "Unable to determine whether we should give you a refund because of System Error. Please try again later.": "\u0639\u0631\u0634\u0632\u0645\u062b \u0641\u062e \u064a\u062b\u0641\u062b\u0642\u0648\u0647\u0631\u062b \u0635\u0627\u062b\u0641\u0627\u062b\u0642 \u0635\u062b \u0633\u0627\u062e\u0639\u0645\u064a \u0644\u0647\u062f\u062b \u063a\u062e\u0639 \u0634 \u0642\u062b\u0628\u0639\u0631\u064a \u0632\u062b\u0630\u0634\u0639\u0633\u062b \u062e\u0628 \u0633\u063a\u0633\u0641\u062b\u0648 \u062b\u0642\u0642\u062e\u0642. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631 \u0645\u0634\u0641\u062b\u0642.", + "Unable to submit application": "\u0639\u0631\u0634\u0632\u0645\u062b \u0641\u062e \u0633\u0639\u0632\u0648\u0647\u0641 \u0634\u062d\u062d\u0645\u0647\u0630\u0634\u0641\u0647\u062e\u0631", + "Underline": "\u0639\u0631\u064a\u062b\u0642\u0645\u0647\u0631\u062b", + "Undo": "\u0639\u0631\u064a\u062e", + "Undo (Ctrl+Z)": "\u0639\u0631\u064a\u062e (\u0630\u0641\u0642\u0645+\u0638)", + "Undo Changes": "\u0639\u0631\u064a\u062e \u0630\u0627\u0634\u0631\u0644\u062b\u0633", + "Undo move": "\u0639\u0631\u064a\u062e \u0648\u062e\u062f\u062b", + "Undo moving": "\u0639\u0631\u064a\u062e \u0648\u062e\u062f\u0647\u0631\u0644", + "Ungraded": "\u0639\u0631\u0644\u0642\u0634\u064a\u062b\u064a", + "Unit": "\u0639\u0631\u0647\u0641", + "Unit Access": "\u0639\u0631\u0647\u0641 \u0634\u0630\u0630\u062b\u0633\u0633", + "Unit Visibility": "\u0639\u0631\u0647\u0641 \u062f\u0647\u0633\u0647\u0632\u0647\u0645\u0647\u0641\u063a", + "Units": "\u0639\u0631\u0647\u0641\u0633", + "Unknown": "\u0639\u0631\u0646\u0631\u062e\u0635\u0631", + "Unknown username: {user}": "\u0639\u0631\u0646\u0631\u062e\u0635\u0631 \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b: {user}", + "Unlink This Account": "\u0639\u0631\u0645\u0647\u0631\u0646 \u0641\u0627\u0647\u0633 \u0634\u0630\u0630\u062e\u0639\u0631\u0641", + "Unlink your {accountName} account": "\u0639\u0631\u0645\u0647\u0631\u0646 \u063a\u062e\u0639\u0642 {accountName} \u0634\u0630\u0630\u062e\u0639\u0631\u0641", + "Unlinking": "\u0639\u0631\u0645\u0647\u0631\u0646\u0647\u0631\u0644", + "Unmute": "\u0639\u0631\u0648\u0639\u0641\u062b", + "Unpublished changes to content that will release in the future": "\u0639\u0631\u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a \u0630\u0627\u0634\u0631\u0644\u062b\u0633 \u0641\u062e \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0641\u0627\u0634\u0641 \u0635\u0647\u0645\u0645 \u0642\u062b\u0645\u062b\u0634\u0633\u062b \u0647\u0631 \u0641\u0627\u062b \u0628\u0639\u0641\u0639\u0642\u062b", + "Unpublished changes to live content": "\u0639\u0631\u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a \u0630\u0627\u0634\u0631\u0644\u062b\u0633 \u0641\u062e \u0645\u0647\u062f\u062b \u0630\u062e\u0631\u0641\u062b\u0631\u0641", + "Unpublished units will not be released": "\u0639\u0631\u062d\u0639\u0632\u0645\u0647\u0633\u0627\u062b\u064a \u0639\u0631\u0647\u0641\u0633 \u0635\u0647\u0645\u0645 \u0631\u062e\u0641 \u0632\u062b \u0642\u062b\u0645\u062b\u0634\u0633\u062b\u064a", + "Unscheduled": "\u0639\u0631\u0633\u0630\u0627\u062b\u064a\u0639\u0645\u062b\u064a", + "Update": "\u0639\u062d\u064a\u0634\u0641\u062b", + "Update Settings": "\u0639\u062d\u064a\u0634\u0641\u062b \u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633", + "Update team.": "\u0639\u062d\u064a\u0634\u0641\u062b \u0641\u062b\u0634\u0648.", + "Updating Tags": "\u0639\u062d\u064a\u0634\u0641\u0647\u0631\u0644 \u0641\u0634\u0644\u0633", + "Updating with latest library content": "\u0639\u062d\u064a\u0634\u0641\u0647\u0631\u0644 \u0635\u0647\u0641\u0627 \u0645\u0634\u0641\u062b\u0633\u0641 \u0645\u0647\u0632\u0642\u0634\u0642\u063a \u0630\u062e\u0631\u0641\u062b\u0631\u0641", + "Upgrade All Remaining Courses (": "\u0639\u062d\u0644\u0642\u0634\u064a\u062b \u0634\u0645\u0645 \u0642\u062b\u0648\u0634\u0647\u0631\u0647\u0631\u0644 \u0630\u062e\u0639\u0642\u0633\u062b\u0633 (", + "Upgrade Deadline": "\u0639\u062d\u0644\u0642\u0634\u064a\u062b \u064a\u062b\u0634\u064a\u0645\u0647\u0631\u062b", + "Upgrade to Verified": "\u0639\u062d\u0644\u0642\u0634\u064a\u062b \u0641\u062e \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a", + "Upgrade to a Verified Certificate for {courseName}": "\u0639\u062d\u0644\u0642\u0634\u064a\u062b \u0641\u062e \u0634 \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0628\u062e\u0642 {courseName}", + "Upload": "\u0639\u062d\u0645\u062e\u0634\u064a", + "Upload %(file_name)s": "\u0639\u062d\u0645\u062e\u0634\u064a %(file_name)s", + "Upload File": "\u0639\u062d\u0645\u062e\u0634\u064a \u0628\u0647\u0645\u062b", + "Upload File and Assign Students": "\u0639\u062d\u0645\u062e\u0634\u064a \u0628\u0647\u0645\u062b \u0634\u0631\u064a \u0634\u0633\u0633\u0647\u0644\u0631 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633", + "Upload Memberships": "\u0639\u062d\u0645\u062e\u0634\u064a \u0648\u062b\u0648\u0632\u062b\u0642\u0633\u0627\u0647\u062d\u0633", + "Upload New .srt Transcript": "\u0639\u062d\u0645\u062e\u0634\u064a \u0631\u062b\u0635 .\u0633\u0642\u0641 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641", + "Upload New File": "\u0639\u062d\u0645\u062e\u0634\u064a \u0631\u062b\u0635 \u0628\u0647\u0645\u062b", + "Upload New Transcript": "\u0639\u062d\u0645\u062e\u0634\u064a \u0631\u062b\u0635 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641", + "Upload PDF": "\u0639\u062d\u0645\u062e\u0634\u064a \u062d\u064a\u0628", + "Upload Photo": "\u0639\u062d\u0645\u062e\u0634\u064a \u062d\u0627\u062e\u0641\u062e", + "Upload Signature Image": "\u0639\u062d\u0645\u062e\u0634\u064a \u0633\u0647\u0644\u0631\u0634\u0641\u0639\u0642\u062b \u0647\u0648\u0634\u0644\u062b", + "Upload Videos": "\u0639\u062d\u0645\u062e\u0634\u064a \u062f\u0647\u064a\u062b\u062e\u0633", + "Upload a CSV file": "\u0639\u062d\u0645\u062e\u0634\u064a \u0634 \u0630\u0633\u062f \u0628\u0647\u0645\u062b", + "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "\u0639\u062d\u0645\u062e\u0634\u064a \u0634 \u0630\u062e\u0648\u0648\u0634 \u0633\u062b\u062d\u0634\u0642\u0634\u0641\u062b\u064a \u062f\u0634\u0645\u0639\u062b\u0633 (.\u0630\u0633\u062f) \u0628\u0647\u0645\u062b \u0641\u0627\u0634\u0641 \u0630\u062e\u0631\u0641\u0634\u0647\u0631\u0633 \u0641\u0627\u062b \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b\u0633 \u062e\u0642 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633\u062b\u0633 \u062e\u0628 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0635\u0627\u062e \u0627\u0634\u062f\u062b \u0632\u062b\u062b\u0631 \u0644\u0647\u062f\u062b\u0631 \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631\u0633. \u0647\u0631\u0630\u0645\u0639\u064a\u062b \u0641\u0627\u062b \u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b \u062e\u0642 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 \u0647\u0631 \u0641\u0627\u062b \u0628\u0647\u0642\u0633\u0641 \u0630\u062e\u0648\u0648\u0634 \u0633\u062b\u062d\u0634\u0642\u0634\u0641\u062b\u064a \u0628\u0647\u062b\u0645\u064a. \u063a\u062e\u0639 \u0630\u0634\u0631 \u0647\u0631\u0630\u0645\u0639\u064a\u062b \u0634\u0631 \u062e\u062d\u0641\u0647\u062e\u0631\u0634\u0645 \u0631\u062e\u0641\u062b \u064a\u062b\u0633\u0630\u0642\u0647\u0632\u0647\u0631\u0644 \u0641\u0627\u062b \u0642\u062b\u0634\u0633\u062e\u0631 \u0628\u062e\u0642 \u0641\u0627\u062b \u062b\u0637\u0630\u062b\u062d\u0641\u0647\u062e\u0631 \u0647\u0631 \u0641\u0627\u062b \u0633\u062b\u0630\u062e\u0631\u064a \u0630\u062e\u0648\u0648\u0634 \u0633\u062b\u062d\u0634\u0642\u0634\u0641\u062b\u064a \u0628\u0647\u062b\u0645\u064a.", + "Upload a new PDF to \u201c<%= name %>\u201d": "\u0639\u062d\u0645\u062e\u0634\u064a \u0634 \u0631\u062b\u0635 \u062d\u064a\u0628 \u0641\u062e \u201c<%= name %>\u201d", + "Upload an image": "\u0639\u062d\u0645\u062e\u0634\u064a \u0634\u0631 \u0647\u0648\u0634\u0644\u062b", + "Upload an image or capture one with your web or phone camera.": "\u0639\u062d\u0645\u062e\u0634\u064a \u0634\u0631 \u0647\u0648\u0634\u0644\u062b \u062e\u0642 \u0630\u0634\u062d\u0641\u0639\u0642\u062b \u062e\u0631\u062b \u0635\u0647\u0641\u0627 \u063a\u062e\u0639\u0642 \u0635\u062b\u0632 \u062e\u0642 \u062d\u0627\u062e\u0631\u062b \u0630\u0634\u0648\u062b\u0642\u0634.", + "Upload completed": "\u0639\u062d\u0645\u062e\u0634\u064a \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b\u064a", + "Upload completed for video {fileName}": "\u0639\u062d\u0645\u062e\u0634\u064a \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b\u064a \u0628\u062e\u0642 \u062f\u0647\u064a\u062b\u062e {fileName}", + "Upload failed": "\u0639\u062d\u0645\u062e\u0634\u064a \u0628\u0634\u0647\u0645\u062b\u064a", + "Upload failed for video {fileName}": "\u0639\u062d\u0645\u062e\u0634\u064a \u0628\u0634\u0647\u0645\u062b\u064a \u0628\u062e\u0642 \u062f\u0647\u064a\u062b\u062e {fileName}", + "Upload instructor image.": "\u0639\u062d\u0645\u062e\u0634\u064a \u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u062e\u0642 \u0647\u0648\u0634\u0644\u062b.", + "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "\u0639\u062d\u0645\u062e\u0634\u064a \u0647\u0633 \u0647\u0631 \u062d\u0642\u062e\u0644\u0642\u062b\u0633\u0633. \u0641\u062e \u0634\u062f\u062e\u0647\u064a \u062b\u0642\u0642\u062e\u0642\u0633, \u0633\u0641\u0634\u063a \u062e\u0631 \u0641\u0627\u0647\u0633 \u062d\u0634\u0644\u062b \u0639\u0631\u0641\u0647\u0645 \u0641\u0627\u062b \u062d\u0642\u062e\u0630\u062b\u0633\u0633 \u0647\u0633 \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b.", + "Upload signature image.": "\u0639\u062d\u0645\u062e\u0634\u064a \u0633\u0647\u0644\u0631\u0634\u0641\u0639\u0642\u062b \u0647\u0648\u0634\u0644\u062b.", + "Upload translation": "\u0639\u062d\u0645\u062e\u0634\u064a \u0641\u0642\u0634\u0631\u0633\u0645\u0634\u0641\u0647\u062e\u0631", + "Upload your banner image.": "\u0639\u062d\u0645\u062e\u0634\u064a \u063a\u062e\u0639\u0642 \u0632\u0634\u0631\u0631\u062b\u0642 \u0647\u0648\u0634\u0644\u062b.", + "Upload your course image.": "\u0639\u062d\u0645\u062e\u0634\u064a \u063a\u062e\u0639\u0642 \u0630\u062e\u0639\u0642\u0633\u062b \u0647\u0648\u0634\u0644\u062b.", + "Upload your first asset": "\u0639\u062d\u0645\u062e\u0634\u064a \u063a\u062e\u0639\u0642 \u0628\u0647\u0642\u0633\u0641 \u0634\u0633\u0633\u062b\u0641", + "Upload your video thumbnail image.": "\u0639\u062d\u0645\u062e\u0634\u064a \u063a\u062e\u0639\u0642 \u062f\u0647\u064a\u062b\u062e \u0641\u0627\u0639\u0648\u0632\u0631\u0634\u0647\u0645 \u0647\u0648\u0634\u0644\u062b.", + "Uploaded file issues. Click on \"+\" to view.": "\u0639\u062d\u0645\u062e\u0634\u064a\u062b\u064a \u0628\u0647\u0645\u062b \u0647\u0633\u0633\u0639\u062b\u0633. \u0630\u0645\u0647\u0630\u0646 \u062e\u0631 \"+\" \u0641\u062e \u062f\u0647\u062b\u0635.", + "Uploading": "\u0639\u062d\u0645\u062e\u0634\u064a\u0647\u0631\u0644", + "Uploading...": "\u0639\u062d\u0645\u062e\u0634\u064a\u0647\u0631\u0644...", + "Uploading... %(percent)s %": "\u0639\u062d\u0645\u062e\u0634\u064a\u0647\u0631\u0644... %(percent)s %", + "Upper Alpha": "\u0639\u062d\u062d\u062b\u0642 \u0634\u0645\u062d\u0627\u0634", + "Upper Roman": "\u0639\u062d\u062d\u062b\u0642 \u0642\u062e\u0648\u0634\u0631", + "Upset Learner": "\u0639\u062d\u0633\u062b\u0641 \u0645\u062b\u0634\u0642\u0631\u062b\u0642", + "Url": "\u0639\u0642\u0645", + "Use Current Transcript": "\u0639\u0633\u062b \u0630\u0639\u0642\u0642\u062b\u0631\u0641 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641", + "Use Onboarding to introduce learners to proctoring, verify their identity, and create an onboarding profile. Learners must complete the onboarding profile step prior to taking a proctored exam. Profile reviews take 2+ business days.": "\u0639\u0633\u062b \u062e\u0631\u0632\u062e\u0634\u0642\u064a\u0647\u0631\u0644 \u0641\u062e \u0647\u0631\u0641\u0642\u062e\u064a\u0639\u0630\u062b \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0641\u062e \u062d\u0642\u062e\u0630\u0641\u062e\u0642\u0647\u0631\u0644, \u062f\u062b\u0642\u0647\u0628\u063a \u0641\u0627\u062b\u0647\u0642 \u0647\u064a\u062b\u0631\u0641\u0647\u0641\u063a, \u0634\u0631\u064a \u0630\u0642\u062b\u0634\u0641\u062b \u0634\u0631 \u062e\u0631\u0632\u062e\u0634\u0642\u064a\u0647\u0631\u0644 \u062d\u0642\u062e\u0628\u0647\u0645\u062b. \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0648\u0639\u0633\u0641 \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u0641\u0627\u062b \u062e\u0631\u0632\u062e\u0634\u0642\u064a\u0647\u0631\u0644 \u062d\u0642\u062e\u0628\u0647\u0645\u062b \u0633\u0641\u062b\u062d \u062d\u0642\u0647\u062e\u0642 \u0641\u062e \u0641\u0634\u0646\u0647\u0631\u0644 \u0634 \u062d\u0642\u062e\u0630\u0641\u062e\u0642\u062b\u064a \u062b\u0637\u0634\u0648. \u062d\u0642\u062e\u0628\u0647\u0645\u062b \u0642\u062b\u062f\u0647\u062b\u0635\u0633 \u0641\u0634\u0646\u062b 2+ \u0632\u0639\u0633\u0647\u0631\u062b\u0633\u0633 \u064a\u0634\u063a\u0633.", + "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.": "\u0639\u0633\u062b \u0634 \u062d\u0642\u0634\u0630\u0641\u0647\u0630\u062b \u062d\u0642\u062e\u0630\u0641\u062e\u0642\u062b\u064a \u062b\u0637\u0634\u0648 \u0641\u062e \u0647\u0631\u0641\u0642\u062e\u064a\u0639\u0630\u062b \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0641\u062e \u0641\u0627\u062b \u062d\u0642\u062e\u0630\u0641\u062e\u0642\u0647\u0631\u0644 \u0641\u062e\u062e\u0645\u0633 \u0634\u0631\u064a \u062d\u0642\u062e\u0630\u062b\u0633\u0633\u062b\u0633. \u0642\u062b\u0633\u0639\u0645\u0641\u0633 \u062e\u0628 \u0634 \u062d\u0642\u0634\u0630\u0641\u0647\u0630\u062b \u062b\u0637\u0634\u0648 \u064a\u062e \u0631\u062e\u0641 \u0634\u0628\u0628\u062b\u0630\u0641 \u0634 \u0645\u062b\u0634\u0642\u0631\u062b\u0642'\u0633 \u0644\u0642\u0634\u064a\u062b.", + "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "\u0639\u0633\u062b \u0634 \u0641\u0647\u0648\u062b\u064a \u062b\u0637\u0634\u0648 \u0641\u062e \u0645\u0647\u0648\u0647\u0641 \u0641\u0627\u062b \u0641\u0647\u0648\u062b \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0630\u0634\u0631 \u0633\u062d\u062b\u0631\u064a \u062e\u0631 \u062d\u0642\u062e\u0632\u0645\u062b\u0648\u0633 \u0647\u0631 \u0641\u0627\u0647\u0633 \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631. \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0648\u0639\u0633\u0641 \u0633\u0639\u0632\u0648\u0647\u0641 \u0634\u0631\u0633\u0635\u062b\u0642\u0633 \u0632\u062b\u0628\u062e\u0642\u062b \u0641\u0627\u062b \u0641\u0647\u0648\u062b \u062b\u0637\u062d\u0647\u0642\u062b\u0633. \u063a\u062e\u0639 \u0630\u0634\u0631 \u0634\u0645\u0645\u062e\u0635 \u0634\u064a\u064a\u0647\u0641\u0647\u062e\u0631\u0634\u0645 \u0641\u0647\u0648\u062b \u0628\u062e\u0642 \u0647\u0631\u064a\u0647\u062f\u0647\u064a\u0639\u0634\u0645 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0641\u0627\u0642\u062e\u0639\u0644\u0627 \u0641\u0627\u062b \u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u062e\u0642 \u064a\u0634\u0633\u0627\u0632\u062e\u0634\u0642\u064a.", + "Use as a Prerequisite": "\u0639\u0633\u062b \u0634\u0633 \u0634 \u062d\u0642\u062b\u0642\u062b\u0636\u0639\u0647\u0633\u0647\u0641\u062b", + "Use bookmarks to help you easily return to courseware pages. To bookmark a page, click \"Bookmark this page\" under the page title.": "\u0639\u0633\u062b \u0632\u062e\u062e\u0646\u0648\u0634\u0642\u0646\u0633 \u0641\u062e \u0627\u062b\u0645\u062d \u063a\u062e\u0639 \u062b\u0634\u0633\u0647\u0645\u063a \u0642\u062b\u0641\u0639\u0642\u0631 \u0641\u062e \u0630\u062e\u0639\u0642\u0633\u062b\u0635\u0634\u0642\u062b \u062d\u0634\u0644\u062b\u0633. \u0641\u062e \u0632\u062e\u062e\u0646\u0648\u0634\u0642\u0646 \u0634 \u062d\u0634\u0644\u062b, \u0630\u0645\u0647\u0630\u0646 \"\u0632\u062e\u062e\u0646\u0648\u0634\u0642\u0646 \u0641\u0627\u0647\u0633 \u062d\u0634\u0644\u062b\" \u0639\u0631\u064a\u062b\u0642 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0641\u0647\u0641\u0645\u062b.", + "Use cohorts as the basis for dividing discussions. All learners, regardless of cohort, see the same discussion topics, but within divided topics, only members of the same cohort see and respond to each others\u2019 posts. ": "\u0639\u0633\u062b \u0630\u062e\u0627\u062e\u0642\u0641\u0633 \u0634\u0633 \u0641\u0627\u062b \u0632\u0634\u0633\u0647\u0633 \u0628\u062e\u0642 \u064a\u0647\u062f\u0647\u064a\u0647\u0631\u0644 \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631\u0633. \u0634\u0645\u0645 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633, \u0642\u062b\u0644\u0634\u0642\u064a\u0645\u062b\u0633\u0633 \u062e\u0628 \u0630\u062e\u0627\u062e\u0642\u0641, \u0633\u062b\u062b \u0641\u0627\u062b \u0633\u0634\u0648\u062b \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631 \u0641\u062e\u062d\u0647\u0630\u0633, \u0632\u0639\u0641 \u0635\u0647\u0641\u0627\u0647\u0631 \u064a\u0647\u062f\u0647\u064a\u062b\u064a \u0641\u062e\u062d\u0647\u0630\u0633, \u062e\u0631\u0645\u063a \u0648\u062b\u0648\u0632\u062b\u0642\u0633 \u062e\u0628 \u0641\u0627\u062b \u0633\u0634\u0648\u062b \u0630\u062e\u0627\u062e\u0642\u0641 \u0633\u062b\u062b \u0634\u0631\u064a \u0642\u062b\u0633\u062d\u062e\u0631\u064a \u0641\u062e \u062b\u0634\u0630\u0627 \u062e\u0641\u0627\u062b\u0642\u0633\u2019 \u062d\u062e\u0633\u0641\u0633. ", + "Use enrollment tracks as the basis for dividing discussions. All learners, regardless of their enrollment track, see the same discussion topics, but within divided topics, only learners who are in the same enrollment track see and respond to each others\u2019 posts.": "\u0639\u0633\u062b \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0641\u0642\u0634\u0630\u0646\u0633 \u0634\u0633 \u0641\u0627\u062b \u0632\u0634\u0633\u0647\u0633 \u0628\u062e\u0642 \u064a\u0647\u062f\u0647\u064a\u0647\u0631\u0644 \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631\u0633. \u0634\u0645\u0645 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633, \u0642\u062b\u0644\u0634\u0642\u064a\u0645\u062b\u0633\u0633 \u062e\u0628 \u0641\u0627\u062b\u0647\u0642 \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0641\u0642\u0634\u0630\u0646, \u0633\u062b\u062b \u0641\u0627\u062b \u0633\u0634\u0648\u062b \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631 \u0641\u062e\u062d\u0647\u0630\u0633, \u0632\u0639\u0641 \u0635\u0647\u0641\u0627\u0647\u0631 \u064a\u0647\u062f\u0647\u064a\u062b\u064a \u0641\u062e\u062d\u0647\u0630\u0633, \u062e\u0631\u0645\u063a \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0635\u0627\u062e \u0634\u0642\u062b \u0647\u0631 \u0641\u0627\u062b \u0633\u0634\u0648\u062b \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0641\u0642\u0634\u0630\u0646 \u0633\u062b\u062b \u0634\u0631\u064a \u0642\u062b\u0633\u062d\u062e\u0631\u064a \u0641\u062e \u062b\u0634\u0630\u0627 \u062e\u0641\u0627\u062b\u0642\u0633\u2019 \u062d\u062e\u0633\u0641\u0633.", + "Use my institution/campus credentials": "\u0639\u0633\u062b \u0648\u063a \u0647\u0631\u0633\u0641\u0647\u0641\u0639\u0641\u0647\u062e\u0631/\u0630\u0634\u0648\u062d\u0639\u0633 \u0630\u0642\u062b\u064a\u062b\u0631\u0641\u0647\u0634\u0645\u0633", + "Use my university info": "\u0639\u0633\u062b \u0648\u063a \u0639\u0631\u0647\u062f\u062b\u0642\u0633\u0647\u0641\u063a \u0647\u0631\u0628\u062e", + "Use the All Topics menu to find specific topics.": "\u0639\u0633\u062b \u0641\u0627\u062b \u0634\u0645\u0645 \u0641\u062e\u062d\u0647\u0630\u0633 \u0648\u062b\u0631\u0639 \u0641\u062e \u0628\u0647\u0631\u064a \u0633\u062d\u062b\u0630\u0647\u0628\u0647\u0630 \u0641\u062e\u062d\u0647\u0630\u0633.", + "Use the Retake Photo button if you are not pleased with your photo": "\u0639\u0633\u062b \u0641\u0627\u062b \u0642\u062b\u0641\u0634\u0646\u062b \u062d\u0627\u062e\u0641\u062e \u0632\u0639\u0641\u0641\u062e\u0631 \u0647\u0628 \u063a\u062e\u0639 \u0634\u0642\u062b \u0631\u062e\u0641 \u062d\u0645\u062b\u0634\u0633\u062b\u064a \u0635\u0647\u0641\u0627 \u063a\u062e\u0639\u0642 \u062d\u0627\u062e\u0641\u062e", + "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "\u0639\u0633\u062b \u063a\u062e\u0639\u0642 \u0635\u062b\u0632\u0630\u0634\u0648 \u0641\u062e \u0641\u0634\u0646\u062b \u0634 \u062d\u0627\u062e\u0641\u062e \u062e\u0628 \u063a\u062e\u0639\u0642 \u0647\u064a. \u0635\u062b \u0635\u0647\u0645\u0645 \u0648\u0634\u0641\u0630\u0627 \u0641\u0627\u0647\u0633 \u062d\u0627\u062e\u0641\u062e \u0635\u0647\u0641\u0627 \u0641\u0627\u062b \u062d\u0627\u062e\u0641\u062e \u062e\u0628 \u063a\u062e\u0639\u0642 \u0628\u0634\u0630\u062b \u0634\u0631\u064a \u0641\u0627\u062b \u0631\u0634\u0648\u062b \u062e\u0631 \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641.", + "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "\u0639\u0633\u062b \u063a\u062e\u0639\u0642 \u0635\u062b\u0632\u0630\u0634\u0648 \u0641\u062e \u0641\u0634\u0646\u062b \u0634 \u062d\u0627\u062e\u0641\u062e \u062e\u0628 \u063a\u062e\u0639\u0642 \u0628\u0634\u0630\u062b. \u0635\u062b \u0635\u0647\u0645\u0645 \u0648\u0634\u0641\u0630\u0627 \u0641\u0627\u0647\u0633 \u062d\u0627\u062e\u0641\u062e \u0635\u0647\u0641\u0627 \u0641\u0627\u062b \u062d\u0627\u062e\u0641\u062e \u062e\u0631 \u063a\u062e\u0639\u0642 \u0647\u064a.", + "Used": "\u0639\u0633\u062b\u064a", "Used in {count} location": [ - "\u0639\u0633\u062b\u064a \u0647\u0631 {count} \u0645\u062e\u0630\u0634\u0641\u0647\u062e\u0631", + "\u0639\u0633\u062b\u064a \u0647\u0631 {count} \u0645\u062e\u0630\u0634\u0641\u0647\u062e\u0631", "\u0639\u0633\u062b\u064a \u0647\u0631 {count} \u0645\u062e\u0630\u0634\u0641\u0647\u062e\u0631\u0633" - ], - "User Email": "\u0639\u0633\u062b\u0642 \u062b\u0648\u0634\u0647\u0645", - "Username": "\u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b", - "Username or Email": "\u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b \u062e\u0642 \u062b\u0648\u0634\u0647\u0645", - "Username or email address": "\u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b \u062e\u0642 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633", - "Users must create and activate their account before they can be promoted to beta tester.": "\u0639\u0633\u062b\u0642\u0633 \u0648\u0639\u0633\u0641 \u0630\u0642\u062b\u0634\u0641\u062b \u0634\u0631\u064a \u0634\u0630\u0641\u0647\u062f\u0634\u0641\u062b \u0641\u0627\u062b\u0647\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0632\u062b\u0628\u062e\u0642\u062b \u0641\u0627\u062b\u063a \u0630\u0634\u0631 \u0632\u062b \u062d\u0642\u062e\u0648\u062e\u0641\u062b\u064a \u0641\u062e \u0632\u062b\u0641\u0634 \u0641\u062b\u0633\u0641\u062b\u0642.", - "V Align": "\u062f \u0634\u0645\u0647\u0644\u0631", - "Valid": "\u062f\u0634\u0645\u0647\u064a", - "Validation Error": "\u062f\u0634\u0645\u0647\u064a\u0634\u0641\u0647\u062e\u0631 \u062b\u0642\u0642\u062e\u0642", - "Validation Error While Saving": "\u062f\u0634\u0645\u0647\u064a\u0634\u0641\u0647\u062e\u0631 \u062b\u0642\u0642\u062e\u0642 \u0635\u0627\u0647\u0645\u062b \u0633\u0634\u062f\u0647\u0631\u0644", - "Value": "\u062f\u0634\u0645\u0639\u062b", - "Verification Checkpoint": "\u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631 \u0630\u0627\u062b\u0630\u0646\u062d\u062e\u0647\u0631\u0641", - "Verification Deadline": "\u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631 \u064a\u062b\u0634\u064a\u0645\u0647\u0631\u062b", - "Verification checkpoint to be completed": "\u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631 \u0630\u0627\u062b\u0630\u0646\u062d\u062e\u0647\u0631\u0641 \u0641\u062e \u0632\u062b \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b\u064a", - "Verified Certificate": "\u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b", - "Verified Certificate for {courseName}": "\u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0628\u062e\u0642 {courseName}", - "Verified Certificate upgrade": "\u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0639\u062d\u0644\u0642\u0634\u064a\u062b", - "Verified Status": "\u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0633\u0641\u0634\u0641\u0639\u0633", - "Verified mode price": "\u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0648\u062e\u064a\u062b \u062d\u0642\u0647\u0630\u062b", - "Verify Now": "\u062f\u062b\u0642\u0647\u0628\u063a \u0631\u062e\u0635", - "Version": "\u062f\u062b\u0642\u0633\u0647\u062e\u0631", - "Vertical space": "\u062f\u062b\u0642\u0641\u0647\u0630\u0634\u0645 \u0633\u062d\u0634\u0630\u062b", - "Very loud": "\u062f\u062b\u0642\u063a \u0645\u062e\u0639\u064a", - "Very low": "\u062f\u062b\u0642\u063a \u0645\u062e\u0635", - "Video Capture Error": "\u062f\u0647\u064a\u062b\u062e \u0630\u0634\u062d\u0641\u0639\u0642\u062b \u062b\u0642\u0642\u062e\u0642", - "Video ID": "\u062f\u0647\u064a\u062b\u062e \u0647\u064a", - "Video Source Language": "\u062f\u0647\u064a\u062b\u062e \u0633\u062e\u0639\u0642\u0630\u062b \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b", - "Video Status": "\u062f\u0647\u064a\u062b\u062e \u0633\u0641\u0634\u0641\u0639\u0633", - "Video duration is {humanizeDuration}": "\u062f\u0647\u064a\u062b\u062e \u064a\u0639\u0642\u0634\u0641\u0647\u062e\u0631 \u0647\u0633 {humanizeDuration}", - "Video ended": "\u062f\u0647\u064a\u062b\u062e \u062b\u0631\u064a\u062b\u064a", - "Video image upload completed": "\u062f\u0647\u064a\u062b\u062e \u0647\u0648\u0634\u0644\u062b \u0639\u062d\u0645\u062e\u0634\u064a \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b\u064a", - "Video image upload started": "\u062f\u0647\u064a\u062b\u062e \u0647\u0648\u0634\u0644\u062b \u0639\u062d\u0645\u062e\u0634\u064a \u0633\u0641\u0634\u0642\u0641\u062b\u064a", - "Video position": "\u062f\u0647\u064a\u062b\u062e \u062d\u062e\u0633\u0647\u0641\u0647\u062e\u0631", - "Video position. Press space to toggle playback": "\u062f\u0647\u064a\u062b\u062e \u062d\u062e\u0633\u0647\u0641\u0647\u062e\u0631. \u062d\u0642\u062b\u0633\u0633 \u0633\u062d\u0634\u0630\u062b \u0641\u062e \u0641\u062e\u0644\u0644\u0645\u062b \u062d\u0645\u0634\u063a\u0632\u0634\u0630\u0646", - "Video speed: ": "\u062f\u0647\u064a\u062b\u062e \u0633\u062d\u062b\u062b\u064a: ", - "Video transcript": "\u062f\u0647\u064a\u062b\u062e \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641", - "View": "\u062f\u0647\u062b\u0635", - "View %(span_start)s %(team_name)s %(span_end)s": "\u062f\u0647\u062b\u0635 %(span_start)s %(team_name)s %(span_end)s", - "View Archived Course": "\u062f\u0647\u062b\u0635 \u0634\u0642\u0630\u0627\u0647\u062f\u062b\u064a \u0630\u062e\u0639\u0642\u0633\u062b", - "View Cohort": "\u062f\u0647\u062b\u0635 \u0630\u062e\u0627\u062e\u0642\u0641", - "View Course": "\u062f\u0647\u062b\u0635 \u0630\u062e\u0639\u0642\u0633\u062b", - "View Live": "\u062f\u0647\u062b\u0635 \u0645\u0647\u062f\u062b", - "View Program Record": "\u062f\u0647\u062b\u0635 \u062d\u0642\u062e\u0644\u0642\u0634\u0648 \u0642\u062b\u0630\u062e\u0642\u064a", - "View Teams in the %(topic_name)s Topic": "\u062f\u0647\u062b\u0635 \u0641\u062b\u0634\u0648\u0633 \u0647\u0631 \u0641\u0627\u062b %(topic_name)s \u0641\u062e\u062d\u0647\u0630", - "View all errors": "\u062f\u0647\u062b\u0635 \u0634\u0645\u0645 \u062b\u0642\u0642\u062e\u0642\u0633", - "View child items": "\u062f\u0647\u062b\u0635 \u0630\u0627\u0647\u0645\u064a \u0647\u0641\u062b\u0648\u0633", + ], + "User Email": "\u0639\u0633\u062b\u0642 \u062b\u0648\u0634\u0647\u0645", + "Username": "\u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b", + "Username or email address": "\u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b \u062e\u0642 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633", + "Users must create and activate their account before they can be promoted to beta tester.": "\u0639\u0633\u062b\u0642\u0633 \u0648\u0639\u0633\u0641 \u0630\u0642\u062b\u0634\u0641\u062b \u0634\u0631\u064a \u0634\u0630\u0641\u0647\u062f\u0634\u0641\u062b \u0641\u0627\u062b\u0647\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0632\u062b\u0628\u062e\u0642\u062b \u0641\u0627\u062b\u063a \u0630\u0634\u0631 \u0632\u062b \u062d\u0642\u062e\u0648\u062e\u0641\u062b\u064a \u0641\u062e \u0632\u062b\u0641\u0634 \u0641\u062b\u0633\u0641\u062b\u0642.", + "V Align": "\u062f \u0634\u0645\u0647\u0644\u0631", + "Valid": "\u062f\u0634\u0645\u0647\u064a", + "Validation Error": "\u062f\u0634\u0645\u0647\u064a\u0634\u0641\u0647\u062e\u0631 \u062b\u0642\u0642\u062e\u0642", + "Validation Error While Saving": "\u062f\u0634\u0645\u0647\u064a\u0634\u0641\u0647\u062e\u0631 \u062b\u0642\u0642\u062e\u0642 \u0635\u0627\u0647\u0645\u062b \u0633\u0634\u062f\u0647\u0631\u0644", + "Verification Checkpoint": "\u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631 \u0630\u0627\u062b\u0630\u0646\u062d\u062e\u0647\u0631\u0641", + "Verification Deadline": "\u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631 \u064a\u062b\u0634\u064a\u0645\u0647\u0631\u062b", + "Verification checkpoint to be completed": "\u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631 \u0630\u0627\u062b\u0630\u0646\u062d\u062e\u0647\u0631\u0641 \u0641\u062e \u0632\u062b \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b\u064a", + "Verified Certificate": "\u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b", + "Verified Certificate for {courseName}": "\u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0628\u062e\u0642 {courseName}", + "Verified Certificate upgrade": "\u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b \u0639\u062d\u0644\u0642\u0634\u064a\u062b", + "Verified Status": "\u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0633\u0641\u0634\u0641\u0639\u0633", + "Verified mode price": "\u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0648\u062e\u064a\u062b \u062d\u0642\u0647\u0630\u062b", + "Verify Now": "\u062f\u062b\u0642\u0647\u0628\u063a \u0631\u062e\u0635", + "Version": "\u062f\u062b\u0642\u0633\u0647\u062e\u0631", + "Vertical space": "\u062f\u062b\u0642\u0641\u0647\u0630\u0634\u0645 \u0633\u062d\u0634\u0630\u062b", + "Very loud": "\u062f\u062b\u0642\u063a \u0645\u062e\u0639\u064a", + "Very low": "\u062f\u062b\u0642\u063a \u0645\u062e\u0635", + "Video Capture Error": "\u062f\u0647\u064a\u062b\u062e \u0630\u0634\u062d\u0641\u0639\u0642\u062b \u062b\u0642\u0642\u062e\u0642", + "Video ID": "\u062f\u0647\u064a\u062b\u062e \u0647\u064a", + "Video Source Language": "\u062f\u0647\u064a\u062b\u062e \u0633\u062e\u0639\u0642\u0630\u062b \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b", + "Video Status": "\u062f\u0647\u064a\u062b\u062e \u0633\u0641\u0634\u0641\u0639\u0633", + "Video duration is {humanizeDuration}": "\u062f\u0647\u064a\u062b\u062e \u064a\u0639\u0642\u0634\u0641\u0647\u062e\u0631 \u0647\u0633 {humanizeDuration}", + "Video ended": "\u062f\u0647\u064a\u062b\u062e \u062b\u0631\u064a\u062b\u064a", + "Video image upload completed": "\u062f\u0647\u064a\u062b\u062e \u0647\u0648\u0634\u0644\u062b \u0639\u062d\u0645\u062e\u0634\u064a \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b\u064a", + "Video image upload started": "\u062f\u0647\u064a\u062b\u062e \u0647\u0648\u0634\u0644\u062b \u0639\u062d\u0645\u062e\u0634\u064a \u0633\u0641\u0634\u0642\u0641\u062b\u064a", + "Video position": "\u062f\u0647\u064a\u062b\u062e \u062d\u062e\u0633\u0647\u0641\u0647\u062e\u0631", + "Video position. Press space to toggle playback": "\u062f\u0647\u064a\u062b\u062e \u062d\u062e\u0633\u0647\u0641\u0647\u062e\u0631. \u062d\u0642\u062b\u0633\u0633 \u0633\u062d\u0634\u0630\u062b \u0641\u062e \u0641\u062e\u0644\u0644\u0645\u062b \u062d\u0645\u0634\u063a\u0632\u0634\u0630\u0646", + "Video speed: ": "\u062f\u0647\u064a\u062b\u062e \u0633\u062d\u062b\u062b\u064a: ", + "Video transcript": "\u062f\u0647\u064a\u062b\u062e \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641", + "View": "\u062f\u0647\u062b\u0635", + "View Archived Course": "\u062f\u0647\u062b\u0635 \u0634\u0642\u0630\u0627\u0647\u062f\u062b\u064a \u0630\u062e\u0639\u0642\u0633\u062b", + "View Cohort": "\u062f\u0647\u062b\u0635 \u0630\u062e\u0627\u062e\u0642\u0641", + "View Course": "\u062f\u0647\u062b\u0635 \u0630\u062e\u0639\u0642\u0633\u062b", + "View Current Team Memberships": "\u062f\u0647\u062b\u0635 \u0630\u0639\u0642\u0642\u062b\u0631\u0641 \u0641\u062b\u0634\u0648 \u0648\u062b\u0648\u0632\u062b\u0642\u0633\u0627\u0647\u062d\u0633", + "View Live": "\u062f\u0647\u062b\u0635 \u0645\u0647\u062f\u062b", + "View Program Record": "\u062f\u0647\u062b\u0635 \u062d\u0642\u062e\u0644\u0642\u0634\u0648 \u0642\u062b\u0630\u062e\u0642\u064a", + "View Teams in the {topic_name} Topic": "\u062f\u0647\u062b\u0635 \u0641\u062b\u0634\u0648\u0633 \u0647\u0631 \u0641\u0627\u062b {topic_name} \u0641\u062e\u062d\u0647\u0630", + "View all errors": "\u062f\u0647\u062b\u0635 \u0634\u0645\u0645 \u062b\u0642\u0642\u062e\u0642\u0633", + "View child items": "\u062f\u0647\u062b\u0635 \u0630\u0627\u0647\u0645\u064a \u0647\u0641\u062b\u0648\u0633", + "View {span_start} {team_name} {span_end}": "\u062f\u0647\u062b\u0635 {span_start} {team_name} {span_end}", "Viewing %s course": [ - "\u062f\u0647\u062b\u0635\u0647\u0631\u0644 %s \u0630\u062e\u0639\u0642\u0633\u062b", + "\u062f\u0647\u062b\u0635\u0647\u0631\u0644 %s \u0630\u062e\u0639\u0642\u0633\u062b", "\u062f\u0647\u062b\u0635\u0647\u0631\u0644 %s \u0630\u062e\u0639\u0642\u0633\u062b\u0633" - ], - "Visibility": "\u062f\u0647\u0633\u0647\u0632\u0647\u0645\u0647\u0641\u063a", - "Visible to Staff Only": "\u062f\u0647\u0633\u0647\u0632\u0645\u062b \u0641\u062e \u0633\u0641\u0634\u0628\u0628 \u062e\u0631\u0645\u063a", - "Visual aids": "\u062f\u0647\u0633\u0639\u0634\u0645 \u0634\u0647\u064a\u0633", - "Volume": "\u062f\u062e\u0645\u0639\u0648\u062b", - "Vote for good posts and responses": "\u062f\u062e\u0641\u062b \u0628\u062e\u0642 \u0644\u062e\u062e\u064a \u062d\u062e\u0633\u0641\u0633 \u0634\u0631\u064a \u0642\u062b\u0633\u062d\u062e\u0631\u0633\u062b\u0633", - "Want to confirm your identity later?": "\u0635\u0634\u0631\u0641 \u0641\u062e \u0630\u062e\u0631\u0628\u0647\u0642\u0648 \u063a\u062e\u0639\u0642 \u0647\u064a\u062b\u0631\u0641\u0647\u0641\u063a \u0645\u0634\u0641\u062b\u0642?", - "Warning": "\u0635\u0634\u0642\u0631\u0647\u0631\u0644", - "Warnings": "\u0635\u0634\u0642\u0631\u0647\u0631\u0644\u0633", - "We ask you to activate your account to ensure it is really you creating the account and to prevent fraud.": "\u0635\u062b \u0634\u0633\u0646 \u063a\u062e\u0639 \u0641\u062e \u0634\u0630\u0641\u0647\u062f\u0634\u0641\u062b \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0641\u062e \u062b\u0631\u0633\u0639\u0642\u062b \u0647\u0641 \u0647\u0633 \u0642\u062b\u0634\u0645\u0645\u063a \u063a\u062e\u0639 \u0630\u0642\u062b\u0634\u0641\u0647\u0631\u0644 \u0641\u0627\u062b \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0634\u0631\u064a \u0641\u062e \u062d\u0642\u062b\u062f\u062b\u0631\u0641 \u0628\u0642\u0634\u0639\u064a.", - "We couldn't create your account.": "\u0635\u062b \u0630\u062e\u0639\u0645\u064a\u0631'\u0641 \u0630\u0642\u062b\u0634\u0641\u062b \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641.", - "We couldn't find any results for \"%s\".": "\u0635\u062b \u0630\u062e\u0639\u0645\u064a\u0631'\u0641 \u0628\u0647\u0631\u064a \u0634\u0631\u063a \u0642\u062b\u0633\u0639\u0645\u0641\u0633 \u0628\u062e\u0642 \"%s\".", - "We couldn't sign you in.": "\u0635\u062b \u0630\u062e\u0639\u0645\u064a\u0631'\u0641 \u0633\u0647\u0644\u0631 \u063a\u062e\u0639 \u0647\u0631.", - "We have encountered an error. Refresh your browser and then try again.": "\u0635\u062b \u0627\u0634\u062f\u062b \u062b\u0631\u0630\u062e\u0639\u0631\u0641\u062b\u0642\u062b\u064a \u0634\u0631 \u062b\u0642\u0642\u062e\u0642. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u063a\u062e\u0639\u0642 \u0632\u0642\u062e\u0635\u0633\u062b\u0642 \u0634\u0631\u064a \u0641\u0627\u062b\u0631 \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "\u0635\u062b \u0627\u0634\u062f\u062b \u0642\u062b\u0630\u062b\u0647\u062f\u062b\u064a \u063a\u062e\u0639\u0642 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u0634\u0631\u064a \u0634\u0642\u062b \u062f\u062b\u0642\u0647\u0628\u063a\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u0647\u064a\u062b\u0631\u0641\u0647\u0641\u063a. \u063a\u062e\u0639 \u0635\u0647\u0645\u0645 \u0633\u062b\u062b \u0634 \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u062e\u0631 \u063a\u062e\u0639\u0642 \u064a\u0634\u0633\u0627\u0632\u062e\u0634\u0642\u064a \u0635\u0627\u062b\u0631 \u0641\u0627\u062b \u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631 \u062d\u0642\u062e\u0630\u062b\u0633\u0633 \u0647\u0633 \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b (\u0639\u0633\u0639\u0634\u0645\u0645\u063a \u0635\u0647\u0641\u0627\u0647\u0631 1-2 \u064a\u0634\u063a\u0633). \u0647\u0631 \u0641\u0627\u062b \u0648\u062b\u0634\u0631\u0641\u0647\u0648\u062b, \u063a\u062e\u0639 \u0630\u0634\u0631 \u0633\u0641\u0647\u0645\u0645 \u0634\u0630\u0630\u062b\u0633\u0633 \u0634\u0645\u0645 \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u0630\u062e\u0631\u0641\u062b\u0631\u0641.", - "We just need a little more information before you start learning with %(platformName)s.": "\u0635\u062b \u062a\u0639\u0633\u0641 \u0631\u062b\u062b\u064a \u0634 \u0645\u0647\u0641\u0641\u0645\u062b \u0648\u062e\u0642\u062b \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u0632\u062b\u0628\u062e\u0642\u062b \u063a\u062e\u0639 \u0633\u0641\u0634\u0642\u0641 \u0645\u062b\u0634\u0642\u0631\u0647\u0631\u0644 \u0635\u0647\u0641\u0627 %(platformName)s.", - "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "\u0635\u062b \u0639\u0633\u062b \u0641\u0627\u062b \u0627\u0647\u0644\u0627\u062b\u0633\u0641 \u0645\u062b\u062f\u062b\u0645\u0633 \u062e\u0628 \u0633\u062b\u0630\u0639\u0642\u0647\u0641\u063a \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b \u0641\u062e \u062b\u0631\u0630\u0642\u063a\u062d\u0641 \u063a\u062e\u0639\u0642 \u062d\u0627\u062e\u0641\u062e \u0634\u0631\u064a \u0633\u062b\u0631\u064a \u0647\u0641 \u0641\u062e \u062e\u0639\u0642 \u0634\u0639\u0641\u0627\u062e\u0642\u0647\u0638\u0634\u0641\u0647\u062e\u0631 \u0633\u062b\u0642\u062f\u0647\u0630\u062b \u0628\u062e\u0642 \u0642\u062b\u062f\u0647\u062b\u0635. \u063a\u062e\u0639\u0642 \u062d\u0627\u062e\u0641\u062e \u0634\u0631\u064a \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u0634\u0642\u062b \u0631\u062e\u0641 \u0633\u0634\u062f\u062b\u064a \u062e\u0642 \u062f\u0647\u0633\u0647\u0632\u0645\u062b \u0634\u0631\u063a\u0635\u0627\u062b\u0642\u062b \u062e\u0631 %(platformName)s \u0634\u0628\u0641\u062b\u0642 \u0641\u0627\u062b \u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631 \u062d\u0642\u062e\u0630\u062b\u0633\u0633 \u0647\u0633 \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b.", - "We're sorry to see you go! Your account will be deleted shortly.": "\u0635\u062b'\u0642\u062b \u0633\u062e\u0642\u0642\u063a \u0641\u062e \u0633\u062b\u062b \u063a\u062e\u0639 \u0644\u062e! \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0635\u0647\u0645\u0645 \u0632\u062b \u064a\u062b\u0645\u062b\u0641\u062b\u064a \u0633\u0627\u062e\u0642\u0641\u0645\u063a.", - "We're sorry, there was an error": "\u0635\u062b'\u0642\u062b \u0633\u062e\u0642\u0642\u063a, \u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642", - "We've encountered an error. Refresh your browser and then try again.": "\u0635\u062b'\u062f\u062b \u062b\u0631\u0630\u062e\u0639\u0631\u0641\u062b\u0642\u062b\u064a \u0634\u0631 \u062b\u0642\u0642\u062e\u0642. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u063a\u062e\u0639\u0642 \u0632\u0642\u062e\u0635\u0633\u062b\u0642 \u0634\u0631\u064a \u0641\u0627\u062b\u0631 \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "\u0635\u062b'\u062f\u062b \u0633\u062b\u0631\u0641 \u0634 \u0630\u062e\u0631\u0628\u0647\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u0641\u062e {new_email_address}. \u0630\u0645\u0647\u0630\u0646 \u0641\u0627\u062b \u0645\u0647\u0631\u0646 \u0647\u0631 \u0641\u0627\u062b \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u0641\u062e \u0639\u062d\u064a\u0634\u0641\u062b \u063a\u062e\u0639\u0642 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633.", - "We've sent a confirmation message to {new_secondary_email_address}. Click the link in the message to update your secondary email address.": "\u0635\u062b'\u062f\u062b \u0633\u062b\u0631\u0641 \u0634 \u0630\u062e\u0631\u0628\u0647\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u0641\u062e {new_secondary_email_address}. \u0630\u0645\u0647\u0630\u0646 \u0641\u0627\u062b \u0645\u0647\u0631\u0646 \u0647\u0631 \u0641\u0627\u062b \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u0641\u062e \u0639\u062d\u064a\u0634\u0641\u062b \u063a\u062e\u0639\u0642 \u0633\u062b\u0630\u062e\u0631\u064a\u0634\u0642\u063a \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633.", - "We've sent a message to {email}. Click the link in the message to reset your password. Didn't receive the message? Contact {anchorStart}technical support{anchorEnd}.": "\u0635\u062b'\u062f\u062b \u0633\u062b\u0631\u0641 \u0634 \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u0641\u062e {email}. \u0630\u0645\u0647\u0630\u0646 \u0641\u0627\u062b \u0645\u0647\u0631\u0646 \u0647\u0631 \u0641\u0627\u062b \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u0641\u062e \u0642\u062b\u0633\u062b\u0641 \u063a\u062e\u0639\u0642 \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a. \u064a\u0647\u064a\u0631'\u0641 \u0642\u062b\u0630\u062b\u0647\u062f\u062b \u0641\u0627\u062b \u0648\u062b\u0633\u0633\u0634\u0644\u062b? \u0630\u062e\u0631\u0641\u0634\u0630\u0641 {anchorStart}\u0641\u062b\u0630\u0627\u0631\u0647\u0630\u0634\u0645 \u0633\u0639\u062d\u062d\u062e\u0642\u0641{anchorEnd}.", - "Web:": "\u0635\u062b\u0632:", - "Webcam": "\u0635\u062b\u0632\u0630\u0634\u0648", - "Weekly Highlight Emails": "\u0635\u062b\u062b\u0646\u0645\u063a \u0627\u0647\u0644\u0627\u0645\u0647\u0644\u0627\u0641 \u062b\u0648\u0634\u0647\u0645\u0633", - "Weight of Total Grade": "\u0635\u062b\u0647\u0644\u0627\u0641 \u062e\u0628 \u0641\u062e\u0641\u0634\u0645 \u0644\u0642\u0634\u064a\u062b", - "We\u2019re sorry to see you go!": "\u0635\u062b\u2019\u0642\u062b \u0633\u062e\u0642\u0642\u063a \u0641\u062e \u0633\u062b\u062b \u063a\u062e\u0639 \u0644\u062e!", - "What You Need for Verification": "\u0635\u0627\u0634\u0641 \u063a\u062e\u0639 \u0631\u062b\u062b\u064a \u0628\u062e\u0642 \u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631", - "What can we help you with, {username}?": "\u0635\u0627\u0634\u0641 \u0630\u0634\u0631 \u0635\u062b \u0627\u062b\u0645\u062d \u063a\u062e\u0639 \u0635\u0647\u0641\u0627, {username}?", - "What does %(platformName)s do with this photo?": "\u0635\u0627\u0634\u0641 \u064a\u062e\u062b\u0633 %(platformName)s \u064a\u062e \u0635\u0647\u0641\u0627 \u0641\u0627\u0647\u0633 \u062d\u0627\u062e\u0641\u062e?", - "What does this mean?": "\u0635\u0627\u0634\u0641 \u064a\u062e\u062b\u0633 \u0641\u0627\u0647\u0633 \u0648\u062b\u0634\u0631?", - "What's Your Next Accomplishment?": "\u0635\u0627\u0634\u0641'\u0633 \u063a\u062e\u0639\u0642 \u0631\u062b\u0637\u0641 \u0634\u0630\u0630\u062e\u0648\u062d\u0645\u0647\u0633\u0627\u0648\u062b\u0631\u0641?", - "When learners submit an answer to an assessment, they immediately see whether the answer is correct or incorrect, and the score received.": "\u0635\u0627\u062b\u0631 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0633\u0639\u0632\u0648\u0647\u0641 \u0634\u0631 \u0634\u0631\u0633\u0635\u062b\u0642 \u0641\u062e \u0634\u0631 \u0634\u0633\u0633\u062b\u0633\u0633\u0648\u062b\u0631\u0641, \u0641\u0627\u062b\u063a \u0647\u0648\u0648\u062b\u064a\u0647\u0634\u0641\u062b\u0645\u063a \u0633\u062b\u062b \u0635\u0627\u062b\u0641\u0627\u062b\u0642 \u0641\u0627\u062b \u0634\u0631\u0633\u0635\u062b\u0642 \u0647\u0633 \u0630\u062e\u0642\u0642\u062b\u0630\u0641 \u062e\u0642 \u0647\u0631\u0630\u062e\u0642\u0642\u062b\u0630\u0641, \u0634\u0631\u064a \u0641\u0627\u062b \u0633\u0630\u062e\u0642\u062b \u0642\u062b\u0630\u062b\u0647\u062f\u062b\u064a.", - "When your face is in position, use the camera button {icon} below to take your photo.": "\u0635\u0627\u062b\u0631 \u063a\u062e\u0639\u0642 \u0628\u0634\u0630\u062b \u0647\u0633 \u0647\u0631 \u062d\u062e\u0633\u0647\u0641\u0647\u062e\u0631, \u0639\u0633\u062b \u0641\u0627\u062b \u0630\u0634\u0648\u062b\u0642\u0634 \u0632\u0639\u0641\u0641\u062e\u0631 {icon} \u0632\u062b\u0645\u062e\u0635 \u0641\u062e \u0641\u0634\u0646\u062b \u063a\u062e\u0639\u0642 \u062d\u0627\u062e\u0641\u062e.", - "Which timed transcript would you like to use?": "\u0635\u0627\u0647\u0630\u0627 \u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0635\u062e\u0639\u0645\u064a \u063a\u062e\u0639 \u0645\u0647\u0646\u062b \u0641\u062e \u0639\u0633\u062b?", - "Whole words": "\u0635\u0627\u062e\u0645\u062b \u0635\u062e\u0642\u064a\u0633", - "Why activate?": "\u0635\u0627\u063a \u0634\u0630\u0641\u0647\u062f\u0634\u0641\u062b?", - "Why does %(platformName)s need my photo?": "\u0635\u0627\u063a \u064a\u062e\u062b\u0633 %(platformName)s \u0631\u062b\u062b\u064a \u0648\u063a \u062d\u0627\u062e\u0641\u062e?", - "Width": "\u0635\u0647\u064a\u0641\u0627", - "Will Be Visible To:": "\u0635\u0647\u0645\u0645 \u0632\u062b \u062f\u0647\u0633\u0647\u0632\u0645\u062b \u0641\u062e:", - "Words: {0}": "\u0635\u062e\u0642\u064a\u0633: {0}", - "Would you like to sign in using your %(providerName)s credentials?": "\u0635\u062e\u0639\u0645\u064a \u063a\u062e\u0639 \u0645\u0647\u0646\u062b \u0641\u062e \u0633\u0647\u0644\u0631 \u0647\u0631 \u0639\u0633\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 %(providerName)s \u0630\u0642\u062b\u064a\u062b\u0631\u0641\u0647\u0634\u0645\u0633?", - "Year of Birth": "\u063a\u062b\u0634\u0642 \u062e\u0628 \u0632\u0647\u0642\u0641\u0627", - "Yes, Delete": "\u063a\u062b\u0633, \u064a\u062b\u0645\u062b\u0641\u062b", - "Yes, allow edits to the active Certificate": "\u063a\u062b\u0633, \u0634\u0645\u0645\u062e\u0635 \u062b\u064a\u0647\u0641\u0633 \u0641\u062e \u0641\u0627\u062b \u0634\u0630\u0641\u0647\u062f\u062b \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b", - "Yes, delete this {xblock_type}": "\u063a\u062b\u0633, \u064a\u062b\u0645\u062b\u0641\u062b \u0641\u0627\u0647\u0633 {xblock_type}", - "Yes, replace the edX transcript with the YouTube transcript": "\u063a\u062b\u0633, \u0642\u062b\u062d\u0645\u0634\u0630\u062b \u0641\u0627\u062b \u062b\u064a\u0637 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0635\u0647\u0641\u0627 \u0641\u0627\u062b \u063a\u062e\u0639\u0641\u0639\u0632\u062b \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641", - "You already belong to another team.": "\u063a\u062e\u0639 \u0634\u0645\u0642\u062b\u0634\u064a\u063a \u0632\u062b\u0645\u062e\u0631\u0644 \u0641\u062e \u0634\u0631\u062e\u0641\u0627\u062b\u0642 \u0641\u062b\u0634\u0648.", - "You already have an edX account with your {enterprise_name} email address.": "\u063a\u062e\u0639 \u0634\u0645\u0642\u062b\u0634\u064a\u063a \u0627\u0634\u062f\u062b \u0634\u0631 \u062b\u064a\u0637 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0635\u0647\u0641\u0627 \u063a\u062e\u0639\u0642 {enterprise_name} \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633.", - "You are a member of this team.": "\u063a\u062e\u0639 \u0634\u0642\u062b \u0634 \u0648\u062b\u0648\u0632\u062b\u0642 \u062e\u0628 \u0641\u0627\u0647\u0633 \u0641\u062b\u0634\u0648.", - "You are currently sharing a limited profile.": "\u063a\u062e\u0639 \u0634\u0642\u062b \u0630\u0639\u0642\u0642\u062b\u0631\u0641\u0645\u063a \u0633\u0627\u0634\u0642\u0647\u0631\u0644 \u0634 \u0645\u0647\u0648\u0647\u0641\u062b\u064a \u062d\u0642\u062e\u0628\u0647\u0645\u062b.", - "You are enrolling in: {courseName}": "\u063a\u062e\u0639 \u0634\u0642\u062b \u062b\u0631\u0642\u062e\u0645\u0645\u0647\u0631\u0644 \u0647\u0631: {courseName}", - "You are not currently a member of any team.": "\u063a\u062e\u0639 \u0634\u0642\u062b \u0631\u062e\u0641 \u0630\u0639\u0642\u0642\u062b\u0631\u0641\u0645\u063a \u0634 \u0648\u062b\u0648\u0632\u062b\u0642 \u062e\u0628 \u0634\u0631\u063a \u0641\u062b\u0634\u0648.", - "You are not enrolled in any programs yet.": "\u063a\u062e\u0639 \u0634\u0642\u062b \u0631\u062e\u0641 \u062b\u0631\u0642\u062e\u0645\u0645\u062b\u064a \u0647\u0631 \u0634\u0631\u063a \u062d\u0642\u062e\u0644\u0642\u0634\u0648\u0633 \u063a\u062b\u0641.", - "You are now enrolled as a verified student for:": "\u063a\u062e\u0639 \u0634\u0642\u062b \u0631\u062e\u0635 \u062b\u0631\u0642\u062e\u0645\u0645\u062b\u064a \u0634\u0633 \u0634 \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0628\u062e\u0642:", - "You are sending an email message with the subject {subject} to the following recipients.": "\u063a\u062e\u0639 \u0634\u0642\u062b \u0633\u062b\u0631\u064a\u0647\u0631\u0644 \u0634\u0631 \u062b\u0648\u0634\u0647\u0645 \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u0635\u0647\u0641\u0627 \u0641\u0627\u062b \u0633\u0639\u0632\u062a\u062b\u0630\u0641 {subject} \u0641\u062e \u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u0642\u062b\u0630\u0647\u062d\u0647\u062b\u0631\u0641\u0633.", - "You are taking \"{exam_link}\" as {exam_type}. ": "\u063a\u062e\u0639 \u0634\u0642\u062b \u0641\u0634\u0646\u0647\u0631\u0644 \"{exam_link}\" \u0634\u0633 {exam_type}. ", - "You are upgrading your enrollment for: {courseName}": "\u063a\u062e\u0639 \u0634\u0642\u062b \u0639\u062d\u0644\u0642\u0634\u064a\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0628\u062e\u0642: {courseName}", - "You can change sessions until {expiration_date}.": "\u063a\u062e\u0639 \u0630\u0634\u0631 \u0630\u0627\u0634\u0631\u0644\u062b \u0633\u062b\u0633\u0633\u0647\u062e\u0631\u0633 \u0639\u0631\u0641\u0647\u0645 {expiration_date}.", - "You can link your social media accounts to simplify signing in to {platform_name}.": "\u063a\u062e\u0639 \u0630\u0634\u0631 \u0645\u0647\u0631\u0646 \u063a\u062e\u0639\u0642 \u0633\u062e\u0630\u0647\u0634\u0645 \u0648\u062b\u064a\u0647\u0634 \u0634\u0630\u0630\u062e\u0639\u0631\u0641\u0633 \u0641\u062e \u0633\u0647\u0648\u062d\u0645\u0647\u0628\u063a \u0633\u0647\u0644\u0631\u0647\u0631\u0644 \u0647\u0631 \u0641\u062e {platform_name}.", - "You can no longer change sessions.": "\u063a\u062e\u0639 \u0630\u0634\u0631 \u0631\u062e \u0645\u062e\u0631\u0644\u062b\u0642 \u0630\u0627\u0634\u0631\u0644\u062b \u0633\u062b\u0633\u0633\u0647\u062e\u0631\u0633.", - "You can now enter your payment information and complete your enrollment.": "\u063a\u062e\u0639 \u0630\u0634\u0631 \u0631\u062e\u0635 \u062b\u0631\u0641\u062b\u0642 \u063a\u062e\u0639\u0642 \u062d\u0634\u063a\u0648\u062b\u0631\u0641 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u0634\u0631\u064a \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u063a\u062e\u0639\u0642 \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641.", - "You can pay now even if you don't have the following items available, but you will need to have these by {date} to qualify to earn a Verified Certificate.": "\u063a\u062e\u0639 \u0630\u0634\u0631 \u062d\u0634\u063a \u0631\u062e\u0635 \u062b\u062f\u062b\u0631 \u0647\u0628 \u063a\u062e\u0639 \u064a\u062e\u0631'\u0641 \u0627\u0634\u062f\u062b \u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u0647\u0641\u062b\u0648\u0633 \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b, \u0632\u0639\u0641 \u063a\u062e\u0639 \u0635\u0647\u0645\u0645 \u0631\u062b\u062b\u064a \u0641\u062e \u0627\u0634\u062f\u062b \u0641\u0627\u062b\u0633\u062b \u0632\u063a {date} \u0641\u062e \u0636\u0639\u0634\u0645\u0647\u0628\u063a \u0641\u062e \u062b\u0634\u0642\u0631 \u0634 \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b.", - "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "\u063a\u062e\u0639 \u0630\u0634\u0631 \u062d\u0634\u063a \u0631\u062e\u0635 \u062b\u062f\u062b\u0631 \u0647\u0628 \u063a\u062e\u0639 \u064a\u062e\u0631'\u0641 \u0627\u0634\u062f\u062b \u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u0647\u0641\u062b\u0648\u0633 \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b, \u0632\u0639\u0641 \u063a\u062e\u0639 \u0635\u0647\u0645\u0645 \u0631\u062b\u062b\u064a \u0641\u062e \u0627\u0634\u062f\u062b \u0641\u0627\u062b\u0633\u062b \u0641\u062e \u0636\u0639\u0634\u0645\u0647\u0628\u063a \u0641\u062e \u062b\u0634\u0642\u0631 \u0634 \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b.", - "You can remove members from this team, especially if they have not participated in the team's activity.": "\u063a\u062e\u0639 \u0630\u0634\u0631 \u0642\u062b\u0648\u062e\u062f\u062b \u0648\u062b\u0648\u0632\u062b\u0642\u0633 \u0628\u0642\u062e\u0648 \u0641\u0627\u0647\u0633 \u0641\u062b\u0634\u0648, \u062b\u0633\u062d\u062b\u0630\u0647\u0634\u0645\u0645\u063a \u0647\u0628 \u0641\u0627\u062b\u063a \u0627\u0634\u062f\u062b \u0631\u062e\u0641 \u062d\u0634\u0642\u0641\u0647\u0630\u0647\u062d\u0634\u0641\u062b\u064a \u0647\u0631 \u0641\u0627\u062b \u0641\u062b\u0634\u0648'\u0633 \u0634\u0630\u0641\u0647\u062f\u0647\u0641\u063a.", - "You can use your {accountName} account to sign in to your {platformName} account.": "\u063a\u062e\u0639 \u0630\u0634\u0631 \u0639\u0633\u062b \u063a\u062e\u0639\u0642 {accountName} \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0641\u062e \u0633\u0647\u0644\u0631 \u0647\u0631 \u0641\u062e \u063a\u062e\u0639\u0642 {platformName} \u0634\u0630\u0630\u062e\u0639\u0631\u0641.", - "You can view your information or unlink from {enterprise_name} anytime in your Account Settings.": "\u063a\u062e\u0639 \u0630\u0634\u0631 \u062f\u0647\u062b\u0635 \u063a\u062e\u0639\u0642 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u062e\u0642 \u0639\u0631\u0645\u0647\u0631\u0646 \u0628\u0642\u062e\u0648 {enterprise_name} \u0634\u0631\u063a\u0641\u0647\u0648\u062b \u0647\u0631 \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633.", - "You cannot view the course as a student or beta tester before the course release date.": "\u063a\u062e\u0639 \u0630\u0634\u0631\u0631\u062e\u0641 \u062f\u0647\u062b\u0635 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u0634\u0633 \u0634 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u062e\u0642 \u0632\u062b\u0641\u0634 \u0641\u062b\u0633\u0641\u062b\u0642 \u0632\u062b\u0628\u062e\u0642\u062b \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u0642\u062b\u0645\u062b\u0634\u0633\u062b \u064a\u0634\u0641\u062b.", - "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "\u063a\u062e\u0639 \u0630\u0627\u0634\u0631\u0644\u062b\u064a \u0634 \u062f\u0647\u064a\u062b\u062e \u0639\u0642\u0645, \u0632\u0639\u0641 \u064a\u0647\u064a \u0631\u062e\u0641 \u0630\u0627\u0634\u0631\u0644\u062b \u0641\u0627\u062b \u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0628\u0647\u0645\u062b. \u064a\u062e \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0639\u0633\u062b \u0641\u0627\u062b \u0630\u0639\u0642\u0642\u062b\u0631\u0641 \u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u062e\u0642 \u0639\u062d\u0645\u062e\u0634\u064a \u0634 \u0631\u062b\u0635 .\u0633\u0642\u0641 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0628\u0647\u0645\u062b?", - "You commented...": "\u063a\u062e\u0639 \u0630\u062e\u0648\u0648\u062b\u0631\u0641\u062b\u064a...", - "You could not be subscribed to this post. Refresh the page and try again.": "\u063a\u062e\u0639 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0633\u0639\u0632\u0633\u0630\u0642\u0647\u0632\u062b\u064a \u0641\u062e \u0641\u0627\u0647\u0633 \u062d\u062e\u0633\u0641. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "You could not be unsubscribed from this post. Refresh the page and try again.": "\u063a\u062e\u0639 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0639\u0631\u0633\u0639\u0632\u0633\u0630\u0642\u0647\u0632\u062b\u064a \u0628\u0642\u062e\u0648 \u0641\u0627\u0647\u0633 \u062d\u062e\u0633\u0641. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "You currently have no cohorts configured": "\u063a\u062e\u0639 \u0630\u0639\u0642\u0642\u062b\u0631\u0641\u0645\u063a \u0627\u0634\u062f\u062b \u0631\u062e \u0630\u062e\u0627\u062e\u0642\u0641\u0633 \u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u062b\u064a", - "You did not select a content group": "\u063a\u062e\u0639 \u064a\u0647\u064a \u0631\u062e\u0641 \u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d", - "You did not select any files to submit.": "\u063a\u062e\u0639 \u064a\u0647\u064a \u0631\u062e\u0641 \u0633\u062b\u0645\u062b\u0630\u0641 \u0634\u0631\u063a \u0628\u0647\u0645\u062b\u0633 \u0641\u062e \u0633\u0639\u0632\u0648\u0647\u0641.", - "You did not submit the required files: {requiredFiles}.": "\u063a\u062e\u0639 \u064a\u0647\u064a \u0631\u062e\u0641 \u0633\u0639\u0632\u0648\u0647\u0641 \u0641\u0627\u062b \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a \u0628\u0647\u0645\u062b\u0633: {requiredFiles}.", - "You don't seem to have Flash installed. Get Flash to continue your verification.": "\u063a\u062e\u0639 \u064a\u062e\u0631'\u0641 \u0633\u062b\u062b\u0648 \u0641\u062e \u0627\u0634\u062f\u062b \u0628\u0645\u0634\u0633\u0627 \u0647\u0631\u0633\u0641\u0634\u0645\u0645\u062b\u064a. \u0644\u062b\u0641 \u0628\u0645\u0634\u0633\u0627 \u0641\u062e \u0630\u062e\u0631\u0641\u0647\u0631\u0639\u062b \u063a\u062e\u0639\u0642 \u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631.", - "You don't seem to have a webcam connected.": "\u063a\u062e\u0639 \u064a\u062e\u0631'\u0641 \u0633\u062b\u062b\u0648 \u0641\u062e \u0627\u0634\u062f\u062b \u0634 \u0635\u062b\u0632\u0630\u0634\u0648 \u0630\u062e\u0631\u0631\u062b\u0630\u0641\u062b\u064a.", - "You have already verified your ID!": "\u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u0634\u0645\u0642\u062b\u0634\u064a\u063a \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u063a\u062e\u0639\u0642 \u0647\u064a!", - "You have been logged out of your edX account. Click Okay to log in again now. Click Cancel to stay on this page (you must log in again to save your work).": "\u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u0632\u062b\u062b\u0631 \u0645\u062e\u0644\u0644\u062b\u064a \u062e\u0639\u0641 \u062e\u0628 \u063a\u062e\u0639\u0642 \u062b\u064a\u0637 \u0634\u0630\u0630\u062e\u0639\u0631\u0641. \u0630\u0645\u0647\u0630\u0646 \u062e\u0646\u0634\u063a \u0641\u062e \u0645\u062e\u0644 \u0647\u0631 \u0634\u0644\u0634\u0647\u0631 \u0631\u062e\u0635. \u0630\u0645\u0647\u0630\u0646 \u0630\u0634\u0631\u0630\u062b\u0645 \u0641\u062e \u0633\u0641\u0634\u063a \u062e\u0631 \u0641\u0627\u0647\u0633 \u062d\u0634\u0644\u062b (\u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u0645\u062e\u0644 \u0647\u0631 \u0634\u0644\u0634\u0647\u0631 \u0641\u062e \u0633\u0634\u062f\u062b \u063a\u062e\u0639\u0642 \u0635\u062e\u0642\u0646).", - "You have done a dry run of force publishing the course. Nothing has changed. Had you run it, the following course versions would have been change.": "\u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u064a\u062e\u0631\u062b \u0634 \u064a\u0642\u063a \u0642\u0639\u0631 \u062e\u0628 \u0628\u062e\u0642\u0630\u062b \u062d\u0639\u0632\u0645\u0647\u0633\u0627\u0647\u0631\u0644 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b. \u0631\u062e\u0641\u0627\u0647\u0631\u0644 \u0627\u0634\u0633 \u0630\u0627\u0634\u0631\u0644\u062b\u064a. \u0627\u0634\u064a \u063a\u062e\u0639 \u0642\u0639\u0631 \u0647\u0641, \u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u0630\u062e\u0639\u0642\u0633\u062b \u062f\u062b\u0642\u0633\u0647\u062e\u0631\u0633 \u0635\u062e\u0639\u0645\u064a \u0627\u0634\u062f\u062b \u0632\u062b\u062b\u0631 \u0630\u0627\u0634\u0631\u0644\u062b.", - "You have no handouts defined": "\u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u0631\u062e \u0627\u0634\u0631\u064a\u062e\u0639\u0641\u0633 \u064a\u062b\u0628\u0647\u0631\u062b\u064a", - "You have not bookmarked any courseware pages yet": "\u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u0631\u062e\u0641 \u0632\u062e\u062e\u0646\u0648\u0634\u0642\u0646\u062b\u064a \u0634\u0631\u063a \u0630\u062e\u0639\u0642\u0633\u062b\u0635\u0634\u0642\u062b \u062d\u0634\u0644\u062b\u0633 \u063a\u062b\u0641", - "You have not created any certificates yet.": "\u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u0631\u062e\u0641 \u0630\u0642\u062b\u0634\u0641\u062b\u064a \u0634\u0631\u063a \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633 \u063a\u062b\u0641.", - "You have not created any content groups yet.": "\u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u0631\u062e\u0641 \u0630\u0642\u062b\u0634\u0641\u062b\u064a \u0634\u0631\u063a \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d\u0633 \u063a\u062b\u0641.", - "You have not created any group configurations yet.": "\u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u0631\u062e\u0641 \u0630\u0642\u062b\u0634\u0641\u062b\u064a \u0634\u0631\u063a \u0644\u0642\u062e\u0639\u062d \u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u0634\u0641\u0647\u062e\u0631\u0633 \u063a\u062b\u0641.", - "You have selected \u201cDelete my account.\u201d Deletion of your account and personal data is permanent and cannot be undone. EdX will not be able to recover your account or the data that is deleted.": "\u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a \u201c\u064a\u062b\u0645\u062b\u0641\u062b \u0648\u063a \u0634\u0630\u0630\u062e\u0639\u0631\u0641.\u201d \u064a\u062b\u0645\u062b\u0641\u0647\u062e\u0631 \u062e\u0628 \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0634\u0631\u064a \u062d\u062b\u0642\u0633\u062e\u0631\u0634\u0645 \u064a\u0634\u0641\u0634 \u0647\u0633 \u062d\u062b\u0642\u0648\u0634\u0631\u062b\u0631\u0641 \u0634\u0631\u064a \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0639\u0631\u064a\u062e\u0631\u062b. \u062b\u064a\u0637 \u0635\u0647\u0645\u0645 \u0631\u062e\u0641 \u0632\u062b \u0634\u0632\u0645\u062b \u0641\u062e \u0642\u062b\u0630\u062e\u062f\u062b\u0642 \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u062e\u0642 \u0641\u0627\u062b \u064a\u0634\u0641\u0634 \u0641\u0627\u0634\u0641 \u0647\u0633 \u064a\u062b\u0645\u062b\u0641\u062b\u064a.", - "You have set your language to {beta_language}, which is currently not fully translated. You can help us translate this language fully by joining the Transifex community and adding translations from English for learners that speak {beta_language}.": "\u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u0633\u062b\u0641 \u063a\u062e\u0639\u0642 \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b \u0641\u062e {beta_language}, \u0635\u0627\u0647\u0630\u0627 \u0647\u0633 \u0630\u0639\u0642\u0642\u062b\u0631\u0641\u0645\u063a \u0631\u062e\u0641 \u0628\u0639\u0645\u0645\u063a \u0641\u0642\u0634\u0631\u0633\u0645\u0634\u0641\u062b\u064a. \u063a\u062e\u0639 \u0630\u0634\u0631 \u0627\u062b\u0645\u062d \u0639\u0633 \u0641\u0642\u0634\u0631\u0633\u0645\u0634\u0641\u062b \u0641\u0627\u0647\u0633 \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b \u0628\u0639\u0645\u0645\u063a \u0632\u063a \u062a\u062e\u0647\u0631\u0647\u0631\u0644 \u0641\u0627\u062b \u0641\u0642\u0634\u0631\u0633\u0647\u0628\u062b\u0637 \u0630\u062e\u0648\u0648\u0639\u0631\u0647\u0641\u063a \u0634\u0631\u064a \u0634\u064a\u064a\u0647\u0631\u0644 \u0641\u0642\u0634\u0631\u0633\u0645\u0634\u0641\u0647\u062e\u0631\u0633 \u0628\u0642\u062e\u0648 \u062b\u0631\u0644\u0645\u0647\u0633\u0627 \u0628\u062e\u0642 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0641\u0627\u0634\u0641 \u0633\u062d\u062b\u0634\u0646 {beta_language}.", - "You have successfully signed into %(currentProvider)s, but your %(currentProvider)s account does not have a linked %(platformName)s account. To link your accounts, sign in now using your %(platformName)s password.": "\u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0633\u0647\u0644\u0631\u062b\u064a \u0647\u0631\u0641\u062e %(currentProvider)s, \u0632\u0639\u0641 \u063a\u062e\u0639\u0642 %(currentProvider)s \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u064a\u062e\u062b\u0633 \u0631\u062e\u0641 \u0627\u0634\u062f\u062b \u0634 \u0645\u0647\u0631\u0646\u062b\u064a %(platformName)s \u0634\u0630\u0630\u062e\u0639\u0631\u0641. \u0641\u062e \u0645\u0647\u0631\u0646 \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641\u0633, \u0633\u0647\u0644\u0631 \u0647\u0631 \u0631\u062e\u0635 \u0639\u0633\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 %(platformName)s \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a.", - "You have successfully updated your goal.": "\u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0639\u062d\u064a\u0634\u0641\u062b\u064a \u063a\u062e\u0639\u0642 \u0644\u062e\u0634\u0645.", - "You have unsaved changes are you sure you want to navigate away?": "\u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u0639\u0631\u0633\u0634\u062f\u062b\u064a \u0630\u0627\u0634\u0631\u0644\u062b\u0633 \u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0631\u0634\u062f\u0647\u0644\u0634\u0641\u062b \u0634\u0635\u0634\u063a?", - "You have unsaved changes. Do you really want to leave this page?": "\u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u0639\u0631\u0633\u0634\u062f\u062b\u064a \u0630\u0627\u0634\u0631\u0644\u062b\u0633. \u064a\u062e \u063a\u062e\u0639 \u0642\u062b\u0634\u0645\u0645\u063a \u0635\u0634\u0631\u0641 \u0641\u062e \u0645\u062b\u0634\u062f\u062b \u0641\u0627\u0647\u0633 \u062d\u0634\u0644\u062b?", - "You haven't added any assets to this course yet.": "\u063a\u062e\u0639 \u0627\u0634\u062f\u062b\u0631'\u0641 \u0634\u064a\u064a\u062b\u064a \u0634\u0631\u063a \u0634\u0633\u0633\u062b\u0641\u0633 \u0641\u062e \u0641\u0627\u0647\u0633 \u0630\u062e\u0639\u0642\u0633\u062b \u063a\u062b\u0641.", - "You haven't added any content to this course yet.": "\u063a\u062e\u0639 \u0627\u0634\u062f\u062b\u0631'\u0641 \u0634\u064a\u064a\u062b\u064a \u0634\u0631\u063a \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0641\u062e \u0641\u0627\u0647\u0633 \u0630\u062e\u0639\u0642\u0633\u062b \u063a\u062b\u0641.", - "You haven't added any textbooks to this course yet.": "\u063a\u062e\u0639 \u0627\u0634\u062f\u062b\u0631'\u0641 \u0634\u064a\u064a\u062b\u064a \u0634\u0631\u063a \u0641\u062b\u0637\u0641\u0632\u062e\u062e\u0646\u0633 \u0641\u062e \u0641\u0627\u0647\u0633 \u0630\u062e\u0639\u0642\u0633\u062b \u063a\u062b\u0641.", - "You may access your account with this address if single-sign on or access to your primary email is not available.": "\u063a\u062e\u0639 \u0648\u0634\u063a \u0634\u0630\u0630\u062b\u0633\u0633 \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0635\u0647\u0641\u0627 \u0641\u0627\u0647\u0633 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 \u0647\u0628 \u0633\u0647\u0631\u0644\u0645\u062b-\u0633\u0647\u0644\u0631 \u062e\u0631 \u062e\u0642 \u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u062e \u063a\u062e\u0639\u0642 \u062d\u0642\u0647\u0648\u0634\u0642\u063a \u062b\u0648\u0634\u0647\u0645 \u0647\u0633 \u0631\u062e\u0641 \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b.", - "You may also lose access to verified certificates and other program credentials like MicroMasters certificates. If you want to make a copy of these for your records before proceeding with deletion, follow the instructions for {htmlStart}printing or downloading a certificate{htmlEnd}.": "\u063a\u062e\u0639 \u0648\u0634\u063a \u0634\u0645\u0633\u062e \u0645\u062e\u0633\u062b \u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u062e \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633 \u0634\u0631\u064a \u062e\u0641\u0627\u062b\u0642 \u062d\u0642\u062e\u0644\u0642\u0634\u0648 \u0630\u0642\u062b\u064a\u062b\u0631\u0641\u0647\u0634\u0645\u0633 \u0645\u0647\u0646\u062b \u0648\u0647\u0630\u0642\u062e\u0648\u0634\u0633\u0641\u062b\u0642\u0633 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633. \u0647\u0628 \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0648\u0634\u0646\u062b \u0634 \u0630\u062e\u062d\u063a \u062e\u0628 \u0641\u0627\u062b\u0633\u062b \u0628\u062e\u0642 \u063a\u062e\u0639\u0642 \u0642\u062b\u0630\u062e\u0642\u064a\u0633 \u0632\u062b\u0628\u062e\u0642\u062b \u062d\u0642\u062e\u0630\u062b\u062b\u064a\u0647\u0631\u0644 \u0635\u0647\u0641\u0627 \u064a\u062b\u0645\u062b\u0641\u0647\u062e\u0631, \u0628\u062e\u0645\u0645\u062e\u0635 \u0641\u0627\u062b \u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u0647\u062e\u0631\u0633 \u0628\u062e\u0642 {htmlStart}\u062d\u0642\u0647\u0631\u0641\u0647\u0631\u0644 \u062e\u0642 \u064a\u062e\u0635\u0631\u0645\u062e\u0634\u064a\u0647\u0631\u0644 \u0634 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b{htmlEnd}.", - "You must be over 13 to share a full profile. If you are over 13, make sure that you have specified a birth year on the {account_settings_page_link}": "\u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u0632\u062b \u062e\u062f\u062b\u0642 13 \u0641\u062e \u0633\u0627\u0634\u0642\u062b \u0634 \u0628\u0639\u0645\u0645 \u062d\u0642\u062e\u0628\u0647\u0645\u062b. \u0647\u0628 \u063a\u062e\u0639 \u0634\u0642\u062b \u062e\u062f\u062b\u0642 13, \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u0633\u062d\u062b\u0630\u0647\u0628\u0647\u062b\u064a \u0634 \u0632\u0647\u0642\u0641\u0627 \u063a\u062b\u0634\u0642 \u062e\u0631 \u0641\u0627\u062b {account_settings_page_link}", - "You must enter a valid email address in order to add a new team member": "\u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u062b\u0631\u0641\u062b\u0642 \u0634 \u062f\u0634\u0645\u0647\u064a \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 \u0647\u0631 \u062e\u0642\u064a\u062b\u0642 \u0641\u062e \u0634\u064a\u064a \u0634 \u0631\u062b\u0635 \u0641\u062b\u0634\u0648 \u0648\u062b\u0648\u0632\u062b\u0642", - "You must select a session by {expiration_date} to access the course.": "\u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u0633\u062b\u0633\u0633\u0647\u062e\u0631 \u0632\u063a {expiration_date} \u0641\u062e \u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b.", - "You must select a session to access the course.": "\u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u0633\u062b\u0633\u0633\u0647\u062e\u0631 \u0641\u062e \u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b.", - "You must sign out and sign back in before your language changes take effect.": "\u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u0633\u0647\u0644\u0631 \u062e\u0639\u0641 \u0634\u0631\u064a \u0633\u0647\u0644\u0631 \u0632\u0634\u0630\u0646 \u0647\u0631 \u0632\u062b\u0628\u062e\u0642\u062b \u063a\u062e\u0639\u0642 \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b \u0630\u0627\u0634\u0631\u0644\u062b\u0633 \u0641\u0634\u0646\u062b \u062b\u0628\u0628\u062b\u0630\u0641.", - "You must specify a name": "\u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u0633\u062d\u062b\u0630\u0647\u0628\u063a \u0634 \u0631\u0634\u0648\u062b", - "You must specify a name for the cohort": "\u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u0633\u062d\u062b\u0630\u0647\u0628\u063a \u0634 \u0631\u0634\u0648\u062b \u0628\u062e\u0642 \u0641\u0627\u062b \u0630\u062e\u0627\u062e\u0642\u0641", - "You must specify your birth year before you can share your full profile. To specify your birth year, go to the {account_settings_page_link}": "\u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u0633\u062d\u062b\u0630\u0647\u0628\u063a \u063a\u062e\u0639\u0642 \u0632\u0647\u0642\u0641\u0627 \u063a\u062b\u0634\u0642 \u0632\u062b\u0628\u062e\u0642\u062b \u063a\u062e\u0639 \u0630\u0634\u0631 \u0633\u0627\u0634\u0642\u062b \u063a\u062e\u0639\u0642 \u0628\u0639\u0645\u0645 \u062d\u0642\u062e\u0628\u0647\u0645\u062b. \u0641\u062e \u0633\u062d\u062b\u0630\u0647\u0628\u063a \u063a\u062e\u0639\u0642 \u0632\u0647\u0642\u0641\u0627 \u063a\u062b\u0634\u0642, \u0644\u062e \u0641\u062e \u0641\u0627\u062b {account_settings_page_link}", - "You need a computer that has a webcam. When you receive a browser prompt, make sure that you allow access to the camera.": "\u063a\u062e\u0639 \u0631\u062b\u062b\u064a \u0634 \u0630\u062e\u0648\u062d\u0639\u0641\u062b\u0642 \u0641\u0627\u0634\u0641 \u0627\u0634\u0633 \u0634 \u0635\u062b\u0632\u0630\u0634\u0648. \u0635\u0627\u062b\u0631 \u063a\u062e\u0639 \u0642\u062b\u0630\u062b\u0647\u062f\u062b \u0634 \u0632\u0642\u062e\u0635\u0633\u062b\u0642 \u062d\u0642\u062e\u0648\u062d\u0641, \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u063a\u062e\u0639 \u0634\u0645\u0645\u062e\u0635 \u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u062e \u0641\u0627\u062b \u0630\u0634\u0648\u062b\u0642\u0634.", - "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "\u063a\u062e\u0639 \u0631\u062b\u062b\u064a \u0634 \u064a\u0642\u0647\u062f\u062b\u0642'\u0633 \u0645\u0647\u0630\u062b\u0631\u0633\u062b, \u062d\u0634\u0633\u0633\u062d\u062e\u0642\u0641, \u062e\u0642 \u062e\u0641\u0627\u062b\u0642 \u0644\u062e\u062f\u062b\u0642\u0631\u0648\u062b\u0631\u0641-\u0647\u0633\u0633\u0639\u062b\u064a \u0647\u064a \u0641\u0627\u0634\u0641 \u0627\u0634\u0633 \u063a\u062e\u0639\u0642 \u0631\u0634\u0648\u062b \u0634\u0631\u064a \u062d\u0627\u062e\u0641\u062e.", - "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "\u063a\u062e\u0639 \u0631\u062b\u062b\u064a \u0634\u0631 \u0647\u064a \u0635\u0647\u0641\u0627 \u063a\u062e\u0639\u0642 \u0631\u0634\u0648\u062b \u0634\u0631\u064a \u062d\u0627\u062e\u0641\u062e. \u0634 \u064a\u0642\u0647\u062f\u062b\u0642'\u0633 \u0645\u0647\u0630\u062b\u0631\u0633\u062b, \u062d\u0634\u0633\u0633\u062d\u062e\u0642\u0641, \u062e\u0642 \u062e\u0641\u0627\u062b\u0642 \u0644\u062e\u062f\u062b\u0642\u0631\u0648\u062b\u0631\u0641-\u0647\u0633\u0633\u0639\u062b\u064a \u0647\u064a\u0633 \u0634\u0642\u062b \u0634\u0645\u0645 \u0634\u0630\u0630\u062b\u062d\u0641\u0634\u0632\u0645\u062b.", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "\u063a\u062e\u0639 \u0631\u062b\u062b\u064a \u0641\u062e \u0634\u0630\u0641\u0647\u062f\u0634\u0641\u062b \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0632\u062b\u0628\u062e\u0642\u062b \u063a\u062e\u0639 \u0630\u0634\u0631 \u062b\u0631\u0642\u062e\u0645\u0645 \u0647\u0631 \u0630\u062e\u0639\u0642\u0633\u062b\u0633. \u0630\u0627\u062b\u0630\u0646 \u063a\u062e\u0639\u0642 \u0647\u0631\u0632\u062e\u0637 \u0628\u062e\u0642 \u0634\u0631 \u0634\u0630\u0641\u0647\u062f\u0634\u0641\u0647\u062e\u0631 \u062b\u0648\u0634\u0647\u0645.", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "\u063a\u062e\u0639 \u0631\u062b\u062b\u064a \u0641\u062e \u0634\u0630\u0641\u0647\u062f\u0634\u0641\u062b \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0632\u062b\u0628\u062e\u0642\u062b \u063a\u062e\u0639 \u0630\u0634\u0631 \u062b\u0631\u0642\u062e\u0645\u0645 \u0647\u0631 \u0630\u062e\u0639\u0642\u0633\u062b\u0633. \u0630\u0627\u062b\u0630\u0646 \u063a\u062e\u0639\u0642 \u0647\u0631\u0632\u062e\u0637 \u0628\u062e\u0642 \u0634\u0631 \u0634\u0630\u0641\u0647\u062f\u0634\u0641\u0647\u062e\u0631 \u062b\u0648\u0634\u0647\u0645. \u0634\u0628\u0641\u062b\u0642 \u063a\u062e\u0639 \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u0634\u0630\u0641\u0647\u062f\u0634\u0641\u0647\u062e\u0631 \u063a\u062e\u0639 \u0630\u0634\u0631 \u0642\u062b\u0641\u0639\u0642\u0631 \u0634\u0631\u064a \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u0647\u0633 \u062d\u0634\u0644\u062b.", - "You receive messages from {platform_name} and course teams at this address.": "\u063a\u062e\u0639 \u0642\u062b\u0630\u062b\u0647\u062f\u062b \u0648\u062b\u0633\u0633\u0634\u0644\u062b\u0633 \u0628\u0642\u062e\u0648 {platform_name} \u0634\u0631\u064a \u0630\u062e\u0639\u0642\u0633\u062b \u0641\u062b\u0634\u0648\u0633 \u0634\u0641 \u0641\u0627\u0647\u0633 \u0634\u064a\u064a\u0642\u062b\u0633\u0633.", - "You reserve all rights for your work": "\u063a\u062e\u0639 \u0642\u062b\u0633\u062b\u0642\u062f\u062b \u0634\u0645\u0645 \u0642\u0647\u0644\u0627\u0641\u0633 \u0628\u062e\u0642 \u063a\u062e\u0639\u0642 \u0635\u062e\u0642\u0646", - "You still need to visit the %(display_name)s website to complete the credit process.": "\u063a\u062e\u0639 \u0633\u0641\u0647\u0645\u0645 \u0631\u062b\u062b\u064a \u0641\u062e \u062f\u0647\u0633\u0647\u0641 \u0641\u0627\u062b %(display_name)s \u0635\u062b\u0632\u0633\u0647\u0641\u062b \u0641\u062e \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u0641\u0627\u062b \u0630\u0642\u062b\u064a\u0647\u0641 \u062d\u0642\u062e\u0630\u062b\u0633\u0633.", - "You submitted {filename}; only {allowedFiles} are allowed.": "\u063a\u062e\u0639 \u0633\u0639\u0632\u0648\u0647\u0641\u0641\u062b\u064a {filename}; \u062e\u0631\u0645\u063a {allowedFiles} \u0634\u0642\u062b \u0634\u0645\u0645\u062e\u0635\u062b\u064a.", - "You waive some rights for your work, such that others can use it too": "\u063a\u062e\u0639 \u0635\u0634\u0647\u062f\u062b \u0633\u062e\u0648\u062b \u0642\u0647\u0644\u0627\u0641\u0633 \u0628\u062e\u0642 \u063a\u062e\u0639\u0642 \u0635\u062e\u0642\u0646, \u0633\u0639\u0630\u0627 \u0641\u0627\u0634\u0641 \u062e\u0641\u0627\u062b\u0642\u0633 \u0630\u0634\u0631 \u0639\u0633\u062b \u0647\u0641 \u0641\u062e\u062e", - "You will be refunded the amount you paid.": "\u063a\u062e\u0639 \u0635\u0647\u0645\u0645 \u0632\u062b \u0642\u062b\u0628\u0639\u0631\u064a\u062b\u064a \u0641\u0627\u062b \u0634\u0648\u062e\u0639\u0631\u0641 \u063a\u062e\u0639 \u062d\u0634\u0647\u064a.", - "You will not be refunded the amount you paid.": "\u063a\u062e\u0639 \u0635\u0647\u0645\u0645 \u0631\u062e\u0641 \u0632\u062b \u0642\u062b\u0628\u0639\u0631\u064a\u062b\u064a \u0641\u0627\u062b \u0634\u0648\u062e\u0639\u0631\u0641 \u063a\u062e\u0639 \u062d\u0634\u0647\u064a.", - "You will not receive notification for emails that bounce, so double-check your spelling.": "\u063a\u062e\u0639 \u0635\u0647\u0645\u0645 \u0631\u062e\u0641 \u0642\u062b\u0630\u062b\u0647\u062f\u062b \u0631\u062e\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631 \u0628\u062e\u0642 \u062b\u0648\u0634\u0647\u0645\u0633 \u0641\u0627\u0634\u0641 \u0632\u062e\u0639\u0631\u0630\u062b, \u0633\u062e \u064a\u062e\u0639\u0632\u0645\u062b-\u0630\u0627\u062b\u0630\u0646 \u063a\u062e\u0639\u0642 \u0633\u062d\u062b\u0645\u0645\u0647\u0631\u0644.", - "You will use your webcam to take a picture of your face and of your government-issued photo ID.": "\u063a\u062e\u0639 \u0635\u0647\u0645\u0645 \u0639\u0633\u062b \u063a\u062e\u0639\u0642 \u0635\u062b\u0632\u0630\u0634\u0648 \u0641\u062e \u0641\u0634\u0646\u062b \u0634 \u062d\u0647\u0630\u0641\u0639\u0642\u062b \u062e\u0628 \u063a\u062e\u0639\u0642 \u0628\u0634\u0630\u062b \u0634\u0631\u064a \u062e\u0628 \u063a\u062e\u0639\u0642 \u0644\u062e\u062f\u062b\u0642\u0631\u0648\u062b\u0631\u0641-\u0647\u0633\u0633\u0639\u062b\u064a \u062d\u0627\u062e\u0641\u062e \u0647\u064a.", - "You!": "\u063a\u062e\u0639!", - "You've made some changes": "\u063a\u062e\u0639'\u062f\u062b \u0648\u0634\u064a\u062b \u0633\u062e\u0648\u062b \u0630\u0627\u0634\u0631\u0644\u062b\u0633", - "You've made some changes, but there are some errors": "\u063a\u062e\u0639'\u062f\u062b \u0648\u0634\u064a\u062b \u0633\u062e\u0648\u062b \u0630\u0627\u0634\u0631\u0644\u062b\u0633, \u0632\u0639\u0641 \u0641\u0627\u062b\u0642\u062b \u0634\u0642\u062b \u0633\u062e\u0648\u062b \u062b\u0642\u0642\u062e\u0642\u0633", - "You've successfully signed into %(currentProvider)s.": "\u063a\u062e\u0639'\u062f\u062b \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0633\u0647\u0644\u0631\u062b\u064a \u0647\u0631\u0641\u062e %(currentProvider)s.", - "Your ID must be a government-issued photo ID that clearly shows your face.": "\u063a\u062e\u0639\u0642 \u0647\u064a \u0648\u0639\u0633\u0641 \u0632\u062b \u0634 \u0644\u062e\u062f\u062b\u0642\u0631\u0648\u062b\u0631\u0641-\u0647\u0633\u0633\u0639\u062b\u064a \u062d\u0627\u062e\u0641\u062e \u0647\u064a \u0641\u0627\u0634\u0641 \u0630\u0645\u062b\u0634\u0642\u0645\u063a \u0633\u0627\u062e\u0635\u0633 \u063a\u062e\u0639\u0642 \u0628\u0634\u0630\u062b.", - "Your Program Journey": "\u063a\u062e\u0639\u0642 \u062d\u0642\u062e\u0644\u0642\u0634\u0648 \u062a\u062e\u0639\u0642\u0631\u062b\u063a", - "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "\u063a\u062e\u0639\u0642 \u0632\u0642\u062e\u0635\u0633\u062b\u0642 \u064a\u062e\u062b\u0633\u0631'\u0641 \u0633\u0639\u062d\u062d\u062e\u0642\u0641 \u064a\u0647\u0642\u062b\u0630\u0641 \u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u062e \u0641\u0627\u062b \u0630\u0645\u0647\u062d\u0632\u062e\u0634\u0642\u064a. \u062d\u0645\u062b\u0634\u0633\u062b \u0639\u0633\u062b \u0641\u0627\u062b \u0630\u0641\u0642\u0645+\u0637/\u0630/\u062f \u0646\u062b\u063a\u0632\u062e\u0634\u0642\u064a \u0633\u0627\u062e\u0642\u0641\u0630\u0639\u0641\u0633 \u0647\u0631\u0633\u0641\u062b\u0634\u064a.", - "Your changes have been saved.": "\u063a\u062e\u0639\u0642 \u0630\u0627\u0634\u0631\u0644\u062b\u0633 \u0627\u0634\u062f\u062b \u0632\u062b\u062b\u0631 \u0633\u0634\u062f\u062b\u064a.", - "Your changes have been saved. {details}": "\u063a\u062e\u0639\u0642 \u0630\u0627\u0634\u0631\u0644\u062b\u0633 \u0627\u0634\u062f\u062b \u0632\u062b\u062b\u0631 \u0633\u0634\u062f\u062b\u064a. {details}", - "Your changes will not take effect until you save your progress.": "\u063a\u062e\u0639\u0642 \u0630\u0627\u0634\u0631\u0644\u062b\u0633 \u0635\u0647\u0645\u0645 \u0631\u062e\u0641 \u0641\u0634\u0646\u062b \u062b\u0628\u0628\u062b\u0630\u0641 \u0639\u0631\u0641\u0647\u0645 \u063a\u062e\u0639 \u0633\u0634\u062f\u062b \u063a\u062e\u0639\u0642 \u062d\u0642\u062e\u0644\u0642\u062b\u0633\u0633.", - "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "\u063a\u062e\u0639\u0642 \u0630\u0627\u0634\u0631\u0644\u062b\u0633 \u0635\u0647\u0645\u0645 \u0631\u062e\u0641 \u0641\u0634\u0646\u062b \u062b\u0628\u0628\u062b\u0630\u0641 \u0639\u0631\u0641\u0647\u0645 \u063a\u062e\u0639 \u0633\u0634\u062f\u062b \u063a\u062e\u0639\u0642 \u062d\u0642\u062e\u0644\u0642\u062b\u0633\u0633. \u0641\u0634\u0646\u062b \u0630\u0634\u0642\u062b \u0635\u0647\u0641\u0627 \u0646\u062b\u063a \u0634\u0631\u064a \u062f\u0634\u0645\u0639\u062b \u0628\u062e\u0642\u0648\u0634\u0641\u0641\u0647\u0631\u0644, \u0634\u0633 \u062f\u0634\u0645\u0647\u064a\u0634\u0641\u0647\u062e\u0631 \u0647\u0633 \u0631\u062e\u0641 \u0647\u0648\u062d\u0645\u062b\u0648\u062b\u0631\u0641\u062b\u064a.", - "Your course could not be exported to XML. There is not enough information to identify the failed component. Inspect your course to identify any problematic components and try again.": "\u063a\u062e\u0639\u0642 \u0630\u062e\u0639\u0642\u0633\u062b \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u062b\u0637\u062d\u062e\u0642\u0641\u062b\u064a \u0641\u062e \u0637\u0648\u0645. \u0641\u0627\u062b\u0642\u062b \u0647\u0633 \u0631\u062e\u0641 \u062b\u0631\u062e\u0639\u0644\u0627 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u0641\u062e \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u063a \u0641\u0627\u062b \u0628\u0634\u0647\u0645\u062b\u064a \u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641. \u0647\u0631\u0633\u062d\u062b\u0630\u0641 \u063a\u062e\u0639\u0642 \u0630\u062e\u0639\u0642\u0633\u062b \u0641\u062e \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u063a \u0634\u0631\u063a \u062d\u0642\u062e\u0632\u0645\u062b\u0648\u0634\u0641\u0647\u0630 \u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641\u0633 \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "Your donation could not be submitted.": "\u063a\u062e\u0639\u0642 \u064a\u062e\u0631\u0634\u0641\u0647\u062e\u0631 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0633\u0639\u0632\u0648\u0647\u0641\u0641\u062b\u064a.", - "Your email message was successfully queued for sending. In courses with a large number of learners, email messages to learners might take up to an hour to be sent.": "\u063a\u062e\u0639\u0642 \u062b\u0648\u0634\u0647\u0645 \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u0635\u0634\u0633 \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0636\u0639\u062b\u0639\u062b\u064a \u0628\u062e\u0642 \u0633\u062b\u0631\u064a\u0647\u0631\u0644. \u0647\u0631 \u0630\u062e\u0639\u0642\u0633\u062b\u0633 \u0635\u0647\u0641\u0627 \u0634 \u0645\u0634\u0642\u0644\u062b \u0631\u0639\u0648\u0632\u062b\u0642 \u062e\u0628 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633, \u062b\u0648\u0634\u0647\u0645 \u0648\u062b\u0633\u0633\u0634\u0644\u062b\u0633 \u0641\u062e \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0648\u0647\u0644\u0627\u0641 \u0641\u0634\u0646\u062b \u0639\u062d \u0641\u062e \u0634\u0631 \u0627\u062e\u0639\u0642 \u0641\u062e \u0632\u062b \u0633\u062b\u0631\u0641.", - "Your entire face fits inside the frame.": "\u063a\u062e\u0639\u0642 \u062b\u0631\u0641\u0647\u0642\u062b \u0628\u0634\u0630\u062b \u0628\u0647\u0641\u0633 \u0647\u0631\u0633\u0647\u064a\u062b \u0641\u0627\u062b \u0628\u0642\u0634\u0648\u062b.", - "Your export has failed.": "\u063a\u062e\u0639\u0642 \u062b\u0637\u062d\u062e\u0642\u0641 \u0627\u0634\u0633 \u0628\u0634\u0647\u0645\u062b\u064a.", - "Your face is well-lit.": "\u063a\u062e\u0639\u0642 \u0628\u0634\u0630\u062b \u0647\u0633 \u0635\u062b\u0645\u0645-\u0645\u0647\u0641.", - "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "\u063a\u062e\u0639\u0642 \u0628\u0647\u0645\u062b '{file}' \u0627\u0634\u0633 \u0632\u062b\u062b\u0631 \u0639\u062d\u0645\u062e\u0634\u064a\u062b\u064a. \u0634\u0645\u0645\u062e\u0635 \u0634 \u0628\u062b\u0635 \u0648\u0647\u0631\u0639\u0641\u062b\u0633 \u0628\u062e\u0642 \u062d\u0642\u062e\u0630\u062b\u0633\u0633\u0647\u0631\u0644.", - "Your file could not be uploaded": "\u063a\u062e\u0639\u0642 \u0628\u0647\u0645\u062b \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0639\u062d\u0645\u062e\u0634\u064a\u062b\u064a", - "Your file has been deleted.": "\u063a\u062e\u0639\u0642 \u0628\u0647\u0645\u062b \u0627\u0634\u0633 \u0632\u062b\u062b\u0631 \u064a\u062b\u0645\u062b\u0641\u062b\u064a.", - "Your file {filename} is too large (max size: {maxSize}MB).": "\u063a\u062e\u0639\u0642 \u0628\u0647\u0645\u062b {filename} \u0647\u0633 \u0641\u062e\u062e \u0645\u0634\u0642\u0644\u062b (\u0648\u0634\u0637 \u0633\u0647\u0638\u062b: {maxSize}\u0648\u0632).", - "Your import has failed.": "\u063a\u062e\u0639\u0642 \u0647\u0648\u062d\u062e\u0642\u0641 \u0627\u0634\u0633 \u0628\u0634\u0647\u0645\u062b\u064a.", - "Your import is in progress; navigating away will abort it.": "\u063a\u062e\u0639\u0642 \u0647\u0648\u062d\u062e\u0642\u0641 \u0647\u0633 \u0647\u0631 \u062d\u0642\u062e\u0644\u0642\u062b\u0633\u0633; \u0631\u0634\u062f\u0647\u0644\u0634\u0641\u0647\u0631\u0644 \u0634\u0635\u0634\u063a \u0635\u0647\u0645\u0645 \u0634\u0632\u062e\u0642\u0641 \u0647\u0641.", - "Your library could not be exported to XML. There is not enough information to identify the failed component. Inspect your library to identify any problematic components and try again.": "\u063a\u062e\u0639\u0642 \u0645\u0647\u0632\u0642\u0634\u0642\u063a \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u062b\u0637\u062d\u062e\u0642\u0641\u062b\u064a \u0641\u062e \u0637\u0648\u0645. \u0641\u0627\u062b\u0642\u062b \u0647\u0633 \u0631\u062e\u0641 \u062b\u0631\u062e\u0639\u0644\u0627 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u0641\u062e \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u063a \u0641\u0627\u062b \u0628\u0634\u0647\u0645\u062b\u064a \u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641. \u0647\u0631\u0633\u062d\u062b\u0630\u0641 \u063a\u062e\u0639\u0642 \u0645\u0647\u0632\u0642\u0634\u0642\u063a \u0641\u062e \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u063a \u0634\u0631\u063a \u062d\u0642\u062e\u0632\u0645\u062b\u0648\u0634\u0641\u0647\u0630 \u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641\u0633 \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "Your message cannot be blank.": "\u063a\u062e\u0639\u0642 \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0632\u0645\u0634\u0631\u0646.", - "Your message must have a subject.": "\u063a\u062e\u0639\u0642 \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u0648\u0639\u0633\u0641 \u0627\u0634\u062f\u062b \u0634 \u0633\u0639\u0632\u062a\u062b\u0630\u0641.", - "Your message must have at least one target.": "\u063a\u062e\u0639\u0642 \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u0648\u0639\u0633\u0641 \u0627\u0634\u062f\u062b \u0634\u0641 \u0645\u062b\u0634\u0633\u0641 \u062e\u0631\u062b \u0641\u0634\u0642\u0644\u062b\u0641.", - "Your policy changes have been saved.": "\u063a\u062e\u0639\u0642 \u062d\u062e\u0645\u0647\u0630\u063a \u0630\u0627\u0634\u0631\u0644\u062b\u0633 \u0627\u0634\u062f\u062b \u0632\u062b\u062b\u0631 \u0633\u0634\u062f\u062b\u064a.", - "Your post will be discarded.": "\u063a\u062e\u0639\u0642 \u062d\u062e\u0633\u0641 \u0635\u0647\u0645\u0645 \u0632\u062b \u064a\u0647\u0633\u0630\u0634\u0642\u064a\u062b\u064a.", - "Your profile settings are managed by {enterprise_name}. Contact your administrator or {link_start}edX Support{link_end} for help.": "\u063a\u062e\u0639\u0642 \u062d\u0642\u062e\u0628\u0647\u0645\u062b \u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633 \u0634\u0642\u062b \u0648\u0634\u0631\u0634\u0644\u062b\u064a \u0632\u063a {enterprise_name}. \u0630\u062e\u0631\u0641\u0634\u0630\u0641 \u063a\u062e\u0639\u0642 \u0634\u064a\u0648\u0647\u0631\u0647\u0633\u0641\u0642\u0634\u0641\u062e\u0642 \u062e\u0642 {link_start}\u062b\u064a\u0637 \u0633\u0639\u062d\u062d\u062e\u0642\u0641{link_end} \u0628\u062e\u0642 \u0627\u062b\u0645\u062d.", - "Your question or idea (required)": "\u063a\u062e\u0639\u0642 \u0636\u0639\u062b\u0633\u0641\u0647\u062e\u0631 \u062e\u0642 \u0647\u064a\u062b\u0634 (\u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a)", - "Your request could not be completed due to a server problem. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u063a\u062e\u0639\u0642 \u0642\u062b\u0636\u0639\u062b\u0633\u0641 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b\u064a \u064a\u0639\u062b \u0641\u062e \u0634 \u0633\u062b\u0642\u062f\u062b\u0642 \u062d\u0642\u062e\u0632\u0645\u062b\u0648. \u0642\u062b\u0645\u062e\u0634\u064a \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631. \u0647\u0628 \u0641\u0627\u062b \u0647\u0633\u0633\u0639\u062b \u062d\u062b\u0642\u0633\u0647\u0633\u0641\u0633, \u0630\u0645\u0647\u0630\u0646 \u0641\u0627\u062b \u0627\u062b\u0645\u062d \u0641\u0634\u0632 \u0641\u062e \u0642\u062b\u062d\u062e\u0642\u0641 \u0641\u0627\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648.", - "Your request could not be completed. Reload the page and try again.": "\u063a\u062e\u0639\u0642 \u0642\u062b\u0636\u0639\u062b\u0633\u0641 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b\u064a. \u0642\u062b\u0645\u062e\u0634\u064a \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "Your request could not be completed. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u063a\u062e\u0639\u0642 \u0642\u062b\u0636\u0639\u062b\u0633\u0641 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b\u064a. \u0642\u062b\u0645\u062e\u0634\u064a \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631. \u0647\u0628 \u0641\u0627\u062b \u0647\u0633\u0633\u0639\u062b \u062d\u062b\u0642\u0633\u0647\u0633\u0641\u0633, \u0630\u0645\u0647\u0630\u0646 \u0641\u0627\u062b \u0627\u062b\u0645\u062d \u0641\u0634\u0632 \u0641\u062e \u0642\u062b\u062d\u062e\u0642\u0641 \u0641\u0627\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648.", - "Your request could not be processed. Refresh the page and try again.": "\u063a\u062e\u0639\u0642 \u0642\u062b\u0636\u0639\u062b\u0633\u0641 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u062d\u0642\u062e\u0630\u062b\u0633\u0633\u062b\u064a. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", - "Your team could not be created.": "\u063a\u062e\u0639\u0642 \u0641\u062b\u0634\u0648 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0630\u0642\u062b\u0634\u0641\u062b\u064a.", - "Your team could not be updated.": "\u063a\u062e\u0639\u0642 \u0641\u062b\u0634\u0648 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0639\u062d\u064a\u0634\u0641\u062b\u064a.", - "Your unenrollment request could not be processed. Please try again later.": "\u063a\u062e\u0639\u0642 \u0639\u0631\u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0642\u062b\u0636\u0639\u062b\u0633\u0641 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u062d\u0642\u062e\u0630\u062b\u0633\u0633\u062b\u064a. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631 \u0645\u0634\u0641\u062b\u0642.", - "Your upload of '{file}' failed.": "\u063a\u062e\u0639\u0642 \u0639\u062d\u0645\u062e\u0634\u064a \u062e\u0628 '{file}' \u0628\u0634\u0647\u0645\u062b\u064a.", - "Your upload of '{file}' succeeded.": "\u063a\u062e\u0639\u0642 \u0639\u062d\u0645\u062e\u0634\u064a \u062e\u0628 '{file}' \u0633\u0639\u0630\u0630\u062b\u062b\u064a\u062b\u064a.", - "Your verification status is good until {verificationGoodUntil}.": "\u063a\u062e\u0639\u0642 \u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631 \u0633\u0641\u0634\u0641\u0639\u0633 \u0647\u0633 \u0644\u062e\u062e\u064a \u0639\u0631\u0641\u0647\u0645 {verificationGoodUntil}.", - "Your video uploads are not complete.": "\u063a\u062e\u0639\u0642 \u062f\u0647\u064a\u062b\u062e \u0639\u062d\u0645\u062e\u0634\u064a\u0633 \u0634\u0642\u062b \u0631\u062e\u0641 \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b.", - "Your {program} Certificate": "\u063a\u062e\u0639\u0642 {program} \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b", - "Yourself": "\u063a\u062e\u0639\u0642\u0633\u062b\u0645\u0628", - "Zoom In": "\u0638\u062e\u062e\u0648 \u0647\u0631", - "Zoom Out": "\u0638\u062e\u062e\u0648 \u062e\u0639\u0641", - "[no tags]": "[\u0631\u062e \u0641\u0634\u0644\u0633]", - "a day": "\u0634 \u064a\u0634\u063a", - "a timed exam": "\u0634 \u0641\u0647\u0648\u062b\u064a \u062b\u0637\u0634\u0648", + ], + "Visibility": "\u062f\u0647\u0633\u0647\u0632\u0647\u0645\u0647\u0641\u063a", + "Visible to Staff Only": "\u062f\u0647\u0633\u0647\u0632\u0645\u062b \u0641\u062e \u0633\u0641\u0634\u0628\u0628 \u062e\u0631\u0645\u063a", + "Visual aids": "\u062f\u0647\u0633\u0639\u0634\u0645 \u0634\u0647\u064a\u0633", + "Volume": "\u062f\u062e\u0645\u0639\u0648\u062b", + "Vote for good posts and responses": "\u062f\u062e\u0641\u062b \u0628\u062e\u0642 \u0644\u062e\u062e\u064a \u062d\u062e\u0633\u0641\u0633 \u0634\u0631\u064a \u0642\u062b\u0633\u062d\u062e\u0631\u0633\u062b\u0633", + "Want to confirm your identity later?": "\u0635\u0634\u0631\u0641 \u0641\u062e \u0630\u062e\u0631\u0628\u0647\u0642\u0648 \u063a\u062e\u0639\u0642 \u0647\u064a\u062b\u0631\u0641\u0647\u0641\u063a \u0645\u0634\u0641\u062b\u0642?", + "Warning": "\u0635\u0634\u0642\u0631\u0647\u0631\u0644", + "Warnings": "\u0635\u0634\u0642\u0631\u0647\u0631\u0644\u0633", + "We ask you to activate your account to ensure it is really you creating the account and to prevent fraud.": "\u0635\u062b \u0634\u0633\u0646 \u063a\u062e\u0639 \u0641\u062e \u0634\u0630\u0641\u0647\u062f\u0634\u0641\u062b \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0641\u062e \u062b\u0631\u0633\u0639\u0642\u062b \u0647\u0641 \u0647\u0633 \u0642\u062b\u0634\u0645\u0645\u063a \u063a\u062e\u0639 \u0630\u0642\u062b\u0634\u0641\u0647\u0631\u0644 \u0641\u0627\u062b \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0634\u0631\u064a \u0641\u062e \u062d\u0642\u062b\u062f\u062b\u0631\u0641 \u0628\u0642\u0634\u0639\u064a.", + "We couldn't create your account.": "\u0635\u062b \u0630\u062e\u0639\u0645\u064a\u0631'\u0641 \u0630\u0642\u062b\u0634\u0641\u062b \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641.", + "We couldn't find any results for \"%s\".": "\u0635\u062b \u0630\u062e\u0639\u0645\u064a\u0631'\u0641 \u0628\u0647\u0631\u064a \u0634\u0631\u063a \u0642\u062b\u0633\u0639\u0645\u0641\u0633 \u0628\u062e\u0642 \"%s\".", + "We couldn't sign you in.": "\u0635\u062b \u0630\u062e\u0639\u0645\u064a\u0631'\u0641 \u0633\u0647\u0644\u0631 \u063a\u062e\u0639 \u0647\u0631.", + "We have encountered an error. Refresh your browser and then try again.": "\u0635\u062b \u0627\u0634\u062f\u062b \u062b\u0631\u0630\u062e\u0639\u0631\u0641\u062b\u0642\u062b\u064a \u0634\u0631 \u062b\u0642\u0642\u062e\u0642. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u063a\u062e\u0639\u0642 \u0632\u0642\u062e\u0635\u0633\u062b\u0642 \u0634\u0631\u064a \u0641\u0627\u062b\u0631 \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "\u0635\u062b \u0627\u0634\u062f\u062b \u0642\u062b\u0630\u062b\u0647\u062f\u062b\u064a \u063a\u062e\u0639\u0642 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u0634\u0631\u064a \u0634\u0642\u062b \u062f\u062b\u0642\u0647\u0628\u063a\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u0647\u064a\u062b\u0631\u0641\u0647\u0641\u063a. \u063a\u062e\u0639 \u0635\u0647\u0645\u0645 \u0633\u062b\u062b \u0634 \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u062e\u0631 \u063a\u062e\u0639\u0642 \u064a\u0634\u0633\u0627\u0632\u062e\u0634\u0642\u064a \u0635\u0627\u062b\u0631 \u0641\u0627\u062b \u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631 \u062d\u0642\u062e\u0630\u062b\u0633\u0633 \u0647\u0633 \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b (\u0639\u0633\u0639\u0634\u0645\u0645\u063a \u0635\u0647\u0641\u0627\u0647\u0631 1-2 \u064a\u0634\u063a\u0633). \u0647\u0631 \u0641\u0627\u062b \u0648\u062b\u0634\u0631\u0641\u0647\u0648\u062b, \u063a\u062e\u0639 \u0630\u0634\u0631 \u0633\u0641\u0647\u0645\u0645 \u0634\u0630\u0630\u062b\u0633\u0633 \u0634\u0645\u0645 \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u0630\u062e\u0631\u0641\u062b\u0631\u0641.", + "We just need a little more information before you start learning with %(platformName)s.": "\u0635\u062b \u062a\u0639\u0633\u0641 \u0631\u062b\u062b\u064a \u0634 \u0645\u0647\u0641\u0641\u0645\u062b \u0648\u062e\u0642\u062b \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u0632\u062b\u0628\u062e\u0642\u062b \u063a\u062e\u0639 \u0633\u0641\u0634\u0642\u0641 \u0645\u062b\u0634\u0642\u0631\u0647\u0631\u0644 \u0635\u0647\u0641\u0627 %(platformName)s.", + "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "\u0635\u062b \u0639\u0633\u062b \u0641\u0627\u062b \u0627\u0647\u0644\u0627\u062b\u0633\u0641 \u0645\u062b\u062f\u062b\u0645\u0633 \u062e\u0628 \u0633\u062b\u0630\u0639\u0642\u0647\u0641\u063a \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b \u0641\u062e \u062b\u0631\u0630\u0642\u063a\u062d\u0641 \u063a\u062e\u0639\u0642 \u062d\u0627\u062e\u0641\u062e \u0634\u0631\u064a \u0633\u062b\u0631\u064a \u0647\u0641 \u0641\u062e \u062e\u0639\u0642 \u0634\u0639\u0641\u0627\u062e\u0642\u0647\u0638\u0634\u0641\u0647\u062e\u0631 \u0633\u062b\u0642\u062f\u0647\u0630\u062b \u0628\u062e\u0642 \u0642\u062b\u062f\u0647\u062b\u0635. \u063a\u062e\u0639\u0642 \u062d\u0627\u062e\u0641\u062e \u0634\u0631\u064a \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u0634\u0642\u062b \u0631\u062e\u0641 \u0633\u0634\u062f\u062b\u064a \u062e\u0642 \u062f\u0647\u0633\u0647\u0632\u0645\u062b \u0634\u0631\u063a\u0635\u0627\u062b\u0642\u062b \u062e\u0631 %(platformName)s \u0634\u0628\u0641\u062b\u0642 \u0641\u0627\u062b \u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631 \u062d\u0642\u062e\u0630\u062b\u0633\u0633 \u0647\u0633 \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b.", + "We're sorry to see you go! Your account will be deleted shortly.": "\u0635\u062b'\u0642\u062b \u0633\u062e\u0642\u0642\u063a \u0641\u062e \u0633\u062b\u062b \u063a\u062e\u0639 \u0644\u062e! \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0635\u0647\u0645\u0645 \u0632\u062b \u064a\u062b\u0645\u062b\u0641\u062b\u064a \u0633\u0627\u062e\u0642\u0641\u0645\u063a.", + "We're sorry, there was an error": "\u0635\u062b'\u0642\u062b \u0633\u062e\u0642\u0642\u063a, \u0641\u0627\u062b\u0642\u062b \u0635\u0634\u0633 \u0634\u0631 \u062b\u0642\u0642\u062e\u0642", + "We've encountered an error. Refresh your browser and then try again.": "\u0635\u062b'\u062f\u062b \u062b\u0631\u0630\u062e\u0639\u0631\u0641\u062b\u0642\u062b\u064a \u0634\u0631 \u062b\u0642\u0642\u062e\u0642. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u063a\u062e\u0639\u0642 \u0632\u0642\u062e\u0635\u0633\u062b\u0642 \u0634\u0631\u064a \u0641\u0627\u062b\u0631 \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "\u0635\u062b'\u062f\u062b \u0633\u062b\u0631\u0641 \u0634 \u0630\u062e\u0631\u0628\u0647\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u0641\u062e {new_email_address}. \u0630\u0645\u0647\u0630\u0646 \u0641\u0627\u062b \u0645\u0647\u0631\u0646 \u0647\u0631 \u0641\u0627\u062b \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u0641\u062e \u0639\u062d\u064a\u0634\u0641\u062b \u063a\u062e\u0639\u0642 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633.", + "We've sent a confirmation message to {new_secondary_email_address}. Click the link in the message to update your secondary email address.": "\u0635\u062b'\u062f\u062b \u0633\u062b\u0631\u0641 \u0634 \u0630\u062e\u0631\u0628\u0647\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u0641\u062e {new_secondary_email_address}. \u0630\u0645\u0647\u0630\u0646 \u0641\u0627\u062b \u0645\u0647\u0631\u0646 \u0647\u0631 \u0641\u0627\u062b \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u0641\u062e \u0639\u062d\u064a\u0634\u0641\u062b \u063a\u062e\u0639\u0642 \u0633\u062b\u0630\u062e\u0631\u064a\u0634\u0642\u063a \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633.", + "We've sent a message to {email}. Click the link in the message to reset your password. Didn't receive the message? Contact {anchorStart}technical support{anchorEnd}.": "\u0635\u062b'\u062f\u062b \u0633\u062b\u0631\u0641 \u0634 \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u0641\u062e {email}. \u0630\u0645\u0647\u0630\u0646 \u0641\u0627\u062b \u0645\u0647\u0631\u0646 \u0647\u0631 \u0641\u0627\u062b \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u0641\u062e \u0642\u062b\u0633\u062b\u0641 \u063a\u062e\u0639\u0642 \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a. \u064a\u0647\u064a\u0631'\u0641 \u0642\u062b\u0630\u062b\u0647\u062f\u062b \u0641\u0627\u062b \u0648\u062b\u0633\u0633\u0634\u0644\u062b? \u0630\u062e\u0631\u0641\u0634\u0630\u0641 {anchorStart}\u0641\u062b\u0630\u0627\u0631\u0647\u0630\u0634\u0645 \u0633\u0639\u062d\u062d\u062e\u0642\u0641{anchorEnd}.", + "Web:": "\u0635\u062b\u0632:", + "Webcam": "\u0635\u062b\u0632\u0630\u0634\u0648", + "Weekly Highlight Emails": "\u0635\u062b\u062b\u0646\u0645\u063a \u0627\u0647\u0644\u0627\u0645\u0647\u0644\u0627\u0641 \u062b\u0648\u0634\u0647\u0645\u0633", + "Weight of Total Grade": "\u0635\u062b\u0647\u0644\u0627\u0641 \u062e\u0628 \u0641\u062e\u0641\u0634\u0645 \u0644\u0642\u0634\u064a\u062b", + "We\u2019re sorry to see you go!": "\u0635\u062b\u2019\u0642\u062b \u0633\u062e\u0642\u0642\u063a \u0641\u062e \u0633\u062b\u062b \u063a\u062e\u0639 \u0644\u062e!", + "What You Need for Verification": "\u0635\u0627\u0634\u0641 \u063a\u062e\u0639 \u0631\u062b\u062b\u064a \u0628\u062e\u0642 \u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631", + "What can we help you with, {username}?": "\u0635\u0627\u0634\u0641 \u0630\u0634\u0631 \u0635\u062b \u0627\u062b\u0645\u062d \u063a\u062e\u0639 \u0635\u0647\u0641\u0627, {username}?", + "What does %(platformName)s do with this photo?": "\u0635\u0627\u0634\u0641 \u064a\u062e\u062b\u0633 %(platformName)s \u064a\u062e \u0635\u0647\u0641\u0627 \u0641\u0627\u0647\u0633 \u062d\u0627\u062e\u0641\u062e?", + "What does this mean?": "\u0635\u0627\u0634\u0641 \u064a\u062e\u062b\u0633 \u0641\u0627\u0647\u0633 \u0648\u062b\u0634\u0631?", + "What if I can't see the camera image, or if I can't see my photo do determine which side is visible?": "\u0635\u0627\u0634\u0641 \u0647\u0628 \u0647 \u0630\u0634\u0631'\u0641 \u0633\u062b\u062b \u0641\u0627\u062b \u0630\u0634\u0648\u062b\u0642\u0634 \u0647\u0648\u0634\u0644\u062b, \u062e\u0642 \u0647\u0628 \u0647 \u0630\u0634\u0631'\u0641 \u0633\u062b\u062b \u0648\u063a \u062d\u0627\u062e\u0641\u062e \u064a\u062e \u064a\u062b\u0641\u062b\u0642\u0648\u0647\u0631\u062b \u0635\u0627\u0647\u0630\u0627 \u0633\u0647\u064a\u062b \u0647\u0633 \u062f\u0647\u0633\u0647\u0632\u0645\u062b?", + "What if I have difficulty holding my ID in position relative to the camera?": "\u0635\u0627\u0634\u0641 \u0647\u0628 \u0647 \u0627\u0634\u062f\u062b \u064a\u0647\u0628\u0628\u0647\u0630\u0639\u0645\u0641\u063a \u0627\u062e\u0645\u064a\u0647\u0631\u0644 \u0648\u063a \u0647\u064a \u0647\u0631 \u062d\u062e\u0633\u0647\u0641\u0647\u062e\u0631 \u0642\u062b\u0645\u0634\u0641\u0647\u062f\u062b \u0641\u062e \u0641\u0627\u062b \u0630\u0634\u0648\u062b\u0642\u0634?", + "What if I have difficulty holding my head in position relative to the camera?": "\u0635\u0627\u0634\u0641 \u0647\u0628 \u0647 \u0627\u0634\u062f\u062b \u064a\u0647\u0628\u0628\u0647\u0630\u0639\u0645\u0641\u063a \u0627\u062e\u0645\u064a\u0647\u0631\u0644 \u0648\u063a \u0627\u062b\u0634\u064a \u0647\u0631 \u062d\u062e\u0633\u0647\u0641\u0647\u062e\u0631 \u0642\u062b\u0645\u0634\u0641\u0647\u062f\u062b \u0641\u062e \u0641\u0627\u062b \u0630\u0634\u0648\u062b\u0642\u0634?", + "What's Your Next Accomplishment?": "\u0635\u0627\u0634\u0641'\u0633 \u063a\u062e\u0639\u0642 \u0631\u062b\u0637\u0641 \u0634\u0630\u0630\u062e\u0648\u062d\u0645\u0647\u0633\u0627\u0648\u062b\u0631\u0641?", + "When learners submit an answer to an assessment, they immediately see whether the answer is correct or incorrect, and the score received.": "\u0635\u0627\u062b\u0631 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0633\u0639\u0632\u0648\u0647\u0641 \u0634\u0631 \u0634\u0631\u0633\u0635\u062b\u0642 \u0641\u062e \u0634\u0631 \u0634\u0633\u0633\u062b\u0633\u0633\u0648\u062b\u0631\u0641, \u0641\u0627\u062b\u063a \u0647\u0648\u0648\u062b\u064a\u0647\u0634\u0641\u062b\u0645\u063a \u0633\u062b\u062b \u0635\u0627\u062b\u0641\u0627\u062b\u0642 \u0641\u0627\u062b \u0634\u0631\u0633\u0635\u062b\u0642 \u0647\u0633 \u0630\u062e\u0642\u0642\u062b\u0630\u0641 \u062e\u0642 \u0647\u0631\u0630\u062e\u0642\u0642\u062b\u0630\u0641, \u0634\u0631\u064a \u0641\u0627\u062b \u0633\u0630\u062e\u0642\u062b \u0642\u062b\u0630\u062b\u0647\u062f\u062b\u064a.", + "When your face is in position, use the Take Photo button {icon} below to take your photo.": "\u0635\u0627\u062b\u0631 \u063a\u062e\u0639\u0642 \u0628\u0634\u0630\u062b \u0647\u0633 \u0647\u0631 \u062d\u062e\u0633\u0647\u0641\u0647\u062e\u0631, \u0639\u0633\u062b \u0641\u0627\u062b \u0641\u0634\u0646\u062b \u062d\u0627\u062e\u0641\u062e \u0632\u0639\u0641\u0641\u062e\u0631 {icon} \u0632\u062b\u0645\u062e\u0635 \u0641\u062e \u0641\u0634\u0646\u062b \u063a\u062e\u0639\u0642 \u062d\u0627\u062e\u0641\u062e.", + "Which timed transcript would you like to use?": "\u0635\u0627\u0647\u0630\u0627 \u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0635\u062e\u0639\u0645\u064a \u063a\u062e\u0639 \u0645\u0647\u0646\u062b \u0641\u062e \u0639\u0633\u062b?", + "Whole words": "\u0635\u0627\u062e\u0645\u062b \u0635\u062e\u0642\u064a\u0633", + "Why activate?": "\u0635\u0627\u063a \u0634\u0630\u0641\u0647\u062f\u0634\u0641\u062b?", + "Why does %(platformName)s need my photo?": "\u0635\u0627\u063a \u064a\u062e\u062b\u0633 %(platformName)s \u0631\u062b\u062b\u064a \u0648\u063a \u062d\u0627\u062e\u0641\u062e?", + "Width": "\u0635\u0647\u064a\u0641\u0627", + "Will Be Visible To:": "\u0635\u0647\u0645\u0645 \u0632\u062b \u062f\u0647\u0633\u0647\u0632\u0645\u062b \u0641\u062e:", + "Words: {0}": "\u0635\u062e\u0642\u064a\u0633: {0}", + "Would you like to sign in using your %(providerName)s credentials?": "\u0635\u062e\u0639\u0645\u064a \u063a\u062e\u0639 \u0645\u0647\u0646\u062b \u0641\u062e \u0633\u0647\u0644\u0631 \u0647\u0631 \u0639\u0633\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 %(providerName)s \u0630\u0642\u062b\u064a\u062b\u0631\u0641\u0647\u0634\u0645\u0633?", + "Year of Birth": "\u063a\u062b\u0634\u0642 \u062e\u0628 \u0632\u0647\u0642\u0641\u0627", + "Yes, Delete": "\u063a\u062b\u0633, \u064a\u062b\u0645\u062b\u0641\u062b", + "Yes, allow edits to the active Certificate": "\u063a\u062b\u0633, \u0634\u0645\u0645\u062e\u0635 \u062b\u064a\u0647\u0641\u0633 \u0641\u062e \u0641\u0627\u062b \u0634\u0630\u0641\u0647\u062f\u062b \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b", + "Yes, delete this {xblock_type}": "\u063a\u062b\u0633, \u064a\u062b\u0645\u062b\u0641\u062b \u0641\u0627\u0647\u0633 {xblock_type}", + "Yes, replace the edX transcript with the YouTube transcript": "\u063a\u062b\u0633, \u0642\u062b\u062d\u0645\u0634\u0630\u062b \u0641\u0627\u062b \u062b\u064a\u0637 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0635\u0647\u0641\u0627 \u0641\u0627\u062b \u063a\u062e\u0639\u0641\u0639\u0632\u062b \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641", + "You already belong to another team.": "\u063a\u062e\u0639 \u0634\u0645\u0642\u062b\u0634\u064a\u063a \u0632\u062b\u0645\u062e\u0631\u0644 \u0641\u062e \u0634\u0631\u062e\u0641\u0627\u062b\u0642 \u0641\u062b\u0634\u0648.", + "You already have an edX account with your {enterprise_name} email address.": "\u063a\u062e\u0639 \u0634\u0645\u0642\u062b\u0634\u064a\u063a \u0627\u0634\u062f\u062b \u0634\u0631 \u062b\u064a\u0637 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0635\u0647\u0641\u0627 \u063a\u062e\u0639\u0642 {enterprise_name} \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633.", + "You are a member of this team.": "\u063a\u062e\u0639 \u0634\u0642\u062b \u0634 \u0648\u062b\u0648\u0632\u062b\u0642 \u062e\u0628 \u0641\u0627\u0647\u0633 \u0641\u062b\u0634\u0648.", + "You are currently sharing a limited profile.": "\u063a\u062e\u0639 \u0634\u0642\u062b \u0630\u0639\u0642\u0642\u062b\u0631\u0641\u0645\u063a \u0633\u0627\u0634\u0642\u0647\u0631\u0644 \u0634 \u0645\u0647\u0648\u0647\u0641\u062b\u064a \u062d\u0642\u062e\u0628\u0647\u0645\u062b.", + "You are enrolling in: {courseName}": "\u063a\u062e\u0639 \u0634\u0642\u062b \u062b\u0631\u0642\u062e\u0645\u0645\u0647\u0631\u0644 \u0647\u0631: {courseName}", + "You are not currently a member of any team.": "\u063a\u062e\u0639 \u0634\u0642\u062b \u0631\u062e\u0641 \u0630\u0639\u0642\u0642\u062b\u0631\u0641\u0645\u063a \u0634 \u0648\u062b\u0648\u0632\u062b\u0642 \u062e\u0628 \u0634\u0631\u063a \u0641\u062b\u0634\u0648.", + "You are not enrolled in any programs yet.": "\u063a\u062e\u0639 \u0634\u0642\u062b \u0631\u062e\u0641 \u062b\u0631\u0642\u062e\u0645\u0645\u062b\u064a \u0647\u0631 \u0634\u0631\u063a \u062d\u0642\u062e\u0644\u0642\u0634\u0648\u0633 \u063a\u062b\u0641.", + "You are now enrolled as a verified student for:": "\u063a\u062e\u0639 \u0634\u0642\u062b \u0631\u062e\u0635 \u062b\u0631\u0642\u062e\u0645\u0645\u062b\u064a \u0634\u0633 \u0634 \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u0628\u062e\u0642:", + "You are sending an email message with the subject {subject} to the following recipients.": "\u063a\u062e\u0639 \u0634\u0642\u062b \u0633\u062b\u0631\u064a\u0647\u0631\u0644 \u0634\u0631 \u062b\u0648\u0634\u0647\u0645 \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u0635\u0647\u0641\u0627 \u0641\u0627\u062b \u0633\u0639\u0632\u062a\u062b\u0630\u0641 {subject} \u0641\u062e \u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u0642\u062b\u0630\u0647\u062d\u0647\u062b\u0631\u0641\u0633.", + "You are taking \"{exam_link}\" as {exam_type}. ": "\u063a\u062e\u0639 \u0634\u0642\u062b \u0641\u0634\u0646\u0647\u0631\u0644 \"{exam_link}\" \u0634\u0633 {exam_type}. ", + "You are upgrading your enrollment for: {courseName}": "\u063a\u062e\u0639 \u0634\u0642\u062b \u0639\u062d\u0644\u0642\u0634\u064a\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0628\u062e\u0642: {courseName}", + "You can change sessions until {expiration_date}.": "\u063a\u062e\u0639 \u0630\u0634\u0631 \u0630\u0627\u0634\u0631\u0644\u062b \u0633\u062b\u0633\u0633\u0647\u062e\u0631\u0633 \u0639\u0631\u0641\u0647\u0645 {expiration_date}.", + "You can link your social media accounts to simplify signing in to {platform_name}.": "\u063a\u062e\u0639 \u0630\u0634\u0631 \u0645\u0647\u0631\u0646 \u063a\u062e\u0639\u0642 \u0633\u062e\u0630\u0647\u0634\u0645 \u0648\u062b\u064a\u0647\u0634 \u0634\u0630\u0630\u062e\u0639\u0631\u0641\u0633 \u0641\u062e \u0633\u0647\u0648\u062d\u0645\u0647\u0628\u063a \u0633\u0647\u0644\u0631\u0647\u0631\u0644 \u0647\u0631 \u0641\u062e {platform_name}.", + "You can no longer change sessions.": "\u063a\u062e\u0639 \u0630\u0634\u0631 \u0631\u062e \u0645\u062e\u0631\u0644\u062b\u0642 \u0630\u0627\u0634\u0631\u0644\u062b \u0633\u062b\u0633\u0633\u0647\u062e\u0631\u0633.", + "You can now enter your payment information and complete your enrollment.": "\u063a\u062e\u0639 \u0630\u0634\u0631 \u0631\u062e\u0635 \u062b\u0631\u0641\u062b\u0642 \u063a\u062e\u0639\u0642 \u062d\u0634\u063a\u0648\u062b\u0631\u0641 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u0634\u0631\u064a \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u063a\u062e\u0639\u0642 \u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641.", + "You can pay now even if you don't have the following items available, but you will need to have these by {date} to qualify to earn a Verified Certificate.": "\u063a\u062e\u0639 \u0630\u0634\u0631 \u062d\u0634\u063a \u0631\u062e\u0635 \u062b\u062f\u062b\u0631 \u0647\u0628 \u063a\u062e\u0639 \u064a\u062e\u0631'\u0641 \u0627\u0634\u062f\u062b \u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u0647\u0641\u062b\u0648\u0633 \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b, \u0632\u0639\u0641 \u063a\u062e\u0639 \u0635\u0647\u0645\u0645 \u0631\u062b\u062b\u064a \u0641\u062e \u0627\u0634\u062f\u062b \u0641\u0627\u062b\u0633\u062b \u0632\u063a {date} \u0641\u062e \u0636\u0639\u0634\u0645\u0647\u0628\u063a \u0641\u062e \u062b\u0634\u0642\u0631 \u0634 \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b.", + "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "\u063a\u062e\u0639 \u0630\u0634\u0631 \u062d\u0634\u063a \u0631\u062e\u0635 \u062b\u062f\u062b\u0631 \u0647\u0628 \u063a\u062e\u0639 \u064a\u062e\u0631'\u0641 \u0627\u0634\u062f\u062b \u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u0647\u0641\u062b\u0648\u0633 \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b, \u0632\u0639\u0641 \u063a\u062e\u0639 \u0635\u0647\u0645\u0645 \u0631\u062b\u062b\u064a \u0641\u062e \u0627\u0634\u062f\u062b \u0641\u0627\u062b\u0633\u062b \u0641\u062e \u0636\u0639\u0634\u0645\u0647\u0628\u063a \u0641\u062e \u062b\u0634\u0642\u0631 \u0634 \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b.", + "You can remove members from this team, especially if they have not participated in the team's activity.": "\u063a\u062e\u0639 \u0630\u0634\u0631 \u0642\u062b\u0648\u062e\u062f\u062b \u0648\u062b\u0648\u0632\u062b\u0642\u0633 \u0628\u0642\u062e\u0648 \u0641\u0627\u0647\u0633 \u0641\u062b\u0634\u0648, \u062b\u0633\u062d\u062b\u0630\u0647\u0634\u0645\u0645\u063a \u0647\u0628 \u0641\u0627\u062b\u063a \u0627\u0634\u062f\u062b \u0631\u062e\u0641 \u062d\u0634\u0642\u0641\u0647\u0630\u0647\u062d\u0634\u0641\u062b\u064a \u0647\u0631 \u0641\u0627\u062b \u0641\u062b\u0634\u0648'\u0633 \u0634\u0630\u0641\u0647\u062f\u0647\u0641\u063a.", + "You can use your {accountName} account to sign in to your {platformName} account.": "\u063a\u062e\u0639 \u0630\u0634\u0631 \u0639\u0633\u062b \u063a\u062e\u0639\u0642 {accountName} \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0641\u062e \u0633\u0647\u0644\u0631 \u0647\u0631 \u0641\u062e \u063a\u062e\u0639\u0642 {platformName} \u0634\u0630\u0630\u062e\u0639\u0631\u0641.", + "You can view your information or unlink from {enterprise_name} anytime in your Account Settings.": "\u063a\u062e\u0639 \u0630\u0634\u0631 \u062f\u0647\u062b\u0635 \u063a\u062e\u0639\u0642 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u062e\u0642 \u0639\u0631\u0645\u0647\u0631\u0646 \u0628\u0642\u062e\u0648 {enterprise_name} \u0634\u0631\u063a\u0641\u0647\u0648\u062b \u0647\u0631 \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633.", + "You cannot view the course as a student or beta tester before the course release date.": "\u063a\u062e\u0639 \u0630\u0634\u0631\u0631\u062e\u0641 \u062f\u0647\u062b\u0635 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u0634\u0633 \u0634 \u0633\u0641\u0639\u064a\u062b\u0631\u0641 \u062e\u0642 \u0632\u062b\u0641\u0634 \u0641\u062b\u0633\u0641\u062b\u0642 \u0632\u062b\u0628\u062e\u0642\u062b \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b \u0642\u062b\u0645\u062b\u0634\u0633\u062b \u064a\u0634\u0641\u062b.", + "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "\u063a\u062e\u0639 \u0630\u0627\u0634\u0631\u0644\u062b\u064a \u0634 \u062f\u0647\u064a\u062b\u062e \u0639\u0642\u0645, \u0632\u0639\u0641 \u064a\u0647\u064a \u0631\u062e\u0641 \u0630\u0627\u0634\u0631\u0644\u062b \u0641\u0627\u062b \u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0628\u0647\u0645\u062b. \u064a\u062e \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0639\u0633\u062b \u0641\u0627\u062b \u0630\u0639\u0642\u0642\u062b\u0631\u0641 \u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u062e\u0642 \u0639\u062d\u0645\u062e\u0634\u064a \u0634 \u0631\u062b\u0635 .\u0633\u0642\u0641 \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641 \u0628\u0647\u0645\u062b?", + "You commented...": "\u063a\u062e\u0639 \u0630\u062e\u0648\u0648\u062b\u0631\u0641\u062b\u064a...", + "You could not be subscribed to this post. Refresh the page and try again.": "\u063a\u062e\u0639 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0633\u0639\u0632\u0633\u0630\u0642\u0647\u0632\u062b\u064a \u0641\u062e \u0641\u0627\u0647\u0633 \u062d\u062e\u0633\u0641. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "You could not be unsubscribed from this post. Refresh the page and try again.": "\u063a\u062e\u0639 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0639\u0631\u0633\u0639\u0632\u0633\u0630\u0642\u0647\u0632\u062b\u064a \u0628\u0642\u062e\u0648 \u0641\u0627\u0647\u0633 \u062d\u062e\u0633\u0641. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "You currently have no cohorts configured": "\u063a\u062e\u0639 \u0630\u0639\u0642\u0642\u062b\u0631\u0641\u0645\u063a \u0627\u0634\u062f\u062b \u0631\u062e \u0630\u062e\u0627\u062e\u0642\u0641\u0633 \u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u062b\u064a", + "You did not select a content group": "\u063a\u062e\u0639 \u064a\u0647\u064a \u0631\u062e\u0641 \u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d", + "You did not select any files to submit.": "\u063a\u062e\u0639 \u064a\u0647\u064a \u0631\u062e\u0641 \u0633\u062b\u0645\u062b\u0630\u0641 \u0634\u0631\u063a \u0628\u0647\u0645\u062b\u0633 \u0641\u062e \u0633\u0639\u0632\u0648\u0647\u0641.", + "You did not submit the required files: {requiredFiles}.": "\u063a\u062e\u0639 \u064a\u0647\u064a \u0631\u062e\u0641 \u0633\u0639\u0632\u0648\u0647\u0641 \u0641\u0627\u062b \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a \u0628\u0647\u0645\u062b\u0633: {requiredFiles}.", + "You don't seem to have Flash installed. Get Flash to continue your verification.": "\u063a\u062e\u0639 \u064a\u062e\u0631'\u0641 \u0633\u062b\u062b\u0648 \u0641\u062e \u0627\u0634\u062f\u062b \u0628\u0645\u0634\u0633\u0627 \u0647\u0631\u0633\u0641\u0634\u0645\u0645\u062b\u064a. \u0644\u062b\u0641 \u0628\u0645\u0634\u0633\u0627 \u0641\u062e \u0630\u062e\u0631\u0641\u0647\u0631\u0639\u062b \u063a\u062e\u0639\u0642 \u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631.", + "You don't seem to have a webcam connected.": "\u063a\u062e\u0639 \u064a\u062e\u0631'\u0641 \u0633\u062b\u062b\u0648 \u0641\u062e \u0627\u0634\u062f\u062b \u0634 \u0635\u062b\u0632\u0630\u0634\u0648 \u0630\u062e\u0631\u0631\u062b\u0630\u0641\u062b\u064a.", + "You have already verified your ID!": "\u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u0634\u0645\u0642\u062b\u0634\u064a\u063a \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u063a\u062e\u0639\u0642 \u0647\u064a!", + "You have been logged out of your edX account. Click Okay to log in again now. Click Cancel to stay on this page (you must log in again to save your work).": "\u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u0632\u062b\u062b\u0631 \u0645\u062e\u0644\u0644\u062b\u064a \u062e\u0639\u0641 \u062e\u0628 \u063a\u062e\u0639\u0642 \u062b\u064a\u0637 \u0634\u0630\u0630\u062e\u0639\u0631\u0641. \u0630\u0645\u0647\u0630\u0646 \u062e\u0646\u0634\u063a \u0641\u062e \u0645\u062e\u0644 \u0647\u0631 \u0634\u0644\u0634\u0647\u0631 \u0631\u062e\u0635. \u0630\u0645\u0647\u0630\u0646 \u0630\u0634\u0631\u0630\u062b\u0645 \u0641\u062e \u0633\u0641\u0634\u063a \u062e\u0631 \u0641\u0627\u0647\u0633 \u062d\u0634\u0644\u062b (\u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u0645\u062e\u0644 \u0647\u0631 \u0634\u0644\u0634\u0647\u0631 \u0641\u062e \u0633\u0634\u062f\u062b \u063a\u062e\u0639\u0642 \u0635\u062e\u0642\u0646).", + "You have done a dry run of force publishing the course. Nothing has changed. Had you run it, the following course versions would have been change.": "\u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u064a\u062e\u0631\u062b \u0634 \u064a\u0642\u063a \u0642\u0639\u0631 \u062e\u0628 \u0628\u062e\u0642\u0630\u062b \u062d\u0639\u0632\u0645\u0647\u0633\u0627\u0647\u0631\u0644 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b. \u0631\u062e\u0641\u0627\u0647\u0631\u0644 \u0627\u0634\u0633 \u0630\u0627\u0634\u0631\u0644\u062b\u064a. \u0627\u0634\u064a \u063a\u062e\u0639 \u0642\u0639\u0631 \u0647\u0641, \u0641\u0627\u062b \u0628\u062e\u0645\u0645\u062e\u0635\u0647\u0631\u0644 \u0630\u062e\u0639\u0642\u0633\u062b \u062f\u062b\u0642\u0633\u0647\u062e\u0631\u0633 \u0635\u062e\u0639\u0645\u064a \u0627\u0634\u062f\u062b \u0632\u062b\u062b\u0631 \u0630\u0627\u0634\u0631\u0644\u062b.", + "You have no handouts defined": "\u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u0631\u062e \u0627\u0634\u0631\u064a\u062e\u0639\u0641\u0633 \u064a\u062b\u0628\u0647\u0631\u062b\u064a", + "You have not bookmarked any courseware pages yet": "\u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u0631\u062e\u0641 \u0632\u062e\u062e\u0646\u0648\u0634\u0642\u0646\u062b\u064a \u0634\u0631\u063a \u0630\u062e\u0639\u0642\u0633\u062b\u0635\u0634\u0642\u062b \u062d\u0634\u0644\u062b\u0633 \u063a\u062b\u0641", + "You have not created any certificates yet.": "\u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u0631\u062e\u0641 \u0630\u0642\u062b\u0634\u0641\u062b\u064a \u0634\u0631\u063a \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633 \u063a\u062b\u0641.", + "You have not created any content groups yet.": "\u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u0631\u062e\u0641 \u0630\u0642\u062b\u0634\u0641\u062b\u064a \u0634\u0631\u063a \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d\u0633 \u063a\u062b\u0641.", + "You have not created any group configurations yet.": "\u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u0631\u062e\u0641 \u0630\u0642\u062b\u0634\u0641\u062b\u064a \u0634\u0631\u063a \u0644\u0642\u062e\u0639\u062d \u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u0634\u0641\u0647\u062e\u0631\u0633 \u063a\u062b\u0641.", + "You have selected \u201cDelete my account.\u201d Deletion of your account and personal data is permanent and cannot be undone. {platformName} will not be able to recover your account or the data that is deleted.": "\u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a \u201c\u064a\u062b\u0645\u062b\u0641\u062b \u0648\u063a \u0634\u0630\u0630\u062e\u0639\u0631\u0641.\u201d \u064a\u062b\u0645\u062b\u0641\u0647\u062e\u0631 \u062e\u0628 \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0634\u0631\u064a \u062d\u062b\u0642\u0633\u062e\u0631\u0634\u0645 \u064a\u0634\u0641\u0634 \u0647\u0633 \u062d\u062b\u0642\u0648\u0634\u0631\u062b\u0631\u0641 \u0634\u0631\u064a \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0639\u0631\u064a\u062e\u0631\u062b. {platformName} \u0635\u0647\u0645\u0645 \u0631\u062e\u0641 \u0632\u062b \u0634\u0632\u0645\u062b \u0641\u062e \u0642\u062b\u0630\u062e\u062f\u062b\u0642 \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u062e\u0642 \u0641\u0627\u062b \u064a\u0634\u0641\u0634 \u0641\u0627\u0634\u0641 \u0647\u0633 \u064a\u062b\u0645\u062b\u0641\u062b\u064a.", + "You have set your language to {beta_language}, which is currently not fully translated. You can help us translate this language fully by joining the Transifex community and adding translations from English for learners that speak {beta_language}.": "\u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u0633\u062b\u0641 \u063a\u062e\u0639\u0642 \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b \u0641\u062e {beta_language}, \u0635\u0627\u0647\u0630\u0627 \u0647\u0633 \u0630\u0639\u0642\u0642\u062b\u0631\u0641\u0645\u063a \u0631\u062e\u0641 \u0628\u0639\u0645\u0645\u063a \u0641\u0642\u0634\u0631\u0633\u0645\u0634\u0641\u062b\u064a. \u063a\u062e\u0639 \u0630\u0634\u0631 \u0627\u062b\u0645\u062d \u0639\u0633 \u0641\u0642\u0634\u0631\u0633\u0645\u0634\u0641\u062b \u0641\u0627\u0647\u0633 \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b \u0628\u0639\u0645\u0645\u063a \u0632\u063a \u062a\u062e\u0647\u0631\u0647\u0631\u0644 \u0641\u0627\u062b \u0641\u0642\u0634\u0631\u0633\u0647\u0628\u062b\u0637 \u0630\u062e\u0648\u0648\u0639\u0631\u0647\u0641\u063a \u0634\u0631\u064a \u0634\u064a\u064a\u0647\u0631\u0644 \u0641\u0642\u0634\u0631\u0633\u0645\u0634\u0641\u0647\u062e\u0631\u0633 \u0628\u0642\u062e\u0648 \u062b\u0631\u0644\u0645\u0647\u0633\u0627 \u0628\u062e\u0642 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0641\u0627\u0634\u0641 \u0633\u062d\u062b\u0634\u0646 {beta_language}.", + "You have successfully signed into %(currentProvider)s, but your %(currentProvider)s account does not have a linked %(platformName)s account. To link your accounts, sign in now using your %(platformName)s password.": "\u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0633\u0647\u0644\u0631\u062b\u064a \u0647\u0631\u0641\u062e %(currentProvider)s, \u0632\u0639\u0641 \u063a\u062e\u0639\u0642 %(currentProvider)s \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u064a\u062e\u062b\u0633 \u0631\u062e\u0641 \u0627\u0634\u062f\u062b \u0634 \u0645\u0647\u0631\u0646\u062b\u064a %(platformName)s \u0634\u0630\u0630\u062e\u0639\u0631\u0641. \u0641\u062e \u0645\u0647\u0631\u0646 \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641\u0633, \u0633\u0647\u0644\u0631 \u0647\u0631 \u0631\u062e\u0635 \u0639\u0633\u0647\u0631\u0644 \u063a\u062e\u0639\u0642 %(platformName)s \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a.", + "You have successfully updated your goal.": "\u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0639\u062d\u064a\u0634\u0641\u062b\u064a \u063a\u062e\u0639\u0642 \u0644\u062e\u0634\u0645.", + "You have unsaved changes are you sure you want to navigate away?": "\u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u0639\u0631\u0633\u0634\u062f\u062b\u064a \u0630\u0627\u0634\u0631\u0644\u062b\u0633 \u0634\u0642\u062b \u063a\u062e\u0639 \u0633\u0639\u0642\u062b \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0631\u0634\u062f\u0647\u0644\u0634\u0641\u062b \u0634\u0635\u0634\u063a?", + "You have unsaved changes. Do you really want to leave this page?": "\u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u0639\u0631\u0633\u0634\u062f\u062b\u064a \u0630\u0627\u0634\u0631\u0644\u062b\u0633. \u064a\u062e \u063a\u062e\u0639 \u0642\u062b\u0634\u0645\u0645\u063a \u0635\u0634\u0631\u0641 \u0641\u062e \u0645\u062b\u0634\u062f\u062b \u0641\u0627\u0647\u0633 \u062d\u0634\u0644\u062b?", + "You haven't added any assets to this course yet.": "\u063a\u062e\u0639 \u0627\u0634\u062f\u062b\u0631'\u0641 \u0634\u064a\u064a\u062b\u064a \u0634\u0631\u063a \u0634\u0633\u0633\u062b\u0641\u0633 \u0641\u062e \u0641\u0627\u0647\u0633 \u0630\u062e\u0639\u0642\u0633\u062b \u063a\u062b\u0641.", + "You haven't added any content to this course yet.": "\u063a\u062e\u0639 \u0627\u0634\u062f\u062b\u0631'\u0641 \u0634\u064a\u064a\u062b\u064a \u0634\u0631\u063a \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0641\u062e \u0641\u0627\u0647\u0633 \u0630\u062e\u0639\u0642\u0633\u062b \u063a\u062b\u0641.", + "You haven't added any textbooks to this course yet.": "\u063a\u062e\u0639 \u0627\u0634\u062f\u062b\u0631'\u0641 \u0634\u064a\u064a\u062b\u064a \u0634\u0631\u063a \u0641\u062b\u0637\u0641\u0632\u062e\u062e\u0646\u0633 \u0641\u062e \u0641\u0627\u0647\u0633 \u0630\u062e\u0639\u0642\u0633\u062b \u063a\u062b\u0641.", + "You may access your account with this address if single-sign on or access to your primary email is not available.": "\u063a\u062e\u0639 \u0648\u0634\u063a \u0634\u0630\u0630\u062b\u0633\u0633 \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0635\u0647\u0641\u0627 \u0641\u0627\u0647\u0633 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 \u0647\u0628 \u0633\u0647\u0631\u0644\u0645\u062b-\u0633\u0647\u0644\u0631 \u062e\u0631 \u062e\u0642 \u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u062e \u063a\u062e\u0639\u0642 \u062d\u0642\u0647\u0648\u0634\u0642\u063a \u062b\u0648\u0634\u0647\u0645 \u0647\u0633 \u0631\u062e\u0641 \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b.", + "You may also lose access to verified certificates and other program credentials like MicroMasters certificates. If you want to make a copy of these for your records before proceeding with deletion, follow the instructions for {htmlStart}printing or downloading a certificate{htmlEnd}.": "\u063a\u062e\u0639 \u0648\u0634\u063a \u0634\u0645\u0633\u062e \u0645\u062e\u0633\u062b \u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u062e \u062f\u062b\u0642\u0647\u0628\u0647\u062b\u064a \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633 \u0634\u0631\u064a \u062e\u0641\u0627\u062b\u0642 \u062d\u0642\u062e\u0644\u0642\u0634\u0648 \u0630\u0642\u062b\u064a\u062b\u0631\u0641\u0647\u0634\u0645\u0633 \u0645\u0647\u0646\u062b \u0648\u0647\u0630\u0642\u062e\u0648\u0634\u0633\u0641\u062b\u0642\u0633 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b\u0633. \u0647\u0628 \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0648\u0634\u0646\u062b \u0634 \u0630\u062e\u062d\u063a \u062e\u0628 \u0641\u0627\u062b\u0633\u062b \u0628\u062e\u0642 \u063a\u062e\u0639\u0642 \u0642\u062b\u0630\u062e\u0642\u064a\u0633 \u0632\u062b\u0628\u062e\u0642\u062b \u062d\u0642\u062e\u0630\u062b\u062b\u064a\u0647\u0631\u0644 \u0635\u0647\u0641\u0627 \u064a\u062b\u0645\u062b\u0641\u0647\u062e\u0631, \u0628\u062e\u0645\u0645\u062e\u0635 \u0641\u0627\u062b \u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u0647\u062e\u0631\u0633 \u0628\u062e\u0642 {htmlStart}\u062d\u0642\u0647\u0631\u0641\u0647\u0631\u0644 \u062e\u0642 \u064a\u062e\u0635\u0631\u0645\u062e\u0634\u064a\u0647\u0631\u0644 \u0634 \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b{htmlEnd}.", + "You may be able to complete the image capture procedure without assistance, but it may take a couple of submission attempts to get the camera positioning right. Optimal camera positioning varies with each computer, but generally the best position for a headshot is approximately 12-18 inches (30-45 centimeters) from the camera, with your head centered relative to the computer screen. ": "\u063a\u062e\u0639 \u0648\u0634\u063a \u0632\u062b \u0634\u0632\u0645\u062b \u0641\u062e \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u0641\u0627\u062b \u0647\u0648\u0634\u0644\u062b \u0630\u0634\u062d\u0641\u0639\u0642\u062b \u062d\u0642\u062e\u0630\u062b\u064a\u0639\u0642\u062b \u0635\u0647\u0641\u0627\u062e\u0639\u0641 \u0634\u0633\u0633\u0647\u0633\u0641\u0634\u0631\u0630\u062b, \u0632\u0639\u0641 \u0647\u0641 \u0648\u0634\u063a \u0641\u0634\u0646\u062b \u0634 \u0630\u062e\u0639\u062d\u0645\u062b \u062e\u0628 \u0633\u0639\u0632\u0648\u0647\u0633\u0633\u0647\u062e\u0631 \u0634\u0641\u0641\u062b\u0648\u062d\u0641\u0633 \u0641\u062e \u0644\u062b\u0641 \u0641\u0627\u062b \u0630\u0634\u0648\u062b\u0642\u0634 \u062d\u062e\u0633\u0647\u0641\u0647\u062e\u0631\u0647\u0631\u0644 \u0642\u0647\u0644\u0627\u0641. \u062e\u062d\u0641\u0647\u0648\u0634\u0645 \u0630\u0634\u0648\u062b\u0642\u0634 \u062d\u062e\u0633\u0647\u0641\u0647\u062e\u0631\u0647\u0631\u0644 \u062f\u0634\u0642\u0647\u062b\u0633 \u0635\u0647\u0641\u0627 \u062b\u0634\u0630\u0627 \u0630\u062e\u0648\u062d\u0639\u0641\u062b\u0642, \u0632\u0639\u0641 \u0644\u062b\u0631\u062b\u0642\u0634\u0645\u0645\u063a \u0641\u0627\u062b \u0632\u062b\u0633\u0641 \u062d\u062e\u0633\u0647\u0641\u0647\u062e\u0631 \u0628\u062e\u0642 \u0634 \u0627\u062b\u0634\u064a\u0633\u0627\u062e\u0641 \u0647\u0633 \u0634\u062d\u062d\u0642\u062e\u0637\u0647\u0648\u0634\u0641\u062b\u0645\u063a 12-18 \u0647\u0631\u0630\u0627\u062b\u0633 (30-45 \u0630\u062b\u0631\u0641\u0647\u0648\u062b\u0641\u062b\u0642\u0633) \u0628\u0642\u062e\u0648 \u0641\u0627\u062b \u0630\u0634\u0648\u062b\u0642\u0634, \u0635\u0647\u0641\u0627 \u063a\u062e\u0639\u0642 \u0627\u062b\u0634\u064a \u0630\u062b\u0631\u0641\u062b\u0642\u062b\u064a \u0642\u062b\u0645\u0634\u0641\u0647\u062f\u062b \u0641\u062e \u0641\u0627\u062b \u0630\u062e\u0648\u062d\u0639\u0641\u062b\u0642 \u0633\u0630\u0642\u062b\u062b\u0631. ", + "You may be able to complete the image capture procedure without assistance, but it may take a couple of submission attempts to get the camera positioning right. Optimal camera positioning varies with each computer, but generally, the best position for a photo of an ID card is 8-12 inches (20-30 centimeters) from the camera, with the ID card centered relative to the camera. ": "\u063a\u062e\u0639 \u0648\u0634\u063a \u0632\u062b \u0634\u0632\u0645\u062b \u0641\u062e \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u0641\u0627\u062b \u0647\u0648\u0634\u0644\u062b \u0630\u0634\u062d\u0641\u0639\u0642\u062b \u062d\u0642\u062e\u0630\u062b\u064a\u0639\u0642\u062b \u0635\u0647\u0641\u0627\u062e\u0639\u0641 \u0634\u0633\u0633\u0647\u0633\u0641\u0634\u0631\u0630\u062b, \u0632\u0639\u0641 \u0647\u0641 \u0648\u0634\u063a \u0641\u0634\u0646\u062b \u0634 \u0630\u062e\u0639\u062d\u0645\u062b \u062e\u0628 \u0633\u0639\u0632\u0648\u0647\u0633\u0633\u0647\u062e\u0631 \u0634\u0641\u0641\u062b\u0648\u062d\u0641\u0633 \u0641\u062e \u0644\u062b\u0641 \u0641\u0627\u062b \u0630\u0634\u0648\u062b\u0642\u0634 \u062d\u062e\u0633\u0647\u0641\u0647\u062e\u0631\u0647\u0631\u0644 \u0642\u0647\u0644\u0627\u0641. \u062e\u062d\u0641\u0647\u0648\u0634\u0645 \u0630\u0634\u0648\u062b\u0642\u0634 \u062d\u062e\u0633\u0647\u0641\u0647\u062e\u0631\u0647\u0631\u0644 \u062f\u0634\u0642\u0647\u062b\u0633 \u0635\u0647\u0641\u0627 \u062b\u0634\u0630\u0627 \u0630\u062e\u0648\u062d\u0639\u0641\u062b\u0642, \u0632\u0639\u0641 \u0644\u062b\u0631\u062b\u0642\u0634\u0645\u0645\u063a, \u0641\u0627\u062b \u0632\u062b\u0633\u0641 \u062d\u062e\u0633\u0647\u0641\u0647\u062e\u0631 \u0628\u062e\u0642 \u0634 \u062d\u0627\u062e\u0641\u062e \u062e\u0628 \u0634\u0631 \u0647\u064a \u0630\u0634\u0642\u064a \u0647\u0633 8-12 \u0647\u0631\u0630\u0627\u062b\u0633 (20-30 \u0630\u062b\u0631\u0641\u0647\u0648\u062b\u0641\u062b\u0642\u0633) \u0628\u0642\u062e\u0648 \u0641\u0627\u062b \u0630\u0634\u0648\u062b\u0642\u0634, \u0635\u0647\u0641\u0627 \u0641\u0627\u062b \u0647\u064a \u0630\u0634\u0642\u064a \u0630\u062b\u0631\u0641\u062b\u0642\u062b\u064a \u0642\u062b\u0645\u0634\u0641\u0647\u062f\u062b \u0641\u062e \u0641\u0627\u062b \u0630\u0634\u0648\u062b\u0642\u0634. ", + "You must be over 13 to share a full profile. If you are over 13, make sure that you have specified a birth year on the {account_settings_page_link}": "\u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u0632\u062b \u062e\u062f\u062b\u0642 13 \u0641\u062e \u0633\u0627\u0634\u0642\u062b \u0634 \u0628\u0639\u0645\u0645 \u062d\u0642\u062e\u0628\u0647\u0645\u062b. \u0647\u0628 \u063a\u062e\u0639 \u0634\u0642\u062b \u062e\u062f\u062b\u0642 13, \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u063a\u062e\u0639 \u0627\u0634\u062f\u062b \u0633\u062d\u062b\u0630\u0647\u0628\u0647\u062b\u064a \u0634 \u0632\u0647\u0642\u0641\u0627 \u063a\u062b\u0634\u0642 \u062e\u0631 \u0641\u0627\u062b {account_settings_page_link}", + "You must enter a valid email address in order to add a new team member": "\u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u062b\u0631\u0641\u062b\u0642 \u0634 \u062f\u0634\u0645\u0647\u064a \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 \u0647\u0631 \u062e\u0642\u064a\u062b\u0642 \u0641\u062e \u0634\u064a\u064a \u0634 \u0631\u062b\u0635 \u0641\u062b\u0634\u0648 \u0648\u062b\u0648\u0632\u062b\u0642", + "You must select a session by {expiration_date} to access the course.": "\u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u0633\u062b\u0633\u0633\u0647\u062e\u0631 \u0632\u063a {expiration_date} \u0641\u062e \u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b.", + "You must select a session to access the course.": "\u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u0633\u062b\u0645\u062b\u0630\u0641 \u0634 \u0633\u062b\u0633\u0633\u0647\u062e\u0631 \u0641\u062e \u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b.", + "You must sign out and sign back in before your language changes take effect.": "\u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u0633\u0647\u0644\u0631 \u062e\u0639\u0641 \u0634\u0631\u064a \u0633\u0647\u0644\u0631 \u0632\u0634\u0630\u0646 \u0647\u0631 \u0632\u062b\u0628\u062e\u0642\u062b \u063a\u062e\u0639\u0642 \u0645\u0634\u0631\u0644\u0639\u0634\u0644\u062b \u0630\u0627\u0634\u0631\u0644\u062b\u0633 \u0641\u0634\u0646\u062b \u062b\u0628\u0628\u062b\u0630\u0641.", + "You must specify a name": "\u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u0633\u062d\u062b\u0630\u0647\u0628\u063a \u0634 \u0631\u0634\u0648\u062b", + "You must specify a name for the cohort": "\u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u0633\u062d\u062b\u0630\u0647\u0628\u063a \u0634 \u0631\u0634\u0648\u062b \u0628\u062e\u0642 \u0641\u0627\u062b \u0630\u062e\u0627\u062e\u0642\u0641", + "You must specify your birth year before you can share your full profile. To specify your birth year, go to the {account_settings_page_link}": "\u063a\u062e\u0639 \u0648\u0639\u0633\u0641 \u0633\u062d\u062b\u0630\u0647\u0628\u063a \u063a\u062e\u0639\u0642 \u0632\u0647\u0642\u0641\u0627 \u063a\u062b\u0634\u0642 \u0632\u062b\u0628\u062e\u0642\u062b \u063a\u062e\u0639 \u0630\u0634\u0631 \u0633\u0627\u0634\u0642\u062b \u063a\u062e\u0639\u0642 \u0628\u0639\u0645\u0645 \u062d\u0642\u062e\u0628\u0647\u0645\u062b. \u0641\u062e \u0633\u062d\u062b\u0630\u0647\u0628\u063a \u063a\u062e\u0639\u0642 \u0632\u0647\u0642\u0641\u0627 \u063a\u062b\u0634\u0642, \u0644\u062e \u0641\u062e \u0641\u0627\u062b {account_settings_page_link}", + "You need a computer or cell phone that has a webcam. When you receive a browser prompt, make sure that you allow access to the camera.": "\u063a\u062e\u0639 \u0631\u062b\u062b\u064a \u0634 \u0630\u062e\u0648\u062d\u0639\u0641\u062b\u0642 \u062e\u0642 \u0630\u062b\u0645\u0645 \u062d\u0627\u062e\u0631\u062b \u0641\u0627\u0634\u0641 \u0627\u0634\u0633 \u0634 \u0635\u062b\u0632\u0630\u0634\u0648. \u0635\u0627\u062b\u0631 \u063a\u062e\u0639 \u0642\u062b\u0630\u062b\u0647\u062f\u062b \u0634 \u0632\u0642\u062e\u0635\u0633\u062b\u0642 \u062d\u0642\u062e\u0648\u062d\u0641, \u0648\u0634\u0646\u062b \u0633\u0639\u0642\u062b \u0641\u0627\u0634\u0641 \u063a\u062e\u0639 \u0634\u0645\u0645\u062e\u0635 \u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u062e \u0641\u0627\u062b \u0630\u0634\u0648\u062b\u0642\u0634.", + "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "\u063a\u062e\u0639 \u0631\u062b\u062b\u064a \u0634 \u064a\u0642\u0647\u062f\u062b\u0642'\u0633 \u0645\u0647\u0630\u062b\u0631\u0633\u062b, \u062d\u0634\u0633\u0633\u062d\u062e\u0642\u0641, \u062e\u0642 \u062e\u0641\u0627\u062b\u0642 \u0644\u062e\u062f\u062b\u0642\u0631\u0648\u062b\u0631\u0641-\u0647\u0633\u0633\u0639\u062b\u064a \u0647\u064a \u0641\u0627\u0634\u0641 \u0627\u0634\u0633 \u063a\u062e\u0639\u0642 \u0631\u0634\u0648\u062b \u0634\u0631\u064a \u062d\u0627\u062e\u0641\u062e.", + "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "\u063a\u062e\u0639 \u0631\u062b\u062b\u064a \u0634\u0631 \u0647\u064a \u0635\u0647\u0641\u0627 \u063a\u062e\u0639\u0642 \u0631\u0634\u0648\u062b \u0634\u0631\u064a \u062d\u0627\u062e\u0641\u062e. \u0634 \u064a\u0642\u0647\u062f\u062b\u0642'\u0633 \u0645\u0647\u0630\u062b\u0631\u0633\u062b, \u062d\u0634\u0633\u0633\u062d\u062e\u0642\u0641, \u062e\u0642 \u062e\u0641\u0627\u062b\u0642 \u0644\u062e\u062f\u062b\u0642\u0631\u0648\u062b\u0631\u0641-\u0647\u0633\u0633\u0639\u062b\u064a \u0647\u064a\u0633 \u0634\u0642\u062b \u0634\u0645\u0645 \u0634\u0630\u0630\u062b\u062d\u0641\u0634\u0632\u0645\u062b.", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "\u063a\u062e\u0639 \u0631\u062b\u062b\u064a \u0641\u062e \u0634\u0630\u0641\u0647\u062f\u0634\u0641\u062b \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0632\u062b\u0628\u062e\u0642\u062b \u063a\u062e\u0639 \u0630\u0634\u0631 \u062b\u0631\u0642\u062e\u0645\u0645 \u0647\u0631 \u0630\u062e\u0639\u0642\u0633\u062b\u0633. \u0630\u0627\u062b\u0630\u0646 \u063a\u062e\u0639\u0642 \u0647\u0631\u0632\u062e\u0637 \u0628\u062e\u0642 \u0634\u0631 \u0634\u0630\u0641\u0647\u062f\u0634\u0641\u0647\u062e\u0631 \u062b\u0648\u0634\u0647\u0645.", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "\u063a\u062e\u0639 \u0631\u062b\u062b\u064a \u0641\u062e \u0634\u0630\u0641\u0647\u062f\u0634\u0641\u062b \u063a\u062e\u0639\u0642 \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u0632\u062b\u0628\u062e\u0642\u062b \u063a\u062e\u0639 \u0630\u0634\u0631 \u062b\u0631\u0642\u062e\u0645\u0645 \u0647\u0631 \u0630\u062e\u0639\u0642\u0633\u062b\u0633. \u0630\u0627\u062b\u0630\u0646 \u063a\u062e\u0639\u0642 \u0647\u0631\u0632\u062e\u0637 \u0628\u062e\u0642 \u0634\u0631 \u0634\u0630\u0641\u0647\u062f\u0634\u0641\u0647\u062e\u0631 \u062b\u0648\u0634\u0647\u0645. \u0634\u0628\u0641\u062b\u0642 \u063a\u062e\u0639 \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u0634\u0630\u0641\u0647\u062f\u0634\u0641\u0647\u062e\u0631 \u063a\u062e\u0639 \u0630\u0634\u0631 \u0642\u062b\u0641\u0639\u0642\u0631 \u0634\u0631\u064a \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u0647\u0633 \u062d\u0634\u0644\u062b.", + "You receive messages from {platform_name} and course teams at this address.": "\u063a\u062e\u0639 \u0642\u062b\u0630\u062b\u0647\u062f\u062b \u0648\u062b\u0633\u0633\u0634\u0644\u062b\u0633 \u0628\u0642\u062e\u0648 {platform_name} \u0634\u0631\u064a \u0630\u062e\u0639\u0642\u0633\u062b \u0641\u062b\u0634\u0648\u0633 \u0634\u0641 \u0641\u0627\u0647\u0633 \u0634\u064a\u064a\u0642\u062b\u0633\u0633.", + "You reserve all rights for your work": "\u063a\u062e\u0639 \u0642\u062b\u0633\u062b\u0642\u062f\u062b \u0634\u0645\u0645 \u0642\u0647\u0644\u0627\u0641\u0633 \u0628\u062e\u0642 \u063a\u062e\u0639\u0642 \u0635\u062e\u0642\u0646", + "You still need to visit the %(display_name)s website to complete the credit process.": "\u063a\u062e\u0639 \u0633\u0641\u0647\u0645\u0645 \u0631\u062b\u062b\u064a \u0641\u062e \u062f\u0647\u0633\u0647\u0641 \u0641\u0627\u062b %(display_name)s \u0635\u062b\u0632\u0633\u0647\u0641\u062b \u0641\u062e \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b \u0641\u0627\u062b \u0630\u0642\u062b\u064a\u0647\u0641 \u062d\u0642\u062e\u0630\u062b\u0633\u0633.", + "You submitted {filename}; only {allowedFiles} are allowed.": "\u063a\u062e\u0639 \u0633\u0639\u0632\u0648\u0647\u0641\u0641\u062b\u064a {filename}; \u062e\u0631\u0645\u063a {allowedFiles} \u0634\u0642\u062b \u0634\u0645\u0645\u062e\u0635\u062b\u064a.", + "You waive some rights for your work, such that others can use it too": "\u063a\u062e\u0639 \u0635\u0634\u0647\u062f\u062b \u0633\u062e\u0648\u062b \u0642\u0647\u0644\u0627\u0641\u0633 \u0628\u062e\u0642 \u063a\u062e\u0639\u0642 \u0635\u062e\u0642\u0646, \u0633\u0639\u0630\u0627 \u0641\u0627\u0634\u0641 \u062e\u0641\u0627\u062b\u0642\u0633 \u0630\u0634\u0631 \u0639\u0633\u062b \u0647\u0641 \u0641\u062e\u062e", + "You will be refunded the amount you paid.": "\u063a\u062e\u0639 \u0635\u0647\u0645\u0645 \u0632\u062b \u0642\u062b\u0628\u0639\u0631\u064a\u062b\u064a \u0641\u0627\u062b \u0634\u0648\u062e\u0639\u0631\u0641 \u063a\u062e\u0639 \u062d\u0634\u0647\u064a.", + "You will not be refunded the amount you paid.": "\u063a\u062e\u0639 \u0635\u0647\u0645\u0645 \u0631\u062e\u0641 \u0632\u062b \u0642\u062b\u0628\u0639\u0631\u064a\u062b\u064a \u0641\u0627\u062b \u0634\u0648\u062e\u0639\u0631\u0641 \u063a\u062e\u0639 \u062d\u0634\u0647\u064a.", + "You will not receive notification for emails that bounce, so double-check your spelling.": "\u063a\u062e\u0639 \u0635\u0647\u0645\u0645 \u0631\u062e\u0641 \u0642\u062b\u0630\u062b\u0647\u062f\u062b \u0631\u062e\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631 \u0628\u062e\u0642 \u062b\u0648\u0634\u0647\u0645\u0633 \u0641\u0627\u0634\u0641 \u0632\u062e\u0639\u0631\u0630\u062b, \u0633\u062e \u064a\u062e\u0639\u0632\u0645\u062b-\u0630\u0627\u062b\u0630\u0646 \u063a\u062e\u0639\u0642 \u0633\u062d\u062b\u0645\u0645\u0647\u0631\u0644.", + "You will use your webcam to take a picture of your face and of your government-issued photo ID.": "\u063a\u062e\u0639 \u0635\u0647\u0645\u0645 \u0639\u0633\u062b \u063a\u062e\u0639\u0642 \u0635\u062b\u0632\u0630\u0634\u0648 \u0641\u062e \u0641\u0634\u0646\u062b \u0634 \u062d\u0647\u0630\u0641\u0639\u0642\u062b \u062e\u0628 \u063a\u062e\u0639\u0642 \u0628\u0634\u0630\u062b \u0634\u0631\u064a \u062e\u0628 \u063a\u062e\u0639\u0642 \u0644\u062e\u062f\u062b\u0642\u0631\u0648\u062b\u0631\u0641-\u0647\u0633\u0633\u0639\u062b\u064a \u062d\u0627\u062e\u0641\u062e \u0647\u064a.", + "You!": "\u063a\u062e\u0639!", + "You've made some changes": "\u063a\u062e\u0639'\u062f\u062b \u0648\u0634\u064a\u062b \u0633\u062e\u0648\u062b \u0630\u0627\u0634\u0631\u0644\u062b\u0633", + "You've made some changes, but there are some errors": "\u063a\u062e\u0639'\u062f\u062b \u0648\u0634\u064a\u062b \u0633\u062e\u0648\u062b \u0630\u0627\u0634\u0631\u0644\u062b\u0633, \u0632\u0639\u0641 \u0641\u0627\u062b\u0642\u062b \u0634\u0642\u062b \u0633\u062e\u0648\u062b \u062b\u0642\u0642\u062e\u0642\u0633", + "You've successfully signed into %(currentProvider)s.": "\u063a\u062e\u0639'\u062f\u062b \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0633\u0647\u0644\u0631\u062b\u064a \u0647\u0631\u0641\u062e %(currentProvider)s.", + "Your ID must be a government-issued photo ID that clearly shows your face.": "\u063a\u062e\u0639\u0642 \u0647\u064a \u0648\u0639\u0633\u0641 \u0632\u062b \u0634 \u0644\u062e\u062f\u062b\u0642\u0631\u0648\u062b\u0631\u0641-\u0647\u0633\u0633\u0639\u062b\u064a \u062d\u0627\u062e\u0641\u062e \u0647\u064a \u0641\u0627\u0634\u0641 \u0630\u0645\u062b\u0634\u0642\u0645\u063a \u0633\u0627\u062e\u0635\u0633 \u063a\u062e\u0639\u0642 \u0628\u0634\u0630\u062b.", + "Your Program Journey": "\u063a\u062e\u0639\u0642 \u062d\u0642\u062e\u0644\u0642\u0634\u0648 \u062a\u062e\u0639\u0642\u0631\u062b\u063a", + "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "\u063a\u062e\u0639\u0642 \u0632\u0642\u062e\u0635\u0633\u062b\u0642 \u064a\u062e\u062b\u0633\u0631'\u0641 \u0633\u0639\u062d\u062d\u062e\u0642\u0641 \u064a\u0647\u0642\u062b\u0630\u0641 \u0634\u0630\u0630\u062b\u0633\u0633 \u0641\u062e \u0641\u0627\u062b \u0630\u0645\u0647\u062d\u0632\u062e\u0634\u0642\u064a. \u062d\u0645\u062b\u0634\u0633\u062b \u0639\u0633\u062b \u0641\u0627\u062b \u0630\u0641\u0642\u0645+\u0637/\u0630/\u062f \u0646\u062b\u063a\u0632\u062e\u0634\u0642\u064a \u0633\u0627\u062e\u0642\u0641\u0630\u0639\u0641\u0633 \u0647\u0631\u0633\u0641\u062b\u0634\u064a.", + "Your changes have been saved.": "\u063a\u062e\u0639\u0642 \u0630\u0627\u0634\u0631\u0644\u062b\u0633 \u0627\u0634\u062f\u062b \u0632\u062b\u062b\u0631 \u0633\u0634\u062f\u062b\u064a.", + "Your changes have been saved. {details}": "\u063a\u062e\u0639\u0642 \u0630\u0627\u0634\u0631\u0644\u062b\u0633 \u0627\u0634\u062f\u062b \u0632\u062b\u062b\u0631 \u0633\u0634\u062f\u062b\u064a. {details}", + "Your changes will not take effect until you save your progress.": "\u063a\u062e\u0639\u0642 \u0630\u0627\u0634\u0631\u0644\u062b\u0633 \u0635\u0647\u0645\u0645 \u0631\u062e\u0641 \u0641\u0634\u0646\u062b \u062b\u0628\u0628\u062b\u0630\u0641 \u0639\u0631\u0641\u0647\u0645 \u063a\u062e\u0639 \u0633\u0634\u062f\u062b \u063a\u062e\u0639\u0642 \u062d\u0642\u062e\u0644\u0642\u062b\u0633\u0633.", + "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "\u063a\u062e\u0639\u0642 \u0630\u0627\u0634\u0631\u0644\u062b\u0633 \u0635\u0647\u0645\u0645 \u0631\u062e\u0641 \u0641\u0634\u0646\u062b \u062b\u0628\u0628\u062b\u0630\u0641 \u0639\u0631\u0641\u0647\u0645 \u063a\u062e\u0639 \u0633\u0634\u062f\u062b \u063a\u062e\u0639\u0642 \u062d\u0642\u062e\u0644\u0642\u062b\u0633\u0633. \u0641\u0634\u0646\u062b \u0630\u0634\u0642\u062b \u0635\u0647\u0641\u0627 \u0646\u062b\u063a \u0634\u0631\u064a \u062f\u0634\u0645\u0639\u062b \u0628\u062e\u0642\u0648\u0634\u0641\u0641\u0647\u0631\u0644, \u0634\u0633 \u062f\u0634\u0645\u0647\u064a\u0634\u0641\u0647\u062e\u0631 \u0647\u0633 \u0631\u062e\u0641 \u0647\u0648\u062d\u0645\u062b\u0648\u062b\u0631\u0641\u062b\u064a.", + "Your course could not be exported to XML. There is not enough information to identify the failed component. Inspect your course to identify any problematic components and try again.": "\u063a\u062e\u0639\u0642 \u0630\u062e\u0639\u0642\u0633\u062b \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u062b\u0637\u062d\u062e\u0642\u0641\u062b\u064a \u0641\u062e \u0637\u0648\u0645. \u0641\u0627\u062b\u0642\u062b \u0647\u0633 \u0631\u062e\u0641 \u062b\u0631\u062e\u0639\u0644\u0627 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u0641\u062e \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u063a \u0641\u0627\u062b \u0628\u0634\u0647\u0645\u062b\u064a \u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641. \u0647\u0631\u0633\u062d\u062b\u0630\u0641 \u063a\u062e\u0639\u0642 \u0630\u062e\u0639\u0642\u0633\u062b \u0641\u062e \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u063a \u0634\u0631\u063a \u062d\u0642\u062e\u0632\u0645\u062b\u0648\u0634\u0641\u0647\u0630 \u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641\u0633 \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "Your donation could not be submitted.": "\u063a\u062e\u0639\u0642 \u064a\u062e\u0631\u0634\u0641\u0647\u062e\u0631 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0633\u0639\u0632\u0648\u0647\u0641\u0641\u062b\u064a.", + "Your email message was successfully queued for sending. In courses with a large number of learners, email messages to learners might take up to an hour to be sent.": "\u063a\u062e\u0639\u0642 \u062b\u0648\u0634\u0647\u0645 \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u0635\u0634\u0633 \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u0636\u0639\u062b\u0639\u062b\u064a \u0628\u062e\u0642 \u0633\u062b\u0631\u064a\u0647\u0631\u0644. \u0647\u0631 \u0630\u062e\u0639\u0642\u0633\u062b\u0633 \u0635\u0647\u0641\u0627 \u0634 \u0645\u0634\u0642\u0644\u062b \u0631\u0639\u0648\u0632\u062b\u0642 \u062e\u0628 \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633, \u062b\u0648\u0634\u0647\u0645 \u0648\u062b\u0633\u0633\u0634\u0644\u062b\u0633 \u0641\u062e \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0648\u0647\u0644\u0627\u0641 \u0641\u0634\u0646\u062b \u0639\u062d \u0641\u062e \u0634\u0631 \u0627\u062e\u0639\u0642 \u0641\u062e \u0632\u062b \u0633\u062b\u0631\u0641.", + "Your entire face fits inside the frame.": "\u063a\u062e\u0639\u0642 \u062b\u0631\u0641\u0647\u0642\u062b \u0628\u0634\u0630\u062b \u0628\u0647\u0641\u0633 \u0647\u0631\u0633\u0647\u064a\u062b \u0641\u0627\u062b \u0628\u0642\u0634\u0648\u062b.", + "Your export has failed.": "\u063a\u062e\u0639\u0642 \u062b\u0637\u062d\u062e\u0642\u0641 \u0627\u0634\u0633 \u0628\u0634\u0647\u0645\u062b\u064a.", + "Your face is well-lit.": "\u063a\u062e\u0639\u0642 \u0628\u0634\u0630\u062b \u0647\u0633 \u0635\u062b\u0645\u0645-\u0645\u0647\u0641.", + "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "\u063a\u062e\u0639\u0642 \u0628\u0647\u0645\u062b '{file}' \u0627\u0634\u0633 \u0632\u062b\u062b\u0631 \u0639\u062d\u0645\u062e\u0634\u064a\u062b\u064a. \u0634\u0645\u0645\u062e\u0635 \u0634 \u0628\u062b\u0635 \u0648\u0647\u0631\u0639\u0641\u062b\u0633 \u0628\u062e\u0642 \u062d\u0642\u062e\u0630\u062b\u0633\u0633\u0647\u0631\u0644.", + "Your file could not be uploaded": "\u063a\u062e\u0639\u0642 \u0628\u0647\u0645\u062b \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0639\u062d\u0645\u062e\u0634\u064a\u062b\u064a", + "Your file has been deleted.": "\u063a\u062e\u0639\u0642 \u0628\u0647\u0645\u062b \u0627\u0634\u0633 \u0632\u062b\u062b\u0631 \u064a\u062b\u0645\u062b\u0641\u062b\u064a.", + "Your file {filename} is too large (max size: {maxSize}MB).": "\u063a\u062e\u0639\u0642 \u0628\u0647\u0645\u062b {filename} \u0647\u0633 \u0641\u062e\u062e \u0645\u0634\u0642\u0644\u062b (\u0648\u0634\u0637 \u0633\u0647\u0638\u062b: {maxSize}\u0648\u0632).", + "Your import has failed.": "\u063a\u062e\u0639\u0642 \u0647\u0648\u062d\u062e\u0642\u0641 \u0627\u0634\u0633 \u0628\u0634\u0647\u0645\u062b\u064a.", + "Your import is in progress; navigating away will abort it.": "\u063a\u062e\u0639\u0642 \u0647\u0648\u062d\u062e\u0642\u0641 \u0647\u0633 \u0647\u0631 \u062d\u0642\u062e\u0644\u0642\u062b\u0633\u0633; \u0631\u0634\u062f\u0647\u0644\u0634\u0641\u0647\u0631\u0644 \u0634\u0635\u0634\u063a \u0635\u0647\u0645\u0645 \u0634\u0632\u062e\u0642\u0641 \u0647\u0641.", + "Your library could not be exported to XML. There is not enough information to identify the failed component. Inspect your library to identify any problematic components and try again.": "\u063a\u062e\u0639\u0642 \u0645\u0647\u0632\u0642\u0634\u0642\u063a \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u062b\u0637\u062d\u062e\u0642\u0641\u062b\u064a \u0641\u062e \u0637\u0648\u0645. \u0641\u0627\u062b\u0642\u062b \u0647\u0633 \u0631\u062e\u0641 \u062b\u0631\u062e\u0639\u0644\u0627 \u0647\u0631\u0628\u062e\u0642\u0648\u0634\u0641\u0647\u062e\u0631 \u0641\u062e \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u063a \u0641\u0627\u062b \u0628\u0634\u0647\u0645\u062b\u064a \u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641. \u0647\u0631\u0633\u062d\u062b\u0630\u0641 \u063a\u062e\u0639\u0642 \u0645\u0647\u0632\u0642\u0634\u0642\u063a \u0641\u062e \u0647\u064a\u062b\u0631\u0641\u0647\u0628\u063a \u0634\u0631\u063a \u062d\u0642\u062e\u0632\u0645\u062b\u0648\u0634\u0641\u0647\u0630 \u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641\u0633 \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "Your message cannot be blank.": "\u063a\u062e\u0639\u0642 \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u0630\u0634\u0631\u0631\u062e\u0641 \u0632\u062b \u0632\u0645\u0634\u0631\u0646.", + "Your message must have a subject.": "\u063a\u062e\u0639\u0642 \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u0648\u0639\u0633\u0641 \u0627\u0634\u062f\u062b \u0634 \u0633\u0639\u0632\u062a\u062b\u0630\u0641.", + "Your message must have at least one target.": "\u063a\u062e\u0639\u0642 \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u0648\u0639\u0633\u0641 \u0627\u0634\u062f\u062b \u0634\u0641 \u0645\u062b\u0634\u0633\u0641 \u062e\u0631\u062b \u0641\u0634\u0642\u0644\u062b\u0641.", + "Your policy changes have been saved.": "\u063a\u062e\u0639\u0642 \u062d\u062e\u0645\u0647\u0630\u063a \u0630\u0627\u0634\u0631\u0644\u062b\u0633 \u0627\u0634\u062f\u062b \u0632\u062b\u062b\u0631 \u0633\u0634\u062f\u062b\u064a.", + "Your post will be discarded.": "\u063a\u062e\u0639\u0642 \u062d\u062e\u0633\u0641 \u0635\u0647\u0645\u0645 \u0632\u062b \u064a\u0647\u0633\u0630\u0634\u0642\u064a\u062b\u064a.", + "Your profile settings are managed by {enterprise_name}. Contact your administrator or {link_start}edX Support{link_end} for help.": "\u063a\u062e\u0639\u0642 \u062d\u0642\u062e\u0628\u0647\u0645\u062b \u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633 \u0634\u0642\u062b \u0648\u0634\u0631\u0634\u0644\u062b\u064a \u0632\u063a {enterprise_name}. \u0630\u062e\u0631\u0641\u0634\u0630\u0641 \u063a\u062e\u0639\u0642 \u0634\u064a\u0648\u0647\u0631\u0647\u0633\u0641\u0642\u0634\u0641\u062e\u0642 \u062e\u0642 {link_start}\u062b\u064a\u0637 \u0633\u0639\u062d\u062d\u062e\u0642\u0641{link_end} \u0628\u062e\u0642 \u0627\u062b\u0645\u062d.", + "Your question or idea (required)": "\u063a\u062e\u0639\u0642 \u0636\u0639\u062b\u0633\u0641\u0647\u062e\u0631 \u062e\u0642 \u0647\u064a\u062b\u0634 (\u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a)", + "Your request could not be completed due to a server problem. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u063a\u062e\u0639\u0642 \u0642\u062b\u0636\u0639\u062b\u0633\u0641 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b\u064a \u064a\u0639\u062b \u0641\u062e \u0634 \u0633\u062b\u0642\u062f\u062b\u0642 \u062d\u0642\u062e\u0632\u0645\u062b\u0648. \u0642\u062b\u0645\u062e\u0634\u064a \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631. \u0647\u0628 \u0641\u0627\u062b \u0647\u0633\u0633\u0639\u062b \u062d\u062b\u0642\u0633\u0647\u0633\u0641\u0633, \u0630\u0645\u0647\u0630\u0646 \u0641\u0627\u062b \u0627\u062b\u0645\u062d \u0641\u0634\u0632 \u0641\u062e \u0642\u062b\u062d\u062e\u0642\u0641 \u0641\u0627\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648.", + "Your request could not be completed. Reload the page and try again.": "\u063a\u062e\u0639\u0642 \u0642\u062b\u0636\u0639\u062b\u0633\u0641 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b\u064a. \u0642\u062b\u0645\u062e\u0634\u064a \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "Your request could not be completed. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u063a\u062e\u0639\u0642 \u0642\u062b\u0636\u0639\u062b\u0633\u0641 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b\u064a. \u0642\u062b\u0645\u062e\u0634\u064a \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631. \u0647\u0628 \u0641\u0627\u062b \u0647\u0633\u0633\u0639\u062b \u062d\u062b\u0642\u0633\u0647\u0633\u0641\u0633, \u0630\u0645\u0647\u0630\u0646 \u0641\u0627\u062b \u0627\u062b\u0645\u062d \u0641\u0634\u0632 \u0641\u062e \u0642\u062b\u062d\u062e\u0642\u0641 \u0641\u0627\u062b \u062d\u0642\u062e\u0632\u0645\u062b\u0648.", + "Your request could not be processed. Refresh the page and try again.": "\u063a\u062e\u0639\u0642 \u0642\u062b\u0636\u0639\u062b\u0633\u0641 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u062d\u0642\u062e\u0630\u062b\u0633\u0633\u062b\u064a. \u0642\u062b\u0628\u0642\u062b\u0633\u0627 \u0641\u0627\u062b \u062d\u0634\u0644\u062b \u0634\u0631\u064a \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631.", + "Your team could not be created.": "\u063a\u062e\u0639\u0642 \u0641\u062b\u0634\u0648 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0630\u0642\u062b\u0634\u0641\u062b\u064a.", + "Your team could not be updated.": "\u063a\u062e\u0639\u0642 \u0641\u062b\u0634\u0648 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u0639\u062d\u064a\u0634\u0641\u062b\u064a.", + "Your unenrollment request could not be processed. Please try again later.": "\u063a\u062e\u0639\u0642 \u0639\u0631\u062b\u0631\u0642\u062e\u0645\u0645\u0648\u062b\u0631\u0641 \u0642\u062b\u0636\u0639\u062b\u0633\u0641 \u0630\u062e\u0639\u0645\u064a \u0631\u062e\u0641 \u0632\u062b \u062d\u0642\u062e\u0630\u062b\u0633\u0633\u062b\u064a. \u062d\u0645\u062b\u0634\u0633\u062b \u0641\u0642\u063a \u0634\u0644\u0634\u0647\u0631 \u0645\u0634\u0641\u062b\u0642.", + "Your upload of '{file}' failed.": "\u063a\u062e\u0639\u0642 \u0639\u062d\u0645\u062e\u0634\u064a \u062e\u0628 '{file}' \u0628\u0634\u0647\u0645\u062b\u064a.", + "Your upload of '{file}' succeeded.": "\u063a\u062e\u0639\u0642 \u0639\u062d\u0645\u062e\u0634\u064a \u062e\u0628 '{file}' \u0633\u0639\u0630\u0630\u062b\u062b\u064a\u062b\u064a.", + "Your verification status is good until {verificationGoodUntil}.": "\u063a\u062e\u0639\u0642 \u062f\u062b\u0642\u0647\u0628\u0647\u0630\u0634\u0641\u0647\u062e\u0631 \u0633\u0641\u0634\u0641\u0639\u0633 \u0647\u0633 \u0644\u062e\u062e\u064a \u0639\u0631\u0641\u0647\u0645 {verificationGoodUntil}.", + "Your video uploads are not complete.": "\u063a\u062e\u0639\u0642 \u062f\u0647\u064a\u062b\u062e \u0639\u062d\u0645\u062e\u0634\u064a\u0633 \u0634\u0642\u062b \u0631\u062e\u0641 \u0630\u062e\u0648\u062d\u0645\u062b\u0641\u062b.", + "Your {program} Certificate": "\u063a\u062e\u0639\u0642 {program} \u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b", + "Yourself": "\u063a\u062e\u0639\u0642\u0633\u062b\u0645\u0628", + "Zoom In": "\u0638\u062e\u062e\u0648 \u0647\u0631", + "Zoom Out": "\u0638\u062e\u062e\u0648 \u062e\u0639\u0641", + "[no tags]": "[\u0631\u062e \u0641\u0634\u0644\u0633]", + "a day": "\u0634 \u064a\u0634\u063a", + "a timed exam": "\u0634 \u0641\u0647\u0648\u062b\u064a \u062b\u0637\u0634\u0648", "about %d hour": [ - "\u0634\u0632\u062e\u0639\u0641 %d \u0627\u062e\u0639\u0642", + "\u0634\u0632\u062e\u0639\u0641 %d \u0627\u062e\u0639\u0642", "\u0634\u0632\u062e\u0639\u0641 %d \u0627\u062e\u0639\u0642\u0633" - ], - "about a minute": "\u0634\u0632\u062e\u0639\u0641 \u0634 \u0648\u0647\u0631\u0639\u0641\u062b", - "about a month": "\u0634\u0632\u062e\u0639\u0641 \u0634 \u0648\u062e\u0631\u0641\u0627", - "about a year": "\u0634\u0632\u062e\u0639\u0641 \u0634 \u063a\u062b\u0634\u0642", - "about an hour": "\u0634\u0632\u062e\u0639\u0641 \u0634\u0631 \u0627\u062e\u0639\u0642", - "and others": "\u0634\u0631\u064a \u062e\u0641\u0627\u062b\u0642\u0633", - "anonymous": "\u0634\u0631\u062e\u0631\u063a\u0648\u062e\u0639\u0633", - "answer": "\u0634\u0631\u0633\u0635\u062b\u0642", - "asset_path is required": "\u0634\u0633\u0633\u062b\u0641_\u062d\u0634\u0641\u0627 \u0647\u0633 \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a", - "bytes": "\u0632\u063a\u0641\u062b\u0633", - "certificate": "\u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b", - "close": "\u0630\u0645\u062e\u0633\u062b", - "component": "\u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641", - "content group": "\u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d", - "correct": "\u0630\u062e\u0642\u0642\u062b\u0630\u0641", - "course id": "\u0630\u062e\u0639\u0642\u0633\u062b \u0647\u064a", - "delete chapter": "\u064a\u062b\u0645\u062b\u0641\u062b \u0630\u0627\u0634\u062d\u0641\u062b\u0642", - "delete group": "\u064a\u062b\u0645\u062b\u0641\u062b \u0644\u0642\u062e\u0639\u062d", - "details about the failure": "\u064a\u062b\u0641\u0634\u0647\u0645\u0633 \u0634\u0632\u062e\u0639\u0641 \u0641\u0627\u062b \u0628\u0634\u0647\u0645\u0639\u0642\u062b", - "dragging": "\u064a\u0642\u0634\u0644\u0644\u0647\u0631\u0644", - "dragging out of slider": "\u064a\u0642\u0634\u0644\u0644\u0647\u0631\u0644 \u062e\u0639\u0641 \u062e\u0628 \u0633\u0645\u0647\u064a\u062b\u0642", - "dropped in slider": "\u064a\u0642\u062e\u062d\u062d\u062b\u064a \u0647\u0631 \u0633\u0645\u0647\u064a\u062b\u0642", - "dropped on target": "\u064a\u0642\u062e\u062d\u062d\u062b\u064a \u062e\u0631 \u0641\u0634\u0642\u0644\u062b\u0641", - "e.g. 'Sky with clouds'. The description is helpful for users who cannot see the image.": "\u062b.\u0644. '\u0633\u0646\u063a \u0635\u0647\u0641\u0627 \u0630\u0645\u062e\u0639\u064a\u0633'. \u0641\u0627\u062b \u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631 \u0647\u0633 \u0627\u062b\u0645\u062d\u0628\u0639\u0645 \u0628\u062e\u0642 \u0639\u0633\u062b\u0642\u0633 \u0635\u0627\u062e \u0630\u0634\u0631\u0631\u062e\u0641 \u0633\u062b\u062b \u0641\u0627\u062b \u0647\u0648\u0634\u0644\u062b.", - "e.g. 'google'": "\u062b.\u0644. '\u0644\u062e\u062e\u0644\u0645\u062b'", - "e.g. 'http://google.com'": "\u062b.\u0644. '\u0627\u0641\u0641\u062d://\u0644\u062e\u062e\u0644\u0645\u062b.\u0630\u062e\u0648'", - "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "\u062b.\u0644. \u062a\u062e\u0627\u0631\u064a\u062e\u062b@\u062b\u0637\u0634\u0648\u062d\u0645\u062b.\u0630\u062e\u0648, \u062a\u0634\u0631\u062b\u064a\u062e\u062b, \u062a\u062e\u062b\u063a\u064a\u062e\u062b@\u062b\u0637\u0634\u0648\u062d\u0645\u062b.\u0630\u062e\u0648", - "emphasized text": "\u062b\u0648\u062d\u0627\u0634\u0633\u0647\u0638\u062b\u064a \u0641\u062b\u0637\u0641", - "enter code here": "\u062b\u0631\u0641\u062b\u0642 \u0630\u062e\u064a\u062b \u0627\u062b\u0642\u062b", - "enter link description here": "\u062b\u0631\u0641\u062b\u0642 \u0645\u0647\u0631\u0646 \u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631 \u0627\u062b\u0642\u062b", - "for": "\u0628\u062e\u0642", - "for {courseName}": "\u0628\u062e\u0642 {courseName}", - "group configuration": "\u0644\u0642\u062e\u0639\u062d \u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u0634\u0641\u0647\u062e\u0631", - "image omitted": "\u0647\u0648\u0634\u0644\u062b \u062e\u0648\u0647\u0641\u0641\u062b\u064a", - "incorrect": "\u0647\u0631\u0630\u062e\u0642\u0642\u062b\u0630\u0641", - "last activity": "\u0645\u0634\u0633\u0641 \u0634\u0630\u0641\u0647\u062f\u0647\u0641\u063a", - "less than a minute": "\u0645\u062b\u0633\u0633 \u0641\u0627\u0634\u0631 \u0634 \u0648\u0647\u0631\u0639\u0641\u062b", - "minute": "\u0648\u0647\u0631\u0639\u0641\u062b", - "minutes": "\u0648\u0647\u0631\u0639\u0641\u062b\u0633", - "name": "\u0631\u0634\u0648\u062b", - "off": "\u062e\u0628\u0628", - "on": "\u062e\u0631", - "open slots": "\u062e\u062d\u062b\u0631 \u0633\u0645\u062e\u0641\u0633", - "or": "\u062e\u0642", - "or create a new one here": "\u062e\u0642 \u0630\u0642\u062b\u0634\u0641\u062b \u0634 \u0631\u062b\u0635 \u062e\u0631\u062b \u0627\u062b\u0642\u062b", - "or sign in with": "\u062e\u0642 \u0633\u0647\u0644\u0631 \u0647\u0631 \u0635\u0647\u0641\u0627", - "path/to/introductionToCookieBaking-CH{order}.pdf": "\u062d\u0634\u0641\u0627/\u0641\u062e/\u0647\u0631\u0641\u0642\u062e\u064a\u0639\u0630\u0641\u0647\u062e\u0631\u0641\u062e\u0630\u062e\u062e\u0646\u0647\u062b\u0632\u0634\u0646\u0647\u0631\u0644-\u0630\u0627{order}.\u062d\u064a\u0628", - "price": "\u062d\u0642\u0647\u0630\u062b", - "provide the title/name of the chapter that will be used in navigating": "\u062d\u0642\u062e\u062f\u0647\u064a\u062b \u0641\u0627\u062b \u0641\u0647\u0641\u0645\u062b/\u0631\u0634\u0648\u062b \u062e\u0628 \u0641\u0627\u062b \u0630\u0627\u0634\u062d\u0641\u062b\u0642 \u0641\u0627\u0634\u0641 \u0635\u0647\u0645\u0645 \u0632\u062b \u0639\u0633\u062b\u064a \u0647\u0631 \u0631\u0634\u062f\u0647\u0644\u0634\u0641\u0647\u0631\u0644", - "provide the title/name of the text book as you would like your students to see it": "\u062d\u0642\u062e\u062f\u0647\u064a\u062b \u0641\u0627\u062b \u0641\u0647\u0641\u0645\u062b/\u0631\u0634\u0648\u062b \u062e\u0628 \u0641\u0627\u062b \u0641\u062b\u0637\u0641 \u0632\u062e\u062e\u0646 \u0634\u0633 \u063a\u062e\u0639 \u0635\u062e\u0639\u0645\u064a \u0645\u0647\u0646\u062b \u063a\u062e\u0639\u0642 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633 \u0641\u062e \u0633\u062b\u062b \u0647\u0641", - "remove": "\u0642\u062b\u0648\u062e\u062f\u062b", - "remove all": "\u0642\u062b\u0648\u062e\u062f\u062b \u0634\u0645\u0645", - "second": "\u0633\u062b\u0630\u062e\u0631\u064a", - "seconds": "\u0633\u062b\u0630\u062e\u0631\u064a\u0633", - "section": "\u0633\u062b\u0630\u0641\u0647\u062e\u0631", - "send an email message to {email}": "\u0633\u062b\u0631\u064a \u0634\u0631 \u062b\u0648\u0634\u0647\u0645 \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u0641\u062e {email}", - "strong text": "\u0633\u0641\u0642\u062e\u0631\u0644 \u0641\u062b\u0637\u0641", - "subsection": "\u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631", - "team count": "\u0641\u062b\u0634\u0648 \u0630\u062e\u0639\u0631\u0641", - "text_word_{uniqueId}": "\u0641\u062b\u0637\u0641_\u0635\u062e\u0642\u064a_{uniqueId}", - "text_word_{uniqueId} title_word_{uniqueId}": "\u0641\u062b\u0637\u0641_\u0635\u062e\u0642\u064a_{uniqueId} \u0641\u0647\u0641\u0645\u062b_\u0635\u062e\u0642\u064a_{uniqueId}", + ], + "about a minute": "\u0634\u0632\u062e\u0639\u0641 \u0634 \u0648\u0647\u0631\u0639\u0641\u062b", + "about a month": "\u0634\u0632\u062e\u0639\u0641 \u0634 \u0648\u062e\u0631\u0641\u0627", + "about a year": "\u0634\u0632\u062e\u0639\u0641 \u0634 \u063a\u062b\u0634\u0642", + "about an hour": "\u0634\u0632\u062e\u0639\u0641 \u0634\u0631 \u0627\u062e\u0639\u0642", + "and others": "\u0634\u0631\u064a \u062e\u0641\u0627\u062b\u0642\u0633", + "anonymous": "\u0634\u0631\u062e\u0631\u063a\u0648\u062e\u0639\u0633", + "answer": "\u0634\u0631\u0633\u0635\u062b\u0642", + "asset_path is required": "\u0634\u0633\u0633\u062b\u0641_\u062d\u0634\u0641\u0627 \u0647\u0633 \u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a", + "bytes": "\u0632\u063a\u0641\u062b\u0633", + "certificate": "\u0630\u062b\u0642\u0641\u0647\u0628\u0647\u0630\u0634\u0641\u062b", + "close": "\u0630\u0645\u062e\u0633\u062b", + "component": "\u0630\u062e\u0648\u062d\u062e\u0631\u062b\u0631\u0641", + "content group": "\u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d", + "correct": "\u0630\u062e\u0642\u0642\u062b\u0630\u0641", + "course id": "\u0630\u062e\u0639\u0642\u0633\u062b \u0647\u064a", + "delete chapter": "\u064a\u062b\u0645\u062b\u0641\u062b \u0630\u0627\u0634\u062d\u0641\u062b\u0642", + "delete group": "\u064a\u062b\u0645\u062b\u0641\u062b \u0644\u0642\u062e\u0639\u062d", + "details about the failure": "\u064a\u062b\u0641\u0634\u0647\u0645\u0633 \u0634\u0632\u062e\u0639\u0641 \u0641\u0627\u062b \u0628\u0634\u0647\u0645\u0639\u0642\u062b", + "dragging": "\u064a\u0642\u0634\u0644\u0644\u0647\u0631\u0644", + "dragging out of slider": "\u064a\u0642\u0634\u0644\u0644\u0647\u0631\u0644 \u062e\u0639\u0641 \u062e\u0628 \u0633\u0645\u0647\u064a\u062b\u0642", + "dropped in slider": "\u064a\u0642\u062e\u062d\u062d\u062b\u064a \u0647\u0631 \u0633\u0645\u0647\u064a\u062b\u0642", + "dropped on target": "\u064a\u0642\u062e\u062d\u062d\u062b\u064a \u062e\u0631 \u0641\u0634\u0642\u0644\u062b\u0641", + "e.g. 'Sky with clouds'. The description is helpful for users who cannot see the image.": "\u062b.\u0644. '\u0633\u0646\u063a \u0635\u0647\u0641\u0627 \u0630\u0645\u062e\u0639\u064a\u0633'. \u0641\u0627\u062b \u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631 \u0647\u0633 \u0627\u062b\u0645\u062d\u0628\u0639\u0645 \u0628\u062e\u0642 \u0639\u0633\u062b\u0642\u0633 \u0635\u0627\u062e \u0630\u0634\u0631\u0631\u062e\u0641 \u0633\u062b\u062b \u0641\u0627\u062b \u0647\u0648\u0634\u0644\u062b.", + "e.g. 'google'": "\u062b.\u0644. '\u0644\u062e\u062e\u0644\u0645\u062b'", + "e.g. 'http://google.com'": "\u062b.\u0644. '\u0627\u0641\u0641\u062d://\u0644\u062e\u062e\u0644\u0645\u062b.\u0630\u062e\u0648'", + "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "\u062b.\u0644. \u062a\u062e\u0627\u0631\u064a\u062e\u062b@\u062b\u0637\u0634\u0648\u062d\u0645\u062b.\u0630\u062e\u0648, \u062a\u0634\u0631\u062b\u064a\u062e\u062b, \u062a\u062e\u062b\u063a\u064a\u062e\u062b@\u062b\u0637\u0634\u0648\u062d\u0645\u062b.\u0630\u062e\u0648", + "emphasized text": "\u062b\u0648\u062d\u0627\u0634\u0633\u0647\u0638\u062b\u064a \u0641\u062b\u0637\u0641", + "enter code here": "\u062b\u0631\u0641\u062b\u0642 \u0630\u062e\u064a\u062b \u0627\u062b\u0642\u062b", + "enter link description here": "\u062b\u0631\u0641\u062b\u0642 \u0645\u0647\u0631\u0646 \u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631 \u0627\u062b\u0642\u062b", + "for": "\u0628\u062e\u0642", + "for {courseName}": "\u0628\u062e\u0642 {courseName}", + "group configuration": "\u0644\u0642\u062e\u0639\u062d \u0630\u062e\u0631\u0628\u0647\u0644\u0639\u0642\u0634\u0641\u0647\u062e\u0631", + "image omitted": "\u0647\u0648\u0634\u0644\u062b \u062e\u0648\u0647\u0641\u0641\u062b\u064a", + "incorrect": "\u0647\u0631\u0630\u062e\u0642\u0642\u062b\u0630\u0641", + "last activity": "\u0645\u0634\u0633\u0641 \u0634\u0630\u0641\u0647\u062f\u0647\u0641\u063a", + "less than a minute": "\u0645\u062b\u0633\u0633 \u0641\u0627\u0634\u0631 \u0634 \u0648\u0647\u0631\u0639\u0641\u062b", + "minute": "\u0648\u0647\u0631\u0639\u0641\u062b", + "minutes": "\u0648\u0647\u0631\u0639\u0641\u062b\u0633", + "name": "\u0631\u0634\u0648\u062b", + "off": "\u062e\u0628\u0628", + "on": "\u062e\u0631", + "open slots": "\u062e\u062d\u062b\u0631 \u0633\u0645\u062e\u0641\u0633", + "or": "\u062e\u0642", + "or create a new one here": "\u062e\u0642 \u0630\u0642\u062b\u0634\u0641\u062b \u0634 \u0631\u062b\u0635 \u062e\u0631\u062b \u0627\u062b\u0642\u062b", + "or sign in with": "\u062e\u0642 \u0633\u0647\u0644\u0631 \u0647\u0631 \u0635\u0647\u0641\u0627", + "path/to/introductionToCookieBaking-CH{order}.pdf": "\u062d\u0634\u0641\u0627/\u0641\u062e/\u0647\u0631\u0641\u0642\u062e\u064a\u0639\u0630\u0641\u0647\u062e\u0631\u0641\u062e\u0630\u062e\u062e\u0646\u0647\u062b\u0632\u0634\u0646\u0647\u0631\u0644-\u0630\u0627{order}.\u062d\u064a\u0628", + "price": "\u062d\u0642\u0647\u0630\u062b", + "provide the title/name of the chapter that will be used in navigating": "\u062d\u0642\u062e\u062f\u0647\u064a\u062b \u0641\u0627\u062b \u0641\u0647\u0641\u0645\u062b/\u0631\u0634\u0648\u062b \u062e\u0628 \u0641\u0627\u062b \u0630\u0627\u0634\u062d\u0641\u062b\u0642 \u0641\u0627\u0634\u0641 \u0635\u0647\u0645\u0645 \u0632\u062b \u0639\u0633\u062b\u064a \u0647\u0631 \u0631\u0634\u062f\u0647\u0644\u0634\u0641\u0647\u0631\u0644", + "provide the title/name of the text book as you would like your students to see it": "\u062d\u0642\u062e\u062f\u0647\u064a\u062b \u0641\u0627\u062b \u0641\u0647\u0641\u0645\u062b/\u0631\u0634\u0648\u062b \u062e\u0628 \u0641\u0627\u062b \u0641\u062b\u0637\u0641 \u0632\u062e\u062e\u0646 \u0634\u0633 \u063a\u062e\u0639 \u0635\u062e\u0639\u0645\u064a \u0645\u0647\u0646\u062b \u063a\u062e\u0639\u0642 \u0633\u0641\u0639\u064a\u062b\u0631\u0641\u0633 \u0641\u062e \u0633\u062b\u062b \u0647\u0641", + "remove": "\u0642\u062b\u0648\u062e\u062f\u062b", + "remove all": "\u0642\u062b\u0648\u062e\u062f\u062b \u0634\u0645\u0645", + "second": "\u0633\u062b\u0630\u062e\u0631\u064a", + "seconds": "\u0633\u062b\u0630\u062e\u0631\u064a\u0633", + "section": "\u0633\u062b\u0630\u0641\u0647\u062e\u0631", + "send an email message to {email}": "\u0633\u062b\u0631\u064a \u0634\u0631 \u062b\u0648\u0634\u0647\u0645 \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u0641\u062e {email}", + "strong text": "\u0633\u0641\u0642\u062e\u0631\u0644 \u0641\u062b\u0637\u0641", + "subsection": "\u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631", + "team count": "\u0641\u062b\u0634\u0648 \u0630\u062e\u0639\u0631\u0641", + "text_word_{uniqueId}": "\u0641\u062b\u0637\u0641_\u0635\u062e\u0642\u064a_{uniqueId}", + "text_word_{uniqueId} title_word_{uniqueId}": "\u0641\u062b\u0637\u0641_\u0635\u062e\u0642\u064a_{uniqueId} \u0641\u0647\u0641\u0645\u062b_\u0635\u062e\u0642\u064a_{uniqueId}", "there is currently {numVotes} vote": [ - "\u0641\u0627\u062b\u0642\u062b \u0647\u0633 \u0630\u0639\u0642\u0642\u062b\u0631\u0641\u0645\u063a {numVotes} \u062f\u062e\u0641\u062b", + "\u0641\u0627\u062b\u0642\u062b \u0647\u0633 \u0630\u0639\u0642\u0642\u062b\u0631\u0641\u0645\u063a {numVotes} \u062f\u062e\u0641\u062b", "\u0641\u0627\u062b\u0642\u062b \u0634\u0642\u062b \u0630\u0639\u0642\u0642\u062b\u0631\u0641\u0645\u063a {numVotes} \u062f\u062e\u0641\u062b\u0633" - ], - "title_word_{uniqueId}": "\u0641\u0647\u0641\u0645\u062b_\u0635\u062e\u0642\u064a_{uniqueId}", - "toggle chapter %(displayName)s": "\u0641\u062e\u0644\u0644\u0645\u062b \u0630\u0627\u0634\u062d\u0641\u062b\u0642 %(displayName)s", - "toggle subsection %(displayName)s": "\u0641\u062e\u0644\u0644\u0645\u062b \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631 %(displayName)s", - "unit": "\u0639\u0631\u0647\u0641", - "unsubmitted": "\u0639\u0631\u0633\u0639\u0632\u0648\u0647\u0641\u0641\u062b\u064a", - "upload a PDF file or provide the path to a Studio asset file": "\u0639\u062d\u0645\u062e\u0634\u064a \u0634 \u062d\u064a\u0628 \u0628\u0647\u0645\u062b \u062e\u0642 \u062d\u0642\u062e\u062f\u0647\u064a\u062b \u0641\u0627\u062b \u062d\u0634\u0641\u0627 \u0641\u062e \u0634 \u0633\u0641\u0639\u064a\u0647\u062e \u0634\u0633\u0633\u062b\u0641 \u0628\u0647\u0645\u062b", - "username or email": "\u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b \u062e\u0642 \u062b\u0648\u0634\u0647\u0645", - "with %(release_date_from)s": "\u0635\u0647\u0641\u0627 %(release_date_from)s", - "with %(section_or_subsection)s": "\u0635\u0647\u0641\u0627 %(section_or_subsection)s", - "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", - "{ReqTextSpanStart}Requirements{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{ReqTextSpanStart}\u0642\u062b\u0636\u0639\u0647\u0642\u062b\u0648\u062b\u0631\u0641\u0633{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", - "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start}\u0632\u0642\u062e\u0635\u0633\u062b \u0641\u062b\u0634\u0648\u0633 \u0647\u0631 \u062e\u0641\u0627\u062b\u0642 \u0641\u062e\u062d\u0647\u0630\u0633{span_end} \u062e\u0642 {search_span_start}\u0633\u062b\u0634\u0642\u0630\u0627 \u0641\u062b\u0634\u0648\u0633{span_end} \u0647\u0631 \u0641\u0627\u0647\u0633 \u0641\u062e\u062d\u0647\u0630. \u0647\u0628 \u063a\u062e\u0639 \u0633\u0641\u0647\u0645\u0645 \u0630\u0634\u0631'\u0641 \u0628\u0647\u0631\u064a \u0634 \u0641\u062b\u0634\u0648 \u0641\u062e \u062a\u062e\u0647\u0631, {create_span_start}\u0630\u0642\u062b\u0634\u0641\u062b \u0634 \u0631\u062b\u0635 \u0641\u062b\u0634\u0648 \u0647\u0631 \u0641\u0627\u0647\u0633 \u0641\u062e\u062d\u0647\u0630{span_end}.", - "{categoryText} in {parentDisplayname}": "{categoryText} \u0647\u0631 {parentDisplayname}", - "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} of {maxCharacters}": "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} \u062e\u0628 {maxCharacters}", - "{display_name} Settings": "{display_name} \u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633", - "{email}": "{email}", - "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} \u0647\u0633 \u0634\u0645\u0642\u062b\u0634\u064a\u063a \u062e\u0631 \u0641\u0627\u062b {container} \u0641\u062b\u0634\u0648. \u0642\u062b\u0630\u0627\u062b\u0630\u0646 \u0641\u0627\u062b \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 \u0647\u0628 \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0634\u064a\u064a \u0634 \u0631\u062b\u0635 \u0648\u062b\u0648\u0632\u062b\u0642.", - "{filename} exceeds maximum size of {maxFileSizeInGB} GB.": "{filename} \u062b\u0637\u0630\u062b\u062b\u064a\u0633 \u0648\u0634\u0637\u0647\u0648\u0639\u0648 \u0633\u0647\u0638\u062b \u062e\u0628 {maxFileSizeInGB} \u0644\u0632.", - "{filename} is not in a supported file format. Supported file formats are {supportedFileFormats}.": "{filename} \u0647\u0633 \u0631\u062e\u0641 \u0647\u0631 \u0634 \u0633\u0639\u062d\u062d\u062e\u0642\u0641\u062b\u064a \u0628\u0647\u0645\u062b \u0628\u062e\u0642\u0648\u0634\u0641. \u0633\u0639\u062d\u062d\u062e\u0642\u0641\u062b\u064a \u0628\u0647\u0645\u062b \u0628\u062e\u0642\u0648\u0634\u0641\u0633 \u0634\u0642\u062b {supportedFileFormats}.", - "{hours}:{minutes} (current UTC time)": "{hours}:{minutes} (\u0630\u0639\u0642\u0642\u062b\u0631\u0641 \u0639\u0641\u0630 \u0641\u0647\u0648\u062b)", - "{htmlStart}Want to change your email, name, or password instead?{htmlEnd}": "{htmlStart}\u0635\u0634\u0631\u0641 \u0641\u062e \u0630\u0627\u0634\u0631\u0644\u062b \u063a\u062e\u0639\u0642 \u062b\u0648\u0634\u0647\u0645, \u0631\u0634\u0648\u062b, \u062e\u0642 \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a \u0647\u0631\u0633\u0641\u062b\u0634\u064a?{htmlEnd}", - "{label}: {status}": "{label}: {status}", - "{maxWidth}x{maxHeight} pixels": "{maxWidth}\u0637{maxHeight} \u062d\u0647\u0637\u062b\u0645\u0633", - "{minutes} {unit}": "{minutes} {unit}", + ], + "title_word_{uniqueId}": "\u0641\u0647\u0641\u0645\u062b_\u0635\u062e\u0642\u064a_{uniqueId}", + "toggle chapter %(displayName)s": "\u0641\u062e\u0644\u0644\u0645\u062b \u0630\u0627\u0634\u062d\u0641\u062b\u0642 %(displayName)s", + "toggle subsection %(displayName)s": "\u0641\u062e\u0644\u0644\u0645\u062b \u0633\u0639\u0632\u0633\u062b\u0630\u0641\u0647\u062e\u0631 %(displayName)s", + "unit": "\u0639\u0631\u0647\u0641", + "unsubmitted": "\u0639\u0631\u0633\u0639\u0632\u0648\u0647\u0641\u0641\u062b\u064a", + "upload a PDF file or provide the path to a Studio asset file": "\u0639\u062d\u0645\u062e\u0634\u064a \u0634 \u062d\u064a\u0628 \u0628\u0647\u0645\u062b \u062e\u0642 \u062d\u0642\u062e\u062f\u0647\u064a\u062b \u0641\u0627\u062b \u062d\u0634\u0641\u0627 \u0641\u062e \u0634 \u0633\u0641\u0639\u064a\u0647\u062e \u0634\u0633\u0633\u062b\u0641 \u0628\u0647\u0645\u062b", + "username or email": "\u0639\u0633\u062b\u0642\u0631\u0634\u0648\u062b \u062e\u0642 \u062b\u0648\u0634\u0647\u0645", + "with %(release_date_from)s": "\u0635\u0647\u0641\u0627 %(release_date_from)s", + "with %(section_or_subsection)s": "\u0635\u0647\u0641\u0627 %(section_or_subsection)s", + "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", + "{ReqTextSpanStart}Requirements{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{ReqTextSpanStart}\u0642\u062b\u0636\u0639\u0647\u0642\u062b\u0648\u062b\u0631\u0641\u0633{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", + "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start}\u0632\u0642\u062e\u0635\u0633\u062b \u0641\u062b\u0634\u0648\u0633 \u0647\u0631 \u062e\u0641\u0627\u062b\u0642 \u0641\u062e\u062d\u0647\u0630\u0633{span_end} \u062e\u0642 {search_span_start}\u0633\u062b\u0634\u0642\u0630\u0627 \u0641\u062b\u0634\u0648\u0633{span_end} \u0647\u0631 \u0641\u0627\u0647\u0633 \u0641\u062e\u062d\u0647\u0630. \u0647\u0628 \u063a\u062e\u0639 \u0633\u0641\u0647\u0645\u0645 \u0630\u0634\u0631'\u0641 \u0628\u0647\u0631\u064a \u0634 \u0641\u062b\u0634\u0648 \u0641\u062e \u062a\u062e\u0647\u0631, {create_span_start}\u0630\u0642\u062b\u0634\u0641\u062b \u0634 \u0631\u062b\u0635 \u0641\u062b\u0634\u0648 \u0647\u0631 \u0641\u0627\u0647\u0633 \u0641\u062e\u062d\u0647\u0630{span_end}.", + "{categoryText} in {parentDisplayname}": "{categoryText} \u0647\u0631 {parentDisplayname}", + "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} of {maxCharacters}": "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} \u062e\u0628 {maxCharacters}", + "{display_name} Settings": "{display_name} \u0633\u062b\u0641\u0641\u0647\u0631\u0644\u0633", + "{download_link_start}Download this image (right-click or option-click, save as){link_end} and then {upload_link_start}upload{link_end} it to your backpack.": "{download_link_start}\u064a\u062e\u0635\u0631\u0645\u062e\u0634\u064a \u0641\u0627\u0647\u0633 \u0647\u0648\u0634\u0644\u062b (\u0642\u0647\u0644\u0627\u0641-\u0630\u0645\u0647\u0630\u0646 \u062e\u0642 \u062e\u062d\u0641\u0647\u062e\u0631-\u0630\u0645\u0647\u0630\u0646, \u0633\u0634\u062f\u062b \u0634\u0633){link_end} \u0634\u0631\u064a \u0641\u0627\u062b\u0631 {upload_link_start}\u0639\u062d\u0645\u062e\u0634\u064a{link_end} \u0647\u0641 \u0641\u062e \u063a\u062e\u0639\u0642 \u0632\u0634\u0630\u0646\u062d\u0634\u0630\u0646.", + "{earned}/{possible} point (graded)": [ + "{earned}/{possible} \u062d\u062e\u0647\u0631\u0641 (\u0644\u0642\u0634\u064a\u062b\u064a)", + "{earned}/{possible} \u062d\u062e\u0647\u0631\u0641\u0633 (\u0644\u0642\u0634\u064a\u062b\u064a)" + ], + "{earned}/{possible} point (ungraded)": [ + "{earned}/{possible} \u062d\u062e\u0647\u0631\u0641 (\u0639\u0631\u0644\u0642\u0634\u064a\u062b\u064a)", + "{earned}/{possible} \u062d\u062e\u0647\u0631\u0641\u0633 (\u0639\u0631\u0644\u0642\u0634\u064a\u062b\u064a)" + ], + "{email}": "{email}", + "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} \u0647\u0633 \u0634\u0645\u0642\u062b\u0634\u064a\u063a \u062e\u0631 \u0641\u0627\u062b {container} \u0641\u062b\u0634\u0648. \u0642\u062b\u0630\u0627\u062b\u0630\u0646 \u0641\u0627\u062b \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 \u0647\u0628 \u063a\u062e\u0639 \u0635\u0634\u0631\u0641 \u0641\u062e \u0634\u064a\u064a \u0634 \u0631\u062b\u0635 \u0648\u062b\u0648\u0632\u062b\u0642.", + "{filename} exceeds maximum size of {maxFileSizeInGB} GB.": "{filename} \u062b\u0637\u0630\u062b\u062b\u064a\u0633 \u0648\u0634\u0637\u0647\u0648\u0639\u0648 \u0633\u0647\u0638\u062b \u062e\u0628 {maxFileSizeInGB} \u0644\u0632.", + "{filename} is not in a supported file format. Supported file formats are {supportedFileFormats}.": "{filename} \u0647\u0633 \u0631\u062e\u0641 \u0647\u0631 \u0634 \u0633\u0639\u062d\u062d\u062e\u0642\u0641\u062b\u064a \u0628\u0647\u0645\u062b \u0628\u062e\u0642\u0648\u0634\u0641. \u0633\u0639\u062d\u062d\u062e\u0642\u0641\u062b\u064a \u0628\u0647\u0645\u062b \u0628\u062e\u0642\u0648\u0634\u0641\u0633 \u0634\u0642\u062b {supportedFileFormats}.", + "{hours}:{minutes} (current UTC time)": "{hours}:{minutes} (\u0630\u0639\u0642\u0642\u062b\u0631\u0641 \u0639\u0641\u0630 \u0641\u0647\u0648\u062b)", + "{htmlStart}Want to change your email, name, or password instead?{htmlEnd}": "{htmlStart}\u0635\u0634\u0631\u0641 \u0641\u062e \u0630\u0627\u0634\u0631\u0644\u062b \u063a\u062e\u0639\u0642 \u062b\u0648\u0634\u0647\u0645, \u0631\u0634\u0648\u062b, \u062e\u0642 \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a \u0647\u0631\u0633\u0641\u062b\u0634\u064a?{htmlEnd}", + "{label}: {status}": "{label}: {status}", + "{maxWidth}x{maxHeight} pixels": "{maxWidth}\u0637{maxHeight} \u062d\u0647\u0637\u062b\u0645\u0633", + "{minutes} {unit}": "{minutes} {unit}", "{numMoved} learner was moved from {prevCohort}": [ - "{numMoved} \u0645\u062b\u0634\u0642\u0631\u062b\u0642 \u0635\u0634\u0633 \u0648\u062e\u062f\u062b\u064a \u0628\u0642\u062e\u0648 {prevCohort}", + "{numMoved} \u0645\u062b\u0634\u0642\u0631\u062b\u0642 \u0635\u0634\u0633 \u0648\u062e\u062f\u062b\u064a \u0628\u0642\u062e\u0648 {prevCohort}", "{numMoved} \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0635\u062b\u0642\u062b \u0648\u062e\u062f\u062b\u064a \u0628\u0642\u062e\u0648 {prevCohort}" - ], + ], "{numPreassigned} learner was pre-assigned for this cohort. This learner will automatically be added to the cohort when they enroll in the course.": [ - "{numPreassigned} \u0645\u062b\u0634\u0642\u0631\u062b\u0642 \u0635\u0634\u0633 \u062d\u0642\u062b-\u0634\u0633\u0633\u0647\u0644\u0631\u062b\u064a \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u0630\u062e\u0627\u062e\u0642\u0641. \u0641\u0627\u0647\u0633 \u0645\u062b\u0634\u0642\u0631\u062b\u0642 \u0635\u0647\u0645\u0645 \u0634\u0639\u0641\u062e\u0648\u0634\u0641\u0647\u0630\u0634\u0645\u0645\u063a \u0632\u062b \u0634\u064a\u064a\u062b\u064a \u0641\u062e \u0641\u0627\u062b \u0630\u062e\u0627\u062e\u0642\u0641 \u0635\u0627\u062b\u0631 \u0641\u0627\u062b\u063a \u062b\u0631\u0642\u062e\u0645\u0645 \u0647\u0631 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b.", + "{numPreassigned} \u0645\u062b\u0634\u0642\u0631\u062b\u0642 \u0635\u0634\u0633 \u062d\u0642\u062b-\u0634\u0633\u0633\u0647\u0644\u0631\u062b\u064a \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u0630\u062e\u0627\u062e\u0642\u0641. \u0641\u0627\u0647\u0633 \u0645\u062b\u0634\u0642\u0631\u062b\u0642 \u0635\u0647\u0645\u0645 \u0634\u0639\u0641\u062e\u0648\u0634\u0641\u0647\u0630\u0634\u0645\u0645\u063a \u0632\u062b \u0634\u064a\u064a\u062b\u064a \u0641\u062e \u0641\u0627\u062b \u0630\u062e\u0627\u062e\u0642\u0641 \u0635\u0627\u062b\u0631 \u0641\u0627\u062b\u063a \u062b\u0631\u0642\u062e\u0645\u0645 \u0647\u0631 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b.", "{numPreassigned} \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0635\u062b\u0642\u062b \u062d\u0642\u062b-\u0634\u0633\u0633\u0647\u0644\u0631\u062b\u064a \u0628\u062e\u0642 \u0641\u0627\u0647\u0633 \u0630\u062e\u0627\u062e\u0642\u0641. \u0641\u0627\u062b\u0633\u062b \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0635\u0647\u0645\u0645 \u0634\u0639\u0641\u062e\u0648\u0634\u0641\u0647\u0630\u0634\u0645\u0645\u063a \u0632\u062b \u0634\u064a\u064a\u062b\u064a \u0641\u062e \u0641\u0627\u062b \u0630\u062e\u0627\u062e\u0642\u0641 \u0635\u0627\u062b\u0631 \u0641\u0627\u062b\u063a \u062b\u0631\u0642\u062e\u0645\u0645 \u0647\u0631 \u0641\u0627\u062b \u0630\u062e\u0639\u0642\u0633\u062b." - ], + ], "{numPresent} learner was already in the cohort": [ - "{numPresent} \u0645\u062b\u0634\u0642\u0631\u062b\u0642 \u0635\u0634\u0633 \u0634\u0645\u0642\u062b\u0634\u064a\u063a \u0647\u0631 \u0641\u0627\u062b \u0630\u062e\u0627\u062e\u0642\u0641", + "{numPresent} \u0645\u062b\u0634\u0642\u0631\u062b\u0642 \u0635\u0634\u0633 \u0634\u0645\u0642\u062b\u0634\u064a\u063a \u0647\u0631 \u0641\u0627\u062b \u0630\u062e\u0627\u062e\u0642\u0641", "{numPresent} \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0635\u062b\u0642\u062b \u0634\u0645\u0642\u062b\u0634\u064a\u063a \u0647\u0631 \u0641\u0627\u062b \u0630\u062e\u0627\u062e\u0642\u0641" - ], + ], "{numResponses} other response": [ - "{numResponses} \u062e\u0641\u0627\u062b\u0642 \u0642\u062b\u0633\u062d\u062e\u0631\u0633\u062b", + "{numResponses} \u062e\u0641\u0627\u062b\u0642 \u0642\u062b\u0633\u062d\u062e\u0631\u0633\u062b", "{numResponses} \u062e\u0641\u0627\u062b\u0642 \u0642\u062b\u0633\u062d\u062e\u0631\u0633\u062b\u0633" - ], + ], "{numResponses} response": [ - "{numResponses} \u0642\u062b\u0633\u062d\u062e\u0631\u0633\u062b", + "{numResponses} \u0642\u062b\u0633\u062d\u062e\u0631\u0633\u062b", "{numResponses} \u0642\u062b\u0633\u062d\u062e\u0631\u0633\u062b\u0633" - ], + ], "{numUsersAdded} learner has been added to this cohort. ": [ - "{numUsersAdded} \u0645\u062b\u0634\u0642\u0631\u062b\u0642 \u0627\u0634\u0633 \u0632\u062b\u062b\u0631 \u0634\u064a\u064a\u062b\u064a \u0641\u062e \u0641\u0627\u0647\u0633 \u0630\u062e\u0627\u062e\u0642\u0641. ", + "{numUsersAdded} \u0645\u062b\u0634\u0642\u0631\u062b\u0642 \u0627\u0634\u0633 \u0632\u062b\u062b\u0631 \u0634\u064a\u064a\u062b\u064a \u0641\u062e \u0641\u0627\u0647\u0633 \u0630\u062e\u0627\u062e\u0642\u0641. ", "{numUsersAdded} \u0645\u062b\u0634\u0642\u0631\u062b\u0642\u0633 \u0627\u0634\u062f\u062b \u0632\u062b\u062b\u0631 \u0634\u064a\u064a\u062b\u064a \u0641\u062e \u0641\u0627\u0647\u0633 \u0630\u062e\u0627\u062e\u0642\u0641. " - ], + ], "{numVotes} Vote": [ - "{numVotes} \u062f\u062e\u0641\u062b", + "{numVotes} \u062f\u062e\u0641\u062b", "{numVotes} \u062f\u062e\u0641\u062b\u0633" - ], - "{organization}\\'s logo": "{organization}\\'\u0633 \u0645\u062e\u0644\u062e", - "{paragraphStart}You entered {boldStart}{email}{boldEnd}. If this email address is associated with your {platform_name} account, we will send a message with password recovery instructions to this email address.{paragraphEnd}{paragraphStart}If you do not receive a password reset message after 1 minute, verify that you entered the correct email address, or check your spam folder.{paragraphEnd}{paragraphStart}If you need further assistance, {anchorStart}contact technical support{anchorEnd}.{paragraphEnd}": "{paragraphStart}\u063a\u062e\u0639 \u062b\u0631\u0641\u062b\u0642\u062b\u064a {boldStart}{email}{boldEnd}. \u0647\u0628 \u0641\u0627\u0647\u0633 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 \u0647\u0633 \u0634\u0633\u0633\u062e\u0630\u0647\u0634\u0641\u062b\u064a \u0635\u0647\u0641\u0627 \u063a\u062e\u0639\u0642 {platform_name} \u0634\u0630\u0630\u062e\u0639\u0631\u0641, \u0635\u062b \u0635\u0647\u0645\u0645 \u0633\u062b\u0631\u064a \u0634 \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u0635\u0647\u0641\u0627 \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a \u0642\u062b\u0630\u062e\u062f\u062b\u0642\u063a \u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u0647\u062e\u0631\u0633 \u0641\u062e \u0641\u0627\u0647\u0633 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633.{paragraphEnd}{paragraphStart}\u0647\u0628 \u063a\u062e\u0639 \u064a\u062e \u0631\u062e\u0641 \u0642\u062b\u0630\u062b\u0647\u062f\u062b \u0634 \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a \u0642\u062b\u0633\u062b\u0641 \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u0634\u0628\u0641\u062b\u0642 1 \u0648\u0647\u0631\u0639\u0641\u062b, \u062f\u062b\u0642\u0647\u0628\u063a \u0641\u0627\u0634\u0641 \u063a\u062e\u0639 \u062b\u0631\u0641\u062b\u0642\u062b\u064a \u0641\u0627\u062b \u0630\u062e\u0642\u0642\u062b\u0630\u0641 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633, \u062e\u0642 \u0630\u0627\u062b\u0630\u0646 \u063a\u062e\u0639\u0642 \u0633\u062d\u0634\u0648 \u0628\u062e\u0645\u064a\u062b\u0642.{paragraphEnd}{paragraphStart}\u0647\u0628 \u063a\u062e\u0639 \u0631\u062b\u062b\u064a \u0628\u0639\u0642\u0641\u0627\u062b\u0642 \u0634\u0633\u0633\u0647\u0633\u0641\u0634\u0631\u0630\u062b, {anchorStart}\u0630\u062e\u0631\u0641\u0634\u0630\u0641 \u0641\u062b\u0630\u0627\u0631\u0647\u0630\u0634\u0645 \u0633\u0639\u062d\u062d\u062e\u0642\u0641{anchorEnd}.{paragraphEnd}", - "{screen_reader_start}Warning:{screen_reader_end} No content groups exist.": "{screen_reader_start}\u0635\u0634\u0642\u0631\u0647\u0631\u0644:{screen_reader_end} \u0631\u062e \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d\u0633 \u062b\u0637\u0647\u0633\u0641.", - "{screen_reader_start}Warning:{screen_reader_end} The previously selected content group was deleted. Select another content group.": "{screen_reader_start}\u0635\u0634\u0642\u0631\u0647\u0631\u0644:{screen_reader_end} \u0641\u0627\u062b \u062d\u0642\u062b\u062f\u0647\u062e\u0639\u0633\u0645\u063a \u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d \u0635\u0634\u0633 \u064a\u062b\u0645\u062b\u0641\u062b\u064a. \u0633\u062b\u0645\u062b\u0630\u0641 \u0634\u0631\u062e\u0641\u0627\u062b\u0642 \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d.", - "{seconds} {unit}": "{seconds} {unit}", - "{selectedProvider} credentials saved": "{selectedProvider} \u0630\u0642\u062b\u064a\u062b\u0631\u0641\u0647\u0634\u0645\u0633 \u0633\u0634\u062f\u062b\u064a", - "{sessionDates} (Open until {enrollmentEnd})": "{sessionDates} (\u062e\u062d\u062b\u0631 \u0639\u0631\u0641\u0647\u0645 {enrollmentEnd})", - "{sessionDates} - Currently Selected": "{sessionDates} - \u0630\u0639\u0642\u0642\u062b\u0631\u0641\u0645\u063a \u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a", - "{start_strong}{total}{end_strong} words submitted in total.": "{start_strong}{total}{end_strong} \u0635\u062e\u0642\u064a\u0633 \u0633\u0639\u0632\u0648\u0647\u0641\u0641\u062b\u064a \u0647\u0631 \u0641\u062e\u0641\u0634\u0645.", - "{strongStart}Warning: Account deletion is permanent.{strongEnd} Please read the above carefully before proceeding. This is an irreversible action, and {strongStart}you will no longer be able to use the same email on edX.{strongEnd}": "{strongStart}\u0635\u0634\u0642\u0631\u0647\u0631\u0644: \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u064a\u062b\u0645\u062b\u0641\u0647\u062e\u0631 \u0647\u0633 \u062d\u062b\u0642\u0648\u0634\u0631\u062b\u0631\u0641.{strongEnd} \u062d\u0645\u062b\u0634\u0633\u062b \u0642\u062b\u0634\u064a \u0641\u0627\u062b \u0634\u0632\u062e\u062f\u062b \u0630\u0634\u0642\u062b\u0628\u0639\u0645\u0645\u063a \u0632\u062b\u0628\u062e\u0642\u062b \u062d\u0642\u062e\u0630\u062b\u062b\u064a\u0647\u0631\u0644. \u0641\u0627\u0647\u0633 \u0647\u0633 \u0634\u0631 \u0647\u0642\u0642\u062b\u062f\u062b\u0642\u0633\u0647\u0632\u0645\u062b \u0634\u0630\u0641\u0647\u062e\u0631, \u0634\u0631\u064a {strongStart}\u063a\u062e\u0639 \u0635\u0647\u0645\u0645 \u0631\u062e \u0645\u062e\u0631\u0644\u062b\u0642 \u0632\u062b \u0634\u0632\u0645\u062b \u0641\u062e \u0639\u0633\u062b \u0641\u0627\u062b \u0633\u0634\u0648\u062b \u062b\u0648\u0634\u0647\u0645 \u062e\u0631 \u062b\u064a\u0637.{strongEnd}", - "{totalItems} total": "{totalItems} \u0641\u062e\u0641\u0634\u0645", + ], + "{num_points} point possible (graded)": [ + "{num_points} \u062d\u062e\u0647\u0631\u0641 \u062d\u062e\u0633\u0633\u0647\u0632\u0645\u062b (\u0644\u0642\u0634\u064a\u062b\u064a)", + "{num_points} \u062d\u062e\u0647\u0631\u0641\u0633 \u062d\u062e\u0633\u0633\u0647\u0632\u0645\u062b (\u0644\u0642\u0634\u064a\u062b\u064a)" + ], + "{num_points} point possible (graded, results hidden)": [ + "{num_points} \u062d\u062e\u0647\u0631\u0641 \u062d\u062e\u0633\u0633\u0647\u0632\u0645\u062b (\u0644\u0642\u0634\u064a\u062b\u064a, \u0642\u062b\u0633\u0639\u0645\u0641\u0633 \u0627\u0647\u064a\u064a\u062b\u0631)", + "{num_points} \u062d\u062e\u0647\u0631\u0641\u0633 \u062d\u062e\u0633\u0633\u0647\u0632\u0645\u062b (\u0644\u0642\u0634\u064a\u062b\u064a, \u0642\u062b\u0633\u0639\u0645\u0641\u0633 \u0627\u0647\u064a\u064a\u062b\u0631)" + ], + "{num_points} point possible (ungraded)": [ + "{num_points} \u062d\u062e\u0647\u0631\u0641 \u062d\u062e\u0633\u0633\u0647\u0632\u0645\u062b (\u0639\u0631\u0644\u0642\u0634\u064a\u062b\u064a)", + "{num_points} \u062d\u062e\u0647\u0631\u0641\u0633 \u062d\u062e\u0633\u0633\u0647\u0632\u0645\u062b (\u0639\u0631\u0644\u0642\u0634\u064a\u062b\u064a)" + ], + "{num_points} point possible (ungraded, results hidden)": [ + "{num_points} \u062d\u062e\u0647\u0631\u0641 \u062d\u062e\u0633\u0633\u0647\u0632\u0645\u062b (\u0639\u0631\u0644\u0642\u0634\u064a\u062b\u064a, \u0642\u062b\u0633\u0639\u0645\u0641\u0633 \u0627\u0647\u064a\u064a\u062b\u0631)", + "{num_points} \u062d\u062e\u0647\u0631\u0641\u0633 \u062d\u062e\u0633\u0633\u0647\u0632\u0645\u062b (\u0639\u0631\u0644\u0642\u0634\u064a\u062b\u064a, \u0642\u062b\u0633\u0639\u0645\u0641\u0633 \u0627\u0647\u064a\u064a\u062b\u0631)" + ], + "{organization}\\'s logo": "{organization}\\'\u0633 \u0645\u062e\u0644\u062e", + "{paragraphStart}You entered {boldStart}{email}{boldEnd}. If this email address is associated with your {platform_name} account, we will send a message with password recovery instructions to this email address.{paragraphEnd}{paragraphStart}If you do not receive a password reset message after 1 minute, verify that you entered the correct email address, or check your spam folder.{paragraphEnd}{paragraphStart}If you need further assistance, {anchorStart}contact technical support{anchorEnd}.{paragraphEnd}": "{paragraphStart}\u063a\u062e\u0639 \u062b\u0631\u0641\u062b\u0642\u062b\u064a {boldStart}{email}{boldEnd}. \u0647\u0628 \u0641\u0627\u0647\u0633 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633 \u0647\u0633 \u0634\u0633\u0633\u062e\u0630\u0647\u0634\u0641\u062b\u064a \u0635\u0647\u0641\u0627 \u063a\u062e\u0639\u0642 {platform_name} \u0634\u0630\u0630\u062e\u0639\u0631\u0641, \u0635\u062b \u0635\u0647\u0645\u0645 \u0633\u062b\u0631\u064a \u0634 \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u0635\u0647\u0641\u0627 \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a \u0642\u062b\u0630\u062e\u062f\u062b\u0642\u063a \u0647\u0631\u0633\u0641\u0642\u0639\u0630\u0641\u0647\u062e\u0631\u0633 \u0641\u062e \u0641\u0627\u0647\u0633 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633.{paragraphEnd}{paragraphStart}\u0647\u0628 \u063a\u062e\u0639 \u064a\u062e \u0631\u062e\u0641 \u0642\u062b\u0630\u062b\u0647\u062f\u062b \u0634 \u062d\u0634\u0633\u0633\u0635\u062e\u0642\u064a \u0642\u062b\u0633\u062b\u0641 \u0648\u062b\u0633\u0633\u0634\u0644\u062b \u0634\u0628\u0641\u062b\u0642 1 \u0648\u0647\u0631\u0639\u0641\u062b, \u062f\u062b\u0642\u0647\u0628\u063a \u0641\u0627\u0634\u0641 \u063a\u062e\u0639 \u062b\u0631\u0641\u062b\u0642\u062b\u064a \u0641\u0627\u062b \u0630\u062e\u0642\u0642\u062b\u0630\u0641 \u062b\u0648\u0634\u0647\u0645 \u0634\u064a\u064a\u0642\u062b\u0633\u0633, \u062e\u0642 \u0630\u0627\u062b\u0630\u0646 \u063a\u062e\u0639\u0642 \u0633\u062d\u0634\u0648 \u0628\u062e\u0645\u064a\u062b\u0642.{paragraphEnd}{paragraphStart}\u0647\u0628 \u063a\u062e\u0639 \u0631\u062b\u062b\u064a \u0628\u0639\u0642\u0641\u0627\u062b\u0642 \u0634\u0633\u0633\u0647\u0633\u0641\u0634\u0631\u0630\u062b, {anchorStart}\u0630\u062e\u0631\u0641\u0634\u0630\u0641 \u0641\u062b\u0630\u0627\u0631\u0647\u0630\u0634\u0645 \u0633\u0639\u062d\u062d\u062e\u0642\u0641{anchorEnd}.{paragraphEnd}", + "{paragraph}=p;{preformatted}=pre;{heading3}=h3;{heading4}=h4;{heading5}=h5;{heading6}=h6": "{paragraph}=\u062d;{preformatted}=\u062d\u0642\u062b;{heading3}=\u06273;{heading4}=\u06274;{heading5}=\u06275;{heading6}=\u06276", + "{screen_reader_start}Warning:{screen_reader_end} No content groups exist.": "{screen_reader_start}\u0635\u0634\u0642\u0631\u0647\u0631\u0644:{screen_reader_end} \u0631\u062e \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d\u0633 \u062b\u0637\u0647\u0633\u0641.", + "{screen_reader_start}Warning:{screen_reader_end} The previously selected content group was deleted. Select another content group.": "{screen_reader_start}\u0635\u0634\u0642\u0631\u0647\u0631\u0644:{screen_reader_end} \u0641\u0627\u062b \u062d\u0642\u062b\u062f\u0647\u062e\u0639\u0633\u0645\u063a \u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d \u0635\u0634\u0633 \u064a\u062b\u0645\u062b\u0641\u062b\u064a. \u0633\u062b\u0645\u062b\u0630\u0641 \u0634\u0631\u062e\u0641\u0627\u062b\u0642 \u0630\u062e\u0631\u0641\u062b\u0631\u0641 \u0644\u0642\u062e\u0639\u062d.", + "{seconds} {unit}": "{seconds} {unit}", + "{selectedProvider} credentials saved": "{selectedProvider} \u0630\u0642\u062b\u064a\u062b\u0631\u0641\u0647\u0634\u0645\u0633 \u0633\u0634\u062f\u062b\u064a", + "{sessionDates} (Open until {enrollmentEnd})": "{sessionDates} (\u062e\u062d\u062b\u0631 \u0639\u0631\u0641\u0647\u0645 {enrollmentEnd})", + "{sessionDates} - Currently Selected": "{sessionDates} - \u0630\u0639\u0642\u0642\u062b\u0631\u0641\u0645\u063a \u0633\u062b\u0645\u062b\u0630\u0641\u062b\u064a", + "{start_strong}{total}{end_strong} words submitted in total.": "{start_strong}{total}{end_strong} \u0635\u062e\u0642\u064a\u0633 \u0633\u0639\u0632\u0648\u0647\u0641\u0641\u062b\u064a \u0647\u0631 \u0641\u062e\u0641\u0634\u0645.", + "{strongStart}Warning: Account deletion is permanent.{strongEnd} Please read the above carefully before proceeding. This is an irreversible action, and {strongStart}you will no longer be able to use the same email on {platformName}.{strongEnd}": "{strongStart}\u0635\u0634\u0642\u0631\u0647\u0631\u0644: \u0634\u0630\u0630\u062e\u0639\u0631\u0641 \u064a\u062b\u0645\u062b\u0641\u0647\u062e\u0631 \u0647\u0633 \u062d\u062b\u0642\u0648\u0634\u0631\u062b\u0631\u0641.{strongEnd} \u062d\u0645\u062b\u0634\u0633\u062b \u0642\u062b\u0634\u064a \u0641\u0627\u062b \u0634\u0632\u062e\u062f\u062b \u0630\u0634\u0642\u062b\u0628\u0639\u0645\u0645\u063a \u0632\u062b\u0628\u062e\u0642\u062b \u062d\u0642\u062e\u0630\u062b\u062b\u064a\u0647\u0631\u0644. \u0641\u0627\u0647\u0633 \u0647\u0633 \u0634\u0631 \u0647\u0642\u0642\u062b\u062f\u062b\u0642\u0633\u0647\u0632\u0645\u062b \u0634\u0630\u0641\u0647\u062e\u0631, \u0634\u0631\u064a {strongStart}\u063a\u062e\u0639 \u0635\u0647\u0645\u0645 \u0631\u062e \u0645\u062e\u0631\u0644\u062b\u0642 \u0632\u062b \u0634\u0632\u0645\u062b \u0641\u062e \u0639\u0633\u062b \u0641\u0627\u062b \u0633\u0634\u0648\u062b \u062b\u0648\u0634\u0647\u0645 \u062e\u0631 {platformName}.{strongEnd}", + "{team_count} Team": [ + "{team_count} \u0641\u062b\u0634\u0648", + "{team_count} \u0641\u062b\u0634\u0648\u0633" + ], + "{totalItems} total": "{totalItems} \u0641\u062e\u0641\u0634\u0645", "{total_results} result": [ - "{total_results} \u0642\u062b\u0633\u0639\u0645\u0641", + "{total_results} \u0642\u062b\u0633\u0639\u0645\u0641", "{total_results} \u0642\u062b\u0633\u0639\u0645\u0641\u0633" - ], - "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}": "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}", - "{type} Progress": "{type} \u062d\u0642\u062e\u0644\u0642\u062b\u0633\u0633", + ], + "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}": "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}", + "{type} Progress": "{type} \u062d\u0642\u062e\u0644\u0642\u062b\u0633\u0633", "\u2026": "\u2026" }; for (var key in newcatalog) { @@ -2281,48 +2271,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "N j, Y, P", + "DATETIME_FORMAT": "N j, Y, P", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "N j, Y", + ], + "DATE_FORMAT": "N j, Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "F j", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "m/d/Y", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "P", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "F j", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "m/d/Y", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "P", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/ru/djangojs.js b/cms/static/js/i18n/ru/djangojs.js index b80d2bf2ce..2c102d89aa 100644 --- a/cms/static/js/i18n/ru/djangojs.js +++ b/cms/static/js/i18n/ru/djangojs.js @@ -20,2115 +20,2083 @@ django.catalog = django.catalog || {}; var newcatalog = { - "\n\nThis email is to let you know that the status of your proctoring session review for %(exam_name)s in\n%(course_name)s is %(status)s. If you have any questions about proctoring,\ncontact %(platform)s support at %(contact_email)s.\n\n": "\n\u0423\u0432\u0435\u0434\u043e\u043c\u043b\u044f\u0435\u043c \u0432\u0430\u0441, \u0447\u0442\u043e \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u0432\u0430\u0448\u0435\u0433\u043e \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u0433\u043e \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430 %(exam_name)s \u043f\u043e \u043a\u0443\u0440\u0441\u0443 %(course_name)s \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u0432 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0438 %(status)s. \u0415\u0441\u043b\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044c \u0432\u043e\u043f\u0440\u043e\u0441\u044b \u043f\u043e \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u044b\u043c \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430\u043c, \u0441\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u043e\u0439 \u043f\u0440\u043e\u0435\u043a\u0442\u0430 %(platform)s \u043f\u043e \u0430\u0434\u0440\u0435\u0441\u0443 %(contact_email)s.\n\n", - "\n Make sure you are on a computer with a webcam, and that you have valid photo identification\n such as a driver's license or passport, before you continue.\n ": "\n\u041f\u0435\u0440\u0435\u0434 \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u043e\u043c \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u0448\u0430\u0433\u0443 \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u044c\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u043d\u0430 \u0432\u0430\u0448\u0435\u043c \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0435 \u0435\u0441\u0442\u044c \u0432\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u0430 \u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044c \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442, \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0430\u044e\u0449\u0438\u0439 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u044c, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0435 \u043f\u0440\u0430\u0432\u0430 \u0438\u043b\u0438 \u043f\u0430\u0441\u043f\u043e\u0440\u0442.", - "\n Your verification attempt failed. Please read our guidelines to make\n sure you understand the requirements for successfully completing verification,\n then try again.\n ": "\n\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u0432\u0430\u0448\u0443 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u044c. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u0439\u0442\u0435 \u043d\u0430\u0448\u0443 \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044e, \u0447\u0442\u043e\u0431\u044b \u0443\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f, \u0447\u0442\u043e \u0432\u044b \u0432\u0435\u0440\u043d\u043e \u043f\u043e\u043d\u044f\u043b\u0438 \u0432\u0441\u0435 \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f \u0434\u043b\u044f \u0443\u0441\u043f\u0435\u0448\u043d\u043e\u0433\u043e \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438, \u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", - "\n Your verification has expired. You must successfully complete a new identity verification\n before you can start the proctored exam.\n ": "\n\u0421\u0440\u043e\u043a \u0432\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f \u0432\u0430\u0448\u0435\u0439 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438 \u0438\u0441\u0442\u0451\u043a.\n\u041f\u0435\u0440\u0435\u0434 \u0442\u0435\u043c, \u043a\u0430\u043a \u043f\u0440\u0438\u0441\u0442\u0443\u043f\u0438\u0442\u044c \u043a \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u043c\u0443 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0443, \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0437\u0430\u043d\u043e\u0432\u043e \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u0441\u0432\u043e\u044e \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u044c.", - "\n Your verification is pending. Results should be available 2-3 days after you\n submit your verification.\n ": "\n\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u0432\u0430\u0448\u0435\u0439 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438 \u043e\u0436\u0438\u0434\u0430\u0435\u0442 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438. \u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u043f\u043e\u043b\u0443\u0447\u0435\u043d \u0447\u0435\u0440\u0435\u0437 2-3 \u0434\u043d\u044f \u043f\u043e\u0441\u043b\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u0434\u0430\u043d\u043d\u044b\u0445.", - "\n Complete your verification before starting the proctored exam.\n ": "\n\u041f\u0435\u0440\u0435\u0434 \u0442\u0435\u043c, \u043a\u0430\u043a \u043f\u0440\u0438\u0441\u0442\u0443\u043f\u0438\u0442\u044c \u043a \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u043c\u0443 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0443, \u043f\u0440\u043e\u0439\u0434\u0438\u0442\u0435 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438.", - "\n You must successfully complete identity verification before you can start the proctored exam.\n ": "\n\u041f\u0435\u0440\u0435\u0434 \u0442\u0435\u043c, \u043a\u0430\u043a \u043f\u0440\u0438\u0441\u0442\u0443\u043f\u0438\u0442\u044c \u043a \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u043c\u0443 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0443, \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u0441\u0432\u043e\u044e \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u044c.", - "\n 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 ": "\n\u041d\u0435 \u0437\u0430\u043a\u0440\u044b\u0432\u0430\u0439\u0442\u0435 \u044d\u0442\u043e \u043e\u043a\u043d\u043e \u0434\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430. \u0415\u0441\u043b\u0438 \u0432\u044b \u0437\u0430\u043a\u0440\u043e\u0435\u0442\u0435 \u044d\u0442\u043e \u043e\u043a\u043d\u043e, \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u0435 \u043f\u0440\u0435\u0440\u0432\u0451\u0442\u0441\u044f, \u0438 \u0432\u044b \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u044b\u0439 \u044d\u043a\u0437\u0430\u043c\u0435\u043d.\n ", - "\n Return to the %(platform_name)s course window to start your exam. When you have finished your exam and\n have marked it as complete, you can close this window to end the proctoring session\n and upload your proctoring session data for review.\n ": "\n\u0427\u0442\u043e\u0431\u044b \u043f\u0440\u0438\u0441\u0442\u0443\u043f\u0438\u0442\u044c \u043a \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0443, \u0432\u0435\u0440\u043d\u0438\u0442\u0435\u0441\u044c \u043a \u043e\u043a\u043d\u0443 \u043a\u0443\u0440\u0441\u0430 %(platform_name)s. \u041a\u043e\u0433\u0434\u0430 \u0432\u044b \u0441\u0434\u0430\u0434\u0438\u0442\u0435 \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u0438 \n\u0438 \u043e\u0442\u043c\u0435\u0442\u0438\u0442\u0435 \u0435\u0433\u043e \u043a\u0430\u043a \u0437\u0430\u0432\u0435\u0440\u0448\u0451\u043d\u043d\u044b\u0439, \u0432\u0430\u043c \u043c\u043e\u0436\u043d\u043e \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u043a\u0440\u044b\u0442\u044c \u044d\u0442\u043e \u043e\u043a\u043d\u043e, \u0447\u0442\u043e\u0431\u044b \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u0435\n\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u044c \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u043e\u0442\u0441\u043c\u043e\u0442\u0440\u0430.\n ", - "\n 3. When you have finished setting up proctoring, start the exam.\n ": "\n3. \u041a\u043e\u0433\u0434\u0430 \u0432\u044b \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0443 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f, \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0438\u0442\u0435 \u043a \u0441\u0434\u0430\u0447\u0435 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430.", - "\n Start my exam\n ": "\n\u041d\u0430\u0447\u0430\u0442\u044c \u044d\u043a\u0437\u0430\u043c\u0435\u043d\n ", - "\n • When you start your exam you will have %(total_time)s to complete it.
\n • You cannot stop the timer once you start.
\n • If time expires before you finish your exam, your completed answers will be\n submitted for review.
\n ": "\n • \u041a\u043e\u0433\u0434\u0430 \u0432\u044b \u043f\u0440\u0438\u0441\u0442\u0443\u043f\u0438\u0442\u0435 \u043a \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0443, \u0443 \u0432\u0430\u0441 \u0431\u0443\u0434\u0435\u0442 %(total_time)s \u0434\u043b\u044f \u0435\u0433\u043e \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f.
\n • \u0412\u044b \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0442\u0430\u0439\u043c\u0435\u0440 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u043f\u0443\u0441\u043a\u0430.
\n • \u0415\u0441\u043b\u0438 \u0432\u0440\u0435\u043c\u044f \u0437\u0430\u043a\u043e\u043d\u0447\u0438\u0442\u0441\u044f \u0434\u043e \u0442\u043e\u0433\u043e, \u043a\u0430\u043a \u0432\u044b \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430, \n \u043d\u0430 \u043e\u0442\u0441\u043c\u043e\u0442\u0440 \u0431\u0443\u0434\u0443\u0442 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u044b \u0432\u0441\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0451\u043d\u043d\u044b\u0435 \u0432\u0430\u043c\u0438 \u0437\u0430\u0434\u0430\u0447\u0438.
\n ", - "\n 1. Copy this unique exam code. You will be prompted to paste this code later before you start the exam.\n ": "\n 1. \u0421\u043a\u043e\u043f\u0438\u0440\u0443\u0439\u0442\u0435 \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u043a\u043e\u0434 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430. \u0412\u0430\u043c \u043f\u043e\u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0432\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u044d\u0442\u043e\u0442 \u043a\u043e\u0434 \u043f\u043e\u0437\u0436\u0435, \u043a\u043e\u0433\u0434\u0430 \u0432\u044b \u043f\u0440\u0438\u0441\u0442\u0443\u043f\u0438\u0442\u0435 \u043a \u0437\u0430\u0434\u0430\u043d\u0438\u044e. ", - "\n 2. Follow the link below to set up proctoring.\n ": "\n 2. \u041f\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043f\u043e \u0441\u0441\u044b\u043b\u043a\u0435 \u043d\u0438\u0436\u0435 \u0434\u043b\u044f \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f.\n ", - "\n A new window will open. You will run a system check before downloading the proctoring application.\n ": "\n\u0421\u0441\u044b\u043b\u043a\u0430 \u043e\u0442\u043a\u0440\u043e\u0435\u0442\u0441\u044f \u0432 \u043d\u043e\u0432\u043e\u043c \u043e\u043a\u043d\u0435. \u041f\u0435\u0440\u0435\u0434 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u043e\u0439 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f \u0432\u044b \u043f\u0440\u043e\u0439\u0434\u0451\u0442\u0435 \u0447\u0435\u0440\u0435\u0437 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443 \u0441\u0438\u0441\u0442\u0435\u043c\u044b.\n ", - "\n About Proctored Exams\n ": "\n \u041f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435 \u043e \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u044b\u0445 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430\u0445\n ", - "\n After the due date has passed, you can review the exam, but you cannot change your answers.\n ": "\n\u041f\u043e \u0438\u0441\u0442\u0435\u0447\u0435\u043d\u0438\u0438 \u0441\u0440\u043e\u043a\u0430 \u0441\u0434\u0430\u0447\u0438 \u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0432\u044b \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0435\u0433\u043e \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c, \u043d\u043e \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0432\u043e\u0438 \u043e\u0442\u0432\u0435\u0442\u044b.\n ", - "\n Are you sure you want to take this exam without proctoring?\n ": "\n\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u0440\u043e\u0439\u0442\u0438 \u044d\u0442\u043e\u0442 \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u0431\u0435\u0437 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f?\n ", - "\n Due to unsatisfied prerequisites, you can only take this exam without proctoring.\n ": "\n\u0418\u0437-\u0437\u0430 \u043d\u0435\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438\u044f \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f\u043c \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u0434\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u0442\u043e\u043b\u044c\u043a\u043e \u0431\u0435\u0437 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f.\n ", - "\n I am not interested in academic credit.\n ": "\n\u041c\u043d\u0435 \u043d\u0435 \u043d\u0443\u0436\u0435\u043d \u0437\u0430\u0447\u0451\u0442.\n ", - "\n I am ready to start this timed exam.\n ": "\n\u041f\u0440\u0438\u0441\u0442\u0443\u043f\u0438\u0442\u044c \u043a \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0443.", - "\n If you take this exam without proctoring, you will no longer be eligible for academic credit. \n ": "\n\u0415\u0441\u043b\u0438 \u0432\u044b \u043f\u0440\u043e\u0439\u0434\u0451\u0442\u0435 \u044d\u0442\u043e\u0442 \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u0431\u0435\u0437 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f, \u0432\u044b \u0443\u0436\u0435 \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0437\u0430\u0447\u0451\u0442\u043d\u044b\u0435 \u0431\u0430\u043b\u043b\u044b. \n ", - "\n No, I want to continue working.\n ": "\n\u041d\u0435\u0442, \u044f \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0443 \u0440\u0430\u0431\u043e\u0442\u0443.\n ", - "\n No, I'd like to continue working\n ": "\n\u041d\u0435\u0442, \u044f \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0443 \u0440\u0430\u0431\u043e\u0442\u0443\n ", - "\n Select the exam code, then copy it using Command+C (Mac) or Control+C (Windows).\n ": "\n\u0412\u044b\u0434\u0435\u043b\u0438\u0442\u0435 \u043a\u043e\u0434 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430 \u0438 \u0441\u043a\u043e\u043f\u0438\u0440\u0443\u0439\u0442\u0435 \u0435\u0433\u043e, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f Command+C (Mac) \u0438\u043b\u0438 Control+C (Windows).\n ", - "\n The time allotted for this exam has expired. Your exam has been submitted and any work you completed will be graded.\n ": "\n\u0412\u0440\u0435\u043c\u044f, \u043e\u0442\u0432\u0435\u0434\u0451\u043d\u043d\u043e\u0435 \u043d\u0430 \u0441\u0434\u0430\u0447\u0443 \u044d\u0442\u043e\u0442 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430, \u0437\u0430\u043a\u043e\u043d\u0447\u0438\u043b\u043e\u0441\u044c. \u0412\u0430\u0448 \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u0431\u044b\u043b \u043e\u0442\u043f\u0440\u0435\u0432\u043b\u0435\u043d \u043d\u0430 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443, \u0438 \u0432\u0441\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u043d\u044b\u0435 \u0437\u0430\u0434\u0430\u0447\u0438 \u0431\u0443\u0434\u0443\u0442 \u043e\u0446\u0435\u043d\u0435\u043d\u044b.", - "\n You have submitted your timed exam.\n ": "\n\u0412\u044b \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u043b\u0438 \u044d\u0442\u043e\u0442 \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u043d\u0430 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443.\n ", - "\n You will be asked to verify your identity as part of the proctoring exam set up.\n Make sure you are on a computer with a webcam, and that you have valid photo identification\n such as a driver's license or passport, before you continue.\n ": "\n\u041f\u0435\u0440\u0435\u0434 \u043d\u0430\u0447\u0430\u043b\u043e\u043c \u0441\u0434\u0430\u0447\u0438 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430 \u0432\u0430\u043c \u043f\u043e\u0434\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u0441\u0432\u043e\u044e \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u044c. \u041f\u0435\u0440\u0435\u0434 \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u043e\u043c \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u0448\u0430\u0433\u0443 \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u044c\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u043d\u0430 \u0432\u0430\u0448\u0435\u043c \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0435 \u0435\u0441\u0442\u044c \u0432\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u0430 \u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044c \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0441 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0435 \u043f\u0440\u0430\u0432\u0430 \u0438\u043b\u0438 \u043f\u0430\u0441\u043f\u043e\u0440\u0442.\n ", - "\n You will be guided through steps to set up online proctoring software and to perform various checks.\n ": "\n\u0412\u044b \u043f\u0440\u043e\u0439\u0434\u0451\u0442\u0435 \u0432\u0441\u0435 \u0448\u0430\u0433\u0438 \u043f\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f \u0438 \u043f\u043e \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044e \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u0445 \u043f\u0440\u043e\u0432\u0435\u0440\u043e\u043a.\n ", - "\n You will be guided through steps to set up online proctoring software and to perform various checks.
\n ": "\n\u0412\u044b \u043f\u0440\u043e\u0439\u0434\u0451\u0442\u0435 \u0432\u0441\u0435 \u0448\u0430\u0433\u0438 \u043f\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f \u0438 \u043f\u043e \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044e \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u0445 \u043f\u0440\u043e\u0432\u0435\u0440\u043e\u043a.
\n ", - "\n • After you quit the proctoring session, the recorded data is uploaded for review.
\n • Proctoring results are usually available within 5 business days after you submit your exam.\n ": "\n • \u041f\u043e\u0441\u043b\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f \u0437\u0430\u043f\u0438\u0441\u0430\u043d\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u044e\u0442\u0441\u044f \u0434\u043b\u044f \u043e\u0442\u0441\u043c\u043e\u0442\u0440\u0430.
\n • \u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043e\u0442\u0441\u043c\u043e\u0442\u0440\u0430 \u043e\u0431\u044b\u0447\u043d\u043e \u043f\u043e\u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0435 5 \u0440\u0430\u0431\u043e\u0447\u0438\u0445 \u0434\u043d\u0435\u0439 \u043f\u043e\u0441\u043b\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u043e\u0442\u0432\u0435\u0442\u043e\u0432.\n ", - "\n A technical error has occurred with your proctored exam. To resolve this problem, contact\n technical support. All exam data, including answers\n for completed problems, has been lost. When the problem is resolved you will need to restart\n the exam and complete all problems again.\n ": "\n\u0412 \u0432\u0430\u0448\u0435\u043c \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u043c \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0435 \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u0451\u043b \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0441\u0431\u043e\u0439. \u0427\u0442\u043e\u0431\u044b \u0440\u0435\u0448\u0438\u0442\u044c \u044d\u0442\u0443 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b, \u0441\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u043e\u0439. \u0412\u0441\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u043f\u043e \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0443, \u0432\u043a\u043b\u044e\u0447\u0430\u044f \u043e\u0442\u0432\u0435\u0442\u044b \u043d\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0451\u043d\u043d\u044b\u0435 \u0437\u0430\u0434\u0430\u0447\u0438, \u0431\u044b\u043b\u0438 \u043f\u043e\u0442\u0435\u0440\u044f\u043d\u044b. \u041a\u043e\u0433\u0434\u0430 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430 \u0440\u0435\u0448\u0438\u0442\u0441\u044f, \u0432\u0430\u043c \u0431\u0443\u0434\u0435\u0442 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0441\u043d\u043e\u0432\u0430 \u0441\u0434\u0430\u0442\u044c \u044d\u043a\u0437\u0430\u043c\u0435\u043d, \u0437\u0430\u043d\u043e\u0432\u043e \u0440\u0435\u0448\u0438\u0432 \u0432\u0441\u0435 \u0437\u0430\u0434\u0430\u043d\u0438\u044f.", - "\n After the due date for this exam has passed, you will be able to review your answers on this page.\n ": "\n\u041f\u043e \u0438\u0441\u0442\u0435\u0447\u0435\u043d\u0438\u0438 \u0441\u0440\u043e\u043a\u0430 \u0441\u0434\u0430\u0447\u0438 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430 \u0432\u044b \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0435\u0433\u043e \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0441\u0432\u043e\u0438 \u043e\u0442\u0432\u0435\u0442\u044b \u043d\u0430 \u044d\u0442\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435.\n ", - "\n After you submit your exam, your exam will be graded.\n ": "\n\u041f\u043e\u0441\u043b\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u043e\u0442\u0432\u0435\u0442\u043e\u0432 \u043d\u0430 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443 \u0432\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u043e\u0446\u0435\u043d\u043a\u0443 \u0437\u0430 \u044d\u043a\u0437\u0430\u043c\u0435\u043d.\n ", - "\n After you submit your exam, your responses are graded and your proctoring session is reviewed.\n You might be eligible to earn academic credit for this course if you complete all required exams\n as well as achieve a final grade that meets credit requirements for the course.\n ": "\n\u041f\u043e\u0441\u043b\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u0432\u0430\u0448\u0438 \u043e\u0442\u0432\u0435\u0442\u044b \u0431\u0443\u0434\u0443\u0442 \u043e\u0446\u0435\u043d\u0435\u043d\u044b, \u0430 \u0437\u0430\u043f\u0438\u0441\u044c \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f \u043e\u0442\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u0430. \n\u0412\u044b \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0437\u0430\u0447\u0451\u0442 \u0437\u0430 \u044d\u0442\u043e\u0442 \u043a\u0443\u0440\u0441, \u0435\u0441\u043b\u0438 \u0432\u044b \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u0435 \u0432\u0441\u0435 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b\u0435 \u0437\u0430\u0434\u0430\u043d\u0438\u044f, \n\u0430 \u0442\u0430\u043a\u0436\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u0438\u0442\u043e\u0433\u043e\u0432\u0443\u044e \u043e\u0446\u0435\u043d\u043a\u0443, \u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u044f\u044e\u0449\u0443\u044e \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f\u043c \u0434\u043b\u044f \u0437\u0430\u0447\u0451\u0442\u0430 \u0437\u0430 \u044d\u0442\u043e\u0442 \u043a\u0443\u0440\u0441.\n ", - "\n Are you sure that you want to submit your timed exam?\n ": "\n\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u043d\u0430 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443? ", - "\n Are you sure you want to end your proctored exam?\n ": "\n\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0441\u0434\u0430\u0447\u0443 \u0432\u0430\u0448\u0435\u0433\u043e \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u0433\u043e \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430?\n ", - "\n Because the due date has passed, you are no longer able to take this exam.\n ": "\n\u041f\u043e\u0441\u043a\u043e\u043b\u044c\u043a\u0443 \u0438\u0441\u0442\u0451\u043a \u0441\u0440\u043e\u043a \u0441\u0434\u0430\u0447\u0438, \u0432\u044b \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u0434\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u044d\u043a\u0437\u0430\u043c\u0435\u043d.\n ", - "\n Error with proctored exam\n ": "\n\u041e\u0448\u0438\u0431\u043a\u0430 \u0432 \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u043c \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0435", - "\n Follow these instructions\n ": "\n\u0421\u043b\u0435\u0434\u0443\u0439\u0442\u0435 \u0434\u0430\u043d\u043d\u044b\u043c \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f\u043c\n ", - "\n Follow these steps to set up and start your proctored exam.\n ": "\n\u0414\u043b\u044f \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0430 \u043a \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u043c\u0443 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0443 \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u0435 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f.\n ", - "\n Get familiar with proctoring for real exams later in the course. This practice exam has no impact\n on your grade in the course.\n ": "\n\u041e\u0437\u043d\u0430\u043a\u043e\u043c\u044c\u0442\u0435\u0441\u044c \u0441 \u043f\u0440\u043e\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435\u043c \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u044b\u0445 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u043e\u0432, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0432\u0430\u043c \u043f\u0440\u0435\u0434\u0441\u0442\u043e\u0438\u0442 \u0441\u0434\u0430\u0442\u044c \u0432 \u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0435\u043c. \u042d\u0442\u043e\u0442 \u043f\u0440\u043e\u0431\u043d\u044b\u0439 \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u043d\u0438\u043a\u0430\u043a \u043d\u0435 \u043f\u043e\u0432\u043b\u0438\u044f\u0435\u0442 \u043d\u0430 \u0432\u0430\u0448\u0443 \u0438\u0442\u043e\u0433\u043e\u0432\u0443\u044e \u043e\u0446\u0435\u043d\u043a\u0443 \u0432 \u043a\u0443\u0440\u0441\u0435. ", - "\n If the proctoring software window is still open, you can close it now. Confirm that you want to quit the application when you are prompted.\n ": "\n\u0415\u0441\u043b\u0438 \u043e\u043a\u043d\u043e \u0441 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043e\u0439 \u0434\u043b\u044f \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f \u0432\u0441\u0451 \u0435\u0449\u0451 \u043e\u0442\u043a\u0440\u044b\u0442\u043e, \u0442\u043e \u0442\u0435\u043f\u0435\u0440\u044c \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0435\u0433\u043e \u0437\u0430\u043a\u0440\u044b\u0442\u044c. \u041f\u0440\u0438 \u0437\u0430\u043a\u0440\u044b\u0442\u0438\u0438 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435, \u0447\u0442\u043e \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0437\u0430\u043a\u0440\u044b\u0442\u044c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435.", - "\n If you have concerns about your proctoring session results, contact your course team.\n ": "\n\u0415\u0441\u043b\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044c \u0432\u043e\u043f\u0440\u043e\u0441\u044b \u043f\u043e \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u043c \u043e\u0442\u0441\u043c\u043e\u0442\u0440\u0430 \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u0433\u043e \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430, \u0441\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u043a\u043e\u043c\u0430\u043d\u0434\u043e\u0439 \u043a\u0443\u0440\u0441\u0430.\n ", - "\n If you have disabilities,\n you might be eligible for an additional time allowance on timed exams.\n Ask your course team for information about additional time allowances.\n ": "\n\u0415\u0441\u043b\u0438 \u0443 \u0432\u0430\u0441 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u044b \u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438, \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0431\u0440\u0430\u0442\u0438\u0442\u044c\u0441\u044f \u043a \u043a\u043e\u043c\u0430\u043d\u0434\u0435 \u043a\u0443\u0440\u0441\u0430, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f.", - "\n If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n ": "\n\u0415\u0441\u043b\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044c \u0432\u043e\u043f\u0440\u043e\u0441\u044b \u043f\u043e \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u043c \u043e\u0442\u0441\u043c\u043e\u0442\u0440\u0430 \u0432\u0430\u0448\u0435\u0433\u043e \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u0433\u043e \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430, \u0441\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u043e\u0439 \u043f\u0440\u043e\u0435\u043a\u0442\u0430 %(platform_name)s.\n ", - "\n If you have questions about the status of your requirements for course credit, contact %(platform_name)s Support.\n ": "\n\u0415\u0441\u043b\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044c \u0432\u043e\u043f\u0440\u043e\u0441\u044b \u043f\u043e \u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u0435\u043d\u0438\u044e \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u0439 \u0434\u043b\u044f \u0437\u0430\u0447\u0451\u0442\u0430, \u0441\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u043e\u0439 \u043f\u0440\u043e\u0435\u043a\u0442\u0430 %(platform_name)s.\n ", - "\n Make sure that you have selected \"Submit\" for each problem before you submit your exam.\n ": "\n\u041f\u0435\u0440\u0435\u0434 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u043e\u0439 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430 \u043d\u0430 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443 \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0432\u044b \u043d\u0430\u0436\u0430\u043b\u0438 \u043a\u043d\u043e\u043f\u043a\u0443 \u00ab\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c\u00bb \u0432 \u043a\u0430\u0436\u0434\u043e\u043c \u0437\u0430\u0434\u0430\u043d\u0438\u0438.", - "\n Practice exams do not affect your grade or your credit eligibility.\n You have completed this practice exam and can continue with your course work.\n ": "\n\u041f\u0440\u043e\u0431\u043d\u044b\u0435 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u044b \u043d\u0435 \u0432\u043b\u0438\u044f\u044e\u0442 \u043d\u0430 \u0432\u0430\u0448\u0443 \u043e\u0446\u0435\u043d\u043a\u0443 \u0438\u043b\u0438 \u0432\u0430\u0448 \u0437\u0430\u0447\u0451\u0442.\n ", - "\n The due date for this exam has passed\n ": "\n\u0421\u0440\u043e\u043a \u0441\u0434\u0430\u0447\u0438 \u044d\u0442\u043e\u0433\u043e \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430 \u0438\u0441\u0442\u0451\u043a\n ", - "\n There was a problem with your practice proctoring session\n ": "\n\u0412\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430 \u043f\u0440\u0438 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0435 \u0432\u0430\u0448\u0435\u0433\u043e \u043f\u0440\u043e\u0431\u043d\u043e\u0433\u043e \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430\n ", - "\n This exam is proctored\n ": "\n\u042d\u0442\u043e\u0442 \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u044b\u0439\n ", - "\n To be eligible for course credit or for a MicroMasters credential, you must pass the proctoring review for this exam.\n ": "\n\u0427\u0442\u043e\u0431\u044b \u0438\u043c\u0435\u0442\u044c \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0437\u0430\u0447\u0451\u0442\u043d\u044b\u0435 \u0431\u0430\u043b\u043b\u044b \u0437\u0430 \u043f\u0440\u043e\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435 \u044d\u0442\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0430 \u0438\u043b\u0438 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b MicroMasters, \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u0440\u043e\u0439\u0442\u0438 \u044d\u0442\u043e\u0442 \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u043f\u043e\u0434 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u0435\u043c \u0438 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043f\u043e\u043b\u043e\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043e\u0442\u0441\u043c\u043e\u0442\u0440\u0430.", - "\n To view your exam questions and responses, select View my exam. The exam's review status is shown in the left navigation pane.\n ": "\n\u0414\u043b\u044f \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430 \u0438 \u0441\u0432\u043e\u0438\u0445 \u043e\u0442\u0432\u0435\u0442\u043e\u0432 \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u044d\u043a\u0437\u0430\u043c\u0435\u043d. \u0421\u0442\u0430\u0442\u0443\u0441 \u043e\u0442\u0441\u043c\u043e\u0442\u0440\u0430 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430 \u043f\u043e\u043a\u0430\u0437\u0430\u043d \u0441\u043b\u0435\u0432\u0430 \u043d\u0430 \u043f\u0430\u043d\u0435\u043b\u0438 \u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438.", - "\n Try a proctored exam\n ": "\n\u041f\u043e\u043f\u0440\u043e\u0431\u043e\u0432\u0430\u0442\u044c \u0441\u0434\u0430\u0442\u044c \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u044b\u0439 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\n ", - "\n View your credit eligibility status on your Progress page.\n ": "\n \u0427\u0442\u043e\u0431\u044b \u0443\u0432\u0438\u0434\u0435\u0442\u044c, \u043c\u043e\u0436\u0435\u0442\u0435 \u043b\u0438 \u0432\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0437\u0430\u0447\u0451\u0442, \u043f\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u0432\u043e \u0432\u043a\u043b\u0430\u0434\u043a\u0443\u041f\u0440\u043e\u0433\u0440\u0435\u0441\u0441.\n ", - "\n Yes, end my proctored exam\n ": "\n\u0414\u0430, \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0441\u0434\u0430\u0447\u0443 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430\n ", - "\n Yes, submit my timed exam.\n ": "\n\u0414\u0430, \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442\u044b \u043d\u0430 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443.\n ", - "\n You are eligible to purchase academic credit for this course if you complete all required exams\n and also achieve a final grade that meets the credit requirements for the course.\n ": "\n\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0437\u0430\u0447\u0451\u0442 \u0437\u0430 \u044d\u0442\u043e\u0442 \u043a\u0443\u0440\u0441, \u0435\u0441\u043b\u0438 \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u0435 \u0432\u0441\u0435 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b\u0435 \u0437\u0430\u0434\u0430\u043d\u0438\u044f \n\u0438 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u0438\u0442\u043e\u0433\u043e\u0432\u0443\u044e \u043e\u0446\u0435\u043d\u043a\u0443, \u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u044f\u044e\u0449\u0438\u044e \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f\u043c \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0437\u0430\u0447\u0451\u0442\u0430 \u0437\u0430 \u043a\u0443\u0440\u0441.\n ", - "\n You are no longer eligible for academic credit for this course, regardless of your final grade.\n If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n ": "\n\u0412\u044b \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0437\u0430\u0447\u0451\u0442 \u0437\u0430 \u043a\u0443\u0440\u0441, \u0432\u043d\u0435 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0438 \u043e\u0442 \u0432\u0430\u0448\u0435\u0439 \u0438\u0442\u043e\u0433\u043e\u0432\u043e\u0439 \u043e\u0446\u0435\u043d\u043a\u0438.\n\u0415\u0441\u043b\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044c \u0432\u043e\u043f\u0440\u043e\u0441\u044b \u043f\u043e \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u043c \u043e\u0442\u0441\u043c\u043e\u0442\u0440\u0430 \u0432\u0430\u0448\u0435\u0433\u043e \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u0433\u043e \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430, \u0441\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u043e\u0439 \u043f\u0440\u043e\u0435\u043a\u0442\u0430 %(platform_name)s.\n ", - "\n You have submitted this practice proctored exam\n ": "\n\u0412\u044b \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u043b\u0438 \u044d\u0442\u043e\u0442 \u043f\u0440\u043e\u0431\u043d\u044b\u0439 \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u043d\u0430 \u043e\u0442\u0441\u0442\u043c\u043e\u0442\u0440\n ", - "\n You have submitted this proctored exam for review\n ": "\n\u0412\u044b \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u043b\u0438 \u044d\u0442\u043e\u0442 \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u044b\u0439 \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u043d\u0430 \u043e\u0442\u0441\u043c\u043e\u0442\u0440\n ", - "\n Your grade for this timed exam will be immediately available on the Progress page.\n ": "\n\u0412\u0430\u0448\u0430 \u043e\u0446\u0435\u043d\u043a\u0430 \u0437\u0430 \u043d\u0435\u0433\u043e \u0431\u0443\u0434\u0435\u0442 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u0432\u043e \u0432\u043a\u043b\u0430\u0434\u043a\u0435 \u041f\u0440\u043e\u0433\u0440\u0435\u0441\u0441.\n ", - "\n Your practice proctoring results: Unsatisfactory \n ": "\n\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043f\u0440\u043e\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u044f \u043f\u0440\u043e\u0431\u043d\u043e\u0433\u043e \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u0433\u043e \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430: \u041d\u0435 \u043f\u0440\u0438\u043d\u044f\u0442\u043e \n ", - "\n Your proctoring session ended before you completed this practice exam.\n You can retry this practice exam if you had problems setting up the online proctoring software.\n ": "\n\u041d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u0435 \u0437\u0430 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u043e\u043c \u043f\u0440\u0435\u0440\u0432\u0430\u043b\u043e\u0441\u044c \u0434\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u0432\u0430\u043c\u0438 \u0437\u0430\u0434\u0430\u043d\u0438\u044f.\n\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u043d\u043e\u0432\u043e \u0441\u0434\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u043f\u0440\u043e\u0431\u043d\u044b\u0439 \u044d\u043a\u0437\u0430\u043c\u0435\u043d, \u0435\u0441\u043b\u0438 \u0443 \u0432\u0430\u0441 \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b \u043f\u0440\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u043e\u043d\u043b\u0430\u0439\u043d-\u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f. ", - "\n Your proctoring session was reviewed and did not pass requirements\n ": "\n\u041f\u043e \u0438\u0442\u043e\u0433\u0430\u043c \u043e\u0442\u0441\u043c\u043e\u0442\u0440\u0430 \u0437\u0430\u043f\u0438\u0441\u0438 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f \u0432\u0430\u0448 \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u0441\u043e\u0447\u0442\u0435\u043d \u043d\u0435 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u043c \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f\u043c\n ", - "\n Your proctoring session was reviewed and passed all requirements\n ": "\n\u041f\u043e \u0438\u0442\u043e\u0433\u0430\u043c \u043e\u0442\u0441\u043c\u043e\u0442\u0440\u0430 \u0437\u0430\u043f\u0438\u0441\u044c \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f \u0437\u0430 \u0441\u0434\u0430\u0447\u0435\u0439 \u0432\u0430\u0448\u0435\u0433\u043e \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430 \u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u044f\u0435\u0442 \u0432\u0441\u0435\u043c \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f\u043c\n ", - "\n %(exam_name)s is a Timed Exam (%(total_time)s)\n ": "\n\u0412 \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b\u0435 \u00ab%(exam_name)s\u00bb \u0432\u0430\u0441 \u0436\u0434\u0451\u0442 \u044d\u043a\u0437\u0430\u043c\u0435\u043d, \u043d\u0430 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u0432\u0430\u043c \u0434\u0430\u0451\u0442\u0441\u044f %(total_time)s\n ", - "\n The following prerequisites are in a pending state and must be successfully completed before you can proceed:\n ": "\n\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f \u043e\u0436\u0438\u0434\u0430\u044e\u0442 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u043f\u0435\u0440\u0435\u0434 \u0442\u0435\u043c, \u043a\u0430\u043a \u0432\u044b \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u0448\u0430\u0433\u0443:\n ", - "\n You can take this exam with proctoring only when all prerequisites have been successfully completed. Check your Progress page to see if prerequisite results have been updated. You can also take this exam now without proctoring, but you will not be eligible for credit.\n ": "\n\u0412\u044b \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u0434\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u043f\u043e\u0434 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u0435\u043c, \u0442\u043e\u043b\u044c\u043a\u043e \u043a\u043e\u0433\u0434\u0430 \u0431\u0443\u0434\u0443\u0442 \u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u0435\u043d\u044b \u0432\u0441\u0435 \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f. \u0427\u0442\u043e\u0431\u044b \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0438\u0442\u044c\u0441\u044f, \u0447\u0442\u043e \u0441\u043f\u0438\u0441\u043e\u043a \u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u0451\u043d\u043d\u044b\u0445 \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u0439 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d, \u043f\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u0432\u043e \u0432\u043a\u043b\u0430\u0434\u043a\u0443 \u041f\u0440\u043e\u0433\u0440\u0435\u0441\u0441. \u0422\u0430\u043a\u0436\u0435 \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u0434\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u0431\u0435\u0437 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f, \u043d\u043e \u0442\u043e\u0433\u0434\u0430 \u0432\u044b \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0437\u0430\u0447\u0451\u0442.\n ", - "\n You did not satisfy the following prerequisites:\n ": "\n\u0412\u044b \u043d\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u043b\u0438 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f:\n ", - "\n You did not satisfy the requirements for taking this exam with proctoring, and are not eligible for credit. See your Progress page for a list of requirements and your status for each.\n ": "\n\u0412\u044b \u043d\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u043b\u0438 \u0432\u0441\u0435 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b\u0435 \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f \u0434\u043b\u044f \u0441\u0434\u0430\u0447\u0438 \u044d\u0442\u043e\u0433\u043e \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430 \u043f\u043e\u0434 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u0435\u043c \u0438 \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0437\u0430\u0447\u0451\u0442. \u0427\u0442\u043e\u0431\u044b \u0443\u0432\u0438\u0434\u0435\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b\u0445 \u0438 \u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u0451\u043d\u043d\u044b\u0445 \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u0439, \u043f\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u0432\u043e \u0432\u043a\u043b\u0430\u0434\u043a\u0443 \u041f\u0440\u043e\u0433\u0440\u0435\u0441\u0441.\n ", - "\n You have not completed the prerequisites for this exam. All requirements must be satisfied before you can take this proctored exam and be eligible for credit. See your Progress page for a list of requirements in the order that they must be completed.\n ": "\n\u0412\u044b \u043d\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u043b\u0438 \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0430 \u043a \u044d\u0442\u043e\u043c\u0443 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0443. \u0412\u0441\u0435 \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u0438\u0442\u044c \u043f\u0435\u0440\u0435\u0434 \u0441\u0434\u0430\u0447\u0435\u0439 \u0438 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435\u043c \u043f\u0440\u0430\u0432\u0430 \u043d\u0430 \u0437\u0430\u0447\u0451\u0442.\n\u0427\u0442\u043e\u0431\u044b \u0443\u0432\u0438\u0434\u0435\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b\u0445 \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u0439 \u0432 \u043f\u043e\u0440\u044f\u0434\u043a\u0435 \u0438\u0445 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f, \u043f\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u0432\u043e \u0432\u043a\u043b\u0430\u0434\u043a\u0443 \u041f\u0440\u043e\u0433\u0440\u0435\u0441\u0441.\n ", - " From this point in time, you must follow the online proctoring rules to pass the proctoring review for your exam. ": " \u0421 \u044d\u0442\u043e\u0433\u043e \u043c\u043e\u043c\u0435\u043d\u0442\u0430 \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u044c \u043f\u0440\u0430\u0432\u0438\u043b\u0430\u043c \u043e\u043d\u043b\u0430\u0439\u043d-\u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f, \u0447\u0442\u043e\u0431\u044b \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u043e\u0439\u0442\u0438 \u043e\u0442\u0441\u043c\u043e\u0442\u0440 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430. ", - " Link": "\u0421\u0441\u044b\u043b\u043a\u0430", - " Your Proctoring Session Has Started ": " \u041d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u0435 \u043d\u0430\u0447\u0430\u0442\u043e ", - " and ": "\u00bb \u0438 \u00ab", - " and {num_of_minutes} minute": " \u0438 {num_of_minutes} \u043c\u0438\u043d", - " and {num_of_minutes} minutes": " \u0438 {num_of_minutes} \u043c\u0438\u043d", - " learner does not exist in LMS and not added to the exception list": "\u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 LMS \u0438 \u043e\u043d \u043d\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439", - " learner is already white listed and not added to the exception list": "\u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438 \u0443\u0436\u0435 \u043f\u0440\u043e\u0432\u0435\u0440\u0435\u043d\u044b \u0438 \u043d\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u044b \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439", - " learner is successfully added to the exception list": " \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044c \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439", - " learners are already white listed and not added to the exception list": "\u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438 \u0443\u0436\u0435 \u043f\u0440\u043e\u0448\u043b\u0438 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443 \u0438 \u043d\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u044b \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439", - " learners are successfully added to exception list": " \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u044b \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439", - " learners do not exist in LMS and not added to the exception list": "\u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u044b \u0432 \u0421\u0423\u041e \u0438 \u043d\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u044b \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439", - " record is not in correct format and not added to the exception list": "\u0437\u0430\u043f\u0438\u0441\u044c \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0438 \u043d\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430 \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439", - " records are not in correct format and not added to the exception list": "\u0437\u0430\u043f\u0438\u0441\u0438 \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0438 \u043d\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u044b \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439", - " to complete and submit the exam.": " \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u0438 \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442\u044b \u043d\u0430 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443.", - "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", - "%(download_link_start)sDownload this image (right-click or option-click, save as)%(link_end)s and then %(upload_link_start)supload%(link_end)s it to your backpack.": "%(download_link_start)s\u0421\u043a\u0430\u0447\u0430\u0439\u0442\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 (\u043a\u043b\u0438\u043a\u043d\u0438\u0442\u0435 \u043f\u0440\u0430\u0432\u043e\u0439 \u043a\u043d\u043e\u043f\u043a\u043e\u0439 \u043c\u044b\u0448\u0438 \u0438\u043b\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043a\u043b\u0430\u0432\u0438\u0448\u0443 \u0432\u044b\u0431\u043e\u0440\u0430 \u043e\u043f\u0446\u0438\u0438, \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043a\u0430\u043a)%(link_end)s, \u0437\u0430\u0442\u0435\u043c %(upload_link_start)s\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435%(link_end)s \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0432 \u0441\u0432\u043e\u0439 Backpack.", + "\n\nThis email is to let you know that the status of your proctoring session review for %(exam_name)s in\n%(course_name)s is %(status)s. If you have any questions about proctoring,\ncontact %(platform)s support at %(contact_email)s.\n\n": "\n\u0423\u0432\u0435\u0434\u043e\u043c\u043b\u044f\u0435\u043c \u0432\u0430\u0441, \u0447\u0442\u043e \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u0432\u0430\u0448\u0435\u0433\u043e \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u0433\u043e \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430 %(exam_name)s \u043f\u043e \u043a\u0443\u0440\u0441\u0443 %(course_name)s \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u0432 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0438 %(status)s. \u0415\u0441\u043b\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044c \u0432\u043e\u043f\u0440\u043e\u0441\u044b \u043f\u043e \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u044b\u043c \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430\u043c, \u0441\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u043e\u0439 \u043f\u0440\u043e\u0435\u043a\u0442\u0430 %(platform)s \u043f\u043e \u0430\u0434\u0440\u0435\u0441\u0443 %(contact_email)s.\n\n", + "\n Make sure you are on a computer with a webcam, and that you have valid photo identification\n such as a driver's license or passport, before you continue.\n ": "\n\u041f\u0435\u0440\u0435\u0434 \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u043e\u043c \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u0448\u0430\u0433\u0443 \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u044c\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u043d\u0430 \u0432\u0430\u0448\u0435\u043c \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0435 \u0435\u0441\u0442\u044c \u0432\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u0430 \u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044c \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442, \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0430\u044e\u0449\u0438\u0439 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u044c, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0435 \u043f\u0440\u0430\u0432\u0430 \u0438\u043b\u0438 \u043f\u0430\u0441\u043f\u043e\u0440\u0442.", + "\n Your verification attempt failed. Please read our guidelines to make\n sure you understand the requirements for successfully completing verification,\n then try again.\n ": "\n\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u0432\u0430\u0448\u0443 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u044c. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u0439\u0442\u0435 \u043d\u0430\u0448\u0443 \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044e, \u0447\u0442\u043e\u0431\u044b \u0443\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f, \u0447\u0442\u043e \u0432\u044b \u0432\u0435\u0440\u043d\u043e \u043f\u043e\u043d\u044f\u043b\u0438 \u0432\u0441\u0435 \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f \u0434\u043b\u044f \u0443\u0441\u043f\u0435\u0448\u043d\u043e\u0433\u043e \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438, \u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", + "\n Your verification has expired. You must successfully complete a new identity verification\n before you can start the proctored exam.\n ": "\n\u0421\u0440\u043e\u043a \u0432\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f \u0432\u0430\u0448\u0435\u0439 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438 \u0438\u0441\u0442\u0451\u043a.\n\u041f\u0435\u0440\u0435\u0434 \u0442\u0435\u043c, \u043a\u0430\u043a \u043f\u0440\u0438\u0441\u0442\u0443\u043f\u0438\u0442\u044c \u043a \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u043c\u0443 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0443, \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0437\u0430\u043d\u043e\u0432\u043e \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u0441\u0432\u043e\u044e \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u044c.", + "\n Your verification is pending. Results should be available 2-3 days after you\n submit your verification.\n ": "\n\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u0432\u0430\u0448\u0435\u0439 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438 \u043e\u0436\u0438\u0434\u0430\u0435\u0442 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438. \u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u043f\u043e\u043b\u0443\u0447\u0435\u043d \u0447\u0435\u0440\u0435\u0437 2-3 \u0434\u043d\u044f \u043f\u043e\u0441\u043b\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u0434\u0430\u043d\u043d\u044b\u0445.", + "\n Complete your verification before starting the proctored exam.\n ": "\n\u041f\u0435\u0440\u0435\u0434 \u0442\u0435\u043c, \u043a\u0430\u043a \u043f\u0440\u0438\u0441\u0442\u0443\u043f\u0438\u0442\u044c \u043a \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u043c\u0443 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0443, \u043f\u0440\u043e\u0439\u0434\u0438\u0442\u0435 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438.", + "\n You must successfully complete identity verification before you can start the proctored exam.\n ": "\n\u041f\u0435\u0440\u0435\u0434 \u0442\u0435\u043c, \u043a\u0430\u043a \u043f\u0440\u0438\u0441\u0442\u0443\u043f\u0438\u0442\u044c \u043a \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u043c\u0443 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0443, \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u0441\u0432\u043e\u044e \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u044c.", + "\n 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 ": "\n\u041d\u0435 \u0437\u0430\u043a\u0440\u044b\u0432\u0430\u0439\u0442\u0435 \u044d\u0442\u043e \u043e\u043a\u043d\u043e \u0434\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430. \u0415\u0441\u043b\u0438 \u0432\u044b \u0437\u0430\u043a\u0440\u043e\u0435\u0442\u0435 \u044d\u0442\u043e \u043e\u043a\u043d\u043e, \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u0435 \u043f\u0440\u0435\u0440\u0432\u0451\u0442\u0441\u044f, \u0438 \u0432\u044b \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u044b\u0439 \u044d\u043a\u0437\u0430\u043c\u0435\u043d.\n ", + "\n Return to the %(platform_name)s course window to start your exam. When you have finished your exam and\n have marked it as complete, you can close this window to end the proctoring session\n and upload your proctoring session data for review.\n ": "\n\u0427\u0442\u043e\u0431\u044b \u043f\u0440\u0438\u0441\u0442\u0443\u043f\u0438\u0442\u044c \u043a \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0443, \u0432\u0435\u0440\u043d\u0438\u0442\u0435\u0441\u044c \u043a \u043e\u043a\u043d\u0443 \u043a\u0443\u0440\u0441\u0430 %(platform_name)s. \u041a\u043e\u0433\u0434\u0430 \u0432\u044b \u0441\u0434\u0430\u0434\u0438\u0442\u0435 \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u0438 \n\u0438 \u043e\u0442\u043c\u0435\u0442\u0438\u0442\u0435 \u0435\u0433\u043e \u043a\u0430\u043a \u0437\u0430\u0432\u0435\u0440\u0448\u0451\u043d\u043d\u044b\u0439, \u0432\u0430\u043c \u043c\u043e\u0436\u043d\u043e \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u043a\u0440\u044b\u0442\u044c \u044d\u0442\u043e \u043e\u043a\u043d\u043e, \u0447\u0442\u043e\u0431\u044b \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u0435\n\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u044c \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u043e\u0442\u0441\u043c\u043e\u0442\u0440\u0430.\n ", + "\n 3. When you have finished setting up proctoring, start the exam.\n ": "\n3. \u041a\u043e\u0433\u0434\u0430 \u0432\u044b \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0443 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f, \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0438\u0442\u0435 \u043a \u0441\u0434\u0430\u0447\u0435 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430.", + "\n Start my exam\n ": "\n\u041d\u0430\u0447\u0430\u0442\u044c \u044d\u043a\u0437\u0430\u043c\u0435\u043d\n ", + "\n • When you start your exam you will have %(total_time)s to complete it.
\n • You cannot stop the timer once you start.
\n • If time expires before you finish your exam, your completed answers will be\n submitted for review.
\n ": "\n • \u041a\u043e\u0433\u0434\u0430 \u0432\u044b \u043f\u0440\u0438\u0441\u0442\u0443\u043f\u0438\u0442\u0435 \u043a \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0443, \u0443 \u0432\u0430\u0441 \u0431\u0443\u0434\u0435\u0442 %(total_time)s \u0434\u043b\u044f \u0435\u0433\u043e \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f.
\n • \u0412\u044b \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0442\u0430\u0439\u043c\u0435\u0440 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u043f\u0443\u0441\u043a\u0430.
\n • \u0415\u0441\u043b\u0438 \u0432\u0440\u0435\u043c\u044f \u0437\u0430\u043a\u043e\u043d\u0447\u0438\u0442\u0441\u044f \u0434\u043e \u0442\u043e\u0433\u043e, \u043a\u0430\u043a \u0432\u044b \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430, \n \u043d\u0430 \u043e\u0442\u0441\u043c\u043e\u0442\u0440 \u0431\u0443\u0434\u0443\u0442 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u044b \u0432\u0441\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0451\u043d\u043d\u044b\u0435 \u0432\u0430\u043c\u0438 \u0437\u0430\u0434\u0430\u0447\u0438.
\n ", + "\n 1. Copy this unique exam code. You will be prompted to paste this code later before you start the exam.\n ": "\n 1. \u0421\u043a\u043e\u043f\u0438\u0440\u0443\u0439\u0442\u0435 \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u043a\u043e\u0434 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430. \u0412\u0430\u043c \u043f\u043e\u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0432\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u044d\u0442\u043e\u0442 \u043a\u043e\u0434 \u043f\u043e\u0437\u0436\u0435, \u043a\u043e\u0433\u0434\u0430 \u0432\u044b \u043f\u0440\u0438\u0441\u0442\u0443\u043f\u0438\u0442\u0435 \u043a \u0437\u0430\u0434\u0430\u043d\u0438\u044e. ", + "\n 2. Follow the link below to set up proctoring.\n ": "\n 2. \u041f\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043f\u043e \u0441\u0441\u044b\u043b\u043a\u0435 \u043d\u0438\u0436\u0435 \u0434\u043b\u044f \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f.\n ", + "\n A new window will open. You will run a system check before downloading the proctoring application.\n ": "\n\u0421\u0441\u044b\u043b\u043a\u0430 \u043e\u0442\u043a\u0440\u043e\u0435\u0442\u0441\u044f \u0432 \u043d\u043e\u0432\u043e\u043c \u043e\u043a\u043d\u0435. \u041f\u0435\u0440\u0435\u0434 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u043e\u0439 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f \u0432\u044b \u043f\u0440\u043e\u0439\u0434\u0451\u0442\u0435 \u0447\u0435\u0440\u0435\u0437 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443 \u0441\u0438\u0441\u0442\u0435\u043c\u044b.\n ", + "\n About Proctored Exams\n ": "\n \u041f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435 \u043e \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u044b\u0445 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430\u0445\n ", + "\n After the due date has passed, you can review the exam, but you cannot change your answers.\n ": "\n\u041f\u043e \u0438\u0441\u0442\u0435\u0447\u0435\u043d\u0438\u0438 \u0441\u0440\u043e\u043a\u0430 \u0441\u0434\u0430\u0447\u0438 \u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0432\u044b \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0435\u0433\u043e \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c, \u043d\u043e \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0432\u043e\u0438 \u043e\u0442\u0432\u0435\u0442\u044b.\n ", + "\n Are you sure you want to take this exam without proctoring?\n ": "\n\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u0440\u043e\u0439\u0442\u0438 \u044d\u0442\u043e\u0442 \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u0431\u0435\u0437 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f?\n ", + "\n Due to unsatisfied prerequisites, you can only take this exam without proctoring.\n ": "\n\u0418\u0437-\u0437\u0430 \u043d\u0435\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438\u044f \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f\u043c \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u0434\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u0442\u043e\u043b\u044c\u043a\u043e \u0431\u0435\u0437 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f.\n ", + "\n I am not interested in academic credit.\n ": "\n\u041c\u043d\u0435 \u043d\u0435 \u043d\u0443\u0436\u0435\u043d \u0437\u0430\u0447\u0451\u0442.\n ", + "\n I am ready to start this timed exam.\n ": "\n\u041f\u0440\u0438\u0441\u0442\u0443\u043f\u0438\u0442\u044c \u043a \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0443.", + "\n If you take this exam without proctoring, you will no longer be eligible for academic credit. \n ": "\n\u0415\u0441\u043b\u0438 \u0432\u044b \u043f\u0440\u043e\u0439\u0434\u0451\u0442\u0435 \u044d\u0442\u043e\u0442 \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u0431\u0435\u0437 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f, \u0432\u044b \u0443\u0436\u0435 \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0437\u0430\u0447\u0451\u0442\u043d\u044b\u0435 \u0431\u0430\u043b\u043b\u044b. \n ", + "\n No, I want to continue working.\n ": "\n\u041d\u0435\u0442, \u044f \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0443 \u0440\u0430\u0431\u043e\u0442\u0443.\n ", + "\n No, I'd like to continue working\n ": "\n\u041d\u0435\u0442, \u044f \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0443 \u0440\u0430\u0431\u043e\u0442\u0443\n ", + "\n Select the exam code, then copy it using Command+C (Mac) or Control+C (Windows).\n ": "\n\u0412\u044b\u0434\u0435\u043b\u0438\u0442\u0435 \u043a\u043e\u0434 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430 \u0438 \u0441\u043a\u043e\u043f\u0438\u0440\u0443\u0439\u0442\u0435 \u0435\u0433\u043e, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f Command+C (Mac) \u0438\u043b\u0438 Control+C (Windows).\n ", + "\n The time allotted for this exam has expired. Your exam has been submitted and any work you completed will be graded.\n ": "\n\u0412\u0440\u0435\u043c\u044f, \u043e\u0442\u0432\u0435\u0434\u0451\u043d\u043d\u043e\u0435 \u043d\u0430 \u0441\u0434\u0430\u0447\u0443 \u044d\u0442\u043e\u0442 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430, \u0437\u0430\u043a\u043e\u043d\u0447\u0438\u043b\u043e\u0441\u044c. \u0412\u0430\u0448 \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u0431\u044b\u043b \u043e\u0442\u043f\u0440\u0435\u0432\u043b\u0435\u043d \u043d\u0430 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443, \u0438 \u0432\u0441\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u043d\u044b\u0435 \u0437\u0430\u0434\u0430\u0447\u0438 \u0431\u0443\u0434\u0443\u0442 \u043e\u0446\u0435\u043d\u0435\u043d\u044b.", + "\n You have submitted your timed exam.\n ": "\n\u0412\u044b \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u043b\u0438 \u044d\u0442\u043e\u0442 \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u043d\u0430 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443.\n ", + "\n You will be asked to verify your identity as part of the proctoring exam set up.\n Make sure you are on a computer with a webcam, and that you have valid photo identification\n such as a driver's license or passport, before you continue.\n ": "\n\u041f\u0435\u0440\u0435\u0434 \u043d\u0430\u0447\u0430\u043b\u043e\u043c \u0441\u0434\u0430\u0447\u0438 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430 \u0432\u0430\u043c \u043f\u043e\u0434\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u0441\u0432\u043e\u044e \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u044c. \u041f\u0435\u0440\u0435\u0434 \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u043e\u043c \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u0448\u0430\u0433\u0443 \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u044c\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u043d\u0430 \u0432\u0430\u0448\u0435\u043c \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0435 \u0435\u0441\u0442\u044c \u0432\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u0430 \u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044c \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0441 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0435 \u043f\u0440\u0430\u0432\u0430 \u0438\u043b\u0438 \u043f\u0430\u0441\u043f\u043e\u0440\u0442.\n ", + "\n You will be guided through steps to set up online proctoring software and to perform various checks.\n ": "\n\u0412\u044b \u043f\u0440\u043e\u0439\u0434\u0451\u0442\u0435 \u0432\u0441\u0435 \u0448\u0430\u0433\u0438 \u043f\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f \u0438 \u043f\u043e \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044e \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u0445 \u043f\u0440\u043e\u0432\u0435\u0440\u043e\u043a.\n ", + "\n You will be guided through steps to set up online proctoring software and to perform various checks.
\n ": "\n\u0412\u044b \u043f\u0440\u043e\u0439\u0434\u0451\u0442\u0435 \u0432\u0441\u0435 \u0448\u0430\u0433\u0438 \u043f\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f \u0438 \u043f\u043e \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044e \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u0445 \u043f\u0440\u043e\u0432\u0435\u0440\u043e\u043a.
\n ", + "\n • After you quit the proctoring session, the recorded data is uploaded for review.
\n • Proctoring results are usually available within 5 business days after you submit your exam.\n ": "\n • \u041f\u043e\u0441\u043b\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f \u0437\u0430\u043f\u0438\u0441\u0430\u043d\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u044e\u0442\u0441\u044f \u0434\u043b\u044f \u043e\u0442\u0441\u043c\u043e\u0442\u0440\u0430.
\n • \u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043e\u0442\u0441\u043c\u043e\u0442\u0440\u0430 \u043e\u0431\u044b\u0447\u043d\u043e \u043f\u043e\u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0435 5 \u0440\u0430\u0431\u043e\u0447\u0438\u0445 \u0434\u043d\u0435\u0439 \u043f\u043e\u0441\u043b\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u043e\u0442\u0432\u0435\u0442\u043e\u0432.\n ", + "\n A technical error has occurred with your proctored exam. To resolve this problem, contact\n technical support. All exam data, including answers\n for completed problems, has been lost. When the problem is resolved you will need to restart\n the exam and complete all problems again.\n ": "\n\u0412 \u0432\u0430\u0448\u0435\u043c \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u043c \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0435 \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u0451\u043b \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0441\u0431\u043e\u0439. \u0427\u0442\u043e\u0431\u044b \u0440\u0435\u0448\u0438\u0442\u044c \u044d\u0442\u0443 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b, \u0441\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u043e\u0439. \u0412\u0441\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u043f\u043e \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0443, \u0432\u043a\u043b\u044e\u0447\u0430\u044f \u043e\u0442\u0432\u0435\u0442\u044b \u043d\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0451\u043d\u043d\u044b\u0435 \u0437\u0430\u0434\u0430\u0447\u0438, \u0431\u044b\u043b\u0438 \u043f\u043e\u0442\u0435\u0440\u044f\u043d\u044b. \u041a\u043e\u0433\u0434\u0430 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430 \u0440\u0435\u0448\u0438\u0442\u0441\u044f, \u0432\u0430\u043c \u0431\u0443\u0434\u0435\u0442 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0441\u043d\u043e\u0432\u0430 \u0441\u0434\u0430\u0442\u044c \u044d\u043a\u0437\u0430\u043c\u0435\u043d, \u0437\u0430\u043d\u043e\u0432\u043e \u0440\u0435\u0448\u0438\u0432 \u0432\u0441\u0435 \u0437\u0430\u0434\u0430\u043d\u0438\u044f.", + "\n After the due date for this exam has passed, you will be able to review your answers on this page.\n ": "\n\u041f\u043e \u0438\u0441\u0442\u0435\u0447\u0435\u043d\u0438\u0438 \u0441\u0440\u043e\u043a\u0430 \u0441\u0434\u0430\u0447\u0438 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430 \u0432\u044b \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0435\u0433\u043e \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0441\u0432\u043e\u0438 \u043e\u0442\u0432\u0435\u0442\u044b \u043d\u0430 \u044d\u0442\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435.\n ", + "\n After you submit your exam, your exam will be graded.\n ": "\n\u041f\u043e\u0441\u043b\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u043e\u0442\u0432\u0435\u0442\u043e\u0432 \u043d\u0430 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443 \u0432\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u043e\u0446\u0435\u043d\u043a\u0443 \u0437\u0430 \u044d\u043a\u0437\u0430\u043c\u0435\u043d.\n ", + "\n After you submit your exam, your responses are graded and your proctoring session is reviewed.\n You might be eligible to earn academic credit for this course if you complete all required exams\n as well as achieve a final grade that meets credit requirements for the course.\n ": "\n\u041f\u043e\u0441\u043b\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u0432\u0430\u0448\u0438 \u043e\u0442\u0432\u0435\u0442\u044b \u0431\u0443\u0434\u0443\u0442 \u043e\u0446\u0435\u043d\u0435\u043d\u044b, \u0430 \u0437\u0430\u043f\u0438\u0441\u044c \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f \u043e\u0442\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u0430. \n\u0412\u044b \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0437\u0430\u0447\u0451\u0442 \u0437\u0430 \u044d\u0442\u043e\u0442 \u043a\u0443\u0440\u0441, \u0435\u0441\u043b\u0438 \u0432\u044b \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u0435 \u0432\u0441\u0435 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b\u0435 \u0437\u0430\u0434\u0430\u043d\u0438\u044f, \n\u0430 \u0442\u0430\u043a\u0436\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u0438\u0442\u043e\u0433\u043e\u0432\u0443\u044e \u043e\u0446\u0435\u043d\u043a\u0443, \u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u044f\u044e\u0449\u0443\u044e \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f\u043c \u0434\u043b\u044f \u0437\u0430\u0447\u0451\u0442\u0430 \u0437\u0430 \u044d\u0442\u043e\u0442 \u043a\u0443\u0440\u0441.\n ", + "\n Are you sure that you want to submit your timed exam?\n ": "\n\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u043d\u0430 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443? ", + "\n Are you sure you want to end your proctored exam?\n ": "\n\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0441\u0434\u0430\u0447\u0443 \u0432\u0430\u0448\u0435\u0433\u043e \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u0433\u043e \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430?\n ", + "\n Because the due date has passed, you are no longer able to take this exam.\n ": "\n\u041f\u043e\u0441\u043a\u043e\u043b\u044c\u043a\u0443 \u0438\u0441\u0442\u0451\u043a \u0441\u0440\u043e\u043a \u0441\u0434\u0430\u0447\u0438, \u0432\u044b \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u0434\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u044d\u043a\u0437\u0430\u043c\u0435\u043d.\n ", + "\n Error with proctored exam\n ": "\n\u041e\u0448\u0438\u0431\u043a\u0430 \u0432 \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u043c \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0435", + "\n Follow these instructions\n ": "\n\u0421\u043b\u0435\u0434\u0443\u0439\u0442\u0435 \u0434\u0430\u043d\u043d\u044b\u043c \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f\u043c\n ", + "\n Follow these steps to set up and start your proctored exam.\n ": "\n\u0414\u043b\u044f \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0430 \u043a \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u043c\u0443 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0443 \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u0435 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f.\n ", + "\n Get familiar with proctoring for real exams later in the course. This practice exam has no impact\n on your grade in the course.\n ": "\n\u041e\u0437\u043d\u0430\u043a\u043e\u043c\u044c\u0442\u0435\u0441\u044c \u0441 \u043f\u0440\u043e\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435\u043c \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u044b\u0445 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u043e\u0432, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0432\u0430\u043c \u043f\u0440\u0435\u0434\u0441\u0442\u043e\u0438\u0442 \u0441\u0434\u0430\u0442\u044c \u0432 \u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0435\u043c. \u042d\u0442\u043e\u0442 \u043f\u0440\u043e\u0431\u043d\u044b\u0439 \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u043d\u0438\u043a\u0430\u043a \u043d\u0435 \u043f\u043e\u0432\u043b\u0438\u044f\u0435\u0442 \u043d\u0430 \u0432\u0430\u0448\u0443 \u0438\u0442\u043e\u0433\u043e\u0432\u0443\u044e \u043e\u0446\u0435\u043d\u043a\u0443 \u0432 \u043a\u0443\u0440\u0441\u0435. ", + "\n If the proctoring software window is still open, you can close it now. Confirm that you want to quit the application when you are prompted.\n ": "\n\u0415\u0441\u043b\u0438 \u043e\u043a\u043d\u043e \u0441 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043e\u0439 \u0434\u043b\u044f \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f \u0432\u0441\u0451 \u0435\u0449\u0451 \u043e\u0442\u043a\u0440\u044b\u0442\u043e, \u0442\u043e \u0442\u0435\u043f\u0435\u0440\u044c \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0435\u0433\u043e \u0437\u0430\u043a\u0440\u044b\u0442\u044c. \u041f\u0440\u0438 \u0437\u0430\u043a\u0440\u044b\u0442\u0438\u0438 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435, \u0447\u0442\u043e \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0437\u0430\u043a\u0440\u044b\u0442\u044c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435.", + "\n If you have concerns about your proctoring session results, contact your course team.\n ": "\n\u0415\u0441\u043b\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044c \u0432\u043e\u043f\u0440\u043e\u0441\u044b \u043f\u043e \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u043c \u043e\u0442\u0441\u043c\u043e\u0442\u0440\u0430 \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u0433\u043e \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430, \u0441\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u043a\u043e\u043c\u0430\u043d\u0434\u043e\u0439 \u043a\u0443\u0440\u0441\u0430.\n ", + "\n If you have disabilities,\n you might be eligible for an additional time allowance on timed exams.\n Ask your course team for information about additional time allowances.\n ": "\n\u0415\u0441\u043b\u0438 \u0443 \u0432\u0430\u0441 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u044b \u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438, \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0431\u0440\u0430\u0442\u0438\u0442\u044c\u0441\u044f \u043a \u043a\u043e\u043c\u0430\u043d\u0434\u0435 \u043a\u0443\u0440\u0441\u0430, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f.", + "\n If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n ": "\n\u0415\u0441\u043b\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044c \u0432\u043e\u043f\u0440\u043e\u0441\u044b \u043f\u043e \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u043c \u043e\u0442\u0441\u043c\u043e\u0442\u0440\u0430 \u0432\u0430\u0448\u0435\u0433\u043e \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u0433\u043e \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430, \u0441\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u043e\u0439 \u043f\u0440\u043e\u0435\u043a\u0442\u0430 %(platform_name)s.\n ", + "\n If you have questions about the status of your requirements for course credit, contact %(platform_name)s Support.\n ": "\n\u0415\u0441\u043b\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044c \u0432\u043e\u043f\u0440\u043e\u0441\u044b \u043f\u043e \u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u0435\u043d\u0438\u044e \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u0439 \u0434\u043b\u044f \u0437\u0430\u0447\u0451\u0442\u0430, \u0441\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u043e\u0439 \u043f\u0440\u043e\u0435\u043a\u0442\u0430 %(platform_name)s.\n ", + "\n Make sure that you have selected \"Submit\" for each problem before you submit your exam.\n ": "\n\u041f\u0435\u0440\u0435\u0434 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u043e\u0439 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430 \u043d\u0430 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443 \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0432\u044b \u043d\u0430\u0436\u0430\u043b\u0438 \u043a\u043d\u043e\u043f\u043a\u0443 \u00ab\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c\u00bb \u0432 \u043a\u0430\u0436\u0434\u043e\u043c \u0437\u0430\u0434\u0430\u043d\u0438\u0438.", + "\n Practice exams do not affect your grade or your credit eligibility.\n You have completed this practice exam and can continue with your course work.\n ": "\n\u041f\u0440\u043e\u0431\u043d\u044b\u0435 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u044b \u043d\u0435 \u0432\u043b\u0438\u044f\u044e\u0442 \u043d\u0430 \u0432\u0430\u0448\u0443 \u043e\u0446\u0435\u043d\u043a\u0443 \u0438\u043b\u0438 \u0432\u0430\u0448 \u0437\u0430\u0447\u0451\u0442.\n ", + "\n The due date for this exam has passed\n ": "\n\u0421\u0440\u043e\u043a \u0441\u0434\u0430\u0447\u0438 \u044d\u0442\u043e\u0433\u043e \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430 \u0438\u0441\u0442\u0451\u043a\n ", + "\n There was a problem with your practice proctoring session\n ": "\n\u0412\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430 \u043f\u0440\u0438 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0435 \u0432\u0430\u0448\u0435\u0433\u043e \u043f\u0440\u043e\u0431\u043d\u043e\u0433\u043e \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430\n ", + "\n This exam is proctored\n ": "\n\u042d\u0442\u043e\u0442 \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u044b\u0439\n ", + "\n To be eligible for course credit or for a MicroMasters credential, you must pass the proctoring review for this exam.\n ": "\n\u0427\u0442\u043e\u0431\u044b \u0438\u043c\u0435\u0442\u044c \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0437\u0430\u0447\u0451\u0442\u043d\u044b\u0435 \u0431\u0430\u043b\u043b\u044b \u0437\u0430 \u043f\u0440\u043e\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435 \u044d\u0442\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0430 \u0438\u043b\u0438 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b MicroMasters, \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u0440\u043e\u0439\u0442\u0438 \u044d\u0442\u043e\u0442 \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u043f\u043e\u0434 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u0435\u043c \u0438 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043f\u043e\u043b\u043e\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043e\u0442\u0441\u043c\u043e\u0442\u0440\u0430.", + "\n To view your exam questions and responses, select View my exam. The exam's review status is shown in the left navigation pane.\n ": "\n\u0414\u043b\u044f \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430 \u0438 \u0441\u0432\u043e\u0438\u0445 \u043e\u0442\u0432\u0435\u0442\u043e\u0432 \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u044d\u043a\u0437\u0430\u043c\u0435\u043d. \u0421\u0442\u0430\u0442\u0443\u0441 \u043e\u0442\u0441\u043c\u043e\u0442\u0440\u0430 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430 \u043f\u043e\u043a\u0430\u0437\u0430\u043d \u0441\u043b\u0435\u0432\u0430 \u043d\u0430 \u043f\u0430\u043d\u0435\u043b\u0438 \u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438.", + "\n Try a proctored exam\n ": "\n\u041f\u043e\u043f\u0440\u043e\u0431\u043e\u0432\u0430\u0442\u044c \u0441\u0434\u0430\u0442\u044c \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u044b\u0439 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\n ", + "\n View your credit eligibility status on your Progress page.\n ": "\n \u0427\u0442\u043e\u0431\u044b \u0443\u0432\u0438\u0434\u0435\u0442\u044c, \u043c\u043e\u0436\u0435\u0442\u0435 \u043b\u0438 \u0432\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0437\u0430\u0447\u0451\u0442, \u043f\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u0432\u043e \u0432\u043a\u043b\u0430\u0434\u043a\u0443\u041f\u0440\u043e\u0433\u0440\u0435\u0441\u0441.\n ", + "\n Yes, end my proctored exam\n ": "\n\u0414\u0430, \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0441\u0434\u0430\u0447\u0443 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430\n ", + "\n Yes, submit my timed exam.\n ": "\n\u0414\u0430, \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442\u044b \u043d\u0430 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443.\n ", + "\n You are eligible to purchase academic credit for this course if you complete all required exams\n and also achieve a final grade that meets the credit requirements for the course.\n ": "\n\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0437\u0430\u0447\u0451\u0442 \u0437\u0430 \u044d\u0442\u043e\u0442 \u043a\u0443\u0440\u0441, \u0435\u0441\u043b\u0438 \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u0435 \u0432\u0441\u0435 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b\u0435 \u0437\u0430\u0434\u0430\u043d\u0438\u044f \n\u0438 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u0438\u0442\u043e\u0433\u043e\u0432\u0443\u044e \u043e\u0446\u0435\u043d\u043a\u0443, \u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u044f\u044e\u0449\u0438\u044e \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f\u043c \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0437\u0430\u0447\u0451\u0442\u0430 \u0437\u0430 \u043a\u0443\u0440\u0441.\n ", + "\n You are no longer eligible for academic credit for this course, regardless of your final grade.\n If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n ": "\n\u0412\u044b \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0437\u0430\u0447\u0451\u0442 \u0437\u0430 \u043a\u0443\u0440\u0441, \u0432\u043d\u0435 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0438 \u043e\u0442 \u0432\u0430\u0448\u0435\u0439 \u0438\u0442\u043e\u0433\u043e\u0432\u043e\u0439 \u043e\u0446\u0435\u043d\u043a\u0438.\n\u0415\u0441\u043b\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044c \u0432\u043e\u043f\u0440\u043e\u0441\u044b \u043f\u043e \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u043c \u043e\u0442\u0441\u043c\u043e\u0442\u0440\u0430 \u0432\u0430\u0448\u0435\u0433\u043e \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u0433\u043e \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430, \u0441\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u043e\u0439 \u043f\u0440\u043e\u0435\u043a\u0442\u0430 %(platform_name)s.\n ", + "\n You have submitted this practice proctored exam\n ": "\n\u0412\u044b \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u043b\u0438 \u044d\u0442\u043e\u0442 \u043f\u0440\u043e\u0431\u043d\u044b\u0439 \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u043d\u0430 \u043e\u0442\u0441\u0442\u043c\u043e\u0442\u0440\n ", + "\n You have submitted this proctored exam for review\n ": "\n\u0412\u044b \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u043b\u0438 \u044d\u0442\u043e\u0442 \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u044b\u0439 \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u043d\u0430 \u043e\u0442\u0441\u043c\u043e\u0442\u0440\n ", + "\n Your grade for this timed exam will be immediately available on the Progress page.\n ": "\n\u0412\u0430\u0448\u0430 \u043e\u0446\u0435\u043d\u043a\u0430 \u0437\u0430 \u043d\u0435\u0433\u043e \u0431\u0443\u0434\u0435\u0442 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u0432\u043e \u0432\u043a\u043b\u0430\u0434\u043a\u0435 \u041f\u0440\u043e\u0433\u0440\u0435\u0441\u0441.\n ", + "\n Your practice proctoring results: Unsatisfactory \n ": "\n\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043f\u0440\u043e\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u044f \u043f\u0440\u043e\u0431\u043d\u043e\u0433\u043e \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u0433\u043e \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430: \u041d\u0435 \u043f\u0440\u0438\u043d\u044f\u0442\u043e \n ", + "\n Your proctoring session ended before you completed this practice exam.\n You can retry this practice exam if you had problems setting up the online proctoring software.\n ": "\n\u041d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u0435 \u0437\u0430 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u043e\u043c \u043f\u0440\u0435\u0440\u0432\u0430\u043b\u043e\u0441\u044c \u0434\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u0432\u0430\u043c\u0438 \u0437\u0430\u0434\u0430\u043d\u0438\u044f.\n\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u043d\u043e\u0432\u043e \u0441\u0434\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u043f\u0440\u043e\u0431\u043d\u044b\u0439 \u044d\u043a\u0437\u0430\u043c\u0435\u043d, \u0435\u0441\u043b\u0438 \u0443 \u0432\u0430\u0441 \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b \u043f\u0440\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u043e\u043d\u043b\u0430\u0439\u043d-\u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f. ", + "\n Your proctoring session was reviewed and did not pass requirements\n ": "\n\u041f\u043e \u0438\u0442\u043e\u0433\u0430\u043c \u043e\u0442\u0441\u043c\u043e\u0442\u0440\u0430 \u0437\u0430\u043f\u0438\u0441\u0438 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f \u0432\u0430\u0448 \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u0441\u043e\u0447\u0442\u0435\u043d \u043d\u0435 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u043c \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f\u043c\n ", + "\n Your proctoring session was reviewed and passed all requirements\n ": "\n\u041f\u043e \u0438\u0442\u043e\u0433\u0430\u043c \u043e\u0442\u0441\u043c\u043e\u0442\u0440\u0430 \u0437\u0430\u043f\u0438\u0441\u044c \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f \u0437\u0430 \u0441\u0434\u0430\u0447\u0435\u0439 \u0432\u0430\u0448\u0435\u0433\u043e \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430 \u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u044f\u0435\u0442 \u0432\u0441\u0435\u043c \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f\u043c\n ", + "\n %(exam_name)s is a Timed Exam (%(total_time)s)\n ": "\n\u0412 \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b\u0435 \u00ab%(exam_name)s\u00bb \u0432\u0430\u0441 \u0436\u0434\u0451\u0442 \u044d\u043a\u0437\u0430\u043c\u0435\u043d, \u043d\u0430 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u0432\u0430\u043c \u0434\u0430\u0451\u0442\u0441\u044f %(total_time)s\n ", + "\n The following prerequisites are in a pending state and must be successfully completed before you can proceed:\n ": "\n\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f \u043e\u0436\u0438\u0434\u0430\u044e\u0442 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u043f\u0435\u0440\u0435\u0434 \u0442\u0435\u043c, \u043a\u0430\u043a \u0432\u044b \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u0448\u0430\u0433\u0443:\n ", + "\n You can take this exam with proctoring only when all prerequisites have been successfully completed. Check your Progress page to see if prerequisite results have been updated. You can also take this exam now without proctoring, but you will not be eligible for credit.\n ": "\n\u0412\u044b \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u0434\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u043f\u043e\u0434 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u0435\u043c, \u0442\u043e\u043b\u044c\u043a\u043e \u043a\u043e\u0433\u0434\u0430 \u0431\u0443\u0434\u0443\u0442 \u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u0435\u043d\u044b \u0432\u0441\u0435 \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f. \u0427\u0442\u043e\u0431\u044b \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0438\u0442\u044c\u0441\u044f, \u0447\u0442\u043e \u0441\u043f\u0438\u0441\u043e\u043a \u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u0451\u043d\u043d\u044b\u0445 \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u0439 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d, \u043f\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u0432\u043e \u0432\u043a\u043b\u0430\u0434\u043a\u0443 \u041f\u0440\u043e\u0433\u0440\u0435\u0441\u0441. \u0422\u0430\u043a\u0436\u0435 \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u0434\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u0431\u0435\u0437 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f, \u043d\u043e \u0442\u043e\u0433\u0434\u0430 \u0432\u044b \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0437\u0430\u0447\u0451\u0442.\n ", + "\n You did not satisfy the following prerequisites:\n ": "\n\u0412\u044b \u043d\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u043b\u0438 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f:\n ", + "\n You did not satisfy the requirements for taking this exam with proctoring, and are not eligible for credit. See your Progress page for a list of requirements and your status for each.\n ": "\n\u0412\u044b \u043d\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u043b\u0438 \u0432\u0441\u0435 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b\u0435 \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f \u0434\u043b\u044f \u0441\u0434\u0430\u0447\u0438 \u044d\u0442\u043e\u0433\u043e \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430 \u043f\u043e\u0434 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u0435\u043c \u0438 \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0437\u0430\u0447\u0451\u0442. \u0427\u0442\u043e\u0431\u044b \u0443\u0432\u0438\u0434\u0435\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b\u0445 \u0438 \u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u0451\u043d\u043d\u044b\u0445 \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u0439, \u043f\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u0432\u043e \u0432\u043a\u043b\u0430\u0434\u043a\u0443 \u041f\u0440\u043e\u0433\u0440\u0435\u0441\u0441.\n ", + "\n You have not completed the prerequisites for this exam. All requirements must be satisfied before you can take this proctored exam and be eligible for credit. See your Progress page for a list of requirements in the order that they must be completed.\n ": "\n\u0412\u044b \u043d\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u043b\u0438 \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0430 \u043a \u044d\u0442\u043e\u043c\u0443 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0443. \u0412\u0441\u0435 \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u0438\u0442\u044c \u043f\u0435\u0440\u0435\u0434 \u0441\u0434\u0430\u0447\u0435\u0439 \u0438 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435\u043c \u043f\u0440\u0430\u0432\u0430 \u043d\u0430 \u0437\u0430\u0447\u0451\u0442.\n\u0427\u0442\u043e\u0431\u044b \u0443\u0432\u0438\u0434\u0435\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b\u0445 \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u0439 \u0432 \u043f\u043e\u0440\u044f\u0434\u043a\u0435 \u0438\u0445 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f, \u043f\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u0432\u043e \u0432\u043a\u043b\u0430\u0434\u043a\u0443 \u041f\u0440\u043e\u0433\u0440\u0435\u0441\u0441.\n ", + " From this point in time, you must follow the online proctoring rules to pass the proctoring review for your exam. ": " \u0421 \u044d\u0442\u043e\u0433\u043e \u043c\u043e\u043c\u0435\u043d\u0442\u0430 \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u044c \u043f\u0440\u0430\u0432\u0438\u043b\u0430\u043c \u043e\u043d\u043b\u0430\u0439\u043d-\u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f, \u0447\u0442\u043e\u0431\u044b \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u043e\u0439\u0442\u0438 \u043e\u0442\u0441\u043c\u043e\u0442\u0440 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430. ", + " Link": "\u0421\u0441\u044b\u043b\u043a\u0430", + " Your Proctoring Session Has Started ": " \u041d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u0435 \u043d\u0430\u0447\u0430\u0442\u043e ", + " and ": "\u00bb \u0438 \u00ab", + " and {num_of_minutes} minute": " \u0438 {num_of_minutes} \u043c\u0438\u043d", + " and {num_of_minutes} minutes": " \u0438 {num_of_minutes} \u043c\u0438\u043d", + " learner does not exist in LMS and not added to the exception list": "\u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 LMS \u0438 \u043e\u043d \u043d\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439", + " learner is already white listed and not added to the exception list": "\u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438 \u0443\u0436\u0435 \u043f\u0440\u043e\u0432\u0435\u0440\u0435\u043d\u044b \u0438 \u043d\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u044b \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439", + " learner is successfully added to the exception list": " \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044c \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439", + " learners are already white listed and not added to the exception list": "\u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438 \u0443\u0436\u0435 \u043f\u0440\u043e\u0448\u043b\u0438 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443 \u0438 \u043d\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u044b \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439", + " learners are successfully added to exception list": " \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u044b \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439", + " learners do not exist in LMS and not added to the exception list": "\u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u044b \u0432 \u0421\u0423\u041e \u0438 \u043d\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u044b \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439", + " record is not in correct format and not added to the exception list": "\u0437\u0430\u043f\u0438\u0441\u044c \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0438 \u043d\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430 \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439", + " records are not in correct format and not added to the exception list": "\u0437\u0430\u043f\u0438\u0441\u0438 \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0438 \u043d\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u044b \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439", + " to complete and submit the exam.": " \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u0438 \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442\u044b \u043d\u0430 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443.", + "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", "%(errorCount)s error found in form.": [ - "\u041d\u0430\u0439\u0434\u0435\u043d\u0430 %(errorCount)s \u043e\u0448\u0438\u0431\u043a\u0430.", - "\u041d\u0430\u0439\u0434\u0435\u043d\u043e %(errorCount)s \u043e\u0448\u0438\u0431\u043a\u0438.", - "\u041d\u0430\u0439\u0434\u0435\u043d\u043e %(errorCount)s \u043e\u0448\u0438\u0431\u043e\u043a.", + "\u041d\u0430\u0439\u0434\u0435\u043d\u0430 %(errorCount)s \u043e\u0448\u0438\u0431\u043a\u0430.", + "\u041d\u0430\u0439\u0434\u0435\u043d\u043e %(errorCount)s \u043e\u0448\u0438\u0431\u043a\u0438.", + "\u041d\u0430\u0439\u0434\u0435\u043d\u043e %(errorCount)s \u043e\u0448\u0438\u0431\u043e\u043a.", "\u041d\u0430\u0439\u0434\u0435\u043d\u043e %(errorCount)s \u043e\u0448\u0438\u0431\u043e\u043a." - ], - "%(field)s can only contain up to %(count)d characters.": "%(field)s \u0432\u043c\u0435\u0449\u0430\u0435\u0442 \u0434\u043e %(count)d \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432.", - "%(field)s must have at least %(count)d characters.": "%(field)s \u0434\u043e\u043b\u0436\u043d\u043e \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u043d\u0435 \u043c\u0435\u043d\u0435\u0435 %(count)d \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432.", - "%(memberCount)s / %(maxMemberCount)s Member": [ - "%(memberCount)s \u0438\u0437 %(maxMemberCount)s \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430", - "%(memberCount)s \u0438\u0437 %(maxMemberCount)s \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432", - "%(memberCount)s \u0438\u0437 %(maxMemberCount)s \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432", - "%(memberCount)s \u0438\u0437 %(maxMemberCount)s \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432" - ], - "%(new_item_message)s": "%(new_item_message)s", + ], + "%(field)s can only contain up to %(count)d characters.": "%(field)s \u0432\u043c\u0435\u0449\u0430\u0435\u0442 \u0434\u043e %(count)d \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432.", + "%(field)s must have at least %(count)d characters.": "%(field)s \u0434\u043e\u043b\u0436\u043d\u043e \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u043d\u0435 \u043c\u0435\u043d\u0435\u0435 %(count)d \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432.", + "%(new_item_message)s": "%(new_item_message)s", "%(num_questions)s question": [ - "%(num_questions)s \u0432\u043e\u043f\u0440\u043e\u0441", - "%(num_questions)s \u0432\u043e\u043f\u0440\u043e\u0441\u0430", - "%(num_questions)s \u0432\u043e\u043f\u0440\u043e\u0441\u043e\u0432", + "%(num_questions)s \u0432\u043e\u043f\u0440\u043e\u0441", + "%(num_questions)s \u0432\u043e\u043f\u0440\u043e\u0441\u0430", + "%(num_questions)s \u0432\u043e\u043f\u0440\u043e\u0441\u043e\u0432", "%(num_questions)s \u0432\u043e\u043f\u0440\u043e\u0441\u043e\u0432" - ], + ], "%(num_students)s student": [ - "%(num_students)s \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044c", - "%(num_students)s \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f", - "%(num_students)s \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439", + "%(num_students)s \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044c", + "%(num_students)s \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f", + "%(num_students)s \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439", "%(num_students)s \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439" - ], + ], "%(num_students)s student opened Subsection": [ - "%(num_students)s \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044c \u043e\u0442\u043a\u0440\u044b\u0432\u0430\u043b \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b", - "%(num_students)s \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f \u043e\u0442\u043a\u0440\u044b\u0432\u0430\u043b\u0438 \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b", - "%(num_students)s \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u043e\u0442\u043a\u0440\u044b\u0432\u0430\u043b\u0438 \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b", + "%(num_students)s \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044c \u043e\u0442\u043a\u0440\u044b\u0432\u0430\u043b \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b", + "%(num_students)s \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f \u043e\u0442\u043a\u0440\u044b\u0432\u0430\u043b\u0438 \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b", + "%(num_students)s \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u043e\u0442\u043a\u0440\u044b\u0432\u0430\u043b\u0438 \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b", "%(num_students)s \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u043e\u0442\u043a\u0440\u044b\u0432\u0430\u043b\u0438 \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b" - ], - "%(programName)s Home Page.": "\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u00ab%(programName)s\u00bb.", + ], + "%(programName)s Home Page.": "\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u00ab%(programName)s\u00bb.", "%(sel)s of %(cnt)s selected": [ - "\u0412\u044b\u0431\u0440\u0430\u043d %(sel)s \u0438\u0437 %(cnt)s", - "\u0412\u044b\u0431\u0440\u0430\u043d\u043e %(sel)s \u0438\u0437 %(cnt)s", - "\u0412\u044b\u0431\u0440\u0430\u043d\u043e %(sel)s \u0438\u0437 %(cnt)s", + "\u0412\u044b\u0431\u0440\u0430\u043d %(sel)s \u0438\u0437 %(cnt)s", + "\u0412\u044b\u0431\u0440\u0430\u043d\u043e %(sel)s \u0438\u0437 %(cnt)s", + "\u0412\u044b\u0431\u0440\u0430\u043d\u043e %(sel)s \u0438\u0437 %(cnt)s", "\u0412\u044b\u0431\u0440\u0430\u043d\u043e %(sel)s \u0438\u0437 %(cnt)s" - ], - "%(team_count)s Team": [ - "%(team_count)s \u043a\u043e\u043c\u0430\u043d\u0434\u0430", - "%(team_count)s \u043a\u043e\u043c\u0430\u043d\u0434\u044b", - "%(team_count)s \u043a\u043e\u043c\u0430\u043d\u0434", - "%(team_count)s \u043a\u043e\u043c\u0430\u043d\u0434" - ], - "%(type)s Component Template Menu": "%(type)s \u043c\u0435\u043d\u044e \u0448\u0430\u0431\u043b\u043e\u043d\u043e\u0432 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442", + ], + "%(type)s Component Template Menu": "%(type)s \u043c\u0435\u043d\u044e \u0448\u0430\u0431\u043b\u043e\u043d\u043e\u0432 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442", "%(value)s hour": [ - "%(value)s \u0447\u0430\u0441", - "%(value)s \u0447\u0430\u0441\u0430", - "%(value)s \u0447\u0430\u0441\u043e\u0432", + "%(value)s \u0447\u0430\u0441", + "%(value)s \u0447\u0430\u0441\u0430", + "%(value)s \u0447\u0430\u0441\u043e\u0432", "%(value)s \u0447\u0430\u0441\u043e\u0432" - ], + ], "%(value)s minute": [ - "%(value)s \u043c\u0438\u043d\u0443\u0442\u0430", - "%(value)s \u043c\u0438\u043d\u0443\u0442\u044b", - "%(value)s \u043c\u0438\u043d\u0443\u0442", + "%(value)s \u043c\u0438\u043d\u0443\u0442\u0430", + "%(value)s \u043c\u0438\u043d\u0443\u0442\u044b", + "%(value)s \u043c\u0438\u043d\u0443\u0442", "%(value)s \u043c\u0438\u043d\u0443\u0442" - ], + ], "%(value)s second": [ - "%(value)s \u0441\u0435\u043a\u0443\u043d\u0434\u0430", - "%(value)s \u0441\u0435\u043a\u0443\u043d\u0434\u044b", - "%(value)s \u0441\u0435\u043a\u0443\u043d\u0434", + "%(value)s \u0441\u0435\u043a\u0443\u043d\u0434\u0430", + "%(value)s \u0441\u0435\u043a\u0443\u043d\u0434\u044b", + "%(value)s \u0441\u0435\u043a\u0443\u043d\u0434", "%(value)s \u0441\u0435\u043a\u0443\u043d\u0434" - ], + ], "%d day": [ - "%d \u0434\u0435\u043d\u044c", - "%d \u0434\u043d\u044f", - "%d \u0434\u043d\u0435\u0439", + "%d \u0434\u0435\u043d\u044c", + "%d \u0434\u043d\u044f", + "%d \u0434\u043d\u0435\u0439", "%d \u0434\u043d\u0435\u0439" - ], + ], "%d minute": [ - "%d \u043c\u0438\u043d\u0443\u0442\u0430", - "%d \u043c\u0438\u043d\u0443\u0442\u044b", - "%d \u043c\u0438\u043d\u0443\u0442", + "%d \u043c\u0438\u043d\u0443\u0442\u0430", + "%d \u043c\u0438\u043d\u0443\u0442\u044b", + "%d \u043c\u0438\u043d\u0443\u0442", "%d \u043c\u0438\u043d\u0443\u0442" - ], + ], "%d month": [ - "%d \u043c\u0435\u0441\u044f\u0446", - "%d \u043c\u0435\u0441\u044f\u0446\u0430", - "%d \u043c\u0435\u0441\u044f\u0446\u0435\u0432", + "%d \u043c\u0435\u0441\u044f\u0446", + "%d \u043c\u0435\u0441\u044f\u0446\u0430", + "%d \u043c\u0435\u0441\u044f\u0446\u0435\u0432", "%d \u043c\u0435\u0441\u044f\u0446\u0435\u0432" - ], + ], "%d year": [ - "%d \u0433\u043e\u0434", - "%d \u0433\u043e\u0434\u0430", - "%d \u043b\u0435\u0442", + "%d \u0433\u043e\u0434", + "%d \u0433\u043e\u0434\u0430", + "%d \u043b\u0435\u0442", "%d \u043b\u0435\u0442" - ], - "%s ago": "%s \u043d\u0430\u0437\u0430\u0434", - "%s from now": "%s \u0441\u043f\u0443\u0441\u0442\u044f", - "(Add signatories for a certificate)": "(\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u043e\u0434\u043f\u0438\u0441\u0430\u0432\u0448\u0435\u0433\u043e \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u0435\u043b\u044f)", - "(Caption will be displayed when you start playing the video.)": "(\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u044b \u0431\u0443\u0434\u0443\u0442 \u043f\u043e\u043a\u0430\u0437\u0430\u043d\u044b, \u043a\u043e\u0433\u0434\u0430 \u0432\u044b \u043d\u0430\u0447\u043d\u0451\u0442\u0435 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u044c \u0432\u0438\u0434\u0435\u043e)", - "(Optional)": "(\u043d\u0435\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e)", - "(Required Field)": "(\u043f\u043e\u043b\u0435, \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0434\u043b\u044f \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f)", + ], + "%s ago": "%s \u043d\u0430\u0437\u0430\u0434", + "%s from now": "%s \u0441\u043f\u0443\u0441\u0442\u044f", + "(Add signatories for a certificate)": "(\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u043e\u0434\u043f\u0438\u0441\u0430\u0432\u0448\u0435\u0433\u043e \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u0435\u043b\u044f)", + "(Caption will be displayed when you start playing the video.)": "(\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u044b \u0431\u0443\u0434\u0443\u0442 \u043f\u043e\u043a\u0430\u0437\u0430\u043d\u044b, \u043a\u043e\u0433\u0434\u0430 \u0432\u044b \u043d\u0430\u0447\u043d\u0451\u0442\u0435 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u044c \u0432\u0438\u0434\u0435\u043e)", + "(Optional)": "(\u043d\u0435\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e)", + "(Required Field)": "(\u043f\u043e\u043b\u0435, \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0434\u043b\u044f \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f)", "(contains %(student_count)s student)": [ - "(%(student_count)s \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044c)", - "(%(student_count)s \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f)", - "(%(student_count)s \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439)", + "(%(student_count)s \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044c)", + "(%(student_count)s \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f)", + "(%(student_count)s \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439)", "(%(student_count)s \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439)" - ], - "(optional)": "(\u043d\u0435\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e)", - "(required):": "(\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e):", - "- Sortable": "\u2013 \u0441\u043e\u0440\u0442\u0438\u0440\u0443\u0435\u043c\u044b\u0439 \u0441\u0442\u043e\u043b\u0431\u0435\u0446", - "6 a.m.": "6 \u0443\u0442\u0440\u0430", - "6 p.m.": "6 \u0432\u0435\u0447\u0435\u0440\u0430", - ": video upload complete.": ": \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0432\u0438\u0434\u0435\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0430.", - "<%= user %> already in exception list.": "<%= user %> \u0443\u0436\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439.", - "<%= user %> has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.": "<%= user %> \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d. \u0414\u043b\u044f \u0432\u044b\u0434\u0430\u0447\u0438 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430 \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u00ab\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u044b \u0434\u043b\u044f \u0438\u0441\u043a\u043b\u044e\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0445 \u0441\u043b\u0443\u0447\u0430\u0435\u0432\u00bb.", - "A driver's license, passport, or government-issued ID with your name and photo.": "\u0412\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0435 \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u0435, \u043f\u0430\u0441\u043f\u043e\u0440\u0442 \u0438\u043b\u0438 \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u0435 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438 \u0433\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0433\u043e \u043e\u0431\u0440\u0430\u0437\u0446\u0430 \u0441 \u0432\u0430\u0448\u0438\u043c\u0438 \u0438\u043c\u0435\u043d\u0435\u043c \u0438 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439.", - "A driver's license, passport, or other government-issued ID with your name and photo": "\u0412\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0435 \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u0435, \u043f\u0430\u0441\u043f\u043e\u0440\u0442 \u0438\u043b\u0438 \u0434\u0440\u0443\u0433\u043e\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0433\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0433\u043e \u043e\u0431\u0440\u0430\u0437\u0446\u0430 \u0441 \u0432\u0430\u0448\u0438\u043c\u0438 \u0438\u043c\u0435\u043d\u0435\u043c \u0438 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439", - "A list of courses you have just enrolled in as a verified student": "\u0421\u043f\u0438\u0441\u043e\u043a \u043a\u0443\u0440\u0441\u043e\u0432, \u043d\u0430 \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0432\u044b \u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u043e \u0437\u0430\u0447\u0438\u0441\u043b\u0435\u043d\u044b", - "A name that identifies your team (maximum 255 characters).": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435, \u043f\u0440\u0438\u0441\u0432\u043e\u0435\u043d\u043d\u043e\u0435 \u0432\u0430\u0448\u0435\u0439 \u043a\u043e\u043c\u0430\u043d\u0434\u0435 (\u043c\u0430\u043a\u0441\u0438\u043c\u0443\u043c 255 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432).", - "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "\u041a\u0440\u0430\u0442\u043a\u043e\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u044b, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043f\u043e\u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u043a\u0443\u0440\u0441\u043d\u0438\u043a\u0430\u043c \u043f\u043e\u043d\u044f\u0442\u044c \u0435\u0451 \u0446\u0435\u043b\u0438 \u0438\u043b\u0438 \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0434\u0435\u044f\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438 (\u043c\u0430\u043a\u0441\u0438\u043c\u0443\u043c 300 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432).", - "A valid email address is required": "\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441", - "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "\u0410\u0411\u0412\u0413\u0414\u0415\u0416\u0417\u0418\u041a\u041b\u041c\u041d\u041e\u041f\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042d\u042e\u042f", - "Abbreviation": "\u0410\u0431\u0431\u0440\u0435\u0432\u0438\u0430\u0442\u0443\u0440\u0430", - "About Me": "\u041e\u0431\u043e \u043c\u043d\u0435", - "About You": "\u041e \u0432\u0430\u0441", - "About me": "\u041e \u0441\u0435\u0431\u0435", - "Access to some content in this unit is restricted to specific groups of learners": "\u0427\u0430\u0441\u0442\u044c \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u044d\u0442\u043e\u0433\u043e \u0431\u043b\u043e\u043a\u0430 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u043c \u0433\u0440\u0443\u043f\u043f\u0430\u043c \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439.", - "Access to some content in this {blockType} is restricted to specific groups of learners.": "\u042d\u0442\u043e\u0442 {blockType} \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0447\u0430\u0441\u0442\u0438, \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u043c \u0433\u0440\u0443\u043f\u043f\u0430\u043c \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439.", - "Access to this unit is restricted to: {selectedGroupsLabel}": "\u042d\u0442\u043e\u0442 \u0431\u043b\u043e\u043a \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d: {selectedGroupsLabel}", - "Access to this {blockType} is restricted to: {selectedGroupsLabel}": "\u042d\u0442\u043e\u0442 {blockType} \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d: {selectedGroupsLabel}", - "Accomplishments": "\u0414\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u044f", - "Accomplishments Pagination": "\u041f\u043e\u0441\u0442\u0440\u0430\u043d\u0438\u0447\u043d\u043e\u0435 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u0439", - "Account": "\u0423\u0447\u0451\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c", - "Account Information": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e\u0431 \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438", - "Account Not Activated": "\u0423\u0447\u0451\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c \u043d\u0435 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u0430", - "Account Settings": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438", - "Account Settings page.": "\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445 \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438.", - "Action": "\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u0435", - "Action required: Enter a valid date.": "\u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0432\u0432\u0435\u0441\u0442\u0438 \u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u0443\u044e \u0434\u0430\u0442\u0443.", - "Actions": "\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f", - "Activate": "\u0423\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c", - "Activate Your Account": "\u0410\u043a\u0442\u0438\u0432\u0438\u0440\u0443\u0439\u0442\u0435 \u0441\u0432\u043e\u044e \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c", - "Activating a link in this group will skip to the corresponding point in the video.": "\u041f\u0440\u0438 \u0432\u044b\u0431\u043e\u0440\u0435 \u0441\u0441\u044b\u043b\u043a\u0438 \u0432 \u044d\u0442\u043e\u043c \u0431\u043b\u043e\u043a\u0435 \u043f\u0440\u043e\u0438\u0437\u043e\u0439\u0434\u0451\u0442 \u043f\u0435\u0440\u0435\u043c\u043e\u0442\u043a\u0430 \u0432\u0438\u0434\u0435\u043e \u043a \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u043c\u0443 \u043c\u043e\u043c\u0435\u043d\u0442\u0443.", - "Active": "\u0410\u043a\u0442\u0438\u0432\u043d\u044b\u0439", - "Active Uploads": "\u0410\u043a\u0442\u0438\u0432\u043d\u044b\u0435 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438", - "Add": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c", - "Add Additional Signatory": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u0435\u043b\u044f, \u043f\u043e\u0434\u043f\u0438\u0441\u0430\u0432\u0448\u0435\u0433\u043e \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442", - "Add Attachment": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432\u043b\u043e\u0436\u0435\u043d\u0438\u0435", - "Add Cohort": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u0443", - "Add Component:": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442:", - "Add Country": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u0440\u0430\u043d\u0443", - "Add Learners": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439", - "Add New Component": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u043e\u0432\u044b\u0439 \u041a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442", - "Add URLs for additional versions": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u0432\u0435\u0440\u0441\u0438\u0438", - "Add a Chapter": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0433\u043b\u0430\u0432\u0443", - "Add a New Cohort": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u0443", - "Add a learning outcome here": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043e\u0431\u0443\u0447\u0435\u043d\u0438\u044f \u0437\u0434\u0435\u0441\u044c", - "Add another group": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0434\u0440\u0443\u0433\u0443\u044e \u0433\u0440\u0443\u043f\u043f\u0443", - "Add language": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u044f\u0437\u044b\u043a", - "Add learners to this cohort": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u0432 \u044d\u0442\u0443 \u0433\u0440\u0443\u043f\u043f\u0443", - "Add notes about this learner": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0437\u0430\u043c\u0435\u0442\u043a\u0438 \u043e\u0431 \u044d\u0442\u043e\u043c \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435", - "Add to Dictionary": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u0441\u043b\u043e\u0432\u0430\u0440\u044c", - "Add to Exception List": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439", - "Add your first content group": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u0435\u0440\u0432\u0443\u044e \u0433\u0440\u0443\u043f\u043f\u0443", - "Add your first group configuration": "\u0414\u043e\u0431\u0430\u0432\u044c\u0442\u0435 \u043f\u0435\u0440\u0432\u0443\u044e \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044e \u0433\u0440\u0443\u043f\u043f", - "Add your first textbook": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u0435\u0440\u0432\u044b\u0439 \u0443\u0447\u0435\u0431\u043d\u0438\u043a", - "Add {role} Access": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u0432 \u0440\u043e\u043b\u0438 {role}", - "Adding the selected course to your cart": "\u041f\u043e\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0433\u043e \u0432\u0430\u043c\u0438 \u043a\u0443\u0440\u0441\u0430 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443", - "Additional Information": "\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f", - "Additional Time (minutes)": "\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0412\u0440\u0435\u043c\u044f (\u043c\u0438\u043d\u0443\u0442\u044b)", - "Additional posts could not be loaded. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0434\u0440\u0443\u0433\u0438\u0435 \u0442\u0435\u043c\u044b. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", - "Additional responses could not be loaded. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0434\u0440\u0443\u0433\u0438\u0435 \u043e\u0442\u0432\u0435\u0442\u044b. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", - "Adjust video speed": "\u0420\u0435\u0433\u0443\u043b\u0438\u0440\u043e\u0432\u043a\u0430 \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u0438 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u0432\u0438\u0434\u0435\u043e", - "Adjust video volume": "\u0420\u0435\u0433\u0443\u043b\u0438\u0440\u043e\u0432\u043a\u0430 \u0433\u0440\u043e\u043c\u043a\u043e\u0441\u0442\u0438 \u0432\u0438\u0434\u0435\u043e", - "Admin": "\u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440", - "Advanced": "\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e", - "After the course\\'s end date has passed, learners can no longer access subsection content. The subsection remains included in grade calculations.": "\u041f\u043e \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u0438 \u043a\u0443\u0440\u0441\u0430 \u0443 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u043d\u0435 \u0431\u0443\u0434\u0435\u0442 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u043c\u0443 \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b\u0430. \u041f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b \u0443\u0447\u0438\u0442\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u043f\u0440\u0438 \u0432\u044b\u0432\u043e\u0434\u0435 \u0438\u0442\u043e\u0433\u043e\u0432\u043e\u0439 \u043e\u0446\u0435\u043d\u043a\u0438.", - "After the subsection\\'s due date has passed, learners can no longer access its content. The subsection remains included in grade calculations.": "\u041f\u043e \u0438\u0441\u0442\u0435\u0447\u0435\u043d\u0438\u0438 \u0441\u0440\u043e\u043a\u0430 \u0441\u0434\u0430\u0447\u0438 \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b\u0430 \u0443 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u043d\u0435 \u0431\u0443\u0434\u0435\u0442 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u0435\u0433\u043e \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u043c\u0443. \u041f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b \u0443\u0447\u0438\u0442\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u043f\u0440\u0438 \u0432\u044b\u0432\u043e\u0434\u0435 \u0438\u0442\u043e\u0433\u043e\u0432\u043e\u0439 \u043e\u0446\u0435\u043d\u043a\u0438.", - "After you select ": "\u041f\u043e\u0441\u043b\u0435 \u0442\u043e\u0433\u043e, \u043a\u0430\u043a \u0432\u044b \u043d\u0430\u0436\u043c\u0451\u0442\u0435 ", - "After you upload new files all your previously uploaded files will be overwritten. Continue?": "\u041f\u043e\u0441\u043b\u0435 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u043d\u043e\u0432\u044b\u0445 \u0444\u0430\u0439\u043b\u043e\u0432 \u0432\u0441\u0435 \u0440\u0430\u043d\u0435\u0435 \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u043d\u044b\u0435 \u0444\u0430\u0439\u043b\u044b \u0431\u0443\u0434\u0443\u0442 \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0438\u0441\u0430\u043d\u044b. \u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c?", - "Align center": "\u041f\u043e \u0446\u0435\u043d\u0442\u0440\u0443", - "Align left": "\u041f\u043e \u043b\u0435\u0432\u043e\u043c\u0443 \u043a\u0440\u0430\u044e", - "Align right": "\u041f\u043e \u043f\u0440\u0430\u0432\u043e\u043c\u0443 \u043a\u0440\u0430\u044e", - "Alignment": "\u0412\u044b\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u043d\u0438\u0435", - "All Learners and Staff": "\u0412\u0441\u0435\u0445 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u0438 \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u043e\u0432", - "All Posts": "\u0412\u0441\u0435 \u0442\u0435\u043c\u044b", - "All Rights Reserved": "\u0412\u0441\u0435 \u043f\u0440\u0430\u0432\u0430 \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u044b", - "All Time Zones": "\u0412\u0441\u0435 \u0447\u0430\u0441\u043e\u0432\u044b\u0435 \u043f\u043e\u044f\u0441\u0430", - "All Topics": "\u0412\u0441\u0435 \u0442\u0435\u043c\u044b", - "All Unreviewed": "\u0412\u0441\u0435 \u043d\u0435\u043e\u0442\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u043d\u044be", - "All Unreviewed Failures": "\u0412\u0441\u0435 \u043e\u0442\u043a\u0430\u0437\u044b \u043f\u0440\u0438 \u043e\u0442\u0441\u043c\u043e\u0442\u0440\u0435", - "All accounts were created successfully.": "\u0412\u0441\u0435 \u0443\u0447\u0451\u0442\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d\u044b.", - "All groups must have a name.": "\u0423 \u0432\u0441\u0435\u0445 \u0433\u0440\u0443\u043f\u043f \u0434\u043e\u043b\u0436\u043d\u044b \u0431\u044b\u0442\u044c \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u044f.", - "All groups must have a unique name.": "\u0423 \u0432\u0441\u0435\u0445 \u0433\u0440\u0443\u043f\u043f \u0434\u043e\u043b\u0436\u043d\u044b \u0431\u044b\u0442\u044c \u043d\u0435 \u043f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0438\u0435\u0441\u044f \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u044f.", - "All learners in the {cohort_name} cohort": "\u0412\u0441\u0435 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438 \u0432 {cohort_name} \u043a\u043e\u0433\u043e\u0440\u0442\u0435", - "All learners in the {track_name} track": "\u0412\u0441\u0435 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438, \u0437\u0430\u043f\u0438\u0441\u0430\u043d\u043d\u044b\u0435 \u0432 \u0440\u0435\u0436\u0438\u043c\u0435 \u00ab{track_name}\u00bb", - "All learners who are enrolled in this course": "\u0412\u0441\u0435 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438, \u0437\u0430\u043f\u0438\u0441\u0430\u043d\u043d\u044b\u0435 \u043d\u0430 \u044d\u0442\u043e\u0442 \u043a\u0443\u0440\u0441", - "All payment options are currently unavailable.": "\u0412\u0441\u0435 \u043c\u0435\u0442\u043e\u0434\u044b \u043e\u043f\u043b\u0430\u0442\u044b \u0432 \u0434\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b.", - "All professional education courses are fee-based, and require payment to complete the enrollment process.": "\u0412\u0441\u0435 \u043f\u0440\u043e\u0444\u0435\u0441\u0441\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0435 \u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u043a\u0443\u0440\u0441\u044b \u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u043f\u043b\u0430\u0442\u043d\u044b\u043c\u0438, \u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043e\u043f\u043b\u0430\u0442\u0430 \u043e\u0431\u0443\u0447\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.", - "All subsections": "\u0412\u0441\u0435 \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b\u044b", - "All teams": "\u0412\u0441\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u044b", - "All topics": "\u0412\u0441\u0435 \u0442\u0435\u043c\u044b", - "All units": "\u0412\u0441\u0435 \u0431\u043b\u043e\u043a\u0438", - "All users on the Exception list": "\u0412\u0441\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u0438\u0437 \u0441\u043f\u0438\u0441\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439", - "All users on the Exception list who do not yet have a certificate": "\u0412\u0441\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u0438\u0437 \u0441\u043f\u0438\u0441\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439, \u0435\u0449\u0451 \u043d\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0432\u0448\u0438\u0435 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u044b", - "Allow students to generate certificates for this course?": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u043e\u0431\u0443\u0447\u0430\u044e\u0449\u0438\u043c\u0441\u044f \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u044b \u044d\u0442\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0430?", - "Already a course team member": "\u0423\u0436\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0447\u043b\u0435\u043d\u043e\u043c \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u043a\u0443\u0440\u0441\u0430", - "Already a library team member": "\u0423\u0436\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0447\u043b\u0435\u043d\u043e\u043c \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u0432 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0435", - "Already a member": "\u0423\u0436\u0435 \u0443\u0447\u0430\u0441\u0442\u0432\u0443\u0435\u0442", - "Already have an {platformName} account?": "\u0423\u0436\u0435 \u0435\u0441\u0442\u044c \u0443\u0447\u0451\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c \u043d\u0430 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435 \u00ab{platformName}\u00bb?", - "Alternative source": "\u0410\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u044b\u0439 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a", - "Always divide content-specific discussion topics": "\u0412\u0441\u0435\u0433\u0434\u0430 \u043e\u0431\u0441\u0443\u0436\u0434\u0430\u0442\u044c \u0442\u0435\u043c\u044b, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0435 \u0441 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u043c\u0438 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u043c\u0438 \u043a\u0443\u0440\u0441\u0430, \u043f\u043e \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u043c \u0433\u0440\u0443\u043f\u043f\u0430\u043c", - "Always show assessment results": "\u0412\u0441\u0435\u0433\u0434\u0430 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043e\u0446\u0435\u043d\u043a\u0438", - "Amount": "\u0421\u0443\u043c\u043c\u0430", - "An email has been sent to {userEmail} with a link for you to activate your account.": "\u0421\u0441\u044b\u043b\u043a\u0430 \u0434\u043b\u044f \u0430\u043a\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u0431\u044b\u043b\u0430 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0430 \u043d\u0430 {userEmail}, \u0432\u043c\u0435\u0441\u0442\u0435 \u0441 \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f\u043c\u0438 \u043f\u043e \u0430\u043a\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u0432\u0430\u0448\u0435\u0439 \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438.", - "An error has occurred. Check your Internet connection and try again.": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0432\u0430\u0448\u0435 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 \u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", - "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "\u0412\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 \u0441 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u043e\u043c, \u0430 \u0437\u0430\u0442\u0435\u043c \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443.", - "An error has occurred. Please try again later.": "\u0412\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437 \u043f\u043e\u0437\u0436\u0435.", - "An error has occurred. Please try again.": "\u0412\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", - "An error has occurred. Please try reloading the page.": "\u0412\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443.", - "An error has occurred. Refresh the page, and then try again.": "\u0412\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", - "An error has occurred. Try refreshing the page, or check your Internet connection.": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438\u043b\u0438 \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0432\u0430\u0448\u0435 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435.", - "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u043f\u043e\u0438\u0441\u043a\u0435 \u0432\u0430\u0448\u0435\u0433\u043e \u043f\u0438\u0441\u044c\u043c\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u044b\u0442\u0430\u0439\u0442\u0435\u0441\u044c \u043f\u043e\u0437\u0436\u0435; \u0441\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u0442\u0435\u0445. \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u043e\u0439, \u0435\u0441\u043b\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u0441\u044f.", - "An error occurred when signing you in to %s.": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0432\u0445\u043e\u0434\u0435 \u0432 %s.", - "An error occurred while removing the member from the team. Try again.": "\u041f\u0440\u0438 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0438 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430 \u0438\u0437 \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437. ", - "An error occurred.": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430", - "An error occurred. Make sure that the student's username or email address is correct and try again.": "\u0412\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0438\u043c\u0435\u043d\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438\u043b\u0438 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0433\u043e \u0430\u0434\u0440\u0435\u0441\u0430 \u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", - "An error occurred. Please reload the page.": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443.", - "An error occurred. Please try again.": "\u0412\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", - "An error occurred. Try again.": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", - "An unexpected error occurred. Please try again.": "\u0412\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", - "Anchor": "\u042f\u043a\u043e\u0440\u044c", - "Anchors": "\u042f\u043a\u043e\u0440\u044f", - "Any divided discussion topics are divided based on cohort.": "\u0420\u0430\u0437\u0434\u0435\u043b\u044f\u0435\u043c\u044b\u0435 \u0442\u0435\u043c\u044b \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u0439 \u0434\u0435\u043b\u044f\u0442\u0441\u044f \u043f\u043e \u0433\u0440\u0443\u043f\u043f\u0430\u043c.", - "Any divided discussion topics are divided based on enrollment track.": "\u0420\u0430\u0437\u0434\u0435\u043b\u044f\u0435\u043c\u044b\u0435 \u0442\u0435\u043c\u044b \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u0439 \u0434\u0435\u043b\u044f\u0442\u0441\u044f \u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u0435 \u0440\u0435\u0436\u0438\u043c\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.", - "April": "\u0410\u043f\u0440\u0435\u043b\u044c", - "Are you having trouble finding a team to join?": "\u041d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043d\u0430\u0439\u0442\u0438 \u0441\u0435\u0431\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u0443?", - "Are you sure you want to delete this comment?": "\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e\u0442 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439?", - "Are you sure you want to delete this post?": "\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435?", - "Are you sure you want to delete this response?": "\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e\u0442 \u043e\u0442\u0432\u0435\u0442?", - "Are you sure you want to delete this update?": "\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435?", - "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c {email} \u0438\u0437 \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u043a\u0443\u0440\u0441\u0430 \u201c{container}\u201d?", - "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c {email} \u0438\u0437 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438 \u201c{container}\u201d?", - "Are you sure you want to remove this video from the list?": "\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e \u0432\u0438\u0434\u0435\u043e \u0438\u0437 \u0441\u043f\u0438\u0441\u043a\u0430?", - "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0434\u043b\u044f {email} \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u201c{container}\u201d?", - "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e\u0442 \u0444\u0430\u0439\u043b? \u041e\u043f\u0435\u0440\u0430\u0446\u0438\u044f \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043e\u0442\u043c\u0435\u043d\u0435\u043d\u0430.\n\n\u041a\u0440\u043e\u043c\u0435 \u0442\u043e\u0433\u043e, \u043b\u044e\u0431\u043e\u0439 \u043a\u043e\u043d\u0442\u0435\u043d\u0442, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0441\u0441\u044b\u043b\u0430\u0435\u0442\u0441\u044f \u043d\u0430 \u0434\u0430\u043d\u043d\u044b\u0439 \u0444\u0430\u0439\u043b, \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u0431\u0443\u0434\u0435\u0442 \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c (\u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u043f\u043e\u043b\u043e\u043c\u043a\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0438/\u0438\u043b\u0438 \u0441\u0441\u044b\u043b\u043a\u0438)", - "Are you sure?": "\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b?", - "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "\u0412 \u0440\u0430\u043c\u043a\u0430\u0445 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u0432\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0432\u0430\u0448\u0443 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044e \u0438 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044e \u0432\u0430\u0448\u0435\u0433\u043e \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u044f \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438 \u0441 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439: \u043f\u0430\u0441\u043f\u043e\u0440\u0442\u0430, \u0441\u0442\u0443\u0434\u0435\u043d\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0438\u043b\u0438 \u0443\u0447\u0435\u043d\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0431\u0438\u043b\u0435\u0442.\u0430 \u041d\u0430\u0448\u0430 \u0441\u043b\u0443\u0436\u0431\u0430 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u0438 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0430\u0435\u0442 \u0432\u0430\u0448\u0443 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u044c \u043f\u0443\u0442\u0451\u043c \u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044f \u0432\u0430\u0448\u0435\u0439 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u0441 \u0444\u043e\u0442\u043e \u043d\u0430 \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u0438 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438.", - "As you complete courses, you will see them listed here.": "\u041f\u043e \u043c\u0435\u0440\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e\u0433\u043e \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u044f \u043a\u0443\u0440\u0441\u043e\u0432 \u043e\u043d\u0438 \u0431\u0443\u0434\u0443\u0442 \u043f\u043e\u044f\u0432\u043b\u044f\u0442\u044c\u0441\u044f \u0432 \u0441\u043f\u0438\u0441\u043a\u0435 \u043d\u0430 \u044d\u0442\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435.", - "Assessment": "\u041e\u0446\u0435\u043d\u043a\u0430", - "Assessment Results Visibility": "\u041f\u043e\u043a\u0430\u0437 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u043e\u0446\u0435\u043d\u043a\u0438", - "Assessments": "\u0417\u0430\u0434\u0430\u043d\u0438\u044f", - "Assign learners to cohorts by uploading a CSV file": "\u0420\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u043f\u043e \u0433\u0440\u0443\u043f\u043f\u0430\u043c, \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0432 \u0444\u0430\u0439\u043b CSV", - "Assign students to cohorts by uploading a CSV file.": "\u0420\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u043e\u0431\u0443\u0447\u0430\u044e\u0449\u0438\u0445\u0441\u044f \u043f\u043e \u0433\u0440\u0443\u043f\u043f\u0430\u043c, \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0432 \u0444\u0430\u0439\u043b CSV.", - "Assignment Type Name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0442\u0438\u043f\u0430 \u0437\u0430\u0434\u0430\u043d\u0438\u044f", - "Associated Content Group": "\u0421\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u0433\u0440\u0443\u043f\u043f\u044b \u043f\u043e \u0438\u0437\u0443\u0447\u0430\u0435\u043c\u043e\u043c\u0443 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0443", - "August": "\u0410\u0432\u0433\u0443\u0441\u0442", - "Author": "\u0410\u0432\u0442\u043e\u0440", - "Automatic": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438", - "Available %s": "\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0435 %s", - "Average": "\u0421\u0440\u0435\u0434\u043d\u044f\u044f \u0433\u0440\u043e\u043c\u043a\u043e\u0441\u0442\u044c", - "Back to Full List": "\u0412\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u043a \u043f\u043e\u043b\u043d\u043e\u043c\u0443 \u0441\u043f\u0438\u0441\u043a\u0443", - "Back to sign in": "\u0412\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0432\u0445\u043e\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0443", - "Back to {platform} FAQs": "\u041d\u0430\u0437\u0430\u0434 \u043a \u0440\u0430\u0437\u0434\u0435\u043b\u0443 \u00ab\u0412\u043e\u043f\u0440\u043e\u0441\u044b \u0438 \u043e\u0442\u0432\u0435\u0442\u044b\u00bb {platform}", - "Background color": "\u0426\u0432\u0435\u0442 \u0444\u043e\u043d\u0430", - "Basic": "\u041e\u0441\u043d\u043e\u0432\u043d\u043e\u0435", - "Basic Account Information": "\u041e\u0441\u043d\u043e\u0432\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438", - "Be sure your entire face is inside the frame": "\u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0432\u0430\u0448\u0435 \u043b\u0438\u0446\u043e \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e \u043f\u043e\u043c\u0435\u0449\u0430\u0435\u0442\u0441\u044f \u0432 \u0440\u0430\u043c\u043a\u0443", - "Before proceeding, please confirm that your details match": "\u041f\u0435\u0440\u0435\u0434 \u0442\u0435\u043c, \u043a\u0430\u043a \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c, \u043f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0445", - "Before you upgrade to a certificate track, you must activate your account.": "\u0414\u043e \u0442\u043e\u0433\u043e \u043a\u0430\u043a \u0432\u044b \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442, \u0432\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0430\u0448\u0443 \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c.", - "Billed to": "\u0421\u0447\u0451\u0442 \u043d\u0430 \u0438\u043c\u044f", - "Biography": "\u0411\u0438\u043e\u0433\u0440\u0430\u0444\u0438\u044f", - "Block view is unavailable": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0431\u043b\u043e\u043a\u0430 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d", - "Blockquote": "\u0426\u0438\u0442\u0430\u0442\u0430", - "Blockquote (Ctrl+Q)": "\u0426\u0438\u0442\u0430\u0442\u0430 (Ctrl+Q)", - "Blocks": "\u0411\u043b\u043e\u043a\u0438", - "Body": "\u041e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u0442\u0435\u043a\u0441\u0442", - "Bold": "\u0416\u0438\u0440\u043d\u044b\u0439", - "Bold (Ctrl+B)": "\u0416\u0438\u0440\u043d\u044b\u0439 (Ctrl+B)", - "Bookmark this page": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0432 \u043c\u043e\u0438 \u0437\u0430\u043a\u043b\u0430\u0434\u043a\u0438", - "Bookmarked": "\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043e \u0432 \u0437\u0430\u043a\u043b\u0430\u0434\u043a\u0438", - "Bookmarked on": "\u0417\u0430\u043a\u043b\u0430\u0434\u043a\u0430 \u043e\u0442", - "Border": "\u0413\u0440\u0430\u043d\u0438\u0446\u0430", - "Border color": "\u0426\u0432\u0435\u0442 \u0433\u0440\u0430\u043d\u0438\u0446\u044b", - "Bottom": "\u041f\u043e \u043d\u0438\u0436\u043d\u0435\u043c\u0443 \u043a\u0440\u0430\u044e", - "Browse": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0432 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435", - "Browse recently launched courses and see what\\'s new in your favorite subjects": "\u041e\u0437\u043d\u0430\u043a\u043e\u043c\u044c\u0442\u0435\u0441\u044c \u0441 \u043d\u0435\u0434\u0430\u0432\u043d\u043e \u0437\u0430\u043f\u0443\u0449\u0435\u043d\u043d\u044b\u043c\u0438 \u043a\u0443\u0440\u0441\u0430\u043c\u0438 \u0438 \u043d\u043e\u0432\u043e\u0441\u0442\u044f\u043c\u0438 \u043f\u043e \u0432\u0430\u0448\u0438\u043c \u043b\u044e\u0431\u0438\u043c\u044b\u043c \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u0430\u043c", - "Bulk Exceptions": "\u041c\u0430\u0441\u0441\u043e\u0432\u044b\u0435 \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f", - "Bullet list": "\u041c\u0430\u0440\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a", - "Bulleted List (Ctrl+U)": "\u041c\u0430\u0440\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a (Ctrl+U)", - "COMPLETED COURSES": "\u0417\u0410\u0412\u0415\u0420\u0428\u0401\u041d\u041d\u042b\u0415 \u041a\u0423\u0420\u0421\u042b", - "COURSES IN PROGRESS": "\u0422\u0415\u041a\u0423\u0429\u0418\u0415 \u041a\u0423\u0420\u0421\u042b", - "Can I request additional time to complete my exam?": "\u041c\u043e\u0433\u0443 \u043b\u0438 \u044f \u0437\u0430\u043f\u0440\u043e\u0441\u0438\u0442\u044c \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u043d\u0430 \u0441\u0434\u0430\u0447\u0443 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430?", - "Can we match the photo you took with the one on your ID?": "\u041c\u043e\u0436\u0435\u043c \u043b\u0438 \u043c\u044b \u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441\u043d\u0438\u043c\u043e\u043a, \u0441\u0434\u0435\u043b\u0430\u043d\u043d\u044b\u0439 \u0432\u0430\u043c\u0438, \u0441 \u0444\u043e\u0442\u043e \u0432 \u0432\u0430\u0448\u0435\u043c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0435?", - "Cancel": "\u041e\u0442\u043c\u0435\u043d\u0430", - "Cancel enrollment code": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u043a\u043e\u0434 \u0437\u0430\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044f", - "Cancel team creating.": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u044b.", - "Cancel team updating.": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u044b", - "Cannot Start Proctored Exam": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043d\u0430\u0447\u0430\u0442\u044c \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u044b\u0439 \u044d\u043a\u0437\u0430\u043c\u0435\u043d", - "Cannot delete when in use by a unit": "\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443\u0434\u0430\u043b\u0438\u0442\u044c, \u043f\u043e\u043a\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0445\u043e\u0442\u044f \u0431\u044b \u0432 \u043e\u0434\u043d\u043e\u043c \u0431\u043b\u043e\u043a\u0435", - "Cannot delete when in use by an experiment": "\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443\u0434\u0430\u043b\u0438\u0442\u044c, \u043f\u043e\u043a\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0445\u043e\u0442\u044f \u0431\u044b \u0432 \u043e\u0434\u043d\u043e\u043c \u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0435", - "Cannot drop more <%= types %> assignments than are assigned.": "\u041d\u0435\u043b\u044c\u0437\u044f \u043e\u0442\u0431\u0440\u0430\u0441\u044b\u0432\u0430\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u0437\u0430\u0434\u0430\u043d\u0438\u0439 \u0442\u0438\u043f\u0430 <%= types %>, \u0447\u0435\u043c \u0438\u0445 \u043e\u0431\u0449\u0435\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e.", - "Caption": "\u0422\u0438\u0442\u0440", - "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435: \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0431\u043b\u043e\u043a\u0430 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c. \u041f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u044f \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439 \u043f\u043e\u0432\u043b\u0438\u044f\u0435\u0442 \u043d\u0430 \u0432\u0438\u0434\u0438\u043c\u044b\u0435 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f\u043c \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b.", - "Cell": "\u042f\u0447\u0435\u0439\u043a\u0430", - "Cell padding": "\u0413\u0440\u0430\u043d\u0438\u0446\u044b \u044f\u0447\u0435\u0439\u043a\u0438", - "Cell properties": "\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u044f\u0447\u0435\u0439\u043a\u0438", - "Cell spacing": "\u0418\u043d\u0442\u0435\u0440\u0432\u0430\u043b \u043c\u0435\u0436\u0434\u0443 \u044f\u0447\u0435\u0439\u043a\u0430\u043c\u0438", - "Cell type": "\u0422\u0438\u043f \u044f\u0447\u0435\u0439\u043a\u0438", - "Center": "\u041f\u043e \u0446\u0435\u043d\u0442\u0440\u0443", - "Certificate Details": "\u0420\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u044b \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430", - "Certificate Generated": "\u0421\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u0441\u043e\u0437\u0434\u0430\u043d", - "Certificate Information": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0435", - "Certificate Name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430", - "Certificate Purchased": "\u0421\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u0432\u044b\u0434\u0430\u043d", - "Certificate Signatories": "\u041b\u0438\u0446\u0430, \u043f\u043e\u0434\u043f\u0438\u0441\u0430\u0432\u0448\u0438\u0435 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442", - "Certificate Signatory Configuration": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u0435\u043b\u044f\u0445, \u043f\u043e\u0434\u043f\u0438\u0441\u044b\u0432\u0430\u044e\u0449\u0438\u0445 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442", - "Certificate Status:": "\u0421\u0442\u0430\u0442\u0443\u0441 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430:", - "Certificate has been successfully invalidated for <%= user %>.": "\u0421\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u0434\u043b\u044f <%= user %> \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u043d\u043d\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043d.", - "Certificate name is required.": "\u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0443\u043a\u0430\u0437\u0430\u0442\u044c \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430.", - "Certificate of <%= user %> has already been invalidated. Please check your spelling and retry.": "\u0421\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u0434\u043b\u044f <%= user %> \u0443\u0436\u0435 \u0430\u043d\u043d\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043d. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0432\u0432\u043e\u0434\u0430 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u0437\u0430\u043f\u0440\u043e\u0441.", - "Change": "\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435", - "Change Enrollment": "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0437\u0430\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u0435", - "Change Manually": "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0432\u0440\u0443\u0447\u043d\u0443\u044e", - "Change My Email Address": "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0430\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b", - "Change Session": "\u0421\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0435\u0441\u0441\u0438\u044e", - "Change image": "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435", - "Changes to steps that are not selected as part of the assignment will not be saved.": "\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432 \u0448\u0430\u0433\u0430\u0445, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043d\u0435 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u044b \u0432 \u0437\u0430\u0434\u0430\u043d\u0438\u0435, \u043d\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u044f\u0442\u0441\u044f.", - "Chapter Asset": "\u0410\u043a\u0442\u0438\u0432 \u0433\u043b\u0430\u0432\u044b", - "Chapter Name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0433\u043b\u0430\u0432\u044b", - "Chapter information": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u0433\u043b\u0430\u0432\u0435", - "Chapter {order}": "\u0413\u043b\u0430\u0432\u0430 {order}", - "Check Your Email": "\u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0441\u0432\u043e\u044e \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443\u044e \u043f\u043e\u0447\u0442\u0443", - "Check the highlighted fields below and try again.": "\u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043e\u0442\u043c\u0435\u0447\u0435\u043d\u043d\u044b\u0435 \u043d\u0438\u0436\u0435 \u043f\u043e\u043b\u044f \u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", - "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "\u041f\u043e\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u0433\u0430\u043b\u043e\u0447\u043a\u0443, \u0447\u0442\u043e\u0431\u044b \u0435\u0436\u0435\u0434\u043d\u0435\u0432\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u044c \u043e\u0431\u0437\u043e\u0440 \u043d\u043e\u0432\u044b\u0445 \u043d\u0435\u043f\u0440\u043e\u0447\u0438\u0442\u0430\u043d\u043d\u044b\u0445 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0435\u0432 \u0438 \u043e\u0442\u0432\u0435\u0442\u043e\u0432 \u043d\u0430 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0432\u044b \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u0435\u0442\u0435.", - "Check your email": "\u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0441\u0432\u043e\u044e \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443\u044e \u043f\u043e\u0447\u0442\u0443", - "Check your email for an activation message.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043f\u043e\u0447\u0442\u0443 \u2013 \u0432\u0430\u043c \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0430 \u0441\u0441\u044b\u043b\u043a\u0430 \u0434\u043b\u044f \u0430\u043a\u0442\u0438\u0432\u0430\u0446\u0438\u0438.", - "Checkout": "\u041e\u043f\u043b\u0430\u0442\u0438\u0442\u044c", - "Checkout with PayPal": "\u041e\u043f\u043b\u0430\u0442\u0438\u0442\u044c \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e PayPal", - "Checkout with {processor}": "\u041e\u043f\u043b\u0430\u0442\u0438\u0442\u044c \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e {processor}", - "Choose": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c", - "Choose File": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0444\u0430\u0439\u043b", - "Choose One": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043e\u0434\u0438\u043d \u0438\u0437 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043e\u0432", - "Choose a .csv file": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0444\u0430\u0439\u043b CSV", - "Choose a Date": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0434\u0430\u0442\u0443", - "Choose a Time": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0432\u0440\u0435\u043c\u044f", - "Choose a content group to associate": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0443\u044e \u0433\u0440\u0443\u043f\u043f\u0443 \u043f\u043e \u0438\u0437\u0443\u0447\u0430\u0435\u043c\u044b\u043c \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u043c", - "Choose a time": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0432\u0440\u0435\u043c\u044f", - "Choose all": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0432\u0441\u0435", - "Choose mode": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0440\u0435\u0436\u0438\u043c", - "Choose one": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043e\u0434\u0438\u043d", - "Choose your institution from the list below:": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0432\u0430\u0448\u0435 \u0443\u0447\u0435\u0431\u043d\u043e\u0435 \u0437\u0430\u0432\u0435\u0434\u0435\u043d\u0438\u0435.", - "Chosen %s": "\u0412\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 %s", - "Circle": "\u041f\u043e \u043a\u0440\u0443\u0433\u0443", - "Clear": "\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c", - "Clear All": "\u0421\u0431\u0440\u043e\u0441\u0438\u0442\u044c \u0432\u0441\u0451", - "Clear Grading Due Date": "\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u0441\u0440\u043e\u043a \u0441\u0434\u0430\u0447\u0438 \u043d\u0430 \u043e\u0446\u0435\u043d\u043a\u0443", - "Clear Release Date/Time": "\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u0434\u0430\u0442\u0443/\u0432\u0440\u0435\u043c\u044f \u0432\u044b\u043f\u0443\u0441\u043a\u0430", - "Clear Value": "\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435", - "Clear formatting": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435", - "Clear search": "\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u043f\u043e\u0438\u0441\u043a", - "Clear search results": "\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043f\u043e\u0438\u0441\u043a\u0430", - "Click OK to have your e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u00ab\u041e\u041a\u00bb, \u0447\u0442\u043e\u0431\u044b \u043f\u0435\u0440\u0435\u0434\u0430\u0442\u044c \u0441\u0432\u043e\u0439 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441 \u0441\u0442\u043e\u0440\u043e\u043d\u043d\u0435\u043c\u0443 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044e.\n\n\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u00ab\u041e\u0442\u043c\u0435\u043d\u0430\u00bb, \u0447\u0442\u043e\u0431\u044b \u0432\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u043d\u0430 \u044d\u0442\u0443 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443, \u043d\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u044f \u0441\u0432\u043e\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e.", - "Click OK to have your username and e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u00ab\u041e\u041a\u00bb, \u0447\u0442\u043e\u0431\u044b \u043f\u0435\u0440\u0435\u0434\u0430\u0442\u044c \u0441\u0432\u043e\u0451 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441 \u0441\u0442\u043e\u0440\u043e\u043d\u043d\u0435\u043c\u0443 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044e. \n\n\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u00ab\u041e\u0442\u043c\u0435\u043d\u0430\u00bb, \u0447\u0442\u043e\u0431\u044b \u0432\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u043a \u044d\u0442\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435, \u043d\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u044f \u0441\u0432\u043e\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e.", - "Click OK to have your username sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u00ab\u041e\u041a\u00bb, \u0447\u0442\u043e\u0431\u044b \u043f\u0435\u0440\u0435\u0434\u0430\u0442\u044c \u0441\u0432\u043e\u0451 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0441\u0442\u043e\u0440\u043e\u043d\u043d\u0435\u043c\u0443 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044e.\n\n\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u00ab\u041e\u0442\u043c\u0435\u043d\u0430\u00bb, \u0447\u0442\u043e\u0431\u044b \u0432\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u043d\u0430 \u044d\u0442\u0443 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443, \u043d\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u044f \u0441\u0432\u043e\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e.", - "Click on this button to mute or unmute this video or press UP or DOWN buttons to increase or decrease volume level.": "\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u043d\u0430 \u044d\u0442\u0443 \u043a\u043d\u043e\u043f\u043a\u0443, \u0447\u0442\u043e\u0431\u044b \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0438\u043b\u0438 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0437\u0432\u0443\u043a \u044d\u0442\u043e\u0439 \u0432\u0438\u0434\u0435\u043e\u0437\u0430\u043f\u0438\u0441\u0438, \u0438\u043b\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0438 \u0412\u0412\u0415\u0420\u0425 \u0438 \u0412\u041d\u0418\u0417, \u0447\u0442\u043e\u0431\u044b \u0440\u0435\u0433\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u0433\u0440\u043e\u043c\u043a\u043e\u0441\u0442\u0438.", - "Click to add a new %(xblock_type)s": "\u041a\u043b\u0438\u043a\u043d\u0438\u0442\u0435, \u0447\u0442\u043e\u0431\u044b \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u043e\u0432\u044b\u0439 %(xblock_type)s", - "Click to change": "\u0429\u0451\u043b\u043a\u043d\u0438\u0442\u0435, \u0447\u0442\u043e\u0431\u044b \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c", - "Click to choose all %s at once.": "\u041d\u0430\u0436\u043c\u0438\u0442\u0435, \u0447\u0442\u043e\u0431\u044b \u0432\u044b\u0431\u0440\u0430\u0442\u044c \u0432\u0441\u0435 %s \u0441\u0440\u0430\u0437\u0443.", - "Click to edit": "\u041d\u0430\u0436\u043c\u0438\u0442\u0435, \u0447\u0442\u043e\u0431\u044b \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c", - "Click to remove all chosen %s at once.": "\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0447\u0442\u043e\u0431\u044b \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u0441\u0435 %s \u0441\u0440\u0430\u0437\u0443.", - "Close": "\u0417\u0430\u043a\u0440\u044b\u0442\u044c", - "Close Calculator": "\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440", - "Code": "\u041a\u043e\u0434", - "Code Sample (Ctrl+K)": "\u041f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u044b\u0439 \u043a\u043e\u0434 (Ctrl+K)", - "Code block": "\u0411\u043b\u043e\u043a \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043a\u043e\u0434\u0430", - "Cohort Assignment Method": "\u0421\u043f\u043e\u0441\u043e\u0431 \u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044f \u043f\u043e \u0433\u0440\u0443\u043f\u043f\u0430\u043c", - "Cohort Name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0433\u0440\u0443\u043f\u043f\u044b", - "Cohorts": "\u0413\u0440\u0443\u043f\u043f\u044b", - "Cohorts Disabled": "\u0413\u0440\u0443\u043f\u043f\u044b \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u044b", - "Cohorts Enabled": "\u0413\u0440\u0443\u043f\u043f\u044b \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u044b", - "Collapse All": "\u0421\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0432\u0441\u0435", - "Collapse Instructions": "\u0421\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0438", - "Collapse/Expand this %(xblock_type)s": "\u0421\u0432\u0435\u0440\u043d\u0443\u0442\u044c / \u0440\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c %(xblock_type)s", - "Color": "\u0426\u0432\u0435\u0442", - "Cols": "\u0430\u0442\u0440\u0438\u0431\u0443\u0442", - "Column": "\u0421\u0442\u043e\u043b\u0431\u0435\u0446", - "Column group": "\u0413\u0440\u0443\u043f\u043f\u0430 \u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432", - "Coming Soon": "\u0421\u043a\u043e\u0440\u043e", - "Commentary": "\u041a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439", - "Common Problem Types": "\u0427\u0430\u0441\u0442\u043e \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044e\u0449\u0438\u0435\u0441\u044f \u0442\u0438\u043f\u044b \u0437\u0430\u0434\u0430\u043d\u0438\u0439", - "Complete courses on your schedule to ensure you stand out in your field!": "\u0414\u043b\u044f \u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u044f \u0443\u0441\u043f\u0435\u0445\u0430 \u043f\u0440\u0438\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0439\u0442\u0435\u0441\u044c \u0441\u0432\u043e\u0435\u0433\u043e \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0433\u043e \u0440\u0430\u0441\u043f\u0438\u0441\u0430\u043d\u0438\u044f \u043f\u0440\u043e\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u044f \u043a\u0443\u0440\u0441\u043e\u0432.", - "Completed": "\u0417\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e", - "Component Location ID": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043c\u0435\u0441\u0442\u043e\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u044f \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430", - "Configure": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", - "Confirm": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c", - "Confirm Timed Transcript": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u043f\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b.", - "Congratulations!": "\u041f\u043e\u0437\u0434\u0440\u0430\u0432\u043b\u044f\u0435\u043c!", - "Congratulations! You are now verified on %(platformName)s!": "\u041f\u043e\u0437\u0434\u0440\u0430\u0432\u043b\u044f\u0435\u043c! \u0412\u0430\u0448\u0438 \u0434\u0430\u043d\u043d\u044b\u0435 \u0432 %(platformName)s \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u044b.", - "Constrain proportions": "\u0421\u043e\u0445\u0440\u0430\u043d\u044f\u0442\u044c \u043f\u0440\u043e\u043f\u043e\u0440\u0446\u0438\u0438", - "Contact Us": "\u0421\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u043d\u0430\u043c\u0438", - "Contains staff only content": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e \u0442\u043e\u043b\u044c\u043a\u043e \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0430\u043c \u043a\u0443\u0440\u0441\u0430", + ], + "(optional)": "(\u043d\u0435\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e)", + "(required):": "(\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e):", + "- Sortable": "\u2013 \u0441\u043e\u0440\u0442\u0438\u0440\u0443\u0435\u043c\u044b\u0439 \u0441\u0442\u043e\u043b\u0431\u0435\u0446", + "6 a.m.": "6 \u0443\u0442\u0440\u0430", + "6 p.m.": "6 \u0432\u0435\u0447\u0435\u0440\u0430", + ": video upload complete.": ": \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0432\u0438\u0434\u0435\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0430.", + "<%= user %> already in exception list.": "<%= user %> \u0443\u0436\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439.", + "<%= user %> has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.": "<%= user %> \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d. \u0414\u043b\u044f \u0432\u044b\u0434\u0430\u0447\u0438 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430 \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u00ab\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u044b \u0434\u043b\u044f \u0438\u0441\u043a\u043b\u044e\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0445 \u0441\u043b\u0443\u0447\u0430\u0435\u0432\u00bb.", + "A driver's license, passport, or government-issued ID with your name and photo.": "\u0412\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0435 \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u0435, \u043f\u0430\u0441\u043f\u043e\u0440\u0442 \u0438\u043b\u0438 \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u0435 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438 \u0433\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0433\u043e \u043e\u0431\u0440\u0430\u0437\u0446\u0430 \u0441 \u0432\u0430\u0448\u0438\u043c\u0438 \u0438\u043c\u0435\u043d\u0435\u043c \u0438 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439.", + "A driver's license, passport, or other government-issued ID with your name and photo": "\u0412\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0435 \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u0435, \u043f\u0430\u0441\u043f\u043e\u0440\u0442 \u0438\u043b\u0438 \u0434\u0440\u0443\u0433\u043e\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0433\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0433\u043e \u043e\u0431\u0440\u0430\u0437\u0446\u0430 \u0441 \u0432\u0430\u0448\u0438\u043c\u0438 \u0438\u043c\u0435\u043d\u0435\u043c \u0438 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439", + "A list of courses you have just enrolled in as a verified student": "\u0421\u043f\u0438\u0441\u043e\u043a \u043a\u0443\u0440\u0441\u043e\u0432, \u043d\u0430 \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0432\u044b \u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u043e \u0437\u0430\u0447\u0438\u0441\u043b\u0435\u043d\u044b", + "A name that identifies your team (maximum 255 characters).": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435, \u043f\u0440\u0438\u0441\u0432\u043e\u0435\u043d\u043d\u043e\u0435 \u0432\u0430\u0448\u0435\u0439 \u043a\u043e\u043c\u0430\u043d\u0434\u0435 (\u043c\u0430\u043a\u0441\u0438\u043c\u0443\u043c 255 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432).", + "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "\u041a\u0440\u0430\u0442\u043a\u043e\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u044b, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043f\u043e\u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u043a\u0443\u0440\u0441\u043d\u0438\u043a\u0430\u043c \u043f\u043e\u043d\u044f\u0442\u044c \u0435\u0451 \u0446\u0435\u043b\u0438 \u0438\u043b\u0438 \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0434\u0435\u044f\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438 (\u043c\u0430\u043a\u0441\u0438\u043c\u0443\u043c 300 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432).", + "A valid email address is required": "\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441", + "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "\u0410\u0411\u0412\u0413\u0414\u0415\u0416\u0417\u0418\u041a\u041b\u041c\u041d\u041e\u041f\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042d\u042e\u042f", + "Abbreviation": "\u0410\u0431\u0431\u0440\u0435\u0432\u0438\u0430\u0442\u0443\u0440\u0430", + "About Me": "\u041e\u0431\u043e \u043c\u043d\u0435", + "About You": "\u041e \u0432\u0430\u0441", + "About me": "\u041e \u0441\u0435\u0431\u0435", + "Access to some content in this unit is restricted to specific groups of learners": "\u0427\u0430\u0441\u0442\u044c \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u044d\u0442\u043e\u0433\u043e \u0431\u043b\u043e\u043a\u0430 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u043c \u0433\u0440\u0443\u043f\u043f\u0430\u043c \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439.", + "Access to some content in this {blockType} is restricted to specific groups of learners.": "\u042d\u0442\u043e\u0442 {blockType} \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0447\u0430\u0441\u0442\u0438, \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u043c \u0433\u0440\u0443\u043f\u043f\u0430\u043c \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439.", + "Access to this unit is restricted to: {selectedGroupsLabel}": "\u042d\u0442\u043e\u0442 \u0431\u043b\u043e\u043a \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d: {selectedGroupsLabel}", + "Access to this {blockType} is restricted to: {selectedGroupsLabel}": "\u042d\u0442\u043e\u0442 {blockType} \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d: {selectedGroupsLabel}", + "Accomplishments": "\u0414\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u044f", + "Accomplishments Pagination": "\u041f\u043e\u0441\u0442\u0440\u0430\u043d\u0438\u0447\u043d\u043e\u0435 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u0439", + "Account": "\u0423\u0447\u0451\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c", + "Account Information": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e\u0431 \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438", + "Account Not Activated": "\u0423\u0447\u0451\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c \u043d\u0435 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u0430", + "Account Settings": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438", + "Account Settings page.": "\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445 \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438.", + "Action": "\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u0435", + "Action required: Enter a valid date.": "\u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0432\u0432\u0435\u0441\u0442\u0438 \u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u0443\u044e \u0434\u0430\u0442\u0443.", + "Actions": "\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f", + "Activate": "\u0423\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c", + "Activate Your Account": "\u0410\u043a\u0442\u0438\u0432\u0438\u0440\u0443\u0439\u0442\u0435 \u0441\u0432\u043e\u044e \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c", + "Activating a link in this group will skip to the corresponding point in the video.": "\u041f\u0440\u0438 \u0432\u044b\u0431\u043e\u0440\u0435 \u0441\u0441\u044b\u043b\u043a\u0438 \u0432 \u044d\u0442\u043e\u043c \u0431\u043b\u043e\u043a\u0435 \u043f\u0440\u043e\u0438\u0437\u043e\u0439\u0434\u0451\u0442 \u043f\u0435\u0440\u0435\u043c\u043e\u0442\u043a\u0430 \u0432\u0438\u0434\u0435\u043e \u043a \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u043c\u0443 \u043c\u043e\u043c\u0435\u043d\u0442\u0443.", + "Active": "\u0410\u043a\u0442\u0438\u0432\u043d\u044b\u0439", + "Active Uploads": "\u0410\u043a\u0442\u0438\u0432\u043d\u044b\u0435 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438", + "Add": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c", + "Add Additional Signatory": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u0435\u043b\u044f, \u043f\u043e\u0434\u043f\u0438\u0441\u0430\u0432\u0448\u0435\u0433\u043e \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442", + "Add Attachment": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432\u043b\u043e\u0436\u0435\u043d\u0438\u0435", + "Add Cohort": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u0443", + "Add Component:": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442:", + "Add Country": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u0440\u0430\u043d\u0443", + "Add Learners": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439", + "Add New Component": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u043e\u0432\u044b\u0439 \u041a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442", + "Add URLs for additional versions": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u0432\u0435\u0440\u0441\u0438\u0438", + "Add a Chapter": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0433\u043b\u0430\u0432\u0443", + "Add a New Cohort": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u0443", + "Add a learning outcome here": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043e\u0431\u0443\u0447\u0435\u043d\u0438\u044f \u0437\u0434\u0435\u0441\u044c", + "Add another group": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0434\u0440\u0443\u0433\u0443\u044e \u0433\u0440\u0443\u043f\u043f\u0443", + "Add language": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u044f\u0437\u044b\u043a", + "Add learners to this cohort": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u0432 \u044d\u0442\u0443 \u0433\u0440\u0443\u043f\u043f\u0443", + "Add notes about this learner": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0437\u0430\u043c\u0435\u0442\u043a\u0438 \u043e\u0431 \u044d\u0442\u043e\u043c \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435", + "Add to Dictionary": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u0441\u043b\u043e\u0432\u0430\u0440\u044c", + "Add to Exception List": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439", + "Add your first content group": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u0435\u0440\u0432\u0443\u044e \u0433\u0440\u0443\u043f\u043f\u0443", + "Add your first group configuration": "\u0414\u043e\u0431\u0430\u0432\u044c\u0442\u0435 \u043f\u0435\u0440\u0432\u0443\u044e \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044e \u0433\u0440\u0443\u043f\u043f", + "Add your first textbook": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u0435\u0440\u0432\u044b\u0439 \u0443\u0447\u0435\u0431\u043d\u0438\u043a", + "Add {role} Access": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u0432 \u0440\u043e\u043b\u0438 {role}", + "Adding the selected course to your cart": "\u041f\u043e\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0433\u043e \u0432\u0430\u043c\u0438 \u043a\u0443\u0440\u0441\u0430 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443", + "Additional Information": "\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f", + "Additional Time (minutes)": "\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0412\u0440\u0435\u043c\u044f (\u043c\u0438\u043d\u0443\u0442\u044b)", + "Additional posts could not be loaded. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0434\u0440\u0443\u0433\u0438\u0435 \u0442\u0435\u043c\u044b. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", + "Additional responses could not be loaded. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0434\u0440\u0443\u0433\u0438\u0435 \u043e\u0442\u0432\u0435\u0442\u044b. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", + "Adjust video speed": "\u0420\u0435\u0433\u0443\u043b\u0438\u0440\u043e\u0432\u043a\u0430 \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u0438 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u0432\u0438\u0434\u0435\u043e", + "Adjust video volume": "\u0420\u0435\u0433\u0443\u043b\u0438\u0440\u043e\u0432\u043a\u0430 \u0433\u0440\u043e\u043c\u043a\u043e\u0441\u0442\u0438 \u0432\u0438\u0434\u0435\u043e", + "Admin": "\u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440", + "Advanced": "\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e", + "After the course\\'s end date has passed, learners can no longer access subsection content. The subsection remains included in grade calculations.": "\u041f\u043e \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u0438 \u043a\u0443\u0440\u0441\u0430 \u0443 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u043d\u0435 \u0431\u0443\u0434\u0435\u0442 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u043c\u0443 \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b\u0430. \u041f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b \u0443\u0447\u0438\u0442\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u043f\u0440\u0438 \u0432\u044b\u0432\u043e\u0434\u0435 \u0438\u0442\u043e\u0433\u043e\u0432\u043e\u0439 \u043e\u0446\u0435\u043d\u043a\u0438.", + "After the subsection\\'s due date has passed, learners can no longer access its content. The subsection remains included in grade calculations.": "\u041f\u043e \u0438\u0441\u0442\u0435\u0447\u0435\u043d\u0438\u0438 \u0441\u0440\u043e\u043a\u0430 \u0441\u0434\u0430\u0447\u0438 \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b\u0430 \u0443 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u043d\u0435 \u0431\u0443\u0434\u0435\u0442 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u0435\u0433\u043e \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u043c\u0443. \u041f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b \u0443\u0447\u0438\u0442\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u043f\u0440\u0438 \u0432\u044b\u0432\u043e\u0434\u0435 \u0438\u0442\u043e\u0433\u043e\u0432\u043e\u0439 \u043e\u0446\u0435\u043d\u043a\u0438.", + "After you select ": "\u041f\u043e\u0441\u043b\u0435 \u0442\u043e\u0433\u043e, \u043a\u0430\u043a \u0432\u044b \u043d\u0430\u0436\u043c\u0451\u0442\u0435 ", + "Align center": "\u041f\u043e \u0446\u0435\u043d\u0442\u0440\u0443", + "Align left": "\u041f\u043e \u043b\u0435\u0432\u043e\u043c\u0443 \u043a\u0440\u0430\u044e", + "Align right": "\u041f\u043e \u043f\u0440\u0430\u0432\u043e\u043c\u0443 \u043a\u0440\u0430\u044e", + "Alignment": "\u0412\u044b\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u043d\u0438\u0435", + "All Learners and Staff": "\u0412\u0441\u0435\u0445 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u0438 \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u043e\u0432", + "All Posts": "\u0412\u0441\u0435 \u0442\u0435\u043c\u044b", + "All Rights Reserved": "\u0412\u0441\u0435 \u043f\u0440\u0430\u0432\u0430 \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u044b", + "All Time Zones": "\u0412\u0441\u0435 \u0447\u0430\u0441\u043e\u0432\u044b\u0435 \u043f\u043e\u044f\u0441\u0430", + "All Topics": "\u0412\u0441\u0435 \u0442\u0435\u043c\u044b", + "All Unreviewed": "\u0412\u0441\u0435 \u043d\u0435\u043e\u0442\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u043d\u044be", + "All Unreviewed Failures": "\u0412\u0441\u0435 \u043e\u0442\u043a\u0430\u0437\u044b \u043f\u0440\u0438 \u043e\u0442\u0441\u043c\u043e\u0442\u0440\u0435", + "All accounts were created successfully.": "\u0412\u0441\u0435 \u0443\u0447\u0451\u0442\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d\u044b.", + "All groups must have a name.": "\u0423 \u0432\u0441\u0435\u0445 \u0433\u0440\u0443\u043f\u043f \u0434\u043e\u043b\u0436\u043d\u044b \u0431\u044b\u0442\u044c \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u044f.", + "All groups must have a unique name.": "\u0423 \u0432\u0441\u0435\u0445 \u0433\u0440\u0443\u043f\u043f \u0434\u043e\u043b\u0436\u043d\u044b \u0431\u044b\u0442\u044c \u043d\u0435 \u043f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0438\u0435\u0441\u044f \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u044f.", + "All learners in the {cohort_name} cohort": "\u0412\u0441\u0435 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438 \u0432 {cohort_name} \u043a\u043e\u0433\u043e\u0440\u0442\u0435", + "All learners in the {track_name} track": "\u0412\u0441\u0435 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438, \u0437\u0430\u043f\u0438\u0441\u0430\u043d\u043d\u044b\u0435 \u0432 \u0440\u0435\u0436\u0438\u043c\u0435 \u00ab{track_name}\u00bb", + "All learners who are enrolled in this course": "\u0412\u0441\u0435 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438, \u0437\u0430\u043f\u0438\u0441\u0430\u043d\u043d\u044b\u0435 \u043d\u0430 \u044d\u0442\u043e\u0442 \u043a\u0443\u0440\u0441", + "All payment options are currently unavailable.": "\u0412\u0441\u0435 \u043c\u0435\u0442\u043e\u0434\u044b \u043e\u043f\u043b\u0430\u0442\u044b \u0432 \u0434\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b.", + "All professional education courses are fee-based, and require payment to complete the enrollment process.": "\u0412\u0441\u0435 \u043f\u0440\u043e\u0444\u0435\u0441\u0441\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0435 \u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u043a\u0443\u0440\u0441\u044b \u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u043f\u043b\u0430\u0442\u043d\u044b\u043c\u0438, \u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043e\u043f\u043b\u0430\u0442\u0430 \u043e\u0431\u0443\u0447\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.", + "All subsections": "\u0412\u0441\u0435 \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b\u044b", + "All teams": "\u0412\u0441\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u044b", + "All topics": "\u0412\u0441\u0435 \u0442\u0435\u043c\u044b", + "All units": "\u0412\u0441\u0435 \u0431\u043b\u043e\u043a\u0438", + "All users on the Exception list": "\u0412\u0441\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u0438\u0437 \u0441\u043f\u0438\u0441\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439", + "All users on the Exception list who do not yet have a certificate": "\u0412\u0441\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u0438\u0437 \u0441\u043f\u0438\u0441\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439, \u0435\u0449\u0451 \u043d\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0432\u0448\u0438\u0435 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u044b", + "Allow students to generate certificates for this course?": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u043e\u0431\u0443\u0447\u0430\u044e\u0449\u0438\u043c\u0441\u044f \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u044b \u044d\u0442\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0430?", + "Already a course team member": "\u0423\u0436\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0447\u043b\u0435\u043d\u043e\u043c \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u043a\u0443\u0440\u0441\u0430", + "Already a library team member": "\u0423\u0436\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0447\u043b\u0435\u043d\u043e\u043c \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u0432 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0435", + "Already a member": "\u0423\u0436\u0435 \u0443\u0447\u0430\u0441\u0442\u0432\u0443\u0435\u0442", + "Already have an {platformName} account?": "\u0423\u0436\u0435 \u0435\u0441\u0442\u044c \u0443\u0447\u0451\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c \u043d\u0430 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435 \u00ab{platformName}\u00bb?", + "Alternative source": "\u0410\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u044b\u0439 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a", + "Always divide content-specific discussion topics": "\u0412\u0441\u0435\u0433\u0434\u0430 \u043e\u0431\u0441\u0443\u0436\u0434\u0430\u0442\u044c \u0442\u0435\u043c\u044b, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0435 \u0441 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u043c\u0438 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u043c\u0438 \u043a\u0443\u0440\u0441\u0430, \u043f\u043e \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u043c \u0433\u0440\u0443\u043f\u043f\u0430\u043c", + "Always show assessment results": "\u0412\u0441\u0435\u0433\u0434\u0430 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043e\u0446\u0435\u043d\u043a\u0438", + "Amount": "\u0421\u0443\u043c\u043c\u0430", + "An email has been sent to {userEmail} with a link for you to activate your account.": "\u0421\u0441\u044b\u043b\u043a\u0430 \u0434\u043b\u044f \u0430\u043a\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u0431\u044b\u043b\u0430 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0430 \u043d\u0430 {userEmail}, \u0432\u043c\u0435\u0441\u0442\u0435 \u0441 \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f\u043c\u0438 \u043f\u043e \u0430\u043a\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u0432\u0430\u0448\u0435\u0439 \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438.", + "An error has occurred. Check your Internet connection and try again.": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0432\u0430\u0448\u0435 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 \u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", + "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "\u0412\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 \u0441 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u043e\u043c, \u0430 \u0437\u0430\u0442\u0435\u043c \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443.", + "An error has occurred. Please try again later.": "\u0412\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437 \u043f\u043e\u0437\u0436\u0435.", + "An error has occurred. Please try again.": "\u0412\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", + "An error has occurred. Please try reloading the page.": "\u0412\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443.", + "An error has occurred. Refresh the page, and then try again.": "\u0412\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", + "An error has occurred. Try refreshing the page, or check your Internet connection.": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438\u043b\u0438 \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0432\u0430\u0448\u0435 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435.", + "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u043f\u043e\u0438\u0441\u043a\u0435 \u0432\u0430\u0448\u0435\u0433\u043e \u043f\u0438\u0441\u044c\u043c\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u044b\u0442\u0430\u0439\u0442\u0435\u0441\u044c \u043f\u043e\u0437\u0436\u0435; \u0441\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u0442\u0435\u0445. \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u043e\u0439, \u0435\u0441\u043b\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u0441\u044f.", + "An error occurred when signing you in to %s.": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0432\u0445\u043e\u0434\u0435 \u0432 %s.", + "An error occurred while removing the member from the team. Try again.": "\u041f\u0440\u0438 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0438 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430 \u0438\u0437 \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437. ", + "An error occurred.": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430", + "An error occurred. Make sure that the student's username or email address is correct and try again.": "\u0412\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0438\u043c\u0435\u043d\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438\u043b\u0438 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0433\u043e \u0430\u0434\u0440\u0435\u0441\u0430 \u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", + "An error occurred. Please reload the page.": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443.", + "An error occurred. Please try again.": "\u0412\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", + "An error occurred. Try again.": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", + "An unexpected error occurred. Please try again.": "\u0412\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", + "Anchor": "\u042f\u043a\u043e\u0440\u044c", + "Anchors": "\u042f\u043a\u043e\u0440\u044f", + "Any divided discussion topics are divided based on cohort.": "\u0420\u0430\u0437\u0434\u0435\u043b\u044f\u0435\u043c\u044b\u0435 \u0442\u0435\u043c\u044b \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u0439 \u0434\u0435\u043b\u044f\u0442\u0441\u044f \u043f\u043e \u0433\u0440\u0443\u043f\u043f\u0430\u043c.", + "Any divided discussion topics are divided based on enrollment track.": "\u0420\u0430\u0437\u0434\u0435\u043b\u044f\u0435\u043c\u044b\u0435 \u0442\u0435\u043c\u044b \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u0439 \u0434\u0435\u043b\u044f\u0442\u0441\u044f \u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u0435 \u0440\u0435\u0436\u0438\u043c\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.", + "April": "\u0410\u043f\u0440\u0435\u043b\u044c", + "Are you having trouble finding a team to join?": "\u041d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043d\u0430\u0439\u0442\u0438 \u0441\u0435\u0431\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u0443?", + "Are you sure you want to delete this comment?": "\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e\u0442 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439?", + "Are you sure you want to delete this post?": "\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435?", + "Are you sure you want to delete this response?": "\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e\u0442 \u043e\u0442\u0432\u0435\u0442?", + "Are you sure you want to delete this update?": "\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435?", + "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c {email} \u0438\u0437 \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u043a\u0443\u0440\u0441\u0430 \u201c{container}\u201d?", + "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c {email} \u0438\u0437 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438 \u201c{container}\u201d?", + "Are you sure you want to remove this video from the list?": "\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e \u0432\u0438\u0434\u0435\u043e \u0438\u0437 \u0441\u043f\u0438\u0441\u043a\u0430?", + "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0434\u043b\u044f {email} \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u201c{container}\u201d?", + "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e\u0442 \u0444\u0430\u0439\u043b? \u041e\u043f\u0435\u0440\u0430\u0446\u0438\u044f \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043e\u0442\u043c\u0435\u043d\u0435\u043d\u0430.\n\n\u041a\u0440\u043e\u043c\u0435 \u0442\u043e\u0433\u043e, \u043b\u044e\u0431\u043e\u0439 \u043a\u043e\u043d\u0442\u0435\u043d\u0442, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0441\u0441\u044b\u043b\u0430\u0435\u0442\u0441\u044f \u043d\u0430 \u0434\u0430\u043d\u043d\u044b\u0439 \u0444\u0430\u0439\u043b, \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u0431\u0443\u0434\u0435\u0442 \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c (\u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u043f\u043e\u043b\u043e\u043c\u043a\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0438/\u0438\u043b\u0438 \u0441\u0441\u044b\u043b\u043a\u0438)", + "Are you sure?": "\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b?", + "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "\u0412 \u0440\u0430\u043c\u043a\u0430\u0445 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u0432\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0432\u0430\u0448\u0443 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044e \u0438 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044e \u0432\u0430\u0448\u0435\u0433\u043e \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u044f \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438 \u0441 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439: \u043f\u0430\u0441\u043f\u043e\u0440\u0442\u0430, \u0441\u0442\u0443\u0434\u0435\u043d\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0438\u043b\u0438 \u0443\u0447\u0435\u043d\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0431\u0438\u043b\u0435\u0442.\u0430 \u041d\u0430\u0448\u0430 \u0441\u043b\u0443\u0436\u0431\u0430 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u0438 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0430\u0435\u0442 \u0432\u0430\u0448\u0443 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u044c \u043f\u0443\u0442\u0451\u043c \u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044f \u0432\u0430\u0448\u0435\u0439 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u0441 \u0444\u043e\u0442\u043e \u043d\u0430 \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u0438 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438.", + "As you complete courses, you will see them listed here.": "\u041f\u043e \u043c\u0435\u0440\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e\u0433\u043e \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u044f \u043a\u0443\u0440\u0441\u043e\u0432 \u043e\u043d\u0438 \u0431\u0443\u0434\u0443\u0442 \u043f\u043e\u044f\u0432\u043b\u044f\u0442\u044c\u0441\u044f \u0432 \u0441\u043f\u0438\u0441\u043a\u0435 \u043d\u0430 \u044d\u0442\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435.", + "Assessment": "\u041e\u0446\u0435\u043d\u043a\u0430", + "Assessment Results Visibility": "\u041f\u043e\u043a\u0430\u0437 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u043e\u0446\u0435\u043d\u043a\u0438", + "Assessments": "\u0417\u0430\u0434\u0430\u043d\u0438\u044f", + "Assign learners to cohorts by uploading a CSV file": "\u0420\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u043f\u043e \u0433\u0440\u0443\u043f\u043f\u0430\u043c, \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0432 \u0444\u0430\u0439\u043b CSV", + "Assign students to cohorts by uploading a CSV file.": "\u0420\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u043e\u0431\u0443\u0447\u0430\u044e\u0449\u0438\u0445\u0441\u044f \u043f\u043e \u0433\u0440\u0443\u043f\u043f\u0430\u043c, \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0432 \u0444\u0430\u0439\u043b CSV.", + "Assignment Type Name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0442\u0438\u043f\u0430 \u0437\u0430\u0434\u0430\u043d\u0438\u044f", + "Associated Content Group": "\u0421\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u0433\u0440\u0443\u043f\u043f\u044b \u043f\u043e \u0438\u0437\u0443\u0447\u0430\u0435\u043c\u043e\u043c\u0443 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0443", + "August": "\u0410\u0432\u0433\u0443\u0441\u0442", + "Author": "\u0410\u0432\u0442\u043e\u0440", + "Automatic": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438", + "Available %s": "\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0435 %s", + "Average": "\u0421\u0440\u0435\u0434\u043d\u044f\u044f \u0433\u0440\u043e\u043c\u043a\u043e\u0441\u0442\u044c", + "Back to Full List": "\u0412\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u043a \u043f\u043e\u043b\u043d\u043e\u043c\u0443 \u0441\u043f\u0438\u0441\u043a\u0443", + "Back to sign in": "\u0412\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0432\u0445\u043e\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0443", + "Back to {platform} FAQs": "\u041d\u0430\u0437\u0430\u0434 \u043a \u0440\u0430\u0437\u0434\u0435\u043b\u0443 \u00ab\u0412\u043e\u043f\u0440\u043e\u0441\u044b \u0438 \u043e\u0442\u0432\u0435\u0442\u044b\u00bb {platform}", + "Background color": "\u0426\u0432\u0435\u0442 \u0444\u043e\u043d\u0430", + "Basic": "\u041e\u0441\u043d\u043e\u0432\u043d\u043e\u0435", + "Basic Account Information": "\u041e\u0441\u043d\u043e\u0432\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438", + "Be sure your entire face is inside the frame": "\u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0432\u0430\u0448\u0435 \u043b\u0438\u0446\u043e \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e \u043f\u043e\u043c\u0435\u0449\u0430\u0435\u0442\u0441\u044f \u0432 \u0440\u0430\u043c\u043a\u0443", + "Before proceeding, please confirm that your details match": "\u041f\u0435\u0440\u0435\u0434 \u0442\u0435\u043c, \u043a\u0430\u043a \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c, \u043f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0445", + "Before you upgrade to a certificate track, you must activate your account.": "\u0414\u043e \u0442\u043e\u0433\u043e \u043a\u0430\u043a \u0432\u044b \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442, \u0432\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0430\u0448\u0443 \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c.", + "Billed to": "\u0421\u0447\u0451\u0442 \u043d\u0430 \u0438\u043c\u044f", + "Biography": "\u0411\u0438\u043e\u0433\u0440\u0430\u0444\u0438\u044f", + "Block view is unavailable": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0431\u043b\u043e\u043a\u0430 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d", + "Blockquote": "\u0426\u0438\u0442\u0430\u0442\u0430", + "Blockquote (Ctrl+Q)": "\u0426\u0438\u0442\u0430\u0442\u0430 (Ctrl+Q)", + "Blocks": "\u0411\u043b\u043e\u043a\u0438", + "Body": "\u041e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u0442\u0435\u043a\u0441\u0442", + "Bold": "\u0416\u0438\u0440\u043d\u044b\u0439", + "Bold (Ctrl+B)": "\u0416\u0438\u0440\u043d\u044b\u0439 (Ctrl+B)", + "Bookmark this page": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0432 \u043c\u043e\u0438 \u0437\u0430\u043a\u043b\u0430\u0434\u043a\u0438", + "Bookmarked": "\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043e \u0432 \u0437\u0430\u043a\u043b\u0430\u0434\u043a\u0438", + "Bookmarked on": "\u0417\u0430\u043a\u043b\u0430\u0434\u043a\u0430 \u043e\u0442", + "Border": "\u0413\u0440\u0430\u043d\u0438\u0446\u0430", + "Border color": "\u0426\u0432\u0435\u0442 \u0433\u0440\u0430\u043d\u0438\u0446\u044b", + "Bottom": "\u041f\u043e \u043d\u0438\u0436\u043d\u0435\u043c\u0443 \u043a\u0440\u0430\u044e", + "Browse": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0432 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435", + "Browse recently launched courses and see what\\'s new in your favorite subjects": "\u041e\u0437\u043d\u0430\u043a\u043e\u043c\u044c\u0442\u0435\u0441\u044c \u0441 \u043d\u0435\u0434\u0430\u0432\u043d\u043e \u0437\u0430\u043f\u0443\u0449\u0435\u043d\u043d\u044b\u043c\u0438 \u043a\u0443\u0440\u0441\u0430\u043c\u0438 \u0438 \u043d\u043e\u0432\u043e\u0441\u0442\u044f\u043c\u0438 \u043f\u043e \u0432\u0430\u0448\u0438\u043c \u043b\u044e\u0431\u0438\u043c\u044b\u043c \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u0430\u043c", + "Bulk Exceptions": "\u041c\u0430\u0441\u0441\u043e\u0432\u044b\u0435 \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f", + "Bullet list": "\u041c\u0430\u0440\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a", + "Bulleted List (Ctrl+U)": "\u041c\u0430\u0440\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a (Ctrl+U)", + "COMPLETED COURSES": "\u0417\u0410\u0412\u0415\u0420\u0428\u0401\u041d\u041d\u042b\u0415 \u041a\u0423\u0420\u0421\u042b", + "COURSES IN PROGRESS": "\u0422\u0415\u041a\u0423\u0429\u0418\u0415 \u041a\u0423\u0420\u0421\u042b", + "Can I request additional time to complete my exam?": "\u041c\u043e\u0433\u0443 \u043b\u0438 \u044f \u0437\u0430\u043f\u0440\u043e\u0441\u0438\u0442\u044c \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u043d\u0430 \u0441\u0434\u0430\u0447\u0443 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430?", + "Can we match the photo you took with the one on your ID?": "\u041c\u043e\u0436\u0435\u043c \u043b\u0438 \u043c\u044b \u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441\u043d\u0438\u043c\u043e\u043a, \u0441\u0434\u0435\u043b\u0430\u043d\u043d\u044b\u0439 \u0432\u0430\u043c\u0438, \u0441 \u0444\u043e\u0442\u043e \u0432 \u0432\u0430\u0448\u0435\u043c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0435?", + "Cancel": "\u041e\u0442\u043c\u0435\u043d\u0430", + "Cancel enrollment code": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u043a\u043e\u0434 \u0437\u0430\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044f", + "Cancel team creating.": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u044b.", + "Cancel team updating.": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u044b", + "Cannot Start Proctored Exam": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043d\u0430\u0447\u0430\u0442\u044c \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u044b\u0439 \u044d\u043a\u0437\u0430\u043c\u0435\u043d", + "Cannot delete when in use by a unit": "\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443\u0434\u0430\u043b\u0438\u0442\u044c, \u043f\u043e\u043a\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0445\u043e\u0442\u044f \u0431\u044b \u0432 \u043e\u0434\u043d\u043e\u043c \u0431\u043b\u043e\u043a\u0435", + "Cannot delete when in use by an experiment": "\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443\u0434\u0430\u043b\u0438\u0442\u044c, \u043f\u043e\u043a\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0445\u043e\u0442\u044f \u0431\u044b \u0432 \u043e\u0434\u043d\u043e\u043c \u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0435", + "Cannot drop more <%= types %> assignments than are assigned.": "\u041d\u0435\u043b\u044c\u0437\u044f \u043e\u0442\u0431\u0440\u0430\u0441\u044b\u0432\u0430\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u0437\u0430\u0434\u0430\u043d\u0438\u0439 \u0442\u0438\u043f\u0430 <%= types %>, \u0447\u0435\u043c \u0438\u0445 \u043e\u0431\u0449\u0435\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e.", + "Caption": "\u0422\u0438\u0442\u0440", + "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435: \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0431\u043b\u043e\u043a\u0430 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c. \u041f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u044f \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439 \u043f\u043e\u0432\u043b\u0438\u044f\u0435\u0442 \u043d\u0430 \u0432\u0438\u0434\u0438\u043c\u044b\u0435 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f\u043c \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b.", + "Cell": "\u042f\u0447\u0435\u0439\u043a\u0430", + "Cell padding": "\u0413\u0440\u0430\u043d\u0438\u0446\u044b \u044f\u0447\u0435\u0439\u043a\u0438", + "Cell properties": "\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u044f\u0447\u0435\u0439\u043a\u0438", + "Cell spacing": "\u0418\u043d\u0442\u0435\u0440\u0432\u0430\u043b \u043c\u0435\u0436\u0434\u0443 \u044f\u0447\u0435\u0439\u043a\u0430\u043c\u0438", + "Cell type": "\u0422\u0438\u043f \u044f\u0447\u0435\u0439\u043a\u0438", + "Center": "\u041f\u043e \u0446\u0435\u043d\u0442\u0440\u0443", + "Certificate Details": "\u0420\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u044b \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430", + "Certificate Generated": "\u0421\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u0441\u043e\u0437\u0434\u0430\u043d", + "Certificate Information": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0435", + "Certificate Name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430", + "Certificate Purchased": "\u0421\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u0432\u044b\u0434\u0430\u043d", + "Certificate Signatories": "\u041b\u0438\u0446\u0430, \u043f\u043e\u0434\u043f\u0438\u0441\u0430\u0432\u0448\u0438\u0435 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442", + "Certificate Signatory Configuration": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u0435\u043b\u044f\u0445, \u043f\u043e\u0434\u043f\u0438\u0441\u044b\u0432\u0430\u044e\u0449\u0438\u0445 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442", + "Certificate Status:": "\u0421\u0442\u0430\u0442\u0443\u0441 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430:", + "Certificate has been successfully invalidated for <%= user %>.": "\u0421\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u0434\u043b\u044f <%= user %> \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u043d\u043d\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043d.", + "Certificate name is required.": "\u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0443\u043a\u0430\u0437\u0430\u0442\u044c \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430.", + "Certificate of <%= user %> has already been invalidated. Please check your spelling and retry.": "\u0421\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u0434\u043b\u044f <%= user %> \u0443\u0436\u0435 \u0430\u043d\u043d\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043d. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0432\u0432\u043e\u0434\u0430 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u0437\u0430\u043f\u0440\u043e\u0441.", + "Change": "\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435", + "Change Enrollment": "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0437\u0430\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u0435", + "Change Manually": "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0432\u0440\u0443\u0447\u043d\u0443\u044e", + "Change My Email Address": "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0430\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b", + "Change Session": "\u0421\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0435\u0441\u0441\u0438\u044e", + "Change image": "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435", + "Changes to steps that are not selected as part of the assignment will not be saved.": "\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432 \u0448\u0430\u0433\u0430\u0445, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043d\u0435 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u044b \u0432 \u0437\u0430\u0434\u0430\u043d\u0438\u0435, \u043d\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u044f\u0442\u0441\u044f.", + "Chapter Asset": "\u0410\u043a\u0442\u0438\u0432 \u0433\u043b\u0430\u0432\u044b", + "Chapter Name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0433\u043b\u0430\u0432\u044b", + "Chapter information": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u0433\u043b\u0430\u0432\u0435", + "Chapter {order}": "\u0413\u043b\u0430\u0432\u0430 {order}", + "Check Your Email": "\u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0441\u0432\u043e\u044e \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443\u044e \u043f\u043e\u0447\u0442\u0443", + "Check the highlighted fields below and try again.": "\u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043e\u0442\u043c\u0435\u0447\u0435\u043d\u043d\u044b\u0435 \u043d\u0438\u0436\u0435 \u043f\u043e\u043b\u044f \u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", + "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "\u041f\u043e\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u0433\u0430\u043b\u043e\u0447\u043a\u0443, \u0447\u0442\u043e\u0431\u044b \u0435\u0436\u0435\u0434\u043d\u0435\u0432\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u044c \u043e\u0431\u0437\u043e\u0440 \u043d\u043e\u0432\u044b\u0445 \u043d\u0435\u043f\u0440\u043e\u0447\u0438\u0442\u0430\u043d\u043d\u044b\u0445 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0435\u0432 \u0438 \u043e\u0442\u0432\u0435\u0442\u043e\u0432 \u043d\u0430 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0432\u044b \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u0435\u0442\u0435.", + "Check your email": "\u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0441\u0432\u043e\u044e \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443\u044e \u043f\u043e\u0447\u0442\u0443", + "Check your email for an activation message.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043f\u043e\u0447\u0442\u0443 \u2013 \u0432\u0430\u043c \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0430 \u0441\u0441\u044b\u043b\u043a\u0430 \u0434\u043b\u044f \u0430\u043a\u0442\u0438\u0432\u0430\u0446\u0438\u0438.", + "Checkout": "\u041e\u043f\u043b\u0430\u0442\u0438\u0442\u044c", + "Checkout with PayPal": "\u041e\u043f\u043b\u0430\u0442\u0438\u0442\u044c \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e PayPal", + "Checkout with {processor}": "\u041e\u043f\u043b\u0430\u0442\u0438\u0442\u044c \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e {processor}", + "Choose": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c", + "Choose File": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0444\u0430\u0439\u043b", + "Choose One": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043e\u0434\u0438\u043d \u0438\u0437 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043e\u0432", + "Choose a .csv file": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0444\u0430\u0439\u043b CSV", + "Choose a Date": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0434\u0430\u0442\u0443", + "Choose a Time": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0432\u0440\u0435\u043c\u044f", + "Choose a content group to associate": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0443\u044e \u0433\u0440\u0443\u043f\u043f\u0443 \u043f\u043e \u0438\u0437\u0443\u0447\u0430\u0435\u043c\u044b\u043c \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u043c", + "Choose a time": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0432\u0440\u0435\u043c\u044f", + "Choose all": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0432\u0441\u0435", + "Choose mode": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0440\u0435\u0436\u0438\u043c", + "Choose one": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043e\u0434\u0438\u043d", + "Choose your institution from the list below:": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0432\u0430\u0448\u0435 \u0443\u0447\u0435\u0431\u043d\u043e\u0435 \u0437\u0430\u0432\u0435\u0434\u0435\u043d\u0438\u0435.", + "Chosen %s": "\u0412\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 %s", + "Circle": "\u041f\u043e \u043a\u0440\u0443\u0433\u0443", + "Clear": "\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c", + "Clear All": "\u0421\u0431\u0440\u043e\u0441\u0438\u0442\u044c \u0432\u0441\u0451", + "Clear Grading Due Date": "\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u0441\u0440\u043e\u043a \u0441\u0434\u0430\u0447\u0438 \u043d\u0430 \u043e\u0446\u0435\u043d\u043a\u0443", + "Clear Release Date/Time": "\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u0434\u0430\u0442\u0443/\u0432\u0440\u0435\u043c\u044f \u0432\u044b\u043f\u0443\u0441\u043a\u0430", + "Clear Value": "\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435", + "Clear formatting": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435", + "Clear search": "\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u043f\u043e\u0438\u0441\u043a", + "Clear search results": "\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043f\u043e\u0438\u0441\u043a\u0430", + "Click OK to have your e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u00ab\u041e\u041a\u00bb, \u0447\u0442\u043e\u0431\u044b \u043f\u0435\u0440\u0435\u0434\u0430\u0442\u044c \u0441\u0432\u043e\u0439 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441 \u0441\u0442\u043e\u0440\u043e\u043d\u043d\u0435\u043c\u0443 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044e.\n\n\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u00ab\u041e\u0442\u043c\u0435\u043d\u0430\u00bb, \u0447\u0442\u043e\u0431\u044b \u0432\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u043d\u0430 \u044d\u0442\u0443 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443, \u043d\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u044f \u0441\u0432\u043e\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e.", + "Click OK to have your username and e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u00ab\u041e\u041a\u00bb, \u0447\u0442\u043e\u0431\u044b \u043f\u0435\u0440\u0435\u0434\u0430\u0442\u044c \u0441\u0432\u043e\u0451 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441 \u0441\u0442\u043e\u0440\u043e\u043d\u043d\u0435\u043c\u0443 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044e. \n\n\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u00ab\u041e\u0442\u043c\u0435\u043d\u0430\u00bb, \u0447\u0442\u043e\u0431\u044b \u0432\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u043a \u044d\u0442\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435, \u043d\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u044f \u0441\u0432\u043e\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e.", + "Click OK to have your username sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u00ab\u041e\u041a\u00bb, \u0447\u0442\u043e\u0431\u044b \u043f\u0435\u0440\u0435\u0434\u0430\u0442\u044c \u0441\u0432\u043e\u0451 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0441\u0442\u043e\u0440\u043e\u043d\u043d\u0435\u043c\u0443 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044e.\n\n\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u00ab\u041e\u0442\u043c\u0435\u043d\u0430\u00bb, \u0447\u0442\u043e\u0431\u044b \u0432\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u043d\u0430 \u044d\u0442\u0443 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443, \u043d\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u044f \u0441\u0432\u043e\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e.", + "Click on this button to mute or unmute this video or press UP or DOWN buttons to increase or decrease volume level.": "\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u043d\u0430 \u044d\u0442\u0443 \u043a\u043d\u043e\u043f\u043a\u0443, \u0447\u0442\u043e\u0431\u044b \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0438\u043b\u0438 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0437\u0432\u0443\u043a \u044d\u0442\u043e\u0439 \u0432\u0438\u0434\u0435\u043e\u0437\u0430\u043f\u0438\u0441\u0438, \u0438\u043b\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0438 \u0412\u0412\u0415\u0420\u0425 \u0438 \u0412\u041d\u0418\u0417, \u0447\u0442\u043e\u0431\u044b \u0440\u0435\u0433\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u0433\u0440\u043e\u043c\u043a\u043e\u0441\u0442\u0438.", + "Click to add a new %(xblock_type)s": "\u041a\u043b\u0438\u043a\u043d\u0438\u0442\u0435, \u0447\u0442\u043e\u0431\u044b \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u043e\u0432\u044b\u0439 %(xblock_type)s", + "Click to change": "\u0429\u0451\u043b\u043a\u043d\u0438\u0442\u0435, \u0447\u0442\u043e\u0431\u044b \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c", + "Click to choose all %s at once.": "\u041d\u0430\u0436\u043c\u0438\u0442\u0435, \u0447\u0442\u043e\u0431\u044b \u0432\u044b\u0431\u0440\u0430\u0442\u044c \u0432\u0441\u0435 %s \u0441\u0440\u0430\u0437\u0443.", + "Click to edit": "\u041d\u0430\u0436\u043c\u0438\u0442\u0435, \u0447\u0442\u043e\u0431\u044b \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c", + "Click to remove all chosen %s at once.": "\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0447\u0442\u043e\u0431\u044b \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u0441\u0435 %s \u0441\u0440\u0430\u0437\u0443.", + "Close": "\u0417\u0430\u043a\u0440\u044b\u0442\u044c", + "Close Calculator": "\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440", + "Code": "\u041a\u043e\u0434", + "Code Sample (Ctrl+K)": "\u041f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u044b\u0439 \u043a\u043e\u0434 (Ctrl+K)", + "Code block": "\u0411\u043b\u043e\u043a \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043a\u043e\u0434\u0430", + "Cohort Assignment Method": "\u0421\u043f\u043e\u0441\u043e\u0431 \u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044f \u043f\u043e \u0433\u0440\u0443\u043f\u043f\u0430\u043c", + "Cohort Name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0433\u0440\u0443\u043f\u043f\u044b", + "Cohorts": "\u0413\u0440\u0443\u043f\u043f\u044b", + "Cohorts Disabled": "\u0413\u0440\u0443\u043f\u043f\u044b \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u044b", + "Cohorts Enabled": "\u0413\u0440\u0443\u043f\u043f\u044b \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u044b", + "Collapse All": "\u0421\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0432\u0441\u0435", + "Collapse Instructions": "\u0421\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0438", + "Collapse/Expand this %(xblock_type)s": "\u0421\u0432\u0435\u0440\u043d\u0443\u0442\u044c / \u0440\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c %(xblock_type)s", + "Color": "\u0426\u0432\u0435\u0442", + "Cols": "\u0430\u0442\u0440\u0438\u0431\u0443\u0442", + "Column": "\u0421\u0442\u043e\u043b\u0431\u0435\u0446", + "Column group": "\u0413\u0440\u0443\u043f\u043f\u0430 \u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432", + "Coming Soon": "\u0421\u043a\u043e\u0440\u043e", + "Commentary": "\u041a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439", + "Common Problem Types": "\u0427\u0430\u0441\u0442\u043e \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044e\u0449\u0438\u0435\u0441\u044f \u0442\u0438\u043f\u044b \u0437\u0430\u0434\u0430\u043d\u0438\u0439", + "Complete courses on your schedule to ensure you stand out in your field!": "\u0414\u043b\u044f \u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u044f \u0443\u0441\u043f\u0435\u0445\u0430 \u043f\u0440\u0438\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0439\u0442\u0435\u0441\u044c \u0441\u0432\u043e\u0435\u0433\u043e \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0433\u043e \u0440\u0430\u0441\u043f\u0438\u0441\u0430\u043d\u0438\u044f \u043f\u0440\u043e\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u044f \u043a\u0443\u0440\u0441\u043e\u0432.", + "Completed": "\u0417\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e", + "Configure": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", + "Confirm": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c", + "Confirm Timed Transcript": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u043f\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b.", + "Congratulations!": "\u041f\u043e\u0437\u0434\u0440\u0430\u0432\u043b\u044f\u0435\u043c!", + "Congratulations! You are now verified on %(platformName)s!": "\u041f\u043e\u0437\u0434\u0440\u0430\u0432\u043b\u044f\u0435\u043c! \u0412\u0430\u0448\u0438 \u0434\u0430\u043d\u043d\u044b\u0435 \u0432 %(platformName)s \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u044b.", + "Constrain proportions": "\u0421\u043e\u0445\u0440\u0430\u043d\u044f\u0442\u044c \u043f\u0440\u043e\u043f\u043e\u0440\u0446\u0438\u0438", + "Contact Us": "\u0421\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u043d\u0430\u043c\u0438", + "Contains staff only content": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e \u0442\u043e\u043b\u044c\u043a\u043e \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0430\u043c \u043a\u0443\u0440\u0441\u0430", "Contains {count} group": [ - "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u0442 {count} \u0433\u0440\u0443\u043f\u043f\u0443", - "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u0442 {count} \u0433\u0440\u0443\u043f\u043f\u044b", - "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u0442 {count} \u0433\u0440\u0443\u043f\u043f", + "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u0442 {count} \u0433\u0440\u0443\u043f\u043f\u0443", + "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u0442 {count} \u0433\u0440\u0443\u043f\u043f\u044b", + "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u0442 {count} \u0433\u0440\u0443\u043f\u043f", "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u0442 {count} \u0433\u0440\u0443\u043f\u043f" - ], - "Content Group ID": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0433\u0440\u0443\u043f\u043f\u044b \u043f\u043e \u0438\u0437\u0443\u0447\u0430\u0435\u043c\u044b\u043c \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u043c", - "Content Group Name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0433\u0440\u0443\u043f\u043f\u044b \u043f\u043e \u0438\u0437\u0443\u0447\u0430\u0435\u043c\u043e\u043c\u0443 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0443", - "Content-Specific Discussion Topics": "\u0422\u0435\u043c\u044b \u0434\u043b\u044f \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u044f, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0435 \u0441 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u043c\u0438 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u043c\u0438 \u043a\u0443\u0440\u0441\u0430", - "Continue Exam Without Proctoring": "\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0443 \u0431\u0435\u0437 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f", - "Continue to Verification": "\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044e \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438", - "Continue to my practice exam": "\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u043f\u0440\u043e\u0431\u043d\u043e\u043c\u0443 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0443", - "Continue to my proctored exam. I want to be eligible for credit.": "\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u043c\u0443 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0443. \u042f \u0445\u043e\u0447\u0443 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0437\u0430\u0447\u0451\u0442.", - "Copy": "\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c", - "Copy Email To Editor": "\u0421\u043a\u043e\u043f\u0438\u0440\u0443\u0439\u0442\u0435 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0443", - "Copy row": "\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443", - "Correct failed component": "\u0418\u0441\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043e\u0448\u0438\u0431\u043e\u0447\u043d\u044b\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442", - "Cost": "\u0421\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c", - "Could not find Certificate Exception in white list. Please refresh the page and try again": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043d\u0430\u0439\u0442\u0438 \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u0432 \u0441\u043f\u0438\u0441\u043a\u0435 \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0432. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", - "Could not find Certificate Invalidation in the list. Please refresh the page and try again": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043d\u0430\u0439\u0442\u0438 \u0430\u043d\u043d\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u0432 \u0441\u043f\u0438\u0441\u043a\u0435. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", - "Could not find a user with username or email address '<%- identifier %>'.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043d\u0430\u0439\u0442\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0441 \u0438\u043c\u0435\u043d\u0435\u043c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438\u043b\u0438 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u043c \u0430\u0434\u0440\u0435\u0441\u043e\u043c '<%- identifier %>'.", - "Could not find the specified string.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u0442\u044c \u0437\u0430\u0434\u0430\u043d\u043d\u0443\u044e \u0441\u0442\u0440\u043e\u043a\u0443", - "Could not find users associated with the following identifiers:": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043d\u0430\u0439\u0442\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u0441\u043e \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u043c\u0438 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u0430\u043c\u0438:", - "Could not grade your answer. The submission was aborted.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0446\u0435\u043d\u0438\u0442\u044c \u0432\u0430\u0448 \u043e\u0442\u0432\u0435\u0442. \u041e\u0442\u043f\u0440\u0430\u0432\u043a\u0430 \u043e\u0442\u0432\u0435\u0442\u0430 \u0431\u044b\u043b\u0430 \u043f\u0440\u0435\u0440\u0432\u0430\u043d\u0430.", - "Could not retrieve download url.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c url \u0434\u043b\u044f \u0441\u043a\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u044f.", - "Could not retrieve payment information": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u043f\u043b\u0430\u0442\u0435\u0436\u0435", - "Could not retrieve upload url.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c url \u0434\u043b\u044f \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438.", - "Could not submit order": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0437\u0430\u043a\u0430\u0437", - "Could not submit photos": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438", - "Couldn't Save This Assignment": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u044d\u0442\u043e \u0437\u0430\u0434\u0430\u043d\u0438\u0435 ", - "Country": "\u0421\u0442\u0440\u0430\u043d\u0430", - "Country of residence": "\u0413\u0440\u0430\u0436\u0434\u0430\u043d\u0441\u0442\u0432\u043e", - "Country or Region of Residence": "\u0421\u0442\u0440\u0430\u043d\u0430 \u0438\u043b\u0438 \u0440\u0435\u0433\u0438\u043e\u043d \u043f\u0440\u043e\u0436\u0438\u0432\u0430\u043d\u0438\u044f", + ], + "Content Group ID": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0433\u0440\u0443\u043f\u043f\u044b \u043f\u043e \u0438\u0437\u0443\u0447\u0430\u0435\u043c\u044b\u043c \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u043c", + "Content Group Name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0433\u0440\u0443\u043f\u043f\u044b \u043f\u043e \u0438\u0437\u0443\u0447\u0430\u0435\u043c\u043e\u043c\u0443 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0443", + "Content-Specific Discussion Topics": "\u0422\u0435\u043c\u044b \u0434\u043b\u044f \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u044f, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0435 \u0441 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u043c\u0438 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u043c\u0438 \u043a\u0443\u0440\u0441\u0430", + "Continue Exam Without Proctoring": "\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0443 \u0431\u0435\u0437 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f", + "Continue to Verification": "\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044e \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438", + "Continue to my practice exam": "\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u043f\u0440\u043e\u0431\u043d\u043e\u043c\u0443 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0443", + "Continue to my proctored exam. I want to be eligible for credit.": "\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u043c\u0443 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0443. \u042f \u0445\u043e\u0447\u0443 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0437\u0430\u0447\u0451\u0442.", + "Copy": "\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c", + "Copy Email To Editor": "\u0421\u043a\u043e\u043f\u0438\u0440\u0443\u0439\u0442\u0435 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0443", + "Copy row": "\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443", + "Correct failed component": "\u0418\u0441\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043e\u0448\u0438\u0431\u043e\u0447\u043d\u044b\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442", + "Cost": "\u0421\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c", + "Could not find Certificate Exception in white list. Please refresh the page and try again": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043d\u0430\u0439\u0442\u0438 \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u0432 \u0441\u043f\u0438\u0441\u043a\u0435 \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0432. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", + "Could not find Certificate Invalidation in the list. Please refresh the page and try again": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043d\u0430\u0439\u0442\u0438 \u0430\u043d\u043d\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u0432 \u0441\u043f\u0438\u0441\u043a\u0435. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", + "Could not find a user with username or email address '<%- identifier %>'.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043d\u0430\u0439\u0442\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0441 \u0438\u043c\u0435\u043d\u0435\u043c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438\u043b\u0438 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u043c \u0430\u0434\u0440\u0435\u0441\u043e\u043c '<%- identifier %>'.", + "Could not find the specified string.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u0442\u044c \u0437\u0430\u0434\u0430\u043d\u043d\u0443\u044e \u0441\u0442\u0440\u043e\u043a\u0443", + "Could not find users associated with the following identifiers:": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043d\u0430\u0439\u0442\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u0441\u043e \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u043c\u0438 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u0430\u043c\u0438:", + "Could not grade your answer. The submission was aborted.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0446\u0435\u043d\u0438\u0442\u044c \u0432\u0430\u0448 \u043e\u0442\u0432\u0435\u0442. \u041e\u0442\u043f\u0440\u0430\u0432\u043a\u0430 \u043e\u0442\u0432\u0435\u0442\u0430 \u0431\u044b\u043b\u0430 \u043f\u0440\u0435\u0440\u0432\u0430\u043d\u0430.", + "Could not retrieve download url.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c url \u0434\u043b\u044f \u0441\u043a\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u044f.", + "Could not retrieve payment information": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u043f\u043b\u0430\u0442\u0435\u0436\u0435", + "Could not retrieve upload url.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c url \u0434\u043b\u044f \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438.", + "Could not submit order": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0437\u0430\u043a\u0430\u0437", + "Could not submit photos": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438", + "Couldn't Save This Assignment": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u044d\u0442\u043e \u0437\u0430\u0434\u0430\u043d\u0438\u0435 ", + "Country": "\u0421\u0442\u0440\u0430\u043d\u0430", + "Country of residence": "\u0413\u0440\u0430\u0436\u0434\u0430\u043d\u0441\u0442\u0432\u043e", + "Country or Region of Residence": "\u0421\u0442\u0440\u0430\u043d\u0430 \u0438\u043b\u0438 \u0440\u0435\u0433\u0438\u043e\u043d \u043f\u0440\u043e\u0436\u0438\u0432\u0430\u043d\u0438\u044f", "Course": [ - "\u041a\u0443\u0440\u0441", - "\u041a\u0443\u0440\u0441\u044b", - "\u041a\u0443\u0440\u0441\u044b", + "\u041a\u0443\u0440\u0441", + "\u041a\u0443\u0440\u0441\u044b", + "\u041a\u0443\u0440\u0441\u044b", "\u041a\u0443\u0440\u0441\u044b" - ], - "Course Credit Requirements": "\u0422\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0437\u0430\u0447\u0451\u0442\u0430 \u043d\u0430 \u043a\u0443\u0440\u0441\u0435", - "Course End": "\u041e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u0435 \u043a\u0443\u0440\u0441\u0430", - "Course Handouts": "\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b", - "Course ID": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043a\u0443\u0440\u0441\u0430", - "Course Id": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043a\u0443\u0440\u0441\u0430", - "Course Index": "\u041f\u043e\u0438\u0441\u043a\u043e\u0432\u044b\u0439 \u0438\u043d\u0434\u0435\u043a\u0441 \u043a\u0443\u0440\u0441\u0430", - "Course Key": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043a\u0443\u0440\u0441\u0430", - "Course Name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043a\u0443\u0440\u0441\u0430", - "Course Number": "\u041d\u043e\u043c\u0435\u0440 \u043a\u0443\u0440\u0441\u0430", - "Course Number Override": "\u0417\u0430\u043c\u0435\u043d\u0430 \u043d\u043e\u043c\u0435\u0440\u0430 \u043a\u0443\u0440\u0441\u0430", - "Course Outline": "\u0421\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430 \u043a\u0443\u0440\u0441\u0430", - "Course Start": "\u041d\u0430\u0447\u0430\u043b\u043e \u043a\u0443\u0440\u0441\u0430", - "Course Title": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043a\u0443\u0440\u0441\u0430", - "Course Title Override": "\u0417\u0430\u043c\u0435\u043d\u0430 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u044f \u043a\u0443\u0440\u0441\u0430", - "Course is not yet visible to students.": "\u041a\u0443\u0440\u0441 \u0435\u0449\u0451 \u043d\u0435 \u0432\u0438\u0434\u0435\u043d \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f\u043c.", - "Course pacing cannot be changed once a course has started.": "\u041f\u043e\u0440\u044f\u0434\u043e\u043a \u043e\u0431\u0443\u0447\u0435\u043d\u0438\u044f \u043d\u0430 \u043a\u0443\u0440\u0441\u0435 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0451\u043d \u043f\u043e\u0441\u043b\u0435 \u043d\u0430\u0447\u0430\u043b\u0430 \u043a\u0443\u0440\u0441\u0430.", - "Course title": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043a\u0443\u0440\u0441\u0430", - "Course-Wide Discussion Topics": "\u041e\u0431\u0449\u0438\u0435 \u0442\u0435\u043c\u044b \u0434\u043b\u044f \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u044f \u0432 \u0440\u0430\u043c\u043a\u0430\u0445 \u043a\u0443\u0440\u0441\u0430", - "Create": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c", - "Create Account": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c", - "Create Re-run": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u043a", - "Create a %(link_start)sMozilla Backpack%(link_end)s account, or log in to your existing account": "\u0421\u043e\u0437\u0434\u0430\u0439\u0442\u0435 \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c %(link_start)sMozilla Backpack%(link_end)s \u0438\u043b\u0438 \u0432\u043e\u0439\u0434\u0438\u0442\u0435 \u0441\u043e \u0441\u0432\u043e\u0438\u043c\u0438 \u0443\u0447\u0451\u0442\u043d\u044b\u043c\u0438 \u0434\u0430\u043d\u043d\u044b\u043c\u0438", - "Create a New Team": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u043e\u0432\u0443\u044e \u043a\u043e\u043c\u0430\u043d\u0434\u0443", - "Create a content group": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u0443 \u043f\u043e \u0438\u0437\u0443\u0447\u0430\u0435\u043c\u044b\u043c \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u043c", - "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "\u0421\u043e\u0437\u0434\u0430\u0439\u0442\u0435 \u043d\u043e\u0432\u0443\u044e \u043a\u043e\u043c\u0430\u043d\u0434\u0443, \u0435\u0441\u043b\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043d\u0430\u0439\u0442\u0438 \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0443\u044e, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f, \u0438\u043b\u0438 \u0435\u0441\u043b\u0438 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0447\u0438\u0442\u044c\u0441\u044f \u0432\u043c\u0435\u0441\u0442\u0435 \u0441\u043e \u0441\u0432\u043e\u0438\u043c\u0438 \u0434\u0440\u0443\u0437\u044c\u044f\u043c\u0438.", - "Create account using %(providerName)s.": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c \u0432 %(providerName)s.", - "Create an Account": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c", - "Create an Account.": "\u0421\u043e\u0437\u0434\u0430\u0439\u0442\u0435 \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c.", - "Create an account using": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f", - "Create team.": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043a\u043e\u043c\u0430\u043d\u0434\u0443.", - "Created": "\u0421\u043e\u0437\u0434\u0430\u043d\u043e", - "Creating missing groups": "\u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u044e\u0449\u0438\u0445 \u0433\u0440\u0443\u043f\u043f", - "Creative Commons licensed content, with terms as follow:": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0435\u0439 Creative Commons \u043d\u0430 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0445 \u0443\u0441\u043b\u043e\u0432\u0438\u044f\u0445:", - "Criterion Added": "\u041a\u0440\u0438\u0442\u0435\u0440\u0438\u0439 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d", - "Criterion Deleted": "\u041a\u0440\u0438\u0442\u0435\u0440\u0438\u0439 \u0443\u0434\u0430\u043b\u0451\u043d", - "Crossed out items have been refunded.": "\u041f\u043b\u0430\u0442\u0435\u0436\u0438 \u0437\u0430 \u0432\u044b\u0447\u0435\u0440\u043a\u043d\u0443\u0442\u044b\u0435 \u043f\u0443\u043d\u043a\u0442\u044b \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0435\u043d\u044b.", - "Current Role:": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0440\u043e\u043b\u044c:", - "Current conversation": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0431\u0435\u0441\u0435\u0434\u0430", - "Current enrollment mode:": "\u0422\u0435\u043a\u0443\u0449\u0438\u0439 \u0440\u0435\u0436\u0438\u043c \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438:", - "Current location": "\u0422\u0435\u043a\u0443\u0449\u0435\u0435 \u043c\u0435\u0441\u0442\u043e\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435", - "Current tab": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0432\u043a\u043b\u0430\u0434\u043a\u0430", - "Currently selected": "\u0422\u0435\u043a\u0443\u0449\u0438\u0439 \u0432\u044b\u0431\u043e\u0440", - "Custom color": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0439 \u0446\u0432\u0435\u0442", - "Custom...": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f...", - "Cut": "\u0412\u044b\u0440\u0435\u0437\u0430\u0442\u044c", - "Cut row": "\u0412\u044b\u0440\u0435\u0437\u0430\u0442\u044c \u0440\u044f\u0434", - "Date": "\u0414\u0430\u0442\u0430", - "Date Added": "\u0414\u0430\u0442\u0430 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u044f", - "Date Placed": "\u0414\u0430\u0442\u0430 \u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u044f", - "Deactivate": "\u041e\u0442\u043e\u0437\u0432\u0430\u0442\u044c", - "December": "\u0414\u0435\u043a\u0430\u0431\u0440\u044c", - "Declined": "\u041e\u0442\u043a\u043b\u043e\u043d\u0451\u043d", - "Decrease indent": "\u0423\u043c\u0435\u043d\u044c\u0448\u0438\u0442\u044c \u043e\u0442\u0441\u0442\u0443\u043f", - "Default": "\u041f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e", - "Default (Local Time Zone)": "\u041f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e (\u043c\u0435\u0441\u0442\u043d\u044b\u0439 \u0447\u0430\u0441\u043e\u0432\u043e\u0439 \u043f\u043e\u044f\u0441)", - "Default Timed Transcript": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u043d\u044b\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e", - "Delete": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c", - "Delete \"<%= signatoryName %>\" from the list of signatories?": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u00ab<%= signatoryName %>\u00bb \u0438\u0437 \u0441\u043f\u0438\u0441\u043a\u0430 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u0435\u043b\u0435\u0439?", - "Delete File Confirmation": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f \u0444\u0430\u0439\u043b\u0430", - "Delete My Account": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043c\u043e\u0439 \u0430\u043a\u043a\u0430\u0443\u043d\u0442", - "Delete Team": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043a\u043e\u043c\u0430\u043d\u0434\u0443", - "Delete column": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0442\u043e\u043b\u0431\u0435\u0446", - "Delete row": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0440\u044f\u0434", - "Delete student '<%- student_id %>'s state on problem '<%- problem_id %>'?": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0442\u0430\u0442\u0443\u0441 \u0440\u0430\u0431\u043e\u0442\u044b \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f '<%- student_id %>' \u043f\u043e \u0437\u0430\u0434\u0430\u0447\u0435 '<%- problem_id %>'?", - "Delete table": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0442\u0430\u0431\u043b\u0438\u0446\u0443", - "Delete the user, {username}": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f {username}", - "Delete this %(item_display_name)s?": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c %(item_display_name)s?", - "Delete this asset": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u043d\u044b\u0439 \u0444\u0430\u0439\u043b", - "Delete this team?": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u0443 \u043a\u043e\u043c\u0430\u043d\u0434\u0443?", - "Deleted Content Group": "\u0423\u0434\u0430\u043b\u0451\u043d\u043d\u0430\u044f \u0433\u0440\u0443\u043f\u043f\u0430 \u043f\u043e \u0438\u0437\u0443\u0447\u0430\u0435\u043c\u044b\u043c \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u043c", - "Deleted Group": "\u0413\u0440\u0443\u043f\u043f\u0430 \u0443\u0434\u0430\u043b\u0435\u043d\u0430", - "Deleting a team is permanent and cannot be undone. All members are removed from the team, and team discussions can no longer be accessed.": "\u041a\u043e\u043c\u0430\u043d\u0434\u0430 \u0431\u0443\u0434\u0435\u0442 \u0443\u0434\u0430\u043b\u0435\u043d\u0430 \u0431\u0435\u0437\u0432\u043e\u0437\u0432\u0440\u0430\u0442\u043d\u043e, \u044d\u0442\u043e \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0431\u0443\u0434\u0435\u0442 \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c. \u0418\u0437 \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u0431\u0443\u0434\u0443\u0442 \u0443\u0434\u0430\u043b\u0435\u043d\u044b \u0432\u0441\u0435 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0438, \u043e\u043d\u0438 \u043f\u043e\u0442\u0435\u0440\u044f\u044e\u0442 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u044f\u043c \u043a\u043e\u043c\u0430\u043d\u0434\u044b.", - "Deleting this %(item_display_name)s is permanent and cannot be undone.": "\u0423\u0434\u0430\u043b\u0435\u043d\u0438\u0435 %(item_display_name)s \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0431\u0443\u0434\u0435\u0442 \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c.", - "Deprecated": "\u0423\u0441\u0442\u0430\u0440\u0435\u043b\u043e", - "Describe ": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435", - "Description": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435", - "Description of the certificate": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430", - "Details": "\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438", - "Dimensions": "\u0420\u0430\u0437\u043c\u0435\u0440\u044b", - "Disc": "\u0434\u0438\u0441\u043a", - "Discard Changes": "\u0421\u0431\u0440\u043e\u0441\u0438\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f", - "Discussion Home": "\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u044f", - "Discussion topics in the course are not divided.": "\u0422\u0435\u043c\u044b \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u0439 \u0432 \u043a\u0443\u0440\u0441\u0435 \u043d\u0435 \u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u044b.", - "Discussions are unified; all learners interact with posts from other learners, regardless of the group they are in.": "\u0412\u0441\u0435 \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u044f \u043e\u0431\u0449\u0438\u0435; \u0432\u0441\u0435\u043c \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f\u043c \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u0432\u0441\u0435\u0445 \u0434\u0440\u0443\u0433\u0438\u0445 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439, \u0432\u043d\u0435 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0438 \u043e\u0442 \u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044f \u043f\u043e \u0433\u0440\u0443\u043f\u043f\u0430\u043c.", - "Display Name": "\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u043c\u043e\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435", - "Div": "Div", - "Divide the selected content-specific discussion topics": "\u041e\u0431\u0441\u0443\u0436\u0434\u0430\u0442\u044c \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u0442\u0435\u043c\u044b, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0435 \u0441 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u043c\u0438 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u043c\u0438 \u043a\u0443\u0440\u0441\u0430, \u043f\u043e \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u043c \u0433\u0440\u0443\u043f\u043f\u0430\u043c", - "Divided": "\u0420\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u044b", - "Do not show again": "\u041d\u0435 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0441\u043d\u043e\u0432\u0430", - "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "\u0412\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u044c \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044e ('{student_id}') \u043f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0432\u0441\u0442\u0443\u043f\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u0435?", - "Do you want to replace the edX transcript with the YouTube transcript?": "\u0412\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b \u0432 edX \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0430\u043c\u0438 \u0441 YouTube?", - "Do you want to upload your file before submitting?": "\u0412\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0444\u0430\u0439\u043b \u0434\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u043e\u0442\u0432\u0435\u0442\u0430?", - "Document properties": "\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430", - "Does the name on your ID match your account name: %(fullName)s?": "\u0421\u043e\u0432\u043f\u0430\u0434\u0430\u0435\u0442 \u043b\u0438 \u0438\u043c\u044f \u0432 \u0432\u0430\u0448\u0435\u043c \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u0438 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438 \u0441 \u0438\u043c\u0435\u043d\u0435\u043c, \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u043c \u0432 \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438: %(fullName)s?", - "Does the photo of you match your ID photo?": "\u0421\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u0438\u043c\u0430 \u043b\u0438 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044f \u0441 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439 \u0432 \u0432\u0430\u0448\u0435\u043c \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u0438 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438?", - "Does the photo of you show your whole face?": "\u0412\u0438\u0434\u043d\u043e \u043b\u0438 \u043d\u0430 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u0432\u0430\u0448\u0435 \u043b\u0438\u0446\u043e \u0446\u0435\u043b\u0438\u043a\u043e\u043c?", - "Doing so means that you are no longer eligible for academic credit.": "\u0412 \u0442\u0430\u043a\u043e\u043c \u0441\u043b\u0443\u0447\u0430\u0435 \u0432\u044b \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0437\u0430\u0447\u0451\u0442\u043d\u044b\u0439 \u0431\u0430\u043b\u043b\u044b.", - "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "\u041d\u0435 \u0432\u0438\u0434\u0438\u0442\u0435 \u0432\u0430\u0448\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435? \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0432\u044b \u0440\u0430\u0437\u0440\u0435\u0448\u0438\u043b\u0438 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0443 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0432\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u0443, \u043a\u043e\u0433\u0434\u0430 \u043e\u043d \u0437\u0430\u043f\u0440\u0430\u0448\u0438\u0432\u0430\u0435\u0442 \u043a \u043d\u0435\u0439 \u0434\u043e\u0441\u0442\u0443\u043f.", - "Donate": "\u041f\u043e\u0436\u0435\u0440\u0442\u0432\u043e\u0432\u0430\u0442\u044c", - "Double-check that your webcam is connected and working to continue.": "\u0427\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c, \u0435\u0449\u0451 \u0440\u0430\u0437 \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435, \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0430 \u043b\u0438 \u0432\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u0430 \u0438 \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043b\u0438 \u043e\u043d\u0430.", - "Download": "\u0421\u043a\u0430\u0447\u0430\u0442\u044c", - "Download Software Clicked": "\u041d\u0430\u0436\u0430\u0442\u0430 \u043a\u043d\u043e\u043f\u043a\u0430 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u041f\u041e", - "Download Transcript for Editing": "\u0421\u043a\u0430\u0447\u0430\u0442\u044c \u0438 \u043e\u0442\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b", - "Download URL": "\u0421\u0441\u044b\u043b\u043a\u0430 \u0434\u043b\u044f \u0441\u043a\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u044f", - "Download available encodings (.csv)": "\u0421\u043a\u0430\u0447\u0430\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0435 \u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0438 (.csv)", - "Download the user's certificate": "\u0421\u043a\u0430\u0447\u0430\u0442\u044c \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442", - "Draft (Never published)": "\u0427\u0435\u0440\u043d\u043e\u0432\u0438\u043a (\u0440\u0430\u043d\u0435\u0435 \u043d\u0435 \u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043b\u0441\u044f)", - "Draft (Unpublished changes)": "\u0427\u0435\u0440\u043d\u043e\u0432\u0438\u043a (\u043d\u0435\u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f)", - "Draft saved on {lastSavedStart}{editedOn}{lastSavedEnd} by {editedByStart}{editedBy}{editedByEnd}": "\u0427\u0435\u0440\u043d\u043e\u0432\u0438\u043a \u0441\u043e\u0445\u0440\u0430\u043d\u0451\u043d {lastSavedStart}{editedOn}{lastSavedEnd} \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u043c {editedByStart}{editedBy}{editedByEnd}", - "Drag to reorder": "\u041f\u0435\u0440\u0435\u0442\u0430\u0449\u0438\u0442\u0435 \u0434\u043b\u044f \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u043f\u043e\u0440\u044f\u0434\u043a\u0430", - "Drop target image": "\u041e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435", - "Due Date": "\u0421\u0440\u043e\u043a \u0441\u0434\u0430\u0447\u0438", - "Due Date:": "\u0421\u0440\u043e\u043a \u0441\u0434\u0430\u0447\u0438:", - "Due Time in UTC:": "\u0421\u0440\u043e\u043a \u0441\u0434\u0430\u0447\u0438, \u0432\u0440\u0435\u043c\u044f \u0432 UTC:", - "Due date cannot be before start date.": "\u0421\u0440\u043e\u043a \u0441\u0434\u0430\u0447\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u043f\u0440\u0435\u0434\u0448\u0435\u0441\u0442\u0432\u043e\u0432\u0430\u0442\u044c \u0434\u0430\u0442\u0435 \u043d\u0430\u0447\u0430\u043b\u0430 \u043a\u0443\u0440\u0441\u0430. ", - "Due:": "\u0421\u0440\u043e\u043a:", - "Duplicate": "\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c", - "Duration (sec)": "\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c (\u0441\u0435\u043a.)", - "Earned %(created)s.": "\u041f\u043e\u043b\u0443\u0447\u0435\u043d\u043e %(created)s.", - "Earned Certificates": "\u041f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u044b\u0435 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u044b", - "EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.": "\u0412 EdX \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0444\u0430\u0439\u043b \u0441 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u043d\u044b\u043c\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0430\u043c\u0438 \u0434\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u0432\u0438\u0434\u0435\u043e, \u043d\u043e \u043c\u044b \u043d\u0430\u0448\u043b\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b \u043d\u0430 YouTube. \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b \u0441 YouTube \u0438\u043b\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0439 srt-\u0444\u0430\u0439\u043b \u0441 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0430\u043c\u0438.", - "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "\u0412 EdX \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044e\u0442 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u043d\u044b\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b \u0434\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u0432\u0438\u0434\u0435\u043e. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 srt-\u0444\u0430\u0439\u043b.", - "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "\u0412 EdX \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0444\u0430\u0439\u043b \u0441 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u043d\u044b\u043c\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0430\u043c\u0438 \u0434\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u0432\u0438\u0434\u0435\u043e. \u0415\u0441\u043b\u0438 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u043e\u0442\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b, \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u043a\u0430\u0447\u0430\u0442\u044c, \u043e\u0442\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438 \u043f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u044d\u0442\u043e\u0442 \u0444\u0430\u0439\u043b. \u0415\u0441\u043b\u0438 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b, \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u043d\u043e\u0432\u044b\u0439 srt-\u0444\u0430\u0439\u043b.", - "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "\u0414\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u0432\u0438\u0434\u0435\u043e \u0432 EdX \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0442 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u043d\u044b\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b. \u0415\u0441\u043b\u0438 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u0438\u0445, \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u043d\u043e\u0432\u044b\u0439 srt-\u0444\u0430\u0439\u043b \u0441 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0430\u043c\u0438. \u0415\u0441\u043b\u0438 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u043e\u0442\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438\u0445, \u0441\u043a\u0430\u0447\u0430\u0439\u0442\u0435, \u043e\u0442\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0443\u0439\u0442\u0435 \u0438 \u043f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0439 \u0444\u0430\u0439\u043b \u0441 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0430\u043c\u0438.", - "Edit": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c", - "Edit %(display_name)s (required)": "\u041e\u0442\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0443\u0439\u0442\u0435 %(display_name)s (\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e)", - "Edit HTML": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c HTML", - "Edit Membership": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u043e\u0441\u0442\u0430\u0432", - "Edit Team": "\u0412\u043d\u0435\u0441\u0442\u0438 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432 \u043a\u043e\u043c\u0430\u043d\u0434\u0443", - "Edit Your Name": "\u041e\u0442\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438\u043c\u044f", - "Edit this certificate?": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442?", - "Editable": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0443\u0435\u043c\u043e", - "Education Completed": "\u0417\u0430\u043a\u043e\u043d\u0447\u0435\u043d\u043d\u043e\u0435 \u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u0438\u0435", - "Email": "\u042d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430\u044f \u043f\u043e\u0447\u0442\u0430", - "Email address": "\u0410\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b", - "Emails successfully sent. The following users are no longer enrolled in the course:": "\u042d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u044b. \u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u043e\u0442\u0447\u0438\u0441\u043b\u0435\u043d\u044b \u0441 \u043a\u0443\u0440\u0441\u0430:", - "Embed": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c", - "Emoticons": "\u0421\u043c\u0430\u0439\u043b\u044b", - "Enable Cohorts": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u044b", - "Enabled": "\u0412\u043a\u043b\u044e\u0447\u0435\u043d\u043e", - "Encoding": "\u041a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0430", - "End My Exam": "\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0441\u0434\u0430\u0447\u0443 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430", - "End of transcript. Skip to the start.": "\u041a\u043e\u043d\u0435\u0446 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043e\u0432. \u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0434\u043e \u043d\u0430\u0447\u0430\u043b\u0430", - "Ends {end}": "\u0417\u0430\u0432\u0435\u0440\u0448\u0451\u043d {end}", - "Engage with posts": "\u041e\u0446\u0435\u043d\u0438\u0432\u0430\u0439\u0442\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f", - "Enroll Now": "\u0417\u0430\u043f\u0438\u0441\u0430\u0442\u044c\u0441\u044f", - "Enrolled": "\u0417\u0430\u043f\u0438\u0441\u0430\u043d", - "Enrolling you in the selected course": "\u0418\u0434\u0451\u0442 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u043d\u0430 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0439 \u0432\u0430\u043c\u0438 \u043a\u0443\u0440\u0441", - "Enrollment Date": "\u0414\u0430\u0442\u0430 \u0437\u0430\u043f\u0438\u0441\u0438 \u043d\u0430 \u043a\u0443\u0440\u0441", - "Enrollment Mode": "\u0420\u0435\u0436\u0438\u043c \u0437\u0430\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044f", - "Enrollment Opens on": "\u0414\u0430\u0442\u0430 \u043d\u0430\u0447\u0430\u043b\u0430 \u0437\u0430\u043f\u0438\u0441\u0438", - "Enrollment Tracks": "\u0421\u0441\u044b\u043b\u043a\u0438 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 ", - "Ensure that you can see your photo and read your name": "\u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c \u0432 \u0442\u043e\u043c, \u0447\u0442\u043e \u0432\u044b \u0432\u0438\u0434\u0438\u0442\u0435 \u0432\u0430\u0448\u0435 \u0444\u043e\u0442\u043e \u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0440\u043e\u0447\u0435\u0441\u0442\u044c \u0432\u0430\u0448\u0435 \u0438\u043c\u044f", - "Enter Due Date and Time": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0430\u0442\u0443 \u0438 \u0432\u0440\u0435\u043c\u044f \u0441\u0434\u0430\u0447\u0438", - "Enter Start Date and Time": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0430\u0442\u0443 \u0438 \u0432\u0440\u0435\u043c\u044f \u043d\u0430\u0447\u0430\u043b\u0430", - "Enter a student's username or email address.": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438\u043b\u0438 \u0435\u0433\u043e \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441.", - "Enter a username or email.": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438\u043b\u0438 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441.", - "Enter email addresses and/or usernames, separated by new lines or commas, for the learners you want to add. *": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441\u0430 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b \u0438/\u0438\u043b\u0438 \u0438\u043c\u0435\u043d\u0430 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u043f\u043e \u043e\u0434\u043d\u043e\u043c\u0443 \u0432 \u0441\u0442\u0440\u043e\u043a\u0443 \u0438\u043b\u0438 \u0440\u0430\u0437\u0434\u0435\u043b\u044f\u044f \u0438\u0445 \u0437\u0430\u043f\u044f\u0442\u044b\u043c\u0438. *", - "Enter information to describe your team. You cannot change these details after you create the team.": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e, \u043e\u043f\u0438\u0441\u044b\u0432\u0430\u044e\u0449\u0443\u044e \u0432\u0430\u0448\u0443 \u043a\u043e\u043c\u0430\u043d\u0434\u0443. \u0412\u044b \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u044d\u0442\u043e \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043f\u043e\u0441\u043b\u0435 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u043a\u043e\u043c\u0430\u043d\u0434\u044b.", - "Enter team description.": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u044b.", - "Enter team name.": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u044b.", - "Enter the enrollment code.": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u043e\u0434 \u0437\u0430\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044f.", - "Enter the name of the cohort": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0433\u0440\u0443\u043f\u043f\u044b", - "Enter the page number you'd like to quickly navigate to.": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u043e\u043c\u0435\u0440 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b, \u043a \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u0435\u0440\u0435\u0439\u0442\u0438.", - "Enter the username or email address of each learner that you want to add as an exception.": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443\u044e \u043f\u043e\u0447\u0442\u0443 \u0438\u043b\u0438 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f, \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439.", - "Enter username or email": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438\u043b\u0438 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441", - "Enter your ": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0430\u0448\u0435", - "Entrance exam attempts is being reset for student '{student_id}'.": "\u041f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0441\u044f \u0441\u0431\u0440\u043e\u0441 \u0441\u0447\u0451\u0442\u0447\u0438\u043a\u0430 \u043f\u043e\u043f\u044b\u0442\u043e\u043a \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0432\u0441\u0442\u0443\u043f\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u044f \u0434\u043b\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f '{student_id}'.", - "Entrance exam state is being deleted for student '{student_id}'.": "\u0423\u0434\u0430\u043b\u044f\u0435\u0442\u0441\u044f \u0441\u0442\u0430\u0442\u0443\u0441 \u0432\u0441\u0442\u0443\u043f\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u044f \u0434\u043b\u044f '{student_id}'.", - "Error": "\u041e\u0448\u0438\u0431\u043a\u0430", - "Error adding learners.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0438 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439.", - "Error adding user": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f", - "Error adding/removing users as beta testers.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u044f/\u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u0432 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0435\u0440\u043e\u0432.", - "Error changing user's permissions.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u043f\u043e\u043b\u043d\u043e\u043c\u043e\u0447\u0438\u0439 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f", - "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f \u0441\u0442\u0430\u0442\u0443\u0441\u0430 \u0432\u0441\u0442\u0443\u043f\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u044f \u0434\u043b\u044f '{student_id}'. \u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u043d\u0430\u043f\u0438\u0441\u0430\u043d\u0438\u044f \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.", - "Error deleting student '<%- student_id %>'s state on problem '<%- problem_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0438 \u0441\u0442\u0430\u0442\u0443\u0441\u0430 \u0440\u0430\u0431\u043e\u0442\u044b \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f '<%- student_id %>' \u043f\u043e \u0437\u0430\u0434\u0430\u0447\u0435 '<%- problem_id %>'. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u0437\u0430\u0434\u0430\u0447\u0438 \u0438 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f \u0432\u0432\u0435\u0434\u0435\u043d\u044b \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u0438 \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e.", - "Error enrolling/unenrolling users.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438/\u043e\u0442\u043c\u0435\u043d\u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439:", - "Error generating ORA data report. Please try again.": "\u041f\u0440\u0438 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 \u043e\u0442\u0447\u0451\u0442\u0430 \u043f\u043e \u0437\u0430\u0434\u0430\u043d\u0438\u044f\u043c \u0441 \u043e\u0442\u0432\u0435\u0442\u0430\u043c\u0438 \u0432 \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0439 \u0444\u043e\u0440\u043c\u0435 \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", - "Error generating grades. Please try again.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0440\u0430\u0441\u0447\u0451\u0442\u0430 \u043e\u0446\u0435\u043d\u043e\u043a. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", - "Error generating list of students who may enroll. Please try again.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 \u0441\u043f\u0438\u0441\u043a\u0430 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043c\u043e\u0433\u0443\u0442 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u043a\u0443\u0440\u0441. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", - "Error generating problem grade report. Please try again.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0433\u043e \u043e\u0446\u0435\u043d\u043e\u0447\u043d\u043e\u0433\u043e \u043b\u0438\u0441\u0442\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", - "Error generating proctored exam results. Please try again.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u043e\u0442\u0447\u0451\u0442\u0430 \u043e \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u0445 \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u044f. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", - "Error generating student profile information. Please try again.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 \u043f\u0440\u043e\u0444\u0438\u043b\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f. \u041f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", - "Error generating survey results. Please try again.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u043e\u0442\u0447\u0451\u0442\u0430 \u043e \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u0445 \u043e\u043f\u0440\u043e\u0441\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", - "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0438\u0441\u0442\u043e\u0440\u0438\u0438 \u0437\u0430\u0434\u0430\u0447 \u0432\u0441\u0442\u0443\u043f\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u044f \u0434\u043b\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f \u00ab{student_id}\u00bb. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0432\u0435\u0440\u0435\u043d.", - "Error getting issued certificates list.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0441\u043f\u0438\u0441\u043a\u0430 \u0432\u044b\u043f\u0443\u0449\u0435\u043d\u043d\u044b\u0445 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0432.", - "Error getting student list.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0441\u043f\u0438\u0441\u043a\u0430 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439.", - "Error getting student progress url for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "\u041f\u0440\u0438 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0441\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f '<%- student_id %>' \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u0430 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f.", - "Error getting task history for problem '<%- problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0438\u0441\u0442\u043e\u0440\u0438\u044e \u0437\u0430\u0434\u0430\u0447, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0445 \u0441 \u0437\u0430\u0434\u0430\u043d\u0438\u0435\u043c '<%- problem_id %>' \u0434\u043b\u044f '<%- student_id %>'. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0432\u0432\u0435\u0434\u0435\u043d\u044b \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u0438 \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e.", - "Error getting the number of ungraded responses": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0438 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u043d\u0435\u043e\u0446\u0435\u043d\u0435\u043d\u043d\u044b\u0445 \u043e\u0442\u0432\u0435\u0442\u043e\u0432", - "Error listing task history for this student and problem.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0432\u044b\u0432\u043e\u0434\u0430 \u0438\u0441\u0442\u043e\u0440\u0438\u0438 \u0437\u0430\u0434\u0430\u0447 \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f \u0438 \u0437\u0430\u0434\u0430\u043d\u0438\u044f.", - "Error removing user": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f", - "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0441\u0431\u0440\u043e\u0441\u0430 \u0441\u0447\u0451\u0442\u0447\u0438\u043a\u0430 \u043f\u043e\u043f\u044b\u0442\u043e\u043a \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0432\u0441\u0442\u0443\u043f\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u044f \u0434\u043b\u044f '{student_id}'. \u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.", - "Error resetting problem attempts for problem '<%= problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0441\u0431\u0440\u043e\u0441\u0435 \u043f\u043e\u043f\u044b\u0442\u043e\u043a \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0437\u0430\u0434\u0430\u043d\u0438\u044f '<%= problem_id %>' \u0434\u043b\u044f '<%- student_id %>'. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0432\u0432\u0435\u0434\u0435\u043d\u044b \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u0438 \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e.", - "Error retrieving grading configuration.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0434\u043b\u044f \u043e\u0446\u0435\u043d\u0438\u0432\u0430\u043d\u0438\u044f", - "Error sending email.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0435 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0433\u043e \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f.", - "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0437\u0430\u043f\u0443\u0441\u043a\u0430 \u0437\u0430\u0434\u0430\u0447\u0438 \u043f\u043e \u043f\u0435\u0440\u0435\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0435 \u0432\u0441\u0442\u0443\u043f\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u044f \u0434\u043b\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f \u00ab{student_id}\u00bb. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0432\u0441\u0442\u0443\u043f\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0438 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0432\u0435\u0440\u0435\u043d.", - "Error starting a task to rescore problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the problem and student identifiers are complete and correct.": "\u041f\u0440\u0438 \u0437\u0430\u043f\u0443\u0441\u043a\u0435 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430 \u043f\u0435\u0440\u0435\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u0437\u0430\u0434\u0430\u043d\u0438\u044f '<%- problem_id %>' \u0434\u043b\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f '<%- student_id %>' \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f \u0438 \u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0432\u0432\u0435\u0434\u0435\u043d\u044b \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u0438 \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e.", - "Error starting a task to rescore problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u041f\u0440\u0438 \u0437\u0430\u043f\u0443\u0441\u043a\u0435 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430 \u043f\u0435\u0440\u0435\u043e\u0446\u0435\u043d\u043a\u0438 \u0437\u0430\u0434\u0430\u043d\u0438\u044f '<%- problem_id %>' \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0432\u0432\u0435\u0434\u0451\u043d \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u0438 \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e.", - "Error starting a task to reset attempts for all students on problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u0441\u0431\u0440\u043e\u0441\u0430 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u043f\u043e\u043f\u044b\u0442\u043e\u043a \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0437\u0430\u0434\u0430\u043d\u0438\u044f '<%- problem_id %>' \u0434\u043b\u044f \u0432\u0441\u0435\u0445 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0432\u0432\u0435\u0434\u0451\u043d \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u0438 \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e.", - "Error while generating certificates. Please try again.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0432. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", - "Error while regenerating certificates. Please try again.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e\u043c \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0432. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", - "Error.": "\u041e\u0448\u0438\u0431\u043a\u0430.", - "Error:": "\u041e\u0448\u0438\u0431\u043a\u0430:", - "Error: ": "\u041e\u0448\u0438\u0431\u043a\u0430:", - "Error: User '<%- username %>' has not yet activated their account. Users must create and activate their accounts before they can be assigned a role.": "\u041e\u0448\u0438\u0431\u043a\u0430: \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c '<%- username %>' \u0435\u0449\u0451 \u043d\u0435 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043b \u0441\u0432\u043e\u044e \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c. \u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u0434\u043e\u043b\u0436\u043d\u044b \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0438 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0432\u043e\u044e \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c, \u043f\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043c \u0438\u043c \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043f\u0440\u0438\u0441\u0432\u043e\u0435\u043d\u0430 \u043a\u0430\u043a\u0430\u044f-\u043b\u0438\u0431\u043e \u0440\u043e\u043b\u044c.", - "Error: You cannot remove yourself from the Instructor group!": "\u041e\u0448\u0438\u0431\u043a\u0430: \u0432\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0435\u0431\u044f \u0438\u0437 \u0433\u0440\u0443\u043f\u043f\u044b \u043f\u0440\u0435\u043f\u043e\u0434\u0430\u0432\u0430\u0442\u0435\u043b\u0435\u0439!", - "Errors": "\u041e\u0448\u0438\u0431\u043a\u0438", - "Everyone who has staff privileges in this course": "\u0412\u0441\u0435 \u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0438 \u044d\u0442\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0430", - "Exam Types": "\u0422\u0438\u043f\u044b \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430", - "Exception Granted": "\u0418\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043e", - "Exit full browser": "\u0412\u044b\u0439\u0442\u0438 \u0438\u0437 \u043f\u043e\u043b\u043d\u043e\u044d\u043a\u0440\u0430\u043d\u043d\u043e\u0433\u043e \u0440\u0435\u0436\u0438\u043c\u0430", - "Expand All": "\u0420\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0432\u0441\u0451", - "Expand Instructions": "\u0420\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0438", - "Explain if other.": "\u0414\u0440\u0443\u0433\u0430\u044f \u043f\u0440\u0438\u0447\u0438\u043d\u0430, \u043f\u043e\u044f\u0441\u043d\u0438\u0442\u0435.", - "Explanation": "\u041f\u043e\u044f\u0441\u043d\u0435\u043d\u0438\u0435", - "Explore New Programs": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u043d\u043e\u0432\u044b\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b", - "Explore Programs": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b", - "Explore your course!": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0438\u0442\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u043a\u0443\u0440\u0441\u0435", - "Failed Proctoring": "\u041e\u0442\u043a\u0430\u0437 \u043f\u0440\u0438 \u043e\u0442\u0441\u043c\u043e\u0442\u0440\u0435", - "Failed to delete student state for user.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043c\u043e\u0434\u0443\u043b\u044f \u0434\u043b\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f.", - "Failed to rescore problem for user.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u0435\u0440\u0435\u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u0437\u0430\u0434\u0430\u0447\u0443 \u0434\u043b\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f.", - "Failed to rescore problem to improve score for user.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0432\u044b\u0441\u0438\u0442\u044c \u043e\u0446\u0435\u043d\u043a\u0443 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043f\u0440\u0438 \u043f\u0435\u0440\u0435\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0435.", - "Failed to reset attempts for user.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u0431\u0440\u043e\u0441\u0438\u0442\u044c \u043f\u043e\u043f\u044b\u0442\u043a\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.", - "February": "\u0424\u0435\u0432\u0440\u0430\u043b\u044c", - "Feedback available for selection.": "\u0412\u044b\u0431\u043e\u0440 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043e\u0432 \u043e\u0431\u0440\u0430\u0442\u043d\u043e\u0439 \u0441\u0432\u044f\u0437\u0438.", - "File": "\u0424\u0430\u0439\u043b", - "File Name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0444\u0430\u0439\u043b\u0430", - "File size must be 10MB or less.": "\u0420\u0430\u0437\u043c\u0435\u0440 \u0444\u0430\u0439\u043b\u0430 \u043d\u0435 \u0434\u043e\u043b\u0436\u0435\u043d \u043f\u0440\u0435\u0432\u044b\u0448\u0430\u0442\u044c 10\u00a0\u041c\u0431.", - "File type is not allowed.": "\u041d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0439 \u0442\u0438\u043f \u0444\u0430\u0439\u043b\u0430", - "File types can not be empty.": "\u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0437\u0430\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a \u0442\u0438\u043f\u043e\u0432 \u0444\u0430\u0439\u043b\u043e\u0432.", - "File upload succeeded": "\u0424\u0430\u0439\u043b \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d", - "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "\u0420\u0430\u0437\u043c\u0435\u0440 \u0444\u0430\u0439\u043b\u0430 {filename} \u043f\u0440\u0435\u0432\u044b\u0448\u0430\u0435\u0442 \u043f\u0440\u0435\u0434\u0435\u043b\u044c\u043d\u043e \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 {maxFileSizeInMBs} \u041c\u0411", - "Files must be in JPEG or PNG format.": "\u0424\u0430\u0439\u043b\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0431\u044b\u0442\u044c \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 PNG \u0438\u043b\u0438 JPEG.", - "Fill browser": "\u0417\u0430\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0431\u0440\u0430\u0443\u0437\u0435\u0440", - "Filter": "\u0424\u0438\u043b\u044c\u0442\u0440", - "Filter and sort topics": "\u0424\u0438\u043b\u044c\u0442\u0440\u0443\u0439\u0442\u0435 \u0438 \u0441\u043e\u0440\u0442\u0438\u0440\u0443\u0439\u0442\u0435 \u0442\u0435\u043c\u044b", - "Final Grade Received": "\u041f\u043e\u043b\u0443\u0447\u0435\u043d\u0430 \u0438\u0442\u043e\u0433\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430", - "Financial Assistance": "\u0424\u0438\u043d\u0430\u043d\u0441\u043e\u0432\u0430\u044f \u043f\u043e\u043c\u043e\u0449\u044c", - "Financial Assistance Application": "\u0417\u0430\u044f\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0430 \u0444\u0438\u043d\u0430\u043d\u0441\u043e\u0432\u0443\u044e \u043f\u043e\u043c\u043e\u0449\u044c", - "Find": "\u041d\u0430\u0439\u0442\u0438", - "Find a course": "\u041d\u0430\u0439\u0442\u0438 \u043a\u0443\u0440\u0441", - "Find and replace": "\u041d\u0430\u0439\u0442\u0438 \u0438 \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c", - "Find answers to the top questions asked by learners.": "\u041d\u0430\u0439\u0434\u0438\u0442\u0435 \u043e\u0442\u0432\u0435\u0442\u044b \u043d\u0430 \u0433\u043b\u0430\u0432\u043d\u044b\u0435 \u0432\u043e\u043f\u0440\u043e\u0441\u044b, \u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0435 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f\u043c\u0438.", - "Find discussions": "\u041d\u0430\u0445\u043e\u0434\u0438\u0442\u0435 \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u044f", - "Find next": "\u041d\u0430\u0439\u0442\u0438 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435", - "Find previous": "\u041d\u0430\u0439\u0442\u0438 \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u0435", - "Finish": "\u0417\u0430\u043a\u043e\u043d\u0447\u0438\u0442\u044c", - "First time here?": "\u0412\u044b \u0437\u0434\u0435\u0441\u044c \u043f\u0435\u0440\u0432\u044b\u0439 \u0440\u0430\u0437?", - "Follow or unfollow posts": "\u041e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u0442\u044c/\u043d\u0435 \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u0442\u044c \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f", - "Font Family": "\u0413\u0440\u0443\u043f\u043f\u0430 \u0448\u0440\u0438\u0444\u0442\u043e\u0432", - "Font Sizes": "\u0420\u0430\u0437\u043c\u0435\u0440\u044b \u0448\u0440\u0438\u0444\u0442\u043e\u0432", - "Footer": "\u041d\u0438\u0436\u043d\u0438\u0439 \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b", - "For grading to work, you must change all {oldName} subsections to {newName}.": "\u0414\u043b\u044f \u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u043e\u0439 \u0440\u0430\u0431\u043e\u0442\u044b \u043e\u0446\u0435\u043d\u0438\u0432\u0430\u043d\u0438\u044f \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0442\u0438\u043f \u0432\u0441\u0435\u0445 \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b\u043e\u0432 {oldName} \u043d\u0430 {newName}.", - "Format": "\u0424\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c", - "Formats": "\u0412\u0438\u0434\u044b \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f", - "Free text notes": "\u0417\u0430\u043c\u0435\u0442\u043a\u0438", - "Frequently Asked Questions": "\u0427\u0430\u0441\u0442\u043e \u0437\u0430\u0434\u0430\u0432\u0430\u0435\u043c\u044b\u0435 \u0432\u043e\u043f\u0440\u043e\u0441\u044b", - "Full Name": "\u041f\u043e\u043b\u043d\u043e\u0435 \u0438\u043c\u044f", - "Full Profile": "\u041f\u043e\u043b\u043d\u044b\u0439 \u043f\u0440\u043e\u0444\u0438\u043b\u044c", - "Fullscreen": "\u0412\u043e \u0432\u0435\u0441\u044c \u044d\u043a\u0440\u0430\u043d", - "Fully Supported": "\u041f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f", - "Gender": "\u041f\u043e\u043b", - "General": "\u041e\u0431\u0449\u0438\u0439", - "General Proctored Exam Rules": "\u041e\u0431\u0449\u0438\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u0430 \u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u044b\u0445 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u043e\u0432", - "Generate": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c", - "Generate Exception Certificates": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u044b \u0434\u043b\u044f \u0438\u0441\u043a\u043b\u044e\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0445 \u0441\u043b\u0443\u0447\u0430\u0435\u0432", - "Generate the user's certificate": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442", - "Get Credit": "\u041f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0437\u0430\u0447\u0451\u0442", - "Go Back": "\u0412\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f", - "Go to Dashboard": "\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u043f\u0430\u043d\u0435\u043b\u0438 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f", - "Go to my Dashboard": "\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u043c\u043e\u0435\u0439 \u043f\u0430\u043d\u0435\u043b\u0438 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f", - "Go to your Dashboard": "\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u043f\u0430\u043d\u0435\u043b\u0438 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f", - "Go to {platform} Home": "\u041f\u0435\u0440\u0435\u0439\u0442\u0438 {platform} \u0414\u043e\u043c\u043e\u0439", - "Government-Issued Photo ID": "\u0423\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u0435 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438 \u0433\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0433\u043e \u043e\u0431\u0440\u0430\u0437\u0446\u0430 \u0441 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439", - "Grace period must be specified in HH:MM format.": "\u041b\u044c\u0433\u043e\u0442\u043d\u044b\u0439 \u043f\u0435\u0440\u0438\u043e\u0434 \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u0437\u0430\u0434\u0430\u043d \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 \u0427\u0427:\u041c\u041c.", - "Grade": "\u041e\u0446\u0435\u043d\u043a\u0430", - "Grade as:": "\u041e\u0446\u0435\u043d\u0438\u0432\u0430\u0442\u044c \u043a\u0430\u043a:", - "Graded as:": "\u041e\u0446\u0435\u043d\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u043a\u0430\u043a:", - "Grading": "\u041e\u0446\u0435\u043d\u0438\u0432\u0430\u043d\u0438\u0435", - "Group": "\u0413\u0440\u0443\u043f\u043f\u0430", - "Group %s": "\u0413\u0440\u0443\u043f\u043f\u0430 %s", - "Group A": "\u0413\u0440\u0443\u043f\u043f\u0430 \u0410", - "Group B": "\u0413\u0440\u0443\u043f\u043f\u0430 \u0411", - "Group Configuration ID": "ID \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0433\u0440\u0443\u043f\u043f", - "Group Configuration Name": "\u0418\u043c\u044f \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0433\u0440\u0443\u043f\u043f", - "Group Configuration information": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0433\u0440\u0443\u043f\u043f", - "Group Configuration name is required.": "\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0443\u043a\u0430\u0437\u0430\u0442\u044c \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0433\u0440\u0443\u043f\u043f\u044b.", - "Group information": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u0433\u0440\u0443\u043f\u043f\u0435", - "Group name is required": "\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0433\u0440\u0443\u043f\u043f\u044b", - "Groups": "\u0413\u0440\u0443\u043f\u043f\u044b", - "H Align": "\u0412\u044b\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u043d\u0438\u0435 \u043f\u043e \u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u0438", - "HTML preview of post": "\u041f\u0440\u0435\u0434\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u0432 HTML", - "HTML source code": "\u0418\u0441\u0445\u043e\u0434\u043d\u044b\u0439 \u043a\u043e\u0434 HTML", - "Header": "\u0412\u0435\u0440\u0445\u043d\u0438\u0439 \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b", - "Header 1": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 1", - "Header 2": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 2", - "Header 3": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 3", - "Header 4": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 4", - "Header 5": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 5", - "Header 6": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 6", - "Header cell": "\u042f\u0447\u0435\u0439\u043a\u0430 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430", - "Headers": "\u0412\u0435\u0440\u0445\u043d\u0438\u0435 \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b\u044b", - "Heading": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a", - "Heading (Ctrl+H)": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a (Ctrl+H)", - "Heading 1": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 1", - "Heading 2": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 2", - "Heading 3": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 3", - "Heading 4": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 4", - "Heading 5": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 5", - "Heading 6": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 6", - "Headings": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0438", - "Height": "\u0412\u044b\u0441\u043e\u0442\u0430", - "Help Translate into {beta_language}": "\u041f\u043e\u043c\u043e\u0449\u044c \u0432 \u043f\u0435\u0440\u0435\u0432\u043e\u0434\u0435 {beta_language}", - "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "\u041f\u043e\u043c\u043e\u0433\u0438\u0442\u0435 \u0441\u043e\u043a\u0443\u0440\u0441\u043d\u0438\u043a\u0430\u043c \u0440\u0435\u0448\u0438\u0442\u044c, \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u044f\u0442\u044c\u0441\u044f \u043b\u0438 \u043a \u0432\u0430\u0448\u0435\u0439 \u043a\u043e\u043c\u0430\u043d\u0434\u0435, \u0443\u043a\u0430\u0437\u0430\u0432 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0435\u0451 \u043e\u0441\u043e\u0431\u0435\u043d\u043d\u043e\u0441\u0442\u0438. \u0412\u044b\u0431\u0438\u0440\u0430\u0439\u0442\u0435 \u0442\u0449\u0430\u0442\u0435\u043b\u044c\u043d\u043e, \u0432\u0435\u0434\u044c \u0447\u0435\u043c \u0431\u043e\u043b\u044c\u0448\u0435 \u0431\u0443\u0434\u0435\u0442 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0439, \u0442\u0435\u043c \u043c\u0435\u043d\u044c\u0448\u0435 \u043b\u044e\u0434\u0435\u0439 \u0437\u0430\u0445\u043e\u0447\u0435\u0442 \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043a \u0432\u0430\u0448\u0435\u0439 \u043a\u043e\u043c\u0430\u043d\u0434\u0435.", - "Hide": "\u0421\u043a\u0440\u044b\u0442\u044c", - "Hide Annotations": "\u0421\u043a\u0440\u044b\u0442\u044c \u043f\u043e\u044f\u0441\u043d\u0435\u043d\u0438\u044f", - "Hide Deprecated Settings": "\u0421\u043a\u0440\u044b\u0442\u044c \u0443\u0441\u0442\u0430\u0440\u0435\u0432\u0448\u0438\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", - "Hide Discussion": "\u0421\u043a\u0440\u044b\u0442\u044c \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u044f", - "Hide closed captions": "\u0421\u043a\u0440\u044b\u0442\u044c \u0431\u043e\u043a\u043e\u0432\u044b\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b", - "Hide content after course end date": "\u0421\u043a\u0440\u044b\u0442\u044c \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u043e\u0441\u043b\u0435 \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u044f \u043a\u0443\u0440\u0441\u0430.", - "Hide content after due date": "\u0421\u043a\u0440\u044b\u0442\u044c \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u043e \u0438\u0441\u0442\u0435\u0447\u0435\u043d\u0438\u0438 \u0441\u0440\u043e\u043a\u0430 \u0441\u0434\u0430\u0447\u0438", - "Hide entire subsection": "\u0421\u043a\u0440\u044b\u0442\u044c \u0432\u0435\u0441\u044c \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b", - "Hide from learners": "\u0421\u043a\u0440\u044b\u0442\u044c \u043e\u0442 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439", - "Hide notes": "\u0421\u043a\u0440\u044b\u0442\u044c \u0437\u0430\u043c\u0435\u0442\u043a\u0438", - "High Definition": "\u0412\u044b\u0441\u043e\u043a\u043e\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435", - "Highlighted text": "\u0412\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442", - "Horizontal Rule (Ctrl+R)": "\u0413\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u0430\u044f \u043b\u0438\u043d\u0438\u044f (Ctrl+R)", - "Horizontal line": "\u0413\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u0430\u044f \u043b\u0438\u043d\u0438\u044f", - "Horizontal space": "\u041e\u0442\u0441\u0442\u0443\u043f \u043f\u043e \u0448\u0438\u0440\u0438\u043d\u0435", - "How to create useful text alternatives.": "\u041a\u0430\u043a \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u044b\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u044f \u043a\u0430\u0440\u0442\u0438\u043d\u043e\u043a.", - "How to use %(platform_name)s discussions": "\u041a\u0430\u043a \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u044f\u043c\u0438 %(platform_name)s", - "Hyperlink (Ctrl+L)": "\u0413\u0438\u043f\u0435\u0440\u0441\u0441\u044b\u043b\u043a\u0430 (Ctrl+L)", - "I am ready to start this timed exam,": "\u042f \u0433\u043e\u0442\u043e\u0432 \u0441\u0434\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u044d\u043a\u0437\u0430\u043c\u0435\u043d.", - "ID": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440", - "ID-Verification is not required for this Professional Education course.": "\u0412\u0435\u0440\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438 \u043d\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0430 \u043f\u0440\u043e\u0444\u0435\u0441\u0441\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u0438\u044f.", - "Identity Verification In Progress": "\u0414\u0430\u043d\u043d\u044b\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u044b \u043d\u0430 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443", - "If the course does not have an end date, learners always see their scores when they submit answers to assessments.": "\u0415\u0441\u043b\u0438 \u0443 \u043a\u0443\u0440\u0441\u0430 \u043d\u0435 \u0437\u0430\u0434\u0430\u043d\u0430 \u0434\u0430\u0442\u0430 \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u044f, \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438 \u0431\u0443\u0434\u0443\u0442 \u0432\u0438\u0434\u0435\u0442\u044c \u0441\u0432\u043e\u0438 \u043e\u0446\u0435\u043d\u043a\u0438, \u043a\u0430\u043a \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u044f\u0442 \u043e\u0442\u0432\u0435\u0442\u044b \u043d\u0430 \u0437\u0430\u0434\u0430\u043d\u0438\u044f.", - "If the subsection does not have a due date, learners always see their scores when they submit answers to assessments.": "\u0415\u0441\u043b\u0438 \u0443 \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b\u0430 \u043d\u0435 \u0437\u0430\u0434\u0430\u043d \u0441\u0440\u043e\u043a \u0441\u0434\u0430\u0447\u0438, \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438 \u0431\u0443\u0434\u0443\u0442 \u0432\u0438\u0434\u0435\u0442\u044c \u0441\u0432\u043e\u0438 \u043e\u0446\u0435\u043d\u043a\u0438, \u043a\u0430\u043a \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u044f\u0442 \u043e\u0442\u0432\u0435\u0442\u044b \u043d\u0430 \u0437\u0430\u0434\u0430\u043d\u0438\u044f.", - "If the unit was previously published and released to learners, any changes you made to the unit when it was hidden will now be visible to learners.": "\u0415\u0441\u043b\u0438 \u0431\u043b\u043e\u043a \u0431\u044b\u043b \u043f\u0440\u0435\u0436\u0434\u0435 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d \u0438 \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f\u043c, \u0432\u0441\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f, \u0432\u043d\u0435\u0441\u0451\u043d\u043d\u044b\u0435 \u0432 \u043d\u0435\u0433\u043e, \u043f\u043e\u043a\u0430 \u043e\u043d \u0431\u044b\u043b \u0441\u043a\u0440\u044b\u0442, \u0442\u0435\u043f\u0435\u0440\u044c \u0431\u0443\u0434\u0443\u0442 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c\u0441\u044f \u0434\u043b\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439.", - "If you do not yet have an account, use the button below to register.": "\u0415\u0449\u0451 \u043d\u0435 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u044b? \u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \u043d\u0438\u0436\u0435.", - "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "\u0415\u0441\u043b\u0438 \u0432\u044b \u043d\u0435 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435 \u0441\u0432\u043e\u0438 \u0434\u0430\u043d\u043d\u044b\u0435, \u0432\u044b \u0432\u0441\u0451 \u0440\u0430\u0432\u043d\u043e \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u043a\u0443\u0440\u0441 \u0447\u0435\u0440\u0435\u0437 \u043f\u0430\u043d\u0435\u043b\u044c \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f. \u0412\u044b \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u0435\u0441\u043a\u0438 \u0431\u0443\u0434\u0435\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u044c \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u044f \u043e \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u0438 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438 \u043e\u0442 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b \u00ab%(platformName)s\u00bb.", - "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from {platformName} to verify your identity.": "\u0415\u0441\u043b\u0438 \u0432\u044b \u043d\u0435 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435 \u0441\u0432\u043e\u044e \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u044c \u0441\u0435\u0439\u0447\u0430\u0441, \u0432\u044b \u0432\u0441\u0451 \u0440\u0430\u0432\u043d\u043e \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043a\u0443\u0440\u0441\u0443 \u0447\u0435\u0440\u0435\u0437 \u043f\u0430\u043d\u0435\u043b\u044c \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f. \u0412\u044b \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u0435\u0441\u043a\u0438 \u0431\u0443\u0434\u0435\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u044c \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u044f \u043e \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u0438 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438 \u043e\u0442 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b \u00ab{platformName}\u00bb.", - "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "\u0415\u0441\u043b\u0438 \u0432\u044b \u043f\u043e\u043a\u0438\u043d\u0435\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443, \u043d\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0432 \u0438\u043b\u0438 \u043d\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0432 \u0441\u0432\u043e\u0439 \u043e\u0442\u0432\u0435\u0442, \u0432\u0432\u0435\u0434\u0451\u043d\u043d\u044b\u0439 \u0432\u0430\u043c\u0438 \u043e\u0442\u0432\u0435\u0442 \u0431\u0443\u0434\u0435\u0442 \u043f\u043e\u0442\u0435\u0440\u044f\u043d.", - "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "\u0415\u0441\u043b\u0438 \u0432\u044b \u043f\u043e\u043a\u0438\u043d\u0435\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443, \u043d\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0432 \u0432\u0430\u0448\u0443 \u043e\u0446\u0435\u043d\u043a\u0443, \u0432\u0432\u0435\u0434\u0451\u043d\u043d\u044b\u0435 \u0432\u0430\u043c\u0438 \u0434\u0430\u043d\u043d\u044b\u0435 \u0431\u0443\u0434\u0443\u0442 \u043f\u043e\u0442\u0435\u0440\u044f\u043d\u044b.", - "If you leave this page without submitting your self assessment, you will lose any work you have done.": "\u0415\u0441\u043b\u0438 \u0432\u044b \u043f\u043e\u043a\u0438\u043d\u0435\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443, \u043d\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0432 \u0438\u043b\u0438 \u043d\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0432 \u0441\u0432\u043e\u0439 \u043e\u0442\u0432\u0435\u0442, \u0432\u0432\u0435\u0434\u0451\u043d\u043d\u044b\u0435 \u0432\u0430\u043c\u0438 \u043e\u0442\u0432\u0435\u0442 \u0431\u0443\u0434\u0435\u0442 \u043f\u043e\u0442\u0435\u0440\u044f\u043d.", - "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "\u0415\u0441\u043b\u0438 \u0432\u044b \u043f\u043e\u043a\u0438\u043d\u0435\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443, \u043d\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0432 \u0438\u043b\u0438 \u043d\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0432 \u0437\u0430\u0434\u0430\u043d\u0438\u0435 \u043d\u0430 \u043e\u0446\u0435\u043d\u043a\u0443, \u0432\u0432\u0435\u0434\u0451\u043d\u043d\u044b\u0439 \u0432\u0430\u043c\u0438 \u043e\u0442\u0432\u0435\u0442 \u0431\u0443\u0434\u0435\u0442 \u043f\u043e\u0442\u0435\u0440\u044f\u043d.", - "If you leave, you can no longer post in this team's discussions. Your place will be available to another learner.": "\u041f\u043e\u043a\u0438\u043d\u0443\u0432 \u043a\u043e\u043c\u0430\u043d\u0434\u0443, \u0432\u044b \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0443\u0447\u0430\u0441\u0442\u0432\u043e\u0432\u0430\u0442\u044c \u0432 \u0435\u0451 \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u044f\u0445. \u0412\u0430\u0448\u0435 \u043c\u0435\u0441\u0442\u043e \u0441\u043c\u043e\u0436\u0435\u0442 \u0437\u0430\u043d\u044f\u0442\u044c \u0434\u0440\u0443\u0433\u043e\u0439 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044c.", - "If you make significant changes, make sure you notify members of the team before making these changes.": "\u041f\u0435\u0440\u0435\u0434 \u0442\u0435\u043c, \u043a\u0430\u043a \u0432\u043d\u043e\u0441\u0438\u0442\u044c \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f, \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0434\u0438\u0442\u0435 \u0434\u0440\u0443\u0433\u0438\u0445 \u0447\u043b\u0435\u043d\u043e\u0432 \u043a\u043e\u043c\u0430\u043d\u0434\u044b.", - "If you make this %(xblockType)s visible to learners, learners will be able to see its content after the release date has passed and you have published the unit. Only units that are explicitly hidden from learners will remain hidden after you clear this option for the %(xblockType)s.": "\u0415\u0441\u043b\u0438 \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u0431\u043b\u043e\u043a %(xblockType)s \u0432\u0438\u0434\u0438\u043c\u044b\u043c \u0434\u043b\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439, \u043d\u0430\u0447\u0438\u043d\u0430\u044f \u0441 \u0434\u0430\u0442\u044b \u0432\u044b\u043f\u0443\u0441\u043a\u0430 \u0438 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0431\u043b\u043e\u043a\u0430 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438 \u0441\u043c\u043e\u0433\u0443\u0442 \u043f\u0440\u043e\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0442\u044c \u0435\u0433\u043e \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435. \u0422\u043e\u043b\u044c\u043a\u043e \u0431\u043b\u043e\u043a\u0438, \u043d\u0430\u043c\u0435\u0440\u0435\u043d\u043d\u043e \u043f\u043e\u043c\u0435\u0447\u0435\u043d\u043d\u044b\u0435 \u043a\u0430\u043a \u0441\u043a\u0440\u044b\u0442\u044b\u0435, \u043e\u0441\u0442\u0430\u043d\u0443\u0442\u0441\u044f \u043d\u0435\u0432\u0438\u0434\u0438\u043c\u044b\u043c\u0438, \u043f\u043e\u0441\u043b\u0435 \u0442\u043e\u0433\u043e \u043a\u0430\u043a \u0432\u044b \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u0435 \u044d\u0442\u0443 \u043e\u043f\u0446\u0438\u044e \u0434\u043b\u044f %(xblockType)s.", - "If you select an option other than \"%(hide_label)s\", published units in this subsection become available to learners unless they are explicitly hidden.": "\u0415\u0441\u043b\u0438 \u0412\u044b \u0432\u044b\u0431\u0435\u0440\u0435\u0442\u0435 \u043a\u0430\u043a\u043e\u0439-\u043b\u0438\u0431\u043e \u0432\u0430\u0440\u0438\u0430\u043d\u0442 \u043a\u0440\u043e\u043c\u0435 \"%(hide_label)s\", \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0431\u043b\u043e\u043a\u0438 \u0438\u0437 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b\u0430 \u0441\u0442\u0430\u043d\u0443\u0442 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b \u043e\u0431\u0443\u0447\u0430\u044e\u0449\u0438\u043c\u0441\u044f, \u0437\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435\u043c \u0431\u043b\u043e\u043a\u043e\u0432, \u043d\u0430\u043c\u0435\u0440\u0435\u043d\u043d\u043e \u0441\u043a\u0440\u044b\u0442\u044b\u0445 \u0430\u0432\u0442\u043e\u0440\u0430\u043c\u0438.", - "If you use the Advanced Editor, this problem will be converted to XML and you will not be able to return to the Simple Editor Interface.\n\nProceed to the Advanced Editor and convert this problem to XML?": "\u0415\u0441\u043b\u0438 \u0432\u044b \u0432\u043e\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0435\u0441\u044c \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u044b\u043c \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u043e\u043c, \u0437\u0430\u0434\u0430\u043d\u0438\u0435 \u0431\u0443\u0434\u0435\u0442 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043e \u0432 \u0444\u043e\u0440\u043c\u0430\u0442 XML, \u0438 \u0432\u044b \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u043a \u043f\u0440\u043e\u0441\u0442\u043e\u043c\u0443 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0443.\n\n\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u043e\u043c\u0443 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0443 \u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u0442\u044c \u0437\u0430\u0434\u0430\u043d\u0438\u0435 \u0432 \u0444\u043e\u0440\u043c\u0430\u0442 XML?", - "Ignore": "\u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c", - "Ignore all": "\u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0432\u0441\u0435", - "Image": "\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435", - "Image (Ctrl+G)": "\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 (Ctrl+G)", - "Image Description": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f", - "Image Upload Error": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f", - "Image description": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f", - "Image must be in PNG format": "\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0434\u043e\u043b\u0436\u043d\u043e \u0438\u043c\u0435\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442 PNG", - "Image must be in PNG format.": "\u0417\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u043c\u043e\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0434\u043e\u043b\u0436\u043d\u043e \u0438\u043c\u0435\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442 PNG", - "Import YouTube Transcript": "\u0418\u043c\u043f\u043e\u0440\u0442 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043e\u0432 \u0441 YouTube", - "In Progress": "\u0412\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f", - "In the {linkStart}Course Outline{linkEnd}, use this group to control access to a component.": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u044d\u0442\u0443 \u0433\u0440\u0443\u043f\u043f\u0443 \u0432 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0443 \u0432 \u0440\u0430\u0437\u0434\u0435\u043b\u0435 {linkStart}\u0421\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430 \u043a\u0443\u0440\u0441\u0430{linkEnd}.", - "Increase indent": "\u0423\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0441\u0442\u0443\u043f", - "Individual Exceptions": "\u0418\u043d\u0434\u0438\u0432\u0438\u0434\u0443\u0430\u043b\u044c\u043d\u044b\u0435 \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f", - "Inline": "\u0412 \u0442\u0435\u043a\u0441\u0442\u0435", - "Insert": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c", - "Insert Hyperlink": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443", - "Insert Image (upload file or type URL)": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 (\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0438\u043b\u0438 \u0443\u043a\u0430\u0437\u0430\u0442\u044c URL)", - "Insert column after": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u043e\u043b\u0431\u0435\u0446 \u0441\u043f\u0440\u0430\u0432\u0430", - "Insert column before": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u043e\u043b\u0431\u0435\u0446 \u0441\u043b\u0435\u0432\u0430", - "Insert date/time": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0434\u0430\u0442\u0443/\u0432\u0440\u0435\u043c\u044f", - "Insert image": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435", - "Insert link": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443", - "Insert row after": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443 \u043d\u0438\u0436\u0435", - "Insert row before": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443 \u0432\u044b\u0448\u0435", - "Insert table": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0442\u0430\u0431\u043b\u0438\u0446\u0443", - "Insert template": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0448\u0430\u0431\u043b\u043e\u043d", - "Insert video": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0432\u0438\u0434\u0435\u043e", - "Insert/Edit Image": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c/\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435", - "Insert/edit image": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c/\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435", - "Insert/edit link": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c/\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443", - "Insert/edit video": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c/\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0438\u0434\u0435\u043e", - "Instructor Biography": "\u0411\u0438\u043e\u0433\u0440\u0430\u0444\u0438\u044f \u043f\u0440\u0435\u043f\u043e\u0434\u0430\u0432\u0430\u0442\u0435\u043b\u044f", - "Instructor Name": "\u0418\u043c\u044f \u043f\u0440\u0435\u043f\u043e\u0434\u0430\u0432\u0430\u0442\u0435\u043b\u044f", - "Instructor Photo": "\u0424\u043e\u0442\u043e \u043f\u0440\u0435\u043f\u043e\u0434\u0430\u0432\u0430\u0442\u0435\u043b\u044f", - "Instructor Photo URL": "\u0421\u0441\u044b\u043b\u043a\u0430 URL \u043d\u0430 \u0444\u043e\u0442\u043e \u043f\u0440\u0435\u043f\u043e\u0434\u0430\u0432\u0430\u0442\u0435\u043b\u044f", - "Instructor Title": "\u0424\u043e\u0440\u043c\u0430 \u043e\u0431\u0440\u0430\u0449\u0435\u043d\u0438\u044f \u043a \u043f\u0440\u0435\u043f\u043e\u0434\u0430\u0432\u0430\u0442\u0435\u043b\u044e", - "Instructor tools": "\u0418\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u044b \u043f\u0440\u0435\u043f\u043e\u0434\u0430\u0432\u0430\u0442\u0435\u043b\u044f", - "Internal Server Error.": "\u0412\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u044f\u044f \u043e\u0448\u0438\u0431\u043a\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430.", - "Introduction to Cookie Baking": "\u0412\u0432\u043e\u0434\u043d\u0430\u044f \u043f\u043e \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044e Cookie", - "Invalid email address: {email}": "\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b: {email}", - "Invalidate Certificate": "\u0410\u043d\u043d\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442", - "Invalidated": "\u0410\u043d\u043d\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u043e", - "Invalidated By": "\u0410\u043d\u043d\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043b", - "Is Sample Attempt": "\u041f\u0440\u043e\u0431\u043d\u0430\u044f \u043f\u043e\u043f\u044b\u0442\u043a\u0430", - "Is Visible To:": "\u0412\u0438\u0434\u0435\u043d:", - "Is this OK?": "\u0412\u0441\u0451 \u0432\u0435\u0440\u043d\u043e?", - "Is your name on your ID readable?": "\u0427\u0451\u0442\u043a\u043e \u043b\u0438 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044f \u0432\u0430\u0448\u0435 \u0438\u043c\u044f \u0432 \u0432\u0430\u0448\u0435\u043c \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u0438 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438?", - "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "\u041d\u0430\u0441\u0442\u043e\u044f\u0442\u0435\u043b\u044c\u043d\u043e \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u043c \u043d\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u0447\u0435\u0442\u044b\u0440\u0451\u0445 \u043f\u043e\u0434\u043f\u0438\u0441\u0435\u0439. \u041f\u0440\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0438 \u0431\u043e\u043b\u0435\u0435 \u0447\u0435\u0442\u044b\u0440\u0451\u0445 \u043f\u043e\u0434\u043f\u0438\u0441\u0435\u0439 \u043f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0432\u0435\u0440\u0441\u0438\u044e \u0434\u043b\u044f \u043f\u0435\u0447\u0430\u0442\u0438, \u0447\u0442\u043e\u0431\u044b \u0443\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0432 \u0442\u043e\u043c, \u0447\u0442\u043e \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u0443\u043c\u0435\u0449\u0430\u0435\u0442\u0441\u044f \u043d\u0430 \u043e\u0434\u043d\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435.", - "Italic": "\u041a\u0443\u0440\u0441\u0438\u0432", - "Italic (Ctrl+I)": "\u041a\u0443\u0440\u0441\u0438\u0432 (Ctrl+I)", - "January": "\u042f\u043d\u0432\u0430\u0440\u044c", - "Join Team": "\u041f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043a \u043a\u043e\u043c\u0430\u043d\u0434\u0435", - "Joined": "\u041f\u0440\u0438\u0441\u043e\u0435\u0434\u0435\u043d\u0438\u043b\u0441\u044f", - "Joined %(date)s": "\u0414\u0430\u0442\u0430 \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f %(date)s", - "Joined Date": "\u0414\u0430\u0442\u0430 \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f", - "July": "\u0418\u044e\u043b\u044c", - "June": "\u0418\u044e\u043d\u044c", - "Justify": "\u0412\u044b\u0440\u043e\u0432\u043d\u044f\u0442\u044c \u043f\u043e \u0448\u0438\u0440\u0438\u043d\u0435", - "KB": "\u041a\u0411", - "Key should only contain letters, numbers, _, or -": "\u041a\u043b\u044e\u0447 \u0434\u043e\u043b\u0436\u0435\u043d \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0431\u0443\u043a\u0432\u044b, \u0446\u0438\u0444\u0440\u044b, _ \u0438\u043b\u0438 -", - "Keywords": "\u041a\u043b\u044e\u0447\u0435\u0432\u044b\u0435 \u0441\u043b\u043e\u0432\u0430", - "LEARN MORE": "\u041f\u041e\u0414\u0420\u041e\u0411\u041d\u0415\u0415", - "Language": "\u042f\u0437\u044b\u043a", - "Large": "\u0411\u043e\u043b\u044c\u0448\u043e\u0439", - "Last Activity %(date)s": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c %(date)s", - "Last Edited:": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u043c\u043e\u0434\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f", - "Last Updated": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435", - "Last activity %(date)s": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c %(date)s", - "Last modified by": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435:", - "Last published %(last_published_date)s by %(publish_username)s": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0440\u0430\u0437 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043e %(last_published_date)s \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u043c %(publish_username)s", - "Last published {lastPublishedStart}{publishedOn}{lastPublishedEnd} by {publishedByStart}{publishedBy}{publishedByEnd}": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0440\u0430\u0437 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043e {lastPublishedStart}{publishedOn}{lastPublishedEnd} \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u043c {publishedByStart}{publishedBy}{publishedByEnd}", - "Learn More": "\u0423\u0437\u043d\u0430\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435", - "Learn more about {license_name}": "\u0423\u0437\u043d\u0430\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u043e {license_name}", - "Learners are added to this cohort automatically.": "\u0421\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438 \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u0432 \u044d\u0442\u0443 \u0433\u0440\u0443\u043f\u043f\u0443 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438.", - "Learners are added to this cohort only when you provide their email addresses or usernames on this page.": "\u0421\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438 \u0431\u0443\u0434\u0443\u0442 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u044b \u0432 \u0433\u0440\u0443\u043f\u043f\u0443, \u043a\u043e\u0433\u0434\u0430 \u0432\u044b \u0432\u0432\u0435\u0434\u0451\u0442\u0435 \u0438\u0445 \u0430\u0434\u0440\u0435\u0441\u0430 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b \u0438\u043b\u0438 \u0438\u043c\u0435\u043d\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u043d\u0430 \u044d\u0442\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435.", - "Learners do not see the subsection in the course outline. The subsection is not included in grade calculations.": "\u0421\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438 \u043d\u0435 \u0432\u0438\u0434\u044f\u0442 \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b \u0432 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0435 \u043a\u0443\u0440\u0441\u0430. \u041f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b \u043d\u0435 \u0443\u0447\u0438\u0442\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u043f\u0440\u0438 \u0432\u044b\u0432\u043e\u0434\u0435 \u0438\u0442\u043e\u0433\u043e\u0432\u043e\u0439 \u043e\u0446\u0435\u043d\u043a\u0438.", - "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the course end date has passed.": "\u0421\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438 \u043d\u0435 \u0443\u0432\u0438\u0434\u044f\u0442, \u0432\u0435\u0440\u0435\u043d \u043b\u0438 \u0438\u0445 \u043e\u0442\u0432\u0435\u0442, \u0430 \u0442\u0430\u043a\u0436\u0435 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u044b\u0435 \u0431\u0430\u043b\u043b\u044b, \u0434\u043e \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u044f \u043a\u0443\u0440\u0441\u0430.", - "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the due date for the subsection has passed.": "\u0421\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438 \u043d\u0435 \u0443\u0432\u0438\u0434\u044f\u0442, \u0432\u0435\u0440\u0435\u043d \u043b\u0438 \u0438\u0445 \u043e\u0442\u0432\u0435\u0442, \u0430 \u0442\u0430\u043a\u0436\u0435 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u044b\u0435 \u0431\u0430\u043b\u043b\u044b, \u0434\u043e \u0438\u0441\u0442\u0435\u0447\u0435\u043d\u0438\u044f \u0441\u0440\u043e\u043a\u0430 \u0441\u0434\u0430\u0447\u0438 \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b\u0430.", - "Learners never see whether their answers to assessments are correct or incorrect, nor the score received.": "\u0421\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438 \u043d\u0438\u043a\u043e\u0433\u0434\u0430 \u043d\u0435 \u0443\u0432\u0438\u0434\u044f\u0442, \u0432\u0435\u0440\u043d\u044b \u043b\u0438 \u0438\u0445 \u043e\u0442\u0432\u0435\u0442\u044b \u043d\u0430 \u0437\u0430\u0434\u0430\u043d\u0438\u044f, \u0430 \u0442\u0430\u043a\u0436\u0435 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u044b\u0435 \u0431\u0430\u043b\u043b\u044b.", - "Learners see the published subsection and can access its content.": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b \u0438 \u0435\u0433\u043e \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f\u043c.", - "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "\u0427\u0442\u043e\u0431\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u043c\u0443 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0431\u043b\u043e\u043a\u0430, \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438, \u0434\u043e\u043b\u0436\u043d\u044b \u043f\u0440\u043e\u0439\u0442\u0438 \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u043e\u0435 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u044c\u043d\u043e\u0435 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435. \u0421\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u043c \u043d\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438, \u043f\u043e\u043b\u0443\u0447\u0430\u0442 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u044d\u0442\u043e\u043c\u0443 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u043c\u0443 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438.", - "Learning Outcome": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043e\u0431\u0443\u0447\u0435\u043d\u0438\u044f", - "Leave Team": "\u041f\u043e\u043a\u0438\u043d\u0443\u0442\u044c \u043a\u043e\u043c\u0430\u043d\u0434\u0443", - "Leave this team?": "\u0412\u044b\u0439\u0442\u0438 \u0438\u0437 \u0441\u043e\u0441\u0442\u0430\u0432\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u044b?", - "Left": "\u041f\u043e \u043b\u0435\u0432\u043e\u043c\u0443 \u043a\u0440\u0430\u044e", - "Left to right": "\u0421\u043b\u0435\u0432\u0430 \u043d\u0430\u043f\u0440\u0430\u0432\u043e", - "Legal name": "\u0418\u043c\u044f", - "Less": "\u0421\u043a\u0440\u044b\u0442\u044c", - "Library User": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438", - "License Display": "\u041f\u043e\u043a\u0430\u0437 \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0438", - "License Type": "\u0422\u0438\u043f \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0438", - "Limit Access": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u043d\u044b\u0439 \u0434\u043e\u0441\u0442\u0443\u043f", - "Limited Profile": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u043d\u044b\u0439 \u043f\u0440\u043e\u0444\u0438\u043b\u044c", - "Link Description": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0441\u0441\u044b\u043b\u043a\u0438", - "Link Your Account": "\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u0441\u0432\u043e\u044e \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c", - "Link your {accountName} account": "\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u0441\u0432\u043e\u044e \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c {accountName}", - "Link your {accountName} account to your {platformName} account and use {accountName} to sign in to {platformName}.": "\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u0441\u0432\u043e\u044e \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c {accountName} \u043a \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438 \u00ab{platformName}\u00bb \u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 {accountName} \u0434\u043b\u044f \u0432\u0445\u043e\u0434\u0430 \u043d\u0430 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0443 \u00ab{platformName}\u00bb.", - "Linked Accounts": "\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0451\u043d\u043d\u044b\u0435 \u0443\u0447\u0451\u0442\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438", - "Linking": "\u041f\u0440\u0438\u0432\u044f\u0437\u043a\u0430 \u043a \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438", - "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "\u0421\u0441\u044b\u043b\u043a\u0438 \u0441\u043e\u0437\u0434\u0430\u044e\u0442\u0441\u044f \u043f\u043e \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044e \u0438 \u043e\u0441\u0442\u0430\u044e\u0442\u0441\u044f \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c\u0438 \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0435 5 \u043c\u0438\u043d\u0443\u0442 \u0432 \u0441\u0432\u044f\u0437\u0438 \u0441 \u0434\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u043e\u0441\u0442\u044c\u044e \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u043e\u0439 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f\u043c\u0438 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438.", - "List item": "\u041f\u0443\u043d\u043a\u0442 \u0441\u043f\u0438\u0441\u043a\u0430", - "List of Open Assessments is unavailable": "\u0421\u043f\u0438\u0441\u043e\u043a \u0437\u0430\u0434\u0430\u043d\u0438\u0439 \u0441 \u043e\u0442\u043a\u0440\u044b\u0442\u044b\u043c\u0438 \u043e\u0442\u0432\u0435\u0442\u0430\u043c\u0438 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d", - "List of uploaded files and assets in this course": "\u0421\u043f\u0438\u0441\u043e\u043a \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u043d\u044b\u0445 \u0444\u0430\u0439\u043b\u043e\u0432 \u0438 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u043e\u0432 \u043a\u0443\u0440\u0441\u0430", - "Live view of webcam": "\u0412\u0438\u0434\u0435\u043e \u0441 \u0432\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u044b", - "Load Another File": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0434\u0440\u0443\u0433\u043e\u0439 \u0444\u0430\u0439\u043b", - "Load all responses": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0432\u0441\u0435 \u043e\u0442\u0432\u0435\u0442\u044b", - "Load next {numResponses} responses": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 {numResponses} \u043e\u0442\u0432\u0435\u0442\u043e\u0432", + ], + "Course Credit Requirements": "\u0422\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0437\u0430\u0447\u0451\u0442\u0430 \u043d\u0430 \u043a\u0443\u0440\u0441\u0435", + "Course End": "\u041e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u0435 \u043a\u0443\u0440\u0441\u0430", + "Course Handouts": "\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b", + "Course ID": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043a\u0443\u0440\u0441\u0430", + "Course Id": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043a\u0443\u0440\u0441\u0430", + "Course Index": "\u041f\u043e\u0438\u0441\u043a\u043e\u0432\u044b\u0439 \u0438\u043d\u0434\u0435\u043a\u0441 \u043a\u0443\u0440\u0441\u0430", + "Course Key": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043a\u0443\u0440\u0441\u0430", + "Course Name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043a\u0443\u0440\u0441\u0430", + "Course Number": "\u041d\u043e\u043c\u0435\u0440 \u043a\u0443\u0440\u0441\u0430", + "Course Number Override": "\u0417\u0430\u043c\u0435\u043d\u0430 \u043d\u043e\u043c\u0435\u0440\u0430 \u043a\u0443\u0440\u0441\u0430", + "Course Outline": "\u0421\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430 \u043a\u0443\u0440\u0441\u0430", + "Course Start": "\u041d\u0430\u0447\u0430\u043b\u043e \u043a\u0443\u0440\u0441\u0430", + "Course Title": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043a\u0443\u0440\u0441\u0430", + "Course Title Override": "\u0417\u0430\u043c\u0435\u043d\u0430 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u044f \u043a\u0443\u0440\u0441\u0430", + "Course is not yet visible to students.": "\u041a\u0443\u0440\u0441 \u0435\u0449\u0451 \u043d\u0435 \u0432\u0438\u0434\u0435\u043d \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f\u043c.", + "Course pacing cannot be changed once a course has started.": "\u041f\u043e\u0440\u044f\u0434\u043e\u043a \u043e\u0431\u0443\u0447\u0435\u043d\u0438\u044f \u043d\u0430 \u043a\u0443\u0440\u0441\u0435 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0451\u043d \u043f\u043e\u0441\u043b\u0435 \u043d\u0430\u0447\u0430\u043b\u0430 \u043a\u0443\u0440\u0441\u0430.", + "Course title": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043a\u0443\u0440\u0441\u0430", + "Course-Wide Discussion Topics": "\u041e\u0431\u0449\u0438\u0435 \u0442\u0435\u043c\u044b \u0434\u043b\u044f \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u044f \u0432 \u0440\u0430\u043c\u043a\u0430\u0445 \u043a\u0443\u0440\u0441\u0430", + "Create": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c", + "Create Account": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c", + "Create Re-run": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u043a", + "Create a New Team": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u043e\u0432\u0443\u044e \u043a\u043e\u043c\u0430\u043d\u0434\u0443", + "Create a content group": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u0443 \u043f\u043e \u0438\u0437\u0443\u0447\u0430\u0435\u043c\u044b\u043c \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u043c", + "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "\u0421\u043e\u0437\u0434\u0430\u0439\u0442\u0435 \u043d\u043e\u0432\u0443\u044e \u043a\u043e\u043c\u0430\u043d\u0434\u0443, \u0435\u0441\u043b\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043d\u0430\u0439\u0442\u0438 \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0443\u044e, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f, \u0438\u043b\u0438 \u0435\u0441\u043b\u0438 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0447\u0438\u0442\u044c\u0441\u044f \u0432\u043c\u0435\u0441\u0442\u0435 \u0441\u043e \u0441\u0432\u043e\u0438\u043c\u0438 \u0434\u0440\u0443\u0437\u044c\u044f\u043c\u0438.", + "Create account using %(providerName)s.": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c \u0432 %(providerName)s.", + "Create an Account": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c", + "Create an Account.": "\u0421\u043e\u0437\u0434\u0430\u0439\u0442\u0435 \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c.", + "Create an account using": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f", + "Create team.": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043a\u043e\u043c\u0430\u043d\u0434\u0443.", + "Created": "\u0421\u043e\u0437\u0434\u0430\u043d\u043e", + "Creating missing groups": "\u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u044e\u0449\u0438\u0445 \u0433\u0440\u0443\u043f\u043f", + "Creative Commons licensed content, with terms as follow:": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0435\u0439 Creative Commons \u043d\u0430 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0445 \u0443\u0441\u043b\u043e\u0432\u0438\u044f\u0445:", + "Criterion Added": "\u041a\u0440\u0438\u0442\u0435\u0440\u0438\u0439 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d", + "Criterion Deleted": "\u041a\u0440\u0438\u0442\u0435\u0440\u0438\u0439 \u0443\u0434\u0430\u043b\u0451\u043d", + "Crossed out items have been refunded.": "\u041f\u043b\u0430\u0442\u0435\u0436\u0438 \u0437\u0430 \u0432\u044b\u0447\u0435\u0440\u043a\u043d\u0443\u0442\u044b\u0435 \u043f\u0443\u043d\u043a\u0442\u044b \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0435\u043d\u044b.", + "Current Role:": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0440\u043e\u043b\u044c:", + "Current conversation": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0431\u0435\u0441\u0435\u0434\u0430", + "Current enrollment mode:": "\u0422\u0435\u043a\u0443\u0449\u0438\u0439 \u0440\u0435\u0436\u0438\u043c \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438:", + "Current location": "\u0422\u0435\u043a\u0443\u0449\u0435\u0435 \u043c\u0435\u0441\u0442\u043e\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435", + "Current tab": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0432\u043a\u043b\u0430\u0434\u043a\u0430", + "Currently selected": "\u0422\u0435\u043a\u0443\u0449\u0438\u0439 \u0432\u044b\u0431\u043e\u0440", + "Custom color": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0439 \u0446\u0432\u0435\u0442", + "Custom...": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f...", + "Cut": "\u0412\u044b\u0440\u0435\u0437\u0430\u0442\u044c", + "Cut row": "\u0412\u044b\u0440\u0435\u0437\u0430\u0442\u044c \u0440\u044f\u0434", + "Date": "\u0414\u0430\u0442\u0430", + "Date Added": "\u0414\u0430\u0442\u0430 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u044f", + "Date Placed": "\u0414\u0430\u0442\u0430 \u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u044f", + "Deactivate": "\u041e\u0442\u043e\u0437\u0432\u0430\u0442\u044c", + "December": "\u0414\u0435\u043a\u0430\u0431\u0440\u044c", + "Declined": "\u041e\u0442\u043a\u043b\u043e\u043d\u0451\u043d", + "Decrease indent": "\u0423\u043c\u0435\u043d\u044c\u0448\u0438\u0442\u044c \u043e\u0442\u0441\u0442\u0443\u043f", + "Default": "\u041f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e", + "Default (Local Time Zone)": "\u041f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e (\u043c\u0435\u0441\u0442\u043d\u044b\u0439 \u0447\u0430\u0441\u043e\u0432\u043e\u0439 \u043f\u043e\u044f\u0441)", + "Default Timed Transcript": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u043d\u044b\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e", + "Delete": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c", + "Delete \"<%= signatoryName %>\" from the list of signatories?": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u00ab<%= signatoryName %>\u00bb \u0438\u0437 \u0441\u043f\u0438\u0441\u043a\u0430 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u0435\u043b\u0435\u0439?", + "Delete File Confirmation": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f \u0444\u0430\u0439\u043b\u0430", + "Delete My Account": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043c\u043e\u0439 \u0430\u043a\u043a\u0430\u0443\u043d\u0442", + "Delete Team": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043a\u043e\u043c\u0430\u043d\u0434\u0443", + "Delete column": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0442\u043e\u043b\u0431\u0435\u0446", + "Delete row": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0440\u044f\u0434", + "Delete student '<%- student_id %>'s state on problem '<%- problem_id %>'?": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0442\u0430\u0442\u0443\u0441 \u0440\u0430\u0431\u043e\u0442\u044b \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f '<%- student_id %>' \u043f\u043e \u0437\u0430\u0434\u0430\u0447\u0435 '<%- problem_id %>'?", + "Delete table": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0442\u0430\u0431\u043b\u0438\u0446\u0443", + "Delete the user, {username}": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f {username}", + "Delete this %(item_display_name)s?": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c %(item_display_name)s?", + "Delete this asset": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u043d\u044b\u0439 \u0444\u0430\u0439\u043b", + "Delete this team?": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u0443 \u043a\u043e\u043c\u0430\u043d\u0434\u0443?", + "Deleted Content Group": "\u0423\u0434\u0430\u043b\u0451\u043d\u043d\u0430\u044f \u0433\u0440\u0443\u043f\u043f\u0430 \u043f\u043e \u0438\u0437\u0443\u0447\u0430\u0435\u043c\u044b\u043c \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u043c", + "Deleted Group": "\u0413\u0440\u0443\u043f\u043f\u0430 \u0443\u0434\u0430\u043b\u0435\u043d\u0430", + "Deleting this %(item_display_name)s is permanent and cannot be undone.": "\u0423\u0434\u0430\u043b\u0435\u043d\u0438\u0435 %(item_display_name)s \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0431\u0443\u0434\u0435\u0442 \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c.", + "Deprecated": "\u0423\u0441\u0442\u0430\u0440\u0435\u043b\u043e", + "Describe ": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435", + "Description": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435", + "Description of the certificate": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430", + "Details": "\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438", + "Dimensions": "\u0420\u0430\u0437\u043c\u0435\u0440\u044b", + "Disc": "\u0434\u0438\u0441\u043a", + "Discard Changes": "\u0421\u0431\u0440\u043e\u0441\u0438\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f", + "Discussion Home": "\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u044f", + "Discussion topics in the course are not divided.": "\u0422\u0435\u043c\u044b \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u0439 \u0432 \u043a\u0443\u0440\u0441\u0435 \u043d\u0435 \u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u044b.", + "Discussions are unified; all learners interact with posts from other learners, regardless of the group they are in.": "\u0412\u0441\u0435 \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u044f \u043e\u0431\u0449\u0438\u0435; \u0432\u0441\u0435\u043c \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f\u043c \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u0432\u0441\u0435\u0445 \u0434\u0440\u0443\u0433\u0438\u0445 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439, \u0432\u043d\u0435 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0438 \u043e\u0442 \u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044f \u043f\u043e \u0433\u0440\u0443\u043f\u043f\u0430\u043c.", + "Display Name": "\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u043c\u043e\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435", + "Div": "Div", + "Divide the selected content-specific discussion topics": "\u041e\u0431\u0441\u0443\u0436\u0434\u0430\u0442\u044c \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u0442\u0435\u043c\u044b, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0435 \u0441 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u043c\u0438 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u043c\u0438 \u043a\u0443\u0440\u0441\u0430, \u043f\u043e \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u043c \u0433\u0440\u0443\u043f\u043f\u0430\u043c", + "Divided": "\u0420\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u044b", + "Do not show again": "\u041d\u0435 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0441\u043d\u043e\u0432\u0430", + "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "\u0412\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u044c \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044e ('{student_id}') \u043f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0432\u0441\u0442\u0443\u043f\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u0435?", + "Do you want to replace the edX transcript with the YouTube transcript?": "\u0412\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b \u0432 edX \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0430\u043c\u0438 \u0441 YouTube?", + "Do you want to upload your file before submitting?": "\u0412\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0444\u0430\u0439\u043b \u0434\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u043e\u0442\u0432\u0435\u0442\u0430?", + "Document properties": "\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430", + "Does the name on your ID match your account name: %(fullName)s?": "\u0421\u043e\u0432\u043f\u0430\u0434\u0430\u0435\u0442 \u043b\u0438 \u0438\u043c\u044f \u0432 \u0432\u0430\u0448\u0435\u043c \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u0438 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438 \u0441 \u0438\u043c\u0435\u043d\u0435\u043c, \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u043c \u0432 \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438: %(fullName)s?", + "Does the photo of you match your ID photo?": "\u0421\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u0438\u043c\u0430 \u043b\u0438 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044f \u0441 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439 \u0432 \u0432\u0430\u0448\u0435\u043c \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u0438 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438?", + "Does the photo of you show your whole face?": "\u0412\u0438\u0434\u043d\u043e \u043b\u0438 \u043d\u0430 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u0432\u0430\u0448\u0435 \u043b\u0438\u0446\u043e \u0446\u0435\u043b\u0438\u043a\u043e\u043c?", + "Doing so means that you are no longer eligible for academic credit.": "\u0412 \u0442\u0430\u043a\u043e\u043c \u0441\u043b\u0443\u0447\u0430\u0435 \u0432\u044b \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0437\u0430\u0447\u0451\u0442\u043d\u044b\u0439 \u0431\u0430\u043b\u043b\u044b.", + "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "\u041d\u0435 \u0432\u0438\u0434\u0438\u0442\u0435 \u0432\u0430\u0448\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435? \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0432\u044b \u0440\u0430\u0437\u0440\u0435\u0448\u0438\u043b\u0438 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0443 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0432\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u0443, \u043a\u043e\u0433\u0434\u0430 \u043e\u043d \u0437\u0430\u043f\u0440\u0430\u0448\u0438\u0432\u0430\u0435\u0442 \u043a \u043d\u0435\u0439 \u0434\u043e\u0441\u0442\u0443\u043f.", + "Donate": "\u041f\u043e\u0436\u0435\u0440\u0442\u0432\u043e\u0432\u0430\u0442\u044c", + "Double-check that your webcam is connected and working to continue.": "\u0427\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c, \u0435\u0449\u0451 \u0440\u0430\u0437 \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435, \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0430 \u043b\u0438 \u0432\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u0430 \u0438 \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043b\u0438 \u043e\u043d\u0430.", + "Download": "\u0421\u043a\u0430\u0447\u0430\u0442\u044c", + "Download Software Clicked": "\u041d\u0430\u0436\u0430\u0442\u0430 \u043a\u043d\u043e\u043f\u043a\u0430 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u041f\u041e", + "Download Transcript for Editing": "\u0421\u043a\u0430\u0447\u0430\u0442\u044c \u0438 \u043e\u0442\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b", + "Download URL": "\u0421\u0441\u044b\u043b\u043a\u0430 \u0434\u043b\u044f \u0441\u043a\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u044f", + "Download available encodings (.csv)": "\u0421\u043a\u0430\u0447\u0430\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0435 \u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0438 (.csv)", + "Download the user's certificate": "\u0421\u043a\u0430\u0447\u0430\u0442\u044c \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442", + "Draft (Never published)": "\u0427\u0435\u0440\u043d\u043e\u0432\u0438\u043a (\u0440\u0430\u043d\u0435\u0435 \u043d\u0435 \u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043b\u0441\u044f)", + "Draft (Unpublished changes)": "\u0427\u0435\u0440\u043d\u043e\u0432\u0438\u043a (\u043d\u0435\u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f)", + "Draft saved on {lastSavedStart}{editedOn}{lastSavedEnd} by {editedByStart}{editedBy}{editedByEnd}": "\u0427\u0435\u0440\u043d\u043e\u0432\u0438\u043a \u0441\u043e\u0445\u0440\u0430\u043d\u0451\u043d {lastSavedStart}{editedOn}{lastSavedEnd} \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u043c {editedByStart}{editedBy}{editedByEnd}", + "Drag to reorder": "\u041f\u0435\u0440\u0435\u0442\u0430\u0449\u0438\u0442\u0435 \u0434\u043b\u044f \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u043f\u043e\u0440\u044f\u0434\u043a\u0430", + "Drop target image": "\u041e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435", + "Due Date": "\u0421\u0440\u043e\u043a \u0441\u0434\u0430\u0447\u0438", + "Due Date:": "\u0421\u0440\u043e\u043a \u0441\u0434\u0430\u0447\u0438:", + "Due Time in UTC:": "\u0421\u0440\u043e\u043a \u0441\u0434\u0430\u0447\u0438, \u0432\u0440\u0435\u043c\u044f \u0432 UTC:", + "Due date cannot be before start date.": "\u0421\u0440\u043e\u043a \u0441\u0434\u0430\u0447\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u043f\u0440\u0435\u0434\u0448\u0435\u0441\u0442\u0432\u043e\u0432\u0430\u0442\u044c \u0434\u0430\u0442\u0435 \u043d\u0430\u0447\u0430\u043b\u0430 \u043a\u0443\u0440\u0441\u0430. ", + "Due:": "\u0421\u0440\u043e\u043a:", + "Duplicate": "\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c", + "Duration (sec)": "\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c (\u0441\u0435\u043a.)", + "Earned %(created)s.": "\u041f\u043e\u043b\u0443\u0447\u0435\u043d\u043e %(created)s.", + "Earned Certificates": "\u041f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u044b\u0435 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u044b", + "EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.": "\u0412 EdX \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0444\u0430\u0439\u043b \u0441 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u043d\u044b\u043c\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0430\u043c\u0438 \u0434\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u0432\u0438\u0434\u0435\u043e, \u043d\u043e \u043c\u044b \u043d\u0430\u0448\u043b\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b \u043d\u0430 YouTube. \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b \u0441 YouTube \u0438\u043b\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0439 srt-\u0444\u0430\u0439\u043b \u0441 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0430\u043c\u0438.", + "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "\u0412 EdX \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044e\u0442 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u043d\u044b\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b \u0434\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u0432\u0438\u0434\u0435\u043e. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 srt-\u0444\u0430\u0439\u043b.", + "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "\u0412 EdX \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0444\u0430\u0439\u043b \u0441 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u043d\u044b\u043c\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0430\u043c\u0438 \u0434\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u0432\u0438\u0434\u0435\u043e. \u0415\u0441\u043b\u0438 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u043e\u0442\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b, \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u043a\u0430\u0447\u0430\u0442\u044c, \u043e\u0442\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438 \u043f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u044d\u0442\u043e\u0442 \u0444\u0430\u0439\u043b. \u0415\u0441\u043b\u0438 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b, \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u043d\u043e\u0432\u044b\u0439 srt-\u0444\u0430\u0439\u043b.", + "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "\u0414\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u0432\u0438\u0434\u0435\u043e \u0432 EdX \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0442 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u043d\u044b\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b. \u0415\u0441\u043b\u0438 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u0438\u0445, \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u043d\u043e\u0432\u044b\u0439 srt-\u0444\u0430\u0439\u043b \u0441 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0430\u043c\u0438. \u0415\u0441\u043b\u0438 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u043e\u0442\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438\u0445, \u0441\u043a\u0430\u0447\u0430\u0439\u0442\u0435, \u043e\u0442\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0443\u0439\u0442\u0435 \u0438 \u043f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0439 \u0444\u0430\u0439\u043b \u0441 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0430\u043c\u0438.", + "Edit": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c", + "Edit %(display_name)s (required)": "\u041e\u0442\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0443\u0439\u0442\u0435 %(display_name)s (\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e)", + "Edit HTML": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c HTML", + "Edit Membership": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u043e\u0441\u0442\u0430\u0432", + "Edit Team": "\u0412\u043d\u0435\u0441\u0442\u0438 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432 \u043a\u043e\u043c\u0430\u043d\u0434\u0443", + "Edit Your Name": "\u041e\u0442\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438\u043c\u044f", + "Edit this certificate?": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442?", + "Editable": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0443\u0435\u043c\u043e", + "Education Completed": "\u0417\u0430\u043a\u043e\u043d\u0447\u0435\u043d\u043d\u043e\u0435 \u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u0438\u0435", + "Email": "\u042d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430\u044f \u043f\u043e\u0447\u0442\u0430", + "Email address": "\u0410\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b", + "Emails successfully sent. The following users are no longer enrolled in the course:": "\u042d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u044b. \u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u043e\u0442\u0447\u0438\u0441\u043b\u0435\u043d\u044b \u0441 \u043a\u0443\u0440\u0441\u0430:", + "Embed": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c", + "Emoticons": "\u0421\u043c\u0430\u0439\u043b\u044b", + "Enable Cohorts": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u044b", + "Enabled": "\u0412\u043a\u043b\u044e\u0447\u0435\u043d\u043e", + "Encoding": "\u041a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0430", + "End My Exam": "\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0441\u0434\u0430\u0447\u0443 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430", + "End of transcript. Skip to the start.": "\u041a\u043e\u043d\u0435\u0446 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043e\u0432. \u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0434\u043e \u043d\u0430\u0447\u0430\u043b\u0430", + "Ends {end}": "\u0417\u0430\u0432\u0435\u0440\u0448\u0451\u043d {end}", + "Engage with posts": "\u041e\u0446\u0435\u043d\u0438\u0432\u0430\u0439\u0442\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f", + "Enroll Now": "\u0417\u0430\u043f\u0438\u0441\u0430\u0442\u044c\u0441\u044f", + "Enrolled": "\u0417\u0430\u043f\u0438\u0441\u0430\u043d", + "Enrolling you in the selected course": "\u0418\u0434\u0451\u0442 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u043d\u0430 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0439 \u0432\u0430\u043c\u0438 \u043a\u0443\u0440\u0441", + "Enrollment Date": "\u0414\u0430\u0442\u0430 \u0437\u0430\u043f\u0438\u0441\u0438 \u043d\u0430 \u043a\u0443\u0440\u0441", + "Enrollment Mode": "\u0420\u0435\u0436\u0438\u043c \u0437\u0430\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044f", + "Enrollment Opens on": "\u0414\u0430\u0442\u0430 \u043d\u0430\u0447\u0430\u043b\u0430 \u0437\u0430\u043f\u0438\u0441\u0438", + "Enrollment Tracks": "\u0421\u0441\u044b\u043b\u043a\u0438 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 ", + "Ensure that you can see your photo and read your name": "\u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c \u0432 \u0442\u043e\u043c, \u0447\u0442\u043e \u0432\u044b \u0432\u0438\u0434\u0438\u0442\u0435 \u0432\u0430\u0448\u0435 \u0444\u043e\u0442\u043e \u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0440\u043e\u0447\u0435\u0441\u0442\u044c \u0432\u0430\u0448\u0435 \u0438\u043c\u044f", + "Enter Due Date and Time": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0430\u0442\u0443 \u0438 \u0432\u0440\u0435\u043c\u044f \u0441\u0434\u0430\u0447\u0438", + "Enter Start Date and Time": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0430\u0442\u0443 \u0438 \u0432\u0440\u0435\u043c\u044f \u043d\u0430\u0447\u0430\u043b\u0430", + "Enter a student's username or email address.": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438\u043b\u0438 \u0435\u0433\u043e \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441.", + "Enter a username or email.": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438\u043b\u0438 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441.", + "Enter email addresses and/or usernames, separated by new lines or commas, for the learners you want to add. *": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441\u0430 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b \u0438/\u0438\u043b\u0438 \u0438\u043c\u0435\u043d\u0430 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u043f\u043e \u043e\u0434\u043d\u043e\u043c\u0443 \u0432 \u0441\u0442\u0440\u043e\u043a\u0443 \u0438\u043b\u0438 \u0440\u0430\u0437\u0434\u0435\u043b\u044f\u044f \u0438\u0445 \u0437\u0430\u043f\u044f\u0442\u044b\u043c\u0438. *", + "Enter information to describe your team. You cannot change these details after you create the team.": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e, \u043e\u043f\u0438\u0441\u044b\u0432\u0430\u044e\u0449\u0443\u044e \u0432\u0430\u0448\u0443 \u043a\u043e\u043c\u0430\u043d\u0434\u0443. \u0412\u044b \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u044d\u0442\u043e \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043f\u043e\u0441\u043b\u0435 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u043a\u043e\u043c\u0430\u043d\u0434\u044b.", + "Enter team description.": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u044b.", + "Enter team name.": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u044b.", + "Enter the enrollment code.": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u043e\u0434 \u0437\u0430\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044f.", + "Enter the name of the cohort": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0433\u0440\u0443\u043f\u043f\u044b", + "Enter the page number you'd like to quickly navigate to.": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u043e\u043c\u0435\u0440 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b, \u043a \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u0435\u0440\u0435\u0439\u0442\u0438.", + "Enter the username or email address of each learner that you want to add as an exception.": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443\u044e \u043f\u043e\u0447\u0442\u0443 \u0438\u043b\u0438 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f, \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439.", + "Enter username or email": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438\u043b\u0438 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441", + "Enter your ": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0430\u0448\u0435", + "Entrance exam attempts is being reset for student '{student_id}'.": "\u041f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0441\u044f \u0441\u0431\u0440\u043e\u0441 \u0441\u0447\u0451\u0442\u0447\u0438\u043a\u0430 \u043f\u043e\u043f\u044b\u0442\u043e\u043a \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0432\u0441\u0442\u0443\u043f\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u044f \u0434\u043b\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f '{student_id}'.", + "Entrance exam state is being deleted for student '{student_id}'.": "\u0423\u0434\u0430\u043b\u044f\u0435\u0442\u0441\u044f \u0441\u0442\u0430\u0442\u0443\u0441 \u0432\u0441\u0442\u0443\u043f\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u044f \u0434\u043b\u044f '{student_id}'.", + "Error": "\u041e\u0448\u0438\u0431\u043a\u0430", + "Error adding learners.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0438 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439.", + "Error adding user": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f", + "Error adding/removing users as beta testers.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u044f/\u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u0432 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0435\u0440\u043e\u0432.", + "Error changing user's permissions.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u043f\u043e\u043b\u043d\u043e\u043c\u043e\u0447\u0438\u0439 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f", + "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f \u0441\u0442\u0430\u0442\u0443\u0441\u0430 \u0432\u0441\u0442\u0443\u043f\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u044f \u0434\u043b\u044f '{student_id}'. \u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u043d\u0430\u043f\u0438\u0441\u0430\u043d\u0438\u044f \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.", + "Error deleting student '<%- student_id %>'s state on problem '<%- problem_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0438 \u0441\u0442\u0430\u0442\u0443\u0441\u0430 \u0440\u0430\u0431\u043e\u0442\u044b \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f '<%- student_id %>' \u043f\u043e \u0437\u0430\u0434\u0430\u0447\u0435 '<%- problem_id %>'. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u0437\u0430\u0434\u0430\u0447\u0438 \u0438 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f \u0432\u0432\u0435\u0434\u0435\u043d\u044b \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u0438 \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e.", + "Error enrolling/unenrolling users.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438/\u043e\u0442\u043c\u0435\u043d\u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439:", + "Error generating ORA data report. Please try again.": "\u041f\u0440\u0438 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 \u043e\u0442\u0447\u0451\u0442\u0430 \u043f\u043e \u0437\u0430\u0434\u0430\u043d\u0438\u044f\u043c \u0441 \u043e\u0442\u0432\u0435\u0442\u0430\u043c\u0438 \u0432 \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0439 \u0444\u043e\u0440\u043c\u0435 \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", + "Error generating grades. Please try again.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0440\u0430\u0441\u0447\u0451\u0442\u0430 \u043e\u0446\u0435\u043d\u043e\u043a. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", + "Error generating list of students who may enroll. Please try again.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 \u0441\u043f\u0438\u0441\u043a\u0430 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043c\u043e\u0433\u0443\u0442 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u043a\u0443\u0440\u0441. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", + "Error generating problem grade report. Please try again.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0433\u043e \u043e\u0446\u0435\u043d\u043e\u0447\u043d\u043e\u0433\u043e \u043b\u0438\u0441\u0442\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", + "Error generating proctored exam results. Please try again.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u043e\u0442\u0447\u0451\u0442\u0430 \u043e \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u0445 \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u044f. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", + "Error generating student profile information. Please try again.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 \u043f\u0440\u043e\u0444\u0438\u043b\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f. \u041f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", + "Error generating survey results. Please try again.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u043e\u0442\u0447\u0451\u0442\u0430 \u043e \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u0445 \u043e\u043f\u0440\u043e\u0441\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", + "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0438\u0441\u0442\u043e\u0440\u0438\u0438 \u0437\u0430\u0434\u0430\u0447 \u0432\u0441\u0442\u0443\u043f\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u044f \u0434\u043b\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f \u00ab{student_id}\u00bb. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0432\u0435\u0440\u0435\u043d.", + "Error getting issued certificates list.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0441\u043f\u0438\u0441\u043a\u0430 \u0432\u044b\u043f\u0443\u0449\u0435\u043d\u043d\u044b\u0445 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0432.", + "Error getting student list.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0441\u043f\u0438\u0441\u043a\u0430 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439.", + "Error getting student progress url for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "\u041f\u0440\u0438 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0441\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f '<%- student_id %>' \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u0430 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f.", + "Error getting task history for problem '<%- problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0438\u0441\u0442\u043e\u0440\u0438\u044e \u0437\u0430\u0434\u0430\u0447, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0445 \u0441 \u0437\u0430\u0434\u0430\u043d\u0438\u0435\u043c '<%- problem_id %>' \u0434\u043b\u044f '<%- student_id %>'. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0432\u0432\u0435\u0434\u0435\u043d\u044b \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u0438 \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e.", + "Error getting the number of ungraded responses": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0438 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u043d\u0435\u043e\u0446\u0435\u043d\u0435\u043d\u043d\u044b\u0445 \u043e\u0442\u0432\u0435\u0442\u043e\u0432", + "Error listing task history for this student and problem.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0432\u044b\u0432\u043e\u0434\u0430 \u0438\u0441\u0442\u043e\u0440\u0438\u0438 \u0437\u0430\u0434\u0430\u0447 \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f \u0438 \u0437\u0430\u0434\u0430\u043d\u0438\u044f.", + "Error removing user": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f", + "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0441\u0431\u0440\u043e\u0441\u0430 \u0441\u0447\u0451\u0442\u0447\u0438\u043a\u0430 \u043f\u043e\u043f\u044b\u0442\u043e\u043a \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0432\u0441\u0442\u0443\u043f\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u044f \u0434\u043b\u044f '{student_id}'. \u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.", + "Error resetting problem attempts for problem '<%= problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0441\u0431\u0440\u043e\u0441\u0435 \u043f\u043e\u043f\u044b\u0442\u043e\u043a \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0437\u0430\u0434\u0430\u043d\u0438\u044f '<%= problem_id %>' \u0434\u043b\u044f '<%- student_id %>'. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0432\u0432\u0435\u0434\u0435\u043d\u044b \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u0438 \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e.", + "Error retrieving grading configuration.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0434\u043b\u044f \u043e\u0446\u0435\u043d\u0438\u0432\u0430\u043d\u0438\u044f", + "Error sending email.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0435 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0433\u043e \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f.", + "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0437\u0430\u043f\u0443\u0441\u043a\u0430 \u0437\u0430\u0434\u0430\u0447\u0438 \u043f\u043e \u043f\u0435\u0440\u0435\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0435 \u0432\u0441\u0442\u0443\u043f\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u044f \u0434\u043b\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f \u00ab{student_id}\u00bb. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0432\u0441\u0442\u0443\u043f\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0438 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0432\u0435\u0440\u0435\u043d.", + "Error starting a task to rescore problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the problem and student identifiers are complete and correct.": "\u041f\u0440\u0438 \u0437\u0430\u043f\u0443\u0441\u043a\u0435 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430 \u043f\u0435\u0440\u0435\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u0437\u0430\u0434\u0430\u043d\u0438\u044f '<%- problem_id %>' \u0434\u043b\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f '<%- student_id %>' \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f \u0438 \u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0432\u0432\u0435\u0434\u0435\u043d\u044b \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u0438 \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e.", + "Error starting a task to rescore problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u041f\u0440\u0438 \u0437\u0430\u043f\u0443\u0441\u043a\u0435 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430 \u043f\u0435\u0440\u0435\u043e\u0446\u0435\u043d\u043a\u0438 \u0437\u0430\u0434\u0430\u043d\u0438\u044f '<%- problem_id %>' \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0432\u0432\u0435\u0434\u0451\u043d \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u0438 \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e.", + "Error starting a task to reset attempts for all students on problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u0441\u0431\u0440\u043e\u0441\u0430 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u043f\u043e\u043f\u044b\u0442\u043e\u043a \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0437\u0430\u0434\u0430\u043d\u0438\u044f '<%- problem_id %>' \u0434\u043b\u044f \u0432\u0441\u0435\u0445 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0432\u0432\u0435\u0434\u0451\u043d \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u0438 \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e.", + "Error while generating certificates. Please try again.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0432. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", + "Error while regenerating certificates. Please try again.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e\u043c \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0432. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", + "Error.": "\u041e\u0448\u0438\u0431\u043a\u0430.", + "Error:": "\u041e\u0448\u0438\u0431\u043a\u0430:", + "Error: ": "\u041e\u0448\u0438\u0431\u043a\u0430:", + "Error: User '<%- username %>' has not yet activated their account. Users must create and activate their accounts before they can be assigned a role.": "\u041e\u0448\u0438\u0431\u043a\u0430: \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c '<%- username %>' \u0435\u0449\u0451 \u043d\u0435 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043b \u0441\u0432\u043e\u044e \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c. \u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u0434\u043e\u043b\u0436\u043d\u044b \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0438 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0432\u043e\u044e \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c, \u043f\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043c \u0438\u043c \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043f\u0440\u0438\u0441\u0432\u043e\u0435\u043d\u0430 \u043a\u0430\u043a\u0430\u044f-\u043b\u0438\u0431\u043e \u0440\u043e\u043b\u044c.", + "Error: You cannot remove yourself from the Instructor group!": "\u041e\u0448\u0438\u0431\u043a\u0430: \u0432\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0435\u0431\u044f \u0438\u0437 \u0433\u0440\u0443\u043f\u043f\u044b \u043f\u0440\u0435\u043f\u043e\u0434\u0430\u0432\u0430\u0442\u0435\u043b\u0435\u0439!", + "Errors": "\u041e\u0448\u0438\u0431\u043a\u0438", + "Everyone who has staff privileges in this course": "\u0412\u0441\u0435 \u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0438 \u044d\u0442\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0430", + "Exam Types": "\u0422\u0438\u043f\u044b \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430", + "Exception Granted": "\u0418\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043e", + "Exit full browser": "\u0412\u044b\u0439\u0442\u0438 \u0438\u0437 \u043f\u043e\u043b\u043d\u043e\u044d\u043a\u0440\u0430\u043d\u043d\u043e\u0433\u043e \u0440\u0435\u0436\u0438\u043c\u0430", + "Expand All": "\u0420\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0432\u0441\u0451", + "Expand Instructions": "\u0420\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0438", + "Explain if other.": "\u0414\u0440\u0443\u0433\u0430\u044f \u043f\u0440\u0438\u0447\u0438\u043d\u0430, \u043f\u043e\u044f\u0441\u043d\u0438\u0442\u0435.", + "Explanation": "\u041f\u043e\u044f\u0441\u043d\u0435\u043d\u0438\u0435", + "Explore New Programs": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u043d\u043e\u0432\u044b\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b", + "Explore Programs": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b", + "Explore your course!": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0438\u0442\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u043a\u0443\u0440\u0441\u0435", + "Failed Proctoring": "\u041e\u0442\u043a\u0430\u0437 \u043f\u0440\u0438 \u043e\u0442\u0441\u043c\u043e\u0442\u0440\u0435", + "Failed to delete student state for user.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043c\u043e\u0434\u0443\u043b\u044f \u0434\u043b\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f.", + "Failed to rescore problem for user.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u0435\u0440\u0435\u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u0437\u0430\u0434\u0430\u0447\u0443 \u0434\u043b\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f.", + "Failed to rescore problem to improve score for user.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0432\u044b\u0441\u0438\u0442\u044c \u043e\u0446\u0435\u043d\u043a\u0443 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043f\u0440\u0438 \u043f\u0435\u0440\u0435\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0435.", + "Failed to reset attempts for user.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u0431\u0440\u043e\u0441\u0438\u0442\u044c \u043f\u043e\u043f\u044b\u0442\u043a\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.", + "February": "\u0424\u0435\u0432\u0440\u0430\u043b\u044c", + "Feedback available for selection.": "\u0412\u044b\u0431\u043e\u0440 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043e\u0432 \u043e\u0431\u0440\u0430\u0442\u043d\u043e\u0439 \u0441\u0432\u044f\u0437\u0438.", + "File": "\u0424\u0430\u0439\u043b", + "File Name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0444\u0430\u0439\u043b\u0430", + "File type is not allowed.": "\u041d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0439 \u0442\u0438\u043f \u0444\u0430\u0439\u043b\u0430", + "File types can not be empty.": "\u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0437\u0430\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a \u0442\u0438\u043f\u043e\u0432 \u0444\u0430\u0439\u043b\u043e\u0432.", + "File upload succeeded": "\u0424\u0430\u0439\u043b \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d", + "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "\u0420\u0430\u0437\u043c\u0435\u0440 \u0444\u0430\u0439\u043b\u0430 {filename} \u043f\u0440\u0435\u0432\u044b\u0448\u0430\u0435\u0442 \u043f\u0440\u0435\u0434\u0435\u043b\u044c\u043d\u043e \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 {maxFileSizeInMBs} \u041c\u0411", + "Files must be in JPEG or PNG format.": "\u0424\u0430\u0439\u043b\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0431\u044b\u0442\u044c \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 PNG \u0438\u043b\u0438 JPEG.", + "Fill browser": "\u0417\u0430\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0431\u0440\u0430\u0443\u0437\u0435\u0440", + "Filter": "\u0424\u0438\u043b\u044c\u0442\u0440", + "Filter and sort topics": "\u0424\u0438\u043b\u044c\u0442\u0440\u0443\u0439\u0442\u0435 \u0438 \u0441\u043e\u0440\u0442\u0438\u0440\u0443\u0439\u0442\u0435 \u0442\u0435\u043c\u044b", + "Final Grade Received": "\u041f\u043e\u043b\u0443\u0447\u0435\u043d\u0430 \u0438\u0442\u043e\u0433\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430", + "Financial Assistance": "\u0424\u0438\u043d\u0430\u043d\u0441\u043e\u0432\u0430\u044f \u043f\u043e\u043c\u043e\u0449\u044c", + "Financial Assistance Application": "\u0417\u0430\u044f\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0430 \u0444\u0438\u043d\u0430\u043d\u0441\u043e\u0432\u0443\u044e \u043f\u043e\u043c\u043e\u0449\u044c", + "Find": "\u041d\u0430\u0439\u0442\u0438", + "Find a course": "\u041d\u0430\u0439\u0442\u0438 \u043a\u0443\u0440\u0441", + "Find and replace": "\u041d\u0430\u0439\u0442\u0438 \u0438 \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c", + "Find answers to the top questions asked by learners.": "\u041d\u0430\u0439\u0434\u0438\u0442\u0435 \u043e\u0442\u0432\u0435\u0442\u044b \u043d\u0430 \u0433\u043b\u0430\u0432\u043d\u044b\u0435 \u0432\u043e\u043f\u0440\u043e\u0441\u044b, \u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0435 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f\u043c\u0438.", + "Find discussions": "\u041d\u0430\u0445\u043e\u0434\u0438\u0442\u0435 \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u044f", + "Find next": "\u041d\u0430\u0439\u0442\u0438 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435", + "Find previous": "\u041d\u0430\u0439\u0442\u0438 \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u0435", + "Finish": "\u0417\u0430\u043a\u043e\u043d\u0447\u0438\u0442\u044c", + "First time here?": "\u0412\u044b \u0437\u0434\u0435\u0441\u044c \u043f\u0435\u0440\u0432\u044b\u0439 \u0440\u0430\u0437?", + "Follow or unfollow posts": "\u041e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u0442\u044c/\u043d\u0435 \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u0442\u044c \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f", + "Font Family": "\u0413\u0440\u0443\u043f\u043f\u0430 \u0448\u0440\u0438\u0444\u0442\u043e\u0432", + "Font Sizes": "\u0420\u0430\u0437\u043c\u0435\u0440\u044b \u0448\u0440\u0438\u0444\u0442\u043e\u0432", + "Footer": "\u041d\u0438\u0436\u043d\u0438\u0439 \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b", + "For grading to work, you must change all {oldName} subsections to {newName}.": "\u0414\u043b\u044f \u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u043e\u0439 \u0440\u0430\u0431\u043e\u0442\u044b \u043e\u0446\u0435\u043d\u0438\u0432\u0430\u043d\u0438\u044f \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0442\u0438\u043f \u0432\u0441\u0435\u0445 \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b\u043e\u0432 {oldName} \u043d\u0430 {newName}.", + "Format": "\u0424\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c", + "Formats": "\u0412\u0438\u0434\u044b \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f", + "Free text notes": "\u0417\u0430\u043c\u0435\u0442\u043a\u0438", + "Frequently Asked Questions": "\u0427\u0430\u0441\u0442\u043e \u0437\u0430\u0434\u0430\u0432\u0430\u0435\u043c\u044b\u0435 \u0432\u043e\u043f\u0440\u043e\u0441\u044b", + "Full Name": "\u041f\u043e\u043b\u043d\u043e\u0435 \u0438\u043c\u044f", + "Full Profile": "\u041f\u043e\u043b\u043d\u044b\u0439 \u043f\u0440\u043e\u0444\u0438\u043b\u044c", + "Fullscreen": "\u0412\u043e \u0432\u0435\u0441\u044c \u044d\u043a\u0440\u0430\u043d", + "Fully Supported": "\u041f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f", + "Gender": "\u041f\u043e\u043b", + "General": "\u041e\u0431\u0449\u0438\u0439", + "General Proctored Exam Rules": "\u041e\u0431\u0449\u0438\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u0430 \u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u044b\u0445 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u043e\u0432", + "Generate": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c", + "Generate Exception Certificates": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u044b \u0434\u043b\u044f \u0438\u0441\u043a\u043b\u044e\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0445 \u0441\u043b\u0443\u0447\u0430\u0435\u0432", + "Generate the user's certificate": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442", + "Get Credit": "\u041f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0437\u0430\u0447\u0451\u0442", + "Go Back": "\u0412\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f", + "Go to Dashboard": "\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u043f\u0430\u043d\u0435\u043b\u0438 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f", + "Go to my Dashboard": "\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u043c\u043e\u0435\u0439 \u043f\u0430\u043d\u0435\u043b\u0438 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f", + "Go to your Dashboard": "\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u043f\u0430\u043d\u0435\u043b\u0438 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f", + "Go to {platform} Home": "\u041f\u0435\u0440\u0435\u0439\u0442\u0438 {platform} \u0414\u043e\u043c\u043e\u0439", + "Government-Issued Photo ID": "\u0423\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u0435 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438 \u0433\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0433\u043e \u043e\u0431\u0440\u0430\u0437\u0446\u0430 \u0441 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439", + "Grace period must be specified in HH:MM format.": "\u041b\u044c\u0433\u043e\u0442\u043d\u044b\u0439 \u043f\u0435\u0440\u0438\u043e\u0434 \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u0437\u0430\u0434\u0430\u043d \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 \u0427\u0427:\u041c\u041c.", + "Grade": "\u041e\u0446\u0435\u043d\u043a\u0430", + "Grade as:": "\u041e\u0446\u0435\u043d\u0438\u0432\u0430\u0442\u044c \u043a\u0430\u043a:", + "Graded as:": "\u041e\u0446\u0435\u043d\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u043a\u0430\u043a:", + "Grading": "\u041e\u0446\u0435\u043d\u0438\u0432\u0430\u043d\u0438\u0435", + "Group": "\u0413\u0440\u0443\u043f\u043f\u0430", + "Group %s": "\u0413\u0440\u0443\u043f\u043f\u0430 %s", + "Group A": "\u0413\u0440\u0443\u043f\u043f\u0430 \u0410", + "Group B": "\u0413\u0440\u0443\u043f\u043f\u0430 \u0411", + "Group Configuration ID": "ID \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0433\u0440\u0443\u043f\u043f", + "Group Configuration Name": "\u0418\u043c\u044f \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0433\u0440\u0443\u043f\u043f", + "Group Configuration information": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0433\u0440\u0443\u043f\u043f", + "Group Configuration name is required.": "\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0443\u043a\u0430\u0437\u0430\u0442\u044c \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0433\u0440\u0443\u043f\u043f\u044b.", + "Group information": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u0433\u0440\u0443\u043f\u043f\u0435", + "Group name is required": "\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0433\u0440\u0443\u043f\u043f\u044b", + "Groups": "\u0413\u0440\u0443\u043f\u043f\u044b", + "H Align": "\u0412\u044b\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u043d\u0438\u0435 \u043f\u043e \u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u0438", + "HTML preview of post": "\u041f\u0440\u0435\u0434\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u0432 HTML", + "HTML source code": "\u0418\u0441\u0445\u043e\u0434\u043d\u044b\u0439 \u043a\u043e\u0434 HTML", + "Header": "\u0412\u0435\u0440\u0445\u043d\u0438\u0439 \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b", + "Header 1": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 1", + "Header 2": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 2", + "Header 3": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 3", + "Header 4": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 4", + "Header 5": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 5", + "Header 6": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 6", + "Header cell": "\u042f\u0447\u0435\u0439\u043a\u0430 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430", + "Headers": "\u0412\u0435\u0440\u0445\u043d\u0438\u0435 \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b\u044b", + "Heading": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a", + "Heading (Ctrl+H)": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a (Ctrl+H)", + "Heading 1": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 1", + "Heading 2": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 2", + "Heading 3": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 3", + "Heading 4": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 4", + "Heading 5": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 5", + "Heading 6": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 6", + "Headings": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0438", + "Height": "\u0412\u044b\u0441\u043e\u0442\u0430", + "Help Translate into {beta_language}": "\u041f\u043e\u043c\u043e\u0449\u044c \u0432 \u043f\u0435\u0440\u0435\u0432\u043e\u0434\u0435 {beta_language}", + "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "\u041f\u043e\u043c\u043e\u0433\u0438\u0442\u0435 \u0441\u043e\u043a\u0443\u0440\u0441\u043d\u0438\u043a\u0430\u043c \u0440\u0435\u0448\u0438\u0442\u044c, \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u044f\u0442\u044c\u0441\u044f \u043b\u0438 \u043a \u0432\u0430\u0448\u0435\u0439 \u043a\u043e\u043c\u0430\u043d\u0434\u0435, \u0443\u043a\u0430\u0437\u0430\u0432 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0435\u0451 \u043e\u0441\u043e\u0431\u0435\u043d\u043d\u043e\u0441\u0442\u0438. \u0412\u044b\u0431\u0438\u0440\u0430\u0439\u0442\u0435 \u0442\u0449\u0430\u0442\u0435\u043b\u044c\u043d\u043e, \u0432\u0435\u0434\u044c \u0447\u0435\u043c \u0431\u043e\u043b\u044c\u0448\u0435 \u0431\u0443\u0434\u0435\u0442 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0439, \u0442\u0435\u043c \u043c\u0435\u043d\u044c\u0448\u0435 \u043b\u044e\u0434\u0435\u0439 \u0437\u0430\u0445\u043e\u0447\u0435\u0442 \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043a \u0432\u0430\u0448\u0435\u0439 \u043a\u043e\u043c\u0430\u043d\u0434\u0435.", + "Hide": "\u0421\u043a\u0440\u044b\u0442\u044c", + "Hide Annotations": "\u0421\u043a\u0440\u044b\u0442\u044c \u043f\u043e\u044f\u0441\u043d\u0435\u043d\u0438\u044f", + "Hide Deprecated Settings": "\u0421\u043a\u0440\u044b\u0442\u044c \u0443\u0441\u0442\u0430\u0440\u0435\u0432\u0448\u0438\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", + "Hide Discussion": "\u0421\u043a\u0440\u044b\u0442\u044c \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u044f", + "Hide closed captions": "\u0421\u043a\u0440\u044b\u0442\u044c \u0431\u043e\u043a\u043e\u0432\u044b\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b", + "Hide content after course end date": "\u0421\u043a\u0440\u044b\u0442\u044c \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u043e\u0441\u043b\u0435 \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u044f \u043a\u0443\u0440\u0441\u0430.", + "Hide content after due date": "\u0421\u043a\u0440\u044b\u0442\u044c \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u043e \u0438\u0441\u0442\u0435\u0447\u0435\u043d\u0438\u0438 \u0441\u0440\u043e\u043a\u0430 \u0441\u0434\u0430\u0447\u0438", + "Hide entire subsection": "\u0421\u043a\u0440\u044b\u0442\u044c \u0432\u0435\u0441\u044c \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b", + "Hide from learners": "\u0421\u043a\u0440\u044b\u0442\u044c \u043e\u0442 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439", + "Hide notes": "\u0421\u043a\u0440\u044b\u0442\u044c \u0437\u0430\u043c\u0435\u0442\u043a\u0438", + "High Definition": "\u0412\u044b\u0441\u043e\u043a\u043e\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435", + "Highlighted text": "\u0412\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442", + "Horizontal Rule (Ctrl+R)": "\u0413\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u0430\u044f \u043b\u0438\u043d\u0438\u044f (Ctrl+R)", + "Horizontal line": "\u0413\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u0430\u044f \u043b\u0438\u043d\u0438\u044f", + "Horizontal space": "\u041e\u0442\u0441\u0442\u0443\u043f \u043f\u043e \u0448\u0438\u0440\u0438\u043d\u0435", + "How to create useful text alternatives.": "\u041a\u0430\u043a \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u044b\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u044f \u043a\u0430\u0440\u0442\u0438\u043d\u043e\u043a.", + "How to use %(platform_name)s discussions": "\u041a\u0430\u043a \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u044f\u043c\u0438 %(platform_name)s", + "Hyperlink (Ctrl+L)": "\u0413\u0438\u043f\u0435\u0440\u0441\u0441\u044b\u043b\u043a\u0430 (Ctrl+L)", + "I am ready to start this timed exam,": "\u042f \u0433\u043e\u0442\u043e\u0432 \u0441\u0434\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u044d\u043a\u0437\u0430\u043c\u0435\u043d.", + "ID": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440", + "ID-Verification is not required for this Professional Education course.": "\u0412\u0435\u0440\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438 \u043d\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0430 \u043f\u0440\u043e\u0444\u0435\u0441\u0441\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u0438\u044f.", + "Identity Verification In Progress": "\u0414\u0430\u043d\u043d\u044b\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u044b \u043d\u0430 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443", + "If the course does not have an end date, learners always see their scores when they submit answers to assessments.": "\u0415\u0441\u043b\u0438 \u0443 \u043a\u0443\u0440\u0441\u0430 \u043d\u0435 \u0437\u0430\u0434\u0430\u043d\u0430 \u0434\u0430\u0442\u0430 \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u044f, \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438 \u0431\u0443\u0434\u0443\u0442 \u0432\u0438\u0434\u0435\u0442\u044c \u0441\u0432\u043e\u0438 \u043e\u0446\u0435\u043d\u043a\u0438, \u043a\u0430\u043a \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u044f\u0442 \u043e\u0442\u0432\u0435\u0442\u044b \u043d\u0430 \u0437\u0430\u0434\u0430\u043d\u0438\u044f.", + "If the subsection does not have a due date, learners always see their scores when they submit answers to assessments.": "\u0415\u0441\u043b\u0438 \u0443 \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b\u0430 \u043d\u0435 \u0437\u0430\u0434\u0430\u043d \u0441\u0440\u043e\u043a \u0441\u0434\u0430\u0447\u0438, \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438 \u0431\u0443\u0434\u0443\u0442 \u0432\u0438\u0434\u0435\u0442\u044c \u0441\u0432\u043e\u0438 \u043e\u0446\u0435\u043d\u043a\u0438, \u043a\u0430\u043a \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u044f\u0442 \u043e\u0442\u0432\u0435\u0442\u044b \u043d\u0430 \u0437\u0430\u0434\u0430\u043d\u0438\u044f.", + "If the unit was previously published and released to learners, any changes you made to the unit when it was hidden will now be visible to learners.": "\u0415\u0441\u043b\u0438 \u0431\u043b\u043e\u043a \u0431\u044b\u043b \u043f\u0440\u0435\u0436\u0434\u0435 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d \u0438 \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f\u043c, \u0432\u0441\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f, \u0432\u043d\u0435\u0441\u0451\u043d\u043d\u044b\u0435 \u0432 \u043d\u0435\u0433\u043e, \u043f\u043e\u043a\u0430 \u043e\u043d \u0431\u044b\u043b \u0441\u043a\u0440\u044b\u0442, \u0442\u0435\u043f\u0435\u0440\u044c \u0431\u0443\u0434\u0443\u0442 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c\u0441\u044f \u0434\u043b\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439.", + "If you do not yet have an account, use the button below to register.": "\u0415\u0449\u0451 \u043d\u0435 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u044b? \u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \u043d\u0438\u0436\u0435.", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "\u0415\u0441\u043b\u0438 \u0432\u044b \u043d\u0435 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435 \u0441\u0432\u043e\u0438 \u0434\u0430\u043d\u043d\u044b\u0435, \u0432\u044b \u0432\u0441\u0451 \u0440\u0430\u0432\u043d\u043e \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u043a\u0443\u0440\u0441 \u0447\u0435\u0440\u0435\u0437 \u043f\u0430\u043d\u0435\u043b\u044c \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f. \u0412\u044b \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u0435\u0441\u043a\u0438 \u0431\u0443\u0434\u0435\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u044c \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u044f \u043e \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u0438 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438 \u043e\u0442 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b \u00ab%(platformName)s\u00bb.", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from {platformName} to verify your identity.": "\u0415\u0441\u043b\u0438 \u0432\u044b \u043d\u0435 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435 \u0441\u0432\u043e\u044e \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u044c \u0441\u0435\u0439\u0447\u0430\u0441, \u0432\u044b \u0432\u0441\u0451 \u0440\u0430\u0432\u043d\u043e \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043a\u0443\u0440\u0441\u0443 \u0447\u0435\u0440\u0435\u0437 \u043f\u0430\u043d\u0435\u043b\u044c \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f. \u0412\u044b \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u0435\u0441\u043a\u0438 \u0431\u0443\u0434\u0435\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u044c \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u044f \u043e \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u0438 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438 \u043e\u0442 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b \u00ab{platformName}\u00bb.", + "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "\u0415\u0441\u043b\u0438 \u0432\u044b \u043f\u043e\u043a\u0438\u043d\u0435\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443, \u043d\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0432 \u0438\u043b\u0438 \u043d\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0432 \u0441\u0432\u043e\u0439 \u043e\u0442\u0432\u0435\u0442, \u0432\u0432\u0435\u0434\u0451\u043d\u043d\u044b\u0439 \u0432\u0430\u043c\u0438 \u043e\u0442\u0432\u0435\u0442 \u0431\u0443\u0434\u0435\u0442 \u043f\u043e\u0442\u0435\u0440\u044f\u043d.", + "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "\u0415\u0441\u043b\u0438 \u0432\u044b \u043f\u043e\u043a\u0438\u043d\u0435\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443, \u043d\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0432 \u0432\u0430\u0448\u0443 \u043e\u0446\u0435\u043d\u043a\u0443, \u0432\u0432\u0435\u0434\u0451\u043d\u043d\u044b\u0435 \u0432\u0430\u043c\u0438 \u0434\u0430\u043d\u043d\u044b\u0435 \u0431\u0443\u0434\u0443\u0442 \u043f\u043e\u0442\u0435\u0440\u044f\u043d\u044b.", + "If you leave this page without submitting your self assessment, you will lose any work you have done.": "\u0415\u0441\u043b\u0438 \u0432\u044b \u043f\u043e\u043a\u0438\u043d\u0435\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443, \u043d\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0432 \u0438\u043b\u0438 \u043d\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0432 \u0441\u0432\u043e\u0439 \u043e\u0442\u0432\u0435\u0442, \u0432\u0432\u0435\u0434\u0451\u043d\u043d\u044b\u0435 \u0432\u0430\u043c\u0438 \u043e\u0442\u0432\u0435\u0442 \u0431\u0443\u0434\u0435\u0442 \u043f\u043e\u0442\u0435\u0440\u044f\u043d.", + "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "\u0415\u0441\u043b\u0438 \u0432\u044b \u043f\u043e\u043a\u0438\u043d\u0435\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443, \u043d\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0432 \u0438\u043b\u0438 \u043d\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0432 \u0437\u0430\u0434\u0430\u043d\u0438\u0435 \u043d\u0430 \u043e\u0446\u0435\u043d\u043a\u0443, \u0432\u0432\u0435\u0434\u0451\u043d\u043d\u044b\u0439 \u0432\u0430\u043c\u0438 \u043e\u0442\u0432\u0435\u0442 \u0431\u0443\u0434\u0435\u0442 \u043f\u043e\u0442\u0435\u0440\u044f\u043d.", + "If you make significant changes, make sure you notify members of the team before making these changes.": "\u041f\u0435\u0440\u0435\u0434 \u0442\u0435\u043c, \u043a\u0430\u043a \u0432\u043d\u043e\u0441\u0438\u0442\u044c \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f, \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0434\u0438\u0442\u0435 \u0434\u0440\u0443\u0433\u0438\u0445 \u0447\u043b\u0435\u043d\u043e\u0432 \u043a\u043e\u043c\u0430\u043d\u0434\u044b.", + "If you make this %(xblockType)s visible to learners, learners will be able to see its content after the release date has passed and you have published the unit. Only units that are explicitly hidden from learners will remain hidden after you clear this option for the %(xblockType)s.": "\u0415\u0441\u043b\u0438 \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u0431\u043b\u043e\u043a %(xblockType)s \u0432\u0438\u0434\u0438\u043c\u044b\u043c \u0434\u043b\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439, \u043d\u0430\u0447\u0438\u043d\u0430\u044f \u0441 \u0434\u0430\u0442\u044b \u0432\u044b\u043f\u0443\u0441\u043a\u0430 \u0438 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0431\u043b\u043e\u043a\u0430 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438 \u0441\u043c\u043e\u0433\u0443\u0442 \u043f\u0440\u043e\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0442\u044c \u0435\u0433\u043e \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435. \u0422\u043e\u043b\u044c\u043a\u043e \u0431\u043b\u043e\u043a\u0438, \u043d\u0430\u043c\u0435\u0440\u0435\u043d\u043d\u043e \u043f\u043e\u043c\u0435\u0447\u0435\u043d\u043d\u044b\u0435 \u043a\u0430\u043a \u0441\u043a\u0440\u044b\u0442\u044b\u0435, \u043e\u0441\u0442\u0430\u043d\u0443\u0442\u0441\u044f \u043d\u0435\u0432\u0438\u0434\u0438\u043c\u044b\u043c\u0438, \u043f\u043e\u0441\u043b\u0435 \u0442\u043e\u0433\u043e \u043a\u0430\u043a \u0432\u044b \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u0435 \u044d\u0442\u0443 \u043e\u043f\u0446\u0438\u044e \u0434\u043b\u044f %(xblockType)s.", + "If you select an option other than \"%(hide_label)s\", published units in this subsection become available to learners unless they are explicitly hidden.": "\u0415\u0441\u043b\u0438 \u0412\u044b \u0432\u044b\u0431\u0435\u0440\u0435\u0442\u0435 \u043a\u0430\u043a\u043e\u0439-\u043b\u0438\u0431\u043e \u0432\u0430\u0440\u0438\u0430\u043d\u0442 \u043a\u0440\u043e\u043c\u0435 \"%(hide_label)s\", \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0431\u043b\u043e\u043a\u0438 \u0438\u0437 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b\u0430 \u0441\u0442\u0430\u043d\u0443\u0442 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b \u043e\u0431\u0443\u0447\u0430\u044e\u0449\u0438\u043c\u0441\u044f, \u0437\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435\u043c \u0431\u043b\u043e\u043a\u043e\u0432, \u043d\u0430\u043c\u0435\u0440\u0435\u043d\u043d\u043e \u0441\u043a\u0440\u044b\u0442\u044b\u0445 \u0430\u0432\u0442\u043e\u0440\u0430\u043c\u0438.", + "If you use the Advanced Editor, this problem will be converted to XML and you will not be able to return to the Simple Editor Interface.\n\nProceed to the Advanced Editor and convert this problem to XML?": "\u0415\u0441\u043b\u0438 \u0432\u044b \u0432\u043e\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0435\u0441\u044c \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u044b\u043c \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u043e\u043c, \u0437\u0430\u0434\u0430\u043d\u0438\u0435 \u0431\u0443\u0434\u0435\u0442 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043e \u0432 \u0444\u043e\u0440\u043c\u0430\u0442 XML, \u0438 \u0432\u044b \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u043a \u043f\u0440\u043e\u0441\u0442\u043e\u043c\u0443 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0443.\n\n\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u043e\u043c\u0443 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0443 \u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u0442\u044c \u0437\u0430\u0434\u0430\u043d\u0438\u0435 \u0432 \u0444\u043e\u0440\u043c\u0430\u0442 XML?", + "Ignore": "\u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c", + "Ignore all": "\u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0432\u0441\u0435", + "Image": "\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435", + "Image (Ctrl+G)": "\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 (Ctrl+G)", + "Image Description": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f", + "Image Upload Error": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f", + "Image description": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f", + "Image must be in PNG format": "\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0434\u043e\u043b\u0436\u043d\u043e \u0438\u043c\u0435\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442 PNG", + "Image must be in PNG format.": "\u0417\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u043c\u043e\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0434\u043e\u043b\u0436\u043d\u043e \u0438\u043c\u0435\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442 PNG", + "Import YouTube Transcript": "\u0418\u043c\u043f\u043e\u0440\u0442 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043e\u0432 \u0441 YouTube", + "In Progress": "\u0412\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f", + "In the {linkStart}Course Outline{linkEnd}, use this group to control access to a component.": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u044d\u0442\u0443 \u0433\u0440\u0443\u043f\u043f\u0443 \u0432 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0443 \u0432 \u0440\u0430\u0437\u0434\u0435\u043b\u0435 {linkStart}\u0421\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430 \u043a\u0443\u0440\u0441\u0430{linkEnd}.", + "Increase indent": "\u0423\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0441\u0442\u0443\u043f", + "Individual Exceptions": "\u0418\u043d\u0434\u0438\u0432\u0438\u0434\u0443\u0430\u043b\u044c\u043d\u044b\u0435 \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f", + "Inline": "\u0412 \u0442\u0435\u043a\u0441\u0442\u0435", + "Insert": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c", + "Insert Hyperlink": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443", + "Insert Image (upload file or type URL)": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 (\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0438\u043b\u0438 \u0443\u043a\u0430\u0437\u0430\u0442\u044c URL)", + "Insert column after": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u043e\u043b\u0431\u0435\u0446 \u0441\u043f\u0440\u0430\u0432\u0430", + "Insert column before": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u043e\u043b\u0431\u0435\u0446 \u0441\u043b\u0435\u0432\u0430", + "Insert date/time": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0434\u0430\u0442\u0443/\u0432\u0440\u0435\u043c\u044f", + "Insert image": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435", + "Insert link": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443", + "Insert row after": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443 \u043d\u0438\u0436\u0435", + "Insert row before": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443 \u0432\u044b\u0448\u0435", + "Insert table": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0442\u0430\u0431\u043b\u0438\u0446\u0443", + "Insert template": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0448\u0430\u0431\u043b\u043e\u043d", + "Insert video": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0432\u0438\u0434\u0435\u043e", + "Insert/Edit Image": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c/\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435", + "Insert/edit image": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c/\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435", + "Insert/edit link": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c/\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443", + "Insert/edit video": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c/\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0438\u0434\u0435\u043e", + "Instructor Biography": "\u0411\u0438\u043e\u0433\u0440\u0430\u0444\u0438\u044f \u043f\u0440\u0435\u043f\u043e\u0434\u0430\u0432\u0430\u0442\u0435\u043b\u044f", + "Instructor Name": "\u0418\u043c\u044f \u043f\u0440\u0435\u043f\u043e\u0434\u0430\u0432\u0430\u0442\u0435\u043b\u044f", + "Instructor Photo": "\u0424\u043e\u0442\u043e \u043f\u0440\u0435\u043f\u043e\u0434\u0430\u0432\u0430\u0442\u0435\u043b\u044f", + "Instructor Photo URL": "\u0421\u0441\u044b\u043b\u043a\u0430 URL \u043d\u0430 \u0444\u043e\u0442\u043e \u043f\u0440\u0435\u043f\u043e\u0434\u0430\u0432\u0430\u0442\u0435\u043b\u044f", + "Instructor Title": "\u0424\u043e\u0440\u043c\u0430 \u043e\u0431\u0440\u0430\u0449\u0435\u043d\u0438\u044f \u043a \u043f\u0440\u0435\u043f\u043e\u0434\u0430\u0432\u0430\u0442\u0435\u043b\u044e", + "Instructor tools": "\u0418\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u044b \u043f\u0440\u0435\u043f\u043e\u0434\u0430\u0432\u0430\u0442\u0435\u043b\u044f", + "Internal Server Error.": "\u0412\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u044f\u044f \u043e\u0448\u0438\u0431\u043a\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430.", + "Introduction to Cookie Baking": "\u0412\u0432\u043e\u0434\u043d\u0430\u044f \u043f\u043e \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044e Cookie", + "Invalid email address: {email}": "\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b: {email}", + "Invalidate Certificate": "\u0410\u043d\u043d\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442", + "Invalidated": "\u0410\u043d\u043d\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u043e", + "Invalidated By": "\u0410\u043d\u043d\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043b", + "Is Sample Attempt": "\u041f\u0440\u043e\u0431\u043d\u0430\u044f \u043f\u043e\u043f\u044b\u0442\u043a\u0430", + "Is Visible To:": "\u0412\u0438\u0434\u0435\u043d:", + "Is this OK?": "\u0412\u0441\u0451 \u0432\u0435\u0440\u043d\u043e?", + "Is your name on your ID readable?": "\u0427\u0451\u0442\u043a\u043e \u043b\u0438 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044f \u0432\u0430\u0448\u0435 \u0438\u043c\u044f \u0432 \u0432\u0430\u0448\u0435\u043c \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u0438 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438?", + "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "\u041d\u0430\u0441\u0442\u043e\u044f\u0442\u0435\u043b\u044c\u043d\u043e \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u043c \u043d\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u0447\u0435\u0442\u044b\u0440\u0451\u0445 \u043f\u043e\u0434\u043f\u0438\u0441\u0435\u0439. \u041f\u0440\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0438 \u0431\u043e\u043b\u0435\u0435 \u0447\u0435\u0442\u044b\u0440\u0451\u0445 \u043f\u043e\u0434\u043f\u0438\u0441\u0435\u0439 \u043f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0432\u0435\u0440\u0441\u0438\u044e \u0434\u043b\u044f \u043f\u0435\u0447\u0430\u0442\u0438, \u0447\u0442\u043e\u0431\u044b \u0443\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0432 \u0442\u043e\u043c, \u0447\u0442\u043e \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u0443\u043c\u0435\u0449\u0430\u0435\u0442\u0441\u044f \u043d\u0430 \u043e\u0434\u043d\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435.", + "Italic": "\u041a\u0443\u0440\u0441\u0438\u0432", + "Italic (Ctrl+I)": "\u041a\u0443\u0440\u0441\u0438\u0432 (Ctrl+I)", + "January": "\u042f\u043d\u0432\u0430\u0440\u044c", + "Join Team": "\u041f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043a \u043a\u043e\u043c\u0430\u043d\u0434\u0435", + "Joined": "\u041f\u0440\u0438\u0441\u043e\u0435\u0434\u0435\u043d\u0438\u043b\u0441\u044f", + "Joined %(date)s": "\u0414\u0430\u0442\u0430 \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f %(date)s", + "Joined Date": "\u0414\u0430\u0442\u0430 \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f", + "July": "\u0418\u044e\u043b\u044c", + "June": "\u0418\u044e\u043d\u044c", + "Justify": "\u0412\u044b\u0440\u043e\u0432\u043d\u044f\u0442\u044c \u043f\u043e \u0448\u0438\u0440\u0438\u043d\u0435", + "KB": "\u041a\u0411", + "Key should only contain letters, numbers, _, or -": "\u041a\u043b\u044e\u0447 \u0434\u043e\u043b\u0436\u0435\u043d \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0431\u0443\u043a\u0432\u044b, \u0446\u0438\u0444\u0440\u044b, _ \u0438\u043b\u0438 -", + "Keywords": "\u041a\u043b\u044e\u0447\u0435\u0432\u044b\u0435 \u0441\u043b\u043e\u0432\u0430", + "LEARN MORE": "\u041f\u041e\u0414\u0420\u041e\u0411\u041d\u0415\u0415", + "Language": "\u042f\u0437\u044b\u043a", + "Large": "\u0411\u043e\u043b\u044c\u0448\u043e\u0439", + "Last Activity %(date)s": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c %(date)s", + "Last Edited:": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u043c\u043e\u0434\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f", + "Last Updated": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435", + "Last modified by": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435:", + "Last published %(last_published_date)s by %(publish_username)s": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0440\u0430\u0437 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043e %(last_published_date)s \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u043c %(publish_username)s", + "Last published {lastPublishedStart}{publishedOn}{lastPublishedEnd} by {publishedByStart}{publishedBy}{publishedByEnd}": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0440\u0430\u0437 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043e {lastPublishedStart}{publishedOn}{lastPublishedEnd} \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u043c {publishedByStart}{publishedBy}{publishedByEnd}", + "Learn More": "\u0423\u0437\u043d\u0430\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435", + "Learn more about {license_name}": "\u0423\u0437\u043d\u0430\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u043e {license_name}", + "Learners are added to this cohort automatically.": "\u0421\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438 \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u0432 \u044d\u0442\u0443 \u0433\u0440\u0443\u043f\u043f\u0443 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438.", + "Learners are added to this cohort only when you provide their email addresses or usernames on this page.": "\u0421\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438 \u0431\u0443\u0434\u0443\u0442 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u044b \u0432 \u0433\u0440\u0443\u043f\u043f\u0443, \u043a\u043e\u0433\u0434\u0430 \u0432\u044b \u0432\u0432\u0435\u0434\u0451\u0442\u0435 \u0438\u0445 \u0430\u0434\u0440\u0435\u0441\u0430 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b \u0438\u043b\u0438 \u0438\u043c\u0435\u043d\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u043d\u0430 \u044d\u0442\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435.", + "Learners do not see the subsection in the course outline. The subsection is not included in grade calculations.": "\u0421\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438 \u043d\u0435 \u0432\u0438\u0434\u044f\u0442 \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b \u0432 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0435 \u043a\u0443\u0440\u0441\u0430. \u041f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b \u043d\u0435 \u0443\u0447\u0438\u0442\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u043f\u0440\u0438 \u0432\u044b\u0432\u043e\u0434\u0435 \u0438\u0442\u043e\u0433\u043e\u0432\u043e\u0439 \u043e\u0446\u0435\u043d\u043a\u0438.", + "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the course end date has passed.": "\u0421\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438 \u043d\u0435 \u0443\u0432\u0438\u0434\u044f\u0442, \u0432\u0435\u0440\u0435\u043d \u043b\u0438 \u0438\u0445 \u043e\u0442\u0432\u0435\u0442, \u0430 \u0442\u0430\u043a\u0436\u0435 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u044b\u0435 \u0431\u0430\u043b\u043b\u044b, \u0434\u043e \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u044f \u043a\u0443\u0440\u0441\u0430.", + "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the due date for the subsection has passed.": "\u0421\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438 \u043d\u0435 \u0443\u0432\u0438\u0434\u044f\u0442, \u0432\u0435\u0440\u0435\u043d \u043b\u0438 \u0438\u0445 \u043e\u0442\u0432\u0435\u0442, \u0430 \u0442\u0430\u043a\u0436\u0435 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u044b\u0435 \u0431\u0430\u043b\u043b\u044b, \u0434\u043e \u0438\u0441\u0442\u0435\u0447\u0435\u043d\u0438\u044f \u0441\u0440\u043e\u043a\u0430 \u0441\u0434\u0430\u0447\u0438 \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b\u0430.", + "Learners never see whether their answers to assessments are correct or incorrect, nor the score received.": "\u0421\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438 \u043d\u0438\u043a\u043e\u0433\u0434\u0430 \u043d\u0435 \u0443\u0432\u0438\u0434\u044f\u0442, \u0432\u0435\u0440\u043d\u044b \u043b\u0438 \u0438\u0445 \u043e\u0442\u0432\u0435\u0442\u044b \u043d\u0430 \u0437\u0430\u0434\u0430\u043d\u0438\u044f, \u0430 \u0442\u0430\u043a\u0436\u0435 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u044b\u0435 \u0431\u0430\u043b\u043b\u044b.", + "Learners see the published subsection and can access its content.": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b \u0438 \u0435\u0433\u043e \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f\u043c.", + "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "\u0427\u0442\u043e\u0431\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u043c\u0443 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0431\u043b\u043e\u043a\u0430, \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438, \u0434\u043e\u043b\u0436\u043d\u044b \u043f\u0440\u043e\u0439\u0442\u0438 \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u043e\u0435 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u044c\u043d\u043e\u0435 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435. \u0421\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u043c \u043d\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438, \u043f\u043e\u043b\u0443\u0447\u0430\u0442 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u044d\u0442\u043e\u043c\u0443 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u043c\u0443 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438.", + "Learning Outcome": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043e\u0431\u0443\u0447\u0435\u043d\u0438\u044f", + "Leave Team": "\u041f\u043e\u043a\u0438\u043d\u0443\u0442\u044c \u043a\u043e\u043c\u0430\u043d\u0434\u0443", + "Leave this team?": "\u0412\u044b\u0439\u0442\u0438 \u0438\u0437 \u0441\u043e\u0441\u0442\u0430\u0432\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u044b?", + "Left": "\u041f\u043e \u043b\u0435\u0432\u043e\u043c\u0443 \u043a\u0440\u0430\u044e", + "Left to right": "\u0421\u043b\u0435\u0432\u0430 \u043d\u0430\u043f\u0440\u0430\u0432\u043e", + "Legal name": "\u0418\u043c\u044f", + "Less": "\u0421\u043a\u0440\u044b\u0442\u044c", + "Library User": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438", + "License Display": "\u041f\u043e\u043a\u0430\u0437 \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0438", + "License Type": "\u0422\u0438\u043f \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0438", + "Limit Access": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u043d\u044b\u0439 \u0434\u043e\u0441\u0442\u0443\u043f", + "Limited Profile": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u043d\u044b\u0439 \u043f\u0440\u043e\u0444\u0438\u043b\u044c", + "Link Description": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0441\u0441\u044b\u043b\u043a\u0438", + "Link Your Account": "\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u0441\u0432\u043e\u044e \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c", + "Link your {accountName} account": "\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u0441\u0432\u043e\u044e \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c {accountName}", + "Link your {accountName} account to your {platformName} account and use {accountName} to sign in to {platformName}.": "\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u0441\u0432\u043e\u044e \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c {accountName} \u043a \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438 \u00ab{platformName}\u00bb \u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 {accountName} \u0434\u043b\u044f \u0432\u0445\u043e\u0434\u0430 \u043d\u0430 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0443 \u00ab{platformName}\u00bb.", + "Linked Accounts": "\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0451\u043d\u043d\u044b\u0435 \u0443\u0447\u0451\u0442\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438", + "Linking": "\u041f\u0440\u0438\u0432\u044f\u0437\u043a\u0430 \u043a \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438", + "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "\u0421\u0441\u044b\u043b\u043a\u0438 \u0441\u043e\u0437\u0434\u0430\u044e\u0442\u0441\u044f \u043f\u043e \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044e \u0438 \u043e\u0441\u0442\u0430\u044e\u0442\u0441\u044f \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c\u0438 \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0435 5 \u043c\u0438\u043d\u0443\u0442 \u0432 \u0441\u0432\u044f\u0437\u0438 \u0441 \u0434\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u043e\u0441\u0442\u044c\u044e \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u043e\u0439 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f\u043c\u0438 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438.", + "List item": "\u041f\u0443\u043d\u043a\u0442 \u0441\u043f\u0438\u0441\u043a\u0430", + "List of Open Assessments is unavailable": "\u0421\u043f\u0438\u0441\u043e\u043a \u0437\u0430\u0434\u0430\u043d\u0438\u0439 \u0441 \u043e\u0442\u043a\u0440\u044b\u0442\u044b\u043c\u0438 \u043e\u0442\u0432\u0435\u0442\u0430\u043c\u0438 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d", + "List of uploaded files and assets in this course": "\u0421\u043f\u0438\u0441\u043e\u043a \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u043d\u044b\u0445 \u0444\u0430\u0439\u043b\u043e\u0432 \u0438 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u043e\u0432 \u043a\u0443\u0440\u0441\u0430", + "Live view of webcam": "\u0412\u0438\u0434\u0435\u043e \u0441 \u0432\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u044b", + "Load Another File": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0434\u0440\u0443\u0433\u043e\u0439 \u0444\u0430\u0439\u043b", + "Load all responses": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0432\u0441\u0435 \u043e\u0442\u0432\u0435\u0442\u044b", + "Load next {numResponses} responses": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 {numResponses} \u043e\u0442\u0432\u0435\u0442\u043e\u0432", "Load next {num_items} result": [ - "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 {num_items} \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442", - "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 {num_items} \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430", - "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 {num_items} \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432", + "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 {num_items} \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442", + "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 {num_items} \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430", + "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 {num_items} \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432", "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 {num_items} \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432" - ], - "Loading": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430", - "Loading content": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f", - "Loading data...": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0434\u0430\u043d\u043d\u044b\u0445...", - "Loading more threads": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0445 \u0442\u0435\u043c", - "Loading posts list": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0441\u043f\u0438\u0441\u043a\u0430 \u0442\u0435\u043c", - "Loading your courses": "\u0418\u0434\u0451\u0442 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0432\u0430\u0448\u0438\u0445 \u043a\u0443\u0440\u0441\u043e\u0432", - "Location": "\u041c\u0435\u0441\u0442\u043e\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435", - "Location in Course": "\u041c\u0435\u0441\u0442\u043e\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435 \u0432 \u043a\u0443\u0440\u0441\u0435", - "Lock this asset": "\u0411\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b", - "Lock/unlock file": "\u0417\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c/\u0440\u0430\u0437\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0444\u0430\u0439\u043b", - "Loud": "\u0413\u0440\u043e\u043c\u043a\u043e", - "Low": "\u0422\u0438\u0445\u043e", - "Lower Alpha": "\u0421\u0442\u0440\u043e\u0447\u043d\u044b\u0435 \u043b\u0430\u0442\u0438\u043d\u0441\u043a\u0438\u0435 \u0431\u0443\u043a\u0432\u044b", - "Lower Greek": "\u0421\u0442\u0440\u043e\u0447\u043d\u044b\u0435 \u0433\u0440\u0435\u0447\u0435\u0441\u043a\u0438\u0435 \u0431\u0443\u043a\u0432\u044b", - "Lower Roman": "\u0420\u0438\u043c\u0441\u043a\u0438\u0435 \u0447\u0438\u0441\u043b\u0430 \u0432 \u043d\u0438\u0436\u043d\u0435\u043c \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0435", - "MB": "\u041c\u0411", - "Make sure that the full name on your account matches the name on your ID.": "\u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u043f\u043e\u043b\u043d\u043e\u0435 \u0438\u043c\u044f \u0432 \u0432\u0430\u0448\u0435\u0439 \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438 \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u0435\u0442 \u0441 \u0438\u043c\u0435\u043d\u0435\u043c \u0432 \u0432\u0430\u0448\u0435\u043c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0435.", - "Make sure we can verify your identity with the photos and information you have provided.": "\u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u043c\u044b \u0441\u043c\u043e\u0436\u0435\u043c \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u0432\u0430\u0448\u0438 \u0434\u0430\u043d\u043d\u044b\u0435 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0439 \u0438 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438, \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u0445 \u0432\u0430\u043c\u0438.", - "Make sure your ID is well-lit": "\u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0432\u0430\u0448 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0445\u043e\u0440\u043e\u0448\u043e \u043e\u0441\u0432\u0435\u0449\u0451\u043d", - "Make sure your face is well-lit": "\u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0432\u0430\u0448\u0435 \u043b\u0438\u0446\u043e \u0445\u043e\u0440\u043e\u0448\u043e \u043e\u0441\u0432\u0435\u0449\u0435\u043d\u043e", - "Make this subsection available as a prerequisite to other content": "\u0421\u0434\u0435\u043b\u0430\u0439\u0442\u0435 \u043f\u0440\u043e\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435 \u044d\u0442\u043e\u0442 \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b\u0430 \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u043c \u0434\u043b\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u043f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u043c\u0443", - "Manage Learners": "\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0444\u043c\u0438", - "Manual": "\u0412\u0440\u0443\u0447\u043d\u0443\u044e", - "March": "\u041c\u0430\u0440\u0442", - "Mark Exam As Completed": "\u041e\u0442\u043c\u0435\u0442\u0438\u0442\u044c \u044d\u043a\u0437\u0430\u043c\u0435\u043d, \u043a\u0430\u043a \u0437\u0430\u0432\u0435\u0440\u0448\u0451\u043d\u043d\u044b\u0439", - "Mark enrollment code as unused": "\u041f\u043e\u043c\u0435\u0442\u0438\u0442\u044c \u043a\u043e\u0434 \u0437\u0430\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044f \u043a\u0430\u043a \u043d\u0435\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439", - "Markdown Editing Help": "Markdown: \u043f\u043e\u043c\u043e\u0449\u044c \u0432 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0438", - "Match case": "\u0423\u0447\u0438\u0442\u044b\u0432\u0430\u0442\u044c \u0440\u0435\u0433\u0438\u0441\u0442\u0440", - "Max file size exceeded": "\u041f\u0440\u0435\u0432\u044b\u0448\u0435\u043d \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u044b\u0439 \u0440\u0430\u0437\u043c\u0435\u0440 \u0444\u0430\u0439\u043b\u0430", - "Maximum": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0433\u0440\u043e\u043c\u043a\u043e\u0441\u0442\u044c", - "May": "\u041c\u0430\u0439", - "Membership": "\u0423\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0438", - "Merge cells": "\u041e\u0431\u044a\u0435\u0434\u0438\u043d\u0438\u0442\u044c \u044f\u0447\u0435\u0439\u043a\u0438", - "Message:": "\u0422\u0435\u043a\u0441\u0442 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f:", - "Middle": "\u0421\u0440\u0435\u0434\u043d\u0438\u0439", - "Midnight": "\u041f\u043e\u043b\u043d\u043e\u0447\u044c", - "Minimum Score:": "\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u044b\u0439 \u0431\u0430\u043b\u043b:", - "Module state successfully deleted.": "\u0421\u0442\u0430\u0442\u0443\u0441 \u043c\u043e\u0434\u0443\u043b\u044f \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0451\u043d.", - "More": "\u0415\u0449\u0451", - "Must be a Staff User to Perform this request.": "\u0422\u043e\u043b\u044c\u043a\u043e \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0430\u043c \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u043e \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0437\u0430\u043f\u0440\u043e\u0441\u0430.", - "Must complete verification checkpoint": "\u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u0440\u043e\u0439\u0442\u0438 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u044c\u043d\u043e\u0435 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438", - "Mute": "\u0412\u044b\u043a\u043b. \u0437\u0432\u0443\u043a", - "Muted": "\u0411\u0435\u0437 \u0437\u0432\u0443\u043a\u0430", - "My Orders": "\u041c\u043e\u0438 \u0437\u0430\u043a\u0430\u0437\u044b", - "My Team": "\u041c\u043e\u044f \u043a\u043e\u043c\u0430\u043d\u0434\u0430", - "N/A": "\u041d\u0435\u0442", - "Name": "\u0418\u043c\u044f", - "Name ": "\u0418\u043c\u044f", - "Name of the certificate": "\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430", - "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "\u0418\u043c\u0435\u043d\u0430 \u0433\u0440\u0443\u043f\u043f, \u043d\u0430\u0437\u043d\u0430\u0447\u0430\u0435\u043c\u044b\u0445 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f\u043c \u2013 \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u00ab\u041a\u043e\u043d\u0442\u0440\u043e\u043b\u044c\u00bb, \u00ab\u0412\u0438\u0434\u0435\u043e\u00bb, \u00ab\u0417\u0430\u0434\u0430\u043d\u0438\u044f\u00bb. \u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043d\u0430\u0437\u043d\u0430\u0447\u0438\u0442\u044c \u043d\u0435 \u043c\u0435\u043d\u0435\u0435 \u0434\u0432\u0443\u0445 \u0433\u0440\u0443\u043f\u043f.", - "Name of the signatory": "\u0418\u043c\u044f \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u0435\u043b\u044f, \u043f\u043e\u0434\u043f\u0438\u0441\u044b\u0432\u0430\u044e\u0449\u0435\u0433\u043e \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442", - "Name or short description of the configuration": "\u0418\u043c\u044f \u0438 \u043a\u0440\u0430\u0442\u043a\u043e\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0433\u0440\u0443\u043f\u043f", - "Needs verified certificate ": "\u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043e\u0444\u043e\u0440\u043c\u0438\u0442\u044c \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u044b\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442", - "Never published": "\u0420\u0430\u043d\u0435\u0435 \u043d\u0435 \u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043b\u043e\u0441\u044c", - "Never show assessment results": "\u041d\u0438\u043a\u043e\u0433\u0434\u0430 \u043d\u0435 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043e\u0446\u0435\u043d\u043a\u0438", - "New %(item_type)s": "\u041d\u043e\u0432\u0430\u044f %(item_type)s", - "New Address": "\u041d\u043e\u0432\u044b\u0439 \u0430\u0434\u0440\u0435\u0441", - "New Password": "\u041d\u043e\u0432\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c", - "New document": "\u041d\u043e\u0432\u044b\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442", - "New enrollment mode:": "\u041d\u043e\u0432\u044b\u0439 \u0440\u0435\u0436\u0438\u043c \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438:", - "New window": "\u041d\u043e\u0432\u043e\u0435 \u043e\u043a\u043d\u043e", - "Next": "\u0412\u043f\u0435\u0440\u0451\u0434", - "Next Step: Confirm your identity": "\u0414\u0430\u043b\u0435\u0435: \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435 \u043f\u043e\u0434\u043b\u0438\u043d\u043d\u043e\u0441\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0445", - "Next: %(nextStepTitle)s": "\u0414\u0430\u043b\u0435\u0435: %(nextStepTitle)s", - "No Content Group": "\u041d\u0435\u0442 \u0433\u0440\u0443\u043f\u043f\u044b \u043f\u043e \u0438\u0437\u0443\u0447\u0430\u0435\u043c\u044b\u043c \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u043c", - "No EdX Timed Transcript": "\u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044e\u0442 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u043f\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b EdX", - "No Flash Detected": "Flash \u043d\u0435 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d", - "No Timed Transcript": "\u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044e\u0442 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u043f\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b", - "No Webcam Detected": "\u0412\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u0430 \u043d\u0435 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0430", - "No color": "\u0411\u0435\u0441\u0446\u0432\u0435\u0442\u043d\u044b\u0439", - "No content-specific discussion topics exist.": "\u0412 \u043a\u0443\u0440\u0441\u0435 \u043d\u0435\u0442 \u0442\u0435\u043c \u0434\u043b\u044f \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u044f, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0445 \u0441 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u043c\u0438 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u043c\u0438.", - "No description available": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442", - "No posts matched your query.": "\u041f\u043e \u0432\u0430\u0448\u0435\u043c\u0443 \u0437\u0430\u043f\u0440\u043e\u0441\u0443 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e \u0442\u0435\u043c \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u044f.", - "No prerequisite": "\u041d\u0435\u0442 \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u0439", - "No receipt available": "\u041d\u0435\u0442 \u043a\u0432\u0438\u0442\u0430\u043d\u0446\u0438\u0438 \u043e\u0431 \u043e\u043f\u043b\u0430\u0442\u0435", - "No results": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044e\u0442", - "No results found for \"%(query_string)s\". Please try searching again.": "\u041f\u043e \u0437\u0430\u043f\u0440\u043e\u0441\u0443 \u00ab%(query_string)s\u00bb \u043d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u0438\u0441\u043a.", - "No results found for {original_query}. Showing results for {suggested_query}.": "\u041d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u043f\u043e \u0437\u0430\u043f\u0440\u043e\u0441\u0443 {original_query}. \u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u044e\u0442\u0441\u044f \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043f\u043e \u0437\u0430\u043f\u0440\u043e\u0441\u0443 {suggested_query}.", - "No tasks currently running.": "\u041d\u0435\u0442 \u0437\u0430\u0434\u0430\u0447.", - "No validation is performed on policy keys or value pairs. If you are having difficulties, check your formatting.": "\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u043a\u043b\u044e\u0447\u0435\u0439 \u0438 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439 \u0432 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u043d\u0435 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0441\u044f. \u0415\u0441\u043b\u0438 \u0443 \u0432\u0430\u0441 \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0438 \u0442\u0440\u0443\u0434\u043d\u043e\u0441\u0442\u0438, \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439.", - "Nonbreaking space": "\u041d\u0435\u0440\u0430\u0437\u0440\u044b\u0432\u043d\u044b\u0439 \u043f\u0440\u043e\u0431\u0435\u043b", - "None": "\u041d\u0435\u0442", - "Noon": "\u041f\u043e\u043b\u0434\u0435\u043d\u044c", - "Not Currently Available": "\u0417\u0430\u043f\u0438\u0441\u044c \u043f\u043e\u043a\u0430 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430", - "Not Graded": "\u041d\u0435 \u043e\u0446\u0435\u043d\u0438\u0432\u0430\u0435\u0442\u0441\u044f", - "Not Selected": "\u041d\u0435 \u0432\u044b\u0431\u0440\u0430\u043d\u043e", - "Not Supported": "\u041d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f", - "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u0434\u0430\u0442\u044c \u043f\u0440\u043e\u0445\u043e\u0434\u043d\u043e\u0439 \u0431\u0430\u043b\u043b \u043d\u0438\u0436\u0435 %(minimum_grade_cutoff)s%.", - "Not available": "\u041d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e", - "Not divided": "\u041d\u0435 \u0434\u0435\u043b\u0438\u0442\u0441\u044f \u043f\u043e \u0433\u0440\u0443\u043f\u043f\u0430\u043c", - "Not in Use": "\u041d\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f", - "Not selected": "\u041d\u0435 \u0432\u044b\u0431\u0440\u0430\u043d\u043e", - "Not specific to a course": "\u041a\u0443\u0440\u0441 \u043d\u0435 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d", - "Note": "\u0417\u0430\u043f\u0438\u0441\u044c", - "Note: Do not hide graded assignments after they have been released.": "\u041f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0435: \u043d\u0435 \u0437\u0430\u043a\u0440\u044b\u0432\u0430\u0439\u0442\u0435 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u0437\u0430\u0434\u0430\u043d\u0438\u044f\u043c, \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u043c\u044b\u043c \u043d\u0430 \u043e\u0446\u0435\u043d\u043a\u0443, \u043f\u043e\u0441\u043b\u0435 \u0438\u0445 \u0432\u044b\u043f\u0443\u0441\u043a\u0430.", - "Note: Learners can be in only one cohort. Adding learners to this group overrides any previous group assignment.": "\u041f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0435: \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044c \u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0441\u0442\u043e\u044f\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0432 \u043e\u0434\u043d\u043e\u0439 \u0433\u0440\u0443\u043f\u043f\u0435. \u0415\u0441\u043b\u0438 \u0432\u044b \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u0435 \u0435\u0433\u043e \u0432 \u044d\u0442\u0443 \u0433\u0440\u0443\u043f\u043f\u0443, \u043e\u043d \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d \u0438\u0437 \u043b\u044e\u0431\u043e\u0439 \u0434\u0440\u0443\u0433\u043e\u0439.", + ], + "Loading": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430", + "Loading content": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f", + "Loading data...": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0434\u0430\u043d\u043d\u044b\u0445...", + "Loading more threads": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0445 \u0442\u0435\u043c", + "Loading posts list": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0441\u043f\u0438\u0441\u043a\u0430 \u0442\u0435\u043c", + "Loading your courses": "\u0418\u0434\u0451\u0442 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0432\u0430\u0448\u0438\u0445 \u043a\u0443\u0440\u0441\u043e\u0432", + "Location": "\u041c\u0435\u0441\u0442\u043e\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435", + "Location in Course": "\u041c\u0435\u0441\u0442\u043e\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435 \u0432 \u043a\u0443\u0440\u0441\u0435", + "Lock this asset": "\u0411\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b", + "Lock/unlock file": "\u0417\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c/\u0440\u0430\u0437\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0444\u0430\u0439\u043b", + "Loud": "\u0413\u0440\u043e\u043c\u043a\u043e", + "Low": "\u0422\u0438\u0445\u043e", + "Lower Alpha": "\u0421\u0442\u0440\u043e\u0447\u043d\u044b\u0435 \u043b\u0430\u0442\u0438\u043d\u0441\u043a\u0438\u0435 \u0431\u0443\u043a\u0432\u044b", + "Lower Greek": "\u0421\u0442\u0440\u043e\u0447\u043d\u044b\u0435 \u0433\u0440\u0435\u0447\u0435\u0441\u043a\u0438\u0435 \u0431\u0443\u043a\u0432\u044b", + "Lower Roman": "\u0420\u0438\u043c\u0441\u043a\u0438\u0435 \u0447\u0438\u0441\u043b\u0430 \u0432 \u043d\u0438\u0436\u043d\u0435\u043c \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0435", + "MB": "\u041c\u0411", + "Make sure that the full name on your account matches the name on your ID.": "\u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u043f\u043e\u043b\u043d\u043e\u0435 \u0438\u043c\u044f \u0432 \u0432\u0430\u0448\u0435\u0439 \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438 \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u0435\u0442 \u0441 \u0438\u043c\u0435\u043d\u0435\u043c \u0432 \u0432\u0430\u0448\u0435\u043c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0435.", + "Make sure we can verify your identity with the photos and information you have provided.": "\u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u043c\u044b \u0441\u043c\u043e\u0436\u0435\u043c \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u0432\u0430\u0448\u0438 \u0434\u0430\u043d\u043d\u044b\u0435 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0439 \u0438 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438, \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u0445 \u0432\u0430\u043c\u0438.", + "Make sure your ID is well-lit": "\u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0432\u0430\u0448 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0445\u043e\u0440\u043e\u0448\u043e \u043e\u0441\u0432\u0435\u0449\u0451\u043d", + "Make sure your face is well-lit": "\u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0432\u0430\u0448\u0435 \u043b\u0438\u0446\u043e \u0445\u043e\u0440\u043e\u0448\u043e \u043e\u0441\u0432\u0435\u0449\u0435\u043d\u043e", + "Make this subsection available as a prerequisite to other content": "\u0421\u0434\u0435\u043b\u0430\u0439\u0442\u0435 \u043f\u0440\u043e\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435 \u044d\u0442\u043e\u0442 \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b\u0430 \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u043c \u0434\u043b\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u043f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u043c\u0443", + "Manage Learners": "\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0444\u043c\u0438", + "Manual": "\u0412\u0440\u0443\u0447\u043d\u0443\u044e", + "March": "\u041c\u0430\u0440\u0442", + "Mark Exam As Completed": "\u041e\u0442\u043c\u0435\u0442\u0438\u0442\u044c \u044d\u043a\u0437\u0430\u043c\u0435\u043d, \u043a\u0430\u043a \u0437\u0430\u0432\u0435\u0440\u0448\u0451\u043d\u043d\u044b\u0439", + "Mark enrollment code as unused": "\u041f\u043e\u043c\u0435\u0442\u0438\u0442\u044c \u043a\u043e\u0434 \u0437\u0430\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044f \u043a\u0430\u043a \u043d\u0435\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439", + "Markdown Editing Help": "Markdown: \u043f\u043e\u043c\u043e\u0449\u044c \u0432 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0438", + "Match case": "\u0423\u0447\u0438\u0442\u044b\u0432\u0430\u0442\u044c \u0440\u0435\u0433\u0438\u0441\u0442\u0440", + "Max file size exceeded": "\u041f\u0440\u0435\u0432\u044b\u0448\u0435\u043d \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u044b\u0439 \u0440\u0430\u0437\u043c\u0435\u0440 \u0444\u0430\u0439\u043b\u0430", + "Maximum": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0433\u0440\u043e\u043c\u043a\u043e\u0441\u0442\u044c", + "May": "\u041c\u0430\u0439", + "Membership": "\u0423\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0438", + "Merge cells": "\u041e\u0431\u044a\u0435\u0434\u0438\u043d\u0438\u0442\u044c \u044f\u0447\u0435\u0439\u043a\u0438", + "Message:": "\u0422\u0435\u043a\u0441\u0442 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f:", + "Middle": "\u0421\u0440\u0435\u0434\u043d\u0438\u0439", + "Midnight": "\u041f\u043e\u043b\u043d\u043e\u0447\u044c", + "Minimum Score:": "\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u044b\u0439 \u0431\u0430\u043b\u043b:", + "Module state successfully deleted.": "\u0421\u0442\u0430\u0442\u0443\u0441 \u043c\u043e\u0434\u0443\u043b\u044f \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0451\u043d.", + "More": "\u0415\u0449\u0451", + "Must be a Staff User to Perform this request.": "\u0422\u043e\u043b\u044c\u043a\u043e \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0430\u043c \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u043e \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0437\u0430\u043f\u0440\u043e\u0441\u0430.", + "Must complete verification checkpoint": "\u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u0440\u043e\u0439\u0442\u0438 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u044c\u043d\u043e\u0435 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438", + "Mute": "\u0412\u044b\u043a\u043b. \u0437\u0432\u0443\u043a", + "Muted": "\u0411\u0435\u0437 \u0437\u0432\u0443\u043a\u0430", + "My Orders": "\u041c\u043e\u0438 \u0437\u0430\u043a\u0430\u0437\u044b", + "My Team": "\u041c\u043e\u044f \u043a\u043e\u043c\u0430\u043d\u0434\u0430", + "N/A": "\u041d\u0435\u0442", + "Name": "\u0418\u043c\u044f", + "Name ": "\u0418\u043c\u044f", + "Name of the certificate": "\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430", + "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "\u0418\u043c\u0435\u043d\u0430 \u0433\u0440\u0443\u043f\u043f, \u043d\u0430\u0437\u043d\u0430\u0447\u0430\u0435\u043c\u044b\u0445 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f\u043c \u2013 \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u00ab\u041a\u043e\u043d\u0442\u0440\u043e\u043b\u044c\u00bb, \u00ab\u0412\u0438\u0434\u0435\u043e\u00bb, \u00ab\u0417\u0430\u0434\u0430\u043d\u0438\u044f\u00bb. \u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043d\u0430\u0437\u043d\u0430\u0447\u0438\u0442\u044c \u043d\u0435 \u043c\u0435\u043d\u0435\u0435 \u0434\u0432\u0443\u0445 \u0433\u0440\u0443\u043f\u043f.", + "Name of the signatory": "\u0418\u043c\u044f \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u0435\u043b\u044f, \u043f\u043e\u0434\u043f\u0438\u0441\u044b\u0432\u0430\u044e\u0449\u0435\u0433\u043e \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442", + "Name or short description of the configuration": "\u0418\u043c\u044f \u0438 \u043a\u0440\u0430\u0442\u043a\u043e\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0433\u0440\u0443\u043f\u043f", + "Needs verified certificate ": "\u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043e\u0444\u043e\u0440\u043c\u0438\u0442\u044c \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u044b\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442", + "Never published": "\u0420\u0430\u043d\u0435\u0435 \u043d\u0435 \u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043b\u043e\u0441\u044c", + "Never show assessment results": "\u041d\u0438\u043a\u043e\u0433\u0434\u0430 \u043d\u0435 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043e\u0446\u0435\u043d\u043a\u0438", + "New %(item_type)s": "\u041d\u043e\u0432\u0430\u044f %(item_type)s", + "New Address": "\u041d\u043e\u0432\u044b\u0439 \u0430\u0434\u0440\u0435\u0441", + "New Password": "\u041d\u043e\u0432\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c", + "New document": "\u041d\u043e\u0432\u044b\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442", + "New enrollment mode:": "\u041d\u043e\u0432\u044b\u0439 \u0440\u0435\u0436\u0438\u043c \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438:", + "New window": "\u041d\u043e\u0432\u043e\u0435 \u043e\u043a\u043d\u043e", + "Next": "\u0412\u043f\u0435\u0440\u0451\u0434", + "Next Step: Confirm your identity": "\u0414\u0430\u043b\u0435\u0435: \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435 \u043f\u043e\u0434\u043b\u0438\u043d\u043d\u043e\u0441\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0445", + "Next: %(nextStepTitle)s": "\u0414\u0430\u043b\u0435\u0435: %(nextStepTitle)s", + "No Content Group": "\u041d\u0435\u0442 \u0433\u0440\u0443\u043f\u043f\u044b \u043f\u043e \u0438\u0437\u0443\u0447\u0430\u0435\u043c\u044b\u043c \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u043c", + "No EdX Timed Transcript": "\u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044e\u0442 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u043f\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b EdX", + "No Flash Detected": "Flash \u043d\u0435 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d", + "No Timed Transcript": "\u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044e\u0442 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u043f\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b", + "No Webcam Detected": "\u0412\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u0430 \u043d\u0435 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0430", + "No color": "\u0411\u0435\u0441\u0446\u0432\u0435\u0442\u043d\u044b\u0439", + "No content-specific discussion topics exist.": "\u0412 \u043a\u0443\u0440\u0441\u0435 \u043d\u0435\u0442 \u0442\u0435\u043c \u0434\u043b\u044f \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u044f, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0445 \u0441 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u043c\u0438 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u043c\u0438.", + "No description available": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442", + "No posts matched your query.": "\u041f\u043e \u0432\u0430\u0448\u0435\u043c\u0443 \u0437\u0430\u043f\u0440\u043e\u0441\u0443 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e \u0442\u0435\u043c \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u044f.", + "No prerequisite": "\u041d\u0435\u0442 \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u0439", + "No receipt available": "\u041d\u0435\u0442 \u043a\u0432\u0438\u0442\u0430\u043d\u0446\u0438\u0438 \u043e\u0431 \u043e\u043f\u043b\u0430\u0442\u0435", + "No results": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044e\u0442", + "No results found for \"%(query_string)s\". Please try searching again.": "\u041f\u043e \u0437\u0430\u043f\u0440\u043e\u0441\u0443 \u00ab%(query_string)s\u00bb \u043d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u0438\u0441\u043a.", + "No results found for {original_query}. Showing results for {suggested_query}.": "\u041d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u043f\u043e \u0437\u0430\u043f\u0440\u043e\u0441\u0443 {original_query}. \u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u044e\u0442\u0441\u044f \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043f\u043e \u0437\u0430\u043f\u0440\u043e\u0441\u0443 {suggested_query}.", + "No tasks currently running.": "\u041d\u0435\u0442 \u0437\u0430\u0434\u0430\u0447.", + "No validation is performed on policy keys or value pairs. If you are having difficulties, check your formatting.": "\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u043a\u043b\u044e\u0447\u0435\u0439 \u0438 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439 \u0432 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u043d\u0435 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0441\u044f. \u0415\u0441\u043b\u0438 \u0443 \u0432\u0430\u0441 \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0438 \u0442\u0440\u0443\u0434\u043d\u043e\u0441\u0442\u0438, \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439.", + "Nonbreaking space": "\u041d\u0435\u0440\u0430\u0437\u0440\u044b\u0432\u043d\u044b\u0439 \u043f\u0440\u043e\u0431\u0435\u043b", + "None": "\u041d\u0435\u0442", + "Noon": "\u041f\u043e\u043b\u0434\u0435\u043d\u044c", + "Not Currently Available": "\u0417\u0430\u043f\u0438\u0441\u044c \u043f\u043e\u043a\u0430 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430", + "Not Graded": "\u041d\u0435 \u043e\u0446\u0435\u043d\u0438\u0432\u0430\u0435\u0442\u0441\u044f", + "Not Selected": "\u041d\u0435 \u0432\u044b\u0431\u0440\u0430\u043d\u043e", + "Not Supported": "\u041d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f", + "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u0434\u0430\u0442\u044c \u043f\u0440\u043e\u0445\u043e\u0434\u043d\u043e\u0439 \u0431\u0430\u043b\u043b \u043d\u0438\u0436\u0435 %(minimum_grade_cutoff)s%.", + "Not available": "\u041d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e", + "Not divided": "\u041d\u0435 \u0434\u0435\u043b\u0438\u0442\u0441\u044f \u043f\u043e \u0433\u0440\u0443\u043f\u043f\u0430\u043c", + "Not in Use": "\u041d\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f", + "Not selected": "\u041d\u0435 \u0432\u044b\u0431\u0440\u0430\u043d\u043e", + "Not specific to a course": "\u041a\u0443\u0440\u0441 \u043d\u0435 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d", + "Note": "\u0417\u0430\u043f\u0438\u0441\u044c", + "Note: Do not hide graded assignments after they have been released.": "\u041f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0435: \u043d\u0435 \u0437\u0430\u043a\u0440\u044b\u0432\u0430\u0439\u0442\u0435 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u0437\u0430\u0434\u0430\u043d\u0438\u044f\u043c, \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u043c\u044b\u043c \u043d\u0430 \u043e\u0446\u0435\u043d\u043a\u0443, \u043f\u043e\u0441\u043b\u0435 \u0438\u0445 \u0432\u044b\u043f\u0443\u0441\u043a\u0430.", + "Note: Learners can be in only one cohort. Adding learners to this group overrides any previous group assignment.": "\u041f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0435: \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044c \u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0441\u0442\u043e\u044f\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0432 \u043e\u0434\u043d\u043e\u0439 \u0433\u0440\u0443\u043f\u043f\u0435. \u0415\u0441\u043b\u0438 \u0432\u044b \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u0435 \u0435\u0433\u043e \u0432 \u044d\u0442\u0443 \u0433\u0440\u0443\u043f\u043f\u0443, \u043e\u043d \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d \u0438\u0437 \u043b\u044e\u0431\u043e\u0439 \u0434\u0440\u0443\u0433\u043e\u0439.", "Note: You are %s hour ahead of server time.": [ - "\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u0412\u0430\u0448\u0435 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u043e\u043f\u0435\u0440\u0435\u0436\u0430\u0435\u0442 \u0432\u0440\u0435\u043c\u044f \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043d\u0430 %s \u0447\u0430\u0441.", - "\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u0412\u0430\u0448\u0435 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u043e\u043f\u0435\u0440\u0435\u0436\u0430\u0435\u0442 \u0432\u0440\u0435\u043c\u044f \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043d\u0430 %s \u0447\u0430\u0441\u0430.", - "\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u0412\u0430\u0448\u0435 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u043e\u043f\u0435\u0440\u0435\u0436\u0430\u0435\u0442 \u0432\u0440\u0435\u043c\u044f \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043d\u0430 %s \u0447\u0430\u0441\u043e\u0432.", + "\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u0412\u0430\u0448\u0435 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u043e\u043f\u0435\u0440\u0435\u0436\u0430\u0435\u0442 \u0432\u0440\u0435\u043c\u044f \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043d\u0430 %s \u0447\u0430\u0441.", + "\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u0412\u0430\u0448\u0435 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u043e\u043f\u0435\u0440\u0435\u0436\u0430\u0435\u0442 \u0432\u0440\u0435\u043c\u044f \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043d\u0430 %s \u0447\u0430\u0441\u0430.", + "\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u0412\u0430\u0448\u0435 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u043e\u043f\u0435\u0440\u0435\u0436\u0430\u0435\u0442 \u0432\u0440\u0435\u043c\u044f \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043d\u0430 %s \u0447\u0430\u0441\u043e\u0432.", "\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u0412\u0430\u0448\u0435 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u043e\u043f\u0435\u0440\u0435\u0436\u0430\u0435\u0442 \u0432\u0440\u0435\u043c\u044f \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043d\u0430 %s \u0447\u0430\u0441\u043e\u0432." - ], + ], "Note: You are %s hour behind server time.": [ - "\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u0412\u0430\u0448\u0435 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u043e\u0442\u0441\u0442\u0430\u0451\u0442 \u043e\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043d\u0430 %s \u0447\u0430\u0441.", - "\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u0412\u0430\u0448\u0435 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u043e\u0442\u0441\u0442\u0430\u0451\u0442 \u043e\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043d\u0430 %s \u0447\u0430\u0441\u0430.", - "\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u0412\u0430\u0448\u0435 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u043e\u0442\u0441\u0442\u0430\u0451\u0442 \u043e\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043d\u0430 %s \u0447\u0430\u0441\u043e\u0432.", + "\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u0412\u0430\u0448\u0435 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u043e\u0442\u0441\u0442\u0430\u0451\u0442 \u043e\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043d\u0430 %s \u0447\u0430\u0441.", + "\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u0412\u0430\u0448\u0435 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u043e\u0442\u0441\u0442\u0430\u0451\u0442 \u043e\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043d\u0430 %s \u0447\u0430\u0441\u0430.", + "\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u0412\u0430\u0448\u0435 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u043e\u0442\u0441\u0442\u0430\u0451\u0442 \u043e\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043d\u0430 %s \u0447\u0430\u0441\u043e\u0432.", "\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u0412\u0430\u0448\u0435 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u043e\u0442\u0441\u0442\u0430\u0451\u0442 \u043e\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043d\u0430 %s \u0447\u0430\u0441\u043e\u0432." - ], - "Noted in:": "\u0417\u0430\u043f\u0438\u0441\u044c \u0441\u0434\u0435\u043b\u0430\u043d\u0430 \u0432:", - "Notes": "\u041f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u044f", - "Notes hidden": "\u0417\u0430\u043c\u0435\u0442\u043a\u0438 \u0441\u043a\u0440\u044b\u0442\u044b", - "Notes visible": "\u0417\u0430\u043c\u0435\u0442\u043a\u0438 \u0432\u0438\u0434\u0438\u043c\u044b", - "November": "\u041d\u043e\u044f\u0431\u0440\u044c", - "Now": "\u0421\u0435\u0439\u0447\u0430\u0441", - "Number Sent": "\u041d\u043e\u043c\u0435\u0440 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f", - "Number of Droppable": "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043e\u0442\u0431\u0440\u0430\u0441\u044b\u0432\u0430\u0435\u043c\u044b\u0445", - "Number of Students": "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439", - "Numbered List (Ctrl+O)": "\u041d\u0443\u043c\u0435\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a (Ctrl+O)", - "Numbered list": "\u041d\u0443\u043c\u0435\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a", - "OK": "\u041e\u041a", - "ORDER NAME": "\u0418\u043c\u044f \u0437\u0430\u043a\u0430\u0437\u0447\u0438\u043a\u0430 ", - "ORDER NUMBER": "\u041d\u043e\u043c\u0435\u0440 \u0437\u0430\u043a\u0430\u0437\u0430", - "ORDER PLACED": "\u041c\u0435\u0441\u0442\u043e \u0437\u0430\u043a\u0430\u0437\u0430 ", - "October": "\u041e\u043a\u0442\u044f\u0431\u0440\u044c", - "Ok": "\u041e\u041a", - "Once in position, use the camera button {icon} to capture your ID": "\u041a\u043e\u0433\u0434\u0430 \u0431\u0443\u0434\u0435\u0442\u0435 \u0433\u043e\u0442\u043e\u0432\u044b, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \u0441 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043c \u043a\u0430\u043c\u0435\u0440\u044b {icon}, \u0447\u0442\u043e\u0431\u044b \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0441\u043d\u0438\u043c\u043e\u043a \u0432\u0430\u0448\u0435\u0433\u043e \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u044f \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438", - "Once in position, use the camera button {icon} to capture your photo": "\u041a\u043e\u0433\u0434\u0430 \u0431\u0443\u0434\u0435\u0442\u0435 \u0433\u043e\u0442\u043e\u0432\u044b, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \u0441 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043c \u043a\u0430\u043c\u0435\u0440\u044b {icon}, \u0447\u0442\u043e\u0431\u044b \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0441\u043d\u0438\u043c\u043e\u043a", - "One or more rescheduling tasks failed.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u043e\u0434\u043d\u0443 \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0437\u0430\u0434\u0430\u0447.", - "Only properly formatted .csv files will be accepted.": "\u0422\u043e\u043b\u044c\u043a\u043e \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u043e\u0442\u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0444\u0430\u0439\u043b\u044b .csv \u0431\u0443\u0434\u0443\u0442 \u043f\u0440\u0438\u043d\u044f\u0442\u044b.", - "Only the parent course staff of a CCX can create content groups.": "\u0422\u043e\u043b\u044c\u043a\u043e \u0447\u043b\u0435\u043d\u044b \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u0434\u043b\u044f CCX \u043a\u0443\u0440\u0441\u0430 \u043c\u043e\u0433\u0443\u0442 \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u044b \u043f\u043e \u0438\u0437\u0443\u0447\u0430\u0435\u043c\u044b\u043c \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u043c.", - "Open Calculator": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440", - "Open language menu": "\u0412\u044b\u0431\u043e\u0440 \u044f\u0437\u044b\u043a\u0430", - "Open the certificate you earned for the %(title)s program.": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442, \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u044b\u0439 \u0432\u0430\u043c\u0438 \u043f\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0435 \u00ab%(title)s\u00bb.", - "Open/download this file": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c/\u0441\u043a\u0430\u0447\u0430\u0442\u044c \u0444\u0430\u0439\u043b", - "Option Deleted": "\u0412\u0430\u0440\u0438\u0430\u043d\u0442 \u0443\u0434\u0430\u043b\u0451\u043d", - "Optional Characteristics": "\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b", - "Optional long description": "\u0420\u0430\u0437\u0432\u0451\u0440\u043d\u0443\u0442\u043e\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435, \u043d\u0435\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e", - "Options for {license_name}": "\u041e\u043f\u0446\u0438\u0438 \u0434\u043b\u044f {license_name}", - "Order Details": "\u0420\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u044b \u0437\u0430\u043a\u0430\u0437\u0430", - "Order History": "\u0418\u0441\u0442\u043e\u0440\u0438\u044f \u0437\u0430\u043a\u0430\u0437\u043e\u0432", - "Order No.": "\u0417\u0430\u043a\u0430\u0437 \u2116", - "Order Number": "\u041d\u043e\u043c\u0435\u0440 \u0437\u0430\u043a\u0430\u0437\u0430", - "Organization": "\u041e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u044f", - "Organization ": "\u041e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u044f", - "Organization Name": "\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u0438", - "Organization of the signatory": "\u041c\u0435\u0441\u0442\u043e \u0440\u0430\u0431\u043e\u0442\u044b \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u0435\u043b\u044f, \u043f\u043e\u0434\u043f\u0438\u0441\u044b\u0432\u0430\u044e\u0449\u0435\u0433\u043e \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442", - "Other": "\u0414\u0440\u0443\u0433\u043e\u0435", - "Overall Score": "\u0418\u0442\u043e\u0433\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430", - "Page break": "\u041a\u043e\u043d\u0435\u0446 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b", - "Page number out of %(total_pages)s": "\u0421\u0442\u0430\u0440\u043d\u0438\u0446\u0430 \u0438\u0437 %(total_pages)s", - "Pagination": "\u041d\u0443\u043c\u0435\u0440\u0430\u0446\u0438\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446", - "Paragraph": "\u0410\u0431\u0437\u0430\u0446", - "Passed Proctoring": "\u041e\u0442\u0441\u043c\u043e\u0442\u0440 \u043f\u0440\u043e\u0439\u0434\u0435\u043d", - "Password": "\u041f\u0430\u0440\u043e\u043b\u044c", - "Password assistance": "\u041f\u043e\u043c\u043e\u0449\u044c \u0441 \u043f\u0430\u0440\u043e\u043b\u0435\u043c", - "Password is incorrect": "\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c.", - "Paste": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c", - "Paste as text": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043a\u0430\u043a \u0442\u0435\u043a\u0441\u0442", - "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0432 \u0440\u0435\u0436\u0438\u043c\u0435 \u043e\u0431\u044b\u0447\u043d\u043e\u0433\u043e \u0442\u0435\u043a\u0441\u0442\u0430. \u0421\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435 \u0431\u0443\u0434\u0435\u0442 \u0432\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043e \u0432 \u0432\u0438\u0434\u0435 \u043f\u0440\u043e\u0441\u0442\u043e\u0433\u043e \u0442\u0435\u043a\u0441\u0442\u0430, \u043f\u043e\u043a\u0430 \u0432\u044b \u043d\u0435 \u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u044d\u0442\u0443 \u043e\u043f\u0446\u0438\u044e.", - "Paste row after": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443 \u043d\u0438\u0436\u0435", - "Paste row before": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443 \u0432\u044b\u0448\u0435", - "Paste your embed code below:": "\u0412\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u043a\u043e\u0434 \u043d\u0438\u0436\u0435", - "Path to Signature Image": "\u041f\u0443\u0442\u044c \u043a \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044e \u043f\u043e\u0434\u043f\u0438\u0441\u0438", - "Pause": "\u041f\u0430\u0443\u0437\u0430", - "Peer": "\u0412\u0437\u0430\u0438\u043c\u043e\u043e\u0446\u0435\u043d\u043a\u0430", - "Pending Session Review": "\u041e\u0436\u0438\u0434\u0430\u043d\u0438\u0435 \u043e\u0442\u0441\u043c\u043e\u0442\u0440\u0430", - "Photo": "\u0424\u043e\u0442\u043e", - "Photo Captured successfully.": "\u0421\u043d\u0438\u043c\u043e\u043a \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0434\u0435\u043b\u0430\u043d.", - "Photo ID": "\u0423\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u0435 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438 \u0441 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439", - "Photo Identification": "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0441 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439", - "Photo of %(fullName)s": "\u0424\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044f %(fullName)s", - "Photo of %(fullName)s's ID": "\u0424\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044f \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430, %(fullName)s", - "Photo requirements:": "\u0422\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f \u043a \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438:", - "Photos don't meet the requirements?": "\u0424\u043e\u0442\u043e \u043d\u0435 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0442 \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f\u043c?", - "Placeholder": "\u0417\u0430\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c", - "Play": "\u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0441\u0442\u0438", - "Play video": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0432\u0438\u0434\u0435\u043e", - "Please Note": "\u041e\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435!", - "Please add a photo of the instructor (Note: only JPEG or PNG format supported)": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0434\u043e\u0431\u0430\u0432\u044c\u0442\u0435 \u0444\u043e\u0442\u043e \u043f\u0440\u0435\u043f\u043e\u0434\u0430\u0432\u0430\u0442\u0435\u043b\u044f (\u041f\u0420\u0418\u041c\u0415\u0427\u0410\u041d\u0418\u0415: \u0442\u043e\u043b\u044c\u043a\u043e \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 JPEG \u0438\u043b\u0438 PNG)", - "Please add the institute where the instructor is associated": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0434\u043e\u0431\u0430\u0432\u044c\u0442\u0435 \u0443\u0447\u0435\u0431\u043d\u043e\u0435 \u0437\u0430\u0432\u0435\u0434\u0435\u043d\u0438\u0435, \u0441 \u043a\u043e\u0442\u043e\u0440\u044b\u043c \u0441\u0432\u044f\u0437\u0430\u043d \u043f\u0440\u0435\u043f\u043e\u0434\u0430\u0432\u0430\u0442\u0435\u043b\u044c", - "Please add the instructor's biography": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0434\u043e\u0431\u0430\u0432\u044c\u0442\u0435 \u0431\u0438\u043e\u0433\u0440\u0430\u0444\u0438\u044e \u043f\u0440\u0435\u043f\u043e\u0434\u0430\u0432\u0430\u0442\u0435\u043b\u044f", - "Please add the instructor's name": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0434\u043e\u0431\u0430\u0432\u044c\u0442\u0435 \u0438\u043c\u044f \u043f\u0440\u0435\u043f\u043e\u0434\u0430\u0432\u0430\u0442\u0435\u043b\u044f", - "Please add the instructor's title": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0443\u043a\u0430\u0436\u0438\u0442\u0435 \u0444\u043e\u0440\u043c\u0443 \u043e\u0431\u0440\u0430\u0449\u0435\u043d\u0438\u044f \u043a \u043f\u0440\u0435\u043f\u043e\u0434\u0430\u0432\u0430\u0442\u0435\u043b\u044e", - "Please address the errors on this page first, and then save your progress.": "\u041f\u0435\u0440\u0435\u0434 \u0442\u0435\u043c, \u043a\u0430\u043a \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0441\u0432\u043e\u0439 \u043f\u0440\u043e\u0433\u0440\u0435\u0441\u0441, \u0438\u0441\u043f\u0440\u0430\u0432\u044c\u0442\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 \u043d\u0430 \u044d\u0442\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435.", - "Please check the following validation feedbacks and reflect them in your course settings:": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043e\u0442\u0437\u044b\u0432\u044b \u0438 \u043e\u0442\u0440\u0430\u0437\u0438\u0442\u0435 \u0438\u0445 \u0432 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445 \u043a\u0443\u0440\u0441\u0430", - "Please correct the outlined fields.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043f\u0440\u0430\u0432\u044c\u0442\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0432 \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 \u043f\u043e\u043b\u044f\u0445.", - "Please describe this image or agree that it has no contextual value by checking the checkbox.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043e\u043f\u0438\u0448\u0438\u0442\u0435 \u044d\u0442\u0443 \u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0443 \u0438\u043b\u0438 \u0441\u043e\u0433\u043b\u0430\u0441\u0438\u0442\u0435\u0441\u044c \u0441 \u0442\u0435\u043c, \u0447\u0442\u043e \u043e\u043d\u0430 \u043d\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u044f, \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0432 \u0444\u043b\u0430\u0436\u043e\u043a.", - "Please do not use any spaces in this field.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043d\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043f\u0440\u043e\u0431\u0435\u043b\u044b \u0432 \u044d\u0442\u043e\u043c \u043f\u043e\u043b\u0435.", - "Please do not use any spaces or special characters in this field.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432 \u044d\u0442\u043e\u043c \u043f\u043e\u043b\u0435 \u043d\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043f\u0440\u043e\u0431\u0435\u043b\u044b \u0438\u043b\u0438 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0435 \u0441\u0438\u043c\u0432\u043e\u043b\u044b.", - "Please enter a problem location.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043c\u0435\u0441\u0442\u043e\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435 \u0437\u0430\u0434\u0430\u043d\u0438\u044f.", - "Please enter a student email address or username.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441 \u0438\u043b\u0438 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.", - "Please enter a term in the {anchorStart} search field{anchorEnd}.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0442\u0435\u0440\u043c\u0438\u043d \u0432 {anchorStart} \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u043f\u043e\u0438\u0441\u043a\u0430 {anchorEnd}.", - "Please enter a username or email.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438\u043b\u0438 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441.", - "Please enter a valid donation amount.": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0441\u0443\u043c\u043c\u044b", - "Please enter an integer between %(min)s and %(max)s.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0446\u0435\u043b\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u0432 \u0434\u0438\u0430\u043f\u0430\u0437\u043e\u043d\u0435 \u043e\u0442 %(min)s \u0434\u043e %(max)s.", - "Please enter an integer between 0 and 100.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0446\u0435\u043b\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u0432 \u0434\u0438\u0430\u043f\u0430\u0437\u043e\u043d\u0435 \u043e\u0442 0 \u0434\u043e 100.", - "Please enter an integer greater than 0.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0446\u0435\u043b\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u0431\u043e\u043b\u044c\u0448\u0435 0.", - "Please enter non-negative integer.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0446\u0435\u043b\u043e\u0435 \u043d\u0435\u043e\u0442\u0440\u0438\u0446\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e.", - "Please enter valid start date and time.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0443\u044e \u0434\u0430\u0442\u0443 \u0438 \u0432\u0440\u0435\u043c\u044f \u043d\u0430\u0447\u0430\u043b\u0430.", - "Please enter your %(field)s.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0437\u0430\u043f\u043e\u043b\u043d\u0438\u0442\u0435 \u043f\u043e\u043b\u0435 %(field)s.", - "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0441\u043b\u0435\u0434\u0443\u0439\u0442\u0435 \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f\u043c, \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0444\u0430\u0439\u043b \u0432 \u0434\u0440\u0443\u0433\u043e\u043c \u043c\u0435\u0441\u0442\u0435 \u0438 \u0441\u0441\u044b\u043b\u043a\u0443 \u043d\u0430 \u043d\u0435\u0433\u043e: {maxFileSizeRedirectUrl}", - "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "\u042d\u0442\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u2013 \u0432\u0430\u0448\u0430 \u043a\u0432\u0438\u0442\u0430\u043d\u0446\u0438\u044f \u043e\u0431 \u043e\u043f\u043b\u0430\u0442\u0435. \u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u043c \u0440\u0430\u0441\u043f\u0435\u0447\u0430\u0442\u0430\u0442\u044c \u0435\u0451. \u0412\u044b \u0442\u0430\u043a\u0436\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0441 \u044d\u0442\u043e\u0439 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0435\u0439.", - "Please provide a description of the link destination.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0434\u0430\u0439\u0442\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0441\u0441\u044b\u043b\u043a\u0438.", - "Please provide a valid URL.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0443\u043a\u0430\u0436\u0438\u0442\u0435 \u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u044b\u0439 URL.", - "Please specify a reason.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0443\u043a\u0430\u0436\u0438\u0442\u0435 \u043f\u0440\u0438\u0447\u0438\u043d\u0443.", - "Please verify that you have uploaded a valid image (PNG and JPEG).": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u043e \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0432 \u043d\u0443\u0436\u043d\u043e\u043c \u0444\u043e\u0440\u043c\u0430\u0442\u0435 (PNG \u0438 JPEG).", - "Please verify that your webcam is connected and that you have allowed your browser to access it.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0432\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u0430 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0430 \u0438 \u0447\u0442\u043e \u0432\u044b \u0440\u0430\u0437\u0440\u0435\u0448\u0438\u043b\u0438 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043d\u0435\u0439 \u0432 \u0441\u0432\u043e\u0451\u043c \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435.", - "Please wait": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435", - "Post": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u0442\u044c", - "Poster": "\u043f\u043b\u0430\u043a\u0430\u0442", - "Practice Exam Completed": "\u0412\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0431\u043d\u043e\u0433\u043e \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0451\u043d\u043e", - "Practice Exam Failed": "\u041f\u0440\u043e\u0431\u043d\u044b\u0439 \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u043f\u0440\u043e\u0432\u0430\u043b\u0435\u043d", - "Practice Proctored": "\u041f\u0440\u043e\u0431\u043d\u043e\u0435 \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u0435", - "Practice proctored Exam": "\u041f\u0440\u043e\u0431\u043d\u043e\u0435 \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u0435 \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u0435", - "Pre": "\u0442\u0435\u0433", - "Preferred Language": "\u041f\u0440\u0435\u0434\u043f\u043e\u0447\u0438\u0442\u0430\u0435\u043c\u044b\u0439 \u044f\u0437\u044b\u043a", - "Preformatted": "\u0428\u0430\u0431\u043b\u043e\u043d \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f", - "Prerequisite:": "\u0422\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f:", - "Prerequisite: %(prereq_display_name)s": "\u041f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0443\u0441\u043b\u043e\u0432\u0438\u0435: %(prereq_display_name)s", - "Press UP to enter the speed menu then use the UP and DOWN arrow keys to navigate the different speeds, then press ENTER to change to the selected speed.": "\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043b\u0430\u0432\u0438\u0448\u0443 \u00ab\u0421\u0442\u0440\u0435\u043b\u043a\u0430 \u0432\u0432\u0435\u0440\u0445\u00bb \u0434\u043b\u044f \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u0432\u043e\u0439\u0442\u0438 \u0432 \u043c\u0435\u043d\u044e \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u0438, \u0437\u0430\u0442\u0435\u043c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043a\u043b\u0430\u0432\u0438\u0448\u0438 \u00ab\u0421\u0442\u0440\u0435\u043b\u043a\u0430 \u0432\u0432\u0435\u0440\u0445\u00bb \u0438 \u00ab\u0421\u0442\u0440\u0435\u043b\u043a\u0430 \u0432\u043d\u0438\u0437\u00bb \u0434\u043b\u044f \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u0438, \u043f\u043e\u0441\u043b\u0435 \u0447\u0435\u0433\u043e \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043b\u0430\u0432\u0438\u0448\u0443 \u00ab\u0412\u0432\u043e\u0434\u00bb \u0434\u043b\u044f \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0439 \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u0438.", - "Press the UP arrow key to enter the language menu then use UP and DOWN arrow keys to navigate language options. Press ENTER to change to the selected language.": "\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043b\u0430\u0432\u0438\u0448\u0443 \u00ab\u0421\u0442\u0440\u0435\u043b\u043a\u0430 \u0432\u0432\u0435\u0440\u0445\u00bb \u0434\u043b\u044f \u0432\u0445\u043e\u0434\u0430 \u0432 \u044f\u0437\u044b\u043a\u043e\u0432\u043e\u0435 \u043c\u0435\u043d\u044e \u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043a\u043b\u0430\u0432\u0438\u0448\u0438 \u00ab\u0421\u0442\u0440\u0435\u043b\u043a\u0430 \u0432\u0432\u0435\u0440\u0445\u00bb \u0438 \u00ab\u0421\u0442\u0440\u0435\u043b\u043a\u0430 \u0432\u043d\u0438\u0437\u00bb \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u044f \u043f\u043e \u044f\u0437\u044b\u043a\u043e\u0432\u044b\u043c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u043c. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \u00ab\u0412\u0432\u043e\u0434\u00bb \u0434\u043b\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0433\u043e \u044f\u0437\u044b\u043a\u0430.", - "Prev": "\u041f\u0440\u0435\u0434", - "Prevent students from generating certificates in this course?": "\u0417\u0430\u043f\u0440\u0435\u0442\u0438\u0442\u044c \u043e\u0431\u0443\u0447\u0430\u044e\u0449\u0438\u043c\u0441\u044f \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u044b \u044d\u0442\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0430?", - "Preview": "\u041f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440", - "Preview Certificate": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442", - "Preview of uploaded image": "\u041f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u043d\u0443\u044e \u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0443", - "Preview this query": "\u041f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u044d\u0442\u043e\u0433\u043e \u0437\u0430\u043f\u0440\u043e\u0441\u0430", - "Previous": "\u041d\u0430\u0437\u0430\u0434", - "Previous Uploads": "\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0435 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438", - "Previous Uploads table has been updated.": "\u0422\u0430\u0431\u043b\u0438\u0446\u0430 \u00ab\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0435 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438\u00bb \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430.", - "Previously published": "\u041f\u0440\u0435\u0436\u0434\u0435 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043e", - "Print": "\u041f\u0435\u0447\u0430\u0442\u044c", - "Processing Re-run Request": "\u041e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430 \u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u043d\u0430 \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u043a", - "Proctored": "\u041d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u0435", - "Proctored Exam": "\u041d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u0435 \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u0435", - "Proctored Option Available": "\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u0434\u0430\u0442\u044c \u0441 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u0435\u043c", - "Proctored Option No Longer Available": "\u041e\u0442\u0441\u043c\u043e\u0442\u0440 \u0431\u043e\u043b\u0435\u0435 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d", - "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.": "\u041d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u044b\u0435 \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u044f \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u044b \u043f\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438, \u043a \u0442\u043e\u043c\u0443 \u0436\u0435 \u0437\u0430 \u043a\u0430\u0436\u0434\u044b\u043c \u0438\u0437 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432 \u0432\u0435\u0434\u0451\u0442\u0441\u044f \u0432\u0438\u0434\u0435\u043e\u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u0435. \u0417\u0430\u0442\u0435\u043c \u0432\u0438\u0434\u0435\u043e\u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u043e\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u044e\u0442\u0441\u044f \u0434\u043b\u044f \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u0443\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0432 \u0441\u043e\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u0438 \u043f\u0440\u0430\u0432\u0438\u043b.", - "Proctoring Session Results Update for {course_name} {exam_name}": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u0441\u0434\u0430\u0447\u0438 \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u044b\u0445 \u0437\u0430\u0434\u0430\u043d\u0438\u0439 \u00ab{exam_name}\u00bb \u043a\u0443\u0440\u0441\u0430 \u00ab{course_name}\u00bb", - "Product Name": "\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0442\u043e\u0432\u0430\u0440\u0430", - "Professional Certificate for {courseName}": "\u0421\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u043e \u043f\u043e\u0432\u044b\u0448\u0435\u043d\u0438\u0438 \u043a\u0432\u0430\u043b\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438 {courseName}", - "Professional Education": "\u041f\u0440\u043e\u0444\u0435\u0441\u0441\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u043e\u0435 \u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u0438\u0435", - "Professional Education Verified Certificate": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u044b\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u043e \u043f\u043e\u0432\u044b\u0448\u0435\u043d\u0438\u0438 \u043a\u0432\u0430\u043b\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438", - "Profile": "\u041f\u0440\u043e\u0444\u0438\u043b\u044c", - "Profile Image": "\u0424\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044f", - "Profile image for {username}": "\u0424\u043e\u0442\u043e {username}", - "Promote another member to Admin to remove your admin rights": "\u041f\u0435\u0440\u0435\u0434\u0430\u0439\u0442\u0435 \u043f\u0440\u0430\u0432\u0430 \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u0430 \u0434\u0440\u0443\u0433\u043e\u043c\u0443 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0443, \u0447\u0442\u043e\u0431\u044b \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0432\u043e\u0438 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0435 \u043f\u0440\u0430\u0432\u0430 \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u0430", - "Provisional": "\u0427\u0430\u0441\u0442\u0438\u0447\u043d\u043e \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f", - "Provisionally Supported": "\u0427\u0430\u0441\u0442\u0438\u0447\u043d\u043e \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f", - "Publish": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u0442\u044c", - "Publish all unpublished changes for this {item}?": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u0442\u044c \u0432\u0441\u0435 \u043d\u0435\u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e {item}?", - "Publish {display_name}": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u0442\u044c {display_name}", - "Published (not yet released)": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043e (\u0435\u0449\u0451 \u043d\u0435 \u0432\u044b\u043f\u0443\u0449\u0435\u043d\u043e)", - "Published and Live": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043e \u0438 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f\u043c", - "Publishing Status": "\u0421\u0442\u0430\u0442\u0443\u0441 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438", - "Queued": "\u041e\u0436\u0438\u0434\u0430\u043d\u0438\u0435", - "REMAINING COURSES": "\u041e\u0421\u0422\u0410\u0412\u0428\u0418\u0415\u0421\u042f \u041a\u0423\u0420\u0421\u042b", - "Read More": "\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435\u2026", - "Ready To Start": "\u0413\u043e\u0442\u043e\u0432 \u043a \u043d\u0430\u0447\u0430\u043b\u0443", - "Ready To Submit": "\u0413\u043e\u0442\u043e\u0432 \u043a \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0435", - "Reason": "\u041f\u0440\u0438\u0447\u0438\u043d\u0430", - "Reason field should not be left blank.": "\u041f\u043e\u043b\u0435 \u00ab\u041f\u0440\u0438\u0447\u0438\u043d\u0430\u00bb \u043d\u0435 \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u043f\u0443\u0441\u0442\u044b\u043c.", - "Reason for change:": "\u041f\u0440\u0438\u0447\u0438\u043d\u0430 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f:", - "Receive updates": "\u041f\u043e\u043b\u0443\u0447\u0430\u0439\u0442\u0435 \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f", - "Recent Activity": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f", - "Recommended image resolution is {imageResolution}, maximum image file size should be {maxFileSize} and format must be one of {supportedImageFormats}.": "\u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u043c\u043e\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0439: {imageResolution}; \u0440\u0430\u0437\u043c\u0435\u0440 \u0444\u0430\u0439\u043b\u0430 \u043d\u0435 \u0434\u043e\u043b\u0436\u0435\u043d \u043f\u0440\u0435\u0432\u044b\u0448\u0430\u0442\u044c {maxFileSize}; \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u044b \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u044b: {supportedImageFormats}.", - "Redo": "\u0412\u0435\u0440\u043d\u0443\u0442\u044c", - "Redo (Ctrl+Shift+Z)": "\u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u044c (Ctrl+Shift+Z)", - "Redo (Ctrl+Y)": "\u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u044c (Ctrl+Y)", - "Regenerate": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e", - "Regenerate the user's certificate": "\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f", - "Register with Institution/Campus Credentials": "\u0417\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u043b\u043e\u0433\u0438\u043d \u0438 \u043f\u0430\u0440\u043e\u043b\u044c \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f \u0438\u043b\u0438 \u043f\u0440\u0435\u043f\u043e\u0434\u0430\u0432\u0430\u0442\u0435\u043b\u044f", - "Rejected": "\u041e\u0442\u043a\u0430\u0437\u0430\u043d\u043e", - "Release Date and Time": "\u0414\u0430\u0442\u0430 \u0438 \u0432\u0440\u0435\u043c\u044f \u0432\u044b\u043f\u0443\u0441\u043a\u0430", - "Release Date:": "\u0414\u0430\u0442\u0430 \u0432\u044b\u043f\u0443\u0441\u043a\u0430:", - "Release Status:": "\u0421\u0442\u0430\u0442\u0443\u0441 \u0432\u044b\u043f\u0443\u0441\u043a\u0430:", - "Release Time in UTC:": "\u0412\u0440\u0435\u043c\u044f \u0432\u044b\u043f\u0443\u0441\u043a\u0430 \u043f\u043e UTC:", - "Release:": "\u0412\u044b\u043f\u0443\u0441\u043a:", - "Released:": "\u0412\u044b\u043f\u0443\u0449\u0435\u043d\u043e:", - "Remaining": "\u2014 \u043e\u0441\u0442\u0430\u043b\u043e\u0441\u044c", - "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "\u0418\u0434\u0451\u0442 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0435. \u0427\u0442\u043e\u0431\u044b \u0438\u0437\u0431\u0435\u0436\u0430\u0442\u044c \u043e\u0448\u0438\u0431\u043e\u043a, \u043d\u0435 \u0437\u0430\u043a\u0440\u044b\u0432\u0430\u0439\u0442\u0435 \u044d\u0442\u0443 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0434\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f.", - "Remove": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c", - "Remove all": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u0441\u0435", - "Remove chapter %(chapterDisplayName)s": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0440\u0430\u0437\u0434\u0435\u043b %(chapterDisplayName)s", - "Remove from Invalidation Table": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0438\u0437 \u0441\u043f\u0438\u0441\u043a\u0430 \u0430\u043d\u043d\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f", - "Remove from List": "\u0418\u0441\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0438\u0437 \u0441\u043f\u0438\u0441\u043a\u0430", - "Remove link": "\u0423\u0431\u0440\u0430\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443", - "Remove subsection %(subsectionDisplayName)s": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b %(subsectionDisplayName)s", - "Remove this team member?": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e\u0433\u043e \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430?", - "Remove this video": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e \u0432\u0438\u0434\u0435\u043e", - "Remove unit %(unitName)s": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0431\u043b\u043e\u043a %(unitName)s", - "Remove {role} Access": "\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u0432 \u0440\u043e\u043b\u0438 {role}", - "Remove {video_name} video": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u0438\u0434\u0435\u043e \u00ab{video_name}\u00bb", - "Removing": "\u0423\u0434\u0430\u043b\u0435\u043d\u0438\u0435", - "Removing a video from this list does not affect course content. Any content that uses a previously uploaded video ID continues to display in the course.": "\u0423\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u0432\u0438\u0434\u0435\u043e \u0438\u0437 \u044d\u0442\u043e\u0433\u043e \u0441\u043f\u0438\u0441\u043a\u0430 \u043d\u0435 \u0432\u043b\u0438\u044f\u0435\u0442 \u043d\u0430 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435 \u043a\u0443\u0440\u0441\u0430. \u0415\u0441\u043b\u0438 \u0432 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0435 \u043a\u0443\u0440\u0441\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0430\u043d\u0435\u0435 \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u043d\u043e\u0433\u043e \u0432\u0438\u0434\u0435\u043e, \u043e\u043d \u0431\u0443\u0434\u0435\u0442 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c\u0441\u044f \u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u043e.", - "Replace": "\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c", - "Replace all": "\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u0432\u0441\u0451", - "Replace with": "\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u043d\u0430", - "Reply to Annotation": "\u041e\u0442\u0432\u0435\u0442\u0438\u0442\u044c \u043d\u0430 \u043f\u043e\u044f\u0441\u043d\u0435\u043d\u0438\u0435", - "Report abuse, topics, and responses": "\u0421\u043e\u043e\u0431\u0449\u0430\u0439\u0442\u0435 \u043e\u0431 \u043e\u0441\u043a\u043e\u0440\u0431\u043b\u0435\u043d\u0438\u044f\u0445, \u0442\u0435\u043c\u0430\u0445 \u0438 \u043e\u0442\u0432\u0435\u0442\u0430\u0445", - "Requester": "\u0417\u0430\u043f\u0440\u0430\u0448\u0438\u0432\u0430\u044e\u0449\u0438\u0439", - "Required": "\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f", - "Required field.": "\u041e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u043f\u043e\u043b\u0435.", - "Rescore problem '<%- problem_id %>' for all students?": "\u041f\u0435\u0440\u0435\u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u0437\u0430\u0434\u0430\u043d\u0438\u0435 '<%- problem_id %>' \u0434\u043b\u044f \u0432\u0441\u0435\u0445 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439?", - "Reset Password": "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c", - "Reset Your Password": "\u0421\u0431\u0440\u043e\u0441\u0438\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c", - "Reset attempts for all students on problem '<%- problem_id %>'?": "\u0421\u0431\u0440\u043e\u0441\u0438\u0442\u044c \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u043e\u043f\u044b\u0442\u043e\u043a \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0437\u0430\u0434\u0430\u043d\u0438\u044f '<%- problem_id %>' \u0434\u043b\u044f \u0432\u0441\u0435\u0445 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439?", - "Responses could not be loaded. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442\u044b. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", - "Restore enrollment code": "\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043a\u043e\u0434 \u0437\u0430\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044f", - "Restore last draft": "\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0447\u0435\u0440\u043d\u043e\u0432\u0438\u043a", - "Restrict access to:": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f:", - "Retake Photo": "\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u044b\u0439 \u0441\u043d\u0438\u043c\u043e\u043a", - "Retake Your Photos": "\u0421\u0434\u0435\u043b\u0430\u0442\u044c \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u044b\u0439 \u0441\u043d\u0438\u043c\u043e\u043a", - "Retry Verification": "\u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u044c \u043f\u043e\u043f\u044b\u0442\u043a\u0443 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438", - "Return and add email address": "\u0412\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u0438 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0430\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b ", - "Return to Export": "\u0412\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u043a \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0443", - "Return to Your Dashboard": "\u0412\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u0432 \u043f\u0430\u043d\u0435\u043b\u044c \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f", - "Return to team listing": "\u0412\u043e\u0437\u0432\u0440\u0430\u0449\u0435\u043d\u0438\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u043d\u043e\u0433\u043e \u043b\u0438\u0441\u0442\u0430", - "Review Policy Exception": "\u0418\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043f\u0440\u0438 \u043e\u0442\u0441\u043c\u043e\u0442\u0440\u0435", - "Review Rules": "\u041f\u0440\u0430\u0432\u0438\u043b\u0430 \u043f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u043a\u0438 \u043e\u0442\u0437\u044b\u0432\u0430", - "Review Your Photos": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438", - "Review your info": "\u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u0441\u0432\u043e\u0438 \u0434\u0430\u043d\u043d\u044b\u0435", - "Revoke access": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f", - "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u0443\u0435\u043c\u043e\u0433\u043e \u0442\u0435\u043a\u0441\u0442\u0430. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 ALT-F9 \u0434\u043b\u044f \u0432\u044b\u0437\u043e\u0432\u0430 \u043c\u0435\u043d\u044e. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 ALT-F10 \u0434\u043b\u044f \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 ALT-0 \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0441\u043f\u0440\u0430\u0432\u043a\u0438", - "Right": "\u041f\u043e \u043f\u0440\u0430\u0432\u043e\u043c\u0443 \u043a\u0440\u0430\u044e", - "Right to left": "\u0421\u043f\u0440\u0430\u0432\u0430 \u043d\u0430\u043b\u0435\u0432\u043e", - "Robots": "\u0440\u043e\u0431\u043e\u0442\u044b", - "Row": "\u0421\u0442\u0440\u043e\u043a\u0430", - "Row group": "\u0413\u0440\u0443\u043f\u043f\u0430 \u0441\u0442\u0440\u043e\u043a", - "Row properties": "\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u0441\u0442\u0440\u043e\u043a\u0438", - "Row type": "\u0422\u0438\u043f \u0441\u0442\u0440\u043e\u043a\u0438", - "Rows": "\u0421\u0442\u0440\u043e\u043a\u0438", - "Save": "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c", - "Save Changes": "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f", - "Save changes": "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f", - "Saved cohort": "\u0421\u043e\u0445\u0440\u0430\u043d\u0451\u043d\u043d\u0430\u044f \u0433\u0440\u0443\u043f\u043f\u0430", - "Saving": "\u0421\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435", - "Saving your email preference": "\u0421\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435 \u0432\u0430\u0448\u0438\u0445 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b", - "Saving...": "\u0421\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435...", - "Scheduled:": "\u041f\u043b\u0430\u043d\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u0432\u044b\u043f\u0443\u0441\u0442\u0438\u0442\u044c:", - "Scope": "Scope", - "Search": "\u041f\u043e\u0438\u0441\u043a", - "Search Results": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043f\u043e\u0438\u0441\u043a\u0430", - "Search all posts": "\u041f\u043e\u0438\u0441\u043a \u043f\u043e \u0432\u0441\u0435\u043c \u0442\u0435\u043c\u0430\u043c", - "Search teams": "\u041f\u043e\u0438\u0441\u043a \u043a\u043e\u043c\u0430\u043d\u0434", - "Second Review Required": "\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u044b\u0439 \u043e\u0442\u0441\u043c\u043e\u0442\u0440", - "Section": "\u0420\u0430\u0437\u0434\u0435\u043b", - "Section Visibility": "\u0412\u0438\u0434\u0438\u043c\u043e\u0441\u0442\u044c \u0440\u0430\u0437\u0434\u0435\u043b\u0430", - "See all teams in your course, organized by topic. Join a team to collaborate with other learners who are interested in the same topic as you are.": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a \u0432\u0441\u0435\u0445 \u043a\u043e\u043c\u0430\u043d\u0434, \u0443\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0435\u043d\u043d\u044b\u0439 \u043f\u043e \u0442\u0435\u043c\u0430\u043c. \u041f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u0435\u0441\u044c \u043a \u043a\u043e\u043c\u0430\u043d\u0434\u0435 \u0434\u043b\u044f \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u043d\u043e\u0439 \u0440\u0430\u0431\u043e\u0442\u044b \u0441 \u0435\u0434\u0438\u043d\u043e\u043c\u044b\u0448\u043b\u0435\u043d\u043d\u0438\u043a\u0430\u043c\u0438.", - "Select Session": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0441\u0435\u0441\u0441\u0438\u044e", - "Select a Content Group": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u0443 \u043f\u043e \u0438\u0437\u0443\u0447\u0430\u0435\u043c\u044b\u043c \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u043c", - "Select a chapter": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0433\u043b\u0430\u0432\u0443", - "Select a cohort": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u0443", - "Select a cohort to manage": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0433\u0440\u0443\u043f\u043f\u0443 \u0434\u043b\u044f \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f", - "Select a course or select \"Not specific to a course\" for your support request.": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043a\u0443\u0440\u0441 \u0438\u043b\u0438 \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u00ab\u041a\u0443\u0440\u0441 \u043d\u0435 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u00bb \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u043a \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0435.", - "Select a group type": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0442\u0438\u043f \u0433\u0440\u0443\u043f\u043f\u044b", - "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.": "\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u0432\u0440\u0435\u043c\u044f, \u043e\u0442\u0432\u0435\u0434\u0451\u043d\u043d\u043e\u0435 \u043d\u0430 \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u0435. \u0415\u0441\u043b\u0438 \u043e\u043d\u043e \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u0431\u043e\u043b\u0435\u0435 24 \u0447\u0430\u0441\u043e\u0432, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0432\u0440\u0443\u0447\u043d\u0443\u044e. \u0412 \u043f\u0430\u043d\u0435\u043b\u0438 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u043c \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f\u043c \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f.", - "Select all": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0432\u0441\u0451", - "Select one or more groups:": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043e\u0434\u043d\u0443 \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u0433\u0440\u0443\u043f\u043f:", - "Select the course-wide discussion topics that you want to divide.": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043e\u0431\u0449\u0438\u0435 \u0442\u0435\u043c\u044b \u043a\u0443\u0440\u0441\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043d\u0443\u0436\u043d\u043e \u043e\u0431\u0441\u0443\u0436\u0434\u0430\u0442\u044c \u043f\u043e \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u043c \u0433\u0440\u0443\u043f\u043f\u0430\u043c.", - "Select the time zone for displaying course dates. If you do not specify a time zone, course dates, including assignment deadlines, will be displayed in your browser's local time zone.": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0447\u0430\u0441\u043e\u0432\u043e\u0439 \u043f\u043e\u044f\u0441 \u0434\u043b\u044f \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0434\u0430\u0442 \u0432 \u043a\u0443\u0440\u0441\u0435. \u0415\u0441\u043b\u0438 \u0432\u044b \u043d\u0435 \u0443\u043a\u0430\u0436\u0435\u0442\u0435 \u0447\u0430\u0441\u043e\u0432\u043e\u0439 \u043f\u043e\u044f\u0441, \u0432\u0441\u0435 \u0434\u0430\u0442\u044b \u0432 \u043a\u0443\u0440\u0441\u0435, \u0432\u043a\u043b\u044e\u0447\u0430\u044f \u0441\u0440\u043e\u043a\u0438 \u0441\u0434\u0430\u0447\u0438 \u0437\u0430\u0434\u0430\u043d\u0438\u0439, \u0431\u0443\u0434\u0443\u0442 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c\u0441\u044f \u0432 \u0447\u0430\u0441\u043e\u0432\u043e\u043c \u043f\u043e\u044f\u0441\u0435, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0443\u043a\u0430\u0437\u0430\u043d \u0432 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445 \u0432\u0430\u0448\u0435\u0433\u043e \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430.", - "Selected tab": "\u0412\u044b\u0431\u0440\u0430\u043d\u043d\u0430\u044f \u0432\u043a\u043b\u0430\u0434\u043a\u0430", - "Self": "\u0421\u0430\u043c\u043e\u043e\u0446\u0435\u043d\u043a\u0430", - "Send notification to mobile apps": "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0445 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439", - "Send push notification to mobile apps": "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u0435 \u043f\u043e \u043f\u0440\u043e\u0434\u0432\u0438\u0436\u0435\u043d\u0438\u044e \u0434\u043b\u044f \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0445 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439", - "Send to:": "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c:", - "Sent By": "\u041e\u0442 \u043a\u043e\u0433\u043e", - "Sent By:": "\u041e\u0442 \u043a\u043e\u0433\u043e:", - "Sent To": "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043a", - "Sent To:": "\u041a\u043e\u043c\u0443:", - "September": "\u0421\u0435\u043d\u0442\u044f\u0431\u0440\u044c", - "Sequence error! Cannot navigate to %(tab_name)s in the current SequenceModule. Please contact the course staff.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438! \u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a %(tab_name)s \u0432 \u0442\u0435\u043a\u0443\u0449\u0435\u043c \u043c\u043e\u0434\u0443\u043b\u0435 \u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0435\u0439. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043e\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044c \u043a \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0443 \u0443\u0447\u0435\u0431\u043d\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0430.", - "Server Error, Please refresh the page and try again.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0435. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", - "Server error.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430.", - "Set Access": "\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f", - "Set as a Special Exam": "\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0432 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u044c\u043d\u043e\u0433\u043e \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u044f", - "Set up your certificate": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u0442\u0435 \u0441\u0432\u043e\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442", - "Settings": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", - "Share": "\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f", - "Share on Mozilla Backpack": "\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0432 Mozilla Backpack", - "Share your \"%(display_name)s\" award": "\u0420\u0430\u0441\u0441\u043a\u0430\u0437\u0430\u0442\u044c \u043e \u0437\u043d\u0430\u0447\u043a\u0435 \u00ab%(display_name)s\u00bb", - "Short explanation": "\u041a\u0440\u0430\u0442\u043a\u043e\u0435 \u043f\u043e\u044f\u0441\u043d\u0435\u043d\u0438\u0435", - "Show": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c", - "Show All": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0432\u0441\u0451", - "Show Annotations": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u043e\u044f\u0441\u043d\u0435\u043d\u0438\u044f", - "Show Deprecated Settings": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0443\u0441\u0442\u0430\u0440\u0435\u0432\u0448\u0438\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", - "Show Discussion": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u041e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u044f", - "Show assessment results when subsection is past due": "\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043e\u0446\u0435\u043d\u043a\u0438 \u043f\u043e \u0438\u0441\u0442\u0435\u0447\u0435\u043d\u0438\u0438 \u0441\u0440\u043e\u043a\u0430 \u0441\u0434\u0430\u0447\u0438 \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b\u0430", - "Show blocks": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0431\u043b\u043e\u043a\u0438", - "Show entire subsection": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0432\u0435\u0441\u044c \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b", - "Show invisible characters": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u043a\u0440\u044b\u0442\u044b\u0435 \u0441\u0438\u043c\u0432\u043e\u043b\u044b", - "Show me other ways to sign in or register": "\u041a\u0430\u043a \u0435\u0449\u0451 \u043c\u043e\u0436\u043d\u043e \u0432\u043e\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0443 \u0438\u043b\u0438 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f?", - "Show notes": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0437\u0430\u043c\u0435\u0442\u043a\u0438", - "Show posts by {username}.": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f {username}.", - "Showing all responses": "\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u044e\u0442\u0441\u044f \u0432\u0441\u0435 \u043e\u0442\u0432\u0435\u0442\u044b", + ], + "Noted in:": "\u0417\u0430\u043f\u0438\u0441\u044c \u0441\u0434\u0435\u043b\u0430\u043d\u0430 \u0432:", + "Notes": "\u041f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u044f", + "Notes hidden": "\u0417\u0430\u043c\u0435\u0442\u043a\u0438 \u0441\u043a\u0440\u044b\u0442\u044b", + "Notes visible": "\u0417\u0430\u043c\u0435\u0442\u043a\u0438 \u0432\u0438\u0434\u0438\u043c\u044b", + "November": "\u041d\u043e\u044f\u0431\u0440\u044c", + "Now": "\u0421\u0435\u0439\u0447\u0430\u0441", + "Number Sent": "\u041d\u043e\u043c\u0435\u0440 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f", + "Number of Droppable": "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043e\u0442\u0431\u0440\u0430\u0441\u044b\u0432\u0430\u0435\u043c\u044b\u0445", + "Number of Students": "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439", + "Numbered List (Ctrl+O)": "\u041d\u0443\u043c\u0435\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a (Ctrl+O)", + "Numbered list": "\u041d\u0443\u043c\u0435\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a", + "OK": "\u041e\u041a", + "ORDER NAME": "\u0418\u043c\u044f \u0437\u0430\u043a\u0430\u0437\u0447\u0438\u043a\u0430 ", + "ORDER NUMBER": "\u041d\u043e\u043c\u0435\u0440 \u0437\u0430\u043a\u0430\u0437\u0430", + "ORDER PLACED": "\u041c\u0435\u0441\u0442\u043e \u0437\u0430\u043a\u0430\u0437\u0430 ", + "October": "\u041e\u043a\u0442\u044f\u0431\u0440\u044c", + "Ok": "\u041e\u041a", + "One or more rescheduling tasks failed.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u043e\u0434\u043d\u0443 \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0437\u0430\u0434\u0430\u0447.", + "Only properly formatted .csv files will be accepted.": "\u0422\u043e\u043b\u044c\u043a\u043e \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u043e\u0442\u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0444\u0430\u0439\u043b\u044b .csv \u0431\u0443\u0434\u0443\u0442 \u043f\u0440\u0438\u043d\u044f\u0442\u044b.", + "Only the parent course staff of a CCX can create content groups.": "\u0422\u043e\u043b\u044c\u043a\u043e \u0447\u043b\u0435\u043d\u044b \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u0434\u043b\u044f CCX \u043a\u0443\u0440\u0441\u0430 \u043c\u043e\u0433\u0443\u0442 \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u044b \u043f\u043e \u0438\u0437\u0443\u0447\u0430\u0435\u043c\u044b\u043c \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u043c.", + "Open Calculator": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440", + "Open language menu": "\u0412\u044b\u0431\u043e\u0440 \u044f\u0437\u044b\u043a\u0430", + "Open the certificate you earned for the %(title)s program.": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442, \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u044b\u0439 \u0432\u0430\u043c\u0438 \u043f\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0435 \u00ab%(title)s\u00bb.", + "Open/download this file": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c/\u0441\u043a\u0430\u0447\u0430\u0442\u044c \u0444\u0430\u0439\u043b", + "Option Deleted": "\u0412\u0430\u0440\u0438\u0430\u043d\u0442 \u0443\u0434\u0430\u043b\u0451\u043d", + "Optional Characteristics": "\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b", + "Optional long description": "\u0420\u0430\u0437\u0432\u0451\u0440\u043d\u0443\u0442\u043e\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435, \u043d\u0435\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e", + "Options for {license_name}": "\u041e\u043f\u0446\u0438\u0438 \u0434\u043b\u044f {license_name}", + "Order Details": "\u0420\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u044b \u0437\u0430\u043a\u0430\u0437\u0430", + "Order History": "\u0418\u0441\u0442\u043e\u0440\u0438\u044f \u0437\u0430\u043a\u0430\u0437\u043e\u0432", + "Order No.": "\u0417\u0430\u043a\u0430\u0437 \u2116", + "Order Number": "\u041d\u043e\u043c\u0435\u0440 \u0437\u0430\u043a\u0430\u0437\u0430", + "Organization": "\u041e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u044f", + "Organization ": "\u041e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u044f", + "Organization Name": "\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u0438", + "Organization of the signatory": "\u041c\u0435\u0441\u0442\u043e \u0440\u0430\u0431\u043e\u0442\u044b \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u0435\u043b\u044f, \u043f\u043e\u0434\u043f\u0438\u0441\u044b\u0432\u0430\u044e\u0449\u0435\u0433\u043e \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442", + "Other": "\u0414\u0440\u0443\u0433\u043e\u0435", + "Overall Score": "\u0418\u0442\u043e\u0433\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430", + "Page break": "\u041a\u043e\u043d\u0435\u0446 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b", + "Page number out of %(total_pages)s": "\u0421\u0442\u0430\u0440\u043d\u0438\u0446\u0430 \u0438\u0437 %(total_pages)s", + "Pagination": "\u041d\u0443\u043c\u0435\u0440\u0430\u0446\u0438\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446", + "Paragraph": "\u0410\u0431\u0437\u0430\u0446", + "Passed Proctoring": "\u041e\u0442\u0441\u043c\u043e\u0442\u0440 \u043f\u0440\u043e\u0439\u0434\u0435\u043d", + "Password": "\u041f\u0430\u0440\u043e\u043b\u044c", + "Password assistance": "\u041f\u043e\u043c\u043e\u0449\u044c \u0441 \u043f\u0430\u0440\u043e\u043b\u0435\u043c", + "Password is incorrect": "\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c.", + "Paste": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c", + "Paste as text": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043a\u0430\u043a \u0442\u0435\u043a\u0441\u0442", + "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0432 \u0440\u0435\u0436\u0438\u043c\u0435 \u043e\u0431\u044b\u0447\u043d\u043e\u0433\u043e \u0442\u0435\u043a\u0441\u0442\u0430. \u0421\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435 \u0431\u0443\u0434\u0435\u0442 \u0432\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043e \u0432 \u0432\u0438\u0434\u0435 \u043f\u0440\u043e\u0441\u0442\u043e\u0433\u043e \u0442\u0435\u043a\u0441\u0442\u0430, \u043f\u043e\u043a\u0430 \u0432\u044b \u043d\u0435 \u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u044d\u0442\u0443 \u043e\u043f\u0446\u0438\u044e.", + "Paste row after": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443 \u043d\u0438\u0436\u0435", + "Paste row before": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443 \u0432\u044b\u0448\u0435", + "Paste your embed code below:": "\u0412\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u043a\u043e\u0434 \u043d\u0438\u0436\u0435", + "Path to Signature Image": "\u041f\u0443\u0442\u044c \u043a \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044e \u043f\u043e\u0434\u043f\u0438\u0441\u0438", + "Pause": "\u041f\u0430\u0443\u0437\u0430", + "Peer": "\u0412\u0437\u0430\u0438\u043c\u043e\u043e\u0446\u0435\u043d\u043a\u0430", + "Pending Session Review": "\u041e\u0436\u0438\u0434\u0430\u043d\u0438\u0435 \u043e\u0442\u0441\u043c\u043e\u0442\u0440\u0430", + "Photo": "\u0424\u043e\u0442\u043e", + "Photo Captured successfully.": "\u0421\u043d\u0438\u043c\u043e\u043a \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0434\u0435\u043b\u0430\u043d.", + "Photo ID": "\u0423\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u0435 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438 \u0441 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439", + "Photo Identification": "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0441 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439", + "Photo of %(fullName)s": "\u0424\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044f %(fullName)s", + "Photo of %(fullName)s's ID": "\u0424\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044f \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430, %(fullName)s", + "Photo requirements:": "\u0422\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f \u043a \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438:", + "Photos don't meet the requirements?": "\u0424\u043e\u0442\u043e \u043d\u0435 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0442 \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f\u043c?", + "Placeholder": "\u0417\u0430\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c", + "Play": "\u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0441\u0442\u0438", + "Play video": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0432\u0438\u0434\u0435\u043e", + "Please Note": "\u041e\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435!", + "Please add a photo of the instructor (Note: only JPEG or PNG format supported)": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0434\u043e\u0431\u0430\u0432\u044c\u0442\u0435 \u0444\u043e\u0442\u043e \u043f\u0440\u0435\u043f\u043e\u0434\u0430\u0432\u0430\u0442\u0435\u043b\u044f (\u041f\u0420\u0418\u041c\u0415\u0427\u0410\u041d\u0418\u0415: \u0442\u043e\u043b\u044c\u043a\u043e \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 JPEG \u0438\u043b\u0438 PNG)", + "Please add the institute where the instructor is associated": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0434\u043e\u0431\u0430\u0432\u044c\u0442\u0435 \u0443\u0447\u0435\u0431\u043d\u043e\u0435 \u0437\u0430\u0432\u0435\u0434\u0435\u043d\u0438\u0435, \u0441 \u043a\u043e\u0442\u043e\u0440\u044b\u043c \u0441\u0432\u044f\u0437\u0430\u043d \u043f\u0440\u0435\u043f\u043e\u0434\u0430\u0432\u0430\u0442\u0435\u043b\u044c", + "Please add the instructor's biography": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0434\u043e\u0431\u0430\u0432\u044c\u0442\u0435 \u0431\u0438\u043e\u0433\u0440\u0430\u0444\u0438\u044e \u043f\u0440\u0435\u043f\u043e\u0434\u0430\u0432\u0430\u0442\u0435\u043b\u044f", + "Please add the instructor's name": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0434\u043e\u0431\u0430\u0432\u044c\u0442\u0435 \u0438\u043c\u044f \u043f\u0440\u0435\u043f\u043e\u0434\u0430\u0432\u0430\u0442\u0435\u043b\u044f", + "Please add the instructor's title": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0443\u043a\u0430\u0436\u0438\u0442\u0435 \u0444\u043e\u0440\u043c\u0443 \u043e\u0431\u0440\u0430\u0449\u0435\u043d\u0438\u044f \u043a \u043f\u0440\u0435\u043f\u043e\u0434\u0430\u0432\u0430\u0442\u0435\u043b\u044e", + "Please address the errors on this page first, and then save your progress.": "\u041f\u0435\u0440\u0435\u0434 \u0442\u0435\u043c, \u043a\u0430\u043a \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0441\u0432\u043e\u0439 \u043f\u0440\u043e\u0433\u0440\u0435\u0441\u0441, \u0438\u0441\u043f\u0440\u0430\u0432\u044c\u0442\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 \u043d\u0430 \u044d\u0442\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435.", + "Please check the following validation feedbacks and reflect them in your course settings:": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043e\u0442\u0437\u044b\u0432\u044b \u0438 \u043e\u0442\u0440\u0430\u0437\u0438\u0442\u0435 \u0438\u0445 \u0432 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445 \u043a\u0443\u0440\u0441\u0430", + "Please correct the outlined fields.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043f\u0440\u0430\u0432\u044c\u0442\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0432 \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 \u043f\u043e\u043b\u044f\u0445.", + "Please describe this image or agree that it has no contextual value by checking the checkbox.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043e\u043f\u0438\u0448\u0438\u0442\u0435 \u044d\u0442\u0443 \u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0443 \u0438\u043b\u0438 \u0441\u043e\u0433\u043b\u0430\u0441\u0438\u0442\u0435\u0441\u044c \u0441 \u0442\u0435\u043c, \u0447\u0442\u043e \u043e\u043d\u0430 \u043d\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u044f, \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0432 \u0444\u043b\u0430\u0436\u043e\u043a.", + "Please do not use any spaces in this field.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043d\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043f\u0440\u043e\u0431\u0435\u043b\u044b \u0432 \u044d\u0442\u043e\u043c \u043f\u043e\u043b\u0435.", + "Please do not use any spaces or special characters in this field.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432 \u044d\u0442\u043e\u043c \u043f\u043e\u043b\u0435 \u043d\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043f\u0440\u043e\u0431\u0435\u043b\u044b \u0438\u043b\u0438 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0435 \u0441\u0438\u043c\u0432\u043e\u043b\u044b.", + "Please enter a problem location.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043c\u0435\u0441\u0442\u043e\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435 \u0437\u0430\u0434\u0430\u043d\u0438\u044f.", + "Please enter a student email address or username.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441 \u0438\u043b\u0438 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.", + "Please enter a term in the {anchorStart} search field{anchorEnd}.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0442\u0435\u0440\u043c\u0438\u043d \u0432 {anchorStart} \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u043f\u043e\u0438\u0441\u043a\u0430 {anchorEnd}.", + "Please enter a username or email.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438\u043b\u0438 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441.", + "Please enter a valid donation amount.": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0441\u0443\u043c\u043c\u044b", + "Please enter an integer between %(min)s and %(max)s.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0446\u0435\u043b\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u0432 \u0434\u0438\u0430\u043f\u0430\u0437\u043e\u043d\u0435 \u043e\u0442 %(min)s \u0434\u043e %(max)s.", + "Please enter an integer between 0 and 100.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0446\u0435\u043b\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u0432 \u0434\u0438\u0430\u043f\u0430\u0437\u043e\u043d\u0435 \u043e\u0442 0 \u0434\u043e 100.", + "Please enter an integer greater than 0.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0446\u0435\u043b\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u0431\u043e\u043b\u044c\u0448\u0435 0.", + "Please enter non-negative integer.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0446\u0435\u043b\u043e\u0435 \u043d\u0435\u043e\u0442\u0440\u0438\u0446\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e.", + "Please enter valid start date and time.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0443\u044e \u0434\u0430\u0442\u0443 \u0438 \u0432\u0440\u0435\u043c\u044f \u043d\u0430\u0447\u0430\u043b\u0430.", + "Please enter your %(field)s.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0437\u0430\u043f\u043e\u043b\u043d\u0438\u0442\u0435 \u043f\u043e\u043b\u0435 %(field)s.", + "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0441\u043b\u0435\u0434\u0443\u0439\u0442\u0435 \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f\u043c, \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0444\u0430\u0439\u043b \u0432 \u0434\u0440\u0443\u0433\u043e\u043c \u043c\u0435\u0441\u0442\u0435 \u0438 \u0441\u0441\u044b\u043b\u043a\u0443 \u043d\u0430 \u043d\u0435\u0433\u043e: {maxFileSizeRedirectUrl}", + "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "\u042d\u0442\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u2013 \u0432\u0430\u0448\u0430 \u043a\u0432\u0438\u0442\u0430\u043d\u0446\u0438\u044f \u043e\u0431 \u043e\u043f\u043b\u0430\u0442\u0435. \u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u043c \u0440\u0430\u0441\u043f\u0435\u0447\u0430\u0442\u0430\u0442\u044c \u0435\u0451. \u0412\u044b \u0442\u0430\u043a\u0436\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0441 \u044d\u0442\u043e\u0439 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0435\u0439.", + "Please provide a description of the link destination.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0434\u0430\u0439\u0442\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0441\u0441\u044b\u043b\u043a\u0438.", + "Please provide a valid URL.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0443\u043a\u0430\u0436\u0438\u0442\u0435 \u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u044b\u0439 URL.", + "Please specify a reason.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0443\u043a\u0430\u0436\u0438\u0442\u0435 \u043f\u0440\u0438\u0447\u0438\u043d\u0443.", + "Please verify that you have uploaded a valid image (PNG and JPEG).": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u043e \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0432 \u043d\u0443\u0436\u043d\u043e\u043c \u0444\u043e\u0440\u043c\u0430\u0442\u0435 (PNG \u0438 JPEG).", + "Please verify that your webcam is connected and that you have allowed your browser to access it.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0432\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u0430 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0430 \u0438 \u0447\u0442\u043e \u0432\u044b \u0440\u0430\u0437\u0440\u0435\u0448\u0438\u043b\u0438 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043d\u0435\u0439 \u0432 \u0441\u0432\u043e\u0451\u043c \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435.", + "Please wait": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435", + "Post": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u0442\u044c", + "Poster": "\u043f\u043b\u0430\u043a\u0430\u0442", + "Practice Exam Completed": "\u0412\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0431\u043d\u043e\u0433\u043e \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0451\u043d\u043e", + "Practice Exam Failed": "\u041f\u0440\u043e\u0431\u043d\u044b\u0439 \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u043f\u0440\u043e\u0432\u0430\u043b\u0435\u043d", + "Practice Proctored": "\u041f\u0440\u043e\u0431\u043d\u043e\u0435 \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u0435", + "Practice proctored Exam": "\u041f\u0440\u043e\u0431\u043d\u043e\u0435 \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u0435 \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u0435", + "Pre": "\u0442\u0435\u0433", + "Preferred Language": "\u041f\u0440\u0435\u0434\u043f\u043e\u0447\u0438\u0442\u0430\u0435\u043c\u044b\u0439 \u044f\u0437\u044b\u043a", + "Preformatted": "\u0428\u0430\u0431\u043b\u043e\u043d \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f", + "Prerequisite:": "\u0422\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f:", + "Prerequisite: %(prereq_display_name)s": "\u041f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0443\u0441\u043b\u043e\u0432\u0438\u0435: %(prereq_display_name)s", + "Press UP to enter the speed menu then use the UP and DOWN arrow keys to navigate the different speeds, then press ENTER to change to the selected speed.": "\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043b\u0430\u0432\u0438\u0448\u0443 \u00ab\u0421\u0442\u0440\u0435\u043b\u043a\u0430 \u0432\u0432\u0435\u0440\u0445\u00bb \u0434\u043b\u044f \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u0432\u043e\u0439\u0442\u0438 \u0432 \u043c\u0435\u043d\u044e \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u0438, \u0437\u0430\u0442\u0435\u043c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043a\u043b\u0430\u0432\u0438\u0448\u0438 \u00ab\u0421\u0442\u0440\u0435\u043b\u043a\u0430 \u0432\u0432\u0435\u0440\u0445\u00bb \u0438 \u00ab\u0421\u0442\u0440\u0435\u043b\u043a\u0430 \u0432\u043d\u0438\u0437\u00bb \u0434\u043b\u044f \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u0438, \u043f\u043e\u0441\u043b\u0435 \u0447\u0435\u0433\u043e \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043b\u0430\u0432\u0438\u0448\u0443 \u00ab\u0412\u0432\u043e\u0434\u00bb \u0434\u043b\u044f \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0439 \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u0438.", + "Press the UP arrow key to enter the language menu then use UP and DOWN arrow keys to navigate language options. Press ENTER to change to the selected language.": "\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043b\u0430\u0432\u0438\u0448\u0443 \u00ab\u0421\u0442\u0440\u0435\u043b\u043a\u0430 \u0432\u0432\u0435\u0440\u0445\u00bb \u0434\u043b\u044f \u0432\u0445\u043e\u0434\u0430 \u0432 \u044f\u0437\u044b\u043a\u043e\u0432\u043e\u0435 \u043c\u0435\u043d\u044e \u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043a\u043b\u0430\u0432\u0438\u0448\u0438 \u00ab\u0421\u0442\u0440\u0435\u043b\u043a\u0430 \u0432\u0432\u0435\u0440\u0445\u00bb \u0438 \u00ab\u0421\u0442\u0440\u0435\u043b\u043a\u0430 \u0432\u043d\u0438\u0437\u00bb \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u044f \u043f\u043e \u044f\u0437\u044b\u043a\u043e\u0432\u044b\u043c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u043c. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \u00ab\u0412\u0432\u043e\u0434\u00bb \u0434\u043b\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0433\u043e \u044f\u0437\u044b\u043a\u0430.", + "Prev": "\u041f\u0440\u0435\u0434", + "Prevent students from generating certificates in this course?": "\u0417\u0430\u043f\u0440\u0435\u0442\u0438\u0442\u044c \u043e\u0431\u0443\u0447\u0430\u044e\u0449\u0438\u043c\u0441\u044f \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u044b \u044d\u0442\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0430?", + "Preview": "\u041f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440", + "Preview Certificate": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442", + "Preview of uploaded image": "\u041f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u043d\u0443\u044e \u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0443", + "Preview this query": "\u041f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u044d\u0442\u043e\u0433\u043e \u0437\u0430\u043f\u0440\u043e\u0441\u0430", + "Previous": "\u041d\u0430\u0437\u0430\u0434", + "Previous Uploads": "\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0435 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438", + "Previous Uploads table has been updated.": "\u0422\u0430\u0431\u043b\u0438\u0446\u0430 \u00ab\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0435 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438\u00bb \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430.", + "Previously published": "\u041f\u0440\u0435\u0436\u0434\u0435 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043e", + "Print": "\u041f\u0435\u0447\u0430\u0442\u044c", + "Processing Re-run Request": "\u041e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430 \u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u043d\u0430 \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u043a", + "Proctored": "\u041d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u0435", + "Proctored Exam": "\u041d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u0435 \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u0435", + "Proctored Option Available": "\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u0434\u0430\u0442\u044c \u0441 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u0435\u043c", + "Proctored Option No Longer Available": "\u041e\u0442\u0441\u043c\u043e\u0442\u0440 \u0431\u043e\u043b\u0435\u0435 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d", + "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.": "\u041d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u044b\u0435 \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u044f \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u044b \u043f\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438, \u043a \u0442\u043e\u043c\u0443 \u0436\u0435 \u0437\u0430 \u043a\u0430\u0436\u0434\u044b\u043c \u0438\u0437 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432 \u0432\u0435\u0434\u0451\u0442\u0441\u044f \u0432\u0438\u0434\u0435\u043e\u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u0435. \u0417\u0430\u0442\u0435\u043c \u0432\u0438\u0434\u0435\u043e\u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u043e\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u044e\u0442\u0441\u044f \u0434\u043b\u044f \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u0443\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0432 \u0441\u043e\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u0438 \u043f\u0440\u0430\u0432\u0438\u043b.", + "Proctoring Session Results Update for {course_name} {exam_name}": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u0441\u0434\u0430\u0447\u0438 \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u044b\u0445 \u0437\u0430\u0434\u0430\u043d\u0438\u0439 \u00ab{exam_name}\u00bb \u043a\u0443\u0440\u0441\u0430 \u00ab{course_name}\u00bb", + "Product Name": "\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0442\u043e\u0432\u0430\u0440\u0430", + "Professional Certificate for {courseName}": "\u0421\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u043e \u043f\u043e\u0432\u044b\u0448\u0435\u043d\u0438\u0438 \u043a\u0432\u0430\u043b\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438 {courseName}", + "Professional Education": "\u041f\u0440\u043e\u0444\u0435\u0441\u0441\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u043e\u0435 \u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u0438\u0435", + "Professional Education Verified Certificate": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u044b\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u043e \u043f\u043e\u0432\u044b\u0448\u0435\u043d\u0438\u0438 \u043a\u0432\u0430\u043b\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438", + "Profile": "\u041f\u0440\u043e\u0444\u0438\u043b\u044c", + "Profile Image": "\u0424\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044f", + "Profile image for {username}": "\u0424\u043e\u0442\u043e {username}", + "Promote another member to Admin to remove your admin rights": "\u041f\u0435\u0440\u0435\u0434\u0430\u0439\u0442\u0435 \u043f\u0440\u0430\u0432\u0430 \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u0430 \u0434\u0440\u0443\u0433\u043e\u043c\u0443 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0443, \u0447\u0442\u043e\u0431\u044b \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0432\u043e\u0438 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0435 \u043f\u0440\u0430\u0432\u0430 \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u0430", + "Provisional": "\u0427\u0430\u0441\u0442\u0438\u0447\u043d\u043e \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f", + "Provisionally Supported": "\u0427\u0430\u0441\u0442\u0438\u0447\u043d\u043e \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f", + "Publish": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u0442\u044c", + "Publish all unpublished changes for this {item}?": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u0442\u044c \u0432\u0441\u0435 \u043d\u0435\u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e {item}?", + "Publish {display_name}": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u0442\u044c {display_name}", + "Published (not yet released)": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043e (\u0435\u0449\u0451 \u043d\u0435 \u0432\u044b\u043f\u0443\u0449\u0435\u043d\u043e)", + "Published and Live": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043e \u0438 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f\u043c", + "Publishing Status": "\u0421\u0442\u0430\u0442\u0443\u0441 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438", + "Queued": "\u041e\u0436\u0438\u0434\u0430\u043d\u0438\u0435", + "REMAINING COURSES": "\u041e\u0421\u0422\u0410\u0412\u0428\u0418\u0415\u0421\u042f \u041a\u0423\u0420\u0421\u042b", + "Read More": "\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435\u2026", + "Ready To Start": "\u0413\u043e\u0442\u043e\u0432 \u043a \u043d\u0430\u0447\u0430\u043b\u0443", + "Ready To Submit": "\u0413\u043e\u0442\u043e\u0432 \u043a \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0435", + "Reason": "\u041f\u0440\u0438\u0447\u0438\u043d\u0430", + "Reason field should not be left blank.": "\u041f\u043e\u043b\u0435 \u00ab\u041f\u0440\u0438\u0447\u0438\u043d\u0430\u00bb \u043d\u0435 \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u043f\u0443\u0441\u0442\u044b\u043c.", + "Reason for change:": "\u041f\u0440\u0438\u0447\u0438\u043d\u0430 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f:", + "Receive updates": "\u041f\u043e\u043b\u0443\u0447\u0430\u0439\u0442\u0435 \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f", + "Recent Activity": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f", + "Recommended image resolution is {imageResolution}, maximum image file size should be {maxFileSize} and format must be one of {supportedImageFormats}.": "\u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u043c\u043e\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0439: {imageResolution}; \u0440\u0430\u0437\u043c\u0435\u0440 \u0444\u0430\u0439\u043b\u0430 \u043d\u0435 \u0434\u043e\u043b\u0436\u0435\u043d \u043f\u0440\u0435\u0432\u044b\u0448\u0430\u0442\u044c {maxFileSize}; \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u044b \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u044b: {supportedImageFormats}.", + "Redo": "\u0412\u0435\u0440\u043d\u0443\u0442\u044c", + "Redo (Ctrl+Shift+Z)": "\u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u044c (Ctrl+Shift+Z)", + "Redo (Ctrl+Y)": "\u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u044c (Ctrl+Y)", + "Regenerate": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e", + "Regenerate the user's certificate": "\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f", + "Register with Institution/Campus Credentials": "\u0417\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u043b\u043e\u0433\u0438\u043d \u0438 \u043f\u0430\u0440\u043e\u043b\u044c \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f \u0438\u043b\u0438 \u043f\u0440\u0435\u043f\u043e\u0434\u0430\u0432\u0430\u0442\u0435\u043b\u044f", + "Rejected": "\u041e\u0442\u043a\u0430\u0437\u0430\u043d\u043e", + "Release Date and Time": "\u0414\u0430\u0442\u0430 \u0438 \u0432\u0440\u0435\u043c\u044f \u0432\u044b\u043f\u0443\u0441\u043a\u0430", + "Release Date:": "\u0414\u0430\u0442\u0430 \u0432\u044b\u043f\u0443\u0441\u043a\u0430:", + "Release Status:": "\u0421\u0442\u0430\u0442\u0443\u0441 \u0432\u044b\u043f\u0443\u0441\u043a\u0430:", + "Release Time in UTC:": "\u0412\u0440\u0435\u043c\u044f \u0432\u044b\u043f\u0443\u0441\u043a\u0430 \u043f\u043e UTC:", + "Release:": "\u0412\u044b\u043f\u0443\u0441\u043a:", + "Released:": "\u0412\u044b\u043f\u0443\u0449\u0435\u043d\u043e:", + "Remaining": "\u2014 \u043e\u0441\u0442\u0430\u043b\u043e\u0441\u044c", + "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "\u0418\u0434\u0451\u0442 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0435. \u0427\u0442\u043e\u0431\u044b \u0438\u0437\u0431\u0435\u0436\u0430\u0442\u044c \u043e\u0448\u0438\u0431\u043e\u043a, \u043d\u0435 \u0437\u0430\u043a\u0440\u044b\u0432\u0430\u0439\u0442\u0435 \u044d\u0442\u0443 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0434\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f.", + "Remove": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c", + "Remove all": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u0441\u0435", + "Remove chapter %(chapterDisplayName)s": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0440\u0430\u0437\u0434\u0435\u043b %(chapterDisplayName)s", + "Remove from Invalidation Table": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0438\u0437 \u0441\u043f\u0438\u0441\u043a\u0430 \u0430\u043d\u043d\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f", + "Remove from List": "\u0418\u0441\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0438\u0437 \u0441\u043f\u0438\u0441\u043a\u0430", + "Remove link": "\u0423\u0431\u0440\u0430\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443", + "Remove subsection %(subsectionDisplayName)s": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b %(subsectionDisplayName)s", + "Remove this team member?": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e\u0433\u043e \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430?", + "Remove this video": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e \u0432\u0438\u0434\u0435\u043e", + "Remove unit %(unitName)s": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0431\u043b\u043e\u043a %(unitName)s", + "Remove {role} Access": "\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u0432 \u0440\u043e\u043b\u0438 {role}", + "Remove {video_name} video": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u0438\u0434\u0435\u043e \u00ab{video_name}\u00bb", + "Removing": "\u0423\u0434\u0430\u043b\u0435\u043d\u0438\u0435", + "Removing a video from this list does not affect course content. Any content that uses a previously uploaded video ID continues to display in the course.": "\u0423\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u0432\u0438\u0434\u0435\u043e \u0438\u0437 \u044d\u0442\u043e\u0433\u043e \u0441\u043f\u0438\u0441\u043a\u0430 \u043d\u0435 \u0432\u043b\u0438\u044f\u0435\u0442 \u043d\u0430 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435 \u043a\u0443\u0440\u0441\u0430. \u0415\u0441\u043b\u0438 \u0432 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0435 \u043a\u0443\u0440\u0441\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0430\u043d\u0435\u0435 \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u043d\u043e\u0433\u043e \u0432\u0438\u0434\u0435\u043e, \u043e\u043d \u0431\u0443\u0434\u0435\u0442 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c\u0441\u044f \u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u043e.", + "Replace": "\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c", + "Replace all": "\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u0432\u0441\u0451", + "Replace with": "\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u043d\u0430", + "Reply to Annotation": "\u041e\u0442\u0432\u0435\u0442\u0438\u0442\u044c \u043d\u0430 \u043f\u043e\u044f\u0441\u043d\u0435\u043d\u0438\u0435", + "Report abuse, topics, and responses": "\u0421\u043e\u043e\u0431\u0449\u0430\u0439\u0442\u0435 \u043e\u0431 \u043e\u0441\u043a\u043e\u0440\u0431\u043b\u0435\u043d\u0438\u044f\u0445, \u0442\u0435\u043c\u0430\u0445 \u0438 \u043e\u0442\u0432\u0435\u0442\u0430\u0445", + "Requester": "\u0417\u0430\u043f\u0440\u0430\u0448\u0438\u0432\u0430\u044e\u0449\u0438\u0439", + "Required": "\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f", + "Required field.": "\u041e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u043f\u043e\u043b\u0435.", + "Rescore problem '<%- problem_id %>' for all students?": "\u041f\u0435\u0440\u0435\u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u0437\u0430\u0434\u0430\u043d\u0438\u0435 '<%- problem_id %>' \u0434\u043b\u044f \u0432\u0441\u0435\u0445 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439?", + "Reset Password": "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c", + "Reset Your Password": "\u0421\u0431\u0440\u043e\u0441\u0438\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c", + "Reset attempts for all students on problem '<%- problem_id %>'?": "\u0421\u0431\u0440\u043e\u0441\u0438\u0442\u044c \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u043e\u043f\u044b\u0442\u043e\u043a \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0437\u0430\u0434\u0430\u043d\u0438\u044f '<%- problem_id %>' \u0434\u043b\u044f \u0432\u0441\u0435\u0445 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439?", + "Responses could not be loaded. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442\u044b. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", + "Restore enrollment code": "\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043a\u043e\u0434 \u0437\u0430\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044f", + "Restore last draft": "\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0447\u0435\u0440\u043d\u043e\u0432\u0438\u043a", + "Restrict access to:": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f:", + "Retake Photo": "\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u044b\u0439 \u0441\u043d\u0438\u043c\u043e\u043a", + "Retake Your Photos": "\u0421\u0434\u0435\u043b\u0430\u0442\u044c \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u044b\u0439 \u0441\u043d\u0438\u043c\u043e\u043a", + "Retry Verification": "\u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u044c \u043f\u043e\u043f\u044b\u0442\u043a\u0443 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438", + "Return and add email address": "\u0412\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u0438 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0430\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b ", + "Return to Export": "\u0412\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u043a \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0443", + "Return to Your Dashboard": "\u0412\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u0432 \u043f\u0430\u043d\u0435\u043b\u044c \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f", + "Return to team listing": "\u0412\u043e\u0437\u0432\u0440\u0430\u0449\u0435\u043d\u0438\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u043d\u043e\u0433\u043e \u043b\u0438\u0441\u0442\u0430", + "Review Policy Exception": "\u0418\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043f\u0440\u0438 \u043e\u0442\u0441\u043c\u043e\u0442\u0440\u0435", + "Review Rules": "\u041f\u0440\u0430\u0432\u0438\u043b\u0430 \u043f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u043a\u0438 \u043e\u0442\u0437\u044b\u0432\u0430", + "Review Your Photos": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438", + "Review your info": "\u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u0441\u0432\u043e\u0438 \u0434\u0430\u043d\u043d\u044b\u0435", + "Revoke access": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f", + "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u0443\u0435\u043c\u043e\u0433\u043e \u0442\u0435\u043a\u0441\u0442\u0430. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 ALT-F9 \u0434\u043b\u044f \u0432\u044b\u0437\u043e\u0432\u0430 \u043c\u0435\u043d\u044e. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 ALT-F10 \u0434\u043b\u044f \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 ALT-0 \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0441\u043f\u0440\u0430\u0432\u043a\u0438", + "Right": "\u041f\u043e \u043f\u0440\u0430\u0432\u043e\u043c\u0443 \u043a\u0440\u0430\u044e", + "Right to left": "\u0421\u043f\u0440\u0430\u0432\u0430 \u043d\u0430\u043b\u0435\u0432\u043e", + "Robots": "\u0440\u043e\u0431\u043e\u0442\u044b", + "Row": "\u0421\u0442\u0440\u043e\u043a\u0430", + "Row group": "\u0413\u0440\u0443\u043f\u043f\u0430 \u0441\u0442\u0440\u043e\u043a", + "Row properties": "\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u0441\u0442\u0440\u043e\u043a\u0438", + "Row type": "\u0422\u0438\u043f \u0441\u0442\u0440\u043e\u043a\u0438", + "Rows": "\u0421\u0442\u0440\u043e\u043a\u0438", + "Save": "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c", + "Save Changes": "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f", + "Save changes": "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f", + "Saved cohort": "\u0421\u043e\u0445\u0440\u0430\u043d\u0451\u043d\u043d\u0430\u044f \u0433\u0440\u0443\u043f\u043f\u0430", + "Saving": "\u0421\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435", + "Saving your email preference": "\u0421\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435 \u0432\u0430\u0448\u0438\u0445 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b", + "Saving...": "\u0421\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435...", + "Scheduled:": "\u041f\u043b\u0430\u043d\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u0432\u044b\u043f\u0443\u0441\u0442\u0438\u0442\u044c:", + "Scope": "Scope", + "Search": "\u041f\u043e\u0438\u0441\u043a", + "Search Results": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043f\u043e\u0438\u0441\u043a\u0430", + "Search all posts": "\u041f\u043e\u0438\u0441\u043a \u043f\u043e \u0432\u0441\u0435\u043c \u0442\u0435\u043c\u0430\u043c", + "Search teams": "\u041f\u043e\u0438\u0441\u043a \u043a\u043e\u043c\u0430\u043d\u0434", + "Second Review Required": "\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u044b\u0439 \u043e\u0442\u0441\u043c\u043e\u0442\u0440", + "Section": "\u0420\u0430\u0437\u0434\u0435\u043b", + "Section Visibility": "\u0412\u0438\u0434\u0438\u043c\u043e\u0441\u0442\u044c \u0440\u0430\u0437\u0434\u0435\u043b\u0430", + "Select Session": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0441\u0435\u0441\u0441\u0438\u044e", + "Select a Content Group": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u0443 \u043f\u043e \u0438\u0437\u0443\u0447\u0430\u0435\u043c\u044b\u043c \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u043c", + "Select a chapter": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0433\u043b\u0430\u0432\u0443", + "Select a cohort": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u0443", + "Select a cohort to manage": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0433\u0440\u0443\u043f\u043f\u0443 \u0434\u043b\u044f \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f", + "Select a course or select \"Not specific to a course\" for your support request.": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043a\u0443\u0440\u0441 \u0438\u043b\u0438 \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u00ab\u041a\u0443\u0440\u0441 \u043d\u0435 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u00bb \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u043a \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0435.", + "Select a group type": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0442\u0438\u043f \u0433\u0440\u0443\u043f\u043f\u044b", + "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.": "\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u0432\u0440\u0435\u043c\u044f, \u043e\u0442\u0432\u0435\u0434\u0451\u043d\u043d\u043e\u0435 \u043d\u0430 \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u0435. \u0415\u0441\u043b\u0438 \u043e\u043d\u043e \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u0431\u043e\u043b\u0435\u0435 24 \u0447\u0430\u0441\u043e\u0432, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0432\u0440\u0443\u0447\u043d\u0443\u044e. \u0412 \u043f\u0430\u043d\u0435\u043b\u0438 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u043c \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f\u043c \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f.", + "Select all": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0432\u0441\u0451", + "Select one or more groups:": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043e\u0434\u043d\u0443 \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u0433\u0440\u0443\u043f\u043f:", + "Select the course-wide discussion topics that you want to divide.": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043e\u0431\u0449\u0438\u0435 \u0442\u0435\u043c\u044b \u043a\u0443\u0440\u0441\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043d\u0443\u0436\u043d\u043e \u043e\u0431\u0441\u0443\u0436\u0434\u0430\u0442\u044c \u043f\u043e \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u043c \u0433\u0440\u0443\u043f\u043f\u0430\u043c.", + "Select the time zone for displaying course dates. If you do not specify a time zone, course dates, including assignment deadlines, will be displayed in your browser's local time zone.": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0447\u0430\u0441\u043e\u0432\u043e\u0439 \u043f\u043e\u044f\u0441 \u0434\u043b\u044f \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0434\u0430\u0442 \u0432 \u043a\u0443\u0440\u0441\u0435. \u0415\u0441\u043b\u0438 \u0432\u044b \u043d\u0435 \u0443\u043a\u0430\u0436\u0435\u0442\u0435 \u0447\u0430\u0441\u043e\u0432\u043e\u0439 \u043f\u043e\u044f\u0441, \u0432\u0441\u0435 \u0434\u0430\u0442\u044b \u0432 \u043a\u0443\u0440\u0441\u0435, \u0432\u043a\u043b\u044e\u0447\u0430\u044f \u0441\u0440\u043e\u043a\u0438 \u0441\u0434\u0430\u0447\u0438 \u0437\u0430\u0434\u0430\u043d\u0438\u0439, \u0431\u0443\u0434\u0443\u0442 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c\u0441\u044f \u0432 \u0447\u0430\u0441\u043e\u0432\u043e\u043c \u043f\u043e\u044f\u0441\u0435, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0443\u043a\u0430\u0437\u0430\u043d \u0432 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445 \u0432\u0430\u0448\u0435\u0433\u043e \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430.", + "Selected tab": "\u0412\u044b\u0431\u0440\u0430\u043d\u043d\u0430\u044f \u0432\u043a\u043b\u0430\u0434\u043a\u0430", + "Self": "\u0421\u0430\u043c\u043e\u043e\u0446\u0435\u043d\u043a\u0430", + "Send to:": "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c:", + "Sent By": "\u041e\u0442 \u043a\u043e\u0433\u043e", + "Sent By:": "\u041e\u0442 \u043a\u043e\u0433\u043e:", + "Sent To": "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043a", + "Sent To:": "\u041a\u043e\u043c\u0443:", + "September": "\u0421\u0435\u043d\u0442\u044f\u0431\u0440\u044c", + "Sequence error! Cannot navigate to %(tab_name)s in the current SequenceModule. Please contact the course staff.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438! \u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a %(tab_name)s \u0432 \u0442\u0435\u043a\u0443\u0449\u0435\u043c \u043c\u043e\u0434\u0443\u043b\u0435 \u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0435\u0439. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043e\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044c \u043a \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0443 \u0443\u0447\u0435\u0431\u043d\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0430.", + "Server Error, Please refresh the page and try again.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0435. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", + "Server error.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430.", + "Set Access": "\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f", + "Set as a Special Exam": "\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0432 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u044c\u043d\u043e\u0433\u043e \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u044f", + "Set up your certificate": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u0442\u0435 \u0441\u0432\u043e\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442", + "Settings": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", + "Share": "\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f", + "Share on Mozilla Backpack": "\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0432 Mozilla Backpack", + "Share your \"%(display_name)s\" award": "\u0420\u0430\u0441\u0441\u043a\u0430\u0437\u0430\u0442\u044c \u043e \u0437\u043d\u0430\u0447\u043a\u0435 \u00ab%(display_name)s\u00bb", + "Short explanation": "\u041a\u0440\u0430\u0442\u043a\u043e\u0435 \u043f\u043e\u044f\u0441\u043d\u0435\u043d\u0438\u0435", + "Show": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c", + "Show All": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0432\u0441\u0451", + "Show Annotations": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u043e\u044f\u0441\u043d\u0435\u043d\u0438\u044f", + "Show Deprecated Settings": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0443\u0441\u0442\u0430\u0440\u0435\u0432\u0448\u0438\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", + "Show Discussion": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u041e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u044f", + "Show assessment results when subsection is past due": "\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043e\u0446\u0435\u043d\u043a\u0438 \u043f\u043e \u0438\u0441\u0442\u0435\u0447\u0435\u043d\u0438\u0438 \u0441\u0440\u043e\u043a\u0430 \u0441\u0434\u0430\u0447\u0438 \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b\u0430", + "Show blocks": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0431\u043b\u043e\u043a\u0438", + "Show entire subsection": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0432\u0435\u0441\u044c \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b", + "Show invisible characters": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u043a\u0440\u044b\u0442\u044b\u0435 \u0441\u0438\u043c\u0432\u043e\u043b\u044b", + "Show me other ways to sign in or register": "\u041a\u0430\u043a \u0435\u0449\u0451 \u043c\u043e\u0436\u043d\u043e \u0432\u043e\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0443 \u0438\u043b\u0438 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f?", + "Show notes": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0437\u0430\u043c\u0435\u0442\u043a\u0438", + "Show posts by {username}.": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f {username}.", + "Showing all responses": "\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u044e\u0442\u0441\u044f \u0432\u0441\u0435 \u043e\u0442\u0432\u0435\u0442\u044b", "Showing first response": [ - "\u041f\u043e\u043a\u0430\u0437\u0430\u043d \u043f\u0435\u0440\u0432\u044b\u0439 \u043e\u0442\u0432\u0435\u0442", - "\u041f\u043e\u043a\u0430\u0437\u0430\u043d\u044b \u043f\u0435\u0440\u0432\u044b\u0435 {numResponses} \u043e\u0442\u0432\u0435\u0442\u0430", - "\u041f\u043e\u043a\u0430\u0437\u0430\u043d\u044b \u043f\u0435\u0440\u0432\u044b\u0435 {numResponses} \u043e\u0442\u0432\u0435\u0442\u043e\u0432", + "\u041f\u043e\u043a\u0430\u0437\u0430\u043d \u043f\u0435\u0440\u0432\u044b\u0439 \u043e\u0442\u0432\u0435\u0442", + "\u041f\u043e\u043a\u0430\u0437\u0430\u043d\u044b \u043f\u0435\u0440\u0432\u044b\u0435 {numResponses} \u043e\u0442\u0432\u0435\u0442\u0430", + "\u041f\u043e\u043a\u0430\u0437\u0430\u043d\u044b \u043f\u0435\u0440\u0432\u044b\u0435 {numResponses} \u043e\u0442\u0432\u0435\u0442\u043e\u0432", "\u041f\u043e\u043a\u0430\u0437\u0430\u043d\u044b \u043f\u0435\u0440\u0432\u044b\u0435 {numResponses} \u043e\u0442\u0432\u0435\u0442\u043e\u0432" - ], - "Showing results for \"{searchString}\"": "\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u0434\u043b\u044f \u00ab{searchString}\u00bb", - "Showing {firstIndex} out of {numItems} total": "\u041f\u043e\u043a\u0430\u0437\u0430\u043d\u043e: {firstIndex} \u0438\u0437 {numItems} ", - "Showing {firstIndex}-{lastIndex} out of {numItems} total": "\u041f\u043e\u043a\u0430\u0437\u0430\u043d\u043e: {firstIndex}\u2013{lastIndex} \u0438\u0437 {numItems} ", - "Sign In": "\u0412\u0445\u043e\u0434", - "Sign in": "\u0412\u0445\u043e\u0434", - "Sign in here using your email address and password, or use one of the providers listed below.": "\u0427\u0442\u043e\u0431\u044b \u0432\u043e\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0443, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b \u0438 \u043f\u0430\u0440\u043e\u043b\u044c \u0438\u043b\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043e\u0434\u043d\u0443 \u0438\u0437 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0445 \u0443\u0447\u0451\u0442\u043d\u044b\u0445 \u0437\u0430\u043f\u0438\u0441\u0435\u0439.", - "Sign in here using your email address and password.": "\u0427\u0442\u043e\u0431\u044b \u0432\u043e\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0443, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b \u0438 \u043f\u0430\u0440\u043e\u043b\u044c.", - "Sign in using %(providerName)s": "\u0412\u043e\u0439\u0442\u0438 \u0447\u0435\u0440\u0435\u0437 %(providerName)s", - "Sign in with %(providerName)s": "\u0412\u043e\u0439\u0442\u0438 \u0447\u0435\u0440\u0435\u0437 %(providerName)s", - "Sign in with Institution/Campus Credentials": "\u0412\u043e\u0439\u0442\u0438, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u043b\u043e\u0433\u0438\u043d \u0438 \u043f\u0430\u0440\u043e\u043b\u044c \u043e\u0431\u0443\u0447\u0430\u044e\u0449\u0435\u0433\u043e\u0441\u044f \u0438\u043b\u0438 \u043f\u0440\u0435\u043f\u043e\u0434\u0430\u0432\u0430\u0442\u0435\u043b\u044f", - "Sign in.": "\u0412\u043e\u0439\u0442\u0438", - "Signatory": "\u041f\u043e\u0434\u043f\u0438\u0441\u044c", - "Signatory field(s) has invalid data.": "\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u0432 \u043f\u043e\u043b\u0435 (\u043f\u043e\u043b\u044f\u0445) \u0434\u043b\u044f \u043f\u043e\u0434\u043f\u0438\u0441\u0435\u0439.", - "Signature Image": "\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u043f\u043e\u0434\u043f\u0438\u0441\u0438", - "Skip": "\u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c", - "Social Media Links": "\u0421\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0441\u043e\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0435 \u0441\u0435\u0442\u0438", - "Some Rights Reserved": "\u041d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u0440\u0430\u0432\u0430 \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u044b", - "Some images in this post have been omitted": "\u041d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0438\u0437 \u044d\u0442\u043e\u0439 \u0442\u0435\u043c\u044b \u0431\u044b\u043b\u0438 \u0441\u043a\u0440\u044b\u0442\u044b", - "Something went wrong changing this enrollment. Please try again.": "\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435 \u043d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443 \u043f\u043e\u0437\u0436\u0435.", - "Sorry, no results were found.": "\u041d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e.", - "Sorted by": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u043e", - "Source": "\u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a", - "Source code": "\u0418\u0441\u0445\u043e\u0434\u043d\u044b\u0439 \u043a\u043e\u0434", - "Special character": "\u0421\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 \u0441\u0438\u043c\u0432\u043e\u043b", - "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u0430\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u044b\u0439 \u0432\u0430\u0440\u0438\u0430\u043d\u0442 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u044f \u043a\u0443\u0440\u0441\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0431\u0443\u0434\u0435\u0442 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430\u0445. \u041e\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u043f\u043e\u043b\u0435 \u043f\u0443\u0441\u0442\u044b\u043c, \u0447\u0442\u043e\u0431\u044b \u043d\u0430 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430\u0445 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u043b\u043e\u0441\u044c \u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043a\u0443\u0440\u0441\u0430.", - "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam, along with the {linkStart}general proctored exam rules{linkEnd}.": "\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u0430 \u0438\u043b\u0438 \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u044b \u043a\u043e\u043c\u0430\u043d\u0434\u043e\u0439 \u043f\u0440\u043e\u0432\u0435\u0440\u044f\u044e\u0449\u0438\u0445 \u043f\u0440\u0438 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435 \u0432\u0438\u0434\u0435\u043e\u0437\u0430\u043f\u0438\u0441\u0435\u0439. \u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0443\u043a\u0430\u0437\u0430\u0442\u044c, \u0447\u0442\u043e \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440\u044b \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u044b.\u0414\u0430\u043d\u043d\u044b\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u0430 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u044e\u0442\u0441\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f\u043c \u043f\u0435\u0440\u0435\u0434 \u043d\u0430\u0447\u0430\u043b\u043e\u043c \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430 \u0432\u043c\u0435\u0441\u0442\u0435 \u0441 {linkStart}\u043e\u0431\u0449\u0438\u043c\u0438 \u043f\u0440\u0430\u0432\u0438\u043b\u0430\u043c\u0438 \u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u044b\u0445 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u043e\u0432{linkEnd}.", - "Specify whether content-specific discussion topics are divided.": "\u0423\u043a\u0430\u0436\u0438\u0442\u0435, \u043d\u0443\u0436\u043d\u043e \u043b\u0438 \u043e\u0431\u0441\u0443\u0436\u0434\u0430\u0442\u044c \u0442\u0435\u043c\u044b, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0435 \u0441 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u043c\u0438 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u043c\u0438 \u043a\u0443\u0440\u0441\u0430, \u043f\u043e \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u043c \u0433\u0440\u0443\u043f\u043f\u0430\u043c.", - "Specify whether discussion topics are divided": "\u0423\u043a\u0430\u0436\u0438\u0442\u0435, \u043d\u0443\u0436\u043d\u043e \u043b\u0438 \u043e\u0431\u0441\u0443\u0436\u0434\u0430\u0442\u044c \u0442\u0435\u043c\u044b \u043f\u043e \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u043c \u0433\u0440\u0443\u043f\u043f\u0430\u043c", - "Speed": "\u0421\u043a\u043e\u0440\u043e\u0441\u0442\u044c", - "Spellcheck": "\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u043e\u0440\u0444\u043e\u0433\u0440\u0430\u0444\u0438\u0438", - "Split cell": "\u0420\u0430\u0437\u0431\u0438\u0442\u044c \u044f\u0447\u0435\u0439\u043a\u0443", - "Square": "\u041a\u0432\u0430\u0434\u0440\u0430\u0442", - "Staff": "\u0421\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a", - "Staff Only": "\u0422\u043e\u043b\u044c\u043a\u043e \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0430\u043c", - "Staff and Learners": "\u0421\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0430\u043c \u0438 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f\u043c", - "Start Date": "\u0414\u0430\u0442\u0430 \u043d\u0430\u0447\u0430\u043b\u0430", - "Start Proctored Exam": "\u041f\u0440\u0438\u0441\u0442\u0443\u043f\u0438\u0442\u044c \u043a \u0441\u0434\u0430\u0447\u0435 \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u0433\u043e \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430", - "Start System Check": "\u041d\u0430\u0447\u0430\u0442\u044c \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443 \u0441\u0438\u0441\u0442\u0435\u043c\u044b", - "Start generating certificates for all students in this course?": "\u041d\u0430\u0447\u0430\u0442\u044c \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0432 \u0434\u043b\u044f \u0432\u0441\u0435\u0445 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u043a\u0443\u0440\u0441\u0430?", - "Start of transcript. Skip to the end.": "\u041d\u0430\u0447\u0430\u043b\u043e \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043e\u0432. \u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0434\u043e \u043a\u043e\u043d\u0446\u0430", - "Start regenerating certificates for students in this course?": "\u041d\u0430\u0447\u0430\u0442\u044c \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e\u0435 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0432 \u0434\u043b\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u043a\u0443\u0440\u0441\u0430?", - "Start search": "\u041d\u0430\u0447\u0430\u0442\u044c \u043f\u043e\u0438\u0441\u043a", - "Start working toward your next learning goal.": "\u041d\u0430\u0447\u043d\u0438\u0442\u0435 \u043f\u0440\u043e\u0434\u0432\u0438\u0433\u0430\u0442\u044c\u0441\u044f \u043a \u0441\u0432\u043e\u0435\u0439 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0439 \u0446\u0435\u043b\u0438.", - "Started": "\u041d\u0430\u0447\u0430\u0442\u043e", - "Started entrance exam rescore task for student '{student_id}'. Click the 'Show Task Status' button to see the status of the task.": "\u041f\u0440\u043e\u0446\u0435\u0441\u0441 \u043f\u0435\u0440\u0435\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u0432\u0441\u0442\u0443\u043f\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u044f \u0434\u043b\u044f '{student_id}' \u0437\u0430\u043f\u0443\u0449\u0435\u043d. \u0427\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430, \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u00ab\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0432\u00bb.", - "Started rescore problem task for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u041f\u0440\u043e\u0446\u0435\u0441\u0441 \u043f\u0435\u0440\u0435\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u0437\u0430\u0434\u0430\u043d\u0438\u044f '<%- problem_id %>' \u0434\u043b\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f '<%- student_id %>' \u0437\u0430\u043f\u0443\u0449\u0435\u043d. \u0427\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430, \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u00ab\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0432\u00bb.", - "Started {start}": "\u041d\u0430\u0447\u0430\u0442\u043e {start}", - "Starts": "\u041d\u0430\u0447\u0430\u043b\u043e", - "Starts {start}": "\u041d\u0430\u0447\u0438\u043d\u0430\u0435\u0442\u0441\u044f {start}", - "Starts: %(start_date)s": "\u041d\u0430\u0447\u0430\u043b\u043e: %(start_date)s", - "State": "\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435", - "Status": "\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435", - "Status of Your Response": "\u0421\u0442\u0430\u0442\u0443\u0441 \u0432\u0430\u0448\u0435\u0433\u043e \u043e\u0442\u0432\u0435\u0442\u0430", - "Strikethrough": "\u0417\u0430\u0447\u0451\u0440\u043a\u043d\u0443\u0442\u044b\u0439", - "Student": "\u041e\u0431\u0443\u0447\u0430\u044e\u0449\u0438\u0439\u0441\u044f", - "Student Removed from certificate white list successfully.": "\u041e\u0431\u0443\u0447\u0430\u044e\u0449\u0438\u0439\u0441\u044f \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0451\u043d \u0438\u0437 \u0441\u043f\u0438\u0441\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439 \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0432.", - "Student email or username": "\u042d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441 \u0438\u043b\u0438 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430", - "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Add to Exception List\" button.": "\u041f\u043e\u043b\u0435 \u00ab\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f/\u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430\u044f \u043f\u043e\u0447\u0442\u0430\u00bb \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u043c \u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043f\u0443\u0441\u0442\u044b\u043c. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0437\u0430\u043f\u043e\u043b\u043d\u0438\u0442\u0435 \u043f\u043e\u043b\u0435 \u00ab\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f/\u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430\u044f \u043f\u043e\u0447\u0442\u0430\u00bb, \u043f\u043e\u0441\u043b\u0435 \u0447\u0435\u0433\u043e \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \u00ab\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439\u00bb.", - "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Invalidate Certificate\" button.": "\u041f\u043e\u043b\u0435 \u00ab\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f/\u0430\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b\u00bb \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043f\u0443\u0441\u0442\u044b\u043c. \u0417\u0430\u043f\u043e\u043b\u043d\u0438\u0442\u0435 \u044d\u0442\u043e \u043f\u043e\u043b\u0435 \u0438 \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \u00ab\u0410\u043d\u043d\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u00bb.", - "Studio:": "Studio:", - "Style": "\u0421\u0442\u0438\u043b\u044c", - "Subject": "\u0422\u0435\u043c\u0430", - "Subject:": "\u0422\u0435\u043c\u0430:", - "Submission aborted! Sorry, your browser does not support file uploads. If you can, please use Chrome or Safari which have been verified to support file uploads.": "\u041e\u0442\u043f\u0440\u0430\u0432\u043a\u0430 \u043e\u0442\u0432\u0435\u0442\u0430 \u043f\u0440\u0435\u0440\u0432\u0430\u043d\u0430! \u041a \u0441\u043e\u0436\u0430\u043b\u0435\u043d\u0438\u044e, \u0432\u0430\u0448 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0443 \u0444\u0430\u0439\u043b\u043e\u0432. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 Chrome \u0438\u043b\u0438 Safari, \u0432 \u043d\u0438\u0445 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u043f\u0440\u043e\u0432\u0435\u0440\u0435\u043d\u0430.", - "Submit": "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c", - "Submit Application": "\u041f\u043e\u0434\u0430\u0442\u044c \u0437\u0430\u044f\u0432\u043b\u0435\u043d\u0438\u0435", - "Submit enrollment change": "\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0442\u044c \u0440\u0435\u0436\u0438\u043c \u0437\u0430\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044f", - "Submitted": "\u041f\u0440\u0438\u0441\u043b\u0430\u043d\u043d\u043e\u0435 \u043d\u0430 \u0440\u0430\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u0438\u0435", - "Subscript": "\u0438\u043d\u0434\u0435\u043a\u0441", - "Subsection": "\u041f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b", - "Subsection Visibility": "\u0412\u0438\u0434\u0438\u043c\u043e\u0441\u0442\u044c \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b\u0430", - "Subsection is hidden after course end date": "\u041f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b \u0431\u0443\u0434\u0435\u0442 \u0441\u043a\u0440\u044b\u0442 \u043f\u043e\u0441\u043b\u0435 \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u044f \u043a\u0443\u0440\u0441\u0430.", - "Subsection is hidden after due date": "\u041f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b \u0431\u0443\u0434\u0435\u0442 \u0441\u043a\u0440\u044b\u0442 \u043f\u043e \u0438\u0441\u0442\u0435\u0447\u0435\u043d\u0438\u0438 \u0441\u0440\u043e\u043a\u0430 \u0441\u0434\u0430\u0447\u0438", - "Success": "\u0423\u0441\u043f\u0435\u0445", - "Success! Problem attempts reset for problem '<%- problem_id %>' and student '<%- student_id %>'.": "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0431\u0440\u043e\u0448\u0435\u043d\u044b \u043f\u043e\u043f\u044b\u0442\u043a\u0438 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0437\u0430\u0434\u0430\u043d\u0438\u044f '<%- problem_id %>' \u0434\u043b\u044f '<%- student_id %>'.", - "Successfully deleted student state for user {user}": "\u0421\u0442\u0430\u0442\u0443\u0441 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f \u043a\u0443\u0440\u0441\u0430 \u0434\u043b\u044f {user} \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0451\u043d", - "Successfully enrolled and sent email to the following users:": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u043f\u0438\u0441\u0430\u043d\u044b \u043d\u0430 \u043a\u0443\u0440\u0441, \u0438\u043c \u043d\u0430 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443\u044e \u043f\u043e\u0447\u0442\u0443 \u0432\u044b\u0441\u043b\u0430\u043d\u044b \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f:", - "Successfully enrolled the following users:": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u043f\u0438\u0441\u0430\u043d\u044b \u043d\u0430 \u043a\u0443\u0440\u0441:", - "Successfully rescored problem for user {user}": "\u0414\u043b\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f {user} \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0430 \u043e\u0446\u0435\u043d\u043a\u0430 \u0437\u0430\u0434\u0430\u043d\u0438\u044f.", - "Successfully rescored problem to improve score for user {user}": "\u041e\u0446\u0435\u043d\u043a\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f {user} \u0437\u0430 \u0437\u0430\u0434\u0430\u0447\u0443 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u044b\u0448\u0435\u043d\u0430.", - "Successfully reset the attempts for user {user}": "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0431\u0440\u043e\u0448\u0435\u043d\u044b \u043f\u043e\u043f\u044b\u0442\u043a\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f: {user}", - "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "\u042d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u043e \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u044b \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u043c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c. \u041e\u043d\u0438 \u0441\u043c\u043e\u0433\u0443\u0442 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f, \u043a\u0430\u043a \u0442\u043e\u043b\u044c\u043a\u043e \u0441\u043e\u0437\u0434\u0430\u0434\u0443\u0442 \u0441\u0432\u043e\u0438 \u0443\u0447\u0451\u0442\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438:", - "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "\u042d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u043e \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u044b \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u043c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c. \u041e\u043d\u0438 \u0431\u0443\u0434\u0443\u0442 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u044b, \u043a\u0430\u043a \u0442\u043e\u043b\u044c\u043a\u043e \u0441\u043e\u0437\u0434\u0430\u0434\u0443\u0442 \u0441\u0432\u043e\u0438 \u0443\u0447\u0451\u0442\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.", - "Successfully started task to rescore problem '<%- problem_id %>' for all students. Click the 'Show Task Status' button to see the status of the task.": "\u041f\u0440\u043e\u0446\u0435\u0441\u0441 \u043f\u0435\u0440\u0435\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u0437\u0430\u0434\u0430\u0447\u0438 '<%- problem_id %>' \u0434\u043b\u044f \u0432\u0441\u0435\u0445 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u043f\u0443\u0449\u0435\u043d. \u0427\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u044d\u0442\u043e\u0433\u043e \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430, \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u00ab\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0432\u00bb.", - "Successfully started task to reset attempts for problem '<%- problem_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u041f\u0440\u043e\u0446\u0435\u0441\u0441 \u0441\u0431\u0440\u043e\u0441\u0430 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u043f\u043e\u043f\u044b\u0442\u043e\u043a \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0437\u0430\u0434\u0430\u0447\u0438 '<%- problem_id %>' \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u043f\u0443\u0449\u0435\u043d. \u0427\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u044d\u0442\u043e\u0433\u043e \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430, \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u00ab\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0432\u00bb.", - "Successfully unlinked.": "\u0423\u0434\u0430\u043b\u0435\u043d\u043e.", - "Superscript": "\u0432\u0435\u0440\u0445\u043d\u0438\u0439 \u0438\u043d\u0434\u0435\u043a\u0441", - "Supported": "\u041f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f", - "TOTAL": "\u0418\u0442\u043e\u0433 ", - "Table": "\u0422\u0430\u0431\u043b\u0438\u0446\u0430", - "Table properties": "\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u0442\u0430\u0431\u043b\u0438\u0446\u044b", - "Tags": "\u0422\u0435\u0433\u0438", - "Tags:": "\u0422\u0435\u0433\u0438:", - "Take Photo": "\u0421\u0434\u0435\u043b\u0430\u0442\u044c \u0444\u043e\u0442\u043e", - "Take Your Photo": "\u0421\u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0440\u0443\u0439\u0442\u0435 \u0441\u0435\u0431\u044f", - "Take a Photo of Your ID": "\u0421\u0434\u0435\u043b\u0430\u0439\u0442\u0435 \u0441\u043d\u0438\u043c\u043e\u043a \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430, \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u044f\u044e\u0449\u0435\u0433\u043e \u0432\u0430\u0448\u0443 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u044c", - "Take a photo of your ID": "\u0421\u0434\u0435\u043b\u0430\u0439\u0442\u0435 \u0441\u043d\u0438\u043c\u043e\u043a \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430, \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u044f\u044e\u0449\u0435\u0433\u043e \u0432\u0430\u0448\u0443 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u044c", - "Take me to the main course page": "\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043d\u0430 \u0433\u043b\u0430\u0432\u043d\u0443\u044e \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u043a\u0443\u0440\u0441\u0430", - "Take me to the main library page": "\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043d\u0430 \u0433\u043b\u0430\u0432\u043d\u0443\u044e \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a", - "Take this exam without proctoring.": "\u0421\u0434\u0430\u0442\u044c \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u0431\u0435\u0437 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f.", - "Taking As Open Exam": "\u0421\u0434\u0430\u0451\u0442\u0441\u044f \u0431\u0435\u0437 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f", - "Taking As Proctored Exam": "\u0421\u0434\u0430\u0451\u0442\u0441\u044f \u0441 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u0435\u043c", - "Taking as Proctored": "\u0421\u0434\u0430\u0451\u0442\u0441\u044f \u0441 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u0435\u043c", - "Target": "\u0426\u0435\u043b\u044c", - "Task ID": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u0434\u0430\u0447\u0438", - "Task Progress": "\u041f\u0440\u043e\u0433\u0440\u0435\u0441\u0441 \u0437\u0430\u0434\u0430\u043d\u0438\u044f", - "Task Status": "\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430", - "Task Type": "\u0422\u0438\u043f \u0437\u0430\u0434\u0430\u043d\u0438\u044f", - "Task inputs": "\u0412\u0432\u043e\u0434 \u0437\u0430\u0434\u0430\u043d\u0438\u044f", - "Teaching Assistant": "\u0410\u0441\u0441\u0438\u0441\u0442\u0435\u043d\u0442", - "Team \"{team}\" successfully deleted.": "\u041a\u043e\u043c\u0430\u043d\u0434\u0430 \u00ab{team}\u00bb \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u0430.", - "Team Description (Required) *": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u044b (\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u0434\u043b\u044f \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f) *", - "Team Details": "\u041e \u043a\u043e\u043c\u0430\u043d\u0434\u0435", - "Team Name (Required) *": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u044b (\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u0434\u043b\u044f \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f) *", - "Team Search": "\u041f\u043e\u0438\u0441\u043a \u043a\u043e\u043c\u0430\u043d\u0434\u044b", - "Team capacity": "\u0420\u0430\u0437\u043c\u0435\u0440 \u043a\u043e\u043c\u0430\u043d\u0434\u044b", - "Team description cannot have more than 300 characters.": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0431\u043e\u043b\u0435\u0435 300 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432.", - "Team member profiles": "\u041f\u0440\u043e\u0444\u0438\u043b\u0438 \u0447\u043b\u0435\u043d\u043e\u0432 \u043a\u043e\u043c\u0430\u043d\u0434\u044b", - "Team name cannot have more than 255 characters.": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0431\u043e\u043b\u0435\u0435 255 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432.", - "Teams": "\u041a\u043e\u043c\u0430\u043d\u0434\u044b", - "Teams Pagination": "\u041a\u043e\u043c\u0430\u043d\u0434\u043d\u0430\u044f \u043d\u0443\u043c\u0435\u0440\u0430\u0446\u0438\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446", - "Tell other learners a little about yourself: where you live, what your interests are, why you're taking courses, or what you hope to learn.": "\u0420\u0430\u0441\u0441\u043a\u0430\u0436\u0438\u0442\u0435 \u043e\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u043c \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f\u043c \u043d\u0435\u043c\u043d\u043e\u0433\u043e \u043e \u0441\u0435\u0431\u0435: \u0433\u0434\u0435 \u0432\u044b \u0436\u0438\u0432\u0451\u0442\u0435, \u0447\u0435\u043c \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u0443\u0435\u0442\u0435\u0441\u044c, \u0434\u043b\u044f \u0447\u0435\u0433\u043e \u0432\u044b \u043f\u0440\u043e\u0445\u043e\u0434\u0438\u0442\u0435 \u043a\u0443\u0440\u0441\u044b \u0438 \u0447\u0435\u043c\u0443 \u0441\u043e\u0431\u0438\u0440\u0430\u0435\u0442\u0435\u0441\u044c \u043d\u0430\u0443\u0447\u0438\u0442\u044c\u0441\u044f.", - "Templates": "\u0428\u0430\u0431\u043b\u043e\u043d\u044b", - "Terms of Service and Honor Code": "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0443\u0441\u043b\u0443\u0433 \u0438 \u041a\u043e\u0434\u0435\u043a\u0441 \u0447\u0435\u0441\u0442\u0438", - "Text color": "\u0426\u0432\u0435\u0442 \u0442\u0435\u043a\u0441\u0442\u0430", - "Text to display": "\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u043c\u044b\u0439 \u0442\u0435\u043a\u0441\u0442", - "Textbook Name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0443\u0447\u0435\u0431\u043d\u0438\u043a\u0430", - "Textbook information": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e\u0431 \u0443\u0447\u0435\u0431\u043d\u0438\u043a\u0435", - "Thank you %(full_name)s! We have received your payment for %(course_name)s.": "\u0421\u043f\u0430\u0441\u0438\u0431\u043e, %(full_name)s! \u0412\u0430\u0448 \u043f\u043b\u0430\u0442\u0451\u0436 \u0437\u0430 \u043a\u0443\u0440\u0441 %(course_name)s \u043f\u0440\u0438\u043d\u044f\u0442.", - "Thank you for submitting your financial assistance application for {course_name}! You can expect a response in 2-4 business days.": "\u0411\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u0438\u043c \u0432\u0430\u0441 \u0437\u0430 \u043f\u043e\u0434\u0430\u0447\u0443 \u0437\u0430\u044f\u0432\u043b\u0435\u043d\u0438\u044f \u043d\u0430 \u0433\u0440\u0430\u043d\u0442 \u043f\u043e \u043a\u0443\u0440\u0441\u0443 {course_name}! \u0412\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u043e\u0442\u0432\u0435\u0442 \u0447\u0435\u0440\u0435\u0437 2-4 \u0440\u0430\u0431\u043e\u0447\u0438\u0445 \u0434\u043d\u044f.", - "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "\u0421\u043f\u0430\u0441\u0438\u0431\u043e, \u0447\u0442\u043e \u0434\u043e\u0431\u0430\u0432\u0438\u043b\u0438 \u0444\u043e\u0442\u043e! \u041c\u044b \u0441\u043a\u043e\u0440\u043e \u0438\u0445 \u043f\u0440\u043e\u0432\u0435\u0440\u0438\u043c. \u0421\u0435\u0439\u0447\u0430\u0441 \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u043b\u044e\u0431\u043e\u0439 \u0438\u0437 \u043a\u0443\u0440\u0441\u043e\u0432 %(platformName)s, \u043f\u0440\u0435\u0434\u043b\u0430\u0433\u0430\u044e\u0449\u0438\u0445 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u044b\u0435 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u044b. \u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438 \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u0435\u0442 \u043e\u0434\u0438\u043d \u0433\u043e\u0434. \u041f\u043e\u0441\u043b\u0435 \u044d\u0442\u043e\u0433\u043e \u0432\u0430\u043c \u043f\u043e\u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0444\u043e\u0442\u043e \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e.", - "Thank you! We have received your payment for {courseName}.": "\u0411\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u0438\u043c \u0412\u0430\u0441! \u0412\u0430\u0448 \u043f\u043b\u0430\u0442\u0451\u0436 \u0437\u0430 \u043a\u0443\u0440\u0441 {courseName} \u043f\u0440\u0438\u043d\u044f\u0442.", - "Thanks for returning to verify your ID in: {courseName}": "\u0411\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u0438\u043c \u0437\u0430 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438 \u043d\u0430 \u043a\u0443\u0440\u0441\u0435: {courseName}", - "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "\u0410\u0434\u0440\u0435\u0441 URL, \u0432\u0432\u0435\u0434\u0451\u043d\u043d\u044b\u0439 \u0432\u0430\u043c\u0438, \u043f\u043e\u0445\u043e\u0436 \u043d\u0430 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441. \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u0440\u0435\u0444\u0438\u043a\u0441 \u00abmailto:\u00bb?", - "The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": "\u0410\u0434\u0440\u0435\u0441 URL, \u0432\u0432\u0435\u0434\u0451\u043d\u043d\u044b\u0439 \u0432\u0430\u043c\u0438, \u043f\u043e\u0445\u043e\u0436 \u043d\u0430 \u0432\u043d\u0435\u0448\u043d\u044e\u044e \u0441\u0441\u044b\u043b\u043a\u0443. \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u0440\u0435\u0444\u0438\u043a\u0441 \u00abhttp://\u00bb?", - "The assignment type must have a name.": "\u0423 \u0442\u0438\u043f\u0430 \u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435.", - "The certificate available date must be later than the course end date.": "\u0414\u0430\u0442\u0430 \u0432\u044b\u043f\u0443\u0441\u043a\u0430 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0432 \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c \u043f\u043e\u0437\u0436\u0435 \u0434\u0430\u0442\u044b \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u044f \u043a\u0443\u0440\u0441\u0430.", - "The certificate for this learner has been re-validated and the system is re-running the grade for this learner.": "\u0421\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043e\u0431\u0443\u0447\u0430\u044e\u0449\u0435\u0433\u043e\u0441\u044f \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d, \u0437\u0430\u043f\u0443\u0449\u0435\u043d \u043f\u0435\u0440\u0435\u0441\u0447\u0451\u0442 \u043e\u0446\u0435\u043d\u043a\u0438.", - "The cohort cannot be added": "\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u0443", - "The cohort cannot be saved": "\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u0443", - "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "\u0421\u043e\u0432\u043e\u043a\u0443\u043f\u043d\u0430\u044f \u0434\u043b\u0438\u043d\u0430 \u043a\u043e\u0434\u0430 \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u0438 \u0438 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u043f\u0440\u0435\u0432\u044b\u0448\u0430\u0442\u044c <%=limit%> \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432.", - "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "\u0421\u043e\u0432\u043e\u043a\u0443\u043f\u043d\u0430\u044f \u0434\u043b\u0438\u043d\u0430 \u043d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u044f \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u0438, \u043d\u043e\u043c\u0435\u0440\u0430 \u0438 \u043f\u0435\u0440\u0438\u043e\u0434\u0430 \u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u043a\u0443\u0440\u0441\u0430 \u043d\u0435 \u0434\u043e\u043b\u0436\u043d\u0430 \u043f\u0440\u0435\u0432\u044b\u0448\u0430\u0442\u044c <%=limit%> \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432.", - "The country or region where you live.": "\u0421\u0442\u0440\u0430\u043d\u0430 \u0438\u043b\u0438 \u0440\u0435\u0433\u0438\u043e\u043d, \u0433\u0434\u0435 \u0432\u044b \u0436\u0438\u0432\u0451\u0442\u0435.", - "The country that team members primarily identify with.": "\u0421\u0442\u0440\u0430\u043d\u0430, \u0441 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0438 \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u0432 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u043c \u043e\u0442\u043e\u0436\u0434\u0435\u0441\u0442\u0432\u043b\u044f\u044e\u0442 \u0441\u0435\u0431\u044f.", - "The course end date must be later than the course start date.": "\u0414\u0430\u0442\u0430 \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u044f \u043a\u0443\u0440\u0441\u0430 \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c \u043f\u043e\u0437\u0436\u0435 \u0434\u0430\u0442\u044b \u043d\u0430\u0447\u0430\u043b\u0430 \u043a\u0443\u0440\u0441\u0430.", - "The course must have an assigned start date.": "\u0414\u043b\u044f \u043a\u0443\u0440\u0441\u0430 \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c \u0443\u043a\u0430\u0437\u0430\u043d\u0430 \u0434\u0430\u0442\u0430 \u043d\u0430\u0447\u0430\u043b\u0430.", - "The course start date must be later than the enrollment start date.": "\u0414\u0430\u0442\u0430 \u043d\u0430\u0447\u0430\u043b\u0430 \u043a\u0443\u0440\u0441\u0430 \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c \u043f\u043e\u0437\u0436\u0435 \u0434\u0430\u0442\u044b \u043d\u0430\u0447\u0430\u043b\u0430 \u0437\u0430\u043f\u0438\u0441\u0438 \u043d\u0430 \u043a\u0443\u0440\u0441.", - "The display of ungraded and checked out responses could not be loaded.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a \u043f\u0440\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u0445 \u043e\u0442\u0432\u0435\u0442\u043e\u0432 \u0438 \u043e\u0442\u0432\u0435\u0442\u043e\u0432 \u0431\u0435\u0437 \u043e\u0446\u0435\u043d\u043a\u0438.", - "The email address you've provided isn't formatted correctly.": "\u041f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u0439 \u0432\u0430\u043c\u0438 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441 \u0438\u043c\u0435\u0435\u0442 \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u0439 \u0444\u043e\u0440\u043c\u0430\u0442.", - "The enrollment end date cannot be after the course end date.": "\u0414\u0430\u0442\u0430 \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u044f \u0437\u0430\u043f\u0438\u0441\u0438 \u043d\u0430 \u043a\u0443\u0440\u0441 \u0434\u043e\u043b\u0436\u043d\u0430 \u043f\u0440\u0435\u0434\u0448\u0435\u0441\u0442\u0432\u043e\u0432\u0430\u0442\u044c \u0434\u0430\u0442\u0435 \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u044f \u043a\u0443\u0440\u0441\u0430.", - "The enrollment start date cannot be after the enrollment end date.": "\u0414\u0430\u0442\u0430 \u043d\u0430\u0447\u0430\u043b\u0430 \u0437\u0430\u043f\u0438\u0441\u0438 \u043d\u0430 \u043a\u0443\u0440\u0441 \u0434\u043e\u043b\u0436\u043d\u0430 \u043f\u0440\u0435\u0434\u0448\u0435\u0441\u0442\u0432\u043e\u0432\u0430\u0442\u044c \u0434\u0430\u0442\u0435 \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u044f \u0437\u0430\u043f\u0438\u0441\u0438 \u043d\u0430 \u043a\u0443\u0440\u0441.", - "The file must be at least {size} in size.": "\u0420\u0430\u0437\u043c\u0435\u0440 \u0444\u0430\u0439\u043b\u0430 \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u043d\u0435 \u043c\u0435\u043d\u0435\u0435 {size}.", - "The file must be smaller than {size} in size.": "\u0420\u0430\u0437\u043c\u0435\u0440 \u0444\u0430\u0439\u043b\u0430 \u043d\u0435 \u0434\u043e\u043b\u0436\u0435\u043d \u043f\u0440\u0435\u0432\u044b\u0448\u0430\u0442\u044c {size}.", - "The following email addresses and/or usernames are invalid:": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0430\u0434\u0440\u0435\u0441\u0430 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b \u0438/\u0438\u043b\u0438 \u0438\u043c\u0435\u043d\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u043d\u0435\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b:", - "The following errors were generated:": "\u0431\u044b\u043b\u0438 \u0434\u043e\u043f\u0443\u0449\u0435\u043d\u044b \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 ", - "The following file types are not allowed: ": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0442\u0438\u043f\u044b \u0444\u0430\u0439\u043b\u043e\u0432 \u043d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b:", - "The following information is already a part of your {platform} profile. We\\'ve included it here for your application.": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0443\u0436\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0447\u0430\u0441\u0442\u044c\u044e \u0432\u0430\u0448\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f \u043d\u0430 {platform}.", - "The following message will be displayed at the bottom of the courseware pages within your course:": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0431\u0443\u0434\u0435\u0442 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043e \u0432\u043d\u0438\u0437\u0443 \u0441\u0442\u0440\u0430\u043d\u0438\u0446 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u043a\u0443\u0440\u0441\u0430:", - "The following options are available for the {license_name} license.": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043e\u043f\u0446\u0438\u0438 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b \u0434\u043b\u044f \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0438 {license_name}", - "The following users are no longer enrolled in the course:": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u043e\u0442\u0447\u0438\u0441\u043b\u0435\u043d\u044b \u0441 \u043a\u0443\u0440\u0441\u0430:", - "The following warnings were generated:": "\u0431\u044b\u043b\u0438 \u0441\u043e\u0437\u0434\u0430\u043d\u044b \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u044f", - "The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.": "\u041e\u0431\u0449\u0435\u0435 \u043d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0434\u043b\u044f \u0437\u0430\u0434\u0430\u043d\u0438\u0439 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0442\u0438\u043f\u0430, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u00ab\u0414\u043e\u043c\u0430\u0448\u043d\u0435\u0435 \u0437\u0430\u0434\u0430\u043d\u0438\u0435\u00bb \u0438\u043b\u0438 \u00ab\u042d\u043a\u0437\u0430\u043c\u0435\u043d\u00bb. \u042d\u0442\u043e \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0432\u0438\u0434\u043d\u043e \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f\u043c.", - "The grading process is still running. Refresh the page to see updates.": "\u0412\u044b\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043e\u0446\u0435\u043d\u043e\u043a \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0430\u0435\u0442\u0441\u044f. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443, \u0447\u0442\u043e\u0431\u044b \u0443\u0432\u0438\u0434\u0435\u0442\u044c \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0434\u0430\u043d\u043d\u044b\u0435.", - "The language that team members primarily use to communicate with each other.": "\u042f\u0437\u044b\u043a, \u043d\u0430 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u0447\u043b\u0435\u043d\u044b \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u0432 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u043c \u043e\u0431\u0449\u0430\u044e\u0442\u0441\u044f \u043c\u0435\u0436\u0434\u0443 \u0441\u043e\u0431\u043e\u0439.", - "The minimum grade for course credit is not set.": "\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0437\u0430\u0447\u0451\u0442\u0430 \u043d\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430.", - "The minimum score percentage must be a whole number between 0 and 100.": "\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u044b\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u0441\u0432\u043e\u0435\u043d\u0438\u044f \u0432\u044b\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044f \u0432 \u043f\u0440\u043e\u0446\u0435\u043d\u0442\u0430\u0445 \u0438 \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u0446\u0435\u043b\u044b\u043c \u0447\u0438\u0441\u043b\u043e\u043c \u043c\u0435\u0436\u0434\u0443 0 \u0438 100.", - "The name of this signatory as it should appear on certificates.": "\u0418\u043c\u044f \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u0435\u043b\u044f \u0432 \u0442\u043e\u043c \u0432\u0438\u0434\u0435, \u043a\u0430\u043a \u043e\u043d\u043e \u0434\u043e\u043b\u0436\u043d\u043e \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0435", - "The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.": "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0437\u0430\u0434\u0430\u043d\u0438\u0439 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0442\u0438\u043f\u0430, \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0431\u0443\u0434\u0443\u0442 \u043e\u0442\u0431\u0440\u043e\u0448\u0435\u043d\u044b. \u0412 \u043f\u0435\u0440\u0432\u0443\u044e \u043e\u0447\u0435\u0440\u0435\u0434\u044c \u043e\u0442\u0431\u0440\u0430\u0441\u044b\u0432\u0430\u044e\u0442\u0441\u044f \u043d\u0430\u0438\u0445\u0443\u0434\u0448\u0438\u0435 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b.", - "The number of subsections in the course that contain problems of this assignment type.": "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b\u043e\u0432 \u043a\u0443\u0440\u0441\u0430, \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0431\u0443\u0434\u0443\u0442 \u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0442\u0438\u043f\u0430.", - "The organization that this signatory belongs to, as it should appear on certificates.": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u0438, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043b\u0438\u0446\u043e, \u043f\u043e\u0434\u043f\u0438\u0441\u0430\u0432\u0448\u0435\u0435 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442.", - "The page \"{route}\" could not be found.": "\u0421\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u00ab{route}\u00bb \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u0430.", - "The photo of your face matches the photo on your ID.": "\u0424\u043e\u0442\u043e \u0432\u0430\u0448\u0435\u0433\u043e \u043b\u0438\u0446\u0430 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0444\u043e\u0442\u043e \u0432 \u0432\u0430\u0448\u0435\u043c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0435.", - "The post you selected has been deleted.": "\u0412\u044b\u0431\u0440\u0430\u043d\u043d\u0430\u044f \u0432\u0430\u043c\u0438 \u0442\u0435\u043c\u0430 \u0431\u044b\u043b\u0430 \u0443\u0434\u0430\u043b\u0435\u043d\u0430.", - "The published branch version, {published}, was reset to the draft branch version, {draft}.": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f, {published}, \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0430 \u043d\u0430 \u043d\u043e\u0432\u0443\u044e \u0432\u0435\u0440\u0441\u0438\u044e, {draft}.", - "The raw error message is:": "\u041f\u043e\u043b\u043d\u043e\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043e\u0431 \u043e\u0448\u0438\u0431\u043a\u0435:", - "The selected content group does not exist": "\u0412\u044b\u0431\u0440\u0430\u043d\u043d\u0430\u044f \u0433\u0440\u0443\u043f\u043f\u0430 \u043f\u043e \u0438\u0437\u0443\u0447\u0430\u0435\u043c\u044b\u043c \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u043c \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442", - "The server could not be contacted.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 \u0441 \u0441\u0435\u0440\u0432\u0435\u0440\u043e\u043c.", - "The staff assessment form could not be loaded.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0431\u043b\u0430\u043d\u043a \u043e\u0446\u0435\u043d\u0438\u0432\u0430\u043d\u0438\u044f.", - "The submission could not be removed from the grading pool.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0438\u0437 \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0430.", - "The team \"{team}\" could not be found.": "\u041a\u043e\u043c\u0430\u043d\u0434\u0430 \u00ab{team}\u00bb \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u0430.", - "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u043d\u044b\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b \u043f\u0435\u0440\u0432\u043e\u0433\u043e \u0432\u0438\u0434\u0435\u043e\u0444\u0430\u0439\u043b\u0430 \u043d\u0435 \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0442 \u0441 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0430\u043c\u0438 \u0432\u0442\u043e\u0440\u043e\u0433\u043e \u0432\u0438\u0434\u0435\u043e\u0444\u0430\u0439\u043b\u0430.", - "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u043f\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b \u044d\u0442\u043e\u0433\u043e \u0432\u0438\u0434\u0435\u043e \u0432 edX \u0443\u0441\u0442\u0430\u0440\u0435\u043b\u0438. \u041d\u0430 YouTube \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u0442\u0435\u043a\u0443\u0449\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043e\u0432 \u044d\u0442\u043e\u0433\u043e \u0432\u0438\u0434\u0435\u043e.", - "The topic \"{topic}\" could not be found.": "\u0422\u0435\u043c\u0430 \u00ab{topic}\u00bb \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u0430.", - "The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.": "\u041e\u0431\u0449\u0438\u0439 \u0432\u0435\u0441 \u0437\u0430\u0434\u0430\u043d\u0438\u0439 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0442\u0438\u043f\u0430 \u0432 \u043f\u0440\u043e\u0446\u0435\u043d\u0442\u0430\u0445 \u043e\u0442 \u0438\u0442\u043e\u0433\u043e\u0432\u043e\u0439 \u043e\u0446\u0435\u043d\u043a\u0438, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, 40. \u041d\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u0441\u0438\u043c\u0432\u043e\u043b \u043f\u0440\u043e\u0446\u0435\u043d\u0442\u043e\u0432.", - "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "\u0413\u0440\u0443\u043f\u043f\u0430 {cohortGroupName} \u0441\u043e\u0437\u0434\u0430\u043d\u0430. \u041d\u0438\u0436\u0435 \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0440\u0443\u0447\u043d\u0443\u044e \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043e\u0431\u0443\u0447\u0430\u044e\u0449\u0438\u0445\u0441\u044f \u0432 \u044d\u0442\u0443 \u0433\u0440\u0443\u043f\u043f\u0443.", - "There are invalid keywords in your email. Check the following keywords and try again.": "\u0412 \u0432\u0430\u0448\u0435\u043c \u043f\u0438\u0441\u044c\u043c\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u0441\u044f \u043d\u0435\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u044b\u0435 \u043a\u043b\u044e\u0447\u0435\u0432\u044b\u0435 \u0441\u043b\u043e\u0432\u0430. \u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043a\u043b\u044e\u0447\u0435\u0432\u044b\u0435 \u0441\u043b\u043e\u0432\u0430 \u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", - "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0435 \u043e\u0434\u043d\u043e\u0433\u043e \u0438\u0437 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u043e\u0432 \u0432 XML. \u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0438 \u0438\u0441\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043e\u0448\u0438\u0431\u043a\u0443, \u043f\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043c \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u044c \u044d\u043a\u0441\u043f\u043e\u0440\u0442. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0432\u0441\u0435 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435 \u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u044b \u0438 \u043d\u0435 \u043f\u043e\u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u043e\u0431 \u043e\u0448\u0438\u0431\u043a\u0430\u0445.", - "There has been an error processing your survey.": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0435 \u043e\u0431\u0437\u043e\u0440\u0430", - "There has been an error while exporting.": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0435.", - "There has been an error with your export.": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u0441 \u0432\u0430\u0448\u0438\u043c \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u043e\u043c", - "There is invalid code in your content. Please check to make sure it is valid HTML.": "\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u043a\u043e\u0434 \u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u043c. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c \u0432 \u0432\u0435\u0440\u043d\u043e\u0441\u0442\u0438 HTML-\u043a\u043e\u0434\u0430.", - "There is no email history for this course.": "\u0414\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0430 \u0438\u0441\u0442\u043e\u0440\u0438\u044f \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u0435\u0440\u0435\u043f\u0438\u0441\u043a\u0438 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442.", - "There must be at least one group.": "\u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u043e \u043a\u0440\u0430\u0439\u043d\u0435\u0439 \u043c\u0435\u0440\u0435 \u043e\u0434\u043d\u0443 \u0433\u0440\u0443\u043f\u043f\u0443.", - "There must be one cohort to which students can automatically be assigned.": "\u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0445\u043e\u0442\u044f \u0431\u044b \u043e\u0434\u043d\u0443 \u0433\u0440\u0443\u043f\u043f\u0443, \u0432 \u043a\u043e\u0442\u043e\u0440\u0443\u044e \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0442\u044c\u0441\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438.", - "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "\u041f\u0440\u0438 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0438 \u043e\u0442\u0447\u0451\u0442\u0430 \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443, \u043d\u0430\u0436\u0430\u0432 \u00ab\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0441\u0432\u043e\u0434\u043d\u044b\u0439 \u043e\u0442\u0447\u0451\u0442\u00bb.", - "There was an error changing the user's role": "\u041f\u0440\u0438 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0438 \u0440\u043e\u043b\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430", - "There was an error obtaining email content history for this course.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u043e\u0439 \u0438\u0441\u0442\u043e\u0440\u0438\u0438 \u043a\u0443\u0440\u0441\u0430.", - "There was an error obtaining email task history for this course.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u043e\u0439 \u0438\u0441\u0442\u043e\u0440\u0438\u0438 \u0437\u0430\u0434\u0430\u043d\u0438\u0439.", - "There was an error retrieving preview results for this catalog. Please check that your query is correct and try again.": "\u041f\u0440\u0438 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u043f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0430 \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", - "There was an error, try searching again.": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u044c \u043f\u043e\u0438\u0441\u043a.", - "There were errors reindexing course.": "\u0412 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u043e\u0438\u0441\u043a\u043e\u0432\u043e\u0433\u043e \u0438\u043d\u0434\u0435\u043a\u0441\u0430 \u043a\u0443\u0440\u0441\u0430 \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0438 \u043e\u0448\u0438\u0431\u043a\u0438.", - "There's already another assignment type with this name.": "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u0441 \u0442\u0430\u043a\u0438\u043c \u0438\u043c\u0435\u043d\u0435\u043c \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442.", - "These users could not be added as beta testers because their accounts are not yet activated:": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438 \u043d\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u044b \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0435\u0440\u043e\u0432, \u043f\u043e\u0441\u043a\u043e\u043b\u044c\u043a\u0443 \u0438\u0445 \u0443\u0447\u0451\u0442\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u0435\u0449\u0451 \u043d\u0435 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u044b:", - "These users were not added as beta testers:": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u043d\u0435 \u0431\u044b\u043b\u0438 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u044b \u0432 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0435\u0440\u043e\u0432:", - "These users were not affiliated with the course so could not be unenrolled:": "\u042d\u0442\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u043d\u0435 \u0431\u044b\u043b\u0438 \u0441\u0432\u044f\u0437\u0430\u043d\u044b \u0441 \u0434\u0430\u043d\u043d\u044b\u043c \u043a\u0443\u0440\u0441\u043e\u043c \u0438 \u043d\u0435 \u043c\u043e\u0433\u043b\u0438 \u0431\u044b\u0442\u044c \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u044b \u0438\u0437 \u0441\u043f\u0438\u0441\u043a\u0430 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0445:", - "These users were not removed as beta testers:": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u043d\u0435 \u0431\u044b\u043b\u0438 \u0443\u0434\u0430\u043b\u0435\u043d\u044b \u0438\u0437 \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0435\u0440\u043e\u0432:", - "These users were successfully added as beta testers:": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u0431\u044b\u043b\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u044b \u0432 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0435\u0440\u043e\u0432:", - "These users were successfully removed as beta testers:": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u0431\u044b\u043b\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u044b \u0438\u0437 \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0435\u0440\u043e\u0432:", - "These users will be allowed to enroll once they register:": "\u042d\u0442\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u0441\u043c\u043e\u0433\u0443\u0442 \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u043a\u0443\u0440\u0441, \u043a\u0430\u043a \u0442\u043e\u043b\u044c\u043a\u043e \u0441\u043e\u0437\u0434\u0430\u0434\u0443\u0442 \u0441\u0432\u043e\u0438 \u0443\u0447\u0451\u0442\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438:", - "These users will be enrolled once they register:": "\u042d\u0442\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u0431\u0443\u0434\u0443\u0442 \u0437\u0430\u043f\u0438\u0441\u0430\u043d\u044b \u043d\u0430 \u043a\u0443\u0440\u0441, \u043a\u0430\u043a \u0442\u043e\u043b\u044c\u043a\u043e \u0441\u043e\u0437\u0434\u0430\u0434\u0443\u0442 \u0441\u0432\u043e\u0438 \u0443\u0447\u0451\u0442\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.", - "This Group Configuration is not in use. Start by adding a content experiment to any Unit via the {linkStart}Course Outline{linkEnd}.": "\u042d\u0442\u0430 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f \u0433\u0440\u0443\u043f\u043f \u043d\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f. \u0421\u043d\u0430\u0447\u0430\u043b\u0430 \u0434\u043e\u0431\u0430\u0432\u044c\u0442\u0435 \u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u044b\u0435 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b \u043a \u043b\u044e\u0431\u043e\u043c\u0443 \u0431\u043b\u043e\u043a\u0443 \u0432 {linkStart}\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0435 \u043a\u0443\u0440\u0441\u0430{linkEnd}.", - "This Group Configuration is used in:": "\u042d\u0442\u0430 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f \u0433\u0440\u0443\u043f\u043f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0432:", - "This action cannot be undone.": "\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u043d\u0435\u043e\u0431\u0440\u0430\u0442\u0438\u043c\u043e.", - "This assessment could not be submitted.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043e\u0446\u0435\u043d\u043a\u0443.", - "This browser cannot play .mp4, .ogg, or .webm files.": "\u0412 \u044d\u0442\u043e\u043c \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u0435 \u0444\u0430\u0439\u043b\u043e\u0432 .mp4, .ogg \u0438 .webm.", - "This catalog's courses:": "\u041a\u0443\u0440\u0441\u044b \u0432 \u0434\u0430\u043d\u043d\u043e\u043c \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0435:", - "This certificate has already been activated and is live. Are you sure you want to continue editing?": "\u042d\u0442\u043e\u0442 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u0443\u0436\u0435 \u0443\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d \u0438 \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f\u043c. \u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435?", - "This comment could not be deleted. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", - "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "\u042d\u0442\u0430 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f \u0443\u0436\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f. \u0415\u0441\u043b\u0438 \u0432\u044b \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u0435 \u0433\u0440\u0443\u043f\u043f\u044b, \u0432\u0430\u043c \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u043d\u0430\u0434\u043e\u0431\u0438\u0442\u044c\u0441\u044f \u043e\u0442\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u044b", - "This content group is used in one or more units.": "\u042d\u0442\u0430 \u0433\u0440\u0443\u043f\u043f\u0430 \u043f\u043e \u0438\u0437\u0443\u0447\u0430\u0435\u043c\u044b\u043c \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u043c \u0443\u0436\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0432 \u043e\u0434\u043d\u043e\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u0445 \u0431\u043b\u043e\u043a\u0430\u0445", - "This course has automatic cohorting enabled for verified track learners, but cohorts are disabled. You must enable cohorts for the feature to work.": "\u042d\u0442\u043e\u0442 \u043a\u0443\u0440\u0441 \u0438\u043c\u0435\u0435\u0442 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0443\u044e \u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0443 \u0434\u043b\u044f \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u044b\u0445 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0442\u0440\u0435\u043a\u0430, \u043d\u043e \u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u043e. \u0412\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0434\u043b\u044f \u0431\u0443\u0434\u0443\u0449\u0435\u0439 \u0440\u0430\u0431\u043e\u0442\u044b.", - "This course has automatic cohorting enabled for verified track learners, but the required cohort does not exist. You must create a manually-assigned cohort named '{verifiedCohortName}' for the feature to work.": "\u042d\u0442\u043e\u0442 \u043a\u0443\u0440\u0441 \u0438\u043c\u0435\u0435\u0442 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0443\u044e \u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0443 \u0434\u043b\u044f \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u044b\u0445 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0442\u0440\u0435\u043a\u0430, \u043d\u043e \u0437\u0430\u043f\u0440\u0430\u0448\u0438\u0432\u0430\u0435\u043c\u0430\u044f \u0433\u0440\u0443\u043f\u043f\u0430 \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442. \u0412\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u0443\u044e \u0432\u0440\u0443\u0447\u043d\u0443\u044e \u0433\u0440\u0443\u043f\u043f\u0443 \u0441 \u0438\u043c\u0435\u043d\u0435\u043c '{verifiedCohortName}' \u0434\u043b\u044f \u0431\u0443\u0434\u0443\u0449\u0435\u0439 \u0440\u0430\u0431\u043e\u0442\u044b.", - "This course uses automatic cohorting for verified track learners. You cannot disable cohorts, and you cannot rename the manual cohort named '{verifiedCohortName}'. To change the configuration for verified track cohorts, contact your edX partner manager.": "\u042d\u0442\u043e\u0442 \u043a\u0443\u0440\u0441 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0443\u044e \u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0443 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439, \u0437\u0430\u043f\u0438\u0441\u0430\u043d\u043d\u044b\u0445 \u0432 \u0440\u0435\u0436\u0438\u043c\u0435 \u00ab\u0421 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435\u043c \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438\u00bb. \u0412\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u044b, \u0438 \u0432\u044b \u0442\u0430\u043a\u0436\u0435 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c \u0432\u0440\u0443\u0447\u043d\u0443\u044e \u0433\u0440\u0443\u043f\u043f\u0443, \u043d\u0430\u0437\u0432\u0430\u043d\u043d\u0443\u044e \u00ab{verifiedCohortName}\u00bb. \u0427\u0442\u043e\u0431\u044b \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0433\u0440\u0443\u043f\u043f\u044b \u0441 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435\u043c \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438, \u0441\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441\u043e \u0441\u0432\u043e\u0438\u043c \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u043e\u043c \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b edX.", - "This discussion could not be loaded. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u0435. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", - "This exam has a time limit associated with it.": "\u041d\u0430 \u0441\u0434\u0430\u0447\u0443 \u044d\u0442\u043e\u0433\u043e \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435 \u043f\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438.", - "This feedback could not be submitted.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043e\u0442\u0437\u044b\u0432.", - "This group controls access to:": "\u042d\u0442\u0430 \u0433\u0440\u0443\u043f\u043f\u0430 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0438\u0440\u0443\u0435\u0442 \u0434\u043e\u0441\u0442\u0443\u043f \u043a:", - "This group no longer exists. Choose another group or do not restrict access to this unit.": "\u0413\u0440\u0443\u043f\u043f\u0430 \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0434\u0440\u0443\u0433\u0443\u044e \u0433\u0440\u0443\u043f\u043f\u0443 \u0438\u043b\u0438 \u0441\u043d\u0438\u043c\u0438\u0442\u0435 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u044d\u0442\u043e\u043c\u0443 \u0431\u043b\u043e\u043a\u0443.", - "This image is for decorative purposes only and does not require a description.": "\u042d\u0442\u0430 \u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0430 \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0434\u0435\u043a\u043e\u0440\u0430\u0442\u0438\u0432\u043d\u044b\u0445 \u0446\u0435\u043b\u0435\u0439 \u0438 \u043d\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u044f.", - "This is the Description of the Group Configuration": "\u042d\u0442\u043e \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0433\u0440\u0443\u043f\u043f", - "This is the Name of the Group Configuration": "\u042d\u0442\u043e \u0438\u043c\u044f \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0433\u0440\u0443\u043f\u043f", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "\u042d\u0442\u043e \u0441\u043f\u0438\u0441\u043e\u043a \u0432\u0441\u0435\u0445 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0445 %s. \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u044b\u0431\u0440\u0430\u0442\u044c \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0438\u0437 \u043d\u0438\u0445, \u0432\u044b\u0434\u0435\u043b\u0438\u0432 \u0438\u0445 \u0432 \u043f\u043e\u043b\u0435 \u043d\u0438\u0436\u0435 \u0438 \u043a\u043b\u0438\u043a\u043d\u0443\u0432 \"\u0412\u044b\u0431\u0440\u0430\u0442\u044c\", \u043b\u0438\u0431\u043e \u0434\u0432\u043e\u0439\u043d\u044b\u043c \u0449\u0435\u043b\u0447\u043a\u043e\u043c.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "\u042d\u0442\u043e \u0441\u043f\u0438\u0441\u043e\u043a \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0445 %s. \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0438\u0437 \u043d\u0438\u0445, \u0432\u044b\u0434\u0435\u043b\u0438\u0432 \u0438\u0445 \u0432 \u043f\u043e\u043b\u0435 \u043d\u0438\u0436\u0435 \u0438 \u043a\u043b\u0438\u043a\u043d\u0443\u0432 \"\u0423\u0434\u0430\u043b\u0438\u0442\u044c\", \u043b\u0438\u0431\u043e \u0434\u0432\u043e\u0439\u043d\u044b\u043c \u0449\u0435\u043b\u0447\u043a\u043e\u043c.", - "This is the name of the group": "\u042d\u0442\u043e \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0433\u0440\u0443\u043f\u043f\u044b", - "This learner is currently sharing a limited profile.": "\u0414\u043e\u0441\u0442\u0443\u043f \u043a \u043f\u0440\u043e\u0444\u0438\u043b\u044e \u044d\u0442\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d.", - "This learner will be removed from the team, allowing another learner to take the available spot.": "\u042d\u0442\u043e\u0442 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044c \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043a\u043b\u044e\u0447\u0451\u043d \u0438\u0437 \u043a\u043e\u043c\u0430\u043d\u0434\u044b, \u0447\u0442\u043e\u0431\u044b \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u044c \u0434\u0440\u0443\u0433\u043e\u043c\u0443 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044e \u0437\u0430\u043d\u044f\u0442\u044c \u043e\u0441\u0432\u043e\u0431\u043e\u0434\u0438\u0432\u0448\u0435\u0435\u0441\u044f \u043c\u0435\u0441\u0442\u043e.", - "This page contains information about orders that you have placed with {platform_name}.": "\u042d\u0442\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u0437\u0430\u043a\u0430\u0437\u0430\u0445, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0432\u044b \u0440\u0430\u0437\u043c\u0435\u0441\u0442\u0438\u043b\u0438 \u043d\u0430 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435 \u00ab{platform_name}\u00bb.", - "This post could not be closed. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u043a\u0440\u044b\u0442\u044c \u0442\u0435\u043c\u0443. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", - "This post could not be flagged for abuse. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u043c\u0435\u0442\u0438\u0442\u044c \u0442\u0435\u043c\u0443 \u043a\u0430\u043a \u043d\u0430\u0440\u0443\u0448\u0430\u044e\u0449\u0443\u044e \u043f\u0440\u0430\u0432\u0438\u043b\u0430. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", - "This post could not be pinned. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u043a\u0440\u0435\u043f\u0438\u0442\u044c \u0442\u0435\u043c\u0443. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", - "This post could not be reopened. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u043d\u043e\u0432\u043e \u043e\u0442\u043a\u0440\u044b\u0442\u044c \u0442\u0435\u043c\u0443. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", - "This post could not be unflagged for abuse. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u043d\u044f\u0442\u044c \u043f\u043e\u043c\u0435\u0442\u043a\u0443 \u043e \u043d\u0430\u0440\u0443\u0448\u0435\u043d\u0438\u0438 \u043f\u0440\u0430\u0432\u0438\u043b. \n\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", - "This post could not be unpinned. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0442\u043a\u0440\u0435\u043f\u0438\u0442\u044c \u0442\u0435\u043c\u0443. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", - "This problem could not be saved.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0437\u0430\u0434\u0430\u043d\u0438\u0435.", - "This problem has already been released. Any changes will apply only to future assessments.": "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u0443\u0436\u0435 \u0432\u044b\u043f\u0443\u0449\u0435\u043d\u043e. \u041b\u044e\u0431\u044b\u0435 \u0432\u043d\u0435\u0441\u0451\u043d\u043d\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0431\u0443\u0434\u0443\u0442 \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u044b \u0442\u043e\u043b\u044c\u043a\u043e \u043a \u043f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u043c \u0437\u0430\u043f\u0443\u0441\u043a\u0430\u043c \u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0432 \u0431\u0443\u0434\u0443\u0449\u0435\u043c.", - "This problem has been reset.": "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u0431\u044b\u043b\u043e \u0441\u0431\u0440\u043e\u0448\u0435\u043d\u043e.", - "This response could not be marked as an answer. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0442\u043c\u0435\u0442\u0438\u0442\u044c \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043a\u0430\u043a \u043e\u0442\u0432\u0435\u0442. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", - "This response could not be marked as endorsed. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0434\u043e\u0431\u0440\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", - "This response could not be saved.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442.", - "This response could not be submitted.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442.", - "This response could not be unendorsed. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u043d\u044f\u0442\u044c \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u0441 \u043e\u0442\u0432\u0435\u0442\u0430. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", - "This response could not be unmarked as an answer. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u043d\u044f\u0442\u044c \u043f\u043e\u043c\u0435\u0442\u043a\u0443 \u043e\u0442\u0432\u0435\u0442\u0430 \u0441 \u044d\u0442\u043e\u0433\u043e \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", - "This response has been saved but not submitted.": "\u041e\u0442\u0432\u0435\u0442 \u0441\u043e\u0445\u0440\u0430\u043d\u0451\u043d, \u043d\u043e \u0435\u0449\u0451 \u043d\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d \u043d\u0430 \u043e\u0446\u0435\u043d\u0438\u0432\u0430\u043d\u0438\u0435.", - "This response has not been saved.": "\u041e\u0442\u0432\u0435\u0442 \u0435\u0449\u0451 \u043d\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0451\u043d.", - "This section could not be loaded.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0440\u0430\u0437\u0434\u0435\u043b.", - "This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.": "\u042d\u0442\u043e \u043a\u043e\u0440\u043e\u0442\u043a\u043e\u0435 \u043e\u0431\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0442\u0438\u043f\u0430 \u0437\u0430\u0434\u0430\u043d\u0438\u044f (\u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0414\u0417 \u0438\u043b\u0438 \u042d\u043a\u0437) \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u043d\u0430 \u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u0435 \u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u0439 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435 \u00ab\u041f\u0440\u043e\u0433\u0440\u0435\u0441\u0441\u00bb.", - "This team does not have any members.": "\u0412 \u044d\u0442\u043e\u0439 \u043a\u043e\u043c\u0430\u043d\u0434\u0435 \u043d\u0435\u0442 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432.", - "This team is full.": "\u041d\u0430\u0431\u043e\u0440 \u0432 \u044d\u0442\u0443 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 \u0437\u0430\u043a\u0440\u044b\u0442.", - "This vote could not be processed. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0443\u0447\u0435\u0441\u0442\u044c \u0433\u043e\u043b\u043e\u0441. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", - "Thumbnail": "\u041c\u0438\u043d\u0438\u0430\u0442\u044e\u0440\u0430", - "Thumbnail view of ": "\u041c\u0438\u043d\u0438\u0430\u0442\u044e\u0440\u0430", - "Time Allotted (HH:MM):": "\u0412\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f (\u0427\u0427:\u041c\u041c):", - "Time Sent": "\u0412\u0440\u0435\u043c\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f", - "Time Sent:": "\u0412\u0440\u0435\u043c\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f:", - "Time Zone": "\u0427\u0430\u0441\u043e\u0432\u043e\u0439 \u043f\u043e\u044f\u0441", - "Timed": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d \u043f\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438", - "Timed Exam": "\u042d\u043a\u0437\u0430\u043c\u0435\u043d \u0441 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435\u043c \u043f\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438", - "Timed Out": "\u0412\u0440\u0435\u043c\u044f \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f \u0438\u0441\u0442\u0435\u043a\u043b\u043e", - "Timed Transcript Conflict": "\u041a\u043e\u043d\u0444\u043b\u0438\u043a\u0442 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u043d\u044b\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043e\u0432", - "Timed Transcript Found": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u043f\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b \u043d\u0430\u0439\u0434\u0435\u043d\u044b", - "Timed Transcript Uploaded Successfully": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u043d\u044b\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u044b", - "Timed Transcript from %(filename)s": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u043d\u044b\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b \u0438\u0437 %(filename)s", - "Tips on taking a successful photo": "\u0421\u043e\u0432\u0435\u0442\u044b: \u043a\u0430\u043a \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0443\u0434\u0430\u0447\u043d\u044b\u0439 \u0441\u043d\u0438\u043c\u043e\u043a", - "Title": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a", - "Title ": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a", - "Title of the signatory": "\u041e\u0431\u0440\u0430\u0449\u0435\u043d\u0438\u0435 \u043a \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u0435\u043b\u044e, \u043f\u043e\u0434\u043f\u0438\u0441\u044b\u0432\u0430\u044e\u0449\u0435\u043c\u0443 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442", - "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "\u0415\u0441\u043b\u0438 \u0434\u043b\u0438\u043d\u0430 \u0437\u0432\u0430\u043d\u0438\u044f \u043f\u0440\u0435\u0432\u044b\u0441\u0438\u0442 100 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432, \u043f\u0435\u0447\u0430\u0442\u043d\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430 \u043c\u043e\u0436\u0435\u0442 \u0432\u044b\u0439\u0442\u0438 \u0437\u0430 \u043f\u0440\u0435\u0434\u0435\u043b\u044b \u043e\u0434\u043d\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b.", - "To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.": "\u0427\u0442\u043e\u0431\u044b \u0431\u044b\u0442\u044c \u0443\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u043c \u0432 \u0442\u043e\u043c, \u0447\u0442\u043e \u0432\u0441\u0435 \u0441\u043c\u043e\u0433\u0443\u0442 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0432\u0438\u0434\u0435\u043e, \u043c\u044b \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u043c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0444\u0430\u0439\u043b \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0430\u0445 .mp4 \u0438 .webm. \u041a\u043b\u0438\u043a\u043d\u0438\u0442\u0435 \u043d\u0438\u0436\u0435, \u0447\u0442\u043e\u0431\u044b \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443 \u043d\u0430 \u0444\u0430\u0439\u043b \u0432 \u0434\u0440\u0443\u0433\u043e\u043c \u0444\u043e\u0440\u043c\u0430\u0442\u0435. \u0421\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 YouTube \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0442\u044c \u043d\u0435\u043b\u044c\u0437\u044f. \u041d\u0430 \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0435 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u043f\u0443\u0449\u0435\u043d\u043e \u043f\u0435\u0440\u0432\u043e\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e\u0435 \u0434\u043b\u044f \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u0432\u0438\u0434\u0435\u043e \u0438\u0437 \u0441\u043e\u0437\u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0441\u043f\u0438\u0441\u043a\u0430.", - "To complete the program, you must earn a verified certificate for each course.": "\u0427\u0442\u043e\u0431\u044b \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e \u043f\u0440\u043e\u0439\u0442\u0438 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0443, \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u044b\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u043f\u043e \u043a\u0430\u0436\u0434\u043e\u043c\u0443 \u043a\u0443\u0440\u0441\u0443.", - "To finalize course credit, %(display_name)s requires %(platform_name)s learners to submit a credit request.": "\u0427\u0442\u043e\u0431\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0437\u0430\u0447\u0451\u0442\u043d\u044b\u0435 \u0435\u0434\u0438\u043d\u0438\u0446\u044b, %(display_name)s \u043e\u0442 %(platform_name)s \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044c \u0434\u043e\u043b\u0436\u0435\u043d \u043f\u043e\u0434\u0430\u0442\u044c \u0437\u0430\u043f\u0440\u043e\u0441.", - "To invalidate a certificate for a particular learner, add the username or email address below.": "\u0414\u043b\u044f \u0430\u043d\u043d\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u043e\u0433\u043e \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f \u0434\u043e\u0431\u0430\u0432\u044c\u0442\u0435 \u0441\u044e\u0434\u0430 \u0435\u0433\u043e \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441.", - "To pass this exam, you must complete the problems in the time allowed.": "\u0412\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0434\u0430\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u043d\u0430 \u0432\u0441\u0435 \u0437\u0430\u0434\u0430\u0447\u0438 \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0435 \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u043e\u0433\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438.", - "To receive a certificate, you must also verify your identity before {date}.": "\u0414\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430 \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u0441\u0432\u043e\u044e \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u044c \u0434\u043e {date}.", - "To receive a certificate, you must also verify your identity.": "\u0414\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u0441\u0432\u043e\u044e \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u044c.", - "To receive credit for problems, you must select \"Submit\" for each problem before you select \"End My Exam\".": "\u0427\u0442\u043e\u0431\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0437\u0430\u0447\u0451\u0442\u043d\u044b\u0435 \u0431\u0430\u043b\u043b\u044b \u0437\u0430 \u0437\u0430\u0434\u0430\u043d\u0438\u044f, \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043d\u0430\u0436\u0430\u0442\u044c \u00ab\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c\u00bb \u0434\u043b\u044f \u043a\u0430\u0436\u0434\u043e\u0433\u043e \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0437\u0430\u0434\u0430\u043d\u0438\u044f, \u043f\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043c \u0432\u044b \u0432\u044b\u0431\u0435\u0440\u0435\u0442\u0435 \u00ab\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0441\u0434\u0430\u0447\u0443 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430\u00bb", - "To review learner cohort assignments or see the results of uploading a CSV file, download course profile information or cohort results on the {link_start}Data Download{link_end} page.": "\u0427\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u043f\u043e \u0433\u0440\u0443\u043f\u043f\u0430\u043c \u0438\u043b\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u0444\u0430\u0439\u043b\u0430 \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 CSV, \u0441\u043a\u0430\u0447\u0430\u0439\u0442\u0435 \u0441\u043f\u0438\u0441\u043e\u043a \u043b\u0438\u0447\u043d\u044b\u0445 \u0434\u0430\u043d\u043d\u044b\u0445 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u0438\u043b\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0433\u0440\u0443\u043f\u043f\u044b \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435 \u00ab{link_start}\u0421\u043a\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u0435 \u0434\u0430\u043d\u043d\u044b\u0445{link_end}\u00bb.", - "To share your certificate on Mozilla Backpack, you must first have a Backpack account. Complete the following steps to add your certificate to Backpack.": "\u0414\u043b\u044f \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0441\u0432\u043e\u0438\u043c \u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u0435\u043c \u0432 Mozilla Backpack, \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u0430 \u0443\u0447\u0451\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c Backpack. \u0421\u043b\u0435\u0434\u0443\u0439\u0442\u0435 \u0443\u043a\u0430\u0437\u0430\u043d\u0438\u044f\u043c \u043d\u0438\u0436\u0435, \u0447\u0442\u043e\u0431\u044b \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0432\u043e\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u043d\u0430 Backpack.", - "To take a successful photo, make sure that:": "\u0427\u0442\u043e\u0431\u044b \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0443\u0434\u0430\u0447\u043d\u044b\u0439 \u0441\u043d\u0438\u043c\u043e\u043a, \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u044c\u0442\u0435\u0441\u044c, \u0447\u0442\u043e:", - "To use the current photo, select the camera button {icon}. To take another photo, select the retake button {icon}.": "\u0427\u0442\u043e\u0431\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u0434\u0435\u043b\u0430\u043d\u043d\u044b\u0439 \u0441\u043d\u0438\u043c\u043e\u043a, \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u043d\u0430 \u043a\u043d\u043e\u043f\u043a\u0443 \u0441 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043c \u043a\u0430\u043c\u0435\u0440\u044b {icon}. \u0427\u0442\u043e\u0431\u044b \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0434\u0440\u0443\u0433\u043e\u0439 \u0441\u043d\u0438\u043c\u043e\u043a, \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 {icon}.", - "To verify your identity, you need a webcam and a government-issued photo ID.": "\u0414\u043b\u044f \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f, \u0432\u0430\u043c \u043f\u043e\u043d\u0430\u0434\u043e\u0431\u0438\u0442\u0441\u044f \u0432\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u0430 \u0438 \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u0435 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438 \u0441 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439: \u043f\u0430\u0441\u043f\u043e\u0440\u0442 \u0438\u043b\u0438 \u0438\u043d\u043e\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442.", - "Today": "\u0421\u0435\u0433\u043e\u0434\u043d\u044f", - "Toggle Notifications Setting": "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u0439", - "Tomorrow": "\u0417\u0430\u0432\u0442\u0440\u0430", - "Tools": "\u0418\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u044b", - "Top": "\u0432\u0435\u0440\u0445\u0443\u0448\u043a\u0430", - "Topic": "\u0422\u0435\u043c\u0430", - "Topics": "\u0422\u0435\u043c\u044b", - "Total": "\u0418\u0442\u043e\u0433\u043e", - "Total Number": "\u041e\u0431\u0449\u0435\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e", - "Total Responses": "\u0412\u0441\u0435\u0433\u043e \u043e\u0442\u0432\u0435\u0442\u043e\u0432", - "Training": "\u041e\u0431\u0443\u0447\u0435\u043d\u0438\u0435", - "Transcript Languages": "\u042f\u0437\u044b\u043a\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043e\u0432", - "Transcript will be displayed when you start playing the video.": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u044b \u0431\u0443\u0434\u0443\u0442 \u043f\u043e\u043a\u0430\u0437\u0430\u043d\u044b, \u043a\u043e\u0433\u0434\u0430 \u0432\u044b \u043d\u0430\u0447\u043d\u0451\u0442\u0435 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u044c \u0432\u0438\u0434\u0435\u043e.", - "Transcripts": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u044b", - "Try the transaction again in a few minutes.": "\u041f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437 \u0441\u043e\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u043f\u043b\u0430\u0442\u0451\u0436 \u0447\u0443\u0442\u044c \u043f\u043e\u0437\u0436\u0435.", - "Try this practice exam again": "\u0417\u0430\u043d\u043e\u0432\u043e \u0441\u0434\u0430\u0442\u044c \u043f\u0440\u043e\u0431\u043d\u044b\u0439 \u044d\u043a\u0437\u0430\u043c\u0435\u043d", - "Try using a different browser, such as Google Chrome.": "\u041f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0432\u043e\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0434\u0440\u0443\u0433\u0438\u043c \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u043e\u043c, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, Google Chrome.", - "Turn off transcripts": "\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b", - "Turn on closed captioning": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0431\u043e\u043a\u043e\u0432\u044b\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b", - "Turn on transcripts": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b", - "Type": "\u0422\u0438\u043f", - "Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 URL (\u043d\u0430\u043f\u0440. 'http://example.com/img/clouds.jpg') \u0438\u043b\u0438 \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \u00ab\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0444\u0430\u0439\u043b\u00bb \u0434\u043b\u044f \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u0444\u0430\u0439\u043b\u0430.", - "Type into this box to filter down the list of available %s.": "\u041d\u0430\u0447\u043d\u0438\u0442\u0435 \u0432\u0432\u043e\u0434\u0438\u0442\u044c \u0442\u0435\u043a\u0441\u0442 \u0432 \u044d\u0442\u043e\u043c \u043f\u043e\u043b\u0435, \u0447\u0442\u043e\u0431\u044b \u043e\u0442\u0444\u0438\u0442\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0445 %s.", - "URL": "URL", - "Unable to delete account": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0430\u043a\u043a\u0430\u0443\u043d\u0442", - "Unable to load": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c", - "Unable to submit application": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0437\u0430\u044f\u0432\u043b\u0435\u043d\u0438\u0435", - "Underline": "\u041f\u043e\u0434\u0447\u0451\u0440\u043a\u043d\u0443\u0442\u044b\u0439", - "Undo": "\u041e\u0442\u043c\u0435\u043d\u0430", - "Undo (Ctrl+Z)": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c (Ctrl+Z)", - "Undo Changes": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f", - "Unexpected server error.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430.", - "Ungraded": "\u041d\u0435 \u043e\u0446\u0435\u043d\u0438\u0432\u0430\u0435\u0442\u0441\u044f", - "Ungraded Practice Exam": "\u041d\u0435\u043e\u0446\u0435\u043d\u0438\u0432\u0430\u0435\u043c\u044b\u0439 \u043f\u0440\u043e\u0431\u043d\u044b\u0439 \u044d\u043a\u0437\u0430\u043c\u0435\u043d", - "Unit": "\u0411\u043b\u043e\u043a", - "Unit Access": "\u0414\u043e\u0441\u0442\u0443\u043f \u043a \u0431\u043b\u043e\u043a\u0443", - "Unit Name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0431\u043b\u043e\u043a\u0430", - "Unit Visibility": "\u0412\u0438\u0434\u0438\u043c\u043e\u0441\u0442\u044c \u0431\u043b\u043e\u043a\u0430", - "Units": "\u0411\u043b\u043e\u043a\u0438", - "Unknown": "H\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u0439", - "Unknown username: {user}": "\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e\u0435 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f: {user}", - "Unlink This Account": "\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u044d\u0442\u0443 \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c", - "Unlink your {accountName} account": "\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u0441\u0432\u043e\u044e \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c {accountName}", - "Unlinking": "\u0421\u043d\u044f\u0442\u0438\u0435 \u043f\u0440\u0438\u0432\u044f\u0437\u043a\u0438 \u043a \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438", - "Unmute": "\u0412\u043a\u043b. \u0437\u0432\u0443\u043a", - "Unnamed Option": "\u0412\u0430\u0440\u0438\u0430\u043d\u0442 \u0431\u0435\u0437 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u044f", - "Unpublished changes to content that will release in the future": "\u0412 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b, \u0437\u0430\u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u043a \u0432\u044b\u043f\u0443\u0441\u043a\u0443, \u0432\u043d\u0435\u0441\u0435\u043d\u044b \u043d\u0435\u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f", - "Unpublished changes to live content": "\u0412 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b, \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0435 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f\u043c, \u0432\u043d\u0435\u0441\u0435\u043d\u044b \u043d\u0435\u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f", - "Unpublished units will not be released": "\u041d\u0435\u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0431\u043b\u043e\u043a\u0438 \u043d\u0435 \u0431\u0443\u0434\u0443\u0442 \u0432\u044b\u043f\u0443\u0449\u0435\u043d\u044b", - "Unscheduled": "\u0414\u0430\u0442\u0430 \u0432\u044b\u043f\u0443\u0441\u043a\u0430 \u043d\u0435 \u0437\u0430\u0434\u0430\u043d\u0430", - "Update": "\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c", - "Update team.": "\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u044b", - "Updating Tags": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0442\u0435\u0433\u043e\u0432", - "Updating with latest library content": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0437 \u0430\u043a\u0442\u0443\u0430\u043b\u044c\u043d\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438", - "Upgrade Deadline": "\u0421\u0440\u043e\u043a \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u044f \u043f\u0440\u0438\u0451\u043c\u0430 \u0437\u0430\u044f\u0432\u043e\u043a \u043d\u0430 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438", - "Upgrade to Verified": "\u041f\u043e\u0432\u044b\u0441\u0438\u0442\u044c \u0434\u043e \u0443\u0440\u043e\u0432\u043d\u044f \u00ab\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u044b\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u00bb", - "Upgrade to a Verified Certificate for {courseName}": "\u0417\u0430\u043f\u0438\u0441\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u044b\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u043f\u043e \u043a\u0443\u0440\u0441\u0443 \u00ab{courseName}\u00bb", - "Upload": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c", - "Upload File": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0444\u0430\u0439\u043b", - "Upload File and Assign Students": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0444\u0430\u0439\u043b \u0438 \u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u043e\u0431\u0443\u0447\u0430\u044e\u0449\u0438\u0445\u0441\u044f", - "Upload New .srt Transcript": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043d\u043e\u0432\u044b\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 .srt", - "Upload New File": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043d\u043e\u0432\u044b\u0439 \u0444\u0430\u0439\u043b", - "Upload New Transcript": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043d\u043e\u0432\u044b\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b", - "Upload PDF": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c PDF-\u0444\u0430\u0439\u043b ", - "Upload Photo": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044e", - "Upload Signature Image": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u043f\u043e\u0434\u043f\u0438\u0441\u0438", - "Upload a CSV file": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0444\u0430\u0439\u043b \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 CSV", - "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u0444\u0430\u0439\u043b \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439 \u0444\u043e\u0440\u043c\u0430\u0442\u0430 .csv (\u0442\u0435\u043a\u0441\u0442, \u0440\u0430\u0437\u0434\u0435\u043b\u0451\u043d\u043d\u044b\u0439 \u0437\u0430\u043f\u044f\u0442\u044b\u043c\u0438), \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0438\u043c\u0435\u043d\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u0438\u043b\u0438 \u0430\u0434\u0440\u0435\u0441\u0430 \u0438\u0445 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b. \u0412\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438\u043b\u0438 \u0430\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b \u0432 \u043f\u0435\u0440\u0432\u043e\u0435 \u043f\u043e\u043b\u0435. \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u0435\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u043f\u043e\u044f\u0441\u043d\u0435\u043d\u0438\u0435 \u0441 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435\u043c \u043f\u0440\u0438\u0447\u0438\u043d\u044b \u0434\u043b\u044f \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f \u0432\u043e \u0432\u0442\u043e\u0440\u043e\u0435 \u043f\u043e\u043b\u0435 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u043f\u044f\u0442\u043e\u0439.", - "Upload an image": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435", - "Upload an image or capture one with your web or phone camera.": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0438\u043b\u0438 \u0441\u0434\u0435\u043b\u0430\u0439\u0442\u0435 \u0444\u043e\u0442\u043e \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u0432\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u044b \u0438\u043b\u0438 \u0441\u043c\u0430\u0440\u0442\u0444\u043e\u043d\u0430.", - "Upload completed": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0430", - "Upload completed for video {fileName}": "\u0417\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0430 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0432\u0438\u0434\u0435\u043e {fileName}", - "Upload failed": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043d\u0435 \u0443\u0434\u0430\u043b\u0430\u0441\u044c", - "Upload failed for video {fileName}": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0432\u0438\u0434\u0435\u043e {fileName}", - "Upload instructor image.": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0442\u043e\u0440\u0430", - "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "\u0418\u0434\u0451\u0442 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0430. \u0427\u0442\u043e\u0431\u044b \u0438\u0437\u0431\u0435\u0436\u0430\u0442\u044c \u043e\u0448\u0438\u0431\u043e\u043a, \u043d\u0435 \u0437\u0430\u043a\u0440\u044b\u0432\u0430\u0439\u0442\u0435 \u044d\u0442\u0443 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0434\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438.", - "Upload signature image.": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u043f\u043e\u0434\u043f\u0438\u0441\u0438.", - "Upload your banner image.": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430", - "Upload your course image.": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u043a\u0443\u0440\u0441\u0430.", - "Upload your first asset": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u0432\u0430\u0448\u0438 \u043f\u0435\u0440\u0432\u044b\u0435 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b.", - "Upload your video thumbnail image.": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u043c\u0438\u043d\u0438\u0430\u0442\u044e\u0440\u0443 \u0432\u0438\u0434\u0435\u043e.", - "Uploaded file issues. Click on \"+\" to view.": "\u0412 \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u043d\u043e\u043c \u0444\u0430\u0439\u043b\u0435 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u044b \u043e\u0448\u0438\u0431\u043a\u0438. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u00ab+\u00bb \u0434\u043b\u044f \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430.", - "Uploading": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430", - "Upper Alpha": "\u0432\u044b\u0448\u0435 \u0430\u043b\u044c\u0444\u0430", - "Upper Roman": "\u0432\u044b\u0448\u0435 \u0440\u0438\u043c\u0441\u043a\u0438\u0439", - "Upset Learner": "\u041d\u0435\u0434\u043e\u0432\u043e\u043b\u044c\u043d\u044b\u0439 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044c", - "Url": "URL", - "Use Current Transcript": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b", - "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.": "\u041d\u0430\u0437\u043d\u0430\u0447\u044c\u0442\u0435 \u043f\u0440\u043e\u0431\u043d\u044b\u0439 \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u043f\u043e\u0434 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u0435\u043c \u0434\u043b\u044f \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u043e\u0437\u043d\u0430\u043a\u043e\u043c\u0438\u0442\u044c \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u0441 \u043c\u0435\u0442\u043e\u0434\u0430\u043c\u0438 \u0438 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430\u043c\u0438 \u043f\u0440\u043e\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u044f \u044d\u0442\u043e\u0433\u043e \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u044f. \u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043f\u0440\u043e\u0431\u043d\u043e\u0433\u043e \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430 \u043d\u0435 \u0443\u0447\u0438\u0442\u044b\u0432\u0430\u044e\u0442\u0441\u044f \u043f\u0440\u0438 \u0438\u0442\u043e\u0433\u043e\u0432\u043e\u0439 \u043e\u0446\u0435\u043d\u043a\u0435.", - "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u043d\u044b\u0435 \u0432\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u044f, \u0447\u0442\u043e\u0431\u044b \u0443\u043a\u0430\u0437\u0430\u0442\u044c \u0432\u0440\u0435\u043c\u044f, \u043e\u0442\u0432\u043e\u0434\u0438\u043c\u043e\u0435 \u043d\u0430 \u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u0437\u0430\u0434\u0430\u0447 \u044d\u0442\u043e\u0433\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b\u0430. \u0412 \u043f\u0430\u043d\u0435\u043b\u0438 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u043c \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f\u043c \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f, \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u044d\u043a\u0437\u0430\u043c\u0435\u043d.", - "Use as a Prerequisite": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043a\u0430\u043a \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u0435", - "Use bookmarks to help you easily return to courseware pages. To bookmark a page, click \"Bookmark this page\" under the page title.": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u0437\u0430\u043a\u043b\u0430\u0434\u043a\u0438 \u0434\u043b\u044f \u0431\u044b\u0441\u0442\u0440\u043e\u0433\u043e \u0432\u043e\u0437\u0432\u0440\u0430\u0442\u0430 \u043a \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u043c \u043a\u0443\u0440\u0441\u0430. \u0414\u043b\u044f \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0437\u0430\u043a\u043b\u0430\u0434\u043a\u0438 \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u00ab\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0432 \u043c\u043e\u0438 \u0437\u0430\u043a\u043b\u0430\u0434\u043a\u0438\u00bb \u043f\u043e\u0434 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u043e\u043c \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b.", - "Use cohorts as the basis for dividing discussions. All learners, regardless of cohort, see the same discussion topics, but within divided topics, only members of the same cohort see and respond to each others\u2019 posts. ": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u044b \u0434\u043b\u044f \u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u0438\u044f \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u0439. \u0412\u0441\u0435 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438, \u0432\u043d\u0435 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0438 \u043e\u0442 \u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044f \u043f\u043e \u0433\u0440\u0443\u043f\u043f\u0430\u043c, \u0432\u0438\u0434\u044f\u0442 \u043e\u0434\u043d\u0438 \u0438 \u0442\u0435 \u0436\u0435 \u0442\u0435\u043c\u044b \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u0439, \u043d\u043e \u0432\u043d\u0443\u0442\u0440\u0438 \u0442\u0435\u043c \u0442\u043e\u043b\u044c\u043a\u043e \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438 \u043e\u0434\u043d\u043e\u0439 \u0433\u0440\u0443\u043f\u043f\u044b \u043c\u043e\u0433\u0443\u0442 \u043f\u0440\u043e\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0442\u044c \u0438 \u043e\u0442\u0432\u0435\u0447\u0430\u0442\u044c \u043d\u0430 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f.", - "Use enrollment tracks as the basis for dividing discussions. All learners, regardless of their enrollment track, see the same discussion topics, but within divided topics, only learners who are in the same enrollment track see and respond to each others\u2019 posts.": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0440\u0435\u0436\u0438\u043c \u0437\u0430\u043f\u0438\u0441\u0438 \u0434\u043b\u044f \u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u0438\u044f \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u0439. \u0412\u0441\u0435 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438, \u0432\u043d\u0435 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0438 \u043e\u0442 \u0440\u0435\u0436\u0438\u043c\u0430 \u0437\u0430\u043f\u0438\u0441\u0438, \u0432\u0438\u0434\u044f\u0442 \u043e\u0434\u043d\u0438 \u0438 \u0442\u0435 \u0436\u0435 \u0442\u0435\u043c\u044b \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u0439, \u043d\u043e \u0432\u043d\u0443\u0442\u0440\u0438 \u0442\u0435\u043c \u0442\u043e\u043b\u044c\u043a\u043e \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438 \u0441 \u043e\u0434\u0438\u043d\u0430\u043a\u043e\u0432\u044b\u043c \u0440\u0435\u0436\u0438\u043c\u043e\u043c \u0437\u0430\u043f\u0438\u0441\u0438 \u043c\u043e\u0433\u0443\u0442 \u043f\u0440\u043e\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0442\u044c \u0438 \u043e\u0442\u0432\u0435\u0447\u0430\u0442\u044c \u043d\u0430 \u0447\u0443\u0436\u0438\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f.", - "Use my institution/campus credentials": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043c\u043e\u0439 \u043b\u043e\u0433\u0438\u043d \u0438 \u043f\u0430\u0440\u043e\u043b\u044c", - "Use the All Topics menu to find specific topics.": "\u0427\u0442\u043e\u0431\u044b \u043d\u0430\u0439\u0442\u0438 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u0443\u044e \u0442\u0435\u043c\u0443, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043c\u0435\u043d\u044e \u00ab\u0412\u0441\u0435 \u0442\u0435\u043c\u044b\u00bb.", - "Use the retake photo button if you are not pleased with your photo": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \u00ab\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u044b\u0439 \u0441\u043d\u0438\u043c\u043e\u043a\u00bb, \u0435\u0441\u043b\u0438 \u0432\u044b \u043d\u0435\u0434\u043e\u0432\u043e\u043b\u044c\u043d\u044b \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439", - "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "\u041f\u043e\u043b\u044c\u0437\u0443\u044f\u0441\u044c \u0432\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u043e\u0439, \u0441\u0434\u0435\u043b\u0430\u0439\u0442\u0435 \u0441\u043d\u0438\u043c\u043e\u043a \u0441\u0432\u043e\u0435\u0433\u043e \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u044f \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438. \u041c\u044b \u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u0438\u043c \u044d\u0442\u043e\u0442 \u0441\u043d\u0438\u043c\u043e\u043a \u0441\u043e \u0441\u043d\u0438\u043c\u043a\u043e\u043c \u0432\u0430\u0448\u0435\u0433\u043e \u043b\u0438\u0446\u0430 \u0438 \u0438\u043c\u0435\u043d\u0435\u043c \u0432 \u0432\u0430\u0448\u0435\u0439 \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438.", - "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "\u041f\u043e\u043b\u044c\u0437\u0443\u044f\u0441\u044c \u0432\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u043e\u0439, \u0441\u0434\u0435\u043b\u0430\u0439\u0442\u0435 \u0441\u043d\u0438\u043c\u043e\u043a \u0441\u0432\u043e\u0435\u0433\u043e \u043b\u0438\u0446\u0430. \u041c\u044b \u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u0438\u043c \u044d\u0442\u043e\u0442 \u0441\u043d\u0438\u043c\u043e\u043a \u0441 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439 \u0432 \u0432\u0430\u0448\u0435\u043c \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u0438 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438.", - "Used": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u043e", - "User Email": "\u0410\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f", - "Username": "\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f", - "Username or email address": "\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438\u043b\u0438 \u0430\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b", - "Users must create and activate their account before they can be promoted to beta tester.": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0438 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0432\u043e\u0438 \u0443\u0447\u0451\u0442\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0435\u0440\u0435\u0434 \u0442\u0435\u043c, \u043a\u0430\u043a \u0438\u0445 \u043c\u043e\u0436\u043d\u043e \u0431\u0443\u0434\u0435\u0442 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0435\u0440\u043e\u0432.", - "V Align": "\u0412\u044b\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u043d\u0438\u0435 \u043f\u043e \u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u0438", - "Valid": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b", - "Validation Error": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438", - "Validation Error While Saving": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f \u043f\u0440\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0438", - "Verification Checkpoint": "\u041a\u043e\u043d\u0442\u0440\u043e\u043b\u044c\u043d\u043e\u0435 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438", - "Verification Deadline": "\u0421\u0440\u043e\u043a \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f", - "Verification checkpoint to be completed": "\u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u0440\u043e\u0439\u0442\u0438 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u044c\u043d\u043e\u0435 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438", - "Verified": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u044b\u0435", - "Verified Certificate": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u044b\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442", - "Verified Certificate for {courseName}": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u044b\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 {courseName}", - "Verified Certificate upgrade": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u043e\u0433\u043e \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430", - "Verified Status": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441", - "Verified mode price": "\u0421\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u043e\u0433\u043e \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430", - "Verify Now": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c", - "Vertical space": "\u041e\u0442\u0441\u0442\u0443\u043f \u043f\u043e \u0432\u044b\u0441\u043e\u0442\u0435", - "Very loud": "\u041e\u0447\u0435\u043d\u044c \u0433\u0440\u043e\u043c\u043a\u043e", - "Very low": "\u041e\u0447\u0435\u043d\u044c \u0442\u0438\u0445\u043e", - "Video Capture Error": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0437\u0430\u043f\u0438\u0441\u0438 \u0432\u0438\u0434\u0435\u043e", - "Video ID": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0432\u0438\u0434\u0435\u043e", - "Video ended": "\u041a\u043e\u043d\u0435\u0446 \u0432\u0438\u0434\u0435\u043e", - "Video position": "\u041f\u043e\u0437\u0438\u0446\u0438\u044f \u0432\u0438\u0434\u0435\u043e", - "Video position. Press space to toggle playback": "\u0418\u043d\u0434\u0438\u043a\u0430\u0442\u043e\u0440 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u0432\u0438\u0434\u0435\u043e. \u0414\u043b\u044f \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0438\u043b\u0438 \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0435\u043d\u0438\u044f \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u043f\u0440\u043e\u0431\u0435\u043b", - "Video speed: ": "\u0421\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u0432\u0438\u0434\u0435\u043e:", - "Video transcript": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u044b \u043a \u0432\u0438\u0434\u0435\u043e", - "View": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c", - "View %(span_start)s %(team_name)s %(span_end)s": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c %(span_start)s %(team_name)s %(span_end)s", - "View Archived Course": "\u041f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u043a\u0443\u0440\u0441 \u0438\u0437 \u0430\u0440\u0445\u0438\u0432\u0430", - "View Cohort": "\u041f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u0443", - "View Course": "\u041f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u043a\u0443\u0440\u0441", - "View Live": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u043a\u0443\u0440\u0441\u0430", - "View Teams in the %(topic_name)s Topic": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u043a\u043e\u043c\u0430\u043d\u0434\u044b, \u0438\u0437\u0443\u0447\u0430\u044e\u0449\u0438\u0435 \u0442\u0435\u043c\u0443 %(topic_name)s", - "View all errors": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0432\u0441\u0435 \u043e\u0448\u0438\u0431\u043a\u0438", - "View child items": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0434\u043e\u0447\u0435\u0440\u043d\u0438\u0445 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432", - "View my exam": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u044d\u043a\u0437\u0430\u043c\u0435\u043d", + ], + "Showing results for \"{searchString}\"": "\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u0434\u043b\u044f \u00ab{searchString}\u00bb", + "Showing {firstIndex} out of {numItems} total": "\u041f\u043e\u043a\u0430\u0437\u0430\u043d\u043e: {firstIndex} \u0438\u0437 {numItems} ", + "Showing {firstIndex}-{lastIndex} out of {numItems} total": "\u041f\u043e\u043a\u0430\u0437\u0430\u043d\u043e: {firstIndex}\u2013{lastIndex} \u0438\u0437 {numItems} ", + "Sign In": "\u0412\u0445\u043e\u0434", + "Sign in": "\u0412\u0445\u043e\u0434", + "Sign in here using your email address and password, or use one of the providers listed below.": "\u0427\u0442\u043e\u0431\u044b \u0432\u043e\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0443, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b \u0438 \u043f\u0430\u0440\u043e\u043b\u044c \u0438\u043b\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043e\u0434\u043d\u0443 \u0438\u0437 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0445 \u0443\u0447\u0451\u0442\u043d\u044b\u0445 \u0437\u0430\u043f\u0438\u0441\u0435\u0439.", + "Sign in here using your email address and password.": "\u0427\u0442\u043e\u0431\u044b \u0432\u043e\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0443, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b \u0438 \u043f\u0430\u0440\u043e\u043b\u044c.", + "Sign in using %(providerName)s": "\u0412\u043e\u0439\u0442\u0438 \u0447\u0435\u0440\u0435\u0437 %(providerName)s", + "Sign in with %(providerName)s": "\u0412\u043e\u0439\u0442\u0438 \u0447\u0435\u0440\u0435\u0437 %(providerName)s", + "Sign in with Institution/Campus Credentials": "\u0412\u043e\u0439\u0442\u0438, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u043b\u043e\u0433\u0438\u043d \u0438 \u043f\u0430\u0440\u043e\u043b\u044c \u043e\u0431\u0443\u0447\u0430\u044e\u0449\u0435\u0433\u043e\u0441\u044f \u0438\u043b\u0438 \u043f\u0440\u0435\u043f\u043e\u0434\u0430\u0432\u0430\u0442\u0435\u043b\u044f", + "Sign in.": "\u0412\u043e\u0439\u0442\u0438", + "Signatory": "\u041f\u043e\u0434\u043f\u0438\u0441\u044c", + "Signatory field(s) has invalid data.": "\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u0432 \u043f\u043e\u043b\u0435 (\u043f\u043e\u043b\u044f\u0445) \u0434\u043b\u044f \u043f\u043e\u0434\u043f\u0438\u0441\u0435\u0439.", + "Signature Image": "\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u043f\u043e\u0434\u043f\u0438\u0441\u0438", + "Skip": "\u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c", + "Social Media Links": "\u0421\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0441\u043e\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0435 \u0441\u0435\u0442\u0438", + "Some Rights Reserved": "\u041d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u0440\u0430\u0432\u0430 \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u044b", + "Some images in this post have been omitted": "\u041d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0438\u0437 \u044d\u0442\u043e\u0439 \u0442\u0435\u043c\u044b \u0431\u044b\u043b\u0438 \u0441\u043a\u0440\u044b\u0442\u044b", + "Something went wrong changing this enrollment. Please try again.": "\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435 \u043d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443 \u043f\u043e\u0437\u0436\u0435.", + "Sorry, no results were found.": "\u041d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e.", + "Sorted by": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u043e", + "Source": "\u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a", + "Source code": "\u0418\u0441\u0445\u043e\u0434\u043d\u044b\u0439 \u043a\u043e\u0434", + "Special character": "\u0421\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 \u0441\u0438\u043c\u0432\u043e\u043b", + "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u0430\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u044b\u0439 \u0432\u0430\u0440\u0438\u0430\u043d\u0442 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u044f \u043a\u0443\u0440\u0441\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0431\u0443\u0434\u0435\u0442 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430\u0445. \u041e\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u043f\u043e\u043b\u0435 \u043f\u0443\u0441\u0442\u044b\u043c, \u0447\u0442\u043e\u0431\u044b \u043d\u0430 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430\u0445 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u043b\u043e\u0441\u044c \u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043a\u0443\u0440\u0441\u0430.", + "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam, along with the {linkStart}general proctored exam rules{linkEnd}.": "\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u0430 \u0438\u043b\u0438 \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u044b \u043a\u043e\u043c\u0430\u043d\u0434\u043e\u0439 \u043f\u0440\u043e\u0432\u0435\u0440\u044f\u044e\u0449\u0438\u0445 \u043f\u0440\u0438 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435 \u0432\u0438\u0434\u0435\u043e\u0437\u0430\u043f\u0438\u0441\u0435\u0439. \u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0443\u043a\u0430\u0437\u0430\u0442\u044c, \u0447\u0442\u043e \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440\u044b \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u044b.\u0414\u0430\u043d\u043d\u044b\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u0430 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u044e\u0442\u0441\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f\u043c \u043f\u0435\u0440\u0435\u0434 \u043d\u0430\u0447\u0430\u043b\u043e\u043c \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430 \u0432\u043c\u0435\u0441\u0442\u0435 \u0441 {linkStart}\u043e\u0431\u0449\u0438\u043c\u0438 \u043f\u0440\u0430\u0432\u0438\u043b\u0430\u043c\u0438 \u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u044b\u0445 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u043e\u0432{linkEnd}.", + "Specify whether content-specific discussion topics are divided.": "\u0423\u043a\u0430\u0436\u0438\u0442\u0435, \u043d\u0443\u0436\u043d\u043e \u043b\u0438 \u043e\u0431\u0441\u0443\u0436\u0434\u0430\u0442\u044c \u0442\u0435\u043c\u044b, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0435 \u0441 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u043c\u0438 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u043c\u0438 \u043a\u0443\u0440\u0441\u0430, \u043f\u043e \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u043c \u0433\u0440\u0443\u043f\u043f\u0430\u043c.", + "Specify whether discussion topics are divided": "\u0423\u043a\u0430\u0436\u0438\u0442\u0435, \u043d\u0443\u0436\u043d\u043e \u043b\u0438 \u043e\u0431\u0441\u0443\u0436\u0434\u0430\u0442\u044c \u0442\u0435\u043c\u044b \u043f\u043e \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u043c \u0433\u0440\u0443\u043f\u043f\u0430\u043c", + "Speed": "\u0421\u043a\u043e\u0440\u043e\u0441\u0442\u044c", + "Spellcheck": "\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u043e\u0440\u0444\u043e\u0433\u0440\u0430\u0444\u0438\u0438", + "Split cell": "\u0420\u0430\u0437\u0431\u0438\u0442\u044c \u044f\u0447\u0435\u0439\u043a\u0443", + "Square": "\u041a\u0432\u0430\u0434\u0440\u0430\u0442", + "Staff": "\u0421\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a", + "Staff Only": "\u0422\u043e\u043b\u044c\u043a\u043e \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0430\u043c", + "Staff and Learners": "\u0421\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0430\u043c \u0438 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f\u043c", + "Start Date": "\u0414\u0430\u0442\u0430 \u043d\u0430\u0447\u0430\u043b\u0430", + "Start Proctored Exam": "\u041f\u0440\u0438\u0441\u0442\u0443\u043f\u0438\u0442\u044c \u043a \u0441\u0434\u0430\u0447\u0435 \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u043e\u0433\u043e \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430", + "Start System Check": "\u041d\u0430\u0447\u0430\u0442\u044c \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443 \u0441\u0438\u0441\u0442\u0435\u043c\u044b", + "Start generating certificates for all students in this course?": "\u041d\u0430\u0447\u0430\u0442\u044c \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0432 \u0434\u043b\u044f \u0432\u0441\u0435\u0445 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u043a\u0443\u0440\u0441\u0430?", + "Start of transcript. Skip to the end.": "\u041d\u0430\u0447\u0430\u043b\u043e \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043e\u0432. \u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0434\u043e \u043a\u043e\u043d\u0446\u0430", + "Start regenerating certificates for students in this course?": "\u041d\u0430\u0447\u0430\u0442\u044c \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e\u0435 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0432 \u0434\u043b\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u043a\u0443\u0440\u0441\u0430?", + "Start search": "\u041d\u0430\u0447\u0430\u0442\u044c \u043f\u043e\u0438\u0441\u043a", + "Start working toward your next learning goal.": "\u041d\u0430\u0447\u043d\u0438\u0442\u0435 \u043f\u0440\u043e\u0434\u0432\u0438\u0433\u0430\u0442\u044c\u0441\u044f \u043a \u0441\u0432\u043e\u0435\u0439 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0439 \u0446\u0435\u043b\u0438.", + "Started": "\u041d\u0430\u0447\u0430\u0442\u043e", + "Started entrance exam rescore task for student '{student_id}'. Click the 'Show Task Status' button to see the status of the task.": "\u041f\u0440\u043e\u0446\u0435\u0441\u0441 \u043f\u0435\u0440\u0435\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u0432\u0441\u0442\u0443\u043f\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u044f \u0434\u043b\u044f '{student_id}' \u0437\u0430\u043f\u0443\u0449\u0435\u043d. \u0427\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430, \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u00ab\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0432\u00bb.", + "Started rescore problem task for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u041f\u0440\u043e\u0446\u0435\u0441\u0441 \u043f\u0435\u0440\u0435\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u0437\u0430\u0434\u0430\u043d\u0438\u044f '<%- problem_id %>' \u0434\u043b\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f '<%- student_id %>' \u0437\u0430\u043f\u0443\u0449\u0435\u043d. \u0427\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430, \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u00ab\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0432\u00bb.", + "Started {start}": "\u041d\u0430\u0447\u0430\u0442\u043e {start}", + "Starts": "\u041d\u0430\u0447\u0430\u043b\u043e", + "Starts {start}": "\u041d\u0430\u0447\u0438\u043d\u0430\u0435\u0442\u0441\u044f {start}", + "Starts: %(start_date)s": "\u041d\u0430\u0447\u0430\u043b\u043e: %(start_date)s", + "State": "\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435", + "Status": "\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435", + "Status of Your Response": "\u0421\u0442\u0430\u0442\u0443\u0441 \u0432\u0430\u0448\u0435\u0433\u043e \u043e\u0442\u0432\u0435\u0442\u0430", + "Strikethrough": "\u0417\u0430\u0447\u0451\u0440\u043a\u043d\u0443\u0442\u044b\u0439", + "Student": "\u041e\u0431\u0443\u0447\u0430\u044e\u0449\u0438\u0439\u0441\u044f", + "Student Removed from certificate white list successfully.": "\u041e\u0431\u0443\u0447\u0430\u044e\u0449\u0438\u0439\u0441\u044f \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0451\u043d \u0438\u0437 \u0441\u043f\u0438\u0441\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439 \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0432.", + "Student email or username": "\u042d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441 \u0438\u043b\u0438 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430", + "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Add to Exception List\" button.": "\u041f\u043e\u043b\u0435 \u00ab\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f/\u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430\u044f \u043f\u043e\u0447\u0442\u0430\u00bb \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u043c \u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043f\u0443\u0441\u0442\u044b\u043c. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0437\u0430\u043f\u043e\u043b\u043d\u0438\u0442\u0435 \u043f\u043e\u043b\u0435 \u00ab\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f/\u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430\u044f \u043f\u043e\u0447\u0442\u0430\u00bb, \u043f\u043e\u0441\u043b\u0435 \u0447\u0435\u0433\u043e \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \u00ab\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439\u00bb.", + "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Invalidate Certificate\" button.": "\u041f\u043e\u043b\u0435 \u00ab\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f/\u0430\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b\u00bb \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043f\u0443\u0441\u0442\u044b\u043c. \u0417\u0430\u043f\u043e\u043b\u043d\u0438\u0442\u0435 \u044d\u0442\u043e \u043f\u043e\u043b\u0435 \u0438 \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \u00ab\u0410\u043d\u043d\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u00bb.", + "Studio:": "Studio:", + "Style": "\u0421\u0442\u0438\u043b\u044c", + "Subject": "\u0422\u0435\u043c\u0430", + "Subject:": "\u0422\u0435\u043c\u0430:", + "Submission aborted! Sorry, your browser does not support file uploads. If you can, please use Chrome or Safari which have been verified to support file uploads.": "\u041e\u0442\u043f\u0440\u0430\u0432\u043a\u0430 \u043e\u0442\u0432\u0435\u0442\u0430 \u043f\u0440\u0435\u0440\u0432\u0430\u043d\u0430! \u041a \u0441\u043e\u0436\u0430\u043b\u0435\u043d\u0438\u044e, \u0432\u0430\u0448 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0443 \u0444\u0430\u0439\u043b\u043e\u0432. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 Chrome \u0438\u043b\u0438 Safari, \u0432 \u043d\u0438\u0445 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u043f\u0440\u043e\u0432\u0435\u0440\u0435\u043d\u0430.", + "Submit": "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c", + "Submit Application": "\u041f\u043e\u0434\u0430\u0442\u044c \u0437\u0430\u044f\u0432\u043b\u0435\u043d\u0438\u0435", + "Submit enrollment change": "\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0442\u044c \u0440\u0435\u0436\u0438\u043c \u0437\u0430\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044f", + "Submitted": "\u041f\u0440\u0438\u0441\u043b\u0430\u043d\u043d\u043e\u0435 \u043d\u0430 \u0440\u0430\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u0438\u0435", + "Subscript": "\u0438\u043d\u0434\u0435\u043a\u0441", + "Subsection": "\u041f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b", + "Subsection Visibility": "\u0412\u0438\u0434\u0438\u043c\u043e\u0441\u0442\u044c \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b\u0430", + "Subsection is hidden after course end date": "\u041f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b \u0431\u0443\u0434\u0435\u0442 \u0441\u043a\u0440\u044b\u0442 \u043f\u043e\u0441\u043b\u0435 \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u044f \u043a\u0443\u0440\u0441\u0430.", + "Subsection is hidden after due date": "\u041f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b \u0431\u0443\u0434\u0435\u0442 \u0441\u043a\u0440\u044b\u0442 \u043f\u043e \u0438\u0441\u0442\u0435\u0447\u0435\u043d\u0438\u0438 \u0441\u0440\u043e\u043a\u0430 \u0441\u0434\u0430\u0447\u0438", + "Success": "\u0423\u0441\u043f\u0435\u0445", + "Success! Problem attempts reset for problem '<%- problem_id %>' and student '<%- student_id %>'.": "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0431\u0440\u043e\u0448\u0435\u043d\u044b \u043f\u043e\u043f\u044b\u0442\u043a\u0438 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0437\u0430\u0434\u0430\u043d\u0438\u044f '<%- problem_id %>' \u0434\u043b\u044f '<%- student_id %>'.", + "Successfully deleted student state for user {user}": "\u0421\u0442\u0430\u0442\u0443\u0441 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f \u043a\u0443\u0440\u0441\u0430 \u0434\u043b\u044f {user} \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0451\u043d", + "Successfully enrolled and sent email to the following users:": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u043f\u0438\u0441\u0430\u043d\u044b \u043d\u0430 \u043a\u0443\u0440\u0441, \u0438\u043c \u043d\u0430 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443\u044e \u043f\u043e\u0447\u0442\u0443 \u0432\u044b\u0441\u043b\u0430\u043d\u044b \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f:", + "Successfully enrolled the following users:": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u043f\u0438\u0441\u0430\u043d\u044b \u043d\u0430 \u043a\u0443\u0440\u0441:", + "Successfully rescored problem for user {user}": "\u0414\u043b\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f {user} \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0430 \u043e\u0446\u0435\u043d\u043a\u0430 \u0437\u0430\u0434\u0430\u043d\u0438\u044f.", + "Successfully rescored problem to improve score for user {user}": "\u041e\u0446\u0435\u043d\u043a\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f {user} \u0437\u0430 \u0437\u0430\u0434\u0430\u0447\u0443 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0432\u044b\u0448\u0435\u043d\u0430.", + "Successfully reset the attempts for user {user}": "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0431\u0440\u043e\u0448\u0435\u043d\u044b \u043f\u043e\u043f\u044b\u0442\u043a\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f: {user}", + "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "\u042d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u043e \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u044b \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u043c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c. \u041e\u043d\u0438 \u0441\u043c\u043e\u0433\u0443\u0442 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f, \u043a\u0430\u043a \u0442\u043e\u043b\u044c\u043a\u043e \u0441\u043e\u0437\u0434\u0430\u0434\u0443\u0442 \u0441\u0432\u043e\u0438 \u0443\u0447\u0451\u0442\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438:", + "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "\u042d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u043e \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u044b \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u043c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c. \u041e\u043d\u0438 \u0431\u0443\u0434\u0443\u0442 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u044b, \u043a\u0430\u043a \u0442\u043e\u043b\u044c\u043a\u043e \u0441\u043e\u0437\u0434\u0430\u0434\u0443\u0442 \u0441\u0432\u043e\u0438 \u0443\u0447\u0451\u0442\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.", + "Successfully started task to rescore problem '<%- problem_id %>' for all students. Click the 'Show Task Status' button to see the status of the task.": "\u041f\u0440\u043e\u0446\u0435\u0441\u0441 \u043f\u0435\u0440\u0435\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u0437\u0430\u0434\u0430\u0447\u0438 '<%- problem_id %>' \u0434\u043b\u044f \u0432\u0441\u0435\u0445 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u043f\u0443\u0449\u0435\u043d. \u0427\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u044d\u0442\u043e\u0433\u043e \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430, \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u00ab\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0432\u00bb.", + "Successfully started task to reset attempts for problem '<%- problem_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u041f\u0440\u043e\u0446\u0435\u0441\u0441 \u0441\u0431\u0440\u043e\u0441\u0430 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u043f\u043e\u043f\u044b\u0442\u043e\u043a \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0437\u0430\u0434\u0430\u0447\u0438 '<%- problem_id %>' \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u043f\u0443\u0449\u0435\u043d. \u0427\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u044d\u0442\u043e\u0433\u043e \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430, \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u00ab\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0432\u00bb.", + "Successfully unlinked.": "\u0423\u0434\u0430\u043b\u0435\u043d\u043e.", + "Superscript": "\u0432\u0435\u0440\u0445\u043d\u0438\u0439 \u0438\u043d\u0434\u0435\u043a\u0441", + "Supported": "\u041f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f", + "TOTAL": "\u0418\u0442\u043e\u0433 ", + "Table": "\u0422\u0430\u0431\u043b\u0438\u0446\u0430", + "Table properties": "\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u0442\u0430\u0431\u043b\u0438\u0446\u044b", + "Tags": "\u0422\u0435\u0433\u0438", + "Tags:": "\u0422\u0435\u0433\u0438:", + "Take Photo": "\u0421\u0434\u0435\u043b\u0430\u0442\u044c \u0444\u043e\u0442\u043e", + "Take Your Photo": "\u0421\u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0440\u0443\u0439\u0442\u0435 \u0441\u0435\u0431\u044f", + "Take a Photo of Your ID": "\u0421\u0434\u0435\u043b\u0430\u0439\u0442\u0435 \u0441\u043d\u0438\u043c\u043e\u043a \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430, \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u044f\u044e\u0449\u0435\u0433\u043e \u0432\u0430\u0448\u0443 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u044c", + "Take a photo of your ID": "\u0421\u0434\u0435\u043b\u0430\u0439\u0442\u0435 \u0441\u043d\u0438\u043c\u043e\u043a \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430, \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u044f\u044e\u0449\u0435\u0433\u043e \u0432\u0430\u0448\u0443 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u044c", + "Take me to the main course page": "\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043d\u0430 \u0433\u043b\u0430\u0432\u043d\u0443\u044e \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u043a\u0443\u0440\u0441\u0430", + "Take me to the main library page": "\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043d\u0430 \u0433\u043b\u0430\u0432\u043d\u0443\u044e \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a", + "Take this exam without proctoring.": "\u0421\u0434\u0430\u0442\u044c \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u0431\u0435\u0437 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f.", + "Taking As Open Exam": "\u0421\u0434\u0430\u0451\u0442\u0441\u044f \u0431\u0435\u0437 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f", + "Taking As Proctored Exam": "\u0421\u0434\u0430\u0451\u0442\u0441\u044f \u0441 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u0435\u043c", + "Taking as Proctored": "\u0421\u0434\u0430\u0451\u0442\u0441\u044f \u0441 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u0435\u043c", + "Target": "\u0426\u0435\u043b\u044c", + "Task ID": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u0434\u0430\u0447\u0438", + "Task Progress": "\u041f\u0440\u043e\u0433\u0440\u0435\u0441\u0441 \u0437\u0430\u0434\u0430\u043d\u0438\u044f", + "Task Status": "\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430", + "Task Type": "\u0422\u0438\u043f \u0437\u0430\u0434\u0430\u043d\u0438\u044f", + "Task inputs": "\u0412\u0432\u043e\u0434 \u0437\u0430\u0434\u0430\u043d\u0438\u044f", + "Teaching Assistant": "\u0410\u0441\u0441\u0438\u0441\u0442\u0435\u043d\u0442", + "Team \"{team}\" successfully deleted.": "\u041a\u043e\u043c\u0430\u043d\u0434\u0430 \u00ab{team}\u00bb \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u0430.", + "Team Description (Required) *": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u044b (\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u0434\u043b\u044f \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f) *", + "Team Details": "\u041e \u043a\u043e\u043c\u0430\u043d\u0434\u0435", + "Team Name (Required) *": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u044b (\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u0434\u043b\u044f \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f) *", + "Team Search": "\u041f\u043e\u0438\u0441\u043a \u043a\u043e\u043c\u0430\u043d\u0434\u044b", + "Team capacity": "\u0420\u0430\u0437\u043c\u0435\u0440 \u043a\u043e\u043c\u0430\u043d\u0434\u044b", + "Team description cannot have more than 300 characters.": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0431\u043e\u043b\u0435\u0435 300 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432.", + "Team member profiles": "\u041f\u0440\u043e\u0444\u0438\u043b\u0438 \u0447\u043b\u0435\u043d\u043e\u0432 \u043a\u043e\u043c\u0430\u043d\u0434\u044b", + "Team name cannot have more than 255 characters.": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0431\u043e\u043b\u0435\u0435 255 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432.", + "Teams": "\u041a\u043e\u043c\u0430\u043d\u0434\u044b", + "Teams Pagination": "\u041a\u043e\u043c\u0430\u043d\u0434\u043d\u0430\u044f \u043d\u0443\u043c\u0435\u0440\u0430\u0446\u0438\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446", + "Tell other learners a little about yourself: where you live, what your interests are, why you're taking courses, or what you hope to learn.": "\u0420\u0430\u0441\u0441\u043a\u0430\u0436\u0438\u0442\u0435 \u043e\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u043c \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f\u043c \u043d\u0435\u043c\u043d\u043e\u0433\u043e \u043e \u0441\u0435\u0431\u0435: \u0433\u0434\u0435 \u0432\u044b \u0436\u0438\u0432\u0451\u0442\u0435, \u0447\u0435\u043c \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u0443\u0435\u0442\u0435\u0441\u044c, \u0434\u043b\u044f \u0447\u0435\u0433\u043e \u0432\u044b \u043f\u0440\u043e\u0445\u043e\u0434\u0438\u0442\u0435 \u043a\u0443\u0440\u0441\u044b \u0438 \u0447\u0435\u043c\u0443 \u0441\u043e\u0431\u0438\u0440\u0430\u0435\u0442\u0435\u0441\u044c \u043d\u0430\u0443\u0447\u0438\u0442\u044c\u0441\u044f.", + "Templates": "\u0428\u0430\u0431\u043b\u043e\u043d\u044b", + "Terms of Service and Honor Code": "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0443\u0441\u043b\u0443\u0433 \u0438 \u041a\u043e\u0434\u0435\u043a\u0441 \u0447\u0435\u0441\u0442\u0438", + "Text color": "\u0426\u0432\u0435\u0442 \u0442\u0435\u043a\u0441\u0442\u0430", + "Text to display": "\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u043c\u044b\u0439 \u0442\u0435\u043a\u0441\u0442", + "Textbook Name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0443\u0447\u0435\u0431\u043d\u0438\u043a\u0430", + "Textbook information": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e\u0431 \u0443\u0447\u0435\u0431\u043d\u0438\u043a\u0435", + "Thank you %(full_name)s! We have received your payment for %(course_name)s.": "\u0421\u043f\u0430\u0441\u0438\u0431\u043e, %(full_name)s! \u0412\u0430\u0448 \u043f\u043b\u0430\u0442\u0451\u0436 \u0437\u0430 \u043a\u0443\u0440\u0441 %(course_name)s \u043f\u0440\u0438\u043d\u044f\u0442.", + "Thank you for submitting your financial assistance application for {course_name}! You can expect a response in 2-4 business days.": "\u0411\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u0438\u043c \u0432\u0430\u0441 \u0437\u0430 \u043f\u043e\u0434\u0430\u0447\u0443 \u0437\u0430\u044f\u0432\u043b\u0435\u043d\u0438\u044f \u043d\u0430 \u0433\u0440\u0430\u043d\u0442 \u043f\u043e \u043a\u0443\u0440\u0441\u0443 {course_name}! \u0412\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u043e\u0442\u0432\u0435\u0442 \u0447\u0435\u0440\u0435\u0437 2-4 \u0440\u0430\u0431\u043e\u0447\u0438\u0445 \u0434\u043d\u044f.", + "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "\u0421\u043f\u0430\u0441\u0438\u0431\u043e, \u0447\u0442\u043e \u0434\u043e\u0431\u0430\u0432\u0438\u043b\u0438 \u0444\u043e\u0442\u043e! \u041c\u044b \u0441\u043a\u043e\u0440\u043e \u0438\u0445 \u043f\u0440\u043e\u0432\u0435\u0440\u0438\u043c. \u0421\u0435\u0439\u0447\u0430\u0441 \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u043b\u044e\u0431\u043e\u0439 \u0438\u0437 \u043a\u0443\u0440\u0441\u043e\u0432 %(platformName)s, \u043f\u0440\u0435\u0434\u043b\u0430\u0433\u0430\u044e\u0449\u0438\u0445 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u044b\u0435 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u044b. \u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438 \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u0435\u0442 \u043e\u0434\u0438\u043d \u0433\u043e\u0434. \u041f\u043e\u0441\u043b\u0435 \u044d\u0442\u043e\u0433\u043e \u0432\u0430\u043c \u043f\u043e\u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0444\u043e\u0442\u043e \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e.", + "Thank you! We have received your payment for {courseName}.": "\u0411\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u0438\u043c \u0412\u0430\u0441! \u0412\u0430\u0448 \u043f\u043b\u0430\u0442\u0451\u0436 \u0437\u0430 \u043a\u0443\u0440\u0441 {courseName} \u043f\u0440\u0438\u043d\u044f\u0442.", + "Thanks for returning to verify your ID in: {courseName}": "\u0411\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u0438\u043c \u0437\u0430 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438 \u043d\u0430 \u043a\u0443\u0440\u0441\u0435: {courseName}", + "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "\u0410\u0434\u0440\u0435\u0441 URL, \u0432\u0432\u0435\u0434\u0451\u043d\u043d\u044b\u0439 \u0432\u0430\u043c\u0438, \u043f\u043e\u0445\u043e\u0436 \u043d\u0430 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441. \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u0440\u0435\u0444\u0438\u043a\u0441 \u00abmailto:\u00bb?", + "The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": "\u0410\u0434\u0440\u0435\u0441 URL, \u0432\u0432\u0435\u0434\u0451\u043d\u043d\u044b\u0439 \u0432\u0430\u043c\u0438, \u043f\u043e\u0445\u043e\u0436 \u043d\u0430 \u0432\u043d\u0435\u0448\u043d\u044e\u044e \u0441\u0441\u044b\u043b\u043a\u0443. \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u0440\u0435\u0444\u0438\u043a\u0441 \u00abhttp://\u00bb?", + "The assignment type must have a name.": "\u0423 \u0442\u0438\u043f\u0430 \u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435.", + "The certificate available date must be later than the course end date.": "\u0414\u0430\u0442\u0430 \u0432\u044b\u043f\u0443\u0441\u043a\u0430 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0432 \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c \u043f\u043e\u0437\u0436\u0435 \u0434\u0430\u0442\u044b \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u044f \u043a\u0443\u0440\u0441\u0430.", + "The certificate for this learner has been re-validated and the system is re-running the grade for this learner.": "\u0421\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043e\u0431\u0443\u0447\u0430\u044e\u0449\u0435\u0433\u043e\u0441\u044f \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d, \u0437\u0430\u043f\u0443\u0449\u0435\u043d \u043f\u0435\u0440\u0435\u0441\u0447\u0451\u0442 \u043e\u0446\u0435\u043d\u043a\u0438.", + "The cohort cannot be added": "\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u0443", + "The cohort cannot be saved": "\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u0443", + "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "\u0421\u043e\u0432\u043e\u043a\u0443\u043f\u043d\u0430\u044f \u0434\u043b\u0438\u043d\u0430 \u043a\u043e\u0434\u0430 \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u0438 \u0438 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u043f\u0440\u0435\u0432\u044b\u0448\u0430\u0442\u044c <%=limit%> \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432.", + "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "\u0421\u043e\u0432\u043e\u043a\u0443\u043f\u043d\u0430\u044f \u0434\u043b\u0438\u043d\u0430 \u043d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u044f \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u0438, \u043d\u043e\u043c\u0435\u0440\u0430 \u0438 \u043f\u0435\u0440\u0438\u043e\u0434\u0430 \u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u043a\u0443\u0440\u0441\u0430 \u043d\u0435 \u0434\u043e\u043b\u0436\u043d\u0430 \u043f\u0440\u0435\u0432\u044b\u0448\u0430\u0442\u044c <%=limit%> \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432.", + "The country or region where you live.": "\u0421\u0442\u0440\u0430\u043d\u0430 \u0438\u043b\u0438 \u0440\u0435\u0433\u0438\u043e\u043d, \u0433\u0434\u0435 \u0432\u044b \u0436\u0438\u0432\u0451\u0442\u0435.", + "The country that team members primarily identify with.": "\u0421\u0442\u0440\u0430\u043d\u0430, \u0441 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0438 \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u0432 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u043c \u043e\u0442\u043e\u0436\u0434\u0435\u0441\u0442\u0432\u043b\u044f\u044e\u0442 \u0441\u0435\u0431\u044f.", + "The course end date must be later than the course start date.": "\u0414\u0430\u0442\u0430 \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u044f \u043a\u0443\u0440\u0441\u0430 \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c \u043f\u043e\u0437\u0436\u0435 \u0434\u0430\u0442\u044b \u043d\u0430\u0447\u0430\u043b\u0430 \u043a\u0443\u0440\u0441\u0430.", + "The course must have an assigned start date.": "\u0414\u043b\u044f \u043a\u0443\u0440\u0441\u0430 \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c \u0443\u043a\u0430\u0437\u0430\u043d\u0430 \u0434\u0430\u0442\u0430 \u043d\u0430\u0447\u0430\u043b\u0430.", + "The course start date must be later than the enrollment start date.": "\u0414\u0430\u0442\u0430 \u043d\u0430\u0447\u0430\u043b\u0430 \u043a\u0443\u0440\u0441\u0430 \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c \u043f\u043e\u0437\u0436\u0435 \u0434\u0430\u0442\u044b \u043d\u0430\u0447\u0430\u043b\u0430 \u0437\u0430\u043f\u0438\u0441\u0438 \u043d\u0430 \u043a\u0443\u0440\u0441.", + "The display of ungraded and checked out responses could not be loaded.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a \u043f\u0440\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u0445 \u043e\u0442\u0432\u0435\u0442\u043e\u0432 \u0438 \u043e\u0442\u0432\u0435\u0442\u043e\u0432 \u0431\u0435\u0437 \u043e\u0446\u0435\u043d\u043a\u0438.", + "The email address you've provided isn't formatted correctly.": "\u041f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u0439 \u0432\u0430\u043c\u0438 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441 \u0438\u043c\u0435\u0435\u0442 \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u0439 \u0444\u043e\u0440\u043c\u0430\u0442.", + "The enrollment end date cannot be after the course end date.": "\u0414\u0430\u0442\u0430 \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u044f \u0437\u0430\u043f\u0438\u0441\u0438 \u043d\u0430 \u043a\u0443\u0440\u0441 \u0434\u043e\u043b\u0436\u043d\u0430 \u043f\u0440\u0435\u0434\u0448\u0435\u0441\u0442\u0432\u043e\u0432\u0430\u0442\u044c \u0434\u0430\u0442\u0435 \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u044f \u043a\u0443\u0440\u0441\u0430.", + "The enrollment start date cannot be after the enrollment end date.": "\u0414\u0430\u0442\u0430 \u043d\u0430\u0447\u0430\u043b\u0430 \u0437\u0430\u043f\u0438\u0441\u0438 \u043d\u0430 \u043a\u0443\u0440\u0441 \u0434\u043e\u043b\u0436\u043d\u0430 \u043f\u0440\u0435\u0434\u0448\u0435\u0441\u0442\u0432\u043e\u0432\u0430\u0442\u044c \u0434\u0430\u0442\u0435 \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u044f \u0437\u0430\u043f\u0438\u0441\u0438 \u043d\u0430 \u043a\u0443\u0440\u0441.", + "The file must be at least {size} in size.": "\u0420\u0430\u0437\u043c\u0435\u0440 \u0444\u0430\u0439\u043b\u0430 \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u043d\u0435 \u043c\u0435\u043d\u0435\u0435 {size}.", + "The file must be smaller than {size} in size.": "\u0420\u0430\u0437\u043c\u0435\u0440 \u0444\u0430\u0439\u043b\u0430 \u043d\u0435 \u0434\u043e\u043b\u0436\u0435\u043d \u043f\u0440\u0435\u0432\u044b\u0448\u0430\u0442\u044c {size}.", + "The following email addresses and/or usernames are invalid:": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0430\u0434\u0440\u0435\u0441\u0430 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b \u0438/\u0438\u043b\u0438 \u0438\u043c\u0435\u043d\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u043d\u0435\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b:", + "The following errors were generated:": "\u0431\u044b\u043b\u0438 \u0434\u043e\u043f\u0443\u0449\u0435\u043d\u044b \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 ", + "The following file types are not allowed: ": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0442\u0438\u043f\u044b \u0444\u0430\u0439\u043b\u043e\u0432 \u043d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b:", + "The following information is already a part of your {platform} profile. We\\'ve included it here for your application.": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0443\u0436\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0447\u0430\u0441\u0442\u044c\u044e \u0432\u0430\u0448\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f \u043d\u0430 {platform}.", + "The following message will be displayed at the bottom of the courseware pages within your course:": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0431\u0443\u0434\u0435\u0442 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043e \u0432\u043d\u0438\u0437\u0443 \u0441\u0442\u0440\u0430\u043d\u0438\u0446 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u043a\u0443\u0440\u0441\u0430:", + "The following options are available for the {license_name} license.": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043e\u043f\u0446\u0438\u0438 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b \u0434\u043b\u044f \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0438 {license_name}", + "The following users are no longer enrolled in the course:": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u043e\u0442\u0447\u0438\u0441\u043b\u0435\u043d\u044b \u0441 \u043a\u0443\u0440\u0441\u0430:", + "The following warnings were generated:": "\u0431\u044b\u043b\u0438 \u0441\u043e\u0437\u0434\u0430\u043d\u044b \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u044f", + "The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.": "\u041e\u0431\u0449\u0435\u0435 \u043d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0434\u043b\u044f \u0437\u0430\u0434\u0430\u043d\u0438\u0439 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0442\u0438\u043f\u0430, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u00ab\u0414\u043e\u043c\u0430\u0448\u043d\u0435\u0435 \u0437\u0430\u0434\u0430\u043d\u0438\u0435\u00bb \u0438\u043b\u0438 \u00ab\u042d\u043a\u0437\u0430\u043c\u0435\u043d\u00bb. \u042d\u0442\u043e \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0432\u0438\u0434\u043d\u043e \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f\u043c.", + "The grading process is still running. Refresh the page to see updates.": "\u0412\u044b\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043e\u0446\u0435\u043d\u043e\u043a \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0430\u0435\u0442\u0441\u044f. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443, \u0447\u0442\u043e\u0431\u044b \u0443\u0432\u0438\u0434\u0435\u0442\u044c \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0434\u0430\u043d\u043d\u044b\u0435.", + "The language that team members primarily use to communicate with each other.": "\u042f\u0437\u044b\u043a, \u043d\u0430 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u0447\u043b\u0435\u043d\u044b \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u0432 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u043c \u043e\u0431\u0449\u0430\u044e\u0442\u0441\u044f \u043c\u0435\u0436\u0434\u0443 \u0441\u043e\u0431\u043e\u0439.", + "The minimum grade for course credit is not set.": "\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0437\u0430\u0447\u0451\u0442\u0430 \u043d\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430.", + "The minimum score percentage must be a whole number between 0 and 100.": "\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u044b\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u0441\u0432\u043e\u0435\u043d\u0438\u044f \u0432\u044b\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044f \u0432 \u043f\u0440\u043e\u0446\u0435\u043d\u0442\u0430\u0445 \u0438 \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u0446\u0435\u043b\u044b\u043c \u0447\u0438\u0441\u043b\u043e\u043c \u043c\u0435\u0436\u0434\u0443 0 \u0438 100.", + "The name of this signatory as it should appear on certificates.": "\u0418\u043c\u044f \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u0435\u043b\u044f \u0432 \u0442\u043e\u043c \u0432\u0438\u0434\u0435, \u043a\u0430\u043a \u043e\u043d\u043e \u0434\u043e\u043b\u0436\u043d\u043e \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0435", + "The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.": "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0437\u0430\u0434\u0430\u043d\u0438\u0439 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0442\u0438\u043f\u0430, \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0431\u0443\u0434\u0443\u0442 \u043e\u0442\u0431\u0440\u043e\u0448\u0435\u043d\u044b. \u0412 \u043f\u0435\u0440\u0432\u0443\u044e \u043e\u0447\u0435\u0440\u0435\u0434\u044c \u043e\u0442\u0431\u0440\u0430\u0441\u044b\u0432\u0430\u044e\u0442\u0441\u044f \u043d\u0430\u0438\u0445\u0443\u0434\u0448\u0438\u0435 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b.", + "The number of subsections in the course that contain problems of this assignment type.": "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b\u043e\u0432 \u043a\u0443\u0440\u0441\u0430, \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0431\u0443\u0434\u0443\u0442 \u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0442\u0438\u043f\u0430.", + "The organization that this signatory belongs to, as it should appear on certificates.": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u0438, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043b\u0438\u0446\u043e, \u043f\u043e\u0434\u043f\u0438\u0441\u0430\u0432\u0448\u0435\u0435 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442.", + "The page \"{route}\" could not be found.": "\u0421\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u00ab{route}\u00bb \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u0430.", + "The photo of your face matches the photo on your ID.": "\u0424\u043e\u0442\u043e \u0432\u0430\u0448\u0435\u0433\u043e \u043b\u0438\u0446\u0430 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0444\u043e\u0442\u043e \u0432 \u0432\u0430\u0448\u0435\u043c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0435.", + "The post you selected has been deleted.": "\u0412\u044b\u0431\u0440\u0430\u043d\u043d\u0430\u044f \u0432\u0430\u043c\u0438 \u0442\u0435\u043c\u0430 \u0431\u044b\u043b\u0430 \u0443\u0434\u0430\u043b\u0435\u043d\u0430.", + "The published branch version, {published}, was reset to the draft branch version, {draft}.": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f, {published}, \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0430 \u043d\u0430 \u043d\u043e\u0432\u0443\u044e \u0432\u0435\u0440\u0441\u0438\u044e, {draft}.", + "The raw error message is:": "\u041f\u043e\u043b\u043d\u043e\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043e\u0431 \u043e\u0448\u0438\u0431\u043a\u0435:", + "The selected content group does not exist": "\u0412\u044b\u0431\u0440\u0430\u043d\u043d\u0430\u044f \u0433\u0440\u0443\u043f\u043f\u0430 \u043f\u043e \u0438\u0437\u0443\u0447\u0430\u0435\u043c\u044b\u043c \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u043c \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442", + "The server could not be contacted.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 \u0441 \u0441\u0435\u0440\u0432\u0435\u0440\u043e\u043c.", + "The staff assessment form could not be loaded.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0431\u043b\u0430\u043d\u043a \u043e\u0446\u0435\u043d\u0438\u0432\u0430\u043d\u0438\u044f.", + "The submission could not be removed from the grading pool.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0438\u0437 \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0430.", + "The team \"{team}\" could not be found.": "\u041a\u043e\u043c\u0430\u043d\u0434\u0430 \u00ab{team}\u00bb \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u0430.", + "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u043d\u044b\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b \u043f\u0435\u0440\u0432\u043e\u0433\u043e \u0432\u0438\u0434\u0435\u043e\u0444\u0430\u0439\u043b\u0430 \u043d\u0435 \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0442 \u0441 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0430\u043c\u0438 \u0432\u0442\u043e\u0440\u043e\u0433\u043e \u0432\u0438\u0434\u0435\u043e\u0444\u0430\u0439\u043b\u0430.", + "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u043f\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b \u044d\u0442\u043e\u0433\u043e \u0432\u0438\u0434\u0435\u043e \u0432 edX \u0443\u0441\u0442\u0430\u0440\u0435\u043b\u0438. \u041d\u0430 YouTube \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u0442\u0435\u043a\u0443\u0449\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043e\u0432 \u044d\u0442\u043e\u0433\u043e \u0432\u0438\u0434\u0435\u043e.", + "The topic \"{topic}\" could not be found.": "\u0422\u0435\u043c\u0430 \u00ab{topic}\u00bb \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u0430.", + "The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.": "\u041e\u0431\u0449\u0438\u0439 \u0432\u0435\u0441 \u0437\u0430\u0434\u0430\u043d\u0438\u0439 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0442\u0438\u043f\u0430 \u0432 \u043f\u0440\u043e\u0446\u0435\u043d\u0442\u0430\u0445 \u043e\u0442 \u0438\u0442\u043e\u0433\u043e\u0432\u043e\u0439 \u043e\u0446\u0435\u043d\u043a\u0438, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, 40. \u041d\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u0441\u0438\u043c\u0432\u043e\u043b \u043f\u0440\u043e\u0446\u0435\u043d\u0442\u043e\u0432.", + "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "\u0413\u0440\u0443\u043f\u043f\u0430 {cohortGroupName} \u0441\u043e\u0437\u0434\u0430\u043d\u0430. \u041d\u0438\u0436\u0435 \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0440\u0443\u0447\u043d\u0443\u044e \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043e\u0431\u0443\u0447\u0430\u044e\u0449\u0438\u0445\u0441\u044f \u0432 \u044d\u0442\u0443 \u0433\u0440\u0443\u043f\u043f\u0443.", + "There are invalid keywords in your email. Check the following keywords and try again.": "\u0412 \u0432\u0430\u0448\u0435\u043c \u043f\u0438\u0441\u044c\u043c\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u0441\u044f \u043d\u0435\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u044b\u0435 \u043a\u043b\u044e\u0447\u0435\u0432\u044b\u0435 \u0441\u043b\u043e\u0432\u0430. \u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043a\u043b\u044e\u0447\u0435\u0432\u044b\u0435 \u0441\u043b\u043e\u0432\u0430 \u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", + "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0435 \u043e\u0434\u043d\u043e\u0433\u043e \u0438\u0437 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u043e\u0432 \u0432 XML. \u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0438 \u0438\u0441\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043e\u0448\u0438\u0431\u043a\u0443, \u043f\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043c \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u044c \u044d\u043a\u0441\u043f\u043e\u0440\u0442. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0432\u0441\u0435 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435 \u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u044b \u0438 \u043d\u0435 \u043f\u043e\u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u043e\u0431 \u043e\u0448\u0438\u0431\u043a\u0430\u0445.", + "There has been an error processing your survey.": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0435 \u043e\u0431\u0437\u043e\u0440\u0430", + "There has been an error while exporting.": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0435.", + "There has been an error with your export.": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u0441 \u0432\u0430\u0448\u0438\u043c \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u043e\u043c", + "There is invalid code in your content. Please check to make sure it is valid HTML.": "\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u043a\u043e\u0434 \u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u043c. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c \u0432 \u0432\u0435\u0440\u043d\u043e\u0441\u0442\u0438 HTML-\u043a\u043e\u0434\u0430.", + "There is no email history for this course.": "\u0414\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0430 \u0438\u0441\u0442\u043e\u0440\u0438\u044f \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u0435\u0440\u0435\u043f\u0438\u0441\u043a\u0438 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442.", + "There must be at least one group.": "\u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u043e \u043a\u0440\u0430\u0439\u043d\u0435\u0439 \u043c\u0435\u0440\u0435 \u043e\u0434\u043d\u0443 \u0433\u0440\u0443\u043f\u043f\u0443.", + "There must be one cohort to which students can automatically be assigned.": "\u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0445\u043e\u0442\u044f \u0431\u044b \u043e\u0434\u043d\u0443 \u0433\u0440\u0443\u043f\u043f\u0443, \u0432 \u043a\u043e\u0442\u043e\u0440\u0443\u044e \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0442\u044c\u0441\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438.", + "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "\u041f\u0440\u0438 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0438 \u043e\u0442\u0447\u0451\u0442\u0430 \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443, \u043d\u0430\u0436\u0430\u0432 \u00ab\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0441\u0432\u043e\u0434\u043d\u044b\u0439 \u043e\u0442\u0447\u0451\u0442\u00bb.", + "There was an error changing the user's role": "\u041f\u0440\u0438 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0438 \u0440\u043e\u043b\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430", + "There was an error obtaining email content history for this course.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u043e\u0439 \u0438\u0441\u0442\u043e\u0440\u0438\u0438 \u043a\u0443\u0440\u0441\u0430.", + "There was an error obtaining email task history for this course.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u043e\u0439 \u0438\u0441\u0442\u043e\u0440\u0438\u0438 \u0437\u0430\u0434\u0430\u043d\u0438\u0439.", + "There was an error retrieving preview results for this catalog. Please check that your query is correct and try again.": "\u041f\u0440\u0438 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u043f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0430 \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", + "There was an error, try searching again.": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u044c \u043f\u043e\u0438\u0441\u043a.", + "There were errors reindexing course.": "\u0412 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u043e\u0438\u0441\u043a\u043e\u0432\u043e\u0433\u043e \u0438\u043d\u0434\u0435\u043a\u0441\u0430 \u043a\u0443\u0440\u0441\u0430 \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0438 \u043e\u0448\u0438\u0431\u043a\u0438.", + "There's already another assignment type with this name.": "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u0441 \u0442\u0430\u043a\u0438\u043c \u0438\u043c\u0435\u043d\u0435\u043c \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442.", + "These users could not be added as beta testers because their accounts are not yet activated:": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438 \u043d\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u044b \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0435\u0440\u043e\u0432, \u043f\u043e\u0441\u043a\u043e\u043b\u044c\u043a\u0443 \u0438\u0445 \u0443\u0447\u0451\u0442\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u0435\u0449\u0451 \u043d\u0435 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u044b:", + "These users were not added as beta testers:": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u043d\u0435 \u0431\u044b\u043b\u0438 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u044b \u0432 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0435\u0440\u043e\u0432:", + "These users were not affiliated with the course so could not be unenrolled:": "\u042d\u0442\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u043d\u0435 \u0431\u044b\u043b\u0438 \u0441\u0432\u044f\u0437\u0430\u043d\u044b \u0441 \u0434\u0430\u043d\u043d\u044b\u043c \u043a\u0443\u0440\u0441\u043e\u043c \u0438 \u043d\u0435 \u043c\u043e\u0433\u043b\u0438 \u0431\u044b\u0442\u044c \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u044b \u0438\u0437 \u0441\u043f\u0438\u0441\u043a\u0430 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0445:", + "These users were not removed as beta testers:": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u043d\u0435 \u0431\u044b\u043b\u0438 \u0443\u0434\u0430\u043b\u0435\u043d\u044b \u0438\u0437 \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0435\u0440\u043e\u0432:", + "These users were successfully added as beta testers:": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u0431\u044b\u043b\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u044b \u0432 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0435\u0440\u043e\u0432:", + "These users were successfully removed as beta testers:": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u0431\u044b\u043b\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u044b \u0438\u0437 \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0435\u0440\u043e\u0432:", + "These users will be allowed to enroll once they register:": "\u042d\u0442\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u0441\u043c\u043e\u0433\u0443\u0442 \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u043a\u0443\u0440\u0441, \u043a\u0430\u043a \u0442\u043e\u043b\u044c\u043a\u043e \u0441\u043e\u0437\u0434\u0430\u0434\u0443\u0442 \u0441\u0432\u043e\u0438 \u0443\u0447\u0451\u0442\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438:", + "These users will be enrolled once they register:": "\u042d\u0442\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u0431\u0443\u0434\u0443\u0442 \u0437\u0430\u043f\u0438\u0441\u0430\u043d\u044b \u043d\u0430 \u043a\u0443\u0440\u0441, \u043a\u0430\u043a \u0442\u043e\u043b\u044c\u043a\u043e \u0441\u043e\u0437\u0434\u0430\u0434\u0443\u0442 \u0441\u0432\u043e\u0438 \u0443\u0447\u0451\u0442\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.", + "This Group Configuration is not in use. Start by adding a content experiment to any Unit via the {linkStart}Course Outline{linkEnd}.": "\u042d\u0442\u0430 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f \u0433\u0440\u0443\u043f\u043f \u043d\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f. \u0421\u043d\u0430\u0447\u0430\u043b\u0430 \u0434\u043e\u0431\u0430\u0432\u044c\u0442\u0435 \u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u044b\u0435 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b \u043a \u043b\u044e\u0431\u043e\u043c\u0443 \u0431\u043b\u043e\u043a\u0443 \u0432 {linkStart}\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0435 \u043a\u0443\u0440\u0441\u0430{linkEnd}.", + "This Group Configuration is used in:": "\u042d\u0442\u0430 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f \u0433\u0440\u0443\u043f\u043f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0432:", + "This action cannot be undone.": "\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u043d\u0435\u043e\u0431\u0440\u0430\u0442\u0438\u043c\u043e.", + "This assessment could not be submitted.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043e\u0446\u0435\u043d\u043a\u0443.", + "This browser cannot play .mp4, .ogg, or .webm files.": "\u0412 \u044d\u0442\u043e\u043c \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u0435 \u0444\u0430\u0439\u043b\u043e\u0432 .mp4, .ogg \u0438 .webm.", + "This catalog's courses:": "\u041a\u0443\u0440\u0441\u044b \u0432 \u0434\u0430\u043d\u043d\u043e\u043c \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0435:", + "This certificate has already been activated and is live. Are you sure you want to continue editing?": "\u042d\u0442\u043e\u0442 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u0443\u0436\u0435 \u0443\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d \u0438 \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f\u043c. \u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435?", + "This comment could not be deleted. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", + "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "\u042d\u0442\u0430 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f \u0443\u0436\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f. \u0415\u0441\u043b\u0438 \u0432\u044b \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u0435 \u0433\u0440\u0443\u043f\u043f\u044b, \u0432\u0430\u043c \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u043d\u0430\u0434\u043e\u0431\u0438\u0442\u044c\u0441\u044f \u043e\u0442\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u044b", + "This content group is used in one or more units.": "\u042d\u0442\u0430 \u0433\u0440\u0443\u043f\u043f\u0430 \u043f\u043e \u0438\u0437\u0443\u0447\u0430\u0435\u043c\u044b\u043c \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u043c \u0443\u0436\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0432 \u043e\u0434\u043d\u043e\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u0445 \u0431\u043b\u043e\u043a\u0430\u0445", + "This course has automatic cohorting enabled for verified track learners, but cohorts are disabled. You must enable cohorts for the feature to work.": "\u042d\u0442\u043e\u0442 \u043a\u0443\u0440\u0441 \u0438\u043c\u0435\u0435\u0442 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0443\u044e \u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0443 \u0434\u043b\u044f \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u044b\u0445 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0442\u0440\u0435\u043a\u0430, \u043d\u043e \u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u043e. \u0412\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0434\u043b\u044f \u0431\u0443\u0434\u0443\u0449\u0435\u0439 \u0440\u0430\u0431\u043e\u0442\u044b.", + "This course has automatic cohorting enabled for verified track learners, but the required cohort does not exist. You must create a manually-assigned cohort named '{verifiedCohortName}' for the feature to work.": "\u042d\u0442\u043e\u0442 \u043a\u0443\u0440\u0441 \u0438\u043c\u0435\u0435\u0442 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0443\u044e \u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0443 \u0434\u043b\u044f \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u044b\u0445 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0442\u0440\u0435\u043a\u0430, \u043d\u043e \u0437\u0430\u043f\u0440\u0430\u0448\u0438\u0432\u0430\u0435\u043c\u0430\u044f \u0433\u0440\u0443\u043f\u043f\u0430 \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442. \u0412\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u0443\u044e \u0432\u0440\u0443\u0447\u043d\u0443\u044e \u0433\u0440\u0443\u043f\u043f\u0443 \u0441 \u0438\u043c\u0435\u043d\u0435\u043c '{verifiedCohortName}' \u0434\u043b\u044f \u0431\u0443\u0434\u0443\u0449\u0435\u0439 \u0440\u0430\u0431\u043e\u0442\u044b.", + "This course uses automatic cohorting for verified track learners. You cannot disable cohorts, and you cannot rename the manual cohort named '{verifiedCohortName}'. To change the configuration for verified track cohorts, contact your edX partner manager.": "\u042d\u0442\u043e\u0442 \u043a\u0443\u0440\u0441 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0443\u044e \u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0443 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439, \u0437\u0430\u043f\u0438\u0441\u0430\u043d\u043d\u044b\u0445 \u0432 \u0440\u0435\u0436\u0438\u043c\u0435 \u00ab\u0421 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435\u043c \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438\u00bb. \u0412\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u044b, \u0438 \u0432\u044b \u0442\u0430\u043a\u0436\u0435 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c \u0432\u0440\u0443\u0447\u043d\u0443\u044e \u0433\u0440\u0443\u043f\u043f\u0443, \u043d\u0430\u0437\u0432\u0430\u043d\u043d\u0443\u044e \u00ab{verifiedCohortName}\u00bb. \u0427\u0442\u043e\u0431\u044b \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0433\u0440\u0443\u043f\u043f\u044b \u0441 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435\u043c \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438, \u0441\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441\u043e \u0441\u0432\u043e\u0438\u043c \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u043e\u043c \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b edX.", + "This discussion could not be loaded. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u0435. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", + "This exam has a time limit associated with it.": "\u041d\u0430 \u0441\u0434\u0430\u0447\u0443 \u044d\u0442\u043e\u0433\u043e \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435 \u043f\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438.", + "This feedback could not be submitted.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043e\u0442\u0437\u044b\u0432.", + "This group controls access to:": "\u042d\u0442\u0430 \u0433\u0440\u0443\u043f\u043f\u0430 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0438\u0440\u0443\u0435\u0442 \u0434\u043e\u0441\u0442\u0443\u043f \u043a:", + "This group no longer exists. Choose another group or do not restrict access to this unit.": "\u0413\u0440\u0443\u043f\u043f\u0430 \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0434\u0440\u0443\u0433\u0443\u044e \u0433\u0440\u0443\u043f\u043f\u0443 \u0438\u043b\u0438 \u0441\u043d\u0438\u043c\u0438\u0442\u0435 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u044d\u0442\u043e\u043c\u0443 \u0431\u043b\u043e\u043a\u0443.", + "This image is for decorative purposes only and does not require a description.": "\u042d\u0442\u0430 \u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0430 \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0434\u0435\u043a\u043e\u0440\u0430\u0442\u0438\u0432\u043d\u044b\u0445 \u0446\u0435\u043b\u0435\u0439 \u0438 \u043d\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u044f.", + "This is the Description of the Group Configuration": "\u042d\u0442\u043e \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0433\u0440\u0443\u043f\u043f", + "This is the Name of the Group Configuration": "\u042d\u0442\u043e \u0438\u043c\u044f \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0433\u0440\u0443\u043f\u043f", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "\u042d\u0442\u043e \u0441\u043f\u0438\u0441\u043e\u043a \u0432\u0441\u0435\u0445 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0445 %s. \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u044b\u0431\u0440\u0430\u0442\u044c \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0438\u0437 \u043d\u0438\u0445, \u0432\u044b\u0434\u0435\u043b\u0438\u0432 \u0438\u0445 \u0432 \u043f\u043e\u043b\u0435 \u043d\u0438\u0436\u0435 \u0438 \u043a\u043b\u0438\u043a\u043d\u0443\u0432 \"\u0412\u044b\u0431\u0440\u0430\u0442\u044c\", \u043b\u0438\u0431\u043e \u0434\u0432\u043e\u0439\u043d\u044b\u043c \u0449\u0435\u043b\u0447\u043a\u043e\u043c.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "\u042d\u0442\u043e \u0441\u043f\u0438\u0441\u043e\u043a \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0445 %s. \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0438\u0437 \u043d\u0438\u0445, \u0432\u044b\u0434\u0435\u043b\u0438\u0432 \u0438\u0445 \u0432 \u043f\u043e\u043b\u0435 \u043d\u0438\u0436\u0435 \u0438 \u043a\u043b\u0438\u043a\u043d\u0443\u0432 \"\u0423\u0434\u0430\u043b\u0438\u0442\u044c\", \u043b\u0438\u0431\u043e \u0434\u0432\u043e\u0439\u043d\u044b\u043c \u0449\u0435\u043b\u0447\u043a\u043e\u043c.", + "This is the name of the group": "\u042d\u0442\u043e \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0433\u0440\u0443\u043f\u043f\u044b", + "This learner is currently sharing a limited profile.": "\u0414\u043e\u0441\u0442\u0443\u043f \u043a \u043f\u0440\u043e\u0444\u0438\u043b\u044e \u044d\u0442\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d.", + "This page contains information about orders that you have placed with {platform_name}.": "\u042d\u0442\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u0437\u0430\u043a\u0430\u0437\u0430\u0445, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0432\u044b \u0440\u0430\u0437\u043c\u0435\u0441\u0442\u0438\u043b\u0438 \u043d\u0430 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435 \u00ab{platform_name}\u00bb.", + "This post could not be closed. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u043a\u0440\u044b\u0442\u044c \u0442\u0435\u043c\u0443. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", + "This post could not be flagged for abuse. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u043c\u0435\u0442\u0438\u0442\u044c \u0442\u0435\u043c\u0443 \u043a\u0430\u043a \u043d\u0430\u0440\u0443\u0448\u0430\u044e\u0449\u0443\u044e \u043f\u0440\u0430\u0432\u0438\u043b\u0430. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", + "This post could not be pinned. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u043a\u0440\u0435\u043f\u0438\u0442\u044c \u0442\u0435\u043c\u0443. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", + "This post could not be reopened. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u043d\u043e\u0432\u043e \u043e\u0442\u043a\u0440\u044b\u0442\u044c \u0442\u0435\u043c\u0443. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", + "This post could not be unflagged for abuse. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u043d\u044f\u0442\u044c \u043f\u043e\u043c\u0435\u0442\u043a\u0443 \u043e \u043d\u0430\u0440\u0443\u0448\u0435\u043d\u0438\u0438 \u043f\u0440\u0430\u0432\u0438\u043b. \n\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", + "This post could not be unpinned. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0442\u043a\u0440\u0435\u043f\u0438\u0442\u044c \u0442\u0435\u043c\u0443. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", + "This problem could not be saved.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0437\u0430\u0434\u0430\u043d\u0438\u0435.", + "This problem has already been released. Any changes will apply only to future assessments.": "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u0443\u0436\u0435 \u0432\u044b\u043f\u0443\u0449\u0435\u043d\u043e. \u041b\u044e\u0431\u044b\u0435 \u0432\u043d\u0435\u0441\u0451\u043d\u043d\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0431\u0443\u0434\u0443\u0442 \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u044b \u0442\u043e\u043b\u044c\u043a\u043e \u043a \u043f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u043c \u0437\u0430\u043f\u0443\u0441\u043a\u0430\u043c \u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0432 \u0431\u0443\u0434\u0443\u0449\u0435\u043c.", + "This problem has been reset.": "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u0431\u044b\u043b\u043e \u0441\u0431\u0440\u043e\u0448\u0435\u043d\u043e.", + "This response could not be marked as an answer. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0442\u043c\u0435\u0442\u0438\u0442\u044c \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043a\u0430\u043a \u043e\u0442\u0432\u0435\u0442. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", + "This response could not be marked as endorsed. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0434\u043e\u0431\u0440\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", + "This response could not be saved.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442.", + "This response could not be submitted.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442.", + "This response could not be unendorsed. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u043d\u044f\u0442\u044c \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u0441 \u043e\u0442\u0432\u0435\u0442\u0430. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", + "This response could not be unmarked as an answer. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u043d\u044f\u0442\u044c \u043f\u043e\u043c\u0435\u0442\u043a\u0443 \u043e\u0442\u0432\u0435\u0442\u0430 \u0441 \u044d\u0442\u043e\u0433\u043e \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", + "This response has been saved but not submitted.": "\u041e\u0442\u0432\u0435\u0442 \u0441\u043e\u0445\u0440\u0430\u043d\u0451\u043d, \u043d\u043e \u0435\u0449\u0451 \u043d\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d \u043d\u0430 \u043e\u0446\u0435\u043d\u0438\u0432\u0430\u043d\u0438\u0435.", + "This response has not been saved.": "\u041e\u0442\u0432\u0435\u0442 \u0435\u0449\u0451 \u043d\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0451\u043d.", + "This section could not be loaded.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0440\u0430\u0437\u0434\u0435\u043b.", + "This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.": "\u042d\u0442\u043e \u043a\u043e\u0440\u043e\u0442\u043a\u043e\u0435 \u043e\u0431\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0442\u0438\u043f\u0430 \u0437\u0430\u0434\u0430\u043d\u0438\u044f (\u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0414\u0417 \u0438\u043b\u0438 \u042d\u043a\u0437) \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u043d\u0430 \u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u0435 \u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u0439 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435 \u00ab\u041f\u0440\u043e\u0433\u0440\u0435\u0441\u0441\u00bb.", + "This team does not have any members.": "\u0412 \u044d\u0442\u043e\u0439 \u043a\u043e\u043c\u0430\u043d\u0434\u0435 \u043d\u0435\u0442 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432.", + "This team is full.": "\u041d\u0430\u0431\u043e\u0440 \u0432 \u044d\u0442\u0443 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 \u0437\u0430\u043a\u0440\u044b\u0442.", + "This vote could not be processed. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0443\u0447\u0435\u0441\u0442\u044c \u0433\u043e\u043b\u043e\u0441. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", + "Thumbnail": "\u041c\u0438\u043d\u0438\u0430\u0442\u044e\u0440\u0430", + "Thumbnail view of ": "\u041c\u0438\u043d\u0438\u0430\u0442\u044e\u0440\u0430", + "Time Allotted (HH:MM):": "\u0412\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f (\u0427\u0427:\u041c\u041c):", + "Time Sent": "\u0412\u0440\u0435\u043c\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f", + "Time Sent:": "\u0412\u0440\u0435\u043c\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f:", + "Time Zone": "\u0427\u0430\u0441\u043e\u0432\u043e\u0439 \u043f\u043e\u044f\u0441", + "Timed": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d \u043f\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438", + "Timed Exam": "\u042d\u043a\u0437\u0430\u043c\u0435\u043d \u0441 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435\u043c \u043f\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438", + "Timed Out": "\u0412\u0440\u0435\u043c\u044f \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f \u0438\u0441\u0442\u0435\u043a\u043b\u043e", + "Timed Transcript Conflict": "\u041a\u043e\u043d\u0444\u043b\u0438\u043a\u0442 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u043d\u044b\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043e\u0432", + "Timed Transcript Found": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u043f\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b \u043d\u0430\u0439\u0434\u0435\u043d\u044b", + "Timed Transcript Uploaded Successfully": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u043d\u044b\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u044b", + "Timed Transcript from %(filename)s": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u043d\u044b\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b \u0438\u0437 %(filename)s", + "Tips on taking a successful photo": "\u0421\u043e\u0432\u0435\u0442\u044b: \u043a\u0430\u043a \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0443\u0434\u0430\u0447\u043d\u044b\u0439 \u0441\u043d\u0438\u043c\u043e\u043a", + "Title": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a", + "Title ": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a", + "Title of the signatory": "\u041e\u0431\u0440\u0430\u0449\u0435\u043d\u0438\u0435 \u043a \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u0435\u043b\u044e, \u043f\u043e\u0434\u043f\u0438\u0441\u044b\u0432\u0430\u044e\u0449\u0435\u043c\u0443 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442", + "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "\u0415\u0441\u043b\u0438 \u0434\u043b\u0438\u043d\u0430 \u0437\u0432\u0430\u043d\u0438\u044f \u043f\u0440\u0435\u0432\u044b\u0441\u0438\u0442 100 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432, \u043f\u0435\u0447\u0430\u0442\u043d\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430 \u043c\u043e\u0436\u0435\u0442 \u0432\u044b\u0439\u0442\u0438 \u0437\u0430 \u043f\u0440\u0435\u0434\u0435\u043b\u044b \u043e\u0434\u043d\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b.", + "To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.": "\u0427\u0442\u043e\u0431\u044b \u0431\u044b\u0442\u044c \u0443\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u043c \u0432 \u0442\u043e\u043c, \u0447\u0442\u043e \u0432\u0441\u0435 \u0441\u043c\u043e\u0433\u0443\u0442 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0432\u0438\u0434\u0435\u043e, \u043c\u044b \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u043c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0444\u0430\u0439\u043b \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0430\u0445 .mp4 \u0438 .webm. \u041a\u043b\u0438\u043a\u043d\u0438\u0442\u0435 \u043d\u0438\u0436\u0435, \u0447\u0442\u043e\u0431\u044b \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443 \u043d\u0430 \u0444\u0430\u0439\u043b \u0432 \u0434\u0440\u0443\u0433\u043e\u043c \u0444\u043e\u0440\u043c\u0430\u0442\u0435. \u0421\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 YouTube \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0442\u044c \u043d\u0435\u043b\u044c\u0437\u044f. \u041d\u0430 \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0435 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u043f\u0443\u0449\u0435\u043d\u043e \u043f\u0435\u0440\u0432\u043e\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e\u0435 \u0434\u043b\u044f \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u0432\u0438\u0434\u0435\u043e \u0438\u0437 \u0441\u043e\u0437\u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0441\u043f\u0438\u0441\u043a\u0430.", + "To complete the program, you must earn a verified certificate for each course.": "\u0427\u0442\u043e\u0431\u044b \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e \u043f\u0440\u043e\u0439\u0442\u0438 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0443, \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u044b\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u043f\u043e \u043a\u0430\u0436\u0434\u043e\u043c\u0443 \u043a\u0443\u0440\u0441\u0443.", + "To finalize course credit, %(display_name)s requires %(platform_name)s learners to submit a credit request.": "\u0427\u0442\u043e\u0431\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0437\u0430\u0447\u0451\u0442\u043d\u044b\u0435 \u0435\u0434\u0438\u043d\u0438\u0446\u044b, %(display_name)s \u043e\u0442 %(platform_name)s \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044c \u0434\u043e\u043b\u0436\u0435\u043d \u043f\u043e\u0434\u0430\u0442\u044c \u0437\u0430\u043f\u0440\u043e\u0441.", + "To invalidate a certificate for a particular learner, add the username or email address below.": "\u0414\u043b\u044f \u0430\u043d\u043d\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u043e\u0433\u043e \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f \u0434\u043e\u0431\u0430\u0432\u044c\u0442\u0435 \u0441\u044e\u0434\u0430 \u0435\u0433\u043e \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441.", + "To pass this exam, you must complete the problems in the time allowed.": "\u0412\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0434\u0430\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u043d\u0430 \u0432\u0441\u0435 \u0437\u0430\u0434\u0430\u0447\u0438 \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0435 \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u043e\u0433\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438.", + "To receive a certificate, you must also verify your identity before {date}.": "\u0414\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430 \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u0441\u0432\u043e\u044e \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u044c \u0434\u043e {date}.", + "To receive a certificate, you must also verify your identity.": "\u0414\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u0441\u0432\u043e\u044e \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u044c.", + "To receive credit for problems, you must select \"Submit\" for each problem before you select \"End My Exam\".": "\u0427\u0442\u043e\u0431\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0437\u0430\u0447\u0451\u0442\u043d\u044b\u0435 \u0431\u0430\u043b\u043b\u044b \u0437\u0430 \u0437\u0430\u0434\u0430\u043d\u0438\u044f, \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043d\u0430\u0436\u0430\u0442\u044c \u00ab\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c\u00bb \u0434\u043b\u044f \u043a\u0430\u0436\u0434\u043e\u0433\u043e \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0437\u0430\u0434\u0430\u043d\u0438\u044f, \u043f\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043c \u0432\u044b \u0432\u044b\u0431\u0435\u0440\u0435\u0442\u0435 \u00ab\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0441\u0434\u0430\u0447\u0443 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430\u00bb", + "To review learner cohort assignments or see the results of uploading a CSV file, download course profile information or cohort results on the {link_start}Data Download{link_end} page.": "\u0427\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u043f\u043e \u0433\u0440\u0443\u043f\u043f\u0430\u043c \u0438\u043b\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u0444\u0430\u0439\u043b\u0430 \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 CSV, \u0441\u043a\u0430\u0447\u0430\u0439\u0442\u0435 \u0441\u043f\u0438\u0441\u043e\u043a \u043b\u0438\u0447\u043d\u044b\u0445 \u0434\u0430\u043d\u043d\u044b\u0445 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u0438\u043b\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0433\u0440\u0443\u043f\u043f\u044b \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435 \u00ab{link_start}\u0421\u043a\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u0435 \u0434\u0430\u043d\u043d\u044b\u0445{link_end}\u00bb.", + "To share your certificate on Mozilla Backpack, you must first have a Backpack account. Complete the following steps to add your certificate to Backpack.": "\u0414\u043b\u044f \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0441\u0432\u043e\u0438\u043c \u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u0435\u043c \u0432 Mozilla Backpack, \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u0430 \u0443\u0447\u0451\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c Backpack. \u0421\u043b\u0435\u0434\u0443\u0439\u0442\u0435 \u0443\u043a\u0430\u0437\u0430\u043d\u0438\u044f\u043c \u043d\u0438\u0436\u0435, \u0447\u0442\u043e\u0431\u044b \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0432\u043e\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u043d\u0430 Backpack.", + "To take a successful photo, make sure that:": "\u0427\u0442\u043e\u0431\u044b \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0443\u0434\u0430\u0447\u043d\u044b\u0439 \u0441\u043d\u0438\u043c\u043e\u043a, \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u044c\u0442\u0435\u0441\u044c, \u0447\u0442\u043e:", + "To verify your identity, you need a webcam and a government-issued photo ID.": "\u0414\u043b\u044f \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f, \u0432\u0430\u043c \u043f\u043e\u043d\u0430\u0434\u043e\u0431\u0438\u0442\u0441\u044f \u0432\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u0430 \u0438 \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u0435 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438 \u0441 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439: \u043f\u0430\u0441\u043f\u043e\u0440\u0442 \u0438\u043b\u0438 \u0438\u043d\u043e\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442.", + "Today": "\u0421\u0435\u0433\u043e\u0434\u043d\u044f", + "Toggle Notifications Setting": "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u0439", + "Tomorrow": "\u0417\u0430\u0432\u0442\u0440\u0430", + "Tools": "\u0418\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u044b", + "Top": "\u0432\u0435\u0440\u0445\u0443\u0448\u043a\u0430", + "Topic": "\u0422\u0435\u043c\u0430", + "Topics": "\u0422\u0435\u043c\u044b", + "Total": "\u0418\u0442\u043e\u0433\u043e", + "Total Number": "\u041e\u0431\u0449\u0435\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e", + "Total Responses": "\u0412\u0441\u0435\u0433\u043e \u043e\u0442\u0432\u0435\u0442\u043e\u0432", + "Training": "\u041e\u0431\u0443\u0447\u0435\u043d\u0438\u0435", + "Transcript Languages": "\u042f\u0437\u044b\u043a\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043e\u0432", + "Transcript will be displayed when you start playing the video.": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u044b \u0431\u0443\u0434\u0443\u0442 \u043f\u043e\u043a\u0430\u0437\u0430\u043d\u044b, \u043a\u043e\u0433\u0434\u0430 \u0432\u044b \u043d\u0430\u0447\u043d\u0451\u0442\u0435 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u044c \u0432\u0438\u0434\u0435\u043e.", + "Transcripts": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u044b", + "Try the transaction again in a few minutes.": "\u041f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437 \u0441\u043e\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u043f\u043b\u0430\u0442\u0451\u0436 \u0447\u0443\u0442\u044c \u043f\u043e\u0437\u0436\u0435.", + "Try this practice exam again": "\u0417\u0430\u043d\u043e\u0432\u043e \u0441\u0434\u0430\u0442\u044c \u043f\u0440\u043e\u0431\u043d\u044b\u0439 \u044d\u043a\u0437\u0430\u043c\u0435\u043d", + "Try using a different browser, such as Google Chrome.": "\u041f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0432\u043e\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0434\u0440\u0443\u0433\u0438\u043c \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u043e\u043c, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, Google Chrome.", + "Turn off transcripts": "\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b", + "Turn on closed captioning": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0431\u043e\u043a\u043e\u0432\u044b\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b", + "Turn on transcripts": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b", + "Type": "\u0422\u0438\u043f", + "Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 URL (\u043d\u0430\u043f\u0440. 'http://example.com/img/clouds.jpg') \u0438\u043b\u0438 \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \u00ab\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0444\u0430\u0439\u043b\u00bb \u0434\u043b\u044f \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u0444\u0430\u0439\u043b\u0430.", + "Type into this box to filter down the list of available %s.": "\u041d\u0430\u0447\u043d\u0438\u0442\u0435 \u0432\u0432\u043e\u0434\u0438\u0442\u044c \u0442\u0435\u043a\u0441\u0442 \u0432 \u044d\u0442\u043e\u043c \u043f\u043e\u043b\u0435, \u0447\u0442\u043e\u0431\u044b \u043e\u0442\u0444\u0438\u0442\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0445 %s.", + "URL": "URL", + "Unable to delete account": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0430\u043a\u043a\u0430\u0443\u043d\u0442", + "Unable to load": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c", + "Unable to submit application": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0437\u0430\u044f\u0432\u043b\u0435\u043d\u0438\u0435", + "Underline": "\u041f\u043e\u0434\u0447\u0451\u0440\u043a\u043d\u0443\u0442\u044b\u0439", + "Undo": "\u041e\u0442\u043c\u0435\u043d\u0430", + "Undo (Ctrl+Z)": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c (Ctrl+Z)", + "Undo Changes": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f", + "Unexpected server error.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430.", + "Ungraded": "\u041d\u0435 \u043e\u0446\u0435\u043d\u0438\u0432\u0430\u0435\u0442\u0441\u044f", + "Ungraded Practice Exam": "\u041d\u0435\u043e\u0446\u0435\u043d\u0438\u0432\u0430\u0435\u043c\u044b\u0439 \u043f\u0440\u043e\u0431\u043d\u044b\u0439 \u044d\u043a\u0437\u0430\u043c\u0435\u043d", + "Unit": "\u0411\u043b\u043e\u043a", + "Unit Access": "\u0414\u043e\u0441\u0442\u0443\u043f \u043a \u0431\u043b\u043e\u043a\u0443", + "Unit Name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0431\u043b\u043e\u043a\u0430", + "Unit Visibility": "\u0412\u0438\u0434\u0438\u043c\u043e\u0441\u0442\u044c \u0431\u043b\u043e\u043a\u0430", + "Units": "\u0411\u043b\u043e\u043a\u0438", + "Unknown": "H\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u0439", + "Unknown username: {user}": "\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e\u0435 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f: {user}", + "Unlink This Account": "\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u044d\u0442\u0443 \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c", + "Unlink your {accountName} account": "\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u0441\u0432\u043e\u044e \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c {accountName}", + "Unlinking": "\u0421\u043d\u044f\u0442\u0438\u0435 \u043f\u0440\u0438\u0432\u044f\u0437\u043a\u0438 \u043a \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438", + "Unmute": "\u0412\u043a\u043b. \u0437\u0432\u0443\u043a", + "Unnamed Option": "\u0412\u0430\u0440\u0438\u0430\u043d\u0442 \u0431\u0435\u0437 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u044f", + "Unpublished changes to content that will release in the future": "\u0412 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b, \u0437\u0430\u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u043a \u0432\u044b\u043f\u0443\u0441\u043a\u0443, \u0432\u043d\u0435\u0441\u0435\u043d\u044b \u043d\u0435\u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f", + "Unpublished changes to live content": "\u0412 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b, \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0435 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f\u043c, \u0432\u043d\u0435\u0441\u0435\u043d\u044b \u043d\u0435\u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f", + "Unpublished units will not be released": "\u041d\u0435\u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0431\u043b\u043e\u043a\u0438 \u043d\u0435 \u0431\u0443\u0434\u0443\u0442 \u0432\u044b\u043f\u0443\u0449\u0435\u043d\u044b", + "Unscheduled": "\u0414\u0430\u0442\u0430 \u0432\u044b\u043f\u0443\u0441\u043a\u0430 \u043d\u0435 \u0437\u0430\u0434\u0430\u043d\u0430", + "Update": "\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c", + "Update team.": "\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u044b", + "Updating Tags": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0442\u0435\u0433\u043e\u0432", + "Updating with latest library content": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0437 \u0430\u043a\u0442\u0443\u0430\u043b\u044c\u043d\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438", + "Upgrade Deadline": "\u0421\u0440\u043e\u043a \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u044f \u043f\u0440\u0438\u0451\u043c\u0430 \u0437\u0430\u044f\u0432\u043e\u043a \u043d\u0430 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438", + "Upgrade to Verified": "\u041f\u043e\u0432\u044b\u0441\u0438\u0442\u044c \u0434\u043e \u0443\u0440\u043e\u0432\u043d\u044f \u00ab\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u044b\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u00bb", + "Upgrade to a Verified Certificate for {courseName}": "\u0417\u0430\u043f\u0438\u0441\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u044b\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u043f\u043e \u043a\u0443\u0440\u0441\u0443 \u00ab{courseName}\u00bb", + "Upload": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c", + "Upload File": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0444\u0430\u0439\u043b", + "Upload File and Assign Students": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0444\u0430\u0439\u043b \u0438 \u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u043e\u0431\u0443\u0447\u0430\u044e\u0449\u0438\u0445\u0441\u044f", + "Upload New .srt Transcript": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043d\u043e\u0432\u044b\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 .srt", + "Upload New File": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043d\u043e\u0432\u044b\u0439 \u0444\u0430\u0439\u043b", + "Upload New Transcript": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043d\u043e\u0432\u044b\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b", + "Upload PDF": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c PDF-\u0444\u0430\u0439\u043b ", + "Upload Photo": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044e", + "Upload Signature Image": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u043f\u043e\u0434\u043f\u0438\u0441\u0438", + "Upload a CSV file": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0444\u0430\u0439\u043b \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 CSV", + "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u0444\u0430\u0439\u043b \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439 \u0444\u043e\u0440\u043c\u0430\u0442\u0430 .csv (\u0442\u0435\u043a\u0441\u0442, \u0440\u0430\u0437\u0434\u0435\u043b\u0451\u043d\u043d\u044b\u0439 \u0437\u0430\u043f\u044f\u0442\u044b\u043c\u0438), \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0438\u043c\u0435\u043d\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u0438\u043b\u0438 \u0430\u0434\u0440\u0435\u0441\u0430 \u0438\u0445 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b. \u0412\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438\u043b\u0438 \u0430\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b \u0432 \u043f\u0435\u0440\u0432\u043e\u0435 \u043f\u043e\u043b\u0435. \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u0435\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u043f\u043e\u044f\u0441\u043d\u0435\u043d\u0438\u0435 \u0441 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435\u043c \u043f\u0440\u0438\u0447\u0438\u043d\u044b \u0434\u043b\u044f \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f \u0432\u043e \u0432\u0442\u043e\u0440\u043e\u0435 \u043f\u043e\u043b\u0435 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u043f\u044f\u0442\u043e\u0439.", + "Upload an image": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435", + "Upload an image or capture one with your web or phone camera.": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0438\u043b\u0438 \u0441\u0434\u0435\u043b\u0430\u0439\u0442\u0435 \u0444\u043e\u0442\u043e \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u0432\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u044b \u0438\u043b\u0438 \u0441\u043c\u0430\u0440\u0442\u0444\u043e\u043d\u0430.", + "Upload completed": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0430", + "Upload completed for video {fileName}": "\u0417\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0430 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0432\u0438\u0434\u0435\u043e {fileName}", + "Upload failed": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043d\u0435 \u0443\u0434\u0430\u043b\u0430\u0441\u044c", + "Upload failed for video {fileName}": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0432\u0438\u0434\u0435\u043e {fileName}", + "Upload instructor image.": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0442\u043e\u0440\u0430", + "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "\u0418\u0434\u0451\u0442 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0430. \u0427\u0442\u043e\u0431\u044b \u0438\u0437\u0431\u0435\u0436\u0430\u0442\u044c \u043e\u0448\u0438\u0431\u043e\u043a, \u043d\u0435 \u0437\u0430\u043a\u0440\u044b\u0432\u0430\u0439\u0442\u0435 \u044d\u0442\u0443 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0434\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438.", + "Upload signature image.": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u043f\u043e\u0434\u043f\u0438\u0441\u0438.", + "Upload your banner image.": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430", + "Upload your course image.": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u043a\u0443\u0440\u0441\u0430.", + "Upload your first asset": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u0432\u0430\u0448\u0438 \u043f\u0435\u0440\u0432\u044b\u0435 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b.", + "Upload your video thumbnail image.": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u043c\u0438\u043d\u0438\u0430\u0442\u044e\u0440\u0443 \u0432\u0438\u0434\u0435\u043e.", + "Uploaded file issues. Click on \"+\" to view.": "\u0412 \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u043d\u043e\u043c \u0444\u0430\u0439\u043b\u0435 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u044b \u043e\u0448\u0438\u0431\u043a\u0438. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u00ab+\u00bb \u0434\u043b\u044f \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430.", + "Uploading": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430", + "Upper Alpha": "\u0432\u044b\u0448\u0435 \u0430\u043b\u044c\u0444\u0430", + "Upper Roman": "\u0432\u044b\u0448\u0435 \u0440\u0438\u043c\u0441\u043a\u0438\u0439", + "Upset Learner": "\u041d\u0435\u0434\u043e\u0432\u043e\u043b\u044c\u043d\u044b\u0439 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044c", + "Url": "URL", + "Use Current Transcript": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b", + "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.": "\u041d\u0430\u0437\u043d\u0430\u0447\u044c\u0442\u0435 \u043f\u0440\u043e\u0431\u043d\u044b\u0439 \u044d\u043a\u0437\u0430\u043c\u0435\u043d \u043f\u043e\u0434 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u0435\u043c \u0434\u043b\u044f \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u043e\u0437\u043d\u0430\u043a\u043e\u043c\u0438\u0442\u044c \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u0441 \u043c\u0435\u0442\u043e\u0434\u0430\u043c\u0438 \u0438 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430\u043c\u0438 \u043f\u0440\u043e\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u044f \u044d\u0442\u043e\u0433\u043e \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u044f. \u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043f\u0440\u043e\u0431\u043d\u043e\u0433\u043e \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430 \u043d\u0435 \u0443\u0447\u0438\u0442\u044b\u0432\u0430\u044e\u0442\u0441\u044f \u043f\u0440\u0438 \u0438\u0442\u043e\u0433\u043e\u0432\u043e\u0439 \u043e\u0446\u0435\u043d\u043a\u0435.", + "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u043d\u044b\u0435 \u0432\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u044f, \u0447\u0442\u043e\u0431\u044b \u0443\u043a\u0430\u0437\u0430\u0442\u044c \u0432\u0440\u0435\u043c\u044f, \u043e\u0442\u0432\u043e\u0434\u0438\u043c\u043e\u0435 \u043d\u0430 \u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u0437\u0430\u0434\u0430\u0447 \u044d\u0442\u043e\u0433\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b\u0430. \u0412 \u043f\u0430\u043d\u0435\u043b\u0438 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u043c \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f\u043c \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f, \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u044d\u043a\u0437\u0430\u043c\u0435\u043d.", + "Use as a Prerequisite": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043a\u0430\u043a \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u0435", + "Use bookmarks to help you easily return to courseware pages. To bookmark a page, click \"Bookmark this page\" under the page title.": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u0437\u0430\u043a\u043b\u0430\u0434\u043a\u0438 \u0434\u043b\u044f \u0431\u044b\u0441\u0442\u0440\u043e\u0433\u043e \u0432\u043e\u0437\u0432\u0440\u0430\u0442\u0430 \u043a \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u043c \u043a\u0443\u0440\u0441\u0430. \u0414\u043b\u044f \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0437\u0430\u043a\u043b\u0430\u0434\u043a\u0438 \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u00ab\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0432 \u043c\u043e\u0438 \u0437\u0430\u043a\u043b\u0430\u0434\u043a\u0438\u00bb \u043f\u043e\u0434 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u043e\u043c \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b.", + "Use cohorts as the basis for dividing discussions. All learners, regardless of cohort, see the same discussion topics, but within divided topics, only members of the same cohort see and respond to each others\u2019 posts. ": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u044b \u0434\u043b\u044f \u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u0438\u044f \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u0439. \u0412\u0441\u0435 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438, \u0432\u043d\u0435 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0438 \u043e\u0442 \u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044f \u043f\u043e \u0433\u0440\u0443\u043f\u043f\u0430\u043c, \u0432\u0438\u0434\u044f\u0442 \u043e\u0434\u043d\u0438 \u0438 \u0442\u0435 \u0436\u0435 \u0442\u0435\u043c\u044b \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u0439, \u043d\u043e \u0432\u043d\u0443\u0442\u0440\u0438 \u0442\u0435\u043c \u0442\u043e\u043b\u044c\u043a\u043e \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438 \u043e\u0434\u043d\u043e\u0439 \u0433\u0440\u0443\u043f\u043f\u044b \u043c\u043e\u0433\u0443\u0442 \u043f\u0440\u043e\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0442\u044c \u0438 \u043e\u0442\u0432\u0435\u0447\u0430\u0442\u044c \u043d\u0430 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f.", + "Use enrollment tracks as the basis for dividing discussions. All learners, regardless of their enrollment track, see the same discussion topics, but within divided topics, only learners who are in the same enrollment track see and respond to each others\u2019 posts.": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0440\u0435\u0436\u0438\u043c \u0437\u0430\u043f\u0438\u0441\u0438 \u0434\u043b\u044f \u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u0438\u044f \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u0439. \u0412\u0441\u0435 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438, \u0432\u043d\u0435 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0438 \u043e\u0442 \u0440\u0435\u0436\u0438\u043c\u0430 \u0437\u0430\u043f\u0438\u0441\u0438, \u0432\u0438\u0434\u044f\u0442 \u043e\u0434\u043d\u0438 \u0438 \u0442\u0435 \u0436\u0435 \u0442\u0435\u043c\u044b \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u0439, \u043d\u043e \u0432\u043d\u0443\u0442\u0440\u0438 \u0442\u0435\u043c \u0442\u043e\u043b\u044c\u043a\u043e \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438 \u0441 \u043e\u0434\u0438\u043d\u0430\u043a\u043e\u0432\u044b\u043c \u0440\u0435\u0436\u0438\u043c\u043e\u043c \u0437\u0430\u043f\u0438\u0441\u0438 \u043c\u043e\u0433\u0443\u0442 \u043f\u0440\u043e\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0442\u044c \u0438 \u043e\u0442\u0432\u0435\u0447\u0430\u0442\u044c \u043d\u0430 \u0447\u0443\u0436\u0438\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f.", + "Use my institution/campus credentials": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043c\u043e\u0439 \u043b\u043e\u0433\u0438\u043d \u0438 \u043f\u0430\u0440\u043e\u043b\u044c", + "Use the All Topics menu to find specific topics.": "\u0427\u0442\u043e\u0431\u044b \u043d\u0430\u0439\u0442\u0438 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u0443\u044e \u0442\u0435\u043c\u0443, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043c\u0435\u043d\u044e \u00ab\u0412\u0441\u0435 \u0442\u0435\u043c\u044b\u00bb.", + "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "\u041f\u043e\u043b\u044c\u0437\u0443\u044f\u0441\u044c \u0432\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u043e\u0439, \u0441\u0434\u0435\u043b\u0430\u0439\u0442\u0435 \u0441\u043d\u0438\u043c\u043e\u043a \u0441\u0432\u043e\u0435\u0433\u043e \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u044f \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438. \u041c\u044b \u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u0438\u043c \u044d\u0442\u043e\u0442 \u0441\u043d\u0438\u043c\u043e\u043a \u0441\u043e \u0441\u043d\u0438\u043c\u043a\u043e\u043c \u0432\u0430\u0448\u0435\u0433\u043e \u043b\u0438\u0446\u0430 \u0438 \u0438\u043c\u0435\u043d\u0435\u043c \u0432 \u0432\u0430\u0448\u0435\u0439 \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438.", + "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "\u041f\u043e\u043b\u044c\u0437\u0443\u044f\u0441\u044c \u0432\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u043e\u0439, \u0441\u0434\u0435\u043b\u0430\u0439\u0442\u0435 \u0441\u043d\u0438\u043c\u043e\u043a \u0441\u0432\u043e\u0435\u0433\u043e \u043b\u0438\u0446\u0430. \u041c\u044b \u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u0438\u043c \u044d\u0442\u043e\u0442 \u0441\u043d\u0438\u043c\u043e\u043a \u0441 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439 \u0432 \u0432\u0430\u0448\u0435\u043c \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u0438 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438.", + "Used": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u043e", + "User Email": "\u0410\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f", + "Username": "\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f", + "Username or email address": "\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438\u043b\u0438 \u0430\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b", + "Users must create and activate their account before they can be promoted to beta tester.": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0438 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0432\u043e\u0438 \u0443\u0447\u0451\u0442\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0435\u0440\u0435\u0434 \u0442\u0435\u043c, \u043a\u0430\u043a \u0438\u0445 \u043c\u043e\u0436\u043d\u043e \u0431\u0443\u0434\u0435\u0442 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0435\u0440\u043e\u0432.", + "V Align": "\u0412\u044b\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u043d\u0438\u0435 \u043f\u043e \u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u0438", + "Valid": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b", + "Validation Error": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438", + "Validation Error While Saving": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f \u043f\u0440\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0438", + "Verification Checkpoint": "\u041a\u043e\u043d\u0442\u0440\u043e\u043b\u044c\u043d\u043e\u0435 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438", + "Verification Deadline": "\u0421\u0440\u043e\u043a \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f", + "Verification checkpoint to be completed": "\u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u0440\u043e\u0439\u0442\u0438 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u044c\u043d\u043e\u0435 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438", + "Verified": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u044b\u0435", + "Verified Certificate": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u044b\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442", + "Verified Certificate for {courseName}": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u044b\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 {courseName}", + "Verified Certificate upgrade": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u043e\u0433\u043e \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430", + "Verified Status": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441", + "Verified mode price": "\u0421\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u043e\u0433\u043e \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430", + "Verify Now": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c", + "Vertical space": "\u041e\u0442\u0441\u0442\u0443\u043f \u043f\u043e \u0432\u044b\u0441\u043e\u0442\u0435", + "Very loud": "\u041e\u0447\u0435\u043d\u044c \u0433\u0440\u043e\u043c\u043a\u043e", + "Very low": "\u041e\u0447\u0435\u043d\u044c \u0442\u0438\u0445\u043e", + "Video Capture Error": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0437\u0430\u043f\u0438\u0441\u0438 \u0432\u0438\u0434\u0435\u043e", + "Video ID": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0432\u0438\u0434\u0435\u043e", + "Video ended": "\u041a\u043e\u043d\u0435\u0446 \u0432\u0438\u0434\u0435\u043e", + "Video position": "\u041f\u043e\u0437\u0438\u0446\u0438\u044f \u0432\u0438\u0434\u0435\u043e", + "Video position. Press space to toggle playback": "\u0418\u043d\u0434\u0438\u043a\u0430\u0442\u043e\u0440 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u0432\u0438\u0434\u0435\u043e. \u0414\u043b\u044f \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0438\u043b\u0438 \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0435\u043d\u0438\u044f \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u043f\u0440\u043e\u0431\u0435\u043b", + "Video speed: ": "\u0421\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u0432\u0438\u0434\u0435\u043e:", + "Video transcript": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u044b \u043a \u0432\u0438\u0434\u0435\u043e", + "View": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c", + "View Archived Course": "\u041f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u043a\u0443\u0440\u0441 \u0438\u0437 \u0430\u0440\u0445\u0438\u0432\u0430", + "View Cohort": "\u041f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u0443", + "View Course": "\u041f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u043a\u0443\u0440\u0441", + "View Live": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u043a\u0443\u0440\u0441\u0430", + "View all errors": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0432\u0441\u0435 \u043e\u0448\u0438\u0431\u043a\u0438", + "View child items": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0434\u043e\u0447\u0435\u0440\u043d\u0438\u0445 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432", + "View my exam": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u044d\u043a\u0437\u0430\u043c\u0435\u043d", "Viewing %s course": [ - "\u041d\u0430\u0439\u0434\u0435\u043d %s \u043a\u0443\u0440\u0441", - "\u041d\u0430\u0439\u0434\u0435\u043d\u043e %s \u043a\u0443\u0440\u0441\u0430", - "\u041d\u0430\u0439\u0434\u0435\u043d\u043e %s \u043a\u0443\u0440\u0441\u043e\u0432", + "\u041d\u0430\u0439\u0434\u0435\u043d %s \u043a\u0443\u0440\u0441", + "\u041d\u0430\u0439\u0434\u0435\u043d\u043e %s \u043a\u0443\u0440\u0441\u0430", + "\u041d\u0430\u0439\u0434\u0435\u043d\u043e %s \u043a\u0443\u0440\u0441\u043e\u0432", "\u041d\u0430\u0439\u0434\u0435\u043d\u043e %s \u043a\u0443\u0440\u0441\u043e\u0432" - ], - "Visibility": "\u0412\u0438\u0434\u0438\u043c\u043e\u0441\u0442\u044c", - "Visible to Staff Only": "\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u043e \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u043e\u0432", - "Visual aids": "\u041d\u0430\u0433\u043b\u044f\u0434\u043d\u044b\u0435 \u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0438", - "Volume": "\u0413\u0440\u043e\u043c\u043a\u043e\u0441\u0442\u044c", - "Vote for good posts and responses": "\u0413\u043e\u043b\u043e\u0441\u0443\u0439\u0442\u0435 \u0437\u0430 \u0445\u043e\u0440\u043e\u0448\u0438\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u0438 \u043e\u0442\u0432\u0435\u0442\u044b", - "Waiting": "\u041e\u0436\u0438\u0434\u0430\u043d\u0438\u0435", - "Want to confirm your identity later?": "\u0425\u043e\u0442\u0438\u0442\u0435 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u0437\u0436\u0435?", - "Warning": "\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435", - "Warnings": "\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u044f", - "We ask you to activate your account to ensure it is really you creating the account and to prevent fraud.": "\u0412\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0432\u043e\u044e \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u0435\u0434\u043e\u0442\u0432\u0440\u0430\u0442\u0438\u0442\u044c \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u0444\u0430\u043b\u044c\u0448\u0438\u0432\u044b\u0445 \u0443\u0447\u0451\u0442\u043d\u044b\u0445 \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u043e\u0442 \u0432\u0430\u0448\u0435\u0433\u043e \u0438\u043c\u0435\u043d\u0438.", - "We couldn't create your account.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c.", - "We couldn't find any results for \"%s\".": "\u041d\u0435\u0442 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u0434\u043b\u044f \u00ab%s\u00bb.", - "We couldn't sign you in.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0432\u043e\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0443.", - "We have encountered an error. Refresh your browser and then try again.": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u0441\u0432\u043e\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", - "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "\u041c\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u043b\u0438 \u0432\u0430\u0448\u0438 \u0434\u0430\u043d\u043d\u044b\u0435 \u0438 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0430\u0435\u043c \u0438\u0445 \u0432 \u0431\u043b\u0438\u0436\u0430\u0439\u0448\u0435\u0435 \u0432\u0440\u0435\u043c\u044f (1-2 \u0434\u043d\u044f). \u041a\u0430\u043a \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u043d\u0438 \u0431\u0443\u0434\u0443\u0442 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u044b, \u043d\u0430 \u0432\u0430\u0448\u0435\u0439 \u043f\u0430\u043d\u0435\u043b\u0438 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u043e\u044f\u0432\u0438\u0442\u0441\u044f \u043e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u0435. \u041e\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435, \u0447\u0442\u043e \u0434\u043e \u044d\u0442\u043e\u0433\u043e \u043c\u043e\u043c\u0435\u043d\u0442\u0430 \u0432\u0430\u043c \u0431\u0443\u0434\u0443\u0442 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b \u0432\u0441\u0435 \u0443\u0447\u0435\u0431\u043d\u044b\u0435 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b.", - "We just need a little more information before you start learning with %(platformName)s.": "\u041f\u0435\u0440\u0435\u0434 \u043d\u0430\u0447\u0430\u043b\u043e\u043c \u043e\u0431\u0443\u0447\u0435\u043d\u0438\u044f \u043d\u0430 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435 \u00ab%(platformName)s\u00bb \u0443\u043a\u0430\u0436\u0438\u0442\u0435 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435.", - "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "\u041c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c \u0441\u0430\u043c\u044b\u0439 \u0432\u044b\u0441\u043e\u043a\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u0437\u0430\u0449\u0438\u0449\u0451\u043d\u043d\u043e\u0441\u0442\u0438 \u0434\u043b\u044f \u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u0444\u043e\u0442\u043e \u0438 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u0435\u0433\u043e \u043d\u0430 \u043d\u0430\u0448 \u0441\u0435\u0440\u0432\u0438\u0441 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u0438. \u0412\u0430\u0448\u0430 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044f \u0438 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043d\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u044f\u0435\u0442\u0441\u044f \u0438 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043d\u0438\u0433\u0434\u0435 \u043d\u0430 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435 \u00ab%(platformName)s\u00bb \u043f\u043e\u0441\u043b\u0435 \u0442\u043e\u0433\u043e, \u043a\u0430\u043a \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u0432\u0435\u0440\u0448\u0451\u043d.", - "We've encountered an error. Refresh your browser and then try again.": "\u0412\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u0441\u0432\u043e\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", - "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "\u041c\u044b \u0432\u044b\u0441\u043b\u0430\u043b\u0438 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043d\u0430 {new_email_address}. \u041f\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043f\u043e \u0441\u0441\u044b\u043b\u043a\u0435 \u0432 \u043f\u0438\u0441\u044c\u043c\u0435, \u0447\u0442\u043e\u0431\u044b \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0432\u0430\u0448 \u0430\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b.", - "We've sent a message to {email}. Click the link in the message to reset your password. Didn't receive the message? Contact {anchorStart}technical support{anchorEnd}.": "\u042d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0441 \u0443\u043a\u0430\u0437\u0430\u043d\u0438\u044f\u043c\u0438 \u043f\u043e \u0441\u043c\u0435\u043d\u0435 \u043f\u0430\u0440\u043e\u043b\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e \u043d\u0430 \u0430\u0434\u0440\u0435\u0441 {email}. \u0427\u0442\u043e\u0431\u044b \u0441\u0431\u0440\u043e\u0441\u0438\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c, \u043f\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043f\u043e \u0441\u0441\u044b\u043b\u043a\u0435 \u0432 \u043f\u0438\u0441\u044c\u043c\u0435. \u0415\u0441\u043b\u0438 \u0432\u044b \u043d\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u043b\u0438 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435, {anchorStart}\u0441\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u043a\u043e\u043c\u0430\u043d\u0434\u043e\u0439 \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438{anchorEnd}.", - "Web:": "\u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442:", - "Webcam": "\u0412\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u0430", - "Weight of Total Grade": "\u0412\u0435\u0441 \u0438\u0442\u043e\u0433\u043e\u0432\u043e\u0439 \u043e\u0446\u0435\u043d\u043a\u0438", - "What You Need for Verification": "\u0427\u0442\u043e \u043d\u0443\u0436\u043d\u043e \u0434\u043b\u044f \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438", - "What does %(platformName)s do with this photo?": "\u0414\u043b\u044f \u0447\u0435\u0433\u043e %(platformName)s \u043d\u0443\u0436\u0435\u043d \u044d\u0442\u043e\u0442 \u0441\u043d\u0438\u043c\u043e\u043a?", - "What does this mean?": "\u0427\u0442\u043e \u044d\u0442\u043e \u0437\u043d\u0430\u0447\u0438\u0442?", - "What's Your Next Accomplishment?": "\u041a\u0430\u043a\u0438\u043c \u0431\u0443\u0434\u0435\u0442 \u0432\u0430\u0448\u0435 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435 \u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u0435?", - "When learners submit an answer to an assessment, they immediately see whether the answer is correct or incorrect, and the score received.": "\u041a\u043e\u0433\u0434\u0430 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u044e\u0442 \u043e\u0442\u0432\u0435\u0442 \u043d\u0430 \u0437\u0430\u0434\u0430\u043d\u0438\u0435, \u043e\u043d\u0438 \u0441\u0440\u0430\u0437\u0443 \u0436\u0435 \u0432\u0438\u0434\u044f\u0442, \u0432\u0435\u0440\u0435\u043d \u043b\u0438 \u0438\u0445 \u043e\u0442\u0432\u0435\u0442, \u0438 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u044b\u0435 \u0431\u0430\u043b\u043b\u044b.", - "When your face is in position, use the camera button {icon} below to take your photo.": "\u041a\u043e\u0433\u0434\u0430 \u0431\u0443\u0434\u0435\u0442\u0435 \u0433\u043e\u0442\u043e\u0432\u044b, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \u0441 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043c \u043a\u0430\u043c\u0435\u0440\u044b {icon}, \u0447\u0442\u043e\u0431\u044b \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0441\u043d\u0438\u043c\u043e\u043a.", - "Which timed transcript would you like to use?": "\u041a\u0430\u043a\u0438\u0435 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u043f\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c?", - "Whole words": "\u0421\u043b\u043e\u0432\u0430 \u0446\u0435\u043b\u0438\u043a\u043e\u043c", - "Why activate?": "\u0417\u0430\u0447\u0435\u043c \u043d\u0443\u0436\u043d\u0430 \u0430\u043a\u0442\u0438\u0432\u0430\u0446\u0438\u044f?", - "Why does %(platformName)s need my photo?": "\u0417\u0430\u0447\u0435\u043c %(platformName)s \u043d\u0443\u0436\u043d\u0430 \u043c\u043e\u044f \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044f?", - "Width": "\u0428\u0438\u0440\u0438\u043d\u0430", - "Will Be Visible To:": "\u0414\u043e\u0441\u0442\u0443\u043f\u0435\u043d:", - "Words: {0}": "\u0421\u043b\u043e\u0432\u0430: {0}", - "Would you like to sign in using your %(providerName)s credentials?": "\u0412\u043e\u0439\u0442\u0438 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u043b\u043e\u0433\u0438\u043d\u0430 \u0438 \u043f\u0430\u0440\u043e\u043b\u044f %(providerName)s?", - "Year of Birth": "\u0413\u043e\u0434 \u0440\u043e\u0436\u0434\u0435\u043d\u0438\u044f", - "Yes, allow edits to the active Certificate": "\u0414\u0430, \u0440\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0433\u043e \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430", - "Yes, replace the edX transcript with the YouTube transcript": "\u0414\u0430, \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b \u0432 edX \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0430\u043c\u0438 \u0441 YouTube", - "Yesterday": "\u0412\u0447\u0435\u0440\u0430", - "You already belong to another team.": "\u0412\u044b \u0443\u0436\u0435 \u043f\u0440\u0438\u043d\u0430\u0434\u043b\u0435\u0436\u0438\u0442\u0435 \u043a \u0434\u0440\u0443\u0433\u043e\u0439 \u043a\u043e\u043c\u0430\u043d\u0434\u0435.", - "You are a member of this team.": "\u0412\u044b \u0447\u043b\u0435\u043d \u044d\u0442\u043e\u0439 \u043a\u043e\u043c\u0430\u043d\u0434\u044b.", - "You are currently sharing a limited profile.": "\u0421\u0435\u0439\u0447\u0430\u0441 \u0441\u043e\u043a\u0443\u0440\u0441\u043d\u0438\u043a\u0430\u043c \u0440\u0430\u0437\u0440\u0435\u0448\u0451\u043d \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u043d\u044b\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u0432\u0430\u0448\u0435\u043c\u0443 \u043f\u0440\u043e\u0444\u0438\u043b\u044e.", - "You are enrolling in: {courseName}": "\u0412\u044b \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0443\u0435\u0442\u0435\u0441\u044c \u043d\u0430 \u043a\u0443\u0440\u0441: {courseName}", - "You are not currently a member of any team.": "\u0412 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0438\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 \u0432\u044b \u043d\u0435 \u0432\u0445\u043e\u0434\u0438\u0442\u0435 \u0432 \u0441\u043e\u0441\u0442\u0430\u0432 \u043d\u0438 \u043e\u0434\u043d\u043e\u0439 \u043a\u043e\u043c\u0430\u043d\u0434\u044b.", - "You are not enrolled in any programs yet.": "\u0412\u044b \u0435\u0449\u0451 \u043d\u0435 \u0437\u0430\u0447\u0438\u0441\u043b\u0435\u043d\u044b \u043d\u0438 \u043d\u0430 \u043e\u0434\u043d\u0443 \u0438\u0437 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c.", - "You are now enrolled as a verified student for:": "\u0412\u044b \u0437\u0430\u0447\u0438\u0441\u043b\u0435\u043d\u044b \u043d\u0430 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043a\u0443\u0440\u0441\u044b:", - "You are sending an email message with the subject {subject} to the following recipients.": "\u0412\u044b \u0441\u043e\u0431\u0438\u0440\u0430\u0435\u0442\u0435\u0441\u044c \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0441 \u0442\u0435\u043c\u043e\u0439 {subject} \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u043c \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f\u043c. ", - "You are upgrading your enrollment for: {courseName}": "\u0412\u044b \u0438\u0437\u043c\u0435\u043d\u044f\u0435\u0442\u0435 \u0441\u0442\u0430\u0442\u0443\u0441 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u043d\u0430 \u043a\u0443\u0440\u0441\u0435: {courseName}", - "You can also retry this practice exam": "\u0422\u0430\u043a\u0436\u0435 \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0435\u0440\u0435\u0441\u0434\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u043f\u0440\u043e\u0431\u043d\u044b\u0439 \u044d\u043a\u0437\u0430\u043c\u0435\u043d", - "You can link your social media accounts to simplify signing in to {platform_name}.": "\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0441\u0432\u043e\u0438 \u0443\u0447\u0451\u0442\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u0432 \u0441\u043e\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0445 \u0441\u0435\u0442\u044f\u0445 \u0434\u043b\u044f \u0443\u043f\u0440\u043e\u0449\u0435\u043d\u0438\u044f \u0432\u0445\u043e\u0434\u0430 \u043d\u0430 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0443 \u00ab{platform_name}\u00bb.", - "You can now enter your payment information and complete your enrollment.": "\u0422\u0435\u043f\u0435\u0440\u044c \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0432\u0435\u0441\u0442\u0438 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u043f\u043b\u0430\u0442\u0435\u0436\u0435 \u0438 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044e.", - "You can pay now even if you don't have the following items available, but you will need to have these by {date} to qualify to earn a Verified Certificate.": "\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u043f\u043b\u0430\u0442\u0438\u0442\u044c \u0441\u0435\u0439\u0447\u0430\u0441, \u0434\u0430\u0436\u0435 \u0435\u0441\u043b\u0438 \u0432\u044b \u043d\u0435 \u0437\u0430\u043a\u043e\u043d\u0447\u0438\u043b\u0438 \u0432\u0441\u0435 \u0448\u0430\u0433\u0438. \u041d\u043e \u0432\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0431\u0443\u0434\u0435\u0442\u0435 \u0438\u0445 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u043d\u0435 \u043f\u043e\u0437\u0434\u043d\u0435\u0435 {date} , \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u044b\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442.", - "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u043f\u043b\u0430\u0442\u0438\u0442\u044c \u043e\u0431\u0443\u0447\u0435\u043d\u0438\u0435 \u0441\u0435\u0439\u0447\u0430\u0441, \u0434\u0430\u0436\u0435 \u0435\u0441\u043b\u0438 \u0432\u044b \u043d\u0435 \u0437\u0430\u043a\u043e\u043d\u0447\u0438\u043b\u0438 \u0432\u0441\u0435 \u0448\u0430\u0433\u0438. \u041d\u043e \u0432\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0431\u0443\u0434\u0435\u0442\u0435 \u0438\u0445 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u044b\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442.", - "You can remove members from this team, especially if they have not participated in the team's activity.": "\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0447\u043b\u0435\u043d\u043e\u0432 \u043a\u043e\u043c\u0430\u043d\u0434\u044b, \u043e\u0441\u043e\u0431\u0435\u043d\u043d\u043e \u0435\u0441\u043b\u0438 \u043e\u043d\u0438 \u043d\u0435 \u0443\u0447\u0430\u0441\u0442\u0432\u043e\u0432\u0430\u043b\u0438 \u0432 \u0440\u0430\u0431\u043e\u0442\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u044b.", - "You can upload files with these file types: ": "\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0444\u0430\u0439\u043b\u044b \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0445 \u0442\u0438\u043f\u043e\u0432:", - "You can use your {accountName} account to sign in to your {platformName} account.": "\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u043e\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0441\u0432\u043e\u0435\u0439 \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u044c\u044e {accountName}, \u0447\u0442\u043e\u0431\u044b \u0432\u043e\u0439\u0442\u0438 \u043d\u0430 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0443 \u00ab{platformName}\u00bb. ", - "You cannot view the course as a student or beta tester before the course release date.": "\u0412\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0440\u043e\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0442\u044c \u043a\u0443\u0440\u0441 \u0432 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f \u0438\u043b\u0438 \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0435\u0440\u0430 \u0434\u043e \u0434\u0430\u0442\u044b \u0432\u044b\u043f\u0443\u0441\u043a\u0430.", - "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "\u0412\u044b \u0438\u0437\u043c\u0435\u043d\u0438\u043b\u0438 URL \u0432\u0438\u0434\u0435\u043e, \u043d\u043e \u043d\u0435 \u043f\u043e\u043c\u0435\u043d\u044f\u043b\u0438 \u0444\u0430\u0439\u043b \u0441 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u043d\u044b\u043c\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0430\u043c\u0438. \u0412\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0442\u0435\u043a\u0443\u0449\u0438\u0439 \u0444\u0430\u0439\u043b \u0438\u043b\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043d\u043e\u0432\u044b\u0439 srt-\u0444\u0430\u0439\u043b \u0441 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0430\u043c\u0438?", - "You commented...": "\u0412\u044b \u043f\u0440\u043e\u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0438\u0440\u043e\u0432\u0430\u043b\u0438...", - "You could not be subscribed to this post. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043f\u0438\u0441\u0430\u0442\u044c \u0432\u0430\u0441 \u043d\u0430 \u044d\u0442\u0443 \u0442\u0435\u043c\u0443 \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u0439. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", - "You could not be unsubscribed from this post. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u043f\u043e\u0434\u043f\u0438\u0441\u043a\u0443 \u043d\u0430 \u044d\u0442\u0443 \u0442\u0435\u043c\u0443 \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u0439. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", - "You currently have no cohorts configured": "\u0423 \u0432\u0430\u0441 \u043f\u043e\u043a\u0430 \u043d\u0435\u0442 \u0433\u0440\u0443\u043f\u043f", - "You did not select a content group": "\u0412\u044b \u043d\u0435 \u0432\u044b\u0431\u0440\u0430\u043b\u0438 \u0433\u0440\u0443\u043f\u043f\u0443 \u043f\u043e \u0438\u0437\u0443\u0447\u0430\u0435\u043c\u043e\u043c\u0443 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0443", - "You did not select any files to submit.": "\u0412\u044b \u043d\u0435 \u0432\u044b\u0431\u0440\u0430\u043b\u0438 \u043d\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u0444\u0430\u0439\u043b\u0430 \u0434\u043b\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438.", - "You did not submit the required files: {requiredFiles}.": "\u0412\u044b \u043d\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u043b\u0438 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b\u0435 \u0444\u0430\u0439\u043b\u044b: {requiredFiles}.", - "You don't seem to have Flash installed. Get Flash to continue your verification.": "\u041a\u0430\u0436\u0435\u0442\u0441\u044f, \u0443 \u0432\u0430\u0441 \u043d\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d Flash Player. \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435 Flash, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c \u0432\u0430\u0448\u0443 \u0432\u0435\u0440\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044e.", - "You don't seem to have a webcam connected.": "\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e, \u043d\u0435 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0430 \u0432\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u0430.", - "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "\u0412\u044b \u0434\u043e\u0431\u0430\u0432\u0438\u043b\u0438 \u043d\u043e\u0432\u044b\u0439 \u043a\u0440\u0438\u0442\u0435\u0440\u0438\u0439. \u0412\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0432\u044b\u0431\u0440\u0430\u0442\u044c \u043f\u043e\u0434\u0445\u043e\u0434\u044f\u0449\u0438\u0435 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u044b \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043a\u0440\u0438\u0442\u0435\u0440\u0438\u044f \u0434\u043b\u044f \u043f\u0440\u0438\u043c\u0435\u0440\u043e\u0432 \u043d\u0430 \u0448\u0430\u0433\u0435 \u043e\u0431\u0443\u0447\u0435\u043d\u0438\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439. \u0414\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u043f\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u0432\u043e \u0432\u043a\u043b\u0430\u0434\u043a\u0443 \u00ab\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u00bb.", - "You have already verified your ID!": "\u0412\u044b \u0443\u0436\u0435 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u043b\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442, \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u044f\u044e\u0449\u0438\u0439 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u044c.", - "You have been logged out of your edX account. Click Okay to log in again now. Click Cancel to stay on this page (you must log in again to save your work).": "\u0412\u044b \u0432\u044b\u0448\u043b\u0438 \u0438\u0437 \u0441\u0432\u043e\u0435\u0439 \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u00abOK\u00bb, \u0447\u0442\u043e\u0431\u044b \u0432\u043e\u0439\u0442\u0438 \u0437\u0430\u043d\u043e\u0432\u043e. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u00ab\u041e\u0442\u043c\u0435\u043d\u0430\u00bb, \u0447\u0442\u043e\u0431\u044b \u043e\u0441\u0442\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u044d\u0442\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435 (\u0434\u043b\u044f \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u0441\u0432\u043e\u0435\u0439 \u0440\u0430\u0431\u043e\u0442\u044b \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0432\u043e\u0439\u0442\u0438 \u0437\u0430\u043d\u043e\u0432\u043e). ", - "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "\u0412\u044b \u0443\u0434\u0430\u043b\u0438\u043b\u0438 \u043a\u0440\u0438\u0442\u0435\u0440\u0438\u0439. \u041e\u043d \u0431\u044b\u043b \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0443\u0434\u0430\u043b\u0451\u043d \u0438\u0437 \u043f\u0440\u0438\u043c\u0435\u0440\u043e\u0432 \u043e\u0442\u0432\u0435\u0442\u043e\u0432 \u043d\u0430 \u0448\u0430\u0433\u0435 \u043e\u0431\u0443\u0447\u0435\u043d\u0438\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439.", - "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "\u0412\u044b \u0443\u0434\u0430\u043b\u0438\u043b\u0438 \u0432\u0441\u0435 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u044b \u043e\u0442\u0432\u0435\u0442\u043e\u0432 \u0434\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u043a\u0440\u0438\u0442\u0435\u0440\u0438\u044f. \u041a\u0440\u0438\u0442\u0435\u0440\u0438\u0439 \u0431\u044b\u043b \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0443\u0434\u0430\u043b\u0451\u043d \u0434\u043b\u044f \u0432\u0441\u0435\u0445 \u043f\u0440\u0438\u043c\u0435\u0440\u043e\u0432 \u043d\u0430 \u0448\u0430\u0433\u0435 \u043e\u0431\u0443\u0447\u0435\u043d\u0438\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439.", - "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "\u0412\u044b \u0443\u0434\u0430\u043b\u0438\u043b\u0438 \u0432\u0430\u0440\u0438\u0430\u043d\u0442 \u043e\u0442\u0432\u0435\u0442\u0430. \u041e\u043d \u0442\u0430\u043a\u0436\u0435 \u0431\u044b\u043b \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0443\u0434\u0430\u043b\u0451\u043d \u0438\u0437 \u043a\u0440\u0438\u0442\u0435\u0440\u0438\u044f \u0434\u043b\u044f \u043f\u0440\u0438\u043c\u0435\u0440\u043e\u0432 \u043e\u0442\u0432\u0435\u0442\u043e\u0432 \u043d\u0430 \u0448\u0430\u0433\u0435 \u043e\u0431\u0443\u0447\u0435\u043d\u0438\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439. \u0412\u0430\u043c \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u043d\u0430\u0434\u043e\u0431\u0438\u0442\u044c\u0441\u044f \u0432\u044b\u0431\u0440\u0430\u0442\u044c \u043d\u043e\u0432\u044b\u0439 \u0432\u0430\u0440\u0438\u0430\u043d\u0442 \u043e\u0442\u0432\u0435\u0442\u0430 \u0434\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u043a\u0440\u0438\u0442\u0435\u0440\u0438\u044f.", - "You have done a dry run of force publishing the course. Nothing has changed. Had you run it, the following course versions would have been change.": "\u0412\u044b \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u043b\u0438 \u0438\u043c\u0438\u0442\u0430\u0446\u0438\u044e \u043f\u0440\u0438\u043d\u0443\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438, \u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u0432 \u043a\u0443\u0440\u0441\u0435 \u043d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u0438\u0437\u043c\u0435\u043d\u0438\u043b\u043e\u0441\u044c. \u041f\u0440\u0438 \u043f\u0440\u0438\u043d\u0443\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0431\u0443\u0434\u0443\u0442 \u0432\u043d\u0435\u0441\u0435\u043d\u044b \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f.", - "You have no handouts defined": "\u0412\u044b \u043d\u0435 \u0434\u043e\u0431\u0430\u0432\u0438\u043b\u0438 \u043d\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430", - "You have not bookmarked any courseware pages yet": "\u0423 \u0432\u0430\u0441 \u0435\u0449\u0451 \u043d\u0435\u0442 \u0437\u0430\u043a\u043b\u0430\u0434\u043e\u043a \u0432 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u0445 \u044d\u0442\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0430", - "You have not created any certificates yet.": "\u0412\u044b \u0435\u0449\u0451 \u043d\u0435 \u0441\u043e\u0437\u0434\u0430\u043b\u0438 \u043d\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430.", - "You have not created any content groups yet.": "\u0412\u044b \u0435\u0449\u0451 \u043d\u0435 \u0441\u043e\u0437\u0434\u0430\u043b\u0438 \u043d\u0438 \u043e\u0434\u043d\u043e\u0439 \u0433\u0440\u0443\u043f\u043f\u044b \u043f\u043e \u0438\u0437\u0443\u0447\u0430\u0435\u043c\u044b\u043c \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u043c.", - "You have not created any group configurations yet.": "\u0412\u044b \u0435\u0449\u0451 \u043d\u0435 \u0441\u043e\u0437\u0434\u0430\u043b\u0438 \u043d\u0438 \u043e\u0434\u043d\u043e\u0439 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0433\u0440\u0443\u043f\u043f.", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u0412\u044b \u0432\u044b\u0431\u0440\u0430\u043b\u0438 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u0438 \u043d\u0435 \u0432\u043d\u0435\u0441\u043b\u0438 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439 \u0432 \u0434\u0430\u043d\u043d\u044b\u0435. \u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e, \u0432\u044b \u0445\u043e\u0442\u0435\u043b\u0438 \u0432\u043e\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u043a\u043d\u043e\u043f\u043a\u043e\u0439 \"\u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c\", \u0430 \u043d\u0435 \u043a\u043d\u043e\u043f\u043a\u043e\u0439 \"\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c\". \u0415\u0441\u043b\u0438 \u044d\u0442\u043e \u0442\u0430\u043a, \u0442\u043e \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \"\u041e\u0442\u043c\u0435\u043d\u0430\", \u0447\u0442\u043e\u0431\u044b \u0432\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u0432 \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f. ", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u0412\u044b \u0432\u044b\u0431\u0440\u0430\u043b\u0438 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435, \u043d\u043e \u0435\u0449\u0435 \u043d\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u043b\u0438 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f, \u0432\u043d\u0435\u0441\u0435\u043d\u043d\u044b\u0435 \u0432 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u043f\u043e\u043b\u044f\u0445 \u0434\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 OK, \u0447\u0442\u043e\u0431\u044b \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f. \u041f\u043e\u0441\u043b\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u0432\u0430\u043c \u043f\u0440\u0438\u0434\u0435\u0442\u0441\u044f \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u0435\u0449\u0435 \u0440\u0430\u0437.", - "You have set your language to {beta_language}, which is currently not fully translated. You can help us translate this language fully by joining the Transifex community and adding translations from English for learners that speak {beta_language}.": "\u0412\u044b \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u043b\u0438 \u0434\u043b\u044f \u044f\u0437\u044b\u043a\u0430 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 {beta_language}, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u0432 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u043d\u0435 \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e \u043f\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043d\u043e. \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u043c\u043e\u0447\u044c \u043d\u0430\u043c \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e \u043f\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u044d\u0442\u043e\u0442 \u044f\u0437\u044b\u043a, \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0432\u0448\u0438\u0441\u044c \u043a \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0443 Transifex \u0438 \u0434\u043e\u0431\u0430\u0432\u0438\u0432 \u043f\u0435\u0440\u0435\u0432\u043e\u0434\u044b \u0441 \u0430\u043d\u0433\u043b\u0438\u0439\u0441\u043a\u043e\u0433\u043e \u044f\u0437\u044b\u043a\u0430 \u0434\u043b\u044f \u0442\u0435\u0445, \u043a\u0442\u043e \u0433\u043e\u0432\u043e\u0440\u0438\u0442 \u043d\u0430 {beta_language}.", - "You have successfully signed into %(currentProvider)s, but your %(currentProvider)s account does not have a linked %(platformName)s account. To link your accounts, sign in now using your %(platformName)s password.": "\u0412\u044b \u0432\u043e\u0448\u043b\u0438 \u0432 %(currentProvider)s, \u043e\u0434\u043d\u0430\u043a\u043e \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0441\u0432\u044f\u0437\u0430\u0442\u044c \u0443\u0447\u0451\u0442\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 %(currentProvider)s \u0438 %(platformName)s. \u0414\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u0432\u043e\u0439\u0434\u0438\u0442\u0435 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u043f\u0430\u0440\u043e\u043b\u044f %(platformName)s.", - "You have unsaved changes are you sure you want to navigate away?": "\u0423 \u0432\u0430\u0441 \u0435\u0441\u0442\u044c \u043d\u0435\u0441\u043e\u0445\u0440\u0430\u043d\u0451\u043d\u043d\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f. \u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0439\u0442\u0438?", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "\u0418\u043c\u0435\u044e\u0442\u0441\u044f \u043d\u0435\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u043d\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432 \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u0445 \u043f\u043e\u043b\u044f\u0445 \u0434\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f. \u0415\u0441\u043b\u0438 \u0432\u044b \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435, \u043d\u0435\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u043d\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0431\u0443\u0434\u0443\u0442 \u043f\u043e\u0442\u0435\u0440\u044f\u043d\u044b.", - "You have unsaved changes. Do you really want to leave this page?": "\u0423 \u0432\u0430\u0441 \u0435\u0441\u0442\u044c \u043d\u0435\u0441\u043e\u0445\u0440\u0430\u043d\u0451\u043d\u043d\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f. \u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u043e\u043a\u0438\u043d\u0443\u0442\u044c \u044d\u0442\u0443 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443?", - "You haven't added any assets to this course yet.": "\u0412\u044b \u043d\u0435 \u0434\u043e\u0431\u0430\u0432\u0438\u043b\u0438 \u043d\u0438\u043a\u0430\u043a\u0438\u0445 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u043e\u0432 \u043a \u044d\u0442\u043e\u043c\u0443 \u043a\u0443\u0440\u0441\u0443.", - "You haven't added any content to this course yet.": "\u0412\u044b \u0435\u0449\u0451 \u043d\u0435 \u0434\u043e\u0431\u0430\u0432\u0438\u043b\u0438 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b \u043a\u0443\u0440\u0441\u0430.", - "You haven't added any textbooks to this course yet.": "\u0412\u044b \u0435\u0449\u0451 \u043d\u0435 \u0434\u043e\u0431\u0430\u0432\u0438\u043b\u0438 \u043d\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u0443\u0447\u0435\u0431\u043d\u0438\u043a\u0430 \u043a \u044d\u0442\u043e\u043c\u0443 \u043a\u0443\u0440\u0441\u0443.", - "You must be over 13 to share a full profile. If you are over 13, make sure that you have specified a birth year on the {account_settings_page_link}": "\u0414\u043b\u044f \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u043f\u043e\u043b\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f \u0432\u0430\u043c \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 13 \u043b\u0435\u0442. \u0415\u0441\u043b\u0438 \u0432\u044b \u0441\u0442\u0430\u0440\u0448\u0435 13 \u043b\u0435\u0442, \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u044c\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0432\u044b \u0443\u043a\u0430\u0437\u0430\u043b\u0438 \u0433\u043e\u0434 \u0440\u043e\u0436\u0434\u0435\u043d\u0438\u044f \u0432 {account_settings_page_link}", - "You must enter a valid email address in order to add a new team member": "\u0427\u0442\u043e\u0431\u044b \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u043e\u0432\u043e\u0433\u043e \u0447\u043b\u0435\u043d\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u044b, \u0432\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0432\u0432\u0435\u0441\u0442\u0438 \u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u044b\u0439 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441", - "You must provide a learner name.": "\u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0443\u043a\u0430\u0437\u0430\u0442\u044c \u0438\u043c\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f.", - "You must sign out and sign back in before your language changes take effect.": "\u0427\u0442\u043e\u0431\u044b \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435 \u044f\u0437\u044b\u043a\u0430 \u0432\u0441\u0442\u0443\u043f\u0438\u043b\u043e \u0432 \u0441\u0438\u043b\u0443, \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0432\u044b\u0439\u0442\u0438 \u0438 \u0441\u043d\u043e\u0432\u0430 \u0432\u043e\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0443.", - "You must specify a name for the cohort": "\u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043d\u0430\u0437\u0432\u0430\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u0443", - "You must specify your birth year before you can share your full profile. To specify your birth year, go to the {account_settings_page_link}": "\u0414\u043b\u044f \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u043f\u043e\u043b\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0443\u043a\u0430\u0437\u0430\u0442\u044c \u0433\u043e\u0434 \u0432\u0430\u0448\u0435\u0433\u043e \u0440\u043e\u0436\u0434\u0435\u043d\u0438\u044f \u0432 {account_settings_page_link}", - "You need a computer that has a webcam. When you receive a browser prompt, make sure that you allow access to the camera.": "\u0412\u0430\u043c \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440 \u0441 \u0432\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u043e\u0439. \u041a\u043e\u0433\u0434\u0430 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0438\u0442 \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0444\u043e\u0442\u043e, \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0432\u044b \u0440\u0430\u0437\u0440\u0435\u0448\u0438\u043b\u0438 \u0435\u043c\u0443 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043a\u0430\u043c\u0435\u0440\u0435.", - "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "\u0412\u0430\u043c \u0442\u0440\u0435\u0431\u0443\u044e\u0442\u0441\u044f \u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0435 \u043f\u0440\u0430\u0432\u0430, \u043f\u0430\u0441\u043f\u043e\u0440\u0442 \u0438\u043b\u0438 \u0438\u043d\u043e\u0439 \u0433\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u0435\u0441\u0442\u044c \u0432\u0430\u0448\u0435 \u0438\u043c\u044f \u0438 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044f.", - "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "\u0412\u0430\u043c \u043f\u043e\u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u0435 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438 \u0441 \u0432\u0430\u0448\u0438\u043c \u0438\u043c\u0435\u043d\u0435\u043c \u0438 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439. \u041f\u043e\u0434\u043e\u0439\u0434\u0451\u0442 \u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0435 \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u0435, \u043f\u0430\u0441\u043f\u043e\u0440\u0442 \u0438\u043b\u0438 \u0434\u0440\u0443\u0433\u043e\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0433\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0433\u043e \u043e\u0431\u0440\u0430\u0437\u0446\u0430.", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "\u041f\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043c \u043d\u0430\u0447\u0430\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u044b\u0432\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u043a\u0443\u0440\u0441\u044b, \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0432\u043e\u044e \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c. \u041f\u0438\u0441\u044c\u043c\u043e \u0434\u043b\u044f \u0430\u043a\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u0432\u044b\u0441\u043b\u0430\u043d\u043e \u0432\u0430\u043c \u043d\u0430 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443\u044e \u043f\u043e\u0447\u0442\u0443.", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "\u041f\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043c \u0432\u044b \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u043a\u0443\u0440\u0441\u044b, \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0432\u043e\u044e \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c. \u041f\u0438\u0441\u044c\u043c\u043e \u0434\u043b\u044f \u0430\u043a\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u0432\u044b\u0441\u043b\u0430\u043d\u043e \u0432\u0430\u043c \u043d\u0430 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443\u044e \u043f\u043e\u0447\u0442\u0443. \u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0432 \u0430\u043a\u0442\u0438\u0432\u0430\u0446\u0438\u044e, \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u043d\u0430 \u044d\u0442\u0443 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0435\u0451.", - "You still need to visit the %(display_name)s website to complete the credit process.": "\u0412\u0430\u043c \u043d\u0443\u0436\u043d\u043e \u043f\u043e\u0441\u0435\u0442\u0438\u0442\u044c %(display_name)s \u0432\u0435\u0431-\u0441\u0430\u0439\u0442 \u0434\u043b\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u043f\u043e\u043a\u0443\u043f\u043a\u0438.", - "You submitted {filename}; only {allowedFiles} are allowed.": "\u0412\u044b \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u043b\u0438 \u0444\u0430\u0439\u043b {filename}; \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u044b \u0442\u043e\u043b\u044c\u043a\u043e \u0444\u0430\u0439\u043b\u044b {allowedFiles}.", - "You will be refunded the amount you paid.": "\u0412\u0430\u043c \u0431\u0443\u0434\u0443\u0442 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0435\u043d\u0430 \u0441\u0443\u043c\u043c\u0430, \u043a\u043e\u0442\u043e\u0440\u0443\u044e \u0432\u044b \u0437\u0430\u043f\u043b\u0430\u0442\u0438\u043b\u0438.", - "You will not be refunded the amount you paid.": "\u0412\u0430\u043c \u043d\u0435 \u0431\u0443\u0434\u0435\u0442 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0435\u043d\u0430 \u0441\u0443\u043c\u043c\u0430, \u043a\u043e\u0442\u043e\u0440\u0443\u044e \u0432\u044b \u0437\u0430\u043f\u043b\u0430\u0442\u0438\u043b\u0438.", - "You will not receive notification for emails that bounce, so double-check your spelling.": "\u0412\u044b \u043d\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u0439 \u043e \u043d\u0435\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u044b\u0445 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f\u0445, \u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u0435\u0449\u0451 \u0440\u0430\u0437 \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0430\u0434\u0440\u0435\u0441.", - "You will use your webcam to take a picture of your face and of your government-issued photo ID.": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0432\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u0443, \u0441\u0434\u0435\u043b\u0430\u0439\u0442\u0435 \u0441\u043d\u0438\u043c\u043e\u043a \u0432\u0430\u0448\u0435\u0433\u043e \u043b\u0438\u0446\u0430 \u0438 \u0440\u0430\u0437\u0432\u043e\u0440\u043e\u0442\u0430 \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u044f \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438: \u043f\u0430\u0441\u043f\u043e\u0440\u0442\u0430 \u0438\u043b\u0438 \u0438\u043d\u043e\u0433\u043e \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0441 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439.", - "You!": "\u0412\u044b!", - "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "\u0412\u044b \u0441\u043e\u0431\u0438\u0440\u0430\u0435\u0442\u0435\u0441\u044c \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0441\u0432\u043e\u0439 \u043e\u0442\u0432\u0435\u0442 \u043d\u0430 \u043e\u0446\u0435\u043d\u0438\u0432\u0430\u043d\u0438\u0435. \u041f\u043e\u0441\u043b\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u043e\u0442\u0432\u0435\u0442\u0430 \u0412\u044b \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0435\u0433\u043e \u0438\u043b\u0438 \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043d\u043e\u0432\u044b\u0439 \u043e\u0442\u0432\u0435\u0442.", - "You've made some changes": "\u0412\u044b \u0432\u043d\u0435\u0441\u043b\u0438 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f", - "You've made some changes, but there are some errors": "\u0412\u044b \u0432\u043d\u0435\u0441\u043b\u0438 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f, \u043d\u043e \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0438 \u043e\u0448\u0438\u0431\u043a\u0438", - "You've successfully signed into %(currentProvider)s.": "\u0412\u044b \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u043e\u0448\u043b\u0438 \u0432 %(currentProvider)s.", - "Your ID must be a government-issued photo ID that clearly shows your face.": "\u0412\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u043f\u0440\u0435\u0434\u044a\u044f\u0432\u0438\u0442\u044c \u0433\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0435 \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u0435 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438 \u0441 \u0445\u043e\u0440\u043e\u0448\u043e \u0440\u0430\u0437\u043b\u0438\u0447\u0438\u043c\u043e\u0439 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439.", - "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "\u0412\u0430\u0448 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043f\u0440\u044f\u043c\u043e\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u0431\u0443\u0444\u0435\u0440\u0443 \u043e\u0431\u043c\u0435\u043d\u0430. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435, \u043f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u0438 \u043a\u043b\u0430\u0432\u0438\u0448 Ctrl+X/C/V.", - "Your changes have been saved.": "\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u044b.", - "Your changes have been saved. {details}": "\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u044b. {details}", - "Your changes will not take effect until you save your progress.": "\u0412\u0430\u0448\u0438 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u043d\u0435 \u0432\u0441\u0442\u0443\u043f\u044f\u0442 \u0432 \u0441\u0438\u043b\u0443, \u043f\u043e\u043a\u0430 \u0432\u044b \u043d\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u0435 \u0438\u0445.", - "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "\u0412\u0430\u0448\u0438 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u043d\u0435 \u0432\u0441\u0442\u0443\u043f\u044f\u0442 \u0432 \u0441\u0438\u043b\u0443, \u043f\u043e\u043a\u0430 \u0432\u044b \u043d\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u0435 \u0438\u0445. \u0411\u0443\u0434\u044c\u0442\u0435 \u043e\u0441\u0442\u043e\u0440\u043e\u0436\u043d\u044b \u0441 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u043a\u043b\u044e\u0447\u0435\u0439 \u0438 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439, \u0442\u0430\u043a \u043a\u0430\u043a \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u043d\u0435 \u0440\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u0430.", - "Your course could not be exported to XML. There is not enough information to identify the failed component. Inspect your course to identify any problematic components and try again.": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u0451\u043b \u0441\u0431\u043e\u0439 \u0432 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0435 \u0432\u0430\u0448\u0435\u0433\u043e \u043a\u0443\u0440\u0441\u0430 \u0432 XML. \u041a \u0441\u043e\u0436\u0430\u043b\u0435\u043d\u0438\u044e, \u0443 \u043d\u0430\u0441 \u043d\u0435\u0442 \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u043e\u0439 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u043c\u043e\u0447\u044c \u0432\u0430\u043c \u0432 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0438 \u043d\u0435\u0438\u0441\u043f\u0440\u0430\u0432\u043d\u043e\u0433\u043e \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430. \u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u043c \u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b \u043a\u0443\u0440\u0441\u0430 \u0434\u043b\u044f \u0432\u044b\u044f\u0432\u043b\u0435\u043d\u0438\u044f \u043a\u0430\u043a\u0438\u0445-\u043b\u0438\u0431\u043e \u043e\u0448\u0438\u0431\u043e\u043a \u0432 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430\u0445 \u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u043e\u0432\u0430\u0442\u044c \u0435\u0449\u0451 \u0440\u0430\u0437.", - "Your donation could not be submitted.": "\u0412\u0430\u0448\u0438 \u043f\u043e\u0436\u0435\u0440\u0442\u0432\u043e\u0432\u0430\u043d\u0438\u044f \u043d\u0435 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u043f\u0440\u0438\u043d\u044f\u0442\u044b.", - "Your email message was successfully queued for sending. In courses with a large number of learners, email messages to learners might take up to an hour to be sent.": "\u0412\u0430\u0448\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0438\u043d\u044f\u0442\u043e \u0438 \u043e\u0436\u0438\u0434\u0430\u0435\u0442 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438. \u041d\u0430 \u043a\u0443\u0440\u0441\u0430\u0445 \u0441 \u0431\u043e\u043b\u044c\u0448\u0438\u043c \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e\u043c \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0430 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0439 \u043c\u043e\u0436\u0435\u0442 \u0437\u0430\u043d\u044f\u0442\u044c \u043e\u043a\u043e\u043b\u043e \u0447\u0430\u0441\u0430.", - "Your entire face fits inside the frame.": "\u0412\u0430\u0448\u0435 \u043b\u0438\u0446\u043e \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e \u043f\u043e\u043c\u0435\u0449\u0430\u0435\u0442\u0441\u044f \u0432 \u0440\u0430\u043c\u043a\u0443.", - "Your export has failed.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0435.", - "Your face is well-lit.": "\u0412\u0430\u0448\u0435 \u043b\u0438\u0446\u043e \u0445\u043e\u0440\u043e\u0448\u043e \u043e\u0441\u0432\u0435\u0449\u0435\u043d\u043e.", - "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "\u0412\u0430\u0448 \u0444\u0430\u0439\u043b '{file}' \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d. \u041e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430 \u043f\u0440\u043e\u0434\u043b\u0438\u0442\u0441\u044f \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043c\u0438\u043d\u0443\u0442.", - "Your file could not be uploaded": "\u0412\u0430\u0448 \u0444\u0430\u0439\u043b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d", - "Your file has been deleted.": "\u0412\u0430\u0448 \u0444\u0430\u0439\u043b \u0431\u044b\u043b \u0443\u0434\u0430\u043b\u0451\u043d.", - "Your file {filename} is too large (max size: {maxSize}MB).": "\u0424\u0430\u0439\u043b \u00ab{filename}\u00bb \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u0432\u0435\u043b\u0438\u043a (\u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0439 \u0440\u0430\u0437\u043c\u0435\u0440: {maxSize}\u00a0\u041c\u0431).", - "Your library could not be exported to XML. There is not enough information to identify the failed component. Inspect your library to identify any problematic components and try again.": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u0451\u043b \u0441\u0431\u043e\u0439 \u043f\u0440\u0438 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0435 \u0432\u0430\u0448\u0435\u0439 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438 \u0432 XML. \u041a \u0441\u043e\u0436\u0430\u043b\u0435\u043d\u0438\u044e, \u0443 \u043d\u0430\u0441 \u043d\u0435\u0442 \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e\u0439 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u043c\u043e\u0447\u044c \u0432\u0430\u043c \u0432 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0438 \u043d\u0435\u0438\u0441\u043f\u0440\u0430\u0432\u043d\u043e\u0433\u043e \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430. \u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u043c \u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u0432\u0430\u0448\u0443 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0443 \u0434\u043b\u044f \u0432\u044b\u044f\u0432\u043b\u0435\u043d\u0438\u044f \u043a\u0430\u043a\u0438\u0445-\u043b\u0438\u0431\u043e \u043e\u0448\u0438\u0431\u043e\u043a \u0432 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430\u0445 \u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u043e\u0432\u0430\u0442\u044c \u0435\u0449\u0451 \u0440\u0430\u0437.", - "Your message cannot be blank.": "\u0412\u0430\u0448\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043f\u0443\u0441\u0442\u044b\u043c.", - "Your message must have a subject.": "\u0412\u0430\u0448\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0434\u043e\u043b\u0436\u043d\u043e \u0438\u043c\u0435\u0442\u044c \u0442\u0435\u043c\u0443.", - "Your message must have at least one target.": "\u0412\u0430\u0448\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0434\u043e\u043b\u0436\u043d\u043e \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0445\u043e\u0442\u044f \u0431\u044b \u043e\u0434\u0438\u043d \u0441\u0438\u043c\u0432\u043e\u043b.", - "Your policy changes have been saved.": "\u0412\u0430\u0448\u0438 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0431\u044b\u043b\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u044b.", - "Your post will be discarded.": "\u0412\u0430\u0448\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0431\u0443\u0434\u0435\u0442 \u0443\u0434\u0430\u043b\u0435\u043d\u043e.", - "Your question or idea (required)": "\u0412\u0430\u0448 \u0432\u043e\u043f\u0440\u043e\u0441 \u0438\u043b\u0438 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u0435 (\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e)", - "Your request could not be completed due to a server problem. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0432\u0430\u0448 \u0437\u0430\u043f\u0440\u043e\u0441 \u0432 \u0441\u0432\u044f\u0437\u0438 \u0441 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u043e\u0439 \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0435. \u041f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437. \u0415\u0441\u043b\u0438 \u0441\u0431\u043e\u0439 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0441\u044f, \u0449\u0451\u043b\u043a\u043d\u0438\u0442\u0435 \u043f\u043e \u0432\u043a\u043b\u0430\u0434\u043a\u0435 \u041f\u043e\u043c\u043e\u0449\u044c \u0438 \u0441\u043e\u043e\u0431\u0449\u0438\u0442\u0435 \u043e\u0431 \u044d\u0442\u043e\u043c.", - "Your request could not be completed. Reload the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0432\u0430\u0448 \u0437\u0430\u043f\u0440\u043e\u0441. \u041f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", - "Your request could not be completed. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0432\u0430\u0448 \u0437\u0430\u043f\u0440\u043e\u0441. \u041f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0441\u043d\u043e\u0432\u0430. \u0415\u0441\u043b\u0438 \u0441\u0431\u043e\u0439 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0441\u044f, \u0449\u0451\u043b\u043a\u043d\u0438\u0442\u0435 \u043f\u043e \u043a\u043d\u043e\u043f\u043a\u0435 \u00ab\u041f\u043e\u043c\u043e\u0449\u044c\u00bb \u0438 \u0441\u043e\u043e\u0431\u0449\u0438\u0442\u0435 \u043e\u0431 \u044d\u0442\u043e\u0439 \u043e\u0448\u0438\u0431\u043a\u0435.", - "Your request could not be processed. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u0432\u0430\u0448 \u0437\u0430\u043f\u0440\u043e\u0441. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", - "Your team could not be created.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0432\u0430\u0448\u0443 \u043a\u043e\u043c\u0430\u043d\u0434\u0443.", - "Your team could not be updated.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0438 \u0432\u0430\u0448\u0435\u0439 \u043a\u043e\u043c\u0430\u043d\u0434\u044b.", - "Your upload of '{file}' failed.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 '{file}'", - "Your upload of '{file}' succeeded.": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 '{file}' \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0430", - "Your verification status is good until {verificationGoodUntil}.": "\u0412\u0430\u0448 \u0441\u0442\u0430\u0442\u0443\u0441 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u043e\u0433\u043e \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u0435\u043d \u0434\u043e {verificationGoodUntil}.", - "Your video uploads are not complete.": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0432\u0438\u0434\u0435\u043e \u043d\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0430.", - "Your {program} Certificate": "\u0412\u0430\u0448 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u043f\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0435 \u00ab{program}\u00bb", - "Yourself": "\u0421\u0435\u0431\u0435", - "Zoom In": "\u041f\u0440\u0438\u0431\u043b\u0438\u0437\u0438\u0442\u044c", - "Zoom Out": "\u041e\u0442\u0434\u0430\u043b\u0438\u0442\u044c", - "[no tags]": "[\u043d\u0435\u0442 \u0442\u0435\u0433\u043e\u0432]", - "a day": "\u043e\u0434\u0438\u043d \u0434\u0435\u043d\u044c", + ], + "Visibility": "\u0412\u0438\u0434\u0438\u043c\u043e\u0441\u0442\u044c", + "Visible to Staff Only": "\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u043e \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u043e\u0432", + "Visual aids": "\u041d\u0430\u0433\u043b\u044f\u0434\u043d\u044b\u0435 \u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0438", + "Volume": "\u0413\u0440\u043e\u043c\u043a\u043e\u0441\u0442\u044c", + "Vote for good posts and responses": "\u0413\u043e\u043b\u043e\u0441\u0443\u0439\u0442\u0435 \u0437\u0430 \u0445\u043e\u0440\u043e\u0448\u0438\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u0438 \u043e\u0442\u0432\u0435\u0442\u044b", + "Waiting": "\u041e\u0436\u0438\u0434\u0430\u043d\u0438\u0435", + "Want to confirm your identity later?": "\u0425\u043e\u0442\u0438\u0442\u0435 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u0437\u0436\u0435?", + "Warning": "\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435", + "Warnings": "\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u044f", + "We ask you to activate your account to ensure it is really you creating the account and to prevent fraud.": "\u0412\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0432\u043e\u044e \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u0435\u0434\u043e\u0442\u0432\u0440\u0430\u0442\u0438\u0442\u044c \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u0444\u0430\u043b\u044c\u0448\u0438\u0432\u044b\u0445 \u0443\u0447\u0451\u0442\u043d\u044b\u0445 \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u043e\u0442 \u0432\u0430\u0448\u0435\u0433\u043e \u0438\u043c\u0435\u043d\u0438.", + "We couldn't create your account.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c.", + "We couldn't find any results for \"%s\".": "\u041d\u0435\u0442 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u0434\u043b\u044f \u00ab%s\u00bb.", + "We couldn't sign you in.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0432\u043e\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0443.", + "We have encountered an error. Refresh your browser and then try again.": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u0441\u0432\u043e\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", + "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "\u041c\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u043b\u0438 \u0432\u0430\u0448\u0438 \u0434\u0430\u043d\u043d\u044b\u0435 \u0438 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0430\u0435\u043c \u0438\u0445 \u0432 \u0431\u043b\u0438\u0436\u0430\u0439\u0448\u0435\u0435 \u0432\u0440\u0435\u043c\u044f (1-2 \u0434\u043d\u044f). \u041a\u0430\u043a \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u043d\u0438 \u0431\u0443\u0434\u0443\u0442 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u044b, \u043d\u0430 \u0432\u0430\u0448\u0435\u0439 \u043f\u0430\u043d\u0435\u043b\u0438 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u043e\u044f\u0432\u0438\u0442\u0441\u044f \u043e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u0435. \u041e\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435, \u0447\u0442\u043e \u0434\u043e \u044d\u0442\u043e\u0433\u043e \u043c\u043e\u043c\u0435\u043d\u0442\u0430 \u0432\u0430\u043c \u0431\u0443\u0434\u0443\u0442 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b \u0432\u0441\u0435 \u0443\u0447\u0435\u0431\u043d\u044b\u0435 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b.", + "We just need a little more information before you start learning with %(platformName)s.": "\u041f\u0435\u0440\u0435\u0434 \u043d\u0430\u0447\u0430\u043b\u043e\u043c \u043e\u0431\u0443\u0447\u0435\u043d\u0438\u044f \u043d\u0430 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435 \u00ab%(platformName)s\u00bb \u0443\u043a\u0430\u0436\u0438\u0442\u0435 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435.", + "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "\u041c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c \u0441\u0430\u043c\u044b\u0439 \u0432\u044b\u0441\u043e\u043a\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u0437\u0430\u0449\u0438\u0449\u0451\u043d\u043d\u043e\u0441\u0442\u0438 \u0434\u043b\u044f \u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u0444\u043e\u0442\u043e \u0438 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u0435\u0433\u043e \u043d\u0430 \u043d\u0430\u0448 \u0441\u0435\u0440\u0432\u0438\u0441 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u0438. \u0412\u0430\u0448\u0430 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044f \u0438 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043d\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u044f\u0435\u0442\u0441\u044f \u0438 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043d\u0438\u0433\u0434\u0435 \u043d\u0430 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435 \u00ab%(platformName)s\u00bb \u043f\u043e\u0441\u043b\u0435 \u0442\u043e\u0433\u043e, \u043a\u0430\u043a \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u0432\u0435\u0440\u0448\u0451\u043d.", + "We've encountered an error. Refresh your browser and then try again.": "\u0412\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u0441\u0432\u043e\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", + "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "\u041c\u044b \u0432\u044b\u0441\u043b\u0430\u043b\u0438 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043d\u0430 {new_email_address}. \u041f\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043f\u043e \u0441\u0441\u044b\u043b\u043a\u0435 \u0432 \u043f\u0438\u0441\u044c\u043c\u0435, \u0447\u0442\u043e\u0431\u044b \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0432\u0430\u0448 \u0430\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b.", + "We've sent a message to {email}. Click the link in the message to reset your password. Didn't receive the message? Contact {anchorStart}technical support{anchorEnd}.": "\u042d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0441 \u0443\u043a\u0430\u0437\u0430\u043d\u0438\u044f\u043c\u0438 \u043f\u043e \u0441\u043c\u0435\u043d\u0435 \u043f\u0430\u0440\u043e\u043b\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e \u043d\u0430 \u0430\u0434\u0440\u0435\u0441 {email}. \u0427\u0442\u043e\u0431\u044b \u0441\u0431\u0440\u043e\u0441\u0438\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c, \u043f\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043f\u043e \u0441\u0441\u044b\u043b\u043a\u0435 \u0432 \u043f\u0438\u0441\u044c\u043c\u0435. \u0415\u0441\u043b\u0438 \u0432\u044b \u043d\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u043b\u0438 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435, {anchorStart}\u0441\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u043a\u043e\u043c\u0430\u043d\u0434\u043e\u0439 \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438{anchorEnd}.", + "Web:": "\u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442:", + "Webcam": "\u0412\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u0430", + "Weight of Total Grade": "\u0412\u0435\u0441 \u0438\u0442\u043e\u0433\u043e\u0432\u043e\u0439 \u043e\u0446\u0435\u043d\u043a\u0438", + "What You Need for Verification": "\u0427\u0442\u043e \u043d\u0443\u0436\u043d\u043e \u0434\u043b\u044f \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438", + "What does %(platformName)s do with this photo?": "\u0414\u043b\u044f \u0447\u0435\u0433\u043e %(platformName)s \u043d\u0443\u0436\u0435\u043d \u044d\u0442\u043e\u0442 \u0441\u043d\u0438\u043c\u043e\u043a?", + "What does this mean?": "\u0427\u0442\u043e \u044d\u0442\u043e \u0437\u043d\u0430\u0447\u0438\u0442?", + "What's Your Next Accomplishment?": "\u041a\u0430\u043a\u0438\u043c \u0431\u0443\u0434\u0435\u0442 \u0432\u0430\u0448\u0435 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435 \u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u0435?", + "When learners submit an answer to an assessment, they immediately see whether the answer is correct or incorrect, and the score received.": "\u041a\u043e\u0433\u0434\u0430 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u044e\u0442 \u043e\u0442\u0432\u0435\u0442 \u043d\u0430 \u0437\u0430\u0434\u0430\u043d\u0438\u0435, \u043e\u043d\u0438 \u0441\u0440\u0430\u0437\u0443 \u0436\u0435 \u0432\u0438\u0434\u044f\u0442, \u0432\u0435\u0440\u0435\u043d \u043b\u0438 \u0438\u0445 \u043e\u0442\u0432\u0435\u0442, \u0438 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u044b\u0435 \u0431\u0430\u043b\u043b\u044b.", + "Which timed transcript would you like to use?": "\u041a\u0430\u043a\u0438\u0435 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u043f\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c?", + "Whole words": "\u0421\u043b\u043e\u0432\u0430 \u0446\u0435\u043b\u0438\u043a\u043e\u043c", + "Why activate?": "\u0417\u0430\u0447\u0435\u043c \u043d\u0443\u0436\u043d\u0430 \u0430\u043a\u0442\u0438\u0432\u0430\u0446\u0438\u044f?", + "Why does %(platformName)s need my photo?": "\u0417\u0430\u0447\u0435\u043c %(platformName)s \u043d\u0443\u0436\u043d\u0430 \u043c\u043e\u044f \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044f?", + "Width": "\u0428\u0438\u0440\u0438\u043d\u0430", + "Will Be Visible To:": "\u0414\u043e\u0441\u0442\u0443\u043f\u0435\u043d:", + "Words: {0}": "\u0421\u043b\u043e\u0432\u0430: {0}", + "Would you like to sign in using your %(providerName)s credentials?": "\u0412\u043e\u0439\u0442\u0438 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u043b\u043e\u0433\u0438\u043d\u0430 \u0438 \u043f\u0430\u0440\u043e\u043b\u044f %(providerName)s?", + "Year of Birth": "\u0413\u043e\u0434 \u0440\u043e\u0436\u0434\u0435\u043d\u0438\u044f", + "Yes, allow edits to the active Certificate": "\u0414\u0430, \u0440\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0433\u043e \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430", + "Yes, replace the edX transcript with the YouTube transcript": "\u0414\u0430, \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b \u0432 edX \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0430\u043c\u0438 \u0441 YouTube", + "Yesterday": "\u0412\u0447\u0435\u0440\u0430", + "You already belong to another team.": "\u0412\u044b \u0443\u0436\u0435 \u043f\u0440\u0438\u043d\u0430\u0434\u043b\u0435\u0436\u0438\u0442\u0435 \u043a \u0434\u0440\u0443\u0433\u043e\u0439 \u043a\u043e\u043c\u0430\u043d\u0434\u0435.", + "You are a member of this team.": "\u0412\u044b \u0447\u043b\u0435\u043d \u044d\u0442\u043e\u0439 \u043a\u043e\u043c\u0430\u043d\u0434\u044b.", + "You are currently sharing a limited profile.": "\u0421\u0435\u0439\u0447\u0430\u0441 \u0441\u043e\u043a\u0443\u0440\u0441\u043d\u0438\u043a\u0430\u043c \u0440\u0430\u0437\u0440\u0435\u0448\u0451\u043d \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u043d\u044b\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u0432\u0430\u0448\u0435\u043c\u0443 \u043f\u0440\u043e\u0444\u0438\u043b\u044e.", + "You are enrolling in: {courseName}": "\u0412\u044b \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0443\u0435\u0442\u0435\u0441\u044c \u043d\u0430 \u043a\u0443\u0440\u0441: {courseName}", + "You are not currently a member of any team.": "\u0412 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0438\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 \u0432\u044b \u043d\u0435 \u0432\u0445\u043e\u0434\u0438\u0442\u0435 \u0432 \u0441\u043e\u0441\u0442\u0430\u0432 \u043d\u0438 \u043e\u0434\u043d\u043e\u0439 \u043a\u043e\u043c\u0430\u043d\u0434\u044b.", + "You are not enrolled in any programs yet.": "\u0412\u044b \u0435\u0449\u0451 \u043d\u0435 \u0437\u0430\u0447\u0438\u0441\u043b\u0435\u043d\u044b \u043d\u0438 \u043d\u0430 \u043e\u0434\u043d\u0443 \u0438\u0437 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c.", + "You are now enrolled as a verified student for:": "\u0412\u044b \u0437\u0430\u0447\u0438\u0441\u043b\u0435\u043d\u044b \u043d\u0430 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043a\u0443\u0440\u0441\u044b:", + "You are sending an email message with the subject {subject} to the following recipients.": "\u0412\u044b \u0441\u043e\u0431\u0438\u0440\u0430\u0435\u0442\u0435\u0441\u044c \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0441 \u0442\u0435\u043c\u043e\u0439 {subject} \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u043c \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f\u043c. ", + "You are upgrading your enrollment for: {courseName}": "\u0412\u044b \u0438\u0437\u043c\u0435\u043d\u044f\u0435\u0442\u0435 \u0441\u0442\u0430\u0442\u0443\u0441 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u043d\u0430 \u043a\u0443\u0440\u0441\u0435: {courseName}", + "You can also retry this practice exam": "\u0422\u0430\u043a\u0436\u0435 \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0435\u0440\u0435\u0441\u0434\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u043f\u0440\u043e\u0431\u043d\u044b\u0439 \u044d\u043a\u0437\u0430\u043c\u0435\u043d", + "You can link your social media accounts to simplify signing in to {platform_name}.": "\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0441\u0432\u043e\u0438 \u0443\u0447\u0451\u0442\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u0432 \u0441\u043e\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0445 \u0441\u0435\u0442\u044f\u0445 \u0434\u043b\u044f \u0443\u043f\u0440\u043e\u0449\u0435\u043d\u0438\u044f \u0432\u0445\u043e\u0434\u0430 \u043d\u0430 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0443 \u00ab{platform_name}\u00bb.", + "You can now enter your payment information and complete your enrollment.": "\u0422\u0435\u043f\u0435\u0440\u044c \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0432\u0435\u0441\u0442\u0438 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u043f\u043b\u0430\u0442\u0435\u0436\u0435 \u0438 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044e.", + "You can pay now even if you don't have the following items available, but you will need to have these by {date} to qualify to earn a Verified Certificate.": "\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u043f\u043b\u0430\u0442\u0438\u0442\u044c \u0441\u0435\u0439\u0447\u0430\u0441, \u0434\u0430\u0436\u0435 \u0435\u0441\u043b\u0438 \u0432\u044b \u043d\u0435 \u0437\u0430\u043a\u043e\u043d\u0447\u0438\u043b\u0438 \u0432\u0441\u0435 \u0448\u0430\u0433\u0438. \u041d\u043e \u0432\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0431\u0443\u0434\u0435\u0442\u0435 \u0438\u0445 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u043d\u0435 \u043f\u043e\u0437\u0434\u043d\u0435\u0435 {date} , \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u044b\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442.", + "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u043f\u043b\u0430\u0442\u0438\u0442\u044c \u043e\u0431\u0443\u0447\u0435\u043d\u0438\u0435 \u0441\u0435\u0439\u0447\u0430\u0441, \u0434\u0430\u0436\u0435 \u0435\u0441\u043b\u0438 \u0432\u044b \u043d\u0435 \u0437\u0430\u043a\u043e\u043d\u0447\u0438\u043b\u0438 \u0432\u0441\u0435 \u0448\u0430\u0433\u0438. \u041d\u043e \u0432\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0431\u0443\u0434\u0435\u0442\u0435 \u0438\u0445 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u044b\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442.", + "You can remove members from this team, especially if they have not participated in the team's activity.": "\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0447\u043b\u0435\u043d\u043e\u0432 \u043a\u043e\u043c\u0430\u043d\u0434\u044b, \u043e\u0441\u043e\u0431\u0435\u043d\u043d\u043e \u0435\u0441\u043b\u0438 \u043e\u043d\u0438 \u043d\u0435 \u0443\u0447\u0430\u0441\u0442\u0432\u043e\u0432\u0430\u043b\u0438 \u0432 \u0440\u0430\u0431\u043e\u0442\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u044b.", + "You can upload files with these file types: ": "\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0444\u0430\u0439\u043b\u044b \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0445 \u0442\u0438\u043f\u043e\u0432:", + "You can use your {accountName} account to sign in to your {platformName} account.": "\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u043e\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0441\u0432\u043e\u0435\u0439 \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u044c\u044e {accountName}, \u0447\u0442\u043e\u0431\u044b \u0432\u043e\u0439\u0442\u0438 \u043d\u0430 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0443 \u00ab{platformName}\u00bb. ", + "You cannot view the course as a student or beta tester before the course release date.": "\u0412\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0440\u043e\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0442\u044c \u043a\u0443\u0440\u0441 \u0432 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f \u0438\u043b\u0438 \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0435\u0440\u0430 \u0434\u043e \u0434\u0430\u0442\u044b \u0432\u044b\u043f\u0443\u0441\u043a\u0430.", + "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "\u0412\u044b \u0438\u0437\u043c\u0435\u043d\u0438\u043b\u0438 URL \u0432\u0438\u0434\u0435\u043e, \u043d\u043e \u043d\u0435 \u043f\u043e\u043c\u0435\u043d\u044f\u043b\u0438 \u0444\u0430\u0439\u043b \u0441 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u043d\u044b\u043c\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0430\u043c\u0438. \u0412\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0442\u0435\u043a\u0443\u0449\u0438\u0439 \u0444\u0430\u0439\u043b \u0438\u043b\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043d\u043e\u0432\u044b\u0439 srt-\u0444\u0430\u0439\u043b \u0441 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0430\u043c\u0438?", + "You commented...": "\u0412\u044b \u043f\u0440\u043e\u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0438\u0440\u043e\u0432\u0430\u043b\u0438...", + "You could not be subscribed to this post. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043f\u0438\u0441\u0430\u0442\u044c \u0432\u0430\u0441 \u043d\u0430 \u044d\u0442\u0443 \u0442\u0435\u043c\u0443 \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u0439. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", + "You could not be unsubscribed from this post. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u043f\u043e\u0434\u043f\u0438\u0441\u043a\u0443 \u043d\u0430 \u044d\u0442\u0443 \u0442\u0435\u043c\u0443 \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u0439. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", + "You currently have no cohorts configured": "\u0423 \u0432\u0430\u0441 \u043f\u043e\u043a\u0430 \u043d\u0435\u0442 \u0433\u0440\u0443\u043f\u043f", + "You did not select a content group": "\u0412\u044b \u043d\u0435 \u0432\u044b\u0431\u0440\u0430\u043b\u0438 \u0433\u0440\u0443\u043f\u043f\u0443 \u043f\u043e \u0438\u0437\u0443\u0447\u0430\u0435\u043c\u043e\u043c\u0443 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0443", + "You did not select any files to submit.": "\u0412\u044b \u043d\u0435 \u0432\u044b\u0431\u0440\u0430\u043b\u0438 \u043d\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u0444\u0430\u0439\u043b\u0430 \u0434\u043b\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438.", + "You did not submit the required files: {requiredFiles}.": "\u0412\u044b \u043d\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u043b\u0438 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b\u0435 \u0444\u0430\u0439\u043b\u044b: {requiredFiles}.", + "You don't seem to have Flash installed. Get Flash to continue your verification.": "\u041a\u0430\u0436\u0435\u0442\u0441\u044f, \u0443 \u0432\u0430\u0441 \u043d\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d Flash Player. \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435 Flash, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c \u0432\u0430\u0448\u0443 \u0432\u0435\u0440\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044e.", + "You don't seem to have a webcam connected.": "\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e, \u043d\u0435 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0430 \u0432\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u0430.", + "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "\u0412\u044b \u0434\u043e\u0431\u0430\u0432\u0438\u043b\u0438 \u043d\u043e\u0432\u044b\u0439 \u043a\u0440\u0438\u0442\u0435\u0440\u0438\u0439. \u0412\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0432\u044b\u0431\u0440\u0430\u0442\u044c \u043f\u043e\u0434\u0445\u043e\u0434\u044f\u0449\u0438\u0435 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u044b \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043a\u0440\u0438\u0442\u0435\u0440\u0438\u044f \u0434\u043b\u044f \u043f\u0440\u0438\u043c\u0435\u0440\u043e\u0432 \u043d\u0430 \u0448\u0430\u0433\u0435 \u043e\u0431\u0443\u0447\u0435\u043d\u0438\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439. \u0414\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u043f\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u0432\u043e \u0432\u043a\u043b\u0430\u0434\u043a\u0443 \u00ab\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u00bb.", + "You have already verified your ID!": "\u0412\u044b \u0443\u0436\u0435 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u043b\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442, \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u044f\u044e\u0449\u0438\u0439 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u044c.", + "You have been logged out of your edX account. Click Okay to log in again now. Click Cancel to stay on this page (you must log in again to save your work).": "\u0412\u044b \u0432\u044b\u0448\u043b\u0438 \u0438\u0437 \u0441\u0432\u043e\u0435\u0439 \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u00abOK\u00bb, \u0447\u0442\u043e\u0431\u044b \u0432\u043e\u0439\u0442\u0438 \u0437\u0430\u043d\u043e\u0432\u043e. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u00ab\u041e\u0442\u043c\u0435\u043d\u0430\u00bb, \u0447\u0442\u043e\u0431\u044b \u043e\u0441\u0442\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u044d\u0442\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435 (\u0434\u043b\u044f \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u0441\u0432\u043e\u0435\u0439 \u0440\u0430\u0431\u043e\u0442\u044b \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0432\u043e\u0439\u0442\u0438 \u0437\u0430\u043d\u043e\u0432\u043e). ", + "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "\u0412\u044b \u0443\u0434\u0430\u043b\u0438\u043b\u0438 \u043a\u0440\u0438\u0442\u0435\u0440\u0438\u0439. \u041e\u043d \u0431\u044b\u043b \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0443\u0434\u0430\u043b\u0451\u043d \u0438\u0437 \u043f\u0440\u0438\u043c\u0435\u0440\u043e\u0432 \u043e\u0442\u0432\u0435\u0442\u043e\u0432 \u043d\u0430 \u0448\u0430\u0433\u0435 \u043e\u0431\u0443\u0447\u0435\u043d\u0438\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439.", + "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "\u0412\u044b \u0443\u0434\u0430\u043b\u0438\u043b\u0438 \u0432\u0441\u0435 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u044b \u043e\u0442\u0432\u0435\u0442\u043e\u0432 \u0434\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u043a\u0440\u0438\u0442\u0435\u0440\u0438\u044f. \u041a\u0440\u0438\u0442\u0435\u0440\u0438\u0439 \u0431\u044b\u043b \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0443\u0434\u0430\u043b\u0451\u043d \u0434\u043b\u044f \u0432\u0441\u0435\u0445 \u043f\u0440\u0438\u043c\u0435\u0440\u043e\u0432 \u043d\u0430 \u0448\u0430\u0433\u0435 \u043e\u0431\u0443\u0447\u0435\u043d\u0438\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439.", + "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "\u0412\u044b \u0443\u0434\u0430\u043b\u0438\u043b\u0438 \u0432\u0430\u0440\u0438\u0430\u043d\u0442 \u043e\u0442\u0432\u0435\u0442\u0430. \u041e\u043d \u0442\u0430\u043a\u0436\u0435 \u0431\u044b\u043b \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0443\u0434\u0430\u043b\u0451\u043d \u0438\u0437 \u043a\u0440\u0438\u0442\u0435\u0440\u0438\u044f \u0434\u043b\u044f \u043f\u0440\u0438\u043c\u0435\u0440\u043e\u0432 \u043e\u0442\u0432\u0435\u0442\u043e\u0432 \u043d\u0430 \u0448\u0430\u0433\u0435 \u043e\u0431\u0443\u0447\u0435\u043d\u0438\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439. \u0412\u0430\u043c \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u043d\u0430\u0434\u043e\u0431\u0438\u0442\u044c\u0441\u044f \u0432\u044b\u0431\u0440\u0430\u0442\u044c \u043d\u043e\u0432\u044b\u0439 \u0432\u0430\u0440\u0438\u0430\u043d\u0442 \u043e\u0442\u0432\u0435\u0442\u0430 \u0434\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u043a\u0440\u0438\u0442\u0435\u0440\u0438\u044f.", + "You have done a dry run of force publishing the course. Nothing has changed. Had you run it, the following course versions would have been change.": "\u0412\u044b \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u043b\u0438 \u0438\u043c\u0438\u0442\u0430\u0446\u0438\u044e \u043f\u0440\u0438\u043d\u0443\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438, \u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u0432 \u043a\u0443\u0440\u0441\u0435 \u043d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u0438\u0437\u043c\u0435\u043d\u0438\u043b\u043e\u0441\u044c. \u041f\u0440\u0438 \u043f\u0440\u0438\u043d\u0443\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0431\u0443\u0434\u0443\u0442 \u0432\u043d\u0435\u0441\u0435\u043d\u044b \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f.", + "You have no handouts defined": "\u0412\u044b \u043d\u0435 \u0434\u043e\u0431\u0430\u0432\u0438\u043b\u0438 \u043d\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430", + "You have not bookmarked any courseware pages yet": "\u0423 \u0432\u0430\u0441 \u0435\u0449\u0451 \u043d\u0435\u0442 \u0437\u0430\u043a\u043b\u0430\u0434\u043e\u043a \u0432 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u0445 \u044d\u0442\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0430", + "You have not created any certificates yet.": "\u0412\u044b \u0435\u0449\u0451 \u043d\u0435 \u0441\u043e\u0437\u0434\u0430\u043b\u0438 \u043d\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430.", + "You have not created any content groups yet.": "\u0412\u044b \u0435\u0449\u0451 \u043d\u0435 \u0441\u043e\u0437\u0434\u0430\u043b\u0438 \u043d\u0438 \u043e\u0434\u043d\u043e\u0439 \u0433\u0440\u0443\u043f\u043f\u044b \u043f\u043e \u0438\u0437\u0443\u0447\u0430\u0435\u043c\u044b\u043c \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u043c.", + "You have not created any group configurations yet.": "\u0412\u044b \u0435\u0449\u0451 \u043d\u0435 \u0441\u043e\u0437\u0434\u0430\u043b\u0438 \u043d\u0438 \u043e\u0434\u043d\u043e\u0439 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0433\u0440\u0443\u043f\u043f.", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u0412\u044b \u0432\u044b\u0431\u0440\u0430\u043b\u0438 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u0438 \u043d\u0435 \u0432\u043d\u0435\u0441\u043b\u0438 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439 \u0432 \u0434\u0430\u043d\u043d\u044b\u0435. \u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e, \u0432\u044b \u0445\u043e\u0442\u0435\u043b\u0438 \u0432\u043e\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u043a\u043d\u043e\u043f\u043a\u043e\u0439 \"\u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c\", \u0430 \u043d\u0435 \u043a\u043d\u043e\u043f\u043a\u043e\u0439 \"\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c\". \u0415\u0441\u043b\u0438 \u044d\u0442\u043e \u0442\u0430\u043a, \u0442\u043e \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \"\u041e\u0442\u043c\u0435\u043d\u0430\", \u0447\u0442\u043e\u0431\u044b \u0432\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u0432 \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f. ", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u0412\u044b \u0432\u044b\u0431\u0440\u0430\u043b\u0438 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435, \u043d\u043e \u0435\u0449\u0435 \u043d\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u043b\u0438 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f, \u0432\u043d\u0435\u0441\u0435\u043d\u043d\u044b\u0435 \u0432 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u043f\u043e\u043b\u044f\u0445 \u0434\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 OK, \u0447\u0442\u043e\u0431\u044b \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f. \u041f\u043e\u0441\u043b\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u0432\u0430\u043c \u043f\u0440\u0438\u0434\u0435\u0442\u0441\u044f \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u0435\u0449\u0435 \u0440\u0430\u0437.", + "You have set your language to {beta_language}, which is currently not fully translated. You can help us translate this language fully by joining the Transifex community and adding translations from English for learners that speak {beta_language}.": "\u0412\u044b \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u043b\u0438 \u0434\u043b\u044f \u044f\u0437\u044b\u043a\u0430 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 {beta_language}, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u0432 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u043d\u0435 \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e \u043f\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043d\u043e. \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u043c\u043e\u0447\u044c \u043d\u0430\u043c \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e \u043f\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u044d\u0442\u043e\u0442 \u044f\u0437\u044b\u043a, \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0432\u0448\u0438\u0441\u044c \u043a \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0443 Transifex \u0438 \u0434\u043e\u0431\u0430\u0432\u0438\u0432 \u043f\u0435\u0440\u0435\u0432\u043e\u0434\u044b \u0441 \u0430\u043d\u0433\u043b\u0438\u0439\u0441\u043a\u043e\u0433\u043e \u044f\u0437\u044b\u043a\u0430 \u0434\u043b\u044f \u0442\u0435\u0445, \u043a\u0442\u043e \u0433\u043e\u0432\u043e\u0440\u0438\u0442 \u043d\u0430 {beta_language}.", + "You have successfully signed into %(currentProvider)s, but your %(currentProvider)s account does not have a linked %(platformName)s account. To link your accounts, sign in now using your %(platformName)s password.": "\u0412\u044b \u0432\u043e\u0448\u043b\u0438 \u0432 %(currentProvider)s, \u043e\u0434\u043d\u0430\u043a\u043e \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0441\u0432\u044f\u0437\u0430\u0442\u044c \u0443\u0447\u0451\u0442\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 %(currentProvider)s \u0438 %(platformName)s. \u0414\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u0432\u043e\u0439\u0434\u0438\u0442\u0435 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u043f\u0430\u0440\u043e\u043b\u044f %(platformName)s.", + "You have unsaved changes are you sure you want to navigate away?": "\u0423 \u0432\u0430\u0441 \u0435\u0441\u0442\u044c \u043d\u0435\u0441\u043e\u0445\u0440\u0430\u043d\u0451\u043d\u043d\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f. \u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0439\u0442\u0438?", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "\u0418\u043c\u0435\u044e\u0442\u0441\u044f \u043d\u0435\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u043d\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432 \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u0445 \u043f\u043e\u043b\u044f\u0445 \u0434\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f. \u0415\u0441\u043b\u0438 \u0432\u044b \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435, \u043d\u0435\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u043d\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0431\u0443\u0434\u0443\u0442 \u043f\u043e\u0442\u0435\u0440\u044f\u043d\u044b.", + "You have unsaved changes. Do you really want to leave this page?": "\u0423 \u0432\u0430\u0441 \u0435\u0441\u0442\u044c \u043d\u0435\u0441\u043e\u0445\u0440\u0430\u043d\u0451\u043d\u043d\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f. \u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u043e\u043a\u0438\u043d\u0443\u0442\u044c \u044d\u0442\u0443 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443?", + "You haven't added any assets to this course yet.": "\u0412\u044b \u043d\u0435 \u0434\u043e\u0431\u0430\u0432\u0438\u043b\u0438 \u043d\u0438\u043a\u0430\u043a\u0438\u0445 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u043e\u0432 \u043a \u044d\u0442\u043e\u043c\u0443 \u043a\u0443\u0440\u0441\u0443.", + "You haven't added any content to this course yet.": "\u0412\u044b \u0435\u0449\u0451 \u043d\u0435 \u0434\u043e\u0431\u0430\u0432\u0438\u043b\u0438 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b \u043a\u0443\u0440\u0441\u0430.", + "You haven't added any textbooks to this course yet.": "\u0412\u044b \u0435\u0449\u0451 \u043d\u0435 \u0434\u043e\u0431\u0430\u0432\u0438\u043b\u0438 \u043d\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u0443\u0447\u0435\u0431\u043d\u0438\u043a\u0430 \u043a \u044d\u0442\u043e\u043c\u0443 \u043a\u0443\u0440\u0441\u0443.", + "You must be over 13 to share a full profile. If you are over 13, make sure that you have specified a birth year on the {account_settings_page_link}": "\u0414\u043b\u044f \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u043f\u043e\u043b\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f \u0432\u0430\u043c \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 13 \u043b\u0435\u0442. \u0415\u0441\u043b\u0438 \u0432\u044b \u0441\u0442\u0430\u0440\u0448\u0435 13 \u043b\u0435\u0442, \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u044c\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0432\u044b \u0443\u043a\u0430\u0437\u0430\u043b\u0438 \u0433\u043e\u0434 \u0440\u043e\u0436\u0434\u0435\u043d\u0438\u044f \u0432 {account_settings_page_link}", + "You must enter a valid email address in order to add a new team member": "\u0427\u0442\u043e\u0431\u044b \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u043e\u0432\u043e\u0433\u043e \u0447\u043b\u0435\u043d\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u044b, \u0432\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0432\u0432\u0435\u0441\u0442\u0438 \u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u044b\u0439 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441", + "You must provide a learner name.": "\u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0443\u043a\u0430\u0437\u0430\u0442\u044c \u0438\u043c\u044f \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f.", + "You must sign out and sign back in before your language changes take effect.": "\u0427\u0442\u043e\u0431\u044b \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435 \u044f\u0437\u044b\u043a\u0430 \u0432\u0441\u0442\u0443\u043f\u0438\u043b\u043e \u0432 \u0441\u0438\u043b\u0443, \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0432\u044b\u0439\u0442\u0438 \u0438 \u0441\u043d\u043e\u0432\u0430 \u0432\u043e\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0443.", + "You must specify a name for the cohort": "\u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043d\u0430\u0437\u0432\u0430\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u0443", + "You must specify your birth year before you can share your full profile. To specify your birth year, go to the {account_settings_page_link}": "\u0414\u043b\u044f \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u043f\u043e\u043b\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0443\u043a\u0430\u0437\u0430\u0442\u044c \u0433\u043e\u0434 \u0432\u0430\u0448\u0435\u0433\u043e \u0440\u043e\u0436\u0434\u0435\u043d\u0438\u044f \u0432 {account_settings_page_link}", + "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "\u0412\u0430\u043c \u0442\u0440\u0435\u0431\u0443\u044e\u0442\u0441\u044f \u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0435 \u043f\u0440\u0430\u0432\u0430, \u043f\u0430\u0441\u043f\u043e\u0440\u0442 \u0438\u043b\u0438 \u0438\u043d\u043e\u0439 \u0433\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u0435\u0441\u0442\u044c \u0432\u0430\u0448\u0435 \u0438\u043c\u044f \u0438 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044f.", + "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "\u0412\u0430\u043c \u043f\u043e\u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u0435 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438 \u0441 \u0432\u0430\u0448\u0438\u043c \u0438\u043c\u0435\u043d\u0435\u043c \u0438 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439. \u041f\u043e\u0434\u043e\u0439\u0434\u0451\u0442 \u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0435 \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u0435, \u043f\u0430\u0441\u043f\u043e\u0440\u0442 \u0438\u043b\u0438 \u0434\u0440\u0443\u0433\u043e\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0433\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0433\u043e \u043e\u0431\u0440\u0430\u0437\u0446\u0430.", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "\u041f\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043c \u043d\u0430\u0447\u0430\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u044b\u0432\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u043a\u0443\u0440\u0441\u044b, \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0432\u043e\u044e \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c. \u041f\u0438\u0441\u044c\u043c\u043e \u0434\u043b\u044f \u0430\u043a\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u0432\u044b\u0441\u043b\u0430\u043d\u043e \u0432\u0430\u043c \u043d\u0430 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443\u044e \u043f\u043e\u0447\u0442\u0443.", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "\u041f\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043c \u0432\u044b \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u043a\u0443\u0440\u0441\u044b, \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0432\u043e\u044e \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c. \u041f\u0438\u0441\u044c\u043c\u043e \u0434\u043b\u044f \u0430\u043a\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u0432\u044b\u0441\u043b\u0430\u043d\u043e \u0432\u0430\u043c \u043d\u0430 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443\u044e \u043f\u043e\u0447\u0442\u0443. \u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0432 \u0430\u043a\u0442\u0438\u0432\u0430\u0446\u0438\u044e, \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u043d\u0430 \u044d\u0442\u0443 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0435\u0451.", + "You still need to visit the %(display_name)s website to complete the credit process.": "\u0412\u0430\u043c \u043d\u0443\u0436\u043d\u043e \u043f\u043e\u0441\u0435\u0442\u0438\u0442\u044c %(display_name)s \u0432\u0435\u0431-\u0441\u0430\u0439\u0442 \u0434\u043b\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u043f\u043e\u043a\u0443\u043f\u043a\u0438.", + "You submitted {filename}; only {allowedFiles} are allowed.": "\u0412\u044b \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u043b\u0438 \u0444\u0430\u0439\u043b {filename}; \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u044b \u0442\u043e\u043b\u044c\u043a\u043e \u0444\u0430\u0439\u043b\u044b {allowedFiles}.", + "You will be refunded the amount you paid.": "\u0412\u0430\u043c \u0431\u0443\u0434\u0443\u0442 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0435\u043d\u0430 \u0441\u0443\u043c\u043c\u0430, \u043a\u043e\u0442\u043e\u0440\u0443\u044e \u0432\u044b \u0437\u0430\u043f\u043b\u0430\u0442\u0438\u043b\u0438.", + "You will not be refunded the amount you paid.": "\u0412\u0430\u043c \u043d\u0435 \u0431\u0443\u0434\u0435\u0442 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0435\u043d\u0430 \u0441\u0443\u043c\u043c\u0430, \u043a\u043e\u0442\u043e\u0440\u0443\u044e \u0432\u044b \u0437\u0430\u043f\u043b\u0430\u0442\u0438\u043b\u0438.", + "You will not receive notification for emails that bounce, so double-check your spelling.": "\u0412\u044b \u043d\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u0439 \u043e \u043d\u0435\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u044b\u0445 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f\u0445, \u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u0435\u0449\u0451 \u0440\u0430\u0437 \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0430\u0434\u0440\u0435\u0441.", + "You will use your webcam to take a picture of your face and of your government-issued photo ID.": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0432\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u0443, \u0441\u0434\u0435\u043b\u0430\u0439\u0442\u0435 \u0441\u043d\u0438\u043c\u043e\u043a \u0432\u0430\u0448\u0435\u0433\u043e \u043b\u0438\u0446\u0430 \u0438 \u0440\u0430\u0437\u0432\u043e\u0440\u043e\u0442\u0430 \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u044f \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438: \u043f\u0430\u0441\u043f\u043e\u0440\u0442\u0430 \u0438\u043b\u0438 \u0438\u043d\u043e\u0433\u043e \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0441 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439.", + "You!": "\u0412\u044b!", + "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "\u0412\u044b \u0441\u043e\u0431\u0438\u0440\u0430\u0435\u0442\u0435\u0441\u044c \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0441\u0432\u043e\u0439 \u043e\u0442\u0432\u0435\u0442 \u043d\u0430 \u043e\u0446\u0435\u043d\u0438\u0432\u0430\u043d\u0438\u0435. \u041f\u043e\u0441\u043b\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u043e\u0442\u0432\u0435\u0442\u0430 \u0412\u044b \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0435\u0433\u043e \u0438\u043b\u0438 \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043d\u043e\u0432\u044b\u0439 \u043e\u0442\u0432\u0435\u0442.", + "You've made some changes": "\u0412\u044b \u0432\u043d\u0435\u0441\u043b\u0438 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f", + "You've made some changes, but there are some errors": "\u0412\u044b \u0432\u043d\u0435\u0441\u043b\u0438 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f, \u043d\u043e \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0438 \u043e\u0448\u0438\u0431\u043a\u0438", + "You've successfully signed into %(currentProvider)s.": "\u0412\u044b \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u043e\u0448\u043b\u0438 \u0432 %(currentProvider)s.", + "Your ID must be a government-issued photo ID that clearly shows your face.": "\u0412\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u043f\u0440\u0435\u0434\u044a\u044f\u0432\u0438\u0442\u044c \u0433\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0435 \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u0435\u043d\u0438\u0435 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438 \u0441 \u0445\u043e\u0440\u043e\u0448\u043e \u0440\u0430\u0437\u043b\u0438\u0447\u0438\u043c\u043e\u0439 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439.", + "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "\u0412\u0430\u0448 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043f\u0440\u044f\u043c\u043e\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u0431\u0443\u0444\u0435\u0440\u0443 \u043e\u0431\u043c\u0435\u043d\u0430. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435, \u043f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u0438 \u043a\u043b\u0430\u0432\u0438\u0448 Ctrl+X/C/V.", + "Your changes have been saved.": "\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u044b.", + "Your changes have been saved. {details}": "\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u044b. {details}", + "Your changes will not take effect until you save your progress.": "\u0412\u0430\u0448\u0438 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u043d\u0435 \u0432\u0441\u0442\u0443\u043f\u044f\u0442 \u0432 \u0441\u0438\u043b\u0443, \u043f\u043e\u043a\u0430 \u0432\u044b \u043d\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u0435 \u0438\u0445.", + "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "\u0412\u0430\u0448\u0438 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u043d\u0435 \u0432\u0441\u0442\u0443\u043f\u044f\u0442 \u0432 \u0441\u0438\u043b\u0443, \u043f\u043e\u043a\u0430 \u0432\u044b \u043d\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u0435 \u0438\u0445. \u0411\u0443\u0434\u044c\u0442\u0435 \u043e\u0441\u0442\u043e\u0440\u043e\u0436\u043d\u044b \u0441 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u043a\u043b\u044e\u0447\u0435\u0439 \u0438 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439, \u0442\u0430\u043a \u043a\u0430\u043a \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u043d\u0435 \u0440\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u0430.", + "Your course could not be exported to XML. There is not enough information to identify the failed component. Inspect your course to identify any problematic components and try again.": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u0451\u043b \u0441\u0431\u043e\u0439 \u0432 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0435 \u0432\u0430\u0448\u0435\u0433\u043e \u043a\u0443\u0440\u0441\u0430 \u0432 XML. \u041a \u0441\u043e\u0436\u0430\u043b\u0435\u043d\u0438\u044e, \u0443 \u043d\u0430\u0441 \u043d\u0435\u0442 \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u043e\u0439 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u043c\u043e\u0447\u044c \u0432\u0430\u043c \u0432 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0438 \u043d\u0435\u0438\u0441\u043f\u0440\u0430\u0432\u043d\u043e\u0433\u043e \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430. \u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u043c \u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b \u043a\u0443\u0440\u0441\u0430 \u0434\u043b\u044f \u0432\u044b\u044f\u0432\u043b\u0435\u043d\u0438\u044f \u043a\u0430\u043a\u0438\u0445-\u043b\u0438\u0431\u043e \u043e\u0448\u0438\u0431\u043e\u043a \u0432 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430\u0445 \u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u043e\u0432\u0430\u0442\u044c \u0435\u0449\u0451 \u0440\u0430\u0437.", + "Your donation could not be submitted.": "\u0412\u0430\u0448\u0438 \u043f\u043e\u0436\u0435\u0440\u0442\u0432\u043e\u0432\u0430\u043d\u0438\u044f \u043d\u0435 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u043f\u0440\u0438\u043d\u044f\u0442\u044b.", + "Your email message was successfully queued for sending. In courses with a large number of learners, email messages to learners might take up to an hour to be sent.": "\u0412\u0430\u0448\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0440\u0438\u043d\u044f\u0442\u043e \u0438 \u043e\u0436\u0438\u0434\u0430\u0435\u0442 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438. \u041d\u0430 \u043a\u0443\u0440\u0441\u0430\u0445 \u0441 \u0431\u043e\u043b\u044c\u0448\u0438\u043c \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e\u043c \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0430 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0439 \u043c\u043e\u0436\u0435\u0442 \u0437\u0430\u043d\u044f\u0442\u044c \u043e\u043a\u043e\u043b\u043e \u0447\u0430\u0441\u0430.", + "Your entire face fits inside the frame.": "\u0412\u0430\u0448\u0435 \u043b\u0438\u0446\u043e \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e \u043f\u043e\u043c\u0435\u0449\u0430\u0435\u0442\u0441\u044f \u0432 \u0440\u0430\u043c\u043a\u0443.", + "Your export has failed.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0435.", + "Your face is well-lit.": "\u0412\u0430\u0448\u0435 \u043b\u0438\u0446\u043e \u0445\u043e\u0440\u043e\u0448\u043e \u043e\u0441\u0432\u0435\u0449\u0435\u043d\u043e.", + "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "\u0412\u0430\u0448 \u0444\u0430\u0439\u043b '{file}' \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d. \u041e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430 \u043f\u0440\u043e\u0434\u043b\u0438\u0442\u0441\u044f \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043c\u0438\u043d\u0443\u0442.", + "Your file could not be uploaded": "\u0412\u0430\u0448 \u0444\u0430\u0439\u043b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d", + "Your file has been deleted.": "\u0412\u0430\u0448 \u0444\u0430\u0439\u043b \u0431\u044b\u043b \u0443\u0434\u0430\u043b\u0451\u043d.", + "Your file {filename} is too large (max size: {maxSize}MB).": "\u0424\u0430\u0439\u043b \u00ab{filename}\u00bb \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u0432\u0435\u043b\u0438\u043a (\u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0439 \u0440\u0430\u0437\u043c\u0435\u0440: {maxSize}\u00a0\u041c\u0431).", + "Your library could not be exported to XML. There is not enough information to identify the failed component. Inspect your library to identify any problematic components and try again.": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u0451\u043b \u0441\u0431\u043e\u0439 \u043f\u0440\u0438 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0435 \u0432\u0430\u0448\u0435\u0439 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438 \u0432 XML. \u041a \u0441\u043e\u0436\u0430\u043b\u0435\u043d\u0438\u044e, \u0443 \u043d\u0430\u0441 \u043d\u0435\u0442 \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e\u0439 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u043c\u043e\u0447\u044c \u0432\u0430\u043c \u0432 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0438 \u043d\u0435\u0438\u0441\u043f\u0440\u0430\u0432\u043d\u043e\u0433\u043e \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430. \u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u043c \u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u0432\u0430\u0448\u0443 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0443 \u0434\u043b\u044f \u0432\u044b\u044f\u0432\u043b\u0435\u043d\u0438\u044f \u043a\u0430\u043a\u0438\u0445-\u043b\u0438\u0431\u043e \u043e\u0448\u0438\u0431\u043e\u043a \u0432 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430\u0445 \u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u043e\u0432\u0430\u0442\u044c \u0435\u0449\u0451 \u0440\u0430\u0437.", + "Your message cannot be blank.": "\u0412\u0430\u0448\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043f\u0443\u0441\u0442\u044b\u043c.", + "Your message must have a subject.": "\u0412\u0430\u0448\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0434\u043e\u043b\u0436\u043d\u043e \u0438\u043c\u0435\u0442\u044c \u0442\u0435\u043c\u0443.", + "Your message must have at least one target.": "\u0412\u0430\u0448\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0434\u043e\u043b\u0436\u043d\u043e \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0445\u043e\u0442\u044f \u0431\u044b \u043e\u0434\u0438\u043d \u0441\u0438\u043c\u0432\u043e\u043b.", + "Your policy changes have been saved.": "\u0412\u0430\u0448\u0438 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0431\u044b\u043b\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u044b.", + "Your post will be discarded.": "\u0412\u0430\u0448\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0431\u0443\u0434\u0435\u0442 \u0443\u0434\u0430\u043b\u0435\u043d\u043e.", + "Your question or idea (required)": "\u0412\u0430\u0448 \u0432\u043e\u043f\u0440\u043e\u0441 \u0438\u043b\u0438 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u0435 (\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e)", + "Your request could not be completed due to a server problem. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0432\u0430\u0448 \u0437\u0430\u043f\u0440\u043e\u0441 \u0432 \u0441\u0432\u044f\u0437\u0438 \u0441 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u043e\u0439 \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0435. \u041f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437. \u0415\u0441\u043b\u0438 \u0441\u0431\u043e\u0439 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0441\u044f, \u0449\u0451\u043b\u043a\u043d\u0438\u0442\u0435 \u043f\u043e \u0432\u043a\u043b\u0430\u0434\u043a\u0435 \u041f\u043e\u043c\u043e\u0449\u044c \u0438 \u0441\u043e\u043e\u0431\u0449\u0438\u0442\u0435 \u043e\u0431 \u044d\u0442\u043e\u043c.", + "Your request could not be completed. Reload the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0432\u0430\u0448 \u0437\u0430\u043f\u0440\u043e\u0441. \u041f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437.", + "Your request could not be completed. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0432\u0430\u0448 \u0437\u0430\u043f\u0440\u043e\u0441. \u041f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0441\u043d\u043e\u0432\u0430. \u0415\u0441\u043b\u0438 \u0441\u0431\u043e\u0439 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0441\u044f, \u0449\u0451\u043b\u043a\u043d\u0438\u0442\u0435 \u043f\u043e \u043a\u043d\u043e\u043f\u043a\u0435 \u00ab\u041f\u043e\u043c\u043e\u0449\u044c\u00bb \u0438 \u0441\u043e\u043e\u0431\u0449\u0438\u0442\u0435 \u043e\u0431 \u044d\u0442\u043e\u0439 \u043e\u0448\u0438\u0431\u043a\u0435.", + "Your request could not be processed. Refresh the page and try again.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u0432\u0430\u0448 \u0437\u0430\u043f\u0440\u043e\u0441. \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", + "Your team could not be created.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0432\u0430\u0448\u0443 \u043a\u043e\u043c\u0430\u043d\u0434\u0443.", + "Your team could not be updated.": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0438 \u0432\u0430\u0448\u0435\u0439 \u043a\u043e\u043c\u0430\u043d\u0434\u044b.", + "Your upload of '{file}' failed.": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 '{file}'", + "Your upload of '{file}' succeeded.": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 '{file}' \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0430", + "Your verification status is good until {verificationGoodUntil}.": "\u0412\u0430\u0448 \u0441\u0442\u0430\u0442\u0443\u0441 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u043e\u0433\u043e \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u0435\u043d \u0434\u043e {verificationGoodUntil}.", + "Your video uploads are not complete.": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0432\u0438\u0434\u0435\u043e \u043d\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0430.", + "Your {program} Certificate": "\u0412\u0430\u0448 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u043f\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0435 \u00ab{program}\u00bb", + "Yourself": "\u0421\u0435\u0431\u0435", + "Zoom In": "\u041f\u0440\u0438\u0431\u043b\u0438\u0437\u0438\u0442\u044c", + "Zoom Out": "\u041e\u0442\u0434\u0430\u043b\u0438\u0442\u044c", + "[no tags]": "[\u043d\u0435\u0442 \u0442\u0435\u0433\u043e\u0432]", + "a day": "\u043e\u0434\u0438\u043d \u0434\u0435\u043d\u044c", "about %d hour": [ - "\u043e\u043a\u043e\u043b\u043e %d \u0447\u0430\u0441\u0430", - "\u043e\u043a\u043e\u043b\u043e %d \u0447\u0430\u0441\u043e\u0432", - "\u043e\u043a\u043e\u043b\u043e %d \u0447\u0430\u0441\u043e\u0432", + "\u043e\u043a\u043e\u043b\u043e %d \u0447\u0430\u0441\u0430", + "\u043e\u043a\u043e\u043b\u043e %d \u0447\u0430\u0441\u043e\u0432", + "\u043e\u043a\u043e\u043b\u043e %d \u0447\u0430\u0441\u043e\u0432", "\u043e\u043a\u043e\u043b\u043e %d \u0447\u0430\u0441\u043e\u0432" - ], - "about a minute": "\u043e\u043a\u043e\u043b\u043e \u043c\u0438\u043d\u0443\u0442\u044b", - "about a month": "\u043e\u043a\u043e\u043b\u043e \u043c\u0435\u0441\u044f\u0446\u0430", - "about a year": "\u043e\u043a\u043e\u043b\u043e \u0433\u043e\u0434\u0430", - "about an hour": "\u043e\u043a\u043e\u043b\u043e \u0447\u0430\u0441\u0430", - "active proctored exams": "\u0430\u043a\u0442\u0438\u0432\u043d\u044b\u0435 \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u044b\u0435 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u044b", - "and others": "\u0438 \u0434\u0440\u0443\u0433\u0438\u0435", - "anonymous": "\u0430\u043d\u043e\u043d\u0438\u043c", - "answer": "\u043e\u0442\u0432\u0435\u0442", - "bytes": "\u0431\u0430\u0439\u0442", - "certificate": "\u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442", - "close": "\u0437\u0430\u043a\u0440\u044b\u0442\u044c", - "component": "\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442", - "content group": "\u0433\u0440\u0443\u043f\u043f\u0430 \u043f\u043e \u0438\u0437\u0443\u0447\u0430\u0435\u043c\u044b\u043c \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u043c", - "correct": "\u0432\u0435\u0440\u043d\u043e", - "could not determine the course_id": "\u043d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043a\u0443\u0440\u0441\u0430", - "course id": "\u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043a\u0443\u0440\u0441\u0430", - "courses with active proctored exams": "\u043a\u0443\u0440\u0441\u044b \u0441 \u0430\u043a\u0442\u0438\u0432\u043d\u044b\u043c\u0438 \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u044b\u043c\u0438 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430\u043c\u0438", - "delete chapter": "\u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0433\u043b\u0430\u0432\u0443", - "delete group": "\u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u0443", - "details about the failure": "\u043f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435 \u043e\u0431 \u043e\u0448\u0438\u0431\u043a\u0435", - "dragging": "\u043f\u0435\u0440\u0435\u0442\u0430\u0441\u043a\u0438\u0432\u0430\u043d\u0438\u0435", - "dragging out of slider": "\u043f\u0435\u0440\u0435\u0442\u0430\u0441\u043a\u0438\u0432\u0430\u043d\u0438\u0435 \u0441 \u043b\u0435\u043d\u0442\u044b", - "dropped in slider": "\u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u043e \u043d\u0430 \u043b\u0435\u043d\u0442\u0443", - "dropped on target": "\u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u043e \u043d\u0430 \u0446\u0435\u043b\u044c", - "e.g. 'Sky with clouds'. The description is helpful for users who cannot see the image.": "\u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u00ab\u041d\u0435\u0431\u043e \u0441 \u043e\u0431\u043b\u0430\u043a\u0430\u043c\u0438\u00bb. \u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0443\u0434\u043e\u0431\u043d\u043e \u0434\u043b\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043d\u0435 \u043c\u043e\u0433\u0443\u0442 \u0443\u0432\u0438\u0434\u0435\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f.", - "e.g. 'google'": "\u043d\u0430\u043f\u0440., 'google'", - "e.g. 'http://google.com'": "\u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \"http://google.com\"", - "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "\u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, mariaivanova@example.ru, MariaIvanova, mashaivanova@example.ru", - "emphasized text": "\u0442\u0435\u043a\u0441\u0442 \u043a\u0443\u0440\u0441\u0438\u0432\u043e\u043c", - "enter code here": "\u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u044b\u0439 \u043a\u043e\u0434", - "enter link description here": "\u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0441\u0441\u044b\u043b\u043a\u0438", - "for": "\u0434\u043b\u044f \u0437\u0430\u043a\u0430\u0437\u0430", - "group configuration": "\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f \u0433\u0440\u0443\u043f\u043f", - "image omitted": "\u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0441\u043a\u0440\u044b\u0442\u043e", - "incorrect": "\u043d\u0435\u0432\u0435\u0440\u043d\u043e", - "internally reviewed": "\u043e\u0442\u0441\u043c\u043e\u0442\u0440\u0435\u043d", - "last activity": "\u043f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c", - "less than a minute": "\u043c\u0435\u043d\u044c\u0448\u0435 \u043c\u0438\u043d\u0443\u0442\u044b", - "minutes": "\u043c\u0438\u043d\u0443\u0442", - "name": "\u0438\u043c\u044f", - "off": "\u0432\u044b\u043a\u043b", - "on": "\u0432\u043a\u043b", - "one letter Friday\u0004F": "\u041f", - "one letter Monday\u0004M": "\u041f", - "one letter Saturday\u0004S": "\u0421", - "one letter Sunday\u0004S": "\u0412", - "one letter Thursday\u0004T": "\u0427", - "one letter Tuesday\u0004T": "\u0412", - "one letter Wednesday\u0004W": "\u0421", - "open slots": "\u0432\u0430\u043a\u0430\u043d\u0442\u043d\u044b\u0435 \u043c\u0435\u0441\u0442\u0430", - "or": "\u0438\u043b\u0438", - "or create a new one here": "\u0438\u043b\u0438 \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u043e\u0432\u0443\u044e \u0432 \u044d\u0442\u043e\u043c \u0441\u0435\u0440\u0432\u0438\u0441\u0435", - "or sign in with": "\u0438\u043b\u0438 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e", - "path/to/introductionToCookieBaking-CH{order}.pdf": "\u043f\u0443\u0442\u044c/\u043a/\u0432\u0432\u0435\u0434\u0435\u043d\u0438\u044e\u0412\u041a\u0443\u043b\u0438\u043d\u0430\u0440\u0438\u044e-\u0413\u041b{order}.pdf", - "pending": "\u043e\u0436\u0438\u0434\u0430\u043d\u0438\u0435", - "practice": "\u043f\u0440\u043e\u0431\u043d\u044b\u0439", - "price": "\u0446\u0435\u043d\u0430", - "proctored": "\u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u044b\u0439", - "provide the title/name of the chapter that will be used in navigating": "\u0443\u043a\u0430\u0436\u0438\u0442\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435/\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0433\u043b\u0430\u0432\u044b \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u044f \u043c\u0435\u0436\u0434\u0443 \u0433\u043b\u0430\u0432\u0430\u043c\u0438", - "provide the title/name of the text book as you would like your students to see it": "\u0443\u043a\u0430\u0436\u0438\u0442\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0443\u0447\u0435\u0431\u043d\u0438\u043a\u0430 \u0432 \u0444\u043e\u0440\u043c\u0435, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u0435\u0433\u043e \u0443\u0432\u0438\u0434\u044f\u0442 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438", - "remove": "\u0443\u0434\u0430\u043b\u0438\u0442\u044c", - "remove all": "\u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u0441\u0451", - "satisfactory": "\u043f\u0440\u0438\u043d\u044f\u0442", - "send an email message to {email}": "\u043e\u0442\u043f\u0440\u0430\u0432\u0438\u043b \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0435 \u043f\u0438\u0441\u044c\u043c\u043e \u043d\u0430 {email}", - "strong text": "\u0442\u0435\u043a\u0441\u0442 \u0436\u0438\u0440\u043d\u044b\u043c \u0448\u0440\u0438\u0444\u0442\u043e\u043c", - "team count": "\u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043a\u043e\u043c\u0430\u043d\u0434", - "text_word_{uniqueId}": "text_word_{uniqueId}", - "text_word_{uniqueId} title_word_{uniqueId}": "text_word_{uniqueId} title_word_{uniqueId}", + ], + "about a minute": "\u043e\u043a\u043e\u043b\u043e \u043c\u0438\u043d\u0443\u0442\u044b", + "about a month": "\u043e\u043a\u043e\u043b\u043e \u043c\u0435\u0441\u044f\u0446\u0430", + "about a year": "\u043e\u043a\u043e\u043b\u043e \u0433\u043e\u0434\u0430", + "about an hour": "\u043e\u043a\u043e\u043b\u043e \u0447\u0430\u0441\u0430", + "active proctored exams": "\u0430\u043a\u0442\u0438\u0432\u043d\u044b\u0435 \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u044b\u0435 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u044b", + "and others": "\u0438 \u0434\u0440\u0443\u0433\u0438\u0435", + "anonymous": "\u0430\u043d\u043e\u043d\u0438\u043c", + "answer": "\u043e\u0442\u0432\u0435\u0442", + "bytes": "\u0431\u0430\u0439\u0442", + "certificate": "\u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442", + "close": "\u0437\u0430\u043a\u0440\u044b\u0442\u044c", + "component": "\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442", + "content group": "\u0433\u0440\u0443\u043f\u043f\u0430 \u043f\u043e \u0438\u0437\u0443\u0447\u0430\u0435\u043c\u044b\u043c \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u043c", + "correct": "\u0432\u0435\u0440\u043d\u043e", + "could not determine the course_id": "\u043d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043a\u0443\u0440\u0441\u0430", + "course id": "\u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043a\u0443\u0440\u0441\u0430", + "courses with active proctored exams": "\u043a\u0443\u0440\u0441\u044b \u0441 \u0430\u043a\u0442\u0438\u0432\u043d\u044b\u043c\u0438 \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u044b\u043c\u0438 \u044d\u043a\u0437\u0430\u043c\u0435\u043d\u0430\u043c\u0438", + "delete chapter": "\u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0433\u043b\u0430\u0432\u0443", + "delete group": "\u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u0443", + "details about the failure": "\u043f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435 \u043e\u0431 \u043e\u0448\u0438\u0431\u043a\u0435", + "dragging": "\u043f\u0435\u0440\u0435\u0442\u0430\u0441\u043a\u0438\u0432\u0430\u043d\u0438\u0435", + "dragging out of slider": "\u043f\u0435\u0440\u0435\u0442\u0430\u0441\u043a\u0438\u0432\u0430\u043d\u0438\u0435 \u0441 \u043b\u0435\u043d\u0442\u044b", + "dropped in slider": "\u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u043e \u043d\u0430 \u043b\u0435\u043d\u0442\u0443", + "dropped on target": "\u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u043e \u043d\u0430 \u0446\u0435\u043b\u044c", + "e.g. 'Sky with clouds'. The description is helpful for users who cannot see the image.": "\u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u00ab\u041d\u0435\u0431\u043e \u0441 \u043e\u0431\u043b\u0430\u043a\u0430\u043c\u0438\u00bb. \u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0443\u0434\u043e\u0431\u043d\u043e \u0434\u043b\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043d\u0435 \u043c\u043e\u0433\u0443\u0442 \u0443\u0432\u0438\u0434\u0435\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f.", + "e.g. 'google'": "\u043d\u0430\u043f\u0440., 'google'", + "e.g. 'http://google.com'": "\u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \"http://google.com\"", + "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "\u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, mariaivanova@example.ru, MariaIvanova, mashaivanova@example.ru", + "emphasized text": "\u0442\u0435\u043a\u0441\u0442 \u043a\u0443\u0440\u0441\u0438\u0432\u043e\u043c", + "enter code here": "\u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u044b\u0439 \u043a\u043e\u0434", + "enter link description here": "\u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0441\u0441\u044b\u043b\u043a\u0438", + "for": "\u0434\u043b\u044f \u0437\u0430\u043a\u0430\u0437\u0430", + "group configuration": "\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f \u0433\u0440\u0443\u043f\u043f", + "image omitted": "\u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0441\u043a\u0440\u044b\u0442\u043e", + "incorrect": "\u043d\u0435\u0432\u0435\u0440\u043d\u043e", + "internally reviewed": "\u043e\u0442\u0441\u043c\u043e\u0442\u0440\u0435\u043d", + "last activity": "\u043f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c", + "less than a minute": "\u043c\u0435\u043d\u044c\u0448\u0435 \u043c\u0438\u043d\u0443\u0442\u044b", + "minutes": "\u043c\u0438\u043d\u0443\u0442", + "name": "\u0438\u043c\u044f", + "off": "\u0432\u044b\u043a\u043b", + "on": "\u0432\u043a\u043b", + "one letter Friday\u0004F": "\u041f", + "one letter Monday\u0004M": "\u041f", + "one letter Saturday\u0004S": "\u0421", + "one letter Sunday\u0004S": "\u0412", + "one letter Thursday\u0004T": "\u0427", + "one letter Tuesday\u0004T": "\u0412", + "one letter Wednesday\u0004W": "\u0421", + "open slots": "\u0432\u0430\u043a\u0430\u043d\u0442\u043d\u044b\u0435 \u043c\u0435\u0441\u0442\u0430", + "or": "\u0438\u043b\u0438", + "or create a new one here": "\u0438\u043b\u0438 \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u043e\u0432\u0443\u044e \u0432 \u044d\u0442\u043e\u043c \u0441\u0435\u0440\u0432\u0438\u0441\u0435", + "or sign in with": "\u0438\u043b\u0438 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e", + "path/to/introductionToCookieBaking-CH{order}.pdf": "\u043f\u0443\u0442\u044c/\u043a/\u0432\u0432\u0435\u0434\u0435\u043d\u0438\u044e\u0412\u041a\u0443\u043b\u0438\u043d\u0430\u0440\u0438\u044e-\u0413\u041b{order}.pdf", + "pending": "\u043e\u0436\u0438\u0434\u0430\u043d\u0438\u0435", + "practice": "\u043f\u0440\u043e\u0431\u043d\u044b\u0439", + "price": "\u0446\u0435\u043d\u0430", + "proctored": "\u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c\u044b\u0439", + "provide the title/name of the chapter that will be used in navigating": "\u0443\u043a\u0430\u0436\u0438\u0442\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435/\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0433\u043b\u0430\u0432\u044b \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u044f \u043c\u0435\u0436\u0434\u0443 \u0433\u043b\u0430\u0432\u0430\u043c\u0438", + "provide the title/name of the text book as you would like your students to see it": "\u0443\u043a\u0430\u0436\u0438\u0442\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0443\u0447\u0435\u0431\u043d\u0438\u043a\u0430 \u0432 \u0444\u043e\u0440\u043c\u0435, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u0435\u0433\u043e \u0443\u0432\u0438\u0434\u044f\u0442 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0438", + "remove": "\u0443\u0434\u0430\u043b\u0438\u0442\u044c", + "remove all": "\u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u0441\u0451", + "satisfactory": "\u043f\u0440\u0438\u043d\u044f\u0442", + "send an email message to {email}": "\u043e\u0442\u043f\u0440\u0430\u0432\u0438\u043b \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0435 \u043f\u0438\u0441\u044c\u043c\u043e \u043d\u0430 {email}", + "strong text": "\u0442\u0435\u043a\u0441\u0442 \u0436\u0438\u0440\u043d\u044b\u043c \u0448\u0440\u0438\u0444\u0442\u043e\u043c", + "team count": "\u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043a\u043e\u043c\u0430\u043d\u0434", + "text_word_{uniqueId}": "text_word_{uniqueId}", + "text_word_{uniqueId} title_word_{uniqueId}": "text_word_{uniqueId} title_word_{uniqueId}", "there is currently {numVotes} vote": [ - "\u041d\u0430 \u0434\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 {numVotes} \u0433\u043e\u043b\u043e\u0441", - "\u041d\u0430 \u0434\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 {numVotes} \u0433\u043e\u043b\u043e\u0441\u0430", - "\u041d\u0430 \u0434\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 {numVotes} \u0433\u043e\u043b\u043e\u0441\u043e\u0432", + "\u041d\u0430 \u0434\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 {numVotes} \u0433\u043e\u043b\u043e\u0441", + "\u041d\u0430 \u0434\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 {numVotes} \u0433\u043e\u043b\u043e\u0441\u0430", + "\u041d\u0430 \u0434\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 {numVotes} \u0433\u043e\u043b\u043e\u0441\u043e\u0432", "\u041d\u0430 \u0434\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 {numVotes} \u0433\u043e\u043b\u043e\u0441\u043e\u0432" - ], - "timed": "\u043f\u0440\u0438\u0443\u0440\u043e\u0447\u0435\u043d", - "title_word_{uniqueId}": "title_word_{uniqueId}", - "toggle chapter %(displayName)s": "\u0420\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c/\u0441\u043a\u0440\u044b\u0442\u044c \u0440\u0430\u0437\u0434\u0435\u043b \u00ab%(displayName)s\u00bb", - "toggle subsection %(displayName)s": "\u0420\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c/\u0441\u043a\u0440\u044b\u0442\u044c \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b \u00ab%(displayName)s\u00bb", - "unit": "\u0431\u043b\u043e\u043a", - "unsatisfactory": "\u043d\u0435 \u043f\u0440\u0438\u043d\u044f\u0442", - "unsubmitted": "\u043d\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e", - "upload a PDF file or provide the path to a Studio asset file": "\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 PDF-\u0444\u0430\u0439\u043b \u0438\u043b\u0438 \u0443\u043a\u0430\u0436\u0438\u0442\u0435 \u043f\u0443\u0442\u044c \u043a \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u043d\u043e\u043c\u0443 \u0447\u0435\u0440\u0435\u0437 Studio \u0444\u0430\u0439\u043b\u0443", - "username or email": "\u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438\u043b\u0438 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441", - "with %(release_date_from)s": "\u0441 %(release_date_from)s", - "with %(section_or_subsection)s": "\u0441 %(section_or_subsection)s", - "you have less than a minute remaining": "\u0443 \u0432\u0430\u0441 \u043e\u0441\u0442\u0430\u043b\u043e\u0441\u044c \u043c\u0435\u043d\u044c\u0448\u0435 \u043c\u0438\u043d\u0443\u0442\u044b", - "you have {remaining_time} remaining": "\u0443 \u0432\u0430\u0441 \u043e\u0441\u0442\u0430\u043b\u043e\u0441\u044c {remaining_time}", - "you will have ": "\u0432\u0430\u043c \u0431\u0443\u0434\u0435\u0442 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e ", - "your course": "\u0412\u0430\u0448 \u043a\u0443\u0440\u0441", - "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start}\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u043a\u043e\u043c\u0430\u043d\u0434 \u043f\u043e \u0434\u0440\u0443\u0433\u0438\u043c \u0442\u0435\u043c\u0430\u043c{span_end} \u0438\u043b\u0438 {search_span_start}\u043f\u043e\u0438\u0441\u043a{span_end} \u043f\u043e \u044d\u0442\u043e\u0439 \u0442\u0435\u043c\u0435. \u0415\u0441\u043b\u0438 \u0432\u044b \u0432\u0441\u0451 \u0435\u0449\u0451 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043d\u0430\u0439\u0442\u0438 \u043a\u043e\u043c\u0430\u043d\u0434\u0443, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f, {create_span_start}\u0441\u043e\u0437\u0434\u0430\u0439\u0442\u0435 \u043d\u043e\u0432\u0443\u044e \u043a\u043e\u043c\u0430\u043d\u0434\u0443 \u043f\u043e \u044d\u0442\u043e\u0439 \u0442\u0435\u043c\u0435{span_end}.", - "{categoryText} in {parentDisplayname}": "{categoryText} \u0432 {parentDisplayname}", - "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} of {maxCharacters}": "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} \u0438\u0437 {maxCharacters}", - "{display_name} Settings": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 {display_name}", - "{email}": "{email}", - "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} \u0443\u0436\u0435 \u0432\u0445\u043e\u0434\u0438\u0442 \u0432 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 {container}. \u0415\u0441\u043b\u0438 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u043e\u0432\u043e\u0433\u043e \u0447\u043b\u0435\u043d\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u044b, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0440\u0443\u0433\u043e\u0439 \u0430\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b.", - "{filename} exceeds maximum size of {maxFileSizeInGB} GB.": "\u0420\u0430\u0437\u043c\u0435\u0440 \u0444\u0430\u0439\u043b\u0430 {filename} \u043f\u0440\u0435\u0432\u044b\u0448\u0430\u0435\u0442 \u043f\u0440\u0435\u0434\u0435\u043b\u044c\u043d\u043e \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 {maxFileSizeInGB} \u0413\u0431.", - "{filename} is not in a supported file format. Supported file formats are {supportedFileFormats}.": "\u0424\u043e\u0440\u043c\u0430\u0442 \u0444\u0430\u0439\u043b\u0430 {filename} \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f; \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442\u0441\u044f \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u044b: {supportedFileFormats}.", - "{hours}:{minutes} (current UTC time)": "{hours}:{minutes} (\u0442\u0435\u043a\u0443\u0449\u0435\u0435 \u0432\u0440\u0435\u043c\u044f UTC)", - "{label}: {status}": "{label}: {status}", + ], + "timed": "\u043f\u0440\u0438\u0443\u0440\u043e\u0447\u0435\u043d", + "title_word_{uniqueId}": "title_word_{uniqueId}", + "toggle chapter %(displayName)s": "\u0420\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c/\u0441\u043a\u0440\u044b\u0442\u044c \u0440\u0430\u0437\u0434\u0435\u043b \u00ab%(displayName)s\u00bb", + "toggle subsection %(displayName)s": "\u0420\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c/\u0441\u043a\u0440\u044b\u0442\u044c \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b \u00ab%(displayName)s\u00bb", + "unit": "\u0431\u043b\u043e\u043a", + "unsatisfactory": "\u043d\u0435 \u043f\u0440\u0438\u043d\u044f\u0442", + "unsubmitted": "\u043d\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e", + "upload a PDF file or provide the path to a Studio asset file": "\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 PDF-\u0444\u0430\u0439\u043b \u0438\u043b\u0438 \u0443\u043a\u0430\u0436\u0438\u0442\u0435 \u043f\u0443\u0442\u044c \u043a \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u043d\u043e\u043c\u0443 \u0447\u0435\u0440\u0435\u0437 Studio \u0444\u0430\u0439\u043b\u0443", + "username or email": "\u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438\u043b\u0438 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441", + "with %(release_date_from)s": "\u0441 %(release_date_from)s", + "with %(section_or_subsection)s": "\u0441 %(section_or_subsection)s", + "you have less than a minute remaining": "\u0443 \u0432\u0430\u0441 \u043e\u0441\u0442\u0430\u043b\u043e\u0441\u044c \u043c\u0435\u043d\u044c\u0448\u0435 \u043c\u0438\u043d\u0443\u0442\u044b", + "you have {remaining_time} remaining": "\u0443 \u0432\u0430\u0441 \u043e\u0441\u0442\u0430\u043b\u043e\u0441\u044c {remaining_time}", + "you will have ": "\u0432\u0430\u043c \u0431\u0443\u0434\u0435\u0442 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e ", + "your course": "\u0412\u0430\u0448 \u043a\u0443\u0440\u0441", + "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start}\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u043a\u043e\u043c\u0430\u043d\u0434 \u043f\u043e \u0434\u0440\u0443\u0433\u0438\u043c \u0442\u0435\u043c\u0430\u043c{span_end} \u0438\u043b\u0438 {search_span_start}\u043f\u043e\u0438\u0441\u043a{span_end} \u043f\u043e \u044d\u0442\u043e\u0439 \u0442\u0435\u043c\u0435. \u0415\u0441\u043b\u0438 \u0432\u044b \u0432\u0441\u0451 \u0435\u0449\u0451 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043d\u0430\u0439\u0442\u0438 \u043a\u043e\u043c\u0430\u043d\u0434\u0443, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f, {create_span_start}\u0441\u043e\u0437\u0434\u0430\u0439\u0442\u0435 \u043d\u043e\u0432\u0443\u044e \u043a\u043e\u043c\u0430\u043d\u0434\u0443 \u043f\u043e \u044d\u0442\u043e\u0439 \u0442\u0435\u043c\u0435{span_end}.", + "{categoryText} in {parentDisplayname}": "{categoryText} \u0432 {parentDisplayname}", + "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} of {maxCharacters}": "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} \u0438\u0437 {maxCharacters}", + "{display_name} Settings": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 {display_name}", + "{email}": "{email}", + "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} \u0443\u0436\u0435 \u0432\u0445\u043e\u0434\u0438\u0442 \u0432 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 {container}. \u0415\u0441\u043b\u0438 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u043e\u0432\u043e\u0433\u043e \u0447\u043b\u0435\u043d\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u044b, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0440\u0443\u0433\u043e\u0439 \u0430\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b.", + "{filename} exceeds maximum size of {maxFileSizeInGB} GB.": "\u0420\u0430\u0437\u043c\u0435\u0440 \u0444\u0430\u0439\u043b\u0430 {filename} \u043f\u0440\u0435\u0432\u044b\u0448\u0430\u0435\u0442 \u043f\u0440\u0435\u0434\u0435\u043b\u044c\u043d\u043e \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 {maxFileSizeInGB} \u0413\u0431.", + "{filename} is not in a supported file format. Supported file formats are {supportedFileFormats}.": "\u0424\u043e\u0440\u043c\u0430\u0442 \u0444\u0430\u0439\u043b\u0430 {filename} \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f; \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442\u0441\u044f \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u044b: {supportedFileFormats}.", + "{hours}:{minutes} (current UTC time)": "{hours}:{minutes} (\u0442\u0435\u043a\u0443\u0449\u0435\u0435 \u0432\u0440\u0435\u043c\u044f UTC)", + "{label}: {status}": "{label}: {status}", "{numResponses} other response": [ - "\u0415\u0449\u0451 {numResponses} \u043e\u0442\u0432\u0435\u0442", - "\u0415\u0449\u0451 {numResponses} \u043e\u0442\u0432\u0435\u0442\u0430", - "\u0415\u0449\u0451 {numResponses} \u043e\u0442\u0432\u0435\u0442\u043e\u0432", + "\u0415\u0449\u0451 {numResponses} \u043e\u0442\u0432\u0435\u0442", + "\u0415\u0449\u0451 {numResponses} \u043e\u0442\u0432\u0435\u0442\u0430", + "\u0415\u0449\u0451 {numResponses} \u043e\u0442\u0432\u0435\u0442\u043e\u0432", "\u0415\u0449\u0451 {numResponses} \u043e\u0442\u0432\u0435\u0442\u043e\u0432" - ], + ], "{numResponses} response": [ - "{numResponses} \u043e\u0442\u0432\u0435\u0442", - "{numResponses} \u043e\u0442\u0432\u0435\u0442\u0430", - "{numResponses} \u043e\u0442\u0432\u0435\u0442\u043e\u0432", + "{numResponses} \u043e\u0442\u0432\u0435\u0442", + "{numResponses} \u043e\u0442\u0432\u0435\u0442\u0430", + "{numResponses} \u043e\u0442\u0432\u0435\u0442\u043e\u0432", "{numResponses} \u043e\u0442\u0432\u0435\u0442\u043e\u0432" - ], + ], "{numVotes} Vote": [ - "{numVotes} \u0433\u043e\u043b\u043e\u0441", - "{numVotes} \u0433\u043e\u043b\u043e\u0441\u0430", - "{numVotes} \u0433\u043e\u043b\u043e\u0441\u043e\u0432", + "{numVotes} \u0433\u043e\u043b\u043e\u0441", + "{numVotes} \u0433\u043e\u043b\u043e\u0441\u0430", + "{numVotes} \u0433\u043e\u043b\u043e\u0441\u043e\u0432", "{numVotes} \u0433\u043e\u043b\u043e\u0441\u043e\u0432" - ], - "{num_of_hours} hour": "{num_of_hours} \u0447\u0430\u0441", - "{num_of_hours} hours": "{num_of_hours} \u0447\u0430\u0441\u0430", - "{num_of_minutes} minute": "{num_of_minutes} \u043c\u0438\u043d", - "{num_of_minutes} minutes": "{num_of_minutes} \u043c\u0438\u043d", - "{organization}\\'s logo": "\u043b\u043e\u0433\u043e\u0442\u0438\u043f {organization}", - "{screen_reader_start}Warning:{screen_reader_end} No content groups exist.": "{screen_reader_start}\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435:{screen_reader_end} \u043d\u0435\u0442 \u0433\u0440\u0443\u043f\u043f \u043f\u043e \u0438\u0437\u0443\u0447\u0430\u0435\u043c\u043e\u043c\u0443 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0443.", - "{screen_reader_start}Warning:{screen_reader_end} The previously selected content group was deleted. Select another content group.": "{screen_reader_start}\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435:{screen_reader_end} \u0440\u0430\u043d\u0435\u0435 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u0430\u044f \u0433\u0440\u0443\u043f\u043f\u0430 \u043f\u043e \u0438\u0437\u0443\u0447\u0430\u0435\u043c\u043e\u043c\u0443 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0443 \u0443\u0434\u0430\u043b\u0435\u043d\u0430. \u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0434\u0440\u0443\u0433\u0443\u044e \u0433\u0440\u0443\u043f\u043f\u0443.", - "{start_strong}{total}{end_strong} words submitted in total.": "\u0412\u0441\u0435\u0433\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e {start_strong}{total}{end_strong} \u0441\u043b\u043e\u0432\u043e\u0441\u043e\u0447\u0435\u0442\u0430\u043d\u0438\u0439.", + ], + "{num_of_hours} hour": "{num_of_hours} \u0447\u0430\u0441", + "{num_of_hours} hours": "{num_of_hours} \u0447\u0430\u0441\u0430", + "{num_of_minutes} minute": "{num_of_minutes} \u043c\u0438\u043d", + "{num_of_minutes} minutes": "{num_of_minutes} \u043c\u0438\u043d", + "{organization}\\'s logo": "\u043b\u043e\u0433\u043e\u0442\u0438\u043f {organization}", + "{screen_reader_start}Warning:{screen_reader_end} No content groups exist.": "{screen_reader_start}\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435:{screen_reader_end} \u043d\u0435\u0442 \u0433\u0440\u0443\u043f\u043f \u043f\u043e \u0438\u0437\u0443\u0447\u0430\u0435\u043c\u043e\u043c\u0443 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0443.", + "{screen_reader_start}Warning:{screen_reader_end} The previously selected content group was deleted. Select another content group.": "{screen_reader_start}\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435:{screen_reader_end} \u0440\u0430\u043d\u0435\u0435 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u0430\u044f \u0433\u0440\u0443\u043f\u043f\u0430 \u043f\u043e \u0438\u0437\u0443\u0447\u0430\u0435\u043c\u043e\u043c\u0443 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0443 \u0443\u0434\u0430\u043b\u0435\u043d\u0430. \u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0434\u0440\u0443\u0433\u0443\u044e \u0433\u0440\u0443\u043f\u043f\u0443.", + "{start_strong}{total}{end_strong} words submitted in total.": "\u0412\u0441\u0435\u0433\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e {start_strong}{total}{end_strong} \u0441\u043b\u043e\u0432\u043e\u0441\u043e\u0447\u0435\u0442\u0430\u043d\u0438\u0439.", "\u2026": "..." }; for (var key in newcatalog) { @@ -2185,40 +2153,40 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "j E Y \u0433. G:i", + "DATETIME_FORMAT": "j E Y \u0433. G:i", "DATETIME_INPUT_FORMATS": [ - "%d.%m.%Y %H:%M:%S", - "%d.%m.%Y %H:%M:%S.%f", - "%d.%m.%Y %H:%M", - "%d.%m.%Y", - "%d.%m.%y %H:%M:%S", - "%d.%m.%y %H:%M:%S.%f", - "%d.%m.%y %H:%M", - "%d.%m.%y", - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", + "%d.%m.%Y %H:%M:%S", + "%d.%m.%Y %H:%M:%S.%f", + "%d.%m.%Y %H:%M", + "%d.%m.%Y", + "%d.%m.%y %H:%M:%S", + "%d.%m.%y %H:%M:%S.%f", + "%d.%m.%y %H:%M", + "%d.%m.%y", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", "%Y-%m-%d" - ], - "DATE_FORMAT": "j E Y \u0433.", + ], + "DATE_FORMAT": "j E Y \u0433.", "DATE_INPUT_FORMATS": [ - "%d.%m.%Y", - "%d.%m.%y", + "%d.%m.%Y", + "%d.%m.%y", "%Y-%m-%d" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "1", - "MONTH_DAY_FORMAT": "j F", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "d.m.Y H:i", - "SHORT_DATE_FORMAT": "d.m.Y", - "THOUSAND_SEPARATOR": "\u00a0", - "TIME_FORMAT": "G:i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "1", + "MONTH_DAY_FORMAT": "j F", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "d.m.Y H:i", + "SHORT_DATE_FORMAT": "d.m.Y", + "THOUSAND_SEPARATOR": "\u00a0", + "TIME_FORMAT": "G:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y \u0433." }; diff --git a/cms/static/js/i18n/si/djangojs.js b/cms/static/js/i18n/si/djangojs.js index 61e6fdb329..bef1a8a228 100644 --- a/cms/static/js/i18n/si/djangojs.js +++ b/cms/static/js/i18n/si/djangojs.js @@ -62,48 +62,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "N j, Y, P", + "DATETIME_FORMAT": "N j, Y, P", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "N j, Y", + ], + "DATE_FORMAT": "N j, Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "F j", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "m/d/Y", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "P", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "F j", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "m/d/Y", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "P", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/sk/djangojs.js b/cms/static/js/i18n/sk/djangojs.js index 9c3fb84056..8a6b91d450 100644 --- a/cms/static/js/i18n/sk/djangojs.js +++ b/cms/static/js/i18n/sk/djangojs.js @@ -21,565 +21,565 @@ var newcatalog = { "%(sel)s of %(cnt)s selected": [ - "%(sel)s z %(cnt)s vybran\u00e9", - "%(sel)s z %(cnt)s vybran\u00e9", + "%(sel)s z %(cnt)s vybran\u00e9", + "%(sel)s z %(cnt)s vybran\u00e9", "%(sel)s z %(cnt)s vybran\u00fdch" - ], - "6 a.m.": "6:00", - "A valid email address is required": "Vy\u017eaduje sa platn\u00e1 e-mailov\u00e1 adresa", - "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", - "Account": "\u00da\u010det", - "Actions": "Akcie", - "Add to Dictionary": "Pridaj do slovn\u00edka", - "Add your first content group": "Pridajte va\u0161u prv\u00fa skupinu obsahu", - "Add your first group configuration": "Pridajte va\u0161u prv\u00fa konfigur\u00e1ciu skupiny", - "Admin": "Administr\u00e1tor", - "Advanced": "Pokro\u010dil\u00e9", - "Align center": "Zarovnaj nastred", - "Align left": "Zarovnaj v\u013eavo", - "Align right": "Zarovnaj vpravo", - "Alignment": "Zarovnanie", - "All Rights Reserved": "V\u0161etky pr\u00e1va vyhraden\u00e9", - "All Topics": "V\u0161etky t\u00e9my", - "All groups must have a name.": "V\u0161etky skupiny musia ma\u0165 n\u00e1zov.", - "All groups must have a unique name.": "V\u0161etky skupiny musia ma\u0165 jedine\u010dn\u00fd n\u00e1zov.", - "All teams": "V\u0161etky t\u00edmy", - "All topics": "V\u0161etky t\u00e9my", - "Already a course team member": "U\u017e ste \u010dlenom t\u00edmu spravuj\u00faceho tento kurz", - "Already a library team member": "U\u017e ste \u010dlenom t\u00edmu spravuj\u00faceho kni\u017enicu", - "Already a member": "U\u017e ste \u010dlenom", - "Alternative source": "Alternat\u00edvny zdroj", - "Amount": "\u010ciastka", - "Anchor": "Ukotvi\u0165", - "Anchors": "Ukotvenia", - "Are you sure you want to delete this update?": "Skuto\u010dne chcete odstr\u00e1ni\u0165 t\u00fato aktualiz\u00e1ciu?", - "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "Skuto\u010dne chcete vymaza\u0165 {email} z t\u00edmu spravuj\u00faceho kurz pre \u201c{container}\u201d?", - "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "Skuto\u010dne chcete odstr\u00e1ni\u0165 {email} z kni\u017enice \u201c{container}\u201d?", - "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "Naozaj chcete obmedzi\u0165 {email} pr\u00edstup ku \u201c{container}\u201d?", - "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "Skuto\u010dne si prajete odstr\u00e1ni\u0165 t\u00fato polo\u017eku? Tento stav nie je mo\u017en\u00e9 zvr\u00e1ti\u0165!\n\nTaktie\u017e ak\u00fdko\u013evek obsah, ktor\u00fd odkazuje na t\u00fato polo\u017eku, nebude viac funk\u010dn\u00fd (t.j. nena\u010d\u00edtan\u00e9 obr\u00e1zky a/alebo nefunk\u010dn\u00e9 odkazy)", - "Are you sure?": "Ste si ist\u00ed?", - "Author": "Autor", - "Available %s": "Dostupn\u00e9 %s", - "Average": "Priemern\u00fd", - "Background color": "Farba pozadia", - "Billed to": "Fakt\u00fara pre", - "Blockquote": "Blok cit\u00e1cie", - "Blockquote (Ctrl+Q)": "Blokov\u00e1 cit\u00e1cia (Ctrl+Q)", - "Blocks": "Bloky", - "Body": "Hlavn\u00e1 \u010das\u0165", - "Bold": "Tu\u010dn\u00e9 p\u00edsmo", - "Bold (Ctrl+B)": "Tu\u010dn\u00e9 (Ctrl+B)", - "Border": "Obruba", - "Border color": "Farba obruby", - "Bottom": "Spodok", - "Bullet list": "Odr\u00e1\u017eky", - "Bulleted List (Ctrl+U)": "Zoznam s odr\u00e1\u017ekami (Ctrl+U)", - "Cancel": "Zru\u0161i\u0165", - "Caption": "Popis", - "Cell": "Bunka", - "Cell padding": "Prisp\u00f4sobenie bunky", - "Cell properties": "Vlastnosti bunky", - "Cell spacing": "Rozmiestnenie bunky", - "Cell type": "Typ bunky", - "Center": "Stred", - "Certificate name is required.": "Je potrebn\u00e9 zada\u0165 n\u00e1zov certifik\u00e1tu.", - "Change Manually": "Zmeni\u0165 ru\u010dne", - "Changes to steps that are not selected as part of the assignment will not be saved.": "Zmeny pre kroky, ktor\u00e9 nie s\u00fa zvolen\u00e9 ako s\u00fa\u010das\u0165 tohto zadania, nebud\u00fa ulo\u017een\u00e9.", - "Choose": "Vybra\u0165", - "Choose File": "Vybra\u0165 s\u00fabor", - "Choose a time": "Vybra\u0165 \u010das", - "Choose all": "Vybra\u0165 v\u0161etko", - "Chosen %s": "Vybran\u00e9 %s", - "Circle": "Kruh", - "Clear All": "Vy\u010disti\u0165 v\u0161etko", - "Clear formatting": "\u010cist\u00e9 form\u00e1tovanie", - "Clear search results": "Vy\u010disti\u0165 v\u00fdsledky h\u013eadania", - "Click to choose all %s at once.": "Kliknite sem pre vybratie v\u0161etk\u00fdch %s naraz.", - "Click to edit": "Kliknite sem pre \u00fapravu", - "Click to remove all chosen %s at once.": "Kliknite sem pre vymazanie vybrat\u00fdch %s naraz.", - "Close": "Zavrie\u0165", - "Close Calculator": "Zavrie\u0165 kalkula\u010dku", - "Code": "K\u00f3d", - "Code Sample (Ctrl+K)": "Uk\u00e1\u017eka k\u00f3du (Ctrl+K)", - "Code block": "K\u00f3d bloku", - "Collapse Instructions": "Zavrie\u0165 in\u0161trukcie", - "Color": "Farba", - "Cols": "St\u013apce", - "Column": "St\u013apec", - "Column group": "Skupina st\u013apca", - "Commentary": "Koment\u00e1r", - "Confirm": "Potvrdi\u0165", - "Constrain proportions": "Obmedzen\u00e9 rozmery", - "Copy": "Kop\u00edrova\u0165", - "Copy row": "Kop\u00edrova\u0165 riadok", - "Correct failed component": "Opravi\u0165 chybu v s\u00fa\u010dasti", - "Could not find the specified string.": "Nie je mo\u017en\u00e9 n\u00e1js\u0165 \u0161pecifikovan\u00fd re\u0165azec.", - "Could not retrieve download url.": "Nebolo mo\u017en\u00e9 z\u00edska\u0165 adresu pre prevzatie obsahu.", - "Could not retrieve upload url.": "Nebolo mo\u017en\u00e9 z\u00edska\u0165 url adresu pre odovzdanie obsahu.", - "Couldn't Save This Assignment": "Toto zadanie nie je mo\u017en\u00e9 ulo\u017ei\u0165", - "Country": "Krajina", - "Course Credit Requirements": "Po\u017eiadavky pre z\u00edskanie kreditu z kurzu", - "Course Index": "Register kurzu", - "Course Name": "N\u00e1zov kurzu", - "Course Number": "\u010c\u00edslo kurzu", - "Course Outline": "Preh\u013ead kurzu", - "Course pacing cannot be changed once a course has started.": "Ud\u00e1van\u00e9 tempo kurzu nie je mo\u017en\u00e9 zmeni\u0165 po za\u010dat\u00ed kurzu.", - "Create": "Vytvori\u0165", - "Create Re-run": "Vytvori\u0165 repr\u00edzu", - "Create a New Team": "Vytvori\u0165 nov\u00fd t\u00edm", - "Creating missing groups": "Vytvorenie ch\u00fdbaj\u00facej skupiny", - "Criterion Added": "Pridan\u00e9 krit\u00e9rium", - "Criterion Deleted": "Krit\u00e9rium odstr\u00e1nen\u00e9", - "Crossed out items have been refunded.": "Vy\u0161krtnut\u00e9 polo\u017eky boli refundovan\u00e9.", - "Current conversation": "Aktu\u00e1lna konverz\u00e1cia", - "Custom color": "Vlastn\u00e1 farba", - "Custom...": "Vlastn\u00fd", - "Cut": "Vystrihn\u00fa\u0165", - "Cut row": "Vystrihn\u00fa\u0165 riadok", - "Date": "D\u00e1tum", - "Date Added": "Doplnen\u00fd d\u00e1tum", - "Decrease indent": "Zmen\u0161i\u0165 odsadenie", - "Default": "Predvolen\u00e9", - "Delete": "Odstr\u00e1ni\u0165", - "Delete \"<%= signatoryName %>\" from the list of signatories?": "Odstr\u00e1ni\u0165 \"<%= signatoryName %>\" zo zoznamu signat\u00e1rov?", - "Delete File Confirmation": "Potvrdenie odstr\u00e1nenia s\u00faboru", - "Delete column": "Vymaza\u0165 st\u013apec", - "Delete row": "Vymaza\u0165 riadok", - "Delete table": "Vymaza\u0165 tabu\u013eku", - "Delete this %(item_display_name)s?": "Odstr\u00e1ni\u0165 %(item_display_name)s?", - "Delete this team?": "Zmaza\u0165 tento t\u00edm?", - "Deleted Group": "Zmazan\u00e1 skupina", - "Deleting this %(item_display_name)s is permanent and cannot be undone.": "Odstr\u00e1nenie %(item_display_name)s je trval\u00e9 a nie je mo\u017en\u00e9 ho vr\u00e1ti\u0165 sp\u00e4\u0165.", - "Description": "Popis", - "Details": "Podrobnosti", - "Dimensions": "Rozmery", - "Disc": "Disk", - "Discard Changes": "Zahodi\u0165 zmeny", - "Div": "Rozdelenie", - "Do not show again": "Neukazuj znova", - "Do you want to upload your file before submitting?": "Chcete pred odoslan\u00edm odovzda\u0165 v\u00e1\u0161 s\u00fabor?", - "Document properties": "Vlastnosti dokumentu", - "Donate": "Darova\u0165", - "Download": "Prevzia\u0165", - "Due Date": "D\u00e1tum splatnosti", - "Duration (sec)": "D\u013a\u017eka (sec)", - "Edit": "Upravi\u0165", - "Edit HTML": "Editova\u0165 HTML", - "Edit Team": "Upravi\u0165 t\u00edm", - "Edit this certificate?": "Upravi\u0165 tento certifik\u00e1t?", - "Email": "Email", - "Embed": "Zakotvi\u0165", - "Emoticons": "Smail\u00edci", - "Encoding": "K\u00f3dovanie", - "Enter team description.": "Zadajte popis t\u00edmu.", - "Enter team name.": "Zadajte n\u00e1zov t\u00edmu.", - "Error": "Chyba", - "Error adding user": "Chyba pri prid\u00e1van\u00ed pou\u017e\u00edvate\u013ea", - "Error removing user": "Chyba po\u010das mazania pou\u017e\u00edvate\u013ea", - "Errors": "Chyby", - "Exit full browser": "Ukon\u010di\u0165 re\u017eim celej obrazovky", - "Expand Instructions": "Roz\u0161\u00edri\u0165 in\u0161trukcie", - "File": "S\u00fabor", - "File type is not allowed.": "Typ s\u00faboru nie je povolen\u00fd.", - "File types can not be empty.": "Typy s\u00faborov nem\u00f4\u017eu by\u0165 pr\u00e1zdne.", - "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "S\u00fabor {filename} presahuje maxim\u00e1lnu ve\u013ekos\u0165 {maxFileSizeInMBs} MB", - "Files must be in JPEG or PNG format.": "S\u00fabory musia by\u0165 vo form\u00e1te JPEG alebo PNG.", - "Fill browser": "Vyplni\u0165 plochu preh\u013ead\u00e1va\u010da", - "Filter": "Filtrova\u0165", - "Find": "N\u00e1js\u0165", - "Find and replace": "N\u00e1jdi a nahra\u010f", - "Find next": "N\u00e1jdi \u010fal\u0161ie", - "Find previous": "N\u00e1jdi predch\u00e1dzaj\u00face", - "Finish": "Ukon\u010di\u0165", - "Full Name": "Cel\u00e9 meno", - "Gender": "Pohlavie", - "General": "V\u0161eobecn\u00e9", - "Go to Dashboard": "Prejs\u0165 na Palubn\u00fa dosku", - "Go to your Dashboard": "Prejs\u0165 do va\u0161ej Palubne dosky", - "Grace period must be specified in HH:MM format.": "Doba odkladu mus\u00ed by\u0165 ur\u010den\u00e1 vo form\u00e1te HH:MM.", - "Group %s": "Skupina %s", - "Group A": "Skupina A", - "Group B": "Skupina B", - "Group Configuration name is required.": "N\u00e1zov konfigur\u00e1cie skupiny je povinn\u00fd \u00fadaj.", - "Group name is required": "N\u00e1zov skupiny je povinn\u00fd \u00fadaj", - "HTML source code": "HTML zdrojov\u00fd k\u00f3d", - "Header": "Hlavi\u010dka", - "Header 1": "Hlavi\u010dka 1", - "Header 2": "Hlavi\u010dka 2", - "Header 3": "Hlavi\u010dka 3", - "Header 4": "Hlavi\u010dka 4", - "Header 5": "Hlavi\u010dka 5", - "Header 6": "Hlavi\u010dka 6", - "Headers": "Hlavi\u010dky", - "Heading (Ctrl+H)": "Nadpis (Ctrl+H)", - "Heading 1": "Nadpis 1", - "Heading 2": "Nadpis 2", - "Heading 3": "Nadpis 3", - "Heading 4": "Nadpis 4", - "Heading 5": "Nadpis 5", - "Heading 6": "Nadpis 6", - "Headings": "Nadpisy", - "Height": "V\u00fd\u0161ka", - "Hide": "Skry\u0165", - "Hide Annotations": "Skry\u0165 anot\u00e1cie", - "Hide Deprecated Settings": "Skry\u0165 odmietnut\u00e9 nastavenia", - "Hide Discussion": "Skry\u0165 diskusiu", - "Hide closed captions": "Skry\u0165 skryt\u00e9 titulky", - "High Definition": "Vysok\u00e9 rozl\u00ed\u0161enie", - "Highlighted text": "Zv\u00fdraznen\u00fd text", - "Horizontal Rule (Ctrl+R)": "Vodorovn\u00e1 \u010diara (Ctrl+R)", - "Horizontal line": "Vodorovn\u00e1 \u010diara", - "Horizontal space": "Horizont\u00e1lna medzera", - "Hyperlink (Ctrl+L)": "Hypertextov\u00fd odkaz (Ctrl+L)", - "ID": "ID", - "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "Pokia\u013e teraz neover\u00edte va\u0161u identitu, st\u00e1le m\u00f4\u017eete sk\u00fama\u0165 v\u00e1\u0161 kurz priamo z va\u0161ej palubnej dosky. Periodicky budete dost\u00e1va\u0165 pripomienky z %(platformName)s na overenie va\u0161ej identity.", - "Ignore": "Ignorova\u0165", - "Ignore all": "Ignorova\u0165 v\u0161etky", - "Image": "Obr\u00e1zok", - "Image (Ctrl+G)": "Obr\u00e1zok (Ctrl+G)", - "Image description": "Popis obr\u00e1zka", - "Image must be in PNG format.": "Obr\u00e1zok mus\u00ed by\u0165 vo form\u00e1te PNG.", - "In Progress": "Sprac\u00fava sa", - "Increase indent": "Zv\u00e4\u010d\u0161i\u0165 odsadenie", - "Inline": "V rade", - "Insert": "Vlo\u017ei\u0165", - "Insert column after": "Vlo\u017ei\u0165 st\u013apec po", - "Insert column before": "Vlo\u017ei\u0165 st\u013apec pred", - "Insert date/time": "Vlo\u017ei\u0165 d\u00e1tum/\u010das", - "Insert image": "Vlo\u017ei\u0165 obr\u00e1zok", - "Insert link": "Vlo\u017ei\u0165 odkaz", - "Insert row after": "Vlo\u017ei\u0165 riadok po", - "Insert row before": "Vlo\u017ei\u0165 riadok pred", - "Insert table": "Vlo\u017ei\u0165 tabu\u013eku", - "Insert template": "Vlo\u017ei\u0165 \u0161abl\u00f3nu", - "Insert video": "Vlo\u017ei\u0165 video", - "Insert/edit image": "Vlo\u017ei\u0165/editova\u0165 obr\u00e1zok", - "Insert/edit link": "Vlo\u017ei\u0165/editova\u0165 odkaz", - "Insert/edit video": "Vlo\u017ei\u0165/editova\u0165 video", - "Italic": "Kurz\u00edva", - "Italic (Ctrl+I)": "Kurz\u00edva (Ctrl+I)", - "Justify": "Zarovna\u0165", - "Key should only contain letters, numbers, _, or -": "K\u013e\u00fa\u010d by mal obsahova\u0165 iba p\u00edsmen\u00e1, \u010d\u00edsla, _, alebo -", - "Keywords": "K\u013e\u00fa\u010dov\u00e9 slov\u00e1", - "LEARN MORE": "DOZVEDIE\u0164 SA VIAC", - "Language": "Jazyk", - "Last Edited:": "Naposledy upraven\u00e9:", - "Left": "V\u013eavo", - "Left to right": "Z\u013eava do prava", - "Less": "Menej", - "Library User": "Pou\u017e\u00edvate\u013e kni\u017enice", - "Load Another File": "Na\u010d\u00edta\u0165 \u010fal\u0161\u00ed s\u00fabor", - "Load all responses": "Na\u010d\u00edta\u0165 v\u0161etky odpovede", - "Loading": "Na\u010d\u00edtavanie", - "Loading content": "Obsah sa na\u010d\u00edtav\u00e1", - "Loading data...": "Na\u010d\u00edtavanie d\u00e1t...", - "Loading more threads": "Na\u010d\u00edta\u0165 viac vl\u00e1kien", - "Loud": "Hlasn\u00fd", - "Low": "N\u00edzko", - "Max file size exceeded": "Prekro\u010den\u00e1 maxim\u00e1lna ve\u013ekos\u0165", - "Maximum": "Maximum", - "Membership": "\u010clenstvo", - "Merge cells": "Zl\u00fa\u010di\u0165 bunky", - "Middle": "Stredn\u00e9", - "Midnight": "Polnoc", - "More": "Viac", - "Mute": "Vypn\u00fa\u0165 zvuk", - "Muted": "Vypnut\u00fdm zvukom", - "My Team": "M\u00f4j t\u00edm", - "Name": "N\u00e1zov", - "New document": "Nov\u00fd dokument", - "New window": "Nov\u00e9 okno", - "Next": "\u010ealej", - "No color": "Bez farby", - "No receipt available": "K dispoz\u00edcii nie je \u017eiadna \u00fa\u010dtenka", - "Nonbreaking space": "Pevn\u00fa medzeru", - "None": "\u017diadne", - "Noon": "Poludnie", - "Not Graded": "Neozn\u00e1mkovan\u00fd", - "Not Selected": "Nie je vybran\u00e9", - "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "Nie je mo\u017en\u00e9 nastavi\u0165 hodnotenie pre \u00faspe\u0161n\u00e9 skon\u010denie na menej ako %(minimum_grade_cutoff)s%.", - "Not in Use": "Nepou\u017e\u00edva sa", - "Note": "Pozn\u00e1mka", + ], + "6 a.m.": "6:00", + "A valid email address is required": "Vy\u017eaduje sa platn\u00e1 e-mailov\u00e1 adresa", + "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", + "Account": "\u00da\u010det", + "Actions": "Akcie", + "Add to Dictionary": "Pridaj do slovn\u00edka", + "Add your first content group": "Pridajte va\u0161u prv\u00fa skupinu obsahu", + "Add your first group configuration": "Pridajte va\u0161u prv\u00fa konfigur\u00e1ciu skupiny", + "Admin": "Administr\u00e1tor", + "Advanced": "Pokro\u010dil\u00e9", + "Align center": "Zarovnaj nastred", + "Align left": "Zarovnaj v\u013eavo", + "Align right": "Zarovnaj vpravo", + "Alignment": "Zarovnanie", + "All Rights Reserved": "V\u0161etky pr\u00e1va vyhraden\u00e9", + "All Topics": "V\u0161etky t\u00e9my", + "All groups must have a name.": "V\u0161etky skupiny musia ma\u0165 n\u00e1zov.", + "All groups must have a unique name.": "V\u0161etky skupiny musia ma\u0165 jedine\u010dn\u00fd n\u00e1zov.", + "All teams": "V\u0161etky t\u00edmy", + "All topics": "V\u0161etky t\u00e9my", + "Already a course team member": "U\u017e ste \u010dlenom t\u00edmu spravuj\u00faceho tento kurz", + "Already a library team member": "U\u017e ste \u010dlenom t\u00edmu spravuj\u00faceho kni\u017enicu", + "Already a member": "U\u017e ste \u010dlenom", + "Alternative source": "Alternat\u00edvny zdroj", + "Amount": "\u010ciastka", + "Anchor": "Ukotvi\u0165", + "Anchors": "Ukotvenia", + "Are you sure you want to delete this update?": "Skuto\u010dne chcete odstr\u00e1ni\u0165 t\u00fato aktualiz\u00e1ciu?", + "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "Skuto\u010dne chcete vymaza\u0165 {email} z t\u00edmu spravuj\u00faceho kurz pre \u201c{container}\u201d?", + "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "Skuto\u010dne chcete odstr\u00e1ni\u0165 {email} z kni\u017enice \u201c{container}\u201d?", + "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "Naozaj chcete obmedzi\u0165 {email} pr\u00edstup ku \u201c{container}\u201d?", + "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "Skuto\u010dne si prajete odstr\u00e1ni\u0165 t\u00fato polo\u017eku? Tento stav nie je mo\u017en\u00e9 zvr\u00e1ti\u0165!\n\nTaktie\u017e ak\u00fdko\u013evek obsah, ktor\u00fd odkazuje na t\u00fato polo\u017eku, nebude viac funk\u010dn\u00fd (t.j. nena\u010d\u00edtan\u00e9 obr\u00e1zky a/alebo nefunk\u010dn\u00e9 odkazy)", + "Are you sure?": "Ste si ist\u00ed?", + "Author": "Autor", + "Available %s": "Dostupn\u00e9 %s", + "Average": "Priemern\u00fd", + "Background color": "Farba pozadia", + "Billed to": "Fakt\u00fara pre", + "Blockquote": "Blok cit\u00e1cie", + "Blockquote (Ctrl+Q)": "Blokov\u00e1 cit\u00e1cia (Ctrl+Q)", + "Blocks": "Bloky", + "Body": "Hlavn\u00e1 \u010das\u0165", + "Bold": "Tu\u010dn\u00e9 p\u00edsmo", + "Bold (Ctrl+B)": "Tu\u010dn\u00e9 (Ctrl+B)", + "Border": "Obruba", + "Border color": "Farba obruby", + "Bottom": "Spodok", + "Bullet list": "Odr\u00e1\u017eky", + "Bulleted List (Ctrl+U)": "Zoznam s odr\u00e1\u017ekami (Ctrl+U)", + "Cancel": "Zru\u0161i\u0165", + "Caption": "Popis", + "Cell": "Bunka", + "Cell padding": "Prisp\u00f4sobenie bunky", + "Cell properties": "Vlastnosti bunky", + "Cell spacing": "Rozmiestnenie bunky", + "Cell type": "Typ bunky", + "Center": "Stred", + "Certificate name is required.": "Je potrebn\u00e9 zada\u0165 n\u00e1zov certifik\u00e1tu.", + "Change Manually": "Zmeni\u0165 ru\u010dne", + "Changes to steps that are not selected as part of the assignment will not be saved.": "Zmeny pre kroky, ktor\u00e9 nie s\u00fa zvolen\u00e9 ako s\u00fa\u010das\u0165 tohto zadania, nebud\u00fa ulo\u017een\u00e9.", + "Choose": "Vybra\u0165", + "Choose File": "Vybra\u0165 s\u00fabor", + "Choose a time": "Vybra\u0165 \u010das", + "Choose all": "Vybra\u0165 v\u0161etko", + "Chosen %s": "Vybran\u00e9 %s", + "Circle": "Kruh", + "Clear All": "Vy\u010disti\u0165 v\u0161etko", + "Clear formatting": "\u010cist\u00e9 form\u00e1tovanie", + "Clear search results": "Vy\u010disti\u0165 v\u00fdsledky h\u013eadania", + "Click to choose all %s at once.": "Kliknite sem pre vybratie v\u0161etk\u00fdch %s naraz.", + "Click to edit": "Kliknite sem pre \u00fapravu", + "Click to remove all chosen %s at once.": "Kliknite sem pre vymazanie vybrat\u00fdch %s naraz.", + "Close": "Zavrie\u0165", + "Close Calculator": "Zavrie\u0165 kalkula\u010dku", + "Code": "K\u00f3d", + "Code Sample (Ctrl+K)": "Uk\u00e1\u017eka k\u00f3du (Ctrl+K)", + "Code block": "K\u00f3d bloku", + "Collapse Instructions": "Zavrie\u0165 in\u0161trukcie", + "Color": "Farba", + "Cols": "St\u013apce", + "Column": "St\u013apec", + "Column group": "Skupina st\u013apca", + "Commentary": "Koment\u00e1r", + "Confirm": "Potvrdi\u0165", + "Constrain proportions": "Obmedzen\u00e9 rozmery", + "Copy": "Kop\u00edrova\u0165", + "Copy row": "Kop\u00edrova\u0165 riadok", + "Correct failed component": "Opravi\u0165 chybu v s\u00fa\u010dasti", + "Could not find the specified string.": "Nie je mo\u017en\u00e9 n\u00e1js\u0165 \u0161pecifikovan\u00fd re\u0165azec.", + "Could not retrieve download url.": "Nebolo mo\u017en\u00e9 z\u00edska\u0165 adresu pre prevzatie obsahu.", + "Could not retrieve upload url.": "Nebolo mo\u017en\u00e9 z\u00edska\u0165 url adresu pre odovzdanie obsahu.", + "Couldn't Save This Assignment": "Toto zadanie nie je mo\u017en\u00e9 ulo\u017ei\u0165", + "Country": "Krajina", + "Course Credit Requirements": "Po\u017eiadavky pre z\u00edskanie kreditu z kurzu", + "Course Index": "Register kurzu", + "Course Name": "N\u00e1zov kurzu", + "Course Number": "\u010c\u00edslo kurzu", + "Course Outline": "Preh\u013ead kurzu", + "Course pacing cannot be changed once a course has started.": "Ud\u00e1van\u00e9 tempo kurzu nie je mo\u017en\u00e9 zmeni\u0165 po za\u010dat\u00ed kurzu.", + "Create": "Vytvori\u0165", + "Create Re-run": "Vytvori\u0165 repr\u00edzu", + "Create a New Team": "Vytvori\u0165 nov\u00fd t\u00edm", + "Creating missing groups": "Vytvorenie ch\u00fdbaj\u00facej skupiny", + "Criterion Added": "Pridan\u00e9 krit\u00e9rium", + "Criterion Deleted": "Krit\u00e9rium odstr\u00e1nen\u00e9", + "Crossed out items have been refunded.": "Vy\u0161krtnut\u00e9 polo\u017eky boli refundovan\u00e9.", + "Current conversation": "Aktu\u00e1lna konverz\u00e1cia", + "Custom color": "Vlastn\u00e1 farba", + "Custom...": "Vlastn\u00fd", + "Cut": "Vystrihn\u00fa\u0165", + "Cut row": "Vystrihn\u00fa\u0165 riadok", + "Date": "D\u00e1tum", + "Date Added": "Doplnen\u00fd d\u00e1tum", + "Decrease indent": "Zmen\u0161i\u0165 odsadenie", + "Default": "Predvolen\u00e9", + "Delete": "Odstr\u00e1ni\u0165", + "Delete \"<%= signatoryName %>\" from the list of signatories?": "Odstr\u00e1ni\u0165 \"<%= signatoryName %>\" zo zoznamu signat\u00e1rov?", + "Delete File Confirmation": "Potvrdenie odstr\u00e1nenia s\u00faboru", + "Delete column": "Vymaza\u0165 st\u013apec", + "Delete row": "Vymaza\u0165 riadok", + "Delete table": "Vymaza\u0165 tabu\u013eku", + "Delete this %(item_display_name)s?": "Odstr\u00e1ni\u0165 %(item_display_name)s?", + "Delete this team?": "Zmaza\u0165 tento t\u00edm?", + "Deleted Group": "Zmazan\u00e1 skupina", + "Deleting this %(item_display_name)s is permanent and cannot be undone.": "Odstr\u00e1nenie %(item_display_name)s je trval\u00e9 a nie je mo\u017en\u00e9 ho vr\u00e1ti\u0165 sp\u00e4\u0165.", + "Description": "Popis", + "Details": "Podrobnosti", + "Dimensions": "Rozmery", + "Disc": "Disk", + "Discard Changes": "Zahodi\u0165 zmeny", + "Div": "Rozdelenie", + "Do not show again": "Neukazuj znova", + "Do you want to upload your file before submitting?": "Chcete pred odoslan\u00edm odovzda\u0165 v\u00e1\u0161 s\u00fabor?", + "Document properties": "Vlastnosti dokumentu", + "Donate": "Darova\u0165", + "Download": "Prevzia\u0165", + "Due Date": "D\u00e1tum splatnosti", + "Duration (sec)": "D\u013a\u017eka (sec)", + "Edit": "Upravi\u0165", + "Edit HTML": "Editova\u0165 HTML", + "Edit Team": "Upravi\u0165 t\u00edm", + "Edit this certificate?": "Upravi\u0165 tento certifik\u00e1t?", + "Email": "Email", + "Embed": "Zakotvi\u0165", + "Emoticons": "Smail\u00edci", + "Encoding": "K\u00f3dovanie", + "Enter team description.": "Zadajte popis t\u00edmu.", + "Enter team name.": "Zadajte n\u00e1zov t\u00edmu.", + "Error": "Chyba", + "Error adding user": "Chyba pri prid\u00e1van\u00ed pou\u017e\u00edvate\u013ea", + "Error removing user": "Chyba po\u010das mazania pou\u017e\u00edvate\u013ea", + "Errors": "Chyby", + "Exit full browser": "Ukon\u010di\u0165 re\u017eim celej obrazovky", + "Expand Instructions": "Roz\u0161\u00edri\u0165 in\u0161trukcie", + "File": "S\u00fabor", + "File type is not allowed.": "Typ s\u00faboru nie je povolen\u00fd.", + "File types can not be empty.": "Typy s\u00faborov nem\u00f4\u017eu by\u0165 pr\u00e1zdne.", + "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "S\u00fabor {filename} presahuje maxim\u00e1lnu ve\u013ekos\u0165 {maxFileSizeInMBs} MB", + "Files must be in JPEG or PNG format.": "S\u00fabory musia by\u0165 vo form\u00e1te JPEG alebo PNG.", + "Fill browser": "Vyplni\u0165 plochu preh\u013ead\u00e1va\u010da", + "Filter": "Filtrova\u0165", + "Find": "N\u00e1js\u0165", + "Find and replace": "N\u00e1jdi a nahra\u010f", + "Find next": "N\u00e1jdi \u010fal\u0161ie", + "Find previous": "N\u00e1jdi predch\u00e1dzaj\u00face", + "Finish": "Ukon\u010di\u0165", + "Full Name": "Cel\u00e9 meno", + "Gender": "Pohlavie", + "General": "V\u0161eobecn\u00e9", + "Go to Dashboard": "Prejs\u0165 na Palubn\u00fa dosku", + "Go to your Dashboard": "Prejs\u0165 do va\u0161ej Palubne dosky", + "Grace period must be specified in HH:MM format.": "Doba odkladu mus\u00ed by\u0165 ur\u010den\u00e1 vo form\u00e1te HH:MM.", + "Group %s": "Skupina %s", + "Group A": "Skupina A", + "Group B": "Skupina B", + "Group Configuration name is required.": "N\u00e1zov konfigur\u00e1cie skupiny je povinn\u00fd \u00fadaj.", + "Group name is required": "N\u00e1zov skupiny je povinn\u00fd \u00fadaj", + "HTML source code": "HTML zdrojov\u00fd k\u00f3d", + "Header": "Hlavi\u010dka", + "Header 1": "Hlavi\u010dka 1", + "Header 2": "Hlavi\u010dka 2", + "Header 3": "Hlavi\u010dka 3", + "Header 4": "Hlavi\u010dka 4", + "Header 5": "Hlavi\u010dka 5", + "Header 6": "Hlavi\u010dka 6", + "Headers": "Hlavi\u010dky", + "Heading (Ctrl+H)": "Nadpis (Ctrl+H)", + "Heading 1": "Nadpis 1", + "Heading 2": "Nadpis 2", + "Heading 3": "Nadpis 3", + "Heading 4": "Nadpis 4", + "Heading 5": "Nadpis 5", + "Heading 6": "Nadpis 6", + "Headings": "Nadpisy", + "Height": "V\u00fd\u0161ka", + "Hide": "Skry\u0165", + "Hide Annotations": "Skry\u0165 anot\u00e1cie", + "Hide Deprecated Settings": "Skry\u0165 odmietnut\u00e9 nastavenia", + "Hide Discussion": "Skry\u0165 diskusiu", + "Hide closed captions": "Skry\u0165 skryt\u00e9 titulky", + "High Definition": "Vysok\u00e9 rozl\u00ed\u0161enie", + "Highlighted text": "Zv\u00fdraznen\u00fd text", + "Horizontal Rule (Ctrl+R)": "Vodorovn\u00e1 \u010diara (Ctrl+R)", + "Horizontal line": "Vodorovn\u00e1 \u010diara", + "Horizontal space": "Horizont\u00e1lna medzera", + "Hyperlink (Ctrl+L)": "Hypertextov\u00fd odkaz (Ctrl+L)", + "ID": "ID", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "Pokia\u013e teraz neover\u00edte va\u0161u identitu, st\u00e1le m\u00f4\u017eete sk\u00fama\u0165 v\u00e1\u0161 kurz priamo z va\u0161ej palubnej dosky. Periodicky budete dost\u00e1va\u0165 pripomienky z %(platformName)s na overenie va\u0161ej identity.", + "Ignore": "Ignorova\u0165", + "Ignore all": "Ignorova\u0165 v\u0161etky", + "Image": "Obr\u00e1zok", + "Image (Ctrl+G)": "Obr\u00e1zok (Ctrl+G)", + "Image description": "Popis obr\u00e1zka", + "Image must be in PNG format.": "Obr\u00e1zok mus\u00ed by\u0165 vo form\u00e1te PNG.", + "In Progress": "Sprac\u00fava sa", + "Increase indent": "Zv\u00e4\u010d\u0161i\u0165 odsadenie", + "Inline": "V rade", + "Insert": "Vlo\u017ei\u0165", + "Insert column after": "Vlo\u017ei\u0165 st\u013apec po", + "Insert column before": "Vlo\u017ei\u0165 st\u013apec pred", + "Insert date/time": "Vlo\u017ei\u0165 d\u00e1tum/\u010das", + "Insert image": "Vlo\u017ei\u0165 obr\u00e1zok", + "Insert link": "Vlo\u017ei\u0165 odkaz", + "Insert row after": "Vlo\u017ei\u0165 riadok po", + "Insert row before": "Vlo\u017ei\u0165 riadok pred", + "Insert table": "Vlo\u017ei\u0165 tabu\u013eku", + "Insert template": "Vlo\u017ei\u0165 \u0161abl\u00f3nu", + "Insert video": "Vlo\u017ei\u0165 video", + "Insert/edit image": "Vlo\u017ei\u0165/editova\u0165 obr\u00e1zok", + "Insert/edit link": "Vlo\u017ei\u0165/editova\u0165 odkaz", + "Insert/edit video": "Vlo\u017ei\u0165/editova\u0165 video", + "Italic": "Kurz\u00edva", + "Italic (Ctrl+I)": "Kurz\u00edva (Ctrl+I)", + "Justify": "Zarovna\u0165", + "Key should only contain letters, numbers, _, or -": "K\u013e\u00fa\u010d by mal obsahova\u0165 iba p\u00edsmen\u00e1, \u010d\u00edsla, _, alebo -", + "Keywords": "K\u013e\u00fa\u010dov\u00e9 slov\u00e1", + "LEARN MORE": "DOZVEDIE\u0164 SA VIAC", + "Language": "Jazyk", + "Last Edited:": "Naposledy upraven\u00e9:", + "Left": "V\u013eavo", + "Left to right": "Z\u013eava do prava", + "Less": "Menej", + "Library User": "Pou\u017e\u00edvate\u013e kni\u017enice", + "Load Another File": "Na\u010d\u00edta\u0165 \u010fal\u0161\u00ed s\u00fabor", + "Load all responses": "Na\u010d\u00edta\u0165 v\u0161etky odpovede", + "Loading": "Na\u010d\u00edtavanie", + "Loading content": "Obsah sa na\u010d\u00edtav\u00e1", + "Loading data...": "Na\u010d\u00edtavanie d\u00e1t...", + "Loading more threads": "Na\u010d\u00edta\u0165 viac vl\u00e1kien", + "Loud": "Hlasn\u00fd", + "Low": "N\u00edzko", + "Max file size exceeded": "Prekro\u010den\u00e1 maxim\u00e1lna ve\u013ekos\u0165", + "Maximum": "Maximum", + "Membership": "\u010clenstvo", + "Merge cells": "Zl\u00fa\u010di\u0165 bunky", + "Middle": "Stredn\u00e9", + "Midnight": "Polnoc", + "More": "Viac", + "Mute": "Vypn\u00fa\u0165 zvuk", + "Muted": "Vypnut\u00fdm zvukom", + "My Team": "M\u00f4j t\u00edm", + "Name": "N\u00e1zov", + "New document": "Nov\u00fd dokument", + "New window": "Nov\u00e9 okno", + "Next": "\u010ealej", + "No color": "Bez farby", + "No receipt available": "K dispoz\u00edcii nie je \u017eiadna \u00fa\u010dtenka", + "Nonbreaking space": "Pevn\u00fa medzeru", + "None": "\u017diadne", + "Noon": "Poludnie", + "Not Graded": "Neozn\u00e1mkovan\u00fd", + "Not Selected": "Nie je vybran\u00e9", + "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "Nie je mo\u017en\u00e9 nastavi\u0165 hodnotenie pre \u00faspe\u0161n\u00e9 skon\u010denie na menej ako %(minimum_grade_cutoff)s%.", + "Not in Use": "Nepou\u017e\u00edva sa", + "Note": "Pozn\u00e1mka", "Note: You are %s hour ahead of server time.": [ - "Pozn\u00e1mka: Ste %s hodinu pred \u010dasom servera.", - "Pozn\u00e1mka: Ste %s hodiny pred \u010dasom servera.", + "Pozn\u00e1mka: Ste %s hodinu pred \u010dasom servera.", + "Pozn\u00e1mka: Ste %s hodiny pred \u010dasom servera.", "Pozn\u00e1mka: Ste %s hod\u00edn pred \u010dasom servera." - ], + ], "Note: You are %s hour behind server time.": [ - "Pozn\u00e1mka: Ste %s hodinu za \u010dasom servera.", - "Pozn\u00e1mka: Ste %s hodiny za \u010dasom servera.", + "Pozn\u00e1mka: Ste %s hodinu za \u010dasom servera.", + "Pozn\u00e1mka: Ste %s hodiny za \u010dasom servera.", "Pozn\u00e1mka: Ste %s hod\u00edn za \u010dasom servera." - ], - "Noted in:": "Pridan\u00e1 pozn\u00e1mka v:", - "Now": "Teraz", - "Number of Students": "Po\u010det \u0161tudentov", - "Numbered List (Ctrl+O)": "\u010c\u00edslovan\u00fd zoznam (Ctrl+O)", - "Numbered list": "\u010c\u00edslovan\u00fd zoznam", - "OK": "OK", - "Ok": "Ok", - "One or more rescheduling tasks failed.": "Jedna alebo viac \u00faloh pre zmenu term\u00ednu zlyhala.", - "Open Calculator": "Otvori\u0165 kalkula\u010dku", - "Open language menu": "Otvori\u0165 menu jazyk", - "Option Deleted": "Vo\u013eba odstr\u00e1nen\u00e1", - "Order History": "Hist\u00f3ria objedn\u00e1vok", - "Order No.": "\u010c\u00edslo objedn\u00e1vky", - "Organization": "Organiz\u00e1cia", - "Other": "In\u00e9", - "Page break": "Koniec str\u00e1nky", - "Paragraph": "Odsek", - "Password": "Heslo", - "Paste": "Vlo\u017ei\u0165 ", - "Paste as text": "Vlo\u017ei\u0165 ako text", - "Paste row after": "Vlo\u017ei\u0165 riadok po", - "Paste row before": "Vlo\u017ei\u0165 riadok pred", - "Pause": "Pozastavi\u0165", - "Play": "Prehra\u0165", - "Play video": "Prehra\u0165 video", - "Please Note": "V\u0161imnite si, pros\u00edm", - "Please address the errors on this page first, and then save your progress.": "Vyrie\u0161te, pros\u00edm, najsk\u00f4r chyby na tejto str\u00e1nke a n\u00e1sledne ulo\u017ete tento stav.", - "Please correct the outlined fields.": "Opravte, pros\u00edm, zv\u00fdraznen\u00e9 polia.", - "Please do not use any spaces in this field.": "V tomto poli nepou\u017e\u00edvajte, pros\u00edm, \u017eiadne medzery.", - "Please do not use any spaces or special characters in this field.": "V tomto poli nepou\u017e\u00edvajte, pros\u00edm, \u017eiadne medzery alebo \u0161peci\u00e1lne znaky.", - "Please enter an integer between %(min)s and %(max)s.": "Zadajte, pros\u00edm, cel\u00e9 \u010d\u00edslo v rozsahu %(min)s a %(max)s.", - "Please enter an integer between 0 and 100.": "Zadajte, pros\u00edm, cel\u00e9 \u010d\u00edslo v rozsahu 0 a\u017e 100.", - "Please enter an integer greater than 0.": "Zadajte, pros\u00edm, cel\u00e9 \u010d\u00edslo v\u00e4\u010d\u0161ie ako 0.", - "Please enter non-negative integer.": "Zadajte, pros\u00edm, nez\u00e1porn\u00e9 cel\u00e9 \u010d\u00edslo.", - "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "Ria\u010fte sa, pros\u00edm, in\u0161trukciami o tom, ako odovzda\u0165 s\u00fabor niekam inam a prilo\u017ei\u0165 odkaz na\u0148: {maxFileSizeRedirectUrl}", - "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "Vytla\u010dte si, pros\u00edm, t\u00fato str\u00e1nku pre svoju potrebu; sl\u00fa\u017ei ako va\u0161a \u00fa\u010dtenka. Taktie\u017e dostanete email s tou istou inform\u00e1ciou.", - "Poster": "Plag\u00e1t", - "Pre": "Pre", - "Preferred Language": "Preferovan\u00fd jazyk", - "Preformatted": "Vopred naform\u00e1tovan\u00e9", - "Prev": "Predch\u00e1dzaj\u00faci", - "Preview": "N\u00e1h\u013ead", - "Print": "Tla\u010di\u0165", - "Processing Re-run Request": "Sprac\u00fava sa \u017eiados\u0165 o repr\u00edzu", - "Professional Education": "Profesijn\u00e9 vzdel\u00e1vanie", - "Publish": "Publikova\u0165", - "Queued": "V porad\u00ed", - "Redo": "Prerobi\u0165", - "Redo (Ctrl+Shift+Z)": "Obnovi\u0165 (Ctrl+Shift+Z)", - "Redo (Ctrl+Y)": "Obnovi\u0165 (Ctrl+Y)", - "Remove": "Vymaza\u0165", - "Remove all": "Odstr\u00e1ni\u0165 v\u0161etky", - "Remove link": "Odstr\u00e1ni\u0165 odkaz", - "Remove this team member?": "Odstr\u00e1ni\u0165 tohto \u010dlena t\u00edmu?", - "Replace": "Nahradi\u0165", - "Replace all": "Nahradi\u0165 v\u0161etko", - "Replace with": "Nahradi\u0165 s", - "Reply to Annotation": "Odpoveda\u0165 na anot\u00e1ciu", - "Requester": "\u017diadate\u013e", - "Required field.": "Povinn\u00e9 pole.", - "Restore last draft": "Obnov posledn\u00fd n\u00e1vrh", - "Return and add email address": "Vr\u00e1ti\u0165 sa a prida\u0165 e-mailov\u00fa adresu", - "Return to Export": "Vr\u00e1ti\u0165 sa sp\u00e4\u0165 na Export", - "Return to Your Dashboard": "Vr\u00e1ti\u0165 sa do va\u0161ej Palubnej dosky", - "Return to team listing": "Vr\u00e1ti\u0165 sa k zoznamu \u010dlenov t\u00edmu", - "Revoke access": "Zru\u0161i\u0165 pr\u00edstup", - "Right": "Doprava", - "Right to left": "Sprava do\u013eava", - "Robots": "Roboty", - "Row": "Riadok", - "Row group": "Skupina riadkov", - "Row properties": "Vlastnosti riadku", - "Row type": "Typ riadku", - "Rows": "Riadky", - "Save": "Ulo\u017ei\u0165", - "Save Changes": "Ulo\u017ei\u0165 zmeny", - "Save changes": "Ulo\u017ei\u0165 zmeny", - "Saving": "Uklad\u00e1 sa", - "Saving...": "Uklad\u00e1 sa...", - "Scope": "Rozsah", - "Search Results": "V\u00fdsledky vyh\u013ead\u00e1vania", - "Search teams": "H\u013eadanie t\u00edmov", - "Select all": "Vybra\u0165 v\u0161etko", - "Sent By": "Odoslan\u00e9", - "Set up your certificate": "Nastavenie v\u00e1\u0161ho certifik\u00e1tu", - "Settings": "Nastavenia", - "Short explanation": "kr\u00e1tke vysvetlenie", - "Show": "Zobrazi\u0165", - "Show Annotations": "Zobrazi\u0165 anot\u00e1cie", - "Show Deprecated Settings": "Zobrazi\u0165 zastaran\u00e9 nastavenia", - "Show Discussion": "Zobrazi\u0165 diskusiu", - "Show blocks": "Zobrazi\u0165 bloky", - "Show invisible characters": "Uk\u00e1za\u0165 nevidite\u013en\u00e9 znaky", - "Showing all responses": "Zobrazujem v\u0161etky odpovede", - "Signatory field(s) has invalid data.": "Pole (polia) signat\u00e1rov m\u00e1 neplatn\u00e9 \u00fadaje.", - "Skip": "Presko\u010di\u0165", - "Source": "Zdroj", - "Source code": "Zdrojov\u00fd k\u00f3d", - "Special character": "\u0160peci\u00e1lny znak", - "Speed": "R\u00fdchlos\u0165", - "Spellcheck": "Kontrola pravopisu", - "Split cell": "Rozdeli\u0165 bunku", - "Staff": "Person\u00e1l", - "Start Date": "D\u00e1tum za\u010diatku", - "Start search": "Spusti\u0165 vyh\u013ead\u00e1vanie", - "Starts": "Za\u010d\u00edna", - "State": "Stav", - "Status": "Stav", - "Status of Your Response": "Stav va\u0161ej odpovede", - "Strikethrough": "Pre\u010diarknut\u00e9", - "Subject": "Predmet", - "Submit": "Odosla\u0165", - "Submitted": "Odoslan\u00e9", - "Subscript": "Doln\u00fd index", - "Superscript": "Horn\u00fd index", - "Table": "Tabu\u013eka", - "Table properties": "Vlastnosti tabu\u013eky", - "Tags": "Zna\u010dky", - "Tags:": "\u0160t\u00edtky:", - "Take me to the main course page": "Prejs\u0165 na hlavn\u00fa str\u00e1nku kurzu", - "Take me to the main library page": "Prejs\u0165 na hlavn\u00fa str\u00e1nku kni\u017enice", - "Task ID": "ID \u00dalohy", - "Task Progress": "Napredovanie \u00falohy", - "Task Status": "Stav \u00falohy", - "Task Type": "Typ \u00falohy", - "Task inputs": "Vstupy \u00faloh", - "Team Description (Required) *": "Popis t\u00edmu (povinn\u00e9) *", - "Team Name (Required) *": "Meno t\u00edmu (povinn\u00e9) *", - "Team Search": "Vyh\u013ead\u00e1vanie t\u00edmu", - "Team name cannot have more than 255 characters.": "N\u00e1zov t\u00edmu nem\u00f4\u017ee ma\u0165 viac ako 255 znakov.", - "Teams": "T\u00edmy", - "Templates": "\u0160abl\u00f3ny", - "Text color": "Farba textu", - "Text to display": "Text, ktor\u00fd sa zobraz\u00ed", - "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "Celkov\u00e1 d\u013a\u017eka pol\u00ed pre organiz\u00e1ciu a k\u00f3du kni\u017enice nem\u00f4\u017ee by\u0165 dlh\u0161ia ako <%=limit%> znakov.", - "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "Celkov\u00e1 d\u013a\u017eka pol\u00ed pre organiz\u00e1ciu, \u010d\u00edslo kurzu a d\u013a\u017eku kurzu nem\u00f4\u017ee by\u0165 dlh\u0161ia ako <%=limit%> znakov.", - "The course end date must be later than the course start date.": "D\u00e1tum konca kurzu mus\u00ed by\u0165 nesk\u00f4r ako d\u00e1tum za\u010diatku kurzu.", - "The course must have an assigned start date.": "Kurz mus\u00ed ma\u0165 priraden\u00fd d\u00e1tum za\u010diatku.", - "The course start date must be later than the enrollment start date.": "D\u00e1tum za\u010diatku kurzu mus\u00ed by\u0165 nesk\u00f4r ako d\u00e1tum za\u010diatku z\u00e1pisu.", - "The enrollment end date cannot be after the course end date.": "D\u00e1tum konca z\u00e1pisu nem\u00f4\u017ee by\u0165 nesk\u00f4r ako je d\u00e1tum konca kurzu.", - "The enrollment start date cannot be after the enrollment end date.": "D\u00e1tum za\u010diatku z\u00e1pisu nem\u00f4\u017ee by\u0165 nesk\u00f4r ako je d\u00e1tum konca z\u00e1pisu.", - "The following file types are not allowed: ": "Nasleduj\u00face typy s\u00faborov nie s\u00fa povolen\u00e9:", - "The grading process is still running. Refresh the page to see updates.": "E\u0161te st\u00e1le prebieha zn\u00e1mkovanie. Ak chcete zobrazi\u0165 aktualiz\u00e1cie priebehu, obnovte si str\u00e1nku.", - "The minimum grade for course credit is not set.": "Minim\u00e1lne hodnotenie pre z\u00edskanie kreditu z kurzu nie je stanoven\u00e9.", - "The raw error message is:": "P\u00f4vodn\u00e1 spr\u00e1va o chybe je:", - "The server could not be contacted.": "Nebolo mo\u017en\u00e9 kontaktova\u0165 server.", - "The submission could not be removed from the grading pool.": "Toto podanie nebolo mo\u017en\u00e9 odstr\u00e1ni\u0165 z klasifika\u010dn\u00e9ho h\u00e1rku.", - "There has been an error while exporting.": "Po\u010das exportovania sa vyskytla chyba.", - "There has been an error with your export.": "Nastala chyba s\u00favisiaca s va\u0161im exportom.", - "There must be at least one group.": "Mus\u00ed existova\u0165 aspo\u0148 jedna skupina.", - "There was an error changing the user's role": "Nastala chyba pri zmene roly pou\u017e\u00edvate\u013ea.", - "There were errors reindexing course.": "Pri preindexovan\u00ed kurzu sa vyskytli chyby.", - "There's already another assignment type with this name.": "U\u017e existuje in\u00fd typ zadania s t\u00fdmto n\u00e1zvom.", - "This action cannot be undone.": "T\u00fato akciu nie je mo\u017en\u00e9 vr\u00e1ti\u0165 sp\u00e4\u0165.", - "This assessment could not be submitted.": "Toto hodnotenie nie je mo\u017en\u00e9 odosla\u0165.", - "This certificate has already been activated and is live. Are you sure you want to continue editing?": "Tento certifik\u00e1t u\u017e bol aktivovan\u00fd a aktu\u00e1lne sa pou\u017e\u00edva. Skuto\u010dne chcete pokra\u010dova\u0165 v jeho \u00faprave?", - "This feedback could not be submitted.": "T\u00fato sp\u00e4tn\u00fa v\u00e4zbu nie je mo\u017en\u00e9 odosla\u0165.", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Toto je zoznam dostupn\u00fdch %s. Pre v\u00fdber je potrebn\u00e9 ozna\u010di\u0165 ich v poli a n\u00e1sledne kliknut\u00edm na \u0161\u00edpku \"Vybra\u0165\" presun\u00fa\u0165.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Toto je zoznam dostupn\u00fdch %s. Pre vymazanie je potrebn\u00e9 ozna\u010di\u0165 ich v poli a n\u00e1sledne kliknut\u00edm na \u0161\u00edpku \"Vymaza\u0165\" vymaza\u0165.", - "This problem could not be saved.": "T\u00fato \u00falohu nebolo mo\u017en\u00e9 ulo\u017ei\u0165.", - "This problem has already been released. Any changes will apply only to future assessments.": "T\u00e1to \u00faloha u\u017e bola vydan\u00e1. Ak\u00e1ko\u013evek zmena sa t\u00fdka len bud\u00facich hodnoten\u00ed.", - "This response could not be saved.": "T\u00fato odpove\u010f nie je mo\u017en\u00e9 ulo\u017ei\u0165.", - "This response could not be submitted.": "T\u00fato odpove\u010f nie je mo\u017en\u00e9 odosla\u0165.", - "This response has been saved but not submitted.": "T\u00e1to odpove\u010f bola ulo\u017een\u00e1, ale nebola odoslan\u00e1.", - "This response has not been saved.": "Odpove\u010f nebola ulo\u017een\u00e1.", - "This section could not be loaded.": "T\u00fato sekciu nie je mo\u017en\u00e9 na\u010d\u00edta\u0165.", - "This team does not have any members.": "Tento t\u00edm nem\u00e1 \u017eiadnych \u010dlenov.", - "This team is full.": "Tento t\u00edm je pln\u00fd.", - "Time Sent": "\u010cas odoslania", - "Title": "Nadpis", - "Today": "Dnes", - "Tomorrow": "Zajtra", - "Tools": "N\u00e1stroje", - "Top": "Hore", - "Topic": "T\u00e9ma", - "Topics": "T\u00e9my", - "Total": "S\u00fa\u010det", - "Turn off transcripts": "Vypn\u00fa\u0165 prepisy", - "Turn on closed captioning": "Zapn\u00fa\u0165 skryt\u00e9 titulky", - "Turn on transcripts": "Zapn\u00fa\u0165 prepisy", - "Type": "Typ", - "Type into this box to filter down the list of available %s.": "P\u00ed\u0161te do tohto po\u013ea pre vyfiltrovanie dostupn\u00fdch %s.", - "Underline": "Pod\u010diarknu\u0165", - "Undo": "Vr\u00e1ti\u0165 sp\u00e4\u0165", - "Undo (Ctrl+Z)": "Sp\u00e4\u0165 (Ctrl+Z)", - "Undo Changes": "Vr\u00e1ti\u0165 zmeny", - "Unit": "Oddiel", - "Unknown": "Nezn\u00e1me", - "Unmute": "Zapn\u00fa\u0165 zvuk", - "Unnamed Option": "Nepomenovan\u00e1 vo\u013eba", - "Update": "Aktualiz\u00e1cia", - "Updating with latest library content": "Aktualizujem s najnov\u0161\u00edm obsahom kni\u017enice", - "Upload": "Odovzda\u0165", - "Upload File": "Odovzda\u0165 s\u00fabor", - "Upload New File": "Odovzda\u0165 nov\u00fd s\u00fabor", - "Upload completed": "Odovzd\u00e1vanie d\u00e1t dokon\u010den\u00e9", - "Upload failed": "Po\u010das odovzd\u00e1vania d\u00e1t nastala chyba", - "Upload signature image.": "Odovzda\u0165 obr\u00e1zok podpisu", - "Upload your course image.": "Odovzdajte obr\u00e1zok pre v\u00e1\u0161 kurz.", - "Uploading": "Odovzd\u00e1va sa", - "Url": "Url", - "Username": "Meno pou\u017e\u00edvate\u013ea", - "Validation Error While Saving": "Chyba valid\u00e1cie po\u010das ukladania", - "Verified Certificate": "Overen\u00fd certifik\u00e1t", - "Verify Now": "Overi\u0165 teraz", - "Vertical space": "Vertik\u00e1lna medzera", - "Very loud": "Ve\u013emi hlasn\u00fd", - "Very low": "Ve\u013emi n\u00edzko", - "Video ended": "Video skon\u010dilo", - "Video position": "Video poz\u00edcia", - "View": "Zobrazi\u0165", - "View Live": "Zobrazi\u0165 aktu\u00e1lne \u00fadaje", - "Visual aids": "Vizu\u00e1lne pom\u00f4cky", - "Volume": "Hlasitos\u0165", - "Want to confirm your identity later?": "Chcete va\u0161u identitu potvrdi\u0165 nesk\u00f4r?", - "Warning": "Upozornenie", - "Warnings": "Upozornenia", - "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "Obdr\u017eali sme va\u0161e inform\u00e1cie a overujeme va\u0161u identitu. Po skon\u010den\u00ed verifika\u010dn\u00e9ho procesu uvid\u00edte na va\u0161ej palubnej doske spr\u00e1vu (zvy\u010dajne do 1-2 dn\u00ed). Dovtedy v\u0161ak m\u00f4\u017eete st\u00e1le pristupova\u0165 ku kompletn\u00e9mu obsahu kurzu.", - "Whole words": "Cel\u00e9 slov\u00e1", - "Width": "\u0160\u00edrka", - "Words: {0}": "Slov\u00e1: {0}", - "Yes, allow edits to the active Certificate": "\u00c1no, umo\u017eni\u0165 \u00fapravy akt\u00edvneho certifik\u00e1tu", - "Yesterday": "V\u010dera", - "You are not currently a member of any team.": "Moment\u00e1lne nie ste \u010dlenom \u017eiadneho t\u00edmu.", - "You can upload files with these file types: ": "M\u00f4\u017eete odovzd\u00e1va\u0165 s\u00fabory t\u00fdchto typov:", - "You commented...": "Pridali ste koment\u00e1r...", - "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "Pridali ste krit\u00e9rium. Pre toto krit\u00e9rium si mus\u00edte zvoli\u0165 vo\u013ebu v kroku V\u00fdcvik \u0161tudentov. Aby ste tak mohli spravi\u0165, kliknite na kartu Nastavenia.", - "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "Odstr\u00e1nili ste krit\u00e9rium. Toto krit\u00e9rium bolo vymazan\u00e9 zo v\u0161etk\u00fdch vzorov\u00fdch odpoved\u00ed v kroku V\u00fdcvik \u0161tudentov.", - "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "Odstr\u00e1nili ste v\u0161etky vo\u013eby pre toto krit\u00e9rium. Toto krit\u00e9rium bolo vymazan\u00e9 zo v\u0161etk\u00fdch vzorov\u00fdch odpoved\u00ed v kroku V\u00fdcvik \u0161tudentov.", - "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "Odstr\u00e1nili ste vo\u013ebu. T\u00e1to vo\u013eba bola vymazan\u00e1 z pridru\u017een\u00e9ho krit\u00e9ria vo vzorov\u00fdch odpovediach v koku V\u00fdcvik \u0161tudentov. Pravdepodobne budete musie\u0165 pre toto krit\u00e9rium zvoli\u0165 nov\u00fa vo\u013ebu.", - "You have not created any certificates yet.": "Zatia\u013e ste nevytvorili \u017eiadny certifik\u00e1t.", - "You have not created any content groups yet.": "E\u0161te ste nevytvorili \u017eiadnu skupinu obsahu.", - "You have not created any group configurations yet.": "E\u0161te ste nevytvorili \u017eiadne konfigur\u00e1cie skup\u00edn.", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Vybrali ste akciu, ale neurobili ste \u017eiadne zmeny v jednotliv\u00fdch poliach. Pravdepodobne ste chceli pou\u017ei\u0165 tla\u010didlo vykona\u0165 namiesto ulo\u017ei\u0165.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Vybrali ste akciu, ale neulo\u017eili ste jednotliv\u00e9 polia. Pros\u00edm, ulo\u017ete zmeny kliknut\u00edm na OK. Akciu budete musie\u0165 vykona\u0165 znova.", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Vr\u00e1mci jednotliv\u00fdch editovate\u013en\u00fdch pol\u00ed m\u00e1te neulo\u017een\u00e9 zmeny. Ak vykon\u00e1te akciu, va\u0161e zmeny bud\u00fa straten\u00e9.", - "You must enter a valid email address in order to add a new team member": "Mus\u00edte zada\u0165 platn\u00fa e-mailov\u00fa adresu, aby ste mohli prida\u0165 nov\u00e9ho \u010dlena t\u00edmu.", - "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "Chyst\u00e1te sa odosla\u0165 va\u0161u odpove\u010f pre toto zadanie. Potom ako t\u00fato odpove\u010f odo\u0161lete, nebudete ju m\u00f4c\u0165 zmeni\u0165 ani nebudete m\u00f4c\u0165 odosla\u0165 nov\u00fa odpove\u010f.", - "You've made some changes": "Urobili ste nejak\u00e9 zmeny", - "You've made some changes, but there are some errors": "Urobili ste ur\u010dit\u00e9 zmeny, ale vyskytli sa nejak\u00e9 chyby", - "Your changes have been saved.": "Va\u0161e zmeny boli ulo\u017een\u00e9.", - "Your changes will not take effect until you save your progress.": "Va\u0161e zmeny sa neprejavia, dokia\u013e neulo\u017e\u00edte v\u00e1\u0161 priebeh.", - "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "Zmeny sa neprejavia, dokia\u013e neulo\u017e\u00edte v\u00e1\u0161 priebeh. D\u00e1vajte si v\u0161ak pozor pri form\u00e1tovan\u00ed k\u013e\u00fa\u010da a hodnoty, ke\u010f\u017ee valid\u00e1cia nie je implementovan\u00e1.", - "Your file could not be uploaded": "Nebolo mo\u017en\u00e9 odovzda\u0165 v\u00e1\u0161 s\u00fabor.", - "Your file has been deleted.": "S\u00fabor bol odstr\u00e1nen\u00fd.", - "Your message cannot be blank.": "Spr\u00e1va nem\u00f4\u017ee by\u0165 pr\u00e1zdna.", - "Your message must have a subject.": "Spr\u00e1va mus\u00ed obsahova\u0165 predmet.", - "Your policy changes have been saved.": "Zmeny politiky boli ulo\u017een\u00e9.", - "Your video uploads are not complete.": "Va\u0161e vide\u00e1 neboli e\u0161te kompletne odovzdan\u00e9.", - "a day": "de\u0148", - "about a minute": "asi min\u00fatu", - "about a month": "asi mesiac", - "about a year": "asi rok", - "about an hour": "pribli\u017ene hodinu", - "anonymous": "anonym", - "answer": "odpove\u010f", - "certificate": "certifik\u00e1t", - "component": "s\u00fa\u010das\u0165", - "content group": "skupina obsahu", - "correct": "spr\u00e1vny", - "group configuration": "konfigur\u00e1cia skupiny", - "incorrect": "nespr\u00e1vny", - "last activity": "posledn\u00e1 aktivita", - "less than a minute": "menej ako min\u00fatu", - "name": "n\u00e1zov", - "open slots": "vo\u013en\u00e9 sloty", - "remove": "vymaza\u0165", - "remove all": "vymaza\u0165 v\u0161etko", - "unit": "oddiel", - "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} je u\u017e v t\u00edme pre {container}. Znovu si overte e-mailov\u00fa adresu, ak chcete prida\u0165 nov\u00e9ho \u010dlena.", + ], + "Noted in:": "Pridan\u00e1 pozn\u00e1mka v:", + "Now": "Teraz", + "Number of Students": "Po\u010det \u0161tudentov", + "Numbered List (Ctrl+O)": "\u010c\u00edslovan\u00fd zoznam (Ctrl+O)", + "Numbered list": "\u010c\u00edslovan\u00fd zoznam", + "OK": "OK", + "Ok": "Ok", + "One or more rescheduling tasks failed.": "Jedna alebo viac \u00faloh pre zmenu term\u00ednu zlyhala.", + "Open Calculator": "Otvori\u0165 kalkula\u010dku", + "Open language menu": "Otvori\u0165 menu jazyk", + "Option Deleted": "Vo\u013eba odstr\u00e1nen\u00e1", + "Order History": "Hist\u00f3ria objedn\u00e1vok", + "Order No.": "\u010c\u00edslo objedn\u00e1vky", + "Organization": "Organiz\u00e1cia", + "Other": "In\u00e9", + "Page break": "Koniec str\u00e1nky", + "Paragraph": "Odsek", + "Password": "Heslo", + "Paste": "Vlo\u017ei\u0165 ", + "Paste as text": "Vlo\u017ei\u0165 ako text", + "Paste row after": "Vlo\u017ei\u0165 riadok po", + "Paste row before": "Vlo\u017ei\u0165 riadok pred", + "Pause": "Pozastavi\u0165", + "Play": "Prehra\u0165", + "Play video": "Prehra\u0165 video", + "Please Note": "V\u0161imnite si, pros\u00edm", + "Please address the errors on this page first, and then save your progress.": "Vyrie\u0161te, pros\u00edm, najsk\u00f4r chyby na tejto str\u00e1nke a n\u00e1sledne ulo\u017ete tento stav.", + "Please correct the outlined fields.": "Opravte, pros\u00edm, zv\u00fdraznen\u00e9 polia.", + "Please do not use any spaces in this field.": "V tomto poli nepou\u017e\u00edvajte, pros\u00edm, \u017eiadne medzery.", + "Please do not use any spaces or special characters in this field.": "V tomto poli nepou\u017e\u00edvajte, pros\u00edm, \u017eiadne medzery alebo \u0161peci\u00e1lne znaky.", + "Please enter an integer between %(min)s and %(max)s.": "Zadajte, pros\u00edm, cel\u00e9 \u010d\u00edslo v rozsahu %(min)s a %(max)s.", + "Please enter an integer between 0 and 100.": "Zadajte, pros\u00edm, cel\u00e9 \u010d\u00edslo v rozsahu 0 a\u017e 100.", + "Please enter an integer greater than 0.": "Zadajte, pros\u00edm, cel\u00e9 \u010d\u00edslo v\u00e4\u010d\u0161ie ako 0.", + "Please enter non-negative integer.": "Zadajte, pros\u00edm, nez\u00e1porn\u00e9 cel\u00e9 \u010d\u00edslo.", + "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "Ria\u010fte sa, pros\u00edm, in\u0161trukciami o tom, ako odovzda\u0165 s\u00fabor niekam inam a prilo\u017ei\u0165 odkaz na\u0148: {maxFileSizeRedirectUrl}", + "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "Vytla\u010dte si, pros\u00edm, t\u00fato str\u00e1nku pre svoju potrebu; sl\u00fa\u017ei ako va\u0161a \u00fa\u010dtenka. Taktie\u017e dostanete email s tou istou inform\u00e1ciou.", + "Poster": "Plag\u00e1t", + "Pre": "Pre", + "Preferred Language": "Preferovan\u00fd jazyk", + "Preformatted": "Vopred naform\u00e1tovan\u00e9", + "Prev": "Predch\u00e1dzaj\u00faci", + "Preview": "N\u00e1h\u013ead", + "Print": "Tla\u010di\u0165", + "Processing Re-run Request": "Sprac\u00fava sa \u017eiados\u0165 o repr\u00edzu", + "Professional Education": "Profesijn\u00e9 vzdel\u00e1vanie", + "Publish": "Publikova\u0165", + "Queued": "V porad\u00ed", + "Redo": "Prerobi\u0165", + "Redo (Ctrl+Shift+Z)": "Obnovi\u0165 (Ctrl+Shift+Z)", + "Redo (Ctrl+Y)": "Obnovi\u0165 (Ctrl+Y)", + "Remove": "Vymaza\u0165", + "Remove all": "Odstr\u00e1ni\u0165 v\u0161etky", + "Remove link": "Odstr\u00e1ni\u0165 odkaz", + "Remove this team member?": "Odstr\u00e1ni\u0165 tohto \u010dlena t\u00edmu?", + "Replace": "Nahradi\u0165", + "Replace all": "Nahradi\u0165 v\u0161etko", + "Replace with": "Nahradi\u0165 s", + "Reply to Annotation": "Odpoveda\u0165 na anot\u00e1ciu", + "Requester": "\u017diadate\u013e", + "Required field.": "Povinn\u00e9 pole.", + "Restore last draft": "Obnov posledn\u00fd n\u00e1vrh", + "Return and add email address": "Vr\u00e1ti\u0165 sa a prida\u0165 e-mailov\u00fa adresu", + "Return to Export": "Vr\u00e1ti\u0165 sa sp\u00e4\u0165 na Export", + "Return to Your Dashboard": "Vr\u00e1ti\u0165 sa do va\u0161ej Palubnej dosky", + "Return to team listing": "Vr\u00e1ti\u0165 sa k zoznamu \u010dlenov t\u00edmu", + "Revoke access": "Zru\u0161i\u0165 pr\u00edstup", + "Right": "Doprava", + "Right to left": "Sprava do\u013eava", + "Robots": "Roboty", + "Row": "Riadok", + "Row group": "Skupina riadkov", + "Row properties": "Vlastnosti riadku", + "Row type": "Typ riadku", + "Rows": "Riadky", + "Save": "Ulo\u017ei\u0165", + "Save Changes": "Ulo\u017ei\u0165 zmeny", + "Save changes": "Ulo\u017ei\u0165 zmeny", + "Saving": "Uklad\u00e1 sa", + "Saving...": "Uklad\u00e1 sa...", + "Scope": "Rozsah", + "Search Results": "V\u00fdsledky vyh\u013ead\u00e1vania", + "Search teams": "H\u013eadanie t\u00edmov", + "Select all": "Vybra\u0165 v\u0161etko", + "Sent By": "Odoslan\u00e9", + "Set up your certificate": "Nastavenie v\u00e1\u0161ho certifik\u00e1tu", + "Settings": "Nastavenia", + "Short explanation": "kr\u00e1tke vysvetlenie", + "Show": "Zobrazi\u0165", + "Show Annotations": "Zobrazi\u0165 anot\u00e1cie", + "Show Deprecated Settings": "Zobrazi\u0165 zastaran\u00e9 nastavenia", + "Show Discussion": "Zobrazi\u0165 diskusiu", + "Show blocks": "Zobrazi\u0165 bloky", + "Show invisible characters": "Uk\u00e1za\u0165 nevidite\u013en\u00e9 znaky", + "Showing all responses": "Zobrazujem v\u0161etky odpovede", + "Signatory field(s) has invalid data.": "Pole (polia) signat\u00e1rov m\u00e1 neplatn\u00e9 \u00fadaje.", + "Skip": "Presko\u010di\u0165", + "Source": "Zdroj", + "Source code": "Zdrojov\u00fd k\u00f3d", + "Special character": "\u0160peci\u00e1lny znak", + "Speed": "R\u00fdchlos\u0165", + "Spellcheck": "Kontrola pravopisu", + "Split cell": "Rozdeli\u0165 bunku", + "Staff": "Person\u00e1l", + "Start Date": "D\u00e1tum za\u010diatku", + "Start search": "Spusti\u0165 vyh\u013ead\u00e1vanie", + "Starts": "Za\u010d\u00edna", + "State": "Stav", + "Status": "Stav", + "Status of Your Response": "Stav va\u0161ej odpovede", + "Strikethrough": "Pre\u010diarknut\u00e9", + "Subject": "Predmet", + "Submit": "Odosla\u0165", + "Submitted": "Odoslan\u00e9", + "Subscript": "Doln\u00fd index", + "Superscript": "Horn\u00fd index", + "Table": "Tabu\u013eka", + "Table properties": "Vlastnosti tabu\u013eky", + "Tags": "Zna\u010dky", + "Tags:": "\u0160t\u00edtky:", + "Take me to the main course page": "Prejs\u0165 na hlavn\u00fa str\u00e1nku kurzu", + "Take me to the main library page": "Prejs\u0165 na hlavn\u00fa str\u00e1nku kni\u017enice", + "Task ID": "ID \u00dalohy", + "Task Progress": "Napredovanie \u00falohy", + "Task Status": "Stav \u00falohy", + "Task Type": "Typ \u00falohy", + "Task inputs": "Vstupy \u00faloh", + "Team Description (Required) *": "Popis t\u00edmu (povinn\u00e9) *", + "Team Name (Required) *": "Meno t\u00edmu (povinn\u00e9) *", + "Team Search": "Vyh\u013ead\u00e1vanie t\u00edmu", + "Team name cannot have more than 255 characters.": "N\u00e1zov t\u00edmu nem\u00f4\u017ee ma\u0165 viac ako 255 znakov.", + "Teams": "T\u00edmy", + "Templates": "\u0160abl\u00f3ny", + "Text color": "Farba textu", + "Text to display": "Text, ktor\u00fd sa zobraz\u00ed", + "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "Celkov\u00e1 d\u013a\u017eka pol\u00ed pre organiz\u00e1ciu a k\u00f3du kni\u017enice nem\u00f4\u017ee by\u0165 dlh\u0161ia ako <%=limit%> znakov.", + "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "Celkov\u00e1 d\u013a\u017eka pol\u00ed pre organiz\u00e1ciu, \u010d\u00edslo kurzu a d\u013a\u017eku kurzu nem\u00f4\u017ee by\u0165 dlh\u0161ia ako <%=limit%> znakov.", + "The course end date must be later than the course start date.": "D\u00e1tum konca kurzu mus\u00ed by\u0165 nesk\u00f4r ako d\u00e1tum za\u010diatku kurzu.", + "The course must have an assigned start date.": "Kurz mus\u00ed ma\u0165 priraden\u00fd d\u00e1tum za\u010diatku.", + "The course start date must be later than the enrollment start date.": "D\u00e1tum za\u010diatku kurzu mus\u00ed by\u0165 nesk\u00f4r ako d\u00e1tum za\u010diatku z\u00e1pisu.", + "The enrollment end date cannot be after the course end date.": "D\u00e1tum konca z\u00e1pisu nem\u00f4\u017ee by\u0165 nesk\u00f4r ako je d\u00e1tum konca kurzu.", + "The enrollment start date cannot be after the enrollment end date.": "D\u00e1tum za\u010diatku z\u00e1pisu nem\u00f4\u017ee by\u0165 nesk\u00f4r ako je d\u00e1tum konca z\u00e1pisu.", + "The following file types are not allowed: ": "Nasleduj\u00face typy s\u00faborov nie s\u00fa povolen\u00e9:", + "The grading process is still running. Refresh the page to see updates.": "E\u0161te st\u00e1le prebieha zn\u00e1mkovanie. Ak chcete zobrazi\u0165 aktualiz\u00e1cie priebehu, obnovte si str\u00e1nku.", + "The minimum grade for course credit is not set.": "Minim\u00e1lne hodnotenie pre z\u00edskanie kreditu z kurzu nie je stanoven\u00e9.", + "The raw error message is:": "P\u00f4vodn\u00e1 spr\u00e1va o chybe je:", + "The server could not be contacted.": "Nebolo mo\u017en\u00e9 kontaktova\u0165 server.", + "The submission could not be removed from the grading pool.": "Toto podanie nebolo mo\u017en\u00e9 odstr\u00e1ni\u0165 z klasifika\u010dn\u00e9ho h\u00e1rku.", + "There has been an error while exporting.": "Po\u010das exportovania sa vyskytla chyba.", + "There has been an error with your export.": "Nastala chyba s\u00favisiaca s va\u0161im exportom.", + "There must be at least one group.": "Mus\u00ed existova\u0165 aspo\u0148 jedna skupina.", + "There was an error changing the user's role": "Nastala chyba pri zmene roly pou\u017e\u00edvate\u013ea.", + "There were errors reindexing course.": "Pri preindexovan\u00ed kurzu sa vyskytli chyby.", + "There's already another assignment type with this name.": "U\u017e existuje in\u00fd typ zadania s t\u00fdmto n\u00e1zvom.", + "This action cannot be undone.": "T\u00fato akciu nie je mo\u017en\u00e9 vr\u00e1ti\u0165 sp\u00e4\u0165.", + "This assessment could not be submitted.": "Toto hodnotenie nie je mo\u017en\u00e9 odosla\u0165.", + "This certificate has already been activated and is live. Are you sure you want to continue editing?": "Tento certifik\u00e1t u\u017e bol aktivovan\u00fd a aktu\u00e1lne sa pou\u017e\u00edva. Skuto\u010dne chcete pokra\u010dova\u0165 v jeho \u00faprave?", + "This feedback could not be submitted.": "T\u00fato sp\u00e4tn\u00fa v\u00e4zbu nie je mo\u017en\u00e9 odosla\u0165.", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Toto je zoznam dostupn\u00fdch %s. Pre v\u00fdber je potrebn\u00e9 ozna\u010di\u0165 ich v poli a n\u00e1sledne kliknut\u00edm na \u0161\u00edpku \"Vybra\u0165\" presun\u00fa\u0165.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Toto je zoznam dostupn\u00fdch %s. Pre vymazanie je potrebn\u00e9 ozna\u010di\u0165 ich v poli a n\u00e1sledne kliknut\u00edm na \u0161\u00edpku \"Vymaza\u0165\" vymaza\u0165.", + "This problem could not be saved.": "T\u00fato \u00falohu nebolo mo\u017en\u00e9 ulo\u017ei\u0165.", + "This problem has already been released. Any changes will apply only to future assessments.": "T\u00e1to \u00faloha u\u017e bola vydan\u00e1. Ak\u00e1ko\u013evek zmena sa t\u00fdka len bud\u00facich hodnoten\u00ed.", + "This response could not be saved.": "T\u00fato odpove\u010f nie je mo\u017en\u00e9 ulo\u017ei\u0165.", + "This response could not be submitted.": "T\u00fato odpove\u010f nie je mo\u017en\u00e9 odosla\u0165.", + "This response has been saved but not submitted.": "T\u00e1to odpove\u010f bola ulo\u017een\u00e1, ale nebola odoslan\u00e1.", + "This response has not been saved.": "Odpove\u010f nebola ulo\u017een\u00e1.", + "This section could not be loaded.": "T\u00fato sekciu nie je mo\u017en\u00e9 na\u010d\u00edta\u0165.", + "This team does not have any members.": "Tento t\u00edm nem\u00e1 \u017eiadnych \u010dlenov.", + "This team is full.": "Tento t\u00edm je pln\u00fd.", + "Time Sent": "\u010cas odoslania", + "Title": "Nadpis", + "Today": "Dnes", + "Tomorrow": "Zajtra", + "Tools": "N\u00e1stroje", + "Top": "Hore", + "Topic": "T\u00e9ma", + "Topics": "T\u00e9my", + "Total": "S\u00fa\u010det", + "Turn off transcripts": "Vypn\u00fa\u0165 prepisy", + "Turn on closed captioning": "Zapn\u00fa\u0165 skryt\u00e9 titulky", + "Turn on transcripts": "Zapn\u00fa\u0165 prepisy", + "Type": "Typ", + "Type into this box to filter down the list of available %s.": "P\u00ed\u0161te do tohto po\u013ea pre vyfiltrovanie dostupn\u00fdch %s.", + "Underline": "Pod\u010diarknu\u0165", + "Undo": "Vr\u00e1ti\u0165 sp\u00e4\u0165", + "Undo (Ctrl+Z)": "Sp\u00e4\u0165 (Ctrl+Z)", + "Undo Changes": "Vr\u00e1ti\u0165 zmeny", + "Unit": "Oddiel", + "Unknown": "Nezn\u00e1me", + "Unmute": "Zapn\u00fa\u0165 zvuk", + "Unnamed Option": "Nepomenovan\u00e1 vo\u013eba", + "Update": "Aktualiz\u00e1cia", + "Updating with latest library content": "Aktualizujem s najnov\u0161\u00edm obsahom kni\u017enice", + "Upload": "Odovzda\u0165", + "Upload File": "Odovzda\u0165 s\u00fabor", + "Upload New File": "Odovzda\u0165 nov\u00fd s\u00fabor", + "Upload completed": "Odovzd\u00e1vanie d\u00e1t dokon\u010den\u00e9", + "Upload failed": "Po\u010das odovzd\u00e1vania d\u00e1t nastala chyba", + "Upload signature image.": "Odovzda\u0165 obr\u00e1zok podpisu", + "Upload your course image.": "Odovzdajte obr\u00e1zok pre v\u00e1\u0161 kurz.", + "Uploading": "Odovzd\u00e1va sa", + "Url": "Url", + "Username": "Meno pou\u017e\u00edvate\u013ea", + "Validation Error While Saving": "Chyba valid\u00e1cie po\u010das ukladania", + "Verified Certificate": "Overen\u00fd certifik\u00e1t", + "Verify Now": "Overi\u0165 teraz", + "Vertical space": "Vertik\u00e1lna medzera", + "Very loud": "Ve\u013emi hlasn\u00fd", + "Very low": "Ve\u013emi n\u00edzko", + "Video ended": "Video skon\u010dilo", + "Video position": "Video poz\u00edcia", + "View": "Zobrazi\u0165", + "View Live": "Zobrazi\u0165 aktu\u00e1lne \u00fadaje", + "Visual aids": "Vizu\u00e1lne pom\u00f4cky", + "Volume": "Hlasitos\u0165", + "Want to confirm your identity later?": "Chcete va\u0161u identitu potvrdi\u0165 nesk\u00f4r?", + "Warning": "Upozornenie", + "Warnings": "Upozornenia", + "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "Obdr\u017eali sme va\u0161e inform\u00e1cie a overujeme va\u0161u identitu. Po skon\u010den\u00ed verifika\u010dn\u00e9ho procesu uvid\u00edte na va\u0161ej palubnej doske spr\u00e1vu (zvy\u010dajne do 1-2 dn\u00ed). Dovtedy v\u0161ak m\u00f4\u017eete st\u00e1le pristupova\u0165 ku kompletn\u00e9mu obsahu kurzu.", + "Whole words": "Cel\u00e9 slov\u00e1", + "Width": "\u0160\u00edrka", + "Words: {0}": "Slov\u00e1: {0}", + "Yes, allow edits to the active Certificate": "\u00c1no, umo\u017eni\u0165 \u00fapravy akt\u00edvneho certifik\u00e1tu", + "Yesterday": "V\u010dera", + "You are not currently a member of any team.": "Moment\u00e1lne nie ste \u010dlenom \u017eiadneho t\u00edmu.", + "You can upload files with these file types: ": "M\u00f4\u017eete odovzd\u00e1va\u0165 s\u00fabory t\u00fdchto typov:", + "You commented...": "Pridali ste koment\u00e1r...", + "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "Pridali ste krit\u00e9rium. Pre toto krit\u00e9rium si mus\u00edte zvoli\u0165 vo\u013ebu v kroku V\u00fdcvik \u0161tudentov. Aby ste tak mohli spravi\u0165, kliknite na kartu Nastavenia.", + "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "Odstr\u00e1nili ste krit\u00e9rium. Toto krit\u00e9rium bolo vymazan\u00e9 zo v\u0161etk\u00fdch vzorov\u00fdch odpoved\u00ed v kroku V\u00fdcvik \u0161tudentov.", + "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "Odstr\u00e1nili ste v\u0161etky vo\u013eby pre toto krit\u00e9rium. Toto krit\u00e9rium bolo vymazan\u00e9 zo v\u0161etk\u00fdch vzorov\u00fdch odpoved\u00ed v kroku V\u00fdcvik \u0161tudentov.", + "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "Odstr\u00e1nili ste vo\u013ebu. T\u00e1to vo\u013eba bola vymazan\u00e1 z pridru\u017een\u00e9ho krit\u00e9ria vo vzorov\u00fdch odpovediach v koku V\u00fdcvik \u0161tudentov. Pravdepodobne budete musie\u0165 pre toto krit\u00e9rium zvoli\u0165 nov\u00fa vo\u013ebu.", + "You have not created any certificates yet.": "Zatia\u013e ste nevytvorili \u017eiadny certifik\u00e1t.", + "You have not created any content groups yet.": "E\u0161te ste nevytvorili \u017eiadnu skupinu obsahu.", + "You have not created any group configurations yet.": "E\u0161te ste nevytvorili \u017eiadne konfigur\u00e1cie skup\u00edn.", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Vybrali ste akciu, ale neurobili ste \u017eiadne zmeny v jednotliv\u00fdch poliach. Pravdepodobne ste chceli pou\u017ei\u0165 tla\u010didlo vykona\u0165 namiesto ulo\u017ei\u0165.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Vybrali ste akciu, ale neulo\u017eili ste jednotliv\u00e9 polia. Pros\u00edm, ulo\u017ete zmeny kliknut\u00edm na OK. Akciu budete musie\u0165 vykona\u0165 znova.", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Vr\u00e1mci jednotliv\u00fdch editovate\u013en\u00fdch pol\u00ed m\u00e1te neulo\u017een\u00e9 zmeny. Ak vykon\u00e1te akciu, va\u0161e zmeny bud\u00fa straten\u00e9.", + "You must enter a valid email address in order to add a new team member": "Mus\u00edte zada\u0165 platn\u00fa e-mailov\u00fa adresu, aby ste mohli prida\u0165 nov\u00e9ho \u010dlena t\u00edmu.", + "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "Chyst\u00e1te sa odosla\u0165 va\u0161u odpove\u010f pre toto zadanie. Potom ako t\u00fato odpove\u010f odo\u0161lete, nebudete ju m\u00f4c\u0165 zmeni\u0165 ani nebudete m\u00f4c\u0165 odosla\u0165 nov\u00fa odpove\u010f.", + "You've made some changes": "Urobili ste nejak\u00e9 zmeny", + "You've made some changes, but there are some errors": "Urobili ste ur\u010dit\u00e9 zmeny, ale vyskytli sa nejak\u00e9 chyby", + "Your changes have been saved.": "Va\u0161e zmeny boli ulo\u017een\u00e9.", + "Your changes will not take effect until you save your progress.": "Va\u0161e zmeny sa neprejavia, dokia\u013e neulo\u017e\u00edte v\u00e1\u0161 priebeh.", + "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "Zmeny sa neprejavia, dokia\u013e neulo\u017e\u00edte v\u00e1\u0161 priebeh. D\u00e1vajte si v\u0161ak pozor pri form\u00e1tovan\u00ed k\u013e\u00fa\u010da a hodnoty, ke\u010f\u017ee valid\u00e1cia nie je implementovan\u00e1.", + "Your file could not be uploaded": "Nebolo mo\u017en\u00e9 odovzda\u0165 v\u00e1\u0161 s\u00fabor.", + "Your file has been deleted.": "S\u00fabor bol odstr\u00e1nen\u00fd.", + "Your message cannot be blank.": "Spr\u00e1va nem\u00f4\u017ee by\u0165 pr\u00e1zdna.", + "Your message must have a subject.": "Spr\u00e1va mus\u00ed obsahova\u0165 predmet.", + "Your policy changes have been saved.": "Zmeny politiky boli ulo\u017een\u00e9.", + "Your video uploads are not complete.": "Va\u0161e vide\u00e1 neboli e\u0161te kompletne odovzdan\u00e9.", + "a day": "de\u0148", + "about a minute": "asi min\u00fatu", + "about a month": "asi mesiac", + "about a year": "asi rok", + "about an hour": "pribli\u017ene hodinu", + "anonymous": "anonym", + "answer": "odpove\u010f", + "certificate": "certifik\u00e1t", + "component": "s\u00fa\u010das\u0165", + "content group": "skupina obsahu", + "correct": "spr\u00e1vny", + "group configuration": "konfigur\u00e1cia skupiny", + "incorrect": "nespr\u00e1vny", + "last activity": "posledn\u00e1 aktivita", + "less than a minute": "menej ako min\u00fatu", + "name": "n\u00e1zov", + "open slots": "vo\u013en\u00e9 sloty", + "remove": "vymaza\u0165", + "remove all": "vymaza\u0165 v\u0161etko", + "unit": "oddiel", + "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} je u\u017e v t\u00edme pre {container}. Znovu si overte e-mailov\u00fa adresu, ak chcete prida\u0165 nov\u00e9ho \u010dlena.", "\u2026": "..." }; for (var key in newcatalog) { @@ -636,37 +636,37 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "j. F Y G:i", + "DATETIME_FORMAT": "j. F Y G:i", "DATETIME_INPUT_FORMATS": [ - "%d.%m.%Y %H:%M:%S", - "%d.%m.%Y %H:%M:%S.%f", - "%d.%m.%Y %H:%M", - "%d.%m.%Y", - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", + "%d.%m.%Y %H:%M:%S", + "%d.%m.%Y %H:%M:%S.%f", + "%d.%m.%Y %H:%M", + "%d.%m.%Y", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", "%Y-%m-%d" - ], - "DATE_FORMAT": "j. F Y", + ], + "DATE_FORMAT": "j. F Y", "DATE_INPUT_FORMATS": [ - "%d.%m.%Y", - "%d.%m.%y", - "%y-%m-%d", + "%d.%m.%Y", + "%d.%m.%y", + "%y-%m-%d", "%Y-%m-%d" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "1", - "MONTH_DAY_FORMAT": "j. F", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "d.m.Y G:i", - "SHORT_DATE_FORMAT": "d.m.Y", - "THOUSAND_SEPARATOR": "\u00a0", - "TIME_FORMAT": "G:i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "1", + "MONTH_DAY_FORMAT": "j. F", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "d.m.Y G:i", + "SHORT_DATE_FORMAT": "d.m.Y", + "THOUSAND_SEPARATOR": "\u00a0", + "TIME_FORMAT": "G:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/sl/djangojs.js b/cms/static/js/i18n/sl/djangojs.js index eba593b6ce..5cefeba49f 100644 --- a/cms/static/js/i18n/sl/djangojs.js +++ b/cms/static/js/i18n/sl/djangojs.js @@ -21,70 +21,70 @@ var newcatalog = { "%(sel)s of %(cnt)s selected": [ - "%(sel)s od %(cnt)s izbranih", - "%(sel)s od %(cnt)s izbran", - "%(sel)s od %(cnt)s izbrana", + "%(sel)s od %(cnt)s izbranih", + "%(sel)s od %(cnt)s izbran", + "%(sel)s od %(cnt)s izbrana", "%(sel)s od %(cnt)s izbrani" - ], - "6 a.m.": "Ob 6h", - "6 p.m.": "Ob 18h", - "April": "april", - "August": "avgust", - "Available %s": "Mo\u017ene %s", - "Cancel": "Prekli\u010di", - "Choose": "Izberi", - "Choose a Date": "Izberite datum", - "Choose a Time": "Izberite \u010das", - "Choose a time": "Izbor \u010dasa", - "Choose all": "Izberi vse", - "Chosen %s": "Izbran %s", - "Click to choose all %s at once.": "Kliknite za izbor vseh %s hkrati.", - "Click to remove all chosen %s at once.": "Kliknite za odstranitev vseh %s hkrati.", - "December": "december", - "February": "februar", - "Filter": "Filtriraj", - "Hide": "Skrij", - "January": "januar", - "July": "julij", - "June": "junij", - "March": "marec", - "May": "maj", - "Midnight": "Polno\u010d", - "Noon": "Opoldne", + ], + "6 a.m.": "Ob 6h", + "6 p.m.": "Ob 18h", + "April": "april", + "August": "avgust", + "Available %s": "Mo\u017ene %s", + "Cancel": "Prekli\u010di", + "Choose": "Izberi", + "Choose a Date": "Izberite datum", + "Choose a Time": "Izberite \u010das", + "Choose a time": "Izbor \u010dasa", + "Choose all": "Izberi vse", + "Chosen %s": "Izbran %s", + "Click to choose all %s at once.": "Kliknite za izbor vseh %s hkrati.", + "Click to remove all chosen %s at once.": "Kliknite za odstranitev vseh %s hkrati.", + "December": "december", + "February": "februar", + "Filter": "Filtriraj", + "Hide": "Skrij", + "January": "januar", + "July": "julij", + "June": "junij", + "March": "marec", + "May": "maj", + "Midnight": "Polno\u010d", + "Noon": "Opoldne", "Note: You are %s hour ahead of server time.": [ - "Opomba: glede na \u010das na stre\u017eniku ste %s uro naprej.", - "Opomba: glede na \u010das na stre\u017eniku ste %s uri naprej.", - "Opomba: glede na \u010das na stre\u017eniku ste %s ure naprej.", + "Opomba: glede na \u010das na stre\u017eniku ste %s uro naprej.", + "Opomba: glede na \u010das na stre\u017eniku ste %s uri naprej.", + "Opomba: glede na \u010das na stre\u017eniku ste %s ure naprej.", "Opomba: glede na \u010das na stre\u017eniku ste %s ur naprej." - ], + ], "Note: You are %s hour behind server time.": [ - "Opomba: glede na \u010das na stre\u017eniku ste %s uro zadaj.", - "Opomba: glede na \u010das na stre\u017eniku ste %s uri zadaj.", - "Opomba: glede na \u010das na stre\u017eniku ste %s ure zadaj.", + "Opomba: glede na \u010das na stre\u017eniku ste %s uro zadaj.", + "Opomba: glede na \u010das na stre\u017eniku ste %s uri zadaj.", + "Opomba: glede na \u010das na stre\u017eniku ste %s ure zadaj.", "Opomba: glede na \u010das na stre\u017eniku ste %s ur zadaj." - ], - "November": "november", - "Now": "Takoj", - "October": "oktober", - "Remove": "Odstrani", - "Remove all": "Odstrani vse", - "September": "september", - "Show": "Prika\u017ei", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "To je seznam mo\u017enih %s. Izbrane lahko izberete z izbiro v spodnjem okvirju in s klikom na pu\u0161\u010dico \"Izberi\" med okvirjema.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "To je seznam mo\u017enih %s. Odve\u010dne lahko odstranite z izbiro v okvirju in klikom na pu\u0161\u010dico \"Odstrani\" med okvirjema.", - "Today": "Danes", - "Tomorrow": "Jutri", - "Type into this box to filter down the list of available %s.": "Z vpisom niza v to polje, zo\u017eite izbor %s.", - "Yesterday": "V\u010deraj", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Izbrali ste dejanje, vendar niste naredili nobenih sprememb na posameznih poljih. Verjetno i\u0161\u010dete gumb Pojdi namesto Shrani.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Izbrali ste dejanje, vendar niste shranili sprememb na posameznih poljih. Kliknite na 'V redu', da boste shranili. Dejanje boste morali ponovno izvesti.", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Na nekaterih poljih, kjer je omogo\u010deno urejanje, so neshranjene spremembe. V primeru nadaljevanja bodo neshranjene spremembe trajno izgubljene.", - "one letter Friday\u0004F": "P", - "one letter Monday\u0004M": "P", - "one letter Saturday\u0004S": "S", - "one letter Sunday\u0004S": "N", - "one letter Thursday\u0004T": "\u010c", - "one letter Tuesday\u0004T": "T", + ], + "November": "november", + "Now": "Takoj", + "October": "oktober", + "Remove": "Odstrani", + "Remove all": "Odstrani vse", + "September": "september", + "Show": "Prika\u017ei", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "To je seznam mo\u017enih %s. Izbrane lahko izberete z izbiro v spodnjem okvirju in s klikom na pu\u0161\u010dico \"Izberi\" med okvirjema.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "To je seznam mo\u017enih %s. Odve\u010dne lahko odstranite z izbiro v okvirju in klikom na pu\u0161\u010dico \"Odstrani\" med okvirjema.", + "Today": "Danes", + "Tomorrow": "Jutri", + "Type into this box to filter down the list of available %s.": "Z vpisom niza v to polje, zo\u017eite izbor %s.", + "Yesterday": "V\u010deraj", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Izbrali ste dejanje, vendar niste naredili nobenih sprememb na posameznih poljih. Verjetno i\u0161\u010dete gumb Pojdi namesto Shrani.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Izbrali ste dejanje, vendar niste shranili sprememb na posameznih poljih. Kliknite na 'V redu', da boste shranili. Dejanje boste morali ponovno izvesti.", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Na nekaterih poljih, kjer je omogo\u010deno urejanje, so neshranjene spremembe. V primeru nadaljevanja bodo neshranjene spremembe trajno izgubljene.", + "one letter Friday\u0004F": "P", + "one letter Monday\u0004M": "P", + "one letter Saturday\u0004S": "S", + "one letter Sunday\u0004S": "N", + "one letter Thursday\u0004T": "\u010c", + "one letter Tuesday\u0004T": "T", "one letter Wednesday\u0004W": "S" }; for (var key in newcatalog) { @@ -141,55 +141,55 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "j. F Y. H:i", + "DATETIME_FORMAT": "j. F Y. H:i", "DATETIME_INPUT_FORMATS": [ - "%d.%m.%Y %H:%M:%S", - "%d.%m.%Y %H:%M:%S.%f", - "%d.%m.%Y %H:%M", - "%d.%m.%Y", - "%d.%m.%y %H:%M:%S", - "%d.%m.%y %H:%M:%S.%f", - "%d.%m.%y %H:%M", - "%d.%m.%y", - "%d-%m-%Y %H:%M:%S", - "%d-%m-%Y %H:%M:%S.%f", - "%d-%m-%Y %H:%M", - "%d-%m-%Y", - "%d. %m. %Y %H:%M:%S", - "%d. %m. %Y %H:%M:%S.%f", - "%d. %m. %Y %H:%M", - "%d. %m. %Y", - "%d. %m. %y %H:%M:%S", - "%d. %m. %y %H:%M:%S.%f", - "%d. %m. %y %H:%M", - "%d. %m. %y", - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", + "%d.%m.%Y %H:%M:%S", + "%d.%m.%Y %H:%M:%S.%f", + "%d.%m.%Y %H:%M", + "%d.%m.%Y", + "%d.%m.%y %H:%M:%S", + "%d.%m.%y %H:%M:%S.%f", + "%d.%m.%y %H:%M", + "%d.%m.%y", + "%d-%m-%Y %H:%M:%S", + "%d-%m-%Y %H:%M:%S.%f", + "%d-%m-%Y %H:%M", + "%d-%m-%Y", + "%d. %m. %Y %H:%M:%S", + "%d. %m. %Y %H:%M:%S.%f", + "%d. %m. %Y %H:%M", + "%d. %m. %Y", + "%d. %m. %y %H:%M:%S", + "%d. %m. %y %H:%M:%S.%f", + "%d. %m. %y %H:%M", + "%d. %m. %y", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", "%Y-%m-%d" - ], - "DATE_FORMAT": "d. F Y", + ], + "DATE_FORMAT": "d. F Y", "DATE_INPUT_FORMATS": [ - "%d.%m.%Y", - "%d.%m.%y", - "%d-%m-%Y", - "%d. %m. %Y", - "%d. %m. %y", + "%d.%m.%Y", + "%d.%m.%y", + "%d-%m-%Y", + "%d. %m. %Y", + "%d. %m. %y", "%Y-%m-%d" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "j. F", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "j.n.Y. H:i", - "SHORT_DATE_FORMAT": "j. M. Y", - "THOUSAND_SEPARATOR": ".", - "TIME_FORMAT": "H:i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "j. F", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "j.n.Y. H:i", + "SHORT_DATE_FORMAT": "j. M. Y", + "THOUSAND_SEPARATOR": ".", + "TIME_FORMAT": "H:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/sq/djangojs.js b/cms/static/js/i18n/sq/djangojs.js index 3b01749db8..514c688171 100644 --- a/cms/static/js/i18n/sq/djangojs.js +++ b/cms/static/js/i18n/sq/djangojs.js @@ -21,55 +21,55 @@ var newcatalog = { "%(sel)s of %(cnt)s selected": [ - "U p\u00ebrzgjodh %(sel)s nga %(cnt)s", + "U p\u00ebrzgjodh %(sel)s nga %(cnt)s", "U p\u00ebrzgjodh\u00ebn %(sel)s nga %(cnt)s" - ], - "6 a.m.": "6 a.m.", - "6 p.m.": "6 p.m.", - "Available %s": "%s i gatsh\u00ebm", - "Cancel": "Anuloje", - "Choose": "Zgjidhni", - "Choose a Date": "Zgjidhni nj\u00eb Dat\u00eb", - "Choose a Time": "Zgjidhni nj\u00eb Koh\u00eb", - "Choose a time": "Zgjidhni nj\u00eb koh\u00eb", - "Choose all": "Zgjidheni krejt", - "Chosen %s": "U zgjodh %s", - "Click to choose all %s at once.": "Klikoni q\u00eb t\u00eb zgjidhen krejt %s nj\u00ebher\u00ebsh.", - "Click to remove all chosen %s at once.": "Klikoni q\u00eb t\u00eb hiqen krejt %s e zgjedhura nj\u00ebher\u00ebsh.", - "Error": "Problem", - "Filter": "Filtro", - "Hide": "Fshihe", - "Midnight": "Mesnat\u00eb", - "Noon": "Mesdit\u00eb", - "Not Selected": "E pa selektuar", + ], + "6 a.m.": "6 a.m.", + "6 p.m.": "6 p.m.", + "Available %s": "%s i gatsh\u00ebm", + "Cancel": "Anuloje", + "Choose": "Zgjidhni", + "Choose a Date": "Zgjidhni nj\u00eb Dat\u00eb", + "Choose a Time": "Zgjidhni nj\u00eb Koh\u00eb", + "Choose a time": "Zgjidhni nj\u00eb koh\u00eb", + "Choose all": "Zgjidheni krejt", + "Chosen %s": "U zgjodh %s", + "Click to choose all %s at once.": "Klikoni q\u00eb t\u00eb zgjidhen krejt %s nj\u00ebher\u00ebsh.", + "Click to remove all chosen %s at once.": "Klikoni q\u00eb t\u00eb hiqen krejt %s e zgjedhura nj\u00ebher\u00ebsh.", + "Error": "Problem", + "Filter": "Filtro", + "Hide": "Fshihe", + "Midnight": "Mesnat\u00eb", + "Noon": "Mesdit\u00eb", + "Not Selected": "E pa selektuar", "Note: You are %s hour ahead of server time.": [ - "Sh\u00ebnim: Jeni %s or\u00eb para koh\u00ebs s\u00eb sh\u00ebrbyesit.", + "Sh\u00ebnim: Jeni %s or\u00eb para koh\u00ebs s\u00eb sh\u00ebrbyesit.", "Sh\u00ebnim: Jeni %s or\u00eb para koh\u00ebs s\u00eb sh\u00ebrbyesit." - ], + ], "Note: You are %s hour behind server time.": [ - "Sh\u00ebnim: Jeni %s or\u00eb pas koh\u00ebs s\u00eb sh\u00ebrbyesit.", + "Sh\u00ebnim: Jeni %s or\u00eb pas koh\u00ebs s\u00eb sh\u00ebrbyesit.", "Sh\u00ebnim: Jeni %s or\u00eb pas koh\u00ebs s\u00eb sh\u00ebrbyesit." - ], - "Now": "Tani", - "Option Deleted": "Opsioni u fshia", - "Remove": "Hiqe", - "Remove all": "Hiqi krejt", - "Saving...": "Ruaj...", - "Show": "Shfaqe", - "Status of Your Response": "Statusi i p\u00ebrgjigjjes suaj", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Kjo \u00ebsht\u00eb lista e %s t\u00eb gatsh\u00ebm. Mund t\u00eb zgjidhni disa duke i p\u00ebrzgjedhur te kutiza m\u00eb posht\u00eb dhe mandej duke klikuar mbi shigjet\u00ebn \"Zgjidhe\" mes dy kutizave.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Kjo \u00ebsht\u00eb lista e %s t\u00eb gatshme. Mund t\u00eb hiqni disa duke i p\u00ebrzgjedhur te kutiza m\u00eb posht\u00eb e mandej duke klikuar mbi shigjet\u00ebn \"Hiqe\" mes dy kutizave.", - "This response could not be saved.": "P\u00ebrgjigjja nuk mund t\u00eb ruhet.", - "This response has been saved but not submitted.": "Kjo p\u00ebrgjigjje \u00ebsht\u00eb ruajtur por nuk \u00ebsht\u00eb paraqitur.", - "This response has not been saved.": "Kjo p\u00ebrgjigjje nuk \u00ebsht\u00eb ruajtur.", - "Today": "Sot", - "Tomorrow": "Nes\u00ebr", - "Type into this box to filter down the list of available %s.": "Shkruani brenda kutiz\u00ebs q\u00eb t\u00eb filtrohet lista e %s t\u00eb passhme.", - "Unnamed Option": "Opsion i pa em\u00ebrtuar", - "Warning": "Paralajm\u00ebrim", - "Yesterday": "Dje", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Keni p\u00ebrzgjedhur nj\u00eb veprim, dhe nuk keni b\u00ebr\u00eb ndonj\u00eb ndryshim te fusha individuale. Ndoshta po k\u00ebrkonit p\u00ebr butonin Shko, n\u00eb vend se p\u00ebr butonin Ruaje.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Keni p\u00ebrzgjedhur nj\u00eb veprim, por nuk keni ruajtur ende ndryshimet q\u00eb b\u00ebt\u00eb te fusha individuale. Ju lutemi, klikoni OK q\u00eb t\u00eb b\u00ebhet ruajtja. Do t\u2019ju duhet ta rib\u00ebni veprimin.", + ], + "Now": "Tani", + "Option Deleted": "Opsioni u fshia", + "Remove": "Hiqe", + "Remove all": "Hiqi krejt", + "Saving...": "Ruaj...", + "Show": "Shfaqe", + "Status of Your Response": "Statusi i p\u00ebrgjigjjes suaj", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Kjo \u00ebsht\u00eb lista e %s t\u00eb gatsh\u00ebm. Mund t\u00eb zgjidhni disa duke i p\u00ebrzgjedhur te kutiza m\u00eb posht\u00eb dhe mandej duke klikuar mbi shigjet\u00ebn \"Zgjidhe\" mes dy kutizave.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Kjo \u00ebsht\u00eb lista e %s t\u00eb gatshme. Mund t\u00eb hiqni disa duke i p\u00ebrzgjedhur te kutiza m\u00eb posht\u00eb e mandej duke klikuar mbi shigjet\u00ebn \"Hiqe\" mes dy kutizave.", + "This response could not be saved.": "P\u00ebrgjigjja nuk mund t\u00eb ruhet.", + "This response has been saved but not submitted.": "Kjo p\u00ebrgjigjje \u00ebsht\u00eb ruajtur por nuk \u00ebsht\u00eb paraqitur.", + "This response has not been saved.": "Kjo p\u00ebrgjigjje nuk \u00ebsht\u00eb ruajtur.", + "Today": "Sot", + "Tomorrow": "Nes\u00ebr", + "Type into this box to filter down the list of available %s.": "Shkruani brenda kutiz\u00ebs q\u00eb t\u00eb filtrohet lista e %s t\u00eb passhme.", + "Unnamed Option": "Opsion i pa em\u00ebrtuar", + "Warning": "Paralajm\u00ebrim", + "Yesterday": "Dje", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Keni p\u00ebrzgjedhur nj\u00eb veprim, dhe nuk keni b\u00ebr\u00eb ndonj\u00eb ndryshim te fusha individuale. Ndoshta po k\u00ebrkonit p\u00ebr butonin Shko, n\u00eb vend se p\u00ebr butonin Ruaje.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Keni p\u00ebrzgjedhur nj\u00eb veprim, por nuk keni ruajtur ende ndryshimet q\u00eb b\u00ebt\u00eb te fusha individuale. Ju lutemi, klikoni OK q\u00eb t\u00eb b\u00ebhet ruajtja. Do t\u2019ju duhet ta rib\u00ebni veprimin.", "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Keni ndryshime t\u00eb paruajtura te fusha individuale t\u00eb ndryshueshme. N\u00ebse kryeni nj\u00eb veprim, ndryshimet e paruajtura do t\u00eb humbin." }; for (var key in newcatalog) { @@ -126,48 +126,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "N j, Y, P", + "DATETIME_FORMAT": "N j, Y, P", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "d F Y", + ], + "DATE_FORMAT": "d F Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "j F", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "Y-m-d", - "THOUSAND_SEPARATOR": ".", - "TIME_FORMAT": "g.i.A", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "j F", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "Y-m-d", + "THOUSAND_SEPARATOR": ".", + "TIME_FORMAT": "g.i.A", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/sr/djangojs.js b/cms/static/js/i18n/sr/djangojs.js index e8e065d0fa..58f1e74e22 100644 --- a/cms/static/js/i18n/sr/djangojs.js +++ b/cms/static/js/i18n/sr/djangojs.js @@ -21,35 +21,35 @@ var newcatalog = { "%(sel)s of %(cnt)s selected": [ - "%(sel)s \u043e\u0434 %(cnt)s \u0438\u0437\u0430\u0431\u0440\u0430\u043d", - "%(sel)s \u043e\u0434 %(cnt)s \u0438\u0437\u0430\u0431\u0440\u0430\u043d\u0430", + "%(sel)s \u043e\u0434 %(cnt)s \u0438\u0437\u0430\u0431\u0440\u0430\u043d", + "%(sel)s \u043e\u0434 %(cnt)s \u0438\u0437\u0430\u0431\u0440\u0430\u043d\u0430", "%(sel)s \u043e\u0434 %(cnt)s \u0438\u0437\u0430\u0431\u0440\u0430\u043d\u0438\u0445" - ], - "6 a.m.": "18\u0447", - "Available %s": "\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0438 %s", - "Cancel": "\u041f\u043e\u043d\u0438\u0448\u0442\u0438", - "Choose": "\u0418\u0437\u0430\u0431\u0435\u0440\u0438", - "Choose a time": "\u041e\u0434\u0430\u0431\u0438\u0440 \u0432\u0440\u0435\u043c\u0435\u043d\u0430", - "Choose all": "\u0418\u0437\u0430\u0431\u0435\u0440\u0438 \u0441\u0432\u0435", - "Chosen %s": "\u0418\u0437\u0430\u0431\u0440\u0430\u043d\u043e \u201e%s\u201c", - "Click to choose all %s at once.": "\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0432\u0435 \u201e%s\u201c \u043e\u0434\u0458\u0435\u0434\u043d\u043e\u043c.", - "Click to remove all chosen %s at once.": "\u0423\u043a\u043b\u043e\u043d\u0438\u0442\u0435 \u0441\u0432\u0435 \u0438\u0437\u0430\u0431\u0440\u0430\u043d\u0435 \u201e%s\u201c \u043e\u0434\u0458\u0435\u0434\u043d\u043e\u043c.", - "Filter": "\u0424\u0438\u043b\u0442\u0435\u0440", - "Hide": "\u0421\u0430\u043a\u0440\u0438\u0458", - "Midnight": "\u041f\u043e\u043d\u043e\u045b", - "Noon": "\u041f\u043e\u0434\u043d\u0435", - "Now": "\u0422\u0440\u0435\u043d\u0443\u0442\u043d\u043e \u0432\u0440\u0435\u043c\u0435", - "Remove": "\u0423\u043a\u043b\u043e\u043d\u0438", - "Remove all": "\u0423\u043a\u043b\u043e\u043d\u0438 \u0441\u0432\u0435", - "Show": "\u041f\u043e\u043a\u0430\u0436\u0438", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "\u041e\u0432\u043e \u0458\u0435 \u043b\u0438\u0441\u0442\u0430 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u0445 \u201e%s\u201c. \u041c\u043e\u0436\u0435\u0442\u0435 \u0438\u0437\u0430\u0431\u0440\u0430\u0442\u0438 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0435 \u0442\u0430\u043a\u043e \u0448\u0442\u043e \u045b\u0435\u0442\u0435 \u0438\u0445 \u0438\u0437\u0430\u0431\u0440\u0430\u0442\u0438 \u0443 \u043b\u0438\u0441\u0442\u0438 \u0438 \u043a\u043b\u0438\u043a\u043d\u0443\u0442\u0438 \u043d\u0430 \u201e\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u201c.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "\u041e\u0432\u043e \u0458\u0435 \u043b\u0438\u0441\u0442\u0430 \u0438\u0437\u0430\u0431\u0440\u0430\u043d\u0438\u0445 \u201e%s\u201c. \u041c\u043e\u0436\u0435\u0442\u0435 \u0443\u043a\u043b\u043e\u043d\u0438\u0442\u0438 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0435 \u0442\u0430\u043a\u043e \u0448\u0442\u043e \u045b\u0435\u0442\u0435 \u0438\u0445 \u0438\u0437\u0430\u0431\u0440\u0430\u0442\u0438 \u0443 \u043b\u0438\u0441\u0442\u0438 \u0438 \u043a\u043b\u0438\u043a\u043d\u0443\u0442\u0438 \u043d\u0430 \u201e\u0423\u043a\u043b\u043e\u043d\u0438\u201c.", - "Today": "\u0414\u0430\u043d\u0430\u0441", - "Tomorrow": "\u0421\u0443\u0442\u0440\u0430", - "Type into this box to filter down the list of available %s.": "\u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u0458\u0442\u0435 \u043b\u0438\u0441\u0442\u0443 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u0445 \u0435\u043b\u0435\u043c\u0435\u043d\u0430\u0442\u0430 \u201e%s\u201c.", - "Yesterday": "\u0408\u0443\u0447\u0435", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u0418\u0437\u0430\u0431\u0440\u0430\u043b\u0438 \u0441\u0442\u0435 \u0430\u043a\u0446\u0438\u0458\u0443 \u0430\u043b\u0438 \u043d\u0438\u0441\u0442\u0435 \u0438\u0437\u043c\u0435\u043d\u0438\u043b\u0438 \u043d\u0438 \u0458\u0435\u0434\u043d\u043e \u043f\u043e\u0459\u0435.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u0418\u0437\u0430\u0431\u0440\u0430\u043b\u0438 \u0441\u0442\u0435 \u0430\u043a\u0446\u0438\u0458\u0443 \u0430\u043b\u0438 \u043d\u0438\u0441\u0442\u0435 \u0441\u0430\u0447\u0443\u0432\u0430\u043b\u0438 \u043f\u0440\u043e\u043c\u0435\u043d\u0435 \u043f\u043e\u0459\u0430.", + ], + "6 a.m.": "18\u0447", + "Available %s": "\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0438 %s", + "Cancel": "\u041f\u043e\u043d\u0438\u0448\u0442\u0438", + "Choose": "\u0418\u0437\u0430\u0431\u0435\u0440\u0438", + "Choose a time": "\u041e\u0434\u0430\u0431\u0438\u0440 \u0432\u0440\u0435\u043c\u0435\u043d\u0430", + "Choose all": "\u0418\u0437\u0430\u0431\u0435\u0440\u0438 \u0441\u0432\u0435", + "Chosen %s": "\u0418\u0437\u0430\u0431\u0440\u0430\u043d\u043e \u201e%s\u201c", + "Click to choose all %s at once.": "\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0432\u0435 \u201e%s\u201c \u043e\u0434\u0458\u0435\u0434\u043d\u043e\u043c.", + "Click to remove all chosen %s at once.": "\u0423\u043a\u043b\u043e\u043d\u0438\u0442\u0435 \u0441\u0432\u0435 \u0438\u0437\u0430\u0431\u0440\u0430\u043d\u0435 \u201e%s\u201c \u043e\u0434\u0458\u0435\u0434\u043d\u043e\u043c.", + "Filter": "\u0424\u0438\u043b\u0442\u0435\u0440", + "Hide": "\u0421\u0430\u043a\u0440\u0438\u0458", + "Midnight": "\u041f\u043e\u043d\u043e\u045b", + "Noon": "\u041f\u043e\u0434\u043d\u0435", + "Now": "\u0422\u0440\u0435\u043d\u0443\u0442\u043d\u043e \u0432\u0440\u0435\u043c\u0435", + "Remove": "\u0423\u043a\u043b\u043e\u043d\u0438", + "Remove all": "\u0423\u043a\u043b\u043e\u043d\u0438 \u0441\u0432\u0435", + "Show": "\u041f\u043e\u043a\u0430\u0436\u0438", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "\u041e\u0432\u043e \u0458\u0435 \u043b\u0438\u0441\u0442\u0430 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u0445 \u201e%s\u201c. \u041c\u043e\u0436\u0435\u0442\u0435 \u0438\u0437\u0430\u0431\u0440\u0430\u0442\u0438 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0435 \u0442\u0430\u043a\u043e \u0448\u0442\u043e \u045b\u0435\u0442\u0435 \u0438\u0445 \u0438\u0437\u0430\u0431\u0440\u0430\u0442\u0438 \u0443 \u043b\u0438\u0441\u0442\u0438 \u0438 \u043a\u043b\u0438\u043a\u043d\u0443\u0442\u0438 \u043d\u0430 \u201e\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u201c.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "\u041e\u0432\u043e \u0458\u0435 \u043b\u0438\u0441\u0442\u0430 \u0438\u0437\u0430\u0431\u0440\u0430\u043d\u0438\u0445 \u201e%s\u201c. \u041c\u043e\u0436\u0435\u0442\u0435 \u0443\u043a\u043b\u043e\u043d\u0438\u0442\u0438 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0435 \u0442\u0430\u043a\u043e \u0448\u0442\u043e \u045b\u0435\u0442\u0435 \u0438\u0445 \u0438\u0437\u0430\u0431\u0440\u0430\u0442\u0438 \u0443 \u043b\u0438\u0441\u0442\u0438 \u0438 \u043a\u043b\u0438\u043a\u043d\u0443\u0442\u0438 \u043d\u0430 \u201e\u0423\u043a\u043b\u043e\u043d\u0438\u201c.", + "Today": "\u0414\u0430\u043d\u0430\u0441", + "Tomorrow": "\u0421\u0443\u0442\u0440\u0430", + "Type into this box to filter down the list of available %s.": "\u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u0458\u0442\u0435 \u043b\u0438\u0441\u0442\u0443 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u0445 \u0435\u043b\u0435\u043c\u0435\u043d\u0430\u0442\u0430 \u201e%s\u201c.", + "Yesterday": "\u0408\u0443\u0447\u0435", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u0418\u0437\u0430\u0431\u0440\u0430\u043b\u0438 \u0441\u0442\u0435 \u0430\u043a\u0446\u0438\u0458\u0443 \u0430\u043b\u0438 \u043d\u0438\u0441\u0442\u0435 \u0438\u0437\u043c\u0435\u043d\u0438\u043b\u0438 \u043d\u0438 \u0458\u0435\u0434\u043d\u043e \u043f\u043e\u0459\u0435.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u0418\u0437\u0430\u0431\u0440\u0430\u043b\u0438 \u0441\u0442\u0435 \u0430\u043a\u0446\u0438\u0458\u0443 \u0430\u043b\u0438 \u043d\u0438\u0441\u0442\u0435 \u0441\u0430\u0447\u0443\u0432\u0430\u043b\u0438 \u043f\u0440\u043e\u043c\u0435\u043d\u0435 \u043f\u043e\u0459\u0430.", "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "\u0418\u043c\u0430\u0442\u0435 \u043d\u0435\u0441\u0430\u0447\u0438\u0432\u0430\u043d\u0435 \u0438\u0437\u043c\u0435\u043d\u0435. \u0410\u043a\u043e \u043f\u043e\u043a\u0440\u0435\u043d\u0435\u0442\u0435 \u0430\u043a\u0446\u0438\u0458\u0443, \u0438\u0437\u043c\u0435\u043d\u0435 \u045b\u0435 \u0431\u0438\u0442\u0438 \u0438\u0437\u0433\u0443\u0431\u0459\u0435\u043d\u0435." }; for (var key in newcatalog) { @@ -106,50 +106,50 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "j. F Y. H:i", + "DATETIME_FORMAT": "j. F Y. H:i", "DATETIME_INPUT_FORMATS": [ - "%d.%m.%Y. %H:%M:%S", - "%d.%m.%Y. %H:%M:%S.%f", - "%d.%m.%Y. %H:%M", - "%d.%m.%Y.", - "%d.%m.%y. %H:%M:%S", - "%d.%m.%y. %H:%M:%S.%f", - "%d.%m.%y. %H:%M", - "%d.%m.%y.", - "%d. %m. %Y. %H:%M:%S", - "%d. %m. %Y. %H:%M:%S.%f", - "%d. %m. %Y. %H:%M", - "%d. %m. %Y.", - "%d. %m. %y. %H:%M:%S", - "%d. %m. %y. %H:%M:%S.%f", - "%d. %m. %y. %H:%M", - "%d. %m. %y.", - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", + "%d.%m.%Y. %H:%M:%S", + "%d.%m.%Y. %H:%M:%S.%f", + "%d.%m.%Y. %H:%M", + "%d.%m.%Y.", + "%d.%m.%y. %H:%M:%S", + "%d.%m.%y. %H:%M:%S.%f", + "%d.%m.%y. %H:%M", + "%d.%m.%y.", + "%d. %m. %Y. %H:%M:%S", + "%d. %m. %Y. %H:%M:%S.%f", + "%d. %m. %Y. %H:%M", + "%d. %m. %Y.", + "%d. %m. %y. %H:%M:%S", + "%d. %m. %y. %H:%M:%S.%f", + "%d. %m. %y. %H:%M", + "%d. %m. %y.", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", "%Y-%m-%d" - ], - "DATE_FORMAT": "j. F Y.", + ], + "DATE_FORMAT": "j. F Y.", "DATE_INPUT_FORMATS": [ - "%d.%m.%Y.", - "%d.%m.%y.", - "%d. %m. %Y.", - "%d. %m. %y.", + "%d.%m.%Y.", + "%d.%m.%y.", + "%d. %m. %Y.", + "%d. %m. %y.", "%Y-%m-%d" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "1", - "MONTH_DAY_FORMAT": "j. F", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "j.m.Y. H:i", - "SHORT_DATE_FORMAT": "j.m.Y.", - "THOUSAND_SEPARATOR": ".", - "TIME_FORMAT": "H:i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "1", + "MONTH_DAY_FORMAT": "j. F", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "j.m.Y. H:i", + "SHORT_DATE_FORMAT": "j.m.Y.", + "THOUSAND_SEPARATOR": ".", + "TIME_FORMAT": "H:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y." }; diff --git a/cms/static/js/i18n/sv/djangojs.js b/cms/static/js/i18n/sv/djangojs.js index efdd880120..8351228d59 100644 --- a/cms/static/js/i18n/sv/djangojs.js +++ b/cms/static/js/i18n/sv/djangojs.js @@ -21,64 +21,64 @@ var newcatalog = { "%(sel)s of %(cnt)s selected": [ - "%(sel)s av %(cnt)s markerade", + "%(sel)s av %(cnt)s markerade", "%(sel)s av %(cnt)s markerade" - ], - "6 a.m.": "06:00", - "6 p.m.": "6 p.m.", - "April": "april", - "August": "augusti", - "Available %s": "Tillg\u00e4ngliga %s", - "Cancel": "Avbryt", - "Choose": "V\u00e4lj", - "Choose a Date": "V\u00e4lj ett datum", - "Choose a Time": "V\u00e4lj en tidpunkt", - "Choose a time": "V\u00e4lj en tidpunkt", - "Choose all": "V\u00e4lj alla", - "Chosen %s": "V\u00e4lj %s", - "Click to choose all %s at once.": "Klicka f\u00f6r att v\u00e4lja alla %s p\u00e5 en g\u00e5ng.", - "Click to remove all chosen %s at once.": "Klicka f\u00f6r att ta bort alla valda %s p\u00e5 en g\u00e5ng.", - "December": "december", - "February": "februari", - "Filter": "Filter", - "Hide": "G\u00f6m", - "January": "januari", - "July": "juli", - "June": "juni", - "March": "mars", - "May": "maj", - "Midnight": "Midnatt", - "Noon": "Middag", + ], + "6 a.m.": "06:00", + "6 p.m.": "6 p.m.", + "April": "april", + "August": "augusti", + "Available %s": "Tillg\u00e4ngliga %s", + "Cancel": "Avbryt", + "Choose": "V\u00e4lj", + "Choose a Date": "V\u00e4lj ett datum", + "Choose a Time": "V\u00e4lj en tidpunkt", + "Choose a time": "V\u00e4lj en tidpunkt", + "Choose all": "V\u00e4lj alla", + "Chosen %s": "V\u00e4lj %s", + "Click to choose all %s at once.": "Klicka f\u00f6r att v\u00e4lja alla %s p\u00e5 en g\u00e5ng.", + "Click to remove all chosen %s at once.": "Klicka f\u00f6r att ta bort alla valda %s p\u00e5 en g\u00e5ng.", + "December": "december", + "February": "februari", + "Filter": "Filter", + "Hide": "G\u00f6m", + "January": "januari", + "July": "juli", + "June": "juni", + "March": "mars", + "May": "maj", + "Midnight": "Midnatt", + "Noon": "Middag", "Note: You are %s hour ahead of server time.": [ - "Notera: Du \u00e4r %s timme f\u00f6re serverns tid.", + "Notera: Du \u00e4r %s timme f\u00f6re serverns tid.", "Notera: Du \u00e4r %s timmar f\u00f6re serverns tid." - ], + ], "Note: You are %s hour behind server time.": [ - "Notera: Du \u00e4r %s timme efter serverns tid.", + "Notera: Du \u00e4r %s timme efter serverns tid.", "Notera: Du \u00e4r %s timmar efter serverns tid." - ], - "November": "november", - "Now": "Nu", - "October": "oktober", - "Remove": "Ta bort", - "Remove all": "Ta bort alla", - "September": "september", - "Show": "Visa", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Detta \u00e4r listan med tillg\u00e4ngliga %s. Du kan v\u00e4lja ut vissa genom att markera dem i rutan nedan och sedan klicka p\u00e5 \"V\u00e4lj\"-knapparna mellan de tv\u00e5 rutorna.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Detta \u00e4r listan med utvalda %s. Du kan ta bort vissa genom att markera dem i rutan nedan och sedan klicka p\u00e5 \"Ta bort\"-pilen mellan de tv\u00e5 rutorna.", - "Today": "I dag", - "Tomorrow": "I morgon", - "Type into this box to filter down the list of available %s.": "Skriv i denna ruta f\u00f6r att filtrera listan av tillg\u00e4ngliga %s.", - "Yesterday": "I g\u00e5r", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Du har markerat en operation och du har inte gjort n\u00e5gra \u00e4ndringar i enskilda f\u00e4lt. Du letar antagligen efter Utf\u00f6r-knappen snarare \u00e4n Spara.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Du har markerat en operation, men du har inte sparat sparat dina \u00e4ndringar till enskilda f\u00e4lt \u00e4nnu. Var v\u00e4nlig klicka OK f\u00f6r att spara. Du kommer att beh\u00f6va k\u00f6ra operationen p\u00e5 nytt.", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Du har \u00e4ndringar som inte sparats i enskilda redigerbara f\u00e4lt. Om du k\u00f6r en operation kommer de \u00e4ndringar som inte sparats att g\u00e5 f\u00f6rlorade.", - "one letter Friday\u0004F": "F", - "one letter Monday\u0004M": "M", - "one letter Saturday\u0004S": "L", - "one letter Sunday\u0004S": "S", - "one letter Thursday\u0004T": "T", - "one letter Tuesday\u0004T": "T", + ], + "November": "november", + "Now": "Nu", + "October": "oktober", + "Remove": "Ta bort", + "Remove all": "Ta bort alla", + "September": "september", + "Show": "Visa", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Detta \u00e4r listan med tillg\u00e4ngliga %s. Du kan v\u00e4lja ut vissa genom att markera dem i rutan nedan och sedan klicka p\u00e5 \"V\u00e4lj\"-knapparna mellan de tv\u00e5 rutorna.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Detta \u00e4r listan med utvalda %s. Du kan ta bort vissa genom att markera dem i rutan nedan och sedan klicka p\u00e5 \"Ta bort\"-pilen mellan de tv\u00e5 rutorna.", + "Today": "I dag", + "Tomorrow": "I morgon", + "Type into this box to filter down the list of available %s.": "Skriv i denna ruta f\u00f6r att filtrera listan av tillg\u00e4ngliga %s.", + "Yesterday": "I g\u00e5r", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Du har markerat en operation och du har inte gjort n\u00e5gra \u00e4ndringar i enskilda f\u00e4lt. Du letar antagligen efter Utf\u00f6r-knappen snarare \u00e4n Spara.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Du har markerat en operation, men du har inte sparat sparat dina \u00e4ndringar till enskilda f\u00e4lt \u00e4nnu. Var v\u00e4nlig klicka OK f\u00f6r att spara. Du kommer att beh\u00f6va k\u00f6ra operationen p\u00e5 nytt.", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Du har \u00e4ndringar som inte sparats i enskilda redigerbara f\u00e4lt. Om du k\u00f6r en operation kommer de \u00e4ndringar som inte sparats att g\u00e5 f\u00f6rlorade.", + "one letter Friday\u0004F": "F", + "one letter Monday\u0004M": "M", + "one letter Saturday\u0004S": "L", + "one letter Sunday\u0004S": "S", + "one letter Thursday\u0004T": "T", + "one letter Tuesday\u0004T": "T", "one letter Wednesday\u0004W": "O" }; for (var key in newcatalog) { @@ -135,40 +135,40 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "j F Y H:i", + "DATETIME_FORMAT": "j F Y H:i", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "j F Y", + ], + "DATE_FORMAT": "j F Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", + "%Y-%m-%d", + "%m/%d/%Y", "%m/%d/%y" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "1", - "MONTH_DAY_FORMAT": "j F", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "Y-m-d H:i", - "SHORT_DATE_FORMAT": "Y-m-d", - "THOUSAND_SEPARATOR": "\u00a0", - "TIME_FORMAT": "H:i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "1", + "MONTH_DAY_FORMAT": "j F", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "Y-m-d H:i", + "SHORT_DATE_FORMAT": "Y-m-d", + "THOUSAND_SEPARATOR": "\u00a0", + "TIME_FORMAT": "H:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/sw/djangojs.js b/cms/static/js/i18n/sw/djangojs.js index 9d3f072004..1b7f576bb5 100644 --- a/cms/static/js/i18n/sw/djangojs.js +++ b/cms/static/js/i18n/sw/djangojs.js @@ -21,42 +21,42 @@ var newcatalog = { "%(sel)s of %(cnt)s selected": [ - "umechagua %(sel)s kati ya %(cnt)s", + "umechagua %(sel)s kati ya %(cnt)s", "umechagua %(sel)s kati ya %(cnt)s" - ], - "6 a.m.": "Saa 12 alfajiri", - "Available %s": "Yaliyomo: %s", - "Cancel": "Ghairi", - "Choose": "Chagua", - "Choose a time": "Chagua wakati", - "Choose all": "Chagua vyote", - "Chosen %s": "Chaguo la %s", - "Click to choose all %s at once.": "Bofya kuchagua %s kwa pamoja.", - "Click to remove all chosen %s at once.": "Bofya ili kuondoa %s chaguliwa kwa pamoja.", - "Filter": "Chuja", - "Hide": "Ficha", - "Midnight": "Usiku wa manane", - "Noon": "Adhuhuri", + ], + "6 a.m.": "Saa 12 alfajiri", + "Available %s": "Yaliyomo: %s", + "Cancel": "Ghairi", + "Choose": "Chagua", + "Choose a time": "Chagua wakati", + "Choose all": "Chagua vyote", + "Chosen %s": "Chaguo la %s", + "Click to choose all %s at once.": "Bofya kuchagua %s kwa pamoja.", + "Click to remove all chosen %s at once.": "Bofya ili kuondoa %s chaguliwa kwa pamoja.", + "Filter": "Chuja", + "Hide": "Ficha", + "Midnight": "Usiku wa manane", + "Noon": "Adhuhuri", "Note: You are %s hour ahead of server time.": [ - "Kumbuka: Uko saa %s mbele ukilinganisha na majira ya seva", + "Kumbuka: Uko saa %s mbele ukilinganisha na majira ya seva", "Kumbuka: Uko masaa %s mbele ukilinganisha na majira ya seva" - ], + ], "Note: You are %s hour behind server time.": [ - "Kumbuka: Uko saa %s nyuma ukilinganisha na majira ya seva", + "Kumbuka: Uko saa %s nyuma ukilinganisha na majira ya seva", "Kumbuka: Uko masaa %s nyuma ukilinganisha na majira ya seva" - ], - "Now": "Sasa", - "Remove": "Ondoa", - "Remove all": "Ondoa vyote", - "Show": "Onesha", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Hii ni orodha ya %s uliyochagua. Unaweza kuchagua baadhi vitu kwa kuvichagua katika kisanduku hapo chini kisha kubofya mshale wa \"Chagua\" kati ya visanduku viwili.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Hii ni orodha ya %s uliyochagua. Unaweza kuondoa baadhi vitu kwa kuvichagua katika kisanduku hapo chini kisha kubofya mshale wa \"Ondoa\" kati ya visanduku viwili.", - "Today": "Leo", - "Tomorrow": "Kesho", - "Type into this box to filter down the list of available %s.": "Chapisha katika kisanduku hiki ili kuchuja orodha ya %s iliyopo.", - "Yesterday": "Jana", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Umechagua tendo, lakini bado hujahifadhi mabadiliko yako katika uga husika. Inawezekana unatafuta kitufe cha Nenda badala ya Hifadhi", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Umechagua tendo, lakini bado hujahifadhi mabadiliko yako katika uga husika. Tafadali bofya Sawa ukitaka kuhifadhi. Utahitajika kufanya upya kitendo ", + ], + "Now": "Sasa", + "Remove": "Ondoa", + "Remove all": "Ondoa vyote", + "Show": "Onesha", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Hii ni orodha ya %s uliyochagua. Unaweza kuchagua baadhi vitu kwa kuvichagua katika kisanduku hapo chini kisha kubofya mshale wa \"Chagua\" kati ya visanduku viwili.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Hii ni orodha ya %s uliyochagua. Unaweza kuondoa baadhi vitu kwa kuvichagua katika kisanduku hapo chini kisha kubofya mshale wa \"Ondoa\" kati ya visanduku viwili.", + "Today": "Leo", + "Tomorrow": "Kesho", + "Type into this box to filter down the list of available %s.": "Chapisha katika kisanduku hiki ili kuchuja orodha ya %s iliyopo.", + "Yesterday": "Jana", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Umechagua tendo, lakini bado hujahifadhi mabadiliko yako katika uga husika. Inawezekana unatafuta kitufe cha Nenda badala ya Hifadhi", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Umechagua tendo, lakini bado hujahifadhi mabadiliko yako katika uga husika. Tafadali bofya Sawa ukitaka kuhifadhi. Utahitajika kufanya upya kitendo ", "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Umeacha kuhifadhi mabadiliko katika uga zinazoharirika. Ikiwa utafanya tendo lingine, mabadiliko ambayo hayajahifadhiwa yatapotea." }; for (var key in newcatalog) { @@ -113,48 +113,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "N j, Y, P", + "DATETIME_FORMAT": "N j, Y, P", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "N j, Y", + ], + "DATE_FORMAT": "N j, Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "F j", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "m/d/Y", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "P", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "F j", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "m/d/Y", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "P", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/ta/djangojs.js b/cms/static/js/i18n/ta/djangojs.js index 92cd150263..f0a891c0f2 100644 --- a/cms/static/js/i18n/ta/djangojs.js +++ b/cms/static/js/i18n/ta/djangojs.js @@ -20,19 +20,19 @@ django.catalog = django.catalog || {}; var newcatalog = { - "6 a.m.": "\u0b95\u0bbe\u0bb2\u0bc8 6 \u0bae\u0ba3\u0bbf ", - "Available %s": "%s \u0b87\u0bb0\u0bc1\u0b95\u0bcd\u0b95\u0bbf\u0bb1\u0ba4\u0bbe ", - "Cancel": "\u0bb5\u0bc7\u0ba3\u0bcd\u0b9f\u0bbe\u0bae\u0bcd ", - "Choose a time": "\u0b92\u0bb0\u0bc1 \u0ba8\u0bc7\u0bb0\u0ba4\u0bcd\u0ba4\u0bc8 \u0ba4\u0bc7\u0bb0\u0bcd\u0ba8\u0bcd\u0ba4\u0bcd\u0ba4\u0bc6\u0b9f\u0bc1\u0b95\u0bcd\u0b95 ", - "Choose all": "\u0b8e\u0bb2\u0bcd\u0bb2\u0bbe\u0bb5\u0bb1\u0bcd\u0bb1\u0bc8\u0baf\u0bc1\u0bae\u0bcd \u0ba4\u0bc7\u0bb0\u0bcd\u0ba8\u0bcd\u0ba4\u0bcd\u0ba4\u0bc6\u0b9f\u0bc1\u0b95\u0bcd\u0b95", - "Chosen %s": "%s \u0ba4\u0bc7\u0bb0\u0bcd\u0ba8\u0bcd\u0ba4\u0bcd\u0ba4\u0bc6\u0b9f\u0bc1\u0b95\u0bcd\u0b95\u0baa\u0bcd\u0baa\u0b9f\u0bcd\u0b9f", - "Filter": "\u0bb5\u0b9f\u0bbf\u0b95\u0b9f\u0bcd\u0b9f\u0bbf", - "Midnight": "\u0ba8\u0b9f\u0bc1 \u0b87\u0bb0\u0bb5\u0bc1 ", - "Noon": "\u0bae\u0ba4\u0bbf\u0baf\u0bae\u0bcd ", - "Now": "\u0b87\u0baa\u0bcd\u0baa\u0bc6\u0bbe\u0bb4\u0bc1\u0ba4\u0bc1 ", - "Remove": "\u0b85\u0bb4\u0bbf\u0b95\u0bcd\u0b95", - "Today": "\u0b87\u0ba9\u0bcd\u0bb1\u0bc1 ", - "Tomorrow": "\u0ba8\u0bbe\u0bb3\u0bc8", + "6 a.m.": "\u0b95\u0bbe\u0bb2\u0bc8 6 \u0bae\u0ba3\u0bbf ", + "Available %s": "%s \u0b87\u0bb0\u0bc1\u0b95\u0bcd\u0b95\u0bbf\u0bb1\u0ba4\u0bbe ", + "Cancel": "\u0bb5\u0bc7\u0ba3\u0bcd\u0b9f\u0bbe\u0bae\u0bcd ", + "Choose a time": "\u0b92\u0bb0\u0bc1 \u0ba8\u0bc7\u0bb0\u0ba4\u0bcd\u0ba4\u0bc8 \u0ba4\u0bc7\u0bb0\u0bcd\u0ba8\u0bcd\u0ba4\u0bcd\u0ba4\u0bc6\u0b9f\u0bc1\u0b95\u0bcd\u0b95 ", + "Choose all": "\u0b8e\u0bb2\u0bcd\u0bb2\u0bbe\u0bb5\u0bb1\u0bcd\u0bb1\u0bc8\u0baf\u0bc1\u0bae\u0bcd \u0ba4\u0bc7\u0bb0\u0bcd\u0ba8\u0bcd\u0ba4\u0bcd\u0ba4\u0bc6\u0b9f\u0bc1\u0b95\u0bcd\u0b95", + "Chosen %s": "%s \u0ba4\u0bc7\u0bb0\u0bcd\u0ba8\u0bcd\u0ba4\u0bcd\u0ba4\u0bc6\u0b9f\u0bc1\u0b95\u0bcd\u0b95\u0baa\u0bcd\u0baa\u0b9f\u0bcd\u0b9f", + "Filter": "\u0bb5\u0b9f\u0bbf\u0b95\u0b9f\u0bcd\u0b9f\u0bbf", + "Midnight": "\u0ba8\u0b9f\u0bc1 \u0b87\u0bb0\u0bb5\u0bc1 ", + "Noon": "\u0bae\u0ba4\u0bbf\u0baf\u0bae\u0bcd ", + "Now": "\u0b87\u0baa\u0bcd\u0baa\u0bc6\u0bbe\u0bb4\u0bc1\u0ba4\u0bc1 ", + "Remove": "\u0b85\u0bb4\u0bbf\u0b95\u0bcd\u0b95", + "Today": "\u0b87\u0ba9\u0bcd\u0bb1\u0bc1 ", + "Tomorrow": "\u0ba8\u0bbe\u0bb3\u0bc8", "Yesterday": "\u0ba8\u0bc7\u0bb1\u0bcd\u0bb1\u0bc1 " }; for (var key in newcatalog) { @@ -89,48 +89,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "N j, Y, P", + "DATETIME_FORMAT": "N j, Y, P", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "j F, Y", + ], + "DATE_FORMAT": "j F, Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "j F", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "j M, Y", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "g:i A", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "j F", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "j M, Y", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "g:i A", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/te/djangojs.js b/cms/static/js/i18n/te/djangojs.js index 6ad33201c6..b4eb9bf12c 100644 --- a/cms/static/js/i18n/te/djangojs.js +++ b/cms/static/js/i18n/te/djangojs.js @@ -20,21 +20,21 @@ django.catalog = django.catalog || {}; var newcatalog = { - "6 a.m.": "6 a.m", - "Available %s": "\u0c06\u0c02\u0c26\u0c41\u0c2c\u0c3e\u0c24\u0c41\u0c32\u0c4b\u0c09\u0c28\u0c4d\u0c28 %s ", - "Cancel": "\u0c30\u0c26\u0c4d\u0c26\u0c41 \u0c1a\u0c47\u0c2f\u0c41", - "Choose a time": "\u0c12\u0c15 \u0c38\u0c2e\u0c2f\u0c2e\u0c41 \u0c0e\u0c28\u0c4d\u0c28\u0c41\u0c15\u0c4b\u0c02\u0c21\u0c3f", - "Choose all": "\u0c05\u0c28\u0c4d\u0c28\u0c40 \u0c0e\u0c28\u0c4d\u0c28\u0c41\u0c15\u0c4b\u0c02\u0c21\u0c3f", - "Chosen %s": "\u0c0e\u0c28\u0c4d\u0c28\u0c41\u0c15\u0c41\u0c28\u0c4d\u0c28 %s", - "Filter": "\u0c35\u0c21\u0c2a\u0c4b\u0c24", - "Hide": "\u0c26\u0c3e\u0c1a\u0c41", - "Midnight": "\u0c06\u0c30\u0c4d\u0c27\u0c30\u0c3e\u0c24\u0c4d\u0c30\u0c3f", - "Noon": "\u0c2e\u0c27\u0c4d\u0c2f\u0c3e\u0c39\u0c4d\u0c28\u0c2e\u0c41", - "Now": "\u0c07\u0c2a\u0c4d\u0c2a\u0c41\u0c21\u0c41", - "Remove": "\u0c24\u0c40\u0c38\u0c3f\u0c35\u0c47\u0c2f\u0c02\u0c21\u0c3f", - "Show": "\u0c1a\u0c42\u0c2a\u0c3f\u0c02\u0c1a\u0c41\u0c2e\u0c41", - "Today": "\u0c08\u0c28\u0c3e\u0c21\u0c41", - "Tomorrow": "\u0c30\u0c47\u0c2a\u0c41", + "6 a.m.": "6 a.m", + "Available %s": "\u0c06\u0c02\u0c26\u0c41\u0c2c\u0c3e\u0c24\u0c41\u0c32\u0c4b\u0c09\u0c28\u0c4d\u0c28 %s ", + "Cancel": "\u0c30\u0c26\u0c4d\u0c26\u0c41 \u0c1a\u0c47\u0c2f\u0c41", + "Choose a time": "\u0c12\u0c15 \u0c38\u0c2e\u0c2f\u0c2e\u0c41 \u0c0e\u0c28\u0c4d\u0c28\u0c41\u0c15\u0c4b\u0c02\u0c21\u0c3f", + "Choose all": "\u0c05\u0c28\u0c4d\u0c28\u0c40 \u0c0e\u0c28\u0c4d\u0c28\u0c41\u0c15\u0c4b\u0c02\u0c21\u0c3f", + "Chosen %s": "\u0c0e\u0c28\u0c4d\u0c28\u0c41\u0c15\u0c41\u0c28\u0c4d\u0c28 %s", + "Filter": "\u0c35\u0c21\u0c2a\u0c4b\u0c24", + "Hide": "\u0c26\u0c3e\u0c1a\u0c41", + "Midnight": "\u0c06\u0c30\u0c4d\u0c27\u0c30\u0c3e\u0c24\u0c4d\u0c30\u0c3f", + "Noon": "\u0c2e\u0c27\u0c4d\u0c2f\u0c3e\u0c39\u0c4d\u0c28\u0c2e\u0c41", + "Now": "\u0c07\u0c2a\u0c4d\u0c2a\u0c41\u0c21\u0c41", + "Remove": "\u0c24\u0c40\u0c38\u0c3f\u0c35\u0c47\u0c2f\u0c02\u0c21\u0c3f", + "Show": "\u0c1a\u0c42\u0c2a\u0c3f\u0c02\u0c1a\u0c41\u0c2e\u0c41", + "Today": "\u0c08\u0c28\u0c3e\u0c21\u0c41", + "Tomorrow": "\u0c30\u0c47\u0c2a\u0c41", "Yesterday": "\u0c28\u0c3f\u0c28\u0c4d\u0c28" }; for (var key in newcatalog) { @@ -91,48 +91,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "N j, Y, P", + "DATETIME_FORMAT": "N j, Y, P", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "j F Y", + ], + "DATE_FORMAT": "j F Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "j F", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "j M Y", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "g:i A", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "j F", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "j M Y", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "g:i A", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/th/djangojs.js b/cms/static/js/i18n/th/djangojs.js index 250e95a59b..2077af1c29 100644 --- a/cms/static/js/i18n/th/djangojs.js +++ b/cms/static/js/i18n/th/djangojs.js @@ -20,737 +20,737 @@ django.catalog = django.catalog || {}; var newcatalog = { - "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", + "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", "%(memberCount)s / %(maxMemberCount)s Member": [ "%(memberCount)s / %(maxMemberCount)s \u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01" - ], - "%(new_item_message)s": "%(new_item_message)s", + ], + "%(new_item_message)s": "%(new_item_message)s", "%(num_questions)s question": [ "%(num_questions)s \u0e04\u0e33\u0e16\u0e32\u0e21" - ], + ], "%(num_students)s student": [ "%(num_students)s \u0e1c\u0e39\u0e49\u0e40\u0e23\u0e35\u0e22\u0e19" - ], + ], "%(num_students)s student opened Subsection": [ "%(num_students)s \u0e1c\u0e39\u0e49\u0e40\u0e23\u0e35\u0e22\u0e19\u0e40\u0e1b\u0e34\u0e14\u0e2a\u0e48\u0e27\u0e19\u0e19\u0e35\u0e49" - ], + ], "%(sel)s of %(cnt)s selected": [ "%(sel)s \u0e08\u0e32\u0e01 %(cnt)s selected" - ], + ], "%(team_count)s Team": [ "%(team_count)s\u0e17\u0e35\u0e21" - ], - "%(type)s Component Template Menu": "\u0e40\u0e21\u0e19\u0e39\u0e40\u0e17\u0e21\u0e40\u0e1e\u0e25\u0e15\u0e2a\u0e48\u0e27\u0e19\u0e1b\u0e23\u0e30\u0e01\u0e2d\u0e1a %(type)s", - "(Required Field)": "(\u0e2a\u0e48\u0e27\u0e19\u0e17\u0e35\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35)", + ], + "%(type)s Component Template Menu": "\u0e40\u0e21\u0e19\u0e39\u0e40\u0e17\u0e21\u0e40\u0e1e\u0e25\u0e15\u0e2a\u0e48\u0e27\u0e19\u0e1b\u0e23\u0e30\u0e01\u0e2d\u0e1a %(type)s", + "(Required Field)": "(\u0e2a\u0e48\u0e27\u0e19\u0e17\u0e35\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35)", "(contains %(student_count)s student)": [ "(contains %(student_count)s students)" - ], - "6 a.m.": "\u0e2b\u0e01\u0e42\u0e21\u0e07\u0e40\u0e0a\u0e49\u0e32", - "A driver's license, passport, or government-issued ID with your name and photo.": "\u0e43\u0e1a\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e02\u0e31\u0e1a\u0e02\u0e35\u0e48 \u0e2b\u0e19\u0e31\u0e07\u0e2a\u0e37\u0e2d\u0e40\u0e14\u0e34\u0e19\u0e17\u0e32\u0e07\u0e2b\u0e23\u0e37\u0e2d\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e17\u0e35\u0e48\u0e2d\u0e2d\u0e01\u0e42\u0e14\u0e22\u0e20\u0e32\u0e04\u0e23\u0e31\u0e10\u0e2d\u0e37\u0e48\u0e19\u0e46 \u0e17\u0e35\u0e48\u0e21\u0e35\u0e0a\u0e37\u0e48\u0e2d\u0e41\u0e25\u0e30\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", - "A driver's license, passport, or other government-issued ID with your name and photo": "\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e43\u0e1a\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e02\u0e31\u0e1a\u0e02\u0e35\u0e48 \u0e2b\u0e19\u0e31\u0e07\u0e2a\u0e37\u0e2d\u0e40\u0e14\u0e34\u0e19\u0e17\u0e32\u0e07\u0e2b\u0e23\u0e37\u0e2d\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e17\u0e35\u0e48\u0e2d\u0e2d\u0e01\u0e42\u0e14\u0e22\u0e20\u0e32\u0e04\u0e23\u0e31\u0e10\u0e2d\u0e37\u0e48\u0e19\u0e46 \u0e17\u0e35\u0e48\u0e21\u0e35\u0e0a\u0e37\u0e48\u0e2d\u0e41\u0e25\u0e30\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", - "A list of courses you have just enrolled in as a verified student": "\u0e23\u0e32\u0e22\u0e0a\u0e37\u0e48\u0e2d\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e17\u0e35\u0e48\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e17\u0e33\u0e01\u0e32\u0e23\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e40\u0e1b\u0e47\u0e19\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19\u0e17\u0e35\u0e48\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19", - "A name that identifies your team (maximum 255 characters).": "\u0e0a\u0e37\u0e48\u0e2d\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e23\u0e30\u0e1a\u0e38\u0e17\u0e35\u0e21\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13(\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14 255 \u0e15\u0e31\u0e27\u0e2d\u0e31\u0e01\u0e29\u0e23)", - "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e02\u0e2d\u0e07\u0e17\u0e35\u0e21\u0e08\u0e30\u0e0a\u0e48\u0e27\u0e22\u0e1c\u0e39\u0e49\u0e40\u0e23\u0e35\u0e22\u0e19\u0e04\u0e19\u0e2d\u0e37\u0e48\u0e19\u0e43\u0e2b\u0e49\u0e40\u0e02\u0e49\u0e32\u0e43\u0e08\u0e40\u0e1b\u0e49\u0e32\u0e2b\u0e21\u0e32\u0e22\u0e41\u0e25\u0e30\u0e17\u0e34\u0e28\u0e17\u0e32\u0e07\u0e02\u0e2d\u0e07\u0e17\u0e35\u0e21(\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14 300 \u0e15\u0e31\u0e27\u0e2d\u0e31\u0e01\u0e29\u0e23)", - "A valid email address is required": "\u0e23\u0e30\u0e1a\u0e38\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e44\u0e14\u0e49\u0e08\u0e23\u0e34\u0e07", - "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", - "Account Settings": "\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e1a\u0e31\u0e0d\u0e0a\u0e35", - "Actions": "\u0e01\u0e32\u0e23\u0e01\u0e23\u0e30\u0e17\u0e33", - "Activate Your Account": "\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e1a\u0e31\u0e0d\u0e0a\u0e35\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", - "Add Additional Signatory": "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e0a\u0e48\u0e2d\u0e07\u0e25\u0e07\u0e19\u0e32\u0e21", - "Add Cohort": "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e19", - "Add Component:": "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e2a\u0e48\u0e27\u0e19\u0e1b\u0e23\u0e30\u0e01\u0e2d\u0e1a:", - "Add a New Cohort": "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e01\u0e25\u0e38\u0e48\u0e21\u0e43\u0e2b\u0e21\u0e48", - "Add your first content group": "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e01\u0e25\u0e38\u0e48\u0e21\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e41\u0e23\u0e01\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", - "Add your first group configuration": "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e01\u0e32\u0e23\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e48\u0e32\u0e01\u0e25\u0e38\u0e48\u0e21\u0e41\u0e23\u0e01\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", - "Adding the selected course to your cart": "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e17\u0e35\u0e48\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e43\u0e19\u0e23\u0e16\u0e40\u0e02\u0e47\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", - "Admin": "\u0e1c\u0e39\u0e49\u0e14\u0e39\u0e41\u0e25\u0e23\u0e30\u0e1a\u0e1a", - "All Topics": "\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", - "All accounts were created successfully.": "\u0e1a\u0e31\u0e0d\u0e0a\u0e35\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\u0e16\u0e39\u0e01\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e44\u0e14\u0e49\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e1b\u0e23\u0e30\u0e2a\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", - "All groups must have a name.": "\u0e17\u0e38\u0e01\u0e01\u0e25\u0e38\u0e48\u0e21\u0e15\u0e49\u0e2d\u0e07\u0e23\u0e30\u0e1a\u0e38\u0e0a\u0e37\u0e48\u0e2d", - "All groups must have a unique name.": "\u0e17\u0e38\u0e01\u0e01\u0e25\u0e38\u0e48\u0e21\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e0a\u0e37\u0e48\u0e2d\u0e40\u0e09\u0e1e\u0e32\u0e30", - "All professional education courses are fee-based, and require payment to complete the enrollment process.": "\u0e17\u0e38\u0e01\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32\u0e21\u0e37\u0e2d\u0e2d\u0e32\u0e0a\u0e35\u0e1e\u0e17\u0e35\u0e48\u0e21\u0e35\u0e04\u0e48\u0e32\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e41\u0e25\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e43\u0e2b\u0e49\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e34\u0e49\u0e19\u0e01\u0e23\u0e30\u0e1a\u0e27\u0e19\u0e01\u0e32\u0e23\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19", - "All subsections": "\u0e40\u0e0b\u0e04\u0e0a\u0e31\u0e48\u0e19\u0e22\u0e48\u0e2d\u0e22\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", - "All teams": "\u0e17\u0e35\u0e21\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", - "All topics": "\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", - "All units": "\u0e2b\u0e19\u0e48\u0e27\u0e22\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", - "Allow students to generate certificates for this course?": "\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e43\u0e2b\u0e49\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e19\u0e35\u0e49 ?", - "Already a course team member": "\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e17\u0e35\u0e21\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", - "Already a library team member": "\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e17\u0e35\u0e21\u0e2b\u0e49\u0e2d\u0e07\u0e2a\u0e21\u0e38\u0e14\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", - "Already a member": "\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e41\u0e25\u0e49\u0e27", - "Amount": "\u0e08\u0e33\u0e19\u0e27\u0e19", - "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19 \u0e42\u0e1b\u0e23\u0e14\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e15\u0e48\u0e2d\u0e2d\u0e34\u0e19\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e40\u0e19\u0e15 \u0e41\u0e25\u0e30\u0e1e\u0e22\u0e32\u0e22\u0e32\u0e21\u0e17\u0e35\u0e48\u0e08\u0e30\u0e42\u0e2b\u0e25\u0e14\u0e2b\u0e19\u0e49\u0e32\u0e43\u0e2b\u0e21\u0e48", - "An error has occurred. Please try again later.": "\u0e40\u0e01\u0e34\u0e14\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14. \u0e01\u0e23\u0e38\u0e13\u0e32\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", - "An error has occurred. Please try again.": "\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14. \u0e01\u0e23\u0e38\u0e13\u0e32\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", - "An error has occurred. Please try reloading the page.": "\u0e40\u0e01\u0e34\u0e14\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e02\u0e36\u0e49\u0e19. \u0e01\u0e23\u0e38\u0e13\u0e32\u0e25\u0e2d\u0e07\u0e43\u0e2b\u0e21\u0e48\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", - "An error has occurred. Refresh the page, and then try again.": "\u0e40\u0e01\u0e34\u0e14\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14 \u0e23\u0e35\u0e40\u0e1f\u0e23\u0e0a\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49\u0e41\u0e25\u0e30\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", - "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e40\u0e23\u0e35\u0e22\u0e01\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e25\u0e2d\u0e07\u0e43\u0e2b\u0e21\u0e48\u0e20\u0e32\u0e22\u0e2b\u0e25\u0e31\u0e07, \u0e41\u0e25\u0e30\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e1d\u0e48\u0e32\u0e22\u0e40\u0e17\u0e04\u0e19\u0e34\u0e04\u0e16\u0e49\u0e32\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e22\u0e31\u0e07\u0e04\u0e07\u0e2d\u0e22\u0e39\u0e48", - "An error occurred while removing the member from the team. Try again.": "\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e02\u0e13\u0e30\u0e01\u0e33\u0e25\u0e31\u0e07\u0e25\u0e1a\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e17\u0e35\u0e21\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e17\u0e35\u0e21 \u0e25\u0e2d\u0e07\u0e43\u0e2b\u0e21\u0e48\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", - "An error occurred. Make sure that the student's username or email address is correct and try again.": "\u0e40\u0e01\u0e34\u0e14\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14 \u0e42\u0e1b\u0e23\u0e14\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e2b\u0e23\u0e37\u0e2d\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e02\u0e2d\u0e07\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07\u0e41\u0e25\u0e30\u0e25\u0e2d\u0e07\u0e43\u0e2b\u0e21\u0e48\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", - "An error occurred. Please reload the page.": "\u0e40\u0e01\u0e34\u0e14\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e02\u0e36\u0e49\u0e19 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e25\u0e2d\u0e07\u0e43\u0e2b\u0e21\u0e48\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", - "An error occurred. Please try again.": "\u0e40\u0e01\u0e34\u0e14\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e25\u0e2d\u0e07\u0e43\u0e2b\u0e21\u0e48\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", - "An error occurred. Try again.": "\u0e40\u0e01\u0e34\u0e14\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e25\u0e2d\u0e07\u0e43\u0e2b\u0e21\u0e48\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", - "An unexpected error occurred. Please try again.": "\u0e40\u0e01\u0e34\u0e14\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e04\u0e32\u0e14\u0e04\u0e34\u0e14 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", - "Are you having trouble finding a team to join?": "\u0e04\u0e38\u0e13\u0e01\u0e33\u0e25\u0e31\u0e07\u0e21\u0e35\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e43\u0e19\u0e01\u0e32\u0e23\u0e2b\u0e32\u0e17\u0e35\u0e21?", - "Are you sure you want to delete this comment?": "\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e2b\u0e23\u0e37\u0e2d\u0e27\u0e48\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e08\u0e30\u0e25\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e04\u0e34\u0e14\u0e40\u0e2b\u0e47\u0e19\u0e19\u0e35\u0e49", - "Are you sure you want to delete this post?": "\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e2b\u0e23\u0e37\u0e2d\u0e27\u0e48\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e08\u0e30\u0e25\u0e1a\u0e42\u0e1e\u0e2a\u0e15\u0e4c\u0e19\u0e35\u0e49", - "Are you sure you want to delete this response?": "\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e2b\u0e23\u0e37\u0e2d\u0e27\u0e48\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e08\u0e30\u0e25\u0e1a\u0e01\u0e32\u0e23\u0e15\u0e2d\u0e1a\u0e2a\u0e19\u0e2d\u0e07\u0e19\u0e35\u0e49", - "Are you sure you want to delete this update?": "\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e2b\u0e23\u0e37\u0e2d\u0e27\u0e48\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e08\u0e30\u0e25\u0e1a\u0e01\u0e32\u0e23\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e17\u0e19\u0e35\u0e49", - "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e17\u0e35\u0e48\u0e08\u0e30\u0e25\u0e1a {email} \u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e17\u0e35\u0e21\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23 \u201c{container}\u201d?", - "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e17\u0e35\u0e48\u0e08\u0e30\u0e25\u0e1a {email} \u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e2b\u0e49\u0e2d\u0e07\u0e2a\u0e21\u0e38\u0e14 \u201c{container}\u201d?", - "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e17\u0e35\u0e48\u0e08\u0e30\u0e08\u0e33\u0e01\u0e31\u0e14\u0e01\u0e32\u0e23\u0e40\u0e02\u0e49\u0e32\u0e16\u0e36\u0e07 {email} \u0e2a\u0e39\u0e48 \u201c{container}\u201d?", - "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e2b\u0e23\u0e37\u0e2d\u0e27\u0e48\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e19\u0e35\u0e49 \u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e22\u0e49\u0e2d\u0e19\u0e01\u0e25\u0e31\u0e1a\u0e44\u0e14\u0e49!\n\n\u0e19\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e19\u0e35\u0e49\u0e22\u0e31\u0e07\u0e21\u0e35\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e17\u0e35\u0e48\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e42\u0e22\u0e07 / \u0e0b\u0e36\u0e48\u0e07\u0e2d\u0e49\u0e32\u0e07\u0e16\u0e36\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e19\u0e35\u0e49 \u0e01\u0e47\u0e08\u0e30\u0e44\u0e21\u0e48\u0e17\u0e33\u0e07\u0e32\u0e19\u0e44\u0e14\u0e49\u0e2d\u0e35\u0e01\u0e15\u0e48\u0e2d\u0e44\u0e1b (\u0e40\u0e0a\u0e48\u0e19\u0e20\u0e32\u0e1e\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e1a\u0e39\u0e23\u0e13\u0e4c\u0e2b\u0e23\u0e37\u0e2d\u0e40\u0e2a\u0e35\u0e22\u0e41\u0e25\u0e30 / \u0e2b\u0e23\u0e37\u0e2d\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e42\u0e22\u0e07\u0e15\u0e48\u0e32\u0e07\u0e46 )", - "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "\u0e43\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e02\u0e2d\u0e07\u0e01\u0e23\u0e30\u0e1a\u0e27\u0e19\u0e01\u0e32\u0e23\u0e01\u0e32\u0e23\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19 \u0e04\u0e38\u0e13\u0e16\u0e48\u0e32\u0e22\u0e23\u0e39\u0e1b\u0e08\u0e32\u0e01\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e41\u0e25\u0e30\u0e23\u0e39\u0e1b\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e15\u0e31\u0e27\u0e17\u0e35\u0e48\u0e23\u0e31\u0e10\u0e2d\u0e2d\u0e01\u0e43\u0e2b\u0e49 \u0e01\u0e32\u0e23\u0e43\u0e2b\u0e49\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23\u0e02\u0e2d\u0e07\u0e40\u0e23\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e2d\u0e31\u0e15\u0e25\u0e31\u0e01\u0e29\u0e13\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e42\u0e14\u0e22\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e23\u0e35\u0e22\u0e1a\u0e40\u0e17\u0e35\u0e22\u0e1a\u0e23\u0e39\u0e1b\u0e17\u0e35\u0e48\u0e16\u0e48\u0e32\u0e22\u0e01\u0e31\u0e1a\u0e23\u0e39\u0e1b\u0e1a\u0e31\u0e15\u0e23\u0e1b\u0e23\u0e30\u0e0a\u0e32\u0e0a\u0e19", - "Assign students to cohorts by uploading a CSV file.": "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19\u0e25\u0e07\u0e01\u0e25\u0e38\u0e48\u0e21\u0e42\u0e14\u0e22\u0e01\u0e32\u0e23\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14\u0e44\u0e1f\u0e25\u0e4c CSV", - "Associated Content Group": "\u0e01\u0e25\u0e38\u0e48\u0e21\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e17\u0e35\u0e48\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e02\u0e49\u0e2d\u0e07", - "Automatic": "\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34", - "Available %s": "%s\u0e17\u0e35\u0e48\u0e21\u0e35\u0e2d\u0e22\u0e39\u0e48", - "Back to sign in": "\u0e01\u0e25\u0e31\u0e1a\u0e44\u0e1b\u0e17\u0e35\u0e48\u0e40\u0e02\u0e49\u0e32\u0e2a\u0e39\u0e48\u0e23\u0e30\u0e1a\u0e1a", - "Be sure your entire face is inside the frame": "\u0e43\u0e2b\u0e49\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e2b\u0e19\u0e49\u0e32\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e22\u0e31\u0e07\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e01\u0e23\u0e2d\u0e1a\u0e23\u0e39\u0e1b", - "Before proceeding, please confirm that your details match": "\u0e01\u0e32\u0e23\u0e40\u0e23\u0e34\u0e48\u0e21\u0e01\u0e23\u0e30\u0e1a\u0e27\u0e19\u0e01\u0e32\u0e23 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e2a\u0e2d\u0e14\u0e04\u0e25\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19", - "Billed to": "\u0e41\u0e08\u0e49\u0e07\u0e22\u0e2d\u0e14\u0e44\u0e1b\u0e17\u0e35\u0e48", - "Blockquote": "\u0e22\u0e01\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e17\u0e31\u0e49\u0e07\u0e22\u0e48\u0e2d\u0e2b\u0e19\u0e49\u0e32", - "Blockquote (Ctrl+Q)": "\u0e22\u0e01\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e17\u0e31\u0e49\u0e07\u0e22\u0e48\u0e2d\u0e2b\u0e19\u0e49\u0e32 (Ctrl + Q)", - "Bold (Ctrl+B)": "\u0e15\u0e31\u0e27\u0e2b\u0e19\u0e32 (Ctrl+B)", - "Bulleted List (Ctrl+U)": "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e08\u0e38\u0e14\u0e19\u0e33\u0e41\u0e1a\u0e1a\u0e2a\u0e31\u0e0d\u0e25\u0e31\u0e01\u0e29\u0e13\u0e4c (Ctrl + U)", - "Can we match the photo you took with the one on your ID?": "\u0e40\u0e23\u0e32\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e08\u0e31\u0e1a\u0e04\u0e39\u0e48\u0e20\u0e32\u0e1e\u0e17\u0e35\u0e48\u0e04\u0e38\u0e13\u0e25\u0e07\u0e44\u0e27\u0e49\u0e01\u0e31\u0e1a\u0e2d\u0e35\u0e01\u0e20\u0e32\u0e1e\u0e1a\u0e19\u0e1a\u0e31\u0e15\u0e23\u0e1b\u0e23\u0e30\u0e0a\u0e32\u0e0a\u0e19\u0e44\u0e14\u0e49\u0e44\u0e2b\u0e21 ?", - "Cancel": "\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01", - "Cancel enrollment code": "\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e23\u0e2b\u0e31\u0e2a\u0e01\u0e32\u0e23\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19", - "Cancel team creating.": "\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e01\u0e32\u0e23\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e17\u0e35\u0e21", - "Cancel team updating.": "\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e32\u0e23\u0e2d\u0e31\u0e1e\u0e40\u0e14\u0e17\u0e17\u0e35\u0e21", - "Certificate name is required.": "\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e23\u0e2d\u0e01\u0e0a\u0e37\u0e48\u0e2d\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07", - "Change Manually": "\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e14\u0e49\u0e27\u0e22\u0e15\u0e19\u0e40\u0e2d\u0e07", - "Change My Email Address": "\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e02\u0e2d\u0e07\u0e09\u0e31\u0e19", - "Change image": "\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e", - "Changes to steps that are not selected as part of the assignment will not be saved.": "\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e43\u0e19\u0e02\u0e31\u0e49\u0e19\u0e15\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e43\u0e2b\u0e49\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e02\u0e2d\u0e07\u0e07\u0e32\u0e19\u0e17\u0e35\u0e48\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e21\u0e2d\u0e1a\u0e2b\u0e21\u0e32\u0e22\u0e08\u0e30\u0e44\u0e21\u0e48\u0e16\u0e39\u0e01\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01", - "Check Your Email": "\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", - "Check the highlighted fields below and try again.": "\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e0a\u0e48\u0e2d\u0e07\u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e44\u0e2e\u0e44\u0e25\u0e17\u0e4c\u0e14\u0e49\u0e32\u0e07\u0e25\u0e48\u0e32\u0e07\u0e41\u0e25\u0e30\u0e25\u0e2d\u0e07\u0e43\u0e2b\u0e21\u0e48\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", - "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e01\u0e25\u0e48\u0e2d\u0e07\u0e19\u0e35\u0e49\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e23\u0e31\u0e1a\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e27\u0e31\u0e19\u0e25\u0e30\u0e04\u0e23\u0e31\u0e49\u0e07 \u0e0b\u0e36\u0e48\u0e07\u0e41\u0e08\u0e49\u0e07\u0e40\u0e15\u0e37\u0e2d\u0e19\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e43\u0e2b\u0e21\u0e48\u0e41\u0e25\u0e30\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e17\u0e35\u0e48\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e2d\u0e48\u0e32\u0e19\u0e08\u0e32\u0e01\u0e01\u0e23\u0e30\u0e17\u0e39\u0e49\u0e17\u0e35\u0e48\u0e04\u0e38\u0e13\u0e15\u0e34\u0e14\u0e15\u0e32\u0e21 ", - "Check your email": "\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c", - "Checkout": "\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", - "Checkout with PayPal": "\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e14\u0e49\u0e27\u0e22 PayPal", - "Checkout with {processor}": "\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e14\u0e49\u0e27\u0e22 {processor}", - "Choose": "\u0e40\u0e25\u0e37\u0e2d\u0e01", - "Choose a .csv file": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e44\u0e1f\u0e25\u0e4c .csv", - "Choose a content group to associate": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e01\u0e25\u0e38\u0e48\u0e21\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e17\u0e35\u0e48\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e42\u0e22\u0e07\u0e01\u0e31\u0e19", - "Choose a time": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e40\u0e27\u0e25\u0e32", - "Choose all": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", - "Choose your institution from the list below:": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e2a\u0e16\u0e32\u0e1a\u0e31\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e08\u0e32\u0e01\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e02\u0e49\u0e32\u0e07\u0e25\u0e48\u0e32\u0e07", - "Chosen %s": "%s\u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e40\u0e25\u0e37\u0e2d\u0e01", - "Clear All": "\u0e25\u0e49\u0e32\u0e07\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", - "Clear search": "\u0e25\u0e49\u0e32\u0e07\u0e01\u0e32\u0e23\u0e04\u0e49\u0e19\u0e2b\u0e32", - "Clear search results": "\u0e25\u0e49\u0e32\u0e07\u0e1c\u0e25\u0e01\u0e32\u0e23\u0e2a\u0e37\u0e1a\u0e04\u0e49\u0e19", - "Click to change": "\u0e04\u0e25\u0e34\u0e01\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07", - "Click to choose all %s at once.": "\u0e04\u0e25\u0e34\u0e01\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e40\u0e25\u0e37\u0e2d\u0e01 %s \u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\u0e43\u0e19\u0e04\u0e23\u0e31\u0e49\u0e07\u0e40\u0e14\u0e35\u0e22\u0e27", - "Click to edit": "\u0e04\u0e25\u0e34\u0e01\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e41\u0e01\u0e49\u0e44\u0e02", - "Click to remove all chosen %s at once.": "\u0e04\u0e25\u0e34\u0e01\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e40\u0e2d\u0e32 %s \u0e2d\u0e2d\u0e01\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\u0e43\u0e19\u0e04\u0e23\u0e31\u0e49\u0e07\u0e40\u0e14\u0e35\u0e22\u0e27", - "Close": "\u0e1b\u0e34\u0e14", - "Code": "\u0e42\u0e04\u0e49\u0e14", - "Code Sample (Ctrl+K)": "\u0e42\u0e04\u0e49\u0e14\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07 (Ctrl + K)", - "Cohort Assignment Method": "\u0e27\u0e34\u0e18\u0e35\u0e01\u0e32\u0e23\u0e21\u0e2d\u0e1a\u0e2b\u0e21\u0e32\u0e22\u0e07\u0e32\u0e19\u0e01\u0e25\u0e38\u0e48\u0e21", - "Cohort Name": "\u0e0a\u0e37\u0e48\u0e2d\u0e01\u0e25\u0e38\u0e48\u0e21", - "Cohorts Disabled": "\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e01\u0e32\u0e23\u0e17\u0e33\u0e07\u0e32\u0e19\u0e01\u0e25\u0e38\u0e48\u0e21", - "Cohorts Enabled": "\u0e40\u0e1b\u0e34\u0e14\u0e01\u0e32\u0e23\u0e17\u0e33\u0e07\u0e32\u0e19\u0e01\u0e25\u0e38\u0e48\u0e21", - "Collapse All": "\u0e0b\u0e48\u0e2d\u0e19\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", - "Confirm": "\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19", - "Congratulations! You are now verified on %(platformName)s!": "\u0e22\u0e34\u0e19\u0e14\u0e35\u0e14\u0e49\u0e27\u0e22! \u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e1a\u0e19 %(platformName)s \u0e41\u0e25\u0e49\u0e27!", - "Content-Specific Discussion Topics": "\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d\u0e01\u0e32\u0e23\u0e2a\u0e19\u0e17\u0e19\u0e32\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32", - "Copy Email To Editor": "\u0e04\u0e31\u0e14\u0e25\u0e2d\u0e01\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e1a\u0e23\u0e23\u0e13\u0e32\u0e18\u0e34\u0e01\u0e32\u0e23", - "Correct failed component": "\u0e17\u0e33\u0e2a\u0e48\u0e27\u0e19\u0e1b\u0e23\u0e30\u0e01\u0e2d\u0e1a\u0e1c\u0e34\u0e14\u0e43\u0e2b\u0e49\u0e16\u0e39\u0e01", - "Could not find users associated with the following identifiers:": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e04\u0e49\u0e19\u0e1e\u0e1a\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e17\u0e35\u0e48\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e02\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e1a\u0e2a\u0e34\u0e48\u0e07\u0e17\u0e35\u0e48\u0e23\u0e30\u0e1a\u0e38\u0e01\u0e48\u0e2d\u0e19\u0e2b\u0e19\u0e49\u0e32", - "Could not retrieve download url.": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e23\u0e35\u0e22\u0e01 url \u0e17\u0e35\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14", - "Could not retrieve payment information": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e23\u0e35\u0e22\u0e01\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22", - "Could not retrieve upload url.": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e23\u0e35\u0e22\u0e01 url \u0e17\u0e35\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14", - "Could not submit order": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2a\u0e48\u0e07\u0e04\u0e33\u0e2a\u0e31\u0e48\u0e07\u0e44\u0e14\u0e49", - "Could not submit photos": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2a\u0e48\u0e07\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e\u0e44\u0e14\u0e49", - "Couldn't Save This Assignment": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e1c\u0e25\u0e07\u0e32\u0e19\u0e19\u0e35\u0e49", - "Country": "\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28", - "Course Credit Requirements": "\u0e02\u0e49\u0e2d\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e2b\u0e19\u0e48\u0e27\u0e22\u0e01\u0e34\u0e15\u0e02\u0e2d\u0e07\u0e23\u0e32\u0e22\u0e27\u0e34\u0e0a\u0e32", - "Course Index": "\u0e14\u0e31\u0e0a\u0e19\u0e35\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23", - "Course Key": "\u0e23\u0e2b\u0e31\u0e2a\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23", - "Course Number": "\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e25\u0e02\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23", - "Course Number Override": "\u0e41\u0e17\u0e19\u0e17\u0e35\u0e48\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e25\u0e02\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23", - "Course Title": "\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23", - "Course-Wide Discussion Topics": "\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d\u0e01\u0e32\u0e23\u0e2a\u0e19\u0e17\u0e19\u0e32\u0e02\u0e2d\u0e07\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23 ", - "Create": "\u0e2a\u0e23\u0e49\u0e32\u0e07", - "Create Re-run": "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e01\u0e32\u0e23\u0e17\u0e33\u0e0b\u0e49\u0e33", - "Create a New Team": "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e17\u0e35\u0e21\u0e43\u0e2b\u0e21\u0e48", - "Create a content group": "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e01\u0e25\u0e38\u0e48\u0e21\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32", - "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e17\u0e35\u0e21\u0e43\u0e2b\u0e21\u0e48\u0e16\u0e49\u0e32\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e02\u0e49\u0e32\u0e23\u0e48\u0e27\u0e21\u0e17\u0e35\u0e21\u0e17\u0e35\u0e48\u0e21\u0e35\u0e2d\u0e22\u0e39\u0e48 \u0e2b\u0e23\u0e37\u0e2d\u0e16\u0e49\u0e32\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e08\u0e30\u0e40\u0e23\u0e35\u0e22\u0e19\u0e23\u0e39\u0e49\u0e01\u0e31\u0e1a\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e04\u0e38\u0e13\u0e23\u0e39\u0e49\u0e08\u0e31\u0e01", - "Create account using %(providerName)s.": "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e1a\u0e31\u0e0d\u0e0a\u0e35\u0e14\u0e49\u0e27\u0e22\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49 %(providerName)s", - "Create an account using": "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e1a\u0e31\u0e0d\u0e0a\u0e35\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19", - "Create team.": "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e17\u0e35\u0e21", - "Creating missing groups": "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e01\u0e25\u0e38\u0e48\u0e21\u0e17\u0e35\u0e48\u0e2b\u0e32\u0e22\u0e44\u0e1b", - "Criterion Added": "\u0e40\u0e01\u0e13\u0e11\u0e4c\u0e1e\u0e34\u0e08\u0e32\u0e23\u0e13\u0e32\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21", - "Criterion Deleted": "\u0e40\u0e01\u0e13\u0e11\u0e4c\u0e1e\u0e34\u0e08\u0e32\u0e23\u0e13\u0e32\u0e16\u0e39\u0e01\u0e25\u0e1a", - "Crossed out items have been refunded.": "\u0e02\u0e35\u0e14\u0e06\u0e48\u0e32\u0e2a\u0e34\u0e48\u0e07\u0e17\u0e35\u0e48\u0e0a\u0e33\u0e23\u0e30\u0e41\u0e25\u0e49\u0e27", - "Current conversation": "\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d\u0e01\u0e32\u0e23\u0e2a\u0e19\u0e17\u0e19\u0e32\u0e1b\u0e31\u0e08\u0e08\u0e38\u0e1a\u0e31\u0e19", - "Current tab": "\u0e41\u0e17\u0e47\u0e1a\u0e1b\u0e31\u0e08\u0e08\u0e38\u0e1a\u0e31\u0e19", - "Date": "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48", - "Date Added": "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e40\u0e1e\u0e34\u0e48\u0e21", - "Delete": "\u0e25\u0e1a", - "Delete \"<%= signatoryName %>\" from the list of signatories?": "\u0e25\u0e1a \"<%= signatoryName %>\" \u0e08\u0e32\u0e01\u0e23\u0e32\u0e22\u0e0a\u0e37\u0e48\u0e2d\u0e01\u0e32\u0e23\u0e25\u0e07\u0e19\u0e32\u0e21?", - "Delete File Confirmation": "\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e44\u0e1f\u0e25\u0e4c", - "Delete Team": "\u0e25\u0e1a\u0e17\u0e35\u0e21", - "Delete this %(item_display_name)s?": "\u0e25\u0e1a %(item_display_name)s \u0e19\u0e35\u0e49?", - "Delete this team?": "\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e17\u0e35\u0e21\u0e19\u0e35\u0e49?", - "Deleted Content Group": "\u0e25\u0e1a\u0e01\u0e25\u0e38\u0e48\u0e21\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32", - "Deleting a team is permanent and cannot be undone. All members are removed from the team, and team discussions can no longer be accessed.": "\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e17\u0e35\u0e21\u0e40\u0e1b\u0e47\u0e19\u0e41\u0e1a\u0e1a\u0e16\u0e32\u0e27\u0e23\u0e41\u0e25\u0e30\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e44\u0e14\u0e49 \u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e17\u0e38\u0e01\u0e04\u0e19\u0e08\u0e30\u0e16\u0e39\u0e01\u0e25\u0e1a\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e17\u0e35\u0e21\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e2a\u0e19\u0e17\u0e19\u0e32\u0e02\u0e2d\u0e07\u0e17\u0e35\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e02\u0e49\u0e32\u0e16\u0e36\u0e07\u0e44\u0e14\u0e49", - "Deleting this %(item_display_name)s is permanent and cannot be undone.": "\u0e25\u0e1a %(item_display_name)s \u0e19\u0e35\u0e49\u0e40\u0e1b\u0e47\u0e19\u0e41\u0e1a\u0e1a\u0e16\u0e32\u0e27\u0e23\u0e41\u0e25\u0e30\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e44\u0e14\u0e49", - "Description": "\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22", - "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19 ('{student_id}') \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e02\u0e49\u0e32\u0e21\u0e01\u0e32\u0e23\u0e2a\u0e2d\u0e1a\u0e40\u0e02\u0e49\u0e32?", - "Does the name on your ID match your account name: %(fullName)s?": "\u0e0a\u0e37\u0e48\u0e2d\u0e08\u0e23\u0e34\u0e07\u0e43\u0e19\u0e1a\u0e31\u0e0d\u0e0a\u0e35%(fullName)s\u0e15\u0e23\u0e07\u0e01\u0e31\u0e1a\u0e0a\u0e37\u0e48\u0e2d\u0e1a\u0e31\u0e15\u0e23\u0e1b\u0e23\u0e30\u0e0a\u0e32\u0e0a\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13?", - "Does the photo of you match your ID photo?": "\u0e23\u0e39\u0e1b\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e40\u0e2b\u0e21\u0e37\u0e2d\u0e19\u0e01\u0e31\u0e1a\u0e23\u0e39\u0e1b\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e15\u0e31\u0e27\u0e1b\u0e23\u0e30\u0e0a\u0e32\u0e0a\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48?", - "Does the photo of you show your whole face?": "\u0e23\u0e39\u0e1b\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e41\u0e2a\u0e14\u0e07\u0e2b\u0e19\u0e49\u0e32\u0e40\u0e15\u0e47\u0e21\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48?", - "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "\u0e44\u0e21\u0e48\u0e1e\u0e1a\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13? \u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e43\u0e2b\u0e49\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e40\u0e1a\u0e23\u0e32\u0e27\u0e4c\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e40\u0e1b\u0e34\u0e14\u0e01\u0e32\u0e23\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e43\u0e0a\u0e49\u0e01\u0e25\u0e49\u0e2d\u0e07\u0e41\u0e25\u0e49\u0e27 ", - "Donate": "\u0e1a\u0e23\u0e34\u0e08\u0e32\u0e04", - "Double-check that your webcam is connected and working to continue.": "\u0e40\u0e0a\u0e47\u0e15\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07\u0e27\u0e48\u0e32\u0e40\u0e27\u0e47\u0e1a\u0e41\u0e04\u0e21\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e16\u0e39\u0e01\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e15\u0e48\u0e2d\u0e41\u0e25\u0e30\u0e22\u0e31\u0e07\u0e17\u0e33\u0e07\u0e32\u0e19", - "Download URL": "URL\u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14", - "Download the user's certificate": "\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07", - "Drop target image": "\u0e27\u0e32\u0e07\u0e20\u0e32\u0e1e\u0e40\u0e1b\u0e49\u0e32\u0e2b\u0e21\u0e32\u0e22", - "Due Date": "\u0e27\u0e31\u0e19\u0e04\u0e23\u0e1a\u0e01\u0e33\u0e2b\u0e19\u0e14", - "Duration (sec)": "\u0e23\u0e30\u0e22\u0e30\u0e40\u0e27\u0e25\u0e32 (\u0e27\u0e34\u0e19\u0e32\u0e17\u0e35)", - "Edit Membership": "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01", - "Edit Team": "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e17\u0e35\u0e21", - "Edit Your Name": "\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e0a\u0e37\u0e48\u0e2d\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", - "Edit this certificate?": "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07?", - "Editable": "\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e41\u0e01\u0e49\u0e44\u0e02\u0e44\u0e14\u0e49", - "Education Completed": "\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32", - "Email": "\u0e2d\u0e35\u0e40\u0e21\u0e25", - "Emails successfully sent. The following users are no longer enrolled in the course:": "\u0e01\u0e32\u0e23\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27 \u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e23\u0e32\u0e22\u0e27\u0e34\u0e0a\u0e32\u0e19\u0e35\u0e49\u0e2d\u0e35\u0e01\u0e15\u0e48\u0e2d\u0e44\u0e1b", - "Enable Cohorts": "\u0e40\u0e1b\u0e34\u0e14\u0e01\u0e32\u0e23\u0e17\u0e33\u0e07\u0e32\u0e19\u0e01\u0e25\u0e38\u0e48\u0e21", - "End My Exam": "\u0e2a\u0e34\u0e49\u0e19\u0e2a\u0e38\u0e14\u0e01\u0e32\u0e23\u0e2a\u0e2d\u0e1a", - "Engage with posts": "\u0e21\u0e35\u0e2a\u0e48\u0e27\u0e19\u0e23\u0e48\u0e27\u0e21\u0e01\u0e31\u0e1a\u0e01\u0e23\u0e30\u0e17\u0e39\u0e49", - "Enrolling you in the selected course": "\u0e01\u0e32\u0e23\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e43\u0e19\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e17\u0e35\u0e48\u0e04\u0e38\u0e13\u0e40\u0e25\u0e37\u0e2d\u0e01", - "Ensure that you can see your photo and read your name": "\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e43\u0e2b\u0e49\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e2b\u0e47\u0e19\u0e20\u0e32\u0e1e\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e41\u0e25\u0e30\u0e2d\u0e48\u0e32\u0e19\u0e0a\u0e37\u0e48\u0e2d\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 ", - "Enter Due Date and Time": "\u0e43\u0e2a\u0e48\u0e27\u0e31\u0e19\u0e41\u0e25\u0e30\u0e40\u0e27\u0e25\u0e32\u0e2a\u0e48\u0e07", - "Enter Start Date and Time": "\u0e43\u0e2a\u0e48\u0e27\u0e31\u0e19\u0e41\u0e25\u0e30\u0e40\u0e27\u0e25\u0e32\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19", - "Enter a student's username or email address.": "\u0e01\u0e23\u0e2d\u0e01\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 \u0e2b\u0e23\u0e37\u0e2d\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e02\u0e2d\u0e07\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19", - "Enter a username or email.": "\u0e01\u0e23\u0e2d\u0e01\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 \u0e2b\u0e23\u0e37\u0e2d\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c", - "Enter information to describe your team. You cannot change these details after you create the team.": "\u0e01\u0e23\u0e2d\u0e01\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e17\u0e35\u0e21\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 \u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e19\u0e35\u0e49\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e41\u0e01\u0e49\u0e44\u0e02\u0e44\u0e14\u0e49\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e17\u0e35\u0e21\u0e16\u0e39\u0e01\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e41\u0e25\u0e49\u0e27", - "Enter team description.": "\u0e43\u0e2a\u0e48\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e17\u0e35\u0e21", - "Enter team name.": "\u0e43\u0e2a\u0e48\u0e0a\u0e37\u0e48\u0e2d\u0e17\u0e35\u0e21", - "Enter the enrollment code.": "\u0e43\u0e2a\u0e48\u0e23\u0e2b\u0e31\u0e2a\u0e01\u0e32\u0e23\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19", - "Enter the name of the cohort": "\u0e43\u0e2a\u0e48\u0e0a\u0e37\u0e48\u0e2d\u0e01\u0e25\u0e38\u0e48\u0e21", - "Enter the page number you'd like to quickly navigate to.": "\u0e23\u0e30\u0e1a\u0e38\u0e40\u0e25\u0e02\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23", - "Enter username or email": "\u0e01\u0e23\u0e2d\u0e01 \u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 \u0e2b\u0e23\u0e37\u0e2d\u0e2d\u0e35\u0e40\u0e21\u0e25", - "Entrance exam attempts is being reset for student '{student_id}'.": "\u0e01\u0e32\u0e23\u0e2a\u0e2d\u0e1a\u0e40\u0e02\u0e49\u0e32\u0e44\u0e14\u0e49\u0e16\u0e39\u0e01\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e43\u0e2b\u0e21\u0e48\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19 '{student_id}'.", - "Entrance exam state is being deleted for student '{student_id}'.": "\u0e2a\u0e16\u0e32\u0e19\u0e30\u0e01\u0e32\u0e23\u0e2a\u0e2d\u0e1a\u0e40\u0e02\u0e49\u0e32\u0e44\u0e14\u0e49\u0e16\u0e39\u0e01\u0e25\u0e1a\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19 '{student_id}'.", - "Error": "\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14", - "Error adding user": "\u0e01\u0e32\u0e23\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14", - "Error adding/removing users as beta testers.": "\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e40\u0e1e\u0e34\u0e48\u0e21/\u0e01\u0e33\u0e08\u0e31\u0e14\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 beta testers", - "Error changing user's permissions.": "\u0e40\u0e01\u0e34\u0e14\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e02\u0e2d\u0e07\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49", - "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e2a\u0e16\u0e32\u0e19\u0e30\u0e01\u0e32\u0e23\u0e2a\u0e2d\u0e1a\u0e40\u0e02\u0e49\u0e32\u0e02\u0e2d\u0e07\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19 '{student_id}' \u0e42\u0e1b\u0e23\u0e14\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e23\u0e30\u0e1a\u0e38\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19\u0e44\u0e14\u0e49\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07", - "Error enrolling/unenrolling users.": "\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19/\u0e44\u0e21\u0e48\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e02\u0e2d\u0e07\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49", - "Error generating grades. Please try again.": "\u0e40\u0e01\u0e34\u0e14\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e40\u0e01\u0e23\u0e14 \u0e42\u0e1b\u0e23\u0e14\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", - "Error generating list of students who may enroll. Please try again.": "\u0e40\u0e01\u0e34\u0e14\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e43\u0e19\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e02\u0e2d\u0e07\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19\u0e17\u0e35\u0e48\u0e2d\u0e32\u0e08\u0e08\u0e30\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19. \u0e42\u0e1b\u0e23\u0e14\u0e25\u0e2d\u0e07\u0e43\u0e2b\u0e21\u0e48\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", - "Error generating problem grade report. Please try again.": "\u0e40\u0e01\u0e34\u0e14\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e01\u0e32\u0e23\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19\u0e40\u0e01\u0e23\u0e14 \u0e42\u0e1b\u0e23\u0e14\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", - "Error generating proctored exam results. Please try again.": "\u0e40\u0e01\u0e34\u0e14\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e1c\u0e25\u0e04\u0e38\u0e21\u0e2a\u0e2d\u0e1a \u0e42\u0e1b\u0e23\u0e14\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", - "Error generating student profile information. Please try again.": "\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e43\u0e19\u0e42\u0e1b\u0e23\u0e44\u0e1f\u0e25\u0e4c\u0e02\u0e2d\u0e07\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19. \u0e42\u0e1b\u0e23\u0e14\u0e25\u0e2d\u0e07\u0e43\u0e2b\u0e21\u0e48\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", - "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e40\u0e23\u0e35\u0e22\u0e01\u0e1b\u0e23\u0e30\u0e27\u0e31\u0e15\u0e34\u0e01\u0e32\u0e23\u0e2a\u0e2d\u0e1a\u0e40\u0e02\u0e49\u0e32\u0e02\u0e2d\u0e07\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19 '{student_id}' \u0e42\u0e1b\u0e23\u0e14\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e23\u0e30\u0e1a\u0e38\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19\u0e44\u0e14\u0e49\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07", - "Error getting issued certificates list.": "\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e23\u0e32\u0e22\u0e0a\u0e37\u0e48\u0e2d\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07", - "Error getting student list.": "\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14 \u0e43\u0e19\u0e01\u0e32\u0e23\u0e40\u0e01\u0e47\u0e1a\u0e23\u0e32\u0e22\u0e0a\u0e37\u0e48\u0e2d\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19", - "Error listing task history for this student and problem.": "\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e41\u0e2a\u0e14\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e27\u0e31\u0e15\u0e34\u0e07\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19\u0e41\u0e25\u0e30\u0e1b\u0e31\u0e0d\u0e2b\u0e32", - "Error removing user": "\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14", - "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e43\u0e2b\u0e21\u0e48\u0e02\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e2d\u0e1a\u0e40\u0e02\u0e49\u0e32\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a '{student_id}' \u0e42\u0e1b\u0e23\u0e14\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e23\u0e30\u0e1a\u0e38\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19\u0e44\u0e14\u0e49\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07", - "Error retrieving grading configuration.": "\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e40\u0e23\u0e35\u0e22\u0e01\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e40\u0e01\u0e23\u0e14", - "Error sending email.": "\u0e40\u0e01\u0e34\u0e14\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25", - "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e40\u0e23\u0e34\u0e48\u0e21\u0e43\u0e2b\u0e49\u0e04\u0e30\u0e41\u0e19\u0e19\u0e01\u0e32\u0e23\u0e2a\u0e2d\u0e1a\u0e40\u0e02\u0e49\u0e32\u0e43\u0e2b\u0e21\u0e48\u0e02\u0e2d\u0e07\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19 '{student_id}' \u0e42\u0e1b\u0e23\u0e14\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e23\u0e30\u0e1a\u0e38\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19\u0e44\u0e14\u0e49\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07", - "Error while generating certificates. Please try again.": "\u0e40\u0e01\u0e34\u0e14\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07 \u0e42\u0e1b\u0e23\u0e14\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", - "Error:": "\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14:", - "Error: You cannot remove yourself from the Instructor group!": "\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14: \u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e25\u0e1a\u0e15\u0e31\u0e27\u0e04\u0e38\u0e13\u0e40\u0e2d\u0e07\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e01\u0e25\u0e38\u0e48\u0e21\u0e1c\u0e39\u0e49\u0e2a\u0e2d\u0e19\u0e44\u0e14\u0e49!", - "Errors": "\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14", - "Expand All": "\u0e41\u0e2a\u0e14\u0e07\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", - "Explore your course!": "\u0e2a\u0e33\u0e23\u0e27\u0e08\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", - "File Name": "\u0e0a\u0e37\u0e48\u0e2d\u0e44\u0e1f\u0e25\u0e4c", - "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "\u0e44\u0e1f\u0e25\u0e4c {filename} \u0e40\u0e01\u0e34\u0e19\u0e02\u0e19\u0e32\u0e14\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14 {maxFileSizeInMBs} MB", - "Files must be in JPEG or PNG format.": "\u0e44\u0e1f\u0e25\u0e4c\u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a JPEG \u0e2b\u0e23\u0e37\u0e2d PNG", - "Filter": "\u0e15\u0e31\u0e27\u0e01\u0e23\u0e2d\u0e07", - "Find discussions": "\u0e04\u0e49\u0e19\u0e2b\u0e32\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d\u0e2a\u0e19\u0e17\u0e19\u0e32", - "Frequently Asked Questions": "\u0e04\u0e33\u0e16\u0e32\u0e21\u0e17\u0e35\u0e48\u0e1e\u0e1a\u0e1a\u0e48\u0e2d\u0e22", - "Full Name": "\u0e0a\u0e37\u0e48\u0e2d\u0e41\u0e25\u0e30\u0e19\u0e32\u0e21\u0e2a\u0e01\u0e38\u0e25", - "Fullscreen": "\u0e14\u0e39\u0e40\u0e15\u0e47\u0e21\u0e08\u0e2d", - "Gender": "\u0e40\u0e1e\u0e28", - "Get Credit": "\u0e23\u0e31\u0e1a\u0e2b\u0e19\u0e48\u0e27\u0e22\u0e01\u0e34\u0e15", - "Go to Dashboard": "\u0e44\u0e1b\u0e17\u0e35\u0e48\u0e41\u0e14\u0e0a\u0e1a\u0e2d\u0e23\u0e4c\u0e14", - "Go to your Dashboard": "\u0e44\u0e1b\u0e17\u0e35\u0e48\u0e41\u0e14\u0e0a\u0e1a\u0e2d\u0e23\u0e4c\u0e14\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", - "Government-Issued Photo ID": "\u0e23\u0e39\u0e1b\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e15\u0e31\u0e27\u0e17\u0e35\u0e48\u0e2d\u0e2d\u0e01\u0e43\u0e2b\u0e49\u0e42\u0e14\u0e22\u0e2b\u0e19\u0e48\u0e27\u0e22\u0e07\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e23\u0e31\u0e10", - "Grace period must be specified in HH:MM format.": "\u0e23\u0e30\u0e22\u0e30\u0e40\u0e27\u0e25\u0e32\u0e1c\u0e48\u0e2d\u0e19\u0e1c\u0e31\u0e19\u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e23\u0e30\u0e1a\u0e38\u0e43\u0e19\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a \u0e0a\u0e31\u0e48\u0e27\u0e42\u0e21\u0e072\u0e2b\u0e25\u0e31\u0e01 : \u0e19\u0e32\u0e17\u0e352\u0e2b\u0e25\u0e31\u0e01", - "Grade": "\u0e40\u0e01\u0e23\u0e14", - "Group %s": "\u0e01\u0e25\u0e38\u0e48\u0e21 %s", - "Group A": "\u0e01\u0e25\u0e38\u0e48\u0e21 \u0e40\u0e2d", - "Group B": "\u0e01\u0e25\u0e38\u0e48\u0e21 \u0e1a\u0e35", - "Group Configuration name is required.": "\u0e15\u0e49\u0e2d\u0e07\u0e23\u0e30\u0e1a\u0e38\u0e0a\u0e37\u0e48\u0e2d\u0e01\u0e32\u0e23\u0e01\u0e48\u0e2d\u0e15\u0e31\u0e49\u0e07\u0e01\u0e25\u0e38\u0e48\u0e21", - "Group name is required": "\u0e15\u0e49\u0e2d\u0e07\u0e23\u0e30\u0e1a\u0e38\u0e0a\u0e37\u0e48\u0e2d\u0e01\u0e25\u0e38\u0e48\u0e21", - "Heading": "\u0e2b\u0e31\u0e27\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07", - "Heading (Ctrl+H)": "\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d (Ctrl + H)", - "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "\u0e0a\u0e48\u0e27\u0e22\u0e1c\u0e39\u0e49\u0e40\u0e23\u0e35\u0e22\u0e19\u0e04\u0e19\u0e2d\u0e37\u0e48\u0e19\u0e43\u0e19\u0e01\u0e32\u0e23\u0e15\u0e31\u0e14\u0e2a\u0e34\u0e19\u0e43\u0e08\u0e23\u0e48\u0e27\u0e21\u0e17\u0e35\u0e21\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e42\u0e14\u0e22\u0e1e\u0e34\u0e08\u0e32\u0e23\u0e13\u0e32\u0e08\u0e32\u0e01\u0e25\u0e31\u0e01\u0e29\u0e13\u0e30\u0e40\u0e09\u0e1e\u0e32\u0e30 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e23\u0e30\u0e21\u0e31\u0e14\u0e23\u0e30\u0e27\u0e31\u0e07\u0e40\u0e1e\u0e23\u0e32\u0e30\u0e2a\u0e34\u0e48\u0e07\u0e19\u0e35\u0e49\u0e08\u0e30\u0e0a\u0e48\u0e27\u0e22\u0e43\u0e2b\u0e49\u0e21\u0e35\u0e04\u0e19\u0e2a\u0e19\u0e43\u0e08\u0e40\u0e02\u0e49\u0e32\u0e23\u0e48\u0e27\u0e21\u0e01\u0e25\u0e38\u0e48\u0e21\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", - "Hide": "\u0e0b\u0e48\u0e2d\u0e19", - "Hide Deprecated Settings": "\u0e0b\u0e48\u0e2d\u0e19\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e40\u0e2b\u0e47\u0e19\u0e14\u0e49\u0e27\u0e22", - "Hide Discussion": "\u0e0b\u0e48\u0e2d\u0e19\u0e1a\u0e17\u0e2a\u0e19\u0e17\u0e19\u0e32", - "Hide notes": "\u0e0b\u0e48\u0e2d\u0e19\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01", - "Highlighted text": "\u0e40\u0e19\u0e49\u0e19\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21", - "Horizontal Rule (Ctrl+R)": "\u0e01\u0e0e\u0e41\u0e19\u0e27\u0e19\u0e2d\u0e19 (Ctrl + R)", - "How to use %(platform_name)s discussions": "\u0e27\u0e34\u0e18\u0e35\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49 %(platform_name)s", - "Hyperlink (Ctrl+L)": "\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e15\u0e48\u0e2d\u0e44\u0e1b\u0e41\u0e2b\u0e25\u0e48\u0e07\u0e2d\u0e37\u0e48\u0e19 (Ctrl + L)", - "ID-Verification is not required for this Professional Education course.": "\u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e15\u0e31\u0e27\u0e15\u0e19\u0e44\u0e21\u0e48\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32\u0e21\u0e37\u0e2d\u0e2d\u0e32\u0e0a\u0e35\u0e1e", - "Identity Verification In Progress": "\u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e1a\u0e38\u0e04\u0e04\u0e25\u0e01\u0e33\u0e25\u0e31\u0e07\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23", - "If you do not yet have an account, use the button below to register.": "\u0e2b\u0e32\u0e01\u0e04\u0e38\u0e13\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e21\u0e35\u0e1a\u0e31\u0e0d\u0e0a\u0e35 \u0e01\u0e14\u0e1b\u0e38\u0e48\u0e21\u0e02\u0e49\u0e32\u0e07\u0e25\u0e48\u0e32\u0e07\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19", - "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "\u0e16\u0e49\u0e32\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e15\u0e31\u0e27\u0e15\u0e19\u0e43\u0e19\u0e15\u0e2d\u0e19\u0e19\u0e35\u0e49 \u0e04\u0e38\u0e13\u0e22\u0e31\u0e07\u0e04\u0e07\u0e44\u0e1b\u0e2a\u0e33\u0e23\u0e27\u0e08\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e08\u0e32\u0e01\u0e41\u0e14\u0e0a\u0e1a\u0e2d\u0e23\u0e4c\u0e14\u0e44\u0e14\u0e49 \u0e04\u0e38\u0e13\u0e08\u0e30\u0e16\u0e39\u0e01\u0e40\u0e15\u0e37\u0e2d\u0e19\u0e40\u0e1b\u0e47\u0e19\u0e0a\u0e48\u0e27\u0e07\u0e46\u0e08\u0e32\u0e01 %(platformName)s \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e43\u0e2b\u0e49\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e15\u0e31\u0e27\u0e15\u0e19", - "If you leave, you can no longer post in this team's discussions. Your place will be available to another learner.": "\u0e16\u0e49\u0e32\u0e04\u0e38\u0e13\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e17\u0e35\u0e21 \u0e04\u0e38\u0e13\u0e08\u0e30\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e42\u0e1e\u0e2a\u0e15\u0e4c\u0e43\u0e19\u0e01\u0e32\u0e23\u0e2a\u0e19\u0e17\u0e19\u0e32\u0e02\u0e2d\u0e07\u0e17\u0e35\u0e21\u0e19\u0e35\u0e49\u0e2d\u0e35\u0e01\u0e15\u0e48\u0e2d\u0e44\u0e1b \u0e17\u0e35\u0e48\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e08\u0e30\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e02\u0e49\u0e32\u0e41\u0e17\u0e19\u0e17\u0e35\u0e48\u0e14\u0e49\u0e27\u0e22\u0e1c\u0e39\u0e49\u0e40\u0e23\u0e35\u0e22\u0e19\u0e04\u0e19\u0e2d\u0e37\u0e48\u0e19", - "If you make significant changes, make sure you notify members of the team before making these changes.": "\u0e16\u0e49\u0e32\u0e04\u0e38\u0e13\u0e17\u0e33\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e17\u0e35\u0e48\u0e2a\u0e33\u0e04\u0e31\u0e0d \u0e42\u0e1b\u0e23\u0e14\u0e43\u0e2b\u0e49\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e04\u0e38\u0e13\u0e41\u0e08\u0e49\u0e07\u0e43\u0e2b\u0e49\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e43\u0e19\u0e17\u0e35\u0e21\u0e01\u0e48\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e08\u0e30\u0e17\u0e33\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e19\u0e35\u0e49", - "Image": "\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e (Ctrl + G)", - "Image (Ctrl+G)": "\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e (Ctrl + G)", - "Image Upload Error": "\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14\u0e20\u0e32\u0e1e\u0e25\u0e49\u0e21\u0e40\u0e2b\u0e25\u0e27", - "Image must be in PNG format": "\u0e20\u0e32\u0e1e\u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a PNG", - "Image must be in PNG format.": "\u0e20\u0e32\u0e1e\u0e17\u0e35\u0e48\u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a PNG", - "In Progress": "\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23", - "Insert Hyperlink": "\u0e41\u0e17\u0e23\u0e01 Hyperlink", - "Instructor tools": "\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e21\u0e37\u0e2d\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e1c\u0e39\u0e49\u0e2a\u0e2d\u0e19", - "Is your name on your ID readable?": "\u0e0a\u0e37\u0e48\u0e2d\u0e43\u0e19\u0e1a\u0e31\u0e15\u0e23\u0e1b\u0e23\u0e30\u0e0a\u0e32\u0e0a\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e2d\u0e48\u0e32\u0e19\u0e44\u0e14\u0e49\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48?", - "Italic (Ctrl+I)": "\u0e15\u0e31\u0e27\u0e40\u0e2d\u0e35\u0e22\u0e07 (Ctrl+I)", - "Join Team": "\u0e40\u0e02\u0e49\u0e32\u0e23\u0e48\u0e27\u0e21\u0e17\u0e35\u0e21", - "Joined %(date)s": "\u0e40\u0e02\u0e49\u0e32\u0e23\u0e48\u0e27\u0e21\u0e40\u0e21\u0e37\u0e48\u0e2d %(date)s", - "KB": "\u0e01\u0e34\u0e42\u0e25\u0e44\u0e1a\u0e15\u0e4c", - "Key should only contain letters, numbers, _, or -": "\u0e04\u0e35\u0e22\u0e4c\u0e04\u0e27\u0e23\u0e1b\u0e23\u0e30\u0e01\u0e2d\u0e1a\u0e14\u0e49\u0e27\u0e22\u0e15\u0e31\u0e27\u0e2d\u0e31\u0e01\u0e29\u0e23 \u0e15\u0e31\u0e27\u0e40\u0e25\u0e02, _,\u0e2b\u0e23\u0e37\u0e2d - \u0e40\u0e17\u0e48\u0e32\u0e19\u0e31\u0e49\u0e19", - "LEARN MORE": "\u0e40\u0e23\u0e35\u0e22\u0e19\u0e23\u0e39\u0e49\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21", - "Language": "\u0e20\u0e32\u0e29\u0e32", - "Large": "\u0e02\u0e19\u0e32\u0e14\u0e43\u0e2b\u0e0d\u0e48", - "Last Activity %(date)s": "\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e2a\u0e38\u0e14\u0e17\u0e49\u0e32\u0e22\u0e40\u0e21\u0e37\u0e48\u0e2d %(date)s", - "Last Edited:": "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e04\u0e23\u0e31\u0e49\u0e07\u0e2a\u0e38\u0e14\u0e17\u0e49\u0e32\u0e22:", - "Last Updated": "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e04\u0e23\u0e31\u0e49\u0e07\u0e2a\u0e38\u0e14\u0e17\u0e49\u0e32\u0e22", - "Last activity %(date)s": "\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e2a\u0e38\u0e14\u0e17\u0e49\u0e32\u0e22\u0e40\u0e21\u0e37\u0e48\u0e2d %(date)s", - "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19\u0e17\u0e35\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e04\u0e27\u0e32\u0e21\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07\u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e1c\u0e48\u0e32\u0e19\u0e08\u0e38\u0e14\u0e15\u0e23\u0e27\u0e08\u0e17\u0e35\u0e48\u0e15\u0e31\u0e49\u0e07\u0e44\u0e27\u0e49\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e43\u0e2b\u0e49\u0e40\u0e2b\u0e47\u0e19\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e20\u0e32\u0e22\u0e43\u0e19\u0e44\u0e14\u0e49\n\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e04\u0e27\u0e32\u0e21\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07\u0e08\u0e30\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e2b\u0e47\u0e19\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e44\u0e14\u0e49\u0e17\u0e31\u0e19\u0e17\u0e35", - "Leave Team": "\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e17\u0e35\u0e21", - "Leave this team?": "\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e17\u0e35\u0e21?", - "Less": "\u0e19\u0e49\u0e2d\u0e22\u0e25\u0e07", - "Library User": "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e04\u0e25\u0e31\u0e07\u0e2b\u0e49\u0e2d\u0e07\u0e2a\u0e21\u0e38\u0e14", - "Linking": "\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e42\u0e22\u0e07", - "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "\u0e25\u0e34\u0e49\u0e07\u0e04\u0e4c\u0e19\u0e35\u0e49\u0e16\u0e39\u0e01\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e02\u0e36\u0e49\u0e19\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e2a\u0e19\u0e2d\u0e07\u0e04\u0e27\u0e32\u0e21\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e41\u0e25\u0e30\u0e08\u0e30\u0e2b\u0e21\u0e14\u0e2d\u0e32\u0e22\u0e38\u0e20\u0e32\u0e22\u0e43\u0e19 5 \u0e19\u0e32\u0e17\u0e35 \u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e33\u0e04\u0e31\u0e0d\u0e02\u0e2d\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19", - "List item": "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e02\u0e2d\u0e07", - "Live view of webcam": "\u0e14\u0e39\u0e2a\u0e14\u0e42\u0e14\u0e22\u0e40\u0e27\u0e47\u0e1a\u0e41\u0e04\u0e21", - "Load Another File": "\u0e42\u0e2b\u0e25\u0e14\u0e44\u0e1f\u0e25\u0e4c\u0e2d\u0e37\u0e48\u0e19", - "Load all responses": "\u0e42\u0e2b\u0e25\u0e14\u0e01\u0e32\u0e23\u0e15\u0e2d\u0e1a\u0e2a\u0e19\u0e2d\u0e07\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", - "Loading": "\u0e01\u0e33\u0e25\u0e31\u0e07\u0e42\u0e2b\u0e25\u0e14", - "Loading content": "\u0e01\u0e33\u0e25\u0e31\u0e07\u0e42\u0e2b\u0e25\u0e14\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32", - "Loading data...": "\u0e01\u0e33\u0e25\u0e31\u0e07\u0e42\u0e2b\u0e25\u0e14\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25", - "Loading more threads": "\u0e42\u0e2b\u0e25\u0e14\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21", - "Loading your courses": "\u0e42\u0e2b\u0e25\u0e14\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", - "Location in Course": "\u0e2a\u0e16\u0e32\u0e19\u0e17\u0e35\u0e48\u0e43\u0e19\u0e23\u0e32\u0e22\u0e27\u0e34\u0e0a\u0e32", - "MB": "\u0e40\u0e21\u0e01\u0e30\u0e44\u0e1a\u0e15\u0e4c", - "Make sure that the full name on your account matches the name on your ID.": "\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e43\u0e2b\u0e49\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e0a\u0e37\u0e48\u0e2d\u0e08\u0e23\u0e34\u0e07\u0e43\u0e19\u0e1a\u0e31\u0e0d\u0e0a\u0e35\u0e15\u0e23\u0e07\u0e01\u0e31\u0e1a\u0e0a\u0e37\u0e48\u0e2d\u0e1a\u0e31\u0e15\u0e23\u0e1b\u0e23\u0e30\u0e0a\u0e32\u0e0a\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", - "Make sure we can verify your identity with the photos and information you have provided.": "\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e43\u0e2b\u0e49\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e40\u0e23\u0e32\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e2d\u0e31\u0e15\u0e25\u0e31\u0e01\u0e29\u0e13\u0e4c\u0e01\u0e31\u0e1a\u0e23\u0e39\u0e1b\u0e41\u0e25\u0e30\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e17\u0e35\u0e48\u0e04\u0e38\u0e13\u0e43\u0e2b\u0e49\u0e21\u0e32", - "Make sure your ID is well-lit": "\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32ID\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07", - "Make sure your face is well-lit": "\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e23\u0e39\u0e1b\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07", - "Manual": "\u0e14\u0e49\u0e27\u0e22\u0e15\u0e19\u0e40\u0e2d\u0e07", - "Mark Exam As Completed": "\u0e17\u0e33\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e2b\u0e21\u0e32\u0e22\u0e27\u0e48\u0e32\u0e01\u0e32\u0e23\u0e2a\u0e2d\u0e1a\u0e2a\u0e21\u0e1a\u0e39\u0e23\u0e13\u0e4c\u0e41\u0e25\u0e49\u0e27", - "Mark enrollment code as unused": "\u0e17\u0e33\u0e2a\u0e31\u0e0d\u0e25\u0e31\u0e01\u0e29\u0e13\u0e4c\u0e27\u0e48\u0e32\u0e40\u0e1b\u0e47\u0e19\u0e23\u0e2b\u0e31\u0e2a\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e43\u0e0a\u0e49", - "Markdown Editing Help": "\u0e25\u0e14\u0e04\u0e27\u0e32\u0e21\u0e0a\u0e48\u0e27\u0e22\u0e40\u0e2b\u0e25\u0e37\u0e2d\u0e43\u0e19\u0e01\u0e32\u0e23\u0e41\u0e01\u0e49\u0e44\u0e02", - "Max file size exceeded": "\u0e40\u0e01\u0e34\u0e19\u0e01\u0e27\u0e48\u0e32\u0e02\u0e19\u0e32\u0e14\u0e44\u0e1f\u0e25\u0e4c\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14", - "Membership": "\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01", - "Message:": "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21:", - "Midnight": "\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07\u0e04\u0e37\u0e19", - "Module state successfully deleted.": "\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a\u0e25\u0e1a\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", - "More": "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21", - "Must complete verification checkpoint": "\u0e15\u0e49\u0e2d\u0e07\u0e1c\u0e48\u0e32\u0e19\u0e08\u0e38\u0e14\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a", - "My Team": "\u0e17\u0e35\u0e21\u0e02\u0e2d\u0e07\u0e09\u0e31\u0e19", - "New Address": "\u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e2b\u0e21\u0e48", - "Next": "\u0e16\u0e31\u0e14\u0e44\u0e1b", - "Next Step: Confirm your identity": "\u0e02\u0e31\u0e49\u0e19\u0e15\u0e48\u0e2d\u0e44\u0e1b: \u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e2d\u0e31\u0e15\u0e25\u0e31\u0e01\u0e29\u0e13\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", - "Next: %(nextStepTitle)s": "\u0e15\u0e48\u0e2d\u0e44\u0e1b: %(nextStepTitle)s", - "No Content Group": "\u0e44\u0e21\u0e48\u0e21\u0e35\u0e01\u0e25\u0e38\u0e48\u0e21\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32", - "No Flash Detected": "\u0e44\u0e21\u0e48\u0e1e\u0e1a\u0e41\u0e1f\u0e25\u0e0a", - "No Webcam Detected": "\u0e44\u0e21\u0e48\u0e1e\u0e1a\u0e40\u0e27\u0e47\u0e1a\u0e41\u0e04\u0e21", - "No content-specific discussion topics exist.": "\u0e44\u0e21\u0e48\u0e21\u0e35\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d\u0e01\u0e32\u0e23\u0e2a\u0e19\u0e17\u0e19\u0e32\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e2d\u0e22\u0e39\u0e48", - "No receipt available": "\u0e44\u0e21\u0e48\u0e21\u0e35\u0e43\u0e1a\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2d\u0e2d\u0e01\u0e43\u0e2b\u0e49", - "No results": "\u0e44\u0e21\u0e48\u0e1e\u0e1a\u0e1c\u0e25\u0e25\u0e31\u0e1e\u0e18\u0e4c", - "No results found for \"%(query_string)s\". Please try searching again.": "\u0e44\u0e21\u0e48\u0e1e\u0e1a\u0e1c\u0e25\u0e25\u0e31\u0e1e\u0e18\u0e4c\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a \"%(query_string)s\". \u0e01\u0e23\u0e38\u0e13\u0e32\u0e25\u0e2d\u0e07\u0e04\u0e49\u0e19\u0e2b\u0e32\u0e43\u0e2b\u0e21\u0e48\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", - "No tasks currently running.": "\u0e15\u0e2d\u0e19\u0e19\u0e35\u0e49\u0e44\u0e21\u0e48\u0e21\u0e35\u0e07\u0e32\u0e19\u0e44\u0e2b\u0e19\u0e17\u0e33\u0e2d\u0e22\u0e39\u0e48", - "Noon": "\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07\u0e27\u0e31\u0e19", - "Not Selected": "\u0e44\u0e21\u0e48\u0e16\u0e39\u0e01\u0e40\u0e25\u0e37\u0e2d\u0e01", - "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e15\u0e31\u0e49\u0e07\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e49\u0e04\u0e30\u0e41\u0e19\u0e19\u0e1c\u0e48\u0e32\u0e19\u0e40\u0e01\u0e13\u0e11\u0e4c\u0e19\u0e49\u0e2d\u0e22\u0e01\u0e27\u0e48\u0e32 %(minimum_grade_cutoff)s%", - "Not available": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e44\u0e14\u0e49", - "Not in Use": "\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19", - "Not selected": "\u0e44\u0e21\u0e48\u0e16\u0e39\u0e01\u0e40\u0e25\u0e37\u0e2d\u0e01", - "Note": "\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e2b\u0e15\u0e38", - "Noted in:": "\u0e41\u0e08\u0e49\u0e07\u0e43\u0e19:", - "Notes hidden": "\u0e0b\u0e48\u0e2d\u0e19\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01", - "Notes visible": "\u0e21\u0e2d\u0e07\u0e40\u0e2b\u0e47\u0e19\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e44\u0e14\u0e49", - "Now": "\u0e02\u0e13\u0e30\u0e19\u0e35\u0e49", - "Number Sent": "\u0e08\u0e33\u0e19\u0e27\u0e19\u0e17\u0e35\u0e48\u0e2a\u0e48\u0e07\u0e41\u0e25\u0e49\u0e27", - "Number of Students": "\u0e08\u0e33\u0e19\u0e27\u0e19\u0e02\u0e2d\u0e07\u0e1c\u0e39\u0e49\u0e40\u0e23\u0e35\u0e22\u0e19", - "Numbered List (Ctrl+O)": "\u0e23\u0e32\u0e22\u0e0a\u0e37\u0e48\u0e2d\u0e15\u0e31\u0e27\u0e40\u0e25\u0e02 (Ctrl + O)", - "OK": "\u0e15\u0e01\u0e25\u0e07", - "One or more rescheduling tasks failed.": "\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e2b\u0e23\u0e37\u0e2d\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e07\u0e32\u0e19\u0e17\u0e35\u0e48\u0e25\u0e49\u0e21\u0e40\u0e2b\u0e25\u0e27\u0e43\u0e19\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e15\u0e32\u0e23\u0e32\u0e07", - "Only properly formatted .csv files will be accepted.": "\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a\u0e17\u0e35\u0e48\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e40\u0e17\u0e48\u0e32\u0e19\u0e31\u0e49\u0e19 .csv \u0e16\u0e36\u0e07\u0e08\u0e30\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a", - "Option Deleted": "\u0e15\u0e31\u0e27\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e16\u0e39\u0e01\u0e25\u0e1a", - "Optional Characteristics": "\u0e25\u0e31\u0e01\u0e29\u0e13\u0e30\u0e2d\u0e37\u0e48\u0e19\u0e46", - "Order History": "\u0e1b\u0e23\u0e30\u0e27\u0e31\u0e15\u0e34\u0e17\u0e35\u0e48\u0e1c\u0e48\u0e32\u0e19\u0e21\u0e32", - "Order No.": "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e25\u0e02 ", - "Password": "\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19", - "Password assistance": "\u0e15\u0e31\u0e27\u0e0a\u0e48\u0e27\u0e22\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19", - "Photo Captured successfully.": "\u0e08\u0e31\u0e1a\u0e20\u0e32\u0e1e\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e25\u0e38\u0e25\u0e48\u0e27\u0e07", - "Photo ID": "ID \u0e23\u0e39\u0e1b", - "Photo Identification": "\u0e20\u0e32\u0e1e\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e15\u0e31\u0e27", - "Photo of %(fullName)s": "\u0e23\u0e39\u0e1b\u0e02\u0e2d\u0e07%(fullName)s", - "Photo of %(fullName)s's ID": "\u0e23\u0e39\u0e1b\u0e02\u0e2d\u0e07ID%(fullName)s", - "Photo requirements:": "\u0e02\u0e49\u0e2d\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e02\u0e2d\u0e07\u0e23\u0e39\u0e1b:", - "Photos don't meet the requirements?": "\u0e20\u0e32\u0e1e\u0e16\u0e48\u0e32\u0e22\u0e44\u0e21\u0e48\u0e15\u0e23\u0e07\u0e01\u0e31\u0e1a\u0e02\u0e49\u0e2d\u0e01\u0e33\u0e2b\u0e19\u0e14?", - "Placeholder": "Placeholder", - "Please Note": "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22", - "Please address the errors on this page first, and then save your progress.": "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e23\u0e30\u0e1a\u0e38\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49\u0e01\u0e48\u0e2d\u0e19 \u0e41\u0e25\u0e30\u0e08\u0e32\u0e01\u0e19\u0e31\u0e49\u0e19\u0e01\u0e23\u0e38\u0e13\u0e32\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e04\u0e27\u0e32\u0e21\u0e04\u0e37\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", - "Please correct the outlined fields.": "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e41\u0e01\u0e49\u0e44\u0e02\u0e0a\u0e48\u0e2d\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e17\u0e35\u0e48\u0e23\u0e30\u0e1a\u0e38\u0e44\u0e27\u0e49", - "Please do not use any spaces in this field.": "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e2d\u0e22\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e1e\u0e37\u0e49\u0e19\u0e17\u0e35\u0e48\u0e27\u0e48\u0e32\u0e07\u0e43\u0e14 \u0e46 \u0e43\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e19\u0e35\u0e49", - "Please do not use any spaces or special characters in this field.": "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e2d\u0e22\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e1e\u0e37\u0e49\u0e19\u0e17\u0e35\u0e48\u0e27\u0e48\u0e32\u0e07\u0e2b\u0e23\u0e37\u0e2d\u0e2d\u0e31\u0e01\u0e02\u0e23\u0e30\u0e1e\u0e34\u0e40\u0e28\u0e29\u0e43\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e19\u0e35\u0e49", - "Please enter a problem location.": "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e01\u0e23\u0e2d\u0e01\u0e17\u0e35\u0e48\u0e15\u0e31\u0e49\u0e07\u0e02\u0e2d\u0e07\u0e1b\u0e31\u0e0d\u0e2b\u0e32", - "Please enter a student email address or username.": "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e01\u0e23\u0e2d\u0e01\u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e02\u0e2d\u0e07\u0e1c\u0e39\u0e49\u0e40\u0e23\u0e35\u0e22\u0e19\u0e2b\u0e23\u0e37\u0e2d\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49", - "Please enter a username or email.": "\u0e01\u0e23\u0e2d\u0e01 \u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 \u0e2b\u0e23\u0e37\u0e2d\u0e2d\u0e35\u0e40\u0e21\u0e25", - "Please enter a valid donation amount.": "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e43\u0e2a\u0e48\u0e08\u0e33\u0e19\u0e27\u0e19\u0e40\u0e07\u0e34\u0e19\u0e1a\u0e23\u0e34\u0e08\u0e32\u0e04\u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07", - "Please enter an integer between %(min)s and %(max)s.": "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e43\u0e2a\u0e48\u0e15\u0e31\u0e27\u0e40\u0e25\u0e02\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07 %(min)s \u0e41\u0e25\u0e30 %(max)s", - "Please enter an integer between 0 and 100.": "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e43\u0e2a\u0e48\u0e15\u0e31\u0e27\u0e40\u0e25\u0e02\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07 0 \u0e41\u0e25\u0e30 100", - "Please enter an integer greater than 0.": "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e01\u0e23\u0e2d\u0e01\u0e15\u0e31\u0e27\u0e40\u0e25\u0e02\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32 0", - "Please enter non-negative integer.": "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e01\u0e23\u0e2d\u0e01\u0e15\u0e31\u0e27\u0e40\u0e25\u0e02\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48\u0e40\u0e0a\u0e34\u0e07\u0e25\u0e1a", - "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e17\u0e33\u0e15\u0e32\u0e21\u0e04\u0e33\u0e41\u0e19\u0e30\u0e19\u0e33\u0e14\u0e31\u0e07\u0e19\u0e35\u0e49 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e42\u0e2b\u0e25\u0e14\u0e44\u0e1f\u0e25\u0e4c\u0e08\u0e32\u0e01\u0e41\u0e2b\u0e25\u0e48\u0e07\u0e2d\u0e37\u0e48\u0e19\u0e41\u0e25\u0e30\u0e25\u0e34\u0e07\u0e04\u0e4c\u0e44\u0e1b\u0e22\u0e31\u0e07: {maxFileSizeRedirectUrl}", - "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "\u0e42\u0e1b\u0e23\u0e14\u0e1e\u0e34\u0e21\u0e1e\u0e4c\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 \u0e0b\u0e36\u0e48\u0e07\u0e40\u0e1b\u0e47\u0e19\u0e43\u0e1a\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e23\u0e31\u0e1a\u0e40\u0e07\u0e34\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 \u0e41\u0e25\u0e30\u0e04\u0e38\u0e13\u0e08\u0e30\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e40\u0e14\u0e35\u0e22\u0e27\u0e01\u0e31\u0e19\u0e19\u0e35\u0e49\u0e40\u0e0a\u0e48\u0e19\u0e40\u0e14\u0e35\u0e22\u0e27\u0e01\u0e31\u0e19", - "Please verify that you have uploaded a valid image (PNG and JPEG).": "\u0e42\u0e1b\u0e23\u0e14\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e27\u0e48\u0e32\u0e04\u0e38\u0e13\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14\u0e20\u0e32\u0e1e\u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07\u0e41\u0e25\u0e49\u0e27 (PNG \u0e2b\u0e23\u0e37\u0e2d JPEG)", - "Please verify that your webcam is connected and that you have allowed your browser to access it.": "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e27\u0e48\u0e32\u0e40\u0e27\u0e47\u0e1a\u0e41\u0e04\u0e21\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e16\u0e39\u0e01\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e15\u0e48\u0e2d\u0e41\u0e25\u0e30\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e43\u0e2b\u0e49\u0e40\u0e1a\u0e23\u0e32\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e40\u0e02\u0e49\u0e32\u0e16\u0e36\u0e07\u0e21\u0e31\u0e19", - "Preferred Language": "\u0e20\u0e32\u0e29\u0e32\u0e17\u0e35\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e49\u0e41\u0e2a\u0e14\u0e07\u0e1c\u0e25", - "Prevent students from generating certificates in this course?": "\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19\u0e08\u0e32\u0e01\u0e01\u0e32\u0e23\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07\u0e43\u0e19\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e19\u0e35\u0e49?", - "Preview of uploaded image": "\u0e14\u0e39\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e02\u0e2d\u0e07\u0e20\u0e32\u0e1e\u0e17\u0e35\u0e48\u0e2d\u0e31\u0e1b\u0e42\u0e2b\u0e25\u0e14", - "Previous": "\u0e01\u0e48\u0e2d\u0e19\u0e2b\u0e19\u0e49\u0e32", - "Processing Re-run Request": "\u0e1b\u0e23\u0e30\u0e21\u0e27\u0e25\u0e1c\u0e25\u0e01\u0e32\u0e23\u0e23\u0e49\u0e2d\u0e07\u0e02\u0e2d\u0e01\u0e32\u0e23\u0e17\u0e33\u0e0b\u0e49\u0e33", - "Proctored Exam": "\u0e01\u0e32\u0e23\u0e2a\u0e2d\u0e1a\u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e04\u0e27\u0e1a\u0e04\u0e38\u0e21", - "Professional Education": "\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32", - "Professional Education Verified Certificate": "\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e1b\u0e23\u0e30\u0e01\u0e32\u0e28\u0e19\u0e35\u0e22\u0e1a\u0e31\u0e15\u0e23\u0e27\u0e34\u0e0a\u0e32\u0e0a\u0e35\u0e1e\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32", - "Publish": "\u0e40\u0e1c\u0e22\u0e41\u0e1e\u0e23\u0e48", - "Queued": "\u0e08\u0e31\u0e14\u0e25\u0e33\u0e14\u0e31\u0e1a", - "Reason field should not be left blank.": "\u0e0a\u0e48\u0e2d\u0e07\u0e40\u0e2b\u0e15\u0e38\u0e1c\u0e25\u0e44\u0e21\u0e48\u0e04\u0e27\u0e23\u0e17\u0e35\u0e48\u0e08\u0e30\u0e1b\u0e25\u0e48\u0e2d\u0e22\u0e43\u0e2b\u0e49\u0e27\u0e48\u0e32\u0e07", - "Receive updates": "\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e2d\u0e31\u0e1e\u0e40\u0e14\u0e17", - "Recent Activity": "\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e44\u0e21\u0e48\u0e48\u0e19\u0e32\u0e19\u0e21\u0e32\u0e19\u0e35\u0e49", - "Redo (Ctrl+Shift+Z)": "\u0e17\u0e33\u0e0b\u0e49\u0e33 (Ctrl+Shift+Z)", - "Redo (Ctrl+Y)": "\u0e17\u0e33\u0e0b\u0e49\u0e33 (Ctrl + Y)", - "Regenerate": "\u0e2a\u0e23\u0e49\u0e32\u0e07", - "Regenerate the user's certificate": "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07\u0e02\u0e2d\u0e07\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49", - "Register with Institution/Campus Credentials": "\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e14\u0e49\u0e27\u0e22\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e2a\u0e16\u0e32\u0e1a\u0e31\u0e19\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32", - "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e2d\u0e2d\u0e01\u0e2d\u0e22\u0e39\u0e48\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e01\u0e32\u0e23\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e2b\u0e25\u0e35\u0e01\u0e40\u0e25\u0e35\u0e48\u0e22\u0e07\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14 \u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49\u0e08\u0e19\u0e01\u0e23\u0e30\u0e17\u0e31\u0e48\u0e07\u0e01\u0e32\u0e23\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e08\u0e30\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e34\u0e49\u0e19", - "Remove": "\u0e25\u0e1a", - "Remove all": "\u0e40\u0e2d\u0e32\u0e2d\u0e2d\u0e01\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", - "Remove this team member?": "\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e17\u0e35\u0e21\u0e04\u0e19\u0e19\u0e35\u0e49?", - "Removing": "\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e2d\u0e2d\u0e01", - "Requester": "\u0e1c\u0e39\u0e49\u0e40\u0e23\u0e35\u0e22\u0e01\u0e23\u0e49\u0e2d\u0e07", - "Required field.": "\u0e2a\u0e48\u0e27\u0e19\u0e17\u0e35\u0e48\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e23\u0e30\u0e1a\u0e38", - "Reset Password": "\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19", - "Restore enrollment code": "\u0e40\u0e23\u0e35\u0e22\u0e01\u0e04\u0e37\u0e19\u0e23\u0e2b\u0e31\u0e2a\u0e01\u0e32\u0e23\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19", - "Retake Photo": "\u0e16\u0e48\u0e32\u0e22\u0e23\u0e39\u0e1b\u0e43\u0e2b\u0e21\u0e48", - "Retake Your Photos": "\u0e25\u0e07\u0e23\u0e39\u0e1b\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e43\u0e2b\u0e21\u0e48\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", - "Return and add email address": "\u0e01\u0e25\u0e31\u0e1a\u0e44\u0e1b \u0e41\u0e25\u0e30\u0e01\u0e23\u0e2d\u0e01\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c", - "Return to Export": "\u0e01\u0e25\u0e31\u0e1a\u0e44\u0e1b\u0e17\u0e35\u0e48 \u0e01\u0e32\u0e23\u0e2a\u0e48\u0e07\u0e2d\u0e2d\u0e01", - "Return to Your Dashboard": "\u0e01\u0e25\u0e31\u0e1a\u0e2a\u0e39\u0e48\u0e41\u0e14\u0e0a\u0e1a\u0e2d\u0e23\u0e4c\u0e14\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", - "Return to team listing": "\u0e01\u0e25\u0e31\u0e1a\u0e44\u0e1b\u0e17\u0e35\u0e48\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e17\u0e35\u0e21", - "Review Your Photos": "\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e23\u0e39\u0e1b\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", - "Review your info": "\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", - "Revoke access": "\u0e16\u0e2d\u0e19\u0e01\u0e32\u0e23\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e07\u0e32\u0e19", - "Save": "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01", - "Save Changes": "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07", - "Save changes": "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07", - "Saved cohort": "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e19\u0e23\u0e48\u0e27\u0e21\u0e07\u0e32\u0e19", - "Saving": "\u0e01\u0e33\u0e25\u0e31\u0e07\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01", - "Saving your email preference": "\u0e01\u0e32\u0e23\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", - "Saving...": "\u0e01\u0e33\u0e25\u0e31\u0e07\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01...", - "Search": "\u0e04\u0e49\u0e19\u0e2b\u0e32", - "Search Results": "\u0e1c\u0e25\u0e01\u0e32\u0e23\u0e04\u0e49\u0e19\u0e2b\u0e32", - "Search teams": "\u0e04\u0e49\u0e19\u0e2b\u0e32\u0e17\u0e35\u0e21", - "Section": "\u0e2a\u0e48\u0e27\u0e19", - "See all teams in your course, organized by topic. Join a team to collaborate with other learners who are interested in the same topic as you are.": "\u0e14\u0e39\u0e17\u0e35\u0e21\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\u0e43\u0e19\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e17\u0e35\u0e48\u0e08\u0e31\u0e14\u0e42\u0e14\u0e22\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d \u0e40\u0e02\u0e49\u0e32\u0e23\u0e48\u0e27\u0e21\u0e01\u0e31\u0e1a\u0e17\u0e35\u0e21\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e17\u0e33\u0e07\u0e32\u0e19\u0e23\u0e48\u0e27\u0e21\u0e01\u0e31\u0e1a\u0e1c\u0e39\u0e49\u0e40\u0e23\u0e35\u0e22\u0e19\u0e04\u0e19\u0e2d\u0e37\u0e48\u0e19 \u0e46 \u0e17\u0e35\u0e48\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e19\u0e43\u0e08\u0e43\u0e19\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d\u0e40\u0e14\u0e35\u0e22\u0e27\u0e01\u0e31\u0e19\u0e17\u0e35\u0e48\u0e04\u0e38\u0e13\u0e21\u0e35", - "Select a Content Group": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e01\u0e25\u0e38\u0e48\u0e21\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32", - "Select a chapter": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e1a\u0e17", - "Select a cohort": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e01\u0e25\u0e38\u0e48\u0e21", - "Select a cohort to manage": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e01\u0e25\u0e38\u0e48\u0e21\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23", - "Selected tab": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e41\u0e17\u0e47\u0e1a", - "Sent By": "\u0e2a\u0e48\u0e07\u0e42\u0e14\u0e22:", - "Sent By:": "\u0e2a\u0e48\u0e07\u0e42\u0e14\u0e22:", - "Sent To:": "\u0e2a\u0e48\u0e07\u0e44\u0e1b:", - "Set up your certificate": "\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", - "Settings": "\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e15\u0e48\u0e32\u0e07\u0e46 ", - "Show": "\u0e41\u0e2a\u0e14\u0e07", - "Show Deprecated Settings": "\u0e41\u0e2a\u0e14\u0e07\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e40\u0e2b\u0e47\u0e19\u0e14\u0e49\u0e27\u0e22", - "Show Discussion": "\u0e41\u0e2a\u0e14\u0e07\u0e1a\u0e17\u0e2a\u0e19\u0e17\u0e19\u0e32", - "Show me other ways to sign in or register": "\u0e41\u0e2a\u0e14\u0e07\u0e27\u0e34\u0e18\u0e35\u0e01\u0e32\u0e23\u0e2d\u0e37\u0e48\u0e19\u0e43\u0e19\u0e01\u0e32\u0e23\u0e40\u0e02\u0e49\u0e32\u0e2a\u0e39\u0e48\u0e23\u0e30\u0e1a\u0e1a\u0e2b\u0e23\u0e37\u0e2d\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19", - "Show notes": "\u0e41\u0e2a\u0e14\u0e07\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01", - "Showing all responses": "\u0e41\u0e2a\u0e14\u0e07\u0e01\u0e32\u0e23\u0e15\u0e2d\u0e1a\u0e2a\u0e19\u0e2d\u0e07\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", - "Sign in": "\u0e40\u0e02\u0e49\u0e32\u0e2a\u0e39\u0e48\u0e23\u0e30\u0e1a\u0e1a", - "Sign in here using your email address and password, or use one of the providers listed below.": "\u0e40\u0e02\u0e49\u0e32\u0e2a\u0e39\u0e48\u0e23\u0e30\u0e1a\u0e1a\u0e17\u0e35\u0e48\u0e19\u0e35\u0e48\u0e42\u0e14\u0e22\u0e43\u0e0a\u0e49\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e41\u0e25\u0e30\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19 \u0e2b\u0e23\u0e37\u0e2d\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e43\u0e14\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e02\u0e2d\u0e07\u0e1c\u0e39\u0e49\u0e43\u0e2b\u0e49\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23\u0e14\u0e49\u0e32\u0e19\u0e25\u0e48\u0e32\u0e07\u0e19\u0e35\u0e49", - "Sign in here using your email address and password.": "\u0e40\u0e02\u0e49\u0e32\u0e2a\u0e39\u0e48\u0e23\u0e30\u0e1a\u0e1a\u0e17\u0e35\u0e48\u0e19\u0e35\u0e48\u0e14\u0e49\u0e27\u0e22\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e41\u0e25\u0e30\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", - "Sign in using %(providerName)s": "\u0e40\u0e02\u0e49\u0e32\u0e2a\u0e39\u0e48\u0e23\u0e30\u0e1a\u0e1a\u0e14\u0e49\u0e27\u0e22\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49 %(providerName)s", - "Sign in with %(providerName)s": "\u0e40\u0e02\u0e49\u0e32\u0e2a\u0e39\u0e48\u0e23\u0e30\u0e1a\u0e1a\u0e14\u0e49\u0e27\u0e22 %(providerName)s", - "Sign in with Institution/Campus Credentials": "\u0e40\u0e02\u0e49\u0e32\u0e2a\u0e39\u0e48\u0e23\u0e30\u0e1a\u0e1a\u0e14\u0e49\u0e27\u0e22\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e15\u0e31\u0e27\u0e08\u0e32\u0e01\u0e2a\u0e16\u0e32\u0e1a\u0e31\u0e19\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32", - "Signatory field(s) has invalid data.": "\u0e0a\u0e48\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e25\u0e07\u0e19\u0e32\u0e21(s) \u0e21\u0e35\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07", - "Sorry, no results were found.": "\u0e40\u0e2a\u0e35\u0e22\u0e43\u0e08 \u0e44\u0e21\u0e48\u0e1e\u0e1a\u0e1c\u0e25\u0e25\u0e31\u0e1e\u0e18\u0e4c", - "Sorted by": "\u0e40\u0e23\u0e35\u0e22\u0e07\u0e25\u0e33\u0e14\u0e31\u0e1a\u0e15\u0e32\u0e21", - "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "\u0e23\u0e30\u0e1a\u0e38\u0e17\u0e32\u0e07\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e17\u0e35\u0e48\u0e0a\u0e37\u0e48\u0e2d\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e40\u0e1b\u0e47\u0e19\u0e17\u0e32\u0e07\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e08\u0e30\u0e41\u0e2a\u0e14\u0e07\u0e43\u0e19\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07 \u0e40\u0e27\u0e49\u0e19\u0e27\u0e48\u0e32\u0e07\u0e44\u0e27\u0e49\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e43\u0e0a\u0e49\u0e0a\u0e37\u0e48\u0e2d\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e40\u0e1b\u0e47\u0e19\u0e17\u0e32\u0e07\u0e01\u0e32\u0e23", - "Staff": "\u0e40\u0e08\u0e49\u0e32\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48", - "Start Date": "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e40\u0e23\u0e34\u0e48\u0e21", - "Start generating certificates for all students in this course?": "\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19\u0e17\u0e38\u0e01\u0e04\u0e19\u0e43\u0e19\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e19\u0e35\u0e49\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48?", - "Starts": "\u0e40\u0e23\u0e34\u0e48\u0e21", - "Starts: %(start_date)s": "\u0e40\u0e23\u0e34\u0e48\u0e21: %(start_date)s", - "State": "\u0e2a\u0e16\u0e32\u0e19\u0e30", - "Status": "\u0e2a\u0e16\u0e32\u0e19\u0e30", - "Status of Your Response": "\u0e2a\u0e16\u0e32\u0e19\u0e30\u0e1c\u0e25\u0e15\u0e2d\u0e1a\u0e01\u0e25\u0e31\u0e1a\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", - "Subject": "\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d:", - "Subject:": "\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d:", - "Submit": "\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a", - "Submitted": "\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a", - "Subsection": "\u0e2a\u0e48\u0e27\u0e19\u0e22\u0e48\u0e2d\u0e22", - "Success": "\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", - "Successfully deleted student state for user {user}": "\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e2a\u0e16\u0e32\u0e19\u0e30\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19\u0e1b\u0e23\u0e30\u0e2a\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49{user}", - "Successfully enrolled and sent email to the following users:": "\u0e01\u0e32\u0e23\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e30\u0e44\u0e14\u0e49\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49", - "Successfully enrolled the following users:": "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e19\u0e35\u0e49\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", - "Successfully rescored problem for user {user}": "\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e49\u0e04\u0e30\u0e41\u0e19\u0e19\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e43\u0e2b\u0e21\u0e48\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e1b\u0e23\u0e30\u0e2a\u0e1a\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08 {user}", - "Successfully reset the attempts for user {user}": "\u0e04\u0e27\u0e32\u0e21\u0e1e\u0e22\u0e32\u0e22\u0e32\u0e21\u0e43\u0e19\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e43\u0e2b\u0e21\u0e48\u0e1b\u0e23\u0e30\u0e2a\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 {user}", - "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "\u0e1b\u0e23\u0e30\u0e2a\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e43\u0e19\u0e01\u0e32\u0e23\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e01\u0e32\u0e23\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e43\u0e2b\u0e49\u0e41\u0e01\u0e48\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 \u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e40\u0e2b\u0e25\u0e48\u0e32\u0e19\u0e35\u0e49\u0e16\u0e39\u0e01\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e43\u0e2b\u0e49\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e40\u0e1e\u0e35\u0e22\u0e07\u0e04\u0e23\u0e31\u0e49\u0e07\u0e40\u0e14\u0e35\u0e22\u0e27", - "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "\u0e1b\u0e23\u0e30\u0e2a\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e43\u0e19\u0e01\u0e32\u0e23\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e01\u0e32\u0e23\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e43\u0e2b\u0e49\u0e41\u0e01\u0e48\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 \u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e40\u0e2b\u0e25\u0e48\u0e32\u0e19\u0e35\u0e49\u0e08\u0e30\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e40\u0e1e\u0e35\u0e22\u0e07\u0e04\u0e23\u0e31\u0e49\u0e07\u0e40\u0e14\u0e35\u0e22\u0e27\u0e43\u0e19\u0e15\u0e2d\u0e19\u0e2a\u0e21\u0e31\u0e04\u0e23", - "Successfully unlinked.": "\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e42\u0e22\u0e07\u0e1b\u0e23\u0e30\u0e2a\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", - "Tags": "\u0e41\u0e17\u0e47\u0e01", - "Tags:": "\u0e41\u0e17\u0e47\u0e01:", - "Take Photo": "\u0e16\u0e48\u0e32\u0e22\u0e23\u0e39\u0e1b", - "Take Your Photo": "\u0e16\u0e48\u0e32\u0e22\u0e23\u0e39\u0e1b\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", - "Take a Photo of Your ID": "\u0e16\u0e48\u0e32\u0e22\u0e23\u0e39\u0e1b\u0e1a\u0e31\u0e15\u0e23\u0e1b\u0e23\u0e30\u0e0a\u0e32\u0e0a\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", - "Take a photo of your ID": "\u0e16\u0e48\u0e32\u0e22\u0e20\u0e32\u0e1e\u0e23\u0e2b\u0e31\u0e2a\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", - "Take me to the main course page": "\u0e1e\u0e32\u0e09\u0e31\u0e19\u0e44\u0e1b\u0e17\u0e35\u0e48\u0e2b\u0e19\u0e49\u0e32\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23", - "Take me to the main library page": "\u0e1e\u0e32\u0e09\u0e31\u0e19\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e2b\u0e19\u0e49\u0e32\u0e40\u0e01\u0e47\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e2b\u0e25\u0e31\u0e01", - "Task ID": "\u0e07\u0e32\u0e19 ID", - "Task Progress": "\u0e04\u0e27\u0e32\u0e21\u0e04\u0e37\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e02\u0e2d\u0e07\u0e07\u0e32\u0e19", - "Task Status": "\u0e2a\u0e16\u0e32\u0e19\u0e30\u0e07\u0e32\u0e19", - "Task Type": "\u0e1b\u0e23\u0e30\u0e40\u0e20\u0e17\u0e07\u0e32\u0e19", - "Task inputs": "\u0e07\u0e32\u0e19\u0e17\u0e35\u0e48\u0e19\u0e33\u0e40\u0e02\u0e49\u0e32", - "Team Description (Required) *": "\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e17\u0e35\u0e21(\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19)*", - "Team Details": "\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e02\u0e2d\u0e07\u0e17\u0e35\u0e21", - "Team Name (Required) *": "\u0e0a\u0e37\u0e48\u0e2d\u0e17\u0e35\u0e21(\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19)*", - "Team Search": "\u0e04\u0e49\u0e19\u0e2b\u0e32\u0e17\u0e35\u0e21", - "Team capacity": "\u0e08\u0e33\u0e19\u0e27\u0e19\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e43\u0e19\u0e17\u0e35\u0e21", - "Team description cannot have more than 300 characters.": "\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e17\u0e35\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e21\u0e35\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32300\u0e15\u0e31\u0e27\u0e2d\u0e31\u0e29\u0e23", - "Team member profiles": "\u0e1b\u0e23\u0e30\u0e27\u0e31\u0e15\u0e34\u0e02\u0e2d\u0e07\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e43\u0e19\u0e17\u0e35\u0e21", - "Team name cannot have more than 255 characters.": "\u0e0a\u0e37\u0e48\u0e2d\u0e17\u0e35\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e21\u0e35\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32255\u0e15\u0e31\u0e27\u0e2d\u0e31\u0e01\u0e29\u0e23", - "Teams": "\u0e17\u0e35\u0e21", - "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "\u0e02\u0e2d\u0e1a\u0e04\u0e38\u0e13\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e2a\u0e48\u0e07\u0e23\u0e39\u0e1b\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e21\u0e32 \u0e40\u0e23\u0e32\u0e08\u0e30\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e40\u0e23\u0e47\u0e27\u0e46\u0e19\u0e35\u0e49 \u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e02\u0e49\u0e32\u0e2a\u0e39\u0e48\u0e23\u0e30\u0e1a\u0e1a\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23%(platformName)s\u0e17\u0e35\u0e48\u0e40\u0e2a\u0e19\u0e2d\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a \u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e04\u0e23\u0e2d\u0e1a\u0e04\u0e25\u0e38\u0e21\u0e40\u0e1b\u0e47\u0e19\u0e40\u0e27\u0e25\u0e32\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e1b\u0e35 \u0e2b\u0e25\u0e31\u0e07\u0e08\u0e32\u0e01\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e1b\u0e35 \u0e04\u0e38\u0e13\u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e2a\u0e48\u0e07\u0e20\u0e32\u0e1e\u0e16\u0e48\u0e32\u0e22\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", - "The cohort cannot be added": "\u0e01\u0e25\u0e38\u0e48\u0e21\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e16\u0e39\u0e01\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e44\u0e14\u0e49", - "The cohort cannot be saved": "\u0e01\u0e25\u0e38\u0e48\u0e21\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e44\u0e14\u0e49", - "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "\u0e01\u0e32\u0e23\u0e23\u0e27\u0e21\u0e04\u0e27\u0e32\u0e21\u0e22\u0e32\u0e27\u0e02\u0e2d\u0e07\u0e44\u0e1f\u0e25\u0e4c\u0e2d\u0e07\u0e2a\u0e16\u0e32\u0e1a\u0e31\u0e19\u0e41\u0e25\u0e30\u0e23\u0e2b\u0e31\u0e2a\u0e04\u0e25\u0e31\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e44\u0e14\u0e49\u0e44\u0e21\u0e48\u0e40\u0e01\u0e34\u0e19<%=limit%>\u0e15\u0e31\u0e27\u0e2d\u0e31\u0e01\u0e29\u0e23", - "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "\u0e01\u0e32\u0e23\u0e23\u0e27\u0e21\u0e04\u0e27\u0e32\u0e21\u0e22\u0e32\u0e27\u0e02\u0e2d\u0e07\u0e44\u0e1f\u0e25\u0e4c\u0e2d\u0e07\u0e04\u0e4c\u0e01\u0e23 \u0e23\u0e2b\u0e31\u0e2a\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23 \u0e41\u0e25\u0e30\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19 \u0e44\u0e14\u0e49\u0e44\u0e21\u0e48\u0e40\u0e01\u0e34\u0e19<%=limit%>\u0e15\u0e31\u0e27\u0e2d\u0e31\u0e01\u0e29\u0e23", - "The country that team members primarily identify with.": "\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28\u0e17\u0e35\u0e48\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e2a\u0e48\u0e27\u0e19\u0e43\u0e2b\u0e0d\u0e48\u0e2d\u0e32\u0e28\u0e31\u0e22\u0e2d\u0e22\u0e39\u0e48", - "The course end date must be later than the course start date.": "\u0e27\u0e31\u0e19\u0e2a\u0e38\u0e14\u0e17\u0e49\u0e32\u0e22\u0e02\u0e2d\u0e07\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e15\u0e49\u0e2d\u0e07\u0e2d\u0e22\u0e39\u0e48\u0e2b\u0e25\u0e31\u0e07\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e40\u0e23\u0e34\u0e48\u0e21\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23", - "The course must have an assigned start date.": "\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e01\u0e32\u0e23\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19\u0e17\u0e35\u0e48\u0e41\u0e19\u0e48\u0e19\u0e2d\u0e19", - "The course start date must be later than the enrollment start date.": "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e40\u0e23\u0e34\u0e48\u0e21\u0e40\u0e23\u0e35\u0e22\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e2d\u0e22\u0e39\u0e48\u0e2b\u0e25\u0e31\u0e07\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e40\u0e23\u0e34\u0e48\u0e21\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19", - "The enrollment end date cannot be after the course end date.": "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e2a\u0e34\u0e49\u0e19\u0e2a\u0e38\u0e14\u0e01\u0e32\u0e23\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e40\u0e23\u0e35\u0e22\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e44\u0e21\u0e48\u0e2d\u0e22\u0e39\u0e48\u0e2b\u0e25\u0e31\u0e07\u0e27\u0e31\u0e19\u0e1b\u0e34\u0e14\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23", - "The enrollment start date cannot be after the enrollment end date.": "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e40\u0e23\u0e34\u0e48\u0e21\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e40\u0e23\u0e35\u0e22\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e1b\u0e47\u0e19\u0e27\u0e31\u0e19\u0e2b\u0e25\u0e31\u0e07\u0e08\u0e32\u0e01\u0e27\u0e31\u0e19\u0e2a\u0e34\u0e49\u0e19\u0e2a\u0e38\u0e14\u0e01\u0e32\u0e23\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e40\u0e23\u0e35\u0e22\u0e19", - "The file must be at least {size} in size.": "\u0e44\u0e1f\u0e25\u0e4c\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e02\u0e19\u0e32\u0e14\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e19\u0e49\u0e2d\u0e22 {size} ", - "The file must be smaller than {size} in size.": "\u0e44\u0e1f\u0e25\u0e4c\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e02\u0e19\u0e32\u0e14\u0e40\u0e25\u0e47\u0e01\u0e01\u0e27\u0e48\u0e32 {size} ", - "The following email addresses and/or usernames are invalid:": "\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e2b\u0e23\u0e37\u0e2d\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e44\u0e21\u0e48\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07", - "The following errors were generated:": "\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e2a\u0e23\u0e49\u0e32\u0e07:", - "The following users are no longer enrolled in the course:": "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e23\u0e32\u0e22\u0e27\u0e34\u0e0a\u0e32\u0e19\u0e35\u0e49\u0e2d\u0e35\u0e01\u0e15\u0e48\u0e2d\u0e44\u0e1b", - "The following warnings were generated:": "\u0e04\u0e33\u0e40\u0e15\u0e37\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e2a\u0e23\u0e49\u0e32\u0e07:", - "The language that team members primarily use to communicate with each other.": "\u0e20\u0e32\u0e29\u0e32\u0e17\u0e35\u0e48\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e43\u0e19\u0e17\u0e35\u0e21\u0e43\u0e0a\u0e49\u0e40\u0e1b\u0e47\u0e19\u0e20\u0e32\u0e29\u0e32\u0e2b\u0e25\u0e31\u0e01\u0e43\u0e19\u0e01\u0e32\u0e23\u0e2a\u0e19\u0e17\u0e19\u0e32", - "The minimum grade for course credit is not set.": "\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e40\u0e01\u0e23\u0e14\u0e02\u0e31\u0e49\u0e19\u0e15\u0e48\u0e33\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e2b\u0e19\u0e48\u0e27\u0e22\u0e01\u0e34\u0e15\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23", - "The name of this signatory as it should appear on certificates.": "\u0e0a\u0e37\u0e48\u0e2d\u0e02\u0e2d\u0e07\u0e1c\u0e39\u0e49\u0e25\u0e07\u0e19\u0e32\u0e21\u0e04\u0e27\u0e23\u0e08\u0e30\u0e1b\u0e23\u0e32\u0e01\u0e0f\u0e1a\u0e19\u0e1b\u0e23\u0e30\u0e01\u0e32\u0e28\u0e19\u0e35\u0e22\u0e1a\u0e31\u0e15\u0e23", - "The organization that this signatory belongs to, as it should appear on certificates.": "\u0e2d\u0e07\u0e04\u0e4c\u0e01\u0e23\u0e17\u0e35\u0e48\u0e25\u0e07\u0e19\u0e32\u0e21\u0e04\u0e23\u0e31\u0e49\u0e07\u0e19\u0e35\u0e49\u0e04\u0e27\u0e23\u0e08\u0e30\u0e1b\u0e23\u0e32\u0e01\u0e0f\u0e1a\u0e19\u0e1b\u0e23\u0e30\u0e01\u0e32\u0e28\u0e19\u0e35\u0e22\u0e1a\u0e31\u0e15\u0e23", - "The photo of your face matches the photo on your ID.": "\u0e20\u0e32\u0e1e\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e15\u0e23\u0e07\u0e01\u0e31\u0e1a\u0e43\u0e19\u0e1a\u0e31\u0e15\u0e23\u0e1b\u0e23\u0e30\u0e0a\u0e32\u0e0a\u0e19", - "The raw error message is:": "\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e1a\u0e37\u0e49\u0e2d\u0e07\u0e15\u0e49\u0e19\u0e04\u0e37\u0e2d:", - "The selected content group does not exist": "\u0e01\u0e25\u0e38\u0e48\u0e21\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e44\u0e21\u0e48\u0e21\u0e35\u0e2d\u0e22\u0e39\u0e48", - "The server could not be contacted.": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e40\u0e0b\u0e34\u0e1f\u0e40\u0e27\u0e2d\u0e23\u0e4c", - "The submission could not be removed from the grading pool.": "\u0e01\u0e32\u0e23\u0e2a\u0e48\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e25\u0e1a\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e1c\u0e25\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e49\u0e04\u0e30\u0e41\u0e19\u0e19", - "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "\u0e01\u0e25\u0e38\u0e48\u0e21\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e19{cohortGroupName}\u0e16\u0e39\u0e01\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e02\u0e36\u0e49\u0e19\u0e21\u0e32 \u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e1c\u0e39\u0e49\u0e40\u0e23\u0e35\u0e22\u0e19\u0e40\u0e02\u0e49\u0e32\u0e44\u0e1b\u0e43\u0e19\u0e01\u0e25\u0e38\u0e48\u0e21\u0e14\u0e49\u0e32\u0e19\u0e25\u0e48\u0e32\u0e07\u0e19\u0e35\u0e49", - "There has been an error processing your survey.": "\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e43\u0e19\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e21\u0e27\u0e25\u0e1c\u0e25\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", - "There has been an error while exporting.": "\u0e40\u0e01\u0e34\u0e14\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e02\u0e13\u0e30\u0e2a\u0e48\u0e07\u0e2d\u0e2d\u0e01", - "There has been an error with your export.": "\u0e40\u0e01\u0e34\u0e14\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e01\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e2a\u0e48\u0e07\u0e2d\u0e2d\u0e01", - "There is no email history for this course.": "\u0e44\u0e21\u0e48\u0e21\u0e35\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e40\u0e01\u0e48\u0e32\u0e40\u0e01\u0e47\u0e1a\u0e44\u0e27\u0e49\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e19\u0e35\u0e49", - "There must be at least one group.": "\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e19\u0e49\u0e2d\u0e22\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e01\u0e25\u0e38\u0e48\u0e21", - "There must be one cohort to which students can automatically be assigned.": "\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e01\u0e25\u0e38\u0e48\u0e21\u0e40\u0e14\u0e35\u0e22\u0e27\u0e17\u0e35\u0e48\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e16\u0e39\u0e01\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e42\u0e14\u0e22\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15", - "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "\u0e21\u0e35\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e43\u0e19\u0e01\u0e32\u0e23\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19 \u0e40\u0e25\u0e37\u0e2d\u0e01 \"\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e1c\u0e25\u0e2a\u0e23\u0e38\u0e1b\u0e07\u0e32\u0e19\u0e1a\u0e23\u0e34\u0e2b\u0e32\u0e23\" \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e25\u0e2d\u0e07\u0e43\u0e2b\u0e21\u0e48\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", - "There was an error changing the user's role": "\u0e40\u0e01\u0e34\u0e14\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e1a\u0e17\u0e1a\u0e32\u0e17\u0e02\u0e2d\u0e07\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49", - "There was an error obtaining email content history for this course.": "\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e43\u0e19\u0e01\u0e32\u0e23\u0e40\u0e02\u0e49\u0e32\u0e44\u0e1b\u0e43\u0e19\u0e44\u0e14\u0e49\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e40\u0e01\u0e48\u0e32\u0e02\u0e2d\u0e07\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e19\u0e35\u0e49", - "There was an error obtaining email task history for this course.": "\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e43\u0e19\u0e01\u0e32\u0e23\u0e17\u0e33\u0e07\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e40\u0e01\u0e48\u0e32\u0e02\u0e2d\u0e07\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e19\u0e35\u0e49", - "There was an error, try searching again.": "\u0e40\u0e01\u0e34\u0e14\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14, \u0e25\u0e2d\u0e07\u0e04\u0e49\u0e19\u0e2b\u0e32\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07\u0e2b\u0e19\u0e36\u0e48\u0e07", - "There were errors reindexing course.": "\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e17\u0e33\u0e14\u0e31\u0e0a\u0e19\u0e35\u0e02\u0e2d\u0e07\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23", - "There's already another assignment type with this name.": "\u0e21\u0e35\u0e01\u0e32\u0e23\u0e1a\u0e49\u0e32\u0e19\u0e2b\u0e23\u0e37\u0e2d\u0e07\u0e32\u0e19\u0e17\u0e35\u0e48\u0e21\u0e2d\u0e1a\u0e2b\u0e21\u0e32\u0e22\u0e1b\u0e23\u0e30\u0e40\u0e20\u0e17\u0e2d\u0e37\u0e48\u0e19\u0e17\u0e35\u0e48\u0e21\u0e35\u0e0a\u0e37\u0e48\u0e2d\u0e19\u0e35\u0e49\u0e2d\u0e22\u0e39\u0e48\u0e41\u0e25\u0e49\u0e27", - "These users were not added as beta testers:": "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e19\u0e35\u0e49\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e16\u0e39\u0e01\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e1b\u0e47\u0e19 beta testers", - "These users were not affiliated with the course so could not be unenrolled:": "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e02\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e1a\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e19\u0e35\u0e49\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2a\u0e21\u0e31\u0e04\u0e23\u0e44\u0e14\u0e49", - "These users were not removed as beta testers:": "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e19\u0e35\u0e49\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e08\u0e33\u0e01\u0e31\u0e14\u0e15\u0e19\u0e40\u0e2d\u0e07\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01 beta tester\u0e44\u0e14\u0e49", - "These users were successfully added as beta testers:": "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e19\u0e35\u0e49\u0e40\u0e1e\u0e34\u0e48\u0e21 \u0e15\u0e31\u0e27\u0e17\u0e14\u0e2a\u0e2d\u0e1a beta \u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", - "These users were successfully removed as beta testers:": "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e19\u0e35\u0e49\u0e08\u0e33\u0e01\u0e31\u0e14 \u0e15\u0e31\u0e27\u0e17\u0e14\u0e2a\u0e2d\u0e1a beta \u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", - "These users will be allowed to enroll once they register:": "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e40\u0e2b\u0e25\u0e48\u0e32\u0e19\u0e35\u0e49\u0e16\u0e39\u0e01\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e43\u0e2b\u0e49\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e40\u0e1e\u0e35\u0e22\u0e07\u0e04\u0e23\u0e31\u0e49\u0e07\u0e40\u0e14\u0e35\u0e22\u0e27", - "These users will be enrolled once they register:": "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e40\u0e2b\u0e25\u0e48\u0e32\u0e19\u0e35\u0e49\u0e16\u0e39\u0e01\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e43\u0e2b\u0e49\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e40\u0e1e\u0e35\u0e22\u0e07\u0e04\u0e23\u0e31\u0e49\u0e07\u0e40\u0e14\u0e35\u0e22\u0e27", - "This action cannot be undone.": "\u0e01\u0e32\u0e23\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e19\u0e35\u0e49\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e44\u0e14\u0e49", - "This assessment could not be submitted.": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2a\u0e48\u0e07\u0e01\u0e32\u0e23\u0e30\u0e1b\u0e23\u0e30\u0e40\u0e21\u0e34\u0e19\u0e19\u0e35\u0e49\u0e44\u0e14\u0e49", - "This certificate has already been activated and is live. Are you sure you want to continue editing?": "\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07\u0e19\u0e35\u0e49\u0e44\u0e14\u0e49\u0e16\u0e39\u0e01\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e2d\u0e22\u0e39\u0e48 \u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e2b\u0e23\u0e37\u0e2d\u0e27\u0e48\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e08\u0e30\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e41\u0e01\u0e49\u0e44\u0e02?", - "This feedback could not be submitted.": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2a\u0e48\u0e07\u0e1c\u0e25\u0e15\u0e2d\u0e1a\u0e01\u0e25\u0e31\u0e1a\u0e19\u0e35\u0e49\u0e44\u0e14\u0e49", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "\u0e19\u0e35\u0e48\u0e04\u0e37\u0e2d\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e44\u0e14\u0e49\u0e02\u0e2d\u0e07 %s \u0e04\u0e38\u0e13\u0e2d\u0e32\u0e08\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e1a\u0e32\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e42\u0e14\u0e22\u0e01\u0e32\u0e23\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e44\u0e27\u0e49\u0e43\u0e19\u0e01\u0e25\u0e48\u0e2d\u0e07\u0e14\u0e49\u0e32\u0e19\u0e25\u0e48\u0e32\u0e07\u0e41\u0e25\u0e49\u0e27\u0e04\u0e25\u0e34\u0e01\u0e17\u0e35\u0e48\u0e1b\u0e38\u0e48\u0e21 \"\u0e40\u0e25\u0e37\u0e2d\u0e01\" \u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e2a\u0e2d\u0e07\u0e01\u0e25\u0e48\u0e2d\u0e07", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "\u0e19\u0e35\u0e48\u0e04\u0e37\u0e2d\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e02\u0e2d\u0e07 %s \u0e04\u0e38\u0e13\u0e2d\u0e32\u0e08\u0e40\u0e2d\u0e32\u0e1a\u0e32\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e42\u0e14\u0e22\u0e01\u0e32\u0e23\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e44\u0e27\u0e49\u0e43\u0e19\u0e01\u0e25\u0e48\u0e2d\u0e07\u0e14\u0e49\u0e32\u0e19\u0e25\u0e48\u0e32\u0e07\u0e41\u0e25\u0e49\u0e27\u0e04\u0e25\u0e34\u0e01\u0e17\u0e35\u0e48\u0e1b\u0e38\u0e48\u0e21 \"\u0e40\u0e2d\u0e32\u0e2d\u0e2d\u0e01\" \u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e2a\u0e2d\u0e07\u0e01\u0e25\u0e48\u0e2d\u0e07", - "This learner will be removed from the team, allowing another learner to take the available spot.": "\u0e1c\u0e39\u0e49\u0e40\u0e23\u0e35\u0e22\u0e19\u0e04\u0e19\u0e19\u0e35\u0e49\u0e08\u0e30\u0e16\u0e39\u0e01\u0e25\u0e1a\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e17\u0e35\u0e21 \u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e43\u0e2b\u0e49\u0e1c\u0e39\u0e49\u0e40\u0e23\u0e35\u0e22\u0e19\u0e04\u0e19\u0e2d\u0e37\u0e48\u0e19\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e02\u0e49\u0e32\u0e41\u0e17\u0e19\u0e17\u0e35\u0e48\u0e17\u0e35\u0e48\u0e21\u0e35\u0e2d\u0e22\u0e39\u0e48", - "This problem could not be saved.": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e19\u0e35\u0e49\u0e44\u0e14\u0e49", - "This problem has already been released. Any changes will apply only to future assessments.": "\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e19\u0e35\u0e49\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e1b\u0e25\u0e48\u0e2d\u0e22\u0e01\u0e48\u0e2d\u0e19\u0e41\u0e25\u0e49\u0e27 \u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e43\u0e14\u0e46\u0e08\u0e30\u0e43\u0e0a\u0e49\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e01\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e40\u0e21\u0e34\u0e19\u0e1c\u0e25\u0e43\u0e19\u0e2d\u0e19\u0e32\u0e04\u0e15", - "This response could not be saved.": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e04\u0e33\u0e15\u0e2d\u0e1a\u0e19\u0e35\u0e49\u0e44\u0e14\u0e49", - "This response could not be submitted.": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2a\u0e48\u0e07\u0e04\u0e33\u0e15\u0e2d\u0e1a\u0e19\u0e35\u0e49\u0e44\u0e14\u0e49", - "This response has been saved but not submitted.": "\u0e04\u0e33\u0e15\u0e2d\u0e1a\u0e19\u0e35\u0e49\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e41\u0e15\u0e48\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e2a\u0e48\u0e07\u0e43\u0e2b\u0e49\u0e1e\u0e34\u0e08\u0e32\u0e23\u0e13\u0e32\u0e15\u0e48\u0e2d\u0e44\u0e1b", - "This response has not been saved.": "\u0e04\u0e33\u0e15\u0e2d\u0e1a\u0e19\u0e35\u0e49\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01", - "This section could not be loaded.": "\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e2a\u0e48\u0e27\u0e19\u0e19\u0e35\u0e49\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e42\u0e2b\u0e25\u0e14\u0e44\u0e14\u0e49", - "This team does not have any members.": "\u0e17\u0e35\u0e21\u0e19\u0e35\u0e49\u0e44\u0e21\u0e48\u0e21\u0e35\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e17\u0e35\u0e21\u0e43\u0e14\u0e46", - "This team is full.": "\u0e17\u0e35\u0e21\u0e19\u0e35\u0e49\u0e40\u0e15\u0e47\u0e21\u0e41\u0e25\u0e49\u0e27", - "Time Allotted (HH:MM):": "\u0e40\u0e27\u0e25\u0e32\u0e17\u0e35\u0e48\u0e01\u0e33\u0e2b\u0e19\u0e14 (HH:MM):", - "Time Sent": "\u0e40\u0e27\u0e25\u0e32\u0e17\u0e35\u0e48\u0e2a\u0e48\u0e07:", - "Time Sent:": "\u0e40\u0e27\u0e25\u0e32\u0e17\u0e35\u0e48\u0e2a\u0e48\u0e07:", - "Tips on taking a successful photo": "\u0e40\u0e04\u0e25\u0e47\u0e14\u0e25\u0e31\u0e1a\u0e43\u0e19\u0e01\u0e32\u0e23\u0e16\u0e48\u0e32\u0e22\u0e20\u0e32\u0e1e", - "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d\u0e17\u0e35\u0e48\u0e21\u0e35\u0e40\u0e01\u0e34\u0e19 100 \u0e15\u0e31\u0e27\u0e2d\u0e31\u0e01\u0e29\u0e23 \u0e2d\u0e32\u0e08\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e17\u0e33\u0e01\u0e32\u0e23\u0e1e\u0e34\u0e21\u0e1e\u0e4c\u0e43\u0e19\u0e2b\u0e19\u0e49\u0e32\u0e40\u0e14\u0e35\u0e22\u0e27\u0e44\u0e14\u0e49", - "To take a successful photo, make sure that:": "\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e01\u0e32\u0e23\u0e16\u0e48\u0e32\u0e22\u0e20\u0e32\u0e1e\u0e17\u0e35\u0e48\u0e1b\u0e23\u0e30\u0e2a\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08 \u0e42\u0e1b\u0e23\u0e14\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e27\u0e48\u0e32:", - "Today": "\u0e27\u0e31\u0e19\u0e19\u0e35\u0e49", - "Toggle Notifications Setting": "\u0e2a\u0e25\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e01\u0e32\u0e23\u0e41\u0e08\u0e49\u0e07\u0e40\u0e15\u0e37\u0e2d\u0e19", - "Tomorrow": "\u0e1e\u0e23\u0e38\u0e48\u0e07\u0e19\u0e35\u0e49", - "Topic": "\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d", - "Topics": "\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d", - "Total": "\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", - "Type": "\u0e0a\u0e19\u0e34\u0e14", - "Type into this box to filter down the list of available %s.": "\u0e1e\u0e34\u0e21\u0e1e\u0e4c\u0e25\u0e07\u0e43\u0e19\u0e0a\u0e48\u0e2d\u0e07\u0e19\u0e35\u0e49\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e01\u0e23\u0e2d\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e44\u0e14\u0e49\u0e02\u0e2d\u0e07 %s", - "Undo (Ctrl+Z)": "\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e17\u0e35\u0e48\u0e40\u0e1e\u0e34\u0e48\u0e07\u0e17\u0e33\u0e44\u0e1b (Ctrl+Z)", - "Undo Changes": "\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07", - "Unit": "\u0e2b\u0e19\u0e48\u0e27\u0e22", - "Unknown": "\u0e44\u0e21\u0e48\u0e17\u0e23\u0e32\u0e1a\u0e04\u0e48\u0e32", - "Unlinking": "\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e42\u0e22\u0e07", - "Unnamed Option": "\u0e15\u0e31\u0e27\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e44\u0e21\u0e48\u0e23\u0e30\u0e1a\u0e38\u0e0a\u0e37\u0e48\u0e2d", - "Update": "\u0e2d\u0e31\u0e1e\u0e40\u0e14\u0e15", - "Update team.": "\u0e2d\u0e31\u0e1e\u0e40\u0e14\u0e15\u0e17\u0e35\u0e21", - "Updating with latest library content": "\u0e2d\u0e31\u0e1e\u0e40\u0e14\u0e17\u0e2a\u0e48\u0e27\u0e19\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e08\u0e32\u0e01\u0e2b\u0e49\u0e2d\u0e07\u0e2a\u0e21\u0e38\u0e14\u0e25\u0e48\u0e32\u0e2a\u0e38\u0e14", - "Upload File": "\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14\u0e44\u0e1f\u0e25\u0e4c", - "Upload File and Assign Students": "\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14\u0e44\u0e1f\u0e25\u0e4c\u0e41\u0e25\u0e30\u0e21\u0e2d\u0e1a\u0e2b\u0e21\u0e32\u0e22\u0e43\u0e2b\u0e49\u0e41\u0e01\u0e48\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19", - "Upload New File": "\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14\u0e44\u0e1f\u0e25\u0e4c\u0e43\u0e2b\u0e21\u0e48", - "Upload an image": "\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e", - "Upload an image or capture one with your web or phone camera.": "\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14\u0e20\u0e32\u0e1e\u0e08\u0e32\u0e01\u0e40\u0e27\u0e47\u0e1a\u0e2b\u0e23\u0e37\u0e2d\u0e01\u0e25\u0e49\u0e2d\u0e07\u0e21\u0e37\u0e2d\u0e16\u0e37\u0e2d\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", - "Upload completed": "\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e21\u0e1a\u0e39\u0e23\u0e13\u0e4c", - "Upload failed": "\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14\u0e25\u0e49\u0e21\u0e40\u0e2b\u0e25\u0e27", - "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "\u0e01\u0e32\u0e23\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14\u0e2d\u0e2d\u0e01\u0e2d\u0e22\u0e39\u0e48\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e01\u0e32\u0e23\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e2b\u0e25\u0e35\u0e01\u0e40\u0e25\u0e35\u0e48\u0e22\u0e07\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14 \u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49\u0e08\u0e19\u0e01\u0e23\u0e30\u0e17\u0e31\u0e48\u0e07\u0e01\u0e32\u0e23\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e08\u0e30\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e34\u0e49\u0e19", - "Upload signature image.": "\u0e2d\u0e31\u0e1b\u0e42\u0e2b\u0e25\u0e14\u0e20\u0e32\u0e1e\u0e25\u0e32\u0e22\u0e21\u0e37\u0e2d\u0e0a\u0e37\u0e48\u0e2d", - "Upload your course image.": "\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14\u0e20\u0e32\u0e1e\u0e02\u0e2d\u0e07\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23", - "Uploading": "\u0e01\u0e33\u0e25\u0e31\u0e07\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14", - "Use my institution/campus credentials": "\u0e43\u0e0a\u0e49\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e2a\u0e16\u0e32\u0e1a\u0e31\u0e19\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32\u0e02\u0e2d\u0e07\u0e09\u0e31\u0e19", - "Use the retake photo button if you are not pleased with your photo": "\u0e01\u0e14\u0e1b\u0e38\u0e48\u0e21\u0e16\u0e48\u0e32\u0e22\u0e23\u0e39\u0e1b\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07\u0e16\u0e49\u0e32\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e1e\u0e2d\u0e43\u0e08\u0e01\u0e31\u0e1a\u0e23\u0e39\u0e1b\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", - "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "\u0e43\u0e0a\u0e49\u0e40\u0e27\u0e47\u0e1a\u0e41\u0e04\u0e21\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e16\u0e48\u0e32\u0e22\u0e23\u0e39\u0e1b\u0e1a\u0e31\u0e15\u0e23\u0e1b\u0e23\u0e30\u0e0a\u0e32\u0e0a\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 \u0e40\u0e23\u0e32\u0e08\u0e30\u0e17\u0e33\u0e01\u0e31\u0e1a\u0e08\u0e31\u0e1a\u0e04\u0e39\u0e48\u0e23\u0e39\u0e1b\u0e19\u0e35\u0e49\u0e01\u0e31\u0e1a\u0e23\u0e39\u0e1b\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e41\u0e25\u0e30\u0e0a\u0e37\u0e48\u0e2d\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e43\u0e19\u0e1a\u0e31\u0e0d\u0e0a\u0e35", - "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "\u0e43\u0e0a\u0e49\u0e01\u0e25\u0e49\u0e2d\u0e07\u0e40\u0e27\u0e47\u0e1a\u0e41\u0e04\u0e21\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e16\u0e48\u0e32\u0e22\u0e20\u0e32\u0e1e\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32 \u0e40\u0e23\u0e32\u0e08\u0e30\u0e17\u0e33\u0e01\u0e32\u0e23\u0e08\u0e31\u0e1a\u0e04\u0e39\u0e48\u0e23\u0e39\u0e1b\u0e19\u0e35\u0e49\u0e01\u0e31\u0e1a\u0e23\u0e39\u0e1b\u0e43\u0e19\u0e1a\u0e31\u0e15\u0e23\u0e1b\u0e23\u0e30\u0e0a\u0e32\u0e0a\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", - "Used": "\u0e43\u0e0a\u0e49", - "Username": "\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49", - "Users must create and activate their account before they can be promoted to beta tester.": "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e15\u0e49\u0e2d\u0e07\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e41\u0e25\u0e30\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e1a\u0e31\u0e0d\u0e0a\u0e35\u0e01\u0e48\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e1e\u0e27\u0e01\u0e40\u0e02\u0e32\u0e08\u0e30\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e2a\u0e19\u0e31\u0e1a\u0e2a\u0e19\u0e38\u0e19\u0e40\u0e1b\u0e47\u0e19 beta tester \u0e44\u0e14\u0e49", - "Valid": "\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07", - "Validation Error": "\u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14", - "Validation Error While Saving": "\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e02\u0e13\u0e30\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01", - "Verification Checkpoint": "\u0e08\u0e38\u0e14\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a", - "Verification checkpoint to be completed": "\u0e08\u0e38\u0e14\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e15\u0e49\u0e2d\u0e07\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e21\u0e1a\u0e39\u0e23\u0e13\u0e4c", - "Verified Certificate": "\u0e1b\u0e23\u0e30\u0e01\u0e32\u0e28\u0e19\u0e35\u0e22\u0e1a\u0e31\u0e15\u0e23\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07\u0e41\u0e25\u0e49\u0e27", - "Verified Certificate upgrade": "\u0e2d\u0e31\u0e1e\u0e40\u0e01\u0e23\u0e14\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07\u0e17\u0e35\u0e48\u0e1c\u0e48\u0e32\u0e19\u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a", - "Verified Status": "\u0e15\u0e23\u0e27\u0e07\u0e2a\u0e2d\u0e1a\u0e2a\u0e16\u0e32\u0e19\u0e30\u0e41\u0e25\u0e49\u0e27", - "Verify Now": "\u0e17\u0e33\u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e40\u0e14\u0e35\u0e4b\u0e22\u0e27\u0e19\u0e35\u0e49:", - "Video Capture Error": "\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e08\u0e31\u0e1a\u0e20\u0e32\u0e1e\u0e27\u0e34\u0e14\u0e35\u0e42\u0e2d", - "View": "\u0e14\u0e39", - "View %(span_start)s %(team_name)s %(span_end)s": "\u0e01\u0e32\u0e23\u0e40\u0e02\u0e49\u0e32\u0e0a\u0e21 %(span_start)s %(team_name)s %(span_end)s", - "View Cohort": "\u0e14\u0e39\u0e01\u0e25\u0e38\u0e48\u0e21", - "View Teams in the %(topic_name)s Topic": "\u0e40\u0e02\u0e49\u0e32\u0e14\u0e39\u0e17\u0e35\u0e21\u0e43\u0e19\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d %(topic_name)s", - "View all errors": "\u0e14\u0e39\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", + ], + "6 a.m.": "\u0e2b\u0e01\u0e42\u0e21\u0e07\u0e40\u0e0a\u0e49\u0e32", + "A driver's license, passport, or government-issued ID with your name and photo.": "\u0e43\u0e1a\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e02\u0e31\u0e1a\u0e02\u0e35\u0e48 \u0e2b\u0e19\u0e31\u0e07\u0e2a\u0e37\u0e2d\u0e40\u0e14\u0e34\u0e19\u0e17\u0e32\u0e07\u0e2b\u0e23\u0e37\u0e2d\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e17\u0e35\u0e48\u0e2d\u0e2d\u0e01\u0e42\u0e14\u0e22\u0e20\u0e32\u0e04\u0e23\u0e31\u0e10\u0e2d\u0e37\u0e48\u0e19\u0e46 \u0e17\u0e35\u0e48\u0e21\u0e35\u0e0a\u0e37\u0e48\u0e2d\u0e41\u0e25\u0e30\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "A driver's license, passport, or other government-issued ID with your name and photo": "\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e43\u0e1a\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e02\u0e31\u0e1a\u0e02\u0e35\u0e48 \u0e2b\u0e19\u0e31\u0e07\u0e2a\u0e37\u0e2d\u0e40\u0e14\u0e34\u0e19\u0e17\u0e32\u0e07\u0e2b\u0e23\u0e37\u0e2d\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e17\u0e35\u0e48\u0e2d\u0e2d\u0e01\u0e42\u0e14\u0e22\u0e20\u0e32\u0e04\u0e23\u0e31\u0e10\u0e2d\u0e37\u0e48\u0e19\u0e46 \u0e17\u0e35\u0e48\u0e21\u0e35\u0e0a\u0e37\u0e48\u0e2d\u0e41\u0e25\u0e30\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "A list of courses you have just enrolled in as a verified student": "\u0e23\u0e32\u0e22\u0e0a\u0e37\u0e48\u0e2d\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e17\u0e35\u0e48\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e17\u0e33\u0e01\u0e32\u0e23\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e40\u0e1b\u0e47\u0e19\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19\u0e17\u0e35\u0e48\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19", + "A name that identifies your team (maximum 255 characters).": "\u0e0a\u0e37\u0e48\u0e2d\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e23\u0e30\u0e1a\u0e38\u0e17\u0e35\u0e21\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13(\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14 255 \u0e15\u0e31\u0e27\u0e2d\u0e31\u0e01\u0e29\u0e23)", + "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e02\u0e2d\u0e07\u0e17\u0e35\u0e21\u0e08\u0e30\u0e0a\u0e48\u0e27\u0e22\u0e1c\u0e39\u0e49\u0e40\u0e23\u0e35\u0e22\u0e19\u0e04\u0e19\u0e2d\u0e37\u0e48\u0e19\u0e43\u0e2b\u0e49\u0e40\u0e02\u0e49\u0e32\u0e43\u0e08\u0e40\u0e1b\u0e49\u0e32\u0e2b\u0e21\u0e32\u0e22\u0e41\u0e25\u0e30\u0e17\u0e34\u0e28\u0e17\u0e32\u0e07\u0e02\u0e2d\u0e07\u0e17\u0e35\u0e21(\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14 300 \u0e15\u0e31\u0e27\u0e2d\u0e31\u0e01\u0e29\u0e23)", + "A valid email address is required": "\u0e23\u0e30\u0e1a\u0e38\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e44\u0e14\u0e49\u0e08\u0e23\u0e34\u0e07", + "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", + "Account Settings": "\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e1a\u0e31\u0e0d\u0e0a\u0e35", + "Actions": "\u0e01\u0e32\u0e23\u0e01\u0e23\u0e30\u0e17\u0e33", + "Activate Your Account": "\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e1a\u0e31\u0e0d\u0e0a\u0e35\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "Add Additional Signatory": "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e0a\u0e48\u0e2d\u0e07\u0e25\u0e07\u0e19\u0e32\u0e21", + "Add Cohort": "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e19", + "Add Component:": "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e2a\u0e48\u0e27\u0e19\u0e1b\u0e23\u0e30\u0e01\u0e2d\u0e1a:", + "Add a New Cohort": "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e01\u0e25\u0e38\u0e48\u0e21\u0e43\u0e2b\u0e21\u0e48", + "Add your first content group": "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e01\u0e25\u0e38\u0e48\u0e21\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e41\u0e23\u0e01\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "Add your first group configuration": "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e01\u0e32\u0e23\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e48\u0e32\u0e01\u0e25\u0e38\u0e48\u0e21\u0e41\u0e23\u0e01\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "Adding the selected course to your cart": "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e17\u0e35\u0e48\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e43\u0e19\u0e23\u0e16\u0e40\u0e02\u0e47\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "Admin": "\u0e1c\u0e39\u0e49\u0e14\u0e39\u0e41\u0e25\u0e23\u0e30\u0e1a\u0e1a", + "All Topics": "\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", + "All accounts were created successfully.": "\u0e1a\u0e31\u0e0d\u0e0a\u0e35\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\u0e16\u0e39\u0e01\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e44\u0e14\u0e49\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e1b\u0e23\u0e30\u0e2a\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", + "All groups must have a name.": "\u0e17\u0e38\u0e01\u0e01\u0e25\u0e38\u0e48\u0e21\u0e15\u0e49\u0e2d\u0e07\u0e23\u0e30\u0e1a\u0e38\u0e0a\u0e37\u0e48\u0e2d", + "All groups must have a unique name.": "\u0e17\u0e38\u0e01\u0e01\u0e25\u0e38\u0e48\u0e21\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e0a\u0e37\u0e48\u0e2d\u0e40\u0e09\u0e1e\u0e32\u0e30", + "All professional education courses are fee-based, and require payment to complete the enrollment process.": "\u0e17\u0e38\u0e01\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32\u0e21\u0e37\u0e2d\u0e2d\u0e32\u0e0a\u0e35\u0e1e\u0e17\u0e35\u0e48\u0e21\u0e35\u0e04\u0e48\u0e32\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e41\u0e25\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e43\u0e2b\u0e49\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e34\u0e49\u0e19\u0e01\u0e23\u0e30\u0e1a\u0e27\u0e19\u0e01\u0e32\u0e23\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19", + "All subsections": "\u0e40\u0e0b\u0e04\u0e0a\u0e31\u0e48\u0e19\u0e22\u0e48\u0e2d\u0e22\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", + "All teams": "\u0e17\u0e35\u0e21\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", + "All topics": "\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", + "All units": "\u0e2b\u0e19\u0e48\u0e27\u0e22\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", + "Allow students to generate certificates for this course?": "\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e43\u0e2b\u0e49\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e19\u0e35\u0e49 ?", + "Already a course team member": "\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e17\u0e35\u0e21\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", + "Already a library team member": "\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e17\u0e35\u0e21\u0e2b\u0e49\u0e2d\u0e07\u0e2a\u0e21\u0e38\u0e14\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22", + "Already a member": "\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e41\u0e25\u0e49\u0e27", + "Amount": "\u0e08\u0e33\u0e19\u0e27\u0e19", + "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19 \u0e42\u0e1b\u0e23\u0e14\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e15\u0e48\u0e2d\u0e2d\u0e34\u0e19\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e40\u0e19\u0e15 \u0e41\u0e25\u0e30\u0e1e\u0e22\u0e32\u0e22\u0e32\u0e21\u0e17\u0e35\u0e48\u0e08\u0e30\u0e42\u0e2b\u0e25\u0e14\u0e2b\u0e19\u0e49\u0e32\u0e43\u0e2b\u0e21\u0e48", + "An error has occurred. Please try again later.": "\u0e40\u0e01\u0e34\u0e14\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14. \u0e01\u0e23\u0e38\u0e13\u0e32\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", + "An error has occurred. Please try again.": "\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14. \u0e01\u0e23\u0e38\u0e13\u0e32\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", + "An error has occurred. Please try reloading the page.": "\u0e40\u0e01\u0e34\u0e14\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e02\u0e36\u0e49\u0e19. \u0e01\u0e23\u0e38\u0e13\u0e32\u0e25\u0e2d\u0e07\u0e43\u0e2b\u0e21\u0e48\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", + "An error has occurred. Refresh the page, and then try again.": "\u0e40\u0e01\u0e34\u0e14\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14 \u0e23\u0e35\u0e40\u0e1f\u0e23\u0e0a\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49\u0e41\u0e25\u0e30\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", + "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e40\u0e23\u0e35\u0e22\u0e01\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e25\u0e2d\u0e07\u0e43\u0e2b\u0e21\u0e48\u0e20\u0e32\u0e22\u0e2b\u0e25\u0e31\u0e07, \u0e41\u0e25\u0e30\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e1d\u0e48\u0e32\u0e22\u0e40\u0e17\u0e04\u0e19\u0e34\u0e04\u0e16\u0e49\u0e32\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e22\u0e31\u0e07\u0e04\u0e07\u0e2d\u0e22\u0e39\u0e48", + "An error occurred while removing the member from the team. Try again.": "\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e02\u0e13\u0e30\u0e01\u0e33\u0e25\u0e31\u0e07\u0e25\u0e1a\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e17\u0e35\u0e21\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e17\u0e35\u0e21 \u0e25\u0e2d\u0e07\u0e43\u0e2b\u0e21\u0e48\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", + "An error occurred. Make sure that the student's username or email address is correct and try again.": "\u0e40\u0e01\u0e34\u0e14\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14 \u0e42\u0e1b\u0e23\u0e14\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e2b\u0e23\u0e37\u0e2d\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e02\u0e2d\u0e07\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07\u0e41\u0e25\u0e30\u0e25\u0e2d\u0e07\u0e43\u0e2b\u0e21\u0e48\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", + "An error occurred. Please reload the page.": "\u0e40\u0e01\u0e34\u0e14\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e02\u0e36\u0e49\u0e19 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e25\u0e2d\u0e07\u0e43\u0e2b\u0e21\u0e48\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", + "An error occurred. Please try again.": "\u0e40\u0e01\u0e34\u0e14\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e25\u0e2d\u0e07\u0e43\u0e2b\u0e21\u0e48\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", + "An error occurred. Try again.": "\u0e40\u0e01\u0e34\u0e14\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e25\u0e2d\u0e07\u0e43\u0e2b\u0e21\u0e48\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", + "An unexpected error occurred. Please try again.": "\u0e40\u0e01\u0e34\u0e14\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e04\u0e32\u0e14\u0e04\u0e34\u0e14 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", + "Are you having trouble finding a team to join?": "\u0e04\u0e38\u0e13\u0e01\u0e33\u0e25\u0e31\u0e07\u0e21\u0e35\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e43\u0e19\u0e01\u0e32\u0e23\u0e2b\u0e32\u0e17\u0e35\u0e21?", + "Are you sure you want to delete this comment?": "\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e2b\u0e23\u0e37\u0e2d\u0e27\u0e48\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e08\u0e30\u0e25\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e04\u0e34\u0e14\u0e40\u0e2b\u0e47\u0e19\u0e19\u0e35\u0e49", + "Are you sure you want to delete this post?": "\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e2b\u0e23\u0e37\u0e2d\u0e27\u0e48\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e08\u0e30\u0e25\u0e1a\u0e42\u0e1e\u0e2a\u0e15\u0e4c\u0e19\u0e35\u0e49", + "Are you sure you want to delete this response?": "\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e2b\u0e23\u0e37\u0e2d\u0e27\u0e48\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e08\u0e30\u0e25\u0e1a\u0e01\u0e32\u0e23\u0e15\u0e2d\u0e1a\u0e2a\u0e19\u0e2d\u0e07\u0e19\u0e35\u0e49", + "Are you sure you want to delete this update?": "\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e2b\u0e23\u0e37\u0e2d\u0e27\u0e48\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e08\u0e30\u0e25\u0e1a\u0e01\u0e32\u0e23\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e17\u0e19\u0e35\u0e49", + "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e17\u0e35\u0e48\u0e08\u0e30\u0e25\u0e1a {email} \u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e17\u0e35\u0e21\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23 \u201c{container}\u201d?", + "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e17\u0e35\u0e48\u0e08\u0e30\u0e25\u0e1a {email} \u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e2b\u0e49\u0e2d\u0e07\u0e2a\u0e21\u0e38\u0e14 \u201c{container}\u201d?", + "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e17\u0e35\u0e48\u0e08\u0e30\u0e08\u0e33\u0e01\u0e31\u0e14\u0e01\u0e32\u0e23\u0e40\u0e02\u0e49\u0e32\u0e16\u0e36\u0e07 {email} \u0e2a\u0e39\u0e48 \u201c{container}\u201d?", + "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e2b\u0e23\u0e37\u0e2d\u0e27\u0e48\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e19\u0e35\u0e49 \u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e22\u0e49\u0e2d\u0e19\u0e01\u0e25\u0e31\u0e1a\u0e44\u0e14\u0e49!\n\n\u0e19\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e19\u0e35\u0e49\u0e22\u0e31\u0e07\u0e21\u0e35\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e17\u0e35\u0e48\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e42\u0e22\u0e07 / \u0e0b\u0e36\u0e48\u0e07\u0e2d\u0e49\u0e32\u0e07\u0e16\u0e36\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e19\u0e35\u0e49 \u0e01\u0e47\u0e08\u0e30\u0e44\u0e21\u0e48\u0e17\u0e33\u0e07\u0e32\u0e19\u0e44\u0e14\u0e49\u0e2d\u0e35\u0e01\u0e15\u0e48\u0e2d\u0e44\u0e1b (\u0e40\u0e0a\u0e48\u0e19\u0e20\u0e32\u0e1e\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e1a\u0e39\u0e23\u0e13\u0e4c\u0e2b\u0e23\u0e37\u0e2d\u0e40\u0e2a\u0e35\u0e22\u0e41\u0e25\u0e30 / \u0e2b\u0e23\u0e37\u0e2d\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e42\u0e22\u0e07\u0e15\u0e48\u0e32\u0e07\u0e46 )", + "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "\u0e43\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e02\u0e2d\u0e07\u0e01\u0e23\u0e30\u0e1a\u0e27\u0e19\u0e01\u0e32\u0e23\u0e01\u0e32\u0e23\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19 \u0e04\u0e38\u0e13\u0e16\u0e48\u0e32\u0e22\u0e23\u0e39\u0e1b\u0e08\u0e32\u0e01\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e41\u0e25\u0e30\u0e23\u0e39\u0e1b\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e15\u0e31\u0e27\u0e17\u0e35\u0e48\u0e23\u0e31\u0e10\u0e2d\u0e2d\u0e01\u0e43\u0e2b\u0e49 \u0e01\u0e32\u0e23\u0e43\u0e2b\u0e49\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23\u0e02\u0e2d\u0e07\u0e40\u0e23\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e2d\u0e31\u0e15\u0e25\u0e31\u0e01\u0e29\u0e13\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e42\u0e14\u0e22\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e23\u0e35\u0e22\u0e1a\u0e40\u0e17\u0e35\u0e22\u0e1a\u0e23\u0e39\u0e1b\u0e17\u0e35\u0e48\u0e16\u0e48\u0e32\u0e22\u0e01\u0e31\u0e1a\u0e23\u0e39\u0e1b\u0e1a\u0e31\u0e15\u0e23\u0e1b\u0e23\u0e30\u0e0a\u0e32\u0e0a\u0e19", + "Assign students to cohorts by uploading a CSV file.": "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19\u0e25\u0e07\u0e01\u0e25\u0e38\u0e48\u0e21\u0e42\u0e14\u0e22\u0e01\u0e32\u0e23\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14\u0e44\u0e1f\u0e25\u0e4c CSV", + "Associated Content Group": "\u0e01\u0e25\u0e38\u0e48\u0e21\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e17\u0e35\u0e48\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e02\u0e49\u0e2d\u0e07", + "Automatic": "\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34", + "Available %s": "%s\u0e17\u0e35\u0e48\u0e21\u0e35\u0e2d\u0e22\u0e39\u0e48", + "Back to sign in": "\u0e01\u0e25\u0e31\u0e1a\u0e44\u0e1b\u0e17\u0e35\u0e48\u0e40\u0e02\u0e49\u0e32\u0e2a\u0e39\u0e48\u0e23\u0e30\u0e1a\u0e1a", + "Be sure your entire face is inside the frame": "\u0e43\u0e2b\u0e49\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e2b\u0e19\u0e49\u0e32\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e22\u0e31\u0e07\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e01\u0e23\u0e2d\u0e1a\u0e23\u0e39\u0e1b", + "Before proceeding, please confirm that your details match": "\u0e01\u0e32\u0e23\u0e40\u0e23\u0e34\u0e48\u0e21\u0e01\u0e23\u0e30\u0e1a\u0e27\u0e19\u0e01\u0e32\u0e23 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e2a\u0e2d\u0e14\u0e04\u0e25\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19", + "Billed to": "\u0e41\u0e08\u0e49\u0e07\u0e22\u0e2d\u0e14\u0e44\u0e1b\u0e17\u0e35\u0e48", + "Blockquote": "\u0e22\u0e01\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e17\u0e31\u0e49\u0e07\u0e22\u0e48\u0e2d\u0e2b\u0e19\u0e49\u0e32", + "Blockquote (Ctrl+Q)": "\u0e22\u0e01\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e17\u0e31\u0e49\u0e07\u0e22\u0e48\u0e2d\u0e2b\u0e19\u0e49\u0e32 (Ctrl + Q)", + "Bold (Ctrl+B)": "\u0e15\u0e31\u0e27\u0e2b\u0e19\u0e32 (Ctrl+B)", + "Bulleted List (Ctrl+U)": "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e08\u0e38\u0e14\u0e19\u0e33\u0e41\u0e1a\u0e1a\u0e2a\u0e31\u0e0d\u0e25\u0e31\u0e01\u0e29\u0e13\u0e4c (Ctrl + U)", + "Can we match the photo you took with the one on your ID?": "\u0e40\u0e23\u0e32\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e08\u0e31\u0e1a\u0e04\u0e39\u0e48\u0e20\u0e32\u0e1e\u0e17\u0e35\u0e48\u0e04\u0e38\u0e13\u0e25\u0e07\u0e44\u0e27\u0e49\u0e01\u0e31\u0e1a\u0e2d\u0e35\u0e01\u0e20\u0e32\u0e1e\u0e1a\u0e19\u0e1a\u0e31\u0e15\u0e23\u0e1b\u0e23\u0e30\u0e0a\u0e32\u0e0a\u0e19\u0e44\u0e14\u0e49\u0e44\u0e2b\u0e21 ?", + "Cancel": "\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01", + "Cancel enrollment code": "\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e23\u0e2b\u0e31\u0e2a\u0e01\u0e32\u0e23\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19", + "Cancel team creating.": "\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e01\u0e32\u0e23\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e17\u0e35\u0e21", + "Cancel team updating.": "\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e32\u0e23\u0e2d\u0e31\u0e1e\u0e40\u0e14\u0e17\u0e17\u0e35\u0e21", + "Certificate name is required.": "\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e23\u0e2d\u0e01\u0e0a\u0e37\u0e48\u0e2d\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07", + "Change Manually": "\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e14\u0e49\u0e27\u0e22\u0e15\u0e19\u0e40\u0e2d\u0e07", + "Change My Email Address": "\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e02\u0e2d\u0e07\u0e09\u0e31\u0e19", + "Change image": "\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e", + "Changes to steps that are not selected as part of the assignment will not be saved.": "\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e43\u0e19\u0e02\u0e31\u0e49\u0e19\u0e15\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e43\u0e2b\u0e49\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e02\u0e2d\u0e07\u0e07\u0e32\u0e19\u0e17\u0e35\u0e48\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e21\u0e2d\u0e1a\u0e2b\u0e21\u0e32\u0e22\u0e08\u0e30\u0e44\u0e21\u0e48\u0e16\u0e39\u0e01\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01", + "Check Your Email": "\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "Check the highlighted fields below and try again.": "\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e0a\u0e48\u0e2d\u0e07\u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e44\u0e2e\u0e44\u0e25\u0e17\u0e4c\u0e14\u0e49\u0e32\u0e07\u0e25\u0e48\u0e32\u0e07\u0e41\u0e25\u0e30\u0e25\u0e2d\u0e07\u0e43\u0e2b\u0e21\u0e48\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", + "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e01\u0e25\u0e48\u0e2d\u0e07\u0e19\u0e35\u0e49\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e23\u0e31\u0e1a\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e27\u0e31\u0e19\u0e25\u0e30\u0e04\u0e23\u0e31\u0e49\u0e07 \u0e0b\u0e36\u0e48\u0e07\u0e41\u0e08\u0e49\u0e07\u0e40\u0e15\u0e37\u0e2d\u0e19\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e43\u0e2b\u0e21\u0e48\u0e41\u0e25\u0e30\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e17\u0e35\u0e48\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e2d\u0e48\u0e32\u0e19\u0e08\u0e32\u0e01\u0e01\u0e23\u0e30\u0e17\u0e39\u0e49\u0e17\u0e35\u0e48\u0e04\u0e38\u0e13\u0e15\u0e34\u0e14\u0e15\u0e32\u0e21 ", + "Check your email": "\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c", + "Checkout": "\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", + "Checkout with PayPal": "\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e14\u0e49\u0e27\u0e22 PayPal", + "Checkout with {processor}": "\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e14\u0e49\u0e27\u0e22 {processor}", + "Choose": "\u0e40\u0e25\u0e37\u0e2d\u0e01", + "Choose a .csv file": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e44\u0e1f\u0e25\u0e4c .csv", + "Choose a content group to associate": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e01\u0e25\u0e38\u0e48\u0e21\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e17\u0e35\u0e48\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e42\u0e22\u0e07\u0e01\u0e31\u0e19", + "Choose a time": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e40\u0e27\u0e25\u0e32", + "Choose all": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", + "Choose your institution from the list below:": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e2a\u0e16\u0e32\u0e1a\u0e31\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e08\u0e32\u0e01\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e02\u0e49\u0e32\u0e07\u0e25\u0e48\u0e32\u0e07", + "Chosen %s": "%s\u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e40\u0e25\u0e37\u0e2d\u0e01", + "Clear All": "\u0e25\u0e49\u0e32\u0e07\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", + "Clear search": "\u0e25\u0e49\u0e32\u0e07\u0e01\u0e32\u0e23\u0e04\u0e49\u0e19\u0e2b\u0e32", + "Clear search results": "\u0e25\u0e49\u0e32\u0e07\u0e1c\u0e25\u0e01\u0e32\u0e23\u0e2a\u0e37\u0e1a\u0e04\u0e49\u0e19", + "Click to change": "\u0e04\u0e25\u0e34\u0e01\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07", + "Click to choose all %s at once.": "\u0e04\u0e25\u0e34\u0e01\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e40\u0e25\u0e37\u0e2d\u0e01 %s \u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\u0e43\u0e19\u0e04\u0e23\u0e31\u0e49\u0e07\u0e40\u0e14\u0e35\u0e22\u0e27", + "Click to edit": "\u0e04\u0e25\u0e34\u0e01\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e41\u0e01\u0e49\u0e44\u0e02", + "Click to remove all chosen %s at once.": "\u0e04\u0e25\u0e34\u0e01\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e40\u0e2d\u0e32 %s \u0e2d\u0e2d\u0e01\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\u0e43\u0e19\u0e04\u0e23\u0e31\u0e49\u0e07\u0e40\u0e14\u0e35\u0e22\u0e27", + "Close": "\u0e1b\u0e34\u0e14", + "Code": "\u0e42\u0e04\u0e49\u0e14", + "Code Sample (Ctrl+K)": "\u0e42\u0e04\u0e49\u0e14\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07 (Ctrl + K)", + "Cohort Assignment Method": "\u0e27\u0e34\u0e18\u0e35\u0e01\u0e32\u0e23\u0e21\u0e2d\u0e1a\u0e2b\u0e21\u0e32\u0e22\u0e07\u0e32\u0e19\u0e01\u0e25\u0e38\u0e48\u0e21", + "Cohort Name": "\u0e0a\u0e37\u0e48\u0e2d\u0e01\u0e25\u0e38\u0e48\u0e21", + "Cohorts Disabled": "\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e01\u0e32\u0e23\u0e17\u0e33\u0e07\u0e32\u0e19\u0e01\u0e25\u0e38\u0e48\u0e21", + "Cohorts Enabled": "\u0e40\u0e1b\u0e34\u0e14\u0e01\u0e32\u0e23\u0e17\u0e33\u0e07\u0e32\u0e19\u0e01\u0e25\u0e38\u0e48\u0e21", + "Collapse All": "\u0e0b\u0e48\u0e2d\u0e19\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", + "Confirm": "\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19", + "Congratulations! You are now verified on %(platformName)s!": "\u0e22\u0e34\u0e19\u0e14\u0e35\u0e14\u0e49\u0e27\u0e22! \u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e1a\u0e19 %(platformName)s \u0e41\u0e25\u0e49\u0e27!", + "Content-Specific Discussion Topics": "\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d\u0e01\u0e32\u0e23\u0e2a\u0e19\u0e17\u0e19\u0e32\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32", + "Copy Email To Editor": "\u0e04\u0e31\u0e14\u0e25\u0e2d\u0e01\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e1a\u0e23\u0e23\u0e13\u0e32\u0e18\u0e34\u0e01\u0e32\u0e23", + "Correct failed component": "\u0e17\u0e33\u0e2a\u0e48\u0e27\u0e19\u0e1b\u0e23\u0e30\u0e01\u0e2d\u0e1a\u0e1c\u0e34\u0e14\u0e43\u0e2b\u0e49\u0e16\u0e39\u0e01", + "Could not find users associated with the following identifiers:": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e04\u0e49\u0e19\u0e1e\u0e1a\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e17\u0e35\u0e48\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e02\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e1a\u0e2a\u0e34\u0e48\u0e07\u0e17\u0e35\u0e48\u0e23\u0e30\u0e1a\u0e38\u0e01\u0e48\u0e2d\u0e19\u0e2b\u0e19\u0e49\u0e32", + "Could not retrieve download url.": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e23\u0e35\u0e22\u0e01 url \u0e17\u0e35\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14", + "Could not retrieve payment information": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e23\u0e35\u0e22\u0e01\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22", + "Could not retrieve upload url.": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e23\u0e35\u0e22\u0e01 url \u0e17\u0e35\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14", + "Could not submit order": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2a\u0e48\u0e07\u0e04\u0e33\u0e2a\u0e31\u0e48\u0e07\u0e44\u0e14\u0e49", + "Could not submit photos": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2a\u0e48\u0e07\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e\u0e44\u0e14\u0e49", + "Couldn't Save This Assignment": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e1c\u0e25\u0e07\u0e32\u0e19\u0e19\u0e35\u0e49", + "Country": "\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28", + "Course Credit Requirements": "\u0e02\u0e49\u0e2d\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e2b\u0e19\u0e48\u0e27\u0e22\u0e01\u0e34\u0e15\u0e02\u0e2d\u0e07\u0e23\u0e32\u0e22\u0e27\u0e34\u0e0a\u0e32", + "Course Index": "\u0e14\u0e31\u0e0a\u0e19\u0e35\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23", + "Course Key": "\u0e23\u0e2b\u0e31\u0e2a\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23", + "Course Number": "\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e25\u0e02\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23", + "Course Number Override": "\u0e41\u0e17\u0e19\u0e17\u0e35\u0e48\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e25\u0e02\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23", + "Course Title": "\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23", + "Course-Wide Discussion Topics": "\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d\u0e01\u0e32\u0e23\u0e2a\u0e19\u0e17\u0e19\u0e32\u0e02\u0e2d\u0e07\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23 ", + "Create": "\u0e2a\u0e23\u0e49\u0e32\u0e07", + "Create Re-run": "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e01\u0e32\u0e23\u0e17\u0e33\u0e0b\u0e49\u0e33", + "Create a New Team": "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e17\u0e35\u0e21\u0e43\u0e2b\u0e21\u0e48", + "Create a content group": "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e01\u0e25\u0e38\u0e48\u0e21\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32", + "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e17\u0e35\u0e21\u0e43\u0e2b\u0e21\u0e48\u0e16\u0e49\u0e32\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e02\u0e49\u0e32\u0e23\u0e48\u0e27\u0e21\u0e17\u0e35\u0e21\u0e17\u0e35\u0e48\u0e21\u0e35\u0e2d\u0e22\u0e39\u0e48 \u0e2b\u0e23\u0e37\u0e2d\u0e16\u0e49\u0e32\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e08\u0e30\u0e40\u0e23\u0e35\u0e22\u0e19\u0e23\u0e39\u0e49\u0e01\u0e31\u0e1a\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e04\u0e38\u0e13\u0e23\u0e39\u0e49\u0e08\u0e31\u0e01", + "Create account using %(providerName)s.": "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e1a\u0e31\u0e0d\u0e0a\u0e35\u0e14\u0e49\u0e27\u0e22\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49 %(providerName)s", + "Create an account using": "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e1a\u0e31\u0e0d\u0e0a\u0e35\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19", + "Create team.": "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e17\u0e35\u0e21", + "Creating missing groups": "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e01\u0e25\u0e38\u0e48\u0e21\u0e17\u0e35\u0e48\u0e2b\u0e32\u0e22\u0e44\u0e1b", + "Criterion Added": "\u0e40\u0e01\u0e13\u0e11\u0e4c\u0e1e\u0e34\u0e08\u0e32\u0e23\u0e13\u0e32\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21", + "Criterion Deleted": "\u0e40\u0e01\u0e13\u0e11\u0e4c\u0e1e\u0e34\u0e08\u0e32\u0e23\u0e13\u0e32\u0e16\u0e39\u0e01\u0e25\u0e1a", + "Crossed out items have been refunded.": "\u0e02\u0e35\u0e14\u0e06\u0e48\u0e32\u0e2a\u0e34\u0e48\u0e07\u0e17\u0e35\u0e48\u0e0a\u0e33\u0e23\u0e30\u0e41\u0e25\u0e49\u0e27", + "Current conversation": "\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d\u0e01\u0e32\u0e23\u0e2a\u0e19\u0e17\u0e19\u0e32\u0e1b\u0e31\u0e08\u0e08\u0e38\u0e1a\u0e31\u0e19", + "Current tab": "\u0e41\u0e17\u0e47\u0e1a\u0e1b\u0e31\u0e08\u0e08\u0e38\u0e1a\u0e31\u0e19", + "Date": "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48", + "Date Added": "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e40\u0e1e\u0e34\u0e48\u0e21", + "Delete": "\u0e25\u0e1a", + "Delete \"<%= signatoryName %>\" from the list of signatories?": "\u0e25\u0e1a \"<%= signatoryName %>\" \u0e08\u0e32\u0e01\u0e23\u0e32\u0e22\u0e0a\u0e37\u0e48\u0e2d\u0e01\u0e32\u0e23\u0e25\u0e07\u0e19\u0e32\u0e21?", + "Delete File Confirmation": "\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e44\u0e1f\u0e25\u0e4c", + "Delete Team": "\u0e25\u0e1a\u0e17\u0e35\u0e21", + "Delete this %(item_display_name)s?": "\u0e25\u0e1a %(item_display_name)s \u0e19\u0e35\u0e49?", + "Delete this team?": "\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e17\u0e35\u0e21\u0e19\u0e35\u0e49?", + "Deleted Content Group": "\u0e25\u0e1a\u0e01\u0e25\u0e38\u0e48\u0e21\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32", + "Deleting a team is permanent and cannot be undone. All members are removed from the team, and team discussions can no longer be accessed.": "\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e17\u0e35\u0e21\u0e40\u0e1b\u0e47\u0e19\u0e41\u0e1a\u0e1a\u0e16\u0e32\u0e27\u0e23\u0e41\u0e25\u0e30\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e44\u0e14\u0e49 \u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e17\u0e38\u0e01\u0e04\u0e19\u0e08\u0e30\u0e16\u0e39\u0e01\u0e25\u0e1a\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e17\u0e35\u0e21\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e2a\u0e19\u0e17\u0e19\u0e32\u0e02\u0e2d\u0e07\u0e17\u0e35\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e02\u0e49\u0e32\u0e16\u0e36\u0e07\u0e44\u0e14\u0e49", + "Deleting this %(item_display_name)s is permanent and cannot be undone.": "\u0e25\u0e1a %(item_display_name)s \u0e19\u0e35\u0e49\u0e40\u0e1b\u0e47\u0e19\u0e41\u0e1a\u0e1a\u0e16\u0e32\u0e27\u0e23\u0e41\u0e25\u0e30\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e44\u0e14\u0e49", + "Description": "\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22", + "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19 ('{student_id}') \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e02\u0e49\u0e32\u0e21\u0e01\u0e32\u0e23\u0e2a\u0e2d\u0e1a\u0e40\u0e02\u0e49\u0e32?", + "Does the name on your ID match your account name: %(fullName)s?": "\u0e0a\u0e37\u0e48\u0e2d\u0e08\u0e23\u0e34\u0e07\u0e43\u0e19\u0e1a\u0e31\u0e0d\u0e0a\u0e35%(fullName)s\u0e15\u0e23\u0e07\u0e01\u0e31\u0e1a\u0e0a\u0e37\u0e48\u0e2d\u0e1a\u0e31\u0e15\u0e23\u0e1b\u0e23\u0e30\u0e0a\u0e32\u0e0a\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13?", + "Does the photo of you match your ID photo?": "\u0e23\u0e39\u0e1b\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e40\u0e2b\u0e21\u0e37\u0e2d\u0e19\u0e01\u0e31\u0e1a\u0e23\u0e39\u0e1b\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e15\u0e31\u0e27\u0e1b\u0e23\u0e30\u0e0a\u0e32\u0e0a\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48?", + "Does the photo of you show your whole face?": "\u0e23\u0e39\u0e1b\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e41\u0e2a\u0e14\u0e07\u0e2b\u0e19\u0e49\u0e32\u0e40\u0e15\u0e47\u0e21\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48?", + "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "\u0e44\u0e21\u0e48\u0e1e\u0e1a\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13? \u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e43\u0e2b\u0e49\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e40\u0e1a\u0e23\u0e32\u0e27\u0e4c\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e40\u0e1b\u0e34\u0e14\u0e01\u0e32\u0e23\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e43\u0e0a\u0e49\u0e01\u0e25\u0e49\u0e2d\u0e07\u0e41\u0e25\u0e49\u0e27 ", + "Donate": "\u0e1a\u0e23\u0e34\u0e08\u0e32\u0e04", + "Double-check that your webcam is connected and working to continue.": "\u0e40\u0e0a\u0e47\u0e15\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07\u0e27\u0e48\u0e32\u0e40\u0e27\u0e47\u0e1a\u0e41\u0e04\u0e21\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e16\u0e39\u0e01\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e15\u0e48\u0e2d\u0e41\u0e25\u0e30\u0e22\u0e31\u0e07\u0e17\u0e33\u0e07\u0e32\u0e19", + "Download URL": "URL\u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14", + "Download the user's certificate": "\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07", + "Drop target image": "\u0e27\u0e32\u0e07\u0e20\u0e32\u0e1e\u0e40\u0e1b\u0e49\u0e32\u0e2b\u0e21\u0e32\u0e22", + "Due Date": "\u0e27\u0e31\u0e19\u0e04\u0e23\u0e1a\u0e01\u0e33\u0e2b\u0e19\u0e14", + "Duration (sec)": "\u0e23\u0e30\u0e22\u0e30\u0e40\u0e27\u0e25\u0e32 (\u0e27\u0e34\u0e19\u0e32\u0e17\u0e35)", + "Edit Membership": "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01", + "Edit Team": "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e17\u0e35\u0e21", + "Edit Your Name": "\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e0a\u0e37\u0e48\u0e2d\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "Edit this certificate?": "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07?", + "Editable": "\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e41\u0e01\u0e49\u0e44\u0e02\u0e44\u0e14\u0e49", + "Education Completed": "\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32", + "Email": "\u0e2d\u0e35\u0e40\u0e21\u0e25", + "Emails successfully sent. The following users are no longer enrolled in the course:": "\u0e01\u0e32\u0e23\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27 \u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e23\u0e32\u0e22\u0e27\u0e34\u0e0a\u0e32\u0e19\u0e35\u0e49\u0e2d\u0e35\u0e01\u0e15\u0e48\u0e2d\u0e44\u0e1b", + "Enable Cohorts": "\u0e40\u0e1b\u0e34\u0e14\u0e01\u0e32\u0e23\u0e17\u0e33\u0e07\u0e32\u0e19\u0e01\u0e25\u0e38\u0e48\u0e21", + "End My Exam": "\u0e2a\u0e34\u0e49\u0e19\u0e2a\u0e38\u0e14\u0e01\u0e32\u0e23\u0e2a\u0e2d\u0e1a", + "Engage with posts": "\u0e21\u0e35\u0e2a\u0e48\u0e27\u0e19\u0e23\u0e48\u0e27\u0e21\u0e01\u0e31\u0e1a\u0e01\u0e23\u0e30\u0e17\u0e39\u0e49", + "Enrolling you in the selected course": "\u0e01\u0e32\u0e23\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e43\u0e19\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e17\u0e35\u0e48\u0e04\u0e38\u0e13\u0e40\u0e25\u0e37\u0e2d\u0e01", + "Ensure that you can see your photo and read your name": "\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e43\u0e2b\u0e49\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e2b\u0e47\u0e19\u0e20\u0e32\u0e1e\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e41\u0e25\u0e30\u0e2d\u0e48\u0e32\u0e19\u0e0a\u0e37\u0e48\u0e2d\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 ", + "Enter Due Date and Time": "\u0e43\u0e2a\u0e48\u0e27\u0e31\u0e19\u0e41\u0e25\u0e30\u0e40\u0e27\u0e25\u0e32\u0e2a\u0e48\u0e07", + "Enter Start Date and Time": "\u0e43\u0e2a\u0e48\u0e27\u0e31\u0e19\u0e41\u0e25\u0e30\u0e40\u0e27\u0e25\u0e32\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19", + "Enter a student's username or email address.": "\u0e01\u0e23\u0e2d\u0e01\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 \u0e2b\u0e23\u0e37\u0e2d\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e02\u0e2d\u0e07\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19", + "Enter a username or email.": "\u0e01\u0e23\u0e2d\u0e01\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 \u0e2b\u0e23\u0e37\u0e2d\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c", + "Enter information to describe your team. You cannot change these details after you create the team.": "\u0e01\u0e23\u0e2d\u0e01\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e17\u0e35\u0e21\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 \u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e19\u0e35\u0e49\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e41\u0e01\u0e49\u0e44\u0e02\u0e44\u0e14\u0e49\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e17\u0e35\u0e21\u0e16\u0e39\u0e01\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e41\u0e25\u0e49\u0e27", + "Enter team description.": "\u0e43\u0e2a\u0e48\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e17\u0e35\u0e21", + "Enter team name.": "\u0e43\u0e2a\u0e48\u0e0a\u0e37\u0e48\u0e2d\u0e17\u0e35\u0e21", + "Enter the enrollment code.": "\u0e43\u0e2a\u0e48\u0e23\u0e2b\u0e31\u0e2a\u0e01\u0e32\u0e23\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19", + "Enter the name of the cohort": "\u0e43\u0e2a\u0e48\u0e0a\u0e37\u0e48\u0e2d\u0e01\u0e25\u0e38\u0e48\u0e21", + "Enter the page number you'd like to quickly navigate to.": "\u0e23\u0e30\u0e1a\u0e38\u0e40\u0e25\u0e02\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23", + "Enter username or email": "\u0e01\u0e23\u0e2d\u0e01 \u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 \u0e2b\u0e23\u0e37\u0e2d\u0e2d\u0e35\u0e40\u0e21\u0e25", + "Entrance exam attempts is being reset for student '{student_id}'.": "\u0e01\u0e32\u0e23\u0e2a\u0e2d\u0e1a\u0e40\u0e02\u0e49\u0e32\u0e44\u0e14\u0e49\u0e16\u0e39\u0e01\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e43\u0e2b\u0e21\u0e48\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19 '{student_id}'.", + "Entrance exam state is being deleted for student '{student_id}'.": "\u0e2a\u0e16\u0e32\u0e19\u0e30\u0e01\u0e32\u0e23\u0e2a\u0e2d\u0e1a\u0e40\u0e02\u0e49\u0e32\u0e44\u0e14\u0e49\u0e16\u0e39\u0e01\u0e25\u0e1a\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19 '{student_id}'.", + "Error": "\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14", + "Error adding user": "\u0e01\u0e32\u0e23\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14", + "Error adding/removing users as beta testers.": "\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e40\u0e1e\u0e34\u0e48\u0e21/\u0e01\u0e33\u0e08\u0e31\u0e14\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 beta testers", + "Error changing user's permissions.": "\u0e40\u0e01\u0e34\u0e14\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e02\u0e2d\u0e07\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49", + "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e2a\u0e16\u0e32\u0e19\u0e30\u0e01\u0e32\u0e23\u0e2a\u0e2d\u0e1a\u0e40\u0e02\u0e49\u0e32\u0e02\u0e2d\u0e07\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19 '{student_id}' \u0e42\u0e1b\u0e23\u0e14\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e23\u0e30\u0e1a\u0e38\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19\u0e44\u0e14\u0e49\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07", + "Error enrolling/unenrolling users.": "\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19/\u0e44\u0e21\u0e48\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e02\u0e2d\u0e07\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49", + "Error generating grades. Please try again.": "\u0e40\u0e01\u0e34\u0e14\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e40\u0e01\u0e23\u0e14 \u0e42\u0e1b\u0e23\u0e14\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", + "Error generating list of students who may enroll. Please try again.": "\u0e40\u0e01\u0e34\u0e14\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e43\u0e19\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e02\u0e2d\u0e07\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19\u0e17\u0e35\u0e48\u0e2d\u0e32\u0e08\u0e08\u0e30\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19. \u0e42\u0e1b\u0e23\u0e14\u0e25\u0e2d\u0e07\u0e43\u0e2b\u0e21\u0e48\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", + "Error generating problem grade report. Please try again.": "\u0e40\u0e01\u0e34\u0e14\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e01\u0e32\u0e23\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19\u0e40\u0e01\u0e23\u0e14 \u0e42\u0e1b\u0e23\u0e14\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", + "Error generating proctored exam results. Please try again.": "\u0e40\u0e01\u0e34\u0e14\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e1c\u0e25\u0e04\u0e38\u0e21\u0e2a\u0e2d\u0e1a \u0e42\u0e1b\u0e23\u0e14\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", + "Error generating student profile information. Please try again.": "\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e43\u0e19\u0e42\u0e1b\u0e23\u0e44\u0e1f\u0e25\u0e4c\u0e02\u0e2d\u0e07\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19. \u0e42\u0e1b\u0e23\u0e14\u0e25\u0e2d\u0e07\u0e43\u0e2b\u0e21\u0e48\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", + "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e40\u0e23\u0e35\u0e22\u0e01\u0e1b\u0e23\u0e30\u0e27\u0e31\u0e15\u0e34\u0e01\u0e32\u0e23\u0e2a\u0e2d\u0e1a\u0e40\u0e02\u0e49\u0e32\u0e02\u0e2d\u0e07\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19 '{student_id}' \u0e42\u0e1b\u0e23\u0e14\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e23\u0e30\u0e1a\u0e38\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19\u0e44\u0e14\u0e49\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07", + "Error getting issued certificates list.": "\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e23\u0e32\u0e22\u0e0a\u0e37\u0e48\u0e2d\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07", + "Error getting student list.": "\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14 \u0e43\u0e19\u0e01\u0e32\u0e23\u0e40\u0e01\u0e47\u0e1a\u0e23\u0e32\u0e22\u0e0a\u0e37\u0e48\u0e2d\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19", + "Error listing task history for this student and problem.": "\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e41\u0e2a\u0e14\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e27\u0e31\u0e15\u0e34\u0e07\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19\u0e41\u0e25\u0e30\u0e1b\u0e31\u0e0d\u0e2b\u0e32", + "Error removing user": "\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14", + "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e43\u0e2b\u0e21\u0e48\u0e02\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e2d\u0e1a\u0e40\u0e02\u0e49\u0e32\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a '{student_id}' \u0e42\u0e1b\u0e23\u0e14\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e23\u0e30\u0e1a\u0e38\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19\u0e44\u0e14\u0e49\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07", + "Error retrieving grading configuration.": "\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e40\u0e23\u0e35\u0e22\u0e01\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e40\u0e01\u0e23\u0e14", + "Error sending email.": "\u0e40\u0e01\u0e34\u0e14\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25", + "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e40\u0e23\u0e34\u0e48\u0e21\u0e43\u0e2b\u0e49\u0e04\u0e30\u0e41\u0e19\u0e19\u0e01\u0e32\u0e23\u0e2a\u0e2d\u0e1a\u0e40\u0e02\u0e49\u0e32\u0e43\u0e2b\u0e21\u0e48\u0e02\u0e2d\u0e07\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19 '{student_id}' \u0e42\u0e1b\u0e23\u0e14\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e23\u0e30\u0e1a\u0e38\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19\u0e44\u0e14\u0e49\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07", + "Error while generating certificates. Please try again.": "\u0e40\u0e01\u0e34\u0e14\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07 \u0e42\u0e1b\u0e23\u0e14\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", + "Error:": "\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14:", + "Error: You cannot remove yourself from the Instructor group!": "\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14: \u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e25\u0e1a\u0e15\u0e31\u0e27\u0e04\u0e38\u0e13\u0e40\u0e2d\u0e07\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e01\u0e25\u0e38\u0e48\u0e21\u0e1c\u0e39\u0e49\u0e2a\u0e2d\u0e19\u0e44\u0e14\u0e49!", + "Errors": "\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14", + "Expand All": "\u0e41\u0e2a\u0e14\u0e07\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", + "Explore your course!": "\u0e2a\u0e33\u0e23\u0e27\u0e08\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "File Name": "\u0e0a\u0e37\u0e48\u0e2d\u0e44\u0e1f\u0e25\u0e4c", + "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "\u0e44\u0e1f\u0e25\u0e4c {filename} \u0e40\u0e01\u0e34\u0e19\u0e02\u0e19\u0e32\u0e14\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14 {maxFileSizeInMBs} MB", + "Files must be in JPEG or PNG format.": "\u0e44\u0e1f\u0e25\u0e4c\u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a JPEG \u0e2b\u0e23\u0e37\u0e2d PNG", + "Filter": "\u0e15\u0e31\u0e27\u0e01\u0e23\u0e2d\u0e07", + "Find discussions": "\u0e04\u0e49\u0e19\u0e2b\u0e32\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d\u0e2a\u0e19\u0e17\u0e19\u0e32", + "Frequently Asked Questions": "\u0e04\u0e33\u0e16\u0e32\u0e21\u0e17\u0e35\u0e48\u0e1e\u0e1a\u0e1a\u0e48\u0e2d\u0e22", + "Full Name": "\u0e0a\u0e37\u0e48\u0e2d\u0e41\u0e25\u0e30\u0e19\u0e32\u0e21\u0e2a\u0e01\u0e38\u0e25", + "Fullscreen": "\u0e14\u0e39\u0e40\u0e15\u0e47\u0e21\u0e08\u0e2d", + "Gender": "\u0e40\u0e1e\u0e28", + "Get Credit": "\u0e23\u0e31\u0e1a\u0e2b\u0e19\u0e48\u0e27\u0e22\u0e01\u0e34\u0e15", + "Go to Dashboard": "\u0e44\u0e1b\u0e17\u0e35\u0e48\u0e41\u0e14\u0e0a\u0e1a\u0e2d\u0e23\u0e4c\u0e14", + "Go to your Dashboard": "\u0e44\u0e1b\u0e17\u0e35\u0e48\u0e41\u0e14\u0e0a\u0e1a\u0e2d\u0e23\u0e4c\u0e14\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "Government-Issued Photo ID": "\u0e23\u0e39\u0e1b\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e15\u0e31\u0e27\u0e17\u0e35\u0e48\u0e2d\u0e2d\u0e01\u0e43\u0e2b\u0e49\u0e42\u0e14\u0e22\u0e2b\u0e19\u0e48\u0e27\u0e22\u0e07\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e23\u0e31\u0e10", + "Grace period must be specified in HH:MM format.": "\u0e23\u0e30\u0e22\u0e30\u0e40\u0e27\u0e25\u0e32\u0e1c\u0e48\u0e2d\u0e19\u0e1c\u0e31\u0e19\u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e23\u0e30\u0e1a\u0e38\u0e43\u0e19\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a \u0e0a\u0e31\u0e48\u0e27\u0e42\u0e21\u0e072\u0e2b\u0e25\u0e31\u0e01 : \u0e19\u0e32\u0e17\u0e352\u0e2b\u0e25\u0e31\u0e01", + "Grade": "\u0e40\u0e01\u0e23\u0e14", + "Group %s": "\u0e01\u0e25\u0e38\u0e48\u0e21 %s", + "Group A": "\u0e01\u0e25\u0e38\u0e48\u0e21 \u0e40\u0e2d", + "Group B": "\u0e01\u0e25\u0e38\u0e48\u0e21 \u0e1a\u0e35", + "Group Configuration name is required.": "\u0e15\u0e49\u0e2d\u0e07\u0e23\u0e30\u0e1a\u0e38\u0e0a\u0e37\u0e48\u0e2d\u0e01\u0e32\u0e23\u0e01\u0e48\u0e2d\u0e15\u0e31\u0e49\u0e07\u0e01\u0e25\u0e38\u0e48\u0e21", + "Group name is required": "\u0e15\u0e49\u0e2d\u0e07\u0e23\u0e30\u0e1a\u0e38\u0e0a\u0e37\u0e48\u0e2d\u0e01\u0e25\u0e38\u0e48\u0e21", + "Heading": "\u0e2b\u0e31\u0e27\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07", + "Heading (Ctrl+H)": "\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d (Ctrl + H)", + "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "\u0e0a\u0e48\u0e27\u0e22\u0e1c\u0e39\u0e49\u0e40\u0e23\u0e35\u0e22\u0e19\u0e04\u0e19\u0e2d\u0e37\u0e48\u0e19\u0e43\u0e19\u0e01\u0e32\u0e23\u0e15\u0e31\u0e14\u0e2a\u0e34\u0e19\u0e43\u0e08\u0e23\u0e48\u0e27\u0e21\u0e17\u0e35\u0e21\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e42\u0e14\u0e22\u0e1e\u0e34\u0e08\u0e32\u0e23\u0e13\u0e32\u0e08\u0e32\u0e01\u0e25\u0e31\u0e01\u0e29\u0e13\u0e30\u0e40\u0e09\u0e1e\u0e32\u0e30 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e23\u0e30\u0e21\u0e31\u0e14\u0e23\u0e30\u0e27\u0e31\u0e07\u0e40\u0e1e\u0e23\u0e32\u0e30\u0e2a\u0e34\u0e48\u0e07\u0e19\u0e35\u0e49\u0e08\u0e30\u0e0a\u0e48\u0e27\u0e22\u0e43\u0e2b\u0e49\u0e21\u0e35\u0e04\u0e19\u0e2a\u0e19\u0e43\u0e08\u0e40\u0e02\u0e49\u0e32\u0e23\u0e48\u0e27\u0e21\u0e01\u0e25\u0e38\u0e48\u0e21\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "Hide": "\u0e0b\u0e48\u0e2d\u0e19", + "Hide Deprecated Settings": "\u0e0b\u0e48\u0e2d\u0e19\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e40\u0e2b\u0e47\u0e19\u0e14\u0e49\u0e27\u0e22", + "Hide Discussion": "\u0e0b\u0e48\u0e2d\u0e19\u0e1a\u0e17\u0e2a\u0e19\u0e17\u0e19\u0e32", + "Hide notes": "\u0e0b\u0e48\u0e2d\u0e19\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01", + "Highlighted text": "\u0e40\u0e19\u0e49\u0e19\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21", + "Horizontal Rule (Ctrl+R)": "\u0e01\u0e0e\u0e41\u0e19\u0e27\u0e19\u0e2d\u0e19 (Ctrl + R)", + "How to use %(platform_name)s discussions": "\u0e27\u0e34\u0e18\u0e35\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49 %(platform_name)s", + "Hyperlink (Ctrl+L)": "\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e15\u0e48\u0e2d\u0e44\u0e1b\u0e41\u0e2b\u0e25\u0e48\u0e07\u0e2d\u0e37\u0e48\u0e19 (Ctrl + L)", + "ID-Verification is not required for this Professional Education course.": "\u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e15\u0e31\u0e27\u0e15\u0e19\u0e44\u0e21\u0e48\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32\u0e21\u0e37\u0e2d\u0e2d\u0e32\u0e0a\u0e35\u0e1e", + "Identity Verification In Progress": "\u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e1a\u0e38\u0e04\u0e04\u0e25\u0e01\u0e33\u0e25\u0e31\u0e07\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23", + "If you do not yet have an account, use the button below to register.": "\u0e2b\u0e32\u0e01\u0e04\u0e38\u0e13\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e21\u0e35\u0e1a\u0e31\u0e0d\u0e0a\u0e35 \u0e01\u0e14\u0e1b\u0e38\u0e48\u0e21\u0e02\u0e49\u0e32\u0e07\u0e25\u0e48\u0e32\u0e07\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "\u0e16\u0e49\u0e32\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e15\u0e31\u0e27\u0e15\u0e19\u0e43\u0e19\u0e15\u0e2d\u0e19\u0e19\u0e35\u0e49 \u0e04\u0e38\u0e13\u0e22\u0e31\u0e07\u0e04\u0e07\u0e44\u0e1b\u0e2a\u0e33\u0e23\u0e27\u0e08\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e08\u0e32\u0e01\u0e41\u0e14\u0e0a\u0e1a\u0e2d\u0e23\u0e4c\u0e14\u0e44\u0e14\u0e49 \u0e04\u0e38\u0e13\u0e08\u0e30\u0e16\u0e39\u0e01\u0e40\u0e15\u0e37\u0e2d\u0e19\u0e40\u0e1b\u0e47\u0e19\u0e0a\u0e48\u0e27\u0e07\u0e46\u0e08\u0e32\u0e01 %(platformName)s \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e43\u0e2b\u0e49\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e15\u0e31\u0e27\u0e15\u0e19", + "If you leave, you can no longer post in this team's discussions. Your place will be available to another learner.": "\u0e16\u0e49\u0e32\u0e04\u0e38\u0e13\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e17\u0e35\u0e21 \u0e04\u0e38\u0e13\u0e08\u0e30\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e42\u0e1e\u0e2a\u0e15\u0e4c\u0e43\u0e19\u0e01\u0e32\u0e23\u0e2a\u0e19\u0e17\u0e19\u0e32\u0e02\u0e2d\u0e07\u0e17\u0e35\u0e21\u0e19\u0e35\u0e49\u0e2d\u0e35\u0e01\u0e15\u0e48\u0e2d\u0e44\u0e1b \u0e17\u0e35\u0e48\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e08\u0e30\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e02\u0e49\u0e32\u0e41\u0e17\u0e19\u0e17\u0e35\u0e48\u0e14\u0e49\u0e27\u0e22\u0e1c\u0e39\u0e49\u0e40\u0e23\u0e35\u0e22\u0e19\u0e04\u0e19\u0e2d\u0e37\u0e48\u0e19", + "If you make significant changes, make sure you notify members of the team before making these changes.": "\u0e16\u0e49\u0e32\u0e04\u0e38\u0e13\u0e17\u0e33\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e17\u0e35\u0e48\u0e2a\u0e33\u0e04\u0e31\u0e0d \u0e42\u0e1b\u0e23\u0e14\u0e43\u0e2b\u0e49\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e04\u0e38\u0e13\u0e41\u0e08\u0e49\u0e07\u0e43\u0e2b\u0e49\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e43\u0e19\u0e17\u0e35\u0e21\u0e01\u0e48\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e08\u0e30\u0e17\u0e33\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e19\u0e35\u0e49", + "Image": "\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e (Ctrl + G)", + "Image (Ctrl+G)": "\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e (Ctrl + G)", + "Image Upload Error": "\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14\u0e20\u0e32\u0e1e\u0e25\u0e49\u0e21\u0e40\u0e2b\u0e25\u0e27", + "Image must be in PNG format": "\u0e20\u0e32\u0e1e\u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a PNG", + "Image must be in PNG format.": "\u0e20\u0e32\u0e1e\u0e17\u0e35\u0e48\u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a PNG", + "In Progress": "\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23", + "Insert Hyperlink": "\u0e41\u0e17\u0e23\u0e01 Hyperlink", + "Instructor tools": "\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e21\u0e37\u0e2d\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e1c\u0e39\u0e49\u0e2a\u0e2d\u0e19", + "Is your name on your ID readable?": "\u0e0a\u0e37\u0e48\u0e2d\u0e43\u0e19\u0e1a\u0e31\u0e15\u0e23\u0e1b\u0e23\u0e30\u0e0a\u0e32\u0e0a\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e2d\u0e48\u0e32\u0e19\u0e44\u0e14\u0e49\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48?", + "Italic (Ctrl+I)": "\u0e15\u0e31\u0e27\u0e40\u0e2d\u0e35\u0e22\u0e07 (Ctrl+I)", + "Join Team": "\u0e40\u0e02\u0e49\u0e32\u0e23\u0e48\u0e27\u0e21\u0e17\u0e35\u0e21", + "Joined %(date)s": "\u0e40\u0e02\u0e49\u0e32\u0e23\u0e48\u0e27\u0e21\u0e40\u0e21\u0e37\u0e48\u0e2d %(date)s", + "KB": "\u0e01\u0e34\u0e42\u0e25\u0e44\u0e1a\u0e15\u0e4c", + "Key should only contain letters, numbers, _, or -": "\u0e04\u0e35\u0e22\u0e4c\u0e04\u0e27\u0e23\u0e1b\u0e23\u0e30\u0e01\u0e2d\u0e1a\u0e14\u0e49\u0e27\u0e22\u0e15\u0e31\u0e27\u0e2d\u0e31\u0e01\u0e29\u0e23 \u0e15\u0e31\u0e27\u0e40\u0e25\u0e02, _,\u0e2b\u0e23\u0e37\u0e2d - \u0e40\u0e17\u0e48\u0e32\u0e19\u0e31\u0e49\u0e19", + "LEARN MORE": "\u0e40\u0e23\u0e35\u0e22\u0e19\u0e23\u0e39\u0e49\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21", + "Language": "\u0e20\u0e32\u0e29\u0e32", + "Large": "\u0e02\u0e19\u0e32\u0e14\u0e43\u0e2b\u0e0d\u0e48", + "Last Activity %(date)s": "\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e2a\u0e38\u0e14\u0e17\u0e49\u0e32\u0e22\u0e40\u0e21\u0e37\u0e48\u0e2d %(date)s", + "Last Edited:": "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e04\u0e23\u0e31\u0e49\u0e07\u0e2a\u0e38\u0e14\u0e17\u0e49\u0e32\u0e22:", + "Last Updated": "\u0e41\u0e01\u0e49\u0e44\u0e02\u0e04\u0e23\u0e31\u0e49\u0e07\u0e2a\u0e38\u0e14\u0e17\u0e49\u0e32\u0e22", + "Last activity %(date)s": "\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e2a\u0e38\u0e14\u0e17\u0e49\u0e32\u0e22\u0e40\u0e21\u0e37\u0e48\u0e2d %(date)s", + "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19\u0e17\u0e35\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e04\u0e27\u0e32\u0e21\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07\u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e1c\u0e48\u0e32\u0e19\u0e08\u0e38\u0e14\u0e15\u0e23\u0e27\u0e08\u0e17\u0e35\u0e48\u0e15\u0e31\u0e49\u0e07\u0e44\u0e27\u0e49\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e43\u0e2b\u0e49\u0e40\u0e2b\u0e47\u0e19\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e20\u0e32\u0e22\u0e43\u0e19\u0e44\u0e14\u0e49\n\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e04\u0e27\u0e32\u0e21\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07\u0e08\u0e30\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e2b\u0e47\u0e19\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e44\u0e14\u0e49\u0e17\u0e31\u0e19\u0e17\u0e35", + "Leave Team": "\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e17\u0e35\u0e21", + "Leave this team?": "\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e17\u0e35\u0e21?", + "Less": "\u0e19\u0e49\u0e2d\u0e22\u0e25\u0e07", + "Library User": "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e04\u0e25\u0e31\u0e07\u0e2b\u0e49\u0e2d\u0e07\u0e2a\u0e21\u0e38\u0e14", + "Linking": "\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e42\u0e22\u0e07", + "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "\u0e25\u0e34\u0e49\u0e07\u0e04\u0e4c\u0e19\u0e35\u0e49\u0e16\u0e39\u0e01\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e02\u0e36\u0e49\u0e19\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e2a\u0e19\u0e2d\u0e07\u0e04\u0e27\u0e32\u0e21\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e41\u0e25\u0e30\u0e08\u0e30\u0e2b\u0e21\u0e14\u0e2d\u0e32\u0e22\u0e38\u0e20\u0e32\u0e22\u0e43\u0e19 5 \u0e19\u0e32\u0e17\u0e35 \u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e33\u0e04\u0e31\u0e0d\u0e02\u0e2d\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19", + "List item": "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e02\u0e2d\u0e07", + "Live view of webcam": "\u0e14\u0e39\u0e2a\u0e14\u0e42\u0e14\u0e22\u0e40\u0e27\u0e47\u0e1a\u0e41\u0e04\u0e21", + "Load Another File": "\u0e42\u0e2b\u0e25\u0e14\u0e44\u0e1f\u0e25\u0e4c\u0e2d\u0e37\u0e48\u0e19", + "Load all responses": "\u0e42\u0e2b\u0e25\u0e14\u0e01\u0e32\u0e23\u0e15\u0e2d\u0e1a\u0e2a\u0e19\u0e2d\u0e07\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", + "Loading": "\u0e01\u0e33\u0e25\u0e31\u0e07\u0e42\u0e2b\u0e25\u0e14", + "Loading content": "\u0e01\u0e33\u0e25\u0e31\u0e07\u0e42\u0e2b\u0e25\u0e14\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32", + "Loading data...": "\u0e01\u0e33\u0e25\u0e31\u0e07\u0e42\u0e2b\u0e25\u0e14\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25", + "Loading more threads": "\u0e42\u0e2b\u0e25\u0e14\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21", + "Loading your courses": "\u0e42\u0e2b\u0e25\u0e14\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "Location in Course": "\u0e2a\u0e16\u0e32\u0e19\u0e17\u0e35\u0e48\u0e43\u0e19\u0e23\u0e32\u0e22\u0e27\u0e34\u0e0a\u0e32", + "MB": "\u0e40\u0e21\u0e01\u0e30\u0e44\u0e1a\u0e15\u0e4c", + "Make sure that the full name on your account matches the name on your ID.": "\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e43\u0e2b\u0e49\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e0a\u0e37\u0e48\u0e2d\u0e08\u0e23\u0e34\u0e07\u0e43\u0e19\u0e1a\u0e31\u0e0d\u0e0a\u0e35\u0e15\u0e23\u0e07\u0e01\u0e31\u0e1a\u0e0a\u0e37\u0e48\u0e2d\u0e1a\u0e31\u0e15\u0e23\u0e1b\u0e23\u0e30\u0e0a\u0e32\u0e0a\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "Make sure we can verify your identity with the photos and information you have provided.": "\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e43\u0e2b\u0e49\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e40\u0e23\u0e32\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e2d\u0e31\u0e15\u0e25\u0e31\u0e01\u0e29\u0e13\u0e4c\u0e01\u0e31\u0e1a\u0e23\u0e39\u0e1b\u0e41\u0e25\u0e30\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e17\u0e35\u0e48\u0e04\u0e38\u0e13\u0e43\u0e2b\u0e49\u0e21\u0e32", + "Make sure your ID is well-lit": "\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32ID\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07", + "Make sure your face is well-lit": "\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e23\u0e39\u0e1b\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07", + "Manual": "\u0e14\u0e49\u0e27\u0e22\u0e15\u0e19\u0e40\u0e2d\u0e07", + "Mark Exam As Completed": "\u0e17\u0e33\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e2b\u0e21\u0e32\u0e22\u0e27\u0e48\u0e32\u0e01\u0e32\u0e23\u0e2a\u0e2d\u0e1a\u0e2a\u0e21\u0e1a\u0e39\u0e23\u0e13\u0e4c\u0e41\u0e25\u0e49\u0e27", + "Mark enrollment code as unused": "\u0e17\u0e33\u0e2a\u0e31\u0e0d\u0e25\u0e31\u0e01\u0e29\u0e13\u0e4c\u0e27\u0e48\u0e32\u0e40\u0e1b\u0e47\u0e19\u0e23\u0e2b\u0e31\u0e2a\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e43\u0e0a\u0e49", + "Markdown Editing Help": "\u0e25\u0e14\u0e04\u0e27\u0e32\u0e21\u0e0a\u0e48\u0e27\u0e22\u0e40\u0e2b\u0e25\u0e37\u0e2d\u0e43\u0e19\u0e01\u0e32\u0e23\u0e41\u0e01\u0e49\u0e44\u0e02", + "Max file size exceeded": "\u0e40\u0e01\u0e34\u0e19\u0e01\u0e27\u0e48\u0e32\u0e02\u0e19\u0e32\u0e14\u0e44\u0e1f\u0e25\u0e4c\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14", + "Membership": "\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01", + "Message:": "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21:", + "Midnight": "\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07\u0e04\u0e37\u0e19", + "Module state successfully deleted.": "\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a\u0e25\u0e1a\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", + "More": "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21", + "Must complete verification checkpoint": "\u0e15\u0e49\u0e2d\u0e07\u0e1c\u0e48\u0e32\u0e19\u0e08\u0e38\u0e14\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a", + "My Team": "\u0e17\u0e35\u0e21\u0e02\u0e2d\u0e07\u0e09\u0e31\u0e19", + "New Address": "\u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e2b\u0e21\u0e48", + "Next": "\u0e16\u0e31\u0e14\u0e44\u0e1b", + "Next Step: Confirm your identity": "\u0e02\u0e31\u0e49\u0e19\u0e15\u0e48\u0e2d\u0e44\u0e1b: \u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e2d\u0e31\u0e15\u0e25\u0e31\u0e01\u0e29\u0e13\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "Next: %(nextStepTitle)s": "\u0e15\u0e48\u0e2d\u0e44\u0e1b: %(nextStepTitle)s", + "No Content Group": "\u0e44\u0e21\u0e48\u0e21\u0e35\u0e01\u0e25\u0e38\u0e48\u0e21\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32", + "No Flash Detected": "\u0e44\u0e21\u0e48\u0e1e\u0e1a\u0e41\u0e1f\u0e25\u0e0a", + "No Webcam Detected": "\u0e44\u0e21\u0e48\u0e1e\u0e1a\u0e40\u0e27\u0e47\u0e1a\u0e41\u0e04\u0e21", + "No content-specific discussion topics exist.": "\u0e44\u0e21\u0e48\u0e21\u0e35\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d\u0e01\u0e32\u0e23\u0e2a\u0e19\u0e17\u0e19\u0e32\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e2d\u0e22\u0e39\u0e48", + "No receipt available": "\u0e44\u0e21\u0e48\u0e21\u0e35\u0e43\u0e1a\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2d\u0e2d\u0e01\u0e43\u0e2b\u0e49", + "No results": "\u0e44\u0e21\u0e48\u0e1e\u0e1a\u0e1c\u0e25\u0e25\u0e31\u0e1e\u0e18\u0e4c", + "No results found for \"%(query_string)s\". Please try searching again.": "\u0e44\u0e21\u0e48\u0e1e\u0e1a\u0e1c\u0e25\u0e25\u0e31\u0e1e\u0e18\u0e4c\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a \"%(query_string)s\". \u0e01\u0e23\u0e38\u0e13\u0e32\u0e25\u0e2d\u0e07\u0e04\u0e49\u0e19\u0e2b\u0e32\u0e43\u0e2b\u0e21\u0e48\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", + "No tasks currently running.": "\u0e15\u0e2d\u0e19\u0e19\u0e35\u0e49\u0e44\u0e21\u0e48\u0e21\u0e35\u0e07\u0e32\u0e19\u0e44\u0e2b\u0e19\u0e17\u0e33\u0e2d\u0e22\u0e39\u0e48", + "Noon": "\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07\u0e27\u0e31\u0e19", + "Not Selected": "\u0e44\u0e21\u0e48\u0e16\u0e39\u0e01\u0e40\u0e25\u0e37\u0e2d\u0e01", + "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e15\u0e31\u0e49\u0e07\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e49\u0e04\u0e30\u0e41\u0e19\u0e19\u0e1c\u0e48\u0e32\u0e19\u0e40\u0e01\u0e13\u0e11\u0e4c\u0e19\u0e49\u0e2d\u0e22\u0e01\u0e27\u0e48\u0e32 %(minimum_grade_cutoff)s%", + "Not available": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e44\u0e14\u0e49", + "Not in Use": "\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19", + "Not selected": "\u0e44\u0e21\u0e48\u0e16\u0e39\u0e01\u0e40\u0e25\u0e37\u0e2d\u0e01", + "Note": "\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e2b\u0e15\u0e38", + "Noted in:": "\u0e41\u0e08\u0e49\u0e07\u0e43\u0e19:", + "Notes hidden": "\u0e0b\u0e48\u0e2d\u0e19\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01", + "Notes visible": "\u0e21\u0e2d\u0e07\u0e40\u0e2b\u0e47\u0e19\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e44\u0e14\u0e49", + "Now": "\u0e02\u0e13\u0e30\u0e19\u0e35\u0e49", + "Number Sent": "\u0e08\u0e33\u0e19\u0e27\u0e19\u0e17\u0e35\u0e48\u0e2a\u0e48\u0e07\u0e41\u0e25\u0e49\u0e27", + "Number of Students": "\u0e08\u0e33\u0e19\u0e27\u0e19\u0e02\u0e2d\u0e07\u0e1c\u0e39\u0e49\u0e40\u0e23\u0e35\u0e22\u0e19", + "Numbered List (Ctrl+O)": "\u0e23\u0e32\u0e22\u0e0a\u0e37\u0e48\u0e2d\u0e15\u0e31\u0e27\u0e40\u0e25\u0e02 (Ctrl + O)", + "OK": "\u0e15\u0e01\u0e25\u0e07", + "One or more rescheduling tasks failed.": "\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e2b\u0e23\u0e37\u0e2d\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e07\u0e32\u0e19\u0e17\u0e35\u0e48\u0e25\u0e49\u0e21\u0e40\u0e2b\u0e25\u0e27\u0e43\u0e19\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e15\u0e32\u0e23\u0e32\u0e07", + "Only properly formatted .csv files will be accepted.": "\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a\u0e17\u0e35\u0e48\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e40\u0e17\u0e48\u0e32\u0e19\u0e31\u0e49\u0e19 .csv \u0e16\u0e36\u0e07\u0e08\u0e30\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a", + "Option Deleted": "\u0e15\u0e31\u0e27\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e16\u0e39\u0e01\u0e25\u0e1a", + "Optional Characteristics": "\u0e25\u0e31\u0e01\u0e29\u0e13\u0e30\u0e2d\u0e37\u0e48\u0e19\u0e46", + "Order History": "\u0e1b\u0e23\u0e30\u0e27\u0e31\u0e15\u0e34\u0e17\u0e35\u0e48\u0e1c\u0e48\u0e32\u0e19\u0e21\u0e32", + "Order No.": "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e25\u0e02 ", + "Password": "\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19", + "Password assistance": "\u0e15\u0e31\u0e27\u0e0a\u0e48\u0e27\u0e22\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19", + "Photo Captured successfully.": "\u0e08\u0e31\u0e1a\u0e20\u0e32\u0e1e\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e25\u0e38\u0e25\u0e48\u0e27\u0e07", + "Photo ID": "ID \u0e23\u0e39\u0e1b", + "Photo Identification": "\u0e20\u0e32\u0e1e\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e15\u0e31\u0e27", + "Photo of %(fullName)s": "\u0e23\u0e39\u0e1b\u0e02\u0e2d\u0e07%(fullName)s", + "Photo of %(fullName)s's ID": "\u0e23\u0e39\u0e1b\u0e02\u0e2d\u0e07ID%(fullName)s", + "Photo requirements:": "\u0e02\u0e49\u0e2d\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e02\u0e2d\u0e07\u0e23\u0e39\u0e1b:", + "Photos don't meet the requirements?": "\u0e20\u0e32\u0e1e\u0e16\u0e48\u0e32\u0e22\u0e44\u0e21\u0e48\u0e15\u0e23\u0e07\u0e01\u0e31\u0e1a\u0e02\u0e49\u0e2d\u0e01\u0e33\u0e2b\u0e19\u0e14?", + "Placeholder": "Placeholder", + "Please Note": "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22", + "Please address the errors on this page first, and then save your progress.": "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e23\u0e30\u0e1a\u0e38\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49\u0e01\u0e48\u0e2d\u0e19 \u0e41\u0e25\u0e30\u0e08\u0e32\u0e01\u0e19\u0e31\u0e49\u0e19\u0e01\u0e23\u0e38\u0e13\u0e32\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e04\u0e27\u0e32\u0e21\u0e04\u0e37\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "Please correct the outlined fields.": "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e41\u0e01\u0e49\u0e44\u0e02\u0e0a\u0e48\u0e2d\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e17\u0e35\u0e48\u0e23\u0e30\u0e1a\u0e38\u0e44\u0e27\u0e49", + "Please do not use any spaces in this field.": "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e2d\u0e22\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e1e\u0e37\u0e49\u0e19\u0e17\u0e35\u0e48\u0e27\u0e48\u0e32\u0e07\u0e43\u0e14 \u0e46 \u0e43\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e19\u0e35\u0e49", + "Please do not use any spaces or special characters in this field.": "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e2d\u0e22\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e1e\u0e37\u0e49\u0e19\u0e17\u0e35\u0e48\u0e27\u0e48\u0e32\u0e07\u0e2b\u0e23\u0e37\u0e2d\u0e2d\u0e31\u0e01\u0e02\u0e23\u0e30\u0e1e\u0e34\u0e40\u0e28\u0e29\u0e43\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e19\u0e35\u0e49", + "Please enter a problem location.": "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e01\u0e23\u0e2d\u0e01\u0e17\u0e35\u0e48\u0e15\u0e31\u0e49\u0e07\u0e02\u0e2d\u0e07\u0e1b\u0e31\u0e0d\u0e2b\u0e32", + "Please enter a student email address or username.": "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e01\u0e23\u0e2d\u0e01\u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e02\u0e2d\u0e07\u0e1c\u0e39\u0e49\u0e40\u0e23\u0e35\u0e22\u0e19\u0e2b\u0e23\u0e37\u0e2d\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49", + "Please enter a username or email.": "\u0e01\u0e23\u0e2d\u0e01 \u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 \u0e2b\u0e23\u0e37\u0e2d\u0e2d\u0e35\u0e40\u0e21\u0e25", + "Please enter a valid donation amount.": "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e43\u0e2a\u0e48\u0e08\u0e33\u0e19\u0e27\u0e19\u0e40\u0e07\u0e34\u0e19\u0e1a\u0e23\u0e34\u0e08\u0e32\u0e04\u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07", + "Please enter an integer between %(min)s and %(max)s.": "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e43\u0e2a\u0e48\u0e15\u0e31\u0e27\u0e40\u0e25\u0e02\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07 %(min)s \u0e41\u0e25\u0e30 %(max)s", + "Please enter an integer between 0 and 100.": "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e43\u0e2a\u0e48\u0e15\u0e31\u0e27\u0e40\u0e25\u0e02\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07 0 \u0e41\u0e25\u0e30 100", + "Please enter an integer greater than 0.": "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e01\u0e23\u0e2d\u0e01\u0e15\u0e31\u0e27\u0e40\u0e25\u0e02\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32 0", + "Please enter non-negative integer.": "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e01\u0e23\u0e2d\u0e01\u0e15\u0e31\u0e27\u0e40\u0e25\u0e02\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48\u0e40\u0e0a\u0e34\u0e07\u0e25\u0e1a", + "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e17\u0e33\u0e15\u0e32\u0e21\u0e04\u0e33\u0e41\u0e19\u0e30\u0e19\u0e33\u0e14\u0e31\u0e07\u0e19\u0e35\u0e49 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e42\u0e2b\u0e25\u0e14\u0e44\u0e1f\u0e25\u0e4c\u0e08\u0e32\u0e01\u0e41\u0e2b\u0e25\u0e48\u0e07\u0e2d\u0e37\u0e48\u0e19\u0e41\u0e25\u0e30\u0e25\u0e34\u0e07\u0e04\u0e4c\u0e44\u0e1b\u0e22\u0e31\u0e07: {maxFileSizeRedirectUrl}", + "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "\u0e42\u0e1b\u0e23\u0e14\u0e1e\u0e34\u0e21\u0e1e\u0e4c\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 \u0e0b\u0e36\u0e48\u0e07\u0e40\u0e1b\u0e47\u0e19\u0e43\u0e1a\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e23\u0e31\u0e1a\u0e40\u0e07\u0e34\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 \u0e41\u0e25\u0e30\u0e04\u0e38\u0e13\u0e08\u0e30\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e40\u0e14\u0e35\u0e22\u0e27\u0e01\u0e31\u0e19\u0e19\u0e35\u0e49\u0e40\u0e0a\u0e48\u0e19\u0e40\u0e14\u0e35\u0e22\u0e27\u0e01\u0e31\u0e19", + "Please verify that you have uploaded a valid image (PNG and JPEG).": "\u0e42\u0e1b\u0e23\u0e14\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e27\u0e48\u0e32\u0e04\u0e38\u0e13\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14\u0e20\u0e32\u0e1e\u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07\u0e41\u0e25\u0e49\u0e27 (PNG \u0e2b\u0e23\u0e37\u0e2d JPEG)", + "Please verify that your webcam is connected and that you have allowed your browser to access it.": "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e27\u0e48\u0e32\u0e40\u0e27\u0e47\u0e1a\u0e41\u0e04\u0e21\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e16\u0e39\u0e01\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e15\u0e48\u0e2d\u0e41\u0e25\u0e30\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e43\u0e2b\u0e49\u0e40\u0e1a\u0e23\u0e32\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e40\u0e02\u0e49\u0e32\u0e16\u0e36\u0e07\u0e21\u0e31\u0e19", + "Preferred Language": "\u0e20\u0e32\u0e29\u0e32\u0e17\u0e35\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e49\u0e41\u0e2a\u0e14\u0e07\u0e1c\u0e25", + "Prevent students from generating certificates in this course?": "\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19\u0e08\u0e32\u0e01\u0e01\u0e32\u0e23\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07\u0e43\u0e19\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e19\u0e35\u0e49?", + "Preview of uploaded image": "\u0e14\u0e39\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e02\u0e2d\u0e07\u0e20\u0e32\u0e1e\u0e17\u0e35\u0e48\u0e2d\u0e31\u0e1b\u0e42\u0e2b\u0e25\u0e14", + "Previous": "\u0e01\u0e48\u0e2d\u0e19\u0e2b\u0e19\u0e49\u0e32", + "Processing Re-run Request": "\u0e1b\u0e23\u0e30\u0e21\u0e27\u0e25\u0e1c\u0e25\u0e01\u0e32\u0e23\u0e23\u0e49\u0e2d\u0e07\u0e02\u0e2d\u0e01\u0e32\u0e23\u0e17\u0e33\u0e0b\u0e49\u0e33", + "Proctored Exam": "\u0e01\u0e32\u0e23\u0e2a\u0e2d\u0e1a\u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e04\u0e27\u0e1a\u0e04\u0e38\u0e21", + "Professional Education": "\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32", + "Professional Education Verified Certificate": "\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e1b\u0e23\u0e30\u0e01\u0e32\u0e28\u0e19\u0e35\u0e22\u0e1a\u0e31\u0e15\u0e23\u0e27\u0e34\u0e0a\u0e32\u0e0a\u0e35\u0e1e\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32", + "Publish": "\u0e40\u0e1c\u0e22\u0e41\u0e1e\u0e23\u0e48", + "Queued": "\u0e08\u0e31\u0e14\u0e25\u0e33\u0e14\u0e31\u0e1a", + "Reason field should not be left blank.": "\u0e0a\u0e48\u0e2d\u0e07\u0e40\u0e2b\u0e15\u0e38\u0e1c\u0e25\u0e44\u0e21\u0e48\u0e04\u0e27\u0e23\u0e17\u0e35\u0e48\u0e08\u0e30\u0e1b\u0e25\u0e48\u0e2d\u0e22\u0e43\u0e2b\u0e49\u0e27\u0e48\u0e32\u0e07", + "Receive updates": "\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e2d\u0e31\u0e1e\u0e40\u0e14\u0e17", + "Recent Activity": "\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e44\u0e21\u0e48\u0e48\u0e19\u0e32\u0e19\u0e21\u0e32\u0e19\u0e35\u0e49", + "Redo (Ctrl+Shift+Z)": "\u0e17\u0e33\u0e0b\u0e49\u0e33 (Ctrl+Shift+Z)", + "Redo (Ctrl+Y)": "\u0e17\u0e33\u0e0b\u0e49\u0e33 (Ctrl + Y)", + "Regenerate": "\u0e2a\u0e23\u0e49\u0e32\u0e07", + "Regenerate the user's certificate": "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07\u0e02\u0e2d\u0e07\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49", + "Register with Institution/Campus Credentials": "\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e14\u0e49\u0e27\u0e22\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e2a\u0e16\u0e32\u0e1a\u0e31\u0e19\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32", + "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e2d\u0e2d\u0e01\u0e2d\u0e22\u0e39\u0e48\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e01\u0e32\u0e23\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e2b\u0e25\u0e35\u0e01\u0e40\u0e25\u0e35\u0e48\u0e22\u0e07\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14 \u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49\u0e08\u0e19\u0e01\u0e23\u0e30\u0e17\u0e31\u0e48\u0e07\u0e01\u0e32\u0e23\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e08\u0e30\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e34\u0e49\u0e19", + "Remove": "\u0e25\u0e1a", + "Remove all": "\u0e40\u0e2d\u0e32\u0e2d\u0e2d\u0e01\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", + "Remove this team member?": "\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e17\u0e35\u0e21\u0e04\u0e19\u0e19\u0e35\u0e49?", + "Removing": "\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e2d\u0e2d\u0e01", + "Requester": "\u0e1c\u0e39\u0e49\u0e40\u0e23\u0e35\u0e22\u0e01\u0e23\u0e49\u0e2d\u0e07", + "Required field.": "\u0e2a\u0e48\u0e27\u0e19\u0e17\u0e35\u0e48\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e23\u0e30\u0e1a\u0e38", + "Reset Password": "\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19", + "Restore enrollment code": "\u0e40\u0e23\u0e35\u0e22\u0e01\u0e04\u0e37\u0e19\u0e23\u0e2b\u0e31\u0e2a\u0e01\u0e32\u0e23\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19", + "Retake Photo": "\u0e16\u0e48\u0e32\u0e22\u0e23\u0e39\u0e1b\u0e43\u0e2b\u0e21\u0e48", + "Retake Your Photos": "\u0e25\u0e07\u0e23\u0e39\u0e1b\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e43\u0e2b\u0e21\u0e48\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", + "Return and add email address": "\u0e01\u0e25\u0e31\u0e1a\u0e44\u0e1b \u0e41\u0e25\u0e30\u0e01\u0e23\u0e2d\u0e01\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c", + "Return to Export": "\u0e01\u0e25\u0e31\u0e1a\u0e44\u0e1b\u0e17\u0e35\u0e48 \u0e01\u0e32\u0e23\u0e2a\u0e48\u0e07\u0e2d\u0e2d\u0e01", + "Return to Your Dashboard": "\u0e01\u0e25\u0e31\u0e1a\u0e2a\u0e39\u0e48\u0e41\u0e14\u0e0a\u0e1a\u0e2d\u0e23\u0e4c\u0e14\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "Return to team listing": "\u0e01\u0e25\u0e31\u0e1a\u0e44\u0e1b\u0e17\u0e35\u0e48\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e17\u0e35\u0e21", + "Review Your Photos": "\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e23\u0e39\u0e1b\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "Review your info": "\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "Revoke access": "\u0e16\u0e2d\u0e19\u0e01\u0e32\u0e23\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e07\u0e32\u0e19", + "Save": "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01", + "Save Changes": "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07", + "Save changes": "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07", + "Saved cohort": "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e19\u0e23\u0e48\u0e27\u0e21\u0e07\u0e32\u0e19", + "Saving": "\u0e01\u0e33\u0e25\u0e31\u0e07\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01", + "Saving your email preference": "\u0e01\u0e32\u0e23\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "Saving...": "\u0e01\u0e33\u0e25\u0e31\u0e07\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01...", + "Search": "\u0e04\u0e49\u0e19\u0e2b\u0e32", + "Search Results": "\u0e1c\u0e25\u0e01\u0e32\u0e23\u0e04\u0e49\u0e19\u0e2b\u0e32", + "Search teams": "\u0e04\u0e49\u0e19\u0e2b\u0e32\u0e17\u0e35\u0e21", + "Section": "\u0e2a\u0e48\u0e27\u0e19", + "See all teams in your course, organized by topic. Join a team to collaborate with other learners who are interested in the same topic as you are.": "\u0e14\u0e39\u0e17\u0e35\u0e21\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\u0e43\u0e19\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e17\u0e35\u0e48\u0e08\u0e31\u0e14\u0e42\u0e14\u0e22\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d \u0e40\u0e02\u0e49\u0e32\u0e23\u0e48\u0e27\u0e21\u0e01\u0e31\u0e1a\u0e17\u0e35\u0e21\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e17\u0e33\u0e07\u0e32\u0e19\u0e23\u0e48\u0e27\u0e21\u0e01\u0e31\u0e1a\u0e1c\u0e39\u0e49\u0e40\u0e23\u0e35\u0e22\u0e19\u0e04\u0e19\u0e2d\u0e37\u0e48\u0e19 \u0e46 \u0e17\u0e35\u0e48\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e19\u0e43\u0e08\u0e43\u0e19\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d\u0e40\u0e14\u0e35\u0e22\u0e27\u0e01\u0e31\u0e19\u0e17\u0e35\u0e48\u0e04\u0e38\u0e13\u0e21\u0e35", + "Select a Content Group": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e01\u0e25\u0e38\u0e48\u0e21\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32", + "Select a chapter": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e1a\u0e17", + "Select a cohort": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e01\u0e25\u0e38\u0e48\u0e21", + "Select a cohort to manage": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e01\u0e25\u0e38\u0e48\u0e21\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23", + "Selected tab": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e41\u0e17\u0e47\u0e1a", + "Sent By": "\u0e2a\u0e48\u0e07\u0e42\u0e14\u0e22:", + "Sent By:": "\u0e2a\u0e48\u0e07\u0e42\u0e14\u0e22:", + "Sent To:": "\u0e2a\u0e48\u0e07\u0e44\u0e1b:", + "Set up your certificate": "\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "Settings": "\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e15\u0e48\u0e32\u0e07\u0e46 ", + "Show": "\u0e41\u0e2a\u0e14\u0e07", + "Show Deprecated Settings": "\u0e41\u0e2a\u0e14\u0e07\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e40\u0e2b\u0e47\u0e19\u0e14\u0e49\u0e27\u0e22", + "Show Discussion": "\u0e41\u0e2a\u0e14\u0e07\u0e1a\u0e17\u0e2a\u0e19\u0e17\u0e19\u0e32", + "Show me other ways to sign in or register": "\u0e41\u0e2a\u0e14\u0e07\u0e27\u0e34\u0e18\u0e35\u0e01\u0e32\u0e23\u0e2d\u0e37\u0e48\u0e19\u0e43\u0e19\u0e01\u0e32\u0e23\u0e40\u0e02\u0e49\u0e32\u0e2a\u0e39\u0e48\u0e23\u0e30\u0e1a\u0e1a\u0e2b\u0e23\u0e37\u0e2d\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19", + "Show notes": "\u0e41\u0e2a\u0e14\u0e07\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01", + "Showing all responses": "\u0e41\u0e2a\u0e14\u0e07\u0e01\u0e32\u0e23\u0e15\u0e2d\u0e1a\u0e2a\u0e19\u0e2d\u0e07\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", + "Sign in": "\u0e40\u0e02\u0e49\u0e32\u0e2a\u0e39\u0e48\u0e23\u0e30\u0e1a\u0e1a", + "Sign in here using your email address and password, or use one of the providers listed below.": "\u0e40\u0e02\u0e49\u0e32\u0e2a\u0e39\u0e48\u0e23\u0e30\u0e1a\u0e1a\u0e17\u0e35\u0e48\u0e19\u0e35\u0e48\u0e42\u0e14\u0e22\u0e43\u0e0a\u0e49\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e41\u0e25\u0e30\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19 \u0e2b\u0e23\u0e37\u0e2d\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e43\u0e14\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e02\u0e2d\u0e07\u0e1c\u0e39\u0e49\u0e43\u0e2b\u0e49\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23\u0e14\u0e49\u0e32\u0e19\u0e25\u0e48\u0e32\u0e07\u0e19\u0e35\u0e49", + "Sign in here using your email address and password.": "\u0e40\u0e02\u0e49\u0e32\u0e2a\u0e39\u0e48\u0e23\u0e30\u0e1a\u0e1a\u0e17\u0e35\u0e48\u0e19\u0e35\u0e48\u0e14\u0e49\u0e27\u0e22\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e41\u0e25\u0e30\u0e23\u0e2b\u0e31\u0e2a\u0e1c\u0e48\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "Sign in using %(providerName)s": "\u0e40\u0e02\u0e49\u0e32\u0e2a\u0e39\u0e48\u0e23\u0e30\u0e1a\u0e1a\u0e14\u0e49\u0e27\u0e22\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49 %(providerName)s", + "Sign in with %(providerName)s": "\u0e40\u0e02\u0e49\u0e32\u0e2a\u0e39\u0e48\u0e23\u0e30\u0e1a\u0e1a\u0e14\u0e49\u0e27\u0e22 %(providerName)s", + "Sign in with Institution/Campus Credentials": "\u0e40\u0e02\u0e49\u0e32\u0e2a\u0e39\u0e48\u0e23\u0e30\u0e1a\u0e1a\u0e14\u0e49\u0e27\u0e22\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e15\u0e31\u0e27\u0e08\u0e32\u0e01\u0e2a\u0e16\u0e32\u0e1a\u0e31\u0e19\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32", + "Signatory field(s) has invalid data.": "\u0e0a\u0e48\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e25\u0e07\u0e19\u0e32\u0e21(s) \u0e21\u0e35\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07", + "Sorry, no results were found.": "\u0e40\u0e2a\u0e35\u0e22\u0e43\u0e08 \u0e44\u0e21\u0e48\u0e1e\u0e1a\u0e1c\u0e25\u0e25\u0e31\u0e1e\u0e18\u0e4c", + "Sorted by": "\u0e40\u0e23\u0e35\u0e22\u0e07\u0e25\u0e33\u0e14\u0e31\u0e1a\u0e15\u0e32\u0e21", + "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "\u0e23\u0e30\u0e1a\u0e38\u0e17\u0e32\u0e07\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e17\u0e35\u0e48\u0e0a\u0e37\u0e48\u0e2d\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e40\u0e1b\u0e47\u0e19\u0e17\u0e32\u0e07\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e08\u0e30\u0e41\u0e2a\u0e14\u0e07\u0e43\u0e19\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07 \u0e40\u0e27\u0e49\u0e19\u0e27\u0e48\u0e32\u0e07\u0e44\u0e27\u0e49\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e43\u0e0a\u0e49\u0e0a\u0e37\u0e48\u0e2d\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e40\u0e1b\u0e47\u0e19\u0e17\u0e32\u0e07\u0e01\u0e32\u0e23", + "Staff": "\u0e40\u0e08\u0e49\u0e32\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48", + "Start Date": "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e40\u0e23\u0e34\u0e48\u0e21", + "Start generating certificates for all students in this course?": "\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19\u0e17\u0e38\u0e01\u0e04\u0e19\u0e43\u0e19\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e19\u0e35\u0e49\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48?", + "Starts": "\u0e40\u0e23\u0e34\u0e48\u0e21", + "Starts: %(start_date)s": "\u0e40\u0e23\u0e34\u0e48\u0e21: %(start_date)s", + "State": "\u0e2a\u0e16\u0e32\u0e19\u0e30", + "Status": "\u0e2a\u0e16\u0e32\u0e19\u0e30", + "Status of Your Response": "\u0e2a\u0e16\u0e32\u0e19\u0e30\u0e1c\u0e25\u0e15\u0e2d\u0e1a\u0e01\u0e25\u0e31\u0e1a\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "Subject": "\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d:", + "Subject:": "\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d:", + "Submit": "\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a", + "Submitted": "\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a", + "Subsection": "\u0e2a\u0e48\u0e27\u0e19\u0e22\u0e48\u0e2d\u0e22", + "Success": "\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", + "Successfully deleted student state for user {user}": "\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e2a\u0e16\u0e32\u0e19\u0e30\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19\u0e1b\u0e23\u0e30\u0e2a\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49{user}", + "Successfully enrolled and sent email to the following users:": "\u0e01\u0e32\u0e23\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e30\u0e44\u0e14\u0e49\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49", + "Successfully enrolled the following users:": "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e19\u0e35\u0e49\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", + "Successfully rescored problem for user {user}": "\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e49\u0e04\u0e30\u0e41\u0e19\u0e19\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e43\u0e2b\u0e21\u0e48\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e1b\u0e23\u0e30\u0e2a\u0e1a\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08 {user}", + "Successfully reset the attempts for user {user}": "\u0e04\u0e27\u0e32\u0e21\u0e1e\u0e22\u0e32\u0e22\u0e32\u0e21\u0e43\u0e19\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e43\u0e2b\u0e21\u0e48\u0e1b\u0e23\u0e30\u0e2a\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 {user}", + "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "\u0e1b\u0e23\u0e30\u0e2a\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e43\u0e19\u0e01\u0e32\u0e23\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e01\u0e32\u0e23\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e43\u0e2b\u0e49\u0e41\u0e01\u0e48\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 \u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e40\u0e2b\u0e25\u0e48\u0e32\u0e19\u0e35\u0e49\u0e16\u0e39\u0e01\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e43\u0e2b\u0e49\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e40\u0e1e\u0e35\u0e22\u0e07\u0e04\u0e23\u0e31\u0e49\u0e07\u0e40\u0e14\u0e35\u0e22\u0e27", + "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "\u0e1b\u0e23\u0e30\u0e2a\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e43\u0e19\u0e01\u0e32\u0e23\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e01\u0e32\u0e23\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e43\u0e2b\u0e49\u0e41\u0e01\u0e48\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49 \u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e40\u0e2b\u0e25\u0e48\u0e32\u0e19\u0e35\u0e49\u0e08\u0e30\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e40\u0e1e\u0e35\u0e22\u0e07\u0e04\u0e23\u0e31\u0e49\u0e07\u0e40\u0e14\u0e35\u0e22\u0e27\u0e43\u0e19\u0e15\u0e2d\u0e19\u0e2a\u0e21\u0e31\u0e04\u0e23", + "Successfully unlinked.": "\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e42\u0e22\u0e07\u0e1b\u0e23\u0e30\u0e2a\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", + "Tags": "\u0e41\u0e17\u0e47\u0e01", + "Tags:": "\u0e41\u0e17\u0e47\u0e01:", + "Take Photo": "\u0e16\u0e48\u0e32\u0e22\u0e23\u0e39\u0e1b", + "Take Your Photo": "\u0e16\u0e48\u0e32\u0e22\u0e23\u0e39\u0e1b\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "Take a Photo of Your ID": "\u0e16\u0e48\u0e32\u0e22\u0e23\u0e39\u0e1b\u0e1a\u0e31\u0e15\u0e23\u0e1b\u0e23\u0e30\u0e0a\u0e32\u0e0a\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "Take a photo of your ID": "\u0e16\u0e48\u0e32\u0e22\u0e20\u0e32\u0e1e\u0e23\u0e2b\u0e31\u0e2a\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "Take me to the main course page": "\u0e1e\u0e32\u0e09\u0e31\u0e19\u0e44\u0e1b\u0e17\u0e35\u0e48\u0e2b\u0e19\u0e49\u0e32\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23", + "Take me to the main library page": "\u0e1e\u0e32\u0e09\u0e31\u0e19\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e2b\u0e19\u0e49\u0e32\u0e40\u0e01\u0e47\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e2b\u0e25\u0e31\u0e01", + "Task ID": "\u0e07\u0e32\u0e19 ID", + "Task Progress": "\u0e04\u0e27\u0e32\u0e21\u0e04\u0e37\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e02\u0e2d\u0e07\u0e07\u0e32\u0e19", + "Task Status": "\u0e2a\u0e16\u0e32\u0e19\u0e30\u0e07\u0e32\u0e19", + "Task Type": "\u0e1b\u0e23\u0e30\u0e40\u0e20\u0e17\u0e07\u0e32\u0e19", + "Task inputs": "\u0e07\u0e32\u0e19\u0e17\u0e35\u0e48\u0e19\u0e33\u0e40\u0e02\u0e49\u0e32", + "Team Description (Required) *": "\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e17\u0e35\u0e21(\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19)*", + "Team Details": "\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e02\u0e2d\u0e07\u0e17\u0e35\u0e21", + "Team Name (Required) *": "\u0e0a\u0e37\u0e48\u0e2d\u0e17\u0e35\u0e21(\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19)*", + "Team Search": "\u0e04\u0e49\u0e19\u0e2b\u0e32\u0e17\u0e35\u0e21", + "Team capacity": "\u0e08\u0e33\u0e19\u0e27\u0e19\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e43\u0e19\u0e17\u0e35\u0e21", + "Team description cannot have more than 300 characters.": "\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e17\u0e35\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e21\u0e35\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32300\u0e15\u0e31\u0e27\u0e2d\u0e31\u0e29\u0e23", + "Team member profiles": "\u0e1b\u0e23\u0e30\u0e27\u0e31\u0e15\u0e34\u0e02\u0e2d\u0e07\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e43\u0e19\u0e17\u0e35\u0e21", + "Team name cannot have more than 255 characters.": "\u0e0a\u0e37\u0e48\u0e2d\u0e17\u0e35\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e21\u0e35\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32255\u0e15\u0e31\u0e27\u0e2d\u0e31\u0e01\u0e29\u0e23", + "Teams": "\u0e17\u0e35\u0e21", + "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "\u0e02\u0e2d\u0e1a\u0e04\u0e38\u0e13\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e2a\u0e48\u0e07\u0e23\u0e39\u0e1b\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e21\u0e32 \u0e40\u0e23\u0e32\u0e08\u0e30\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e40\u0e23\u0e47\u0e27\u0e46\u0e19\u0e35\u0e49 \u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e02\u0e49\u0e32\u0e2a\u0e39\u0e48\u0e23\u0e30\u0e1a\u0e1a\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23%(platformName)s\u0e17\u0e35\u0e48\u0e40\u0e2a\u0e19\u0e2d\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a \u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e04\u0e23\u0e2d\u0e1a\u0e04\u0e25\u0e38\u0e21\u0e40\u0e1b\u0e47\u0e19\u0e40\u0e27\u0e25\u0e32\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e1b\u0e35 \u0e2b\u0e25\u0e31\u0e07\u0e08\u0e32\u0e01\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e1b\u0e35 \u0e04\u0e38\u0e13\u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e2a\u0e48\u0e07\u0e20\u0e32\u0e1e\u0e16\u0e48\u0e32\u0e22\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", + "The cohort cannot be added": "\u0e01\u0e25\u0e38\u0e48\u0e21\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e16\u0e39\u0e01\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e44\u0e14\u0e49", + "The cohort cannot be saved": "\u0e01\u0e25\u0e38\u0e48\u0e21\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e44\u0e14\u0e49", + "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "\u0e01\u0e32\u0e23\u0e23\u0e27\u0e21\u0e04\u0e27\u0e32\u0e21\u0e22\u0e32\u0e27\u0e02\u0e2d\u0e07\u0e44\u0e1f\u0e25\u0e4c\u0e2d\u0e07\u0e2a\u0e16\u0e32\u0e1a\u0e31\u0e19\u0e41\u0e25\u0e30\u0e23\u0e2b\u0e31\u0e2a\u0e04\u0e25\u0e31\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e44\u0e14\u0e49\u0e44\u0e21\u0e48\u0e40\u0e01\u0e34\u0e19<%=limit%>\u0e15\u0e31\u0e27\u0e2d\u0e31\u0e01\u0e29\u0e23", + "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "\u0e01\u0e32\u0e23\u0e23\u0e27\u0e21\u0e04\u0e27\u0e32\u0e21\u0e22\u0e32\u0e27\u0e02\u0e2d\u0e07\u0e44\u0e1f\u0e25\u0e4c\u0e2d\u0e07\u0e04\u0e4c\u0e01\u0e23 \u0e23\u0e2b\u0e31\u0e2a\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23 \u0e41\u0e25\u0e30\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19 \u0e44\u0e14\u0e49\u0e44\u0e21\u0e48\u0e40\u0e01\u0e34\u0e19<%=limit%>\u0e15\u0e31\u0e27\u0e2d\u0e31\u0e01\u0e29\u0e23", + "The country that team members primarily identify with.": "\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28\u0e17\u0e35\u0e48\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e2a\u0e48\u0e27\u0e19\u0e43\u0e2b\u0e0d\u0e48\u0e2d\u0e32\u0e28\u0e31\u0e22\u0e2d\u0e22\u0e39\u0e48", + "The course end date must be later than the course start date.": "\u0e27\u0e31\u0e19\u0e2a\u0e38\u0e14\u0e17\u0e49\u0e32\u0e22\u0e02\u0e2d\u0e07\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e15\u0e49\u0e2d\u0e07\u0e2d\u0e22\u0e39\u0e48\u0e2b\u0e25\u0e31\u0e07\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e40\u0e23\u0e34\u0e48\u0e21\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23", + "The course must have an assigned start date.": "\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e01\u0e32\u0e23\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19\u0e17\u0e35\u0e48\u0e41\u0e19\u0e48\u0e19\u0e2d\u0e19", + "The course start date must be later than the enrollment start date.": "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e40\u0e23\u0e34\u0e48\u0e21\u0e40\u0e23\u0e35\u0e22\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e2d\u0e22\u0e39\u0e48\u0e2b\u0e25\u0e31\u0e07\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e40\u0e23\u0e34\u0e48\u0e21\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19", + "The enrollment end date cannot be after the course end date.": "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e2a\u0e34\u0e49\u0e19\u0e2a\u0e38\u0e14\u0e01\u0e32\u0e23\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e40\u0e23\u0e35\u0e22\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e44\u0e21\u0e48\u0e2d\u0e22\u0e39\u0e48\u0e2b\u0e25\u0e31\u0e07\u0e27\u0e31\u0e19\u0e1b\u0e34\u0e14\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23", + "The enrollment start date cannot be after the enrollment end date.": "\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e40\u0e23\u0e34\u0e48\u0e21\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e40\u0e23\u0e35\u0e22\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e1b\u0e47\u0e19\u0e27\u0e31\u0e19\u0e2b\u0e25\u0e31\u0e07\u0e08\u0e32\u0e01\u0e27\u0e31\u0e19\u0e2a\u0e34\u0e49\u0e19\u0e2a\u0e38\u0e14\u0e01\u0e32\u0e23\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e40\u0e23\u0e35\u0e22\u0e19", + "The file must be at least {size} in size.": "\u0e44\u0e1f\u0e25\u0e4c\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e02\u0e19\u0e32\u0e14\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e19\u0e49\u0e2d\u0e22 {size} ", + "The file must be smaller than {size} in size.": "\u0e44\u0e1f\u0e25\u0e4c\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e02\u0e19\u0e32\u0e14\u0e40\u0e25\u0e47\u0e01\u0e01\u0e27\u0e48\u0e32 {size} ", + "The following email addresses and/or usernames are invalid:": "\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e2b\u0e23\u0e37\u0e2d\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e44\u0e21\u0e48\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07", + "The following errors were generated:": "\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e2a\u0e23\u0e49\u0e32\u0e07:", + "The following users are no longer enrolled in the course:": "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e23\u0e32\u0e22\u0e27\u0e34\u0e0a\u0e32\u0e19\u0e35\u0e49\u0e2d\u0e35\u0e01\u0e15\u0e48\u0e2d\u0e44\u0e1b", + "The following warnings were generated:": "\u0e04\u0e33\u0e40\u0e15\u0e37\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e2a\u0e23\u0e49\u0e32\u0e07:", + "The language that team members primarily use to communicate with each other.": "\u0e20\u0e32\u0e29\u0e32\u0e17\u0e35\u0e48\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e43\u0e19\u0e17\u0e35\u0e21\u0e43\u0e0a\u0e49\u0e40\u0e1b\u0e47\u0e19\u0e20\u0e32\u0e29\u0e32\u0e2b\u0e25\u0e31\u0e01\u0e43\u0e19\u0e01\u0e32\u0e23\u0e2a\u0e19\u0e17\u0e19\u0e32", + "The minimum grade for course credit is not set.": "\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e40\u0e01\u0e23\u0e14\u0e02\u0e31\u0e49\u0e19\u0e15\u0e48\u0e33\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e2b\u0e19\u0e48\u0e27\u0e22\u0e01\u0e34\u0e15\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23", + "The name of this signatory as it should appear on certificates.": "\u0e0a\u0e37\u0e48\u0e2d\u0e02\u0e2d\u0e07\u0e1c\u0e39\u0e49\u0e25\u0e07\u0e19\u0e32\u0e21\u0e04\u0e27\u0e23\u0e08\u0e30\u0e1b\u0e23\u0e32\u0e01\u0e0f\u0e1a\u0e19\u0e1b\u0e23\u0e30\u0e01\u0e32\u0e28\u0e19\u0e35\u0e22\u0e1a\u0e31\u0e15\u0e23", + "The organization that this signatory belongs to, as it should appear on certificates.": "\u0e2d\u0e07\u0e04\u0e4c\u0e01\u0e23\u0e17\u0e35\u0e48\u0e25\u0e07\u0e19\u0e32\u0e21\u0e04\u0e23\u0e31\u0e49\u0e07\u0e19\u0e35\u0e49\u0e04\u0e27\u0e23\u0e08\u0e30\u0e1b\u0e23\u0e32\u0e01\u0e0f\u0e1a\u0e19\u0e1b\u0e23\u0e30\u0e01\u0e32\u0e28\u0e19\u0e35\u0e22\u0e1a\u0e31\u0e15\u0e23", + "The photo of your face matches the photo on your ID.": "\u0e20\u0e32\u0e1e\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e15\u0e23\u0e07\u0e01\u0e31\u0e1a\u0e43\u0e19\u0e1a\u0e31\u0e15\u0e23\u0e1b\u0e23\u0e30\u0e0a\u0e32\u0e0a\u0e19", + "The raw error message is:": "\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e1a\u0e37\u0e49\u0e2d\u0e07\u0e15\u0e49\u0e19\u0e04\u0e37\u0e2d:", + "The selected content group does not exist": "\u0e01\u0e25\u0e38\u0e48\u0e21\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e44\u0e21\u0e48\u0e21\u0e35\u0e2d\u0e22\u0e39\u0e48", + "The server could not be contacted.": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e40\u0e0b\u0e34\u0e1f\u0e40\u0e27\u0e2d\u0e23\u0e4c", + "The submission could not be removed from the grading pool.": "\u0e01\u0e32\u0e23\u0e2a\u0e48\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e25\u0e1a\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e1c\u0e25\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e49\u0e04\u0e30\u0e41\u0e19\u0e19", + "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "\u0e01\u0e25\u0e38\u0e48\u0e21\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e19{cohortGroupName}\u0e16\u0e39\u0e01\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e02\u0e36\u0e49\u0e19\u0e21\u0e32 \u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e1c\u0e39\u0e49\u0e40\u0e23\u0e35\u0e22\u0e19\u0e40\u0e02\u0e49\u0e32\u0e44\u0e1b\u0e43\u0e19\u0e01\u0e25\u0e38\u0e48\u0e21\u0e14\u0e49\u0e32\u0e19\u0e25\u0e48\u0e32\u0e07\u0e19\u0e35\u0e49", + "There has been an error processing your survey.": "\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e43\u0e19\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e21\u0e27\u0e25\u0e1c\u0e25\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "There has been an error while exporting.": "\u0e40\u0e01\u0e34\u0e14\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e02\u0e13\u0e30\u0e2a\u0e48\u0e07\u0e2d\u0e2d\u0e01", + "There has been an error with your export.": "\u0e40\u0e01\u0e34\u0e14\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e01\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e2a\u0e48\u0e07\u0e2d\u0e2d\u0e01", + "There is no email history for this course.": "\u0e44\u0e21\u0e48\u0e21\u0e35\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e40\u0e01\u0e48\u0e32\u0e40\u0e01\u0e47\u0e1a\u0e44\u0e27\u0e49\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e19\u0e35\u0e49", + "There must be at least one group.": "\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e19\u0e49\u0e2d\u0e22\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e01\u0e25\u0e38\u0e48\u0e21", + "There must be one cohort to which students can automatically be assigned.": "\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e01\u0e25\u0e38\u0e48\u0e21\u0e40\u0e14\u0e35\u0e22\u0e27\u0e17\u0e35\u0e48\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e16\u0e39\u0e01\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e42\u0e14\u0e22\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15", + "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "\u0e21\u0e35\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e43\u0e19\u0e01\u0e32\u0e23\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19 \u0e40\u0e25\u0e37\u0e2d\u0e01 \"\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e1c\u0e25\u0e2a\u0e23\u0e38\u0e1b\u0e07\u0e32\u0e19\u0e1a\u0e23\u0e34\u0e2b\u0e32\u0e23\" \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e25\u0e2d\u0e07\u0e43\u0e2b\u0e21\u0e48\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", + "There was an error changing the user's role": "\u0e40\u0e01\u0e34\u0e14\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e1a\u0e17\u0e1a\u0e32\u0e17\u0e02\u0e2d\u0e07\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49", + "There was an error obtaining email content history for this course.": "\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e43\u0e19\u0e01\u0e32\u0e23\u0e40\u0e02\u0e49\u0e32\u0e44\u0e1b\u0e43\u0e19\u0e44\u0e14\u0e49\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e40\u0e01\u0e48\u0e32\u0e02\u0e2d\u0e07\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e19\u0e35\u0e49", + "There was an error obtaining email task history for this course.": "\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e43\u0e19\u0e01\u0e32\u0e23\u0e17\u0e33\u0e07\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e40\u0e01\u0e48\u0e32\u0e02\u0e2d\u0e07\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e19\u0e35\u0e49", + "There was an error, try searching again.": "\u0e40\u0e01\u0e34\u0e14\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14, \u0e25\u0e2d\u0e07\u0e04\u0e49\u0e19\u0e2b\u0e32\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07\u0e2b\u0e19\u0e36\u0e48\u0e07", + "There were errors reindexing course.": "\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e17\u0e33\u0e14\u0e31\u0e0a\u0e19\u0e35\u0e02\u0e2d\u0e07\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23", + "There's already another assignment type with this name.": "\u0e21\u0e35\u0e01\u0e32\u0e23\u0e1a\u0e49\u0e32\u0e19\u0e2b\u0e23\u0e37\u0e2d\u0e07\u0e32\u0e19\u0e17\u0e35\u0e48\u0e21\u0e2d\u0e1a\u0e2b\u0e21\u0e32\u0e22\u0e1b\u0e23\u0e30\u0e40\u0e20\u0e17\u0e2d\u0e37\u0e48\u0e19\u0e17\u0e35\u0e48\u0e21\u0e35\u0e0a\u0e37\u0e48\u0e2d\u0e19\u0e35\u0e49\u0e2d\u0e22\u0e39\u0e48\u0e41\u0e25\u0e49\u0e27", + "These users were not added as beta testers:": "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e19\u0e35\u0e49\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e16\u0e39\u0e01\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e1b\u0e47\u0e19 beta testers", + "These users were not affiliated with the course so could not be unenrolled:": "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e02\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e1a\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e19\u0e35\u0e49\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2a\u0e21\u0e31\u0e04\u0e23\u0e44\u0e14\u0e49", + "These users were not removed as beta testers:": "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e19\u0e35\u0e49\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e08\u0e33\u0e01\u0e31\u0e14\u0e15\u0e19\u0e40\u0e2d\u0e07\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01 beta tester\u0e44\u0e14\u0e49", + "These users were successfully added as beta testers:": "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e19\u0e35\u0e49\u0e40\u0e1e\u0e34\u0e48\u0e21 \u0e15\u0e31\u0e27\u0e17\u0e14\u0e2a\u0e2d\u0e1a beta \u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", + "These users were successfully removed as beta testers:": "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e19\u0e35\u0e49\u0e08\u0e33\u0e01\u0e31\u0e14 \u0e15\u0e31\u0e27\u0e17\u0e14\u0e2a\u0e2d\u0e1a beta \u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27", + "These users will be allowed to enroll once they register:": "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e40\u0e2b\u0e25\u0e48\u0e32\u0e19\u0e35\u0e49\u0e16\u0e39\u0e01\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e43\u0e2b\u0e49\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e40\u0e1e\u0e35\u0e22\u0e07\u0e04\u0e23\u0e31\u0e49\u0e07\u0e40\u0e14\u0e35\u0e22\u0e27", + "These users will be enrolled once they register:": "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e40\u0e2b\u0e25\u0e48\u0e32\u0e19\u0e35\u0e49\u0e16\u0e39\u0e01\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e43\u0e2b\u0e49\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e40\u0e1e\u0e35\u0e22\u0e07\u0e04\u0e23\u0e31\u0e49\u0e07\u0e40\u0e14\u0e35\u0e22\u0e27", + "This action cannot be undone.": "\u0e01\u0e32\u0e23\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e19\u0e35\u0e49\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e44\u0e14\u0e49", + "This assessment could not be submitted.": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2a\u0e48\u0e07\u0e01\u0e32\u0e23\u0e30\u0e1b\u0e23\u0e30\u0e40\u0e21\u0e34\u0e19\u0e19\u0e35\u0e49\u0e44\u0e14\u0e49", + "This certificate has already been activated and is live. Are you sure you want to continue editing?": "\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07\u0e19\u0e35\u0e49\u0e44\u0e14\u0e49\u0e16\u0e39\u0e01\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e2d\u0e22\u0e39\u0e48 \u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e2b\u0e23\u0e37\u0e2d\u0e27\u0e48\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e08\u0e30\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e41\u0e01\u0e49\u0e44\u0e02?", + "This feedback could not be submitted.": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2a\u0e48\u0e07\u0e1c\u0e25\u0e15\u0e2d\u0e1a\u0e01\u0e25\u0e31\u0e1a\u0e19\u0e35\u0e49\u0e44\u0e14\u0e49", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "\u0e19\u0e35\u0e48\u0e04\u0e37\u0e2d\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e44\u0e14\u0e49\u0e02\u0e2d\u0e07 %s \u0e04\u0e38\u0e13\u0e2d\u0e32\u0e08\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e1a\u0e32\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e42\u0e14\u0e22\u0e01\u0e32\u0e23\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e44\u0e27\u0e49\u0e43\u0e19\u0e01\u0e25\u0e48\u0e2d\u0e07\u0e14\u0e49\u0e32\u0e19\u0e25\u0e48\u0e32\u0e07\u0e41\u0e25\u0e49\u0e27\u0e04\u0e25\u0e34\u0e01\u0e17\u0e35\u0e48\u0e1b\u0e38\u0e48\u0e21 \"\u0e40\u0e25\u0e37\u0e2d\u0e01\" \u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e2a\u0e2d\u0e07\u0e01\u0e25\u0e48\u0e2d\u0e07", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "\u0e19\u0e35\u0e48\u0e04\u0e37\u0e2d\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e02\u0e2d\u0e07 %s \u0e04\u0e38\u0e13\u0e2d\u0e32\u0e08\u0e40\u0e2d\u0e32\u0e1a\u0e32\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e42\u0e14\u0e22\u0e01\u0e32\u0e23\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e44\u0e27\u0e49\u0e43\u0e19\u0e01\u0e25\u0e48\u0e2d\u0e07\u0e14\u0e49\u0e32\u0e19\u0e25\u0e48\u0e32\u0e07\u0e41\u0e25\u0e49\u0e27\u0e04\u0e25\u0e34\u0e01\u0e17\u0e35\u0e48\u0e1b\u0e38\u0e48\u0e21 \"\u0e40\u0e2d\u0e32\u0e2d\u0e2d\u0e01\" \u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e2a\u0e2d\u0e07\u0e01\u0e25\u0e48\u0e2d\u0e07", + "This learner will be removed from the team, allowing another learner to take the available spot.": "\u0e1c\u0e39\u0e49\u0e40\u0e23\u0e35\u0e22\u0e19\u0e04\u0e19\u0e19\u0e35\u0e49\u0e08\u0e30\u0e16\u0e39\u0e01\u0e25\u0e1a\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e17\u0e35\u0e21 \u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e43\u0e2b\u0e49\u0e1c\u0e39\u0e49\u0e40\u0e23\u0e35\u0e22\u0e19\u0e04\u0e19\u0e2d\u0e37\u0e48\u0e19\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e02\u0e49\u0e32\u0e41\u0e17\u0e19\u0e17\u0e35\u0e48\u0e17\u0e35\u0e48\u0e21\u0e35\u0e2d\u0e22\u0e39\u0e48", + "This problem could not be saved.": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e19\u0e35\u0e49\u0e44\u0e14\u0e49", + "This problem has already been released. Any changes will apply only to future assessments.": "\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e19\u0e35\u0e49\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e1b\u0e25\u0e48\u0e2d\u0e22\u0e01\u0e48\u0e2d\u0e19\u0e41\u0e25\u0e49\u0e27 \u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e43\u0e14\u0e46\u0e08\u0e30\u0e43\u0e0a\u0e49\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e01\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e40\u0e21\u0e34\u0e19\u0e1c\u0e25\u0e43\u0e19\u0e2d\u0e19\u0e32\u0e04\u0e15", + "This response could not be saved.": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e04\u0e33\u0e15\u0e2d\u0e1a\u0e19\u0e35\u0e49\u0e44\u0e14\u0e49", + "This response could not be submitted.": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2a\u0e48\u0e07\u0e04\u0e33\u0e15\u0e2d\u0e1a\u0e19\u0e35\u0e49\u0e44\u0e14\u0e49", + "This response has been saved but not submitted.": "\u0e04\u0e33\u0e15\u0e2d\u0e1a\u0e19\u0e35\u0e49\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e41\u0e15\u0e48\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e2a\u0e48\u0e07\u0e43\u0e2b\u0e49\u0e1e\u0e34\u0e08\u0e32\u0e23\u0e13\u0e32\u0e15\u0e48\u0e2d\u0e44\u0e1b", + "This response has not been saved.": "\u0e04\u0e33\u0e15\u0e2d\u0e1a\u0e19\u0e35\u0e49\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01", + "This section could not be loaded.": "\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e2a\u0e48\u0e27\u0e19\u0e19\u0e35\u0e49\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e42\u0e2b\u0e25\u0e14\u0e44\u0e14\u0e49", + "This team does not have any members.": "\u0e17\u0e35\u0e21\u0e19\u0e35\u0e49\u0e44\u0e21\u0e48\u0e21\u0e35\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e17\u0e35\u0e21\u0e43\u0e14\u0e46", + "This team is full.": "\u0e17\u0e35\u0e21\u0e19\u0e35\u0e49\u0e40\u0e15\u0e47\u0e21\u0e41\u0e25\u0e49\u0e27", + "Time Allotted (HH:MM):": "\u0e40\u0e27\u0e25\u0e32\u0e17\u0e35\u0e48\u0e01\u0e33\u0e2b\u0e19\u0e14 (HH:MM):", + "Time Sent": "\u0e40\u0e27\u0e25\u0e32\u0e17\u0e35\u0e48\u0e2a\u0e48\u0e07:", + "Time Sent:": "\u0e40\u0e27\u0e25\u0e32\u0e17\u0e35\u0e48\u0e2a\u0e48\u0e07:", + "Tips on taking a successful photo": "\u0e40\u0e04\u0e25\u0e47\u0e14\u0e25\u0e31\u0e1a\u0e43\u0e19\u0e01\u0e32\u0e23\u0e16\u0e48\u0e32\u0e22\u0e20\u0e32\u0e1e", + "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d\u0e17\u0e35\u0e48\u0e21\u0e35\u0e40\u0e01\u0e34\u0e19 100 \u0e15\u0e31\u0e27\u0e2d\u0e31\u0e01\u0e29\u0e23 \u0e2d\u0e32\u0e08\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e17\u0e33\u0e01\u0e32\u0e23\u0e1e\u0e34\u0e21\u0e1e\u0e4c\u0e43\u0e19\u0e2b\u0e19\u0e49\u0e32\u0e40\u0e14\u0e35\u0e22\u0e27\u0e44\u0e14\u0e49", + "To take a successful photo, make sure that:": "\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e01\u0e32\u0e23\u0e16\u0e48\u0e32\u0e22\u0e20\u0e32\u0e1e\u0e17\u0e35\u0e48\u0e1b\u0e23\u0e30\u0e2a\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08 \u0e42\u0e1b\u0e23\u0e14\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e27\u0e48\u0e32:", + "Today": "\u0e27\u0e31\u0e19\u0e19\u0e35\u0e49", + "Toggle Notifications Setting": "\u0e2a\u0e25\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e01\u0e32\u0e23\u0e41\u0e08\u0e49\u0e07\u0e40\u0e15\u0e37\u0e2d\u0e19", + "Tomorrow": "\u0e1e\u0e23\u0e38\u0e48\u0e07\u0e19\u0e35\u0e49", + "Topic": "\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d", + "Topics": "\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d", + "Total": "\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", + "Type": "\u0e0a\u0e19\u0e34\u0e14", + "Type into this box to filter down the list of available %s.": "\u0e1e\u0e34\u0e21\u0e1e\u0e4c\u0e25\u0e07\u0e43\u0e19\u0e0a\u0e48\u0e2d\u0e07\u0e19\u0e35\u0e49\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e01\u0e23\u0e2d\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e44\u0e14\u0e49\u0e02\u0e2d\u0e07 %s", + "Undo (Ctrl+Z)": "\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e17\u0e35\u0e48\u0e40\u0e1e\u0e34\u0e48\u0e07\u0e17\u0e33\u0e44\u0e1b (Ctrl+Z)", + "Undo Changes": "\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07", + "Unit": "\u0e2b\u0e19\u0e48\u0e27\u0e22", + "Unknown": "\u0e44\u0e21\u0e48\u0e17\u0e23\u0e32\u0e1a\u0e04\u0e48\u0e32", + "Unlinking": "\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e42\u0e22\u0e07", + "Unnamed Option": "\u0e15\u0e31\u0e27\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e44\u0e21\u0e48\u0e23\u0e30\u0e1a\u0e38\u0e0a\u0e37\u0e48\u0e2d", + "Update": "\u0e2d\u0e31\u0e1e\u0e40\u0e14\u0e15", + "Update team.": "\u0e2d\u0e31\u0e1e\u0e40\u0e14\u0e15\u0e17\u0e35\u0e21", + "Updating with latest library content": "\u0e2d\u0e31\u0e1e\u0e40\u0e14\u0e17\u0e2a\u0e48\u0e27\u0e19\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e08\u0e32\u0e01\u0e2b\u0e49\u0e2d\u0e07\u0e2a\u0e21\u0e38\u0e14\u0e25\u0e48\u0e32\u0e2a\u0e38\u0e14", + "Upload File": "\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14\u0e44\u0e1f\u0e25\u0e4c", + "Upload File and Assign Students": "\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14\u0e44\u0e1f\u0e25\u0e4c\u0e41\u0e25\u0e30\u0e21\u0e2d\u0e1a\u0e2b\u0e21\u0e32\u0e22\u0e43\u0e2b\u0e49\u0e41\u0e01\u0e48\u0e19\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e19", + "Upload New File": "\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14\u0e44\u0e1f\u0e25\u0e4c\u0e43\u0e2b\u0e21\u0e48", + "Upload an image": "\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e", + "Upload an image or capture one with your web or phone camera.": "\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14\u0e20\u0e32\u0e1e\u0e08\u0e32\u0e01\u0e40\u0e27\u0e47\u0e1a\u0e2b\u0e23\u0e37\u0e2d\u0e01\u0e25\u0e49\u0e2d\u0e07\u0e21\u0e37\u0e2d\u0e16\u0e37\u0e2d\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "Upload completed": "\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e21\u0e1a\u0e39\u0e23\u0e13\u0e4c", + "Upload failed": "\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14\u0e25\u0e49\u0e21\u0e40\u0e2b\u0e25\u0e27", + "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "\u0e01\u0e32\u0e23\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14\u0e2d\u0e2d\u0e01\u0e2d\u0e22\u0e39\u0e48\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e01\u0e32\u0e23\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e2b\u0e25\u0e35\u0e01\u0e40\u0e25\u0e35\u0e48\u0e22\u0e07\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14 \u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49\u0e08\u0e19\u0e01\u0e23\u0e30\u0e17\u0e31\u0e48\u0e07\u0e01\u0e32\u0e23\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e08\u0e30\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e34\u0e49\u0e19", + "Upload signature image.": "\u0e2d\u0e31\u0e1b\u0e42\u0e2b\u0e25\u0e14\u0e20\u0e32\u0e1e\u0e25\u0e32\u0e22\u0e21\u0e37\u0e2d\u0e0a\u0e37\u0e48\u0e2d", + "Upload your course image.": "\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14\u0e20\u0e32\u0e1e\u0e02\u0e2d\u0e07\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23", + "Uploading": "\u0e01\u0e33\u0e25\u0e31\u0e07\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14", + "Use my institution/campus credentials": "\u0e43\u0e0a\u0e49\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e2a\u0e16\u0e32\u0e1a\u0e31\u0e19\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32\u0e02\u0e2d\u0e07\u0e09\u0e31\u0e19", + "Use the retake photo button if you are not pleased with your photo": "\u0e01\u0e14\u0e1b\u0e38\u0e48\u0e21\u0e16\u0e48\u0e32\u0e22\u0e23\u0e39\u0e1b\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07\u0e16\u0e49\u0e32\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e1e\u0e2d\u0e43\u0e08\u0e01\u0e31\u0e1a\u0e23\u0e39\u0e1b\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "\u0e43\u0e0a\u0e49\u0e40\u0e27\u0e47\u0e1a\u0e41\u0e04\u0e21\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e16\u0e48\u0e32\u0e22\u0e23\u0e39\u0e1b\u0e1a\u0e31\u0e15\u0e23\u0e1b\u0e23\u0e30\u0e0a\u0e32\u0e0a\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 \u0e40\u0e23\u0e32\u0e08\u0e30\u0e17\u0e33\u0e01\u0e31\u0e1a\u0e08\u0e31\u0e1a\u0e04\u0e39\u0e48\u0e23\u0e39\u0e1b\u0e19\u0e35\u0e49\u0e01\u0e31\u0e1a\u0e23\u0e39\u0e1b\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e41\u0e25\u0e30\u0e0a\u0e37\u0e48\u0e2d\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e43\u0e19\u0e1a\u0e31\u0e0d\u0e0a\u0e35", + "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "\u0e43\u0e0a\u0e49\u0e01\u0e25\u0e49\u0e2d\u0e07\u0e40\u0e27\u0e47\u0e1a\u0e41\u0e04\u0e21\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e16\u0e48\u0e32\u0e22\u0e20\u0e32\u0e1e\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32 \u0e40\u0e23\u0e32\u0e08\u0e30\u0e17\u0e33\u0e01\u0e32\u0e23\u0e08\u0e31\u0e1a\u0e04\u0e39\u0e48\u0e23\u0e39\u0e1b\u0e19\u0e35\u0e49\u0e01\u0e31\u0e1a\u0e23\u0e39\u0e1b\u0e43\u0e19\u0e1a\u0e31\u0e15\u0e23\u0e1b\u0e23\u0e30\u0e0a\u0e32\u0e0a\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "Used": "\u0e43\u0e0a\u0e49", + "Username": "\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49", + "Users must create and activate their account before they can be promoted to beta tester.": "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e15\u0e49\u0e2d\u0e07\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e41\u0e25\u0e30\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e1a\u0e31\u0e0d\u0e0a\u0e35\u0e01\u0e48\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e1e\u0e27\u0e01\u0e40\u0e02\u0e32\u0e08\u0e30\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e2a\u0e19\u0e31\u0e1a\u0e2a\u0e19\u0e38\u0e19\u0e40\u0e1b\u0e47\u0e19 beta tester \u0e44\u0e14\u0e49", + "Valid": "\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07", + "Validation Error": "\u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14", + "Validation Error While Saving": "\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e02\u0e13\u0e30\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01", + "Verification Checkpoint": "\u0e08\u0e38\u0e14\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a", + "Verification checkpoint to be completed": "\u0e08\u0e38\u0e14\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e15\u0e49\u0e2d\u0e07\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e21\u0e1a\u0e39\u0e23\u0e13\u0e4c", + "Verified Certificate": "\u0e1b\u0e23\u0e30\u0e01\u0e32\u0e28\u0e19\u0e35\u0e22\u0e1a\u0e31\u0e15\u0e23\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07\u0e41\u0e25\u0e49\u0e27", + "Verified Certificate upgrade": "\u0e2d\u0e31\u0e1e\u0e40\u0e01\u0e23\u0e14\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07\u0e17\u0e35\u0e48\u0e1c\u0e48\u0e32\u0e19\u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a", + "Verified Status": "\u0e15\u0e23\u0e27\u0e07\u0e2a\u0e2d\u0e1a\u0e2a\u0e16\u0e32\u0e19\u0e30\u0e41\u0e25\u0e49\u0e27", + "Verify Now": "\u0e17\u0e33\u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e40\u0e14\u0e35\u0e4b\u0e22\u0e27\u0e19\u0e35\u0e49:", + "Video Capture Error": "\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e08\u0e31\u0e1a\u0e20\u0e32\u0e1e\u0e27\u0e34\u0e14\u0e35\u0e42\u0e2d", + "View": "\u0e14\u0e39", + "View %(span_start)s %(team_name)s %(span_end)s": "\u0e01\u0e32\u0e23\u0e40\u0e02\u0e49\u0e32\u0e0a\u0e21 %(span_start)s %(team_name)s %(span_end)s", + "View Cohort": "\u0e14\u0e39\u0e01\u0e25\u0e38\u0e48\u0e21", + "View Teams in the %(topic_name)s Topic": "\u0e40\u0e02\u0e49\u0e32\u0e14\u0e39\u0e17\u0e35\u0e21\u0e43\u0e19\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d %(topic_name)s", + "View all errors": "\u0e14\u0e39\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", "Viewing %s course": [ "\u0e01\u0e32\u0e23\u0e0a\u0e21 %s \u0e23\u0e32\u0e22\u0e27\u0e34\u0e0a\u0e32" - ], - "Want to confirm your identity later?": "\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e15\u0e31\u0e27\u0e15\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e43\u0e19\u0e20\u0e32\u0e22\u0e2b\u0e25\u0e31\u0e07?", - "Warning": "\u0e04\u0e33\u0e40\u0e15\u0e37\u0e2d\u0e19", - "Warnings": "\u0e04\u0e33\u0e40\u0e15\u0e37\u0e2d\u0e19", - "We couldn't find any results for \"%s\".": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2b\u0e32\u0e1c\u0e25\u0e25\u0e31\u0e1e\u0e18\u0e4c\u0e43\u0e14\u0e46\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a \"%s\"", - "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "\u0e40\u0e23\u0e32\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e41\u0e25\u0e30\u0e01\u0e33\u0e25\u0e31\u0e07\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e15\u0e31\u0e27\u0e15\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 \u0e04\u0e38\u0e13\u0e08\u0e30\u0e40\u0e2b\u0e47\u0e19\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e1a\u0e19\u0e41\u0e14\u0e0a\u0e1a\u0e2d\u0e23\u0e4c\u0e14\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e01\u0e23\u0e30\u0e1a\u0e27\u0e19\u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e21\u0e1a\u0e39\u0e23\u0e13\u0e4c (\u0e1b\u0e01\u0e15\u0e34\u0e20\u0e32\u0e22\u0e43\u0e19 1-2 \u0e27\u0e31\u0e19) \u0e43\u0e19\u0e02\u0e13\u0e30\u0e40\u0e14\u0e35\u0e22\u0e27\u0e01\u0e31\u0e19\u0e04\u0e38\u0e13\u0e22\u0e31\u0e07\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e02\u0e49\u0e32\u0e16\u0e36\u0e07\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e17\u0e35\u0e48\u0e21\u0e35\u0e2d\u0e22\u0e39\u0e48\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", - "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "\u0e40\u0e23\u0e32\u0e43\u0e0a\u0e49\u0e23\u0e30\u0e1a\u0e1a\u0e23\u0e31\u0e01\u0e29\u0e32\u0e04\u0e27\u0e32\u0e21\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22\u0e02\u0e31\u0e49\u0e19\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14\u0e17\u0e35\u0e48\u0e2b\u0e32\u0e44\u0e14\u0e49\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e23\u0e31\u0e01\u0e29\u0e32\u0e23\u0e39\u0e1b\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e17\u0e35\u0e48\u0e2a\u0e48\u0e07\u0e21\u0e32\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e01\u0e31\u0e1a\u0e17\u0e32\u0e07\u0e40\u0e23\u0e32 \u0e23\u0e39\u0e1b\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e41\u0e25\u0e30\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e08\u0e30\u0e44\u0e21\u0e48\u0e16\u0e39\u0e01\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e2b\u0e23\u0e37\u0e2d\u0e40\u0e2b\u0e47\u0e19\u0e44\u0e14\u0e49\u0e08\u0e32\u0e01\u0e17\u0e35\u0e48\u0e2d\u0e37\u0e48\u0e19\u0e1a\u0e19%(platformName)s\u0e2b\u0e25\u0e31\u0e07\u0e08\u0e32\u0e01\u0e01\u0e23\u0e30\u0e1a\u0e27\u0e19\u0e01\u0e32\u0e23\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e15\u0e31\u0e27\u0e15\u0e19\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e34\u0e49\u0e19", - "We've encountered an error. Refresh your browser and then try again.": "\u0e40\u0e23\u0e32\u0e1e\u0e1a\u0e01\u0e31\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14 \u0e23\u0e35\u0e40\u0e1f\u0e23\u0e0a\u0e40\u0e1a\u0e23\u0e32\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e41\u0e25\u0e30\u0e1e\u0e22\u0e32\u0e22\u0e32\u0e21\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", - "Webcam": "\u0e40\u0e27\u0e47\u0e1a\u0e41\u0e04\u0e21", - "What You Need for Verification": "\u0e2a\u0e34\u0e48\u0e07\u0e17\u0e35\u0e48\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e43\u0e0a\u0e49\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a", - "What does %(platformName)s do with this photo?": "\u0e41\u0e25\u0e49\u0e27%(platformName)s \u0e08\u0e30\u0e17\u0e33\u0e2d\u0e30\u0e44\u0e23\u0e01\u0e31\u0e1a\u0e23\u0e39\u0e1b\u0e19\u0e35\u0e49?", - "What does this mean?": "\u0e2b\u0e21\u0e32\u0e22\u0e04\u0e27\u0e32\u0e21\u0e27\u0e48\u0e32\u0e2d\u0e30\u0e44\u0e23?", - "Why does %(platformName)s need my photo?": "\u0e17\u0e33\u0e44\u0e21%(platformName)s\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e23\u0e39\u0e1b\u0e02\u0e2d\u0e07\u0e09\u0e31\u0e19?", - "Would you like to sign in using your %(providerName)s credentials?": "\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e08\u0e30\u0e40\u0e02\u0e49\u0e32\u0e2a\u0e39\u0e48\u0e23\u0e30\u0e1a\u0e1a\u0e42\u0e14\u0e22\u0e43\u0e0a\u0e49\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25 %(providerName)s?", - "Year of Birth": "\u0e1b\u0e35\u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14", - "Yes, allow edits to the active Certificate": "\u0e43\u0e0a\u0e48 \u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e01\u0e32\u0e23\u0e41\u0e01\u0e49\u0e44\u0e02\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e2d\u0e22\u0e39\u0e48", - "Yesterday": "\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e27\u0e32\u0e19", - "You already belong to another team.": "\u0e04\u0e38\u0e13\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e02\u0e2d\u0e07\u0e17\u0e35\u0e21\u0e2d\u0e37\u0e48\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", - "You are a member of this team.": "\u0e04\u0e38\u0e13\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e02\u0e2d\u0e07\u0e17\u0e35\u0e21\u0e19\u0e35\u0e49", - "You are currently sharing a limited profile.": "\u0e04\u0e38\u0e13\u0e01\u0e33\u0e25\u0e31\u0e07\u0e41\u0e0a\u0e23\u0e4c\u0e1b\u0e23\u0e30\u0e27\u0e31\u0e15\u0e34\u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e08\u0e33\u0e01\u0e31\u0e14", - "You are not currently a member of any team.": "\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e02\u0e2d\u0e07\u0e17\u0e35\u0e21\u0e43\u0e14\u0e46\u0e43\u0e19\u0e1b\u0e31\u0e08\u0e08\u0e38\u0e1a\u0e31\u0e19", - "You are now enrolled as a verified student for:": "\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e40\u0e1b\u0e47\u0e19\u0e1c\u0e39\u0e49\u0e40\u0e23\u0e35\u0e22\u0e19\u0e17\u0e35\u0e48\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19:", - "You can now enter your payment information and complete your enrollment.": "\u0e02\u0e13\u0e30\u0e19\u0e35\u0e49\u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e2a\u0e48\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e41\u0e25\u0e30\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e34\u0e49\u0e19\u0e01\u0e32\u0e23\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19", - "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "\u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e44\u0e14\u0e49\u0e40\u0e25\u0e22\u0e16\u0e36\u0e07\u0e41\u0e21\u0e49\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e21\u0e35\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e15\u0e48\u0e2d\u0e44\u0e1b\u0e19\u0e35\u0e49 \u0e41\u0e15\u0e48\u0e04\u0e38\u0e13\u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e40\u0e2b\u0e25\u0e48\u0e32\u0e19\u0e35\u0e49\u0e15\u0e49\u0e2d\u0e07\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e01\u0e32\u0e23\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07", - "You can remove members from this team, especially if they have not participated in the team's activity.": "\u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e25\u0e1a\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e08\u0e32\u0e01\u0e17\u0e35\u0e21 \u0e42\u0e14\u0e22\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e22\u0e34\u0e48\u0e07\u0e16\u0e49\u0e32\u0e1e\u0e27\u0e01\u0e40\u0e02\u0e32\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e21\u0e35\u0e2a\u0e48\u0e27\u0e19\u0e23\u0e48\u0e27\u0e21\u0e43\u0e19\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e02\u0e2d\u0e07\u0e17\u0e35\u0e21", - "You commented...": "\u0e04\u0e38\u0e13\u0e41\u0e2a\u0e14\u0e07\u0e04\u0e27\u0e32\u0e21\u0e40\u0e2b\u0e47\u0e19...", - "You currently have no cohorts configured": "\u0e15\u0e2d\u0e19\u0e19\u0e35\u0e49\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e48\u0e32\u0e01\u0e25\u0e38\u0e48\u0e21\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e19", - "You did not select a content group": "\u0e04\u0e38\u0e13\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e01\u0e25\u0e38\u0e48\u0e21\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32", - "You don't seem to have Flash installed. Get Flash to continue your verification.": "\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e41\u0e1f\u0e25\u0e0a \u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e41\u0e1f\u0e25\u0e0a\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e15\u0e48\u0e2d\u0e44\u0e1b", - "You don't seem to have a webcam connected.": "\u0e14\u0e39\u0e40\u0e2b\u0e21\u0e37\u0e2d\u0e19\u0e27\u0e48\u0e32\u0e08\u0e30\u0e44\u0e21\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e15\u0e48\u0e2d\u0e40\u0e27\u0e47\u0e1a\u0e41\u0e04\u0e21", - "You have already verified your ID!": "\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e17\u0e33\u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a Id \u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e41\u0e25\u0e49\u0e27", - "You have not created any certificates yet.": "\u0e04\u0e38\u0e13\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07", - "You have not created any content groups yet.": "\u0e04\u0e38\u0e13\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e01\u0e25\u0e38\u0e48\u0e21\u0e2a\u0e32\u0e23\u0e30", - "You have not created any group configurations yet.": "\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e01\u0e32\u0e23\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e48\u0e32\u0e02\u0e2d\u0e07\u0e01\u0e25\u0e38\u0e48\u0e21\u0e43\u0e14\u0e46", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e04\u0e33\u0e2a\u0e31\u0e48\u0e07\u0e41\u0e25\u0e30\u0e04\u0e38\u0e13\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e17\u0e33\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e43\u0e14 \u0e46 \u0e43\u0e19\u0e1f\u0e34\u0e25\u0e14\u0e4c \u0e04\u0e38\u0e13\u0e2d\u0e32\u0e08\u0e21\u0e2d\u0e07\u0e2b\u0e32\u0e1b\u0e38\u0e48\u0e21\u0e44\u0e1b\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32\u0e1b\u0e38\u0e48\u0e21\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e04\u0e33\u0e2a\u0e31\u0e48\u0e07 \u0e41\u0e15\u0e48\u0e04\u0e38\u0e13\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e1f\u0e34\u0e25\u0e14\u0e4c \u0e01\u0e23\u0e38\u0e13\u0e32\u0e04\u0e25\u0e34\u0e01 OK \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01 \u0e04\u0e38\u0e13\u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e01\u0e43\u0e0a\u0e49\u0e04\u0e33\u0e2a\u0e31\u0e48\u0e07\u0e43\u0e2b\u0e21\u0e48\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "\u0e04\u0e38\u0e13\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e43\u0e19\u0e41\u0e15\u0e48\u0e25\u0e30\u0e1f\u0e34\u0e25\u0e14\u0e4c \u0e16\u0e49\u0e32\u0e04\u0e38\u0e13\u0e40\u0e23\u0e35\u0e22\u0e01\u0e43\u0e0a\u0e49\u0e04\u0e33\u0e2a\u0e31\u0e48\u0e07 \u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e08\u0e30\u0e2b\u0e32\u0e22\u0e44\u0e1b", - "You must enter a valid email address in order to add a new team member": "\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e23\u0e2d\u0e01\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e17\u0e35\u0e48\u0e08\u0e30\u0e44\u0e14\u0e49\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e04\u0e38\u0e13\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e17\u0e35\u0e21\u0e43\u0e2b\u0e21\u0e48", - "You must sign out and sign back in before your language changes take effect.": "\u0e04\u0e38\u0e13\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e25\u0e07\u0e0a\u0e37\u0e48\u0e2d\u0e2d\u0e2d\u0e01\u0e41\u0e25\u0e30\u0e25\u0e07\u0e0a\u0e37\u0e48\u0e2d\u0e01\u0e25\u0e31\u0e1a\u0e40\u0e02\u0e49\u0e32\u0e21\u0e32 \u0e01\u0e48\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e20\u0e32\u0e29\u0e32\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e08\u0e30\u0e2a\u0e48\u0e07\u0e1c\u0e25\u0e01\u0e23\u0e30\u0e17\u0e1a", - "You must specify a name for the cohort": "\u0e04\u0e38\u0e13\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e23\u0e30\u0e1a\u0e38\u0e0a\u0e37\u0e48\u0e2d\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e25\u0e38\u0e48\u0e21", - "You need a computer that has a webcam. When you receive a browser prompt, make sure that you allow access to the camera.": "\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e04\u0e2d\u0e21\u0e1e\u0e34\u0e27\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e17\u0e35\u0e48\u0e21\u0e35\u0e01\u0e25\u0e49\u0e2d\u0e07 \u0e40\u0e21\u0e37\u0e48\u0e2d\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e15\u0e2d\u0e1a\u0e2a\u0e19\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e40\u0e1a\u0e23\u0e32\u0e27\u0e4c\u0e40\u0e0b\u0e2d\u0e23\u0e4c \u0e42\u0e1b\u0e23\u0e14\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e27\u0e48\u0e32\u0e04\u0e38\u0e13\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e43\u0e2b\u0e49\u0e40\u0e02\u0e49\u0e32\u0e16\u0e36\u0e07\u0e01\u0e25\u0e49\u0e2d\u0e07", - "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e43\u0e1a\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e02\u0e31\u0e1a\u0e02\u0e35\u0e48 \u0e2b\u0e19\u0e31\u0e07\u0e2a\u0e37\u0e2d\u0e40\u0e14\u0e34\u0e19\u0e17\u0e32\u0e07\u0e2b\u0e23\u0e37\u0e2d\u0e1a\u0e31\u0e15\u0e23\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e15\u0e31\u0e27\u0e17\u0e35\u0e48\u0e2d\u0e2d\u0e01\u0e42\u0e14\u0e22\u0e20\u0e32\u0e04\u0e23\u0e31\u0e10\u0e2d\u0e37\u0e48\u0e19 \u0e46 \u0e17\u0e35\u0e48\u0e21\u0e35\u0e0a\u0e37\u0e48\u0e2d\u0e41\u0e25\u0e30\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", - "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e1a\u0e31\u0e15\u0e23\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e15\u0e31\u0e27\u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e0a\u0e37\u0e48\u0e2d\u0e41\u0e25\u0e30\u0e23\u0e39\u0e1b\u0e16\u0e48\u0e32\u0e22 \u0e43\u0e1a\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e02\u0e31\u0e1a\u0e02\u0e35\u0e48 \u0e2b\u0e19\u0e31\u0e07\u0e2a\u0e37\u0e2d\u0e40\u0e14\u0e34\u0e19\u0e17\u0e32\u0e07\u0e2b\u0e23\u0e37\u0e2d\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e17\u0e35\u0e48\u0e2d\u0e2d\u0e01\u0e42\u0e14\u0e22\u0e20\u0e32\u0e04\u0e23\u0e31\u0e10\u0e2d\u0e37\u0e48\u0e19 \u0e46 \u0e25\u0e49\u0e27\u0e19\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a\u0e44\u0e14\u0e49", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e40\u0e1b\u0e34\u0e14\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e1a\u0e31\u0e0d\u0e0a\u0e35\u0e01\u0e48\u0e2d\u0e19\u0e16\u0e36\u0e07\u0e08\u0e30\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e44\u0e14\u0e49 \u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e43\u0e19\u0e01\u0e25\u0e48\u0e2d\u0e07\u0e08\u0e14\u0e2b\u0e21\u0e32\u0e22", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e40\u0e1b\u0e34\u0e14\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e1a\u0e31\u0e0d\u0e0a\u0e35\u0e01\u0e48\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e04\u0e38\u0e13\u0e08\u0e30\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e44\u0e14\u0e49 \u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e43\u0e19\u0e01\u0e25\u0e48\u0e2d\u0e07\u0e08\u0e14\u0e2b\u0e21\u0e32\u0e22 \u0e2b\u0e25\u0e31\u0e07\u0e08\u0e32\u0e01\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27\u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e01\u0e25\u0e31\u0e1a\u0e44\u0e1b\u0e41\u0e25\u0e30\u0e23\u0e35\u0e40\u0e1f\u0e0a\u0e23\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49\u0e44\u0e14\u0e49", - "You still need to visit the %(display_name)s website to complete the credit process.": "\u0e04\u0e38\u0e13\u0e22\u0e31\u0e07\u0e15\u0e49\u0e2d\u0e07\u0e40\u0e02\u0e49\u0e32\u0e0a\u0e21\u0e40\u0e27\u0e47\u0e1a\u0e44\u0e0b\u0e15\u0e4c %(display_name)s \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e43\u0e2b\u0e49\u0e01\u0e23\u0e30\u0e1a\u0e27\u0e19\u0e01\u0e32\u0e23\u0e02\u0e2d\u0e07\u0e2b\u0e19\u0e48\u0e27\u0e22\u0e01\u0e34\u0e15\u0e2a\u0e21\u0e1a\u0e39\u0e23\u0e13\u0e4c", - "You will not receive notification for emails that bounce, so double-check your spelling.": "\u0e04\u0e38\u0e13\u0e08\u0e30\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e41\u0e08\u0e49\u0e07\u0e40\u0e15\u0e37\u0e2d\u0e19\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e42\u0e14\u0e22\u0e21\u0e35\u0e01\u0e32\u0e23\u0e15\u0e35\u0e01\u0e25\u0e31\u0e1a \u0e14\u0e31\u0e07\u0e19\u0e31\u0e49\u0e19\u0e42\u0e1b\u0e23\u0e14\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e01\u0e32\u0e23\u0e2a\u0e30\u0e01\u0e14\u0e04\u0e33", - "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e2a\u0e48\u0e07\u0e01\u0e32\u0e23\u0e15\u0e2d\u0e1a\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e07\u0e32\u0e19\u0e19\u0e35\u0e49 \u0e2b\u0e25\u0e31\u0e07\u0e08\u0e32\u0e01\u0e2a\u0e48\u0e07\u0e41\u0e25\u0e49\u0e27 \u0e04\u0e38\u0e13\u0e08\u0e30\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e2b\u0e23\u0e37\u0e2d\u0e2a\u0e48\u0e07\u0e43\u0e2b\u0e21\u0e48\u0e44\u0e14\u0e49\u0e2d\u0e35\u0e01", - "You've made some changes": "\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e17\u0e33\u0e01\u0e32\u0e23\u0e41\u0e01\u0e49\u0e44\u0e02\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e1a\u0e32\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07", - "You've made some changes, but there are some errors": "\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e17\u0e33\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e1a\u0e32\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07 \u0e41\u0e15\u0e48\u0e01\u0e47\u0e22\u0e31\u0e07\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e1a\u0e32\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e2d\u0e22\u0e39\u0e48", - "Your changes have been saved.": "\u0e01\u0e32\u0e23\u0e41\u0e01\u0e49\u0e44\u0e02\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e41\u0e25\u0e49\u0e27", - "Your changes will not take effect until you save your progress.": "\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e08\u0e30\u0e44\u0e21\u0e48\u0e21\u0e35\u0e1c\u0e25\u0e08\u0e19\u0e01\u0e27\u0e48\u0e32\u0e04\u0e38\u0e13\u0e08\u0e30\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e04\u0e27\u0e32\u0e21\u0e04\u0e37\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", - "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e08\u0e30\u0e44\u0e21\u0e48\u0e21\u0e35\u0e1c\u0e25\u0e08\u0e19\u0e01\u0e27\u0e48\u0e32\u0e04\u0e38\u0e13\u0e08\u0e30\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e04\u0e27\u0e32\u0e21\u0e04\u0e37\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 \u0e40\u0e1e\u0e35\u0e22\u0e07\u0e41\u0e04\u0e48\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e14\u0e49\u0e27\u0e22\u0e14\u0e49\u0e27\u0e22\u0e04\u0e35\u0e22\u0e4c\u0e41\u0e25\u0e30\u0e04\u0e48\u0e32\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a \u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e08\u0e30\u0e44\u0e21\u0e48\u0e21\u0e35\u0e1c\u0e25\u0e15\u0e48\u0e2d\u0e01\u0e32\u0e23\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e14\u0e46 \u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19", - "Your donation could not be submitted.": "\u0e01\u0e32\u0e23\u0e1a\u0e23\u0e34\u0e08\u0e32\u0e04\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2a\u0e48\u0e07\u0e44\u0e14\u0e49", - "Your entire face fits inside the frame.": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e1e\u0e2d\u0e14\u0e35\u0e01\u0e31\u0e1a\u0e43\u0e19\u0e01\u0e23\u0e2d\u0e1a\u0e23\u0e39\u0e1b", - "Your face is well-lit.": "\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e27\u0e48\u0e32\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07", - "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "\u0e44\u0e1f\u0e25\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 '{file}' \u0e16\u0e39\u0e01\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14\u0e41\u0e25\u0e49\u0e27. \u0e01\u0e23\u0e38\u0e13\u0e32\u0e23\u0e2d\u0e2a\u0e31\u0e01\u0e04\u0e23\u0e39\u0e48", - "Your file could not be uploaded": "\u0e44\u0e1f\u0e25\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14", - "Your file has been deleted.": "\u0e44\u0e1f\u0e25\u0e4c\u0e02\u0e2d\u0e07\u0e17\u0e48\u0e32\u0e19\u0e16\u0e39\u0e01\u0e25\u0e1a\u0e41\u0e25\u0e49\u0e27", - "Your message cannot be blank.": "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e1b\u0e47\u0e19\u0e0a\u0e48\u0e2d\u0e07\u0e27\u0e48\u0e32\u0e07", - "Your message must have a subject.": "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e0a\u0e37\u0e48\u0e2d\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07", - "Your policy changes have been saved.": "\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e19\u0e42\u0e22\u0e1a\u0e32\u0e22\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e41\u0e25\u0e49\u0e27", - "Your post will be discarded.": "\u0e01\u0e32\u0e23\u0e42\u0e1e\u0e2a\u0e15\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e08\u0e30\u0e16\u0e39\u0e01\u0e1b\u0e0f\u0e34\u0e40\u0e2a\u0e18", - "Your request could not be completed. Reload the page and try again.": "\u0e04\u0e33\u0e23\u0e49\u0e2d\u0e07\u0e02\u0e2d\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e17\u0e33\u0e43\u0e2b\u0e49\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e34\u0e49\u0e19\u0e44\u0e14\u0e49 \u0e42\u0e2b\u0e25\u0e14\u0e40\u0e1e\u0e08\u0e43\u0e2b\u0e21\u0e48\u0e41\u0e25\u0e30\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", - "Your team could not be created.": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e01\u0e48\u0e2d\u0e15\u0e31\u0e49\u0e07\u0e17\u0e35\u0e21\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", - "Your team could not be updated.": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e41\u0e01\u0e49\u0e44\u0e02\u0e17\u0e35\u0e21\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", - "Your upload of '{file}' failed.": "\u0e01\u0e32\u0e23\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14 {file} \u0e25\u0e49\u0e21\u0e40\u0e2b\u0e25\u0e27", - "Your upload of '{file}' succeeded.": "\u0e01\u0e32\u0e23\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14 '{file}' \u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", - "Zoom In": "\u0e02\u0e22\u0e32\u0e22", - "Zoom Out": "\u0e22\u0e48\u0e2d", - "[no tags]": "[\u0e44\u0e21\u0e48\u0e21\u0e35\u0e41\u0e17\u0e47\u0e01]", - "and others": "\u0e41\u0e25\u0e30 \u0e2d\u0e37\u0e48\u0e19\u0e46", - "anonymous": "\u0e19\u0e34\u0e23\u0e19\u0e32\u0e21", - "bytes": "\u0e44\u0e1a\u0e15\u0e4c", - "certificate": "\u0e1b\u0e23\u0e30\u0e01\u0e32\u0e28\u0e19\u0e35\u0e22\u0e1a\u0e31\u0e15\u0e23", - "content group": "\u0e01\u0e25\u0e38\u0e48\u0e21\u0e2a\u0e32\u0e23\u0e30", - "dragging": "\u0e01\u0e33\u0e25\u0e31\u0e07\u0e25\u0e32\u0e01", - "dragging out of slider": "\u0e25\u0e32\u0e01\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e41\u0e16\u0e1a\u0e40\u0e25\u0e37\u0e48\u0e2d\u0e19", - "dropped in slider": "\u0e27\u0e32\u0e07\u0e43\u0e19\u0e41\u0e16\u0e1a\u0e40\u0e25\u0e37\u0e48\u0e2d\u0e19", - "dropped on target": "\u0e25\u0e32\u0e01\u0e44\u0e1b\u0e1a\u0e19\u0e40\u0e1b\u0e49\u0e32\u0e2b\u0e21\u0e32\u0e22", - "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "\u0e40\u0e0a\u0e48\u0e19 johndoe@example.com, JaneDoe, joeydoe@example.com", - "emphasized text": "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e17\u0e35\u0e48\u0e40\u0e19\u0e49\u0e19", - "enter code here": "\u0e43\u0e2a\u0e48\u0e23\u0e2b\u0e31\u0e2a\u0e17\u0e35\u0e48\u0e19\u0e35\u0e48", - "enter link description here": "\u0e43\u0e2a\u0e48\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e42\u0e22\u0e07\u0e17\u0e35\u0e48\u0e19\u0e35\u0e48", - "group configuration": "\u0e01\u0e32\u0e23\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e48\u0e32\u0e01\u0e25\u0e38\u0e48\u0e21", - "last activity": "\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e2a\u0e38\u0e14\u0e17\u0e49\u0e32\u0e22", - "name": "\u0e0a\u0e37\u0e48\u0e2d", - "open slots": "\u0e40\u0e1b\u0e34\u0e14\u0e0a\u0e48\u0e2d\u0e07\u0e43\u0e2a\u0e48", - "or": "\u0e2b\u0e23\u0e37\u0e2d", - "or create a new one here": "\u0e2b\u0e23\u0e37\u0e2d\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e1a\u0e31\u0e0d\u0e0a\u0e35\u0e43\u0e2b\u0e21\u0e48\u0e17\u0e35\u0e48\u0e19\u0e35\u0e48", - "or sign in with": "\u0e2b\u0e23\u0e37\u0e2d\u0e40\u0e02\u0e49\u0e32\u0e2a\u0e39\u0e48\u0e23\u0e30\u0e1a\u0e1a\u0e14\u0e49\u0e27\u0e22", - "price": "\u0e23\u0e32\u0e04\u0e32", - "remove": "\u0e25\u0e1a", - "remove all": "\u0e25\u0e1a\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", - "strong text": "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e15\u0e31\u0e27\u0e2b\u0e19\u0e32", - "team count": "\u0e19\u0e31\u0e1a\u0e17\u0e35\u0e21", - "username or email": "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e2b\u0e23\u0e37\u0e2d\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c", - "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start}\u0e40\u0e1a\u0e23\u0e32\u0e27\u0e4c\u0e17\u0e35\u0e21\u0e43\u0e19\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d\u0e2d\u0e37\u0e48\u0e19{span_end} \u0e2b\u0e23\u0e37\u0e2d {search_span_start} \u0e04\u0e49\u0e19\u0e2b\u0e32\u0e17\u0e35\u0e21 {span_end} \u0e43\u0e19\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d\u0e19\u0e35\u0e49. \u0e16\u0e49\u0e32\u0e04\u0e38\u0e13\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2b\u0e32\u0e17\u0e35\u0e21\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e40\u0e02\u0e49\u0e32\u0e23\u0e48\u0e27\u0e21, {create_span_start} \u0e2a\u0e23\u0e49\u0e32\u0e07\u0e17\u0e35\u0e21\u0e43\u0e2b\u0e21\u0e48\u0e43\u0e19\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d\u0e19\u0e35\u0e49 {span_end}.", - "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} \u0e19\u0e35\u0e49\u0e16\u0e39\u0e01\u0e43\u0e0a\u0e49\u0e43\u0e19\u0e17\u0e35\u0e21 {container} \u0e41\u0e25\u0e49\u0e27 \u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07 \u0e2b\u0e32\u0e01\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e08\u0e30\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e43\u0e2b\u0e21\u0e48", + ], + "Want to confirm your identity later?": "\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e15\u0e31\u0e27\u0e15\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e43\u0e19\u0e20\u0e32\u0e22\u0e2b\u0e25\u0e31\u0e07?", + "Warning": "\u0e04\u0e33\u0e40\u0e15\u0e37\u0e2d\u0e19", + "Warnings": "\u0e04\u0e33\u0e40\u0e15\u0e37\u0e2d\u0e19", + "We couldn't find any results for \"%s\".": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2b\u0e32\u0e1c\u0e25\u0e25\u0e31\u0e1e\u0e18\u0e4c\u0e43\u0e14\u0e46\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a \"%s\"", + "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "\u0e40\u0e23\u0e32\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e41\u0e25\u0e30\u0e01\u0e33\u0e25\u0e31\u0e07\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e15\u0e31\u0e27\u0e15\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 \u0e04\u0e38\u0e13\u0e08\u0e30\u0e40\u0e2b\u0e47\u0e19\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e1a\u0e19\u0e41\u0e14\u0e0a\u0e1a\u0e2d\u0e23\u0e4c\u0e14\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e01\u0e23\u0e30\u0e1a\u0e27\u0e19\u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e21\u0e1a\u0e39\u0e23\u0e13\u0e4c (\u0e1b\u0e01\u0e15\u0e34\u0e20\u0e32\u0e22\u0e43\u0e19 1-2 \u0e27\u0e31\u0e19) \u0e43\u0e19\u0e02\u0e13\u0e30\u0e40\u0e14\u0e35\u0e22\u0e27\u0e01\u0e31\u0e19\u0e04\u0e38\u0e13\u0e22\u0e31\u0e07\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e02\u0e49\u0e32\u0e16\u0e36\u0e07\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e17\u0e35\u0e48\u0e21\u0e35\u0e2d\u0e22\u0e39\u0e48\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", + "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "\u0e40\u0e23\u0e32\u0e43\u0e0a\u0e49\u0e23\u0e30\u0e1a\u0e1a\u0e23\u0e31\u0e01\u0e29\u0e32\u0e04\u0e27\u0e32\u0e21\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22\u0e02\u0e31\u0e49\u0e19\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14\u0e17\u0e35\u0e48\u0e2b\u0e32\u0e44\u0e14\u0e49\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e23\u0e31\u0e01\u0e29\u0e32\u0e23\u0e39\u0e1b\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e17\u0e35\u0e48\u0e2a\u0e48\u0e07\u0e21\u0e32\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e01\u0e31\u0e1a\u0e17\u0e32\u0e07\u0e40\u0e23\u0e32 \u0e23\u0e39\u0e1b\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e41\u0e25\u0e30\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e08\u0e30\u0e44\u0e21\u0e48\u0e16\u0e39\u0e01\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e2b\u0e23\u0e37\u0e2d\u0e40\u0e2b\u0e47\u0e19\u0e44\u0e14\u0e49\u0e08\u0e32\u0e01\u0e17\u0e35\u0e48\u0e2d\u0e37\u0e48\u0e19\u0e1a\u0e19%(platformName)s\u0e2b\u0e25\u0e31\u0e07\u0e08\u0e32\u0e01\u0e01\u0e23\u0e30\u0e1a\u0e27\u0e19\u0e01\u0e32\u0e23\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e15\u0e31\u0e27\u0e15\u0e19\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e34\u0e49\u0e19", + "We've encountered an error. Refresh your browser and then try again.": "\u0e40\u0e23\u0e32\u0e1e\u0e1a\u0e01\u0e31\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14 \u0e23\u0e35\u0e40\u0e1f\u0e23\u0e0a\u0e40\u0e1a\u0e23\u0e32\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e41\u0e25\u0e30\u0e1e\u0e22\u0e32\u0e22\u0e32\u0e21\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", + "Webcam": "\u0e40\u0e27\u0e47\u0e1a\u0e41\u0e04\u0e21", + "What You Need for Verification": "\u0e2a\u0e34\u0e48\u0e07\u0e17\u0e35\u0e48\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e43\u0e0a\u0e49\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a", + "What does %(platformName)s do with this photo?": "\u0e41\u0e25\u0e49\u0e27%(platformName)s \u0e08\u0e30\u0e17\u0e33\u0e2d\u0e30\u0e44\u0e23\u0e01\u0e31\u0e1a\u0e23\u0e39\u0e1b\u0e19\u0e35\u0e49?", + "What does this mean?": "\u0e2b\u0e21\u0e32\u0e22\u0e04\u0e27\u0e32\u0e21\u0e27\u0e48\u0e32\u0e2d\u0e30\u0e44\u0e23?", + "Why does %(platformName)s need my photo?": "\u0e17\u0e33\u0e44\u0e21%(platformName)s\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e23\u0e39\u0e1b\u0e02\u0e2d\u0e07\u0e09\u0e31\u0e19?", + "Would you like to sign in using your %(providerName)s credentials?": "\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e08\u0e30\u0e40\u0e02\u0e49\u0e32\u0e2a\u0e39\u0e48\u0e23\u0e30\u0e1a\u0e1a\u0e42\u0e14\u0e22\u0e43\u0e0a\u0e49\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25 %(providerName)s?", + "Year of Birth": "\u0e1b\u0e35\u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14", + "Yes, allow edits to the active Certificate": "\u0e43\u0e0a\u0e48 \u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e01\u0e32\u0e23\u0e41\u0e01\u0e49\u0e44\u0e02\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e2d\u0e22\u0e39\u0e48", + "Yesterday": "\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e27\u0e32\u0e19", + "You already belong to another team.": "\u0e04\u0e38\u0e13\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e02\u0e2d\u0e07\u0e17\u0e35\u0e21\u0e2d\u0e37\u0e48\u0e19\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e41\u0e25\u0e49\u0e27", + "You are a member of this team.": "\u0e04\u0e38\u0e13\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e02\u0e2d\u0e07\u0e17\u0e35\u0e21\u0e19\u0e35\u0e49", + "You are currently sharing a limited profile.": "\u0e04\u0e38\u0e13\u0e01\u0e33\u0e25\u0e31\u0e07\u0e41\u0e0a\u0e23\u0e4c\u0e1b\u0e23\u0e30\u0e27\u0e31\u0e15\u0e34\u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e08\u0e33\u0e01\u0e31\u0e14", + "You are not currently a member of any team.": "\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e02\u0e2d\u0e07\u0e17\u0e35\u0e21\u0e43\u0e14\u0e46\u0e43\u0e19\u0e1b\u0e31\u0e08\u0e08\u0e38\u0e1a\u0e31\u0e19", + "You are now enrolled as a verified student for:": "\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e40\u0e1b\u0e47\u0e19\u0e1c\u0e39\u0e49\u0e40\u0e23\u0e35\u0e22\u0e19\u0e17\u0e35\u0e48\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19:", + "You can now enter your payment information and complete your enrollment.": "\u0e02\u0e13\u0e30\u0e19\u0e35\u0e49\u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e2a\u0e48\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e41\u0e25\u0e30\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e34\u0e49\u0e19\u0e01\u0e32\u0e23\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19", + "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "\u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e44\u0e14\u0e49\u0e40\u0e25\u0e22\u0e16\u0e36\u0e07\u0e41\u0e21\u0e49\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e21\u0e35\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e15\u0e48\u0e2d\u0e44\u0e1b\u0e19\u0e35\u0e49 \u0e41\u0e15\u0e48\u0e04\u0e38\u0e13\u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e40\u0e2b\u0e25\u0e48\u0e32\u0e19\u0e35\u0e49\u0e15\u0e49\u0e2d\u0e07\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e01\u0e32\u0e23\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07", + "You can remove members from this team, especially if they have not participated in the team's activity.": "\u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e25\u0e1a\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e08\u0e32\u0e01\u0e17\u0e35\u0e21 \u0e42\u0e14\u0e22\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e22\u0e34\u0e48\u0e07\u0e16\u0e49\u0e32\u0e1e\u0e27\u0e01\u0e40\u0e02\u0e32\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e21\u0e35\u0e2a\u0e48\u0e27\u0e19\u0e23\u0e48\u0e27\u0e21\u0e43\u0e19\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e02\u0e2d\u0e07\u0e17\u0e35\u0e21", + "You commented...": "\u0e04\u0e38\u0e13\u0e41\u0e2a\u0e14\u0e07\u0e04\u0e27\u0e32\u0e21\u0e40\u0e2b\u0e47\u0e19...", + "You currently have no cohorts configured": "\u0e15\u0e2d\u0e19\u0e19\u0e35\u0e49\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e48\u0e32\u0e01\u0e25\u0e38\u0e48\u0e21\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e19", + "You did not select a content group": "\u0e04\u0e38\u0e13\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e01\u0e25\u0e38\u0e48\u0e21\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32", + "You don't seem to have Flash installed. Get Flash to continue your verification.": "\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e41\u0e1f\u0e25\u0e0a \u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e41\u0e1f\u0e25\u0e0a\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e15\u0e48\u0e2d\u0e44\u0e1b", + "You don't seem to have a webcam connected.": "\u0e14\u0e39\u0e40\u0e2b\u0e21\u0e37\u0e2d\u0e19\u0e27\u0e48\u0e32\u0e08\u0e30\u0e44\u0e21\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e15\u0e48\u0e2d\u0e40\u0e27\u0e47\u0e1a\u0e41\u0e04\u0e21", + "You have already verified your ID!": "\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e17\u0e33\u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a Id \u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e41\u0e25\u0e49\u0e27", + "You have not created any certificates yet.": "\u0e04\u0e38\u0e13\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07", + "You have not created any content groups yet.": "\u0e04\u0e38\u0e13\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e01\u0e25\u0e38\u0e48\u0e21\u0e2a\u0e32\u0e23\u0e30", + "You have not created any group configurations yet.": "\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e01\u0e32\u0e23\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e48\u0e32\u0e02\u0e2d\u0e07\u0e01\u0e25\u0e38\u0e48\u0e21\u0e43\u0e14\u0e46", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e04\u0e33\u0e2a\u0e31\u0e48\u0e07\u0e41\u0e25\u0e30\u0e04\u0e38\u0e13\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e17\u0e33\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e43\u0e14 \u0e46 \u0e43\u0e19\u0e1f\u0e34\u0e25\u0e14\u0e4c \u0e04\u0e38\u0e13\u0e2d\u0e32\u0e08\u0e21\u0e2d\u0e07\u0e2b\u0e32\u0e1b\u0e38\u0e48\u0e21\u0e44\u0e1b\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32\u0e1b\u0e38\u0e48\u0e21\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e04\u0e33\u0e2a\u0e31\u0e48\u0e07 \u0e41\u0e15\u0e48\u0e04\u0e38\u0e13\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e1f\u0e34\u0e25\u0e14\u0e4c \u0e01\u0e23\u0e38\u0e13\u0e32\u0e04\u0e25\u0e34\u0e01 OK \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01 \u0e04\u0e38\u0e13\u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e01\u0e43\u0e0a\u0e49\u0e04\u0e33\u0e2a\u0e31\u0e48\u0e07\u0e43\u0e2b\u0e21\u0e48\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "\u0e04\u0e38\u0e13\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e43\u0e19\u0e41\u0e15\u0e48\u0e25\u0e30\u0e1f\u0e34\u0e25\u0e14\u0e4c \u0e16\u0e49\u0e32\u0e04\u0e38\u0e13\u0e40\u0e23\u0e35\u0e22\u0e01\u0e43\u0e0a\u0e49\u0e04\u0e33\u0e2a\u0e31\u0e48\u0e07 \u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e08\u0e30\u0e2b\u0e32\u0e22\u0e44\u0e1b", + "You must enter a valid email address in order to add a new team member": "\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e23\u0e2d\u0e01\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e17\u0e35\u0e48\u0e08\u0e30\u0e44\u0e14\u0e49\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e04\u0e38\u0e13\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e17\u0e35\u0e21\u0e43\u0e2b\u0e21\u0e48", + "You must sign out and sign back in before your language changes take effect.": "\u0e04\u0e38\u0e13\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e25\u0e07\u0e0a\u0e37\u0e48\u0e2d\u0e2d\u0e2d\u0e01\u0e41\u0e25\u0e30\u0e25\u0e07\u0e0a\u0e37\u0e48\u0e2d\u0e01\u0e25\u0e31\u0e1a\u0e40\u0e02\u0e49\u0e32\u0e21\u0e32 \u0e01\u0e48\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e20\u0e32\u0e29\u0e32\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e08\u0e30\u0e2a\u0e48\u0e07\u0e1c\u0e25\u0e01\u0e23\u0e30\u0e17\u0e1a", + "You must specify a name for the cohort": "\u0e04\u0e38\u0e13\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e23\u0e30\u0e1a\u0e38\u0e0a\u0e37\u0e48\u0e2d\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e25\u0e38\u0e48\u0e21", + "You need a computer that has a webcam. When you receive a browser prompt, make sure that you allow access to the camera.": "\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e04\u0e2d\u0e21\u0e1e\u0e34\u0e27\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e17\u0e35\u0e48\u0e21\u0e35\u0e01\u0e25\u0e49\u0e2d\u0e07 \u0e40\u0e21\u0e37\u0e48\u0e2d\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e15\u0e2d\u0e1a\u0e2a\u0e19\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e40\u0e1a\u0e23\u0e32\u0e27\u0e4c\u0e40\u0e0b\u0e2d\u0e23\u0e4c \u0e42\u0e1b\u0e23\u0e14\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e27\u0e48\u0e32\u0e04\u0e38\u0e13\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e43\u0e2b\u0e49\u0e40\u0e02\u0e49\u0e32\u0e16\u0e36\u0e07\u0e01\u0e25\u0e49\u0e2d\u0e07", + "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e43\u0e1a\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e02\u0e31\u0e1a\u0e02\u0e35\u0e48 \u0e2b\u0e19\u0e31\u0e07\u0e2a\u0e37\u0e2d\u0e40\u0e14\u0e34\u0e19\u0e17\u0e32\u0e07\u0e2b\u0e23\u0e37\u0e2d\u0e1a\u0e31\u0e15\u0e23\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e15\u0e31\u0e27\u0e17\u0e35\u0e48\u0e2d\u0e2d\u0e01\u0e42\u0e14\u0e22\u0e20\u0e32\u0e04\u0e23\u0e31\u0e10\u0e2d\u0e37\u0e48\u0e19 \u0e46 \u0e17\u0e35\u0e48\u0e21\u0e35\u0e0a\u0e37\u0e48\u0e2d\u0e41\u0e25\u0e30\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e1a\u0e31\u0e15\u0e23\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e15\u0e31\u0e27\u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e0a\u0e37\u0e48\u0e2d\u0e41\u0e25\u0e30\u0e23\u0e39\u0e1b\u0e16\u0e48\u0e32\u0e22 \u0e43\u0e1a\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e02\u0e31\u0e1a\u0e02\u0e35\u0e48 \u0e2b\u0e19\u0e31\u0e07\u0e2a\u0e37\u0e2d\u0e40\u0e14\u0e34\u0e19\u0e17\u0e32\u0e07\u0e2b\u0e23\u0e37\u0e2d\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e17\u0e35\u0e48\u0e2d\u0e2d\u0e01\u0e42\u0e14\u0e22\u0e20\u0e32\u0e04\u0e23\u0e31\u0e10\u0e2d\u0e37\u0e48\u0e19 \u0e46 \u0e25\u0e49\u0e27\u0e19\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a\u0e44\u0e14\u0e49", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e40\u0e1b\u0e34\u0e14\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e1a\u0e31\u0e0d\u0e0a\u0e35\u0e01\u0e48\u0e2d\u0e19\u0e16\u0e36\u0e07\u0e08\u0e30\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e44\u0e14\u0e49 \u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e43\u0e19\u0e01\u0e25\u0e48\u0e2d\u0e07\u0e08\u0e14\u0e2b\u0e21\u0e32\u0e22", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e40\u0e1b\u0e34\u0e14\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e1a\u0e31\u0e0d\u0e0a\u0e35\u0e01\u0e48\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e04\u0e38\u0e13\u0e08\u0e30\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e44\u0e14\u0e49 \u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e43\u0e19\u0e01\u0e25\u0e48\u0e2d\u0e07\u0e08\u0e14\u0e2b\u0e21\u0e32\u0e22 \u0e2b\u0e25\u0e31\u0e07\u0e08\u0e32\u0e01\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e41\u0e25\u0e49\u0e27\u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e01\u0e25\u0e31\u0e1a\u0e44\u0e1b\u0e41\u0e25\u0e30\u0e23\u0e35\u0e40\u0e1f\u0e0a\u0e23\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49\u0e44\u0e14\u0e49", + "You still need to visit the %(display_name)s website to complete the credit process.": "\u0e04\u0e38\u0e13\u0e22\u0e31\u0e07\u0e15\u0e49\u0e2d\u0e07\u0e40\u0e02\u0e49\u0e32\u0e0a\u0e21\u0e40\u0e27\u0e47\u0e1a\u0e44\u0e0b\u0e15\u0e4c %(display_name)s \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e43\u0e2b\u0e49\u0e01\u0e23\u0e30\u0e1a\u0e27\u0e19\u0e01\u0e32\u0e23\u0e02\u0e2d\u0e07\u0e2b\u0e19\u0e48\u0e27\u0e22\u0e01\u0e34\u0e15\u0e2a\u0e21\u0e1a\u0e39\u0e23\u0e13\u0e4c", + "You will not receive notification for emails that bounce, so double-check your spelling.": "\u0e04\u0e38\u0e13\u0e08\u0e30\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e41\u0e08\u0e49\u0e07\u0e40\u0e15\u0e37\u0e2d\u0e19\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e42\u0e14\u0e22\u0e21\u0e35\u0e01\u0e32\u0e23\u0e15\u0e35\u0e01\u0e25\u0e31\u0e1a \u0e14\u0e31\u0e07\u0e19\u0e31\u0e49\u0e19\u0e42\u0e1b\u0e23\u0e14\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e01\u0e32\u0e23\u0e2a\u0e30\u0e01\u0e14\u0e04\u0e33", + "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e2a\u0e48\u0e07\u0e01\u0e32\u0e23\u0e15\u0e2d\u0e1a\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e07\u0e32\u0e19\u0e19\u0e35\u0e49 \u0e2b\u0e25\u0e31\u0e07\u0e08\u0e32\u0e01\u0e2a\u0e48\u0e07\u0e41\u0e25\u0e49\u0e27 \u0e04\u0e38\u0e13\u0e08\u0e30\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e2b\u0e23\u0e37\u0e2d\u0e2a\u0e48\u0e07\u0e43\u0e2b\u0e21\u0e48\u0e44\u0e14\u0e49\u0e2d\u0e35\u0e01", + "You've made some changes": "\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e17\u0e33\u0e01\u0e32\u0e23\u0e41\u0e01\u0e49\u0e44\u0e02\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e1a\u0e32\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07", + "You've made some changes, but there are some errors": "\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e17\u0e33\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e1a\u0e32\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07 \u0e41\u0e15\u0e48\u0e01\u0e47\u0e22\u0e31\u0e07\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e1a\u0e32\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e2d\u0e22\u0e39\u0e48", + "Your changes have been saved.": "\u0e01\u0e32\u0e23\u0e41\u0e01\u0e49\u0e44\u0e02\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e41\u0e25\u0e49\u0e27", + "Your changes will not take effect until you save your progress.": "\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e08\u0e30\u0e44\u0e21\u0e48\u0e21\u0e35\u0e1c\u0e25\u0e08\u0e19\u0e01\u0e27\u0e48\u0e32\u0e04\u0e38\u0e13\u0e08\u0e30\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e04\u0e27\u0e32\u0e21\u0e04\u0e37\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e08\u0e30\u0e44\u0e21\u0e48\u0e21\u0e35\u0e1c\u0e25\u0e08\u0e19\u0e01\u0e27\u0e48\u0e32\u0e04\u0e38\u0e13\u0e08\u0e30\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e04\u0e27\u0e32\u0e21\u0e04\u0e37\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 \u0e40\u0e1e\u0e35\u0e22\u0e07\u0e41\u0e04\u0e48\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e14\u0e49\u0e27\u0e22\u0e14\u0e49\u0e27\u0e22\u0e04\u0e35\u0e22\u0e4c\u0e41\u0e25\u0e30\u0e04\u0e48\u0e32\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a \u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e08\u0e30\u0e44\u0e21\u0e48\u0e21\u0e35\u0e1c\u0e25\u0e15\u0e48\u0e2d\u0e01\u0e32\u0e23\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e43\u0e14\u0e46 \u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19", + "Your donation could not be submitted.": "\u0e01\u0e32\u0e23\u0e1a\u0e23\u0e34\u0e08\u0e32\u0e04\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2a\u0e48\u0e07\u0e44\u0e14\u0e49", + "Your entire face fits inside the frame.": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e1e\u0e2d\u0e14\u0e35\u0e01\u0e31\u0e1a\u0e43\u0e19\u0e01\u0e23\u0e2d\u0e1a\u0e23\u0e39\u0e1b", + "Your face is well-lit.": "\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e27\u0e48\u0e32\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07", + "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "\u0e44\u0e1f\u0e25\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 '{file}' \u0e16\u0e39\u0e01\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14\u0e41\u0e25\u0e49\u0e27. \u0e01\u0e23\u0e38\u0e13\u0e32\u0e23\u0e2d\u0e2a\u0e31\u0e01\u0e04\u0e23\u0e39\u0e48", + "Your file could not be uploaded": "\u0e44\u0e1f\u0e25\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14", + "Your file has been deleted.": "\u0e44\u0e1f\u0e25\u0e4c\u0e02\u0e2d\u0e07\u0e17\u0e48\u0e32\u0e19\u0e16\u0e39\u0e01\u0e25\u0e1a\u0e41\u0e25\u0e49\u0e27", + "Your message cannot be blank.": "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e1b\u0e47\u0e19\u0e0a\u0e48\u0e2d\u0e07\u0e27\u0e48\u0e32\u0e07", + "Your message must have a subject.": "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e0a\u0e37\u0e48\u0e2d\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07", + "Your policy changes have been saved.": "\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e19\u0e42\u0e22\u0e1a\u0e32\u0e22\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e40\u0e01\u0e47\u0e1a\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e41\u0e25\u0e49\u0e27", + "Your post will be discarded.": "\u0e01\u0e32\u0e23\u0e42\u0e1e\u0e2a\u0e15\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e08\u0e30\u0e16\u0e39\u0e01\u0e1b\u0e0f\u0e34\u0e40\u0e2a\u0e18", + "Your request could not be completed. Reload the page and try again.": "\u0e04\u0e33\u0e23\u0e49\u0e2d\u0e07\u0e02\u0e2d\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e17\u0e33\u0e43\u0e2b\u0e49\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e34\u0e49\u0e19\u0e44\u0e14\u0e49 \u0e42\u0e2b\u0e25\u0e14\u0e40\u0e1e\u0e08\u0e43\u0e2b\u0e21\u0e48\u0e41\u0e25\u0e30\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07", + "Your team could not be created.": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e01\u0e48\u0e2d\u0e15\u0e31\u0e49\u0e07\u0e17\u0e35\u0e21\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "Your team could not be updated.": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e41\u0e01\u0e49\u0e44\u0e02\u0e17\u0e35\u0e21\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "Your upload of '{file}' failed.": "\u0e01\u0e32\u0e23\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14 {file} \u0e25\u0e49\u0e21\u0e40\u0e2b\u0e25\u0e27", + "Your upload of '{file}' succeeded.": "\u0e01\u0e32\u0e23\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14 '{file}' \u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", + "Zoom In": "\u0e02\u0e22\u0e32\u0e22", + "Zoom Out": "\u0e22\u0e48\u0e2d", + "[no tags]": "[\u0e44\u0e21\u0e48\u0e21\u0e35\u0e41\u0e17\u0e47\u0e01]", + "and others": "\u0e41\u0e25\u0e30 \u0e2d\u0e37\u0e48\u0e19\u0e46", + "anonymous": "\u0e19\u0e34\u0e23\u0e19\u0e32\u0e21", + "bytes": "\u0e44\u0e1a\u0e15\u0e4c", + "certificate": "\u0e1b\u0e23\u0e30\u0e01\u0e32\u0e28\u0e19\u0e35\u0e22\u0e1a\u0e31\u0e15\u0e23", + "content group": "\u0e01\u0e25\u0e38\u0e48\u0e21\u0e2a\u0e32\u0e23\u0e30", + "dragging": "\u0e01\u0e33\u0e25\u0e31\u0e07\u0e25\u0e32\u0e01", + "dragging out of slider": "\u0e25\u0e32\u0e01\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e41\u0e16\u0e1a\u0e40\u0e25\u0e37\u0e48\u0e2d\u0e19", + "dropped in slider": "\u0e27\u0e32\u0e07\u0e43\u0e19\u0e41\u0e16\u0e1a\u0e40\u0e25\u0e37\u0e48\u0e2d\u0e19", + "dropped on target": "\u0e25\u0e32\u0e01\u0e44\u0e1b\u0e1a\u0e19\u0e40\u0e1b\u0e49\u0e32\u0e2b\u0e21\u0e32\u0e22", + "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "\u0e40\u0e0a\u0e48\u0e19 johndoe@example.com, JaneDoe, joeydoe@example.com", + "emphasized text": "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e17\u0e35\u0e48\u0e40\u0e19\u0e49\u0e19", + "enter code here": "\u0e43\u0e2a\u0e48\u0e23\u0e2b\u0e31\u0e2a\u0e17\u0e35\u0e48\u0e19\u0e35\u0e48", + "enter link description here": "\u0e43\u0e2a\u0e48\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e42\u0e22\u0e07\u0e17\u0e35\u0e48\u0e19\u0e35\u0e48", + "group configuration": "\u0e01\u0e32\u0e23\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e48\u0e32\u0e01\u0e25\u0e38\u0e48\u0e21", + "last activity": "\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e2a\u0e38\u0e14\u0e17\u0e49\u0e32\u0e22", + "name": "\u0e0a\u0e37\u0e48\u0e2d", + "open slots": "\u0e40\u0e1b\u0e34\u0e14\u0e0a\u0e48\u0e2d\u0e07\u0e43\u0e2a\u0e48", + "or": "\u0e2b\u0e23\u0e37\u0e2d", + "or create a new one here": "\u0e2b\u0e23\u0e37\u0e2d\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e1a\u0e31\u0e0d\u0e0a\u0e35\u0e43\u0e2b\u0e21\u0e48\u0e17\u0e35\u0e48\u0e19\u0e35\u0e48", + "or sign in with": "\u0e2b\u0e23\u0e37\u0e2d\u0e40\u0e02\u0e49\u0e32\u0e2a\u0e39\u0e48\u0e23\u0e30\u0e1a\u0e1a\u0e14\u0e49\u0e27\u0e22", + "price": "\u0e23\u0e32\u0e04\u0e32", + "remove": "\u0e25\u0e1a", + "remove all": "\u0e25\u0e1a\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", + "strong text": "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e15\u0e31\u0e27\u0e2b\u0e19\u0e32", + "team count": "\u0e19\u0e31\u0e1a\u0e17\u0e35\u0e21", + "username or email": "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e2b\u0e23\u0e37\u0e2d\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c", + "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start}\u0e40\u0e1a\u0e23\u0e32\u0e27\u0e4c\u0e17\u0e35\u0e21\u0e43\u0e19\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d\u0e2d\u0e37\u0e48\u0e19{span_end} \u0e2b\u0e23\u0e37\u0e2d {search_span_start} \u0e04\u0e49\u0e19\u0e2b\u0e32\u0e17\u0e35\u0e21 {span_end} \u0e43\u0e19\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d\u0e19\u0e35\u0e49. \u0e16\u0e49\u0e32\u0e04\u0e38\u0e13\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2b\u0e32\u0e17\u0e35\u0e21\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e40\u0e02\u0e49\u0e32\u0e23\u0e48\u0e27\u0e21, {create_span_start} \u0e2a\u0e23\u0e49\u0e32\u0e07\u0e17\u0e35\u0e21\u0e43\u0e2b\u0e21\u0e48\u0e43\u0e19\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d\u0e19\u0e35\u0e49 {span_end}.", + "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} \u0e19\u0e35\u0e49\u0e16\u0e39\u0e01\u0e43\u0e0a\u0e49\u0e43\u0e19\u0e17\u0e35\u0e21 {container} \u0e41\u0e25\u0e49\u0e27 \u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e4c\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07 \u0e2b\u0e32\u0e01\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e08\u0e30\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e43\u0e2b\u0e21\u0e48", "\u2026": "\u2026" }; for (var key in newcatalog) { @@ -807,36 +807,36 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "j F Y, G:i", + "DATETIME_FORMAT": "j F Y, G:i", "DATETIME_INPUT_FORMATS": [ - "%d/%m/%Y %H:%M:%S.%f", - "%d/%m/%Y %H:%M:%S", - "%d/%m/%Y %H:%M", - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", + "%d/%m/%Y %H:%M:%S.%f", + "%d/%m/%Y %H:%M:%S", + "%d/%m/%Y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", "%Y-%m-%d" - ], - "DATE_FORMAT": "j F Y", + ], + "DATE_FORMAT": "j F Y", "DATE_INPUT_FORMATS": [ - "%d/%m/%Y", - "%d %b %Y", - "%d %B %Y", + "%d/%m/%Y", + "%d %b %Y", + "%d %B %Y", "%Y-%m-%d" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "j F", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "j M Y, G:i", - "SHORT_DATE_FORMAT": "j M Y", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "G:i", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "j F", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "j M Y, G:i", + "SHORT_DATE_FORMAT": "j M Y", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "G:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S.%f", - "%H:%M:%S", + "%H:%M:%S.%f", + "%H:%M:%S", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/tr-tr/djangojs.js b/cms/static/js/i18n/tr-tr/djangojs.js index 049d0fd832..8e593fac7f 100644 --- a/cms/static/js/i18n/tr-tr/djangojs.js +++ b/cms/static/js/i18n/tr-tr/djangojs.js @@ -20,2284 +20,2276 @@ django.catalog = django.catalog || {}; var newcatalog = { - "\n Your verification attempt failed. Please read our guidelines to make\n sure you understand the requirements for successfully completing verification,\n then try again.\n ": "\n Do\u011frulama denemeniz ba\u015far\u0131s\u0131z oldu. L\u00fctfen ba\u015far\u0131l\u0131 bir do\u011frulama i\u015flemi i\u00e7in\n yerine getirilmesi gerekenleri do\u011frulamak i\u00e7in k\u0131lavuz metinlerimizi yeniden okuyun,\n ve ard\u0131ndan tekrar deneyin.\n ", - "\n Your verification has expired. You must successfully complete a new identity verification\n before you can start the proctored exam.\n ": "\n Do\u011frulaman\u0131z ge\u00e7erlili\u011fini kaybetti. G\u00f6zetmenli s\u0131nava ba\u015flamadan \u00f6nce\n yeni bir kimlik do\u011frulamas\u0131 yapmal\u0131s\u0131n\u0131z.\n ", - "\n Your verification is pending. Results should be available 2-3 days after you\n submit your verification.\n ": "\n Do\u011frulanman\u0131z beklemede. Do\u011frulaman\u0131z\u0131 g\u00f6nderdikten 2-3 g\u00fcn sonra\n sonu\u00e7lar a\u00e7\u0131klanacakt\u0131r.\n ", - "\n Complete your verification before starting the proctored exam.\n ": "\n G\u00f6zetmenli s\u0131nava ba\u015flamadan \u00f6nce kimlik do\u011frulaman\u0131z\u0131 tamamlay\u0131n.\n ", - "\n You must successfully complete identity verification before you can start the proctored exam.\n ": "\n G\u00f6zetmenli s\u0131nava ba\u015flamadan \u00f6nce kimlik do\u011frulamas\u0131n\u0131 ba\u015far\u0131yla tamamlamal\u0131s\u0131n\u0131z.\n ", - "\n 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 ": "\n S\u0131nav\u0131n\u0131z\u0131 bitirmeden bu pencereyi kapatmay\u0131n. Bu pencereyi kapatman\u0131z durumunda, g\u00f6zetmenli s\u0131nav oturumunuz sona erecek ve s\u0131nav\u0131 ba\u015far\u0131yla tamamlayamayacaks\u0131n\u0131z.\n ", - "\n 3. When you have finished setting up proctoring, start the exam.\n ": "\n 3. G\u00f6zetmen ayarlamalar\u0131n\u0131z\u0131 yapt\u0131ktan sonra, s\u0131nava ba\u015flay\u0131n.\n ", - "\n Start my exam\n ": "\n S\u0131nav\u0131m\u0131 ba\u015flat\n ", - "\n 1. Copy this unique exam code. You will be prompted to paste this code later before you start the exam.\n ": "\n 1. Bu e\u015fsiz s\u0131nav kodunu kopyalay\u0131n. S\u0131nava ba\u015flarken bu kodu girmenizi isteyen bir uyar\u0131 g\u00f6receksiniz.\n ", - "\n 2. Follow the link below to set up proctoring.\n ": "\n 2. G\u00f6zetmenli s\u0131nav\u0131 ayarlamak i\u00e7in a\u015fa\u011f\u0131daki ba\u011flant\u0131y\u0131 kopyalay\u0131n.\n ", - "\n A new window will open. You will run a system check before downloading the proctoring application.\n ": "\n Yeni bir pencere a\u00e7\u0131lacak. G\u00f6zetmen uygulamas\u0131n\u0131 indirmeden \u00f6nce bir sistem denetimi yap\u0131lacak.\n ", - "\n About Proctored Exams\n ": "\n G\u00f6zetmenli S\u0131navlar Hakk\u0131nda\n ", - "\n After the due date has passed, you can review the exam, but you cannot change your answers.\n ": "\n Bu s\u0131nav\u0131n son tarihi ge\u00e7ti\u011finde, cevaplar\u0131n\u0131z\u0131 g\u00f6zden ge\u00e7irebilecek ama de\u011fi\u015ftiremeyeceksiniz.\n ", - "\n Are you sure you want to take this exam without proctoring?\n ": "\n Bu s\u0131nav\u0131 g\u00f6zetmensiz olarak almak istedi\u011finize emin misiniz?\n ", - "\n Due to unsatisfied prerequisites, you can only take this exam without proctoring.\n ": "\n Kar\u015f\u0131lanmayan \u00f6n gerekliler y\u00fcz\u00fcnden, bu s\u0131nav\u0131 sadece g\u00f6zetmensiz olarak alabilirsiniz.\n ", - "\n I am not interested in academic credit.\n ": "\n Akademik krediyle ilgilenmiyorum.\n ", - "\n I am ready to start this timed exam.\n ": "\n S\u00fcre s\u0131n\u0131rl\u0131 bu s\u0131nava ba\u015flamaya haz\u0131r\u0131m.\n ", - "\n If you take this exam without proctoring, you will no longer be eligible for academic credit. \n ": "\n Bu s\u0131nav\u0131 g\u00f6zetmensiz olarak alman\u0131z durumunda, akademik krediye hak kazanamayacaks\u0131n\u0131z.\n ", - "\n No, I want to continue working.\n ": "\n Hay\u0131r, \u00e7al\u0131\u015fmaya devam edece\u011fim.\n ", - "\n No, I'd like to continue working\n ": "\n Hay\u0131r, \u00e7al\u0131\u015fmaya devam edece\u011fim\n ", - "\n Select the exam code, then copy it using Command+C (Mac) or Control+C (Windows).\n ": "\n S\u0131nav kodunu se\u00e7in, ard\u0131ndan Command+C (Mac) veya Control+C (Windows) ile kopyalay\u0131n.\n ", - "\n The time allotted for this exam has expired. Your exam has been submitted and any work you completed will be graded.\n ": "\n Bu s\u0131nav i\u00e7in ayr\u0131lm\u0131\u015f s\u00fcre sona erdi. S\u0131nav\u0131n\u0131z g\u00f6nderildi ve yapt\u0131\u011f\u0131n\u0131z t\u00fcm i\u015fler notland\u0131r\u0131lacak.\n ", - "\n You have submitted your timed exam.\n ": "\n S\u00fcre s\u0131n\u0131rl\u0131 s\u0131nav\u0131n\u0131z\u0131 g\u00f6nderdiniz.\n ", - "\n You will be guided through steps to set up online proctoring software and to perform various checks.\n ": "\n G\u00f6zetmen yaz\u0131l\u0131m\u0131n\u0131n ayarlanmas\u0131n\u0131n her bir adam\u0131nda size rehberlik edilecek ve \u00e7e\u015fitli denetimler yap\u0131lacak.\n ", - "\n After the due date for this exam has passed, you will be able to review your answers on this page.\n ": "\n Bu s\u0131nav\u0131n son tarihi ge\u00e7ti\u011finde, cevaplar\u0131n\u0131z\u0131 bu sayfada tekrar inceleyebileceksiniz.\n ", - "\n After you submit your exam, your exam will be graded.\n ": "\n S\u0131nav\u0131n\u0131z\u0131 g\u00f6nderdikten sonra, s\u0131nav\u0131n\u0131z notland\u0131r\u0131lacak.\n ", - "\n Are you sure that you want to submit your timed exam?\n ": "\n S\u00fcre s\u0131n\u0131rl\u0131 s\u0131nav\u0131n\u0131z\u0131 g\u00f6ndermek istedi\u011finize emin misiniz?\n ", - "\n Are you sure you want to end your proctored exam?\n ": "\n G\u00f6zetmenli s\u0131nav\u0131n\u0131z\u0131 sona erdirmek istedi\u011finize emin misiniz?\n ", - "\n Because the due date has passed, you are no longer able to take this exam.\n ": "\n Biti\u015f tarihi ge\u00e7ti\u011finden, bu s\u0131nav\u0131 art\u0131k alamayacaks\u0131n\u0131z.\n ", - "\n Error with proctored exam\n ": "\n G\u00f6zetmenli s\u0131navda hata\n ", - "\n Follow these instructions\n ": "\n Bu y\u00f6nergeleri izleyin\n ", - "\n Follow these steps to set up and start your proctored exam.\n ": "\n G\u00f6zetmenli s\u0131nav\u0131n\u0131z\u0131 ayarlamak ve ba\u015flatmak i\u00e7in a\u015fa\u011f\u0131daki ad\u0131mlar\u0131 takip edin.\n ", - "\n Get familiar with proctoring for real exams later in the course. This practice exam has no impact\n on your grade in the course.\n ": "\n Ders sonras\u0131 ger\u00e7ek s\u0131navlar i\u00e7in g\u00f6zetmenli s\u0131navlar\u0131 deneyimleyin.\n Al\u0131\u015ft\u0131rma s\u0131nav\u0131 ders notunuzu etkilemeyecek.\n ", - "\n If the proctoring software window is still open, you can close it now. Confirm that you want to quit the application when you are prompted.\n ": "\n G\u00f6zetmen yaz\u0131l\u0131m\u0131n\u0131z e\u011fer h\u00e2l\u00e2 a\u00e7\u0131ksa, \u015fimdi kapatabilirsiniz. Uygulamadan \u00e7\u0131kmak istedi\u011finizi onaylamay\u0131 unutmay\u0131n.\n ", - "\n If you have concerns about your proctoring session results, contact your course team.\n ": "\n G\u00f6zetmenli s\u0131nav oturumunuzla ilgili endi\u015feleriniz varsa, ders ekibiniz ile ileti\u015fime ge\u00e7in.\n ", - "\n If you have disabilities,\n you might be eligible for an additional time allowance on timed exams.\n Ask your course team for information about additional time allowances.\n ": "\n Bedensel engellerinizin olmas\u0131 halinde,\n zaman s\u0131n\u0131rl\u0131 s\u0131navlar i\u00e7in ek s\u00fcre talep edebilirsiniz.\n Ek s\u00fcre talepleri i\u00e7in gerekli ko\u015fullar\u0131 ders tak\u0131m\u0131n\u0131zdan \u00f6\u011frenebilirsiniz.\n ", - "\n If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n ": "\n G\u00f6zetmenli s\u0131nav\u0131n\u0131z\u0131n sonucuna dair sorular\u0131n\u0131z varsa, l\u00fctfen %(platform_name)s Destek Ekibi ile ileti\u015fime ge\u00e7in.\n ", - "\n If you have questions about the status of your requirements for course credit, contact %(platform_name)s Support.\n ": "\n Ders kredisine y\u00f6nelik gerekliliklerinizin durumuna ili\u015fkin sorular\u0131n\u0131z varsa, l\u00fctfen %(platform_name)s Destek Ekibi ile ileti\u015fime ge\u00e7in.\n ", - "\n Make sure that you have selected \"Submit\" for each problem before you submit your exam.\n ": "\n S\u0131nav\u0131n\u0131z\u0131 g\u00f6ndermeden \u00f6nce her problem i\u00e7in \"G\u00f6nder\"i se\u00e7ti\u011finize emin olun.\n ", - "\n Practice exams do not affect your grade or your credit eligibility.\n You have completed this practice exam and can continue with your course work.\n ": "\n Al\u0131\u015ft\u0131rma s\u0131navlar\u0131 ders notunuzu ya da kredilerinizi etkilemez.\n Bu al\u0131\u015ft\u0131rma s\u0131nav\u0131n\u0131 tamamlad\u0131n\u0131z ve dersinize kald\u0131\u011f\u0131n\u0131z yerden devam edebilirsiniz.\n ", - "\n The due date for this exam has passed\n ": "\n Bu s\u0131nav i\u00e7in teslim tarihi ge\u00e7ti\n ", - "\n There was a problem with your practice proctoring session\n ": "\n G\u00f6zetmenli al\u0131\u015ft\u0131rma oturumunuzda bir hata ger\u00e7ekle\u015fti\n ", - "\n This exam is proctored\n ": "\n Bu s\u0131nav g\u00f6zetmenlidir\n ", - "\n To view your exam questions and responses, select View my exam. The exam's review status is shown in the left navigation pane.\n ": "\n S\u0131nav soru ve cevaplar\u0131n\u0131z\u0131 g\u00f6rmek i\u00e7in, S\u0131nav\u0131m\u0131 G\u00f6r'e t\u0131klay\u0131n. S\u0131nav de\u011ferlendirme durumu sol gezinme b\u00f6lgesinde g\u00f6steriliyor.", - "\n Try a proctored exam\n ": "\n G\u00f6zetmenli s\u0131nav dene\n ", - "\n View your credit eligibility status on your Progress page.\n ": "\n Kredi uygunluk durumunuzu \u0130lerleme sayfan\u0131zdan g\u00f6rebilirsiniz.\n ", - "\n Yes, end my proctored exam\n ": "\n Evet, g\u00f6zetmenli s\u0131nav\u0131m\u0131 sona erdir\n ", - "\n Yes, submit my timed exam.\n ": "\n Evet, s\u00fcre s\u0131n\u0131rl\u0131 s\u0131nav\u0131m\u0131 g\u00f6nder.\n ", - "\n You have submitted this practice proctored exam\n ": "\n Bu g\u00f6zetmenli al\u0131\u015ft\u0131rma s\u0131nav\u0131n\u0131 g\u00f6nderdiniz\n ", - "\n You have submitted this proctored exam for review\n ": "\n G\u00f6zetmenli s\u0131nav\u0131n\u0131z\u0131 inceleme i\u00e7in g\u00f6nderdiniz\n ", - "\n Your grade for this timed exam will be immediately available on the Progress page.\n ": "\n Bu s\u00fcreli s\u0131nava dair notunuzu \u0130lerleme sayfas\u0131nda hemen g\u00f6rebilirsiniz.\n ", - "\n Your practice proctoring results: Unsatisfactory \n ": "\n Al\u0131\u015ft\u0131rma s\u0131nav\u0131 sonucunuz: Ba\u015far\u0131s\u0131z \n ", - "\n Your proctoring session ended before you completed this practice exam.\n You can retry this practice exam if you had problems setting up the online proctoring software.\n ": "\n Al\u0131\u015ft\u0131rma s\u0131nav\u0131n\u0131 tamamlaman\u0131zdan \u00f6nce g\u00f6zetmenli oturumunuz sona erdi.\n \u00c7evrimi\u00e7i g\u00f6zetmen yaz\u0131l\u0131m\u0131n\u0131n kurulumunda bir sorun ya\u015fad\u0131ysan\u0131z bu al\u0131\u015ft\u0131rma s\u0131nav\u0131n\u0131 tekrar deneyebilirsiniz.\n ", - "\n Your proctoring session was reviewed and did not pass requirements\n ": "\n G\u00f6zetmenli oturumunuz incelendi ve gereklilikleri yerine getirmedi\u011finiz i\u00e7in ge\u00e7emediniz\n ", - "\n Your proctoring session was reviewed and passed all requirements\n ": "\n G\u00f6zetmenli oturumunuz incelendi ve t\u00fcm gereklilikleri yerine getirdiniz\n ", - "\n %(exam_name)s is a Timed Exam (%(total_time)s)\n ": "\n %(exam_name)s bir S\u00fcre S\u0131n\u0131rl\u0131 S\u0131nav'd\u0131r (%(total_time)s)\n ", - "\n The following prerequisites are in a pending state and must be successfully completed before you can proceed:\n ": "\n A\u015fa\u011f\u0131daki \u00f6ngereklilikler bekleme a\u015famas\u0131nda ve devam etmeden \u00f6nce tamamlanmalar\u0131 gerekiyor:\n ", - "\n You did not satisfy the following prerequisites:\n ": "\n A\u015fa\u011f\u0131daki \u00f6n gereklilikleri kar\u015f\u0131lam\u0131yorsunuz:\n ", - " ${price} {currency} )": "{price}TL {currency} )", - " From this point in time, you must follow the online proctoring rules to pass the proctoring review for your exam. ": " Bu noktadan itibaren, g\u00f6zetmen denetiminden ge\u00e7ebilmek i\u00e7in \u00e7evrimi\u00e7i g\u00f6zetmenli s\u0131nav kurallar\u0131n\u0131 takip etmelisiniz.", - " Link": "Ba\u011flant\u0131", - " Your Proctoring Session Has Started ": "G\u00f6zetmenli S\u0131nav Oturumunuz Ba\u015flad\u0131", - " and ": "ve", - " and {num_of_minutes} minute": " ve {num_of_minutes} dakika", - " and {num_of_minutes} minutes": " ve {num_of_minutes} dakika", - " learner does not exist in LMS and not added to the exception list": "\u00f6\u011frenciler LMS'de mevcut de\u011fil ve istisna listesine ekli de\u011fil", - " learner is already white listed and not added to the exception list": "\u00f6\u011frenci zaten beyaz listede ve istisna listesine eklenmedi", - " learner is not enrolled in course and not added to the exception list": "\u00f6\u011frenci derse kay\u0131tl\u0131 de\u011fil ve istisna listesine ekli de\u011fil", - " learner is successfully added to the exception list": "\u00d6\u011frenci istisna listesine ba\u015far\u0131yla eklendi", - " learners are already white listed and not added to the exception list": "\u00f6\u011frenciler zaten beyaz listede ve istisna listesine eklenmediler", - " learners are not enrolled in course and not added to the exception list": "\u00f6\u011frenciler derse kay\u0131tl\u0131 de\u011fil ve istisna listesine ekli de\u011filler", - " learners are successfully added to exception list": "\u00d6\u011frenciler istisna listesine ba\u015far\u0131yla eklendi", - " learners do not exist in LMS and not added to the exception list": "\u00f6\u011frenciler LMS'de mevcut de\u011fil ve istisna listesine ekli de\u011fil", - " record is not in correct format and not added to the exception list": "kay\u0131t do\u011fru formatta de\u011fil ve istisna listesine ekli de\u011fil", - " records are not in correct format and not added to the exception list": "kay\u0131tlar do\u011fru formatta de\u011fil ve istisna listesine ekli de\u011filler", - " to complete and submit the exam.": "ve g\u00f6ndermek zorundas\u0131n\u0131z.", - "${listPrice}": "{listPrice}TL", - "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", - "%(earned)s/%(possible)s point (graded)": [ - "%(possible)s \u00fczerinden %(earned)s puan (notland\u0131r\u0131lan)", - "%(possible)s \u00fczerinden %(earned)s puan (notland\u0131r\u0131lan)" - ], - "%(earned)s/%(possible)s point (ungraded)": [ - "%(earned)s/%(possible)s puan (notland\u0131r\u0131lmayan)", - "%(earned)s/%(possible)s puan (notland\u0131r\u0131lmayan)" - ], - "%(field)s can only contain up to %(count)d characters.": "%(field)s sadece %(count)d karakterleri i\u00e7erebilir.", - "%(field)s must have at least %(count)d characters.": "%(field)s en az %(count)d karakterlere sahip olmal\u0131d\u0131r.", - "%(new_item_message)s": "%(new_item_message)s", - "%(num_points)s point possible (graded)": [ - "%(num_points)s al\u0131nabilir puan (notland\u0131r\u0131lan)", - "%(num_points)s al\u0131nabilir puan (notland\u0131r\u0131lan)" - ], - "%(num_points)s point possible (graded, results hidden)": [ - "%(num_points)s al\u0131nabilir puan (notland\u0131r\u0131lan, sonu\u00e7lar gizli)", - "%(num_points)s points possible (graded, results hidden)" - ], - "%(num_points)s point possible (ungraded)": [ - "%(num_points)s al\u0131nabilir puan (notland\u0131r\u0131lmayan)", - "%(num_points)s al\u0131nabilir puan (notland\u0131r\u0131lmayan)" - ], - "%(num_points)s point possible (ungraded, results hidden)": [ - "%(num_points)s al\u0131nabilir puan (notland\u0131r\u0131lmayan, sonu\u00e7lar gizli)", - "%(num_points)s al\u0131nabilir puan (notland\u0131r\u0131lmayan, sonu\u00e7lar gizli)" - ], - "%(programName)s Home Page.": "%(programName)s Ana Sayfa.", + "\n Your verification attempt failed. Please read our guidelines to make\n sure you understand the requirements for successfully completing verification,\n then try again.\n ": "\n Do\u011frulama denemeniz ba\u015far\u0131s\u0131z oldu. L\u00fctfen ba\u015far\u0131l\u0131 bir do\u011frulama i\u015flemi i\u00e7in\n yerine getirilmesi gerekenleri do\u011frulamak i\u00e7in k\u0131lavuz metinlerimizi yeniden okuyun,\n ve ard\u0131ndan tekrar deneyin.\n ", + "\n Your verification has expired. You must successfully complete a new identity verification\n before you can start the proctored exam.\n ": "\n Do\u011frulaman\u0131z ge\u00e7erlili\u011fini kaybetti. G\u00f6zetmenli s\u0131nava ba\u015flamadan \u00f6nce\n yeni bir kimlik do\u011frulamas\u0131 yapmal\u0131s\u0131n\u0131z.\n ", + "\n Your verification is pending. Results should be available 2-3 days after you\n submit your verification.\n ": "\n Do\u011frulanman\u0131z beklemede. Do\u011frulaman\u0131z\u0131 g\u00f6nderdikten 2-3 g\u00fcn sonra\n sonu\u00e7lar a\u00e7\u0131klanacakt\u0131r.\n ", + "\n Complete your verification before starting the proctored exam.\n ": "\n G\u00f6zetmenli s\u0131nava ba\u015flamadan \u00f6nce kimlik do\u011frulaman\u0131z\u0131 tamamlay\u0131n.\n ", + "\n You must successfully complete identity verification before you can start the proctored exam.\n ": "\n G\u00f6zetmenli s\u0131nava ba\u015flamadan \u00f6nce kimlik do\u011frulamas\u0131n\u0131 ba\u015far\u0131yla tamamlamal\u0131s\u0131n\u0131z.\n ", + "\n 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 ": "\n S\u0131nav\u0131n\u0131z\u0131 bitirmeden bu pencereyi kapatmay\u0131n. Bu pencereyi kapatman\u0131z durumunda, g\u00f6zetmenli s\u0131nav oturumunuz sona erecek ve s\u0131nav\u0131 ba\u015far\u0131yla tamamlayamayacaks\u0131n\u0131z.\n ", + "\n 3. When you have finished setting up proctoring, start the exam.\n ": "\n 3. G\u00f6zetmen ayarlamalar\u0131n\u0131z\u0131 yapt\u0131ktan sonra, s\u0131nava ba\u015flay\u0131n.\n ", + "\n Start my exam\n ": "\n S\u0131nav\u0131m\u0131 ba\u015flat\n ", + "\n 1. Copy this unique exam code. You will be prompted to paste this code later before you start the exam.\n ": "\n 1. Bu e\u015fsiz s\u0131nav kodunu kopyalay\u0131n. S\u0131nava ba\u015flarken bu kodu girmenizi isteyen bir uyar\u0131 g\u00f6receksiniz.\n ", + "\n 2. Follow the link below to set up proctoring.\n ": "\n 2. G\u00f6zetmenli s\u0131nav\u0131 ayarlamak i\u00e7in a\u015fa\u011f\u0131daki ba\u011flant\u0131y\u0131 kopyalay\u0131n.\n ", + "\n A new window will open. You will run a system check before downloading the proctoring application.\n ": "\n Yeni bir pencere a\u00e7\u0131lacak. G\u00f6zetmen uygulamas\u0131n\u0131 indirmeden \u00f6nce bir sistem denetimi yap\u0131lacak.\n ", + "\n About Proctored Exams\n ": "\n G\u00f6zetmenli S\u0131navlar Hakk\u0131nda\n ", + "\n After the due date has passed, you can review the exam, but you cannot change your answers.\n ": "\n Bu s\u0131nav\u0131n son tarihi ge\u00e7ti\u011finde, cevaplar\u0131n\u0131z\u0131 g\u00f6zden ge\u00e7irebilecek ama de\u011fi\u015ftiremeyeceksiniz.\n ", + "\n Are you sure you want to take this exam without proctoring?\n ": "\n Bu s\u0131nav\u0131 g\u00f6zetmensiz olarak almak istedi\u011finize emin misiniz?\n ", + "\n Due to unsatisfied prerequisites, you can only take this exam without proctoring.\n ": "\n Kar\u015f\u0131lanmayan \u00f6n gerekliler y\u00fcz\u00fcnden, bu s\u0131nav\u0131 sadece g\u00f6zetmensiz olarak alabilirsiniz.\n ", + "\n I am not interested in academic credit.\n ": "\n Akademik krediyle ilgilenmiyorum.\n ", + "\n I am ready to start this timed exam.\n ": "\n S\u00fcre s\u0131n\u0131rl\u0131 bu s\u0131nava ba\u015flamaya haz\u0131r\u0131m.\n ", + "\n If you take this exam without proctoring, you will no longer be eligible for academic credit. \n ": "\n Bu s\u0131nav\u0131 g\u00f6zetmensiz olarak alman\u0131z durumunda, akademik krediye hak kazanamayacaks\u0131n\u0131z.\n ", + "\n No, I want to continue working.\n ": "\n Hay\u0131r, \u00e7al\u0131\u015fmaya devam edece\u011fim.\n ", + "\n No, I'd like to continue working\n ": "\n Hay\u0131r, \u00e7al\u0131\u015fmaya devam edece\u011fim\n ", + "\n Select the exam code, then copy it using Command+C (Mac) or Control+C (Windows).\n ": "\n S\u0131nav kodunu se\u00e7in, ard\u0131ndan Command+C (Mac) veya Control+C (Windows) ile kopyalay\u0131n.\n ", + "\n The time allotted for this exam has expired. Your exam has been submitted and any work you completed will be graded.\n ": "\n Bu s\u0131nav i\u00e7in ayr\u0131lm\u0131\u015f s\u00fcre sona erdi. S\u0131nav\u0131n\u0131z g\u00f6nderildi ve yapt\u0131\u011f\u0131n\u0131z t\u00fcm i\u015fler notland\u0131r\u0131lacak.\n ", + "\n You have submitted your timed exam.\n ": "\n S\u00fcre s\u0131n\u0131rl\u0131 s\u0131nav\u0131n\u0131z\u0131 g\u00f6nderdiniz.\n ", + "\n You will be guided through steps to set up online proctoring software and to perform various checks.\n ": "\n G\u00f6zetmen yaz\u0131l\u0131m\u0131n\u0131n ayarlanmas\u0131n\u0131n her bir adam\u0131nda size rehberlik edilecek ve \u00e7e\u015fitli denetimler yap\u0131lacak.\n ", + "\n After the due date for this exam has passed, you will be able to review your answers on this page.\n ": "\n Bu s\u0131nav\u0131n son tarihi ge\u00e7ti\u011finde, cevaplar\u0131n\u0131z\u0131 bu sayfada tekrar inceleyebileceksiniz.\n ", + "\n After you submit your exam, your exam will be graded.\n ": "\n S\u0131nav\u0131n\u0131z\u0131 g\u00f6nderdikten sonra, s\u0131nav\u0131n\u0131z notland\u0131r\u0131lacak.\n ", + "\n Are you sure that you want to submit your timed exam?\n ": "\n S\u00fcre s\u0131n\u0131rl\u0131 s\u0131nav\u0131n\u0131z\u0131 g\u00f6ndermek istedi\u011finize emin misiniz?\n ", + "\n Are you sure you want to end your proctored exam?\n ": "\n G\u00f6zetmenli s\u0131nav\u0131n\u0131z\u0131 sona erdirmek istedi\u011finize emin misiniz?\n ", + "\n Because the due date has passed, you are no longer able to take this exam.\n ": "\n Biti\u015f tarihi ge\u00e7ti\u011finden, bu s\u0131nav\u0131 art\u0131k alamayacaks\u0131n\u0131z.\n ", + "\n Error with proctored exam\n ": "\n G\u00f6zetmenli s\u0131navda hata\n ", + "\n Follow these instructions\n ": "\n Bu y\u00f6nergeleri izleyin\n ", + "\n Follow these steps to set up and start your proctored exam.\n ": "\n G\u00f6zetmenli s\u0131nav\u0131n\u0131z\u0131 ayarlamak ve ba\u015flatmak i\u00e7in a\u015fa\u011f\u0131daki ad\u0131mlar\u0131 takip edin.\n ", + "\n Get familiar with proctoring for real exams later in the course. This practice exam has no impact\n on your grade in the course.\n ": "\n Ders sonras\u0131 ger\u00e7ek s\u0131navlar i\u00e7in g\u00f6zetmenli s\u0131navlar\u0131 deneyimleyin.\n Al\u0131\u015ft\u0131rma s\u0131nav\u0131 ders notunuzu etkilemeyecek.\n ", + "\n If the proctoring software window is still open, you can close it now. Confirm that you want to quit the application when you are prompted.\n ": "\n G\u00f6zetmen yaz\u0131l\u0131m\u0131n\u0131z e\u011fer h\u00e2l\u00e2 a\u00e7\u0131ksa, \u015fimdi kapatabilirsiniz. Uygulamadan \u00e7\u0131kmak istedi\u011finizi onaylamay\u0131 unutmay\u0131n.\n ", + "\n If you have concerns about your proctoring session results, contact your course team.\n ": "\n G\u00f6zetmenli s\u0131nav oturumunuzla ilgili endi\u015feleriniz varsa, ders ekibiniz ile ileti\u015fime ge\u00e7in.\n ", + "\n If you have disabilities,\n you might be eligible for an additional time allowance on timed exams.\n Ask your course team for information about additional time allowances.\n ": "\n Bedensel engellerinizin olmas\u0131 halinde,\n zaman s\u0131n\u0131rl\u0131 s\u0131navlar i\u00e7in ek s\u00fcre talep edebilirsiniz.\n Ek s\u00fcre talepleri i\u00e7in gerekli ko\u015fullar\u0131 ders tak\u0131m\u0131n\u0131zdan \u00f6\u011frenebilirsiniz.\n ", + "\n If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n ": "\n G\u00f6zetmenli s\u0131nav\u0131n\u0131z\u0131n sonucuna dair sorular\u0131n\u0131z varsa, l\u00fctfen %(platform_name)s Destek Ekibi ile ileti\u015fime ge\u00e7in.\n ", + "\n If you have questions about the status of your requirements for course credit, contact %(platform_name)s Support.\n ": "\n Ders kredisine y\u00f6nelik gerekliliklerinizin durumuna ili\u015fkin sorular\u0131n\u0131z varsa, l\u00fctfen %(platform_name)s Destek Ekibi ile ileti\u015fime ge\u00e7in.\n ", + "\n Make sure that you have selected \"Submit\" for each problem before you submit your exam.\n ": "\n S\u0131nav\u0131n\u0131z\u0131 g\u00f6ndermeden \u00f6nce her problem i\u00e7in \"G\u00f6nder\"i se\u00e7ti\u011finize emin olun.\n ", + "\n Practice exams do not affect your grade or your credit eligibility.\n You have completed this practice exam and can continue with your course work.\n ": "\n Al\u0131\u015ft\u0131rma s\u0131navlar\u0131 ders notunuzu ya da kredilerinizi etkilemez.\n Bu al\u0131\u015ft\u0131rma s\u0131nav\u0131n\u0131 tamamlad\u0131n\u0131z ve dersinize kald\u0131\u011f\u0131n\u0131z yerden devam edebilirsiniz.\n ", + "\n The due date for this exam has passed\n ": "\n Bu s\u0131nav i\u00e7in teslim tarihi ge\u00e7ti\n ", + "\n There was a problem with your practice proctoring session\n ": "\n G\u00f6zetmenli al\u0131\u015ft\u0131rma oturumunuzda bir hata ger\u00e7ekle\u015fti\n ", + "\n This exam is proctored\n ": "\n Bu s\u0131nav g\u00f6zetmenlidir\n ", + "\n To view your exam questions and responses, select View my exam. The exam's review status is shown in the left navigation pane.\n ": "\n S\u0131nav soru ve cevaplar\u0131n\u0131z\u0131 g\u00f6rmek i\u00e7in, S\u0131nav\u0131m\u0131 G\u00f6r'e t\u0131klay\u0131n. S\u0131nav de\u011ferlendirme durumu sol gezinme b\u00f6lgesinde g\u00f6steriliyor.", + "\n Try a proctored exam\n ": "\n G\u00f6zetmenli s\u0131nav dene\n ", + "\n View your credit eligibility status on your Progress page.\n ": "\n Kredi uygunluk durumunuzu \u0130lerleme sayfan\u0131zdan g\u00f6rebilirsiniz.\n ", + "\n Yes, end my proctored exam\n ": "\n Evet, g\u00f6zetmenli s\u0131nav\u0131m\u0131 sona erdir\n ", + "\n Yes, submit my timed exam.\n ": "\n Evet, s\u00fcre s\u0131n\u0131rl\u0131 s\u0131nav\u0131m\u0131 g\u00f6nder.\n ", + "\n You have submitted this practice proctored exam\n ": "\n Bu g\u00f6zetmenli al\u0131\u015ft\u0131rma s\u0131nav\u0131n\u0131 g\u00f6nderdiniz\n ", + "\n You have submitted this proctored exam for review\n ": "\n G\u00f6zetmenli s\u0131nav\u0131n\u0131z\u0131 inceleme i\u00e7in g\u00f6nderdiniz\n ", + "\n Your grade for this timed exam will be immediately available on the Progress page.\n ": "\n Bu s\u00fcreli s\u0131nava dair notunuzu \u0130lerleme sayfas\u0131nda hemen g\u00f6rebilirsiniz.\n ", + "\n Your practice proctoring results: Unsatisfactory \n ": "\n Al\u0131\u015ft\u0131rma s\u0131nav\u0131 sonucunuz: Ba\u015far\u0131s\u0131z \n ", + "\n Your proctoring session ended before you completed this practice exam.\n You can retry this practice exam if you had problems setting up the online proctoring software.\n ": "\n Al\u0131\u015ft\u0131rma s\u0131nav\u0131n\u0131 tamamlaman\u0131zdan \u00f6nce g\u00f6zetmenli oturumunuz sona erdi.\n \u00c7evrimi\u00e7i g\u00f6zetmen yaz\u0131l\u0131m\u0131n\u0131n kurulumunda bir sorun ya\u015fad\u0131ysan\u0131z bu al\u0131\u015ft\u0131rma s\u0131nav\u0131n\u0131 tekrar deneyebilirsiniz.\n ", + "\n Your proctoring session was reviewed and did not pass requirements\n ": "\n G\u00f6zetmenli oturumunuz incelendi ve gereklilikleri yerine getirmedi\u011finiz i\u00e7in ge\u00e7emediniz\n ", + "\n Your proctoring session was reviewed and passed all requirements\n ": "\n G\u00f6zetmenli oturumunuz incelendi ve t\u00fcm gereklilikleri yerine getirdiniz\n ", + "\n %(exam_name)s is a Timed Exam (%(total_time)s)\n ": "\n %(exam_name)s bir S\u00fcre S\u0131n\u0131rl\u0131 S\u0131nav'd\u0131r (%(total_time)s)\n ", + "\n The following prerequisites are in a pending state and must be successfully completed before you can proceed:\n ": "\n A\u015fa\u011f\u0131daki \u00f6ngereklilikler bekleme a\u015famas\u0131nda ve devam etmeden \u00f6nce tamamlanmalar\u0131 gerekiyor:\n ", + "\n You did not satisfy the following prerequisites:\n ": "\n A\u015fa\u011f\u0131daki \u00f6n gereklilikleri kar\u015f\u0131lam\u0131yorsunuz:\n ", + " ${price} {currency} )": "{price}TL {currency} )", + " From this point in time, you must follow the online proctoring rules to pass the proctoring review for your exam. ": " Bu noktadan itibaren, g\u00f6zetmen denetiminden ge\u00e7ebilmek i\u00e7in \u00e7evrimi\u00e7i g\u00f6zetmenli s\u0131nav kurallar\u0131n\u0131 takip etmelisiniz.", + " Link": "Ba\u011flant\u0131", + " Your Proctoring Session Has Started ": "G\u00f6zetmenli S\u0131nav Oturumunuz Ba\u015flad\u0131", + " and ": "ve", + " and {num_of_minutes} minute": " ve {num_of_minutes} dakika", + " and {num_of_minutes} minutes": " ve {num_of_minutes} dakika", + " learner does not exist in LMS and not added to the exception list": "\u00f6\u011frenciler LMS'de mevcut de\u011fil ve istisna listesine ekli de\u011fil", + " learner is already white listed and not added to the exception list": "\u00f6\u011frenci zaten beyaz listede ve istisna listesine eklenmedi", + " learner is not enrolled in course and not added to the exception list": "\u00f6\u011frenci derse kay\u0131tl\u0131 de\u011fil ve istisna listesine ekli de\u011fil", + " learner is successfully added to the exception list": "\u00d6\u011frenci istisna listesine ba\u015far\u0131yla eklendi", + " learners are already white listed and not added to the exception list": "\u00f6\u011frenciler zaten beyaz listede ve istisna listesine eklenmediler", + " learners are not enrolled in course and not added to the exception list": "\u00f6\u011frenciler derse kay\u0131tl\u0131 de\u011fil ve istisna listesine ekli de\u011filler", + " learners are successfully added to exception list": "\u00d6\u011frenciler istisna listesine ba\u015far\u0131yla eklendi", + " learners do not exist in LMS and not added to the exception list": "\u00f6\u011frenciler LMS'de mevcut de\u011fil ve istisna listesine ekli de\u011fil", + " record is not in correct format and not added to the exception list": "kay\u0131t do\u011fru formatta de\u011fil ve istisna listesine ekli de\u011fil", + " records are not in correct format and not added to the exception list": "kay\u0131tlar do\u011fru formatta de\u011fil ve istisna listesine ekli de\u011filler", + " to complete and submit the exam.": "ve g\u00f6ndermek zorundas\u0131n\u0131z.", + "${listPrice}": "{listPrice}TL", + "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", + "%(field)s can only contain up to %(count)d characters.": "%(field)s sadece %(count)d karakterleri i\u00e7erebilir.", + "%(field)s must have at least %(count)d characters.": "%(field)s en az %(count)d karakterlere sahip olmal\u0131d\u0131r.", + "%(new_item_message)s": "%(new_item_message)s", + "%(programName)s Home Page.": "%(programName)s Ana Sayfa.", "%(sel)s of %(cnt)s selected": [ - "%(sel)s / %(cnt)s se\u00e7ildi", + "%(sel)s / %(cnt)s se\u00e7ildi", "%(sel)s / %(cnt)s se\u00e7ildi" - ], - "%(type)s Component Template Menu": "%(type)s Bile\u015fen \u015eablon Men\u00fcs\u00fc", + ], + "%(type)s Component Template Menu": "%(type)s Bile\u015fen \u015eablon Men\u00fcs\u00fc", "%(value)s hour": [ - "%(value)s saat", + "%(value)s saat", "%(value)s saat" - ], + ], "%(value)s minute": [ - "%(value)s dakika", + "%(value)s dakika", "%(value)s dakika" - ], + ], "%(value)s second": [ - "%(value)s saniye", + "%(value)s saniye", "%(value)s saniye" - ], + ], "%d day": [ - "%d g\u00fcn", + "%d g\u00fcn", "%d g\u00fcn" - ], + ], "%d minute": [ - "%d dakika", + "%d dakika", "%d dakika" - ], + ], "%d month": [ - "%d ay", + "%d ay", "%d ay" - ], + ], "%d year": [ - "%d y\u0131l", + "%d y\u0131l", "%d y\u0131l" - ], - "%s ago": "%s \u00f6nce", - "%s from now": "\u015eimdiden itibaren %s", - "(Add signatories for a certificate)": "(Sertifika i\u00e7in imza sahibi ekle)", - "(Caption will be displayed when you start playing the video.)": "(Altyaz\u0131 videoyu oynatmaya ba\u015flad\u0131\u011f\u0131n\u0131zda g\u00f6sterilecek.)", - "(Optional)": "(\u0130ste\u011fe Ba\u011fl\u0131)", - "(Read-only)": "(Salt-okunur)", - "(Required Field)": "(Gerekli Alan)", - "(Self-paced) Ended {end}": "(Kendi kendine) Bitti {end}", - "(Self-paced) Ends {end}": "(Kendi kendine) Biti\u015f {end}", - "(Self-paced) Started {start}": "(Kendi kendine) Ba\u015flad\u0131 {start}", - "(Self-paced) Starts {start}": "(Kendi kendine) Ba\u015flang\u0131\u00e7 {start}", - "(optional)": "(iste\u011fe ba\u011fl\u0131)", - "(required)": "(gerekli)", - "(required):": "(gerekli):", - "- Sortable": "- S\u0131ralanabilir", - "6 a.m.": "Sabah 6", - "6 p.m.": "6 \u00f6.s.", - ": video upload complete.": ": video y\u00fcklemesi tamamland\u0131.", - "<%= user %> already in exception list.": "<%= user %> kullan\u0131c\u0131s\u0131 zaten istisna listesinde.", - "<%= user %> has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.": "<%= user %> kullan\u0131c\u0131s\u0131 istisna listesine ba\u015far\u0131yla eklendi. A\u015fa\u011f\u0131daki \u0130stisna Sertifikas\u0131 Olu\u015ftur'a t\u0131klayarak sertifikay\u0131 g\u00f6nderin.", - "A Password is required": "Bir parola gerekiyor", - "A driver's license, passport, or government-issued ID with your name and photo.": "Ad\u0131n\u0131z\u0131 ve foto\u011fraf\u0131n\u0131z\u0131 i\u00e7eren bir ehliyet, pasaport veya di\u011fer h\u00fck\u00fcmet taraf\u0131ndan verilen kimlik", - "A driver's license, passport, or other government-issued ID with your name and photo": "Ad\u0131n\u0131z\u0131 ve foto\u011fraf\u0131n\u0131z\u0131 i\u00e7eren bir ehliyet, pasaport veya di\u011fer h\u00fck\u00fcmet taraf\u0131ndan verilen kimlik", - "A highlight to look forward to this week.": "Bu hafta yap\u0131lacaklara bir g\u00f6z atal\u0131m.", - "A list of courses you have just enrolled in as a verified student": "Do\u011frulanm\u0131\u015f \u00f6\u011frenci olarak kat\u0131ld\u0131\u011f\u0131n\u0131z derslerin listesi", - "A name that identifies your team (maximum 255 characters).": "Tak\u0131m\u0131n\u0131z\u0131 simgeleyen bir isim (maksimum 255 karakter).", - "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "Di\u011fer \u00f6\u011frencilerin tak\u0131m\u0131n hedeflerini ya da emirlerini anlamas\u0131na yard\u0131mc\u0131 olmak i\u00e7in k\u0131sa bir tak\u0131m a\u00e7\u0131klamas\u0131 (maksimum 300 karakter).", - "A valid email address is required": "Ge\u00e7erli bir e-posta adresi gereklidir", - "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", - "API Key": "API Anahtar\u0131", - "API Secret": "API Secret", - "Abbreviation": "K\u0131saltma", - "About Me": "Hakk\u0131mda", - "About You": "Hakk\u0131n\u0131zda", - "About me": "Hakk\u0131mda", - "Access to some content in this unit is restricted to specific groups of learners": "Bu \u00fcnitedeki baz\u0131 i\u00e7eriklere eri\u015fim, belirli \u00f6\u011frenci gruplar\u0131na k\u0131s\u0131tl\u0131d\u0131r", - "Access to some content in this {blockType} is restricted to specific groups of learners.": "Bu {blockType} t\u00fcr\u00fcndeki baz\u0131 i\u00e7eriklere eri\u015fim, belirli \u00f6\u011frenci gruplar\u0131na k\u0131s\u0131tl\u0131d\u0131r.", - "Access to this unit is restricted to: {selectedGroupsLabel}": "Bu \u00fcniteye eri\u015fim \u015fu gruplara a\u00e7\u0131kt\u0131r: {selectedGroupsLabel}", - "Access to this {blockType} is restricted to: {selectedGroupsLabel}": "Bu {blockType} t\u00fcr\u00fcne eri\u015fim \u015funlara k\u0131s\u0131tl\u0131d\u0131r: {selectedGroupsLabel}", - "Accomplishments": "Ba\u015far\u0131lar", - "Accomplishments Pagination": "Ba\u015far\u0131lar Sayfaland\u0131r\u0131c\u0131s\u0131", - "Account": "Hesap", - "Account Information": "Hesap Bilgisi", - "Account Not Activated": "Hesap Aktif Edilmemi\u015f", - "Account Settings": "Hesap Ayarlar\u0131", - "Account Settings page.": "Hesap Ayarlar\u0131 sayfas\u0131.", - "Account deletion, including removal from email lists, may take a few weeks to fully process through our system. If you want to opt-out of emails before then, please unsubscribe from the footer of any email.": "Hesap silme i\u015flemi, e-posta listelerinden kald\u0131r\u0131lmaya dek pek \u00e7ok s\u00fcreci gerektirdi\u011finden, birka\u00e7 haftam\u0131z\u0131 alabilir. O tarihten \u00f6nce duyuru e-postalar\u0131m\u0131zdan ayr\u0131lmak isterseniz, herhangi bir iletinin alt\u0131ndan aboneli\u011finizi kald\u0131rabilirsiniz.", - "Action": "Eylem", - "Action required: Enter a valid date.": "Eylem gerekiyor: Ge\u00e7erli bir tarih girin.", - "Actions": "Eylemler", - "Activate": "Etkinle\u015ftir", - "Activate Your Account": "Hesab\u0131n\u0131z\u0131 Etkinle\u015ftirin", - "Activating a link in this group will skip to the corresponding point in the video.": "Bu grup i\u00e7inde bir ba\u011flant\u0131y\u0131 aktif duruma getirmeniz videoyu kar\u015f\u0131l\u0131k gelen zaman noktas\u0131na g\u00f6t\u00fcrecektir.", - "Active": "Aktif", - "Active Uploads": "Aktif Y\u00fcklemeler", - "Add": "Ekle", - "Add Additional Signatory": "Ek \u0130mza Sahibi Ekle", - "Add Attachment": "Dosya Ekle", - "Add Cohort": "Topluluk ekle", - "Add Component:": "Bile\u015fen Ekle:", - "Add Country": "\u00dclke ekle", - "Add Learners": "\u00d6\u011frenci Ekle", - "Add New Component": "Yeni Bile\u015fen Ekle", - "Add Thumbnail": "K\u00fc\u00e7\u00fck Resim Ekle", - "Add Thumbnail - {videoName}": "{videoName} i\u00e7in k\u00fc\u00e7\u00fck resim ekle", - "Add URLs for additional versions": "Ek s\u00fcr\u00fcmler i\u00e7in URL'leri ekle", - "Add a Chapter": "Bir b\u00f6l\u00fcm ekle", - "Add a New Cohort": "Yeni Topluluk Ekle", - "Add a learning outcome here": "\u00d6\u011frenme \u00e7\u0131kt\u0131s\u0131n\u0131 buraya ekleyin", - "Add another group": "Ba\u015fka grup ekle", - "Add language": "Dil ekle", - "Add learners to this cohort": "Bu toplulu\u011fa \u00f6\u011frenci ekle", - "Add notes about this learner": "Bu \u00f6\u011frenci hakk\u0131nda not ekle", - "Add to Dictionary": "S\u00f6zl\u00fc\u011fe ekle", - "Add to Exception List": "\u0130stisna Listesi'ne Ekle", - "Add your first content group": "\u0130lk i\u00e7erik grubunuzu ekleyin", - "Add your first group configuration": "\u0130lk grup yap\u0131land\u0131rman\u0131z\u0131 ekleyin", - "Add your first textbook": "\u0130ik ders kitab\u0131n\u0131z\u0131 ekleyin", - "Add {role} Access": "{role} Eri\u015fimi Ekle", - "Adding": "Ekleme", - "Adding the selected course to your cart": "Sepetinize se\u00e7ilen dersi ekleme", - "Additional Credit Opportunities": "Ek Kredi F\u0131rsatlar\u0131", - "Additional Information": "Ek Bilgi", - "Additional Professional Opportunities": "Ek Mesleki F\u0131rsatlar", - "Additional Time (minutes)": "Ek Zaman (dakika)", - "Additional posts could not be loaded. Refresh the page and try again.": "Daha fazla g\u00f6nderi y\u00fcklenemedi. Sayfay\u0131 yenileyin ve tekrar deneyin.", - "Additional responses could not be loaded. Refresh the page and try again.": "Daha fazla cevap y\u00fcklenemedi. Sayfay\u0131 yenileyin ve tekrar deneyin.", - "Adjust video speed": "Video h\u0131z\u0131n\u0131 ayarla", - "Adjust video volume": "Video sesini ayarla", - "Admin": "Y\u00f6netici", - "Advanced": "Geli\u015fmi\u015f", - "After the course\\'s end date has passed, learners can no longer access subsection content. The subsection remains included in grade calculations.": "Dersin biti\u015f tarihi ge\u00e7ti\u011finde, \u00f6\u011frenciler altb\u00f6l\u00fcm\u00fcn i\u00e7eri\u011fine art\u0131k eri\u015femeyecekler. Altb\u00f6l\u00fcm not hesaplamalar\u0131nda yer almaya devam edecek.", - "After the subsection\\'s due date has passed, learners can no longer access its content. The subsection remains included in grade calculations.": "Altb\u00f6l\u00fcm\u00fcn biti\u015f tarihi ge\u00e7ti\u011finde, \u00f6\u011frenciler i\u00e7eri\u011fine art\u0131k eri\u015femeyecekler. Altb\u00f6l\u00fcm not hesaplamalar\u0131nda yer almaya devam edecek.", - "After you select ": "Se\u00e7tikten sonra", - "After you upload new files all your previously uploaded files will be overwritten. Continue?": "Yeni dosya y\u00fcklemeleriniz eskilerinin \u00fczerine yazacak. Devam etmek istedi\u011finize emin misiniz?", - "Align center": "Ortala", - "Align left": "Sola yasla", - "Align right": "Sa\u011fa yasla", - "Alignment": "Hizalama", - "All Learners and Staff": "T\u00fcm \u00d6\u011frenciler ve Personeller", - "All Posts": "T\u00fcm G\u00f6nderiler", - "All Rights Reserved": "T\u00fcm Haklar\u0131 Sakl\u0131d\u0131r", - "All Time Zones": "T\u00fcm Zaman Dilimleri", - "All Topics": "T\u00fcm Ba\u015fl\u0131klar", - "All Unreviewed": "T\u00fcm \u0130ncelenmeyenler", - "All Unreviewed Failures": "T\u00fcm \u0130ncelenmemi\u015f Hatalar", - "All accounts were created successfully.": "T\u00fcm hesaplar ba\u015far\u0131 bir \u015fekilde olu\u015fturulmu\u015ftur.", - "All chapters must have a name and asset": "T\u00fcm b\u00f6l\u00fcmlerin bir ad\u0131 ve varl\u0131\u011f\u0131 olmal\u0131", - "All groups must have a name.": "B\u00fct\u00fcn gruplar\u0131n bir ismi olmak zorunda.", - "All groups must have a unique name.": "B\u00fct\u00fcn grup adlar\u0131 benzersiz olmal\u0131d\u0131r.", - "All learners in the {cohort_name} cohort": "{cohort_name} toplulu\u011fundaki t\u00fcm \u00f6\u011frenciler", - "All learners in the {track_name} track": "{track_name} kay\u0131tlanma yolundaki t\u00fcm \u00f6\u011frenciler", - "All learners who are enrolled in this course": "Bu derse kay\u0131t olan t\u00fcm \u00f6\u011frenciler", - "All payment options are currently unavailable.": "T\u00fcm \u00f6deme se\u00e7enekleri \u015fu anda kullan\u0131lam\u0131yor.", - "All professional education courses are fee-based, and require payment to complete the enrollment process.": "T\u00fcm mesleki e\u011fitim dersleri \u00fccretli olup, kay\u0131t i\u015flemini tamamlamak i\u00e7in \u00f6deme gerekir.", - "All subsections": "T\u00fcm alt b\u00f6l\u00fcmler", - "All teams": "T\u00fcm tak\u0131mlar", - "All topics": "T\u00fcm ba\u015fl\u0131klar", - "All units": "T\u00fcm \u00fcniteler", - "All users on the Exception list": "\u0130stisna listesindeki t\u00fcm kullan\u0131c\u0131lar", - "All users on the Exception list who do not yet have a certificate": "\u0130stisna listesindeki hen\u00fcz bir sertifika sahibi olmayan kullan\u0131c\u0131lar", - "Allow others to copy, distribute, display and perform only verbatim copies of your work, not derivative works based upon it. This option is incompatible with \"Share Alike\".": "Ba\u015fka ki\u015filerin sadece kelimesi kelimesine kopyalanm\u0131\u015f i\u015flerinizi kopyalamas\u0131na, da\u011f\u0131tmas\u0131na, g\u00f6stermesine ve oynatmas\u0131na izin ver, buna ba\u011fl\u0131 t\u00fcretilmi\u015f i\u015flere de\u011fil. Bu se\u00e7enek \"Share Alike\" ile uyumlu de\u011fildir. ", - "Allow others to copy, distribute, display and perform your copyrighted work but only if they give credit the way you request. Currently, this option is required.": "Sizin talep etti\u011finiz \u015fekilde at\u0131fta bulunuldu\u011funda, di\u011ferlerinin sizin telif hakl\u0131 i\u015finizi kopyalamas\u0131na, da\u011f\u0131tmas\u0131na, g\u00f6stermesine ve oynatmas\u0131na izin ver. \u015eu anda, bu se\u00e7enek gerekli.", - "Allow others to copy, distribute, display and perform your work - and derivative works based upon it - but for noncommercial purposes only.": "Di\u011ferlerinin eserinizi kopyalamas\u0131na, da\u011f\u0131tmas\u0131na ve -buna ba\u011fl\u0131 t\u00fcremi\u015f \u00e7al\u0131\u015fmalar\u0131- sadece ticari olmayan ama\u00e7lar i\u00e7in g\u00f6stermesine ve oynatmas\u0131na izin ver.", - "Allow others to distribute derivative works only under a license identical to the license that governs your work. This option is incompatible with \"No Derivatives\".": "Ba\u015fkalar\u0131na eserinizin t\u00fcrevlerini sadece e\u015fde\u011fer bir lisans alt\u0131nda da\u011f\u0131tmas\u0131na izin ver. Bu se\u00e7enek \"T\u00fcretilemez\" ile uyumlu de\u011fildir.", - "Allow students to generate certificates for this course?": "\u00d6\u011frencilerin bu ders i\u00e7in sertifika olu\u015fturmas\u0131na izin ver?", - "Already a course team member": "Zaten bir dersin ekip \u00fcyesi", - "Already a library team member": "Zaten k\u00fct\u00fcphane tak\u0131m\u0131 \u00fcyesi", - "Already a member": "Zaten \u00fcye", - "Already have an {platformName} account?": "Zaten {platformName} hesab\u0131n var m\u0131?", - "Alternative source": "Alternatif kaynak", - "Always divide content-specific discussion topics": "\u0130\u00e7erik odakl\u0131 tart\u0131\u015fma ba\u015fl\u0131klar\u0131n\u0131 her zaman b\u00f6l", - "Always show assessment results": "Her zaman de\u011ferlendirme sonu\u00e7lar\u0131n\u0131 g\u00f6ster", - "Amount": "Miktar", - "An email has been sent to {userEmail} with a link for you to activate your account.": "{userEmail} adresine hesab\u0131n\u0131z\u0131 etkinle\u015ftirmeniz i\u00e7in bir ba\u011flant\u0131 g\u00f6nderildi.", - "An error has occurred. Check your Internet connection and try again.": "Bir hata meydana geldi. \u0130nternet ba\u011flant\u0131n\u0131z\u0131 kontrol edin ve tekrar deneyin.", - "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "Bir hata olu\u015ftu. \u0130nternet ba\u011flant\u0131n\u0131z\u0131 kontrol edin, ve sonra sayfay\u0131 yenilemeyi deneyiniz.", - "An error has occurred. Please try again later.": "Bir hata meydana geldi. L\u00fctfen daha sonra tekrar deneyin.", - "An error has occurred. Please try again.": "Bir hata olu\u015ftu. L\u00fctfen tekrar deneyin.", - "An error has occurred. Please try reloading the page.": "Bir hata olu\u015ftu. L\u00fctfen sayfay\u0131 tekrar y\u00fcklemeyi deneyiniz.", - "An error has occurred. Refresh the page, and then try again.": "Bir hata olu\u015ftu. Sayfay\u0131 yenileyin, ve ondan sonra tekrar deneyin.", - "An error has occurred. Try refreshing the page, or check your Internet connection.": "Bir hata meydana geldi. Sayfay\u0131 yenilemeyi deneyin veya internet ba\u011flant\u0131n\u0131z\u0131 kontrol edin.", - "An error has occurred. Wait a few minutes, and then try again.": "Bir hata olu\u015ftu. Birka\u00e7 dakika bekleyin, ve ondan sonra tekrar deneyin.", - "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "E-posta adresinizi al\u0131rken bir hata olu\u015ftu. L\u00fctfen daha sonra tekrar deneyiniz, ve e\u011fer problem devam ederse teknik destek ile ileti\u015fime ge\u00e7iniz.", - "An error occurred when signing you in to %s.": "%s ortam\u0131nda oturum a\u00e7arken hata olu\u015ftu.", - "An error occurred while removing the member from the team. Try again.": "Tak\u0131mdan \u00fcyeyi \u00e7\u0131kart\u0131rken bir hata olu\u015ftu. Tekrar deneyin.", - "An error occurred.": "Bir hata meydana geldi.", - "An error occurred. Make sure that the student's username or email address is correct and try again.": "Bir hata olu\u015ftu. \u00d6\u011frencilerin kullan\u0131c\u0131 ad\u0131 ve e-postalar\u0131n\u0131n do\u011fru oldu\u011fundan emib olunuz ve tekrar deneyiniz.", - "An error occurred. Please reload the page.": "Bir hata olu\u015ftu. L\u00fctfen sayfay\u0131 tekrar y\u00fckleyin.", - "An error occurred. Please try again.": "Bir hata olu\u015ftu. L\u00fctfen tekrar deneyin.", - "An error occurred. Try again.": "Bir hata olu\u015ftu. Tekrar deneyin.", - "An unexpected error occurred. Please try again.": "Beklenmedik bir hata olu\u015ftu. L\u00fctfen tekrar deneyin.", - "Anchor": "Tutturucu", - "Anchors": "Tutturucular", - "Any content that has listed this content as a prerequisite will also have access limitations removed.": "Bu i\u00e7eri\u011fi \u00f6ngereklilik olarak i\u015faretlemi\u015f i\u00e7erikler eri\u015fim s\u0131n\u0131rland\u0131rmalar\u0131ndan da muaf olacak.", - "Any course progress or grades from your current session will be lost.": "Mevcut oturumunuzdaki ders ilerlemesi ve notland\u0131rmalar kaybedilecek.", - "Any divided discussion topics are divided based on cohort.": "B\u00f6l\u00fcnm\u00fc\u015f tart\u0131\u015fma ba\u015fl\u0131klar\u0131 topluluk baz\u0131nda b\u00f6l\u00fcnm\u00fc\u015ft\u00fcr.", - "Any divided discussion topics are divided based on enrollment track.": "B\u00f6l\u00fcnm\u00fc\u015f tart\u0131\u015fma ba\u015fl\u0131klar\u0131 kay\u0131tlanma yolu baz\u0131nda b\u00f6l\u00fcnm\u00fc\u015ft\u00fcr.", - "April": "Nisan", - "Are you having trouble finding a team to join?": "Kat\u0131lacak bir tak\u0131m bulmada sorun mu ya\u015f\u0131yorsunuz?", - "Are you sure that you want to leave this session?": "Bu oturumu terk etmek istedi\u011finize emin misiniz?", - "Are you sure you want to change to a different session?": "Farkl\u0131 bir oturuma ge\u00e7mek istedi\u011finize emin misiniz?", - "Are you sure you want to delete this comment?": "Bu yorumu silmeye emin misiniz?", - "Are you sure you want to delete this page? This action cannot be undone.": "Bu sayfay\u0131 silmek istedi\u011finize emin misiniz? Bu i\u015flem geri al\u0131namaz.", - "Are you sure you want to delete this post?": "Bu g\u00f6nderiyi silmek istiyor musunuz?", - "Are you sure you want to delete this response?": "Bu cevab\u0131 silmeye emin misiniz?", - "Are you sure you want to delete this update?": "Bu g\u00fcncellemeyi silmek istedi\u011finize emin misiniz?", - "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "\u201c{container}\u201d i\u00e7in ders tak\u0131m\u0131ndan {email}'i silmek istedi\u011finize emin misiniz? ", - "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "\u201c{container}\u201d k\u00fct\u00fcphanesinden {email}'i silmek istedi\u011finize emin misiniz? ", - "Are you sure you want to remove this transcript?": "Bu altyaz\u0131y\u0131 kald\u0131rmak istedi\u011finize emin misiniz?", - "Are you sure you want to remove this video from the list?": "Bu videoyu listeden \u00e7\u0131karmak istedi\u011finize emin misiniz?", - "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "\u201c{container}\u201d 'a {email} eri\u015fimini k\u0131s\u0131tlamak istedi\u011finize emin misiniz?", - "Are you sure you want to revert to the last published version of the unit? You cannot undo this action.": "\u00dcnitenin son yay\u0131nlanan s\u00fcr\u00fcm\u00fcne d\u00f6nmek istedi\u011finize emin misiniz? Bu i\u015flem geri al\u0131namaz.", - "Are you sure you want to select this session?": "Bu oturumu se\u00e7mek istedi\u011finize emin misiniz?", - "Are you sure you want to unenroll from {courseName} ({courseNumber})? You will be refunded the amount you paid.": "{courseName} ({courseNumber}) dersindeki kayd\u0131n\u0131z\u0131 iptal etmek istedi\u011finize emin misiniz? \u00d6dedi\u011finiz tutar size iade edilecek.", - "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "Bu veriyi silmek istedi\u011finizden emin misiniz? Geri d\u00f6nd\u00fcr\u00fclemez!\n\nAyr\u0131ca bu veriye ba\u011fl\u0131 olan i\u00e7eriklerde \u00e7al\u0131\u015fmayacak (\u00f6r bozuk resimler veya linkler)", - "Are you sure?": "Emin misin?", - "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "Do\u011frulama s\u00fcrecinin bir par\u00e7as\u0131 olarak hem y\u00fcz\u00fcn\u00fcz\u00fcn fot\u011fraf\u0131n\u0131 hem de devlet taraf\u0131ndan verilmi\u015f foto\u011frafl\u0131 kimli\u011finizin foto\u011fraf\u0131n\u0131 \u00e7ekmelisiniz. Yetkilendirme hizmetimiz \u00e7ekmi\u015f oldu\u011funuz foto\u011fraf\u0131n\u0131z\u0131 kimlik foto\u011fraf\u0131n\u0131z ile kar\u015f\u0131la\u015ft\u0131rararak kimli\u011finizi do\u011frular.", - "As you complete courses, you will see them listed here.": "Derslerinizi bitirdik\u00e7e, burada listelenmi\u015f halde g\u00f6receksiniz.", - "Assessment": "De\u011ferlendirme", - "Assessment Results Visibility": "De\u011ferlendirme Sonu\u00e7lar\u0131 G\u00f6r\u00fcn\u00fcrl\u00fc\u011f\u00fc", - "Assessments": "De\u011ferlendirmeler", - "Assign learners to cohorts by uploading a CSV file": "CSV dosyas\u0131 y\u00fckleyerek \u00f6\u011frencileri topluluklara atay\u0131n", - "Assign students to cohorts by uploading a CSV file.": "CSV dosyas\u0131n\u0131 y\u00fckleyerek toplulu\u011fa \u00f6\u011frencileri ata.", - "Assignment Type Name": "G\u00f6rev T\u00fcr\u00fc \u0130smi", - "Associated Content Group": "\u0130li\u015fkilendirilmi\u015f \u0130\u00e7erik Grubu", - "Attribution": "At\u0131f", - "August": "A\u011fustos", - "Author": "Yazar", - "Auto-advance": "Otomatik \u0130lerleme", - "Automated Transcripts": "Otomatikle\u015ftirilmi\u015f Altyaz\u0131lar", - "Automatic": "Otomatik", - "Automatic transcripts are disabled.": "Otomatik altyaz\u0131lar evre d\u0131\u015f\u0131 b\u0131rak\u0131ld\u0131.", - "Available %s": "Mevcut %s", - "Average": "Ortalama", - "Back to Full List": "Tam Listeye D\u00f6n", - "Back to sign in": "Oturuma geri d\u00f6n", - "Back to {platform} FAQs": "{platform} S\u0131k Sorulan Sorular\u0131'na geri d\u00f6n", - "Background color": "Arkaplan rengi", - "Basic": "Temel", - "Basic Account Information": "Temel Hesap Bilgileri", - "Be sure your entire face is inside the frame": "Y\u00fcz\u00fcn\u00fcz\u00fcn tamam\u0131n\u0131n \u00e7er\u00e7eve i\u00e7inde oldu\u011funa emin olun", - "Before proceeding, please confirm that your details match": "\u0130lerlemeden \u00f6nce, ayr\u0131nt\u0131lar\u0131n\u0131z\u0131n e\u015fle\u015fti\u011fini onaylay\u0131n\u0131z", - "Before proceeding, please {htmlStart}activate your account{htmlEnd}.": "\u0130lerlemeden \u00f6nce, l\u00fctfen {htmlStart}hesab\u0131n\u0131z\u0131 etkinle\u015ftirin{htmlEnd}.", - "Before proceeding, please {htmlStart}unlink all social media accounts{htmlEnd}.": "Devam etmeden \u00f6nce, l\u00fctfen {htmlStart}t\u00fcm sosyal medya hesaplar\u0131n\u0131z\u0131 kald\u0131r\u0131n{htmlEnd}.", - "Before you upgrade to a certificate track, you must activate your account.": "Sertifika yoluna y\u00fckseltmeden \u00f6nce, hesab\u0131n\u0131z\u0131 etkinle\u015ftirmelisiniz.", - "Billed to": "Faturaland\u0131", - "Biography": "Biyografi", - "Block view is unavailable": "Blok g\u00f6r\u00fcn\u00fcm mevcut de\u011fil", - "Blockquote": "Blok al\u0131nt\u0131", - "Blockquote (Ctrl+Q)": "Al\u0131nt\u0131 (Ctrl+Q)", - "Blocks": "Bloklar", - "Body": "G\u00f6vde", - "Bold": "Kal\u0131n", - "Bold (Ctrl+B)": "Kal\u0131n (Ctrl+B)", - "Bookmark this page": "Bu sayfaya yer imi koy", - "Bookmarked": "Yer imi kondu", - "Border": "Kenarl\u0131k", - "Border color": "Kenarl\u0131k rengi", - "Bottom": "Alt", - "Browse": "G\u00f6z at", - "Browse recently launched courses and see what\\'s new in your favorite subjects": "Yeni a\u00e7\u0131lm\u0131\u015f dersleri taray\u0131n ve ilginizi \u00e7eken konularda ne yenilikler var g\u00f6r\u00fcnt\u00fcleyin", - "Bulk Exceptions": "Toplu \u0130stisnalar", - "Bullet list": "Madde imli liste", - "Bulleted List (Ctrl+U)": "Noktal\u0131 Liste (Ctrl+U)", - "COMPLETED COURSES": "TAMAMLANAN DERSLER", - "COURSES IN PROGRESS": "DEVAM EDEN DERSLER", - "Can I request additional time to complete my exam?": "S\u0131nav\u0131m\u0131 tamamlamak i\u00e7in ekstra zaman isteyebilir miyim?", - "Can we match the photo you took with the one on your ID?": "Kimli\u011finiz \u00fczerindeki foto\u011frafla \u00e7ekti\u011finizini e\u015fle\u015ftirebilir miyiz?", - "Cancel": "\u0130ptal", - "Cancel enrollment code": "Kay\u0131tlanma kodunu iptal et", - "Cancel team creating.": "Tak\u0131m olu\u015fturmay\u0131 iptal et.", - "Cancel team updating.": "Tak\u0131m g\u00fcncellemeyi iptal et.", - "Cancel upload": "Y\u00fcklemeyi iptal et", - "Cannot Start Proctored Exam": "G\u00f6zetmenli S\u0131nav Ba\u015flat\u0131lam\u0131yor", - "Cannot delete when in use by a unit": "Bir birim taraf\u0131ndan kullan\u0131mdaysa silinemez", - "Cannot delete when in use by an experiment": "Bir deney taraf\u0131ndan kullan\u0131l\u0131yorken silinemez.", - "Caption": "Altyaz\u0131", - "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "Dikkat: Bu birimin son yay\u0131nlanan versiyonu canl\u0131d\u0131r. De\u011fi\u015fiklikleri yay\u0131nlayarak \u00f6\u011frencilerin deneyimlerini de\u011fi\u015ftirirsiniz.", - "Cell": "H\u00fccre", - "Cell padding": "H\u00fccre doldurma", - "Cell properties": "H\u00fccre \u00f6zellikleri", - "Cell spacing": "H\u00fccre bo\u015flu\u011fu", - "Cell type": "H\u00fccre t\u00fcr\u00fc", - "Center": "Orta", - "Certificate Details": "Sertifika Ayr\u0131nt\u0131lar\u0131", - "Certificate Generated": "Sertifika Olu\u015fturuldu", - "Certificate Information": "Sertifika Bilgileri", - "Certificate Name": "Sertifika Ad\u0131", - "Certificate Purchased": "Sertifika Sat\u0131n Al\u0131nd\u0131", - "Certificate Signatories": "Sertifika \u0130mza Sahipleri", - "Certificate Signatory Configuration": "\u0130mza Sahibi Yap\u0131land\u0131rma Sertifikas\u0131", - "Certificate Status:": "Sertifika Durumu:", - "Certificate has been successfully invalidated for <%= user %>.": "<%= user %> kullan\u0131c\u0131s\u0131n\u0131n sertifikas\u0131 ba\u015far\u0131l\u0131 bir \u015fekilde ge\u00e7ersizle\u015ftirildi.", - "Certificate name is required.": "Sertifika ismi gerekiyor.", - "Certificate of <%= user %> has already been invalidated. Please check your spelling and retry.": "<%= user %> kullan\u0131c\u0131s\u0131n\u0131n sertifikas\u0131 zaten ge\u00e7ersizle\u015ftirildi. L\u00fctfen do\u011fru yazd\u0131\u011f\u0131n\u0131zdan emin olun ve yeniden deneyin.", - "Certificates": "Sertifikalar", - "Change": "De\u011fi\u015ftir", - "Change Enrollment": "Kay\u0131tlanmay\u0131 De\u011fi\u015ftir", - "Change Manually": "El ile De\u011fi\u015ftir", - "Change My Email Address": "E-posta Adresimi De\u011fi\u015ftir", - "Change Session": "Oturumu De\u011fi\u015ftir", - "Change image": "Resmi De\u011fi\u015ftir", - "Change or Leave Session": "Oturumu De\u011fi\u015ftir veya Terket", - "Change to a different session or leave the current session.": "Ba\u015fka bir oturuma ge\u00e7 ya da \u015fu anki oturumdan ayr\u0131l.", - "Changes to steps that are not selected as part of the assignment will not be saved.": "G\u00f6revin bir par\u00e7as\u0131 olarak se\u00e7ili olmayan ad\u0131mlardaki de\u011fi\u015fiklikler kaydedilmeyecek.", - "Chapter Asset": "B\u00f6l\u00fcm Verisi", - "Chapter Name": "B\u00f6l\u00fcm Ad\u0131", - "Chapter information": "B\u00f6l\u00fcm Bilgileri", - "Chapter name and asset_path are both required": "B\u00f6l\u00fcm ad\u0131 ve asset_path gerekli", - "Chapter name is required": "B\u00f6l\u00fcm ad\u0131 gerekiyor", - "Chapter {order}": "B\u00f6l\u00fcm {order}", - "Check Your Email": "E-postan\u0131z\u0131 kontrol edin", - "Check the highlighted fields below and try again.": "A\u015fa\u011f\u0131daki i\u015faretli alanlar\u0131 kontrol edin ve tekrar deneyin.", - "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "Takip etti\u011finiz g\u00f6nderilerdeki yeni ve okunmam\u0131\u015f etkinlikler hakk\u0131nda g\u00fcnde bir kez etkinlik \u00f6zeti almak i\u00e7in bu kutucu\u011fu i\u015faretleyin.", - "Check your email": "E-postan\u0131z\u0131 kontrol ediniz", - "Check your email account for instructions to reset your password.": "Parola s\u0131f\u0131rlama y\u00f6nergeleri i\u00e7in e-posta hesab\u0131n\u0131z\u0131 kontrol edin.", - "Check your email for an activation message.": "Aktivasyon mesaj\u0131 i\u00e7in e-postan\u0131z\u0131 kontrol edin.", - "Checkout": "\u00d6deme yeri", - "Checkout with PayPal": "PayPal ile \u00f6de", - "Checkout with {processor}": "{processor} ile \u00f6de", - "Choose": "Se\u00e7in", - "Choose File": "Dosya Se\u00e7", - "Choose One": "Birini Se\u00e7in", - "Choose a .csv file": "Bir .csv dosyas\u0131 se\u00e7in", - "Choose a Date": "Bir Tarih Se\u00e7in", - "Choose a Time": "Bir Saat Se\u00e7in", - "Choose a content group to associate": "ili\u015fkilendirmek i\u00e7in i\u00e7erik grubu se\u00e7", - "Choose a location to move your component to": "Bile\u015feninizi ta\u015f\u0131yaca\u011f\u0131n\u0131z konumu se\u00e7in", - "Choose a time": "Bir saat se\u00e7in", - "Choose all": "T\u00fcm\u00fcn\u00fc se\u00e7in", - "Choose mode": "Mod Se\u00e7in", - "Choose new file": "Yeni dosya se\u00e7in", - "Choose one": "Birini se\u00e7in", - "Choose your institution from the list below:": "A\u015fa\u011f\u0131daki listeden kurumunuzu se\u00e7in:", - "Chosen %s": "Se\u00e7ilen %s", - "Circle": "Daire", - "Clear": "Temizle", - "Clear All": "Hepsini Temizle", - "Clear Grading Due Date": "Notlama Tamamlanma Tarihini Temizle", - "Clear Release Date/Time": "Yay\u0131n Tarihi/Saati Temizle", - "Clear Value": "De\u011feri Temizle", - "Clear formatting": "D\u00fczenlemeyi temizle", - "Clear search": "Aramay\u0131 Temizle", - "Clear search results": "\u00c7eviri sonu\u00e7lar\u0131n\u0131 temizle", - "Click OK to have your e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "E-posta adresinizi 3. parti uygulamaya g\u00f6ndermek i\u00e7in TAMAM'a bas\u0131n.\n\nBilgilerinizi g\u00f6ndermeden bu sayfaya d\u00f6nmek i\u00e7in \u0130ptal'e bas\u0131n.", - "Click OK to have your username and e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Kullan\u0131c\u0131 ad\u0131 ve e-posta adresinizi 3. parti uygulamaya g\u00f6ndermek i\u00e7in Tamam'a bas\u0131n.\n\nBilgilerinizi g\u00f6ndermeden bu sayfaya geri d\u00f6nmek i\u00e7in \u0130ptal'e bas\u0131n.", - "Click OK to have your username sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Kullan\u0131c\u0131 ad\u0131n\u0131z\u0131 3. parti uygulamaya g\u00f6ndermek i\u00e7in TAMAM'a bas\u0131n.\n\nBilgilerinizi g\u00f6ndermeden bu sayfaya geri d\u00f6nmek i\u00e7in \u0130ptal'e bas\u0131n.", - "Click on this button to mute or unmute this video or press UP or DOWN buttons to increase or decrease volume level.": "Bu videoyu sessize almak veya sesini a\u00e7mak i\u00e7in bu d\u00fc\u011fmeye t\u0131klay\u0131n, ses seviyesini art\u0131rmak ya da azaltmak i\u00e7in YUKARI veya A\u015eA\u011eI d\u00fc\u011fmelerine bas\u0131n.", - "Click to add a new %(xblock_type)s": "Yeni bir %(xblock_type)s eklemek i\u00e7in t\u0131klay\u0131n\u0131z", - "Click to change": "De\u011fi\u015ftirmek i\u00e7in t\u0131klay\u0131n", - "Click to choose all %s at once.": "Bir kerede t\u00fcm %s se\u00e7ilmesi i\u00e7in t\u0131klay\u0131n.", - "Click to edit": "D\u00fczenlemek i\u00e7in t\u0131kla", - "Click to remove all chosen %s at once.": "Bir kerede t\u00fcm se\u00e7ilen %s kald\u0131r\u0131lmas\u0131 i\u00e7in t\u0131klay\u0131n.", - "Close": "Kapat", - "Close Calculator": "Hesap Makinesini Kapat", - "Code": "Kod", - "Code Sample (Ctrl+K)": "Kod \u00d6rne\u011fi (Ctrl+K)", - "Code block": "Kod blo\u011fu", - "Cohort Assignment Method": "Topluluk Atama Y\u00f6ntemi", - "Cohort Name": "Topluluk Ad\u0131", - "Cohorts": "Topluluklar", - "Cohorts Disabled": "Topluluklar Devre D\u0131\u015f\u0131", - "Cohorts Enabled": "Topluluklar Etkin", - "Collapse All": "T\u00fcm\u00fcn\u00fc Kapa", - "Collapse Instructions": "Komutlar\u0131 Daralt", - "Collapse/Expand this %(xblock_type)s": "%(xblock_type)s Daralt/Geni\u015flet", - "Color": "Renk", - "Cols": "S\u00fctunlar", - "Column": "S\u00fctun", - "Column group": "S\u00fctun grubu", - "Coming Soon": "Yak\u0131nda", - "Commentary": "Yorum", - "Common Problem Types": "S\u0131k Kar\u015f\u0131la\u015f\u0131lan Problem T\u00fcrleri", - "Completed": "Tamamland\u0131", - "Component": "Bile\u015fen", - "Component Location ID": "Bile\u015fen Konum ID", - "Components": "Bile\u015fenler", - "Configure": "Yap\u0131land\u0131rma", - "Confirm": "Onayla", - "Confirm Password": "Parolay\u0131 Do\u011frula", - "Confirm Timed Transcript": "Zamanlanm\u0131\u015f Altyaz\u0131y\u0131 Onayla", - "Congratulations!": "Kutlar\u0131z!", - "Congratulations! You are now verified on %(platformName)s!": "Tebrikler! \u015eimdi %(platformName)s \u00fczerinde teyit edildiniz!", - "Constrain proportions": "Oranlar\u0131 S\u0131n\u0131rla", - "Contact Us": "Bizimle \u0130leti\u015fime Ge\u00e7in", - "Contains staff only content": "Sadece personele \u00f6zel i\u00e7erikleri i\u00e7erir", - "Content Group ID": "\u0130\u00e7erik Grup ID", - "Content Group Name": "\u0130\u00e7erik Grup Ad\u0131", - "Content-Specific Discussion Topics": "\u0130\u00e7erik-Odakl\u0131 Tart\u0131\u015fma Ba\u015fl\u0131klar\u0131", - "Continue Exam Without Proctoring": "S\u0131nava G\u00f6zetmensiz Olarak Devam Et", - "Continue to Verification": "Do\u011frulamaya Devam Et", - "Continue to my practice exam": "Al\u0131\u015ft\u0131rma s\u0131nav\u0131ma devam et", - "Continue to my proctored exam. I want to be eligible for credit.": "G\u00f6zetmenli s\u0131nav\u0131ma devam et. Krediye uygun olmak istiyorum.", - "Copy": "Kopyala", - "Copy Email To Editor": "Edit\u00f6re e-postay\u0131 kopyala", - "Copy row": "Sat\u0131r\u0131 kopyala", - "Correct failed component": "Ba\u015far\u0131s\u0131z bile\u015feni d\u00fczelt", - "Cost": "Maliyet", - "Could not find Certificate Exception in white list. Please refresh the page and try again": "Beyaz listede Sertifika \u0130stisnas\u0131 bulunamad\u0131. L\u00fctfen sayfay\u0131 yenileyin ve tekrar deneyin", - "Could not find Certificate Invalidation in the list. Please refresh the page and try again": "Listede Sertifika Ge\u00e7ersizle\u015ftirme bulunamad\u0131. L\u00fctfen sayfay\u0131 yenileyin ve tekrar deneyin.", - "Could not find a user with username or email address '<%- identifier %>'.": "'<%- identifier %>'. kullan\u0131c\u0131 isimli veya e-posta adresli kullan\u0131c\u0131 bulunamad\u0131.", - "Could not find the specified string.": "Belirlenen dizi bulunamad\u0131.", - "Could not find users associated with the following identifiers:": "Bu \u00f6zelliklere uygun kullan\u0131c\u0131 bulunamad\u0131: ", - "Could not grade your answer. The submission was aborted.": "Cevab\u0131n\u0131z notland\u0131r\u0131lamad\u0131. G\u00f6nderim iptal edildi.", - "Could not retrieve download url.": "\u0130ndirme ba\u011flant\u0131s\u0131na eri\u015filemedi.", - "Could not retrieve payment information": "\u00d6deme bilgileri al\u0131namad\u0131", - "Could not retrieve upload url.": "Y\u00fckleme URL'ine eri\u015filemedi.", - "Could not submit order": "Sipari\u015f teslim edilemedi", - "Could not submit photos": "Foto\u011fraf g\u00f6nderilemedi", - "Could not upload the video image file": "Bu video g\u00f6rselini y\u00fckleyemedik", - "Couldn't Save This Assignment": "Bu G\u00f6rev Kaydedilemedi", - "Country": "\u00dclke", - "Country of residence": "\u0130kamet edilen \u00fclke", - "Country or Region of Residence": "\u0130kamet Edilen \u00dclke ya da B\u00f6lge", - "Course Content": "Ders \u0130\u00e7eri\u011fi", - "Course Credit Requirements": "Ders Kredisi Gereklilikleri", - "Course End": "Ders Biti\u015fi", - "Course Handouts": "Ders Notlar\u0131", - "Course ID": "Ders No", - "Course Id": "Ders No", - "Course Index": "Ders \u0130ndeksi", - "Course Key": "Ders Anahtar\u0131", - "Course Name": "Ders \u0130smi", - "Course Number": "Ders Numaras\u0131", - "Course Number Override": "Ders Numaras\u0131n\u0131 Ge\u00e7ersiz K\u0131l", - "Course Number:": "Ders Numaras\u0131:", - "Course Outline": "Ders Tasla\u011f\u0131", - "Course Run:": "Ders Yay\u0131n\u0131:", - "Course Start": "Ders Ba\u015flang\u0131c\u0131", - "Course Title": "Ders Ba\u015fl\u0131\u011f\u0131", - "Course Title Override": "Ders Ba\u015fl\u0131\u011f\u0131n\u0131 Ge\u00e7ersiz K\u0131l", - "Course Video Settings": "Ders Video Ayarlar\u0131", - "Course is not yet visible to students.": "Ders \u00f6\u011frencilere \u015fu anda g\u00f6r\u00fcn\u00fcr de\u011fil.", - "Course pacing cannot be changed once a course has started.": "Ders denetimi bir ders denetimi ba\u015flad\u0131ktan sonra de\u011fi\u015ftirilemez.", - "Course title": "Ders ba\u015fl\u0131\u011f\u0131", - "Course-Wide Discussion Topics": "Ders-\u00c7ap\u0131nda Tart\u0131\u015fma Ba\u015fl\u0131klar\u0131", - "Create": "Olu\u015ftur", - "Create Account": "Hesap Olu\u015ftur", - "Create Re-run": "Yeniden \u00c7al\u0131\u015ft\u0131rma Olu\u015ftur", - "Create a %(link_start)sMozilla Backpack%(link_end)s account, or log in to your existing account": "Bir %(link_start)sMozilla Backpack%(link_end)s hesab\u0131 olu\u015fturun ya da mevcut hesab\u0131n\u0131z\u0131 kullan\u0131n.", - "Create a New Team": "Yeni Bir Tak\u0131m Olu\u015ftur", - "Create a content group": "\u0130\u00e7erik grubu yarat", - "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "Kat\u0131lacak bir tak\u0131m bulamad\u0131ysan\u0131z, ya da tan\u0131d\u0131\u011f\u0131n\u0131z arkada\u015flar\u0131n\u0131zla \u00f6\u011frenmek istiyorsan\u0131z yeni bir tak\u0131m olu\u015fturun.", - "Create account using %(providerName)s.": "%(providerName)s kullanarak bir hesap olu\u015ftur.", - "Create an Account": "Bir Hesap Olu\u015ftur", - "Create an Account.": "Bir Hesap Olu\u015ftur.", - "Create an account using": "\u015eununla bir hesap olu\u015ftur", - "Create team.": "Tak\u0131m olu\u015ftur.", - "Created": "Olu\u015fturuldu", - "Creating missing groups": "Eksik gruplar olu\u015fturuluyor", - "Creative Commons": "Creative Commons", - "Creative Commons licensed content, with terms as follow:": "Creative Commons lisansl\u0131 i\u00e7erik, \u015fu ko\u015fullara sahiptir:", - "Criterion Added": "\u00d6l\u00e7\u00fct Eklendi", - "Criterion Deleted": "\u00d6l\u00e7\u00fct Silindi", - "Crossed out items have been refunded.": "\u00dczerinde \u00e7arp\u0131 i\u015fareti \u00f6\u011feler iade edilmi\u015ftir.", - "Current Role:": "Mevcut Rol:", - "Current conversation": "\u015eu anki sohbet", - "Current enrollment mode:": "\u015eu anki kay\u0131t t\u00fcr\u00fc:", - "Current location": "\u015eu anki konum", - "Current tab": "\u015eu anki sekme", - "Currently selected": "\u015eu an se\u00e7ili", - "Custom color": "\u00d6zel renk", - "Custom...": "\u00d6zel...", - "Cut": "Kes", - "Cut row": "Sat\u0131r\u0131 kes", - "Date": "Tarih", - "Date Added": "Tarih Eklendi", - "Date Joined": "Kat\u0131lma Tarihi", - "Date Placed": "Tamamlama Tarihi", - "Date added": "Tarih eklendi", - "Deactivate": "Devre D\u0131\u015f\u0131 B\u0131rak", - "December": "Aral\u0131k", - "Declined": "Reddedildi", - "Decrease indent": "Girintiyi azalt", - "Default": "\u00d6ntan\u0131ml\u0131", - "Default (Local Time Zone)": "Varsay\u0131lan (Yerel Zaman Dilimi)", - "Default Timed Transcript": "Varsay\u0131lan Zamanlar\u0131 \u0130\u015faretlenmi\u015f Altyaz\u0131", - "Delete": "Sil", - "Delete \"<%= signatoryName %>\" from the list of signatories?": "\u0130mza sahipleri listesinden \"<%= signatoryName %>\" sil?", - "Delete File Confirmation": "Dosya Onay\u0131n\u0131 Kald\u0131r", - "Delete My Account": "Hesab\u0131m\u0131 Sil", - "Delete Page Confirmation": "Sayfa Onay\u0131n\u0131 Kald\u0131r", - "Delete Team": "Tak\u0131m\u0131 Sil", - "Delete column": "S\u00fctunu sil", - "Delete row": "Sat\u0131r\u0131 sil", - "Delete table": "Tabloyu sil", - "Delete the user, {username}": " {username} Kullan\u0131c\u0131y\u0131 sil.", - "Delete this %(item_display_name)s?": "%(item_display_name)s sil?", - "Delete this asset": "Bu veriyi sil", - "Delete this team?": "Bu tak\u0131m\u0131 sil?", - "Delete this {xblock_type} (and prerequisite)?": "Evet, bu {xblock_type} XBlock'u (ve \u00f6n ko\u015fulu) sil", - "Delete this {xblock_type}?": "Bu {xblock_type} XBlock'u silinsin mi?", - "Deleted Content Group": "Silinmi\u015f \u0130\u00e7erik Grubu", - "Deleted Group": "Silinmi\u015f Grup", - "Deleting": "Siliniyor", - "Deleting a team is permanent and cannot be undone. All members are removed from the team, and team discussions can no longer be accessed.": "Bir tak\u0131m silmek kal\u0131c\u0131d\u0131r ve geri al\u0131namaz. Tak\u0131mdan t\u00fcm \u00fcyeler \u00e7\u0131kart\u0131lacak, ve tak\u0131m tart\u0131\u015fmalar\u0131 art\u0131k eri\u015filebilir olmayacak.", - "Deleting a textbook cannot be undone and once deleted any reference to it in your courseware's navigation will also be removed.": "Ders kitab\u0131n\u0131 silmek geri d\u00f6n\u00fc\u015f\u00fc olmayan bir i\u015flemdir. Sildi\u011fin anda i\u00e7indeki ders referanslar\u0131 ve materyalleri de silinecektir.", - "Deleting this %(item_display_name)s is permanent and cannot be undone.": "%(item_display_name)s silmek kal\u0131c\u0131d\u0131r ve geri al\u0131namaz.", - "Deleting this {xblock_type} is permanent and cannot be undone.": "Bu {xblock_type} t\u00fcr\u00fcn\u00fc silmek kal\u0131c\u0131d\u0131r ve geri al\u0131namaz.", - "Deprecated": "Onaylanmad\u0131", - "Describe ": "Tan\u0131mla", - "Description": "A\u00e7\u0131klama", - "Description of the certificate": "Sertifikan\u0131n a\u00e7\u0131klamas\u0131", - "Details": "Ayr\u0131nt\u0131lar", - "Dimensions": "Boyutlar", - "Disc": "Disk", - "Discard Changes": "De\u011fi\u015fiklikleri \u00c7\u0131kart", - "Discarding Changes": "\u00c7\u0131kar\u0131lan De\u011fi\u015fiklikler", - "Discussion Home": "Tart\u0131\u015fma Anasayfas\u0131", - "Discussion topics in the course are not divided.": "Dersteki tart\u0131\u015fma ba\u015fl\u0131klar\u0131 b\u00f6l\u00fcnmemi\u015f.", - "Discussions are unified; all learners interact with posts from other learners, regardless of the group they are in.": "Tart\u0131\u015fmalar birle\u015ftirilmi\u015f durumda; t\u00fcm \u00f6\u011frenciler i\u00e7inde olduklar\u0131 gruplardan ba\u011f\u0131ms\u0131z olarak, di\u011fer \u00f6\u011frencilerin g\u00f6nderileriyle etkile\u015fime girebilir.", - "Display Name": "G\u00f6r\u00fcnen Ad", - "Div": "Div", - "Divide the selected content-specific discussion topics": "Se\u00e7ili i\u00e7erik-odakl\u0131 tart\u0131\u015fma ba\u015fl\u0131klar\u0131n\u0131 b\u00f6l", - "Divided": "B\u00f6l\u00fcnm\u00fc\u015f", - "Do not show again": "Tekrar g\u00f6sterme", - "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "Bu \u00f6\u011frenciye ('{student_id}') giri\u015f s\u0131nav\u0131n\u0131 ge\u00e7mesi i\u00e7in izin vermek istiyor musunuz?", - "Do you want to replace the edX transcript with the YouTube transcript?": "EdX altyaz\u0131s\u0131n\u0131 YouTube altyaz\u0131s\u0131yla de\u011fi\u015ftirmek ister misiniz?", - "Do you want to upload your file before submitting?": " G\u00f6ndermeden \u00f6nce dosyan\u0131z\u0131 y\u00fcklemek istiyor musunuz?", - "Document properties": "Belge \u00f6zellikleri", - "Does the name on your ID match your account name: %(fullName)s?": "ID niz \u00fczerindeki isim hesab\u0131n\u0131zdaki isimle e\u015fle\u015fiyor mu: %(fullName)s?", - "Does the photo of you match your ID photo?": "Foto\u011fraf kimlik foto\u011fraf\u0131na uyuyor mu?", - "Does the photo of you show your whole face?": "Foto\u011fraf y\u00fcz\u00fcn\u00fcz\u00fcn tamam\u0131n\u0131 g\u00f6steriyor mu?", - "Doing so means that you are no longer eligible for academic credit.": "Bu \u015fekilde yapmak, akademik kredinizi dolduramayaca\u011f\u0131n\u0131z anlam\u0131na gelir.", - "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "Resminizi g\u00f6rm\u00fcyor musunuz? Web izleyiciniz izin istedi\u011finde kameran\u0131z\u0131 kullanabilmesi i\u00e7in izin veriniz.", - "Donate": "Ba\u011f\u0131\u015f Yap", - "Double-check that your webcam is connected and working to continue.": "Devam etmek i\u00e7in web kameran\u0131z\u0131n ba\u011fl\u0131 oldu\u011funu ve \u00e7al\u0131\u015ft\u0131\u011f\u0131n\u0131 tekrar kontrol edin.", - "Download": "\u0130ndir", - "Download Software Clicked": "Yaz\u0131l\u0131m \u0130ndir'e T\u0131kland\u0131", - "Download Transcript for Editing": "D\u00fczenlemek i\u00e7in Altyaz\u0131y\u0131 \u0130ndir", - "Download URL": "\u0130ndirme Ba\u011flant\u0131s\u0131", - "Download available encodings (.csv)": "Mevcut (.csv) kodlamas\u0131n\u0131 indir", - "Download the user's certificate": "Kullan\u0131c\u0131n\u0131n sertifikas\u0131n\u0131 indir", - "Draft (Never published)": "Taslak (Hi\u00e7 yay\u0131nlanmad\u0131)", - "Draft (Unpublished changes)": "Taslak (Yay\u0131mlanmayan de\u011fi\u015fiklikler)", - "Drag and drop or {spanStart}browse your computer{spanEnd}.": "S\u00fcr\u00fckle b\u0131rak veya {spanStart}bilgisayar\u0131n\u0131z\u0131n dizinlerini taray\u0131n{spanEnd}.", - "Drag to reorder": "Tekrar d\u00fczenlemek i\u00e7in s\u00fcr\u00fckle", - "Drop target image": "Hedef g\u00f6rseli b\u0131rak\u0131n", - "Due Date": "Teslim Tarihi", - "Due Date:": "Biti\u015f Tarihi:", - "Due Time in UTC:": "UTC'de tamamlanma zaman\u0131:", - "Due date cannot be before start date.": "Biti\u015f tarihi ba\u015flang\u0131\u00e7 tarihinden \u00f6nce olamaz.", - "Due:": "Son g\u00fcn:", - "Duplicate": "Kopyas\u0131n\u0131 \u00c7\u0131kar", - "Duplicating": "Kopyas\u0131 \u00c7\u0131kar\u0131l\u0131yor", - "Duration (sec)": "S\u00fcre (sn)", - "Earned %(created)s.": "%(created)s kazan\u0131ld\u0131.", - "Earned Certificates": "Kazan\u0131lan Sertifikalar", - "EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.": "EdX, Studio'da videonun zamanlar\u0131 i\u015faretlenmi\u015f altyaz\u0131s\u0131na sahip de\u011fildir, ama biz YouTube \u00fczerinde bir altyaz\u0131 bulduk. Youtube altyaz\u0131s\u0131n\u0131 i\u00e7e aktarabilir veya kendi .srt altyaz\u0131 dosyan\u0131z\u0131 y\u00fckleyebilirsiniz.", - "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "EdX bu videonun zamanlar\u0131 i\u015faretlenmi\u015f altyaz\u0131lar\u0131na sahip de\u011fildir. L\u00fctfen bir .srt dosyas\u0131 y\u00fckleyin.", - "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "EdX videonun zamanlar\u0131 i\u015faretlenmi\u015f altyaz\u0131lar\u0131na sahiptir. E\u011fer bu altyaz\u0131y\u0131 d\u00fczenlemek istiyorsan\u0131z, mevcut altyaz\u0131y\u0131 indirebilir, d\u00fczenleyebilir ve tekrar y\u00fckleyebilirsiniz. E\u011fer bu altyaz\u0131y\u0131 de\u011fi\u015ftirmek istiyorsan\u0131z, yeni bir .srt altyaz\u0131 dosyas\u0131 y\u00fckleyin.", - "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "EdX videonun zamanlar\u0131 i\u015faretlenmi\u015f altyaz\u0131lar\u0131na sahiptir. E\u011fer bu altyaz\u0131y\u0131 de\u011fi\u015ftirmek istiyorsan\u0131z, yeni bir .srt altyaz\u0131 dosyas\u0131 y\u00fckleyin. E\u011fer bu altyaz\u0131y\u0131 d\u00fczenlemek istiyorsan\u0131z, mevcut altyaz\u0131y\u0131 indirebilir, d\u00fczenleyebilir ve tekrar y\u00fckleyebilirsiniz.", - "Edit": "D\u00fczenle", - "Edit %(display_name)s (required)": "%(display_name)s d\u00fczenle (gerekli)", - "Edit HTML": "HTML d\u00fczenle", - "Edit Membership": "\u00dcyelikleri D\u00fczenle", - "Edit Team": "Tak\u0131m\u0131 D\u00fczenle", - "Edit Thumbnail": "K\u00fc\u00e7\u00fck Resmi D\u00fczenle", - "Edit Your Name": "\u0130sminizi D\u00fczeltiniz", - "Edit this certificate?": "Bu sertifikay\u0131 d\u00fczenle?", - "Editable": "D\u00fczenlenebilir", - "Editing access for: %(title)s": "%(title)s i\u00e7in eri\u015fim d\u00fczenleniyor", - "Editing: {title}": "D\u00fczenleme: {title}", - "Editor": "Edit\u00f6r", - "Education Completed": "Tamamlanan E\u011fitim", - "Email": "E-posta", - "Email Address (Sign In)": "E-posta Adresi (Giri\u015f Yap)", - "Email address": "E-posta adresi", - "Emails successfully sent. The following users are no longer enrolled in the course:": "E-postalar ba\u015far\u0131yla g\u00f6nderildi. A\u015fa\u011f\u0131daki kullan\u0131c\u0131lar bu derse art\u0131k kay\u0131tl\u0131 de\u011filler:", - "Embed": "G\u00f6m\u00fcl\u00fc", - "Emoticons": "\u0130fadeler", - "Enable": "Etkinle\u015ftir", - "Enable Cohorts": "Topluluklar\u0131 Etkinle\u015ftir", - "Enable Now": "\u015eimdi Etkinle\u015ftir", - "Enable Weekly Highlight Emails": "Haftal\u0131k Vurgulama E-postalar\u0131n\u0131 Etkinle\u015ftir", - "Enabled": "Etkin", - "Encoding": "Kodlama", - "End My Exam": "S\u0131nav\u0131m\u0131 Bitir", - "End of transcript. Skip to the start.": "Altyaz\u0131n\u0131n sonu. Ba\u015flang\u0131ca atla.", - "Ends {end}": "Bitti {end}", - "Engage with posts": "G\u00f6nderilerle etkile\u015fimde bulunun", - "Enroll Now": "Hemen Kaydol", - "Enrolled": "Kay\u0131tland\u0131", - "Enrolling you in the selected course": "Se\u00e7ilen derse sizi kay\u0131t ediyor", - "Enrollment Date": "Kay\u0131t Tarihi", - "Enrollment Mode": "Kay\u0131t Modu", - "Enrollment Opens on": "Kay\u0131t A\u00e7\u0131l\u0131\u015f Tarihi", - "Enrollment Tracks": "Kay\u0131tlanma Yollar\u0131", - "Ensure that you can see your photo and read your name": "Foto\u011fraf\u0131n\u0131z\u0131 g\u00f6rd\u00fc\u011f\u00fcn\u00fcze ve isminizi okudu\u011funuza emin olunuz", - "Enter 3-5 highlights to include in the email message that learners receive for this section (250 character limit).": "\u00d6\u011frencilerin bu b\u00f6l\u00fcm i\u00e7in alaca\u011f\u0131 e-posta iletilerinde g\u00f6rece\u011fi 3-5 renkli vurgulamay\u0131 girin (250 karakter s\u0131n\u0131r\u0131).", - "Enter Due Date and Time": "Son Ba\u015fvuru Tarihi ve Zaman\u0131n\u0131 Giriniz", - "Enter Start Date and Time": "Ba\u015flang\u0131\u00e7 Tarihi ve Zaman\u0131n\u0131 Giriniz", - "Enter a student's username or email address.": "\u00d6\u011frencinin kullan\u0131c\u0131 ad\u0131n\u0131 veya e-posta adresini giriniz.", - "Enter a username or email.": "Bir kullan\u0131c\u0131 ad\u0131 veya e-posta giriniz.", - "Enter and confirm your new password.": "L\u00fctfen yeni parolan\u0131z\u0131 girin ve onaylay\u0131n.", - "Enter email addresses and/or usernames, separated by new lines or commas, for the learners you want to add. *": "Eklemek istedi\u011fin \u00f6\u011frencilerin e-posta adresi ve/veya kullan\u0131c\u0131 adlar\u0131n\u0131 virg\u00fcllerle ay\u0131rarak yaz.", - "Enter information to describe your team. You cannot change these details after you create the team.": "Tak\u0131m\u0131n\u0131z\u0131 tan\u0131tmak i\u00e7in bilgiyi girin. Tak\u0131m\u0131 olu\u015fturduktan sonra bu ayr\u0131nt\u0131lar\u0131 de\u011fi\u015ftiremezsiniz.", - "Enter some details for your support request.": "Destek talebinize dair ayr\u0131nt\u0131lar\u0131 girin.", - "Enter team description.": "Tak\u0131m a\u00e7\u0131klamas\u0131 yaz\u0131n\u0131z.", - "Enter team name.": "Tak\u0131m ismi giriniz.", - "Enter the account information for your organization.": "Kurumunuz i\u00e7in hesap bilgisini girin.", - "Enter the enrollment code.": "Kay\u0131tlanma kodunu gir.", - "Enter the name of the cohort": "Topluluk ismi giriniz", - "Enter the page number you'd like to quickly navigate to.": "Eri\u015fmek istedi\u011finiz sayfa numaras\u0131n\u0131 giriniz.", - "Enter the username or email address of each learner that you want to add as an exception.": "\u0130stisna olarak eklemek istedi\u011finiz her \u00f6\u011frencinin kullan\u0131c\u0131 ad\u0131 ve e-posta adresini girin.", - "Enter username or email": "Kullan\u0131c\u0131 ad\u0131 veya e-posta giriniz", - "Enter your ": "Bilgilerinizi girin", - "Entrance exam attempts is being reset for student '{student_id}'.": "'{student_id}' \u00f6\u011frencisi i\u00e7in giri\u015f s\u0131nav\u0131 denemesi s\u0131f\u0131rland\u0131.", - "Entrance exam state is being deleted for student '{student_id}'.": "'{student_id}' \u00f6\u011frencisi i\u00e7in giri\u015f s\u0131nav\u0131 durumu silindi.", - "Error": "Hata", - "Error adding learners.": "\u00d6\u011frencileri eklerken hata olu\u015ftu.", - "Error adding user": "Kullan\u0131c\u0131 eklerken hata olu\u015ftu", - "Error adding/removing users as beta testers.": "Kullan\u0131c\u0131lar\u0131 beta s\u0131nay\u0131c\u0131lar\u0131 oalrak ekler/\u00e7\u0131kar\u0131rken hata olu\u015ftu.", - "Error changing user's permissions.": "Kullan\u0131c\u0131n\u0131n izinlerini de\u011fi\u015ftirirken hata.", - "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "'{student_id}' \u00f6\u011frenisi i\u00e7in giri\u015f s\u0131nav\u0131 durumu silinirken hata olu\u015ftu. \u00d6\u011frenci belirleyicisinin do\u011fru oldu\u011fundan emin olun.", - "Error enrolling/unenrolling users.": "Kullan\u0131c\u0131lar\u0131 kaydederken/kay\u0131tlar\u0131 silerken hata.", - "Error generating ORA data report. Please try again.": "ORA veri raporunu olu\u015ftururken hata olu\u015ftu. L\u00fctfen tekrar deneyin.", - "Error generating grades. Please try again.": "Notlar\u0131 olu\u015ftururken hata. L\u00fctfen tekrar deneyin.", - "Error generating list of students who may enroll. Please try again.": "Kay\u0131t olan \u00f6\u011frencilerin listesini olu\u015ftururken hata olu\u015ftu. L\u00fctfen tekrar deneyiniz.", - "Error generating problem grade report. Please try again.": "Problem notu raporunu olu\u015ftururken hata olu\u015ftu. L\u00fctfen tekrar deneyiniz.", - "Error generating proctored exam results. Please try again.": "S\u0131nav g\u00f6zetmenli s\u0131nav sonu\u00e7lar\u0131n\u0131 olu\u015ftururken hata olu\u015ftu. L\u00fctfen tekrar deneyiniz.", - "Error generating student profile information. Please try again.": "\u00d6\u011frenci profil bilgisini olu\u015ftururken hata olu\u015ftu. L\u00fctfen tekrar deneyiniz.", - "Error generating survey results. Please try again.": "Anket sonu\u00e7lar\u0131n\u0131 olu\u015ftururken hata. L\u00fctfen tekrar deneyin.", - "Error getting enrollment status for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "'<%- student_id %>' isimli \u00f6\u011frencinin kay\u0131tlanma durumu getirilirken hatayla kar\u015f\u0131la\u015f\u0131ld\u0131. \u00d6\u011frencinin kimli\u011finin do\u011fru yaz\u0131ld\u0131\u011f\u0131na emin olunuz. ", - "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "'{student_id}' \u00f6\u011frencisi i\u00e7in giri\u015f s\u0131nav\u0131 g\u00f6rev ge\u00e7mi\u015fi al\u0131n\u0131rken hata olu\u015ftu. \u00d6\u011frenci belirleyicisinin do\u011fru oldu\u011fundan emin olun.", - "Error getting issued certificates list.": "Veriler sertifikalar listesini al\u0131rken hata.", - "Error getting student list.": "\u00d6\u011frenci listesini al\u0131rken hata.", - "Error getting student progress url for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "'<%- student_id %>' isimli \u00f6\u011frencinin ilerleme URL'i getirilirken hatayla kar\u015f\u0131la\u015f\u0131ld\u0131. \u00d6\u011frencinin kimli\u011finin do\u011fru yaz\u0131ld\u0131\u011f\u0131na emin olunuz. ", - "Error getting the number of ungraded responses": "Notland\u0131r\u0131lmam\u0131\u015f cevaplar\u0131n say\u0131s\u0131n\u0131 \u00e7ekmede hata", - "Error importing course": "Dersi i\u00e7e aktar\u0131rken hata ", - "Error listing task history for this student and problem.": "Bu \u00f6\u011frenci ve problem i\u00e7in g\u00f6rev tarih\u00e7esi listelemede hata", - "Error removing user": "Kullan\u0131c\u0131 kald\u0131r\u0131rken hata olu\u015ftu", - "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "'{student_id}' \u00f6\u011frencisi i\u00e7in giri\u015f s\u0131nav\u0131 denemeleri s\u0131f\u0131rlan\u0131rken hata olu\u015ftu. \u00d6\u011frenci belirleyicinin do\u011fru oldu\u011fundan emin olun.", - "Error retrieving grading configuration.": "Notland\u0131rma konfig\u00fcrasyonunu al\u0131rken hata", - "Error sending email.": "E-posta g\u00f6nderiminde hata.", - "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "'{student_id}' \u00f6\u011frencisi i\u00e7in giri\u015f s\u0131nav\u0131n\u0131 yeniden puanlamak i\u00e7in g\u00f6reve ba\u015flarken hata olu\u015ftu. Giri\u015f s\u0131nav\u0131n\u0131n sorunlar\u0131 oldu\u011fundan ve \u00f6\u011frenci belirleyicisinin do\u011fru oldu\u011fundan emin olun.", - "Error starting a task to reset attempts for all students on problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "T\u00fcm \u00f6\u011frencilerin '<%- problem_id %>' problemi i\u00e7in denemelerini s\u0131f\u0131rlamak i\u00e7in g\u00f6rev ba\u015flat\u0131l\u0131rken hatayla kar\u015f\u0131la\u015f\u0131ld\u0131. Problem numaras\u0131n\u0131n tam ve do\u011fru yaz\u0131ld\u0131\u011f\u0131na emin olunuz.", - "Error while generating certificates. Please try again.": "Sertifika olu\u015ftururken hata olu\u015ftu. L\u00fctfen tekrar deneyiniz.", - "Error while regenerating certificates. Please try again.": "Sertifikay\u0131 yeniden olu\u015ftururken hata olu\u015ftu. L\u00fctfen tekrar deneyiniz.", - "Error.": "Hata.", - "Error:": "Hata:", - "Error: ": "Hata: ", - "Error: Choosing failed.": "Hata: Se\u00e7me ba\u015far\u0131s\u0131z.", - "Error: Connection with server failed.": "Hata: Sunucuyla ba\u011flant\u0131 kurulamad\u0131.", - "Error: Import failed.": "Hata: \u0130\u00e7e aktarma ba\u015far\u0131s\u0131z.", - "Error: Replacing failed.": "Hata: \u00dcst\u00fcne yazma ba\u015far\u0131s\u0131z.", - "Error: Uploading failed.": "Hata: Y\u00fckleme ba\u015far\u0131s\u0131z.", - "Error: User '<%- username %>' has not yet activated their account. Users must create and activate their accounts before they can be assigned a role.": "Hata: '<%- username %>' kullan\u0131c\u0131s\u0131 hesab\u0131n\u0131 \u015fu ana kadar aktifle\u015ftirmedi. Bir rol verilmeden \u00f6nce, kullan\u0131c\u0131lar hesaplar\u0131n\u0131 olu\u015fturmal\u0131 ve aktifle\u015ftirmelidir.", - "Error: You cannot remove yourself from the Instructor group!": "Hata: E\u011fitmen grubundan kendinizi silemezsiniz!", - "Errors": "Hatalar", - "Everyone who has staff privileges in this course": "Bu dersteki herkesin g\u00f6revli veya \u00f6\u011fretim yetkisi var", - "Exam Types": "S\u0131nav T\u00fcrleri", - "Exam timer and end exam button": "S\u0131nav zamanlay\u0131c\u0131s\u0131 ve s\u0131nav d\u00fc\u011fmesi", - "Exception Granted": "\u0130stisna Sa\u011fland\u0131", - "Exit full browser": "T\u00fcm taray\u0131c\u0131dan \u00e7\u0131k\u0131n", - "Expand All": "T\u00fcm\u00fcn\u00fc A\u00e7", - "Expand Instructions": "Komutlar\u0131 geni\u015flet", - "Explain if other.": "Di\u011fer ise a\u00e7\u0131kla.", - "Explanation": "A\u00e7\u0131klama", - "Explicitly Hiding from Students": "\u00d6\u011frencilerden A\u00e7\u0131k\u00e7a Gizle", - "Explore New Programs": "Yeni Programlar\u0131 Ke\u015ffedin", - "Explore Programs": "Programlar\u0131 Ke\u015ffedin", - "Explore your course!": "E\u011fitiminizi ke\u015ffedin!", - "Failed Proctoring": "Ba\u015far\u0131s\u0131z G\u00f6zetmenli S\u0131nav", - "Failed to delete student state for user.": "Kullan\u0131c\u0131n\u0131n \u00f6\u011frencilik durumu silinemedi.", - "Failed to rescore problem for user.": "Kullan\u0131c\u0131 i\u00e7in problem tekrar notland\u0131r\u0131lamad\u0131.", - "Failed to reset attempts for user.": "Kullan\u0131c\u0131 denemelerini s\u0131f\u0131rlama giri\u015fimi ba\u015far\u0131s\u0131z oldu.", - "February": "\u015eubat", - "Feedback available for selection.": "Se\u00e7ilenler i\u00e7in geri bildirim m\u00fcmk\u00fcn.", - "File": "Dosya", - "File Name": "Dosya \u0130smi", - "File format not supported. Please upload a file with a {ext} extension.": "Dosya tipi desteklenmiyor. L\u00fctfen {ext} uzant\u0131l\u0131 bir dosya y\u00fckleyin.", - "File size must be 10MB or less.": "Dosya boyutu 10MB veya daha az olmal\u0131.", - "File type is not allowed.": "Dosya t\u00fcr\u00fcne izin verilmiyor.", - "File types can not be empty.": "Dosya t\u00fcr\u00fc bo\u015f olamaz.", - "File upload succeeded": "Dosya y\u00fckleme i\u015flemi ba\u015far\u0131l\u0131.", - "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "{maxFileSizeInMBs} MB'\u0131n maksimum boyutu dosya {filename} a\u015f\u0131yor ", - "Files must be in JPEG or PNG format.": "Dosyalar mutlaka JPEG veya PNG format\u0131nda olmal\u0131d\u0131r.", - "Files that you upload must be PDFs or image files in .gif, .jpg, .jpeg, or .png format.": "Y\u00fckledi\u011finiz dosyalar PDF ya da .gif, .jpg, .jpeg veya .png bi\u00e7imlerinde olmal\u0131.", - "Files that you upload must be smaller than 5MB in size.": "Y\u00fckledi\u011finiz dosyalar 5MB'dan daha k\u00fc\u00e7\u00fck olmal\u0131.", - "Fill browser": "Taray\u0131c\u0131y\u0131 doldurun", - "Filter": "S\u00fczge\u00e7", - "Filter and sort topics": "Konular\u0131 filtrele ve s\u0131rala", - "Final Grade": "Final Notu", - "Final Grade Received": "Final Notu Al\u0131nd\u0131", - "Financial Assistance": "M\u00e2li Yard\u0131m", - "Financial Assistance Application": "Mali Yard\u0131m Ba\u015fvurusu", - "Find": "Bul", - "Find a course": "Bir ders bul", - "Find and replace": "Bul ve de\u011fi\u015ftir", - "Find answers to the top questions asked by learners.": "\u00d6\u011frenciler taraf\u0131ndan en s\u0131k y\u00f6neltilen sorular\u0131n cevaplar\u0131na g\u00f6z at\u0131n.", - "Find discussions": "Tart\u0131\u015fma bul", - "Find next": "Sonrakini bul", - "Find previous": "\u00d6ncekini bul", - "Finish": "Bitir", - "First time here?": "\u0130lk kez mi buradas\u0131n\u0131z?", - "Follow or unfollow posts": "G\u00f6nderileri takip et veya takipten \u00e7\u0131k", - "Font Family": "Yaz\u0131tipi Ailesi", - "Font Sizes": "Yaz\u0131 Boyutlar\u0131", - "Footer": "Alt bilgi", - "For grading to work, you must change all {oldName} subsections to {newName}.": "Notland\u0131rman\u0131n \u00e7al\u0131\u015fmas\u0131 i\u00e7in, t\u00fcm eski {oldName} altb\u00f6l\u00fcmlerini {newName} \u015feklinde de\u011fi\u015ftirmelisiniz.", - "Format": "Format", - "Formats": "Formatlar", - "Free text notes": "Serbest metin notlar\u0131", - "Frequently Asked Questions": "S\u0131k\u00e7a Sorulan Sorular", - "Full Name": "Tam \u0130sim", - "Full Profile": "Tam Profil", - "Fullscreen": "Tam ekran", - "Fully Supported": "Tamamen Destekleniyor", - "Gender": "Cinsiyet", - "General": "Genel", - "General Proctored Exam Rules": "Genel G\u00f6zetmenli S\u0131nav Kurallar\u0131", - "Generate": "Olu\u015ftur", - "Generate Exception Certificates": "\u0130stisna Sertifikalar\u0131 Olu\u015ftur", - "Generate the user's certificate": "Kullan\u0131c\u0131n\u0131n sertifikas\u0131n\u0131 olu\u015ftur", - "Get Credit": "Kredi Al", - "Go Back": "Geri D\u00f6n", - "Go to Dashboard": "Ana Panele Git", - "Go to my Dashboard": "Panelime Git", - "Go to your Dashboard": "Panelinize Gidin", - "Go to {platform} Home": "{platform} Anasayfas\u0131na Git", - "Government-Issued Photo ID": "Foto\u011frafl\u0131 Resmi Kimlik", - "Grace period must be specified in HH:MM format.": "\u0130zin verilen s\u00fcre HH:MM format\u0131nda yaz\u0131lmal\u0131d\u0131r.", - "Grade": "Puanlama", - "Grade as:": "\u015e\u00f6yle notland\u0131r\u0131lm\u0131\u015f:", - "Graded as:": "\u015e\u00f6yle notland\u0131r\u0131lm\u0131\u015f:", - "Grading": "Notland\u0131rma", - "Group": "Grup", - "Group %s": "Grup %s", - "Group A": "Grup A", - "Group B": "Grup B", - "Group Configuration ID": "Grup Yap\u0131land\u0131rma Kimli\u011fi", - "Group Configuration Name": "Grup Yap\u0131land\u0131rma Ad\u0131", - "Group Configuration information": "Grup Yap\u0131land\u0131rma bilgileri", - "Group Configuration name is required.": "Grup Yap\u0131land\u0131rma ad\u0131 gereklidir.", - "Group information": "Grup bilgisi", - "Group name is required": "Grup ismi gerekli.", - "Groups": "Gruplar", - "H Align": "H Hizalama", - "HTML preview of post": "G\u00f6nderinin HTML \u00f6nizlemesi", - "HTML source code": "HTML kaynak kodu", - "Header": "\u00dcst bilgi ", - "Header 1": "\u00dcst bilgi 1", - "Header 2": "\u00dcst bilgi 2", - "Header 3": "\u00dcst bilgi 3", - "Header 4": "\u00dcst bilgi 4", - "Header 5": "\u00dcst bilgi 5", - "Header 6": "\u00dcst bilgi 6", - "Header cell": "\u00dcst bilgi h\u00fccresi", - "Headers": "\u00dcst bilgiler", - "Heading": "Ba\u015fl\u0131k", - "Heading (Ctrl+H)": "Ba\u015fl\u0131k (Ctrl+H)", - "Heading 1": "Ba\u015fl\u0131k 1", - "Heading 2": "Ba\u015fl\u0131k 2", - "Heading 3": "Ba\u015fl\u0131k 3", - "Heading 4": "Ba\u015fl\u0131k 4", - "Heading 5": "Ba\u015fl\u0131k 5", - "Heading 6": "Ba\u015fl\u0131k 6", - "Headings": "Ba\u015fl\u0131klar", - "Height": "Y\u00fckseklik", - "Help Translate into {beta_language}": "{beta_language} dili \u00e7evirilerine yard\u0131m et", - "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "Tak\u0131m\u0131n\u0131z i\u00e7in baz\u0131 \u00f6zellikler belirleyerek di\u011fer \u00f6\u011frencilerin tak\u0131m\u0131n\u0131za kat\u0131lmaya karar vermelerine yard\u0131mc\u0131 olun. Se\u00e7iminizi dikkatli yap\u0131n \u00e7\u00fcnk\u00fc tak\u0131m\u0131n\u0131z fazla s\u0131n\u0131rland\u0131r\u0131lm\u0131\u015f g\u00f6r\u00fcn\u00fcrse daha az ki\u015fi kat\u0131lmak isteyecektir.", - "Hide": "Gizle", - "Hide Annotations": "\u0130pu\u00e7lar\u0131n\u0131 Gizle", - "Hide Deprecated Settings": "Kald\u0131r\u0131lan Ayarlar\u0131 Gizle", - "Hide Discussion": "Tart\u0131\u015fmay\u0131 Gizle", - "Hide Previews": "\u00d6nizlemeleri Gizle", - "Hide Timer": "S\u00fcreyi Gizle", - "Hide closed captions": "Altyaz\u0131lar\u0131 gizle", - "Hide content after course end date": "\u0130\u00e7eri\u011fi ders biti\u015f tarihinden sonra gizle", - "Hide content after due date": "\u0130\u00e7eri\u011fi \u015fu tarihten sonra gizle: ", - "Hide entire subsection": "T\u00fcm altb\u00f6l\u00fcm\u00fc gizle", - "Hide from learners": "\u00d6\u011frencilerden gizle", - "Hide notes": "Notlar\u0131 gizle", - "Hide transcripts ({transcriptCount})": "Altyaz\u0131lar\u0131 gizle ({transcriptCount})", - "Hiding from Students": "\u00d6\u011frencilerden Gizle", - "High Definition": "Y\u00fcksek \u00c7\u00f6z\u00fcn\u00fcrl\u00fckl\u00fc", - "Highlight {highlight_index}": "Renkli vurgulama {highlight_index}", - "Highlighted text": "\u0130\u015faretlenmi\u015f yaz\u0131", - "Highlights for {display_name}": "{display_name} i\u00e7in vurgulamalar", - "Horizontal Rule (Ctrl+R)": "Yatay \u00c7izgi (Ctrl+R)", - "Horizontal line": "Yatay \u00e7izgi", - "Horizontal space": "Yatay aral\u0131k", - "How to create useful text alternatives.": "Nas\u0131l daha i\u015flevsel alternatif metinler olu\u015fturulur.", - "How to use %(platform_name)s discussions": "%(platform_name)s tart\u0131\u015fmalar\u0131 nas\u0131l kullan\u0131l\u0131r", - "Hyperlink (Ctrl+L)": "Hiperlink (Ctrl-L)", - "I am ready to start this timed exam,": "S\u00fcre s\u0131n\u0131rl\u0131 bu s\u0131nava ba\u015flamaya haz\u0131r\u0131m,", - "ID": "ID", - "ID-Verification is not required for this Professional Education course.": "Kimlik Do\u011frulama bu Mesleki E\u011fitim dersi i\u00e7in gerekli de\u011fildir.", - "Identity Verification In Progress": "S\u00fcre\u00e7 \u0130\u00e7inde Kimlik Do\u011frulama", - "If the course does not have an end date, learners always see their scores when they submit answers to assessments.": "Bir dersin son tarihi yoksa, \u00f6\u011frenciler cevaplar\u0131n\u0131 de\u011ferlendirmeye g\u00f6nderdi\u011finde notlar\u0131n\u0131 g\u00f6r\u00fcrler.", - "If the subsection does not have a due date, learners always see their scores when they submit answers to assessments.": "Bir alt b\u00f6l\u00fcm\u00fcn son tarihi yoksa, \u00f6\u011frenciler cevaplar\u0131n\u0131 de\u011ferlendirmeye g\u00f6nderdi\u011finde notlar\u0131n\u0131 g\u00f6r\u00fcrler.", - "If the unit was previously published and released to learners, any changes you made to the unit when it was hidden will now be visible to learners.": "E\u011fer \u00fcnite \u00f6\u011frencilere daha \u00f6nce a\u00e7\u0131ld\u0131 ve yay\u0131nland\u0131ysa, gizliyken \u00fcnitede yapt\u0131\u011f\u0131n\u0131z t\u00fcm de\u011fi\u015fiklikler \u015fimdi \u00f6\u011frencilere g\u00f6r\u00fcn\u00fcr olacak.", - "If the unit was previously published and released to students, any changes you made to the unit when it was hidden will now be visible to students. Do you want to proceed?": "E\u011fer \u00fcnite \u00f6nceden yay\u0131nlanm\u0131\u015f ve \u00f6\u011frencilere a\u00e7\u0131lm\u0131\u015fsa, \u00fcnite gizliyken yapt\u0131\u011f\u0131n\u0131z de\u011fi\u015fiklikler \u00f6\u011frencilere art\u0131k g\u00f6r\u00fcn\u00fcr olacak. Devam etmek istiyor musunuz?", - "If you are unable to access your account contact us via email using {email}.": "Hesab\u0131n\u0131za ula\u015fam\u0131yorsan\u0131z bizimle {email} e-posta adresi \u00fczerinden ileti\u015fime ge\u00e7ebilirsiniz.", - "If you do not yet have an account, use the button below to register.": "Hen\u00fcz bir hesab\u0131n\u0131z yoksa, kay\u0131t i\u00e7in a\u015fa\u011f\u0131daki d\u00fc\u011fmeyi kullan\u0131n.", - "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "E\u011fer kimli\u011finizi \u015fimdi do\u011frulamazsan\u0131z, hala daha ana panelinizden dersinizi ke\u015ffedebilirsiniz. Kimli\u011finizi do\u011frulamak i\u00e7in %(platformName)s \u00fczerinden periyodik hat\u0131rlatma alacaks\u0131n\u0131z.", - "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from {platformName} to verify your identity.": "\u015eu an kimli\u011finizi onaylamasan\u0131z da, dersinize h\u00e2l\u00e2 panelinizden ula\u015fabilirsiniz. Kimli\u011finizi onaylaman\u0131z i\u00e7in, {platformName} size d\u00fczenli bildirimler g\u00f6nderecek.", - "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "E\u011fer sayfadan cevab\u0131n\u0131z\u0131 kaydetmeden ya da g\u00f6ndermeden ayr\u0131l\u0131rsan\u0131z, cevap i\u00e7in yapt\u0131\u011f\u0131n\u0131z i\u015flemleri kaybedeceksiniz.", - "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "Bu sayfay\u0131 \u00f6zde\u011ferlendirmenizi yazmadan terk etmeniz durumunda, yapt\u0131\u011f\u0131n\u0131z t\u00fcm i\u015fleri kaybedeceksiniz.", - "If you leave this page without submitting your self assessment, you will lose any work you have done.": "Bu sayfay\u0131 de\u011ferlendirmenizi yazmadan terk etmeniz durumunda, yapt\u0131\u011f\u0131n\u0131z t\u00fcm i\u015fleri kaybedeceksiniz.", - "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "Bu sayfay\u0131 ekip de\u011ferlendirmenizi yazmadan terk etmeniz durumunda, yapt\u0131\u011f\u0131n\u0131z t\u00fcm i\u015fleri kaybedeceksiniz.", - "If you leave, you can no longer post in this team's discussions. Your place will be available to another learner.": "E\u011fer ayr\u0131l\u0131rsan\u0131z, art\u0131k bu tak\u0131m\u0131n tart\u0131\u015fmalar\u0131na ileti g\u00f6nderemeyeceksiniz. Sizin yeriniz ba\u015fka bir \u00f6\u011frenci i\u00e7in uygun olacak.", - "If you make significant changes, make sure you notify members of the team before making these changes.": "E\u011fer \u00f6nemli de\u011fi\u015fiklikler yaparsan\u0131z, bu de\u011fi\u015fiklikleri yapmadan \u00f6nce tak\u0131m\u0131n \u00fcyelerini bilgilendirdi\u011finizden emin olun.", - "If you make this %(xblockType)s visible to learners, learners will be able to see its content after the release date has passed and you have published the unit. Only units that are explicitly hidden from learners will remain hidden after you clear this option for the %(xblockType)s.": "E\u011fer bu %(xblockType)s bile\u015fenini \u00f6\u011frencilere g\u00f6r\u00fcn\u00fcr yaparsan\u0131z, yay\u0131nlanma tarihi ge\u00e7tikten ve \u00fcniteyi yay\u0131mlad\u0131ktan sonra \u00f6\u011frenciler bu i\u00e7eri\u011fi g\u00f6rebilecek. Sadece \u00f6\u011frencilerden a\u00e7\u0131k\u00e7a gizlenen \u00fcniteler %(xblockType)s i\u00e7in bu se\u00e7enek kald\u0131r\u0131ld\u0131ktan sonra g\u00f6r\u00fcnmez kalacak.", - "If you proceed, you will be unable to use this account to take courses on the edX app, edx.org, or any other site hosted by edX. This includes access to edx.org from your employer\u2019s or university\u2019s system and access to private sites offered by MIT Open Learning, Wharton Executive Education, and Harvard Medical School.": "\u0130lerlemeyi se\u00e7meniz durumunda, bu hesapla edX uygulamas\u0131, edx.org ya da edX taraf\u0131ndan bar\u0131nd\u0131r\u0131lan siteden ders alamazs\u0131n\u0131z. Buna; i\u015fvereninizin veya \u00fcniversitenin sisteminden edx.org'a eri\u015fim ve MIT Open Learning, Wharton Executive Education ve Harvard Medical School taraf\u0131ndan sunulan \u00f6zel sitelere eri\u015fim d\u00e2hildir.", - "If you remove this transcript, the transcript will not be available for any components that use this video.": "Bu altyaz\u0131y\u0131 kald\u0131r\u0131rsan\u0131z, bu videoyu kullanan herhangi bir bile\u015fen i\u00e7in altyaz\u0131 mevcut olmayacak.", - "If you remove this transcript, the transcript will not be available for this component.": "Bu altyaz\u0131y\u0131 kald\u0131r\u0131rsan\u0131z, bu bile\u015fen i\u00e7in altyaz\u0131 mevcut olmayacak.", - "If you still wish to continue and delete your account, please enter your account password:": "H\u00e2l\u00e2 devam etmek ve hesab\u0131n\u0131z\u0131 silmek istiyorsan\u0131z, l\u00fctfen hesab\u0131n\u0131z\u0131n parolas\u0131n\u0131 girin:", - "If you use the Advanced Editor, this problem will be converted to XML and you will not be able to return to the Simple Editor Interface.\n\nProceed to the Advanced Editor and convert this problem to XML?": "Geli\u015fmi\u015f Edit\u00f6r\u00fc kullan\u0131rsan\u0131z, bu sorun XML'e d\u00f6n\u00fc\u015fecek ve Basit Edit\u00f6r Aray\u00fcz\u00fc'ne geri d\u00f6nemeyeceksiniz.\n\nGeli\u015fmi\u015f Edit\u00f6r'e devam et ve bu sorunu XML'e d\u00f6n\u00fc\u015ft\u00fcr?", - "Ignore": "Yoksay", - "Ignore all": "T\u00fcm\u00fcn\u00fc yoksay", - "Image": "G\u00f6r\u00fcnt\u00fc", - "Image (Ctrl+G)": "G\u00f6rsel (Ctrl-G)", - "Image Description": "G\u00f6rsel A\u00e7\u0131klamas\u0131", - "Image Upload Error": "G\u00f6rsel Y\u00fckleme Hatas\u0131", - "Image description": "G\u00f6r\u00fcnt\u00fc a\u00e7\u0131klamas\u0131", - "Image must be in PNG format": "G\u00f6r\u00fcnt\u00fc PNG format\u0131nda olmal\u0131d\u0131r", - "Image must be in PNG format.": "G\u00f6r\u00fcnt\u00fc PNG format\u0131nda olmal\u0131d\u0131r.", - "Image upload failed": "G\u00f6rsel y\u00fckleme ba\u015far\u0131s\u0131z", - "Image upload failed. ": "G\u00f6rsel y\u00fckleme ba\u015far\u0131s\u0131z.", - "Import YouTube Transcript": "YouTube Altyaz\u0131s\u0131n\u0131 \u0130\u00e7e Aktar", - "In Progress": "\u0130\u015flem s\u00fcr\u00fcyor", - "Incorrect url format.": "Yanl\u0131\u015f url format\u0131.", - "Increase indent": "Girintiyi artt\u0131r", - "Individual Exceptions": "Bireysel \u0130stisnalar", - "Inheriting Student Visibility": "\u00d6\u011frenci G\u00f6r\u00fcn\u00fcrl\u00fc\u011f\u00fcn\u00fc Devralma", - "Inline": "Sat\u0131ri\u00e7i", - "Insert": "Ekle", - "Insert Hyperlink": "Web Ba\u011flant\u0131s\u0131 Girin", - "Insert Image (upload file or type URL)": "G\u00f6rsel belirle (dosya y\u00fckleyin veya URL girin)", - "Insert column after": "Sonra s\u00fctun ekle", - "Insert column before": "\u00d6nce s\u00fctun ekle", - "Insert date/time": "Tarih/zaman ekle", - "Insert image": "G\u00f6rsel ekle", - "Insert link": "Ba\u011flant\u0131 ekle", - "Insert row after": "Sonra sat\u0131r ekle", - "Insert row before": "\u00d6nce sat\u0131r ekle", - "Insert table": "Tablo ekle", - "Insert template": "\u015eablon ekle", - "Insert video": "Video ekle", - "Insert/Edit Image": "G\u00f6rsel Ekle/D\u00fczenle", - "Insert/edit image": "G\u00f6rsel ekle/d\u00fczenle", - "Insert/edit link": "Ba\u011flant\u0131 ekle/d\u00fczenle", - "Insert/edit video": "Video ekle/d\u00fczenle", - "Instructor Biography": "E\u011fitmenin Biyografisi", - "Instructor Name": "E\u011fitmen Ad\u0131", - "Instructor Photo": "E\u011fitmen Foto\u011fraf\u0131", - "Instructor Photo URL": "E\u011fitmen Foto\u011fraf URL", - "Instructor Title": "E\u011fitmenin \u00fcnvan\u0131", - "Instructor tools": "E\u011fitmen ara\u00e7lar\u0131", - "Internal Server Error.": "Sunucu Hatas\u0131", - "Introduction to Cookie Baking": "\u00c7erez Pi\u015firmeye Giri\u015f", - "Invalid email address: {email}": "Ge\u00e7ersiz e-posta adresi: {email}", - "Invalidate Certificate": "Sertifikay\u0131 Ge\u00e7ersizle\u015ftir", - "Invalidated": "Ge\u00e7ersizle\u015ftirildi", - "Invalidated By": "Ge\u00e7ersizle\u015ftiren", - "Is Sample Attempt": "Bir \u00d6rnek Denemedir", - "Is Visible To:": "\u015eu Ki\u015filere G\u00f6r\u00fcn\u00fcyor:", - "Is this OK?": "Bu tamam m\u0131?", - "Is your name on your ID readable?": "Kimli\u011finiz \u00fczerindeki ad\u0131n\u0131z okunakl\u0131 m\u0131?", - "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "D\u00f6rt ya da daha az say\u0131da imzac\u0131 kullanman\u0131z tavsiye edilir. daha fazla say\u0131da imza kullanmak durumundaysan\u0131z, Yazd\u0131rma \u00d6nizleme ile sertifikan\u0131z\u0131n d\u00fczg\u00fcn g\u00f6r\u00fcnece\u011finden emin olun.", - "Italic": "\u0130talik", - "Italic (Ctrl+I)": "\u0130talik (Ctrl+I)", - "January": "Ocak", - "Join Team": "Tak\u0131ma Kat\u0131l", - "Joined": "Kat\u0131ld\u0131", - "Joined %(date)s": "Kat\u0131ld\u0131 %(date)s", - "Joined Date": "Kat\u0131lma Tarihi", - "July": "Temmuz", - "June": "Haziran", - "Justify": "Yasl\u0131", - "KB": "KB", - "Key should only contain letters, numbers, _, or -": "Anahtar sadece harf, say\u0131, _ veya - i\u00e7ermelidir", - "Keywords": "Anahtar kelimeler", - "LEARN MORE": "AYRINTILI B\u0130LG\u0130", - "Language": "Dil", - "Large": "Geni\u015f", - "Last Activity %(date)s": "Son Faaliyet %(date)s", - "Last Edited:": "Son D\u00fczenleme:", - "Last Updated": "Son G\u00fcncelleme", - "Last activity %(date)s": "Son Faaliyet %(date)s", - "Last modified by": "Son g\u00fcncelleyen ", - "Last published %(last_published_date)s by %(publish_username)s": "%(publish_username)s taraf\u0131ndan son yay\u0131nlanan %(last_published_date)s", - "Last updated": "Son g\u00fcncelleme", - "Learn More": "Daha Fazlas\u0131n\u0131 \u00d6\u011fren", - "Learn more about {license_name}": "{license_name} hakk\u0131nda daha fazla \u00f6\u011fren", - "Learners are added to this cohort automatically.": "\u00d6\u011frenciler toplulu\u011fa otomatik olarak eklendiler.", - "Learners are added to this cohort only when you provide their email addresses or usernames on this page.": "\u00d6\u011frenciler bu toplulu\u011fa sadece siz onlar\u0131n e-postalar\u0131n\u0131 veya kullan\u0131c\u0131 adlar\u0131n\u0131 sa\u011flad\u0131\u011f\u0131n\u0131z zaman eklenecektir.", - "Learners do not see the subsection in the course outline. The subsection is not included in grade calculations.": "\u00d6\u011frenciler ders plan\u0131nda altb\u00f6l\u00fcm\u00fc g\u00f6rm\u00fcyor. Altb\u00f6l\u00fcm not hesaplamalar\u0131nda yer alm\u0131yor.", - "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the course end date has passed.": "\u00d6\u011frenciler de\u011ferlendirmedeki cevaplar\u0131n\u0131n do\u011fru ya da yanl\u0131\u015f olup olmad\u0131\u011f\u0131n\u0131, hatta ald\u0131klar\u0131 notu dersin biti\u015f tarihine dek g\u00f6remezler.", - "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the due date for the subsection has passed.": "\u00d6\u011frenciler de\u011ferlendirmedeki cevaplar\u0131n\u0131n do\u011fru ya da yanl\u0131\u015f olup olmad\u0131\u011f\u0131n\u0131, hatta ald\u0131klar\u0131 notu altb\u00f6l\u00fcm\u00fcn biti\u015f tarihi ge\u00e7inceye dek g\u00f6remezler.", - "Learners never see whether their answers to assessments are correct or incorrect, nor the score received.": "\u00d6\u011frenciler de\u011ferlendirmedeki cevaplar\u0131n\u0131n do\u011fru ya da yanl\u0131\u015f olup olmad\u0131\u011f\u0131n\u0131 ya da not al\u0131p almad\u0131klar\u0131n\u0131 g\u00f6remezler.", - "Learners see the published subsection and can access its content.": "\u00d6\u011frenciler yay\u0131nlanm\u0131\u015f altb\u00f6l\u00fcm\u00fc g\u00f6rebilir ve i\u00e7eri\u011fine eri\u015febilir.", - "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "Onaya ihtiyac\u0131 olan \u00f6\u011frenciler \u00fcnitenin i\u00e7eri\u011fini g\u00f6rmek i\u00e7in se\u00e7ili olan kontrol noktas\u0131n\u0131 ge\u00e7melidir. Onaya ihtiyac\u0131 olmayan \u00f6\u011frenciler bu i\u00e7eri\u011fi varsay\u0131lan olarak g\u00f6r\u00fcrler.", - "Learning Outcome": "\u00d6\u011frenme \u00c7\u0131kt\u0131s\u0131", - "Leave Current Session": "Mevcut Oturumu Terket", - "Leave Team": "Tak\u0131mdan Ayr\u0131l", - "Leave the current session and decide later": "\u015eu anki oturumdan ayr\u0131l ve daha sonra karar ver.", - "Leave this team?": "Bu tak\u0131mdan ayr\u0131l?", - "Left": "Sol", - "Left to right": "Soldan sa\u011fa", - "Legal name": "Yasal ad", - "Less": "Daha Az", - "Library User": "K\u00fct\u00fcphane Kullan\u0131c\u0131s\u0131", - "License Display": "Lisans Ekran\u0131", - "License Type": "Lisans Tipi", - "Limit Access": "Eri\u015fimi K\u0131s\u0131tla", - "Limited Profile": "K\u0131s\u0131tl\u0131 Profil", - "Link Description": "Ba\u011flant\u0131 tan\u0131m\u0131", - "Link Your Account": "Hesab\u0131n\u0131z\u0131 Ba\u011flay\u0131n", - "Link types should be unique.": "Ba\u011flant\u0131 tipleri tekil olmal\u0131d\u0131r.", - "Link your {accountName} account": "{accountName} hesab\u0131n\u0131z\u0131 ba\u011flay\u0131n", - "Link your {accountName} account to your {platformName} account and use {accountName} to sign in to {platformName}.": "{accountName} hesab\u0131n\u0131z\u0131 {platformName} hesab\u0131n\u0131za ba\u011flay\u0131n ve {platformName} platformuna giri\u015f yapmak i\u00e7in {accountName} hesab\u0131n\u0131z\u0131 kullan\u0131n.", - "Linked Accounts": "Ba\u011flant\u0131l\u0131 Hesaplar", - "Linking": "Ba\u011flama", - "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "Linkler talep geldi\u011finde olu\u015fturulur ve \u00f6\u011frenci bilgilerinin hassas durumu nedeniyle 5 dakika i\u00e7inde zaman a\u015f\u0131m\u0131na u\u011frar.", - "Links should be unique.": "Ba\u011flant\u0131lar tekil olmal\u0131d\u0131r.", - "List item": "Liste maddesi", - "List of Open Assessments is unavailable": "A\u00e7\u0131k De\u011ferlendirmeler Listesi mevcut de\u011fil", - "List of uploaded files and assets in this course": "Bu ders i\u00e7in y\u00fcklenen dosya ve materyallerin listesi", - "Live view of webcam": "Web kameran\u0131z\u0131n canl\u0131 g\u00f6r\u00fcnt\u00fcs\u00fc", - "Load Another File": "Ba\u015fka Bir Dosya Y\u00fckle", - "Load all responses": "B\u00fct\u00fcn cevaplar\u0131 y\u00fckle", - "Load next {numResponses} responses": "Sonraki {numResponses} cevap y\u00fckleniyor", - "Loading": "Y\u00fckl\u00fcyor...", - "Loading content": "\u0130\u00e7erik y\u00fckleniyor", - "Loading data...": "Veri y\u00fckleniyor...", - "Loading more threads": "Daha fazla ileti dizisi y\u00fckl\u00fcyor", - "Loading posts list": "\u0130leti listesi y\u00fckleniyor", - "Loading your courses": "Dersleriniz y\u00fckleniyor", - "Location": "Yer", - "Location in Course": "Dersteki Konum", - "Lock this asset": "Bu veriyi kitle", - "Lock/unlock file": "Dosyay\u0131 Kitle/Kilidi Kald\u0131r", - "Loud": "Y\u00fcksek sesli", - "Low": "D\u00fc\u015f\u00fck", - "Lower Alpha": "K\u00fc\u00e7\u00fck Harfler", - "Lower Greek": "K\u00fc\u00e7\u00fck Grek Harfleri", - "Lower Roman": "K\u00fc\u00e7\u00fck Roma Harfleri", - "MB": "MB", - "Make Visible to Students": "\u00d6\u011frencilere G\u00f6r\u00fcn\u00fcr Yap", - "Make sure that the full name on your account matches the name on your ID.": "L\u00fctfen hesab\u0131n\u0131zdaki tam isminizle kimli\u011finizde yaz\u0131l\u0131 ad\u0131n\u0131z\u0131n ayn\u0131 oldu\u011fundan emin olun.", - "Make sure we can verify your identity with the photos and information you have provided.": "L\u00fctfen kimli\u011finizi sa\u011flam\u0131\u015f oldu\u011funuz foto\u011fraflar ve bilgiler ile onaylayabilece\u011fimizden emin olun.", - "Make sure your ID is well-lit": "Kimlik kart\u0131n\u0131z\u0131n iyi ayd\u0131nlat\u0131ld\u0131\u011f\u0131na emin olun", - "Make sure your face is well-lit": "Y\u00fcz\u00fcn\u00fcz\u00fcn iyi ayd\u0131nlat\u0131ld\u0131\u011f\u0131na emin olunuz", - "Make this subsection available as a prerequisite to other content": "Bu alt b\u00f6l\u00fcm\u00fc di\u011fer k\u0131s\u0131mlar i\u00e7in \u00f6nceden al\u0131nmas\u0131 gerekli olarak d\u00fczenle", - "Making Visible to Students": "\u00d6\u011frencilere G\u00f6r\u00fcn\u00fcr Yapma", - "Manage Learners": "\u00d6\u011frencileri Y\u00f6net", - "Manual": "El ile", - "March": "Mart", - "Mark Exam As Completed": "S\u0131nav\u0131 Tamamland\u0131 Olarak \u0130\u015faretle", - "Mark enrollment code as unused": "Kay\u0131tlanma kodunu kullan\u0131lmayan olarak i\u015faretle", - "Markdown Editing Help": "Markdown \u0130\u015faretleme Dili Yard\u0131m\u0131", - "Match case": "B\u00fcy\u00fck k\u00fc\u00e7\u00fck harfe duyarl\u0131", - "Max file size exceeded": "Maksimum dosya boyutu a\u015f\u0131ld\u0131", - "Maximum": "Maksimum", - "Maximum file size: {maxFileSize} GB": "Maksimum dosya boyutu: {maxFileSize} GB", - "May": "May\u0131s", - "Membership": "\u00dcyelik", - "Merge cells": "H\u00fccreleri birle\u015ftir", - "Message:": "Mesaj:", - "Middle": "Orta", - "Midnight": "Geceyar\u0131s\u0131", - "Minimum Completion:": "Minimum Tamamlama:", - "Minimum Score:": "Minimum Skor:", - "Module state successfully deleted.": "Mod\u00fcl durumu ba\u015far\u0131yla silindi.", - "More": "Daha Fazlas\u0131", - "More sessions coming soon": "Yeni oturumlar yak\u0131nda geliyor. ", - "More sessions coming soon.": "Yeni oturumlar yak\u0131nda geliyor.", - "Move": "Ta\u015f\u0131", - "Move cancelled. \"{sourceDisplayName}\" has been moved back to its original location.": "Ta\u015f\u0131ma iptal edildi. \"{sourceDisplayName}\" ilk konumuna geri ta\u015f\u0131nd\u0131.", - "Move: {displayName}": "Ta\u015f\u0131: {displayName}", - "Moving": "Ta\u015f\u0131n\u0131yor", - "Must be a Staff User to Perform this request.": "Bu iste\u011fi kar\u015f\u0131layabilmek i\u00e7in Personel Kullan\u0131c\u0131s\u0131 olman\u0131z gerekiyor.", - "Must complete verification checkpoint": "Do\u011frulama kontrol noktas\u0131 tamamlanmal\u0131", - "Mute": "Sessiz", - "Muted": "Sessizde", - "My Orders": "Sipari\u015flerim", - "My Team": "Tak\u0131m\u0131m", - "N/A": "N/A", - "Name": "\u0130sim", - "Name ": "\u0130sim", - "Name of the certificate": "Sertifikan\u0131n ad\u0131", - "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "\u00d6\u011frencilerin atanaca\u011f\u0131 gruplar\u0131n ismi. \u00d6rnek olarak, Kontrol, Video, Problemler. \u0130ki ya da daha fazla grubunuz olmal\u0131d\u0131r.", - "Name of the signatory": "\u0130mza sahibinin ad\u0131", - "Name or short description of the configuration": "Yap\u0131land\u0131rman\u0131n ad\u0131 ya da k\u0131sa a\u00e7\u0131klamas\u0131", - "Need help logging in?": "Oturum a\u00e7mak i\u00e7in yard\u0131ma m\u0131 ihtiyac\u0131n\u0131z var?", - "Needs verified certificate ": "Onayl\u0131 sertifika gerekiyor", - "Never published": "Hi\u00e7 yay\u0131nlanmad\u0131", - "Never show assessment results": "De\u011ferlendirme sonu\u00e7lar\u0131n\u0131 asla g\u00f6sterme", - "New %(item_type)s": "Yeni %(item_type)s", - "New Address": "Yeni Adres", - "New Password": "Yeni Parola", - "New document": "Yeni belge", - "New enrollment mode:": "Yeni kay\u0131t t\u00fcr\u00fc:", - "New window": "Yeni pencere", - "New {component_type}": "Yeni {component_type}", - "Next": "Sonraki", - "Next Step: Confirm your identity": "Sonraki Ad\u0131m: Kimli\u011finizi do\u011frulay\u0131n", - "Next: %(nextStepTitle)s": "\u0130leri: %(nextStepTitle)s", - "No Content Group": "\u0130\u00e7erik Grubu Yok", - "No Derivatives": "T\u00fcretilemez", - "No EdX Timed Transcript": "EdX Zamanlanm\u0131\u015f Altyaz\u0131s\u0131 Yok", - "No Flash Detected": "Flash Bulunamad\u0131", - "No Timed Transcript": "Zamanlanm\u0131\u015f Altyaz\u0131 Yok", - "No Webcam Detected": "Web Kameras\u0131 Bulunamad\u0131", - "No color": "Renk yok", - "No content-specific discussion topics exist.": "\u0130\u00e7erik yok- belirli tart\u0131\u015fma konular\u0131 mevcut", - "No description available": "A\u00e7\u0131klama Yok", - "No posts matched your query.": "Sorgunuzla e\u015fle\u015fen g\u00f6nderiler bulunamad\u0131.", - "No prerequisite": "\u00d6nko\u015fullu olmayan", - "No receipt available": "Fatura bulunamad\u0131", - "No results": "Sonu\u00e7 yok", - "No results found for \"%(query_string)s\". Please try searching again.": "\"%(query_string)s\" i\u00e7in sonu\u00e7 bulunamad\u0131. L\u00fctfen tekrar aramay\u0131 deneyiniz.", - "No results found for {original_query}. Showing results for {suggested_query}.": "{original_query} sorgusu i\u00e7in sonu\u00e7 bulunamad\u0131. {suggested_query} i\u00e7in sonu\u00e7lar g\u00f6steriliyor.", - "No tasks currently running.": "Hi\u00e7bir g\u00f6rev \u015fu anda \u00e7al\u0131\u015fm\u0131yor.", - "No transcript uploaded.": "Herhangi bir altyaz\u0131 y\u00fcklenmedi.", - "No validation is performed on policy keys or value pairs. If you are having difficulties, check your formatting.": "Politika anahtar\u0131 ve de\u011fer \u00e7iftlerinin uygunlu\u011fu hen\u00fcz do\u011frulanmam\u0131\u015ft\u0131r. Sorun ya\u015f\u0131yorsan\u0131z, veri bi\u00e7imlemenizi kontrol edin.", - "Nonbreaking space": "B\u00f6l\u00fcnemez bo\u015fluk", - "Noncommercial": "Ticari olmayan", - "None": "Hi\u00e7biri", - "Noon": "\u00d6\u011fle", - "Not Currently Available": "Hen\u00fcz Kullan\u0131labilir De\u011fil", - "Not Graded": "Notland\u0131r\u0131lmad\u0131", - "Not Selected": "Se\u00e7ilmedi", - "Not Supported": "Desteklenmiyor", - "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "%(minimum_grade_cutoff)s% 'dan d\u00fc\u015f\u00fck ge\u00e7er not ayarlanamaz.", - "Not available": "Kullan\u0131labilir de\u011fil", - "Not divided": "B\u00f6l\u00fcnmemi\u015f", - "Not in Use": "Kullan\u0131mda De\u011fil", - "Not selected": "Se\u00e7ilmedi", - "Not specific to a course": "Bir derse \u00f6zel de\u011fil", - "Not yet": "Hen\u00fcz de\u011fil", - "Note": "Not", - "Note: Do not hide graded assignments after they have been released.": "Not: Notland\u0131r\u0131lm\u0131\u015f g\u00f6revleri yay\u0131nland\u0131ktan sonra gizlemeyin.", - "Note: Learners can be in only one cohort. Adding learners to this group overrides any previous group assignment.": "Not: \u00d6\u011frenciler sadece bir toplulukta olabilir. Bu gruba \u00f6\u011frenci eklemek daha \u00f6nceki gruplara kat\u0131l\u0131m\u0131 ge\u00e7ersiz k\u0131lacakt\u0131r.", + ], + "%s ago": "%s \u00f6nce", + "%s from now": "\u015eimdiden itibaren %s", + "(Add signatories for a certificate)": "(Sertifika i\u00e7in imza sahibi ekle)", + "(Caption will be displayed when you start playing the video.)": "(Altyaz\u0131 videoyu oynatmaya ba\u015flad\u0131\u011f\u0131n\u0131zda g\u00f6sterilecek.)", + "(Optional)": "(\u0130ste\u011fe Ba\u011fl\u0131)", + "(Read-only)": "(Salt-okunur)", + "(Required Field)": "(Gerekli Alan)", + "(Self-paced) Ended {end}": "(Kendi kendine) Bitti {end}", + "(Self-paced) Ends {end}": "(Kendi kendine) Biti\u015f {end}", + "(Self-paced) Started {start}": "(Kendi kendine) Ba\u015flad\u0131 {start}", + "(Self-paced) Starts {start}": "(Kendi kendine) Ba\u015flang\u0131\u00e7 {start}", + "(optional)": "(iste\u011fe ba\u011fl\u0131)", + "(required)": "(gerekli)", + "(required):": "(gerekli):", + "- Sortable": "- S\u0131ralanabilir", + "6 a.m.": "Sabah 6", + "6 p.m.": "6 \u00f6.s.", + ": video upload complete.": ": video y\u00fcklemesi tamamland\u0131.", + "<%= user %> already in exception list.": "<%= user %> kullan\u0131c\u0131s\u0131 zaten istisna listesinde.", + "<%= user %> has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.": "<%= user %> kullan\u0131c\u0131s\u0131 istisna listesine ba\u015far\u0131yla eklendi. A\u015fa\u011f\u0131daki \u0130stisna Sertifikas\u0131 Olu\u015ftur'a t\u0131klayarak sertifikay\u0131 g\u00f6nderin.", + "A Password is required": "Bir parola gerekiyor", + "A driver's license, passport, or government-issued ID with your name and photo.": "Ad\u0131n\u0131z\u0131 ve foto\u011fraf\u0131n\u0131z\u0131 i\u00e7eren bir ehliyet, pasaport veya di\u011fer h\u00fck\u00fcmet taraf\u0131ndan verilen kimlik", + "A driver's license, passport, or other government-issued ID with your name and photo": "Ad\u0131n\u0131z\u0131 ve foto\u011fraf\u0131n\u0131z\u0131 i\u00e7eren bir ehliyet, pasaport veya di\u011fer h\u00fck\u00fcmet taraf\u0131ndan verilen kimlik", + "A highlight to look forward to this week.": "Bu hafta yap\u0131lacaklara bir g\u00f6z atal\u0131m.", + "A list of courses you have just enrolled in as a verified student": "Do\u011frulanm\u0131\u015f \u00f6\u011frenci olarak kat\u0131ld\u0131\u011f\u0131n\u0131z derslerin listesi", + "A name that identifies your team (maximum 255 characters).": "Tak\u0131m\u0131n\u0131z\u0131 simgeleyen bir isim (maksimum 255 karakter).", + "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "Di\u011fer \u00f6\u011frencilerin tak\u0131m\u0131n hedeflerini ya da emirlerini anlamas\u0131na yard\u0131mc\u0131 olmak i\u00e7in k\u0131sa bir tak\u0131m a\u00e7\u0131klamas\u0131 (maksimum 300 karakter).", + "A valid email address is required": "Ge\u00e7erli bir e-posta adresi gereklidir", + "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", + "API Key": "API Anahtar\u0131", + "API Secret": "API Secret", + "Abbreviation": "K\u0131saltma", + "About Me": "Hakk\u0131mda", + "About You": "Hakk\u0131n\u0131zda", + "About me": "Hakk\u0131mda", + "Access to some content in this unit is restricted to specific groups of learners": "Bu \u00fcnitedeki baz\u0131 i\u00e7eriklere eri\u015fim, belirli \u00f6\u011frenci gruplar\u0131na k\u0131s\u0131tl\u0131d\u0131r", + "Access to some content in this {blockType} is restricted to specific groups of learners.": "Bu {blockType} t\u00fcr\u00fcndeki baz\u0131 i\u00e7eriklere eri\u015fim, belirli \u00f6\u011frenci gruplar\u0131na k\u0131s\u0131tl\u0131d\u0131r.", + "Access to this unit is restricted to: {selectedGroupsLabel}": "Bu \u00fcniteye eri\u015fim \u015fu gruplara a\u00e7\u0131kt\u0131r: {selectedGroupsLabel}", + "Access to this {blockType} is restricted to: {selectedGroupsLabel}": "Bu {blockType} t\u00fcr\u00fcne eri\u015fim \u015funlara k\u0131s\u0131tl\u0131d\u0131r: {selectedGroupsLabel}", + "Accomplishments": "Ba\u015far\u0131lar", + "Accomplishments Pagination": "Ba\u015far\u0131lar Sayfaland\u0131r\u0131c\u0131s\u0131", + "Account": "Hesap", + "Account Information": "Hesap Bilgisi", + "Account Not Activated": "Hesap Aktif Edilmemi\u015f", + "Account Settings": "Hesap Ayarlar\u0131", + "Account Settings page.": "Hesap Ayarlar\u0131 sayfas\u0131.", + "Account deletion, including removal from email lists, may take a few weeks to fully process through our system. If you want to opt-out of emails before then, please unsubscribe from the footer of any email.": "Hesap silme i\u015flemi, e-posta listelerinden kald\u0131r\u0131lmaya dek pek \u00e7ok s\u00fcreci gerektirdi\u011finden, birka\u00e7 haftam\u0131z\u0131 alabilir. O tarihten \u00f6nce duyuru e-postalar\u0131m\u0131zdan ayr\u0131lmak isterseniz, herhangi bir iletinin alt\u0131ndan aboneli\u011finizi kald\u0131rabilirsiniz.", + "Action": "Eylem", + "Action required: Enter a valid date.": "Eylem gerekiyor: Ge\u00e7erli bir tarih girin.", + "Actions": "Eylemler", + "Activate": "Etkinle\u015ftir", + "Activate Your Account": "Hesab\u0131n\u0131z\u0131 Etkinle\u015ftirin", + "Activating a link in this group will skip to the corresponding point in the video.": "Bu grup i\u00e7inde bir ba\u011flant\u0131y\u0131 aktif duruma getirmeniz videoyu kar\u015f\u0131l\u0131k gelen zaman noktas\u0131na g\u00f6t\u00fcrecektir.", + "Active": "Aktif", + "Active Uploads": "Aktif Y\u00fcklemeler", + "Add": "Ekle", + "Add Additional Signatory": "Ek \u0130mza Sahibi Ekle", + "Add Attachment": "Dosya Ekle", + "Add Cohort": "Topluluk ekle", + "Add Component:": "Bile\u015fen Ekle:", + "Add Country": "\u00dclke ekle", + "Add Learners": "\u00d6\u011frenci Ekle", + "Add New Component": "Yeni Bile\u015fen Ekle", + "Add Thumbnail": "K\u00fc\u00e7\u00fck Resim Ekle", + "Add Thumbnail - {videoName}": "{videoName} i\u00e7in k\u00fc\u00e7\u00fck resim ekle", + "Add URLs for additional versions": "Ek s\u00fcr\u00fcmler i\u00e7in URL'leri ekle", + "Add a Chapter": "Bir b\u00f6l\u00fcm ekle", + "Add a New Cohort": "Yeni Topluluk Ekle", + "Add a learning outcome here": "\u00d6\u011frenme \u00e7\u0131kt\u0131s\u0131n\u0131 buraya ekleyin", + "Add another group": "Ba\u015fka grup ekle", + "Add language": "Dil ekle", + "Add learners to this cohort": "Bu toplulu\u011fa \u00f6\u011frenci ekle", + "Add notes about this learner": "Bu \u00f6\u011frenci hakk\u0131nda not ekle", + "Add to Dictionary": "S\u00f6zl\u00fc\u011fe ekle", + "Add to Exception List": "\u0130stisna Listesi'ne Ekle", + "Add your first content group": "\u0130lk i\u00e7erik grubunuzu ekleyin", + "Add your first group configuration": "\u0130lk grup yap\u0131land\u0131rman\u0131z\u0131 ekleyin", + "Add your first textbook": "\u0130ik ders kitab\u0131n\u0131z\u0131 ekleyin", + "Add {role} Access": "{role} Eri\u015fimi Ekle", + "Adding": "Ekleme", + "Adding the selected course to your cart": "Sepetinize se\u00e7ilen dersi ekleme", + "Additional Credit Opportunities": "Ek Kredi F\u0131rsatlar\u0131", + "Additional Information": "Ek Bilgi", + "Additional Professional Opportunities": "Ek Mesleki F\u0131rsatlar", + "Additional Time (minutes)": "Ek Zaman (dakika)", + "Additional posts could not be loaded. Refresh the page and try again.": "Daha fazla g\u00f6nderi y\u00fcklenemedi. Sayfay\u0131 yenileyin ve tekrar deneyin.", + "Additional responses could not be loaded. Refresh the page and try again.": "Daha fazla cevap y\u00fcklenemedi. Sayfay\u0131 yenileyin ve tekrar deneyin.", + "Adjust video speed": "Video h\u0131z\u0131n\u0131 ayarla", + "Adjust video volume": "Video sesini ayarla", + "Admin": "Y\u00f6netici", + "Advanced": "Geli\u015fmi\u015f", + "After the course\\'s end date has passed, learners can no longer access subsection content. The subsection remains included in grade calculations.": "Dersin biti\u015f tarihi ge\u00e7ti\u011finde, \u00f6\u011frenciler altb\u00f6l\u00fcm\u00fcn i\u00e7eri\u011fine art\u0131k eri\u015femeyecekler. Altb\u00f6l\u00fcm not hesaplamalar\u0131nda yer almaya devam edecek.", + "After the subsection\\'s due date has passed, learners can no longer access its content. The subsection remains included in grade calculations.": "Altb\u00f6l\u00fcm\u00fcn biti\u015f tarihi ge\u00e7ti\u011finde, \u00f6\u011frenciler i\u00e7eri\u011fine art\u0131k eri\u015femeyecekler. Altb\u00f6l\u00fcm not hesaplamalar\u0131nda yer almaya devam edecek.", + "After you select ": "Se\u00e7tikten sonra", + "Align center": "Ortala", + "Align left": "Sola yasla", + "Align right": "Sa\u011fa yasla", + "Alignment": "Hizalama", + "All Learners and Staff": "T\u00fcm \u00d6\u011frenciler ve Personeller", + "All Posts": "T\u00fcm G\u00f6nderiler", + "All Rights Reserved": "T\u00fcm Haklar\u0131 Sakl\u0131d\u0131r", + "All Time Zones": "T\u00fcm Zaman Dilimleri", + "All Topics": "T\u00fcm Ba\u015fl\u0131klar", + "All Unreviewed": "T\u00fcm \u0130ncelenmeyenler", + "All Unreviewed Failures": "T\u00fcm \u0130ncelenmemi\u015f Hatalar", + "All accounts were created successfully.": "T\u00fcm hesaplar ba\u015far\u0131 bir \u015fekilde olu\u015fturulmu\u015ftur.", + "All chapters must have a name and asset": "T\u00fcm b\u00f6l\u00fcmlerin bir ad\u0131 ve varl\u0131\u011f\u0131 olmal\u0131", + "All groups must have a name.": "B\u00fct\u00fcn gruplar\u0131n bir ismi olmak zorunda.", + "All groups must have a unique name.": "B\u00fct\u00fcn grup adlar\u0131 benzersiz olmal\u0131d\u0131r.", + "All learners in the {cohort_name} cohort": "{cohort_name} toplulu\u011fundaki t\u00fcm \u00f6\u011frenciler", + "All learners in the {track_name} track": "{track_name} kay\u0131tlanma yolundaki t\u00fcm \u00f6\u011frenciler", + "All learners who are enrolled in this course": "Bu derse kay\u0131t olan t\u00fcm \u00f6\u011frenciler", + "All payment options are currently unavailable.": "T\u00fcm \u00f6deme se\u00e7enekleri \u015fu anda kullan\u0131lam\u0131yor.", + "All professional education courses are fee-based, and require payment to complete the enrollment process.": "T\u00fcm mesleki e\u011fitim dersleri \u00fccretli olup, kay\u0131t i\u015flemini tamamlamak i\u00e7in \u00f6deme gerekir.", + "All subsections": "T\u00fcm alt b\u00f6l\u00fcmler", + "All teams": "T\u00fcm tak\u0131mlar", + "All topics": "T\u00fcm ba\u015fl\u0131klar", + "All units": "T\u00fcm \u00fcniteler", + "All users on the Exception list": "\u0130stisna listesindeki t\u00fcm kullan\u0131c\u0131lar", + "All users on the Exception list who do not yet have a certificate": "\u0130stisna listesindeki hen\u00fcz bir sertifika sahibi olmayan kullan\u0131c\u0131lar", + "Allow others to copy, distribute, display and perform only verbatim copies of your work, not derivative works based upon it. This option is incompatible with \"Share Alike\".": "Ba\u015fka ki\u015filerin sadece kelimesi kelimesine kopyalanm\u0131\u015f i\u015flerinizi kopyalamas\u0131na, da\u011f\u0131tmas\u0131na, g\u00f6stermesine ve oynatmas\u0131na izin ver, buna ba\u011fl\u0131 t\u00fcretilmi\u015f i\u015flere de\u011fil. Bu se\u00e7enek \"Share Alike\" ile uyumlu de\u011fildir. ", + "Allow others to copy, distribute, display and perform your copyrighted work but only if they give credit the way you request. Currently, this option is required.": "Sizin talep etti\u011finiz \u015fekilde at\u0131fta bulunuldu\u011funda, di\u011ferlerinin sizin telif hakl\u0131 i\u015finizi kopyalamas\u0131na, da\u011f\u0131tmas\u0131na, g\u00f6stermesine ve oynatmas\u0131na izin ver. \u015eu anda, bu se\u00e7enek gerekli.", + "Allow others to copy, distribute, display and perform your work - and derivative works based upon it - but for noncommercial purposes only.": "Di\u011ferlerinin eserinizi kopyalamas\u0131na, da\u011f\u0131tmas\u0131na ve -buna ba\u011fl\u0131 t\u00fcremi\u015f \u00e7al\u0131\u015fmalar\u0131- sadece ticari olmayan ama\u00e7lar i\u00e7in g\u00f6stermesine ve oynatmas\u0131na izin ver.", + "Allow others to distribute derivative works only under a license identical to the license that governs your work. This option is incompatible with \"No Derivatives\".": "Ba\u015fkalar\u0131na eserinizin t\u00fcrevlerini sadece e\u015fde\u011fer bir lisans alt\u0131nda da\u011f\u0131tmas\u0131na izin ver. Bu se\u00e7enek \"T\u00fcretilemez\" ile uyumlu de\u011fildir.", + "Allow students to generate certificates for this course?": "\u00d6\u011frencilerin bu ders i\u00e7in sertifika olu\u015fturmas\u0131na izin ver?", + "Already a course team member": "Zaten bir dersin ekip \u00fcyesi", + "Already a library team member": "Zaten k\u00fct\u00fcphane tak\u0131m\u0131 \u00fcyesi", + "Already a member": "Zaten \u00fcye", + "Already have an {platformName} account?": "Zaten {platformName} hesab\u0131n var m\u0131?", + "Alternative source": "Alternatif kaynak", + "Always divide content-specific discussion topics": "\u0130\u00e7erik odakl\u0131 tart\u0131\u015fma ba\u015fl\u0131klar\u0131n\u0131 her zaman b\u00f6l", + "Always show assessment results": "Her zaman de\u011ferlendirme sonu\u00e7lar\u0131n\u0131 g\u00f6ster", + "Amount": "Miktar", + "An email has been sent to {userEmail} with a link for you to activate your account.": "{userEmail} adresine hesab\u0131n\u0131z\u0131 etkinle\u015ftirmeniz i\u00e7in bir ba\u011flant\u0131 g\u00f6nderildi.", + "An error has occurred. Check your Internet connection and try again.": "Bir hata meydana geldi. \u0130nternet ba\u011flant\u0131n\u0131z\u0131 kontrol edin ve tekrar deneyin.", + "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "Bir hata olu\u015ftu. \u0130nternet ba\u011flant\u0131n\u0131z\u0131 kontrol edin, ve sonra sayfay\u0131 yenilemeyi deneyiniz.", + "An error has occurred. Please try again later.": "Bir hata meydana geldi. L\u00fctfen daha sonra tekrar deneyin.", + "An error has occurred. Please try again.": "Bir hata olu\u015ftu. L\u00fctfen tekrar deneyin.", + "An error has occurred. Please try reloading the page.": "Bir hata olu\u015ftu. L\u00fctfen sayfay\u0131 tekrar y\u00fcklemeyi deneyiniz.", + "An error has occurred. Refresh the page, and then try again.": "Bir hata olu\u015ftu. Sayfay\u0131 yenileyin, ve ondan sonra tekrar deneyin.", + "An error has occurred. Try refreshing the page, or check your Internet connection.": "Bir hata meydana geldi. Sayfay\u0131 yenilemeyi deneyin veya internet ba\u011flant\u0131n\u0131z\u0131 kontrol edin.", + "An error has occurred. Wait a few minutes, and then try again.": "Bir hata olu\u015ftu. Birka\u00e7 dakika bekleyin, ve ondan sonra tekrar deneyin.", + "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "E-posta adresinizi al\u0131rken bir hata olu\u015ftu. L\u00fctfen daha sonra tekrar deneyiniz, ve e\u011fer problem devam ederse teknik destek ile ileti\u015fime ge\u00e7iniz.", + "An error occurred when signing you in to %s.": "%s ortam\u0131nda oturum a\u00e7arken hata olu\u015ftu.", + "An error occurred while removing the member from the team. Try again.": "Tak\u0131mdan \u00fcyeyi \u00e7\u0131kart\u0131rken bir hata olu\u015ftu. Tekrar deneyin.", + "An error occurred.": "Bir hata meydana geldi.", + "An error occurred. Make sure that the student's username or email address is correct and try again.": "Bir hata olu\u015ftu. \u00d6\u011frencilerin kullan\u0131c\u0131 ad\u0131 ve e-postalar\u0131n\u0131n do\u011fru oldu\u011fundan emib olunuz ve tekrar deneyiniz.", + "An error occurred. Please reload the page.": "Bir hata olu\u015ftu. L\u00fctfen sayfay\u0131 tekrar y\u00fckleyin.", + "An error occurred. Please try again.": "Bir hata olu\u015ftu. L\u00fctfen tekrar deneyin.", + "An error occurred. Try again.": "Bir hata olu\u015ftu. Tekrar deneyin.", + "An unexpected error has occurred.": "Beklenmeyen bir hata olu\u015ftu.", + "An unexpected error occurred. Please try again.": "Beklenmedik bir hata olu\u015ftu. L\u00fctfen tekrar deneyin.", + "Anchor": "Tutturucu", + "Anchors": "Tutturucular", + "Any content that has listed this content as a prerequisite will also have access limitations removed.": "Bu i\u00e7eri\u011fi \u00f6ngereklilik olarak i\u015faretlemi\u015f i\u00e7erikler eri\u015fim s\u0131n\u0131rland\u0131rmalar\u0131ndan da muaf olacak.", + "Any course progress or grades from your current session will be lost.": "Mevcut oturumunuzdaki ders ilerlemesi ve notland\u0131rmalar kaybedilecek.", + "Any divided discussion topics are divided based on cohort.": "B\u00f6l\u00fcnm\u00fc\u015f tart\u0131\u015fma ba\u015fl\u0131klar\u0131 topluluk baz\u0131nda b\u00f6l\u00fcnm\u00fc\u015ft\u00fcr.", + "Any divided discussion topics are divided based on enrollment track.": "B\u00f6l\u00fcnm\u00fc\u015f tart\u0131\u015fma ba\u015fl\u0131klar\u0131 kay\u0131tlanma yolu baz\u0131nda b\u00f6l\u00fcnm\u00fc\u015ft\u00fcr.", + "April": "Nisan", + "Are you having trouble finding a team to join?": "Kat\u0131lacak bir tak\u0131m bulmada sorun mu ya\u015f\u0131yorsunuz?", + "Are you sure that you want to leave this session?": "Bu oturumu terk etmek istedi\u011finize emin misiniz?", + "Are you sure you want to change to a different session?": "Farkl\u0131 bir oturuma ge\u00e7mek istedi\u011finize emin misiniz?", + "Are you sure you want to delete this comment?": "Bu yorumu silmeye emin misiniz?", + "Are you sure you want to delete this page? This action cannot be undone.": "Bu sayfay\u0131 silmek istedi\u011finize emin misiniz? Bu i\u015flem geri al\u0131namaz.", + "Are you sure you want to delete this post?": "Bu g\u00f6nderiyi silmek istiyor musunuz?", + "Are you sure you want to delete this response?": "Bu cevab\u0131 silmeye emin misiniz?", + "Are you sure you want to delete this update?": "Bu g\u00fcncellemeyi silmek istedi\u011finize emin misiniz?", + "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "\u201c{container}\u201d i\u00e7in ders tak\u0131m\u0131ndan {email}'i silmek istedi\u011finize emin misiniz? ", + "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "\u201c{container}\u201d k\u00fct\u00fcphanesinden {email}'i silmek istedi\u011finize emin misiniz? ", + "Are you sure you want to remove this transcript?": "Bu altyaz\u0131y\u0131 kald\u0131rmak istedi\u011finize emin misiniz?", + "Are you sure you want to remove this video from the list?": "Bu videoyu listeden \u00e7\u0131karmak istedi\u011finize emin misiniz?", + "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "\u201c{container}\u201d 'a {email} eri\u015fimini k\u0131s\u0131tlamak istedi\u011finize emin misiniz?", + "Are you sure you want to revert to the last published version of the unit? You cannot undo this action.": "\u00dcnitenin son yay\u0131nlanan s\u00fcr\u00fcm\u00fcne d\u00f6nmek istedi\u011finize emin misiniz? Bu i\u015flem geri al\u0131namaz.", + "Are you sure you want to select this session?": "Bu oturumu se\u00e7mek istedi\u011finize emin misiniz?", + "Are you sure you want to unenroll from {courseName} ({courseNumber})?": "{courseName} ({courseNumber}) dersindeki kayd\u0131n\u0131z\u0131 iptal etmek istedi\u011finize emin misiniz?", + "Are you sure you want to unenroll from {courseName} ({courseNumber})? You will be refunded the amount you paid.": "{courseName} ({courseNumber}) dersindeki kayd\u0131n\u0131z\u0131 iptal etmek istedi\u011finize emin misiniz? \u00d6dedi\u011finiz tutar size iade edilecek.", + "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "Bu veriyi silmek istedi\u011finizden emin misiniz? Geri d\u00f6nd\u00fcr\u00fclemez!\n\nAyr\u0131ca bu veriye ba\u011fl\u0131 olan i\u00e7eriklerde \u00e7al\u0131\u015fmayacak (\u00f6r bozuk resimler veya linkler)", + "Are you sure?": "Emin misin?", + "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "Do\u011frulama s\u00fcrecinin bir par\u00e7as\u0131 olarak hem y\u00fcz\u00fcn\u00fcz\u00fcn fot\u011fraf\u0131n\u0131 hem de devlet taraf\u0131ndan verilmi\u015f foto\u011frafl\u0131 kimli\u011finizin foto\u011fraf\u0131n\u0131 \u00e7ekmelisiniz. Yetkilendirme hizmetimiz \u00e7ekmi\u015f oldu\u011funuz foto\u011fraf\u0131n\u0131z\u0131 kimlik foto\u011fraf\u0131n\u0131z ile kar\u015f\u0131la\u015ft\u0131rararak kimli\u011finizi do\u011frular.", + "As you complete courses, you will see them listed here.": "Derslerinizi bitirdik\u00e7e, burada listelenmi\u015f halde g\u00f6receksiniz.", + "Assessment": "De\u011ferlendirme", + "Assessment Results Visibility": "De\u011ferlendirme Sonu\u00e7lar\u0131 G\u00f6r\u00fcn\u00fcrl\u00fc\u011f\u00fc", + "Assessments": "De\u011ferlendirmeler", + "Assign learners to cohorts by uploading a CSV file": "CSV dosyas\u0131 y\u00fckleyerek \u00f6\u011frencileri topluluklara atay\u0131n", + "Assign students to cohorts by uploading a CSV file.": "CSV dosyas\u0131n\u0131 y\u00fckleyerek toplulu\u011fa \u00f6\u011frencileri ata.", + "Assignment Type Name": "G\u00f6rev T\u00fcr\u00fc \u0130smi", + "Associated Content Group": "\u0130li\u015fkilendirilmi\u015f \u0130\u00e7erik Grubu", + "Attribution": "At\u0131f", + "August": "A\u011fustos", + "Author": "Yazar", + "Auto-advance": "Otomatik \u0130lerleme", + "Automated Transcripts": "Otomatikle\u015ftirilmi\u015f Altyaz\u0131lar", + "Automatic": "Otomatik", + "Automatic transcripts are disabled.": "Otomatik altyaz\u0131lar evre d\u0131\u015f\u0131 b\u0131rak\u0131ld\u0131.", + "Available %s": "Mevcut %s", + "Average": "Ortalama", + "Back to Full List": "Tam Listeye D\u00f6n", + "Back to sign in": "Oturuma geri d\u00f6n", + "Back to {platform} FAQs": "{platform} S\u0131k Sorulan Sorular\u0131'na geri d\u00f6n", + "Background color": "Arkaplan rengi", + "Basic": "Temel", + "Basic Account Information": "Temel Hesap Bilgileri", + "Be sure your entire face is inside the frame": "Y\u00fcz\u00fcn\u00fcz\u00fcn tamam\u0131n\u0131n \u00e7er\u00e7eve i\u00e7inde oldu\u011funa emin olun", + "Before proceeding, please confirm that your details match": "\u0130lerlemeden \u00f6nce, ayr\u0131nt\u0131lar\u0131n\u0131z\u0131n e\u015fle\u015fti\u011fini onaylay\u0131n\u0131z", + "Before proceeding, please {htmlStart}activate your account{htmlEnd}.": "\u0130lerlemeden \u00f6nce, l\u00fctfen {htmlStart}hesab\u0131n\u0131z\u0131 etkinle\u015ftirin{htmlEnd}.", + "Before proceeding, please {htmlStart}unlink all social media accounts{htmlEnd}.": "Devam etmeden \u00f6nce, l\u00fctfen {htmlStart}t\u00fcm sosyal medya hesaplar\u0131n\u0131z\u0131 kald\u0131r\u0131n{htmlEnd}.", + "Before you upgrade to a certificate track, you must activate your account.": "Sertifika yoluna y\u00fckseltmeden \u00f6nce, hesab\u0131n\u0131z\u0131 etkinle\u015ftirmelisiniz.", + "Billed to": "Faturaland\u0131", + "Billing/Payment Options": "Faturaland\u0131rma/\u00d6deme Se\u00e7enekleri", + "Biography": "Biyografi", + "Block view is unavailable": "Blok g\u00f6r\u00fcn\u00fcm mevcut de\u011fil", + "Blockquote": "Blok al\u0131nt\u0131", + "Blockquote (Ctrl+Q)": "Al\u0131nt\u0131 (Ctrl+Q)", + "Blocks": "Bloklar", + "Body": "G\u00f6vde", + "Bold": "Kal\u0131n", + "Bold (Ctrl+B)": "Kal\u0131n (Ctrl+B)", + "Bookmark this page": "Bu sayfaya yer imi koy", + "Bookmarked": "Yer imi kondu", + "Border": "Kenarl\u0131k", + "Border color": "Kenarl\u0131k rengi", + "Bottom": "Alt", + "Browse": "G\u00f6z at", + "Browse recently launched courses and see what\\'s new in your favorite subjects": "Yeni a\u00e7\u0131lm\u0131\u015f dersleri taray\u0131n ve ilginizi \u00e7eken konularda ne yenilikler var g\u00f6r\u00fcnt\u00fcleyin", + "Browsing": "G\u00f6z at\u0131l\u0131yor", + "Bulk Exceptions": "Toplu \u0130stisnalar", + "Bullet list": "Madde imli liste", + "Bulleted List (Ctrl+U)": "Noktal\u0131 Liste (Ctrl+U)", + "COMPLETED COURSES": "TAMAMLANAN DERSLER", + "COURSES IN PROGRESS": "DEVAM EDEN DERSLER", + "Can I request additional time to complete my exam?": "S\u0131nav\u0131m\u0131 tamamlamak i\u00e7in ekstra zaman isteyebilir miyim?", + "Can we match the photo you took with the one on your ID?": "Kimli\u011finiz \u00fczerindeki foto\u011frafla \u00e7ekti\u011finizini e\u015fle\u015ftirebilir miyiz?", + "Cancel": "\u0130ptal", + "Cancel enrollment code": "Kay\u0131tlanma kodunu iptal et", + "Cancel team creating.": "Tak\u0131m olu\u015fturmay\u0131 iptal et.", + "Cancel team updating.": "Tak\u0131m g\u00fcncellemeyi iptal et.", + "Cancel upload": "Y\u00fcklemeyi iptal et", + "Cannot Start Proctored Exam": "G\u00f6zetmenli S\u0131nav Ba\u015flat\u0131lam\u0131yor", + "Cannot delete when in use by a unit": "Bir birim taraf\u0131ndan kullan\u0131mdaysa silinemez", + "Cannot delete when in use by an experiment": "Bir deney taraf\u0131ndan kullan\u0131l\u0131yorken silinemez.", + "Caption": "Altyaz\u0131", + "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "Dikkat: Bu \u00fcnitenin son yay\u0131nlanan s\u00fcr\u00fcm\u00fc canl\u0131dad\u0131r. De\u011fi\u015fiklikleri yay\u0131nlad\u0131\u011f\u0131n\u0131zda \u00f6\u011frenci deneyimini de\u011fi\u015ftirirsiniz.", + "Cell": "H\u00fccre", + "Cell padding": "H\u00fccre doldurma", + "Cell properties": "H\u00fccre \u00f6zellikleri", + "Cell spacing": "H\u00fccre bo\u015flu\u011fu", + "Cell type": "H\u00fccre t\u00fcr\u00fc", + "Center": "Orta", + "Certificate Details": "Sertifika Ayr\u0131nt\u0131lar\u0131", + "Certificate Generated": "Sertifika Olu\u015fturuldu", + "Certificate Information": "Sertifika Bilgileri", + "Certificate Name": "Sertifika Ad\u0131", + "Certificate Purchased": "Sertifika Sat\u0131n Al\u0131nd\u0131", + "Certificate Signatories": "Sertifika \u0130mza Sahipleri", + "Certificate Signatory Configuration": "\u0130mza Sahibi Yap\u0131land\u0131rma Sertifikas\u0131", + "Certificate Status:": "Sertifika Durumu:", + "Certificate has been successfully invalidated for <%= user %>.": "<%= user %> kullan\u0131c\u0131s\u0131n\u0131n sertifikas\u0131 ba\u015far\u0131l\u0131 bir \u015fekilde ge\u00e7ersizle\u015ftirildi.", + "Certificate name is required.": "Sertifika ismi gerekiyor.", + "Certificate of <%= user %> has already been invalidated. Please check your spelling and retry.": "<%= user %> kullan\u0131c\u0131s\u0131n\u0131n sertifikas\u0131 zaten ge\u00e7ersizle\u015ftirildi. L\u00fctfen do\u011fru yazd\u0131\u011f\u0131n\u0131zdan emin olun ve yeniden deneyin.", + "Certificates": "Sertifikalar", + "Change": "De\u011fi\u015ftir", + "Change Enrollment": "Kay\u0131tlanmay\u0131 De\u011fi\u015ftir", + "Change Manually": "El ile De\u011fi\u015ftir", + "Change My Email Address": "E-posta Adresimi De\u011fi\u015ftir", + "Change Session": "Oturumu De\u011fi\u015ftir", + "Change image": "Resmi De\u011fi\u015ftir", + "Change or Leave Session": "Oturumu De\u011fi\u015ftir veya Terket", + "Change to a different session or leave the current session.": "Ba\u015fka bir oturuma ge\u00e7 ya da \u015fu anki oturumdan ayr\u0131l.", + "Changes to steps that are not selected as part of the assignment will not be saved.": "G\u00f6revin bir par\u00e7as\u0131 olarak se\u00e7ili olmayan ad\u0131mlardaki de\u011fi\u015fiklikler kaydedilmeyecek.", + "Chapter Asset": "B\u00f6l\u00fcm Verisi", + "Chapter Name": "B\u00f6l\u00fcm Ad\u0131", + "Chapter information": "B\u00f6l\u00fcm Bilgileri", + "Chapter name and asset_path are both required": "B\u00f6l\u00fcm ad\u0131 ve asset_path gerekli", + "Chapter name is required": "B\u00f6l\u00fcm ad\u0131 gerekiyor", + "Chapter {order}": "B\u00f6l\u00fcm {order}", + "Check Your Email": "E-postan\u0131z\u0131 kontrol edin", + "Check the highlighted fields below and try again.": "A\u015fa\u011f\u0131daki i\u015faretli alanlar\u0131 kontrol edin ve tekrar deneyin.", + "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "Takip etti\u011finiz g\u00f6nderilerdeki yeni ve okunmam\u0131\u015f etkinlikler hakk\u0131nda g\u00fcnde bir kez etkinlik \u00f6zeti almak i\u00e7in bu kutucu\u011fu i\u015faretleyin.", + "Check your email": "E-postan\u0131z\u0131 kontrol ediniz", + "Check your email account for instructions to reset your password.": "Parola s\u0131f\u0131rlama y\u00f6nergeleri i\u00e7in e-posta hesab\u0131n\u0131z\u0131 kontrol edin.", + "Check your email for an activation message.": "Aktivasyon mesaj\u0131 i\u00e7in e-postan\u0131z\u0131 kontrol edin.", + "Checkout": "\u00d6deme yeri", + "Checkout with PayPal": "PayPal ile \u00f6de", + "Checkout with {processor}": "{processor} ile \u00f6de", + "Choose": "Se\u00e7in", + "Choose File": "Dosya Se\u00e7", + "Choose One": "Birini Se\u00e7in", + "Choose a .csv file": "Bir .csv dosyas\u0131 se\u00e7in", + "Choose a Date": "Bir Tarih Se\u00e7in", + "Choose a Time": "Bir Saat Se\u00e7in", + "Choose a content group to associate": "ili\u015fkilendirmek i\u00e7in i\u00e7erik grubu se\u00e7", + "Choose a location to move your component to": "Bile\u015feninizi ta\u015f\u0131yaca\u011f\u0131n\u0131z konumu se\u00e7in", + "Choose a time": "Bir saat se\u00e7in", + "Choose all": "T\u00fcm\u00fcn\u00fc se\u00e7in", + "Choose mode": "Mod Se\u00e7in", + "Choose new file": "Yeni dosya se\u00e7in", + "Choose one": "Birini se\u00e7in", + "Choose your institution from the list below:": "A\u015fa\u011f\u0131daki listeden kurumunuzu se\u00e7in:", + "Chosen %s": "Se\u00e7ilen %s", + "Circle": "Daire", + "Clear": "Temizle", + "Clear All": "Hepsini Temizle", + "Clear Grading Due Date": "Notlama Tamamlanma Tarihini Temizle", + "Clear Release Date/Time": "Yay\u0131n Tarihi/Saati Temizle", + "Clear Value": "De\u011feri Temizle", + "Clear formatting": "D\u00fczenlemeyi temizle", + "Clear search": "Aramay\u0131 Temizle", + "Clear search results": "\u00c7eviri sonu\u00e7lar\u0131n\u0131 temizle", + "Click OK to have your e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "E-posta adresinizi 3. parti uygulamaya g\u00f6ndermek i\u00e7in TAMAM'a bas\u0131n.\n\nBilgilerinizi g\u00f6ndermeden bu sayfaya d\u00f6nmek i\u00e7in \u0130ptal'e bas\u0131n.", + "Click OK to have your username and e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Kullan\u0131c\u0131 ad\u0131 ve e-posta adresinizi 3. parti uygulamaya g\u00f6ndermek i\u00e7in Tamam'a bas\u0131n.\n\nBilgilerinizi g\u00f6ndermeden bu sayfaya geri d\u00f6nmek i\u00e7in \u0130ptal'e bas\u0131n.", + "Click OK to have your username sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Kullan\u0131c\u0131 ad\u0131n\u0131z\u0131 3. parti uygulamaya g\u00f6ndermek i\u00e7in TAMAM'a bas\u0131n.\n\nBilgilerinizi g\u00f6ndermeden bu sayfaya geri d\u00f6nmek i\u00e7in \u0130ptal'e bas\u0131n.", + "Click on this button to mute or unmute this video or press UP or DOWN buttons to increase or decrease volume level.": "Bu videoyu sessize almak veya sesini a\u00e7mak i\u00e7in bu d\u00fc\u011fmeye t\u0131klay\u0131n, ses seviyesini art\u0131rmak ya da azaltmak i\u00e7in YUKARI veya A\u015eA\u011eI d\u00fc\u011fmelerine bas\u0131n.", + "Click to add a new %(xblock_type)s": "Yeni bir %(xblock_type)s eklemek i\u00e7in t\u0131klay\u0131n\u0131z", + "Click to change": "De\u011fi\u015ftirmek i\u00e7in t\u0131klay\u0131n", + "Click to choose all %s at once.": "Bir kerede t\u00fcm %s se\u00e7ilmesi i\u00e7in t\u0131klay\u0131n.", + "Click to edit": "D\u00fczenlemek i\u00e7in t\u0131kla", + "Click to remove all chosen %s at once.": "Bir kerede t\u00fcm se\u00e7ilen %s kald\u0131r\u0131lmas\u0131 i\u00e7in t\u0131klay\u0131n.", + "Close": "Kapat", + "Close Calculator": "Hesap Makinesini Kapat", + "Code": "Kod", + "Code Sample (Ctrl+K)": "Kod \u00d6rne\u011fi (Ctrl+K)", + "Code block": "Kod blo\u011fu", + "Cohort Assignment Method": "Topluluk Atama Y\u00f6ntemi", + "Cohort Name": "Topluluk Ad\u0131", + "Cohorts": "Topluluklar", + "Cohorts Disabled": "Topluluklar Devre D\u0131\u015f\u0131", + "Cohorts Enabled": "Topluluklar Etkin", + "Collapse All": "T\u00fcm\u00fcn\u00fc Kapa", + "Collapse Instructions": "Komutlar\u0131 Daralt", + "Collapse/Expand this %(xblock_type)s": "%(xblock_type)s Daralt/Geni\u015flet", + "Color": "Renk", + "Cols": "S\u00fctunlar", + "Column": "S\u00fctun", + "Column group": "S\u00fctun grubu", + "Coming Soon": "Yak\u0131nda", + "Commentary": "Yorum", + "Common Problem Types": "S\u0131k Kar\u015f\u0131la\u015f\u0131lan Problem T\u00fcrleri", + "Completed": "Tamamland\u0131", + "Component": "Bile\u015fen", + "Components": "Bile\u015fenler", + "Configure": "Yap\u0131land\u0131rma", + "Confirm": "Onayla", + "Confirm Password": "Parolay\u0131 Do\u011frula", + "Confirm Timed Transcript": "Zamanlanm\u0131\u015f Altyaz\u0131y\u0131 Onayla", + "Congratulations!": "Kutlar\u0131z!", + "Congratulations! You are now verified on %(platformName)s!": "Tebrikler! \u015eimdi %(platformName)s \u00fczerinde teyit edildiniz!", + "Constrain proportions": "Oranlar\u0131 S\u0131n\u0131rla", + "Contact Us": "Bizimle \u0130leti\u015fime Ge\u00e7in", + "Contains staff only content": "Sadece personele \u00f6zel i\u00e7erikleri i\u00e7erir", + "Content Group ID": "\u0130\u00e7erik Grup ID", + "Content Group Name": "\u0130\u00e7erik Grup Ad\u0131", + "Content-Specific Discussion Topics": "\u0130\u00e7erik-Odakl\u0131 Tart\u0131\u015fma Ba\u015fl\u0131klar\u0131", + "Continue Exam Without Proctoring": "S\u0131nava G\u00f6zetmensiz Olarak Devam Et", + "Continue to Verification": "Do\u011frulamaya Devam Et", + "Continue to my practice exam": "Al\u0131\u015ft\u0131rma s\u0131nav\u0131ma devam et", + "Continue to my proctored exam. I want to be eligible for credit.": "G\u00f6zetmenli s\u0131nav\u0131ma devam et. Krediye uygun olmak istiyorum.", + "Copy": "Kopyala", + "Copy Component Location": "Bile\u015fen Konumunu Kopyala", + "Copy Email To Editor": "Edit\u00f6re e-postay\u0131 kopyala", + "Copy row": "Sat\u0131r\u0131 kopyala", + "Correct failed component": "Ba\u015far\u0131s\u0131z bile\u015feni d\u00fczelt", + "Cost": "Maliyet", + "Could not find Certificate Exception in white list. Please refresh the page and try again": "Beyaz listede Sertifika \u0130stisnas\u0131 bulunamad\u0131. L\u00fctfen sayfay\u0131 yenileyin ve tekrar deneyin", + "Could not find Certificate Invalidation in the list. Please refresh the page and try again": "Listede Sertifika Ge\u00e7ersizle\u015ftirme bulunamad\u0131. L\u00fctfen sayfay\u0131 yenileyin ve tekrar deneyin.", + "Could not find a user with username or email address '<%- identifier %>'.": "'<%- identifier %>'. kullan\u0131c\u0131 isimli veya e-posta adresli kullan\u0131c\u0131 bulunamad\u0131.", + "Could not find the specified string.": "Belirtilen dizi bulunamad\u0131.", + "Could not find users associated with the following identifiers:": "Bu \u00f6zelliklere uygun kullan\u0131c\u0131 bulunamad\u0131: ", + "Could not grade your answer. The submission was aborted.": "Cevab\u0131n\u0131z notland\u0131r\u0131lamad\u0131. G\u00f6nderim iptal edildi.", + "Could not load teams information.": "Tak\u0131m bilgileri y\u00fcklenemedi.", + "Could not retrieve download url.": "\u0130ndirme ba\u011flant\u0131s\u0131na eri\u015filemedi.", + "Could not retrieve payment information": "\u00d6deme bilgileri al\u0131namad\u0131", + "Could not retrieve upload url.": "Y\u00fckleme URL'ine eri\u015filemedi.", + "Could not submit order": "Sipari\u015f teslim edilemedi", + "Could not submit photos": "Foto\u011fraf g\u00f6nderilemedi", + "Could not upload the video image file": "Bu video g\u00f6rselini y\u00fckleyemedik", + "Couldn't Save This Assignment": "Bu G\u00f6rev Kaydedilemedi", + "Country": "\u00dclke", + "Country of residence": "\u0130kamet edilen \u00fclke", + "Country or Region of Residence": "\u0130kamet Edilen \u00dclke ya da B\u00f6lge", + "Course Content": "Ders \u0130\u00e7eri\u011fi", + "Course Credit Requirements": "Ders Kredisi Gereklilikleri", + "Course End": "Ders Biti\u015fi", + "Course Handouts": "Ders Notlar\u0131", + "Course ID": "Ders No", + "Course Id": "Ders No", + "Course Index": "Ders \u0130ndeksi", + "Course Key": "Ders Anahtar\u0131", + "Course Name": "Ders \u0130smi", + "Course Number": "Ders Numaras\u0131", + "Course Number Override": "Ders Numaras\u0131n\u0131 Ge\u00e7ersiz K\u0131l", + "Course Number:": "Ders Numaras\u0131:", + "Course Outline": "Ders Tasla\u011f\u0131", + "Course Run:": "Ders Yay\u0131n\u0131:", + "Course Start": "Ders Ba\u015flang\u0131c\u0131", + "Course Title": "Ders Ba\u015fl\u0131\u011f\u0131", + "Course Title Override": "Ders Ba\u015fl\u0131\u011f\u0131n\u0131 Ge\u00e7ersiz K\u0131l", + "Course Video Settings": "Ders Video Ayarlar\u0131", + "Course is not yet visible to students.": "Ders \u00f6\u011frencilere \u015fu anda g\u00f6r\u00fcn\u00fcr de\u011fil.", + "Course pacing cannot be changed once a course has started.": "Ders denetimi bir ders denetimi ba\u015flad\u0131ktan sonra de\u011fi\u015ftirilemez.", + "Course title": "Ders ba\u015fl\u0131\u011f\u0131", + "Course-Wide Discussion Topics": "Ders-\u00c7ap\u0131nda Tart\u0131\u015fma Ba\u015fl\u0131klar\u0131", + "Create": "Olu\u015ftur", + "Create Account": "Hesap Olu\u015ftur", + "Create Re-run": "Yeniden \u00c7al\u0131\u015ft\u0131rma Olu\u015ftur", + "Create a New Team": "Yeni Bir Tak\u0131m Olu\u015ftur", + "Create a content group": "\u0130\u00e7erik grubu yarat", + "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "Kat\u0131lacak bir tak\u0131m bulamad\u0131ysan\u0131z, ya da tan\u0131d\u0131\u011f\u0131n\u0131z arkada\u015flar\u0131n\u0131zla \u00f6\u011frenmek istiyorsan\u0131z yeni bir tak\u0131m olu\u015fturun.", + "Create account using %(providerName)s.": "%(providerName)s kullanarak bir hesap olu\u015ftur.", + "Create an Account": "Bir Hesap Olu\u015ftur", + "Create an Account.": "Bir Hesap Olu\u015ftur.", + "Create an account using": "\u015eununla bir hesap olu\u015ftur", + "Create team.": "Tak\u0131m olu\u015ftur.", + "Created": "Olu\u015fturuldu", + "Creating missing groups": "Eksik gruplar olu\u015fturuluyor", + "Creative Commons": "Creative Commons", + "Creative Commons licensed content, with terms as follow:": "Creative Commons lisansl\u0131 i\u00e7erik, \u015fu ko\u015fullara sahiptir:", + "Criterion Added": "\u00d6l\u00e7\u00fct Eklendi", + "Criterion Deleted": "\u00d6l\u00e7\u00fct Silindi", + "Crossed out items have been refunded.": "\u00dczerinde \u00e7arp\u0131 i\u015fareti \u00f6\u011feler iade edilmi\u015ftir.", + "Current Role:": "Mevcut Rol:", + "Current conversation": "\u015eu anki sohbet", + "Current enrollment mode:": "\u015eu anki kay\u0131t t\u00fcr\u00fc:", + "Current location": "\u015eu anki konum", + "Current tab": "\u015eu anki sekme", + "Currently selected": "\u015eu an se\u00e7ili", + "Custom color": "\u00d6zel renk", + "Custom...": "\u00d6zel...", + "Cut": "Kes", + "Cut row": "Sat\u0131r\u0131 kes", + "Date": "Tarih", + "Date Added": "Tarih Eklendi", + "Date Joined": "Kat\u0131lma Tarihi", + "Date Placed": "Tamamlama Tarihi", + "Date added": "Tarih eklendi", + "Deactivate": "Devre D\u0131\u015f\u0131 B\u0131rak", + "Deadlines": "Son tarihler", + "December": "Aral\u0131k", + "Declined": "Reddedildi", + "Decrease indent": "Girintiyi azalt", + "Default": "\u00d6ntan\u0131ml\u0131", + "Default (Local Time Zone)": "Varsay\u0131lan (Yerel Zaman Dilimi)", + "Default Timed Transcript": "Varsay\u0131lan Zamanlar\u0131 \u0130\u015faretlenmi\u015f Altyaz\u0131", + "Delete": "Sil", + "Delete \"<%= signatoryName %>\" from the list of signatories?": "\u0130mza sahipleri listesinden \"<%= signatoryName %>\" sil?", + "Delete File Confirmation": "Dosya Onay\u0131n\u0131 Kald\u0131r", + "Delete My Account": "Hesab\u0131m\u0131 Sil", + "Delete Page Confirmation": "Sayfa Onay\u0131n\u0131 Kald\u0131r", + "Delete Team": "Tak\u0131m\u0131 Sil", + "Delete column": "S\u00fctunu sil", + "Delete row": "Sat\u0131r\u0131 sil", + "Delete table": "Tabloyu sil", + "Delete the user, {username}": " {username} Kullan\u0131c\u0131y\u0131 sil.", + "Delete this %(item_display_name)s?": "%(item_display_name)s sil?", + "Delete this asset": "Bu veriyi sil", + "Delete this team?": "Bu tak\u0131m\u0131 sil?", + "Delete this {xblock_type} (and prerequisite)?": "Evet, bu {xblock_type} XBlock'u (ve \u00f6n ko\u015fulu) sil", + "Delete this {xblock_type}?": "Bu {xblock_type} XBlock'u silinsin mi?", + "Deleted Content Group": "Silinmi\u015f \u0130\u00e7erik Grubu", + "Deleted Group": "Silinmi\u015f Grup", + "Deleting": "Siliniyor", + "Deleting a textbook cannot be undone and once deleted any reference to it in your courseware's navigation will also be removed.": "Ders kitab\u0131n\u0131 silmek geri d\u00f6n\u00fc\u015f\u00fc olmayan bir i\u015flemdir. Sildi\u011fin anda i\u00e7indeki ders referanslar\u0131 ve materyalleri de silinecektir.", + "Deleting this %(item_display_name)s is permanent and cannot be undone.": "%(item_display_name)s silmek kal\u0131c\u0131d\u0131r ve geri al\u0131namaz.", + "Deleting this {xblock_type} is permanent and cannot be undone.": "Bu {xblock_type} t\u00fcr\u00fcn\u00fc silmek kal\u0131c\u0131d\u0131r ve geri al\u0131namaz.", + "Deprecated": "Onaylanmad\u0131", + "Describe ": "Tan\u0131mla", + "Description": "A\u00e7\u0131klama", + "Description of the certificate": "Sertifikan\u0131n a\u00e7\u0131klamas\u0131", + "Details": "Ayr\u0131nt\u0131lar", + "Dimensions": "Boyutlar", + "Disc": "Disk", + "Discard Changes": "De\u011fi\u015fiklikleri \u00c7\u0131kart", + "Discarding Changes": "\u00c7\u0131kar\u0131lan De\u011fi\u015fiklikler", + "Discussion Home": "Tart\u0131\u015fma Anasayfas\u0131", + "Discussion topics in the course are not divided.": "Dersteki tart\u0131\u015fma ba\u015fl\u0131klar\u0131 b\u00f6l\u00fcnmemi\u015f.", + "Discussions are unified; all learners interact with posts from other learners, regardless of the group they are in.": "Tart\u0131\u015fmalar birle\u015ftirilmi\u015f durumda; t\u00fcm \u00f6\u011frenciler i\u00e7inde olduklar\u0131 gruplardan ba\u011f\u0131ms\u0131z olarak, di\u011fer \u00f6\u011frencilerin g\u00f6nderileriyle etkile\u015fime girebilir.", + "Display Name": "G\u00f6r\u00fcnen Ad", + "Div": "Div", + "Divide the selected content-specific discussion topics": "Se\u00e7ili i\u00e7erik-odakl\u0131 tart\u0131\u015fma ba\u015fl\u0131klar\u0131n\u0131 b\u00f6l", + "Divided": "B\u00f6l\u00fcnm\u00fc\u015f", + "Do not show again": "Tekrar g\u00f6sterme", + "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "Bu \u00f6\u011frenciye ('{student_id}') giri\u015f s\u0131nav\u0131n\u0131 ge\u00e7mesi i\u00e7in izin vermek istiyor musunuz?", + "Do you want to replace the edX transcript with the YouTube transcript?": "EdX altyaz\u0131s\u0131n\u0131 YouTube altyaz\u0131s\u0131yla de\u011fi\u015ftirmek ister misiniz?", + "Do you want to upload your file before submitting?": " G\u00f6ndermeden \u00f6nce dosyan\u0131z\u0131 y\u00fcklemek istiyor musunuz?", + "Document properties": "Belge \u00f6zellikleri", + "Does the name on your ID match your account name: %(fullName)s?": "ID niz \u00fczerindeki isim hesab\u0131n\u0131zdaki isimle e\u015fle\u015fiyor mu: %(fullName)s?", + "Does the photo of you match your ID photo?": "Foto\u011fraf kimlik foto\u011fraf\u0131na uyuyor mu?", + "Does the photo of you show your whole face?": "Foto\u011fraf y\u00fcz\u00fcn\u00fcz\u00fcn tamam\u0131n\u0131 g\u00f6steriyor mu?", + "Doing so means that you are no longer eligible for academic credit.": "Bu \u015fekilde yapmak, akademik kredinizi dolduramayaca\u011f\u0131n\u0131z anlam\u0131na gelir.", + "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "Resminizi g\u00f6rm\u00fcyor musunuz? Web izleyiciniz izin istedi\u011finde kameran\u0131z\u0131 kullanabilmesi i\u00e7in izin veriniz.", + "Donate": "Ba\u011f\u0131\u015f Yap", + "Double-check that your webcam is connected and working to continue.": "Devam etmek i\u00e7in web kameran\u0131z\u0131n ba\u011fl\u0131 oldu\u011funu ve \u00e7al\u0131\u015ft\u0131\u011f\u0131n\u0131 tekrar kontrol edin.", + "Download": "\u0130ndir", + "Download Software Clicked": "Yaz\u0131l\u0131m \u0130ndir'e T\u0131kland\u0131", + "Download Transcript for Editing": "D\u00fczenlemek i\u00e7in Altyaz\u0131y\u0131 \u0130ndir", + "Download URL": "\u0130ndirme Ba\u011flant\u0131s\u0131", + "Download available encodings (.csv)": "Mevcut (.csv) kodlamas\u0131n\u0131 indir", + "Download the user's certificate": "Kullan\u0131c\u0131n\u0131n sertifikas\u0131n\u0131 indir", + "Draft (Never published)": "Taslak (Hi\u00e7 yay\u0131nlanmad\u0131)", + "Draft (Unpublished changes)": "Taslak (Yay\u0131mlanmayan de\u011fi\u015fiklikler)", + "Drag and drop or {spanStart}browse your computer{spanEnd}.": "S\u00fcr\u00fckle b\u0131rak veya {spanStart}bilgisayar\u0131n\u0131z\u0131n dizinlerini taray\u0131n{spanEnd}.", + "Drag to reorder": "Tekrar d\u00fczenlemek i\u00e7in s\u00fcr\u00fckle", + "Drop target image": "Hedef g\u00f6rseli b\u0131rak\u0131n", + "Due Date": "Teslim Tarihi", + "Due Date:": "Biti\u015f Tarihi:", + "Due Time in UTC:": "UTC'de tamamlanma zaman\u0131:", + "Due date cannot be before start date.": "Biti\u015f tarihi ba\u015flang\u0131\u00e7 tarihinden \u00f6nce olamaz.", + "Due:": "Son g\u00fcn:", + "Duplicate": "Kopyas\u0131n\u0131 \u00c7\u0131kar", + "Duplicating": "Kopyas\u0131 \u00c7\u0131kar\u0131l\u0131yor", + "Duration (sec)": "S\u00fcre (sn)", + "Earned %(created)s.": "%(created)s kazan\u0131ld\u0131.", + "Earned Certificates": "Kazan\u0131lan Sertifikalar", + "EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.": "EdX, Studio'da videonun zamanlar\u0131 i\u015faretlenmi\u015f altyaz\u0131s\u0131na sahip de\u011fildir, ama biz YouTube \u00fczerinde bir altyaz\u0131 bulduk. Youtube altyaz\u0131s\u0131n\u0131 i\u00e7e aktarabilir veya kendi .srt altyaz\u0131 dosyan\u0131z\u0131 y\u00fckleyebilirsiniz.", + "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "EdX bu videonun zamanlar\u0131 i\u015faretlenmi\u015f altyaz\u0131lar\u0131na sahip de\u011fildir. L\u00fctfen bir .srt dosyas\u0131 y\u00fckleyin.", + "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "EdX videonun zamanlar\u0131 i\u015faretlenmi\u015f altyaz\u0131lar\u0131na sahiptir. E\u011fer bu altyaz\u0131y\u0131 d\u00fczenlemek istiyorsan\u0131z, mevcut altyaz\u0131y\u0131 indirebilir, d\u00fczenleyebilir ve tekrar y\u00fckleyebilirsiniz. E\u011fer bu altyaz\u0131y\u0131 de\u011fi\u015ftirmek istiyorsan\u0131z, yeni bir .srt altyaz\u0131 dosyas\u0131 y\u00fckleyin.", + "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "EdX videonun zamanlar\u0131 i\u015faretlenmi\u015f altyaz\u0131lar\u0131na sahiptir. E\u011fer bu altyaz\u0131y\u0131 de\u011fi\u015ftirmek istiyorsan\u0131z, yeni bir .srt altyaz\u0131 dosyas\u0131 y\u00fckleyin. E\u011fer bu altyaz\u0131y\u0131 d\u00fczenlemek istiyorsan\u0131z, mevcut altyaz\u0131y\u0131 indirebilir, d\u00fczenleyebilir ve tekrar y\u00fckleyebilirsiniz.", + "Edit": "D\u00fczenle", + "Edit %(display_name)s (required)": "%(display_name)s d\u00fczenle (gerekli)", + "Edit HTML": "HTML d\u00fczenle", + "Edit Membership": "\u00dcyelikleri D\u00fczenle", + "Edit Team": "Tak\u0131m\u0131 D\u00fczenle", + "Edit Thumbnail": "K\u00fc\u00e7\u00fck Resmi D\u00fczenle", + "Edit Title": "Ba\u015fl\u0131\u011f\u0131 D\u00fczenle", + "Edit Your Name": "\u0130sminizi D\u00fczeltiniz", + "Edit this certificate?": "Bu sertifikay\u0131 d\u00fczenle?", + "Editable": "D\u00fczenlenebilir", + "Editing: {title}": "D\u00fczenleme: {title}", + "Editor": "Edit\u00f6r", + "Education Completed": "Tamamlanan E\u011fitim", + "Email": "E-posta", + "Email Address (Sign In)": "E-posta Adresi (Giri\u015f Yap)", + "Email address": "E-posta adresi", + "Emails successfully sent. The following users are no longer enrolled in the course:": "E-postalar ba\u015far\u0131yla g\u00f6nderildi. A\u015fa\u011f\u0131daki kullan\u0131c\u0131lar bu derse art\u0131k kay\u0131tl\u0131 de\u011filler:", + "Embed": "G\u00f6m\u00fcl\u00fc", + "Emoticons": "\u0130fadeler", + "Enable": "Etkinle\u015ftir", + "Enable Cohorts": "Topluluklar\u0131 Etkinle\u015ftir", + "Enable Now": "\u015eimdi Etkinle\u015ftir", + "Enable Weekly Highlight Emails": "Haftal\u0131k Vurgulama E-postalar\u0131n\u0131 Etkinle\u015ftir", + "Enabled": "Etkin", + "Encoding": "Kodlama", + "End My Exam": "S\u0131nav\u0131m\u0131 Bitir", + "End of transcript. Skip to the start.": "Altyaz\u0131n\u0131n sonu. Ba\u015flang\u0131ca atla.", + "Ends {end}": "Bitti {end}", + "Engage with posts": "G\u00f6nderilerle etkile\u015fimde bulunun", + "Enroll Now": "Hemen Kaydol", + "Enrolled": "Kay\u0131tland\u0131", + "Enrolling you in the selected course": "Se\u00e7ilen derse sizi kay\u0131t ediyor", + "Enrollment Date": "Kay\u0131t Tarihi", + "Enrollment Mode": "Kay\u0131t Modu", + "Enrollment Opens on": "Kay\u0131t A\u00e7\u0131l\u0131\u015f Tarihi", + "Enrollment Tracks": "Kay\u0131tlanma Yollar\u0131", + "Ensure that you can see your photo and read your name": "Foto\u011fraf\u0131n\u0131z\u0131 g\u00f6rd\u00fc\u011f\u00fcn\u00fcze ve isminizi okudu\u011funuza emin olunuz", + "Enter 3-5 highlights to include in the email message that learners receive for this section (250 character limit).": "\u00d6\u011frencilerin bu b\u00f6l\u00fcm i\u00e7in alaca\u011f\u0131 e-posta iletilerinde g\u00f6rece\u011fi 3-5 renkli vurgulamay\u0131 girin (250 karakter s\u0131n\u0131r\u0131).", + "Enter Due Date and Time": "Son Ba\u015fvuru Tarihi ve Zaman\u0131n\u0131 Giriniz", + "Enter Start Date and Time": "Ba\u015flang\u0131\u00e7 Tarihi ve Zaman\u0131n\u0131 Giriniz", + "Enter a student's username or email address.": "\u00d6\u011frencinin kullan\u0131c\u0131 ad\u0131n\u0131 veya e-posta adresini giriniz.", + "Enter a username or email.": "Bir kullan\u0131c\u0131 ad\u0131 veya e-posta giriniz.", + "Enter and confirm your new password.": "L\u00fctfen yeni parolan\u0131z\u0131 girin ve onaylay\u0131n.", + "Enter email addresses and/or usernames, separated by new lines or commas, for the learners you want to add. *": "Eklemek istedi\u011fin \u00f6\u011frencilerin e-posta adresi ve/veya kullan\u0131c\u0131 adlar\u0131n\u0131 virg\u00fcllerle ay\u0131rarak yaz.", + "Enter information to describe your team. You cannot change these details after you create the team.": "Tak\u0131m\u0131n\u0131z\u0131 tan\u0131tmak i\u00e7in bilgiyi girin. Tak\u0131m\u0131 olu\u015fturduktan sonra bu ayr\u0131nt\u0131lar\u0131 de\u011fi\u015ftiremezsiniz.", + "Enter some details for your support request.": "Destek talebinize dair ayr\u0131nt\u0131lar\u0131 girin.", + "Enter team description.": "Tak\u0131m a\u00e7\u0131klamas\u0131 yaz\u0131n\u0131z.", + "Enter team name.": "Tak\u0131m ismi giriniz.", + "Enter the account information for your organization.": "Kurumunuz i\u00e7in hesap bilgisini girin.", + "Enter the enrollment code.": "Kay\u0131tlanma kodunu gir.", + "Enter the name of the cohort": "Topluluk ismi giriniz", + "Enter the page number you'd like to quickly navigate to.": "Eri\u015fmek istedi\u011finiz sayfa numaras\u0131n\u0131 giriniz.", + "Enter the username or email address of each learner that you want to add as an exception.": "\u0130stisna olarak eklemek istedi\u011finiz her \u00f6\u011frencinin kullan\u0131c\u0131 ad\u0131 ve e-posta adresini girin.", + "Enter username or email": "Kullan\u0131c\u0131 ad\u0131 veya e-posta giriniz", + "Enter your ": "Bilgilerinizi girin", + "Entrance exam attempts is being reset for student '{student_id}'.": "'{student_id}' \u00f6\u011frencisi i\u00e7in giri\u015f s\u0131nav\u0131 denemesi s\u0131f\u0131rland\u0131.", + "Entrance exam state is being deleted for student '{student_id}'.": "'{student_id}' \u00f6\u011frencisi i\u00e7in giri\u015f s\u0131nav\u0131 durumu silindi.", + "Error": "Hata", + "Error adding learners.": "\u00d6\u011frencileri eklerken hata olu\u015ftu.", + "Error adding user": "Kullan\u0131c\u0131 eklerken hata olu\u015ftu", + "Error adding/removing users as beta testers.": "Kullan\u0131c\u0131lar\u0131 beta s\u0131nay\u0131c\u0131lar\u0131 oalrak ekler/\u00e7\u0131kar\u0131rken hata olu\u015ftu.", + "Error changing user's permissions.": "Kullan\u0131c\u0131n\u0131n izinlerini de\u011fi\u015ftirirken hata.", + "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "'{student_id}' \u00f6\u011frenisi i\u00e7in giri\u015f s\u0131nav\u0131 durumu silinirken hata olu\u015ftu. \u00d6\u011frenci belirleyicisinin do\u011fru oldu\u011fundan emin olun.", + "Error enrolling/unenrolling users.": "Kullan\u0131c\u0131lar\u0131 kaydederken/kay\u0131tlar\u0131 silerken hata.", + "Error generating ORA data report. Please try again.": "ORA veri raporunu olu\u015ftururken hata olu\u015ftu. L\u00fctfen tekrar deneyin.", + "Error generating grades. Please try again.": "Notlar\u0131 olu\u015ftururken hata. L\u00fctfen tekrar deneyin.", + "Error generating list of students who may enroll. Please try again.": "Kay\u0131t olan \u00f6\u011frencilerin listesini olu\u015ftururken hata olu\u015ftu. L\u00fctfen tekrar deneyiniz.", + "Error generating problem grade report. Please try again.": "Problem notu raporunu olu\u015ftururken hata olu\u015ftu. L\u00fctfen tekrar deneyiniz.", + "Error generating proctored exam results. Please try again.": "S\u0131nav g\u00f6zetmenli s\u0131nav sonu\u00e7lar\u0131n\u0131 olu\u015ftururken hata olu\u015ftu. L\u00fctfen tekrar deneyiniz.", + "Error generating student profile information. Please try again.": "\u00d6\u011frenci profil bilgisini olu\u015ftururken hata olu\u015ftu. L\u00fctfen tekrar deneyiniz.", + "Error generating survey results. Please try again.": "Anket sonu\u00e7lar\u0131n\u0131 olu\u015ftururken hata. L\u00fctfen tekrar deneyin.", + "Error getting enrollment status for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "'<%- student_id %>' isimli \u00f6\u011frencinin kay\u0131tlanma durumu getirilirken hatayla kar\u015f\u0131la\u015f\u0131ld\u0131. \u00d6\u011frencinin kimli\u011finin do\u011fru yaz\u0131ld\u0131\u011f\u0131na emin olunuz. ", + "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "'{student_id}' \u00f6\u011frencisi i\u00e7in giri\u015f s\u0131nav\u0131 g\u00f6rev ge\u00e7mi\u015fi al\u0131n\u0131rken hata olu\u015ftu. \u00d6\u011frenci belirleyicisinin do\u011fru oldu\u011fundan emin olun.", + "Error getting issued certificates list.": "Veriler sertifikalar listesini al\u0131rken hata.", + "Error getting student list.": "\u00d6\u011frenci listesini al\u0131rken hata.", + "Error getting student progress url for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "'<%- student_id %>' isimli \u00f6\u011frencinin ilerleme URL'i getirilirken hatayla kar\u015f\u0131la\u015f\u0131ld\u0131. \u00d6\u011frencinin kimli\u011finin do\u011fru yaz\u0131ld\u0131\u011f\u0131na emin olunuz. ", + "Error getting the number of ungraded responses": "Notland\u0131r\u0131lmam\u0131\u015f cevaplar\u0131n say\u0131s\u0131n\u0131 \u00e7ekmede hata", + "Error importing course": "Dersi i\u00e7e aktar\u0131rken hata ", + "Error listing task history for this student and problem.": "Bu \u00f6\u011frenci ve problem i\u00e7in g\u00f6rev tarih\u00e7esi listelemede hata", + "Error removing user": "Kullan\u0131c\u0131 kald\u0131r\u0131rken hata olu\u015ftu", + "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "'{student_id}' \u00f6\u011frencisi i\u00e7in giri\u015f s\u0131nav\u0131 denemeleri s\u0131f\u0131rlan\u0131rken hata olu\u015ftu. \u00d6\u011frenci belirleyicinin do\u011fru oldu\u011fundan emin olun.", + "Error retrieving grading configuration.": "Notland\u0131rma konfig\u00fcrasyonunu al\u0131rken hata", + "Error sending email.": "E-posta g\u00f6nderiminde hata.", + "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "'{student_id}' \u00f6\u011frencisi i\u00e7in giri\u015f s\u0131nav\u0131n\u0131 yeniden puanlamak i\u00e7in g\u00f6reve ba\u015flarken hata olu\u015ftu. Giri\u015f s\u0131nav\u0131n\u0131n sorunlar\u0131 oldu\u011fundan ve \u00f6\u011frenci belirleyicisinin do\u011fru oldu\u011fundan emin olun.", + "Error starting a task to reset attempts for all students on problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "T\u00fcm \u00f6\u011frencilerin '<%- problem_id %>' problemi i\u00e7in denemelerini s\u0131f\u0131rlamak i\u00e7in g\u00f6rev ba\u015flat\u0131l\u0131rken hatayla kar\u015f\u0131la\u015f\u0131ld\u0131. Problem numaras\u0131n\u0131n tam ve do\u011fru yaz\u0131ld\u0131\u011f\u0131na emin olunuz.", + "Error while generating certificates. Please try again.": "Sertifika olu\u015ftururken hata olu\u015ftu. L\u00fctfen tekrar deneyiniz.", + "Error while regenerating certificates. Please try again.": "Sertifikay\u0131 yeniden olu\u015ftururken hata olu\u015ftu. L\u00fctfen tekrar deneyiniz.", + "Error.": "Hata.", + "Error:": "Hata:", + "Error: ": "Hata: ", + "Error: Choosing failed.": "Hata: Se\u00e7me ba\u015far\u0131s\u0131z.", + "Error: Connection with server failed.": "Hata: Sunucuyla ba\u011flant\u0131 kurulamad\u0131.", + "Error: Import failed.": "Hata: \u0130\u00e7e aktarma ba\u015far\u0131s\u0131z.", + "Error: Replacing failed.": "Hata: \u00dcst\u00fcne yazma ba\u015far\u0131s\u0131z.", + "Error: Uploading failed.": "Hata: Y\u00fckleme ba\u015far\u0131s\u0131z.", + "Error: User '<%- username %>' has not yet activated their account. Users must create and activate their accounts before they can be assigned a role.": "Hata: '<%- username %>' kullan\u0131c\u0131s\u0131 hesab\u0131n\u0131 \u015fu ana kadar aktifle\u015ftirmedi. Bir rol verilmeden \u00f6nce, kullan\u0131c\u0131lar hesaplar\u0131n\u0131 olu\u015fturmal\u0131 ve aktifle\u015ftirmelidir.", + "Error: You cannot remove yourself from the Instructor group!": "Hata: E\u011fitmen grubundan kendinizi silemezsiniz!", + "Errors": "Hatalar", + "Errors/Technical Issues": "Hatalar/Teknik Sorunlar", + "Everyone who has staff privileges in this course": "Bu dersteki herkesin g\u00f6revli veya \u00f6\u011fretim yetkisi var", + "Exam Types": "S\u0131nav T\u00fcrleri", + "Exam timer and end exam button": "S\u0131nav zamanlay\u0131c\u0131s\u0131 ve s\u0131nav d\u00fc\u011fmesi", + "Exception Granted": "\u0130stisna Sa\u011fland\u0131", + "Exit full browser": "T\u00fcm taray\u0131c\u0131dan \u00e7\u0131k\u0131n", + "Expand All": "T\u00fcm\u00fcn\u00fc A\u00e7", + "Expand Instructions": "Komutlar\u0131 geni\u015flet", + "Explain if other.": "Di\u011fer ise a\u00e7\u0131kla.", + "Explanation": "A\u00e7\u0131klama", + "Explicitly Hiding from Students": "\u00d6\u011frencilerden A\u00e7\u0131k\u00e7a Gizle", + "Explore New Programs": "Yeni Programlar\u0131 Ke\u015ffedin", + "Explore Programs": "Programlar\u0131 Ke\u015ffedin", + "Explore your course!": "E\u011fitiminizi ke\u015ffedin!", + "Failed Proctoring": "Ba\u015far\u0131s\u0131z G\u00f6zetmenli S\u0131nav", + "Failed to delete student state for user.": "Kullan\u0131c\u0131n\u0131n \u00f6\u011frencilik durumu silinemedi.", + "Failed to rescore problem for user.": "Kullan\u0131c\u0131 i\u00e7in problem tekrar notland\u0131r\u0131lamad\u0131.", + "Failed to reset attempts for user.": "Kullan\u0131c\u0131 denemelerini s\u0131f\u0131rlama giri\u015fimi ba\u015far\u0131s\u0131z oldu.", + "February": "\u015eubat", + "Feedback available for selection.": "Se\u00e7ilenler i\u00e7in geri bildirim m\u00fcmk\u00fcn.", + "File": "Dosya", + "File Name": "Dosya \u0130smi", + "File format not supported. Please upload a file with a {ext} extension.": "Dosya tipi desteklenmiyor. L\u00fctfen {ext} uzant\u0131l\u0131 bir dosya y\u00fckleyin.", + "File type is not allowed.": "Dosya t\u00fcr\u00fcne izin verilmiyor.", + "File types can not be empty.": "Dosya t\u00fcr\u00fc bo\u015f olamaz.", + "File upload succeeded": "Dosya y\u00fckleme i\u015flemi ba\u015far\u0131l\u0131.", + "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "{maxFileSizeInMBs} MB'\u0131n maksimum boyutu dosya {filename} a\u015f\u0131yor ", + "Files must be in JPEG or PNG format.": "Dosyalar mutlaka JPEG veya PNG format\u0131nda olmal\u0131d\u0131r.", + "Files that you upload must be PDFs or image files in .gif, .jpg, .jpeg, or .png format.": "Y\u00fckledi\u011finiz dosyalar PDF ya da .gif, .jpg, .jpeg veya .png bi\u00e7imlerinde olmal\u0131.", + "Files that you upload must be smaller than 5MB in size.": "Y\u00fckledi\u011finiz dosyalar 5MB'dan daha k\u00fc\u00e7\u00fck olmal\u0131.", + "Fill browser": "Taray\u0131c\u0131y\u0131 doldurun", + "Filter": "S\u00fczge\u00e7", + "Filter and sort topics": "Konular\u0131 filtrele ve s\u0131rala", + "Final Grade": "Final Notu", + "Final Grade Received": "Final Notu Al\u0131nd\u0131", + "Financial Aid": "M\u00e2li Yard\u0131m", + "Financial Assistance": "M\u00e2li Yard\u0131m", + "Financial Assistance Application": "Mali Yard\u0131m Ba\u015fvurusu", + "Find": "Bul", + "Find a course": "Bir ders bul", + "Find and replace": "Bul ve de\u011fi\u015ftir", + "Find answers to the top questions asked by learners.": "\u00d6\u011frenciler taraf\u0131ndan en s\u0131k y\u00f6neltilen sorular\u0131n cevaplar\u0131na g\u00f6z at\u0131n.", + "Find discussions": "Tart\u0131\u015fma bul", + "Find next": "Sonrakini bul", + "Find previous": "\u00d6ncekini bul", + "Finish": "Bitir", + "First time here?": "\u0130lk kez mi buradas\u0131n\u0131z?", + "Follow or unfollow posts": "G\u00f6nderileri takip et veya takipten \u00e7\u0131k", + "Font Family": "Yaz\u0131tipi Ailesi", + "Font Sizes": "Yaz\u0131 Boyutlar\u0131", + "Footer": "Alt bilgi", + "For grading to work, you must change all {oldName} subsections to {newName}.": "Notland\u0131rman\u0131n \u00e7al\u0131\u015fmas\u0131 i\u00e7in, t\u00fcm eski {oldName} altb\u00f6l\u00fcmlerini {newName} \u015feklinde de\u011fi\u015ftirmelisiniz.", + "Format": "Format", + "Formats": "Formatlar", + "Free text notes": "Serbest metin notlar\u0131", + "Frequently Asked Questions": "S\u0131k\u00e7a Sorulan Sorular", + "Full Name": "Tam \u0130sim", + "Full Profile": "Tam Profil", + "Fullscreen": "Tam ekran", + "Fully Supported": "Tamamen Destekleniyor", + "Gender": "Cinsiyet", + "General": "Genel", + "General Proctored Exam Rules": "Genel G\u00f6zetmenli S\u0131nav Kurallar\u0131", + "Generate": "Olu\u015ftur", + "Generate Exception Certificates": "\u0130stisna Sertifikalar\u0131 Olu\u015ftur", + "Generate the user's certificate": "Kullan\u0131c\u0131n\u0131n sertifikas\u0131n\u0131 olu\u015ftur", + "Get Credit": "Kredi Al", + "Go Back": "Geri D\u00f6n", + "Go to Dashboard": "Ana Panele Git", + "Go to my Dashboard": "Panelime Git", + "Go to your Dashboard": "Panelinize Gidin", + "Go to {platform} Home": "{platform} Anasayfas\u0131na Git", + "Government-Issued Photo ID": "Foto\u011frafl\u0131 Resmi Kimlik", + "Grace period must be specified in HH:MM format.": "\u0130zin verilen s\u00fcre HH:MM format\u0131nda yaz\u0131lmal\u0131d\u0131r.", + "Grade": "Puanlama", + "Grade as:": "\u015e\u00f6yle notland\u0131r\u0131lm\u0131\u015f:", + "Graded as:": "\u015e\u00f6yle notland\u0131r\u0131lm\u0131\u015f:", + "Grading": "Notland\u0131rma", + "Group": "Grup", + "Group %s": "Grup %s", + "Group A": "Grup A", + "Group B": "Grup B", + "Group Configuration ID": "Grup Yap\u0131land\u0131rma Kimli\u011fi", + "Group Configuration Name": "Grup Yap\u0131land\u0131rma Ad\u0131", + "Group Configuration information": "Grup Yap\u0131land\u0131rma bilgileri", + "Group Configuration name is required.": "Grup Yap\u0131land\u0131rma ad\u0131 gereklidir.", + "Group information": "Grup bilgisi", + "Group name is required": "Grup ismi gerekli.", + "Groups": "Gruplar", + "H Align": "H Hizalama", + "HTML preview of post": "G\u00f6nderinin HTML \u00f6nizlemesi", + "HTML source code": "HTML kaynak kodu", + "Header": "\u00dcst bilgi ", + "Header 1": "\u00dcst bilgi 1", + "Header 2": "\u00dcst bilgi 2", + "Header 3": "\u00dcst bilgi 3", + "Header 4": "\u00dcst bilgi 4", + "Header 5": "\u00dcst bilgi 5", + "Header 6": "\u00dcst bilgi 6", + "Header cell": "\u00dcst bilgi h\u00fccresi", + "Headers": "\u00dcst bilgiler", + "Heading": "Ba\u015fl\u0131k", + "Heading (Ctrl+H)": "Ba\u015fl\u0131k (Ctrl+H)", + "Heading 1": "Ba\u015fl\u0131k 1", + "Heading 2": "Ba\u015fl\u0131k 2", + "Heading 3": "Ba\u015fl\u0131k 3", + "Heading 4": "Ba\u015fl\u0131k 4", + "Heading 5": "Ba\u015fl\u0131k 5", + "Heading 6": "Ba\u015fl\u0131k 6", + "Headings": "Ba\u015fl\u0131klar", + "Height": "Y\u00fckseklik", + "Help Translate into {beta_language}": "{beta_language} dili \u00e7evirilerine yard\u0131m et", + "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "Tak\u0131m\u0131n\u0131z i\u00e7in baz\u0131 \u00f6zellikler belirleyerek di\u011fer \u00f6\u011frencilerin tak\u0131m\u0131n\u0131za kat\u0131lmaya karar vermelerine yard\u0131mc\u0131 olun. Se\u00e7iminizi dikkatli yap\u0131n \u00e7\u00fcnk\u00fc tak\u0131m\u0131n\u0131z fazla s\u0131n\u0131rland\u0131r\u0131lm\u0131\u015f g\u00f6r\u00fcn\u00fcrse daha az ki\u015fi kat\u0131lmak isteyecektir.", + "Hide": "Gizle", + "Hide Annotations": "\u0130pu\u00e7lar\u0131n\u0131 Gizle", + "Hide Deprecated Settings": "Kald\u0131r\u0131lan Ayarlar\u0131 Gizle", + "Hide Discussion": "Tart\u0131\u015fmay\u0131 Gizle", + "Hide Previews": "\u00d6nizlemeleri Gizle", + "Hide Timer": "S\u00fcreyi Gizle", + "Hide closed captions": "Altyaz\u0131lar\u0131 gizle", + "Hide content after course end date": "\u0130\u00e7eri\u011fi ders biti\u015f tarihinden sonra gizle", + "Hide content after due date": "\u0130\u00e7eri\u011fi \u015fu tarihten sonra gizle: ", + "Hide entire subsection": "T\u00fcm altb\u00f6l\u00fcm\u00fc gizle", + "Hide from learners": "\u00d6\u011frencilerden gizle", + "Hide notes": "Notlar\u0131 gizle", + "Hide transcripts ({transcriptCount})": "Altyaz\u0131lar\u0131 gizle ({transcriptCount})", + "Hiding from Students": "\u00d6\u011frencilerden Gizle", + "High Definition": "Y\u00fcksek \u00c7\u00f6z\u00fcn\u00fcrl\u00fckl\u00fc", + "Highlight {highlight_index}": "Renkli vurgulama {highlight_index}", + "Highlighted text": "\u0130\u015faretlenmi\u015f yaz\u0131", + "Highlights for {display_name}": "{display_name} i\u00e7in vurgulamalar", + "Horizontal Rule (Ctrl+R)": "Yatay \u00c7izgi (Ctrl+R)", + "Horizontal line": "Yatay \u00e7izgi", + "Horizontal space": "Yatay aral\u0131k", + "How to create useful text alternatives.": "Nas\u0131l daha i\u015flevsel alternatif metinler olu\u015fturulur.", + "How to use %(platform_name)s discussions": "%(platform_name)s tart\u0131\u015fmalar\u0131 nas\u0131l kullan\u0131l\u0131r", + "Hyperlink (Ctrl+L)": "Hiperlink (Ctrl-L)", + "I am ready to start this timed exam,": "S\u00fcre s\u0131n\u0131rl\u0131 bu s\u0131nava ba\u015flamaya haz\u0131r\u0131m,", + "ID": "ID", + "ID-Verification is not required for this Professional Education course.": "Kimlik Do\u011frulama bu Mesleki E\u011fitim dersi i\u00e7in gerekli de\u011fildir.", + "Identity Verification In Progress": "S\u00fcre\u00e7 \u0130\u00e7inde Kimlik Do\u011frulama", + "If the course does not have an end date, learners always see their scores when they submit answers to assessments.": "Bir dersin son tarihi yoksa, \u00f6\u011frenciler cevaplar\u0131n\u0131 de\u011ferlendirmeye g\u00f6nderdi\u011finde notlar\u0131n\u0131 g\u00f6r\u00fcrler.", + "If the subsection does not have a due date, learners always see their scores when they submit answers to assessments.": "Bir alt b\u00f6l\u00fcm\u00fcn son tarihi yoksa, \u00f6\u011frenciler cevaplar\u0131n\u0131 de\u011ferlendirmeye g\u00f6nderdi\u011finde notlar\u0131n\u0131 g\u00f6r\u00fcrler.", + "If the unit was previously published and released to learners, any changes you made to the unit when it was hidden will now be visible to learners.": "E\u011fer \u00fcnite \u00f6\u011frencilere daha \u00f6nce a\u00e7\u0131ld\u0131 ve yay\u0131nland\u0131ysa, gizliyken \u00fcnitede yapt\u0131\u011f\u0131n\u0131z t\u00fcm de\u011fi\u015fiklikler \u015fimdi \u00f6\u011frencilere g\u00f6r\u00fcn\u00fcr olacak.", + "If the unit was previously published and released to students, any changes you made to the unit when it was hidden will now be visible to students. Do you want to proceed?": "E\u011fer \u00fcnite \u00f6nceden yay\u0131nlanm\u0131\u015f ve \u00f6\u011frencilere a\u00e7\u0131lm\u0131\u015fsa, \u00fcnite gizliyken yapt\u0131\u011f\u0131n\u0131z de\u011fi\u015fiklikler \u00f6\u011frencilere art\u0131k g\u00f6r\u00fcn\u00fcr olacak. Devam etmek istiyor musunuz?", + "If you are unable to access your account contact us via email using {email}.": "Hesab\u0131n\u0131za ula\u015fam\u0131yorsan\u0131z bizimle {email} e-posta adresi \u00fczerinden ileti\u015fime ge\u00e7ebilirsiniz.", + "If you do not yet have an account, use the button below to register.": "Hen\u00fcz bir hesab\u0131n\u0131z yoksa, kay\u0131t i\u00e7in a\u015fa\u011f\u0131daki d\u00fc\u011fmeyi kullan\u0131n.", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "E\u011fer kimli\u011finizi \u015fimdi do\u011frulamazsan\u0131z, hala daha ana panelinizden dersinizi ke\u015ffedebilirsiniz. Kimli\u011finizi do\u011frulamak i\u00e7in %(platformName)s \u00fczerinden periyodik hat\u0131rlatma alacaks\u0131n\u0131z.", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from {platformName} to verify your identity.": "\u015eu an kimli\u011finizi onaylamasan\u0131z da, dersinize h\u00e2l\u00e2 panelinizden ula\u015fabilirsiniz. Kimli\u011finizi onaylaman\u0131z i\u00e7in, {platformName} size d\u00fczenli bildirimler g\u00f6nderecek.", + "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "E\u011fer sayfadan cevab\u0131n\u0131z\u0131 kaydetmeden ya da g\u00f6ndermeden ayr\u0131l\u0131rsan\u0131z, cevap i\u00e7in yapt\u0131\u011f\u0131n\u0131z i\u015flemleri kaybedeceksiniz.", + "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "Bu sayfay\u0131 \u00f6zde\u011ferlendirmenizi yazmadan terk etmeniz durumunda, yapt\u0131\u011f\u0131n\u0131z t\u00fcm i\u015fleri kaybedeceksiniz.", + "If you leave this page without submitting your self assessment, you will lose any work you have done.": "Bu sayfay\u0131 de\u011ferlendirmenizi yazmadan terk etmeniz durumunda, yapt\u0131\u011f\u0131n\u0131z t\u00fcm i\u015fleri kaybedeceksiniz.", + "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "Bu sayfay\u0131 ekip de\u011ferlendirmenizi yazmadan terk etmeniz durumunda, yapt\u0131\u011f\u0131n\u0131z t\u00fcm i\u015fleri kaybedeceksiniz.", + "If you make significant changes, make sure you notify members of the team before making these changes.": "E\u011fer \u00f6nemli de\u011fi\u015fiklikler yaparsan\u0131z, bu de\u011fi\u015fiklikleri yapmadan \u00f6nce tak\u0131m\u0131n \u00fcyelerini bilgilendirdi\u011finizden emin olun.", + "If you make this %(xblockType)s visible to learners, learners will be able to see its content after the release date has passed and you have published the unit. Only units that are explicitly hidden from learners will remain hidden after you clear this option for the %(xblockType)s.": "E\u011fer bu %(xblockType)s bile\u015fenini \u00f6\u011frencilere g\u00f6r\u00fcn\u00fcr yaparsan\u0131z, yay\u0131nlanma tarihi ge\u00e7tikten ve \u00fcniteyi yay\u0131mlad\u0131ktan sonra \u00f6\u011frenciler bu i\u00e7eri\u011fi g\u00f6rebilecek. Sadece \u00f6\u011frencilerden a\u00e7\u0131k\u00e7a gizlenen \u00fcniteler %(xblockType)s i\u00e7in bu se\u00e7enek kald\u0131r\u0131ld\u0131ktan sonra g\u00f6r\u00fcnmez kalacak.", + "If you remove this transcript, the transcript will not be available for any components that use this video.": "Bu altyaz\u0131y\u0131 kald\u0131r\u0131rsan\u0131z, bu videoyu kullanan herhangi bir bile\u015fen i\u00e7in altyaz\u0131 mevcut olmayacak.", + "If you remove this transcript, the transcript will not be available for this component.": "Bu altyaz\u0131y\u0131 kald\u0131r\u0131rsan\u0131z, bu bile\u015fen i\u00e7in altyaz\u0131 mevcut olmayacak.", + "If you still wish to continue and delete your account, please enter your account password:": "H\u00e2l\u00e2 devam etmek ve hesab\u0131n\u0131z\u0131 silmek istiyorsan\u0131z, l\u00fctfen hesab\u0131n\u0131z\u0131n parolas\u0131n\u0131 girin:", + "If you use the Advanced Editor, this problem will be converted to XML and you will not be able to return to the Simple Editor Interface.\n\nProceed to the Advanced Editor and convert this problem to XML?": "Geli\u015fmi\u015f Edit\u00f6r\u00fc kullan\u0131rsan\u0131z, bu sorun XML'e d\u00f6n\u00fc\u015fecek ve Basit Edit\u00f6r Aray\u00fcz\u00fc'ne geri d\u00f6nemeyeceksiniz.\n\nGeli\u015fmi\u015f Edit\u00f6r'e devam et ve bu sorunu XML'e d\u00f6n\u00fc\u015ft\u00fcr?", + "Ignore": "Yoksay", + "Ignore all": "T\u00fcm\u00fcn\u00fc yoksay", + "Image": "G\u00f6r\u00fcnt\u00fc", + "Image (Ctrl+G)": "G\u00f6rsel (Ctrl-G)", + "Image Description": "G\u00f6rsel A\u00e7\u0131klamas\u0131", + "Image Upload Error": "G\u00f6rsel Y\u00fckleme Hatas\u0131", + "Image description": "G\u00f6r\u00fcnt\u00fc a\u00e7\u0131klamas\u0131", + "Image must be in PNG format": "G\u00f6r\u00fcnt\u00fc PNG format\u0131nda olmal\u0131d\u0131r", + "Image must be in PNG format.": "G\u00f6r\u00fcnt\u00fc PNG format\u0131nda olmal\u0131d\u0131r.", + "Image upload failed": "G\u00f6rsel y\u00fckleme ba\u015far\u0131s\u0131z", + "Image upload failed. ": "G\u00f6rsel y\u00fckleme ba\u015far\u0131s\u0131z.", + "Import YouTube Transcript": "YouTube Altyaz\u0131s\u0131n\u0131 \u0130\u00e7e Aktar", + "In Progress": "\u0130\u015flem s\u00fcr\u00fcyor", + "Incorrect url format.": "Yanl\u0131\u015f url format\u0131.", + "Increase indent": "Girintiyi artt\u0131r", + "Individual Exceptions": "Bireysel \u0130stisnalar", + "Inheriting Student Visibility": "\u00d6\u011frenci G\u00f6r\u00fcn\u00fcrl\u00fc\u011f\u00fcn\u00fc Devralma", + "Inline": "Sat\u0131ri\u00e7i", + "Insert": "Ekle", + "Insert Hyperlink": "Web Ba\u011flant\u0131s\u0131 Girin", + "Insert Image (upload file or type URL)": "G\u00f6rsel belirle (dosya y\u00fckleyin veya URL girin)", + "Insert column after": "Sonra s\u00fctun ekle", + "Insert column before": "\u00d6nce s\u00fctun ekle", + "Insert date/time": "Tarih/zaman ekle", + "Insert image": "G\u00f6rsel ekle", + "Insert link": "Ba\u011flant\u0131 ekle", + "Insert row after": "Sonra sat\u0131r ekle", + "Insert row before": "\u00d6nce sat\u0131r ekle", + "Insert table": "Tablo ekle", + "Insert template": "\u015eablon ekle", + "Insert video": "Video ekle", + "Insert/Edit Image": "G\u00f6rsel Ekle/D\u00fczenle", + "Insert/edit image": "G\u00f6rsel ekle/d\u00fczenle", + "Insert/edit link": "Ba\u011flant\u0131 ekle/d\u00fczenle", + "Insert/edit video": "Video ekle/d\u00fczenle", + "Instructor Biography": "E\u011fitmenin Biyografisi", + "Instructor Name": "E\u011fitmen Ad\u0131", + "Instructor Photo": "E\u011fitmen Foto\u011fraf\u0131", + "Instructor Photo URL": "E\u011fitmen Foto\u011fraf URL", + "Instructor Title": "E\u011fitmenin \u00fcnvan\u0131", + "Instructor tools": "E\u011fitmen ara\u00e7lar\u0131", + "Internal Server Error.": "Sunucu Hatas\u0131", + "Introduction to Cookie Baking": "\u00c7erez Pi\u015firmeye Giri\u015f", + "Invalid email address: {email}": "Ge\u00e7ersiz e-posta adresi: {email}", + "Invalidate Certificate": "Sertifikay\u0131 Ge\u00e7ersizle\u015ftir", + "Invalidated": "Ge\u00e7ersizle\u015ftirildi", + "Invalidated By": "Ge\u00e7ersizle\u015ftiren", + "Is Sample Attempt": "Bir \u00d6rnek Denemedir", + "Is Visible To:": "\u015eu Ki\u015filere G\u00f6r\u00fcn\u00fcyor:", + "Is this OK?": "Bu tamam m\u0131?", + "Is your name on your ID readable?": "Kimli\u011finiz \u00fczerindeki ad\u0131n\u0131z okunakl\u0131 m\u0131?", + "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "D\u00f6rt ya da daha az say\u0131da imzac\u0131 kullanman\u0131z tavsiye edilir. daha fazla say\u0131da imza kullanmak durumundaysan\u0131z, Yazd\u0131rma \u00d6nizleme ile sertifikan\u0131z\u0131n d\u00fczg\u00fcn g\u00f6r\u00fcnece\u011finden emin olun.", + "Italic": "\u0130talik", + "Italic (Ctrl+I)": "\u0130talik (Ctrl+I)", + "January": "Ocak", + "Join Team": "Tak\u0131ma Kat\u0131l", + "Joined": "Kat\u0131ld\u0131", + "Joined %(date)s": "Kat\u0131ld\u0131 %(date)s", + "Joined Date": "Kat\u0131lma Tarihi", + "July": "Temmuz", + "June": "Haziran", + "Justify": "Yasl\u0131", + "KB": "KB", + "Key should only contain letters, numbers, _, or -": "Anahtar sadece harf, say\u0131, _ veya - i\u00e7ermelidir", + "Keywords": "Anahtar kelimeler", + "LEARN MORE": "AYRINTILI B\u0130LG\u0130", + "Language": "Dil", + "Large": "Geni\u015f", + "Last Activity %(date)s": "Son Faaliyet %(date)s", + "Last Edited:": "Son D\u00fczenleme:", + "Last Updated": "Son G\u00fcncelleme", + "Last activity {date}": "Son faaliyet {date}", + "Last modified by": "Son g\u00fcncelleyen ", + "Last published %(last_published_date)s by %(publish_username)s": "%(publish_username)s taraf\u0131ndan son yay\u0131nlanan %(last_published_date)s", + "Last updated": "Son g\u00fcncelleme", + "Learn More": "Daha Fazlas\u0131n\u0131 \u00d6\u011fren", + "Learn more about {license_name}": "{license_name} hakk\u0131nda daha fazla \u00f6\u011fren", + "Learners are added to this cohort automatically.": "\u00d6\u011frenciler toplulu\u011fa otomatik olarak eklendiler.", + "Learners are added to this cohort only when you provide their email addresses or usernames on this page.": "\u00d6\u011frenciler bu toplulu\u011fa sadece siz onlar\u0131n e-postalar\u0131n\u0131 veya kullan\u0131c\u0131 adlar\u0131n\u0131 sa\u011flad\u0131\u011f\u0131n\u0131z zaman eklenecektir.", + "Learners do not see the subsection in the course outline. The subsection is not included in grade calculations.": "\u00d6\u011frenciler ders plan\u0131nda altb\u00f6l\u00fcm\u00fc g\u00f6rm\u00fcyor. Altb\u00f6l\u00fcm not hesaplamalar\u0131nda yer alm\u0131yor.", + "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the course end date has passed.": "\u00d6\u011frenciler de\u011ferlendirmedeki cevaplar\u0131n\u0131n do\u011fru ya da yanl\u0131\u015f olup olmad\u0131\u011f\u0131n\u0131, hatta ald\u0131klar\u0131 notu dersin biti\u015f tarihine dek g\u00f6remezler.", + "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the due date for the subsection has passed.": "\u00d6\u011frenciler de\u011ferlendirmedeki cevaplar\u0131n\u0131n do\u011fru ya da yanl\u0131\u015f olup olmad\u0131\u011f\u0131n\u0131, hatta ald\u0131klar\u0131 notu altb\u00f6l\u00fcm\u00fcn biti\u015f tarihi ge\u00e7inceye dek g\u00f6remezler.", + "Learners never see whether their answers to assessments are correct or incorrect, nor the score received.": "\u00d6\u011frenciler de\u011ferlendirmedeki cevaplar\u0131n\u0131n do\u011fru ya da yanl\u0131\u015f olup olmad\u0131\u011f\u0131n\u0131 ya da not al\u0131p almad\u0131klar\u0131n\u0131 g\u00f6remezler.", + "Learners see the published subsection and can access its content.": "\u00d6\u011frenciler yay\u0131nlanm\u0131\u015f altb\u00f6l\u00fcm\u00fc g\u00f6rebilir ve i\u00e7eri\u011fine eri\u015febilir.", + "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "Onaya ihtiyac\u0131 olan \u00f6\u011frenciler \u00fcnitenin i\u00e7eri\u011fini g\u00f6rmek i\u00e7in se\u00e7ili olan kontrol noktas\u0131n\u0131 ge\u00e7melidir. Onaya ihtiyac\u0131 olmayan \u00f6\u011frenciler bu i\u00e7eri\u011fi varsay\u0131lan olarak g\u00f6r\u00fcrler.", + "Learning Outcome": "\u00d6\u011frenme \u00c7\u0131kt\u0131s\u0131", + "Leave Current Session": "Mevcut Oturumu Terket", + "Leave Team": "Tak\u0131mdan Ayr\u0131l", + "Leave the current session and decide later": "\u015eu anki oturumdan ayr\u0131l ve daha sonra karar ver.", + "Leave this team?": "Bu tak\u0131mdan ayr\u0131l?", + "Left": "Sol", + "Left to right": "Soldan sa\u011fa", + "Legal name": "Yasal ad", + "Less": "Daha Az", + "Library User": "K\u00fct\u00fcphane Kullan\u0131c\u0131s\u0131", + "License Display": "Lisans Ekran\u0131", + "License Type": "Lisans Tipi", + "Limit Access": "Eri\u015fimi K\u0131s\u0131tla", + "Limited Profile": "K\u0131s\u0131tl\u0131 Profil", + "Link Description": "Ba\u011flant\u0131 tan\u0131m\u0131", + "Link Your Account": "Hesab\u0131n\u0131z\u0131 Ba\u011flay\u0131n", + "Link types should be unique.": "Ba\u011flant\u0131 tipleri tekil olmal\u0131d\u0131r.", + "Link your {accountName} account": "{accountName} hesab\u0131n\u0131z\u0131 ba\u011flay\u0131n", + "Link your {accountName} account to your {platformName} account and use {accountName} to sign in to {platformName}.": "{accountName} hesab\u0131n\u0131z\u0131 {platformName} hesab\u0131n\u0131za ba\u011flay\u0131n ve {platformName} platformuna giri\u015f yapmak i\u00e7in {accountName} hesab\u0131n\u0131z\u0131 kullan\u0131n.", + "Linked Accounts": "Ba\u011flant\u0131l\u0131 Hesaplar", + "Linking": "Ba\u011flama", + "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "Linkler talep geldi\u011finde olu\u015fturulur ve \u00f6\u011frenci bilgilerinin hassas durumu nedeniyle 5 dakika i\u00e7inde zaman a\u015f\u0131m\u0131na u\u011frar.", + "Links should be unique.": "Ba\u011flant\u0131lar tekil olmal\u0131d\u0131r.", + "List item": "Liste maddesi", + "List of Open Assessments is unavailable": "A\u00e7\u0131k De\u011ferlendirmeler Listesi mevcut de\u011fil", + "List of uploaded files and assets in this course": "Bu ders i\u00e7in y\u00fcklenen dosya ve materyallerin listesi", + "Live view of webcam": "Web kameran\u0131z\u0131n canl\u0131 g\u00f6r\u00fcnt\u00fcs\u00fc", + "Load Another File": "Ba\u015fka Bir Dosya Y\u00fckle", + "Load all responses": "B\u00fct\u00fcn cevaplar\u0131 y\u00fckle", + "Load next {numResponses} responses": "Sonraki {numResponses} cevap y\u00fckleniyor", + "Loading": "Y\u00fckl\u00fcyor...", + "Loading content": "\u0130\u00e7erik y\u00fckleniyor", + "Loading data...": "Veri y\u00fckleniyor...", + "Loading more threads": "Daha fazla ileti dizisi y\u00fckl\u00fcyor", + "Loading posts list": "\u0130leti listesi y\u00fckleniyor", + "Loading your courses": "Dersleriniz y\u00fckleniyor", + "Location": "Yer", + "Location in Course": "Dersteki Konum", + "Lock this asset": "Bu veriyi kitle", + "Lock/unlock file": "Dosyay\u0131 Kitle/Kilidi Kald\u0131r", + "Loud": "Y\u00fcksek sesli", + "Low": "D\u00fc\u015f\u00fck", + "Lower Alpha": "K\u00fc\u00e7\u00fck Harfler", + "Lower Greek": "K\u00fc\u00e7\u00fck Grek Harfleri", + "Lower Roman": "K\u00fc\u00e7\u00fck Roma Harfleri", + "MB": "MB", + "Make Visible to Students": "\u00d6\u011frencilere G\u00f6r\u00fcn\u00fcr Yap", + "Make sure that the full name on your account matches the name on your ID.": "L\u00fctfen hesab\u0131n\u0131zdaki tam isminizle kimli\u011finizde yaz\u0131l\u0131 ad\u0131n\u0131z\u0131n ayn\u0131 oldu\u011fundan emin olun.", + "Make sure we can verify your identity with the photos and information you have provided.": "L\u00fctfen kimli\u011finizi sa\u011flam\u0131\u015f oldu\u011funuz foto\u011fraflar ve bilgiler ile onaylayabilece\u011fimizden emin olun.", + "Make sure your ID is well-lit": "Kimlik kart\u0131n\u0131z\u0131n iyi ayd\u0131nlat\u0131ld\u0131\u011f\u0131na emin olun", + "Make sure your face is well-lit": "Y\u00fcz\u00fcn\u00fcz\u00fcn iyi ayd\u0131nlat\u0131ld\u0131\u011f\u0131na emin olunuz", + "Make this subsection available as a prerequisite to other content": "Bu alt b\u00f6l\u00fcm\u00fc di\u011fer k\u0131s\u0131mlar i\u00e7in \u00f6nceden al\u0131nmas\u0131 gerekli olarak d\u00fczenle", + "Making Visible to Students": "\u00d6\u011frencilere G\u00f6r\u00fcn\u00fcr Yapma", + "Manage": "Y\u00f6net", + "Manage Learners": "\u00d6\u011frencileri Y\u00f6net", + "Manual": "El ile", + "March": "Mart", + "Mark Exam As Completed": "S\u0131nav\u0131 Tamamland\u0131 Olarak \u0130\u015faretle", + "Mark enrollment code as unused": "Kay\u0131tlanma kodunu kullan\u0131lmayan olarak i\u015faretle", + "Markdown Editing Help": "Markdown \u0130\u015faretleme Dili Yard\u0131m\u0131", + "Masters": "Y\u00fcksek Lisanslar", + "Match case": "B\u00fcy\u00fck k\u00fc\u00e7\u00fck harfe duyarl\u0131", + "Max file size exceeded": "Maksimum dosya boyutu a\u015f\u0131ld\u0131", + "Maximum": "Maksimum", + "Maximum file size: {maxFileSize} GB": "Maksimum dosya boyutu: {maxFileSize} GB", + "May": "May\u0131s", + "Membership": "\u00dcyelik", + "Merge cells": "H\u00fccreleri birle\u015ftir", + "Message:": "Mesaj:", + "MicroMasters": "MicroMaster Programlar\u0131", + "Middle": "Orta", + "Midnight": "Geceyar\u0131s\u0131", + "Minimum Completion:": "Minimum Tamamlama:", + "Minimum Score:": "Minimum Skor:", + "Module state successfully deleted.": "Mod\u00fcl durumu ba\u015far\u0131yla silindi.", + "More": "Daha Fazlas\u0131", + "More sessions coming soon": "Yeni oturumlar yak\u0131nda geliyor. ", + "More sessions coming soon.": "Yeni oturumlar yak\u0131nda geliyor.", + "Move": "Ta\u015f\u0131", + "Move cancelled. \"{sourceDisplayName}\" has been moved back to its original location.": "Ta\u015f\u0131ma iptal edildi. \"{sourceDisplayName}\" ilk konumuna geri ta\u015f\u0131nd\u0131.", + "Move: {displayName}": "Ta\u015f\u0131: {displayName}", + "Moving": "Ta\u015f\u0131n\u0131yor", + "Must be a Staff User to Perform this request.": "Bu iste\u011fi kar\u015f\u0131layabilmek i\u00e7in Personel Kullan\u0131c\u0131s\u0131 olman\u0131z gerekiyor.", + "Must complete verification checkpoint": "Do\u011frulama kontrol noktas\u0131 tamamlanmal\u0131", + "Mute": "Sessiz", + "Muted": "Sessizde", + "My Orders": "Sipari\u015flerim", + "My Team": "Tak\u0131m\u0131m", + "N/A": "N/A", + "Name": "\u0130sim", + "Name ": "\u0130sim", + "Name of the certificate": "Sertifikan\u0131n ad\u0131", + "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "\u00d6\u011frencilerin atanaca\u011f\u0131 gruplar\u0131n ismi. \u00d6rnek olarak, Kontrol, Video, Problemler. \u0130ki ya da daha fazla grubunuz olmal\u0131d\u0131r.", + "Name of the signatory": "\u0130mza sahibinin ad\u0131", + "Name or short description of the configuration": "Yap\u0131land\u0131rman\u0131n ad\u0131 ya da k\u0131sa a\u00e7\u0131klamas\u0131", + "Navigate up": "Yukar\u0131 git", + "Need help logging in?": "Oturum a\u00e7mak i\u00e7in yard\u0131ma m\u0131 ihtiyac\u0131n\u0131z var?", + "Needs verified certificate ": "Onayl\u0131 sertifika gerekiyor", + "Never published": "Hi\u00e7 yay\u0131nlanmad\u0131", + "Never show assessment results": "De\u011ferlendirme sonu\u00e7lar\u0131n\u0131 asla g\u00f6sterme", + "New %(item_type)s": "Yeni %(item_type)s", + "New Address": "Yeni Adres", + "New Password": "Yeni Parola", + "New document": "Yeni belge", + "New enrollment mode:": "Yeni kay\u0131t t\u00fcr\u00fc:", + "New window": "Yeni pencere", + "New {component_type}": "Yeni {component_type}", + "Next": "Sonraki", + "Next Step: Confirm your identity": "Sonraki Ad\u0131m: Kimli\u011finizi do\u011frulay\u0131n", + "Next: %(nextStepTitle)s": "\u0130leri: %(nextStepTitle)s", + "No Content Group": "\u0130\u00e7erik Grubu Yok", + "No Derivatives": "T\u00fcretilemez", + "No EdX Timed Transcript": "EdX Zamanlanm\u0131\u015f Altyaz\u0131s\u0131 Yok", + "No Flash Detected": "Flash Bulunamad\u0131", + "No Timed Transcript": "Zamanlanm\u0131\u015f Altyaz\u0131 Yok", + "No Webcam Detected": "Web Kameras\u0131 Bulunamad\u0131", + "No color": "Renk yok", + "No content-specific discussion topics exist.": "\u0130\u00e7erik yok- belirli tart\u0131\u015fma konular\u0131 mevcut", + "No description available": "A\u00e7\u0131klama Yok", + "No posts matched your query.": "Sorgunuzla e\u015fle\u015fen g\u00f6nderiler bulunamad\u0131.", + "No prerequisite": "\u00d6nko\u015fullu olmayan", + "No receipt available": "Fatura bulunamad\u0131", + "No results": "Sonu\u00e7 yok", + "No results found for \"%(query_string)s\". Please try searching again.": "\"%(query_string)s\" i\u00e7in sonu\u00e7 bulunamad\u0131. L\u00fctfen tekrar aramay\u0131 deneyiniz.", + "No results found for {original_query}. Showing results for {suggested_query}.": "{original_query} sorgusu i\u00e7in sonu\u00e7 bulunamad\u0131. {suggested_query} i\u00e7in sonu\u00e7lar g\u00f6steriliyor.", + "No tasks currently running.": "Hi\u00e7bir g\u00f6rev \u015fu anda \u00e7al\u0131\u015fm\u0131yor.", + "No transcript uploaded.": "Herhangi bir altyaz\u0131 y\u00fcklenmedi.", + "No validation is performed on policy keys or value pairs. If you are having difficulties, check your formatting.": "Politika anahtar\u0131 ve de\u011fer \u00e7iftlerinin uygunlu\u011fu hen\u00fcz do\u011frulanmam\u0131\u015ft\u0131r. Sorun ya\u015f\u0131yorsan\u0131z, veri bi\u00e7imlemenizi kontrol edin.", + "Nonbreaking space": "B\u00f6l\u00fcnemez bo\u015fluk", + "Noncommercial": "Ticari olmayan", + "None": "Hi\u00e7biri", + "Noon": "\u00d6\u011fle", + "Not Currently Available": "Hen\u00fcz Kullan\u0131labilir De\u011fil", + "Not Graded": "Notland\u0131r\u0131lmad\u0131", + "Not Selected": "Se\u00e7ilmedi", + "Not Supported": "Desteklenmiyor", + "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "%(minimum_grade_cutoff)s% 'dan d\u00fc\u015f\u00fck ge\u00e7er not ayarlanamaz.", + "Not available": "Kullan\u0131labilir de\u011fil", + "Not divided": "B\u00f6l\u00fcnmemi\u015f", + "Not in Use": "Kullan\u0131mda De\u011fil", + "Not selected": "Se\u00e7ilmedi", + "Not specific to a course": "Bir derse \u00f6zel de\u011fil", + "Not yet": "Hen\u00fcz de\u011fil", + "Note": "Not", + "Note: Do not hide graded assignments after they have been released.": "Not: Notland\u0131r\u0131lm\u0131\u015f g\u00f6revleri yay\u0131nland\u0131ktan sonra gizlemeyin.", + "Note: Learners can be in only one cohort. Adding learners to this group overrides any previous group assignment.": "Not: \u00d6\u011frenciler sadece bir toplulukta olabilir. Bu gruba \u00f6\u011frenci eklemek daha \u00f6nceki gruplara kat\u0131l\u0131m\u0131 ge\u00e7ersiz k\u0131lacakt\u0131r.", "Note: You are %s hour ahead of server time.": [ - "Not: Sunucu saatinin %s saat ilerisindesiniz.", + "Not: Sunucu saatinin %s saat ilerisindesiniz.", "Not: Sunucu saatinin %s saat ilerisindesiniz." - ], + ], "Note: You are %s hour behind server time.": [ - "Not: Sunucu saatinin %s saat gerisindesiniz.", + "Not: Sunucu saatinin %s saat gerisindesiniz.", "Not: Sunucu saatinin %s saat gerisindesiniz." - ], - "Noted in:": "Not Al\u0131nd\u0131:", - "Notes": "Notlar", - "Notes hidden": "Gizlenmi\u015f notlar", - "Notes visible": "G\u00f6r\u00fcn\u00fcr notlar", - "November": "Kas\u0131m", - "Now": "\u015eimdi", - "Number Sent": "G\u00f6nderim Say\u0131s\u0131", - "Number of Droppable": "At\u0131labilir Olanlar\u0131n Say\u0131s\u0131", - "Number of Students": "\u00d6\u011frencilerin Say\u0131s\u0131", - "Numbered List (Ctrl+O)": "Numaral\u0131 Liste (Ctrl+O)", - "Numbered list": "Numaral\u0131 liste", - "OK": "Tamam", - "ORDER NAME": "S\u0130PAR\u0130\u015e ADI", - "ORDER NUMBER": "S\u0130PAR\u0130\u015e NO", - "ORDER PLACED": "S\u0130PAR\u0130\u015e VER\u0130LD\u0130", - "October": "Ekim", - "Ok": "Tamam", - "Once in position, use the camera button {icon} to capture your ID": "Kimli\u011finizi kameraya do\u011fru bir \u015fekilde tuttuktan sonra, kamera d\u00fc\u011fmesine {icon} basarak foto\u011fraf\u0131n\u0131 \u00e7ekin", - "Once in position, use the camera button {icon} to capture your photo": "Y\u00fcz\u00fcn\u00fcz \u00e7er\u00e7evenin i\u00e7indeyken, kamera d\u00fc\u011fmesine {icon} basarak foto\u011fraf\u0131n\u0131z\u0131 \u00e7ekin", - "Once your account is deleted, you cannot use it to take courses on the edX app, edx.org, or any other site hosted by edX. This includes access to edx.org from your employer\u2019s or university\u2019s system and access to private sites offered by MIT Open Learning, Wharton Executive Education, and Harvard Medical School.": "Hesab\u0131n\u0131z bir kere silindi\u011finde, edX uygulamas\u0131, edx.org ya da edX taraf\u0131ndan bar\u0131nd\u0131r\u0131lan siteden ders alamazs\u0131n\u0131z. Buna; i\u015fvereninizin veya \u00fcniversitenin sisteminden edx.org'a eri\u015fim ve MIT Open Learning, Wharton Executive Education ve Harvard Medical School taraf\u0131ndan sunulan \u00f6zel sitelere eri\u015fim d\u00e2hildir.", - "One or more rescheduling tasks failed.": "Bir veya daha fazla yeniden zamanlama g\u00f6revi ba\u015far\u0131s\u0131z oldu.", - "Only <%= fileTypes %> files can be uploaded. Please select a file ending in <%= fileExtensions %> to upload.": "Sadece <%= fileTypes %> dosya uzant\u0131lar\u0131n\u0131 y\u00fckleyebilirsiniz. L\u00fctfen sonunda <%= fileExtensions %> uzant\u0131s\u0131 olan bir dosya y\u00fckleyin.", - "Only properly formatted .csv files will be accepted.": "Sadece d\u00fczg\u00fcn formatlanm\u0131\u015f .csv dosyalar\u0131 kabul edilecek.", - "Open Calculator": "Hesap Makinesini A\u00e7", - "Open language menu": "Dil men\u00fcs\u00fcn\u00fc a\u00e7\u0131n", - "Open the certificate you earned for the %(title)s program.": "%(title)s program\u0131nda hak kazand\u0131\u011f\u0131n\u0131z sertifikay\u0131 a\u00e7\u0131n.", - "Open/download this file": "Bu dosyay\u0131 A\u00e7/\u0130ndir", - "OpenAssessment Save Error": "A\u00e7\u0131kDe\u011ferlendirme Kay\u0131t Hatas\u0131", - "Option Deleted": "Se\u00e7enek Silindi", - "Optional Characteristics": "\u0130ste\u011fe Ba\u011fl\u0131 \u00d6zellikler", - "Optional long description": "\u0130ste\u011fe Ba\u011fl\u0131 Uzun A\u00e7\u0131klama", - "Optionally, link your personal accounts to the social media icons on your edX profile.": "\u0130ste\u011fe ba\u011fl\u0131 olarak, edX profilinizde sosyal medya hesap ba\u011flant\u0131lar\u0131n\u0131za yer verebilirsiniz.", - "Options for {license_name}": "{license_name} i\u00e7in se\u00e7enekler", - "Order Details": "Sipari\u015f Detaylar\u0131", - "Order History": "Sipari\u015f Ge\u00e7mi\u015fi", - "Order No.": "Sipari\u015f No.", - "Order Number": "Sipari\u015f numaras\u0131", - "Organization": "Kurulu\u015f", - "Organization ": "Organizasyon", - "Organization Name": "Organizasyon Ad\u0131", - "Organization of the signatory": "\u0130mza sahibinin organizasyonu", - "Organization:": "Kurum:", - "Other": "Di\u011fer", - "Overall Score": "Toplam Skor", - "PDF Chapters": "PDF B\u00f6l\u00fcmleri", - "Page break": "Sayfa sonu", - "Page number out of %(total_pages)s": "Sayfa numaras\u0131, mevcut %(total_pages)s sayfa say\u0131s\u0131yla uyumsuz", - "Pagination": "Sayfaland\u0131r\u0131c\u0131", - "Paragraph": "Paragraf", - "Passed Proctoring": "Ba\u015far\u0131l\u0131 G\u00f6zetmenli S\u0131nav", - "Password": "Parola", - "Password Status": "Parola Durumu", - "Password assistance": "Parola Hat\u0131rlatma", - "Password is incorrect": "Parola hatal\u0131", - "Passwords do not match.": "Parolalar e\u015fle\u015fmiyor.", - "Paste": "Yap\u0131\u015ft\u0131r", - "Paste as text": "Metin olarak yap\u0131\u015ft\u0131r", - "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Yap\u0131\u015ft\u0131rma \u015fimdi d\u00fcz metin modunda. Siz bu se\u00e7ene\u011fi kapatana kadar i\u00e7erikler d\u00fcz metin olarak kaydedilecek.", - "Paste row after": "Sonra sat\u0131r yap\u0131\u015ft\u0131r", - "Paste row before": "\u00d6nce sat\u0131r yap\u0131\u015ft\u0131r", - "Paste your embed code below:": "Yerle\u015ftirme kodunuzu a\u015fa\u011f\u0131ya yap\u0131\u015ft\u0131r\u0131n:", - "Path to Signature Image": "\u0130mza G\u00f6r\u00fcnt\u00fcs\u00fcne Olan Yol", - "Pause": "Duraklat", - "Peer": "Ki\u015fi", - "Pending Session Review": "Bekleyen Oturum \u0130ncelemesi", - "Photo": "Foto\u011fraf", - "Photo Captured successfully.": "Foto\u011fraf ba\u015far\u0131yla yakaland\u0131.", - "Photo ID": "Foto\u011frafl\u0131 Kimlik", - "Photo Identification": "Foto\u011frafl\u0131 Kimlik", - "Photo of %(fullName)s": "%(fullName)s'in foto\u011fraf\u0131", - "Photo of %(fullName)s's ID": "%(fullName)s'in Foto\u011frafl\u0131 Kimli\u011fi ", - "Photo requirements:": "Foto\u011fraf gereklilikleri:", - "Photos don't meet the requirements?": "Foto\u011fraflar gereksinimleri kar\u015f\u0131l\u0131yor mu?", - "Placeholder": "Yer tutucu", - "Play": "Oynat", - "Play video": "Videoyu oynat", - "Please Note": "L\u00fctfen Bildirin", - "Please add a photo of the instructor (Note: only JPEG or PNG format supported)": "E\u011fitmenin foto\u011fraf\u0131n\u0131 l\u00fctfen ekleyin (Not: Sadece JPEG ya da PNG destekleniyor)", - "Please add at least one chapter": "L\u00fctfen en az bir b\u00f6l\u00fcm ekleyin", - "Please add the institute where the instructor is associated": "L\u00fctfen e\u011fitmenin ba\u011fl\u0131 oldu\u011fu enstit\u00fc/b\u00f6l\u00fcm\u00fcn bilgisini ekleyin", - "Please add the instructor's biography": "L\u00fctfen e\u011fitmenin biyografisini ekleyin", - "Please add the instructor's name": "L\u00fctfen e\u011fitmen ad\u0131n\u0131 ekleyin", - "Please add the instructor's title": "L\u00fctfen e\u011fitmenin \u00fcnvan\u0131n\u0131 ekleyin", - "Please address the errors on this page first, and then save your progress.": "\u00d6ncelikle l\u00fctfen sayfadaki hatalar\u0131 yaz\u0131n\u0131z. Sonra kaydedebilirsiniz.", - "Please check the following validation feedbacks and reflect them in your course settings:": "L\u00fctfen a\u015fa\u011f\u0131daki onay geri bildirimlerini kontrol edin ve bunu ders ayarlar\u0131n\u0131za yans\u0131t\u0131n:", - "Please correct the outlined fields.": "L\u00fctfen alt\u0131 \u00e7izili alanlar\u0131 d\u00fczeltin.", - "Please describe this image or agree that it has no contextual value by checking the checkbox.": "L\u00fctfen bu g\u00f6rseli tan\u0131mlay\u0131n ya da onay kutucu\u011funa t\u0131klayarak a\u00e7\u0131klay\u0131c\u0131 bir bilginin bulunmad\u0131\u011f\u0131n\u0131 do\u011frulay\u0131n.", - "Please do not use any spaces in this field.": "L\u00fctfen bu alanda bo\u015fluk kullanmay\u0131n\u0131z.", - "Please do not use any spaces or special characters in this field.": "L\u00fctfen bu alanda bo\u015fluk ya da herhangi bir \u00f6zel karakter kullanmay\u0131n\u0131z.", - "Please enter a problem location.": "L\u00fctfen bir hata konumu giriniz.", - "Please enter a score.": "L\u00fctfen bir not girin.", - "Please enter a student email address or username.": "L\u00fctfen \u00f6\u011frenci e-posta adresini veya kullan\u0131c\u0131 ad\u0131n\u0131 giriniz.", - "Please enter a term in the {anchorStart} search field{anchorEnd}.": "L\u00fctfen {anchorStart}arama kutucu\u011funa{anchorEnd} d\u00f6nemi girin.", - "Please enter a username or email.": "L\u00fctfen kullan\u0131c\u0131 ad\u0131 veya e-posta adresi girin.", - "Please enter a valid donation amount.": "L\u00fctfen ge\u00e7erli ba\u011f\u0131\u015f miktar\u0131 giriniz.", - "Please enter an integer between %(min)s and %(max)s.": "%(min)s ve %(max)s aras\u0131nda say\u0131sal bir de\u011fer giriniz.", - "Please enter an integer between 0 and 100.": "0 ve 100 aras\u0131 bir say\u0131 giriniz.", - "Please enter an integer greater than 0.": "L\u00fctfen 0'dan b\u00fcy\u00fck bir tamsay\u0131 giriniz.", - "Please enter non-negative integer.": "L\u00fctfen negatif olmayan tamsay\u0131 giriniz.", - "Please enter valid start date and time.": "L\u00fctfen ge\u00e7erli bir ba\u015flang\u0131\u00e7 tarihi ve saati girin.", - "Please enter your %(field)s.": "L\u00fctfen %(field)s bilgisini girin.", - "Please fix the following errors:": "L\u00fctfen bu hatalar\u0131 \u00e7\u00f6z\u00fcn:", - "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "L\u00fctfen y\u00f6nergeleri takip ederek dosyan\u0131z\u0131 ba\u015fka bir yere y\u00fckleyin ve ve sadece dosyaya eri\u015fim i\u00e7in kullan\u0131labilecek ba\u011flant\u0131 adresini buraya y\u00fckleyin: {maxFileSizeRedirectUrl}", - "Please note: Deletion of your account and personal data is permanent and cannot be undone. EdX will not be able to recover your account or the data that is deleted.": "L\u00fctfen dikkate al\u0131n: Hesab\u0131n\u0131z\u0131n ve ki\u015fisel verilerinizin silinmesi kal\u0131c\u0131 olup, sonradan geri d\u00f6nd\u00fcr\u00fclemez. edX silinen hesap ya da verilerinizi hi\u00e7bir \u015fekilde geri getiremez.", - "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "L\u00fctfen kay\u0131tlar\u0131n\u0131z i\u00e7in bu sayfan\u0131n \u00e7\u0131kt\u0131s\u0131n\u0131 fatura olarak al\u0131n. Ayn\u0131 bilgileri i\u00e7eren bir de e-posta alacaks\u0131n\u0131z.", - "Please provide a description of the link destination.": "L\u00fctfen ba\u011flant\u0131 konumuna dair bir a\u00e7\u0131klama yaz\u0131n.", - "Please provide a valid URL.": "L\u00fctfen ge\u00e7erli bir URL belirtin.", - "Please re-enter your password.": "L\u00fctfen parolan\u0131z\u0131 yeniden girin.", - "Please select a PDF file to upload.": "L\u00fctfen y\u00fcklemek i\u00e7in PDF dosyas\u0131 se\u00e7iniz.", - "Please select a file in .srt format.": "L\u00fctfen .srt format\u0131nda bir dosya se\u00e7iniz.", - "Please specify a reason.": "L\u00fctfen bir neden belirtin.", - "Please verify that you have uploaded a valid image (PNG and JPEG).": "L\u00fctfen ge\u00e7erli bir g\u00f6r\u00fcnt\u00fc (PNG veya JPEG) y\u00fckledi\u011finizi do\u011frulay\u0131n.", - "Please verify that your webcam is connected and that you have allowed your browser to access it.": "L\u00fctfen web kameran\u0131z\u0131n ba\u011fl\u0131 oldu\u011funu ve taray\u0131c\u0131n\u0131z\u0131n eri\u015fime izni oldu\u011funu do\u011frulay\u0131n.", - "Please wait": "L\u00fctfen bekleyin", - "Plugins": "Eklentiler", - "Post": "G\u00f6nderi", - "Poster": "Poster", - "Practice Exam Completed": "Al\u0131\u015ft\u0131rma S\u0131nav\u0131 Tamamland\u0131", - "Practice Exam Failed": "Al\u0131\u015ft\u0131rma S\u0131nav\u0131 Ba\u015far\u0131s\u0131z", - "Practice Proctored": "G\u00f6zetmenli Uygula", - "Practice proctored Exam": "G\u00f6zetmenli S\u0131nav\u0131 Uygula", - "Pre": "\u00d6n", - "Preferred Language": "Tercih Edilen Dil", - "Preformatted": "\u00d6nceden bi\u00e7imlendirilmi\u015f", - "Prerequisite:": "\u00d6nko\u015ful:", - "Prerequisite: %(prereq_display_name)s": "\u00d6n gereklilik: %(prereq_display_name)s", - "Press Add to language": "Dil Eklemek i\u00e7in Ekle'ye T\u0131kla", - "Press Remove to remove language": "Dili kald\u0131rmak i\u00e7in l\u00fctfen \"Kald\u0131r\"a t\u0131klay\u0131n", - "Press UP to enter the speed menu then use the UP and DOWN arrow keys to navigate the different speeds, then press ENTER to change to the selected speed.": "H\u0131z men\u00fcs\u00fcne girmek i\u00e7in YUKARI tu\u015funa bas\u0131n, farkl\u0131 h\u0131zlarda gezinmek i\u00e7in YUKARI ve A\u015eA\u011eI ok tu\u015flar\u0131n\u0131 kullan\u0131n, se\u00e7ilen h\u0131z\u0131 de\u011fi\u015ftirmek i\u00e7inse G\u0130R\u0130\u015e d\u00fc\u011fmesine bas\u0131n.", - "Press change to change selected transcript provider.": "Se\u00e7ili altyaz\u0131 sa\u011flay\u0131c\u0131s\u0131n\u0131 de\u011fi\u015ftirmek i\u00e7in De\u011fi\u015ftir'e t\u0131klay\u0131n.", - "Press close to hide course video settings": "Ders video ayarlar\u0131n\u0131 gizlemek i\u00e7in Kapat'a t\u0131klay\u0131n", - "Press discard changes to discard changes.": "De\u011fi\u015fiklikleri \u00e7\u0131kartmak i\u00e7in de\u011fi\u015fiklikleri \u00e7\u0131kart tu\u015funa bas\u0131n.", - "Press discard changes to discard your changes.": "De\u011fi\u015fikliklerinizi kald\u0131rmak i\u00e7in de\u011fi\u015fiklikleri \u00e7\u0131kart'a bas\u0131n.", - "Press the UP arrow key to enter the language menu then use UP and DOWN arrow keys to navigate language options. Press ENTER to change to the selected language.": "Dil men\u00fcs\u00fcne girmek i\u00e7in YUKARI ok tu\u015funa bas\u0131n, dil se\u00e7eneklerinde gezinmek i\u00e7inse YUKARI ve A\u015eA\u011eI ok tu\u015flar\u0131n\u0131 kullan\u0131n. Se\u00e7ilen dili belirlemek i\u00e7in G\u0130R\u0130\u015e tu\u015funa bas\u0131n.", - "Press update settings to update course video settings": "Ders video ayarlar\u0131n\u0131 g\u00fcncellemek i\u00e7in G\u00fcncelle'ye t\u0131klay\u0131n", - "Press update settings to update the information for your organization.": "Kurumunuz hakk\u0131ndaki bilgileri g\u00fcncelledikten sonra Ayarlar\u0131 G\u00fcncelle'ye t\u0131klay\u0131n.", - "Prev": "\u00d6nceki", - "Prevent students from generating certificates in this course?": "Bu dersteki \u00f6\u011frencilerin sertifika olu\u015fturmas\u0131n\u0131 engelle?", - "Preview": "\u00d6nizleme", - "Preview Certificate": "Sertifikay\u0131 \u00d6nizle", - "Preview of uploaded image": "Y\u00fcklenen g\u00f6rselin \u00f6nizlemesi", - "Preview this query": "Bu sorguyu \u00f6nizleyin", - "Previous": "\u00d6nceki", - "Previous Uploads": "\u00d6nceki Y\u00fcklemeler", - "Previous Uploads table has been updated.": "\u00d6nceki Y\u00fcklemeler tablosu g\u00fcncellendi.", - "Previously published": "Daha \u00f6nce yay\u0131nlanan", - "Print": "Yazd\u0131r", - "Processing Re-run Request": "Yeniden \u00c7al\u0131\u015ft\u0131rma \u0130ste\u011fi \u0130\u015fleniyor", - "Proctored": "G\u00f6zetmenli", - "Proctored Exam": "G\u00f6zetmenli S\u0131nav", - "Proctored Option Available": "G\u00f6zetmenli Se\u00e7enek Mevcut", - "Proctored Option No Longer Available": "G\u00f6zetmenli Se\u00e7enek Art\u0131k Mevcut De\u011fil", - "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.": "G\u00f6zetmenli s\u0131navlar zaman s\u0131n\u0131rl\u0131d\u0131r ve s\u0131nav s\u00fcresince \u00f6\u011frencileri videoya kaydeder. Bu videolar \u00f6\u011frencilerin s\u0131nav kurallar\u0131na uymalar\u0131n\u0131 belgeler.", - "Proctoring Session Results Update for {course_name} {exam_name}": "{course_name} dersi {exam_name} s\u0131nav\u0131 i\u00e7in G\u00f6zetmenli S\u0131nav Sonu\u00e7lar\u0131 G\u00fcncellemesi", - "Proctoring Settings": "G\u00f6zetmen Ayarlar\u0131", - "Product Name": "\u00dcr\u00fcn Ad\u0131", - "Professional Certificate for {courseName}": "{courseName} i\u00e7in Profesyonel Sertifika", - "Professional Education": "Profesyonel E\u011fitim", - "Professional Education Verified Certificate": "Profesyonel E\u011fitim Onayl\u0131 Sertifika", - "Profile": "Profil", - "Profile Image": "Profil Resmi", - "Profile Visibility:": "Profil G\u00f6r\u00fcn\u00fcrl\u00fc\u011f\u00fc:", - "Profile image for {username}": "{username} i\u00e7in profil resmi", - "Program Record": "Program Kayd\u0131", - "Promote another member to Admin to remove your admin rights": "Y\u00f6netici haklar\u0131n\u0131z\u0131 kald\u0131rmak i\u00e7in ba\u015fka bir y\u00f6netici tayin edin", - "Provisional": "Ge\u00e7ici", - "Provisionally Supported": "Ge\u00e7ici Destek", - "Publish": "Yay\u0131nla", - "Publish all unpublished changes for this {item}?": "Bu {item} \u00f6\u011fe i\u00e7in yap\u0131lan t\u00fcm yay\u0131nlanmam\u0131\u015f de\u011fi\u015fiklikler yay\u0131na al\u0131ns\u0131n m\u0131?", - "Publish {display_name}": "Yay\u0131nla {display_name}", - "Published (not yet released)": "Yay\u0131mland\u0131 (hen\u00fcz yay\u0131nlanmad\u0131)", - "Published and Live": "Yay\u0131nland\u0131 ve Canl\u0131", - "Publishing": "Yay\u0131nlama", - "Publishing Status": "Yay\u0131nlanma Durumu", - "Queued": "Kuyru\u011fa Al\u0131nd\u0131", - "REMAINING COURSES": "KALAN DERSLER", - "Re-run Course": "Dersi Yeniden \u00c7al\u0131\u015ft\u0131r", - "Read More": "Daha Fazlas\u0131 \u0130\u00e7in", - "Read more": "Daha fazlas\u0131", - "Ready To Start": "Ba\u015flamaya Haz\u0131r", - "Ready To Submit": "G\u00f6ndermeye Haz\u0131r", - "Reason": "Neden", - "Reason field should not be left blank.": "Sebep alan\u0131 bo\u015f b\u0131rak\u0131lmamal\u0131d\u0131r.", - "Reason for change:": "De\u011fi\u015fim nedeni:", - "Receive updates": "G\u00fcncellemeleri al", - "Recent Activity": "Son Etkinlik", - "Recommended image resolution is {imageResolution}, maximum image file size should be {maxFileSize} and format must be one of {supportedImageFormats}.": "Tavsiye edilen g\u00f6rsel \u00e7\u00f6z\u00fcn\u00fcrl\u00fc\u011f\u00fc {imageResolution}, maksimum g\u00f6rsel dosya boyutu {maxFileSize} ve {supportedImageFormats} formatlar\u0131ndan birisi olmal\u0131d\u0131r.", - "Recover my password": "Parolam\u0131 kurtar", - "Recovery Email Address": "Kurtarma E-posta Adresi", - "Redo": "Yinele", - "Redo (Ctrl+Shift+Z)": "Yeniden Yap (Ctrl+Shift+Z)", - "Redo (Ctrl+Y)": "Yeniden Yap (Ctrl+Y)", - "Regenerate": "Yeniden olu\u015ftur", - "Regenerate the user's certificate": "Kullan\u0131c\u0131n\u0131n sertifikas\u0131n\u0131 yeniden olu\u015ftur", - "Register with Institution/Campus Credentials": "Kurum / Kamp\u00fcs Kimlik Bilgileri ile Kay\u0131t", - "Rejected": "Reddedildi", - "Release Date and Time": "Yay\u0131m Tarih ve Zaman\u0131", - "Release Date:": "Yay\u0131m Tarihi:", - "Release Status:": "Yay\u0131n Durumu:", - "Release Time in UTC:": "UTC'de \u00e7\u0131k\u0131\u015f zaman\u0131:", - "Release:": "S\u00fcr\u00fcm:", - "Released:": "Yay\u0131nland\u0131:", - "Remaining": "Kalan", - "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "Kald\u0131rma devam ediyor. Hatalardan ka\u00e7\u0131nmak i\u00e7in, i\u015flem tamamlanana kadar bu sayfada kal\u0131n.", - "Remove": "Kald\u0131r", - "Remove Transcript": "Altyaz\u0131y\u0131 Kald\u0131r", - "Remove all": "T\u00fcm\u00fcn\u00fc kald\u0131r", - "Remove chapter %(chapterDisplayName)s": "B\u00f6l\u00fcm\u00fc kald\u0131r %(chapterDisplayName)s ", - "Remove file": "Dosya kald\u0131r", - "Remove from Invalidation Table": "Ge\u00e7ersizle\u015ftirme Tablosundan Kald\u0131r", - "Remove from List": "Listeden Kald\u0131r", - "Remove link": "Ba\u011flant\u0131y\u0131 kald\u0131r", - "Remove subsection %(subsectionDisplayName)s": "Altb\u00f6l\u00fcm\u00fc kald\u0131r %(subsectionDisplayName)s", - "Remove this team member?": "Bu tak\u0131m \u00fcyesini \u00e7\u0131kart?", - "Remove this video": "Bu videoyu kald\u0131r", - "Remove unit %(unitName)s": "Birimi kald\u0131r %(unitName)s", - "Remove {role} Access": "{role} Eri\u015fimini Kald\u0131r", - "Remove {video_name} video": "{video_name} isimli videoyu kald\u0131r", - "Removing": "Kald\u0131rma", - "Removing a video from this list does not affect course content. Any content that uses a previously uploaded video ID continues to display in the course.": "Bu listeden bir videoyu kald\u0131rmak ders i\u00e7eri\u011fini etkilemez. Ge\u00e7mi\u015fte y\u00fckl\u00fc olan video kimli\u011fini kullanan i\u00e7erikler derste g\u00f6sterilmeye devam edecek.", - "Replace": "\u00dcst\u00fcne yaz", - "Replace all": "T\u00fcm\u00fcn\u00fc de\u011fi\u015ftir", - "Replace with": "De\u011fi\u015ftir", - "Reply to Annotation": "\u0130pu\u00e7lar\u0131na Yan\u0131t Ver", - "Report abuse, topics, and responses": "\u0130hlalleri, konular\u0131 ve yan\u0131tlar\u0131 bildir", - "Requester": "\u0130steyen", - "Required": "Gerekli", - "Required field.": "Gerekli alan.", - "Rescore problem '<%- problem_id %>' for all students?": "T\u00fcm \u00f6\u011frenciler i\u00e7in '<%- problem_id %>' problemini yeniden notland\u0131r?", - "Reset My Password": "Parolam\u0131 S\u0131f\u0131rla", - "Reset Password": "Parola S\u0131f\u0131rla", - "Reset Your Password": "Parolan\u0131z\u0131 S\u0131f\u0131rlay\u0131n", - "Reset attempts for all students on problem '<%- problem_id %>'?": "'<%- problem_id %>' nolu problem i\u00e7in b\u00fct\u00fcn \u00f6\u011frencilerin denemelerini s\u0131f\u0131rla?", - "Responses could not be loaded. Refresh the page and try again.": "Cevaplar y\u00fcklenemedi. Sayfay\u0131 yenileyin ve tekrar deneyin.", - "Restore enrollment code": "Kay\u0131tlanma kodunu yeniden y\u00fckle", - "Restore last draft": "Son tasla\u011f\u0131 eski haline getir", - "Restrict access to:": "Eri\u015fim hakk\u0131n\u0131 k\u0131s\u0131tla:", - "Retake Photo": "Yeniden Foto\u011fraf \u00c7ek", - "Retake Your Photos": "Fotolar\u0131n\u0131z\u0131 Tekrar \u00c7ekiniz", - "Retrieving enrollment status...": "Kay\u0131tlanma durumu \u00e7ekiliyor...", - "Retry Verification": "Yeniden Do\u011frulama", - "Return and add email address": "Geri d\u00f6n ve e-posta adresi ekle", - "Return to Export": "D\u0131\u015fa Aktarmaya Geri D\u00f6n", - "Return to Your Dashboard": "Panele Geri D\u00f6n", - "Return to team listing": "Tak\u0131m listesine geri d\u00f6n", - "Review Policy Exception": "\u0130nceleme Politikas\u0131 \u0130stisnas\u0131", - "Review Rules": "Kurallar\u0131 G\u00f6zden Ge\u00e7ir", - "Review Your Photos": "Foto\u011fraf\u0131m\u0131 G\u00f6ster", - "Review your info": "Bilgilerinizi G\u00f6zden Ge\u00e7irin", - "Revoke access": "Eri\u015fimi yetkisini geri ver", - "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Zengin Metin Alan\u0131. Men\u00fc i\u00e7in ALT-F9'a bas\u0131n\u0131z. Ara\u00e7 \u00e7ubu\u011fu i\u00e7in ALT-F10'a bas\u0131n\u0131z. Yard\u0131m i\u00e7in ALT-0'a bas\u0131n\u0131z", - "Right": "Sa\u011f", - "Right to left": "Sa\u011fdan sola", - "Robots": "Robotlar", - "Role field should not be left unselected.": "Rol alan\u0131 se\u00e7ilmemi\u015f olmamal\u0131d\u0131r.", - "Row": "Sat\u0131r", - "Row group": "Sat\u0131r grubu", - "Row properties": "Sat\u0131r \u00f6zellikleri", - "Row type": "Sat\u0131r tipi", - "Rows": "Sat\u0131rlar", - "Save": "Kaydet", - "Save Changes": "De\u011fi\u015fikleri Kaydet", - "Save changes": "De\u011fi\u015fikleri kaydet", - "Saved cohort": "Kaydedilen topluluk", - "Saving": "Kaydediliyor", - "Saving your email preference": "E-posta tercihleriniz kaydediliyor", - "Saving...": "Kaydediliyor...", - "Scheduled:": "Planland\u0131:", - "Scope": "Faaliyet alan\u0131", - "Search": "Ara", - "Search Results": "Arama Sonu\u00e7lar\u0131", - "Search all posts": "T\u00fcm g\u00f6nderilerde ara", - "Search teams": "Tak\u0131mlar\u0131 ara", - "Search the {platform} Help Center": "{platform} Yard\u0131m Merkezi'nde Ara", - "Second Review Required": "\u0130kinci Bir \u0130nceleme Gerekli", - "Section": "B\u00f6l\u00fcm", - "Section Highlights": "B\u00f6l\u00fcm Renkli Vurgulamalar\u0131", - "Section Visibility": "B\u00f6l\u00fcm G\u00f6r\u00fcn\u00fcrl\u00fc\u011f\u00fc", - "Sections": "B\u00f6l\u00fcmler", - "See all teams in your course, organized by topic. Join a team to collaborate with other learners who are interested in the same topic as you are.": "Dersinizdeki konu etraf\u0131nda \u015fekillenen t\u00fcm tak\u0131mlar\u0131 g\u00f6r\u00fcn. Sizinle ayn\u0131 konuyla ilgilenen di\u011fer \u00f6\u011frencilerle i\u015fbirli\u011fi yapmak i\u00e7in bir tak\u0131ma kat\u0131l\u0131n.", - "Select": "Se\u00e7", - "Select Session": "Oturumu Se\u00e7", - "Select a Content Group": "Bir \u0130\u00e7erik Grubu Se\u00e7iniz", - "Select a chapter": "Bir b\u00f6l\u00fcm se\u00e7in", - "Select a cohort": "Bir topluluk se\u00e7iniz", - "Select a cohort to manage": "Y\u00f6netilecek toplulu\u011fu se\u00e7in", - "Select a course or select \"Not specific to a course\" for your support request.": "Destek talebiniz i\u00e7in dersi ya da \"Bir derse \u00f6zel de\u011fil\" se\u00e7ene\u011fini belirtin.", - "Select a group type": "Grup t\u00fcr\u00fcn\u00fc se\u00e7in", - "Select a prerequisite subsection and enter a minimum score percentage and minimum completion percentage to limit access to this subsection. Allowed values are 0-100": "\u00d6nko\u015ful altb\u00f6l\u00fcm\u00fcn\u00fc se\u00e7in ve bu altb\u00f6l\u00fcme eri\u015fimi s\u0131n\u0131rlamak i\u00e7in gerekli minimum skor y\u00fczdesini girin ve minimum tamamlama y\u00fczdesini ekleyin. \u0130zin verilen de\u011ferler 0-100 aras\u0131d\u0131r", - "Select a section or problem": "Bir b\u00f6l\u00fcm ya da problem se\u00e7in", - "Select a session:": "Bir oturum se\u00e7:", - "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.": "S\u0131nav i\u00e7in ayr\u0131lan s\u00fcreyi se\u00e7in. E\u011fer 24 saatten fazlaysa, s\u00fcreyi yazarak girin. E\u011fitmen Paneli arac\u0131l\u0131\u011f\u0131yla belli \u00f6\u011frencilere s\u0131nav\u0131 tamamlamalar\u0131 i\u00e7in daha fazla s\u00fcre tan\u0131mlayabilirsiniz.", - "Select all": "T\u00fcm\u00fcn\u00fc se\u00e7", - "Select language": "Dil Se\u00e7imi", - "Select one or more groups:": "Bir ya da daha fazla grup se\u00e7in:", - "Select the course-wide discussion topics that you want to divide.": "B\u00f6lmek istedi\u011finiz ders-geneli tart\u0131\u015fma konular\u0131n\u0131 se\u00e7in.", - "Select the time zone for displaying course dates. If you do not specify a time zone, course dates, including assignment deadlines, will be displayed in your browser's local time zone.": "Ders tarihleri g\u00f6sterimi i\u00e7in saat dilimini se\u00e7in. Herhangi bir saat dilimini se\u00e7memeniz durumunda, g\u00f6rev teslimleri d\u00e2hil olmak \u00fczere t\u00fcm ders tarihleri, web taray\u0131c\u0131n\u0131z\u0131n yerel zaman\u0131na g\u00f6re g\u00f6sterilecektir. ", - "Selected tab": "Se\u00e7ili sekme", - "Self": "Kendin", - "Send notification to mobile apps": "Mobil uygulamalara bildirim g\u00f6nder", - "Send push notification to mobile apps": "Mobil uygulamalara anl\u0131k bildirim g\u00f6nder", - "Send to:": "G\u00f6nderilecek ki\u015fi:", - "Sent By": "G\u00f6nderen:", - "Sent By:": "G\u00f6nderen:", - "Sent To": "G\u00f6nderilecek ki\u015fi", - "Sent To:": "G\u00f6nderilecek ki\u015fi:", - "September": "Eyl\u00fcl", - "Sequence error! Cannot navigate to %(tab_name)s in the current SequenceModule. Please contact the course staff.": "S\u0131ralama hatas\u0131! \u015eu anki S\u0131ralamaMod\u00fcl\u00fcndeki %(tab_name)s sekmesine gidilemedi. L\u00fctfen ders personeline ula\u015f\u0131n.", - "Server Error, Please refresh the page and try again.": "Sunucu Hatas\u0131, L\u00fctfen sayfay\u0131 yenileyin ve tekrar deneyin.", - "Server error.": "Sunucu hatas\u0131.", - "Session Selection Dropdown for {courseName}": "{courseName} i\u00e7in Oturum Se\u00e7imi A\u00e7\u0131l\u0131r Men\u00fcs\u00fc", - "Set Access": "Eri\u015fim Ver", - "Set as a Special Exam": "\u00d6zel bir s\u0131nav olarak olu\u015ftur", - "Set up your certificate": "Sertifikan\u0131z\u0131 kurun", - "Settings": "Ayarlar", - "Settings updated": "Ayarlar g\u00fcncellendi", - "Share": "Payla\u015f", - "Share Alike": "Share Alike", - "Share on Mozilla Backpack": "Mozilla Backpack \u00fczerinde payla\u015f", - "Share your \"%(display_name)s\" award": "%(display_name)s \u00f6d\u00fcl\u00fcn\u00fc payla\u015f", - "Short explanation": "K\u0131sa a\u00e7\u0131klama", - "Show": "G\u00f6ster", - "Show All": "Hepsini G\u00f6ster", - "Show Annotations": "\u0130pu\u00e7lar\u0131n\u0131 g\u00f6ster", - "Show Deprecated Settings": "Kald\u0131r\u0131lan Ayarlar\u0131 G\u00f6ster", - "Show Discussion": "Tart\u0131\u015fmay\u0131 G\u00f6ster", - "Show Less": "Daha Az G\u00f6ster", - "Show More": "Daha Fazla G\u00f6ster", - "Show Previews": "\u00d6nizlemeleri G\u00f6ster", - "Show assessment results when subsection is past due": "De\u011ferlendirme sonu\u00e7lar\u0131n\u0131 altb\u00f6l\u00fcm\u00fcn son tarihi ge\u00e7ince g\u00f6ster", - "Show blocks": "Bloklar\u0131 g\u00f6ster", - "Show entire subsection": "T\u00fcm altb\u00f6l\u00fcm\u00fc g\u00f6ster", - "Show invisible characters": "Gizli karakterleri g\u00f6ster", - "Show me other ways to sign in or register": "Giri\u015f Yapmak veya Kay\u0131t Olmak i\u00e7in di\u011fer se\u00e7enekleri g\u00f6ster", - "Show notes": "Notlar\u0131 g\u00f6ster", - "Show posts by {username}.": "{username} kullan\u0131c\u0131s\u0131n\u0131n g\u00f6nderilerini g\u00f6ster.", - "Show transcripts ({totalTranscripts})": "Altyaz\u0131lar\u0131 g\u00f6ster ({totalTranscripts})", - "Show transcripts ({transcriptCount})": "Altyaz\u0131lar\u0131 g\u00f6ster ({transcriptCount})", - "Showing all responses": "B\u00fct\u00fcn cevaplar\u0131 g\u00f6steriyor", - "Showing results for \"{searchString}\"": "\"{searchString}\" i\u00e7in sonu\u00e7lar g\u00f6steriliyor", - "Showing {firstIndex} out of {numItems} total": "{numItems} toplam\u0131n\u0131n \u00fczerinden {firstIndex} g\u00f6steriliyor", - "Showing {firstIndex}-{lastIndex} out of {numItems} total": "{numItems} adetten {firstIndex}-{lastIndex} aras\u0131 g\u00f6steriiyor", - "Sign In": "Giri\u015f", - "Sign in": "Giri\u015f Yap", - "Sign in here using your email address and password, or use one of the providers listed below.": "Buradaki e-posta adresinizi ve parolan\u0131z\u0131 kullanarak veya a\u015fa\u011f\u0131da listelenen sa\u011flay\u0131c\u0131lar\u0131ndan birini kullarak oturumu a\u00e7\u0131n.", - "Sign in here using your email address and password.": "Buradaki e-posta adresinizi ve parolan\u0131z\u0131 kullanarak oturum a\u00e7\u0131n.", - "Sign in to continue learning": "\u00d6\u011frenmeye devam etmek i\u00e7in giri\u015f yap", - "Sign in to continue learning as {email}": "\u00d6\u011frenmeye devam etmek i\u00e7in {email} olarak giri\u015f yap", - "Sign in to {platform} so we can help you better.": "{platform} platformuna kaydolarak size daha iyi yard\u0131m etmemizi sa\u011flayabilirsiniz.", - "Sign in using %(providerName)s": "%(providerName)s kullan\u0131larak Oturum a\u00e7\u0131ld\u0131", - "Sign in with %(providerName)s": "%(providerName)s ile Oturum A\u00e7", - "Sign in with Institution/Campus Credentials": "Kurum / Kamp\u00fcs kimlik bilgileri ile giri\u015f yap\u0131n", - "Sign in.": "Giri\u015f yap.", - "Signatory": "\u0130mzac\u0131", - "Signatory field(s) has invalid data.": "\u0130mzac\u0131 alan(lar\u0131) ge\u00e7ersiz veri i\u00e7eriyor.", - "Signature Image": "\u0130mza G\u00f6r\u00fcnt\u00fcs\u00fc", - "Skip": "Atla", - "Social Media Links": "Sosyal Medya Ba\u011flant\u0131lar\u0131", - "Some Rights Reserved": "Baz\u0131 Haklar\u0131 Sakl\u0131d\u0131r", - "Some images in this post have been omitted": "Bu g\u00f6nderideki baz\u0131 g\u00f6rseller atland\u0131", - "Something went wrong changing this enrollment. Please try again.": "Bu kayd\u0131 de\u011fi\u015ftirirken bir \u015feyler yanl\u0131\u015f gitti. L\u00fctfen tekrar deneyin.", - "Something went wrong. Please try again later.": "Bir \u015feyler yanl\u0131\u015f gitti. L\u00fctfen daha sonra tekrar deneyin.", - "Sorry, no results were found.": "\u00dczg\u00fcn\u00fcz, hi\u00e7bir sonu\u00e7 bulunamad\u0131.", - "Sorry, there was an error parsing the subtitles that you uploaded. Please check the format and try again.": "\u00dczg\u00fcn\u00fcz, y\u00fckledi\u011finiz altyaz\u0131lar\u0131 tararken hatayla kar\u015f\u0131la\u015f\u0131ld\u0131. L\u00fctfen dosya bi\u00e7imini kontrol edin ve tekrar deneyin.", - "Sorry, there was an error trying to process your request. Please try again later.": "\u00d6z\u00fcr dileriz, talebinizi i\u015flerken bir hata olu\u015ftu. L\u00fctfen daha sonra tekrar deneyin.", - "Sorted by": "S\u0131ralanma \u015fekli", - "Source": "Kaynak", - "Source code": "Kaynak kod", - "Special character": "\u00d6zel karakter", - "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "Sertifikada g\u00f6r\u00fcnt\u00fclemek i\u00e7in alternatif resmi ders ba\u015fl\u0131\u011f\u0131 belirleyin. Resmi ders ba\u015fl\u0131\u011f\u0131n\u0131 kullanmak i\u00e7in bo\u015f b\u0131rak\u0131n.", - "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam, along with the {linkStart}general proctored exam rules{linkEnd}.": "T\u00fcm kural ya da kural istisnalar\u0131n\u0131 detayland\u0131r ki, g\u00f6zetmen inceleme kurulu videolara g\u00f6z atarken \u015f\u00fcphe b\u0131rakmayacak \u015fekilde uygulayabilsin. \u00d6rne\u011fin, hesap makinesine izin verildi\u011fini belirtebilirsiniz. Belirlenen bu kurallar {linkStart}genel g\u00f6zetmenli s\u0131nav kurallar\u0131{linkEnd} ile birlikte \u00f6\u011frencilere s\u0131nav ba\u015flamadan \u00f6nce g\u00f6r\u00fcn\u00fcr olacak.", - "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam.": "T\u00fcm kural ya da kural istisnalar\u0131n\u0131 detayland\u0131r ki, g\u00f6zetmen inceleme kurulu videolara g\u00f6z atarken \u015f\u00fcphe b\u0131rakmayacak \u015fekilde uygulayabilsin. \u00d6rne\u011fin, hesap makinesine izin verildi\u011fini belirtebilirsiniz. Belirlenen kurallar \u00f6\u011frencilere s\u0131nav ba\u015flamadan \u00f6nce g\u00f6r\u00fcn\u00fcr olacak.", - "Specify whether content-specific discussion topics are divided.": "\u0130\u00e7erik odakl\u0131 konular\u0131n ne ko\u015fullarda b\u00f6l\u00fcnece\u011fini belirtin.", - "Specify whether discussion topics are divided": "E\u011fer tart\u0131\u015fma konular\u0131 b\u00f6l\u00fcnd\u00fcyse belirtin", - "Speed": "H\u0131z", - "Spellcheck": "Yaz\u0131m denetimi", - "Split cell": "H\u00fccreyi b\u00f6l", - "Square": "Kare", - "Staff": "Personel", - "Staff Only": "Sadece Personel", - "Staff and Learners": "Personel ve \u00d6\u011frenciler", - "Start Date": "Ba\u015flama Tarihi", - "Start Proctored Exam": "G\u00f6zetmenli S\u0131nava Ba\u015fla", - "Start System Check": "Sistem Denetimine Ba\u015fla", - "Start generating certificates for all students in this course?": "Bu dersteki t\u00fcm \u00f6\u011frenciler i\u00e7in sertifika olu\u015fturmay\u0131 ba\u015flat?", - "Start of transcript. Skip to the end.": "Altyaz\u0131n\u0131n ba\u015flang\u0131c\u0131. Sona atla.", - "Start regenerating certificates for students in this course?": "Bu dersteki \u00f6\u011frenciler i\u00e7in sertifika yeniden olu\u015fturmay\u0131 ba\u015flat?", - "Start search": "Aramaya ba\u015fla", - "Start working toward your next learning goal.": "Bir sonraki hedefin i\u00e7in \u00e7al\u0131\u015fmaya ba\u015fla.", - "Started": "Ba\u015flad\u0131", - "Started {start}": "Ba\u015flad\u0131 {start}", - "Starts": "Ba\u015flama Tarihi", - "Starts {start}": "Ba\u015fl\u0131yor {start}", - "Starts: %(start_date)s": "Ba\u015fl\u0131yor: %(start_date)s", - "State": "Durum", - "Status": "Durum", - "Status of Your Response": "Cevab\u0131n\u0131z\u0131n Durumu", - "Strikethrough": "\u00dcst\u00fc \u00e7izgili", - "Student": "\u00d6\u011frenci", - "Student Removed from certificate white list successfully.": "\u00d6\u011frenci sertifika beyaz listesinden ba\u015far\u0131yla kald\u0131r\u0131ld\u0131.", - "Student email or username": "\u00d6\u011frenci e-postas\u0131 ve kullan\u0131c\u0131 ad\u0131", - "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Add to Exception List\" button.": "\u00d6\u011frenci kullan\u0131c\u0131 ad\u0131/e-posta alan\u0131n\u0131n doldurulmas\u0131 gereklidir ve bo\u015f b\u0131rak\u0131lamaz. L\u00fctfen kullan\u0131c\u0131 ad\u0131/e-posta alan\u0131n\u0131 doldurun ve ard\u0131ndan \"\u0130stisna Listesine Ekle\" tu\u015funa bas\u0131n.", - "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Invalidate Certificate\" button.": "\u00d6\u011frenci kullan\u0131c\u0131 ad\u0131/e-posta alan\u0131n\u0131n doldurulmas\u0131 gereklidir ve bo\u015f b\u0131rak\u0131lamaz. L\u00fctfen kullan\u0131c\u0131 ad\u0131/e-posta alan\u0131n\u0131 doldurun ve ard\u0131ndan \"Sertifikay\u0131 Ge\u00e7ersizle\u015ftir\" tu\u015funa bas\u0131n.", - "Studio's having trouble saving your work": "Studio yapt\u0131\u011f\u0131n\u0131z i\u015fi kaydetme konusunda zorluk ya\u015f\u0131yor", - "Studio:": "Studio:", - "Style": "Stil", - "Subject": "Konu", - "Subject:": "Konu", - "Submission aborted! Sorry, your browser does not support file uploads. If you can, please use Chrome or Safari which have been verified to support file uploads.": "G\u00f6nderim iptal edildi. \u00dczg\u00fcn\u00fcz ama taray\u0131c\u0131n\u0131z dosya g\u00f6nderimini desteklemiyor. Yapabiliyorsan\u0131z, Chrome ya da Safari gibi dosya g\u00f6nderimini destekleyen daha modern bir taray\u0131c\u0131 kullan\u0131n.", - "Submit": "G\u00f6nder", - "Submit Application": "Ba\u015fvuruyu G\u00f6nder", - "Submit enrollment change": "Kay\u0131t de\u011fi\u015fimini g\u00f6nder", - "Submitted": "Girildi", - "Subscript": "Alt simge", - "Subsection": "Altb\u00f6l\u00fcm", - "Subsection Visibility": "Altb\u00f6l\u00fcm G\u00f6r\u00fcn\u00fcrl\u00fc\u011f\u00fc", - "Subsection is hidden after course end date": "Altb\u00f6l\u00fcm ders biti\u015f tarihinden sonra gizlenecek", - "Subsection is hidden after due date": "Altb\u00f6l\u00fcm \u015fu tarihten sonra gizlenecek", - "Subsections": "Alt B\u00f6l\u00fcmler", - "Success": "Ba\u015far\u0131", - "Success! \"{displayName}\" has been moved.": "Kutlar\u0131z! \"{displayName}\" ta\u015f\u0131nd\u0131.", - "Success! Problem attempts reset for problem '<%- problem_id %>' and student '<%- student_id %>'.": "Ba\u015far\u0131l\u0131! '<%- problem_id %>' nolu problem ve '<%- student_id %>' nolu \u00f6\u011frenci i\u00e7in problem denemeleri s\u0131f\u0131rland\u0131.", - "Successfully deleted student state for user {user}": "{user} i\u00e7in \u00f6\u011frencilik durumu silindi.", - "Successfully enrolled and sent email to the following users:": "A\u015fa\u011f\u0131daki kullan\u0131c\u0131lar ba\u015far\u0131yla kaydedildi ve e-posta g\u00f6nderildi:", - "Successfully enrolled the following users:": "A\u015fa\u011f\u0131daki kullan\u0131c\u0131lar ba\u015far\u0131yla kaydedildi:", - "Successfully rescored problem for user {user}": "{user} adl\u0131 kullan\u0131c\u0131n\u0131n problemi tekrar notland\u0131r\u0131ld\u0131.", - "Successfully rescored problem to improve score for user {user}": "{user} kullan\u0131c\u0131s\u0131n\u0131n notunu y\u00fckseltecek \u015fekilde problem yeniden notland\u0131r\u0131ld\u0131", - "Successfully reset the attempts for user {user}": "{user} adl\u0131 kullan\u0131c\u0131n\u0131n denemeleri ba\u015far\u0131yla s\u0131f\u0131rland\u0131", - "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "A\u015fa\u011f\u0131daki kullan\u0131c\u0131lara kay\u0131t e-postalar\u0131 ba\u015far\u0131yla g\u00f6nderildi. Kay\u0131t bilgilerini girdikten sonra sonra kay\u0131t yapmalar\u0131na izin verilecektir.", - "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "A\u015fa\u011f\u0131daki kullan\u0131c\u0131lara kay\u0131t e-postalar\u0131 ba\u015far\u0131yla g\u00f6nderildi. Kay\u0131t bilgilerini girdikten sonra sonra kay\u0131tlar\u0131 yap\u0131lacakt\u0131r:", - "Successfully unlinked.": "Ba\u011flant\u0131 ba\u015far\u0131yla kald\u0131r\u0131ld\u0131.", - "Superscript": "\u00dcst simge", - "Support education research by providing additional information": "Daha fazla bilgi sa\u011flayarak e\u011fitim ara\u015ft\u0131rmas\u0131na katk\u0131da bulun.", - "Supported": "Destekleniyor", - "Supported file types: {supportedVideoTypes}": "Desteklenen dosya t\u00fcrleri: {supportedVideoTypes}", - "Switch Language Back": "Dili Geriye D\u00f6nd\u00fcr", - "TOTAL": "TOPLAM", - "Table": "Tablo", - "Table properties": "Tablo \u00f6zellikleri", - "Tags": "Etiketler", - "Tags:": "Etiketler:", - "Take Photo": "Foto\u011fraf \u00c7ek", - "Take Your Photo": "Foto\u011fraf\u0131n\u0131z\u0131 \u00c7ekiniz", - "Take a Photo of Your ID": "Kimli\u011finizin Foto\u011fraf\u0131n\u0131 \u00c7ekin", - "Take a photo of your ID": "Kimli\u011finizin foto\u011fraf\u0131n\u0131 \u00e7ekin", - "Take me to the main course page": "Beni ana ders sayfas\u0131na g\u00f6t\u00fcr", - "Take me to the main library page": "Beni k\u00fct\u00fcphane sayfas\u0131na g\u00f6t\u00fcr", - "Take me to the new location": "Beni yeni konuma g\u00f6t\u00fcr", - "Take this exam without proctoring.": "Bu s\u0131nav\u0131 g\u00f6zetmensiz olarak al.", - "Taking As Open Exam": "A\u00e7\u0131k S\u0131nav Olarak Al\u0131n\u0131yor", - "Taking As Proctored Exam": "G\u00f6zetmenli S\u0131nav Olarak Al\u0131n\u0131yor", - "Taking as Proctored": "G\u00f6zetmenli Olarak Al\u0131n\u0131yor", - "Target": "Hedef", - "Task ID": "G\u00f6rev No", - "Task Progress": "G\u00f6rev \u0130lerlemesi", - "Task Status": "G\u00f6rev Durumu", - "Task Type": "G\u00f6rev Tipi", - "Task inputs": "G\u00f6rev girdileri", - "Teaching Assistant": "Yard\u0131mc\u0131 \u00d6\u011fretmen", - "Team \"{team}\" successfully deleted.": "\"{team}\" tak\u0131m\u0131 ba\u015far\u0131yla silindi.", - "Team Description (Required) *": "Tak\u0131m A\u00e7\u0131klamas\u0131 (Gerekli) *", - "Team Details": "Tak\u0131m Detaylar\u0131", - "Team Name (Required) *": "Tak\u0131m \u0130smi (Gerekli) *", - "Team Search": "Tak\u0131m Arama", - "Team capacity": "Tak\u0131m kapasitesi", - "Team description cannot have more than 300 characters.": "Tak\u0131m a\u00e7\u0131klamas\u0131 300 karakterden daha fazla olamaz.", - "Team member profiles": "Tak\u0131m \u00fcyelerinin profilleri", - "Team name cannot have more than 255 characters.": "Tak\u0131m ismi 255 karakterden fazla olamaz.", - "Teams": "Tak\u0131mlar", - "Teams Pagination": "Tak\u0131mlar Sayfaland\u0131r\u0131c\u0131s\u0131", - "Tell other learners a little about yourself: where you live, what your interests are, why you're taking courses, or what you hope to learn.": "Di\u011fer \u00f6\u011frencilere biraz kendinizden bahsedin: Nerede ya\u015f\u0131yorsun, neler ilgini \u00e7ekiyor, ni\u00e7in buradan ders al\u0131yorsun ya da ne \u00f6\u011frenmeyi umuyorsun.", - "Templates": "\u015eablonlar", - "Terms of Service and Honor Code": "Kullan\u0131m Ko\u015fullar\u0131 ve Gizlilik Politikas\u0131", - "Text color": "Metin rengi", - "Text to display": "G\u00f6r\u00fcnt\u00fclenecek metin", - "Textbook Name": "Ders Kitab\u0131 Ad\u0131", - "Textbook information": "Ders Kitab\u0131 bilgisi", - "Textbook name is required": "Ders kitab\u0131 ad\u0131 gerekli", - "Thank you %(full_name)s! We have received your payment for %(course_name)s.": "%(course_name)s dersi i\u00e7in \u00f6demenizi ald\u0131k. Te\u015fekk\u00fcrler %(full_name)s!", - "Thank you for setting your course goal to {goal}!": "Ders hedefinizi {goal} olarak belirledi\u011finiz i\u00e7in te\u015fekk\u00fcr ederiz!", - "Thank you for submitting a request! We will contact you within 24 hours.": "Bize talebinizi iletti\u011finiz i\u00e7in te\u015fekk\u00fcr ederiz! Size 24 saat i\u00e7inde geri d\u00f6nece\u011fiz.", - "Thank you for submitting your financial assistance application for {course_name}! You can expect a response in 2-4 business days.": "{course_name} i\u00e7in mali yard\u0131m ba\u015fvurunuzu g\u00f6nderdi\u011finiz i\u00e7in te\u015fekk\u00fcrler ! 2-4 i\u015f g\u00fcn\u00fc i\u00e7erisinde size geri d\u00f6nece\u011fiz. ", - "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "Foto\u011fraflar\u0131n\u0131z\u0131 g\u00f6nderdi\u011finiz i\u00e7in te\u015fekk\u00fcr ederiz. K\u0131sa s\u00fcre i\u00e7inde de\u011ferlendirece\u011fiz. \u015eimdi onayl\u0131 sertifika sunan herhangi bir %(platformName)s derse kay\u0131t olabilirsiniz. Do\u011frulama bir y\u0131l i\u00e7indir. Bir y\u0131ldan sonra yeniden do\u011frulama i\u00e7in foto\u011fraflar\u0131n\u0131z\u0131 tekrar g\u00f6ndermelisiniz.", - "Thank you! We have received your payment for {courseName}.": "Te\u015fekk\u00fcrler! {courseName} i\u00e7in olan \u00f6demenizi ald\u0131k.", - "Thanks for returning to verify your ID in: {courseName}": "{courseName} dersine kimli\u011finizi do\u011frulama i\u00e7in d\u00f6nd\u00fc\u011f\u00fcn\u00fcz i\u00e7in te\u015fekk\u00fcr ederiz.", - "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "Girdi\u011finiz URL bir e-posta edresi gibi g\u00f6r\u00fcn\u00fcyor. Gerekli mailto: \u00f6nekini eklemek ister misiniz?", - "The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": "Girdi\u011finiz URL harici ba\u011flant\u0131 gibi g\u00f6r\u00fcn\u00fcyor. Gerekli http:// \u00f6nekini eklemek ister misiniz?", - "The assignment type must have a name.": "Bu g\u00f6rev t\u00fcr\u00fcn\u00fcn bir ad\u0131 olmal\u0131.", - "The certificate available date must be later than the course end date.": "Sertifikan\u0131n yay\u0131n tarihi, dersin biti\u015f tarihinden sonra olmal\u0131d\u0131r.", - "The certificate for this learner has been re-validated and the system is re-running the grade for this learner.": "Bu \u00f6\u011frenci i\u00e7in sertifika yeniden de\u011ferlendiriliyor ve sistem bu \u00f6\u011frencinin notlar\u0131n\u0131 yeniden hesapl\u0131yor.", - "The cohort cannot be added": "Topluluk eklenemedi", - "The cohort cannot be saved": "Tapluluk kaydedilemedi", - "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "Organizasyonun birle\u015fik boyutu ve k\u00fct\u00fcphane kodu alanlar\u0131 <%=limit%> karakterden fazla olamaz.", - "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "Organizasyonun birle\u015fik boyutu, ders say\u0131s\u0131, ve ders alanlar\u0131 <%=limit%> karakterden fazla olamaz.", - "The country or region where you live.": "\u0130kamet etti\u011finiz \u00fclke veya b\u00f6lge.", - "The country that team members primarily identify with.": "Tak\u0131m \u00fcyelerinin \u00f6ncelikli olarak \u00f6zde\u015fle\u015ftirildi\u011fi \u00fclke.", - "The course end date must be later than the course start date.": "Dersin biti\u015f tarihi, ba\u015flang\u0131\u00e7 tarihinden sonra olmal\u0131d\u0131r.", - "The course must have an assigned start date.": "Ders atanm\u0131\u015f bir ba\u015flang\u0131\u00e7 tarihi i\u00e7ermeli.", - "The course start date must be later than the enrollment start date.": "Dersin ba\u015flama tarihi, kay\u0131tlanma tarihinden sonra olmal\u0131d\u0131r.", - "The display of ungraded and checked out responses could not be loaded.": "Notland\u0131r\u0131lmam\u0131\u015f ve kontrol edilmemi\u015f cevaplar\u0131n g\u00f6r\u00fcnt\u00fclenmesi y\u00fcklenemez.", - "The email address you've provided isn't formatted correctly.": "Sa\u011flad\u0131\u011f\u0131n\u0131z e-posta adresi, olmas\u0131 gerekti\u011fi gibi de\u011fil.", - "The enrollment end date cannot be after the course end date.": "Derse son kay\u0131t tarihi, dersin biti\u015f tarihinden sonra olamaz.", - "The enrollment start date cannot be after the enrollment end date.": "Dersin kay\u0131t ba\u015flang\u0131\u00e7 tarihi, derse kay\u0131t biti\u015f tarihinden sonra olamaz.", - "The file could not be uploaded.": "Dosya y\u00fcklenemedi.", - "The file must be at least {size} in size.": "Dosya en az {size} boyutunda olmal\u0131d\u0131r.", - "The file must be smaller than {size} in size.": "Dosya {size} boyutundan k\u00fc\u00e7\u00fck olmal\u0131d\u0131r.", - "The following email addresses and/or usernames are invalid:": "A\u015fa\u011f\u0131daki e-posta adresleri veya kullan\u0131c\u0131 adlar\u0131 ge\u00e7ersizdir.", - "The following errors were generated:": "A\u015fa\u011f\u0131daki hatalar olu\u015ftu:", - "The following file types are not allowed: ": "A\u015fa\u011f\u0131daki dosya t\u00fcr\u00fcne izin verilmiyor:", - "The following information is already a part of your {platform} profile. We\\'ve included it here for your application.": "A\u015fa\u011f\u0131daki bilgiler profilinizde mevcut {platform} bulunuyor. Ba\u015fvurunuz i\u00e7in buraya ekledik.", - "The following message will be displayed at the bottom of the courseware pages within your course:": "A\u015fa\u011f\u0131daki ileti e\u011fitiminizdeki ders yaz\u0131l\u0131m sayfas\u0131n\u0131n alt\u0131nda g\u00f6r\u00fcnt\u00fclenecektir.", - "The following options are available for the {license_name} license.": "A\u015fa\u011f\u0131daki se\u00e7enekler {license_name} lisans\u0131 i\u00e7in ge\u00e7erlidir. ", - "The following users are no longer enrolled in the course:": "A\u015fa\u011f\u0131daki kullan\u0131c\u0131lar art\u0131k bu derse kay\u0131tl\u0131 de\u011filler:", - "The following warnings were generated:": "A\u015fa\u011f\u0131daki uyar\u0131lar olu\u015fturuldu:", - "The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.": "Bu g\u00f6rev t\u00fcr\u00fc i\u00e7in belirlenen genel kategori, \u00f6rne\u011fin, Ev \u00d6devi veya Ara S\u0131nav gibi. Bu isim t\u00fcm \u00f6\u011frenciler taraf\u0131ndan g\u00f6r\u00fcnt\u00fclenecek.", - "The grading process is still running. Refresh the page to see updates.": "Notlama i\u015flemi h\u00e2l\u00e2 devam ediyor. G\u00fcncellemeleri g\u00f6rmek i\u00e7in sayfay\u0131 yenileyin.", - "The language that team members primarily use to communicate with each other.": "Tak\u0131m \u00fcyelerinin birbirleri ile ileti\u015fim kurmak i\u00e7in \u00f6ncelikli olarak kulland\u0131\u011f\u0131 dil.", - "The language used throughout this site. This site is currently available in a limited number of languages. Changing the value of this field will cause the page to refresh.": "Site genelinde kullan\u0131lan dil. \u015eu an s\u0131n\u0131rl\u0131 say\u0131da dil deste\u011fi mevcuttur. Bu de\u011feri de\u011fi\u015ftirmeniz sayfan\u0131n yenilenmesine yol a\u00e7acak.", - "The minimum completion percentage must be a whole number between 0 and 100.": "Minimum tamamlama y\u00fczdesi 0 ile 100 aras\u0131nda bir tamsay\u0131 olmal\u0131.", - "The minimum grade for course credit is not set.": "Ders kredisi i\u00e7in minimum not ayarlanmad\u0131.", - "The minimum score percentage must be a whole number between 0 and 100.": "Minimum not y\u00fczdesi 0 ile 100 aras\u0131nda bir tamsay\u0131 olmal\u0131.", - "The more you tell us, the more quickly and helpfully we can respond!": "Bize ne kadar \u00e7ok ayr\u0131nt\u0131 verirseniz, size o kadar h\u0131zl\u0131 ve faydal\u0131 bir \u015fekilde cevap verebiliriz!", - "The name of this signatory as it should appear on certificates.": "Bu imza sahibinin ad\u0131 sertifikada g\u00f6r\u00fcnd\u00fc\u011f\u00fc gibidir.", - "The name that identifies you on {platform_name}. You cannot change your username.": "Sizi {platform_name} platformunda tan\u0131mlayan kullan\u0131c\u0131 ad\u0131n\u0131z. Kullan\u0131c\u0131 ad\u0131n\u0131z\u0131 de\u011fi\u015ftiremezsiniz. ", - "The name that is used for ID verification and that appears on your certificates.": "Kimlik do\u011frulamas\u0131nda ve sertifikalar\u0131n\u0131z\u0131n \u00fczerinde kullan\u0131lacak isim.", - "The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.": "Not hesaplamada g\u00f6zard\u0131 edilebilecek g\u00f6rev say\u0131s\u0131. En d\u00fc\u015f\u00fck notlu g\u00f6revler hesaplamadan \u00f6nce d\u00fc\u015f\u00fcl\u00fcr.", - "The number of subsections in the course that contain problems of this assignment type.": "Bu g\u00f6rev t\u00fcr\u00fc problemlerini i\u00e7eren ders altb\u00f6l\u00fcmlerinin say\u0131s\u0131.", - "The organization that this signatory belongs to, as it should appear on certificates.": "Bu imza sahibine ait olan organizasyon, sertifikalarda g\u00f6r\u00fcnmeli.", - "The page \"{route}\" could not be found.": "\"{route}\" sayfas\u0131 bulunamad\u0131.", - "The photo of your face matches the photo on your ID.": "Foto\u011fraf\u0131n\u0131z, kimlik kart\u0131n\u0131zdaki ile uygun olmal\u0131.", - "The post you selected has been deleted.": "Se\u00e7ti\u011finiz ileti silindi.", - "The raw error message is:": "\u0130\u015flenmemi\u015f hata mesaj\u0131:", - "The refund deadline for this course has passed,so you will not receive a refund.": "Bu ders i\u00e7in iadenin son g\u00fcn\u00fc ge\u00e7ti, bu y\u00fczden iade alamayacaks\u0131n\u0131z.", - "The selected content group does not exist": "Se\u00e7ili i\u00e7erik grubu bulunmuyor", - "The selected image must be larger than {minFileSizeInKB}.": "Se\u00e7ili g\u00f6r\u00fcnt\u00fc dosyas\u0131 {minFileSizeInKB} boyutundan b\u00fcy\u00fck olmal\u0131.", - "The selected image must be smaller than {maxFileSizeInMB}.": "Se\u00e7ili g\u00f6r\u00fcnt\u00fc dosyas\u0131 {maxFileSizeInMB} boyutundan k\u00fc\u00e7\u00fck olmal\u0131.", - "The server could not be contacted.": "Sunucu ile ba\u011flant\u0131 kurulamad\u0131.", - "The staff assessment form could not be loaded.": "Personel de\u011ferlendirme formu y\u00fcklenemedi.", - "The submission could not be removed from the grading pool.": "Y\u00fckleme not havuzundan kald\u0131r\u0131lamad\u0131.", - "The team \"{team}\" could not be found.": "\"{team}\" tak\u0131m\u0131 bulunamad\u0131.", - "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "\u0130lk video dosyas\u0131n\u0131n zamanlar\u0131 i\u015faretlenmi\u015f altyaz\u0131lar\u0131, ikinci video dosyas\u0131n\u0131n zamanlar\u0131 i\u015faretlenmi\u015f altyaz\u0131lar\u0131 ile ayn\u0131 g\u00f6z\u00fckmez.", - "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "EdX \u00fczerindeki videonun zamanlar\u0131 i\u015faretlenmi\u015f altyaz\u0131lar\u0131 g\u00fcncel de\u011fildir, ama YouTube videonun ge\u00e7erli zamanlar\u0131 i\u015faretlenmi\u015f altyaz\u0131lar\u0131na sahiptir.", - "The topic \"{topic}\" could not be found.": "\"{topic}\" ba\u015fl\u0131\u011f\u0131 bulunamad\u0131.", - "The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.": "Bu g\u00f6rev t\u00fcr\u00fcn\u00fcn toplam not i\u00e7indeki a\u011f\u0131rl\u0131\u011f\u0131, \u00f6rne\u011fin 40. Y\u00fczde sembol\u00fc kullanmay\u0131n.", - "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "{cohortGroupName} toplulu\u011fu olu\u015fturuldu. A\u015fa\u011f\u0131daki gruba el ile \u00f6\u011frenci ekleyebilirsiniz.", - "There are invalid keywords in your email. Check the following keywords and try again.": "E-postan\u0131zda ge\u00e7ersiz anahtar kelimeler var. L\u00fctfen a\u015fa\u011f\u0131daki anahtar kelimeleri kontrol edin ve tekrar deneyin.", - "There are no posts in this topic yet.": "Bu ba\u015fl\u0131kta hen\u00fcz bir g\u00f6nderi yok.", - "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.": "En az bir bile\u015feni XML'e aktar\u0131rken bir hata olu\u015ftu. D\u00fczenleme sayfas\u0131na gitmeniz ve di\u011fer bir d\u0131\u015fa aktar\u0131ma ba\u015flamadan hatay\u0131 tamir etmeniz \u00f6nerilir. L\u00fctfen sayfadaki t\u00fcm bile\u015fenlerin ge\u00e7erli oldu\u011funu kontrol ediniz ve herhangi bir hata iletisi g\u00f6stermeyiniz.", - "There has been an error processing your survey.": "Anketinizi i\u015flerken hata olu\u015ftu.", - "There has been an error while exporting.": "D\u0131\u015fa aktarman\u0131zla ilgili bir hata olu\u015ftu.", - "There has been an error with your export.": "D\u0131\u015fa aktarman\u0131zla ilgili bir hata olu\u015ftu.", - "There is invalid code in your content. Please check to make sure it is valid HTML.": "\u0130\u00e7eri\u011finizde ge\u00e7ersiz kod var. L\u00fctfen ge\u00e7erli HTML oldu\u011fundan emin olmak i\u00e7in kontrol edin.", - "There is no email history for this course.": "Bu ders i\u00e7in e-posta ge\u00e7mi\u015fi bulunmuyor.", - "There must be at least one group.": "En az bir grup olmal\u0131.", - "There must be one cohort to which students can automatically be assigned.": "\u00d6\u011frencilerin otomatik olarak atanabildi\u011fi bir tane topluluk olmal\u0131d\u0131r.", - "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "Rapor olu\u015ftururken sorun oldu. \"Y\u00f6netici \u00d6zeti Olu\u015ftur\"'u se\u00e7iniz ve tekrar deneyiniz.", - "There was an error changing the user's role": "Kullan\u0131c\u0131n\u0131n rol\u00fcn\u00fc de\u011fi\u015ftirirken hata olu\u015ftu.", - "There was an error during the upload process.": "Y\u00fckleme i\u015flemi s\u0131ras\u0131nda bir hata olu\u015ftu.", - "There was an error obtaining email content history for this course.": "Bu ders i\u00e7in e-posta i\u00e7erik ge\u00e7mi\u015fini al\u0131rken hata olu\u015ftu.", - "There was an error obtaining email task history for this course.": "Bu ders i\u00e7in e-posta g\u00f6rev ge\u00e7mi\u015fini elde edilmesinde hata olmu\u015f.", - "There was an error retrieving preview results for this catalog. Please check that your query is correct and try again.": "Bu katalog i\u00e7in \u00f6nincelemeyi getirirken bir problem ger\u00e7ekle\u015fti. L\u00fctfen sorgunuzun do\u011fru oldu\u011funu kontrol edip tekrar deneyin.", - "There was an error updating your goal.": "Hedefinizi g\u00fcncellerken bir hata ger\u00e7ekle\u015fti.", + ], + "Noted in:": "Not Al\u0131nd\u0131:", + "Notes": "Notlar", + "Notes hidden": "Gizlenmi\u015f notlar", + "Notes visible": "G\u00f6r\u00fcn\u00fcr notlar", + "November": "Kas\u0131m", + "Now": "\u015eimdi", + "Number Sent": "G\u00f6nderim Say\u0131s\u0131", + "Number of Droppable": "At\u0131labilir Olanlar\u0131n Say\u0131s\u0131", + "Number of Students": "\u00d6\u011frencilerin Say\u0131s\u0131", + "Numbered List (Ctrl+O)": "Numaral\u0131 Liste (Ctrl+O)", + "Numbered list": "Numaral\u0131 liste", + "OK": "Tamam", + "ORDER NAME": "S\u0130PAR\u0130\u015e ADI", + "ORDER NUMBER": "S\u0130PAR\u0130\u015e NO", + "ORDER PLACED": "S\u0130PAR\u0130\u015e VER\u0130LD\u0130", + "October": "Ekim", + "Ok": "Tamam", + "One or more rescheduling tasks failed.": "Bir veya daha fazla yeniden zamanlama g\u00f6revi ba\u015far\u0131s\u0131z oldu.", + "Only ": "Sadece", + "Only <%= fileTypes %> files can be uploaded. Please select a file ending in <%= fileExtensions %> to upload.": "Sadece <%= fileTypes %> dosya uzant\u0131lar\u0131n\u0131 y\u00fckleyebilirsiniz. L\u00fctfen sonunda <%= fileExtensions %> uzant\u0131s\u0131 olan bir dosya y\u00fckleyin.", + "Only properly formatted .csv files will be accepted.": "Sadece d\u00fczg\u00fcn formatlanm\u0131\u015f .csv dosyalar\u0131 kabul edilecek.", + "Open Calculator": "Hesap Makinesini A\u00e7", + "Open language menu": "Dil men\u00fcs\u00fcn\u00fc a\u00e7\u0131n", + "Open the certificate you earned for the %(title)s program.": "%(title)s program\u0131nda hak kazand\u0131\u011f\u0131n\u0131z sertifikay\u0131 a\u00e7\u0131n.", + "Open/download this file": "Bu dosyay\u0131 A\u00e7/\u0130ndir", + "OpenAssessment Save Error": "A\u00e7\u0131kDe\u011ferlendirme Kay\u0131t Hatas\u0131", + "Option Deleted": "Se\u00e7enek Silindi", + "Optional Characteristics": "\u0130ste\u011fe Ba\u011fl\u0131 \u00d6zellikler", + "Optional long description": "\u0130ste\u011fe Ba\u011fl\u0131 Uzun A\u00e7\u0131klama", + "Optionally, link your personal accounts to the social media icons on your edX profile.": "\u0130ste\u011fe ba\u011fl\u0131 olarak, edX profilinizde sosyal medya hesap ba\u011flant\u0131lar\u0131n\u0131za yer verebilirsiniz.", + "Options for {license_name}": "{license_name} i\u00e7in se\u00e7enekler", + "Order Details": "Sipari\u015f Detaylar\u0131", + "Order History": "Sipari\u015f Ge\u00e7mi\u015fi", + "Order No.": "Sipari\u015f No.", + "Order Number": "Sipari\u015f numaras\u0131", + "Organization": "Kurulu\u015f", + "Organization ": "Organizasyon", + "Organization Name": "Organizasyon Ad\u0131", + "Organization of the signatory": "\u0130mza sahibinin organizasyonu", + "Organization:": "Kurum:", + "Other": "Di\u011fer", + "Overall Score": "Toplam Skor", + "PDF Chapters": "PDF B\u00f6l\u00fcmleri", + "Page break": "Sayfa sonu", + "Page number out of %(total_pages)s": "Sayfa numaras\u0131, mevcut %(total_pages)s sayfa say\u0131s\u0131yla uyumsuz", + "Pagination": "Sayfaland\u0131r\u0131c\u0131", + "Paragraph": "Paragraf", + "Passed Proctoring": "Ba\u015far\u0131l\u0131 G\u00f6zetmenli S\u0131nav", + "Password": "Parola", + "Password Status": "Parola Durumu", + "Password assistance": "Parola Hat\u0131rlatma", + "Password is incorrect": "Parola hatal\u0131", + "Passwords do not match.": "Parolalar e\u015fle\u015fmiyor.", + "Paste": "Yap\u0131\u015ft\u0131r", + "Paste as text": "Metin olarak yap\u0131\u015ft\u0131r", + "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Yap\u0131\u015ft\u0131rma \u015fimdi d\u00fcz metin modunda. Siz bu se\u00e7ene\u011fi kapatana kadar i\u00e7erikler d\u00fcz metin olarak kaydedilecek.", + "Paste row after": "Sonra sat\u0131r yap\u0131\u015ft\u0131r", + "Paste row before": "\u00d6nce sat\u0131r yap\u0131\u015ft\u0131r", + "Paste your embed code below:": "Yerle\u015ftirme kodunuzu a\u015fa\u011f\u0131ya yap\u0131\u015ft\u0131r\u0131n:", + "Path to Signature Image": "\u0130mza G\u00f6r\u00fcnt\u00fcs\u00fcne Olan Yol", + "Pause": "Duraklat", + "Peer": "Ki\u015fi", + "Pending Session Review": "Bekleyen Oturum \u0130ncelemesi", + "Photo": "Foto\u011fraf", + "Photo Captured successfully.": "Foto\u011fraf ba\u015far\u0131yla yakaland\u0131.", + "Photo ID": "Foto\u011frafl\u0131 Kimlik", + "Photo Identification": "Foto\u011frafl\u0131 Kimlik", + "Photo Verification": "Foto\u011fraf Do\u011frulama", + "Photo of %(fullName)s": "%(fullName)s'in foto\u011fraf\u0131", + "Photo of %(fullName)s's ID": "%(fullName)s'in Foto\u011frafl\u0131 Kimli\u011fi ", + "Photo requirements:": "Foto\u011fraf gereklilikleri:", + "Photos don't meet the requirements?": "Foto\u011fraflar gereksinimleri kar\u015f\u0131l\u0131yor mu?", + "Placeholder": "Yer tutucu", + "Play": "Oynat", + "Play video": "Videoyu oynat", + "Please Note": "L\u00fctfen Bildirin", + "Please add a photo of the instructor (Note: only JPEG or PNG format supported)": "E\u011fitmenin foto\u011fraf\u0131n\u0131 l\u00fctfen ekleyin (Not: Sadece JPEG ya da PNG destekleniyor)", + "Please add at least one chapter": "L\u00fctfen en az bir b\u00f6l\u00fcm ekleyin", + "Please add the institute where the instructor is associated": "L\u00fctfen e\u011fitmenin ba\u011fl\u0131 oldu\u011fu enstit\u00fc/b\u00f6l\u00fcm\u00fcn bilgisini ekleyin", + "Please add the instructor's biography": "L\u00fctfen e\u011fitmenin biyografisini ekleyin", + "Please add the instructor's name": "L\u00fctfen e\u011fitmen ad\u0131n\u0131 ekleyin", + "Please add the instructor's title": "L\u00fctfen e\u011fitmenin \u00fcnvan\u0131n\u0131 ekleyin", + "Please address the errors on this page first, and then save your progress.": "\u00d6ncelikle l\u00fctfen sayfadaki hatalar\u0131 yaz\u0131n\u0131z. Sonra kaydedebilirsiniz.", + "Please check the following validation feedbacks and reflect them in your course settings:": "L\u00fctfen a\u015fa\u011f\u0131daki onay geri bildirimlerini kontrol edin ve bunu ders ayarlar\u0131n\u0131za yans\u0131t\u0131n:", + "Please correct the outlined fields.": "L\u00fctfen alt\u0131 \u00e7izili alanlar\u0131 d\u00fczeltin.", + "Please describe this image or agree that it has no contextual value by checking the checkbox.": "L\u00fctfen bu g\u00f6rseli tan\u0131mlay\u0131n ya da onay kutucu\u011funa t\u0131klayarak a\u00e7\u0131klay\u0131c\u0131 bir bilginin bulunmad\u0131\u011f\u0131n\u0131 do\u011frulay\u0131n.", + "Please do not use any spaces in this field.": "L\u00fctfen bu alanda bo\u015fluk kullanmay\u0131n\u0131z.", + "Please do not use any spaces or special characters in this field.": "L\u00fctfen bu alanda bo\u015fluk ya da herhangi bir \u00f6zel karakter kullanmay\u0131n\u0131z.", + "Please enter a problem location.": "L\u00fctfen bir hata konumu giriniz.", + "Please enter a score.": "L\u00fctfen bir not girin.", + "Please enter a student email address or username.": "L\u00fctfen \u00f6\u011frenci e-posta adresini veya kullan\u0131c\u0131 ad\u0131n\u0131 giriniz.", + "Please enter a term in the {anchorStart} search field{anchorEnd}.": "L\u00fctfen {anchorStart}arama kutucu\u011funa{anchorEnd} d\u00f6nemi girin.", + "Please enter a username or email.": "L\u00fctfen kullan\u0131c\u0131 ad\u0131 veya e-posta adresi girin.", + "Please enter a valid donation amount.": "L\u00fctfen ge\u00e7erli ba\u011f\u0131\u015f miktar\u0131 giriniz.", + "Please enter an integer between %(min)s and %(max)s.": "%(min)s ve %(max)s aras\u0131nda say\u0131sal bir de\u011fer giriniz.", + "Please enter an integer between 0 and 100.": "0 ve 100 aras\u0131 bir say\u0131 giriniz.", + "Please enter an integer greater than 0.": "L\u00fctfen 0'dan b\u00fcy\u00fck bir tamsay\u0131 giriniz.", + "Please enter non-negative integer.": "L\u00fctfen negatif olmayan tamsay\u0131 giriniz.", + "Please enter valid start date and time.": "L\u00fctfen ge\u00e7erli bir ba\u015flang\u0131\u00e7 tarihi ve saati girin.", + "Please enter your %(field)s.": "L\u00fctfen %(field)s bilgisini girin.", + "Please fix the following errors:": "L\u00fctfen bu hatalar\u0131 \u00e7\u00f6z\u00fcn:", + "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "L\u00fctfen y\u00f6nergeleri takip ederek dosyan\u0131z\u0131 ba\u015fka bir yere y\u00fckleyin ve ve sadece dosyaya eri\u015fim i\u00e7in kullan\u0131labilecek ba\u011flant\u0131 adresini buraya y\u00fckleyin: {maxFileSizeRedirectUrl}", + "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "L\u00fctfen kay\u0131tlar\u0131n\u0131z i\u00e7in bu sayfan\u0131n \u00e7\u0131kt\u0131s\u0131n\u0131 fatura olarak al\u0131n. Ayn\u0131 bilgileri i\u00e7eren bir de e-posta alacaks\u0131n\u0131z.", + "Please provide a description of the link destination.": "L\u00fctfen ba\u011flant\u0131 konumuna dair bir a\u00e7\u0131klama yaz\u0131n.", + "Please provide a valid URL.": "L\u00fctfen ge\u00e7erli bir URL belirtin.", + "Please re-enter your password.": "L\u00fctfen parolan\u0131z\u0131 yeniden girin.", + "Please select a PDF file to upload.": "L\u00fctfen y\u00fcklemek i\u00e7in PDF dosyas\u0131 se\u00e7iniz.", + "Please select a file in .srt format.": "L\u00fctfen .srt format\u0131nda bir dosya se\u00e7iniz.", + "Please specify a reason.": "L\u00fctfen bir neden belirtin.", + "Please verify that you have uploaded a valid image (PNG and JPEG).": "L\u00fctfen ge\u00e7erli bir g\u00f6r\u00fcnt\u00fc (PNG veya JPEG) y\u00fckledi\u011finizi do\u011frulay\u0131n.", + "Please verify that your webcam is connected and that you have allowed your browser to access it.": "L\u00fctfen web kameran\u0131z\u0131n ba\u011fl\u0131 oldu\u011funu ve taray\u0131c\u0131n\u0131z\u0131n eri\u015fime izni oldu\u011funu do\u011frulay\u0131n.", + "Please wait": "L\u00fctfen bekleyin", + "Plugins": "Eklentiler", + "Post": "G\u00f6nderi", + "Poster": "Poster", + "Practice Exam Completed": "Al\u0131\u015ft\u0131rma S\u0131nav\u0131 Tamamland\u0131", + "Practice Exam Failed": "Al\u0131\u015ft\u0131rma S\u0131nav\u0131 Ba\u015far\u0131s\u0131z", + "Practice Proctored": "G\u00f6zetmenli Uygula", + "Practice proctored Exam": "G\u00f6zetmenli S\u0131nav\u0131 Uygula", + "Pre": "\u00d6n", + "Preferred Language": "Tercih Edilen Dil", + "Preformatted": "\u00d6nceden bi\u00e7imlendirilmi\u015f", + "Prerequisite:": "\u00d6nko\u015ful:", + "Prerequisite: %(prereq_display_name)s": "\u00d6n gereklilik: %(prereq_display_name)s", + "Press Add to language": "Dil Eklemek i\u00e7in Ekle'ye T\u0131kla", + "Press Remove to remove language": "Dili kald\u0131rmak i\u00e7in l\u00fctfen \"Kald\u0131r\"a t\u0131klay\u0131n", + "Press UP to enter the speed menu then use the UP and DOWN arrow keys to navigate the different speeds, then press ENTER to change to the selected speed.": "H\u0131z men\u00fcs\u00fcne girmek i\u00e7in YUKARI tu\u015funa bas\u0131n, farkl\u0131 h\u0131zlarda gezinmek i\u00e7in YUKARI ve A\u015eA\u011eI ok tu\u015flar\u0131n\u0131 kullan\u0131n, se\u00e7ilen h\u0131z\u0131 de\u011fi\u015ftirmek i\u00e7inse G\u0130R\u0130\u015e d\u00fc\u011fmesine bas\u0131n.", + "Press change to change selected transcript provider.": "Se\u00e7ili altyaz\u0131 sa\u011flay\u0131c\u0131s\u0131n\u0131 de\u011fi\u015ftirmek i\u00e7in De\u011fi\u015ftir'e t\u0131klay\u0131n.", + "Press close to hide course video settings": "Ders video ayarlar\u0131n\u0131 gizlemek i\u00e7in Kapat'a t\u0131klay\u0131n", + "Press discard changes to discard changes.": "De\u011fi\u015fiklikleri \u00e7\u0131kartmak i\u00e7in de\u011fi\u015fiklikleri \u00e7\u0131kart tu\u015funa bas\u0131n.", + "Press discard changes to discard your changes.": "De\u011fi\u015fikliklerinizi kald\u0131rmak i\u00e7in de\u011fi\u015fiklikleri \u00e7\u0131kart'a bas\u0131n.", + "Press the UP arrow key to enter the language menu then use UP and DOWN arrow keys to navigate language options. Press ENTER to change to the selected language.": "Dil men\u00fcs\u00fcne girmek i\u00e7in YUKARI ok tu\u015funa bas\u0131n, dil se\u00e7eneklerinde gezinmek i\u00e7inse YUKARI ve A\u015eA\u011eI ok tu\u015flar\u0131n\u0131 kullan\u0131n. Se\u00e7ilen dili belirlemek i\u00e7in G\u0130R\u0130\u015e tu\u015funa bas\u0131n.", + "Press update settings to update course video settings": "Ders video ayarlar\u0131n\u0131 g\u00fcncellemek i\u00e7in G\u00fcncelle'ye t\u0131klay\u0131n", + "Press update settings to update the information for your organization.": "Kurumunuz hakk\u0131ndaki bilgileri g\u00fcncelledikten sonra Ayarlar\u0131 G\u00fcncelle'ye t\u0131klay\u0131n.", + "Prev": "\u00d6nceki", + "Prevent students from generating certificates in this course?": "Bu dersteki \u00f6\u011frencilerin sertifika olu\u015fturmas\u0131n\u0131 engelle?", + "Preview": "\u00d6nizleme", + "Preview Certificate": "Sertifikay\u0131 \u00d6nizle", + "Preview of uploaded image": "Y\u00fcklenen g\u00f6rselin \u00f6nizlemesi", + "Preview this query": "Bu sorguyu \u00f6nizleyin", + "Previous": "\u00d6nceki", + "Previous Uploads": "\u00d6nceki Y\u00fcklemeler", + "Previous Uploads table has been updated.": "\u00d6nceki Y\u00fcklemeler tablosu g\u00fcncellendi.", + "Previously published": "Daha \u00f6nce yay\u0131nlanan", + "Print": "Yazd\u0131r", + "Processing Re-run Request": "Yeniden \u00c7al\u0131\u015ft\u0131rma \u0130ste\u011fi \u0130\u015fleniyor", + "Proctored": "G\u00f6zetmenli", + "Proctored Exam": "G\u00f6zetmenli S\u0131nav", + "Proctored Option Available": "G\u00f6zetmenli Se\u00e7enek Mevcut", + "Proctored Option No Longer Available": "G\u00f6zetmenli Se\u00e7enek Art\u0131k Mevcut De\u011fil", + "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.": "G\u00f6zetmenli s\u0131navlar zaman s\u0131n\u0131rl\u0131d\u0131r ve s\u0131nav s\u00fcresince \u00f6\u011frencileri videoya kaydeder. Bu videolar \u00f6\u011frencilerin s\u0131nav kurallar\u0131na uymalar\u0131n\u0131 belgeler.", + "Proctoring": "G\u00f6zetmenli", + "Proctoring Session Results Update for {course_name} {exam_name}": "{course_name} dersi {exam_name} s\u0131nav\u0131 i\u00e7in G\u00f6zetmenli S\u0131nav Sonu\u00e7lar\u0131 G\u00fcncellemesi", + "Proctoring Settings": "G\u00f6zetmen Ayarlar\u0131", + "Product Name": "\u00dcr\u00fcn Ad\u0131", + "Professional Certificate for {courseName}": "{courseName} i\u00e7in Profesyonel Sertifika", + "Professional Education": "Profesyonel E\u011fitim", + "Professional Education Verified Certificate": "Profesyonel E\u011fitim Onayl\u0131 Sertifika", + "Profile": "Profil", + "Profile Image": "Profil Resmi", + "Profile Visibility:": "Profil G\u00f6r\u00fcn\u00fcrl\u00fc\u011f\u00fc:", + "Profile image for {username}": "{username} i\u00e7in profil resmi", + "Program Record": "Program Kayd\u0131", + "Promote another member to Admin to remove your admin rights": "Y\u00f6netici haklar\u0131n\u0131z\u0131 kald\u0131rmak i\u00e7in ba\u015fka bir y\u00f6netici tayin edin", + "Provisional": "Ge\u00e7ici", + "Provisionally Supported": "Ge\u00e7ici Destek", + "Publish": "Yay\u0131nla", + "Publish all unpublished changes for this {item}?": "Bu {item} \u00f6\u011fe i\u00e7in yap\u0131lan t\u00fcm yay\u0131nlanmam\u0131\u015f de\u011fi\u015fiklikler yay\u0131na al\u0131ns\u0131n m\u0131?", + "Publish {display_name}": "Yay\u0131nla {display_name}", + "Published (not yet released)": "Yay\u0131mland\u0131 (hen\u00fcz yay\u0131nlanmad\u0131)", + "Published and Live": "Yay\u0131nland\u0131 ve Canl\u0131", + "Publishing": "Yay\u0131nlama", + "Publishing Status": "Yay\u0131nlanma Durumu", + "Queued": "Kuyru\u011fa Al\u0131nd\u0131", + "REMAINING COURSES": "KALAN DERSLER", + "Re-run Course": "Dersi Yeniden \u00c7al\u0131\u015ft\u0131r", + "Read More": "Daha Fazlas\u0131 \u0130\u00e7in", + "Read more": "Daha fazlas\u0131", + "Ready To Start": "Ba\u015flamaya Haz\u0131r", + "Ready To Submit": "G\u00f6ndermeye Haz\u0131r", + "Reason": "Neden", + "Reason field should not be left blank.": "Sebep alan\u0131 bo\u015f b\u0131rak\u0131lmamal\u0131d\u0131r.", + "Reason for change:": "De\u011fi\u015fim nedeni:", + "Receive updates": "G\u00fcncellemeleri al", + "Recent Activity": "Son Etkinlik", + "Recommended image resolution is {imageResolution}, maximum image file size should be {maxFileSize} and format must be one of {supportedImageFormats}.": "Tavsiye edilen g\u00f6rsel \u00e7\u00f6z\u00fcn\u00fcrl\u00fc\u011f\u00fc {imageResolution}, maksimum g\u00f6rsel dosya boyutu {maxFileSize} ve {supportedImageFormats} formatlar\u0131ndan birisi olmal\u0131d\u0131r.", + "Recover my password": "Parolam\u0131 kurtar", + "Recovery Email Address": "Kurtarma E-posta Adresi", + "Redo": "Yinele", + "Redo (Ctrl+Shift+Z)": "Yeniden Yap (Ctrl+Shift+Z)", + "Redo (Ctrl+Y)": "Yeniden Yap (Ctrl+Y)", + "Regenerate": "Yeniden olu\u015ftur", + "Regenerate the user's certificate": "Kullan\u0131c\u0131n\u0131n sertifikas\u0131n\u0131 yeniden olu\u015ftur", + "Register with Institution/Campus Credentials": "Kurum / Kamp\u00fcs Kimlik Bilgileri ile Kay\u0131t", + "Rejected": "Reddedildi", + "Release Date and Time": "Yay\u0131m Tarih ve Zaman\u0131", + "Release Date:": "Yay\u0131m Tarihi:", + "Release Status:": "Yay\u0131n Durumu:", + "Release Time in UTC:": "UTC'de \u00e7\u0131k\u0131\u015f zaman\u0131:", + "Release:": "S\u00fcr\u00fcm:", + "Released:": "Yay\u0131nland\u0131:", + "Remaining": "Kalan", + "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "Kald\u0131rma devam ediyor. Hatalardan ka\u00e7\u0131nmak i\u00e7in, i\u015flem tamamlanana kadar bu sayfada kal\u0131n.", + "Remove": "Kald\u0131r", + "Remove Transcript": "Altyaz\u0131y\u0131 Kald\u0131r", + "Remove all": "T\u00fcm\u00fcn\u00fc kald\u0131r", + "Remove chapter %(chapterDisplayName)s": "B\u00f6l\u00fcm\u00fc kald\u0131r %(chapterDisplayName)s ", + "Remove file": "Dosya kald\u0131r", + "Remove from Invalidation Table": "Ge\u00e7ersizle\u015ftirme Tablosundan Kald\u0131r", + "Remove from List": "Listeden Kald\u0131r", + "Remove link": "Ba\u011flant\u0131y\u0131 kald\u0131r", + "Remove subsection %(subsectionDisplayName)s": "Altb\u00f6l\u00fcm\u00fc kald\u0131r %(subsectionDisplayName)s", + "Remove this team member?": "Bu tak\u0131m \u00fcyesini \u00e7\u0131kart?", + "Remove this video": "Bu videoyu kald\u0131r", + "Remove unit %(unitName)s": "Birimi kald\u0131r %(unitName)s", + "Remove {role} Access": "{role} Eri\u015fimini Kald\u0131r", + "Remove {video_name} video": "{video_name} isimli videoyu kald\u0131r", + "Removing": "Kald\u0131rma", + "Removing a video from this list does not affect course content. Any content that uses a previously uploaded video ID continues to display in the course.": "Bu listeden bir videoyu kald\u0131rmak ders i\u00e7eri\u011fini etkilemez. Ge\u00e7mi\u015fte y\u00fckl\u00fc olan video kimli\u011fini kullanan i\u00e7erikler derste g\u00f6sterilmeye devam edecek.", + "Replace": "\u00dcst\u00fcne yaz", + "Replace all": "T\u00fcm\u00fcn\u00fc de\u011fi\u015ftir", + "Replace with": "De\u011fi\u015ftir", + "Reply to Annotation": "\u0130pu\u00e7lar\u0131na Yan\u0131t Ver", + "Report abuse, topics, and responses": "\u0130hlalleri, konular\u0131 ve yan\u0131tlar\u0131 bildir", + "Requester": "\u0130steyen", + "Required": "Gerekli", + "Required field.": "Gerekli alan.", + "Rescore problem '<%- problem_id %>' for all students?": "T\u00fcm \u00f6\u011frenciler i\u00e7in '<%- problem_id %>' problemini yeniden notland\u0131r?", + "Reset My Password": "Parolam\u0131 S\u0131f\u0131rla", + "Reset Password": "Parola S\u0131f\u0131rla", + "Reset Your Password": "Parolan\u0131z\u0131 S\u0131f\u0131rlay\u0131n", + "Reset attempts for all students on problem '<%- problem_id %>'?": "'<%- problem_id %>' nolu problem i\u00e7in b\u00fct\u00fcn \u00f6\u011frencilerin denemelerini s\u0131f\u0131rla?", + "Responses could not be loaded. Refresh the page and try again.": "Cevaplar y\u00fcklenemedi. Sayfay\u0131 yenileyin ve tekrar deneyin.", + "Restore enrollment code": "Kay\u0131tlanma kodunu yeniden y\u00fckle", + "Restore last draft": "Son tasla\u011f\u0131 eski haline getir", + "Restrict access to:": "Eri\u015fim hakk\u0131n\u0131 k\u0131s\u0131tla:", + "Retake Photo": "Yeniden Foto\u011fraf \u00c7ek", + "Retake Your Photos": "Fotolar\u0131n\u0131z\u0131 Tekrar \u00c7ekiniz", + "Retrieving enrollment status...": "Kay\u0131tlanma durumu \u00e7ekiliyor...", + "Retry Verification": "Yeniden Do\u011frulama", + "Return and add email address": "Geri d\u00f6n ve e-posta adresi ekle", + "Return to Export": "D\u0131\u015fa Aktarmaya Geri D\u00f6n", + "Return to Your Dashboard": "Panele Geri D\u00f6n", + "Return to team listing": "Tak\u0131m listesine geri d\u00f6n", + "Review Policy Exception": "\u0130nceleme Politikas\u0131 \u0130stisnas\u0131", + "Review Rules": "Kurallar\u0131 G\u00f6zden Ge\u00e7ir", + "Review Your Photos": "Foto\u011fraf\u0131m\u0131 G\u00f6ster", + "Review your info": "Bilgilerinizi G\u00f6zden Ge\u00e7irin", + "Revoke access": "Eri\u015fimi yetkisini geri ver", + "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Zengin Metin Alan\u0131. Men\u00fc i\u00e7in ALT-F9'a bas\u0131n\u0131z. Ara\u00e7 \u00e7ubu\u011fu i\u00e7in ALT-F10'a bas\u0131n\u0131z. Yard\u0131m i\u00e7in ALT-0'a bas\u0131n\u0131z", + "Right": "Sa\u011f", + "Right to left": "Sa\u011fdan sola", + "Robots": "Robotlar", + "Role field should not be left unselected.": "Rol alan\u0131 se\u00e7ilmemi\u015f olmamal\u0131d\u0131r.", + "Row": "Sat\u0131r", + "Row group": "Sat\u0131r grubu", + "Row properties": "Sat\u0131r \u00f6zellikleri", + "Row type": "Sat\u0131r tipi", + "Rows": "Sat\u0131rlar", + "Save": "Kaydet", + "Save Changes": "De\u011fi\u015fikleri Kaydet", + "Save changes": "De\u011fi\u015fikleri kaydet", + "Saved cohort": "Kaydedilen topluluk", + "Saving": "Kaydediliyor", + "Saving your email preference": "E-posta tercihleriniz kaydediliyor", + "Saving...": "Kaydediliyor...", + "Scheduled:": "Planland\u0131:", + "Scope": "Faaliyet alan\u0131", + "Search": "Ara", + "Search Results": "Arama Sonu\u00e7lar\u0131", + "Search all posts": "T\u00fcm g\u00f6nderilerde ara", + "Search teams": "Tak\u0131mlar\u0131 ara", + "Search the {platform} Help Center": "{platform} Yard\u0131m Merkezi'nde Ara", + "Second Review Required": "\u0130kinci Bir \u0130nceleme Gerekli", + "Section": "B\u00f6l\u00fcm", + "Section Highlights": "B\u00f6l\u00fcm Renkli Vurgulamalar\u0131", + "Section Visibility": "B\u00f6l\u00fcm G\u00f6r\u00fcn\u00fcrl\u00fc\u011f\u00fc", + "Sections": "B\u00f6l\u00fcmler", + "Security": "G\u00fcvenlik", + "See all teams in your course, organized by topic. Join a team to collaborate with other learners who are interested in the same topic as you are.": "Dersinizdeki konu etraf\u0131nda \u015fekillenen t\u00fcm tak\u0131mlar\u0131 g\u00f6r\u00fcn. Sizinle ayn\u0131 konuyla ilgilenen di\u011fer \u00f6\u011frencilerle i\u015fbirli\u011fi yapmak i\u00e7in bir tak\u0131ma kat\u0131l\u0131n.", + "Select": "Se\u00e7", + "Select Session": "Oturumu Se\u00e7", + "Select a Content Group": "Bir \u0130\u00e7erik Grubu Se\u00e7iniz", + "Select a chapter": "Bir b\u00f6l\u00fcm se\u00e7in", + "Select a cohort": "Bir topluluk se\u00e7iniz", + "Select a cohort to manage": "Y\u00f6netilecek toplulu\u011fu se\u00e7in", + "Select a course or select \"Not specific to a course\" for your support request.": "Destek talebiniz i\u00e7in dersi ya da \"Bir derse \u00f6zel de\u011fil\" se\u00e7ene\u011fini belirtin.", + "Select a group type": "Grup t\u00fcr\u00fcn\u00fc se\u00e7in", + "Select a prerequisite subsection and enter a minimum score percentage and minimum completion percentage to limit access to this subsection. Allowed values are 0-100": "\u00d6nko\u015ful altb\u00f6l\u00fcm\u00fcn\u00fc se\u00e7in ve bu altb\u00f6l\u00fcme eri\u015fimi s\u0131n\u0131rlamak i\u00e7in gerekli minimum skor y\u00fczdesini girin ve minimum tamamlama y\u00fczdesini ekleyin. \u0130zin verilen de\u011ferler 0-100 aras\u0131d\u0131r", + "Select a section or problem": "Bir b\u00f6l\u00fcm ya da problem se\u00e7in", + "Select a session:": "Bir oturum se\u00e7:", + "Select a subject for your support request.": "Destek talebiniz i\u00e7in bir konu se\u00e7in.", + "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.": "S\u0131nav i\u00e7in ayr\u0131lan s\u00fcreyi se\u00e7in. E\u011fer 24 saatten fazlaysa, s\u00fcreyi yazarak girin. E\u011fitmen Paneli arac\u0131l\u0131\u011f\u0131yla belli \u00f6\u011frencilere s\u0131nav\u0131 tamamlamalar\u0131 i\u00e7in daha fazla s\u00fcre tan\u0131mlayabilirsiniz.", + "Select all": "T\u00fcm\u00fcn\u00fc se\u00e7", + "Select language": "Dil Se\u00e7imi", + "Select one or more groups:": "Bir ya da daha fazla grup se\u00e7in:", + "Select the course-wide discussion topics that you want to divide.": "B\u00f6lmek istedi\u011finiz ders-geneli tart\u0131\u015fma konular\u0131n\u0131 se\u00e7in.", + "Select the time zone for displaying course dates. If you do not specify a time zone, course dates, including assignment deadlines, will be displayed in your browser's local time zone.": "Ders tarihleri g\u00f6sterimi i\u00e7in saat dilimini se\u00e7in. Herhangi bir saat dilimini se\u00e7memeniz durumunda, g\u00f6rev teslimleri d\u00e2hil olmak \u00fczere t\u00fcm ders tarihleri, web taray\u0131c\u0131n\u0131z\u0131n yerel zaman\u0131na g\u00f6re g\u00f6sterilecektir. ", + "Selected tab": "Se\u00e7ili sekme", + "Self": "Kendin", + "Send to:": "G\u00f6nderilecek ki\u015fi:", + "Sent By": "G\u00f6nderen:", + "Sent By:": "G\u00f6nderen:", + "Sent To": "G\u00f6nderilecek ki\u015fi", + "Sent To:": "G\u00f6nderilecek ki\u015fi:", + "September": "Eyl\u00fcl", + "Sequence error! Cannot navigate to %(tab_name)s in the current SequenceModule. Please contact the course staff.": "S\u0131ralama hatas\u0131! \u015eu anki S\u0131ralamaMod\u00fcl\u00fcndeki %(tab_name)s sekmesine gidilemedi. L\u00fctfen ders personeline ula\u015f\u0131n.", + "Server Error, Please refresh the page and try again.": "Sunucu Hatas\u0131, L\u00fctfen sayfay\u0131 yenileyin ve tekrar deneyin.", + "Server error.": "Sunucu hatas\u0131.", + "Session Selection Dropdown for {courseName}": "{courseName} i\u00e7in Oturum Se\u00e7imi A\u00e7\u0131l\u0131r Men\u00fcs\u00fc", + "Set Access": "Eri\u015fim Ver", + "Set as a Special Exam": "\u00d6zel bir s\u0131nav olarak olu\u015ftur", + "Set up your certificate": "Sertifikan\u0131z\u0131 kurun", + "Settings": "Ayarlar", + "Settings updated": "Ayarlar g\u00fcncellendi", + "Share": "Payla\u015f", + "Share Alike": "Share Alike", + "Share on Mozilla Backpack": "Mozilla Backpack \u00fczerinde payla\u015f", + "Share your \"%(display_name)s\" award": "%(display_name)s \u00f6d\u00fcl\u00fcn\u00fc payla\u015f", + "Short explanation": "K\u0131sa a\u00e7\u0131klama", + "Show": "G\u00f6ster", + "Show All": "Hepsini G\u00f6ster", + "Show Annotations": "\u0130pu\u00e7lar\u0131n\u0131 g\u00f6ster", + "Show Deprecated Settings": "Kald\u0131r\u0131lan Ayarlar\u0131 G\u00f6ster", + "Show Discussion": "Tart\u0131\u015fmay\u0131 G\u00f6ster", + "Show Less": "Daha Az G\u00f6ster", + "Show More": "Daha Fazla G\u00f6ster", + "Show Previews": "\u00d6nizlemeleri G\u00f6ster", + "Show assessment results when subsection is past due": "De\u011ferlendirme sonu\u00e7lar\u0131n\u0131 altb\u00f6l\u00fcm\u00fcn son tarihi ge\u00e7ince g\u00f6ster", + "Show blocks": "Bloklar\u0131 g\u00f6ster", + "Show entire subsection": "T\u00fcm altb\u00f6l\u00fcm\u00fc g\u00f6ster", + "Show invisible characters": "Gizli karakterleri g\u00f6ster", + "Show me other ways to sign in or register": "Giri\u015f Yapmak veya Kay\u0131t Olmak i\u00e7in di\u011fer se\u00e7enekleri g\u00f6ster", + "Show notes": "Notlar\u0131 g\u00f6ster", + "Show posts by {username}.": "{username} kullan\u0131c\u0131s\u0131n\u0131n g\u00f6nderilerini g\u00f6ster.", + "Show transcripts ({totalTranscripts})": "Altyaz\u0131lar\u0131 g\u00f6ster ({totalTranscripts})", + "Show transcripts ({transcriptCount})": "Altyaz\u0131lar\u0131 g\u00f6ster ({transcriptCount})", + "Showing all responses": "B\u00fct\u00fcn cevaplar\u0131 g\u00f6steriyor", + "Showing results for \"{searchString}\"": "\"{searchString}\" i\u00e7in sonu\u00e7lar g\u00f6steriliyor", + "Showing {firstIndex} out of {numItems} total": "{numItems} toplam\u0131n\u0131n \u00fczerinden {firstIndex} g\u00f6steriliyor", + "Showing {firstIndex}-{lastIndex} out of {numItems} total": "{numItems} adetten {firstIndex}-{lastIndex} aras\u0131 g\u00f6steriiyor", + "Sign In": "Giri\u015f", + "Sign in": "Giri\u015f Yap", + "Sign in here using your email address and password, or use one of the providers listed below.": "Buradaki e-posta adresinizi ve parolan\u0131z\u0131 kullanarak veya a\u015fa\u011f\u0131da listelenen sa\u011flay\u0131c\u0131lar\u0131ndan birini kullarak oturumu a\u00e7\u0131n.", + "Sign in here using your email address and password.": "Buradaki e-posta adresinizi ve parolan\u0131z\u0131 kullanarak oturum a\u00e7\u0131n.", + "Sign in to continue learning": "\u00d6\u011frenmeye devam etmek i\u00e7in giri\u015f yap", + "Sign in to continue learning as {email}": "\u00d6\u011frenmeye devam etmek i\u00e7in {email} olarak giri\u015f yap", + "Sign in to {platform} so we can help you better.": "{platform} platformuna kaydolarak size daha iyi yard\u0131m etmemizi sa\u011flayabilirsiniz.", + "Sign in using %(providerName)s": "%(providerName)s kullan\u0131larak Oturum a\u00e7\u0131ld\u0131", + "Sign in with %(providerName)s": "%(providerName)s ile Oturum A\u00e7", + "Sign in with Institution/Campus Credentials": "Kurum / Kamp\u00fcs kimlik bilgileri ile giri\u015f yap\u0131n", + "Sign in.": "Giri\u015f yap.", + "Signatory": "\u0130mzac\u0131", + "Signatory field(s) has invalid data.": "\u0130mzac\u0131 alan(lar\u0131) ge\u00e7ersiz veri i\u00e7eriyor.", + "Signature Image": "\u0130mza G\u00f6r\u00fcnt\u00fcs\u00fc", + "Skip": "Atla", + "Social Media Links": "Sosyal Medya Ba\u011flant\u0131lar\u0131", + "Some Rights Reserved": "Baz\u0131 Haklar\u0131 Sakl\u0131d\u0131r", + "Some images in this post have been omitted": "Bu g\u00f6nderideki baz\u0131 g\u00f6rseller atland\u0131", + "Something went wrong changing this enrollment. Please try again.": "Bu kayd\u0131 de\u011fi\u015ftirirken bir \u015feyler yanl\u0131\u015f gitti. L\u00fctfen tekrar deneyin.", + "Something went wrong. Please try again later.": "Bir \u015feyler yanl\u0131\u015f gitti. L\u00fctfen daha sonra tekrar deneyin.", + "Sorry, no results were found.": "\u00dczg\u00fcn\u00fcz, hi\u00e7bir sonu\u00e7 bulunamad\u0131.", + "Sorry, there was an error parsing the subtitles that you uploaded. Please check the format and try again.": "\u00dczg\u00fcn\u00fcz, y\u00fckledi\u011finiz altyaz\u0131lar\u0131 tararken hatayla kar\u015f\u0131la\u015f\u0131ld\u0131. L\u00fctfen dosya bi\u00e7imini kontrol edin ve tekrar deneyin.", + "Sorry, there was an error trying to process your request. Please try again later.": "\u00d6z\u00fcr dileriz, talebinizi i\u015flerken bir hata olu\u015ftu. L\u00fctfen daha sonra tekrar deneyin.", + "Sorted by": "S\u0131ralanma \u015fekli", + "Source": "Kaynak", + "Source code": "Kaynak kod", + "Special character": "\u00d6zel karakter", + "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "Sertifikada g\u00f6r\u00fcnt\u00fclemek i\u00e7in alternatif resmi ders ba\u015fl\u0131\u011f\u0131 belirleyin. Resmi ders ba\u015fl\u0131\u011f\u0131n\u0131 kullanmak i\u00e7in bo\u015f b\u0131rak\u0131n.", + "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam, along with the {linkStart}general proctored exam rules{linkEnd}.": "T\u00fcm kural ya da kural istisnalar\u0131n\u0131 detayland\u0131r ki, g\u00f6zetmen inceleme kurulu videolara g\u00f6z atarken \u015f\u00fcphe b\u0131rakmayacak \u015fekilde uygulayabilsin. \u00d6rne\u011fin, hesap makinesine izin verildi\u011fini belirtebilirsiniz. Belirlenen bu kurallar {linkStart}genel g\u00f6zetmenli s\u0131nav kurallar\u0131{linkEnd} ile birlikte \u00f6\u011frencilere s\u0131nav ba\u015flamadan \u00f6nce g\u00f6r\u00fcn\u00fcr olacak.", + "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam.": "T\u00fcm kural ya da kural istisnalar\u0131n\u0131 detayland\u0131r ki, g\u00f6zetmen inceleme kurulu videolara g\u00f6z atarken \u015f\u00fcphe b\u0131rakmayacak \u015fekilde uygulayabilsin. \u00d6rne\u011fin, hesap makinesine izin verildi\u011fini belirtebilirsiniz. Belirlenen kurallar \u00f6\u011frencilere s\u0131nav ba\u015flamadan \u00f6nce g\u00f6r\u00fcn\u00fcr olacak.", + "Specify whether content-specific discussion topics are divided.": "\u0130\u00e7erik odakl\u0131 konular\u0131n ne ko\u015fullarda b\u00f6l\u00fcnece\u011fini belirtin.", + "Specify whether discussion topics are divided": "E\u011fer tart\u0131\u015fma konular\u0131 b\u00f6l\u00fcnd\u00fcyse belirtin", + "Speed": "H\u0131z", + "Spellcheck": "Yaz\u0131m denetimi", + "Split cell": "H\u00fccreyi b\u00f6l", + "Square": "Kare", + "Staff": "Personel", + "Staff Only": "Sadece Personel", + "Staff and Learners": "Personel ve \u00d6\u011frenciler", + "Start Date": "Ba\u015flama Tarihi", + "Start Proctored Exam": "G\u00f6zetmenli S\u0131nava Ba\u015fla", + "Start System Check": "Sistem Denetimine Ba\u015fla", + "Start generating certificates for all students in this course?": "Bu dersteki t\u00fcm \u00f6\u011frenciler i\u00e7in sertifika olu\u015fturmay\u0131 ba\u015flat?", + "Start of transcript. Skip to the end.": "Altyaz\u0131n\u0131n ba\u015flang\u0131c\u0131. Sona atla.", + "Start regenerating certificates for students in this course?": "Bu dersteki \u00f6\u011frenciler i\u00e7in sertifika yeniden olu\u015fturmay\u0131 ba\u015flat?", + "Start search": "Aramaya ba\u015fla", + "Start working toward your next learning goal.": "Bir sonraki hedefin i\u00e7in \u00e7al\u0131\u015fmaya ba\u015fla.", + "Started": "Ba\u015flad\u0131", + "Started {start}": "Ba\u015flad\u0131 {start}", + "Starts": "Ba\u015flama Tarihi", + "Starts {start}": "Ba\u015fl\u0131yor {start}", + "Starts: %(start_date)s": "Ba\u015fl\u0131yor: %(start_date)s", + "State": "Durum", + "Status": "Durum", + "Status of Your Response": "Cevab\u0131n\u0131z\u0131n Durumu", + "Strikethrough": "\u00dcst\u00fc \u00e7izgili", + "Student": "\u00d6\u011frenci", + "Student Removed from certificate white list successfully.": "\u00d6\u011frenci sertifika beyaz listesinden ba\u015far\u0131yla kald\u0131r\u0131ld\u0131.", + "Student email or username": "\u00d6\u011frenci e-postas\u0131 ve kullan\u0131c\u0131 ad\u0131", + "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Add to Exception List\" button.": "\u00d6\u011frenci kullan\u0131c\u0131 ad\u0131/e-posta alan\u0131n\u0131n doldurulmas\u0131 gereklidir ve bo\u015f b\u0131rak\u0131lamaz. L\u00fctfen kullan\u0131c\u0131 ad\u0131/e-posta alan\u0131n\u0131 doldurun ve ard\u0131ndan \"\u0130stisna Listesine Ekle\" tu\u015funa bas\u0131n.", + "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Invalidate Certificate\" button.": "\u00d6\u011frenci kullan\u0131c\u0131 ad\u0131/e-posta alan\u0131n\u0131n doldurulmas\u0131 gereklidir ve bo\u015f b\u0131rak\u0131lamaz. L\u00fctfen kullan\u0131c\u0131 ad\u0131/e-posta alan\u0131n\u0131 doldurun ve ard\u0131ndan \"Sertifikay\u0131 Ge\u00e7ersizle\u015ftir\" tu\u015funa bas\u0131n.", + "Studio's having trouble saving your work": "Studio yapt\u0131\u011f\u0131n\u0131z i\u015fi kaydetme konusunda zorluk ya\u015f\u0131yor", + "Studio:": "Studio:", + "Style": "Stil", + "Subject": "Konu", + "Subject:": "Konu", + "Submission aborted! Sorry, your browser does not support file uploads. If you can, please use Chrome or Safari which have been verified to support file uploads.": "G\u00f6nderim iptal edildi. \u00dczg\u00fcn\u00fcz ama taray\u0131c\u0131n\u0131z dosya g\u00f6nderimini desteklemiyor. Yapabiliyorsan\u0131z, Chrome ya da Safari gibi dosya g\u00f6nderimini destekleyen daha modern bir taray\u0131c\u0131 kullan\u0131n.", + "Submit": "G\u00f6nder", + "Submit Application": "Ba\u015fvuruyu G\u00f6nder", + "Submit enrollment change": "Kay\u0131t de\u011fi\u015fimini g\u00f6nder", + "Submitted": "Girildi", + "Subscript": "Alt simge", + "Subsection": "Altb\u00f6l\u00fcm", + "Subsection Visibility": "Altb\u00f6l\u00fcm G\u00f6r\u00fcn\u00fcrl\u00fc\u011f\u00fc", + "Subsection is hidden after course end date": "Altb\u00f6l\u00fcm ders biti\u015f tarihinden sonra gizlenecek", + "Subsection is hidden after due date": "Altb\u00f6l\u00fcm \u015fu tarihten sonra gizlenecek", + "Subsections": "Alt B\u00f6l\u00fcmler", + "Success": "Ba\u015far\u0131", + "Success! \"{displayName}\" has been moved.": "Kutlar\u0131z! \"{displayName}\" ta\u015f\u0131nd\u0131.", + "Success! Problem attempts reset for problem '<%- problem_id %>' and student '<%- student_id %>'.": "Ba\u015far\u0131l\u0131! '<%- problem_id %>' nolu problem ve '<%- student_id %>' nolu \u00f6\u011frenci i\u00e7in problem denemeleri s\u0131f\u0131rland\u0131.", + "Successfully deleted student state for user {user}": "{user} i\u00e7in \u00f6\u011frencilik durumu silindi.", + "Successfully enrolled and sent email to the following users:": "A\u015fa\u011f\u0131daki kullan\u0131c\u0131lar ba\u015far\u0131yla kaydedildi ve e-posta g\u00f6nderildi:", + "Successfully enrolled the following users:": "A\u015fa\u011f\u0131daki kullan\u0131c\u0131lar ba\u015far\u0131yla kaydedildi:", + "Successfully rescored problem for user {user}": "{user} adl\u0131 kullan\u0131c\u0131n\u0131n problemi tekrar notland\u0131r\u0131ld\u0131.", + "Successfully rescored problem to improve score for user {user}": "{user} kullan\u0131c\u0131s\u0131n\u0131n notunu y\u00fckseltecek \u015fekilde problem yeniden notland\u0131r\u0131ld\u0131", + "Successfully reset the attempts for user {user}": "{user} adl\u0131 kullan\u0131c\u0131n\u0131n denemeleri ba\u015far\u0131yla s\u0131f\u0131rland\u0131", + "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "A\u015fa\u011f\u0131daki kullan\u0131c\u0131lara kay\u0131t e-postalar\u0131 ba\u015far\u0131yla g\u00f6nderildi. Kay\u0131t bilgilerini girdikten sonra sonra kay\u0131t yapmalar\u0131na izin verilecektir.", + "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "A\u015fa\u011f\u0131daki kullan\u0131c\u0131lara kay\u0131t e-postalar\u0131 ba\u015far\u0131yla g\u00f6nderildi. Kay\u0131t bilgilerini girdikten sonra sonra kay\u0131tlar\u0131 yap\u0131lacakt\u0131r:", + "Successfully unlinked.": "Ba\u011flant\u0131 ba\u015far\u0131yla kald\u0131r\u0131ld\u0131.", + "Superscript": "\u00dcst simge", + "Support education research by providing additional information": "Daha fazla bilgi sa\u011flayarak e\u011fitim ara\u015ft\u0131rmas\u0131na katk\u0131da bulun.", + "Supported": "Destekleniyor", + "Supported file types: {supportedVideoTypes}": "Desteklenen dosya t\u00fcrleri: {supportedVideoTypes}", + "Switch Language Back": "Dili Geriye D\u00f6nd\u00fcr", + "TOTAL": "TOPLAM", + "Table": "Tablo", + "Table properties": "Tablo \u00f6zellikleri", + "Tags": "Etiketler", + "Tags:": "Etiketler:", + "Take Photo": "Foto\u011fraf \u00c7ek", + "Take Your Photo": "Foto\u011fraf\u0131n\u0131z\u0131 \u00c7ekiniz", + "Take a Photo of Your ID": "Kimli\u011finizin Foto\u011fraf\u0131n\u0131 \u00c7ekin", + "Take a photo of your ID": "Kimli\u011finizin foto\u011fraf\u0131n\u0131 \u00e7ekin", + "Take me to the main course page": "Beni ana ders sayfas\u0131na g\u00f6t\u00fcr", + "Take me to the main library page": "Beni k\u00fct\u00fcphane sayfas\u0131na g\u00f6t\u00fcr", + "Take me to the new location": "Beni yeni konuma g\u00f6t\u00fcr", + "Take this exam without proctoring.": "Bu s\u0131nav\u0131 g\u00f6zetmensiz olarak al.", + "Taking As Open Exam": "A\u00e7\u0131k S\u0131nav Olarak Al\u0131n\u0131yor", + "Taking As Proctored Exam": "G\u00f6zetmenli S\u0131nav Olarak Al\u0131n\u0131yor", + "Taking as Proctored": "G\u00f6zetmenli Olarak Al\u0131n\u0131yor", + "Target": "Hedef", + "Task ID": "G\u00f6rev No", + "Task Progress": "G\u00f6rev \u0130lerlemesi", + "Task Status": "G\u00f6rev Durumu", + "Task Type": "G\u00f6rev Tipi", + "Task inputs": "G\u00f6rev girdileri", + "Teaching Assistant": "Yard\u0131mc\u0131 \u00d6\u011fretmen", + "Team \"{team}\" successfully deleted.": "\"{team}\" tak\u0131m\u0131 ba\u015far\u0131yla silindi.", + "Team Description (Required) *": "Tak\u0131m A\u00e7\u0131klamas\u0131 (Gerekli) *", + "Team Details": "Tak\u0131m Detaylar\u0131", + "Team Name (Required) *": "Tak\u0131m \u0130smi (Gerekli) *", + "Team Search": "Tak\u0131m Arama", + "Team capacity": "Tak\u0131m kapasitesi", + "Team description cannot have more than 300 characters.": "Tak\u0131m a\u00e7\u0131klamas\u0131 300 karakterden daha fazla olamaz.", + "Team member profiles": "Tak\u0131m \u00fcyelerinin profilleri", + "Team name cannot have more than 255 characters.": "Tak\u0131m ismi 255 karakterden fazla olamaz.", + "Teams": "Tak\u0131mlar", + "Teams Pagination": "Tak\u0131mlar Sayfaland\u0131r\u0131c\u0131s\u0131", + "Tell other learners a little about yourself: where you live, what your interests are, why you're taking courses, or what you hope to learn.": "Di\u011fer \u00f6\u011frencilere biraz kendinizden bahsedin: Nerede ya\u015f\u0131yorsun, neler ilgini \u00e7ekiyor, ni\u00e7in buradan ders al\u0131yorsun ya da ne \u00f6\u011frenmeyi umuyorsun.", + "Templates": "\u015eablonlar", + "Terms of Service and Honor Code": "Kullan\u0131m Ko\u015fullar\u0131 ve Gizlilik Politikas\u0131", + "Text color": "Metin rengi", + "Text to display": "G\u00f6r\u00fcnt\u00fclenecek metin", + "Textbook Name": "Ders Kitab\u0131 Ad\u0131", + "Textbook information": "Ders Kitab\u0131 bilgisi", + "Textbook name is required": "Ders kitab\u0131 ad\u0131 gerekli", + "Thank you %(full_name)s! We have received your payment for %(course_name)s.": "%(course_name)s dersi i\u00e7in \u00f6demenizi ald\u0131k. Te\u015fekk\u00fcrler %(full_name)s!", + "Thank you for setting your course goal to {goal}!": "Ders hedefinizi {goal} olarak belirledi\u011finiz i\u00e7in te\u015fekk\u00fcr ederiz!", + "Thank you for submitting a request! We will contact you within 24 hours.": "Bize talebinizi iletti\u011finiz i\u00e7in te\u015fekk\u00fcr ederiz! Size 24 saat i\u00e7inde geri d\u00f6nece\u011fiz.", + "Thank you for submitting your financial assistance application for {course_name}! You can expect a response in 2-4 business days.": "{course_name} i\u00e7in mali yard\u0131m ba\u015fvurunuzu g\u00f6nderdi\u011finiz i\u00e7in te\u015fekk\u00fcrler ! 2-4 i\u015f g\u00fcn\u00fc i\u00e7erisinde size geri d\u00f6nece\u011fiz. ", + "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "Foto\u011fraflar\u0131n\u0131z\u0131 g\u00f6nderdi\u011finiz i\u00e7in te\u015fekk\u00fcr ederiz. K\u0131sa s\u00fcre i\u00e7inde de\u011ferlendirece\u011fiz. \u015eimdi onayl\u0131 sertifika sunan herhangi bir %(platformName)s derse kay\u0131t olabilirsiniz. Do\u011frulama bir y\u0131l i\u00e7indir. Bir y\u0131ldan sonra yeniden do\u011frulama i\u00e7in foto\u011fraflar\u0131n\u0131z\u0131 tekrar g\u00f6ndermelisiniz.", + "Thank you! We have received your payment for {courseName}.": "Te\u015fekk\u00fcrler! {courseName} i\u00e7in olan \u00f6demenizi ald\u0131k.", + "Thanks for returning to verify your ID in: {courseName}": "{courseName} dersine kimli\u011finizi do\u011frulama i\u00e7in d\u00f6nd\u00fc\u011f\u00fcn\u00fcz i\u00e7in te\u015fekk\u00fcr ederiz.", + "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "Girdi\u011finiz URL bir e-posta edresi gibi g\u00f6r\u00fcn\u00fcyor. Gerekli mailto: \u00f6nekini eklemek ister misiniz?", + "The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": "Girdi\u011finiz URL harici ba\u011flant\u0131 gibi g\u00f6r\u00fcn\u00fcyor. Gerekli http:// \u00f6nekini eklemek ister misiniz?", + "The assignment type must have a name.": "Bu g\u00f6rev t\u00fcr\u00fcn\u00fcn bir ad\u0131 olmal\u0131.", + "The certificate available date must be later than the course end date.": "Sertifikan\u0131n yay\u0131n tarihi, dersin biti\u015f tarihinden sonra olmal\u0131d\u0131r.", + "The certificate for this learner has been re-validated and the system is re-running the grade for this learner.": "Bu \u00f6\u011frenci i\u00e7in sertifika yeniden de\u011ferlendiriliyor ve sistem bu \u00f6\u011frencinin notlar\u0131n\u0131 yeniden hesapl\u0131yor.", + "The cohort cannot be added": "Topluluk eklenemedi", + "The cohort cannot be saved": "Tapluluk kaydedilemedi", + "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "Organizasyonun birle\u015fik boyutu ve k\u00fct\u00fcphane kodu alanlar\u0131 <%=limit%> karakterden fazla olamaz.", + "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "Organizasyonun birle\u015fik boyutu, ders say\u0131s\u0131, ve ders alanlar\u0131 <%=limit%> karakterden fazla olamaz.", + "The country or region where you live.": "\u0130kamet etti\u011finiz \u00fclke veya b\u00f6lge.", + "The country that team members primarily identify with.": "Tak\u0131m \u00fcyelerinin \u00f6ncelikli olarak \u00f6zde\u015fle\u015ftirildi\u011fi \u00fclke.", + "The course end date must be later than the course start date.": "Dersin biti\u015f tarihi, ba\u015flang\u0131\u00e7 tarihinden sonra olmal\u0131d\u0131r.", + "The course must have an assigned start date.": "Ders atanm\u0131\u015f bir ba\u015flang\u0131\u00e7 tarihi i\u00e7ermeli.", + "The course start date must be later than the enrollment start date.": "Dersin ba\u015flama tarihi, kay\u0131tlanma tarihinden sonra olmal\u0131d\u0131r.", + "The display of ungraded and checked out responses could not be loaded.": "Notland\u0131r\u0131lmam\u0131\u015f ve kontrol edilmemi\u015f cevaplar\u0131n g\u00f6r\u00fcnt\u00fclenmesi y\u00fcklenemez.", + "The email address you've provided isn't formatted correctly.": "Sa\u011flad\u0131\u011f\u0131n\u0131z e-posta adresi, olmas\u0131 gerekti\u011fi gibi de\u011fil.", + "The enrollment end date cannot be after the course end date.": "Derse son kay\u0131t tarihi, dersin biti\u015f tarihinden sonra olamaz.", + "The enrollment start date cannot be after the enrollment end date.": "Dersin kay\u0131t ba\u015flang\u0131\u00e7 tarihi, derse kay\u0131t biti\u015f tarihinden sonra olamaz.", + "The file could not be uploaded.": "Dosya y\u00fcklenemedi.", + "The file must be at least {size} in size.": "Dosya en az {size} boyutunda olmal\u0131d\u0131r.", + "The file must be smaller than {size} in size.": "Dosya {size} boyutundan k\u00fc\u00e7\u00fck olmal\u0131d\u0131r.", + "The following email addresses and/or usernames are invalid:": "A\u015fa\u011f\u0131daki e-posta adresleri veya kullan\u0131c\u0131 adlar\u0131 ge\u00e7ersizdir.", + "The following errors were generated:": "A\u015fa\u011f\u0131daki hatalar olu\u015ftu:", + "The following file types are not allowed: ": "A\u015fa\u011f\u0131daki dosya t\u00fcr\u00fcne izin verilmiyor:", + "The following information is already a part of your {platform} profile. We\\'ve included it here for your application.": "A\u015fa\u011f\u0131daki bilgiler profilinizde mevcut {platform} bulunuyor. Ba\u015fvurunuz i\u00e7in buraya ekledik.", + "The following message will be displayed at the bottom of the courseware pages within your course:": "A\u015fa\u011f\u0131daki ileti e\u011fitiminizdeki ders yaz\u0131l\u0131m sayfas\u0131n\u0131n alt\u0131nda g\u00f6r\u00fcnt\u00fclenecektir.", + "The following options are available for the {license_name} license.": "A\u015fa\u011f\u0131daki se\u00e7enekler {license_name} lisans\u0131 i\u00e7in ge\u00e7erlidir. ", + "The following users are no longer enrolled in the course:": "A\u015fa\u011f\u0131daki kullan\u0131c\u0131lar art\u0131k bu derse kay\u0131tl\u0131 de\u011filler:", + "The following warnings were generated:": "A\u015fa\u011f\u0131daki uyar\u0131lar olu\u015fturuldu:", + "The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.": "Bu g\u00f6rev t\u00fcr\u00fc i\u00e7in belirlenen genel kategori, \u00f6rne\u011fin, Ev \u00d6devi veya Ara S\u0131nav gibi. Bu isim t\u00fcm \u00f6\u011frenciler taraf\u0131ndan g\u00f6r\u00fcnt\u00fclenecek.", + "The grading process is still running. Refresh the page to see updates.": "Notlama i\u015flemi h\u00e2l\u00e2 devam ediyor. G\u00fcncellemeleri g\u00f6rmek i\u00e7in sayfay\u0131 yenileyin.", + "The language that team members primarily use to communicate with each other.": "Tak\u0131m \u00fcyelerinin birbirleri ile ileti\u015fim kurmak i\u00e7in \u00f6ncelikli olarak kulland\u0131\u011f\u0131 dil.", + "The language used throughout this site. This site is currently available in a limited number of languages. Changing the value of this field will cause the page to refresh.": "Site genelinde kullan\u0131lan dil. \u015eu an s\u0131n\u0131rl\u0131 say\u0131da dil deste\u011fi mevcuttur. Bu de\u011feri de\u011fi\u015ftirmeniz sayfan\u0131n yenilenmesine yol a\u00e7acak.", + "The minimum completion percentage must be a whole number between 0 and 100.": "Minimum tamamlama y\u00fczdesi 0 ile 100 aras\u0131nda bir tamsay\u0131 olmal\u0131.", + "The minimum grade for course credit is not set.": "Ders kredisi i\u00e7in minimum not ayarlanmad\u0131.", + "The minimum score percentage must be a whole number between 0 and 100.": "Minimum not y\u00fczdesi 0 ile 100 aras\u0131nda bir tamsay\u0131 olmal\u0131.", + "The more you tell us, the more quickly and helpfully we can respond!": "Bize ne kadar \u00e7ok ayr\u0131nt\u0131 verirseniz, size o kadar h\u0131zl\u0131 ve faydal\u0131 bir \u015fekilde cevap verebiliriz!", + "The name of this signatory as it should appear on certificates.": "Bu imza sahibinin ad\u0131 sertifikada g\u00f6r\u00fcnd\u00fc\u011f\u00fc gibidir.", + "The name that identifies you on {platform_name}. You cannot change your username.": "Sizi {platform_name} platformunda tan\u0131mlayan kullan\u0131c\u0131 ad\u0131n\u0131z. Kullan\u0131c\u0131 ad\u0131n\u0131z\u0131 de\u011fi\u015ftiremezsiniz. ", + "The name that is used for ID verification and that appears on your certificates.": "Kimlik do\u011frulamas\u0131nda ve sertifikalar\u0131n\u0131z\u0131n \u00fczerinde kullan\u0131lacak isim.", + "The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.": "Not hesaplamada g\u00f6zard\u0131 edilebilecek g\u00f6rev say\u0131s\u0131. En d\u00fc\u015f\u00fck notlu g\u00f6revler hesaplamadan \u00f6nce d\u00fc\u015f\u00fcl\u00fcr.", + "The number of subsections in the course that contain problems of this assignment type.": "Bu g\u00f6rev t\u00fcr\u00fc problemlerini i\u00e7eren ders altb\u00f6l\u00fcmlerinin say\u0131s\u0131.", + "The organization that this signatory belongs to, as it should appear on certificates.": "Bu imza sahibine ait olan organizasyon, sertifikalarda g\u00f6r\u00fcnmeli.", + "The page \"{route}\" could not be found.": "\"{route}\" sayfas\u0131 bulunamad\u0131.", + "The photo of your face matches the photo on your ID.": "Foto\u011fraf\u0131n\u0131z, kimlik kart\u0131n\u0131zdaki ile uygun olmal\u0131.", + "The post you selected has been deleted.": "Se\u00e7ti\u011finiz ileti silindi.", + "The raw error message is:": "\u0130\u015flenmemi\u015f hata mesaj\u0131:", + "The refund deadline for this course has passed,so you will not receive a refund.": "Bu ders i\u00e7in iadenin son g\u00fcn\u00fc ge\u00e7ti, bu y\u00fczden iade alamayacaks\u0131n\u0131z.", + "The selected content group does not exist": "Se\u00e7ili i\u00e7erik grubu bulunmuyor", + "The selected image must be larger than {minFileSizeInKB}.": "Se\u00e7ili g\u00f6r\u00fcnt\u00fc dosyas\u0131 {minFileSizeInKB} boyutundan b\u00fcy\u00fck olmal\u0131.", + "The selected image must be smaller than {maxFileSizeInMB}.": "Se\u00e7ili g\u00f6r\u00fcnt\u00fc dosyas\u0131 {maxFileSizeInMB} boyutundan k\u00fc\u00e7\u00fck olmal\u0131.", + "The server could not be contacted.": "Sunucu ile ba\u011flant\u0131 kurulamad\u0131.", + "The staff assessment form could not be loaded.": "Personel de\u011ferlendirme formu y\u00fcklenemedi.", + "The submission could not be removed from the grading pool.": "Y\u00fckleme not havuzundan kald\u0131r\u0131lamad\u0131.", + "The team \"{team}\" could not be found.": "\"{team}\" tak\u0131m\u0131 bulunamad\u0131.", + "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "\u0130lk video dosyas\u0131n\u0131n zamanlar\u0131 i\u015faretlenmi\u015f altyaz\u0131lar\u0131, ikinci video dosyas\u0131n\u0131n zamanlar\u0131 i\u015faretlenmi\u015f altyaz\u0131lar\u0131 ile ayn\u0131 g\u00f6z\u00fckmez.", + "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "EdX \u00fczerindeki videonun zamanlar\u0131 i\u015faretlenmi\u015f altyaz\u0131lar\u0131 g\u00fcncel de\u011fildir, ama YouTube videonun ge\u00e7erli zamanlar\u0131 i\u015faretlenmi\u015f altyaz\u0131lar\u0131na sahiptir.", + "The topic \"{topic}\" could not be found.": "\"{topic}\" ba\u015fl\u0131\u011f\u0131 bulunamad\u0131.", + "The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.": "Bu g\u00f6rev t\u00fcr\u00fcn\u00fcn toplam not i\u00e7indeki a\u011f\u0131rl\u0131\u011f\u0131, \u00f6rne\u011fin 40. Y\u00fczde sembol\u00fc kullanmay\u0131n.", + "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "{cohortGroupName} toplulu\u011fu olu\u015fturuldu. A\u015fa\u011f\u0131daki gruba el ile \u00f6\u011frenci ekleyebilirsiniz.", + "There are invalid keywords in your email. Check the following keywords and try again.": "E-postan\u0131zda ge\u00e7ersiz anahtar kelimeler var. L\u00fctfen a\u015fa\u011f\u0131daki anahtar kelimeleri kontrol edin ve tekrar deneyin.", + "There are no posts in this topic yet.": "Bu ba\u015fl\u0131kta hen\u00fcz bir g\u00f6nderi yok.", + "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.": "En az bir bile\u015feni XML'e aktar\u0131rken bir hata olu\u015ftu. D\u00fczenleme sayfas\u0131na gitmeniz ve di\u011fer bir d\u0131\u015fa aktar\u0131ma ba\u015flamadan hatay\u0131 tamir etmeniz \u00f6nerilir. L\u00fctfen sayfadaki t\u00fcm bile\u015fenlerin ge\u00e7erli oldu\u011funu kontrol ediniz ve herhangi bir hata iletisi g\u00f6stermeyiniz.", + "There has been an error processing your survey.": "Anketinizi i\u015flerken hata olu\u015ftu.", + "There has been an error while exporting.": "D\u0131\u015fa aktarman\u0131zla ilgili bir hata olu\u015ftu.", + "There has been an error with your export.": "D\u0131\u015fa aktarman\u0131zla ilgili bir hata olu\u015ftu.", + "There is invalid code in your content. Please check to make sure it is valid HTML.": "\u0130\u00e7eri\u011finizde ge\u00e7ersiz kod var. L\u00fctfen ge\u00e7erli HTML oldu\u011fundan emin olmak i\u00e7in kontrol edin.", + "There is no email history for this course.": "Bu ders i\u00e7in e-posta ge\u00e7mi\u015fi bulunmuyor.", + "There must be at least one group.": "En az bir grup olmal\u0131.", + "There must be one cohort to which students can automatically be assigned.": "\u00d6\u011frencilerin otomatik olarak atanabildi\u011fi bir tane topluluk olmal\u0131d\u0131r.", + "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "Rapor olu\u015ftururken sorun oldu. \"Y\u00f6netici \u00d6zeti Olu\u015ftur\"'u se\u00e7iniz ve tekrar deneyiniz.", + "There was an error changing the user's role": "Kullan\u0131c\u0131n\u0131n rol\u00fcn\u00fc de\u011fi\u015ftirirken hata olu\u015ftu.", + "There was an error during the upload process.": "Y\u00fckleme i\u015flemi s\u0131ras\u0131nda bir hata olu\u015ftu.", + "There was an error obtaining email content history for this course.": "Bu ders i\u00e7in e-posta i\u00e7erik ge\u00e7mi\u015fini al\u0131rken hata olu\u015ftu.", + "There was an error obtaining email task history for this course.": "Bu ders i\u00e7in e-posta g\u00f6rev ge\u00e7mi\u015fini elde edilmesinde hata olmu\u015f.", + "There was an error retrieving preview results for this catalog. Please check that your query is correct and try again.": "Bu katalog i\u00e7in \u00f6nincelemeyi getirirken bir problem ger\u00e7ekle\u015fti. L\u00fctfen sorgunuzun do\u011fru oldu\u011funu kontrol edip tekrar deneyin.", + "There was an error updating your goal.": "Hedefinizi g\u00fcncellerken bir hata ger\u00e7ekle\u015fti.", "There was an error when trying to add learners:": [ - "\u00d6\u011frencileri eklemeye \u00e7al\u0131\u015f\u0131rken bir hata ger\u00e7ekle\u015fti:", + "\u00d6\u011frencileri eklemeye \u00e7al\u0131\u015f\u0131rken bir hata ger\u00e7ekle\u015fti:", "{numErrors} \u00f6\u011frenci bu toplulu\u011fa eklenemedi:" - ], - "There was an error while importing the new course to our database.": "Yeni dersi veritaban\u0131m\u0131za ta\u015f\u0131rken bir hata olu\u015ftu.", - "There was an error while importing the new library to our database.": "Yeni k\u00fct\u00fcphaneyi veritaban\u0131m\u0131za aktar\u0131rken bir hata olu\u015ftu.", - "There was an error while unpacking the file.": "Dosyay\u0131 a\u00e7arken hata olu\u015ftu.", - "There was an error while verifying the file you submitted.": "Girdi\u011finiz dosyay\u0131 do\u011frularken hata olu\u015ftu.", - "There was an error with the upload": "Y\u00fcklemede bir sorun olu\u015ftu", - "There was an error, try searching again.": "Bir hata olu\u015ftu, tekrar deneyiniz", - "There was an error. Please reload the page and try again.": "Bir hata olu\u015ftu. L\u00fctfen sayfay\u0131 yeniden y\u00fckleyin ve tekrar deneyin.", - "There were errors reindexing course.": "Dersi tekrar indekslerken hatalar olu\u015ftu.", - "There's already another assignment type with this name.": "Bu isimle mevcut bir g\u00f6rev tipi bulunmaktad\u0131r.", - "These settings include basic information about your account.": "Bu ayarlar hesab\u0131n\u0131z hakk\u0131nda baz\u0131 temel bilgileri i\u00e7erir.", - "These users could not be added as beta testers because their accounts are not yet activated:": "Bu kullan\u0131c\u0131lar beta s\u0131nay\u0131c\u0131lar\u0131 olarak eklenemedi \u00e7\u00fcnk\u00fc hesaplar\u0131n\u0131 hen\u00fcz aktifle\u015ftirmemi\u015fler.", - "These users were not added as beta testers:": "Bu kullan\u0131c\u0131lar beta s\u0131nay\u0131c\u0131lar\u0131 olarak eklenemedi:", - "These users were not affiliated with the course so could not be unenrolled:": "Bu kullan\u0131c\u0131lar\u0131n dersle ili\u015fikleri olmad\u0131\u011f\u0131ndan kay\u0131tlar\u0131 silinemedi:", - "These users were not removed as beta testers:": "Bu kullan\u0131c\u0131lar beta s\u0131nay\u0131c\u0131lar\u0131 olarak silinmedi:", - "These users were successfully added as beta testers:": "Bu kullan\u0131c\u0131lar beta s\u0131nay\u0131c\u0131lar\u0131 olarak ba\u015far\u0131yla eklendi:", - "These users were successfully removed as beta testers:": "Bu kullan\u0131c\u0131lar beta s\u0131nay\u0131c\u0131lar\u0131 olarak ayr\u0131ld\u0131:", - "These users will be allowed to enroll once they register:": "Bu kullan\u0131c\u0131lar kay\u0131t bilgilerini girdikten sonra kaydolmalar\u0131na izin verilecektir:", - "These users will be enrolled once they register:": "Kay\u0131t bilgilerini girdikten sonra sonra bu kullan\u0131c\u0131lar\u0131n kay\u0131tlar\u0131 yap\u0131lacakt\u0131r:", - "This Group Configuration is not in use. Start by adding a content experiment to any Unit via the {linkStart}Course Outline{linkEnd}.": "Bu Grup Yap\u0131land\u0131rmas\u0131 kullan\u0131mda de\u011fil. {linkStart}Ders Tasla\u011f\u0131{linkEnd} \u00fczerinde herhangi bir \u00fcniteye deneysel i\u00e7erik ekleyerek ba\u015flayabilirsiniz.", - "This Group Configuration is used in:": "Bu Grup Yap\u0131land\u0131rmas\u0131 kullan\u0131l\u0131r:", - "This action cannot be undone.": "Bu eylem geri al\u0131namaz.", - "This action updates the {provider} information for your entire organization.": "Bu eylem t\u00fcm kurum i\u00e7in {provider} bilgisini g\u00fcnceller.", - "This assessment could not be submitted.": "Bu de\u011ferlendirme g\u00f6nderilemedi.", - "This browser cannot play .mp4, .ogg, or .webm files.": "Bu taray\u0131c\u0131 .mp4, .ogg veya .webm uzant\u0131l\u0131 dosyalar\u0131 oynatamamaktad\u0131r.", - "This catalog's courses:": "Bu katalogdaki dersler:", - "This certificate has already been activated and is live. Are you sure you want to continue editing?": "Sertifika zaten etkinle\u015ftirilmi\u015f ve yay\u0131nda. D\u00fczenlemeye devam etmek istedi\u011finize emin misiniz?", - "This comment could not be deleted. Refresh the page and try again.": "Bu yorum silinemez. Sayfay\u0131 yenileyin ve tekrar deneyin.", - "This component has validation issues.": "Bu bile\u015fenin do\u011frulama sorunu var.", - "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "Bu yap\u0131land\u0131rma son olarak i\u00e7erik deneylerinde kullan\u0131ld\u0131. E\u011fer gruplarda de\u011fi\u015fiklik yaparsan\u0131z, deneyleri d\u00fczenlemeniz gerekebilir.", - "This content group is used in one or more units.": "Bu i\u00e7erik grubu bir ya da daha fazla birimde kullan\u0131ld\u0131.", - "This discussion could not be loaded. Refresh the page and try again.": "Bu tart\u0131\u015fma y\u00fcklenemedi. Sayfay\u0131 yeniden y\u00fckleyin ve tekrar deneyin.", - "This exam has a time limit associated with it.": "Bu s\u0131nava ba\u011fl\u0131 bir s\u00fcre s\u0131n\u0131r\u0131 bulunmaktad\u0131r.", - "This feature is currently in testing. Course teams can enter highlights, but learners will not receive email messages.": "Bu \u00f6zellik \u015fimdilik test a\u015famas\u0131nda. Ders Tak\u0131mlar\u0131 renkli vurgulamalar\u0131 girebilir ama \u00f6\u011frenciler ili\u015fkili e-posta iletileri almayacak.", - "This feedback could not be submitted.": "Bu geri bildirim g\u00f6nderilemedi.", - "This file type is not supported. Supported file type is {supportedFileFormat}.": "Bu dosya format\u0131 desteklenmiyor. {supportedFileFormat} dosya t\u00fcr\u00fc destekleniyor.", - "This group controls access to:": "Bu grup \u015furaya eri\u015fimi y\u00f6netir:", - "This group no longer exists. Choose another group or do not restrict access to this unit.": "Bu grup art\u0131k mevcut de\u011fil. Ba\u015fka bir grup se\u00e7in ya da bu \u00fcniteye eri\u015fimi k\u0131s\u0131tlamay\u0131n.", - "This image file type is not supported. Supported file types are {supportedFileFormats}.": "Bu g\u00f6r\u00fcnt\u00fc dosyas\u0131 desteklenmiyor. Desteklenen t\u00fcrler \u015funlard\u0131r: {supportedFileFormats}.", - "This image is for decorative purposes only and does not require a description.": "Bu g\u00f6rsel sadece tasar\u0131msal ama\u00e7l\u0131 ve bir a\u00e7\u0131klamaya gerek duymuyor.", - "This is the Description of the Group Configuration": "Bu Grup Yap\u0131land\u0131rmas\u0131n\u0131n A\u00e7\u0131klamas\u0131", - "This is the Name of the Group Configuration": "Bu Grup Yap\u0131land\u0131rma \u0130smi ", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Bu mevcut %s listesidir. A\u015fa\u011f\u0131daki kutudan baz\u0131lar\u0131n\u0131 i\u015faretleyerek ve ondan sonra iki kutu aras\u0131ndaki \"Se\u00e7in\" okuna t\u0131klayarak se\u00e7ebilirsiniz.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Bu se\u00e7ilen %s listesidir. A\u015fa\u011f\u0131daki kutudan baz\u0131lar\u0131n\u0131 i\u015faretleyerek ve ondan sonra iki kutu aras\u0131ndaki \"Kald\u0131r\" okuna t\u0131klayarak kald\u0131rabilirsiniz.", - "This is the name of the group": "Bu grubun ismi", - "This learner is currently sharing a limited profile.": "Bu \u00f6\u011frenci \u015fu anda s\u0131n\u0131rl\u0131 bir profil payla\u015f\u0131yor.", - "This learner will be removed from the team, allowing another learner to take the available spot.": "Tak\u0131mdan bu \u00f6\u011frenci \u00e7\u0131kart\u0131lacak, ba\u015fka bir \u00f6\u011frencinin uygun bo\u015flu\u011fu almas\u0131na izin veriniz.", - "This link will open in a modal window": "Bu ba\u011flant\u0131 yeni bir kip penceresinde a\u00e7\u0131lacak", - "This link will open in a new browser window/tab": "Bu ba\u011flant\u0131 taray\u0131c\u0131da yeni bir pencere veya sekmede a\u00e7\u0131lacak", - "This may be happening because of an error with our server or your internet connection. Try refreshing the page or making sure you are online.": "Bu durum sunucudaki bir hatadan veya \u0130nternet ba\u011flant\u0131n\u0131zdan kaynaklanm\u0131\u015f olabilir. Sayfay\u0131 yeniden y\u00fcklemeyi deneyin veya \u00e7evrimi\u00e7i oldu\u011funuza emin olun.", - "This page contains information about orders that you have placed with {platform_name}.": "Bu sayfa {platform_name} i\u00e7inde verdi\u011finiz sipari\u015fleriniz hakk\u0131nda bilgileri i\u00e7erir.", - "This post could not be closed. Refresh the page and try again.": "Bu g\u00f6nderi kapat\u0131lamaz. Sayfay\u0131 yenileyin ve tekrar deneyin.", - "This post could not be flagged for abuse. Refresh the page and try again.": "Bu g\u00f6nderiye taciz i\u015faretlemesi yap\u0131lamaz. Sayfay\u0131 yenileyin ve tekrar deneyin.", - "This post could not be pinned. Refresh the page and try again.": "Bu g\u00f6nderi sabitlenemedi. Sayfay\u0131 yeniden y\u00fckleyin ve tekrar deneyin.", - "This post could not be reopened. Refresh the page and try again.": "Bu g\u00f6nderi yeniden a\u00e7\u0131lamaz. Sayfay\u0131 yenileyin ve tekrar deneyin.", - "This post could not be unflagged for abuse. Refresh the page and try again.": "Bu g\u00f6nderinin taciz i\u015faretlemesi kald\u0131r\u0131lamaz. Sayfay\u0131 yenileyin ve tekrar deneyin.", - "This post could not be unpinned. Refresh the page and try again.": "Bu g\u00f6nderi sabitlenmesi kald\u0131r\u0131lamad\u0131. Sayfay\u0131 yeniden y\u00fckleyin ve tekrar deneyin.", - "This problem could not be saved.": "Bu problem kaydedilemedi.", - "This problem has already been released. Any changes will apply only to future assessments.": "Bu problem \u015fu anda yay\u0131mlanm\u0131\u015f bulunuyor. Bu durumda herhangi bir de\u011fi\u015fiklik sadece ileriki de\u011ferlendirmelerde uygulanacakt\u0131r.", - "This problem has been reset.": "Bu problem s\u0131f\u0131rland\u0131.", - "This response could not be marked as an answer. Refresh the page and try again.": "Bu ileti bir cevap olarak i\u015faretlenemedi. Sayfay\u0131 yeniden y\u00fckleyin ve tekrar deneyin.", - "This response could not be marked as endorsed. Refresh the page and try again.": "Bu cevap \u00f6ne \u00e7\u0131kar\u0131lan bir cevap olarak i\u015faretlenemedi. Sayfay\u0131 yeniden y\u00fckleyin ve tekrar deneyin.", - "This response could not be saved.": "Bu cevap kaydedilemedi.", - "This response could not be submitted.": "Bu cevap g\u00f6nderilemedi.", - "This response could not be unmarked as an answer. Refresh the page and try again.": "Bu iletinin cevap olarak i\u015faretlenmesi kald\u0131r\u0131lamad\u0131. Sayfay\u0131 yeniden y\u00fckleyin ve tekrar deneyin.", - "This response has been saved but not submitted.": "Bu cevap kaydedildi, ancak g\u00f6nderilmedi.", - "This response has not been saved.": "Bu cevap kaydedilmedi.", - "This role requires a divided discussions scheme.": "Bu rol b\u00f6l\u00fcnm\u00fc\u015f bir tart\u0131\u015fma yap\u0131s\u0131 gerektiriyor.", - "This section could not be loaded.": "Bu b\u00f6l\u00fcm y\u00fcklenemedi.", - "This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.": "Bu g\u00f6rev t\u00fcr\u00fc i\u00e7in belirlenen k\u0131saisim (\u00f6rne\u011fin, \u00d6dev veya ARSNV gibi) \u00f6\u011frencinin \u0130lerleme sayfas\u0131nda, g\u00f6revin hemen yan\u0131nda g\u00f6z\u00fck\u00fcr.", - "This team does not have any members.": "Bu tak\u0131mda hi\u00e7 \u00fcye yok.", - "This team is full.": "Bu tak\u0131m dolu.", - "This unit has validation issues.": "Bu \u00fcnitenin do\u011frulama sorunu var.", - "This vote could not be processed. Refresh the page and try again.": "Bu oy i\u015flenemedi. Sayfay\u0131 yeniden y\u00fckleyin ve tekrar deneyin.", - "Thumbnail": "K\u00fc\u00e7\u00fck resim", - "Thumbnail for {videoName}": "{videoName} i\u00e7in k\u00fc\u00e7\u00fck resim", - "Thumbnail view of ": "K\u00fc\u00e7\u00fck resim", - "Time Allotted (HH:MM):": "Ayr\u0131lan Zaman (HH:MM):", - "Time Sent": "G\u00f6nderim Zaman\u0131", - "Time Sent:": "G\u00f6nderim Zaman\u0131:", - "Time Zone": "Zaman Dilimi", - "Timed": "Zamanlanm\u0131\u015f", - "Timed Exam": "Zamanlanm\u0131\u015f S\u0131nav", - "Timed Out": "Zaman A\u015f\u0131m\u0131na U\u011frad\u0131", - "Timed Transcript Conflict": "Zamanlanm\u0131\u015f Altyaz\u0131 \u00c7ak\u0131\u015fmas\u0131", - "Timed Transcript Found": "Zamanlanm\u0131\u015f Altyaz\u0131 Bulundu", - "Timed Transcript Uploaded Successfully": "Zamanlanm\u0131\u015f Altyaz\u0131 Ba\u015far\u0131yla Y\u00fcklendi", - "Timed Transcript from %(filename)s": "%(filename)s'den Zamanlanm\u0131\u015f Altyaz\u0131", - "Tips on taking a successful photo": "Ba\u015far\u0131l\u0131 bir foto\u011fraf \u00e7ekebilmek i\u00e7in ipu\u00e7lar\u0131", - "Title": "Ba\u015fl\u0131k", - "Title ": "Ba\u015fl\u0131k", - "Title of the signatory": "\u0130mza sahibinin ba\u015fl\u0131\u011f\u0131", - "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "100 karakterden fazla ba\u015fl\u0131klar \u00f6\u011frencilerin sertifikalar\u0131n\u0131 tek sayfaya \u00e7\u0131karmalar\u0131n\u0131 engelleyebilir.", - "To access the course, select a session.": "Bu derse eri\u015fmek i\u00e7in oturum se\u00e7.", - "To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.": "T\u00fcm \u00f6\u011frencilerin videoya eri\u015febildi\u011finden emin olmak i\u00e7in, videonuzun .mp4 ve .webm s\u00fcr\u00fcmlerini sa\u011flaman\u0131z\u0131 \u00f6neririz. Ba\u015fka bir s\u00fcr\u00fcm i\u00e7in URL eklemek \u00fczere a\u015fa\u011f\u0131ya t\u0131klay\u0131n. Bu URL'ler YouTube URL'si olamaz. \u00d6\u011frencilerin bilgisayarlar\u0131yla uyumlu olan ilk listelenen video oynayacakt\u0131r.", - "To complete the program, you must earn a verified certificate for each course.": "Program\u0131 tamamlamak i\u00e7in, t\u00fcm derslerde onayl\u0131 sertifikaya hak kazanmal\u0131s\u0131n\u0131z.", - "To continue learning with this account, sign in below.": "Bu hesap ile \u00f6\u011frenmeye devam etmek i\u00e7in, a\u015fa\u011f\u0131dan giri\u015f yap.", - "To finalize course credit, %(display_name)s requires %(platform_name)s learners to submit a credit request.": "Ders kredisini sonland\u0131rmak i\u00e7in, %(display_name)s, kredi talebini y\u00fcklemek i\u00e7in %(platform_name)s \u00f6\u011frencilerini gerektirir.", - "To invalidate a certificate for a particular learner, add the username or email address below.": "Belli bir \u00f6\u011frencinin sertifikas\u0131n\u0131 ge\u00e7ersizle\u015ftirmek i\u00e7in, kullan\u0131c\u0131 ad\u0131 veya e-posta adresini a\u015fa\u011f\u0131ya girin.", - "To pass this exam, you must complete the problems in the time allowed.": "Bu s\u0131navdan ge\u00e7mek i\u00e7in, problemleri size tan\u0131nan s\u00fcrede \u00e7\u00f6zmelisiniz.", - "To receive a certificate, you must also verify your identity before {date}.": "Sertifika almak i\u00e7in {date} tarihinden \u00f6nce kimli\u011finizi do\u011frulamal\u0131s\u0131n\u0131z.", - "To receive a certificate, you must also verify your identity.": "Bir sertifika almak i\u00e7in kimli\u011finizi de do\u011frulamal\u0131s\u0131n\u0131z.", - "To review learner cohort assignments or see the results of uploading a CSV file, download course profile information or cohort results on the {link_start}Data Download{link_end} page.": "\u00d6\u011frenci topluluk \u00f6devlerini g\u00f6zden ge\u00e7irmek veya CSV dosyas\u0131 y\u00fckleme sonu\u00e7lar\u0131n\u0131 g\u00f6rmek i\u00e7in ders profil bilgilerini veya topluluk sonu\u00e7lar\u0131n\u0131 {link_start}Veri \u0130ndir{link_end} sayfas\u0131 \u00fczerinden indirin.", - "To share your certificate on Mozilla Backpack, you must first have a Backpack account. Complete the following steps to add your certificate to Backpack.": "Sertifikan\u0131z\u0131 Mozilla Backpack \u00fczerinde payla\u015fmak i\u00e7in bir Backpack hesab\u0131n\u0131z\u0131n olmas\u0131 gerekiyor. \u0130lerleyen ad\u0131mlar\u0131 takip ederek sertifikan\u0131z\u0131 Backpack'e ekleyebilirsiniz.", - "To take a successful photo, make sure that:": "\u0130yi bir foto\u011fraf \u00e7ekmek i\u00e7in, \u015funlara dikkat edin:", - "To use the current photo, select the camera button {icon}. To take another photo, select the retake button {icon}.": "Ge\u00e7erli foto\u011fraf\u0131 kullanmak i\u00e7in, kamera d\u00fc\u011fmesini {icon} se\u00e7in. Yeni bir foto\u011fraf \u00e7ekmek i\u00e7in, geri alma d\u00fc\u011fmesini {icon} se\u00e7in.", - "To verify your identity, you need a webcam and a government-issued photo ID.": "Kimli\u011finizi do\u011frulamak i\u00e7in bir web kameras\u0131 ve devlet taraf\u0131ndan verilmi\u015f n\u00fcfus kimli\u011fi gerekiyor.", - "Today": "Bug\u00fcn", - "Toggle Notifications Setting": "Duyuru Ayarlar\u0131n\u0131 De\u011fi\u015ftirme", - "Tomorrow": "Yar\u0131n", - "Tools": "Ara\u00e7lar", - "Top": "\u00dcst", - "Topic": "Konu", - "Topics": "Konular", - "Total": "Toplam", - "Total Number": "Toplam Say\u0131", - "Total Responses": "Toplam Cevaplar", - "Training": "Al\u0131\u015ft\u0131rma", - "Transcript Fidelity": "Altyaz\u0131n\u0131n Asl\u0131na Uygunlu\u011fu", - "Transcript Languages": "Altyaz\u0131 Dilleri", - "Transcript Provider": "Altyaz\u0131 Sa\u011flay\u0131c\u0131s\u0131", - "Transcript will be displayed when you start playing the video.": "Altyaz\u0131 videoyu oynatmaya ba\u015flad\u0131\u011f\u0131n\u0131zda g\u00f6sterilecek.", - "Transcripts": "Altyaz\u0131lar", - "Try the transaction again in a few minutes.": "Birka\u00e7 dakika i\u00e7inde i\u015flemi tekrar deneyin.", - "Try this practice exam again": "Al\u0131\u015ft\u0131rma s\u0131nav\u0131n\u0131 tekrar dene", - "Try using a different browser, such as Google Chrome.": "Ba\u015fka bir taray\u0131c\u0131 kullanmay\u0131 deneyin, \u00f6rne\u011fin; Google Chrome.", - "Turn off transcripts": "Altyaz\u0131lar\u0131 kapat", - "Turn on closed captioning": "Altyaz\u0131y\u0131 a\u00e7", - "Turn on transcripts": "Altyaz\u0131y\u0131 a\u00e7", - "Type": "Tip", - "Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "URL girerek ya da \"Dosya Se\u00e7\" d\u00fc\u011fmesine t\u0131klayarak bilgisayar\u0131n\u0131zdan bir dosya y\u00fckleyebilirsiniz. (\u00d6rn. 'http://example.com/img/clouds.jpg')", - "Type into this box to filter down the list of available %s.": "Mevcut %s listesini s\u00fczmek i\u00e7in bu kutu i\u00e7ine yaz\u0131n.", - "URL": "URL", - "Unable to delete account": "Hesap silinemedi", - "Unable to load": "Y\u00fcklenemedi", - "Unable to submit application": "Ba\u015fvuru g\u00f6nderilemedi", - "Underline": "Alt \u00e7izgi", - "Undo": "Geri", - "Undo (Ctrl+Z)": "Geri al (Ctrl-Z)", - "Undo Changes": "De\u011fi\u015fiklikleri Geri Al", - "Undo move": "Ta\u015f\u0131may\u0131 geri al", - "Undo moving": "Ta\u015f\u0131may\u0131 geri al", - "Unexpected server error.": "Beklenmeyen sunucu hatas\u0131.", - "Ungraded": "Puanlanmam\u0131\u015f", - "Ungraded Practice Exam": "Puanlanmam\u0131\u015f Al\u0131\u015ft\u0131rma S\u0131nav\u0131", - "Unit": "\u00dcnite", - "Unit Access": "\u00dcnite Eri\u015fimi", - "Unit Name": "\u00dcnite \u0130smi", - "Unit Visibility": "\u00dcnite G\u00f6r\u00fcn\u00fcrl\u00fc\u011f\u00fc", - "Units": "\u00dcniteler", - "Unknown": "Bilinmeyen neden", - "Unknown username: {user}": "Bilinmeyen kullan\u0131c\u0131 ad\u0131: {user}", - "Unlink This Account": "Hesab\u0131n Ba\u011flant\u0131s\u0131n\u0131 Kald\u0131r", - "Unlink your {accountName} account": "{accountName} hesab\u0131n\u0131z\u0131n ba\u011flant\u0131s\u0131n\u0131 kald\u0131r\u0131n", - "Unlinking": "Ba\u011flant\u0131 kald\u0131rma", - "Unmute": "Ses", - "Unnamed Option": "Adland\u0131r\u0131lmam\u0131\u015f Se\u00e7enek", - "Unpublished changes to content that will release in the future": "\u0130\u00e7eri\u011fin yay\u0131mlanmam\u0131\u015f de\u011fi\u015fiklikleri ilerde yay\u0131nlanacakt\u0131r.", - "Unpublished changes to live content": "Canl\u0131 yay\u0131n i\u00e7eri\u011findeki yay\u0131mlanmam\u0131\u015f de\u011fi\u015fiklikler", - "Unpublished units will not be released": "Yay\u0131mlanmam\u0131\u015f birimler yay\u0131nlanmayacakt\u0131r", - "Unscheduled": "Planlanmam\u0131\u015f", - "Update": "G\u00fcncelle", - "Update Settings": "Ayarlar\u0131 G\u00fcncelle", - "Update team.": "Tak\u0131m\u0131 g\u00fcncelle.", - "Updating Tags": "Etiketler G\u00fcncelleniyor", - "Updating with latest library content": "Son k\u00fct\u00fcphane i\u00e7eri\u011fiyle g\u00fcncelleniyor", - "Upgrade All Remaining Courses (": "Kalan T\u00fcm Dersleri Y\u00fckselt (", - "Upgrade Deadline": "Y\u00fckseltme i\u00e7in Son Tarih", - "Upgrade to Verified": "Onaylanm\u0131\u015fa y\u00fckselt", - "Upgrade to a Verified Certificate for {courseName}": "{courseName} dersi i\u00e7in onayl\u0131 sertifikaya y\u00fckselt.", - "Upload": "Y\u00fckle", - "Upload File": "Dosya Y\u00fckle", - "Upload File and Assign Students": "Dosya Y\u00fckle ve \u00d6\u011frencileri Ata", - "Upload New .srt Transcript": "Yeni .srt Altyaz\u0131s\u0131n\u0131 Y\u00fckle", - "Upload New File": "Yeni Dosya Y\u00fckle", - "Upload New Transcript": "Yeni Altyaz\u0131 Y\u00fckle", - "Upload PDF": "PDF y\u00fckle", - "Upload Photo": "Foto\u011fraf Y\u00fckle", - "Upload Signature Image": "\u0130mza G\u00f6rseli Y\u00fckle", - "Upload Videos": "Videolar\u0131 Y\u00fckle", - "Upload a CSV file": "CSV dosyas\u0131 y\u00fckle", - "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "\u0130stisna hakk\u0131 verilen \u00f6\u011frencilerin kullan\u0131c\u0131 adlar\u0131n\u0131 ve e-posta adreslerini i\u00e7eren ve virg\u00fclle ayr\u0131lan de\u011ferler (.csv) dosyas\u0131n\u0131 y\u00fckleyin. Virg\u00fclle ayr\u0131lm\u0131\u015f ilk alana kullan\u0131c\u0131 ad\u0131 ya da e-posta adreslerini ekleyin. \u0130kinci virg\u00fclle ayr\u0131lm\u0131\u015f alana istisna tan\u0131ma nedenini belirten, iste\u011fe ba\u011fl\u0131 bir not ekleyebilirsiniz.", - "Upload a new PDF to \u201c<%= name %>\u201d": " \u015eu konuma \u201c<%= name %>\u201d yeni bir PDF dosyas\u0131 y\u00fckle", - "Upload an image": "G\u00f6rsel y\u00fckle", - "Upload an image or capture one with your web or phone camera.": "Resim y\u00fckle veya Web kameran\u0131z veya telefonunuzun kameras\u0131yla \u00e7ekiniz.", - "Upload completed": "Y\u00fckleme tamamland\u0131", - "Upload completed for video {fileName}": "{fileName} videosunun y\u00fcklenmesi tamamland\u0131", - "Upload failed": "Y\u00fckleme ba\u015far\u0131s\u0131z", - "Upload failed for video {fileName}": "{fileName} videosunun y\u00fcklenmesi ba\u015far\u0131s\u0131z", - "Upload instructor image.": "E\u011fitmen g\u00f6rselini ekleyin.", - "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "Y\u00fckleme devam ediyor. Hatalardan ka\u00e7\u0131nmak i\u00e7in, i\u015flem tamamlanana kadar bu sayfada kal\u0131n.", - "Upload signature image.": "\u0130mza g\u00f6rseli y\u00fckle.", - "Upload translation": "\u00c7eviriyi y\u00fckle", - "Upload your banner image.": "Banner g\u00f6rselinizi y\u00fckleyin.", - "Upload your course image.": "Ders g\u00f6rselini y\u00fckleyin.", - "Upload your first asset": "\u0130lk verinizi y\u00fckleyin", - "Upload your video thumbnail image.": "Videonuzun k\u00fc\u00e7\u00fck resmini y\u00fckleyin.", - "Uploaded file issues. Click on \"+\" to view.": "Y\u00fcklenen dosya sorunlar\u0131. G\u00f6r\u00fcnt\u00fclemek i\u00e7in \"+\" tu\u015funa bas\u0131n.", - "Uploading": "Y\u00fckl\u00fcyor", - "Upper Alpha": "B\u00fcy\u00fck Harfler", - "Upper Roman": "B\u00fcy\u00fck Roma Harfleri", - "Upset Learner": "Mutsuz \u00d6\u011frenci", - "Url": "Url", - "Use Current Transcript": "Mevcut Altyaz\u0131y\u0131 Kullan", - "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.": "\u00d6\u011frencilere g\u00f6zetmenlik ara\u00e7lar\u0131n\u0131 ve i\u015fleyi\u015fini tan\u0131tmak i\u00e7in g\u00f6zetmenli al\u0131\u015ft\u0131rma s\u0131nav\u0131n\u0131 kullan\u0131n. Al\u0131\u015ft\u0131rma s\u0131nav\u0131n\u0131n sonu\u00e7lar\u0131 \u00f6\u011frencinin notuna etki etmez.", - "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "Bu alt b\u00f6l\u00fcmde \u00f6\u011frencilerin problemler \u00fczerinde harcad\u0131\u011f\u0131 zaman\u0131 s\u0131n\u0131rlamak i\u00e7in s\u00fcre ayarl\u0131 bir s\u0131nav yapan. \u00d6\u011frenciler s\u00fcre dolmadan cevaplar\u0131n\u0131 bildirmek zorundad\u0131r. E\u011fitmen Paneli arac\u0131l\u0131\u011f\u0131yla herbir \u00f6\u011frenciye ek s\u00fcre verebilirsiniz.", - "Use as a Prerequisite": "Bir \u00f6nko\u015ful olarak kullan", - "Use bookmarks to help you easily return to courseware pages. To bookmark a page, click \"Bookmark this page\" under the page title.": "Ders yaz\u0131l\u0131m\u0131 sayfalar\u0131na d\u00f6nmenizi kolayla\u015ft\u0131rmak i\u00e7in yer imlerini kullan\u0131n. Bir sayfaya yer imi koymak i\u00e7in sayfa ba\u015fl\u0131\u011f\u0131n\u0131n alt\u0131ndan \"Bu sayfay\u0131 yer imle\"ye t\u0131klay\u0131n.", - "Use cohorts as the basis for dividing discussions. All learners, regardless of cohort, see the same discussion topics, but within divided topics, only members of the same cohort see and respond to each others\u2019 posts. ": "Tart\u0131\u015fmalar\u0131 b\u00f6lmek i\u00e7in topluluklar\u0131 kullan. Topluluklar\u0131na ba\u011fl\u0131 olmaks\u0131z\u0131n t\u00fcm \u00f6\u011frenciler ayn\u0131 tart\u0131\u015fma ba\u015fl\u0131klar\u0131n\u0131 g\u00f6r\u00fcr; b\u00f6l\u00fcnm\u00fc\u015f ba\u015fl\u0131klarda ise sadece ayn\u0131 toplulu\u011fun \u00fcyeleri birbirini g\u00f6r\u00fcp, bir di\u011ferine cevap verebilir.", - "Use enrollment tracks as the basis for dividing discussions. All learners, regardless of their enrollment track, see the same discussion topics, but within divided topics, only learners who are in the same enrollment track see and respond to each others\u2019 posts.": "Tart\u0131\u015fmalar\u0131 b\u00f6lmek i\u00e7in kay\u0131tlanma yollar\u0131n\u0131 kullan. Kay\u0131tlanma yollar\u0131na ba\u011fl\u0131 olmaks\u0131z\u0131n t\u00fcm \u00f6\u011frenciler ayn\u0131 tart\u0131\u015fma ba\u015fl\u0131klar\u0131n\u0131 g\u00f6r\u00fcr; b\u00f6l\u00fcnm\u00fc\u015f ba\u015fl\u0131klarda ise sadece ayn\u0131 ayn\u0131 kay\u0131tlanma yolundaki \u00f6\u011frenciler birbirini g\u00f6r\u00fcp, bir di\u011ferine cevap verebilir.", - "Use my institution/campus credentials": "Benim kurum / kamp\u00fcs kimlik bilgilerimi kullan\u0131n", - "Use the All Topics menu to find specific topics.": "\u00d6zel konular\u0131 bulmak i\u00e7in T\u00fcm Konular men\u00fcs\u00fcn\u00fc kullan", - "Use the retake photo button if you are not pleased with your photo": "E\u011fer foto\u011fraf\u0131n\u0131zdan memnun de\u011filseniz geri almak foto\u011fraf d\u00fc\u011fmesini kullan\u0131n", - "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "Kimli\u011finizin foto\u011fraf\u0131n\u0131 \u00e7ekmek i\u00e7in web kameran\u0131z\u0131 kullan\u0131n. Biz bu foto\u011fraf\u0131n\u0131z\u0131 kimli\u011finiz \u00fczerindeki foto\u011fraf ile e\u015fle\u015ftirece\u011fiz.", - "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "Y\u00fcz\u00fcn\u00fcz\u00fcn foto\u011fraf\u0131n\u0131 \u00e7ekmek i\u00e7in web kameran\u0131z\u0131 kullan\u0131n. Biz bu foto\u011fraf\u0131n\u0131z\u0131 kimli\u011finiz \u00fczerindeki foto\u011fraf ile e\u015fle\u015ftirece\u011fiz.", - "Used": "Kullan\u0131ld\u0131", - "User Email": "Kullan\u0131c\u0131 E-posta", - "Username": "Kullan\u0131c\u0131 ad\u0131", - "Username or email address": "Kullan\u0131c\u0131 ad\u0131 ve e-posta adresi", - "Users must create and activate their account before they can be promoted to beta tester.": "Beta s\u0131nay\u0131c\u0131s\u0131 seviyesine y\u00fckseltilmeden \u00f6nce kullan\u0131c\u0131lar kendi hesaplar\u0131n\u0131 olu\u015fturmal\u0131 ve aktifle\u015ftirmelidir.", - "V Align": "Dikey Hizalama", - "Valid": "Ge\u00e7erli", - "Validation Error": "Do\u011frulama Hatas\u0131", - "Validation Error While Saving": "Kaydederken Do\u011frulama Hatas\u0131", - "Verification Checkpoint": "Do\u011frulama Kontrol Noktas\u0131", - "Verification Deadline": "Do\u011frulama i\u00e7in Son Tarih", - "Verification checkpoint to be completed": "Do\u011frulama Kontrol Noktas\u0131 tamamland\u0131", - "Verified": "Onayland\u0131", - "Verified Certificate": "Onayl\u0131 Sertifika", - "Verified Certificate for {courseName}": "{courseName} i\u00e7in Onayl\u0131 Sertifika", - "Verified Certificate upgrade": "Onayl\u0131 Sertifikay\u0131 G\u00fcncelle", - "Verified Status": "Onaylanm\u0131\u015f Durum", - "Verified mode price": "Onaylanm\u0131\u015f \u00fccret", - "Verify Now": "\u015eimdi Do\u011frula", - "Version": "S\u00fcr\u00fcm", - "Vertical space": "Dikey a\u00e7\u0131kl\u0131k", - "Very loud": "\u00c7ok y\u00fcksek sesli", - "Very low": "\u00c7ok d\u00fc\u015f\u00fck", - "Video Capture Error": "Video Yakalama Hatas\u0131", - "Video ID": "Video No", - "Video Source Language": "Video Kayna\u011f\u0131 Dili", - "Video Status": "Video Durumu", - "Video duration is {humanizeDuration}": "Video {humanizeDuration} uzunlu\u011fundad\u0131r", - "Video ended": "Video bitti", - "Video image upload completed": "Video g\u00f6rseli y\u00fcklemesi tamamland\u0131", - "Video image upload started": "Video g\u00f6rseli y\u00fcklemesi ba\u015flad\u0131", - "Video position": "Video pozisyonu", - "Video position. Press space to toggle playback": "Video konumu. Oynatma modunu de\u011fi\u015ftirmek i\u00e7in bo\u015fluk tu\u015funa bas\u0131n", - "Video speed: ": "Video h\u0131z\u0131:", - "Video transcript": "Video altyaz\u0131s\u0131", - "View": "G\u00f6ster", - "View %(span_start)s %(team_name)s %(span_end)s": "%(span_start)s %(team_name)s %(span_end)s g\u00f6r\u00fcnt\u00fcle", - "View Archived Course": "Ar\u015fivlenmi\u015f Dersleri G\u00f6r\u00fcnt\u00fcle", - "View Cohort": "Toplulu\u011fu G\u00f6r\u00fcnt\u00fcle", - "View Course": "Derse G\u00f6zat", - "View Live": "Canl\u0131 G\u00f6r\u00fcnt\u00fcle", - "View Program Record": "Program Kayd\u0131n\u0131 G\u00f6ster", - "View Teams in the %(topic_name)s Topic": "%(topic_name)s Ba\u015fl\u0131\u011f\u0131 alt\u0131ndaki Tak\u0131mlar\u0131 G\u00f6r\u00fcnt\u00fcle", - "View all errors": "T\u00fcm hatalar\u0131 g\u00f6r", - "View my exam": "S\u0131nav\u0131m\u0131 g\u00f6r\u00fcnt\u00fcle", - "Visibility": "G\u00f6r\u00fcn\u00fcrl\u00fck", - "Visible to Staff Only": "Sadece Personele G\u00f6r\u00fcn\u00fcr", - "Visual aids": "G\u00f6rsel yard\u0131mlar", - "Volume": "Ses \u015eiddeti", - "Vote for good posts and responses": "\u0130yi g\u00f6nderi ve yan\u0131tlar\u0131 oyla", - "Waiting": "Bekleniyor", - "Want to confirm your identity later?": "Kimli\u011finizi daha sonra m\u0131 do\u011frulamak istersiniz?", - "Warning": "Uyar\u0131", - "Warnings": "Uyar\u0131lar", - "We ask you to activate your account to ensure it is really you creating the account and to prevent fraud.": "Bu hesab\u0131 ger\u00e7ekten sizin a\u00e7t\u0131\u011f\u0131n\u0131zdan emin olmak ve olas\u0131 sahtek\u00e2rl\u0131klar\u0131 \u00f6nleyebilmek i\u00e7in sizden bunu rica ediyoruz.", - "We couldn't create your account.": "Hesab\u0131n\u0131z\u0131 olu\u015fturamad\u0131k.", - "We couldn't find any results for \"%s\".": "\"%s\" i\u00e7in hi\u00e7 bir sonu\u00e7 bulunamad\u0131.", - "We couldn't sign you in.": "Oturumunuzu a\u00e7amad\u0131k.", - "We have encountered an error. Refresh your browser and then try again.": "Bir hatayla kar\u015f\u0131la\u015ft\u0131k. Taray\u0131c\u0131n\u0131z\u0131 yenileyin ve sonra tekrar deneyin.", - "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "Bilgilerinizi ald\u0131k ve kimli\u011finizi do\u011fruluyoruz. Do\u011frulama s\u00fcreci tamaland\u0131\u011f\u0131nda (genelde 1-2 g\u00fcn i\u00e7erisinde tamamlan\u0131r) ana panelinize mesaj gelecektir. Bu s\u00fcre i\u00e7inde mevcut olan ders i\u00e7eriklerine ula\u015fabilirsiniz.", - "We just need a little more information before you start learning with %(platformName)s.": "%(platformName)s ile \u00f6\u011frenmeye ba\u015flamadan \u00f6nce biraz daha bilgiye ihtiyac\u0131m\u0131z var.", - "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "Foto\u011fraf\u0131n\u0131z\u0131 \u015fifrelemek ve inceleme i\u00e7in yetkilendirme hizmetimize g\u00f6ndermek i\u00e7in uygun olan en y\u00fcksek seviyede g\u00fcvenli\u011fi kullan\u0131yoruz. Foto\u011fraf\u0131n\u0131z ve bilgileriniz kaydedilmez ve do\u011frulama s\u00fcreci tamamland\u0131ktan sonra %(platformName)s \u00fczerinde hi\u00e7bir yerde g\u00f6r\u00fclmez.", - "We're sorry to see you go! Your account will be deleted shortly.": "Gitti\u011finizi g\u00f6rmek bizi \u00fcz\u00fcyor! Hesab\u0131n\u0131z yak\u0131nda silinecek.", - "We're sorry, there was an error": "\u00d6z\u00fcr dileriz, bir hata olu\u015ftu", - "We've encountered an error. Refresh your browser and then try again.": "Bir hata ile kar\u015f\u0131la\u015ft\u0131k. Taray\u0131c\u0131n\u0131z\u0131 yenileyin ve ondan sonra tekrar deneyin.", - "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "{new_email_address} adresine do\u011frulama iletisi g\u00f6nderdik. E-posta adresinizi g\u00fcncellemek i\u00e7in ileti i\u00e7indeki ba\u011flant\u0131ya t\u0131klay\u0131n.", - "We've sent a confirmation message to {new_secondary_email_address}. Click the link in the message to update your secondary email address.": "{new_secondary_email_address} adresine bir do\u011frulama iletisi g\u00f6nderdik. \u0130kincil e-posta adresinizi g\u00fcncellemek i\u00e7in ileti i\u00e7indeki ba\u011flant\u0131ya t\u0131klay\u0131n.", - "We've sent a message to {email}. Click the link in the message to reset your password. Didn't receive the message? Contact {anchorStart}technical support{anchorEnd}.": "{email} adresine bir e-posta g\u00f6nderdik. \u0130leti i\u00e7indeki ba\u011flant\u0131ya t\u0131klayarak parolan\u0131z\u0131 s\u0131f\u0131rlayabilirsiniz. \u0130letimizi almad\u0131n\u0131z m\u0131? L\u00fctfen {anchorStart}teknik destek{anchorEnd} ile ileti\u015fime ge\u00e7in.", - "Web:": "Web:", - "Webcam": "Web Kamera", - "Weekly Highlight Emails": "Haftal\u0131k Vurgulama E-postalar\u0131", - "Weight of Total Grade": "Toplam Not A\u011f\u0131rl\u0131\u011f\u0131", - "We\u2019re sorry to see you go!": "Gitti\u011finizi g\u00f6rmek bizi \u00fcz\u00fcyor!", - "What You Need for Verification": "Do\u011frulama \u0130\u00e7in Gerekenler", - "What can we help you with, {username}?": "Sana nas\u0131l yard\u0131mc\u0131 olabiliriz, {username}?", - "What does %(platformName)s do with this photo?": "%(platformName)s bu foto\u011fraf ile ne yapar?", - "What does this mean?": "Ne anlama geliyor?", - "What's Your Next Accomplishment?": "Bir Sonraki Ba\u015far\u0131n Ne Olacak?", - "When learners submit an answer to an assessment, they immediately see whether the answer is correct or incorrect, and the score received.": "\u00d6\u011frenciler bir de\u011ferlendirmeye cevap g\u00f6nderdi\u011finde, de\u011ferlendirmedeki cevaplar\u0131n\u0131n do\u011fru ya da yanl\u0131\u015f olup olmad\u0131\u011f\u0131n\u0131 ve ald\u0131klar\u0131 notu hemen g\u00f6rebilirler.", - "When your face is in position, use the camera button {icon} below to take your photo.": "Y\u00fcz\u00fcn\u00fcz \u00e7er\u00e7eve i\u00e7indeyken, kamera d\u00fc\u011fmesini {icon} kullanarak foto\u011fraf\u0131n\u0131z\u0131 \u00e7ekin.", - "Which timed transcript would you like to use?": "Hangi zamanlanm\u0131\u015f altyaz\u0131y\u0131 kullanmak istersiniz?", - "Whole words": "Tam s\u00f6zc\u00fckler", - "Why activate?": "Neden etkinle\u015ftirme ad\u0131m\u0131?", - "Why does %(platformName)s need my photo?": "Ni\u00e7in %(platformName)s benim foto\u011fraf\u0131ma gerek duyuyor?", - "Width": "Geni\u015flik", - "Will Be Visible To:": "\u015eu Ki\u015filere G\u00f6r\u00fcnecek:", - "Words: {0}": "Kelimeler: {0}", - "Would you like to sign in using your %(providerName)s credentials?": "%(providerName)s kimli\u011finizi kullanarak oturumu a\u00e7mak ister misiniz?", - "Year of Birth": "Do\u011fum Y\u0131l\u0131", - "Yes, Delete": "Evet, Sil", - "Yes, allow edits to the active Certificate": "Evet, etkinle\u015ftirilmi\u015f Sertifikay\u0131 d\u00fczenlemeye izin ver", - "Yes, delete this {xblock_type}": "Evet, bu {xblock_type} XBlock'u sil", - "Yes, replace the edX transcript with the YouTube transcript": "Evet, edX altyaz\u0131s\u0131n\u0131 YouTube altyaz\u0131s\u0131yla de\u011fi\u015ftirin.", - "Yesterday": "D\u00fcn", - "You already belong to another team.": "\u015eu anda ba\u015fka bir tak\u0131ma ait g\u00f6r\u00fcn\u00fcyorsunuz.", - "You already have an edX account with your {enterprise_name} email address.": "{enterprise_name} e-posta adresiyle ili\u015fkili bir edX hesab\u0131n\u0131z zaten var.", - "You are a member of this team.": "Bu tak\u0131m\u0131n bir \u00fcyesisiniz.", - "You are currently sharing a limited profile.": "\u015eu anda s\u0131n\u0131rl\u0131 bir profil payla\u015f\u0131yorsunuz.", - "You are enrolling in: {courseName}": "{courseName} dersine kay\u0131t oluyorsunuz", - "You are not currently a member of any team.": "\u015eu anda herhangi bir tak\u0131ma \u00fcye de\u011filsiniz.", - "You are not enrolled in any programs yet.": "Hen\u00fcz bir programa kay\u0131t olmad\u0131n\u0131z.", - "You are now enrolled as a verified student for:": "Do\u011frulanm\u0131\u015f \u00f6\u011frenci olarak \u015furaya kaydoldunuz:", - "You are sending an email message with the subject {subject} to the following recipients.": "A\u015fa\u011f\u0131daki al\u0131c\u0131lara {subject} konulu bir e-posta iletisi g\u00f6nderiyorsunuz.", - "You are upgrading your enrollment for: {courseName}": "{courseName} i\u00e7in kayd\u0131n\u0131z\u0131 y\u00fckseltiyorsunuz.", - "You can also retry this practice exam": "Bu al\u0131\u015ft\u0131rma s\u0131nav\u0131n\u0131 ayn\u0131 zamanda deneyebilirsiniz de", - "You can change sessions until {expiration_date}.": "{expiration_date} tarihine kadar oturumlar\u0131 de\u011fi\u015ftirebilirsiniz", - "You can link your social media accounts to simplify signing in to {platform_name}.": "{platform_name} hesab\u0131na giri\u015fi kolayla\u015ft\u0131rmak i\u00e7in sosyal medya hesaplar\u0131n\u0131z\u0131 ba\u011flayabilirsiniz.", - "You can no longer change sessions.": "Art\u0131k oturum de\u011fi\u015ftiremezsiniz.", - "You can now enter your payment information and complete your enrollment.": "\u015eimdi \u00f6deme bilgilerinizi girin ve kay\u0131t tamamlayabilirsiniz.", - "You can pay now even if you don't have the following items available, but you will need to have these by {date} to qualify to earn a Verified Certificate.": "A\u015fa\u011f\u0131daki \u00f6\u011feler haz\u0131r olmasa bile \u015fimdi \u00f6deme yapabilirsiniz, ama Onayl\u0131 Sertifikaya hak kazanmak i\u00e7in {date} tarihine dek bunlara sahip olmaya ihtiyac\u0131n\u0131z olacak.", - "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": " A\u015fa\u011f\u0131daki \u00f6\u011feleri haz\u0131r olmasa bile \u015fimdi \u00f6deme yapabilirsiniz, ama Onayl\u0131 Sertifikay\u0131 hak kazanmak i\u00e7in bunlara sahip olmaya ihtiyac\u0131n\u0131z olacakt\u0131r.", - "You can remove members from this team, especially if they have not participated in the team's activity.": "\u00d6zellikle tak\u0131m faaliyetlerine kat\u0131lmayan \u00fcyeleri bu tak\u0131mdan kald\u0131rabilirsiniz.", - "You can upload files with these file types: ": "Bu dosya t\u00fcrleriyle dosya y\u00fckleyebilirsiniz:", - "You can use your {accountName} account to sign in to your {platformName} account.": "{platformName} hesab\u0131na giri\u015f yapmak i\u00e7in {accountName} hesab\u0131n\u0131z\u0131 kullanabilirsiniz.", - "You cannot view the course as a student or beta tester before the course release date.": "Dersin yay\u0131mlanma tarihinden \u00f6nce \u00f6\u011frenci veya beta tester olarak dersi inceleyemezsiniz.", - "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "Video URL'sini de\u011fi\u015ftirdiniz, ama zamanlanm\u0131\u015f altyaz\u0131 dosyas\u0131n\u0131 de\u011fi\u015ftirmediniz. Mevcut olan zamanlanm\u0131\u015f altyaz\u0131 dosyas\u0131n\u0131 kullanmay\u0131 ya da yeni bir .srt altyaz\u0131 dosyas\u0131 y\u00fcklemeyi mi istersiniz?", - "You commented...": "\u015e\u00f6yle yorum yapt\u0131n\u0131z...", - "You could not be subscribed to this post. Refresh the page and try again.": "Bu iletinin takip\u00e7isi olamad\u0131n\u0131z. Sayfay\u0131 yeniden y\u00fckleyin ve tekrar deneyin.", - "You could not be unsubscribed from this post. Refresh the page and try again.": "Bu iletinin takibinden \u00e7\u0131kamad\u0131n\u0131z. Sayfay\u0131 yeniden y\u00fckleyin ve tekrar deneyin.", - "You currently have no cohorts configured": "Mevcut yap\u0131land\u0131r\u0131lm\u015f toplulu\u011funuz yok", - "You did not select a content group": "Bir i\u00e7erik grubu se\u00e7mediniz", - "You did not select any files to submit.": "G\u00f6nderim i\u00e7in herhangi bir dosya se\u00e7mediniz.", - "You did not submit the required files: {requiredFiles}.": "Gerekli dosyalar\u0131 g\u00f6ndermediniz: {requiredFiles}.", - "You don't seem to have Flash installed. Get Flash to continue your verification.": "Flash'\u0131 y\u00fcklememi\u015f g\u00f6z\u00fck\u00fcyorsunuz. Do\u011frulamaya devam etmeniz i\u00e7in Flash'\u0131 y\u00fckleyin.", - "You don't seem to have a webcam connected.": "Ba\u011fl\u0131 bir web kameran\u0131z olmad\u0131\u011f\u0131 g\u00f6r\u00fcnmekte.", - "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "Bir \u00f6l\u00e7\u00fct eklediniz. \u00d6\u011frenci E\u011fitimi ad\u0131m\u0131nda, \u00f6l\u00e7\u00fct i\u00e7in bir se\u00e7enek se\u00e7melisiniz. Bunu yapmak i\u00e7inse, Ayarlar sekmesine t\u0131klay\u0131n\u0131z.", - "You have already verified your ID!": "Kimli\u011finizi \u00e7oktan do\u011frulad\u0131n\u0131z!", - "You have been logged out of your edX account. Click Okay to log in again now. Click Cancel to stay on this page (you must log in again to save your work).": "edX hesab\u0131n\u0131zdan \u00e7\u0131kt\u0131n\u0131z. Tekrar giri\u015f yapmak i\u00e7in Tamam'a t\u0131klay\u0131n. \u0130ptal'e t\u0131klayarak bu sayfada kalabilirsiniz (\u00c7al\u0131\u015fman\u0131z\u0131 kaydetmek i\u00e7in tekrar giri\u015f yapman\u0131z gerekiyor).", - "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "Bir \u00f6l\u00e7\u00fct sildiniz. Sistem, \u00d6\u011frenci E\u011fitimi ad\u0131m\u0131ndaki \u00f6rnek cevaplardan \u00f6l\u00e7\u00fct kald\u0131r\u0131ld\u0131.", - "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "Bu \u00f6l\u00e7\u00fct i\u00e7in t\u00fcm se\u00e7enekleri sildiniz. \u00d6\u011frenci E\u011fitimi ad\u0131m\u0131ndaki \u00f6rnek cevaplardan \u00f6l\u00e7\u00fct kald\u0131r\u0131ld\u0131.", - "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "Bir se\u00e7enek sildiniz. Sistem, \u00d6\u011frenci E\u011fitimi ad\u0131m\u0131nda yer alan \u00f6rnek cevaplardaki \u00f6l\u00e7\u00fctten bu se\u00e7enek kald\u0131r\u0131ld\u0131. Bu \u00f6l\u00e7\u00fct i\u00e7in yeni bir se\u00e7enek se\u00e7meniz gerekebilir.", - "You have no handouts defined": "Tan\u0131mlanan notlar\u0131n\u0131z yok", - "You have not bookmarked any courseware pages yet": "Hen\u00fcz bir ders yaz\u0131l\u0131m\u0131 sayfas\u0131n\u0131 yer imlerine eklemediniz", - "You have not created any certificates yet.": "Hen\u00fcz bir sertifika olu\u015fturmad\u0131n\u0131z.", - "You have not created any content groups yet.": "Hen\u00fcz bir i\u00e7erik grubu olu\u015fturmad\u0131n\u0131z.", - "You have not created any group configurations yet.": "Hen\u00fcz hi\u00e7bir grup ayar\u0131 olu\u015fturmad\u0131n\u0131z.", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Bir eylem se\u00e7tiniz, fakat bireysel alanlar \u00fczerinde hi\u00e7bir de\u011fi\u015fiklik yapmad\u0131n\u0131z. Muhtemelen Kaydet d\u00fc\u011fmesi yerine Git d\u00fc\u011fmesini ar\u0131yorsunuz.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Bir eylem se\u00e7tiniz, fakat hen\u00fcz bireysel alanlara de\u011fi\u015fikliklerinizi kaydetmediniz. Kaydetmek i\u00e7in l\u00fctfen TAMAM d\u00fc\u011fmesine t\u0131klay\u0131n. Eylemi yeniden \u00e7al\u0131\u015ft\u0131rman\u0131z gerekecek.", - "You have selected \u201cDelete my account.\u201d Deletion of your account and personal data is permanent and cannot be undone. EdX will not be able to recover your account or the data that is deleted.": "\"Hesab\u0131m\u0131 sil\"i se\u00e7tiniz. Hesab\u0131n\u0131z\u0131n ve ki\u015fisel verilerinizin silinmesi kal\u0131c\u0131 olup, sonradan geri d\u00f6nd\u00fcr\u00fclemez. edX silinen hesap ya da verilerinizi hi\u00e7bir \u015fekilde geri getiremez.", - "You have set your language to {beta_language}, which is currently not fully translated. You can help us translate this language fully by joining the Transifex community and adding translations from English for learners that speak {beta_language}.": "Dilinizi hen\u00fcz tam anlam\u0131yla desteklenmeyen {beta_language} olarak ayarlad\u0131n\u0131z. Transifex toplulu\u011funa kat\u0131larak {beta_language} aray\u00fcz\u00fcn\u00fcn tamamen \u00e7evrilmesine yard\u0131mc\u0131 olabilirsin.", - "You have successfully signed into %(currentProvider)s, but your %(currentProvider)s account does not have a linked %(platformName)s account. To link your accounts, sign in now using your %(platformName)s password.": "%(currentProvider)s'a ba\u015far\u0131yla kay\u0131t oldunuz ancak %(currentProvider)s hesab\u0131n\u0131z ba\u011fl\u0131 bir %(platformName)s hesab\u0131na sahip de\u011fil. Hesaplar\u0131n\u0131z\u0131 ba\u011flamak i\u00e7in %(platformName)s parolan\u0131z\u0131 kullanarak giri\u015f yap\u0131n.", - "You have successfully updated your goal.": "Hedefinizi ba\u015far\u0131yla g\u00fcncellediniz.", - "You have unsaved changes are you sure you want to navigate away?": "Kaydedilmemi\u015f de\u011fi\u015fiklikler var, sayfadan ayr\u0131lmak istedi\u011finizden emin misiniz?", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Bireysel d\u00fczenlenebilir alanlarda kaydedilmemi\u015f de\u011fi\u015fiklikleriniz var. E\u011fer bir eylem \u00e7al\u0131\u015ft\u0131r\u0131rsan\u0131z, kaydedilmemi\u015f de\u011fi\u015fiklikleriniz kaybolacakt\u0131r.", - "You have unsaved changes. Do you really want to leave this page?": "Kaydedilmemi\u015f de\u011fi\u015fiklikleriniz var. Bu sayfay\u0131 ger\u00e7ekten terk etmek mi istiyorsunuz?", - "You haven't added any assets to this course yet.": "Hen\u00fcz bu derse herhangi bir varl\u0131k eklemediniz.", - "You haven't added any content to this course yet.": "Hen\u00fcz bir ders i\u00e7eri\u011fi eklenmedi.", - "You haven't added any textbooks to this course yet.": "Bu derse herhangi bir ders kitab\u0131 eklemediniz.", - "You may also lose access to verified certificates and other program credentials like MicroMasters certificates. If you want to make a copy of these for your records before proceeding with deletion, follow the instructions for {htmlStart}printing or downloading a certificate{htmlEnd}.": "Hesap silme sonras\u0131nda, onaylanm\u0131\u015f sertifikalara ve MicroMasters sertifikalar\u0131 gibi di\u011fer program kimlik bilgilerine de eri\u015femezsiniz. Silme i\u015fleminden \u00f6nce bu kay\u0131tlar\u0131n\u0131z\u0131n bir kopyas\u0131n\u0131 \u00e7\u0131karmak i\u00e7in l\u00fctfen {htmlStart}bir sertifikan\u0131n \u00e7\u0131kt\u0131s\u0131n\u0131 almak ya da indirmek{htmlEnd} \u00f6nergelerini takip edin.", - "You must be over 13 to share a full profile. If you are over 13, make sure that you have specified a birth year on the {account_settings_page_link}": "T\u00fcm profili payla\u015fmak i\u00e7in 13 ya\u015f\u0131ndan b\u00fcy\u00fck olman\u0131z gerekmektedir. E\u011fer 13 ya\u015f\u0131ndan b\u00fcy\u00fckseniz, {account_settings_page_link} sayfas\u0131nda do\u011fum y\u0131l\u0131n\u0131z\u0131 belirtti\u011finizden emin olun.", - "You must enter a valid email address in order to add a new team member": "Yeni bir ekip \u00fcyesi eklemek i\u00e7in ge\u00e7erli bir e-posta adresi girmelisiniz.", - "You must provide a learner name.": "Bir \u00f6\u011frenci ismi belirtmelisiniz.", - "You must select a session by {expiration_date} to access the course.": "Derse eri\u015fmek i\u00e7in {expiration_date} tarihine kadar oturum se\u00e7melisiniz.", - "You must select a session to access the course.": "Derse eri\u015fmek i\u00e7in oturum se\u00e7melisiniz.", - "You must sign out and sign back in before your language changes take effect.": "Dil de\u011fi\u015fikliklerinin etkili olmas\u0131 i\u00e7in oturumunuzu kapatman\u0131z ve tekrar a\u00e7man\u0131z gerekmektedir.", - "You must specify a name": "\u0130sim belirtmelisiniz", - "You must specify a name for the cohort": "Topluluk i\u00e7in bir isim belirtmelisiniz", - "You must specify your birth year before you can share your full profile. To specify your birth year, go to the {account_settings_page_link}": "T\u00fcm profilinizi payla\u015fmadan \u00f6nce do\u011fum y\u0131l\u0131n\u0131z\u0131 belirlemek zorundas\u0131n\u0131z. Do\u011fum y\u0131l\u0131n\u0131z\u0131 belirlemek i\u00e7in, {account_settings_page_link} gidin", - "You need a computer that has a webcam. When you receive a browser prompt, make sure that you allow access to the camera.": "Bir web kameras\u0131 olan bir bilgisayara ihtiyac\u0131n\u0131z var. Taray\u0131c\u0131 uyar\u0131s\u0131 ald\u0131\u011f\u0131n\u0131zda, kameraya eri\u015fim izni verdi\u011finizden emin olun.", - "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "Ad\u0131n\u0131z\u0131 ve foto\u011fraf\u0131n\u0131z\u0131 i\u00e7eren bir ehliyet, pasaport veya di\u011fer devlet taraf\u0131ndan verilen kimli\u011fe ihtiyac\u0131n\u0131z var.", - "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "Ad\u0131n\u0131z\u0131 ve foto\u011fraf\u0131n\u0131z\u0131 i\u00e7eren bir kimli\u011fe ihtiyac\u0131n\u0131z vard\u0131r. Bir ehliyet, pasaport veya di\u011fer h\u00fck\u00fcmet taraf\u0131ndan verilen kimlikler t\u00fcm kabul edilebilir.", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "Derse kay\u0131t olmadan \u00f6nce hesab\u0131n\u0131z\u0131 aktive edin. Etkinle\u015ftirme e-posta i\u00e7in gelen kutunuzu kontrol edin.", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "Derse kay\u0131t olmadan \u00f6nce hesab\u0131n\u0131z\u0131 aktive edin. Etkinle\u015ftirme e-posta i\u00e7in gelen kutunuzu kontrol edin. Etkinle\u015ftirmeyi tamamlad\u0131ktan sonra bu sayfaya d\u00f6nebilir ve yenileyebilirsiniz.", - "You receive messages from {platform_name} and course teams at this address.": "{platform_name} platformundan ve ders tak\u0131mlar\u0131ndan iletileri bu adrese alacaks\u0131n\u0131z.", - "You reserve all rights for your work": "Eserinizin t\u00fcm haklar\u0131 sizde sakl\u0131d\u0131r", - "You still need to visit the %(display_name)s website to complete the credit process.": "Sizin hala daha kredi i\u015flemini tamamlamak i\u00e7in %(display_name)s websitesine ziyaret etmeniz gerekmektedir.", - "You submitted {filename}; only {allowedFiles} are allowed.": "{filename} dosyas\u0131n\u0131 g\u00f6nderdiniz; sadece {allowedFiles} dosyalar\u0131na izin veriliyor.", - "You waive some rights for your work, such that others can use it too": "Eserinizdeki baz\u0131 haklar\u0131n\u0131zdan feragat edebilirsiniz, b\u00f6ylece ba\u015fkalar\u0131 da onu kolayca kullanabilir", - "You will be refunded the amount you paid.": "\u00d6dedi\u011finiz tutar size iade edilecektir.", - "You will not be refunded the amount you paid.": "\u00d6dedi\u011finiz tutar size iade edilmeyecektir.", - "You will not receive notification for emails that bounce, so double-check your spelling.": "Hatal\u0131 ve geri d\u00f6nen e-postalar i\u00e7in bildirim almayacaks\u0131n\u0131z, bu nedenle g\u00f6ndermeden \u00f6nce yaz\u0131m\u0131n\u0131z\u0131 tekrar kontrol edin.", - "You will use your webcam to take a picture of your face and of your government-issued photo ID.": "Y\u00fcz\u00fcn\u00fcz\u00fcn foto\u011fraf\u0131n\u0131 ve devlet taraf\u0131ndan verilmi\u015f foto\u011frafl\u0131 n\u00fcfus kimli\u011finizin foto\u011fraf\u0131n\u0131 webcam ile \u00e7ekin.", - "You!": "Sen!", - "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "Bu g\u00f6rev i\u00e7in cevab\u0131n\u0131 g\u00f6ndermek \u00fczeresin. Cevab\u0131n\u0131 g\u00f6nderdikten sonra, cevab\u0131 de\u011fi\u015ftiremez veya yeni bir cevap ekleyemezsin.", - "You've made some changes": "Baz\u0131 de\u011fi\u015fiklikler yapt\u0131n\u0131z", - "You've made some changes, but there are some errors": "Baz\u0131 de\u011fi\u015fiklikler yapt\u0131n\u0131z, ama baz\u0131 hatalar var", - "You've successfully signed into %(currentProvider)s.": "Ba\u015far\u0131l\u0131 bir \u015fekilde \u015furaya %(currentProvider)s giri\u015f yapt\u0131n\u0131z. ", - "Your ID must be a government-issued photo ID that clearly shows your face.": "Kimli\u011finizin devlet taraf\u0131ndan verilmi\u015f y\u00fcz\u00fcn\u00fcz\u00fcn a\u00e7\u0131k\u00e7a g\u00f6r\u00fcnd\u00fc\u011f\u00fc foto\u011frafl\u0131 kimlik olmas\u0131 gerekiyor.", - "Your Program Journey": "Program Yolculu\u011funuz", - "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "Taray\u0131c\u0131n\u0131z panoya do\u011frudan eri\u015fimi desteklemiyor. Onun yerine l\u00fctfen Ctrl+X/C/V klavye k\u0131sayollar\u0131n\u0131 kullan\u0131n.", - "Your changes have been saved.": "De\u011fi\u015fiklikleriniz kaydedildi.", - "Your changes have been saved. {details}": "De\u011fi\u015fiklikleriniz kaydedildi. {details}", - "Your changes will not take effect until you save your progress.": "De\u011fi\u015fiklikleriniz kaydedilene kadar aktif olmayacakt\u0131r.", - "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "De\u011fi\u015fiklikleriniz siz kaydedene kadar aktif olmayacakt\u0131r. Anahtar ve de\u011ferlerin bi\u00e7imlendirmesine dikkat ediniz, zira bu de\u011ferler kontrol edilmemektedir.", - "Your course could not be exported to XML. There is not enough information to identify the failed component. Inspect your course to identify any problematic components and try again.": "Dersiniz XML'e aktar\u0131lamad\u0131. Ba\u015far\u0131s\u0131z bile\u015feni tan\u0131mlamak i\u00e7in yeterli bilgi yok. Sorun \u00e7\u0131karabilecek herhangi bir bile\u015feni bulmak i\u00e7in dersinize g\u00f6z at\u0131n\u0131z ve tekrar deneyiniz.", - "Your donation could not be submitted.": "Sizin ba\u011f\u0131\u015f\u0131n\u0131z g\u00f6nderilemedi.", - "Your email message was successfully queued for sending. In courses with a large number of learners, email messages to learners might take up to an hour to be sent.": "E-posta iletiniz g\u00f6nderim kuyru\u011funa ba\u015far\u0131yla al\u0131nd\u0131. \u00c7ok fazla say\u0131da \u00f6\u011frencinin oldu\u011fu derslerde e-posta iletilerinin yerine ula\u015fmas\u0131 bir saati bulabilir.", - "Your entire face fits inside the frame.": "Y\u00fcz\u00fcn\u00fcz\u00fcn tamam\u0131 \u00e7er\u00e7eve i\u00e7erisine s\u0131\u011fmal\u0131.", - "Your export has failed.": "\u0130\u00e7e aktar\u0131m i\u015flemi ba\u015far\u0131s\u0131z oldu.", - "Your face is well-lit.": "Y\u00fcz\u00fcn\u00fcz iyi \u0131\u015f\u0131kland\u0131r\u0131lm\u0131\u015f olmal\u0131.", - "Your file ": "Dosyan\u0131z", - "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "'{file}' dosyan\u0131z y\u00fcklendi. \u0130\u015flenmesi i\u00e7in birka\u00e7 dakika bekleyiniz.", - "Your file could not be uploaded": "Dosyan\u0131z y\u00fcklenemedi", - "Your file has been deleted.": "Dosyan\u0131z silindi.", - "Your file {filename} is too large (max size: {maxSize}MB).": "{filename} dosyas\u0131 fazla b\u00fcy\u00fck (maks b\u00fcy\u00fckl\u00fck: {maxSize}MB).", - "Your import has failed.": "\u0130\u00e7e aktarma i\u015fleminiz ba\u015far\u0131s\u0131z oldu.", - "Your import is in progress; navigating away will abort it.": "\u0130\u00e7eri aktarma i\u015fleminiz s\u00fcr\u00fcyor; ba\u015fka bir sayfaya ilerleme bunu yar\u0131da kesecek.", - "Your library could not be exported to XML. There is not enough information to identify the failed component. Inspect your library to identify any problematic components and try again.": "K\u00fct\u00fcphaneniz XML'e aktar\u0131lamad\u0131. Ba\u015far\u0131s\u0131z bile\u015feni tan\u0131mlamak i\u00e7in yeterli bilgi yok. Sorun \u00e7\u0131karabilecek herhangi bir bile\u015feni bulmak i\u00e7in k\u00fct\u00fcphanenize g\u00f6z at\u0131n\u0131z ve tekrar deneyiniz.", - "Your message cannot be blank.": "\u0130letiniz bo\u015f olamaz.", - "Your message must have a subject.": "\u0130letinizin bir konusu olmal\u0131.", - "Your message must have at least one target.": "\u0130letinizin en az bir hedefi olmal\u0131.", - "Your policy changes have been saved.": "Politika de\u011fi\u015fiklikleri kay\u0131t edildi.", - "Your post will be discarded.": "G\u00f6nderiniz \u00e7\u0131kart\u0131lacakt\u0131r.", - "Your profile settings are managed by {enterprise_name}. Contact your administrator or {link_start}edX Support{link_end} for help.": "Profil ayarlar\u0131n\u0131z {enterprise_name} taraf\u0131ndan y\u00f6netiliyor. Y\u00f6neticinizle g\u00f6r\u00fc\u015f\u00fcn ya da {link_start}edX Destek{link_end} ile ileti\u015fime ge\u00e7in.", - "Your question or idea (required)": "Sorunuz veya fikriniz (gerekli)", - "Your request could not be completed due to a server problem. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "Sunucu sorunu nedeniyle iste\u011finiz tamamlanamad\u0131. Sayfay\u0131 yeniden y\u00fckleyin ve tekrar deneyin. E\u011fer sorun devam ederse, Yard\u0131m sekmesine t\u0131klay\u0131n ve sorunu bildirin.", - "Your request could not be completed. Reload the page and try again.": "\u0130ste\u011finiz tamamlanamad\u0131. Sayfay\u0131 yeniden y\u00fckleyin ve tekrar deneyin.", - "Your request could not be completed. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u0130ste\u011finiz tamamlanamad\u0131. Sayfay\u0131 yeniden y\u00fckleyiniz ve tekrar deneyiniz. E\u011fer sorun devam ederse, Yard\u0131m sekmesine t\u0131klayarak sorunu bildirin.", - "Your request could not be processed. Refresh the page and try again.": "\u0130ste\u011finiz i\u015flenemiyor. Tekrar denemek i\u00e7in sayfay\u0131 yeniden y\u00fckleyin.", - "Your team could not be created.": "Tak\u0131m\u0131n\u0131z olu\u015fturulamad\u0131.", - "Your team could not be updated.": "Tak\u0131m\u0131n\u0131z g\u00fcncellenemedi.", - "Your unenrollment request could not be processed. Please try again later.": "Kay\u0131t iptali iste\u011finiz i\u015flenemedi. L\u00fctfen daha sonra tekrar deneyin.", - "Your upload of '{file}' failed.": "'{file}' y\u00fcklemeniz ba\u015far\u0131s\u0131z.", - "Your upload of '{file}' succeeded.": "'{file}' y\u00fcklemeniz ba\u015far\u0131l\u0131.", - "Your verification status is good until {verificationGoodUntil}.": "{verificationGoodUntil} a\u015famas\u0131na dek do\u011frulama durumunuz iyi.", - "Your video uploads are not complete.": "Video y\u00fcklemeleriniz tamamlanmad\u0131.", - "Your {program} Certificate": "{program} Sertifikan\u0131z", - "Yourself": "Kendiniz", - "Zoom In": "B\u00fcy\u00fct", - "Zoom Out": "K\u00fc\u00e7\u00fclt", - "[no tags]": "[etiket yok]", - "a day": "bir g\u00fcn", - "a timed exam": "bir s\u00fcreli s\u0131nav", + ], + "There was an error while importing the new course to our database.": "Yeni dersi veritaban\u0131m\u0131za ta\u015f\u0131rken bir hata olu\u015ftu.", + "There was an error while importing the new library to our database.": "Yeni k\u00fct\u00fcphaneyi veritaban\u0131m\u0131za aktar\u0131rken bir hata olu\u015ftu.", + "There was an error while unpacking the file.": "Dosyay\u0131 a\u00e7arken hata olu\u015ftu.", + "There was an error while verifying the file you submitted.": "Girdi\u011finiz dosyay\u0131 do\u011frularken hata olu\u015ftu.", + "There was an error with the upload": "Y\u00fcklemede bir sorun olu\u015ftu", + "There was an error, try searching again.": "Bir hata olu\u015ftu, tekrar deneyiniz", + "There was an error. Please reload the page and try again.": "Bir hata olu\u015ftu. L\u00fctfen sayfay\u0131 yeniden y\u00fckleyin ve tekrar deneyin.", + "There were errors reindexing course.": "Dersi tekrar indekslerken hatalar olu\u015ftu.", + "There's already another assignment type with this name.": "Bu isimle mevcut bir g\u00f6rev tipi bulunmaktad\u0131r.", + "These settings include basic information about your account.": "Bu ayarlar hesab\u0131n\u0131z hakk\u0131nda baz\u0131 temel bilgileri i\u00e7erir.", + "These users could not be added as beta testers because their accounts are not yet activated:": "Bu kullan\u0131c\u0131lar beta s\u0131nay\u0131c\u0131lar\u0131 olarak eklenemedi \u00e7\u00fcnk\u00fc hesaplar\u0131n\u0131 hen\u00fcz aktifle\u015ftirmemi\u015fler.", + "These users were not added as beta testers:": "Bu kullan\u0131c\u0131lar beta s\u0131nay\u0131c\u0131lar\u0131 olarak eklenemedi:", + "These users were not affiliated with the course so could not be unenrolled:": "Bu kullan\u0131c\u0131lar\u0131n dersle ili\u015fikleri olmad\u0131\u011f\u0131ndan kay\u0131tlar\u0131 silinemedi:", + "These users were not removed as beta testers:": "Bu kullan\u0131c\u0131lar beta s\u0131nay\u0131c\u0131lar\u0131 olarak silinmedi:", + "These users were successfully added as beta testers:": "Bu kullan\u0131c\u0131lar beta s\u0131nay\u0131c\u0131lar\u0131 olarak ba\u015far\u0131yla eklendi:", + "These users were successfully removed as beta testers:": "Bu kullan\u0131c\u0131lar beta s\u0131nay\u0131c\u0131lar\u0131 olarak ayr\u0131ld\u0131:", + "These users will be allowed to enroll once they register:": "Bu kullan\u0131c\u0131lar kay\u0131t bilgilerini girdikten sonra kaydolmalar\u0131na izin verilecektir:", + "These users will be enrolled once they register:": "Kay\u0131t bilgilerini girdikten sonra sonra bu kullan\u0131c\u0131lar\u0131n kay\u0131tlar\u0131 yap\u0131lacakt\u0131r:", + "This Group Configuration is not in use. Start by adding a content experiment to any Unit via the {linkStart}Course Outline{linkEnd}.": "Bu Grup Yap\u0131land\u0131rmas\u0131 kullan\u0131mda de\u011fil. {linkStart}Ders Tasla\u011f\u0131{linkEnd} \u00fczerinde herhangi bir \u00fcniteye deneysel i\u00e7erik ekleyerek ba\u015flayabilirsiniz.", + "This Group Configuration is used in:": "Bu Grup Yap\u0131land\u0131rmas\u0131 kullan\u0131l\u0131r:", + "This action cannot be undone.": "Bu eylem geri al\u0131namaz.", + "This action updates the {provider} information for your entire organization.": "Bu eylem t\u00fcm kurum i\u00e7in {provider} bilgisini g\u00fcnceller.", + "This assessment could not be submitted.": "Bu de\u011ferlendirme g\u00f6nderilemedi.", + "This browser cannot play .mp4, .ogg, or .webm files.": "Bu taray\u0131c\u0131 .mp4, .ogg veya .webm uzant\u0131l\u0131 dosyalar\u0131 oynatamamaktad\u0131r.", + "This catalog's courses:": "Bu katalogdaki dersler:", + "This certificate has already been activated and is live. Are you sure you want to continue editing?": "Sertifika zaten etkinle\u015ftirilmi\u015f ve yay\u0131nda. D\u00fczenlemeye devam etmek istedi\u011finize emin misiniz?", + "This comment could not be deleted. Refresh the page and try again.": "Bu yorum silinemez. Sayfay\u0131 yenileyin ve tekrar deneyin.", + "This component has validation issues.": "Bu bile\u015fenin do\u011frulama sorunu var.", + "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "Bu yap\u0131land\u0131rma son olarak i\u00e7erik deneylerinde kullan\u0131ld\u0131. E\u011fer gruplarda de\u011fi\u015fiklik yaparsan\u0131z, deneyleri d\u00fczenlemeniz gerekebilir.", + "This content group is used in one or more units.": "Bu i\u00e7erik grubu bir ya da daha fazla birimde kullan\u0131ld\u0131.", + "This discussion could not be loaded. Refresh the page and try again.": "Bu tart\u0131\u015fma y\u00fcklenemedi. Sayfay\u0131 yeniden y\u00fckleyin ve tekrar deneyin.", + "This exam has a time limit associated with it.": "Bu s\u0131nava ba\u011fl\u0131 bir s\u00fcre s\u0131n\u0131r\u0131 bulunmaktad\u0131r.", + "This feature is currently in testing. Course teams can enter highlights, but learners will not receive email messages.": "Bu \u00f6zellik \u015fimdilik test a\u015famas\u0131nda. Ders Tak\u0131mlar\u0131 renkli vurgulamalar\u0131 girebilir ama \u00f6\u011frenciler ili\u015fkili e-posta iletileri almayacak.", + "This feedback could not be submitted.": "Bu geri bildirim g\u00f6nderilemedi.", + "This file type is not supported. Supported file type is {supportedFileFormat}.": "Bu dosya format\u0131 desteklenmiyor. {supportedFileFormat} dosya t\u00fcr\u00fc destekleniyor.", + "This group controls access to:": "Bu grup \u015furaya eri\u015fimi y\u00f6netir:", + "This group no longer exists. Choose another group or do not restrict access to this unit.": "Bu grup art\u0131k mevcut de\u011fil. Ba\u015fka bir grup se\u00e7in ya da bu \u00fcniteye eri\u015fimi k\u0131s\u0131tlamay\u0131n.", + "This image file type is not supported. Supported file types are {supportedFileFormats}.": "Bu g\u00f6r\u00fcnt\u00fc dosyas\u0131 desteklenmiyor. Desteklenen t\u00fcrler \u015funlard\u0131r: {supportedFileFormats}.", + "This image is for decorative purposes only and does not require a description.": "Bu g\u00f6rsel sadece tasar\u0131msal ama\u00e7l\u0131 ve bir a\u00e7\u0131klamaya gerek duymuyor.", + "This is the Description of the Group Configuration": "Bu Grup Yap\u0131land\u0131rmas\u0131n\u0131n A\u00e7\u0131klamas\u0131", + "This is the Name of the Group Configuration": "Bu Grup Yap\u0131land\u0131rma \u0130smi ", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Bu mevcut %s listesidir. A\u015fa\u011f\u0131daki kutudan baz\u0131lar\u0131n\u0131 i\u015faretleyerek ve ondan sonra iki kutu aras\u0131ndaki \"Se\u00e7in\" okuna t\u0131klayarak se\u00e7ebilirsiniz.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Bu se\u00e7ilen %s listesidir. A\u015fa\u011f\u0131daki kutudan baz\u0131lar\u0131n\u0131 i\u015faretleyerek ve ondan sonra iki kutu aras\u0131ndaki \"Kald\u0131r\" okuna t\u0131klayarak kald\u0131rabilirsiniz.", + "This is the name of the group": "Bu grubun ismi", + "This learner is currently sharing a limited profile.": "Bu \u00f6\u011frenci \u015fu anda s\u0131n\u0131rl\u0131 bir profil payla\u015f\u0131yor.", + "This link will open in a modal window": "Bu ba\u011flant\u0131 yeni bir kip penceresinde a\u00e7\u0131lacak", + "This link will open in a new browser window/tab": "Bu ba\u011flant\u0131 taray\u0131c\u0131da yeni bir pencere veya sekmede a\u00e7\u0131lacak", + "This may be happening because of an error with our server or your internet connection. Try refreshing the page or making sure you are online.": "Bu durum sunucudaki bir hatadan veya \u0130nternet ba\u011flant\u0131n\u0131zdan kaynaklanm\u0131\u015f olabilir. Sayfay\u0131 yeniden y\u00fcklemeyi deneyin veya \u00e7evrimi\u00e7i oldu\u011funuza emin olun.", + "This page contains information about orders that you have placed with {platform_name}.": "Bu sayfa {platform_name} i\u00e7inde verdi\u011finiz sipari\u015fleriniz hakk\u0131nda bilgileri i\u00e7erir.", + "This post could not be closed. Refresh the page and try again.": "Bu g\u00f6nderi kapat\u0131lamaz. Sayfay\u0131 yenileyin ve tekrar deneyin.", + "This post could not be flagged for abuse. Refresh the page and try again.": "Bu g\u00f6nderiye taciz i\u015faretlemesi yap\u0131lamaz. Sayfay\u0131 yenileyin ve tekrar deneyin.", + "This post could not be pinned. Refresh the page and try again.": "Bu g\u00f6nderi sabitlenemedi. Sayfay\u0131 yeniden y\u00fckleyin ve tekrar deneyin.", + "This post could not be reopened. Refresh the page and try again.": "Bu g\u00f6nderi yeniden a\u00e7\u0131lamaz. Sayfay\u0131 yenileyin ve tekrar deneyin.", + "This post could not be unflagged for abuse. Refresh the page and try again.": "Bu g\u00f6nderinin taciz i\u015faretlemesi kald\u0131r\u0131lamaz. Sayfay\u0131 yenileyin ve tekrar deneyin.", + "This post could not be unpinned. Refresh the page and try again.": "Bu g\u00f6nderi sabitlenmesi kald\u0131r\u0131lamad\u0131. Sayfay\u0131 yeniden y\u00fckleyin ve tekrar deneyin.", + "This problem could not be saved.": "Bu problem kaydedilemedi.", + "This problem has already been released. Any changes will apply only to future assessments.": "Bu problem \u015fu anda yay\u0131mlanm\u0131\u015f bulunuyor. Bu durumda herhangi bir de\u011fi\u015fiklik sadece ileriki de\u011ferlendirmelerde uygulanacakt\u0131r.", + "This problem has been reset.": "Bu problem s\u0131f\u0131rland\u0131.", + "This response could not be marked as an answer. Refresh the page and try again.": "Bu ileti bir cevap olarak i\u015faretlenemedi. Sayfay\u0131 yeniden y\u00fckleyin ve tekrar deneyin.", + "This response could not be marked as endorsed. Refresh the page and try again.": "Bu cevap \u00f6ne \u00e7\u0131kar\u0131lan bir cevap olarak i\u015faretlenemedi. Sayfay\u0131 yeniden y\u00fckleyin ve tekrar deneyin.", + "This response could not be saved.": "Bu cevap kaydedilemedi.", + "This response could not be submitted.": "Bu cevap g\u00f6nderilemedi.", + "This response could not be unendorsed. Refresh the page and try again.": "Bu cevab\u0131n \u00f6ne \u00e7\u0131kar\u0131lmas\u0131 iptal edilemedi. Sayfay\u0131 yeniden y\u00fckleyin ve tekrar deneyin.", + "This response could not be unmarked as an answer. Refresh the page and try again.": "Bu iletinin cevap olarak i\u015faretlenmesi kald\u0131r\u0131lamad\u0131. Sayfay\u0131 yeniden y\u00fckleyin ve tekrar deneyin.", + "This response has been saved but not submitted.": "Bu cevap kaydedildi, ancak g\u00f6nderilmedi.", + "This response has not been saved.": "Bu cevap kaydedilmedi.", + "This role requires a divided discussions scheme.": "Bu rol b\u00f6l\u00fcnm\u00fc\u015f bir tart\u0131\u015fma yap\u0131s\u0131 gerektiriyor.", + "This section could not be loaded.": "Bu b\u00f6l\u00fcm y\u00fcklenemedi.", + "This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.": "Bu g\u00f6rev t\u00fcr\u00fc i\u00e7in belirlenen k\u0131saisim (\u00f6rne\u011fin, \u00d6dev veya ARSNV gibi) \u00f6\u011frencinin \u0130lerleme sayfas\u0131nda, g\u00f6revin hemen yan\u0131nda g\u00f6z\u00fck\u00fcr.", + "This team does not have any members.": "Bu tak\u0131mda hi\u00e7 \u00fcye yok.", + "This team is full.": "Bu tak\u0131m dolu.", + "This unit has validation issues.": "Bu \u00fcnitenin do\u011frulama sorunu var.", + "This vote could not be processed. Refresh the page and try again.": "Bu oy i\u015flenemedi. Sayfay\u0131 yeniden y\u00fckleyin ve tekrar deneyin.", + "Thumbnail": "K\u00fc\u00e7\u00fck resim", + "Thumbnail for {videoName}": "{videoName} i\u00e7in k\u00fc\u00e7\u00fck resim", + "Thumbnail view of ": "K\u00fc\u00e7\u00fck resim", + "Time Allotted (HH:MM):": "Ayr\u0131lan Zaman (HH:MM):", + "Time Sent": "G\u00f6nderim Zaman\u0131", + "Time Sent:": "G\u00f6nderim Zaman\u0131:", + "Time Zone": "Zaman Dilimi", + "Timed": "Zamanlanm\u0131\u015f", + "Timed Exam": "Zamanlanm\u0131\u015f S\u0131nav", + "Timed Out": "Zaman A\u015f\u0131m\u0131na U\u011frad\u0131", + "Timed Transcript Conflict": "Zamanlanm\u0131\u015f Altyaz\u0131 \u00c7ak\u0131\u015fmas\u0131", + "Timed Transcript Found": "Zamanlanm\u0131\u015f Altyaz\u0131 Bulundu", + "Timed Transcript Uploaded Successfully": "Zamanlanm\u0131\u015f Altyaz\u0131 Ba\u015far\u0131yla Y\u00fcklendi", + "Timed Transcript from %(filename)s": "%(filename)s'den Zamanlanm\u0131\u015f Altyaz\u0131", + "Tips on taking a successful photo": "Ba\u015far\u0131l\u0131 bir foto\u011fraf \u00e7ekebilmek i\u00e7in ipu\u00e7lar\u0131", + "Title": "Ba\u015fl\u0131k", + "Title ": "Ba\u015fl\u0131k", + "Title of the signatory": "\u0130mza sahibinin ba\u015fl\u0131\u011f\u0131", + "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "100 karakterden fazla ba\u015fl\u0131klar \u00f6\u011frencilerin sertifikalar\u0131n\u0131 tek sayfaya \u00e7\u0131karmalar\u0131n\u0131 engelleyebilir.", + "To access the course, select a session.": "Bu derse eri\u015fmek i\u00e7in oturum se\u00e7.", + "To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.": "T\u00fcm \u00f6\u011frencilerin videoya eri\u015febildi\u011finden emin olmak i\u00e7in, videonuzun .mp4 ve .webm s\u00fcr\u00fcmlerini sa\u011flaman\u0131z\u0131 \u00f6neririz. Ba\u015fka bir s\u00fcr\u00fcm i\u00e7in URL eklemek \u00fczere a\u015fa\u011f\u0131ya t\u0131klay\u0131n. Bu URL'ler YouTube URL'si olamaz. \u00d6\u011frencilerin bilgisayarlar\u0131yla uyumlu olan ilk listelenen video oynayacakt\u0131r.", + "To complete the program, you must earn a verified certificate for each course.": "Program\u0131 tamamlamak i\u00e7in, t\u00fcm derslerde onayl\u0131 sertifikaya hak kazanmal\u0131s\u0131n\u0131z.", + "To continue learning with this account, sign in below.": "Bu hesap ile \u00f6\u011frenmeye devam etmek i\u00e7in, a\u015fa\u011f\u0131dan giri\u015f yap.", + "To finalize course credit, %(display_name)s requires %(platform_name)s learners to submit a credit request.": "Ders kredisini sonland\u0131rmak i\u00e7in, %(display_name)s, kredi talebini y\u00fcklemek i\u00e7in %(platform_name)s \u00f6\u011frencilerini gerektirir.", + "To invalidate a certificate for a particular learner, add the username or email address below.": "Belli bir \u00f6\u011frencinin sertifikas\u0131n\u0131 ge\u00e7ersizle\u015ftirmek i\u00e7in, kullan\u0131c\u0131 ad\u0131 veya e-posta adresini a\u015fa\u011f\u0131ya girin.", + "To pass this exam, you must complete the problems in the time allowed.": "Bu s\u0131navdan ge\u00e7mek i\u00e7in, problemleri size tan\u0131nan s\u00fcrede \u00e7\u00f6zmelisiniz.", + "To receive a certificate, you must also verify your identity before {date}.": "Sertifika almak i\u00e7in {date} tarihinden \u00f6nce kimli\u011finizi do\u011frulamal\u0131s\u0131n\u0131z.", + "To receive a certificate, you must also verify your identity.": "Bir sertifika almak i\u00e7in kimli\u011finizi de do\u011frulamal\u0131s\u0131n\u0131z.", + "To review learner cohort assignments or see the results of uploading a CSV file, download course profile information or cohort results on the {link_start}Data Download{link_end} page.": "\u00d6\u011frenci topluluk \u00f6devlerini g\u00f6zden ge\u00e7irmek veya CSV dosyas\u0131 y\u00fckleme sonu\u00e7lar\u0131n\u0131 g\u00f6rmek i\u00e7in ders profil bilgilerini veya topluluk sonu\u00e7lar\u0131n\u0131 {link_start}Veri \u0130ndir{link_end} sayfas\u0131 \u00fczerinden indirin.", + "To share your certificate on Mozilla Backpack, you must first have a Backpack account. Complete the following steps to add your certificate to Backpack.": "Sertifikan\u0131z\u0131 Mozilla Backpack \u00fczerinde payla\u015fmak i\u00e7in bir Backpack hesab\u0131n\u0131z\u0131n olmas\u0131 gerekiyor. \u0130lerleyen ad\u0131mlar\u0131 takip ederek sertifikan\u0131z\u0131 Backpack'e ekleyebilirsiniz.", + "To take a successful photo, make sure that:": "\u0130yi bir foto\u011fraf \u00e7ekmek i\u00e7in, \u015funlara dikkat edin:", + "To verify your identity, you need a webcam and a government-issued photo ID.": "Kimli\u011finizi do\u011frulamak i\u00e7in bir web kameras\u0131 ve devlet taraf\u0131ndan verilmi\u015f n\u00fcfus kimli\u011fi gerekiyor.", + "Today": "Bug\u00fcn", + "Toggle Notifications Setting": "Duyuru Ayarlar\u0131n\u0131 De\u011fi\u015ftirme", + "Tomorrow": "Yar\u0131n", + "Tools": "Ara\u00e7lar", + "Top": "\u00dcst", + "Topic": "Konu", + "Topics": "Konular", + "Total": "Toplam", + "Total Number": "Toplam Say\u0131", + "Total Responses": "Toplam Cevaplar", + "Training": "Al\u0131\u015ft\u0131rma", + "Transcript Fidelity": "Altyaz\u0131n\u0131n Asl\u0131na Uygunlu\u011fu", + "Transcript Languages": "Altyaz\u0131 Dilleri", + "Transcript Provider": "Altyaz\u0131 Sa\u011flay\u0131c\u0131s\u0131", + "Transcript will be displayed when you start playing the video.": "Altyaz\u0131 videoyu oynatmaya ba\u015flad\u0131\u011f\u0131n\u0131zda g\u00f6sterilecek.", + "Transcripts": "Altyaz\u0131lar", + "Try the transaction again in a few minutes.": "Birka\u00e7 dakika i\u00e7inde i\u015flemi tekrar deneyin.", + "Try this practice exam again": "Al\u0131\u015ft\u0131rma s\u0131nav\u0131n\u0131 tekrar dene", + "Try using a different browser, such as Google Chrome.": "Ba\u015fka bir taray\u0131c\u0131 kullanmay\u0131 deneyin, \u00f6rne\u011fin; Google Chrome.", + "Turn off transcripts": "Altyaz\u0131lar\u0131 kapat", + "Turn on closed captioning": "Altyaz\u0131y\u0131 a\u00e7", + "Turn on transcripts": "Altyaz\u0131y\u0131 a\u00e7", + "Type": "Tip", + "Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "URL girerek ya da \"Dosya Se\u00e7\" d\u00fc\u011fmesine t\u0131klayarak bilgisayar\u0131n\u0131zdan bir dosya y\u00fckleyebilirsiniz. (\u00d6rn. 'http://example.com/img/clouds.jpg')", + "Type into this box to filter down the list of available %s.": "Mevcut %s listesini s\u00fczmek i\u00e7in bu kutu i\u00e7ine yaz\u0131n.", + "URL": "URL", + "Unable to delete account": "Hesap silinemedi", + "Unable to load": "Y\u00fcklenemedi", + "Unable to submit application": "Ba\u015fvuru g\u00f6nderilemedi", + "Underline": "Alt \u00e7izgi", + "Undo": "Geri", + "Undo (Ctrl+Z)": "Geri al (Ctrl-Z)", + "Undo Changes": "De\u011fi\u015fiklikleri Geri Al", + "Undo move": "Ta\u015f\u0131may\u0131 geri al", + "Undo moving": "Ta\u015f\u0131may\u0131 geri al", + "Unexpected server error.": "Beklenmeyen sunucu hatas\u0131.", + "Ungraded": "Puanlanmam\u0131\u015f", + "Ungraded Practice Exam": "Puanlanmam\u0131\u015f Al\u0131\u015ft\u0131rma S\u0131nav\u0131", + "Unit": "\u00dcnite", + "Unit Access": "\u00dcnite Eri\u015fimi", + "Unit Name": "\u00dcnite \u0130smi", + "Unit Visibility": "\u00dcnite G\u00f6r\u00fcn\u00fcrl\u00fc\u011f\u00fc", + "Units": "\u00dcniteler", + "Unknown": "Bilinmeyen neden", + "Unknown username: {user}": "Bilinmeyen kullan\u0131c\u0131 ad\u0131: {user}", + "Unlink This Account": "Hesab\u0131n Ba\u011flant\u0131s\u0131n\u0131 Kald\u0131r", + "Unlink your {accountName} account": "{accountName} hesab\u0131n\u0131z\u0131n ba\u011flant\u0131s\u0131n\u0131 kald\u0131r\u0131n", + "Unlinking": "Ba\u011flant\u0131 kald\u0131rma", + "Unmute": "Ses", + "Unnamed Option": "Adland\u0131r\u0131lmam\u0131\u015f Se\u00e7enek", + "Unpublished changes to content that will release in the future": "\u0130\u00e7eri\u011fin yay\u0131mlanmam\u0131\u015f de\u011fi\u015fiklikleri ilerde yay\u0131nlanacakt\u0131r.", + "Unpublished changes to live content": "Canl\u0131 yay\u0131n i\u00e7eri\u011findeki yay\u0131mlanmam\u0131\u015f de\u011fi\u015fiklikler", + "Unpublished units will not be released": "Yay\u0131mlanmam\u0131\u015f birimler yay\u0131nlanmayacakt\u0131r", + "Unscheduled": "Planlanmam\u0131\u015f", + "Update": "G\u00fcncelle", + "Update Settings": "Ayarlar\u0131 G\u00fcncelle", + "Update team.": "Tak\u0131m\u0131 g\u00fcncelle.", + "Updating Tags": "Etiketler G\u00fcncelleniyor", + "Updating with latest library content": "Son k\u00fct\u00fcphane i\u00e7eri\u011fiyle g\u00fcncelleniyor", + "Upgrade All Remaining Courses (": "Kalan T\u00fcm Dersleri Y\u00fckselt (", + "Upgrade Deadline": "Y\u00fckseltme i\u00e7in Son Tarih", + "Upgrade to Verified": "Onaylanm\u0131\u015fa y\u00fckselt", + "Upgrade to a Verified Certificate for {courseName}": "{courseName} dersi i\u00e7in onayl\u0131 sertifikaya y\u00fckselt.", + "Upload": "Y\u00fckle", + "Upload File": "Dosya Y\u00fckle", + "Upload File and Assign Students": "Dosya Y\u00fckle ve \u00d6\u011frencileri Ata", + "Upload New .srt Transcript": "Yeni .srt Altyaz\u0131s\u0131n\u0131 Y\u00fckle", + "Upload New File": "Yeni Dosya Y\u00fckle", + "Upload New Transcript": "Yeni Altyaz\u0131 Y\u00fckle", + "Upload PDF": "PDF y\u00fckle", + "Upload Photo": "Foto\u011fraf Y\u00fckle", + "Upload Signature Image": "\u0130mza G\u00f6rseli Y\u00fckle", + "Upload Videos": "Videolar\u0131 Y\u00fckle", + "Upload a CSV file": "CSV dosyas\u0131 y\u00fckle", + "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "\u0130stisna hakk\u0131 verilen \u00f6\u011frencilerin kullan\u0131c\u0131 adlar\u0131n\u0131 ve e-posta adreslerini i\u00e7eren ve virg\u00fclle ayr\u0131lan de\u011ferler (.csv) dosyas\u0131n\u0131 y\u00fckleyin. Virg\u00fclle ayr\u0131lm\u0131\u015f ilk alana kullan\u0131c\u0131 ad\u0131 ya da e-posta adreslerini ekleyin. \u0130kinci virg\u00fclle ayr\u0131lm\u0131\u015f alana istisna tan\u0131ma nedenini belirten, iste\u011fe ba\u011fl\u0131 bir not ekleyebilirsiniz.", + "Upload a new PDF to \u201c<%= name %>\u201d": " \u015eu konuma \u201c<%= name %>\u201d yeni bir PDF dosyas\u0131 y\u00fckle", + "Upload an image": "G\u00f6rsel y\u00fckle", + "Upload an image or capture one with your web or phone camera.": "Resim y\u00fckle veya Web kameran\u0131z veya telefonunuzun kameras\u0131yla \u00e7ekiniz.", + "Upload completed": "Y\u00fckleme tamamland\u0131", + "Upload completed for video {fileName}": "{fileName} videosunun y\u00fcklenmesi tamamland\u0131", + "Upload failed": "Y\u00fckleme ba\u015far\u0131s\u0131z", + "Upload failed for video {fileName}": "{fileName} videosunun y\u00fcklenmesi ba\u015far\u0131s\u0131z", + "Upload instructor image.": "E\u011fitmen g\u00f6rselini ekleyin.", + "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "Y\u00fckleme devam ediyor. Hatalardan ka\u00e7\u0131nmak i\u00e7in, i\u015flem tamamlanana kadar bu sayfada kal\u0131n.", + "Upload signature image.": "\u0130mza g\u00f6rseli y\u00fckle.", + "Upload translation": "\u00c7eviriyi y\u00fckle", + "Upload your banner image.": "Banner g\u00f6rselinizi y\u00fckleyin.", + "Upload your course image.": "Ders g\u00f6rselini y\u00fckleyin.", + "Upload your first asset": "\u0130lk verinizi y\u00fckleyin", + "Upload your video thumbnail image.": "Videonuzun k\u00fc\u00e7\u00fck resmini y\u00fckleyin.", + "Uploaded file issues. Click on \"+\" to view.": "Y\u00fcklenen dosya sorunlar\u0131. G\u00f6r\u00fcnt\u00fclemek i\u00e7in \"+\" tu\u015funa bas\u0131n.", + "Uploading": "Y\u00fckl\u00fcyor", + "Upper Alpha": "B\u00fcy\u00fck Harfler", + "Upper Roman": "B\u00fcy\u00fck Roma Harfleri", + "Upset Learner": "Mutsuz \u00d6\u011frenci", + "Url": "Url", + "Use Current Transcript": "Mevcut Altyaz\u0131y\u0131 Kullan", + "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.": "\u00d6\u011frencilere g\u00f6zetmenlik ara\u00e7lar\u0131n\u0131 ve i\u015fleyi\u015fini tan\u0131tmak i\u00e7in g\u00f6zetmenli al\u0131\u015ft\u0131rma s\u0131nav\u0131n\u0131 kullan\u0131n. Al\u0131\u015ft\u0131rma s\u0131nav\u0131n\u0131n sonu\u00e7lar\u0131 \u00f6\u011frencinin notuna etki etmez.", + "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "Bu alt b\u00f6l\u00fcmde \u00f6\u011frencilerin problemler \u00fczerinde harcad\u0131\u011f\u0131 zaman\u0131 s\u0131n\u0131rlamak i\u00e7in s\u00fcre ayarl\u0131 bir s\u0131nav yapan. \u00d6\u011frenciler s\u00fcre dolmadan cevaplar\u0131n\u0131 bildirmek zorundad\u0131r. E\u011fitmen Paneli arac\u0131l\u0131\u011f\u0131yla herbir \u00f6\u011frenciye ek s\u00fcre verebilirsiniz.", + "Use as a Prerequisite": "Bir \u00f6nko\u015ful olarak kullan", + "Use bookmarks to help you easily return to courseware pages. To bookmark a page, click \"Bookmark this page\" under the page title.": "Ders yaz\u0131l\u0131m\u0131 sayfalar\u0131na d\u00f6nmenizi kolayla\u015ft\u0131rmak i\u00e7in yer imlerini kullan\u0131n. Bir sayfaya yer imi koymak i\u00e7in sayfa ba\u015fl\u0131\u011f\u0131n\u0131n alt\u0131ndan \"Bu sayfay\u0131 yer imle\"ye t\u0131klay\u0131n.", + "Use cohorts as the basis for dividing discussions. All learners, regardless of cohort, see the same discussion topics, but within divided topics, only members of the same cohort see and respond to each others\u2019 posts. ": "Tart\u0131\u015fmalar\u0131 b\u00f6lmek i\u00e7in topluluklar\u0131 kullan. Topluluklar\u0131na ba\u011fl\u0131 olmaks\u0131z\u0131n t\u00fcm \u00f6\u011frenciler ayn\u0131 tart\u0131\u015fma ba\u015fl\u0131klar\u0131n\u0131 g\u00f6r\u00fcr; b\u00f6l\u00fcnm\u00fc\u015f ba\u015fl\u0131klarda ise sadece ayn\u0131 toplulu\u011fun \u00fcyeleri birbirini g\u00f6r\u00fcp, bir di\u011ferine cevap verebilir.", + "Use enrollment tracks as the basis for dividing discussions. All learners, regardless of their enrollment track, see the same discussion topics, but within divided topics, only learners who are in the same enrollment track see and respond to each others\u2019 posts.": "Tart\u0131\u015fmalar\u0131 b\u00f6lmek i\u00e7in kay\u0131tlanma yollar\u0131n\u0131 kullan. Kay\u0131tlanma yollar\u0131na ba\u011fl\u0131 olmaks\u0131z\u0131n t\u00fcm \u00f6\u011frenciler ayn\u0131 tart\u0131\u015fma ba\u015fl\u0131klar\u0131n\u0131 g\u00f6r\u00fcr; b\u00f6l\u00fcnm\u00fc\u015f ba\u015fl\u0131klarda ise sadece ayn\u0131 ayn\u0131 kay\u0131tlanma yolundaki \u00f6\u011frenciler birbirini g\u00f6r\u00fcp, bir di\u011ferine cevap verebilir.", + "Use my institution/campus credentials": "Benim kurum / kamp\u00fcs kimlik bilgilerimi kullan\u0131n", + "Use the All Topics menu to find specific topics.": "\u00d6zel konular\u0131 bulmak i\u00e7in T\u00fcm Konular men\u00fcs\u00fcn\u00fc kullan", + "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "Kimli\u011finizin foto\u011fraf\u0131n\u0131 \u00e7ekmek i\u00e7in web kameran\u0131z\u0131 kullan\u0131n. Biz bu foto\u011fraf\u0131n\u0131z\u0131 kimli\u011finiz \u00fczerindeki foto\u011fraf ile e\u015fle\u015ftirece\u011fiz.", + "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "Y\u00fcz\u00fcn\u00fcz\u00fcn foto\u011fraf\u0131n\u0131 \u00e7ekmek i\u00e7in web kameran\u0131z\u0131 kullan\u0131n. Biz bu foto\u011fraf\u0131n\u0131z\u0131 kimli\u011finiz \u00fczerindeki foto\u011fraf ile e\u015fle\u015ftirece\u011fiz.", + "Used": "Kullan\u0131ld\u0131", + "User Email": "Kullan\u0131c\u0131 E-posta", + "Username": "Kullan\u0131c\u0131 ad\u0131", + "Username or email address": "Kullan\u0131c\u0131 ad\u0131 ve e-posta adresi", + "Users must create and activate their account before they can be promoted to beta tester.": "Beta s\u0131nay\u0131c\u0131s\u0131 seviyesine y\u00fckseltilmeden \u00f6nce kullan\u0131c\u0131lar kendi hesaplar\u0131n\u0131 olu\u015fturmal\u0131 ve aktifle\u015ftirmelidir.", + "V Align": "Dikey Hizalama", + "Valid": "Ge\u00e7erli", + "Validation Error": "Do\u011frulama Hatas\u0131", + "Validation Error While Saving": "Kaydederken Do\u011frulama Hatas\u0131", + "Verification Checkpoint": "Do\u011frulama Kontrol Noktas\u0131", + "Verification Deadline": "Do\u011frulama i\u00e7in Son Tarih", + "Verification checkpoint to be completed": "Do\u011frulama Kontrol Noktas\u0131 tamamland\u0131", + "Verified": "Onayland\u0131", + "Verified Certificate": "Onayl\u0131 Sertifika", + "Verified Certificate for {courseName}": "{courseName} i\u00e7in Onayl\u0131 Sertifika", + "Verified Certificate upgrade": "Onayl\u0131 Sertifikay\u0131 G\u00fcncelle", + "Verified Status": "Onaylanm\u0131\u015f Durum", + "Verified mode price": "Onaylanm\u0131\u015f \u00fccret", + "Verify Now": "\u015eimdi Do\u011frula", + "Version": "S\u00fcr\u00fcm", + "Vertical space": "Dikey a\u00e7\u0131kl\u0131k", + "Very loud": "\u00c7ok y\u00fcksek sesli", + "Very low": "\u00c7ok d\u00fc\u015f\u00fck", + "Video Capture Error": "Video Yakalama Hatas\u0131", + "Video ID": "Video No", + "Video Source Language": "Video Kayna\u011f\u0131 Dili", + "Video Status": "Video Durumu", + "Video duration is {humanizeDuration}": "Video {humanizeDuration} uzunlu\u011fundad\u0131r", + "Video ended": "Video bitti", + "Video image upload completed": "Video g\u00f6rseli y\u00fcklemesi tamamland\u0131", + "Video image upload started": "Video g\u00f6rseli y\u00fcklemesi ba\u015flad\u0131", + "Video position": "Video pozisyonu", + "Video position. Press space to toggle playback": "Video konumu. Oynatma modunu de\u011fi\u015ftirmek i\u00e7in bo\u015fluk tu\u015funa bas\u0131n", + "Video speed: ": "Video h\u0131z\u0131:", + "Video transcript": "Video altyaz\u0131s\u0131", + "View": "G\u00f6ster", + "View Archived Course": "Ar\u015fivlenmi\u015f Dersleri G\u00f6r\u00fcnt\u00fcle", + "View Cohort": "Toplulu\u011fu G\u00f6r\u00fcnt\u00fcle", + "View Course": "Derse G\u00f6zat", + "View Live": "Canl\u0131 G\u00f6r\u00fcnt\u00fcle", + "View Program Record": "Program Kayd\u0131n\u0131 G\u00f6ster", + "View Teams in the {topic_name} Topic": "{topic_name} Ba\u015fl\u0131\u011f\u0131 Alt\u0131ndaki Tak\u0131mlar\u0131 G\u00f6r\u00fcnt\u00fcle ", + "View all errors": "T\u00fcm hatalar\u0131 g\u00f6r", + "View my exam": "S\u0131nav\u0131m\u0131 g\u00f6r\u00fcnt\u00fcle", + "Visibility": "G\u00f6r\u00fcn\u00fcrl\u00fck", + "Visible to Staff Only": "Sadece Personele G\u00f6r\u00fcn\u00fcr", + "Visual aids": "G\u00f6rsel yard\u0131mlar", + "Volume": "Ses \u015eiddeti", + "Vote for good posts and responses": "\u0130yi g\u00f6nderi ve yan\u0131tlar\u0131 oyla", + "Waiting": "Bekleniyor", + "Want to confirm your identity later?": "Kimli\u011finizi daha sonra m\u0131 do\u011frulamak istersiniz?", + "Warning": "Uyar\u0131", + "Warnings": "Uyar\u0131lar", + "We ask you to activate your account to ensure it is really you creating the account and to prevent fraud.": "Bu hesab\u0131 ger\u00e7ekten sizin a\u00e7t\u0131\u011f\u0131n\u0131zdan emin olmak ve olas\u0131 sahtek\u00e2rl\u0131klar\u0131 \u00f6nleyebilmek i\u00e7in sizden bunu rica ediyoruz.", + "We couldn't create your account.": "Hesab\u0131n\u0131z\u0131 olu\u015fturamad\u0131k.", + "We couldn't find any results for \"%s\".": "\"%s\" i\u00e7in hi\u00e7bir sonu\u00e7 bulunamad\u0131.", + "We couldn't sign you in.": "Oturumunuzu a\u00e7amad\u0131k.", + "We have encountered an error. Refresh your browser and then try again.": "Bir hatayla kar\u015f\u0131la\u015ft\u0131k. Taray\u0131c\u0131n\u0131z\u0131 yenileyin ve sonra tekrar deneyin.", + "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "Bilgilerinizi ald\u0131k ve kimli\u011finizi do\u011fruluyoruz. Do\u011frulama s\u00fcreci tamaland\u0131\u011f\u0131nda (genelde 1-2 g\u00fcn i\u00e7erisinde tamamlan\u0131r) ana panelinize mesaj gelecektir. Bu s\u00fcre i\u00e7inde mevcut olan ders i\u00e7eriklerine ula\u015fabilirsiniz.", + "We just need a little more information before you start learning with %(platformName)s.": "%(platformName)s ile \u00f6\u011frenmeye ba\u015flamadan \u00f6nce biraz daha bilgiye ihtiyac\u0131m\u0131z var.", + "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "Foto\u011fraf\u0131n\u0131z\u0131 \u015fifrelemek ve inceleme i\u00e7in yetkilendirme hizmetimize g\u00f6ndermek i\u00e7in uygun olan en y\u00fcksek seviyede g\u00fcvenli\u011fi kullan\u0131yoruz. Foto\u011fraf\u0131n\u0131z ve bilgileriniz kaydedilmez ve do\u011frulama s\u00fcreci tamamland\u0131ktan sonra %(platformName)s \u00fczerinde hi\u00e7bir yerde g\u00f6r\u00fclmez.", + "We're sorry to see you go! Your account will be deleted shortly.": "Gitti\u011finizi g\u00f6rmek bizi \u00fcz\u00fcyor! Hesab\u0131n\u0131z yak\u0131nda silinecek.", + "We're sorry, there was an error": "\u00d6z\u00fcr dileriz, bir hata olu\u015ftu", + "We've encountered an error. Refresh your browser and then try again.": "Bir hata ile kar\u015f\u0131la\u015ft\u0131k. Taray\u0131c\u0131n\u0131z\u0131 yenileyin ve ondan sonra tekrar deneyin.", + "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "{new_email_address} adresine do\u011frulama iletisi g\u00f6nderdik. E-posta adresinizi g\u00fcncellemek i\u00e7in ileti i\u00e7indeki ba\u011flant\u0131ya t\u0131klay\u0131n.", + "We've sent a confirmation message to {new_secondary_email_address}. Click the link in the message to update your secondary email address.": "{new_secondary_email_address} adresine bir do\u011frulama iletisi g\u00f6nderdik. \u0130kincil e-posta adresinizi g\u00fcncellemek i\u00e7in ileti i\u00e7indeki ba\u011flant\u0131ya t\u0131klay\u0131n.", + "We've sent a message to {email}. Click the link in the message to reset your password. Didn't receive the message? Contact {anchorStart}technical support{anchorEnd}.": "{email} adresine bir e-posta g\u00f6nderdik. \u0130leti i\u00e7indeki ba\u011flant\u0131ya t\u0131klayarak parolan\u0131z\u0131 s\u0131f\u0131rlayabilirsiniz. \u0130letimizi almad\u0131n\u0131z m\u0131? L\u00fctfen {anchorStart}teknik destek{anchorEnd} ile ileti\u015fime ge\u00e7in.", + "Web:": "Web:", + "Webcam": "Web Kamera", + "Weekly Highlight Emails": "Haftal\u0131k Vurgulama E-postalar\u0131", + "Weight of Total Grade": "Toplam Not A\u011f\u0131rl\u0131\u011f\u0131", + "We\u2019re sorry to see you go!": "Gitti\u011finizi g\u00f6rmek bizi \u00fcz\u00fcyor!", + "What You Need for Verification": "Do\u011frulama \u0130\u00e7in Gerekenler", + "What can we help you with, {username}?": "Sana nas\u0131l yard\u0131mc\u0131 olabiliriz, {username}?", + "What does %(platformName)s do with this photo?": "%(platformName)s bu foto\u011fraf ile ne yapar?", + "What does this mean?": "Ne anlama geliyor?", + "What's Your Next Accomplishment?": "Bir Sonraki Ba\u015far\u0131n Ne Olacak?", + "When learners submit an answer to an assessment, they immediately see whether the answer is correct or incorrect, and the score received.": "\u00d6\u011frenciler bir de\u011ferlendirmeye cevap g\u00f6nderdi\u011finde, de\u011ferlendirmedeki cevaplar\u0131n\u0131n do\u011fru ya da yanl\u0131\u015f olup olmad\u0131\u011f\u0131n\u0131 ve ald\u0131klar\u0131 notu hemen g\u00f6rebilirler.", + "Which timed transcript would you like to use?": "Hangi zamanlanm\u0131\u015f altyaz\u0131y\u0131 kullanmak istersiniz?", + "Whole words": "Tam s\u00f6zc\u00fckler", + "Why activate?": "Neden etkinle\u015ftirme ad\u0131m\u0131?", + "Why does %(platformName)s need my photo?": "Ni\u00e7in %(platformName)s benim foto\u011fraf\u0131ma gerek duyuyor?", + "Width": "Geni\u015flik", + "Will Be Visible To:": "\u015eu Ki\u015filere G\u00f6r\u00fcnecek:", + "Words: {0}": "Kelimeler: {0}", + "Would you like to sign in using your %(providerName)s credentials?": "%(providerName)s kimli\u011finizi kullanarak oturumu a\u00e7mak ister misiniz?", + "Year of Birth": "Do\u011fum Y\u0131l\u0131", + "Yes, Delete": "Evet, Sil", + "Yes, allow edits to the active Certificate": "Evet, etkinle\u015ftirilmi\u015f Sertifikay\u0131 d\u00fczenlemeye izin ver", + "Yes, delete this {xblock_type}": "Evet, bu {xblock_type} XBlock'u sil", + "Yes, replace the edX transcript with the YouTube transcript": "Evet, edX altyaz\u0131s\u0131n\u0131 YouTube altyaz\u0131s\u0131yla de\u011fi\u015ftirin.", + "Yesterday": "D\u00fcn", + "You already belong to another team.": "\u015eu anda ba\u015fka bir tak\u0131ma ait g\u00f6r\u00fcn\u00fcyorsunuz.", + "You already have an edX account with your {enterprise_name} email address.": "{enterprise_name} e-posta adresiyle ili\u015fkili bir edX hesab\u0131n\u0131z zaten var.", + "You are a member of this team.": "Bu tak\u0131m\u0131n bir \u00fcyesisiniz.", + "You are currently sharing a limited profile.": "\u015eu anda s\u0131n\u0131rl\u0131 bir profil payla\u015f\u0131yorsunuz.", + "You are enrolling in: {courseName}": "{courseName} dersine kay\u0131t oluyorsunuz", + "You are not currently a member of any team.": "\u015eu anda herhangi bir tak\u0131ma \u00fcye de\u011filsiniz.", + "You are not enrolled in any programs yet.": "Hen\u00fcz bir programa kay\u0131t olmad\u0131n\u0131z.", + "You are now enrolled as a verified student for:": "Do\u011frulanm\u0131\u015f \u00f6\u011frenci olarak \u015furaya kaydoldunuz:", + "You are sending an email message with the subject {subject} to the following recipients.": "A\u015fa\u011f\u0131daki al\u0131c\u0131lara {subject} konulu bir e-posta iletisi g\u00f6nderiyorsunuz.", + "You are upgrading your enrollment for: {courseName}": "{courseName} i\u00e7in kayd\u0131n\u0131z\u0131 y\u00fckseltiyorsunuz.", + "You can also retry this practice exam": "Bu al\u0131\u015ft\u0131rma s\u0131nav\u0131n\u0131 ayn\u0131 zamanda deneyebilirsiniz de", + "You can change sessions until {expiration_date}.": "{expiration_date} tarihine kadar oturumlar\u0131 de\u011fi\u015ftirebilirsiniz", + "You can link your social media accounts to simplify signing in to {platform_name}.": "{platform_name} hesab\u0131na giri\u015fi kolayla\u015ft\u0131rmak i\u00e7in sosyal medya hesaplar\u0131n\u0131z\u0131 ba\u011flayabilirsiniz.", + "You can no longer change sessions.": "Art\u0131k oturum de\u011fi\u015ftiremezsiniz.", + "You can now enter your payment information and complete your enrollment.": "\u015eimdi \u00f6deme bilgilerinizi girin ve kay\u0131t tamamlayabilirsiniz.", + "You can pay now even if you don't have the following items available, but you will need to have these by {date} to qualify to earn a Verified Certificate.": "A\u015fa\u011f\u0131daki \u00f6\u011feler haz\u0131r olmasa bile \u015fimdi \u00f6deme yapabilirsiniz, ama Onayl\u0131 Sertifikaya hak kazanmak i\u00e7in {date} tarihine dek bunlara sahip olmaya ihtiyac\u0131n\u0131z olacak.", + "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": " A\u015fa\u011f\u0131daki \u00f6\u011feleri haz\u0131r olmasa bile \u015fimdi \u00f6deme yapabilirsiniz, ama Onayl\u0131 Sertifikay\u0131 hak kazanmak i\u00e7in bunlara sahip olmaya ihtiyac\u0131n\u0131z olacakt\u0131r.", + "You can remove members from this team, especially if they have not participated in the team's activity.": "\u00d6zellikle tak\u0131m faaliyetlerine kat\u0131lmayan \u00fcyeleri bu tak\u0131mdan kald\u0131rabilirsiniz.", + "You can upload files with these file types: ": "Bu dosya t\u00fcrleriyle dosya y\u00fckleyebilirsiniz:", + "You can use your {accountName} account to sign in to your {platformName} account.": "{platformName} hesab\u0131na giri\u015f yapmak i\u00e7in {accountName} hesab\u0131n\u0131z\u0131 kullanabilirsiniz.", + "You cannot view the course as a student or beta tester before the course release date.": "Dersin yay\u0131mlanma tarihinden \u00f6nce \u00f6\u011frenci veya beta tester olarak dersi inceleyemezsiniz.", + "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "Video URL'sini de\u011fi\u015ftirdiniz, ama zamanlanm\u0131\u015f altyaz\u0131 dosyas\u0131n\u0131 de\u011fi\u015ftirmediniz. Mevcut olan zamanlanm\u0131\u015f altyaz\u0131 dosyas\u0131n\u0131 kullanmay\u0131 ya da yeni bir .srt altyaz\u0131 dosyas\u0131 y\u00fcklemeyi mi istersiniz?", + "You commented...": "\u015e\u00f6yle yorum yapt\u0131n\u0131z...", + "You could not be subscribed to this post. Refresh the page and try again.": "Bu iletinin takip\u00e7isi olamad\u0131n\u0131z. Sayfay\u0131 yeniden y\u00fckleyin ve tekrar deneyin.", + "You could not be unsubscribed from this post. Refresh the page and try again.": "Bu iletinin takibinden \u00e7\u0131kamad\u0131n\u0131z. Sayfay\u0131 yeniden y\u00fckleyin ve tekrar deneyin.", + "You currently have no cohorts configured": "Mevcut yap\u0131land\u0131r\u0131lm\u015f toplulu\u011funuz yok", + "You did not select a content group": "Bir i\u00e7erik grubu se\u00e7mediniz", + "You did not select any files to submit.": "G\u00f6nderim i\u00e7in herhangi bir dosya se\u00e7mediniz.", + "You did not submit the required files: {requiredFiles}.": "Gerekli dosyalar\u0131 g\u00f6ndermediniz: {requiredFiles}.", + "You don't seem to have Flash installed. Get Flash to continue your verification.": "Flash'\u0131 y\u00fcklememi\u015f g\u00f6z\u00fck\u00fcyorsunuz. Do\u011frulamaya devam etmeniz i\u00e7in Flash'\u0131 y\u00fckleyin.", + "You don't seem to have a webcam connected.": "Ba\u011fl\u0131 bir web kameran\u0131z olmad\u0131\u011f\u0131 g\u00f6r\u00fcnmekte.", + "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "Bir \u00f6l\u00e7\u00fct eklediniz. \u00d6\u011frenci E\u011fitimi ad\u0131m\u0131nda, \u00f6l\u00e7\u00fct i\u00e7in bir se\u00e7enek se\u00e7melisiniz. Bunu yapmak i\u00e7inse, Ayarlar sekmesine t\u0131klay\u0131n\u0131z.", + "You have already verified your ID!": "Kimli\u011finizi \u00e7oktan do\u011frulad\u0131n\u0131z!", + "You have been logged out of your edX account. Click Okay to log in again now. Click Cancel to stay on this page (you must log in again to save your work).": "edX hesab\u0131n\u0131zdan \u00e7\u0131kt\u0131n\u0131z. Tekrar giri\u015f yapmak i\u00e7in Tamam'a t\u0131klay\u0131n. \u0130ptal'e t\u0131klayarak bu sayfada kalabilirsiniz (\u00c7al\u0131\u015fman\u0131z\u0131 kaydetmek i\u00e7in tekrar giri\u015f yapman\u0131z gerekiyor).", + "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "Bir \u00f6l\u00e7\u00fct sildiniz. Sistem, \u00d6\u011frenci E\u011fitimi ad\u0131m\u0131ndaki \u00f6rnek cevaplardan \u00f6l\u00e7\u00fct kald\u0131r\u0131ld\u0131.", + "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "Bu \u00f6l\u00e7\u00fct i\u00e7in t\u00fcm se\u00e7enekleri sildiniz. \u00d6\u011frenci E\u011fitimi ad\u0131m\u0131ndaki \u00f6rnek cevaplardan \u00f6l\u00e7\u00fct kald\u0131r\u0131ld\u0131.", + "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "Bir se\u00e7enek sildiniz. Sistem, \u00d6\u011frenci E\u011fitimi ad\u0131m\u0131nda yer alan \u00f6rnek cevaplardaki \u00f6l\u00e7\u00fctten bu se\u00e7enek kald\u0131r\u0131ld\u0131. Bu \u00f6l\u00e7\u00fct i\u00e7in yeni bir se\u00e7enek se\u00e7meniz gerekebilir.", + "You have no handouts defined": "Tan\u0131mlanan notlar\u0131n\u0131z yok", + "You have not bookmarked any courseware pages yet": "Hen\u00fcz bir ders yaz\u0131l\u0131m\u0131 sayfas\u0131n\u0131 yer imlerine eklemediniz", + "You have not created any certificates yet.": "Hen\u00fcz bir sertifika olu\u015fturmad\u0131n\u0131z.", + "You have not created any content groups yet.": "Hen\u00fcz bir i\u00e7erik grubu olu\u015fturmad\u0131n\u0131z.", + "You have not created any group configurations yet.": "Hen\u00fcz hi\u00e7bir grup ayar\u0131 olu\u015fturmad\u0131n\u0131z.", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "Bir eylem se\u00e7tiniz, fakat bireysel alanlar \u00fczerinde hi\u00e7bir de\u011fi\u015fiklik yapmad\u0131n\u0131z. Muhtemelen Kaydet d\u00fc\u011fmesi yerine Git d\u00fc\u011fmesini ar\u0131yorsunuz.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "Bir eylem se\u00e7tiniz, fakat hen\u00fcz bireysel alanlara de\u011fi\u015fikliklerinizi kaydetmediniz. Kaydetmek i\u00e7in l\u00fctfen TAMAM d\u00fc\u011fmesine t\u0131klay\u0131n. Eylemi yeniden \u00e7al\u0131\u015ft\u0131rman\u0131z gerekecek.", + "You have selected \u201cDelete my account.\u201d Deletion of your account and personal data is permanent and cannot be undone. {platformName} will not be able to recover your account or the data that is deleted.": "\"Hesab\u0131m\u0131 sil\"i se\u00e7tiniz. Hesab\u0131n\u0131z\u0131n ve ki\u015fisel verilerinizin silinmesi kal\u0131c\u0131 olup, sonradan geri d\u00f6nd\u00fcr\u00fclemez. {platformName} platformu silinen hesap ya da verilerinizi hi\u00e7bir \u015fekilde geri getiremez.", + "You have set your language to {beta_language}, which is currently not fully translated. You can help us translate this language fully by joining the Transifex community and adding translations from English for learners that speak {beta_language}.": "Dilinizi hen\u00fcz tam anlam\u0131yla desteklenmeyen {beta_language} olarak ayarlad\u0131n\u0131z. Transifex toplulu\u011funa kat\u0131larak {beta_language} aray\u00fcz\u00fcn\u00fcn tamamen \u00e7evrilmesine yard\u0131mc\u0131 olabilirsin.", + "You have successfully signed into %(currentProvider)s, but your %(currentProvider)s account does not have a linked %(platformName)s account. To link your accounts, sign in now using your %(platformName)s password.": "%(currentProvider)s'a ba\u015far\u0131yla kay\u0131t oldunuz ancak %(currentProvider)s hesab\u0131n\u0131z ba\u011fl\u0131 bir %(platformName)s hesab\u0131na sahip de\u011fil. Hesaplar\u0131n\u0131z\u0131 ba\u011flamak i\u00e7in %(platformName)s parolan\u0131z\u0131 kullanarak giri\u015f yap\u0131n.", + "You have successfully updated your goal.": "Hedefinizi ba\u015far\u0131yla g\u00fcncellediniz.", + "You have unsaved changes are you sure you want to navigate away?": "Kaydedilmemi\u015f de\u011fi\u015fiklikler var, sayfadan ayr\u0131lmak istedi\u011finizden emin misiniz?", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "Bireysel d\u00fczenlenebilir alanlarda kaydedilmemi\u015f de\u011fi\u015fiklikleriniz var. E\u011fer bir eylem \u00e7al\u0131\u015ft\u0131r\u0131rsan\u0131z, kaydedilmemi\u015f de\u011fi\u015fiklikleriniz kaybolacakt\u0131r.", + "You have unsaved changes. Do you really want to leave this page?": "Kaydedilmemi\u015f de\u011fi\u015fiklikleriniz var. Bu sayfay\u0131 ger\u00e7ekten terk etmek mi istiyorsunuz?", + "You haven't added any assets to this course yet.": "Hen\u00fcz bu derse herhangi bir varl\u0131k eklemediniz.", + "You haven't added any content to this course yet.": "Hen\u00fcz bir ders i\u00e7eri\u011fi eklenmedi.", + "You haven't added any textbooks to this course yet.": "Bu derse herhangi bir ders kitab\u0131 eklemediniz.", + "You may also lose access to verified certificates and other program credentials like MicroMasters certificates. If you want to make a copy of these for your records before proceeding with deletion, follow the instructions for {htmlStart}printing or downloading a certificate{htmlEnd}.": "Hesap silme sonras\u0131nda, onaylanm\u0131\u015f sertifikalara ve MicroMasters sertifikalar\u0131 gibi di\u011fer program kimlik bilgilerine de eri\u015femezsiniz. Silme i\u015fleminden \u00f6nce bu kay\u0131tlar\u0131n\u0131z\u0131n bir kopyas\u0131n\u0131 \u00e7\u0131karmak i\u00e7in l\u00fctfen {htmlStart}bir sertifikan\u0131n \u00e7\u0131kt\u0131s\u0131n\u0131 almak ya da indirmek{htmlEnd} \u00f6nergelerini takip edin.", + "You must be over 13 to share a full profile. If you are over 13, make sure that you have specified a birth year on the {account_settings_page_link}": "T\u00fcm profili payla\u015fmak i\u00e7in 13 ya\u015f\u0131ndan b\u00fcy\u00fck olman\u0131z gerekmektedir. E\u011fer 13 ya\u015f\u0131ndan b\u00fcy\u00fckseniz, {account_settings_page_link} sayfas\u0131nda do\u011fum y\u0131l\u0131n\u0131z\u0131 belirtti\u011finizden emin olun.", + "You must enter a valid email address in order to add a new team member": "Yeni bir ekip \u00fcyesi eklemek i\u00e7in ge\u00e7erli bir e-posta adresi girmelisiniz.", + "You must provide a learner name.": "Bir \u00f6\u011frenci ismi belirtmelisiniz.", + "You must select a session by {expiration_date} to access the course.": "Derse eri\u015fmek i\u00e7in {expiration_date} tarihine kadar oturum se\u00e7melisiniz.", + "You must select a session to access the course.": "Derse eri\u015fmek i\u00e7in oturum se\u00e7melisiniz.", + "You must sign out and sign back in before your language changes take effect.": "Dil de\u011fi\u015fikliklerinin etkili olmas\u0131 i\u00e7in oturumunuzu kapatman\u0131z ve tekrar a\u00e7man\u0131z gerekmektedir.", + "You must specify a name": "\u0130sim belirtmelisiniz", + "You must specify a name for the cohort": "Topluluk i\u00e7in bir isim belirtmelisiniz", + "You must specify your birth year before you can share your full profile. To specify your birth year, go to the {account_settings_page_link}": "T\u00fcm profilinizi payla\u015fmadan \u00f6nce do\u011fum y\u0131l\u0131n\u0131z\u0131 belirlemek zorundas\u0131n\u0131z. Do\u011fum y\u0131l\u0131n\u0131z\u0131 belirlemek i\u00e7in, {account_settings_page_link} gidin", + "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "Ad\u0131n\u0131z\u0131 ve foto\u011fraf\u0131n\u0131z\u0131 i\u00e7eren bir ehliyet, pasaport veya di\u011fer devlet taraf\u0131ndan verilen kimli\u011fe ihtiyac\u0131n\u0131z var.", + "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "Ad\u0131n\u0131z\u0131 ve foto\u011fraf\u0131n\u0131z\u0131 i\u00e7eren bir kimli\u011fe ihtiyac\u0131n\u0131z vard\u0131r. Bir ehliyet, pasaport veya di\u011fer h\u00fck\u00fcmet taraf\u0131ndan verilen kimlikler t\u00fcm kabul edilebilir.", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "Derse kay\u0131t olmadan \u00f6nce hesab\u0131n\u0131z\u0131 aktive edin. Etkinle\u015ftirme e-posta i\u00e7in gelen kutunuzu kontrol edin.", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "Derse kay\u0131t olmadan \u00f6nce hesab\u0131n\u0131z\u0131 aktive edin. Etkinle\u015ftirme e-posta i\u00e7in gelen kutunuzu kontrol edin. Etkinle\u015ftirmeyi tamamlad\u0131ktan sonra bu sayfaya d\u00f6nebilir ve yenileyebilirsiniz.", + "You receive messages from {platform_name} and course teams at this address.": "{platform_name} platformundan ve ders tak\u0131mlar\u0131ndan iletileri bu adrese alacaks\u0131n\u0131z.", + "You reserve all rights for your work": "Eserinizin t\u00fcm haklar\u0131 sizde sakl\u0131d\u0131r", + "You still need to visit the %(display_name)s website to complete the credit process.": "Sizin hala daha kredi i\u015flemini tamamlamak i\u00e7in %(display_name)s websitesine ziyaret etmeniz gerekmektedir.", + "You submitted {filename}; only {allowedFiles} are allowed.": "{filename} dosyas\u0131n\u0131 g\u00f6nderdiniz; sadece {allowedFiles} dosyalar\u0131na izin veriliyor.", + "You waive some rights for your work, such that others can use it too": "Eserinizdeki baz\u0131 haklar\u0131n\u0131zdan feragat edebilirsiniz, b\u00f6ylece ba\u015fkalar\u0131 da onu kolayca kullanabilir", + "You will be refunded the amount you paid.": "\u00d6dedi\u011finiz tutar size iade edilecektir.", + "You will not be refunded the amount you paid.": "\u00d6dedi\u011finiz tutar size iade edilmeyecektir.", + "You will not receive notification for emails that bounce, so double-check your spelling.": "Hatal\u0131 ve geri d\u00f6nen e-postalar i\u00e7in bildirim almayacaks\u0131n\u0131z, bu nedenle g\u00f6ndermeden \u00f6nce yaz\u0131m\u0131n\u0131z\u0131 tekrar kontrol edin.", + "You will use your webcam to take a picture of your face and of your government-issued photo ID.": "Y\u00fcz\u00fcn\u00fcz\u00fcn foto\u011fraf\u0131n\u0131 ve devlet taraf\u0131ndan verilmi\u015f foto\u011frafl\u0131 n\u00fcfus kimli\u011finizin foto\u011fraf\u0131n\u0131 webcam ile \u00e7ekin.", + "You!": "Sen!", + "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "Bu g\u00f6rev i\u00e7in cevab\u0131n\u0131 g\u00f6ndermek \u00fczeresin. Cevab\u0131n\u0131 g\u00f6nderdikten sonra, cevab\u0131 de\u011fi\u015ftiremez veya yeni bir cevap ekleyemezsin.", + "You've made some changes": "Baz\u0131 de\u011fi\u015fiklikler yapt\u0131n\u0131z", + "You've made some changes, but there are some errors": "Baz\u0131 de\u011fi\u015fiklikler yapt\u0131n\u0131z, ama baz\u0131 hatalar var", + "You've successfully signed into %(currentProvider)s.": "Ba\u015far\u0131l\u0131 bir \u015fekilde \u015furaya %(currentProvider)s giri\u015f yapt\u0131n\u0131z. ", + "Your ID must be a government-issued photo ID that clearly shows your face.": "Kimli\u011finizin devlet taraf\u0131ndan verilmi\u015f y\u00fcz\u00fcn\u00fcz\u00fcn a\u00e7\u0131k\u00e7a g\u00f6r\u00fcnd\u00fc\u011f\u00fc foto\u011frafl\u0131 kimlik olmas\u0131 gerekiyor.", + "Your Program Journey": "Program Yolculu\u011funuz", + "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "Taray\u0131c\u0131n\u0131z panoya do\u011frudan eri\u015fimi desteklemiyor. Onun yerine l\u00fctfen Ctrl+X/C/V klavye k\u0131sayollar\u0131n\u0131 kullan\u0131n.", + "Your changes have been saved.": "De\u011fi\u015fiklikleriniz kaydedildi.", + "Your changes have been saved. {details}": "De\u011fi\u015fiklikleriniz kaydedildi. {details}", + "Your changes will not take effect until you save your progress.": "De\u011fi\u015fiklikleriniz kaydedilene kadar aktif olmayacakt\u0131r.", + "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "De\u011fi\u015fiklikleriniz siz kaydedene kadar aktif olmayacakt\u0131r. Anahtar ve de\u011ferlerin bi\u00e7imlendirmesine dikkat ediniz, zira bu de\u011ferler kontrol edilmemektedir.", + "Your course could not be exported to XML. There is not enough information to identify the failed component. Inspect your course to identify any problematic components and try again.": "Dersiniz XML'e aktar\u0131lamad\u0131. Ba\u015far\u0131s\u0131z bile\u015feni tan\u0131mlamak i\u00e7in yeterli bilgi yok. Sorun \u00e7\u0131karabilecek herhangi bir bile\u015feni bulmak i\u00e7in dersinize g\u00f6z at\u0131n\u0131z ve tekrar deneyiniz.", + "Your donation could not be submitted.": "Sizin ba\u011f\u0131\u015f\u0131n\u0131z g\u00f6nderilemedi.", + "Your email message was successfully queued for sending. In courses with a large number of learners, email messages to learners might take up to an hour to be sent.": "E-posta iletiniz g\u00f6nderim kuyru\u011funa ba\u015far\u0131yla al\u0131nd\u0131. \u00c7ok fazla say\u0131da \u00f6\u011frencinin oldu\u011fu derslerde e-posta iletilerinin yerine ula\u015fmas\u0131 bir saati bulabilir.", + "Your entire face fits inside the frame.": "Y\u00fcz\u00fcn\u00fcz\u00fcn tamam\u0131 \u00e7er\u00e7eve i\u00e7erisine s\u0131\u011fmal\u0131.", + "Your export has failed.": "\u0130\u00e7e aktar\u0131m i\u015flemi ba\u015far\u0131s\u0131z oldu.", + "Your face is well-lit.": "Y\u00fcz\u00fcn\u00fcz iyi \u0131\u015f\u0131kland\u0131r\u0131lm\u0131\u015f olmal\u0131.", + "Your file ": "Dosyan\u0131z", + "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "'{file}' dosyan\u0131z y\u00fcklendi. \u0130\u015flenmesi i\u00e7in birka\u00e7 dakika bekleyiniz.", + "Your file could not be uploaded": "Dosyan\u0131z y\u00fcklenemedi", + "Your file has been deleted.": "Dosyan\u0131z silindi.", + "Your file {filename} is too large (max size: {maxSize}MB).": "{filename} dosyas\u0131 fazla b\u00fcy\u00fck (maks b\u00fcy\u00fckl\u00fck: {maxSize}MB).", + "Your import has failed.": "\u0130\u00e7e aktarma i\u015fleminiz ba\u015far\u0131s\u0131z oldu.", + "Your import is in progress; navigating away will abort it.": "\u0130\u00e7eri aktarma i\u015fleminiz s\u00fcr\u00fcyor; ba\u015fka bir sayfaya ilerleme bunu yar\u0131da kesecek.", + "Your library could not be exported to XML. There is not enough information to identify the failed component. Inspect your library to identify any problematic components and try again.": "K\u00fct\u00fcphaneniz XML'e aktar\u0131lamad\u0131. Ba\u015far\u0131s\u0131z bile\u015feni tan\u0131mlamak i\u00e7in yeterli bilgi yok. Sorun \u00e7\u0131karabilecek herhangi bir bile\u015feni bulmak i\u00e7in k\u00fct\u00fcphanenize g\u00f6z at\u0131n\u0131z ve tekrar deneyiniz.", + "Your message cannot be blank.": "\u0130letiniz bo\u015f olamaz.", + "Your message must have a subject.": "\u0130letinizin bir konusu olmal\u0131.", + "Your message must have at least one target.": "\u0130letinizin en az bir hedefi olmal\u0131.", + "Your policy changes have been saved.": "Politika de\u011fi\u015fiklikleri kay\u0131t edildi.", + "Your post will be discarded.": "G\u00f6nderiniz \u00e7\u0131kart\u0131lacakt\u0131r.", + "Your profile settings are managed by {enterprise_name}. Contact your administrator or {link_start}edX Support{link_end} for help.": "Profil ayarlar\u0131n\u0131z {enterprise_name} taraf\u0131ndan y\u00f6netiliyor. Y\u00f6neticinizle g\u00f6r\u00fc\u015f\u00fcn ya da {link_start}edX Destek{link_end} ile ileti\u015fime ge\u00e7in.", + "Your question or idea (required)": "Sorunuz veya fikriniz (gerekli)", + "Your request could not be completed due to a server problem. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "Sunucu sorunu nedeniyle iste\u011finiz tamamlanamad\u0131. Sayfay\u0131 yeniden y\u00fckleyin ve tekrar deneyin. E\u011fer sorun devam ederse, Yard\u0131m sekmesine t\u0131klay\u0131n ve sorunu bildirin.", + "Your request could not be completed. Reload the page and try again.": "\u0130ste\u011finiz tamamlanamad\u0131. Sayfay\u0131 yeniden y\u00fckleyin ve tekrar deneyin.", + "Your request could not be completed. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u0130ste\u011finiz tamamlanamad\u0131. Sayfay\u0131 yeniden y\u00fckleyiniz ve tekrar deneyiniz. E\u011fer sorun devam ederse, Yard\u0131m sekmesine t\u0131klayarak sorunu bildirin.", + "Your request could not be processed. Refresh the page and try again.": "\u0130ste\u011finiz i\u015flenemiyor. Tekrar denemek i\u00e7in sayfay\u0131 yeniden y\u00fckleyin.", + "Your team could not be created.": "Tak\u0131m\u0131n\u0131z olu\u015fturulamad\u0131.", + "Your team could not be updated.": "Tak\u0131m\u0131n\u0131z g\u00fcncellenemedi.", + "Your unenrollment request could not be processed. Please try again later.": "Kay\u0131t iptali iste\u011finiz i\u015flenemedi. L\u00fctfen daha sonra tekrar deneyin.", + "Your upload of '{file}' failed.": "'{file}' y\u00fcklemeniz ba\u015far\u0131s\u0131z.", + "Your upload of '{file}' succeeded.": "'{file}' y\u00fcklemeniz ba\u015far\u0131l\u0131.", + "Your verification status is good until {verificationGoodUntil}.": "{verificationGoodUntil} a\u015famas\u0131na dek do\u011frulama durumunuz iyi.", + "Your video uploads are not complete.": "Video y\u00fcklemeleriniz tamamlanmad\u0131.", + "Your {program} Certificate": "{program} Sertifikan\u0131z", + "Yourself": "Kendiniz", + "Zoom In": "B\u00fcy\u00fct", + "Zoom Out": "K\u00fc\u00e7\u00fclt", + "[no tags]": "[etiket yok]", + "a day": "bir g\u00fcn", + "a timed exam": "bir s\u00fcreli s\u0131nav", "about %d hour": [ - "yakla\u015f\u0131k %d saat", + "yakla\u015f\u0131k %d saat", "yakla\u015f\u0131k %d saat" - ], - "about a minute": "yakla\u015f\u0131k bir dakika", - "about a month": "yakla\u015f\u0131k bir ay", - "about a year": "yakla\u015f\u0131k bir sene", - "about an hour": "yakla\u015f\u0131k bir saat", - "active proctored exams": "etkinle\u015ftirilmi\u015f g\u00f6zetmenli s\u0131navlar", - "and others": "ve di\u011ferleri", - "anonymous": "anonim", - "answer": "cevap", - "asset_path is required": "asset_path gerekli", - "bytes": "byte", - "certificate": "sertifika", - "close": "kapat", - "component": "bile\u015fen", - "content group": "i\u00e7erik grubu ", - "correct": "do\u011fru", - "could not determine the course_id": "course_id belirlenemedi", - "course id": "ders no", - "courses with active proctored exams": "g\u00f6zetmenli s\u0131navlara sahip dersler", - "delete chapter": "b\u00f6l\u00fcm sil", - "delete group": "grubu sil", - "details about the failure": "ba\u015far\u0131s\u0131zl\u0131\u011fa dair ayr\u0131nt\u0131lar", - "dragging": "s\u00fcr\u00fckleme", - "dragging out of slider": "Kayd\u0131r\u0131c\u0131n\u0131n d\u0131\u015f\u0131na s\u00fcr\u00fckleme", - "dropped in slider": "kayd\u0131r\u0131c\u0131ya b\u0131rak\u0131ld\u0131", - "dropped on target": "Hedefe b\u0131rak\u0131ld\u0131.", - "e.g. 'Sky with clouds'. The description is helpful for users who cannot see the image.": "\u00f6rn. 'Bulutlu bir g\u00f6ky\u00fcz\u00fc'. Bu t\u00fcr bir a\u00e7\u0131klama, g\u00f6rme engelli kullan\u0131c\u0131lara yard\u0131mc\u0131 olacak.", - "e.g. 'google'": "\u00f6rne\u011fin 'google'", - "e.g. 'http://google.com'": "\u00f6rne\u011fin 'http://google.com'", - "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "\u00f6rn: mehmetcan@ornek.com, MehmetCan, fatmacan@ornek.com", - "emphasized text": "vurgulu metin", - "enter code here": "kodu buraya girin", - "enter link description here": "ba\u011flant\u0131 tan\u0131m\u0131n\u0131 buraya girin", - "for": "i\u00e7in", - "for {courseName}": "{courseName} i\u00e7in", - "group configuration": "grup ayar\u0131", - "image omitted": "g\u00f6rsel atland\u0131", - "incorrect": "yanl\u0131\u015f", - "internally reviewed": "dahili olarak g\u00f6zden ge\u00e7irildi", - "last activity": "son faaliyet", - "less than a minute": "bir dakikadan az", - "minute": "dakika", - "minutes": "dakika", - "name": "isim", - "off": "kapal\u0131", - "on": "a\u00e7\u0131k", - "one letter Friday\u0004F": "C", - "one letter Monday\u0004M": "P", - "one letter Saturday\u0004S": "C", - "one letter Sunday\u0004S": "P", - "one letter Thursday\u0004T": "P", - "one letter Tuesday\u0004T": "S", - "one letter Wednesday\u0004W": "\u00c7", - "open slots": "a\u00e7\u0131k aral\u0131klar", - "or": "veya", - "or create a new one here": "ya da burada yeni bir tane olu\u015fturunuz", - "or sign in with": "veya oturum a\u00e7\u0131n", - "pending": "beklemede", - "practice": "al\u0131\u015ft\u0131rma", - "price": "\u00fccret", - "proctored": "g\u00f6zetmenli", - "provide the title/name of the chapter that will be used in navigating": "y\u00f6nlendirmede kullan\u0131lacak olan b\u00f6l\u00fcm\u00fcn ba\u015fl\u0131k/ismini sa\u011flar", - "provide the title/name of the text book as you would like your students to see it": "\u00d6\u011frencilerinizin g\u00f6rmesini istedi\u011finiz gibi ders kitab\u0131na ba\u015fl\u0131k/isim sa\u011flar", - "remove": "kald\u0131r", - "remove all": "t\u00fcm\u00fcn\u00fc sil", - "satisfactory": "yeterli", - "second": "saniye", - "seconds": "saniye", - "section": "b\u00f6l\u00fcm", - "send an email message to {email}": " {email} adresine e-posta yolla", - "strong text": "kal\u0131n metin", - "subsection": "altb\u00f6l\u00fcm", - "team count": "tak\u0131m say\u0131s\u0131", - "timed": "zamanlanm\u0131\u015f", - "unit": "\u00fcnite", - "unsatisfactory": "yetersiz", - "unsubmitted": "g\u00f6nderilmedi", - "upload a PDF file or provide the path to a Studio asset file": "Bir PDF dosyas\u0131 y\u00fckle ya da Studio veri dosyas\u0131na olan yolu sa\u011fla", - "username or email": "kullan\u0131c\u0131 ad\u0131 veya e-posta", - "with %(release_date_from)s": "%(release_date_from)s ile", - "with %(section_or_subsection)s": "%(section_or_subsection)s ile", - "you have less than a minute remaining": "Bir dakikadan az zaman\u0131n\u0131z kald\u0131", - "you have {remaining_time} remaining": "{remaining_time} dakika zaman\u0131n\u0131z kald\u0131", - "you will have ": "s\u0131nav\u0131 tamamlamak", - "your course": "dersiniz", - "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start}Di\u011fer konulardaki tak\u0131mlara g\u00f6zat{span_end} ya da bu konudaki {search_span_start}tak\u0131mlar\u0131 ara{span_end}. E\u011fer halen kat\u0131lacak bir tak\u0131m bulamad\u0131ysan\u0131z, {create_span_start}bu konuda yeni bir tak\u0131m olu\u015fturun{span_end}. ", - "{categoryText} in {parentDisplayname}": "{parentDisplayname} i\u00e7inde {categoryText}", - "{display_name} Settings": "{display_name} Ayarlar\u0131", - "{email}": "{email}", - "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} zaten {container} tak\u0131m\u0131nda bulunuyor. E\u011fer yeni bir \u00fcye eklemek isitiyorsan\u0131z, e-posta adreslerini tekrar kontrol ediniz.", - "{filename} exceeds maximum size of {maxFileSizeInGB} GB.": "{filename} dosyas\u0131 maksimum boyut olan {maxFileSizeInGB} GB'\u0131 a\u015f\u0131yor.", - "{filename} is not in a supported file format. Supported file formats are {supportedFileFormats}.": "{filename} desteklenen bir dosya format\u0131nda de\u011fil. Desteklenen t\u00fcrler \u015funlard\u0131r: {supportedFileFormats}.", - "{hours}:{minutes} (current UTC time)": "{hours}:{minutes} (ge\u00e7erli UTC zaman\u0131)", - "{htmlStart}Want to change your email, name, or password instead?{htmlEnd}": "{htmlStart}Bunun yerine e-posta adresinizi, ad\u0131n\u0131z\u0131 veya parolan\u0131z\u0131 m\u0131 de\u011fi\u015ftirmek istiyorsunuz?{htmlEnd}", - "{label}: {status}": "{label}: {status}", - "{maxWidth}x{maxHeight} pixels": "{maxWidth}x{maxHeight} piksel", - "{minutes} {unit}": "\u00a0{unit} {minutes}", + ], + "about a minute": "yakla\u015f\u0131k bir dakika", + "about a month": "yakla\u015f\u0131k bir ay", + "about a year": "yakla\u015f\u0131k bir sene", + "about an hour": "yakla\u015f\u0131k bir saat", + "active proctored exams": "etkinle\u015ftirilmi\u015f g\u00f6zetmenli s\u0131navlar", + "and others": "ve di\u011ferleri", + "anonymous": "anonim", + "answer": "cevap", + "asset_path is required": "asset_path gerekli", + "bytes": "byte", + "certificate": "sertifika", + "close": "kapat", + "component": "bile\u015fen", + "content group": "i\u00e7erik grubu ", + "correct": "do\u011fru", + "could not determine the course_id": "course_id belirlenemedi", + "course id": "ders no", + "courses with active proctored exams": "g\u00f6zetmenli s\u0131navlara sahip dersler", + "delete chapter": "b\u00f6l\u00fcm sil", + "delete group": "grubu sil", + "details about the failure": "ba\u015far\u0131s\u0131zl\u0131\u011fa dair ayr\u0131nt\u0131lar", + "dragging": "s\u00fcr\u00fckleme", + "dragging out of slider": "Kayd\u0131r\u0131c\u0131n\u0131n d\u0131\u015f\u0131na s\u00fcr\u00fckleme", + "dropped in slider": "kayd\u0131r\u0131c\u0131ya b\u0131rak\u0131ld\u0131", + "dropped on target": "Hedefe b\u0131rak\u0131ld\u0131.", + "e.g. 'Sky with clouds'. The description is helpful for users who cannot see the image.": "\u00f6rn. 'Bulutlu bir g\u00f6ky\u00fcz\u00fc'. Bu t\u00fcr bir a\u00e7\u0131klama, g\u00f6rme engelli kullan\u0131c\u0131lara yard\u0131mc\u0131 olacak.", + "e.g. 'google'": "\u00f6rne\u011fin 'google'", + "e.g. 'http://google.com'": "\u00f6rne\u011fin 'http://google.com'", + "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "\u00f6rn: mehmetcan@ornek.com, MehmetCan, fatmacan@ornek.com", + "emphasized text": "vurgulu metin", + "enter code here": "kodu buraya girin", + "enter link description here": "ba\u011flant\u0131 tan\u0131m\u0131n\u0131 buraya girin", + "for": "i\u00e7in", + "for {courseName}": "{courseName} i\u00e7in", + "group configuration": "grup ayar\u0131", + "image omitted": "g\u00f6rsel atland\u0131", + "incorrect": "yanl\u0131\u015f", + "internally reviewed": "dahili olarak g\u00f6zden ge\u00e7irildi", + "last activity": "son faaliyet", + "less than a minute": "bir dakikadan az", + "minute": "dakika", + "minutes": "dakika", + "name": "isim", + "off": "kapal\u0131", + "on": "a\u00e7\u0131k", + "one letter Friday\u0004F": "C", + "one letter Monday\u0004M": "P", + "one letter Saturday\u0004S": "C", + "one letter Sunday\u0004S": "P", + "one letter Thursday\u0004T": "P", + "one letter Tuesday\u0004T": "S", + "one letter Wednesday\u0004W": "\u00c7", + "open slots": "a\u00e7\u0131k aral\u0131klar", + "or": "veya", + "or create a new one here": "ya da burada yeni bir tane olu\u015fturunuz", + "or sign in with": "veya oturum a\u00e7\u0131n", + "pending": "beklemede", + "practice": "al\u0131\u015ft\u0131rma", + "price": "\u00fccret", + "proctored": "g\u00f6zetmenli", + "provide the title/name of the chapter that will be used in navigating": "y\u00f6nlendirmede kullan\u0131lacak olan b\u00f6l\u00fcm\u00fcn ba\u015fl\u0131k/ismini sa\u011flar", + "provide the title/name of the text book as you would like your students to see it": "\u00d6\u011frencilerinizin g\u00f6rmesini istedi\u011finiz gibi ders kitab\u0131na ba\u015fl\u0131k/isim sa\u011flar", + "remove": "kald\u0131r", + "remove all": "t\u00fcm\u00fcn\u00fc sil", + "satisfactory": "yeterli", + "second": "saniye", + "seconds": "saniye", + "section": "b\u00f6l\u00fcm", + "send an email message to {email}": " {email} adresine e-posta yolla", + "strong text": "kal\u0131n metin", + "subsection": "altb\u00f6l\u00fcm", + "team count": "tak\u0131m say\u0131s\u0131", + "timed": "zamanlanm\u0131\u015f", + "unit": "\u00fcnite", + "unsatisfactory": "yetersiz", + "unsubmitted": "g\u00f6nderilmedi", + "upload a PDF file or provide the path to a Studio asset file": "Bir PDF dosyas\u0131 y\u00fckle ya da Studio veri dosyas\u0131na olan yolu sa\u011fla", + "username or email": "kullan\u0131c\u0131 ad\u0131 veya e-posta", + "with %(release_date_from)s": "%(release_date_from)s ile", + "with %(section_or_subsection)s": "%(section_or_subsection)s ile", + "you have less than a minute remaining": "Bir dakikadan az zaman\u0131n\u0131z kald\u0131", + "you have {remaining_time} remaining": "{remaining_time} dakika zaman\u0131n\u0131z kald\u0131", + "you will have ": "s\u0131nav\u0131 tamamlamak", + "your course": "dersiniz", + "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start}Di\u011fer konulardaki tak\u0131mlara g\u00f6zat{span_end} ya da bu konudaki {search_span_start}tak\u0131mlar\u0131 ara{span_end}. E\u011fer halen kat\u0131lacak bir tak\u0131m bulamad\u0131ysan\u0131z, {create_span_start}bu konuda yeni bir tak\u0131m olu\u015fturun{span_end}. ", + "{categoryText} in {parentDisplayname}": "{parentDisplayname} i\u00e7inde {categoryText}", + "{display_name} Settings": "{display_name} Ayarlar\u0131", + "{earned}/{possible} point (graded)": [ + "{possible} \u00fczerinden {earned} puan (notland\u0131r\u0131lan)", + "{possible} \u00fczerinden {earned} puan (notland\u0131r\u0131lan)" + ], + "{email}": "{email}", + "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} zaten {container} tak\u0131m\u0131nda bulunuyor. E\u011fer yeni bir \u00fcye eklemek isitiyorsan\u0131z, e-posta adreslerini tekrar kontrol ediniz.", + "{filename} exceeds maximum size of {maxFileSizeInGB} GB.": "{filename} dosyas\u0131 maksimum boyut olan {maxFileSizeInGB} GB'\u0131 a\u015f\u0131yor.", + "{filename} is not in a supported file format. Supported file formats are {supportedFileFormats}.": "{filename} desteklenen bir dosya format\u0131nda de\u011fil. Desteklenen t\u00fcrler \u015funlard\u0131r: {supportedFileFormats}.", + "{hours}:{minutes} (current UTC time)": "{hours}:{minutes} (ge\u00e7erli UTC zaman\u0131)", + "{htmlStart}Want to change your email, name, or password instead?{htmlEnd}": "{htmlStart}Bunun yerine e-posta adresinizi, ad\u0131n\u0131z\u0131 veya parolan\u0131z\u0131 m\u0131 de\u011fi\u015ftirmek istiyorsunuz?{htmlEnd}", + "{label}: {status}": "{label}: {status}", + "{maxWidth}x{maxHeight} pixels": "{maxWidth}x{maxHeight} piksel", + "{memberCount} / {maxMemberCount} Member": [ + "{memberCount} / {maxMemberCount} \u00dcye", + "{memberCount} / {maxMemberCount} \u00dcye" + ], + "{minutes} {unit}": "\u00a0{unit} {minutes}", "{numMoved} learner was moved from {prevCohort}": [ - "{prevCohort} toplulu\u011fundan {numMoved} \u00f6\u011frenci \u00e7\u0131kar\u0131ld\u0131", + "{prevCohort} toplulu\u011fundan {numMoved} \u00f6\u011frenci \u00e7\u0131kar\u0131ld\u0131", "{prevCohort} toplulu\u011fundan {numMoved} \u00f6\u011frenci \u00e7\u0131kar\u0131ld\u0131" - ], + ], "{numPreassigned} learner was pre-assigned for this cohort. This learner will automatically be added to the cohort when they enroll in the course.": [ - "{numPreassigned} \u00f6\u011frenci bu toplulu\u011fa \u00f6nceden atanm\u0131\u015f. Bu \u00f6\u011frenci derse kaydoldu\u011funda otomatik olarak toplulu\u011fa eklenecek.", + "{numPreassigned} \u00f6\u011frenci bu toplulu\u011fa \u00f6nceden atanm\u0131\u015f. Bu \u00f6\u011frenci derse kaydoldu\u011funda otomatik olarak toplulu\u011fa eklenecek.", "{numPreassigned} \u00f6\u011frenci bu toplulu\u011fa \u00f6nceden atanm\u0131\u015f. Bu \u00f6\u011frenciler derse kaydolduklar\u0131nda otomatik olarak toplulu\u011fa eklenecekler." - ], + ], "{numPresent} learner was already in the cohort": [ - "{numPresent} \u00f6\u011frenci zaten toplulukta", + "{numPresent} \u00f6\u011frenci zaten toplulukta", "{numPresent} \u00f6\u011frenci zaten topluluktayd\u0131" - ], + ], "{numUsersAdded} learner has been added to this cohort. ": [ - "Bu toplulu\u011fa {numUsersAdded} \u00f6\u011frenci eklenmi\u015ftir.", + "Bu toplulu\u011fa {numUsersAdded} \u00f6\u011frenci eklenmi\u015ftir.", "Bu toplulu\u011fa {numUsersAdded} \u00f6\u011frenci eklenmi\u015ftir." - ], - "{num_of_hours} hour": "{num_of_hours} saat", - "{num_of_hours} hours": "{num_of_hours} saat", - "{num_of_minutes} minute": "{num_of_minutes} dakika", - "{num_of_minutes} minutes": "{num_of_minutes} dakika", - "{organization}\\'s logo": "{organization} logosu", - "{screen_reader_start}Warning:{screen_reader_end} No content groups exist.": "{screen_reader_start}Uyar\u0131:{screen_reader_end} \u0130\u00e7erik gruplar\u0131 mevcut de\u011fil.", - "{screen_reader_start}Warning:{screen_reader_end} The previously selected content group was deleted. Select another content group.": "{screen_reader_start}Uyar\u0131:{screen_reader_end} Daha \u00f6nce se\u00e7ilen i\u00e7erik grubu silinmi\u015f. Farkl\u0131 bir i\u00e7erik grubu se\u00e7in. ", - "{seconds} {unit}": "{unit} {seconds}", - "{sessionDates} (Open until {enrollmentEnd})": "{sessionDates} ({enrollmentEnd} tarihine dek a\u00e7\u0131kt\u0131r)", - "{sessionDates} - Currently Selected": "{sessionDates} - Se\u00e7ilen Oturum", - "{start_strong}{total}{end_strong} words submitted in total.": "Toplamda {start_strong}{total}{end_strong} kelime g\u00f6nderildi.", - "{totalItems} total": "toplam {totalItems}", - "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}": "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}", - "{type} Progress": "{type} \u0130lerleme", + ], + "{num_of_hours} hour": "{num_of_hours} saat", + "{num_of_hours} hours": "{num_of_hours} saat", + "{num_of_minutes} minute": "{num_of_minutes} dakika", + "{num_of_minutes} minutes": "{num_of_minutes} dakika", + "{num_points} point possible (ungraded)": [ + "{num_points} al\u0131nabilir puan (notland\u0131r\u0131lmayan)", + "{num_points} al\u0131nabilir puan (notland\u0131r\u0131lmayan)" + ], + "{organization}\\'s logo": "{organization} logosu", + "{screen_reader_start}Warning:{screen_reader_end} No content groups exist.": "{screen_reader_start}Uyar\u0131:{screen_reader_end} \u0130\u00e7erik gruplar\u0131 mevcut de\u011fil.", + "{screen_reader_start}Warning:{screen_reader_end} The previously selected content group was deleted. Select another content group.": "{screen_reader_start}Uyar\u0131:{screen_reader_end} Daha \u00f6nce se\u00e7ilen i\u00e7erik grubu silinmi\u015f. Farkl\u0131 bir i\u00e7erik grubu se\u00e7in. ", + "{seconds} {unit}": "{unit} {seconds}", + "{sessionDates} (Open until {enrollmentEnd})": "{sessionDates} ({enrollmentEnd} tarihine dek a\u00e7\u0131kt\u0131r)", + "{sessionDates} - Currently Selected": "{sessionDates} - Se\u00e7ilen Oturum", + "{start_strong}{total}{end_strong} words submitted in total.": "Toplamda {start_strong}{total}{end_strong} kelime g\u00f6nderildi.", + "{team_count} Team": [ + "{team_count} Tak\u0131m", + "{team_count} Tak\u0131m" + ], + "{totalItems} total": "toplam {totalItems}", + "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}": "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}", + "{type} Progress": "{type} \u0130lerleme", "\u2026": "..." }; for (var key in newcatalog) { @@ -2354,37 +2346,37 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "d F Y H:i", + "DATETIME_FORMAT": "d F Y H:i", "DATETIME_INPUT_FORMATS": [ - "%d/%m/%Y %H:%M:%S", - "%d/%m/%Y %H:%M:%S.%f", - "%d/%m/%Y %H:%M", - "%d/%m/%Y", - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", + "%d/%m/%Y %H:%M:%S", + "%d/%m/%Y %H:%M:%S.%f", + "%d/%m/%Y %H:%M", + "%d/%m/%Y", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", "%Y-%m-%d" - ], - "DATE_FORMAT": "d F Y", + ], + "DATE_FORMAT": "d F Y", "DATE_INPUT_FORMATS": [ - "%d/%m/%Y", - "%d/%m/%y", - "%y-%m-%d", + "%d/%m/%Y", + "%d/%m/%y", + "%y-%m-%d", "%Y-%m-%d" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "1", - "MONTH_DAY_FORMAT": "d F", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "d M Y H:i", - "SHORT_DATE_FORMAT": "d M Y", - "THOUSAND_SEPARATOR": ".", - "TIME_FORMAT": "H:i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "1", + "MONTH_DAY_FORMAT": "d F", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "d M Y H:i", + "SHORT_DATE_FORMAT": "d M Y", + "THOUSAND_SEPARATOR": ".", + "TIME_FORMAT": "H:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/uk/djangojs.js b/cms/static/js/i18n/uk/djangojs.js index 6706042a50..7c101539ac 100644 --- a/cms/static/js/i18n/uk/djangojs.js +++ b/cms/static/js/i18n/uk/djangojs.js @@ -20,1663 +20,1601 @@ django.catalog = django.catalog || {}; var newcatalog = { - " Link": "\u041f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f", - " and ": " \u0456 ", - " learner does not exist in LMS and not added to the exception list": "\u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 \u043d\u0435 \u0456\u0441\u043d\u0443\u0454 \u0432 LMS \u0456 \u0432\u0456\u043d \u043d\u0435 \u0434\u043e\u0434\u0430\u043d\u0438\u0439 \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0432\u0438\u043a\u043b\u044e\u0447\u0435\u043d\u044c", - " learner is already white listed and not added to the exception list": "\u0441\u0442\u0443\u0434\u0435\u043d\u0442 \u0432\u0436\u0435 \u0441\u0445\u0432\u0430\u043b\u0435\u043d\u0438\u0439 \u0456 \u043d\u0435 \u0434\u043e\u0434\u0430\u043d\u0438\u0439 \u0434\u043e \u0432\u0438\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044f", - " learner is not enrolled in course and not added to the exception list": "\u0441\u0442\u0443\u0434\u0435\u043d\u0442 \u043d\u0435 \u0437\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u043e\u0432\u0430\u043d\u0438\u0439 \u043d\u0430 \u043a\u0443\u0440\u0441 \u0456 \u043d\u0435 \u0434\u043e\u0434\u0430\u043d\u0438\u0439 \u0434\u043e \u0432\u0438\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044f", - " learner is successfully added to the exception list": "\u0441\u0442\u0443\u0434\u0435\u043d\u0442 \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0434\u043e\u0434\u0430\u043d\u0438\u0439 \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0432\u0438\u043a\u043b\u044e\u0447\u0435\u043d\u044c", - " learners are already white listed and not added to the exception list": "\u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0438 \u0432\u0436\u0435 \u0441\u0445\u0432\u0430\u043b\u0435\u043d\u0456 \u0456 \u043d\u0435 \u0434\u043e\u0434\u0430\u043d\u0456 \u0434\u043e \u0432\u0438\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044f", - " learners are not enrolled in course and not added to the exception list": "\u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0438 \u043d\u0435 \u0437\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u043e\u0432\u0430\u043d\u0456 \u043d\u0430 \u043a\u0443\u0440\u0441 \u0456 \u043d\u0435 \u0434\u043e\u0434\u0430\u043d\u0456 \u0434\u043e \u0432\u0438\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044f", - " learners are successfully added to exception list": "\u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0438 \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0434\u043e\u0434\u0430\u043d\u0456 \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0432\u0438\u043a\u043b\u044e\u0447\u0435\u043d\u044c", - " learners do not exist in LMS and not added to the exception list": "\u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 \u043d\u0435 \u0456\u0441\u043d\u0443\u0454 \u0432 LMS \u0456 \u0432\u0456\u043d \u043d\u0435 \u0434\u043e\u0434\u0430\u043d\u0438\u0439 \u0434\u043e \u0441\u043f\u0438\u0441\u043a\u0443 \u0432\u0438\u043a\u043b\u044e\u0447\u0435\u043d\u044c", - " record is not in correct format and not added to the exception list": "\u0437\u0430\u043f\u0438\u0441 \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u0444\u043e\u0440\u043c\u0430\u0442\u0443 \u0442\u0430 \u0439\u043e\u0433\u043e \u043d\u0435 \u0434\u043e\u0434\u0430\u043d\u043e \u0434\u043e \u0432\u0438\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044f", - " records are not in correct format and not added to the exception list": "\u0437\u0430\u043f\u0438\u0441\u0438 \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u0444\u043e\u0440\u043c\u0430\u0442\u0443 \u0442\u0430 \u0457\u0445 \u043d\u0435 \u0434\u043e\u0434\u0430\u043d\u043e \u0434\u043e \u0432\u0438\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044f", - "%(earned)s/%(possible)s point (graded)": [ - "%(earned)s/%(possible)s\u0431\u0430\u043b\u0438 (\u043e\u0446\u0456\u043d\u0435\u043d\u043e)", - "%(earned)s/%(possible)s\u0431\u0430\u043b\u0438 (\u043e\u0446\u0456\u043d\u0435\u043d\u043e)", - "%(earned)s/%(possible)s\u0431\u0430\u043b\u0438 (\u043e\u0446\u0456\u043d\u0435\u043d\u043e)", - "%(earned)s/%(possible)s\u0431\u0430\u043b\u0438 (\u043e\u0446\u0456\u043d\u0435\u043d\u043e)" - ], - "%(earned)s/%(possible)s point (ungraded)": [ - "%(earned)s/%(possible)s\u0431\u0430\u043b\u0438 (\u043d\u0435\u043e\u0446\u0456\u043d\u0435\u043d\u043e)", - "%(earned)s/%(possible)s\u0431\u0430\u043b\u0438 (\u043d\u0435\u043e\u0446\u0456\u043d\u0435\u043d\u043e)", - "%(earned)s/%(possible)s\u0431\u0430\u043b\u0438 (\u043d\u0435\u043e\u0446\u0456\u043d\u0435\u043d\u043e)", - "%(earned)s/%(possible)s\u0431\u0430\u043b\u0438 (\u043d\u0435\u043e\u0446\u0456\u043d\u0435\u043d\u043e)" - ], + " Link": "\u041f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f", + " and ": " \u0456 ", + " learner does not exist in LMS and not added to the exception list": "\u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 \u043d\u0435 \u0456\u0441\u043d\u0443\u0454 \u0432 LMS \u0456 \u0432\u0456\u043d \u043d\u0435 \u0434\u043e\u0434\u0430\u043d\u0438\u0439 \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0432\u0438\u043a\u043b\u044e\u0447\u0435\u043d\u044c", + " learner is already white listed and not added to the exception list": "\u0441\u0442\u0443\u0434\u0435\u043d\u0442 \u0432\u0436\u0435 \u0441\u0445\u0432\u0430\u043b\u0435\u043d\u0438\u0439 \u0456 \u043d\u0435 \u0434\u043e\u0434\u0430\u043d\u0438\u0439 \u0434\u043e \u0432\u0438\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044f", + " learner is not enrolled in course and not added to the exception list": "\u0441\u0442\u0443\u0434\u0435\u043d\u0442 \u043d\u0435 \u0437\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u043e\u0432\u0430\u043d\u0438\u0439 \u043d\u0430 \u043a\u0443\u0440\u0441 \u0456 \u043d\u0435 \u0434\u043e\u0434\u0430\u043d\u0438\u0439 \u0434\u043e \u0432\u0438\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044f", + " learner is successfully added to the exception list": "\u0441\u0442\u0443\u0434\u0435\u043d\u0442 \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0434\u043e\u0434\u0430\u043d\u0438\u0439 \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0432\u0438\u043a\u043b\u044e\u0447\u0435\u043d\u044c", + " learners are already white listed and not added to the exception list": "\u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0438 \u0432\u0436\u0435 \u0441\u0445\u0432\u0430\u043b\u0435\u043d\u0456 \u0456 \u043d\u0435 \u0434\u043e\u0434\u0430\u043d\u0456 \u0434\u043e \u0432\u0438\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044f", + " learners are not enrolled in course and not added to the exception list": "\u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0438 \u043d\u0435 \u0437\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u043e\u0432\u0430\u043d\u0456 \u043d\u0430 \u043a\u0443\u0440\u0441 \u0456 \u043d\u0435 \u0434\u043e\u0434\u0430\u043d\u0456 \u0434\u043e \u0432\u0438\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044f", + " learners are successfully added to exception list": "\u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0438 \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0434\u043e\u0434\u0430\u043d\u0456 \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0432\u0438\u043a\u043b\u044e\u0447\u0435\u043d\u044c", + " learners do not exist in LMS and not added to the exception list": "\u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 \u043d\u0435 \u0456\u0441\u043d\u0443\u0454 \u0432 LMS \u0456 \u0432\u0456\u043d \u043d\u0435 \u0434\u043e\u0434\u0430\u043d\u0438\u0439 \u0434\u043e \u0441\u043f\u0438\u0441\u043a\u0443 \u0432\u0438\u043a\u043b\u044e\u0447\u0435\u043d\u044c", + " record is not in correct format and not added to the exception list": "\u0437\u0430\u043f\u0438\u0441 \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u0444\u043e\u0440\u043c\u0430\u0442\u0443 \u0442\u0430 \u0439\u043e\u0433\u043e \u043d\u0435 \u0434\u043e\u0434\u0430\u043d\u043e \u0434\u043e \u0432\u0438\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044f", + " records are not in correct format and not added to the exception list": "\u0437\u0430\u043f\u0438\u0441\u0438 \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u0444\u043e\u0440\u043c\u0430\u0442\u0443 \u0442\u0430 \u0457\u0445 \u043d\u0435 \u0434\u043e\u0434\u0430\u043d\u043e \u0434\u043e \u0432\u0438\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044f", "%(errorCount)s error found in form.": [ - "%(errorCount)s \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u0430.", - "%(errorCount)s \u043f\u043e\u043c\u0438\u043b\u043e\u043a \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e.", - "%(errorCount)s \u043f\u043e\u043c\u0438\u043b\u043e\u043a \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e.", + "%(errorCount)s \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u0430.", + "%(errorCount)s \u043f\u043e\u043c\u0438\u043b\u043e\u043a \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e.", + "%(errorCount)s \u043f\u043e\u043c\u0438\u043b\u043e\u043a \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e.", "%(errorCount)s \u043f\u043e\u043c\u0438\u043b\u043e\u043a \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e." - ], - "%(field)s can only contain up to %(count)d characters.": "%(field)s \u043c\u043e\u0436\u0435 \u043c\u0456\u0441\u0442\u0438\u0442\u0438 \u043d\u0435 \u0431\u0456\u043b\u044c\u0448\u0435 %(count)d \u0441\u0438\u043c\u0432\u043e\u043b\u0456\u0432.", - "%(field)s must have at least %(count)d characters.": "%(field)s \u043f\u043e\u0432\u0438\u043d\u043d\u043e \u0431\u0443\u0442\u0438 \u043d\u0435 \u043c\u0435\u043d\u0448\u0435 %(count)d \u0441\u0438\u043c\u0432\u043e\u043b\u0456\u0432.", - "%(memberCount)s / %(maxMemberCount)s Member": [ - "%(memberCount)s / %(maxMemberCount)s \u0443\u0447\u0430\u0441\u043d\u0438\u043a", - "%(memberCount)s / %(maxMemberCount)s \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432", - "%(memberCount)s / %(maxMemberCount)s \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432", - "%(memberCount)s / %(maxMemberCount)s \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432" - ], - "%(num_points)s point possible (graded)": [ - "%(num_points)s\u043c\u043e\u0436\u043b\u0438\u0432\u0456 \u0431\u0430\u043b\u0438 (\u043e\u0446\u0456\u043d\u0435\u043d\u043e).", - "%(num_points)s\u043c\u043e\u0436\u043b\u0438\u0432\u0456 \u0431\u0430\u043b\u0438 (\u043e\u0446\u0456\u043d\u0435\u043d\u043e).", - "%(num_points)s\u043c\u043e\u0436\u043b\u0438\u0432\u0456 \u0431\u0430\u043b\u0438 (\u043e\u0446\u0456\u043d\u0435\u043d\u043e).", - "%(num_points)s\u043c\u043e\u0436\u043b\u0438\u0432\u0456 \u0431\u0430\u043b\u0438 (\u043e\u0446\u0456\u043d\u0435\u043d\u043e)." - ], - "%(num_points)s point possible (graded, results hidden)": [ - "%(num_points)s\u043c\u043e\u0436\u043b\u0438\u0432\u0456 \u0431\u0430\u043b\u0438 (\u043e\u0446\u0456\u043d\u0435\u043d\u043e, \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u0440\u0438\u0445\u043e\u0432\u0430\u043d\u0456)", - "%(num_points)s\u043c\u043e\u0436\u043b\u0438\u0432\u0456 \u0431\u0430\u043b\u0438 (\u043e\u0446\u0456\u043d\u0435\u043d\u043e, \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u0440\u0438\u0445\u043e\u0432\u0430\u043d\u0456)", - "%(num_points)s\u043c\u043e\u0436\u043b\u0438\u0432\u0456 \u0431\u0430\u043b\u0438 (\u043e\u0446\u0456\u043d\u0435\u043d\u043e, \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u0440\u0438\u0445\u043e\u0432\u0430\u043d\u0456)", - "%(num_points)s\u043c\u043e\u0436\u043b\u0438\u0432\u0456 \u0431\u0430\u043b\u0438 (\u043e\u0446\u0456\u043d\u0435\u043d\u043e, \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u0440\u0438\u0445\u043e\u0432\u0430\u043d\u0456)" - ], - "%(num_points)s point possible (ungraded)": [ - "%(num_points)s\u043c\u043e\u0436\u043b\u0438\u0432\u0456 \u0431\u0430\u043b\u0438 (\u043d\u0435\u043e\u0446\u0456\u043d\u0435\u043d\u043e).", - "%(num_points)s\u043c\u043e\u0436\u043b\u0438\u0432\u0456 \u0431\u0430\u043b\u0438 (\u043d\u0435\u043e\u0446\u0456\u043d\u0435\u043d\u043e).", - "%(num_points)s\u043c\u043e\u0436\u043b\u0438\u0432\u0456 \u0431\u0430\u043b\u0438 (\u043d\u0435\u043e\u0446\u0456\u043d\u0435\u043d\u043e).", - "%(num_points)s\u043c\u043e\u0436\u043b\u0438\u0432\u0456 \u0431\u0430\u043b\u0438 (\u043d\u0435\u043e\u0446\u0456\u043d\u0435\u043d\u043e)." - ], - "%(num_points)s point possible (ungraded, results hidden)": [ - "%(num_points)s\u043c\u043e\u0436\u043b\u0438\u0432\u0456 \u0431\u0430\u043b\u0438 (\u043d\u0435\u043e\u0446\u0456\u043d\u0435\u043d\u043e, \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u0440\u0438\u0445\u043e\u0432\u0430\u043d\u0456)", - "%(num_points)s\u043c\u043e\u0436\u043b\u0438\u0432\u0456 \u0431\u0430\u043b\u0438 (\u043d\u0435\u043e\u0446\u0456\u043d\u0435\u043d\u043e, \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u0440\u0438\u0445\u043e\u0432\u0430\u043d\u0456)", - "%(num_points)s\u043c\u043e\u0436\u043b\u0438\u0432\u0456 \u0431\u0430\u043b\u0438 (\u043d\u0435\u043e\u0446\u0456\u043d\u0435\u043d\u043e, \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u0440\u0438\u0445\u043e\u0432\u0430\u043d\u0456)", - "%(num_points)s\u043c\u043e\u0436\u043b\u0438\u0432\u0456 \u0431\u0430\u043b\u0438 (\u043d\u0435\u043e\u0446\u0456\u043d\u0435\u043d\u043e, \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u0440\u0438\u0445\u043e\u0432\u0430\u043d\u0456)" - ], + ], + "%(field)s can only contain up to %(count)d characters.": "%(field)s \u043c\u043e\u0436\u0435 \u043c\u0456\u0441\u0442\u0438\u0442\u0438 \u043d\u0435 \u0431\u0456\u043b\u044c\u0448\u0435 %(count)d \u0441\u0438\u043c\u0432\u043e\u043b\u0456\u0432.", + "%(field)s must have at least %(count)d characters.": "%(field)s \u043f\u043e\u0432\u0438\u043d\u043d\u043e \u0431\u0443\u0442\u0438 \u043d\u0435 \u043c\u0435\u043d\u0448\u0435 %(count)d \u0441\u0438\u043c\u0432\u043e\u043b\u0456\u0432.", "%(num_questions)s question": [ - "%(num_questions)s \u043f\u0438\u0442\u0430\u043d\u043d\u044f", - "%(num_questions)s \u043f\u0438\u0442\u0430\u043d\u044c", - "%(num_questions)s \u043f\u0438\u0442\u0430\u043d\u044c", + "%(num_questions)s \u043f\u0438\u0442\u0430\u043d\u043d\u044f", + "%(num_questions)s \u043f\u0438\u0442\u0430\u043d\u044c", + "%(num_questions)s \u043f\u0438\u0442\u0430\u043d\u044c", "%(num_questions)s \u043f\u0438\u0442\u0430\u043d\u044c" - ], + ], "%(num_students)s student": [ - "%(num_students)s \u0441\u0442\u0443\u0434\u0435\u043d\u0442", - "%(num_students)s \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432", - "%(num_students)s \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432", + "%(num_students)s \u0441\u0442\u0443\u0434\u0435\u043d\u0442", + "%(num_students)s \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432", + "%(num_students)s \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432", "%(num_students)s \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432" - ], + ], "%(num_students)s student opened Subsection": [ - "%(num_students)s \u0441\u0442\u0443\u0434\u0435\u043d\u0442 \u0432\u0456\u0434\u043a\u0440\u0438\u0432\u0430\u0432 \u043f\u0456\u0434\u0440\u043e\u0437\u0434\u0456\u043b", - "%(num_students)s \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432 \u0432\u0456\u0434\u043a\u0440\u0438\u0432\u0430\u043b\u043e \u043f\u0456\u0434\u0440\u043e\u0437\u0434\u0456\u043b", - "%(num_students)s \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432 \u0432\u0456\u0434\u043a\u0440\u0438\u0432\u0430\u043b\u043e \u043f\u0456\u0434\u0440\u043e\u0437\u0434\u0456\u043b ", + "%(num_students)s \u0441\u0442\u0443\u0434\u0435\u043d\u0442 \u0432\u0456\u0434\u043a\u0440\u0438\u0432\u0430\u0432 \u043f\u0456\u0434\u0440\u043e\u0437\u0434\u0456\u043b", + "%(num_students)s \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432 \u0432\u0456\u0434\u043a\u0440\u0438\u0432\u0430\u043b\u043e \u043f\u0456\u0434\u0440\u043e\u0437\u0434\u0456\u043b", + "%(num_students)s \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432 \u0432\u0456\u0434\u043a\u0440\u0438\u0432\u0430\u043b\u043e \u043f\u0456\u0434\u0440\u043e\u0437\u0434\u0456\u043b ", "%(num_students)s \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432 \u0432\u0456\u0434\u043a\u0440\u0438\u0432\u0430\u043b\u043e \u043f\u0456\u0434\u0440\u043e\u0437\u0434\u0456\u043b " - ], - "%(programName)s Home Page.": "%(programName)s \u0414\u043e\u043c\u0430\u0448\u043d\u044f \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 ", + ], + "%(programName)s Home Page.": "%(programName)s \u0414\u043e\u043c\u0430\u0448\u043d\u044f \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 ", "%(sel)s of %(cnt)s selected": [ - "\u041e\u0431\u0440\u0430\u043d\u043e %(sel)s \u0437 %(cnt)s", - "\u041e\u0431\u0440\u0430\u043d\u043e %(sel)s \u0437 %(cnt)s", + "\u041e\u0431\u0440\u0430\u043d\u043e %(sel)s \u0437 %(cnt)s", + "\u041e\u0431\u0440\u0430\u043d\u043e %(sel)s \u0437 %(cnt)s", "\u041e\u0431\u0440\u0430\u043d\u043e %(sel)s \u0437 %(cnt)s" - ], - "%(team_count)s Team": [ - "%(team_count)s \u043a\u043e\u043c\u0430\u043d\u0434\u0430", - "%(team_count)s \u043a\u043e\u043c\u0430\u043d\u0434\u0438", - "%(team_count)s \u043a\u043e\u043c\u0430\u043d\u0434", - "%(team_count)s \u043a\u043e\u043c\u0430\u043d\u0434" - ], + ], "%(value)s hour": [ - "%(value)s \u0433\u043e\u0434\u0438\u043d\u0430", - "%(value)s \u0433\u043e\u0434\u0438\u043d\u0438", - "%(value)s \u0433\u043e\u0434\u0438\u043d", + "%(value)s \u0433\u043e\u0434\u0438\u043d\u0430", + "%(value)s \u0433\u043e\u0434\u0438\u043d\u0438", + "%(value)s \u0433\u043e\u0434\u0438\u043d", "%(value)s \u0433\u043e\u0434\u0438\u043d" - ], + ], "%(value)s minute": [ - "%(value)s \u0445\u0432\u0438\u043b\u0438\u043d\u0430", - "%(value)s \u0445\u0432\u0438\u043b\u0438\u043d\u0438", - "%(value)s \u0445\u0432\u0438\u043b\u0438\u043d", + "%(value)s \u0445\u0432\u0438\u043b\u0438\u043d\u0430", + "%(value)s \u0445\u0432\u0438\u043b\u0438\u043d\u0438", + "%(value)s \u0445\u0432\u0438\u043b\u0438\u043d", "%(value)s \u0445\u0432\u0438\u043b\u0438\u043d" - ], + ], "%(value)s second": [ - "%(value)s \u0441\u0435\u043a\u0443\u043d\u0434\u0430", - "%(value)s \u0441\u0435\u043a\u0443\u043d\u0434\u0438", - "%(value)s \u0441\u0435\u043a\u0443\u043d\u0434", + "%(value)s \u0441\u0435\u043a\u0443\u043d\u0434\u0430", + "%(value)s \u0441\u0435\u043a\u0443\u043d\u0434\u0438", + "%(value)s \u0441\u0435\u043a\u0443\u043d\u0434", "%(value)s \u0441\u0435\u043a\u0443\u043d\u0434" - ], + ], "%d day": [ - "%d \u0434\u0435\u043d\u044c", - "%d \u0434\u043d\u0456\u0432", - "%d \u0434\u043d\u0456\u0432", + "%d \u0434\u0435\u043d\u044c", + "%d \u0434\u043d\u0456\u0432", + "%d \u0434\u043d\u0456\u0432", "%d \u0434\u043d\u0456\u0432" - ], + ], "%d minute": [ - "%d \u0445\u0432\u0438\u043b\u0438\u043d\u0430", - "%d \u0445\u0432\u0438\u043b\u0438\u043d", - "%d \u0445\u0432\u0438\u043b\u0438\u043d", + "%d \u0445\u0432\u0438\u043b\u0438\u043d\u0430", + "%d \u0445\u0432\u0438\u043b\u0438\u043d", + "%d \u0445\u0432\u0438\u043b\u0438\u043d", "%d \u0445\u0432\u0438\u043b\u0438\u043d" - ], + ], "%d month": [ - "%d \u043c\u0456\u0441\u044f\u0446\u044c", - "%d \u043c\u0456\u0441\u044f\u0446\u0456\u0432", - "%d \u043c\u0456\u0441\u044f\u0446\u0456\u0432", + "%d \u043c\u0456\u0441\u044f\u0446\u044c", + "%d \u043c\u0456\u0441\u044f\u0446\u0456\u0432", + "%d \u043c\u0456\u0441\u044f\u0446\u0456\u0432", "%d \u043c\u0456\u0441\u044f\u0446\u0456\u0432" - ], + ], "%d year": [ - "%d \u0440\u0456\u043a", - "%d \u0440\u043e\u043a\u0456\u0432", - "%d \u0440\u043e\u043a\u0456\u0432", + "%d \u0440\u0456\u043a", + "%d \u0440\u043e\u043a\u0456\u0432", + "%d \u0440\u043e\u043a\u0456\u0432", "%d \u0440\u043e\u043a\u0456\u0432" - ], - "%s ago": "%s \u0442\u043e\u043c\u0443", - "%s from now": "%s \u0432\u0456\u0434\u0442\u0435\u043f\u0435\u0440", - "(Add signatories for a certificate)": "(\u0414\u043e\u0434\u0430\u0442\u0438 \u043f\u0456\u0434\u043f\u0438\u0441\u0430\u043d\u0442\u0456\u0432 \u0434\u043b\u044f \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0443)", - "(Caption will be displayed when you start playing the video.)": "(\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u0438 \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u0438\u043c\u0443\u0442\u044c\u0441\u044f, \u043a\u043e\u043b\u0438 \u0412\u0438 \u043f\u043e\u0447\u043d\u0435\u0442\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u0432\u0430\u0442\u0438 \u0432\u0456\u0434\u0435\u043e.)", - "(Optional)": "(\u043d\u0435\u043e\u0431\u043e\u0432'\u044f\u0437\u043a\u043e\u0432\u043e)", - "(Read-only)": "(\u041b\u0438\u0448\u0435 \u0434\u043b\u044f \u0447\u0438\u0442\u0430\u043d\u043d\u044f)", - "(Required Field)": "(\u041e\u0431\u043e\u0432'\u044f\u0437\u043a\u043e\u0432\u0435 \u043f\u043e\u043b\u0435)", - "(Self-paced) Ended {end}": " (\u0421\u0430\u043c\u043e\u0441\u0442\u0456\u0439\u043d\u0456 \u043a\u0443\u0440\u0441\u0438) \u0417\u0430\u043a\u0456\u043d\u0447\u0438\u043b\u0438\u0441\u044f {end}", - "(Self-paced) Ends {end}": "\u0417\u0430\u043a\u0456\u043d\u0447\u0443\u044e\u0442\u044c\u0441\u044f {end} (\u0421\u0430\u043c\u043e\u0441\u0442\u0456\u0439\u043d\u0456 \u043a\u0443\u0440\u0441\u0438) ", - "(Self-paced) Started {start}": "\u041f\u043e\u0447\u0430\u043b\u0438\u0441\u044f {start} (\u0421\u0430\u043c\u043e\u0441\u0442\u0456\u0439\u043d\u0456 \u043a\u0443\u0440\u0441\u0438)", - "(Self-paced) Starts {start}": "\u041f\u043e\u0447\u0438\u043d\u0430\u044e\u0442\u044c\u0441\u044f {start} (\u0421\u0430\u043c\u043e\u0441\u0442\u0456\u0439\u043d\u0456 \u043a\u0443\u0440\u0441\u0438)", - "(optional)": "(\u043d\u0435\u043e\u0431\u043e\u0432'\u044f\u0437\u043a\u043e\u0432\u043e)", - "(required)": "(\u0432\u0438\u043c\u0430\u0433\u0430\u0454\u0442\u044c\u0441\u044f)", - "(required):": "(\u043e\u0431\u043e\u0432'\u044f\u0437\u043a\u043e\u0432\u043e)", - "6 a.m.": "6", - "6 p.m.": "18:00", - ": video upload complete.": ": \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0432\u0456\u0434\u0435\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e.", - "<%= user %> already in exception list.": "<%= user %> \u0432\u0436\u0435 \u0434\u043e\u0434\u0430\u043d\u0438\u0439 \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0432\u0438\u043a\u043b\u044e\u0447\u0435\u043d\u044c.", - "<%= user %> has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.": "<%= user %> \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0434\u043e\u0434\u0430\u043d\u0438\u0439. \u0414\u043b\u044f \u0432\u0438\u0434\u0430\u0447\u0456 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0443 \u043d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u043a\u043d\u043e\u043f\u043a\u0443 \\\"\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0438 \u0434\u043b\u044f \u0432\u0438\u043d\u044f\u0442\u043a\u043e\u0432\u0438\u0445 \u0432\u0438\u043f\u0430\u0434\u043a\u0456\u0432\\\".", - "A Password is required": "\u041d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u043e \u0432\u043a\u0430\u0437\u0430\u0442\u0438 \u043f\u0430\u0440\u043e\u043b\u044c", - "A name that identifies your team (maximum 255 characters).": "\u0406\u043c'\u044f, \u044f\u043a\u0435 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0443\u0454 \u0432\u0430\u0448\u0443 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 (\u043d\u0435 \u0431\u0456\u043b\u044c\u0448\u0435 255 \u0441\u0438\u043c\u0432\u043e\u043b\u0456\u0432).", - "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "\u041a\u043e\u0440\u043e\u0442\u043a\u0438\u0439 \u043e\u043f\u0438\u0441 \u043a\u043e\u043c\u0430\u043d\u0434\u0438 \u0434\u043b\u044f \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u0438 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430\u043c \u0437\u0440\u043e\u0437\u0443\u043c\u0456\u0442\u0438 \u0446\u0456\u043b\u0456 \u0430\u0431\u043e \u0441\u043f\u0435\u0446\u0438\u0444\u0456\u043a\u0443 \u043a\u043e\u043c\u0430\u043d\u0434\u0438 (\u043d\u0435 \u0431\u0456\u043b\u044c\u0448\u0435 300 \u0441\u0438\u043c\u0432\u043e\u043b\u0456\u0432).", - "A valid email address is required": "\u041d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u0430 \u043a\u043e\u0440\u0435\u043a\u0442\u043d\u0430 \u0430\u0434\u0440\u0435\u0441\u0430 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0457 \u043f\u043e\u0448\u0442\u0438", - "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "\u0410\u0411\u0412\u0413\u0490\u0414\u0415\u0404\u0416\u0417\u0418\u0406\u0407\u0419\u041a\u041b\u041c\u041d\u041e\u041f\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042c\u042e\u042f", - "Abbreviation": "\u0410\u0431\u0440\u0435\u0432\u0456\u0430\u0442\u0443\u0440\u0430", - "About Me": "\u041f\u0440\u043e \u043c\u0435\u043d\u0435", - "About me": "\u041f\u0440\u043e \u043c\u0435\u043d\u0435", - "Accomplishments": "\u0414\u043e\u0441\u044f\u0433\u043d\u0435\u043d\u043d\u044f", - "Accomplishments Pagination": "\u041d\u0443\u043c\u0435\u0440\u0430\u0446\u0456\u044f \u0434\u043e\u0441\u044f\u0433\u043d\u0435\u043d\u044c", - "Account Information": "\u0406\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u044f \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u043e\u0433\u043e \u0437\u0430\u043f\u0438\u0441\u0443", - "Account Settings": "\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u043e\u0433\u043e \u0437\u0430\u043f\u0438\u0441\u0443", - "Account Settings page.": "\u0421\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u044c \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u043e\u0433\u043e \u0437\u0430\u043f\u0438\u0441\u0443.", - "Account deletion, including removal from email lists, may take a few weeks to fully process through our system. If you want to opt-out of emails before then, please unsubscribe from the footer of any email.": "\u0412\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u044f \u0430\u043a\u0430\u0443\u043d\u0442\u0443, \u0432\u043a\u043b\u044e\u0447\u0430\u044e\u0447\u0438 \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u044f \u0437\u0456 \u0441\u043f\u0438\u0441\u043a\u0456\u0432 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0457 \u043f\u043e\u0448\u0442\u0438, \u043c\u043e\u0436\u0435 \u0437\u0430\u0439\u043d\u044f\u0442\u0438 \u043a\u0456\u043b\u044c\u043a\u0430 \u0442\u0438\u0436\u043d\u0456\u0432, \u0449\u043e\u0431 \u043f\u043e\u0432\u043d\u0456\u0441\u0442\u044e \u043e\u0431\u0440\u043e\u0431\u0438\u0442\u0438 \u0447\u0435\u0440\u0435\u0437 \u043d\u0430\u0448\u0443 \u0441\u0438\u0441\u0442\u0435\u043c\u0443. \u042f\u043a\u0449\u043e \u0432\u0438 \u0437\u0430\u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0456\u0434\u043c\u043e\u0432\u0438\u0442\u0438\u0441\u044f \u0432\u0456\u0434 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0438\u0445 \u043b\u0438\u0441\u0442\u0456\u0432 \u0434\u043e \u0446\u044c\u043e\u0433\u043e, \u0431\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0441\u043a\u0430\u0441\u0443\u0439\u0442\u0435 \u043f\u0456\u0434\u043f\u0438\u0441\u043a\u0443 \u043d\u0430 \u043d\u0438\u0436\u043d\u0456\u0439 \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b \u0431\u0443\u0434\u044c-\u044f\u043a\u043e\u0457 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0457 \u043f\u043e\u0448\u0442\u0438.", - "Action required: Enter a valid date.": "\u041d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u0456 \u0434\u0456\u0457: \u0412\u0432\u0435\u0434\u0456\u0442\u044c \u0434\u0456\u0439\u0441\u043d\u0443 \u0434\u0430\u0442\u0443.", - "Activating a link in this group will skip to the corresponding point in the video.": "\u041f\u0440\u0438 \u0430\u043a\u0442\u0438\u0432\u0430\u0446\u0456\u0457 \u043f\u0443\u043d\u043a\u0442\u0443 \u0432 \u0446\u0456\u0439 \u0433\u0440\u0443\u043f\u0456 \u0432\u0456\u0434\u0431\u0443\u0434\u0435\u0442\u044c\u0441\u044f \u043f\u0435\u0440\u0435\u043c\u043e\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0432\u0456\u0434\u0435\u043e \u0434\u043e \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u043d\u043e\u0457 \u0442\u043e\u0447\u043a\u0438. ", - "Add Attachment": "\u0414\u043e\u0434\u0430\u0442\u0438 \u0432\u043a\u043b\u0430\u0434\u0435\u043d\u043d\u044f", - "Add Cohort": "\u0414\u043e\u0434\u0430\u0442\u0438 \u043a\u043e\u0433\u043e\u0440\u0442\u0443 ", - "Add Component:": "\u0414\u043e\u0434\u0430\u0442\u0438 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442:", - "Add Country": "\u0414\u043e\u0434\u0430\u0442\u0438 \u043a\u0440\u0430\u0457\u043d\u0443", - "Add New Component": "\u0414\u043e\u0434\u0430\u0442\u0438 \u043d\u043e\u0432\u0438\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442", - "Add Thumbnail": "\u0414\u043e\u0434\u0430\u0442\u0438 \u041c\u0456\u043d\u0456\u0430\u0442\u044e\u0440\u0443", - "Add Thumbnail - {videoName}": "\u0414\u043e\u0434\u0430\u0442\u0438 \u041c\u0456\u043d\u0456\u0430\u0442\u044e\u0440\u0443 - {videoName}", - "Add a New Cohort": "\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043d\u043e\u0432\u0443 \u043a\u043e\u0433\u043e\u0440\u0442\u0443", - "Add language": "\u0414\u043e\u0434\u0430\u0442\u0438 \u043c\u043e\u0432\u0443", - "Add notes about this learner": "\u0414\u043e\u0434\u0430\u0442\u0438 \u043d\u043e\u0442\u0430\u0442\u043a\u0438 \u0434\u043b\u044f \u0446\u044c\u043e\u0433\u043e \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430", - "Add to Dictionary": "\u0414\u043e\u0434\u0430\u0442\u0438 \u0443 \u0421\u043b\u043e\u0432\u043d\u0438\u043a", - "Add to Exception List": "\u0414\u043e\u0434\u0430\u0442\u0438 \u0434\u043e \u0441\u043f\u0438\u0441\u043a\u0443 \u0432\u0438\u043d\u044f\u0442\u043a\u0456\u0432", - "Add your first content group": "\u0414\u043e\u0434\u0430\u0442\u0438 \u0432\u0430\u0448\u0443 \u043f\u0435\u0440\u0448\u0443 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u043d\u0443 \u0433\u0440\u0443\u043f\u0443", - "Add your first group configuration": "\u0414\u043e\u0434\u0430\u0442\u0438 \u0432\u0430\u0448\u0443 \u043f\u0435\u0440\u0448\u0443 \u043a\u043e\u043d\u0444\u0456\u0433\u0443\u0440\u0430\u0446\u0456\u044e \u0433\u0440\u0443\u043f\u0438", - "Add {role} Access": "\u0414\u043e\u0434\u0430\u0442\u0438 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043b\u044f {role}", - "Adding": "\u0414\u043e\u0434\u0430\u0432\u0430\u043d\u043d\u044f", - "Adding the selected course to your cart": "\u0414\u043e\u0434\u0430\u0442\u0438 \u043e\u0431\u0440\u0430\u043d\u0456 \u043a\u0443\u0440\u0441\u0438 \u0434\u043e \u0432\u0430\u0448\u043e\u0457 \u043a\u043e\u0440\u0437\u0438\u043d\u0438", - "Additional Information": "\u0414\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u0430 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u044f", - "Additional posts could not be loaded. Refresh the page and try again.": "\u0414\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u0456 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u043d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", - "Additional responses could not be loaded. Refresh the page and try again.": "\u0414\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u0456 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456 \u043d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", - "Adjust video speed": "\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u0442\u0438 \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044c \u0432\u0456\u0434\u0435\u043e", - "Adjust video volume": "\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u0442\u0438 \u0437\u0432\u0443\u043a \u0432\u0456\u0434\u0435\u043e", - "Admin": "\u0410\u0434\u043c\u0456\u043d\u0456\u0441\u0442\u0440\u0430\u0442\u043e\u0440", - "Advanced": "\u0414\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u043e", - "After you upload new files all your previously uploaded files will be overwritten. Continue?": "\u041f\u0456\u0441\u043b\u044f \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u043d\u043e\u0432\u043e\u0433\u043e \u0444\u0430\u0439\u043b\u0443 \u0443\u0441\u0456 \u0444\u0430\u0439\u043b\u0438, \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u0456 \u0440\u0430\u043d\u0456\u0448\u0435, \u0431\u0443\u0434\u0443\u0442\u044c \u043f\u0435\u0440\u0435\u043f\u0438\u0441\u0430\u043d\u0456 \u043d\u043e\u0432\u0438\u043c\u0438. \u041f\u0440\u043e\u0434\u043e\u0432\u0436\u0438\u0442\u0438? ", - "Align center": "\u0412\u0438\u0440\u0456\u0432\u043d\u044f\u0442\u0438 \u043f\u043e \u0446\u0435\u043d\u0442\u0440\u0443", - "Align left": "\u0412\u0438\u0440\u0456\u0432\u043d\u044f\u0442\u0438 \u043b\u0456\u0432\u043e\u0440\u0443\u0447", - "Align right": "\u0412\u0438\u0440\u0456\u0432\u043d\u044f\u0442\u0438 \u0437\u0430 \u043f\u0440\u0430\u0432\u0438\u043c \u043a\u0440\u0430\u0454\u043c", - "Alignment": "\u0412\u0438\u0440\u0456\u0432\u043d\u044e\u0432\u0430\u043d\u043d\u044f", - "All Learners and Staff": "\u0423\u0441\u0456 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0438 \u0442\u0430 \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b", - "All Posts": "\u0423\u0441\u0456 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f", - "All Rights Reserved": "\u0412\u0441\u0456 \u043f\u0440\u0430\u0432\u0430 \u0437\u0430\u0445\u0438\u0449\u0435\u043d\u043e", - "All Time Zones": "\u0412\u0441\u0456 \u0447\u0430\u0441\u043e\u0432\u0456 \u043f\u043e\u044f\u0441\u0438", - "All Topics": "\u0412\u0441\u0456 \u0442\u0435\u043c\u0438", - "All accounts were created successfully.": "\u0412\u0441\u0456 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0456 \u0437\u0430\u043f\u0438\u0441\u0438 \u0431\u0443\u043b\u0438 \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u0456 \u0443\u0441\u043f\u0456\u0448\u043d\u043e.", - "All chapters must have a name and asset": "\u0412\u0441\u0456\u043c \u0440\u043e\u0437\u0434\u0456\u043b\u0430\u043c \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e \u043c\u0430\u0442\u0438 \u043d\u0430\u0437\u0432\u0443 \u0442\u0430 \u0441\u043a\u043b\u0430\u0434\u043d\u0438\u043a\u0438", - "All groups must have a name.": "\u041a\u043e\u0436\u043d\u0430 \u0433\u0440\u0443\u043f\u0430 \u043f\u043e\u0432\u0438\u043d\u043d\u0430 \u043c\u0430\u0442\u0438 \u043d\u0430\u0437\u0432\u0443", - "All learners in the {cohort_name} cohort": "\u0412\u0441\u0456 \u0441\u043b\u0443\u0445\u0430\u0447\u0456 {cohort_name} \u0433\u0440\u0443\u043f\u0438", - "All learners in the {track_name} track": "\u0423\u0441\u0456 \u0443\u0447\u043d\u0456 \u0443 {track_name} \u0442\u0440\u0435\u0446\u0456", - "All learners who are enrolled in this course": "\u0412\u0441\u0456 \u0441\u043b\u0443\u0445\u0430\u0447\u0456 \u0446\u044c\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0443", - "All payment options are currently unavailable.": "\u0412\u0441\u0456 \u043c\u0435\u0442\u043e\u0434\u0438 \u043e\u043f\u043b\u0430\u0442\u0438 \u0432 \u0434\u0430\u043d\u0438\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0456.", - "All subsections": "\u0423\u0441\u0456 \u043f\u0456\u0434\u0440\u043e\u0437\u0434\u0456\u043b\u0438", - "All teams": "\u0423\u0441\u0456 \u043a\u043e\u043c\u0430\u043d\u0434\u0438", - "All topics": "\u0423\u0441\u0456 \u0442\u0435\u043c\u0438", - "All units": "\u0423\u0441\u0456 \u0431\u043b\u043e\u043a\u0438", - "All users on the Exception list": "\u0412\u0441\u0456 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456 \u0443 \u0441\u043f\u0438\u0441\u043a\u0443 \u0432\u0438\u043d\u044f\u0442\u043a\u0456\u0432", - "All users on the Exception list who do not yet have a certificate": "\u0412\u0441\u0456 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456 \u0443 \u0441\u043f\u0438\u0441\u043a\u0443 \u0432\u0438\u043d\u044f\u0442\u043a\u0456\u0432, \u044f\u043a\u0456 \u0449\u0435 \u043d\u0435 \u043c\u0430\u044e\u0442\u044c \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0456\u0432", - "Allow others to copy, distribute, display and perform only verbatim copies of your work, not derivative works based upon it. This option is incompatible with \"Share Alike\".": "\u0414\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438 \u0456\u043d\u0448\u0438\u043c \u043a\u043e\u043f\u0456\u044e\u0432\u0430\u0442\u0438, \u043f\u043e\u0448\u0438\u0440\u044e\u0432\u0430\u0442\u0438, \u0434\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0443\u0432\u0430\u0442\u0438 \u0442\u0430 \u0432\u0438\u043a\u043e\u043d\u0443\u0432\u0430\u0442\u0438 \u0432\u0438\u043a\u043b\u044e\u0447\u043d\u043e \u0442\u043e\u0447\u043d\u0456 \u043a\u043e\u043f\u0456\u0457 \u0432\u0430\u0448\u0438\u0445 \u0440\u043e\u0431\u0456\u0442, \u0430 \u043d\u0435 \u0440\u043e\u0431\u043e\u0442\u0438, \u0437\u0430\u0441\u043d\u043e\u0432\u0430\u043d\u0456 \u043d\u0430 \u0432\u0430\u0448\u0438\u0445 \u0434\u043e\u0440\u043e\u0431\u043a\u0430\u0445. \u0426\u044f \u043e\u043f\u0446\u0456\u044f \u043d\u0435\u0441\u0443\u043c\u0456\u0441\u043d\u0430 \u0437 \u00ab\u043f\u043e\u0448\u0438\u0440\u0438\u0442\u0438 \u043f\u043e\u0434\u0456\u0431\u043d\u0435\u00bb.", - "Allow others to copy, distribute, display and perform your copyrighted work but only if they give credit the way you request. Currently, this option is required.": "\u0414\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438 \u0456\u043d\u0448\u0438\u043c \u043a\u043e\u043f\u0456\u044e\u0432\u0430\u0442\u0438, \u043f\u043e\u0448\u0438\u0440\u044e\u0432\u0430\u0442\u0438, \u0434\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0443\u0432\u0430\u0442\u0438 \u0442\u0430 \u0432\u0438\u043a\u043e\u043d\u0443\u0432\u0430\u0442\u0438 \u0432\u0430\u0448\u0443 \u0430\u0432\u0442\u043e\u0440\u0441\u044c\u043a\u0443 \u0440\u043e\u0431\u043e\u0442\u0443, \u0430\u043b\u0435 \u0432\u0438\u043a\u043b\u044e\u0447\u043d\u043e, \u043a\u043e\u043b\u0438 \u043f\u043e\u0434\u0430\u043d\u043e \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043d\u0430 \u0432\u0430\u0441 \u0443 \u043e\u0431\u0440\u0430\u043d\u0456\u0439 \u0432\u0430\u043c\u0438 \u0444\u043e\u0440\u043c\u0456. \u041d\u0430 \u0440\u0430\u0437\u0456 \u0446\u0435 \u043e\u0431\u043e\u0432'\u044f\u0437\u043a\u043e\u0432\u043e. ", - "Allow others to copy, distribute, display and perform your work - and derivative works based upon it - but for noncommercial purposes only.": "\u0414\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438 \u0456\u043d\u0448\u0438\u043c \u043a\u043e\u043f\u0456\u044e\u0432\u0430\u0442\u0438, \u043f\u043e\u0448\u0438\u0440\u044e\u0432\u0430\u0442\u0438, \u0434\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0443\u0432\u0430\u0442\u0438 \u0442\u0430 \u0432\u0438\u043a\u043e\u043d\u0443\u0432\u0430\u0442\u0438 \u0432\u0430\u0448\u0443 \u0440\u043e\u0431\u043e\u0442\u0443 \u0442\u0430 \u0440\u043e\u0431\u043e\u0442\u0438, \u0437\u0430\u0441\u043d\u043e\u0432\u0430\u043d\u0456 \u043d\u0430 \u0432\u0430\u0448\u0438\u0445 \u0434\u043e\u0440\u043e\u0431\u043a\u0430\u0445, \u0432\u0438\u043a\u043b\u044e\u0447\u043d\u043e \u0437 \u043d\u0435\u043a\u043e\u043c\u0435\u0440\u0446\u0456\u0439\u043d\u043e\u044e \u043c\u0435\u0442\u043e\u044e. ", - "Allow others to distribute derivative works only under a license identical to the license that governs your work. This option is incompatible with \"No Derivatives\".": "\u0414\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438 \u0456\u043d\u0448\u0438\u043c \u043f\u043e\u0448\u0438\u0440\u044e\u0432\u0430\u0442\u0438 \u0432\u0438\u043a\u043b\u044e\u0447\u043d\u043e \u0440\u043e\u0431\u043e\u0442\u0438, \u0437\u0430\u0441\u043d\u043e\u0432\u0430\u043d\u0456 \u043d\u0430 \u0432\u0430\u0448\u0438\u0445 \u0434\u043e\u0440\u043e\u0431\u043a\u0430\u0445, \u043f\u0456\u0434 \u043b\u0456\u0446\u0435\u043d\u0437\u0456\u044f\u043c\u0438 \u0442\u0430\u043a\u0438\u043c\u0438, \u044f\u043a \u0434\u043b\u044f \u0432\u0430\u0448\u0438\u0445 \u0440\u043e\u0431\u0456\u0442. \u0426\u044f \u043e\u043f\u0446\u0456\u044f \u043d\u0435\u0441\u0443\u043c\u0456\u0441\u043d\u0430 \u0437 \u00ab\u0411\u0435\u0437 \u043f\u043e\u0445\u0456\u0434\u043d\u0438\u0445\u00bb.", - "Allow students to generate certificates for this course?": "\u0414\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430\u043c \u0433\u0435\u043d\u0435\u0440\u0443\u0432\u0430\u0442\u0438 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0438 \u0434\u043b\u044f \u0446\u044c\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0443?", - "Already a course team member": "\u0412\u0436\u0435 \u0454 \u0447\u043b\u0435\u043d\u043e\u043c \u043a\u043e\u043c\u0430\u043d\u0434\u0438 \u043a\u0443\u0440\u0441\u0443", - "Already a library team member": "\u0412\u0436\u0435 \u0454 \u0447\u043b\u0435\u043d\u043e\u043c \u0431\u0456\u0431\u043b\u0456\u043e\u0442\u0435\u0447\u043d\u043e\u0457 \u043a\u043e\u043c\u0430\u043d\u0434\u0438", - "Already a member": "\u0412\u0436\u0435 \u0454 \u0447\u043b\u0435\u043d\u043e\u043c", - "Alternative source": "\u0410\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u0456 \u0434\u0436\u0435\u0440\u0435\u043b\u0430", - "An error has occurred. Check your Internet connection and try again.": "\u0421\u0442\u0430\u043b\u0430\u0441\u044f \u043f\u043e\u043c\u0438\u043b\u043a\u0430. \u041f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u0432\u0430\u0448\u0435 \u0456\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u0437'\u0454\u0434\u043d\u0430\u043d\u043d\u044f \u0456 \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437.", - "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "\u0412\u0438\u043d\u0438\u043a\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044c, \u0449\u043e \u0432\u0438 \u043f\u0456\u0434'\u0454\u0434\u043d\u0430\u043d\u043d\u0456 \u0434\u043e \u043c\u0435\u0440\u0435\u0436\u0456 \u0442\u0430 \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043e\u043d\u043e\u0432\u0438\u0442\u0438 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443.", - "An error has occurred. Please try again later.": "\u0412\u0438\u043d\u0438\u043a\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u0456\u0437\u043d\u0456\u0448\u0435.", - "An error has occurred. Please try again.": "\u0412\u0438\u043d\u0438\u043a\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u0456\u0437\u043d\u0456\u0448\u0435.", - "An error has occurred. Please try reloading the page.": "\u0412\u0438\u043d\u0438\u043a\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u0435\u0440\u0435\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443.", - "An error has occurred. Refresh the page, and then try again.": "\u0412\u0438\u043d\u0438\u043a\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430. \u041f\u0435\u0440\u0435\u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0442\u0435 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0437\u043d\u043e\u0432\u0443.", - "An error has occurred. Try refreshing the page, or check your Internet connection.": "\u0421\u0442\u0430\u043b\u0430\u0441\u044f \u043f\u043e\u043c\u0438\u043b\u043a\u0430. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u0432\u0430\u0448\u0435 \u0456\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u0437'\u0454\u0434\u043d\u0430\u043d\u043d\u044f.", - "An error has occurred. Wait a few minutes, and then try again.": "\u0421\u0442\u0430\u043b\u0430\u0441\u044f \u043f\u043e\u043c\u0438\u043b\u043a\u0430. \u0417\u0430\u0447\u0435\u043a\u0430\u0439\u0442\u0435 \u043a\u0456\u043b\u044c\u043a\u0430 \u0445\u0432\u0438\u043b\u0438\u043d, \u0442\u0430 \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437.", - "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "\u0412\u0438\u043d\u0438\u043a\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0432\u0438\u0434\u0456\u043b\u0435\u043d\u043d\u0456 \u0432\u0430\u0448\u043e\u0457 \u0430\u0434\u0440\u0435\u0441\u0438. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u0456\u0437\u043d\u0456\u0448\u0435 \u0442\u0430 \u0437\u0432\u0435\u0440\u043d\u0456\u0442\u044c\u0441\u044f \u0434\u043e \u0441\u043b\u0443\u0436\u0431\u0438 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u043a\u0438 \u0432 \u0440\u0430\u0437\u0456 \u043f\u043e\u0432\u0442\u043e\u0440\u0435\u043d\u043d\u044f \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0438.", - "An error occurred when signing you in to %s.": "\u0421\u0442\u0430\u043b\u0430\u0441\u044f \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0456\u0457 \u0412\u0430\u0441 \u043d\u0430 %s.", - "An error occurred while removing the member from the team. Try again.": "\u041f\u0440\u0438 \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u0456 \u0434\u0430\u043d\u043e\u0433\u043e \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0430 \u0437 \u043a\u043e\u043c\u0430\u043d\u0434\u0438 \u0432\u0438\u043d\u0438\u043a\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430. \u0421\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437.", - "An error occurred.": "\u0421\u0442\u0430\u043b\u0430\u0441\u044f \u043f\u043e\u043c\u0438\u043b\u043a\u0430.", - "An error occurred. Make sure that the student's username or email address is correct and try again.": "\u0412\u0438\u043d\u0438\u043a\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430. \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e \u0456\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0442\u0430 \u0430\u0434\u0440\u0435\u0441\u0430 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0457 \u043f\u043e\u0448\u0442\u0438 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0456 \u0456 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", - "An error occurred. Please try again.": "\u0412\u0438\u043d\u0438\u043a\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437.", - "An error occurred. Try again.": "\u0412\u0438\u043d\u0438\u043a\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437.", - "An unexpected error occurred. Please try again.": "\u0412\u0438\u043d\u0438\u043a\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437.", - "Anchor": "\u042f\u043a\u0456\u0440", - "Anchors": "\u042f\u043a\u043e\u0440\u0438", - "Any content that has listed this content as a prerequisite will also have access limitations removed.": "\u0411\u0443\u0434\u044c-\u044f\u043a\u0438\u0439 \u043a\u043e\u043d\u0442\u0435\u043d\u0442, \u044f\u043a\u0438\u0439 \u0437\u0430\u0437\u043d\u0430\u0447\u0438\u0432 \u0446\u0435\u0439 \u043a\u043e\u043d\u0442\u0435\u043d\u0442 \u044f\u043a \u043d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u0443 \u0443\u043c\u043e\u0432\u0443, \u0442\u0430\u043a\u043e\u0436 \u043c\u0430\u0442\u0438\u043c\u0435 \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u0435 \u043e\u0431\u043c\u0435\u0436\u0435\u043d\u043d\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u0443.", - "Any course progress or grades from your current session will be lost.": "\u0411\u0443\u0434\u044c-\u044f\u043a\u0438\u0439 \u043f\u0440\u043e\u0433\u0440\u0435\u0441 \u0443 \u043a\u0443\u0440\u0441\u0456 \u0430\u0431\u043e \u043e\u0446\u0456\u043d\u043a\u0438 \u0437 \u043f\u043e\u0442\u043e\u0447\u043d\u043e\u0433\u043e \u0441\u0435\u0430\u043d\u0441\u0443 \u0431\u0443\u0434\u0443\u0442\u044c \u0432\u0442\u0440\u0430\u0447\u0435\u043d\u0456.", - "Any divided discussion topics are divided based on cohort.": "\u0412\u0441\u0456 \u0440\u043e\u0437\u043f\u043e\u0434\u0456\u043b\u0435\u043d\u0456 \u0442\u0435\u043c\u0438 \u043e\u0431\u0433\u043e\u0432\u043e\u0440\u0435\u043d\u044c \u0434\u0456\u043b\u044f\u0442\u044c\u0441\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u043d\u043e \u0434\u043e \u0433\u0440\u0443\u043f. ", - "Any divided discussion topics are divided based on enrollment track.": "\u0411\u0443\u0434\u044c-\u044f\u043a\u0456 \u0440\u043e\u0437\u0434\u0456\u043b\u0435\u043d\u0456 \u0442\u0435\u043c\u0438 \u043e\u0431\u0433\u043e\u0432\u043e\u0440\u0435\u043d\u043d\u044f \u043f\u043e\u0434\u0456\u043b\u044f\u044e\u0442\u044c\u0441\u044f \u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u0456 \u0437\u0430\u043f\u0438\u0441\u0443 \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u0457.", - "April": "\u043a\u0432\u0456\u0442\u043d\u044f", - "Are you sure that you want to leave this session?": "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u043f\u043e\u043a\u0438\u043d\u0443\u0442\u0438 \u0446\u0435\u0439 \u0441\u0435\u0430\u043d\u0441?", - "Are you sure you want to change to a different session?": "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0437\u043c\u0456\u043d\u0456\u0442\u0438 \u043d\u0430 \u0456\u043d\u0448\u0443 \u0441\u0435\u0441\u0456\u044e?", - "Are you sure you want to delete this comment?": "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0446\u0435\u0439 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440?", - "Are you sure you want to delete this page? This action cannot be undone.": "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0446\u044e \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443? \u0426\u044f \u0434\u0456\u044f \u0454 \u043d\u0435\u0437\u0432\u043e\u0440\u043e\u0442\u043d\u044c\u043e\u044e.", - "Are you sure you want to delete this post?": "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0446\u044e \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u044e?", - "Are you sure you want to delete this response?": "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0446\u044e \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c?", - "Are you sure you want to delete this update?": "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0446\u0435 \u043e\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044f?", - "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 {email} \u0437 \u043a\u043e\u043c\u0430\u043d\u0434\u0438 \u043a\u0443\u0440\u0441\u0443 \u0434\u043b\u044f \u201c{container}\u201d?", - "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 {email} \u0437 \u0431\u0456\u0431\u043b\u0456\u043e\u0442\u0435\u043a\u0438 \u201c{container}\u201d?", - "Are you sure you want to remove this transcript?": "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0446\u044e \u0440\u043e\u0437\u0448\u0438\u0444\u0440\u043e\u0432\u043a\u0443?", - "Are you sure you want to remove this video from the list?": "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0446\u0435 \u0432\u0456\u0434\u0435\u043e \u0437\u0456 \u0441\u043f\u0438\u0441\u043a\u0443?", - "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u043e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 {email} \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u201c{container}\u201d?", - "Are you sure you want to revert to the last published version of the unit? You cannot undo this action.": "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u043f\u043e\u0432\u0435\u0440\u043d\u0443\u0442\u0438\u0441\u044f \u0434\u043e \u043e\u0441\u0442\u0430\u043d\u043d\u044c\u043e\u0457 \u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u043e\u0457 \u0432\u0435\u0440\u0441\u0456\u0457 \u0431\u043b\u043e\u043a\u0443? \u0426\u044f \u0434\u0456\u044f \u0454 \u043d\u0435\u0437\u0432\u043e\u0440\u043e\u0442\u043d\u044c\u043e\u044e.", - "Are you sure you want to select this session?": "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u043e\u0431\u0440\u0430\u0442\u0438 \u0446\u0435\u0439 \u0441\u0435\u0430\u043d\u0441?", - "Are you sure you want to unenroll from {courseName} ({courseNumber})? You will be refunded the amount you paid.": "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u044e \u0437 {courseName} ({courseNumber})? \u0412\u0430\u043c \u0431\u0443\u0434\u0435 \u0432\u0456\u0434\u0448\u043a\u043e\u0434\u043e\u0432\u0430\u043d\u043e \u0441\u0443\u043c\u0443, \u044f\u043a\u0443 \u0432\u0438 \u0441\u043f\u043b\u0430\u0442\u0438\u043b\u0438.", - "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0446\u0435\u0439 \u0435\u043b\u0435\u043c\u0435\u043d\u0442? \u0426\u044f \u0434\u0456\u044f \u0454 \u043d\u0435\u0437\u0432\u043e\u0440\u043e\u0442\u043d\u044c\u043e\u044e. \n\n\u0411\u0443\u0434\u044c-\u044f\u043a\u0438\u0439 \u043a\u043e\u043d\u0442\u0435\u043d\u0442, \u0449\u043e \u043f\u043e\u0441\u0438\u043b\u0430\u0454\u0442\u044c\u0441\u044f \u043d\u0430 \u0446\u044e \u0434\u0435\u0442\u0430\u043b\u044c \u0431\u0456\u043b\u044c\u0448\u0435 \u043d\u0435 \u043f\u0440\u0430\u0446\u044e\u0432\u0430\u0442\u0438\u043c\u0435. (\u043d\u0430\u043f\u0440\u0438\u043a\u043b\u0430\u0434 \u043f\u043e\u0448\u043a\u043e\u0434\u0436\u0435\u043d\u0435 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u0442\u0430/\u0447\u0438 \u043d\u0435\u0434\u0456\u044e\u0447\u0435 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f)", - "Are you sure?": "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456?", - "Assessment": "\u0417\u0430\u0432\u0434\u0430\u043d\u043d\u044f", - "Assessments": "\u0417\u0430\u0432\u0434\u0430\u043d\u043d\u044f", - "Assign students to cohorts by uploading a CSV file.": "\u041f\u0440\u0438\u0437\u043d\u0430\u0447\u0438\u0442\u0438 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432 \u0434\u043e \u043a\u043e\u0433\u043e\u0440\u0442\u0438 \u0448\u043b\u044f\u0445\u043e\u043c \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0444\u0430\u0439\u043b\u0443 CSV.", - "Assignment Type Name": "\u041d\u0430\u0437\u0432\u0430 \u0442\u0438\u043f\u0443 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f", - "Associated Content Group": "\u041f\u043e\u0432'\u044f\u0437\u0430\u043d\u0430 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u043d\u0430 \u0433\u0440\u0443\u043f\u0430", - "Attribution": "\u0410\u0432\u0442\u043e\u0440\u0441\u0442\u0432\u043e", - "August": "\u0441\u0435\u0440\u043f\u043d\u044f", - "Author": "\u0410\u0432\u0442\u043e\u0440", - "Auto-advance": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u0438\u0439 \u043f\u0435\u0440\u0435\u0445\u0456\u0434", - "Automatic": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u0438\u0439", - "Automatic transcripts are disabled.": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u0456 \u0442\u0440\u0430\u043d\u0441\u043a\u0440\u0438\u043f\u0442\u0438 \u0432\u0438\u043c\u043a\u043d\u0435\u043d\u043e.", - "Available %s": "\u0412 \u043d\u0430\u044f\u0432\u043d\u043e\u0441\u0442\u0456 %s", - "Average": "\u0421\u0435\u0440\u0435\u0434\u043d\u044c\u043e", - "Back to Full List": "\u041d\u0430\u0437\u0430\u0434 \u0434\u043e \u043f\u043e\u0432\u043d\u043e\u0433\u043e \u0441\u043f\u0438\u0441\u043a\u0443", - "Background color": "\u041a\u043e\u043b\u0456\u0440 \u0444\u043e\u043d\u0443", - "Basic": "\u041e\u0441\u043d\u043e\u0432\u043d\u0435", - "Basic Account Information": "\u041e\u0441\u043d\u043e\u0432\u043d\u0430 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u044f \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u043e\u0433\u043e \u0437\u0430\u043f\u0438\u0441\u0443", - "Before proceeding, please {htmlStart}activate your account{htmlEnd}.": "\u041f\u0435\u0440\u0448 \u043d\u0456\u0436 \u043f\u0440\u043e\u0434\u043e\u0432\u0436\u0438\u0442\u0438, \u0430\u043a\u0442\u0438\u0432\u0443\u0439\u0442\u0435 {htmlStart} \u0441\u0432\u0456\u0439 \u0430\u043a\u0430\u0443\u043d\u0442{htmlEnd}.", - "Before proceeding, please {htmlStart}unlink all social media accounts{htmlEnd}.": "\u041f\u0435\u0440\u0448 \u043d\u0456\u0436 \u043f\u0440\u043e\u0434\u043e\u0432\u0436\u0438\u0442\u0438,\u0431\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430{htmlStart} \u0432\u0456\u0434\u2019\u0454\u0434\u043d\u0430\u0439\u0442\u0435 \u0432\u0441\u0456 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0456 \u0437\u0430\u043f\u0438\u0441\u0438 \u0441\u043e\u0446\u0456\u0430\u043b\u044c\u043d\u0438\u0445 \u043c\u0435\u0434\u0456\u0430 {htmlEnd}.", - "Biography": "\u0406\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u044f", - "Block view is unavailable": "\u0411\u043b\u043e\u0447\u043d\u0438\u0439 \u0432\u0438\u0434 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u0439", - "Blockquote": "\u0426\u0438\u0442\u0430\u0442\u0430", - "Blockquote (Ctrl+Q)": "\u0426\u0438\u0442\u0430\u0442\u0430 (Ctrl+Q)", - "Blocks": "\u0411\u043b\u043e\u043a\u0438", - "Body": "\u0422\u0456\u043b\u043e", - "Bold": "\u0416\u0438\u0440\u043d\u0438\u0439", - "Bold (Ctrl+B)": "\u0416\u0438\u0440\u043d\u0438\u0439 (Ctrl+B)", - "Bookmark this page": "\u0414\u043e\u0434\u0430\u0442\u0438 \u0446\u044e \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0434\u043e \u0437\u0430\u043a\u043b\u0430\u0434\u043e\u043a", - "Bookmarked": "\u0414\u043e\u0434\u0430\u043d\u043e \u0434\u043e \u0437\u0430\u043a\u043b\u0430\u0434\u043e\u043a", - "Border": "\u041c\u0435\u0436\u0430", - "Border color": "\u041a\u043e\u043b\u0456\u0440 \u043c\u0435\u0436i", - "Bottom": "\u041d\u0438\u0437", - "Browse": "\u041e\u0433\u043b\u044f\u0434", - "Bulk Exceptions": "\u041c\u0430\u0441\u043e\u0432\u0456 \u0432\u0438\u043d\u044f\u0442\u043a\u0438", - "Bullet list": "\u041d\u0435\u043d\u0443\u043c\u0435\u0440\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u043f\u0438\u0441\u043e\u043a", - "Bulleted List (Ctrl+U)": "\u041d\u0435\u043d\u0443\u043c\u0435\u0440\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u043f\u0438\u0441\u043e\u043a (Ctrl+U)", - "Cancel": "\u0412\u0456\u0434\u043c\u0456\u043d\u0438\u0442\u0438", - "Cancel enrollment code": "\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 \u043a\u043e\u0434 \u0437\u0430\u0440\u0430\u0445\u0443\u0432\u0430\u043d\u043d\u044f", - "Caption": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a", - "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "\u0417\u0430\u0441\u0442\u0435\u0440\u0435\u0436\u0435\u043d\u043d\u044f: \u041e\u0441\u0442\u0430\u043d\u043d\u044f \u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u0430 \u0432\u0435\u0440\u0441\u0456\u044f \u0446\u044c\u043e\u0433\u043e \u0431\u043b\u043e\u043a\u0443 \u0432\u0436\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430\u043c. \u0411\u0443\u0434\u044c\u0442\u0435 \u043e\u0431\u0435\u0440\u0435\u0436\u043d\u0456, \u043f\u0443\u0431\u043b\u0456\u043a\u0443\u044e\u0447\u0438 \u043d\u043e\u0432\u0456 \u0437\u043c\u0456\u043d\u0438.", - "Cell": "\u041a\u043bi\u0442\u0438\u043d\u043a\u0430", - "Cell padding": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 \u0437\u0430\u043f\u043e\u0432\u043d\u0435\u043d\u043d\u044f \u043a\u043b\u0456\u0442\u0438\u043d\u043a\u0438", - "Cell properties": "\u0412\u043b\u0430\u0441\u0442\u0438\u0432\u043e\u0441\u0442\u0456 \u043a\u043bi\u0442\u0438\u043d\u043a\u0438", - "Cell spacing": "\u0412\u0456\u0434\u0441\u0442\u0443\u043f \u043a\u043bi\u0442\u0438\u043d\u043a\u0438", - "Cell type": "\u0422\u0438\u043f \u043a\u043bi\u0442\u0438\u043d\u043a\u0438", - "Center": "\u0426\u0435\u043d\u0442\u0440", - "Certificate Signatories": "\u041f\u0456\u0434\u043f\u0438\u0441\u0430\u043d\u0442\u0438 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0456\u0432", - "Certificate has been successfully invalidated for <%= user %>.": "\u0421\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442 \u0434\u043b\u044f <%= user %> \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0430\u043d\u0443\u043b\u044c\u043e\u0432\u0430\u043d\u0438\u0439.", - "Certificate name is required.": "\u041d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u043e \u0432\u043a\u0430\u0437\u0430\u0442\u0438 \u0456\u043c'\u044f \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0443.", - "Certificate of <%= user %> has already been invalidated. Please check your spelling and retry.": "\u0421\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442 \u0434\u043b\u044f <%= user %> \u0432\u0436\u0435 \u0430\u043d\u0443\u043b\u044c\u043e\u0432\u0430\u043d\u043e. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0456\u0441\u0442\u044c \u0432\u0432\u0435\u0434\u0435\u043d\u043d\u044f \u0456 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0437\u0430\u043f\u0438\u0442.", - "Change Manually": "\u0417\u043c\u0456\u043d\u0438\u0442\u0438 \u0432\u0440\u0443\u0447\u043d\u0443", - "Change Session": "\u0417\u043c\u0456\u043d\u0438\u0442\u0438 \u0421\u0435\u0430\u043d\u0441", - "Change image": "\u0417\u043c\u0456\u043d\u0438\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f", - "Changes to steps that are not selected as part of the assignment will not be saved.": "\u0417\u043c\u0456\u043d\u0438 \u0434\u043e \u043a\u0440\u043e\u043a\u0456\u0432, \u043a\u043e\u0442\u0440\u0456 \u043d\u0435 \u043e\u0431\u0440\u0430\u043d\u043e \u044f\u043a \u0447\u0430\u0441\u0442\u0438\u043d\u0438 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f, \u043d\u0435 \u0437\u0431\u0435\u0440\u0435\u0436\u0443\u0442\u044c\u0441\u044f.", - "Chapter Asset": "\u0415\u043b\u0435\u043c\u0435\u043d\u0442\u0438 \u0440\u043e\u0437\u0434\u0456\u043b\u0443", - "Chapter name and asset_path are both required": "\u041d\u0430\u0437\u0432\u0430 \u0440\u043e\u0437\u0434\u0456\u043b\u0443 \u0442\u0430 asset_path \u043e\u0431\u0438\u0434\u0432\u0430 \u043d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u0456\u00a0", - "Chapter name is required": "\u041d\u0430\u0437\u0432\u0430 \u0440\u043e\u0437\u0434\u0456\u043b\u0443 \u043e\u0431\u043e\u0432'\u044f\u0437\u043a\u043e\u0432\u0430", - "Check Your Email": "\u041f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u0432\u0430\u0448\u0443 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u0443 \u043f\u043e\u0448\u0442\u043e\u0432\u0443 \u0441\u043a\u0440\u0438\u043d\u044c\u043a\u0443", - "Check the highlighted fields below and try again.": "\u041f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u043f\u0456\u0434\u043a\u0440\u0435\u0441\u043b\u0435\u043d\u0456 \u043f\u043e\u043b\u044f \u0456 \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0437\u043d\u043e\u0432.", - "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "\u0412\u0456\u0434\u0437\u043d\u0430\u0447\u0442\u0435 \u0442\u0443\u0442, \u0449\u043e\u0431 \u0449\u043e\u0434\u043d\u044f \u043e\u0442\u0440\u0438\u043c\u0443\u0432\u0430\u0442\u0438 \u043e\u0433\u043b\u044f\u0434 \u043d\u043e\u0432\u0438\u0445 \u043d\u0435\u043f\u0440\u043e\u0447\u0438\u0442\u0430\u043d\u0438\u0445 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0456\u0432 \u0456 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0435\u0439 \u043d\u0430 \u0434\u043e\u043f\u0438\u0441\u0438, \u044f\u043a\u0456 \u0432\u0438 \u0432\u0456\u0434\u0441\u0442\u0435\u0436\u0443\u0454\u0442\u0435.", - "Check your email account for instructions to reset your password.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u044c\u0442\u0435 \u0412\u0430\u0448\u0443 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443 \u043f\u043e\u0448\u0442\u0443 \u0449\u043e \u0434\u043e \u0456\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0456\u0439 \u0437 \u0432\u0456\u0434\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u043f\u0430\u0440\u043e\u043b\u044e.", - "Checkout": "\u041f\u0435\u0440\u0435\u0432\u0456\u0440\u0438\u0442\u0438", - "Checkout with PayPal": "\u041e\u0444\u043e\u0440\u043c\u0438\u0442\u0438 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u0437\u0430 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u043e\u044e PayPal", - "Checkout with {processor}": "\u041e\u043f\u043b\u0430\u0442\u0438\u0442\u0438 \u0437\u0430 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u043e\u044e {processor}", - "Choose": "\u041e\u0431\u0440\u0430\u0442\u0438", - "Choose File": "\u041e\u0431\u0440\u0430\u0442\u0438 \u0444\u0430\u0439\u043b", - "Choose a .csv file": "\u041e\u0431\u0435\u0440\u0456\u0442\u044c .csv \u0444\u0430\u0439\u043b", - "Choose a Date": "\u041e\u0431\u0435\u0440\u0456\u0442\u044c \u0434\u0430\u0442\u0443", - "Choose a Time": "\u041e\u0431\u0435\u0440\u0456\u0442\u044c \u0447\u0430\u0441", - "Choose a location to move your component to": "\u041e\u0431\u0435\u0440\u0456\u0442\u044c \u043c\u0456\u0441\u0446\u0435 \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0456\u0432", - "Choose a time": "\u041e\u0431\u0435\u0440\u0456\u0442\u044c \u0447\u0430\u0441", - "Choose all": "\u041e\u0431\u0440\u0430\u0442\u0438 \u0432\u0441\u0456", - "Choose new file": "\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u043d\u043e\u0432\u0438\u0439 \u0444\u0430\u0439\u043b", - "Choose one": "\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u043e\u0434\u0438\u043d", - "Chosen %s": "\u041e\u0431\u0440\u0430\u043d\u043e %s", - "Circle": "\u041a\u043e\u043b\u043e", - "Clear formatting": "\u041f\u0440\u0438\u0431\u0440\u0430\u0442\u0438 \u0444\u043e\u0440\u043c\u0430\u0442\u0443\u0432\u0430\u043d\u043d\u044f", - "Click OK to have your e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c OK \u0449\u043e\u0431 \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u0438\u0442\u0438 \u0432\u0430\u0448\u0443 \u0430\u0434\u0440\u0435\u0441\u0443 email \u0441\u0442\u043e\u0440\u043e\u043d\u043d\u044c\u043e\u043c\u0443 \u0434\u043e\u0434\u0430\u043d\u043a\u0443.\n\n\u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u0412\u0456\u0434\u043c\u0456\u043d\u0430 \u0449\u043e\u0431 \u043f\u043e\u0432\u0435\u0440\u043d\u0443\u0442\u0438\u0441\u044c \u0434\u043e \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438 \u0431\u0435\u0437 \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u044f \u0432\u0430\u0448\u043e\u0457 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u0457.", - "Click OK to have your username and e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c OK \u0449\u043e\u0431 \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u0438\u0442\u0438 \u0432\u0430\u0448\u0435 \u0456\u043c\u2019\u044f \u0442\u0430 \u0430\u0434\u0440\u0435\u0441\u0443 email \u0441\u0442\u043e\u0440\u043e\u043d\u043d\u044c\u043e\u043c\u0443 \u0434\u043e\u0434\u0430\u043d\u043a\u0443.\n\n\u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u0412\u0456\u0434\u043c\u0456\u043d\u0430 \u0449\u043e\u0431 \u043f\u043e\u0432\u0435\u0440\u043d\u0443\u0442\u0438\u0441\u044c \u0434\u043e \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438 \u0431\u0435\u0437 \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u044f \u0432\u0430\u0448\u043e\u0457 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u0457.", - "Click OK to have your username sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c OK \u0449\u043e\u0431 \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u0438\u0442\u0438 \u0432\u0430\u0448\u0435 \u0456\u043c\u2019\u044f \u0441\u0442\u043e\u0440\u043e\u043d\u043d\u044c\u043e\u043c\u0443 \u0434\u043e\u0434\u0430\u043d\u043a\u0443.\n\n\u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u0412\u0456\u0434\u043c\u0456\u043d\u0430 \u0449\u043e\u0431 \u043f\u043e\u0432\u0435\u0440\u043d\u0443\u0442\u0438\u0441\u044c \u0434\u043e \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438 \u0431\u0435\u0437 \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u044f \u0432\u0430\u0448\u043e\u0457 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u0457.", - "Click on this button to mute or unmute this video or press UP or DOWN buttons to increase or decrease volume level.": "\u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u043d\u0430 \u0446\u044e \u043a\u043d\u043e\u043f\u043a\u0443, \u0449\u043e\u0431 \u0432\u0456\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u0438 \u0430\u0431\u043e \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0438 \u0437\u0432\u0443\u043a \u0446\u044c\u043e\u0433\u043e \u0432\u0456\u0434\u0435\u043e\u0437\u0430\u043f\u0438\u0441\u0443, \u0430\u0431\u043e \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0439\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0438 \u0412\u0413\u041e\u0420\u0423 \u0456 \u0412\u041d\u0418\u0417, \u0449\u043e\u0431 \u0440\u0435\u0433\u0443\u043b\u044e\u0432\u0430\u0442\u0438 \u0440\u0456\u0432\u0435\u043d\u044c \u0433\u0443\u0447\u043d\u043e\u0441\u0442\u0456.", - "Click to add a new %(xblock_type)s": "\u041a\u043b\u0430\u0446\u043d\u0456\u0442\u044c, \u0449\u043e\u0431 \u0434\u043e\u0434\u0430\u0442\u0438 \u043d\u043e\u0432\u0438\u0439 %(xblock_type)s", - "Click to change": "\u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u0434\u043b\u044f \u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u043d\u043d\u044f", - "Click to choose all %s at once.": "\u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u0449\u043e\u0431 \u043e\u0431\u0440\u0430\u0442\u0438 \u0432\u0441\u0456 %s \u0432\u0456\u0434\u0440\u0430\u0437\u0443.", - "Click to remove all chosen %s at once.": "\u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u0449\u043e\u0431 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0432\u0441\u0456 \u043e\u0431\u0440\u0430\u043d\u0456 %s \u0432\u0456\u0434\u0440\u0430\u0437\u0443.", - "Close": "\u0417\u0430\u043a\u0440\u0438\u0442\u0438", - "Close Calculator": "\u0417\u0430\u043a\u0440\u0438\u0442\u0438 \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440", - "Code": "\u041a\u043e\u0434", - "Code Sample (Ctrl+K)": "\u041f\u0440\u0438\u043a\u043b\u0430\u0434 \u043a\u043e\u0434\u0443 (Ctrl+K)", - "Code block": "\u0411\u043b\u043e\u043a \u043a\u043e\u0434\u0443", - "Cohort Assignment Method": "\u041c\u0435\u0442\u043e\u0434 \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f \u043a\u043e\u0433\u043e\u0440\u0442\u0438", - "Cohorts": "\u041a\u043e\u0433\u043e\u0440\u0442\u0438", - "Cohorts Disabled": "\u041a\u043e\u0433\u043e\u0440\u0442\u0438 \u0432\u0438\u043c\u043a\u043d\u0435\u043d\u0456", - "Cohorts Enabled": "\u041a\u043e\u0433\u043e\u0440\u0442\u0438 \u0443\u0432\u0456\u043c\u043a\u043d\u0435\u043d\u0456", - "Collapse All": "\u0417\u0433\u043e\u0440\u043d\u0443\u0442\u0438 \u0412\u0441\u0456", - "Collapse Instructions": "\u0421\u0445\u043e\u0432\u0430\u0442\u0438 \u0456\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0456\u0457", - "Collapse/Expand this %(xblock_type)s": "\u0417\u0433\u043e\u0440\u043d\u0443\u0442\u0438 / \u0420\u043e\u0437\u0433\u043e\u0440\u043d\u0443\u0442\u0438 \u0446\u0435\u0439 %(xblock_type)s", - "Color": "\u041a\u043e\u043b\u0456\u0440", - "Cols": "\u0421\u0442\u043e\u0432\u043f\u0446\u0456", - "Column": "\u0421\u0442\u043e\u0432\u043f\u0447\u0438\u043a", - "Column group": "\u0413\u0440\u0443\u043f\u0430 \u0441\u0442\u043e\u0432\u043f\u0446\u0456\u0432", - "Commentary": "\u041a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0456", - "Common Problem Types": "\u0422\u0438\u043f\u043e\u0432\u0456 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0438", - "Component": "\u041a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442", - "Component Location ID": "ID \u043c\u0456\u0441\u0446\u0435\u0437\u043d\u0430\u0445\u043e\u0434\u0436\u0435\u043d\u043d\u044f \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430", - "Components": "\u041a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0438", - "Configure": "\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u0442\u0438", - "Confirm": "\u041f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0438", - "Congratulations!": "\u0412\u0456\u0442\u0430\u0454\u043c\u043e!", - "Constrain proportions": "\u0412\u043b\u0430\u0441\u0442\u0438\u0432\u043e\u0441\u0442\u0456", - "Contact Us": "\u0417\u0432'\u044f\u0436\u0456\u0442\u044c\u0441\u044f \u0437 \u043d\u0430\u043c\u0438", - "Contains staff only content": "\u041c\u0456\u0441\u0442\u0438\u0442\u044c \u043a\u043e\u043d\u0442\u0435\u043d\u0442 \u0442\u0456\u043b\u044c\u043a\u0438 \u0434\u043b\u044f \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0443", - "Content Group Name": "\u041d\u0430\u0437\u0432\u0430 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u043d\u043e\u0457 \u0433\u0440\u0443\u043f\u0438", - "Copy": "\u041a\u043e\u043f\u0456\u044e\u0432\u0430\u0442\u0438", - "Copy Email To Editor": "\u0421\u043a\u043e\u043f\u0456\u044e\u0432\u0430\u0442\u0438 \u043b\u0438\u0441\u0442\u0430 \u0434\u043e \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0430", - "Copy row": "\u0421\u043a\u043e\u043f\u0456\u044e\u0432\u0430\u0442\u0438 \u0440\u044f\u0434\u043e\u043a", - "Correct failed component": "\u0412\u0438\u043f\u0440\u0430\u0432\u0438\u0442\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u043d\u0438\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442", - "Could not find Certificate Exception in white list. Please refresh the page and try again": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0437\u043d\u0430\u0439\u0442\u0438 \u0432\u0438\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044f \u0432 \u0441\u043f\u0438\u0441\u043a\u0443 \u0434\u043b\u044f \u043e\u0434\u0435\u0440\u0436\u0430\u043d\u043d\u044f \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0456\u0432. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", - "Could not find Certificate Invalidation in the list. Please refresh the page and try again": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0437\u043d\u0430\u0439\u0442\u0438 \u0430\u043d\u0443\u043b\u044c\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442 \u0432 \u0441\u043f\u0438\u0441\u043a\u0443. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", - "Could not find a user with username or email address '<%- identifier %>'.": "\u041d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0437\u043d\u0430\u0439\u0442\u0438 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0437 \u0456\u043c'\u044f\u043c \u0430\u0431\u043e \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u044e \u0430\u0434\u0440\u0435\u0441\u043e\u044e '<%- identifier %>'.", - "Could not find the specified string.": "\u041d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0437\u043d\u0430\u0439\u0442\u0438 \u0432\u043a\u0430\u0437\u0430\u043d\u0438\u0439 \u0440\u044f\u0434\u043e\u043a.", - "Could not find users associated with the following identifiers:": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0437\u043d\u0430\u0439\u0442\u0438 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456\u0432, \u043e\u0431'\u0454\u0434\u043d\u0430\u043d\u0438\u0445 \u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0438\u043c\u0438 \u043e\u0437\u043d\u0430\u043a\u0430\u043c\u0438:", - "Could not grade your answer. The submission was aborted.": "\u0412\u0430\u0448\u0443 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u043d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u043e\u0446\u0456\u043d\u0438\u0442\u0438. \u0414\u043e\u0434\u0430\u0432\u0430\u043d\u043d\u044f \u0432\u0456\u0434\u043c\u0456\u043d\u0435\u043d\u043e. ", - "Could not override problem score for {user}.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u043f\u0435\u0440\u0435\u0432\u0438\u0437\u043d\u0430\u0447\u0438\u0442\u0438 \u043e\u0446\u0456\u043d\u043a\u0443 \u0437\u0430\u0434\u0430\u0447\u0456 \u0434\u043b\u044f {user}.", - "Could not retrieve download url.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u043e\u0442\u0440\u0438\u043c\u0430\u0442\u0438 URL \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f.", - "Could not retrieve payment information": "\u041d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u043f\u043e\u0432\u0435\u0440\u043d\u0443\u0442\u0438 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u044e \u043f\u0440\u043e \u043e\u043f\u043b\u0430\u0442\u0443", - "Could not retrieve upload url.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u043e\u0442\u0440\u0438\u043c\u0430\u0442\u0438 URL \u0432\u0438\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f.", - "Could not submit order": "\u041d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u0438\u0442\u0438 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f", - "Could not submit photos": "\u041d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0456\u0457", - "Could not upload the video image file": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0444\u0430\u0439\u043b \u0432\u0456\u0434\u0435\u043e\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f", - "Couldn't Save This Assignment": "\u041d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0437\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u0446\u0435 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f", - "Country": "\u041a\u0440\u0430\u0457\u043d\u0430", - "Country or Region of Residence": "\u041a\u0440\u0430\u0457\u043d\u0430 \u0430\u0431\u043e \u0440\u0435\u0433\u0456\u043e\u043d \u043f\u0440\u043e\u0436\u0438\u0432\u0430\u043d\u043d\u044f", - "Course Credit Requirements": "\u0412\u0438\u043c\u043e\u0433\u0438 \u041a\u0443\u0440\u0441\u0443 \u0434\u043e \u043a\u0440\u0435\u0434\u0438\u0442\u0443", - "Course Handouts": "\u0420\u043e\u0437\u0434\u0430\u0442\u043a\u043e\u0432\u0456 \u043c\u0430\u0442\u0435\u0440\u0456\u0430\u043b\u0438 \u043a\u0443\u0440\u0441\u0443", - "Course Index": "\u0406\u043d\u0434\u0435\u043a\u0441 \u043a\u0443\u0440\u0441\u0443", - "Course Name": "\u041d\u0430\u0437\u0432\u0430 \u043a\u0443\u0440\u0441\u0443", - "Course Number": "\u041d\u043e\u043c\u0435\u0440 \u041a\u0443\u0440\u0441\u0443", - "Course Number Override": "\u0417\u0430\u043c\u0456\u043d\u0438\u0442\u0438 \u043d\u043e\u043c\u0435\u0440 \u043a\u0443\u0440\u0441\u0443", - "Course Number:": "\u041d\u043e\u043c\u0435\u0440 \u041a\u0443\u0440\u0441\u0443:", - "Course Outline": "\u0421\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430 \u043a\u0443\u0440\u0441\u0443", - "Course Title": "\u041d\u0430\u0437\u0432\u0430 \u043a\u0443\u0440\u0441\u0443", - "Course Title Override": "\u0417\u0430\u043c\u0456\u043d\u0438\u0442\u0438 \u043d\u0430\u0437\u0432\u0443 \u043a\u0443\u0440\u0441\u0443", - "Course Video Settings": "\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0434\u043b\u044f \u0432\u0456\u0434\u0435\u043e \u043d\u0430 \u043a\u0443\u0440\u0441\u0456", - "Course is not yet visible to students.": "\u041a\u0443\u0440\u0441 \u0449\u0435 \u043d\u0435 \u0432\u0438\u0434\u0438\u043c\u0438\u0439 \u0434\u043b\u044f \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432.", - "Course pacing cannot be changed once a course has started.": "\u041f\u0435\u0440\u0456\u043e\u0434 \u0445\u043e\u0434\u0443 \u043a\u0443\u0440\u0441\u0443 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0437\u043c\u0456\u043d\u0435\u043d\u0438\u0439 \u043f\u0456\u0441\u043b\u044f \u043f\u043e\u0447\u0430\u0442\u043a\u0443 \u043a\u0443\u0440\u0441\u0443.", - "Course title": "\u041d\u0430\u0437\u0432\u0430 \u043a\u0443\u0440\u0441\u0443", - "Create": "\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438", - "Create Account": "\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0438\u0439 \u0437\u0430\u043f\u0438\u0441", - "Create Re-run": "\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u0443 \u043e\u043f\u0435\u0440\u0430\u0446\u0456\u044e", - "Create a New Team": "\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043d\u043e\u0432\u0443 \u043a\u043e\u043c\u0430\u043d\u0434\u0443", - "Create a content group": "\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u043d\u0443 \u0433\u0440\u0443\u043f\u0443 ", - "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "\u0421\u0442\u0432\u043e\u0440\u0456\u0442\u044c \u043d\u043e\u0432\u0443 \u043a\u043e\u043c\u0430\u043d\u0434\u0443, \u044f\u043a\u0449\u043e \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u043d\u0430\u0439\u0442\u0438 \u0432\u0436\u0435 \u0456\u0441\u043d\u0443\u044e\u0447\u0443 \u043a\u043e\u043c\u0430\u043d\u0434\u0443, \u0449\u043e\u0431 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f, \u0430\u0431\u043e \u044f\u043a\u0449\u043e \u0412\u0438 \u0445\u043e\u0447\u0435\u0442\u0435 \u043d\u0430\u0432\u0447\u0430\u0442\u0438\u0441\u044f \u0440\u0430\u0437\u043e\u043c \u0437\u0456 \u0441\u0432\u043e\u0457\u043c\u0438 \u0434\u0440\u0443\u0437\u044f\u043c\u0438.", - "Create an Account.": "\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0438\u0439 \u0437\u0430\u043f\u0438\u0441", - "Creating missing groups": "\u0421\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u044f \u0432\u0456\u0434\u0441\u0443\u0442\u043d\u0456\u0445 \u0433\u0440\u0443\u043f", - "Creative Commons": "Creative Commons", - "Criterion Added": "\u041a\u0440\u0438\u0442\u0435\u0440\u0456\u0439 \u0434\u043e\u0434\u0430\u043d\u043e", - "Criterion Deleted": "\u041a\u0440\u0438\u0442\u0435\u0440\u0456\u0439 \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043e", - "Current conversation": "\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0440\u043e\u0437\u043c\u043e\u0432\u0430", - "Current tab": "\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0432\u043a\u043b\u0430\u0434\u043a\u0430", - "Custom color": "\u0414\u043e\u0432\u0456\u043b\u044c\u043d\u0438\u0439 \u043a\u043e\u043b\u0456\u0440", - "Custom...": "\u041e\u0431\u0440\u0430\u0442\u0438...", - "Cut": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438", - "Cut row": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0440\u044f\u0434\u043e\u043a", - "Date Added": "\u0414\u0430\u0442\u0430 \u0434\u043e\u0434\u0430\u0432\u0430\u043d\u043d\u044f", - "Date added": "\u0414\u0430\u0442\u0430 \u0434\u043e\u0434\u0430\u0432\u0430\u043d\u043d\u044f", - "December": "\u0433\u0440\u0443\u0434\u043d\u044f", - "Decrease indent": "\u0417\u043c\u0435\u043d\u0448\u0438\u0442\u0438 \u0432\u0456\u0434\u0441\u0442\u0443\u043f", - "Default": "\u041e\u0441\u043d\u043e\u0432\u043d\u0438\u0439", - "Default (Local Time Zone)": "\u0417\u0430 \u0437\u0430\u043c\u043e\u0432\u0447\u0430\u043d\u043d\u044f\u043c (\u043c\u0456\u0441\u0446\u0435\u0432\u0438\u0439 \u0447\u0430\u0441\u043e\u0432\u0438\u0439 \u043f\u043e\u044f\u0441)", - "Delete": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438", - "Delete \"<%= signatoryName %>\" from the list of signatories?": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \"<%= signatoryName %>\" \u0437\u0456 \u0441\u043f\u0438\u0441\u043a\u0443 \u043f\u043e\u043b\u0456\u0432?", - "Delete File Confirmation": "\u041f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0435\u043d\u043d\u044f \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u044f \u0444\u0430\u0439\u043b\u0443. ", - "Delete My Account": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u043c\u0456\u0439 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0438\u0439 \u0437\u0430\u043f\u0438\u0441", - "Delete Page Confirmation": "\u041f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0435\u043d\u043d\u044f \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u044f \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438", - "Delete column": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0441\u0442\u043e\u0432\u043f\u0447\u0438\u043a", - "Delete row": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0440\u044f\u0434\u043e\u043a", - "Delete student '<%- student_id %>'s state on problem '<%- problem_id %>'?": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0441\u0442\u0430\u043d \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 '<%- student_id %>' \u0434\u043b\u044f \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0438 '<%- problem_id %>'?", - "Delete table": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0442\u0430\u0431\u043b\u0438\u0446\u044e", - "Delete this %(item_display_name)s?": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 %(item_display_name)s?", - "Delete this team?": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0446\u044e \u043a\u043e\u043c\u0430\u043d\u0434\u0443?", - "Delete this {xblock_type} (and prerequisite)?": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0446\u0435 {xblock_type} (\u0406 \u043f\u0435\u0440\u0435\u0434\u0443\u043c\u043e\u0432\u0443)?", - "Delete this {xblock_type}?": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 {xblock_type}?", - "Deleting": "\u0412\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u044f", - "Deleting a team is permanent and cannot be undone. All members are removed from the team, and team discussions can no longer be accessed.": "\u041a\u043e\u043c\u0430\u043d\u0434\u0430 \u0431\u0443\u0434\u0435 \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u0430 \u0431\u0435\u0437\u043f\u043e\u0432\u043e\u0440\u043e\u0442\u043d\u043e, \u0446\u044e \u0434\u0456\u044e \u043d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0431\u0443\u0434\u0435 \u0441\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438. \u0417 \u043a\u043e\u043c\u0430\u043d\u0434\u0438 \u0431\u0443\u0434\u0443\u0442\u044c \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u0456 \u0432\u0441\u0456 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0438, \u0432\u043e\u043d\u0438 \u0432\u0442\u0440\u0430\u0442\u044f\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u043e\u0431\u0433\u043e\u0432\u043e\u0440\u0435\u043d\u044c \u043a\u043e\u043c\u0430\u043d\u0434\u0438.", - "Deleting a textbook cannot be undone and once deleted any reference to it in your courseware's navigation will also be removed.": "\u0412\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u044f \u043f\u0456\u0434\u0440\u0443\u0447\u043d\u0438\u043a\u0430 \u0454 \u043d\u0435\u0437\u0432\u043e\u0440\u043e\u0442\u043d\u0456\u043c \u0456 \u043f\u0440\u0438\u0437\u0432\u0435\u0434\u0435 \u0434\u043e \u0442\u043e\u0433\u043e, \u0449\u043e \u0432\u0441\u0456 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043d\u0430 \u043d\u044c\u043e\u0433\u043e \u0432 \u043d\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457 \u043f\u043e \u0432\u0430\u0448\u043e\u043c\u0443 \u043a\u0443\u0440\u0441\u0443 \u0442\u0430\u043a\u043e\u0436 \u0431\u0443\u0434\u0443\u0442\u044c \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u0456. ", - "Deleting this %(item_display_name)s is permanent and cannot be undone.": "\u0412\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u044f %(item_display_name)s \u0454 \u0431\u0435\u0437\u043f\u043e\u0432\u043e\u0440\u043e\u0442\u043d\u0456\u043c \u0456 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0441\u043a\u0430\u0441\u043e\u0432\u0430\u043d\u0435.", - "Deleting this {xblock_type} is permanent and cannot be undone.": "\u0412\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u044f \u0446\u044c\u043e\u0433\u043e {xblock_type} \u0454 \u0431\u0435\u0437\u043f\u043e\u0432\u043e\u0440\u043e\u0442\u043d\u0456\u043c \u0456 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0441\u043a\u0430\u0441\u043e\u0432\u0430\u043d\u0435. ", - "Describe ": "\u041e\u043f\u0438\u0448\u0456\u0442\u044c", - "Description": "\u041e\u043f\u0438\u0441", - "Details": "\u0414\u0435\u0442\u0430\u043b\u0456", - "Dimensions": "\u0420\u043e\u0437\u043c\u0456\u0440\u043d\u0456\u0441\u0442\u044c", - "Disc": "\u0414\u0438\u0441\u043a", - "Discard Changes": "\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 \u0437\u043c\u0456\u043d\u0438", - "Discarding Changes": "\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u043d\u043d\u044f \u0437\u043c\u0456\u043d", - "Discussion Home": " \u041e\u0431\u0433\u043e\u0432\u043e\u0440\u0435\u043d\u044f \u0413\u043e\u043b\u043e\u0432\u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430", - "Discussion topics in the course are not divided.": "\u0422\u0435\u043c\u0438 \u0434\u043b\u044f \u043e\u0431\u0433\u043e\u0432\u043e\u0440\u0435\u043d\u043d\u044f \u043a\u0443\u0440\u0441\u0443 \u043d\u0435 \u043f\u043e\u0434\u0456\u043b\u0435\u043d\u043e", - "Discussions are unified; all learners interact with posts from other learners, regardless of the group they are in.": "\u041e\u0431\u0433\u043e\u0432\u043e\u0440\u0435\u043d\u043d\u044f \u043e\u0431'\u0454\u0434\u043d\u0430\u043d\u043e;\u0432\u0441\u0456 \u0441\u043b\u0443\u0445\u0430\u0447\u0456 \u043c\u043e\u0436\u0443\u0442\u044c \u0447\u0438\u0442\u0430\u0442\u0438 \u0434\u043e\u043f\u0438\u0441\u0438 \u0432\u0441\u0456\u0445 \u0456\u043d\u0448\u0438\u0445 \u0443\u0447\u043d\u0456\u0432 \u0431\u0435\u0437\u0432\u0456\u0434\u043d\u043e\u0441\u043d\u043e \u0434\u043e \u0433\u0440\u0443\u043f\u0438. ", - "Div": "DIV", - "Do not show again": "\u041d\u0435 \u043f\u043e\u043a\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0437\u043d\u043e\u0432\u0443", - "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "\u0412\u0438 \u0445\u043e\u0447\u0435\u0442\u0435 \u0434\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438 \u0446\u044c\u043e\u043c\u0443 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0443 ('{student_id}') \u043f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u0438 \u0432\u0441\u0442\u0443\u043f\u043d\u0438\u0439 \u0456\u0441\u043f\u0438\u0442?", - "Do you want to upload your file before submitting?": "\u0412\u0438 \u0445\u043e\u0447\u0435\u0442\u0435 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0432\u0430\u0448 \u0444\u0430\u0439\u043b \u043f\u0435\u0440\u0435\u0434 \u043f\u043e\u0434\u0430\u043d\u043d\u044f\u043c \u043d\u0430 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u0443?", - "Document properties": "\u0412\u043b\u0430\u0441\u0442\u0438\u0432\u043e\u0441\u0442\u0456 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430", - "Double-check that your webcam is connected and working to continue.": "\u0410\u0431\u0438 \u043f\u0440\u043e\u0434\u043e\u0432\u0436\u0438\u0442\u0438 \u0434\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u043e \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435, \u0449\u043e \u0432\u0430\u0448\u0430 \u0432\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u0430 \u043f\u0456\u0434'\u0454\u0434\u043d\u0430\u043d\u0430 \u0442\u0430 \u043f\u0440\u0430\u0446\u044e\u0454.", - "Draft (Never published)": "\u0427\u0435\u0440\u043d\u0435\u0442\u043a\u0430 (\u0449\u0435 \u043d\u0435 \u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u0430)", - "Drag and drop or {spanStart}browse your computer{spanEnd}.": "\u041f\u0435\u0440\u0435\u0442\u044f\u0433\u043d\u0443\u0442\u0438 \u0456 \u043a\u0438\u043d\u0443\u0442\u0438 \u0430\u0431\u043e {spanStart} \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0432\u0430\u0448\u043e\u0433\u043e \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0430{spanEnd}.", - "Drag to reorder": "\u041f\u0435\u0440\u0435\u0442\u044f\u0433\u043d\u0456\u0442\u044c, \u0449\u043e\u0431 \u0437\u043c\u0456\u043d\u0438\u0442\u0438 \u043f\u043e\u0440\u044f\u0434\u043e\u043a ", - "Drop target image": "\u0417\u0430\u043b\u0438\u0448\u0438\u0442\u0438 \u0437\u0430\u0434\u0430\u043d\u0435 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f", - "Due Date": "\u041a\u0456\u043d\u0446\u0435\u0432\u0430 \u0434\u0430\u0442\u0430", - "Due Date:": "\u041a\u0456\u043d\u0446\u0435\u0432\u0430 \u0434\u0430\u0442\u0430:", - "Due date cannot be before start date.": "\u0422\u0435\u0440\u043c\u0456\u043d \u0437\u0434\u0430\u0447\u0456 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0440\u0430\u043d\u0456\u0448\u0435 \u043d\u0456\u0436 \u0434\u0430\u0442\u0430 \u043f\u043e\u0447\u0430\u0442\u043a\u0443.", - "Duplicate": "\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043a\u043e\u043f\u0456\u044e", - "Duplicating": "\u0414\u0443\u043f\u043b\u0456\u043a\u0430\u0446\u0456\u044f", - "Duration (sec)": "\u0422\u0440\u0438\u0432\u0430\u043b\u0456\u0441\u0442\u044c (\u0441\u0435\u043a)", - "Earned Certificates": "\u041e\u0442\u0440\u0438\u043c\u0430\u043d\u0456 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0438", - "Edit": "\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438", - "Edit HTML": "\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 HTML", - "Edit Team": "\u0412\u043d\u0435\u0441\u0442\u0438 \u0437\u043c\u0456\u043d\u0438 \u0432 \u043a\u043e\u043c\u0430\u043d\u0434\u0443", - "Edit Thumbnail": "\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u041c\u0456\u043d\u0456\u0430\u0442\u044e\u0440\u0443", - "Edit this certificate?": "\u0412\u0456\u0434\u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u0446\u0435\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442?", - "Editable": "\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u043d\u043d\u044f \u043c\u043e\u0436\u043b\u0438\u0432\u0435", - "Editing access for: %(title)s": "\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u043d\u043d\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u0443 \u0434\u043b\u044f: %(title)s", - "Editor": "\u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440", - "Education Completed": "\u041d\u0430\u0432\u0447\u0430\u043d\u043d\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e", - "Email": "\u0415\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430 \u043f\u043e\u0448\u0442\u0430", - "Email Address (Sign In)": "\u0415\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430 \u0430\u0434\u0440\u0435\u0441\u0430 (\u0423\u0432\u0456\u0439\u0442\u0438)", - "Emails successfully sent. The following users are no longer enrolled in the course:": "\u041b\u0438\u0441\u0442\u0438 \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u043d\u0430\u0434\u0456\u0441\u043b\u0430\u043d\u043e. \u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0456 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456 \u0431\u0456\u043b\u044c\u0448\u0435 \u043d\u0435 \u0437\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u043e\u0432\u0430\u043d\u0456 \u043d\u0430 \u0446\u0435\u0439 \u043a\u0443\u0440\u0441:", - "Embed": "\u0412\u0431\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u0439", - "Emoticons": "\u0421\u043c\u0430\u0439\u043b\u0438\u043a\u0438", - "Enable": "\u0414\u043e\u0437\u0432\u043e\u043b\u044f\u0442\u0438", - "Enable Cohorts": "\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u043a\u043e\u0433\u043e\u0440\u0442\u0438", - "Enable Weekly Highlight Emails": "\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u0429\u043e\u0442\u0438\u0436\u043d\u0435\u0432\u0456 \u041e\u0441\u043d\u043e\u0432\u043d\u0456 \u041f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f ", - "Encoding": "\u041a\u043e\u0434\u0443\u0432\u0430\u043d\u043d\u044f", - "End of transcript. Skip to the start.": "\u041a\u0456\u043d\u0435\u0446\u044c \u0442\u0435\u043a\u0441\u0442\u0443. \u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043d\u0430 \u043f\u043e\u0447\u0430\u0442\u043e\u043a. ", - "Ends {end}": "\u0417\u0430\u043a\u0456\u043d\u0447\u0443\u0454\u0442\u044c\u0441\u044f {end}", - "Engage with posts": "\u041e\u0446\u0456\u043d\u044e\u0439\u0442\u0435 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f", - "Enrolled": "\u0417\u0430\u0440\u0430\u0445\u0443\u0432\u0430\u043d\u043d\u044f ", - "Enrolling you in the selected course": "\u0419\u0434\u0435 \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u044f \u043d\u0430 \u043e\u0431\u0440\u0430\u043d\u0438\u0439 \u0412\u0430\u043c\u0438 \u043a\u0443\u0440\u0441", - "Enrollment Tracks": "\u0417\u0430\u0432\u0434\u0430\u043d\u043d\u044f \u0434\u043b\u044f \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u0457 \u043d\u0430 \u043a\u0443\u0440\u0441", - "Enter Due Date and Time": "\u0412\u0432\u0435\u0434\u0456\u0442\u044c \u0434\u0430\u0442\u0443 \u0442\u0430 \u0447\u0430\u0441 \u0441\u043a\u043b\u0430\u0434\u0430\u043d\u043d\u044f", - "Enter Start Date and Time": "\u0412\u0432\u0435\u0441\u0442\u0438 \u043f\u043e\u0447\u0430\u0442\u043a\u043e\u0432\u0443 \u0434\u0430\u0442\u0443 \u0442\u0430 \u0447\u0430\u0441", - "Enter a student's username or email address.": "\u0417\u0430\u0437\u043d\u0430\u0447\u0442\u0435 \u0456\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0430\u0431\u043e \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443 \u043f\u043e\u0448\u0442\u0443 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430.", - "Enter a username or email.": "\u0417\u0430\u0437\u043d\u0430\u0447\u0438\u0442\u0438 \u0456\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0430\u0431\u043e \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443 \u043f\u043e\u0448\u0442\u0443.", - "Enter some details for your support request.": "\u0412\u0432\u0435\u0434\u0456\u0442\u044c \u0434\u0435\u044f\u043a\u0456 \u0434\u0435\u0442\u0430\u043b\u0456 \u0434\u043b\u044f \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u043a\u0438 \u0432\u0430\u0448\u043e\u0433\u043e \u0437\u0430\u043f\u0438\u0442\u0443.", - "Enter team description.": "\u0412\u0432\u0435\u0434\u0456\u0442\u044c \u043e\u043f\u0438\u0441 \u043a\u043e\u043c\u0430\u043d\u0434\u0438.", - "Enter team name.": "\u0412\u0432\u0435\u0434\u0456\u0442\u044c \u0456\u043c'\u044f \u043a\u043e\u043c\u0430\u043d\u0434\u0438.", - "Enter the enrollment code.": "\u0412\u0432\u0435\u0434\u0456\u0442\u044c \u043a\u043e\u0434 \u0437\u0430\u0440\u0430\u0445\u0443\u0432\u0430\u043d\u043d\u044f.", - "Enter the name of the cohort": "\u0412\u0432\u0435\u0434\u0456\u0442\u044c \u043d\u0430\u0437\u0432\u0443 \u043a\u043e\u0433\u043e\u0440\u0442\u0438", - "Enter the username or email address of each learner that you want to add as an exception.": "\u0412\u0432\u0435\u0434\u0456\u0442\u044c \u0456\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0430\u0431\u043e \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443 \u043f\u043e\u0448\u0442\u0443 \u043a\u043e\u0436\u043d\u043e\u0433\u043e \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430, \u044f\u043a\u043e\u0433\u043e \u0432\u0438 \u0445\u043e\u0447\u0435\u0442\u0435 \u0434\u043e\u0434\u0430\u0442\u0438 \u044f\u043a \u0432\u0438\u043d\u044f\u0442\u043e\u043a.", - "Enter username or email": "\u0417\u0430\u0437\u043d\u0430\u0447\u0438\u0442\u0438 \u0456\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0430\u0431\u043e \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443 \u043f\u043e\u0448\u0442\u0443", - "Enter your ": "\u0412\u0432\u0435\u0434\u0456\u0442\u044c \u0412\u0430\u0448\u0435", - "Entrance exam attempts is being reset for student '{student_id}'.": "\u0421\u043f\u0440\u043e\u0431\u0438 \u0437\u0434\u0430\u0442\u0438 \u0432\u0441\u0442\u0443\u043f\u043d\u0438\u0439 \u0456\u0441\u043f\u0438\u0442 \u0441\u043a\u0438\u0434\u0430\u044e\u0442\u044c\u0441\u044f \u0434\u043b\u044f \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 '{student_id}'.", - "Entrance exam state is being deleted for student '{student_id}'.": "\u0421\u0442\u0430\u043d \u0432\u0441\u0442\u0443\u043f\u043d\u043e\u0433\u043e \u0456\u0441\u043f\u0438\u0442\u0443 \u0432\u0438\u0434\u0430\u043b\u044f\u0454\u0442\u044c\u0441\u044f \u0434\u043b\u044f \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 '{student_id}'.", - "Error": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430", - "Error adding learners.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0434\u043e\u0434\u0430\u0432\u0430\u043d\u043d\u044f \u0441\u043b\u0443\u0445\u0430\u0447\u0456\u0432", - "Error adding user": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0434\u043e\u0434\u0430\u0432\u0430\u043d\u043d\u0456 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430", - "Error adding/removing users as beta testers.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0434\u043e\u0434\u0430\u0432\u0430\u043d\u043d\u044f/\u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456\u0432 \u044f\u043a \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0435\u0440\u0456\u0432", - "Error changing user's permissions.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0443 \u0437\u043c\u0456\u043d\u0456 \u043f\u043e\u0432\u043d\u043e\u0432\u0430\u0436\u0435\u043d\u044c \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.", - "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u0456 \u0432\u0441\u0442\u0443\u043f\u043d\u043e\u0433\u043e \u0456\u0441\u043f\u0438\u0442\u0443 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 '{student_id}'. \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0446\u0456\u0439\u043d\u0456 \u0434\u0430\u043d\u0456 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0456.", - "Error deleting student '<%- student_id %>'s state on problem '<%- problem_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u0456 \u0441\u0442\u0430\u043d\u0443 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f '<%- problem_id %>' \u0434\u043b\u044f \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430'<%- student_id %>' \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0438 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f \u0442\u0430 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 \u0432\u043a\u0430\u0437\u0430\u043d\u0456 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u0456 \u043f\u043e\u0432\u043d\u0456\u0441\u0442\u044e. ", - "Error enrolling/unenrolling users.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u0457/\u0441\u043a\u0430\u0441\u0443\u0432\u0430\u043d\u043d\u0456 \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u0457 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456\u0432. ", - "Error generating ORA data report. Please try again.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u0456 \u0434\u0435\u0442\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043e\u0446\u0456\u043d\u043d\u043e\u0433\u043e \u043b\u0438\u0441\u0442\u0430 ORA. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437. ", - "Error generating grades. Please try again.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u0433\u0435\u043d\u0435\u0440\u0443\u0432\u0430\u043d\u043d\u044f \u043e\u0446\u0456\u043d\u043e\u043a. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437.", - "Error generating list of students who may enroll. Please try again.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0433\u0435\u043d\u0435\u0440\u0443\u0432\u0430\u043d\u043d\u0456 \u0441\u043f\u0438\u0441\u043a\u0430 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432, \u044f\u043a\u0456 \u0437\u0430\u043f\u0438\u0441\u0430\u043b\u0438\u0441\u044c. \u0421\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u0456\u0437\u043d\u0456\u0448\u0435.", - "Error generating problem grade report. Please try again.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u0456 \u0434\u0435\u0442\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043e\u0446\u0456\u043d\u043d\u043e\u0433\u043e \u043b\u0438\u0441\u0442\u0430. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437. ", - "Error generating proctored exam results. Please try again.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u0433\u0435\u043d\u0435\u0440\u0430\u0446\u0456\u0457 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u044c\u0432\u0430\u043d\u043e\u0433\u043e \u0456\u0441\u043f\u0438\u0442\u0443. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437.", - "Error generating student profile information. Please try again.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0433\u0435\u043d\u0435\u0440\u0443\u0432\u0430\u043d\u043d\u0456 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u0457 \u0437 \u0437\u0430\u043f\u0438\u0441\u0443 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430. \u0421\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u0456\u0437\u043d\u0456\u0448\u0435.", - "Error generating survey results. Please try again.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u044f \u0437\u0432\u0456\u0442\u0443 \u043f\u0440\u043e \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043e\u043f\u0438\u0442\u0443\u0432\u0430\u043d\u043d\u044f. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437.", - "Error getting enrollment status for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0441\u0442\u0430\u0442\u0443\u0441\u0443 \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u0457 \u0434\u043b\u044f '<%- student_id %>'. \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e ID \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 \u043d\u0430\u043f\u0438\u0441\u0430\u043d\u0438\u0439 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e.", - "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u0456 \u0456\u0441\u0442\u043e\u0440\u0456\u0457 \u0437\u0430\u0432\u0434\u0430\u043d\u044c \u0432\u0441\u0442\u0443\u043f\u043d\u043e\u0433\u043e \u0456\u0441\u043f\u0438\u0442\u0443 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 '{student_id}'. \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0446\u0456\u0439\u043d\u0456 \u0434\u0430\u043d\u0456 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0456.", - "Error getting issued certificates list.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0441\u043f\u0438\u0441\u043a\u0443 \u0432\u0438\u043f\u0443\u0449\u0435\u043d\u0438\u0445 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0456\u0432.", - "Error getting student list.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0441\u043f\u0438\u0441\u043a\u0443 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432.", - "Error getting student progress url for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "\u0421\u0442\u0430\u043b\u0430\u0441\u044c \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0430\u0434\u0440\u0435\u0441\u0438 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438 \u0456\u0437 \u043f\u0440\u043e\u0433\u0440\u0435\u0441\u043e\u043c \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 '<%- student_id %>'. \u041f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0456\u0441\u0442\u044c \u043d\u0430\u043f\u0438\u0441\u0430\u043d\u043d\u044f \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0443 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430.", - "Error getting task history for problem '<%- problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0456\u0441\u0442\u043e\u0440\u0456\u0457 \u0437\u0430\u0434\u0430\u0447, \u043f\u043e\u0432'\u044f\u0437\u0430\u043d\u0438\u0445 \u0456\u0437 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f\u043c '<%- problem_id %>' \u0434\u043b\u044f \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 '<%- student_id %>. \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0438 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f \u0442\u0430 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 \u0432\u043a\u0430\u0437\u0430\u043d\u0456 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u0456 \u043f\u043e\u0432\u043d\u0456\u0441\u0442\u044e. ", - "Error getting the number of ungraded responses": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u043a\u0456\u043b\u044c\u043a\u043e\u0441\u0442\u0456 \u043d\u0435 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0435\u043d\u0438\u0445 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0435\u0439.", - "Error importing course": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0456\u043c\u043f\u043e\u0440\u0442\u0456 \u043a\u0443\u0440\u0441\u0443", - "Error listing task history for this student and problem.": "\u0421\u0442\u0430\u043b\u0430\u0441\u044c \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0456\u0441\u0442\u043e\u0440\u0456\u0457 \u0437\u0430\u0434\u0430\u0447 \u0434\u043b\u044f \u0446\u044c\u043e\u0433\u043e \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 \u0442\u0430 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f.", - "Error removing user": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u0456 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430", - "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0441\u043a\u0438\u0434\u0430\u043d\u043d\u044f \u0441\u043f\u0440\u043e\u0431 \u0432\u0438\u043a\u043e\u043d\u0430\u043d\u043d\u044f \u0432\u0441\u0442\u0443\u043f\u043d\u043e\u0433\u043e \u0442\u0435\u0441\u0442\u0443 \u0434\u043b\u044f \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 '{student_id}'. \u041f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u0432\u0456\u0440\u043d\u0456\u0441\u0442\u044c \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0430 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430.", - "Error resetting problem attempts for problem '<%= problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0441\u043a\u0438\u0434\u0430\u043d\u043d\u044f\u0445 \u0441\u043f\u0440\u043e\u0431 \u0434\u043b\u044f \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f '<%= problem_id %>' \u0442\u0430 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 '<%- student_id %>'. \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f \u0442\u0430 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0438 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432 \u0454 \u043f\u043e\u0432\u043d\u0438\u043c\u0438 \u0442\u0430 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0438\u043c\u0438.", - "Error retrieving grading configuration.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u043a\u043e\u043d\u0444\u0456\u0433\u0443\u0440\u0430\u0446\u0456\u0457 \u043e\u0446\u0456\u043d\u044e\u0432\u0430\u043d\u043d\u044f.", - "Error sending email.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u044f \u043f\u043e\u0448\u0442\u0438.", - "Error starting a task to override score for problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the score and the problem and student identifiers are complete and correct.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0437\u0430\u043f\u0443\u0441\u043a\u0443 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u0432\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f \u043e\u0446\u0456\u043d\u043a\u0438 \u0434\u043b\u044f \u0437\u0430\u0434\u0430\u0447\u0456 '<%- problem_id %>' \u0434\u043b\u044f \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 '<%- student_id %>'. \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e \u043e\u0446\u0456\u043d\u043a\u0430 \u0442\u0430 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0438 \u0437\u0430\u0434\u0430\u0447\u0456 \u0442\u0430 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 \u0454 \u043f\u043e\u0432\u043d\u0438\u043c\u0438 \u0442\u0430 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0438\u043c\u0438.", - "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0437\u0430\u043f\u0443\u0441\u043a\u0443 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e\u0457 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u0438 \u0432\u0441\u0442\u0443\u043f\u043d\u043e\u0433\u043e \u0432\u0438\u043f\u0440\u043e\u0431\u0443\u0432\u0430\u043d\u043d\u044f \u0434\u043b\u044f \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 \"{student_id}\". \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e \u0432\u0441\u0442\u0443\u043f\u043d\u0435 \u0432\u0438\u043f\u0440\u043e\u0431\u0443\u0432\u0430\u043d\u043d\u044f \u043c\u0456\u0441\u0442\u0438\u0442\u044c \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f \u0456 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 \u0432\u0456\u0440\u043d\u0438\u0439.", - "Error starting a task to rescore problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the problem and student identifiers are complete and correct.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u044f \u0437\u0430\u0434\u0430\u0447\u0456 \u043f\u043e \u043a\u043e\u0440\u0435\u0433\u0443\u0432\u0430\u043d\u043d\u044e \u043e\u0446\u0456\u043d\u043e\u043a \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 '<%- student_id %>' \u0437\u0430 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f '<%- problem_id %>'. \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0438 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f \u0442\u0430 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 \u0432\u043a\u0430\u0437\u0430\u043d\u0456 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u0456 \u043f\u043e\u0432\u043d\u0456\u0441\u0442\u044e. ", - "Error starting a task to rescore problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u044f \u0437\u0430\u0434\u0430\u0447\u0456 \u043f\u043e \u043a\u043e\u0440\u0435\u0433\u0443\u0432\u0430\u043d\u043d\u044e \u043e\u0446\u0456\u043d\u043a\u0438 \u0437\u0430 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f '<%- problem_id %>'. \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0438 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f \u0442\u0430 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 \u0432\u043a\u0430\u0437\u0430\u043d\u0456 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u0456 \u043f\u043e\u0432\u043d\u0456\u0441\u0442\u044e. ", - "Error starting a task to reset attempts for all students on problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0437\u0430\u043f\u0443\u0441\u043a\u0443 \u0437\u0430\u0434\u0430\u0447\u0456 \u0434\u043b\u044f \u0441\u043a\u0438\u0434\u0430\u043d\u043d\u044f \u0441\u043f\u0440\u043e\u0431 \u0443\u0441\u0456\u0445 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432 \u043d\u0430 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u0456 '<%- problem_id %>'. \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f \u0454 \u043f\u043e\u0432\u043d\u0438\u043c \u0456 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0438\u043c.", - "Error while generating certificates. Please try again.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u0433\u0435\u043d\u0435\u0440\u0430\u0446\u0456\u0457 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0456\u0432. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437.", - "Error while regenerating certificates. Please try again.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e\u043c\u0443 \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u0456 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0456\u0432. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437.", - "Error: ": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430:", - "Error: Choosing failed.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430: \u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044c \u0432\u0438\u0431\u0440\u0430\u0442\u0438.", - "Error: Connection with server failed.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430: \u041d\u0435\u0432\u0434\u0430\u043b\u0435 \u0437\u2019\u0454\u0434\u043d\u0430\u043d\u043d\u044f \u0437 \u0441\u0435\u0440\u0432\u0435\u0440\u043e\u043c.", - "Error: Import failed.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430: \u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044c \u0456\u043c\u043f\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438.", - "Error: Replacing failed.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430: \u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u043c\u0456\u043d\u0438\u0442\u0438.", - "Error: Uploading failed.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430: \u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438.", - "Error: User '<%- username %>' has not yet activated their account. Users must create and activate their accounts before they can be assigned a role.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430: \u041a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447 '<%- username %>' \u0449\u0435 \u043d\u0435 \u0430\u043a\u0442\u0438\u0432\u0443\u0432\u0430\u0432 \u0441\u0432\u0456\u0439 \u0430\u043a\u0430\u0443\u043d\u0442. \u041a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456 \u043f\u043e\u0432\u0438\u043d\u043d\u0456 \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0442\u0430 \u0430\u043a\u0442\u0438\u0432\u0443\u0432\u0430\u0442\u0438 \u0441\u0432\u043e\u0457 \u0430\u043a\u0430\u0443\u043d\u0442\u0438 \u0434\u043e \u0442\u043e\u0433\u043e \u044f\u043a \u0457\u043c \u0431\u0443\u0434\u0435 \u043f\u0440\u0438\u0441\u0432\u043e\u0454\u043d\u043e \u0440\u043e\u043b\u044c. ", - "Error: You cannot remove yourself from the Instructor group!": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430: \u0412\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0441\u0435\u0431\u0435 \u0437 \u0456\u043d\u0441\u0442\u0440\u0443\u043a\u0442\u043e\u0440\u0441\u044c\u043a\u043e\u0457 \u0433\u0440\u0443\u043f\u0438. ", - "Errors": "\u041f\u043e\u043c\u0438\u043b\u043a\u0438", - "Everyone who has staff privileges in this course": "\u0412\u0441\u0456 \u0445\u0442\u043e \u0454 \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u043e\u043c \u0446\u044c\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0443", - "Exit full browser": "\u0412\u0438\u0439\u0442\u0438 \u0437 \u043f\u043e\u0432\u043d\u043e\u0433\u043e \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434\u0443", - "Expand All": "\u0420\u043e\u0437\u0433\u043e\u0440\u043d\u0443\u0442\u0438 \u0412\u0441\u0456", - "Expand Instructions": "\u0420\u043e\u0437\u043a\u0440\u0438\u0442\u0438 \u0456\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0456\u0457", - "Explanation": "\u041f\u043e\u044f\u0441\u043d\u0435\u043d\u043d\u044f", - "Explicitly Hiding from Students": "\u042f\u0432\u043d\u043e \u043f\u0440\u0438\u0445\u043e\u0432\u0430\u043d\u0438\u0439 \u0432\u0456\u0434 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432", - "Failed to delete student state for user.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0441\u0442\u0430\u043d \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430.", - "Failed to rescore problem for user.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u043f\u0435\u0440\u0435\u0437\u0430\u0440\u0430\u0445\u0443\u0432\u0430\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456 \u0434\u043b\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.", - "Failed to rescore problem to improve score for user.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u043f\u0435\u0440\u0435\u0437\u0430\u0440\u0430\u0445\u0443\u0432\u0430\u0442\u0438 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f, \u0449\u043e\u0431 \u043f\u043e\u043a\u0440\u0430\u0449\u0438\u0442\u0438 \u043e\u0446\u0456\u043d\u043a\u0443 \u0434\u043b\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.", - "Failed to reset attempts for user.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0441\u043a\u0438\u043d\u0443\u0442\u0438 \u0441\u043f\u0440\u043e\u0431\u0438 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.", - "February": "\u043b\u044e\u0442\u043e\u0433\u043e", - "Feedback available for selection.": "\u0412\u0456\u0434\u0433\u0443\u043a \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u0439 \u0434\u043b\u044f \u0432\u0438\u0431\u043e\u0440\u0443.", - "File": "\u0424\u0430\u0439\u043b", - "File Name": "\u0406\u043c'\u044f \u0444\u0430\u0439\u043b\u0443", - "File format not supported. Please upload a file with a {ext} extension.": "\u0424\u043e\u0440\u043c\u0430\u0442 \u0444\u0430\u0439\u043b\u0443 \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0454\u0442\u044c\u0441\u044f. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0442\u0435 \u0444\u0430\u0439\u043b \u0437 \u0440\u043e\u0437\u0448\u0438\u0440\u0435\u043d\u043d\u044f\u043c {ext}. ", - "File size must be 10MB or less.": "\u0420\u043e\u0437\u043c\u0456\u0440 \u0444\u0430\u0439\u043b\u0443 \u043c\u0430\u0454 \u0431\u0443\u0442\u0438 10\u043c\u0431 \u0430\u0431\u043e \u043c\u0435\u043d\u0448\u0435. ", - "File type is not allowed.": "\u0426\u0435\u0439 \u0442\u0438\u043f \u0444\u0430\u0439\u043b\u0456\u0432 \u043d\u0435 \u0434\u043e\u0437\u0432\u043e\u043b\u0435\u043d\u0438\u0439.", - "File types can not be empty.": "\u041f\u043e\u043b\u0435 \u0442\u0438\u043f\u0456\u0432 \u0444\u0430\u0439\u043b\u0456\u0432 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u043f\u0443\u0441\u0442\u0438\u043c.", - "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "\u0424\u0430\u0439\u043b {filename} \u043f\u0435\u0440\u0435\u0432\u0438\u0449\u0443\u0454 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0438\u0439 \u0440\u043e\u0437\u043c\u0456\u0440 \u0432 {maxFileSizeInMBs} M\u0411", - "Files must be in JPEG or PNG format.": "\u0424\u0430\u0439\u043b\u0438 \u043c\u0430\u044e\u0442\u044c \u0431\u0443\u0442\u0438 \u0443 \u0440\u043e\u0437\u0448\u0438\u0440\u0435\u043d\u043d\u0456 JPEG \u0430\u0431\u043e PNG.", - "Files that you upload must be PDFs or image files in .gif, .jpg, .jpeg, or .png format.": "\u0424\u0430\u0439\u043b\u0438, \u044f\u043a\u0456 \u0432\u0438 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0443\u0454\u0442\u0435, \u043f\u043e\u0432\u0438\u043d\u043d\u0456 \u0431\u0443\u0442\u0438 PDF-\u0444\u0430\u0439\u043b\u0430\u043c\u0438 \u0430\u0431\u043e \u0444\u0430\u0439\u043b\u0430\u043c\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u044c \u0443 \u0444\u043e\u0440\u043c\u0430\u0442\u0456 .gif, .jpg, .jpeg \u0430\u0431\u043e .png.", - "Files that you upload must be smaller than 5MB in size.": "\u0424\u0430\u0439\u043b\u0438, \u044f\u043a\u0456 \u0432\u0438 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0443\u0454\u0442\u0435, \u043f\u043e\u0432\u0438\u043d\u043d\u0456 \u043c\u0430\u0442\u0438 \u0440\u043e\u0437\u043c\u0456\u0440 \u043c\u0435\u043d\u0448\u0435 5 \u041c\u0411.", - "Fill browser": "\u041f\u043e\u0432\u043d\u0438\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434", - "Filter": "\u0424\u0456\u043b\u044c\u0442\u0440", - "Filter and sort topics": " \u0424\u0456\u043b\u044c\u0442\u0440\u0443\u0439\u0442\u0435 \u0442\u0430 \u0432\u043f\u043e\u0440\u044f\u0434\u043a\u043e\u0432\u0443\u0439\u0442\u0435 \u0442\u0435\u043c\u0438", - "Final Grade Received": "\u041e\u0442\u0440\u0438\u043c\u0430\u043d\u043e \u0444\u0456\u043d\u0430\u043b\u044c\u043d\u0443 \u043e\u0446\u0456\u043d\u043a\u0443", - "Financial Assistance": "\u0424\u0456\u043d\u0430\u043d\u0441\u043e\u0432\u0430 \u0414\u043e\u043f\u043e\u043c\u043e\u0433\u0430", - "Find": "\u041f\u043e\u0448\u0443\u043a", - "Find and replace": "\u041f\u043e\u0448\u0443\u043a \u0442\u0430 \u0437\u0430\u043c\u0456\u043d\u0430", - "Find answers to the top questions asked by learners.": "\u0417\u043d\u0430\u0439\u0434\u0456\u0442\u044c \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456 \u043d\u0430 \u043d\u0430\u0439\u0432\u0430\u0436\u043b\u0438\u0432\u0456\u0448\u0456 \u0437\u0430\u043f\u0438\u0442\u0430\u043d\u043d\u044f, \u044f\u043a\u0456 \u0437\u0430\u0434\u0430\u044e\u0442\u044c \u0443\u0447\u043d\u0456.", - "Find discussions": "\u0417\u043d\u0430\u0439\u0442\u0438 \u043e\u0431\u0433\u043e\u0432\u043e\u0440\u0435\u043d\u043d\u044f", - "Find next": "\u0428\u0443\u043a\u0430\u0442\u0438 \u0434\u0430\u043b\u0456", - "Find previous": "\u0428\u0443\u043a\u0430\u0442\u0438 \u043f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0454", - "Finish": "\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u0438", - "Font Family": "\u0422\u0438\u043f \u0448\u0440\u0438\u0444\u0442\u0443", - "Font Sizes": "\u0420\u043e\u0437\u043c\u0456\u0440 \u0448\u0440\u0438\u0444\u0442\u0443", - "Footer": "\u041d\u0438\u0436\u043d\u0456\u0439 \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b", - "For grading to work, you must change all {oldName} subsections to {newName}.": "\u0429\u043e\u0431 \u043a\u043b\u0430\u0441\u0438\u0444\u0456\u043a\u0430\u0446\u0456\u044f \u043f\u0440\u0430\u0446\u044e\u0432\u0430\u043b\u0430, \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e \u0437\u043c\u0456\u043d\u0438\u0442\u0438 \u0432\u0441\u0456 \u043f\u0456\u0434\u0440\u043e\u0437\u0434\u0456\u043b\u0438 {oldName} \u043d\u0430 {newName}.", - "Format": "\u0424\u043e\u0440\u043c\u0430\u0442", - "Formats": "\u0424\u043e\u0440\u043c\u0430\u0442\u0438", - "Free text notes": "\u041d\u043e\u0442\u0430\u0442\u043a\u0438", - "Frequently Asked Questions": "\u041f\u0438\u0442\u0430\u043d\u043d\u044f \u0442\u0430 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456", - "Full Name": "\u0406\u043c'\u044f \u0442\u0430 \u043f\u0440\u0456\u0437\u0432\u0438\u0449\u0435", - "Full Profile": "\u041f\u043e\u0432\u043d\u0438\u0439 \u043f\u0440\u043e\u0444\u0456\u043b\u044c", - "Fullscreen": "\u041d\u0430 \u0432\u0435\u0441\u044c \u0435\u043a\u0440\u0430\u043d", - "Gender": "\u0421\u0442\u0430\u0442\u044c", - "General": "\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0435", - "Generate Exception Certificates": "\u0413\u0435\u043d\u0435\u0440\u0430\u0446\u0456\u044f \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0456\u0432 \u0434\u043b\u044f \u0432\u0438\u043d\u044f\u0442\u043a\u0456\u0432", - "Go to my Dashboard": "\u0412 \u043e\u0441\u043e\u0431\u0438\u0441\u0442\u0438\u0439 \u043a\u0430\u0431\u0456\u043d\u0435\u0442", - "Go to {platform} Home": "\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043d\u0430 \u0434\u043e\u043c\u0430\u0448\u043d\u044e \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 {platform}", - "Grade as:": "\u041e\u0446\u0456\u043d\u0438\u0442\u0438 \u044f\u043a:", - "Grading": "\u041e\u0446\u0456\u043d\u044e\u0432\u0430\u043d\u043d\u044f", - "Group": "\u0413\u0440\u0443\u043f\u0430", - "Group %s": "\u0413\u0440\u0443\u043f\u0430 %s", - "Group A": "\u0413\u0440\u0443\u043f\u0430 A", - "Group B": "\u0413\u0440\u0443\u043f\u0430 \u0412", - "Group Configuration name is required.": "\u041f\u043e\u0442\u0440\u0456\u0431\u043d\u0430 \u043d\u0430\u0437\u0432\u0430 \u041a\u043e\u043d\u0444\u0456\u0433\u0443\u0440\u0430\u0446\u0456\u0457 \u0433\u0440\u0443\u043f\u0438.", - "Group name is required": "\u041f\u043e\u0442\u0440\u0456\u0431\u043d\u0430 \u043d\u0430\u0437\u0432\u0430 \u0433\u0440\u0443\u043f\u0438", - "Groups": "\u0413\u0440\u0443\u043f\u0438", - "H Align": "\u0412\u0438\u0440\u0456\u0432\u043d\u044e\u0432\u0430\u043d\u043d\u044f", - "HTML preview of post": "\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0434\u043e\u043f\u0438\u0441\u0443 \u0443 HTML ", - "HTML source code": "\u041e\u0440\u0438\u0433\u0456\u043d\u0430\u043b\u044c\u043d\u0438\u0439 \u043a\u043e\u0434 HTML", - "Header": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a", - "Header 1": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 1", - "Header 2": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 2", - "Header 3": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 3", - "Header 4": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 4", - "Header 5": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 5", - "Header 6": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 6", - "Header cell": " \u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u043a\u043b\u0456\u0442\u0438\u043d\u043a\u0438", - "Headers": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0438", - "Heading": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a", - "Heading (Ctrl+H)": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a (Ctrl+H)", - "Heading 1": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 1", - "Heading 2": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 2", - "Heading 3": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 3", - "Heading 4": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 4", - "Heading 5": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 5", - "Heading 6": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 6", - "Headings": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0438", - "Height": "\u0412\u0438\u0441\u043e\u0442\u0430", - "Help Translate into {beta_language}": "\u0414\u043e\u043f\u043e\u043c\u043e\u0433\u0430 \u0437 \u043f\u0435\u0440\u0435\u043a\u043b\u0430\u0434\u043e\u043c \u043d\u0430 {beta_language}", - "Hide": "\u0421\u0445\u043e\u0432\u0430\u0442\u0438", - "Hide Annotations": "\u0421\u0445\u043e\u0432\u0430\u0442\u0438 \u0410\u043d\u043e\u0442\u0430\u0446\u0456\u0457", - "Hide Deprecated Settings": "\u0417\u0430\u0445\u043e\u0432\u0430\u0442\u0438 \u0437\u0430\u0441\u0442\u0430\u0440\u0456\u043b\u0456 \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f", - "Hide Discussion": "\u0421\u0445\u043e\u0432\u0430\u0442\u0438 \u043e\u0431\u0433\u043e\u0432\u043e\u0440\u0435\u043d\u043d\u044f", - "Hide Previews": "\u0421\u0445\u043e\u0432\u0430\u0442\u0438 \u043f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434", - "Hide closed captions": "\u0421\u0445\u043e\u0432\u0430\u0442\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438", - "Hide notes": "\u0421\u0445\u043e\u0432\u0430\u0442\u0438 \u043d\u043e\u0442\u0430\u0442\u043a\u0438", - "Hide transcripts ({transcriptCount})": "\u041f\u0440\u0438\u0445\u043e\u0432\u0430\u0442\u0438 \u0442\u0440\u0430\u043d\u0441\u043a\u0440\u0438\u043f\u0442\u0438 ({transcriptCount})", - "Hiding from Students": "\u041f\u0440\u0438\u0445\u043e\u0432\u0430\u043d\u0438\u0439 \u0432\u0456\u0434 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432", - "High Definition": "\u0412\u0438\u0441\u043e\u043a\u0430 \u0440\u043e\u0437\u0434\u0456\u043b\u044c\u043d\u0430 \u0437\u0434\u0430\u0442\u043d\u0456\u0441\u0442\u044c", - "Highlights for {display_name}": "\u041e\u0441\u043d\u043e\u0432\u043d\u0456 \u043c\u043e\u043c\u0435\u043d\u0442\u0438 \u0434\u043b\u044f {display_name}", - "Horizontal Rule (Ctrl+R)": "\u0413\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u0430 \u043b\u0456\u043d\u0456\u0439\u043a\u0430 (Ctrl+R)", - "Horizontal line": "\u0413\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u0430 \u043b\u0456\u043d\u0456\u044f", - "Horizontal space": "\u0413\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u0438\u0439 \u043f\u0440\u043e\u043c\u0456\u0436\u043e\u043a", - "How to create useful text alternatives.": "\u042f\u043a \u0441\u0442\u0432\u043e\u0440\u044e\u0432\u0430\u0442\u0438 \u0435\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u0456 \u043e\u043f\u0438\u0441\u0438 \u043a\u0430\u0440\u0442\u0438\u043d\u043e\u043a.", - "How to use %(platform_name)s discussions": "\u042f\u043a \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0442\u0438\u0441\u044c \u043e\u0431\u0433\u043e\u0432\u043e\u0440\u0435\u043d\u043d\u044f\u043c\u0438 %(platform_name)s ", - "Hyperlink (Ctrl+L)": "\u041f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f (Ctrl+L)", - "If the unit was previously published and released to students, any changes you made to the unit when it was hidden will now be visible to students. Do you want to proceed?": "\u042f\u043a\u0449\u043e \u0446\u0435\u0439 \u044e\u043d\u0456\u0442 \u0431\u0443\u0432 \u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u0438\u0439 \u0456 \u0432\u0438\u043f\u0443\u0449\u0435\u043d\u0438\u0439 \u0434\u043b\u044f \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432, \u0431\u0443\u0434\u044c-\u044f\u043a\u0456 \u0437\u043c\u0456\u043d\u0438, \u044f\u043a\u0456 \u0432\u0438 \u0437\u0440\u043e\u0431\u0438\u043b\u0438 \u0443 \u043d\u044c\u043e\u043c\u0443, \u0434\u043e\u043a\u0438 \u044e\u043d\u0456\u0442 \u0431\u0443\u0432 \u043f\u0440\u0438\u0445\u043e\u0432\u0430\u043d\u0438\u0439, \u0431\u0443\u0434\u0443\u0442\u044c \u0437\u0430\u0440\u0430\u0437 \u0432\u0438\u0434\u0438\u043c\u0456 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430\u043c. \u0412\u0438 \u0445\u043e\u0447\u0435\u0442\u0435 \u043f\u0440\u043e\u0434\u043e\u0432\u0436\u0438\u0442\u0438?", - "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "\u042f\u043a\u0449\u043e \u0432\u0438 \u0437\u0430\u043b\u0438\u0448\u0438\u0442\u0435 \u0446\u044e \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0431\u0435\u0437 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u043d\u044f \u0447\u0438 \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u044f \u043d\u0430 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u0443 \u0432\u0430\u0448\u043e\u0457 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456, \u0432\u0438 \u0432\u0442\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u0441\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u0440\u043e\u0431\u043e\u0442\u0438.", - "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "\u042f\u043a\u0449\u043e \u0432\u0438 \u0437\u0430\u043b\u0438\u0448\u0438\u0442\u0435 \u0446\u044e \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0431\u0435\u0437 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u043d\u044f \u0432\u0430\u0448\u043e\u0433\u043e \u043f\u0435\u0440\u0435\u0445\u0440\u0435\u0441\u043d\u043e\u0433\u043e \u043e\u0446\u0456\u043d\u044e\u0432\u0430\u043d\u043d\u044f, \u0432\u0438 \u0432\u0442\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u0441\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u0440\u043e\u0431\u043e\u0442\u0438", - "If you leave this page without submitting your self assessment, you will lose any work you have done.": "\u042f\u043a\u0449\u043e \u0432\u0438 \u0437\u0430\u043b\u0438\u0448\u0438\u0442\u0435 \u0446\u044e \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0431\u0435\u0437 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u043d\u044f \u0432\u0430\u0448\u043e\u0433\u043e \u0441\u0430\u043c\u043e\u043e\u0446\u0456\u043d\u044e\u0432\u0430\u043d\u043d\u044f, \u0432\u0438 \u0432\u0442\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u0441\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u0440\u043e\u0431\u043e\u0442\u0438", - "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "\u042f\u043a\u0449\u043e \u0432\u0438 \u0437\u0430\u043b\u0438\u0448\u0438\u0442\u0435 \u0446\u044e \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0431\u0435\u0437 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u043d\u044f \u0432\u0430\u0448\u043e\u0457 \u043e\u0446\u0456\u043d\u043a\u0438 \u0432\u0438\u043a\u043b\u0430\u0434\u0430\u0447\u0430, \u0432\u0438 \u0432\u0442\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u0441\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u0440\u043e\u0431\u043e\u0442\u0438", - "If you leave, you can no longer post in this team's discussions. Your place will be available to another learner.": "\u041f\u043e\u043a\u0438\u043d\u0443\u0432\u0448\u0438 \u043a\u043e\u043c\u0430\u043d\u0434\u0443, \u0412\u0438 \u0431\u0456\u043b\u044c\u0448\u0435 \u043d\u0435 \u0437\u043c\u043e\u0436\u0435\u0442\u0435 \u0431\u0440\u0430\u0442\u0438 \u0443\u0447\u0430\u0441\u0442\u044c \u0432 \u043e\u0431\u0433\u043e\u0432\u043e\u0440\u0435\u043d\u043d\u044f\u0445 \u043a\u043e\u043c\u0430\u043d\u0434\u0438. \u0412\u0430\u0448\u0435 \u043c\u0456\u0441\u0446\u0435 \u0437\u043c\u043e\u0436\u0435 \u0437\u0430\u0439\u043d\u044f\u0442\u0438 \u0456\u043d\u0448\u0438\u0439 \u0441\u0442\u0443\u0434\u0435\u043d\u0442.", - "If you make significant changes, make sure you notify members of the team before making these changes.": "\u041f\u0435\u0440\u0435\u0434 \u0442\u0438\u043c, \u044f\u043a \u0432\u043d\u043e\u0441\u0438\u0442\u0438 \u0437\u043d\u0430\u0447\u043d\u0456 \u0437\u043c\u0456\u043d\u0438, \u043e\u0431\u043e\u0432'\u044f\u0437\u043a\u043e\u0432\u043e \u043f\u043e\u043f\u0435\u0440\u0435\u0434\u044c\u0442\u0435 \u0456\u043d\u0448\u0438\u0445 \u0447\u043b\u0435\u043d\u0456\u0432 \u043a\u043e\u043c\u0430\u043d\u0434\u0438.", - "If you remove this transcript, the transcript will not be available for any components that use this video.": "\u042f\u043a\u0449\u043e \u0432\u0438 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0435 \u0446\u0435\u0439 \u0442\u0440\u0430\u043d\u0441\u043a\u0440\u0438\u043f\u0442, \u0437\u0430\u043f\u0438\u0441 \u043d\u0435 \u0431\u0443\u0434\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u043c \u0434\u043b\u044f \u0431\u0443\u0434\u044c-\u044f\u043a\u0438\u0445 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0456\u0432, \u044f\u043a\u0456 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u044e\u0442\u044c \u0446\u0435 \u0432\u0456\u0434\u0435\u043e.", - "If you remove this transcript, the transcript will not be available for this component.": "\u042f\u043a\u0449\u043e \u0432\u0438 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0435 \u0446\u044e \u043a\u043e\u043f\u0456\u044e, \u0442\u043e \u0432\u043e\u043d\u0430 \u0431\u0456\u043b\u044c\u0448\u0435 \u043d\u0435 \u0431\u0443\u0434\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u0434\u043b\u044f \u0446\u044c\u043e\u0433\u043e \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0443.", - "If you still wish to continue and delete your account, please enter your account password:": "\u042f\u043a\u0449\u043e \u0432\u0438 \u0432\u0441\u0435 \u0449\u0435 \u0431\u0430\u0436\u0430\u0454\u0442\u0435 \u043f\u0440\u043e\u0434\u043e\u0432\u0436\u0443\u0432\u0430\u0442\u0438 \u0442\u0430 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0441\u0432\u0456\u0439 \u0430\u043a\u0430\u0443\u043d\u0442, \u0432\u0432\u0435\u0434\u0456\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c \u0441\u0432\u043e\u0433\u043e \u0430\u043a\u0430\u0443\u043d\u0442\u0443:", - "If you use the Advanced Editor, this problem will be converted to XML and you will not be able to return to the Simple Editor Interface.\n\nProceed to the Advanced Editor and convert this problem to XML?": "\u042f\u043a\u0449\u043e \u0432\u0438 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0454\u0442\u0435 \u0440\u043e\u0437\u0448\u0438\u0440\u0435\u043d\u0438\u0439 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440, \u0446\u044f \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430 \u0431\u0443\u0434\u0435 \u043f\u0435\u0440\u0435\u0442\u0432\u043e\u0440\u0435\u043d\u0430 \u0432 XML \u0456 \u0432\u0438 \u043d\u0435 \u0437\u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u0432\u0435\u0440\u043d\u0443\u0442\u0438\u0441\u044f \u0434\u043e \u0456\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0443 \u043f\u0440\u043e\u0441\u0442\u043e\u0433\u043e \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0430.\n\n\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u0434\u043e \u0440\u043e\u0437\u0448\u0438\u0440\u0435\u043d\u043e\u0433\u043e \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0430 \u0456 \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0446\u044e \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0443 \u0432 XML?", - "Ignore": "\u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u0438", - "Ignore all": "\u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u0438 \u0432\u0441\u0456", - "Image": "\u0417\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f", - "Image (Ctrl+G)": "\u0417\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f (Ctrl+G)", - "Image Description": "\u041e\u043f\u0438\u0441 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f", - "Image Upload Error": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f", - "Image description": "\u041e\u043f\u0438\u0441 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f", - "Image must be in PNG format": "\u0417\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u043c\u0430\u0454 \u0431\u0443\u0442\u0438 \u0443 \u0444\u043e\u0440\u043c\u0430\u0442\u0456 PNG", - "Image must be in PNG format.": "\u0417\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u043c\u0430\u0454 \u0431\u0443\u0442\u0438 \u0443 \u0444\u043e\u0440\u043c\u0430\u0442\u0456 PNG", - "Image upload failed": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f", - "Image upload failed. ": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f.", - "In Progress": "\u041e\u043f\u0440\u0430\u0446\u044c\u043e\u0432\u0443\u0454\u0442\u044c\u0441\u044f", - "Incorrect url format.": "\u041d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0438\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 url-\u0430\u0434\u0440\u0435\u0441\u0438", - "Increase indent": "\u0417\u0431\u0456\u043b\u044c\u0448\u0438\u0442\u0438 \u0432\u0456\u0434\u0441\u0442\u0443\u043f", - "Individual Exceptions": "\u0406\u043d\u0434\u0438\u0432\u0456\u0434\u0443\u0430\u043b\u044c\u043d\u0456 \u0432\u0438\u043d\u044f\u0442\u043a\u0438", - "Inheriting Student Visibility": "\u0423\u0441\u043f\u0430\u0434\u0443\u0432\u0430\u0442\u0438 \u0441\u0442\u0430\u043d \u0432\u0438\u0434\u0438\u043c\u043e\u0441\u0442\u0456 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432", - "Inline": "\u0423 \u0442\u0435\u043a\u0441\u0442\u0456", - "Insert": "\u0412\u0441\u0442\u0430\u0432\u043a\u0430", - "Insert Hyperlink": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0433\u0456\u043f\u0435\u0440\u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f", - "Insert Image (upload file or type URL)": "\u0414\u043e\u0434\u0430\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f (\u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0430\u0431\u043e \u0432\u043a\u0430\u0437\u0430\u0442\u0438 URL)", - "Insert column after": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0441\u0442\u043e\u0432\u043f\u0447\u0438\u043a \u043fi\u0441\u043b\u044f", - "Insert column before": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0441\u0442\u043e\u0432\u043f\u0447\u0438\u043a \u043f\u0435\u0440\u0435\u0434", - "Insert date/time": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0434\u0430\u0442\u0443/\u0447\u0430\u0441", - "Insert image": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f", - "Insert link": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f", - "Insert row after": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0440\u044f\u0434\u043e\u043a \u0437\u043d\u0438\u0437\u0443", - "Insert row before": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0440\u044f\u0434\u043e\u043a \u0440\u0430\u043di\u0448\u0435", - "Insert table": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0442\u0430\u0431\u043b\u0438\u0446\u044e", - "Insert template": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0448\u0430\u0431\u043b\u043e\u043d", - "Insert video": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0432\u0456\u0434\u0435\u043e", - "Insert/Edit Image": "\u0414\u043e\u0434\u0430\u0442\u0438/\u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f", - "Insert/edit image": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438/\u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f", - "Insert/edit link": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438/\u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f", - "Insert/edit video": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438/\u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u0432\u0456\u0434\u0435\u043e", - "Instructor Biography": "\u0406\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u044f \u043f\u0440\u043e \u0432\u0438\u043a\u043b\u0430\u0434\u0430\u0447\u0430", - "Instructor Photo": "\u0424\u043e\u0442\u043e \u0432\u0438\u043a\u043b\u0430\u0434\u0430\u0447\u0430", - "Instructor Photo URL": "URL \u0424\u043e\u0442\u043e \u0432\u0438\u043a\u043b\u0430\u0434\u0430\u0447\u0430", - "Instructor Title": "\u0422\u0438\u0442\u0443\u043b \u0432\u0438\u043a\u043b\u0430\u0434\u0430\u0447\u0430", - "Internal Server Error.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430", - "Invalid email address: {email}": "\u041d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0430 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430 \u0430\u0434\u0440\u0435\u0441\u0430: {email}", - "Is Visible To:": "\u0412\u0438\u0434\u0438\u043c\u043e \u0434\u043b\u044f:", - "Is this OK?": "\u0426\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e?", - "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "\u041d\u0430\u043f\u043e\u043b\u0435\u0433\u043b\u0438\u0432\u043e \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0454\u0442\u044c\u0441\u044f \u0437\u0430\u043b\u0443\u0447\u0438\u0442\u0438 \u043d\u0435 \u0431\u0456\u043b\u044c\u0448\u0435 \u0447\u043e\u0442\u0438\u0440\u044c\u043e\u0445 \u043f\u0456\u0434\u043f\u0438\u0441\u0430\u043d\u0442\u0456\u0432. \u042f\u043a\u0449\u043e \u0432\u0438 \u0437\u0430\u043b\u0443\u0447\u0438\u0442\u0435 \u0434\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u0438\u0445 \u043f\u0456\u0434\u043f\u0438\u0441\u0430\u043d\u0442\u0456\u0432, \u043f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u044c\u043e \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u044c\u0442\u0435 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442 \u0443 \u0432\u0456\u043a\u043d\u0456 \u00ab\u041f\u0435\u0440\u0435\u0434\u043f\u043e\u043a\u0430\u0437 \u0441\u0435\u0442\u0440\u0438\u0444\u0456\u043a\u0430\u0442\u0443\u00bb \u0456 \u043f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f \u0443 \u0442\u043e\u043c\u0443, \u0449\u043e \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442 \u0431\u0443\u0434\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u043d\u0430\u0434\u0440\u0443\u043a\u043e\u0432\u0430\u043d\u043e \u043d\u0430 \u043e\u0434\u043d\u0456\u0439 \u0441\u0442\u043e\u0440\u0456\u043d\u0446\u0456.", - "Italic": "\u041a\u0443\u0440\u0441\u0438\u0432", - "Italic (Ctrl+I)": "\u041a\u0443\u0440\u0441\u0438\u0432 (Ctrl+I)", - "January": "\u0441\u0456\u0447\u043d\u044f", - "Joined": "\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u043d\u0438\u0439", - "Joined %(date)s": "\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f %(date)s", - "Joined Date": "\u0414\u0430\u0442\u0430 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u043d\u043d\u044f", - "July": "\u043b\u0438\u043f\u043d\u044f", - "June": "\u0447\u0435\u0440\u0432\u043d\u044f", - "Justify": "\u041e\u0431\u0491\u0440\u0443\u043d\u0442\u0443\u0439\u0442\u0435", - "KB": "KB", - "Keywords": "\u041a\u043b\u044e\u0447\u043e\u0432\u0456 \u0441\u043b\u043e\u0432\u0430", - "LEARN MORE": "\u0414\u0456\u0437\u043d\u0430\u0442\u0438\u0441\u044f \u0431\u0456\u043b\u044c\u0448\u0435", - "Language": "\u041c\u043e\u0432\u0430", - "Last Activity %(date)s": "\u041e\u0441\u0442\u0430\u043d\u043d\u044f \u0430\u043a\u0442\u0438\u0432\u043d\u0456\u0441\u0442\u044c %(date)s", - "Last activity %(date)s": "\u041e\u0441\u0442\u0430\u043d\u043d\u044f \u0430\u043a\u0442\u0438\u0432\u043d\u0456\u0441\u0442\u044c %(date)s", - "Last modified by": "\u0412\u043e\u0441\u0442\u0430\u043d\u043d\u0454 \u0431\u0443\u043b\u043e \u0437\u043c\u0456\u043d\u0435\u043d\u043e \u0430\u0432\u0442\u043e\u0440\u043e\u043c", - "Last published %(last_published_date)s by %(publish_username)s": "\u041e\u0441\u0442\u0430\u043d\u043d\u044f \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u044f %(last_published_date)s \u0430\u0432\u0442\u043e\u0440\u043e\u043c %(publish_username)s", - "Last published {lastPublishedStart}{publishedOn}{lastPublishedEnd} by {publishedByStart}{publishedBy}{publishedByEnd}": "\u041e\u0441\u0442\u0430\u043d\u043d\u044f \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u044f {lastPublishedStart}{publishedOn}{lastPublishedEnd} \u0430\u0432\u0442\u043e\u0440\u043e\u043c {publishedByStart}{publishedBy}{publishedByEnd}", - "Last updated": "\u041e\u0441\u0442\u0430\u043d\u043d\u0454 \u043e\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044f", - "Learn more about {license_name}": "\u0414\u0456\u0437\u043d\u0430\u0439\u0442\u0435\u0441\u044f \u0431\u0456\u043b\u044c\u0448\u0435 \u043f\u0440\u043e {license_name}", - "Leave Current Session": "\u0417\u0430\u043b\u0438\u0448\u0438\u0442\u0438 \u041f\u043e\u0442\u043e\u0447\u043d\u0443 \u0421\u0435\u0441\u0456\u044e", - "Leave this team?": "\u0417\u0430\u043b\u0438\u0448\u0438\u0442\u0438 \u0446\u044e \u043a\u043e\u043c\u0430\u043d\u0434\u0443?", - "Left": "\u0417\u043bi\u0432\u0430", - "Left to right": "\u0417\u043b\u0456\u0432\u0430 \u043d\u0430\u043f\u0440\u0430\u0432\u043e", - "Less": "\u041c\u0435\u043d\u0448\u0435", - "Library User": "\u041a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447 \u0431\u0456\u0431\u043b\u0456\u043e\u0442\u0435\u043a\u0438", - "License Display": "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u043b\u0456\u0446\u0435\u043d\u0437\u0456\u0456", - "License Type": "\u0422\u0438\u043f \u043b\u0456\u0446\u0435\u043d\u0437\u0456\u0457", - "Limit Access": "\u0414\u043e\u0441\u0442\u0443\u043f \u043e\u0431\u043c\u0435\u0436\u0435\u043d\u043e", - "Limited Profile": "\u041e\u0431\u043c\u0435\u0436\u0435\u043d\u0438\u0439 \u043f\u0440\u043e\u0444\u0456\u043b\u044c", - "Link Description": "\u041e\u043f\u0438\u0441 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f", - "Link Your Account": "\u041f\u0456\u0434'\u0454\u0434\u043d\u0430\u0442\u0438 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0438\u0439 \u0437\u0430\u043f\u0438\u0441", - "Link types should be unique.": "\u0422\u0438\u043f\u0438 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u044c \u043f\u043e\u0432\u0438\u043d\u043d\u0456 \u0431\u0443\u0442\u0438 \u0443\u043d\u0456\u043a\u0430\u043b\u044c\u043d\u0438\u043c\u0438.", - "Link your {accountName} account": "\u041f\u0456\u0434'\u0454\u0434\u043d\u0430\u0442\u0438 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0438\u0439 \u0437\u0430\u043f\u0438\u0441 {accountName}", - "Link your {accountName} account to your {platformName} account and use {accountName} to sign in to {platformName}.": "\u041f\u0456\u0434'\u0454\u0434\u043d\u0430\u0439\u0442\u0435 \u0432\u0430\u0448 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0438\u0439 \u0437\u0430\u043f\u0438\u0441 {accountName} \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0443 {platformName} \u0442\u0430 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0439\u0442\u0435 {accountName} \u0434\u043b\u044f \u0432\u0445\u043e\u0434\u0443 \u0432 {platformName}.", - "Linked Accounts": "\u041f\u0456\u0434'\u0454\u0434\u043d\u0430\u043d\u0456 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0456 \u0437\u0430\u043f\u0438\u0441\u0438", - "Linking": "\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u043d\u043d\u044f", - "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "\u041f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u0433\u0435\u043d\u0435\u0440\u0443\u044e\u0442\u044c\u0441\u044f \u043d\u0430 \u0432\u0438\u043c\u043e\u0433\u0443 \u0442\u0430 \u0437\u043d\u0438\u043a\u043d\u0443\u0442\u044c \u043f\u0440\u043e\u0442\u044f\u0433\u043e\u043c 5 \u0445\u0432\u0438\u043b\u0438\u043d \u0447\u0435\u0440\u0435\u0437 \u0447\u0443\u0442\u043b\u0438\u0432\u0456\u0441\u0442\u044c \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u0457 \u043f\u0440\u043e \u043e\u0446\u0456\u043d\u043a\u0438 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432.", - "Links should be unique.": "\u041f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043f\u043e\u0432\u0438\u043d\u043d\u0456 \u0431\u0443\u0442\u0438 \u0443\u043d\u0456\u043a\u0430\u043b\u044c\u043d\u0438\u043c\u0438.", - "List item": "\u0415\u043b\u0435\u043c\u0435\u043d\u0442 \u0441\u043f\u0438\u0441\u043a\u0443", - "List of Open Assessments is unavailable": "\u041f\u0435\u0440\u0435\u043b\u0456\u043a \u0432\u0456\u0434\u043a\u0440\u0438\u0442\u0438\u0445 \u0437\u0430\u0432\u0434\u0430\u043d\u044c \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u0439", - "Load Another File": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0456\u043d\u0448\u0438\u0439 \u0444\u0430\u0439\u043b", - "Load all responses": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0432\u0441\u0456 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456", - "Load next {numResponses} responses": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0456 {numResponses} \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0435\u0439", - "Loading": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f", - "Loading content": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0432\u043c\u0456\u0441\u0442\u0443", - "Loading data...": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0434\u0430\u043d\u0438\u0445...", - "Loading more threads": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0434\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u0438\u0445 \u043f\u043e\u0442\u043e\u043a\u0456\u0432", - "Loading posts list": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0441\u043f\u0438\u0441\u043a\u0443 \u0434\u043e\u043f\u0438\u0441\u0456\u0432", - "Loading your courses": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0432\u0430\u0448\u0438\u0445 \u043a\u0443\u0440\u0441\u0456\u0432", - "Location": "\u041c\u0456\u0441\u0446\u0435 \u0440\u043e\u0437\u0442\u0430\u0448\u0443\u0432\u0430\u043d\u043d\u044f", - "Location in Course": "\u041f\u043e\u0437\u0438\u0446\u0456\u044f \u0432 \u043a\u0443\u0440\u0441\u0456", - "Lock/unlock file": "\u0417\u0430\u0431\u043b\u043e\u043a\u0443\u0432\u0430\u0442\u0438 / \u0440\u043e\u0437\u0431\u043b\u043e\u043a\u0443\u0432\u0430\u0442\u0438 \u0444\u0430\u0439\u043b", - "Loud": "\u0413\u043e\u043b\u043e\u0441\u043d\u043e", - "Low": "\u0422\u0438\u0445\u043e", - "Lower Alpha": "\u041b\u0430\u0442\u0438\u043d\u0441\u044c\u043a\u0456 \u0431\u0443\u043a\u0432\u0438 \u0432 \u043d\u0438\u0436\u043d\u044c\u043e\u043c\u0443 \u0440\u0435\u0433\u0456\u0441\u0442\u0440\u0456", - "Lower Greek": "\u0413\u0440\u0435\u0446\u044c\u043a\u0456 \u0431\u0443\u043a\u0432\u0438 \u0432 \u043d\u0438\u0436\u043d\u044c\u043e\u043c\u0443 \u0440\u0435\u0433\u0456\u0441\u0442\u0440\u0456", - "Lower Roman": "\u0420\u0438\u043c\u0441\u044c\u043a\u0456 \u0447\u0438\u0441\u043b\u0430 \u0432 \u043d\u0438\u0436\u043d\u044c\u043e\u043c\u0443 \u0440\u0435\u0433\u0456\u0441\u0442\u0440\u0456", - "MB": "MB", - "Make Visible to Students": "\u0417\u0440\u043e\u0431\u0438\u0442\u0438 \u0432\u0438\u0434\u0438\u043c\u0438\u043c \u0434\u043b\u044f \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432", - "Making Visible to Students": "\u0417\u0440\u043e\u0431\u0438\u0442\u0438 \u0432\u0438\u0434\u0438\u043c\u0438\u043c \u0434\u043b\u044f \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432", - "Manual": "\u0412\u0440\u0443\u0447\u043d\u0443", - "March": "\u0431\u0435\u0440\u0435\u0437\u043d\u044f", - "Mark enrollment code as unused": "\u041f\u043e\u0437\u043d\u0430\u0447\u0438\u0442\u0438 \u043a\u043e\u0434 \u0437\u0430\u0440\u0430\u0445\u0443\u0432\u0430\u043d\u043d\u044f \u044f\u043a \u043d\u0435\u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d\u0438\u0439", - "Markdown Editing Help": "Markdown: \u0414\u043e\u043f\u043e\u043c\u043e\u0433\u0430 \u0432 \u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u043d\u043d\u0456", - "Match case": "\u0412\u0440\u0430\u0445\u043e\u0432\u0443\u0432\u0430\u0442\u0438 \u0440\u0435\u0433\u0456\u0441\u0442\u0440", - "Max file size exceeded": "\u041f\u0435\u0440\u0435\u0432\u0438\u0449\u0435\u043d\u043e \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0438\u0439 \u0440\u043e\u0437\u043c\u0456\u0440 \u0444\u0430\u0439\u043b\u0430", - "Maximum": "\u041c\u0430\u043a\u0441\u0438\u043c\u0443\u043c", - "Maximum file size: {maxFileSize} GB": "\u0420\u043e\u0437\u043c\u0456\u0440 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0444\u0430\u0439\u043b\u0443: {maxFileSize} GB", - "May": "\u0442\u0440\u0430\u0432\u043d\u044f", - "Membership": "\u0427\u043b\u0435\u043d\u0441\u0442\u0432\u043e", - "Merge cells": "\u0417\u043b\u0438\u0442\u0438 \u043a\u043bi\u0442\u0438\u043d\u043a\u0438", - "Message:": "\u041f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f:", - "Middle": "\u0421\u0435\u0440\u0435\u0434\u043d\u044f", - "Midnight": "\u041f\u0456\u0432\u043d\u0456\u0447", - "Module state successfully deleted.": "\u0421\u0442\u0430\u043d \u043c\u043e\u0434\u0443\u043b\u044f \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043e.", - "More": "\u0414\u0435\u0442\u0430\u043b\u044c\u043d\u0456\u0448\u0435", - "Move": "\u041f\u0435\u0440\u0435\u043c\u0456\u0441\u0442\u0438\u0442\u0438", - "Move cancelled. \"{sourceDisplayName}\" has been moved back to its original location.": "\u041f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f \u0441\u043a\u0430\u0441\u043e\u0432\u0430\u043d\u043e. \"{sourceDisplayName}\" \u043f\u043e\u0432\u0435\u0440\u0435\u043d\u043e \u0434\u043e \u043e\u0440\u0438\u0433\u0456\u043d\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043c\u0456\u0441\u0446\u0435\u0437\u043d\u0430\u0445\u043e\u0434\u0436\u0435\u043d\u043d\u044f.", - "Move: {displayName}": "\u041f\u0435\u0440\u0435\u043d\u0435\u0441\u0442\u0438: {displayName}", - "Moving": "\u041f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f", - "Mute": "\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u0437\u0432\u0443\u043a", - "Muted": "\u0417\u0430\u0433\u043b\u0443\u0448\u0435\u043d\u043e", - "My Orders": "\u041c\u043e\u0457 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f", - "My Team": "\u041c\u043e\u044f \u043a\u043e\u043c\u0430\u043d\u0434\u0430", - "Name": "\u0406\u043c'\u044f", - "Name ": "\u0406\u043c'\u044f", - "New Password": "\u041d\u043e\u0432\u0438\u0439 \u043f\u0430\u0440\u043e\u043b\u044c", - "New document": "\u041d\u043e\u0432\u0438\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442", - "New window": "\u041d\u043e\u0432\u0435 \u0432\u0456\u043a\u043d\u043e", - "New {component_type}": "\u041d\u043e\u0432\u0438\u0439 {component_type}", - "Next": "\u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0438\u0439", - "No Content Group": "\u0411\u0435\u0437 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u043d\u043e\u0457 \u0433\u0440\u0443\u043f\u0438", - "No Derivatives": "\u0417\u0430\u0431\u043e\u0440\u043e\u043d\u044f\u0454\u0442\u044c\u0441\u044f \u043c\u043e\u0434\u0438\u0444\u0456\u043a\u0443\u0432\u0430\u0442\u0438 \u043a\u043e\u043d\u0442\u0435\u043d\u0442", - "No Flash Detected": "\u041d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u043a\u0438 Flash", - "No Webcam Detected": "\u0412\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u0443 \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e", - "No color": "\u041d\u0435\u043c\u0430\u0454 \u043a\u043e\u043b\u044c\u043e\u0440\u0443", - "No posts matched your query.": "\u0416\u043e\u0434\u0435\u043d \u0434\u043e\u043f\u0438\u0441 \u043d\u0435 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0430\u0454 \u0432\u0430\u0448\u043e\u043c\u0443 \u0437\u0430\u043f\u0438\u0442\u0443.", - "No results": "\u041d\u0435\u043c\u0430\u0454 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432", - "No results found for \"%(query_string)s\". Please try searching again.": "\u0414\u043b\u044f \"%(query_string)s\" \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432. \u0421\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437 \u043f\u043e\u0448\u0443\u043a\u0430\u0442\u0438.", - "No results found for {original_query}. Showing results for {suggested_query}.": "\u0416\u043e\u0434\u043d\u0438\u0445 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432 \u0434\u043b\u044f {original_query}. \u041f\u043e\u043a\u0430\u0437\u0430\u043d\u043e \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u0434\u043b\u044f {suggested_query}.", - "No tasks currently running.": "\u041d\u0430\u0440\u0430\u0437\u0456 \u043d\u0435\u043c\u0430\u0454 \u0437\u0430\u043f\u0443\u0449\u0435\u043d\u0438\u0445 \u0437\u0430\u0434\u0430\u0447.", - "No validation is performed on policy keys or value pairs. If you are having difficulties, check your formatting.": "\u041f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u0430 \u043d\u0430 \u043a\u043b\u044e\u0447\u0456 \u043f\u043e\u043b\u0456\u0442\u0438\u043a\u0438 \u0430\u0431\u043e \u043f\u0430\u0440\u0438 \u0446\u0456\u043d\u043d\u043e\u0441\u0442\u0435\u0439 \u043d\u0435 \u0432\u0438\u043a\u043e\u043d\u0443\u0454\u0442\u044c\u0441\u044f.", - "Nonbreaking space": "\u041d\u0435\u043f\u0435\u0440\u0435\u0440\u0432\u043d\u0438\u0439 \u043f\u0440\u043e\u043c\u0456\u0436\u043e\u043a", - "Noncommercial": "\u041d\u0435 \u043a\u043e\u043c\u0435\u0440\u0446\u0456\u0439\u043d\u0438\u0439", - "None": "\u041d\u0435\u043c\u0430\u0454", - "Noon": "\u041f\u043e\u043b\u0443\u0434\u0435\u043d\u044c", - "Not Graded": "\u041d\u0435 \u043e\u0446\u0456\u043d\u044e\u044e\u0442\u044c\u0441\u044f", - "Not Selected": "\u041d\u0435 \u043e\u0431\u0440\u0430\u043d\u043e", - "Not divided": "\u041d\u0435 \u0440\u043e\u0437\u043f\u043e\u0434\u0456\u043b\u0435\u043d\u043e", - "Not in Use": "\u041d\u0435 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0454\u0442\u044c\u0441\u044f", - "Not specific to a course": "\u041d\u0435\u0441\u043f\u0435\u0446\u0438\u0444\u0456\u0447\u043d\u0435 \u0434\u043b\u044f \u043a\u0443\u0440\u0441\u0443", - "Not yet": "\u0429\u0435 \u043d\u0456", + ], + "%s ago": "%s \u0442\u043e\u043c\u0443", + "%s from now": "%s \u0432\u0456\u0434\u0442\u0435\u043f\u0435\u0440", + "(Add signatories for a certificate)": "(\u0414\u043e\u0434\u0430\u0442\u0438 \u043f\u0456\u0434\u043f\u0438\u0441\u0430\u043d\u0442\u0456\u0432 \u0434\u043b\u044f \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0443)", + "(Caption will be displayed when you start playing the video.)": "(\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u0438 \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u0438\u043c\u0443\u0442\u044c\u0441\u044f, \u043a\u043e\u043b\u0438 \u0412\u0438 \u043f\u043e\u0447\u043d\u0435\u0442\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u0432\u0430\u0442\u0438 \u0432\u0456\u0434\u0435\u043e.)", + "(Optional)": "(\u043d\u0435\u043e\u0431\u043e\u0432'\u044f\u0437\u043a\u043e\u0432\u043e)", + "(Read-only)": "(\u041b\u0438\u0448\u0435 \u0434\u043b\u044f \u0447\u0438\u0442\u0430\u043d\u043d\u044f)", + "(Required Field)": "(\u041e\u0431\u043e\u0432'\u044f\u0437\u043a\u043e\u0432\u0435 \u043f\u043e\u043b\u0435)", + "(Self-paced) Ended {end}": " (\u0421\u0430\u043c\u043e\u0441\u0442\u0456\u0439\u043d\u0456 \u043a\u0443\u0440\u0441\u0438) \u0417\u0430\u043a\u0456\u043d\u0447\u0438\u043b\u0438\u0441\u044f {end}", + "(Self-paced) Ends {end}": "\u0417\u0430\u043a\u0456\u043d\u0447\u0443\u044e\u0442\u044c\u0441\u044f {end} (\u0421\u0430\u043c\u043e\u0441\u0442\u0456\u0439\u043d\u0456 \u043a\u0443\u0440\u0441\u0438) ", + "(Self-paced) Started {start}": "\u041f\u043e\u0447\u0430\u043b\u0438\u0441\u044f {start} (\u0421\u0430\u043c\u043e\u0441\u0442\u0456\u0439\u043d\u0456 \u043a\u0443\u0440\u0441\u0438)", + "(Self-paced) Starts {start}": "\u041f\u043e\u0447\u0438\u043d\u0430\u044e\u0442\u044c\u0441\u044f {start} (\u0421\u0430\u043c\u043e\u0441\u0442\u0456\u0439\u043d\u0456 \u043a\u0443\u0440\u0441\u0438)", + "(optional)": "(\u043d\u0435\u043e\u0431\u043e\u0432'\u044f\u0437\u043a\u043e\u0432\u043e)", + "(required)": "(\u0432\u0438\u043c\u0430\u0433\u0430\u0454\u0442\u044c\u0441\u044f)", + "(required):": "(\u043e\u0431\u043e\u0432'\u044f\u0437\u043a\u043e\u0432\u043e)", + "6 a.m.": "6", + "6 p.m.": "18:00", + ": video upload complete.": ": \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0432\u0456\u0434\u0435\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e.", + "<%= user %> already in exception list.": "<%= user %> \u0432\u0436\u0435 \u0434\u043e\u0434\u0430\u043d\u0438\u0439 \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0432\u0438\u043a\u043b\u044e\u0447\u0435\u043d\u044c.", + "<%= user %> has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.": "<%= user %> \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0434\u043e\u0434\u0430\u043d\u0438\u0439. \u0414\u043b\u044f \u0432\u0438\u0434\u0430\u0447\u0456 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0443 \u043d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u043a\u043d\u043e\u043f\u043a\u0443 \\\"\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0438 \u0434\u043b\u044f \u0432\u0438\u043d\u044f\u0442\u043a\u043e\u0432\u0438\u0445 \u0432\u0438\u043f\u0430\u0434\u043a\u0456\u0432\\\".", + "A Password is required": "\u041d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u043e \u0432\u043a\u0430\u0437\u0430\u0442\u0438 \u043f\u0430\u0440\u043e\u043b\u044c", + "A name that identifies your team (maximum 255 characters).": "\u0406\u043c'\u044f, \u044f\u043a\u0435 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0443\u0454 \u0432\u0430\u0448\u0443 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 (\u043d\u0435 \u0431\u0456\u043b\u044c\u0448\u0435 255 \u0441\u0438\u043c\u0432\u043e\u043b\u0456\u0432).", + "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "\u041a\u043e\u0440\u043e\u0442\u043a\u0438\u0439 \u043e\u043f\u0438\u0441 \u043a\u043e\u043c\u0430\u043d\u0434\u0438 \u0434\u043b\u044f \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u0438 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430\u043c \u0437\u0440\u043e\u0437\u0443\u043c\u0456\u0442\u0438 \u0446\u0456\u043b\u0456 \u0430\u0431\u043e \u0441\u043f\u0435\u0446\u0438\u0444\u0456\u043a\u0443 \u043a\u043e\u043c\u0430\u043d\u0434\u0438 (\u043d\u0435 \u0431\u0456\u043b\u044c\u0448\u0435 300 \u0441\u0438\u043c\u0432\u043e\u043b\u0456\u0432).", + "A valid email address is required": "\u041d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u0430 \u043a\u043e\u0440\u0435\u043a\u0442\u043d\u0430 \u0430\u0434\u0440\u0435\u0441\u0430 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0457 \u043f\u043e\u0448\u0442\u0438", + "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "\u0410\u0411\u0412\u0413\u0490\u0414\u0415\u0404\u0416\u0417\u0418\u0406\u0407\u0419\u041a\u041b\u041c\u041d\u041e\u041f\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042c\u042e\u042f", + "Abbreviation": "\u0410\u0431\u0440\u0435\u0432\u0456\u0430\u0442\u0443\u0440\u0430", + "About Me": "\u041f\u0440\u043e \u043c\u0435\u043d\u0435", + "About me": "\u041f\u0440\u043e \u043c\u0435\u043d\u0435", + "Accomplishments": "\u0414\u043e\u0441\u044f\u0433\u043d\u0435\u043d\u043d\u044f", + "Accomplishments Pagination": "\u041d\u0443\u043c\u0435\u0440\u0430\u0446\u0456\u044f \u0434\u043e\u0441\u044f\u0433\u043d\u0435\u043d\u044c", + "Account Information": "\u0406\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u044f \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u043e\u0433\u043e \u0437\u0430\u043f\u0438\u0441\u0443", + "Account Settings": "\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u043e\u0433\u043e \u0437\u0430\u043f\u0438\u0441\u0443", + "Account Settings page.": "\u0421\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u044c \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u043e\u0433\u043e \u0437\u0430\u043f\u0438\u0441\u0443.", + "Account deletion, including removal from email lists, may take a few weeks to fully process through our system. If you want to opt-out of emails before then, please unsubscribe from the footer of any email.": "\u0412\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u044f \u0430\u043a\u0430\u0443\u043d\u0442\u0443, \u0432\u043a\u043b\u044e\u0447\u0430\u044e\u0447\u0438 \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u044f \u0437\u0456 \u0441\u043f\u0438\u0441\u043a\u0456\u0432 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0457 \u043f\u043e\u0448\u0442\u0438, \u043c\u043e\u0436\u0435 \u0437\u0430\u0439\u043d\u044f\u0442\u0438 \u043a\u0456\u043b\u044c\u043a\u0430 \u0442\u0438\u0436\u043d\u0456\u0432, \u0449\u043e\u0431 \u043f\u043e\u0432\u043d\u0456\u0441\u0442\u044e \u043e\u0431\u0440\u043e\u0431\u0438\u0442\u0438 \u0447\u0435\u0440\u0435\u0437 \u043d\u0430\u0448\u0443 \u0441\u0438\u0441\u0442\u0435\u043c\u0443. \u042f\u043a\u0449\u043e \u0432\u0438 \u0437\u0430\u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0456\u0434\u043c\u043e\u0432\u0438\u0442\u0438\u0441\u044f \u0432\u0456\u0434 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0438\u0445 \u043b\u0438\u0441\u0442\u0456\u0432 \u0434\u043e \u0446\u044c\u043e\u0433\u043e, \u0431\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0441\u043a\u0430\u0441\u0443\u0439\u0442\u0435 \u043f\u0456\u0434\u043f\u0438\u0441\u043a\u0443 \u043d\u0430 \u043d\u0438\u0436\u043d\u0456\u0439 \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b \u0431\u0443\u0434\u044c-\u044f\u043a\u043e\u0457 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0457 \u043f\u043e\u0448\u0442\u0438.", + "Action required: Enter a valid date.": "\u041d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u0456 \u0434\u0456\u0457: \u0412\u0432\u0435\u0434\u0456\u0442\u044c \u0434\u0456\u0439\u0441\u043d\u0443 \u0434\u0430\u0442\u0443.", + "Activating a link in this group will skip to the corresponding point in the video.": "\u041f\u0440\u0438 \u0430\u043a\u0442\u0438\u0432\u0430\u0446\u0456\u0457 \u043f\u0443\u043d\u043a\u0442\u0443 \u0432 \u0446\u0456\u0439 \u0433\u0440\u0443\u043f\u0456 \u0432\u0456\u0434\u0431\u0443\u0434\u0435\u0442\u044c\u0441\u044f \u043f\u0435\u0440\u0435\u043c\u043e\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0432\u0456\u0434\u0435\u043e \u0434\u043e \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u043d\u043e\u0457 \u0442\u043e\u0447\u043a\u0438. ", + "Add Attachment": "\u0414\u043e\u0434\u0430\u0442\u0438 \u0432\u043a\u043b\u0430\u0434\u0435\u043d\u043d\u044f", + "Add Cohort": "\u0414\u043e\u0434\u0430\u0442\u0438 \u043a\u043e\u0433\u043e\u0440\u0442\u0443 ", + "Add Component:": "\u0414\u043e\u0434\u0430\u0442\u0438 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442:", + "Add Country": "\u0414\u043e\u0434\u0430\u0442\u0438 \u043a\u0440\u0430\u0457\u043d\u0443", + "Add New Component": "\u0414\u043e\u0434\u0430\u0442\u0438 \u043d\u043e\u0432\u0438\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442", + "Add Thumbnail": "\u0414\u043e\u0434\u0430\u0442\u0438 \u041c\u0456\u043d\u0456\u0430\u0442\u044e\u0440\u0443", + "Add Thumbnail - {videoName}": "\u0414\u043e\u0434\u0430\u0442\u0438 \u041c\u0456\u043d\u0456\u0430\u0442\u044e\u0440\u0443 - {videoName}", + "Add a New Cohort": "\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043d\u043e\u0432\u0443 \u043a\u043e\u0433\u043e\u0440\u0442\u0443", + "Add language": "\u0414\u043e\u0434\u0430\u0442\u0438 \u043c\u043e\u0432\u0443", + "Add notes about this learner": "\u0414\u043e\u0434\u0430\u0442\u0438 \u043d\u043e\u0442\u0430\u0442\u043a\u0438 \u0434\u043b\u044f \u0446\u044c\u043e\u0433\u043e \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430", + "Add to Dictionary": "\u0414\u043e\u0434\u0430\u0442\u0438 \u0443 \u0421\u043b\u043e\u0432\u043d\u0438\u043a", + "Add to Exception List": "\u0414\u043e\u0434\u0430\u0442\u0438 \u0434\u043e \u0441\u043f\u0438\u0441\u043a\u0443 \u0432\u0438\u043d\u044f\u0442\u043a\u0456\u0432", + "Add your first content group": "\u0414\u043e\u0434\u0430\u0442\u0438 \u0432\u0430\u0448\u0443 \u043f\u0435\u0440\u0448\u0443 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u043d\u0443 \u0433\u0440\u0443\u043f\u0443", + "Add your first group configuration": "\u0414\u043e\u0434\u0430\u0442\u0438 \u0432\u0430\u0448\u0443 \u043f\u0435\u0440\u0448\u0443 \u043a\u043e\u043d\u0444\u0456\u0433\u0443\u0440\u0430\u0446\u0456\u044e \u0433\u0440\u0443\u043f\u0438", + "Add {role} Access": "\u0414\u043e\u0434\u0430\u0442\u0438 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043b\u044f {role}", + "Adding": "\u0414\u043e\u0434\u0430\u0432\u0430\u043d\u043d\u044f", + "Adding the selected course to your cart": "\u0414\u043e\u0434\u0430\u0442\u0438 \u043e\u0431\u0440\u0430\u043d\u0456 \u043a\u0443\u0440\u0441\u0438 \u0434\u043e \u0432\u0430\u0448\u043e\u0457 \u043a\u043e\u0440\u0437\u0438\u043d\u0438", + "Additional Information": "\u0414\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u0430 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u044f", + "Additional posts could not be loaded. Refresh the page and try again.": "\u0414\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u0456 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u043d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", + "Additional responses could not be loaded. Refresh the page and try again.": "\u0414\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u0456 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456 \u043d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", + "Adjust video speed": "\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u0442\u0438 \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044c \u0432\u0456\u0434\u0435\u043e", + "Adjust video volume": "\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u0442\u0438 \u0437\u0432\u0443\u043a \u0432\u0456\u0434\u0435\u043e", + "Admin": "\u0410\u0434\u043c\u0456\u043d\u0456\u0441\u0442\u0440\u0430\u0442\u043e\u0440", + "Advanced": "\u0414\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u043e", + "Align center": "\u0412\u0438\u0440\u0456\u0432\u043d\u044f\u0442\u0438 \u043f\u043e \u0446\u0435\u043d\u0442\u0440\u0443", + "Align left": "\u0412\u0438\u0440\u0456\u0432\u043d\u044f\u0442\u0438 \u043b\u0456\u0432\u043e\u0440\u0443\u0447", + "Align right": "\u0412\u0438\u0440\u0456\u0432\u043d\u044f\u0442\u0438 \u0437\u0430 \u043f\u0440\u0430\u0432\u0438\u043c \u043a\u0440\u0430\u0454\u043c", + "Alignment": "\u0412\u0438\u0440\u0456\u0432\u043d\u044e\u0432\u0430\u043d\u043d\u044f", + "All Learners and Staff": "\u0423\u0441\u0456 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0438 \u0442\u0430 \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b", + "All Posts": "\u0423\u0441\u0456 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f", + "All Rights Reserved": "\u0412\u0441\u0456 \u043f\u0440\u0430\u0432\u0430 \u0437\u0430\u0445\u0438\u0449\u0435\u043d\u043e", + "All Time Zones": "\u0412\u0441\u0456 \u0447\u0430\u0441\u043e\u0432\u0456 \u043f\u043e\u044f\u0441\u0438", + "All Topics": "\u0412\u0441\u0456 \u0442\u0435\u043c\u0438", + "All accounts were created successfully.": "\u0412\u0441\u0456 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0456 \u0437\u0430\u043f\u0438\u0441\u0438 \u0431\u0443\u043b\u0438 \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u0456 \u0443\u0441\u043f\u0456\u0448\u043d\u043e.", + "All chapters must have a name and asset": "\u0412\u0441\u0456\u043c \u0440\u043e\u0437\u0434\u0456\u043b\u0430\u043c \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e \u043c\u0430\u0442\u0438 \u043d\u0430\u0437\u0432\u0443 \u0442\u0430 \u0441\u043a\u043b\u0430\u0434\u043d\u0438\u043a\u0438", + "All groups must have a name.": "\u041a\u043e\u0436\u043d\u0430 \u0433\u0440\u0443\u043f\u0430 \u043f\u043e\u0432\u0438\u043d\u043d\u0430 \u043c\u0430\u0442\u0438 \u043d\u0430\u0437\u0432\u0443", + "All learners in the {cohort_name} cohort": "\u0412\u0441\u0456 \u0441\u043b\u0443\u0445\u0430\u0447\u0456 {cohort_name} \u0433\u0440\u0443\u043f\u0438", + "All learners in the {track_name} track": "\u0423\u0441\u0456 \u0443\u0447\u043d\u0456 \u0443 {track_name} \u0442\u0440\u0435\u0446\u0456", + "All learners who are enrolled in this course": "\u0412\u0441\u0456 \u0441\u043b\u0443\u0445\u0430\u0447\u0456 \u0446\u044c\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0443", + "All payment options are currently unavailable.": "\u0412\u0441\u0456 \u043c\u0435\u0442\u043e\u0434\u0438 \u043e\u043f\u043b\u0430\u0442\u0438 \u0432 \u0434\u0430\u043d\u0438\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0456.", + "All subsections": "\u0423\u0441\u0456 \u043f\u0456\u0434\u0440\u043e\u0437\u0434\u0456\u043b\u0438", + "All teams": "\u0423\u0441\u0456 \u043a\u043e\u043c\u0430\u043d\u0434\u0438", + "All topics": "\u0423\u0441\u0456 \u0442\u0435\u043c\u0438", + "All units": "\u0423\u0441\u0456 \u0431\u043b\u043e\u043a\u0438", + "All users on the Exception list": "\u0412\u0441\u0456 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456 \u0443 \u0441\u043f\u0438\u0441\u043a\u0443 \u0432\u0438\u043d\u044f\u0442\u043a\u0456\u0432", + "All users on the Exception list who do not yet have a certificate": "\u0412\u0441\u0456 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456 \u0443 \u0441\u043f\u0438\u0441\u043a\u0443 \u0432\u0438\u043d\u044f\u0442\u043a\u0456\u0432, \u044f\u043a\u0456 \u0449\u0435 \u043d\u0435 \u043c\u0430\u044e\u0442\u044c \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0456\u0432", + "Allow others to copy, distribute, display and perform only verbatim copies of your work, not derivative works based upon it. This option is incompatible with \"Share Alike\".": "\u0414\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438 \u0456\u043d\u0448\u0438\u043c \u043a\u043e\u043f\u0456\u044e\u0432\u0430\u0442\u0438, \u043f\u043e\u0448\u0438\u0440\u044e\u0432\u0430\u0442\u0438, \u0434\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0443\u0432\u0430\u0442\u0438 \u0442\u0430 \u0432\u0438\u043a\u043e\u043d\u0443\u0432\u0430\u0442\u0438 \u0432\u0438\u043a\u043b\u044e\u0447\u043d\u043e \u0442\u043e\u0447\u043d\u0456 \u043a\u043e\u043f\u0456\u0457 \u0432\u0430\u0448\u0438\u0445 \u0440\u043e\u0431\u0456\u0442, \u0430 \u043d\u0435 \u0440\u043e\u0431\u043e\u0442\u0438, \u0437\u0430\u0441\u043d\u043e\u0432\u0430\u043d\u0456 \u043d\u0430 \u0432\u0430\u0448\u0438\u0445 \u0434\u043e\u0440\u043e\u0431\u043a\u0430\u0445. \u0426\u044f \u043e\u043f\u0446\u0456\u044f \u043d\u0435\u0441\u0443\u043c\u0456\u0441\u043d\u0430 \u0437 \u00ab\u043f\u043e\u0448\u0438\u0440\u0438\u0442\u0438 \u043f\u043e\u0434\u0456\u0431\u043d\u0435\u00bb.", + "Allow others to copy, distribute, display and perform your copyrighted work but only if they give credit the way you request. Currently, this option is required.": "\u0414\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438 \u0456\u043d\u0448\u0438\u043c \u043a\u043e\u043f\u0456\u044e\u0432\u0430\u0442\u0438, \u043f\u043e\u0448\u0438\u0440\u044e\u0432\u0430\u0442\u0438, \u0434\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0443\u0432\u0430\u0442\u0438 \u0442\u0430 \u0432\u0438\u043a\u043e\u043d\u0443\u0432\u0430\u0442\u0438 \u0432\u0430\u0448\u0443 \u0430\u0432\u0442\u043e\u0440\u0441\u044c\u043a\u0443 \u0440\u043e\u0431\u043e\u0442\u0443, \u0430\u043b\u0435 \u0432\u0438\u043a\u043b\u044e\u0447\u043d\u043e, \u043a\u043e\u043b\u0438 \u043f\u043e\u0434\u0430\u043d\u043e \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043d\u0430 \u0432\u0430\u0441 \u0443 \u043e\u0431\u0440\u0430\u043d\u0456\u0439 \u0432\u0430\u043c\u0438 \u0444\u043e\u0440\u043c\u0456. \u041d\u0430 \u0440\u0430\u0437\u0456 \u0446\u0435 \u043e\u0431\u043e\u0432'\u044f\u0437\u043a\u043e\u0432\u043e. ", + "Allow others to copy, distribute, display and perform your work - and derivative works based upon it - but for noncommercial purposes only.": "\u0414\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438 \u0456\u043d\u0448\u0438\u043c \u043a\u043e\u043f\u0456\u044e\u0432\u0430\u0442\u0438, \u043f\u043e\u0448\u0438\u0440\u044e\u0432\u0430\u0442\u0438, \u0434\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0443\u0432\u0430\u0442\u0438 \u0442\u0430 \u0432\u0438\u043a\u043e\u043d\u0443\u0432\u0430\u0442\u0438 \u0432\u0430\u0448\u0443 \u0440\u043e\u0431\u043e\u0442\u0443 \u0442\u0430 \u0440\u043e\u0431\u043e\u0442\u0438, \u0437\u0430\u0441\u043d\u043e\u0432\u0430\u043d\u0456 \u043d\u0430 \u0432\u0430\u0448\u0438\u0445 \u0434\u043e\u0440\u043e\u0431\u043a\u0430\u0445, \u0432\u0438\u043a\u043b\u044e\u0447\u043d\u043e \u0437 \u043d\u0435\u043a\u043e\u043c\u0435\u0440\u0446\u0456\u0439\u043d\u043e\u044e \u043c\u0435\u0442\u043e\u044e. ", + "Allow others to distribute derivative works only under a license identical to the license that governs your work. This option is incompatible with \"No Derivatives\".": "\u0414\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438 \u0456\u043d\u0448\u0438\u043c \u043f\u043e\u0448\u0438\u0440\u044e\u0432\u0430\u0442\u0438 \u0432\u0438\u043a\u043b\u044e\u0447\u043d\u043e \u0440\u043e\u0431\u043e\u0442\u0438, \u0437\u0430\u0441\u043d\u043e\u0432\u0430\u043d\u0456 \u043d\u0430 \u0432\u0430\u0448\u0438\u0445 \u0434\u043e\u0440\u043e\u0431\u043a\u0430\u0445, \u043f\u0456\u0434 \u043b\u0456\u0446\u0435\u043d\u0437\u0456\u044f\u043c\u0438 \u0442\u0430\u043a\u0438\u043c\u0438, \u044f\u043a \u0434\u043b\u044f \u0432\u0430\u0448\u0438\u0445 \u0440\u043e\u0431\u0456\u0442. \u0426\u044f \u043e\u043f\u0446\u0456\u044f \u043d\u0435\u0441\u0443\u043c\u0456\u0441\u043d\u0430 \u0437 \u00ab\u0411\u0435\u0437 \u043f\u043e\u0445\u0456\u0434\u043d\u0438\u0445\u00bb.", + "Allow students to generate certificates for this course?": "\u0414\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430\u043c \u0433\u0435\u043d\u0435\u0440\u0443\u0432\u0430\u0442\u0438 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0438 \u0434\u043b\u044f \u0446\u044c\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0443?", + "Already a course team member": "\u0412\u0436\u0435 \u0454 \u0447\u043b\u0435\u043d\u043e\u043c \u043a\u043e\u043c\u0430\u043d\u0434\u0438 \u043a\u0443\u0440\u0441\u0443", + "Already a library team member": "\u0412\u0436\u0435 \u0454 \u0447\u043b\u0435\u043d\u043e\u043c \u0431\u0456\u0431\u043b\u0456\u043e\u0442\u0435\u0447\u043d\u043e\u0457 \u043a\u043e\u043c\u0430\u043d\u0434\u0438", + "Already a member": "\u0412\u0436\u0435 \u0454 \u0447\u043b\u0435\u043d\u043e\u043c", + "Alternative source": "\u0410\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u0456 \u0434\u0436\u0435\u0440\u0435\u043b\u0430", + "An error has occurred. Check your Internet connection and try again.": "\u0421\u0442\u0430\u043b\u0430\u0441\u044f \u043f\u043e\u043c\u0438\u043b\u043a\u0430. \u041f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u0432\u0430\u0448\u0435 \u0456\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u0437'\u0454\u0434\u043d\u0430\u043d\u043d\u044f \u0456 \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437.", + "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "\u0412\u0438\u043d\u0438\u043a\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044c, \u0449\u043e \u0432\u0438 \u043f\u0456\u0434'\u0454\u0434\u043d\u0430\u043d\u043d\u0456 \u0434\u043e \u043c\u0435\u0440\u0435\u0436\u0456 \u0442\u0430 \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043e\u043d\u043e\u0432\u0438\u0442\u0438 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443.", + "An error has occurred. Please try again later.": "\u0412\u0438\u043d\u0438\u043a\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u0456\u0437\u043d\u0456\u0448\u0435.", + "An error has occurred. Please try again.": "\u0412\u0438\u043d\u0438\u043a\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u0456\u0437\u043d\u0456\u0448\u0435.", + "An error has occurred. Please try reloading the page.": "\u0412\u0438\u043d\u0438\u043a\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u0435\u0440\u0435\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443.", + "An error has occurred. Refresh the page, and then try again.": "\u0412\u0438\u043d\u0438\u043a\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430. \u041f\u0435\u0440\u0435\u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0442\u0435 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0437\u043d\u043e\u0432\u0443.", + "An error has occurred. Try refreshing the page, or check your Internet connection.": "\u0421\u0442\u0430\u043b\u0430\u0441\u044f \u043f\u043e\u043c\u0438\u043b\u043a\u0430. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u0432\u0430\u0448\u0435 \u0456\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u0437'\u0454\u0434\u043d\u0430\u043d\u043d\u044f.", + "An error has occurred. Wait a few minutes, and then try again.": "\u0421\u0442\u0430\u043b\u0430\u0441\u044f \u043f\u043e\u043c\u0438\u043b\u043a\u0430. \u0417\u0430\u0447\u0435\u043a\u0430\u0439\u0442\u0435 \u043a\u0456\u043b\u044c\u043a\u0430 \u0445\u0432\u0438\u043b\u0438\u043d, \u0442\u0430 \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437.", + "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "\u0412\u0438\u043d\u0438\u043a\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0432\u0438\u0434\u0456\u043b\u0435\u043d\u043d\u0456 \u0432\u0430\u0448\u043e\u0457 \u0430\u0434\u0440\u0435\u0441\u0438. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u0456\u0437\u043d\u0456\u0448\u0435 \u0442\u0430 \u0437\u0432\u0435\u0440\u043d\u0456\u0442\u044c\u0441\u044f \u0434\u043e \u0441\u043b\u0443\u0436\u0431\u0438 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u043a\u0438 \u0432 \u0440\u0430\u0437\u0456 \u043f\u043e\u0432\u0442\u043e\u0440\u0435\u043d\u043d\u044f \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0438.", + "An error occurred when signing you in to %s.": "\u0421\u0442\u0430\u043b\u0430\u0441\u044f \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0456\u0457 \u0412\u0430\u0441 \u043d\u0430 %s.", + "An error occurred while removing the member from the team. Try again.": "\u041f\u0440\u0438 \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u0456 \u0434\u0430\u043d\u043e\u0433\u043e \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0430 \u0437 \u043a\u043e\u043c\u0430\u043d\u0434\u0438 \u0432\u0438\u043d\u0438\u043a\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430. \u0421\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437.", + "An error occurred.": "\u0421\u0442\u0430\u043b\u0430\u0441\u044f \u043f\u043e\u043c\u0438\u043b\u043a\u0430.", + "An error occurred. Make sure that the student's username or email address is correct and try again.": "\u0412\u0438\u043d\u0438\u043a\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430. \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e \u0456\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0442\u0430 \u0430\u0434\u0440\u0435\u0441\u0430 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0457 \u043f\u043e\u0448\u0442\u0438 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0456 \u0456 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", + "An error occurred. Please try again.": "\u0412\u0438\u043d\u0438\u043a\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437.", + "An error occurred. Try again.": "\u0412\u0438\u043d\u0438\u043a\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437.", + "An unexpected error occurred. Please try again.": "\u0412\u0438\u043d\u0438\u043a\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437.", + "Anchor": "\u042f\u043a\u0456\u0440", + "Anchors": "\u042f\u043a\u043e\u0440\u0438", + "Any content that has listed this content as a prerequisite will also have access limitations removed.": "\u0411\u0443\u0434\u044c-\u044f\u043a\u0438\u0439 \u043a\u043e\u043d\u0442\u0435\u043d\u0442, \u044f\u043a\u0438\u0439 \u0437\u0430\u0437\u043d\u0430\u0447\u0438\u0432 \u0446\u0435\u0439 \u043a\u043e\u043d\u0442\u0435\u043d\u0442 \u044f\u043a \u043d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u0443 \u0443\u043c\u043e\u0432\u0443, \u0442\u0430\u043a\u043e\u0436 \u043c\u0430\u0442\u0438\u043c\u0435 \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u0435 \u043e\u0431\u043c\u0435\u0436\u0435\u043d\u043d\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u0443.", + "Any course progress or grades from your current session will be lost.": "\u0411\u0443\u0434\u044c-\u044f\u043a\u0438\u0439 \u043f\u0440\u043e\u0433\u0440\u0435\u0441 \u0443 \u043a\u0443\u0440\u0441\u0456 \u0430\u0431\u043e \u043e\u0446\u0456\u043d\u043a\u0438 \u0437 \u043f\u043e\u0442\u043e\u0447\u043d\u043e\u0433\u043e \u0441\u0435\u0430\u043d\u0441\u0443 \u0431\u0443\u0434\u0443\u0442\u044c \u0432\u0442\u0440\u0430\u0447\u0435\u043d\u0456.", + "Any divided discussion topics are divided based on cohort.": "\u0412\u0441\u0456 \u0440\u043e\u0437\u043f\u043e\u0434\u0456\u043b\u0435\u043d\u0456 \u0442\u0435\u043c\u0438 \u043e\u0431\u0433\u043e\u0432\u043e\u0440\u0435\u043d\u044c \u0434\u0456\u043b\u044f\u0442\u044c\u0441\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u043d\u043e \u0434\u043e \u0433\u0440\u0443\u043f. ", + "Any divided discussion topics are divided based on enrollment track.": "\u0411\u0443\u0434\u044c-\u044f\u043a\u0456 \u0440\u043e\u0437\u0434\u0456\u043b\u0435\u043d\u0456 \u0442\u0435\u043c\u0438 \u043e\u0431\u0433\u043e\u0432\u043e\u0440\u0435\u043d\u043d\u044f \u043f\u043e\u0434\u0456\u043b\u044f\u044e\u0442\u044c\u0441\u044f \u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u0456 \u0437\u0430\u043f\u0438\u0441\u0443 \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u0457.", + "April": "\u043a\u0432\u0456\u0442\u043d\u044f", + "Are you sure that you want to leave this session?": "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u043f\u043e\u043a\u0438\u043d\u0443\u0442\u0438 \u0446\u0435\u0439 \u0441\u0435\u0430\u043d\u0441?", + "Are you sure you want to change to a different session?": "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0437\u043c\u0456\u043d\u0456\u0442\u0438 \u043d\u0430 \u0456\u043d\u0448\u0443 \u0441\u0435\u0441\u0456\u044e?", + "Are you sure you want to delete this comment?": "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0446\u0435\u0439 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440?", + "Are you sure you want to delete this page? This action cannot be undone.": "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0446\u044e \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443? \u0426\u044f \u0434\u0456\u044f \u0454 \u043d\u0435\u0437\u0432\u043e\u0440\u043e\u0442\u043d\u044c\u043e\u044e.", + "Are you sure you want to delete this post?": "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0446\u044e \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u044e?", + "Are you sure you want to delete this response?": "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0446\u044e \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c?", + "Are you sure you want to delete this update?": "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0446\u0435 \u043e\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044f?", + "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 {email} \u0437 \u043a\u043e\u043c\u0430\u043d\u0434\u0438 \u043a\u0443\u0440\u0441\u0443 \u0434\u043b\u044f \u201c{container}\u201d?", + "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 {email} \u0437 \u0431\u0456\u0431\u043b\u0456\u043e\u0442\u0435\u043a\u0438 \u201c{container}\u201d?", + "Are you sure you want to remove this transcript?": "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0446\u044e \u0440\u043e\u0437\u0448\u0438\u0444\u0440\u043e\u0432\u043a\u0443?", + "Are you sure you want to remove this video from the list?": "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0446\u0435 \u0432\u0456\u0434\u0435\u043e \u0437\u0456 \u0441\u043f\u0438\u0441\u043a\u0443?", + "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u043e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 {email} \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u201c{container}\u201d?", + "Are you sure you want to revert to the last published version of the unit? You cannot undo this action.": "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u043f\u043e\u0432\u0435\u0440\u043d\u0443\u0442\u0438\u0441\u044f \u0434\u043e \u043e\u0441\u0442\u0430\u043d\u043d\u044c\u043e\u0457 \u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u043e\u0457 \u0432\u0435\u0440\u0441\u0456\u0457 \u0431\u043b\u043e\u043a\u0443? \u0426\u044f \u0434\u0456\u044f \u0454 \u043d\u0435\u0437\u0432\u043e\u0440\u043e\u0442\u043d\u044c\u043e\u044e.", + "Are you sure you want to select this session?": "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u043e\u0431\u0440\u0430\u0442\u0438 \u0446\u0435\u0439 \u0441\u0435\u0430\u043d\u0441?", + "Are you sure you want to unenroll from {courseName} ({courseNumber})? You will be refunded the amount you paid.": "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u044e \u0437 {courseName} ({courseNumber})? \u0412\u0430\u043c \u0431\u0443\u0434\u0435 \u0432\u0456\u0434\u0448\u043a\u043e\u0434\u043e\u0432\u0430\u043d\u043e \u0441\u0443\u043c\u0443, \u044f\u043a\u0443 \u0432\u0438 \u0441\u043f\u043b\u0430\u0442\u0438\u043b\u0438.", + "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0446\u0435\u0439 \u0435\u043b\u0435\u043c\u0435\u043d\u0442? \u0426\u044f \u0434\u0456\u044f \u0454 \u043d\u0435\u0437\u0432\u043e\u0440\u043e\u0442\u043d\u044c\u043e\u044e. \n\n\u0411\u0443\u0434\u044c-\u044f\u043a\u0438\u0439 \u043a\u043e\u043d\u0442\u0435\u043d\u0442, \u0449\u043e \u043f\u043e\u0441\u0438\u043b\u0430\u0454\u0442\u044c\u0441\u044f \u043d\u0430 \u0446\u044e \u0434\u0435\u0442\u0430\u043b\u044c \u0431\u0456\u043b\u044c\u0448\u0435 \u043d\u0435 \u043f\u0440\u0430\u0446\u044e\u0432\u0430\u0442\u0438\u043c\u0435. (\u043d\u0430\u043f\u0440\u0438\u043a\u043b\u0430\u0434 \u043f\u043e\u0448\u043a\u043e\u0434\u0436\u0435\u043d\u0435 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u0442\u0430/\u0447\u0438 \u043d\u0435\u0434\u0456\u044e\u0447\u0435 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f)", + "Are you sure?": "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456?", + "Assessment": "\u0417\u0430\u0432\u0434\u0430\u043d\u043d\u044f", + "Assessments": "\u0417\u0430\u0432\u0434\u0430\u043d\u043d\u044f", + "Assign students to cohorts by uploading a CSV file.": "\u041f\u0440\u0438\u0437\u043d\u0430\u0447\u0438\u0442\u0438 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432 \u0434\u043e \u043a\u043e\u0433\u043e\u0440\u0442\u0438 \u0448\u043b\u044f\u0445\u043e\u043c \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0444\u0430\u0439\u043b\u0443 CSV.", + "Assignment Type Name": "\u041d\u0430\u0437\u0432\u0430 \u0442\u0438\u043f\u0443 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f", + "Associated Content Group": "\u041f\u043e\u0432'\u044f\u0437\u0430\u043d\u0430 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u043d\u0430 \u0433\u0440\u0443\u043f\u0430", + "Attribution": "\u0410\u0432\u0442\u043e\u0440\u0441\u0442\u0432\u043e", + "August": "\u0441\u0435\u0440\u043f\u043d\u044f", + "Author": "\u0410\u0432\u0442\u043e\u0440", + "Auto-advance": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u0438\u0439 \u043f\u0435\u0440\u0435\u0445\u0456\u0434", + "Automatic": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u0438\u0439", + "Automatic transcripts are disabled.": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u0456 \u0442\u0440\u0430\u043d\u0441\u043a\u0440\u0438\u043f\u0442\u0438 \u0432\u0438\u043c\u043a\u043d\u0435\u043d\u043e.", + "Available %s": "\u0412 \u043d\u0430\u044f\u0432\u043d\u043e\u0441\u0442\u0456 %s", + "Average": "\u0421\u0435\u0440\u0435\u0434\u043d\u044c\u043e", + "Back to Full List": "\u041d\u0430\u0437\u0430\u0434 \u0434\u043e \u043f\u043e\u0432\u043d\u043e\u0433\u043e \u0441\u043f\u0438\u0441\u043a\u0443", + "Background color": "\u041a\u043e\u043b\u0456\u0440 \u0444\u043e\u043d\u0443", + "Basic": "\u041e\u0441\u043d\u043e\u0432\u043d\u0435", + "Basic Account Information": "\u041e\u0441\u043d\u043e\u0432\u043d\u0430 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u044f \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u043e\u0433\u043e \u0437\u0430\u043f\u0438\u0441\u0443", + "Before proceeding, please {htmlStart}activate your account{htmlEnd}.": "\u041f\u0435\u0440\u0448 \u043d\u0456\u0436 \u043f\u0440\u043e\u0434\u043e\u0432\u0436\u0438\u0442\u0438, \u0430\u043a\u0442\u0438\u0432\u0443\u0439\u0442\u0435 {htmlStart} \u0441\u0432\u0456\u0439 \u0430\u043a\u0430\u0443\u043d\u0442{htmlEnd}.", + "Before proceeding, please {htmlStart}unlink all social media accounts{htmlEnd}.": "\u041f\u0435\u0440\u0448 \u043d\u0456\u0436 \u043f\u0440\u043e\u0434\u043e\u0432\u0436\u0438\u0442\u0438,\u0431\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430{htmlStart} \u0432\u0456\u0434\u2019\u0454\u0434\u043d\u0430\u0439\u0442\u0435 \u0432\u0441\u0456 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0456 \u0437\u0430\u043f\u0438\u0441\u0438 \u0441\u043e\u0446\u0456\u0430\u043b\u044c\u043d\u0438\u0445 \u043c\u0435\u0434\u0456\u0430 {htmlEnd}.", + "Biography": "\u0406\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u044f", + "Block view is unavailable": "\u0411\u043b\u043e\u0447\u043d\u0438\u0439 \u0432\u0438\u0434 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u0439", + "Blockquote": "\u0426\u0438\u0442\u0430\u0442\u0430", + "Blockquote (Ctrl+Q)": "\u0426\u0438\u0442\u0430\u0442\u0430 (Ctrl+Q)", + "Blocks": "\u0411\u043b\u043e\u043a\u0438", + "Body": "\u0422\u0456\u043b\u043e", + "Bold": "\u0416\u0438\u0440\u043d\u0438\u0439", + "Bold (Ctrl+B)": "\u0416\u0438\u0440\u043d\u0438\u0439 (Ctrl+B)", + "Bookmark this page": "\u0414\u043e\u0434\u0430\u0442\u0438 \u0446\u044e \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0434\u043e \u0437\u0430\u043a\u043b\u0430\u0434\u043e\u043a", + "Bookmarked": "\u0414\u043e\u0434\u0430\u043d\u043e \u0434\u043e \u0437\u0430\u043a\u043b\u0430\u0434\u043e\u043a", + "Border": "\u041c\u0435\u0436\u0430", + "Border color": "\u041a\u043e\u043b\u0456\u0440 \u043c\u0435\u0436i", + "Bottom": "\u041d\u0438\u0437", + "Browse": "\u041e\u0433\u043b\u044f\u0434", + "Bulk Exceptions": "\u041c\u0430\u0441\u043e\u0432\u0456 \u0432\u0438\u043d\u044f\u0442\u043a\u0438", + "Bullet list": "\u041d\u0435\u043d\u0443\u043c\u0435\u0440\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u043f\u0438\u0441\u043e\u043a", + "Bulleted List (Ctrl+U)": "\u041d\u0435\u043d\u0443\u043c\u0435\u0440\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u043f\u0438\u0441\u043e\u043a (Ctrl+U)", + "Cancel": "\u0412\u0456\u0434\u043c\u0456\u043d\u0438\u0442\u0438", + "Cancel enrollment code": "\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 \u043a\u043e\u0434 \u0437\u0430\u0440\u0430\u0445\u0443\u0432\u0430\u043d\u043d\u044f", + "Caption": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a", + "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "\u0417\u0430\u0441\u0442\u0435\u0440\u0435\u0436\u0435\u043d\u043d\u044f: \u041e\u0441\u0442\u0430\u043d\u043d\u044f \u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u0430 \u0432\u0435\u0440\u0441\u0456\u044f \u0446\u044c\u043e\u0433\u043e \u0431\u043b\u043e\u043a\u0443 \u0432\u0436\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430\u043c. \u0411\u0443\u0434\u044c\u0442\u0435 \u043e\u0431\u0435\u0440\u0435\u0436\u043d\u0456, \u043f\u0443\u0431\u043b\u0456\u043a\u0443\u044e\u0447\u0438 \u043d\u043e\u0432\u0456 \u0437\u043c\u0456\u043d\u0438.", + "Cell": "\u041a\u043bi\u0442\u0438\u043d\u043a\u0430", + "Cell padding": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 \u0437\u0430\u043f\u043e\u0432\u043d\u0435\u043d\u043d\u044f \u043a\u043b\u0456\u0442\u0438\u043d\u043a\u0438", + "Cell properties": "\u0412\u043b\u0430\u0441\u0442\u0438\u0432\u043e\u0441\u0442\u0456 \u043a\u043bi\u0442\u0438\u043d\u043a\u0438", + "Cell spacing": "\u0412\u0456\u0434\u0441\u0442\u0443\u043f \u043a\u043bi\u0442\u0438\u043d\u043a\u0438", + "Cell type": "\u0422\u0438\u043f \u043a\u043bi\u0442\u0438\u043d\u043a\u0438", + "Center": "\u0426\u0435\u043d\u0442\u0440", + "Certificate Signatories": "\u041f\u0456\u0434\u043f\u0438\u0441\u0430\u043d\u0442\u0438 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0456\u0432", + "Certificate has been successfully invalidated for <%= user %>.": "\u0421\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442 \u0434\u043b\u044f <%= user %> \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0430\u043d\u0443\u043b\u044c\u043e\u0432\u0430\u043d\u0438\u0439.", + "Certificate name is required.": "\u041d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u043e \u0432\u043a\u0430\u0437\u0430\u0442\u0438 \u0456\u043c'\u044f \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0443.", + "Certificate of <%= user %> has already been invalidated. Please check your spelling and retry.": "\u0421\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442 \u0434\u043b\u044f <%= user %> \u0432\u0436\u0435 \u0430\u043d\u0443\u043b\u044c\u043e\u0432\u0430\u043d\u043e. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0456\u0441\u0442\u044c \u0432\u0432\u0435\u0434\u0435\u043d\u043d\u044f \u0456 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0437\u0430\u043f\u0438\u0442.", + "Change Manually": "\u0417\u043c\u0456\u043d\u0438\u0442\u0438 \u0432\u0440\u0443\u0447\u043d\u0443", + "Change Session": "\u0417\u043c\u0456\u043d\u0438\u0442\u0438 \u0421\u0435\u0430\u043d\u0441", + "Change image": "\u0417\u043c\u0456\u043d\u0438\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f", + "Changes to steps that are not selected as part of the assignment will not be saved.": "\u0417\u043c\u0456\u043d\u0438 \u0434\u043e \u043a\u0440\u043e\u043a\u0456\u0432, \u043a\u043e\u0442\u0440\u0456 \u043d\u0435 \u043e\u0431\u0440\u0430\u043d\u043e \u044f\u043a \u0447\u0430\u0441\u0442\u0438\u043d\u0438 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f, \u043d\u0435 \u0437\u0431\u0435\u0440\u0435\u0436\u0443\u0442\u044c\u0441\u044f.", + "Chapter Asset": "\u0415\u043b\u0435\u043c\u0435\u043d\u0442\u0438 \u0440\u043e\u0437\u0434\u0456\u043b\u0443", + "Chapter name and asset_path are both required": "\u041d\u0430\u0437\u0432\u0430 \u0440\u043e\u0437\u0434\u0456\u043b\u0443 \u0442\u0430 asset_path \u043e\u0431\u0438\u0434\u0432\u0430 \u043d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u0456\u00a0", + "Chapter name is required": "\u041d\u0430\u0437\u0432\u0430 \u0440\u043e\u0437\u0434\u0456\u043b\u0443 \u043e\u0431\u043e\u0432'\u044f\u0437\u043a\u043e\u0432\u0430", + "Check Your Email": "\u041f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u0432\u0430\u0448\u0443 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u0443 \u043f\u043e\u0448\u0442\u043e\u0432\u0443 \u0441\u043a\u0440\u0438\u043d\u044c\u043a\u0443", + "Check the highlighted fields below and try again.": "\u041f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u043f\u0456\u0434\u043a\u0440\u0435\u0441\u043b\u0435\u043d\u0456 \u043f\u043e\u043b\u044f \u0456 \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0437\u043d\u043e\u0432.", + "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "\u0412\u0456\u0434\u0437\u043d\u0430\u0447\u0442\u0435 \u0442\u0443\u0442, \u0449\u043e\u0431 \u0449\u043e\u0434\u043d\u044f \u043e\u0442\u0440\u0438\u043c\u0443\u0432\u0430\u0442\u0438 \u043e\u0433\u043b\u044f\u0434 \u043d\u043e\u0432\u0438\u0445 \u043d\u0435\u043f\u0440\u043e\u0447\u0438\u0442\u0430\u043d\u0438\u0445 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0456\u0432 \u0456 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0435\u0439 \u043d\u0430 \u0434\u043e\u043f\u0438\u0441\u0438, \u044f\u043a\u0456 \u0432\u0438 \u0432\u0456\u0434\u0441\u0442\u0435\u0436\u0443\u0454\u0442\u0435.", + "Check your email account for instructions to reset your password.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u044c\u0442\u0435 \u0412\u0430\u0448\u0443 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443 \u043f\u043e\u0448\u0442\u0443 \u0449\u043e \u0434\u043e \u0456\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0456\u0439 \u0437 \u0432\u0456\u0434\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u043f\u0430\u0440\u043e\u043b\u044e.", + "Checkout": "\u041f\u0435\u0440\u0435\u0432\u0456\u0440\u0438\u0442\u0438", + "Checkout with PayPal": "\u041e\u0444\u043e\u0440\u043c\u0438\u0442\u0438 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u0437\u0430 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u043e\u044e PayPal", + "Checkout with {processor}": "\u041e\u043f\u043b\u0430\u0442\u0438\u0442\u0438 \u0437\u0430 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u043e\u044e {processor}", + "Choose": "\u041e\u0431\u0440\u0430\u0442\u0438", + "Choose File": "\u041e\u0431\u0440\u0430\u0442\u0438 \u0444\u0430\u0439\u043b", + "Choose a .csv file": "\u041e\u0431\u0435\u0440\u0456\u0442\u044c .csv \u0444\u0430\u0439\u043b", + "Choose a Date": "\u041e\u0431\u0435\u0440\u0456\u0442\u044c \u0434\u0430\u0442\u0443", + "Choose a Time": "\u041e\u0431\u0435\u0440\u0456\u0442\u044c \u0447\u0430\u0441", + "Choose a location to move your component to": "\u041e\u0431\u0435\u0440\u0456\u0442\u044c \u043c\u0456\u0441\u0446\u0435 \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0456\u0432", + "Choose a time": "\u041e\u0431\u0435\u0440\u0456\u0442\u044c \u0447\u0430\u0441", + "Choose all": "\u041e\u0431\u0440\u0430\u0442\u0438 \u0432\u0441\u0456", + "Choose new file": "\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u043d\u043e\u0432\u0438\u0439 \u0444\u0430\u0439\u043b", + "Choose one": "\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u043e\u0434\u0438\u043d", + "Chosen %s": "\u041e\u0431\u0440\u0430\u043d\u043e %s", + "Circle": "\u041a\u043e\u043b\u043e", + "Clear formatting": "\u041f\u0440\u0438\u0431\u0440\u0430\u0442\u0438 \u0444\u043e\u0440\u043c\u0430\u0442\u0443\u0432\u0430\u043d\u043d\u044f", + "Click OK to have your e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c OK \u0449\u043e\u0431 \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u0438\u0442\u0438 \u0432\u0430\u0448\u0443 \u0430\u0434\u0440\u0435\u0441\u0443 email \u0441\u0442\u043e\u0440\u043e\u043d\u043d\u044c\u043e\u043c\u0443 \u0434\u043e\u0434\u0430\u043d\u043a\u0443.\n\n\u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u0412\u0456\u0434\u043c\u0456\u043d\u0430 \u0449\u043e\u0431 \u043f\u043e\u0432\u0435\u0440\u043d\u0443\u0442\u0438\u0441\u044c \u0434\u043e \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438 \u0431\u0435\u0437 \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u044f \u0432\u0430\u0448\u043e\u0457 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u0457.", + "Click OK to have your username and e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c OK \u0449\u043e\u0431 \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u0438\u0442\u0438 \u0432\u0430\u0448\u0435 \u0456\u043c\u2019\u044f \u0442\u0430 \u0430\u0434\u0440\u0435\u0441\u0443 email \u0441\u0442\u043e\u0440\u043e\u043d\u043d\u044c\u043e\u043c\u0443 \u0434\u043e\u0434\u0430\u043d\u043a\u0443.\n\n\u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u0412\u0456\u0434\u043c\u0456\u043d\u0430 \u0449\u043e\u0431 \u043f\u043e\u0432\u0435\u0440\u043d\u0443\u0442\u0438\u0441\u044c \u0434\u043e \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438 \u0431\u0435\u0437 \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u044f \u0432\u0430\u0448\u043e\u0457 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u0457.", + "Click OK to have your username sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c OK \u0449\u043e\u0431 \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u0438\u0442\u0438 \u0432\u0430\u0448\u0435 \u0456\u043c\u2019\u044f \u0441\u0442\u043e\u0440\u043e\u043d\u043d\u044c\u043e\u043c\u0443 \u0434\u043e\u0434\u0430\u043d\u043a\u0443.\n\n\u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u0412\u0456\u0434\u043c\u0456\u043d\u0430 \u0449\u043e\u0431 \u043f\u043e\u0432\u0435\u0440\u043d\u0443\u0442\u0438\u0441\u044c \u0434\u043e \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438 \u0431\u0435\u0437 \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u044f \u0432\u0430\u0448\u043e\u0457 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u0457.", + "Click on this button to mute or unmute this video or press UP or DOWN buttons to increase or decrease volume level.": "\u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u043d\u0430 \u0446\u044e \u043a\u043d\u043e\u043f\u043a\u0443, \u0449\u043e\u0431 \u0432\u0456\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u0438 \u0430\u0431\u043e \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0438 \u0437\u0432\u0443\u043a \u0446\u044c\u043e\u0433\u043e \u0432\u0456\u0434\u0435\u043e\u0437\u0430\u043f\u0438\u0441\u0443, \u0430\u0431\u043e \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0439\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0438 \u0412\u0413\u041e\u0420\u0423 \u0456 \u0412\u041d\u0418\u0417, \u0449\u043e\u0431 \u0440\u0435\u0433\u0443\u043b\u044e\u0432\u0430\u0442\u0438 \u0440\u0456\u0432\u0435\u043d\u044c \u0433\u0443\u0447\u043d\u043e\u0441\u0442\u0456.", + "Click to add a new %(xblock_type)s": "\u041a\u043b\u0430\u0446\u043d\u0456\u0442\u044c, \u0449\u043e\u0431 \u0434\u043e\u0434\u0430\u0442\u0438 \u043d\u043e\u0432\u0438\u0439 %(xblock_type)s", + "Click to change": "\u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u0434\u043b\u044f \u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u043d\u043d\u044f", + "Click to choose all %s at once.": "\u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u0449\u043e\u0431 \u043e\u0431\u0440\u0430\u0442\u0438 \u0432\u0441\u0456 %s \u0432\u0456\u0434\u0440\u0430\u0437\u0443.", + "Click to remove all chosen %s at once.": "\u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u0449\u043e\u0431 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0432\u0441\u0456 \u043e\u0431\u0440\u0430\u043d\u0456 %s \u0432\u0456\u0434\u0440\u0430\u0437\u0443.", + "Close": "\u0417\u0430\u043a\u0440\u0438\u0442\u0438", + "Close Calculator": "\u0417\u0430\u043a\u0440\u0438\u0442\u0438 \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440", + "Code": "\u041a\u043e\u0434", + "Code Sample (Ctrl+K)": "\u041f\u0440\u0438\u043a\u043b\u0430\u0434 \u043a\u043e\u0434\u0443 (Ctrl+K)", + "Code block": "\u0411\u043b\u043e\u043a \u043a\u043e\u0434\u0443", + "Cohort Assignment Method": "\u041c\u0435\u0442\u043e\u0434 \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f \u043a\u043e\u0433\u043e\u0440\u0442\u0438", + "Cohorts": "\u041a\u043e\u0433\u043e\u0440\u0442\u0438", + "Cohorts Disabled": "\u041a\u043e\u0433\u043e\u0440\u0442\u0438 \u0432\u0438\u043c\u043a\u043d\u0435\u043d\u0456", + "Cohorts Enabled": "\u041a\u043e\u0433\u043e\u0440\u0442\u0438 \u0443\u0432\u0456\u043c\u043a\u043d\u0435\u043d\u0456", + "Collapse All": "\u0417\u0433\u043e\u0440\u043d\u0443\u0442\u0438 \u0412\u0441\u0456", + "Collapse Instructions": "\u0421\u0445\u043e\u0432\u0430\u0442\u0438 \u0456\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0456\u0457", + "Collapse/Expand this %(xblock_type)s": "\u0417\u0433\u043e\u0440\u043d\u0443\u0442\u0438 / \u0420\u043e\u0437\u0433\u043e\u0440\u043d\u0443\u0442\u0438 \u0446\u0435\u0439 %(xblock_type)s", + "Color": "\u041a\u043e\u043b\u0456\u0440", + "Cols": "\u0421\u0442\u043e\u0432\u043f\u0446\u0456", + "Column": "\u0421\u0442\u043e\u0432\u043f\u0447\u0438\u043a", + "Column group": "\u0413\u0440\u0443\u043f\u0430 \u0441\u0442\u043e\u0432\u043f\u0446\u0456\u0432", + "Commentary": "\u041a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0456", + "Common Problem Types": "\u0422\u0438\u043f\u043e\u0432\u0456 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0438", + "Component": "\u041a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442", + "Components": "\u041a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0438", + "Configure": "\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u0442\u0438", + "Confirm": "\u041f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0438", + "Congratulations!": "\u0412\u0456\u0442\u0430\u0454\u043c\u043e!", + "Constrain proportions": "\u0412\u043b\u0430\u0441\u0442\u0438\u0432\u043e\u0441\u0442\u0456", + "Contact Us": "\u0417\u0432'\u044f\u0436\u0456\u0442\u044c\u0441\u044f \u0437 \u043d\u0430\u043c\u0438", + "Contains staff only content": "\u041c\u0456\u0441\u0442\u0438\u0442\u044c \u043a\u043e\u043d\u0442\u0435\u043d\u0442 \u0442\u0456\u043b\u044c\u043a\u0438 \u0434\u043b\u044f \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0443", + "Content Group Name": "\u041d\u0430\u0437\u0432\u0430 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u043d\u043e\u0457 \u0433\u0440\u0443\u043f\u0438", + "Copy": "\u041a\u043e\u043f\u0456\u044e\u0432\u0430\u0442\u0438", + "Copy Email To Editor": "\u0421\u043a\u043e\u043f\u0456\u044e\u0432\u0430\u0442\u0438 \u043b\u0438\u0441\u0442\u0430 \u0434\u043e \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0430", + "Copy row": "\u0421\u043a\u043e\u043f\u0456\u044e\u0432\u0430\u0442\u0438 \u0440\u044f\u0434\u043e\u043a", + "Correct failed component": "\u0412\u0438\u043f\u0440\u0430\u0432\u0438\u0442\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u043d\u0438\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442", + "Could not find Certificate Exception in white list. Please refresh the page and try again": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0437\u043d\u0430\u0439\u0442\u0438 \u0432\u0438\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044f \u0432 \u0441\u043f\u0438\u0441\u043a\u0443 \u0434\u043b\u044f \u043e\u0434\u0435\u0440\u0436\u0430\u043d\u043d\u044f \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0456\u0432. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", + "Could not find Certificate Invalidation in the list. Please refresh the page and try again": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0437\u043d\u0430\u0439\u0442\u0438 \u0430\u043d\u0443\u043b\u044c\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442 \u0432 \u0441\u043f\u0438\u0441\u043a\u0443. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", + "Could not find a user with username or email address '<%- identifier %>'.": "\u041d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0437\u043d\u0430\u0439\u0442\u0438 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0437 \u0456\u043c'\u044f\u043c \u0430\u0431\u043e \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u044e \u0430\u0434\u0440\u0435\u0441\u043e\u044e '<%- identifier %>'.", + "Could not find the specified string.": "\u041d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0437\u043d\u0430\u0439\u0442\u0438 \u0432\u043a\u0430\u0437\u0430\u043d\u0438\u0439 \u0440\u044f\u0434\u043e\u043a.", + "Could not find users associated with the following identifiers:": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0437\u043d\u0430\u0439\u0442\u0438 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456\u0432, \u043e\u0431'\u0454\u0434\u043d\u0430\u043d\u0438\u0445 \u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0438\u043c\u0438 \u043e\u0437\u043d\u0430\u043a\u0430\u043c\u0438:", + "Could not grade your answer. The submission was aborted.": "\u0412\u0430\u0448\u0443 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u043d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u043e\u0446\u0456\u043d\u0438\u0442\u0438. \u0414\u043e\u0434\u0430\u0432\u0430\u043d\u043d\u044f \u0432\u0456\u0434\u043c\u0456\u043d\u0435\u043d\u043e. ", + "Could not override problem score for {user}.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u043f\u0435\u0440\u0435\u0432\u0438\u0437\u043d\u0430\u0447\u0438\u0442\u0438 \u043e\u0446\u0456\u043d\u043a\u0443 \u0437\u0430\u0434\u0430\u0447\u0456 \u0434\u043b\u044f {user}.", + "Could not retrieve download url.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u043e\u0442\u0440\u0438\u043c\u0430\u0442\u0438 URL \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f.", + "Could not retrieve payment information": "\u041d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u043f\u043e\u0432\u0435\u0440\u043d\u0443\u0442\u0438 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u044e \u043f\u0440\u043e \u043e\u043f\u043b\u0430\u0442\u0443", + "Could not retrieve upload url.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u043e\u0442\u0440\u0438\u043c\u0430\u0442\u0438 URL \u0432\u0438\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f.", + "Could not submit order": "\u041d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u0438\u0442\u0438 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f", + "Could not submit photos": "\u041d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0456\u0457", + "Could not upload the video image file": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0444\u0430\u0439\u043b \u0432\u0456\u0434\u0435\u043e\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f", + "Couldn't Save This Assignment": "\u041d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0437\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u0446\u0435 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f", + "Country": "\u041a\u0440\u0430\u0457\u043d\u0430", + "Country or Region of Residence": "\u041a\u0440\u0430\u0457\u043d\u0430 \u0430\u0431\u043e \u0440\u0435\u0433\u0456\u043e\u043d \u043f\u0440\u043e\u0436\u0438\u0432\u0430\u043d\u043d\u044f", + "Course Credit Requirements": "\u0412\u0438\u043c\u043e\u0433\u0438 \u041a\u0443\u0440\u0441\u0443 \u0434\u043e \u043a\u0440\u0435\u0434\u0438\u0442\u0443", + "Course Handouts": "\u0420\u043e\u0437\u0434\u0430\u0442\u043a\u043e\u0432\u0456 \u043c\u0430\u0442\u0435\u0440\u0456\u0430\u043b\u0438 \u043a\u0443\u0440\u0441\u0443", + "Course Index": "\u0406\u043d\u0434\u0435\u043a\u0441 \u043a\u0443\u0440\u0441\u0443", + "Course Name": "\u041d\u0430\u0437\u0432\u0430 \u043a\u0443\u0440\u0441\u0443", + "Course Number": "\u041d\u043e\u043c\u0435\u0440 \u041a\u0443\u0440\u0441\u0443", + "Course Number Override": "\u0417\u0430\u043c\u0456\u043d\u0438\u0442\u0438 \u043d\u043e\u043c\u0435\u0440 \u043a\u0443\u0440\u0441\u0443", + "Course Number:": "\u041d\u043e\u043c\u0435\u0440 \u041a\u0443\u0440\u0441\u0443:", + "Course Outline": "\u0421\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430 \u043a\u0443\u0440\u0441\u0443", + "Course Title": "\u041d\u0430\u0437\u0432\u0430 \u043a\u0443\u0440\u0441\u0443", + "Course Title Override": "\u0417\u0430\u043c\u0456\u043d\u0438\u0442\u0438 \u043d\u0430\u0437\u0432\u0443 \u043a\u0443\u0440\u0441\u0443", + "Course Video Settings": "\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0434\u043b\u044f \u0432\u0456\u0434\u0435\u043e \u043d\u0430 \u043a\u0443\u0440\u0441\u0456", + "Course is not yet visible to students.": "\u041a\u0443\u0440\u0441 \u0449\u0435 \u043d\u0435 \u0432\u0438\u0434\u0438\u043c\u0438\u0439 \u0434\u043b\u044f \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432.", + "Course pacing cannot be changed once a course has started.": "\u041f\u0435\u0440\u0456\u043e\u0434 \u0445\u043e\u0434\u0443 \u043a\u0443\u0440\u0441\u0443 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0437\u043c\u0456\u043d\u0435\u043d\u0438\u0439 \u043f\u0456\u0441\u043b\u044f \u043f\u043e\u0447\u0430\u0442\u043a\u0443 \u043a\u0443\u0440\u0441\u0443.", + "Course title": "\u041d\u0430\u0437\u0432\u0430 \u043a\u0443\u0440\u0441\u0443", + "Create": "\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438", + "Create Account": "\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0438\u0439 \u0437\u0430\u043f\u0438\u0441", + "Create Re-run": "\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u0443 \u043e\u043f\u0435\u0440\u0430\u0446\u0456\u044e", + "Create a New Team": "\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043d\u043e\u0432\u0443 \u043a\u043e\u043c\u0430\u043d\u0434\u0443", + "Create a content group": "\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u043d\u0443 \u0433\u0440\u0443\u043f\u0443 ", + "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "\u0421\u0442\u0432\u043e\u0440\u0456\u0442\u044c \u043d\u043e\u0432\u0443 \u043a\u043e\u043c\u0430\u043d\u0434\u0443, \u044f\u043a\u0449\u043e \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u043d\u0430\u0439\u0442\u0438 \u0432\u0436\u0435 \u0456\u0441\u043d\u0443\u044e\u0447\u0443 \u043a\u043e\u043c\u0430\u043d\u0434\u0443, \u0449\u043e\u0431 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f, \u0430\u0431\u043e \u044f\u043a\u0449\u043e \u0412\u0438 \u0445\u043e\u0447\u0435\u0442\u0435 \u043d\u0430\u0432\u0447\u0430\u0442\u0438\u0441\u044f \u0440\u0430\u0437\u043e\u043c \u0437\u0456 \u0441\u0432\u043e\u0457\u043c\u0438 \u0434\u0440\u0443\u0437\u044f\u043c\u0438.", + "Create an Account.": "\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0438\u0439 \u0437\u0430\u043f\u0438\u0441", + "Creating missing groups": "\u0421\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u044f \u0432\u0456\u0434\u0441\u0443\u0442\u043d\u0456\u0445 \u0433\u0440\u0443\u043f", + "Creative Commons": "Creative Commons", + "Criterion Added": "\u041a\u0440\u0438\u0442\u0435\u0440\u0456\u0439 \u0434\u043e\u0434\u0430\u043d\u043e", + "Criterion Deleted": "\u041a\u0440\u0438\u0442\u0435\u0440\u0456\u0439 \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043e", + "Current conversation": "\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0440\u043e\u0437\u043c\u043e\u0432\u0430", + "Current tab": "\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0432\u043a\u043b\u0430\u0434\u043a\u0430", + "Custom color": "\u0414\u043e\u0432\u0456\u043b\u044c\u043d\u0438\u0439 \u043a\u043e\u043b\u0456\u0440", + "Custom...": "\u041e\u0431\u0440\u0430\u0442\u0438...", + "Cut": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438", + "Cut row": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0440\u044f\u0434\u043e\u043a", + "Date Added": "\u0414\u0430\u0442\u0430 \u0434\u043e\u0434\u0430\u0432\u0430\u043d\u043d\u044f", + "Date added": "\u0414\u0430\u0442\u0430 \u0434\u043e\u0434\u0430\u0432\u0430\u043d\u043d\u044f", + "December": "\u0433\u0440\u0443\u0434\u043d\u044f", + "Decrease indent": "\u0417\u043c\u0435\u043d\u0448\u0438\u0442\u0438 \u0432\u0456\u0434\u0441\u0442\u0443\u043f", + "Default": "\u041e\u0441\u043d\u043e\u0432\u043d\u0438\u0439", + "Default (Local Time Zone)": "\u0417\u0430 \u0437\u0430\u043c\u043e\u0432\u0447\u0430\u043d\u043d\u044f\u043c (\u043c\u0456\u0441\u0446\u0435\u0432\u0438\u0439 \u0447\u0430\u0441\u043e\u0432\u0438\u0439 \u043f\u043e\u044f\u0441)", + "Delete": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438", + "Delete \"<%= signatoryName %>\" from the list of signatories?": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \"<%= signatoryName %>\" \u0437\u0456 \u0441\u043f\u0438\u0441\u043a\u0443 \u043f\u043e\u043b\u0456\u0432?", + "Delete File Confirmation": "\u041f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0435\u043d\u043d\u044f \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u044f \u0444\u0430\u0439\u043b\u0443. ", + "Delete My Account": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u043c\u0456\u0439 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0438\u0439 \u0437\u0430\u043f\u0438\u0441", + "Delete Page Confirmation": "\u041f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0435\u043d\u043d\u044f \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u044f \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438", + "Delete column": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0441\u0442\u043e\u0432\u043f\u0447\u0438\u043a", + "Delete row": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0440\u044f\u0434\u043e\u043a", + "Delete student '<%- student_id %>'s state on problem '<%- problem_id %>'?": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0441\u0442\u0430\u043d \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 '<%- student_id %>' \u0434\u043b\u044f \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0438 '<%- problem_id %>'?", + "Delete table": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0442\u0430\u0431\u043b\u0438\u0446\u044e", + "Delete this %(item_display_name)s?": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 %(item_display_name)s?", + "Delete this team?": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0446\u044e \u043a\u043e\u043c\u0430\u043d\u0434\u0443?", + "Delete this {xblock_type} (and prerequisite)?": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0446\u0435 {xblock_type} (\u0406 \u043f\u0435\u0440\u0435\u0434\u0443\u043c\u043e\u0432\u0443)?", + "Delete this {xblock_type}?": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 {xblock_type}?", + "Deleting": "\u0412\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u044f", + "Deleting a textbook cannot be undone and once deleted any reference to it in your courseware's navigation will also be removed.": "\u0412\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u044f \u043f\u0456\u0434\u0440\u0443\u0447\u043d\u0438\u043a\u0430 \u0454 \u043d\u0435\u0437\u0432\u043e\u0440\u043e\u0442\u043d\u0456\u043c \u0456 \u043f\u0440\u0438\u0437\u0432\u0435\u0434\u0435 \u0434\u043e \u0442\u043e\u0433\u043e, \u0449\u043e \u0432\u0441\u0456 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043d\u0430 \u043d\u044c\u043e\u0433\u043e \u0432 \u043d\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457 \u043f\u043e \u0432\u0430\u0448\u043e\u043c\u0443 \u043a\u0443\u0440\u0441\u0443 \u0442\u0430\u043a\u043e\u0436 \u0431\u0443\u0434\u0443\u0442\u044c \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u0456. ", + "Deleting this %(item_display_name)s is permanent and cannot be undone.": "\u0412\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u044f %(item_display_name)s \u0454 \u0431\u0435\u0437\u043f\u043e\u0432\u043e\u0440\u043e\u0442\u043d\u0456\u043c \u0456 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0441\u043a\u0430\u0441\u043e\u0432\u0430\u043d\u0435.", + "Deleting this {xblock_type} is permanent and cannot be undone.": "\u0412\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u044f \u0446\u044c\u043e\u0433\u043e {xblock_type} \u0454 \u0431\u0435\u0437\u043f\u043e\u0432\u043e\u0440\u043e\u0442\u043d\u0456\u043c \u0456 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0441\u043a\u0430\u0441\u043e\u0432\u0430\u043d\u0435. ", + "Describe ": "\u041e\u043f\u0438\u0448\u0456\u0442\u044c", + "Description": "\u041e\u043f\u0438\u0441", + "Details": "\u0414\u0435\u0442\u0430\u043b\u0456", + "Dimensions": "\u0420\u043e\u0437\u043c\u0456\u0440\u043d\u0456\u0441\u0442\u044c", + "Disc": "\u0414\u0438\u0441\u043a", + "Discard Changes": "\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 \u0437\u043c\u0456\u043d\u0438", + "Discarding Changes": "\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u043d\u043d\u044f \u0437\u043c\u0456\u043d", + "Discussion Home": " \u041e\u0431\u0433\u043e\u0432\u043e\u0440\u0435\u043d\u044f \u0413\u043e\u043b\u043e\u0432\u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430", + "Discussion topics in the course are not divided.": "\u0422\u0435\u043c\u0438 \u0434\u043b\u044f \u043e\u0431\u0433\u043e\u0432\u043e\u0440\u0435\u043d\u043d\u044f \u043a\u0443\u0440\u0441\u0443 \u043d\u0435 \u043f\u043e\u0434\u0456\u043b\u0435\u043d\u043e", + "Discussions are unified; all learners interact with posts from other learners, regardless of the group they are in.": "\u041e\u0431\u0433\u043e\u0432\u043e\u0440\u0435\u043d\u043d\u044f \u043e\u0431'\u0454\u0434\u043d\u0430\u043d\u043e;\u0432\u0441\u0456 \u0441\u043b\u0443\u0445\u0430\u0447\u0456 \u043c\u043e\u0436\u0443\u0442\u044c \u0447\u0438\u0442\u0430\u0442\u0438 \u0434\u043e\u043f\u0438\u0441\u0438 \u0432\u0441\u0456\u0445 \u0456\u043d\u0448\u0438\u0445 \u0443\u0447\u043d\u0456\u0432 \u0431\u0435\u0437\u0432\u0456\u0434\u043d\u043e\u0441\u043d\u043e \u0434\u043e \u0433\u0440\u0443\u043f\u0438. ", + "Div": "DIV", + "Do not show again": "\u041d\u0435 \u043f\u043e\u043a\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0437\u043d\u043e\u0432\u0443", + "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "\u0412\u0438 \u0445\u043e\u0447\u0435\u0442\u0435 \u0434\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438 \u0446\u044c\u043e\u043c\u0443 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0443 ('{student_id}') \u043f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u0438 \u0432\u0441\u0442\u0443\u043f\u043d\u0438\u0439 \u0456\u0441\u043f\u0438\u0442?", + "Do you want to upload your file before submitting?": "\u0412\u0438 \u0445\u043e\u0447\u0435\u0442\u0435 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0432\u0430\u0448 \u0444\u0430\u0439\u043b \u043f\u0435\u0440\u0435\u0434 \u043f\u043e\u0434\u0430\u043d\u043d\u044f\u043c \u043d\u0430 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u0443?", + "Document properties": "\u0412\u043b\u0430\u0441\u0442\u0438\u0432\u043e\u0441\u0442\u0456 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430", + "Double-check that your webcam is connected and working to continue.": "\u0410\u0431\u0438 \u043f\u0440\u043e\u0434\u043e\u0432\u0436\u0438\u0442\u0438 \u0434\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u043e \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435, \u0449\u043e \u0432\u0430\u0448\u0430 \u0432\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u0430 \u043f\u0456\u0434'\u0454\u0434\u043d\u0430\u043d\u0430 \u0442\u0430 \u043f\u0440\u0430\u0446\u044e\u0454.", + "Draft (Never published)": "\u0427\u0435\u0440\u043d\u0435\u0442\u043a\u0430 (\u0449\u0435 \u043d\u0435 \u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u0430)", + "Drag and drop or {spanStart}browse your computer{spanEnd}.": "\u041f\u0435\u0440\u0435\u0442\u044f\u0433\u043d\u0443\u0442\u0438 \u0456 \u043a\u0438\u043d\u0443\u0442\u0438 \u0430\u0431\u043e {spanStart} \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0432\u0430\u0448\u043e\u0433\u043e \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0430{spanEnd}.", + "Drag to reorder": "\u041f\u0435\u0440\u0435\u0442\u044f\u0433\u043d\u0456\u0442\u044c, \u0449\u043e\u0431 \u0437\u043c\u0456\u043d\u0438\u0442\u0438 \u043f\u043e\u0440\u044f\u0434\u043e\u043a ", + "Drop target image": "\u0417\u0430\u043b\u0438\u0448\u0438\u0442\u0438 \u0437\u0430\u0434\u0430\u043d\u0435 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f", + "Due Date": "\u041a\u0456\u043d\u0446\u0435\u0432\u0430 \u0434\u0430\u0442\u0430", + "Due Date:": "\u041a\u0456\u043d\u0446\u0435\u0432\u0430 \u0434\u0430\u0442\u0430:", + "Due date cannot be before start date.": "\u0422\u0435\u0440\u043c\u0456\u043d \u0437\u0434\u0430\u0447\u0456 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0440\u0430\u043d\u0456\u0448\u0435 \u043d\u0456\u0436 \u0434\u0430\u0442\u0430 \u043f\u043e\u0447\u0430\u0442\u043a\u0443.", + "Duplicate": "\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043a\u043e\u043f\u0456\u044e", + "Duplicating": "\u0414\u0443\u043f\u043b\u0456\u043a\u0430\u0446\u0456\u044f", + "Duration (sec)": "\u0422\u0440\u0438\u0432\u0430\u043b\u0456\u0441\u0442\u044c (\u0441\u0435\u043a)", + "Earned Certificates": "\u041e\u0442\u0440\u0438\u043c\u0430\u043d\u0456 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0438", + "Edit": "\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438", + "Edit HTML": "\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 HTML", + "Edit Team": "\u0412\u043d\u0435\u0441\u0442\u0438 \u0437\u043c\u0456\u043d\u0438 \u0432 \u043a\u043e\u043c\u0430\u043d\u0434\u0443", + "Edit Thumbnail": "\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u041c\u0456\u043d\u0456\u0430\u0442\u044e\u0440\u0443", + "Edit this certificate?": "\u0412\u0456\u0434\u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u0446\u0435\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442?", + "Editable": "\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u043d\u043d\u044f \u043c\u043e\u0436\u043b\u0438\u0432\u0435", + "Editor": "\u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440", + "Education Completed": "\u041d\u0430\u0432\u0447\u0430\u043d\u043d\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e", + "Email": "\u0415\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430 \u043f\u043e\u0448\u0442\u0430", + "Email Address (Sign In)": "\u0415\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430 \u0430\u0434\u0440\u0435\u0441\u0430 (\u0423\u0432\u0456\u0439\u0442\u0438)", + "Emails successfully sent. The following users are no longer enrolled in the course:": "\u041b\u0438\u0441\u0442\u0438 \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u043d\u0430\u0434\u0456\u0441\u043b\u0430\u043d\u043e. \u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0456 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456 \u0431\u0456\u043b\u044c\u0448\u0435 \u043d\u0435 \u0437\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u043e\u0432\u0430\u043d\u0456 \u043d\u0430 \u0446\u0435\u0439 \u043a\u0443\u0440\u0441:", + "Embed": "\u0412\u0431\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u0439", + "Emoticons": "\u0421\u043c\u0430\u0439\u043b\u0438\u043a\u0438", + "Enable": "\u0414\u043e\u0437\u0432\u043e\u043b\u044f\u0442\u0438", + "Enable Cohorts": "\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u043a\u043e\u0433\u043e\u0440\u0442\u0438", + "Enable Weekly Highlight Emails": "\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u0429\u043e\u0442\u0438\u0436\u043d\u0435\u0432\u0456 \u041e\u0441\u043d\u043e\u0432\u043d\u0456 \u041f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f ", + "Encoding": "\u041a\u043e\u0434\u0443\u0432\u0430\u043d\u043d\u044f", + "End of transcript. Skip to the start.": "\u041a\u0456\u043d\u0435\u0446\u044c \u0442\u0435\u043a\u0441\u0442\u0443. \u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043d\u0430 \u043f\u043e\u0447\u0430\u0442\u043e\u043a. ", + "Ends {end}": "\u0417\u0430\u043a\u0456\u043d\u0447\u0443\u0454\u0442\u044c\u0441\u044f {end}", + "Engage with posts": "\u041e\u0446\u0456\u043d\u044e\u0439\u0442\u0435 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f", + "Enrolled": "\u0417\u0430\u0440\u0430\u0445\u0443\u0432\u0430\u043d\u043d\u044f ", + "Enrolling you in the selected course": "\u0419\u0434\u0435 \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u044f \u043d\u0430 \u043e\u0431\u0440\u0430\u043d\u0438\u0439 \u0412\u0430\u043c\u0438 \u043a\u0443\u0440\u0441", + "Enrollment Tracks": "\u0417\u0430\u0432\u0434\u0430\u043d\u043d\u044f \u0434\u043b\u044f \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u0457 \u043d\u0430 \u043a\u0443\u0440\u0441", + "Enter Due Date and Time": "\u0412\u0432\u0435\u0434\u0456\u0442\u044c \u0434\u0430\u0442\u0443 \u0442\u0430 \u0447\u0430\u0441 \u0441\u043a\u043b\u0430\u0434\u0430\u043d\u043d\u044f", + "Enter Start Date and Time": "\u0412\u0432\u0435\u0441\u0442\u0438 \u043f\u043e\u0447\u0430\u0442\u043a\u043e\u0432\u0443 \u0434\u0430\u0442\u0443 \u0442\u0430 \u0447\u0430\u0441", + "Enter a student's username or email address.": "\u0417\u0430\u0437\u043d\u0430\u0447\u0442\u0435 \u0456\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0430\u0431\u043e \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443 \u043f\u043e\u0448\u0442\u0443 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430.", + "Enter a username or email.": "\u0417\u0430\u0437\u043d\u0430\u0447\u0438\u0442\u0438 \u0456\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0430\u0431\u043e \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443 \u043f\u043e\u0448\u0442\u0443.", + "Enter some details for your support request.": "\u0412\u0432\u0435\u0434\u0456\u0442\u044c \u0434\u0435\u044f\u043a\u0456 \u0434\u0435\u0442\u0430\u043b\u0456 \u0434\u043b\u044f \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u043a\u0438 \u0432\u0430\u0448\u043e\u0433\u043e \u0437\u0430\u043f\u0438\u0442\u0443.", + "Enter team description.": "\u0412\u0432\u0435\u0434\u0456\u0442\u044c \u043e\u043f\u0438\u0441 \u043a\u043e\u043c\u0430\u043d\u0434\u0438.", + "Enter team name.": "\u0412\u0432\u0435\u0434\u0456\u0442\u044c \u0456\u043c'\u044f \u043a\u043e\u043c\u0430\u043d\u0434\u0438.", + "Enter the enrollment code.": "\u0412\u0432\u0435\u0434\u0456\u0442\u044c \u043a\u043e\u0434 \u0437\u0430\u0440\u0430\u0445\u0443\u0432\u0430\u043d\u043d\u044f.", + "Enter the name of the cohort": "\u0412\u0432\u0435\u0434\u0456\u0442\u044c \u043d\u0430\u0437\u0432\u0443 \u043a\u043e\u0433\u043e\u0440\u0442\u0438", + "Enter the username or email address of each learner that you want to add as an exception.": "\u0412\u0432\u0435\u0434\u0456\u0442\u044c \u0456\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0430\u0431\u043e \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443 \u043f\u043e\u0448\u0442\u0443 \u043a\u043e\u0436\u043d\u043e\u0433\u043e \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430, \u044f\u043a\u043e\u0433\u043e \u0432\u0438 \u0445\u043e\u0447\u0435\u0442\u0435 \u0434\u043e\u0434\u0430\u0442\u0438 \u044f\u043a \u0432\u0438\u043d\u044f\u0442\u043e\u043a.", + "Enter username or email": "\u0417\u0430\u0437\u043d\u0430\u0447\u0438\u0442\u0438 \u0456\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0430\u0431\u043e \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443 \u043f\u043e\u0448\u0442\u0443", + "Enter your ": "\u0412\u0432\u0435\u0434\u0456\u0442\u044c \u0412\u0430\u0448\u0435", + "Entrance exam attempts is being reset for student '{student_id}'.": "\u0421\u043f\u0440\u043e\u0431\u0438 \u0437\u0434\u0430\u0442\u0438 \u0432\u0441\u0442\u0443\u043f\u043d\u0438\u0439 \u0456\u0441\u043f\u0438\u0442 \u0441\u043a\u0438\u0434\u0430\u044e\u0442\u044c\u0441\u044f \u0434\u043b\u044f \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 '{student_id}'.", + "Entrance exam state is being deleted for student '{student_id}'.": "\u0421\u0442\u0430\u043d \u0432\u0441\u0442\u0443\u043f\u043d\u043e\u0433\u043e \u0456\u0441\u043f\u0438\u0442\u0443 \u0432\u0438\u0434\u0430\u043b\u044f\u0454\u0442\u044c\u0441\u044f \u0434\u043b\u044f \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 '{student_id}'.", + "Error": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430", + "Error adding learners.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0434\u043e\u0434\u0430\u0432\u0430\u043d\u043d\u044f \u0441\u043b\u0443\u0445\u0430\u0447\u0456\u0432", + "Error adding user": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0434\u043e\u0434\u0430\u0432\u0430\u043d\u043d\u0456 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430", + "Error adding/removing users as beta testers.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0434\u043e\u0434\u0430\u0432\u0430\u043d\u043d\u044f/\u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456\u0432 \u044f\u043a \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0435\u0440\u0456\u0432", + "Error changing user's permissions.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0443 \u0437\u043c\u0456\u043d\u0456 \u043f\u043e\u0432\u043d\u043e\u0432\u0430\u0436\u0435\u043d\u044c \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.", + "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u0456 \u0432\u0441\u0442\u0443\u043f\u043d\u043e\u0433\u043e \u0456\u0441\u043f\u0438\u0442\u0443 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 '{student_id}'. \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0446\u0456\u0439\u043d\u0456 \u0434\u0430\u043d\u0456 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0456.", + "Error deleting student '<%- student_id %>'s state on problem '<%- problem_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u0456 \u0441\u0442\u0430\u043d\u0443 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f '<%- problem_id %>' \u0434\u043b\u044f \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430'<%- student_id %>' \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0438 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f \u0442\u0430 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 \u0432\u043a\u0430\u0437\u0430\u043d\u0456 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u0456 \u043f\u043e\u0432\u043d\u0456\u0441\u0442\u044e. ", + "Error enrolling/unenrolling users.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u0457/\u0441\u043a\u0430\u0441\u0443\u0432\u0430\u043d\u043d\u0456 \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u0457 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456\u0432. ", + "Error generating ORA data report. Please try again.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u0456 \u0434\u0435\u0442\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043e\u0446\u0456\u043d\u043d\u043e\u0433\u043e \u043b\u0438\u0441\u0442\u0430 ORA. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437. ", + "Error generating grades. Please try again.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u0433\u0435\u043d\u0435\u0440\u0443\u0432\u0430\u043d\u043d\u044f \u043e\u0446\u0456\u043d\u043e\u043a. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437.", + "Error generating list of students who may enroll. Please try again.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0433\u0435\u043d\u0435\u0440\u0443\u0432\u0430\u043d\u043d\u0456 \u0441\u043f\u0438\u0441\u043a\u0430 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432, \u044f\u043a\u0456 \u0437\u0430\u043f\u0438\u0441\u0430\u043b\u0438\u0441\u044c. \u0421\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u0456\u0437\u043d\u0456\u0448\u0435.", + "Error generating problem grade report. Please try again.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u0456 \u0434\u0435\u0442\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043e\u0446\u0456\u043d\u043d\u043e\u0433\u043e \u043b\u0438\u0441\u0442\u0430. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437. ", + "Error generating proctored exam results. Please try again.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u0433\u0435\u043d\u0435\u0440\u0430\u0446\u0456\u0457 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u044c\u0432\u0430\u043d\u043e\u0433\u043e \u0456\u0441\u043f\u0438\u0442\u0443. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437.", + "Error generating student profile information. Please try again.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0433\u0435\u043d\u0435\u0440\u0443\u0432\u0430\u043d\u043d\u0456 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u0457 \u0437 \u0437\u0430\u043f\u0438\u0441\u0443 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430. \u0421\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u0456\u0437\u043d\u0456\u0448\u0435.", + "Error generating survey results. Please try again.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u044f \u0437\u0432\u0456\u0442\u0443 \u043f\u0440\u043e \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043e\u043f\u0438\u0442\u0443\u0432\u0430\u043d\u043d\u044f. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437.", + "Error getting enrollment status for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0441\u0442\u0430\u0442\u0443\u0441\u0443 \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u0457 \u0434\u043b\u044f '<%- student_id %>'. \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e ID \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 \u043d\u0430\u043f\u0438\u0441\u0430\u043d\u0438\u0439 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e.", + "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u0456 \u0456\u0441\u0442\u043e\u0440\u0456\u0457 \u0437\u0430\u0432\u0434\u0430\u043d\u044c \u0432\u0441\u0442\u0443\u043f\u043d\u043e\u0433\u043e \u0456\u0441\u043f\u0438\u0442\u0443 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 '{student_id}'. \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0446\u0456\u0439\u043d\u0456 \u0434\u0430\u043d\u0456 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0456.", + "Error getting issued certificates list.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0441\u043f\u0438\u0441\u043a\u0443 \u0432\u0438\u043f\u0443\u0449\u0435\u043d\u0438\u0445 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0456\u0432.", + "Error getting student list.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0441\u043f\u0438\u0441\u043a\u0443 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432.", + "Error getting student progress url for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "\u0421\u0442\u0430\u043b\u0430\u0441\u044c \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0430\u0434\u0440\u0435\u0441\u0438 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438 \u0456\u0437 \u043f\u0440\u043e\u0433\u0440\u0435\u0441\u043e\u043c \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 '<%- student_id %>'. \u041f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0456\u0441\u0442\u044c \u043d\u0430\u043f\u0438\u0441\u0430\u043d\u043d\u044f \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0443 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430.", + "Error getting task history for problem '<%- problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0456\u0441\u0442\u043e\u0440\u0456\u0457 \u0437\u0430\u0434\u0430\u0447, \u043f\u043e\u0432'\u044f\u0437\u0430\u043d\u0438\u0445 \u0456\u0437 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f\u043c '<%- problem_id %>' \u0434\u043b\u044f \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 '<%- student_id %>. \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0438 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f \u0442\u0430 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 \u0432\u043a\u0430\u0437\u0430\u043d\u0456 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u0456 \u043f\u043e\u0432\u043d\u0456\u0441\u0442\u044e. ", + "Error getting the number of ungraded responses": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u043a\u0456\u043b\u044c\u043a\u043e\u0441\u0442\u0456 \u043d\u0435 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0435\u043d\u0438\u0445 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0435\u0439.", + "Error importing course": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0456\u043c\u043f\u043e\u0440\u0442\u0456 \u043a\u0443\u0440\u0441\u0443", + "Error listing task history for this student and problem.": "\u0421\u0442\u0430\u043b\u0430\u0441\u044c \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0456\u0441\u0442\u043e\u0440\u0456\u0457 \u0437\u0430\u0434\u0430\u0447 \u0434\u043b\u044f \u0446\u044c\u043e\u0433\u043e \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 \u0442\u0430 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f.", + "Error removing user": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u0456 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430", + "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0441\u043a\u0438\u0434\u0430\u043d\u043d\u044f \u0441\u043f\u0440\u043e\u0431 \u0432\u0438\u043a\u043e\u043d\u0430\u043d\u043d\u044f \u0432\u0441\u0442\u0443\u043f\u043d\u043e\u0433\u043e \u0442\u0435\u0441\u0442\u0443 \u0434\u043b\u044f \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 '{student_id}'. \u041f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u0432\u0456\u0440\u043d\u0456\u0441\u0442\u044c \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0430 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430.", + "Error resetting problem attempts for problem '<%= problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0441\u043a\u0438\u0434\u0430\u043d\u043d\u044f\u0445 \u0441\u043f\u0440\u043e\u0431 \u0434\u043b\u044f \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f '<%= problem_id %>' \u0442\u0430 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 '<%- student_id %>'. \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f \u0442\u0430 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0438 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432 \u0454 \u043f\u043e\u0432\u043d\u0438\u043c\u0438 \u0442\u0430 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0438\u043c\u0438.", + "Error retrieving grading configuration.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u043a\u043e\u043d\u0444\u0456\u0433\u0443\u0440\u0430\u0446\u0456\u0457 \u043e\u0446\u0456\u043d\u044e\u0432\u0430\u043d\u043d\u044f.", + "Error sending email.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u044f \u043f\u043e\u0448\u0442\u0438.", + "Error starting a task to override score for problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the score and the problem and student identifiers are complete and correct.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0437\u0430\u043f\u0443\u0441\u043a\u0443 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u0432\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f \u043e\u0446\u0456\u043d\u043a\u0438 \u0434\u043b\u044f \u0437\u0430\u0434\u0430\u0447\u0456 '<%- problem_id %>' \u0434\u043b\u044f \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 '<%- student_id %>'. \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e \u043e\u0446\u0456\u043d\u043a\u0430 \u0442\u0430 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0438 \u0437\u0430\u0434\u0430\u0447\u0456 \u0442\u0430 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 \u0454 \u043f\u043e\u0432\u043d\u0438\u043c\u0438 \u0442\u0430 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0438\u043c\u0438.", + "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0437\u0430\u043f\u0443\u0441\u043a\u0443 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e\u0457 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u0438 \u0432\u0441\u0442\u0443\u043f\u043d\u043e\u0433\u043e \u0432\u0438\u043f\u0440\u043e\u0431\u0443\u0432\u0430\u043d\u043d\u044f \u0434\u043b\u044f \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 \"{student_id}\". \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e \u0432\u0441\u0442\u0443\u043f\u043d\u0435 \u0432\u0438\u043f\u0440\u043e\u0431\u0443\u0432\u0430\u043d\u043d\u044f \u043c\u0456\u0441\u0442\u0438\u0442\u044c \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f \u0456 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 \u0432\u0456\u0440\u043d\u0438\u0439.", + "Error starting a task to rescore problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the problem and student identifiers are complete and correct.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u044f \u0437\u0430\u0434\u0430\u0447\u0456 \u043f\u043e \u043a\u043e\u0440\u0435\u0433\u0443\u0432\u0430\u043d\u043d\u044e \u043e\u0446\u0456\u043d\u043e\u043a \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 '<%- student_id %>' \u0437\u0430 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f '<%- problem_id %>'. \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0438 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f \u0442\u0430 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 \u0432\u043a\u0430\u0437\u0430\u043d\u0456 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u0456 \u043f\u043e\u0432\u043d\u0456\u0441\u0442\u044e. ", + "Error starting a task to rescore problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u044f \u0437\u0430\u0434\u0430\u0447\u0456 \u043f\u043e \u043a\u043e\u0440\u0435\u0433\u0443\u0432\u0430\u043d\u043d\u044e \u043e\u0446\u0456\u043d\u043a\u0438 \u0437\u0430 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f '<%- problem_id %>'. \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0438 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f \u0442\u0430 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 \u0432\u043a\u0430\u0437\u0430\u043d\u0456 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u0456 \u043f\u043e\u0432\u043d\u0456\u0441\u0442\u044e. ", + "Error starting a task to reset attempts for all students on problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0437\u0430\u043f\u0443\u0441\u043a\u0443 \u0437\u0430\u0434\u0430\u0447\u0456 \u0434\u043b\u044f \u0441\u043a\u0438\u0434\u0430\u043d\u043d\u044f \u0441\u043f\u0440\u043e\u0431 \u0443\u0441\u0456\u0445 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432 \u043d\u0430 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u0456 '<%- problem_id %>'. \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f \u0454 \u043f\u043e\u0432\u043d\u0438\u043c \u0456 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0438\u043c.", + "Error while generating certificates. Please try again.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u0433\u0435\u043d\u0435\u0440\u0430\u0446\u0456\u0457 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0456\u0432. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437.", + "Error while regenerating certificates. Please try again.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e\u043c\u0443 \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u0456 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0456\u0432. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437.", + "Error: ": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430:", + "Error: Choosing failed.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430: \u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044c \u0432\u0438\u0431\u0440\u0430\u0442\u0438.", + "Error: Connection with server failed.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430: \u041d\u0435\u0432\u0434\u0430\u043b\u0435 \u0437\u2019\u0454\u0434\u043d\u0430\u043d\u043d\u044f \u0437 \u0441\u0435\u0440\u0432\u0435\u0440\u043e\u043c.", + "Error: Import failed.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430: \u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044c \u0456\u043c\u043f\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438.", + "Error: Replacing failed.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430: \u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u043c\u0456\u043d\u0438\u0442\u0438.", + "Error: Uploading failed.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430: \u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438.", + "Error: User '<%- username %>' has not yet activated their account. Users must create and activate their accounts before they can be assigned a role.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430: \u041a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447 '<%- username %>' \u0449\u0435 \u043d\u0435 \u0430\u043a\u0442\u0438\u0432\u0443\u0432\u0430\u0432 \u0441\u0432\u0456\u0439 \u0430\u043a\u0430\u0443\u043d\u0442. \u041a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456 \u043f\u043e\u0432\u0438\u043d\u043d\u0456 \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0442\u0430 \u0430\u043a\u0442\u0438\u0432\u0443\u0432\u0430\u0442\u0438 \u0441\u0432\u043e\u0457 \u0430\u043a\u0430\u0443\u043d\u0442\u0438 \u0434\u043e \u0442\u043e\u0433\u043e \u044f\u043a \u0457\u043c \u0431\u0443\u0434\u0435 \u043f\u0440\u0438\u0441\u0432\u043e\u0454\u043d\u043e \u0440\u043e\u043b\u044c. ", + "Error: You cannot remove yourself from the Instructor group!": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430: \u0412\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0441\u0435\u0431\u0435 \u0437 \u0456\u043d\u0441\u0442\u0440\u0443\u043a\u0442\u043e\u0440\u0441\u044c\u043a\u043e\u0457 \u0433\u0440\u0443\u043f\u0438. ", + "Errors": "\u041f\u043e\u043c\u0438\u043b\u043a\u0438", + "Everyone who has staff privileges in this course": "\u0412\u0441\u0456 \u0445\u0442\u043e \u0454 \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u043e\u043c \u0446\u044c\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0443", + "Exit full browser": "\u0412\u0438\u0439\u0442\u0438 \u0437 \u043f\u043e\u0432\u043d\u043e\u0433\u043e \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434\u0443", + "Expand All": "\u0420\u043e\u0437\u0433\u043e\u0440\u043d\u0443\u0442\u0438 \u0412\u0441\u0456", + "Expand Instructions": "\u0420\u043e\u0437\u043a\u0440\u0438\u0442\u0438 \u0456\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0456\u0457", + "Explanation": "\u041f\u043e\u044f\u0441\u043d\u0435\u043d\u043d\u044f", + "Explicitly Hiding from Students": "\u042f\u0432\u043d\u043e \u043f\u0440\u0438\u0445\u043e\u0432\u0430\u043d\u0438\u0439 \u0432\u0456\u0434 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432", + "Failed to delete student state for user.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0441\u0442\u0430\u043d \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430.", + "Failed to rescore problem for user.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u043f\u0435\u0440\u0435\u0437\u0430\u0440\u0430\u0445\u0443\u0432\u0430\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456 \u0434\u043b\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.", + "Failed to rescore problem to improve score for user.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u043f\u0435\u0440\u0435\u0437\u0430\u0440\u0430\u0445\u0443\u0432\u0430\u0442\u0438 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f, \u0449\u043e\u0431 \u043f\u043e\u043a\u0440\u0430\u0449\u0438\u0442\u0438 \u043e\u0446\u0456\u043d\u043a\u0443 \u0434\u043b\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.", + "Failed to reset attempts for user.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0441\u043a\u0438\u043d\u0443\u0442\u0438 \u0441\u043f\u0440\u043e\u0431\u0438 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.", + "February": "\u043b\u044e\u0442\u043e\u0433\u043e", + "Feedback available for selection.": "\u0412\u0456\u0434\u0433\u0443\u043a \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u0439 \u0434\u043b\u044f \u0432\u0438\u0431\u043e\u0440\u0443.", + "File": "\u0424\u0430\u0439\u043b", + "File Name": "\u0406\u043c'\u044f \u0444\u0430\u0439\u043b\u0443", + "File format not supported. Please upload a file with a {ext} extension.": "\u0424\u043e\u0440\u043c\u0430\u0442 \u0444\u0430\u0439\u043b\u0443 \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0454\u0442\u044c\u0441\u044f. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0442\u0435 \u0444\u0430\u0439\u043b \u0437 \u0440\u043e\u0437\u0448\u0438\u0440\u0435\u043d\u043d\u044f\u043c {ext}. ", + "File type is not allowed.": "\u0426\u0435\u0439 \u0442\u0438\u043f \u0444\u0430\u0439\u043b\u0456\u0432 \u043d\u0435 \u0434\u043e\u0437\u0432\u043e\u043b\u0435\u043d\u0438\u0439.", + "File types can not be empty.": "\u041f\u043e\u043b\u0435 \u0442\u0438\u043f\u0456\u0432 \u0444\u0430\u0439\u043b\u0456\u0432 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u043f\u0443\u0441\u0442\u0438\u043c.", + "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "\u0424\u0430\u0439\u043b {filename} \u043f\u0435\u0440\u0435\u0432\u0438\u0449\u0443\u0454 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0438\u0439 \u0440\u043e\u0437\u043c\u0456\u0440 \u0432 {maxFileSizeInMBs} M\u0411", + "Files must be in JPEG or PNG format.": "\u0424\u0430\u0439\u043b\u0438 \u043c\u0430\u044e\u0442\u044c \u0431\u0443\u0442\u0438 \u0443 \u0440\u043e\u0437\u0448\u0438\u0440\u0435\u043d\u043d\u0456 JPEG \u0430\u0431\u043e PNG.", + "Files that you upload must be PDFs or image files in .gif, .jpg, .jpeg, or .png format.": "\u0424\u0430\u0439\u043b\u0438, \u044f\u043a\u0456 \u0432\u0438 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0443\u0454\u0442\u0435, \u043f\u043e\u0432\u0438\u043d\u043d\u0456 \u0431\u0443\u0442\u0438 PDF-\u0444\u0430\u0439\u043b\u0430\u043c\u0438 \u0430\u0431\u043e \u0444\u0430\u0439\u043b\u0430\u043c\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u044c \u0443 \u0444\u043e\u0440\u043c\u0430\u0442\u0456 .gif, .jpg, .jpeg \u0430\u0431\u043e .png.", + "Files that you upload must be smaller than 5MB in size.": "\u0424\u0430\u0439\u043b\u0438, \u044f\u043a\u0456 \u0432\u0438 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0443\u0454\u0442\u0435, \u043f\u043e\u0432\u0438\u043d\u043d\u0456 \u043c\u0430\u0442\u0438 \u0440\u043e\u0437\u043c\u0456\u0440 \u043c\u0435\u043d\u0448\u0435 5 \u041c\u0411.", + "Fill browser": "\u041f\u043e\u0432\u043d\u0438\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434", + "Filter": "\u0424\u0456\u043b\u044c\u0442\u0440", + "Filter and sort topics": " \u0424\u0456\u043b\u044c\u0442\u0440\u0443\u0439\u0442\u0435 \u0442\u0430 \u0432\u043f\u043e\u0440\u044f\u0434\u043a\u043e\u0432\u0443\u0439\u0442\u0435 \u0442\u0435\u043c\u0438", + "Final Grade Received": "\u041e\u0442\u0440\u0438\u043c\u0430\u043d\u043e \u0444\u0456\u043d\u0430\u043b\u044c\u043d\u0443 \u043e\u0446\u0456\u043d\u043a\u0443", + "Financial Assistance": "\u0424\u0456\u043d\u0430\u043d\u0441\u043e\u0432\u0430 \u0414\u043e\u043f\u043e\u043c\u043e\u0433\u0430", + "Find": "\u041f\u043e\u0448\u0443\u043a", + "Find and replace": "\u041f\u043e\u0448\u0443\u043a \u0442\u0430 \u0437\u0430\u043c\u0456\u043d\u0430", + "Find answers to the top questions asked by learners.": "\u0417\u043d\u0430\u0439\u0434\u0456\u0442\u044c \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456 \u043d\u0430 \u043d\u0430\u0439\u0432\u0430\u0436\u043b\u0438\u0432\u0456\u0448\u0456 \u0437\u0430\u043f\u0438\u0442\u0430\u043d\u043d\u044f, \u044f\u043a\u0456 \u0437\u0430\u0434\u0430\u044e\u0442\u044c \u0443\u0447\u043d\u0456.", + "Find discussions": "\u0417\u043d\u0430\u0439\u0442\u0438 \u043e\u0431\u0433\u043e\u0432\u043e\u0440\u0435\u043d\u043d\u044f", + "Find next": "\u0428\u0443\u043a\u0430\u0442\u0438 \u0434\u0430\u043b\u0456", + "Find previous": "\u0428\u0443\u043a\u0430\u0442\u0438 \u043f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0454", + "Finish": "\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u0438", + "Font Family": "\u0422\u0438\u043f \u0448\u0440\u0438\u0444\u0442\u0443", + "Font Sizes": "\u0420\u043e\u0437\u043c\u0456\u0440 \u0448\u0440\u0438\u0444\u0442\u0443", + "Footer": "\u041d\u0438\u0436\u043d\u0456\u0439 \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b", + "For grading to work, you must change all {oldName} subsections to {newName}.": "\u0429\u043e\u0431 \u043a\u043b\u0430\u0441\u0438\u0444\u0456\u043a\u0430\u0446\u0456\u044f \u043f\u0440\u0430\u0446\u044e\u0432\u0430\u043b\u0430, \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e \u0437\u043c\u0456\u043d\u0438\u0442\u0438 \u0432\u0441\u0456 \u043f\u0456\u0434\u0440\u043e\u0437\u0434\u0456\u043b\u0438 {oldName} \u043d\u0430 {newName}.", + "Format": "\u0424\u043e\u0440\u043c\u0430\u0442", + "Formats": "\u0424\u043e\u0440\u043c\u0430\u0442\u0438", + "Free text notes": "\u041d\u043e\u0442\u0430\u0442\u043a\u0438", + "Frequently Asked Questions": "\u041f\u0438\u0442\u0430\u043d\u043d\u044f \u0442\u0430 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456", + "Full Name": "\u0406\u043c'\u044f \u0442\u0430 \u043f\u0440\u0456\u0437\u0432\u0438\u0449\u0435", + "Full Profile": "\u041f\u043e\u0432\u043d\u0438\u0439 \u043f\u0440\u043e\u0444\u0456\u043b\u044c", + "Fullscreen": "\u041d\u0430 \u0432\u0435\u0441\u044c \u0435\u043a\u0440\u0430\u043d", + "Gender": "\u0421\u0442\u0430\u0442\u044c", + "General": "\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0435", + "Generate Exception Certificates": "\u0413\u0435\u043d\u0435\u0440\u0430\u0446\u0456\u044f \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0456\u0432 \u0434\u043b\u044f \u0432\u0438\u043d\u044f\u0442\u043a\u0456\u0432", + "Go to my Dashboard": "\u0412 \u043e\u0441\u043e\u0431\u0438\u0441\u0442\u0438\u0439 \u043a\u0430\u0431\u0456\u043d\u0435\u0442", + "Go to {platform} Home": "\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043d\u0430 \u0434\u043e\u043c\u0430\u0448\u043d\u044e \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 {platform}", + "Grade as:": "\u041e\u0446\u0456\u043d\u0438\u0442\u0438 \u044f\u043a:", + "Grading": "\u041e\u0446\u0456\u043d\u044e\u0432\u0430\u043d\u043d\u044f", + "Group": "\u0413\u0440\u0443\u043f\u0430", + "Group %s": "\u0413\u0440\u0443\u043f\u0430 %s", + "Group A": "\u0413\u0440\u0443\u043f\u0430 A", + "Group B": "\u0413\u0440\u0443\u043f\u0430 \u0412", + "Group Configuration name is required.": "\u041f\u043e\u0442\u0440\u0456\u0431\u043d\u0430 \u043d\u0430\u0437\u0432\u0430 \u041a\u043e\u043d\u0444\u0456\u0433\u0443\u0440\u0430\u0446\u0456\u0457 \u0433\u0440\u0443\u043f\u0438.", + "Group name is required": "\u041f\u043e\u0442\u0440\u0456\u0431\u043d\u0430 \u043d\u0430\u0437\u0432\u0430 \u0433\u0440\u0443\u043f\u0438", + "Groups": "\u0413\u0440\u0443\u043f\u0438", + "H Align": "\u0412\u0438\u0440\u0456\u0432\u043d\u044e\u0432\u0430\u043d\u043d\u044f", + "HTML preview of post": "\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0434\u043e\u043f\u0438\u0441\u0443 \u0443 HTML ", + "HTML source code": "\u041e\u0440\u0438\u0433\u0456\u043d\u0430\u043b\u044c\u043d\u0438\u0439 \u043a\u043e\u0434 HTML", + "Header": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a", + "Header 1": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 1", + "Header 2": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 2", + "Header 3": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 3", + "Header 4": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 4", + "Header 5": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 5", + "Header 6": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 6", + "Header cell": " \u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u043a\u043b\u0456\u0442\u0438\u043d\u043a\u0438", + "Headers": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0438", + "Heading": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a", + "Heading (Ctrl+H)": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a (Ctrl+H)", + "Heading 1": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 1", + "Heading 2": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 2", + "Heading 3": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 3", + "Heading 4": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 4", + "Heading 5": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 5", + "Heading 6": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 6", + "Headings": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0438", + "Height": "\u0412\u0438\u0441\u043e\u0442\u0430", + "Help Translate into {beta_language}": "\u0414\u043e\u043f\u043e\u043c\u043e\u0433\u0430 \u0437 \u043f\u0435\u0440\u0435\u043a\u043b\u0430\u0434\u043e\u043c \u043d\u0430 {beta_language}", + "Hide": "\u0421\u0445\u043e\u0432\u0430\u0442\u0438", + "Hide Annotations": "\u0421\u0445\u043e\u0432\u0430\u0442\u0438 \u0410\u043d\u043e\u0442\u0430\u0446\u0456\u0457", + "Hide Deprecated Settings": "\u0417\u0430\u0445\u043e\u0432\u0430\u0442\u0438 \u0437\u0430\u0441\u0442\u0430\u0440\u0456\u043b\u0456 \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f", + "Hide Discussion": "\u0421\u0445\u043e\u0432\u0430\u0442\u0438 \u043e\u0431\u0433\u043e\u0432\u043e\u0440\u0435\u043d\u043d\u044f", + "Hide Previews": "\u0421\u0445\u043e\u0432\u0430\u0442\u0438 \u043f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434", + "Hide closed captions": "\u0421\u0445\u043e\u0432\u0430\u0442\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438", + "Hide notes": "\u0421\u0445\u043e\u0432\u0430\u0442\u0438 \u043d\u043e\u0442\u0430\u0442\u043a\u0438", + "Hide transcripts ({transcriptCount})": "\u041f\u0440\u0438\u0445\u043e\u0432\u0430\u0442\u0438 \u0442\u0440\u0430\u043d\u0441\u043a\u0440\u0438\u043f\u0442\u0438 ({transcriptCount})", + "Hiding from Students": "\u041f\u0440\u0438\u0445\u043e\u0432\u0430\u043d\u0438\u0439 \u0432\u0456\u0434 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432", + "High Definition": "\u0412\u0438\u0441\u043e\u043a\u0430 \u0440\u043e\u0437\u0434\u0456\u043b\u044c\u043d\u0430 \u0437\u0434\u0430\u0442\u043d\u0456\u0441\u0442\u044c", + "Highlights for {display_name}": "\u041e\u0441\u043d\u043e\u0432\u043d\u0456 \u043c\u043e\u043c\u0435\u043d\u0442\u0438 \u0434\u043b\u044f {display_name}", + "Horizontal Rule (Ctrl+R)": "\u0413\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u0430 \u043b\u0456\u043d\u0456\u0439\u043a\u0430 (Ctrl+R)", + "Horizontal line": "\u0413\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u0430 \u043b\u0456\u043d\u0456\u044f", + "Horizontal space": "\u0413\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u0438\u0439 \u043f\u0440\u043e\u043c\u0456\u0436\u043e\u043a", + "How to create useful text alternatives.": "\u042f\u043a \u0441\u0442\u0432\u043e\u0440\u044e\u0432\u0430\u0442\u0438 \u0435\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u0456 \u043e\u043f\u0438\u0441\u0438 \u043a\u0430\u0440\u0442\u0438\u043d\u043e\u043a.", + "How to use %(platform_name)s discussions": "\u042f\u043a \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0442\u0438\u0441\u044c \u043e\u0431\u0433\u043e\u0432\u043e\u0440\u0435\u043d\u043d\u044f\u043c\u0438 %(platform_name)s ", + "Hyperlink (Ctrl+L)": "\u041f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f (Ctrl+L)", + "If the unit was previously published and released to students, any changes you made to the unit when it was hidden will now be visible to students. Do you want to proceed?": "\u042f\u043a\u0449\u043e \u0446\u0435\u0439 \u044e\u043d\u0456\u0442 \u0431\u0443\u0432 \u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u0438\u0439 \u0456 \u0432\u0438\u043f\u0443\u0449\u0435\u043d\u0438\u0439 \u0434\u043b\u044f \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432, \u0431\u0443\u0434\u044c-\u044f\u043a\u0456 \u0437\u043c\u0456\u043d\u0438, \u044f\u043a\u0456 \u0432\u0438 \u0437\u0440\u043e\u0431\u0438\u043b\u0438 \u0443 \u043d\u044c\u043e\u043c\u0443, \u0434\u043e\u043a\u0438 \u044e\u043d\u0456\u0442 \u0431\u0443\u0432 \u043f\u0440\u0438\u0445\u043e\u0432\u0430\u043d\u0438\u0439, \u0431\u0443\u0434\u0443\u0442\u044c \u0437\u0430\u0440\u0430\u0437 \u0432\u0438\u0434\u0438\u043c\u0456 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430\u043c. \u0412\u0438 \u0445\u043e\u0447\u0435\u0442\u0435 \u043f\u0440\u043e\u0434\u043e\u0432\u0436\u0438\u0442\u0438?", + "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "\u042f\u043a\u0449\u043e \u0432\u0438 \u0437\u0430\u043b\u0438\u0448\u0438\u0442\u0435 \u0446\u044e \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0431\u0435\u0437 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u043d\u044f \u0447\u0438 \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u044f \u043d\u0430 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u0443 \u0432\u0430\u0448\u043e\u0457 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456, \u0432\u0438 \u0432\u0442\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u0441\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u0440\u043e\u0431\u043e\u0442\u0438.", + "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "\u042f\u043a\u0449\u043e \u0432\u0438 \u0437\u0430\u043b\u0438\u0448\u0438\u0442\u0435 \u0446\u044e \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0431\u0435\u0437 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u043d\u044f \u0432\u0430\u0448\u043e\u0433\u043e \u043f\u0435\u0440\u0435\u0445\u0440\u0435\u0441\u043d\u043e\u0433\u043e \u043e\u0446\u0456\u043d\u044e\u0432\u0430\u043d\u043d\u044f, \u0432\u0438 \u0432\u0442\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u0441\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u0440\u043e\u0431\u043e\u0442\u0438", + "If you leave this page without submitting your self assessment, you will lose any work you have done.": "\u042f\u043a\u0449\u043e \u0432\u0438 \u0437\u0430\u043b\u0438\u0448\u0438\u0442\u0435 \u0446\u044e \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0431\u0435\u0437 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u043d\u044f \u0432\u0430\u0448\u043e\u0433\u043e \u0441\u0430\u043c\u043e\u043e\u0446\u0456\u043d\u044e\u0432\u0430\u043d\u043d\u044f, \u0432\u0438 \u0432\u0442\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u0441\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u0440\u043e\u0431\u043e\u0442\u0438", + "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "\u042f\u043a\u0449\u043e \u0432\u0438 \u0437\u0430\u043b\u0438\u0448\u0438\u0442\u0435 \u0446\u044e \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0431\u0435\u0437 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u043d\u044f \u0432\u0430\u0448\u043e\u0457 \u043e\u0446\u0456\u043d\u043a\u0438 \u0432\u0438\u043a\u043b\u0430\u0434\u0430\u0447\u0430, \u0432\u0438 \u0432\u0442\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u0441\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u0440\u043e\u0431\u043e\u0442\u0438", + "If you make significant changes, make sure you notify members of the team before making these changes.": "\u041f\u0435\u0440\u0435\u0434 \u0442\u0438\u043c, \u044f\u043a \u0432\u043d\u043e\u0441\u0438\u0442\u0438 \u0437\u043d\u0430\u0447\u043d\u0456 \u0437\u043c\u0456\u043d\u0438, \u043e\u0431\u043e\u0432'\u044f\u0437\u043a\u043e\u0432\u043e \u043f\u043e\u043f\u0435\u0440\u0435\u0434\u044c\u0442\u0435 \u0456\u043d\u0448\u0438\u0445 \u0447\u043b\u0435\u043d\u0456\u0432 \u043a\u043e\u043c\u0430\u043d\u0434\u0438.", + "If you remove this transcript, the transcript will not be available for any components that use this video.": "\u042f\u043a\u0449\u043e \u0432\u0438 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0435 \u0446\u0435\u0439 \u0442\u0440\u0430\u043d\u0441\u043a\u0440\u0438\u043f\u0442, \u0437\u0430\u043f\u0438\u0441 \u043d\u0435 \u0431\u0443\u0434\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u043c \u0434\u043b\u044f \u0431\u0443\u0434\u044c-\u044f\u043a\u0438\u0445 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0456\u0432, \u044f\u043a\u0456 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u044e\u0442\u044c \u0446\u0435 \u0432\u0456\u0434\u0435\u043e.", + "If you remove this transcript, the transcript will not be available for this component.": "\u042f\u043a\u0449\u043e \u0432\u0438 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0435 \u0446\u044e \u043a\u043e\u043f\u0456\u044e, \u0442\u043e \u0432\u043e\u043d\u0430 \u0431\u0456\u043b\u044c\u0448\u0435 \u043d\u0435 \u0431\u0443\u0434\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u0434\u043b\u044f \u0446\u044c\u043e\u0433\u043e \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0443.", + "If you still wish to continue and delete your account, please enter your account password:": "\u042f\u043a\u0449\u043e \u0432\u0438 \u0432\u0441\u0435 \u0449\u0435 \u0431\u0430\u0436\u0430\u0454\u0442\u0435 \u043f\u0440\u043e\u0434\u043e\u0432\u0436\u0443\u0432\u0430\u0442\u0438 \u0442\u0430 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0441\u0432\u0456\u0439 \u0430\u043a\u0430\u0443\u043d\u0442, \u0432\u0432\u0435\u0434\u0456\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c \u0441\u0432\u043e\u0433\u043e \u0430\u043a\u0430\u0443\u043d\u0442\u0443:", + "If you use the Advanced Editor, this problem will be converted to XML and you will not be able to return to the Simple Editor Interface.\n\nProceed to the Advanced Editor and convert this problem to XML?": "\u042f\u043a\u0449\u043e \u0432\u0438 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0454\u0442\u0435 \u0440\u043e\u0437\u0448\u0438\u0440\u0435\u043d\u0438\u0439 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440, \u0446\u044f \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430 \u0431\u0443\u0434\u0435 \u043f\u0435\u0440\u0435\u0442\u0432\u043e\u0440\u0435\u043d\u0430 \u0432 XML \u0456 \u0432\u0438 \u043d\u0435 \u0437\u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u0432\u0435\u0440\u043d\u0443\u0442\u0438\u0441\u044f \u0434\u043e \u0456\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0443 \u043f\u0440\u043e\u0441\u0442\u043e\u0433\u043e \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0430.\n\n\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u0434\u043e \u0440\u043e\u0437\u0448\u0438\u0440\u0435\u043d\u043e\u0433\u043e \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0430 \u0456 \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0446\u044e \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0443 \u0432 XML?", + "Ignore": "\u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u0438", + "Ignore all": "\u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u0438 \u0432\u0441\u0456", + "Image": "\u0417\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f", + "Image (Ctrl+G)": "\u0417\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f (Ctrl+G)", + "Image Description": "\u041e\u043f\u0438\u0441 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f", + "Image Upload Error": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f", + "Image description": "\u041e\u043f\u0438\u0441 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f", + "Image must be in PNG format": "\u0417\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u043c\u0430\u0454 \u0431\u0443\u0442\u0438 \u0443 \u0444\u043e\u0440\u043c\u0430\u0442\u0456 PNG", + "Image must be in PNG format.": "\u0417\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u043c\u0430\u0454 \u0431\u0443\u0442\u0438 \u0443 \u0444\u043e\u0440\u043c\u0430\u0442\u0456 PNG", + "Image upload failed": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f", + "Image upload failed. ": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f.", + "In Progress": "\u041e\u043f\u0440\u0430\u0446\u044c\u043e\u0432\u0443\u0454\u0442\u044c\u0441\u044f", + "Incorrect url format.": "\u041d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0438\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 url-\u0430\u0434\u0440\u0435\u0441\u0438", + "Increase indent": "\u0417\u0431\u0456\u043b\u044c\u0448\u0438\u0442\u0438 \u0432\u0456\u0434\u0441\u0442\u0443\u043f", + "Individual Exceptions": "\u0406\u043d\u0434\u0438\u0432\u0456\u0434\u0443\u0430\u043b\u044c\u043d\u0456 \u0432\u0438\u043d\u044f\u0442\u043a\u0438", + "Inheriting Student Visibility": "\u0423\u0441\u043f\u0430\u0434\u0443\u0432\u0430\u0442\u0438 \u0441\u0442\u0430\u043d \u0432\u0438\u0434\u0438\u043c\u043e\u0441\u0442\u0456 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432", + "Inline": "\u0423 \u0442\u0435\u043a\u0441\u0442\u0456", + "Insert": "\u0412\u0441\u0442\u0430\u0432\u043a\u0430", + "Insert Hyperlink": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0433\u0456\u043f\u0435\u0440\u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f", + "Insert Image (upload file or type URL)": "\u0414\u043e\u0434\u0430\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f (\u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0430\u0431\u043e \u0432\u043a\u0430\u0437\u0430\u0442\u0438 URL)", + "Insert column after": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0441\u0442\u043e\u0432\u043f\u0447\u0438\u043a \u043fi\u0441\u043b\u044f", + "Insert column before": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0441\u0442\u043e\u0432\u043f\u0447\u0438\u043a \u043f\u0435\u0440\u0435\u0434", + "Insert date/time": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0434\u0430\u0442\u0443/\u0447\u0430\u0441", + "Insert image": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f", + "Insert link": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f", + "Insert row after": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0440\u044f\u0434\u043e\u043a \u0437\u043d\u0438\u0437\u0443", + "Insert row before": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0440\u044f\u0434\u043e\u043a \u0440\u0430\u043di\u0448\u0435", + "Insert table": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0442\u0430\u0431\u043b\u0438\u0446\u044e", + "Insert template": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0448\u0430\u0431\u043b\u043e\u043d", + "Insert video": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0432\u0456\u0434\u0435\u043e", + "Insert/Edit Image": "\u0414\u043e\u0434\u0430\u0442\u0438/\u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f", + "Insert/edit image": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438/\u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f", + "Insert/edit link": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438/\u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f", + "Insert/edit video": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438/\u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u0432\u0456\u0434\u0435\u043e", + "Instructor Biography": "\u0406\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u044f \u043f\u0440\u043e \u0432\u0438\u043a\u043b\u0430\u0434\u0430\u0447\u0430", + "Instructor Photo": "\u0424\u043e\u0442\u043e \u0432\u0438\u043a\u043b\u0430\u0434\u0430\u0447\u0430", + "Instructor Photo URL": "URL \u0424\u043e\u0442\u043e \u0432\u0438\u043a\u043b\u0430\u0434\u0430\u0447\u0430", + "Instructor Title": "\u0422\u0438\u0442\u0443\u043b \u0432\u0438\u043a\u043b\u0430\u0434\u0430\u0447\u0430", + "Internal Server Error.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430", + "Invalid email address: {email}": "\u041d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0430 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430 \u0430\u0434\u0440\u0435\u0441\u0430: {email}", + "Is Visible To:": "\u0412\u0438\u0434\u0438\u043c\u043e \u0434\u043b\u044f:", + "Is this OK?": "\u0426\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e?", + "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "\u041d\u0430\u043f\u043e\u043b\u0435\u0433\u043b\u0438\u0432\u043e \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0454\u0442\u044c\u0441\u044f \u0437\u0430\u043b\u0443\u0447\u0438\u0442\u0438 \u043d\u0435 \u0431\u0456\u043b\u044c\u0448\u0435 \u0447\u043e\u0442\u0438\u0440\u044c\u043e\u0445 \u043f\u0456\u0434\u043f\u0438\u0441\u0430\u043d\u0442\u0456\u0432. \u042f\u043a\u0449\u043e \u0432\u0438 \u0437\u0430\u043b\u0443\u0447\u0438\u0442\u0435 \u0434\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u0438\u0445 \u043f\u0456\u0434\u043f\u0438\u0441\u0430\u043d\u0442\u0456\u0432, \u043f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u044c\u043e \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u044c\u0442\u0435 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442 \u0443 \u0432\u0456\u043a\u043d\u0456 \u00ab\u041f\u0435\u0440\u0435\u0434\u043f\u043e\u043a\u0430\u0437 \u0441\u0435\u0442\u0440\u0438\u0444\u0456\u043a\u0430\u0442\u0443\u00bb \u0456 \u043f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f \u0443 \u0442\u043e\u043c\u0443, \u0449\u043e \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442 \u0431\u0443\u0434\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u043d\u0430\u0434\u0440\u0443\u043a\u043e\u0432\u0430\u043d\u043e \u043d\u0430 \u043e\u0434\u043d\u0456\u0439 \u0441\u0442\u043e\u0440\u0456\u043d\u0446\u0456.", + "Italic": "\u041a\u0443\u0440\u0441\u0438\u0432", + "Italic (Ctrl+I)": "\u041a\u0443\u0440\u0441\u0438\u0432 (Ctrl+I)", + "January": "\u0441\u0456\u0447\u043d\u044f", + "Joined": "\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u043d\u0438\u0439", + "Joined %(date)s": "\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f %(date)s", + "Joined Date": "\u0414\u0430\u0442\u0430 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u043d\u043d\u044f", + "July": "\u043b\u0438\u043f\u043d\u044f", + "June": "\u0447\u0435\u0440\u0432\u043d\u044f", + "Justify": "\u041e\u0431\u0491\u0440\u0443\u043d\u0442\u0443\u0439\u0442\u0435", + "KB": "KB", + "Keywords": "\u041a\u043b\u044e\u0447\u043e\u0432\u0456 \u0441\u043b\u043e\u0432\u0430", + "LEARN MORE": "\u0414\u0456\u0437\u043d\u0430\u0442\u0438\u0441\u044f \u0431\u0456\u043b\u044c\u0448\u0435", + "Language": "\u041c\u043e\u0432\u0430", + "Last Activity %(date)s": "\u041e\u0441\u0442\u0430\u043d\u043d\u044f \u0430\u043a\u0442\u0438\u0432\u043d\u0456\u0441\u0442\u044c %(date)s", + "Last modified by": "\u0412\u043e\u0441\u0442\u0430\u043d\u043d\u0454 \u0431\u0443\u043b\u043e \u0437\u043c\u0456\u043d\u0435\u043d\u043e \u0430\u0432\u0442\u043e\u0440\u043e\u043c", + "Last published %(last_published_date)s by %(publish_username)s": "\u041e\u0441\u0442\u0430\u043d\u043d\u044f \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u044f %(last_published_date)s \u0430\u0432\u0442\u043e\u0440\u043e\u043c %(publish_username)s", + "Last published {lastPublishedStart}{publishedOn}{lastPublishedEnd} by {publishedByStart}{publishedBy}{publishedByEnd}": "\u041e\u0441\u0442\u0430\u043d\u043d\u044f \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u044f {lastPublishedStart}{publishedOn}{lastPublishedEnd} \u0430\u0432\u0442\u043e\u0440\u043e\u043c {publishedByStart}{publishedBy}{publishedByEnd}", + "Last updated": "\u041e\u0441\u0442\u0430\u043d\u043d\u0454 \u043e\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044f", + "Learn more about {license_name}": "\u0414\u0456\u0437\u043d\u0430\u0439\u0442\u0435\u0441\u044f \u0431\u0456\u043b\u044c\u0448\u0435 \u043f\u0440\u043e {license_name}", + "Leave Current Session": "\u0417\u0430\u043b\u0438\u0448\u0438\u0442\u0438 \u041f\u043e\u0442\u043e\u0447\u043d\u0443 \u0421\u0435\u0441\u0456\u044e", + "Leave this team?": "\u0417\u0430\u043b\u0438\u0448\u0438\u0442\u0438 \u0446\u044e \u043a\u043e\u043c\u0430\u043d\u0434\u0443?", + "Left": "\u0417\u043bi\u0432\u0430", + "Left to right": "\u0417\u043b\u0456\u0432\u0430 \u043d\u0430\u043f\u0440\u0430\u0432\u043e", + "Less": "\u041c\u0435\u043d\u0448\u0435", + "Library User": "\u041a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447 \u0431\u0456\u0431\u043b\u0456\u043e\u0442\u0435\u043a\u0438", + "License Display": "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u043b\u0456\u0446\u0435\u043d\u0437\u0456\u0456", + "License Type": "\u0422\u0438\u043f \u043b\u0456\u0446\u0435\u043d\u0437\u0456\u0457", + "Limit Access": "\u0414\u043e\u0441\u0442\u0443\u043f \u043e\u0431\u043c\u0435\u0436\u0435\u043d\u043e", + "Limited Profile": "\u041e\u0431\u043c\u0435\u0436\u0435\u043d\u0438\u0439 \u043f\u0440\u043e\u0444\u0456\u043b\u044c", + "Link Description": "\u041e\u043f\u0438\u0441 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f", + "Link Your Account": "\u041f\u0456\u0434'\u0454\u0434\u043d\u0430\u0442\u0438 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0438\u0439 \u0437\u0430\u043f\u0438\u0441", + "Link types should be unique.": "\u0422\u0438\u043f\u0438 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u044c \u043f\u043e\u0432\u0438\u043d\u043d\u0456 \u0431\u0443\u0442\u0438 \u0443\u043d\u0456\u043a\u0430\u043b\u044c\u043d\u0438\u043c\u0438.", + "Link your {accountName} account": "\u041f\u0456\u0434'\u0454\u0434\u043d\u0430\u0442\u0438 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0438\u0439 \u0437\u0430\u043f\u0438\u0441 {accountName}", + "Link your {accountName} account to your {platformName} account and use {accountName} to sign in to {platformName}.": "\u041f\u0456\u0434'\u0454\u0434\u043d\u0430\u0439\u0442\u0435 \u0432\u0430\u0448 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0438\u0439 \u0437\u0430\u043f\u0438\u0441 {accountName} \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0443 {platformName} \u0442\u0430 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0439\u0442\u0435 {accountName} \u0434\u043b\u044f \u0432\u0445\u043e\u0434\u0443 \u0432 {platformName}.", + "Linked Accounts": "\u041f\u0456\u0434'\u0454\u0434\u043d\u0430\u043d\u0456 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0456 \u0437\u0430\u043f\u0438\u0441\u0438", + "Linking": "\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u043d\u043d\u044f", + "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "\u041f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u0433\u0435\u043d\u0435\u0440\u0443\u044e\u0442\u044c\u0441\u044f \u043d\u0430 \u0432\u0438\u043c\u043e\u0433\u0443 \u0442\u0430 \u0437\u043d\u0438\u043a\u043d\u0443\u0442\u044c \u043f\u0440\u043e\u0442\u044f\u0433\u043e\u043c 5 \u0445\u0432\u0438\u043b\u0438\u043d \u0447\u0435\u0440\u0435\u0437 \u0447\u0443\u0442\u043b\u0438\u0432\u0456\u0441\u0442\u044c \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u0457 \u043f\u0440\u043e \u043e\u0446\u0456\u043d\u043a\u0438 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432.", + "Links should be unique.": "\u041f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043f\u043e\u0432\u0438\u043d\u043d\u0456 \u0431\u0443\u0442\u0438 \u0443\u043d\u0456\u043a\u0430\u043b\u044c\u043d\u0438\u043c\u0438.", + "List item": "\u0415\u043b\u0435\u043c\u0435\u043d\u0442 \u0441\u043f\u0438\u0441\u043a\u0443", + "List of Open Assessments is unavailable": "\u041f\u0435\u0440\u0435\u043b\u0456\u043a \u0432\u0456\u0434\u043a\u0440\u0438\u0442\u0438\u0445 \u0437\u0430\u0432\u0434\u0430\u043d\u044c \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u0439", + "Load Another File": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0456\u043d\u0448\u0438\u0439 \u0444\u0430\u0439\u043b", + "Load all responses": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0432\u0441\u0456 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456", + "Load next {numResponses} responses": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0456 {numResponses} \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0435\u0439", + "Loading": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f", + "Loading content": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0432\u043c\u0456\u0441\u0442\u0443", + "Loading data...": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0434\u0430\u043d\u0438\u0445...", + "Loading more threads": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0434\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u0438\u0445 \u043f\u043e\u0442\u043e\u043a\u0456\u0432", + "Loading posts list": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0441\u043f\u0438\u0441\u043a\u0443 \u0434\u043e\u043f\u0438\u0441\u0456\u0432", + "Loading your courses": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0432\u0430\u0448\u0438\u0445 \u043a\u0443\u0440\u0441\u0456\u0432", + "Location": "\u041c\u0456\u0441\u0446\u0435 \u0440\u043e\u0437\u0442\u0430\u0448\u0443\u0432\u0430\u043d\u043d\u044f", + "Location in Course": "\u041f\u043e\u0437\u0438\u0446\u0456\u044f \u0432 \u043a\u0443\u0440\u0441\u0456", + "Lock/unlock file": "\u0417\u0430\u0431\u043b\u043e\u043a\u0443\u0432\u0430\u0442\u0438 / \u0440\u043e\u0437\u0431\u043b\u043e\u043a\u0443\u0432\u0430\u0442\u0438 \u0444\u0430\u0439\u043b", + "Loud": "\u0413\u043e\u043b\u043e\u0441\u043d\u043e", + "Low": "\u0422\u0438\u0445\u043e", + "Lower Alpha": "\u041b\u0430\u0442\u0438\u043d\u0441\u044c\u043a\u0456 \u0431\u0443\u043a\u0432\u0438 \u0432 \u043d\u0438\u0436\u043d\u044c\u043e\u043c\u0443 \u0440\u0435\u0433\u0456\u0441\u0442\u0440\u0456", + "Lower Greek": "\u0413\u0440\u0435\u0446\u044c\u043a\u0456 \u0431\u0443\u043a\u0432\u0438 \u0432 \u043d\u0438\u0436\u043d\u044c\u043e\u043c\u0443 \u0440\u0435\u0433\u0456\u0441\u0442\u0440\u0456", + "Lower Roman": "\u0420\u0438\u043c\u0441\u044c\u043a\u0456 \u0447\u0438\u0441\u043b\u0430 \u0432 \u043d\u0438\u0436\u043d\u044c\u043e\u043c\u0443 \u0440\u0435\u0433\u0456\u0441\u0442\u0440\u0456", + "MB": "MB", + "Make Visible to Students": "\u0417\u0440\u043e\u0431\u0438\u0442\u0438 \u0432\u0438\u0434\u0438\u043c\u0438\u043c \u0434\u043b\u044f \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432", + "Making Visible to Students": "\u0417\u0440\u043e\u0431\u0438\u0442\u0438 \u0432\u0438\u0434\u0438\u043c\u0438\u043c \u0434\u043b\u044f \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432", + "Manual": "\u0412\u0440\u0443\u0447\u043d\u0443", + "March": "\u0431\u0435\u0440\u0435\u0437\u043d\u044f", + "Mark enrollment code as unused": "\u041f\u043e\u0437\u043d\u0430\u0447\u0438\u0442\u0438 \u043a\u043e\u0434 \u0437\u0430\u0440\u0430\u0445\u0443\u0432\u0430\u043d\u043d\u044f \u044f\u043a \u043d\u0435\u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d\u0438\u0439", + "Markdown Editing Help": "Markdown: \u0414\u043e\u043f\u043e\u043c\u043e\u0433\u0430 \u0432 \u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u043d\u043d\u0456", + "Match case": "\u0412\u0440\u0430\u0445\u043e\u0432\u0443\u0432\u0430\u0442\u0438 \u0440\u0435\u0433\u0456\u0441\u0442\u0440", + "Max file size exceeded": "\u041f\u0435\u0440\u0435\u0432\u0438\u0449\u0435\u043d\u043e \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0438\u0439 \u0440\u043e\u0437\u043c\u0456\u0440 \u0444\u0430\u0439\u043b\u0430", + "Maximum": "\u041c\u0430\u043a\u0441\u0438\u043c\u0443\u043c", + "Maximum file size: {maxFileSize} GB": "\u0420\u043e\u0437\u043c\u0456\u0440 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0444\u0430\u0439\u043b\u0443: {maxFileSize} GB", + "May": "\u0442\u0440\u0430\u0432\u043d\u044f", + "Membership": "\u0427\u043b\u0435\u043d\u0441\u0442\u0432\u043e", + "Merge cells": "\u0417\u043b\u0438\u0442\u0438 \u043a\u043bi\u0442\u0438\u043d\u043a\u0438", + "Message:": "\u041f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f:", + "Middle": "\u0421\u0435\u0440\u0435\u0434\u043d\u044f", + "Midnight": "\u041f\u0456\u0432\u043d\u0456\u0447", + "Module state successfully deleted.": "\u0421\u0442\u0430\u043d \u043c\u043e\u0434\u0443\u043b\u044f \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043e.", + "More": "\u0414\u0435\u0442\u0430\u043b\u044c\u043d\u0456\u0448\u0435", + "Move": "\u041f\u0435\u0440\u0435\u043c\u0456\u0441\u0442\u0438\u0442\u0438", + "Move cancelled. \"{sourceDisplayName}\" has been moved back to its original location.": "\u041f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f \u0441\u043a\u0430\u0441\u043e\u0432\u0430\u043d\u043e. \"{sourceDisplayName}\" \u043f\u043e\u0432\u0435\u0440\u0435\u043d\u043e \u0434\u043e \u043e\u0440\u0438\u0433\u0456\u043d\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043c\u0456\u0441\u0446\u0435\u0437\u043d\u0430\u0445\u043e\u0434\u0436\u0435\u043d\u043d\u044f.", + "Move: {displayName}": "\u041f\u0435\u0440\u0435\u043d\u0435\u0441\u0442\u0438: {displayName}", + "Moving": "\u041f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f", + "Mute": "\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u0437\u0432\u0443\u043a", + "Muted": "\u0417\u0430\u0433\u043b\u0443\u0448\u0435\u043d\u043e", + "My Orders": "\u041c\u043e\u0457 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f", + "My Team": "\u041c\u043e\u044f \u043a\u043e\u043c\u0430\u043d\u0434\u0430", + "Name": "\u0406\u043c'\u044f", + "Name ": "\u0406\u043c'\u044f", + "New Password": "\u041d\u043e\u0432\u0438\u0439 \u043f\u0430\u0440\u043e\u043b\u044c", + "New document": "\u041d\u043e\u0432\u0438\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442", + "New window": "\u041d\u043e\u0432\u0435 \u0432\u0456\u043a\u043d\u043e", + "New {component_type}": "\u041d\u043e\u0432\u0438\u0439 {component_type}", + "Next": "\u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0438\u0439", + "No Content Group": "\u0411\u0435\u0437 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u043d\u043e\u0457 \u0433\u0440\u0443\u043f\u0438", + "No Derivatives": "\u0417\u0430\u0431\u043e\u0440\u043e\u043d\u044f\u0454\u0442\u044c\u0441\u044f \u043c\u043e\u0434\u0438\u0444\u0456\u043a\u0443\u0432\u0430\u0442\u0438 \u043a\u043e\u043d\u0442\u0435\u043d\u0442", + "No Flash Detected": "\u041d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u043a\u0438 Flash", + "No Webcam Detected": "\u0412\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u0443 \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e", + "No color": "\u041d\u0435\u043c\u0430\u0454 \u043a\u043e\u043b\u044c\u043e\u0440\u0443", + "No posts matched your query.": "\u0416\u043e\u0434\u0435\u043d \u0434\u043e\u043f\u0438\u0441 \u043d\u0435 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0430\u0454 \u0432\u0430\u0448\u043e\u043c\u0443 \u0437\u0430\u043f\u0438\u0442\u0443.", + "No results": "\u041d\u0435\u043c\u0430\u0454 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432", + "No results found for \"%(query_string)s\". Please try searching again.": "\u0414\u043b\u044f \"%(query_string)s\" \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432. \u0421\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437 \u043f\u043e\u0448\u0443\u043a\u0430\u0442\u0438.", + "No results found for {original_query}. Showing results for {suggested_query}.": "\u0416\u043e\u0434\u043d\u0438\u0445 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432 \u0434\u043b\u044f {original_query}. \u041f\u043e\u043a\u0430\u0437\u0430\u043d\u043e \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u0434\u043b\u044f {suggested_query}.", + "No tasks currently running.": "\u041d\u0430\u0440\u0430\u0437\u0456 \u043d\u0435\u043c\u0430\u0454 \u0437\u0430\u043f\u0443\u0449\u0435\u043d\u0438\u0445 \u0437\u0430\u0434\u0430\u0447.", + "No validation is performed on policy keys or value pairs. If you are having difficulties, check your formatting.": "\u041f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u0430 \u043d\u0430 \u043a\u043b\u044e\u0447\u0456 \u043f\u043e\u043b\u0456\u0442\u0438\u043a\u0438 \u0430\u0431\u043e \u043f\u0430\u0440\u0438 \u0446\u0456\u043d\u043d\u043e\u0441\u0442\u0435\u0439 \u043d\u0435 \u0432\u0438\u043a\u043e\u043d\u0443\u0454\u0442\u044c\u0441\u044f.", + "Nonbreaking space": "\u041d\u0435\u043f\u0435\u0440\u0435\u0440\u0432\u043d\u0438\u0439 \u043f\u0440\u043e\u043c\u0456\u0436\u043e\u043a", + "Noncommercial": "\u041d\u0435 \u043a\u043e\u043c\u0435\u0440\u0446\u0456\u0439\u043d\u0438\u0439", + "None": "\u041d\u0435\u043c\u0430\u0454", + "Noon": "\u041f\u043e\u043b\u0443\u0434\u0435\u043d\u044c", + "Not Graded": "\u041d\u0435 \u043e\u0446\u0456\u043d\u044e\u044e\u0442\u044c\u0441\u044f", + "Not Selected": "\u041d\u0435 \u043e\u0431\u0440\u0430\u043d\u043e", + "Not divided": "\u041d\u0435 \u0440\u043e\u0437\u043f\u043e\u0434\u0456\u043b\u0435\u043d\u043e", + "Not in Use": "\u041d\u0435 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0454\u0442\u044c\u0441\u044f", + "Not specific to a course": "\u041d\u0435\u0441\u043f\u0435\u0446\u0438\u0444\u0456\u0447\u043d\u0435 \u0434\u043b\u044f \u043a\u0443\u0440\u0441\u0443", + "Not yet": "\u0429\u0435 \u043d\u0456", "Note: You are %s hour ahead of server time.": [ - "\u041f\u0440\u0438\u043c\u0456\u0442\u043a\u0430: \u0412\u0438 \u043d\u0430 %s \u0433\u043e\u0434\u0438\u043d\u0443 \u043f\u043e\u043f\u0435\u0440\u0435\u0434\u0443 \u0441\u0435\u0440\u0432\u0435\u0440\u043d\u043e\u0433\u043e \u0447\u0430\u0441\u0443.", - "\u041f\u0440\u0438\u043c\u0456\u0442\u043a\u0430: \u0412\u0438 \u043d\u0430 %s \u0433\u043e\u0434\u0438\u043d\u0438 \u043f\u043e\u043f\u0435\u0440\u0435\u0434\u0443 \u0441\u0435\u0440\u0432\u0435\u0440\u043d\u043e\u0433\u043e \u0447\u0430\u0441\u0443.", + "\u041f\u0440\u0438\u043c\u0456\u0442\u043a\u0430: \u0412\u0438 \u043d\u0430 %s \u0433\u043e\u0434\u0438\u043d\u0443 \u043f\u043e\u043f\u0435\u0440\u0435\u0434\u0443 \u0441\u0435\u0440\u0432\u0435\u0440\u043d\u043e\u0433\u043e \u0447\u0430\u0441\u0443.", + "\u041f\u0440\u0438\u043c\u0456\u0442\u043a\u0430: \u0412\u0438 \u043d\u0430 %s \u0433\u043e\u0434\u0438\u043d\u0438 \u043f\u043e\u043f\u0435\u0440\u0435\u0434\u0443 \u0441\u0435\u0440\u0432\u0435\u0440\u043d\u043e\u0433\u043e \u0447\u0430\u0441\u0443.", "\u041f\u0440\u0438\u043c\u0456\u0442\u043a\u0430: \u0412\u0438 \u043d\u0430 %s \u0433\u043e\u0434\u0438\u043d \u043f\u043e\u043f\u0435\u0440\u0435\u0434\u0443 \u0441\u0435\u0440\u0432\u0435\u0440\u043d\u043e\u0433\u043e \u0447\u0430\u0441\u0443." - ], + ], "Note: You are %s hour behind server time.": [ - "\u041f\u0440\u0438\u043c\u0456\u0442\u043a\u0430: \u0412\u0438 \u043d\u0430 %s \u0433\u043e\u0434\u0438\u043d\u0443 \u043f\u043e\u0437\u0430\u0434\u0443 \u0441\u0435\u0440\u0432\u0435\u0440\u043d\u043e\u0433\u043e \u0447\u0430\u0441\u0443.", - "\u041f\u0440\u0438\u043c\u0456\u0442\u043a\u0430: \u0412\u0438 \u043d\u0430 %s \u0433\u043e\u0434\u0438\u043d\u0438 \u043f\u043e\u0437\u0430\u0434\u0443 \u0441\u0435\u0440\u0432\u0435\u0440\u043d\u043e\u0433\u043e \u0447\u0430\u0441\u0443.", + "\u041f\u0440\u0438\u043c\u0456\u0442\u043a\u0430: \u0412\u0438 \u043d\u0430 %s \u0433\u043e\u0434\u0438\u043d\u0443 \u043f\u043e\u0437\u0430\u0434\u0443 \u0441\u0435\u0440\u0432\u0435\u0440\u043d\u043e\u0433\u043e \u0447\u0430\u0441\u0443.", + "\u041f\u0440\u0438\u043c\u0456\u0442\u043a\u0430: \u0412\u0438 \u043d\u0430 %s \u0433\u043e\u0434\u0438\u043d\u0438 \u043f\u043e\u0437\u0430\u0434\u0443 \u0441\u0435\u0440\u0432\u0435\u0440\u043d\u043e\u0433\u043e \u0447\u0430\u0441\u0443.", "\u041f\u0440\u0438\u043c\u0456\u0442\u043a\u0430: \u0412\u0438 \u043d\u0430 %s \u0433\u043e\u0434\u0438\u043d \u043f\u043e\u0437\u0430\u0434\u0443 \u0441\u0435\u0440\u0432\u0435\u0440\u043d\u043e\u0433\u043e \u0447\u0430\u0441\u0443." - ], - "Notes hidden": "\u041d\u043e\u0442\u0430\u0442\u043a\u0438 \u043f\u0440\u0438\u0445\u043e\u0432\u0430\u043d\u0456", - "Notes visible": "\u041d\u043e\u0442\u0430\u0442\u043a\u0438 \u0432\u0438\u0434\u0438\u043c\u0456", - "November": "\u043b\u0438\u0441\u0442\u043e\u043f\u0430\u0434\u0430", - "Now": "\u0417\u0430\u0440\u0430\u0437", - "Number Sent": "\u041a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0445", - "Number of Droppable": "\u041a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0437\u0430\u0432\u0434\u0430\u043d\u044c, \u044f\u043a\u0456 \u043c\u043e\u0436\u043d\u0430 \u043f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u0438", - "Number of Students": "\u041a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0421\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432", - "Numbered List (Ctrl+O)": "\u041d\u0443\u043c\u0435\u0440\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u043f\u0438\u0441\u043e\u043a (Ctrl+O)", - "Numbered list": "\u041d\u0443\u043c\u0435\u0440\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u043f\u0438\u0441\u043e\u043a", - "OK": "\u0413\u0430\u0440\u0430\u0437\u0434", - "ORDER NAME": "\u041d\u0410\u0417\u0412\u0410 \u0417\u0410\u041c\u041e\u0412\u041b\u0415\u041d\u041d\u042f", - "ORDER NUMBER": "\u041d\u041e\u041c\u0415\u0420 \u0417\u0410\u041c\u041e\u0412\u041b\u0415\u041d\u041d\u042f", - "ORDER PLACED": "\u0421\u041a\u041b\u0410\u0414 \u0417\u0410\u041c\u041e\u0412\u041b\u0415\u041d\u041d\u042f", - "October": "\u0436\u043e\u0432\u0442\u043d\u044f", - "Ok": "\u0414\u043e\u0431\u0440\u0435", - "Once your account is deleted, you cannot use it to take courses on the edX app, edx.org, or any other site hosted by edX. This includes access to edx.org from your employer\u2019s or university\u2019s system and access to private sites offered by MIT Open Learning, Wharton Executive Education, and Harvard Medical School.": "\u041f\u0456\u0441\u043b\u044f \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u044f \u0432\u0430\u0448\u043e\u0433\u043e \u0430\u043a\u043a\u0430\u0443\u043d\u0442\u0443 \u0432\u0438 \u043d\u0435 \u0437\u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u0442\u0438 \u0439\u043e\u0433\u043e \u0434\u043b\u044f \u043f\u0440\u043e\u0445\u043e\u0434\u0436\u0435\u043d\u043d\u044f \u043a\u0443\u0440\u0441\u0456\u0432 \u0443 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0456 edX, edx.org \u0430\u0431\u043e \u0443 \u0431\u0443\u0434\u044c-\u044f\u043a\u043e\u043c\u0443 \u0456\u043d\u0448\u043e\u043c\u0443 \u0441\u0430\u0439\u0442\u0456, \u0440\u043e\u0437\u043c\u0456\u0449\u0435\u043d\u043e\u043c\u0443 \u043d\u0430 edX. \u0426\u0435 \u0432\u043a\u043b\u044e\u0447\u0430\u0454 \u0432 \u0441\u0435\u0431\u0435 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e edx.org \u0437 \u0441\u0438\u0441\u0442\u0435\u043c\u0438 \u0440\u043e\u0431\u043e\u0442\u043e\u0434\u0430\u0432\u0446\u044f \u0430\u0431\u043e \u0443\u043d\u0456\u0432\u0435\u0440\u0441\u0438\u0442\u0435\u0442\u0443, \u0430 \u0442\u0430\u043a\u043e\u0436 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u0438\u0445 \u0441\u0430\u0439\u0442\u0456\u0432, \u044f\u043a\u0456 \u043f\u0440\u043e\u043f\u043e\u043d\u0443\u044e\u0442\u044c MIT Open Learning, Wharton Executive Education \u0442\u0430 Harvard Medical School.", - "One or more rescheduling tasks failed.": "\u041e\u0434\u043d\u0430 \u0430\u0431\u043e \u043a\u0456\u043b\u044c\u043a\u0430 \u0437\u0430\u0434\u0430\u0447 \u043f\u0435\u0440\u0435\u043f\u043b\u0430\u043d\u0443\u0432\u0430\u043d\u043d\u044f \u043f\u0440\u043e\u0432\u0430\u043b\u0438\u043b\u0430\u0441\u044f.", - "Only <%= fileTypes %> files can be uploaded. Please select a file ending in <%= fileExtensions %> to upload.": "\u041b\u0438\u0448\u0435 \u0444\u0430\u0439\u043b\u0438 \u0442\u0438\u043f\u0456\u0432 <%= fileTypes %> \u043c\u043e\u0436\u0443\u0442\u044c \u0431\u0443\u0442\u0438 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u0456. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043e\u0431\u0435\u0440\u0456\u0442\u044c \u0434\u043b\u044f \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0444\u0430\u0439\u043b \u0437 \u0440\u043e\u0437\u0448\u0438\u0440\u0435\u043d\u043d\u044f\u043c <%= fileExtensions %>.", - "Only properly formatted .csv files will be accepted.": "\u0414\u043e\u043f\u0443\u0441\u043a\u0430\u044e\u0442\u044c\u0441\u044f \u0442\u0456\u043b\u044c\u043a\u0438 .csv \u0444\u0430\u0439\u043b\u0438 \u0437 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u043d\u0438\u043c \u0444\u043e\u0440\u043c\u0430\u0442\u043e\u043c.", - "Open Calculator": "\u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438 \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440", - "Open language menu": "\u0412\u0438\u0431\u0456\u0440 \u043c\u043e\u0432\u0438", - "OpenAssessment Save Error": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u043d\u044f \u0432\u0456\u0434\u043a\u0440\u0438\u0442\u043e\u0433\u043e \u043e\u0446\u0456\u043d\u044e\u0432\u0430\u043d\u043d\u044f", - "Option Deleted": "\u041e\u043f\u0446\u0456\u044e \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043e", - "Optionally, link your personal accounts to the social media icons on your edX profile.": "\u041d\u0435\u043e\u0431\u043e\u0432'\u044f\u0437\u043a\u043e\u0432\u043e: \u043f\u0440\u0438\u0435\u0434\u043d\u0430\u0439\u0442\u0435 \u0412\u0430\u0448\u0456 \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u0456 \u0430\u043a\u0430\u0443\u043d\u0442\u0438 \u0434\u043e \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u044c \u0441\u043e\u0446\u0456\u0430\u043b\u044c\u043d\u0456\u0445 \u043c\u0435\u0440\u0435\u0436 \u0443 edX \u043f\u0440\u043e\u0444\u0456\u043b\u0456.", - "Order History": "\u0406\u0441\u0442\u043e\u0440\u0456\u044f \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u044c", - "Organization": "\u041e\u0440\u0433\u0430\u043d\u0456\u0437\u0430\u0446\u0456\u044f", - "Organization ": "\u041e\u0440\u0433\u0430\u043d\u0456\u0437\u0430\u0446\u0456\u044f", - "Organization Name": "\u041d\u0430\u0437\u0432\u0430 \u041e\u0440\u0433\u0430\u043d\u0456\u0437\u0430\u0446\u0456\u0457", - "Overall Score": "\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0430 \u043e\u0446\u0456\u043d\u043a\u0430 ", - "Page break": "\u0420\u043e\u0437\u0440\u0438\u0432 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438", - "Page number out of %(total_pages)s": "\u041d\u043e\u043c\u0435\u0440 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438 \u0456\u0437 %(total_pages)s", - "Pagination": "\u041f\u0430\u0433\u0456\u043d\u0430\u0446\u0456\u044f", - "Paragraph": "\u041f\u0430\u0440\u0430\u0433\u0440\u0430\u0444", - "Password": "\u041f\u0430\u0440\u043e\u043b\u044c", - "Password assistance": "\u0414\u043e\u043f\u043e\u043c\u043e\u0433\u0430 \u0443 \u0437\u043c\u0456\u043d\u0456 \u043f\u0430\u0440\u043e\u043b\u044f", - "Password is incorrect": "\u041d\u0435\u0432\u0456\u0440\u043d\u0438\u0439 \u043f\u0430\u0440\u043e\u043b\u044c", - "Paste": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438", - "Paste as text": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u044f\u043a \u0442\u0435\u043a\u0441\u0442", - "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "\u0412\u0441\u0442\u0430\u0432\u043a\u0430 \u0432\u0456\u0434\u0431\u0443\u0432\u0430\u0454\u0442\u044c\u0441\u044f \u0437\u0430\u0440\u0430\u0437 \u0443 \u0432\u0438\u0433\u043b\u044f\u0434\u0456 \u043f\u0440\u043e\u0441\u0442\u043e\u0433\u043e \u0442\u0435\u043a\u0441\u0442\u0443 \u0434\u043e\u043f\u043e\u043a\u0438 \u0432\u0438 \u043d\u0435 \u0432\u0438\u043c\u043a\u043d\u0435\u0442\u0435 \u0446\u044e \u043e\u043f\u0446\u0456\u044e.", - "Paste row after": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0440\u044f\u0434\u043e\u043a \u0437\u043d\u0438\u0437\u0443", - "Paste row before": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0440\u044f\u0434\u043e\u043a \u0437\u0433\u043e\u0440\u0438", - "Paste your embed code below:": "\u0412\u0441\u0442\u0430\u0432\u0442\u0435 \u0432\u0430\u0448 \u0432\u0431\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u0439 \u043a\u043e\u0434 \u043d\u0438\u0436\u0447\u0435:", - "Path to Signature Image": "\u0428\u043b\u044f\u0445 \u0434\u043e \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u043f\u0456\u0434\u043f\u0438\u0441\u0443", - "Pause": "\u041f\u0430\u0443\u0437\u0430", - "Peer": "\u0412\u0437\u0430\u0454\u043c\u043e\u043e\u0446\u0456\u043d\u043a\u0430", - "Photo Captured successfully.": "\u0424\u043e\u0442\u043e \u0437\u0440\u043e\u0431\u043b\u0435\u043d\u043e \u0432\u0434\u0430\u043b\u043e.", - "Placeholder": "\u041c\u0456\u0442\u043a\u0430-\u0437\u0430\u043f\u043e\u0432\u043d\u044e\u0432\u0430\u0447", - "Play": "\u0412\u0456\u0434\u0442\u0432\u043e\u0440\u0438\u0442\u0438", - "Play video": "\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u0443\u0442\u0438 \u0432\u0456\u0434\u0435\u043e", - "Please add at least one chapter": "\u0414\u043e\u0434\u0430\u0439\u0442\u0435, \u0431\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043c\u0456\u043d\u0456\u043c\u0443\u043c \u043e\u0434\u0438\u043d \u0440\u043e\u0437\u0434\u0456\u043b", - "Please add the instructor's name": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0432\u043a\u0430\u0436\u0456\u0442\u044c \u0456\u043c'\u044f \u043b\u0435\u043a\u0442\u043e\u0440\u0430", - "Please add the instructor's title": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0434\u043e\u0434\u0430\u0439\u0442\u0435 \u0442\u0438\u0442\u0443\u043b \u0432\u0438\u043a\u043b\u0430\u0434\u0430\u0447\u0430", - "Please address the errors on this page first, and then save your progress.": "\u041f\u0435\u0440\u0435\u0434 \u0442\u0438\u043c \u044f\u043a \u0437\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u0432\u0430\u0448 \u043f\u0440\u043e\u0433\u0440\u0435\u0441, \u0431\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0432\u0438\u043f\u0440\u0430\u0432\u0442\u0435 \u043f\u043e\u043c\u0438\u043b\u043a\u0438 \u043d\u0430 \u0446\u0456\u0439 \u0441\u0442\u043e\u0440\u0456\u043d\u0446\u0456. ", - "Please correct the outlined fields.": "\u0412\u0456\u0434\u043a\u043e\u0440\u0438\u0433\u0443\u0439\u0442\u0435 \u043f\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u043f\u043e\u043b\u044f", - "Please describe this image or agree that it has no contextual value by checking the checkbox.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043e\u043f\u0438\u0448\u0456\u0442\u044c \u0446\u044e \u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0443 \u0447\u0438 \u043f\u043e\u0433\u043e\u0434\u044c\u0442\u0435\u0441\u044f \u0437 \u0442\u0438\u043c, \u0449\u043e \u0432\u043e\u043d\u0430 \u043d\u0435 \u0432\u0438\u043c\u0430\u0433\u0430\u0454 \u043e\u043f\u0438\u0441\u0443, \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0432\u0448\u0438 \u043f\u0440\u0430\u043f\u043e\u0440\u0435\u0446\u044c.", - "Please do not use any spaces in this field.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043d\u0435 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0439\u0442\u0435 \u043f\u0440\u043e\u0431\u0456\u043b\u0456\u0432 \u0432 \u0446\u044c\u043e\u043c\u0443 \u043f\u043e\u043b\u0456. ", - "Please do not use any spaces or special characters in this field.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043d\u0435 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0439\u0442\u0435 \u0432 \u0446\u044c\u043e\u043c\u0443 \u043f\u043e\u043b\u0456 \u043f\u0440\u043e\u043f\u0443\u0441\u043a\u0438 \u0447\u0438 \u0441\u043f\u0435\u0446\u0456\u0430\u043b\u044c\u043d\u0456 \u0441\u0438\u043c\u0432\u043e\u043b\u0438.", - "Please enter a problem location.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0437\u0430\u0437\u043d\u0430\u0447\u0442\u0435 \u043c\u0456\u0441\u0446\u0435\u0437\u043d\u0430\u0445\u043e\u0434\u0436\u0435\u043d\u043d\u044f \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f.", - "Please enter a score.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0432\u043a\u0430\u0436\u0456\u0442\u044c \u043e\u0446\u0456\u043d\u043a\u0443.", - "Please enter a student email address or username.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0437\u0430\u0437\u043d\u0430\u0447\u0442\u0435 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443 \u043f\u043e\u0448\u0442\u0443 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 \u0430\u0431\u043e \u0439\u043e\u0433\u043e \u0456\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.", - "Please enter a term in the {anchorStart} search field{anchorEnd}.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0432\u0432\u0435\u0434\u0456\u0442\u044c \u0437\u0430\u043f\u0438\u0442 \u0432 {anchorStart} \u043f\u043e\u0448\u0443\u043a\u043e\u0432\u0435 \u043f\u043e\u043b\u0435{anchorEnd}.", - "Please enter a username or email.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0437\u0430\u0437\u043d\u0430\u0447\u0442\u0435 \u0456\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0430\u0431\u043e \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443 \u043f\u043e\u0448\u0442\u0443.", - "Please enter a valid donation amount.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0432\u0432\u0435\u0434\u0456\u0442\u044c \u043a\u043e\u0440\u0435\u043a\u0442\u043d\u0438\u0439 \u0440\u043e\u0437\u043c\u0456\u0440 \u0432\u043d\u0435\u0441\u043a\u0443.", - "Please enter valid start date and time.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0432\u0432\u0435\u0434\u0456\u0442\u044c \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0443 \u0434\u0430\u0442\u0443 \u0456 \u0447\u0430\u0441 \u043f\u043e\u0447\u0430\u0442\u043a\u0443.", - "Please enter your %(field)s.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0432\u0432\u0435\u0434\u0456\u0442\u044c %(field)s.", - "Please fix the following errors:": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0432\u0438\u043f\u0440\u0430\u0432\u0442\u0435 \u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0456 \u043f\u043e\u043c\u0438\u043b\u043a\u0438:", - "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0441\u043b\u0456\u0434\u0443\u0439\u0442\u0435 \u0446\u0438\u043c \u0456\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0456\u044f\u043c, \u0449\u043e\u0431 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0444\u0430\u0439\u043b \u0432 \u0456\u043d\u0448\u0435 \u043c\u0456\u0441\u0446\u0435 \u0442\u0430 \u0434\u043e\u0434\u0430\u0442\u0438 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043d\u0430 \u043d\u044c\u043e\u0433\u043e: {maxFileSizeRedirectUrl}", - "Please provide a description of the link destination.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0434\u0430\u0439\u0442\u0435 \u043e\u043f\u0438\u0441 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f.", - "Please provide a valid URL.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0432\u043a\u0430\u0436\u0456\u0442\u044c \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0438\u0439 URL.", - "Please re-enter your password.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u0432\u0456\u0439 \u043f\u0430\u0440\u043e\u043b\u044c.", - "Please select a PDF file to upload.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043e\u0431\u0435\u0440\u0456\u0442\u044c PDF \u0444\u0430\u0439\u043b \u0434\u043b\u044f \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f.", - "Please select a file in .srt format.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0432\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u0444\u0430\u0439\u043b \u0443 \u0444\u043e\u0440\u043c\u0430\u0442\u0456 .srt.", - "Please specify a reason.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0432\u043a\u0430\u0436\u0456\u0442\u044c \u043f\u0440\u0438\u0447\u0438\u043d\u0443.", - "Please verify that you have uploaded a valid image (PNG and JPEG).": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435, \u0447\u0438 \u0432\u0438 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u043b\u0438 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0435 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f (PNG \u0430\u0431\u043e JPEG).", - "Please verify that your webcam is connected and that you have allowed your browser to access it.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044c, \u0449\u043e \u0432\u0430\u0448\u0430 \u0432\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u0430 \u043f\u0456\u0434'\u0454\u0434\u043d\u0430\u043d\u0430 \u0442\u0430 \u0432\u0430\u0448 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043c\u0430\u0454 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u043d\u0435\u0457.", - "Please wait": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0437\u0430\u0447\u0435\u043a\u0430\u0439\u0442\u0435", - "Post": "\u041e\u043f\u0443\u0431\u043b\u0456\u043a\u0443\u0432\u0430\u0442\u0438", - "Poster": "\u041f\u043e\u0441\u0442\u0435\u0440", - "Pre": "\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u044c\u043e", - "Preferred Language": "\u041e\u0431\u0440\u0430\u0442\u0438 \u0431\u0430\u0436\u0430\u043d\u0443 \u043c\u043e\u0432\u0443", - "Preformatted": "\u0412\u0456\u0434\u0444\u043e\u0440\u043c\u0430\u0442\u043e\u0432\u0430\u043d\u0438\u0439", - "Prerequisite:": "\u041d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u0430 \u0443\u043c\u043e\u0432\u0430:", - "Press Remove to remove language": "\u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0434\u043b\u044f \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u044f \u043c\u043e\u0432\u0438", - "Press UP to enter the speed menu then use the UP and DOWN arrow keys to navigate the different speeds, then press ENTER to change to the selected speed.": "\u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u043a\u043d\u043e\u043f\u043a\u0443 \u0456\u0437 \u0441\u0442\u0440\u0456\u043b\u043a\u043e\u044e \u0432\u0433\u043e\u0440\u0443 \u0434\u043b\u044f \u0432\u0438\u0431\u043e\u0440\u0443 \u0448\u0432\u0438\u0434\u043a\u043e\u0441\u0442\u0456, \u043f\u043e\u0442\u0456\u043c \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u0439\u0442\u0435 \u0441\u0442\u0440\u0456\u043b\u043a\u0438 \u0432\u0433\u043e\u0440\u0443 \u0456 \u0432\u043d\u0438\u0437 \u0434\u043b\u044f \u0437\u043c\u0456\u043d\u0438 \u0448\u0432\u0438\u0434\u043a\u043e\u0441\u0442\u0456 \u0432\u0456\u0434\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u044f. \u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c ENTER \u0434\u043b\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043d\u043e\u0432\u043e\u0457 \u0448\u0432\u0438\u0434\u043a\u043e\u0441\u0442\u0456.", - "Press the UP arrow key to enter the language menu then use UP and DOWN arrow keys to navigate language options. Press ENTER to change to the selected language.": "\u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u043a\u043d\u043e\u043f\u043a\u0443 \u0456\u0437 \u0441\u0442\u0440\u0456\u043b\u043a\u043e\u044e \u0432\u0433\u043e\u0440\u0443 \u0434\u043b\u044f \u0432\u0438\u0431\u043e\u0440\u0443 \u043c\u043e\u0432\u0438, \u043f\u043e\u0442\u0456\u043c \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u0439\u0442\u0435 \u0441\u0442\u0440\u0456\u043b\u043a\u0438 \u0432\u0433\u043e\u0440\u0443 \u0456 \u0432\u043d\u0438\u0437 \u0434\u043b\u044f \u043d\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457 \u043f\u043e \u043c\u0435\u043d\u044e. \u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c ENTER \u0434\u043b\u044f \u0437\u043c\u0456\u043d\u0438 \u043c\u043e\u0432\u0438.", - "Prev": "\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439", - "Prevent students from generating certificates in this course?": "\u0417\u0430\u0431\u043e\u0440\u043e\u043d\u0438\u0442\u0438 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430\u043c \u0433\u0435\u043d\u0435\u0440\u0443\u0432\u0430\u0442\u0438 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0438 \u0434\u043b\u044f \u0446\u044c\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0443?", - "Preview": "\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434", - "Preview Certificate": "\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0443", - "Preview this query": "\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0437\u0430\u043f\u0438\u0442\u0443", - "Previous": "\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439", - "Previous Uploads table has been updated.": "\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u044e \u0442\u0430\u0431\u043b\u0438\u0446\u044e \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u044c \u0431\u0443\u043b\u043e \u043e\u043d\u043e\u0432\u043b\u0435\u043d\u043e.", - "Print": "\u0414\u0440\u0443\u043a\u0443\u0432\u0430\u0442\u0438", - "Processing Re-run Request": "\u041e\u0431\u0440\u043e\u0431\u043a\u0430 \u0437\u0430\u043f\u0438\u0442\u0456\u0432 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u0438\u0445 \u043e\u043f\u0435\u0440\u0430\u0446\u0456\u0439", - "Proctored Exam": "\u041a\u043e\u043d\u0442\u0440\u043e\u043b\u044c\u043e\u0432\u0430\u043d\u0438\u0439 \u0456\u0441\u043f\u0438\u0442", - "Professional Education": "\u041f\u0440\u043e\u0444\u0435\u0441\u0456\u0439\u043d\u0430 \u043e\u0441\u0432\u0456\u0442\u0430", - "Professional Education Verified Certificate": "\u041f\u0440\u043e\u0444\u0435\u0441\u0456\u0439\u043d\u0438\u0439 \u041e\u0441\u0432\u0456\u0442\u043d\u0456\u0439 \u041f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0435\u043d\u043d\u0438\u0439 \u0421\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442", - "Profile": "\u041f\u0440\u043e\u0444\u0456\u043b\u044c", - "Profile Image": "\u0417\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u0434\u043b\u044f \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u043e\u0433\u043e \u0437\u0430\u043f\u0438\u0441\u0443", - "Profile Visibility:": "\u0412\u0438\u0434\u0438\u043c\u0456\u0441\u0442\u044c \u043f\u0440\u043e\u0444\u0456\u043b\u044e:", - "Profile image for {username}": "\u0417\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u0434\u043b\u044f \u043f\u0440\u043e\u0444\u0456\u043b\u044e {username}", - "Publish": "\u041e\u043f\u0443\u0431\u043b\u0456\u043a\u0443\u0432\u0430\u0442\u0438", - "Publish all unpublished changes for this {item}?": "\u041e\u043f\u0443\u0431\u043b\u0456\u043a\u0443\u0432\u0430\u0442\u0438 \u0432\u0441\u0456 \u043d\u0435\u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u0456 \u0437\u043c\u0456\u043d\u0438 \u0434\u043b\u044f {item}?", - "Publish {display_name}": "\u041e\u043f\u0443\u0431\u043b\u0456\u043a\u0443\u0432\u0430\u0442\u0438 {display_name}", - "Published and Live": "\u041e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u0435 \u0442\u0430 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0435 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430\u043c", - "Publishing": "\u041f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u044f", - "Queued": "\u041f\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0439 \u0443 \u0447\u0435\u0440\u0433\u0443", - "Reason field should not be left blank.": "\u041f\u043e\u043b\u0435 \u0437 \u043f\u0440\u0438\u0447\u0438\u043d\u043e\u044e \u043d\u0435 \u043f\u043e\u0432\u0438\u043d\u043d\u0435 \u0431\u0443\u0442\u0438 \u043f\u0443\u0441\u0442\u0438\u043c.", - "Receive updates": "\u041e\u0442\u0440\u0438\u043c\u0443\u0432\u0430\u0442\u0438 \u043e\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044f", - "Recent Activity": "\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0430\u043a\u0442\u0438\u0432\u043d\u0456\u0441\u0442\u044c", - "Recovery Email Address": "\u0412\u0456\u0434\u043d\u043e\u0432\u0438\u0442\u0438 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443 \u0430\u0434\u0440\u0435\u0441\u0443", - "Redo": "\u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0438", - "Redo (Ctrl+Shift+Z)": "\u041f\u043e\u0432\u0435\u0440\u043d\u0443\u0442\u0438 (Ctrl+Shift+Z)", - "Redo (Ctrl+Y)": "\u041f\u043e\u0432\u0435\u0440\u043d\u0443\u0442\u0438 (Ctrl+Y)", - "Release Date and Time": "\u0414\u0430\u0442\u0430 \u0456 \u0447\u0430\u0441 \u0432\u0438\u043f\u0443\u0441\u043a\u0443", - "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "\u0406\u0434\u0435 \u043f\u0440\u043e\u0446\u0435\u0441 \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u044f. \u0429\u043e\u0431 \u0443\u043d\u0438\u043a\u043d\u0443\u0442\u0438 \u043f\u043e\u043c\u0438\u043b\u043e\u043a, \u0437\u0430\u043b\u0438\u0448\u0430\u0439\u0442\u0435\u0441\u044c \u043d\u0430 \u0446\u0456\u0439 \u0441\u0442\u043e\u0440\u0456\u043d\u0446\u0456 \u0434\u043e\u043a\u0438 \u043f\u0440\u043e\u0446\u0435\u0441 \u043d\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c\u0441\u044f.", - "Remove": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438", - "Remove Transcript": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u041a\u043e\u043f\u0456\u044e", - "Remove all": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0432\u0441\u0435", - "Remove link": "\u041f\u0440\u0438\u0431\u0440\u0430\u0442\u0438 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f", - "Remove this team member?": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0446\u044c\u043e\u0433\u043e \u0447\u043b\u0435\u043d\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u0438?", - "Remove {role} Access": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043b\u044f {role}", - "Removing": "\u0412\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u044f", - "Removing a video from this list does not affect course content. Any content that uses a previously uploaded video ID continues to display in the course.": "\u0412\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u044f \u0432\u0456\u0434\u0435\u043e \u0437\u0456 \u0446\u044c\u043e\u0433\u043e \u0441\u043f\u0438\u0441\u043a\u0443 \u043d\u0435 \u0432\u043f\u043b\u0438\u043d\u0435 \u043d\u0430 \u043a\u043e\u043d\u0442\u0435\u043d\u0442 \u043a\u0443\u0440\u0441\u0443. \u0411\u0443\u0434\u044c-\u044f\u043a\u0438\u0439 \u043a\u043e\u043d\u0442\u0435\u043d\u0442 \u0456\u0437 \u0442\u0430\u043a\u0438\u043c \u0441\u0430\u043c\u0438\u043c ID\u00a0 \u0432\u0456\u0434\u0435\u043e \u0431\u0443\u0434\u0435 \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u0438\u0441\u044f \u0443 \u043a\u0443\u0440\u0441\u0456. ", - "Replace": "\u0417\u0430\u043c\u0456\u043d\u0438\u0442\u0438", - "Replace all": "\u0417\u0430\u043c\u0456\u043d\u0438\u0442\u0438 \u0432\u0441\u0456", - "Replace with": "\u0417\u0430\u043c\u0456\u043d\u0438\u0442\u0438 \u0437", - "Reply to Annotation": "\u0412\u0456\u0434\u043f\u043e\u0432\u0456\u0441\u0442\u0438 \u043d\u0430 \u0430\u043d\u043e\u0442\u0430\u0446\u0456\u044e", - "Requester": "\u0417\u0430\u043c\u043e\u0432\u043d\u0438\u043a", - "Required": "\u041e\u0431\u043e\u0432'\u044f\u0437\u043a\u043e\u0432\u0435", - "Required field.": "\u041e\u0431\u043e\u0432'\u044f\u0437\u043a\u043e\u0432\u0435 \u043f\u043e\u043b\u0435.", - "Rescore problem '<%- problem_id %>' for all students?": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f '<%- problem_id %>' \u0434\u043b\u044f \u0443\u0441\u0456\u0445 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432?", - "Reset Your Password": "\u0421\u043a\u0438\u043d\u0443\u0442\u0438 \u0441\u0432\u0456\u0439 \u043f\u0430\u0440\u043e\u043b\u044c", - "Reset attempts for all students on problem '<%- problem_id %>'?": "\u0421\u043a\u0438\u043d\u0443\u0442\u0438 \u0441\u043f\u0440\u043e\u0431\u0438 \u0434\u043b\u044f \u0443\u0441\u0456\u0445 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432 \u0434\u043b\u044f \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f '<%- problem_id %>'?", - "Responses could not be loaded. Refresh the page and try again.": "\u0412\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456 \u043d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", - "Restore enrollment code": "\u0412\u0456\u0434\u043d\u043e\u0432\u0438\u0442\u0438 \u043a\u043e\u0434 \u0437\u0430\u0440\u0430\u0445\u0443\u0432\u0430\u043d\u043d\u044f", - "Restore last draft": "\u041f\u043e\u0432\u0435\u0440\u043d\u0443\u0442\u0438 \u043f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u044e \u0447\u0435\u0440\u043d\u0435\u0442\u043a\u0443", - "Retrieving enrollment status...": "\u041e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0441\u0442\u0430\u0442\u0443\u0441\u0443 \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u0457 ...", - "Return and add email address": "\u041f\u043e\u0432\u0435\u0440\u043d\u0456\u0442\u044c\u0441\u044f \u0456 \u0434\u043e\u0434\u0430\u0439\u0442\u0435 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443 \u0430\u0434\u0440\u0435\u0441\u0443", - "Return to Export": "\u041f\u043e\u0432\u0435\u0440\u043d\u0443\u0442\u0438\u0441\u044f \u0434\u043e \u0435\u043a\u0441\u043f\u043e\u0440\u0442\u0443", - "Return to team listing": "\u041f\u043e\u0432\u0435\u0440\u043d\u0443\u0442\u0438\u0441\u044f \u0434\u043e \u0441\u043f\u0438\u0441\u043a\u0443 \u043a\u043e\u043c\u0430\u043d\u0434\u0438", - "Review your info": "\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u044c\u0442\u0435 \u0432\u0430\u0448\u0443 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u044e", - "Revoke access": "\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 \u043d\u0430\u0434\u0430\u043d\u043d\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u0443", - "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "\u0424\u043e\u0440\u043c\u0430\u0442\u0443\u0432\u043d\u043d\u044f \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u0457 \u043e\u0431\u043b\u0430\u0441\u0442\u0456. \u041c\u0435\u043d\u044e, \u043d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u043a\u043b\u0430\u0432\u0456\u0448\u0443 ALT-F9. \u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c ALT-F10 \u0434\u043b\u044f \u043f\u0430\u043d\u0435\u043b\u0456 \u0456\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0456\u0432. \u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c ALT-0 \u0434\u043b\u044f \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u0438", - "Right": "\u041f\u0440\u0430\u0432\u043e\u0440\u0443\u0447", - "Right to left": "\u0421\u043f\u0440\u0430\u0432\u0430 \u043d\u0430\u043b\u0456\u0432\u043e", - "Robots": "\u0420\u043e\u0431\u043e\u0442\u0438", - "Role field should not be left unselected.": "\u041f\u043e\u043b\u0435 \u0440\u043e\u043b\u0456 \u043d\u0435 \u0437\u0430\u043b\u0438\u0448\u0430\u0439\u0442\u0435 \u043d\u0435\u0432\u0438\u0431\u0440\u0430\u043d\u0438\u043c.", - "Row": "\u0420\u044f\u0434\u043e\u043a", - "Row group": "\u0413\u0440\u0443\u043f\u0430 \u0440\u044f\u0434\u043a\u0456\u0432", - "Row properties": "\u0412\u043b\u0430\u0441\u0442\u0438\u0432\u043e\u0441\u0442\u0456 \u0440\u044f\u0434\u043a\u0430", - "Row type": "\u0422\u0438\u043f \u0440\u044f\u0434\u043a\u0430", - "Rows": "\u0420\u044f\u0434\u043a\u0438", - "Save": "\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438", - "Save Changes": "\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u0417\u043c\u0456\u043d\u0438", - "Save changes": "\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u0437\u043c\u0456\u043d\u0438", - "Saved cohort": "\u0417\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u0456 \u043a\u043e\u0433\u043e\u0440\u0442\u0438", - "Saving": "\u0417\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u043d\u044f", - "Saving your email preference": "\u0417\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u043d\u044f \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u044c \u0432\u0430\u0448\u043e\u0433\u043e email", - "Saving...": "\u0417\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u043d\u044f ...", - "Scope": "\u041c\u0430\u0441\u0448\u0442\u0430\u0431", - "Search Results": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u041f\u043e\u0448\u0443\u043a\u0443", - "Search all posts": "\u0428\u0443\u043a\u0430\u0439\u0442\u0435 \u0443 \u0432\u0441\u0456\u0445 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f\u0445", - "Search teams": "\u041f\u043e\u0448\u0443\u043a \u043a\u043e\u043c\u0430\u043d\u0434", - "Sections": "\u0420\u043e\u0437\u0434\u0456\u043b\u0438", - "See all teams in your course, organized by topic. Join a team to collaborate with other learners who are interested in the same topic as you are.": "\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u044c\u0442\u0435 \u0443\u0441\u0456 \u043a\u043e\u043c\u0430\u043d\u0434\u0438 \u0412\u0430\u0448\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0443, \u0432\u0456\u0434\u0441\u043e\u0440\u0442\u043e\u0432\u0430\u043d\u0438\u0445 \u0437\u0430 \u0442\u0435\u043c\u043e\u044e. \u041f\u0440\u0438\u0454\u0434\u043d\u0430\u0439\u0442\u0435\u0441\u044c \u0434\u043e \u043a\u043e\u043c\u0430\u043d\u0434\u0438 \u0434\u043b\u044f \u0441\u043f\u0456\u0432\u043f\u0440\u0430\u0446\u0456 \u0437 \u0456\u043d\u0448\u0438\u043c\u0438 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430\u043c\u0438, \u044f\u043a\u0456 \u0437\u0430\u0446\u0456\u043a\u0430\u0432\u043b\u0435\u043d\u0456 \u0443 \u0442\u0456\u0439 \u0436\u0435 \u0442\u0435\u043c\u0456, \u0449\u043e \u0456 \u0412\u0438.", - "Select Session": "\u041e\u0431\u0440\u0430\u0442\u0438 \u0421\u0435\u0430\u043d\u0441", - "Select a Content Group": "\u041e\u0431\u0440\u0430\u0442\u0438 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u043d\u0443 \u0433\u0440\u0443\u043f\u0443", - "Select a chapter": "\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u0440\u043e\u0437\u0434\u0456\u043b", - "Select a course or select \"Not specific to a course\" for your support request.": "\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u043a\u0443\u0440\u0441 \u0430\u0431\u043e \u043e\u0431\u0435\u0440\u0456\u0442\u044c \"\u041d\u0435 \u0441\u0442\u043e\u0441\u0443\u0454\u0442\u044c\u0441\u044f \u043a\u0443\u0440\u0441\u0443\" \u0434\u043b\u044f \u0432\u0430\u0448\u043e\u0433\u043e \u0437\u0430\u043f\u0438\u0442\u0443 \u043d\u0430 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u043a\u0443.", - "Select a section or problem": "\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u0440\u043e\u0437\u0434\u0456\u043b \u0447\u0438 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f", - "Select all": "\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u0432\u0441\u0456", - "Select fidelity": "\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u0432\u0456\u0440\u043d\u0435", - "Select language": "\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u043c\u043e\u0432\u0443", - "Select the time zone for displaying course dates. If you do not specify a time zone, course dates, including assignment deadlines, will be displayed in your browser's local time zone.": "\u041e\u0431\u0435\u0440\u0456\u0442\u044c \u0447\u0430\u0441\u043e\u0432\u0438\u0439 \u043f\u043e\u044f\u0441 \u0434\u043b\u044f \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u0434\u0430\u0442 \u043a\u0443\u0440\u0441\u0456\u0432. \u042f\u043a\u0449\u043e \u0432\u0438 \u043d\u0435 \u0432\u043a\u0430\u0436\u0435\u0442\u0435 \u0447\u0430\u0441\u043e\u0432\u0438\u0439 \u043f\u043e\u044f\u0441, \u0434\u0430\u0442\u0438 \u043a\u0443\u0440\u0441\u0456\u0432, \u0432\u043a\u043b\u044e\u0447\u043d\u043e \u0437 \u0434\u0435\u0434\u043b\u0430\u0439\u043d\u0430\u043c\u0438 \u0437\u0434\u0430\u0447\u0456 \u0437\u0430\u0432\u0434\u0430\u043d\u044c, \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u0438\u043c\u0443\u0442\u044c\u0441\u044f \u0443 \u043c\u0456\u0441\u0446\u0435\u0432\u043e\u043c\u0443 \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0456 \u0432\u0430\u0448\u043e\u0433\u043e \u0432\u0435\u0431-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430.", - "Select turnaround": "\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u043e\u0431\u0435\u0440\u0442\u0430\u043d\u043d\u044f", - "Selected tab": "\u041e\u0431\u0440\u0430\u043d\u0430 \u0432\u043a\u043b\u0430\u0434\u043a\u0430", - "Self": "\u0421\u0430\u043c\u043e\u043e\u0446\u0456\u043d\u043a\u0430", - "Send to:": "\u041d\u0430\u0434\u0456\u0441\u043b\u0430\u0442\u0438 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u043d\u0430 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443 \u043f\u043e\u0448\u0442\u0443:", - "Sent By": "\u0412\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e", - "Sent By:": "\u0412\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e:", - "Sent To": " \u0412\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e \u0430\u0434\u0440\u0435\u0441\u0430\u0442\u0443", - "Sent To:": " \u0412\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e \u0430\u0434\u0440\u0435\u0441\u0430\u0442\u0443", - "September": "\u0432\u0435\u0440\u0435\u0441\u043d\u044f", - "Sequence error! Cannot navigate to %(tab_name)s in the current SequenceModule. Please contact the course staff.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u043e\u0441\u043b\u0456\u0434\u043e\u0432\u043d\u043e\u0441\u0442\u0456! \u041d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u0434\u043e %(tab_name)s \u0443 \u043f\u043e\u0442\u043e\u0447\u043d\u043e\u043c\u0443 SequenceModule. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0437\u0432'\u044f\u0436\u0456\u0442\u044c\u0441\u044f \u0437 \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u043e\u043c \u043a\u0443\u0440\u0441\u0443.", - "Server Error, Please refresh the page and try again.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0456. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", - "Server error.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0443.", - "Set up your certificate": "\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u0442\u0438 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442", - "Settings": "\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f", - "Settings updated": "\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u043e\u043d\u043e\u0432\u043b\u0435\u043d\u043e", - "Share Alike": "\u0420\u043e\u0437\u043f\u043e\u0432\u0441\u044e\u0434\u0436\u0443\u0432\u0430\u0442\u0438 \u0437\u0430 \u0442\u0438\u0445 \u0436\u0435 \u0443\u043c\u043e\u0432", - "Short explanation": "\u041a\u043e\u0440\u043e\u0442\u043a\u0435 \u043f\u043e\u044f\u0441\u043d\u0435\u043d\u043d\u044f", - "Show": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438", - "Show All": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0443\u0441\u0435", - "Show Annotations": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0430\u043d\u043e\u0442\u0430\u0446\u0456\u0457", - "Show Deprecated Settings": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0437\u0430\u0441\u0442\u0430\u0440\u0456\u043b\u0456 \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f", - "Show Discussion": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u043e\u0431\u0433\u043e\u0432\u043e\u0440\u0435\u043d\u043d\u044f", - "Show Previews": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u043f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434", - "Show blocks": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0431\u043b\u043e\u043a\u0438", - "Show invisible characters": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u043d\u0435\u0432\u0438\u0434\u0438\u043c\u0456 \u0441\u0438\u043c\u0432\u043e\u043b\u0438", - "Show notes": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u043d\u043e\u0442\u0430\u0442\u043a\u0438", - "Show posts by {username}.": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0434\u043e\u043f\u0438\u0441\u0438 {username}.", - "Show transcripts ({transcriptCount})": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0442\u0440\u0430\u043d\u0441\u043a\u0440\u0438\u043f\u0442\u0438 ({transcriptCount})", - "Showing all responses": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0443\u0441\u0456 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456", + ], + "Notes hidden": "\u041d\u043e\u0442\u0430\u0442\u043a\u0438 \u043f\u0440\u0438\u0445\u043e\u0432\u0430\u043d\u0456", + "Notes visible": "\u041d\u043e\u0442\u0430\u0442\u043a\u0438 \u0432\u0438\u0434\u0438\u043c\u0456", + "November": "\u043b\u0438\u0441\u0442\u043e\u043f\u0430\u0434\u0430", + "Now": "\u0417\u0430\u0440\u0430\u0437", + "Number Sent": "\u041a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0445", + "Number of Droppable": "\u041a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0437\u0430\u0432\u0434\u0430\u043d\u044c, \u044f\u043a\u0456 \u043c\u043e\u0436\u043d\u0430 \u043f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u0438", + "Number of Students": "\u041a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0421\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432", + "Numbered List (Ctrl+O)": "\u041d\u0443\u043c\u0435\u0440\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u043f\u0438\u0441\u043e\u043a (Ctrl+O)", + "Numbered list": "\u041d\u0443\u043c\u0435\u0440\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u043f\u0438\u0441\u043e\u043a", + "OK": "\u0413\u0430\u0440\u0430\u0437\u0434", + "ORDER NAME": "\u041d\u0410\u0417\u0412\u0410 \u0417\u0410\u041c\u041e\u0412\u041b\u0415\u041d\u041d\u042f", + "ORDER NUMBER": "\u041d\u041e\u041c\u0415\u0420 \u0417\u0410\u041c\u041e\u0412\u041b\u0415\u041d\u041d\u042f", + "ORDER PLACED": "\u0421\u041a\u041b\u0410\u0414 \u0417\u0410\u041c\u041e\u0412\u041b\u0415\u041d\u041d\u042f", + "October": "\u0436\u043e\u0432\u0442\u043d\u044f", + "Ok": "\u0414\u043e\u0431\u0440\u0435", + "One or more rescheduling tasks failed.": "\u041e\u0434\u043d\u0430 \u0430\u0431\u043e \u043a\u0456\u043b\u044c\u043a\u0430 \u0437\u0430\u0434\u0430\u0447 \u043f\u0435\u0440\u0435\u043f\u043b\u0430\u043d\u0443\u0432\u0430\u043d\u043d\u044f \u043f\u0440\u043e\u0432\u0430\u043b\u0438\u043b\u0430\u0441\u044f.", + "Only <%= fileTypes %> files can be uploaded. Please select a file ending in <%= fileExtensions %> to upload.": "\u041b\u0438\u0448\u0435 \u0444\u0430\u0439\u043b\u0438 \u0442\u0438\u043f\u0456\u0432 <%= fileTypes %> \u043c\u043e\u0436\u0443\u0442\u044c \u0431\u0443\u0442\u0438 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u0456. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043e\u0431\u0435\u0440\u0456\u0442\u044c \u0434\u043b\u044f \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0444\u0430\u0439\u043b \u0437 \u0440\u043e\u0437\u0448\u0438\u0440\u0435\u043d\u043d\u044f\u043c <%= fileExtensions %>.", + "Only properly formatted .csv files will be accepted.": "\u0414\u043e\u043f\u0443\u0441\u043a\u0430\u044e\u0442\u044c\u0441\u044f \u0442\u0456\u043b\u044c\u043a\u0438 .csv \u0444\u0430\u0439\u043b\u0438 \u0437 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u043d\u0438\u043c \u0444\u043e\u0440\u043c\u0430\u0442\u043e\u043c.", + "Open Calculator": "\u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438 \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440", + "Open language menu": "\u0412\u0438\u0431\u0456\u0440 \u043c\u043e\u0432\u0438", + "OpenAssessment Save Error": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u043d\u044f \u0432\u0456\u0434\u043a\u0440\u0438\u0442\u043e\u0433\u043e \u043e\u0446\u0456\u043d\u044e\u0432\u0430\u043d\u043d\u044f", + "Option Deleted": "\u041e\u043f\u0446\u0456\u044e \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043e", + "Optionally, link your personal accounts to the social media icons on your edX profile.": "\u041d\u0435\u043e\u0431\u043e\u0432'\u044f\u0437\u043a\u043e\u0432\u043e: \u043f\u0440\u0438\u0435\u0434\u043d\u0430\u0439\u0442\u0435 \u0412\u0430\u0448\u0456 \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u0456 \u0430\u043a\u0430\u0443\u043d\u0442\u0438 \u0434\u043e \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u044c \u0441\u043e\u0446\u0456\u0430\u043b\u044c\u043d\u0456\u0445 \u043c\u0435\u0440\u0435\u0436 \u0443 edX \u043f\u0440\u043e\u0444\u0456\u043b\u0456.", + "Order History": "\u0406\u0441\u0442\u043e\u0440\u0456\u044f \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u044c", + "Organization": "\u041e\u0440\u0433\u0430\u043d\u0456\u0437\u0430\u0446\u0456\u044f", + "Organization ": "\u041e\u0440\u0433\u0430\u043d\u0456\u0437\u0430\u0446\u0456\u044f", + "Organization Name": "\u041d\u0430\u0437\u0432\u0430 \u041e\u0440\u0433\u0430\u043d\u0456\u0437\u0430\u0446\u0456\u0457", + "Overall Score": "\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0430 \u043e\u0446\u0456\u043d\u043a\u0430 ", + "Page break": "\u0420\u043e\u0437\u0440\u0438\u0432 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438", + "Page number out of %(total_pages)s": "\u041d\u043e\u043c\u0435\u0440 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438 \u0456\u0437 %(total_pages)s", + "Pagination": "\u041f\u0430\u0433\u0456\u043d\u0430\u0446\u0456\u044f", + "Paragraph": "\u041f\u0430\u0440\u0430\u0433\u0440\u0430\u0444", + "Password": "\u041f\u0430\u0440\u043e\u043b\u044c", + "Password assistance": "\u0414\u043e\u043f\u043e\u043c\u043e\u0433\u0430 \u0443 \u0437\u043c\u0456\u043d\u0456 \u043f\u0430\u0440\u043e\u043b\u044f", + "Password is incorrect": "\u041d\u0435\u0432\u0456\u0440\u043d\u0438\u0439 \u043f\u0430\u0440\u043e\u043b\u044c", + "Paste": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438", + "Paste as text": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u044f\u043a \u0442\u0435\u043a\u0441\u0442", + "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "\u0412\u0441\u0442\u0430\u0432\u043a\u0430 \u0432\u0456\u0434\u0431\u0443\u0432\u0430\u0454\u0442\u044c\u0441\u044f \u0437\u0430\u0440\u0430\u0437 \u0443 \u0432\u0438\u0433\u043b\u044f\u0434\u0456 \u043f\u0440\u043e\u0441\u0442\u043e\u0433\u043e \u0442\u0435\u043a\u0441\u0442\u0443 \u0434\u043e\u043f\u043e\u043a\u0438 \u0432\u0438 \u043d\u0435 \u0432\u0438\u043c\u043a\u043d\u0435\u0442\u0435 \u0446\u044e \u043e\u043f\u0446\u0456\u044e.", + "Paste row after": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0440\u044f\u0434\u043e\u043a \u0437\u043d\u0438\u0437\u0443", + "Paste row before": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0440\u044f\u0434\u043e\u043a \u0437\u0433\u043e\u0440\u0438", + "Paste your embed code below:": "\u0412\u0441\u0442\u0430\u0432\u0442\u0435 \u0432\u0430\u0448 \u0432\u0431\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u0439 \u043a\u043e\u0434 \u043d\u0438\u0436\u0447\u0435:", + "Path to Signature Image": "\u0428\u043b\u044f\u0445 \u0434\u043e \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u043f\u0456\u0434\u043f\u0438\u0441\u0443", + "Pause": "\u041f\u0430\u0443\u0437\u0430", + "Peer": "\u0412\u0437\u0430\u0454\u043c\u043e\u043e\u0446\u0456\u043d\u043a\u0430", + "Photo Captured successfully.": "\u0424\u043e\u0442\u043e \u0437\u0440\u043e\u0431\u043b\u0435\u043d\u043e \u0432\u0434\u0430\u043b\u043e.", + "Placeholder": "\u041c\u0456\u0442\u043a\u0430-\u0437\u0430\u043f\u043e\u0432\u043d\u044e\u0432\u0430\u0447", + "Play": "\u0412\u0456\u0434\u0442\u0432\u043e\u0440\u0438\u0442\u0438", + "Play video": "\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u0443\u0442\u0438 \u0432\u0456\u0434\u0435\u043e", + "Please add at least one chapter": "\u0414\u043e\u0434\u0430\u0439\u0442\u0435, \u0431\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043c\u0456\u043d\u0456\u043c\u0443\u043c \u043e\u0434\u0438\u043d \u0440\u043e\u0437\u0434\u0456\u043b", + "Please add the instructor's name": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0432\u043a\u0430\u0436\u0456\u0442\u044c \u0456\u043c'\u044f \u043b\u0435\u043a\u0442\u043e\u0440\u0430", + "Please add the instructor's title": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0434\u043e\u0434\u0430\u0439\u0442\u0435 \u0442\u0438\u0442\u0443\u043b \u0432\u0438\u043a\u043b\u0430\u0434\u0430\u0447\u0430", + "Please address the errors on this page first, and then save your progress.": "\u041f\u0435\u0440\u0435\u0434 \u0442\u0438\u043c \u044f\u043a \u0437\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u0432\u0430\u0448 \u043f\u0440\u043e\u0433\u0440\u0435\u0441, \u0431\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0432\u0438\u043f\u0440\u0430\u0432\u0442\u0435 \u043f\u043e\u043c\u0438\u043b\u043a\u0438 \u043d\u0430 \u0446\u0456\u0439 \u0441\u0442\u043e\u0440\u0456\u043d\u0446\u0456. ", + "Please correct the outlined fields.": "\u0412\u0456\u0434\u043a\u043e\u0440\u0438\u0433\u0443\u0439\u0442\u0435 \u043f\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u043f\u043e\u043b\u044f", + "Please describe this image or agree that it has no contextual value by checking the checkbox.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043e\u043f\u0438\u0448\u0456\u0442\u044c \u0446\u044e \u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0443 \u0447\u0438 \u043f\u043e\u0433\u043e\u0434\u044c\u0442\u0435\u0441\u044f \u0437 \u0442\u0438\u043c, \u0449\u043e \u0432\u043e\u043d\u0430 \u043d\u0435 \u0432\u0438\u043c\u0430\u0433\u0430\u0454 \u043e\u043f\u0438\u0441\u0443, \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0432\u0448\u0438 \u043f\u0440\u0430\u043f\u043e\u0440\u0435\u0446\u044c.", + "Please do not use any spaces in this field.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043d\u0435 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0439\u0442\u0435 \u043f\u0440\u043e\u0431\u0456\u043b\u0456\u0432 \u0432 \u0446\u044c\u043e\u043c\u0443 \u043f\u043e\u043b\u0456. ", + "Please do not use any spaces or special characters in this field.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043d\u0435 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0439\u0442\u0435 \u0432 \u0446\u044c\u043e\u043c\u0443 \u043f\u043e\u043b\u0456 \u043f\u0440\u043e\u043f\u0443\u0441\u043a\u0438 \u0447\u0438 \u0441\u043f\u0435\u0446\u0456\u0430\u043b\u044c\u043d\u0456 \u0441\u0438\u043c\u0432\u043e\u043b\u0438.", + "Please enter a problem location.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0437\u0430\u0437\u043d\u0430\u0447\u0442\u0435 \u043c\u0456\u0441\u0446\u0435\u0437\u043d\u0430\u0445\u043e\u0434\u0436\u0435\u043d\u043d\u044f \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f.", + "Please enter a score.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0432\u043a\u0430\u0436\u0456\u0442\u044c \u043e\u0446\u0456\u043d\u043a\u0443.", + "Please enter a student email address or username.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0437\u0430\u0437\u043d\u0430\u0447\u0442\u0435 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443 \u043f\u043e\u0448\u0442\u0443 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 \u0430\u0431\u043e \u0439\u043e\u0433\u043e \u0456\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.", + "Please enter a term in the {anchorStart} search field{anchorEnd}.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0432\u0432\u0435\u0434\u0456\u0442\u044c \u0437\u0430\u043f\u0438\u0442 \u0432 {anchorStart} \u043f\u043e\u0448\u0443\u043a\u043e\u0432\u0435 \u043f\u043e\u043b\u0435{anchorEnd}.", + "Please enter a username or email.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0437\u0430\u0437\u043d\u0430\u0447\u0442\u0435 \u0456\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0430\u0431\u043e \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443 \u043f\u043e\u0448\u0442\u0443.", + "Please enter a valid donation amount.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0432\u0432\u0435\u0434\u0456\u0442\u044c \u043a\u043e\u0440\u0435\u043a\u0442\u043d\u0438\u0439 \u0440\u043e\u0437\u043c\u0456\u0440 \u0432\u043d\u0435\u0441\u043a\u0443.", + "Please enter valid start date and time.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0432\u0432\u0435\u0434\u0456\u0442\u044c \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0443 \u0434\u0430\u0442\u0443 \u0456 \u0447\u0430\u0441 \u043f\u043e\u0447\u0430\u0442\u043a\u0443.", + "Please enter your %(field)s.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0432\u0432\u0435\u0434\u0456\u0442\u044c %(field)s.", + "Please fix the following errors:": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0432\u0438\u043f\u0440\u0430\u0432\u0442\u0435 \u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0456 \u043f\u043e\u043c\u0438\u043b\u043a\u0438:", + "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0441\u043b\u0456\u0434\u0443\u0439\u0442\u0435 \u0446\u0438\u043c \u0456\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0456\u044f\u043c, \u0449\u043e\u0431 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0444\u0430\u0439\u043b \u0432 \u0456\u043d\u0448\u0435 \u043c\u0456\u0441\u0446\u0435 \u0442\u0430 \u0434\u043e\u0434\u0430\u0442\u0438 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043d\u0430 \u043d\u044c\u043e\u0433\u043e: {maxFileSizeRedirectUrl}", + "Please provide a description of the link destination.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0434\u0430\u0439\u0442\u0435 \u043e\u043f\u0438\u0441 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f.", + "Please provide a valid URL.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0432\u043a\u0430\u0436\u0456\u0442\u044c \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0438\u0439 URL.", + "Please re-enter your password.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u0432\u0456\u0439 \u043f\u0430\u0440\u043e\u043b\u044c.", + "Please select a PDF file to upload.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043e\u0431\u0435\u0440\u0456\u0442\u044c PDF \u0444\u0430\u0439\u043b \u0434\u043b\u044f \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f.", + "Please select a file in .srt format.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0432\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u0444\u0430\u0439\u043b \u0443 \u0444\u043e\u0440\u043c\u0430\u0442\u0456 .srt.", + "Please specify a reason.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0432\u043a\u0430\u0436\u0456\u0442\u044c \u043f\u0440\u0438\u0447\u0438\u043d\u0443.", + "Please verify that you have uploaded a valid image (PNG and JPEG).": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435, \u0447\u0438 \u0432\u0438 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u043b\u0438 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0435 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f (PNG \u0430\u0431\u043e JPEG).", + "Please verify that your webcam is connected and that you have allowed your browser to access it.": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044c, \u0449\u043e \u0432\u0430\u0448\u0430 \u0432\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u0430 \u043f\u0456\u0434'\u0454\u0434\u043d\u0430\u043d\u0430 \u0442\u0430 \u0432\u0430\u0448 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043c\u0430\u0454 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u043d\u0435\u0457.", + "Please wait": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0437\u0430\u0447\u0435\u043a\u0430\u0439\u0442\u0435", + "Post": "\u041e\u043f\u0443\u0431\u043b\u0456\u043a\u0443\u0432\u0430\u0442\u0438", + "Poster": "\u041f\u043e\u0441\u0442\u0435\u0440", + "Pre": "\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u044c\u043e", + "Preferred Language": "\u041e\u0431\u0440\u0430\u0442\u0438 \u0431\u0430\u0436\u0430\u043d\u0443 \u043c\u043e\u0432\u0443", + "Preformatted": "\u0412\u0456\u0434\u0444\u043e\u0440\u043c\u0430\u0442\u043e\u0432\u0430\u043d\u0438\u0439", + "Prerequisite:": "\u041d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u0430 \u0443\u043c\u043e\u0432\u0430:", + "Press Remove to remove language": "\u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0434\u043b\u044f \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u044f \u043c\u043e\u0432\u0438", + "Press UP to enter the speed menu then use the UP and DOWN arrow keys to navigate the different speeds, then press ENTER to change to the selected speed.": "\u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u043a\u043d\u043e\u043f\u043a\u0443 \u0456\u0437 \u0441\u0442\u0440\u0456\u043b\u043a\u043e\u044e \u0432\u0433\u043e\u0440\u0443 \u0434\u043b\u044f \u0432\u0438\u0431\u043e\u0440\u0443 \u0448\u0432\u0438\u0434\u043a\u043e\u0441\u0442\u0456, \u043f\u043e\u0442\u0456\u043c \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u0439\u0442\u0435 \u0441\u0442\u0440\u0456\u043b\u043a\u0438 \u0432\u0433\u043e\u0440\u0443 \u0456 \u0432\u043d\u0438\u0437 \u0434\u043b\u044f \u0437\u043c\u0456\u043d\u0438 \u0448\u0432\u0438\u0434\u043a\u043e\u0441\u0442\u0456 \u0432\u0456\u0434\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u044f. \u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c ENTER \u0434\u043b\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043d\u043e\u0432\u043e\u0457 \u0448\u0432\u0438\u0434\u043a\u043e\u0441\u0442\u0456.", + "Press the UP arrow key to enter the language menu then use UP and DOWN arrow keys to navigate language options. Press ENTER to change to the selected language.": "\u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u043a\u043d\u043e\u043f\u043a\u0443 \u0456\u0437 \u0441\u0442\u0440\u0456\u043b\u043a\u043e\u044e \u0432\u0433\u043e\u0440\u0443 \u0434\u043b\u044f \u0432\u0438\u0431\u043e\u0440\u0443 \u043c\u043e\u0432\u0438, \u043f\u043e\u0442\u0456\u043c \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u0439\u0442\u0435 \u0441\u0442\u0440\u0456\u043b\u043a\u0438 \u0432\u0433\u043e\u0440\u0443 \u0456 \u0432\u043d\u0438\u0437 \u0434\u043b\u044f \u043d\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457 \u043f\u043e \u043c\u0435\u043d\u044e. \u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c ENTER \u0434\u043b\u044f \u0437\u043c\u0456\u043d\u0438 \u043c\u043e\u0432\u0438.", + "Prev": "\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439", + "Prevent students from generating certificates in this course?": "\u0417\u0430\u0431\u043e\u0440\u043e\u043d\u0438\u0442\u0438 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430\u043c \u0433\u0435\u043d\u0435\u0440\u0443\u0432\u0430\u0442\u0438 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0438 \u0434\u043b\u044f \u0446\u044c\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0443?", + "Preview": "\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434", + "Preview Certificate": "\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0443", + "Preview this query": "\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0437\u0430\u043f\u0438\u0442\u0443", + "Previous": "\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439", + "Previous Uploads table has been updated.": "\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u044e \u0442\u0430\u0431\u043b\u0438\u0446\u044e \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u044c \u0431\u0443\u043b\u043e \u043e\u043d\u043e\u0432\u043b\u0435\u043d\u043e.", + "Print": "\u0414\u0440\u0443\u043a\u0443\u0432\u0430\u0442\u0438", + "Processing Re-run Request": "\u041e\u0431\u0440\u043e\u0431\u043a\u0430 \u0437\u0430\u043f\u0438\u0442\u0456\u0432 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u0438\u0445 \u043e\u043f\u0435\u0440\u0430\u0446\u0456\u0439", + "Proctored Exam": "\u041a\u043e\u043d\u0442\u0440\u043e\u043b\u044c\u043e\u0432\u0430\u043d\u0438\u0439 \u0456\u0441\u043f\u0438\u0442", + "Professional Education": "\u041f\u0440\u043e\u0444\u0435\u0441\u0456\u0439\u043d\u0430 \u043e\u0441\u0432\u0456\u0442\u0430", + "Professional Education Verified Certificate": "\u041f\u0440\u043e\u0444\u0435\u0441\u0456\u0439\u043d\u0438\u0439 \u041e\u0441\u0432\u0456\u0442\u043d\u0456\u0439 \u041f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0435\u043d\u043d\u0438\u0439 \u0421\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442", + "Profile": "\u041f\u0440\u043e\u0444\u0456\u043b\u044c", + "Profile Image": "\u0417\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u0434\u043b\u044f \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u043e\u0433\u043e \u0437\u0430\u043f\u0438\u0441\u0443", + "Profile Visibility:": "\u0412\u0438\u0434\u0438\u043c\u0456\u0441\u0442\u044c \u043f\u0440\u043e\u0444\u0456\u043b\u044e:", + "Profile image for {username}": "\u0417\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u0434\u043b\u044f \u043f\u0440\u043e\u0444\u0456\u043b\u044e {username}", + "Publish": "\u041e\u043f\u0443\u0431\u043b\u0456\u043a\u0443\u0432\u0430\u0442\u0438", + "Publish all unpublished changes for this {item}?": "\u041e\u043f\u0443\u0431\u043b\u0456\u043a\u0443\u0432\u0430\u0442\u0438 \u0432\u0441\u0456 \u043d\u0435\u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u0456 \u0437\u043c\u0456\u043d\u0438 \u0434\u043b\u044f {item}?", + "Publish {display_name}": "\u041e\u043f\u0443\u0431\u043b\u0456\u043a\u0443\u0432\u0430\u0442\u0438 {display_name}", + "Published and Live": "\u041e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u0435 \u0442\u0430 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0435 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430\u043c", + "Publishing": "\u041f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u044f", + "Queued": "\u041f\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0439 \u0443 \u0447\u0435\u0440\u0433\u0443", + "Reason field should not be left blank.": "\u041f\u043e\u043b\u0435 \u0437 \u043f\u0440\u0438\u0447\u0438\u043d\u043e\u044e \u043d\u0435 \u043f\u043e\u0432\u0438\u043d\u043d\u0435 \u0431\u0443\u0442\u0438 \u043f\u0443\u0441\u0442\u0438\u043c.", + "Receive updates": "\u041e\u0442\u0440\u0438\u043c\u0443\u0432\u0430\u0442\u0438 \u043e\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044f", + "Recent Activity": "\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0430\u043a\u0442\u0438\u0432\u043d\u0456\u0441\u0442\u044c", + "Recovery Email Address": "\u0412\u0456\u0434\u043d\u043e\u0432\u0438\u0442\u0438 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443 \u0430\u0434\u0440\u0435\u0441\u0443", + "Redo": "\u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0438", + "Redo (Ctrl+Shift+Z)": "\u041f\u043e\u0432\u0435\u0440\u043d\u0443\u0442\u0438 (Ctrl+Shift+Z)", + "Redo (Ctrl+Y)": "\u041f\u043e\u0432\u0435\u0440\u043d\u0443\u0442\u0438 (Ctrl+Y)", + "Release Date and Time": "\u0414\u0430\u0442\u0430 \u0456 \u0447\u0430\u0441 \u0432\u0438\u043f\u0443\u0441\u043a\u0443", + "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "\u0406\u0434\u0435 \u043f\u0440\u043e\u0446\u0435\u0441 \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u044f. \u0429\u043e\u0431 \u0443\u043d\u0438\u043a\u043d\u0443\u0442\u0438 \u043f\u043e\u043c\u0438\u043b\u043e\u043a, \u0437\u0430\u043b\u0438\u0448\u0430\u0439\u0442\u0435\u0441\u044c \u043d\u0430 \u0446\u0456\u0439 \u0441\u0442\u043e\u0440\u0456\u043d\u0446\u0456 \u0434\u043e\u043a\u0438 \u043f\u0440\u043e\u0446\u0435\u0441 \u043d\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c\u0441\u044f.", + "Remove": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438", + "Remove Transcript": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u041a\u043e\u043f\u0456\u044e", + "Remove all": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0432\u0441\u0435", + "Remove link": "\u041f\u0440\u0438\u0431\u0440\u0430\u0442\u0438 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f", + "Remove this team member?": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0446\u044c\u043e\u0433\u043e \u0447\u043b\u0435\u043d\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u0438?", + "Remove {role} Access": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043b\u044f {role}", + "Removing": "\u0412\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u044f", + "Removing a video from this list does not affect course content. Any content that uses a previously uploaded video ID continues to display in the course.": "\u0412\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u044f \u0432\u0456\u0434\u0435\u043e \u0437\u0456 \u0446\u044c\u043e\u0433\u043e \u0441\u043f\u0438\u0441\u043a\u0443 \u043d\u0435 \u0432\u043f\u043b\u0438\u043d\u0435 \u043d\u0430 \u043a\u043e\u043d\u0442\u0435\u043d\u0442 \u043a\u0443\u0440\u0441\u0443. \u0411\u0443\u0434\u044c-\u044f\u043a\u0438\u0439 \u043a\u043e\u043d\u0442\u0435\u043d\u0442 \u0456\u0437 \u0442\u0430\u043a\u0438\u043c \u0441\u0430\u043c\u0438\u043c ID\u00a0 \u0432\u0456\u0434\u0435\u043e \u0431\u0443\u0434\u0435 \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u0438\u0441\u044f \u0443 \u043a\u0443\u0440\u0441\u0456. ", + "Replace": "\u0417\u0430\u043c\u0456\u043d\u0438\u0442\u0438", + "Replace all": "\u0417\u0430\u043c\u0456\u043d\u0438\u0442\u0438 \u0432\u0441\u0456", + "Replace with": "\u0417\u0430\u043c\u0456\u043d\u0438\u0442\u0438 \u0437", + "Reply to Annotation": "\u0412\u0456\u0434\u043f\u043e\u0432\u0456\u0441\u0442\u0438 \u043d\u0430 \u0430\u043d\u043e\u0442\u0430\u0446\u0456\u044e", + "Requester": "\u0417\u0430\u043c\u043e\u0432\u043d\u0438\u043a", + "Required": "\u041e\u0431\u043e\u0432'\u044f\u0437\u043a\u043e\u0432\u0435", + "Required field.": "\u041e\u0431\u043e\u0432'\u044f\u0437\u043a\u043e\u0432\u0435 \u043f\u043e\u043b\u0435.", + "Rescore problem '<%- problem_id %>' for all students?": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f '<%- problem_id %>' \u0434\u043b\u044f \u0443\u0441\u0456\u0445 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432?", + "Reset Your Password": "\u0421\u043a\u0438\u043d\u0443\u0442\u0438 \u0441\u0432\u0456\u0439 \u043f\u0430\u0440\u043e\u043b\u044c", + "Reset attempts for all students on problem '<%- problem_id %>'?": "\u0421\u043a\u0438\u043d\u0443\u0442\u0438 \u0441\u043f\u0440\u043e\u0431\u0438 \u0434\u043b\u044f \u0443\u0441\u0456\u0445 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432 \u0434\u043b\u044f \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f '<%- problem_id %>'?", + "Responses could not be loaded. Refresh the page and try again.": "\u0412\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456 \u043d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", + "Restore enrollment code": "\u0412\u0456\u0434\u043d\u043e\u0432\u0438\u0442\u0438 \u043a\u043e\u0434 \u0437\u0430\u0440\u0430\u0445\u0443\u0432\u0430\u043d\u043d\u044f", + "Restore last draft": "\u041f\u043e\u0432\u0435\u0440\u043d\u0443\u0442\u0438 \u043f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u044e \u0447\u0435\u0440\u043d\u0435\u0442\u043a\u0443", + "Retrieving enrollment status...": "\u041e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0441\u0442\u0430\u0442\u0443\u0441\u0443 \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u0457 ...", + "Return and add email address": "\u041f\u043e\u0432\u0435\u0440\u043d\u0456\u0442\u044c\u0441\u044f \u0456 \u0434\u043e\u0434\u0430\u0439\u0442\u0435 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443 \u0430\u0434\u0440\u0435\u0441\u0443", + "Return to Export": "\u041f\u043e\u0432\u0435\u0440\u043d\u0443\u0442\u0438\u0441\u044f \u0434\u043e \u0435\u043a\u0441\u043f\u043e\u0440\u0442\u0443", + "Return to team listing": "\u041f\u043e\u0432\u0435\u0440\u043d\u0443\u0442\u0438\u0441\u044f \u0434\u043e \u0441\u043f\u0438\u0441\u043a\u0443 \u043a\u043e\u043c\u0430\u043d\u0434\u0438", + "Review your info": "\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u044c\u0442\u0435 \u0432\u0430\u0448\u0443 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u044e", + "Revoke access": "\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 \u043d\u0430\u0434\u0430\u043d\u043d\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u0443", + "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "\u0424\u043e\u0440\u043c\u0430\u0442\u0443\u0432\u043d\u043d\u044f \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u0457 \u043e\u0431\u043b\u0430\u0441\u0442\u0456. \u041c\u0435\u043d\u044e, \u043d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u043a\u043b\u0430\u0432\u0456\u0448\u0443 ALT-F9. \u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c ALT-F10 \u0434\u043b\u044f \u043f\u0430\u043d\u0435\u043b\u0456 \u0456\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0456\u0432. \u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c ALT-0 \u0434\u043b\u044f \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u0438", + "Right": "\u041f\u0440\u0430\u0432\u043e\u0440\u0443\u0447", + "Right to left": "\u0421\u043f\u0440\u0430\u0432\u0430 \u043d\u0430\u043b\u0456\u0432\u043e", + "Robots": "\u0420\u043e\u0431\u043e\u0442\u0438", + "Role field should not be left unselected.": "\u041f\u043e\u043b\u0435 \u0440\u043e\u043b\u0456 \u043d\u0435 \u0437\u0430\u043b\u0438\u0448\u0430\u0439\u0442\u0435 \u043d\u0435\u0432\u0438\u0431\u0440\u0430\u043d\u0438\u043c.", + "Row": "\u0420\u044f\u0434\u043e\u043a", + "Row group": "\u0413\u0440\u0443\u043f\u0430 \u0440\u044f\u0434\u043a\u0456\u0432", + "Row properties": "\u0412\u043b\u0430\u0441\u0442\u0438\u0432\u043e\u0441\u0442\u0456 \u0440\u044f\u0434\u043a\u0430", + "Row type": "\u0422\u0438\u043f \u0440\u044f\u0434\u043a\u0430", + "Rows": "\u0420\u044f\u0434\u043a\u0438", + "Save": "\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438", + "Save Changes": "\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u0417\u043c\u0456\u043d\u0438", + "Save changes": "\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u0437\u043c\u0456\u043d\u0438", + "Saved cohort": "\u0417\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u0456 \u043a\u043e\u0433\u043e\u0440\u0442\u0438", + "Saving": "\u0417\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u043d\u044f", + "Saving your email preference": "\u0417\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u043d\u044f \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u044c \u0432\u0430\u0448\u043e\u0433\u043e email", + "Saving...": "\u0417\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u043d\u044f ...", + "Scope": "\u041c\u0430\u0441\u0448\u0442\u0430\u0431", + "Search Results": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u041f\u043e\u0448\u0443\u043a\u0443", + "Search all posts": "\u0428\u0443\u043a\u0430\u0439\u0442\u0435 \u0443 \u0432\u0441\u0456\u0445 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f\u0445", + "Search teams": "\u041f\u043e\u0448\u0443\u043a \u043a\u043e\u043c\u0430\u043d\u0434", + "Sections": "\u0420\u043e\u0437\u0434\u0456\u043b\u0438", + "Select Session": "\u041e\u0431\u0440\u0430\u0442\u0438 \u0421\u0435\u0430\u043d\u0441", + "Select a Content Group": "\u041e\u0431\u0440\u0430\u0442\u0438 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u043d\u0443 \u0433\u0440\u0443\u043f\u0443", + "Select a chapter": "\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u0440\u043e\u0437\u0434\u0456\u043b", + "Select a course or select \"Not specific to a course\" for your support request.": "\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u043a\u0443\u0440\u0441 \u0430\u0431\u043e \u043e\u0431\u0435\u0440\u0456\u0442\u044c \"\u041d\u0435 \u0441\u0442\u043e\u0441\u0443\u0454\u0442\u044c\u0441\u044f \u043a\u0443\u0440\u0441\u0443\" \u0434\u043b\u044f \u0432\u0430\u0448\u043e\u0433\u043e \u0437\u0430\u043f\u0438\u0442\u0443 \u043d\u0430 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u043a\u0443.", + "Select a section or problem": "\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u0440\u043e\u0437\u0434\u0456\u043b \u0447\u0438 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f", + "Select all": "\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u0432\u0441\u0456", + "Select fidelity": "\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u0432\u0456\u0440\u043d\u0435", + "Select language": "\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u043c\u043e\u0432\u0443", + "Select the time zone for displaying course dates. If you do not specify a time zone, course dates, including assignment deadlines, will be displayed in your browser's local time zone.": "\u041e\u0431\u0435\u0440\u0456\u0442\u044c \u0447\u0430\u0441\u043e\u0432\u0438\u0439 \u043f\u043e\u044f\u0441 \u0434\u043b\u044f \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u0434\u0430\u0442 \u043a\u0443\u0440\u0441\u0456\u0432. \u042f\u043a\u0449\u043e \u0432\u0438 \u043d\u0435 \u0432\u043a\u0430\u0436\u0435\u0442\u0435 \u0447\u0430\u0441\u043e\u0432\u0438\u0439 \u043f\u043e\u044f\u0441, \u0434\u0430\u0442\u0438 \u043a\u0443\u0440\u0441\u0456\u0432, \u0432\u043a\u043b\u044e\u0447\u043d\u043e \u0437 \u0434\u0435\u0434\u043b\u0430\u0439\u043d\u0430\u043c\u0438 \u0437\u0434\u0430\u0447\u0456 \u0437\u0430\u0432\u0434\u0430\u043d\u044c, \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u0438\u043c\u0443\u0442\u044c\u0441\u044f \u0443 \u043c\u0456\u0441\u0446\u0435\u0432\u043e\u043c\u0443 \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0456 \u0432\u0430\u0448\u043e\u0433\u043e \u0432\u0435\u0431-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430.", + "Select turnaround": "\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u043e\u0431\u0435\u0440\u0442\u0430\u043d\u043d\u044f", + "Selected tab": "\u041e\u0431\u0440\u0430\u043d\u0430 \u0432\u043a\u043b\u0430\u0434\u043a\u0430", + "Self": "\u0421\u0430\u043c\u043e\u043e\u0446\u0456\u043d\u043a\u0430", + "Send to:": "\u041d\u0430\u0434\u0456\u0441\u043b\u0430\u0442\u0438 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u043d\u0430 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443 \u043f\u043e\u0448\u0442\u0443:", + "Sent By": "\u0412\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e", + "Sent By:": "\u0412\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e:", + "Sent To": " \u0412\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e \u0430\u0434\u0440\u0435\u0441\u0430\u0442\u0443", + "Sent To:": " \u0412\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e \u0430\u0434\u0440\u0435\u0441\u0430\u0442\u0443", + "September": "\u0432\u0435\u0440\u0435\u0441\u043d\u044f", + "Sequence error! Cannot navigate to %(tab_name)s in the current SequenceModule. Please contact the course staff.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u043e\u0441\u043b\u0456\u0434\u043e\u0432\u043d\u043e\u0441\u0442\u0456! \u041d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u0434\u043e %(tab_name)s \u0443 \u043f\u043e\u0442\u043e\u0447\u043d\u043e\u043c\u0443 SequenceModule. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0437\u0432'\u044f\u0436\u0456\u0442\u044c\u0441\u044f \u0437 \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u043e\u043c \u043a\u0443\u0440\u0441\u0443.", + "Server Error, Please refresh the page and try again.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0456. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", + "Server error.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0443.", + "Set up your certificate": "\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u0442\u0438 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442", + "Settings": "\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f", + "Settings updated": "\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u043e\u043d\u043e\u0432\u043b\u0435\u043d\u043e", + "Share Alike": "\u0420\u043e\u0437\u043f\u043e\u0432\u0441\u044e\u0434\u0436\u0443\u0432\u0430\u0442\u0438 \u0437\u0430 \u0442\u0438\u0445 \u0436\u0435 \u0443\u043c\u043e\u0432", + "Short explanation": "\u041a\u043e\u0440\u043e\u0442\u043a\u0435 \u043f\u043e\u044f\u0441\u043d\u0435\u043d\u043d\u044f", + "Show": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438", + "Show All": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0443\u0441\u0435", + "Show Annotations": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0430\u043d\u043e\u0442\u0430\u0446\u0456\u0457", + "Show Deprecated Settings": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0437\u0430\u0441\u0442\u0430\u0440\u0456\u043b\u0456 \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f", + "Show Discussion": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u043e\u0431\u0433\u043e\u0432\u043e\u0440\u0435\u043d\u043d\u044f", + "Show Previews": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u043f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434", + "Show blocks": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0431\u043b\u043e\u043a\u0438", + "Show invisible characters": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u043d\u0435\u0432\u0438\u0434\u0438\u043c\u0456 \u0441\u0438\u043c\u0432\u043e\u043b\u0438", + "Show notes": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u043d\u043e\u0442\u0430\u0442\u043a\u0438", + "Show posts by {username}.": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0434\u043e\u043f\u0438\u0441\u0438 {username}.", + "Show transcripts ({transcriptCount})": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0442\u0440\u0430\u043d\u0441\u043a\u0440\u0438\u043f\u0442\u0438 ({transcriptCount})", + "Showing all responses": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0443\u0441\u0456 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456", "Showing first response": [ - "\u041f\u043e\u043a\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043f\u0435\u0440\u0448\u0443 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c", - "\u041f\u043e\u043a\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043f\u0435\u0440\u0448\u0456 {numResponses} \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456", - "\u041f\u043e\u043a\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043f\u0435\u0440\u0448\u0456 {numResponses} \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456", + "\u041f\u043e\u043a\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043f\u0435\u0440\u0448\u0443 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c", + "\u041f\u043e\u043a\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043f\u0435\u0440\u0448\u0456 {numResponses} \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456", + "\u041f\u043e\u043a\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043f\u0435\u0440\u0448\u0456 {numResponses} \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456", "\u041f\u043e\u043a\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043f\u0435\u0440\u0448\u0456 {numResponses} \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456" - ], - "Showing results for \"{searchString}\"": "\u041f\u043e\u043a\u0430\u0437\u0430\u043d\u043e \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u0434\u043b\u044f \"{searchString}\"", - "Showing {currentItemRange} out of {totalItemsCount}, filtered by {assetType}, sorted by {sortName} ascending": "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0437\u0438\u0442\u0438 {currentItemRange} \u0437 {totalItemsCount}, \u0432\u0456\u0434\u0444\u0456\u043b\u044c\u0442\u0440\u0443\u0432\u0430\u0442\u0438 \u0437\u0430 {assetType}, \u0432\u0456\u0434\u0441\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0437\u0430 {sortName} \u0443 \u0432\u0438\u0441\u0445\u0456\u0434\u043d\u043e\u043c\u0443 \u043f\u043e\u0440\u044f\u0434\u043a\u0443", - "Showing {currentItemRange} out of {totalItemsCount}, filtered by {assetType}, sorted by {sortName} descending": "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0437\u0438\u0442\u0438 {currentItemRange} \u0437 {totalItemsCount}, \u0444\u0456\u043b\u044c\u0442\u0440\u0443\u0432\u0430\u0442\u0438 \u0437\u0430 {assetType}, \u0432\u0456\u0434\u0441\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0437\u0430 {sortName} \u0443 \u043d\u0438\u0437\u0445\u0456\u0434\u043d\u043e\u043c\u0443 \u043f\u043e\u0440\u044f\u0434\u043a\u0443", - "Showing {currentItemRange} out of {totalItemsCount}, sorted by {sortName} ascending": "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0454\u0442\u044c\u0441\u044f {currentItemRange} \u0437 {totalItemsCount}, \u0443\u043f\u043e\u0440\u044f\u0434\u043a\u043e\u0432\u0430\u043d\u043e \u0437\u0430 {sortName} \u0443 \u0432\u0438\u0441\u0445\u0456\u0434\u043d\u043e\u043c\u0443 \u043f\u043e\u0440\u044f\u0434\u043a\u0443", - "Showing {currentItemRange} out of {totalItemsCount}, sorted by {sortName} descending": "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0454\u0442\u044c\u0441\u044f {currentItemRange} \u0437 {totalItemsCount}, \u0443\u043f\u043e\u0440\u044f\u0434\u043a\u043e\u0432\u0430\u043d\u043e \u0437\u0430 {sortName} \u0443 \u043d\u0438\u0437\u0445\u0456\u0434\u043d\u043e\u043c\u0443 \u043f\u043e\u0440\u044f\u0434\u043a\u0443", - "Showing {firstIndex} out of {numItems} total": "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0454\u0442\u044c\u0441\u044f {firstIndex} \u0437 {numItems} \u0443\u0441\u044c\u043e\u0433\u043e", - "Showing {firstIndex}-{lastIndex} out of {numItems} total": "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0454\u0442\u044c\u0441\u044f {firstIndex}-{lastIndex} \u0437 {numItems} \u0443\u0441\u044c\u043e\u0433\u043e", - "Sign in to {platform} so we can help you better.": "\u0423\u0432\u0456\u0439\u0434\u0456\u0442\u044c \u0434\u043e {platform}, \u0449\u043e\u0431 \u043c\u0438 \u0437\u043c\u043e\u0433\u043b\u0438 \u0432\u0430\u043c \u043a\u0440\u0430\u0449\u0435 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u0442\u0438.", - "Signatory field(s) has invalid data.": "\u041f\u043e\u043b\u0435(\u043f\u043e\u043b\u044f) \u043f\u0456\u0434\u043f\u0438\u0441\u0443 \u043c\u0456\u0441\u0442\u0438\u0442\u044c \u043d\u0435\u0434\u0456\u0439\u0441\u043d\u0456 \u0434\u0430\u043d\u0456.", - "Signature Image": "\u0417\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u043f\u0456\u0434\u043f\u0438\u0441\u0443", - "Skip": "\u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u0438", - "Social Media Links": "\u041f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043d\u0430 \u0441\u043e\u0446\u043c\u0435\u0440\u0435\u0436\u0456", - "Some images in this post have been omitted": "\u0414\u0435\u044f\u043a\u0456 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u0443 \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u0457 \u0431\u0443\u043b\u043e \u043f\u0440\u043e\u043f\u0443\u0449\u0435\u043d\u043e", - "Something went wrong changing this enrollment. Please try again.": "\u0429\u043e\u0441\u044c \u043d\u0435 \u0442\u0430\u043a \u0441\u0442\u0430\u043b\u043e\u0441\u044f \u043f\u0440\u0438 \u0437\u043c\u0456\u043d\u0456 \u0434\u0430\u043d\u043e\u0433\u043e \u0437\u0430\u0440\u0430\u0445\u0443\u0432\u0430\u043d\u043d\u044f. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443 \u043f\u0456\u0437\u043d\u0456\u0448\u0435.", - "Something went wrong. Please try again later.": "\u0429\u043e\u0441\u044c \u043f\u0456\u0448\u043b\u043e \u043d\u0435 \u0442\u0430\u043a. \u0411\u0443\u0434\u044c-\u043b\u0430\u0441\u043a\u0430 \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u0456\u0437\u043d\u0456\u0448\u0435.", - "Sorry, no results were found.": "\u041d\u0430 \u0436\u0430\u043b\u044c, \u0436\u043e\u0434\u043d\u043e\u0433\u043e \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0443 \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e.", - "Sorry, there was an error parsing the subtitles that you uploaded. Please check the format and try again.": "\u0412\u0438\u0431\u0430\u0447\u0442\u0435, \u0430\u043b\u0435 \u0441\u0442\u0430\u043b\u0430\u0441\u044f \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0440\u043e\u0437\u0448\u0438\u0444\u0440\u0443\u0432\u0430\u043d\u043d\u0456 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u0438\u0445 \u0412\u0430\u043c\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u0444\u043e\u0440\u043c\u0430\u0442 \u0456 \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0437\u043d\u043e\u0432\u0443.", - "Sorry, there was an error trying to process your request. Please try again later.": "\u041d\u0430 \u0436\u0430\u043b\u044c, \u043f\u0456\u0434 \u0447\u0430\u0441 \u0441\u043f\u0440\u043e\u0431\u0438 \u043e\u0431\u0440\u043e\u0431\u043a\u0438 \u0432\u0430\u0448\u043e\u0433\u043e \u0437\u0430\u043f\u0438\u0442\u0443 \u0441\u0442\u0430\u043b\u0430\u0441\u044f \u043f\u043e\u043c\u0438\u043b\u043a\u0430. \u0411\u0443\u0434\u044c-\u043b\u0430\u0441\u043a\u0430 \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u0456\u0437\u043d\u0456\u0448\u0435.", - "Sorted by": "\u0423\u043f\u043e\u0440\u044f\u0434\u043a\u043e\u0432\u0430\u043d\u043e \u0437\u0430", - "Source": "\u0414\u0436\u0435\u0440\u0435\u043b\u043e", - "Source code": "\u0412\u0438\u0445\u0456\u0434\u043d\u0438\u0439 \u043a\u043e\u0434", - "Special character": "\u0421\u043f\u0435\u0446\u0456\u0430\u043b\u044c\u043d\u0438\u0439 \u0441\u0438\u043c\u0432\u043e\u043b", - "Speed": "\u0428\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044c", - "Spellcheck": "\u041f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u0430 \u043f\u0440\u0430\u0432\u043e\u043f\u0438\u0441\u0443", - "Split cell": "\u0420\u043e\u0437\u0431\u0438\u0442\u0438 \u043a\u043bi\u0442\u0438\u043d\u043a\u0443", - "Square": "\u041a\u0432\u0430\u0434\u0440\u0430\u0442", - "Staff": "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b", - "Staff Only": "\u0422\u0456\u043b\u044c\u043a\u0438 \u0434\u043b\u044f \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0443", - "Staff and Learners": "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b \u0442\u0430 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0438", - "Start Proctored Exam": "\u0420\u043e\u0437\u043f\u043e\u0447\u0430\u0442\u0438 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u044c\u043e\u0432\u0430\u043d\u0456 \u0456\u0441\u043f\u0438\u0442\u0438", - "Start generating certificates for all students in this course?": "\u0420\u043e\u0437\u043f\u043e\u0447\u0430\u0442\u0438 \u0433\u0435\u043d\u0435\u0440\u0430\u0446\u0456\u044e \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0456\u0432 \u0434\u043b\u044f \u0432\u0441\u0456\u0445 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432 \u0446\u044c\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0443?", - "Start of transcript. Skip to the end.": "\u041f\u043e\u0447\u0430\u0442\u0438 \u0442\u0435\u043a\u0441\u0442\u0443. \u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043a\u0456\u043d\u0435\u0446\u044c.", - "Start regenerating certificates for students in this course?": "\u0420\u043e\u0437\u043f\u043e\u0447\u0430\u0442\u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u0435 \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u044f \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0456\u0432 \u0434\u043b\u044f \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432 \u043a\u0443\u0440\u0441\u0443?", - "Start search": "\u041f\u043e\u0447\u0430\u0442\u0438 \u043f\u043e\u0448\u0443\u043a", - "Started": "\u0420\u043e\u0437\u043f\u043e\u0447\u0430\u0432\u0441\u044f", - "Started entrance exam rescore task for student '{student_id}'. Click the 'Show Task Status' button to see the status of the task.": "\u0417\u0430\u043f\u0443\u0449\u0435\u043d\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u0430 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u0430 \u0432\u0441\u0442\u0443\u043f\u043d\u043e\u0433\u043e \u0432\u0438\u043f\u0440\u043e\u0431\u0443\u0432\u0430\u043d\u043d\u044f \u0434\u043b\u044f \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 '{student_id}'. \u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u043a\u043d\u043e\u043f\u043a\u0443 \u00ab\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f\u00bb, \u0449\u043e\u0431 \u043f\u043e\u0431\u0430\u0447\u0438\u0442\u0438 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f.", - "Started rescore problem task for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u041f\u043e\u0447\u0430\u0442\u043e \u043f\u0435\u0440\u0435\u043e\u0446\u0456\u043d\u044e\u0432\u0430\u043d\u043d\u044f \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f '<%- problem_id %>' \u0434\u043b\u044f \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 '<%- student_id %>'. \u041a\u043b\u0430\u0446\u043d\u0456\u0442\u044c \u043a\u043d\u043e\u043f\u043a\u0443 '\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0456\u0441\u0442\u043e\u0440\u0456\u044e \u0437\u0430\u0434\u0430\u0447 \u0434\u043b\u044f \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430' \u0449\u043e\u0431 \u043f\u043e\u0431\u0430\u0447\u0438\u0442\u0438 \u0441\u0442\u0430\u043d \u0437\u0430\u0434\u0430\u0447\u0456.", - "Started task to override the score for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u041f\u043e\u0447\u0430\u043b\u043e\u0441\u044f \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f \u043f\u0435\u0440\u0435\u0432\u0438\u0437\u043d\u0430\u0447\u0438\u0442\u0438 \u0440\u0430\u0445\u0443\u043d\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u0434\u0430\u0447\u0456 '<%- problem_id %>'\u00a0\u0442\u0430 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 '<%- student_id %>'. \u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0421\u0442\u0430\u0442\u0443\u0441 \u0417\u0430\u0432\u0434\u0430\u043d\u043d\u044f\" \u0449\u043e \u043f\u043e\u0431\u0430\u0447\u0438\u0442\u0438 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f.", - "Started {start}": "\u041f\u043e\u0447\u0430\u0432\u0441\u044f {start}", - "Starts {start}": "\u041f\u043e\u0447\u0438\u043d\u0430\u0454\u0442\u044c\u0441\u044f {start}", - "State": "\u0421\u0442\u0430\u0442\u0443\u0441", - "Status of Your Response": "\u0421\u0442\u0430\u0442\u0443\u0441 \u0432\u0430\u0448\u043e\u0457 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456", - "Strikethrough": "\u0417\u0430\u043a\u0440\u0435\u0441\u043b\u0438\u0442\u0438", - "Student Removed from certificate white list successfully.": "\u0421\u0442\u0443\u0434\u0435\u043d\u0442 \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u0438\u0439 \u0437\u0456 \u0441\u043f\u0438\u0441\u043a\u0443 \u0432\u0438\u043a\u043b\u044e\u0447\u0435\u043d\u044c \u0434\u043b\u044f \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0456\u0432.", - "Student email or username": "\u0406\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0430\u0431\u043e \u043f\u043e\u0448\u0442\u043e\u0432\u0430 \u0430\u0434\u0440\u0435\u0441\u0430 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430", - "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Add to Exception List\" button.": "\u041f\u043e\u043b\u0435 \u00ab\u0406\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430/\u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430 \u043f\u043e\u0448\u0442\u0430\u00bb \u0454 \u043e\u0431\u043e\u0432'\u044f\u0437\u043a\u043e\u0432\u0438\u043c \u0456 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u043f\u043e\u0440\u043e\u0436\u043d\u0456\u043c. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0437\u0430\u043f\u043e\u0432\u043d\u0456\u0442\u044c \u043f\u043e\u043b\u0435 \u00ab\u0406\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430/\u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430 \u043f\u043e\u0448\u0442\u0430\u00bb, \u043f\u0456\u0441\u043b\u044f \u0447\u043e\u0433\u043e \u043d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u043a\u043d\u043e\u043f\u043a\u0443 \u00ab\u0414\u043e\u0434\u0430\u0442\u0438 \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0432\u0438\u043a\u043b\u044e\u0447\u0435\u043d\u044c\u00bb.", - "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Invalidate Certificate\" button.": "\u041f\u043e\u043b\u0435 \u00ab\u0406\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430/\u0430\u0434\u0440\u0435\u0441\u0430 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0457 \u043f\u043e\u0448\u0442\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u043f\u043e\u0440\u043e\u0436\u043d\u0456\u043c. \u0417\u0430\u043f\u043e\u0432\u043d\u0456\u0442\u044c \u043f\u043e\u043b\u0435 \u0456 \u043d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u043a\u043d\u043e\u043f\u043a\u0443 \u00ab\u0410\u043d\u0443\u043b\u044e\u0432\u0430\u0442\u0438 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u00bb.", - "Studio's having trouble saving your work": "Studio \u043d\u0435 \u0432\u0434\u0430\u0454\u0442\u044c\u0441\u044f \u0437\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u0432\u0430\u0448\u0443 \u0440\u043e\u0431\u043e\u0442\u0443", - "Studio:": "\u0421\u0442\u0443\u0434\u0456\u044f \u0420\u043e\u0437\u0440\u043e\u0431\u043a\u0438:", - "Style": "\u0421\u0442\u0438\u043b\u044c", - "Subject": "\u041f\u0440\u0435\u0434\u043c\u0435\u0442", - "Subject:": "\u0422\u0435\u043c\u0430:", - "Submission aborted! Sorry, your browser does not support file uploads. If you can, please use Chrome or Safari which have been verified to support file uploads.": "\u0412\u043d\u0435\u0441\u0435\u043d\u043d\u044f \u0441\u043a\u0430\u0441\u043e\u0432\u0430\u043d\u043e! \u0412\u0438\u0431\u0430\u0447\u0442\u0435, \u0432\u0430\u0448 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0454 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0444\u0430\u0439\u043b\u0456\u0432. \u0417\u0430 \u043c\u043e\u0436\u043b\u0438\u0432\u043e\u0441\u0442\u0456 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0439\u0442\u0435, \u0431\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, Chrome \u0430\u0431\u043e Safari, \u044f\u043a\u0456 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u044e\u0442\u044c \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0444\u0430\u0439\u043b\u0456\u0432. \u00a0", - "Submit": "\u041d\u0430\u0434\u0456\u0441\u043b\u0430\u0442\u0438", - "Submitted": "\u041d\u0430\u0434\u0456\u0441\u043b\u0430\u043d\u043e", - "Subscript": "\u041d\u0438\u0436\u043d\u0456\u0439 \u0456\u043d\u0434\u0435\u043a\u0441", - "Subsections": "\u041f\u0456\u0434\u0440\u043e\u0437\u0434\u0456\u043b\u0438", - "Success": "\u0423\u0441\u043f\u0456\u0445", - "Success! \"{displayName}\" has been moved.": "\u0423\u0441\u043f\u0456\u0448\u043d\u043e! \"{displayName}\" \u043f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043e.", - "Success! Problem attempts reset for problem '<%- problem_id %>' and student '<%- student_id %>'.": "\u0421\u043f\u0440\u043e\u0431\u0438 \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0441\u043a\u0438\u043d\u0443\u0442\u0456 \u0434\u043b\u044f \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f '<%- problem_id %>' \u0442\u0430 \u0443\u0447\u043d\u044f '<%- student_id %>'.", - "Successfully deleted student state for user {user}": "\u0423\u0441\u043f\u0456\u0448\u043d\u043e \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043e \u0441\u0442\u0430\u0442\u0443\u0441 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 \u0434\u043b\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 {user}", - "Successfully enrolled and sent email to the following users:": "\u0423\u0441\u043f\u0456\u0448\u043d\u043e \u0437\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u043e\u0432\u0430\u043d\u043e \u0442\u0430 \u043d\u0430\u0434\u0456\u0441\u043b\u0430\u043d\u043e \u043b\u0438\u0441\u0442\u0438 \u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0438\u043c \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430\u043c:", - "Successfully enrolled the following users:": "\u0423\u0441\u043f\u0456\u0448\u043d\u043e \u0437\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u043e\u0432\u0430\u043d\u043e \u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0438\u0445 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456\u0432:", - "Successfully overrode problem score for {user}": "\u0423\u0441\u043f\u0456\u0448\u043d\u043e \u043f\u0435\u0440\u0435\u0440\u0430\u0445\u043e\u0432\u0430\u043d\u0430 \u043e\u0446\u0456\u043d\u043a\u0430 \u0437\u0430\u0434\u0430\u0447\u0456 \u0434\u043b\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 {user}", - "Successfully rescored problem for user {user}": "\u0414\u043b\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 {user} \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0437\u043c\u0456\u043d\u0435\u043d\u0430 \u043e\u0446\u0456\u043d\u043a\u0430 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f", - "Successfully rescored problem to improve score for user {user}": "\u0423\u0441\u043f\u0456\u0448\u043d\u043e \u043f\u0435\u0440\u0435\u0437\u0430\u0440\u0430\u0445\u043e\u0432\u0430\u043d\u043e \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f, \u0449\u043e\u0431 \u043f\u043e\u043a\u0440\u0430\u0449\u0438\u0442\u0438 \u0431\u0430\u043b\u0438 \u0434\u043b\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 {user}", - "Successfully reset the attempts for user {user}": "\u0423\u0441\u043f\u0456\u0448\u043d\u043e \u0441\u043a\u0438\u043d\u0443\u0442\u043e \u0441\u043f\u0440\u043e\u0431\u0438 \u0434\u043b\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 {user}", - "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "\u0423\u0441\u043f\u0456\u0448\u043d\u043e \u043d\u0430\u0434\u0456\u0441\u043b\u0430\u043d\u043e \u043b\u0438\u0441\u0442\u0438 \u0434\u043b\u044f \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u0457 \u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0438\u043c \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430\u043c. \u0407\u043c \u0431\u0443\u0434\u0435 \u0434\u043e\u0437\u0432\u043e\u043b\u0435\u043d\u043e \u0437\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u0443\u0432\u0430\u0442\u0438\u0441\u044f \u043d\u0430 \u043a\u0443\u0440\u0441 \u043f\u0456\u0441\u043b\u044f \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u0457 \u043d\u0430 \u0441\u0430\u0439\u0442\u0456: ", - "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "\u0423\u0441\u043f\u0456\u0448\u043d\u043e \u043d\u0430\u0434\u0456\u0441\u043b\u0430\u043d\u043e \u043b\u0438\u0441\u0442\u0438 \u0434\u043b\u044f \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u0457 \u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0438\u043c \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430\u043c. \u0412\u043e\u043d\u0438 \u0431\u0443\u0434\u0443\u0442\u044c \u0437\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u043e\u0432\u0430\u043d\u0456 \u043d\u0430 \u043a\u0443\u0440\u0441 \u043f\u0456\u0441\u043b\u044f \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u0457 \u043d\u0430 \u0441\u0430\u0439\u0442\u0456: ", - "Successfully started task to rescore problem '<%- problem_id %>' for all students. Click the 'Show Task Status' button to see the status of the task.": "\u0423\u0441\u043f\u0456\u0448\u043d\u043e \u043f\u043e\u0447\u0430\u0442\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 \u043f\u0435\u0440\u0435\u043e\u0446\u0456\u043d\u044e\u0432\u0430\u043d\u043d\u044f \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f '<%- problem_id %>' \u0434\u043b\u044f \u0432\u0441\u0456\u0445 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432. \u041a\u043b\u0430\u0446\u043d\u0456\u0442\u044c \u043a\u043d\u043e\u043f\u043a\u0443 '\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0456\u0441\u0442\u043e\u0440\u0456\u044e \u0437\u0430\u0434\u0430\u0447 \u0434\u043b\u044f \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f' \u0449\u043e\u0431 \u043f\u043e\u0431\u0430\u0447\u0438\u0442\u0438 \u0441\u0442\u0430\u043d \u0437\u0430\u0434\u0430\u0447\u0456.", - "Successfully started task to reset attempts for problem '<%- problem_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u0423\u0441\u043f\u0456\u0448\u043d\u043e \u0440\u043e\u0437\u043f\u043e\u0447\u0430\u0442\u043e \u0437\u0430\u0434\u0430\u0447\u0443 \u0441\u043a\u0438\u043d\u0443\u0442\u0438 \u0441\u043f\u0440\u043e\u0431\u0438 \u0434\u043b\u044f \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f '<%- problem_id %>'. \u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u043a\u043d\u043e\u043f\u043a\u0443 \u00ab\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0441\u0442\u0430\u043d \u0437\u0430\u0434\u0430\u0447\u0456\u00bb, \u0449\u043e\u0431 \u043f\u043e\u0431\u0430\u0447\u0438\u0442\u0438 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u0434\u0430\u0447\u0456.", - "Successfully unlinked.": "\u0423\u0441\u043f\u0456\u0448\u043d\u043e \u0440\u043e\u0437\u2019\u0454\u0434\u043d\u0430\u043d\u043e.", - "Superscript": "\u0412\u0435\u0440\u0445\u043d\u0456\u0439 \u0456\u043d\u0434\u0435\u043a\u0441", - "Supported file types: {supportedVideoTypes}": "\u041f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0454 \u0444\u0430\u0439\u043b\u0438 \u0442\u0430\u043a\u043e\u0433\u043e \u0442\u0438\u043f\u0443:{supportedVideoTypes}", - "TOTAL": "\u0417\u0430\u0433\u0430\u043b\u043e\u043c", - "Table": "\u0422\u0430\u0431\u043b\u0438\u0446\u044f", - "Table properties": "\u0412\u043b\u0430\u0441\u0442\u0438\u0432\u043e\u0441\u0442\u0456 \u0442\u0430\u0431\u043b\u0438\u0446\u0456", - "Tags": "\u0422\u0435\u0433\u0438", - "Take a photo of your ID": "\u0417\u0440\u043e\u0431\u0456\u0442\u044c \u0444\u043e\u0442\u043e \u0432\u0430\u0448\u043e\u0433\u043e \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0446\u0456\u0439\u043d\u043e\u0433\u043e \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430", - "Take me to the main course page": "\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043d\u0430 \u0433\u043e\u043b\u043e\u0432\u043d\u0443 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u043a\u0443\u0440\u0441\u0443", - "Take me to the main library page": "\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043d\u0430 \u0433\u043e\u043b\u043e\u0432\u043d\u0443 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0431\u0456\u0431\u043b\u0456\u043e\u0442\u0435\u043a\u0438", - "Take me to the new location": "\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u0434\u043e \u043d\u043e\u0432\u043e\u0433\u043e \u043c\u0456\u0441\u0446\u0435\u0437\u043d\u0430\u0445\u043e\u0434\u0436\u0435\u043d\u043d\u044f", - "Target": "\u0426\u0456\u043b\u044c", - "Task ID": "ID \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f", - "Task Progress": "\u041f\u0440\u043e\u0433\u0440\u0435\u0441 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f", - "Task Status": "\u0421\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u0434\u0430\u0447\u0456", - "Task Type": "\u0422\u0438\u043f \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f", - "Task inputs": "\u0412\u0432\u0435\u0434\u0435\u043d\u043d\u044f \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f", - "Teaching Assistant": "\u0410\u0441\u0438\u0441\u0442\u0435\u043d\u0442", - "Team \"{team}\" successfully deleted.": "\u041a\u043e\u043c\u0430\u043d\u0434\u0430 \"{team}\" \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043e. ", - "Team Description (Required) *": "\u041e\u043f\u0438\u0441 \u043a\u043e\u043c\u0430\u043d\u0434\u0438 (\u043d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u043e)", - "Team Name (Required) *": "\u0406\u043c'\u044f \u043a\u043e\u043c\u0430\u043d\u0434\u0438 (\u043d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u043e)", - "Team Search": "\u041f\u043e\u0448\u0443\u043a \u043a\u043e\u043c\u0430\u043d\u0434\u0438", - "Team description cannot have more than 300 characters.": "\u041e\u043f\u0438\u0441 \u043a\u043e\u043c\u0430\u043d\u0434\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0434\u043e\u0432\u0448\u0435 300 \u0441\u0438\u043c\u0432\u043e\u043b\u0456\u0432.", - "Team name cannot have more than 255 characters.": "\u0406\u043c'\u044f \u043a\u043e\u043c\u0430\u043d\u0434\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0434\u043e\u0432\u0448\u0435 255 \u0441\u0438\u043c\u0432\u043e\u043b\u0456\u0432.", - "Teams": "\u041a\u043e\u043c\u0430\u043d\u0434\u0438", - "Teams Pagination": "\u041d\u0443\u043c\u0435\u0440\u0430\u0446\u0456\u044f \u043a\u043e\u043c\u0430\u043d\u0434", - "Tell other learners a little about yourself: where you live, what your interests are, why you're taking courses, or what you hope to learn.": "\u0420\u043e\u0437\u043a\u0430\u0436\u0456\u0442\u044c \u0456\u043d\u0448\u0438\u043c \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430\u043c \u0442\u0440\u043e\u0445\u0438 \u043f\u0440\u043e \u0441\u0435\u0431\u0435: \u0434\u0435 \u0432\u0438 \u0436\u0438\u0432\u0435\u0442\u0435, \u0447\u0438\u043c \u0446\u0456\u043a\u0430\u0432\u0438\u0442\u0435\u0441\u044c, \u0447\u043e\u043c\u0443 \u043f\u0440\u043e\u0445\u043e\u0434\u0438\u0442\u0435 \u043a\u0443\u0440\u0441\u0438, \u0430\u0431\u043e \u0449\u043e \u0441\u043f\u043e\u0434\u0456\u0432\u0430\u0454\u0442\u0435\u0441\u044f \u0432\u0438\u0432\u0447\u0438\u0442\u0438.", - "Templates": "\u0428\u0430\u0431\u043b\u043e\u043d\u0438", - "Terms of Service and Honor Code": "\u0423\u043c\u043e\u0432\u0438 \u043d\u0430\u0434\u0430\u043d\u043d\u044f \u043f\u043e\u0441\u043b\u0443\u0433 \u0442\u0430 \u041a\u043e\u0434\u0435\u043a\u0441 \u0427\u0435\u0441\u0442\u0456", - "Text color": "\u041a\u043e\u043b\u0456\u0440 \u0442\u0435\u043a\u0441\u0442\u0443", - "Text to display": "\u0422\u0435\u043a\u0441\u0442 \u0434\u043b\u044f \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f", - "Textbook Name": "\u041d\u0430\u0437\u0432\u0430 \u043f\u0456\u0434\u0440\u0443\u0447\u043d\u0438\u043a\u0430", - "Textbook name is required": "\u041d\u0430\u0437\u0432\u0430 \u043f\u0456\u0434\u0440\u0443\u0447\u043d\u0438\u043a\u0430 \u0454 \u043e\u0431\u043e\u0432'\u044f\u0437\u043a\u043e\u0432\u0430 \u0443\u043c\u043e\u0432\u0430", - "Thank you for setting your course goal to {goal}!": "\u0414\u044f\u043a\u0443\u0454\u043c\u043e \u0432\u0430\u043c \u0437\u0430 \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u043c\u0435\u0442\u0438 \u0432\u0430\u0448\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0443 \u0434\u043e {goal}!", - "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "\u0412\u0430\u0448\u0435 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u0441\u0445\u043e\u0436\u0435 \u043d\u0430 \u0430\u0434\u0440\u0435\u0441\u0443 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0457 \u043f\u043e\u0448\u0442\u0438. \u0427\u0438 \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438 \u0434\u043e\u0434\u0430\u0442\u0438 \u0434\u043e \u043d\u044c\u043e\u0433\u043e \u043f\u0440\u0435\u0444\u0456\u043a\u0441 mailto:?", - "The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": "\u0412\u0430\u0448\u0435 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u0441\u0445\u043e\u0436\u0435 \u043d\u0430 \u0437\u043e\u0432\u043d\u0456\u0448\u043d\u0454. \u0427\u0438 \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438 \u0434\u043e\u0434\u0430\u0442\u0438 \u0434\u043e \u043d\u044c\u043e\u0433\u043e \u043f\u0440\u0435\u0444\u0456\u043a\u0441 http://?", - "The assignment type must have a name.": "\u0422\u0438\u043f \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f \u043f\u043e\u0432\u0438\u043d\u0435\u043d \u043c\u0430\u0442\u0438 \u043d\u0430\u0437\u0432\u0443.", - "The certificate for this learner has been re-validated and the system is re-running the grade for this learner.": "\u0421\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442 \u0434\u043b\u044f \u0434\u0430\u043d\u043e\u0433\u043e \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 \u0432\u0456\u0434\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439, \u0437\u0430\u043f\u0443\u0449\u0435\u043d\u043e \u043f\u0435\u0440\u0435\u0440\u0430\u0445\u0443\u043d\u043e\u043a \u043e\u0446\u0456\u043d\u043a\u0438.", - "The cohort cannot be added": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0434\u043e\u0434\u0430\u0442\u0438 \u043a\u043e\u0433\u043e\u0440\u0442\u0443", - "The cohort cannot be saved": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0437\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u043a\u043e\u0433\u043e\u0440\u0442\u0443", - "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "\u0421\u0443\u043a\u0443\u043f\u043d\u0430 \u0434\u043e\u0432\u0436\u0438\u043d\u0430 \u043d\u0430\u0437\u0432\u0438 \u043e\u0440\u0433\u0430\u043d\u0456\u0437\u0430\u0446\u0456\u0457 \u0442\u0430 \u043a\u043e\u0434\u0443 \u0431\u0456\u0431\u043b\u0456\u043e\u0442\u0435\u043a\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435 \u043f\u0435\u0440\u0435\u0432\u0438\u0449\u0443\u0432\u0430\u0442\u0438 <%=limit%> \u0441\u0438\u043c\u0432\u043e\u043b\u0456\u0432.", - "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "\u0421\u0443\u043a\u0443\u043f\u043d\u0430 \u0434\u043e\u0432\u0436\u0438\u043d\u0430 \u043d\u0430\u0437\u0432\u0438 \u043e\u0440\u0433\u0430\u043d\u0456\u0437\u0430\u0446\u0456\u0457, \u043d\u043e\u043c\u0435\u0440\u0430 \u043a\u0443\u0440\u0441\u0443 \u0442\u0430 \u043d\u0430\u0432\u0447\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0440\u043e\u043a\u0443 \u043d\u0435 \u043c\u043e\u0436\u0435 \u043f\u0435\u0440\u0435\u0432\u0438\u0449\u0443\u0432\u0430\u0442\u0438 <%=limit%> \u0441\u0438\u043c\u0432\u043e\u043b\u0456\u0432.", - "The country or region where you live.": "\u041a\u0440\u0430\u0457\u043d\u0430 \u0430\u0431\u043e \u0440\u0435\u0433\u0456\u043e\u043d, \u0434\u0435 \u0412\u0438 \u043f\u0440\u043e\u0436\u0438\u0432\u0430\u0454\u0442\u0435.", - "The country that team members primarily identify with.": "\u041a\u0440\u0430\u0457\u043d\u0430, \u0434\u043e \u044f\u043a\u043e\u0457 \u043a\u043e\u043c\u0430\u043d\u0434\u0430 \u0432\u0456\u0434\u043d\u043e\u0441\u0438\u0442\u044c \u0441\u0435\u0431\u0435.", - "The display of ungraded and checked out responses could not be loaded.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0435\u043a\u0440\u0430\u043d \u043d\u0435\u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0435\u043d\u0438\u0445 \u0442\u0430 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0435\u043d\u0438\u0445 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0435\u0439.", - "The email address you've provided isn't formatted correctly.": "\u041d\u0430\u0434\u0430\u043d\u0438\u0439 \u0412\u0430\u043c\u0438 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0438\u0439 \u0430\u0434\u0440\u0435\u0441 \u043c\u0430\u0454 \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0438\u0439 \u0444\u043e\u0440\u043c\u0430\u0442.", - "The enrollment end date cannot be after the course end date.": "\u0414\u0430\u0442\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u044f \u0437\u0430\u043f\u0438\u0441\u0443 \u043d\u0430 \u043a\u0443\u0440\u0441 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u043f\u0456\u0441\u043b\u044f \u0434\u0430\u0442\u0438 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u044f \u043a\u0443\u0440\u0441\u0443. ", - "The file could not be uploaded.": "\u0424\u0430\u0439\u043b \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u0438\u0439.", - "The file must be at least {size} in size.": "\u0420\u043e\u0437\u043c\u0456\u0440 \u0444\u0430\u0439\u043b\u0443 \u043f\u043e\u0432\u0438\u043d\u0435\u043d \u0431\u0443\u0442\u0438 \u043d\u0435 \u043c\u0435\u043d\u0448\u0435 {size}.", - "The file must be smaller than {size} in size.": "\u0420\u043e\u0437\u043c\u0456\u0440 \u0444\u0430\u0439\u043b\u0443 \u043f\u043e\u0432\u0438\u043d\u0435\u043d \u0431\u0443\u0442\u0438 \u043c\u0435\u043d\u0448\u0438\u043c \u043d\u0456\u0436 {size}.", - "The following email addresses and/or usernames are invalid:": "\u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0456 email-\u0430\u0434\u0440\u0435\u0441\u0438 \u0442\u0430/\u0430\u0431\u043e \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456 \u0454 \u043d\u0435\u0434\u0456\u0439\u0441\u043d\u0438\u043c\u0438:", - "The following errors were generated:": "\u0411\u0443\u043b\u0438 \u0437\u0433\u0435\u043d\u0435\u0440\u043e\u0432\u0430\u043d\u0456 \u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0456 \u043f\u043e\u043c\u0438\u043b\u043a\u0438:", - "The following file types are not allowed: ": "\u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0456 \u0442\u0438\u043f\u0438 \u0444\u0430\u0439\u043b\u0456\u0432 \u043d\u0435 \u0434\u043e\u0437\u0432\u043e\u043b\u0435\u043d\u0456: ", - "The following message will be displayed at the bottom of the courseware pages within your course:": "\u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0435 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u0431\u0443\u0434\u0435 \u043f\u043e\u043a\u0430\u0437\u0430\u043d\u043e \u0443 \u043d\u0438\u0436\u043d\u0456\u0439 \u0447\u0430\u0441\u0442\u0438\u043d\u0456 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0438 \u043a\u0443\u0440\u0441\u0443:", - "The following users are no longer enrolled in the course:": "\u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0456 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456 \u0431\u0456\u043b\u044c\u0448\u0435 \u043d\u0435 \u0437\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u043e\u0432\u0430\u043d\u0456 \u043d\u0430 \u043a\u0443\u0440\u0441:", - "The following warnings were generated:": "\u0411\u0443\u043b\u0438 \u0437\u0433\u0435\u043d\u0435\u0440\u043e\u0432\u0430\u043d\u0456 \u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0456 \u043f\u043e\u043f\u0435\u0440\u0435\u0434\u0436\u0435\u043d\u043d\u044f:", - "The grading process is still running. Refresh the page to see updates.": "\u041f\u0440\u043e\u0446\u0435\u0441 \u043e\u0446\u0456\u043d\u044e\u0432\u0430\u043d\u043d\u044f \u0442\u0440\u0438\u0432\u0430\u0454. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0434\u043b\u044f \u0442\u043e\u0433\u043e, \u0449\u043e\u0431 \u043f\u043e\u0431\u0430\u0447\u0438\u0442\u0438 \u043e\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044f.", - "The language that team members primarily use to communicate with each other.": "\u041c\u043e\u0432\u0430, \u044f\u043a\u0443 \u043a\u043e\u043c\u0430\u043d\u0434\u0430 \u0437\u0430 \u0437\u0430\u043c\u043e\u0432\u0447\u0435\u043d\u043d\u044f\u043c \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0454 \u0434\u043b\u044f \u0441\u043f\u0456\u043b\u043a\u0443\u0432\u0430\u043d\u043d\u044f \u043c\u0456\u0436 \u0441\u043e\u0431\u043e\u044e.", - "The language used throughout this site. This site is currently available in a limited number of languages. Changing the value of this field will cause the page to refresh.": "\u041c\u043e\u0432\u0430, \u0449\u043e \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0454\u0442\u044c\u0441\u044f \u043d\u0430 \u0446\u044c\u043e\u043c\u0443 \u0441\u0430\u0439\u0442\u0456. \u0426\u0435\u0439 \u0441\u0430\u0439\u0442 \u043d\u0430 \u0434\u0430\u043d\u0438\u0439 \u0447\u0430\u0441 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u0439 \u043d\u0430 \u043e\u0431\u043c\u0435\u0436\u0435\u043d\u0456\u0439 \u043a\u0456\u043b\u044c\u043a\u043e\u0441\u0442\u0456 \u043c\u043e\u0432. \u0417\u043c\u0456\u043d\u0430 \u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f \u0446\u044c\u043e\u0433\u043e \u043f\u043e\u043b\u044f \u043f\u0440\u0438\u0437\u0432\u0435\u0434\u0435 \u0434\u043e \u043e\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438.", - "The minimum grade for course credit is not set.": "\u041c\u0456\u043d\u0456\u043c\u0430\u043b\u044c\u043d\u0430 \u043e\u0446\u0456\u043d\u043a\u0430 \u0434\u043b\u044f \u043a\u0443\u0440\u0441\u0443 \u043d\u0435 \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430.", - "The name of this signatory as it should appear on certificates.": "\u0406\u043c'\u044f \u043f\u0456\u0434\u043f\u0438\u0441\u0430\u043d\u0442\u0430, \u044f\u043a\u0435 \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u0438\u043c\u0435\u0442\u044c\u0441\u044f \u043d\u0430 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0430\u0445.", - "The name that identifies you on {platform_name}. You cannot change your username.": "\u0406\u043c\u2019\u044f \u0434\u043b\u044f \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0446\u0456\u0457 \u043d\u0430 {platform_name}. \u0412\u0438 \u043d\u0435 \u0437\u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u043c\u0456\u043d\u0438\u0442\u0438 \u0456\u043c\u2019\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.", - "The name that is used for ID verification and that appears on your certificates.": "\u0406\u043c'\u044f, \u0449\u043e \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0454\u0442\u044c\u0441\u044f \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u0438 \u043f\u043e\u0441\u0432\u0456\u0434\u0447\u0435\u043d\u043d\u044f \u043e\u0441\u043e\u0431\u0438, \u0456 \u044f\u043a\u0435 \u0431\u0443\u0434\u0435 \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u0438\u0441\u044c \u0443 \u0412\u0430\u0448\u0438\u0445 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0430\u0445.", - "The organization that this signatory belongs to, as it should appear on certificates.": "\u041d\u0430\u0437\u0432\u0430 \u043e\u0440\u0433\u0430\u043d\u0456\u0437\u0430\u0446\u0456\u0457, \u044f\u043a\u0430 \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u0438\u043c\u0435\u0442\u044c\u0441\u044f \u043d\u0430 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0430\u0445.", - "The page \"{route}\" could not be found.": "\u0421\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \"{route}\" \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e.", - "The post you selected has been deleted.": "\u041e\u0431\u0440\u0430\u043d\u0438\u0439 \u0432\u0430\u043c\u0438 \u0434\u043e\u043f\u0438\u0441 \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043e. ", - "The raw error message is:": "\u041d\u0435\u043e\u0431\u0440\u043e\u0431\u043b\u0435\u043d\u0435 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u043f\u0440\u043e \u043f\u043e\u043c\u0438\u043b\u043a\u0443:", - "The refund deadline for this course has passed,so you will not receive a refund.": "\u0422\u0435\u0440\u043c\u0456\u043d \u043f\u043e\u0432\u0435\u0440\u043d\u0435\u043d\u043d\u044f \u0434\u043b\u044f \u0446\u044c\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0443 \u043f\u0440\u043e\u0439\u0448\u043e\u0432, \u0442\u043e\u043c\u0443 \u0432\u0438 \u043d\u0435 \u043e\u0442\u0440\u0438\u043c\u0430\u0454\u0442\u0435 \u0432\u0456\u0434\u0448\u043a\u043e\u0434\u0443\u0432\u0430\u043d\u043d\u044f.", - "The selected content group does not exist": "\u0412\u0438\u0431\u0440\u0430\u043d\u043e\u0457 \u0433\u0440\u0443\u043f\u0438 \u0432\u043c\u0456\u0441\u0442\u0443 \u043d\u0435 \u0456\u0441\u043d\u0443\u0454", - "The selected image must be larger than {minFileSizeInKB}.": "\u041e\u0431\u0440\u0430\u043d\u0435 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u043c\u0430\u0454 \u0431\u0443\u0442\u0438 \u0431\u0456\u043b\u044c\u0448\u0435, \u043d\u0456\u0436 {minFileSizeInKB}.", - "The selected image must be smaller than {maxFileSizeInMB}.": "\u041e\u0431\u0440\u0430\u043d\u0435 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u043c\u0430\u0454 \u0431\u0443\u0442\u0438 \u043c\u0435\u043d\u0448\u0435 {maxFileSizeInMB}.", - "The server could not be contacted.": "\u0421\u0435\u0440\u0432\u0435\u0440 \u043d\u0435 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0430\u0454.", - "The staff assessment form could not be loaded.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0444\u043e\u0440\u043c\u0443 \u043e\u0446\u0456\u043d\u043a\u0438 \u0432\u0438\u043a\u043b\u0430\u0434\u0430\u0447\u0430.", - "The submission could not be removed from the grading pool.": "\u0412\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u0430 \u0437 \u0447\u0435\u0440\u0433\u0438 \u043e\u0446\u0456\u043d\u044e\u0432\u0430\u043d\u043d\u044f.", - "The team \"{team}\" could not be found.": "\u041a\u043e\u043c\u0430\u043d\u0434\u0443 \"{team}\" \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e. ", - "The topic \"{topic}\" could not be found.": "\u0422\u0435\u043c\u0443 \"{topic}\" \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e.", - "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "\u041d\u0430\u0432\u0447\u0430\u043b\u044c\u043d\u0430 \u0433\u0440\u0443\u043f\u0430 {cohortGroupName} \u0431\u0443\u043b\u0430 \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u0430. \u041d\u0438\u0436\u0447\u0435 \u0432\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0440\u0443\u0447\u043d\u0443 \u0434\u043e\u0434\u0430\u0442\u0438 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432 \u0432 \u0446\u044e \u0433\u0440\u0443\u043f\u0443.", - "There are invalid keywords in your email. Check the following keywords and try again.": "\u0423 \u0432\u0430\u0448\u0456\u0439 \u0430\u0434\u0440\u0435\u0441\u0456 email \u043f\u0440\u0438\u0441\u0443\u0442\u043d\u0456 \u043d\u0435\u0432\u0456\u0440\u043d\u0456 \u043a\u043b\u044e\u0447\u043e\u0432\u0456 \u0441\u043b\u043e\u0432\u0430. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0456 \u043a\u043b\u044e\u0447\u043e\u0432\u0456 \u0441\u043b\u043e\u0432\u0430 \u0442\u0430 \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437.", - "There are no posts in this topic yet.": "\u0423 \u0446\u0456\u0439 \u0442\u0435\u043c\u0456 \u0449\u0435 \u043d\u0435\u043c\u0430\u0454 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u044c.", - "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0435\u043a\u0441\u043f\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0432 XML \u044f\u043a \u043c\u0456\u043d\u0456\u043c\u0443\u043c \u043e\u0434\u0438\u043d \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442. \u041c\u0438 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0454\u043c\u043e \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u043d\u043d\u044f \u0442\u0430 \u0432\u0438\u043f\u0440\u0430\u0432\u0438\u0442\u0438 \u043f\u043e\u043c\u0438\u043b\u043a\u0443 \u043f\u0435\u0440\u0435\u0434 \u0442\u0438\u043c, \u044f\u043a \u0441\u043f\u0440\u043e\u0431\u0443\u0432\u0430\u0442\u0438 \u0435\u043a\u0441\u043f\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0437\u043d\u043e\u0432\u0443. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435, \u0449\u043e \u0432\u0441\u0456 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0438 \u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u0446\u0456 \u0454 \u043a\u043e\u0440\u0435\u043a\u0442\u043d\u0438\u043c\u0438 \u0456 \u043d\u0435 \u0432\u0438\u0434\u0430\u044e\u0442\u044c \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u044c \u043f\u0440\u043e \u043f\u043e\u043c\u0438\u043b\u043a\u0438.", - "There has been an error processing your survey.": "\u0412\u0438\u043d\u0438\u043a\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u043e\u0431\u0440\u043e\u0431\u043a\u0438 \u0432\u0430\u0448\u043e\u0457 \u0440\u043e\u0431\u043e\u0442\u0438.", - "There has been an error while exporting.": "\u0412\u0438\u043d\u0438\u043a\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u0435\u043a\u0441\u043f\u043e\u0440\u0442\u0443.", - "There has been an error with your export.": "\u0412\u0438\u043d\u0438\u043a\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u0435\u043a\u0441\u043f\u043e\u0440\u0442\u0443.", - "There is no email history for this course.": "\u0414\u043b\u044f \u0446\u044c\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0443 \u043d\u0435\u043c\u0430\u0454 \u0456\u0441\u0442\u043e\u0440\u0456\u0457 \u043b\u0438\u0441\u0442\u0443\u0432\u0430\u043d\u043d\u044f.", - "There must be at least one group.": "\u041c\u0430\u0454 \u0431\u0443\u0442\u0438 \u043f\u0440\u0438\u043d\u0430\u0439\u043c\u043d\u0456 \u0445\u043e\u0447\u0430 \u0431 \u043e\u0434\u043d\u0430 \u0433\u0440\u0443\u043f\u0430.", - "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "\u041f\u0440\u0438 \u0441\u043a\u043b\u0430\u0434\u0430\u043d\u043d\u0456 \u0437\u0432\u0456\u0442\u0443 \u0441\u0442\u0430\u043b\u0430\u0441\u044f \u043f\u043e\u043c\u0438\u043b\u043a\u0430. \u041f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443, \u043d\u0430\u0442\u0438\u0441\u043d\u0443\u0432\u0448\u0438 \\\"\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0437\u0432\u0435\u0434\u0435\u043d\u0438\u0439 \u0437\u0432\u0456\u0442\\\".", - "There was an error changing the user's role": "\u0412\u0438\u043d\u0438\u043a\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0437\u043c\u0456\u043d\u0456 \u0440\u043e\u043b\u0456 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430", - "There was an error during the upload process.": "\u0412\u0456\u0434\u0431\u0443\u043b\u0430\u0441\u044c \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u043f\u0440\u043e\u0446\u0435\u0441\u0443 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f.", - "There was an error obtaining email content history for this course.": "\u0412\u0438\u043d\u0438\u043a\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u0456 \u0456\u0441\u0442\u043e\u0440\u0456\u0457 \u0430\u0434\u0440\u0435\u0441 \u0434\u043b\u044f \u0446\u044c\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0443.", - "There was an error obtaining email task history for this course.": "\u041f\u0456\u0434 \u0447\u0430\u0441 \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0456\u0441\u0442\u043e\u0440\u0456\u0457 \u043b\u0438\u0441\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0434\u043b\u044f \u0446\u044c\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0443 \u0441\u0442\u0430\u043b\u0430\u0441\u044c \u043f\u043e\u043c\u0438\u043b\u043a\u0430.", - "There was an error updating your goal.": "\u041f\u0456\u0434 \u0447\u0430\u0441 \u043e\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u0446\u0456\u043b\u0456 \u0441\u0442\u0430\u043b\u0430\u0441\u044f \u043f\u043e\u043c\u0438\u043b\u043a\u0430.", + ], + "Showing results for \"{searchString}\"": "\u041f\u043e\u043a\u0430\u0437\u0430\u043d\u043e \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u0434\u043b\u044f \"{searchString}\"", + "Showing {currentItemRange} out of {totalItemsCount}, filtered by {assetType}, sorted by {sortName} ascending": "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0437\u0438\u0442\u0438 {currentItemRange} \u0437 {totalItemsCount}, \u0432\u0456\u0434\u0444\u0456\u043b\u044c\u0442\u0440\u0443\u0432\u0430\u0442\u0438 \u0437\u0430 {assetType}, \u0432\u0456\u0434\u0441\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0437\u0430 {sortName} \u0443 \u0432\u0438\u0441\u0445\u0456\u0434\u043d\u043e\u043c\u0443 \u043f\u043e\u0440\u044f\u0434\u043a\u0443", + "Showing {currentItemRange} out of {totalItemsCount}, filtered by {assetType}, sorted by {sortName} descending": "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0437\u0438\u0442\u0438 {currentItemRange} \u0437 {totalItemsCount}, \u0444\u0456\u043b\u044c\u0442\u0440\u0443\u0432\u0430\u0442\u0438 \u0437\u0430 {assetType}, \u0432\u0456\u0434\u0441\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0437\u0430 {sortName} \u0443 \u043d\u0438\u0437\u0445\u0456\u0434\u043d\u043e\u043c\u0443 \u043f\u043e\u0440\u044f\u0434\u043a\u0443", + "Showing {currentItemRange} out of {totalItemsCount}, sorted by {sortName} ascending": "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0454\u0442\u044c\u0441\u044f {currentItemRange} \u0437 {totalItemsCount}, \u0443\u043f\u043e\u0440\u044f\u0434\u043a\u043e\u0432\u0430\u043d\u043e \u0437\u0430 {sortName} \u0443 \u0432\u0438\u0441\u0445\u0456\u0434\u043d\u043e\u043c\u0443 \u043f\u043e\u0440\u044f\u0434\u043a\u0443", + "Showing {currentItemRange} out of {totalItemsCount}, sorted by {sortName} descending": "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0454\u0442\u044c\u0441\u044f {currentItemRange} \u0437 {totalItemsCount}, \u0443\u043f\u043e\u0440\u044f\u0434\u043a\u043e\u0432\u0430\u043d\u043e \u0437\u0430 {sortName} \u0443 \u043d\u0438\u0437\u0445\u0456\u0434\u043d\u043e\u043c\u0443 \u043f\u043e\u0440\u044f\u0434\u043a\u0443", + "Showing {firstIndex} out of {numItems} total": "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0454\u0442\u044c\u0441\u044f {firstIndex} \u0437 {numItems} \u0443\u0441\u044c\u043e\u0433\u043e", + "Showing {firstIndex}-{lastIndex} out of {numItems} total": "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0454\u0442\u044c\u0441\u044f {firstIndex}-{lastIndex} \u0437 {numItems} \u0443\u0441\u044c\u043e\u0433\u043e", + "Sign in to {platform} so we can help you better.": "\u0423\u0432\u0456\u0439\u0434\u0456\u0442\u044c \u0434\u043e {platform}, \u0449\u043e\u0431 \u043c\u0438 \u0437\u043c\u043e\u0433\u043b\u0438 \u0432\u0430\u043c \u043a\u0440\u0430\u0449\u0435 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u0442\u0438.", + "Signatory field(s) has invalid data.": "\u041f\u043e\u043b\u0435(\u043f\u043e\u043b\u044f) \u043f\u0456\u0434\u043f\u0438\u0441\u0443 \u043c\u0456\u0441\u0442\u0438\u0442\u044c \u043d\u0435\u0434\u0456\u0439\u0441\u043d\u0456 \u0434\u0430\u043d\u0456.", + "Signature Image": "\u0417\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u043f\u0456\u0434\u043f\u0438\u0441\u0443", + "Skip": "\u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u0438", + "Social Media Links": "\u041f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043d\u0430 \u0441\u043e\u0446\u043c\u0435\u0440\u0435\u0436\u0456", + "Some images in this post have been omitted": "\u0414\u0435\u044f\u043a\u0456 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u0443 \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u0457 \u0431\u0443\u043b\u043e \u043f\u0440\u043e\u043f\u0443\u0449\u0435\u043d\u043e", + "Something went wrong changing this enrollment. Please try again.": "\u0429\u043e\u0441\u044c \u043d\u0435 \u0442\u0430\u043a \u0441\u0442\u0430\u043b\u043e\u0441\u044f \u043f\u0440\u0438 \u0437\u043c\u0456\u043d\u0456 \u0434\u0430\u043d\u043e\u0433\u043e \u0437\u0430\u0440\u0430\u0445\u0443\u0432\u0430\u043d\u043d\u044f. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443 \u043f\u0456\u0437\u043d\u0456\u0448\u0435.", + "Something went wrong. Please try again later.": "\u0429\u043e\u0441\u044c \u043f\u0456\u0448\u043b\u043e \u043d\u0435 \u0442\u0430\u043a. \u0411\u0443\u0434\u044c-\u043b\u0430\u0441\u043a\u0430 \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u0456\u0437\u043d\u0456\u0448\u0435.", + "Sorry, no results were found.": "\u041d\u0430 \u0436\u0430\u043b\u044c, \u0436\u043e\u0434\u043d\u043e\u0433\u043e \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0443 \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e.", + "Sorry, there was an error parsing the subtitles that you uploaded. Please check the format and try again.": "\u0412\u0438\u0431\u0430\u0447\u0442\u0435, \u0430\u043b\u0435 \u0441\u0442\u0430\u043b\u0430\u0441\u044f \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0440\u043e\u0437\u0448\u0438\u0444\u0440\u0443\u0432\u0430\u043d\u043d\u0456 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u0438\u0445 \u0412\u0430\u043c\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u0444\u043e\u0440\u043c\u0430\u0442 \u0456 \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0437\u043d\u043e\u0432\u0443.", + "Sorry, there was an error trying to process your request. Please try again later.": "\u041d\u0430 \u0436\u0430\u043b\u044c, \u043f\u0456\u0434 \u0447\u0430\u0441 \u0441\u043f\u0440\u043e\u0431\u0438 \u043e\u0431\u0440\u043e\u0431\u043a\u0438 \u0432\u0430\u0448\u043e\u0433\u043e \u0437\u0430\u043f\u0438\u0442\u0443 \u0441\u0442\u0430\u043b\u0430\u0441\u044f \u043f\u043e\u043c\u0438\u043b\u043a\u0430. \u0411\u0443\u0434\u044c-\u043b\u0430\u0441\u043a\u0430 \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u0456\u0437\u043d\u0456\u0448\u0435.", + "Sorted by": "\u0423\u043f\u043e\u0440\u044f\u0434\u043a\u043e\u0432\u0430\u043d\u043e \u0437\u0430", + "Source": "\u0414\u0436\u0435\u0440\u0435\u043b\u043e", + "Source code": "\u0412\u0438\u0445\u0456\u0434\u043d\u0438\u0439 \u043a\u043e\u0434", + "Special character": "\u0421\u043f\u0435\u0446\u0456\u0430\u043b\u044c\u043d\u0438\u0439 \u0441\u0438\u043c\u0432\u043e\u043b", + "Speed": "\u0428\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044c", + "Spellcheck": "\u041f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u0430 \u043f\u0440\u0430\u0432\u043e\u043f\u0438\u0441\u0443", + "Split cell": "\u0420\u043e\u0437\u0431\u0438\u0442\u0438 \u043a\u043bi\u0442\u0438\u043d\u043a\u0443", + "Square": "\u041a\u0432\u0430\u0434\u0440\u0430\u0442", + "Staff": "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b", + "Staff Only": "\u0422\u0456\u043b\u044c\u043a\u0438 \u0434\u043b\u044f \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0443", + "Staff and Learners": "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b \u0442\u0430 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0438", + "Start Proctored Exam": "\u0420\u043e\u0437\u043f\u043e\u0447\u0430\u0442\u0438 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u044c\u043e\u0432\u0430\u043d\u0456 \u0456\u0441\u043f\u0438\u0442\u0438", + "Start generating certificates for all students in this course?": "\u0420\u043e\u0437\u043f\u043e\u0447\u0430\u0442\u0438 \u0433\u0435\u043d\u0435\u0440\u0430\u0446\u0456\u044e \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0456\u0432 \u0434\u043b\u044f \u0432\u0441\u0456\u0445 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432 \u0446\u044c\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0443?", + "Start of transcript. Skip to the end.": "\u041f\u043e\u0447\u0430\u0442\u0438 \u0442\u0435\u043a\u0441\u0442\u0443. \u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043a\u0456\u043d\u0435\u0446\u044c.", + "Start regenerating certificates for students in this course?": "\u0420\u043e\u0437\u043f\u043e\u0447\u0430\u0442\u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u0435 \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u044f \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0456\u0432 \u0434\u043b\u044f \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432 \u043a\u0443\u0440\u0441\u0443?", + "Start search": "\u041f\u043e\u0447\u0430\u0442\u0438 \u043f\u043e\u0448\u0443\u043a", + "Started": "\u0420\u043e\u0437\u043f\u043e\u0447\u0430\u0432\u0441\u044f", + "Started entrance exam rescore task for student '{student_id}'. Click the 'Show Task Status' button to see the status of the task.": "\u0417\u0430\u043f\u0443\u0449\u0435\u043d\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u0430 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u0430 \u0432\u0441\u0442\u0443\u043f\u043d\u043e\u0433\u043e \u0432\u0438\u043f\u0440\u043e\u0431\u0443\u0432\u0430\u043d\u043d\u044f \u0434\u043b\u044f \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 '{student_id}'. \u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u043a\u043d\u043e\u043f\u043a\u0443 \u00ab\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f\u00bb, \u0449\u043e\u0431 \u043f\u043e\u0431\u0430\u0447\u0438\u0442\u0438 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f.", + "Started rescore problem task for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u041f\u043e\u0447\u0430\u0442\u043e \u043f\u0435\u0440\u0435\u043e\u0446\u0456\u043d\u044e\u0432\u0430\u043d\u043d\u044f \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f '<%- problem_id %>' \u0434\u043b\u044f \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 '<%- student_id %>'. \u041a\u043b\u0430\u0446\u043d\u0456\u0442\u044c \u043a\u043d\u043e\u043f\u043a\u0443 '\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0456\u0441\u0442\u043e\u0440\u0456\u044e \u0437\u0430\u0434\u0430\u0447 \u0434\u043b\u044f \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430' \u0449\u043e\u0431 \u043f\u043e\u0431\u0430\u0447\u0438\u0442\u0438 \u0441\u0442\u0430\u043d \u0437\u0430\u0434\u0430\u0447\u0456.", + "Started task to override the score for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u041f\u043e\u0447\u0430\u043b\u043e\u0441\u044f \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f \u043f\u0435\u0440\u0435\u0432\u0438\u0437\u043d\u0430\u0447\u0438\u0442\u0438 \u0440\u0430\u0445\u0443\u043d\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u0434\u0430\u0447\u0456 '<%- problem_id %>'\u00a0\u0442\u0430 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 '<%- student_id %>'. \u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0421\u0442\u0430\u0442\u0443\u0441 \u0417\u0430\u0432\u0434\u0430\u043d\u043d\u044f\" \u0449\u043e \u043f\u043e\u0431\u0430\u0447\u0438\u0442\u0438 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f.", + "Started {start}": "\u041f\u043e\u0447\u0430\u0432\u0441\u044f {start}", + "Starts {start}": "\u041f\u043e\u0447\u0438\u043d\u0430\u0454\u0442\u044c\u0441\u044f {start}", + "State": "\u0421\u0442\u0430\u0442\u0443\u0441", + "Status of Your Response": "\u0421\u0442\u0430\u0442\u0443\u0441 \u0432\u0430\u0448\u043e\u0457 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456", + "Strikethrough": "\u0417\u0430\u043a\u0440\u0435\u0441\u043b\u0438\u0442\u0438", + "Student Removed from certificate white list successfully.": "\u0421\u0442\u0443\u0434\u0435\u043d\u0442 \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u0438\u0439 \u0437\u0456 \u0441\u043f\u0438\u0441\u043a\u0443 \u0432\u0438\u043a\u043b\u044e\u0447\u0435\u043d\u044c \u0434\u043b\u044f \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0456\u0432.", + "Student email or username": "\u0406\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0430\u0431\u043e \u043f\u043e\u0448\u0442\u043e\u0432\u0430 \u0430\u0434\u0440\u0435\u0441\u0430 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430", + "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Add to Exception List\" button.": "\u041f\u043e\u043b\u0435 \u00ab\u0406\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430/\u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430 \u043f\u043e\u0448\u0442\u0430\u00bb \u0454 \u043e\u0431\u043e\u0432'\u044f\u0437\u043a\u043e\u0432\u0438\u043c \u0456 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u043f\u043e\u0440\u043e\u0436\u043d\u0456\u043c. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0437\u0430\u043f\u043e\u0432\u043d\u0456\u0442\u044c \u043f\u043e\u043b\u0435 \u00ab\u0406\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430/\u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430 \u043f\u043e\u0448\u0442\u0430\u00bb, \u043f\u0456\u0441\u043b\u044f \u0447\u043e\u0433\u043e \u043d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u043a\u043d\u043e\u043f\u043a\u0443 \u00ab\u0414\u043e\u0434\u0430\u0442\u0438 \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0432\u0438\u043a\u043b\u044e\u0447\u0435\u043d\u044c\u00bb.", + "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Invalidate Certificate\" button.": "\u041f\u043e\u043b\u0435 \u00ab\u0406\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430/\u0430\u0434\u0440\u0435\u0441\u0430 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0457 \u043f\u043e\u0448\u0442\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u043f\u043e\u0440\u043e\u0436\u043d\u0456\u043c. \u0417\u0430\u043f\u043e\u0432\u043d\u0456\u0442\u044c \u043f\u043e\u043b\u0435 \u0456 \u043d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u043a\u043d\u043e\u043f\u043a\u0443 \u00ab\u0410\u043d\u0443\u043b\u044e\u0432\u0430\u0442\u0438 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u00bb.", + "Studio's having trouble saving your work": "Studio \u043d\u0435 \u0432\u0434\u0430\u0454\u0442\u044c\u0441\u044f \u0437\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u0432\u0430\u0448\u0443 \u0440\u043e\u0431\u043e\u0442\u0443", + "Studio:": "\u0421\u0442\u0443\u0434\u0456\u044f \u0420\u043e\u0437\u0440\u043e\u0431\u043a\u0438:", + "Style": "\u0421\u0442\u0438\u043b\u044c", + "Subject": "\u041f\u0440\u0435\u0434\u043c\u0435\u0442", + "Subject:": "\u0422\u0435\u043c\u0430:", + "Submission aborted! Sorry, your browser does not support file uploads. If you can, please use Chrome or Safari which have been verified to support file uploads.": "\u0412\u043d\u0435\u0441\u0435\u043d\u043d\u044f \u0441\u043a\u0430\u0441\u043e\u0432\u0430\u043d\u043e! \u0412\u0438\u0431\u0430\u0447\u0442\u0435, \u0432\u0430\u0448 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0454 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0444\u0430\u0439\u043b\u0456\u0432. \u0417\u0430 \u043c\u043e\u0436\u043b\u0438\u0432\u043e\u0441\u0442\u0456 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0439\u0442\u0435, \u0431\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, Chrome \u0430\u0431\u043e Safari, \u044f\u043a\u0456 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u044e\u0442\u044c \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0444\u0430\u0439\u043b\u0456\u0432. \u00a0", + "Submit": "\u041d\u0430\u0434\u0456\u0441\u043b\u0430\u0442\u0438", + "Submitted": "\u041d\u0430\u0434\u0456\u0441\u043b\u0430\u043d\u043e", + "Subscript": "\u041d\u0438\u0436\u043d\u0456\u0439 \u0456\u043d\u0434\u0435\u043a\u0441", + "Subsections": "\u041f\u0456\u0434\u0440\u043e\u0437\u0434\u0456\u043b\u0438", + "Success": "\u0423\u0441\u043f\u0456\u0445", + "Success! \"{displayName}\" has been moved.": "\u0423\u0441\u043f\u0456\u0448\u043d\u043e! \"{displayName}\" \u043f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043e.", + "Success! Problem attempts reset for problem '<%- problem_id %>' and student '<%- student_id %>'.": "\u0421\u043f\u0440\u043e\u0431\u0438 \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0441\u043a\u0438\u043d\u0443\u0442\u0456 \u0434\u043b\u044f \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f '<%- problem_id %>' \u0442\u0430 \u0443\u0447\u043d\u044f '<%- student_id %>'.", + "Successfully deleted student state for user {user}": "\u0423\u0441\u043f\u0456\u0448\u043d\u043e \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043e \u0441\u0442\u0430\u0442\u0443\u0441 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 \u0434\u043b\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 {user}", + "Successfully enrolled and sent email to the following users:": "\u0423\u0441\u043f\u0456\u0448\u043d\u043e \u0437\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u043e\u0432\u0430\u043d\u043e \u0442\u0430 \u043d\u0430\u0434\u0456\u0441\u043b\u0430\u043d\u043e \u043b\u0438\u0441\u0442\u0438 \u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0438\u043c \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430\u043c:", + "Successfully enrolled the following users:": "\u0423\u0441\u043f\u0456\u0448\u043d\u043e \u0437\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u043e\u0432\u0430\u043d\u043e \u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0438\u0445 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456\u0432:", + "Successfully overrode problem score for {user}": "\u0423\u0441\u043f\u0456\u0448\u043d\u043e \u043f\u0435\u0440\u0435\u0440\u0430\u0445\u043e\u0432\u0430\u043d\u0430 \u043e\u0446\u0456\u043d\u043a\u0430 \u0437\u0430\u0434\u0430\u0447\u0456 \u0434\u043b\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 {user}", + "Successfully rescored problem for user {user}": "\u0414\u043b\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 {user} \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0437\u043c\u0456\u043d\u0435\u043d\u0430 \u043e\u0446\u0456\u043d\u043a\u0430 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f", + "Successfully rescored problem to improve score for user {user}": "\u0423\u0441\u043f\u0456\u0448\u043d\u043e \u043f\u0435\u0440\u0435\u0437\u0430\u0440\u0430\u0445\u043e\u0432\u0430\u043d\u043e \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f, \u0449\u043e\u0431 \u043f\u043e\u043a\u0440\u0430\u0449\u0438\u0442\u0438 \u0431\u0430\u043b\u0438 \u0434\u043b\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 {user}", + "Successfully reset the attempts for user {user}": "\u0423\u0441\u043f\u0456\u0448\u043d\u043e \u0441\u043a\u0438\u043d\u0443\u0442\u043e \u0441\u043f\u0440\u043e\u0431\u0438 \u0434\u043b\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 {user}", + "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "\u0423\u0441\u043f\u0456\u0448\u043d\u043e \u043d\u0430\u0434\u0456\u0441\u043b\u0430\u043d\u043e \u043b\u0438\u0441\u0442\u0438 \u0434\u043b\u044f \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u0457 \u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0438\u043c \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430\u043c. \u0407\u043c \u0431\u0443\u0434\u0435 \u0434\u043e\u0437\u0432\u043e\u043b\u0435\u043d\u043e \u0437\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u0443\u0432\u0430\u0442\u0438\u0441\u044f \u043d\u0430 \u043a\u0443\u0440\u0441 \u043f\u0456\u0441\u043b\u044f \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u0457 \u043d\u0430 \u0441\u0430\u0439\u0442\u0456: ", + "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "\u0423\u0441\u043f\u0456\u0448\u043d\u043e \u043d\u0430\u0434\u0456\u0441\u043b\u0430\u043d\u043e \u043b\u0438\u0441\u0442\u0438 \u0434\u043b\u044f \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u0457 \u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0438\u043c \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430\u043c. \u0412\u043e\u043d\u0438 \u0431\u0443\u0434\u0443\u0442\u044c \u0437\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u043e\u0432\u0430\u043d\u0456 \u043d\u0430 \u043a\u0443\u0440\u0441 \u043f\u0456\u0441\u043b\u044f \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u0457 \u043d\u0430 \u0441\u0430\u0439\u0442\u0456: ", + "Successfully started task to rescore problem '<%- problem_id %>' for all students. Click the 'Show Task Status' button to see the status of the task.": "\u0423\u0441\u043f\u0456\u0448\u043d\u043e \u043f\u043e\u0447\u0430\u0442\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 \u043f\u0435\u0440\u0435\u043e\u0446\u0456\u043d\u044e\u0432\u0430\u043d\u043d\u044f \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f '<%- problem_id %>' \u0434\u043b\u044f \u0432\u0441\u0456\u0445 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432. \u041a\u043b\u0430\u0446\u043d\u0456\u0442\u044c \u043a\u043d\u043e\u043f\u043a\u0443 '\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0456\u0441\u0442\u043e\u0440\u0456\u044e \u0437\u0430\u0434\u0430\u0447 \u0434\u043b\u044f \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f' \u0449\u043e\u0431 \u043f\u043e\u0431\u0430\u0447\u0438\u0442\u0438 \u0441\u0442\u0430\u043d \u0437\u0430\u0434\u0430\u0447\u0456.", + "Successfully started task to reset attempts for problem '<%- problem_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u0423\u0441\u043f\u0456\u0448\u043d\u043e \u0440\u043e\u0437\u043f\u043e\u0447\u0430\u0442\u043e \u0437\u0430\u0434\u0430\u0447\u0443 \u0441\u043a\u0438\u043d\u0443\u0442\u0438 \u0441\u043f\u0440\u043e\u0431\u0438 \u0434\u043b\u044f \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f '<%- problem_id %>'. \u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u043a\u043d\u043e\u043f\u043a\u0443 \u00ab\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0441\u0442\u0430\u043d \u0437\u0430\u0434\u0430\u0447\u0456\u00bb, \u0449\u043e\u0431 \u043f\u043e\u0431\u0430\u0447\u0438\u0442\u0438 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u0434\u0430\u0447\u0456.", + "Successfully unlinked.": "\u0423\u0441\u043f\u0456\u0448\u043d\u043e \u0440\u043e\u0437\u2019\u0454\u0434\u043d\u0430\u043d\u043e.", + "Superscript": "\u0412\u0435\u0440\u0445\u043d\u0456\u0439 \u0456\u043d\u0434\u0435\u043a\u0441", + "Supported file types: {supportedVideoTypes}": "\u041f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0454 \u0444\u0430\u0439\u043b\u0438 \u0442\u0430\u043a\u043e\u0433\u043e \u0442\u0438\u043f\u0443:{supportedVideoTypes}", + "TOTAL": "\u0417\u0430\u0433\u0430\u043b\u043e\u043c", + "Table": "\u0422\u0430\u0431\u043b\u0438\u0446\u044f", + "Table properties": "\u0412\u043b\u0430\u0441\u0442\u0438\u0432\u043e\u0441\u0442\u0456 \u0442\u0430\u0431\u043b\u0438\u0446\u0456", + "Tags": "\u0422\u0435\u0433\u0438", + "Take a photo of your ID": "\u0417\u0440\u043e\u0431\u0456\u0442\u044c \u0444\u043e\u0442\u043e \u0432\u0430\u0448\u043e\u0433\u043e \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0446\u0456\u0439\u043d\u043e\u0433\u043e \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430", + "Take me to the main course page": "\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043d\u0430 \u0433\u043e\u043b\u043e\u0432\u043d\u0443 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u043a\u0443\u0440\u0441\u0443", + "Take me to the main library page": "\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043d\u0430 \u0433\u043e\u043b\u043e\u0432\u043d\u0443 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0431\u0456\u0431\u043b\u0456\u043e\u0442\u0435\u043a\u0438", + "Take me to the new location": "\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u0434\u043e \u043d\u043e\u0432\u043e\u0433\u043e \u043c\u0456\u0441\u0446\u0435\u0437\u043d\u0430\u0445\u043e\u0434\u0436\u0435\u043d\u043d\u044f", + "Target": "\u0426\u0456\u043b\u044c", + "Task ID": "ID \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f", + "Task Progress": "\u041f\u0440\u043e\u0433\u0440\u0435\u0441 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f", + "Task Status": "\u0421\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u0434\u0430\u0447\u0456", + "Task Type": "\u0422\u0438\u043f \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f", + "Task inputs": "\u0412\u0432\u0435\u0434\u0435\u043d\u043d\u044f \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f", + "Teaching Assistant": "\u0410\u0441\u0438\u0441\u0442\u0435\u043d\u0442", + "Team \"{team}\" successfully deleted.": "\u041a\u043e\u043c\u0430\u043d\u0434\u0430 \"{team}\" \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043e. ", + "Team Description (Required) *": "\u041e\u043f\u0438\u0441 \u043a\u043e\u043c\u0430\u043d\u0434\u0438 (\u043d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u043e)", + "Team Name (Required) *": "\u0406\u043c'\u044f \u043a\u043e\u043c\u0430\u043d\u0434\u0438 (\u043d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u043e)", + "Team Search": "\u041f\u043e\u0448\u0443\u043a \u043a\u043e\u043c\u0430\u043d\u0434\u0438", + "Team description cannot have more than 300 characters.": "\u041e\u043f\u0438\u0441 \u043a\u043e\u043c\u0430\u043d\u0434\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0434\u043e\u0432\u0448\u0435 300 \u0441\u0438\u043c\u0432\u043e\u043b\u0456\u0432.", + "Team name cannot have more than 255 characters.": "\u0406\u043c'\u044f \u043a\u043e\u043c\u0430\u043d\u0434\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0434\u043e\u0432\u0448\u0435 255 \u0441\u0438\u043c\u0432\u043e\u043b\u0456\u0432.", + "Teams": "\u041a\u043e\u043c\u0430\u043d\u0434\u0438", + "Teams Pagination": "\u041d\u0443\u043c\u0435\u0440\u0430\u0446\u0456\u044f \u043a\u043e\u043c\u0430\u043d\u0434", + "Tell other learners a little about yourself: where you live, what your interests are, why you're taking courses, or what you hope to learn.": "\u0420\u043e\u0437\u043a\u0430\u0436\u0456\u0442\u044c \u0456\u043d\u0448\u0438\u043c \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430\u043c \u0442\u0440\u043e\u0445\u0438 \u043f\u0440\u043e \u0441\u0435\u0431\u0435: \u0434\u0435 \u0432\u0438 \u0436\u0438\u0432\u0435\u0442\u0435, \u0447\u0438\u043c \u0446\u0456\u043a\u0430\u0432\u0438\u0442\u0435\u0441\u044c, \u0447\u043e\u043c\u0443 \u043f\u0440\u043e\u0445\u043e\u0434\u0438\u0442\u0435 \u043a\u0443\u0440\u0441\u0438, \u0430\u0431\u043e \u0449\u043e \u0441\u043f\u043e\u0434\u0456\u0432\u0430\u0454\u0442\u0435\u0441\u044f \u0432\u0438\u0432\u0447\u0438\u0442\u0438.", + "Templates": "\u0428\u0430\u0431\u043b\u043e\u043d\u0438", + "Terms of Service and Honor Code": "\u0423\u043c\u043e\u0432\u0438 \u043d\u0430\u0434\u0430\u043d\u043d\u044f \u043f\u043e\u0441\u043b\u0443\u0433 \u0442\u0430 \u041a\u043e\u0434\u0435\u043a\u0441 \u0427\u0435\u0441\u0442\u0456", + "Text color": "\u041a\u043e\u043b\u0456\u0440 \u0442\u0435\u043a\u0441\u0442\u0443", + "Text to display": "\u0422\u0435\u043a\u0441\u0442 \u0434\u043b\u044f \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f", + "Textbook Name": "\u041d\u0430\u0437\u0432\u0430 \u043f\u0456\u0434\u0440\u0443\u0447\u043d\u0438\u043a\u0430", + "Textbook name is required": "\u041d\u0430\u0437\u0432\u0430 \u043f\u0456\u0434\u0440\u0443\u0447\u043d\u0438\u043a\u0430 \u0454 \u043e\u0431\u043e\u0432'\u044f\u0437\u043a\u043e\u0432\u0430 \u0443\u043c\u043e\u0432\u0430", + "Thank you for setting your course goal to {goal}!": "\u0414\u044f\u043a\u0443\u0454\u043c\u043e \u0432\u0430\u043c \u0437\u0430 \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u043c\u0435\u0442\u0438 \u0432\u0430\u0448\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0443 \u0434\u043e {goal}!", + "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "\u0412\u0430\u0448\u0435 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u0441\u0445\u043e\u0436\u0435 \u043d\u0430 \u0430\u0434\u0440\u0435\u0441\u0443 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0457 \u043f\u043e\u0448\u0442\u0438. \u0427\u0438 \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438 \u0434\u043e\u0434\u0430\u0442\u0438 \u0434\u043e \u043d\u044c\u043e\u0433\u043e \u043f\u0440\u0435\u0444\u0456\u043a\u0441 mailto:?", + "The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": "\u0412\u0430\u0448\u0435 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u0441\u0445\u043e\u0436\u0435 \u043d\u0430 \u0437\u043e\u0432\u043d\u0456\u0448\u043d\u0454. \u0427\u0438 \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438 \u0434\u043e\u0434\u0430\u0442\u0438 \u0434\u043e \u043d\u044c\u043e\u0433\u043e \u043f\u0440\u0435\u0444\u0456\u043a\u0441 http://?", + "The assignment type must have a name.": "\u0422\u0438\u043f \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f \u043f\u043e\u0432\u0438\u043d\u0435\u043d \u043c\u0430\u0442\u0438 \u043d\u0430\u0437\u0432\u0443.", + "The certificate for this learner has been re-validated and the system is re-running the grade for this learner.": "\u0421\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442 \u0434\u043b\u044f \u0434\u0430\u043d\u043e\u0433\u043e \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 \u0432\u0456\u0434\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439, \u0437\u0430\u043f\u0443\u0449\u0435\u043d\u043e \u043f\u0435\u0440\u0435\u0440\u0430\u0445\u0443\u043d\u043e\u043a \u043e\u0446\u0456\u043d\u043a\u0438.", + "The cohort cannot be added": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0434\u043e\u0434\u0430\u0442\u0438 \u043a\u043e\u0433\u043e\u0440\u0442\u0443", + "The cohort cannot be saved": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0437\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u043a\u043e\u0433\u043e\u0440\u0442\u0443", + "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "\u0421\u0443\u043a\u0443\u043f\u043d\u0430 \u0434\u043e\u0432\u0436\u0438\u043d\u0430 \u043d\u0430\u0437\u0432\u0438 \u043e\u0440\u0433\u0430\u043d\u0456\u0437\u0430\u0446\u0456\u0457 \u0442\u0430 \u043a\u043e\u0434\u0443 \u0431\u0456\u0431\u043b\u0456\u043e\u0442\u0435\u043a\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435 \u043f\u0435\u0440\u0435\u0432\u0438\u0449\u0443\u0432\u0430\u0442\u0438 <%=limit%> \u0441\u0438\u043c\u0432\u043e\u043b\u0456\u0432.", + "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "\u0421\u0443\u043a\u0443\u043f\u043d\u0430 \u0434\u043e\u0432\u0436\u0438\u043d\u0430 \u043d\u0430\u0437\u0432\u0438 \u043e\u0440\u0433\u0430\u043d\u0456\u0437\u0430\u0446\u0456\u0457, \u043d\u043e\u043c\u0435\u0440\u0430 \u043a\u0443\u0440\u0441\u0443 \u0442\u0430 \u043d\u0430\u0432\u0447\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0440\u043e\u043a\u0443 \u043d\u0435 \u043c\u043e\u0436\u0435 \u043f\u0435\u0440\u0435\u0432\u0438\u0449\u0443\u0432\u0430\u0442\u0438 <%=limit%> \u0441\u0438\u043c\u0432\u043e\u043b\u0456\u0432.", + "The country or region where you live.": "\u041a\u0440\u0430\u0457\u043d\u0430 \u0430\u0431\u043e \u0440\u0435\u0433\u0456\u043e\u043d, \u0434\u0435 \u0412\u0438 \u043f\u0440\u043e\u0436\u0438\u0432\u0430\u0454\u0442\u0435.", + "The country that team members primarily identify with.": "\u041a\u0440\u0430\u0457\u043d\u0430, \u0434\u043e \u044f\u043a\u043e\u0457 \u043a\u043e\u043c\u0430\u043d\u0434\u0430 \u0432\u0456\u0434\u043d\u043e\u0441\u0438\u0442\u044c \u0441\u0435\u0431\u0435.", + "The display of ungraded and checked out responses could not be loaded.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0435\u043a\u0440\u0430\u043d \u043d\u0435\u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0435\u043d\u0438\u0445 \u0442\u0430 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0435\u043d\u0438\u0445 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0435\u0439.", + "The email address you've provided isn't formatted correctly.": "\u041d\u0430\u0434\u0430\u043d\u0438\u0439 \u0412\u0430\u043c\u0438 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0438\u0439 \u0430\u0434\u0440\u0435\u0441 \u043c\u0430\u0454 \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0438\u0439 \u0444\u043e\u0440\u043c\u0430\u0442.", + "The enrollment end date cannot be after the course end date.": "\u0414\u0430\u0442\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u044f \u0437\u0430\u043f\u0438\u0441\u0443 \u043d\u0430 \u043a\u0443\u0440\u0441 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u043f\u0456\u0441\u043b\u044f \u0434\u0430\u0442\u0438 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u044f \u043a\u0443\u0440\u0441\u0443. ", + "The file could not be uploaded.": "\u0424\u0430\u0439\u043b \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u0438\u0439.", + "The file must be at least {size} in size.": "\u0420\u043e\u0437\u043c\u0456\u0440 \u0444\u0430\u0439\u043b\u0443 \u043f\u043e\u0432\u0438\u043d\u0435\u043d \u0431\u0443\u0442\u0438 \u043d\u0435 \u043c\u0435\u043d\u0448\u0435 {size}.", + "The file must be smaller than {size} in size.": "\u0420\u043e\u0437\u043c\u0456\u0440 \u0444\u0430\u0439\u043b\u0443 \u043f\u043e\u0432\u0438\u043d\u0435\u043d \u0431\u0443\u0442\u0438 \u043c\u0435\u043d\u0448\u0438\u043c \u043d\u0456\u0436 {size}.", + "The following email addresses and/or usernames are invalid:": "\u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0456 email-\u0430\u0434\u0440\u0435\u0441\u0438 \u0442\u0430/\u0430\u0431\u043e \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456 \u0454 \u043d\u0435\u0434\u0456\u0439\u0441\u043d\u0438\u043c\u0438:", + "The following errors were generated:": "\u0411\u0443\u043b\u0438 \u0437\u0433\u0435\u043d\u0435\u0440\u043e\u0432\u0430\u043d\u0456 \u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0456 \u043f\u043e\u043c\u0438\u043b\u043a\u0438:", + "The following file types are not allowed: ": "\u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0456 \u0442\u0438\u043f\u0438 \u0444\u0430\u0439\u043b\u0456\u0432 \u043d\u0435 \u0434\u043e\u0437\u0432\u043e\u043b\u0435\u043d\u0456: ", + "The following message will be displayed at the bottom of the courseware pages within your course:": "\u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0435 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u0431\u0443\u0434\u0435 \u043f\u043e\u043a\u0430\u0437\u0430\u043d\u043e \u0443 \u043d\u0438\u0436\u043d\u0456\u0439 \u0447\u0430\u0441\u0442\u0438\u043d\u0456 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0438 \u043a\u0443\u0440\u0441\u0443:", + "The following users are no longer enrolled in the course:": "\u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0456 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456 \u0431\u0456\u043b\u044c\u0448\u0435 \u043d\u0435 \u0437\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u043e\u0432\u0430\u043d\u0456 \u043d\u0430 \u043a\u0443\u0440\u0441:", + "The following warnings were generated:": "\u0411\u0443\u043b\u0438 \u0437\u0433\u0435\u043d\u0435\u0440\u043e\u0432\u0430\u043d\u0456 \u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0456 \u043f\u043e\u043f\u0435\u0440\u0435\u0434\u0436\u0435\u043d\u043d\u044f:", + "The grading process is still running. Refresh the page to see updates.": "\u041f\u0440\u043e\u0446\u0435\u0441 \u043e\u0446\u0456\u043d\u044e\u0432\u0430\u043d\u043d\u044f \u0442\u0440\u0438\u0432\u0430\u0454. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0434\u043b\u044f \u0442\u043e\u0433\u043e, \u0449\u043e\u0431 \u043f\u043e\u0431\u0430\u0447\u0438\u0442\u0438 \u043e\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044f.", + "The language that team members primarily use to communicate with each other.": "\u041c\u043e\u0432\u0430, \u044f\u043a\u0443 \u043a\u043e\u043c\u0430\u043d\u0434\u0430 \u0437\u0430 \u0437\u0430\u043c\u043e\u0432\u0447\u0435\u043d\u043d\u044f\u043c \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0454 \u0434\u043b\u044f \u0441\u043f\u0456\u043b\u043a\u0443\u0432\u0430\u043d\u043d\u044f \u043c\u0456\u0436 \u0441\u043e\u0431\u043e\u044e.", + "The language used throughout this site. This site is currently available in a limited number of languages. Changing the value of this field will cause the page to refresh.": "\u041c\u043e\u0432\u0430, \u0449\u043e \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0454\u0442\u044c\u0441\u044f \u043d\u0430 \u0446\u044c\u043e\u043c\u0443 \u0441\u0430\u0439\u0442\u0456. \u0426\u0435\u0439 \u0441\u0430\u0439\u0442 \u043d\u0430 \u0434\u0430\u043d\u0438\u0439 \u0447\u0430\u0441 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u0439 \u043d\u0430 \u043e\u0431\u043c\u0435\u0436\u0435\u043d\u0456\u0439 \u043a\u0456\u043b\u044c\u043a\u043e\u0441\u0442\u0456 \u043c\u043e\u0432. \u0417\u043c\u0456\u043d\u0430 \u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f \u0446\u044c\u043e\u0433\u043e \u043f\u043e\u043b\u044f \u043f\u0440\u0438\u0437\u0432\u0435\u0434\u0435 \u0434\u043e \u043e\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438.", + "The minimum grade for course credit is not set.": "\u041c\u0456\u043d\u0456\u043c\u0430\u043b\u044c\u043d\u0430 \u043e\u0446\u0456\u043d\u043a\u0430 \u0434\u043b\u044f \u043a\u0443\u0440\u0441\u0443 \u043d\u0435 \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430.", + "The name of this signatory as it should appear on certificates.": "\u0406\u043c'\u044f \u043f\u0456\u0434\u043f\u0438\u0441\u0430\u043d\u0442\u0430, \u044f\u043a\u0435 \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u0438\u043c\u0435\u0442\u044c\u0441\u044f \u043d\u0430 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0430\u0445.", + "The name that identifies you on {platform_name}. You cannot change your username.": "\u0406\u043c\u2019\u044f \u0434\u043b\u044f \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0446\u0456\u0457 \u043d\u0430 {platform_name}. \u0412\u0438 \u043d\u0435 \u0437\u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u043c\u0456\u043d\u0438\u0442\u0438 \u0456\u043c\u2019\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.", + "The name that is used for ID verification and that appears on your certificates.": "\u0406\u043c'\u044f, \u0449\u043e \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0454\u0442\u044c\u0441\u044f \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u0438 \u043f\u043e\u0441\u0432\u0456\u0434\u0447\u0435\u043d\u043d\u044f \u043e\u0441\u043e\u0431\u0438, \u0456 \u044f\u043a\u0435 \u0431\u0443\u0434\u0435 \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u0438\u0441\u044c \u0443 \u0412\u0430\u0448\u0438\u0445 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0430\u0445.", + "The organization that this signatory belongs to, as it should appear on certificates.": "\u041d\u0430\u0437\u0432\u0430 \u043e\u0440\u0433\u0430\u043d\u0456\u0437\u0430\u0446\u0456\u0457, \u044f\u043a\u0430 \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u0438\u043c\u0435\u0442\u044c\u0441\u044f \u043d\u0430 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0430\u0445.", + "The page \"{route}\" could not be found.": "\u0421\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \"{route}\" \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e.", + "The post you selected has been deleted.": "\u041e\u0431\u0440\u0430\u043d\u0438\u0439 \u0432\u0430\u043c\u0438 \u0434\u043e\u043f\u0438\u0441 \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043e. ", + "The raw error message is:": "\u041d\u0435\u043e\u0431\u0440\u043e\u0431\u043b\u0435\u043d\u0435 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u043f\u0440\u043e \u043f\u043e\u043c\u0438\u043b\u043a\u0443:", + "The refund deadline for this course has passed,so you will not receive a refund.": "\u0422\u0435\u0440\u043c\u0456\u043d \u043f\u043e\u0432\u0435\u0440\u043d\u0435\u043d\u043d\u044f \u0434\u043b\u044f \u0446\u044c\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0443 \u043f\u0440\u043e\u0439\u0448\u043e\u0432, \u0442\u043e\u043c\u0443 \u0432\u0438 \u043d\u0435 \u043e\u0442\u0440\u0438\u043c\u0430\u0454\u0442\u0435 \u0432\u0456\u0434\u0448\u043a\u043e\u0434\u0443\u0432\u0430\u043d\u043d\u044f.", + "The selected content group does not exist": "\u0412\u0438\u0431\u0440\u0430\u043d\u043e\u0457 \u0433\u0440\u0443\u043f\u0438 \u0432\u043c\u0456\u0441\u0442\u0443 \u043d\u0435 \u0456\u0441\u043d\u0443\u0454", + "The selected image must be larger than {minFileSizeInKB}.": "\u041e\u0431\u0440\u0430\u043d\u0435 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u043c\u0430\u0454 \u0431\u0443\u0442\u0438 \u0431\u0456\u043b\u044c\u0448\u0435, \u043d\u0456\u0436 {minFileSizeInKB}.", + "The selected image must be smaller than {maxFileSizeInMB}.": "\u041e\u0431\u0440\u0430\u043d\u0435 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u043c\u0430\u0454 \u0431\u0443\u0442\u0438 \u043c\u0435\u043d\u0448\u0435 {maxFileSizeInMB}.", + "The server could not be contacted.": "\u0421\u0435\u0440\u0432\u0435\u0440 \u043d\u0435 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0430\u0454.", + "The staff assessment form could not be loaded.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0444\u043e\u0440\u043c\u0443 \u043e\u0446\u0456\u043d\u043a\u0438 \u0432\u0438\u043a\u043b\u0430\u0434\u0430\u0447\u0430.", + "The submission could not be removed from the grading pool.": "\u0412\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u0430 \u0437 \u0447\u0435\u0440\u0433\u0438 \u043e\u0446\u0456\u043d\u044e\u0432\u0430\u043d\u043d\u044f.", + "The team \"{team}\" could not be found.": "\u041a\u043e\u043c\u0430\u043d\u0434\u0443 \"{team}\" \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e. ", + "The topic \"{topic}\" could not be found.": "\u0422\u0435\u043c\u0443 \"{topic}\" \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e.", + "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "\u041d\u0430\u0432\u0447\u0430\u043b\u044c\u043d\u0430 \u0433\u0440\u0443\u043f\u0430 {cohortGroupName} \u0431\u0443\u043b\u0430 \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u0430. \u041d\u0438\u0436\u0447\u0435 \u0432\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0440\u0443\u0447\u043d\u0443 \u0434\u043e\u0434\u0430\u0442\u0438 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432 \u0432 \u0446\u044e \u0433\u0440\u0443\u043f\u0443.", + "There are invalid keywords in your email. Check the following keywords and try again.": "\u0423 \u0432\u0430\u0448\u0456\u0439 \u0430\u0434\u0440\u0435\u0441\u0456 email \u043f\u0440\u0438\u0441\u0443\u0442\u043d\u0456 \u043d\u0435\u0432\u0456\u0440\u043d\u0456 \u043a\u043b\u044e\u0447\u043e\u0432\u0456 \u0441\u043b\u043e\u0432\u0430. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0456 \u043a\u043b\u044e\u0447\u043e\u0432\u0456 \u0441\u043b\u043e\u0432\u0430 \u0442\u0430 \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437.", + "There are no posts in this topic yet.": "\u0423 \u0446\u0456\u0439 \u0442\u0435\u043c\u0456 \u0449\u0435 \u043d\u0435\u043c\u0430\u0454 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u044c.", + "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0435\u043a\u0441\u043f\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0432 XML \u044f\u043a \u043c\u0456\u043d\u0456\u043c\u0443\u043c \u043e\u0434\u0438\u043d \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442. \u041c\u0438 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0454\u043c\u043e \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u043d\u043d\u044f \u0442\u0430 \u0432\u0438\u043f\u0440\u0430\u0432\u0438\u0442\u0438 \u043f\u043e\u043c\u0438\u043b\u043a\u0443 \u043f\u0435\u0440\u0435\u0434 \u0442\u0438\u043c, \u044f\u043a \u0441\u043f\u0440\u043e\u0431\u0443\u0432\u0430\u0442\u0438 \u0435\u043a\u0441\u043f\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0437\u043d\u043e\u0432\u0443. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435, \u0449\u043e \u0432\u0441\u0456 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0438 \u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u0446\u0456 \u0454 \u043a\u043e\u0440\u0435\u043a\u0442\u043d\u0438\u043c\u0438 \u0456 \u043d\u0435 \u0432\u0438\u0434\u0430\u044e\u0442\u044c \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u044c \u043f\u0440\u043e \u043f\u043e\u043c\u0438\u043b\u043a\u0438.", + "There has been an error processing your survey.": "\u0412\u0438\u043d\u0438\u043a\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u043e\u0431\u0440\u043e\u0431\u043a\u0438 \u0432\u0430\u0448\u043e\u0457 \u0440\u043e\u0431\u043e\u0442\u0438.", + "There has been an error while exporting.": "\u0412\u0438\u043d\u0438\u043a\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u0435\u043a\u0441\u043f\u043e\u0440\u0442\u0443.", + "There has been an error with your export.": "\u0412\u0438\u043d\u0438\u043a\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u0435\u043a\u0441\u043f\u043e\u0440\u0442\u0443.", + "There is no email history for this course.": "\u0414\u043b\u044f \u0446\u044c\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0443 \u043d\u0435\u043c\u0430\u0454 \u0456\u0441\u0442\u043e\u0440\u0456\u0457 \u043b\u0438\u0441\u0442\u0443\u0432\u0430\u043d\u043d\u044f.", + "There must be at least one group.": "\u041c\u0430\u0454 \u0431\u0443\u0442\u0438 \u043f\u0440\u0438\u043d\u0430\u0439\u043c\u043d\u0456 \u0445\u043e\u0447\u0430 \u0431 \u043e\u0434\u043d\u0430 \u0433\u0440\u0443\u043f\u0430.", + "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "\u041f\u0440\u0438 \u0441\u043a\u043b\u0430\u0434\u0430\u043d\u043d\u0456 \u0437\u0432\u0456\u0442\u0443 \u0441\u0442\u0430\u043b\u0430\u0441\u044f \u043f\u043e\u043c\u0438\u043b\u043a\u0430. \u041f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443, \u043d\u0430\u0442\u0438\u0441\u043d\u0443\u0432\u0448\u0438 \\\"\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0437\u0432\u0435\u0434\u0435\u043d\u0438\u0439 \u0437\u0432\u0456\u0442\\\".", + "There was an error changing the user's role": "\u0412\u0438\u043d\u0438\u043a\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0437\u043c\u0456\u043d\u0456 \u0440\u043e\u043b\u0456 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430", + "There was an error during the upload process.": "\u0412\u0456\u0434\u0431\u0443\u043b\u0430\u0441\u044c \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u043f\u0440\u043e\u0446\u0435\u0441\u0443 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f.", + "There was an error obtaining email content history for this course.": "\u0412\u0438\u043d\u0438\u043a\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u0456 \u0456\u0441\u0442\u043e\u0440\u0456\u0457 \u0430\u0434\u0440\u0435\u0441 \u0434\u043b\u044f \u0446\u044c\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0443.", + "There was an error obtaining email task history for this course.": "\u041f\u0456\u0434 \u0447\u0430\u0441 \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0456\u0441\u0442\u043e\u0440\u0456\u0457 \u043b\u0438\u0441\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0434\u043b\u044f \u0446\u044c\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0443 \u0441\u0442\u0430\u043b\u0430\u0441\u044c \u043f\u043e\u043c\u0438\u043b\u043a\u0430.", + "There was an error updating your goal.": "\u041f\u0456\u0434 \u0447\u0430\u0441 \u043e\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u0446\u0456\u043b\u0456 \u0441\u0442\u0430\u043b\u0430\u0441\u044f \u043f\u043e\u043c\u0438\u043b\u043a\u0430.", "There was an error when trying to add learners:": [ - "\u0421\u0442\u0430\u043b\u0430\u0441\u044f \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0434\u043e\u0434\u0430\u0432\u0430\u043d\u043d\u0456 \u0443\u0447\u043d\u0456\u0432:", - "{numErrors} \u0443\u0447\u043d\u0456 \u043d\u0435 \u043c\u043e\u0436\u0443\u0442\u044c \u0431\u0443\u0442\u0438 \u0434\u043e\u0434\u0430\u043d\u0456 \u0434\u043e \u0446\u0456\u0454\u0457 \u043a\u043e\u0433\u043e\u0440\u0442\u0438:", - "{numErrors} \u0443\u0447\u043d\u0456 \u043d\u0435 \u043c\u043e\u0436\u0443\u0442\u044c \u0431\u0443\u0442\u0438 \u0434\u043e\u0434\u0430\u043d\u0456 \u0434\u043e \u0446\u0456\u0454\u0457 \u043a\u043e\u0433\u043e\u0440\u0442\u0438:", + "\u0421\u0442\u0430\u043b\u0430\u0441\u044f \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0434\u043e\u0434\u0430\u0432\u0430\u043d\u043d\u0456 \u0443\u0447\u043d\u0456\u0432:", + "{numErrors} \u0443\u0447\u043d\u0456 \u043d\u0435 \u043c\u043e\u0436\u0443\u0442\u044c \u0431\u0443\u0442\u0438 \u0434\u043e\u0434\u0430\u043d\u0456 \u0434\u043e \u0446\u0456\u0454\u0457 \u043a\u043e\u0433\u043e\u0440\u0442\u0438:", + "{numErrors} \u0443\u0447\u043d\u0456 \u043d\u0435 \u043c\u043e\u0436\u0443\u0442\u044c \u0431\u0443\u0442\u0438 \u0434\u043e\u0434\u0430\u043d\u0456 \u0434\u043e \u0446\u0456\u0454\u0457 \u043a\u043e\u0433\u043e\u0440\u0442\u0438:", "{numErrors} \u0443\u0447\u043d\u0456 \u043d\u0435 \u043c\u043e\u0436\u0443\u0442\u044c \u0431\u0443\u0442\u0438 \u0434\u043e\u0434\u0430\u043d\u0456 \u0434\u043e \u0446\u0456\u0454\u0457 \u043a\u043e\u0433\u043e\u0440\u0442\u0438:" - ], - "There was an error while importing the new course to our database.": "\u0412\u0456\u0434\u0431\u0443\u043b\u0430\u0441\u044c \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u0456\u043c\u043f\u043e\u0440\u0442\u0443 \u043d\u043e\u0432\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0443 \u0443 \u043d\u0430\u0448\u0443 \u0431\u0430\u0437\u0443 \u0434\u0430\u043d\u0438\u0445.", - "There was an error while importing the new library to our database.": "\u0412\u0456\u0434\u0431\u0443\u043b\u0430\u0441\u044c \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u0456\u043c\u043f\u043e\u0440\u0442\u0443 \u043d\u043e\u0432\u043e\u0457 \u0431\u0456\u0431\u043b\u0456\u043e\u0442\u0435\u043a\u0438 \u0443 \u043d\u0430\u0448\u0443 \u0431\u0430\u0437\u0443 \u0434\u0430\u043d\u0438\u0445.", - "There was an error while unpacking the file.": "\u0412\u0456\u0434\u0431\u0443\u043b\u0430\u0441\u044c \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u0440\u043e\u0437\u0430\u0440\u0445\u0456\u0432\u0443\u0432\u0430\u043d\u043d\u044f \u0444\u0430\u0439\u043b\u0430.", - "There was an error while verifying the file you submitted.": "\u0412\u0456\u0434\u0431\u0443\u043b\u0430\u0441\u044c \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u0438 \u043f\u043e\u0434\u0430\u043d\u043e\u0433\u043e \u0432\u0430\u043c\u0438 \u0444\u0430\u0439\u043b\u0430.", - "There was an error with the upload": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f", - "There was an error, try searching again.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u043e\u0448\u0443\u043a\u0443 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u0456, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u043e\u0448\u0443\u043a \u0437\u043d\u043e\u0432\u0443.", - "There was an error. Please reload the page and try again.": "\u0422\u0443\u0442 \u0431\u0443\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043f\u0435\u0440\u0435\u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0442\u0435 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", - "There were errors reindexing course.": "\u0412\u0438\u043d\u0438\u043a\u043b\u0438 \u043f\u043e\u043c\u0438\u043b\u043a\u0438 \u043f\u0440\u0438 \u043f\u0435\u0440\u0435\u0456\u043d\u0434\u0435\u043a\u0441\u0430\u0446\u0456\u0457 \u043a\u0443\u0440\u0441\u0443.", - "There's already another assignment type with this name.": "\u0417\u0430\u0432\u0434\u0430\u043d\u043d\u044f \u0442\u0430\u043a\u043e\u0433\u043e \u0442\u0438\u043f\u0443 \u0437 \u0442\u0430\u043a\u0438\u043c \u0456\u043c'\u044f\u043c \u0432\u0436\u0435 \u0456\u0441\u043d\u0443\u0454.", - "These settings include basic information about your account.": "\u0426\u0456 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438 \u043c\u0456\u0441\u0442\u044f\u0442\u044c \u043e\u0441\u043d\u043e\u0432\u043d\u0443 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u044e \u0441\u0442\u043e\u0441\u043e\u0432\u043d\u043e \u0412\u0430\u0448\u043e\u0433\u043e \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u043e\u0433\u043e \u0437\u0430\u043f\u0438\u0441\u0443. ", - "These users could not be added as beta testers because their accounts are not yet activated:": "\u0426\u0438\u0445 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456\u0432 \u043d\u0435 \u043c\u043e\u0436\u043d\u0430 \u0434\u043e\u0434\u0430\u0442\u0438 \u044f\u043a \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0435\u0440\u0438, \u043e\u0441\u043a\u0456\u043b\u044c\u043a\u0438 \u0432 \u043d\u0438\u0445 \u043d\u0435\u0430\u043a\u0442\u0438\u0432\u043e\u0432\u0430\u043d\u0456 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0456 \u0437\u0430\u043f\u0438\u0441\u0438:", - "These users were not added as beta testers:": "\u0426\u0456 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456 \u043d\u0435 \u0431\u0443\u043b\u0438 \u0434\u043e\u0434\u0430\u043d\u0456 \u044f\u043a \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0435\u0440\u0438:", - "These users were not affiliated with the course so could not be unenrolled:": "\u0426\u0456 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456 \u043d\u0435 \u0431\u0443\u043b\u0438 \u043f\u043e\u0432'\u044f\u0437\u0430\u043d\u0456 \u0437 \u043a\u0443\u0440\u0441\u043e\u043c \u0456 \u0442\u043e\u043c\u0443 \u043d\u0435 \u043c\u043e\u0433\u043b\u0438 \u0431\u0443\u0442\u0438 \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u0456 \u0437\u0456 \u0441\u043f\u0438\u0441\u043a\u0443 \u0437\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u043e\u0432\u0430\u043d\u0438\u0445: ", - "These users were not removed as beta testers:": "\u0426\u0456 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456 \u043d\u0435 \u0431\u0443\u043b\u0438 \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u0456 \u0437 \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0435\u0440\u0456\u0432:", - "These users were successfully added as beta testers:": "\u0426\u0456 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456 \u0431\u0443\u043b\u0438 \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0434\u043e\u0434\u0430\u043d\u0456 \u044f\u043a \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0435\u0440\u0438:", - "These users were successfully removed as beta testers:": "\u0426\u0456 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456 \u0431\u0443\u043b\u0438 \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u0456 \u0437 \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0435\u0440\u0456\u0432:", - "These users will be allowed to enroll once they register:": "\u0426\u0438\u043c \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430\u043c \u0431\u0443\u0434\u0435 \u0434\u043e\u0437\u0432\u043e\u043b\u0435\u043d\u043e \u0437\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u0443\u0432\u0430\u0442\u0438\u0441\u044f \u043d\u0430 \u043a\u0443\u0440\u0441 \u043f\u0456\u0441\u043b\u044f \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u0457 \u043d\u0430 \u0441\u0430\u0439\u0442\u0456: ", - "These users will be enrolled once they register:": "\u0426\u0456 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456 \u0431\u0443\u0434\u0443\u0442\u044c \u0437\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u043e\u0432\u0430\u043d\u0456 \u043d\u0430 \u043a\u0443\u0440\u0441 \u043f\u0456\u0441\u043b\u044f \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u0457 \u043d\u0430 \u0441\u0430\u0439\u0442\u0456: ", - "This action cannot be undone.": "\u0426\u044f \u0434\u0456\u044f \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0441\u043a\u0430\u0441\u043e\u0432\u0430\u043d\u0430. ", - "This assessment could not be submitted.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u0438\u0442\u0438 \u0446\u0435 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f.", - "This browser cannot play .mp4, .ogg, or .webm files.": "\u0426\u0435\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0432\u0456\u0434\u0442\u0432\u043e\u0440\u044e\u0432\u0430\u0442\u0438 \u0444\u043e\u0440\u043c\u0430\u0442\u0438 .mp4, .ogg, or .webm files.", - "This certificate has already been activated and is live. Are you sure you want to continue editing?": "\u0426\u0435\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442 \u0432\u0436\u0435 \u0430\u043a\u0442\u0438\u0432\u043e\u0432\u0430\u043d \u0456 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0454\u0442\u044c\u0441\u044f. \u0412\u0438 \u0441\u043f\u0440\u0430\u0432\u0434\u0456 \u0431\u0430\u0436\u0430\u0454\u0442\u0435 \u0439\u043e\u0433\u043e \u0432\u0456\u0434\u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438?", - "This comment could not be deleted. Refresh the page and try again.": "\u0426\u0435\u0439 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440 \u043d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", - "This component has validation issues.": "\u0423 \u0446\u044c\u043e\u0433\u043e \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430 \u0432\u0438\u043d\u0438\u043a\u043b\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0438 \u0437 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u043e\u044e.", - "This course has automatic cohorting enabled for verified track learners, but cohorts are disabled. You must enable cohorts for the feature to work.": "\u0426\u0435\u0439 \u043a\u0443\u0440\u0441 \u043c\u0430\u0454 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u0438\u0439 \u043a\u043e\u0433\u043e\u0440\u0442\u0456\u043d\u0433 \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0435\u043d\u0438\u0445 \u0443\u0447\u043d\u0456\u0432. \u0430\u043b\u0435 \u043d\u0430\u0440\u0430\u0437\u0456 \u043a\u043e\u0433\u043e\u0440\u0442\u0438 \u0432\u0456\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0456. \u0412\u0438 \u043f\u043e\u0432\u0438\u043d\u043d\u0456 \u0432\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u043a\u043e\u0433\u043e\u0440\u0442\u0438 \u0434\u043b\u044f \u0444\u0443\u043d\u043a\u0446\u0456\u043e\u043d\u0443\u0432\u0430\u043d\u043d\u044f \u0440\u043e\u0431\u043e\u0442\u0438. ", - "This course has automatic cohorting enabled for verified track learners, but the required cohort does not exist. You must create a manually-assigned cohort named '{verifiedCohortName}' for the feature to work.": "\u0426\u0435\u0439 \u043a\u0443\u0440\u0441 \u043c\u0430\u0454 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u0438\u0439 \u043a\u043e\u0433\u043e\u0440\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0435\u043d\u0438\u0445 \u0443\u0447\u043d\u0456\u0432, \u0430\u043b\u0435 \u043d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u0430 \u043a\u043e\u0433\u043e\u0440\u0442\u0430 \u043d\u0435 \u0456\u0441\u043d\u0443\u0454. \u0412\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u043e \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043a\u043e\u0433\u043e\u0440\u0442\u0443 \u0432\u0440\u0443\u0447\u043d\u0443, \u0437 \u043d\u0430\u0437\u0432\u043e\u044e '{verifiedCohortName}', \u0449\u043e\u0431 \u0444\u0443\u043d\u043a\u0446\u0456\u044f \u043f\u0440\u0430\u0446\u044e\u0432\u0430\u043b\u0430.", - "This course uses automatic cohorting for verified track learners. You cannot disable cohorts, and you cannot rename the manual cohort named '{verifiedCohortName}'. To change the configuration for verified track cohorts, contact your edX partner manager.": "\u0426\u0435\u0439 \u043a\u0443\u0440\u0441 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0454 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u0438\u0439 \u043a\u043e\u0433\u043e\u0440\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0435\u043d\u0438\u0445 \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0435\u043d\u0438\u0445 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432 \u0442\u0440\u0435\u043a\u0443. \u0412\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043a\u043e\u0433\u043e\u0440\u0442\u0438, \u0456 \u0432\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0435\u0440\u0435\u0439\u043c\u0435\u043d\u0443\u0432\u0430\u0442\u0438 \u0432\u0440\u0443\u0447\u043d\u0443 \u043d\u0430\u0437\u0432\u0443 \u043a\u043e\u0433\u043e\u0440\u0442\u0438 '{verifiedCohortName}'. \u0429\u043e\u0431 \u0437\u043c\u0456\u043d\u0438\u0442\u0438 \u043a\u043e\u043d\u0444\u0456\u0433\u0443\u0440\u0430\u0446\u0456\u044e \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0435\u043d\u0438\u0445 \u0434\u043e\u0440\u0456\u0436\u043e\u043a \u043a\u043e\u0433\u043e\u0440\u0442, \u0437\u0432\u0435\u0440\u043d\u0456\u0442\u044c\u0441\u044f \u0434\u043e \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0430 \u043f\u0430\u0440\u0442\u043d\u0435\u0440\u0456\u0432 edX.", - "This discussion could not be loaded. Refresh the page and try again.": "\u0426\u044e \u0434\u0438\u0441\u043a\u0443\u0441\u0456\u044e \u043d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", - "This feedback could not be submitted.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u0438\u0442\u0438 \u0446\u0435\u0439 \u0432\u0456\u0434\u0433\u0443\u043a.", - "This file type is not supported. Supported file type is {supportedFileFormat}.": "\u0426\u0435\u0439 \u0442\u0438\u043f \u0444\u0430\u0439\u043b\u0443 \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0454\u0442\u044c\u0441\u044f. \u041f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0432\u0430\u043d\u0438\u0439 \u0442\u0438\u043f \u0444\u0430\u0439\u043b\u0443: {supportedFileFormat}.", - "This image file type is not supported. Supported file types are {supportedFileFormats}.": "\u0426\u0435\u0439 \u0442\u0438\u043f \u0444\u0430\u0439\u043b\u0443 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0454\u0442\u044c\u0441\u044f. \u041f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0432\u0430\u043d\u0456 \u0442\u0438\u043f\u0438 \u0444\u0430\u0439\u043b\u0456\u0432: {supportedFileFormats}.", - "This image is for decorative purposes only and does not require a description.": "\u0426\u044f \u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0430 \u0442\u0456\u043b\u044c\u043a\u0438 \u0434\u043b\u044f \u0434\u0435\u043a\u043e\u0440\u0430\u0442\u0438\u0432\u043d\u0438\u0445 \u0446\u0456\u043b\u0435\u0439 \u0456 \u043d\u0435 \u0432\u0438\u043c\u0430\u0433\u0430\u0454 \u043e\u043f\u0438\u0441\u0443.", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "\u0426\u0435 \u0441\u043f\u0438\u0441\u043e\u043a \u0432\u0441\u0456\u0445 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u0445 %s. \u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0431\u0440\u0430\u0442\u0438 \u0434\u0435\u044f\u043a\u0456 \u0437 \u043d\u0438\u0445, \u0432\u0438\u0434\u0456\u043b\u0438\u0432\u0448\u0438 \u0457\u0445 \u0443 \u043f\u043e\u043b\u0456 \u043d\u0438\u0436\u0447\u0435 \u0456 \u043d\u0430\u0442\u0438\u0441\u043d\u0443\u0432\u0448\u0442 \u043a\u043d\u043e\u043f\u043a\u0443 \"\u041e\u0431\u0440\u0430\u0442\u0438\".", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "\u0426\u0435 \u0441\u043f\u0438\u0441\u043e\u043a \u043e\u0431\u0440\u0430\u043d\u0438\u0445 %s. \u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0434\u0435\u044f\u043a\u0456 \u0437 \u043d\u0438\u0445, \u0432\u0438\u0434\u0456\u043b\u0438\u0432\u0448\u0438 \u0457\u0445 \u0443 \u043f\u043e\u043b\u0456 \u043d\u0438\u0436\u0447\u0435 \u0456 \u043d\u0430\u0442\u0438\u0441\u043d\u0443\u0432\u0448\u0438 \u043a\u043d\u043e\u043f\u043a\u0443 \"\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438\".", - "This is the name of the group": "\u0426\u0435 \u0456\u043c'\u044f \u0433\u0440\u0443\u043f\u0438", - "This learner is currently sharing a limited profile.": "\u0412\u0438 \u0431\u0430\u0447\u0438\u0442\u0435 \u043e\u0431\u043c\u0435\u0436\u0435\u043d\u0438\u0439 \u043f\u0440\u043e\u0444\u0456\u043b\u044c \u0446\u044c\u043e\u0433\u043e \u0443\u0447\u043d\u044f.", - "This learner will be removed from the team, allowing another learner to take the available spot.": "\u0426\u0435\u0439 \u0441\u0442\u0443\u0434\u0435\u043d\u0442 \u0431\u0443\u0434\u0435 \u0432\u0438\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439 \u0437 \u043a\u043e\u043c\u0430\u043d\u0434\u0438, \u0449\u043e\u0431 \u0434\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438 \u0456\u043d\u0448\u043e\u043c\u0443 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0443 \u0437\u0430\u0439\u043d\u044f\u0442\u0438 \u0437\u0432\u0456\u043b\u044c\u043d\u0435\u043d\u0435 \u043c\u0456\u0441\u0446\u0435.", - "This link will open in a modal window": "\u0426\u0435 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u0432\u0456\u0434\u043a\u0440\u0438\u0454\u0442\u044c\u0441\u044f \u0432 \u043d\u043e\u0432\u043e\u043c\u0443 \u043c\u043e\u0434\u0430\u043b\u044c\u043d\u043e\u043c\u0443 \u0432\u0456\u043a\u043d\u0456", - "This link will open in a new browser window/tab": "\u0426\u0435 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u0432\u0456\u0434\u043a\u0440\u0438\u0454\u0442\u044c\u0441\u044f \u0432 \u043d\u043e\u0432\u043e\u043c\u0443 \u0432\u0456\u043a\u043d\u0456 \u0430\u0431\u043e \u043d\u043e\u0432\u0456\u0439 \u0432\u043a\u043b\u0430\u0434\u0446\u0456 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430", - "This may be happening because of an error with our server or your internet connection. Try refreshing the page or making sure you are online.": "\u0426\u0435 \u043c\u043e\u0436\u0435 \u0432\u0456\u0434\u0431\u0443\u0432\u0430\u0442\u0438\u0441\u044f \u0447\u0435\u0440\u0435\u0437 \u043f\u043e\u043c\u0438\u043b\u043a\u0443 \u043d\u0430 \u043d\u0430\u0448\u043e\u043c\u0443 \u0441\u0435\u0440\u0432\u0435\u0440\u0456 \u0447\u0438 \u0447\u0435\u0440\u0435\u0437 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0438 \u0437 \u0432\u0430\u0448\u0438\u043c \u0456\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u0437\u0432'\u044f\u0437\u043a\u043e\u043c. \u0421\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u0435\u0440\u0435\u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0447\u0438 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0438\u0442\u0438, \u0449\u043e \u0432\u0438 \u043c\u0430\u0454\u0442\u0435 \u0456\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u0437\u0432'\u044f\u0437\u043e\u043a. ", - "This page contains information about orders that you have placed with {platform_name}.": "\u0426\u044f \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043c\u0456\u0441\u0442\u0438\u0442\u044c \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u044e \u043f\u0440\u043e \u0432\u0430\u0448\u0456 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u043d\u0430 {platform_name}.", - "This post could not be closed. Refresh the page and try again.": "\u0426\u044e \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u044e \u043d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0437\u0430\u043a\u0440\u0438\u0442\u0438. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", - "This post could not be flagged for abuse. Refresh the page and try again.": "\u0426\u0435 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u043f\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u043e, \u044f\u043a \u043f\u043e\u0440\u0443\u0448\u0435\u043d\u043d\u044f. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", - "This post could not be pinned. Refresh the page and try again.": "\u0426\u044e \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u044e \u043d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u043f\u0440\u0438\u043a\u0440\u0456\u043f\u0438\u0442\u0438. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", - "This post could not be reopened. Refresh the page and try again.": "\u0426\u044e \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u044e \u043d\u0435 \u043c\u043e\u0436\u043d\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u0432\u0456\u0434\u043a\u0440\u0438\u0442\u0438. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", - "This post could not be unflagged for abuse. Refresh the page and try again.": "\u0426\u0435 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0432\u0456\u0434\u0445\u0438\u043b\u0435\u043d\u043e, \u044f\u043a \u043f\u043e\u0440\u0443\u0448\u0435\u043d\u043d\u044f. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", - "This post could not be unpinned. Refresh the page and try again.": "\u0426\u044e \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u044e \u043d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0432\u0456\u0434\u043a\u0440\u0456\u043f\u0438\u0442\u0438. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", - "This problem could not be saved.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0437\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u0446\u0435 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f.", - "This problem has already been released. Any changes will apply only to future assessments.": "\u0426\u0435 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f \u0432\u0436\u0435 \u0431\u0443\u043b\u043e \u0437\u0430\u043f\u0443\u0449\u0435\u043d\u043e. \u0411\u0443\u0434\u044c-\u044f\u043a\u0456 \u0437\u043c\u0456\u043d\u0438 \u0431\u0443\u0434\u0443\u0442\u044c \u0437\u0430\u0441\u0442\u043e\u0441\u043e\u0432\u0443\u0432\u0430\u0442\u0438\u0441\u044f \u0442\u0456\u043b\u044c\u043a\u0438 \u0434\u043e \u043c\u0430\u0439\u0431\u0443\u0442\u043d\u0456\u0445 \u0437\u0430\u0432\u0434\u0430\u043d\u044c.", - "This problem has been reset.": "\u0417\u0430\u0434\u0430\u0447\u0443 \u0441\u043a\u0438\u043d\u0443\u0442\u043e.", - "This response could not be marked as an answer. Refresh the page and try again.": "\u0426\u0435 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u043f\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0435, \u044f\u043a \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", - "This response could not be marked as endorsed. Refresh the page and try again.": "\u0426\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u043f\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0430 \u044f\u043a \u0441\u0445\u0432\u0430\u043b\u0435\u043d\u0430. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", - "This response could not be saved.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0437\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u0446\u044e \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c.", - "This response could not be submitted.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u0438\u0442\u0438 \u0446\u044e \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u043d\u0430 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u0443.", - "This response could not be unendorsed. Refresh the page and try again.": "\u0426\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u043d\u0435 \u043c\u043e\u0433\u043b\u0430 \u0431\u0443\u0442\u0438 \u043d\u0435\u0437\u0430\u043f\u043e\u0432\u043d\u0435\u043d\u043e\u044e. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", - "This response could not be unmarked as an answer. Refresh the page and try again.": "\u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", - "This response has been saved but not submitted.": "\u0426\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0431\u0443\u043b\u0430 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u0430, \u0430\u043b\u0435 \u043d\u0435 \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0430 \u043d\u0430 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u0443.", - "This response has not been saved.": "\u0426\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u043d\u0435 \u0431\u0443\u043b\u0430 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u0430.", - "This role requires a divided discussions scheme.": "\u0426\u044f \u0440\u043e\u043b\u044c \u043f\u043e\u0442\u0440\u0435\u0431\u0443\u0454 \u0441\u0445\u0435\u043c\u0438 \u0440\u043e\u0437\u0434\u0456\u043b\u0435\u043d\u0438\u0445 \u043e\u0431\u0433\u043e\u0432\u043e\u0440\u0435\u043d\u044c.", - "This section could not be loaded.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0446\u0435\u0439 \u0440\u043e\u0437\u0434\u0456\u043b.", - "This team does not have any members.": "\u0412 \u0446\u0456\u0439 \u043a\u043e\u043c\u0430\u043d\u0434\u0456 \u043d\u0435\u043c\u0430\u0454 \u0436\u043e\u0434\u043d\u043e\u0433\u043e \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0430.", - "This team is full.": "\u0423 \u0446\u0456\u0439 \u043a\u043e\u043c\u0430\u043d\u0434\u0456 \u043d\u0435\u043c\u0430\u0454 \u0431\u0456\u043b\u044c\u0448\u0435 \u043c\u0456\u0441\u0446\u044c.", - "This unit has validation issues.": "\u0426\u0435\u0439 \u043f\u0456\u0434\u0440\u043e\u0437\u0434\u0456\u043b \u043c\u0430\u0454 \u0431\u0443\u0442\u0438 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0435\u043d\u0438\u0439", - "This vote could not be processed. Refresh the page and try again.": "\u0426\u0435\u0439 \u0433\u043e\u043b\u043e\u0441 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u043e\u0431\u0440\u043e\u0431\u043b\u0435\u043d\u0438\u0439. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", - "This {parentCategory} has no {childCategory}": "\u0426\u044f {parentCategory} \u043d\u0435 \u043c\u0430\u0454 {childCategory}", - "Thumbnail for {videoName}": "\u041c\u0456\u043d\u0456\u0430\u0442\u044e\u0440\u0430 \u0434\u043b\u044f {videoName}", - "Thumbnail view of ": "\u041c\u0456\u043d\u0456\u0430\u0442\u044e\u0440\u0430 \u0434\u043b\u044f", - "Time Sent": "\u0427\u0430\u0441 \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u044f", - "Time Sent:": "\u0427\u0430\u0441 \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u044f:", - "Time Zone": "\u0427\u0430\u0441\u043e\u0432\u0438\u0439 \u043f\u043e\u044f\u0441", - "Title": "\u041d\u0430\u0437\u0432\u0430", - "Title ": "\u041d\u0430\u0437\u0432\u0430", - "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0438 \u0431\u0456\u043b\u044c\u0448\u0435 100 \u0441\u0438\u043c\u0432\u043e\u043b\u0456\u0432 \u043c\u043e\u0436\u0443\u0442\u044c \u0443\u0441\u043a\u043b\u0430\u0434\u043d\u0438\u0442\u0438 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430\u043c \u0434\u0440\u0443\u043a\u0443\u0432\u0430\u043d\u043d\u044f \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0443 \u043d\u0430 \u043e\u0434\u043d\u0456\u0439 \u0441\u0442\u043e\u0440\u0456\u043d\u0446\u0456.", - "To invalidate a certificate for a particular learner, add the username or email address below.": "\u0429\u043e\u0431 \u0430\u043d\u0443\u043b\u044e\u0432\u0430\u0442\u0438 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442 \u0434\u043b\u044f \u043f\u0435\u0432\u043d\u043e\u0433\u043e \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430, \u0434\u043e\u0434\u0430\u0439\u0442\u0435 \u0456\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0430\u0431\u043e \u0430\u0434\u0440\u0435\u0441\u0443 \u043f\u043e\u0448\u0442\u043e\u0432\u043e\u0457 \u0441\u043a\u0440\u0438\u043d\u044c\u043a\u0438. ", - "Today": "\u0421\u044c\u043e\u0433\u043e\u0434\u043d\u0456", - "Tomorrow": "\u0417\u0430\u0432\u0442\u0440\u0430", - "Tools": "\u0406\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0438", - "Top": "\u0412\u0435\u0440\u0445", - "Topic": "\u0422\u0435\u043c\u0430", - "Topics": "\u0422\u0435\u043c\u0438", - "Total Number": "\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c", - "Total Responses": "\u0412\u0441\u044c\u043e\u0433\u043e \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0435\u0439", - "Training": "\u0422\u0440\u0435\u043d\u0443\u0432\u0430\u043d\u043d\u044f", - "Transcript will be displayed when you start playing the video.": "\u0422\u0435\u043a\u0441\u0442 \u0437'\u044f\u0432\u0438\u0442\u044c\u0441\u044f, \u043a\u043e\u043b\u0438 \u0432\u0438 \u043f\u043e\u0447\u043d\u0435\u0442\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u0432\u0430\u0442\u0438 \u0432\u0456\u0434\u0435\u043e.", - "Try the transaction again in a few minutes.": "\u0421\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437 \u0437\u0434\u0456\u0439\u0441\u043d\u0438\u0442\u0438 \u043f\u043b\u0430\u0442\u0456\u0436 \u0442\u0440\u043e\u0445\u0438 \u043f\u0456\u0437\u043d\u0456\u0448\u0435.", - "Try using a different browser, such as Google Chrome.": "\u0421\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u0442\u0438 \u0456\u043d\u0448\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440, \u043d\u0430\u043f\u0440\u0438\u043a\u043b\u0430\u0434, Google Chrome.", - "Turn off transcripts": "\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043f\u0435\u0440\u0435\u043a\u043b\u0430\u0434", - "Turn on closed captioning": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438", - "Turn on transcripts": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u0438 \u043f\u0435\u0440\u0435\u043a\u043b\u0430\u0434", - "Type": "\u0422\u0438\u043f", - "Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "\u0412\u0432\u0435\u0434\u0456\u0442\u044c URL (\u043d\u0430\u043f\u0440. 'http://example.com/img/clouds.jpg') \u0430\u0431\u043e \u043d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u043a\u043d\u043e\u043f\u043a\u0443 \\\"\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u0444\u0430\u0439\u043b\\\" \u0434\u043b\u044f \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0444\u0430\u0439\u043b\u0443.", - "Type into this box to filter down the list of available %s.": "\u041f\u043e\u0447\u043d\u0456\u0442\u044c \u0432\u0432\u043e\u0434\u0438\u0442\u0438 \u0442\u0435\u043a\u0441\u0442 \u0432 \u0446\u044c\u043e\u043c\u0443 \u043f\u043e\u043b\u0456 \u0449\u043e\u0431 \u0432\u0456\u0434\u0444\u0456\u043b\u044c\u0442\u0440\u0443\u0432\u0430\u0442\u0438 \u0441\u043f\u0438\u0441\u043e\u043a \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u0445 %s.", - "URL": "URL", - "Unable to delete account": "\u041d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0430\u043a\u0430\u0443\u043d\u0442", - "Unable to determine whether we should give you a refund because of System Error. Please try again later.": "\u041d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0432\u0438\u0437\u043d\u0430\u0447\u0438\u0442\u0438, \u0447\u0438 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e \u0432\u0456\u0434\u0448\u043a\u043e\u0434\u0443\u0432\u0443\u0432\u0430\u0442\u0438 \u043a\u043e\u0448\u0442\u0438 \u0447\u0435\u0440\u0435\u0437 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u0443 \u043f\u043e\u043c\u0438\u043b\u043a\u0443. \u0411\u0443\u0434\u044c-\u043b\u0430\u0441\u043a\u0430 \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u0456\u0437\u043d\u0456\u0448\u0435.", - "Unable to load": "\u041d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438", - "Unable to submit application": "\u0414\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438 \u043f\u043e\u0434\u0430\u0442\u0438 \u0437\u0430\u044f\u0432\u0443", - "Underline": "\u041f\u0456\u0434\u043a\u0440\u0435\u0441\u043b\u0435\u043d\u0438\u0439", - "Undo": "\u0412\u0456\u0434\u043c\u0456\u043d\u0438\u0442\u0438", - "Undo (Ctrl+Z)": "\u0412\u0456\u0434\u043c\u0456\u043d\u0438\u0442\u0438 (Ctrl+Z)", - "Undo Changes": "\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 \u0437\u043c\u0456\u043d\u0438", - "Undo move": "\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 \u043f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f", - "Undo moving": "\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 \u043f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f", - "Unexpected server error.": "\u041d\u0435\u043e\u0447\u0456\u043a\u0443\u0432\u0430\u043d\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043d\u0430 \u0441\u0442\u043e\u0440\u043e\u043d\u0456 \u0441\u0435\u0440\u0432\u0435\u0440\u0443.", - "Unit": "\u042e\u043d\u0456\u0442", - "Unit Name": "\u041d\u0430\u0437\u0432\u0430 \u0431\u043b\u043e\u043a\u0443", - "Units": "\u042e\u043d\u0456\u0442\u0438", - "Unknown": "\u041d\u0435\u0432\u0456\u0434\u043e\u043c\u0438\u0439", - "Unknown username: {user}": "\u041d\u0435\u0432\u0456\u0434\u043e\u043c\u0435 \u0456\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430: {user}", - "Unlink This Account": "\u0412\u0456\u0434'\u0454\u0434\u043d\u0430\u0442\u0438 \u0446\u0435\u0439 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0438\u0439 \u0437\u0430\u043f\u0438\u0441", - "Unlink your {accountName} account": "\u0412\u0456\u0434'\u0454\u0434\u043d\u0430\u0442\u0438 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0438\u0439 \u0437\u0430\u043f\u0438\u0441 {accountName}", - "Unlinking": "\u0420\u043e\u0437\u2019\u0454\u0434\u043d\u0430\u043d\u043d\u044f", - "Unmute": "\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u0437\u0432\u0443\u043a", - "Unnamed Option": "\u041e\u043f\u0446\u0456\u044f \u0431\u0435\u0437 \u0456\u043c\u0435\u043d\u0456", - "Unpublished units will not be released": "\u041d\u0435\u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u0456 \u0431\u043b\u043e\u043a\u0438 \u043d\u0435 \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u0438\u043c\u0443\u0442\u044c\u0441\u044f \u043d\u0430 \u043a\u0443\u0440\u0441\u0456", - "Update": "\u041e\u043d\u043e\u0432\u0438\u0442\u0438", - "Updating Tags": "\u043e\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u041c\u0456\u0442\u043a\u0438", - "Updating with latest library content": "\u041e\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u0437\u0430 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u043e\u044e \u043d\u0430\u0439\u043d\u043e\u0432\u0456\u0448\u043e\u0433\u043e \u0432\u043c\u0456\u0441\u0442\u0443 \u0431\u0456\u0431\u043b\u0456\u043e\u0442\u0435\u043a\u0438", - "Upload": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438", - "Upload File": "\u0412\u0438\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0444\u0430\u0439\u043b", - "Upload File and Assign Students": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0442\u0435 \u0444\u0430\u0439\u043b \u0442\u0430 \u0434\u043e\u0434\u0430\u0439\u0442\u0435 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432", - "Upload New File": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u043d\u043e\u0432\u0438\u0439 \u0444\u0430\u0439\u043b", - "Upload Signature Image": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u043f\u0456\u0434\u043f\u0438\u0441\u0443", - "Upload Videos": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0412\u0456\u0434\u0435\u043e", - "Upload a CSV file": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 CSV \u0444\u0430\u0439\u043b", - "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0442\u0435 \u0444\u0430\u0439\u043b \u0437\u0456 \u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f\u043c\u0438, \u0440\u043e\u0437\u0434\u0456\u043b\u0435\u043d\u0438\u043c\u0438 \u043a\u043e\u043c\u0430\u043c\u0438 (.csv), \u044f\u043a\u0438\u0439 \u043c\u0456\u0441\u0442\u0438\u0442\u044c \u0456\u043c\u0435\u043d\u0430 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456\u0432 \u0430\u0431\u043e \u0430\u0434\u0440\u0435\u0441\u0438 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0457 \u043f\u043e\u0448\u0442\u0438 \u0442\u0438\u0445 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432, \u044f\u043a\u0438\u043c \u043d\u0430\u0434\u0430\u043d\u043e \u0432\u0438\u043d\u044f\u0442\u043e\u043a. \u041f\u0435\u0440\u0448\u0438\u043c \u0432\u0432\u0435\u0434\u0456\u0442\u044c \u0456\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0430\u0431\u043e \u0430\u0434\u0440\u0435\u0441\u0443 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0457 \u043f\u043e\u0448\u0442\u0438 \u0442\u0430 \u0432\u0456\u0434\u043e\u043a\u0440\u0435\u043c\u0442\u0435 \u043a\u043e\u043c\u043e\u044e. \u0417\u0430 \u0431\u0430\u0436\u0430\u043d\u043d\u044f\u043c \u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u043e\u0434\u0430\u0442\u0438 \u043f\u0440\u0438\u043c\u0456\u0442\u043a\u0443, \u044f\u043a\u0430 \u0431 \u043e\u043f\u0438\u0441\u0443\u0432\u0430\u043b\u0430 \u043f\u0440\u0438\u0447\u0438\u043d\u0443 \u0432\u0438\u043d\u044f\u0442\u043a\u0443. \u0412\u043e\u043d\u0430 \u0431\u0443\u0434\u0435 \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u0438\u0441\u044f \u0443 \u0434\u0440\u0443\u0433\u043e\u043c\u0443 \u043f\u043e\u043b\u0456.", - "Upload a new PDF to \u201c<%= name %>\u201d": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u043d\u043e\u0432\u0438\u0439 PDF \u0432 \u201c<%= name %>\u201d", - "Upload an image": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f", - "Upload completed": "\u0412\u0438\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e", - "Upload completed for video {fileName}": "\u0417\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0432\u0456\u0434\u0435\u043e {fileName}", - "Upload failed": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u043d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f", - "Upload failed for video {fileName}": "\u041d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u0435\u043e {fileName}", - "Upload instructor image.": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0444\u043e\u0442\u043e \u0432\u0438\u043a\u043b\u0430\u0434\u0430\u0447\u0430", - "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "\u0406\u0434\u0435 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f. \u0429\u043e\u0431 \u0443\u043d\u0438\u043a\u043d\u0443\u0442\u0438 \u043f\u043e\u043c\u0438\u043b\u043e\u043a, \u0437\u0430\u043b\u0438\u0448\u0430\u0439\u0442\u0435\u0441\u044c \u043d\u0430 \u0446\u0456\u0439 \u0441\u0442\u043e\u0440\u0456\u043d\u0446\u0456 \u0434\u043e\u043a\u0438 \u043f\u0440\u043e\u0446\u0435\u0441 \u043d\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c\u0441\u044f.", - "Upload signature image.": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u043f\u0456\u0434\u043f\u0438\u0441\u0443.", - "Upload translation": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u043f\u0435\u0440\u0435\u043a\u043b\u0430\u0434", - "Upload your banner image.": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u0434\u043b\u044f \u043a\u0443\u0440\u0441\u0443 ", - "Upload your course image.": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u043a\u0443\u0440\u0441\u0443. ", - "Upload your video thumbnail image.": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f-\u043c\u0456\u043d\u0456\u0430\u0442\u044e\u0440\u0443 \u0434\u043e \u0432\u0456\u0434\u0435\u043e", - "Uploaded file issues. Click on \"+\" to view.": "\u041f\u0440\u043e\u0431\u043b\u0435\u043c\u0438 \u0456\u0437 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u0438\u043c\u0438 \u0444\u0430\u0439\u043b\u0430\u043c\u0438. \u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \\\"+\\\" \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434\u0443.", - "Uploading": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f", - "Upper Alpha": "\u041b\u0430\u0442\u0438\u043d\u0441\u044c\u043a\u0456 \u0431\u0443\u043a\u0432\u0438 \u0443 \u0432\u0435\u0440\u0445\u043d\u044c\u043e\u043c\u0443 \u0440\u0435\u0433\u0456\u0441\u0442\u0440\u0456", - "Upper Roman": "\u0420\u0438\u043c\u0441\u044c\u043a\u0456 \u0447\u0438\u0441\u043b\u0430 \u0443 \u0432\u0435\u0440\u0445\u043d\u044c\u043e\u043c\u0443 \u0440\u0435\u0433\u0456\u0441\u0442\u0440\u0456", - "Upset Learner": "\u041d\u0435\u0437\u0430\u0434\u043e\u0432\u043e\u043b\u0435\u043d\u0438\u0439 \u0441\u0442\u0443\u0434\u0435\u043d\u0442", - "Url": "URL-\u0430\u0434\u0440\u0435\u0441\u0430", - "Use cohorts as the basis for dividing discussions. All learners, regardless of cohort, see the same discussion topics, but within divided topics, only members of the same cohort see and respond to each others\u2019 posts. ": "\u0412\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0439\u0442\u0435 \u043a\u043e\u0433\u043e\u0440\u0442\u0438 \u044f\u043a \u043e\u0441\u043d\u043e\u0432\u0443 \u0434\u043b\u044f \u043f\u043e\u0434\u0456\u043b\u0443 \u0434\u0438\u0441\u043a\u0443\u0441\u0456\u0439. \u0412\u0441\u0456 \u0443\u0447\u043d\u0456, \u043d\u0435\u0437\u0430\u043b\u0435\u0436\u043d\u043e \u0432\u0456\u0434 \u043a\u043e\u0433\u043e\u0440\u0442\u0438, \u0431\u0430\u0447\u0430\u0442\u044c \u0442\u0456 \u0436 \u0441\u0430\u043c\u0456 \u0442\u0435\u043c\u0438 \u043e\u0431\u0433\u043e\u0432\u043e\u0440\u0435\u043d\u043d\u044f, \u0430\u043b\u0435 \u0432 \u043c\u0435\u0436\u0430\u0445 \u0440\u043e\u0437\u0434\u0456\u043b\u0435\u043d\u0438\u0445 \u0442\u0435\u043c \u0442\u0456\u043b\u044c\u043a\u0438 \u0447\u043b\u0435\u043d\u0438 \u043e\u0434\u043d\u0456\u0454\u0457 \u043a\u043e\u0433\u043e\u0440\u0442\u0438 \u0431\u0430\u0447\u0430\u0442\u044c \u0456 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0430\u044e\u0442\u044c \u043d\u0430 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u0456\u043d\u0448\u0438\u0445.", - "Use enrollment tracks as the basis for dividing discussions. All learners, regardless of their enrollment track, see the same discussion topics, but within divided topics, only learners who are in the same enrollment track see and respond to each others\u2019 posts.": "\u0412\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u0439\u0442\u0435 \u0442\u0440\u0435\u043a\u0438 \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u0457 \u044f\u043a \u043e\u0441\u043d\u043e\u0432\u0443 \u0434\u043b\u044f \u043f\u043e\u0434\u0456\u043b\u0443 \u043e\u0431\u0433\u043e\u0432\u043e\u0440\u0435\u043d\u044c. \u0423\u0441\u0456 \u0443\u0447\u043d\u0456, \u043d\u0435\u0437\u0430\u043b\u0435\u0436\u043d\u043e \u0432\u0456\u0434 \u0448\u043b\u044f\u0445\u0443 \u0457\u0445 \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u0457, \u0431\u0430\u0447\u0430\u0442\u044c \u0442\u0456 \u0441\u0430\u043c\u0456 \u0442\u0435\u043c\u0438 \u043e\u0431\u0433\u043e\u0432\u043e\u0440\u0435\u043d\u043d\u044f, \u0430\u043b\u0435 \u0432 \u043c\u0435\u0436\u0430\u0445 \u0440\u043e\u0437\u0434\u0456\u043b\u0435\u043d\u0438\u0445 \u0442\u0435\u043c, \u043b\u0438\u0448\u0435 \u0443\u0447\u043d\u0456, \u044f\u043a\u0456 \u0437\u043d\u0430\u0445\u043e\u0434\u044f\u0442\u044c\u0441\u044f \u043d\u0430 \u043e\u0434\u043d\u0456\u0439 \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u0457, \u0431\u0430\u0447\u0430\u0442\u044c \u0456 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0430\u044e\u0442\u044c \u043d\u0430 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u0456\u043d\u0448\u0438\u0445 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432.", - "Username": "\u0406\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430", - "Username or email address": "\u0406\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0430\u0431\u043e \u0430\u0434\u0440\u0435\u0441\u0430 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0457 \u043f\u043e\u0448\u0442\u0438", - "Users must create and activate their account before they can be promoted to beta tester.": "\u041a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456 \u043c\u0430\u044e\u0442\u044c \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0442\u0430 \u0430\u043a\u0442\u0438\u0432\u0443\u0432\u0430\u0442\u0438 \u0441\u0432\u043e\u0457 \u0430\u043a\u0430\u0443\u043d\u0442\u0438 \u0434\u043e \u0442\u043e\u0433\u043e, \u044f\u043a \u043e\u0442\u0440\u0438\u043c\u0430\u0442\u0438 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0443\u0432\u0430\u043d\u043d\u044f.", - "V Align": "\u0412\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u0435 \u0432\u0438\u0440\u0456\u0432\u043d\u044e\u0432\u0430\u043d\u043d\u044f", - "Validation Error": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0432\u0430\u043b\u0456\u0434\u0430\u0446\u0456\u0457", - "Validation Error While Saving": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0432\u0430\u043b\u0456\u0434\u0430\u0446\u0456\u0457 \u043f\u0440\u0438 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u043d\u0456", - "Verified": "\u041f\u0435\u0440\u0435\u0432\u0456\u0440\u0435\u043d\u0438\u0439", - "Verified Certificate": "\u041f\u0435\u0440\u0435\u0432\u0456\u0440\u0435\u043d\u0438\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442", - "Verified Certificate for {courseName}": "\u041f\u0435\u0440\u0435\u0432\u0456\u0440\u0435\u043d\u0438\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442 \u0434\u043b\u044f {courseName}", - "Verified Certificate upgrade": "\u041e\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u043f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0435\u043d\u043e\u0433\u043e \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0443", - "Version": "\u0412\u0435\u0440\u0441\u0456\u044f", - "Vertical space": "\u0412\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u043f\u0440\u043e\u043c\u0456\u0436\u043e\u043a", - "Very loud": "\u0414\u0443\u0436\u0435 \u0433\u043e\u043b\u043e\u0441\u043d\u043e", - "Very low": "\u0414\u0443\u0436\u0435 \u0442\u0438\u0445\u043e", - "Video Capture Error": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0437\u0430\u0445\u043e\u043f\u043b\u0435\u043d\u043d\u0456 \u0432\u0456\u0434\u0435\u043e", - "Video duration is {humanizeDuration}": "\u0422\u0440\u0438\u0432\u0430\u043b\u0456\u0441\u0442\u044c \u0432\u0456\u0434\u0435\u043e {humanizeDuration}", - "Video ended": "\u0412\u0456\u0434\u0435\u043e \u0437\u0430\u043a\u0456\u043d\u0447\u0438\u043b\u043e\u0441\u044f", - "Video image upload completed": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u0432\u0456\u0434\u0435\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e", - "Video image upload started": "\u041f\u043e\u0447\u0438\u043d\u0430\u0454\u0442\u044c\u0441\u044f \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u0432\u0456\u0434\u0435\u043e", - "Video position": "\u041f\u043e\u0437\u0438\u0446\u0456\u044f \u0432\u0456\u0434\u0435\u043e", - "Video position. Press space to toggle playback": "\u041f\u043e\u0437\u0438\u0446\u0456\u044f \u0432\u0456\u0434\u0435\u043e. \u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u043f\u0440\u043e\u0431\u0456\u043b \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u043c\u0438\u043a\u0430\u043d\u043d\u044f \u0432\u0456\u0434\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u044f", - "Video speed: ": "\u0428\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044c \u0432\u0456\u0434\u0435\u043e:", - "Video transcript": "\u0422\u0440\u0430\u043d\u0441\u043a\u0440\u0438\u043f\u0442 \u0432i\u0434\u0435\u043e", - "View": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438", - "View %(span_start)s %(team_name)s %(span_end)s": "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0437\u0438\u0442\u0438 %(span_start)s %(team_name)s %(span_end)s", - "View Course": "\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u0443\u0442\u0438 \u043a\u0443\u0440\u0441", - "View Teams in the %(topic_name)s Topic": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u043a\u043e\u043c\u0430\u043d\u0434\u0438 \u0437\u0430 \u0442\u0435\u043c\u043e\u044e %(topic_name)s", - "View all errors": "\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u0443\u0442\u0438 \u0432\u0441\u0456 \u043f\u043e\u043c\u0438\u043b\u043a\u0438", - "View child items": "\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u0443\u0442\u0438 \u043f\u0456\u0434\u043b\u0435\u0433\u043b\u0456 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0438", + ], + "There was an error while importing the new course to our database.": "\u0412\u0456\u0434\u0431\u0443\u043b\u0430\u0441\u044c \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u0456\u043c\u043f\u043e\u0440\u0442\u0443 \u043d\u043e\u0432\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0443 \u0443 \u043d\u0430\u0448\u0443 \u0431\u0430\u0437\u0443 \u0434\u0430\u043d\u0438\u0445.", + "There was an error while importing the new library to our database.": "\u0412\u0456\u0434\u0431\u0443\u043b\u0430\u0441\u044c \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u0456\u043c\u043f\u043e\u0440\u0442\u0443 \u043d\u043e\u0432\u043e\u0457 \u0431\u0456\u0431\u043b\u0456\u043e\u0442\u0435\u043a\u0438 \u0443 \u043d\u0430\u0448\u0443 \u0431\u0430\u0437\u0443 \u0434\u0430\u043d\u0438\u0445.", + "There was an error while unpacking the file.": "\u0412\u0456\u0434\u0431\u0443\u043b\u0430\u0441\u044c \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u0440\u043e\u0437\u0430\u0440\u0445\u0456\u0432\u0443\u0432\u0430\u043d\u043d\u044f \u0444\u0430\u0439\u043b\u0430.", + "There was an error while verifying the file you submitted.": "\u0412\u0456\u0434\u0431\u0443\u043b\u0430\u0441\u044c \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u0438 \u043f\u043e\u0434\u0430\u043d\u043e\u0433\u043e \u0432\u0430\u043c\u0438 \u0444\u0430\u0439\u043b\u0430.", + "There was an error with the upload": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f", + "There was an error, try searching again.": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u043e\u0448\u0443\u043a\u0443 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u0456, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u043e\u0448\u0443\u043a \u0437\u043d\u043e\u0432\u0443.", + "There was an error. Please reload the page and try again.": "\u0422\u0443\u0442 \u0431\u0443\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043f\u0435\u0440\u0435\u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0442\u0435 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", + "There were errors reindexing course.": "\u0412\u0438\u043d\u0438\u043a\u043b\u0438 \u043f\u043e\u043c\u0438\u043b\u043a\u0438 \u043f\u0440\u0438 \u043f\u0435\u0440\u0435\u0456\u043d\u0434\u0435\u043a\u0441\u0430\u0446\u0456\u0457 \u043a\u0443\u0440\u0441\u0443.", + "There's already another assignment type with this name.": "\u0417\u0430\u0432\u0434\u0430\u043d\u043d\u044f \u0442\u0430\u043a\u043e\u0433\u043e \u0442\u0438\u043f\u0443 \u0437 \u0442\u0430\u043a\u0438\u043c \u0456\u043c'\u044f\u043c \u0432\u0436\u0435 \u0456\u0441\u043d\u0443\u0454.", + "These settings include basic information about your account.": "\u0426\u0456 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438 \u043c\u0456\u0441\u0442\u044f\u0442\u044c \u043e\u0441\u043d\u043e\u0432\u043d\u0443 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u044e \u0441\u0442\u043e\u0441\u043e\u0432\u043d\u043e \u0412\u0430\u0448\u043e\u0433\u043e \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u043e\u0433\u043e \u0437\u0430\u043f\u0438\u0441\u0443. ", + "These users could not be added as beta testers because their accounts are not yet activated:": "\u0426\u0438\u0445 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456\u0432 \u043d\u0435 \u043c\u043e\u0436\u043d\u0430 \u0434\u043e\u0434\u0430\u0442\u0438 \u044f\u043a \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0435\u0440\u0438, \u043e\u0441\u043a\u0456\u043b\u044c\u043a\u0438 \u0432 \u043d\u0438\u0445 \u043d\u0435\u0430\u043a\u0442\u0438\u0432\u043e\u0432\u0430\u043d\u0456 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0456 \u0437\u0430\u043f\u0438\u0441\u0438:", + "These users were not added as beta testers:": "\u0426\u0456 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456 \u043d\u0435 \u0431\u0443\u043b\u0438 \u0434\u043e\u0434\u0430\u043d\u0456 \u044f\u043a \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0435\u0440\u0438:", + "These users were not affiliated with the course so could not be unenrolled:": "\u0426\u0456 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456 \u043d\u0435 \u0431\u0443\u043b\u0438 \u043f\u043e\u0432'\u044f\u0437\u0430\u043d\u0456 \u0437 \u043a\u0443\u0440\u0441\u043e\u043c \u0456 \u0442\u043e\u043c\u0443 \u043d\u0435 \u043c\u043e\u0433\u043b\u0438 \u0431\u0443\u0442\u0438 \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u0456 \u0437\u0456 \u0441\u043f\u0438\u0441\u043a\u0443 \u0437\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u043e\u0432\u0430\u043d\u0438\u0445: ", + "These users were not removed as beta testers:": "\u0426\u0456 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456 \u043d\u0435 \u0431\u0443\u043b\u0438 \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u0456 \u0437 \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0435\u0440\u0456\u0432:", + "These users were successfully added as beta testers:": "\u0426\u0456 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456 \u0431\u0443\u043b\u0438 \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0434\u043e\u0434\u0430\u043d\u0456 \u044f\u043a \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0435\u0440\u0438:", + "These users were successfully removed as beta testers:": "\u0426\u0456 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456 \u0431\u0443\u043b\u0438 \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u0456 \u0437 \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0435\u0440\u0456\u0432:", + "These users will be allowed to enroll once they register:": "\u0426\u0438\u043c \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430\u043c \u0431\u0443\u0434\u0435 \u0434\u043e\u0437\u0432\u043e\u043b\u0435\u043d\u043e \u0437\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u0443\u0432\u0430\u0442\u0438\u0441\u044f \u043d\u0430 \u043a\u0443\u0440\u0441 \u043f\u0456\u0441\u043b\u044f \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u0457 \u043d\u0430 \u0441\u0430\u0439\u0442\u0456: ", + "These users will be enrolled once they register:": "\u0426\u0456 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456 \u0431\u0443\u0434\u0443\u0442\u044c \u0437\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u043e\u0432\u0430\u043d\u0456 \u043d\u0430 \u043a\u0443\u0440\u0441 \u043f\u0456\u0441\u043b\u044f \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u0457 \u043d\u0430 \u0441\u0430\u0439\u0442\u0456: ", + "This action cannot be undone.": "\u0426\u044f \u0434\u0456\u044f \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0441\u043a\u0430\u0441\u043e\u0432\u0430\u043d\u0430. ", + "This assessment could not be submitted.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u0438\u0442\u0438 \u0446\u0435 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f.", + "This browser cannot play .mp4, .ogg, or .webm files.": "\u0426\u0435\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0432\u0456\u0434\u0442\u0432\u043e\u0440\u044e\u0432\u0430\u0442\u0438 \u0444\u043e\u0440\u043c\u0430\u0442\u0438 .mp4, .ogg, or .webm files.", + "This certificate has already been activated and is live. Are you sure you want to continue editing?": "\u0426\u0435\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442 \u0432\u0436\u0435 \u0430\u043a\u0442\u0438\u0432\u043e\u0432\u0430\u043d \u0456 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0454\u0442\u044c\u0441\u044f. \u0412\u0438 \u0441\u043f\u0440\u0430\u0432\u0434\u0456 \u0431\u0430\u0436\u0430\u0454\u0442\u0435 \u0439\u043e\u0433\u043e \u0432\u0456\u0434\u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438?", + "This comment could not be deleted. Refresh the page and try again.": "\u0426\u0435\u0439 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440 \u043d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", + "This component has validation issues.": "\u0423 \u0446\u044c\u043e\u0433\u043e \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430 \u0432\u0438\u043d\u0438\u043a\u043b\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0438 \u0437 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u043e\u044e.", + "This course has automatic cohorting enabled for verified track learners, but cohorts are disabled. You must enable cohorts for the feature to work.": "\u0426\u0435\u0439 \u043a\u0443\u0440\u0441 \u043c\u0430\u0454 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u0438\u0439 \u043a\u043e\u0433\u043e\u0440\u0442\u0456\u043d\u0433 \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0435\u043d\u0438\u0445 \u0443\u0447\u043d\u0456\u0432. \u0430\u043b\u0435 \u043d\u0430\u0440\u0430\u0437\u0456 \u043a\u043e\u0433\u043e\u0440\u0442\u0438 \u0432\u0456\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0456. \u0412\u0438 \u043f\u043e\u0432\u0438\u043d\u043d\u0456 \u0432\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u043a\u043e\u0433\u043e\u0440\u0442\u0438 \u0434\u043b\u044f \u0444\u0443\u043d\u043a\u0446\u0456\u043e\u043d\u0443\u0432\u0430\u043d\u043d\u044f \u0440\u043e\u0431\u043e\u0442\u0438. ", + "This course has automatic cohorting enabled for verified track learners, but the required cohort does not exist. You must create a manually-assigned cohort named '{verifiedCohortName}' for the feature to work.": "\u0426\u0435\u0439 \u043a\u0443\u0440\u0441 \u043c\u0430\u0454 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u0438\u0439 \u043a\u043e\u0433\u043e\u0440\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0435\u043d\u0438\u0445 \u0443\u0447\u043d\u0456\u0432, \u0430\u043b\u0435 \u043d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u0430 \u043a\u043e\u0433\u043e\u0440\u0442\u0430 \u043d\u0435 \u0456\u0441\u043d\u0443\u0454. \u0412\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u043e \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043a\u043e\u0433\u043e\u0440\u0442\u0443 \u0432\u0440\u0443\u0447\u043d\u0443, \u0437 \u043d\u0430\u0437\u0432\u043e\u044e '{verifiedCohortName}', \u0449\u043e\u0431 \u0444\u0443\u043d\u043a\u0446\u0456\u044f \u043f\u0440\u0430\u0446\u044e\u0432\u0430\u043b\u0430.", + "This course uses automatic cohorting for verified track learners. You cannot disable cohorts, and you cannot rename the manual cohort named '{verifiedCohortName}'. To change the configuration for verified track cohorts, contact your edX partner manager.": "\u0426\u0435\u0439 \u043a\u0443\u0440\u0441 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0454 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u0438\u0439 \u043a\u043e\u0433\u043e\u0440\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0435\u043d\u0438\u0445 \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0435\u043d\u0438\u0445 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432 \u0442\u0440\u0435\u043a\u0443. \u0412\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043a\u043e\u0433\u043e\u0440\u0442\u0438, \u0456 \u0432\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0435\u0440\u0435\u0439\u043c\u0435\u043d\u0443\u0432\u0430\u0442\u0438 \u0432\u0440\u0443\u0447\u043d\u0443 \u043d\u0430\u0437\u0432\u0443 \u043a\u043e\u0433\u043e\u0440\u0442\u0438 '{verifiedCohortName}'. \u0429\u043e\u0431 \u0437\u043c\u0456\u043d\u0438\u0442\u0438 \u043a\u043e\u043d\u0444\u0456\u0433\u0443\u0440\u0430\u0446\u0456\u044e \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0435\u043d\u0438\u0445 \u0434\u043e\u0440\u0456\u0436\u043e\u043a \u043a\u043e\u0433\u043e\u0440\u0442, \u0437\u0432\u0435\u0440\u043d\u0456\u0442\u044c\u0441\u044f \u0434\u043e \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0430 \u043f\u0430\u0440\u0442\u043d\u0435\u0440\u0456\u0432 edX.", + "This discussion could not be loaded. Refresh the page and try again.": "\u0426\u044e \u0434\u0438\u0441\u043a\u0443\u0441\u0456\u044e \u043d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", + "This feedback could not be submitted.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u0438\u0442\u0438 \u0446\u0435\u0439 \u0432\u0456\u0434\u0433\u0443\u043a.", + "This file type is not supported. Supported file type is {supportedFileFormat}.": "\u0426\u0435\u0439 \u0442\u0438\u043f \u0444\u0430\u0439\u043b\u0443 \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0454\u0442\u044c\u0441\u044f. \u041f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0432\u0430\u043d\u0438\u0439 \u0442\u0438\u043f \u0444\u0430\u0439\u043b\u0443: {supportedFileFormat}.", + "This image file type is not supported. Supported file types are {supportedFileFormats}.": "\u0426\u0435\u0439 \u0442\u0438\u043f \u0444\u0430\u0439\u043b\u0443 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0454\u0442\u044c\u0441\u044f. \u041f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0432\u0430\u043d\u0456 \u0442\u0438\u043f\u0438 \u0444\u0430\u0439\u043b\u0456\u0432: {supportedFileFormats}.", + "This image is for decorative purposes only and does not require a description.": "\u0426\u044f \u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0430 \u0442\u0456\u043b\u044c\u043a\u0438 \u0434\u043b\u044f \u0434\u0435\u043a\u043e\u0440\u0430\u0442\u0438\u0432\u043d\u0438\u0445 \u0446\u0456\u043b\u0435\u0439 \u0456 \u043d\u0435 \u0432\u0438\u043c\u0430\u0433\u0430\u0454 \u043e\u043f\u0438\u0441\u0443.", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "\u0426\u0435 \u0441\u043f\u0438\u0441\u043e\u043a \u0432\u0441\u0456\u0445 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u0445 %s. \u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0431\u0440\u0430\u0442\u0438 \u0434\u0435\u044f\u043a\u0456 \u0437 \u043d\u0438\u0445, \u0432\u0438\u0434\u0456\u043b\u0438\u0432\u0448\u0438 \u0457\u0445 \u0443 \u043f\u043e\u043b\u0456 \u043d\u0438\u0436\u0447\u0435 \u0456 \u043d\u0430\u0442\u0438\u0441\u043d\u0443\u0432\u0448\u0442 \u043a\u043d\u043e\u043f\u043a\u0443 \"\u041e\u0431\u0440\u0430\u0442\u0438\".", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "\u0426\u0435 \u0441\u043f\u0438\u0441\u043e\u043a \u043e\u0431\u0440\u0430\u043d\u0438\u0445 %s. \u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0434\u0435\u044f\u043a\u0456 \u0437 \u043d\u0438\u0445, \u0432\u0438\u0434\u0456\u043b\u0438\u0432\u0448\u0438 \u0457\u0445 \u0443 \u043f\u043e\u043b\u0456 \u043d\u0438\u0436\u0447\u0435 \u0456 \u043d\u0430\u0442\u0438\u0441\u043d\u0443\u0432\u0448\u0438 \u043a\u043d\u043e\u043f\u043a\u0443 \"\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438\".", + "This is the name of the group": "\u0426\u0435 \u0456\u043c'\u044f \u0433\u0440\u0443\u043f\u0438", + "This learner is currently sharing a limited profile.": "\u0412\u0438 \u0431\u0430\u0447\u0438\u0442\u0435 \u043e\u0431\u043c\u0435\u0436\u0435\u043d\u0438\u0439 \u043f\u0440\u043e\u0444\u0456\u043b\u044c \u0446\u044c\u043e\u0433\u043e \u0443\u0447\u043d\u044f.", + "This link will open in a modal window": "\u0426\u0435 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u0432\u0456\u0434\u043a\u0440\u0438\u0454\u0442\u044c\u0441\u044f \u0432 \u043d\u043e\u0432\u043e\u043c\u0443 \u043c\u043e\u0434\u0430\u043b\u044c\u043d\u043e\u043c\u0443 \u0432\u0456\u043a\u043d\u0456", + "This link will open in a new browser window/tab": "\u0426\u0435 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u0432\u0456\u0434\u043a\u0440\u0438\u0454\u0442\u044c\u0441\u044f \u0432 \u043d\u043e\u0432\u043e\u043c\u0443 \u0432\u0456\u043a\u043d\u0456 \u0430\u0431\u043e \u043d\u043e\u0432\u0456\u0439 \u0432\u043a\u043b\u0430\u0434\u0446\u0456 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430", + "This may be happening because of an error with our server or your internet connection. Try refreshing the page or making sure you are online.": "\u0426\u0435 \u043c\u043e\u0436\u0435 \u0432\u0456\u0434\u0431\u0443\u0432\u0430\u0442\u0438\u0441\u044f \u0447\u0435\u0440\u0435\u0437 \u043f\u043e\u043c\u0438\u043b\u043a\u0443 \u043d\u0430 \u043d\u0430\u0448\u043e\u043c\u0443 \u0441\u0435\u0440\u0432\u0435\u0440\u0456 \u0447\u0438 \u0447\u0435\u0440\u0435\u0437 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0438 \u0437 \u0432\u0430\u0448\u0438\u043c \u0456\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u0437\u0432'\u044f\u0437\u043a\u043e\u043c. \u0421\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u0435\u0440\u0435\u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0447\u0438 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0438\u0442\u0438, \u0449\u043e \u0432\u0438 \u043c\u0430\u0454\u0442\u0435 \u0456\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u0437\u0432'\u044f\u0437\u043e\u043a. ", + "This page contains information about orders that you have placed with {platform_name}.": "\u0426\u044f \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043c\u0456\u0441\u0442\u0438\u0442\u044c \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u044e \u043f\u0440\u043e \u0432\u0430\u0448\u0456 \u0437\u0430\u043c\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u043d\u0430 {platform_name}.", + "This post could not be closed. Refresh the page and try again.": "\u0426\u044e \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u044e \u043d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0437\u0430\u043a\u0440\u0438\u0442\u0438. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", + "This post could not be flagged for abuse. Refresh the page and try again.": "\u0426\u0435 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u043f\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u043e, \u044f\u043a \u043f\u043e\u0440\u0443\u0448\u0435\u043d\u043d\u044f. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", + "This post could not be pinned. Refresh the page and try again.": "\u0426\u044e \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u044e \u043d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u043f\u0440\u0438\u043a\u0440\u0456\u043f\u0438\u0442\u0438. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", + "This post could not be reopened. Refresh the page and try again.": "\u0426\u044e \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u044e \u043d\u0435 \u043c\u043e\u0436\u043d\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u0432\u0456\u0434\u043a\u0440\u0438\u0442\u0438. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", + "This post could not be unflagged for abuse. Refresh the page and try again.": "\u0426\u0435 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0432\u0456\u0434\u0445\u0438\u043b\u0435\u043d\u043e, \u044f\u043a \u043f\u043e\u0440\u0443\u0448\u0435\u043d\u043d\u044f. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", + "This post could not be unpinned. Refresh the page and try again.": "\u0426\u044e \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u044e \u043d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0432\u0456\u0434\u043a\u0440\u0456\u043f\u0438\u0442\u0438. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", + "This problem could not be saved.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0437\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u0446\u0435 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f.", + "This problem has already been released. Any changes will apply only to future assessments.": "\u0426\u0435 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f \u0432\u0436\u0435 \u0431\u0443\u043b\u043e \u0437\u0430\u043f\u0443\u0449\u0435\u043d\u043e. \u0411\u0443\u0434\u044c-\u044f\u043a\u0456 \u0437\u043c\u0456\u043d\u0438 \u0431\u0443\u0434\u0443\u0442\u044c \u0437\u0430\u0441\u0442\u043e\u0441\u043e\u0432\u0443\u0432\u0430\u0442\u0438\u0441\u044f \u0442\u0456\u043b\u044c\u043a\u0438 \u0434\u043e \u043c\u0430\u0439\u0431\u0443\u0442\u043d\u0456\u0445 \u0437\u0430\u0432\u0434\u0430\u043d\u044c.", + "This problem has been reset.": "\u0417\u0430\u0434\u0430\u0447\u0443 \u0441\u043a\u0438\u043d\u0443\u0442\u043e.", + "This response could not be marked as an answer. Refresh the page and try again.": "\u0426\u0435 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u043f\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0435, \u044f\u043a \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", + "This response could not be marked as endorsed. Refresh the page and try again.": "\u0426\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u043f\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0430 \u044f\u043a \u0441\u0445\u0432\u0430\u043b\u0435\u043d\u0430. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", + "This response could not be saved.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0437\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u0446\u044e \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c.", + "This response could not be submitted.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u0438\u0442\u0438 \u0446\u044e \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u043d\u0430 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u0443.", + "This response could not be unendorsed. Refresh the page and try again.": "\u0426\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u043d\u0435 \u043c\u043e\u0433\u043b\u0430 \u0431\u0443\u0442\u0438 \u043d\u0435\u0437\u0430\u043f\u043e\u0432\u043d\u0435\u043d\u043e\u044e. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", + "This response could not be unmarked as an answer. Refresh the page and try again.": "\u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", + "This response has been saved but not submitted.": "\u0426\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0431\u0443\u043b\u0430 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u0430, \u0430\u043b\u0435 \u043d\u0435 \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0430 \u043d\u0430 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u0443.", + "This response has not been saved.": "\u0426\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u043d\u0435 \u0431\u0443\u043b\u0430 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u0430.", + "This role requires a divided discussions scheme.": "\u0426\u044f \u0440\u043e\u043b\u044c \u043f\u043e\u0442\u0440\u0435\u0431\u0443\u0454 \u0441\u0445\u0435\u043c\u0438 \u0440\u043e\u0437\u0434\u0456\u043b\u0435\u043d\u0438\u0445 \u043e\u0431\u0433\u043e\u0432\u043e\u0440\u0435\u043d\u044c.", + "This section could not be loaded.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0446\u0435\u0439 \u0440\u043e\u0437\u0434\u0456\u043b.", + "This team does not have any members.": "\u0412 \u0446\u0456\u0439 \u043a\u043e\u043c\u0430\u043d\u0434\u0456 \u043d\u0435\u043c\u0430\u0454 \u0436\u043e\u0434\u043d\u043e\u0433\u043e \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0430.", + "This team is full.": "\u0423 \u0446\u0456\u0439 \u043a\u043e\u043c\u0430\u043d\u0434\u0456 \u043d\u0435\u043c\u0430\u0454 \u0431\u0456\u043b\u044c\u0448\u0435 \u043c\u0456\u0441\u0446\u044c.", + "This unit has validation issues.": "\u0426\u0435\u0439 \u043f\u0456\u0434\u0440\u043e\u0437\u0434\u0456\u043b \u043c\u0430\u0454 \u0431\u0443\u0442\u0438 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0435\u043d\u0438\u0439", + "This vote could not be processed. Refresh the page and try again.": "\u0426\u0435\u0439 \u0433\u043e\u043b\u043e\u0441 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u043e\u0431\u0440\u043e\u0431\u043b\u0435\u043d\u0438\u0439. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", + "This {parentCategory} has no {childCategory}": "\u0426\u044f {parentCategory} \u043d\u0435 \u043c\u0430\u0454 {childCategory}", + "Thumbnail for {videoName}": "\u041c\u0456\u043d\u0456\u0430\u0442\u044e\u0440\u0430 \u0434\u043b\u044f {videoName}", + "Thumbnail view of ": "\u041c\u0456\u043d\u0456\u0430\u0442\u044e\u0440\u0430 \u0434\u043b\u044f", + "Time Sent": "\u0427\u0430\u0441 \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u044f", + "Time Sent:": "\u0427\u0430\u0441 \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u044f:", + "Time Zone": "\u0427\u0430\u0441\u043e\u0432\u0438\u0439 \u043f\u043e\u044f\u0441", + "Title": "\u041d\u0430\u0437\u0432\u0430", + "Title ": "\u041d\u0430\u0437\u0432\u0430", + "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0438 \u0431\u0456\u043b\u044c\u0448\u0435 100 \u0441\u0438\u043c\u0432\u043e\u043b\u0456\u0432 \u043c\u043e\u0436\u0443\u0442\u044c \u0443\u0441\u043a\u043b\u0430\u0434\u043d\u0438\u0442\u0438 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430\u043c \u0434\u0440\u0443\u043a\u0443\u0432\u0430\u043d\u043d\u044f \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0443 \u043d\u0430 \u043e\u0434\u043d\u0456\u0439 \u0441\u0442\u043e\u0440\u0456\u043d\u0446\u0456.", + "To invalidate a certificate for a particular learner, add the username or email address below.": "\u0429\u043e\u0431 \u0430\u043d\u0443\u043b\u044e\u0432\u0430\u0442\u0438 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442 \u0434\u043b\u044f \u043f\u0435\u0432\u043d\u043e\u0433\u043e \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430, \u0434\u043e\u0434\u0430\u0439\u0442\u0435 \u0456\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0430\u0431\u043e \u0430\u0434\u0440\u0435\u0441\u0443 \u043f\u043e\u0448\u0442\u043e\u0432\u043e\u0457 \u0441\u043a\u0440\u0438\u043d\u044c\u043a\u0438. ", + "Today": "\u0421\u044c\u043e\u0433\u043e\u0434\u043d\u0456", + "Tomorrow": "\u0417\u0430\u0432\u0442\u0440\u0430", + "Tools": "\u0406\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0438", + "Top": "\u0412\u0435\u0440\u0445", + "Topic": "\u0422\u0435\u043c\u0430", + "Topics": "\u0422\u0435\u043c\u0438", + "Total Number": "\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c", + "Total Responses": "\u0412\u0441\u044c\u043e\u0433\u043e \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0435\u0439", + "Training": "\u0422\u0440\u0435\u043d\u0443\u0432\u0430\u043d\u043d\u044f", + "Transcript will be displayed when you start playing the video.": "\u0422\u0435\u043a\u0441\u0442 \u0437'\u044f\u0432\u0438\u0442\u044c\u0441\u044f, \u043a\u043e\u043b\u0438 \u0432\u0438 \u043f\u043e\u0447\u043d\u0435\u0442\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u0432\u0430\u0442\u0438 \u0432\u0456\u0434\u0435\u043e.", + "Try the transaction again in a few minutes.": "\u0421\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437 \u0437\u0434\u0456\u0439\u0441\u043d\u0438\u0442\u0438 \u043f\u043b\u0430\u0442\u0456\u0436 \u0442\u0440\u043e\u0445\u0438 \u043f\u0456\u0437\u043d\u0456\u0448\u0435.", + "Try using a different browser, such as Google Chrome.": "\u0421\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u0442\u0438 \u0456\u043d\u0448\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440, \u043d\u0430\u043f\u0440\u0438\u043a\u043b\u0430\u0434, Google Chrome.", + "Turn off transcripts": "\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043f\u0435\u0440\u0435\u043a\u043b\u0430\u0434", + "Turn on closed captioning": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438", + "Turn on transcripts": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u0438 \u043f\u0435\u0440\u0435\u043a\u043b\u0430\u0434", + "Type": "\u0422\u0438\u043f", + "Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "\u0412\u0432\u0435\u0434\u0456\u0442\u044c URL (\u043d\u0430\u043f\u0440. 'http://example.com/img/clouds.jpg') \u0430\u0431\u043e \u043d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u043a\u043d\u043e\u043f\u043a\u0443 \\\"\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u0444\u0430\u0439\u043b\\\" \u0434\u043b\u044f \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0444\u0430\u0439\u043b\u0443.", + "Type into this box to filter down the list of available %s.": "\u041f\u043e\u0447\u043d\u0456\u0442\u044c \u0432\u0432\u043e\u0434\u0438\u0442\u0438 \u0442\u0435\u043a\u0441\u0442 \u0432 \u0446\u044c\u043e\u043c\u0443 \u043f\u043e\u043b\u0456 \u0449\u043e\u0431 \u0432\u0456\u0434\u0444\u0456\u043b\u044c\u0442\u0440\u0443\u0432\u0430\u0442\u0438 \u0441\u043f\u0438\u0441\u043e\u043a \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u0445 %s.", + "URL": "URL", + "Unable to delete account": "\u041d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0430\u043a\u0430\u0443\u043d\u0442", + "Unable to determine whether we should give you a refund because of System Error. Please try again later.": "\u041d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0432\u0438\u0437\u043d\u0430\u0447\u0438\u0442\u0438, \u0447\u0438 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e \u0432\u0456\u0434\u0448\u043a\u043e\u0434\u0443\u0432\u0443\u0432\u0430\u0442\u0438 \u043a\u043e\u0448\u0442\u0438 \u0447\u0435\u0440\u0435\u0437 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u0443 \u043f\u043e\u043c\u0438\u043b\u043a\u0443. \u0411\u0443\u0434\u044c-\u043b\u0430\u0441\u043a\u0430 \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u0456\u0437\u043d\u0456\u0448\u0435.", + "Unable to load": "\u041d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438", + "Unable to submit application": "\u0414\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438 \u043f\u043e\u0434\u0430\u0442\u0438 \u0437\u0430\u044f\u0432\u0443", + "Underline": "\u041f\u0456\u0434\u043a\u0440\u0435\u0441\u043b\u0435\u043d\u0438\u0439", + "Undo": "\u0412\u0456\u0434\u043c\u0456\u043d\u0438\u0442\u0438", + "Undo (Ctrl+Z)": "\u0412\u0456\u0434\u043c\u0456\u043d\u0438\u0442\u0438 (Ctrl+Z)", + "Undo Changes": "\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 \u0437\u043c\u0456\u043d\u0438", + "Undo move": "\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 \u043f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f", + "Undo moving": "\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 \u043f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f", + "Unexpected server error.": "\u041d\u0435\u043e\u0447\u0456\u043a\u0443\u0432\u0430\u043d\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043d\u0430 \u0441\u0442\u043e\u0440\u043e\u043d\u0456 \u0441\u0435\u0440\u0432\u0435\u0440\u0443.", + "Unit": "\u042e\u043d\u0456\u0442", + "Unit Name": "\u041d\u0430\u0437\u0432\u0430 \u0431\u043b\u043e\u043a\u0443", + "Units": "\u042e\u043d\u0456\u0442\u0438", + "Unknown": "\u041d\u0435\u0432\u0456\u0434\u043e\u043c\u0438\u0439", + "Unknown username: {user}": "\u041d\u0435\u0432\u0456\u0434\u043e\u043c\u0435 \u0456\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430: {user}", + "Unlink This Account": "\u0412\u0456\u0434'\u0454\u0434\u043d\u0430\u0442\u0438 \u0446\u0435\u0439 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0438\u0439 \u0437\u0430\u043f\u0438\u0441", + "Unlink your {accountName} account": "\u0412\u0456\u0434'\u0454\u0434\u043d\u0430\u0442\u0438 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0438\u0439 \u0437\u0430\u043f\u0438\u0441 {accountName}", + "Unlinking": "\u0420\u043e\u0437\u2019\u0454\u0434\u043d\u0430\u043d\u043d\u044f", + "Unmute": "\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u0437\u0432\u0443\u043a", + "Unnamed Option": "\u041e\u043f\u0446\u0456\u044f \u0431\u0435\u0437 \u0456\u043c\u0435\u043d\u0456", + "Unpublished units will not be released": "\u041d\u0435\u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u0456 \u0431\u043b\u043e\u043a\u0438 \u043d\u0435 \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u0438\u043c\u0443\u0442\u044c\u0441\u044f \u043d\u0430 \u043a\u0443\u0440\u0441\u0456", + "Update": "\u041e\u043d\u043e\u0432\u0438\u0442\u0438", + "Updating Tags": "\u043e\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u041c\u0456\u0442\u043a\u0438", + "Updating with latest library content": "\u041e\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u0437\u0430 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u043e\u044e \u043d\u0430\u0439\u043d\u043e\u0432\u0456\u0448\u043e\u0433\u043e \u0432\u043c\u0456\u0441\u0442\u0443 \u0431\u0456\u0431\u043b\u0456\u043e\u0442\u0435\u043a\u0438", + "Upload": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438", + "Upload File": "\u0412\u0438\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0444\u0430\u0439\u043b", + "Upload File and Assign Students": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0442\u0435 \u0444\u0430\u0439\u043b \u0442\u0430 \u0434\u043e\u0434\u0430\u0439\u0442\u0435 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432", + "Upload New File": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u043d\u043e\u0432\u0438\u0439 \u0444\u0430\u0439\u043b", + "Upload Signature Image": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u043f\u0456\u0434\u043f\u0438\u0441\u0443", + "Upload Videos": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0412\u0456\u0434\u0435\u043e", + "Upload a CSV file": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 CSV \u0444\u0430\u0439\u043b", + "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0442\u0435 \u0444\u0430\u0439\u043b \u0437\u0456 \u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f\u043c\u0438, \u0440\u043e\u0437\u0434\u0456\u043b\u0435\u043d\u0438\u043c\u0438 \u043a\u043e\u043c\u0430\u043c\u0438 (.csv), \u044f\u043a\u0438\u0439 \u043c\u0456\u0441\u0442\u0438\u0442\u044c \u0456\u043c\u0435\u043d\u0430 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456\u0432 \u0430\u0431\u043e \u0430\u0434\u0440\u0435\u0441\u0438 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0457 \u043f\u043e\u0448\u0442\u0438 \u0442\u0438\u0445 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432, \u044f\u043a\u0438\u043c \u043d\u0430\u0434\u0430\u043d\u043e \u0432\u0438\u043d\u044f\u0442\u043e\u043a. \u041f\u0435\u0440\u0448\u0438\u043c \u0432\u0432\u0435\u0434\u0456\u0442\u044c \u0456\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0430\u0431\u043e \u0430\u0434\u0440\u0435\u0441\u0443 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0457 \u043f\u043e\u0448\u0442\u0438 \u0442\u0430 \u0432\u0456\u0434\u043e\u043a\u0440\u0435\u043c\u0442\u0435 \u043a\u043e\u043c\u043e\u044e. \u0417\u0430 \u0431\u0430\u0436\u0430\u043d\u043d\u044f\u043c \u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u043e\u0434\u0430\u0442\u0438 \u043f\u0440\u0438\u043c\u0456\u0442\u043a\u0443, \u044f\u043a\u0430 \u0431 \u043e\u043f\u0438\u0441\u0443\u0432\u0430\u043b\u0430 \u043f\u0440\u0438\u0447\u0438\u043d\u0443 \u0432\u0438\u043d\u044f\u0442\u043a\u0443. \u0412\u043e\u043d\u0430 \u0431\u0443\u0434\u0435 \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u0438\u0441\u044f \u0443 \u0434\u0440\u0443\u0433\u043e\u043c\u0443 \u043f\u043e\u043b\u0456.", + "Upload a new PDF to \u201c<%= name %>\u201d": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u043d\u043e\u0432\u0438\u0439 PDF \u0432 \u201c<%= name %>\u201d", + "Upload an image": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f", + "Upload completed": "\u0412\u0438\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e", + "Upload completed for video {fileName}": "\u0417\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0432\u0456\u0434\u0435\u043e {fileName}", + "Upload failed": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u043d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f", + "Upload failed for video {fileName}": "\u041d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u0435\u043e {fileName}", + "Upload instructor image.": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0444\u043e\u0442\u043e \u0432\u0438\u043a\u043b\u0430\u0434\u0430\u0447\u0430", + "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "\u0406\u0434\u0435 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f. \u0429\u043e\u0431 \u0443\u043d\u0438\u043a\u043d\u0443\u0442\u0438 \u043f\u043e\u043c\u0438\u043b\u043e\u043a, \u0437\u0430\u043b\u0438\u0448\u0430\u0439\u0442\u0435\u0441\u044c \u043d\u0430 \u0446\u0456\u0439 \u0441\u0442\u043e\u0440\u0456\u043d\u0446\u0456 \u0434\u043e\u043a\u0438 \u043f\u0440\u043e\u0446\u0435\u0441 \u043d\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c\u0441\u044f.", + "Upload signature image.": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u043f\u0456\u0434\u043f\u0438\u0441\u0443.", + "Upload translation": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u043f\u0435\u0440\u0435\u043a\u043b\u0430\u0434", + "Upload your banner image.": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u0434\u043b\u044f \u043a\u0443\u0440\u0441\u0443 ", + "Upload your course image.": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u043a\u0443\u0440\u0441\u0443. ", + "Upload your video thumbnail image.": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f-\u043c\u0456\u043d\u0456\u0430\u0442\u044e\u0440\u0443 \u0434\u043e \u0432\u0456\u0434\u0435\u043e", + "Uploaded file issues. Click on \"+\" to view.": "\u041f\u0440\u043e\u0431\u043b\u0435\u043c\u0438 \u0456\u0437 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u0438\u043c\u0438 \u0444\u0430\u0439\u043b\u0430\u043c\u0438. \u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \\\"+\\\" \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434\u0443.", + "Uploading": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f", + "Upper Alpha": "\u041b\u0430\u0442\u0438\u043d\u0441\u044c\u043a\u0456 \u0431\u0443\u043a\u0432\u0438 \u0443 \u0432\u0435\u0440\u0445\u043d\u044c\u043e\u043c\u0443 \u0440\u0435\u0433\u0456\u0441\u0442\u0440\u0456", + "Upper Roman": "\u0420\u0438\u043c\u0441\u044c\u043a\u0456 \u0447\u0438\u0441\u043b\u0430 \u0443 \u0432\u0435\u0440\u0445\u043d\u044c\u043e\u043c\u0443 \u0440\u0435\u0433\u0456\u0441\u0442\u0440\u0456", + "Upset Learner": "\u041d\u0435\u0437\u0430\u0434\u043e\u0432\u043e\u043b\u0435\u043d\u0438\u0439 \u0441\u0442\u0443\u0434\u0435\u043d\u0442", + "Url": "URL-\u0430\u0434\u0440\u0435\u0441\u0430", + "Use cohorts as the basis for dividing discussions. All learners, regardless of cohort, see the same discussion topics, but within divided topics, only members of the same cohort see and respond to each others\u2019 posts. ": "\u0412\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0439\u0442\u0435 \u043a\u043e\u0433\u043e\u0440\u0442\u0438 \u044f\u043a \u043e\u0441\u043d\u043e\u0432\u0443 \u0434\u043b\u044f \u043f\u043e\u0434\u0456\u043b\u0443 \u0434\u0438\u0441\u043a\u0443\u0441\u0456\u0439. \u0412\u0441\u0456 \u0443\u0447\u043d\u0456, \u043d\u0435\u0437\u0430\u043b\u0435\u0436\u043d\u043e \u0432\u0456\u0434 \u043a\u043e\u0433\u043e\u0440\u0442\u0438, \u0431\u0430\u0447\u0430\u0442\u044c \u0442\u0456 \u0436 \u0441\u0430\u043c\u0456 \u0442\u0435\u043c\u0438 \u043e\u0431\u0433\u043e\u0432\u043e\u0440\u0435\u043d\u043d\u044f, \u0430\u043b\u0435 \u0432 \u043c\u0435\u0436\u0430\u0445 \u0440\u043e\u0437\u0434\u0456\u043b\u0435\u043d\u0438\u0445 \u0442\u0435\u043c \u0442\u0456\u043b\u044c\u043a\u0438 \u0447\u043b\u0435\u043d\u0438 \u043e\u0434\u043d\u0456\u0454\u0457 \u043a\u043e\u0433\u043e\u0440\u0442\u0438 \u0431\u0430\u0447\u0430\u0442\u044c \u0456 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0430\u044e\u0442\u044c \u043d\u0430 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u0456\u043d\u0448\u0438\u0445.", + "Use enrollment tracks as the basis for dividing discussions. All learners, regardless of their enrollment track, see the same discussion topics, but within divided topics, only learners who are in the same enrollment track see and respond to each others\u2019 posts.": "\u0412\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u0439\u0442\u0435 \u0442\u0440\u0435\u043a\u0438 \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u0457 \u044f\u043a \u043e\u0441\u043d\u043e\u0432\u0443 \u0434\u043b\u044f \u043f\u043e\u0434\u0456\u043b\u0443 \u043e\u0431\u0433\u043e\u0432\u043e\u0440\u0435\u043d\u044c. \u0423\u0441\u0456 \u0443\u0447\u043d\u0456, \u043d\u0435\u0437\u0430\u043b\u0435\u0436\u043d\u043e \u0432\u0456\u0434 \u0448\u043b\u044f\u0445\u0443 \u0457\u0445 \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u0457, \u0431\u0430\u0447\u0430\u0442\u044c \u0442\u0456 \u0441\u0430\u043c\u0456 \u0442\u0435\u043c\u0438 \u043e\u0431\u0433\u043e\u0432\u043e\u0440\u0435\u043d\u043d\u044f, \u0430\u043b\u0435 \u0432 \u043c\u0435\u0436\u0430\u0445 \u0440\u043e\u0437\u0434\u0456\u043b\u0435\u043d\u0438\u0445 \u0442\u0435\u043c, \u043b\u0438\u0448\u0435 \u0443\u0447\u043d\u0456, \u044f\u043a\u0456 \u0437\u043d\u0430\u0445\u043e\u0434\u044f\u0442\u044c\u0441\u044f \u043d\u0430 \u043e\u0434\u043d\u0456\u0439 \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u0457, \u0431\u0430\u0447\u0430\u0442\u044c \u0456 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0430\u044e\u0442\u044c \u043d\u0430 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u0456\u043d\u0448\u0438\u0445 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432.", + "Username": "\u0406\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430", + "Username or email address": "\u0406\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0430\u0431\u043e \u0430\u0434\u0440\u0435\u0441\u0430 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0457 \u043f\u043e\u0448\u0442\u0438", + "Users must create and activate their account before they can be promoted to beta tester.": "\u041a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456 \u043c\u0430\u044e\u0442\u044c \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0442\u0430 \u0430\u043a\u0442\u0438\u0432\u0443\u0432\u0430\u0442\u0438 \u0441\u0432\u043e\u0457 \u0430\u043a\u0430\u0443\u043d\u0442\u0438 \u0434\u043e \u0442\u043e\u0433\u043e, \u044f\u043a \u043e\u0442\u0440\u0438\u043c\u0430\u0442\u0438 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0443\u0432\u0430\u043d\u043d\u044f.", + "V Align": "\u0412\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u0435 \u0432\u0438\u0440\u0456\u0432\u043d\u044e\u0432\u0430\u043d\u043d\u044f", + "Validation Error": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0432\u0430\u043b\u0456\u0434\u0430\u0446\u0456\u0457", + "Validation Error While Saving": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0432\u0430\u043b\u0456\u0434\u0430\u0446\u0456\u0457 \u043f\u0440\u0438 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u043d\u0456", + "Verified": "\u041f\u0435\u0440\u0435\u0432\u0456\u0440\u0435\u043d\u0438\u0439", + "Verified Certificate": "\u041f\u0435\u0440\u0435\u0432\u0456\u0440\u0435\u043d\u0438\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442", + "Verified Certificate for {courseName}": "\u041f\u0435\u0440\u0435\u0432\u0456\u0440\u0435\u043d\u0438\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442 \u0434\u043b\u044f {courseName}", + "Verified Certificate upgrade": "\u041e\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u043f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0435\u043d\u043e\u0433\u043e \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0443", + "Version": "\u0412\u0435\u0440\u0441\u0456\u044f", + "Vertical space": "\u0412\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u043f\u0440\u043e\u043c\u0456\u0436\u043e\u043a", + "Very loud": "\u0414\u0443\u0436\u0435 \u0433\u043e\u043b\u043e\u0441\u043d\u043e", + "Very low": "\u0414\u0443\u0436\u0435 \u0442\u0438\u0445\u043e", + "Video Capture Error": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0437\u0430\u0445\u043e\u043f\u043b\u0435\u043d\u043d\u0456 \u0432\u0456\u0434\u0435\u043e", + "Video duration is {humanizeDuration}": "\u0422\u0440\u0438\u0432\u0430\u043b\u0456\u0441\u0442\u044c \u0432\u0456\u0434\u0435\u043e {humanizeDuration}", + "Video ended": "\u0412\u0456\u0434\u0435\u043e \u0437\u0430\u043a\u0456\u043d\u0447\u0438\u043b\u043e\u0441\u044f", + "Video image upload completed": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u0432\u0456\u0434\u0435\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e", + "Video image upload started": "\u041f\u043e\u0447\u0438\u043d\u0430\u0454\u0442\u044c\u0441\u044f \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u0432\u0456\u0434\u0435\u043e", + "Video position": "\u041f\u043e\u0437\u0438\u0446\u0456\u044f \u0432\u0456\u0434\u0435\u043e", + "Video position. Press space to toggle playback": "\u041f\u043e\u0437\u0438\u0446\u0456\u044f \u0432\u0456\u0434\u0435\u043e. \u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u043f\u0440\u043e\u0431\u0456\u043b \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u043c\u0438\u043a\u0430\u043d\u043d\u044f \u0432\u0456\u0434\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u044f", + "Video speed: ": "\u0428\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044c \u0432\u0456\u0434\u0435\u043e:", + "Video transcript": "\u0422\u0440\u0430\u043d\u0441\u043a\u0440\u0438\u043f\u0442 \u0432i\u0434\u0435\u043e", + "View": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438", + "View Course": "\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u0443\u0442\u0438 \u043a\u0443\u0440\u0441", + "View all errors": "\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u0443\u0442\u0438 \u0432\u0441\u0456 \u043f\u043e\u043c\u0438\u043b\u043a\u0438", + "View child items": "\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u0443\u0442\u0438 \u043f\u0456\u0434\u043b\u0435\u0433\u043b\u0456 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0438", "Viewing %s course": [ - "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f %s \u043a\u0443\u0440\u0441\u0443", - "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f %s \u043a\u0443\u0440\u0441\u0456\u0432", - "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f %s \u043a\u0443\u0440\u0441\u0456\u0432", + "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f %s \u043a\u0443\u0440\u0441\u0443", + "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f %s \u043a\u0443\u0440\u0441\u0456\u0432", + "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f %s \u043a\u0443\u0440\u0441\u0456\u0432", "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f %s \u043a\u0443\u0440\u0441\u0456\u0432" - ], - "Visibility": "\u0412\u0438\u0434\u0438\u043c\u0456\u0441\u0442\u044c", - "Visible to Staff Only": "\u0412\u0438\u0434\u0438\u043c\u0456\u0441\u0442\u044c \u0442\u0456\u043b\u044c\u043a\u0438 \u0434\u043b\u044f \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0443", - "Visual aids": "\u041d\u0430\u043e\u0447\u043d\u0456 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0438", - "Volume": "\u0413\u0443\u0447\u043d\u0456\u0441\u0442\u044c", - "Waiting": "\u041e\u0447\u0456\u043a\u0443\u0432\u0430\u043d\u043d\u044f", - "Warning": "\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u0436\u0435\u043d\u043d\u044f", - "Warnings": "\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u0436\u0435\u043d\u043d\u044f", - "We couldn't create your account.": "\u041c\u0438 \u043d\u0435 \u0437\u043c\u043e\u0433\u043b\u0438 \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0412\u0430\u0448 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0438\u0439 \u0437\u0430\u043f\u0438\u0441", - "We couldn't find any results for \"%s\".": "\u041c\u0438 \u043d\u0435 \u0437\u043c\u043e\u0433\u043b\u0438 \u0437\u043d\u0430\u0439\u0442\u0438 \u0436\u043e\u0434\u043d\u0438\u0445 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432 \u0434\u043b\u044f \"%s\".", - "We couldn't sign you in.": "\u041d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0443\u0432\u0456\u0439\u0442\u0438.", - "We have encountered an error. Refresh your browser and then try again.": "\u041c\u0438 \u043f\u043e\u043c\u0456\u0442\u0438\u043b\u0438 \u043f\u043e\u043c\u0438\u043b\u043a\u0443. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0432 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0456, \u0430 \u043f\u043e\u0442\u0456\u043c \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", - "We just need a little more information before you start learning with %(platformName)s.": "\u041d\u0430\u043c \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e \u0449\u0435 \u0442\u0440\u043e\u0445\u0438 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u0457 \u043f\u0435\u0440\u0435\u0434 \u0442\u0438\u043c, \u044f\u043a \u0432\u0438 \u043f\u043e\u0447\u043d\u0435\u0442\u0435 \u043d\u0430\u0432\u0447\u0430\u043d\u043d\u044f \u043d\u0430 %(platformName)s.", - "We're sorry to see you go! Your account will be deleted shortly.": "\u041d\u0430\u043c \u0448\u043a\u043e\u0434\u0430, \u0449\u043e \u0432\u0438 \u0439\u0434\u0435\u0442\u0435! \u0412\u0430\u0448 \u0430\u043a\u0430\u0443\u043d\u0442 \u0431\u0443\u0434\u0435 \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043e \u043d\u0430\u0439\u0431\u043b\u0438\u0436\u0447\u0438\u043c \u0447\u0430\u0441\u043e\u043c.", - "We're sorry, there was an error": "\u0412\u0438\u0431\u0430\u0447\u0442\u0435, \u0441\u0442\u0430\u043b\u0430\u0441\u044f \u043f\u043e\u043c\u0438\u043b\u043a\u0430", - "We've encountered an error. Refresh your browser and then try again.": "\u041c\u0438 \u043f\u043e\u043c\u0456\u0442\u0438\u043b\u0438 \u043f\u043e\u043c\u0438\u043b\u043a\u0443. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0432 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0456, \u0430 \u043f\u043e\u0442\u0456\u043c \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", - "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "\u041c\u0438 \u0432\u0438\u0441\u043b\u0430\u043b\u0438 \u043f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0443\u0432\u0430\u043b\u044c\u043d\u0435 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u043d\u0430 {new_email_address}. \u041f\u0435\u0440\u0435\u0439\u0434\u0456\u0442\u044c \u043f\u043e \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044e \u0432 \u043b\u0438\u0441\u0442\u0456 \u0434\u043b\u044f \u0442\u043e\u0433\u043e, \u0449\u043e\u0431 \u043e\u043d\u043e\u0432\u0438\u0442\u0438 \u0432\u0430\u0448\u0443 \u0430\u0434\u0440\u0435\u0441\u0443 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0457 \u043f\u043e\u0448\u0442\u0438.", - "We've sent a confirmation message to {new_secondary_email_address}. Click the link in the message to update your secondary email address.": "\u041c\u0438 \u043d\u0430\u0434\u0456\u0441\u043b\u0430\u043b\u0438 \u043f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0435\u043d\u043d\u044f \u043d\u0430 \u0430\u0434\u0440\u0435\u0441\u0443 {new_secondary_email_address}. \u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u0432 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u0456, \u0449\u043e\u0431 \u043e\u043d\u043e\u0432\u0438\u0442\u0438 \u0434\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u0443 \u0430\u0434\u0440\u0435\u0441\u0443 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0457 \u043f\u043e\u0448\u0442\u0438.", - "We've sent a message to {email}. Click the link in the message to reset your password. Didn't receive the message? Contact {anchorStart}technical support{anchorEnd}.": "\u041c\u0438 \u0432\u0438\u0441\u043b\u0430\u043b\u0438 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u043d\u0430 {email}. \u041f\u0435\u0440\u0435\u0439\u0434\u0456\u0442\u044c \u043f\u043e \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044e \u0432 \u043b\u0438\u0441\u0442\u0456 \u0434\u043b\u044f \u0442\u043e\u0433\u043e, \u0449\u043e\u0431 \u0441\u043a\u0438\u043d\u0443\u0442\u0438 \u0432\u0430\u0448 \u043f\u0430\u0440\u043e\u043b\u044c. \u041d\u0435 \u043e\u0442\u0440\u0438\u043c\u0430\u043b\u0438 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f? \u0417\u0432\u0435\u0440\u043d\u0456\u0442\u044c\u0441\u044f \u0434\u043e {anchorStart}\u0442\u0435\u0445\u043d\u0456\u0447\u043d\u043e\u0457 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u043a\u0438{anchorEnd}.", - "Web:": "\u0412\u0435\u0431:", - "Weight of Total Grade": "\u0412\u0430\u0433\u0430 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0457 \u043e\u0446\u0456\u043d\u043a\u0438", - "We\u2019re sorry to see you go!": "\u041d\u0430\u043c \u0434\u0443\u0436\u0435 \u0448\u043a\u043e\u0434\u0430, \u0449\u043e \u0432\u0438 \u043f\u043e\u043a\u0438\u0434\u0430\u0454\u0442\u0435 \u043d\u0430\u0441!", - "What's Your Next Accomplishment?": "\u042f\u043a\u0435 \u0432\u0430\u0448\u0435 \u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0435 \u0434\u043e\u0441\u044f\u0433\u043d\u0435\u043d\u043d\u044f?", - "Whole words": "\u0426\u0456\u043b\u0456 \u0441\u043b\u043e\u0432\u0430", - "Width": "\u0428\u0438\u0440\u0438\u043d\u0430", - "Will Be Visible To:": "\u0411\u0443\u0434\u0435 \u0432\u0438\u0434\u0438\u043c\u043e \u0434\u043b\u044f: ", - "Words: {0}": "\u0421\u043b\u0456\u0432: {0}", - "Year of Birth": "\u0420\u0456\u043a \u041d\u0430\u0440\u043e\u0434\u0436\u0435\u043d\u043d\u044f", - "Yes, allow edits to the active Certificate": "\u0422\u0430\u043a, \u0434\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438 \u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u0430\u043a\u0442\u0438\u0432\u043d\u0438\u0439 \u0421\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442", - "Yes, delete this {xblock_type}": "\u0422\u0430\u043a, \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 {xblock_type}", - "Yesterday": "\u0412\u0447\u043e\u0440\u0430", - "You already belong to another team.": "\u0412\u0438 \u0432\u0436\u0435 \u043d\u0430\u043b\u0435\u0436\u0438\u0442\u0435 \u0434\u043e \u0456\u043d\u0448\u043e\u0457 \u043a\u043e\u043c\u0430\u043d\u0434\u0438.", - "You are currently sharing a limited profile.": "\u041d\u0430\u0440\u0430\u0437\u0456 \u0432\u0441\u0456 \u0431\u0430\u0447\u0430\u0442\u044c \u0432\u0430\u0448 \u043e\u0431\u043c\u0435\u0436\u0435\u043d\u0438\u0439 \u043f\u0440\u043e\u0444\u0456\u043b\u044c.", - "You are not currently a member of any team.": "\u0412\u0438 \u043d\u0435 \u0454 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u043e\u043c \u0436\u043e\u0434\u043d\u043e\u0457 \u043a\u043e\u043c\u0430\u043d\u0434\u0438.", - "You are sending an email message with the subject {subject} to the following recipients.": "\u0412\u0438 \u043d\u0430\u0434\u0441\u0438\u043b\u0430\u0454\u0442\u0435 \u043b\u0438\u0441\u0442\u0430 \u0456\u0437 \u0442\u0435\u043c\u043e\u044e {subject} \u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0438\u043c \u043e\u0434\u0435\u0440\u0436\u0443\u0432\u0430\u0447\u0430\u043c.", - "You can link your social media accounts to simplify signing in to {platform_name}.": "\u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0456\u0434'\u0454\u0434\u043d\u0430\u0442\u0438 \u0432\u0430\u0448\u0456 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0456 \u0437\u0430\u043f\u0438\u0441\u0438 \u0443 \u0441\u043e\u0446\u0456\u0430\u043b\u044c\u043d\u0438\u0445 \u043c\u0435\u0440\u0435\u0436\u0430\u0445, \u0449\u043e\u0431\u0438 \u0441\u043f\u0440\u043e\u0441\u0442\u0438\u0442\u0438 \u043f\u0440\u043e\u0446\u0435\u0441 \u0432\u0445\u043e\u0434\u0443 \u0434\u043e {platform_name}.", - "You can remove members from this team, especially if they have not participated in the team's activity.": "\u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0447\u043b\u0435\u043d\u0456\u0432 \u043a\u043e\u043c\u0430\u043d\u0434\u0438, \u043e\u0441\u043e\u0431\u043b\u0438\u0432\u043e \u044f\u043a\u0449\u043e \u0432\u043e\u043d\u0438 \u043d\u0435 \u0431\u0440\u0430\u043b\u0438 \u0443\u0447\u0430\u0441\u0442\u0456 \u0432 \u0440\u043e\u0431\u043e\u0442\u0456 \u043a\u043e\u043c\u0430\u043d\u0434\u0438.", - "You can upload files with these file types: ": "\u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0443\u0432\u0430\u0442\u0438 \u0444\u0430\u0439\u043b\u0438 \u0442\u0430\u043a\u0438\u0445 \u0442\u0438\u043f\u0456\u0432: ", - "You can use your {accountName} account to sign in to your {platformName} account.": "\u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u0442\u0438 \u0430\u043a\u0430\u0443\u043d\u0442 {accountName} \u0434\u043b\u044f \u0432\u0445\u043e\u0434\u0443 \u0443 \u0432\u0430\u0448 \u0430\u043a\u0430\u0443\u043d\u0442 {platformName}.", - "You cannot view the course as a student or beta tester before the course release date.": "\u0412\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u0443\u0442\u0438 \u043a\u0443\u0440\u0441 \u044f\u043a \u0441\u0442\u0443\u0434\u0435\u043d\u0442 \u0430\u0431\u043e \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0435\u0440 \u0434\u043e \u0434\u0430\u0442\u0438 \u043f\u043e\u0447\u0430\u0442\u043a\u0443 \u043a\u0443\u0440\u0441\u0443.", - "You could not be subscribed to this post. Refresh the page and try again.": "\u0412\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0456\u0434\u043f\u0438\u0441\u0430\u0442\u0438\u0441\u044f \u043d\u0430 \u0446\u0435\u0439 \u043f\u043e\u0441\u0442. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", - "You could not be unsubscribed from this post. Refresh the page and try again.": "\u0412\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0456\u0434\u043f\u0438\u0441\u0430\u0442\u0438\u0441\u044f \u0432\u0456\u0434 \u0446\u044c\u043e\u0433\u043e \u043f\u043e\u0441\u0442\u0443. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", - "You currently have no cohorts configured": "\u0417\u0430\u0440\u0430\u0437 \u0443 \u0432\u0430\u0441 \u043d\u0435\u043c\u0430\u0454 \u043d\u0430\u043b\u0430\u0448\u0442\u043e\u0432\u0430\u043d\u0438\u0445 \u043a\u043e\u0433\u043e\u0440\u0442", - "You did not select a content group": "\u0412\u0438 \u043d\u0435 \u0432\u0438\u0431\u0440\u0430\u043b\u0438 \u0433\u0440\u0443\u043f\u0443 \u0432\u043c\u0456\u0441\u0442\u0443", - "You did not select any files to submit.": "\u0412\u0438 \u043d\u0435\u043e\u0431\u0440\u0430\u043b\u0438 \u0444\u0430\u0439\u043b\u0438.", - "You did not submit the required files: {requiredFiles}.": "\u0412\u0438 \u043d\u0435 \u0434\u043e\u0434\u0430\u043b\u0438 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u0456 \u0444\u0430\u0439\u043b\u0438: {requiredFiles}.", - "You don't seem to have Flash installed. Get Flash to continue your verification.": "\u0423 \u0432\u0430\u0441 \u043d\u0435 \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u043a\u0430 Flash. \u0412\u0441\u0442\u0430\u043d\u043e\u0432\u0456\u0442\u044c \u0457\u0457, \u0449\u043e\u0431 \u043f\u0440\u043e\u0434\u043e\u0432\u0436\u0438\u0442\u0438 \u043f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0435\u043d\u043d\u044f.", - "You don't seem to have a webcam connected.": "\u0417\u0434\u0430\u0454\u0442\u044c\u0441\u044f \u0432\u0430\u0448\u0430 \u0432\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u0430 \u043d\u0435 \u043f\u0456\u0434'\u0454\u0434\u043d\u0430\u043d\u0430.", - "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "\u0412\u0438 \u0434\u043e\u0434\u0430\u043b\u0438 \u043a\u0440\u0438\u0442\u0435\u0440\u0456\u0439. \u0412\u0438 \u043c\u0430\u0454\u0442\u0435 \u0432\u0438\u0431\u0440\u0430\u0442\u0438 \u043e\u043f\u0446\u0456\u044e \u0434\u043b\u044f \u0446\u044c\u043e\u0433\u043e \u043a\u0440\u0438\u0442\u0435\u0440\u0456\u044e \u043d\u0430 \u043a\u0440\u043e\u0446\u0456 \u041d\u0430\u0432\u0447\u0430\u043d\u043d\u044f \u0441\u043b\u0443\u0445\u0430\u0447\u0430. \u0429\u043e\u0431 \u0446\u0435 \u0437\u0440\u043e\u0431\u0438\u0442\u0438, \u043a\u043b\u0456\u043a\u043d\u0456\u0442\u044c \u043d\u0430 \u0432\u043a\u043b\u0430\u0434\u0446\u0456 \u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f.", - "You have been logged out of your edX account. Click Okay to log in again now. Click Cancel to stay on this page (you must log in again to save your work).": "\u0412\u0438 \u0432\u0438\u0439\u0448\u043b\u0438 \u0437 \u0432\u0430\u0448\u043e\u0433\u043e edX \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u043e\u0433\u043e \u0437\u0430\u043f\u0438\u0441\u0443. \u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \"\u0413\u0430\u0440\u0430\u0437\u0434\", \u0449\u043e\u0431 \u0437\u043d\u043e\u0432\u0443 \u0432\u0432\u0456\u0439\u0442\u0438. \u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \"\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438\", \u0449\u043e\u0431 \u0437\u0430\u043b\u0438\u0448\u0438\u0442\u0438\u0441\u044f \u043d\u0430 \u0446\u0456\u0439 \u0441\u0442\u043e\u0440\u0456\u043d\u0446\u0456 (\u0434\u043b\u044f \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u043d\u044f \u0432\u0430\u0448\u043e\u0457 \u0440\u043e\u0431\u043e\u0442\u0438 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e \u0437\u043d\u043e\u0432\u0443 \u0432\u0432\u0456\u0439\u0442\u0438).", - "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "\u0412\u0438 \u0432\u0438\u0434\u0430\u043b\u0438\u043b\u0438 \u043a\u0440\u0438\u0442\u0435\u0440\u0456\u0439. \u041a\u0440\u0438\u0442\u0435\u0440\u0456\u0439 \u0431\u0443\u043b\u043e \u0432\u0438\u043b\u0443\u0447\u0435\u043d\u043e \u0437 \u043f\u0440\u0438\u043a\u043b\u0430\u0434\u0443 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456 \u043d\u0430 \u043a\u0440\u043e\u0446\u0456 \u041d\u0430\u0432\u0447\u0430\u043d\u043d\u044f \u0441\u043b\u0443\u0445\u0430\u0447\u0430.", - "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "\u0412\u0438 \u0432\u0438\u0434\u0430\u043b\u0438\u043b\u0438 \u0432\u0441\u0456 \u043e\u043f\u0446\u0456\u0457 \u0446\u044c\u043e\u0433\u043e \u043a\u0440\u0438\u0442\u0435\u0440\u0456\u044e. \u041a\u0440\u0438\u0442\u0435\u0440\u0456\u0439 \u0431\u0443\u043b\u043e \u0432\u0438\u043b\u0443\u0447\u0435\u043d\u043e \u0437 \u043f\u0440\u0438\u043a\u043b\u0430\u0434\u0443 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456 \u043d\u0430 \u043a\u0440\u043e\u0446\u0456 \u041d\u0430\u0432\u0447\u0430\u043d\u043d\u044f \u0441\u043b\u0443\u0445\u0430\u0447\u0430.", - "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "\u0412\u0438 \u0432\u0438\u0434\u0430\u043b\u0438\u043b\u0438 \u043e\u043f\u0446\u0456\u044e. \u0426\u044e \u043e\u043f\u0446\u0456\u044e \u0431\u0443\u043b\u043e \u0432\u0438\u043b\u0443\u0447\u0435\u043d\u043e \u0437 \u0457\u0457 \u043a\u0438\u0442\u0435\u0440\u0456\u044e \u0443 \u043f\u0440\u0438\u043a\u043b\u0430\u0434\u0456 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456 \u043d\u0430 \u043a\u0440\u043e\u0446\u0456 \u041d\u0430\u0432\u0447\u0430\u043d\u043d\u044f \u0441\u043b\u0443\u0445\u0430\u0447\u0430. \u0412\u0430\u043c \u0441\u043b\u0456\u0434 \u043e\u0431\u0440\u0430\u0442\u0438 \u043d\u043e\u0432\u0443 \u043e\u043f\u0446\u0456\u044e \u0434\u043b\u044f \u0446\u044c\u043e\u0433\u043e \u043a\u0440\u0438\u0442\u0435\u0440\u0456\u044e.", - "You have not bookmarked any courseware pages yet": "\u0412\u0438 \u0449\u0435 \u043d\u0435 \u043c\u0430\u0454\u0442\u0435 \u0436\u043e\u0434\u043d\u043e\u0457 \u0437\u0430\u043a\u043b\u0430\u0434\u043a\u0438 \u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430\u0445 \u043d\u0430\u0432\u0447\u0430\u043b\u044c\u043d\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c", - "You have not created any certificates yet.": "\u0412\u0438 \u043d\u0435 \u0441\u0442\u0432\u043e\u0440\u0438\u043b\u0438 \u0436\u043e\u0434\u043d\u043e\u0433\u043e \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0443.", - "You have not created any content groups yet.": "\u0412\u0438 \u0449\u0435 \u043d\u0435 \u0441\u0442\u0432\u043e\u0440\u0438\u043b\u0438 \u0436\u043e\u0434\u043d\u043e\u0457 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u043d\u043e\u0457 \u0433\u0440\u0443\u043f\u0438.", - "You have not created any group configurations yet.": "\u0412\u0438 \u0449\u0435 \u043d\u0435 \u0441\u0442\u0432\u043e\u0440\u0438\u043b\u0438 \u0436\u043e\u0434\u043d\u043e\u0433\u043e \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0433\u0440\u0443\u043f\u0438.", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u0412\u0438 \u043e\u0431\u0440\u0430\u043b\u0438 \u0434\u0456\u044e \u0456 \u043d\u0435 \u0437\u0440\u043e\u0431\u0438\u043b\u0438 \u0436\u043e\u0434\u043d\u0438\u0445 \u0437\u043c\u0456\u043d \u0443 \u043f\u043e\u043b\u044f\u0445. \u0412\u0438, \u043d\u0430\u043f\u0435\u0432\u043d\u043e, \u0448\u0443\u043a\u0430\u0454\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \"\u0412\u0438\u043a\u043e\u043d\u0430\u0442\u0438\", \u0430 \u043d\u0435 \"\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438\".", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u0412\u0438 \u043e\u0431\u0440\u0430\u043b\u0438 \u0434\u0456\u044e, \u0430\u043b\u0435 \u043d\u0435 \u0437\u0431\u0435\u0440\u0435\u0433\u043b\u0438 \u0437\u043c\u0456\u043d\u0438 \u0432 \u043e\u043a\u0440\u0435\u043c\u0438\u0445 \u043f\u043e\u043b\u044f\u0445. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u041e\u041a, \u0449\u043e\u0431 \u0437\u0431\u0435\u0440\u0435\u0433\u0442\u0438. \u0412\u0430\u043c \u0434\u043e\u0432\u0435\u0434\u0435\u0442\u044c\u0441\u044f \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0438 \u0434\u0456\u044e.", - "You have selected \u201cDelete my account.\u201d Deletion of your account and personal data is permanent and cannot be undone. EdX will not be able to recover your account or the data that is deleted.": "\u0412\u0438 \u043e\u0431\u0440\u0430\u043b\u0438 \"\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u043c\u0456\u0439 \u0430\u043a\u0430\u0443\u043d\u0442\". \u0412\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u044f \u0432\u0430\u0448\u043e\u0433\u043e \u0430\u043a\u0430\u0443\u043d\u0442\u0443 \u0442\u0430 \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u0438\u0445 \u0434\u0430\u043d\u0438\u0445 \u0454 \u043d\u0435\u0437\u043c\u0456\u043d\u043d\u0438\u043c \u0456 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0441\u043a\u0430\u0441\u043e\u0432\u0430\u043d\u043e. EdX \u043d\u0435 \u0437\u043c\u043e\u0436\u0435 \u0432\u0456\u0434\u043d\u043e\u0432\u0438\u0442\u0438 \u0432\u0430\u0448 \u0430\u043a\u0430\u0443\u043d\u0442 \u0430\u0431\u043e \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u0456 \u0434\u0430\u043d\u0456.", - "You have set your language to {beta_language}, which is currently not fully translated. You can help us translate this language fully by joining the Transifex community and adding translations from English for learners that speak {beta_language}.": "\u0412\u0438 \u0437\u043c\u0456\u043d\u0438\u043b\u0438 \u0441\u0432\u043e\u044e \u043c\u043e\u0432\u0443 \u043d\u0430 {beta_language}, \u0449\u043e \u043d\u0430\u0440\u0430\u0437\u0456 \u043d\u0435 \u0454 \u043f\u043e\u0432\u043d\u0456\u0441\u0442\u044e \u043f\u0435\u0440\u0435\u043a\u043b\u0430\u0434\u0435\u043d\u043e\u044e. \u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u0442\u0438 \u0437 \u043f\u0435\u0440\u0435\u043a\u043b\u0430\u0434\u043e\u043c \u0434\u043b\u044f \u0446\u0456\u0454\u0457 \u043c\u043e\u0432\u0438 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0432\u0448\u0438\u0441\u044c \u0434\u043e \u043d\u0430\u0448\u043e\u0457 \u0441\u043f\u0456\u043b\u044c\u043d\u043e\u0442\u0438 \u0443 Transifex, \u0442\u0430 \u0437\u0440\u043e\u0431\u0438\u0432\u0448\u0438 \u043f\u0435\u0440\u0435\u0434\u043a\u043b\u0430\u0434 \u0434\u043b\u044f \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432 \u0437 \u0430\u043d\u0433\u043b\u0456\u0439\u0441\u044c\u043a\u043e\u0457 \u043d\u0430 {beta_language}.", - "You have successfully signed into %(currentProvider)s, but your %(currentProvider)s account does not have a linked %(platformName)s account. To link your accounts, sign in now using your %(platformName)s password.": "\u0412\u0438 \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0443\u0432\u0456\u0439\u0448\u043b\u0438 \u0432 %(currentProvider)s, \u0430\u043b\u0435 \u0432\u0430\u0448 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0438\u0439 \u0437\u0430\u043f\u0438\u0441 %(currentProvider)s \u043d\u0435 \u043c\u0430\u0454 \u043f\u0456\u0434'\u0454\u0434\u043d\u0430\u043d\u043e\u0433\u043e \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u043e\u0433\u043e \u0437\u0430\u043f\u0438\u0441\u0443 %(platformName)s. \u0429\u043e\u0431 \u043f\u0456\u0434'\u0454\u0434\u043d\u0430\u0442\u0438 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0456 \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u0432\u0456\u0439\u0434\u0456\u0442\u044c \u0437\u0430\u0440\u0430\u0437, \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u044e\u0447\u0438 \u0432\u0430\u0448 \u043f\u0430\u0440\u043e\u043b\u044c %(platformName)s.", - "You have successfully updated your goal.": "\u0412\u0438 \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u043e\u043d\u043e\u0432\u0438\u043b\u0438 \u0441\u0432\u043e\u044e \u0446\u0456\u043b\u044c.", - "You have unsaved changes are you sure you want to navigate away?": "\u0412\u0438 \u043d\u0435 \u0437\u0431\u0435\u0440\u0435\u0433\u043b\u0438 \u0437\u043c\u0456\u043d\u0438. \u0427\u0438 \u0432\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0437\u0430\u043b\u0438\u0448\u0438\u0442\u0438 \u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u043d\u043d\u044f?", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "\u0412\u0438 \u0437\u0440\u043e\u0431\u0438\u043b\u0438 \u044f\u043a\u0456\u0441\u044c \u0437\u043c\u0456\u043d\u0438 \u0443 \u0434\u0435\u044f\u043a\u0438\u0445 \u043f\u043e\u043b\u044f\u0445. \u042f\u043a\u0449\u043e \u0412\u0438 \u0432\u0438\u043a\u043e\u043d\u0430\u0454\u0442\u0435 \u0446\u044e \u0434\u0456\u044e, \u0432\u0441\u0456 \u043d\u0435\u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u0456 \u0437\u043c\u0456\u043d\u0438 \u0431\u0443\u0434\u0435 \u0432\u0442\u0440\u0430\u0447\u0435\u043d\u043e.", - "You have unsaved changes. Do you really want to leave this page?": "\u0423 \u0432\u0430\u0441 \u0454 \u043d\u0435\u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u0456 \u0437\u043c\u0456\u043d\u0438. \u0412\u0438 \u0434\u0456\u0439\u0441\u043d\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u043f\u043e\u043a\u0438\u043d\u0443\u0442\u0438 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443?", - "You may access your account with this address if single-sign on or access to your primary email is not available.": "\u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0443\u0432\u0456\u0439\u0442\u0438 \u0434\u043e \u0441\u0432\u043e\u0433\u043e \u0430\u043a\u0430\u0443\u043d\u0442\u0443 \u0437\u0430 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u043e\u044e \u0446\u0456\u0454\u0457 \u0430\u0434\u0440\u0435\u0441\u0438, \u044f\u043a\u0449\u043e \u0454\u0434\u0438\u043d\u0438\u0439 \u0432\u0445\u0456\u0434 \u0430\u0431\u043e \u043e\u0441\u043d\u043e\u0432\u043d\u0430 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430 \u0430\u0434\u0440\u0435\u0441\u0430 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0456.", - "You may also lose access to verified certificates and other program credentials like MicroMasters certificates. If you want to make a copy of these for your records before proceeding with deletion, follow the instructions for {htmlStart}printing or downloading a certificate{htmlEnd}.": "\u0412\u0438 \u0442\u0430\u043a\u043e\u0436 \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0442\u0440\u0430\u0442\u0438\u0442\u0438 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0435\u043d\u0438\u0445 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0456\u0432 \u0442\u0430 \u0456\u043d\u0448\u0438\u0445 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0438\u0445 \u0434\u0430\u043d\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0438, \u0442\u0430\u043a\u0456, \u044f\u043a \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0438 MicroMasters. \u042f\u043a\u0449\u043e \u0432\u0438 \u0445\u043e\u0447\u0435\u0442\u0435 \u0437\u0440\u043e\u0431\u0438\u0442\u0438 \u043a\u043e\u043f\u0456\u044e \u0434\u043b\u044f \u0432\u0430\u0448\u0438\u0445 \u0437\u0430\u043f\u0438\u0441\u0456\u0432, \u043f\u0435\u0440\u0448 \u043d\u0456\u0436 \u043f\u0440\u043e\u0434\u043e\u0432\u0436\u0438\u0442\u0438 \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u044f, \u0434\u043e\u0442\u0440\u0438\u043c\u0443\u0439\u0442\u0435\u0441\u044c \u0456\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0456\u0439 \u0434\u043b\u044f \u0434\u0440\u0443\u043a\u0443 {htmlStart} \u0430\u0431\u043e \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0442\u0435 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442{htmlEnd}.", - "You must be over 13 to share a full profile. If you are over 13, make sure that you have specified a birth year on the {account_settings_page_link}": "\u0412\u0430\u043c \u043f\u043e\u0432\u0438\u043d\u043d\u043e \u0431\u0443\u0442\u0438 \u0431\u0456\u043b\u044c\u0448\u0435 13, \u0449\u043e\u0431 \u0432\u0438 \u0437\u043c\u043e\u0433\u043b\u0438 \u043f\u043e\u0434\u0456\u043b\u0438\u0442\u0438\u0441\u044c \u043f\u0440\u043e\u0444\u0456\u043b\u0435\u043c. \u042f\u043a\u0449\u043e \u0432\u0430\u043c \u0431\u0456\u043b\u044c\u0448\u0435 13, \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435, \u0447\u0438 \u0432\u043a\u0430\u0437\u0430\u043b\u0438 \u0432\u0438 \u0434\u0430\u0442\u0443 \u043d\u0430\u0440\u043e\u0434\u0436\u0435\u043d\u043d\u044f \u043d\u0430 {account_settings_page_link}", - "You must enter a valid email address in order to add a new team member": "\u0412\u0438 \u043f\u043e\u0432\u0438\u043d\u043d\u0456 \u0432\u0432\u0435\u0441\u0442\u0438 \u043a\u043e\u0440\u0435\u043a\u0442\u043d\u0443 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443 \u0430\u0434\u0440\u0435\u0441\u0443, \u0449\u043e\u0431 \u0434\u043e\u0434\u0430\u0442\u0438 \u043d\u043e\u0432\u043e\u0433\u043e \u0447\u043b\u0435\u043d\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u0438.", - "You must provide a learner name.": "\u0412\u0438 \u043c\u0430\u0454\u0442\u0435 \u0432\u043a\u0430\u0437\u0430\u0442\u0438 \u0456\u043c'\u044f \u0443\u0447\u043d\u044f.", - "You must select a session to access the course.": "\u0429\u043e\u0431 \u043e\u0442\u0440\u0438\u043c\u0430\u0442\u0438 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u043a\u0443\u0440\u0441\u0443, \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e \u0432\u0438\u0431\u0440\u0430\u0442\u0438 \u0441\u0435\u0430\u043d\u0441.", - "You must sign out and sign back in before your language changes take effect.": "\u0412\u0438 \u043f\u043e\u0432\u0438\u043d\u043d\u0456 \u0432\u0438\u0439\u0442\u0438 \u0442\u0430 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0443\u0432\u0430\u0442\u0438\u0441\u044c \u0437\u043d\u043e\u0432\u0443, \u0449\u043e\u0431 \u0437\u043c\u0456\u043d\u0438 \u043c\u043e\u0432\u043d\u0438\u0445 \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u044c \u043f\u043e\u0447\u0430\u043b\u0438 \u0434\u0456\u044f\u0442\u0438.", - "You must specify a name": "\u0412\u0438 \u043c\u0430\u0454\u0442\u0435 \u0432\u043a\u0430\u0437\u0430\u0442\u0438 \u0456\u043c'\u044f", - "You must specify a name for the cohort": "\u0421\u043b\u0456\u0434 \u0443\u043a\u0430\u0437\u0430\u0442\u0438 \u0456\u043c'\u044f \u043a\u043e\u0433\u043e\u0440\u0442\u0438", - "You must specify your birth year before you can share your full profile. To specify your birth year, go to the {account_settings_page_link}": "\u0412\u0438 \u043f\u043e\u0432\u0438\u043d\u043d\u0456 \u0432\u043a\u0430\u0437\u0430\u0442\u0438 \u0440\u0456\u043a \u0441\u0432\u043e\u0433\u043e \u043d\u0430\u0440\u043e\u0434\u0436\u0435\u043d\u043d\u044f \u043f\u0435\u0440\u0435\u0434 \u0442\u0438\u043c, \u044f\u043a \u0434\u0456\u043b\u0438\u0442\u0438\u0441\u044c \u043f\u043e\u0432\u043d\u0438\u043c \u043f\u0440\u043e\u0444\u0456\u043b\u0435\u043c. \u0429\u043e\u0431 \u0432\u043a\u0430\u0437\u0430\u0442\u0438 \u0440\u0456\u043a \u043d\u0430\u0440\u043e\u0434\u0436\u0435\u043d\u043d\u044f, \u043f\u0435\u0440\u0435\u0439\u0434\u0456\u0442\u044c \u043d\u0430 {account_settings_page_link}", - "You receive messages from {platform_name} and course teams at this address.": "\u0412\u0438 \u043e\u0442\u0440\u0438\u043c\u0443\u0454\u0442\u0435 \u0432\u0430\u0448\u0435 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u0432\u0456\u0434 {platform_name} \u0456 \u043a\u043e\u043c\u0430\u043d\u0434 \u043a\u0443\u0440\u0441\u0443 \u0437\u0430 \u0446\u0456\u0454\u044e \u0430\u0434\u0440\u0435\u0441\u043e\u044e.", - "You reserve all rights for your work": "\u0412\u0438 \u0437\u0431\u0435\u0440\u0456\u0433\u0430\u0454\u0442\u0435 \u0432\u0441\u0456 \u043f\u0440\u0430\u0432\u0430 \u043d\u0430 \u0441\u0432\u043e\u044e \u0440\u043e\u0431\u043e\u0442\u0443", - "You submitted {filename}; only {allowedFiles} are allowed.": "\u0412\u0438 \u043d\u0430\u0434\u0456\u0441\u043b\u0430\u043b\u0438 {filename}; \u0442\u0456\u043b\u044c\u043a\u0438 {allowedFiles} \u0434\u043e\u0437\u0432\u043e\u043b\u0435\u043d\u043e.", - "You waive some rights for your work, such that others can use it too": "\u0412\u0438 \u0432\u0456\u0434\u043c\u043e\u0432\u043b\u044f\u0454\u0442\u0435\u0441\u044c \u0432\u0456\u0434 \u0434\u0435\u044f\u043a\u0438\u0445 \u043f\u0440\u0430\u0432 \u043d\u0430 \u0441\u0432\u043e\u044e \u0440\u043e\u0431\u043e\u0442\u0443, \u043d\u0430\u043f\u0440\u0438\u043a\u043b\u0430\u0434, \u0434\u043e\u0437\u0432\u043e\u043b\u044f\u0454\u0442\u0435 \u0456\u043d\u0448\u0438\u043c \u0442\u0430\u043a\u043e\u0436 \u0457\u0457 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u0442\u0438.", - "You will be refunded the amount you paid.": "\u0412\u0430\u043c \u0431\u0443\u0434\u0435 \u043f\u043e\u0432\u0435\u0440\u043d\u0435\u043d\u0430 \u0441\u0443\u043c\u0430, \u044f\u043a\u0443 \u0432\u0438 \u043e\u043f\u043b\u0430\u0442\u0438\u043b\u0438.", - "You will not be refunded the amount you paid.": "\u0412\u0430\u043c \u043d\u0435 \u043f\u043e\u0432\u0435\u0440\u043d\u044f\u0442\u044c \u0441\u0443\u043c\u0443, \u044f\u043a\u0443 \u0432\u0438 \u043e\u043f\u043b\u0430\u0442\u0438\u043b\u0438.", - "You!": "\u0412\u0438!", - "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "\u0412\u0438 \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u044f\u0454\u0442\u0435 \u043d\u0430 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u0443 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u043d\u0430 \u0446\u0435 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f. \u041f\u0456\u0441\u043b\u044f \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u044f \u0432\u0438 \u043d\u0435 \u0437\u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u043c\u0456\u043d\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0430\u0431\u043e \u043d\u0430\u0434\u0456\u0441\u043b\u0430\u0442\u0438 \u0457\u0457 \u0449\u0435 \u0440\u0430\u0437.", - "You've made some changes": "\u0412\u0438 \u0437\u0434\u0456\u0439\u0441\u043d\u0438\u043b\u0438 \u043f\u0435\u0432\u043d\u0456 \u0437\u043c\u0456\u043d\u0438", - "You've made some changes, but there are some errors": "\u0412\u0438 \u0437\u0434\u0456\u0439\u0441\u043d\u0438\u043b\u0438 \u043f\u0435\u0432\u043d\u0456 \u0437\u043c\u0456\u043d\u0438, \u0430\u043b\u0435 \u0432\u0438\u043d\u0438\u043a\u043b\u0438 \u0434\u0435\u044f\u043a\u0456 \u043f\u043e\u043c\u0438\u043b\u043a\u0438", - "You've successfully signed into %(currentProvider)s.": "\u0412\u0438 \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0443\u0432\u0456\u0439\u0448\u043b\u0438 \u0437\u0430 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u043e\u044e %(currentProvider)s.", - "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "\u0412\u0430\u0448 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0454 \u043f\u0440\u044f\u043c\u0438\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u0431\u0443\u0444\u0435\u0440\u0443 \u043e\u0431\u043c\u0456\u043d\u0443. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0437\u0430\u043c\u0456\u0441\u0442\u044c \u0446\u044c\u043e\u0433\u043e \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u0439\u0442\u0435 \u043a\u043e\u043c\u0431\u0456\u043d\u0430\u0446\u0456\u0457 \u043a\u043b\u0430\u0432\u0456\u0448 Ctrl+X/C/V.", - "Your changes have been saved.": "\u0412\u0430\u0448\u0456 \u0437\u043c\u0456\u043d\u0438 \u0431\u0443\u043b\u0438 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u0456.", - "Your changes have been saved. {details}": "\u0412\u0430\u0448\u0456 \u0437\u043c\u0456\u043d\u0438 \u0431\u0443\u043b\u0438 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u0456. {details}", - "Your changes will not take effect until you save your progress.": "\u0417\u043c\u0456\u043d\u0438 \u043d\u0435 \u0432\u0441\u0442\u0443\u043f\u043b\u044f\u0442\u044c \u0432 \u0441\u0438\u043b\u0443 \u0434\u043e \u0442\u043e\u0433\u043e, \u044f\u043a \u0432\u0438 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u0442\u0435 \u0457\u0445. ", - "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "\u0417\u043c\u0456\u043d\u0438 \u043d\u0435 \u0432\u0441\u0442\u0443\u043f\u043b\u044f\u0442\u044c \u0432 \u0441\u0438\u043b\u0443 \u0434\u043e \u0442\u043e\u0433\u043e, \u044f\u043a \u0432\u0438 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u0442\u0435 \u0457\u0445. \u0411\u0443\u0434\u044c\u0442\u0435 \u043e\u0431\u0435\u0440\u0435\u0436\u043d\u0456 \u0437 \u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u043d\u043d\u044f\u043c \u043a\u043b\u044e\u0447\u0456\u0432 \u0442\u0430 \u0437\u043d\u0430\u0447\u0435\u043d\u044c, \u0431\u043e \u0457\u0445 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u0430 \u043d\u0435 \u0440\u0435\u0430\u043b\u0456\u0437\u043e\u0432\u0430\u043d\u0430. ", - "Your course could not be exported to XML. There is not enough information to identify the failed component. Inspect your course to identify any problematic components and try again.": "\u0412\u0430\u0448 \u043a\u0443\u0440\u0441 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0435\u043a\u0441\u043f\u043e\u0440\u0442\u043e\u0432\u0430\u043d\u043e \u0432 XML. \u041d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043d\u044c\u043e \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u0457, \u0449\u043e \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0443\u0432\u0430\u0442\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u043d\u0438\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442. \u041f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u0441\u0432\u0456\u0439 \u043a\u0443\u0440\u0441, \u0449\u043e\u0431 \u0437\u043d\u0430\u0439\u0442\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u043d\u0438\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442, \u0456 \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0437\u043d\u043e\u0432\u0443.", - "Your donation could not be submitted.": "\u0412\u0430\u0448 \u0432\u043d\u0435\u0441\u043e\u043a \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u043f\u0440\u0438\u0439\u043d\u044f\u0442\u0438\u043c.", - "Your email message was successfully queued for sending. In courses with a large number of learners, email messages to learners might take up to an hour to be sent.": "\u0412\u0430\u0448 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0438\u0439 \u043b\u0438\u0441\u0442 \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0434\u043e\u0434\u0430\u043d\u043e \u0434\u043e \u0447\u0435\u0440\u0433\u0438 \u043d\u0430 \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u044f. \u0423 \u043a\u0443\u0440\u0441\u0430\u0445 \u0456\u0437 \u0437\u043d\u0430\u0447\u043d\u043e\u044e \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0441\u043b\u0443\u0445\u0430\u0447\u0456\u0432 \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u044f \u043b\u0438\u0441\u0442\u0456\u0432 \u043c\u043e\u0436\u0435 \u0437\u0430\u0442\u044f\u0433\u0443\u0432\u0430\u0442\u0438\u0441\u044c \u0434\u043e \u0433\u043e\u0434\u0438\u043d\u0438. ", - "Your export has failed.": "\u0412\u0430\u0448 \u0435\u043a\u0441\u043f\u043e\u0440\u0442 \u043d\u0435 \u0432\u0434\u0430\u0432\u0441\u044f.", - "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "\u0412\u0430\u0448 \u0444\u0430\u0439\u043b '{file}' \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043e. \u0417\u0430\u0447\u0435\u043a\u0430\u0439\u0442\u0435 \u043a\u0456\u043b\u044c\u043a\u0430 \u0445\u0432\u0438\u043b\u0438\u043d \u0434\u043b\u044f \u043e\u0431\u0440\u043e\u0431\u043a\u0438.", - "Your file could not be uploaded": "\u0412\u0430\u0448 \u0444\u0430\u0439\u043b \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u0438\u0439", - "Your file has been deleted.": "\u0412\u0430\u0448 \u0444\u0430\u0439\u043b \u0431\u0443\u043b\u043e \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043e.", - "Your file {filename} is too large (max size: {maxSize}MB).": "\u0424\u0430\u0439\u043b {filename} \u043f\u0435\u0440\u0435\u0432\u0438\u0449\u0443\u0454 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0438\u0439 \u0440\u043e\u0437\u043c\u0456\u0440 ({maxSize} M\u0431).", - "Your import has failed.": "\u0412\u0430\u0448 \u0456\u043c\u043f\u043e\u0440\u0442 \u043d\u0435 \u0432\u0434\u0430\u0432\u0441\u044f.", - "Your import is in progress; navigating away will abort it.": "\u0412\u0456\u0434\u0431\u0443\u0432\u0430\u0454\u0442\u044c\u0441\u044f \u0456\u043c\u043f\u043e\u0440\u0442; \u043f\u0435\u0440\u0435\u0445\u0456\u0434 \u043d\u0430 \u0456\u043d\u0448\u0443 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u043f\u0435\u0440\u0435\u0440\u0432\u0435 \u043f\u0440\u043e\u0446\u0435\u0441.", - "Your library could not be exported to XML. There is not enough information to identify the failed component. Inspect your library to identify any problematic components and try again.": "\u0412\u0430\u0448\u0430 \u0431\u0456\u0431\u043b\u0456\u043e\u0442\u0435\u043a\u0430 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0435\u043a\u0441\u043f\u043e\u0440\u0442\u043e\u0432\u0430\u043d\u0430 \u0432 XML. \u041d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043d\u044c\u043e \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u0457, \u0449\u043e \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0443\u0432\u0430\u0442\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u043d\u0438\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442. \u041f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u0441\u0432\u0456\u0439 \u043a\u0443\u0440\u0441, \u0449\u043e\u0431 \u0437\u043d\u0430\u0439\u0442\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u043d\u0438\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442, \u0456 \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0437\u043d\u043e\u0432\u0443.", - "Your message cannot be blank.": "\u0412\u0430\u0448\u0435 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u043f\u043e\u0440\u043e\u0436\u043d\u0456\u043c.", - "Your message must have a subject.": "\u0412\u0430\u0448\u0435 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u043f\u043e\u0432\u0438\u043d\u043d\u043e \u043c\u0430\u0442\u0438 \u0442\u0435\u043c\u0443.", - "Your message must have at least one target.": "\u0412\u0430\u0448\u0435 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u043f\u043e\u0432\u0438\u043d\u043d\u043e \u043c\u0430\u0442\u0438 \u0430\u0434\u0440\u0435\u0441\u0430\u0442\u0430.", - "Your policy changes have been saved.": "\u0412\u043d\u0435\u0441\u0435\u043d\u0456 \u0432\u0430\u043c\u0438 \u0437\u043c\u0456\u043d\u0438 \u0434\u043e \u043f\u0440\u0430\u0432\u0438\u043b, \u0431\u0443\u043b\u0438 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u0456. ", - "Your post will be discarded.": "\u0412\u0430\u0448\u0435 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u0431\u0443\u0434\u0435 \u0432\u0456\u0434\u043c\u0456\u043d\u0435\u043d\u043e.", - "Your profile settings are managed by {enterprise_name}. Contact your administrator or {link_start}edX Support{link_end} for help.": "\u041a\u0435\u0440\u0443\u0432\u0430\u043d\u043d\u044f \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f\u043c\u0438 \u0432\u0430\u0448\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e \u0437\u0434\u0456\u0439\u0441\u043d\u044e\u0454\u0442\u044c\u0441\u044f {enterprise_name}. \u0417\u0432\u0435\u0440\u043d\u0456\u0442\u044c\u0441\u044f \u0434\u043e \u0441\u0432\u043e\u0433\u043e \u0430\u0434\u043c\u0456\u043d\u0456\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u0430 \u0430\u0431\u043e {link_start} edX \u041f\u0456\u0434\u0442\u0440\u0438\u043c\u043a\u0438 {link_end} \u0437\u0430 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u043e\u044e.", - "Your question or idea (required)": "\u0412\u0430\u0448\u0435 \u0437\u0430\u043f\u0438\u0442\u0430\u043d\u043d\u044f \u0447\u0438 \u0456\u0434\u0435\u044f (\u043e\u0431\u043e\u0432'\u044f\u0437\u043a\u043e\u0432\u043e)", - "Your request could not be completed due to a server problem. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0432\u0438\u043a\u043e\u043d\u0430\u0442\u0438 \u0412\u0430\u0448 \u0437\u0430\u043f\u0438\u0442 \u0443 \u0437\u0432'\u044f\u0437\u043a\u0443 \u0437 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u043e\u0439 \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0456. \u041f\u0435\u0440\u0435\u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0442\u0435 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0456 \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437. \u042f\u043a\u0449\u043e \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u044c\u0441\u044f, \u043a\u043b\u0430\u0446\u043d\u0456\u0442\u044c \u043f\u043e \u0432\u043a\u043b\u0430\u0434\u0446\u0456 \u0414\u043e\u043f\u043e\u043c\u043e\u0433\u0430 \u0456 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u0442\u0435 \u043f\u0440\u043e \u0446\u0435.", - "Your request could not be completed. Reload the page and try again.": "\u0412\u0430\u0448 \u0437\u0430\u043f\u0438\u0442 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0432\u0438\u043a\u043e\u043d\u0430\u043d\u0438\u0439. \u041f\u0435\u0440\u0435\u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0442\u0435 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0437\u043d\u043e\u0432\u0443.", - "Your request could not be completed. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0432\u0438\u043a\u043e\u043d\u0430\u0442\u0438 \u0432\u0430\u0448 \u0437\u0430\u043f\u0438\u0442. \u041f\u0435\u0440\u0435\u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0442\u0435 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0456 \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437. \u042f\u043a\u0449\u043e \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u044c\u0441\u044f, \u043d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u043f\u043e \u0432\u043a\u043b\u0430\u0434\u0446\u0456 \u0414\u043e\u043f\u043e\u043c\u043e\u0433\u0430 \u0456 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u0442\u0435 \u043f\u0440\u043e \u0446\u0435.", - "Your request could not be processed. Refresh the page and try again.": "\u0412\u0430\u0448 \u0437\u0430\u043f\u0438\u0442 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u043e\u0431\u0440\u043e\u0431\u043b\u0435\u043d\u0438\u0439. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", - "Your unenrollment request could not be processed. Please try again later.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u043e\u0431\u0440\u043e\u0431\u0438\u0442\u0438 \u0432\u0430\u0448 \u0437\u0430\u043f\u0438\u0442 \u043d\u0430 \u0432\u0456\u0434\u0445\u0438\u043b\u0435\u043d\u043d\u044f. \u0411\u0443\u0434\u044c-\u043b\u0430\u0441\u043a\u0430, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u0456\u0437\u043d\u0456\u0448\u0435.", - "Your upload of '{file}' failed.": "\u041f\u0456\u0434 \u0447\u0430\u0441 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0444\u0430\u0439\u043b\u0443 '{file}' \u0432\u0438\u043d\u0438\u043a\u043b\u0438 \u043f\u043e\u043c\u0438\u043b\u043a\u0438.", - "Your upload of '{file}' succeeded.": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0444\u0430\u0439\u043b\u0443 '{file}' \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e.", - "Your video uploads are not complete.": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0432\u0430\u0448\u043e\u0433\u043e \u0432\u0456\u0434\u0435\u043e \u043d\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e.", - "Yourself": "\u0412\u0438", - "[no tags]": "[\u043d\u0435\u043c\u0430\u0454 \u0442\u0435\u0433\u0456\u0432]", - "a day": "\u0434\u0435\u043d\u044c", + ], + "Visibility": "\u0412\u0438\u0434\u0438\u043c\u0456\u0441\u0442\u044c", + "Visible to Staff Only": "\u0412\u0438\u0434\u0438\u043c\u0456\u0441\u0442\u044c \u0442\u0456\u043b\u044c\u043a\u0438 \u0434\u043b\u044f \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0443", + "Visual aids": "\u041d\u0430\u043e\u0447\u043d\u0456 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0438", + "Volume": "\u0413\u0443\u0447\u043d\u0456\u0441\u0442\u044c", + "Waiting": "\u041e\u0447\u0456\u043a\u0443\u0432\u0430\u043d\u043d\u044f", + "Warning": "\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u0436\u0435\u043d\u043d\u044f", + "Warnings": "\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u0436\u0435\u043d\u043d\u044f", + "We couldn't create your account.": "\u041c\u0438 \u043d\u0435 \u0437\u043c\u043e\u0433\u043b\u0438 \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0412\u0430\u0448 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0438\u0439 \u0437\u0430\u043f\u0438\u0441", + "We couldn't find any results for \"%s\".": "\u041c\u0438 \u043d\u0435 \u0437\u043c\u043e\u0433\u043b\u0438 \u0437\u043d\u0430\u0439\u0442\u0438 \u0436\u043e\u0434\u043d\u0438\u0445 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432 \u0434\u043b\u044f \"%s\".", + "We couldn't sign you in.": "\u041d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0443\u0432\u0456\u0439\u0442\u0438.", + "We have encountered an error. Refresh your browser and then try again.": "\u041c\u0438 \u043f\u043e\u043c\u0456\u0442\u0438\u043b\u0438 \u043f\u043e\u043c\u0438\u043b\u043a\u0443. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0432 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0456, \u0430 \u043f\u043e\u0442\u0456\u043c \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", + "We just need a little more information before you start learning with %(platformName)s.": "\u041d\u0430\u043c \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e \u0449\u0435 \u0442\u0440\u043e\u0445\u0438 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u0457 \u043f\u0435\u0440\u0435\u0434 \u0442\u0438\u043c, \u044f\u043a \u0432\u0438 \u043f\u043e\u0447\u043d\u0435\u0442\u0435 \u043d\u0430\u0432\u0447\u0430\u043d\u043d\u044f \u043d\u0430 %(platformName)s.", + "We're sorry to see you go! Your account will be deleted shortly.": "\u041d\u0430\u043c \u0448\u043a\u043e\u0434\u0430, \u0449\u043e \u0432\u0438 \u0439\u0434\u0435\u0442\u0435! \u0412\u0430\u0448 \u0430\u043a\u0430\u0443\u043d\u0442 \u0431\u0443\u0434\u0435 \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043e \u043d\u0430\u0439\u0431\u043b\u0438\u0436\u0447\u0438\u043c \u0447\u0430\u0441\u043e\u043c.", + "We're sorry, there was an error": "\u0412\u0438\u0431\u0430\u0447\u0442\u0435, \u0441\u0442\u0430\u043b\u0430\u0441\u044f \u043f\u043e\u043c\u0438\u043b\u043a\u0430", + "We've encountered an error. Refresh your browser and then try again.": "\u041c\u0438 \u043f\u043e\u043c\u0456\u0442\u0438\u043b\u0438 \u043f\u043e\u043c\u0438\u043b\u043a\u0443. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0432 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0456, \u0430 \u043f\u043e\u0442\u0456\u043c \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", + "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "\u041c\u0438 \u0432\u0438\u0441\u043b\u0430\u043b\u0438 \u043f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0443\u0432\u0430\u043b\u044c\u043d\u0435 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u043d\u0430 {new_email_address}. \u041f\u0435\u0440\u0435\u0439\u0434\u0456\u0442\u044c \u043f\u043e \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044e \u0432 \u043b\u0438\u0441\u0442\u0456 \u0434\u043b\u044f \u0442\u043e\u0433\u043e, \u0449\u043e\u0431 \u043e\u043d\u043e\u0432\u0438\u0442\u0438 \u0432\u0430\u0448\u0443 \u0430\u0434\u0440\u0435\u0441\u0443 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0457 \u043f\u043e\u0448\u0442\u0438.", + "We've sent a confirmation message to {new_secondary_email_address}. Click the link in the message to update your secondary email address.": "\u041c\u0438 \u043d\u0430\u0434\u0456\u0441\u043b\u0430\u043b\u0438 \u043f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0435\u043d\u043d\u044f \u043d\u0430 \u0430\u0434\u0440\u0435\u0441\u0443 {new_secondary_email_address}. \u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u0432 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u0456, \u0449\u043e\u0431 \u043e\u043d\u043e\u0432\u0438\u0442\u0438 \u0434\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u0443 \u0430\u0434\u0440\u0435\u0441\u0443 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0457 \u043f\u043e\u0448\u0442\u0438.", + "We've sent a message to {email}. Click the link in the message to reset your password. Didn't receive the message? Contact {anchorStart}technical support{anchorEnd}.": "\u041c\u0438 \u0432\u0438\u0441\u043b\u0430\u043b\u0438 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u043d\u0430 {email}. \u041f\u0435\u0440\u0435\u0439\u0434\u0456\u0442\u044c \u043f\u043e \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044e \u0432 \u043b\u0438\u0441\u0442\u0456 \u0434\u043b\u044f \u0442\u043e\u0433\u043e, \u0449\u043e\u0431 \u0441\u043a\u0438\u043d\u0443\u0442\u0438 \u0432\u0430\u0448 \u043f\u0430\u0440\u043e\u043b\u044c. \u041d\u0435 \u043e\u0442\u0440\u0438\u043c\u0430\u043b\u0438 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f? \u0417\u0432\u0435\u0440\u043d\u0456\u0442\u044c\u0441\u044f \u0434\u043e {anchorStart}\u0442\u0435\u0445\u043d\u0456\u0447\u043d\u043e\u0457 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u043a\u0438{anchorEnd}.", + "Web:": "\u0412\u0435\u0431:", + "Weight of Total Grade": "\u0412\u0430\u0433\u0430 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0457 \u043e\u0446\u0456\u043d\u043a\u0438", + "We\u2019re sorry to see you go!": "\u041d\u0430\u043c \u0434\u0443\u0436\u0435 \u0448\u043a\u043e\u0434\u0430, \u0449\u043e \u0432\u0438 \u043f\u043e\u043a\u0438\u0434\u0430\u0454\u0442\u0435 \u043d\u0430\u0441!", + "What's Your Next Accomplishment?": "\u042f\u043a\u0435 \u0432\u0430\u0448\u0435 \u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0435 \u0434\u043e\u0441\u044f\u0433\u043d\u0435\u043d\u043d\u044f?", + "Whole words": "\u0426\u0456\u043b\u0456 \u0441\u043b\u043e\u0432\u0430", + "Width": "\u0428\u0438\u0440\u0438\u043d\u0430", + "Will Be Visible To:": "\u0411\u0443\u0434\u0435 \u0432\u0438\u0434\u0438\u043c\u043e \u0434\u043b\u044f: ", + "Words: {0}": "\u0421\u043b\u0456\u0432: {0}", + "Year of Birth": "\u0420\u0456\u043a \u041d\u0430\u0440\u043e\u0434\u0436\u0435\u043d\u043d\u044f", + "Yes, allow edits to the active Certificate": "\u0422\u0430\u043a, \u0434\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438 \u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u0430\u043a\u0442\u0438\u0432\u043d\u0438\u0439 \u0421\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442", + "Yes, delete this {xblock_type}": "\u0422\u0430\u043a, \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 {xblock_type}", + "Yesterday": "\u0412\u0447\u043e\u0440\u0430", + "You already belong to another team.": "\u0412\u0438 \u0432\u0436\u0435 \u043d\u0430\u043b\u0435\u0436\u0438\u0442\u0435 \u0434\u043e \u0456\u043d\u0448\u043e\u0457 \u043a\u043e\u043c\u0430\u043d\u0434\u0438.", + "You are currently sharing a limited profile.": "\u041d\u0430\u0440\u0430\u0437\u0456 \u0432\u0441\u0456 \u0431\u0430\u0447\u0430\u0442\u044c \u0432\u0430\u0448 \u043e\u0431\u043c\u0435\u0436\u0435\u043d\u0438\u0439 \u043f\u0440\u043e\u0444\u0456\u043b\u044c.", + "You are not currently a member of any team.": "\u0412\u0438 \u043d\u0435 \u0454 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u043e\u043c \u0436\u043e\u0434\u043d\u043e\u0457 \u043a\u043e\u043c\u0430\u043d\u0434\u0438.", + "You are sending an email message with the subject {subject} to the following recipients.": "\u0412\u0438 \u043d\u0430\u0434\u0441\u0438\u043b\u0430\u0454\u0442\u0435 \u043b\u0438\u0441\u0442\u0430 \u0456\u0437 \u0442\u0435\u043c\u043e\u044e {subject} \u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0438\u043c \u043e\u0434\u0435\u0440\u0436\u0443\u0432\u0430\u0447\u0430\u043c.", + "You can link your social media accounts to simplify signing in to {platform_name}.": "\u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0456\u0434'\u0454\u0434\u043d\u0430\u0442\u0438 \u0432\u0430\u0448\u0456 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0456 \u0437\u0430\u043f\u0438\u0441\u0438 \u0443 \u0441\u043e\u0446\u0456\u0430\u043b\u044c\u043d\u0438\u0445 \u043c\u0435\u0440\u0435\u0436\u0430\u0445, \u0449\u043e\u0431\u0438 \u0441\u043f\u0440\u043e\u0441\u0442\u0438\u0442\u0438 \u043f\u0440\u043e\u0446\u0435\u0441 \u0432\u0445\u043e\u0434\u0443 \u0434\u043e {platform_name}.", + "You can remove members from this team, especially if they have not participated in the team's activity.": "\u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0447\u043b\u0435\u043d\u0456\u0432 \u043a\u043e\u043c\u0430\u043d\u0434\u0438, \u043e\u0441\u043e\u0431\u043b\u0438\u0432\u043e \u044f\u043a\u0449\u043e \u0432\u043e\u043d\u0438 \u043d\u0435 \u0431\u0440\u0430\u043b\u0438 \u0443\u0447\u0430\u0441\u0442\u0456 \u0432 \u0440\u043e\u0431\u043e\u0442\u0456 \u043a\u043e\u043c\u0430\u043d\u0434\u0438.", + "You can upload files with these file types: ": "\u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0443\u0432\u0430\u0442\u0438 \u0444\u0430\u0439\u043b\u0438 \u0442\u0430\u043a\u0438\u0445 \u0442\u0438\u043f\u0456\u0432: ", + "You can use your {accountName} account to sign in to your {platformName} account.": "\u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u0442\u0438 \u0430\u043a\u0430\u0443\u043d\u0442 {accountName} \u0434\u043b\u044f \u0432\u0445\u043e\u0434\u0443 \u0443 \u0432\u0430\u0448 \u0430\u043a\u0430\u0443\u043d\u0442 {platformName}.", + "You cannot view the course as a student or beta tester before the course release date.": "\u0412\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u0443\u0442\u0438 \u043a\u0443\u0440\u0441 \u044f\u043a \u0441\u0442\u0443\u0434\u0435\u043d\u0442 \u0430\u0431\u043e \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0435\u0440 \u0434\u043e \u0434\u0430\u0442\u0438 \u043f\u043e\u0447\u0430\u0442\u043a\u0443 \u043a\u0443\u0440\u0441\u0443.", + "You could not be subscribed to this post. Refresh the page and try again.": "\u0412\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0456\u0434\u043f\u0438\u0441\u0430\u0442\u0438\u0441\u044f \u043d\u0430 \u0446\u0435\u0439 \u043f\u043e\u0441\u0442. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", + "You could not be unsubscribed from this post. Refresh the page and try again.": "\u0412\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0456\u0434\u043f\u0438\u0441\u0430\u0442\u0438\u0441\u044f \u0432\u0456\u0434 \u0446\u044c\u043e\u0433\u043e \u043f\u043e\u0441\u0442\u0443. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", + "You currently have no cohorts configured": "\u0417\u0430\u0440\u0430\u0437 \u0443 \u0432\u0430\u0441 \u043d\u0435\u043c\u0430\u0454 \u043d\u0430\u043b\u0430\u0448\u0442\u043e\u0432\u0430\u043d\u0438\u0445 \u043a\u043e\u0433\u043e\u0440\u0442", + "You did not select a content group": "\u0412\u0438 \u043d\u0435 \u0432\u0438\u0431\u0440\u0430\u043b\u0438 \u0433\u0440\u0443\u043f\u0443 \u0432\u043c\u0456\u0441\u0442\u0443", + "You did not select any files to submit.": "\u0412\u0438 \u043d\u0435\u043e\u0431\u0440\u0430\u043b\u0438 \u0444\u0430\u0439\u043b\u0438.", + "You did not submit the required files: {requiredFiles}.": "\u0412\u0438 \u043d\u0435 \u0434\u043e\u0434\u0430\u043b\u0438 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u0456 \u0444\u0430\u0439\u043b\u0438: {requiredFiles}.", + "You don't seem to have Flash installed. Get Flash to continue your verification.": "\u0423 \u0432\u0430\u0441 \u043d\u0435 \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u043a\u0430 Flash. \u0412\u0441\u0442\u0430\u043d\u043e\u0432\u0456\u0442\u044c \u0457\u0457, \u0449\u043e\u0431 \u043f\u0440\u043e\u0434\u043e\u0432\u0436\u0438\u0442\u0438 \u043f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0435\u043d\u043d\u044f.", + "You don't seem to have a webcam connected.": "\u0417\u0434\u0430\u0454\u0442\u044c\u0441\u044f \u0432\u0430\u0448\u0430 \u0432\u0435\u0431-\u043a\u0430\u043c\u0435\u0440\u0430 \u043d\u0435 \u043f\u0456\u0434'\u0454\u0434\u043d\u0430\u043d\u0430.", + "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "\u0412\u0438 \u0434\u043e\u0434\u0430\u043b\u0438 \u043a\u0440\u0438\u0442\u0435\u0440\u0456\u0439. \u0412\u0438 \u043c\u0430\u0454\u0442\u0435 \u0432\u0438\u0431\u0440\u0430\u0442\u0438 \u043e\u043f\u0446\u0456\u044e \u0434\u043b\u044f \u0446\u044c\u043e\u0433\u043e \u043a\u0440\u0438\u0442\u0435\u0440\u0456\u044e \u043d\u0430 \u043a\u0440\u043e\u0446\u0456 \u041d\u0430\u0432\u0447\u0430\u043d\u043d\u044f \u0441\u043b\u0443\u0445\u0430\u0447\u0430. \u0429\u043e\u0431 \u0446\u0435 \u0437\u0440\u043e\u0431\u0438\u0442\u0438, \u043a\u043b\u0456\u043a\u043d\u0456\u0442\u044c \u043d\u0430 \u0432\u043a\u043b\u0430\u0434\u0446\u0456 \u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f.", + "You have been logged out of your edX account. Click Okay to log in again now. Click Cancel to stay on this page (you must log in again to save your work).": "\u0412\u0438 \u0432\u0438\u0439\u0448\u043b\u0438 \u0437 \u0432\u0430\u0448\u043e\u0433\u043e edX \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u043e\u0433\u043e \u0437\u0430\u043f\u0438\u0441\u0443. \u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \"\u0413\u0430\u0440\u0430\u0437\u0434\", \u0449\u043e\u0431 \u0437\u043d\u043e\u0432\u0443 \u0432\u0432\u0456\u0439\u0442\u0438. \u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \"\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438\", \u0449\u043e\u0431 \u0437\u0430\u043b\u0438\u0448\u0438\u0442\u0438\u0441\u044f \u043d\u0430 \u0446\u0456\u0439 \u0441\u0442\u043e\u0440\u0456\u043d\u0446\u0456 (\u0434\u043b\u044f \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u043d\u044f \u0432\u0430\u0448\u043e\u0457 \u0440\u043e\u0431\u043e\u0442\u0438 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e \u0437\u043d\u043e\u0432\u0443 \u0432\u0432\u0456\u0439\u0442\u0438).", + "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "\u0412\u0438 \u0432\u0438\u0434\u0430\u043b\u0438\u043b\u0438 \u043a\u0440\u0438\u0442\u0435\u0440\u0456\u0439. \u041a\u0440\u0438\u0442\u0435\u0440\u0456\u0439 \u0431\u0443\u043b\u043e \u0432\u0438\u043b\u0443\u0447\u0435\u043d\u043e \u0437 \u043f\u0440\u0438\u043a\u043b\u0430\u0434\u0443 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456 \u043d\u0430 \u043a\u0440\u043e\u0446\u0456 \u041d\u0430\u0432\u0447\u0430\u043d\u043d\u044f \u0441\u043b\u0443\u0445\u0430\u0447\u0430.", + "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "\u0412\u0438 \u0432\u0438\u0434\u0430\u043b\u0438\u043b\u0438 \u0432\u0441\u0456 \u043e\u043f\u0446\u0456\u0457 \u0446\u044c\u043e\u0433\u043e \u043a\u0440\u0438\u0442\u0435\u0440\u0456\u044e. \u041a\u0440\u0438\u0442\u0435\u0440\u0456\u0439 \u0431\u0443\u043b\u043e \u0432\u0438\u043b\u0443\u0447\u0435\u043d\u043e \u0437 \u043f\u0440\u0438\u043a\u043b\u0430\u0434\u0443 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456 \u043d\u0430 \u043a\u0440\u043e\u0446\u0456 \u041d\u0430\u0432\u0447\u0430\u043d\u043d\u044f \u0441\u043b\u0443\u0445\u0430\u0447\u0430.", + "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "\u0412\u0438 \u0432\u0438\u0434\u0430\u043b\u0438\u043b\u0438 \u043e\u043f\u0446\u0456\u044e. \u0426\u044e \u043e\u043f\u0446\u0456\u044e \u0431\u0443\u043b\u043e \u0432\u0438\u043b\u0443\u0447\u0435\u043d\u043e \u0437 \u0457\u0457 \u043a\u0438\u0442\u0435\u0440\u0456\u044e \u0443 \u043f\u0440\u0438\u043a\u043b\u0430\u0434\u0456 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456 \u043d\u0430 \u043a\u0440\u043e\u0446\u0456 \u041d\u0430\u0432\u0447\u0430\u043d\u043d\u044f \u0441\u043b\u0443\u0445\u0430\u0447\u0430. \u0412\u0430\u043c \u0441\u043b\u0456\u0434 \u043e\u0431\u0440\u0430\u0442\u0438 \u043d\u043e\u0432\u0443 \u043e\u043f\u0446\u0456\u044e \u0434\u043b\u044f \u0446\u044c\u043e\u0433\u043e \u043a\u0440\u0438\u0442\u0435\u0440\u0456\u044e.", + "You have not bookmarked any courseware pages yet": "\u0412\u0438 \u0449\u0435 \u043d\u0435 \u043c\u0430\u0454\u0442\u0435 \u0436\u043e\u0434\u043d\u043e\u0457 \u0437\u0430\u043a\u043b\u0430\u0434\u043a\u0438 \u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430\u0445 \u043d\u0430\u0432\u0447\u0430\u043b\u044c\u043d\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c", + "You have not created any certificates yet.": "\u0412\u0438 \u043d\u0435 \u0441\u0442\u0432\u043e\u0440\u0438\u043b\u0438 \u0436\u043e\u0434\u043d\u043e\u0433\u043e \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0443.", + "You have not created any content groups yet.": "\u0412\u0438 \u0449\u0435 \u043d\u0435 \u0441\u0442\u0432\u043e\u0440\u0438\u043b\u0438 \u0436\u043e\u0434\u043d\u043e\u0457 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u043d\u043e\u0457 \u0433\u0440\u0443\u043f\u0438.", + "You have not created any group configurations yet.": "\u0412\u0438 \u0449\u0435 \u043d\u0435 \u0441\u0442\u0432\u043e\u0440\u0438\u043b\u0438 \u0436\u043e\u0434\u043d\u043e\u0433\u043e \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0433\u0440\u0443\u043f\u0438.", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u0412\u0438 \u043e\u0431\u0440\u0430\u043b\u0438 \u0434\u0456\u044e \u0456 \u043d\u0435 \u0437\u0440\u043e\u0431\u0438\u043b\u0438 \u0436\u043e\u0434\u043d\u0438\u0445 \u0437\u043c\u0456\u043d \u0443 \u043f\u043e\u043b\u044f\u0445. \u0412\u0438, \u043d\u0430\u043f\u0435\u0432\u043d\u043e, \u0448\u0443\u043a\u0430\u0454\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \"\u0412\u0438\u043a\u043e\u043d\u0430\u0442\u0438\", \u0430 \u043d\u0435 \"\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438\".", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u0412\u0438 \u043e\u0431\u0440\u0430\u043b\u0438 \u0434\u0456\u044e, \u0430\u043b\u0435 \u043d\u0435 \u0437\u0431\u0435\u0440\u0435\u0433\u043b\u0438 \u0437\u043c\u0456\u043d\u0438 \u0432 \u043e\u043a\u0440\u0435\u043c\u0438\u0445 \u043f\u043e\u043b\u044f\u0445. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u041e\u041a, \u0449\u043e\u0431 \u0437\u0431\u0435\u0440\u0435\u0433\u0442\u0438. \u0412\u0430\u043c \u0434\u043e\u0432\u0435\u0434\u0435\u0442\u044c\u0441\u044f \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0438 \u0434\u0456\u044e.", + "You have set your language to {beta_language}, which is currently not fully translated. You can help us translate this language fully by joining the Transifex community and adding translations from English for learners that speak {beta_language}.": "\u0412\u0438 \u0437\u043c\u0456\u043d\u0438\u043b\u0438 \u0441\u0432\u043e\u044e \u043c\u043e\u0432\u0443 \u043d\u0430 {beta_language}, \u0449\u043e \u043d\u0430\u0440\u0430\u0437\u0456 \u043d\u0435 \u0454 \u043f\u043e\u0432\u043d\u0456\u0441\u0442\u044e \u043f\u0435\u0440\u0435\u043a\u043b\u0430\u0434\u0435\u043d\u043e\u044e. \u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u0442\u0438 \u0437 \u043f\u0435\u0440\u0435\u043a\u043b\u0430\u0434\u043e\u043c \u0434\u043b\u044f \u0446\u0456\u0454\u0457 \u043c\u043e\u0432\u0438 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0432\u0448\u0438\u0441\u044c \u0434\u043e \u043d\u0430\u0448\u043e\u0457 \u0441\u043f\u0456\u043b\u044c\u043d\u043e\u0442\u0438 \u0443 Transifex, \u0442\u0430 \u0437\u0440\u043e\u0431\u0438\u0432\u0448\u0438 \u043f\u0435\u0440\u0435\u0434\u043a\u043b\u0430\u0434 \u0434\u043b\u044f \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432 \u0437 \u0430\u043d\u0433\u043b\u0456\u0439\u0441\u044c\u043a\u043e\u0457 \u043d\u0430 {beta_language}.", + "You have successfully signed into %(currentProvider)s, but your %(currentProvider)s account does not have a linked %(platformName)s account. To link your accounts, sign in now using your %(platformName)s password.": "\u0412\u0438 \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0443\u0432\u0456\u0439\u0448\u043b\u0438 \u0432 %(currentProvider)s, \u0430\u043b\u0435 \u0432\u0430\u0448 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0438\u0439 \u0437\u0430\u043f\u0438\u0441 %(currentProvider)s \u043d\u0435 \u043c\u0430\u0454 \u043f\u0456\u0434'\u0454\u0434\u043d\u0430\u043d\u043e\u0433\u043e \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u043e\u0433\u043e \u0437\u0430\u043f\u0438\u0441\u0443 %(platformName)s. \u0429\u043e\u0431 \u043f\u0456\u0434'\u0454\u0434\u043d\u0430\u0442\u0438 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0456 \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u0432\u0456\u0439\u0434\u0456\u0442\u044c \u0437\u0430\u0440\u0430\u0437, \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u044e\u0447\u0438 \u0432\u0430\u0448 \u043f\u0430\u0440\u043e\u043b\u044c %(platformName)s.", + "You have successfully updated your goal.": "\u0412\u0438 \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u043e\u043d\u043e\u0432\u0438\u043b\u0438 \u0441\u0432\u043e\u044e \u0446\u0456\u043b\u044c.", + "You have unsaved changes are you sure you want to navigate away?": "\u0412\u0438 \u043d\u0435 \u0437\u0431\u0435\u0440\u0435\u0433\u043b\u0438 \u0437\u043c\u0456\u043d\u0438. \u0427\u0438 \u0432\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0437\u0430\u043b\u0438\u0448\u0438\u0442\u0438 \u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u043d\u043d\u044f?", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "\u0412\u0438 \u0437\u0440\u043e\u0431\u0438\u043b\u0438 \u044f\u043a\u0456\u0441\u044c \u0437\u043c\u0456\u043d\u0438 \u0443 \u0434\u0435\u044f\u043a\u0438\u0445 \u043f\u043e\u043b\u044f\u0445. \u042f\u043a\u0449\u043e \u0412\u0438 \u0432\u0438\u043a\u043e\u043d\u0430\u0454\u0442\u0435 \u0446\u044e \u0434\u0456\u044e, \u0432\u0441\u0456 \u043d\u0435\u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u0456 \u0437\u043c\u0456\u043d\u0438 \u0431\u0443\u0434\u0435 \u0432\u0442\u0440\u0430\u0447\u0435\u043d\u043e.", + "You have unsaved changes. Do you really want to leave this page?": "\u0423 \u0432\u0430\u0441 \u0454 \u043d\u0435\u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u0456 \u0437\u043c\u0456\u043d\u0438. \u0412\u0438 \u0434\u0456\u0439\u0441\u043d\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u043f\u043e\u043a\u0438\u043d\u0443\u0442\u0438 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443?", + "You may access your account with this address if single-sign on or access to your primary email is not available.": "\u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0443\u0432\u0456\u0439\u0442\u0438 \u0434\u043e \u0441\u0432\u043e\u0433\u043e \u0430\u043a\u0430\u0443\u043d\u0442\u0443 \u0437\u0430 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u043e\u044e \u0446\u0456\u0454\u0457 \u0430\u0434\u0440\u0435\u0441\u0438, \u044f\u043a\u0449\u043e \u0454\u0434\u0438\u043d\u0438\u0439 \u0432\u0445\u0456\u0434 \u0430\u0431\u043e \u043e\u0441\u043d\u043e\u0432\u043d\u0430 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430 \u0430\u0434\u0440\u0435\u0441\u0430 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0456.", + "You may also lose access to verified certificates and other program credentials like MicroMasters certificates. If you want to make a copy of these for your records before proceeding with deletion, follow the instructions for {htmlStart}printing or downloading a certificate{htmlEnd}.": "\u0412\u0438 \u0442\u0430\u043a\u043e\u0436 \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0442\u0440\u0430\u0442\u0438\u0442\u0438 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0435\u043d\u0438\u0445 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0456\u0432 \u0442\u0430 \u0456\u043d\u0448\u0438\u0445 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0438\u0445 \u0434\u0430\u043d\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0438, \u0442\u0430\u043a\u0456, \u044f\u043a \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u0438 MicroMasters. \u042f\u043a\u0449\u043e \u0432\u0438 \u0445\u043e\u0447\u0435\u0442\u0435 \u0437\u0440\u043e\u0431\u0438\u0442\u0438 \u043a\u043e\u043f\u0456\u044e \u0434\u043b\u044f \u0432\u0430\u0448\u0438\u0445 \u0437\u0430\u043f\u0438\u0441\u0456\u0432, \u043f\u0435\u0440\u0448 \u043d\u0456\u0436 \u043f\u0440\u043e\u0434\u043e\u0432\u0436\u0438\u0442\u0438 \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u044f, \u0434\u043e\u0442\u0440\u0438\u043c\u0443\u0439\u0442\u0435\u0441\u044c \u0456\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0456\u0439 \u0434\u043b\u044f \u0434\u0440\u0443\u043a\u0443 {htmlStart} \u0430\u0431\u043e \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0442\u0435 \u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442{htmlEnd}.", + "You must be over 13 to share a full profile. If you are over 13, make sure that you have specified a birth year on the {account_settings_page_link}": "\u0412\u0430\u043c \u043f\u043e\u0432\u0438\u043d\u043d\u043e \u0431\u0443\u0442\u0438 \u0431\u0456\u043b\u044c\u0448\u0435 13, \u0449\u043e\u0431 \u0432\u0438 \u0437\u043c\u043e\u0433\u043b\u0438 \u043f\u043e\u0434\u0456\u043b\u0438\u0442\u0438\u0441\u044c \u043f\u0440\u043e\u0444\u0456\u043b\u0435\u043c. \u042f\u043a\u0449\u043e \u0432\u0430\u043c \u0431\u0456\u043b\u044c\u0448\u0435 13, \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435, \u0447\u0438 \u0432\u043a\u0430\u0437\u0430\u043b\u0438 \u0432\u0438 \u0434\u0430\u0442\u0443 \u043d\u0430\u0440\u043e\u0434\u0436\u0435\u043d\u043d\u044f \u043d\u0430 {account_settings_page_link}", + "You must enter a valid email address in order to add a new team member": "\u0412\u0438 \u043f\u043e\u0432\u0438\u043d\u043d\u0456 \u0432\u0432\u0435\u0441\u0442\u0438 \u043a\u043e\u0440\u0435\u043a\u0442\u043d\u0443 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443 \u0430\u0434\u0440\u0435\u0441\u0443, \u0449\u043e\u0431 \u0434\u043e\u0434\u0430\u0442\u0438 \u043d\u043e\u0432\u043e\u0433\u043e \u0447\u043b\u0435\u043d\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u0438.", + "You must provide a learner name.": "\u0412\u0438 \u043c\u0430\u0454\u0442\u0435 \u0432\u043a\u0430\u0437\u0430\u0442\u0438 \u0456\u043c'\u044f \u0443\u0447\u043d\u044f.", + "You must select a session to access the course.": "\u0429\u043e\u0431 \u043e\u0442\u0440\u0438\u043c\u0430\u0442\u0438 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u043a\u0443\u0440\u0441\u0443, \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e \u0432\u0438\u0431\u0440\u0430\u0442\u0438 \u0441\u0435\u0430\u043d\u0441.", + "You must sign out and sign back in before your language changes take effect.": "\u0412\u0438 \u043f\u043e\u0432\u0438\u043d\u043d\u0456 \u0432\u0438\u0439\u0442\u0438 \u0442\u0430 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0443\u0432\u0430\u0442\u0438\u0441\u044c \u0437\u043d\u043e\u0432\u0443, \u0449\u043e\u0431 \u0437\u043c\u0456\u043d\u0438 \u043c\u043e\u0432\u043d\u0438\u0445 \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u044c \u043f\u043e\u0447\u0430\u043b\u0438 \u0434\u0456\u044f\u0442\u0438.", + "You must specify a name": "\u0412\u0438 \u043c\u0430\u0454\u0442\u0435 \u0432\u043a\u0430\u0437\u0430\u0442\u0438 \u0456\u043c'\u044f", + "You must specify a name for the cohort": "\u0421\u043b\u0456\u0434 \u0443\u043a\u0430\u0437\u0430\u0442\u0438 \u0456\u043c'\u044f \u043a\u043e\u0433\u043e\u0440\u0442\u0438", + "You must specify your birth year before you can share your full profile. To specify your birth year, go to the {account_settings_page_link}": "\u0412\u0438 \u043f\u043e\u0432\u0438\u043d\u043d\u0456 \u0432\u043a\u0430\u0437\u0430\u0442\u0438 \u0440\u0456\u043a \u0441\u0432\u043e\u0433\u043e \u043d\u0430\u0440\u043e\u0434\u0436\u0435\u043d\u043d\u044f \u043f\u0435\u0440\u0435\u0434 \u0442\u0438\u043c, \u044f\u043a \u0434\u0456\u043b\u0438\u0442\u0438\u0441\u044c \u043f\u043e\u0432\u043d\u0438\u043c \u043f\u0440\u043e\u0444\u0456\u043b\u0435\u043c. \u0429\u043e\u0431 \u0432\u043a\u0430\u0437\u0430\u0442\u0438 \u0440\u0456\u043a \u043d\u0430\u0440\u043e\u0434\u0436\u0435\u043d\u043d\u044f, \u043f\u0435\u0440\u0435\u0439\u0434\u0456\u0442\u044c \u043d\u0430 {account_settings_page_link}", + "You receive messages from {platform_name} and course teams at this address.": "\u0412\u0438 \u043e\u0442\u0440\u0438\u043c\u0443\u0454\u0442\u0435 \u0432\u0430\u0448\u0435 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u0432\u0456\u0434 {platform_name} \u0456 \u043a\u043e\u043c\u0430\u043d\u0434 \u043a\u0443\u0440\u0441\u0443 \u0437\u0430 \u0446\u0456\u0454\u044e \u0430\u0434\u0440\u0435\u0441\u043e\u044e.", + "You reserve all rights for your work": "\u0412\u0438 \u0437\u0431\u0435\u0440\u0456\u0433\u0430\u0454\u0442\u0435 \u0432\u0441\u0456 \u043f\u0440\u0430\u0432\u0430 \u043d\u0430 \u0441\u0432\u043e\u044e \u0440\u043e\u0431\u043e\u0442\u0443", + "You submitted {filename}; only {allowedFiles} are allowed.": "\u0412\u0438 \u043d\u0430\u0434\u0456\u0441\u043b\u0430\u043b\u0438 {filename}; \u0442\u0456\u043b\u044c\u043a\u0438 {allowedFiles} \u0434\u043e\u0437\u0432\u043e\u043b\u0435\u043d\u043e.", + "You waive some rights for your work, such that others can use it too": "\u0412\u0438 \u0432\u0456\u0434\u043c\u043e\u0432\u043b\u044f\u0454\u0442\u0435\u0441\u044c \u0432\u0456\u0434 \u0434\u0435\u044f\u043a\u0438\u0445 \u043f\u0440\u0430\u0432 \u043d\u0430 \u0441\u0432\u043e\u044e \u0440\u043e\u0431\u043e\u0442\u0443, \u043d\u0430\u043f\u0440\u0438\u043a\u043b\u0430\u0434, \u0434\u043e\u0437\u0432\u043e\u043b\u044f\u0454\u0442\u0435 \u0456\u043d\u0448\u0438\u043c \u0442\u0430\u043a\u043e\u0436 \u0457\u0457 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u0442\u0438.", + "You will be refunded the amount you paid.": "\u0412\u0430\u043c \u0431\u0443\u0434\u0435 \u043f\u043e\u0432\u0435\u0440\u043d\u0435\u043d\u0430 \u0441\u0443\u043c\u0430, \u044f\u043a\u0443 \u0432\u0438 \u043e\u043f\u043b\u0430\u0442\u0438\u043b\u0438.", + "You will not be refunded the amount you paid.": "\u0412\u0430\u043c \u043d\u0435 \u043f\u043e\u0432\u0435\u0440\u043d\u044f\u0442\u044c \u0441\u0443\u043c\u0443, \u044f\u043a\u0443 \u0432\u0438 \u043e\u043f\u043b\u0430\u0442\u0438\u043b\u0438.", + "You!": "\u0412\u0438!", + "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "\u0412\u0438 \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u044f\u0454\u0442\u0435 \u043d\u0430 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u0443 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u043d\u0430 \u0446\u0435 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f. \u041f\u0456\u0441\u043b\u044f \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u044f \u0432\u0438 \u043d\u0435 \u0437\u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u043c\u0456\u043d\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0430\u0431\u043e \u043d\u0430\u0434\u0456\u0441\u043b\u0430\u0442\u0438 \u0457\u0457 \u0449\u0435 \u0440\u0430\u0437.", + "You've made some changes": "\u0412\u0438 \u0437\u0434\u0456\u0439\u0441\u043d\u0438\u043b\u0438 \u043f\u0435\u0432\u043d\u0456 \u0437\u043c\u0456\u043d\u0438", + "You've made some changes, but there are some errors": "\u0412\u0438 \u0437\u0434\u0456\u0439\u0441\u043d\u0438\u043b\u0438 \u043f\u0435\u0432\u043d\u0456 \u0437\u043c\u0456\u043d\u0438, \u0430\u043b\u0435 \u0432\u0438\u043d\u0438\u043a\u043b\u0438 \u0434\u0435\u044f\u043a\u0456 \u043f\u043e\u043c\u0438\u043b\u043a\u0438", + "You've successfully signed into %(currentProvider)s.": "\u0412\u0438 \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0443\u0432\u0456\u0439\u0448\u043b\u0438 \u0437\u0430 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u043e\u044e %(currentProvider)s.", + "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "\u0412\u0430\u0448 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0454 \u043f\u0440\u044f\u043c\u0438\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u0431\u0443\u0444\u0435\u0440\u0443 \u043e\u0431\u043c\u0456\u043d\u0443. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0437\u0430\u043c\u0456\u0441\u0442\u044c \u0446\u044c\u043e\u0433\u043e \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u0439\u0442\u0435 \u043a\u043e\u043c\u0431\u0456\u043d\u0430\u0446\u0456\u0457 \u043a\u043b\u0430\u0432\u0456\u0448 Ctrl+X/C/V.", + "Your changes have been saved.": "\u0412\u0430\u0448\u0456 \u0437\u043c\u0456\u043d\u0438 \u0431\u0443\u043b\u0438 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u0456.", + "Your changes have been saved. {details}": "\u0412\u0430\u0448\u0456 \u0437\u043c\u0456\u043d\u0438 \u0431\u0443\u043b\u0438 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u0456. {details}", + "Your changes will not take effect until you save your progress.": "\u0417\u043c\u0456\u043d\u0438 \u043d\u0435 \u0432\u0441\u0442\u0443\u043f\u043b\u044f\u0442\u044c \u0432 \u0441\u0438\u043b\u0443 \u0434\u043e \u0442\u043e\u0433\u043e, \u044f\u043a \u0432\u0438 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u0442\u0435 \u0457\u0445. ", + "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "\u0417\u043c\u0456\u043d\u0438 \u043d\u0435 \u0432\u0441\u0442\u0443\u043f\u043b\u044f\u0442\u044c \u0432 \u0441\u0438\u043b\u0443 \u0434\u043e \u0442\u043e\u0433\u043e, \u044f\u043a \u0432\u0438 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u0442\u0435 \u0457\u0445. \u0411\u0443\u0434\u044c\u0442\u0435 \u043e\u0431\u0435\u0440\u0435\u0436\u043d\u0456 \u0437 \u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u043d\u043d\u044f\u043c \u043a\u043b\u044e\u0447\u0456\u0432 \u0442\u0430 \u0437\u043d\u0430\u0447\u0435\u043d\u044c, \u0431\u043e \u0457\u0445 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u0430 \u043d\u0435 \u0440\u0435\u0430\u043b\u0456\u0437\u043e\u0432\u0430\u043d\u0430. ", + "Your course could not be exported to XML. There is not enough information to identify the failed component. Inspect your course to identify any problematic components and try again.": "\u0412\u0430\u0448 \u043a\u0443\u0440\u0441 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0435\u043a\u0441\u043f\u043e\u0440\u0442\u043e\u0432\u0430\u043d\u043e \u0432 XML. \u041d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043d\u044c\u043e \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u0457, \u0449\u043e \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0443\u0432\u0430\u0442\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u043d\u0438\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442. \u041f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u0441\u0432\u0456\u0439 \u043a\u0443\u0440\u0441, \u0449\u043e\u0431 \u0437\u043d\u0430\u0439\u0442\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u043d\u0438\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442, \u0456 \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0437\u043d\u043e\u0432\u0443.", + "Your donation could not be submitted.": "\u0412\u0430\u0448 \u0432\u043d\u0435\u0441\u043e\u043a \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u043f\u0440\u0438\u0439\u043d\u044f\u0442\u0438\u043c.", + "Your email message was successfully queued for sending. In courses with a large number of learners, email messages to learners might take up to an hour to be sent.": "\u0412\u0430\u0448 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0438\u0439 \u043b\u0438\u0441\u0442 \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0434\u043e\u0434\u0430\u043d\u043e \u0434\u043e \u0447\u0435\u0440\u0433\u0438 \u043d\u0430 \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u044f. \u0423 \u043a\u0443\u0440\u0441\u0430\u0445 \u0456\u0437 \u0437\u043d\u0430\u0447\u043d\u043e\u044e \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0441\u043b\u0443\u0445\u0430\u0447\u0456\u0432 \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u044f \u043b\u0438\u0441\u0442\u0456\u0432 \u043c\u043e\u0436\u0435 \u0437\u0430\u0442\u044f\u0433\u0443\u0432\u0430\u0442\u0438\u0441\u044c \u0434\u043e \u0433\u043e\u0434\u0438\u043d\u0438. ", + "Your export has failed.": "\u0412\u0430\u0448 \u0435\u043a\u0441\u043f\u043e\u0440\u0442 \u043d\u0435 \u0432\u0434\u0430\u0432\u0441\u044f.", + "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "\u0412\u0430\u0448 \u0444\u0430\u0439\u043b '{file}' \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043e. \u0417\u0430\u0447\u0435\u043a\u0430\u0439\u0442\u0435 \u043a\u0456\u043b\u044c\u043a\u0430 \u0445\u0432\u0438\u043b\u0438\u043d \u0434\u043b\u044f \u043e\u0431\u0440\u043e\u0431\u043a\u0438.", + "Your file could not be uploaded": "\u0412\u0430\u0448 \u0444\u0430\u0439\u043b \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u0438\u0439", + "Your file has been deleted.": "\u0412\u0430\u0448 \u0444\u0430\u0439\u043b \u0431\u0443\u043b\u043e \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043e.", + "Your file {filename} is too large (max size: {maxSize}MB).": "\u0424\u0430\u0439\u043b {filename} \u043f\u0435\u0440\u0435\u0432\u0438\u0449\u0443\u0454 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0438\u0439 \u0440\u043e\u0437\u043c\u0456\u0440 ({maxSize} M\u0431).", + "Your import has failed.": "\u0412\u0430\u0448 \u0456\u043c\u043f\u043e\u0440\u0442 \u043d\u0435 \u0432\u0434\u0430\u0432\u0441\u044f.", + "Your import is in progress; navigating away will abort it.": "\u0412\u0456\u0434\u0431\u0443\u0432\u0430\u0454\u0442\u044c\u0441\u044f \u0456\u043c\u043f\u043e\u0440\u0442; \u043f\u0435\u0440\u0435\u0445\u0456\u0434 \u043d\u0430 \u0456\u043d\u0448\u0443 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u043f\u0435\u0440\u0435\u0440\u0432\u0435 \u043f\u0440\u043e\u0446\u0435\u0441.", + "Your library could not be exported to XML. There is not enough information to identify the failed component. Inspect your library to identify any problematic components and try again.": "\u0412\u0430\u0448\u0430 \u0431\u0456\u0431\u043b\u0456\u043e\u0442\u0435\u043a\u0430 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0435\u043a\u0441\u043f\u043e\u0440\u0442\u043e\u0432\u0430\u043d\u0430 \u0432 XML. \u041d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043d\u044c\u043e \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u0457, \u0449\u043e \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0443\u0432\u0430\u0442\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u043d\u0438\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442. \u041f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u0441\u0432\u0456\u0439 \u043a\u0443\u0440\u0441, \u0449\u043e\u0431 \u0437\u043d\u0430\u0439\u0442\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u043d\u0438\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442, \u0456 \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0437\u043d\u043e\u0432\u0443.", + "Your message cannot be blank.": "\u0412\u0430\u0448\u0435 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u043f\u043e\u0440\u043e\u0436\u043d\u0456\u043c.", + "Your message must have a subject.": "\u0412\u0430\u0448\u0435 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u043f\u043e\u0432\u0438\u043d\u043d\u043e \u043c\u0430\u0442\u0438 \u0442\u0435\u043c\u0443.", + "Your message must have at least one target.": "\u0412\u0430\u0448\u0435 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u043f\u043e\u0432\u0438\u043d\u043d\u043e \u043c\u0430\u0442\u0438 \u0430\u0434\u0440\u0435\u0441\u0430\u0442\u0430.", + "Your policy changes have been saved.": "\u0412\u043d\u0435\u0441\u0435\u043d\u0456 \u0432\u0430\u043c\u0438 \u0437\u043c\u0456\u043d\u0438 \u0434\u043e \u043f\u0440\u0430\u0432\u0438\u043b, \u0431\u0443\u043b\u0438 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u0456. ", + "Your post will be discarded.": "\u0412\u0430\u0448\u0435 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u0431\u0443\u0434\u0435 \u0432\u0456\u0434\u043c\u0456\u043d\u0435\u043d\u043e.", + "Your profile settings are managed by {enterprise_name}. Contact your administrator or {link_start}edX Support{link_end} for help.": "\u041a\u0435\u0440\u0443\u0432\u0430\u043d\u043d\u044f \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f\u043c\u0438 \u0432\u0430\u0448\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0456\u043b\u044e \u0437\u0434\u0456\u0439\u0441\u043d\u044e\u0454\u0442\u044c\u0441\u044f {enterprise_name}. \u0417\u0432\u0435\u0440\u043d\u0456\u0442\u044c\u0441\u044f \u0434\u043e \u0441\u0432\u043e\u0433\u043e \u0430\u0434\u043c\u0456\u043d\u0456\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u0430 \u0430\u0431\u043e {link_start} edX \u041f\u0456\u0434\u0442\u0440\u0438\u043c\u043a\u0438 {link_end} \u0437\u0430 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u043e\u044e.", + "Your question or idea (required)": "\u0412\u0430\u0448\u0435 \u0437\u0430\u043f\u0438\u0442\u0430\u043d\u043d\u044f \u0447\u0438 \u0456\u0434\u0435\u044f (\u043e\u0431\u043e\u0432'\u044f\u0437\u043a\u043e\u0432\u043e)", + "Your request could not be completed due to a server problem. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0432\u0438\u043a\u043e\u043d\u0430\u0442\u0438 \u0412\u0430\u0448 \u0437\u0430\u043f\u0438\u0442 \u0443 \u0437\u0432'\u044f\u0437\u043a\u0443 \u0437 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u043e\u0439 \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0456. \u041f\u0435\u0440\u0435\u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0442\u0435 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0456 \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437. \u042f\u043a\u0449\u043e \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u044c\u0441\u044f, \u043a\u043b\u0430\u0446\u043d\u0456\u0442\u044c \u043f\u043e \u0432\u043a\u043b\u0430\u0434\u0446\u0456 \u0414\u043e\u043f\u043e\u043c\u043e\u0433\u0430 \u0456 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u0442\u0435 \u043f\u0440\u043e \u0446\u0435.", + "Your request could not be completed. Reload the page and try again.": "\u0412\u0430\u0448 \u0437\u0430\u043f\u0438\u0442 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0432\u0438\u043a\u043e\u043d\u0430\u043d\u0438\u0439. \u041f\u0435\u0440\u0435\u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0442\u0435 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0437\u043d\u043e\u0432\u0443.", + "Your request could not be completed. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0432\u0438\u043a\u043e\u043d\u0430\u0442\u0438 \u0432\u0430\u0448 \u0437\u0430\u043f\u0438\u0442. \u041f\u0435\u0440\u0435\u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0442\u0435 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0456 \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437. \u042f\u043a\u0449\u043e \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u044c\u0441\u044f, \u043d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u043f\u043e \u0432\u043a\u043b\u0430\u0434\u0446\u0456 \u0414\u043e\u043f\u043e\u043c\u043e\u0433\u0430 \u0456 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u0442\u0435 \u043f\u0440\u043e \u0446\u0435.", + "Your request could not be processed. Refresh the page and try again.": "\u0412\u0430\u0448 \u0437\u0430\u043f\u0438\u0442 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u043e\u0431\u0440\u043e\u0431\u043b\u0435\u043d\u0438\u0439. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.", + "Your unenrollment request could not be processed. Please try again later.": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u043e\u0431\u0440\u043e\u0431\u0438\u0442\u0438 \u0432\u0430\u0448 \u0437\u0430\u043f\u0438\u0442 \u043d\u0430 \u0432\u0456\u0434\u0445\u0438\u043b\u0435\u043d\u043d\u044f. \u0411\u0443\u0434\u044c-\u043b\u0430\u0441\u043a\u0430, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u0456\u0437\u043d\u0456\u0448\u0435.", + "Your upload of '{file}' failed.": "\u041f\u0456\u0434 \u0447\u0430\u0441 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0444\u0430\u0439\u043b\u0443 '{file}' \u0432\u0438\u043d\u0438\u043a\u043b\u0438 \u043f\u043e\u043c\u0438\u043b\u043a\u0438.", + "Your upload of '{file}' succeeded.": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0444\u0430\u0439\u043b\u0443 '{file}' \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e.", + "Your video uploads are not complete.": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0432\u0430\u0448\u043e\u0433\u043e \u0432\u0456\u0434\u0435\u043e \u043d\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e.", + "Yourself": "\u0412\u0438", + "[no tags]": "[\u043d\u0435\u043c\u0430\u0454 \u0442\u0435\u0433\u0456\u0432]", + "a day": "\u0434\u0435\u043d\u044c", "about %d hour": [ - "\u0431\u043b\u0438\u0437\u044c\u043a\u043e %d \u0433\u043e\u0434\u0438\u043d\u0438", - "\u0431\u043b\u0438\u0437\u044c\u043a\u043e %d \u0433\u043e\u0434\u0438\u043d", - "\u0431\u043b\u0438\u0437\u044c\u043a\u043e %d \u0433\u043e\u0434\u0438\u043d", + "\u0431\u043b\u0438\u0437\u044c\u043a\u043e %d \u0433\u043e\u0434\u0438\u043d\u0438", + "\u0431\u043b\u0438\u0437\u044c\u043a\u043e %d \u0433\u043e\u0434\u0438\u043d", + "\u0431\u043b\u0438\u0437\u044c\u043a\u043e %d \u0433\u043e\u0434\u0438\u043d", "\u0431\u043b\u0438\u0437\u044c\u043a\u043e %d \u0433\u043e\u0434\u0438\u043d" - ], - "about a minute": "\u0431\u043b\u0438\u0437\u044c\u043a\u043e \u0445\u0432\u0438\u043b\u0438\u043d\u0438", - "about a month": "\u0431\u043b\u0438\u0437\u044c\u043a\u043e \u043c\u0456\u0441\u044f\u0446\u044f", - "about a year": "\u0431\u043b\u0438\u0437\u044c\u043a\u043e \u0440\u043e\u043a\u0443", - "about an hour": "\u0431\u043b\u0438\u0437\u044c\u043a\u043e \u0433\u043e\u0434\u0438\u043d\u0438", - "and others": "\u0442\u0430 \u0456\u043d\u0448\u0456", - "anonymous": "\u043d\u0435\u0432\u0456\u0434\u043e\u043c\u0438\u0439", - "answer": "\u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c", - "asset_path is required": "asset_path \u043e\u0431\u043e\u0432'\u044f\u0437\u043a\u043e\u0432\u0438\u0439", - "bytes": "\u0431\u0430\u0439\u0442\u0438", - "certificate": "\u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442", - "content group": "\u043a\u043e\u043d\u0442\u0435\u043d\u0442\u043d\u0430 \u0433\u0440\u0443\u043f\u0430", - "correct": "\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e", - "dragging": "\u043f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f", - "dragging out of slider": "\u043f\u0435\u0440\u0435\u0442\u044f\u0433\u0443\u0432\u0430\u043d\u043d\u044f \u0437 \u043b\u0435\u043d\u0442\u0438", - "dropped in slider": "\u0437\u0430\u043b\u0438\u0448\u0435\u043d\u043e \u043d\u0430 \u043b\u0435\u043d\u0442\u0456", - "dropped on target": "\u0437\u0430\u043b\u0438\u0448\u0435\u043d\u043e \u043d\u0430 \u0446\u0456\u043b\u0456", - "e.g. 'Sky with clouds'. The description is helpful for users who cannot see the image.": "\u043d\u0430\u043f\u0440\u0438\u043a\u043b\u0430\u0434, \\\"\u043d\u0435\u0431\u043e \u0437 \u0445\u043c\u0430\u0440\u0430\u043c\u0438\\\". \u041e\u043f\u0438\u0441 \u0437\u0440\u0443\u0447\u043d\u0438\u0439 \u0434\u043b\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456\u0432, \u044f\u043a\u0456 \u043d\u0435 \u043c\u043e\u0436\u0443\u0442\u044c \u0431\u0430\u0447\u0438\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f.", - "e.g. 'google'": "\u043d\u0430\u043f\u0440\u0438\u043a\u043b\u0430\u0434: 'google'", - "e.g. 'http://google.com'": "\u043d\u0430\u043f\u0440\u0438\u043a\u043b\u0430\u0434: 'http://google.com'\u00a0", - "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "\u043d\u0430\u043f\u0440\u0438\u043a\u043b\u0430\u0434: johndoe@example.com, JaneDoe, joeydoe@example.com", - "emphasized text": "\u043f\u0456\u0434\u043a\u0440\u0435\u0441\u043b\u0435\u043d\u0438\u0439 \u0442\u0435\u043a\u0441\u0442", - "enter code here": "\u0443\u0432\u0435\u0434\u0456\u0442\u044c \u0442\u0443\u0442 \u043a\u043e\u0434", - "enter link description here": "\u0443\u0432\u0435\u0434\u0456\u0442\u044c \u0442\u0443\u0442 \u043e\u043f\u0438\u0441 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f", - "group configuration": "\u043a\u043e\u043d\u0444\u0456\u0433\u0443\u0440\u0430\u0446\u0456\u044f \u0433\u0440\u0443\u043f\u0438", - "image omitted": "\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u043f\u0440\u043e\u043f\u0443\u0449\u0435\u043d\u043e", - "incorrect": "\u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e", - "last activity": "\u043e\u0441\u0442\u0430\u043d\u043d\u044f \u0430\u043a\u0442\u0438\u0432\u043d\u0456\u0441\u0442\u044c", - "less than a minute": "\u043c\u0435\u043d\u0448\u0435 \u0445\u0432\u0438\u043b\u0438\u043d\u0438", - "minute": "\u0445\u0432\u0438\u043b\u0438\u043d\u0430", - "minutes": "\u0445\u0432\u0438\u043b\u0438\u043d\u0438", - "name": "\u0456\u043c'\u044f", - "off": "\u0432\u0438\u043c\u043a", - "on": "\u0432\u043a\u043b", - "one letter Friday\u0004F": "\u041f", - "one letter Monday\u0004M": "\u041f", - "one letter Saturday\u0004S": "\u0421", - "one letter Sunday\u0004S": "\u041d", - "one letter Thursday\u0004T": "\u0427", - "one letter Tuesday\u0004T": "\u0412", - "one letter Wednesday\u0004W": "\u0421", - "open slots": "\u0432\u0456\u043b\u044c\u043d\u0435 \u043c\u0456\u0441\u0446\u0435", - "or": "\u0430\u0431\u043e", - "provide the title/name of the chapter that will be used in navigating": "\u0421\u0442\u0432\u043e\u0440\u0456\u0442\u044c \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a / \u043d\u0430\u0437\u0432\u0443 \u0440\u043e\u0437\u0434\u0456\u043b\u0443, \u044f\u043a\u0438\u0439 \u0431\u0443\u0434\u0435 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u0442\u0438\u0441\u044f \u0434\u043b\u044f \u043d\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457", - "provide the title/name of the text book as you would like your students to see it": "\u0441\u0442\u0432\u043e\u0440\u0456\u0442\u044c \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a / \u043d\u0430\u0437\u0432\u0443 \u043f\u0456\u0434\u0440\u0443\u0447\u043d\u0438\u043a\u0430, \u044f\u043a\u0443 \u0431\u0430\u0447\u0438\u0442\u0438\u043c\u0443\u0442\u044c \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0438", - "second": "\u0441\u0435\u043a\u0443\u043d\u0434\u0430", - "seconds": "\u0441\u0435\u043a\u0443\u043d\u0434\u0438", - "section": "\u0440\u043e\u0437\u0434\u0456\u043b", - "strong text": "\u0430\u043a\u0446\u0435\u043d\u0442\u043e\u0432\u0430\u043d\u0438\u0439 \u0442\u0435\u043a\u0441\u0442", - "subsection": "\u043f\u0456\u0434\u0440\u043e\u0437\u0434\u0456\u043b", - "team count": "\u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u043a\u043e\u043c\u0430\u043d\u0434", - "text_word_{uniqueId}": "text_word_{uniqueId}", - "text_word_{uniqueId} title_word_{uniqueId}": "text_word_{uniqueId} title_word_{uniqueId}", + ], + "about a minute": "\u0431\u043b\u0438\u0437\u044c\u043a\u043e \u0445\u0432\u0438\u043b\u0438\u043d\u0438", + "about a month": "\u0431\u043b\u0438\u0437\u044c\u043a\u043e \u043c\u0456\u0441\u044f\u0446\u044f", + "about a year": "\u0431\u043b\u0438\u0437\u044c\u043a\u043e \u0440\u043e\u043a\u0443", + "about an hour": "\u0431\u043b\u0438\u0437\u044c\u043a\u043e \u0433\u043e\u0434\u0438\u043d\u0438", + "and others": "\u0442\u0430 \u0456\u043d\u0448\u0456", + "anonymous": "\u043d\u0435\u0432\u0456\u0434\u043e\u043c\u0438\u0439", + "answer": "\u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c", + "asset_path is required": "asset_path \u043e\u0431\u043e\u0432'\u044f\u0437\u043a\u043e\u0432\u0438\u0439", + "bytes": "\u0431\u0430\u0439\u0442\u0438", + "certificate": "\u0441\u0435\u0440\u0442\u0438\u0444\u0456\u043a\u0430\u0442", + "content group": "\u043a\u043e\u043d\u0442\u0435\u043d\u0442\u043d\u0430 \u0433\u0440\u0443\u043f\u0430", + "correct": "\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e", + "dragging": "\u043f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f", + "dragging out of slider": "\u043f\u0435\u0440\u0435\u0442\u044f\u0433\u0443\u0432\u0430\u043d\u043d\u044f \u0437 \u043b\u0435\u043d\u0442\u0438", + "dropped in slider": "\u0437\u0430\u043b\u0438\u0448\u0435\u043d\u043e \u043d\u0430 \u043b\u0435\u043d\u0442\u0456", + "dropped on target": "\u0437\u0430\u043b\u0438\u0448\u0435\u043d\u043e \u043d\u0430 \u0446\u0456\u043b\u0456", + "e.g. 'Sky with clouds'. The description is helpful for users who cannot see the image.": "\u043d\u0430\u043f\u0440\u0438\u043a\u043b\u0430\u0434, \\\"\u043d\u0435\u0431\u043e \u0437 \u0445\u043c\u0430\u0440\u0430\u043c\u0438\\\". \u041e\u043f\u0438\u0441 \u0437\u0440\u0443\u0447\u043d\u0438\u0439 \u0434\u043b\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456\u0432, \u044f\u043a\u0456 \u043d\u0435 \u043c\u043e\u0436\u0443\u0442\u044c \u0431\u0430\u0447\u0438\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f.", + "e.g. 'google'": "\u043d\u0430\u043f\u0440\u0438\u043a\u043b\u0430\u0434: 'google'", + "e.g. 'http://google.com'": "\u043d\u0430\u043f\u0440\u0438\u043a\u043b\u0430\u0434: 'http://google.com'\u00a0", + "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "\u043d\u0430\u043f\u0440\u0438\u043a\u043b\u0430\u0434: johndoe@example.com, JaneDoe, joeydoe@example.com", + "emphasized text": "\u043f\u0456\u0434\u043a\u0440\u0435\u0441\u043b\u0435\u043d\u0438\u0439 \u0442\u0435\u043a\u0441\u0442", + "enter code here": "\u0443\u0432\u0435\u0434\u0456\u0442\u044c \u0442\u0443\u0442 \u043a\u043e\u0434", + "enter link description here": "\u0443\u0432\u0435\u0434\u0456\u0442\u044c \u0442\u0443\u0442 \u043e\u043f\u0438\u0441 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f", + "group configuration": "\u043a\u043e\u043d\u0444\u0456\u0433\u0443\u0440\u0430\u0446\u0456\u044f \u0433\u0440\u0443\u043f\u0438", + "image omitted": "\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u043f\u0440\u043e\u043f\u0443\u0449\u0435\u043d\u043e", + "incorrect": "\u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e", + "last activity": "\u043e\u0441\u0442\u0430\u043d\u043d\u044f \u0430\u043a\u0442\u0438\u0432\u043d\u0456\u0441\u0442\u044c", + "less than a minute": "\u043c\u0435\u043d\u0448\u0435 \u0445\u0432\u0438\u043b\u0438\u043d\u0438", + "minute": "\u0445\u0432\u0438\u043b\u0438\u043d\u0430", + "minutes": "\u0445\u0432\u0438\u043b\u0438\u043d\u0438", + "name": "\u0456\u043c'\u044f", + "off": "\u0432\u0438\u043c\u043a", + "on": "\u0432\u043a\u043b", + "one letter Friday\u0004F": "\u041f", + "one letter Monday\u0004M": "\u041f", + "one letter Saturday\u0004S": "\u0421", + "one letter Sunday\u0004S": "\u041d", + "one letter Thursday\u0004T": "\u0427", + "one letter Tuesday\u0004T": "\u0412", + "one letter Wednesday\u0004W": "\u0421", + "open slots": "\u0432\u0456\u043b\u044c\u043d\u0435 \u043c\u0456\u0441\u0446\u0435", + "or": "\u0430\u0431\u043e", + "provide the title/name of the chapter that will be used in navigating": "\u0421\u0442\u0432\u043e\u0440\u0456\u0442\u044c \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a / \u043d\u0430\u0437\u0432\u0443 \u0440\u043e\u0437\u0434\u0456\u043b\u0443, \u044f\u043a\u0438\u0439 \u0431\u0443\u0434\u0435 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u0442\u0438\u0441\u044f \u0434\u043b\u044f \u043d\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457", + "provide the title/name of the text book as you would like your students to see it": "\u0441\u0442\u0432\u043e\u0440\u0456\u0442\u044c \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a / \u043d\u0430\u0437\u0432\u0443 \u043f\u0456\u0434\u0440\u0443\u0447\u043d\u0438\u043a\u0430, \u044f\u043a\u0443 \u0431\u0430\u0447\u0438\u0442\u0438\u043c\u0443\u0442\u044c \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0438", + "second": "\u0441\u0435\u043a\u0443\u043d\u0434\u0430", + "seconds": "\u0441\u0435\u043a\u0443\u043d\u0434\u0438", + "section": "\u0440\u043e\u0437\u0434\u0456\u043b", + "strong text": "\u0430\u043a\u0446\u0435\u043d\u0442\u043e\u0432\u0430\u043d\u0438\u0439 \u0442\u0435\u043a\u0441\u0442", + "subsection": "\u043f\u0456\u0434\u0440\u043e\u0437\u0434\u0456\u043b", + "team count": "\u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u043a\u043e\u043c\u0430\u043d\u0434", + "text_word_{uniqueId}": "text_word_{uniqueId}", + "text_word_{uniqueId} title_word_{uniqueId}": "text_word_{uniqueId} title_word_{uniqueId}", "there is currently {numVotes} vote": [ - "\u043d\u0430\u0440\u0430\u0437\u0456 {numVotes}\u0433\u043e\u043b\u043e\u0441\u0456\u0432", - "\u043d\u0430\u0440\u0430\u0437\u0456 {numVotes}\u0433\u043e\u043b\u043e\u0441\u0456\u0432", - "\u043d\u0430\u0440\u0430\u0437\u0456 {numVotes}\u0433\u043e\u043b\u043e\u0441\u0456\u0432", + "\u043d\u0430\u0440\u0430\u0437\u0456 {numVotes}\u0433\u043e\u043b\u043e\u0441\u0456\u0432", + "\u043d\u0430\u0440\u0430\u0437\u0456 {numVotes}\u0433\u043e\u043b\u043e\u0441\u0456\u0432", + "\u043d\u0430\u0440\u0430\u0437\u0456 {numVotes}\u0433\u043e\u043b\u043e\u0441\u0456\u0432", "\u043d\u0430\u0440\u0430\u0437\u0456 {numVotes}\u0433\u043e\u043b\u043e\u0441\u0456\u0432" - ], - "title_word_{uniqueId}": "title_word_{uniqueId}", - "unit": "\u044e\u043d\u0456\u0442", - "unsubmitted": "\u043d\u0435 \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0439", - "upload a PDF file or provide the path to a Studio asset file": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0442\u0435 \u0444\u0430\u0439\u043b \u0443 \u0444\u043e\u0440\u043c\u0430\u0442\u0456 PDF \u0430\u0431\u043e \u0432\u043a\u0430\u0436\u0456\u0442\u044c \u0448\u043b\u044f\u0445 \u0434\u043e \u0444\u0430\u0439\u043b\u0443 \u043e\u0431'\u0454\u043a\u0442\u0430 \u0421\u0442\u0443\u0434\u0456\u0457", - "username or email": "\u0456\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0430\u0431\u043e \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430 \u043f\u043e\u0448\u0442\u0430", - "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", - "{ReqTextSpanStart}Requirements{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{ReqTextSpanStart}\u0412\u0438\u043c\u043e\u0433\u0438{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", - "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start}\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u043a\u043e\u043c\u0430\u043d\u0434 \u0437 \u0456\u043d\u0448\u0438\u0445 \u0442\u0435\u043c{span_end} \u0430\u0431\u043e {search_span_start} \u043f\u043e\u0448\u0443\u043a{span_end} \u043f\u043e \u0446\u0456\u0439 \u0442\u0435\u043c\u0456. \u042f\u043a\u0449\u043e \u0412\u0438 \u0432\u0441\u0435 \u0449\u0435 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u043d\u0430\u0439\u0442\u0438 \u043a\u043e\u043c\u0430\u043d\u0434\u0443, \u0449\u043e\u0431 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f, {create_span_start}\u0441\u0442\u0432\u043e\u0440\u0456\u0442\u044c \u043d\u043e\u0432\u0443 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 \u043f\u043e \u0446\u0456\u0439 \u0442\u0435\u043c\u0456{span_end}.", - "{display_name} Settings": "{display_name} \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f", - "{email}": "{email}", - "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} \u0432\u0436\u0435 \u0434\u043e\u0434\u0430\u043d\u0438\u0439 \u0434\u043e {container} \u043a\u043e\u043c\u0430\u043d\u0434\u0438. \u041f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443 \u0430\u0434\u0440\u0435\u0441\u0443 \u0449\u0435 \u0440\u0430\u0437, \u044f\u043a\u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0434\u043e\u0434\u0430\u0442\u0438 \u043d\u043e\u0432\u043e\u0433\u043e \u0447\u043b\u0435\u043d\u0430.", - "{filename} exceeds maximum size of {maxFileSizeInGB} GB.": "{filename} \u043f\u0435\u0440\u0435\u0432\u0438\u0449\u0435\u043d\u043e \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0438\u0439 \u0440\u043e\u0437\u043c\u0456\u0440 {maxFileSizeInGB} GB.", - "{filename} is not in a supported file format. Supported file formats are {supportedFileFormats}.": "{filename} \u043c\u0430\u0454 \u043d\u0435\u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0432\u0430\u043d\u0438\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u0444\u0430\u0439\u043b\u0430. \u041f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0432\u0430\u043d\u0456 \u0444\u043e\u0440\u043c\u0430\u0442\u0438 {supportedFileFormats}.", - "{hours}:{minutes} (current UTC time)": "{hours}:{minutes} (current UTC time)", - "{htmlStart}Want to change your email, name, or password instead?{htmlEnd}": "{htmlStart}\u0411\u0430\u0436\u0430\u0454\u0442\u0435 \u0437\u0430\u043c\u0456\u043d\u0438\u0442\u0438 \u0430\u0434\u0440\u0435\u0441\u0443 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0457 \u043f\u043e\u0448\u0442\u0438, \u0456\u043c\u0435\u043d\u0456 \u0430\u0431\u043e \u043f\u0430\u0440\u043e\u043b\u044f? {htmlEnd}", - "{label}: {status}": "{label}: {status}", - "{maxWidth}x{maxHeight} pixels": "{maxWidth}x{maxHeight} \u043f\u0456\u043a\u0441\u0435\u043b\u0456", - "{minutes} {unit}": "{minutes} {unit}", + ], + "title_word_{uniqueId}": "title_word_{uniqueId}", + "unit": "\u044e\u043d\u0456\u0442", + "unsubmitted": "\u043d\u0435 \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0439", + "upload a PDF file or provide the path to a Studio asset file": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0442\u0435 \u0444\u0430\u0439\u043b \u0443 \u0444\u043e\u0440\u043c\u0430\u0442\u0456 PDF \u0430\u0431\u043e \u0432\u043a\u0430\u0436\u0456\u0442\u044c \u0448\u043b\u044f\u0445 \u0434\u043e \u0444\u0430\u0439\u043b\u0443 \u043e\u0431'\u0454\u043a\u0442\u0430 \u0421\u0442\u0443\u0434\u0456\u0457", + "username or email": "\u0456\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0430\u0431\u043e \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430 \u043f\u043e\u0448\u0442\u0430", + "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", + "{ReqTextSpanStart}Requirements{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{ReqTextSpanStart}\u0412\u0438\u043c\u043e\u0433\u0438{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", + "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start}\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u043a\u043e\u043c\u0430\u043d\u0434 \u0437 \u0456\u043d\u0448\u0438\u0445 \u0442\u0435\u043c{span_end} \u0430\u0431\u043e {search_span_start} \u043f\u043e\u0448\u0443\u043a{span_end} \u043f\u043e \u0446\u0456\u0439 \u0442\u0435\u043c\u0456. \u042f\u043a\u0449\u043e \u0412\u0438 \u0432\u0441\u0435 \u0449\u0435 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u043d\u0430\u0439\u0442\u0438 \u043a\u043e\u043c\u0430\u043d\u0434\u0443, \u0449\u043e\u0431 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f, {create_span_start}\u0441\u0442\u0432\u043e\u0440\u0456\u0442\u044c \u043d\u043e\u0432\u0443 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 \u043f\u043e \u0446\u0456\u0439 \u0442\u0435\u043c\u0456{span_end}.", + "{display_name} Settings": "{display_name} \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f", + "{email}": "{email}", + "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} \u0432\u0436\u0435 \u0434\u043e\u0434\u0430\u043d\u0438\u0439 \u0434\u043e {container} \u043a\u043e\u043c\u0430\u043d\u0434\u0438. \u041f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443 \u0430\u0434\u0440\u0435\u0441\u0443 \u0449\u0435 \u0440\u0430\u0437, \u044f\u043a\u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0434\u043e\u0434\u0430\u0442\u0438 \u043d\u043e\u0432\u043e\u0433\u043e \u0447\u043b\u0435\u043d\u0430.", + "{filename} exceeds maximum size of {maxFileSizeInGB} GB.": "{filename} \u043f\u0435\u0440\u0435\u0432\u0438\u0449\u0435\u043d\u043e \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0438\u0439 \u0440\u043e\u0437\u043c\u0456\u0440 {maxFileSizeInGB} GB.", + "{filename} is not in a supported file format. Supported file formats are {supportedFileFormats}.": "{filename} \u043c\u0430\u0454 \u043d\u0435\u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0432\u0430\u043d\u0438\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u0444\u0430\u0439\u043b\u0430. \u041f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0432\u0430\u043d\u0456 \u0444\u043e\u0440\u043c\u0430\u0442\u0438 {supportedFileFormats}.", + "{hours}:{minutes} (current UTC time)": "{hours}:{minutes} (current UTC time)", + "{htmlStart}Want to change your email, name, or password instead?{htmlEnd}": "{htmlStart}\u0411\u0430\u0436\u0430\u0454\u0442\u0435 \u0437\u0430\u043c\u0456\u043d\u0438\u0442\u0438 \u0430\u0434\u0440\u0435\u0441\u0443 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0457 \u043f\u043e\u0448\u0442\u0438, \u0456\u043c\u0435\u043d\u0456 \u0430\u0431\u043e \u043f\u0430\u0440\u043e\u043b\u044f? {htmlEnd}", + "{label}: {status}": "{label}: {status}", + "{maxWidth}x{maxHeight} pixels": "{maxWidth}x{maxHeight} \u043f\u0456\u043a\u0441\u0435\u043b\u0456", + "{minutes} {unit}": "{minutes} {unit}", "{numMoved} learner was moved from {prevCohort}": [ - "{numMoved} \u0443\u0447\u043d\u0456 \u0431\u0443\u043b\u0438 \u043f\u0435\u0440\u0435\u043d\u0435\u0441\u0435\u043d\u0456 \u0437 {prevCohort}", - "{numMoved} \u0443\u0447\u043d\u0456 \u0431\u0443\u043b\u0438 \u043f\u0435\u0440\u0435\u043d\u0435\u0441\u0435\u043d\u0456 \u0437 {prevCohort}", - "{numMoved} \u0443\u0447\u043d\u0456 \u0431\u0443\u043b\u0438 \u043f\u0435\u0440\u0435\u043d\u0435\u0441\u0435\u043d\u0456 \u0437 {prevCohort}", + "{numMoved} \u0443\u0447\u043d\u0456 \u0431\u0443\u043b\u0438 \u043f\u0435\u0440\u0435\u043d\u0435\u0441\u0435\u043d\u0456 \u0437 {prevCohort}", + "{numMoved} \u0443\u0447\u043d\u0456 \u0431\u0443\u043b\u0438 \u043f\u0435\u0440\u0435\u043d\u0435\u0441\u0435\u043d\u0456 \u0437 {prevCohort}", + "{numMoved} \u0443\u0447\u043d\u0456 \u0431\u0443\u043b\u0438 \u043f\u0435\u0440\u0435\u043d\u0435\u0441\u0435\u043d\u0456 \u0437 {prevCohort}", "{numMoved} \u0443\u0447\u043d\u0456 \u0431\u0443\u043b\u0438 \u043f\u0435\u0440\u0435\u043d\u0435\u0441\u0435\u043d\u0456 \u0437 {prevCohort}" - ], + ], "{numPreassigned} learner was pre-assigned for this cohort. This learner will automatically be added to the cohort when they enroll in the course.": [ - "{numPreassigned} \u0443\u0447\u043d\u0456 \u0431\u0443\u043b\u0438 \u043f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u044c\u043e \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u0434\u043e \u0446\u0456\u0454\u0457 \u043a\u043e\u0433\u043e\u0440\u0442\u0438. \u0426\u0456 \u0443\u0447\u043d\u0456 \u0431\u0443\u0434\u0443\u0442\u044c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0434\u043e\u0434\u0430\u0432\u0430\u0442\u0438\u0441\u044f \u0434\u043e \u043a\u043e\u0433\u043e\u0440\u0442\u0438 \u043f\u0456\u0441\u043b\u044f \u0437\u0430\u0440\u0430\u0445\u0443\u0432\u0430\u043d\u043d\u044f \u0434\u043e \u043a\u043e\u0433\u043e\u0440\u0442\u0438 \u043a\u0443\u0440\u0441\u0443.", - "{numPreassigned} \u0443\u0447\u043d\u0456 \u0431\u0443\u043b\u0438 \u043f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u044c\u043e \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u0434\u043e \u0446\u0456\u0454\u0457 \u043a\u043e\u0433\u043e\u0440\u0442\u0438. \u0426\u0456 \u0443\u0447\u043d\u0456 \u0431\u0443\u0434\u0443\u0442\u044c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0434\u043e\u0434\u0430\u0432\u0430\u0442\u0438\u0441\u044f \u0434\u043e \u043a\u043e\u0433\u043e\u0440\u0442\u0438 \u043f\u0456\u0441\u043b\u044f \u0437\u0430\u0440\u0430\u0445\u0443\u0432\u0430\u043d\u043d\u044f \u0434\u043e \u043a\u043e\u0433\u043e\u0440\u0442\u0438 \u043a\u0443\u0440\u0441\u0443.", - "{numPreassigned} \u0443\u0447\u043d\u0456 \u0431\u0443\u043b\u0438 \u043f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u044c\u043e \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u0434\u043e \u0446\u0456\u0454\u0457 \u043a\u043e\u0433\u043e\u0440\u0442\u0438. \u0426\u0456 \u0443\u0447\u043d\u0456 \u0431\u0443\u0434\u0443\u0442\u044c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0434\u043e\u0434\u0430\u0432\u0430\u0442\u0438\u0441\u044f \u0434\u043e \u043a\u043e\u0433\u043e\u0440\u0442\u0438 \u043f\u0456\u0441\u043b\u044f \u0437\u0430\u0440\u0430\u0445\u0443\u0432\u0430\u043d\u043d\u044f \u0434\u043e \u043a\u043e\u0433\u043e\u0440\u0442\u0438 \u043a\u0443\u0440\u0441\u0443.", + "{numPreassigned} \u0443\u0447\u043d\u0456 \u0431\u0443\u043b\u0438 \u043f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u044c\u043e \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u0434\u043e \u0446\u0456\u0454\u0457 \u043a\u043e\u0433\u043e\u0440\u0442\u0438. \u0426\u0456 \u0443\u0447\u043d\u0456 \u0431\u0443\u0434\u0443\u0442\u044c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0434\u043e\u0434\u0430\u0432\u0430\u0442\u0438\u0441\u044f \u0434\u043e \u043a\u043e\u0433\u043e\u0440\u0442\u0438 \u043f\u0456\u0441\u043b\u044f \u0437\u0430\u0440\u0430\u0445\u0443\u0432\u0430\u043d\u043d\u044f \u0434\u043e \u043a\u043e\u0433\u043e\u0440\u0442\u0438 \u043a\u0443\u0440\u0441\u0443.", + "{numPreassigned} \u0443\u0447\u043d\u0456 \u0431\u0443\u043b\u0438 \u043f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u044c\u043e \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u0434\u043e \u0446\u0456\u0454\u0457 \u043a\u043e\u0433\u043e\u0440\u0442\u0438. \u0426\u0456 \u0443\u0447\u043d\u0456 \u0431\u0443\u0434\u0443\u0442\u044c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0434\u043e\u0434\u0430\u0432\u0430\u0442\u0438\u0441\u044f \u0434\u043e \u043a\u043e\u0433\u043e\u0440\u0442\u0438 \u043f\u0456\u0441\u043b\u044f \u0437\u0430\u0440\u0430\u0445\u0443\u0432\u0430\u043d\u043d\u044f \u0434\u043e \u043a\u043e\u0433\u043e\u0440\u0442\u0438 \u043a\u0443\u0440\u0441\u0443.", + "{numPreassigned} \u0443\u0447\u043d\u0456 \u0431\u0443\u043b\u0438 \u043f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u044c\u043e \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u0434\u043e \u0446\u0456\u0454\u0457 \u043a\u043e\u0433\u043e\u0440\u0442\u0438. \u0426\u0456 \u0443\u0447\u043d\u0456 \u0431\u0443\u0434\u0443\u0442\u044c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0434\u043e\u0434\u0430\u0432\u0430\u0442\u0438\u0441\u044f \u0434\u043e \u043a\u043e\u0433\u043e\u0440\u0442\u0438 \u043f\u0456\u0441\u043b\u044f \u0437\u0430\u0440\u0430\u0445\u0443\u0432\u0430\u043d\u043d\u044f \u0434\u043e \u043a\u043e\u0433\u043e\u0440\u0442\u0438 \u043a\u0443\u0440\u0441\u0443.", "{numPreassigned} \u0443\u0447\u043d\u0456 \u0431\u0443\u043b\u0438 \u043f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u044c\u043e \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u0434\u043e \u0446\u0456\u0454\u0457 \u043a\u043e\u0433\u043e\u0440\u0442\u0438. \u0426\u0456 \u0443\u0447\u043d\u0456 \u0431\u0443\u0434\u0443\u0442\u044c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0434\u043e\u0434\u0430\u0432\u0430\u0442\u0438\u0441\u044f \u0434\u043e \u043a\u043e\u0433\u043e\u0440\u0442\u0438 \u043f\u0456\u0441\u043b\u044f \u0437\u0430\u0440\u0430\u0445\u0443\u0432\u0430\u043d\u043d\u044f \u0434\u043e \u043a\u043e\u0433\u043e\u0440\u0442\u0438 \u043a\u0443\u0440\u0441\u0443." - ], + ], "{numPresent} learner was already in the cohort": [ - "{numPresent} \u0443\u0447\u043d\u0456 \u0432\u0436\u0435 \u0431\u0443\u043b\u0438 \u0443 \u043a\u043e\u0433\u043e\u0440\u0442\u0456", - "{numPresent} \u0443\u0447\u043d\u0456 \u0432\u0436\u0435 \u0431\u0443\u043b\u0438 \u0443 \u043a\u043e\u0433\u043e\u0440\u0442\u0456", - "{numPresent} \u0443\u0447\u043d\u0456 \u0432\u0436\u0435 \u0431\u0443\u043b\u0438 \u0443 \u043a\u043e\u0433\u043e\u0440\u0442\u0456", + "{numPresent} \u0443\u0447\u043d\u0456 \u0432\u0436\u0435 \u0431\u0443\u043b\u0438 \u0443 \u043a\u043e\u0433\u043e\u0440\u0442\u0456", + "{numPresent} \u0443\u0447\u043d\u0456 \u0432\u0436\u0435 \u0431\u0443\u043b\u0438 \u0443 \u043a\u043e\u0433\u043e\u0440\u0442\u0456", + "{numPresent} \u0443\u0447\u043d\u0456 \u0432\u0436\u0435 \u0431\u0443\u043b\u0438 \u0443 \u043a\u043e\u0433\u043e\u0440\u0442\u0456", "{numPresent} \u0443\u0447\u043d\u0456 \u0432\u0436\u0435 \u0431\u0443\u043b\u0438 \u0443 \u043a\u043e\u0433\u043e\u0440\u0442\u0456" - ], + ], "{numResponses} other response": [ - "{numResponses} \u0456\u043d\u0448\u0456 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456", - "{numResponses} \u0456\u043d\u0448\u0456 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456", - "{numResponses} \u0456\u043d\u0448\u0456 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456", + "{numResponses} \u0456\u043d\u0448\u0456 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456", + "{numResponses} \u0456\u043d\u0448\u0456 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456", + "{numResponses} \u0456\u043d\u0448\u0456 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456", "{numResponses} \u0456\u043d\u0448\u0456 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456" - ], + ], "{numResponses} response": [ - "{numResponses} \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456", - "{numResponses} \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456", - "{numResponses} \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456", + "{numResponses} \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456", + "{numResponses} \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456", + "{numResponses} \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456", "{numResponses} \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456" - ], + ], "{numUsersAdded} learner has been added to this cohort. ": [ - "{numUsersAdded} \u0443\u0447\u043d\u0456 \u0431\u0443\u043b\u0438 \u0434\u043e\u0434\u0430\u043d\u0456 \u0434\u043e \u0446\u0456\u0454\u0457 \u043a\u043e\u0433\u043e\u0440\u0442\u0438", - "{numUsersAdded} \u0443\u0447\u043d\u0456 \u0431\u0443\u043b\u0438 \u0434\u043e\u0434\u0430\u043d\u0456 \u0434\u043e \u0446\u0456\u0454\u0457 \u043a\u043e\u0433\u043e\u0440\u0442\u0438", - "{numUsersAdded} \u0443\u0447\u043d\u0456 \u0431\u0443\u043b\u0438 \u0434\u043e\u0434\u0430\u043d\u0456 \u0434\u043e \u0446\u0456\u0454\u0457 \u043a\u043e\u0433\u043e\u0440\u0442\u0438", + "{numUsersAdded} \u0443\u0447\u043d\u0456 \u0431\u0443\u043b\u0438 \u0434\u043e\u0434\u0430\u043d\u0456 \u0434\u043e \u0446\u0456\u0454\u0457 \u043a\u043e\u0433\u043e\u0440\u0442\u0438", + "{numUsersAdded} \u0443\u0447\u043d\u0456 \u0431\u0443\u043b\u0438 \u0434\u043e\u0434\u0430\u043d\u0456 \u0434\u043e \u0446\u0456\u0454\u0457 \u043a\u043e\u0433\u043e\u0440\u0442\u0438", + "{numUsersAdded} \u0443\u0447\u043d\u0456 \u0431\u0443\u043b\u0438 \u0434\u043e\u0434\u0430\u043d\u0456 \u0434\u043e \u0446\u0456\u0454\u0457 \u043a\u043e\u0433\u043e\u0440\u0442\u0438", "{numUsersAdded} \u0443\u0447\u043d\u0456 \u0431\u0443\u043b\u0438 \u0434\u043e\u0434\u0430\u043d\u0456 \u0434\u043e \u0446\u0456\u0454\u0457 \u043a\u043e\u0433\u043e\u0440\u0442\u0438" - ], + ], "{numVotes} Vote": [ - "{numVotes} \u0413\u043e\u043b\u043e\u0441", - "{numVotes} \u0413\u043e\u043b\u043e\u0441\u0456\u0432", - "{numVotes} \u0433\u043e\u043b\u043e\u0441\u0456\u0432", + "{numVotes} \u0413\u043e\u043b\u043e\u0441", + "{numVotes} \u0413\u043e\u043b\u043e\u0441\u0456\u0432", + "{numVotes} \u0433\u043e\u043b\u043e\u0441\u0456\u0432", "{numVotes} \u0433\u043e\u043b\u043e\u0441\u0456\u0432" - ], - "{screen_reader_start}Warning:{screen_reader_end} No content groups exist.": "{screen_reader_start}\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u0436\u0435\u043d\u043d\u044f:{screen_reader_end}\u00a0\u0436\u043e\u0434\u043d\u043e\u0457 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u043e\u0457 \u0433\u0440\u0443\u043f\u0438 \u043d\u0435 \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u043e.\u00a0", - "{seconds} {unit}": "{seconds} {unit}", - "{selectedProvider} credentials saved": "{selectedProvider} \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0456 \u0434\u0430\u043d\u0456 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u043e", - "{start_strong}{total}{end_strong} words submitted in total.": "{start_strong}{total}{end_strong} \u043f\u043e\u0434\u0430\u043d\u043e \u0441\u043b\u0456\u0432 \u0437\u0430\u0433\u0430\u043b\u043e\u043c.", - "{strongStart}Warning: Account deletion is permanent.{strongEnd} Please read the above carefully before proceeding. This is an irreversible action, and {strongStart}you will no longer be able to use the same email on edX.{strongEnd}": "{strongStart}\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u0436\u0435\u043d\u043d\u044f: \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u044f \u0410\u043a\u043a\u0430\u0443\u043d\u0442\u0443 \u0454 \u043f\u043e\u0441\u0442\u0456\u0439\u043d\u0438\u043c. {strongEnd} \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0443\u0432\u0430\u0436\u043d\u043e \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u0439\u0442\u0435 \u0432\u0438\u0449\u0435, \u043f\u0435\u0440\u0448 \u043d\u0456\u0436 \u043f\u0440\u043e\u0434\u043e\u0432\u0436\u0438\u0442\u0438. \u0426\u0435 \u043d\u0435\u0437\u0432\u043e\u0440\u043e\u0442\u043d\u0456 \u0434\u0456\u0457, \u0456 {strongStart} \u0432\u0438 \u0431\u0456\u043b\u044c\u0448\u0435 \u043d\u0435 \u0437\u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u0442\u0438 \u0442\u0443 \u0441\u0430\u043c\u0443 \u043f\u043e\u0448\u0442\u0443 \u043d\u0430 edX. {strongEnd}", - "{totalItems} total": "{totalItems} \u0437\u0430\u0433\u0430\u043b\u043e\u043c", + ], + "{screen_reader_start}Warning:{screen_reader_end} No content groups exist.": "{screen_reader_start}\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u0436\u0435\u043d\u043d\u044f:{screen_reader_end}\u00a0\u0436\u043e\u0434\u043d\u043e\u0457 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u043e\u0457 \u0433\u0440\u0443\u043f\u0438 \u043d\u0435 \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u043e.\u00a0", + "{seconds} {unit}": "{seconds} {unit}", + "{selectedProvider} credentials saved": "{selectedProvider} \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0456 \u0434\u0430\u043d\u0456 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u043e", + "{start_strong}{total}{end_strong} words submitted in total.": "{start_strong}{total}{end_strong} \u043f\u043e\u0434\u0430\u043d\u043e \u0441\u043b\u0456\u0432 \u0437\u0430\u0433\u0430\u043b\u043e\u043c.", + "{totalItems} total": "{totalItems} \u0437\u0430\u0433\u0430\u043b\u043e\u043c", "{total_results} result": [ - "{total_results} \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442", - "{total_results} \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432", - "{total_results} \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432", + "{total_results} \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442", + "{total_results} \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432", + "{total_results} \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432", "{total_results} \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432" - ], - "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}": "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}", - "{type} Progress": "{type} \u041f\u0440\u043e\u0433\u0440\u0435\u0441", + ], + "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}": "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}", + "{type} Progress": "{type} \u041f\u0440\u043e\u0433\u0440\u0435\u0441", "\u2026": "..." }; for (var key in newcatalog) { @@ -1733,40 +1671,40 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "d E Y \u0440. H:i", + "DATETIME_FORMAT": "d E Y \u0440. H:i", "DATETIME_INPUT_FORMATS": [ - "%d.%m.%Y %H:%M:%S", - "%d.%m.%Y %H:%M:%S.%f", - "%d.%m.%Y %H:%M", - "%d.%m.%Y", - "%d %B %Y %H:%M:%S", - "%d %B %Y %H:%M:%S.%f", - "%d %B %Y %H:%M", - "%d %B %Y", - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", + "%d.%m.%Y %H:%M:%S", + "%d.%m.%Y %H:%M:%S.%f", + "%d.%m.%Y %H:%M", + "%d.%m.%Y", + "%d %B %Y %H:%M:%S", + "%d %B %Y %H:%M:%S.%f", + "%d %B %Y %H:%M", + "%d %B %Y", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", "%Y-%m-%d" - ], - "DATE_FORMAT": "d E Y \u0440.", + ], + "DATE_FORMAT": "d E Y \u0440.", "DATE_INPUT_FORMATS": [ - "%d.%m.%Y", - "%d %B %Y", + "%d.%m.%Y", + "%d %B %Y", "%Y-%m-%d" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "1", - "MONTH_DAY_FORMAT": "d F", - "NUMBER_GROUPING": "3", - "SHORT_DATETIME_FORMAT": "d.m.Y H:i", - "SHORT_DATE_FORMAT": "d.m.Y", - "THOUSAND_SEPARATOR": "\u00a0", - "TIME_FORMAT": "H:i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "1", + "MONTH_DAY_FORMAT": "d F", + "NUMBER_GROUPING": "3", + "SHORT_DATETIME_FORMAT": "d.m.Y H:i", + "SHORT_DATE_FORMAT": "d.m.Y", + "THOUSAND_SEPARATOR": "\u00a0", + "TIME_FORMAT": "H:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/ur/djangojs.js b/cms/static/js/i18n/ur/djangojs.js index 551aabca79..af088af299 100644 --- a/cms/static/js/i18n/ur/djangojs.js +++ b/cms/static/js/i18n/ur/djangojs.js @@ -21,27 +21,27 @@ var newcatalog = { "%(sel)s of %(cnt)s selected": [ - "%(cnt)s \u0645\u06cc\u06ba \u0633\u06d2 %(sel)s \u0645\u0646\u062a\u062e\u0628 \u06a9\u06cc\u0627 \u06af\u06cc\u0627", + "%(cnt)s \u0645\u06cc\u06ba \u0633\u06d2 %(sel)s \u0645\u0646\u062a\u062e\u0628 \u06a9\u06cc\u0627 \u06af\u06cc\u0627", "%(cnt)s \u0645\u06cc\u06ba \u0633\u06d2 %(sel)s \u0645\u0646\u062a\u062e\u0628 \u06a9\u06cc\u06d2 \u06af\u0626\u06d2" - ], - "6 a.m.": "6 \u0635", - "Available %s": "\u062f\u0633\u062a\u06cc\u0627\u0628 %s", - "Cancel": "\u0645\u0646\u0633\u0648\u062e \u06a9\u0631\u06cc\u06ba", - "Choose a time": "\u0648\u0642\u062a \u0645\u0646\u062a\u062e\u0628 \u06a9\u0631\u06cc\u06ba", - "Choose all": "\u0633\u0628 \u0645\u0646\u062a\u062e\u0628 \u06a9\u0631\u06cc\u06ba", - "Chosen %s": "\u0645\u0646\u062a\u062e\u0628 \u0634\u062f\u06c1 %s", - "Filter": "\u0686\u06be\u0627\u0646\u0679\u06cc\u06ba", - "Hide": "\u0686\u06be\u067e\u0627\u0626\u06cc\u06ba", - "Midnight": "\u0646\u0635\u0641 \u0631\u0627\u062a", - "Noon": "\u062f\u0648\u067e\u06be\u0631", - "Now": "\u0627\u0628", - "Remove": "\u062e\u0627\u0631\u062c \u06a9\u0631\u06cc\u06ba", - "Show": "\u062f\u06a9\u06be\u0627\u0626\u06cc\u06ba", - "Today": "\u0627\u0653\u062c", - "Tomorrow": "\u0627\u0653\u0626\u0646\u062f\u06c1 \u06a9\u0644", - "Yesterday": "\u06af\u0632\u0634\u062a\u06c1 \u06a9\u0644", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u0627\u0653\u067e \u0646\u06d2 \u0627\u06cc\u06a9 \u06a9\u0627\u0631\u0648\u0627\u0626\u06cc \u0645\u0646\u062a\u062e\u0628 \u06a9\u06cc \u06be\u06d2\u060c \u0627\u0648\u0631 \u0627\u0653\u067e \u0646\u06d2 \u0630\u0627\u062a\u06cc \u062e\u0627\u0646\u0648\u06ba \u0645\u06cc\u06ba \u06a9\u0648\u0626\u06cc \u062a\u0628\u062f\u06cc\u0644\u06cc \u0646\u06c1\u06cc\u06ba \u06a9\u06cc \u063a\u0627\u0644\u0628\u0627\u064b \u0627\u0653\u067e '\u062c\u0627\u0648\u0654' \u0628\u0679\u0646 \u062a\u0644\u0627\u0634 \u06a9\u0631 \u0631\u06be\u06d2 \u06be\u06cc\u06ba \u0628\u062c\u0627\u0626\u06d2 '\u0645\u062e\u0641\u0648\u0638 \u06a9\u0631\u06cc\u06ba' \u0628\u0679\u0646 \u06a9\u06d2\u06d4", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u0627\u0653\u067e \u0646\u06d2 \u0627\u06cc\u06a9 \u06a9\u0627\u0631\u0648\u0627\u0626\u06cc \u0645\u0646\u062a\u062e\u0628 \u06a9\u06cc \u06be\u06d2 \u0644\u06cc\u06a9\u0646 \u0627\u0628\u06be\u06cc \u062a\u06a9 \u0627\u0653\u067e \u0646\u06d2 \u0630\u0627\u062a\u06cc \u062e\u0627\u0646\u0648\u06ba \u0645\u06cc\u06ba \u0627\u067e\u0646\u06cc \u062a\u0628\u062f\u06cc\u0644\u06cc\u0627\u06ba \u0645\u062d\u0641\u0648\u0638 \u0646\u06c1\u06cc\u06ba \u06a9\u06cc \u06c1\u06cc\u06ba \u0628\u0631\u0627\u06c1 \u0645\u06be\u0631\u0628\u0627\u0646\u06cc \u0645\u062d\u0641\u0648\u0637 \u06a9\u0631\u0646\u06d2 \u06a9\u06d2 \u0644\u0626\u06d2 OK \u067e\u0631 \u06a9\u0644\u06a9 \u06a9\u0631\u06cc\u06ba\u06d4 \u0627\u0653\u067e \u06a9\u0627\u0648\u0627\u0626\u06cc \u062f\u0648\u0628\u0627\u0631\u06c1 \u0686\u0644\u0627\u0646\u06d2 \u06a9\u06cc \u0636\u0631\u0648\u0631\u062a \u06be\u0648\u06af\u06cc\u06d4", + ], + "6 a.m.": "6 \u0635", + "Available %s": "\u062f\u0633\u062a\u06cc\u0627\u0628 %s", + "Cancel": "\u0645\u0646\u0633\u0648\u062e \u06a9\u0631\u06cc\u06ba", + "Choose a time": "\u0648\u0642\u062a \u0645\u0646\u062a\u062e\u0628 \u06a9\u0631\u06cc\u06ba", + "Choose all": "\u0633\u0628 \u0645\u0646\u062a\u062e\u0628 \u06a9\u0631\u06cc\u06ba", + "Chosen %s": "\u0645\u0646\u062a\u062e\u0628 \u0634\u062f\u06c1 %s", + "Filter": "\u0686\u06be\u0627\u0646\u0679\u06cc\u06ba", + "Hide": "\u0686\u06be\u067e\u0627\u0626\u06cc\u06ba", + "Midnight": "\u0646\u0635\u0641 \u0631\u0627\u062a", + "Noon": "\u062f\u0648\u067e\u06be\u0631", + "Now": "\u0627\u0628", + "Remove": "\u062e\u0627\u0631\u062c \u06a9\u0631\u06cc\u06ba", + "Show": "\u062f\u06a9\u06be\u0627\u0626\u06cc\u06ba", + "Today": "\u0627\u0653\u062c", + "Tomorrow": "\u0627\u0653\u0626\u0646\u062f\u06c1 \u06a9\u0644", + "Yesterday": "\u06af\u0632\u0634\u062a\u06c1 \u06a9\u0644", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u0627\u0653\u067e \u0646\u06d2 \u0627\u06cc\u06a9 \u06a9\u0627\u0631\u0648\u0627\u0626\u06cc \u0645\u0646\u062a\u062e\u0628 \u06a9\u06cc \u06be\u06d2\u060c \u0627\u0648\u0631 \u0627\u0653\u067e \u0646\u06d2 \u0630\u0627\u062a\u06cc \u062e\u0627\u0646\u0648\u06ba \u0645\u06cc\u06ba \u06a9\u0648\u0626\u06cc \u062a\u0628\u062f\u06cc\u0644\u06cc \u0646\u06c1\u06cc\u06ba \u06a9\u06cc \u063a\u0627\u0644\u0628\u0627\u064b \u0627\u0653\u067e '\u062c\u0627\u0648\u0654' \u0628\u0679\u0646 \u062a\u0644\u0627\u0634 \u06a9\u0631 \u0631\u06be\u06d2 \u06be\u06cc\u06ba \u0628\u062c\u0627\u0626\u06d2 '\u0645\u062e\u0641\u0648\u0638 \u06a9\u0631\u06cc\u06ba' \u0628\u0679\u0646 \u06a9\u06d2\u06d4", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u0627\u0653\u067e \u0646\u06d2 \u0627\u06cc\u06a9 \u06a9\u0627\u0631\u0648\u0627\u0626\u06cc \u0645\u0646\u062a\u062e\u0628 \u06a9\u06cc \u06be\u06d2 \u0644\u06cc\u06a9\u0646 \u0627\u0628\u06be\u06cc \u062a\u06a9 \u0627\u0653\u067e \u0646\u06d2 \u0630\u0627\u062a\u06cc \u062e\u0627\u0646\u0648\u06ba \u0645\u06cc\u06ba \u0627\u067e\u0646\u06cc \u062a\u0628\u062f\u06cc\u0644\u06cc\u0627\u06ba \u0645\u062d\u0641\u0648\u0638 \u0646\u06c1\u06cc\u06ba \u06a9\u06cc \u06c1\u06cc\u06ba \u0628\u0631\u0627\u06c1 \u0645\u06be\u0631\u0628\u0627\u0646\u06cc \u0645\u062d\u0641\u0648\u0637 \u06a9\u0631\u0646\u06d2 \u06a9\u06d2 \u0644\u0626\u06d2 OK \u067e\u0631 \u06a9\u0644\u06a9 \u06a9\u0631\u06cc\u06ba\u06d4 \u0627\u0653\u067e \u06a9\u0627\u0648\u0627\u0626\u06cc \u062f\u0648\u0628\u0627\u0631\u06c1 \u0686\u0644\u0627\u0646\u06d2 \u06a9\u06cc \u0636\u0631\u0648\u0631\u062a \u06be\u0648\u06af\u06cc\u06d4", "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "\u0627\u0653\u067e \u06a9\u06d2 \u067e\u0627\u0633 \u0630\u0627\u062a\u06cc \u0642\u0627\u0628\u0644 \u062a\u062f\u0648\u06cc\u0646 \u062e\u0627\u0646\u0648\u06ba \u0645\u06cc\u06ba \u063a\u06cc\u0631 \u0645\u062d\u0641\u0648\u0638 \u062a\u0628\u062f\u06cc\u0644\u06cc\u0627\u06ba \u0645\u0648\u062c\u0648\u062f \u06be\u06cc\u06ba\u06d4 \u0627\u06af\u0631 \u0627\u0653\u067e \u06a9\u0648\u0626\u06cc \u06a9\u0627\u0631\u0648\u0627\u0626\u06cc \u06a9\u0631\u06cc\u06ba \u06af\u06d2 \u062a\u0648 \u0627\u0653\u067e \u06a9\u06cc \u063a\u06cc\u0631 \u0645\u062d\u0641\u0648\u0638 \u062a\u0628\u062f\u06cc\u0644\u06cc\u0627\u06ba \u0636\u0627\u0626\u0639 \u06be\u0648 \u062c\u0627\u0626\u06cc\u06ba \u06af\u06cc\u06d4" }; for (var key in newcatalog) { @@ -98,48 +98,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "N j, Y, P", + "DATETIME_FORMAT": "N j, Y, P", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "N j, Y", + ], + "DATE_FORMAT": "N j, Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "F j", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "m/d/Y", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "P", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "F j", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "m/d/Y", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "P", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/uz/djangojs.js b/cms/static/js/i18n/uz/djangojs.js index 61e6fdb329..bef1a8a228 100644 --- a/cms/static/js/i18n/uz/djangojs.js +++ b/cms/static/js/i18n/uz/djangojs.js @@ -62,48 +62,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "N j, Y, P", + "DATETIME_FORMAT": "N j, Y, P", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "N j, Y", + ], + "DATE_FORMAT": "N j, Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "F j", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "m/d/Y", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "P", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "F j", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "m/d/Y", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "P", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/vi/djangojs.js b/cms/static/js/i18n/vi/djangojs.js index b35fdfa0ea..1b47fe76cd 100644 --- a/cms/static/js/i18n/vi/djangojs.js +++ b/cms/static/js/i18n/vi/djangojs.js @@ -20,1862 +20,1822 @@ django.catalog = django.catalog || {}; var newcatalog = { - " Link": "Li\u00ean k\u1ebft", - " and ": "v\u00e0", - " learner does not exist in LMS and not added to the exception list": " h\u1ecdc vi\u00ean kh\u00f4ng t\u1ed3n t\u1ea1i trong LMS v\u00e0 kh\u00f4ng \u0111\u01b0\u1ee3c th\u00eam v\u00e0o danh s\u00e1ch kh\u00f4ng h\u1ee3p l\u1ec7", - " learner is already white listed and not added to the exception list": "\u00a0h\u1ecdc vi\u00ean \u0111\u00e3 \u0111\u01b0\u1ee3c \u0111\u01b0a v\u00e0o danh s\u00e1ch tr\u1eafng v\u00e0 kh\u00f4ng \u0111\u01b0\u1ee3c th\u00eam v\u00e0o danh s\u00e1ch kh\u00f4ng h\u1ee3p l\u1ec7", - " learner is not enrolled in course and not added to the exception list": " h\u1ecdc vi\u00ean kh\u00f4ng ghi danh tham gia kh\u00f3a h\u1ecdc v\u00e0 kh\u00f4ng th\u00eam v\u00e0o danh s\u00e1ch kh\u00f4ng h\u1ee3p l\u1ec7", - " learner is successfully added to the exception list": " \u0111\u00e3 th\u00eam h\u1ecdc vi\u00ean v\u00e0o danh s\u00e1ch kh\u00f4ng h\u1ee3p l\u1ec7", - " learners are already white listed and not added to the exception list": " nh\u1eefng h\u1ecdc vi\u00ean \u0111\u00e3 \u0111\u01b0\u1ee3c \u0111\u01b0a v\u00e0o danh s\u00e1ch tr\u1eafng v\u00e0 kh\u00f4ng \u0111\u01b0\u1ee3c th\u00eam v\u00e0o danh s\u00e1ch kh\u00f4ng h\u1ee3p l\u1ec7", - " learners are not enrolled in course and not added to the exception list": " nh\u1eefng h\u1ecdc vi\u00ean kh\u00f4ng ghi danh tham gia kh\u00f3a h\u1ecdc v\u00e0 kh\u00f4ng th\u00eam v\u00e0o danh s\u00e1ch kh\u00f4ng h\u1ee3p l\u1ec7", - " learners are successfully added to exception list": "\u0111\u00e3 th\u00eam h\u1ecdc vi\u00ean v\u00e0o danh s\u00e1ch kh\u00f4ng h\u1ee3p l\u1ec7", - " learners do not exist in LMS and not added to the exception list": " nh\u1eefng h\u1ecdc vi\u00ean kh\u00f4ng t\u1ed3n t\u1ea1i trong LMS v\u00e0 kh\u00f4ng \u0111\u01b0\u1ee3c th\u00eam v\u00e0o danh s\u00e1ch kh\u00f4ng h\u1ee3p l\u1ec7", - " record is not in correct format and not added to the exception list": " b\u1ea3n ghi kh\u00f4ng \u0111\u00fang \u0111\u1ecbnh d\u1ea1ng v\u00e0 kh\u00f4ng \u0111\u01b0\u1ee3c th\u00eam v\u00e0o danh s\u00e1ch kh\u00f4ng h\u1ee3p l\u1ec7", - " records are not in correct format and not added to the exception list": " c\u00e1c b\u1ea3n ghi kh\u00f4ng \u0111\u00fang \u0111\u1ecbnh d\u1ea1ng v\u00e0 kh\u00f4ng \u0111\u01b0\u1ee3c th\u00eam v\u00e0o danh s\u00e1ch kh\u00f4ng h\u1ee3p l\u1ec7", - "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", - "%(earned)s/%(possible)s point (graded)": [ - "%(earned)s/%(possible)s \u0111i\u1ec3m (ph\u00e2n lo\u1ea1i)" - ], - "%(earned)s/%(possible)s point (ungraded)": [ - "%(earned)s/%(possible)s \u0111i\u1ec3m (ch\u01b0a ph\u00e2n lo\u1ea1i)" - ], + " Link": "Li\u00ean k\u1ebft", + " and ": "v\u00e0", + " learner does not exist in LMS and not added to the exception list": " h\u1ecdc vi\u00ean kh\u00f4ng t\u1ed3n t\u1ea1i trong LMS v\u00e0 kh\u00f4ng \u0111\u01b0\u1ee3c th\u00eam v\u00e0o danh s\u00e1ch kh\u00f4ng h\u1ee3p l\u1ec7", + " learner is already white listed and not added to the exception list": "\u00a0h\u1ecdc vi\u00ean \u0111\u00e3 \u0111\u01b0\u1ee3c \u0111\u01b0a v\u00e0o danh s\u00e1ch tr\u1eafng v\u00e0 kh\u00f4ng \u0111\u01b0\u1ee3c th\u00eam v\u00e0o danh s\u00e1ch kh\u00f4ng h\u1ee3p l\u1ec7", + " learner is not enrolled in course and not added to the exception list": " h\u1ecdc vi\u00ean kh\u00f4ng ghi danh tham gia kh\u00f3a h\u1ecdc v\u00e0 kh\u00f4ng th\u00eam v\u00e0o danh s\u00e1ch kh\u00f4ng h\u1ee3p l\u1ec7", + " learner is successfully added to the exception list": " \u0111\u00e3 th\u00eam h\u1ecdc vi\u00ean v\u00e0o danh s\u00e1ch kh\u00f4ng h\u1ee3p l\u1ec7", + " learners are already white listed and not added to the exception list": " nh\u1eefng h\u1ecdc vi\u00ean \u0111\u00e3 \u0111\u01b0\u1ee3c \u0111\u01b0a v\u00e0o danh s\u00e1ch tr\u1eafng v\u00e0 kh\u00f4ng \u0111\u01b0\u1ee3c th\u00eam v\u00e0o danh s\u00e1ch kh\u00f4ng h\u1ee3p l\u1ec7", + " learners are not enrolled in course and not added to the exception list": " nh\u1eefng h\u1ecdc vi\u00ean kh\u00f4ng ghi danh tham gia kh\u00f3a h\u1ecdc v\u00e0 kh\u00f4ng th\u00eam v\u00e0o danh s\u00e1ch kh\u00f4ng h\u1ee3p l\u1ec7", + " learners are successfully added to exception list": "\u0111\u00e3 th\u00eam h\u1ecdc vi\u00ean v\u00e0o danh s\u00e1ch kh\u00f4ng h\u1ee3p l\u1ec7", + " learners do not exist in LMS and not added to the exception list": " nh\u1eefng h\u1ecdc vi\u00ean kh\u00f4ng t\u1ed3n t\u1ea1i trong LMS v\u00e0 kh\u00f4ng \u0111\u01b0\u1ee3c th\u00eam v\u00e0o danh s\u00e1ch kh\u00f4ng h\u1ee3p l\u1ec7", + " record is not in correct format and not added to the exception list": " b\u1ea3n ghi kh\u00f4ng \u0111\u00fang \u0111\u1ecbnh d\u1ea1ng v\u00e0 kh\u00f4ng \u0111\u01b0\u1ee3c th\u00eam v\u00e0o danh s\u00e1ch kh\u00f4ng h\u1ee3p l\u1ec7", + " records are not in correct format and not added to the exception list": " c\u00e1c b\u1ea3n ghi kh\u00f4ng \u0111\u00fang \u0111\u1ecbnh d\u1ea1ng v\u00e0 kh\u00f4ng \u0111\u01b0\u1ee3c th\u00eam v\u00e0o danh s\u00e1ch kh\u00f4ng h\u1ee3p l\u1ec7", + "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", "%(errorCount)s error found in form.": [ "%(errorCount)s l\u1ed7i \u0111\u01b0\u1ee3c ph\u00e1t hi\u1ec7n." - ], - "%(field)s can only contain up to %(count)d characters.": "%(field)s ch\u1ec9 \u0111\u01b0\u1ee3c c\u00f3 t\u1ed1i \u0111a %(count)d k\u00ed t\u1ef1.", - "%(field)s must have at least %(count)d characters.": "%(field)s ph\u1ea3i c\u00f3 \u00edt nh\u1ea5t %(count)d k\u00ed t\u1ef1.", - "%(memberCount)s / %(maxMemberCount)s Member": [ - "%(memberCount)s / %(maxMemberCount)s th\u00e0nh vi\u00ean t\u1ed1i \u0111a" - ], - "%(new_item_message)s": "%(new_item_message)s", - "%(num_points)s point possible (graded)": [ - "%(num_points)s \u0111i\u1ec3m c\u00f3 th\u1ec3 \u0111\u1ea1t \u0111\u01b0\u1ee3c (ph\u00e2n lo\u1ea1i)" - ], - "%(num_points)s point possible (graded, results hidden)": [ - "%(num_points)s \u0111i\u1ec3m c\u00f3 th\u1ec3 \u0111\u1ea1t \u0111\u01b0\u1ee3c (ph\u00e2n lo\u1ea1i, \u1ea9n k\u1ebft qu\u1ea3)" - ], - "%(num_points)s point possible (ungraded)": [ - "%(num_points)s \u0111i\u1ec3m c\u00f3 th\u1ec3 \u0111\u1ea1t \u0111\u01b0\u1ee3c (kh\u00f4ng ph\u00e2n lo\u1ea1i)" - ], - "%(num_points)s point possible (ungraded, results hidden)": [ - "%(num_points)s \u0111i\u1ec3m c\u00f3 th\u1ec3 \u0111\u1ea1t \u0111\u01b0\u1ee3c (kh\u00f4ng ph\u00e2n lo\u1ea1i, \u1ea9n k\u1ebft qu\u1ea3)" - ], + ], + "%(field)s can only contain up to %(count)d characters.": "%(field)s ch\u1ec9 \u0111\u01b0\u1ee3c c\u00f3 t\u1ed1i \u0111a %(count)d k\u00ed t\u1ef1.", + "%(field)s must have at least %(count)d characters.": "%(field)s ph\u1ea3i c\u00f3 \u00edt nh\u1ea5t %(count)d k\u00ed t\u1ef1.", + "%(new_item_message)s": "%(new_item_message)s", "%(num_questions)s question": [ "%(num_questions)s c\u00e2u h\u1ecfi" - ], + ], "%(num_students)s student": [ "%(num_students)s h\u1ecdc vi\u00ean" - ], + ], "%(num_students)s student opened Subsection": [ "%(num_students)s h\u1ecdc vi\u00ean m\u1edf Ti\u1ec3u m\u1ee5c" - ], + ], "%(sel)s of %(cnt)s selected": [ " %(sel)s c\u1ee7a %(cnt)s \u0111\u01b0\u1ee3c ch\u1ecdn" - ], - "%(team_count)s Team": [ - "%(team_count)s nh\u00f3m" - ], - "%(type)s Component Template Menu": "%(type)s Danh m\u1ee5c m\u1eabu th\u00e0nh ph\u1ea7n", + ], + "%(type)s Component Template Menu": "%(type)s Danh m\u1ee5c m\u1eabu th\u00e0nh ph\u1ea7n", "%(value)s hour": [ "%(value)s gi\u1edd" - ], + ], "%(value)s minute": [ "%(value)s ph\u00fat" - ], + ], "%(value)s second": [ "%(value)s gi\u00e2y" - ], + ], "%d day": [ "%d ng\u00e0y" - ], + ], "%d minute": [ "%d ph\u00fat" - ], + ], "%d month": [ "%d th\u00e1ng" - ], + ], "%d year": [ "%d n\u0103m" - ], - "%s ago": "%s tr\u01b0\u1edbc \u0111\u00f3", - "%s from now": "%s k\u1ec3 t\u1eeb b\u00e2y gi\u1edd", - "(Add signatories for a certificate)": "(Th\u00eam ng\u01b0\u1eddi k\u00fd cho ch\u1ee9ng ch\u1ec9)", - "(Caption will be displayed when you start playing the video.)": "(Ph\u1ee5 \u0111\u1ec1 s\u1ebd \u0111\u01b0\u1ee3c hi\u1ec3n th\u1ecb khi b\u1ea1n b\u1eaft \u0111\u1ea7u ph\u00e1t video)", - "(Optional)": "(Kh\u00f4ng b\u1eaft bu\u1ed9c)", - "(Read-only)": "(Ch\u1ec9-\u0111\u1ecdc)", - "(Required Field)": "(Th\u00f4ng tin b\u1eaft bu\u1ed9c)", - "(Self-paced) Ended {end}": "(Self-paced) \u0110\u00e3 k\u1ebft th\u00fac {end}", - "(Self-paced) Ends {end}": "(Self-paced) K\u1ebft th\u00fac {end}", - "(Self-paced) Started {start}": "(Self-paced) \u0110\u00e3 b\u1eaft \u0111\u1ea7u {start}", - "(Self-paced) Starts {start}": "(Self-paced) B\u1eaft \u0111\u1ea7u {start}", + ], + "%s ago": "%s tr\u01b0\u1edbc \u0111\u00f3", + "%s from now": "%s k\u1ec3 t\u1eeb b\u00e2y gi\u1edd", + "(Add signatories for a certificate)": "(Th\u00eam ng\u01b0\u1eddi k\u00fd cho ch\u1ee9ng ch\u1ec9)", + "(Caption will be displayed when you start playing the video.)": "(Ph\u1ee5 \u0111\u1ec1 s\u1ebd \u0111\u01b0\u1ee3c hi\u1ec3n th\u1ecb khi b\u1ea1n b\u1eaft \u0111\u1ea7u ph\u00e1t video)", + "(Optional)": "(Kh\u00f4ng b\u1eaft bu\u1ed9c)", + "(Read-only)": "(Ch\u1ec9-\u0111\u1ecdc)", + "(Required Field)": "(Th\u00f4ng tin b\u1eaft bu\u1ed9c)", + "(Self-paced) Ended {end}": "(Self-paced) \u0110\u00e3 k\u1ebft th\u00fac {end}", + "(Self-paced) Ends {end}": "(Self-paced) K\u1ebft th\u00fac {end}", + "(Self-paced) Started {start}": "(Self-paced) \u0110\u00e3 b\u1eaft \u0111\u1ea7u {start}", + "(Self-paced) Starts {start}": "(Self-paced) B\u1eaft \u0111\u1ea7u {start}", "(contains %(student_count)s student)": [ "(ch\u1ee9a %(student_count)s sinh vi\u00ean)" - ], - "(optional)": "(tu\u1ef3 ch\u1ecdn)", - "(required)": "(b\u1eaft bu\u1ed9c)", - "- Sortable": "- Co\u0301 th\u00ea\u0309 s\u0103\u0301p x\u00ea\u0301p", - "6 a.m.": "6 gi\u1edd s\u00e1ng", - ": video upload complete.": ": ho\u00e0n t\u1ea5t t\u1ea3i l\u00ean video.", - "<%= user %> already in exception list.": "<%= user %> \u0111\u00e3 trong danh s\u00e1ch kh\u00f4ng h\u1ee3p l\u1ec7.", - "<%= user %> has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.": "<%= user %> \u0111\u00e3 \u0111\u01b0\u1ee3c th\u00eam v\u00e0o danh s\u00e1ch kh\u00f4ng h\u1ee3p l\u1ec7. B\u1ea5m v\u00e0o T\u1ea1o Ch\u1ee9ng ch\u1ec9 kh\u00f4ng h\u1ee3p l\u1ec7 b\u00ean d\u01b0\u1edbi \u0111\u1ec3 g\u1eedi ch\u1ee9ng ch\u1ec9.", - "A Password is required": "B\u1eaft bu\u1ed9c ph\u1ea3i c\u00f3 M\u1eadt Kh\u1ea9u", - "A driver's license, passport, or government-issued ID with your name and photo.": "B\u1eb1ng l\u00e1i xe, h\u1ed9 chi\u1ebfu, ch\u1ee9ng minh nh\u00e2n d\u00e2n ho\u1eb7c th\u1ebb h\u1ecdc vi\u00ean c\u00f3 t\u00ean v\u00e0 \u1ea3nh c\u1ee7a b\u1ea1n.", - "A driver's license, passport, or other government-issued ID with your name and photo": "Gi\u1ea5y ph\u00e9p, h\u1ed9 chi\u1ebfu, ho\u1eb7c ID ch\u00ednh ph\u1ee7 ph\u00e1t h\u00e0nh c\u1ee7a m\u1ed9t ng\u01b0\u1eddi l\u00e1i xe v\u1edbi t\u00ean v\u00e0 \u1ea3nh c\u1ee7a b\u1ea1n", - "A name that identifies your team (maximum 255 characters).": "T\u00ean \u0111\u1ec3 ph\u00e2n bi\u1ec7t nh\u00f3m c\u1ee7a b\u1ea1n (t\u1ed1i \u0111a 255 k\u00fd t\u1ef1).", - "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "Gi\u1edbi thi\u1ec7u ng\u1eafn v\u1ec1 nh\u00f3m \u0111\u1ec3 gi\u00fap ng\u01b0\u1eddi h\u1ecdc kh\u00e1c hi\u1ec3u m\u1ee5c \u0111\u00edch v\u00e0 ph\u01b0\u01a1ng h\u01b0\u1edbng c\u1ee7a nh\u00f3m (t\u1ed1i \u0111a 300 k\u00fd t\u1ef1).", - "A valid email address is required": "C\u1ea7n \u0111\u1ecba ch\u1ec9 email kh\u1ea3 d\u1ee5ng", - "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", - "Abbreviation": "Vi\u1ebft t\u1eaft", - "About Me": "T\u1ef1 gi\u1edbi thi\u1ec7u", - "About me": "V\u1ec1 t\u00f4i", - "Access to some content in this unit is restricted to specific groups of learners": "Truy c\u1eadp v\u00e0o m\u1ed9t s\u1ed1 n\u1ed9i dung trong \u0111\u01a1n v\u1ecb n\u00e0y b\u1ecb h\u1ea1n ch\u1ebf \u0111\u1ed1i v\u1edbi m\u1ed9t s\u1ed1 nh\u00f3m ng\u01b0\u1eddi h\u1ecdc c\u1ee5 th\u1ec3", - "Access to some content in this {blockType} is restricted to specific groups of learners.": "Truy c\u1eadp v\u00e0o m\u1ed9t s\u1ed1 n\u1ed9i dung trong {blockType} n\u00e0y ch\u1ec9 d\u00e0nh cho nh\u1eefng nh\u00f3m ng\u01b0\u1eddi h\u1ecdc c\u1ee5 th\u1ec3.", - "Access to this unit is restricted to: {selectedGroupsLabel}": "Truy c\u1eadp v\u00e0o \u0111\u01a1n v\u1ecb n\u00e0y \u0111\u01b0\u1ee3c gi\u1edbi h\u1ea1n \u1edf: {selectedGroupsLabel}", - "Access to this {blockType} is restricted to: {selectedGroupsLabel}": "Truy c\u1eadp v\u00e0o {blockType} n\u00e0y \u0111\u01b0\u1ee3c gi\u1edbi h\u1ea1n \u1edf: {selectedGroupsLabel}", - "Accomplishments": "Nh\u1eefng th\u00e0nh qu\u1ea3", - "Accomplishments Pagination": "Ph\u00e2n trang Th\u00e0nh qu\u1ea3", - "Account": "T\u00e0i kho\u1ea3n", - "Account Information": "Th\u00f4ng tin T\u00e0i kho\u1ea3n", - "Account Settings": "Thi\u1ebft l\u1eadp t\u00e0i kho\u1ea3n", - "Account Settings page.": "Trang thi\u1ebft l\u1eadp t\u00e0i kho\u1ea3n", - "Account deletion, including removal from email lists, may take a few weeks to fully process through our system. If you want to opt-out of emails before then, please unsubscribe from the footer of any email.": "X\u00f3a t\u00e0i kho\u1ea3n, bao g\u1ed3m x\u00f3a kh\u1ecfi danh s\u00e1ch email, c\u00f3 th\u1ec3 m\u1ea5t v\u00e0i tu\u1ea7n \u0111\u1ec3 x\u1eed l\u00fd ho\u00e0n to\u00e0n trong h\u1ec7 th\u1ed1ng c\u1ee7a ch\u00fang t\u00f4i. N\u1ebfu b\u1ea1n kh\u00f4ng mu\u1ed1n nh\u1eadn th\u00eam email tr\u01b0\u1edbc \u0111\u00f3, vui l\u00f2ng h\u1ee7y \u0111\u0103ng k\u00fd \u1edf cu\u1ed1i b\u1ea5t k\u1ef3 email n\u00e0o.", - "Action required: Enter a valid date.": "H\u00e0nh \u0111\u1ed9ng b\u1eaft bu\u1ed9c: Nh\u1eadp ng\u00e0y h\u1ee3p l\u1ec7.", - "Actions": "Ho\u1ea1t \u0111\u1ed9ng", - "Activate": "ki\u0301ch hoa\u0323t", - "Activate Your Account": "K\u00edch ho\u1ea1t t\u00e0i kho\u1ea3n c\u1ee7a b\u1ea1n", - "Activating a link in this group will skip to the corresponding point in the video.": "K\u00edch ho\u1ea1t li\u00ean k\u1ebft trong nh\u00f3m n\u00e0y s\u1ebd nh\u1ea3y \u0111\u1ebfn \u0111i\u1ec3m t\u01b0\u01a1ng \u1ee9ng trong video.", - "Active Uploads": "C\u00e1c n\u1ed9i dung \u0111ang t\u1ea3i l\u00ean", - "Add": "Th\u00eam", - "Add Additional Signatory": "B\u1ed5 sung Th\u00eam Ng\u01b0\u1eddi k\u00fd", - "Add Attachment": "Th\u00eam \u0110\u00ednh k\u00e8m", - "Add Cohort": "Th\u00eam nh\u00f3m h\u1ecdc vi\u00ean", - "Add Component:": "Th\u00eam th\u00e0nh ph\u1ea7n m\u1edbi", - "Add Country": "Th\u00eam qu\u1ed1c gia", - "Add New Component": "Th\u00eam th\u00e0nh ph\u1ea7n m\u1edbi", - "Add Thumbnail": "Th\u00eam H\u00ecnh \u0111\u1ea1i di\u1ec7n", - "Add Thumbnail - {videoName}": "Th\u00eam H\u00ecnh \u0111\u1ea1i di\u1ec7n - {videoName}", - "Add URLs for additional versions": "Th\u00eam URL cho c\u00e1c phi\u00ean b\u1ea3n b\u1ed5 sung", - "Add a Chapter": "Th\u00eam m\u1ed9t Ch\u01b0\u01a1ng", - "Add a New Cohort": "Th\u00eam m\u1ed9t nh\u00f3m m\u1edbi", - "Add a learning outcome here": "Th\u00eam m\u1ed9t k\u1ebft qu\u1ea3 h\u1ecdc t\u1eadp \u1edf \u0111\u00e2y", - "Add another group": "Th\u00eam nh\u00f3m", - "Add language": "Th\u00eam ng\u00f4n ng\u1eef", - "Add to Dictionary": "Th\u00eam v\u00e0o t\u1eeb \u0111i\u1ec3n", - "Add your first content group": "Th\u00eam nh\u00f3m n\u1ed9i dung \u0111\u1ea7u ti\u00ean c\u1ee7a b\u1ea1n", - "Add your first group configuration": "Th\u00eam c\u1ea5u h\u00ecnh nh\u00f3m \u0111\u1ea7u ti\u00ean c\u1ee7a b\u1ea1n", - "Add your first textbook": "Th\u00eam gi\u00e1o tr\u00ecnh \u0111\u1ea7u ti\u00ean", - "Add {role} Access": "Th\u00eam {role} Truy c\u1eadp", - "Adding": "Th\u00eam", - "Adding the selected course to your cart": "\u0110ang th\u00eam kho\u00e1 h\u1ecdc \u0111\u00e3 ch\u1ecdn v\u00e0o gi\u1ecf h\u00e0ng ", - "Additional Information": "Th\u00f4ng tin th\u00eam", - "Additional posts could not be loaded. Refresh the page and try again.": "Kh\u00f4ng th\u1ec3 m\u1edf nh\u1eefng b\u00e0i k\u00e8m theo. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", - "Additional responses could not be loaded. Refresh the page and try again.": "Kh\u00f4ng th\u1ec3 t\u1ea3i c\u00e2u tr\u1ea3 l\u1eddi k\u00e8m theo. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", - "Adjust video speed": "\u0111i\u1ec1u ch\u1ec9nh t\u1ed1c \u0111\u1ed9 video", - "Adjust video volume": "\u0111i\u1ec1u ch\u1ec9nh \u00e2m l\u01b0\u1ee3ng video", - "Admin": "Qu\u1ea3n Tr\u1ecb", - "Advanced": "N\u00e2ng cao", - "After the course\\'s end date has passed, learners can no longer access subsection content. The subsection remains included in grade calculations.": "Sau ng\u00e0y k\u1ebft th\u00fac kho\u00e1 h\u1ecdc, ng\u01b0\u1eddi h\u1ecdc kh\u00f4ng c\u00f2n c\u00f3 th\u1ec3 truy c\u1eadp v\u00e0o ph\u1ea7n con n\u1eefa. C\u00e1c ph\u1ea7n con v\u1eabn \u0111\u01b0\u1ee3c bao g\u1ed3m trong t\u00ednh \u0111i\u1ec3m.", - "After the subsection\\'s due date has passed, learners can no longer access its content. The subsection remains included in grade calculations.": "Sau khi ph\u1ea7n con h\u1ebft h\u1ea1n, ng\u01b0\u1eddi h\u1ecdc kh\u00f4ng c\u00f2n c\u00f3 th\u1ec3 truy c\u1eadp n\u1ed9i dung c\u1ee7a n\u00f3. Ph\u1ea7n con v\u1eabn \u0111\u01b0\u1ee3c bao g\u1ed3m trong t\u00ednh \u0111i\u1ec3m.", - "Align center": "C\u0103n gi\u1eefa", - "Align left": "C\u0103n l\u1ec1 tr\u00e1i", - "Align right": "C\u0103n l\u1ec1 ph\u1ea3i", - "Alignment": "C\u0103n l\u1ec1", - "All Learners and Staff": "T\u1ea5t c\u1ea3 H\u1ecdc vi\u00ean v\u00e0 Nh\u00e2n vi\u00ean", - "All Rights Reserved": "B\u1ea3n quy\u1ec1n \u0111\u00e3 \u0111\u01b0\u1ee3c b\u1ea3o h\u1ed9.", - "All Time Zones": "T\u1ea5t c\u1ea3 M\u00fai Gi\u1edd", - "All Topics": "T\u1ea5t c\u1ea3 ch\u1ee7 \u0111\u1ec1", - "All accounts were created successfully.": "T\u1ea5t c\u1ea3 t\u00e0i kho\u1ea3n \u0111\u00e3 \u0111\u01b0\u1ee3c t\u1ea1o th\u00e0nh c\u00f4ng.", - "All chapters must have a name and asset": "T\u1ea5t c\u1ea3 c\u00e1c ch\u01b0\u01a1ng ph\u1ea3i c\u00f3 t\u00ean v\u00e0 li\u00ean k\u1ebft ch\u01b0\u01a1ng", - "All groups must have a name.": "T\u1ea5t c\u1ea3 c\u00e1c nh\u00f3m ph\u1ea3i c\u00f3 t\u00ean.", - "All groups must have a unique name.": "T\u1ea5t c\u1ea3 c\u00e1c nh\u00f3m ph\u1ea3i c\u00f3 m\u1ed9t t\u00ean ri\u00eang.", - "All learners in the {cohort_name} cohort": "T\u1ea5t c\u1ea3 h\u1ecdc vi\u00ean trong nh\u00f3m {cohort_name}", - "All learners in the {track_name} track": "T\u1ea5t c\u1ea3 h\u1ecdc vi\u00ean thu\u1ed9c {track_name}", - "All learners who are enrolled in this course": "T\u1ea5t c\u1ea3 sinh vi\u00ean \u0111\u00e3 \u0111\u0103ng k\u00ed kh\u00f3a h\u1ecdc n\u00e0y", - "All payment options are currently unavailable.": "T\u1ea5t c\u1ea3 t\u00f9y ch\u1ecdn thanh to\u00e1n hi\u1ec7n kh\u00f4ng s\u1eed d\u1ee5ng \u0111\u01b0\u01a1\u0323c.", - "All professional education courses are fee-based, and require payment to complete the enrollment process.": "T\u1ea5t c\u1ea3 kho\u00e1 h\u1ecdc cao c\u1ea5p \u0111\u1ec1u t\u00ednh h\u1ecdc ph\u00ed, v\u00e0 c\u1ea7n thanh to\u00e1n \u0111\u1ec3 ho\u00e0n t\u1ea5t qu\u00e1 tr\u00ecnh ghi danh.", - "All subsections": "To\u00e0n b\u1ed9 c\u00e1c ti\u1ec3u m\u1ee5c", - "All teams": "T\u1ea5t c\u1ea3 c\u00e1c nh\u00f3m", - "All topics": "T\u1ea5t c\u1ea3 ch\u1ee7 \u0111\u1ec1", - "All units": "T\u1ea5t c\u1ea3 \u0111\u01a1n v\u1ecb", - "Allow others to copy, distribute, display and perform only verbatim copies of your work, not derivative works based upon it. This option is incompatible with \"Share Alike\".": "Cho ph\u00e9p ng\u01b0\u1eddi kh\u00e1c sao ch\u00e9p, ph\u00e2n ph\u1ed1i, hi\u1ec3n th\u1ecb v\u00e0 tr\u00ecnh di\u1ec5n ch\u1ec9 c\u00e1c b\u1ea3n sao nguy\u00ean b\u1ea3n c\u1ee7a t\u00e1c ph\u1ea9m c\u1ee7a b\u1ea1n ch\u1ee9 kh\u00f4ng ph\u1ea3i c\u00e1c t\u00e1c ph\u1ea9m ph\u00e1i sinh d\u1ef1a tr\u00ean n\u00f3. T\u00f9y ch\u1ecdn n\u00e0y kh\u00f4ng t\u01b0\u01a1ng th\u00edch v\u1edbi \"Chia s\u1ebb t\u01b0\u01a1ng t\u1ef1\".", - "Allow others to copy, distribute, display and perform your copyrighted work but only if they give credit the way you request. Currently, this option is required.": "Cho ph\u00e9p ng\u01b0\u1eddi kh\u00e1c sao ch\u00e9p, ph\u00e2n ph\u1ed1i, tr\u01b0ng b\u00e0y v\u00e0 tr\u00ecnh di\u1ec5n t\u00e1c ph\u1ea9m c\u00f3 b\u1ea3n quy\u1ec1n c\u1ee7a b\u1ea1n nh\u01b0ng ch\u1ec9 khi h\u1ecd cung c\u1ea5p t\u00edn d\u1ee5ng theo c\u00e1ch b\u1ea1n y\u00eau c\u1ea7u. Hi\u1ec7n t\u1ea1i, t\u00f9y ch\u1ecdn n\u00e0y l\u00e0 b\u1eaft bu\u1ed9c.", - "Allow others to copy, distribute, display and perform your work - and derivative works based upon it - but for noncommercial purposes only.": "Cho ph\u00e9p ng\u01b0\u1eddi kh\u00e1c sao ch\u00e9p, ph\u00e2n ph\u1ed1i, tr\u01b0ng b\u00e0y v\u00e0 tr\u00ecnh di\u1ec5n t\u00e1c ph\u1ea9m c\u1ee7a b\u1ea1n - v\u00e0 c\u00e1c t\u00e1c ph\u1ea9m ph\u00e1i sinh d\u1ef1a tr\u00ean n\u00f3 - nh\u01b0ng ch\u1ec9 cho c\u00e1c m\u1ee5c \u0111\u00edch phi th\u01b0\u01a1ng m\u1ea1i.", - "Allow others to distribute derivative works only under a license identical to the license that governs your work. This option is incompatible with \"No Derivatives\".": "Cho ph\u00e9p ng\u01b0\u1eddi kh\u00e1c ph\u00e2n ph\u1ed1i c\u00e1c t\u00e1c ph\u1ea9m ph\u00e1i sinh ch\u1ec9 theo m\u1ed9t gi\u1ea5y ph\u00e9p gi\u1ed1ng v\u1edbi gi\u1ea5y ph\u00e9p chi ph\u1ed1i c\u00f4ng vi\u1ec7c c\u1ee7a b\u1ea1n. T\u00f9y ch\u1ecdn n\u00e0y kh\u00f4ng t\u01b0\u01a1ng th\u00edch v\u1edbi \"Kh\u00f4ng Ph\u00e1i sinh\".", - "Allow students to generate certificates for this course?": "Cho ph\u00e9p c\u1ea5p ch\u1ee9ng ch\u1ec9 cho kh\u00f3a h\u1ecdc n\u00e0y?", - "Already a course team member": "\u0110\u00e3 l\u00e0 th\u00e0nh vi\u00ean c\u1ee7a kho\u00e1 h\u1ecdc r\u1ed3i", - "Already a library team member": "\u0110\u00e3 l\u00e0 th\u00e0nh vi\u00ean c\u1ee7a nh\u00f3m th\u01b0 vi\u1ec7n", - "Already a member": "\u0110\u00e3 l\u00e0 th\u00e0nh vi\u00ean", - "Alternative source": "Ngu\u1ed3n thay th\u1ebf", - "Always show assessment results": "Lu\u00f4n lu\u00f4n hi\u1ec3n th\u1ecb k\u1ebft qu\u1ea3 \u0111\u00e1nh gi\u00e1", - "Amount": "S\u1ed1 l\u01b0\u1ee3ng", - "An error has occurred. Check your Internet connection and try again.": "M\u1ed9t l\u1ed7i \u0111\u00e3 x\u1ea3y ra. Ki\u1ec3m tra k\u1ebft n\u1ed1i Internet c\u1ee7a b\u1ea1n v\u00e0 th\u1eed l\u1ea1i.", - "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "\u0110\u00e3 c\u00f3 l\u1ed7i x\u1ea3y ra. H\u00e3y ki\u1ec3m tra k\u1ebft n\u1ed1i Internet v\u00e0 th\u1eed refresh l\u1ea1i.", - "An error has occurred. Please try again later.": "C\u00f3 l\u1ed7i x\u1ea3y ra. Vui l\u00f2ng th\u1eed l\u1ea1i sau.", - "An error has occurred. Please try again.": "C\u00f3 l\u1ed7i x\u1ea3y ra. Vui l\u00f2ng th\u1eed l\u1ea1i sau.", - "An error has occurred. Please try reloading the page.": "C\u00f3 l\u1ed7i x\u1ea3y ra. Vui l\u00f2ng th\u1eed t\u1ea3i l\u1ea1i trang.", - "An error has occurred. Refresh the page, and then try again.": "C\u00f3 l\u1ed7i x\u1ea3y ra. Vui l\u00f2ng th\u1eed t\u1ea3i l\u1ea1i trang.", - "An error has occurred. Try refreshing the page, or check your Internet connection.": "M\u1ed9t l\u1ed7i \u0111\u00e3 x\u1ea3y ra. H\u00e3y th\u1eed l\u00e0m m\u1edbi trang ho\u1eb7c ki\u1ec3m tra k\u1ebft n\u1ed1i Internet c\u1ee7a b\u1ea1n.", - "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "X\u1ea3y ra l\u1ed7i khi m\u1edf email c\u1ee7a b\u1ea1n. Vui l\u00f2ng th\u1eed l\u1ea1i sau v\u00e0 li\u00ean h\u1ec7 v\u1edbi h\u1ed7 tr\u1ee3 k\u1ef9 thu\u1eadt n\u1ebfu ti\u1ebfp t\u1ee5c x\u1ea3y ra s\u1ef1 c\u1ed1.", - "An error occurred when signing you in to %s.": "\u0110\u00e3 x\u1ea3y ra l\u1ed7i khi \u0111\u0103ng nh\u1eadp v\u00e0o %s.", - "An error occurred while removing the member from the team. Try again.": "C\u00f3 l\u1ed7i x\u1ea3y ra trong l\u00fac x\u00f3a th\u00e0nh vi\u00ean kh\u1ecfi nh\u00f3m. Xin th\u1eed l\u1ea1i.", - "An error occurred.": "C\u00f3 l\u1ed7i x\u1ea3y ra.", - "An error occurred. Make sure that the student's username or email address is correct and try again.": "\u0110\u00e3 c\u00f3 l\u1ed7i x\u1ea3y ra. H\u00e3y ki\u1ec3m tra username c\u1ee7a h\u1ecdc vi\u00ean ho\u1eb7c \u0111\u1ecba ch\u1ec9 email c\u1ee7a h\u1ecdc vi\u00ean cho ch\u00ednh x\u00e1c v\u00e0 th\u1eed l\u1ea1i.", - "An error occurred. Please reload the page.": "C\u00f3 l\u1ed7i x\u1ea3y ra. H\u00e3y t\u1ea3i l\u1ea1i trang.", - "An error occurred. Please try again.": "C\u00f3 l\u1ed7i x\u1ea3y ra. Vui l\u00f2ng th\u1eed l\u1ea1i.", - "An error occurred. Try again.": "C\u00f3 l\u1ed7i x\u1ea3y ra. Vui l\u00f2ng th\u1eed l\u1ea1i.", - "An unexpected error occurred. Please try again.": "\u0110\u00e3 c\u00f3 m\u1ed9t l\u1ed7i x\u1ea3y ra. Vui l\u00f2ng th\u1eed l\u1ea1i.", - "Anchor": "Anchor", - "Anchors": "Anchors", - "Any content that has listed this content as a prerequisite will also have access limitations removed.": "B\u1ea5t k\u1ef3 n\u1ed9i dung n\u00e0o li\u1ec7t k\u00ea n\u1ed9i dung n\u00e0y nh\u01b0 l\u00e0 m\u1ed9t \u0111i\u1ec1u ki\u1ec7n b\u1eaft bu\u1ed9c c\u0169ng c\u00f3 gi\u1edbi h\u1ea1n truy c\u1eadp b\u1ecb lo\u1ea1i b\u1ecf.", - "Any course progress or grades from your current session will be lost.": "B\u1ea5t k\u1ef3 ti\u1ebfn tr\u00ecnh kh\u00f3a h\u1ecdc ho\u1eb7c \u0111i\u1ec3m t\u1eeb phi\u00ean hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ea1n s\u1ebd b\u1ecb m\u1ea5t.", - "Any divided discussion topics are divided based on cohort.": "Ch\u1ee7 \u0111\u1ec1 th\u1ea3o lu\u1eadn \u0111\u01b0\u1ee3c ph\u00e2n chia d\u1ef1a tr\u00ean theo nh\u00f3m.", - "Any divided discussion topics are divided based on enrollment track.": "Ch\u1ee7 \u0111\u1ec1 th\u1ea3o lu\u1eadn \u0111\u01b0\u1ee3c ph\u00e2n chia d\u1ef1a tr\u00ean ki\u1ec3u \u0111\u0103ng k\u00fd.", - "Are you having trouble finding a team to join?": "B\u1ea1n c\u00f3 g\u1eb7p kh\u00f3 kh\u0103n khi t\u00ecm m\u1ed9t \u0111\u1ed9i \u0111\u1ec3 tham gia?", - "Are you sure that you want to leave this session?": "B\u1ea1n c\u00f3 ch\u1eafc ch\u1eafn mu\u1ed1n r\u1eddi kh\u1ecfi phi\u00ean n\u00e0y?", - "Are you sure you want to change to a different session?": "B\u1ea1n c\u00f3 ch\u1eafc mu\u1ed1n \u0111\u1ed5i phi\u00ean kh\u00e1c?", - "Are you sure you want to delete this comment?": "B\u1ea1n ch\u1eafc ch\u1eafn mu\u1ed1n x\u00f3a b\u00ecnh lu\u1eadn n\u00e0y?", - "Are you sure you want to delete this page? This action cannot be undone.": "B\u1ea1n ch\u1eafc ch\u1eafn mu\u1ed1n x\u00f3a trang n\u00e0y? H\u00e0nh \u0111\u1ed9ng n\u00e0y kh\u00f4ng th\u1ec3 ho\u00e0n t\u00e1c.", - "Are you sure you want to delete this post?": "B\u1ea1n ch\u1eafc ch\u1eafn mu\u1ed1n x\u00f3a b\u00e0i \u0111\u0103ng n\u00e0y?", - "Are you sure you want to delete this response?": "B\u1ea1n ch\u1eafc ch\u1eafn mu\u1ed1n x\u00f3a ph\u1ea3n h\u1ed3i n\u00e0y?", - "Are you sure you want to delete this update?": "B\u1ea1n ch\u1eafc ch\u1eafn mu\u1ed1n x\u00f3a b\u1ea3n c\u1eadp nh\u1eadt n\u00e0y?", - "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "B\u1ea1n c\u00f3 ch\u1eafc ch\u1eafn mu\u1ed1n x\u00f3a {email} t\u1eeb nh\u00f3m qu\u1ea3n l\u00fd kh\u00f3a h\u1ecdc cho \"{container}\" kh\u00f4ng?", - "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "B\u1ea1n c\u00f3 ch\u1eafc ch\u1eafn mu\u1ed1n x\u00f3a {email} kh\u1ecfi th\u01b0 vi\u1ec7n \"{container}\" kh\u00f4ng?", - "Are you sure you want to remove this video from the list?": "B\u1ea1n c\u00f3 ch\u1eafc ch\u1eafn mu\u1ed1n x\u00f3a video n\u00e0y kh\u1ecfi danh s\u00e1ch kh\u00f4ng?", - "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "B\u1ea1n c\u00f3 ch\u1eafc ch\u1eafn mu\u1ed1n gi\u1edbi h\u1ea1n {email} truy c\u1eadp v\u00e0o \u201c{container}\u201d?", - "Are you sure you want to revert to the last published version of the unit? You cannot undo this action.": "B\u1ea1n ch\u1eafc ch\u1eafn mu\u1ed1n tr\u1edf l\u1ea1i phi\u00ean b\u1ea3n tr\u01b0\u1edbc c\u1ee7a b\u00e0i h\u1ecdc? B\u1ea1n s\u1ebd kh\u00f4ng th\u1ec3 ho\u00e0n t\u00e1c b\u01b0\u1edbc n\u00e0y.", - "Are you sure you want to select this session?": "B\u1ea1n c\u00f3 ch\u1eafc mu\u1ed1n ch\u1ecdn Phi\u00ean n\u00e0y?", - "Are you sure you want to unenroll from {courseName} ({courseNumber})? You will be refunded the amount you paid.": "B\u1ea1n c\u00f3 ch\u1eafc ch\u1eafn mu\u1ed1n h\u1ee7y \u0111\u0103ng k\u00fd {courseName} ({courseNumber}) kh\u00f4ng? B\u1ea1n s\u1ebd \u0111\u01b0\u1ee3c ho\u00e0n tr\u1ea3 s\u1ed1 ti\u1ec1n b\u1ea1n \u0111\u00e3 tr\u1ea3.", - "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "B\u1ea1n ch\u1eafc ch\u1eafn mu\u1ed1n x\u00f3a m\u1ee5c n\u00e0y? N\u00f3 kh\u00f4ng th\u1ec3 ph\u1ee5c h\u1ed3i!\n\nNgo\u00e0i ra b\u1ea5t k\u1ef3 n\u1ed9i dung li\u00ean k\u1ebft ho\u1eb7c d\u1eabn \u0111\u1ebfn m\u1ee5c n\u00e0y s\u1ebd kh\u00f4ng c\u00f2n ho\u1ea1t \u0111\u1ed9ng (v\u00ed d\u1ee5: h\u1ecfng h\u00ecnh \u1ea3nh, \u0111\u01b0\u1eddng d\u1eabn...)", - "Are you sure?": "B\u1ea1n c\u00f3 ch\u1eafc kh\u00f4ng?", - "Assessment Results Visibility": "Hi\u1ec3n th\u1ecb K\u1ebft qu\u1ea3 \u0110\u00e1nh gi\u00e1", - "Assign students to cohorts by uploading a CSV file.": "T\u1ea3i l\u00ean m\u1ed9t t\u1ec7p tin CSV d\u00f9ng \u0111\u1ec3 ph\u00e2n h\u1ecdc vi\u00ean v\u00e0o c\u00e1c nh\u00f3m.", - "Assignment Type Name": "Ph\u00e2n lo\u1ea1i T\u00ean", - "Attribution": "Attribution", - "Author": "T\u00e1c gi\u1ea3", - "Auto-advance": "T\u1ef1 \u0111\u1ed9ng-n\u00e2ng cao", - "Automatic": "T\u1ef1 \u0111\u1ed9ng", - "Available %s": "C\u00f3 s\u1eb5n %s", - "Average": "V\u1eeba ph\u1ea3i", - "Back to sign in": "Tr\u1edf l\u1ea1i \u0111\u1ec3 \u0111\u0103ng nh\u1eadp", - "Background color": "M\u00e0u n\u1ec1n", - "Basic": "C\u0103n b\u1ea3n", - "Basic Account Information": "Th\u00f4ng tin t\u00e0i kho\u1ea3n c\u01a1 b\u1ea3n", - "Be sure your entire face is inside the frame": "H\u00e3y ch\u1eafc ch\u1eafn to\u00e0n b\u1ed9 khu\u00f4n m\u1eb7t c\u1ee7a b\u1ea1n trong khung", - "Before proceeding, please confirm that your details match": "Tr\u01b0\u1edbc khi ti\u1ebfp t\u1ee5c, h\u00e3y ki\u1ec3m tra l\u1ea1i th\u00f4ng tin c\u1ee7a b\u1ea1n", - "Before proceeding, please {htmlStart}activate your account{htmlEnd}.": "Tr\u01b0\u1edbc khi ti\u1ebfp t\u1ee5c, vui l\u00f2ng {htmlStart}k\u00edch ho\u1ea1t t\u00e0i kho\u1ea3n c\u1ee7a b\u1ea1n{htmlEnd}.", - "Before proceeding, please {htmlStart}unlink all social media accounts{htmlEnd}.": "Tr\u01b0\u1edbc khi ti\u1ebfp t\u1ee5c, vui l\u00f2ng {htmlStart}h\u1ee7y li\u00ean k\u1ebft t\u1ea5t c\u1ea3 c\u00e1c t\u00e0i kho\u1ea3n m\u1ea1ng x\u00e3 h\u1ed9i{htmlEnd}.", - "Billed to": "\u0110\u00e3 g\u1eedi h\u00f3a \u0111\u01a1n cho", - "Biography": "Ti\u1ec3u s\u1eed", - "Blockquote": "\u0110o\u1ea1n tr\u00edch d\u1eabn", - "Blockquote (Ctrl+Q)": "\u0110o\u1ea1n tr\u00edch d\u1eabn (Ctrl+Q)", - "Blocks": "Kh\u1ed1i", - "Body": "Ph\u1ea7n th\u00e2n", - "Bold": "In \u0111\u1eadm", - "Bold (Ctrl+B)": "In \u0111\u1eadm (Ctrl+B)", - "Bookmark this page": "\u0110\u00e1nh d\u1ea5u trang n\u00e0y", - "Bookmarked": "\u0110\u00e3 \u0111\u00e1nh d\u1ea5u", - "Border": "Vi\u1ec1n", - "Border color": "M\u00e0u vi\u1ec1n", - "Bottom": "\u0110\u00e1y", - "Browse": "Duy\u1ec7t", - "Bullet list": "Danh s\u00e1ch kh\u00f4ng th\u1ee9 t\u1ef1", - "Bulleted List (Ctrl+U)": "Danh S\u00e1ch G\u1ea1ch \u0110\u1ea7u d\u00f2ng (Ctrl+U)", - "Can we match the photo you took with the one on your ID?": "Ch\u00fang ta c\u00f3 th\u1ec3 ph\u00f9 h\u1ee3p v\u1edbi h\u00ecnh \u1ea3nh m\u00e0 b\u1ea1n \u0111\u00e3 c\u00f3 m\u1ed9t trong nh\u1eefng ID c\u1ee7a b\u1ea1n?", - "Cancel": "H\u1ee7y b\u1ecf", - "Cancel enrollment code": "Hu\u1ef7 m\u00e3 ghi danh ", - "Cancel team creating.": "H\u1ee7y b\u1ecf \u0111\u1ed9i t\u1ea1o ra.", - "Cancel team updating.": "H\u1ee7y b\u1ecf \u0111\u1ed9i c\u1eadp nh\u1eadt.", - "Cancel upload": "B\u1ecf t\u1ea3i l\u00ean", - "Cannot delete when in use by a unit": "Kh\u00f4ng th\u1ec3 x\u00f3a khi \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi m\u1ed9t \u0111\u01a1n v\u1ecb", - "Cannot delete when in use by an experiment": "Kh\u00f4ng th\u1ec3 x\u00f3a khi \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi m\u1ed9t th\u1eed nghi\u1ec7m", - "Cannot drop more <%= types %> assignments than are assigned.": "Kh\u00f4ng th\u1ec3 cho h\u01a1n <%= types %> b\u00e0i t\u1eadp so v\u1edbi quy \u0111\u1ecbnh.", - "Caption": "Ti\u00eau \u0111\u1ec1 ch\u00fa th\u00edch", - "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "Ch\u00fa \u00fd: Phi\u00ean b\u1ea3n \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n l\u1ea7n cu\u1ed1i c\u1ee7a \u0111\u01a1n v\u1ecb n\u00e0y \u0111ang cung c\u1ea5p cho ng\u01b0\u1eddi h\u1ecdc. B\u1eb1ng c\u00e1ch xu\u1ea5t b\u1ea3n nh\u1eefng thay \u0111\u1ed5i, b\u1ea1n s\u1ebd thay \u0111\u1ed5i tr\u1ea3i nghi\u1ec7m c\u1ee7a sinh vi\u00ean.", - "Cell": "\u00d4", - "Cell padding": "Kho\u1ea3ng c\u00e1ch tr\u1ed1ng ", - "Cell properties": "\u0110\u1eb7c t\u00ednh c\u1ee7a \u00f4", - "Cell spacing": "Kho\u1ea3ng c\u00e1ch trong \u00f4", - "Cell type": "Ki\u1ec3u \u00f4", - "Center": "Gi\u1eefa", - "Certificate Details": "Th\u00f4ng tin ch\u01b0\u0301ng chi\u0309", - "Certificate Information": "Th\u00f4ng tin ch\u1ee9ng nh\u1eadn", - "Certificate Name": "T\u00ean ch\u1ee9ng ch\u1ec9", - "Certificate Signatories": "Ch\u1eef k\u00fd tr\u00ean ch\u1ee9ng ch\u1ec9", - "Certificate Signatory Configuration": "C\u1ea5u h\u00ecnh Ng\u01b0\u1eddi k\u00fd Ch\u1ee9ng ch\u1ec9", - "Certificate has been successfully invalidated for <%= user %>.": "Ch\u1ee9ng ch\u1ec9 \u0111\u00e3 b\u1ecb v\u00f4 hi\u1ec7u ho\u00e1 cho <%= user %>.", - "Certificate name is required.": "T\u00ean ch\u1ee9ng ch\u1ec9 l\u00e0 b\u1eaft bu\u1ed9c.", - "Certificate of <%= user %> has already been invalidated. Please check your spelling and retry.": "Ch\u1ee9ng ch\u1ec9 c\u1ee7a <%= user %> \u0111\u00e3 b\u1ecb v\u00f4 hi\u1ec7u. Vui l\u00f2ng ki\u1ec3m tra ch\u00ednh t\u1ea3 v\u00e0 th\u1eed l\u1ea1i.", - "Change": "Thay \u0111\u1ed5i", - "Change Manually": "Thay \u0110\u1ed5i T\u00f9y Ch\u1ecdn", - "Change My Email Address": "Thay \u0110\u1ed5i \u0110\u1ecba Ch\u1ec9 Email C\u1ee7a T\u00f4i", - "Change Session": "\u0110\u1ed5i Phi\u00ean", - "Change image": "Thay \u0111\u1ed5i h\u00ecnh \u1ea3nh", - "Changes to steps that are not selected as part of the assignment will not be saved.": "Nh\u1eefng thay \u0111\u1ed5i \u1edf c\u00e1c b\u01b0\u1edbc kh\u00f4ng \u0111\u01b0\u1ee3c ch\u1ecdn thu\u1ed9c m\u1ed9t ph\u1ea7n c\u1ee7a b\u00e0i t\u1eadp s\u1ebd kh\u00f4ng \u0111\u01b0\u1ee3c l\u01b0u.", - "Chapter Asset": "Li\u00ean k\u1ebft Ch\u01b0\u01a1ng", - "Chapter Name": "T\u00ean Ch\u01b0\u01a1ng", - "Chapter information": "Th\u00f4ng tin ch\u01b0\u01a1ng", - "Chapter name and asset_path are both required": "T\u00ean ch\u01b0\u01a1ng v\u00e0 asset_path \u0111\u1ec1u l\u00e0 b\u1eaft bu\u1ed9c", - "Chapter name is required": "T\u00ean ch\u01b0\u01a1ng l\u00e0 b\u1eaft bu\u1ed9c", - "Chapter {order}": "Ch\u01b0\u01a1ng {order}", - "Check Your Email": "Ki\u1ec3m tra email c\u1ee7a b\u1ea1n", - "Check the highlighted fields below and try again.": "Ki\u1ec3m tra l\u1ea1i m\u1ee5c \u0111\u01b0\u1ee3c b\u00f4i s\u00e1ng b\u00ean d\u01b0\u1edbi v\u00e0 th\u1eed l\u1ea1i l\u1ea7n n\u1eefa.", - "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "Ch\u1ecdn \u00f4 n\u00e0y \u0111\u1ec3 nh\u1eadn th\u01b0 t\u00f3m t\u1eaft h\u00e0ng ng\u00e0y v\u1ec1 c\u00e1c ho\u1ea1t \u0111\u1ed9ng m\u1edbi t\u1eeb c\u00e1c b\u00e0i posts m\u00e0 b\u1ea1n \u0111ang theo d\u00f5i. ", - "Check your email": "Ki\u1ec3m tra email c\u1ee7a b\u1ea1n", - "Check your email account for instructions to reset your password.": "Ki\u1ec3m tra t\u00e0i kho\u1ea3n email \u0111\u1ec3 \u0111\u01b0\u1ee3c h\u01b0\u1edbng d\u1eabn \u0111\u1eb7t l\u1ea1i m\u1eadt kh\u1ea9u.", - "Checkout": "Thanh to\u00e1n", - "Checkout with PayPal": "Thanh to\u00e1n v\u1edbi Paypal", - "Checkout with {processor}": "Thanh to\u00e1n v\u1edbi {processor}", - "Choose": "Ch\u1ecdn", - "Choose File": "Ch\u1ecdn T\u1ec7p", - "Choose a .csv file": "Ch\u1ecdn m\u1ed9t t\u1ec7p tin .csv", - "Choose a content group to associate": "Ch\u1ecdn m\u1ed9t nh\u00f3m n\u1ed9i dung \u0111\u1ec3 li\u00ean k\u1ebft", - "Choose a location to move your component to": "Ch\u1ecdn v\u1ecb tr\u00ed \u0111\u1ec3 di chuy\u1ec3n th\u00e0nh ph\u1ea7n c\u1ee7a b\u1ea1n \u0111\u1ebfn", - "Choose a time": "Ch\u1ecdn gi\u1edd", - "Choose all": "Ch\u1ecdn t\u1ea5t c\u1ea3", - "Choose mode": "Ch\u1ecdn ch\u1ebf \u0111\u1ed9", - "Choose new file": "Ch\u1ecdn t\u1ec7p m\u1edbi", - "Choose one": "Ch\u1ecdn m\u1ed9t", - "Choose your institution from the list below:": "Ch\u1ecdn tr\u01b0\u1eddng c\u1ee7a b\u1ea1n t\u1eeb danh s\u00e1ch d\u01b0\u1edbi \u0111\u00e2y:", - "Chosen %s": "Ch\u1ecdn %s", - "Circle": "H\u00ecnh tr\u00f2n", - "Clear": "X\u00f3a", - "Clear All": "Xo\u00e1 t\u1ea5t c\u1ea3", - "Clear Grading Due Date": "Xo\u00e1 H\u1ea1n Ch\u1ea5m b\u1ea3i", - "Clear Release Date/Time": "X\u00f3a ng\u00e0y/gi\u1edd ph\u00e1t h\u00e0nh", - "Clear Value": "Xo\u00e1 Gi\u00e1 tr\u1ecb", - "Clear formatting": "X\u00f3a \u0111\u1ecbnh d\u1ea1ng", - "Clear search": "Xo\u00e1 t\u00ecm ki\u1ebfm", - "Clear search results": "X\u00f3a c\u00e1c k\u1ebft qu\u1ea3 t\u00ecm ki\u1ebfm", - "Click OK to have your e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Nh\u1ea5p ch\u1ecdn OK \u0111\u1ec3 g\u1eedi \u0111\u1ecba ch\u1ec9 e-mail c\u1ee7a b\u1ea1n t\u1edbi \u1ee9ng d\u1ee5ng c\u1ee7a b\u00ean th\u1ee9 3.\n\nNh\u1ea5p ch\u1ecdn H\u1ee7y b\u1ecf \u0111\u1ec3 quay l\u1ea1i trang v\u00e0 kh\u00f4ng g\u1eedi th\u00f4ng tin c\u1ee7a b\u1ea1n \u0111i.", - "Click OK to have your username and e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Nh\u1ea5p ch\u1ecdn OK \u0111\u1ec3 g\u1eedi t\u00ean \u0111\u0103ng nh\u1eadp v\u00e0 \u0111\u1ecba ch\u1ec9 e-mail c\u1ee7a b\u1ea1n t\u1edbi \u1ee9ng d\u1ee5ng c\u1ee7a b\u00ean th\u1ee9 3.\n\nNh\u1ea5p ch\u1ecdn H\u1ee7y b\u1ecf \u0111\u1ec3 quay l\u1ea1i trang v\u00e0 kh\u00f4ng g\u1eedi th\u00f4ng tin c\u1ee7a b\u1ea1n \u0111i.", - "Click OK to have your username sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Nh\u1ea5p ch\u1ecdn OK \u0111\u1ec3 g\u1eedi t\u00ean \u0111\u0103ng nh\u1eadp c\u1ee7a b\u1ea1n t\u1edbi \u1ee9ng d\u1ee5ng c\u1ee7a b\u00ean th\u1ee9 3.\n\nNh\u1ea5p ch\u1ecdn H\u1ee7y b\u1ecf \u0111\u1ec3 quay l\u1ea1i trang v\u00e0 kh\u00f4ng g\u1eedi th\u00f4ng tin c\u1ee7a b\u1ea1n \u0111i.", - "Click on this button to mute or unmute this video or press UP or DOWN buttons to increase or decrease volume level.": "K\u00edch v\u00e0o n\u00fat n\u00e0y \u0111\u1ec3 t\u1eaft ho\u1eb7c b\u1eadt ti\u1ebfng video ho\u1eb7c \u1ea5n ph\u00edm L\u00caN ho\u1eb7c XU\u1ed0NG \u0111\u1ec3 t\u0103ng ho\u1eb7c gi\u1ea3m \u00e2m l\u01b0\u1ee3ng.", - "Click to add a new %(xblock_type)s": "B\u1ea5m \u0111\u1ec3 th\u00eam m\u1edbi %(xblock_type)s", - "Click to change": "Nh\u1ea5p v\u00e0o \u0111\u1ec3 thay \u0111\u1ed5i", - "Click to choose all %s at once.": "Click \u0111\u1ec3 ch\u1ecdn t\u1ea5t c\u1ea3 %s .", - "Click to edit": "Nh\u1ea5p v\u00e0o \u0111\u1ec3 s\u1eeda", - "Click to remove all chosen %s at once.": "Click \u0111\u1ec3 b\u1ecf ch\u1ecdn t\u1ea5t c\u1ea3 %s", - "Close": "\u0110\u00f3ng", - "Close Calculator": "\u0110\u00f3ng m\u00e1y t\u00ednh", - "Code": "M\u00e3", - "Code Sample (Ctrl+K)": "Code M\u1eabu (Ctrl+K)", - "Code block": "\u0110o\u1ea1n m\u00e3", - "Cohort Name": "T\u00ean nh\u00f3m", - "Cohorts": "\u0110o\u00e0n h\u1ec7", - "Cohorts Disabled": "Kh\u00f4ng cho ph\u00e9p ph\u00e2n nh\u00f3m h\u1ecdc vi\u00ean", - "Cohorts Enabled": "Cho ph\u00e9p ph\u00e2n nh\u00f3m h\u1ecdc vi\u00ean", - "Collapse All": "Thu g\u1ecdn t\u1ea5t c\u1ea3", - "Collapse Instructions": "Thu g\u1ecdn h\u01b0\u1edbng d\u1eabn", - "Collapse/Expand this %(xblock_type)s": "Thu g\u1ecdn/M\u1edf r\u1ed9ng %(xblock_type)s n\u00e0y", - "Color": "M\u00e0u", - "Cols": "Cols", - "Column": "C\u1ed9t", - "Column group": "Nh\u00f3m c\u1ed9t", - "Commentary": "B\u00ecnh lu\u1eadn", - "Common Problem Types": "Lo\u1ea1i C\u00e2u H\u1ecfi Th\u01b0\u1eddng G\u1eb7p", - "Component": "Th\u00e0nh ph\u1ea7n", - "Component Location ID": "ID V\u1ecb tr\u00ed Th\u00e0nh ph\u1ea7n", - "Components": "Th\u00e0nh ph\u1ea7n", - "Configure": "C\u1ea5u h\u00ecnh", - "Confirm": "X\u00e1c nh\u1eadn", - "Confirm Password": "Nh\u1eadp l\u1ea1i M\u1eadt kh\u1ea9u", - "Confirm Timed Transcript": "X\u00e1c nh\u1eadn B\u1ea3n d\u1ecbch \u0110\u1ed3ng b\u1ed9 th\u1eddi gian", - "Constrain proportions": "Gi\u1edbi h\u1ea1n t\u1ec9 l\u1ec7", - "Contact Us": "Li\u00ean H\u1ec7", - "Contains staff only content": "Ch\u1ec9 ch\u1ee9a n\u1ed9i dung nh\u00e2n vi\u00ean", + ], + "(optional)": "(tu\u1ef3 ch\u1ecdn)", + "(required)": "(b\u1eaft bu\u1ed9c)", + "- Sortable": "- Co\u0301 th\u00ea\u0309 s\u0103\u0301p x\u00ea\u0301p", + "6 a.m.": "6 gi\u1edd s\u00e1ng", + ": video upload complete.": ": ho\u00e0n t\u1ea5t t\u1ea3i l\u00ean video.", + "<%= user %> already in exception list.": "<%= user %> \u0111\u00e3 trong danh s\u00e1ch kh\u00f4ng h\u1ee3p l\u1ec7.", + "<%= user %> has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.": "<%= user %> \u0111\u00e3 \u0111\u01b0\u1ee3c th\u00eam v\u00e0o danh s\u00e1ch kh\u00f4ng h\u1ee3p l\u1ec7. B\u1ea5m v\u00e0o T\u1ea1o Ch\u1ee9ng ch\u1ec9 kh\u00f4ng h\u1ee3p l\u1ec7 b\u00ean d\u01b0\u1edbi \u0111\u1ec3 g\u1eedi ch\u1ee9ng ch\u1ec9.", + "A Password is required": "B\u1eaft bu\u1ed9c ph\u1ea3i c\u00f3 M\u1eadt Kh\u1ea9u", + "A driver's license, passport, or government-issued ID with your name and photo.": "B\u1eb1ng l\u00e1i xe, h\u1ed9 chi\u1ebfu, ch\u1ee9ng minh nh\u00e2n d\u00e2n ho\u1eb7c th\u1ebb h\u1ecdc vi\u00ean c\u00f3 t\u00ean v\u00e0 \u1ea3nh c\u1ee7a b\u1ea1n.", + "A driver's license, passport, or other government-issued ID with your name and photo": "Gi\u1ea5y ph\u00e9p, h\u1ed9 chi\u1ebfu, ho\u1eb7c ID ch\u00ednh ph\u1ee7 ph\u00e1t h\u00e0nh c\u1ee7a m\u1ed9t ng\u01b0\u1eddi l\u00e1i xe v\u1edbi t\u00ean v\u00e0 \u1ea3nh c\u1ee7a b\u1ea1n", + "A name that identifies your team (maximum 255 characters).": "T\u00ean \u0111\u1ec3 ph\u00e2n bi\u1ec7t nh\u00f3m c\u1ee7a b\u1ea1n (t\u1ed1i \u0111a 255 k\u00fd t\u1ef1).", + "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "Gi\u1edbi thi\u1ec7u ng\u1eafn v\u1ec1 nh\u00f3m \u0111\u1ec3 gi\u00fap ng\u01b0\u1eddi h\u1ecdc kh\u00e1c hi\u1ec3u m\u1ee5c \u0111\u00edch v\u00e0 ph\u01b0\u01a1ng h\u01b0\u1edbng c\u1ee7a nh\u00f3m (t\u1ed1i \u0111a 300 k\u00fd t\u1ef1).", + "A valid email address is required": "C\u1ea7n \u0111\u1ecba ch\u1ec9 email kh\u1ea3 d\u1ee5ng", + "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", + "Abbreviation": "Vi\u1ebft t\u1eaft", + "About Me": "T\u1ef1 gi\u1edbi thi\u1ec7u", + "About me": "V\u1ec1 t\u00f4i", + "Access to some content in this unit is restricted to specific groups of learners": "Truy c\u1eadp v\u00e0o m\u1ed9t s\u1ed1 n\u1ed9i dung trong \u0111\u01a1n v\u1ecb n\u00e0y b\u1ecb h\u1ea1n ch\u1ebf \u0111\u1ed1i v\u1edbi m\u1ed9t s\u1ed1 nh\u00f3m ng\u01b0\u1eddi h\u1ecdc c\u1ee5 th\u1ec3", + "Access to some content in this {blockType} is restricted to specific groups of learners.": "Truy c\u1eadp v\u00e0o m\u1ed9t s\u1ed1 n\u1ed9i dung trong {blockType} n\u00e0y ch\u1ec9 d\u00e0nh cho nh\u1eefng nh\u00f3m ng\u01b0\u1eddi h\u1ecdc c\u1ee5 th\u1ec3.", + "Access to this unit is restricted to: {selectedGroupsLabel}": "Truy c\u1eadp v\u00e0o \u0111\u01a1n v\u1ecb n\u00e0y \u0111\u01b0\u1ee3c gi\u1edbi h\u1ea1n \u1edf: {selectedGroupsLabel}", + "Access to this {blockType} is restricted to: {selectedGroupsLabel}": "Truy c\u1eadp v\u00e0o {blockType} n\u00e0y \u0111\u01b0\u1ee3c gi\u1edbi h\u1ea1n \u1edf: {selectedGroupsLabel}", + "Accomplishments": "Nh\u1eefng th\u00e0nh qu\u1ea3", + "Accomplishments Pagination": "Ph\u00e2n trang Th\u00e0nh qu\u1ea3", + "Account": "T\u00e0i kho\u1ea3n", + "Account Information": "Th\u00f4ng tin T\u00e0i kho\u1ea3n", + "Account Settings": "Thi\u1ebft l\u1eadp t\u00e0i kho\u1ea3n", + "Account Settings page.": "Trang thi\u1ebft l\u1eadp t\u00e0i kho\u1ea3n", + "Account deletion, including removal from email lists, may take a few weeks to fully process through our system. If you want to opt-out of emails before then, please unsubscribe from the footer of any email.": "X\u00f3a t\u00e0i kho\u1ea3n, bao g\u1ed3m x\u00f3a kh\u1ecfi danh s\u00e1ch email, c\u00f3 th\u1ec3 m\u1ea5t v\u00e0i tu\u1ea7n \u0111\u1ec3 x\u1eed l\u00fd ho\u00e0n to\u00e0n trong h\u1ec7 th\u1ed1ng c\u1ee7a ch\u00fang t\u00f4i. N\u1ebfu b\u1ea1n kh\u00f4ng mu\u1ed1n nh\u1eadn th\u00eam email tr\u01b0\u1edbc \u0111\u00f3, vui l\u00f2ng h\u1ee7y \u0111\u0103ng k\u00fd \u1edf cu\u1ed1i b\u1ea5t k\u1ef3 email n\u00e0o.", + "Action required: Enter a valid date.": "H\u00e0nh \u0111\u1ed9ng b\u1eaft bu\u1ed9c: Nh\u1eadp ng\u00e0y h\u1ee3p l\u1ec7.", + "Actions": "Ho\u1ea1t \u0111\u1ed9ng", + "Activate": "ki\u0301ch hoa\u0323t", + "Activate Your Account": "K\u00edch ho\u1ea1t t\u00e0i kho\u1ea3n c\u1ee7a b\u1ea1n", + "Activating a link in this group will skip to the corresponding point in the video.": "K\u00edch ho\u1ea1t li\u00ean k\u1ebft trong nh\u00f3m n\u00e0y s\u1ebd nh\u1ea3y \u0111\u1ebfn \u0111i\u1ec3m t\u01b0\u01a1ng \u1ee9ng trong video.", + "Active Uploads": "C\u00e1c n\u1ed9i dung \u0111ang t\u1ea3i l\u00ean", + "Add": "Th\u00eam", + "Add Additional Signatory": "B\u1ed5 sung Th\u00eam Ng\u01b0\u1eddi k\u00fd", + "Add Attachment": "Th\u00eam \u0110\u00ednh k\u00e8m", + "Add Cohort": "Th\u00eam nh\u00f3m h\u1ecdc vi\u00ean", + "Add Component:": "Th\u00eam th\u00e0nh ph\u1ea7n m\u1edbi", + "Add Country": "Th\u00eam qu\u1ed1c gia", + "Add New Component": "Th\u00eam th\u00e0nh ph\u1ea7n m\u1edbi", + "Add Thumbnail": "Th\u00eam H\u00ecnh \u0111\u1ea1i di\u1ec7n", + "Add Thumbnail - {videoName}": "Th\u00eam H\u00ecnh \u0111\u1ea1i di\u1ec7n - {videoName}", + "Add URLs for additional versions": "Th\u00eam URL cho c\u00e1c phi\u00ean b\u1ea3n b\u1ed5 sung", + "Add a Chapter": "Th\u00eam m\u1ed9t Ch\u01b0\u01a1ng", + "Add a New Cohort": "Th\u00eam m\u1ed9t nh\u00f3m m\u1edbi", + "Add a learning outcome here": "Th\u00eam m\u1ed9t k\u1ebft qu\u1ea3 h\u1ecdc t\u1eadp \u1edf \u0111\u00e2y", + "Add another group": "Th\u00eam nh\u00f3m", + "Add language": "Th\u00eam ng\u00f4n ng\u1eef", + "Add to Dictionary": "Th\u00eam v\u00e0o t\u1eeb \u0111i\u1ec3n", + "Add your first content group": "Th\u00eam nh\u00f3m n\u1ed9i dung \u0111\u1ea7u ti\u00ean c\u1ee7a b\u1ea1n", + "Add your first group configuration": "Th\u00eam c\u1ea5u h\u00ecnh nh\u00f3m \u0111\u1ea7u ti\u00ean c\u1ee7a b\u1ea1n", + "Add your first textbook": "Th\u00eam gi\u00e1o tr\u00ecnh \u0111\u1ea7u ti\u00ean", + "Add {role} Access": "Th\u00eam {role} Truy c\u1eadp", + "Adding": "Th\u00eam", + "Adding the selected course to your cart": "\u0110ang th\u00eam kho\u00e1 h\u1ecdc \u0111\u00e3 ch\u1ecdn v\u00e0o gi\u1ecf h\u00e0ng ", + "Additional Information": "Th\u00f4ng tin th\u00eam", + "Additional posts could not be loaded. Refresh the page and try again.": "Kh\u00f4ng th\u1ec3 m\u1edf nh\u1eefng b\u00e0i k\u00e8m theo. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", + "Additional responses could not be loaded. Refresh the page and try again.": "Kh\u00f4ng th\u1ec3 t\u1ea3i c\u00e2u tr\u1ea3 l\u1eddi k\u00e8m theo. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", + "Adjust video speed": "\u0111i\u1ec1u ch\u1ec9nh t\u1ed1c \u0111\u1ed9 video", + "Adjust video volume": "\u0111i\u1ec1u ch\u1ec9nh \u00e2m l\u01b0\u1ee3ng video", + "Admin": "Qu\u1ea3n Tr\u1ecb", + "Advanced": "N\u00e2ng cao", + "After the course\\'s end date has passed, learners can no longer access subsection content. The subsection remains included in grade calculations.": "Sau ng\u00e0y k\u1ebft th\u00fac kho\u00e1 h\u1ecdc, ng\u01b0\u1eddi h\u1ecdc kh\u00f4ng c\u00f2n c\u00f3 th\u1ec3 truy c\u1eadp v\u00e0o ph\u1ea7n con n\u1eefa. C\u00e1c ph\u1ea7n con v\u1eabn \u0111\u01b0\u1ee3c bao g\u1ed3m trong t\u00ednh \u0111i\u1ec3m.", + "After the subsection\\'s due date has passed, learners can no longer access its content. The subsection remains included in grade calculations.": "Sau khi ph\u1ea7n con h\u1ebft h\u1ea1n, ng\u01b0\u1eddi h\u1ecdc kh\u00f4ng c\u00f2n c\u00f3 th\u1ec3 truy c\u1eadp n\u1ed9i dung c\u1ee7a n\u00f3. Ph\u1ea7n con v\u1eabn \u0111\u01b0\u1ee3c bao g\u1ed3m trong t\u00ednh \u0111i\u1ec3m.", + "Align center": "C\u0103n gi\u1eefa", + "Align left": "C\u0103n l\u1ec1 tr\u00e1i", + "Align right": "C\u0103n l\u1ec1 ph\u1ea3i", + "Alignment": "C\u0103n l\u1ec1", + "All Learners and Staff": "T\u1ea5t c\u1ea3 H\u1ecdc vi\u00ean v\u00e0 Nh\u00e2n vi\u00ean", + "All Rights Reserved": "B\u1ea3n quy\u1ec1n \u0111\u00e3 \u0111\u01b0\u1ee3c b\u1ea3o h\u1ed9.", + "All Time Zones": "T\u1ea5t c\u1ea3 M\u00fai Gi\u1edd", + "All Topics": "T\u1ea5t c\u1ea3 ch\u1ee7 \u0111\u1ec1", + "All accounts were created successfully.": "T\u1ea5t c\u1ea3 t\u00e0i kho\u1ea3n \u0111\u00e3 \u0111\u01b0\u1ee3c t\u1ea1o th\u00e0nh c\u00f4ng.", + "All chapters must have a name and asset": "T\u1ea5t c\u1ea3 c\u00e1c ch\u01b0\u01a1ng ph\u1ea3i c\u00f3 t\u00ean v\u00e0 li\u00ean k\u1ebft ch\u01b0\u01a1ng", + "All groups must have a name.": "T\u1ea5t c\u1ea3 c\u00e1c nh\u00f3m ph\u1ea3i c\u00f3 t\u00ean.", + "All groups must have a unique name.": "T\u1ea5t c\u1ea3 c\u00e1c nh\u00f3m ph\u1ea3i c\u00f3 m\u1ed9t t\u00ean ri\u00eang.", + "All learners in the {cohort_name} cohort": "T\u1ea5t c\u1ea3 h\u1ecdc vi\u00ean trong nh\u00f3m {cohort_name}", + "All learners in the {track_name} track": "T\u1ea5t c\u1ea3 h\u1ecdc vi\u00ean thu\u1ed9c {track_name}", + "All learners who are enrolled in this course": "T\u1ea5t c\u1ea3 sinh vi\u00ean \u0111\u00e3 \u0111\u0103ng k\u00ed kh\u00f3a h\u1ecdc n\u00e0y", + "All payment options are currently unavailable.": "T\u1ea5t c\u1ea3 t\u00f9y ch\u1ecdn thanh to\u00e1n hi\u1ec7n kh\u00f4ng s\u1eed d\u1ee5ng \u0111\u01b0\u01a1\u0323c.", + "All professional education courses are fee-based, and require payment to complete the enrollment process.": "T\u1ea5t c\u1ea3 kho\u00e1 h\u1ecdc cao c\u1ea5p \u0111\u1ec1u t\u00ednh h\u1ecdc ph\u00ed, v\u00e0 c\u1ea7n thanh to\u00e1n \u0111\u1ec3 ho\u00e0n t\u1ea5t qu\u00e1 tr\u00ecnh ghi danh.", + "All subsections": "To\u00e0n b\u1ed9 c\u00e1c ti\u1ec3u m\u1ee5c", + "All teams": "T\u1ea5t c\u1ea3 c\u00e1c nh\u00f3m", + "All topics": "T\u1ea5t c\u1ea3 ch\u1ee7 \u0111\u1ec1", + "All units": "T\u1ea5t c\u1ea3 \u0111\u01a1n v\u1ecb", + "Allow others to copy, distribute, display and perform only verbatim copies of your work, not derivative works based upon it. This option is incompatible with \"Share Alike\".": "Cho ph\u00e9p ng\u01b0\u1eddi kh\u00e1c sao ch\u00e9p, ph\u00e2n ph\u1ed1i, hi\u1ec3n th\u1ecb v\u00e0 tr\u00ecnh di\u1ec5n ch\u1ec9 c\u00e1c b\u1ea3n sao nguy\u00ean b\u1ea3n c\u1ee7a t\u00e1c ph\u1ea9m c\u1ee7a b\u1ea1n ch\u1ee9 kh\u00f4ng ph\u1ea3i c\u00e1c t\u00e1c ph\u1ea9m ph\u00e1i sinh d\u1ef1a tr\u00ean n\u00f3. T\u00f9y ch\u1ecdn n\u00e0y kh\u00f4ng t\u01b0\u01a1ng th\u00edch v\u1edbi \"Chia s\u1ebb t\u01b0\u01a1ng t\u1ef1\".", + "Allow others to copy, distribute, display and perform your copyrighted work but only if they give credit the way you request. Currently, this option is required.": "Cho ph\u00e9p ng\u01b0\u1eddi kh\u00e1c sao ch\u00e9p, ph\u00e2n ph\u1ed1i, tr\u01b0ng b\u00e0y v\u00e0 tr\u00ecnh di\u1ec5n t\u00e1c ph\u1ea9m c\u00f3 b\u1ea3n quy\u1ec1n c\u1ee7a b\u1ea1n nh\u01b0ng ch\u1ec9 khi h\u1ecd cung c\u1ea5p t\u00edn d\u1ee5ng theo c\u00e1ch b\u1ea1n y\u00eau c\u1ea7u. Hi\u1ec7n t\u1ea1i, t\u00f9y ch\u1ecdn n\u00e0y l\u00e0 b\u1eaft bu\u1ed9c.", + "Allow others to copy, distribute, display and perform your work - and derivative works based upon it - but for noncommercial purposes only.": "Cho ph\u00e9p ng\u01b0\u1eddi kh\u00e1c sao ch\u00e9p, ph\u00e2n ph\u1ed1i, tr\u01b0ng b\u00e0y v\u00e0 tr\u00ecnh di\u1ec5n t\u00e1c ph\u1ea9m c\u1ee7a b\u1ea1n - v\u00e0 c\u00e1c t\u00e1c ph\u1ea9m ph\u00e1i sinh d\u1ef1a tr\u00ean n\u00f3 - nh\u01b0ng ch\u1ec9 cho c\u00e1c m\u1ee5c \u0111\u00edch phi th\u01b0\u01a1ng m\u1ea1i.", + "Allow others to distribute derivative works only under a license identical to the license that governs your work. This option is incompatible with \"No Derivatives\".": "Cho ph\u00e9p ng\u01b0\u1eddi kh\u00e1c ph\u00e2n ph\u1ed1i c\u00e1c t\u00e1c ph\u1ea9m ph\u00e1i sinh ch\u1ec9 theo m\u1ed9t gi\u1ea5y ph\u00e9p gi\u1ed1ng v\u1edbi gi\u1ea5y ph\u00e9p chi ph\u1ed1i c\u00f4ng vi\u1ec7c c\u1ee7a b\u1ea1n. T\u00f9y ch\u1ecdn n\u00e0y kh\u00f4ng t\u01b0\u01a1ng th\u00edch v\u1edbi \"Kh\u00f4ng Ph\u00e1i sinh\".", + "Allow students to generate certificates for this course?": "Cho ph\u00e9p c\u1ea5p ch\u1ee9ng ch\u1ec9 cho kh\u00f3a h\u1ecdc n\u00e0y?", + "Already a course team member": "\u0110\u00e3 l\u00e0 th\u00e0nh vi\u00ean c\u1ee7a kho\u00e1 h\u1ecdc r\u1ed3i", + "Already a library team member": "\u0110\u00e3 l\u00e0 th\u00e0nh vi\u00ean c\u1ee7a nh\u00f3m th\u01b0 vi\u1ec7n", + "Already a member": "\u0110\u00e3 l\u00e0 th\u00e0nh vi\u00ean", + "Alternative source": "Ngu\u1ed3n thay th\u1ebf", + "Always show assessment results": "Lu\u00f4n lu\u00f4n hi\u1ec3n th\u1ecb k\u1ebft qu\u1ea3 \u0111\u00e1nh gi\u00e1", + "Amount": "S\u1ed1 l\u01b0\u1ee3ng", + "An error has occurred. Check your Internet connection and try again.": "M\u1ed9t l\u1ed7i \u0111\u00e3 x\u1ea3y ra. Ki\u1ec3m tra k\u1ebft n\u1ed1i Internet c\u1ee7a b\u1ea1n v\u00e0 th\u1eed l\u1ea1i.", + "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "\u0110\u00e3 c\u00f3 l\u1ed7i x\u1ea3y ra. H\u00e3y ki\u1ec3m tra k\u1ebft n\u1ed1i Internet v\u00e0 th\u1eed refresh l\u1ea1i.", + "An error has occurred. Please try again later.": "C\u00f3 l\u1ed7i x\u1ea3y ra. Vui l\u00f2ng th\u1eed l\u1ea1i sau.", + "An error has occurred. Please try again.": "C\u00f3 l\u1ed7i x\u1ea3y ra. Vui l\u00f2ng th\u1eed l\u1ea1i sau.", + "An error has occurred. Please try reloading the page.": "C\u00f3 l\u1ed7i x\u1ea3y ra. Vui l\u00f2ng th\u1eed t\u1ea3i l\u1ea1i trang.", + "An error has occurred. Refresh the page, and then try again.": "C\u00f3 l\u1ed7i x\u1ea3y ra. Vui l\u00f2ng th\u1eed t\u1ea3i l\u1ea1i trang.", + "An error has occurred. Try refreshing the page, or check your Internet connection.": "M\u1ed9t l\u1ed7i \u0111\u00e3 x\u1ea3y ra. H\u00e3y th\u1eed l\u00e0m m\u1edbi trang ho\u1eb7c ki\u1ec3m tra k\u1ebft n\u1ed1i Internet c\u1ee7a b\u1ea1n.", + "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "X\u1ea3y ra l\u1ed7i khi m\u1edf email c\u1ee7a b\u1ea1n. Vui l\u00f2ng th\u1eed l\u1ea1i sau v\u00e0 li\u00ean h\u1ec7 v\u1edbi h\u1ed7 tr\u1ee3 k\u1ef9 thu\u1eadt n\u1ebfu ti\u1ebfp t\u1ee5c x\u1ea3y ra s\u1ef1 c\u1ed1.", + "An error occurred when signing you in to %s.": "\u0110\u00e3 x\u1ea3y ra l\u1ed7i khi \u0111\u0103ng nh\u1eadp v\u00e0o %s.", + "An error occurred while removing the member from the team. Try again.": "C\u00f3 l\u1ed7i x\u1ea3y ra trong l\u00fac x\u00f3a th\u00e0nh vi\u00ean kh\u1ecfi nh\u00f3m. Xin th\u1eed l\u1ea1i.", + "An error occurred.": "C\u00f3 l\u1ed7i x\u1ea3y ra.", + "An error occurred. Make sure that the student's username or email address is correct and try again.": "\u0110\u00e3 c\u00f3 l\u1ed7i x\u1ea3y ra. H\u00e3y ki\u1ec3m tra username c\u1ee7a h\u1ecdc vi\u00ean ho\u1eb7c \u0111\u1ecba ch\u1ec9 email c\u1ee7a h\u1ecdc vi\u00ean cho ch\u00ednh x\u00e1c v\u00e0 th\u1eed l\u1ea1i.", + "An error occurred. Please reload the page.": "C\u00f3 l\u1ed7i x\u1ea3y ra. H\u00e3y t\u1ea3i l\u1ea1i trang.", + "An error occurred. Please try again.": "C\u00f3 l\u1ed7i x\u1ea3y ra. Vui l\u00f2ng th\u1eed l\u1ea1i.", + "An error occurred. Try again.": "C\u00f3 l\u1ed7i x\u1ea3y ra. Vui l\u00f2ng th\u1eed l\u1ea1i.", + "An unexpected error occurred. Please try again.": "\u0110\u00e3 c\u00f3 m\u1ed9t l\u1ed7i x\u1ea3y ra. Vui l\u00f2ng th\u1eed l\u1ea1i.", + "Anchor": "Anchor", + "Anchors": "Anchors", + "Any content that has listed this content as a prerequisite will also have access limitations removed.": "B\u1ea5t k\u1ef3 n\u1ed9i dung n\u00e0o li\u1ec7t k\u00ea n\u1ed9i dung n\u00e0y nh\u01b0 l\u00e0 m\u1ed9t \u0111i\u1ec1u ki\u1ec7n b\u1eaft bu\u1ed9c c\u0169ng c\u00f3 gi\u1edbi h\u1ea1n truy c\u1eadp b\u1ecb lo\u1ea1i b\u1ecf.", + "Any course progress or grades from your current session will be lost.": "B\u1ea5t k\u1ef3 ti\u1ebfn tr\u00ecnh kh\u00f3a h\u1ecdc ho\u1eb7c \u0111i\u1ec3m t\u1eeb phi\u00ean hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ea1n s\u1ebd b\u1ecb m\u1ea5t.", + "Any divided discussion topics are divided based on cohort.": "Ch\u1ee7 \u0111\u1ec1 th\u1ea3o lu\u1eadn \u0111\u01b0\u1ee3c ph\u00e2n chia d\u1ef1a tr\u00ean theo nh\u00f3m.", + "Any divided discussion topics are divided based on enrollment track.": "Ch\u1ee7 \u0111\u1ec1 th\u1ea3o lu\u1eadn \u0111\u01b0\u1ee3c ph\u00e2n chia d\u1ef1a tr\u00ean ki\u1ec3u \u0111\u0103ng k\u00fd.", + "Are you having trouble finding a team to join?": "B\u1ea1n c\u00f3 g\u1eb7p kh\u00f3 kh\u0103n khi t\u00ecm m\u1ed9t \u0111\u1ed9i \u0111\u1ec3 tham gia?", + "Are you sure that you want to leave this session?": "B\u1ea1n c\u00f3 ch\u1eafc ch\u1eafn mu\u1ed1n r\u1eddi kh\u1ecfi phi\u00ean n\u00e0y?", + "Are you sure you want to change to a different session?": "B\u1ea1n c\u00f3 ch\u1eafc mu\u1ed1n \u0111\u1ed5i phi\u00ean kh\u00e1c?", + "Are you sure you want to delete this comment?": "B\u1ea1n ch\u1eafc ch\u1eafn mu\u1ed1n x\u00f3a b\u00ecnh lu\u1eadn n\u00e0y?", + "Are you sure you want to delete this page? This action cannot be undone.": "B\u1ea1n ch\u1eafc ch\u1eafn mu\u1ed1n x\u00f3a trang n\u00e0y? H\u00e0nh \u0111\u1ed9ng n\u00e0y kh\u00f4ng th\u1ec3 ho\u00e0n t\u00e1c.", + "Are you sure you want to delete this post?": "B\u1ea1n ch\u1eafc ch\u1eafn mu\u1ed1n x\u00f3a b\u00e0i \u0111\u0103ng n\u00e0y?", + "Are you sure you want to delete this response?": "B\u1ea1n ch\u1eafc ch\u1eafn mu\u1ed1n x\u00f3a ph\u1ea3n h\u1ed3i n\u00e0y?", + "Are you sure you want to delete this update?": "B\u1ea1n ch\u1eafc ch\u1eafn mu\u1ed1n x\u00f3a b\u1ea3n c\u1eadp nh\u1eadt n\u00e0y?", + "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "B\u1ea1n c\u00f3 ch\u1eafc ch\u1eafn mu\u1ed1n x\u00f3a {email} t\u1eeb nh\u00f3m qu\u1ea3n l\u00fd kh\u00f3a h\u1ecdc cho \"{container}\" kh\u00f4ng?", + "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "B\u1ea1n c\u00f3 ch\u1eafc ch\u1eafn mu\u1ed1n x\u00f3a {email} kh\u1ecfi th\u01b0 vi\u1ec7n \"{container}\" kh\u00f4ng?", + "Are you sure you want to remove this video from the list?": "B\u1ea1n c\u00f3 ch\u1eafc ch\u1eafn mu\u1ed1n x\u00f3a video n\u00e0y kh\u1ecfi danh s\u00e1ch kh\u00f4ng?", + "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "B\u1ea1n c\u00f3 ch\u1eafc ch\u1eafn mu\u1ed1n gi\u1edbi h\u1ea1n {email} truy c\u1eadp v\u00e0o \u201c{container}\u201d?", + "Are you sure you want to revert to the last published version of the unit? You cannot undo this action.": "B\u1ea1n ch\u1eafc ch\u1eafn mu\u1ed1n tr\u1edf l\u1ea1i phi\u00ean b\u1ea3n tr\u01b0\u1edbc c\u1ee7a b\u00e0i h\u1ecdc? B\u1ea1n s\u1ebd kh\u00f4ng th\u1ec3 ho\u00e0n t\u00e1c b\u01b0\u1edbc n\u00e0y.", + "Are you sure you want to select this session?": "B\u1ea1n c\u00f3 ch\u1eafc mu\u1ed1n ch\u1ecdn Phi\u00ean n\u00e0y?", + "Are you sure you want to unenroll from {courseName} ({courseNumber})? You will be refunded the amount you paid.": "B\u1ea1n c\u00f3 ch\u1eafc ch\u1eafn mu\u1ed1n h\u1ee7y \u0111\u0103ng k\u00fd {courseName} ({courseNumber}) kh\u00f4ng? B\u1ea1n s\u1ebd \u0111\u01b0\u1ee3c ho\u00e0n tr\u1ea3 s\u1ed1 ti\u1ec1n b\u1ea1n \u0111\u00e3 tr\u1ea3.", + "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "B\u1ea1n ch\u1eafc ch\u1eafn mu\u1ed1n x\u00f3a m\u1ee5c n\u00e0y? N\u00f3 kh\u00f4ng th\u1ec3 ph\u1ee5c h\u1ed3i!\n\nNgo\u00e0i ra b\u1ea5t k\u1ef3 n\u1ed9i dung li\u00ean k\u1ebft ho\u1eb7c d\u1eabn \u0111\u1ebfn m\u1ee5c n\u00e0y s\u1ebd kh\u00f4ng c\u00f2n ho\u1ea1t \u0111\u1ed9ng (v\u00ed d\u1ee5: h\u1ecfng h\u00ecnh \u1ea3nh, \u0111\u01b0\u1eddng d\u1eabn...)", + "Are you sure?": "B\u1ea1n c\u00f3 ch\u1eafc kh\u00f4ng?", + "Assessment Results Visibility": "Hi\u1ec3n th\u1ecb K\u1ebft qu\u1ea3 \u0110\u00e1nh gi\u00e1", + "Assign students to cohorts by uploading a CSV file.": "T\u1ea3i l\u00ean m\u1ed9t t\u1ec7p tin CSV d\u00f9ng \u0111\u1ec3 ph\u00e2n h\u1ecdc vi\u00ean v\u00e0o c\u00e1c nh\u00f3m.", + "Assignment Type Name": "Ph\u00e2n lo\u1ea1i T\u00ean", + "Attribution": "Attribution", + "Author": "T\u00e1c gi\u1ea3", + "Auto-advance": "T\u1ef1 \u0111\u1ed9ng-n\u00e2ng cao", + "Automatic": "T\u1ef1 \u0111\u1ed9ng", + "Available %s": "C\u00f3 s\u1eb5n %s", + "Average": "V\u1eeba ph\u1ea3i", + "Back to sign in": "Tr\u1edf l\u1ea1i \u0111\u1ec3 \u0111\u0103ng nh\u1eadp", + "Background color": "M\u00e0u n\u1ec1n", + "Basic": "C\u0103n b\u1ea3n", + "Basic Account Information": "Th\u00f4ng tin t\u00e0i kho\u1ea3n c\u01a1 b\u1ea3n", + "Be sure your entire face is inside the frame": "H\u00e3y ch\u1eafc ch\u1eafn to\u00e0n b\u1ed9 khu\u00f4n m\u1eb7t c\u1ee7a b\u1ea1n trong khung", + "Before proceeding, please confirm that your details match": "Tr\u01b0\u1edbc khi ti\u1ebfp t\u1ee5c, h\u00e3y ki\u1ec3m tra l\u1ea1i th\u00f4ng tin c\u1ee7a b\u1ea1n", + "Before proceeding, please {htmlStart}activate your account{htmlEnd}.": "Tr\u01b0\u1edbc khi ti\u1ebfp t\u1ee5c, vui l\u00f2ng {htmlStart}k\u00edch ho\u1ea1t t\u00e0i kho\u1ea3n c\u1ee7a b\u1ea1n{htmlEnd}.", + "Before proceeding, please {htmlStart}unlink all social media accounts{htmlEnd}.": "Tr\u01b0\u1edbc khi ti\u1ebfp t\u1ee5c, vui l\u00f2ng {htmlStart}h\u1ee7y li\u00ean k\u1ebft t\u1ea5t c\u1ea3 c\u00e1c t\u00e0i kho\u1ea3n m\u1ea1ng x\u00e3 h\u1ed9i{htmlEnd}.", + "Billed to": "\u0110\u00e3 g\u1eedi h\u00f3a \u0111\u01a1n cho", + "Biography": "Ti\u1ec3u s\u1eed", + "Blockquote": "\u0110o\u1ea1n tr\u00edch d\u1eabn", + "Blockquote (Ctrl+Q)": "\u0110o\u1ea1n tr\u00edch d\u1eabn (Ctrl+Q)", + "Blocks": "Kh\u1ed1i", + "Body": "Ph\u1ea7n th\u00e2n", + "Bold": "In \u0111\u1eadm", + "Bold (Ctrl+B)": "In \u0111\u1eadm (Ctrl+B)", + "Bookmark this page": "\u0110\u00e1nh d\u1ea5u trang n\u00e0y", + "Bookmarked": "\u0110\u00e3 \u0111\u00e1nh d\u1ea5u", + "Border": "Vi\u1ec1n", + "Border color": "M\u00e0u vi\u1ec1n", + "Bottom": "\u0110\u00e1y", + "Browse": "Duy\u1ec7t", + "Bullet list": "Danh s\u00e1ch kh\u00f4ng th\u1ee9 t\u1ef1", + "Bulleted List (Ctrl+U)": "Danh S\u00e1ch G\u1ea1ch \u0110\u1ea7u d\u00f2ng (Ctrl+U)", + "Can we match the photo you took with the one on your ID?": "Ch\u00fang ta c\u00f3 th\u1ec3 ph\u00f9 h\u1ee3p v\u1edbi h\u00ecnh \u1ea3nh m\u00e0 b\u1ea1n \u0111\u00e3 c\u00f3 m\u1ed9t trong nh\u1eefng ID c\u1ee7a b\u1ea1n?", + "Cancel": "H\u1ee7y b\u1ecf", + "Cancel enrollment code": "Hu\u1ef7 m\u00e3 ghi danh ", + "Cancel team creating.": "H\u1ee7y b\u1ecf \u0111\u1ed9i t\u1ea1o ra.", + "Cancel team updating.": "H\u1ee7y b\u1ecf \u0111\u1ed9i c\u1eadp nh\u1eadt.", + "Cancel upload": "B\u1ecf t\u1ea3i l\u00ean", + "Cannot delete when in use by a unit": "Kh\u00f4ng th\u1ec3 x\u00f3a khi \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi m\u1ed9t \u0111\u01a1n v\u1ecb", + "Cannot delete when in use by an experiment": "Kh\u00f4ng th\u1ec3 x\u00f3a khi \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi m\u1ed9t th\u1eed nghi\u1ec7m", + "Cannot drop more <%= types %> assignments than are assigned.": "Kh\u00f4ng th\u1ec3 cho h\u01a1n <%= types %> b\u00e0i t\u1eadp so v\u1edbi quy \u0111\u1ecbnh.", + "Caption": "Ti\u00eau \u0111\u1ec1 ch\u00fa th\u00edch", + "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "Ch\u00fa \u00fd: Phi\u00ean b\u1ea3n \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n l\u1ea7n cu\u1ed1i c\u1ee7a \u0111\u01a1n v\u1ecb n\u00e0y \u0111ang cung c\u1ea5p cho ng\u01b0\u1eddi h\u1ecdc. B\u1eb1ng c\u00e1ch xu\u1ea5t b\u1ea3n nh\u1eefng thay \u0111\u1ed5i, b\u1ea1n s\u1ebd thay \u0111\u1ed5i tr\u1ea3i nghi\u1ec7m c\u1ee7a sinh vi\u00ean.", + "Cell": "\u00d4", + "Cell padding": "Kho\u1ea3ng c\u00e1ch tr\u1ed1ng ", + "Cell properties": "\u0110\u1eb7c t\u00ednh c\u1ee7a \u00f4", + "Cell spacing": "Kho\u1ea3ng c\u00e1ch trong \u00f4", + "Cell type": "Ki\u1ec3u \u00f4", + "Center": "Gi\u1eefa", + "Certificate Details": "Th\u00f4ng tin ch\u01b0\u0301ng chi\u0309", + "Certificate Information": "Th\u00f4ng tin ch\u1ee9ng nh\u1eadn", + "Certificate Name": "T\u00ean ch\u1ee9ng ch\u1ec9", + "Certificate Signatories": "Ch\u1eef k\u00fd tr\u00ean ch\u1ee9ng ch\u1ec9", + "Certificate Signatory Configuration": "C\u1ea5u h\u00ecnh Ng\u01b0\u1eddi k\u00fd Ch\u1ee9ng ch\u1ec9", + "Certificate has been successfully invalidated for <%= user %>.": "Ch\u1ee9ng ch\u1ec9 \u0111\u00e3 b\u1ecb v\u00f4 hi\u1ec7u ho\u00e1 cho <%= user %>.", + "Certificate name is required.": "T\u00ean ch\u1ee9ng ch\u1ec9 l\u00e0 b\u1eaft bu\u1ed9c.", + "Certificate of <%= user %> has already been invalidated. Please check your spelling and retry.": "Ch\u1ee9ng ch\u1ec9 c\u1ee7a <%= user %> \u0111\u00e3 b\u1ecb v\u00f4 hi\u1ec7u. Vui l\u00f2ng ki\u1ec3m tra ch\u00ednh t\u1ea3 v\u00e0 th\u1eed l\u1ea1i.", + "Change": "Thay \u0111\u1ed5i", + "Change Manually": "Thay \u0110\u1ed5i T\u00f9y Ch\u1ecdn", + "Change My Email Address": "Thay \u0110\u1ed5i \u0110\u1ecba Ch\u1ec9 Email C\u1ee7a T\u00f4i", + "Change Session": "\u0110\u1ed5i Phi\u00ean", + "Change image": "Thay \u0111\u1ed5i h\u00ecnh \u1ea3nh", + "Changes to steps that are not selected as part of the assignment will not be saved.": "Nh\u1eefng thay \u0111\u1ed5i \u1edf c\u00e1c b\u01b0\u1edbc kh\u00f4ng \u0111\u01b0\u1ee3c ch\u1ecdn thu\u1ed9c m\u1ed9t ph\u1ea7n c\u1ee7a b\u00e0i t\u1eadp s\u1ebd kh\u00f4ng \u0111\u01b0\u1ee3c l\u01b0u.", + "Chapter Asset": "Li\u00ean k\u1ebft Ch\u01b0\u01a1ng", + "Chapter Name": "T\u00ean Ch\u01b0\u01a1ng", + "Chapter information": "Th\u00f4ng tin ch\u01b0\u01a1ng", + "Chapter name and asset_path are both required": "T\u00ean ch\u01b0\u01a1ng v\u00e0 asset_path \u0111\u1ec1u l\u00e0 b\u1eaft bu\u1ed9c", + "Chapter name is required": "T\u00ean ch\u01b0\u01a1ng l\u00e0 b\u1eaft bu\u1ed9c", + "Chapter {order}": "Ch\u01b0\u01a1ng {order}", + "Check Your Email": "Ki\u1ec3m tra email c\u1ee7a b\u1ea1n", + "Check the highlighted fields below and try again.": "Ki\u1ec3m tra l\u1ea1i m\u1ee5c \u0111\u01b0\u1ee3c b\u00f4i s\u00e1ng b\u00ean d\u01b0\u1edbi v\u00e0 th\u1eed l\u1ea1i l\u1ea7n n\u1eefa.", + "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "Ch\u1ecdn \u00f4 n\u00e0y \u0111\u1ec3 nh\u1eadn th\u01b0 t\u00f3m t\u1eaft h\u00e0ng ng\u00e0y v\u1ec1 c\u00e1c ho\u1ea1t \u0111\u1ed9ng m\u1edbi t\u1eeb c\u00e1c b\u00e0i posts m\u00e0 b\u1ea1n \u0111ang theo d\u00f5i. ", + "Check your email": "Ki\u1ec3m tra email c\u1ee7a b\u1ea1n", + "Check your email account for instructions to reset your password.": "Ki\u1ec3m tra t\u00e0i kho\u1ea3n email \u0111\u1ec3 \u0111\u01b0\u1ee3c h\u01b0\u1edbng d\u1eabn \u0111\u1eb7t l\u1ea1i m\u1eadt kh\u1ea9u.", + "Checkout": "Thanh to\u00e1n", + "Checkout with PayPal": "Thanh to\u00e1n v\u1edbi Paypal", + "Checkout with {processor}": "Thanh to\u00e1n v\u1edbi {processor}", + "Choose": "Ch\u1ecdn", + "Choose File": "Ch\u1ecdn T\u1ec7p", + "Choose a .csv file": "Ch\u1ecdn m\u1ed9t t\u1ec7p tin .csv", + "Choose a content group to associate": "Ch\u1ecdn m\u1ed9t nh\u00f3m n\u1ed9i dung \u0111\u1ec3 li\u00ean k\u1ebft", + "Choose a location to move your component to": "Ch\u1ecdn v\u1ecb tr\u00ed \u0111\u1ec3 di chuy\u1ec3n th\u00e0nh ph\u1ea7n c\u1ee7a b\u1ea1n \u0111\u1ebfn", + "Choose a time": "Ch\u1ecdn gi\u1edd", + "Choose all": "Ch\u1ecdn t\u1ea5t c\u1ea3", + "Choose mode": "Ch\u1ecdn ch\u1ebf \u0111\u1ed9", + "Choose new file": "Ch\u1ecdn t\u1ec7p m\u1edbi", + "Choose one": "Ch\u1ecdn m\u1ed9t", + "Choose your institution from the list below:": "Ch\u1ecdn tr\u01b0\u1eddng c\u1ee7a b\u1ea1n t\u1eeb danh s\u00e1ch d\u01b0\u1edbi \u0111\u00e2y:", + "Chosen %s": "Ch\u1ecdn %s", + "Circle": "H\u00ecnh tr\u00f2n", + "Clear": "X\u00f3a", + "Clear All": "Xo\u00e1 t\u1ea5t c\u1ea3", + "Clear Grading Due Date": "Xo\u00e1 H\u1ea1n Ch\u1ea5m b\u1ea3i", + "Clear Release Date/Time": "X\u00f3a ng\u00e0y/gi\u1edd ph\u00e1t h\u00e0nh", + "Clear Value": "Xo\u00e1 Gi\u00e1 tr\u1ecb", + "Clear formatting": "X\u00f3a \u0111\u1ecbnh d\u1ea1ng", + "Clear search": "Xo\u00e1 t\u00ecm ki\u1ebfm", + "Clear search results": "X\u00f3a c\u00e1c k\u1ebft qu\u1ea3 t\u00ecm ki\u1ebfm", + "Click OK to have your e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Nh\u1ea5p ch\u1ecdn OK \u0111\u1ec3 g\u1eedi \u0111\u1ecba ch\u1ec9 e-mail c\u1ee7a b\u1ea1n t\u1edbi \u1ee9ng d\u1ee5ng c\u1ee7a b\u00ean th\u1ee9 3.\n\nNh\u1ea5p ch\u1ecdn H\u1ee7y b\u1ecf \u0111\u1ec3 quay l\u1ea1i trang v\u00e0 kh\u00f4ng g\u1eedi th\u00f4ng tin c\u1ee7a b\u1ea1n \u0111i.", + "Click OK to have your username and e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Nh\u1ea5p ch\u1ecdn OK \u0111\u1ec3 g\u1eedi t\u00ean \u0111\u0103ng nh\u1eadp v\u00e0 \u0111\u1ecba ch\u1ec9 e-mail c\u1ee7a b\u1ea1n t\u1edbi \u1ee9ng d\u1ee5ng c\u1ee7a b\u00ean th\u1ee9 3.\n\nNh\u1ea5p ch\u1ecdn H\u1ee7y b\u1ecf \u0111\u1ec3 quay l\u1ea1i trang v\u00e0 kh\u00f4ng g\u1eedi th\u00f4ng tin c\u1ee7a b\u1ea1n \u0111i.", + "Click OK to have your username sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "Nh\u1ea5p ch\u1ecdn OK \u0111\u1ec3 g\u1eedi t\u00ean \u0111\u0103ng nh\u1eadp c\u1ee7a b\u1ea1n t\u1edbi \u1ee9ng d\u1ee5ng c\u1ee7a b\u00ean th\u1ee9 3.\n\nNh\u1ea5p ch\u1ecdn H\u1ee7y b\u1ecf \u0111\u1ec3 quay l\u1ea1i trang v\u00e0 kh\u00f4ng g\u1eedi th\u00f4ng tin c\u1ee7a b\u1ea1n \u0111i.", + "Click on this button to mute or unmute this video or press UP or DOWN buttons to increase or decrease volume level.": "K\u00edch v\u00e0o n\u00fat n\u00e0y \u0111\u1ec3 t\u1eaft ho\u1eb7c b\u1eadt ti\u1ebfng video ho\u1eb7c \u1ea5n ph\u00edm L\u00caN ho\u1eb7c XU\u1ed0NG \u0111\u1ec3 t\u0103ng ho\u1eb7c gi\u1ea3m \u00e2m l\u01b0\u1ee3ng.", + "Click to add a new %(xblock_type)s": "B\u1ea5m \u0111\u1ec3 th\u00eam m\u1edbi %(xblock_type)s", + "Click to change": "Nh\u1ea5p v\u00e0o \u0111\u1ec3 thay \u0111\u1ed5i", + "Click to choose all %s at once.": "Click \u0111\u1ec3 ch\u1ecdn t\u1ea5t c\u1ea3 %s .", + "Click to edit": "Nh\u1ea5p v\u00e0o \u0111\u1ec3 s\u1eeda", + "Click to remove all chosen %s at once.": "Click \u0111\u1ec3 b\u1ecf ch\u1ecdn t\u1ea5t c\u1ea3 %s", + "Close": "\u0110\u00f3ng", + "Close Calculator": "\u0110\u00f3ng m\u00e1y t\u00ednh", + "Code": "M\u00e3", + "Code Sample (Ctrl+K)": "Code M\u1eabu (Ctrl+K)", + "Code block": "\u0110o\u1ea1n m\u00e3", + "Cohort Name": "T\u00ean nh\u00f3m", + "Cohorts": "\u0110o\u00e0n h\u1ec7", + "Cohorts Disabled": "Kh\u00f4ng cho ph\u00e9p ph\u00e2n nh\u00f3m h\u1ecdc vi\u00ean", + "Cohorts Enabled": "Cho ph\u00e9p ph\u00e2n nh\u00f3m h\u1ecdc vi\u00ean", + "Collapse All": "Thu g\u1ecdn t\u1ea5t c\u1ea3", + "Collapse Instructions": "Thu g\u1ecdn h\u01b0\u1edbng d\u1eabn", + "Collapse/Expand this %(xblock_type)s": "Thu g\u1ecdn/M\u1edf r\u1ed9ng %(xblock_type)s n\u00e0y", + "Color": "M\u00e0u", + "Cols": "Cols", + "Column": "C\u1ed9t", + "Column group": "Nh\u00f3m c\u1ed9t", + "Commentary": "B\u00ecnh lu\u1eadn", + "Common Problem Types": "Lo\u1ea1i C\u00e2u H\u1ecfi Th\u01b0\u1eddng G\u1eb7p", + "Component": "Th\u00e0nh ph\u1ea7n", + "Components": "Th\u00e0nh ph\u1ea7n", + "Configure": "C\u1ea5u h\u00ecnh", + "Confirm": "X\u00e1c nh\u1eadn", + "Confirm Password": "Nh\u1eadp l\u1ea1i M\u1eadt kh\u1ea9u", + "Confirm Timed Transcript": "X\u00e1c nh\u1eadn B\u1ea3n d\u1ecbch \u0110\u1ed3ng b\u1ed9 th\u1eddi gian", + "Constrain proportions": "Gi\u1edbi h\u1ea1n t\u1ec9 l\u1ec7", + "Contact Us": "Li\u00ean H\u1ec7", + "Contains staff only content": "Ch\u1ec9 ch\u1ee9a n\u1ed9i dung nh\u00e2n vi\u00ean", "Contains {count} group": [ "Bao g\u1ed3m {count} nh\u00f3m" - ], - "Content Group ID": "ID Nh\u00f3m N\u1ed9i dung", - "Content Group Name": "T\u00ean Nh\u00f3m N\u1ed9i dung", - "Copy": "Sao ch\u00e9p", - "Copy Email To Editor": "Sao ch\u00e9p Email ra Thanh Hi\u1ec7u Ch\u1ec9nh", - "Copy row": "Sao ch\u00e9p h\u00e0ng", - "Correct failed component": "S\u1eeda ph\u1ea7n b\u1ecb l\u1ed7i", - "Could not find Certificate Exception in white list. Please refresh the page and try again": "Kh\u00f4ng t\u00ecm th\u1ea5y Ch\u1ee9ng ch\u1ec9 kh\u00f4ng h\u1ee3p l\u1ec7 trong danh s\u00e1ch tr\u1eafng. H\u00e3y l\u00e0m m\u1edbi trang v\u00e0 th\u1eed l\u1ea1i", - "Could not find Certificate Invalidation in the list. Please refresh the page and try again": "Kh\u00f4ng th\u1ec3 t\u00ecm th\u1ea5y Ch\u1ee9ng ch\u1ec9 Kh\u00f4ng h\u1ee3p l\u1ec7 trong danh s\u00e1ch. H\u00e3y l\u00e0m m\u1edbi trang v\u00e0 th\u1eed l\u1ea1i", - "Could not find a user with username or email address '<%- identifier %>'.": "Kh\u00f4ng t\u00ecm th\u1ea5y ng\u01b0\u1eddi d\u00f9ng v\u1edbi t\u00ean \u0111\u0103ng nh\u1eadp ho\u1eb7c email '<%- identifier %>'.", - "Could not find the specified string.": "Kh\u00f4ng th\u1ec3 t\u00ecm th\u1ea5y x\u00e2u c\u1ea7n t\u00ecm.", - "Could not find users associated with the following identifiers:": "Kh\u00f4ng th\u1ec3 t\u00ecm th\u00e0nh vi\u00ean c\u00f3 c\u00e1c th\u00f4ng tin danh t\u00ednh:", - "Could not grade your answer. The submission was aborted.": "Kh\u00f4ng th\u1ec3 \u0111\u00e1nh gi\u00e1 c\u00e2u tr\u1ea3 l\u1eddi c\u1ee7a b\u1ea1n. \u0110\u1ec1 ngh\u1ecb b\u1ecb h\u1ee7y b\u1ecf.", - "Could not override problem score for {user}.": "Kh\u00f4ng th\u1ec3 ghi \u0111\u00e8 \u0111i\u1ec3m s\u1ed1 cho {user}.", - "Could not retrieve download url.": "Kh\u00f4ng th\u1ec3 t\u00ecm th\u1ea5y \u0111\u01b0\u1eddng d\u1eabn t\u1ea3i xu\u1ed1ng.", - "Could not retrieve payment information": "Kh\u00f4ng nh\u1eadn \u0111\u01b0\u1ee3c th\u00f4ng tin t\u00e0i kho\u1ea3n", - "Could not retrieve upload url.": "Kh\u00f4ng th\u1ec3 t\u00ecm th\u1ea5y \u0111\u01b0\u1eddng d\u1eabn t\u1ea3i l\u00ean.", - "Could not submit order": "Kh\u00f4ng g\u1eedi \u0111\u01b0\u1ee3c \u0111\u01a1n h\u00e0ng", - "Could not submit photos": "Kh\u00f4ng th\u1ec3 t\u1ea3i \u1ea3nh l\u00ean.", - "Could not upload the video image file": "Kh\u00f4ng th\u1ec3 t\u1ea3i l\u00ean t\u1ec7p h\u00ecnh \u1ea3nh video", - "Couldn't Save This Assignment": "Kh\u00f4ng Th\u1ec3 L\u01b0u B\u00e0i T\u1eadp N\u00e0y", - "Country": "Qu\u1ed1c gia", - "Country or Region of Residence": "Qu\u1ed1c gia ho\u1eb7c N\u01a1i c\u01b0 tr\u00fa", - "Course Credit Requirements": "Nh\u1eefng y\u00eau c\u1ea7u v\u1ec1 T\u00edn ch\u1ec9", - "Course Handouts": "Course Handouts", - "Course Index": "Danh m\u1ee5c Kh\u00f3a h\u1ecdc", - "Course Key": "Key kho\u00e1 h\u1ecdc", - "Course Name": "T\u00ean Kh\u00f3a H\u1ecdc", - "Course Number": "S\u1ed1 Kh\u00f3a H\u1ecdc", - "Course Number Override": "Ch\u00e8n l\u00ean s\u1ed1 th\u1ee9 t\u1ef1 kh\u00f3a h\u1ecdc", - "Course Number:": "M\u00e3 kh\u00f3a h\u1ecdc:", - "Course Outline": "Ph\u00e1c Th\u1ea3o Kh\u00f3a H\u1ecdc", - "Course Run:": "Ch\u1ea1y kh\u00f3a h\u1ecdc", - "Course Title": "Kh\u00f3a h\u1ecdc:", - "Course Title Override": "Ch\u00e8n l\u00ean t\u00ean kh\u00f3a h\u1ecdc", - "Course Video Settings": "Thi\u1ebft l\u1eadp Video Kh\u00f3a h\u1ecdc", - "Course is not yet visible to students.": "H\u1ecdc vi\u00ean ch\u01b0a th\u1ec3 xem kh\u00f3a h\u1ecdc.", - "Course pacing cannot be changed once a course has started.": "Kh\u00f4ng th\u1ec3 thay \u0111\u1ed5i t\u1ed1c \u0111\u1ed9 h\u1ecdc sau khi kh\u00f3a h\u1ecdc \u0111\u00e3 b\u1eaft \u0111\u1ea7u.", - "Course title": "Ti\u00eau \u0111\u1ec1 kh\u00f3a h\u1ecdc", - "Create": "T\u1ea1o m\u1edbi", - "Create Account": "T\u1ea1o t\u00e0i kho\u1ea3n", - "Create Re-run": "T\u1ea1o Re-run", - "Create a New Team": "T\u1ea1o m\u1ed9t nh\u00f3m m\u1edbi", - "Create a content group": "T\u1ea1o m\u1ed9t nh\u00f3m n\u1ed9i dung", - "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "T\u1ea1o m\u1ed9t nh\u00f3m m\u1edbi n\u1ebfu b\u1ea1n kh\u00f4ng th\u1ec3 t\u00ecm \u0111\u01b0\u1ee3c m\u1ed9t nh\u00f3m \u0111\u1ec3 gia nh\u1eadp, ho\u1eb7c n\u1ebfu b\u1ea1n mu\u1ed1n h\u1ecdc v\u1edbi nh\u1eefng ng\u01b0\u1eddi b\u1ea1n bi\u1ebft.", - "Create team.": "T\u1ea1o nh\u00f3m.", - "Creating missing groups": "T\u1ea1o nh\u00f3m c\u00f2n thi\u1ebfu", - "Creative Commons": "Creative Commons", - "Creative Commons licensed content, with terms as follow:": "Creative Commons licensed content, with terms as follow:", - "Crossed out items have been refunded.": "C\u00e1c m\u1eb7t h\u00e0ng g\u1ea1ch ch\u00e9o l\u00e0 \u0111\u00e3 \u0111\u01b0\u1ee3c ho\u00e0n tr\u1ea3.", - "Current Role:": "Vai tr\u00f2 hi\u1ec7n t\u1ea1i:", - "Current conversation": "\u0110o\u1ea1n h\u1ed9i tho\u1ea1i hi\u1ec7n t\u1ea1i", - "Current location": "V\u1ecb tr\u00ed hi\u1ec7n t\u1ea1i", - "Current tab": "Tab hi\u1ec7n t\u1ea1i", - "Currently selected": "Hi\u1ec7n \u0111\u00e3 ch\u1ecdn", - "Custom color": "M\u00e0u t\u00f9y ch\u1ecdn", - "Custom...": "T\u00f9y ch\u1ec9nh...", - "Cut": "C\u1eaft", - "Cut row": "C\u1eaft h\u00e0ng", - "Date": "Ng\u00e0y", - "Date Added": "Ng\u00e0y Th\u00eam V\u00e0o", - "Date added": "Ng\u00e0y th\u00eam v\u00e0o", - "Deactivate": "Nh\u00f3m n\u1ed9i dung n\u00e0y \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng cho:", - "Decrease indent": "Gi\u1ea3m th\u1ee5t \u0111\u1ea7u d\u00f2ng", - "Default": "M\u1eb7c \u0111\u1ecbnh", - "Default (Local Time Zone)": "M\u1eb7c \u0111\u1ecbnh (M\u00fai gi\u1edd \u0111\u1ecba ph\u01b0\u01a1ng)", - "Default Timed Transcript": "M\u1eb7c \u0111\u1ecbnh Timed Transcript", - "Delete": "X\u00f3a", - "Delete \"<%= signatoryName %>\" from the list of signatories?": "Xo\u00e1 \"<%= signatoryName %>\" t\u1eeb danh s\u00e1ch k\u00fd t\u00ean?", - "Delete File Confirmation": "X\u00e1c Nh\u1eadn X\u00f3a File", - "Delete My Account": "X\u00f3a t\u00e0i kho\u1ea3n", - "Delete Page Confirmation": "X\u00e1c Nh\u1eadn X\u00f3a Trang", - "Delete Team": "X\u00f3a nh\u00f3m", - "Delete column": "X\u00f3a c\u1ed9t", - "Delete row": "X\u00f3a h\u00e0ng", - "Delete student '<%- student_id %>'s state on problem '<%- problem_id %>'?": "Xo\u00e1 t\u00ecnh tr\u1ea1ng sinh vi\u00ean '<%- student_id %>'s l\u00e0m b\u00e0i t\u1eadp '<%- problem_id %>'?", - "Delete table": "X\u00f3a b\u1ea3ng", - "Delete the user, {username}": "X\u00f3a ng\u01b0\u1eddi s\u1eed d\u1ee5ng, {username}", - "Delete this %(item_display_name)s?": "Xo\u00e1 m\u1ee5c n\u00e0y %(item_display_name)s?", - "Delete this asset": "X\u00f3a th\u00e0nh ph\u1ea7n n\u00e0y", - "Delete this team?": "X\u00f3a nh\u00f3m n\u00e0y?", - "Delete this {xblock_type} (and prerequisite)?": "Xo\u00e1 {xblock_type} (v\u00e0 \u0111i\u1ec1u ki\u1ec7n b\u1eaft bu\u1ed9c)?", - "Delete this {xblock_type}?": "Xo\u00e1 {xblock_type}?", - "Deleted Content Group": "X\u00f3a n\u1ed9i dung nh\u00f3m", - "Deleted Group": "\u0110\u00e3 x\u00f3a Nh\u00f3m", - "Deleting": "\u0110ang x\u00f3a", - "Deleting a team is permanent and cannot be undone. All members are removed from the team, and team discussions can no longer be accessed.": "X\u00f3a m\u1ed9t nh\u00f3m l\u00e0 h\u00e0nh \u0111\u1ed9ng kh\u00f4ng th\u1ec3 thu l\u1ea1i \u0111\u01b0\u1ee3c, t\u1ea5t c\u1ea3 th\u00e0nh vi\u00ean s\u1ebd b\u1ecb x\u00f3a kh\u1ecfi nh\u00f3m v\u00e0 c\u00e1c th\u1ea3o lu\u1eadn nh\u00f3m c\u0169ng s\u1ebd b\u1ecb x\u00f3a.", - "Deleting a textbook cannot be undone and once deleted any reference to it in your courseware's navigation will also be removed.": "X\u00f3a m\u1ed9t gi\u00e1o tr\u00ecnh kh\u00f4ng th\u1ec3 \u0111\u01b0\u1ee3c ho\u00e0n t\u00e1c v\u00e0 m\u1ed9t khi \u0111\u00e3 x\u00f3a b\u1ea5t k\u1ef3 tham chi\u1ebfu \u0111\u1ebfn n\u00f3 trong b\u1ea3ng \u0111i\u1ec1u khi\u1ec3n ch\u01b0\u01a1ng tr\u00ecnh h\u1ecdc c\u1ee7a b\u1ea1n c\u0169ng s\u1ebd b\u1ecb x\u00f3a.", - "Deleting this %(item_display_name)s is permanent and cannot be undone.": "Xo\u00e1 m\u1ee5c n\u00e0y %(item_display_name)s l\u00e0 v\u0129nh vi\u1ec5n v\u00e0 kh\u00f4ng th\u1ec3 ho\u00e0n t\u00e1c.", - "Deleting this {xblock_type} is permanent and cannot be undone.": "Xo\u00e1 {xblock_type} l\u00e0 v\u0129nh vi\u1ec5n v\u00e0 kh\u00f4ng th\u1ec3 ho\u00e0n t\u00e1c.", - "Deprecated": "\u0110\u00e3 l\u1ed7i th\u1eddi", - "Description": "M\u00f4 t\u1ea3", - "Description of the certificate": "M\u00f4 t\u1ea3 ch\u1ee9ng ch\u1ec9", - "Details": "Chi ti\u1ebft", - "Dimensions": "K\u00edch th\u01b0\u1edbc", - "Disc": "\u0110\u0129a", - "Discard Changes": "X\u00f3a Thay \u0110\u1ed5i", - "Discarding Changes": "B\u1ecf Thay \u0111\u1ed5i", - "Discussion topics in the course are not divided.": "C\u00e1c ch\u1ee7 \u0111\u1ec1 th\u1ea3o lu\u1eadn trong kh\u00f3a h\u1ecdc kh\u00f4ng b\u1ecb chia c\u1eaft.", - "Discussions are unified; all learners interact with posts from other learners, regardless of the group they are in.": "Th\u1ea3o lu\u1eadn \u0111\u01b0\u1ee3c th\u1ed1ng nh\u1ea5t; t\u1ea5t c\u1ea3 h\u1ecdc vi\u00ean t\u01b0\u01a1ng t\u00e1c v\u1edbi c\u00e1c b\u00e0i vi\u1ebft t\u1eeb nh\u1eefng h\u1ecdc vi\u00ean kh\u00e1c, b\u1ea5t k\u1ec3 h\u1ecd l\u00e0 nh\u00f3m n\u00e0o.", - "Display Name": "T\u00ean hi\u1ec3n th\u1ecb", - "Div": "Div", - "Do not show again": "Kh\u00f4ng hi\u1ec3n th\u1ecb n\u1eefa", - "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "B\u1ea1n c\u00f3 mu\u1ed1n cho ph\u00e9p sinh vi\u00ean n\u00e0y ('{student_id}') \u0111\u01b0\u1ee3c ph\u00e9p b\u1ecf qua b\u00e0i ki\u1ec3m tra \u0111\u1ea7u v\u00e0o?", - "Do you want to replace the edX transcript with the YouTube transcript?": "B\u1ea1n c\u00f3 mu\u1ed1n thay th\u1ebf b\u1ea3n d\u1ecbch edX b\u1eb1ng b\u1ea3n d\u1ecbch c\u1ee7a YouTube kh\u00f4ng?", - "Document properties": "\u0110\u1eb7c t\u00ednh t\u00e0i li\u1ec7u", - "Does the photo of you match your ID photo?": "H\u00ecnh c\u1ee7a b\u1ea1n c\u00f3 gi\u1ed1ng v\u1edbi h\u00ecnh tr\u00ean ch\u1ee9ng minh nh\u00e2n d\u00e2n kh\u00f4ng?", - "Does the photo of you show your whole face?": "H\u00ecnh c\u1ee7a b\u1ea1n c\u00f3 hi\u1ec3n th\u1ecb to\u00e0n b\u1ed9 khu\u00f4n m\u1eb7t kh\u00f4ng?", - "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "Kh\u00f4ng nh\u00ecn th\u1ea5y h\u00ecnh \u1ea3nh c\u1ee7a b\u1ea1n? H\u00e3y ch\u1eafc ch\u1eafn \u0111\u1ec3 cho ph\u00e9p tr\u00ecnh duy\u1ec7t c\u1ee7a b\u1ea1n \u0111\u1ec3 s\u1eed d\u1ee5ng m\u00e1y \u1ea3nh c\u1ee7a b\u1ea1n khi n\u00f3 y\u00eau c\u1ea7u s\u1ef1 cho ph\u00e9p.", - "Donate": "Quy\u00ean g\u00f3p", - "Double-check that your webcam is connected and working to continue.": "H\u00e3y ki\u1ec3m tra xem webcam c\u1ee7a b\u1ea1n \u0111\u00e3 \u0111\u01b0\u1ee3c k\u1ebft n\u1ed1i v\u00e0 \u0111ang ho\u1ea1t \u0111\u1ed9ng \u0111\u1ec3 ti\u1ebfp t\u1ee5c.", - "Download": "T\u1ea3i v\u1ec1", - "Download Transcript for Editing": "T\u1ea3i xu\u1ed1ng B\u1ea3n d\u1ecbch \u0111\u1ec3 Ch\u1ec9nh s\u1eeda", - "Download URL": "T\u1ea3i URL", - "Download available encodings (.csv)": "T\u1ea3i xu\u1ed1ng c\u00e1c b\u1ea3ng m\u00e3 c\u00f3 th\u1ec3 s\u1eed d\u1ee5ng (.csv)", - "Download the user's certificate": "T\u1ea3i v\u1ec1 gi\u1ea5y ch\u1ee9ng nh\u1eadn c\u1ee7a ng\u01b0\u1eddi s\u1eed d\u1ee5ng", - "Draft (Never published)": "D\u1ef1 th\u1ea3o (Ch\u01b0a bao gi\u1edd xu\u1ea5t b\u1ea3n)", - "Draft (Unpublished changes)": "D\u1ef1 th\u1ea3o (Ch\u01b0a xu\u00e1t b\u1ea3n nh\u1eefng thay \u0111\u1ed5i)", - "Draft saved on {lastSavedStart}{editedOn}{lastSavedEnd} by {editedByStart}{editedBy}{editedByEnd}": "D\u1ef1 th\u1ea3o l\u01b0u tr\u00ean {lastSavedStart}{editedOn}{lastSavedEnd} b\u1edfi {editedByStart}{editedBy}{editedByEnd}", - "Drag and drop or {spanStart}browse your computer{spanEnd}.": "K\u00e9o th\u1ea3 ho\u1eb7c {spanStart}duy\u1ec7t tr\u00ean m\u00e1y t\u00ednh c\u1ee7a b\u1ea1n{spanEnd}.", - "Drag to reorder": "K\u00e9o \u0111\u1ec3 s\u1eafp x\u1ebfp l\u1ea1i", - "Drop target image": "Th\u1ea3 h\u00ecnh \u0111\u00e3 ch\u1ecdn", - "Due Date": "H\u1ea1n n\u1ed9p b\u00e0i", - "Due Date:": "H\u1ea1n:", - "Due Time in UTC:": "Gi\u1edd \u0111\u1ebfn h\u1ea1n theo UTC:", - "Due date cannot be before start date.": "Ng\u00e0y h\u1ebft h\u1ea1n kh\u00f4ng th\u1ec3 tr\u01b0\u1edbc ng\u00e0y b\u1eaft \u0111\u1ea7u.", - "Due:": "H\u1ea1n ch\u00f3t:", - "Duplicate": "B\u1ea3n sao", - "Duplicating": "B\u1ea3n sao", - "Duration (sec)": "Th\u1eddi h\u1ea1n (gi\u00e2y)", - "Earned Certificates": "Nh\u1eefng ch\u1ee9ng ch\u1ec9 \u0111\u00e3 \u0111\u1ea1t \u0111\u01b0\u1ee3c", - "EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.": "EdX kh\u00f4ng c\u00f3 b\u1ea3n d\u1ecbch \u0111\u1ed3ng b\u1ed9 th\u1eddi gian cho video n\u00e0y trong Studio, nh\u01b0ng ch\u00fang t\u00f4i \u0111\u00e3 t\u00ecm th\u1ea5y m\u1ed9t b\u1ea3n d\u1ecbch tr\u00ean YouTube. B\u1ea1n c\u00f3 th\u1ec3 nh\u1eadp b\u1ea3n d\u1ecbch YouTube ho\u1eb7c t\u1ea3i l\u00ean t\u1ec7p b\u1ea3n d\u1ecbch .srt c\u1ee7a b\u1ea1n.", - "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "EdX kh\u00f4ng c\u00f3 b\u1ea3n d\u1ecbch \u0111\u1ed3ng b\u1ed9 th\u1eddi gian cho video n\u00e0y. H\u00e3y t\u1ea3i l\u00ean m\u1ed9t t\u1ec7p .srt.", - "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "EdX c\u00f3 b\u1ea3n d\u1ecbch \u0111\u1ed3ng b\u1ed9 th\u1eddi gian cho video n\u00e0y. N\u1ebfu b\u1ea1n mu\u1ed1n ch\u1ec9nh s\u1eeda b\u1ea3n d\u1ecbch n\u00e0y, b\u1ea1n c\u00f3 th\u1ec3 t\u1ea3i xu\u1ed1ng, ch\u1ec9nh s\u1eeda v\u00e0 t\u1ea3i l\u1ea1i b\u1ea3n d\u1ecbch hi\u1ec7n t\u1ea1i. N\u1ebfu b\u1ea1n mu\u1ed1n thay th\u1ebf b\u1ea3n d\u1ecbch n\u00e0y, h\u00e3y t\u1ea3i l\u00ean m\u1ed9t t\u1ec7p .srt m\u1edbi.", - "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "EdX c\u00f3 B\u1ea3n d\u1ecbch \u0111\u1ed3ng b\u1ed9 th\u1eddi gian cho video n\u00e0y. N\u1ebfu b\u1ea1n mu\u1ed1n thay th\u1ebf b\u1ea3n d\u1ecbch n\u00e0y, h\u00e3y t\u1ea3i l\u00ean t\u1ec7p b\u1ea3n d\u1ecbch .srt m\u1edbi. N\u1ebfu b\u1ea1n mu\u1ed1n ch\u1ec9nh s\u1eeda b\u1ea3n d\u1ecbch n\u00e0y, b\u1ea1n c\u00f3 th\u1ec3 t\u1ea3i xu\u1ed1ng, ch\u1ec9nh s\u1eeda v\u00e0 t\u1ea3i l\u1ea1i b\u1ea3n d\u1ecbch hi\u1ec7n t\u1ea1i.", - "Edit": "Ch\u1ec9nh s\u1eeda", - "Edit %(display_name)s (required)": "(Y\u00eau c\u1ea7u) ch\u1ec9nh s\u1eeda %(display_name)s", - "Edit HTML": "Ch\u1ec9nh s\u1eeda HTML", - "Edit Membership": "ch\u1ec9nh s\u1eeda th\u00e0nh vi\u00ean", - "Edit Team": "Ch\u1ec9nh s\u1eeda nh\u00f3m", - "Edit Thumbnail": "S\u1eeda H\u00ecnh \u0111\u1ea1i di\u1ec7n", - "Edit Your Name": "Ch\u1ec9nh s\u1eeda t\u00ean c\u1ee7a b\u1ea1n", - "Edit this certificate?": "Ch\u1ec9nh s\u1eeda ch\u1ee9ng ch\u1ec9 n\u00e0y?", - "Editable": "Ch\u1ec9nh s\u1eeda \u0111\u01b0\u1ee3c", - "Editing access for: %(title)s": "Ch\u1ec9nh s\u1eeda quy\u1ec1n truy c\u1eadp: %(title)s", - "Editor": "Tr\u00ecnh bi\u00ean t\u1eadp", - "Education Completed": "H\u1ecdc v\u1ea5n cao nh\u1ea5t", - "Email": "Email", - "Email Address (Sign In)": "\u0110\u1ecba ch\u1ec9 Email (Sign In)", - "Emails successfully sent. The following users are no longer enrolled in the course:": "G\u1eedi email th\u00e0nh c\u00f4ng . Nh\u1eefng th\u00e0nh vi\u00ean sau kh\u00f4ng c\u00f2n ghi danh trong kh\u00f3a h\u1ecdc:", - "Embed": "Nh\u00fang", - "Emoticons": "Bi\u1ec3u t\u01b0\u1ee3ng c\u1ea3m x\u00fac", - "Enabled": "\u0110\u00e3 cho ph\u00e9p", - "Encoding": "M\u00e3 h\u00f3a", - "End My Exam": "K\u1ebft th\u00fac b\u00e0i thi c\u1ee7a t\u00f4i", - "End of transcript. Skip to the start.": "K\u1ebft th\u00fac b\u1ea3n d\u1ecbch. V\u1ec1 \u0111\u1ea7u.", - "Ends {end}": "K\u1ebft th\u00fac {end}", - "Engage with posts": "Quan t\u00e2m \u0111\u1ebfn b\u00e0i \u0111\u0103ng", - "Enrolled": "\u0110\u00e3 \u0111\u0103ng k\u00fd", - "Enrolling you in the selected course": "\u0110ang ghi danh cho kho\u00e1 h\u1ecdc \u0111\u00e3 ch\u1ecdn", - "Enrollment Tracks": "Ch\u01b0\u01a1ng tr\u00ecnh Tuy\u1ec3n sinh", - "Ensure that you can see your photo and read your name": "\u0110\u1ea3m b\u1ea3o r\u1eb1ng b\u1ea1n c\u00f3 th\u1ec3 xem \u1ea3nh c\u1ee7a b\u1ea1n v\u00e0 \u0111\u1ecdc t\u00ean c\u1ee7a b\u1ea1n", - "Enter Due Date and Time": "Nh\u1eadp v\u00e0o h\u1ea1n ch\u00f3t", - "Enter Start Date and Time": "Nh\u1eadp v\u00e0o ng\u00e0y gi\u1edd b\u1eaft \u0111\u1ea7u", - "Enter a student's username or email address.": "Nh\u1eadp t\u00ean \u0111\u0103ng nh\u1eadp ho\u1eb7c email c\u1ee7a h\u1ecdc vi\u00ean.", - "Enter a username or email.": "Nh\u1eadp m\u1ed9t t\u00ean \u0111\u0103ng nh\u1eadp ho\u1eb7c email.", - "Enter and confirm your new password.": "Nh\u1eadp v\u00e0 x\u00e1c nh\u1eadn m\u1eadt kh\u1ea9u m\u1edbi c\u1ee7a b\u1ea1n.", - "Enter information to describe your team. You cannot change these details after you create the team.": "Nh\u1eadp th\u00f4ng tin \u0111\u1ec3 m\u00f4 t\u1ea3 nh\u00f3m c\u1ee7a b\u1ea1n. B\u1ea1n kh\u00f4ng th\u1ec3 thay \u0111\u1ed5i c\u00e1c chi ti\u1ebft n\u00e0y sau khi b\u1ea1n t\u1ea1o nh\u00f3m.", - "Enter some details for your support request.": "Nh\u1eadp m\u1ed9t s\u1ed1 chi ti\u1ebft cho y\u00eau c\u1ea7u h\u1ed7 tr\u1ee3 c\u1ee7a b\u1ea1n.", - "Enter team description.": "Nh\u1eadp gi\u1edbi thi\u1ec7u nh\u00f3m.", - "Enter team name.": "Nh\u1eadp t\u00ean nh\u00f3m.", - "Enter the enrollment code.": "Nh\u1eadp m\u00e3 \u0111\u0103ng k\u00fd ghi danh.", - "Enter the name of the cohort": "Nh\u1eadp t\u00ean c\u1ee7a nh\u00f3m", - "Enter the page number you'd like to quickly navigate to.": "Nh\u1eadp s\u1ed1 trang b\u1ea1n mu\u1ed1n nhanh ch\u00f3ng \u0111i\u1ec1u h\u01b0\u1edbng \u0111\u1ebfn.", - "Enter username or email": "Nh\u1eadp t\u00ean \u0111\u0103ng nh\u1eadp ho\u1eb7c email", - "Enter your ": "Nh\u1eadp c\u1ee7a b\u1ea1n", - "Entrance exam attempts is being reset for student '{student_id}'.": "S\u1ed1 l\u1ea7n ki\u1ec3m tra \u0111\u1ea7u v\u00e0o l\u1ea1i \u0111\u00e3 \u0111\u01b0\u1ee3c c\u00e0i \u0111\u1eb7t l\u1ea1i cho h\u1ecdc sinh '{student_id}'.", - "Entrance exam state is being deleted for student '{student_id}'.": "Tr\u1ea1ng th\u00e1i b\u00e0i ki\u1ec3m tra \u0111\u1ea7u v\u00e0o c\u1ee7a h\u1ecdc vi\u00ean '{student_id}' \u0111ang \u0111\u01b0\u1ee3c x\u00f3a.", - "Error": "L\u1ed7i", - "Error adding learners.": "X\u1ea3y ra l\u1ed7i khi th\u00eam h\u1ecdc vi\u00ean.", - "Error adding user": "X\u1ea3y ra l\u1ed7i khi th\u00eam th\u00e0nh vi\u00ean", - "Error adding/removing users as beta testers.": "L\u1ed7i khi th\u00eam/b\u1ecf th\u00e0nh vi\u00ean b\u1ea3n th\u1eed nghi\u1ec7m.", - "Error changing user's permissions.": "L\u1ed7i khi thay quy\u1ec1n h\u1ea1n c\u1ee7a ng\u01b0\u1eddi d\u00f9ng.", - "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "L\u1ed7i khi x\u00f3a tr\u1ea1ng th\u00e1i b\u00e0i ki\u1ec3m tra \u0111\u1ea7u v\u00e0o c\u1ee7a h\u1ecdc vi\u00ean '{student_id}'. Xin ki\u1ec3m tra xem t\u00ean c\u1ee7a h\u1ecdc vi\u00ean vi\u1ebft \u0111\u00e3 \u0111\u00fang ch\u01b0a.", - "Error deleting student '<%- student_id %>'s state on problem '<%- problem_id %>'. Make sure that the problem and student identifiers are complete and correct.": "L\u1ed7i xo\u00e1 t\u00ecnh tr\u1ea1ng sinh vi\u00ean '<%- student_id %>'s l\u00e0m b\u00e0i t\u1eadp '<%- problem_id %>'. H\u00e3y ki\u1ec3m tra xem t\u00ean c\u1ee7a c\u00e2u h\u1ecfi v\u00e0 t\u00ean c\u1ee7a h\u1ecdc vi\u00ean vi\u1ebft \u0111\u00e3 \u0111\u1ea7y \u0111\u1ee7 v\u00e0 \u0111\u00fang ch\u01b0a.", - "Error enrolling/unenrolling users.": "L\u1ed7i khi ghi danh/h\u1ee7y ghi danh th\u00e0nh vi\u00ean.", - "Error generating ORA data report. Please try again.": "L\u1ed7i khi t\u1ea1o b\u00e1o c\u00e1o d\u1eef li\u1ec7u ORA. Vui l\u00f2ng th\u1eed l\u1ea1i.", - "Error generating grades. Please try again.": "L\u1ed7i khi xu\u1ea5t \u0111i\u1ec3m s\u1ed1. Vui l\u00f2ng th\u1eed l\u1ea1i.", - "Error generating list of students who may enroll. Please try again.": "X\u1ea3y ra l\u1ed7i khi xu\u1ea5t danh s\u00e1ch h\u1ecdc vi\u00ean c\u00f3 th\u1ec3 ghi danh. Xin vui l\u00f2ng th\u1eed l\u1ea1i.", - "Error generating problem grade report. Please try again.": "L\u1ed7i khi xu\u1ea5t b\u1ea3ng \u0111i\u1ec3m. Vui l\u00f2ng th\u1eed l\u1ea1i.", - "Error generating proctored exam results. Please try again.": "\u0110\u00e3 c\u00f3 l\u1ed7i x\u1ea3y ra khi ph\u00e1t k\u1ebft qu\u1ea3 thi. Xin vui l\u00f2ng th\u1eed l\u1ea1i l\u1ea7n n\u1eefa.", - "Error generating student profile information. Please try again.": "X\u1ea3y ra l\u1ed7i khi xu\u1ea5t th\u00f4ng tin h\u1ed3 s\u01a1 h\u1ecdc vi\u00ean. Xin vui l\u00f2ng th\u1eed l\u1ea1i.", - "Error generating survey results. Please try again.": "L\u1ed7i khi t\u1ea1o k\u1ebft qu\u1ea3 kh\u1ea3o s\u00e1t. Vui l\u00f2ng th\u1eed l\u1ea1i.", - "Error getting enrollment status for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "Kh\u00f4ng th\u1ec3 t\u00ecm th\u1ea5y tr\u1ea1ng th\u00e1i \u0111\u0103ng k\u00fd c\u1ee7a '<%- student_id %>'. H\u00e3y \u0111\u1ea3m b\u1ea3o m\u00e3 sinh vi\u00ean \u0111\u01b0\u1ee3c g\u00f5 \u0111\u00fang.", - "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "L\u1ed7i khi truy xu\u1ea5t l\u1ecbch s\u1eed c\u00e1c b\u00e0i ki\u1ec3m tra \u0111\u1ea7u v\u00e0o c\u1ee7a h\u1ecdc vi\u00ean '{student_id}'. Xin ki\u1ec3m tra xem t\u00ean c\u1ee7a h\u1ecdc vi\u00ean vi\u1ebft \u0111\u00e3 \u0111\u00fang ch\u01b0a.", - "Error getting issued certificates list.": "l\u1ed7i khi nh\u1eadn danh s\u00e1ch ch\u1ee9ng ch\u1ec9 \u0111\u00e3 ph\u00e1t h\u00e0nh.", - "Error getting student list.": "L\u1ed7i khi xem danh s\u00e1ch h\u1ecdc vi\u00ean.", - "Error getting student progress url for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "L\u1ed7i \u0111\u1ecba ch\u1ec9 sinh vi\u00ean '<%- student_id %>'. H\u00e3y \u0111\u1ea3m b\u1ea3o m\u00e3 sinh vi\u00ean \u0111\u01b0\u1ee3c g\u00f5 \u0111\u00fang.", - "Error getting task history for problem '<%- problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "L\u1ed7i ki\u1ec3m tra qua tr\u00ecnh l\u00e0m b\u00e0i '<%- problem_id %>' c\u1ee7a sinh vi\u00ean '<%- student_id %>'. H\u00e3y ki\u1ec3m tra xem t\u00ean c\u1ee7a c\u00e2u h\u1ecfi v\u00e0 t\u00ean c\u1ee7a h\u1ecdc vi\u00ean vi\u1ebft \u0111\u00e3 \u0111\u1ea7y \u0111\u1ee7 v\u00e0 \u0111\u00fang ch\u01b0a.", - "Error importing course": "X\u1ea3y ra l\u1ed7i khi nh\u1eadp kh\u00f3a h\u1ecdc", - "Error listing task history for this student and problem.": "L\u1ed7i khi xem l\u1ecbch s\u1eed t\u00e1c v\u1ee5 c\u1ee7a h\u1ecdc vi\u00ean v\u00e0 c\u00e2u h\u1ecfi n\u00e0y.", - "Error removing user": "X\u1ea3y ra l\u1ed7i khi xo\u00e1 th\u00e0nh vi\u00ean", - "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "L\u1ed7i khi t\u00e1i thi\u1ebft l\u1eadp s\u1ed1 l\u1ea7n thi th\u1eed \u0111\u1ea7u v\u00e0o c\u1ee7a h\u1ecdc vi\u00ean '{student_id}'. Xin h\u00e3y ki\u1ec3m tra l\u1ea1i danh t\u00ednh h\u1ecdc vi\u00ean cho chu\u1ea9n x\u00e1c.", - "Error retrieving grading configuration.": "L\u1ed7i khi xem k\u1ebft c\u1ea5u \u0111i\u1ec3m.", - "Error sending email.": "L\u1ed7i khi g\u1eedi email.", - "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "L\u1ed7i khi b\u1eaft \u0111\u1ea7u t\u00e1c v\u1ee5 ch\u1ea5m l\u1ea1i b\u00e0i thi \u0111\u1ea7u v\u00e0o cho h\u1ecdc vi\u00ean '{student_id}'. H\u00e3y ki\u1ec3m tra l\u1ea1i xem b\u00e0i thi c\u00f3 \u00edt nh\u1ea5t m\u1ed9t c\u00e2u h\u1ecfi v\u00e0 danh t\u00ednh h\u1ecdc vi\u00ean l\u00e0 ch\u00ednh x\u00e1c.", - "Error starting a task to reset attempts for all students on problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "L\u1ed7i khi b\u1eaft \u0111\u1ea7u t\u00e1c v\u1ee5 t\u00e1i thi\u1ebft l\u1eadp s\u1ed1 l\u1ea7n t\u1ea5t c\u1ea3 c\u00e1c h\u1ecdc vi\u00ean c\u00f3 quy\u1ec1n n\u1ed9p b\u00e0i \u0111\u1ed1i v\u1edbi c\u00e2u h\u1ecfi '<%- problem_id %>'. Xin ki\u1ec3m tra xem t\u00ean c\u1ee7a c\u00e2u h\u1ecfi vi\u1ebft \u0111\u00e3 \u0111\u1ea7y \u0111\u1ee7 v\u00e0 \u0111\u00fang ch\u01b0a.", - "Error while generating certificates. Please try again.": "L\u1ed7i x\u1ea3 ra khi t\u1ea1o ch\u1ee9ng ch\u1ec9. Xin vui l\u00f2ng th\u1eed l\u1ea1i.", - "Error while regenerating certificates. Please try again.": "L\u1ed7i trong khi t\u1ea1o l\u1ea1i ch\u1ee9ng ch\u1ec9.Th\u1eed l\u1ea1i", - "Error.": "L\u1ed7i", - "Error:": "L\u1ed7i:", - "Error: ": "L\u1ed7i:", - "Error: Choosing failed.": "L\u1ed7i: Ch\u1ecdn kh\u00f4ng th\u00e0nh c\u00f4ng.", - "Error: Connection with server failed.": "L\u1ed7i: K\u1ebft n\u1ed1i v\u1edbi m\u00e1y ch\u1ee7 kh\u00f4ng th\u00e0nh c\u00f4ng.", - "Error: Import failed.": "L\u1ed7i: Nh\u1eadp v\u00e0o kh\u00f4ng th\u00e0nh c\u00f4ng.", - "Error: Replacing failed.": "L\u1ed7i: Thay th\u1ebf kh\u00f4ng th\u00e0nh c\u00f4ng.", - "Error: Uploading failed.": "L\u1ed7i: T\u1ea3i l\u00ean kh\u00f4ng th\u00e0nh c\u00f4ng.", - "Error: User '<%- username %>' has not yet activated their account. Users must create and activate their accounts before they can be assigned a role.": "L\u1ed7i: Ng\u01b0\u1eddi d\u00f9ng '<%- username %>' ch\u01b0a k\u00edch ho\u1ea1t t\u00e0i kho\u1ea3n c\u1ee7a h\u1ecd. Ng\u01b0\u1eddi d\u00f9ng ph\u1ea3i t\u1ea1o v\u00e0 k\u00edch ho\u1ea1t t\u00e0i kho\u1ea3n c\u1ee7a h\u1ecd tr\u01b0\u1edbc khi h\u1ecd c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c x\u1ebfp l\u1edbp.", - "Error: You cannot remove yourself from the Instructor group!": "Error: You cannot remove yourself from the Instructor group!", - "Errors": "L\u1ed7i", - "Everyone who has staff privileges in this course": "T\u1ea5t c\u1ea3 nh\u1eefng ng\u01b0\u1eddi c\u00f3 quy\u1ec1n nh\u00e2n vi\u00ean trong kh\u00f3a h\u1ecdc n\u00e0y", - "Exam Types": "Lo\u1ea1i B\u00e0i thi", - "Exit full browser": "Tho\u00e1t kh\u1ecfi ch\u1ebf \u0111\u1ed9 to\u00e0n m\u00e0n h\u00ecnh", - "Expand All": "M\u1edf r\u1ed9ng t\u1ea5t c\u1ea3", - "Expand Instructions": "M\u1edf r\u1ed9ng h\u01b0\u1edbng d\u1eabn", - "Explanation": "Gi\u1ea3i th\u00edch", - "Explicitly Hiding from Students": "Explicitly Hiding from Students", - "Failed to delete student state for user.": "Kh\u00f4ng th\u1ec3 x\u00f3a tr\u1ea1ng th\u00e1i l\u00e0 sinh vi\u00ean c\u1ee7a ng\u01b0\u1eddi d\u00f9ng.", - "Failed to rescore problem for user.": "Kh\u00f4ng th\u1ec3 ch\u1ea5m \u0111i\u1ec3m l\u1ea1i c\u00e2u h\u1ecfi cho ng\u01b0\u1eddi d\u00f9ng.", - "Failed to rescore problem to improve score for user.": "Kh\u00f4ng th\u1ec3 ch\u1ea5m \u0111i\u1ec3m l\u1ea1i \u0111\u1ec3 c\u1ea3i thi\u1ec7n \u0111i\u1ec3m s\u1ed1 cho ng\u01b0\u1eddi s\u1eed d\u1ee5ng.", - "Failed to reset attempts for user.": "Ph\u00e1t sinh l\u1ed7i khi thi\u1ebft l\u1eadp l\u1ea1i s\u1ed1 l\u1ea7n n\u1ed9p b\u00e0i cho ng\u01b0\u1eddi d\u00f9ng.", - "File": "T\u1ec7p tin", - "File Name": "T\u00ean T\u1ec7p", - "File format not supported. Please upload a file with a {ext} extension.": "\u0110\u1ecbnh d\u1ea1ng t\u1ec7p kh\u00f4ng \u0111\u01b0\u1ee3c h\u1ed7 tr\u1ee3. Vui l\u00f2ng t\u1ea3i l\u00ean t\u1ec7p c\u00f3 \u0111u\u00f4i {ext}.", - "File upload succeeded": "T\u1ea3i t\u1ec7p l\u00ean th\u00e0nh c\u00f4ng", - "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "T\u1ec7p {filename} v\u01b0\u1ee3t qu\u00e1 k\u00edch th\u01b0\u1edbc t\u1ed1i \u0111a {maxFileSizeInMBs} MB", - "Files must be in JPEG or PNG format.": "T\u1eadp tin ph\u1ea3i thu\u1ed9c \u0111\u1ecbnh d\u1ea1ng JPEG ho\u1eb7c PNG. ", - "Files that you upload must be PDFs or image files in .gif, .jpg, .jpeg, or .png format.": "T\u1ec7p b\u1ea1n t\u1ea3i l\u00ean ph\u1ea3i l\u00e0 PDF ho\u1eb7c h\u00ecnh \u1ea3nh c\u00f3 \u0111\u1ecbnh d\u1ea1ng .gif, .jpg, .jpeg, ho\u1eb7c .png.", - "Files that you upload must be smaller than 5MB in size.": "T\u1ec7p b\u1ea1n t\u1ea3i l\u00ean ph\u1ea3i c\u00f3 dung l\u01b0\u1ee3ng nh\u1ecf h\u01a1n 5MB.", - "Fill browser": "To\u00e0n m\u00e0n h\u00ecnh", - "Filter": "L\u1ecdc", - "Financial Assistance": "H\u1ed7 tr\u1ee3 T\u00e0i ch\u00ednh", - "Find": "T\u00ecm", - "Find and replace": "T\u00ecm v\u00e0 thay th\u1ebf", - "Find answers to the top questions asked by learners.": "T\u00ecm c\u00e2u tr\u1ea3 l\u1eddi cho c\u00e1c c\u00e2u h\u1ecfi h\u00e0ng \u0111\u1ea7u c\u1ee7a ng\u01b0\u1eddi h\u1ecdc.", - "Find discussions": "T\u00ecm ki\u1ebfm th\u1ea3o lu\u1eadn", - "Find next": "T\u00ecm ph\u1ea7n ti\u1ebfp", - "Find previous": "T\u00ecm ph\u1ea7n tr\u01b0\u1edbc", - "Finish": "Ho\u00e0n t\u1ea5t", - "Font Family": "H\u1ecd font", - "Font Sizes": "K\u00edch th\u01b0\u1edbc font", - "Footer": "Footer", - "For grading to work, you must change all {oldName} subsections to {newName}.": "\u0110\u1ec3 ph\u00e2n lo\u1ea1i l\u00e0m vi\u1ec7c, b\u1ea1n ph\u1ea3i thay \u0111\u1ed5i t\u1ea5t c\u1ea3 c\u00e1c m\u1ee5c con {oldName} th\u00e0nh {newName}.", - "Format": "\u0110\u1ecbnh d\u1ea1ng", - "Formats": "C\u00e1c \u0111\u1ecbnh d\u1ea1ng", - "Frequently Asked Questions": "C\u00e1c c\u00e2u h\u1ecfi th\u01b0\u1eddng g\u1eb7p", - "Full Name": "T\u00ean \u0111\u1ea7y \u0111\u1ee7", - "Full Profile": "H\u1ed3 s\u01a1 \u0111\u1ea7y \u0111\u1ee7", - "Fullscreen": "To\u00e0n m\u00e0n h\u00ecnh", - "Fully Supported": "H\u1ed7 tr\u1ee3 ho\u00e0n to\u00e0n", - "Gender": "Gi\u1edbi t\u00ednh", - "General": "Chung", - "General Proctored Exam Rules": "Quy t\u1eafc Chung v\u1ec1 Thi C\u00f3 gi\u00e1m s\u00e1t", - "Get Credit": "L\u1ea5y t\u00edn ch\u1ec9", - "Go to Dashboard": "\u0110i \u0111\u1ebfn b\u1ea3ng \u0111i\u1ec1u khi\u1ec3n", - "Go to my Dashboard": "Chuy\u1ec3n \u0111\u1ebfn b\u1ea3ng th\u00f4ng tin c\u1ee7a t\u00f4i", - "Go to {platform} Home": "Chuy\u1ec3n \u0111\u1ebfn Trang ch\u1ee7 {platform}", - "Government-Issued Photo ID": "H\u00ecnh \u1ea3nh ID \u0111\u01b0\u1ee3c c\u1ea5p b\u1edbi ch\u00ednh ph\u1ee7", - "Grace period must be specified in HH:MM format.": "Th\u1eddi gian gia h\u1ea1n ph\u1ea3i \u0111\u01b0\u1ee3c x\u00e1c \u0111\u1ecbnh trong \u0111\u1ecbnh d\u1ea1ng HH:MM", - "Grade": "\u0110i\u1ec3m", - "Grade as:": "Ph\u00e2n lo\u1ea1i:", - "Graded as:": "Ph\u00e2n lo\u1ea1i:", - "Grading": "\u0110\u00e1nh Gi\u00e1", - "Group": "Nh\u00f3m", - "Group %s": "Nh\u00f3m %s", - "Group A": "Nh\u00f3m A", - "Group B": "Nh\u00f3m B", - "Group Configuration ID": "ID C\u1ea5u h\u00ecnh Nh\u00f3m", - "Group Configuration Name": "T\u00ean C\u1ea5u h\u00ecnh Nh\u00f3m", - "Group Configuration information": "Th\u00f4ng tin c\u1ea5u h\u00ecnh nh\u00f3m", - "Group Configuration name is required.": "Y\u00eau c\u1ea7u t\u00ean c\u1ee7a C\u1ea5u H\u00ecnh Nh\u00f3m.", - "Group information": "Th\u00f4ng tin v\u1ec1 nh\u00f3m", - "Group name is required": "Y\u00eau c\u1ea7u t\u00ean nh\u00f3m ", - "Groups": "Nh\u00f3m", - "H Align": "H Align", - "HTML preview of post": "Xem d\u1ea1ng HTML", - "HTML source code": "M\u00e3 ngu\u1ed3n HTML", - "Header": "Header ", - "Header 1": "Header 1", - "Header 2": "Header 2", - "Header 3": "Header 3", - "Header 4": "Header 4", - "Header 5": "Header 5", - "Header 6": "Header 6", - "Header cell": "Header cell", - "Headers": "Headers", - "Heading": "Ti\u00eau \u0111\u1ec1", - "Heading (Ctrl+H)": "Ti\u00eau \u0111\u1ec1 (Ctrl+H)", - "Heading 1": "Ti\u00eau \u0111\u1ec1 1", - "Heading 2": "Ti\u00eau \u0111\u1ec1 2", - "Heading 3": "Ti\u00eau \u0111\u1ec1 3", - "Heading 4": "Heading 4", - "Heading 5": "Heading 5", - "Heading 6": "Heading 6", - "Headings": "Headings", - "Height": "Chi\u1ec1u cao", - "Help Translate into {beta_language}": "Tr\u1ee3 gi\u00fap d\u1ecbch sang {beta_language}", - "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "Gi\u00fap h\u1ecdc vi\u00ean kh\u00e1c quy\u1ebft \u0111\u1ecbnh vi\u1ec7c tham gia nh\u00f3m c\u1ee7a b\u1ea1n b\u1eb1ng c\u00e1ch ch\u1ec9 \u0111\u1ecbnh m\u1ed9t s\u1ed1 \u0111\u1eb7c tr\u01b0ng cho nh\u00f3m c\u1ee7a b\u1ea1n. Ch\u1ecdn m\u1ed9t c\u00e1ch c\u1ea9n th\u1eadn, b\u1edfi v\u00ec \u00edt ng\u01b0\u1eddi c\u00f3 th\u1ec3 quan t\u00e2m \u0111\u1ebfn vi\u1ec7c gia nh\u1eadp nh\u00f3m c\u1ee7a b\u1ea1n n\u1ebfu n\u00f3 c\u00f3 v\u1ebb qu\u00e1 h\u1ea1n ch\u1ebf.", - "Hide": "D\u1ea5u \u0111i", - "Hide Annotations": "\u1ea8n ch\u00fa th\u00edch", - "Hide Deprecated Settings": "\u1ea8n C\u00e0i \u0110\u1eb7t Kh\u1ea3 Th\u1ebf", - "Hide Discussion": "\u1ea8n th\u1ea3o lu\u1eadn", - "Hide Previews": "\u1ea8n Xem tr\u01b0\u1edbc", - "Hide closed captions": "\u1ea9n ph\u1ee5 \u0111\u1ec1", - "Hide content after course end date": "\u1ea8n n\u1ed9i dung sau ng\u00e0y k\u1ebft th\u00fac kh\u00f3a h\u1ecdc", - "Hide content after due date": "\u1ea8n n\u1ed9i dung sau ng\u00e0y \u0111\u00e1o h\u1ea1n", - "Hide entire subsection": "\u1ea8n to\u00e0n b\u1ed9 ph\u1ea7n con", - "Hide from learners": "\u1ea8n v\u1edbi h\u1ecdc vi\u00ean", - "Hide notes": "\u1ea8n ghi ch\u00fa", - "Hiding from Students": "\u1ea8n v\u1edbi c\u00e1c H\u1ecdc vi\u00ean", - "High Definition": "\u0110\u1ed9 n\u00e9t Cao", - "Highlighted text": "Ch\u1eef t\u00f4 \u0111\u1eadm", - "Highlights for {display_name}": "L\u00e0m n\u1ed5i b\u1eadt {display_name}", - "Horizontal Rule (Ctrl+R)": "D\u00f2ng k\u1ebb ngang (Ctrl+R)", - "Horizontal line": "\u0110\u01b0\u1eddng ngang", - "Horizontal space": "Kh\u00f4ng gian ngang", - "How to create useful text alternatives.": "L\u00e0m th\u1ebf n\u00e0o \u0111\u1ec3 t\u1ea1o ra v\u0103n b\u1ea3n thay th\u1ebf h\u1eefu \u00edch.", - "How to use %(platform_name)s discussions": "C\u00e1ch th\u1ea3o lu\u1eadn tr\u00ean %(platform_name)s", - "Hyperlink (Ctrl+L)": "Li\u00ean k\u1ebft (Ctrl+L)", - "ID": "ID", - "ID-Verification is not required for this Professional Education course.": "Kho\u00e1 h\u1ecdc cao c\u1ea5p n\u00e0y kh\u00f4ng y\u00eau c\u1ea7u x\u00e1c nh\u1eadn ID.", - "Identity Verification In Progress": "Vi\u1ec7c x\u00e1c nh\u1eadn danh t\u00ednh \u0111ang \u0111\u01b0\u1ee3c ti\u1ebfn h\u00e0nh", - "If the course does not have an end date, learners always see their scores when they submit answers to assessments.": "N\u1ebfu kh\u00f3a h\u1ecdc kh\u00f4ng c\u00f3 ng\u00e0y k\u1ebft th\u00fac, ng\u01b0\u1eddi h\u1ecdc s\u1ebd lu\u00f4n th\u1ea5y \u0111i\u1ec3m c\u1ee7a h\u1ecd khi h\u1ecd g\u1eedi c\u00e2u tr\u1ea3 l\u1eddi cho c\u00e1c b\u00e0i \u0111\u00e1nh gi\u00e1.", - "If the subsection does not have a due date, learners always see their scores when they submit answers to assessments.": "N\u1ebfu ph\u1ea7n con kh\u00f4ng c\u00f3 ng\u00e0y \u0111\u1ebfn h\u1ea1n, ng\u01b0\u1eddi h\u1ecdc s\u1ebd lu\u00f4n th\u1ea5y \u0111i\u1ec3m c\u1ee7a h\u1ecd khi h\u1ecd n\u1ed9p c\u00e2u tr\u1ea3 l\u1eddi cho c\u00e1c \u0111\u00e1nh gi\u00e1.", - "If the unit was previously published and released to learners, any changes you made to the unit when it was hidden will now be visible to learners.": "N\u1ebfu \u0111\u01a1n v\u1ecb n\u00e0y \u0111\u00e3 \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n v\u00e0 ph\u00e1t h\u00e0nh cho ng\u01b0\u1eddi h\u1ecdc, b\u1ea5t k\u1ef3 thay \u0111\u1ed5i n\u00e0o b\u1ea1n th\u1ef1c hi\u1ec7n cho \u0111\u01a1n v\u1ecb khi n\u00f3 \u0111\u00e3 \u1ea9n s\u1ebd hi\u1ec3n th\u1ecb cho ng\u01b0\u1eddi h\u1ecdc.", - "If the unit was previously published and released to students, any changes you made to the unit when it was hidden will now be visible to students. Do you want to proceed?": "N\u1ebfu \u0111\u01a1n v\u1ecb n\u00e0y \u0111\u00e3 \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n v\u00e0 ph\u00e1t h\u00e0nh cho h\u1ecdc vi\u00ean, c\u00e1c thay \u0111\u1ed5i m\u00e0 b\u1ea1n \u0111\u00e3 th\u1ef1c hi\u1ec7n tr\u00ean \u0111\u01a1n v\u1ecb khi n\u00f3 \u0111\u01b0\u1ee3c \u1ea9n s\u1ebd \u0111\u01b0\u1ee3c hi\u1ec7n l\u00ean \u0111\u1ed1i v\u1edbi h\u1ecdc vi\u00ean. B\u1ea1n c\u00f3 mu\u1ed1n ti\u1ebfp t\u1ee5c?", - "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "N\u1ebfu b\u1ea1n kh\u00f4ng x\u00e1c minh danh t\u00ednh c\u1ee7a b\u1ea1n b\u00e2y gi\u1edd, b\u1ea1n v\u1eabn c\u00f3 th\u1ec3 kh\u00e1m ph\u00e1 kh\u00f3a h\u1ecdc c\u1ee7a b\u1ea1n t\u1eeb b\u1ea3ng \u0111i\u1ec1u khi\u1ec3n c\u1ee7a b\u1ea1n. B\u1ea1n s\u1ebd nh\u1eadn \u0111\u01b0\u1ee3c nh\u1eafc nh\u1edf \u0111\u1ecbnh k\u1ef3 t\u1eeb %(platformName)s l\u00e0 \u0111\u1ec3 x\u00e1c minh danh t\u00ednh c\u1ee7a b\u1ea1n.", - "If you leave, you can no longer post in this team's discussions. Your place will be available to another learner.": "N\u1ebfu b\u1ea1n r\u1eddi nh\u00f3m, b\u1ea1n s\u1ebd kh\u00f4ng th\u1ec3 tham gia v\u00e0o th\u1ea3o lu\u1eadn nh\u00f3m n\u1eefa. Ch\u1ed7 c\u1ee7a b\u1ea1n trong nh\u00f3m s\u1ebd c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c thay b\u1eb1ng ng\u01b0\u1eddi h\u1ecdc kh\u00e1c.", - "If you make significant changes, make sure you notify members of the team before making these changes.": "Trong tr\u01b0\u1eddng h\u1ee3p b\u1ea1n mu\u1ed1n t\u1ea1o ra nh\u1eefng thay \u0111\u1ed5i l\u1edbn, b\u1ea1n n\u00ean th\u00f4ng b\u00e1o tr\u01b0\u1edbc v\u1edbi c\u00e1c th\u00e0nh vi\u00ean c\u1ee7a nh\u00f3m v\u1ec1 nh\u1eefng thay \u0111\u1ed5i n\u00e0y.", - "If you make this %(xblockType)s visible to learners, learners will be able to see its content after the release date has passed and you have published the unit. Only units that are explicitly hidden from learners will remain hidden after you clear this option for the %(xblockType)s.": "N\u1ebfu b\u1ea1n l\u00e0m cho %(xblockType)s n\u00e0y hi\u1ec3n th\u1ecb v\u1edbi ng\u01b0\u1eddi h\u1ecdc, ng\u01b0\u1eddi h\u1ecdc s\u1ebd c\u00f3 th\u1ec3 xem n\u1ed9i dung c\u1ee7a n\u00f3 sau ng\u00e0y ph\u00e1t h\u00e0nh v\u00e0 sau khi b\u1ea1n \u0111\u00e3 xu\u1ea5t b\u1ea3n \u0111\u01a1n v\u1ecb. Ch\u1ec9 c\u00f3 nh\u1eefng \u0111\u01a1n v\u1ecb \u1ea9n \u0111\u1ed1i v\u1edbi ng\u01b0\u1eddi h\u1ecdc s\u1ebd v\u1eabn \u1ea9n sau khi b\u1ea1n \u0111\u00e3 xo\u00e1 t\u00f9y ch\u1ecdn n\u00e0y cho %(xblockType)s.", - "If you select an option other than \"%(hide_label)s\", published units in this subsection become available to learners unless they are explicitly hidden.": "N\u1ebfu b\u1ea1n ch\u1ecdn m\u1ed9t t\u00f9y ch\u1ecdn kh\u00e1c v\u1edbi \"%(hide_label)s\", nh\u1eefng \u0111\u01a1n v\u1ecb \u0111\u00e3 xu\u1ea5t b\u1ea3n trong ph\u1ea7n con n\u00e0y s\u1ebd su\u1ea5t hi\u1ec7n cho ng\u01b0\u1eddi h\u1ecdc tr\u1eeb khi ch\u00fang \u0111\u01b0\u1ee3c \u1ea9n m\u1ed9t c\u00e1ch r\u00f5 r\u00e0ng.", - "If you still wish to continue and delete your account, please enter your account password:": "N\u1ebfu b\u1ea1n v\u1eabn mu\u1ed1n ti\u1ebfp t\u1ee5c v\u00e0 x\u00f3a t\u00e0i kho\u1ea3n c\u1ee7a m\u00ecnh, vui l\u00f2ng nh\u1eadp m\u1eadt kh\u1ea9u t\u00e0i kho\u1ea3n c\u1ee7a b\u1ea1n:", - "If you use the Advanced Editor, this problem will be converted to XML and you will not be able to return to the Simple Editor Interface.\n\nProceed to the Advanced Editor and convert this problem to XML?": "N\u1ebfu b\u1ea1n s\u1eed d\u1ee5ng b\u1ed9 so\u1ea1n th\u1ea3o cao c\u1ea5p, b\u00e0i t\u1eadp n\u00e0y s\u1ebd \u0111\u01b0\u1ee3c chuy\u1ec3n sang \u0111\u1ecbnh d\u1ea1ng XML v\u00e0 b\u1ea1n s\u1ebd kh\u00f4ng th\u1ec3 quay tr\u1edf l\u1ea1i b\u1ed9 so\u1ea1n th\u1ea3o \u0111\u01a1n gi\u1ea3n \u0111\u01b0\u1ee3c n\u1eefa.\n\nB\u1ea1n c\u00f3 mu\u1ed1n s\u1eed d\u1ee5ng b\u1ed9 so\u1ea1n th\u1ea3o cao c\u1ea5p v\u00e0 chuy\u1ec3n \u0111\u1ecbnh d\u1ea1ng b\u00e0i t\u1eadp th\u00e0nh XML?", - "Ignore": "B\u1ecf qua", - "Ignore all": "B\u1ecf qua t\u1ea5t c\u1ea3", - "Image": "H\u00ecnh \u1ea3nh", - "Image (Ctrl+G)": "H\u00ecnh \u1ea2nh (Ctrl+G)", - "Image Description": "H\u00ecnh \u1ea3nh m\u00f4 t\u1ea3", - "Image Upload Error": "L\u1ed7i t\u1ea3i \u1ea3nh l\u00ean", - "Image description": "Ch\u00fa th\u00edch \u1ea3nh", - "Image must be in PNG format": "H\u00ecnh \u1ea3nh ph\u1ea3i c\u00f3 \u0111\u1ecbnh d\u1ea1ng PNG", - "Image must be in PNG format.": "H\u00ecnh \u1ea3nh ph\u1ea3i \u1edf \u0111\u1ecbnh d\u1ea1ng PNG.", - "Image upload failed": "T\u1ea3i l\u00ean h\u00ecnh \u1ea3nh kh\u00f4ng th\u00e0nh c\u00f4ng", - "Image upload failed. ": "T\u1ea3i l\u00ean h\u00ecnh \u1ea3nh kh\u00f4ng th\u00e0nh c\u00f4ng", - "Import YouTube Transcript": "Nh\u1eadp B\u1ea3n d\u1ecbch YouTube", - "In Progress": "Trong ti\u1ebfn tr\u00ecnh", - "In the {linkStart}Course Outline{linkEnd}, use this group to control access to a component.": "Trong {linkStart}\u0110\u1ec1 c\u01b0\u01a1ng Kh\u00f3a h\u1ecdc{linkEnd}, s\u1eed d\u1ee5ng nh\u00f3m n\u00e0y \u0111\u1ec3 ki\u1ec3m so\u00e1t truy c\u1eadp v\u00e0o m\u1ed9t th\u00e0nh ph\u1ea7n.", - "Incorrect url format.": "\u0110\u1ecbnh d\u1ea1ng url kh\u00f4ng ch\u00ednh x\u00e1c.", - "Increase indent": "T\u0103ng th\u1ee5t \u0111\u1ea7u d\u00f2ng", - "Inheriting Student Visibility": "K\u1ebf th\u1eeba Hi\u1ec3n th\u1ecb Sinh vi\u00ean", - "Inline": "Inline", - "Insert": "Ch\u00e8n", - "Insert Hyperlink": "Nh\u1eadp \u0110\u01b0\u1eddng D\u1eabn ", - "Insert Image (upload file or type URL)": "Ch\u00e8n h\u00ecnh \u1ea3nh (t\u1ec7p t\u1ea3i l\u00ean ho\u1eb7c nh\u1eadp URL)", - "Insert column after": "Th\u00eam c\u1ed9t v\u00e0o sau", - "Insert column before": "Th\u00eam c\u1ed9t v\u00e0o tr\u01b0\u1edbc", - "Insert date/time": "Ch\u00e8n ng\u00e0y th\u00e1ng v\u00e0 th\u1eddi gian", - "Insert image": "Ch\u00e8n h\u00ecnh \u1ea3nh", - "Insert link": "Ch\u00e8n li\u00ean k\u1ebft", - "Insert row after": "Th\u00eam h\u00e0ng v\u00e0o sau", - "Insert row before": "Th\u00eam h\u00e0ng v\u00e0o tr\u01b0\u1edbc", - "Insert table": "Ch\u00e8n b\u1ea3ng", - "Insert template": "Ch\u00e8n m\u1eabu", - "Insert video": "Ch\u00e8n video", - "Insert/Edit Image": "Ch\u00e8n/S\u1eeda h\u00ecnh \u1ea3nh", - "Insert/edit image": "Ch\u00e8n/s\u1eeda h\u00ecnh \u1ea3nh", - "Insert/edit link": "Ch\u00e8n/s\u1eeda li\u00ean k\u1ebft", - "Insert/edit video": "Ch\u00e8n/s\u1eeda video", - "Instructor Biography": "Ti\u1ec3u s\u1eed Gi\u1ea3ng vi\u00ean", - "Instructor Name": "T\u00ean Gi\u1ea3ng vi\u00ean", - "Instructor Photo": "\u1ea2nh Gi\u1ea3ng vi\u00ean", - "Instructor Photo URL": "URL \u1ea2nh Gi\u1ea3ng vi\u00ean", - "Instructor Title": "Ch\u1ee9c v\u1ee5 Gi\u1ea3ng vi\u00ean", - "Instructor tools": "C\u00f4ng c\u1ee5 gi\u1ea3ng d\u1ea1y", - "Internal Server Error.": "L\u1ed7i M\u00e1y ch\u1ee7 N\u1ed9i b\u1ed9.", - "Introduction to Cookie Baking": "Gi\u1edbi thi\u1ec7u v\u1ec1 Cookie Baking", - "Invalid email address: {email}": "\u0110\u1ecba ch\u1ec9 email kh\u00f4ng h\u1ee3p l\u1ec7: {email}", - "Is Visible To:": "Xem \u0111\u01b0\u1ee3c b\u1edfi:", - "Is this OK?": "\u0110\u1ed3ng \u00fd kh\u00f4ng?", - "Is your name on your ID readable?": "T\u00ean c\u1ee7a b\u1ea1n tr\u00ean ch\u1ee9ng minh nh\u00e2n d\u00e2n c\u00f3 d\u1ec5 d\u00e0ng \u0111\u1ecdc \u0111u\u1ee3c kh\u00f4ng?", - "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "Ch\u00fang t\u00f4i \u0111\u1ec1 ngh\u1ecb c\u00f3 b\u1ed1n ho\u1eb7c \u00edt h\u01a1n ng\u01b0\u1eddi k\u00fd t\u00ean. N\u1ebfu b\u1ea1n c\u00f3 ch\u1eef k\u00fd b\u1ed5 sung, h\u00e3y xem tr\u01b0\u1edbc ch\u1ee9ng ch\u1ec9 trong Ch\u1ebf \u0111\u1ed9 xem In \u0111\u1ec3 \u0111\u1ea3m b\u1ea3o ch\u1ee9ng ch\u1ec9 s\u1ebd in ch\u00ednh x\u00e1c tr\u00ean m\u1ed9t trang.", - "Italic": "In nghi\u00eang", - "Italic (Ctrl+I)": "In nghi\u00eang (Ctrl+I)", - "Join Team": "Tham gia nh\u00f3m", - "Joined": "\u0110\u00e3 tham gia", - "Joined %(date)s": "Tham gia ng\u00e0y %(date)s", - "Joined Date": "Ng\u00e0y tham gia", - "Justify": "C\u0103n \u0111\u1ec1u hai b\u00ean", - "KB": "KB", - "Key should only contain letters, numbers, _, or -": "Key ch\u1ec9 n\u00ean ch\u1ee9a c\u00e1c ch\u1eef c\u00e1i, con s\u1ed1, _, ho\u1eb7c -", - "Keywords": "T\u1eeb kh\u00f3a", - "LEARN MORE": "T\u00ecm hi\u1ec3u th\u00eam", - "Language": "Ng\u00f4n ng\u1eef", - "Large": "L\u1edbn", - "Last Activity %(date)s": "Ho\u1ea1t \u0111\u1ed9ng g\u1ea7n nh\u1ea5t %(date)s", - "Last Edited:": "L\u1ea7n cu\u1ed1i c\u00f9ng \u0111\u01b0\u1ee3c s\u1eeda", - "Last Updated": "C\u1eadp nh\u1eadt cu\u1ed1i c\u00f9ng", - "Last activity %(date)s": "Ho\u1ea1t \u0111\u1ed9ng g\u1ea7n nh\u1ea5t %(date)s", - "Last published %(last_published_date)s by %(publish_username)s": "Xu\u1ea5t b\u1ea3n l\u1ea7n cu\u1ed1i %(last_published_date)s b\u1edfi %(publish_username)s", - "Last published {lastPublishedStart}{publishedOn}{lastPublishedEnd} by {publishedByStart}{publishedBy}{publishedByEnd}": "Xu\u1ea5t b\u1ea3n l\u1ea7n cu\u1ed1i {lastPublishedStart}{publishedOn}{lastPublishedEnd} b\u1edfi {publishedByStart}{publishedBy}{publishedByEnd}", - "Last updated": "C\u1eadp nh\u1eadt m\u1edbi nh\u1ea5t", - "Learn more about {license_name}": "T\u00ecm hi\u1ec3u th\u00eam v\u1ec1 {license_name}", - "Learners do not see the subsection in the course outline. The subsection is not included in grade calculations.": "Ng\u01b0\u1eddi h\u1ecdc kh\u00f4ng nh\u00ecn th\u1ea5y ph\u1ea7n con trong \u0111\u1ec1 c\u01b0\u01a1ng kho\u00e1 h\u1ecdc. C\u00e1c ph\u1ea7n con kh\u00f4ng \u0111\u01b0\u1ee3c bao g\u1ed3m trong t\u00ednh \u0111i\u1ec3m.", - "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the course end date has passed.": "Ng\u01b0\u1eddi h\u1ecdc kh\u00f4ng nh\u00ecn th\u1ea5y c\u00e2u tr\u1ea3 l\u1eddi c\u1ee7a h\u1ecd cho c\u00e1c \u0111\u00e1nh gi\u00e1 l\u00e0 \u0111\u00fang hay sai, c\u0169ng nh\u01b0 \u0111i\u1ec3m s\u1ed1 nh\u1eadn \u0111\u01b0\u1ee3c, cho \u0111\u1ebfn sau ng\u00e0y k\u1ebft th\u00fac kh\u00f3a h\u1ecdc.", - "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the due date for the subsection has passed.": "Ng\u01b0\u1eddi h\u1ecdc kh\u00f4ng nh\u00ecn th\u1ea5y c\u00e2u tr\u1ea3 l\u1eddi c\u1ee7a h\u1ecd \u0111\u1ed1i v\u1edbi c\u00e1c \u0111\u00e1nh gi\u00e1 l\u00e0 \u0111\u00fang hay sai, c\u0169ng nh\u01b0 s\u1ed1 \u0111i\u1ec3m nh\u1eadn \u0111\u01b0\u1ee3c, cho \u0111\u1ebfn khi ng\u00e0y h\u1ebft h\u1ea1n c\u1ee7a ph\u1ea7n con \u0111\u00e3 tr\u00f4i qua.", - "Learners never see whether their answers to assessments are correct or incorrect, nor the score received.": "Ng\u01b0\u1eddi h\u1ecdc kh\u00f4ng bao gi\u1edd nh\u00ecn th\u1ea5y c\u00e2u tr\u1ea3 l\u1eddi c\u1ee7a h\u1ecd cho c\u00e1c \u0111\u00e1nh gi\u00e1 l\u00e0 \u0111\u00fang hay sai, c\u0169ng nh\u01b0 \u0111i\u1ec3m s\u1ed1 nh\u1eadn \u0111\u01b0\u1ee3c.", - "Learners see the published subsection and can access its content.": "H\u1ecdc vi\u00ean nh\u00ecn th\u1ea5y ph\u1ea7n con \u0111\u00e3 xu\u1ea5t b\u1ea3n v\u00e0 c\u00f3 th\u1ec3 truy c\u1eadp n\u1ed9i dung c\u1ee7a n\u00f3.", - "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "Ng\u01b0\u1eddi h\u1ecdc c\u1ea7n x\u00e1c minh ph\u1ea3i v\u01b0\u1ee3t qua b\u01b0\u1edbc ki\u1ec3m tra \u0111\u00e3 ch\u1ecdn \u0111\u1ec3 nh\u00ecn th\u1ea5y n\u1ed9i dung trong \u0111\u01a1n v\u1ecb n\u00e0y. Ng\u01b0\u1eddi h\u1ecdc kh\u00f4ng c\u1ea7n ph\u1ea3i x\u00e1c minh m\u1eb7c \u0111\u1ecbnh s\u1ebd nh\u00ecn th\u1ea5y n\u1ed9i dung n\u00e0y.", - "Learning Outcome": "K\u1ebft qu\u1ea3 H\u1ecdc t\u1eadp", - "Leave Current Session": "R\u1eddi kh\u1ecfi Phi\u00ean hi\u1ec7n t\u1ea1i", - "Leave Team": "R\u1eddi b\u1ecf nh\u00f3m", - "Leave this team?": "R\u1eddi nh\u00f3m n\u00e0y?", - "Left": "Tr\u00e1i", - "Left to right": "T\u1eeb tr\u00e1i sang ph\u1ea3i", - "Less": "\u00cdt h\u01a1n", - "Library User": "Th\u01b0 vi\u1ec7n ng\u01b0\u1eddi d\u00f9ng", - "License Display": "Hi\u1ec3n th\u1ecb Gi\u1ea5y ph\u00e9p", - "License Type": "Lo\u1ea1i Gi\u1ea5y ph\u00e9p", - "Limit Access": "Gi\u1edbi h\u1ea1n truy c\u1eadp", - "Limited Profile": "H\u1ed3 s\u01a1 b\u1ecb gi\u1edbi h\u1ea1n", - "Link Description": "M\u00f4 t\u1ea3 Li\u00ean k\u1ebft", - "Link Your Account": "Li\u00ean k\u1ebft t\u00e0i kho\u1ea3n c\u1ee7a b\u1ea1n", - "Link types should be unique.": "C\u00e1c lo\u1ea1i li\u00ean k\u1ebft ph\u1ea3i l\u00e0 duy nh\u1ea5t.", - "Link your {accountName} account": "Li\u00ean k\u1ebft t\u00e0i kho\u1ea3n c\u1ee7a b\u1ea1n {accountName}", - "Link your {accountName} account to your {platformName} account and use {accountName} to sign in to {platformName}.": "Li\u00ean k\u1ebft t\u00e0i kho\u1ea3n {accountName} v\u1edbi t\u00e0i kho\u1ea3n {platformName} c\u1ee7a b\u1ea1n v\u00e0 s\u1eed d\u1ee5ng {accountName} \u0111\u1ec3 \u0111\u0103ng nh\u1eadp v\u00e0o {platformName}.", - "Linked Accounts": "Nh\u1eefng t\u00e0i kho\u1ea3n \u0111\u00e3 Li\u00ean k\u1ebft", - "Linking": "\u0110ang k\u1ebft n\u1ed1i", - "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "C\u00e1c \u0111\u01b0\u1eddng d\u1eabn \u0111ang \u0111\u01b0\u1ee3c xu\u1ea5t theo y\u00eau c\u1ea7u nh\u01b0ng s\u1ebd h\u1ebft h\u1ea1n trong v\u00f2ng 5 ph\u00fat v\u00ec \u0111\u1ed9 nh\u1ea1y c\u1ea3m c\u1ee7a th\u00f4ng tin v\u1ec1 h\u1ecdc vi\u00ean.", - "Links should be unique.": "C\u00e1c li\u00ean k\u1ebft ph\u1ea3i l\u00e0 duy nh\u1ea5t.", - "List item": "Li\u1ec7t k\u00ea c\u00e1c m\u1ee5c", - "List of uploaded files and assets in this course": "Danh s\u00e1ch c\u00e1c t\u1eadp tin t\u1ea3i l\u00ean v\u00e0 t\u00e0i s\u1ea3n trong kh\u00f3a h\u1ecdc n\u00e0y", - "Live view of webcam": "H\u00ecnh \u1ea3nh th\u1ef1c t\u1ebf tr\u00ean webcam", - "Load Another File": "T\u1ea3i t\u1eadp tin kh\u00e1c", - "Load all responses": "T\u1ea3i t\u1ea5t c\u1ea3 c\u00e1c ph\u1ea3n h\u1ed3i", - "Load next {numResponses} responses": "M\u1edf ti\u1ebfp {numResponses} ph\u1ea3n h\u1ed3i", - "Loading": "\u0110ang t\u1ea3i", - "Loading content": "\u0110ang t\u1ea3i n\u1ed9i dung", - "Loading data...": "\u0111ang t\u1ea3i d\u1eef li\u1ec7u...", - "Loading more threads": "\u0110ang t\u1ea3i th\u00eam ch\u1ee7 \u0111\u1ec1", - "Loading posts list": "\u0110ang t\u1ea3i danh s\u00e1ch c\u00e1c b\u00e0i vi\u1ebft", - "Loading your courses": "\u0110ang t\u1ea3i c\u00e1c kho\u00e1 h\u1ecdc", - "Location": "\u0110\u1ecba ch\u1ec9", - "Location in Course": "V\u1ecb tr\u00ed trong Kho\u00e1 h\u1ecdc", - "Lock this asset": "Kho\u00e1 th\u00e0nh ph\u1ea7n n\u00e0y", - "Lock/unlock file": "Kh\u00f3a/m\u1edf kh\u00f3a file n\u00e0y", - "Loud": "To", - "Low": "Nh\u1ecf", - "Lower Alpha": "Ch\u1eef c\u00e1i th\u01b0\u1eddng", - "Lower Greek": "Ch\u1eef c\u00e1i Hy L\u1ea1p th\u01b0\u1eddng", - "Lower Roman": "Ch\u1eef c\u00e1i La M\u00e3 th\u01b0\u1eddng", - "MB": "MB", - "Make Visible to Students": "Hi\u1ec7n \u0111\u1ed1i v\u1edbi H\u1ecdc Vi\u00ean", - "Make sure we can verify your identity with the photos and information you have provided.": "H\u00e3y ch\u1eafc ch\u1eafn r\u1eb1ng ch\u00fang t\u00f4i c\u00f3 th\u1ec3 x\u00e1c th\u1ef1c danh t\u00ednh c\u1ee7a b\u1ea1n qua c\u00e1c b\u1ee9c \u1ea3nh v\u00e0 th\u00f4ng tin m\u00e0 b\u1ea1n cung c\u1ea5p.", - "Make this subsection available as a prerequisite to other content": "K\u00edch ho\u1ea1t ph\u1ea7n con n\u00e0y nh\u01b0 l\u00e0 m\u1ed9t \u0111i\u1ec1u ki\u1ec7n b\u1eaft bu\u1ed9c cho n\u1ed9i dung kh\u00e1c", - "Making Visible to Students": "Hi\u1ec3n th\u1ecb v\u1edbi sinh vi\u00ean", - "Manual": "H\u01b0\u1edbng d\u1eabn s\u1eed d\u1ee5ng", - "Mark Exam As Completed": "\u0110\u00e1nh d\u1ea5u b\u00e0i thi \u0111\u00e3 ho\u00e0n th\u00e0nh", - "Mark enrollment code as unused": "\u0110\u00e1nh d\u1ea5u m\u00e3 ghi d\u00e0nh th\u00e0nh ch\u01b0a d\u00f9ng", - "Markdown Editing Help": "Tr\u1ee3 Gi\u00fap Ch\u1ec9nh S\u1eeda Markdown", - "Match case": "So s\u00e1nh ph\u00e2n bi\u1ec7t hoa th\u01b0\u1eddng", - "Max file size exceeded": "\u0110\u00e3 v\u01b0\u1ee3t qu\u00e1 k\u00edch th\u01b0\u1edbc t\u1ec7p t\u1ed1i \u0111a", - "Maximum": "T\u1ed1i \u0111a", - "Maximum file size: {maxFileSize} GB": "K\u00edch th\u01b0\u1edbc t\u1ed1i \u0111a t\u1ec7p: {maxFileSize} GB", - "Membership": "Th\u00e0nh vi\u00ean", - "Merge cells": "G\u1ed9p \u00f4", - "Message:": "Tin nh\u1eafn:", - "Middle": "Gi\u1eefa", - "Midnight": "N\u1eeda \u0111\u00eam", - "Minimum Score:": "\u0110i\u1ec3m t\u1ed1i thi\u1ec3u", - "Module state successfully deleted.": "Th\u00e0nh c\u00f4ng khi x\u00f3a tr\u1ea1ng th\u00e1i c\u1ee7a m\u00f4-\u0111un.", - "More": "Th\u00eam", - "Move": "Di chy\u1ec3n", - "Move cancelled. \"{sourceDisplayName}\" has been moved back to its original location.": "Hu\u1ef7 b\u1ecf di chuy\u1ec3n. \"{sourceDisplayName}\" \u0111\u00e3 \u0111\u01b0\u1ee3c di chuy\u1ec3n v\u1ec1 v\u1ecb tr\u00ed ban \u0111\u1ea7u.", - "Move: {displayName}": "Di chuy\u1ec3n: {displayName}", - "Moving": "Di chuy\u1ec3n", - "Must complete verification checkpoint": "Ph\u1ea3i ho\u00e0n th\u00e0nh ki\u1ec3m tra x\u00e1c minh", - "Mute": "T\u1eaft ti\u1ebfng", - "Muted": "Ch\u1ebf \u0111\u1ed9 c\u00e2m", - "My Orders": "Nh\u1eefng \u0111\u01a1n h\u00e0ng c\u1ee7a t\u00f4i", - "My Team": "Nh\u00f3m c\u1ee7a t\u00f4i", - "Name": "T\u00ean", - "Name ": "T\u00ean", - "Name of the certificate": "T\u00ean c\u1ee7a ch\u1ee9ng ch\u1ec9", - "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "T\u00ean c\u1ee7a c\u00e1c nh\u00f3m m\u00e0 h\u1ecdc sinh s\u1ebd \u0111\u01b0\u1ee3c chia v\u00e0o, v\u00ed d\u1ee5: Ki\u1ec3m so\u00e1t, Video, C\u00e2u h\u1ecfi. B\u1ea1n ph\u1ea3i c\u00f3 hai ho\u1eb7c nhi\u1ec1u nh\u00f3m.", - "Name of the signatory": "T\u00ean c\u1ee7a ng\u01b0\u1eddi k\u00fd", - "Name or short description of the configuration": "T\u00ean ho\u1eb7c m\u00f4 t\u1ea3 ng\u1eafn g\u1ecdn c\u1ea5u h\u00ecnh", - "Never published": "Ch\u01b0a bao gi\u1edd xu\u1ea5t b\u1ea3n", - "Never show assessment results": "Kh\u00f4ng bao gi\u1edd hi\u1ec3n th\u1ecb k\u1ebft qu\u1ea3 \u0111\u00e1nh gi\u00e1", - "New %(item_type)s": "M\u1edbi %(item_type)s", - "New Address": "\u0110\u1ecba Ch\u1ec9 M\u1edbi", - "New Password": "M\u1eadt Kh\u1ea9u m\u1edbi", - "New document": "T\u00e0i li\u1ec7u m\u1edbi", - "New window": "C\u1eeda s\u1ed5 m\u1edbi", - "New {component_type}": "{component_type} M\u1edbi", - "Next": "Ti\u1ebfp theo", - "Next Step: Confirm your identity": "B\u01b0\u1edbc ti\u1ebfp theo: ", - "Next: %(nextStepTitle)s": "Ti\u1ebfp theo: %(nextStepTitle)s", - "No Content Group": "Nh\u00f3m kh\u00f4ng c\u00f3 n\u1ed9i dung", - "No Derivatives": "No Derivatives.", - "No EdX Timed Transcript": "Kh\u00f4ng c\u00f3 B\u1ea3n d\u1ecbch \u0110\u1ed3ng b\u1ed9 th\u1eddi gian", - "No Flash Detected": "Kh\u00f4ng ph\u00e1t hi\u1ec7n \u0111\u01b0\u1ee3c Flash", - "No Timed Transcript": "Kh\u00f4ng c\u00f3 B\u1ea3n d\u1ecbch \u0110\u1ed2ng b\u1ed9 th\u1eddi gian", - "No Webcam Detected": "Kh\u00f4ng ph\u00e1t hi\u1ec7n \u0111\u01b0\u1ee3c Webcam", - "No color": "Kh\u00f4ng m\u00e0u", - "No description available": "Ch\u01b0a co\u0301 th\u00f4ng tin", - "No posts matched your query.": "Kh\u00f4ng c\u00f3 b\u00e0i n\u00e0o kh\u1edbp v\u1edbi t\u00ecm ki\u1ebfm c\u1ee7a b\u1ea1n.", - "No prerequisite": "Kh\u00f4ng b\u1eaft bu\u1ed9c", - "No receipt available": "Kh\u00f4ng bi\u00ean nh\u1eadn c\u00f3 s\u1eb5n", - "No results": "Kh\u00f4ng c\u00f3 k\u1ebft qu\u1ea3", - "No results found for \"%(query_string)s\". Please try searching again.": "Kh\u00f4ng c\u00f3 k\u1ebft qu\u1ea3 n\u00e0o cho \"%(query_string)s\". H\u00e3y th\u1eed t\u00ecm ki\u1ebfm v\u1edbi t\u1eeb kho\u00e1 kh\u00e1c.", - "No results found for {original_query}. Showing results for {suggested_query}.": "Kh\u00f4ng t\u00ecm th\u1ea5y k\u1ebft qu\u1ea3 cho {original_query}. \u0110ang hi\u1ec7n c\u00e1c k\u1ebft qu\u1ea3 cho {suggested_query}.", - "No tasks currently running.": "Hi\u1ec7n kh\u00f4ng c\u00f3 t\u00e1c v\u1ee5 n\u00e0o \u0111ang ch\u1ea1y.", - "No validation is performed on policy keys or value pairs. If you are having difficulties, check your formatting.": "Kh\u00f4ng c\u00f3 x\u00e1c nh\u1eadn n\u00e0o \u0111\u01b0\u1ee3c th\u1ef1c hi\u1ec7n tr\u00ean c\u00e1c kh\u00f3a ch\u00ednh s\u00e1ch ho\u1eb7c c\u00e1c c\u1eb7p gi\u00e1 tr\u1ecb. N\u1ebfu b\u1ea1n \u0111ang g\u1eb7p kh\u00f3 kh\u0103n, ki\u1ec3m tra \u0111\u1ecbnh d\u1ea1ng c\u1ee7a b\u1ea1n.", - "Nonbreaking space": "Kho\u1ea3ng tr\u1ed1ng li\u1ec1n", - "Noncommercial": "Noncommercial", - "None": "Kh\u00f4ng", - "Noon": "Bu\u1ed5i tr\u01b0a", - "Not Graded": "Ch\u01b0a Ch\u1ea5m", - "Not Selected": "Kh\u00f4ng \u0110\u01b0\u1ee3c Ch\u1ecdn", - "Not Supported": "Kh\u00f4ng h\u1ed7 tr\u1ee3", - "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "Kh\u00f4ng th\u1ec3 \u0111\u1eb7t s\u1ed1 l\u00ean l\u1edbp nh\u1ecf h\u01a1n %(minimum_grade_cutoff)s%.", - "Not available": "Kh\u00f4ng th\u1ec3", - "Not divided": "Kh\u00f4ng chia", - "Not in Use": "Kh\u00f4ng kh\u1ea3 d\u1ee5ng", - "Not selected": "Kh\u00f4ng \u0111\u01b0\u1ee3c ch\u1ecdn", - "Not specific to a course": "Kh\u00f4ng c\u1ee5 th\u1ec3 cho m\u1ed9t kh\u00f3a h\u1ecdc", - "Note": "Ghi ch\u00fa", - "Note: Do not hide graded assignments after they have been released.": "L\u01b0u \u00fd: Kh\u00f4ng \u0111\u01b0\u1ee3c \u1ea9n nh\u1eefng b\u00e0i t\u1eadp \u0111\u00e3 ch\u1ea5m sau khi ch\u00fang \u0111\u00e3 \u0111\u01b0\u1ee3c c\u00f4ng b\u1ed1.", + ], + "Content Group ID": "ID Nh\u00f3m N\u1ed9i dung", + "Content Group Name": "T\u00ean Nh\u00f3m N\u1ed9i dung", + "Copy": "Sao ch\u00e9p", + "Copy Email To Editor": "Sao ch\u00e9p Email ra Thanh Hi\u1ec7u Ch\u1ec9nh", + "Copy row": "Sao ch\u00e9p h\u00e0ng", + "Correct failed component": "S\u1eeda ph\u1ea7n b\u1ecb l\u1ed7i", + "Could not find Certificate Exception in white list. Please refresh the page and try again": "Kh\u00f4ng t\u00ecm th\u1ea5y Ch\u1ee9ng ch\u1ec9 kh\u00f4ng h\u1ee3p l\u1ec7 trong danh s\u00e1ch tr\u1eafng. H\u00e3y l\u00e0m m\u1edbi trang v\u00e0 th\u1eed l\u1ea1i", + "Could not find Certificate Invalidation in the list. Please refresh the page and try again": "Kh\u00f4ng th\u1ec3 t\u00ecm th\u1ea5y Ch\u1ee9ng ch\u1ec9 Kh\u00f4ng h\u1ee3p l\u1ec7 trong danh s\u00e1ch. H\u00e3y l\u00e0m m\u1edbi trang v\u00e0 th\u1eed l\u1ea1i", + "Could not find a user with username or email address '<%- identifier %>'.": "Kh\u00f4ng t\u00ecm th\u1ea5y ng\u01b0\u1eddi d\u00f9ng v\u1edbi t\u00ean \u0111\u0103ng nh\u1eadp ho\u1eb7c email '<%- identifier %>'.", + "Could not find the specified string.": "Kh\u00f4ng th\u1ec3 t\u00ecm th\u1ea5y x\u00e2u c\u1ea7n t\u00ecm.", + "Could not find users associated with the following identifiers:": "Kh\u00f4ng th\u1ec3 t\u00ecm th\u00e0nh vi\u00ean c\u00f3 c\u00e1c th\u00f4ng tin danh t\u00ednh:", + "Could not grade your answer. The submission was aborted.": "Kh\u00f4ng th\u1ec3 \u0111\u00e1nh gi\u00e1 c\u00e2u tr\u1ea3 l\u1eddi c\u1ee7a b\u1ea1n. \u0110\u1ec1 ngh\u1ecb b\u1ecb h\u1ee7y b\u1ecf.", + "Could not override problem score for {user}.": "Kh\u00f4ng th\u1ec3 ghi \u0111\u00e8 \u0111i\u1ec3m s\u1ed1 cho {user}.", + "Could not retrieve download url.": "Kh\u00f4ng th\u1ec3 t\u00ecm th\u1ea5y \u0111\u01b0\u1eddng d\u1eabn t\u1ea3i xu\u1ed1ng.", + "Could not retrieve payment information": "Kh\u00f4ng nh\u1eadn \u0111\u01b0\u1ee3c th\u00f4ng tin t\u00e0i kho\u1ea3n", + "Could not retrieve upload url.": "Kh\u00f4ng th\u1ec3 t\u00ecm th\u1ea5y \u0111\u01b0\u1eddng d\u1eabn t\u1ea3i l\u00ean.", + "Could not submit order": "Kh\u00f4ng g\u1eedi \u0111\u01b0\u1ee3c \u0111\u01a1n h\u00e0ng", + "Could not submit photos": "Kh\u00f4ng th\u1ec3 t\u1ea3i \u1ea3nh l\u00ean.", + "Could not upload the video image file": "Kh\u00f4ng th\u1ec3 t\u1ea3i l\u00ean t\u1ec7p h\u00ecnh \u1ea3nh video", + "Couldn't Save This Assignment": "Kh\u00f4ng Th\u1ec3 L\u01b0u B\u00e0i T\u1eadp N\u00e0y", + "Country": "Qu\u1ed1c gia", + "Country or Region of Residence": "Qu\u1ed1c gia ho\u1eb7c N\u01a1i c\u01b0 tr\u00fa", + "Course Credit Requirements": "Nh\u1eefng y\u00eau c\u1ea7u v\u1ec1 T\u00edn ch\u1ec9", + "Course Handouts": "Course Handouts", + "Course Index": "Danh m\u1ee5c Kh\u00f3a h\u1ecdc", + "Course Key": "Key kho\u00e1 h\u1ecdc", + "Course Name": "T\u00ean Kh\u00f3a H\u1ecdc", + "Course Number": "S\u1ed1 Kh\u00f3a H\u1ecdc", + "Course Number Override": "Ch\u00e8n l\u00ean s\u1ed1 th\u1ee9 t\u1ef1 kh\u00f3a h\u1ecdc", + "Course Number:": "M\u00e3 kh\u00f3a h\u1ecdc:", + "Course Outline": "Ph\u00e1c Th\u1ea3o Kh\u00f3a H\u1ecdc", + "Course Run:": "Ch\u1ea1y kh\u00f3a h\u1ecdc", + "Course Title": "Kh\u00f3a h\u1ecdc:", + "Course Title Override": "Ch\u00e8n l\u00ean t\u00ean kh\u00f3a h\u1ecdc", + "Course Video Settings": "Thi\u1ebft l\u1eadp Video Kh\u00f3a h\u1ecdc", + "Course is not yet visible to students.": "H\u1ecdc vi\u00ean ch\u01b0a th\u1ec3 xem kh\u00f3a h\u1ecdc.", + "Course pacing cannot be changed once a course has started.": "Kh\u00f4ng th\u1ec3 thay \u0111\u1ed5i t\u1ed1c \u0111\u1ed9 h\u1ecdc sau khi kh\u00f3a h\u1ecdc \u0111\u00e3 b\u1eaft \u0111\u1ea7u.", + "Course title": "Ti\u00eau \u0111\u1ec1 kh\u00f3a h\u1ecdc", + "Create": "T\u1ea1o m\u1edbi", + "Create Account": "T\u1ea1o t\u00e0i kho\u1ea3n", + "Create Re-run": "T\u1ea1o Re-run", + "Create a New Team": "T\u1ea1o m\u1ed9t nh\u00f3m m\u1edbi", + "Create a content group": "T\u1ea1o m\u1ed9t nh\u00f3m n\u1ed9i dung", + "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "T\u1ea1o m\u1ed9t nh\u00f3m m\u1edbi n\u1ebfu b\u1ea1n kh\u00f4ng th\u1ec3 t\u00ecm \u0111\u01b0\u1ee3c m\u1ed9t nh\u00f3m \u0111\u1ec3 gia nh\u1eadp, ho\u1eb7c n\u1ebfu b\u1ea1n mu\u1ed1n h\u1ecdc v\u1edbi nh\u1eefng ng\u01b0\u1eddi b\u1ea1n bi\u1ebft.", + "Create team.": "T\u1ea1o nh\u00f3m.", + "Creating missing groups": "T\u1ea1o nh\u00f3m c\u00f2n thi\u1ebfu", + "Creative Commons": "Creative Commons", + "Creative Commons licensed content, with terms as follow:": "Creative Commons licensed content, with terms as follow:", + "Crossed out items have been refunded.": "C\u00e1c m\u1eb7t h\u00e0ng g\u1ea1ch ch\u00e9o l\u00e0 \u0111\u00e3 \u0111\u01b0\u1ee3c ho\u00e0n tr\u1ea3.", + "Current Role:": "Vai tr\u00f2 hi\u1ec7n t\u1ea1i:", + "Current conversation": "\u0110o\u1ea1n h\u1ed9i tho\u1ea1i hi\u1ec7n t\u1ea1i", + "Current location": "V\u1ecb tr\u00ed hi\u1ec7n t\u1ea1i", + "Current tab": "Tab hi\u1ec7n t\u1ea1i", + "Currently selected": "Hi\u1ec7n \u0111\u00e3 ch\u1ecdn", + "Custom color": "M\u00e0u t\u00f9y ch\u1ecdn", + "Custom...": "T\u00f9y ch\u1ec9nh...", + "Cut": "C\u1eaft", + "Cut row": "C\u1eaft h\u00e0ng", + "Date": "Ng\u00e0y", + "Date Added": "Ng\u00e0y Th\u00eam V\u00e0o", + "Date added": "Ng\u00e0y th\u00eam v\u00e0o", + "Deactivate": "Nh\u00f3m n\u1ed9i dung n\u00e0y \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng cho:", + "Decrease indent": "Gi\u1ea3m th\u1ee5t \u0111\u1ea7u d\u00f2ng", + "Default": "M\u1eb7c \u0111\u1ecbnh", + "Default (Local Time Zone)": "M\u1eb7c \u0111\u1ecbnh (M\u00fai gi\u1edd \u0111\u1ecba ph\u01b0\u01a1ng)", + "Default Timed Transcript": "M\u1eb7c \u0111\u1ecbnh Timed Transcript", + "Delete": "X\u00f3a", + "Delete \"<%= signatoryName %>\" from the list of signatories?": "Xo\u00e1 \"<%= signatoryName %>\" t\u1eeb danh s\u00e1ch k\u00fd t\u00ean?", + "Delete File Confirmation": "X\u00e1c Nh\u1eadn X\u00f3a File", + "Delete My Account": "X\u00f3a t\u00e0i kho\u1ea3n", + "Delete Page Confirmation": "X\u00e1c Nh\u1eadn X\u00f3a Trang", + "Delete Team": "X\u00f3a nh\u00f3m", + "Delete column": "X\u00f3a c\u1ed9t", + "Delete row": "X\u00f3a h\u00e0ng", + "Delete student '<%- student_id %>'s state on problem '<%- problem_id %>'?": "Xo\u00e1 t\u00ecnh tr\u1ea1ng sinh vi\u00ean '<%- student_id %>'s l\u00e0m b\u00e0i t\u1eadp '<%- problem_id %>'?", + "Delete table": "X\u00f3a b\u1ea3ng", + "Delete the user, {username}": "X\u00f3a ng\u01b0\u1eddi s\u1eed d\u1ee5ng, {username}", + "Delete this %(item_display_name)s?": "Xo\u00e1 m\u1ee5c n\u00e0y %(item_display_name)s?", + "Delete this asset": "X\u00f3a th\u00e0nh ph\u1ea7n n\u00e0y", + "Delete this team?": "X\u00f3a nh\u00f3m n\u00e0y?", + "Delete this {xblock_type} (and prerequisite)?": "Xo\u00e1 {xblock_type} (v\u00e0 \u0111i\u1ec1u ki\u1ec7n b\u1eaft bu\u1ed9c)?", + "Delete this {xblock_type}?": "Xo\u00e1 {xblock_type}?", + "Deleted Content Group": "X\u00f3a n\u1ed9i dung nh\u00f3m", + "Deleted Group": "\u0110\u00e3 x\u00f3a Nh\u00f3m", + "Deleting": "\u0110ang x\u00f3a", + "Deleting a textbook cannot be undone and once deleted any reference to it in your courseware's navigation will also be removed.": "X\u00f3a m\u1ed9t gi\u00e1o tr\u00ecnh kh\u00f4ng th\u1ec3 \u0111\u01b0\u1ee3c ho\u00e0n t\u00e1c v\u00e0 m\u1ed9t khi \u0111\u00e3 x\u00f3a b\u1ea5t k\u1ef3 tham chi\u1ebfu \u0111\u1ebfn n\u00f3 trong b\u1ea3ng \u0111i\u1ec1u khi\u1ec3n ch\u01b0\u01a1ng tr\u00ecnh h\u1ecdc c\u1ee7a b\u1ea1n c\u0169ng s\u1ebd b\u1ecb x\u00f3a.", + "Deleting this %(item_display_name)s is permanent and cannot be undone.": "Xo\u00e1 m\u1ee5c n\u00e0y %(item_display_name)s l\u00e0 v\u0129nh vi\u1ec5n v\u00e0 kh\u00f4ng th\u1ec3 ho\u00e0n t\u00e1c.", + "Deleting this {xblock_type} is permanent and cannot be undone.": "Xo\u00e1 {xblock_type} l\u00e0 v\u0129nh vi\u1ec5n v\u00e0 kh\u00f4ng th\u1ec3 ho\u00e0n t\u00e1c.", + "Deprecated": "\u0110\u00e3 l\u1ed7i th\u1eddi", + "Description": "M\u00f4 t\u1ea3", + "Description of the certificate": "M\u00f4 t\u1ea3 ch\u1ee9ng ch\u1ec9", + "Details": "Chi ti\u1ebft", + "Dimensions": "K\u00edch th\u01b0\u1edbc", + "Disc": "\u0110\u0129a", + "Discard Changes": "X\u00f3a Thay \u0110\u1ed5i", + "Discarding Changes": "B\u1ecf Thay \u0111\u1ed5i", + "Discussion topics in the course are not divided.": "C\u00e1c ch\u1ee7 \u0111\u1ec1 th\u1ea3o lu\u1eadn trong kh\u00f3a h\u1ecdc kh\u00f4ng b\u1ecb chia c\u1eaft.", + "Discussions are unified; all learners interact with posts from other learners, regardless of the group they are in.": "Th\u1ea3o lu\u1eadn \u0111\u01b0\u1ee3c th\u1ed1ng nh\u1ea5t; t\u1ea5t c\u1ea3 h\u1ecdc vi\u00ean t\u01b0\u01a1ng t\u00e1c v\u1edbi c\u00e1c b\u00e0i vi\u1ebft t\u1eeb nh\u1eefng h\u1ecdc vi\u00ean kh\u00e1c, b\u1ea5t k\u1ec3 h\u1ecd l\u00e0 nh\u00f3m n\u00e0o.", + "Display Name": "T\u00ean hi\u1ec3n th\u1ecb", + "Div": "Div", + "Do not show again": "Kh\u00f4ng hi\u1ec3n th\u1ecb n\u1eefa", + "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "B\u1ea1n c\u00f3 mu\u1ed1n cho ph\u00e9p sinh vi\u00ean n\u00e0y ('{student_id}') \u0111\u01b0\u1ee3c ph\u00e9p b\u1ecf qua b\u00e0i ki\u1ec3m tra \u0111\u1ea7u v\u00e0o?", + "Do you want to replace the edX transcript with the YouTube transcript?": "B\u1ea1n c\u00f3 mu\u1ed1n thay th\u1ebf b\u1ea3n d\u1ecbch edX b\u1eb1ng b\u1ea3n d\u1ecbch c\u1ee7a YouTube kh\u00f4ng?", + "Document properties": "\u0110\u1eb7c t\u00ednh t\u00e0i li\u1ec7u", + "Does the photo of you match your ID photo?": "H\u00ecnh c\u1ee7a b\u1ea1n c\u00f3 gi\u1ed1ng v\u1edbi h\u00ecnh tr\u00ean ch\u1ee9ng minh nh\u00e2n d\u00e2n kh\u00f4ng?", + "Does the photo of you show your whole face?": "H\u00ecnh c\u1ee7a b\u1ea1n c\u00f3 hi\u1ec3n th\u1ecb to\u00e0n b\u1ed9 khu\u00f4n m\u1eb7t kh\u00f4ng?", + "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "Kh\u00f4ng nh\u00ecn th\u1ea5y h\u00ecnh \u1ea3nh c\u1ee7a b\u1ea1n? H\u00e3y ch\u1eafc ch\u1eafn \u0111\u1ec3 cho ph\u00e9p tr\u00ecnh duy\u1ec7t c\u1ee7a b\u1ea1n \u0111\u1ec3 s\u1eed d\u1ee5ng m\u00e1y \u1ea3nh c\u1ee7a b\u1ea1n khi n\u00f3 y\u00eau c\u1ea7u s\u1ef1 cho ph\u00e9p.", + "Donate": "Quy\u00ean g\u00f3p", + "Double-check that your webcam is connected and working to continue.": "H\u00e3y ki\u1ec3m tra xem webcam c\u1ee7a b\u1ea1n \u0111\u00e3 \u0111\u01b0\u1ee3c k\u1ebft n\u1ed1i v\u00e0 \u0111ang ho\u1ea1t \u0111\u1ed9ng \u0111\u1ec3 ti\u1ebfp t\u1ee5c.", + "Download": "T\u1ea3i v\u1ec1", + "Download Transcript for Editing": "T\u1ea3i xu\u1ed1ng B\u1ea3n d\u1ecbch \u0111\u1ec3 Ch\u1ec9nh s\u1eeda", + "Download URL": "T\u1ea3i URL", + "Download available encodings (.csv)": "T\u1ea3i xu\u1ed1ng c\u00e1c b\u1ea3ng m\u00e3 c\u00f3 th\u1ec3 s\u1eed d\u1ee5ng (.csv)", + "Download the user's certificate": "T\u1ea3i v\u1ec1 gi\u1ea5y ch\u1ee9ng nh\u1eadn c\u1ee7a ng\u01b0\u1eddi s\u1eed d\u1ee5ng", + "Draft (Never published)": "D\u1ef1 th\u1ea3o (Ch\u01b0a bao gi\u1edd xu\u1ea5t b\u1ea3n)", + "Draft (Unpublished changes)": "D\u1ef1 th\u1ea3o (Ch\u01b0a xu\u00e1t b\u1ea3n nh\u1eefng thay \u0111\u1ed5i)", + "Draft saved on {lastSavedStart}{editedOn}{lastSavedEnd} by {editedByStart}{editedBy}{editedByEnd}": "D\u1ef1 th\u1ea3o l\u01b0u tr\u00ean {lastSavedStart}{editedOn}{lastSavedEnd} b\u1edfi {editedByStart}{editedBy}{editedByEnd}", + "Drag and drop or {spanStart}browse your computer{spanEnd}.": "K\u00e9o th\u1ea3 ho\u1eb7c {spanStart}duy\u1ec7t tr\u00ean m\u00e1y t\u00ednh c\u1ee7a b\u1ea1n{spanEnd}.", + "Drag to reorder": "K\u00e9o \u0111\u1ec3 s\u1eafp x\u1ebfp l\u1ea1i", + "Drop target image": "Th\u1ea3 h\u00ecnh \u0111\u00e3 ch\u1ecdn", + "Due Date": "H\u1ea1n n\u1ed9p b\u00e0i", + "Due Date:": "H\u1ea1n:", + "Due Time in UTC:": "Gi\u1edd \u0111\u1ebfn h\u1ea1n theo UTC:", + "Due date cannot be before start date.": "Ng\u00e0y h\u1ebft h\u1ea1n kh\u00f4ng th\u1ec3 tr\u01b0\u1edbc ng\u00e0y b\u1eaft \u0111\u1ea7u.", + "Due:": "H\u1ea1n ch\u00f3t:", + "Duplicate": "B\u1ea3n sao", + "Duplicating": "B\u1ea3n sao", + "Duration (sec)": "Th\u1eddi h\u1ea1n (gi\u00e2y)", + "Earned Certificates": "Nh\u1eefng ch\u1ee9ng ch\u1ec9 \u0111\u00e3 \u0111\u1ea1t \u0111\u01b0\u1ee3c", + "EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.": "EdX kh\u00f4ng c\u00f3 b\u1ea3n d\u1ecbch \u0111\u1ed3ng b\u1ed9 th\u1eddi gian cho video n\u00e0y trong Studio, nh\u01b0ng ch\u00fang t\u00f4i \u0111\u00e3 t\u00ecm th\u1ea5y m\u1ed9t b\u1ea3n d\u1ecbch tr\u00ean YouTube. B\u1ea1n c\u00f3 th\u1ec3 nh\u1eadp b\u1ea3n d\u1ecbch YouTube ho\u1eb7c t\u1ea3i l\u00ean t\u1ec7p b\u1ea3n d\u1ecbch .srt c\u1ee7a b\u1ea1n.", + "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "EdX kh\u00f4ng c\u00f3 b\u1ea3n d\u1ecbch \u0111\u1ed3ng b\u1ed9 th\u1eddi gian cho video n\u00e0y. H\u00e3y t\u1ea3i l\u00ean m\u1ed9t t\u1ec7p .srt.", + "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "EdX c\u00f3 b\u1ea3n d\u1ecbch \u0111\u1ed3ng b\u1ed9 th\u1eddi gian cho video n\u00e0y. N\u1ebfu b\u1ea1n mu\u1ed1n ch\u1ec9nh s\u1eeda b\u1ea3n d\u1ecbch n\u00e0y, b\u1ea1n c\u00f3 th\u1ec3 t\u1ea3i xu\u1ed1ng, ch\u1ec9nh s\u1eeda v\u00e0 t\u1ea3i l\u1ea1i b\u1ea3n d\u1ecbch hi\u1ec7n t\u1ea1i. N\u1ebfu b\u1ea1n mu\u1ed1n thay th\u1ebf b\u1ea3n d\u1ecbch n\u00e0y, h\u00e3y t\u1ea3i l\u00ean m\u1ed9t t\u1ec7p .srt m\u1edbi.", + "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "EdX c\u00f3 B\u1ea3n d\u1ecbch \u0111\u1ed3ng b\u1ed9 th\u1eddi gian cho video n\u00e0y. N\u1ebfu b\u1ea1n mu\u1ed1n thay th\u1ebf b\u1ea3n d\u1ecbch n\u00e0y, h\u00e3y t\u1ea3i l\u00ean t\u1ec7p b\u1ea3n d\u1ecbch .srt m\u1edbi. N\u1ebfu b\u1ea1n mu\u1ed1n ch\u1ec9nh s\u1eeda b\u1ea3n d\u1ecbch n\u00e0y, b\u1ea1n c\u00f3 th\u1ec3 t\u1ea3i xu\u1ed1ng, ch\u1ec9nh s\u1eeda v\u00e0 t\u1ea3i l\u1ea1i b\u1ea3n d\u1ecbch hi\u1ec7n t\u1ea1i.", + "Edit": "Ch\u1ec9nh s\u1eeda", + "Edit %(display_name)s (required)": "(Y\u00eau c\u1ea7u) ch\u1ec9nh s\u1eeda %(display_name)s", + "Edit HTML": "Ch\u1ec9nh s\u1eeda HTML", + "Edit Membership": "ch\u1ec9nh s\u1eeda th\u00e0nh vi\u00ean", + "Edit Team": "Ch\u1ec9nh s\u1eeda nh\u00f3m", + "Edit Thumbnail": "S\u1eeda H\u00ecnh \u0111\u1ea1i di\u1ec7n", + "Edit Your Name": "Ch\u1ec9nh s\u1eeda t\u00ean c\u1ee7a b\u1ea1n", + "Edit this certificate?": "Ch\u1ec9nh s\u1eeda ch\u1ee9ng ch\u1ec9 n\u00e0y?", + "Editable": "Ch\u1ec9nh s\u1eeda \u0111\u01b0\u1ee3c", + "Editor": "Tr\u00ecnh bi\u00ean t\u1eadp", + "Education Completed": "H\u1ecdc v\u1ea5n cao nh\u1ea5t", + "Email": "Email", + "Email Address (Sign In)": "\u0110\u1ecba ch\u1ec9 Email (Sign In)", + "Emails successfully sent. The following users are no longer enrolled in the course:": "G\u1eedi email th\u00e0nh c\u00f4ng . Nh\u1eefng th\u00e0nh vi\u00ean sau kh\u00f4ng c\u00f2n ghi danh trong kh\u00f3a h\u1ecdc:", + "Embed": "Nh\u00fang", + "Emoticons": "Bi\u1ec3u t\u01b0\u1ee3ng c\u1ea3m x\u00fac", + "Enabled": "\u0110\u00e3 cho ph\u00e9p", + "Encoding": "M\u00e3 h\u00f3a", + "End My Exam": "K\u1ebft th\u00fac b\u00e0i thi c\u1ee7a t\u00f4i", + "End of transcript. Skip to the start.": "K\u1ebft th\u00fac b\u1ea3n d\u1ecbch. V\u1ec1 \u0111\u1ea7u.", + "Ends {end}": "K\u1ebft th\u00fac {end}", + "Engage with posts": "Quan t\u00e2m \u0111\u1ebfn b\u00e0i \u0111\u0103ng", + "Enrolled": "\u0110\u00e3 \u0111\u0103ng k\u00fd", + "Enrolling you in the selected course": "\u0110ang ghi danh cho kho\u00e1 h\u1ecdc \u0111\u00e3 ch\u1ecdn", + "Enrollment Tracks": "Ch\u01b0\u01a1ng tr\u00ecnh Tuy\u1ec3n sinh", + "Ensure that you can see your photo and read your name": "\u0110\u1ea3m b\u1ea3o r\u1eb1ng b\u1ea1n c\u00f3 th\u1ec3 xem \u1ea3nh c\u1ee7a b\u1ea1n v\u00e0 \u0111\u1ecdc t\u00ean c\u1ee7a b\u1ea1n", + "Enter Due Date and Time": "Nh\u1eadp v\u00e0o h\u1ea1n ch\u00f3t", + "Enter Start Date and Time": "Nh\u1eadp v\u00e0o ng\u00e0y gi\u1edd b\u1eaft \u0111\u1ea7u", + "Enter a student's username or email address.": "Nh\u1eadp t\u00ean \u0111\u0103ng nh\u1eadp ho\u1eb7c email c\u1ee7a h\u1ecdc vi\u00ean.", + "Enter a username or email.": "Nh\u1eadp m\u1ed9t t\u00ean \u0111\u0103ng nh\u1eadp ho\u1eb7c email.", + "Enter and confirm your new password.": "Nh\u1eadp v\u00e0 x\u00e1c nh\u1eadn m\u1eadt kh\u1ea9u m\u1edbi c\u1ee7a b\u1ea1n.", + "Enter information to describe your team. You cannot change these details after you create the team.": "Nh\u1eadp th\u00f4ng tin \u0111\u1ec3 m\u00f4 t\u1ea3 nh\u00f3m c\u1ee7a b\u1ea1n. B\u1ea1n kh\u00f4ng th\u1ec3 thay \u0111\u1ed5i c\u00e1c chi ti\u1ebft n\u00e0y sau khi b\u1ea1n t\u1ea1o nh\u00f3m.", + "Enter some details for your support request.": "Nh\u1eadp m\u1ed9t s\u1ed1 chi ti\u1ebft cho y\u00eau c\u1ea7u h\u1ed7 tr\u1ee3 c\u1ee7a b\u1ea1n.", + "Enter team description.": "Nh\u1eadp gi\u1edbi thi\u1ec7u nh\u00f3m.", + "Enter team name.": "Nh\u1eadp t\u00ean nh\u00f3m.", + "Enter the enrollment code.": "Nh\u1eadp m\u00e3 \u0111\u0103ng k\u00fd ghi danh.", + "Enter the name of the cohort": "Nh\u1eadp t\u00ean c\u1ee7a nh\u00f3m", + "Enter the page number you'd like to quickly navigate to.": "Nh\u1eadp s\u1ed1 trang b\u1ea1n mu\u1ed1n nhanh ch\u00f3ng \u0111i\u1ec1u h\u01b0\u1edbng \u0111\u1ebfn.", + "Enter username or email": "Nh\u1eadp t\u00ean \u0111\u0103ng nh\u1eadp ho\u1eb7c email", + "Enter your ": "Nh\u1eadp c\u1ee7a b\u1ea1n", + "Entrance exam attempts is being reset for student '{student_id}'.": "S\u1ed1 l\u1ea7n ki\u1ec3m tra \u0111\u1ea7u v\u00e0o l\u1ea1i \u0111\u00e3 \u0111\u01b0\u1ee3c c\u00e0i \u0111\u1eb7t l\u1ea1i cho h\u1ecdc sinh '{student_id}'.", + "Entrance exam state is being deleted for student '{student_id}'.": "Tr\u1ea1ng th\u00e1i b\u00e0i ki\u1ec3m tra \u0111\u1ea7u v\u00e0o c\u1ee7a h\u1ecdc vi\u00ean '{student_id}' \u0111ang \u0111\u01b0\u1ee3c x\u00f3a.", + "Error": "L\u1ed7i", + "Error adding learners.": "X\u1ea3y ra l\u1ed7i khi th\u00eam h\u1ecdc vi\u00ean.", + "Error adding user": "X\u1ea3y ra l\u1ed7i khi th\u00eam th\u00e0nh vi\u00ean", + "Error adding/removing users as beta testers.": "L\u1ed7i khi th\u00eam/b\u1ecf th\u00e0nh vi\u00ean b\u1ea3n th\u1eed nghi\u1ec7m.", + "Error changing user's permissions.": "L\u1ed7i khi thay quy\u1ec1n h\u1ea1n c\u1ee7a ng\u01b0\u1eddi d\u00f9ng.", + "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "L\u1ed7i khi x\u00f3a tr\u1ea1ng th\u00e1i b\u00e0i ki\u1ec3m tra \u0111\u1ea7u v\u00e0o c\u1ee7a h\u1ecdc vi\u00ean '{student_id}'. Xin ki\u1ec3m tra xem t\u00ean c\u1ee7a h\u1ecdc vi\u00ean vi\u1ebft \u0111\u00e3 \u0111\u00fang ch\u01b0a.", + "Error deleting student '<%- student_id %>'s state on problem '<%- problem_id %>'. Make sure that the problem and student identifiers are complete and correct.": "L\u1ed7i xo\u00e1 t\u00ecnh tr\u1ea1ng sinh vi\u00ean '<%- student_id %>'s l\u00e0m b\u00e0i t\u1eadp '<%- problem_id %>'. H\u00e3y ki\u1ec3m tra xem t\u00ean c\u1ee7a c\u00e2u h\u1ecfi v\u00e0 t\u00ean c\u1ee7a h\u1ecdc vi\u00ean vi\u1ebft \u0111\u00e3 \u0111\u1ea7y \u0111\u1ee7 v\u00e0 \u0111\u00fang ch\u01b0a.", + "Error enrolling/unenrolling users.": "L\u1ed7i khi ghi danh/h\u1ee7y ghi danh th\u00e0nh vi\u00ean.", + "Error generating ORA data report. Please try again.": "L\u1ed7i khi t\u1ea1o b\u00e1o c\u00e1o d\u1eef li\u1ec7u ORA. Vui l\u00f2ng th\u1eed l\u1ea1i.", + "Error generating grades. Please try again.": "L\u1ed7i khi xu\u1ea5t \u0111i\u1ec3m s\u1ed1. Vui l\u00f2ng th\u1eed l\u1ea1i.", + "Error generating list of students who may enroll. Please try again.": "X\u1ea3y ra l\u1ed7i khi xu\u1ea5t danh s\u00e1ch h\u1ecdc vi\u00ean c\u00f3 th\u1ec3 ghi danh. Xin vui l\u00f2ng th\u1eed l\u1ea1i.", + "Error generating problem grade report. Please try again.": "L\u1ed7i khi xu\u1ea5t b\u1ea3ng \u0111i\u1ec3m. Vui l\u00f2ng th\u1eed l\u1ea1i.", + "Error generating proctored exam results. Please try again.": "\u0110\u00e3 c\u00f3 l\u1ed7i x\u1ea3y ra khi ph\u00e1t k\u1ebft qu\u1ea3 thi. Xin vui l\u00f2ng th\u1eed l\u1ea1i l\u1ea7n n\u1eefa.", + "Error generating student profile information. Please try again.": "X\u1ea3y ra l\u1ed7i khi xu\u1ea5t th\u00f4ng tin h\u1ed3 s\u01a1 h\u1ecdc vi\u00ean. Xin vui l\u00f2ng th\u1eed l\u1ea1i.", + "Error generating survey results. Please try again.": "L\u1ed7i khi t\u1ea1o k\u1ebft qu\u1ea3 kh\u1ea3o s\u00e1t. Vui l\u00f2ng th\u1eed l\u1ea1i.", + "Error getting enrollment status for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "Kh\u00f4ng th\u1ec3 t\u00ecm th\u1ea5y tr\u1ea1ng th\u00e1i \u0111\u0103ng k\u00fd c\u1ee7a '<%- student_id %>'. H\u00e3y \u0111\u1ea3m b\u1ea3o m\u00e3 sinh vi\u00ean \u0111\u01b0\u1ee3c g\u00f5 \u0111\u00fang.", + "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "L\u1ed7i khi truy xu\u1ea5t l\u1ecbch s\u1eed c\u00e1c b\u00e0i ki\u1ec3m tra \u0111\u1ea7u v\u00e0o c\u1ee7a h\u1ecdc vi\u00ean '{student_id}'. Xin ki\u1ec3m tra xem t\u00ean c\u1ee7a h\u1ecdc vi\u00ean vi\u1ebft \u0111\u00e3 \u0111\u00fang ch\u01b0a.", + "Error getting issued certificates list.": "l\u1ed7i khi nh\u1eadn danh s\u00e1ch ch\u1ee9ng ch\u1ec9 \u0111\u00e3 ph\u00e1t h\u00e0nh.", + "Error getting student list.": "L\u1ed7i khi xem danh s\u00e1ch h\u1ecdc vi\u00ean.", + "Error getting student progress url for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "L\u1ed7i \u0111\u1ecba ch\u1ec9 sinh vi\u00ean '<%- student_id %>'. H\u00e3y \u0111\u1ea3m b\u1ea3o m\u00e3 sinh vi\u00ean \u0111\u01b0\u1ee3c g\u00f5 \u0111\u00fang.", + "Error getting task history for problem '<%- problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "L\u1ed7i ki\u1ec3m tra qua tr\u00ecnh l\u00e0m b\u00e0i '<%- problem_id %>' c\u1ee7a sinh vi\u00ean '<%- student_id %>'. H\u00e3y ki\u1ec3m tra xem t\u00ean c\u1ee7a c\u00e2u h\u1ecfi v\u00e0 t\u00ean c\u1ee7a h\u1ecdc vi\u00ean vi\u1ebft \u0111\u00e3 \u0111\u1ea7y \u0111\u1ee7 v\u00e0 \u0111\u00fang ch\u01b0a.", + "Error importing course": "X\u1ea3y ra l\u1ed7i khi nh\u1eadp kh\u00f3a h\u1ecdc", + "Error listing task history for this student and problem.": "L\u1ed7i khi xem l\u1ecbch s\u1eed t\u00e1c v\u1ee5 c\u1ee7a h\u1ecdc vi\u00ean v\u00e0 c\u00e2u h\u1ecfi n\u00e0y.", + "Error removing user": "X\u1ea3y ra l\u1ed7i khi xo\u00e1 th\u00e0nh vi\u00ean", + "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "L\u1ed7i khi t\u00e1i thi\u1ebft l\u1eadp s\u1ed1 l\u1ea7n thi th\u1eed \u0111\u1ea7u v\u00e0o c\u1ee7a h\u1ecdc vi\u00ean '{student_id}'. Xin h\u00e3y ki\u1ec3m tra l\u1ea1i danh t\u00ednh h\u1ecdc vi\u00ean cho chu\u1ea9n x\u00e1c.", + "Error retrieving grading configuration.": "L\u1ed7i khi xem k\u1ebft c\u1ea5u \u0111i\u1ec3m.", + "Error sending email.": "L\u1ed7i khi g\u1eedi email.", + "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "L\u1ed7i khi b\u1eaft \u0111\u1ea7u t\u00e1c v\u1ee5 ch\u1ea5m l\u1ea1i b\u00e0i thi \u0111\u1ea7u v\u00e0o cho h\u1ecdc vi\u00ean '{student_id}'. H\u00e3y ki\u1ec3m tra l\u1ea1i xem b\u00e0i thi c\u00f3 \u00edt nh\u1ea5t m\u1ed9t c\u00e2u h\u1ecfi v\u00e0 danh t\u00ednh h\u1ecdc vi\u00ean l\u00e0 ch\u00ednh x\u00e1c.", + "Error starting a task to reset attempts for all students on problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "L\u1ed7i khi b\u1eaft \u0111\u1ea7u t\u00e1c v\u1ee5 t\u00e1i thi\u1ebft l\u1eadp s\u1ed1 l\u1ea7n t\u1ea5t c\u1ea3 c\u00e1c h\u1ecdc vi\u00ean c\u00f3 quy\u1ec1n n\u1ed9p b\u00e0i \u0111\u1ed1i v\u1edbi c\u00e2u h\u1ecfi '<%- problem_id %>'. Xin ki\u1ec3m tra xem t\u00ean c\u1ee7a c\u00e2u h\u1ecfi vi\u1ebft \u0111\u00e3 \u0111\u1ea7y \u0111\u1ee7 v\u00e0 \u0111\u00fang ch\u01b0a.", + "Error while generating certificates. Please try again.": "L\u1ed7i x\u1ea3 ra khi t\u1ea1o ch\u1ee9ng ch\u1ec9. Xin vui l\u00f2ng th\u1eed l\u1ea1i.", + "Error while regenerating certificates. Please try again.": "L\u1ed7i trong khi t\u1ea1o l\u1ea1i ch\u1ee9ng ch\u1ec9.Th\u1eed l\u1ea1i", + "Error.": "L\u1ed7i", + "Error:": "L\u1ed7i:", + "Error: ": "L\u1ed7i:", + "Error: Choosing failed.": "L\u1ed7i: Ch\u1ecdn kh\u00f4ng th\u00e0nh c\u00f4ng.", + "Error: Connection with server failed.": "L\u1ed7i: K\u1ebft n\u1ed1i v\u1edbi m\u00e1y ch\u1ee7 kh\u00f4ng th\u00e0nh c\u00f4ng.", + "Error: Import failed.": "L\u1ed7i: Nh\u1eadp v\u00e0o kh\u00f4ng th\u00e0nh c\u00f4ng.", + "Error: Replacing failed.": "L\u1ed7i: Thay th\u1ebf kh\u00f4ng th\u00e0nh c\u00f4ng.", + "Error: Uploading failed.": "L\u1ed7i: T\u1ea3i l\u00ean kh\u00f4ng th\u00e0nh c\u00f4ng.", + "Error: User '<%- username %>' has not yet activated their account. Users must create and activate their accounts before they can be assigned a role.": "L\u1ed7i: Ng\u01b0\u1eddi d\u00f9ng '<%- username %>' ch\u01b0a k\u00edch ho\u1ea1t t\u00e0i kho\u1ea3n c\u1ee7a h\u1ecd. Ng\u01b0\u1eddi d\u00f9ng ph\u1ea3i t\u1ea1o v\u00e0 k\u00edch ho\u1ea1t t\u00e0i kho\u1ea3n c\u1ee7a h\u1ecd tr\u01b0\u1edbc khi h\u1ecd c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c x\u1ebfp l\u1edbp.", + "Error: You cannot remove yourself from the Instructor group!": "Error: You cannot remove yourself from the Instructor group!", + "Errors": "L\u1ed7i", + "Everyone who has staff privileges in this course": "T\u1ea5t c\u1ea3 nh\u1eefng ng\u01b0\u1eddi c\u00f3 quy\u1ec1n nh\u00e2n vi\u00ean trong kh\u00f3a h\u1ecdc n\u00e0y", + "Exam Types": "Lo\u1ea1i B\u00e0i thi", + "Exit full browser": "Tho\u00e1t kh\u1ecfi ch\u1ebf \u0111\u1ed9 to\u00e0n m\u00e0n h\u00ecnh", + "Expand All": "M\u1edf r\u1ed9ng t\u1ea5t c\u1ea3", + "Expand Instructions": "M\u1edf r\u1ed9ng h\u01b0\u1edbng d\u1eabn", + "Explanation": "Gi\u1ea3i th\u00edch", + "Explicitly Hiding from Students": "Explicitly Hiding from Students", + "Failed to delete student state for user.": "Kh\u00f4ng th\u1ec3 x\u00f3a tr\u1ea1ng th\u00e1i l\u00e0 sinh vi\u00ean c\u1ee7a ng\u01b0\u1eddi d\u00f9ng.", + "Failed to rescore problem for user.": "Kh\u00f4ng th\u1ec3 ch\u1ea5m \u0111i\u1ec3m l\u1ea1i c\u00e2u h\u1ecfi cho ng\u01b0\u1eddi d\u00f9ng.", + "Failed to rescore problem to improve score for user.": "Kh\u00f4ng th\u1ec3 ch\u1ea5m \u0111i\u1ec3m l\u1ea1i \u0111\u1ec3 c\u1ea3i thi\u1ec7n \u0111i\u1ec3m s\u1ed1 cho ng\u01b0\u1eddi s\u1eed d\u1ee5ng.", + "Failed to reset attempts for user.": "Ph\u00e1t sinh l\u1ed7i khi thi\u1ebft l\u1eadp l\u1ea1i s\u1ed1 l\u1ea7n n\u1ed9p b\u00e0i cho ng\u01b0\u1eddi d\u00f9ng.", + "File": "T\u1ec7p tin", + "File Name": "T\u00ean T\u1ec7p", + "File format not supported. Please upload a file with a {ext} extension.": "\u0110\u1ecbnh d\u1ea1ng t\u1ec7p kh\u00f4ng \u0111\u01b0\u1ee3c h\u1ed7 tr\u1ee3. Vui l\u00f2ng t\u1ea3i l\u00ean t\u1ec7p c\u00f3 \u0111u\u00f4i {ext}.", + "File upload succeeded": "T\u1ea3i t\u1ec7p l\u00ean th\u00e0nh c\u00f4ng", + "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "T\u1ec7p {filename} v\u01b0\u1ee3t qu\u00e1 k\u00edch th\u01b0\u1edbc t\u1ed1i \u0111a {maxFileSizeInMBs} MB", + "Files must be in JPEG or PNG format.": "T\u1eadp tin ph\u1ea3i thu\u1ed9c \u0111\u1ecbnh d\u1ea1ng JPEG ho\u1eb7c PNG. ", + "Files that you upload must be PDFs or image files in .gif, .jpg, .jpeg, or .png format.": "T\u1ec7p b\u1ea1n t\u1ea3i l\u00ean ph\u1ea3i l\u00e0 PDF ho\u1eb7c h\u00ecnh \u1ea3nh c\u00f3 \u0111\u1ecbnh d\u1ea1ng .gif, .jpg, .jpeg, ho\u1eb7c .png.", + "Files that you upload must be smaller than 5MB in size.": "T\u1ec7p b\u1ea1n t\u1ea3i l\u00ean ph\u1ea3i c\u00f3 dung l\u01b0\u1ee3ng nh\u1ecf h\u01a1n 5MB.", + "Fill browser": "To\u00e0n m\u00e0n h\u00ecnh", + "Filter": "L\u1ecdc", + "Financial Assistance": "H\u1ed7 tr\u1ee3 T\u00e0i ch\u00ednh", + "Find": "T\u00ecm", + "Find and replace": "T\u00ecm v\u00e0 thay th\u1ebf", + "Find answers to the top questions asked by learners.": "T\u00ecm c\u00e2u tr\u1ea3 l\u1eddi cho c\u00e1c c\u00e2u h\u1ecfi h\u00e0ng \u0111\u1ea7u c\u1ee7a ng\u01b0\u1eddi h\u1ecdc.", + "Find discussions": "T\u00ecm ki\u1ebfm th\u1ea3o lu\u1eadn", + "Find next": "T\u00ecm ph\u1ea7n ti\u1ebfp", + "Find previous": "T\u00ecm ph\u1ea7n tr\u01b0\u1edbc", + "Finish": "Ho\u00e0n t\u1ea5t", + "Font Family": "H\u1ecd font", + "Font Sizes": "K\u00edch th\u01b0\u1edbc font", + "Footer": "Footer", + "For grading to work, you must change all {oldName} subsections to {newName}.": "\u0110\u1ec3 ph\u00e2n lo\u1ea1i l\u00e0m vi\u1ec7c, b\u1ea1n ph\u1ea3i thay \u0111\u1ed5i t\u1ea5t c\u1ea3 c\u00e1c m\u1ee5c con {oldName} th\u00e0nh {newName}.", + "Format": "\u0110\u1ecbnh d\u1ea1ng", + "Formats": "C\u00e1c \u0111\u1ecbnh d\u1ea1ng", + "Frequently Asked Questions": "C\u00e1c c\u00e2u h\u1ecfi th\u01b0\u1eddng g\u1eb7p", + "Full Name": "T\u00ean \u0111\u1ea7y \u0111\u1ee7", + "Full Profile": "H\u1ed3 s\u01a1 \u0111\u1ea7y \u0111\u1ee7", + "Fullscreen": "To\u00e0n m\u00e0n h\u00ecnh", + "Fully Supported": "H\u1ed7 tr\u1ee3 ho\u00e0n to\u00e0n", + "Gender": "Gi\u1edbi t\u00ednh", + "General": "Chung", + "General Proctored Exam Rules": "Quy t\u1eafc Chung v\u1ec1 Thi C\u00f3 gi\u00e1m s\u00e1t", + "Get Credit": "L\u1ea5y t\u00edn ch\u1ec9", + "Go to Dashboard": "\u0110i \u0111\u1ebfn b\u1ea3ng \u0111i\u1ec1u khi\u1ec3n", + "Go to my Dashboard": "Chuy\u1ec3n \u0111\u1ebfn b\u1ea3ng th\u00f4ng tin c\u1ee7a t\u00f4i", + "Go to {platform} Home": "Chuy\u1ec3n \u0111\u1ebfn Trang ch\u1ee7 {platform}", + "Government-Issued Photo ID": "H\u00ecnh \u1ea3nh ID \u0111\u01b0\u1ee3c c\u1ea5p b\u1edbi ch\u00ednh ph\u1ee7", + "Grace period must be specified in HH:MM format.": "Th\u1eddi gian gia h\u1ea1n ph\u1ea3i \u0111\u01b0\u1ee3c x\u00e1c \u0111\u1ecbnh trong \u0111\u1ecbnh d\u1ea1ng HH:MM", + "Grade": "\u0110i\u1ec3m", + "Grade as:": "Ph\u00e2n lo\u1ea1i:", + "Graded as:": "Ph\u00e2n lo\u1ea1i:", + "Grading": "\u0110\u00e1nh Gi\u00e1", + "Group": "Nh\u00f3m", + "Group %s": "Nh\u00f3m %s", + "Group A": "Nh\u00f3m A", + "Group B": "Nh\u00f3m B", + "Group Configuration ID": "ID C\u1ea5u h\u00ecnh Nh\u00f3m", + "Group Configuration Name": "T\u00ean C\u1ea5u h\u00ecnh Nh\u00f3m", + "Group Configuration information": "Th\u00f4ng tin c\u1ea5u h\u00ecnh nh\u00f3m", + "Group Configuration name is required.": "Y\u00eau c\u1ea7u t\u00ean c\u1ee7a C\u1ea5u H\u00ecnh Nh\u00f3m.", + "Group information": "Th\u00f4ng tin v\u1ec1 nh\u00f3m", + "Group name is required": "Y\u00eau c\u1ea7u t\u00ean nh\u00f3m ", + "Groups": "Nh\u00f3m", + "H Align": "H Align", + "HTML preview of post": "Xem d\u1ea1ng HTML", + "HTML source code": "M\u00e3 ngu\u1ed3n HTML", + "Header": "Header ", + "Header 1": "Header 1", + "Header 2": "Header 2", + "Header 3": "Header 3", + "Header 4": "Header 4", + "Header 5": "Header 5", + "Header 6": "Header 6", + "Header cell": "Header cell", + "Headers": "Headers", + "Heading": "Ti\u00eau \u0111\u1ec1", + "Heading (Ctrl+H)": "Ti\u00eau \u0111\u1ec1 (Ctrl+H)", + "Heading 1": "Ti\u00eau \u0111\u1ec1 1", + "Heading 2": "Ti\u00eau \u0111\u1ec1 2", + "Heading 3": "Ti\u00eau \u0111\u1ec1 3", + "Heading 4": "Heading 4", + "Heading 5": "Heading 5", + "Heading 6": "Heading 6", + "Headings": "Headings", + "Height": "Chi\u1ec1u cao", + "Help Translate into {beta_language}": "Tr\u1ee3 gi\u00fap d\u1ecbch sang {beta_language}", + "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "Gi\u00fap h\u1ecdc vi\u00ean kh\u00e1c quy\u1ebft \u0111\u1ecbnh vi\u1ec7c tham gia nh\u00f3m c\u1ee7a b\u1ea1n b\u1eb1ng c\u00e1ch ch\u1ec9 \u0111\u1ecbnh m\u1ed9t s\u1ed1 \u0111\u1eb7c tr\u01b0ng cho nh\u00f3m c\u1ee7a b\u1ea1n. Ch\u1ecdn m\u1ed9t c\u00e1ch c\u1ea9n th\u1eadn, b\u1edfi v\u00ec \u00edt ng\u01b0\u1eddi c\u00f3 th\u1ec3 quan t\u00e2m \u0111\u1ebfn vi\u1ec7c gia nh\u1eadp nh\u00f3m c\u1ee7a b\u1ea1n n\u1ebfu n\u00f3 c\u00f3 v\u1ebb qu\u00e1 h\u1ea1n ch\u1ebf.", + "Hide": "D\u1ea5u \u0111i", + "Hide Annotations": "\u1ea8n ch\u00fa th\u00edch", + "Hide Deprecated Settings": "\u1ea8n C\u00e0i \u0110\u1eb7t Kh\u1ea3 Th\u1ebf", + "Hide Discussion": "\u1ea8n th\u1ea3o lu\u1eadn", + "Hide Previews": "\u1ea8n Xem tr\u01b0\u1edbc", + "Hide closed captions": "\u1ea9n ph\u1ee5 \u0111\u1ec1", + "Hide content after course end date": "\u1ea8n n\u1ed9i dung sau ng\u00e0y k\u1ebft th\u00fac kh\u00f3a h\u1ecdc", + "Hide content after due date": "\u1ea8n n\u1ed9i dung sau ng\u00e0y \u0111\u00e1o h\u1ea1n", + "Hide entire subsection": "\u1ea8n to\u00e0n b\u1ed9 ph\u1ea7n con", + "Hide from learners": "\u1ea8n v\u1edbi h\u1ecdc vi\u00ean", + "Hide notes": "\u1ea8n ghi ch\u00fa", + "Hiding from Students": "\u1ea8n v\u1edbi c\u00e1c H\u1ecdc vi\u00ean", + "High Definition": "\u0110\u1ed9 n\u00e9t Cao", + "Highlighted text": "Ch\u1eef t\u00f4 \u0111\u1eadm", + "Highlights for {display_name}": "L\u00e0m n\u1ed5i b\u1eadt {display_name}", + "Horizontal Rule (Ctrl+R)": "D\u00f2ng k\u1ebb ngang (Ctrl+R)", + "Horizontal line": "\u0110\u01b0\u1eddng ngang", + "Horizontal space": "Kh\u00f4ng gian ngang", + "How to create useful text alternatives.": "L\u00e0m th\u1ebf n\u00e0o \u0111\u1ec3 t\u1ea1o ra v\u0103n b\u1ea3n thay th\u1ebf h\u1eefu \u00edch.", + "How to use %(platform_name)s discussions": "C\u00e1ch th\u1ea3o lu\u1eadn tr\u00ean %(platform_name)s", + "Hyperlink (Ctrl+L)": "Li\u00ean k\u1ebft (Ctrl+L)", + "ID": "ID", + "ID-Verification is not required for this Professional Education course.": "Kho\u00e1 h\u1ecdc cao c\u1ea5p n\u00e0y kh\u00f4ng y\u00eau c\u1ea7u x\u00e1c nh\u1eadn ID.", + "Identity Verification In Progress": "Vi\u1ec7c x\u00e1c nh\u1eadn danh t\u00ednh \u0111ang \u0111\u01b0\u1ee3c ti\u1ebfn h\u00e0nh", + "If the course does not have an end date, learners always see their scores when they submit answers to assessments.": "N\u1ebfu kh\u00f3a h\u1ecdc kh\u00f4ng c\u00f3 ng\u00e0y k\u1ebft th\u00fac, ng\u01b0\u1eddi h\u1ecdc s\u1ebd lu\u00f4n th\u1ea5y \u0111i\u1ec3m c\u1ee7a h\u1ecd khi h\u1ecd g\u1eedi c\u00e2u tr\u1ea3 l\u1eddi cho c\u00e1c b\u00e0i \u0111\u00e1nh gi\u00e1.", + "If the subsection does not have a due date, learners always see their scores when they submit answers to assessments.": "N\u1ebfu ph\u1ea7n con kh\u00f4ng c\u00f3 ng\u00e0y \u0111\u1ebfn h\u1ea1n, ng\u01b0\u1eddi h\u1ecdc s\u1ebd lu\u00f4n th\u1ea5y \u0111i\u1ec3m c\u1ee7a h\u1ecd khi h\u1ecd n\u1ed9p c\u00e2u tr\u1ea3 l\u1eddi cho c\u00e1c \u0111\u00e1nh gi\u00e1.", + "If the unit was previously published and released to learners, any changes you made to the unit when it was hidden will now be visible to learners.": "N\u1ebfu \u0111\u01a1n v\u1ecb n\u00e0y \u0111\u00e3 \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n v\u00e0 ph\u00e1t h\u00e0nh cho ng\u01b0\u1eddi h\u1ecdc, b\u1ea5t k\u1ef3 thay \u0111\u1ed5i n\u00e0o b\u1ea1n th\u1ef1c hi\u1ec7n cho \u0111\u01a1n v\u1ecb khi n\u00f3 \u0111\u00e3 \u1ea9n s\u1ebd hi\u1ec3n th\u1ecb cho ng\u01b0\u1eddi h\u1ecdc.", + "If the unit was previously published and released to students, any changes you made to the unit when it was hidden will now be visible to students. Do you want to proceed?": "N\u1ebfu \u0111\u01a1n v\u1ecb n\u00e0y \u0111\u00e3 \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n v\u00e0 ph\u00e1t h\u00e0nh cho h\u1ecdc vi\u00ean, c\u00e1c thay \u0111\u1ed5i m\u00e0 b\u1ea1n \u0111\u00e3 th\u1ef1c hi\u1ec7n tr\u00ean \u0111\u01a1n v\u1ecb khi n\u00f3 \u0111\u01b0\u1ee3c \u1ea9n s\u1ebd \u0111\u01b0\u1ee3c hi\u1ec7n l\u00ean \u0111\u1ed1i v\u1edbi h\u1ecdc vi\u00ean. B\u1ea1n c\u00f3 mu\u1ed1n ti\u1ebfp t\u1ee5c?", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "N\u1ebfu b\u1ea1n kh\u00f4ng x\u00e1c minh danh t\u00ednh c\u1ee7a b\u1ea1n b\u00e2y gi\u1edd, b\u1ea1n v\u1eabn c\u00f3 th\u1ec3 kh\u00e1m ph\u00e1 kh\u00f3a h\u1ecdc c\u1ee7a b\u1ea1n t\u1eeb b\u1ea3ng \u0111i\u1ec1u khi\u1ec3n c\u1ee7a b\u1ea1n. B\u1ea1n s\u1ebd nh\u1eadn \u0111\u01b0\u1ee3c nh\u1eafc nh\u1edf \u0111\u1ecbnh k\u1ef3 t\u1eeb %(platformName)s l\u00e0 \u0111\u1ec3 x\u00e1c minh danh t\u00ednh c\u1ee7a b\u1ea1n.", + "If you make significant changes, make sure you notify members of the team before making these changes.": "Trong tr\u01b0\u1eddng h\u1ee3p b\u1ea1n mu\u1ed1n t\u1ea1o ra nh\u1eefng thay \u0111\u1ed5i l\u1edbn, b\u1ea1n n\u00ean th\u00f4ng b\u00e1o tr\u01b0\u1edbc v\u1edbi c\u00e1c th\u00e0nh vi\u00ean c\u1ee7a nh\u00f3m v\u1ec1 nh\u1eefng thay \u0111\u1ed5i n\u00e0y.", + "If you make this %(xblockType)s visible to learners, learners will be able to see its content after the release date has passed and you have published the unit. Only units that are explicitly hidden from learners will remain hidden after you clear this option for the %(xblockType)s.": "N\u1ebfu b\u1ea1n l\u00e0m cho %(xblockType)s n\u00e0y hi\u1ec3n th\u1ecb v\u1edbi ng\u01b0\u1eddi h\u1ecdc, ng\u01b0\u1eddi h\u1ecdc s\u1ebd c\u00f3 th\u1ec3 xem n\u1ed9i dung c\u1ee7a n\u00f3 sau ng\u00e0y ph\u00e1t h\u00e0nh v\u00e0 sau khi b\u1ea1n \u0111\u00e3 xu\u1ea5t b\u1ea3n \u0111\u01a1n v\u1ecb. Ch\u1ec9 c\u00f3 nh\u1eefng \u0111\u01a1n v\u1ecb \u1ea9n \u0111\u1ed1i v\u1edbi ng\u01b0\u1eddi h\u1ecdc s\u1ebd v\u1eabn \u1ea9n sau khi b\u1ea1n \u0111\u00e3 xo\u00e1 t\u00f9y ch\u1ecdn n\u00e0y cho %(xblockType)s.", + "If you select an option other than \"%(hide_label)s\", published units in this subsection become available to learners unless they are explicitly hidden.": "N\u1ebfu b\u1ea1n ch\u1ecdn m\u1ed9t t\u00f9y ch\u1ecdn kh\u00e1c v\u1edbi \"%(hide_label)s\", nh\u1eefng \u0111\u01a1n v\u1ecb \u0111\u00e3 xu\u1ea5t b\u1ea3n trong ph\u1ea7n con n\u00e0y s\u1ebd su\u1ea5t hi\u1ec7n cho ng\u01b0\u1eddi h\u1ecdc tr\u1eeb khi ch\u00fang \u0111\u01b0\u1ee3c \u1ea9n m\u1ed9t c\u00e1ch r\u00f5 r\u00e0ng.", + "If you still wish to continue and delete your account, please enter your account password:": "N\u1ebfu b\u1ea1n v\u1eabn mu\u1ed1n ti\u1ebfp t\u1ee5c v\u00e0 x\u00f3a t\u00e0i kho\u1ea3n c\u1ee7a m\u00ecnh, vui l\u00f2ng nh\u1eadp m\u1eadt kh\u1ea9u t\u00e0i kho\u1ea3n c\u1ee7a b\u1ea1n:", + "If you use the Advanced Editor, this problem will be converted to XML and you will not be able to return to the Simple Editor Interface.\n\nProceed to the Advanced Editor and convert this problem to XML?": "N\u1ebfu b\u1ea1n s\u1eed d\u1ee5ng b\u1ed9 so\u1ea1n th\u1ea3o cao c\u1ea5p, b\u00e0i t\u1eadp n\u00e0y s\u1ebd \u0111\u01b0\u1ee3c chuy\u1ec3n sang \u0111\u1ecbnh d\u1ea1ng XML v\u00e0 b\u1ea1n s\u1ebd kh\u00f4ng th\u1ec3 quay tr\u1edf l\u1ea1i b\u1ed9 so\u1ea1n th\u1ea3o \u0111\u01a1n gi\u1ea3n \u0111\u01b0\u1ee3c n\u1eefa.\n\nB\u1ea1n c\u00f3 mu\u1ed1n s\u1eed d\u1ee5ng b\u1ed9 so\u1ea1n th\u1ea3o cao c\u1ea5p v\u00e0 chuy\u1ec3n \u0111\u1ecbnh d\u1ea1ng b\u00e0i t\u1eadp th\u00e0nh XML?", + "Ignore": "B\u1ecf qua", + "Ignore all": "B\u1ecf qua t\u1ea5t c\u1ea3", + "Image": "H\u00ecnh \u1ea3nh", + "Image (Ctrl+G)": "H\u00ecnh \u1ea2nh (Ctrl+G)", + "Image Description": "H\u00ecnh \u1ea3nh m\u00f4 t\u1ea3", + "Image Upload Error": "L\u1ed7i t\u1ea3i \u1ea3nh l\u00ean", + "Image description": "Ch\u00fa th\u00edch \u1ea3nh", + "Image must be in PNG format": "H\u00ecnh \u1ea3nh ph\u1ea3i c\u00f3 \u0111\u1ecbnh d\u1ea1ng PNG", + "Image must be in PNG format.": "H\u00ecnh \u1ea3nh ph\u1ea3i \u1edf \u0111\u1ecbnh d\u1ea1ng PNG.", + "Image upload failed": "T\u1ea3i l\u00ean h\u00ecnh \u1ea3nh kh\u00f4ng th\u00e0nh c\u00f4ng", + "Image upload failed. ": "T\u1ea3i l\u00ean h\u00ecnh \u1ea3nh kh\u00f4ng th\u00e0nh c\u00f4ng", + "Import YouTube Transcript": "Nh\u1eadp B\u1ea3n d\u1ecbch YouTube", + "In Progress": "Trong ti\u1ebfn tr\u00ecnh", + "In the {linkStart}Course Outline{linkEnd}, use this group to control access to a component.": "Trong {linkStart}\u0110\u1ec1 c\u01b0\u01a1ng Kh\u00f3a h\u1ecdc{linkEnd}, s\u1eed d\u1ee5ng nh\u00f3m n\u00e0y \u0111\u1ec3 ki\u1ec3m so\u00e1t truy c\u1eadp v\u00e0o m\u1ed9t th\u00e0nh ph\u1ea7n.", + "Incorrect url format.": "\u0110\u1ecbnh d\u1ea1ng url kh\u00f4ng ch\u00ednh x\u00e1c.", + "Increase indent": "T\u0103ng th\u1ee5t \u0111\u1ea7u d\u00f2ng", + "Inheriting Student Visibility": "K\u1ebf th\u1eeba Hi\u1ec3n th\u1ecb Sinh vi\u00ean", + "Inline": "Inline", + "Insert": "Ch\u00e8n", + "Insert Hyperlink": "Nh\u1eadp \u0110\u01b0\u1eddng D\u1eabn ", + "Insert Image (upload file or type URL)": "Ch\u00e8n h\u00ecnh \u1ea3nh (t\u1ec7p t\u1ea3i l\u00ean ho\u1eb7c nh\u1eadp URL)", + "Insert column after": "Th\u00eam c\u1ed9t v\u00e0o sau", + "Insert column before": "Th\u00eam c\u1ed9t v\u00e0o tr\u01b0\u1edbc", + "Insert date/time": "Ch\u00e8n ng\u00e0y th\u00e1ng v\u00e0 th\u1eddi gian", + "Insert image": "Ch\u00e8n h\u00ecnh \u1ea3nh", + "Insert link": "Ch\u00e8n li\u00ean k\u1ebft", + "Insert row after": "Th\u00eam h\u00e0ng v\u00e0o sau", + "Insert row before": "Th\u00eam h\u00e0ng v\u00e0o tr\u01b0\u1edbc", + "Insert table": "Ch\u00e8n b\u1ea3ng", + "Insert template": "Ch\u00e8n m\u1eabu", + "Insert video": "Ch\u00e8n video", + "Insert/Edit Image": "Ch\u00e8n/S\u1eeda h\u00ecnh \u1ea3nh", + "Insert/edit image": "Ch\u00e8n/s\u1eeda h\u00ecnh \u1ea3nh", + "Insert/edit link": "Ch\u00e8n/s\u1eeda li\u00ean k\u1ebft", + "Insert/edit video": "Ch\u00e8n/s\u1eeda video", + "Instructor Biography": "Ti\u1ec3u s\u1eed Gi\u1ea3ng vi\u00ean", + "Instructor Name": "T\u00ean Gi\u1ea3ng vi\u00ean", + "Instructor Photo": "\u1ea2nh Gi\u1ea3ng vi\u00ean", + "Instructor Photo URL": "URL \u1ea2nh Gi\u1ea3ng vi\u00ean", + "Instructor Title": "Ch\u1ee9c v\u1ee5 Gi\u1ea3ng vi\u00ean", + "Instructor tools": "C\u00f4ng c\u1ee5 gi\u1ea3ng d\u1ea1y", + "Internal Server Error.": "L\u1ed7i M\u00e1y ch\u1ee7 N\u1ed9i b\u1ed9.", + "Introduction to Cookie Baking": "Gi\u1edbi thi\u1ec7u v\u1ec1 Cookie Baking", + "Invalid email address: {email}": "\u0110\u1ecba ch\u1ec9 email kh\u00f4ng h\u1ee3p l\u1ec7: {email}", + "Is Visible To:": "Xem \u0111\u01b0\u1ee3c b\u1edfi:", + "Is this OK?": "\u0110\u1ed3ng \u00fd kh\u00f4ng?", + "Is your name on your ID readable?": "T\u00ean c\u1ee7a b\u1ea1n tr\u00ean ch\u1ee9ng minh nh\u00e2n d\u00e2n c\u00f3 d\u1ec5 d\u00e0ng \u0111\u1ecdc \u0111u\u1ee3c kh\u00f4ng?", + "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "Ch\u00fang t\u00f4i \u0111\u1ec1 ngh\u1ecb c\u00f3 b\u1ed1n ho\u1eb7c \u00edt h\u01a1n ng\u01b0\u1eddi k\u00fd t\u00ean. N\u1ebfu b\u1ea1n c\u00f3 ch\u1eef k\u00fd b\u1ed5 sung, h\u00e3y xem tr\u01b0\u1edbc ch\u1ee9ng ch\u1ec9 trong Ch\u1ebf \u0111\u1ed9 xem In \u0111\u1ec3 \u0111\u1ea3m b\u1ea3o ch\u1ee9ng ch\u1ec9 s\u1ebd in ch\u00ednh x\u00e1c tr\u00ean m\u1ed9t trang.", + "Italic": "In nghi\u00eang", + "Italic (Ctrl+I)": "In nghi\u00eang (Ctrl+I)", + "Join Team": "Tham gia nh\u00f3m", + "Joined": "\u0110\u00e3 tham gia", + "Joined %(date)s": "Tham gia ng\u00e0y %(date)s", + "Joined Date": "Ng\u00e0y tham gia", + "Justify": "C\u0103n \u0111\u1ec1u hai b\u00ean", + "KB": "KB", + "Key should only contain letters, numbers, _, or -": "Key ch\u1ec9 n\u00ean ch\u1ee9a c\u00e1c ch\u1eef c\u00e1i, con s\u1ed1, _, ho\u1eb7c -", + "Keywords": "T\u1eeb kh\u00f3a", + "LEARN MORE": "T\u00ecm hi\u1ec3u th\u00eam", + "Language": "Ng\u00f4n ng\u1eef", + "Large": "L\u1edbn", + "Last Activity %(date)s": "Ho\u1ea1t \u0111\u1ed9ng g\u1ea7n nh\u1ea5t %(date)s", + "Last Edited:": "L\u1ea7n cu\u1ed1i c\u00f9ng \u0111\u01b0\u1ee3c s\u1eeda", + "Last Updated": "C\u1eadp nh\u1eadt cu\u1ed1i c\u00f9ng", + "Last published %(last_published_date)s by %(publish_username)s": "Xu\u1ea5t b\u1ea3n l\u1ea7n cu\u1ed1i %(last_published_date)s b\u1edfi %(publish_username)s", + "Last published {lastPublishedStart}{publishedOn}{lastPublishedEnd} by {publishedByStart}{publishedBy}{publishedByEnd}": "Xu\u1ea5t b\u1ea3n l\u1ea7n cu\u1ed1i {lastPublishedStart}{publishedOn}{lastPublishedEnd} b\u1edfi {publishedByStart}{publishedBy}{publishedByEnd}", + "Last updated": "C\u1eadp nh\u1eadt m\u1edbi nh\u1ea5t", + "Learn more about {license_name}": "T\u00ecm hi\u1ec3u th\u00eam v\u1ec1 {license_name}", + "Learners do not see the subsection in the course outline. The subsection is not included in grade calculations.": "Ng\u01b0\u1eddi h\u1ecdc kh\u00f4ng nh\u00ecn th\u1ea5y ph\u1ea7n con trong \u0111\u1ec1 c\u01b0\u01a1ng kho\u00e1 h\u1ecdc. C\u00e1c ph\u1ea7n con kh\u00f4ng \u0111\u01b0\u1ee3c bao g\u1ed3m trong t\u00ednh \u0111i\u1ec3m.", + "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the course end date has passed.": "Ng\u01b0\u1eddi h\u1ecdc kh\u00f4ng nh\u00ecn th\u1ea5y c\u00e2u tr\u1ea3 l\u1eddi c\u1ee7a h\u1ecd cho c\u00e1c \u0111\u00e1nh gi\u00e1 l\u00e0 \u0111\u00fang hay sai, c\u0169ng nh\u01b0 \u0111i\u1ec3m s\u1ed1 nh\u1eadn \u0111\u01b0\u1ee3c, cho \u0111\u1ebfn sau ng\u00e0y k\u1ebft th\u00fac kh\u00f3a h\u1ecdc.", + "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the due date for the subsection has passed.": "Ng\u01b0\u1eddi h\u1ecdc kh\u00f4ng nh\u00ecn th\u1ea5y c\u00e2u tr\u1ea3 l\u1eddi c\u1ee7a h\u1ecd \u0111\u1ed1i v\u1edbi c\u00e1c \u0111\u00e1nh gi\u00e1 l\u00e0 \u0111\u00fang hay sai, c\u0169ng nh\u01b0 s\u1ed1 \u0111i\u1ec3m nh\u1eadn \u0111\u01b0\u1ee3c, cho \u0111\u1ebfn khi ng\u00e0y h\u1ebft h\u1ea1n c\u1ee7a ph\u1ea7n con \u0111\u00e3 tr\u00f4i qua.", + "Learners never see whether their answers to assessments are correct or incorrect, nor the score received.": "Ng\u01b0\u1eddi h\u1ecdc kh\u00f4ng bao gi\u1edd nh\u00ecn th\u1ea5y c\u00e2u tr\u1ea3 l\u1eddi c\u1ee7a h\u1ecd cho c\u00e1c \u0111\u00e1nh gi\u00e1 l\u00e0 \u0111\u00fang hay sai, c\u0169ng nh\u01b0 \u0111i\u1ec3m s\u1ed1 nh\u1eadn \u0111\u01b0\u1ee3c.", + "Learners see the published subsection and can access its content.": "H\u1ecdc vi\u00ean nh\u00ecn th\u1ea5y ph\u1ea7n con \u0111\u00e3 xu\u1ea5t b\u1ea3n v\u00e0 c\u00f3 th\u1ec3 truy c\u1eadp n\u1ed9i dung c\u1ee7a n\u00f3.", + "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "Ng\u01b0\u1eddi h\u1ecdc c\u1ea7n x\u00e1c minh ph\u1ea3i v\u01b0\u1ee3t qua b\u01b0\u1edbc ki\u1ec3m tra \u0111\u00e3 ch\u1ecdn \u0111\u1ec3 nh\u00ecn th\u1ea5y n\u1ed9i dung trong \u0111\u01a1n v\u1ecb n\u00e0y. Ng\u01b0\u1eddi h\u1ecdc kh\u00f4ng c\u1ea7n ph\u1ea3i x\u00e1c minh m\u1eb7c \u0111\u1ecbnh s\u1ebd nh\u00ecn th\u1ea5y n\u1ed9i dung n\u00e0y.", + "Learning Outcome": "K\u1ebft qu\u1ea3 H\u1ecdc t\u1eadp", + "Leave Current Session": "R\u1eddi kh\u1ecfi Phi\u00ean hi\u1ec7n t\u1ea1i", + "Leave Team": "R\u1eddi b\u1ecf nh\u00f3m", + "Leave this team?": "R\u1eddi nh\u00f3m n\u00e0y?", + "Left": "Tr\u00e1i", + "Left to right": "T\u1eeb tr\u00e1i sang ph\u1ea3i", + "Less": "\u00cdt h\u01a1n", + "Library User": "Th\u01b0 vi\u1ec7n ng\u01b0\u1eddi d\u00f9ng", + "License Display": "Hi\u1ec3n th\u1ecb Gi\u1ea5y ph\u00e9p", + "License Type": "Lo\u1ea1i Gi\u1ea5y ph\u00e9p", + "Limit Access": "Gi\u1edbi h\u1ea1n truy c\u1eadp", + "Limited Profile": "H\u1ed3 s\u01a1 b\u1ecb gi\u1edbi h\u1ea1n", + "Link Description": "M\u00f4 t\u1ea3 Li\u00ean k\u1ebft", + "Link Your Account": "Li\u00ean k\u1ebft t\u00e0i kho\u1ea3n c\u1ee7a b\u1ea1n", + "Link types should be unique.": "C\u00e1c lo\u1ea1i li\u00ean k\u1ebft ph\u1ea3i l\u00e0 duy nh\u1ea5t.", + "Link your {accountName} account": "Li\u00ean k\u1ebft t\u00e0i kho\u1ea3n c\u1ee7a b\u1ea1n {accountName}", + "Link your {accountName} account to your {platformName} account and use {accountName} to sign in to {platformName}.": "Li\u00ean k\u1ebft t\u00e0i kho\u1ea3n {accountName} v\u1edbi t\u00e0i kho\u1ea3n {platformName} c\u1ee7a b\u1ea1n v\u00e0 s\u1eed d\u1ee5ng {accountName} \u0111\u1ec3 \u0111\u0103ng nh\u1eadp v\u00e0o {platformName}.", + "Linked Accounts": "Nh\u1eefng t\u00e0i kho\u1ea3n \u0111\u00e3 Li\u00ean k\u1ebft", + "Linking": "\u0110ang k\u1ebft n\u1ed1i", + "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "C\u00e1c \u0111\u01b0\u1eddng d\u1eabn \u0111ang \u0111\u01b0\u1ee3c xu\u1ea5t theo y\u00eau c\u1ea7u nh\u01b0ng s\u1ebd h\u1ebft h\u1ea1n trong v\u00f2ng 5 ph\u00fat v\u00ec \u0111\u1ed9 nh\u1ea1y c\u1ea3m c\u1ee7a th\u00f4ng tin v\u1ec1 h\u1ecdc vi\u00ean.", + "Links should be unique.": "C\u00e1c li\u00ean k\u1ebft ph\u1ea3i l\u00e0 duy nh\u1ea5t.", + "List item": "Li\u1ec7t k\u00ea c\u00e1c m\u1ee5c", + "List of uploaded files and assets in this course": "Danh s\u00e1ch c\u00e1c t\u1eadp tin t\u1ea3i l\u00ean v\u00e0 t\u00e0i s\u1ea3n trong kh\u00f3a h\u1ecdc n\u00e0y", + "Live view of webcam": "H\u00ecnh \u1ea3nh th\u1ef1c t\u1ebf tr\u00ean webcam", + "Load Another File": "T\u1ea3i t\u1eadp tin kh\u00e1c", + "Load all responses": "T\u1ea3i t\u1ea5t c\u1ea3 c\u00e1c ph\u1ea3n h\u1ed3i", + "Load next {numResponses} responses": "M\u1edf ti\u1ebfp {numResponses} ph\u1ea3n h\u1ed3i", + "Loading": "\u0110ang t\u1ea3i", + "Loading content": "\u0110ang t\u1ea3i n\u1ed9i dung", + "Loading data...": "\u0111ang t\u1ea3i d\u1eef li\u1ec7u...", + "Loading more threads": "\u0110ang t\u1ea3i th\u00eam ch\u1ee7 \u0111\u1ec1", + "Loading posts list": "\u0110ang t\u1ea3i danh s\u00e1ch c\u00e1c b\u00e0i vi\u1ebft", + "Loading your courses": "\u0110ang t\u1ea3i c\u00e1c kho\u00e1 h\u1ecdc", + "Location": "\u0110\u1ecba ch\u1ec9", + "Location in Course": "V\u1ecb tr\u00ed trong Kho\u00e1 h\u1ecdc", + "Lock this asset": "Kho\u00e1 th\u00e0nh ph\u1ea7n n\u00e0y", + "Lock/unlock file": "Kh\u00f3a/m\u1edf kh\u00f3a file n\u00e0y", + "Loud": "To", + "Low": "Nh\u1ecf", + "Lower Alpha": "Ch\u1eef c\u00e1i th\u01b0\u1eddng", + "Lower Greek": "Ch\u1eef c\u00e1i Hy L\u1ea1p th\u01b0\u1eddng", + "Lower Roman": "Ch\u1eef c\u00e1i La M\u00e3 th\u01b0\u1eddng", + "MB": "MB", + "Make Visible to Students": "Hi\u1ec7n \u0111\u1ed1i v\u1edbi H\u1ecdc Vi\u00ean", + "Make sure we can verify your identity with the photos and information you have provided.": "H\u00e3y ch\u1eafc ch\u1eafn r\u1eb1ng ch\u00fang t\u00f4i c\u00f3 th\u1ec3 x\u00e1c th\u1ef1c danh t\u00ednh c\u1ee7a b\u1ea1n qua c\u00e1c b\u1ee9c \u1ea3nh v\u00e0 th\u00f4ng tin m\u00e0 b\u1ea1n cung c\u1ea5p.", + "Make this subsection available as a prerequisite to other content": "K\u00edch ho\u1ea1t ph\u1ea7n con n\u00e0y nh\u01b0 l\u00e0 m\u1ed9t \u0111i\u1ec1u ki\u1ec7n b\u1eaft bu\u1ed9c cho n\u1ed9i dung kh\u00e1c", + "Making Visible to Students": "Hi\u1ec3n th\u1ecb v\u1edbi sinh vi\u00ean", + "Manual": "H\u01b0\u1edbng d\u1eabn s\u1eed d\u1ee5ng", + "Mark Exam As Completed": "\u0110\u00e1nh d\u1ea5u b\u00e0i thi \u0111\u00e3 ho\u00e0n th\u00e0nh", + "Mark enrollment code as unused": "\u0110\u00e1nh d\u1ea5u m\u00e3 ghi d\u00e0nh th\u00e0nh ch\u01b0a d\u00f9ng", + "Markdown Editing Help": "Tr\u1ee3 Gi\u00fap Ch\u1ec9nh S\u1eeda Markdown", + "Match case": "So s\u00e1nh ph\u00e2n bi\u1ec7t hoa th\u01b0\u1eddng", + "Max file size exceeded": "\u0110\u00e3 v\u01b0\u1ee3t qu\u00e1 k\u00edch th\u01b0\u1edbc t\u1ec7p t\u1ed1i \u0111a", + "Maximum": "T\u1ed1i \u0111a", + "Maximum file size: {maxFileSize} GB": "K\u00edch th\u01b0\u1edbc t\u1ed1i \u0111a t\u1ec7p: {maxFileSize} GB", + "Membership": "Th\u00e0nh vi\u00ean", + "Merge cells": "G\u1ed9p \u00f4", + "Message:": "Tin nh\u1eafn:", + "Middle": "Gi\u1eefa", + "Midnight": "N\u1eeda \u0111\u00eam", + "Minimum Score:": "\u0110i\u1ec3m t\u1ed1i thi\u1ec3u", + "Module state successfully deleted.": "Th\u00e0nh c\u00f4ng khi x\u00f3a tr\u1ea1ng th\u00e1i c\u1ee7a m\u00f4-\u0111un.", + "More": "Th\u00eam", + "Move": "Di chy\u1ec3n", + "Move cancelled. \"{sourceDisplayName}\" has been moved back to its original location.": "Hu\u1ef7 b\u1ecf di chuy\u1ec3n. \"{sourceDisplayName}\" \u0111\u00e3 \u0111\u01b0\u1ee3c di chuy\u1ec3n v\u1ec1 v\u1ecb tr\u00ed ban \u0111\u1ea7u.", + "Move: {displayName}": "Di chuy\u1ec3n: {displayName}", + "Moving": "Di chuy\u1ec3n", + "Must complete verification checkpoint": "Ph\u1ea3i ho\u00e0n th\u00e0nh ki\u1ec3m tra x\u00e1c minh", + "Mute": "T\u1eaft ti\u1ebfng", + "Muted": "Ch\u1ebf \u0111\u1ed9 c\u00e2m", + "My Orders": "Nh\u1eefng \u0111\u01a1n h\u00e0ng c\u1ee7a t\u00f4i", + "My Team": "Nh\u00f3m c\u1ee7a t\u00f4i", + "Name": "T\u00ean", + "Name ": "T\u00ean", + "Name of the certificate": "T\u00ean c\u1ee7a ch\u1ee9ng ch\u1ec9", + "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "T\u00ean c\u1ee7a c\u00e1c nh\u00f3m m\u00e0 h\u1ecdc sinh s\u1ebd \u0111\u01b0\u1ee3c chia v\u00e0o, v\u00ed d\u1ee5: Ki\u1ec3m so\u00e1t, Video, C\u00e2u h\u1ecfi. B\u1ea1n ph\u1ea3i c\u00f3 hai ho\u1eb7c nhi\u1ec1u nh\u00f3m.", + "Name of the signatory": "T\u00ean c\u1ee7a ng\u01b0\u1eddi k\u00fd", + "Name or short description of the configuration": "T\u00ean ho\u1eb7c m\u00f4 t\u1ea3 ng\u1eafn g\u1ecdn c\u1ea5u h\u00ecnh", + "Never published": "Ch\u01b0a bao gi\u1edd xu\u1ea5t b\u1ea3n", + "Never show assessment results": "Kh\u00f4ng bao gi\u1edd hi\u1ec3n th\u1ecb k\u1ebft qu\u1ea3 \u0111\u00e1nh gi\u00e1", + "New %(item_type)s": "M\u1edbi %(item_type)s", + "New Address": "\u0110\u1ecba Ch\u1ec9 M\u1edbi", + "New Password": "M\u1eadt Kh\u1ea9u m\u1edbi", + "New document": "T\u00e0i li\u1ec7u m\u1edbi", + "New window": "C\u1eeda s\u1ed5 m\u1edbi", + "New {component_type}": "{component_type} M\u1edbi", + "Next": "Ti\u1ebfp theo", + "Next Step: Confirm your identity": "B\u01b0\u1edbc ti\u1ebfp theo: ", + "Next: %(nextStepTitle)s": "Ti\u1ebfp theo: %(nextStepTitle)s", + "No Content Group": "Nh\u00f3m kh\u00f4ng c\u00f3 n\u1ed9i dung", + "No Derivatives": "No Derivatives.", + "No EdX Timed Transcript": "Kh\u00f4ng c\u00f3 B\u1ea3n d\u1ecbch \u0110\u1ed3ng b\u1ed9 th\u1eddi gian", + "No Flash Detected": "Kh\u00f4ng ph\u00e1t hi\u1ec7n \u0111\u01b0\u1ee3c Flash", + "No Timed Transcript": "Kh\u00f4ng c\u00f3 B\u1ea3n d\u1ecbch \u0110\u1ed2ng b\u1ed9 th\u1eddi gian", + "No Webcam Detected": "Kh\u00f4ng ph\u00e1t hi\u1ec7n \u0111\u01b0\u1ee3c Webcam", + "No color": "Kh\u00f4ng m\u00e0u", + "No description available": "Ch\u01b0a co\u0301 th\u00f4ng tin", + "No posts matched your query.": "Kh\u00f4ng c\u00f3 b\u00e0i n\u00e0o kh\u1edbp v\u1edbi t\u00ecm ki\u1ebfm c\u1ee7a b\u1ea1n.", + "No prerequisite": "Kh\u00f4ng b\u1eaft bu\u1ed9c", + "No receipt available": "Kh\u00f4ng bi\u00ean nh\u1eadn c\u00f3 s\u1eb5n", + "No results": "Kh\u00f4ng c\u00f3 k\u1ebft qu\u1ea3", + "No results found for \"%(query_string)s\". Please try searching again.": "Kh\u00f4ng c\u00f3 k\u1ebft qu\u1ea3 n\u00e0o cho \"%(query_string)s\". H\u00e3y th\u1eed t\u00ecm ki\u1ebfm v\u1edbi t\u1eeb kho\u00e1 kh\u00e1c.", + "No results found for {original_query}. Showing results for {suggested_query}.": "Kh\u00f4ng t\u00ecm th\u1ea5y k\u1ebft qu\u1ea3 cho {original_query}. \u0110ang hi\u1ec7n c\u00e1c k\u1ebft qu\u1ea3 cho {suggested_query}.", + "No tasks currently running.": "Hi\u1ec7n kh\u00f4ng c\u00f3 t\u00e1c v\u1ee5 n\u00e0o \u0111ang ch\u1ea1y.", + "No validation is performed on policy keys or value pairs. If you are having difficulties, check your formatting.": "Kh\u00f4ng c\u00f3 x\u00e1c nh\u1eadn n\u00e0o \u0111\u01b0\u1ee3c th\u1ef1c hi\u1ec7n tr\u00ean c\u00e1c kh\u00f3a ch\u00ednh s\u00e1ch ho\u1eb7c c\u00e1c c\u1eb7p gi\u00e1 tr\u1ecb. N\u1ebfu b\u1ea1n \u0111ang g\u1eb7p kh\u00f3 kh\u0103n, ki\u1ec3m tra \u0111\u1ecbnh d\u1ea1ng c\u1ee7a b\u1ea1n.", + "Nonbreaking space": "Kho\u1ea3ng tr\u1ed1ng li\u1ec1n", + "Noncommercial": "Noncommercial", + "None": "Kh\u00f4ng", + "Noon": "Bu\u1ed5i tr\u01b0a", + "Not Graded": "Ch\u01b0a Ch\u1ea5m", + "Not Selected": "Kh\u00f4ng \u0110\u01b0\u1ee3c Ch\u1ecdn", + "Not Supported": "Kh\u00f4ng h\u1ed7 tr\u1ee3", + "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "Kh\u00f4ng th\u1ec3 \u0111\u1eb7t s\u1ed1 l\u00ean l\u1edbp nh\u1ecf h\u01a1n %(minimum_grade_cutoff)s%.", + "Not available": "Kh\u00f4ng th\u1ec3", + "Not divided": "Kh\u00f4ng chia", + "Not in Use": "Kh\u00f4ng kh\u1ea3 d\u1ee5ng", + "Not selected": "Kh\u00f4ng \u0111\u01b0\u1ee3c ch\u1ecdn", + "Not specific to a course": "Kh\u00f4ng c\u1ee5 th\u1ec3 cho m\u1ed9t kh\u00f3a h\u1ecdc", + "Note": "Ghi ch\u00fa", + "Note: Do not hide graded assignments after they have been released.": "L\u01b0u \u00fd: Kh\u00f4ng \u0111\u01b0\u1ee3c \u1ea9n nh\u1eefng b\u00e0i t\u1eadp \u0111\u00e3 ch\u1ea5m sau khi ch\u00fang \u0111\u00e3 \u0111\u01b0\u1ee3c c\u00f4ng b\u1ed1.", "Note: You are %s hour ahead of server time.": [ "L\u01b0u \u00fd: Hi\u1ec7n t\u1ea1i b\u1ea1n \u0111ang th\u1ea5y th\u1eddi gian tr\u01b0\u1edbc %s gi\u1edd so v\u1edbi th\u1eddi gian m\u00e1y ch\u1ee7." - ], + ], "Note: You are %s hour behind server time.": [ "L\u01b0u \u00fd: Hi\u1ec7n t\u1ea1i b\u1ea1n \u0111ang th\u1ea5y th\u1eddi gian sau %s gi\u1edd so v\u1edbi th\u1eddi gian m\u00e1y ch\u1ee7." - ], - "Noted in:": "\u0110\u00e3 ghi ch\u00fa \u1edf:", - "Notes hidden": "\u1ea8n ghi ch\u00fa", - "Notes visible": "Hi\u1ec7n ghi ch\u00fa", - "Now": "B\u00e2y gi\u1edd", - "Number Sent": "S\u1ed1 L\u01b0\u1ee3ng \u0110\u00e3 G\u1eedi", - "Number of Droppable": "S\u1ed1 l\u01b0\u1ee3ng Lo\u1ea1i b\u1ecf", - "Number of Students": "S\u1ed1 L\u01b0\u1ee3ng H\u1ecdc Vi\u00ean", - "Numbered List (Ctrl+O)": "Danh S\u00e1ch \u0110\u00e1nh S\u1ed1 (Ctrl+O)", - "Numbered list": "Danh s\u00e1ch c\u00f3 th\u1ee9 t\u1ef1", - "OK": "OK", - "ORDER NAME": "T\u00caN \u0110\u01a0N H\u00c0NG", - "ORDER NUMBER": "S\u1ed0 \u0110\u01a0N H\u00c0NG", - "ORDER PLACED": "\u0110\u00c3 \u0110\u1eb6T H\u00c0NG", - "Ok": "Ok", - "Once your account is deleted, you cannot use it to take courses on the edX app, edx.org, or any other site hosted by edX. This includes access to edx.org from your employer\u2019s or university\u2019s system and access to private sites offered by MIT Open Learning, Wharton Executive Education, and Harvard Medical School.": "Khi t\u00e0i kho\u1ea3n c\u1ee7a b\u1ea1n b\u1ecb x\u00f3a, b\u1ea1n kh\u00f4ng th\u1ec3 s\u1eed d\u1ee5ng n\u00f3 \u0111\u1ec3 tham gia c\u00e1c kh\u00f3a h\u1ecdc tr\u00ean \u1ee9ng d\u1ee5ng edX, edx.org ho\u1eb7c b\u1ea5t k\u1ef3 trang web n\u00e0o kh\u00e1c \u0111\u01b0\u1ee3c l\u01b0u tr\u1eef b\u1edfi edX. \u0110i\u1ec1u n\u00e0y bao g\u1ed3m quy\u1ec1n truy c\u1eadp v\u00e0o edx.org t\u1eeb h\u1ec7 th\u1ed1ng h\u1ec7 th\u1ed1ng tr\u01b0\u1eddng th\u00e0nh vi\u00ean ho\u1eb7c truy c\u1eadp ri\u00eang t\u01b0 b\u1edfi MIT Open Learning, Wharton Executive Education v\u00e0 Harvard Medical School cung c\u1ea5p.", - "One or more rescheduling tasks failed.": "M\u1ed9t ho\u1eb7c nhi\u1ec1u t\u00e1c v\u1ee5 \u0111i\u1ec1u ch\u1ec9nh l\u1ecbch h\u1ecdc \u0111\u00e3 th\u1ea5t b\u1ea1i.", - "Only <%= fileTypes %> files can be uploaded. Please select a file ending in <%= fileExtensions %> to upload.": "Ch\u1ec9 t\u1eadp tin d\u1ea1ng <%= fileTypes %> c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c t\u1ea3i l\u00ean. Xin vui l\u00f2ng ch\u1ecdn m\u1ed9t t\u1eadp tin k\u1ebft th\u00fac b\u1eb1ng <%= fileExtensions %> \u0111\u1ec3 t\u1ea3i l\u00ean.", - "Only properly formatted .csv files will be accepted.": "Ch\u1ec9 nh\u1eefng t\u1ec7p tin theo \u0111\u1ecbnh d\u1ea1ng .csv chu\u1ea9n \u0111\u01b0\u1ee3c ch\u1ea5p nh\u1eadn.", - "Open Calculator": "M\u1edf m\u00e1y t\u00ednh ", - "Open language menu": "M\u1edf menu ng\u00f4n ng\u1eef", - "Open/download this file": "M\u1edf/t\u1ea3i v\u1ec1 file n\u00e0y", - "OpenAssessment Save Error": "L\u1ed7i l\u01b0u OpenAssessment", - "Option Deleted": "\u0110\u00e3 X\u00f3a T\u00f9y Ch\u1ecdn", - "Optional Characteristics": "\u0110\u1eb7c \u0111i\u1ec3m t\u00f9y ch\u1ecdn", - "Optional long description": "M\u00f4 t\u1ea3 d\u00e0i t\u00f9y ch\u1ecdn", - "Optionally, link your personal accounts to the social media icons on your edX profile.": "T\u00f9y ch\u1ecdn, li\u00ean k\u1ebft t\u00e0i kho\u1ea3n c\u00e1 nh\u00e2n c\u1ee7a b\u1ea1n v\u1edbi c\u00e1c bi\u1ec3u t\u01b0\u1ee3ng m\u1ea1ng x\u00e3 h\u1ed9i tr\u00ean h\u1ed3 s\u01a1 EDX c\u1ee7a b\u1ea1n.", - "Options for {license_name}": "Tu\u1ef3 ch\u1ecdn cho {license_name}", - "Order History": "L\u1ecbch s\u1eed h\u00f3a \u0111\u01a1n", - "Order No.": "\u0110\u01a1n h\u00e0ng s\u1ed1", - "Organization": "T\u1ed5 ch\u1ee9c", - "Organization ": "T\u1ed5 ch\u1ee9c", - "Organization Name": "T\u00ean t\u1ed5 ch\u1ee9c", - "Organization of the signatory": "T\u1ed5 ch\u1ee9c c\u1ee7a ng\u01b0\u1eddi k\u00fd", - "Organization:": "T\u1ed5 ch\u1ee9c:", - "Other": "L\u1ef1a ch\u1ecdn kh\u00e1c", - "Overall Score": "T\u1ed5ng \u0110i\u1ec3m", - "Page break": "Ng\u1eaft trang", - "Pagination": "Ph\u00e2n trang", - "Paragraph": "\u0110o\u1ea1n v\u0103n", - "Password": "M\u1eadt kh\u1ea9u", - "Password is incorrect": "M\u1eadt kh\u1ea9u kh\u00f4ng \u0111\u00fang", - "Paste": "D\u00e1n", - "Paste as text": "D\u00e1n d\u01b0\u1edbi d\u1ea1ng v\u0103n b\u1ea3n", - "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "L\u1ec7nh d\u00e1n hi\u1ec7n gi\u1edd \u1edf ch\u1ebf \u0111\u1ed9 d\u00e1n k\u00ed t\u1ef1 thu\u1ea7n. N\u1ed9i dung s\u1ebd ch\u1ec9 \u0111\u01b0\u1ee3c d\u00e1n d\u01b0\u1edbi d\u1ea1ng k\u00fd t\u1ef1 thu\u1ea7n cho \u0111\u1ebfn khi b\u1ea1n t\u1eaft ch\u1ebf \u0111\u1ed9 n\u00e0y \u0111i.", - "Paste row after": "D\u00e1n h\u00e0ng v\u00e0o sau", - "Paste row before": "D\u00e1n h\u00e0ng v\u00e0o tr\u01b0\u1edbc", - "Paste your embed code below:": "D\u00e1n m\u00e3 nh\u00fang c\u1ee7a b\u1ea1n v\u00e0o d\u01b0\u1edbi \u0111\u00e2y:", - "Path to Signature Image": "\u0110\u01b0\u1eddng d\u1eabn \u0111\u1ebfn H\u00ecnh \u1ea3nh Ch\u1eef k\u00fd", - "Pause": "T\u1ea1m d\u1eebng", - "Photo": "\u1ea2nh", - "Photo Captured successfully.": "\u0110\u00e3 ch\u1ee5p h\u00ecnh th\u00e0nh c\u00f4ng", - "Photo of %(fullName)s": "H\u00ecnh c\u1ee7a %(fullName)s", - "Photo of %(fullName)s's ID": "\u1ea2nh c\u1ee7a %(fullName)s ID", - "Photo requirements:": "Nh\u1eefng y\u00eau c\u1ea7u c\u1ee7a h\u00ecnh:", - "Photos don't meet the requirements?": "H\u00ecnh \u1ea3nh kh\u00f4ng \u0111\u00e1p \u1ee9ng \u0111\u01b0\u1ee3c y\u00eau c\u1ea7u?", - "Placeholder": "Placeholder", - "Play": "Ch\u1ea1y", - "Play video": "Play video", - "Please Note": "Xin l\u01b0u \u00fd", - "Please add a photo of the instructor (Note: only JPEG or PNG format supported)": "Xin th\u00eam \u1ea3nh c\u1ee7a gi\u1ea3ng vi\u00ean (L\u01b0u \u00fd: ch\u1ec9 h\u1ed7 tr\u1ee3 \u0111\u1ecbnh d\u1ea1ng JPEG ho\u1eb7c PNG)", - "Please add at least one chapter": "H\u00e3y th\u00eam \u00edt nh\u1ea5t m\u1ed9t ch\u01b0\u01a1ng", - "Please add the institute where the instructor is associated": "Xin vui l\u00f2ng b\u1ed5 sung nh\u1eefng h\u1ecdc vi\u1ec7n, c\u01a1 s\u1edf \u0111\u00e0o t\u1ea1o n\u01a1i gi\u1ea3ng vi\u00ean h\u1ee3p t\u00e1c gi\u1ea3ng d\u1ea1y.", - "Please add the instructor's biography": "Vui l\u00f2ng th\u00eam ti\u1ec3u s\u1eed c\u1ee7a gi\u1ea3ng vi\u00ean", - "Please add the instructor's name": "Vui l\u00f2ng th\u00eam t\u00ean gi\u1ea3ng vi\u00ean", - "Please add the instructor's title": "Vui l\u00f2ng th\u00eam ch\u1ee9c v\u1ee5 c\u1ee7a gi\u1ea3ng vi\u00ean", - "Please address the errors on this page first, and then save your progress.": "Vui l\u00f2ng s\u1eeda c\u00e1c l\u1ed7i tr\u00ean trang n\u00e0y, sau \u0111\u00f3 l\u01b0u ti\u1ebfn \u0111\u1ed9 c\u1ee7a b\u1ea1n.", - "Please check the following validation feedbacks and reflect them in your course settings:": "Vui l\u00f2ng ki\u1ec3m tra c\u00e1c ph\u1ea3n h\u1ed3i x\u00e1c nh\u1eadn sau \u0111\u00e2y v\u00e0 ph\u1ea3n \u00e1nh ch\u00fang trong c\u00e1c thi\u1ebft l\u1eadp kh\u00f3a h\u1ecdc c\u1ee7a b\u1ea1n:", - "Please describe this image or agree that it has no contextual value by checking the checkbox.": "Vui l\u00f2ng m\u00f4 t\u1ea3 h\u00ecnh \u1ea3nh n\u00e0y ho\u1eb7c \u0111\u1ed3ng \u00fd r\u1eb1ng n\u00f3 kh\u00f4ng c\u00f3 gi\u00e1 tr\u1ecb theo ng\u1eef c\u1ea3nh b\u1eb1ng c\u00e1ch \u0111\u00e1nh d\u1ea5u \u00f4 ki\u1ec3m.", - "Please do not use any spaces in this field.": "Vui l\u00f2ng kh\u00f4ng d\u00f9ng kho\u1ea3ng tr\u1eafng trong m\u1ee5c n\u00e0y", - "Please do not use any spaces or special characters in this field.": "Vui l\u00f2ng kh\u00f4ng s\u1eed d\u1ee5ng b\u1ea5t k\u1ef3 d\u1ea5u c\u00e1ch ho\u1eb7c k\u00fd t\u1ef1 \u0111\u1eb7c bi\u1ec7t trong m\u1ee5c n\u00e0y.", - "Please enter a problem location.": "Vui l\u00f2ng nh\u1eadp v\u1ecb tr\u00ed c\u1ee7a v\u1ea5n \u0111\u1ec1.", - "Please enter a score.": "Vui l\u00f2ng nh\u1eadp \u0111i\u1ec3m.", - "Please enter a student email address or username.": "Vui l\u00f2ng nh\u1eadp email ho\u1eb7c t\u00ean \u0111\u0103ng nh\u1eadp c\u1ee7a m\u1ed9t h\u1ecdc vi\u00ean.", - "Please enter a term in the {anchorStart} search field{anchorEnd}.": "Vui l\u00f2ng nh\u1eadp m\u1ed9t t\u1eeb v\u00e0o {anchorStart} tr\u01b0\u1eddng t\u00ecm ki\u1ebfm{anchorEnd}.", - "Please enter a username or email.": "Vui l\u00f2ng nh\u1eadp t\u00ean \u0111\u0103ng nh\u1eadp ho\u1eb7c email.", - "Please enter a valid donation amount.": "Vui l\u00f2ng nh\u1eadp s\u1ed1 ti\u1ec1n t\u00e0i tr\u1ee3.", - "Please enter an integer between %(min)s and %(max)s.": "Vui l\u00f2ng nh\u1eadp m\u1ed9t s\u1ed1 nguy\u00ean gi\u1eefa %(min)s v\u00e0 %(max)s.", - "Please enter an integer between 0 and 100.": "Xin vui l\u00f2ng nh\u1eadp m\u1ed9t s\u1ed1 nguy\u00ean trong kho\u1ea3ng 0 \u0111\u1ebfn 100.", - "Please enter an integer greater than 0.": "Vui l\u00f2ng nh\u1eadp m\u1ed9t s\u1ed1 nguy\u00ean l\u1edbn h\u01a1n 0.", - "Please enter non-negative integer.": "Vui l\u00f2ng nh\u1eadp s\u1ed1 nguy\u00ean kh\u00f4ng \u00e2m", - "Please enter valid start date and time.": "Vui l\u00f2ng nh\u1eadp ng\u00e0y gi\u1edd b\u1eaft \u0111\u1ea7u h\u1ee3p l\u1ec7.", - "Please enter your %(field)s.": "Vui l\u00f2ng nh\u1eadp %(field)s.", - "Please fix the following errors:": "Vui l\u00f2ng s\u1eeda nh\u1eefng l\u1ed7i sau:", - "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "Vui l\u00f2ng l\u00e0m theo c\u00e1c h\u01b0\u1edbng d\u1eabn \u1edf \u0111\u00e2y \u0111\u1ec3 t\u1ea3i l\u00ean m\u1ed9t t\u1ec7p \u1edf n\u01a1i kh\u00e1c v\u00e0 li\u00ean k\u1ebft \u0111\u1ebfn n\u00f3: {maxFileSizeRedirectUrl}", - "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "H\u00e3y in trang n\u00e0y \u0111\u1ec3 l\u01b0u tr\u1eef, n\u00f3 ph\u1ee5c v\u1ee5 nh\u01b0 l\u00e0 bi\u00ean lai c\u1ee7a b\u1ea1n. B\u1ea1n c\u0169ng s\u1ebd nh\u1eadn \u0111\u01b0\u1ee3c m\u1ed9t email v\u1edbi c\u00e1c th\u00f4ng tin t\u01b0\u01a1ng t\u1ef1.", - "Please provide a description of the link destination.": "Vui l\u00f2ng cung c\u1ea5p m\u00f4 t\u1ea3 v\u1ec1 \u0111i\u1ec3m \u0111\u1ebfn c\u1ee7a li\u00ean k\u1ebft.", - "Please provide a valid URL.": "Vui l\u00f2ng cung c\u1ea5p m\u1ed9t URL h\u1ee3p l\u1ec7.", - "Please re-enter your password.": "Vui l\u00f2ng nh\u1eadp l\u1ea1i m\u1eadt kh\u1ea9u.", - "Please select a PDF file to upload.": "Xin ch\u1ecdn file PDF \u0111\u1ec3 t\u1ea3i l\u00ean", - "Please select a file in .srt format.": "H\u00e3y ch\u1ecdn t\u1ec7p c\u00f3 \u0111\u1ecbnh d\u1ea1ng .srt.", - "Please specify a reason.": "Vui l\u00f2ng n\u00eau r\u00f5 l\u00fd do.", - "Please verify that you have uploaded a valid image (PNG and JPEG).": "Xin h\u00e3y ch\u1eafc ch\u1eafn r\u1eb1ng b\u1ea1n \u0111\u00e3 ch\u1ecdn \u1ea3nh \u0111\u00fang \u0111\u1ecbnh d\u1ea1ng (PNG ho\u1eb7c JPEG).", - "Please verify that your webcam is connected and that you have allowed your browser to access it.": "H\u00e3y ki\u1ec3m tra xem webcam \u0111\u00e3 \u0111\u01b0\u1ee3c k\u1ebft n\u1ed1i v\u00e0 tr\u00ecnh duy\u1ec7t \u0111\u00e3 \u0111\u01b0\u1ee3c cho ph\u00e9p d\u00f9ng webcam ch\u01b0a?", - "Post": "B\u00e0i vi\u1ebft", - "Poster": "Poster", - "Practice Proctored": "T\u1eadp luy\u1ec7n Gi\u00e1m s\u00e1t", - "Practice proctored Exam": "Thi th\u1ef1c h\u00e0nh c\u00f3 gi\u00e1m s\u00e1t", - "Pre": "Pre", - "Preferred Language": "Ng\u00f4n ng\u1eef \u01b0a th\u00edch", - "Preformatted": "Preformatted", - "Prerequisite:": "\u0110i\u1ec1u ki\u1ec7n b\u1eaft bu\u1ed9c", - "Prerequisite: %(prereq_display_name)s": "\u0110i\u1ec1u ki\u1ec7n b\u1eaft bu\u1ed9c: %(prereq_display_name)s", - "Press Add to language": "B\u1ea5m Th\u00eam v\u00e0o ng\u00f4n ng\u1eef", - "Press Remove to remove language": "Nh\u1ea5n Xo\u00e1 \u0111\u1ec3 x\u00f3a ng\u00f4n ng\u1eef", - "Press UP to enter the speed menu then use the UP and DOWN arrow keys to navigate the different speeds, then press ENTER to change to the selected speed.": "Nh\u1ea5n ph\u00edm m\u0169i t\u00ean l\u00ean \u0111\u1ec3 v\u00e0o menu t\u1ed1c \u0111\u1ed9 r\u1ed3i s\u1eed d\u1ee5ng c\u00e1c ph\u00edm m\u0169i t\u00ean l\u00ean v\u00e0 xu\u1ed1ng \u0111\u1ec3 \u0111i\u1ec1u h\u01b0\u1edbng c\u00e1c t\u1ed1c \u0111\u1ed9 kh\u00e1c nhau, sau \u0111\u00f3 nh\u1ea5n ENTER \u0111\u1ec3 thay \u0111\u1ed5i t\u1ed1c \u0111\u1ed9 \u0111\u00e3 ch\u1ecdn.", - "Press close to hide course video settings": "Nh\u1ea5n \u0111\u00f3ng \u0111\u1ec3 \u1ea9n thi\u1ebft l\u1eadp video kh\u00f3a h\u1ecdc", - "Press the UP arrow key to enter the language menu then use UP and DOWN arrow keys to navigate language options. Press ENTER to change to the selected language.": "Nh\u1ea5n ph\u00edm m\u0169i t\u00ean l\u00ean \u0111\u1ec3 v\u00e0o menu ng\u00f4n ng\u1eef sau \u0111\u00f3 s\u1eed d\u1ee5ng c\u00e1c ph\u00edm m\u0169i t\u00ean l\u00ean v\u00e0 xu\u1ed1ng \u0111\u1ec3 \u0111i\u1ec1u h\u01b0\u1edbng c\u00e1c t\u00f9y ch\u1ecdn ng\u00f4n ng\u1eef. Nh\u1ea5n ENTER \u0111\u1ec3 \u0111\u1ed5i sang ng\u00f4n ng\u1eef \u0111\u00e3 ch\u1ecdn.", - "Press update settings to update course video settings": "Nh\u1ea5n thi\u1ebft l\u1eadp c\u1eadp nh\u1eadt \u0111\u1ec3 c\u1eadp nh\u1eadt c\u00e1c thi\u1ebft l\u1eadp video c\u1ee7a kh\u00f3a h\u1ecdc", - "Prev": "Tr\u01b0\u1edbc", - "Prevent students from generating certificates in this course?": "Kh\u00f4ng c\u1ea5p ch\u1ee9ng ch\u1ec9 cho kh\u00f3a h\u1ecdc n\u00e0y?", - "Preview": "Xem tr\u01b0\u1edbc", - "Preview Certificate": "Xem tr\u01b0\u1edbc Ch\u1ee9ng ch\u1ec9", - "Preview of uploaded image": "Xem tr\u01b0\u1edbc h\u00ecnh \u1ea3nh t\u1ea3i l\u00ean", - "Preview this query": "Xem tr\u01b0\u1edbc truy v\u1ea5n n\u00e0y", - "Previous": "Tr\u01b0\u1edbc", - "Previous Uploads": "Nh\u1eefng T\u1ea3i l\u00ean Tr\u01b0\u1edbc \u0111\u00e2y", - "Previous Uploads table has been updated.": "B\u1ea3ng T\u1ea3i l\u00ean Tr\u01b0\u1edbc \u0111\u00e2y \u0111\u00e3 \u0111\u01b0\u1ee3c c\u1eadp nh\u1eadt.", - "Previously published": "\u0110\u00e3 xu\u1ea5t b\u1ea3n tr\u01b0\u1edbc \u0111\u00e2y", - "Print": "In", - "Processing Re-run Request": "\u0110ang x\u1eed l\u00ed Y\u00eau c\u1ea7u Re-run ", - "Proctored": "C\u00f3 gi\u00e1m s\u00e1t", - "Proctored Exam": "Thi c\u00f3 gi\u00e1m s\u00e1t", - "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.": "B\u00e0i thi c\u00f3 gi\u00e1m s\u00e1t \u0111\u01b0\u1ee3c t\u00ednh gi\u1edd v\u00e0 ghi l\u1ea1i video m\u1ed7i h\u1ecdc vi\u00ean tham d\u1ef1 b\u00e0i thi. C\u00e1c video n\u00e0y sau \u0111\u00f3 \u0111\u01b0\u1ee3c xem x\u00e9t \u0111\u1ec3 \u0111\u1ea3m b\u1ea3o r\u1eb1ng c\u00e1c h\u1ecdc vi\u00ean tu\u00e2n th\u1ee7 t\u1ea5t c\u1ea3 c\u00e1c quy t\u1eafc ki\u1ec3m tra.", - "Professional Education": "Gi\u00e1o D\u1ee5c Chuy\u00ean Nghi\u1ec7p", - "Professional Education Verified Certificate": "Gi\u1ea5y ch\u1ee9ng nh\u1eadn x\u00e1c th\u1ef1c cho gi\u00e1o d\u1ee5c chuy\u00ean nghi\u1ec7p", - "Profile": "H\u1ed3 s\u01a1", - "Profile Image": "\u1ea2nh c\u00e1 nh\u00e2n", - "Profile Visibility:": "Hi\u1ec3n th\u1ecb th\u00f4ng tin c\u00e1 nh\u00e2n:", - "Profile image for {username}": "\u1ea2nh c\u00e1 nh\u00e2n cho {username}", - "Promote another member to Admin to remove your admin rights": "Ti\u1ebfn c\u1eed c\u00e1c th\u00e0nh vi\u00ean kh\u00e1c qu\u1ea3n tr\u1ecb \u0111\u1ec3 lo\u1ea1i b\u1ecf quy\u1ec1n qu\u1ea3n tr\u1ecb c\u1ee7a b\u1ea1n", - "Provisional": "C\u00f3 th\u1ec3 thay \u0111\u1ed5i", - "Provisionally Supported": "H\u1ed7 tr\u1ee3 t\u1ea1m th\u1eddi", - "Publish": "Xu\u1ea5t b\u1ea3n", - "Publish all unpublished changes for this {item}?": "C\u00f4ng b\u1ed1 t\u1ea5t c\u1ea3 nh\u1eefng thay \u0111\u1ed5i ch\u01b0a ch\u01b0a c\u00f4ng b\u1ed1 cho {item}?", - "Publish {display_name}": "C\u00f4ng b\u1ed1 {display_name}", - "Published (not yet released)": "\u0110\u00e3 xu\u1ea5t b\u1ea3n (ch\u01b0a ph\u00e1t h\u00e0nh)", - "Published and Live": "\u0110\u00e3 Xu\u1ea5t b\u1ea3n v\u00e0 \u0110ang ch\u1ea1y", - "Publishing": "Ph\u00e1t h\u00e0nh", - "Publishing Status": "Tr\u1ea1ng th\u00e1i Xu\u1ea5t b\u1ea3n", - "Queued": "\u0110\u00e3 x\u1ebfp h\u00e0ng", - "Re-run Course": "Ch\u1ea1y l\u1ea1i Kh\u00f3a h\u1ecdc", - "Read More": "Xem Th\u00eam", - "Reason field should not be left blank.": "Vui l\u00f2ng \u0111i\u1ec1n v\u00e0o m\u1ee5c L\u00fd do.", - "Receive updates": "Nh\u1eadn th\u00f4ng b\u00e1o khi c\u00f3 b\u00e0i \u0111\u0103ng m\u1edbi", - "Recent Activity": "Ho\u1ea1t \u0111\u1ed9ng g\u1ea7n \u0111\u00e2y", - "Recommended image resolution is {imageResolution}, maximum image file size should be {maxFileSize} and format must be one of {supportedImageFormats}.": "\u0110\u1ed9 ph\u00e2n gi\u1ea3i \u0111\u01b0\u1ee3c \u0111\u1ec1 ngh\u1ecb l\u00e0 {imageResolution}, n\u00ean k\u00edch th\u01b0\u1edbc t\u1ec7p \u1ea3nh t\u1ed1i \u0111a ph\u1ea3i l\u00e0 {maxFileSize} v\u00e0 \u0111\u1ecbnh d\u1ea1ng ph\u1ea3i l\u00e0 m\u1ed9t trong {supportedImageFormats}.", - "Recovery Email Address": "Kh\u00f4i ph\u1ee5c \u0110\u1ecba ch\u1ec9 Email", - "Redo": "L\u00e0m l\u1ea1i", - "Redo (Ctrl+Shift+Z)": "L\u00e0m l\u1ea1i thao t\u00e1c (Ctrl+Shift+Z)", - "Redo (Ctrl+Y)": "L\u00e0m l\u1ea1i thao t\u00e1c (Ctrl+Y)", - "Regenerate": "T\u00e1i t\u1ea1o", - "Regenerate the user's certificate": "T\u1ea1o l\u1ea1i ch\u1ee9ng ch\u1ec9 c\u1ee7a ng\u01b0\u1eddi s\u1eed d\u1ee5ng", - "Register with Institution/Campus Credentials": "\u0110\u0103ng k\u00fd v\u1edbi th\u00f4ng tin c\u1ee7a t\u1ed5 ch\u1ee9c / tr\u01b0\u1eddng", - "Release Date and Time": "Ng\u00e0y v\u00e0 gi\u1edd ph\u00e1t h\u00e0nh", - "Release Date:": "Ng\u00e0y ph\u00e1t h\u00e0nh:", - "Release Status:": "Tr\u1ea1ng th\u00e1i Ph\u00e1t h\u00e0nh:", - "Release Time in UTC:": "Gi\u1edd ph\u00e1t h\u00e0nh theo UTC:", - "Release:": "Ph\u00e1t h\u00e0nh:", - "Released:": "Ph\u00e1t h\u00e0nh:", - "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "\u0110ang xo\u00e1. \u0110\u1ec3 tr\u00e1nh c\u00f3 l\u1ed7i x\u1ea3y ra, xin \u0111\u1eebng \u0111\u00f3ng trang n\u00e0y cho \u0111\u1ebfn khi xo\u00e1 xong.", - "Remove": "Lo\u1ea1i b\u1ecf", - "Remove all": "Xo\u00e1 t\u1ea5t c\u1ea3", - "Remove file": "X\u00f3a t\u1ec7p", - "Remove link": "G\u1ee1 li\u00ean k\u1ebft", - "Remove this team member?": "X\u00f3a th\u00e0nh vi\u00ean n\u00e0y?", - "Remove this video": "X\u00f3a video n\u00e0y", - "Remove {role} Access": "Xo\u00e1 {role} Truy c\u1eadp", - "Remove {video_name} video": "Xo\u00e1 video {video_name}", - "Removing": "\u0110ang xo\u00e1", - "Removing a video from this list does not affect course content. Any content that uses a previously uploaded video ID continues to display in the course.": "Lo\u1ea1i b\u1ecf m\u1ed9t video kh\u1ecfi danh s\u00e1ch n\u00e0y kh\u00f4ng \u1ea3nh h\u01b0\u1edfng \u0111\u1ebfn n\u1ed9i dung c\u1ee7a kh\u00f3a h\u1ecdc. B\u1ea5t k\u1ef3 n\u1ed9i dung n\u00e0o s\u1eed d\u1ee5ng ID video \u0111\u00e3 t\u1ea3i l\u00ean tr\u01b0\u1edbc \u0111\u00f3 v\u1eabn ti\u1ebfp t\u1ee5c hi\u1ec3n th\u1ecb trong kh\u00f3a h\u1ecdc.", - "Replace": "Thay th\u1ebf", - "Replace all": "Thay th\u1ebf t\u1ea5t c\u1ea3", - "Replace with": "Thay th\u1ebf b\u1eb1ng", - "Reply to Annotation": "Tr\u1ea3 l\u1eddi ch\u00fa th\u00edch", - "Requester": "Ng\u01b0\u1eddi y\u00eau c\u1ea7u", - "Required": "B\u1eaft bu\u1ed9c", - "Required field.": "Th\u00f4ng tin b\u1eaft bu\u1ed9c.", - "Reset My Password": "\u0110\u1eb7t l\u1ea1i m\u1eadt kh\u1ea9u", - "Reset Password": "\u0110\u1eb7t L\u1ea1i M\u1eadt Kh\u1ea9u", - "Reset Your Password": "\u0110\u1eb7t l\u1ea1i m\u1eadt kh\u1ea9u", - "Responses could not be loaded. Refresh the page and try again.": "Kh\u00f4ng th\u1ec3 t\u1ea3i nh\u1eefng b\u00e0i ph\u1ea3n h\u1ed3i. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", - "Restore enrollment code": "H\u1ed3i ph\u1ee5c m\u00e3 ghi danh", - "Restore last draft": "Kh\u00f4i ph\u1ee5c b\u1ea3n nh\u00e1p cu\u1ed1i c\u00f9ng", - "Restrict access to:": "H\u1ea1n ch\u1ebf quy\u1ec1n truy c\u1eadp v\u00e0o:", - "Retake Photo": "Ch\u1ee5p l\u1ea1i h\u00ecnh", - "Retake Your Photos": "Ch\u1ee5p l\u1ea1i h\u00ecnh \u1ea3nh c\u1ee7a b\u1ea1n", - "Retrieving enrollment status...": "\u0110ang nh\u1eadn tr\u1ea1ng th\u00e1i \u0111\u0103ng k\u00fd...", - "Return and add email address": "Quay l\u1ea1i v\u00e0 th\u00eam \u0111\u1ecba ch\u1ec9 email", - "Return to Export": "Tr\u1edf l\u1ea1i Xu\u1ea5t T\u1ec7p", - "Return to Your Dashboard": "Quay L\u1ea1i B\u1ea3ng \u0110i\u1ec1u Khi\u1ec3n C\u1ee7a B\u1ea1n", - "Return to team listing": "Quay l\u1ea1i danh s\u00e1ch nh\u00f3m", - "Review Rules": "Quy t\u1eafc \u0110\u00e1nh gi\u00e1", - "Review Your Photos": "Xem l\u1ea1i \u1ea3nh c\u1ee7a b\u1ea1n", - "Review your info": "Xem l\u1ea1i th\u00f4ng tin c\u1ee7a b\u1ea1n", - "Revoke access": "H\u1ee7y b\u1ecf truy c\u1eadp", - "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "V\u00f9ng Rich Text. Nh\u1ea5n ALT-F9 \u0111\u1ec3 m\u1edf menu. Nh\u1ea5n ALT-F10 \u0111\u1ec3 m\u1edf thanh c\u00f4ng c\u1ee5. Nh\u1ea5n ALT-0 \u0111\u1ec3 m\u1edf tr\u1ee3 gi\u00fap.", - "Right": "Ph\u1ea3i", - "Right to left": "Ph\u1ea3i sang tr\u00e1i", - "Robots": "Robots", - "Role field should not be left unselected.": "tr\u01b0\u1eddng vai tr\u00f2 kh\u00f4ng \u0111\u01b0\u1ee3c \u0111\u1ec3 tr\u1ed1ng.", - "Row": "H\u00e0ng", - "Row group": "Nh\u00f3m h\u00e0ng", - "Row properties": "\u0110\u1eb7c t\u00ednh h\u00e0ng", - "Row type": "Ki\u1ec3u h\u00e0ng", - "Rows": "Rows", - "Save": "L\u01b0u", - "Save Changes": "L\u01b0u Thay \u0110\u1ed5i", - "Save changes": "L\u01b0u thay \u0111\u1ed5i", - "Saved cohort": "Nh\u00f3m h\u1ecdc vi\u00ean \u0111\u00e3 l\u01b0u / Saved cohort", - "Saving": "\u0110ang l\u01b0u", - "Saving your email preference": "\u0110ang l\u01b0u tu\u1ef3 ch\u1ecdn email c\u1ee7a b\u1ea1n", - "Saving...": "\u0110ang l\u01b0u...", - "Scheduled:": "L\u00ean k\u1ebf ho\u1ea1ch:", - "Scope": "Ph\u1ea1m vi", - "Search": "T\u00ecm ki\u1ebfm", - "Search Results": "K\u1ebft qu\u1ea3 t\u00ecm ki\u1ebfm", - "Search teams": "T\u00ecm ki\u1ebfm nh\u00f3m", - "Section": "M\u1ee5c", - "Section Visibility": "Hi\u1ec3n th\u1ecb Ph\u1ea7n n\u1ed9i dung", - "Sections": "Ph\u1ea7n", - "See all teams in your course, organized by topic. Join a team to collaborate with other learners who are interested in the same topic as you are.": "Xem t\u1ea5t c\u1ea3 c\u00e1c nh\u00f3m h\u1ecdc trong kh\u00f3a h\u1ecdc c\u1ee7a b\u1ea1n, s\u1eafp x\u1ebfp theo ch\u1ee7 \u0111\u1ec1. Tham gia m\u1ed9t nh\u00f3m h\u1ecdc \u0111\u1ec3 h\u1ee3p t\u00e1c v\u1edbi nh\u1eefng ng\u01b0\u1eddi h\u1ecdc c\u00f9ng h\u1ee9ng th\u00fa v\u1edbi ch\u1ee7 \u0111\u1ec1 m\u00e0 b\u1ea1n th\u00edch.", - "Select": "Ch\u1ecdn", - "Select Session": "Ch\u1ecdn Phi\u00ean", - "Select a chapter": "Ch\u1ecdn m\u1ed9t ch\u01b0\u01a1ng", - "Select a cohort": "Ch\u1ecdn m\u1ed9t nh\u00f3m", - "Select a cohort to manage": "Ch\u1ecdn m\u1ed9t nh\u00f3m \u0111\u1ec3 qu\u1ea3n l\u00fd", - "Select a course or select \"Not specific to a course\" for your support request.": "Ch\u1ecdn m\u1ed9t kh\u00f3a h\u1ecdc ho\u1eb7c ch\u1ecdn \"Kh\u00f4ng c\u1ee5 th\u1ec3 cho m\u1ed9t kh\u00f3a h\u1ecdc\" \u0111\u1ec3 y\u00eau c\u1ea7u h\u1ed7 tr\u1ee3.", - "Select a group type": "Ch\u1ecdn m\u1ed9t ki\u1ec3u nh\u00f3m", - "Select a section or problem": "Ch\u1ecdn m\u1ed9t m\u1ee5c ho\u1eb7c v\u1ea5n \u0111\u1ec1", - "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.": "Ch\u1ecdn ph\u00e2n b\u1ed5 th\u1eddi gian cho b\u00e0i thi. N\u1ebfu h\u01a1n 24 gi\u1edd, nh\u1eadp v\u00e0o kho\u1ea3ng th\u1eddi gian. B\u1ea1n c\u00f3 th\u1ec3 cho h\u1ecdc vi\u00ean th\u00eam th\u1eddi gian \u0111\u1ec3 ho\u00e0n th\u00e0nh b\u00e0i ki\u1ec3m tra th\u00f4ng qua B\u1ea3ng th\u00f4ng tin Gi\u1ea3ng vi\u00ean.", - "Select all": "Ch\u1ecdn t\u1ea5t c\u1ea3", - "Select fidelity": "Ch\u1ecdn \u0111\u1ed9 trung th\u1ef1c", - "Select language": "Ch\u1ecdn \u0111\u1ed9 ng\u00f4n ng\u1eef", - "Select one or more groups:": "Ch\u1ecdn m\u1ed9t ho\u1eb7c nhi\u1ec1u nh\u00f3m:", - "Select the time zone for displaying course dates. If you do not specify a time zone, course dates, including assignment deadlines, will be displayed in your browser's local time zone.": "Ch\u1ecdn m\u00fai gi\u1edd \u0111\u1ec3 hi\u1ec3n th\u1ecb ng\u00e0y kh\u00f3a h\u1ecdc. N\u1ebfu b\u1ea1n kh\u00f4ng ch\u1ec9 \u0111\u1ecbnh m\u00fai gi\u1edd, ng\u00e0y b\u1eaft \u0111\u1ea7u kho\u00e1 h\u1ecdc, th\u1eddi h\u1ea1n kho\u00e1 h\u1ecdc, s\u1ebd \u0111\u01b0\u1ee3c hi\u1ec3n th\u1ecb trong m\u00fai gi\u1edd \u0111\u1ecba ph\u01b0\u01a1ng c\u1ee7a tr\u00ecnh duy\u1ec7t.", - "Select turnaround": "Ch\u1ecdn quay v\u00f2ng", - "Selected tab": "Tab \u0111\u00e3 ch\u1ecdn", - "Send notification to mobile apps": "G\u1eedi th\u00f4ng b\u00e1o cho \u1ee9ng d\u1ee5ng d\u00e0nh cho thi\u1ebft b\u1ecb di \u0111\u1ed9ng", - "Send push notification to mobile apps": "G\u1eedi th\u00f4ng b\u00e1o \u0111\u1ea9y-push t\u1edbi \u1ee9ng d\u1ee5ng d\u00e0nh cho thi\u1ebft b\u1ecb di \u0111\u1ed9ng", - "Send to:": "G\u1eedi v\u1ec1:", - "Sent By": "G\u1eedi B\u1edfi", - "Sent By:": "G\u1eedi B\u1edfi:", - "Sent To": "G\u1eedi t\u1edbi", - "Sent To:": "G\u1eedi T\u1edbi:", - "Sequence error! Cannot navigate to %(tab_name)s in the current SequenceModule. Please contact the course staff.": "L\u1ed7i Sequence! Kh\u00f4ng th\u1ec3 \u0111i\u1ec1u h\u01b0\u1edbng t\u1edbi tab %(tab_name)s trong SequenceModule hi\u1ec7n t\u1ea1i. Xin vui l\u00f2ng li\u00ean h\u1ec7 v\u1edbi nh\u00e2n vi\u00ean ph\u1ee5 tr\u00e1ch kh\u00f3a h\u1ecdc.", - "Server Error, Please refresh the page and try again.": "L\u1ed7i m\u00e1y ch\u1ee7, Vui l\u00f2ng l\u00e0m m\u1edbi trang v\u00e0 th\u1eed l\u1ea1i.", - "Set Access": "Thi\u1ebft l\u1ea1p Truy c\u1eadp", - "Set as a Special Exam": "\u0110\u1eb7t l\u00e0 m\u1ed9t B\u00e0i ki\u1ec3m tra \u0110\u1eb7c bi\u1ec7t", - "Set up your certificate": "Thi\u1ebft l\u1eadp ch\u1ee9ng ch\u1ec9 c\u1ee7a b\u1ea1n", - "Settings": "Thi\u1ebft l\u1eadp", - "Settings updated": "\u0110\u00e3 c\u1eadp nh\u1eadt thi\u1ebft l\u1eadp", - "Share Alike": "Share Alike.", - "Short explanation": "Gi\u1ea3i th\u00edch ng\u1eafn g\u1ecdn", - "Show": "Hi\u1ec7n ra", - "Show All": "Hi\u1ec3n th\u1ecb t\u1ea5t c\u1ea3", - "Show Annotations": "Hi\u1ec7n ch\u00fa th\u00edch", - "Show Deprecated Settings": "Hi\u1ec7n C\u00e0i \u0110\u1eb7t Kh\u1ea3 Th\u1ebf", - "Show Discussion": "Hi\u1ec7n th\u1ea3o lu\u1eadn", - "Show Previews": "Hi\u1ec7n Xem tr\u01b0\u1edbc", - "Show assessment results when subsection is past due": "Hi\u1ec3n th\u1ecb k\u1ebft qu\u1ea3 \u0111\u00e1nh gi\u00e1 khi ph\u1ea7n con qu\u00e1 h\u1ea1n", - "Show blocks": "Hi\u1ec7n c\u00e1c kh\u1ed1i", - "Show entire subsection": "Hi\u1ec7n to\u00e0n b\u1ed9 ph\u1ea7n con", - "Show invisible characters": "Hi\u1ec7n k\u00ed t\u1ef1 \u1ea9n", - "Show me other ways to sign in or register": "Ch\u1ec9 cho t\u00f4i nh\u1eefng c\u00e1ch kh\u00e1c \u0111\u1ec3 \u0111\u0103ng nh\u1eadp ho\u1eb7c \u0111\u0103ng k\u00fd", - "Show notes": "Hi\u1ec3n th\u1ecb ch\u00fa th\u00edch. ", - "Show posts by {username}.": "Nh\u1eefng b\u00e0i c\u1ee7a {username}.", - "Showing all responses": "\u0110ang hi\u1ec7n t\u1ea5t c\u1ea3 ph\u1ea3n h\u1ed3i", + ], + "Noted in:": "\u0110\u00e3 ghi ch\u00fa \u1edf:", + "Notes hidden": "\u1ea8n ghi ch\u00fa", + "Notes visible": "Hi\u1ec7n ghi ch\u00fa", + "Now": "B\u00e2y gi\u1edd", + "Number Sent": "S\u1ed1 L\u01b0\u1ee3ng \u0110\u00e3 G\u1eedi", + "Number of Droppable": "S\u1ed1 l\u01b0\u1ee3ng Lo\u1ea1i b\u1ecf", + "Number of Students": "S\u1ed1 L\u01b0\u1ee3ng H\u1ecdc Vi\u00ean", + "Numbered List (Ctrl+O)": "Danh S\u00e1ch \u0110\u00e1nh S\u1ed1 (Ctrl+O)", + "Numbered list": "Danh s\u00e1ch c\u00f3 th\u1ee9 t\u1ef1", + "OK": "OK", + "ORDER NAME": "T\u00caN \u0110\u01a0N H\u00c0NG", + "ORDER NUMBER": "S\u1ed0 \u0110\u01a0N H\u00c0NG", + "ORDER PLACED": "\u0110\u00c3 \u0110\u1eb6T H\u00c0NG", + "Ok": "Ok", + "One or more rescheduling tasks failed.": "M\u1ed9t ho\u1eb7c nhi\u1ec1u t\u00e1c v\u1ee5 \u0111i\u1ec1u ch\u1ec9nh l\u1ecbch h\u1ecdc \u0111\u00e3 th\u1ea5t b\u1ea1i.", + "Only <%= fileTypes %> files can be uploaded. Please select a file ending in <%= fileExtensions %> to upload.": "Ch\u1ec9 t\u1eadp tin d\u1ea1ng <%= fileTypes %> c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c t\u1ea3i l\u00ean. Xin vui l\u00f2ng ch\u1ecdn m\u1ed9t t\u1eadp tin k\u1ebft th\u00fac b\u1eb1ng <%= fileExtensions %> \u0111\u1ec3 t\u1ea3i l\u00ean.", + "Only properly formatted .csv files will be accepted.": "Ch\u1ec9 nh\u1eefng t\u1ec7p tin theo \u0111\u1ecbnh d\u1ea1ng .csv chu\u1ea9n \u0111\u01b0\u1ee3c ch\u1ea5p nh\u1eadn.", + "Open Calculator": "M\u1edf m\u00e1y t\u00ednh ", + "Open language menu": "M\u1edf menu ng\u00f4n ng\u1eef", + "Open/download this file": "M\u1edf/t\u1ea3i v\u1ec1 file n\u00e0y", + "OpenAssessment Save Error": "L\u1ed7i l\u01b0u OpenAssessment", + "Option Deleted": "\u0110\u00e3 X\u00f3a T\u00f9y Ch\u1ecdn", + "Optional Characteristics": "\u0110\u1eb7c \u0111i\u1ec3m t\u00f9y ch\u1ecdn", + "Optional long description": "M\u00f4 t\u1ea3 d\u00e0i t\u00f9y ch\u1ecdn", + "Optionally, link your personal accounts to the social media icons on your edX profile.": "T\u00f9y ch\u1ecdn, li\u00ean k\u1ebft t\u00e0i kho\u1ea3n c\u00e1 nh\u00e2n c\u1ee7a b\u1ea1n v\u1edbi c\u00e1c bi\u1ec3u t\u01b0\u1ee3ng m\u1ea1ng x\u00e3 h\u1ed9i tr\u00ean h\u1ed3 s\u01a1 EDX c\u1ee7a b\u1ea1n.", + "Options for {license_name}": "Tu\u1ef3 ch\u1ecdn cho {license_name}", + "Order History": "L\u1ecbch s\u1eed h\u00f3a \u0111\u01a1n", + "Order No.": "\u0110\u01a1n h\u00e0ng s\u1ed1", + "Organization": "T\u1ed5 ch\u1ee9c", + "Organization ": "T\u1ed5 ch\u1ee9c", + "Organization Name": "T\u00ean t\u1ed5 ch\u1ee9c", + "Organization of the signatory": "T\u1ed5 ch\u1ee9c c\u1ee7a ng\u01b0\u1eddi k\u00fd", + "Organization:": "T\u1ed5 ch\u1ee9c:", + "Other": "L\u1ef1a ch\u1ecdn kh\u00e1c", + "Overall Score": "T\u1ed5ng \u0110i\u1ec3m", + "Page break": "Ng\u1eaft trang", + "Pagination": "Ph\u00e2n trang", + "Paragraph": "\u0110o\u1ea1n v\u0103n", + "Password": "M\u1eadt kh\u1ea9u", + "Password is incorrect": "M\u1eadt kh\u1ea9u kh\u00f4ng \u0111\u00fang", + "Paste": "D\u00e1n", + "Paste as text": "D\u00e1n d\u01b0\u1edbi d\u1ea1ng v\u0103n b\u1ea3n", + "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "L\u1ec7nh d\u00e1n hi\u1ec7n gi\u1edd \u1edf ch\u1ebf \u0111\u1ed9 d\u00e1n k\u00ed t\u1ef1 thu\u1ea7n. N\u1ed9i dung s\u1ebd ch\u1ec9 \u0111\u01b0\u1ee3c d\u00e1n d\u01b0\u1edbi d\u1ea1ng k\u00fd t\u1ef1 thu\u1ea7n cho \u0111\u1ebfn khi b\u1ea1n t\u1eaft ch\u1ebf \u0111\u1ed9 n\u00e0y \u0111i.", + "Paste row after": "D\u00e1n h\u00e0ng v\u00e0o sau", + "Paste row before": "D\u00e1n h\u00e0ng v\u00e0o tr\u01b0\u1edbc", + "Paste your embed code below:": "D\u00e1n m\u00e3 nh\u00fang c\u1ee7a b\u1ea1n v\u00e0o d\u01b0\u1edbi \u0111\u00e2y:", + "Path to Signature Image": "\u0110\u01b0\u1eddng d\u1eabn \u0111\u1ebfn H\u00ecnh \u1ea3nh Ch\u1eef k\u00fd", + "Pause": "T\u1ea1m d\u1eebng", + "Photo": "\u1ea2nh", + "Photo Captured successfully.": "\u0110\u00e3 ch\u1ee5p h\u00ecnh th\u00e0nh c\u00f4ng", + "Photo of %(fullName)s": "H\u00ecnh c\u1ee7a %(fullName)s", + "Photo of %(fullName)s's ID": "\u1ea2nh c\u1ee7a %(fullName)s ID", + "Photo requirements:": "Nh\u1eefng y\u00eau c\u1ea7u c\u1ee7a h\u00ecnh:", + "Photos don't meet the requirements?": "H\u00ecnh \u1ea3nh kh\u00f4ng \u0111\u00e1p \u1ee9ng \u0111\u01b0\u1ee3c y\u00eau c\u1ea7u?", + "Placeholder": "Placeholder", + "Play": "Ch\u1ea1y", + "Play video": "Play video", + "Please Note": "Xin l\u01b0u \u00fd", + "Please add a photo of the instructor (Note: only JPEG or PNG format supported)": "Xin th\u00eam \u1ea3nh c\u1ee7a gi\u1ea3ng vi\u00ean (L\u01b0u \u00fd: ch\u1ec9 h\u1ed7 tr\u1ee3 \u0111\u1ecbnh d\u1ea1ng JPEG ho\u1eb7c PNG)", + "Please add at least one chapter": "H\u00e3y th\u00eam \u00edt nh\u1ea5t m\u1ed9t ch\u01b0\u01a1ng", + "Please add the institute where the instructor is associated": "Xin vui l\u00f2ng b\u1ed5 sung nh\u1eefng h\u1ecdc vi\u1ec7n, c\u01a1 s\u1edf \u0111\u00e0o t\u1ea1o n\u01a1i gi\u1ea3ng vi\u00ean h\u1ee3p t\u00e1c gi\u1ea3ng d\u1ea1y.", + "Please add the instructor's biography": "Vui l\u00f2ng th\u00eam ti\u1ec3u s\u1eed c\u1ee7a gi\u1ea3ng vi\u00ean", + "Please add the instructor's name": "Vui l\u00f2ng th\u00eam t\u00ean gi\u1ea3ng vi\u00ean", + "Please add the instructor's title": "Vui l\u00f2ng th\u00eam ch\u1ee9c v\u1ee5 c\u1ee7a gi\u1ea3ng vi\u00ean", + "Please address the errors on this page first, and then save your progress.": "Vui l\u00f2ng s\u1eeda c\u00e1c l\u1ed7i tr\u00ean trang n\u00e0y, sau \u0111\u00f3 l\u01b0u ti\u1ebfn \u0111\u1ed9 c\u1ee7a b\u1ea1n.", + "Please check the following validation feedbacks and reflect them in your course settings:": "Vui l\u00f2ng ki\u1ec3m tra c\u00e1c ph\u1ea3n h\u1ed3i x\u00e1c nh\u1eadn sau \u0111\u00e2y v\u00e0 ph\u1ea3n \u00e1nh ch\u00fang trong c\u00e1c thi\u1ebft l\u1eadp kh\u00f3a h\u1ecdc c\u1ee7a b\u1ea1n:", + "Please describe this image or agree that it has no contextual value by checking the checkbox.": "Vui l\u00f2ng m\u00f4 t\u1ea3 h\u00ecnh \u1ea3nh n\u00e0y ho\u1eb7c \u0111\u1ed3ng \u00fd r\u1eb1ng n\u00f3 kh\u00f4ng c\u00f3 gi\u00e1 tr\u1ecb theo ng\u1eef c\u1ea3nh b\u1eb1ng c\u00e1ch \u0111\u00e1nh d\u1ea5u \u00f4 ki\u1ec3m.", + "Please do not use any spaces in this field.": "Vui l\u00f2ng kh\u00f4ng d\u00f9ng kho\u1ea3ng tr\u1eafng trong m\u1ee5c n\u00e0y", + "Please do not use any spaces or special characters in this field.": "Vui l\u00f2ng kh\u00f4ng s\u1eed d\u1ee5ng b\u1ea5t k\u1ef3 d\u1ea5u c\u00e1ch ho\u1eb7c k\u00fd t\u1ef1 \u0111\u1eb7c bi\u1ec7t trong m\u1ee5c n\u00e0y.", + "Please enter a problem location.": "Vui l\u00f2ng nh\u1eadp v\u1ecb tr\u00ed c\u1ee7a v\u1ea5n \u0111\u1ec1.", + "Please enter a score.": "Vui l\u00f2ng nh\u1eadp \u0111i\u1ec3m.", + "Please enter a student email address or username.": "Vui l\u00f2ng nh\u1eadp email ho\u1eb7c t\u00ean \u0111\u0103ng nh\u1eadp c\u1ee7a m\u1ed9t h\u1ecdc vi\u00ean.", + "Please enter a term in the {anchorStart} search field{anchorEnd}.": "Vui l\u00f2ng nh\u1eadp m\u1ed9t t\u1eeb v\u00e0o {anchorStart} tr\u01b0\u1eddng t\u00ecm ki\u1ebfm{anchorEnd}.", + "Please enter a username or email.": "Vui l\u00f2ng nh\u1eadp t\u00ean \u0111\u0103ng nh\u1eadp ho\u1eb7c email.", + "Please enter a valid donation amount.": "Vui l\u00f2ng nh\u1eadp s\u1ed1 ti\u1ec1n t\u00e0i tr\u1ee3.", + "Please enter an integer between %(min)s and %(max)s.": "Vui l\u00f2ng nh\u1eadp m\u1ed9t s\u1ed1 nguy\u00ean gi\u1eefa %(min)s v\u00e0 %(max)s.", + "Please enter an integer between 0 and 100.": "Xin vui l\u00f2ng nh\u1eadp m\u1ed9t s\u1ed1 nguy\u00ean trong kho\u1ea3ng 0 \u0111\u1ebfn 100.", + "Please enter an integer greater than 0.": "Vui l\u00f2ng nh\u1eadp m\u1ed9t s\u1ed1 nguy\u00ean l\u1edbn h\u01a1n 0.", + "Please enter non-negative integer.": "Vui l\u00f2ng nh\u1eadp s\u1ed1 nguy\u00ean kh\u00f4ng \u00e2m", + "Please enter valid start date and time.": "Vui l\u00f2ng nh\u1eadp ng\u00e0y gi\u1edd b\u1eaft \u0111\u1ea7u h\u1ee3p l\u1ec7.", + "Please enter your %(field)s.": "Vui l\u00f2ng nh\u1eadp %(field)s.", + "Please fix the following errors:": "Vui l\u00f2ng s\u1eeda nh\u1eefng l\u1ed7i sau:", + "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "Vui l\u00f2ng l\u00e0m theo c\u00e1c h\u01b0\u1edbng d\u1eabn \u1edf \u0111\u00e2y \u0111\u1ec3 t\u1ea3i l\u00ean m\u1ed9t t\u1ec7p \u1edf n\u01a1i kh\u00e1c v\u00e0 li\u00ean k\u1ebft \u0111\u1ebfn n\u00f3: {maxFileSizeRedirectUrl}", + "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "H\u00e3y in trang n\u00e0y \u0111\u1ec3 l\u01b0u tr\u1eef, n\u00f3 ph\u1ee5c v\u1ee5 nh\u01b0 l\u00e0 bi\u00ean lai c\u1ee7a b\u1ea1n. B\u1ea1n c\u0169ng s\u1ebd nh\u1eadn \u0111\u01b0\u1ee3c m\u1ed9t email v\u1edbi c\u00e1c th\u00f4ng tin t\u01b0\u01a1ng t\u1ef1.", + "Please provide a description of the link destination.": "Vui l\u00f2ng cung c\u1ea5p m\u00f4 t\u1ea3 v\u1ec1 \u0111i\u1ec3m \u0111\u1ebfn c\u1ee7a li\u00ean k\u1ebft.", + "Please provide a valid URL.": "Vui l\u00f2ng cung c\u1ea5p m\u1ed9t URL h\u1ee3p l\u1ec7.", + "Please re-enter your password.": "Vui l\u00f2ng nh\u1eadp l\u1ea1i m\u1eadt kh\u1ea9u.", + "Please select a PDF file to upload.": "Xin ch\u1ecdn file PDF \u0111\u1ec3 t\u1ea3i l\u00ean", + "Please select a file in .srt format.": "H\u00e3y ch\u1ecdn t\u1ec7p c\u00f3 \u0111\u1ecbnh d\u1ea1ng .srt.", + "Please specify a reason.": "Vui l\u00f2ng n\u00eau r\u00f5 l\u00fd do.", + "Please verify that you have uploaded a valid image (PNG and JPEG).": "Xin h\u00e3y ch\u1eafc ch\u1eafn r\u1eb1ng b\u1ea1n \u0111\u00e3 ch\u1ecdn \u1ea3nh \u0111\u00fang \u0111\u1ecbnh d\u1ea1ng (PNG ho\u1eb7c JPEG).", + "Please verify that your webcam is connected and that you have allowed your browser to access it.": "H\u00e3y ki\u1ec3m tra xem webcam \u0111\u00e3 \u0111\u01b0\u1ee3c k\u1ebft n\u1ed1i v\u00e0 tr\u00ecnh duy\u1ec7t \u0111\u00e3 \u0111\u01b0\u1ee3c cho ph\u00e9p d\u00f9ng webcam ch\u01b0a?", + "Post": "B\u00e0i vi\u1ebft", + "Poster": "Poster", + "Practice Proctored": "T\u1eadp luy\u1ec7n Gi\u00e1m s\u00e1t", + "Practice proctored Exam": "Thi th\u1ef1c h\u00e0nh c\u00f3 gi\u00e1m s\u00e1t", + "Pre": "Pre", + "Preferred Language": "Ng\u00f4n ng\u1eef \u01b0a th\u00edch", + "Preformatted": "Preformatted", + "Prerequisite:": "\u0110i\u1ec1u ki\u1ec7n b\u1eaft bu\u1ed9c", + "Prerequisite: %(prereq_display_name)s": "\u0110i\u1ec1u ki\u1ec7n b\u1eaft bu\u1ed9c: %(prereq_display_name)s", + "Press Add to language": "B\u1ea5m Th\u00eam v\u00e0o ng\u00f4n ng\u1eef", + "Press Remove to remove language": "Nh\u1ea5n Xo\u00e1 \u0111\u1ec3 x\u00f3a ng\u00f4n ng\u1eef", + "Press UP to enter the speed menu then use the UP and DOWN arrow keys to navigate the different speeds, then press ENTER to change to the selected speed.": "Nh\u1ea5n ph\u00edm m\u0169i t\u00ean l\u00ean \u0111\u1ec3 v\u00e0o menu t\u1ed1c \u0111\u1ed9 r\u1ed3i s\u1eed d\u1ee5ng c\u00e1c ph\u00edm m\u0169i t\u00ean l\u00ean v\u00e0 xu\u1ed1ng \u0111\u1ec3 \u0111i\u1ec1u h\u01b0\u1edbng c\u00e1c t\u1ed1c \u0111\u1ed9 kh\u00e1c nhau, sau \u0111\u00f3 nh\u1ea5n ENTER \u0111\u1ec3 thay \u0111\u1ed5i t\u1ed1c \u0111\u1ed9 \u0111\u00e3 ch\u1ecdn.", + "Press close to hide course video settings": "Nh\u1ea5n \u0111\u00f3ng \u0111\u1ec3 \u1ea9n thi\u1ebft l\u1eadp video kh\u00f3a h\u1ecdc", + "Press the UP arrow key to enter the language menu then use UP and DOWN arrow keys to navigate language options. Press ENTER to change to the selected language.": "Nh\u1ea5n ph\u00edm m\u0169i t\u00ean l\u00ean \u0111\u1ec3 v\u00e0o menu ng\u00f4n ng\u1eef sau \u0111\u00f3 s\u1eed d\u1ee5ng c\u00e1c ph\u00edm m\u0169i t\u00ean l\u00ean v\u00e0 xu\u1ed1ng \u0111\u1ec3 \u0111i\u1ec1u h\u01b0\u1edbng c\u00e1c t\u00f9y ch\u1ecdn ng\u00f4n ng\u1eef. Nh\u1ea5n ENTER \u0111\u1ec3 \u0111\u1ed5i sang ng\u00f4n ng\u1eef \u0111\u00e3 ch\u1ecdn.", + "Press update settings to update course video settings": "Nh\u1ea5n thi\u1ebft l\u1eadp c\u1eadp nh\u1eadt \u0111\u1ec3 c\u1eadp nh\u1eadt c\u00e1c thi\u1ebft l\u1eadp video c\u1ee7a kh\u00f3a h\u1ecdc", + "Prev": "Tr\u01b0\u1edbc", + "Prevent students from generating certificates in this course?": "Kh\u00f4ng c\u1ea5p ch\u1ee9ng ch\u1ec9 cho kh\u00f3a h\u1ecdc n\u00e0y?", + "Preview": "Xem tr\u01b0\u1edbc", + "Preview Certificate": "Xem tr\u01b0\u1edbc Ch\u1ee9ng ch\u1ec9", + "Preview of uploaded image": "Xem tr\u01b0\u1edbc h\u00ecnh \u1ea3nh t\u1ea3i l\u00ean", + "Preview this query": "Xem tr\u01b0\u1edbc truy v\u1ea5n n\u00e0y", + "Previous": "Tr\u01b0\u1edbc", + "Previous Uploads": "Nh\u1eefng T\u1ea3i l\u00ean Tr\u01b0\u1edbc \u0111\u00e2y", + "Previous Uploads table has been updated.": "B\u1ea3ng T\u1ea3i l\u00ean Tr\u01b0\u1edbc \u0111\u00e2y \u0111\u00e3 \u0111\u01b0\u1ee3c c\u1eadp nh\u1eadt.", + "Previously published": "\u0110\u00e3 xu\u1ea5t b\u1ea3n tr\u01b0\u1edbc \u0111\u00e2y", + "Print": "In", + "Processing Re-run Request": "\u0110ang x\u1eed l\u00ed Y\u00eau c\u1ea7u Re-run ", + "Proctored": "C\u00f3 gi\u00e1m s\u00e1t", + "Proctored Exam": "Thi c\u00f3 gi\u00e1m s\u00e1t", + "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.": "B\u00e0i thi c\u00f3 gi\u00e1m s\u00e1t \u0111\u01b0\u1ee3c t\u00ednh gi\u1edd v\u00e0 ghi l\u1ea1i video m\u1ed7i h\u1ecdc vi\u00ean tham d\u1ef1 b\u00e0i thi. C\u00e1c video n\u00e0y sau \u0111\u00f3 \u0111\u01b0\u1ee3c xem x\u00e9t \u0111\u1ec3 \u0111\u1ea3m b\u1ea3o r\u1eb1ng c\u00e1c h\u1ecdc vi\u00ean tu\u00e2n th\u1ee7 t\u1ea5t c\u1ea3 c\u00e1c quy t\u1eafc ki\u1ec3m tra.", + "Professional Education": "Gi\u00e1o D\u1ee5c Chuy\u00ean Nghi\u1ec7p", + "Professional Education Verified Certificate": "Gi\u1ea5y ch\u1ee9ng nh\u1eadn x\u00e1c th\u1ef1c cho gi\u00e1o d\u1ee5c chuy\u00ean nghi\u1ec7p", + "Profile": "H\u1ed3 s\u01a1", + "Profile Image": "\u1ea2nh c\u00e1 nh\u00e2n", + "Profile Visibility:": "Hi\u1ec3n th\u1ecb th\u00f4ng tin c\u00e1 nh\u00e2n:", + "Profile image for {username}": "\u1ea2nh c\u00e1 nh\u00e2n cho {username}", + "Promote another member to Admin to remove your admin rights": "Ti\u1ebfn c\u1eed c\u00e1c th\u00e0nh vi\u00ean kh\u00e1c qu\u1ea3n tr\u1ecb \u0111\u1ec3 lo\u1ea1i b\u1ecf quy\u1ec1n qu\u1ea3n tr\u1ecb c\u1ee7a b\u1ea1n", + "Provisional": "C\u00f3 th\u1ec3 thay \u0111\u1ed5i", + "Provisionally Supported": "H\u1ed7 tr\u1ee3 t\u1ea1m th\u1eddi", + "Publish": "Xu\u1ea5t b\u1ea3n", + "Publish all unpublished changes for this {item}?": "C\u00f4ng b\u1ed1 t\u1ea5t c\u1ea3 nh\u1eefng thay \u0111\u1ed5i ch\u01b0a ch\u01b0a c\u00f4ng b\u1ed1 cho {item}?", + "Publish {display_name}": "C\u00f4ng b\u1ed1 {display_name}", + "Published (not yet released)": "\u0110\u00e3 xu\u1ea5t b\u1ea3n (ch\u01b0a ph\u00e1t h\u00e0nh)", + "Published and Live": "\u0110\u00e3 Xu\u1ea5t b\u1ea3n v\u00e0 \u0110ang ch\u1ea1y", + "Publishing": "Ph\u00e1t h\u00e0nh", + "Publishing Status": "Tr\u1ea1ng th\u00e1i Xu\u1ea5t b\u1ea3n", + "Queued": "\u0110\u00e3 x\u1ebfp h\u00e0ng", + "Re-run Course": "Ch\u1ea1y l\u1ea1i Kh\u00f3a h\u1ecdc", + "Read More": "Xem Th\u00eam", + "Reason field should not be left blank.": "Vui l\u00f2ng \u0111i\u1ec1n v\u00e0o m\u1ee5c L\u00fd do.", + "Receive updates": "Nh\u1eadn th\u00f4ng b\u00e1o khi c\u00f3 b\u00e0i \u0111\u0103ng m\u1edbi", + "Recent Activity": "Ho\u1ea1t \u0111\u1ed9ng g\u1ea7n \u0111\u00e2y", + "Recommended image resolution is {imageResolution}, maximum image file size should be {maxFileSize} and format must be one of {supportedImageFormats}.": "\u0110\u1ed9 ph\u00e2n gi\u1ea3i \u0111\u01b0\u1ee3c \u0111\u1ec1 ngh\u1ecb l\u00e0 {imageResolution}, n\u00ean k\u00edch th\u01b0\u1edbc t\u1ec7p \u1ea3nh t\u1ed1i \u0111a ph\u1ea3i l\u00e0 {maxFileSize} v\u00e0 \u0111\u1ecbnh d\u1ea1ng ph\u1ea3i l\u00e0 m\u1ed9t trong {supportedImageFormats}.", + "Recovery Email Address": "Kh\u00f4i ph\u1ee5c \u0110\u1ecba ch\u1ec9 Email", + "Redo": "L\u00e0m l\u1ea1i", + "Redo (Ctrl+Shift+Z)": "L\u00e0m l\u1ea1i thao t\u00e1c (Ctrl+Shift+Z)", + "Redo (Ctrl+Y)": "L\u00e0m l\u1ea1i thao t\u00e1c (Ctrl+Y)", + "Regenerate": "T\u00e1i t\u1ea1o", + "Regenerate the user's certificate": "T\u1ea1o l\u1ea1i ch\u1ee9ng ch\u1ec9 c\u1ee7a ng\u01b0\u1eddi s\u1eed d\u1ee5ng", + "Register with Institution/Campus Credentials": "\u0110\u0103ng k\u00fd v\u1edbi th\u00f4ng tin c\u1ee7a t\u1ed5 ch\u1ee9c / tr\u01b0\u1eddng", + "Release Date and Time": "Ng\u00e0y v\u00e0 gi\u1edd ph\u00e1t h\u00e0nh", + "Release Date:": "Ng\u00e0y ph\u00e1t h\u00e0nh:", + "Release Status:": "Tr\u1ea1ng th\u00e1i Ph\u00e1t h\u00e0nh:", + "Release Time in UTC:": "Gi\u1edd ph\u00e1t h\u00e0nh theo UTC:", + "Release:": "Ph\u00e1t h\u00e0nh:", + "Released:": "Ph\u00e1t h\u00e0nh:", + "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "\u0110ang xo\u00e1. \u0110\u1ec3 tr\u00e1nh c\u00f3 l\u1ed7i x\u1ea3y ra, xin \u0111\u1eebng \u0111\u00f3ng trang n\u00e0y cho \u0111\u1ebfn khi xo\u00e1 xong.", + "Remove": "Lo\u1ea1i b\u1ecf", + "Remove all": "Xo\u00e1 t\u1ea5t c\u1ea3", + "Remove file": "X\u00f3a t\u1ec7p", + "Remove link": "G\u1ee1 li\u00ean k\u1ebft", + "Remove this team member?": "X\u00f3a th\u00e0nh vi\u00ean n\u00e0y?", + "Remove this video": "X\u00f3a video n\u00e0y", + "Remove {role} Access": "Xo\u00e1 {role} Truy c\u1eadp", + "Remove {video_name} video": "Xo\u00e1 video {video_name}", + "Removing": "\u0110ang xo\u00e1", + "Removing a video from this list does not affect course content. Any content that uses a previously uploaded video ID continues to display in the course.": "Lo\u1ea1i b\u1ecf m\u1ed9t video kh\u1ecfi danh s\u00e1ch n\u00e0y kh\u00f4ng \u1ea3nh h\u01b0\u1edfng \u0111\u1ebfn n\u1ed9i dung c\u1ee7a kh\u00f3a h\u1ecdc. B\u1ea5t k\u1ef3 n\u1ed9i dung n\u00e0o s\u1eed d\u1ee5ng ID video \u0111\u00e3 t\u1ea3i l\u00ean tr\u01b0\u1edbc \u0111\u00f3 v\u1eabn ti\u1ebfp t\u1ee5c hi\u1ec3n th\u1ecb trong kh\u00f3a h\u1ecdc.", + "Replace": "Thay th\u1ebf", + "Replace all": "Thay th\u1ebf t\u1ea5t c\u1ea3", + "Replace with": "Thay th\u1ebf b\u1eb1ng", + "Reply to Annotation": "Tr\u1ea3 l\u1eddi ch\u00fa th\u00edch", + "Requester": "Ng\u01b0\u1eddi y\u00eau c\u1ea7u", + "Required": "B\u1eaft bu\u1ed9c", + "Required field.": "Th\u00f4ng tin b\u1eaft bu\u1ed9c.", + "Reset My Password": "\u0110\u1eb7t l\u1ea1i m\u1eadt kh\u1ea9u", + "Reset Password": "\u0110\u1eb7t L\u1ea1i M\u1eadt Kh\u1ea9u", + "Reset Your Password": "\u0110\u1eb7t l\u1ea1i m\u1eadt kh\u1ea9u", + "Responses could not be loaded. Refresh the page and try again.": "Kh\u00f4ng th\u1ec3 t\u1ea3i nh\u1eefng b\u00e0i ph\u1ea3n h\u1ed3i. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", + "Restore enrollment code": "H\u1ed3i ph\u1ee5c m\u00e3 ghi danh", + "Restore last draft": "Kh\u00f4i ph\u1ee5c b\u1ea3n nh\u00e1p cu\u1ed1i c\u00f9ng", + "Restrict access to:": "H\u1ea1n ch\u1ebf quy\u1ec1n truy c\u1eadp v\u00e0o:", + "Retake Photo": "Ch\u1ee5p l\u1ea1i h\u00ecnh", + "Retake Your Photos": "Ch\u1ee5p l\u1ea1i h\u00ecnh \u1ea3nh c\u1ee7a b\u1ea1n", + "Retrieving enrollment status...": "\u0110ang nh\u1eadn tr\u1ea1ng th\u00e1i \u0111\u0103ng k\u00fd...", + "Return and add email address": "Quay l\u1ea1i v\u00e0 th\u00eam \u0111\u1ecba ch\u1ec9 email", + "Return to Export": "Tr\u1edf l\u1ea1i Xu\u1ea5t T\u1ec7p", + "Return to Your Dashboard": "Quay L\u1ea1i B\u1ea3ng \u0110i\u1ec1u Khi\u1ec3n C\u1ee7a B\u1ea1n", + "Return to team listing": "Quay l\u1ea1i danh s\u00e1ch nh\u00f3m", + "Review Rules": "Quy t\u1eafc \u0110\u00e1nh gi\u00e1", + "Review Your Photos": "Xem l\u1ea1i \u1ea3nh c\u1ee7a b\u1ea1n", + "Review your info": "Xem l\u1ea1i th\u00f4ng tin c\u1ee7a b\u1ea1n", + "Revoke access": "H\u1ee7y b\u1ecf truy c\u1eadp", + "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "V\u00f9ng Rich Text. Nh\u1ea5n ALT-F9 \u0111\u1ec3 m\u1edf menu. Nh\u1ea5n ALT-F10 \u0111\u1ec3 m\u1edf thanh c\u00f4ng c\u1ee5. Nh\u1ea5n ALT-0 \u0111\u1ec3 m\u1edf tr\u1ee3 gi\u00fap.", + "Right": "Ph\u1ea3i", + "Right to left": "Ph\u1ea3i sang tr\u00e1i", + "Robots": "Robots", + "Role field should not be left unselected.": "tr\u01b0\u1eddng vai tr\u00f2 kh\u00f4ng \u0111\u01b0\u1ee3c \u0111\u1ec3 tr\u1ed1ng.", + "Row": "H\u00e0ng", + "Row group": "Nh\u00f3m h\u00e0ng", + "Row properties": "\u0110\u1eb7c t\u00ednh h\u00e0ng", + "Row type": "Ki\u1ec3u h\u00e0ng", + "Rows": "Rows", + "Save": "L\u01b0u", + "Save Changes": "L\u01b0u Thay \u0110\u1ed5i", + "Save changes": "L\u01b0u thay \u0111\u1ed5i", + "Saved cohort": "Nh\u00f3m h\u1ecdc vi\u00ean \u0111\u00e3 l\u01b0u / Saved cohort", + "Saving": "\u0110ang l\u01b0u", + "Saving your email preference": "\u0110ang l\u01b0u tu\u1ef3 ch\u1ecdn email c\u1ee7a b\u1ea1n", + "Saving...": "\u0110ang l\u01b0u...", + "Scheduled:": "L\u00ean k\u1ebf ho\u1ea1ch:", + "Scope": "Ph\u1ea1m vi", + "Search": "T\u00ecm ki\u1ebfm", + "Search Results": "K\u1ebft qu\u1ea3 t\u00ecm ki\u1ebfm", + "Search teams": "T\u00ecm ki\u1ebfm nh\u00f3m", + "Section": "M\u1ee5c", + "Section Visibility": "Hi\u1ec3n th\u1ecb Ph\u1ea7n n\u1ed9i dung", + "Sections": "Ph\u1ea7n", + "Select": "Ch\u1ecdn", + "Select Session": "Ch\u1ecdn Phi\u00ean", + "Select a chapter": "Ch\u1ecdn m\u1ed9t ch\u01b0\u01a1ng", + "Select a cohort": "Ch\u1ecdn m\u1ed9t nh\u00f3m", + "Select a cohort to manage": "Ch\u1ecdn m\u1ed9t nh\u00f3m \u0111\u1ec3 qu\u1ea3n l\u00fd", + "Select a course or select \"Not specific to a course\" for your support request.": "Ch\u1ecdn m\u1ed9t kh\u00f3a h\u1ecdc ho\u1eb7c ch\u1ecdn \"Kh\u00f4ng c\u1ee5 th\u1ec3 cho m\u1ed9t kh\u00f3a h\u1ecdc\" \u0111\u1ec3 y\u00eau c\u1ea7u h\u1ed7 tr\u1ee3.", + "Select a group type": "Ch\u1ecdn m\u1ed9t ki\u1ec3u nh\u00f3m", + "Select a section or problem": "Ch\u1ecdn m\u1ed9t m\u1ee5c ho\u1eb7c v\u1ea5n \u0111\u1ec1", + "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.": "Ch\u1ecdn ph\u00e2n b\u1ed5 th\u1eddi gian cho b\u00e0i thi. N\u1ebfu h\u01a1n 24 gi\u1edd, nh\u1eadp v\u00e0o kho\u1ea3ng th\u1eddi gian. B\u1ea1n c\u00f3 th\u1ec3 cho h\u1ecdc vi\u00ean th\u00eam th\u1eddi gian \u0111\u1ec3 ho\u00e0n th\u00e0nh b\u00e0i ki\u1ec3m tra th\u00f4ng qua B\u1ea3ng th\u00f4ng tin Gi\u1ea3ng vi\u00ean.", + "Select all": "Ch\u1ecdn t\u1ea5t c\u1ea3", + "Select fidelity": "Ch\u1ecdn \u0111\u1ed9 trung th\u1ef1c", + "Select language": "Ch\u1ecdn \u0111\u1ed9 ng\u00f4n ng\u1eef", + "Select one or more groups:": "Ch\u1ecdn m\u1ed9t ho\u1eb7c nhi\u1ec1u nh\u00f3m:", + "Select the time zone for displaying course dates. If you do not specify a time zone, course dates, including assignment deadlines, will be displayed in your browser's local time zone.": "Ch\u1ecdn m\u00fai gi\u1edd \u0111\u1ec3 hi\u1ec3n th\u1ecb ng\u00e0y kh\u00f3a h\u1ecdc. N\u1ebfu b\u1ea1n kh\u00f4ng ch\u1ec9 \u0111\u1ecbnh m\u00fai gi\u1edd, ng\u00e0y b\u1eaft \u0111\u1ea7u kho\u00e1 h\u1ecdc, th\u1eddi h\u1ea1n kho\u00e1 h\u1ecdc, s\u1ebd \u0111\u01b0\u1ee3c hi\u1ec3n th\u1ecb trong m\u00fai gi\u1edd \u0111\u1ecba ph\u01b0\u01a1ng c\u1ee7a tr\u00ecnh duy\u1ec7t.", + "Select turnaround": "Ch\u1ecdn quay v\u00f2ng", + "Selected tab": "Tab \u0111\u00e3 ch\u1ecdn", + "Send to:": "G\u1eedi v\u1ec1:", + "Sent By": "G\u1eedi B\u1edfi", + "Sent By:": "G\u1eedi B\u1edfi:", + "Sent To": "G\u1eedi t\u1edbi", + "Sent To:": "G\u1eedi T\u1edbi:", + "Sequence error! Cannot navigate to %(tab_name)s in the current SequenceModule. Please contact the course staff.": "L\u1ed7i Sequence! Kh\u00f4ng th\u1ec3 \u0111i\u1ec1u h\u01b0\u1edbng t\u1edbi tab %(tab_name)s trong SequenceModule hi\u1ec7n t\u1ea1i. Xin vui l\u00f2ng li\u00ean h\u1ec7 v\u1edbi nh\u00e2n vi\u00ean ph\u1ee5 tr\u00e1ch kh\u00f3a h\u1ecdc.", + "Server Error, Please refresh the page and try again.": "L\u1ed7i m\u00e1y ch\u1ee7, Vui l\u00f2ng l\u00e0m m\u1edbi trang v\u00e0 th\u1eed l\u1ea1i.", + "Set Access": "Thi\u1ebft l\u1ea1p Truy c\u1eadp", + "Set as a Special Exam": "\u0110\u1eb7t l\u00e0 m\u1ed9t B\u00e0i ki\u1ec3m tra \u0110\u1eb7c bi\u1ec7t", + "Set up your certificate": "Thi\u1ebft l\u1eadp ch\u1ee9ng ch\u1ec9 c\u1ee7a b\u1ea1n", + "Settings": "Thi\u1ebft l\u1eadp", + "Settings updated": "\u0110\u00e3 c\u1eadp nh\u1eadt thi\u1ebft l\u1eadp", + "Share Alike": "Share Alike.", + "Short explanation": "Gi\u1ea3i th\u00edch ng\u1eafn g\u1ecdn", + "Show": "Hi\u1ec7n ra", + "Show All": "Hi\u1ec3n th\u1ecb t\u1ea5t c\u1ea3", + "Show Annotations": "Hi\u1ec7n ch\u00fa th\u00edch", + "Show Deprecated Settings": "Hi\u1ec7n C\u00e0i \u0110\u1eb7t Kh\u1ea3 Th\u1ebf", + "Show Discussion": "Hi\u1ec7n th\u1ea3o lu\u1eadn", + "Show Previews": "Hi\u1ec7n Xem tr\u01b0\u1edbc", + "Show assessment results when subsection is past due": "Hi\u1ec3n th\u1ecb k\u1ebft qu\u1ea3 \u0111\u00e1nh gi\u00e1 khi ph\u1ea7n con qu\u00e1 h\u1ea1n", + "Show blocks": "Hi\u1ec7n c\u00e1c kh\u1ed1i", + "Show entire subsection": "Hi\u1ec7n to\u00e0n b\u1ed9 ph\u1ea7n con", + "Show invisible characters": "Hi\u1ec7n k\u00ed t\u1ef1 \u1ea9n", + "Show me other ways to sign in or register": "Ch\u1ec9 cho t\u00f4i nh\u1eefng c\u00e1ch kh\u00e1c \u0111\u1ec3 \u0111\u0103ng nh\u1eadp ho\u1eb7c \u0111\u0103ng k\u00fd", + "Show notes": "Hi\u1ec3n th\u1ecb ch\u00fa th\u00edch. ", + "Show posts by {username}.": "Nh\u1eefng b\u00e0i c\u1ee7a {username}.", + "Showing all responses": "\u0110ang hi\u1ec7n t\u1ea5t c\u1ea3 ph\u1ea3n h\u1ed3i", "Showing first response": [ "Hi\u1ec7n {numResponses} ph\u1ea3n h\u1ed3i \u0111\u1ea7u" - ], - "Showing results for \"{searchString}\"": "Hi\u1ec7n k\u1ebft qu\u1ea3 t\u00ecm \"{searchString}\"", - "Showing {currentItemRange} out of {totalItemsCount}, filtered by {assetType}, sorted by {sortName} ascending": "Hi\u1ec3n th\u1ecb {currentItemRange} tr\u00ean t\u1ed5ng s\u1ed1 {totalItemsCount}, \u0111\u01b0\u1ee3c l\u1ecdc b\u1edfi {assetType}, s\u1eafp x\u1ebfp theo {sortName} t\u0103ng d\u1ea7n", - "Showing {currentItemRange} out of {totalItemsCount}, filtered by {assetType}, sorted by {sortName} descending": "Hi\u1ec3n th\u1ecb {currentItemRange} tr\u00ean t\u1ed5ng s\u1ed1 {totalItemsCount}, \u0111\u01b0\u1ee3c l\u1ecdc b\u1edfi {assetType}, s\u1eafp x\u1ebfp theo {sortName} gi\u1ea3m d\u1ea7n", - "Showing {currentItemRange} out of {totalItemsCount}, sorted by {sortName} ascending": "Hi\u1ec3n th\u1ecb {currentItemRange} tr\u00ean t\u1ed5ng s\u1ed1 {totalItemsCount}, \u0111\u01b0\u1ee3c s\u1eafp x\u1ebfp theo {sortName} t\u0103ng d\u1ea7n", - "Showing {currentItemRange} out of {totalItemsCount}, sorted by {sortName} descending": "Hi\u1ec3n th\u1ecb {currentItemRange} tr\u00ean t\u1ed5ng s\u1ed1 {totalItemsCount}, \u0111\u01b0\u1ee3c s\u1eafp x\u1ebfp theo {sortName} gi\u1ea3m d\u1ea7n", - "Showing {firstIndex} out of {numItems} total": "Hi\u1ec7n {firstIndex} tr\u00ean t\u1ed5ng s\u1ed1 {numItems}", - "Showing {firstIndex}-{lastIndex} out of {numItems} total": "Hi\u1ec7n {firstIndex}-{lastIndex} tr\u00ean t\u1ed5ng s\u1ed1 {numItems}", - "Sign in": "\u0110\u0103ng nh\u1eadp", - "Sign in to {platform} so we can help you better.": "\u0110\u0103ng nh\u1eadp v\u00e0o {platform} \u0111\u1ec3 ch\u00fang t\u00f4i c\u00f3 th\u1ec3 h\u1ed7 tr\u1ee3 b\u1ea1n t\u1ed1t h\u01a1n.", - "Sign in using %(providerName)s": "\u0110\u0103ng nh\u1eadp b\u1eb1ng c\u00e1ch s\u1eed d\u1ee5ng %(providerName)s", - "Sign in with Institution/Campus Credentials": "\u0110\u0103ng nh\u1eadp v\u1edbi t\u1ed5 ch\u1ee9c / th\u00f4ng tin tr\u01b0\u1eddng", - "Signatory": "Ng\u01b0\u1eddi k\u00fd", - "Signatory field(s) has invalid data.": "(Nh\u1eefng) Tr\u01b0\u1eddng ch\u1eef k\u00fd c\u00f3 d\u1eef li\u1ec7u kh\u00f4ng h\u1ee3p l\u1ec7.", - "Signature Image": "H\u00ecnh \u1ea3nh Ch\u1eef k\u00fd", - "Skip": "B\u1ecf qua", - "Social Media Links": "Li\u00ean k\u1ebft M\u1ea1ng x\u00e3 h\u1ed9i", - "Some Rights Reserved": "Some Rights Reserved.", - "Some images in this post have been omitted": "M\u1ed9t s\u1ed1 h\u00ecnh \u1ea3nh trong b\u00e0i n\u00e0y \u0111\u00e3 b\u1ecb b\u1ecf qua", - "Something went wrong changing this enrollment. Please try again.": "\u0110\u00e3 x\u1ea3y ra s\u1ef1 c\u1ed1 khi thay \u0111\u1ed5i \u0111\u0103ng k\u00fd n\u00e0y. Vui l\u00f2ng th\u1eed l\u1ea1i.", - "Something went wrong. Please try again later.": "\u0110\u00e3 x\u1ea3y ra l\u1ed7i. Vui l\u00f2ng th\u1eed l\u1ea1i sau.", - "Sorry, no results were found.": "Xin l\u1ed7i, kh\u00f4ng c\u00f3 k\u1ebft qu\u1ea3 n\u00e0o \u0111\u01b0\u1ee3c t\u00ecm th\u1ea5y", - "Sorry, there was an error parsing the subtitles that you uploaded. Please check the format and try again.": "Xin l\u1ed7i, c\u00f3 l\u1ed7i c\u00fa ph\u00e1p trong ph\u1ee5 \u0111\u1ec1 b\u1ea1n t\u1ea3i l\u00ean. Vui l\u00f2ng ki\u1ec3m tra \u0111\u1ecbnh d\u1ea1ng v\u00e0 th\u1eed l\u1ea1i.", - "Sorry, there was an error trying to process your request. Please try again later.": "Xin l\u1ed7i, \u0111\u00e3 x\u1ea3y ra l\u1ed7i khi x\u1eed l\u00fd y\u00eau c\u1ea7u c\u1ee7a b\u1ea1n. Vui l\u00f2ng th\u1eed l\u1ea1i sau.", - "Sorted by": "S\u1eafp x\u1ebfp theo", - "Source": "Ngu\u1ed3n", - "Source code": "M\u00e3 ngu\u1ed3n", - "Special character": "K\u00ed t\u1ef1 \u0111\u1eb7c bi\u1ec7t", - "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "Cho m\u1ed9t ti\u00eau \u0111\u1ec1 thay th\u1ebf \u0111\u1ec3 hi\u1ec3n th\u1ecb tr\u00ean gi\u1ea5y ch\u1ee9ng nh\u1eadn. \u0110\u1ec3 tr\u1ed1ng \u0111\u1ec3 s\u1eed d\u1ee5ng ti\u00eau \u0111\u1ec1 ch\u00ednh th\u1ee9c c\u1ee7a kh\u00f3a h\u1ecdc.", - "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam, along with the {linkStart}general proctored exam rules{linkEnd}.": "Ch\u1ec9 \u0111\u1ecbnh b\u1ea5t k\u1ef3 quy t\u1eafc ho\u1eb7c c\u00e1c ngo\u1ea1i l\u1ec7 quy t\u1eafc n\u00e0o m\u00e0 nh\u00f3m \u0111\u00e1nh gi\u00e1 gi\u00e1m s\u00e1t c\u1ea7n th\u1ef1c hi\u1ec7n khi xem x\u00e9t video. V\u00ed d\u1ee5, b\u1ea1n c\u00f3 th\u1ec3 ch\u1ec9 \u0111\u1ecbnh \u0111\u01b0\u1ee3c ph\u00e9p s\u1eed d\u1ee5ng m\u00e1y t\u00ednh c\u1ea7m tay. C\u00e1c quy t\u1eafc \u0111\u01b0\u1ee3c ch\u1ec9 \u0111\u1ecbnh n\u00e0y hi\u1ec3n th\u1ecb cho ng\u01b0\u1eddi h\u1ecdc tr\u01b0\u1edbc khi ng\u01b0\u1eddi h\u1ecdc b\u1eaft \u0111\u1ea7u b\u00e0i ki\u1ec3m tra, c\u00f9ng v\u1edbi {linkStart}c\u00e1c quy t\u1eafc thi c\u00f3 gi\u00e1m s\u00e1t chung{linkEnd}.", - "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam.": "Ch\u1ec9 \u0111\u1ecbnh b\u1ea5t k\u1ef3 quy t\u1eafc ho\u1eb7c c\u00e1c ngo\u1ea1i l\u1ec7 quy t\u1eafc n\u00e0o m\u00e0 nh\u00f3m \u0111\u00e1nh gi\u00e1 gi\u00e1m s\u00e1t c\u1ea7n th\u1ef1c hi\u1ec7n khi xem x\u00e9t video. V\u00ed d\u1ee5, b\u1ea1n c\u00f3 th\u1ec3 ch\u1ec9 \u0111\u1ecbnh \u0111\u01b0\u1ee3c ph\u00e9p s\u1eed dung m\u00e1y t\u00ednh c\u1ea7m tay. C\u00e1c quy t\u1eafc c\u1ee5 th\u1ec3 n\u00e0y \u0111\u01b0\u1ee3c hi\u1ec3n th\u1ecb cho ng\u01b0\u1eddi h\u1ecdc tr\u01b0\u1edbc khi ng\u01b0\u1eddi h\u1ecdc b\u1eaft \u0111\u1ea7u b\u00e0i l\u00e0m b\u00e0i ki\u1ec3m thi.", - "Speed": "T\u1ed1c \u0111\u1ed9", - "Spellcheck": "Ki\u1ec3m tra ch\u00ednh t\u1ea3", - "Split cell": "Chia nh\u1ecf \u00f4", - "Square": "H\u00ecnh vu\u00f4ng", - "Staff": "Nh\u00e2n vi\u00ean", - "Staff Only": "Ch\u1ec9 Nh\u00e2n vi\u00ean", - "Staff and Learners": "Nh\u00e2n vi\u00ean v\u00e0 H\u1ecdc vi\u00ean", - "Start Date": "Ng\u00e0y b\u1eaft \u0111\u1ea7u", - "Start generating certificates for all students in this course?": "B\u1eaft \u0111\u1ea7u c\u1ea5p ch\u1ee9ng ch\u1ec9 cho t\u1ea5t c\u1ea3 h\u1ecdc vi\u00ean trong kh\u00f3a h\u1ecdc n\u00e0y?", - "Start of transcript. Skip to the end.": "B\u1eaft \u0111\u1ea7u b\u1ea3n d\u1ecbch. T\u1edbi cu\u1ed1i.", - "Start regenerating certificates for students in this course?": "B\u1eaft \u0111\u1ea7u t\u1ea1o l\u1ea1i ch\u1ee9ng ch\u1ec9 cho sinh vi\u00ean trong kh\u00f3a h\u1ecdc n\u00e0y?", - "Start search": "B\u1eaft \u0111\u1ea7u t\u00ecm ki\u1ebfm", - "Started entrance exam rescore task for student '{student_id}'. Click the 'Show Task Status' button to see the status of the task.": "\u0110\u00e3 b\u1eaft \u0111\u1ea7u ch\u1ea5m l\u1ea1i b\u00e0i thi \u0111\u1ea7u v\u00e0o c\u1ee7a h\u1ecdc vi\u00ean '{student_id}'. Nh\u1ea5n n\u00fat 'Hi\u1ec3n th\u1ecb Tr\u1ea1ng Th\u00e1i T\u00e1c v\u1ee5' \u0111\u1ec3 xem tr\u1ea1ng th\u00e1i c\u1ee7a t\u00e1c v\u1ee5.", - "Started {start}": "\u0110\u00e3 b\u1eaft \u0111\u1ea7u {start}", - "Starts": "b\u1eaft \u0111\u1ea7u", - "Starts {start}": "B\u1eaft \u0111\u1ea7u {start}", - "Starts: %(start_date)s": "B\u1eaft \u0111\u1ea7u: %(start_date)s", - "State": "Tr\u1ea1ng th\u00e1i ", - "Status": "Tr\u1ea1ng Th\u00e1i", - "Status of Your Response": "Tr\u1ea1ng Th\u00e1i Tr\u1ea3 L\u1eddi C\u1ee7a B\u1ea1n", - "Strikethrough": "G\u1ea1ch ngang", - "Student Removed from certificate white list successfully.": "\u0110\u00e3 x\u00f3a h\u1ecdc vi\u00ean kh\u1ecfi danh s\u00e1ch tr\u1eafng ch\u1ee9ng ch\u1ec9.", - "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Add to Exception List\" button.": "Tr\u01b0\u1eddng t\u00ean \u0111\u0103ng nh\u1eadp/email c\u1ee7a sinh vi\u00ean l\u00e0 b\u1eaft bu\u1ed9c v\u00e0 kh\u00f4ng \u0111\u01b0\u1ee3c \u0111\u1ec3 tr\u1ed1ng. Vui l\u00f2ng \u0111i\u1ec1n t\u00ean \u0111\u0103ng nh\u1eadp/email sau \u0111\u00f3 nh\u1ea5n n\u00fat \"Th\u00eam v\u00e0o Danh s\u00e1ch Ngo\u1ea1i l\u1ec7\".", - "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Invalidate Certificate\" button.": "Tr\u01b0\u1eddng t\u00ean \u0111\u0103ng nh\u1eadp/email c\u1ee7a sinh vi\u00ean l\u00e0 b\u1eaft bu\u1ed9c v\u00e0 kh\u00f4ng \u0111\u01b0\u1ee3c \u0111\u1ec3 tr\u1ed1ng. Vui l\u00f2ng \u0111i\u1ec1n t\u00ean \u0111\u0103ng nh\u1eadp/email sau \u0111\u00f3 nh\u1ea5n n\u00fat \"Hu\u1ef7 b\u1ecf Ch\u1ee9ng ch\u1ec9\".", - "Studio's having trouble saving your work": "Studio x\u1ea3y ra s\u1ef1 c\u1ed1 khi l\u01b0u l\u1ea1i c\u00f4ng vi\u1ec7c c\u1ee7a b\u1ea1n", - "Studio:": "Studio:", - "Style": "Phong c\u00e1ch", - "Subject": "Ch\u1ee7 \u0111\u1ec1", - "Subject:": "Ch\u1ee7 \u0111\u1ec1:", - "Submission aborted! Sorry, your browser does not support file uploads. If you can, please use Chrome or Safari which have been verified to support file uploads.": "G\u1eedi b\u1ecb h\u1ee7y b\u1ecf! Xin l\u1ed7i, tr\u00ecnh duy\u1ec7t c\u1ee7a b\u1ea1n kh\u00f4ng h\u1ed7 tr\u1ee3 t\u1ea3i l\u00ean t\u1ec7p. N\u1ebfu c\u00f3 th\u1ec3, vui l\u00f2ng s\u1eed d\u1ee5ng Chrome ho\u1eb7c Safari \u0111\u00e3 \u0111\u01b0\u1ee3c x\u00e1c nh\u1eadn h\u1ed7 tr\u1ee3 t\u1ea3i l\u00ean t\u1ec7p tin.", - "Submit": "G\u1eedi", - "Submitted": "\u0110\u00e3 g\u1eedi", - "Subscript": "Subscript", - "Subsection": "Ti\u1ec3u m\u1ee5c", - "Subsection Visibility": "Hi\u1ec3n th\u1ecb Ph\u1ea7n con", - "Subsection is hidden after course end date": "Ph\u1ea7n con \u0111\u01b0\u1ee3c \u1ea9n sau ng\u00e0y k\u1ebft th\u00fac kh\u00f3a h\u1ecdc", - "Subsection is hidden after due date": "Ph\u1ea7n con \u0111\u01b0\u1ee3c \u1ea9n sau ng\u00e0y \u0111\u00e1o h\u1ea1n", - "Subsections": "Ph\u1ea7n con", - "Success": "Th\u00e0nh c\u00f4ng", - "Success! \"{displayName}\" has been moved.": "Th\u00e0nh c\u00f4ng! \"{displayName}\" \u0111\u00e3 \u0111\u01b0\u1ee3c di chuy\u1ec3n.", - "Success! Problem attempts reset for problem '<%- problem_id %>' and student '<%- student_id %>'.": "Th\u00e0nh c\u00f4ng! T\u00e1i thi\u1ebft l\u1eadp s\u1ed1 l\u1ea7n c\u00f3 quy\u1ec1n n\u1ed9p b\u00e0i '<%- problem_id %>' v\u00e0 sinh vi\u00ean '<%- student_id %>'.", - "Successfully deleted student state for user {user}": "Th\u00e0nh c\u00f4ng khi x\u00f3a tr\u1ea1ng th\u00e1i h\u1ecdc vi\u00ean cho th\u00e0nh vi\u00ean {user}", - "Successfully enrolled and sent email to the following users:": "\u0110\u00e3 ghi danh th\u00e0nh c\u00f4ng v\u00e0 \u0111\u00e3 g\u1eedi email t\u1edbi th\u00e0nh vi\u00ean sau:", - "Successfully enrolled the following users:": "\u0110\u00e3 ghi danh th\u00e0nh c\u00f4ng cho nh\u1eefng th\u00e0nh vi\u00ean sau:", - "Successfully overrode problem score for {user}": "\u0110\u00e3 c\u1ea3i thi\u1ec7n \u0111i\u1ec3m s\u1ed1 cho {user}", - "Successfully rescored problem for user {user}": "Th\u00e0nh c\u00f4ng khi ch\u1ea5m l\u1ea1i c\u00e2u h\u1ecfi cho h\u1ecdc vi\u00ean {user}", - "Successfully rescored problem to improve score for user {user}": "\u0110\u00e3 ho\u00e0n th\u00e0nh ch\u1ea5m l\u1ea1i \u0111\u1ec3 c\u1ea3i thi\u1ec7n \u0111i\u1ec3m s\u1ed1 cho ng\u01b0\u1eddi s\u1eed d\u1ee5ng {user}", - "Successfully reset the attempts for user {user}": "\u0110\u00e3 t\u00e1i thi\u1ebft l\u1eadp th\u00e0nh c\u00f4ng s\u1ed1 l\u1ea7n c\u00f3 quy\u1ec1n n\u1ed9p b\u00e0i cho th\u00e0nh vi\u00ean {user}", - "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "\u0110\u00e3 g\u1eedi email ghi danh th\u00e0nh c\u00f4ng cho nh\u1eefng th\u00e0nh vi\u00ean sau \u0111\u00e2y - h\u1ecd s\u1ebd \u0111\u01b0\u1ee3c ghi danh ngay sau khi \u0111\u0103ng k\u00fd:", - "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "\u0110\u00e3 g\u1eedi email ghi danh th\u00e0nh c\u00f4ng cho nh\u1eefng th\u00e0nh vi\u00ean sau \u0111\u00e2y - h\u1ecd s\u1ebd \u0111\u01b0\u1ee3c ghi danh ngay sau khi \u0111\u0103ng k\u00fd:", - "Successfully started task to rescore problem '<%- problem_id %>' for all students. Click the 'Show Task Status' button to see the status of the task.": "\u0110\u00e3 b\u1eaft \u0111\u1ea7u t\u00e1c v\u1ee5 ch\u1ea5m l\u1ea1i c\u00e2u h\u1ecfi '<%- problem_id %>' cho t\u1ea5t c\u1ea3 c\u00e1c h\u1ecdc vi\u00ean. Nh\u1ea5n n\u00fat 'Hi\u1ec3n th\u1ecb Tr\u1ea1ng th\u00e1i T\u00e1c v\u1ee5' \u0111\u1ec3 xem tr\u1ea1ng th\u00e1i c\u1ee7a t\u00e1c v\u1ee5.", - "Successfully started task to reset attempts for problem '<%- problem_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u0110\u00e3 b\u1eaft \u0111\u1ea7u t\u00e1c v\u1ee5 t\u00e1i thi\u1ebft l\u1eadp s\u1ed1 l\u1ea7n c\u00f3 quy\u1ec1n n\u1ed9p b\u00e0i cho c\u00e2u h\u1ecfi '<%- problem_id %>'. B\u1ea5m n\u00fat 'Hi\u1ec3n th\u1ecb l\u1ecbch s\u1eed t\u00e1c v\u1ee5' \u0111\u1ec3 xem tr\u1ea1ng th\u00e1i c\u1ee7a t\u00e1c v\u1ee5.", - "Successfully unlinked.": "\u0110\u00e3 b\u1ecf k\u1ebft n\u1ed1i.", - "Superscript": "Superscript", - "Supported": "\u0110\u01b0\u1ee3c h\u1ed7 tr\u1ee3", - "Supported file types: {supportedVideoTypes}": "C\u00e1c lo\u1ea1i t\u1ec7p \u0111\u01b0\u1ee3c h\u1ed7 tr\u1ee3: {supportedVideoTypes}", - "TOTAL": "T\u1ed4NG C\u1ed8NG", - "Table": "B\u1ea3ng", - "Table properties": "\u0110\u1eb7c t\u00ednh b\u1ea3ng", - "Tags": "Tag", - "Tags:": "Tag:", - "Take Photo": "\u1ea2nh ch\u1ee5p", - "Take Your Photo": "\u1ea2nh ch\u1ee5p c\u1ee7a b\u1ea1n", - "Take a Photo of Your ID": "H\u00e3y h\u00ecnh \u1ea3nh c\u1ee7a ID c\u1ee7a b\u1ea1n", - "Take a photo of your ID": "Ch\u1ee5p \u1ea3nh cho ID c\u1ee7a b\u1ea1n", - "Take me to the main course page": "M\u1edf trang kho\u00e1 h\u1ecdc ch\u00ednh", - "Take me to the main library page": "M\u1edf trang th\u01b0 vi\u1ec7n ch\u00ednh", - "Take me to the new location": "\u0110\u01b0a t\u00f4i \u0111\u1ebfn v\u1ecb tr\u00ed m\u1edbi", - "Target": "M\u1ee5c ti\u00eau", - "Task ID": "M\u00e3 T\u00e1c V\u1ee5", - "Task Progress": "Ti\u1ebfn Tr\u00ecnh T\u00e1c V\u1ee5", - "Task Status": "Tr\u1ea1ng Th\u00e1i T\u00e1c V\u1ee5", - "Task Type": "Lo\u1ea1i T\u00e1c V\u1ee5", - "Task inputs": "Nh\u1eadp d\u1eef li\u1ec7u t\u00e1c v\u1ee5", - "Teaching Assistant": "Tr\u1ee3 gi\u1ea3ng", - "Team \"{team}\" successfully deleted.": "Nh\u00f3m \"{team}\" \u0111\u00e3 x\u00f3a th\u00e0nh c\u00f4ng.", - "Team Description (Required) *": "Gi\u1edbi thi\u1ec7u nh\u00f3m (b\u1eaft bu\u1ed9c) *", - "Team Details": "Chi ti\u1ebft nh\u00f3m", - "Team Name (Required) *": "T\u00ean nh\u00f3m (b\u1eaft bu\u1ed9c) *", - "Team Search": "T\u00ecm nh\u00f3m", - "Team capacity": "N\u0103ng l\u1ef1c nh\u00f3m", - "Team description cannot have more than 300 characters.": "Gi\u1edbi thi\u1ec7u nh\u00f3m kh\u00f4ng th\u1ec3 c\u00f3 tr\u00ean 300 k\u00fd t\u1ef1.", - "Team member profiles": "H\u1ed3 s\u01a1 th\u00e0nh vi\u00ean nh\u00f3m", - "Team name cannot have more than 255 characters.": "T\u00ean nh\u00f3m kh\u00f4ng th\u1ec3 c\u00f3 tr\u00ean 255 k\u00fd t\u1ef1.", - "Teams": "Nh\u1eefng nh\u00f3m", - "Teams Pagination": "Ph\u00e2n trang Nh\u00f3m", - "Tell other learners a little about yourself: where you live, what your interests are, why you're taking courses, or what you hope to learn.": "Chia s\u1ebb v\u1edbi c\u00e1c h\u1ecdc vi\u00ean kh\u00e1c v\u1ec1 b\u1ea3n th\u00e2n b\u1ea1n: n\u01a1i b\u1ea1n s\u1ed1ng, s\u1edf th\u00edch, l\u00fd do ch\u1ecdn h\u1ecdc m\u1ed9t kho\u00e1 h\u1ecdc n\u00e0o \u0111\u00f3, ho\u1eb7c nh\u1eefng g\u00ec b\u1ea1n mu\u1ed1n h\u1ecdc \u0111\u01b0\u1ee3c.", - "Templates": "M\u1eabu", - "Terms of Service and Honor Code": "\u0110i\u1ec1u kho\u1ea3n D\u1ecbch v\u1ee5 v\u00e0 M\u00e3 Danh d\u1ef1", - "Text color": "M\u00e0u ch\u1eef", - "Text to display": "V\u0103n b\u1ea3n \u0111\u1ec3 hi\u1ec3n th\u1ecb", - "Textbook Name": "T\u00ean gi\u00e1o tr\u00ecnh", - "Textbook information": "Th\u00f4ng tin gi\u00e1o tr\u00ecnh", - "Textbook name is required": "T\u00ean s\u00e1ch gi\u00e1o khoa l\u00e0 b\u1eaft bu\u1ed9c", - "Thank you for setting your course goal to {goal}!": "C\u1ea3m \u01a1n b\u1ea1n \u0111\u00e3 \u0111\u1eb7t m\u1ee5c ti\u00eau kh\u00f3a h\u1ecdc c\u1ee7a b\u1ea1n th\u00e0nh {goal}!", - "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "C\u1ea3m \u01a1n b\u1ea1n \u0111\u00e3 g\u1eedi h\u00ecnh \u1ea3nh c\u1ee7a b\u1ea1n. Ch\u00fang t\u00f4i s\u1ebd xem l\u1ea1i ch\u00fang. B\u00e2y gi\u1edd b\u1ea1n c\u00f3 th\u1ec3 \u0111\u0103ng k\u00fd kh\u00f3a h\u1ecdc b\u1ea5t k\u1ef3 %(platformName)s m\u00e0 cung c\u1ea5p ch\u1ee9ng ch\u1ec9 x\u00e1c nh\u1eadn. X\u00e1c minh l\u00e0 t\u1ed1t cho m\u1ed9t n\u0103m. Sau m\u1ed9t n\u0103m, b\u1ea1n ph\u1ea3i n\u1ed9p \u1ea3nh \u0111\u1ec3 x\u00e1c minh m\u1ed9t l\u1ea7n n\u1eefa.", - "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "URL b\u1ea1n \u0111\u00e3 nh\u1eadp v\u00e0o d\u01b0\u1eddng nh\u01b0 l\u00e0 m\u1ed9t \u0111\u1ecba ch\u1ec9 email. B\u1ea1n c\u00f3 mu\u1ed1n th\u00eam li\u00ean k\u1ebft mailto:?", - "The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": "URL b\u1ea1n \u0111\u00e3 nh\u1eadp v\u00e0o d\u01b0\u1eddng nh\u01b0 l\u00e0 m\u1ed9t li\u00ean k\u1ebft ngo\u00e0i. B\u1ea1n c\u00f3 mu\u1ed1n th\u00eam v\u00e0o ti\u1ec1n t\u1ed1 c\u1ea7n thi\u1ebft http:// ?", - "The assignment type must have a name.": "Lo\u1ea1i ph\u00e2n c\u00f4ng ph\u1ea3i c\u00f3 t\u00ean.", - "The certificate available date must be later than the course end date.": "Ng\u00e0y c\u1ea5p ch\u1ee9ng ch\u1ec9 ph\u1ea3i sau ng\u00e0y k\u1ebft th\u00fac kh\u00f3a h\u1ecdc.", - "The certificate for this learner has been re-validated and the system is re-running the grade for this learner.": "Gi\u1ea5y ch\u1ee9ng nh\u1eadn cho h\u1ecdc vi\u00ean n\u00e0y \u0111\u00e3 \u0111\u01b0\u1ee3c x\u00e1c nh\u1eadn l\u1ea1i v\u00e0 h\u1ec7 th\u1ed1ng \u0111ang x\u1eed l\u00fd c\u1ea5p ph\u00e1t l\u1ea1i cho h\u1ecdc vi\u00ean n\u00e0y n\u00e0y.", - "The cohort cannot be added": "Kh\u00f4ng th\u00eam \u0111\u01b0\u1ee3c nh\u00f3m h\u1ecdc vi\u00ean n\u00e0y", - "The cohort cannot be saved": "Kh\u00f4ng l\u01b0u \u0111\u01b0\u1ee3c nh\u00f3m h\u1ecdc vi\u00ean n\u00e0y", - "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "Chi\u1ec1u d\u00e0i k\u1ebft h\u1ee3p c\u1ee7a tr\u01b0\u1eddng t\u1ed5 ch\u1ee9c v\u00e0 m\u00e3 m\u00e3 th\u01b0 vi\u1ec7n kh\u00f4ng \u0111\u01b0\u1ee3c nhi\u1ec1u h\u01a1n <%=limit%> k\u00fd t\u1ef1.", - "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "Chi\u1ec1u d\u00e0i k\u1ebft h\u1ee3p c\u1ee7a c\u00e1c tr\u01b0\u1eddng t\u1ed5 ch\u1ee9c, s\u1ed1 hi\u1ec7u kho\u00e1 h\u1ecdc, h\u1ecdc k\u1ef3 kh\u00f4ng \u0111\u01b0\u1ee3c nhi\u1ec1u h\u01a1n <%=limit%> k\u00fd t\u1ef1.", - "The country or region where you live.": "Qu\u1ed1c gia ho\u1eb7c n\u01a1i b\u1ea1n sinh s\u1ed1ng.", - "The country that team members primarily identify with.": "Qu\u1ed1c gia ch\u00ednh c\u1ee7a c\u00e1c th\u00e0nh vi\u00ean nh\u00f3m.", - "The course end date must be later than the course start date.": "Ng\u00e0y k\u1ebft th\u00fac c\u1ee7a kh\u00f3a h\u1ecdc ph\u1ea3i sau ng\u00e0y b\u1eaft \u0111\u1ea7u c\u1ee7a kh\u00f3a h\u1ecdc.", - "The course must have an assigned start date.": "Kho\u00e1 h\u1ecdc ph\u1ea3i \u1ea5n \u0111\u1ecbnh ng\u00e0y b\u1eaft \u0111\u1ea7u.", - "The course start date must be later than the enrollment start date.": "Ng\u00e0y b\u1eaft \u0111\u1ea7u c\u1ee7a kh\u00f3a h\u1ecdc ph\u1ea3i sau ng\u00e0y b\u1eaft \u0111\u1ea7u tuy\u1ec3n sinh.", - "The email address you've provided isn't formatted correctly.": "\u0110\u1ecba ch\u1ec9 email b\u1ea1n cung c\u1ea5p kh\u00f4ng h\u1ee3p l\u1ec7.", - "The enrollment end date cannot be after the course end date.": "Ng\u00e0y k\u1ebft th\u00fac tuy\u1ec3n sinh kh\u00f4ng th\u1ec3 sau ng\u00e0y k\u1ebft th\u00fac kh\u00f3a h\u1ecdc.", - "The enrollment start date cannot be after the enrollment end date.": "Ng\u00e0y b\u1eaft \u0111\u1ea7u tuy\u1ec3n sinh kh\u00f4ng th\u1ec3 sau ng\u00e0y k\u1ebft th\u00fac tuy\u1ec3n sinh.", - "The file must be at least {size} in size.": "T\u1ec7p tin ph\u1ea3i c\u00f3 dung l\u01b0\u1ee3ng l\u1edbn h\u01a1n {size}.", - "The file must be smaller than {size} in size.": "T\u1ec7p tin ph\u1ea3i c\u00f3 dung l\u01b0\u1ee3ng nh\u1ecf h\u01a1n {size}.", - "The following email addresses and/or usernames are invalid:": "C\u00e1c \u0111\u1ecba ch\u1ec9 email v\u00e0/ho\u1eb7c t\u00ean \u0111\u0103ng nh\u1eadp sau kh\u00f4ng h\u1ee3p l\u1ec7:", - "The following errors were generated:": "C\u00f3 nh\u1eefng l\u1ed7i sau:", - "The following message will be displayed at the bottom of the courseware pages within your course:": "Th\u00f4ng b\u00e1o sau s\u1ebd \u0111\u01b0\u1ee3c hi\u1ec3n th\u1ecb \u1edf d\u01b0\u1edbi c\u00f9ng c\u1ee7a c\u00e1c trang gi\u00e1o tr\u00ecnh kh\u00f3a h\u1ecdc c\u1ee7a b\u1ea1n:", - "The following options are available for the {license_name} license.": "C\u00e1c t\u00f9y ch\u1ecdn sau c\u00f3 th\u1ec3 d\u00f9ng cho gi\u1ea5y ph\u00e9p {license_name}.", - "The following users are no longer enrolled in the course:": "Nh\u1eefng th\u00e0nh vi\u00ean sau kh\u00f4ng c\u00f2n ghi danh trong kh\u00f3a h\u1ecdc:", - "The following warnings were generated:": "C\u00f3 nh\u1eefng th\u00f4ng b\u00e1o l\u1ed7i sau:", - "The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.": "Danh m\u1ee5c chung cho lo\u1ea1i b\u00e0i t\u1eadp n\u00e0y, v\u00ed d\u1ee5: B\u00e0i t\u1eadp v\u1ec1 nh\u00e0 ho\u1eb7c B\u00e0i ki\u1ec3m tra gi\u1eefa k\u1ef3. T\u00ean n\u00e0y hi\u1ec3n th\u1ecb cho ng\u01b0\u1eddi h\u1ecdc.", - "The grading process is still running. Refresh the page to see updates.": "\u0110ang trong qu\u00e1 tr\u00ecnh ch\u1ea5m \u0111i\u1ec3m. Refresh l\u1ea1i trang \u0111\u1ec3 xem c\u1eadp nh\u1eadt m\u1edbi.", - "The language that team members primarily use to communicate with each other.": "Ng\u00f4n ng\u1eef m\u00e0 th\u00e0nh vi\u00ean nh\u00f3m s\u1eed d\u1ee5ng ch\u00ednh \u0111\u1ec3 giao ti\u1ebfp v\u1edbi nhau.", - "The language used throughout this site. This site is currently available in a limited number of languages. Changing the value of this field will cause the page to refresh.": "Ng\u00f4n ng\u1eef \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng tr\u00ean to\u00e0n b\u1ed9 trang web. Trang web n\u00e0y hi\u1ec7n ch\u1ec9 c\u00f3 s\u0103n m\u1ed9t s\u1ed1 ng\u00f4n ng\u1eef. Thay \u0111\u1ed5i gi\u00e1 tr\u1ecb c\u1ee7a tr\u01b0\u1eddng n\u00e0y s\u1ebd l\u00e0m m\u1edbi trang.", - "The minimum grade for course credit is not set.": "\u0110i\u1ec3m t\u1ed1i thi\u1ec3u cho t\u00edn ch\u1ec9 kh\u00f3a h\u1ecdc kh\u00f4ng \u0111\u01b0\u1ee3c \u0111\u1eb7t.", - "The minimum score percentage must be a whole number between 0 and 100.": "T\u1ec9 l\u1ec7 \u0111i\u1ec3m s\u1ed1 ph\u1ea3i l\u00e0 con s\u1ed1 trong kho\u1ea3ng t\u1eeb 0 \u0111\u1ebfn 100", - "The name of this signatory as it should appear on certificates.": "T\u00ean c\u1ee7a ng\u01b0\u1eddi k\u00fd n\u00e0y s\u1ebd xu\u1ea5t hi\u1ec7n tr\u00ean ch\u1ee9ng ch\u1ec9.", - "The name that identifies you on {platform_name}. You cannot change your username.": "T\u00ean \u0111\u1ecbnh danh b\u1ea1n tr\u00ean {platform_name}. B\u1ea1n kh\u00f4ng th\u1ec3 thay \u0111\u1ed5i t\u00ean \u0111\u0103ng nh\u1eadp.", - "The name that is used for ID verification and that appears on your certificates.": "T\u00ean \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng \u0111\u1ec3 x\u00e1c minh ID v\u00e0 xu\u1ea5t hi\u1ec7n tr\u00ean ch\u1ee9ng ch\u1ec9 c\u1ee7a b\u1ea1n.", - "The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.": "S\u1ed1 l\u01b0\u1ee3ng b\u00e0i t\u1eadp thu\u1ed9c lo\u1ea1i n\u00e0y s\u1ebd b\u1ecb lo\u1ea1i b\u1ecf. Nh\u1eefng b\u00e0i t\u1eadp c\u00f3 \u0111i\u1ec3m th\u1ea5p s\u1ebd b\u1ecb lo\u1ea1i b\u1ecf tr\u01b0\u1edbc.", - "The number of subsections in the course that contain problems of this assignment type.": "S\u1ed1 ph\u1ea7n con trong kh\u00f3a h\u1ecdc ch\u1ee9a c\u00e1c c\u00e2u h\u1ecfi c\u1ee7a lo\u1ea1i b\u00e0i t\u1eadp n\u00e0y.", - "The organization that this signatory belongs to, as it should appear on certificates.": "T\u1ed5 ch\u1ee9c m\u00e0 ng\u01b0\u1eddi k\u00fd t\u00ean n\u00e0y thu\u1ed9c v\u1ec1, nh\u01b0 n\u00f3 s\u1ebd xu\u1ea5t hi\u1ec7n tr\u00ean gi\u1ea5y ch\u1ee9ng nh\u1eadn.", - "The page \"{route}\" could not be found.": "Kh\u00f4ng th\u1ea5y trang \"{route}\".", - "The photo of your face matches the photo on your ID.": "Nh\u1eefng h\u00ecnh \u1ea3nh c\u1ee7a khu\u00f4n m\u1eb7t c\u1ee7a b\u1ea1n ph\u00f9 h\u1ee3p v\u1edbi h\u00ecnh \u1ea3nh tr\u00ean ID c\u1ee7a b\u1ea1n.", - "The post you selected has been deleted.": "B\u00e0i b\u1ea1n ch\u1ecdn \u0111\u00e3 b\u1ecb x\u00f3a.", - "The published branch version, {published}, was reset to the draft branch version, {draft}.": "Phi\u00ean b\u1ea3n nh\u00e1nh \u0111\u00e3 xu\u1ea5t b\u1ea3n, {published}, \u0111\u00e3 \u0111\u01b0\u1ee3c \u0111\u1eb7t l\u1ea1i th\u00e0nh phi\u00ean b\u1ea3n nh\u00e1nh d\u1ef1 th\u1ea3o, {draft}.", - "The raw error message is:": "Th\u00f4ng b\u00e1o l\u1ed7i ban \u0111\u1ea7u l\u00e0:", - "The refund deadline for this course has passed,so you will not receive a refund.": "Th\u1eddi h\u1ea1n ho\u00e0n tr\u1ea3 c\u1ee7a kh\u00f3a h\u1ecdc n\u00e0y \u0111\u00e3 \u0111\u01b0\u1ee3c qua, v\u00ec v\u1eady b\u1ea1n s\u1ebd kh\u00f4ng nh\u1eadn \u0111\u01b0\u1ee3c ti\u1ec1n ho\u00e0n l\u1ea1i.", - "The selected content group does not exist": "N\u1ed9i dung cho nh\u00f3m h\u1ecdc \u0111\u01b0\u1ee3c ch\u1ecdn kh\u00f4ng t\u1ed3n t\u1ea1i", - "The selected image must be larger than {minFileSizeInKB}.": "H\u00ecnh \u1ea3nh \u0111\u01b0\u1ee3c ch\u1ecdn ph\u1ea3i l\u1edbn h\u01a1n {minFileSizeInKB}.", - "The selected image must be smaller than {maxFileSizeInMB}.": "H\u00ecnh \u1ea3nh \u0111\u01b0\u1ee3c ch\u1ecdn ph\u1ea3i nh\u1ecf h\u01a1n {maxFileSizeInMB}.", - "The server could not be contacted.": "Kh\u00f4ng th\u1ec3 li\u00ean h\u1ec7 v\u1edbi m\u00e1y ch\u1ee7.", - "The submission could not be removed from the grading pool.": "B\u00e0i n\u1ed9p kh\u00f4ng th\u1ec3 g\u1ee1 b\u1ecf kh\u1ecfi h\u1ec7 th\u1ed1ng ch\u1ea5m \u0111i\u1ec3m.", - "The team \"{team}\" could not be found.": "Kh\u00f4ng th\u1ea5y nh\u00f3m \"{team}\".", - "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "B\u1ea3n d\u1ecbch \u0111\u1ed3ng b\u1ed9 th\u1eddi gian cho t\u1ec7p video \u0111\u1ea7u kh\u00f4ng kh\u1edbp v\u1edbi b\u1ea3n d\u1ecbch \u0111\u1ed3ng b\u1ed9 th\u1eddi gian cho t\u1ec7p video th\u1ee9 hai.", - "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "B\u1ea3n d\u1ecbch \u0111\u1ed3ng b\u1ed9 th\u1eddi gian cho video n\u00e0y tr\u00ean edX \u0111\u00e3 l\u1ed7i th\u1eddi, nh\u01b0ng YouTube c\u00f3 b\u1ea3n d\u1ecbch \u0111\u1ed3ng b\u1ed9 th\u1eddi gian cho video n\u00e0y.", - "The topic \"{topic}\" could not be found.": "Kh\u00f4ng th\u1ea5y ch\u1ee7 \u0111\u1ec1 \"{topic}\".", - "The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.": "T\u1ef7 tr\u1ecdng c\u1ee7a t\u1ea5t c\u1ea3 c\u00e1c b\u00e0i t\u1eadp thu\u1ed9c lo\u1ea1i n\u00e0y l\u00e0 ph\u1ea7n tr\u0103m c\u1ee7a t\u1ed5ng s\u1ed1 \u0111i\u1ec3m, v\u00ed d\u1ee5, 40. Kh\u00f4ng bao g\u1ed3m bi\u1ec3u t\u01b0\u1ee3ng ph\u1ea7n tr\u0103m.", - "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "Nh\u00f3m h\u1ecdc vi\u00ean {cohortGroupName} v\u1eeba \u0111\u01b0\u1ee3c t\u1ea1o. B\u1ea1n c\u00f3 th\u1ec3 th\u00eam h\u1ecdc vi\u00ean v\u00e0o nh\u00f3m d\u01b0\u1edbi \u0111\u00e2y.", - "There are invalid keywords in your email. Check the following keywords and try again.": "C\u00f3 nh\u1eefng t\u1eeb kh\u00f3a kh\u00f4ng h\u1ee3p l\u1ec7 trong email c\u1ee7a b\u1ea1n. Ki\u1ec3m tra c\u00e1c t\u1eeb kh\u00f3a sau \u0111\u00e2y v\u00e0 th\u1eed l\u1ea1i.", - "There are no posts in this topic yet.": "Ch\u01b0a c\u00f3 \u0111i\u1ec3m trong ch\u1ee7 \u0111\u1ec1 n\u00e0y.", - "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.": "C\u00f3 \u00edt nh\u1ea5t m\u1ed9t ph\u1ea7n kh\u00f4ng th\u1ec3 xu\u1ea5t th\u00e0nh t\u1ec7p XML. B\u1ea1n n\u00ean v\u00e0o trang ch\u1ec9nh s\u1eeda v\u00e0 s\u1eeda l\u1ed7i tr\u01b0\u1edbc khi th\u1eed xu\u1ea5t l\u1ea1i b\u1ea3n kh\u00e1c. Vui l\u00f2ng ki\u1ec3m tra l\u1ea1i \u0111\u1ec3 \u0111\u1ea3m b\u1ea3o t\u1ea5t c\u1ea3 c\u00e1c ph\u1ea7n trong trang c\u00f3 hi\u1ec7u l\u1ef1c v\u00e0 kh\u00f4ng c\u00f3 th\u00f4ng b\u00e1o l\u1ed7i n\u00e0o.", - "There has been an error processing your survey.": "X\u1ea3y ra l\u1ed7i khi x\u1eed l\u00ed phi\u1ebfu \u0111i\u1ec1u tra c\u1ee7a b\u1ea1n.", - "There has been an error while exporting.": "X\u1ea3y ra l\u1ed7i khi xu\u1ea5t t\u1ec7p.", - "There has been an error with your export.": "X\u1ea3y ra l\u1ed7i khi xu\u1ea5t t\u1ec7p.", - "There is invalid code in your content. Please check to make sure it is valid HTML.": "C\u00f3 m\u00e3 kh\u00f4ng h\u1ee3p l\u1ec7 trong n\u1ed9i dung c\u1ee7a b\u1ea1n. Vui l\u00f2ng ki\u1ec3m tra \u0111\u1ec3 ch\u1eafc ch\u1eafn r\u1eb1ng \u0111\u00f3 l\u00e0 HTML h\u1ee3p l\u1ec7.", - "There is no email history for this course.": "Kh\u00f4ng c\u00f3 l\u1ecbch s\u1eed email c\u1ee7a kh\u00f3a h\u1ecdc n\u00e0y.", - "There must be at least one group.": "Ph\u1ea3i c\u00f3 \u00edt nh\u1ea5t m\u1ed9t nh\u00f3m.", - "There must be one cohort to which students can automatically be assigned.": "Ph\u1ea3i c\u00f3 m\u1ed9t nh\u00f3m m\u00e0 h\u1ecdc vi\u00ean c\u00f3 th\u1ec3 t\u1ef1 \u0111\u1ecdc \u0111\u01b0\u1ee3c x\u1ebfp v\u00e0o.", - "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "L\u1ed7i khi truy xu\u1ea5t b\u00e1o c\u00e1o. Ch\u1ecdn \"T\u1ea1o t\u00f3m t\u1eaft th\u1ef1c hi\u1ec7n\" \u0111\u1ec3 th\u1eed l\u1ea1i.", - "There was an error changing the user's role": "X\u1ea3y ra l\u1ed7i khi thay \u0111\u1ed5i v\u1ecb tr\u00ed th\u00e0nh vi\u00ean", - "There was an error during the upload process.": "X\u1ea3y ra l\u1ed7i trong qu\u00e1 tr\u00ecnh t\u1ea3i l\u00ean.", - "There was an error obtaining email content history for this course.": "X\u1ea3y ra l\u1ed7i khi xem l\u1ecbch s\u1eed t\u00e1c v\u1ee5 email c\u1ee7a kh\u00f3a h\u1ecdc n\u00e0y.", - "There was an error obtaining email task history for this course.": "L\u1ed7i khi xem l\u1ecbch s\u1eed t\u00e1c v\u1ee5 email c\u1ee7a kh\u00f3a h\u1ecdc n\u00e0y.", - "There was an error updating your goal.": "\u0110\u00e3 x\u1ea3y ra l\u1ed7i khi c\u1eadp nh\u1eadt m\u1ee5c ti\u00eau c\u1ee7a b\u1ea1n.", + ], + "Showing results for \"{searchString}\"": "Hi\u1ec7n k\u1ebft qu\u1ea3 t\u00ecm \"{searchString}\"", + "Showing {currentItemRange} out of {totalItemsCount}, filtered by {assetType}, sorted by {sortName} ascending": "Hi\u1ec3n th\u1ecb {currentItemRange} tr\u00ean t\u1ed5ng s\u1ed1 {totalItemsCount}, \u0111\u01b0\u1ee3c l\u1ecdc b\u1edfi {assetType}, s\u1eafp x\u1ebfp theo {sortName} t\u0103ng d\u1ea7n", + "Showing {currentItemRange} out of {totalItemsCount}, filtered by {assetType}, sorted by {sortName} descending": "Hi\u1ec3n th\u1ecb {currentItemRange} tr\u00ean t\u1ed5ng s\u1ed1 {totalItemsCount}, \u0111\u01b0\u1ee3c l\u1ecdc b\u1edfi {assetType}, s\u1eafp x\u1ebfp theo {sortName} gi\u1ea3m d\u1ea7n", + "Showing {currentItemRange} out of {totalItemsCount}, sorted by {sortName} ascending": "Hi\u1ec3n th\u1ecb {currentItemRange} tr\u00ean t\u1ed5ng s\u1ed1 {totalItemsCount}, \u0111\u01b0\u1ee3c s\u1eafp x\u1ebfp theo {sortName} t\u0103ng d\u1ea7n", + "Showing {currentItemRange} out of {totalItemsCount}, sorted by {sortName} descending": "Hi\u1ec3n th\u1ecb {currentItemRange} tr\u00ean t\u1ed5ng s\u1ed1 {totalItemsCount}, \u0111\u01b0\u1ee3c s\u1eafp x\u1ebfp theo {sortName} gi\u1ea3m d\u1ea7n", + "Showing {firstIndex} out of {numItems} total": "Hi\u1ec7n {firstIndex} tr\u00ean t\u1ed5ng s\u1ed1 {numItems}", + "Showing {firstIndex}-{lastIndex} out of {numItems} total": "Hi\u1ec7n {firstIndex}-{lastIndex} tr\u00ean t\u1ed5ng s\u1ed1 {numItems}", + "Sign in": "\u0110\u0103ng nh\u1eadp", + "Sign in to {platform} so we can help you better.": "\u0110\u0103ng nh\u1eadp v\u00e0o {platform} \u0111\u1ec3 ch\u00fang t\u00f4i c\u00f3 th\u1ec3 h\u1ed7 tr\u1ee3 b\u1ea1n t\u1ed1t h\u01a1n.", + "Sign in using %(providerName)s": "\u0110\u0103ng nh\u1eadp b\u1eb1ng c\u00e1ch s\u1eed d\u1ee5ng %(providerName)s", + "Sign in with Institution/Campus Credentials": "\u0110\u0103ng nh\u1eadp v\u1edbi t\u1ed5 ch\u1ee9c / th\u00f4ng tin tr\u01b0\u1eddng", + "Signatory": "Ng\u01b0\u1eddi k\u00fd", + "Signatory field(s) has invalid data.": "(Nh\u1eefng) Tr\u01b0\u1eddng ch\u1eef k\u00fd c\u00f3 d\u1eef li\u1ec7u kh\u00f4ng h\u1ee3p l\u1ec7.", + "Signature Image": "H\u00ecnh \u1ea3nh Ch\u1eef k\u00fd", + "Skip": "B\u1ecf qua", + "Social Media Links": "Li\u00ean k\u1ebft M\u1ea1ng x\u00e3 h\u1ed9i", + "Some Rights Reserved": "Some Rights Reserved.", + "Some images in this post have been omitted": "M\u1ed9t s\u1ed1 h\u00ecnh \u1ea3nh trong b\u00e0i n\u00e0y \u0111\u00e3 b\u1ecb b\u1ecf qua", + "Something went wrong changing this enrollment. Please try again.": "\u0110\u00e3 x\u1ea3y ra s\u1ef1 c\u1ed1 khi thay \u0111\u1ed5i \u0111\u0103ng k\u00fd n\u00e0y. Vui l\u00f2ng th\u1eed l\u1ea1i.", + "Something went wrong. Please try again later.": "\u0110\u00e3 x\u1ea3y ra l\u1ed7i. Vui l\u00f2ng th\u1eed l\u1ea1i sau.", + "Sorry, no results were found.": "Xin l\u1ed7i, kh\u00f4ng c\u00f3 k\u1ebft qu\u1ea3 n\u00e0o \u0111\u01b0\u1ee3c t\u00ecm th\u1ea5y", + "Sorry, there was an error parsing the subtitles that you uploaded. Please check the format and try again.": "Xin l\u1ed7i, c\u00f3 l\u1ed7i c\u00fa ph\u00e1p trong ph\u1ee5 \u0111\u1ec1 b\u1ea1n t\u1ea3i l\u00ean. Vui l\u00f2ng ki\u1ec3m tra \u0111\u1ecbnh d\u1ea1ng v\u00e0 th\u1eed l\u1ea1i.", + "Sorry, there was an error trying to process your request. Please try again later.": "Xin l\u1ed7i, \u0111\u00e3 x\u1ea3y ra l\u1ed7i khi x\u1eed l\u00fd y\u00eau c\u1ea7u c\u1ee7a b\u1ea1n. Vui l\u00f2ng th\u1eed l\u1ea1i sau.", + "Sorted by": "S\u1eafp x\u1ebfp theo", + "Source": "Ngu\u1ed3n", + "Source code": "M\u00e3 ngu\u1ed3n", + "Special character": "K\u00ed t\u1ef1 \u0111\u1eb7c bi\u1ec7t", + "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "Cho m\u1ed9t ti\u00eau \u0111\u1ec1 thay th\u1ebf \u0111\u1ec3 hi\u1ec3n th\u1ecb tr\u00ean gi\u1ea5y ch\u1ee9ng nh\u1eadn. \u0110\u1ec3 tr\u1ed1ng \u0111\u1ec3 s\u1eed d\u1ee5ng ti\u00eau \u0111\u1ec1 ch\u00ednh th\u1ee9c c\u1ee7a kh\u00f3a h\u1ecdc.", + "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam, along with the {linkStart}general proctored exam rules{linkEnd}.": "Ch\u1ec9 \u0111\u1ecbnh b\u1ea5t k\u1ef3 quy t\u1eafc ho\u1eb7c c\u00e1c ngo\u1ea1i l\u1ec7 quy t\u1eafc n\u00e0o m\u00e0 nh\u00f3m \u0111\u00e1nh gi\u00e1 gi\u00e1m s\u00e1t c\u1ea7n th\u1ef1c hi\u1ec7n khi xem x\u00e9t video. V\u00ed d\u1ee5, b\u1ea1n c\u00f3 th\u1ec3 ch\u1ec9 \u0111\u1ecbnh \u0111\u01b0\u1ee3c ph\u00e9p s\u1eed d\u1ee5ng m\u00e1y t\u00ednh c\u1ea7m tay. C\u00e1c quy t\u1eafc \u0111\u01b0\u1ee3c ch\u1ec9 \u0111\u1ecbnh n\u00e0y hi\u1ec3n th\u1ecb cho ng\u01b0\u1eddi h\u1ecdc tr\u01b0\u1edbc khi ng\u01b0\u1eddi h\u1ecdc b\u1eaft \u0111\u1ea7u b\u00e0i ki\u1ec3m tra, c\u00f9ng v\u1edbi {linkStart}c\u00e1c quy t\u1eafc thi c\u00f3 gi\u00e1m s\u00e1t chung{linkEnd}.", + "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam.": "Ch\u1ec9 \u0111\u1ecbnh b\u1ea5t k\u1ef3 quy t\u1eafc ho\u1eb7c c\u00e1c ngo\u1ea1i l\u1ec7 quy t\u1eafc n\u00e0o m\u00e0 nh\u00f3m \u0111\u00e1nh gi\u00e1 gi\u00e1m s\u00e1t c\u1ea7n th\u1ef1c hi\u1ec7n khi xem x\u00e9t video. V\u00ed d\u1ee5, b\u1ea1n c\u00f3 th\u1ec3 ch\u1ec9 \u0111\u1ecbnh \u0111\u01b0\u1ee3c ph\u00e9p s\u1eed dung m\u00e1y t\u00ednh c\u1ea7m tay. C\u00e1c quy t\u1eafc c\u1ee5 th\u1ec3 n\u00e0y \u0111\u01b0\u1ee3c hi\u1ec3n th\u1ecb cho ng\u01b0\u1eddi h\u1ecdc tr\u01b0\u1edbc khi ng\u01b0\u1eddi h\u1ecdc b\u1eaft \u0111\u1ea7u b\u00e0i l\u00e0m b\u00e0i ki\u1ec3m thi.", + "Speed": "T\u1ed1c \u0111\u1ed9", + "Spellcheck": "Ki\u1ec3m tra ch\u00ednh t\u1ea3", + "Split cell": "Chia nh\u1ecf \u00f4", + "Square": "H\u00ecnh vu\u00f4ng", + "Staff": "Nh\u00e2n vi\u00ean", + "Staff Only": "Ch\u1ec9 Nh\u00e2n vi\u00ean", + "Staff and Learners": "Nh\u00e2n vi\u00ean v\u00e0 H\u1ecdc vi\u00ean", + "Start Date": "Ng\u00e0y b\u1eaft \u0111\u1ea7u", + "Start generating certificates for all students in this course?": "B\u1eaft \u0111\u1ea7u c\u1ea5p ch\u1ee9ng ch\u1ec9 cho t\u1ea5t c\u1ea3 h\u1ecdc vi\u00ean trong kh\u00f3a h\u1ecdc n\u00e0y?", + "Start of transcript. Skip to the end.": "B\u1eaft \u0111\u1ea7u b\u1ea3n d\u1ecbch. T\u1edbi cu\u1ed1i.", + "Start regenerating certificates for students in this course?": "B\u1eaft \u0111\u1ea7u t\u1ea1o l\u1ea1i ch\u1ee9ng ch\u1ec9 cho sinh vi\u00ean trong kh\u00f3a h\u1ecdc n\u00e0y?", + "Start search": "B\u1eaft \u0111\u1ea7u t\u00ecm ki\u1ebfm", + "Started entrance exam rescore task for student '{student_id}'. Click the 'Show Task Status' button to see the status of the task.": "\u0110\u00e3 b\u1eaft \u0111\u1ea7u ch\u1ea5m l\u1ea1i b\u00e0i thi \u0111\u1ea7u v\u00e0o c\u1ee7a h\u1ecdc vi\u00ean '{student_id}'. Nh\u1ea5n n\u00fat 'Hi\u1ec3n th\u1ecb Tr\u1ea1ng Th\u00e1i T\u00e1c v\u1ee5' \u0111\u1ec3 xem tr\u1ea1ng th\u00e1i c\u1ee7a t\u00e1c v\u1ee5.", + "Started {start}": "\u0110\u00e3 b\u1eaft \u0111\u1ea7u {start}", + "Starts": "b\u1eaft \u0111\u1ea7u", + "Starts {start}": "B\u1eaft \u0111\u1ea7u {start}", + "Starts: %(start_date)s": "B\u1eaft \u0111\u1ea7u: %(start_date)s", + "State": "Tr\u1ea1ng th\u00e1i ", + "Status": "Tr\u1ea1ng Th\u00e1i", + "Status of Your Response": "Tr\u1ea1ng Th\u00e1i Tr\u1ea3 L\u1eddi C\u1ee7a B\u1ea1n", + "Strikethrough": "G\u1ea1ch ngang", + "Student Removed from certificate white list successfully.": "\u0110\u00e3 x\u00f3a h\u1ecdc vi\u00ean kh\u1ecfi danh s\u00e1ch tr\u1eafng ch\u1ee9ng ch\u1ec9.", + "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Add to Exception List\" button.": "Tr\u01b0\u1eddng t\u00ean \u0111\u0103ng nh\u1eadp/email c\u1ee7a sinh vi\u00ean l\u00e0 b\u1eaft bu\u1ed9c v\u00e0 kh\u00f4ng \u0111\u01b0\u1ee3c \u0111\u1ec3 tr\u1ed1ng. Vui l\u00f2ng \u0111i\u1ec1n t\u00ean \u0111\u0103ng nh\u1eadp/email sau \u0111\u00f3 nh\u1ea5n n\u00fat \"Th\u00eam v\u00e0o Danh s\u00e1ch Ngo\u1ea1i l\u1ec7\".", + "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Invalidate Certificate\" button.": "Tr\u01b0\u1eddng t\u00ean \u0111\u0103ng nh\u1eadp/email c\u1ee7a sinh vi\u00ean l\u00e0 b\u1eaft bu\u1ed9c v\u00e0 kh\u00f4ng \u0111\u01b0\u1ee3c \u0111\u1ec3 tr\u1ed1ng. Vui l\u00f2ng \u0111i\u1ec1n t\u00ean \u0111\u0103ng nh\u1eadp/email sau \u0111\u00f3 nh\u1ea5n n\u00fat \"Hu\u1ef7 b\u1ecf Ch\u1ee9ng ch\u1ec9\".", + "Studio's having trouble saving your work": "Studio x\u1ea3y ra s\u1ef1 c\u1ed1 khi l\u01b0u l\u1ea1i c\u00f4ng vi\u1ec7c c\u1ee7a b\u1ea1n", + "Studio:": "Studio:", + "Style": "Phong c\u00e1ch", + "Subject": "Ch\u1ee7 \u0111\u1ec1", + "Subject:": "Ch\u1ee7 \u0111\u1ec1:", + "Submission aborted! Sorry, your browser does not support file uploads. If you can, please use Chrome or Safari which have been verified to support file uploads.": "G\u1eedi b\u1ecb h\u1ee7y b\u1ecf! Xin l\u1ed7i, tr\u00ecnh duy\u1ec7t c\u1ee7a b\u1ea1n kh\u00f4ng h\u1ed7 tr\u1ee3 t\u1ea3i l\u00ean t\u1ec7p. N\u1ebfu c\u00f3 th\u1ec3, vui l\u00f2ng s\u1eed d\u1ee5ng Chrome ho\u1eb7c Safari \u0111\u00e3 \u0111\u01b0\u1ee3c x\u00e1c nh\u1eadn h\u1ed7 tr\u1ee3 t\u1ea3i l\u00ean t\u1ec7p tin.", + "Submit": "G\u1eedi", + "Submitted": "\u0110\u00e3 g\u1eedi", + "Subscript": "Subscript", + "Subsection": "Ti\u1ec3u m\u1ee5c", + "Subsection Visibility": "Hi\u1ec3n th\u1ecb Ph\u1ea7n con", + "Subsection is hidden after course end date": "Ph\u1ea7n con \u0111\u01b0\u1ee3c \u1ea9n sau ng\u00e0y k\u1ebft th\u00fac kh\u00f3a h\u1ecdc", + "Subsection is hidden after due date": "Ph\u1ea7n con \u0111\u01b0\u1ee3c \u1ea9n sau ng\u00e0y \u0111\u00e1o h\u1ea1n", + "Subsections": "Ph\u1ea7n con", + "Success": "Th\u00e0nh c\u00f4ng", + "Success! \"{displayName}\" has been moved.": "Th\u00e0nh c\u00f4ng! \"{displayName}\" \u0111\u00e3 \u0111\u01b0\u1ee3c di chuy\u1ec3n.", + "Success! Problem attempts reset for problem '<%- problem_id %>' and student '<%- student_id %>'.": "Th\u00e0nh c\u00f4ng! T\u00e1i thi\u1ebft l\u1eadp s\u1ed1 l\u1ea7n c\u00f3 quy\u1ec1n n\u1ed9p b\u00e0i '<%- problem_id %>' v\u00e0 sinh vi\u00ean '<%- student_id %>'.", + "Successfully deleted student state for user {user}": "Th\u00e0nh c\u00f4ng khi x\u00f3a tr\u1ea1ng th\u00e1i h\u1ecdc vi\u00ean cho th\u00e0nh vi\u00ean {user}", + "Successfully enrolled and sent email to the following users:": "\u0110\u00e3 ghi danh th\u00e0nh c\u00f4ng v\u00e0 \u0111\u00e3 g\u1eedi email t\u1edbi th\u00e0nh vi\u00ean sau:", + "Successfully enrolled the following users:": "\u0110\u00e3 ghi danh th\u00e0nh c\u00f4ng cho nh\u1eefng th\u00e0nh vi\u00ean sau:", + "Successfully overrode problem score for {user}": "\u0110\u00e3 c\u1ea3i thi\u1ec7n \u0111i\u1ec3m s\u1ed1 cho {user}", + "Successfully rescored problem for user {user}": "Th\u00e0nh c\u00f4ng khi ch\u1ea5m l\u1ea1i c\u00e2u h\u1ecfi cho h\u1ecdc vi\u00ean {user}", + "Successfully rescored problem to improve score for user {user}": "\u0110\u00e3 ho\u00e0n th\u00e0nh ch\u1ea5m l\u1ea1i \u0111\u1ec3 c\u1ea3i thi\u1ec7n \u0111i\u1ec3m s\u1ed1 cho ng\u01b0\u1eddi s\u1eed d\u1ee5ng {user}", + "Successfully reset the attempts for user {user}": "\u0110\u00e3 t\u00e1i thi\u1ebft l\u1eadp th\u00e0nh c\u00f4ng s\u1ed1 l\u1ea7n c\u00f3 quy\u1ec1n n\u1ed9p b\u00e0i cho th\u00e0nh vi\u00ean {user}", + "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "\u0110\u00e3 g\u1eedi email ghi danh th\u00e0nh c\u00f4ng cho nh\u1eefng th\u00e0nh vi\u00ean sau \u0111\u00e2y - h\u1ecd s\u1ebd \u0111\u01b0\u1ee3c ghi danh ngay sau khi \u0111\u0103ng k\u00fd:", + "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "\u0110\u00e3 g\u1eedi email ghi danh th\u00e0nh c\u00f4ng cho nh\u1eefng th\u00e0nh vi\u00ean sau \u0111\u00e2y - h\u1ecd s\u1ebd \u0111\u01b0\u1ee3c ghi danh ngay sau khi \u0111\u0103ng k\u00fd:", + "Successfully started task to rescore problem '<%- problem_id %>' for all students. Click the 'Show Task Status' button to see the status of the task.": "\u0110\u00e3 b\u1eaft \u0111\u1ea7u t\u00e1c v\u1ee5 ch\u1ea5m l\u1ea1i c\u00e2u h\u1ecfi '<%- problem_id %>' cho t\u1ea5t c\u1ea3 c\u00e1c h\u1ecdc vi\u00ean. Nh\u1ea5n n\u00fat 'Hi\u1ec3n th\u1ecb Tr\u1ea1ng th\u00e1i T\u00e1c v\u1ee5' \u0111\u1ec3 xem tr\u1ea1ng th\u00e1i c\u1ee7a t\u00e1c v\u1ee5.", + "Successfully started task to reset attempts for problem '<%- problem_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u0110\u00e3 b\u1eaft \u0111\u1ea7u t\u00e1c v\u1ee5 t\u00e1i thi\u1ebft l\u1eadp s\u1ed1 l\u1ea7n c\u00f3 quy\u1ec1n n\u1ed9p b\u00e0i cho c\u00e2u h\u1ecfi '<%- problem_id %>'. B\u1ea5m n\u00fat 'Hi\u1ec3n th\u1ecb l\u1ecbch s\u1eed t\u00e1c v\u1ee5' \u0111\u1ec3 xem tr\u1ea1ng th\u00e1i c\u1ee7a t\u00e1c v\u1ee5.", + "Successfully unlinked.": "\u0110\u00e3 b\u1ecf k\u1ebft n\u1ed1i.", + "Superscript": "Superscript", + "Supported": "\u0110\u01b0\u1ee3c h\u1ed7 tr\u1ee3", + "Supported file types: {supportedVideoTypes}": "C\u00e1c lo\u1ea1i t\u1ec7p \u0111\u01b0\u1ee3c h\u1ed7 tr\u1ee3: {supportedVideoTypes}", + "TOTAL": "T\u1ed4NG C\u1ed8NG", + "Table": "B\u1ea3ng", + "Table properties": "\u0110\u1eb7c t\u00ednh b\u1ea3ng", + "Tags": "Tag", + "Tags:": "Tag:", + "Take Photo": "\u1ea2nh ch\u1ee5p", + "Take Your Photo": "\u1ea2nh ch\u1ee5p c\u1ee7a b\u1ea1n", + "Take a Photo of Your ID": "H\u00e3y h\u00ecnh \u1ea3nh c\u1ee7a ID c\u1ee7a b\u1ea1n", + "Take a photo of your ID": "Ch\u1ee5p \u1ea3nh cho ID c\u1ee7a b\u1ea1n", + "Take me to the main course page": "M\u1edf trang kho\u00e1 h\u1ecdc ch\u00ednh", + "Take me to the main library page": "M\u1edf trang th\u01b0 vi\u1ec7n ch\u00ednh", + "Take me to the new location": "\u0110\u01b0a t\u00f4i \u0111\u1ebfn v\u1ecb tr\u00ed m\u1edbi", + "Target": "M\u1ee5c ti\u00eau", + "Task ID": "M\u00e3 T\u00e1c V\u1ee5", + "Task Progress": "Ti\u1ebfn Tr\u00ecnh T\u00e1c V\u1ee5", + "Task Status": "Tr\u1ea1ng Th\u00e1i T\u00e1c V\u1ee5", + "Task Type": "Lo\u1ea1i T\u00e1c V\u1ee5", + "Task inputs": "Nh\u1eadp d\u1eef li\u1ec7u t\u00e1c v\u1ee5", + "Teaching Assistant": "Tr\u1ee3 gi\u1ea3ng", + "Team \"{team}\" successfully deleted.": "Nh\u00f3m \"{team}\" \u0111\u00e3 x\u00f3a th\u00e0nh c\u00f4ng.", + "Team Description (Required) *": "Gi\u1edbi thi\u1ec7u nh\u00f3m (b\u1eaft bu\u1ed9c) *", + "Team Details": "Chi ti\u1ebft nh\u00f3m", + "Team Name (Required) *": "T\u00ean nh\u00f3m (b\u1eaft bu\u1ed9c) *", + "Team Search": "T\u00ecm nh\u00f3m", + "Team capacity": "N\u0103ng l\u1ef1c nh\u00f3m", + "Team description cannot have more than 300 characters.": "Gi\u1edbi thi\u1ec7u nh\u00f3m kh\u00f4ng th\u1ec3 c\u00f3 tr\u00ean 300 k\u00fd t\u1ef1.", + "Team member profiles": "H\u1ed3 s\u01a1 th\u00e0nh vi\u00ean nh\u00f3m", + "Team name cannot have more than 255 characters.": "T\u00ean nh\u00f3m kh\u00f4ng th\u1ec3 c\u00f3 tr\u00ean 255 k\u00fd t\u1ef1.", + "Teams": "Nh\u1eefng nh\u00f3m", + "Teams Pagination": "Ph\u00e2n trang Nh\u00f3m", + "Tell other learners a little about yourself: where you live, what your interests are, why you're taking courses, or what you hope to learn.": "Chia s\u1ebb v\u1edbi c\u00e1c h\u1ecdc vi\u00ean kh\u00e1c v\u1ec1 b\u1ea3n th\u00e2n b\u1ea1n: n\u01a1i b\u1ea1n s\u1ed1ng, s\u1edf th\u00edch, l\u00fd do ch\u1ecdn h\u1ecdc m\u1ed9t kho\u00e1 h\u1ecdc n\u00e0o \u0111\u00f3, ho\u1eb7c nh\u1eefng g\u00ec b\u1ea1n mu\u1ed1n h\u1ecdc \u0111\u01b0\u1ee3c.", + "Templates": "M\u1eabu", + "Terms of Service and Honor Code": "\u0110i\u1ec1u kho\u1ea3n D\u1ecbch v\u1ee5 v\u00e0 M\u00e3 Danh d\u1ef1", + "Text color": "M\u00e0u ch\u1eef", + "Text to display": "V\u0103n b\u1ea3n \u0111\u1ec3 hi\u1ec3n th\u1ecb", + "Textbook Name": "T\u00ean gi\u00e1o tr\u00ecnh", + "Textbook information": "Th\u00f4ng tin gi\u00e1o tr\u00ecnh", + "Textbook name is required": "T\u00ean s\u00e1ch gi\u00e1o khoa l\u00e0 b\u1eaft bu\u1ed9c", + "Thank you for setting your course goal to {goal}!": "C\u1ea3m \u01a1n b\u1ea1n \u0111\u00e3 \u0111\u1eb7t m\u1ee5c ti\u00eau kh\u00f3a h\u1ecdc c\u1ee7a b\u1ea1n th\u00e0nh {goal}!", + "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "C\u1ea3m \u01a1n b\u1ea1n \u0111\u00e3 g\u1eedi h\u00ecnh \u1ea3nh c\u1ee7a b\u1ea1n. Ch\u00fang t\u00f4i s\u1ebd xem l\u1ea1i ch\u00fang. B\u00e2y gi\u1edd b\u1ea1n c\u00f3 th\u1ec3 \u0111\u0103ng k\u00fd kh\u00f3a h\u1ecdc b\u1ea5t k\u1ef3 %(platformName)s m\u00e0 cung c\u1ea5p ch\u1ee9ng ch\u1ec9 x\u00e1c nh\u1eadn. X\u00e1c minh l\u00e0 t\u1ed1t cho m\u1ed9t n\u0103m. Sau m\u1ed9t n\u0103m, b\u1ea1n ph\u1ea3i n\u1ed9p \u1ea3nh \u0111\u1ec3 x\u00e1c minh m\u1ed9t l\u1ea7n n\u1eefa.", + "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "URL b\u1ea1n \u0111\u00e3 nh\u1eadp v\u00e0o d\u01b0\u1eddng nh\u01b0 l\u00e0 m\u1ed9t \u0111\u1ecba ch\u1ec9 email. B\u1ea1n c\u00f3 mu\u1ed1n th\u00eam li\u00ean k\u1ebft mailto:?", + "The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": "URL b\u1ea1n \u0111\u00e3 nh\u1eadp v\u00e0o d\u01b0\u1eddng nh\u01b0 l\u00e0 m\u1ed9t li\u00ean k\u1ebft ngo\u00e0i. B\u1ea1n c\u00f3 mu\u1ed1n th\u00eam v\u00e0o ti\u1ec1n t\u1ed1 c\u1ea7n thi\u1ebft http:// ?", + "The assignment type must have a name.": "Lo\u1ea1i ph\u00e2n c\u00f4ng ph\u1ea3i c\u00f3 t\u00ean.", + "The certificate available date must be later than the course end date.": "Ng\u00e0y c\u1ea5p ch\u1ee9ng ch\u1ec9 ph\u1ea3i sau ng\u00e0y k\u1ebft th\u00fac kh\u00f3a h\u1ecdc.", + "The certificate for this learner has been re-validated and the system is re-running the grade for this learner.": "Gi\u1ea5y ch\u1ee9ng nh\u1eadn cho h\u1ecdc vi\u00ean n\u00e0y \u0111\u00e3 \u0111\u01b0\u1ee3c x\u00e1c nh\u1eadn l\u1ea1i v\u00e0 h\u1ec7 th\u1ed1ng \u0111ang x\u1eed l\u00fd c\u1ea5p ph\u00e1t l\u1ea1i cho h\u1ecdc vi\u00ean n\u00e0y n\u00e0y.", + "The cohort cannot be added": "Kh\u00f4ng th\u00eam \u0111\u01b0\u1ee3c nh\u00f3m h\u1ecdc vi\u00ean n\u00e0y", + "The cohort cannot be saved": "Kh\u00f4ng l\u01b0u \u0111\u01b0\u1ee3c nh\u00f3m h\u1ecdc vi\u00ean n\u00e0y", + "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "Chi\u1ec1u d\u00e0i k\u1ebft h\u1ee3p c\u1ee7a tr\u01b0\u1eddng t\u1ed5 ch\u1ee9c v\u00e0 m\u00e3 m\u00e3 th\u01b0 vi\u1ec7n kh\u00f4ng \u0111\u01b0\u1ee3c nhi\u1ec1u h\u01a1n <%=limit%> k\u00fd t\u1ef1.", + "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "Chi\u1ec1u d\u00e0i k\u1ebft h\u1ee3p c\u1ee7a c\u00e1c tr\u01b0\u1eddng t\u1ed5 ch\u1ee9c, s\u1ed1 hi\u1ec7u kho\u00e1 h\u1ecdc, h\u1ecdc k\u1ef3 kh\u00f4ng \u0111\u01b0\u1ee3c nhi\u1ec1u h\u01a1n <%=limit%> k\u00fd t\u1ef1.", + "The country or region where you live.": "Qu\u1ed1c gia ho\u1eb7c n\u01a1i b\u1ea1n sinh s\u1ed1ng.", + "The country that team members primarily identify with.": "Qu\u1ed1c gia ch\u00ednh c\u1ee7a c\u00e1c th\u00e0nh vi\u00ean nh\u00f3m.", + "The course end date must be later than the course start date.": "Ng\u00e0y k\u1ebft th\u00fac c\u1ee7a kh\u00f3a h\u1ecdc ph\u1ea3i sau ng\u00e0y b\u1eaft \u0111\u1ea7u c\u1ee7a kh\u00f3a h\u1ecdc.", + "The course must have an assigned start date.": "Kho\u00e1 h\u1ecdc ph\u1ea3i \u1ea5n \u0111\u1ecbnh ng\u00e0y b\u1eaft \u0111\u1ea7u.", + "The course start date must be later than the enrollment start date.": "Ng\u00e0y b\u1eaft \u0111\u1ea7u c\u1ee7a kh\u00f3a h\u1ecdc ph\u1ea3i sau ng\u00e0y b\u1eaft \u0111\u1ea7u tuy\u1ec3n sinh.", + "The email address you've provided isn't formatted correctly.": "\u0110\u1ecba ch\u1ec9 email b\u1ea1n cung c\u1ea5p kh\u00f4ng h\u1ee3p l\u1ec7.", + "The enrollment end date cannot be after the course end date.": "Ng\u00e0y k\u1ebft th\u00fac tuy\u1ec3n sinh kh\u00f4ng th\u1ec3 sau ng\u00e0y k\u1ebft th\u00fac kh\u00f3a h\u1ecdc.", + "The enrollment start date cannot be after the enrollment end date.": "Ng\u00e0y b\u1eaft \u0111\u1ea7u tuy\u1ec3n sinh kh\u00f4ng th\u1ec3 sau ng\u00e0y k\u1ebft th\u00fac tuy\u1ec3n sinh.", + "The file must be at least {size} in size.": "T\u1ec7p tin ph\u1ea3i c\u00f3 dung l\u01b0\u1ee3ng l\u1edbn h\u01a1n {size}.", + "The file must be smaller than {size} in size.": "T\u1ec7p tin ph\u1ea3i c\u00f3 dung l\u01b0\u1ee3ng nh\u1ecf h\u01a1n {size}.", + "The following email addresses and/or usernames are invalid:": "C\u00e1c \u0111\u1ecba ch\u1ec9 email v\u00e0/ho\u1eb7c t\u00ean \u0111\u0103ng nh\u1eadp sau kh\u00f4ng h\u1ee3p l\u1ec7:", + "The following errors were generated:": "C\u00f3 nh\u1eefng l\u1ed7i sau:", + "The following message will be displayed at the bottom of the courseware pages within your course:": "Th\u00f4ng b\u00e1o sau s\u1ebd \u0111\u01b0\u1ee3c hi\u1ec3n th\u1ecb \u1edf d\u01b0\u1edbi c\u00f9ng c\u1ee7a c\u00e1c trang gi\u00e1o tr\u00ecnh kh\u00f3a h\u1ecdc c\u1ee7a b\u1ea1n:", + "The following options are available for the {license_name} license.": "C\u00e1c t\u00f9y ch\u1ecdn sau c\u00f3 th\u1ec3 d\u00f9ng cho gi\u1ea5y ph\u00e9p {license_name}.", + "The following users are no longer enrolled in the course:": "Nh\u1eefng th\u00e0nh vi\u00ean sau kh\u00f4ng c\u00f2n ghi danh trong kh\u00f3a h\u1ecdc:", + "The following warnings were generated:": "C\u00f3 nh\u1eefng th\u00f4ng b\u00e1o l\u1ed7i sau:", + "The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.": "Danh m\u1ee5c chung cho lo\u1ea1i b\u00e0i t\u1eadp n\u00e0y, v\u00ed d\u1ee5: B\u00e0i t\u1eadp v\u1ec1 nh\u00e0 ho\u1eb7c B\u00e0i ki\u1ec3m tra gi\u1eefa k\u1ef3. T\u00ean n\u00e0y hi\u1ec3n th\u1ecb cho ng\u01b0\u1eddi h\u1ecdc.", + "The grading process is still running. Refresh the page to see updates.": "\u0110ang trong qu\u00e1 tr\u00ecnh ch\u1ea5m \u0111i\u1ec3m. Refresh l\u1ea1i trang \u0111\u1ec3 xem c\u1eadp nh\u1eadt m\u1edbi.", + "The language that team members primarily use to communicate with each other.": "Ng\u00f4n ng\u1eef m\u00e0 th\u00e0nh vi\u00ean nh\u00f3m s\u1eed d\u1ee5ng ch\u00ednh \u0111\u1ec3 giao ti\u1ebfp v\u1edbi nhau.", + "The language used throughout this site. This site is currently available in a limited number of languages. Changing the value of this field will cause the page to refresh.": "Ng\u00f4n ng\u1eef \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng tr\u00ean to\u00e0n b\u1ed9 trang web. Trang web n\u00e0y hi\u1ec7n ch\u1ec9 c\u00f3 s\u0103n m\u1ed9t s\u1ed1 ng\u00f4n ng\u1eef. Thay \u0111\u1ed5i gi\u00e1 tr\u1ecb c\u1ee7a tr\u01b0\u1eddng n\u00e0y s\u1ebd l\u00e0m m\u1edbi trang.", + "The minimum grade for course credit is not set.": "\u0110i\u1ec3m t\u1ed1i thi\u1ec3u cho t\u00edn ch\u1ec9 kh\u00f3a h\u1ecdc kh\u00f4ng \u0111\u01b0\u1ee3c \u0111\u1eb7t.", + "The minimum score percentage must be a whole number between 0 and 100.": "T\u1ec9 l\u1ec7 \u0111i\u1ec3m s\u1ed1 ph\u1ea3i l\u00e0 con s\u1ed1 trong kho\u1ea3ng t\u1eeb 0 \u0111\u1ebfn 100", + "The name of this signatory as it should appear on certificates.": "T\u00ean c\u1ee7a ng\u01b0\u1eddi k\u00fd n\u00e0y s\u1ebd xu\u1ea5t hi\u1ec7n tr\u00ean ch\u1ee9ng ch\u1ec9.", + "The name that identifies you on {platform_name}. You cannot change your username.": "T\u00ean \u0111\u1ecbnh danh b\u1ea1n tr\u00ean {platform_name}. B\u1ea1n kh\u00f4ng th\u1ec3 thay \u0111\u1ed5i t\u00ean \u0111\u0103ng nh\u1eadp.", + "The name that is used for ID verification and that appears on your certificates.": "T\u00ean \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng \u0111\u1ec3 x\u00e1c minh ID v\u00e0 xu\u1ea5t hi\u1ec7n tr\u00ean ch\u1ee9ng ch\u1ec9 c\u1ee7a b\u1ea1n.", + "The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.": "S\u1ed1 l\u01b0\u1ee3ng b\u00e0i t\u1eadp thu\u1ed9c lo\u1ea1i n\u00e0y s\u1ebd b\u1ecb lo\u1ea1i b\u1ecf. Nh\u1eefng b\u00e0i t\u1eadp c\u00f3 \u0111i\u1ec3m th\u1ea5p s\u1ebd b\u1ecb lo\u1ea1i b\u1ecf tr\u01b0\u1edbc.", + "The number of subsections in the course that contain problems of this assignment type.": "S\u1ed1 ph\u1ea7n con trong kh\u00f3a h\u1ecdc ch\u1ee9a c\u00e1c c\u00e2u h\u1ecfi c\u1ee7a lo\u1ea1i b\u00e0i t\u1eadp n\u00e0y.", + "The organization that this signatory belongs to, as it should appear on certificates.": "T\u1ed5 ch\u1ee9c m\u00e0 ng\u01b0\u1eddi k\u00fd t\u00ean n\u00e0y thu\u1ed9c v\u1ec1, nh\u01b0 n\u00f3 s\u1ebd xu\u1ea5t hi\u1ec7n tr\u00ean gi\u1ea5y ch\u1ee9ng nh\u1eadn.", + "The page \"{route}\" could not be found.": "Kh\u00f4ng th\u1ea5y trang \"{route}\".", + "The photo of your face matches the photo on your ID.": "Nh\u1eefng h\u00ecnh \u1ea3nh c\u1ee7a khu\u00f4n m\u1eb7t c\u1ee7a b\u1ea1n ph\u00f9 h\u1ee3p v\u1edbi h\u00ecnh \u1ea3nh tr\u00ean ID c\u1ee7a b\u1ea1n.", + "The post you selected has been deleted.": "B\u00e0i b\u1ea1n ch\u1ecdn \u0111\u00e3 b\u1ecb x\u00f3a.", + "The published branch version, {published}, was reset to the draft branch version, {draft}.": "Phi\u00ean b\u1ea3n nh\u00e1nh \u0111\u00e3 xu\u1ea5t b\u1ea3n, {published}, \u0111\u00e3 \u0111\u01b0\u1ee3c \u0111\u1eb7t l\u1ea1i th\u00e0nh phi\u00ean b\u1ea3n nh\u00e1nh d\u1ef1 th\u1ea3o, {draft}.", + "The raw error message is:": "Th\u00f4ng b\u00e1o l\u1ed7i ban \u0111\u1ea7u l\u00e0:", + "The refund deadline for this course has passed,so you will not receive a refund.": "Th\u1eddi h\u1ea1n ho\u00e0n tr\u1ea3 c\u1ee7a kh\u00f3a h\u1ecdc n\u00e0y \u0111\u00e3 \u0111\u01b0\u1ee3c qua, v\u00ec v\u1eady b\u1ea1n s\u1ebd kh\u00f4ng nh\u1eadn \u0111\u01b0\u1ee3c ti\u1ec1n ho\u00e0n l\u1ea1i.", + "The selected content group does not exist": "N\u1ed9i dung cho nh\u00f3m h\u1ecdc \u0111\u01b0\u1ee3c ch\u1ecdn kh\u00f4ng t\u1ed3n t\u1ea1i", + "The selected image must be larger than {minFileSizeInKB}.": "H\u00ecnh \u1ea3nh \u0111\u01b0\u1ee3c ch\u1ecdn ph\u1ea3i l\u1edbn h\u01a1n {minFileSizeInKB}.", + "The selected image must be smaller than {maxFileSizeInMB}.": "H\u00ecnh \u1ea3nh \u0111\u01b0\u1ee3c ch\u1ecdn ph\u1ea3i nh\u1ecf h\u01a1n {maxFileSizeInMB}.", + "The server could not be contacted.": "Kh\u00f4ng th\u1ec3 li\u00ean h\u1ec7 v\u1edbi m\u00e1y ch\u1ee7.", + "The submission could not be removed from the grading pool.": "B\u00e0i n\u1ed9p kh\u00f4ng th\u1ec3 g\u1ee1 b\u1ecf kh\u1ecfi h\u1ec7 th\u1ed1ng ch\u1ea5m \u0111i\u1ec3m.", + "The team \"{team}\" could not be found.": "Kh\u00f4ng th\u1ea5y nh\u00f3m \"{team}\".", + "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "B\u1ea3n d\u1ecbch \u0111\u1ed3ng b\u1ed9 th\u1eddi gian cho t\u1ec7p video \u0111\u1ea7u kh\u00f4ng kh\u1edbp v\u1edbi b\u1ea3n d\u1ecbch \u0111\u1ed3ng b\u1ed9 th\u1eddi gian cho t\u1ec7p video th\u1ee9 hai.", + "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "B\u1ea3n d\u1ecbch \u0111\u1ed3ng b\u1ed9 th\u1eddi gian cho video n\u00e0y tr\u00ean edX \u0111\u00e3 l\u1ed7i th\u1eddi, nh\u01b0ng YouTube c\u00f3 b\u1ea3n d\u1ecbch \u0111\u1ed3ng b\u1ed9 th\u1eddi gian cho video n\u00e0y.", + "The topic \"{topic}\" could not be found.": "Kh\u00f4ng th\u1ea5y ch\u1ee7 \u0111\u1ec1 \"{topic}\".", + "The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.": "T\u1ef7 tr\u1ecdng c\u1ee7a t\u1ea5t c\u1ea3 c\u00e1c b\u00e0i t\u1eadp thu\u1ed9c lo\u1ea1i n\u00e0y l\u00e0 ph\u1ea7n tr\u0103m c\u1ee7a t\u1ed5ng s\u1ed1 \u0111i\u1ec3m, v\u00ed d\u1ee5, 40. Kh\u00f4ng bao g\u1ed3m bi\u1ec3u t\u01b0\u1ee3ng ph\u1ea7n tr\u0103m.", + "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "Nh\u00f3m h\u1ecdc vi\u00ean {cohortGroupName} v\u1eeba \u0111\u01b0\u1ee3c t\u1ea1o. B\u1ea1n c\u00f3 th\u1ec3 th\u00eam h\u1ecdc vi\u00ean v\u00e0o nh\u00f3m d\u01b0\u1edbi \u0111\u00e2y.", + "There are invalid keywords in your email. Check the following keywords and try again.": "C\u00f3 nh\u1eefng t\u1eeb kh\u00f3a kh\u00f4ng h\u1ee3p l\u1ec7 trong email c\u1ee7a b\u1ea1n. Ki\u1ec3m tra c\u00e1c t\u1eeb kh\u00f3a sau \u0111\u00e2y v\u00e0 th\u1eed l\u1ea1i.", + "There are no posts in this topic yet.": "Ch\u01b0a c\u00f3 \u0111i\u1ec3m trong ch\u1ee7 \u0111\u1ec1 n\u00e0y.", + "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.": "C\u00f3 \u00edt nh\u1ea5t m\u1ed9t ph\u1ea7n kh\u00f4ng th\u1ec3 xu\u1ea5t th\u00e0nh t\u1ec7p XML. B\u1ea1n n\u00ean v\u00e0o trang ch\u1ec9nh s\u1eeda v\u00e0 s\u1eeda l\u1ed7i tr\u01b0\u1edbc khi th\u1eed xu\u1ea5t l\u1ea1i b\u1ea3n kh\u00e1c. Vui l\u00f2ng ki\u1ec3m tra l\u1ea1i \u0111\u1ec3 \u0111\u1ea3m b\u1ea3o t\u1ea5t c\u1ea3 c\u00e1c ph\u1ea7n trong trang c\u00f3 hi\u1ec7u l\u1ef1c v\u00e0 kh\u00f4ng c\u00f3 th\u00f4ng b\u00e1o l\u1ed7i n\u00e0o.", + "There has been an error processing your survey.": "X\u1ea3y ra l\u1ed7i khi x\u1eed l\u00ed phi\u1ebfu \u0111i\u1ec1u tra c\u1ee7a b\u1ea1n.", + "There has been an error while exporting.": "X\u1ea3y ra l\u1ed7i khi xu\u1ea5t t\u1ec7p.", + "There has been an error with your export.": "X\u1ea3y ra l\u1ed7i khi xu\u1ea5t t\u1ec7p.", + "There is invalid code in your content. Please check to make sure it is valid HTML.": "C\u00f3 m\u00e3 kh\u00f4ng h\u1ee3p l\u1ec7 trong n\u1ed9i dung c\u1ee7a b\u1ea1n. Vui l\u00f2ng ki\u1ec3m tra \u0111\u1ec3 ch\u1eafc ch\u1eafn r\u1eb1ng \u0111\u00f3 l\u00e0 HTML h\u1ee3p l\u1ec7.", + "There is no email history for this course.": "Kh\u00f4ng c\u00f3 l\u1ecbch s\u1eed email c\u1ee7a kh\u00f3a h\u1ecdc n\u00e0y.", + "There must be at least one group.": "Ph\u1ea3i c\u00f3 \u00edt nh\u1ea5t m\u1ed9t nh\u00f3m.", + "There must be one cohort to which students can automatically be assigned.": "Ph\u1ea3i c\u00f3 m\u1ed9t nh\u00f3m m\u00e0 h\u1ecdc vi\u00ean c\u00f3 th\u1ec3 t\u1ef1 \u0111\u1ecdc \u0111\u01b0\u1ee3c x\u1ebfp v\u00e0o.", + "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "L\u1ed7i khi truy xu\u1ea5t b\u00e1o c\u00e1o. Ch\u1ecdn \"T\u1ea1o t\u00f3m t\u1eaft th\u1ef1c hi\u1ec7n\" \u0111\u1ec3 th\u1eed l\u1ea1i.", + "There was an error changing the user's role": "X\u1ea3y ra l\u1ed7i khi thay \u0111\u1ed5i v\u1ecb tr\u00ed th\u00e0nh vi\u00ean", + "There was an error during the upload process.": "X\u1ea3y ra l\u1ed7i trong qu\u00e1 tr\u00ecnh t\u1ea3i l\u00ean.", + "There was an error obtaining email content history for this course.": "X\u1ea3y ra l\u1ed7i khi xem l\u1ecbch s\u1eed t\u00e1c v\u1ee5 email c\u1ee7a kh\u00f3a h\u1ecdc n\u00e0y.", + "There was an error obtaining email task history for this course.": "L\u1ed7i khi xem l\u1ecbch s\u1eed t\u00e1c v\u1ee5 email c\u1ee7a kh\u00f3a h\u1ecdc n\u00e0y.", + "There was an error updating your goal.": "\u0110\u00e3 x\u1ea3y ra l\u1ed7i khi c\u1eadp nh\u1eadt m\u1ee5c ti\u00eau c\u1ee7a b\u1ea1n.", "There was an error when trying to add learners:": [ "{numErrors} nh\u1eefng h\u1ecdc vi\u00ean kh\u00f4ng th\u1ec3 th\u00eam v\u00e0o nh\u00f3m:" - ], - "There was an error while importing the new course to our database.": "C\u00f3 l\u1ed7i trong khi nh\u1eadp c\u00e1c kh\u00f3a h\u1ecdc m\u1edbi v\u00e0o c\u01a1 s\u1edf d\u1eef li\u1ec7u c\u1ee7a ch\u00fang t\u00f4i.", - "There was an error while importing the new library to our database.": "\u0110\u00e3 x\u1ea3y ra l\u1ed7i khi nh\u1eadp th\u01b0 vi\u1ec7n m\u1edbi v\u00e0o c\u01a1 s\u1edf d\u1eef li\u1ec7u.", - "There was an error while unpacking the file.": "X\u1ea3y ra l\u1ed7i trong khi gi\u1ea3i n\u00e9n t\u1eadp tin.", - "There was an error while verifying the file you submitted.": "C\u00f3 l\u1ed7i trong khi ki\u1ec3m tra c\u00e1c t\u1eadp tin b\u1ea1n \u0111\u00e3 g\u1eedi.", - "There was an error with the upload": "C\u00f3 l\u1ed7i trong qu\u00e1 tr\u00ecnh t\u1ea3i l\u00ean", - "There was an error, try searching again.": "\u0110\u00e3 c\u00f3 l\u1ed7i x\u1ea3y ra, xin th\u1eed t\u00ecm l\u1ea7n n\u1eefa.", - "There was an error. Please reload the page and try again.": "\u0110\u00e3 c\u00f3 l\u1ed7i x\u1ea3y ra. Vui l\u00f2ng t\u1ea3i l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", - "There were errors reindexing course.": "\u0110\u00e3 x\u1ea3y ra l\u1ed7i khi \u0111\u00e1nh ch\u1ec9 m\u1ee5c l\u1ea1i kh\u00f3a h\u1ecdc.", - "There's already another assignment type with this name.": "\u0110\u00e3 c\u00f3 ki\u1ec3u b\u00e0i t\u1eadp kh\u00e1c tr\u00f9ng t\u00ean n\u00e0y.", - "These settings include basic information about your account.": "Nh\u1eefng thi\u1ebft l\u1eadp n\u00e0y bao g\u1ed3m th\u00f4ng tin c\u01a1 b\u1ea3n v\u1ec1 t\u00e0i kho\u1ea3n c\u1ee7a b\u1ea1n.", - "These users could not be added as beta testers because their accounts are not yet activated:": "Kh\u00f4ng th\u1ec3 th\u00eam nh\u1eefng ng\u01b0\u1eddi d\u00f9ng n\u00e0y l\u00e0m ng\u01b0\u1eddi ki\u1ec3m tra beta v\u00ec t\u00e0i kho\u1ea3n c\u1ee7a h\u1ecd ch\u01b0a \u0111\u01b0\u1ee3c k\u00edch ho\u1ea1t:", - "These users were not added as beta testers:": "Nh\u1eefng th\u00e0nh vi\u00ean n\u00e0y kh\u00f4ng \u0111\u01b0\u1ee3c th\u00eam v\u00e0o danh s\u00e1ch th\u00e0nh vi\u00ean b\u1ea3n th\u1eed nghi\u1ec7m:", - "These users were not affiliated with the course so could not be unenrolled:": "Nh\u1eefng th\u00e0nh vi\u00ean sau kh\u00f4ng tham gia ch\u00ednh th\u1ee9c v\u1edbi kh\u00f3a h\u1ecdc n\u00ean kh\u00f4ng th\u1ec3 h\u1ee7y ghi danh:", - "These users were not removed as beta testers:": "Nh\u1eefng th\u00e0nh vi\u00ean n\u00e0y kh\u00f4ng \u0111\u01b0\u1ee3c b\u1ecf kh\u1ecfi danh s\u00e1ch th\u00e0nh vi\u00ean b\u1ea3n th\u1eed nghi\u1ec7m:", - "These users were successfully added as beta testers:": "Nh\u1eefng th\u00e0nh vi\u00ean n\u00e0y \u0111\u00e3 \u0111\u01b0\u1ee3c th\u00eam v\u00e0o danh s\u00e1ch th\u00e0nh vi\u00ean b\u1ea3n th\u1eed nghi\u1ec7m:", - "These users were successfully removed as beta testers:": "Nh\u1eefng th\u00e0nh vi\u00ean n\u00e0y \u0111\u00e3 \u0111\u01b0\u1ee3c b\u1ecf kh\u1ecfi danh s\u00e1ch th\u00e0nh vi\u00ean b\u1ea3n th\u1eed nghi\u1ec7m:", - "These users will be allowed to enroll once they register:": "Nh\u1eefng th\u00e0nh vi\u00ean n\u00e0y s\u1ebd \u0111\u01b0\u1ee3c ghi danh ngay sau khi \u0111\u0103ng k\u00fd:", - "These users will be enrolled once they register:": "Nh\u1eefng th\u00e0nh vi\u00ean n\u00e0y s\u1ebd \u0111\u01b0\u1ee3c ghi danh ngay sau khi \u0111\u0103ng k\u00fd:", - "This Group Configuration is not in use. Start by adding a content experiment to any Unit via the {linkStart}Course Outline{linkEnd}.": "C\u1ea5u h\u00ecnh Nh\u00f3m n\u00e0y kh\u00f4ng \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng. B\u1eaft \u0111\u1ea7u b\u1eb1ng c\u00e1ch th\u00eam th\u1eed nghi\u1ec7m n\u1ed9i dung cho b\u1ea5t k\u1ef3 \u0110\u01a1n v\u1ecb n\u00e0o th\u00f4ng qua {linkStart}\u0110\u1ec1 c\u01b0\u01a1ng Kh\u00f3a h\u1ecdc{linkEnd}.", - "This Group Configuration is used in:": "C\u1ea5u h\u00ecnh Nh\u00f3m n\u00e0y \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng trong:", - "This action cannot be undone.": "H\u00e0nh \u0111\u1ed9ng n\u00e0y kh\u00f4ng th\u1ec3 ho\u00e0n t\u00e1c.", - "This assessment could not be submitted.": "Kh\u00f4ng th\u1ec3 g\u1eedi \u0111\u00e1nh gi\u00e1 n\u00e0y.", - "This browser cannot play .mp4, .ogg, or .webm files.": "Tr\u00ecnh duy\u1ec7t n\u00e0y kh\u00f4ng th\u1ec3 ch\u01a1i t\u1ec7p tin .mp4, .ogg, ho\u1eb7c .webm.", - "This certificate has already been activated and is live. Are you sure you want to continue editing?": "Ch\u1ee9ng ch\u1ec9 n\u00e0y \u0111\u00e3 \u0111\u01b0\u1ee3c k\u00edch ho\u1ea1t v\u00e0 \u0111ang ho\u1ea1t \u0111\u1ed9ng. B\u1ea1n c\u00f3 ch\u1eafc ch\u1eafn mu\u1ed1n ti\u1ebfp t\u1ee5c ch\u1ec9nh s\u1eeda kh\u00f4ng?", - "This comment could not be deleted. Refresh the page and try again.": "Kh\u00f4ng th\u1ec3 x\u00f3a nh\u1eadn x\u00e9t n\u00e0y. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", - "This component has validation issues.": "Ph\u1ea7n n\u00e0y ch\u01b0a kh\u1ea3 d\u1ee5ng", - "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "C\u1ea5u h\u00ecnh n\u00e0y hi\u1ec7n \u0111ang \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng trong th\u1eed nghi\u1ec7m n\u1ed9i dung. N\u1ebfu b\u1ea1n thay \u0111\u1ed5i c\u00e1c nh\u00f3m, b\u1ea1n c\u00f3 th\u1ec3 ph\u1ea3i ch\u1ec9nh s\u1eeda nh\u1eefng th\u1eed nghi\u1ec7m \u0111\u00f3.", - "This content group is used in one or more units.": "Nh\u00f3m n\u1ed9i dung n\u00e0y \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng trong m\u1ed9t ho\u1eb7c nhi\u1ec1u \u0111\u01a1n v\u1ecb.", - "This course has automatic cohorting enabled for verified track learners, but cohorts are disabled. You must enable cohorts for the feature to work.": "Kh\u00f3a h\u1ecdc n\u00e0y t\u1ef1 \u0111\u1ed9ng t\u1ea1o nh\u00f3m cho nh\u1eefng h\u1ecdc vi\u00ean lo\u1ea1i c\u00f3 x\u00e1c minh, nh\u01b0ng nh\u00f3m \u0111\u00e3 b\u1ecb v\u00f4 hi\u1ec7u h\u00f3a. B\u1ea1n ph\u1ea3i k\u00edch ho\u1ea1t nh\u00f3m \u0111\u1ec3 t\u00ednh n\u0103ng n\u00e0y ho\u1ea1t \u0111\u1ed9ng.", - "This course has automatic cohorting enabled for verified track learners, but the required cohort does not exist. You must create a manually-assigned cohort named '{verifiedCohortName}' for the feature to work.": "Kh\u00f3a h\u1ecdc n\u00e0y t\u1ef1 \u0111\u1ed9ng t\u1ea1o nh\u00f3m cho nh\u1eefng h\u1ecdc vi\u00ean lo\u1ea1i c\u00f3 x\u00e1c minh, tuy nhi\u00ean nh\u00f3m \u0111\u01b0\u1ee3c y\u00eau c\u1ea7u kh\u00f4ng t\u1ed3n t\u1ea1i. B\u1ea1n ph\u1ea3i t\u1ea1o m\u1ed9t nh\u00f3m \u0111\u01b0\u1ee3c ch\u1ec9 \u0111\u1ecbnh theo c\u00e1ch th\u1ee7 c\u00f4ng c\u00f3 t\u00ean '{verifiedCohortName}' \u0111\u1ec3 cho t\u00ednh n\u0103ng n\u00e0y ho\u1ea1t \u0111\u1ed9ng.", - "This course uses automatic cohorting for verified track learners. You cannot disable cohorts, and you cannot rename the manual cohort named '{verifiedCohortName}'. To change the configuration for verified track cohorts, contact your edX partner manager.": "Kh\u00f3a h\u1ecdc n\u00e0y t\u1ef1 \u0111\u1ed9ng t\u1ea1o nh\u00f3m cho nh\u1eefng h\u1ecdc vi\u00ean thu\u1ed9c lo\u1ea1i c\u00f3 x\u00e1c minh. B\u1ea1n kh\u00f4ng th\u1ec3 v\u00f4 hi\u1ec7u ho\u00e1 c\u00e1c nh\u00f3m v\u00e0 b\u1ea1n kh\u00f4ng th\u1ec3 \u0111\u1ed5i t\u00ean nh\u00f3m ng\u01b0\u1eddi d\u00f9ng '{verifiedCohortName}'. \u0110\u1ec3 thay \u0111\u1ed5i c\u1ea5u h\u00ecnh cho nh\u00f3m x\u00e1c minh, h\u00e3y li\u00ean h\u1ec7 v\u1edbi ng\u01b0\u1eddi qu\u1ea3n l\u00fd \u0111\u1ed1i t\u00e1c edX c\u1ee7a b\u1ea1n.", - "This discussion could not be loaded. Refresh the page and try again.": "Kh\u00f4ng m\u1edf \u0111\u01b0\u1ee3c cu\u1ed9c th\u1ea3o lu\u1eadn n\u00e0y. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", - "This feedback could not be submitted.": "Kh\u00f4ng th\u1ec3 g\u1eedi ph\u1ea3n h\u1ed3i n\u00e0y.", - "This group controls access to:": "Nh\u00f3m n\u00e0y ki\u1ec3m so\u00e1t truy c\u1eadp v\u00e0o:", - "This group no longer exists. Choose another group or do not restrict access to this unit.": "Nh\u00f3m n\u00e0y kh\u00f4ng c\u00f2n t\u1ed3n t\u1ea1i. Ch\u1ecdn m\u1ed9t nh\u00f3m kh\u00e1c ho\u1eb7c kh\u00f4ng h\u1ea1n ch\u1ebf quy\u1ec1n truy c\u1eadp v\u00e0o \u0111\u01a1n v\u1ecb n\u00e0y.", - "This image file type is not supported. Supported file types are {supportedFileFormats}.": "Lo\u1ea1i t\u1ec7p h\u00ecnh \u1ea3nh n\u00e0y kh\u00f4ng \u0111\u01b0\u1ee3c h\u1ed7 tr\u1ee3. Nh\u1eefng lo\u1ea1i t\u1ec7p \u0111\u01b0\u1ee3c h\u1ed7 tr\u1ee3 l\u00e0 {supportedFileFormats}.", - "This image is for decorative purposes only and does not require a description.": "H\u00ecnh \u1ea3nh n\u00e0y ch\u1ec9 d\u00e0nh cho m\u1ee5c \u0111\u00edch trang tr\u00ed v\u00e0 kh\u00f4ng c\u1ea7n m\u00f4 t\u1ea3.", - "This is the Description of the Group Configuration": "\u0110\u00e2y l\u00e0 M\u00f4 t\u1ea3 v\u1ec1 C\u1ea5u h\u00ecnh Nh\u00f3m", - "This is the Name of the Group Configuration": "\u0110\u00e2y l\u00e0 T\u00ean c\u1ee7a C\u1ea5u h\u00ecnh Nh\u00f3m", - "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Danh s\u00e1ch c\u00e1c l\u1ef1a ch\u1ecdn \u0111ang c\u00f3 %s. B\u1ea1n c\u00f3 th\u1ec3 ch\u1ecdn b\u1eb1ng b\u00e1ch click v\u00e0o m\u0169i t\u00ean \"Ch\u1ecdn\" n\u1eb1m gi\u1eefa hai h\u1ed9p.", - "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Danh s\u00e1ch b\u1ea1n \u0111\u00e3 ch\u1ecdn %s. B\u1ea1n c\u00f3 th\u1ec3 b\u1ecf ch\u1ecdn b\u1eb1ng c\u00e1ch click v\u00e0o m\u0169i t\u00ean \"Xo\u00e1\" n\u1eb1m gi\u1eefa hai \u00f4.", - "This is the name of the group": "\u0110\u00e2y l\u00e0 t\u00ean c\u1ee7a nh\u00f3m", - "This learner will be removed from the team, allowing another learner to take the available spot.": "Ng\u01b0\u1eddi h\u1ecdc n\u00e0y s\u1ebd b\u1ecb x\u00f3a kh\u1ecfi nh\u00f3m \u0111\u1ec3 nh\u01b0\u1eddng ch\u1ed7 cho m\u1ed9t ng\u01b0\u1eddi h\u1ecdc kh\u00e1c.", - "This link will open in a modal window": "Li\u00ean k\u1ebft n\u00e0y s\u1ebd m\u1edf ra trong m\u1ed9t c\u1eeda s\u1ed5 con", - "This link will open in a new browser window/tab": "\u0110\u01b0\u1eddng d\u1eabn s\u1ebd m\u1edf tr\u00ean m\u1ed9t trang tr\u00ecnh duy\u1ec7t m\u1edbi", - "This may be happening because of an error with our server or your internet connection. Try refreshing the page or making sure you are online.": "L\u1ed7i n\u00e0y c\u00f3 th\u1ec3 do m\u00e1y ch\u1ee7 c\u1ee7a ch\u00fang t\u00f4i ho\u1eb7c k\u1ebft n\u1ed1i internet c\u1ee7a b\u1ea1n. H\u00e3y th\u1eed t\u1ea3i l\u1ea1i trang ho\u1eb7c ki\u1ec3m tra l\u1ea1i k\u1ebft n\u1ed1i internet.", - "This page contains information about orders that you have placed with {platform_name}.": "Trang n\u00e0y ch\u1ee9a th\u00f4ng tin v\u1ec1 nh\u1eefng \u0111\u01a1n h\u00e0ng m\u00e0 b\u1ea1n \u0111\u00e3 \u0111\u1eb7t v\u1edbi {platform_name}.", - "This post could not be closed. Refresh the page and try again.": "Kh\u00f4ng th\u1ec3 \u0111\u00f3ng b\u00e0i n\u00e0y. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", - "This post could not be flagged for abuse. Refresh the page and try again.": "B\u00e0i n\u00e0y kh\u00f4ng th\u1ec3 b\u1ecb g\u1eafn c\u1edd vi ph\u1ea1m. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", - "This post could not be pinned. Refresh the page and try again.": "B\u00e0i n\u00e0y ch\u01b0a \u0111\u01b0\u1ee3c ghim l\u1ea1i. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", - "This post could not be reopened. Refresh the page and try again.": "B\u00e0i n\u00e0y kh\u00f4ng th\u1ec3 m\u1edf l\u1ea1i. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", - "This post could not be unflagged for abuse. Refresh the page and try again.": "B\u00e0i n\u00e0y kh\u00f4ng th\u1ec3 g\u1ee1 b\u1ecf c\u1edd vi ph\u1ea1m. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", - "This post could not be unpinned. Refresh the page and try again.": "B\u00e0i n\u00e0y ch\u01b0a \u0111\u01b0\u1ee3c b\u1ecf ghim. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", - "This problem could not be saved.": "Kh\u00f4ng th\u1ec3 l\u01b0u c\u00e2u h\u1ecfi n\u00e0y.", - "This problem has already been released. Any changes will apply only to future assessments.": "C\u00e2u h\u1ecfi n\u00e0y \u0111\u00e3 \u0111\u01b0\u1ee3c \u0111\u0103ng. B\u1ea5t k\u1ef3 thay \u0111\u1ed5i n\u00e0o c\u0169ng ch\u1ec9 \u1ea3nh h\u01b0\u1edfng \u0111\u1ebfn nh\u1eefng \u0111\u00e1nh gi\u00e1 trong t\u01b0\u01a1ng lai.", - "This problem has been reset.": "C\u00e2u h\u1ecfi n\u00e0y \u0111\u00e3 \u0111\u01b0\u1ee3c s\u1eeda.", - "This response could not be marked as an answer. Refresh the page and try again.": "Ph\u1ea3n h\u1ed3i n\u00e0y kh\u00f4ng th\u1ec3 \u0111\u00e1nh d\u1ea5u l\u00e0 m\u1ed9t c\u00e2u tr\u1ea3 l\u1eddi. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", - "This response could not be marked as endorsed. Refresh the page and try again.": "Ph\u1ea3n h\u1ed3i n\u00e0y kh\u00f4ng th\u1ec3 \u0111\u00e1nh d\u1ea5u l\u00e0 x\u00e1c nh\u1eadn. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", - "This response could not be saved.": "Kh\u00f4ng th\u1ec3 l\u01b0u c\u00e2u tr\u1ea3 l\u1eddi n\u00e0y.", - "This response could not be submitted.": "Kh\u00f4ng th\u1ec3 g\u1eedi c\u00e2u tr\u1ea3 l\u1eddi n\u00e0y.", - "This response could not be unendorsed. Refresh the page and try again.": "Ph\u1ea3n h\u1ed3i n\u00e0y kh\u00f4ng th\u1ec3 b\u1ecf \u0111\u00e1nh d\u1ea5u l\u00e0 x\u00e1c nh\u1eadn. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", - "This response could not be unmarked as an answer. Refresh the page and try again.": "C\u00e2u tr\u1ea3 l\u1eddi n\u00e0y kh\u00f4ng th\u1ec3 b\u1ecf \u0111\u00e1nh d\u1ea5u l\u00e0 c\u00e2u tr\u1ea3 l\u1eddi. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", - "This response has been saved but not submitted.": "C\u00e2u tr\u1ea3 l\u1eddi n\u00e0y \u0111\u00e3 \u0111\u01b0\u1ee3c l\u01b0u nh\u01b0ng ch\u01b0a \u0111\u01b0\u1ee3c g\u1eedi \u0111i.", - "This response has not been saved.": "C\u00e2u tr\u1ea3 l\u1eddi n\u00e0y ch\u01b0a \u0111\u01b0\u1ee3c l\u01b0u.", - "This role requires a divided discussions scheme.": "Vai tr\u00f2 n\u00e0y \u0111\u00f2i h\u1ecfi m\u1ed9t k\u1ebf ho\u1ea1ch th\u1ea3o lu\u1eadn nh\u00f3m.", - "This section could not be loaded.": "Kh\u00f4ng th\u1ec3 t\u1ea3i m\u1ee5c n\u00e0y.", - "This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.": "T\u00ean ng\u1eafn cho lo\u1ea1i b\u00e0i t\u1eadp (v\u00ed d\u1ee5: BTVN ho\u1eb7c KTra) xu\u1ea5t hi\u1ec7n b\u00ean c\u1ea1nh c\u00e1c b\u00e0i t\u1eadp tr\u00ean trang Ti\u1ebfn \u0111\u1ed9 c\u1ee7a ng\u01b0\u1eddi h\u1ecdc.", - "This team does not have any members.": "Nh\u00f3m n\u00e0y kh\u00f4ng c\u00f3 b\u1ea5t k\u1ef3 th\u00e0nh vi\u00ean n\u00e0o.", - "This team is full.": "Nh\u00f3m n\u00e0y \u0111\u00e3 \u0111\u1ee7 th\u00e0nh vi\u00ean.", - "This unit has validation issues.": "\u0110\u01a1n v\u1ecb n\u00e0y c\u00f3 c\u00e1c v\u1ea5n \u0111\u1ec1 x\u00e1c nh\u1eadn.", - "This vote could not be processed. Refresh the page and try again.": "Vi\u1ec7c b\u1ea7u ch\u1ecdn n\u00e0y kh\u00f4ng \u0111\u01b0\u1ee3c x\u1eed l\u00fd. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", - "This {parentCategory} has no {childCategory}": "Ch\u1ee7 \u0111\u1ec1 {parentCategory} n\u00e0y kh\u00f4ng c\u00f3 {childCategory}", - "Thumbnail": "H\u00ecnh \u0111\u1ea1i di\u1ec7n", - "Thumbnail for {videoName}": "H\u00ecnh \u0111\u1ea1i di\u1ec7n cho {videoName}", - "Time Allotted (HH:MM):": "Th\u1eddi gian Quy \u0111\u1ecbnh (HH:MM):", - "Time Sent": "G\u1eedi L\u00fac", - "Time Sent:": "G\u1eedi L\u00fac:", - "Time Zone": "M\u00fai gi\u1edd", - "Timed": "C\u00f3 t\u00ednh gi\u1edd", - "Timed Exam": "B\u00e0i thi Kh\u1ed1ng ch\u1ebf th\u1eddi gian", - "Timed Transcript Conflict": "Xung \u0111\u1ed9t B\u1ea3n d\u1ecbch \u0110\u00f4ng b\u1ed9 th\u1eddi gian", - "Timed Transcript Found": "\u0110\u00e3 t\u00ecm th\u1ea5y B\u1ea3n dich \u0110\u1ed3ng b\u1ed9 th\u1eddi gian", - "Timed Transcript Uploaded Successfully": "\u0110\u00e3 t\u1ea3i l\u00ean B\u1ea3n d\u1ecbch \u0111\u1ed3ng b\u1ed9 th\u1eddi gian Th\u00e0nh c\u00f4ng", - "Timed Transcript from %(filename)s": "B\u1ea3n d\u1ecbch \u0110\u1ed3ng b\u1ed9 th\u1eddi gian t\u1eeb %(filename)s", - "Tips on taking a successful photo": "M\u1eb9o \u0111\u1ec3 ch\u1ee5p \u1ea3nh th\u00e0nh c\u00f4ng", - "Title": "Ti\u00eau \u0111\u1ec1", - "Title ": "Ti\u00eau \u0111\u1ec1", - "Title of the signatory": "Ch\u1ee9c danh c\u1ee7a ng\u01b0\u1eddi k\u00fd", - "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "Ch\u1ee9c danh nhi\u1ec1u h\u01a1n 100 k\u00fd t\u1ef1 c\u00f3 th\u1ec3 l\u00e0m cho cho sinh vi\u00ean kh\u00f4ng th\u1ec3 in ch\u1ee9ng ch\u1ec9 c\u1ee7a h\u1ecd tr\u00ean m\u1ed9t trang duy nh\u1ea5t.", - "To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.": "\u0110\u1ec3 ch\u1eafc ch\u1eafn t\u1ea5t c\u1ea3 sinh vi\u00ean c\u00f3 th\u1ec3 truy c\u1eadp v\u00e0o video, ch\u00fang t\u00f4i khuy\u00ean b\u1ea1n n\u00ean cung c\u1ea5p c\u1ea3 phi\u00ean b\u1ea3n .mp4 v\u00e0 .webm video c\u1ee7a b\u1ea1n. B\u1ea5m v\u00e0o b\u00ean d\u01b0\u1edbi \u0111\u1ec3 th\u00eam m\u1ed9t URL cho m\u1ed9t phi\u00ean b\u1ea3n kh\u00e1c. Nh\u1eefng URL n\u00e0y kh\u00f4ng th\u1ec3 l\u00e0 URL tr\u00ean YouTube. Video \u0111\u1ea7u ti\u00ean \u0111\u01b0\u1ee3c li\u1ec7t k\u00ea t\u01b0\u01a1ng th\u00edch v\u1edbi m\u00e1y t\u00ednh c\u1ee7a h\u1ecdc sinh s\u1ebd \u0111\u01b0\u1ee3c ph\u00e1t.", - "To take a successful photo, make sure that:": "\u0110\u1ec3 c\u00f3 m\u1ed9t b\u1ee9c \u1ea3nh th\u00e0nh c\u00f4ng, h\u00e3y \u0111\u1ea3m b\u1ea3o r\u1eb1ng:", - "Today": "H\u00f4m nay", - "Toggle Notifications Setting": "C\u00e0i \u0111\u1eb7t th\u00f4ng b\u00e1o chuy\u1ec3n \u0111\u1ed5i", - "Tomorrow": "Ng\u00e0y mai", - "Tools": "C\u00f4ng c\u1ee5", - "Top": "\u0110\u1ec9nh", - "Topic": "Ch\u1ee7 \u0111\u1ec1", - "Topics": "C\u00e1c ch\u1ee7 \u0111\u1ec1", - "Total": "T\u1ed5ng c\u1ed9ng", - "Total Number": "T\u1ed5ng s\u1ed1", - "Transcript Fidelity": "Trung th\u1ef1c B\u1ea3n d\u1ecbch", - "Transcript Languages": "Nh\u1eefng ng\u00f4n ng\u1eef D\u1ecbch l\u1ea1i", - "Transcript Provider": "Nh\u00e0 cung c\u1ea5p B\u1ea3n d\u1ecbch", - "Transcript Turnaround": "Quay v\u00f2ng B\u1ea3n d\u1ecbch", - "Transcript will be displayed when you start playing the video.": "Ph\u1ee5 \u0111\u1ec1 s\u1ebd xu\u1ea5t hi\u1ec7n khi b\u1ea1n b\u1eaft \u0111\u1ea7u ph\u00e1t video.", - "Transcripts": "B\u1ea3n d\u1ecbch", - "Try the transaction again in a few minutes.": "Th\u1eed l\u1ea1i giao d\u1ecbch sau v\u00e0i ph\u00fat.", - "Try using a different browser, such as Google Chrome.": "Th\u1eed s\u1eed d\u1ee5ng m\u1ed9t tr\u00ecnh duy\u1ec7t kh\u00e1c, nh\u01b0 Google Chrome.", - "Turn off transcripts": "T\u1eaft b\u1ea3n d\u1ecbch", - "Turn on closed captioning": "B\u1eadt ph\u1ee5 \u0111\u1ec1 chi ti\u1ebft", - "Turn on transcripts": "B\u1eadt b\u1ea3n d\u1ecbch", - "Type": "Lo\u1ea1i", - "Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "Nh\u1eadp URL ho\u1eb7c s\u1eed d\u1ee5ng n\u00fat \"Ch\u1ecdn t\u1ec7p\" \u0111\u1ec3 t\u1ea3i t\u1ec7p l\u00ean t\u1eeb m\u00e1y c\u1ee7a b\u1ea1n. (v\u00ed d\u1ee5: 'http://example.com/img/clouds.jpg')", - "Type into this box to filter down the list of available %s.": "B\u1ea1n h\u00e3y nh\u1eadp v\u00e0o \u00f4 n\u00e0y \u0111\u1ec3 l\u1ecdc c\u00e1c danh s\u00e1ch sau %s.", - "URL": "URL", - "Unable to delete account": "Kh\u00f4ng th\u1ec3 x\u00f3a t\u00e0i kho\u1ea3n", - "Unable to determine whether we should give you a refund because of System Error. Please try again later.": "Kh\u00f4ng th\u1ec3 x\u00e1c \u0111\u1ecbnh vi\u1ec7c ho\u00e0n l\u1ea1i ti\u1ec1n cho b\u1ea1n v\u00ec L\u1ed7i h\u1ec7 th\u1ed1ng. Vui l\u00f2ng th\u1eed l\u1ea1i sau.", - "Unable to submit application": "Kh\u00f4ng th\u1ec3 g\u1eedi \u0111i", - "Underline": "G\u1ea1ch ch\u00e2n", - "Undo": "Ho\u00e0n t\u00e1c", - "Undo (Ctrl+Z)": "Ho\u00e0n t\u00e1c (Ctrl+Z)", - "Undo Changes": "Ho\u00e0n T\u00e1c C\u00e1c Thay \u0110\u1ed5i", - "Undo move": "Ho\u00e0n t\u00e1c di chuy\u1ec3n", - "Undo moving": "Ho\u00e0n t\u00e1c di chuy\u1ec3n", - "Ungraded": "Ch\u01b0a ph\u00e2n lo\u1ea1i", - "Unit": "Unit", - "Unit Access": "Truy c\u1eadp \u0110\u01a1n v\u1ecb", - "Unit Visibility": "Hi\u1ec3n th\u1ecb \u0110\u01a1n v\u1ecb", - "Units": "\u0110\u01a1n v\u1ecb", - "Unknown": "Kh\u00f4ng bi\u1ebft", - "Unknown username: {user}": "T\u00ean \u0111\u0103ng nh\u1eadp kh\u00f4ng x\u00e1c \u0111\u1ecbnh: {user}", - "Unlink This Account": "B\u1ecf li\u00ean k\u1ebft T\u00e0i kho\u1ea3n n\u00e0y", - "Unlink your {accountName} account": "B\u1ecf li\u00ean k\u1ebft t\u00e0i kho\u1ea3n c\u1ee7a b\u1ea1n {accountName}", - "Unlinking": "B\u1ecf k\u1ebft n\u1ed1i", - "Unmute": "B\u1eadt ti\u1ebfng", - "Unnamed Option": "T\u00f9y Ch\u1ecdn Ch\u01b0a \u0110\u1eb7t T\u00ean", - "Unpublished changes to content that will release in the future": "Nh\u1eefng thay \u0111\u1ed5i ch\u01b0a xu\u1ea5t b\u1ea3n t\u1edbi n\u1ed9i dung s\u1ebd ph\u00e1t h\u00e0nh trong t\u01b0\u01a1ng lai", - "Unpublished changes to live content": "Nh\u1eefng thay \u0111\u1ed5i ch\u01b0a xu\u1ea5t b\u1ea3n t\u1edbi n\u1ed9i dung \u0111ang ch\u1ea1y", - "Unpublished units will not be released": "Nh\u1eefng \u0111\u01a1n v\u1ecb ch\u01b0a xu\u1ea5t b\u1ea3n s\u1ebd kh\u00f4ng ph\u00e1t h\u00e0nh", - "Update": "C\u1eadp nh\u1eadt", - "Update Settings": "Thi\u1ebft l\u1eadp C\u1eadp nh\u1eadt", - "Update team.": "C\u1eadp nh\u1eadt \u0111\u1ed9i.", - "Updating Tags": "C\u1eadp nh\u1eadt C\u00e1c th\u1ebb", - "Updating with latest library content": "\u0110ang c\u1eadp nh\u1eadt n\u1ed9i dung th\u01b0 vi\u1ec7n m\u1edbi nh\u1ea5t", - "Upload": "T\u1ea3i l\u00ean", - "Upload File": "T\u1ea3i l\u00ean t\u1ec7p tin", - "Upload File and Assign Students": "T\u1ea3i t\u1ec7p tin l\u00ean v\u00e0 chia nh\u00f3m h\u1ecdc vi\u00ean", - "Upload New .srt Transcript": "T\u1ea3i l\u00ean B\u1ea3n d\u1ecbch .srt M\u1edbi", - "Upload New File": "T\u1ea3i L\u00ean T\u1eadp Tin M\u1edbi", - "Upload New Transcript": "T\u1ea3i l\u00ean B\u1ea3n d\u1ecbch M\u1edbi", - "Upload PDF": "T\u1ea3i l\u00ean PDF", - "Upload Photo": "T\u1ea3i \u1ea2nh l\u00ean", - "Upload Signature Image": "T\u1ea3i l\u00ean H\u00ecnh \u1ea3nh Ch\u1eef k\u00fd", - "Upload Videos": "T\u1ea3i l\u00ean Video", - "Upload a new PDF to \u201c<%= name %>\u201d": "T\u1ea3i l\u00ean m\u1ed9t file PDF m\u1edbi l\u00ean \u201c<%= name %>\u201d", - "Upload an image": "T\u1ea3i l\u00ean h\u00ecnh \u1ea3nh", - "Upload an image or capture one with your web or phone camera.": "T\u1ea3i l\u00ean m\u1ed9t h\u00ecnh \u1ea3nh ho\u1eb7c ch\u1ee5p m\u1ed9t v\u1edbi web c\u1ee7a b\u1ea1n ho\u1eb7c camera \u0111i\u1ec7n tho\u1ea1i.", - "Upload completed": "T\u1ea3i l\u00ean ho\u00e0n t\u1ea5t", - "Upload completed for video {fileName}": "\u0110\u00e3 ho\u00e0n th\u00e0nh t\u1ea3i l\u00ean video {fileName}", - "Upload failed": "L\u1ed7i khi t\u1ea3i l\u00ean", - "Upload failed for video {fileName}": "T\u1ea3i l\u00ean kh\u00f4ng th\u00e0nh c\u00f4ng \u0111\u1ed1i v\u1edbi video {fileName}", - "Upload instructor image.": "T\u1ea3i l\u00ean h\u00ecnh \u1ea3nh gi\u1ea3ng vi\u00ean", - "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "\u0110ang t\u1ea3i l\u00ean. \u0110\u1ec3 tr\u00e1nh c\u00f3 l\u1ed7i x\u1ea3y ra, xin \u0111\u1eebng \u0111\u00f3ng trang n\u00e0y cho \u0111\u1ebfn khi t\u1ea3i l\u00ean xong.", - "Upload signature image.": "T\u1ea3i l\u00ean h\u00ecnh \u1ea3nh ch\u1eef k\u00fd.", - "Upload translation": "T\u1ea3i l\u00ean b\u1ea3n d\u1ecbch", - "Upload your banner image.": "T\u1ea3i l\u00ean h\u00ecnh \u1ea3nh banner c\u1ee7a b\u1ea1n.", - "Upload your course image.": "T\u1ea3i l\u00ean h\u00ecnh \u1ea3nh kh\u00f3a h\u1ecdc c\u1ee7a b\u1ea1n.", - "Upload your first asset": "T\u1ea3i l\u00ean t\u00e0i nguy\u00ean \u0111\u1ea7u ti\u00ean c\u1ee7a b\u1ea1n.", - "Upload your video thumbnail image.": "T\u1ea3i l\u00ean h\u00ecnh \u1ea3nh \u0111\u1ea1i di\u1ec7n video c\u1ee7a b\u1ea1n.", - "Uploaded file issues. Click on \"+\" to view.": "\u0110\u00e3 t\u1ea3i l\u00ean c\u00e1c s\u1ef1 c\u1ed1 v\u1ec1 t\u1ec7p. Nh\u1ea5p v\u00e0o \"+\" \u0111\u1ec3 xem.", - "Uploading": "\u0110ang t\u1ea3i l\u00ean", - "Upper Alpha": "Ch\u1eef c\u00e1i vi\u1ebft hoa", - "Upper Roman": "Ch\u1eef c\u00e1i La M\u00e3 vi\u1ebft hoa", - "Upset Learner": "H\u1ecdc vi\u00ean Kh\u00f4ng h\u00e0i l\u00f2ng", - "Url": "Url", - "Use Current Transcript": "S\u01b0\u0309 du\u0323ng phu\u0323 \u0111\u00ea\u0300 hi\u00ea\u0323n ta\u0323i", - "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.": "S\u1eed d\u1ee5ng m\u1ed9t b\u00e0i thi t\u1eadp luy\u1ec7n gi\u00e1m s\u00e1t \u0111\u1ec3 gi\u1edbi thi\u1ec7u t\u1edbi ng\u01b0\u1eddi h\u1ecdc c\u00e1c c\u00f4ng c\u1ee5 v\u00e0 quy tr\u00ecnh gi\u00e1m s\u00e1t. K\u1ebft qu\u1ea3 thi t\u1eadp luy\u1ec7n kh\u00f4ng \u1ea3nh h\u01b0\u1edfng \u0111\u1ebfn \u0111i\u1ec3m s\u1ed1 c\u1ee7a ng\u01b0\u1eddi h\u1ecdc.", - "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "S\u1eed d\u1ee5ng b\u00e0i thi c\u00f3 th\u1eddi gian \u0111\u1ec3 gi\u1edbi h\u1ea1n th\u1eddi gian ng\u01b0\u1eddi h\u1ecdc l\u00e0m b\u00e0i trong ph\u1ea7n con n\u00e0y. Ng\u01b0\u1eddi h\u1ecdc ph\u1ea3i n\u1ed9p c\u00e2u tr\u1ea3 l\u1eddi tr\u01b0\u1edbc khi h\u1ebft h\u1ea1n. B\u1ea1n c\u00f3 th\u1ec3 cho ph\u00e9p th\u00eam th\u1eddi gian cho ng\u01b0\u1eddi h\u1ecdc c\u00e1 nh\u00e2n th\u00f4ng qua B\u1ea3ng th\u00f4ng tin Gi\u1ea3ng vi\u00ean.", - "Use as a Prerequisite": "S\u1eed d\u1ee5ng nh\u01b0 y\u00eau c\u1ea7u b\u0103t bu\u1ed9c", - "Use cohorts as the basis for dividing discussions. All learners, regardless of cohort, see the same discussion topics, but within divided topics, only members of the same cohort see and respond to each others\u2019 posts. ": "S\u1eed d\u1ee5ng c\u00e1c nh\u00f3m l\u00e0m c\u01a1 s\u1edf \u0111\u1ec3 chia s\u1ebb c\u00e1c cu\u1ed9c th\u1ea3o lu\u1eadn. T\u1ea5t c\u1ea3 ng\u01b0\u1eddi h\u1ecdc, kh\u00f4ng ph\u00e2n bi\u1ec7t nh\u00f3m, xem c\u00e1c ch\u1ee7 \u0111\u1ec1 th\u1ea3o lu\u1eadn gi\u1ed1ng nhau, nh\u01b0ng trong c\u00e1c ch\u1ee7 \u0111\u1ec1 chia s\u1ebb, ch\u1ec9 nh\u1eefng th\u00e0nh vi\u00ean c\u1ee7a c\u00f9ng m\u1ed9t nh\u00f3m m\u1edbi th\u1ea5y v\u00e0 tr\u1ea3 l\u1eddi c\u00e1c b\u00e0i \u0111\u0103ng c\u1ee7a nhau.", - "Use enrollment tracks as the basis for dividing discussions. All learners, regardless of their enrollment track, see the same discussion topics, but within divided topics, only learners who are in the same enrollment track see and respond to each others\u2019 posts.": "S\u1eed d\u1ee5ng c\u00e1c ki\u1ec3u \u0111\u0103ng k\u00fd l\u00e0m c\u01a1 s\u1edf \u0111\u1ec3 ph\u00e2n chia c\u00e1c cu\u1ed9c th\u1ea3o lu\u1eadn. T\u1ea5t c\u1ea3 h\u1ecdc vi\u00ean, b\u1ea5t k\u1ec3 ki\u1ec3u \u0111\u0103ng k\u00fd c\u1ee7a h\u1ecd, xem c\u00e1c ch\u1ee7 \u0111\u1ec1 th\u1ea3o lu\u1eadn gi\u1ed1ng nhau, nh\u01b0ng trong c\u00e1c ch\u1ee7 \u0111\u1ec1 \u0111\u00e3 ph\u00e2n chia, ch\u1ec9 nh\u1eefng h\u1ecdc vi\u00ean trong c\u00f9ng m\u1ed9t ki\u1ec3u \u0111\u0103ng k\u00fd m\u1edbi nh\u00ecn th\u1ea5y v\u00e0 tr\u1ea3 l\u1eddi c\u00e1c b\u00e0i vi\u1ebft c\u1ee7a nhau.", - "Use the retake photo button if you are not pleased with your photo": "S\u1eed d\u1ee5ng c\u00e1c n\u00fat photo chi\u1ebfm l\u1ea1i n\u1ebfu b\u1ea1n kh\u00f4ng h\u00e0i l\u00f2ng v\u1edbi b\u1ee9c \u1ea3nh c\u1ee7a b\u1ea1n", - "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "S\u1eed d\u1ee5ng webcam c\u1ee7a b\u1ea1n \u0111\u1ec3 c\u00f3 m\u1ed9t b\u1ee9c \u1ea3nh c\u1ee7a ID c\u1ee7a b\u1ea1n. Ch\u00fang t\u00f4i s\u1ebd \u0111\u1ed1i b\u1ee9c \u1ea3nh n\u00e0y v\u1edbi h\u00ecnh \u1ea3nh c\u1ee7a khu\u00f4n m\u1eb7t c\u1ee7a b\u1ea1n v\u00e0 t\u00ean t\u00e0i kho\u1ea3n c\u1ee7a b\u1ea1n.", - "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "S\u1eed d\u1ee5ng webcam c\u1ee7a b\u1ea1n \u0111\u1ec3 c\u00f3 m\u1ed9t h\u00ecnh \u1ea3nh c\u1ee7a khu\u00f4n m\u1eb7t c\u1ee7a b\u1ea1n \u0111\u1ec3 ch\u00fang t\u00f4i c\u00f3 th\u1ec3 k\u1ebft h\u1ee3p n\u00f3 v\u1edbi h\u00ecnh \u1ea3nh tr\u00ean ID c\u1ee7a b\u1ea1n.", - "Used": "\u0110\u01b0\u1ee3c s\u1eed d\u1ee5ng", + ], + "There was an error while importing the new course to our database.": "C\u00f3 l\u1ed7i trong khi nh\u1eadp c\u00e1c kh\u00f3a h\u1ecdc m\u1edbi v\u00e0o c\u01a1 s\u1edf d\u1eef li\u1ec7u c\u1ee7a ch\u00fang t\u00f4i.", + "There was an error while importing the new library to our database.": "\u0110\u00e3 x\u1ea3y ra l\u1ed7i khi nh\u1eadp th\u01b0 vi\u1ec7n m\u1edbi v\u00e0o c\u01a1 s\u1edf d\u1eef li\u1ec7u.", + "There was an error while unpacking the file.": "X\u1ea3y ra l\u1ed7i trong khi gi\u1ea3i n\u00e9n t\u1eadp tin.", + "There was an error while verifying the file you submitted.": "C\u00f3 l\u1ed7i trong khi ki\u1ec3m tra c\u00e1c t\u1eadp tin b\u1ea1n \u0111\u00e3 g\u1eedi.", + "There was an error with the upload": "C\u00f3 l\u1ed7i trong qu\u00e1 tr\u00ecnh t\u1ea3i l\u00ean", + "There was an error, try searching again.": "\u0110\u00e3 c\u00f3 l\u1ed7i x\u1ea3y ra, xin th\u1eed t\u00ecm l\u1ea7n n\u1eefa.", + "There was an error. Please reload the page and try again.": "\u0110\u00e3 c\u00f3 l\u1ed7i x\u1ea3y ra. Vui l\u00f2ng t\u1ea3i l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", + "There were errors reindexing course.": "\u0110\u00e3 x\u1ea3y ra l\u1ed7i khi \u0111\u00e1nh ch\u1ec9 m\u1ee5c l\u1ea1i kh\u00f3a h\u1ecdc.", + "There's already another assignment type with this name.": "\u0110\u00e3 c\u00f3 ki\u1ec3u b\u00e0i t\u1eadp kh\u00e1c tr\u00f9ng t\u00ean n\u00e0y.", + "These settings include basic information about your account.": "Nh\u1eefng thi\u1ebft l\u1eadp n\u00e0y bao g\u1ed3m th\u00f4ng tin c\u01a1 b\u1ea3n v\u1ec1 t\u00e0i kho\u1ea3n c\u1ee7a b\u1ea1n.", + "These users could not be added as beta testers because their accounts are not yet activated:": "Kh\u00f4ng th\u1ec3 th\u00eam nh\u1eefng ng\u01b0\u1eddi d\u00f9ng n\u00e0y l\u00e0m ng\u01b0\u1eddi ki\u1ec3m tra beta v\u00ec t\u00e0i kho\u1ea3n c\u1ee7a h\u1ecd ch\u01b0a \u0111\u01b0\u1ee3c k\u00edch ho\u1ea1t:", + "These users were not added as beta testers:": "Nh\u1eefng th\u00e0nh vi\u00ean n\u00e0y kh\u00f4ng \u0111\u01b0\u1ee3c th\u00eam v\u00e0o danh s\u00e1ch th\u00e0nh vi\u00ean b\u1ea3n th\u1eed nghi\u1ec7m:", + "These users were not affiliated with the course so could not be unenrolled:": "Nh\u1eefng th\u00e0nh vi\u00ean sau kh\u00f4ng tham gia ch\u00ednh th\u1ee9c v\u1edbi kh\u00f3a h\u1ecdc n\u00ean kh\u00f4ng th\u1ec3 h\u1ee7y ghi danh:", + "These users were not removed as beta testers:": "Nh\u1eefng th\u00e0nh vi\u00ean n\u00e0y kh\u00f4ng \u0111\u01b0\u1ee3c b\u1ecf kh\u1ecfi danh s\u00e1ch th\u00e0nh vi\u00ean b\u1ea3n th\u1eed nghi\u1ec7m:", + "These users were successfully added as beta testers:": "Nh\u1eefng th\u00e0nh vi\u00ean n\u00e0y \u0111\u00e3 \u0111\u01b0\u1ee3c th\u00eam v\u00e0o danh s\u00e1ch th\u00e0nh vi\u00ean b\u1ea3n th\u1eed nghi\u1ec7m:", + "These users were successfully removed as beta testers:": "Nh\u1eefng th\u00e0nh vi\u00ean n\u00e0y \u0111\u00e3 \u0111\u01b0\u1ee3c b\u1ecf kh\u1ecfi danh s\u00e1ch th\u00e0nh vi\u00ean b\u1ea3n th\u1eed nghi\u1ec7m:", + "These users will be allowed to enroll once they register:": "Nh\u1eefng th\u00e0nh vi\u00ean n\u00e0y s\u1ebd \u0111\u01b0\u1ee3c ghi danh ngay sau khi \u0111\u0103ng k\u00fd:", + "These users will be enrolled once they register:": "Nh\u1eefng th\u00e0nh vi\u00ean n\u00e0y s\u1ebd \u0111\u01b0\u1ee3c ghi danh ngay sau khi \u0111\u0103ng k\u00fd:", + "This Group Configuration is not in use. Start by adding a content experiment to any Unit via the {linkStart}Course Outline{linkEnd}.": "C\u1ea5u h\u00ecnh Nh\u00f3m n\u00e0y kh\u00f4ng \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng. B\u1eaft \u0111\u1ea7u b\u1eb1ng c\u00e1ch th\u00eam th\u1eed nghi\u1ec7m n\u1ed9i dung cho b\u1ea5t k\u1ef3 \u0110\u01a1n v\u1ecb n\u00e0o th\u00f4ng qua {linkStart}\u0110\u1ec1 c\u01b0\u01a1ng Kh\u00f3a h\u1ecdc{linkEnd}.", + "This Group Configuration is used in:": "C\u1ea5u h\u00ecnh Nh\u00f3m n\u00e0y \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng trong:", + "This action cannot be undone.": "H\u00e0nh \u0111\u1ed9ng n\u00e0y kh\u00f4ng th\u1ec3 ho\u00e0n t\u00e1c.", + "This assessment could not be submitted.": "Kh\u00f4ng th\u1ec3 g\u1eedi \u0111\u00e1nh gi\u00e1 n\u00e0y.", + "This browser cannot play .mp4, .ogg, or .webm files.": "Tr\u00ecnh duy\u1ec7t n\u00e0y kh\u00f4ng th\u1ec3 ch\u01a1i t\u1ec7p tin .mp4, .ogg, ho\u1eb7c .webm.", + "This certificate has already been activated and is live. Are you sure you want to continue editing?": "Ch\u1ee9ng ch\u1ec9 n\u00e0y \u0111\u00e3 \u0111\u01b0\u1ee3c k\u00edch ho\u1ea1t v\u00e0 \u0111ang ho\u1ea1t \u0111\u1ed9ng. B\u1ea1n c\u00f3 ch\u1eafc ch\u1eafn mu\u1ed1n ti\u1ebfp t\u1ee5c ch\u1ec9nh s\u1eeda kh\u00f4ng?", + "This comment could not be deleted. Refresh the page and try again.": "Kh\u00f4ng th\u1ec3 x\u00f3a nh\u1eadn x\u00e9t n\u00e0y. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", + "This component has validation issues.": "Ph\u1ea7n n\u00e0y ch\u01b0a kh\u1ea3 d\u1ee5ng", + "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "C\u1ea5u h\u00ecnh n\u00e0y hi\u1ec7n \u0111ang \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng trong th\u1eed nghi\u1ec7m n\u1ed9i dung. N\u1ebfu b\u1ea1n thay \u0111\u1ed5i c\u00e1c nh\u00f3m, b\u1ea1n c\u00f3 th\u1ec3 ph\u1ea3i ch\u1ec9nh s\u1eeda nh\u1eefng th\u1eed nghi\u1ec7m \u0111\u00f3.", + "This content group is used in one or more units.": "Nh\u00f3m n\u1ed9i dung n\u00e0y \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng trong m\u1ed9t ho\u1eb7c nhi\u1ec1u \u0111\u01a1n v\u1ecb.", + "This course has automatic cohorting enabled for verified track learners, but cohorts are disabled. You must enable cohorts for the feature to work.": "Kh\u00f3a h\u1ecdc n\u00e0y t\u1ef1 \u0111\u1ed9ng t\u1ea1o nh\u00f3m cho nh\u1eefng h\u1ecdc vi\u00ean lo\u1ea1i c\u00f3 x\u00e1c minh, nh\u01b0ng nh\u00f3m \u0111\u00e3 b\u1ecb v\u00f4 hi\u1ec7u h\u00f3a. B\u1ea1n ph\u1ea3i k\u00edch ho\u1ea1t nh\u00f3m \u0111\u1ec3 t\u00ednh n\u0103ng n\u00e0y ho\u1ea1t \u0111\u1ed9ng.", + "This course has automatic cohorting enabled for verified track learners, but the required cohort does not exist. You must create a manually-assigned cohort named '{verifiedCohortName}' for the feature to work.": "Kh\u00f3a h\u1ecdc n\u00e0y t\u1ef1 \u0111\u1ed9ng t\u1ea1o nh\u00f3m cho nh\u1eefng h\u1ecdc vi\u00ean lo\u1ea1i c\u00f3 x\u00e1c minh, tuy nhi\u00ean nh\u00f3m \u0111\u01b0\u1ee3c y\u00eau c\u1ea7u kh\u00f4ng t\u1ed3n t\u1ea1i. B\u1ea1n ph\u1ea3i t\u1ea1o m\u1ed9t nh\u00f3m \u0111\u01b0\u1ee3c ch\u1ec9 \u0111\u1ecbnh theo c\u00e1ch th\u1ee7 c\u00f4ng c\u00f3 t\u00ean '{verifiedCohortName}' \u0111\u1ec3 cho t\u00ednh n\u0103ng n\u00e0y ho\u1ea1t \u0111\u1ed9ng.", + "This course uses automatic cohorting for verified track learners. You cannot disable cohorts, and you cannot rename the manual cohort named '{verifiedCohortName}'. To change the configuration for verified track cohorts, contact your edX partner manager.": "Kh\u00f3a h\u1ecdc n\u00e0y t\u1ef1 \u0111\u1ed9ng t\u1ea1o nh\u00f3m cho nh\u1eefng h\u1ecdc vi\u00ean thu\u1ed9c lo\u1ea1i c\u00f3 x\u00e1c minh. B\u1ea1n kh\u00f4ng th\u1ec3 v\u00f4 hi\u1ec7u ho\u00e1 c\u00e1c nh\u00f3m v\u00e0 b\u1ea1n kh\u00f4ng th\u1ec3 \u0111\u1ed5i t\u00ean nh\u00f3m ng\u01b0\u1eddi d\u00f9ng '{verifiedCohortName}'. \u0110\u1ec3 thay \u0111\u1ed5i c\u1ea5u h\u00ecnh cho nh\u00f3m x\u00e1c minh, h\u00e3y li\u00ean h\u1ec7 v\u1edbi ng\u01b0\u1eddi qu\u1ea3n l\u00fd \u0111\u1ed1i t\u00e1c edX c\u1ee7a b\u1ea1n.", + "This discussion could not be loaded. Refresh the page and try again.": "Kh\u00f4ng m\u1edf \u0111\u01b0\u1ee3c cu\u1ed9c th\u1ea3o lu\u1eadn n\u00e0y. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", + "This feedback could not be submitted.": "Kh\u00f4ng th\u1ec3 g\u1eedi ph\u1ea3n h\u1ed3i n\u00e0y.", + "This group controls access to:": "Nh\u00f3m n\u00e0y ki\u1ec3m so\u00e1t truy c\u1eadp v\u00e0o:", + "This group no longer exists. Choose another group or do not restrict access to this unit.": "Nh\u00f3m n\u00e0y kh\u00f4ng c\u00f2n t\u1ed3n t\u1ea1i. Ch\u1ecdn m\u1ed9t nh\u00f3m kh\u00e1c ho\u1eb7c kh\u00f4ng h\u1ea1n ch\u1ebf quy\u1ec1n truy c\u1eadp v\u00e0o \u0111\u01a1n v\u1ecb n\u00e0y.", + "This image file type is not supported. Supported file types are {supportedFileFormats}.": "Lo\u1ea1i t\u1ec7p h\u00ecnh \u1ea3nh n\u00e0y kh\u00f4ng \u0111\u01b0\u1ee3c h\u1ed7 tr\u1ee3. Nh\u1eefng lo\u1ea1i t\u1ec7p \u0111\u01b0\u1ee3c h\u1ed7 tr\u1ee3 l\u00e0 {supportedFileFormats}.", + "This image is for decorative purposes only and does not require a description.": "H\u00ecnh \u1ea3nh n\u00e0y ch\u1ec9 d\u00e0nh cho m\u1ee5c \u0111\u00edch trang tr\u00ed v\u00e0 kh\u00f4ng c\u1ea7n m\u00f4 t\u1ea3.", + "This is the Description of the Group Configuration": "\u0110\u00e2y l\u00e0 M\u00f4 t\u1ea3 v\u1ec1 C\u1ea5u h\u00ecnh Nh\u00f3m", + "This is the Name of the Group Configuration": "\u0110\u00e2y l\u00e0 T\u00ean c\u1ee7a C\u1ea5u h\u00ecnh Nh\u00f3m", + "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "Danh s\u00e1ch c\u00e1c l\u1ef1a ch\u1ecdn \u0111ang c\u00f3 %s. B\u1ea1n c\u00f3 th\u1ec3 ch\u1ecdn b\u1eb1ng b\u00e1ch click v\u00e0o m\u0169i t\u00ean \"Ch\u1ecdn\" n\u1eb1m gi\u1eefa hai h\u1ed9p.", + "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "Danh s\u00e1ch b\u1ea1n \u0111\u00e3 ch\u1ecdn %s. B\u1ea1n c\u00f3 th\u1ec3 b\u1ecf ch\u1ecdn b\u1eb1ng c\u00e1ch click v\u00e0o m\u0169i t\u00ean \"Xo\u00e1\" n\u1eb1m gi\u1eefa hai \u00f4.", + "This is the name of the group": "\u0110\u00e2y l\u00e0 t\u00ean c\u1ee7a nh\u00f3m", + "This link will open in a modal window": "Li\u00ean k\u1ebft n\u00e0y s\u1ebd m\u1edf ra trong m\u1ed9t c\u1eeda s\u1ed5 con", + "This link will open in a new browser window/tab": "\u0110\u01b0\u1eddng d\u1eabn s\u1ebd m\u1edf tr\u00ean m\u1ed9t trang tr\u00ecnh duy\u1ec7t m\u1edbi", + "This may be happening because of an error with our server or your internet connection. Try refreshing the page or making sure you are online.": "L\u1ed7i n\u00e0y c\u00f3 th\u1ec3 do m\u00e1y ch\u1ee7 c\u1ee7a ch\u00fang t\u00f4i ho\u1eb7c k\u1ebft n\u1ed1i internet c\u1ee7a b\u1ea1n. H\u00e3y th\u1eed t\u1ea3i l\u1ea1i trang ho\u1eb7c ki\u1ec3m tra l\u1ea1i k\u1ebft n\u1ed1i internet.", + "This page contains information about orders that you have placed with {platform_name}.": "Trang n\u00e0y ch\u1ee9a th\u00f4ng tin v\u1ec1 nh\u1eefng \u0111\u01a1n h\u00e0ng m\u00e0 b\u1ea1n \u0111\u00e3 \u0111\u1eb7t v\u1edbi {platform_name}.", + "This post could not be closed. Refresh the page and try again.": "Kh\u00f4ng th\u1ec3 \u0111\u00f3ng b\u00e0i n\u00e0y. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", + "This post could not be flagged for abuse. Refresh the page and try again.": "B\u00e0i n\u00e0y kh\u00f4ng th\u1ec3 b\u1ecb g\u1eafn c\u1edd vi ph\u1ea1m. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", + "This post could not be pinned. Refresh the page and try again.": "B\u00e0i n\u00e0y ch\u01b0a \u0111\u01b0\u1ee3c ghim l\u1ea1i. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", + "This post could not be reopened. Refresh the page and try again.": "B\u00e0i n\u00e0y kh\u00f4ng th\u1ec3 m\u1edf l\u1ea1i. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", + "This post could not be unflagged for abuse. Refresh the page and try again.": "B\u00e0i n\u00e0y kh\u00f4ng th\u1ec3 g\u1ee1 b\u1ecf c\u1edd vi ph\u1ea1m. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", + "This post could not be unpinned. Refresh the page and try again.": "B\u00e0i n\u00e0y ch\u01b0a \u0111\u01b0\u1ee3c b\u1ecf ghim. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", + "This problem could not be saved.": "Kh\u00f4ng th\u1ec3 l\u01b0u c\u00e2u h\u1ecfi n\u00e0y.", + "This problem has already been released. Any changes will apply only to future assessments.": "C\u00e2u h\u1ecfi n\u00e0y \u0111\u00e3 \u0111\u01b0\u1ee3c \u0111\u0103ng. B\u1ea5t k\u1ef3 thay \u0111\u1ed5i n\u00e0o c\u0169ng ch\u1ec9 \u1ea3nh h\u01b0\u1edfng \u0111\u1ebfn nh\u1eefng \u0111\u00e1nh gi\u00e1 trong t\u01b0\u01a1ng lai.", + "This problem has been reset.": "C\u00e2u h\u1ecfi n\u00e0y \u0111\u00e3 \u0111\u01b0\u1ee3c s\u1eeda.", + "This response could not be marked as an answer. Refresh the page and try again.": "Ph\u1ea3n h\u1ed3i n\u00e0y kh\u00f4ng th\u1ec3 \u0111\u00e1nh d\u1ea5u l\u00e0 m\u1ed9t c\u00e2u tr\u1ea3 l\u1eddi. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", + "This response could not be marked as endorsed. Refresh the page and try again.": "Ph\u1ea3n h\u1ed3i n\u00e0y kh\u00f4ng th\u1ec3 \u0111\u00e1nh d\u1ea5u l\u00e0 x\u00e1c nh\u1eadn. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", + "This response could not be saved.": "Kh\u00f4ng th\u1ec3 l\u01b0u c\u00e2u tr\u1ea3 l\u1eddi n\u00e0y.", + "This response could not be submitted.": "Kh\u00f4ng th\u1ec3 g\u1eedi c\u00e2u tr\u1ea3 l\u1eddi n\u00e0y.", + "This response could not be unendorsed. Refresh the page and try again.": "Ph\u1ea3n h\u1ed3i n\u00e0y kh\u00f4ng th\u1ec3 b\u1ecf \u0111\u00e1nh d\u1ea5u l\u00e0 x\u00e1c nh\u1eadn. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", + "This response could not be unmarked as an answer. Refresh the page and try again.": "C\u00e2u tr\u1ea3 l\u1eddi n\u00e0y kh\u00f4ng th\u1ec3 b\u1ecf \u0111\u00e1nh d\u1ea5u l\u00e0 c\u00e2u tr\u1ea3 l\u1eddi. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", + "This response has been saved but not submitted.": "C\u00e2u tr\u1ea3 l\u1eddi n\u00e0y \u0111\u00e3 \u0111\u01b0\u1ee3c l\u01b0u nh\u01b0ng ch\u01b0a \u0111\u01b0\u1ee3c g\u1eedi \u0111i.", + "This response has not been saved.": "C\u00e2u tr\u1ea3 l\u1eddi n\u00e0y ch\u01b0a \u0111\u01b0\u1ee3c l\u01b0u.", + "This role requires a divided discussions scheme.": "Vai tr\u00f2 n\u00e0y \u0111\u00f2i h\u1ecfi m\u1ed9t k\u1ebf ho\u1ea1ch th\u1ea3o lu\u1eadn nh\u00f3m.", + "This section could not be loaded.": "Kh\u00f4ng th\u1ec3 t\u1ea3i m\u1ee5c n\u00e0y.", + "This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.": "T\u00ean ng\u1eafn cho lo\u1ea1i b\u00e0i t\u1eadp (v\u00ed d\u1ee5: BTVN ho\u1eb7c KTra) xu\u1ea5t hi\u1ec7n b\u00ean c\u1ea1nh c\u00e1c b\u00e0i t\u1eadp tr\u00ean trang Ti\u1ebfn \u0111\u1ed9 c\u1ee7a ng\u01b0\u1eddi h\u1ecdc.", + "This team does not have any members.": "Nh\u00f3m n\u00e0y kh\u00f4ng c\u00f3 b\u1ea5t k\u1ef3 th\u00e0nh vi\u00ean n\u00e0o.", + "This team is full.": "Nh\u00f3m n\u00e0y \u0111\u00e3 \u0111\u1ee7 th\u00e0nh vi\u00ean.", + "This unit has validation issues.": "\u0110\u01a1n v\u1ecb n\u00e0y c\u00f3 c\u00e1c v\u1ea5n \u0111\u1ec1 x\u00e1c nh\u1eadn.", + "This vote could not be processed. Refresh the page and try again.": "Vi\u1ec7c b\u1ea7u ch\u1ecdn n\u00e0y kh\u00f4ng \u0111\u01b0\u1ee3c x\u1eed l\u00fd. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", + "This {parentCategory} has no {childCategory}": "Ch\u1ee7 \u0111\u1ec1 {parentCategory} n\u00e0y kh\u00f4ng c\u00f3 {childCategory}", + "Thumbnail": "H\u00ecnh \u0111\u1ea1i di\u1ec7n", + "Thumbnail for {videoName}": "H\u00ecnh \u0111\u1ea1i di\u1ec7n cho {videoName}", + "Time Allotted (HH:MM):": "Th\u1eddi gian Quy \u0111\u1ecbnh (HH:MM):", + "Time Sent": "G\u1eedi L\u00fac", + "Time Sent:": "G\u1eedi L\u00fac:", + "Time Zone": "M\u00fai gi\u1edd", + "Timed": "C\u00f3 t\u00ednh gi\u1edd", + "Timed Exam": "B\u00e0i thi Kh\u1ed1ng ch\u1ebf th\u1eddi gian", + "Timed Transcript Conflict": "Xung \u0111\u1ed9t B\u1ea3n d\u1ecbch \u0110\u00f4ng b\u1ed9 th\u1eddi gian", + "Timed Transcript Found": "\u0110\u00e3 t\u00ecm th\u1ea5y B\u1ea3n dich \u0110\u1ed3ng b\u1ed9 th\u1eddi gian", + "Timed Transcript Uploaded Successfully": "\u0110\u00e3 t\u1ea3i l\u00ean B\u1ea3n d\u1ecbch \u0111\u1ed3ng b\u1ed9 th\u1eddi gian Th\u00e0nh c\u00f4ng", + "Timed Transcript from %(filename)s": "B\u1ea3n d\u1ecbch \u0110\u1ed3ng b\u1ed9 th\u1eddi gian t\u1eeb %(filename)s", + "Tips on taking a successful photo": "M\u1eb9o \u0111\u1ec3 ch\u1ee5p \u1ea3nh th\u00e0nh c\u00f4ng", + "Title": "Ti\u00eau \u0111\u1ec1", + "Title ": "Ti\u00eau \u0111\u1ec1", + "Title of the signatory": "Ch\u1ee9c danh c\u1ee7a ng\u01b0\u1eddi k\u00fd", + "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "Ch\u1ee9c danh nhi\u1ec1u h\u01a1n 100 k\u00fd t\u1ef1 c\u00f3 th\u1ec3 l\u00e0m cho cho sinh vi\u00ean kh\u00f4ng th\u1ec3 in ch\u1ee9ng ch\u1ec9 c\u1ee7a h\u1ecd tr\u00ean m\u1ed9t trang duy nh\u1ea5t.", + "To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.": "\u0110\u1ec3 ch\u1eafc ch\u1eafn t\u1ea5t c\u1ea3 sinh vi\u00ean c\u00f3 th\u1ec3 truy c\u1eadp v\u00e0o video, ch\u00fang t\u00f4i khuy\u00ean b\u1ea1n n\u00ean cung c\u1ea5p c\u1ea3 phi\u00ean b\u1ea3n .mp4 v\u00e0 .webm video c\u1ee7a b\u1ea1n. B\u1ea5m v\u00e0o b\u00ean d\u01b0\u1edbi \u0111\u1ec3 th\u00eam m\u1ed9t URL cho m\u1ed9t phi\u00ean b\u1ea3n kh\u00e1c. Nh\u1eefng URL n\u00e0y kh\u00f4ng th\u1ec3 l\u00e0 URL tr\u00ean YouTube. Video \u0111\u1ea7u ti\u00ean \u0111\u01b0\u1ee3c li\u1ec7t k\u00ea t\u01b0\u01a1ng th\u00edch v\u1edbi m\u00e1y t\u00ednh c\u1ee7a h\u1ecdc sinh s\u1ebd \u0111\u01b0\u1ee3c ph\u00e1t.", + "To take a successful photo, make sure that:": "\u0110\u1ec3 c\u00f3 m\u1ed9t b\u1ee9c \u1ea3nh th\u00e0nh c\u00f4ng, h\u00e3y \u0111\u1ea3m b\u1ea3o r\u1eb1ng:", + "Today": "H\u00f4m nay", + "Toggle Notifications Setting": "C\u00e0i \u0111\u1eb7t th\u00f4ng b\u00e1o chuy\u1ec3n \u0111\u1ed5i", + "Tomorrow": "Ng\u00e0y mai", + "Tools": "C\u00f4ng c\u1ee5", + "Top": "\u0110\u1ec9nh", + "Topic": "Ch\u1ee7 \u0111\u1ec1", + "Topics": "C\u00e1c ch\u1ee7 \u0111\u1ec1", + "Total": "T\u1ed5ng c\u1ed9ng", + "Total Number": "T\u1ed5ng s\u1ed1", + "Transcript Fidelity": "Trung th\u1ef1c B\u1ea3n d\u1ecbch", + "Transcript Languages": "Nh\u1eefng ng\u00f4n ng\u1eef D\u1ecbch l\u1ea1i", + "Transcript Provider": "Nh\u00e0 cung c\u1ea5p B\u1ea3n d\u1ecbch", + "Transcript Turnaround": "Quay v\u00f2ng B\u1ea3n d\u1ecbch", + "Transcript will be displayed when you start playing the video.": "Ph\u1ee5 \u0111\u1ec1 s\u1ebd xu\u1ea5t hi\u1ec7n khi b\u1ea1n b\u1eaft \u0111\u1ea7u ph\u00e1t video.", + "Transcripts": "B\u1ea3n d\u1ecbch", + "Try the transaction again in a few minutes.": "Th\u1eed l\u1ea1i giao d\u1ecbch sau v\u00e0i ph\u00fat.", + "Try using a different browser, such as Google Chrome.": "Th\u1eed s\u1eed d\u1ee5ng m\u1ed9t tr\u00ecnh duy\u1ec7t kh\u00e1c, nh\u01b0 Google Chrome.", + "Turn off transcripts": "T\u1eaft b\u1ea3n d\u1ecbch", + "Turn on closed captioning": "B\u1eadt ph\u1ee5 \u0111\u1ec1 chi ti\u1ebft", + "Turn on transcripts": "B\u1eadt b\u1ea3n d\u1ecbch", + "Type": "Lo\u1ea1i", + "Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "Nh\u1eadp URL ho\u1eb7c s\u1eed d\u1ee5ng n\u00fat \"Ch\u1ecdn t\u1ec7p\" \u0111\u1ec3 t\u1ea3i t\u1ec7p l\u00ean t\u1eeb m\u00e1y c\u1ee7a b\u1ea1n. (v\u00ed d\u1ee5: 'http://example.com/img/clouds.jpg')", + "Type into this box to filter down the list of available %s.": "B\u1ea1n h\u00e3y nh\u1eadp v\u00e0o \u00f4 n\u00e0y \u0111\u1ec3 l\u1ecdc c\u00e1c danh s\u00e1ch sau %s.", + "URL": "URL", + "Unable to delete account": "Kh\u00f4ng th\u1ec3 x\u00f3a t\u00e0i kho\u1ea3n", + "Unable to determine whether we should give you a refund because of System Error. Please try again later.": "Kh\u00f4ng th\u1ec3 x\u00e1c \u0111\u1ecbnh vi\u1ec7c ho\u00e0n l\u1ea1i ti\u1ec1n cho b\u1ea1n v\u00ec L\u1ed7i h\u1ec7 th\u1ed1ng. Vui l\u00f2ng th\u1eed l\u1ea1i sau.", + "Unable to submit application": "Kh\u00f4ng th\u1ec3 g\u1eedi \u0111i", + "Underline": "G\u1ea1ch ch\u00e2n", + "Undo": "Ho\u00e0n t\u00e1c", + "Undo (Ctrl+Z)": "Ho\u00e0n t\u00e1c (Ctrl+Z)", + "Undo Changes": "Ho\u00e0n T\u00e1c C\u00e1c Thay \u0110\u1ed5i", + "Undo move": "Ho\u00e0n t\u00e1c di chuy\u1ec3n", + "Undo moving": "Ho\u00e0n t\u00e1c di chuy\u1ec3n", + "Ungraded": "Ch\u01b0a ph\u00e2n lo\u1ea1i", + "Unit": "Unit", + "Unit Access": "Truy c\u1eadp \u0110\u01a1n v\u1ecb", + "Unit Visibility": "Hi\u1ec3n th\u1ecb \u0110\u01a1n v\u1ecb", + "Units": "\u0110\u01a1n v\u1ecb", + "Unknown": "Kh\u00f4ng bi\u1ebft", + "Unknown username: {user}": "T\u00ean \u0111\u0103ng nh\u1eadp kh\u00f4ng x\u00e1c \u0111\u1ecbnh: {user}", + "Unlink This Account": "B\u1ecf li\u00ean k\u1ebft T\u00e0i kho\u1ea3n n\u00e0y", + "Unlink your {accountName} account": "B\u1ecf li\u00ean k\u1ebft t\u00e0i kho\u1ea3n c\u1ee7a b\u1ea1n {accountName}", + "Unlinking": "B\u1ecf k\u1ebft n\u1ed1i", + "Unmute": "B\u1eadt ti\u1ebfng", + "Unnamed Option": "T\u00f9y Ch\u1ecdn Ch\u01b0a \u0110\u1eb7t T\u00ean", + "Unpublished changes to content that will release in the future": "Nh\u1eefng thay \u0111\u1ed5i ch\u01b0a xu\u1ea5t b\u1ea3n t\u1edbi n\u1ed9i dung s\u1ebd ph\u00e1t h\u00e0nh trong t\u01b0\u01a1ng lai", + "Unpublished changes to live content": "Nh\u1eefng thay \u0111\u1ed5i ch\u01b0a xu\u1ea5t b\u1ea3n t\u1edbi n\u1ed9i dung \u0111ang ch\u1ea1y", + "Unpublished units will not be released": "Nh\u1eefng \u0111\u01a1n v\u1ecb ch\u01b0a xu\u1ea5t b\u1ea3n s\u1ebd kh\u00f4ng ph\u00e1t h\u00e0nh", + "Update": "C\u1eadp nh\u1eadt", + "Update Settings": "Thi\u1ebft l\u1eadp C\u1eadp nh\u1eadt", + "Update team.": "C\u1eadp nh\u1eadt \u0111\u1ed9i.", + "Updating Tags": "C\u1eadp nh\u1eadt C\u00e1c th\u1ebb", + "Updating with latest library content": "\u0110ang c\u1eadp nh\u1eadt n\u1ed9i dung th\u01b0 vi\u1ec7n m\u1edbi nh\u1ea5t", + "Upload": "T\u1ea3i l\u00ean", + "Upload File": "T\u1ea3i l\u00ean t\u1ec7p tin", + "Upload File and Assign Students": "T\u1ea3i t\u1ec7p tin l\u00ean v\u00e0 chia nh\u00f3m h\u1ecdc vi\u00ean", + "Upload New .srt Transcript": "T\u1ea3i l\u00ean B\u1ea3n d\u1ecbch .srt M\u1edbi", + "Upload New File": "T\u1ea3i L\u00ean T\u1eadp Tin M\u1edbi", + "Upload New Transcript": "T\u1ea3i l\u00ean B\u1ea3n d\u1ecbch M\u1edbi", + "Upload PDF": "T\u1ea3i l\u00ean PDF", + "Upload Photo": "T\u1ea3i \u1ea2nh l\u00ean", + "Upload Signature Image": "T\u1ea3i l\u00ean H\u00ecnh \u1ea3nh Ch\u1eef k\u00fd", + "Upload Videos": "T\u1ea3i l\u00ean Video", + "Upload a new PDF to \u201c<%= name %>\u201d": "T\u1ea3i l\u00ean m\u1ed9t file PDF m\u1edbi l\u00ean \u201c<%= name %>\u201d", + "Upload an image": "T\u1ea3i l\u00ean h\u00ecnh \u1ea3nh", + "Upload an image or capture one with your web or phone camera.": "T\u1ea3i l\u00ean m\u1ed9t h\u00ecnh \u1ea3nh ho\u1eb7c ch\u1ee5p m\u1ed9t v\u1edbi web c\u1ee7a b\u1ea1n ho\u1eb7c camera \u0111i\u1ec7n tho\u1ea1i.", + "Upload completed": "T\u1ea3i l\u00ean ho\u00e0n t\u1ea5t", + "Upload completed for video {fileName}": "\u0110\u00e3 ho\u00e0n th\u00e0nh t\u1ea3i l\u00ean video {fileName}", + "Upload failed": "L\u1ed7i khi t\u1ea3i l\u00ean", + "Upload failed for video {fileName}": "T\u1ea3i l\u00ean kh\u00f4ng th\u00e0nh c\u00f4ng \u0111\u1ed1i v\u1edbi video {fileName}", + "Upload instructor image.": "T\u1ea3i l\u00ean h\u00ecnh \u1ea3nh gi\u1ea3ng vi\u00ean", + "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "\u0110ang t\u1ea3i l\u00ean. \u0110\u1ec3 tr\u00e1nh c\u00f3 l\u1ed7i x\u1ea3y ra, xin \u0111\u1eebng \u0111\u00f3ng trang n\u00e0y cho \u0111\u1ebfn khi t\u1ea3i l\u00ean xong.", + "Upload signature image.": "T\u1ea3i l\u00ean h\u00ecnh \u1ea3nh ch\u1eef k\u00fd.", + "Upload translation": "T\u1ea3i l\u00ean b\u1ea3n d\u1ecbch", + "Upload your banner image.": "T\u1ea3i l\u00ean h\u00ecnh \u1ea3nh banner c\u1ee7a b\u1ea1n.", + "Upload your course image.": "T\u1ea3i l\u00ean h\u00ecnh \u1ea3nh kh\u00f3a h\u1ecdc c\u1ee7a b\u1ea1n.", + "Upload your first asset": "T\u1ea3i l\u00ean t\u00e0i nguy\u00ean \u0111\u1ea7u ti\u00ean c\u1ee7a b\u1ea1n.", + "Upload your video thumbnail image.": "T\u1ea3i l\u00ean h\u00ecnh \u1ea3nh \u0111\u1ea1i di\u1ec7n video c\u1ee7a b\u1ea1n.", + "Uploaded file issues. Click on \"+\" to view.": "\u0110\u00e3 t\u1ea3i l\u00ean c\u00e1c s\u1ef1 c\u1ed1 v\u1ec1 t\u1ec7p. Nh\u1ea5p v\u00e0o \"+\" \u0111\u1ec3 xem.", + "Uploading": "\u0110ang t\u1ea3i l\u00ean", + "Upper Alpha": "Ch\u1eef c\u00e1i vi\u1ebft hoa", + "Upper Roman": "Ch\u1eef c\u00e1i La M\u00e3 vi\u1ebft hoa", + "Upset Learner": "H\u1ecdc vi\u00ean Kh\u00f4ng h\u00e0i l\u00f2ng", + "Url": "Url", + "Use Current Transcript": "S\u01b0\u0309 du\u0323ng phu\u0323 \u0111\u00ea\u0300 hi\u00ea\u0323n ta\u0323i", + "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.": "S\u1eed d\u1ee5ng m\u1ed9t b\u00e0i thi t\u1eadp luy\u1ec7n gi\u00e1m s\u00e1t \u0111\u1ec3 gi\u1edbi thi\u1ec7u t\u1edbi ng\u01b0\u1eddi h\u1ecdc c\u00e1c c\u00f4ng c\u1ee5 v\u00e0 quy tr\u00ecnh gi\u00e1m s\u00e1t. K\u1ebft qu\u1ea3 thi t\u1eadp luy\u1ec7n kh\u00f4ng \u1ea3nh h\u01b0\u1edfng \u0111\u1ebfn \u0111i\u1ec3m s\u1ed1 c\u1ee7a ng\u01b0\u1eddi h\u1ecdc.", + "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "S\u1eed d\u1ee5ng b\u00e0i thi c\u00f3 th\u1eddi gian \u0111\u1ec3 gi\u1edbi h\u1ea1n th\u1eddi gian ng\u01b0\u1eddi h\u1ecdc l\u00e0m b\u00e0i trong ph\u1ea7n con n\u00e0y. Ng\u01b0\u1eddi h\u1ecdc ph\u1ea3i n\u1ed9p c\u00e2u tr\u1ea3 l\u1eddi tr\u01b0\u1edbc khi h\u1ebft h\u1ea1n. B\u1ea1n c\u00f3 th\u1ec3 cho ph\u00e9p th\u00eam th\u1eddi gian cho ng\u01b0\u1eddi h\u1ecdc c\u00e1 nh\u00e2n th\u00f4ng qua B\u1ea3ng th\u00f4ng tin Gi\u1ea3ng vi\u00ean.", + "Use as a Prerequisite": "S\u1eed d\u1ee5ng nh\u01b0 y\u00eau c\u1ea7u b\u0103t bu\u1ed9c", + "Use cohorts as the basis for dividing discussions. All learners, regardless of cohort, see the same discussion topics, but within divided topics, only members of the same cohort see and respond to each others\u2019 posts. ": "S\u1eed d\u1ee5ng c\u00e1c nh\u00f3m l\u00e0m c\u01a1 s\u1edf \u0111\u1ec3 chia s\u1ebb c\u00e1c cu\u1ed9c th\u1ea3o lu\u1eadn. T\u1ea5t c\u1ea3 ng\u01b0\u1eddi h\u1ecdc, kh\u00f4ng ph\u00e2n bi\u1ec7t nh\u00f3m, xem c\u00e1c ch\u1ee7 \u0111\u1ec1 th\u1ea3o lu\u1eadn gi\u1ed1ng nhau, nh\u01b0ng trong c\u00e1c ch\u1ee7 \u0111\u1ec1 chia s\u1ebb, ch\u1ec9 nh\u1eefng th\u00e0nh vi\u00ean c\u1ee7a c\u00f9ng m\u1ed9t nh\u00f3m m\u1edbi th\u1ea5y v\u00e0 tr\u1ea3 l\u1eddi c\u00e1c b\u00e0i \u0111\u0103ng c\u1ee7a nhau.", + "Use enrollment tracks as the basis for dividing discussions. All learners, regardless of their enrollment track, see the same discussion topics, but within divided topics, only learners who are in the same enrollment track see and respond to each others\u2019 posts.": "S\u1eed d\u1ee5ng c\u00e1c ki\u1ec3u \u0111\u0103ng k\u00fd l\u00e0m c\u01a1 s\u1edf \u0111\u1ec3 ph\u00e2n chia c\u00e1c cu\u1ed9c th\u1ea3o lu\u1eadn. T\u1ea5t c\u1ea3 h\u1ecdc vi\u00ean, b\u1ea5t k\u1ec3 ki\u1ec3u \u0111\u0103ng k\u00fd c\u1ee7a h\u1ecd, xem c\u00e1c ch\u1ee7 \u0111\u1ec1 th\u1ea3o lu\u1eadn gi\u1ed1ng nhau, nh\u01b0ng trong c\u00e1c ch\u1ee7 \u0111\u1ec1 \u0111\u00e3 ph\u00e2n chia, ch\u1ec9 nh\u1eefng h\u1ecdc vi\u00ean trong c\u00f9ng m\u1ed9t ki\u1ec3u \u0111\u0103ng k\u00fd m\u1edbi nh\u00ecn th\u1ea5y v\u00e0 tr\u1ea3 l\u1eddi c\u00e1c b\u00e0i vi\u1ebft c\u1ee7a nhau.", + "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "S\u1eed d\u1ee5ng webcam c\u1ee7a b\u1ea1n \u0111\u1ec3 c\u00f3 m\u1ed9t b\u1ee9c \u1ea3nh c\u1ee7a ID c\u1ee7a b\u1ea1n. Ch\u00fang t\u00f4i s\u1ebd \u0111\u1ed1i b\u1ee9c \u1ea3nh n\u00e0y v\u1edbi h\u00ecnh \u1ea3nh c\u1ee7a khu\u00f4n m\u1eb7t c\u1ee7a b\u1ea1n v\u00e0 t\u00ean t\u00e0i kho\u1ea3n c\u1ee7a b\u1ea1n.", + "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "S\u1eed d\u1ee5ng webcam c\u1ee7a b\u1ea1n \u0111\u1ec3 c\u00f3 m\u1ed9t h\u00ecnh \u1ea3nh c\u1ee7a khu\u00f4n m\u1eb7t c\u1ee7a b\u1ea1n \u0111\u1ec3 ch\u00fang t\u00f4i c\u00f3 th\u1ec3 k\u1ebft h\u1ee3p n\u00f3 v\u1edbi h\u00ecnh \u1ea3nh tr\u00ean ID c\u1ee7a b\u1ea1n.", + "Used": "\u0110\u01b0\u1ee3c s\u1eed d\u1ee5ng", "Used in {count} location": [ "S\u1eed d\u1ee5ng \u1edf {count} ch\u1ed7." - ], - "Username": "T\u00ean \u0111\u0103ng nh\u1eadp", - "Users must create and activate their account before they can be promoted to beta tester.": "Ng\u01b0\u1eddi d\u00f9ng ph\u1ea3i t\u1ea1o v\u00e0 k\u00edch ho\u1ea1t t\u00e0i kho\u1ea3n tr\u01b0\u1edbc khi c\u00f3 th\u1ec3 d\u00f9ng th\u1eed b\u1ea3n th\u1eed nghi\u1ec7m.", - "V Align": "C\u0103n d\u1ecdc", - "Valid": "C\u00f3 hi\u1ec7u l\u1ef1c", - "Validation Error": "L\u1ed7i x\u00e1c nh\u1eadn", - "Validation Error While Saving": "X\u00e1c Nh\u1eadn L\u1ed7i Khi \u0110ang L\u01b0u", - "Verification Checkpoint": "Ki\u1ec3m tra X\u00e1c minh", - "Verification checkpoint to be completed": "Ki\u1ec3m tra \u0111\u1ec3 ho\u00e0n th\u00e0nh x\u00e1c minh", - "Verified Certificate": "Ch\u1ee9ng ch\u1ec9 c\u00f3 x\u00e1c nh\u1eadn", - "Verified Certificate upgrade": "N\u00e2ng c\u1ea5p l\u00ean ch\u1ee9ng ch\u1ec9 c\u00f3 x\u00e1c nh\u1eadn", - "Verify Now": "X\u00e1c nh\u1eadn ngay b\u00e2y gi\u1edd", - "Version": "Phi\u00ean b\u1ea3n", - "Vertical space": "Vertical space", - "Very loud": "R\u1ea5t to", - "Very low": "R\u1ea5t nh\u1ecf", - "Video Capture Error": "L\u1ed7i ghi h\u00ecnh", - "Video ID": "Video ID", - "Video Source Language": "Ng\u00f4n ng\u1eef Ngu\u1ed3n Video", - "Video duration is {humanizeDuration}": "Th\u1eddi l\u01b0\u1ee3ng video l\u00e0 {humanizeDuration}", - "Video ended": "Video k\u1ebft th\u00fac", - "Video image upload completed": "Ho\u00e0n t\u1ea5t t\u1ea3i l\u00ean h\u00ecnh \u1ea3nh video", - "Video image upload started": "B\u1eaft \u0111\u1ea7u t\u1ea3i l\u00ean h\u00ecnh \u1ea3nh video", - "Video position": "V\u1ecb tr\u00ed video", - "Video position. Press space to toggle playback": "V\u1ecb tr\u00ed video. B\u1ea5m v\u00e0o kho\u1ea3ng tr\u1ed1ng \u0111\u1ec3 b\u1eadt / t\u1eaft ph\u00e1t l\u1ea1i", - "Video speed: ": "t\u1ed1c \u0111\u1ed9 video", - "Video transcript": "B\u1ea3n d\u1ecbch video", - "View": "Xem", - "View %(span_start)s %(team_name)s %(span_end)s": "Xem %(span_start)s %(team_name)s %(span_end)s", - "View Cohort": "Xem Nh\u00f3m", - "View Live": "Xem b\u1ea3n th\u1ef1c", - "View Teams in the %(topic_name)s Topic": "Xem c\u00e1c nh\u00f3m h\u1ecdc trong ch\u1ee7 \u0111\u1ec1 %(topic_name)s ", - "View all errors": "Xem to\u00e0n b\u1ed9 l\u1ed7i", - "View child items": "Xem c\u00e1c m\u1ee5c con", + ], + "Username": "T\u00ean \u0111\u0103ng nh\u1eadp", + "Users must create and activate their account before they can be promoted to beta tester.": "Ng\u01b0\u1eddi d\u00f9ng ph\u1ea3i t\u1ea1o v\u00e0 k\u00edch ho\u1ea1t t\u00e0i kho\u1ea3n tr\u01b0\u1edbc khi c\u00f3 th\u1ec3 d\u00f9ng th\u1eed b\u1ea3n th\u1eed nghi\u1ec7m.", + "V Align": "C\u0103n d\u1ecdc", + "Valid": "C\u00f3 hi\u1ec7u l\u1ef1c", + "Validation Error": "L\u1ed7i x\u00e1c nh\u1eadn", + "Validation Error While Saving": "X\u00e1c Nh\u1eadn L\u1ed7i Khi \u0110ang L\u01b0u", + "Verification Checkpoint": "Ki\u1ec3m tra X\u00e1c minh", + "Verification checkpoint to be completed": "Ki\u1ec3m tra \u0111\u1ec3 ho\u00e0n th\u00e0nh x\u00e1c minh", + "Verified Certificate": "Ch\u1ee9ng ch\u1ec9 c\u00f3 x\u00e1c nh\u1eadn", + "Verified Certificate upgrade": "N\u00e2ng c\u1ea5p l\u00ean ch\u1ee9ng ch\u1ec9 c\u00f3 x\u00e1c nh\u1eadn", + "Verify Now": "X\u00e1c nh\u1eadn ngay b\u00e2y gi\u1edd", + "Version": "Phi\u00ean b\u1ea3n", + "Vertical space": "Vertical space", + "Very loud": "R\u1ea5t to", + "Very low": "R\u1ea5t nh\u1ecf", + "Video Capture Error": "L\u1ed7i ghi h\u00ecnh", + "Video ID": "Video ID", + "Video Source Language": "Ng\u00f4n ng\u1eef Ngu\u1ed3n Video", + "Video duration is {humanizeDuration}": "Th\u1eddi l\u01b0\u1ee3ng video l\u00e0 {humanizeDuration}", + "Video ended": "Video k\u1ebft th\u00fac", + "Video image upload completed": "Ho\u00e0n t\u1ea5t t\u1ea3i l\u00ean h\u00ecnh \u1ea3nh video", + "Video image upload started": "B\u1eaft \u0111\u1ea7u t\u1ea3i l\u00ean h\u00ecnh \u1ea3nh video", + "Video position": "V\u1ecb tr\u00ed video", + "Video position. Press space to toggle playback": "V\u1ecb tr\u00ed video. B\u1ea5m v\u00e0o kho\u1ea3ng tr\u1ed1ng \u0111\u1ec3 b\u1eadt / t\u1eaft ph\u00e1t l\u1ea1i", + "Video speed: ": "t\u1ed1c \u0111\u1ed9 video", + "Video transcript": "B\u1ea3n d\u1ecbch video", + "View": "Xem", + "View Cohort": "Xem Nh\u00f3m", + "View Live": "Xem b\u1ea3n th\u1ef1c", + "View all errors": "Xem to\u00e0n b\u1ed9 l\u1ed7i", + "View child items": "Xem c\u00e1c m\u1ee5c con", "Viewing %s course": [ "\u0110ang xem %s kh\u00f3a" - ], - "Visibility": "Hi\u1ec3n th\u1ecb", - "Visible to Staff Only": "Ch\u1ec9 Hi\u1ec3n th\u1ecb \u0111\u1ed1i v\u1edbi Nh\u00e2n vi\u00ean", - "Visual aids": "H\u1ed7 tr\u1ee3 \u0111\u1ed3 h\u1ecda", - "Volume": "\u00c2m l\u01b0\u1ee3ng", - "Want to confirm your identity later?": "B\u1ea1n mu\u1ed1n x\u00e1c nh\u1eadn danh t\u00ednh c\u1ee7a b\u1ea1n v\u00e0o l\u00fac kh\u00e1c?", - "Warning": "C\u1ea3nh b\u00e1o", - "Warnings": "L\u01b0u \u00fd", - "We couldn't create your account.": "Ch\u00fang t\u00f4i kh\u00f4ng th\u1ec3 t\u1ea1o ra t\u00e0i kho\u1ea3n c\u1ee7a b\u1ea1n.", - "We couldn't find any results for \"%s\".": "Kh\u00f4ng th\u1ec3 t\u00ecm th\u1ea5y k\u1ebft qu\u1ea3 cho \"%s\".", - "We couldn't sign you in.": "Ch\u00fang t\u00f4i kh\u00f4ng th\u1ec3 \u0111\u0103ng nh\u1eadp cho b\u1ea1n.", - "We have encountered an error. Refresh your browser and then try again.": "\u0110\u00e3 ph\u00e1t hi\u1ec7n l\u1ed7i. L\u00e0m m\u1edbi l\u1ea1i tr\u00ecnh duy\u1ec7t c\u1ee7a b\u1ea1n r\u1ed3i th\u1eed l\u1ea1i.", - "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "Ch\u00fang t\u00f4i \u0111\u00e3 nh\u1eadn \u0111\u01b0\u1ee3c th\u00f4ng tin c\u1ee7a b\u1ea1n v\u00e0 \u0111ang ti\u1ebfn x\u00e1c nh\u1eadn danh t\u00ednh c\u1ee7a b\u1ea1n. B\u1ea1n s\u1ebd th\u1ea5y m\u1ed9t tin nh\u1eafn tr\u00ean b\u1ea3ng \u0111i\u1ec1u khi\u1ec3n khi qu\u00e1 tr\u00ecnh x\u00e1c nh\u1eadn ho\u00e0n t\u1ea5t (th\u00f4ng th\u01b0\u1eddng trong v\u00f2ng 1-2 ng\u00e0y). Trong th\u1eddi gian ch\u1edd \u0111\u1ee3i, b\u1ea1n v\u00e3n c\u00f3 th\u1ec3 truy c\u1eadp n\u1ed9i dung c\u00e1c kho\u00e1 h\u1ecdc c\u00f3 s\u1eb5n.", - "We just need a little more information before you start learning with %(platformName)s.": "Ch\u00fang t\u00f4i ch\u1ec9 c\u1ea7n th\u00eam m\u1ed9t ch\u00fat th\u00f4ng tin tr\u01b0\u1edbc khi b\u1ea1n b\u1eaft \u0111\u1ea7u h\u1ecdc v\u1edbi %(platformName)s.", - "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "Ch\u00fang t\u00f4i s\u1eed d\u1ee5ng c\u00e1c m\u1ee9c b\u1ea3o m\u1eadt cao nh\u1ea5t c\u00f3 s\u1eb5n \u0111\u1ec3 m\u00e3 h\u00f3a h\u00ecnh \u1ea3nh c\u1ee7a b\u1ea1n v\u00e0 g\u1eedi n\u00f3 \u0111\u1ebfn d\u1ecbch v\u1ee5 \u1ee7y quy\u1ec1n c\u1ee7a ch\u00fang t\u00f4i \u0111\u1ec3 xem x\u00e9t. \u1ea2nh v\u00e0 th\u00f4ng tin c\u1ee7a b\u1ea1n s\u1ebd kh\u00f4ng \u0111\u01b0\u1ee3c l\u01b0u hay b\u1ea5t c\u1ee9 n\u01a1i n\u00e0o c\u00f3 th\u1ec3 nh\u00ecn th\u1ea5y tr\u00ean %(platformName)s sau khi qu\u00e1 tr\u00ecnh x\u00e1c minh ho\u00e0n t\u1ea5t.", - "We're sorry to see you go! Your account will be deleted shortly.": "Ch\u00fang t\u00f4i r\u1ea5t ti\u1ebfc khi th\u1ea5y b\u1ea1n ra \u0111i! T\u00e0i kho\u1ea3n c\u1ee7a b\u1ea1n s\u1ebd \u0111\u01b0\u1ee3c x\u00f3a ngay.", - "We're sorry, there was an error": "R\u1ea5t ti\u1ebfc, c\u00f3 l\u1ed7i x\u1ea3y ra", - "We've encountered an error. Refresh your browser and then try again.": "\u0110\u00e3 c\u00f3 l\u1ed7i x\u1ea3y ra. H\u00e3y refresh tr\u00ecnh duy\u1ec7t c\u1ee7a b\u1ea1n r\u1ed3i th\u1eed l\u1ea1i.", - "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "Ch\u00fang t\u00f4i \u0111\u00e3 g\u1eedi m\u1ed9t th\u00f4ng b\u00e1o x\u00e1c nh\u1eadn \u0111\u1ebfn {new_email_address}. Nh\u1ea5p v\u00e0o li\u00ean k\u1ebft trong th\u00f4ng b\u00e1o \u0111\u00f3 \u0111\u1ec3 c\u1eadp nh\u1eadt \u0111\u1ecba ch\u1ec9 email c\u1ee7a b\u1ea1n.", - "We've sent a confirmation message to {new_secondary_email_address}. Click the link in the message to update your secondary email address.": "Ch\u00fang t\u00f4i \u0111\u00e3 g\u1eedi m\u1ed9t tin nh\u1eafn x\u00e1c nh\u1eadn t\u1edbi {new_secondary_email_address}. Nh\u1ea5p v\u00e0o li\u00ean k\u1ebft trong tin nh\u1eafn \u0111\u1ec3 c\u1eadp nh\u1eadt \u0111\u1ecba ch\u1ec9 email ph\u1ee5 c\u1ee7a b\u1ea1n.", - "We've sent a message to {email}. Click the link in the message to reset your password. Didn't receive the message? Contact {anchorStart}technical support{anchorEnd}.": "Ch\u00fang t\u00f4i \u0111\u00e3 g\u1eedi m\u1ed9t th\u00f4ng b\u00e1o \u0111\u1ebfn {email}. B\u1ea5m v\u00e0o li\u00ean k\u1ebft trong th\u00f4ng b\u00e1o \u0111\u1ec3 \u0111\u1eb7t l\u1ea1i m\u1eadt kh\u1ea9u. Kh\u00f4ng nh\u1eadn \u0111\u01b0\u1ee3c th\u00f4ng b\u00e1o? Li\u00ean h\u1ec7 {anchorStart} h\u1ed7 tr\u1ee3 k\u1ef9 thu\u1eadt {anchorEnd}.", - "Web:": "Web:", - "Webcam": "Webcam", - "Weight of Total Grade": "S\u0129 s\u1ed1 c\u1ee7a l\u1edbp", - "We\u2019re sorry to see you go!": "Ch\u00fang t\u00f4i r\u1ea5t ti\u1ebfc khi th\u1ea5y b\u1ea1n ra \u0111i!", - "What You Need for Verification": "Nh\u1eefng g\u00ec b\u1ea1n c\u1ea7n \u0111\u1ec3 x\u00e1c minh", - "What can we help you with, {username}?": "Ch\u00fang t\u00f4i c\u00f3 th\u1ec3 gi\u00fap g\u00ec cho b\u1ea1n, {username}?", - "What does this mean?": "\u0110i\u1ec1u n\u00e0y c\u00f3 ngh\u0129a l\u00e0 g\u00ec?", - "When learners submit an answer to an assessment, they immediately see whether the answer is correct or incorrect, and the score received.": "Khi h\u1ecdc vi\u00ean g\u1eedi c\u00e2u tr\u1ea3 l\u1eddi cho m\u1ed9t b\u00e0i \u0111\u00e1nh gi\u00e1, h\u1ecd s\u1ebd ngay l\u1eadp t\u1ee9c \u0111\u01b0\u1ee3c xem c\u00e2u tr\u1ea3 l\u1eddi l\u00e0 ch\u00ednh x\u00e1c hay kh\u00f4ng, v\u00e0 \u0111i\u1ec3m s\u1ed1 nh\u1eadn \u0111\u01b0\u1ee3c.", - "Which timed transcript would you like to use?": "B\u1ea1n mu\u1ed1n s\u1eed d\u1ee5ng b\u1ea3n d\u1ecbch n\u00e0o?", - "Whole words": "T\u00ecm ki\u1ebfm kh\u00f4ng ph\u00e2n bi\u1ec7t vi\u1ebft hoa hay th\u01b0\u1eddng", - "Why does %(platformName)s need my photo?": "T\u1ea1i sao %(platformName)s c\u1ea7n \u1ea3nh c\u1ee7a b\u1ea1n?", - "Width": "\u0110\u1ed9 r\u1ed9ng", - "Will Be Visible To:": "S\u1ebd \u0110\u01b0\u1ee3c hi\u1ec3n th\u1ecb Cho:", - "Words: {0}": "Words: {0}", - "Would you like to sign in using your %(providerName)s credentials?": "B\u1ea1n c\u00f3 mu\u1ed1n \u0111\u0103ng nh\u1eadp b\u1eb1ng %(providerName)s th\u00f4ng tin?", - "Year of Birth": "N\u0103m sinh", - "Yes, allow edits to the active Certificate": "C\u00f3, cho ph\u00e9p ch\u1ec9nh s\u1eeda Ch\u1ee9ng ch\u1ec9", - "Yes, delete this {xblock_type}": "\u0110\u1ed3ng \u00fd, xo\u00e1 {xblock_type}", - "Yes, replace the edX transcript with the YouTube transcript": "C\u00f3, thay th\u1ebf b\u1ea3n d\u1ecbch edX b\u1eb1ng b\u1ea3n d\u1ecbch c\u1ee7a YouTube", - "Yesterday": "H\u00f4m qua", - "You already belong to another team.": "B\u1ea1n \u0111\u00e3 n\u1eb1m trong m\u1ed9t nh\u00f3m kh\u00e1c.", - "You are a member of this team.": "B\u1ea1n l\u00e0 m\u1ed9t th\u00e0nh vi\u00ean c\u1ee7a nh\u00f3m n\u00e0y.", - "You are not currently a member of any team.": "B\u1ea1n hi\u1ec7n kh\u00f4ng ph\u1ea3i th\u00e0nh vi\u00ean c\u1ee7a b\u1ea5t k\u1ef3 nh\u00f3m n\u00e0o.", - "You are sending an email message with the subject {subject} to the following recipients.": "B\u1ea1n \u0111ang g\u1eedi m\u1ed9t email v\u1edbi ch\u1ee7 \u0111\u1ec1 {subject} t\u1edbi nh\u1eefng ng\u01b0\u1eddi nh\u1eadn sau \u0111\u00e2y.", - "You can link your social media accounts to simplify signing in to {platform_name}.": "B\u1ea1n c\u00f3 th\u1ec3 li\u00ean k\u1ebft t\u00e0i kho\u1ea3n m\u1ea1ng x\u00e3 h\u1ed9i c\u1ee7a m\u00ecnh \u0111\u1ec3 \u0111\u01a1n gi\u1ea3n h\u00f3a vi\u1ec7c \u0111\u0103ng nh\u1eadp v\u00e0o {platform_name}.", - "You can now enter your payment information and complete your enrollment.": "B\u1ea1n c\u00f3 th\u1ec3 \u0111i\u1ec1n th\u00f4ng tin thanh to\u00e1n ngay b\u00e2y gi\u1edd v\u00e0 ho\u00e0n th\u00e0nh vi\u1ec7c ghi danh.", - "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "B\u1ea1n c\u00f3 th\u1ec3 thanh to\u00e1n ngay t\u1ea1i ngay c\u1ea3 khi b\u1ea1n kh\u00f4ng c\u00f3 c\u00e1c m\u1ee5c sau \u0111\u00e2y c\u00f3 s\u1eb5n, nh\u01b0ng b\u1ea1n s\u1ebd c\u1ea7n ph\u1ea3i c\u00f3 nh\u1eefng h\u1ed9i \u0111\u1ee7 \u0111i\u1ec1u ki\u1ec7n \u0111\u1ec3 ki\u1ebfm \u0111\u01b0\u1ee3c m\u1ed9t gi\u1ea5y ch\u1ee9ng nh\u1eadn Verified.", - "You can remove members from this team, especially if they have not participated in the team's activity.": "B\u1ea1n c\u00f3 th\u1ec3 x\u00f3a th\u00e0nh vi\u00ean kh\u1ecfi nh\u00f3m, \u0111\u1eb7c bi\u1ec7t l\u00e0 khi h\u1ecd kh\u00f4ng tham gia v\u00e0o c\u00e1c ho\u1ea1t \u0111\u1ed9ng c\u1ee7a nh\u00f3m.", - "You can use your {accountName} account to sign in to your {platformName} account.": "B\u1ea1n c\u00f3 th\u1ec3 s\u1eed d\u1ee5ng t\u00e0i kho\u1ea3n {accountName} \u0111\u1ec3 \u0111\u0103ng nh\u1eadp v\u00e0o t\u00e0i kho\u1ea3n {platformName} c\u1ee7a m\u00ecnh.", - "You cannot view the course as a student or beta tester before the course release date.": "L\u00e0 h\u1ecdc vi\u00ean ho\u1eb7c ng\u01b0\u1eddi d\u00f9ng b\u1ea3n th\u1eed nghi\u1ec7m, b\u1ea1n kh\u00f4ng th\u1ec3 xem kh\u00f3a h\u1ecdc tr\u01b0\u1edbc ng\u00e0y khai gi\u1ea3ng.", - "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "B\u1ea1n \u0111\u00e3 thay \u0111\u1ed5i m\u1ed9t URL c\u1ee7a video, nh\u01b0ng kh\u00f4ng thay \u0111\u1ed5i t\u1ec7p b\u1ea3n d\u1ecbch \u0111\u1ed3ng b\u1ed9 th\u1eddi gian. B\u1ea1n mu\u1ed1n s\u1eed d\u1ee5ng b\u1ea3n d\u1ecbch \u0111\u1ed3ng b\u1ed9 th\u1eddi gian hi\u1ec7n t\u1ea1i hay t\u1ea3i l\u00ean t\u1ec7p b\u1ea3n d\u1ecbch .srt m\u1edbi?", - "You commented...": "B\u1ea1n \u0111\u00e3 b\u00ecnh lu\u1eadn...", - "You could not be subscribed to this post. Refresh the page and try again.": "B\u1ea1n kh\u00f4ng th\u1ec3 g\u1eedi b\u00e0i n\u00e0y. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", - "You could not be unsubscribed from this post. Refresh the page and try again.": "B\u1ea1n kh\u00f4ng th\u1ec3 h\u1ee7y b\u00e0i n\u00e0y. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", - "You currently have no cohorts configured": "Hi\u1ec7n t\u1ea1i b\u1ea1n ch\u01b0a x\u00e1c l\u1eadp c\u00e1c nh\u00f3m h\u1ecdc vi\u00ean", - "You did not select a content group": "B\u1ea1n ch\u01b0a ch\u1ecdn n\u1ed9i dung cho nh\u00f3m h\u1ecdc:", - "You did not select any files to submit.": "B\u1ea1n \u0111\u00e3 kh\u00f4ng ch\u1ecdn b\u1ea5t k\u1ef3 t\u1ec7p n\u00e0o \u0111\u1ec3 g\u1eedi.", - "You did not submit the required files: {requiredFiles}.": "B\u1ea1n \u0111\u00e3 kh\u00f4ng g\u1eedi c\u00e1c t\u1ec7p y\u00eau c\u1ea7u: {requiredFiles}.", - "You don't seem to have Flash installed. Get Flash to continue your verification.": "B\u1ea1n d\u01b0\u1eddng nh\u01b0 kh\u00f4ng c\u00f3 c\u00e0i \u0111\u1eb7t Flash. H\u00e3y c\u00e0i \u0111\u1eb7t Flash \u0111\u1ec3 ti\u1ebfp t\u1ee5c qu\u00e1 tr\u00ecnh x\u00e1c minh.", - "You don't seem to have a webcam connected.": "C\u00f3 v\u1ebb b\u1ea1n ch\u01b0a k\u1ebft n\u1ed1i webcam.", - "You have already verified your ID!": "ID c\u1ee7a b\u1ea1n \u0111\u00e3 \u0111\u01b0\u1ee3c x\u00e1c nh\u1eadn!", - "You have been logged out of your edX account. Click Okay to log in again now. Click Cancel to stay on this page (you must log in again to save your work).": "B\u1ea1n \u0111\u00e3 \u0111\u0103ng xu\u1ea5t kh\u1ecfi t\u00e0i kho\u1ea3n edX c\u1ee7a m\u00ecnh. Nh\u1ea5p OK \u0111\u1ec3 \u0111\u0103ng nh\u1eadp l\u1ea1i ngay b\u00e2y gi\u1edd. Nh\u1ea5p v\u00e0o H\u1ee7y \u0111\u1ec3 l\u1ea1i trang n\u00e0y (b\u1ea1n ph\u1ea3i \u0111\u0103ng nh\u1eadp l\u1ea1i \u0111\u1ec3 l\u01b0u l\u1ea1i c\u00f4ng vi\u1ec7c c\u1ee7a b\u1ea1n).", - "You have done a dry run of force publishing the course. Nothing has changed. Had you run it, the following course versions would have been change.": "B\u1ea1n \u0111\u00e3 th\u1ef1c hi\u1ec7n ch\u1ea1y th\u1eed nghi\u1ec7m xu\u1ea5t b\u1ea3n kh\u00f3a h\u1ecdc. Kh\u00f4ng c\u00f3 g\u00ec thay \u0111\u1ed5i. N\u1ebfu b\u1ea1n ch\u1ea1y n\u00f3, nh\u1eefng phi\u00ean b\u1ea3n kh\u00f3a h\u1ecdc sau \u0111\u00e2y c\u00f3 th\u1ec3 s\u1ebd thay \u0111\u1ed5i.", - "You have no handouts defined": "B\u1ea1n kh\u00f4ng c\u00f3 t\u00e0i li\u1ec7u ph\u00e1t tay", - "You have not created any certificates yet.": "B\u1ea1n ch\u01b0a t\u1ea1o b\u1ea5t k\u1ef3 ch\u1ee9ng ch\u1ec9 n\u00e0o.", - "You have not created any content groups yet.": "B\u1ea1n ch\u01b0a t\u1ea1o b\u1ea5t k\u1ef3 nh\u00f3m n\u1ed9i dung n\u00e0o.", - "You have not created any group configurations yet.": "B\u1ea1n v\u1eabn ch\u01b0a t\u1ea1o m\u1ed9t c\u1ea5u h\u00ecnh nh\u00f3m n\u00e0o.", - "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "B\u1ea1n \u0111\u00e3 l\u1ef1a ch\u1ecdn m\u1ed9t h\u00e0nh \u0111\u1ed9ng, v\u00e0 b\u1ea1n \u0111\u00e3 kh\u00f4ng th\u1ef1c hi\u1ec7n b\u1ea5t k\u1ef3 thay \u0111\u1ed5i n\u00e0o tr\u00ean c\u00e1c tr\u01b0\u1eddng. C\u00f3 l\u1ebd b\u1ea1n \u0111ang t\u00ecm ki\u1ebfm n\u00fat b\u1ea5m Go thay v\u00ec n\u00fat b\u1ea5m Save.", - "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "B\u1ea1n \u0111\u00e3 l\u1ef1a ch\u1ecdn m\u1ed9t h\u00e0nh \u0111\u1ed9ng, nh\u01b0ng b\u1ea1n kh\u00f4ng l\u01b0u thay \u0111\u1ed5i c\u1ee7a b\u1ea1n \u0111\u1ebfn c\u00e1c l\u0129nh v\u1ef1c c\u00e1 nh\u00e2n \u0111\u01b0\u1ee3c n\u00eau ra. Xin vui l\u00f2ng click OK \u0111\u1ec3 l\u01b0u l\u1ea1i. B\u1ea1n s\u1ebd c\u1ea7n ph\u1ea3i ch\u1ea1y l\u1ea1i c\u00e1c h\u00e0nh \u0111\u1ed9ng.", - "You have selected \u201cDelete my account.\u201d Deletion of your account and personal data is permanent and cannot be undone. EdX will not be able to recover your account or the data that is deleted.": "B\u1ea1n \u0111\u00e3 ch\u1ecdn \u201cX\u00f3a t\u00e0i kho\u1ea3n c\u1ee7a t\u00f4i\u201d. X\u00f3a t\u00e0i kho\u1ea3n v\u00e0 d\u1eef li\u1ec7u c\u00e1 nh\u00e2n c\u1ee7a b\u1ea1n l\u00e0 v\u0129nh vi\u1ec5n v\u00e0 kh\u00f4ng th\u1ec3 ho\u00e0n t\u00e1c. EdX s\u1ebd kh\u00f4ng th\u1ec3 kh\u00f4i ph\u1ee5c t\u00e0i kho\u1ea3n c\u1ee7a b\u1ea1n ho\u1eb7c d\u1eef li\u1ec7u b\u1ecb x\u00f3a.", - "You have successfully signed into %(currentProvider)s, but your %(currentProvider)s account does not have a linked %(platformName)s account. To link your accounts, sign in now using your %(platformName)s password.": "B\u1ea1n \u0111\u00e3 \u0111\u0103ng nh\u1eadp th\u00e0nh c\u00f4ng v\u00e0o %(currentProvider)s, nh\u01b0ng t\u00e0i kho\u1ea3n c\u1ee7a b\u1ea1n %(currentProvider)s kh\u00f4ng \u0111\u01b0\u1ee3c li\u00ean k\u1ebft v\u00e0o t\u00e0i kho\u1ea3n %(platformName)s. \u0110\u1ec3 li\u00ean k\u1ebft c\u00e1c t\u00e0i kho\u1ea3n c\u1ee7a b\u1ea1n, \u0111\u0103ng nh\u1eadp ngay b\u1eb1ng %(platformName)s m\u1eadt kh\u1ea9u.", - "You have successfully updated your goal.": "B\u1ea1n \u0111\u00e3 c\u1eadp nh\u1eadt th\u00e0nh c\u00f4ng m\u1ee5c ti\u00eau c\u1ee7a m\u00ecnh.", - "You have unsaved changes are you sure you want to navigate away?": "B\u1ea1n c\u00f2n ch\u01b0a l\u01b0u m\u1ed9t v\u00e0i thay \u0111\u1ed5i, b\u1ea1n ch\u1eafc ch\u1eafn mu\u1ed1n \u0111i\u1ec1u h\u01b0\u1edbng?", - "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "B\u1ea1n ch\u01b0a l\u01b0u nh\u1eefng tr\u01b0\u1eddng \u0111\u00e3 ch\u1ec9nh s\u1eeda. N\u1ebfu b\u1ea1n ch\u1ecdn h\u00e0nh \u0111\u1ed9ng n\u00e0y, nh\u1eefng ch\u1ec9nh s\u1eeda ch\u01b0a \u0111\u01b0\u1ee3c l\u01b0u s\u1ebd b\u1ecb m\u1ea5t.", - "You have unsaved changes. Do you really want to leave this page?": "B\u1ea1n c\u00f3 nh\u1eefng thay \u0111\u1ed5i ch\u01b0a \u0111\u01b0\u1ee3c l\u01b0u. B\u1ea1n c\u00f3 th\u1ef1c s\u1ef1 mu\u1ed1n r\u1eddi kh\u1ecfi trang n\u00e0y?", - "You haven't added any assets to this course yet.": "B\u1ea1n ch\u01b0a th\u00eam b\u1ea5t c\u1ee9 t\u00e0i nguy\u00ean n\u00e0o cho kh\u00f3a h\u1ecdc n\u00e0y.", - "You haven't added any content to this course yet.": "B\u1ea1n ch\u01b0a th\u00eam b\u1ea5t c\u1ee9 t\u00e0i nguy\u00ean n\u00e0o cho kh\u00f3a h\u1ecdc n\u00e0y.", - "You haven't added any textbooks to this course yet.": "B\u1ea1n ch\u01b0a th\u00eam b\u1ea5t c\u1ee9 t\u00e0i nguy\u00ean n\u00e0o cho kh\u00f3a h\u1ecdc n\u00e0y.", - "You may access your account with this address if single-sign on or access to your primary email is not available.": "B\u1ea1n c\u00f3 th\u1ec3 truy c\u1eadp t\u00e0i kho\u1ea3n c\u1ee7a m\u00ecnh b\u1eb1ng \u0111\u1ecba ch\u1ec9 n\u00e0y n\u1ebfu \u0111\u0103ng nh\u1eadp m\u1ed9t l\u1ea7n ho\u1eb7c truy c\u1eadp v\u00e0o email ch\u00ednh c\u1ee7a b\u1ea1n kh\u00f4ng kh\u1ea3 d\u1ee5ng.", - "You may also lose access to verified certificates and other program credentials like MicroMasters certificates. If you want to make a copy of these for your records before proceeding with deletion, follow the instructions for {htmlStart}printing or downloading a certificate{htmlEnd}.": "B\u1ea1n c\u0169ng c\u00f3 th\u1ec3 m\u1ea5t quy\u1ec1n truy c\u1eadp v\u00e0o c\u00e1c ch\u1ee9ng ch\u1ec9 \u0111\u00e3 \u0111\u01b0\u1ee3c x\u00e1c minh v\u00e0 th\u00f4ng tin \u0111\u0103ng nh\u1eadp ch\u01b0\u01a1ng tr\u00ecnh kh\u00e1c nh\u01b0 ch\u1ee9ng ch\u1ec9 MicroMasters. N\u1ebfu b\u1ea1n mu\u1ed1n t\u1ea1o m\u1ed9t b\u1ea3n sao n\u00e0y cho h\u1ed3 s\u01a1 c\u1ee7a m\u00ecnh tr\u01b0\u1edbc khi ti\u1ebfn h\u00e0nh x\u00f3a, h\u00e3y l\u00e0m theo c\u00e1c h\u01b0\u1edbng d\u1eabn \u0111\u1ec3 {htmlStart}in ho\u1eb7c t\u1ea3i xu\u1ed1ng ch\u1ee9ng ch\u1ec9{htmlEnd}.", - "You must be over 13 to share a full profile. If you are over 13, make sure that you have specified a birth year on the {account_settings_page_link}": "B\u1ea1n ph\u1ea3i tr\u00ean 13 tu\u1ed5i \u0111\u1ec3 c\u00f3 th\u1ec3 chia s\u1ebb to\u00e0n b\u1ed9 th\u00f4ng tin c\u00e1 nh\u00e2n. N\u1ebfu b\u1ea1n tr\u00ean 13 tu\u1ed5i, h\u00e3y ch\u1eafc r\u1eb1ng b\u1ea1n \u0111\u00e3 nh\u1eadp \u0111\u00fang n\u0103m sinh t\u1ea1i {account_settings_page_link}", - "You must enter a valid email address in order to add a new team member": "B\u1ea1n ph\u1ea3i \u0111i\u1ec1n m\u1ed9t \u0111\u1ecba ch\u1ec9 email kh\u1ea3 d\u1ee5ng m\u1edbi c\u00f3 th\u1ec3 th\u00eam th\u00e0nh vi\u00ean m\u1edbi", - "You must select a session to access the course.": "B\u1ea1n ph\u1ea3i ch\u1ecdn m\u1ed9t phi\u00ean \u0111\u1ec3 truy c\u1eadp kh\u00f3a h\u1ecdc.", - "You must sign out and sign back in before your language changes take effect.": "B\u1ea1n c\u1ea7n \u0111\u0103ng xu\u1ea5t v\u00e0 \u0111\u0103ng nh\u1eadp l\u1ea1i \u0111\u1ec3 l\u1ef1a ch\u1ecdn ng\u00f4n ng\u1eef \u0111\u01b0\u1ee3c \u0111\u01b0a v\u00e0o hi\u1ec7u l\u1ef1c.", - "You must specify a name": "B\u1ea1n ph\u1ea3i x\u00e1c \u0111\u1ecbnh m\u1ed9t t\u00ean", - "You must specify a name for the cohort": "B\u1ea1n ph\u1ea3i \u0111\u1eb7t t\u00ean cho nh\u00f3m.", - "You must specify your birth year before you can share your full profile. To specify your birth year, go to the {account_settings_page_link}": "B\u1ea1n ph\u1ea3i nh\u1eadp v\u00e0o n\u0103m sinh tr\u01b0\u1edbc khi b\u1ea1n c\u00f3 th\u1ec3 chia s\u1ebb to\u00e0n b\u1ed9 h\u1ed3 s\u01a1 c\u1ee7a b\u1ea1n. \u0110\u1ec3 nh\u1eadp v\u00e0o n\u0103m sinh, nh\u1ea5p v\u00e0o {account_settings_page_link}", - "You need a computer that has a webcam. When you receive a browser prompt, make sure that you allow access to the camera.": "B\u1ea1n c\u1ea7n m\u1ed9t m\u00e1y t\u00ednh c\u00f3 m\u1ed9t webcam. Khi b\u1ea1n nh\u1eadn \u0111\u01b0\u1ee3c d\u1ea5u nh\u1eafc tr\u00ecnh duy\u1ec7t, h\u00e3y ch\u1eafc ch\u1eafn r\u1eb1ng b\u1ea1n cho ph\u00e9p truy c\u1eadp v\u00e0o m\u00e1y \u1ea3nh.", - "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "B\u1ea1n c\u1ea7n c\u00f3 b\u1eb1ng l\u00e1i xe, h\u1ed9 chi\u1ebfu, ho\u1eb7c ID ch\u00ednh ph\u1ee7 ph\u00e1t h\u00e0nh c\u00f3 t\u00ean v\u00e0 \u1ea3nh c\u1ee7a b\u1ea1n.", - "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "B\u1ea1n c\u1ea7n m\u1ed9t ID c\u00f3 t\u00ean v\u00e0 \u1ea3nh c\u1ee7a b\u1ea1n. Gi\u1ea5y ph\u00e9p, h\u1ed9 chi\u1ebfu, ho\u1eb7c ID ch\u00ednh ph\u1ee7 ph\u00e1t h\u00e0nh c\u1ee7a m\u1ed9t tr\u00ecnh \u0111i\u1ec1u khi\u1ec3n \u0111\u01b0\u1ee3c t\u1ea5t c\u1ea3 ch\u1ea5p nh\u1eadn \u0111\u01b0\u1ee3c.", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "B\u1ea1n c\u1ea7n k\u00edch ho\u1ea1t t\u00e0i kho\u1ea3n tr\u01b0\u1edbc khi ghi danh v\u00e0o kho\u00e1 h\u1ecdc. Ki\u1ec3m tra h\u1ed9p th\u01b0 \u0111\u1ebfn cho email c\u1ea7n k\u00edch ho\u1ea1t.", - "You receive messages from {platform_name} and course teams at this address.": "B\u1ea1n nh\u1eadn \u0111\u01b0\u1ee3c tin nh\u1eafn t\u1eeb {platform_name} t\u1ea1i \u0111\u1ecba ch\u1ec9 n\u00e0y.", - "You reserve all rights for your work": "B\u1ea1n d\u00e0nh t\u1ea5t c\u1ea3 c\u00e1c quy\u1ec1n cho t\u00e1c ph\u1ea9m c\u1ee7a b\u1ea1n", - "You still need to visit the %(display_name)s website to complete the credit process.": "B\u1ea1n v\u1eabn c\u1ea7n ph\u1ea3i truy c\u1eadp v\u00e0o c\u00e1c trang web %(display_name)s \u0111\u1ec3 ho\u00e0n t\u1ea5t qu\u00e1 tr\u00ecnh t\u00edn ch\u1ec9.", - "You submitted {filename}; only {allowedFiles} are allowed.": "B\u1ea1n \u0111\u00e3 g\u1eedi {filename}; ch\u1ec9 cho ph\u00e9p {allowedFiles}.", - "You waive some rights for your work, such that others can use it too": "B\u1ea1n t\u1eeb b\u1ecf m\u1ed9t s\u1ed1 quy\u1ec1n \u0111\u1ed1i v\u1edbi t\u00e1c ph\u1ea9m c\u1ee7a b\u1ea1n, nh\u01b0 v\u1eady nh\u1eefng ng\u01b0\u1eddi kh\u00e1c c\u00f3 th\u1ec3 s\u1eed d\u1ee5ng l\u1ea1i", - "You will be refunded the amount you paid.": "B\u1ea1n s\u1ebd \u0111\u01b0\u1ee3c ho\u00e0n tr\u1ea3 s\u1ed1 ti\u1ec1n \u0111\u00e3 thanh to\u00e1n.", - "You will not be refunded the amount you paid.": "B\u1ea1n s\u1ebd kh\u00f4ng \u0111\u01b0\u1ee3c ho\u00e0n tr\u1ea3 s\u1ed1 ti\u1ec1n \u0111\u00e3 thanh to\u00e1n.", - "You will not receive notification for emails that bounce, so double-check your spelling.": "B\u1ea1n s\u1ebd kh\u00f4ng nh\u1eadn \u0111\u01b0\u1ee3c th\u00f4ng b\u00e1o cho c\u00e1c email b\u1ecb tr\u1ea3 l\u1ea1i, v\u00ec v\u1eady n\u00ean ki\u1ec3m tra ch\u00ednh t\u1ea3.", - "You!": "B\u1ea1n!", - "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "B\u1ea1n s\u1eafp n\u1ed9p c\u00e2u tr\u1ea3 l\u1eddi cho b\u00e0i t\u1eadp n\u00e0y. Sau khi g\u1eedi b\u00e0i b\u1ea1n s\u1ebd kh\u00f4ng th\u1ec3 ch\u1ec9nh s\u1eeda ho\u1eb7c n\u1ed9p b\u00e0i m\u1edbi. ", - "You've made some changes": "B\u1ea1n \u0111\u00e3 th\u1ef1c hi\u1ec7n m\u1ed9t s\u1ed1 thay \u0111\u1ed5i", - "You've made some changes, but there are some errors": "B\u1ea1n \u0111\u00e3 th\u1ef1c hi\u1ec7n m\u1ed9t s\u1ed1 thay \u0111\u1ed5i, nh\u01b0ng c\u00f3 m\u1ed9t s\u1ed1 l\u1ed7i", - "You've successfully signed into %(currentProvider)s.": "B\u1ea1n \u0111\u00e3 th\u00e0nh c\u00f4ng \u0111\u00e3 k\u00fd v\u00e0o %(currentProvider)s.", - "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "Tr\u00ecnh duy\u1ec7t c\u1ee7a b\u1ea1n kh\u00f4ng h\u1ed7 tr\u1ee3 truy c\u1eadp tr\u1ef1c ti\u1ebfp v\u00e0o clipboard. Vui l\u00f2ng s\u1eed d\u1ee5ng t\u1ed5 h\u1ee3p ph\u00edm Ctrl+X/C/V \u0111\u1ec3 thay th\u1ebf.", - "Your changes have been saved.": "Thay \u0111\u1ed5i c\u1ee7a b\u1ea1n \u0111\u00e3 \u0111\u01b0\u1ee3c l\u01b0u.", - "Your changes have been saved. {details}": "Thay \u0111\u1ed5i c\u1ee7a b\u1ea1n \u0111\u00e3 \u0111\u01b0\u1ee3c l\u01b0u. {details}", - "Your changes will not take effect until you save your progress.": "Thay \u0111\u1ed5i c\u1ee7a b\u1ea1n s\u1ebd kh\u00f4ng c\u00f3 hi\u1ec7u l\u1ef1c cho \u0111\u1ebfn khi b\u1ea1n l\u01b0u l\u1ea1i ti\u1ebfn \u0111\u1ed9 c\u1ee7a m\u00ecnh.", - "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "C\u00e1c thay \u0111\u1ed5i s\u1ebd kh\u00f4ng c\u00f3 hi\u1ec7u l\u1ef1c cho \u0111\u1ebfn khi b\u1ea1n l\u01b0u ti\u1ebfn tr\u00ecnh c\u1ee7a b\u1ea1n. H\u00e3y c\u1ea9n th\u1eadn v\u1edbi key v\u00e0 \u0111\u1ecbnh d\u1ea1ng c\u1ee7a gi\u00e1 tr\u1ecb, b\u1edfi v\u00ec s\u1ef1 x\u00e1c nh\u1eadn ch\u01b0a \u0111\u01b0\u1ee3c ho\u00e0n th\u00e0nh.", - "Your course could not be exported to XML. There is not enough information to identify the failed component. Inspect your course to identify any problematic components and try again.": "Kh\u00f4ng th\u1ec3 xu\u1ea5t kho\u00e1 h\u1ecdc c\u1ee7a b\u1ea1n sang t\u1ec7p XML. Kh\u00f4ng c\u00f3 \u0111\u1ee7 th\u00f4ng tin \u0111\u1ec3 t\u00ecm ra ph\u1ea7n b\u1ecb l\u1ed7i. B\u1ea1n n\u00ean ki\u1ec3m tra l\u1ea1i kho\u00e1 h\u1ecdc c\u1ee7a b\u1ea1n \u0111\u1ec3 t\u00ecm ra ph\u1ea7n b\u1ecb l\u1ed7i v\u00e0 th\u1eed l\u1ea1i.", - "Your donation could not be submitted.": "S\u1ed1 ti\u1ec1n t\u00e0i tr\u1ee3 c\u1ee7a b\u1ea1n kh\u00f4ng g\u1eedi \u0111\u01b0\u1ee3c.", - "Your email message was successfully queued for sending. In courses with a large number of learners, email messages to learners might take up to an hour to be sent.": "Email c\u1ee7a b\u1ea1n \u0111\u00e3 \u0111\u01b0\u1ee3c x\u1ebfp h\u00e0ng \u0111\u1ee3i \u0111\u1ec3 g\u1eedi. V\u1edbi nh\u1eefng kh\u00f3a h\u1ecdc c\u00f3 nhi\u1ec1u ng\u01b0\u1eddi h\u1ecdc, th\u01b0 \u0111i\u1ec7n t\u1eed g\u1eedi cho ng\u01b0\u1eddi h\u1ecdc c\u00f3 th\u1ec3 m\u1ea5t \u0111\u1ebfn m\u1ed9t gi\u1edd \u0111\u1ec3 \u0111\u01b0\u1ee3c g\u1eedi \u0111i.", - "Your entire face fits inside the frame.": "To\u00e0n b\u1ed9 khu\u00f4n m\u1eb7t c\u1ee7a b\u1ea1n ph\u00f9 h\u1ee3p v\u1edbi b\u00ean trong khung.", - "Your export has failed.": "Xu\u1ea5t ra th\u1ea5t b\u1ea1i.", - "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "T\u1ec7p tin '{file}' c\u1ee7a b\u1ea1n \u0111\u00e3 \u0111\u01b0\u1ee3c t\u1ea3i l\u00ean. Xin ch\u1edd m\u1ed9t v\u00e0i ph\u00fat \u0111\u1ec3 x\u1eed l\u00fd.", - "Your file could not be uploaded": "Kh\u00f4ng th\u1ec3 t\u1ea3i t\u1ec7p c\u1ee7a b\u1ea1n l\u00ean", - "Your file has been deleted.": "T\u1eadp tin c\u1ee7a b\u1ea1n \u0111\u00e3 b\u1ecb x\u00f3a.", - "Your file {filename} is too large (max size: {maxSize}MB).": "T\u1ec7p {filename} qu\u00e1 l\u1edbn (k\u00edch th\u01b0\u1edbc t\u1ed1i \u0111a: {maxSize} MB).", - "Your import has failed.": "Nh\u1eadp v\u00e0o b\u1ecb th\u1ea5t b\u1ea1i.", - "Your import is in progress; navigating away will abort it.": "Vi\u1ec7c nh\u1eadp v\u00e0o \u0111ang \u0111\u01b0\u1ee3c ti\u1ebfn h\u00e0nh; n\u1ebfu chuy\u1ec3n sang trang kh\u00e1c n\u00f3 s\u1ebd b\u1ecb hu\u1ef7 b\u1ecf.", - "Your library could not be exported to XML. There is not enough information to identify the failed component. Inspect your library to identify any problematic components and try again.": "Kh\u00f4ng th\u1ec3 xu\u1ea5t th\u01b0 vi\u1ec7n c\u1ee7a b\u1ea1n sang XML. Kh\u00f4ng c\u00f3 \u0111\u1ee7 th\u00f4ng tin \u0111\u1ec3 x\u00e1c \u0111\u1ecbnh th\u00e0nh ph\u1ea7n g\u1eb7p l\u1ed7i. Ki\u1ec3m tra l\u1ea1i th\u01b0 vi\u1ec7n c\u1ee7a b\u1ea1n \u0111\u1ec3 x\u00e1c \u0111\u1ecbnh c\u00e1c th\u00e0nh ph\u1ea7n c\u00f3 v\u1ea5n \u0111\u1ec1 v\u00e0 th\u1eed l\u1ea1i.", - "Your message cannot be blank.": "Tin nh\u1eafn c\u1ee7a b\u1ea1n ph\u1ea3i c\u00f3 n\u1ed9i dung.", - "Your message must have a subject.": "Tin nh\u1eafn c\u1ee7a b\u1ea1n ph\u1ea3i c\u00f3 ti\u00eau \u0111\u1ec1.", - "Your message must have at least one target.": "Tin nh\u1eafn c\u1ee7a b\u1ea1n ph\u1ea3i c\u00f3 \u00edt nh\u1ea5t m\u1ed9t \u0111\u00edch nh\u1eadn.", - "Your policy changes have been saved.": "Thay \u0111\u1ed5i ch\u00ednh s\u00e1ch c\u1ee7a b\u1ea1n \u0111\u00e3 \u0111\u01b0\u1ee3c l\u01b0u.", - "Your post will be discarded.": "B\u00e0i vi\u1ebft s\u1ebd b\u1ecb x\u00f3a.", - "Your profile settings are managed by {enterprise_name}. Contact your administrator or {link_start}edX Support{link_end} for help.": "C\u00e0i \u0111\u1eb7t h\u1ed3 s\u01a1 c\u1ee7a b\u1ea1n \u0111\u01b0\u1ee3c qu\u1ea3n l\u00fd b\u1edfi {enterprise_name}. Li\u00ean h\u1ec7 qu\u1ea3n tr\u1ecb vi\u00ean ho\u1eb7c {link_start}h\u1ed7 tr\u1ee3 edX{link_end} \u0111\u1ec3 \u0111\u01b0\u1ee3c gi\u00fap \u0111\u1ee1.", - "Your question or idea (required)": "C\u00e2u h\u1ecfi ho\u1eb7c \u00fd t\u01b0\u1edfng c\u1ee7a b\u1ea1n (b\u1eaft bu\u1ed9c)", - "Your request could not be completed due to a server problem. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "Y\u00eau c\u1ea7u c\u1ee7a b\u1ea1n kh\u00f4ng th\u1ef1c hi\u1ec7n \u0111\u01b0\u1ee3c do l\u1ed7i h\u1ec7 th\u1ed1ng. B\u1ea1n h\u00e3y th\u1eed m\u1edf l\u1ea1i trang th\u00eam l\u1ea7n n\u1eefa, n\u1ebfu kh\u00f4ng \u0111\u01b0\u1ee3c th\u00ec h\u00e3y nh\u1ea5n H\u1ed7 tr\u1ee3 / Help \u0111\u1ec3 b\u00e1o cho ch\u00fang t\u00f4i.", - "Your request could not be completed. Reload the page and try again.": "Y\u00eau c\u1ea7u c\u1ee7a b\u1ea1n kh\u00f4ng th\u1ef1c hi\u1ec7n \u0111\u01b0\u1ee3c. Xin m\u1edf l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i l\u1ea7n n\u1eefa.", - "Your request could not be completed. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "Y\u00eau c\u1ea7u c\u1ee7a b\u1ea1n ch\u01b0a ho\u00e0n th\u00e0nh. T\u1ea3i l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i. N\u1ebfu s\u1ef1 c\u1ed1 v\u1eabn ti\u1ebfp di\u1ec5n, h\u00e3y nh\u1ea5p v\u00e0o tab H\u1ed7 tr\u1ee3 \u0111\u1ec3 b\u00e1o c\u00e1o s\u1ef1 c\u1ed1.", - "Your request could not be processed. Refresh the page and try again.": "Kh\u00f4ng th\u1ec3 x\u1eed l\u00fd y\u00eau c\u1ea7u c\u1ee7a b\u1ea1n. T\u1ea3i l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", - "Your team could not be created.": "\u0110\u1ed9i c\u1ee7a b\u1ea1n kh\u00f4ng th\u1ec3 \u0111\u01b0\u1ee3c t\u1ea1o ra.", - "Your team could not be updated.": "Nh\u00f3m c\u1ee7a b\u1ea1n c\u00f3 th\u1ec3 kh\u00f4ng \u0111\u01b0\u1ee3c c\u1eadp nh\u1eadt.", - "Your unenrollment request could not be processed. Please try again later.": "Y\u00eau c\u1ea7u h\u1ee7y \u0111\u0103ng k\u00fd c\u1ee7a b\u1ea1n kh\u00f4ng th\u1ec3 \u0111\u01b0\u1ee3c x\u1eed l\u00fd. Vui l\u00f2ng th\u1eed l\u1ea1i sau.", - "Your upload of '{file}' failed.": "vi\u1ec7c t\u1ea3i \u0111\u01b0\u1ee3c t\u1ec7p tin '{file}' th\u1ea5t b\u1ea1i", - "Your upload of '{file}' succeeded.": "T\u1ec7p tin '{file}' \u0111\u00e3 \u0111\u01b0\u1ee3c t\u1ea3i l\u00ean th\u00e0nh c\u00f4ng.", - "Your video uploads are not complete.": "Ch\u01b0a ho\u00e0n th\u00e0nh t\u1ea3i l\u00ean video", - "Yourself": "T\u1ef1 b\u1ea1n", - "Zoom In": "Thu nh\u1ecf l\u1ea1i", - "Zoom Out": "ph\u00f3ng to ra", - "[no tags]": "[kh\u00f4ng tags]", - "a day": "m\u1ed9t ng\u00e0y", + ], + "Visibility": "Hi\u1ec3n th\u1ecb", + "Visible to Staff Only": "Ch\u1ec9 Hi\u1ec3n th\u1ecb \u0111\u1ed1i v\u1edbi Nh\u00e2n vi\u00ean", + "Visual aids": "H\u1ed7 tr\u1ee3 \u0111\u1ed3 h\u1ecda", + "Volume": "\u00c2m l\u01b0\u1ee3ng", + "Want to confirm your identity later?": "B\u1ea1n mu\u1ed1n x\u00e1c nh\u1eadn danh t\u00ednh c\u1ee7a b\u1ea1n v\u00e0o l\u00fac kh\u00e1c?", + "Warning": "C\u1ea3nh b\u00e1o", + "Warnings": "L\u01b0u \u00fd", + "We couldn't create your account.": "Ch\u00fang t\u00f4i kh\u00f4ng th\u1ec3 t\u1ea1o ra t\u00e0i kho\u1ea3n c\u1ee7a b\u1ea1n.", + "We couldn't find any results for \"%s\".": "Kh\u00f4ng th\u1ec3 t\u00ecm th\u1ea5y k\u1ebft qu\u1ea3 cho \"%s\".", + "We couldn't sign you in.": "Ch\u00fang t\u00f4i kh\u00f4ng th\u1ec3 \u0111\u0103ng nh\u1eadp cho b\u1ea1n.", + "We have encountered an error. Refresh your browser and then try again.": "\u0110\u00e3 ph\u00e1t hi\u1ec7n l\u1ed7i. L\u00e0m m\u1edbi l\u1ea1i tr\u00ecnh duy\u1ec7t c\u1ee7a b\u1ea1n r\u1ed3i th\u1eed l\u1ea1i.", + "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "Ch\u00fang t\u00f4i \u0111\u00e3 nh\u1eadn \u0111\u01b0\u1ee3c th\u00f4ng tin c\u1ee7a b\u1ea1n v\u00e0 \u0111ang ti\u1ebfn x\u00e1c nh\u1eadn danh t\u00ednh c\u1ee7a b\u1ea1n. B\u1ea1n s\u1ebd th\u1ea5y m\u1ed9t tin nh\u1eafn tr\u00ean b\u1ea3ng \u0111i\u1ec1u khi\u1ec3n khi qu\u00e1 tr\u00ecnh x\u00e1c nh\u1eadn ho\u00e0n t\u1ea5t (th\u00f4ng th\u01b0\u1eddng trong v\u00f2ng 1-2 ng\u00e0y). Trong th\u1eddi gian ch\u1edd \u0111\u1ee3i, b\u1ea1n v\u00e3n c\u00f3 th\u1ec3 truy c\u1eadp n\u1ed9i dung c\u00e1c kho\u00e1 h\u1ecdc c\u00f3 s\u1eb5n.", + "We just need a little more information before you start learning with %(platformName)s.": "Ch\u00fang t\u00f4i ch\u1ec9 c\u1ea7n th\u00eam m\u1ed9t ch\u00fat th\u00f4ng tin tr\u01b0\u1edbc khi b\u1ea1n b\u1eaft \u0111\u1ea7u h\u1ecdc v\u1edbi %(platformName)s.", + "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "Ch\u00fang t\u00f4i s\u1eed d\u1ee5ng c\u00e1c m\u1ee9c b\u1ea3o m\u1eadt cao nh\u1ea5t c\u00f3 s\u1eb5n \u0111\u1ec3 m\u00e3 h\u00f3a h\u00ecnh \u1ea3nh c\u1ee7a b\u1ea1n v\u00e0 g\u1eedi n\u00f3 \u0111\u1ebfn d\u1ecbch v\u1ee5 \u1ee7y quy\u1ec1n c\u1ee7a ch\u00fang t\u00f4i \u0111\u1ec3 xem x\u00e9t. \u1ea2nh v\u00e0 th\u00f4ng tin c\u1ee7a b\u1ea1n s\u1ebd kh\u00f4ng \u0111\u01b0\u1ee3c l\u01b0u hay b\u1ea5t c\u1ee9 n\u01a1i n\u00e0o c\u00f3 th\u1ec3 nh\u00ecn th\u1ea5y tr\u00ean %(platformName)s sau khi qu\u00e1 tr\u00ecnh x\u00e1c minh ho\u00e0n t\u1ea5t.", + "We're sorry to see you go! Your account will be deleted shortly.": "Ch\u00fang t\u00f4i r\u1ea5t ti\u1ebfc khi th\u1ea5y b\u1ea1n ra \u0111i! T\u00e0i kho\u1ea3n c\u1ee7a b\u1ea1n s\u1ebd \u0111\u01b0\u1ee3c x\u00f3a ngay.", + "We're sorry, there was an error": "R\u1ea5t ti\u1ebfc, c\u00f3 l\u1ed7i x\u1ea3y ra", + "We've encountered an error. Refresh your browser and then try again.": "\u0110\u00e3 c\u00f3 l\u1ed7i x\u1ea3y ra. H\u00e3y refresh tr\u00ecnh duy\u1ec7t c\u1ee7a b\u1ea1n r\u1ed3i th\u1eed l\u1ea1i.", + "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "Ch\u00fang t\u00f4i \u0111\u00e3 g\u1eedi m\u1ed9t th\u00f4ng b\u00e1o x\u00e1c nh\u1eadn \u0111\u1ebfn {new_email_address}. Nh\u1ea5p v\u00e0o li\u00ean k\u1ebft trong th\u00f4ng b\u00e1o \u0111\u00f3 \u0111\u1ec3 c\u1eadp nh\u1eadt \u0111\u1ecba ch\u1ec9 email c\u1ee7a b\u1ea1n.", + "We've sent a confirmation message to {new_secondary_email_address}. Click the link in the message to update your secondary email address.": "Ch\u00fang t\u00f4i \u0111\u00e3 g\u1eedi m\u1ed9t tin nh\u1eafn x\u00e1c nh\u1eadn t\u1edbi {new_secondary_email_address}. Nh\u1ea5p v\u00e0o li\u00ean k\u1ebft trong tin nh\u1eafn \u0111\u1ec3 c\u1eadp nh\u1eadt \u0111\u1ecba ch\u1ec9 email ph\u1ee5 c\u1ee7a b\u1ea1n.", + "We've sent a message to {email}. Click the link in the message to reset your password. Didn't receive the message? Contact {anchorStart}technical support{anchorEnd}.": "Ch\u00fang t\u00f4i \u0111\u00e3 g\u1eedi m\u1ed9t th\u00f4ng b\u00e1o \u0111\u1ebfn {email}. B\u1ea5m v\u00e0o li\u00ean k\u1ebft trong th\u00f4ng b\u00e1o \u0111\u1ec3 \u0111\u1eb7t l\u1ea1i m\u1eadt kh\u1ea9u. Kh\u00f4ng nh\u1eadn \u0111\u01b0\u1ee3c th\u00f4ng b\u00e1o? Li\u00ean h\u1ec7 {anchorStart} h\u1ed7 tr\u1ee3 k\u1ef9 thu\u1eadt {anchorEnd}.", + "Web:": "Web:", + "Webcam": "Webcam", + "Weight of Total Grade": "S\u0129 s\u1ed1 c\u1ee7a l\u1edbp", + "We\u2019re sorry to see you go!": "Ch\u00fang t\u00f4i r\u1ea5t ti\u1ebfc khi th\u1ea5y b\u1ea1n ra \u0111i!", + "What You Need for Verification": "Nh\u1eefng g\u00ec b\u1ea1n c\u1ea7n \u0111\u1ec3 x\u00e1c minh", + "What can we help you with, {username}?": "Ch\u00fang t\u00f4i c\u00f3 th\u1ec3 gi\u00fap g\u00ec cho b\u1ea1n, {username}?", + "What does this mean?": "\u0110i\u1ec1u n\u00e0y c\u00f3 ngh\u0129a l\u00e0 g\u00ec?", + "When learners submit an answer to an assessment, they immediately see whether the answer is correct or incorrect, and the score received.": "Khi h\u1ecdc vi\u00ean g\u1eedi c\u00e2u tr\u1ea3 l\u1eddi cho m\u1ed9t b\u00e0i \u0111\u00e1nh gi\u00e1, h\u1ecd s\u1ebd ngay l\u1eadp t\u1ee9c \u0111\u01b0\u1ee3c xem c\u00e2u tr\u1ea3 l\u1eddi l\u00e0 ch\u00ednh x\u00e1c hay kh\u00f4ng, v\u00e0 \u0111i\u1ec3m s\u1ed1 nh\u1eadn \u0111\u01b0\u1ee3c.", + "Which timed transcript would you like to use?": "B\u1ea1n mu\u1ed1n s\u1eed d\u1ee5ng b\u1ea3n d\u1ecbch n\u00e0o?", + "Whole words": "T\u00ecm ki\u1ebfm kh\u00f4ng ph\u00e2n bi\u1ec7t vi\u1ebft hoa hay th\u01b0\u1eddng", + "Why does %(platformName)s need my photo?": "T\u1ea1i sao %(platformName)s c\u1ea7n \u1ea3nh c\u1ee7a b\u1ea1n?", + "Width": "\u0110\u1ed9 r\u1ed9ng", + "Will Be Visible To:": "S\u1ebd \u0110\u01b0\u1ee3c hi\u1ec3n th\u1ecb Cho:", + "Words: {0}": "Words: {0}", + "Would you like to sign in using your %(providerName)s credentials?": "B\u1ea1n c\u00f3 mu\u1ed1n \u0111\u0103ng nh\u1eadp b\u1eb1ng %(providerName)s th\u00f4ng tin?", + "Year of Birth": "N\u0103m sinh", + "Yes, allow edits to the active Certificate": "C\u00f3, cho ph\u00e9p ch\u1ec9nh s\u1eeda Ch\u1ee9ng ch\u1ec9", + "Yes, delete this {xblock_type}": "\u0110\u1ed3ng \u00fd, xo\u00e1 {xblock_type}", + "Yes, replace the edX transcript with the YouTube transcript": "C\u00f3, thay th\u1ebf b\u1ea3n d\u1ecbch edX b\u1eb1ng b\u1ea3n d\u1ecbch c\u1ee7a YouTube", + "Yesterday": "H\u00f4m qua", + "You already belong to another team.": "B\u1ea1n \u0111\u00e3 n\u1eb1m trong m\u1ed9t nh\u00f3m kh\u00e1c.", + "You are a member of this team.": "B\u1ea1n l\u00e0 m\u1ed9t th\u00e0nh vi\u00ean c\u1ee7a nh\u00f3m n\u00e0y.", + "You are not currently a member of any team.": "B\u1ea1n hi\u1ec7n kh\u00f4ng ph\u1ea3i th\u00e0nh vi\u00ean c\u1ee7a b\u1ea5t k\u1ef3 nh\u00f3m n\u00e0o.", + "You are sending an email message with the subject {subject} to the following recipients.": "B\u1ea1n \u0111ang g\u1eedi m\u1ed9t email v\u1edbi ch\u1ee7 \u0111\u1ec1 {subject} t\u1edbi nh\u1eefng ng\u01b0\u1eddi nh\u1eadn sau \u0111\u00e2y.", + "You can link your social media accounts to simplify signing in to {platform_name}.": "B\u1ea1n c\u00f3 th\u1ec3 li\u00ean k\u1ebft t\u00e0i kho\u1ea3n m\u1ea1ng x\u00e3 h\u1ed9i c\u1ee7a m\u00ecnh \u0111\u1ec3 \u0111\u01a1n gi\u1ea3n h\u00f3a vi\u1ec7c \u0111\u0103ng nh\u1eadp v\u00e0o {platform_name}.", + "You can now enter your payment information and complete your enrollment.": "B\u1ea1n c\u00f3 th\u1ec3 \u0111i\u1ec1n th\u00f4ng tin thanh to\u00e1n ngay b\u00e2y gi\u1edd v\u00e0 ho\u00e0n th\u00e0nh vi\u1ec7c ghi danh.", + "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "B\u1ea1n c\u00f3 th\u1ec3 thanh to\u00e1n ngay t\u1ea1i ngay c\u1ea3 khi b\u1ea1n kh\u00f4ng c\u00f3 c\u00e1c m\u1ee5c sau \u0111\u00e2y c\u00f3 s\u1eb5n, nh\u01b0ng b\u1ea1n s\u1ebd c\u1ea7n ph\u1ea3i c\u00f3 nh\u1eefng h\u1ed9i \u0111\u1ee7 \u0111i\u1ec1u ki\u1ec7n \u0111\u1ec3 ki\u1ebfm \u0111\u01b0\u1ee3c m\u1ed9t gi\u1ea5y ch\u1ee9ng nh\u1eadn Verified.", + "You can remove members from this team, especially if they have not participated in the team's activity.": "B\u1ea1n c\u00f3 th\u1ec3 x\u00f3a th\u00e0nh vi\u00ean kh\u1ecfi nh\u00f3m, \u0111\u1eb7c bi\u1ec7t l\u00e0 khi h\u1ecd kh\u00f4ng tham gia v\u00e0o c\u00e1c ho\u1ea1t \u0111\u1ed9ng c\u1ee7a nh\u00f3m.", + "You can use your {accountName} account to sign in to your {platformName} account.": "B\u1ea1n c\u00f3 th\u1ec3 s\u1eed d\u1ee5ng t\u00e0i kho\u1ea3n {accountName} \u0111\u1ec3 \u0111\u0103ng nh\u1eadp v\u00e0o t\u00e0i kho\u1ea3n {platformName} c\u1ee7a m\u00ecnh.", + "You cannot view the course as a student or beta tester before the course release date.": "L\u00e0 h\u1ecdc vi\u00ean ho\u1eb7c ng\u01b0\u1eddi d\u00f9ng b\u1ea3n th\u1eed nghi\u1ec7m, b\u1ea1n kh\u00f4ng th\u1ec3 xem kh\u00f3a h\u1ecdc tr\u01b0\u1edbc ng\u00e0y khai gi\u1ea3ng.", + "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "B\u1ea1n \u0111\u00e3 thay \u0111\u1ed5i m\u1ed9t URL c\u1ee7a video, nh\u01b0ng kh\u00f4ng thay \u0111\u1ed5i t\u1ec7p b\u1ea3n d\u1ecbch \u0111\u1ed3ng b\u1ed9 th\u1eddi gian. B\u1ea1n mu\u1ed1n s\u1eed d\u1ee5ng b\u1ea3n d\u1ecbch \u0111\u1ed3ng b\u1ed9 th\u1eddi gian hi\u1ec7n t\u1ea1i hay t\u1ea3i l\u00ean t\u1ec7p b\u1ea3n d\u1ecbch .srt m\u1edbi?", + "You commented...": "B\u1ea1n \u0111\u00e3 b\u00ecnh lu\u1eadn...", + "You could not be subscribed to this post. Refresh the page and try again.": "B\u1ea1n kh\u00f4ng th\u1ec3 g\u1eedi b\u00e0i n\u00e0y. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", + "You could not be unsubscribed from this post. Refresh the page and try again.": "B\u1ea1n kh\u00f4ng th\u1ec3 h\u1ee7y b\u00e0i n\u00e0y. L\u00e0m m\u1edbi l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", + "You currently have no cohorts configured": "Hi\u1ec7n t\u1ea1i b\u1ea1n ch\u01b0a x\u00e1c l\u1eadp c\u00e1c nh\u00f3m h\u1ecdc vi\u00ean", + "You did not select a content group": "B\u1ea1n ch\u01b0a ch\u1ecdn n\u1ed9i dung cho nh\u00f3m h\u1ecdc:", + "You did not select any files to submit.": "B\u1ea1n \u0111\u00e3 kh\u00f4ng ch\u1ecdn b\u1ea5t k\u1ef3 t\u1ec7p n\u00e0o \u0111\u1ec3 g\u1eedi.", + "You did not submit the required files: {requiredFiles}.": "B\u1ea1n \u0111\u00e3 kh\u00f4ng g\u1eedi c\u00e1c t\u1ec7p y\u00eau c\u1ea7u: {requiredFiles}.", + "You don't seem to have Flash installed. Get Flash to continue your verification.": "B\u1ea1n d\u01b0\u1eddng nh\u01b0 kh\u00f4ng c\u00f3 c\u00e0i \u0111\u1eb7t Flash. H\u00e3y c\u00e0i \u0111\u1eb7t Flash \u0111\u1ec3 ti\u1ebfp t\u1ee5c qu\u00e1 tr\u00ecnh x\u00e1c minh.", + "You don't seem to have a webcam connected.": "C\u00f3 v\u1ebb b\u1ea1n ch\u01b0a k\u1ebft n\u1ed1i webcam.", + "You have already verified your ID!": "ID c\u1ee7a b\u1ea1n \u0111\u00e3 \u0111\u01b0\u1ee3c x\u00e1c nh\u1eadn!", + "You have been logged out of your edX account. Click Okay to log in again now. Click Cancel to stay on this page (you must log in again to save your work).": "B\u1ea1n \u0111\u00e3 \u0111\u0103ng xu\u1ea5t kh\u1ecfi t\u00e0i kho\u1ea3n edX c\u1ee7a m\u00ecnh. Nh\u1ea5p OK \u0111\u1ec3 \u0111\u0103ng nh\u1eadp l\u1ea1i ngay b\u00e2y gi\u1edd. Nh\u1ea5p v\u00e0o H\u1ee7y \u0111\u1ec3 l\u1ea1i trang n\u00e0y (b\u1ea1n ph\u1ea3i \u0111\u0103ng nh\u1eadp l\u1ea1i \u0111\u1ec3 l\u01b0u l\u1ea1i c\u00f4ng vi\u1ec7c c\u1ee7a b\u1ea1n).", + "You have done a dry run of force publishing the course. Nothing has changed. Had you run it, the following course versions would have been change.": "B\u1ea1n \u0111\u00e3 th\u1ef1c hi\u1ec7n ch\u1ea1y th\u1eed nghi\u1ec7m xu\u1ea5t b\u1ea3n kh\u00f3a h\u1ecdc. Kh\u00f4ng c\u00f3 g\u00ec thay \u0111\u1ed5i. N\u1ebfu b\u1ea1n ch\u1ea1y n\u00f3, nh\u1eefng phi\u00ean b\u1ea3n kh\u00f3a h\u1ecdc sau \u0111\u00e2y c\u00f3 th\u1ec3 s\u1ebd thay \u0111\u1ed5i.", + "You have no handouts defined": "B\u1ea1n kh\u00f4ng c\u00f3 t\u00e0i li\u1ec7u ph\u00e1t tay", + "You have not created any certificates yet.": "B\u1ea1n ch\u01b0a t\u1ea1o b\u1ea5t k\u1ef3 ch\u1ee9ng ch\u1ec9 n\u00e0o.", + "You have not created any content groups yet.": "B\u1ea1n ch\u01b0a t\u1ea1o b\u1ea5t k\u1ef3 nh\u00f3m n\u1ed9i dung n\u00e0o.", + "You have not created any group configurations yet.": "B\u1ea1n v\u1eabn ch\u01b0a t\u1ea1o m\u1ed9t c\u1ea5u h\u00ecnh nh\u00f3m n\u00e0o.", + "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "B\u1ea1n \u0111\u00e3 l\u1ef1a ch\u1ecdn m\u1ed9t h\u00e0nh \u0111\u1ed9ng, v\u00e0 b\u1ea1n \u0111\u00e3 kh\u00f4ng th\u1ef1c hi\u1ec7n b\u1ea5t k\u1ef3 thay \u0111\u1ed5i n\u00e0o tr\u00ean c\u00e1c tr\u01b0\u1eddng. C\u00f3 l\u1ebd b\u1ea1n \u0111ang t\u00ecm ki\u1ebfm n\u00fat b\u1ea5m Go thay v\u00ec n\u00fat b\u1ea5m Save.", + "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "B\u1ea1n \u0111\u00e3 l\u1ef1a ch\u1ecdn m\u1ed9t h\u00e0nh \u0111\u1ed9ng, nh\u01b0ng b\u1ea1n kh\u00f4ng l\u01b0u thay \u0111\u1ed5i c\u1ee7a b\u1ea1n \u0111\u1ebfn c\u00e1c l\u0129nh v\u1ef1c c\u00e1 nh\u00e2n \u0111\u01b0\u1ee3c n\u00eau ra. Xin vui l\u00f2ng click OK \u0111\u1ec3 l\u01b0u l\u1ea1i. B\u1ea1n s\u1ebd c\u1ea7n ph\u1ea3i ch\u1ea1y l\u1ea1i c\u00e1c h\u00e0nh \u0111\u1ed9ng.", + "You have successfully signed into %(currentProvider)s, but your %(currentProvider)s account does not have a linked %(platformName)s account. To link your accounts, sign in now using your %(platformName)s password.": "B\u1ea1n \u0111\u00e3 \u0111\u0103ng nh\u1eadp th\u00e0nh c\u00f4ng v\u00e0o %(currentProvider)s, nh\u01b0ng t\u00e0i kho\u1ea3n c\u1ee7a b\u1ea1n %(currentProvider)s kh\u00f4ng \u0111\u01b0\u1ee3c li\u00ean k\u1ebft v\u00e0o t\u00e0i kho\u1ea3n %(platformName)s. \u0110\u1ec3 li\u00ean k\u1ebft c\u00e1c t\u00e0i kho\u1ea3n c\u1ee7a b\u1ea1n, \u0111\u0103ng nh\u1eadp ngay b\u1eb1ng %(platformName)s m\u1eadt kh\u1ea9u.", + "You have successfully updated your goal.": "B\u1ea1n \u0111\u00e3 c\u1eadp nh\u1eadt th\u00e0nh c\u00f4ng m\u1ee5c ti\u00eau c\u1ee7a m\u00ecnh.", + "You have unsaved changes are you sure you want to navigate away?": "B\u1ea1n c\u00f2n ch\u01b0a l\u01b0u m\u1ed9t v\u00e0i thay \u0111\u1ed5i, b\u1ea1n ch\u1eafc ch\u1eafn mu\u1ed1n \u0111i\u1ec1u h\u01b0\u1edbng?", + "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "B\u1ea1n ch\u01b0a l\u01b0u nh\u1eefng tr\u01b0\u1eddng \u0111\u00e3 ch\u1ec9nh s\u1eeda. N\u1ebfu b\u1ea1n ch\u1ecdn h\u00e0nh \u0111\u1ed9ng n\u00e0y, nh\u1eefng ch\u1ec9nh s\u1eeda ch\u01b0a \u0111\u01b0\u1ee3c l\u01b0u s\u1ebd b\u1ecb m\u1ea5t.", + "You have unsaved changes. Do you really want to leave this page?": "B\u1ea1n c\u00f3 nh\u1eefng thay \u0111\u1ed5i ch\u01b0a \u0111\u01b0\u1ee3c l\u01b0u. B\u1ea1n c\u00f3 th\u1ef1c s\u1ef1 mu\u1ed1n r\u1eddi kh\u1ecfi trang n\u00e0y?", + "You haven't added any assets to this course yet.": "B\u1ea1n ch\u01b0a th\u00eam b\u1ea5t c\u1ee9 t\u00e0i nguy\u00ean n\u00e0o cho kh\u00f3a h\u1ecdc n\u00e0y.", + "You haven't added any content to this course yet.": "B\u1ea1n ch\u01b0a th\u00eam b\u1ea5t c\u1ee9 t\u00e0i nguy\u00ean n\u00e0o cho kh\u00f3a h\u1ecdc n\u00e0y.", + "You haven't added any textbooks to this course yet.": "B\u1ea1n ch\u01b0a th\u00eam b\u1ea5t c\u1ee9 t\u00e0i nguy\u00ean n\u00e0o cho kh\u00f3a h\u1ecdc n\u00e0y.", + "You may access your account with this address if single-sign on or access to your primary email is not available.": "B\u1ea1n c\u00f3 th\u1ec3 truy c\u1eadp t\u00e0i kho\u1ea3n c\u1ee7a m\u00ecnh b\u1eb1ng \u0111\u1ecba ch\u1ec9 n\u00e0y n\u1ebfu \u0111\u0103ng nh\u1eadp m\u1ed9t l\u1ea7n ho\u1eb7c truy c\u1eadp v\u00e0o email ch\u00ednh c\u1ee7a b\u1ea1n kh\u00f4ng kh\u1ea3 d\u1ee5ng.", + "You may also lose access to verified certificates and other program credentials like MicroMasters certificates. If you want to make a copy of these for your records before proceeding with deletion, follow the instructions for {htmlStart}printing or downloading a certificate{htmlEnd}.": "B\u1ea1n c\u0169ng c\u00f3 th\u1ec3 m\u1ea5t quy\u1ec1n truy c\u1eadp v\u00e0o c\u00e1c ch\u1ee9ng ch\u1ec9 \u0111\u00e3 \u0111\u01b0\u1ee3c x\u00e1c minh v\u00e0 th\u00f4ng tin \u0111\u0103ng nh\u1eadp ch\u01b0\u01a1ng tr\u00ecnh kh\u00e1c nh\u01b0 ch\u1ee9ng ch\u1ec9 MicroMasters. N\u1ebfu b\u1ea1n mu\u1ed1n t\u1ea1o m\u1ed9t b\u1ea3n sao n\u00e0y cho h\u1ed3 s\u01a1 c\u1ee7a m\u00ecnh tr\u01b0\u1edbc khi ti\u1ebfn h\u00e0nh x\u00f3a, h\u00e3y l\u00e0m theo c\u00e1c h\u01b0\u1edbng d\u1eabn \u0111\u1ec3 {htmlStart}in ho\u1eb7c t\u1ea3i xu\u1ed1ng ch\u1ee9ng ch\u1ec9{htmlEnd}.", + "You must be over 13 to share a full profile. If you are over 13, make sure that you have specified a birth year on the {account_settings_page_link}": "B\u1ea1n ph\u1ea3i tr\u00ean 13 tu\u1ed5i \u0111\u1ec3 c\u00f3 th\u1ec3 chia s\u1ebb to\u00e0n b\u1ed9 th\u00f4ng tin c\u00e1 nh\u00e2n. N\u1ebfu b\u1ea1n tr\u00ean 13 tu\u1ed5i, h\u00e3y ch\u1eafc r\u1eb1ng b\u1ea1n \u0111\u00e3 nh\u1eadp \u0111\u00fang n\u0103m sinh t\u1ea1i {account_settings_page_link}", + "You must enter a valid email address in order to add a new team member": "B\u1ea1n ph\u1ea3i \u0111i\u1ec1n m\u1ed9t \u0111\u1ecba ch\u1ec9 email kh\u1ea3 d\u1ee5ng m\u1edbi c\u00f3 th\u1ec3 th\u00eam th\u00e0nh vi\u00ean m\u1edbi", + "You must select a session to access the course.": "B\u1ea1n ph\u1ea3i ch\u1ecdn m\u1ed9t phi\u00ean \u0111\u1ec3 truy c\u1eadp kh\u00f3a h\u1ecdc.", + "You must sign out and sign back in before your language changes take effect.": "B\u1ea1n c\u1ea7n \u0111\u0103ng xu\u1ea5t v\u00e0 \u0111\u0103ng nh\u1eadp l\u1ea1i \u0111\u1ec3 l\u1ef1a ch\u1ecdn ng\u00f4n ng\u1eef \u0111\u01b0\u1ee3c \u0111\u01b0a v\u00e0o hi\u1ec7u l\u1ef1c.", + "You must specify a name": "B\u1ea1n ph\u1ea3i x\u00e1c \u0111\u1ecbnh m\u1ed9t t\u00ean", + "You must specify a name for the cohort": "B\u1ea1n ph\u1ea3i \u0111\u1eb7t t\u00ean cho nh\u00f3m.", + "You must specify your birth year before you can share your full profile. To specify your birth year, go to the {account_settings_page_link}": "B\u1ea1n ph\u1ea3i nh\u1eadp v\u00e0o n\u0103m sinh tr\u01b0\u1edbc khi b\u1ea1n c\u00f3 th\u1ec3 chia s\u1ebb to\u00e0n b\u1ed9 h\u1ed3 s\u01a1 c\u1ee7a b\u1ea1n. \u0110\u1ec3 nh\u1eadp v\u00e0o n\u0103m sinh, nh\u1ea5p v\u00e0o {account_settings_page_link}", + "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "B\u1ea1n c\u1ea7n c\u00f3 b\u1eb1ng l\u00e1i xe, h\u1ed9 chi\u1ebfu, ho\u1eb7c ID ch\u00ednh ph\u1ee7 ph\u00e1t h\u00e0nh c\u00f3 t\u00ean v\u00e0 \u1ea3nh c\u1ee7a b\u1ea1n.", + "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "B\u1ea1n c\u1ea7n m\u1ed9t ID c\u00f3 t\u00ean v\u00e0 \u1ea3nh c\u1ee7a b\u1ea1n. Gi\u1ea5y ph\u00e9p, h\u1ed9 chi\u1ebfu, ho\u1eb7c ID ch\u00ednh ph\u1ee7 ph\u00e1t h\u00e0nh c\u1ee7a m\u1ed9t tr\u00ecnh \u0111i\u1ec1u khi\u1ec3n \u0111\u01b0\u1ee3c t\u1ea5t c\u1ea3 ch\u1ea5p nh\u1eadn \u0111\u01b0\u1ee3c.", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "B\u1ea1n c\u1ea7n k\u00edch ho\u1ea1t t\u00e0i kho\u1ea3n tr\u01b0\u1edbc khi ghi danh v\u00e0o kho\u00e1 h\u1ecdc. Ki\u1ec3m tra h\u1ed9p th\u01b0 \u0111\u1ebfn cho email c\u1ea7n k\u00edch ho\u1ea1t.", + "You receive messages from {platform_name} and course teams at this address.": "B\u1ea1n nh\u1eadn \u0111\u01b0\u1ee3c tin nh\u1eafn t\u1eeb {platform_name} t\u1ea1i \u0111\u1ecba ch\u1ec9 n\u00e0y.", + "You reserve all rights for your work": "B\u1ea1n d\u00e0nh t\u1ea5t c\u1ea3 c\u00e1c quy\u1ec1n cho t\u00e1c ph\u1ea9m c\u1ee7a b\u1ea1n", + "You still need to visit the %(display_name)s website to complete the credit process.": "B\u1ea1n v\u1eabn c\u1ea7n ph\u1ea3i truy c\u1eadp v\u00e0o c\u00e1c trang web %(display_name)s \u0111\u1ec3 ho\u00e0n t\u1ea5t qu\u00e1 tr\u00ecnh t\u00edn ch\u1ec9.", + "You submitted {filename}; only {allowedFiles} are allowed.": "B\u1ea1n \u0111\u00e3 g\u1eedi {filename}; ch\u1ec9 cho ph\u00e9p {allowedFiles}.", + "You waive some rights for your work, such that others can use it too": "B\u1ea1n t\u1eeb b\u1ecf m\u1ed9t s\u1ed1 quy\u1ec1n \u0111\u1ed1i v\u1edbi t\u00e1c ph\u1ea9m c\u1ee7a b\u1ea1n, nh\u01b0 v\u1eady nh\u1eefng ng\u01b0\u1eddi kh\u00e1c c\u00f3 th\u1ec3 s\u1eed d\u1ee5ng l\u1ea1i", + "You will be refunded the amount you paid.": "B\u1ea1n s\u1ebd \u0111\u01b0\u1ee3c ho\u00e0n tr\u1ea3 s\u1ed1 ti\u1ec1n \u0111\u00e3 thanh to\u00e1n.", + "You will not be refunded the amount you paid.": "B\u1ea1n s\u1ebd kh\u00f4ng \u0111\u01b0\u1ee3c ho\u00e0n tr\u1ea3 s\u1ed1 ti\u1ec1n \u0111\u00e3 thanh to\u00e1n.", + "You will not receive notification for emails that bounce, so double-check your spelling.": "B\u1ea1n s\u1ebd kh\u00f4ng nh\u1eadn \u0111\u01b0\u1ee3c th\u00f4ng b\u00e1o cho c\u00e1c email b\u1ecb tr\u1ea3 l\u1ea1i, v\u00ec v\u1eady n\u00ean ki\u1ec3m tra ch\u00ednh t\u1ea3.", + "You!": "B\u1ea1n!", + "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "B\u1ea1n s\u1eafp n\u1ed9p c\u00e2u tr\u1ea3 l\u1eddi cho b\u00e0i t\u1eadp n\u00e0y. Sau khi g\u1eedi b\u00e0i b\u1ea1n s\u1ebd kh\u00f4ng th\u1ec3 ch\u1ec9nh s\u1eeda ho\u1eb7c n\u1ed9p b\u00e0i m\u1edbi. ", + "You've made some changes": "B\u1ea1n \u0111\u00e3 th\u1ef1c hi\u1ec7n m\u1ed9t s\u1ed1 thay \u0111\u1ed5i", + "You've made some changes, but there are some errors": "B\u1ea1n \u0111\u00e3 th\u1ef1c hi\u1ec7n m\u1ed9t s\u1ed1 thay \u0111\u1ed5i, nh\u01b0ng c\u00f3 m\u1ed9t s\u1ed1 l\u1ed7i", + "You've successfully signed into %(currentProvider)s.": "B\u1ea1n \u0111\u00e3 th\u00e0nh c\u00f4ng \u0111\u00e3 k\u00fd v\u00e0o %(currentProvider)s.", + "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "Tr\u00ecnh duy\u1ec7t c\u1ee7a b\u1ea1n kh\u00f4ng h\u1ed7 tr\u1ee3 truy c\u1eadp tr\u1ef1c ti\u1ebfp v\u00e0o clipboard. Vui l\u00f2ng s\u1eed d\u1ee5ng t\u1ed5 h\u1ee3p ph\u00edm Ctrl+X/C/V \u0111\u1ec3 thay th\u1ebf.", + "Your changes have been saved.": "Thay \u0111\u1ed5i c\u1ee7a b\u1ea1n \u0111\u00e3 \u0111\u01b0\u1ee3c l\u01b0u.", + "Your changes have been saved. {details}": "Thay \u0111\u1ed5i c\u1ee7a b\u1ea1n \u0111\u00e3 \u0111\u01b0\u1ee3c l\u01b0u. {details}", + "Your changes will not take effect until you save your progress.": "Thay \u0111\u1ed5i c\u1ee7a b\u1ea1n s\u1ebd kh\u00f4ng c\u00f3 hi\u1ec7u l\u1ef1c cho \u0111\u1ebfn khi b\u1ea1n l\u01b0u l\u1ea1i ti\u1ebfn \u0111\u1ed9 c\u1ee7a m\u00ecnh.", + "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "C\u00e1c thay \u0111\u1ed5i s\u1ebd kh\u00f4ng c\u00f3 hi\u1ec7u l\u1ef1c cho \u0111\u1ebfn khi b\u1ea1n l\u01b0u ti\u1ebfn tr\u00ecnh c\u1ee7a b\u1ea1n. H\u00e3y c\u1ea9n th\u1eadn v\u1edbi key v\u00e0 \u0111\u1ecbnh d\u1ea1ng c\u1ee7a gi\u00e1 tr\u1ecb, b\u1edfi v\u00ec s\u1ef1 x\u00e1c nh\u1eadn ch\u01b0a \u0111\u01b0\u1ee3c ho\u00e0n th\u00e0nh.", + "Your course could not be exported to XML. There is not enough information to identify the failed component. Inspect your course to identify any problematic components and try again.": "Kh\u00f4ng th\u1ec3 xu\u1ea5t kho\u00e1 h\u1ecdc c\u1ee7a b\u1ea1n sang t\u1ec7p XML. Kh\u00f4ng c\u00f3 \u0111\u1ee7 th\u00f4ng tin \u0111\u1ec3 t\u00ecm ra ph\u1ea7n b\u1ecb l\u1ed7i. B\u1ea1n n\u00ean ki\u1ec3m tra l\u1ea1i kho\u00e1 h\u1ecdc c\u1ee7a b\u1ea1n \u0111\u1ec3 t\u00ecm ra ph\u1ea7n b\u1ecb l\u1ed7i v\u00e0 th\u1eed l\u1ea1i.", + "Your donation could not be submitted.": "S\u1ed1 ti\u1ec1n t\u00e0i tr\u1ee3 c\u1ee7a b\u1ea1n kh\u00f4ng g\u1eedi \u0111\u01b0\u1ee3c.", + "Your email message was successfully queued for sending. In courses with a large number of learners, email messages to learners might take up to an hour to be sent.": "Email c\u1ee7a b\u1ea1n \u0111\u00e3 \u0111\u01b0\u1ee3c x\u1ebfp h\u00e0ng \u0111\u1ee3i \u0111\u1ec3 g\u1eedi. V\u1edbi nh\u1eefng kh\u00f3a h\u1ecdc c\u00f3 nhi\u1ec1u ng\u01b0\u1eddi h\u1ecdc, th\u01b0 \u0111i\u1ec7n t\u1eed g\u1eedi cho ng\u01b0\u1eddi h\u1ecdc c\u00f3 th\u1ec3 m\u1ea5t \u0111\u1ebfn m\u1ed9t gi\u1edd \u0111\u1ec3 \u0111\u01b0\u1ee3c g\u1eedi \u0111i.", + "Your entire face fits inside the frame.": "To\u00e0n b\u1ed9 khu\u00f4n m\u1eb7t c\u1ee7a b\u1ea1n ph\u00f9 h\u1ee3p v\u1edbi b\u00ean trong khung.", + "Your export has failed.": "Xu\u1ea5t ra th\u1ea5t b\u1ea1i.", + "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "T\u1ec7p tin '{file}' c\u1ee7a b\u1ea1n \u0111\u00e3 \u0111\u01b0\u1ee3c t\u1ea3i l\u00ean. Xin ch\u1edd m\u1ed9t v\u00e0i ph\u00fat \u0111\u1ec3 x\u1eed l\u00fd.", + "Your file could not be uploaded": "Kh\u00f4ng th\u1ec3 t\u1ea3i t\u1ec7p c\u1ee7a b\u1ea1n l\u00ean", + "Your file has been deleted.": "T\u1eadp tin c\u1ee7a b\u1ea1n \u0111\u00e3 b\u1ecb x\u00f3a.", + "Your file {filename} is too large (max size: {maxSize}MB).": "T\u1ec7p {filename} qu\u00e1 l\u1edbn (k\u00edch th\u01b0\u1edbc t\u1ed1i \u0111a: {maxSize} MB).", + "Your import has failed.": "Nh\u1eadp v\u00e0o b\u1ecb th\u1ea5t b\u1ea1i.", + "Your import is in progress; navigating away will abort it.": "Vi\u1ec7c nh\u1eadp v\u00e0o \u0111ang \u0111\u01b0\u1ee3c ti\u1ebfn h\u00e0nh; n\u1ebfu chuy\u1ec3n sang trang kh\u00e1c n\u00f3 s\u1ebd b\u1ecb hu\u1ef7 b\u1ecf.", + "Your library could not be exported to XML. There is not enough information to identify the failed component. Inspect your library to identify any problematic components and try again.": "Kh\u00f4ng th\u1ec3 xu\u1ea5t th\u01b0 vi\u1ec7n c\u1ee7a b\u1ea1n sang XML. Kh\u00f4ng c\u00f3 \u0111\u1ee7 th\u00f4ng tin \u0111\u1ec3 x\u00e1c \u0111\u1ecbnh th\u00e0nh ph\u1ea7n g\u1eb7p l\u1ed7i. Ki\u1ec3m tra l\u1ea1i th\u01b0 vi\u1ec7n c\u1ee7a b\u1ea1n \u0111\u1ec3 x\u00e1c \u0111\u1ecbnh c\u00e1c th\u00e0nh ph\u1ea7n c\u00f3 v\u1ea5n \u0111\u1ec1 v\u00e0 th\u1eed l\u1ea1i.", + "Your message cannot be blank.": "Tin nh\u1eafn c\u1ee7a b\u1ea1n ph\u1ea3i c\u00f3 n\u1ed9i dung.", + "Your message must have a subject.": "Tin nh\u1eafn c\u1ee7a b\u1ea1n ph\u1ea3i c\u00f3 ti\u00eau \u0111\u1ec1.", + "Your message must have at least one target.": "Tin nh\u1eafn c\u1ee7a b\u1ea1n ph\u1ea3i c\u00f3 \u00edt nh\u1ea5t m\u1ed9t \u0111\u00edch nh\u1eadn.", + "Your policy changes have been saved.": "Thay \u0111\u1ed5i ch\u00ednh s\u00e1ch c\u1ee7a b\u1ea1n \u0111\u00e3 \u0111\u01b0\u1ee3c l\u01b0u.", + "Your post will be discarded.": "B\u00e0i vi\u1ebft s\u1ebd b\u1ecb x\u00f3a.", + "Your profile settings are managed by {enterprise_name}. Contact your administrator or {link_start}edX Support{link_end} for help.": "C\u00e0i \u0111\u1eb7t h\u1ed3 s\u01a1 c\u1ee7a b\u1ea1n \u0111\u01b0\u1ee3c qu\u1ea3n l\u00fd b\u1edfi {enterprise_name}. Li\u00ean h\u1ec7 qu\u1ea3n tr\u1ecb vi\u00ean ho\u1eb7c {link_start}h\u1ed7 tr\u1ee3 edX{link_end} \u0111\u1ec3 \u0111\u01b0\u1ee3c gi\u00fap \u0111\u1ee1.", + "Your question or idea (required)": "C\u00e2u h\u1ecfi ho\u1eb7c \u00fd t\u01b0\u1edfng c\u1ee7a b\u1ea1n (b\u1eaft bu\u1ed9c)", + "Your request could not be completed due to a server problem. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "Y\u00eau c\u1ea7u c\u1ee7a b\u1ea1n kh\u00f4ng th\u1ef1c hi\u1ec7n \u0111\u01b0\u1ee3c do l\u1ed7i h\u1ec7 th\u1ed1ng. B\u1ea1n h\u00e3y th\u1eed m\u1edf l\u1ea1i trang th\u00eam l\u1ea7n n\u1eefa, n\u1ebfu kh\u00f4ng \u0111\u01b0\u1ee3c th\u00ec h\u00e3y nh\u1ea5n H\u1ed7 tr\u1ee3 / Help \u0111\u1ec3 b\u00e1o cho ch\u00fang t\u00f4i.", + "Your request could not be completed. Reload the page and try again.": "Y\u00eau c\u1ea7u c\u1ee7a b\u1ea1n kh\u00f4ng th\u1ef1c hi\u1ec7n \u0111\u01b0\u1ee3c. Xin m\u1edf l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i l\u1ea7n n\u1eefa.", + "Your request could not be completed. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "Y\u00eau c\u1ea7u c\u1ee7a b\u1ea1n ch\u01b0a ho\u00e0n th\u00e0nh. T\u1ea3i l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i. N\u1ebfu s\u1ef1 c\u1ed1 v\u1eabn ti\u1ebfp di\u1ec5n, h\u00e3y nh\u1ea5p v\u00e0o tab H\u1ed7 tr\u1ee3 \u0111\u1ec3 b\u00e1o c\u00e1o s\u1ef1 c\u1ed1.", + "Your request could not be processed. Refresh the page and try again.": "Kh\u00f4ng th\u1ec3 x\u1eed l\u00fd y\u00eau c\u1ea7u c\u1ee7a b\u1ea1n. T\u1ea3i l\u1ea1i trang v\u00e0 th\u1eed l\u1ea1i.", + "Your team could not be created.": "\u0110\u1ed9i c\u1ee7a b\u1ea1n kh\u00f4ng th\u1ec3 \u0111\u01b0\u1ee3c t\u1ea1o ra.", + "Your team could not be updated.": "Nh\u00f3m c\u1ee7a b\u1ea1n c\u00f3 th\u1ec3 kh\u00f4ng \u0111\u01b0\u1ee3c c\u1eadp nh\u1eadt.", + "Your unenrollment request could not be processed. Please try again later.": "Y\u00eau c\u1ea7u h\u1ee7y \u0111\u0103ng k\u00fd c\u1ee7a b\u1ea1n kh\u00f4ng th\u1ec3 \u0111\u01b0\u1ee3c x\u1eed l\u00fd. Vui l\u00f2ng th\u1eed l\u1ea1i sau.", + "Your upload of '{file}' failed.": "vi\u1ec7c t\u1ea3i \u0111\u01b0\u1ee3c t\u1ec7p tin '{file}' th\u1ea5t b\u1ea1i", + "Your upload of '{file}' succeeded.": "T\u1ec7p tin '{file}' \u0111\u00e3 \u0111\u01b0\u1ee3c t\u1ea3i l\u00ean th\u00e0nh c\u00f4ng.", + "Your video uploads are not complete.": "Ch\u01b0a ho\u00e0n th\u00e0nh t\u1ea3i l\u00ean video", + "Yourself": "T\u1ef1 b\u1ea1n", + "Zoom In": "Thu nh\u1ecf l\u1ea1i", + "Zoom Out": "ph\u00f3ng to ra", + "[no tags]": "[kh\u00f4ng tags]", + "a day": "m\u1ed9t ng\u00e0y", "about %d hour": [ "kho\u1ea3ng %d gi\u1edd" - ], - "about a minute": "kho\u1ea3ng m\u1ed9t ph\u00fat", - "about a month": "kho\u1ea3ng m\u1ed9t th\u00e1ng", - "about a year": "kho\u1ea3ng m\u1ed9t n\u0103m", - "about an hour": "kho\u1ea3ng m\u1ed9t gi\u1edd", - "and others": "v\u00e0 c\u00e1c th\u00e0nh vi\u00ean kh\u00e1c", - "anonymous": "\u1ea9n danh", - "answer": "tr\u1ea3 l\u1eddi", - "asset_path is required": "asset_path l\u00e0 b\u1eaft bu\u1ed9c", - "bytes": "bytes", - "certificate": "ch\u1ee9ng ch\u1ec9", - "close": "\u0110\u00f3ng l\u1ea1i", - "component": "th\u00e0nh ph\u1ea7n", - "content group": "nh\u00f3m n\u1ed9i dung", - "correct": "\u0111\u00fang", - "delete chapter": "xo\u00e1 ch\u01b0\u01a1ng", - "delete group": "Xo\u00e1 nh\u00f3m", - "details about the failure": "chi ti\u1ebft v\u1ec1 l\u1ed7i", - "dragging": "\u0111ang k\u00e9o", - "dragging out of slider": "\u0111ang k\u00e9o kh\u1ecfi thanh tr\u01b0\u1ee3t", - "dropped in slider": "\u0111\u01b0\u1ee3c th\u1ea3 v\u00e0o thanh tr\u01b0\u1ee3t", - "dropped on target": "\u0111\u01b0\u1ee3c th\u1ea3 l\u00ean \u0111\u1ed1i t\u01b0\u1ee3ng", - "e.g. 'Sky with clouds'. The description is helpful for users who cannot see the image.": "v\u00ed d\u1ee5. 'B\u1ea7u tr\u1eddi v\u1edbi nh\u1eefng \u0111\u00e1m m\u00e2y'. M\u00f4 t\u1ea3 r\u1ea5t h\u1eefu \u00edch cho ng\u01b0\u1eddi d\u00f9ng kh\u00f4ng nh\u00ecn th\u1ea5y h\u00ecnh \u1ea3nh.", - "e.g. 'google'": "v\u00ed d\u1ee5 'google'", - "e.g. 'http://google.com'": "v\u00ed d\u1ee5 'http://google.com'", - "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "v\u00ed d\u1ee5: johndoe@example.com, JaneDoe, joeydoe@example.com", - "emphasized text": "nh\u1ea5n m\u1ea1nh ch\u1eef", - "enter code here": "nh\u1eadp code \u1edf \u0111\u00e2y", - "enter link description here": "nh\u1eadp m\u00f4 t\u1ea3 cho li\u00ean k\u1ebft \u1edf \u0111\u00e2y", - "group configuration": "c\u1ea5u h\u00ecnh nh\u00f3m", - "image omitted": "b\u1ecf qua h\u00ecnh \u1ea3nh", - "incorrect": "sai", - "last activity": "ho\u1ea1t \u0111\u1ed9ng g\u1ea7n nh\u1ea5t", - "less than a minute": "ch\u01b0a \u0111\u1ebfn m\u1ed9t ph\u00fat", - "minute": "ph\u00fat", - "minutes": "ph\u00fat", - "name": "t\u00ean", - "off": "t\u1eaft", - "on": "b\u1eadt", - "open slots": "v\u1ecb tr\u00ed c\u00f2n tr\u1ed1ng", - "or": "ho\u1eb7c", - "path/to/introductionToCookieBaking-CH{order}.pdf": "path/to/introductionToCookieBaking-CH{order}.pdf", - "price": "gi\u00e1 ti\u1ec1n", - "provide the title/name of the chapter that will be used in navigating": "cung c\u1ea5p ti\u00eau \u0111\u1ec1/t\u00ean c\u1ee7a c\u00e1c ph\u1ea7n s\u1ebd s\u1eed d\u1ee5ng trong \u0111i\u1ec1u h\u01b0\u1edbng", - "provide the title/name of the text book as you would like your students to see it": "cung c\u1ea5p ti\u00eau \u0111\u1ec1/t\u00ean c\u1ee7a gi\u00e1o tr\u00ecnh m\u00e0 b\u1ea1n mu\u1ed1n h\u1ecdc vi\u00ean xem n\u00f3", - "remove": "b\u1ecf", - "remove all": "xo\u00e1 b\u1ecf t\u1ea5t c\u1ea3", - "second": "gi\u00e2y", - "seconds": "gi\u00e2y", - "section": "ph\u1ea7n", - "send an email message to {email}": "g\u1eedi m\u1ed9t email \u0111\u1ebfn {email}", - "strong text": "d\u00f2ng v\u0103n m\u1ea1nh", - "subsection": "ph\u1ea7n con", - "team count": "s\u1ed1 l\u01b0\u1ee3ng nh\u00f3m", - "text_word_{uniqueId}": "text_word_{uniqueId}", - "text_word_{uniqueId} title_word_{uniqueId}": "text_word_{uniqueId} title_word_{uniqueId}", + ], + "about a minute": "kho\u1ea3ng m\u1ed9t ph\u00fat", + "about a month": "kho\u1ea3ng m\u1ed9t th\u00e1ng", + "about a year": "kho\u1ea3ng m\u1ed9t n\u0103m", + "about an hour": "kho\u1ea3ng m\u1ed9t gi\u1edd", + "and others": "v\u00e0 c\u00e1c th\u00e0nh vi\u00ean kh\u00e1c", + "anonymous": "\u1ea9n danh", + "answer": "tr\u1ea3 l\u1eddi", + "asset_path is required": "asset_path l\u00e0 b\u1eaft bu\u1ed9c", + "bytes": "bytes", + "certificate": "ch\u1ee9ng ch\u1ec9", + "close": "\u0110\u00f3ng l\u1ea1i", + "component": "th\u00e0nh ph\u1ea7n", + "content group": "nh\u00f3m n\u1ed9i dung", + "correct": "\u0111\u00fang", + "delete chapter": "xo\u00e1 ch\u01b0\u01a1ng", + "delete group": "Xo\u00e1 nh\u00f3m", + "details about the failure": "chi ti\u1ebft v\u1ec1 l\u1ed7i", + "dragging": "\u0111ang k\u00e9o", + "dragging out of slider": "\u0111ang k\u00e9o kh\u1ecfi thanh tr\u01b0\u1ee3t", + "dropped in slider": "\u0111\u01b0\u1ee3c th\u1ea3 v\u00e0o thanh tr\u01b0\u1ee3t", + "dropped on target": "\u0111\u01b0\u1ee3c th\u1ea3 l\u00ean \u0111\u1ed1i t\u01b0\u1ee3ng", + "e.g. 'Sky with clouds'. The description is helpful for users who cannot see the image.": "v\u00ed d\u1ee5. 'B\u1ea7u tr\u1eddi v\u1edbi nh\u1eefng \u0111\u00e1m m\u00e2y'. M\u00f4 t\u1ea3 r\u1ea5t h\u1eefu \u00edch cho ng\u01b0\u1eddi d\u00f9ng kh\u00f4ng nh\u00ecn th\u1ea5y h\u00ecnh \u1ea3nh.", + "e.g. 'google'": "v\u00ed d\u1ee5 'google'", + "e.g. 'http://google.com'": "v\u00ed d\u1ee5 'http://google.com'", + "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "v\u00ed d\u1ee5: johndoe@example.com, JaneDoe, joeydoe@example.com", + "emphasized text": "nh\u1ea5n m\u1ea1nh ch\u1eef", + "enter code here": "nh\u1eadp code \u1edf \u0111\u00e2y", + "enter link description here": "nh\u1eadp m\u00f4 t\u1ea3 cho li\u00ean k\u1ebft \u1edf \u0111\u00e2y", + "group configuration": "c\u1ea5u h\u00ecnh nh\u00f3m", + "image omitted": "b\u1ecf qua h\u00ecnh \u1ea3nh", + "incorrect": "sai", + "last activity": "ho\u1ea1t \u0111\u1ed9ng g\u1ea7n nh\u1ea5t", + "less than a minute": "ch\u01b0a \u0111\u1ebfn m\u1ed9t ph\u00fat", + "minute": "ph\u00fat", + "minutes": "ph\u00fat", + "name": "t\u00ean", + "off": "t\u1eaft", + "on": "b\u1eadt", + "open slots": "v\u1ecb tr\u00ed c\u00f2n tr\u1ed1ng", + "or": "ho\u1eb7c", + "path/to/introductionToCookieBaking-CH{order}.pdf": "path/to/introductionToCookieBaking-CH{order}.pdf", + "price": "gi\u00e1 ti\u1ec1n", + "provide the title/name of the chapter that will be used in navigating": "cung c\u1ea5p ti\u00eau \u0111\u1ec1/t\u00ean c\u1ee7a c\u00e1c ph\u1ea7n s\u1ebd s\u1eed d\u1ee5ng trong \u0111i\u1ec1u h\u01b0\u1edbng", + "provide the title/name of the text book as you would like your students to see it": "cung c\u1ea5p ti\u00eau \u0111\u1ec1/t\u00ean c\u1ee7a gi\u00e1o tr\u00ecnh m\u00e0 b\u1ea1n mu\u1ed1n h\u1ecdc vi\u00ean xem n\u00f3", + "remove": "b\u1ecf", + "remove all": "xo\u00e1 b\u1ecf t\u1ea5t c\u1ea3", + "second": "gi\u00e2y", + "seconds": "gi\u00e2y", + "section": "ph\u1ea7n", + "send an email message to {email}": "g\u1eedi m\u1ed9t email \u0111\u1ebfn {email}", + "strong text": "d\u00f2ng v\u0103n m\u1ea1nh", + "subsection": "ph\u1ea7n con", + "team count": "s\u1ed1 l\u01b0\u1ee3ng nh\u00f3m", + "text_word_{uniqueId}": "text_word_{uniqueId}", + "text_word_{uniqueId} title_word_{uniqueId}": "text_word_{uniqueId} title_word_{uniqueId}", "there is currently {numVotes} vote": [ "hi\u1ec7n t\u1ea1i c\u00f3 {numVotes} phi\u1ebfu b\u1ea7u" - ], - "title_word_{uniqueId}": "title_word_{uniqueId}", - "unit": "\u0111\u01a1n v\u1ecb", - "unsubmitted": "ch\u01b0a g\u1eedi", - "upload a PDF file or provide the path to a Studio asset file": "t\u1ea3i l\u00ean m\u1ed9t t\u1eadp tin PDF ho\u1eb7c cung c\u1ea5p \u0111\u01b0\u1eddng d\u1eabn \u0111\u1ebfn n\u01a1i l\u01b0u tr\u1eef t\u1eadp tin Studio", - "username or email": "T\u00ean ng\u01b0\u1eddi d\u00f9ng ho\u1eb7c email", - "with %(release_date_from)s": "v\u1edbi %(release_date_from)s", - "with %(section_or_subsection)s": "v\u1edbi %(section_or_subsection)s", - "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", - "{ReqTextSpanStart}Requirements{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{ReqTextSpanStart}Nh\u1eefng y\u00eau c\u1ea7u{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", - "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start}Xem c\u00e1c nh\u00f3m trong c\u00e1c ch\u1ee7 \u0111\u1ec1 kh\u00e1c{span_end} ho\u1eb7c {search_span_start}t\u00ecm ki\u1ebfm nh\u00f3m{span_end} trong ch\u1ee7 \u0111\u1ec1 n\u00e0y. {create_span_start}T\u1ea1o m\u1ed9t nh\u00f3m m\u1edbi{span_end} n\u1ebfu b\u1ea1n v\u1eabn kh\u00f4ng t\u00ecm \u0111\u01b0\u1ee3c nh\u00f3m n\u00e0o.", - "{categoryText} in {parentDisplayname}": "{categoryText} trong {parentDisplayname}", - "{display_name} Settings": "{display_name} Thi\u1ebft l\u1eadp", - "{email}": "{email}", - "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} \u0111\u00e3 c\u00f3 tr\u00ean nh\u00f3m {container}. Ki\u1ec3m tra l\u1ea1i \u0111\u1ecba ch\u1ec9 email n\u1ebfu b\u1ea1n mu\u1ed1n th\u00eam m\u1ed9t th\u00e0nh vi\u00ean m\u1edbi.", - "{filename} exceeds maximum size of {maxFileSizeInGB} GB.": "{filename} v\u01b0\u1ee3t qu\u00e1 k\u00edch th\u01b0\u1edbc t\u1ed1i \u0111a {maxFileSizeInGB} GB.", - "{filename} is not in a supported file format. Supported file formats are {supportedFileFormats}.": "{filename} kh\u00f4ng ph\u1ea3i \u0111\u1ecbnh d\u1ea1ng t\u1ec7p \u0111\u01b0\u1ee3c h\u1ed7 tr\u1ee3. Nh\u1eefng \u0111\u1ecbnh d\u1ea1ng t\u1ec7p \u0111\u01b0\u1ee3c h\u1ed7 tr\u1ee3 l\u00e0 {supportedFileFormats}.", - "{hours}:{minutes} (current UTC time)": "{hours}:{minutes} (th\u1eddi gian UTC hi\u1ec7n t\u1ea1i)", - "{htmlStart}Want to change your email, name, or password instead?{htmlEnd}": "{htmlStart}Thay v\u00e0o \u0111\u00f3, b\u1ea1n mu\u1ed1n thay \u0111\u1ed5i email, t\u00ean ho\u1eb7c m\u1eadt kh\u1ea9u c\u1ee7a b\u1ea1n?{htmlEnd}", - "{label}: {status}": "{label}: {status}", - "{maxWidth}x{maxHeight} pixels": "{maxWidth}x{maxHeight} pixels", - "{minutes} {unit}": "{minutes} {unit}", + ], + "title_word_{uniqueId}": "title_word_{uniqueId}", + "unit": "\u0111\u01a1n v\u1ecb", + "unsubmitted": "ch\u01b0a g\u1eedi", + "upload a PDF file or provide the path to a Studio asset file": "t\u1ea3i l\u00ean m\u1ed9t t\u1eadp tin PDF ho\u1eb7c cung c\u1ea5p \u0111\u01b0\u1eddng d\u1eabn \u0111\u1ebfn n\u01a1i l\u01b0u tr\u1eef t\u1eadp tin Studio", + "username or email": "T\u00ean ng\u01b0\u1eddi d\u00f9ng ho\u1eb7c email", + "with %(release_date_from)s": "v\u1edbi %(release_date_from)s", + "with %(section_or_subsection)s": "v\u1edbi %(section_or_subsection)s", + "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", + "{ReqTextSpanStart}Requirements{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{ReqTextSpanStart}Nh\u1eefng y\u00eau c\u1ea7u{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", + "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start}Xem c\u00e1c nh\u00f3m trong c\u00e1c ch\u1ee7 \u0111\u1ec1 kh\u00e1c{span_end} ho\u1eb7c {search_span_start}t\u00ecm ki\u1ebfm nh\u00f3m{span_end} trong ch\u1ee7 \u0111\u1ec1 n\u00e0y. {create_span_start}T\u1ea1o m\u1ed9t nh\u00f3m m\u1edbi{span_end} n\u1ebfu b\u1ea1n v\u1eabn kh\u00f4ng t\u00ecm \u0111\u01b0\u1ee3c nh\u00f3m n\u00e0o.", + "{categoryText} in {parentDisplayname}": "{categoryText} trong {parentDisplayname}", + "{display_name} Settings": "{display_name} Thi\u1ebft l\u1eadp", + "{email}": "{email}", + "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email} \u0111\u00e3 c\u00f3 tr\u00ean nh\u00f3m {container}. Ki\u1ec3m tra l\u1ea1i \u0111\u1ecba ch\u1ec9 email n\u1ebfu b\u1ea1n mu\u1ed1n th\u00eam m\u1ed9t th\u00e0nh vi\u00ean m\u1edbi.", + "{filename} exceeds maximum size of {maxFileSizeInGB} GB.": "{filename} v\u01b0\u1ee3t qu\u00e1 k\u00edch th\u01b0\u1edbc t\u1ed1i \u0111a {maxFileSizeInGB} GB.", + "{filename} is not in a supported file format. Supported file formats are {supportedFileFormats}.": "{filename} kh\u00f4ng ph\u1ea3i \u0111\u1ecbnh d\u1ea1ng t\u1ec7p \u0111\u01b0\u1ee3c h\u1ed7 tr\u1ee3. Nh\u1eefng \u0111\u1ecbnh d\u1ea1ng t\u1ec7p \u0111\u01b0\u1ee3c h\u1ed7 tr\u1ee3 l\u00e0 {supportedFileFormats}.", + "{hours}:{minutes} (current UTC time)": "{hours}:{minutes} (th\u1eddi gian UTC hi\u1ec7n t\u1ea1i)", + "{htmlStart}Want to change your email, name, or password instead?{htmlEnd}": "{htmlStart}Thay v\u00e0o \u0111\u00f3, b\u1ea1n mu\u1ed1n thay \u0111\u1ed5i email, t\u00ean ho\u1eb7c m\u1eadt kh\u1ea9u c\u1ee7a b\u1ea1n?{htmlEnd}", + "{label}: {status}": "{label}: {status}", + "{maxWidth}x{maxHeight} pixels": "{maxWidth}x{maxHeight} pixels", + "{minutes} {unit}": "{minutes} {unit}", "{numMoved} learner was moved from {prevCohort}": [ "{numMoved} h\u1ecdc vi\u00ean \u0111\u00e3 \u0111\u01b0\u1ee3c chuy\u1ec3n t\u1eeb {prevCohort}" - ], + ], "{numPreassigned} learner was pre-assigned for this cohort. This learner will automatically be added to the cohort when they enroll in the course.": [ "{numPreassigned} nh\u1eefng h\u1ecdc vi\u00ean \u0111\u00e3 \u0111\u01b0\u1ee3c g\u00e1n tr\u01b0\u1edbc cho nh\u00f3m n\u00e0y. Nh\u1eefng h\u1ecdc vi\u00ean n\u00e0y s\u1ebd t\u1ef1 \u0111\u1ed9ng \u0111\u01b0\u1ee3c th\u00eam v\u00e0o nh\u00f3m khi h\u1ecd \u0111\u0103ng k\u00fd h\u1ecdc." - ], + ], "{numPresent} learner was already in the cohort": [ "{numPresent} h\u1ecdc vi\u00ean \u0111\u00e3 \u1edf trong nh\u00f3m" - ], + ], "{numResponses} other response": [ "{numResponses} ph\u1ea3n h\u1ed3i kh\u00e1c" - ], + ], "{numResponses} response": [ "{numResponses} ph\u1ea3n h\u1ed3i" - ], + ], "{numUsersAdded} learner has been added to this cohort. ": [ "{numUsersAdded} h\u1ecdc vi\u00ean \u0111\u00e3 \u0111\u01b0\u1ee3c th\u00eam v\u00e0o nh\u00f3m n\u00e0y. " - ], + ], "{numVotes} Vote": [ "{numVotes} Phi\u1ebfu b\u1ea7u" - ], - "{seconds} {unit}": "{seconds} {unit}", - "{start_strong}{total}{end_strong} words submitted in total.": "t\u1ed5ng c\u1ed9ng {start_strong}{total}{end_strong} t\u1eeb \u0111\u00e3 g\u1eedi.", - "{strongStart}Warning: Account deletion is permanent.{strongEnd} Please read the above carefully before proceeding. This is an irreversible action, and {strongStart}you will no longer be able to use the same email on edX.{strongEnd}": "{strongStart}C\u1ea3nh B\u00e1o: T\u00e0i kho\u1ea3n s\u1ebd b\u1ecb x\u00f3a v\u0129nh vi\u1ec5n{strongEnd} Vui l\u00f2ng \u0111\u1ecdc k\u1ef9 nh\u1eefng \u0111i\u1ec1u tr\u00ean tr\u01b0\u1edbc khi ti\u1ebfp t\u1ee5c. \u0110\u00e2y l\u00e0 m\u1ed9t h\u00e0nh \u0111\u1ed9ng kh\u00f4ng th\u1ec3 \u0111\u1ea3o ng\u01b0\u1ee3c v\u00e0 {strongStart}b\u1ea1n s\u1ebd kh\u00f4ng th\u1ec3 s\u1eed d\u1ee5ng email n\u00e0y tr\u00ean edX n\u1eefa.{strongEnd}", - "{totalItems} total": "t\u1ed5ng s\u1ed1 {totalItems}", + ], + "{seconds} {unit}": "{seconds} {unit}", + "{start_strong}{total}{end_strong} words submitted in total.": "t\u1ed5ng c\u1ed9ng {start_strong}{total}{end_strong} t\u1eeb \u0111\u00e3 g\u1eedi.", + "{totalItems} total": "t\u1ed5ng s\u1ed1 {totalItems}", "{total_results} result": [ "{total_results} k\u1ebft qu\u1ea3" - ], - "{type} Progress": "{type} Ti\u1ebfn \u0111\u1ed9", + ], + "{type} Progress": "{type} Ti\u1ebfn \u0111\u1ed9", "\u2026": "..." }; for (var key in newcatalog) { @@ -1932,48 +1892,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "H:i \\N\\g\u00e0\\y d \\t\\h\u00e1\\n\\g n \\n\u0103\\m Y", + "DATETIME_FORMAT": "H:i \\N\\g\u00e0\\y d \\t\\h\u00e1\\n\\g n \\n\u0103\\m Y", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "\\N\\g\u00e0\\y d \\t\\h\u00e1\\n\\g n \\n\u0103\\m Y", + ], + "DATE_FORMAT": "\\N\\g\u00e0\\y d \\t\\h\u00e1\\n\\g n \\n\u0103\\m Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ",", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "j F", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "H:i d-m-Y", - "SHORT_DATE_FORMAT": "d-m-Y", - "THOUSAND_SEPARATOR": ".", - "TIME_FORMAT": "H:i", + ], + "DECIMAL_SEPARATOR": ",", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "j F", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "H:i d-m-Y", + "SHORT_DATE_FORMAT": "d-m-Y", + "THOUSAND_SEPARATOR": ".", + "TIME_FORMAT": "H:i", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/zh-cn/djangojs.js b/cms/static/js/i18n/zh-cn/djangojs.js index 94995c5704..9a34941865 100644 --- a/cms/static/js/i18n/zh-cn/djangojs.js +++ b/cms/static/js/i18n/zh-cn/djangojs.js @@ -20,2342 +20,2292 @@ django.catalog = django.catalog || {}; var newcatalog = { - "\n\nThis email is to let you know that the status of your proctoring session review for %(exam_name)s in\n%(course_name)s is %(status)s. If you have any questions about proctoring,\ncontact %(platform)s support at %(contact_email)s.\n\n": "\n\n\u6b64\u5c01\u90ae\u4ef6\u63d0\u793a\u60a8\u5728\u76d1\u8003\u6a21\u5f0f\u4e0b\u6240\u8fdb\u884c\u7684\u8bfe\u7a0b%(course_name)s\u7684%(exam_name)s\u8003\u8bd5\u5ba1\u6838\u72b6\u6001\u4e3a%(status)s\u3002\u5982\u679c\u60a8\u5bf9\u76d1\u8003\u6a21\u5f0f\u6709\u4efb\u4f55\u7591\u95ee\uff0c\u8bf7\u8054\u7cfb%(platform)s\u652f\u6301\u56e2\u961f%(contact_email)s \u3002\n", - "\n Make sure you are on a computer with a webcam, and that you have valid photo identification\n such as a driver's license or passport, before you continue.\n ": "\n \u8bf7\u786e\u4fdd\u60a8\u7684\u7535\u8111\u5e26\u6709\u7f51\u7edc\u6444\u50cf\u5934\uff0c\u5e76\u6709\u6709\u6548\u7684\u5e26\u7167\u7247\u8eab\u4efd\u8bc1\u660e\uff0c\n \u4f8b\u5982\u9a7e\u9a76\u8bc1\u6216\u62a4\u7167\u3002\n ", - "\n Your verification attempt failed. Please read our guidelines to make\n sure you understand the requirements for successfully completing verification,\n then try again.\n ": "\n \u60a8\u7684\u8eab\u4efd\u8ba4\u8bc1\u5931\u8d25\u4e86\uff0c\u8bf7\u5148\u4ed4\u7ec6\u9605\u8bfb\u8bf4\u660e\uff0c\u786e\u4fdd\u60a8\u7406\u89e3\u6210\u529f\u5b8c\u6210\u8ba4\u8bc1\u7684\u8981\u6c42\uff0c\u7136\u540e\u91cd\u65b0\u8ba4\u8bc1\u3002\n ", - "\n Your verification has expired. You must successfully complete a new identity verification\n before you can start the proctored exam.\n ": "\n \u60a8\u7684\u8eab\u4efd\u8ba4\u8bc1\u5df2\u8fc7\u671f\uff0c\u60a8\u5fc5\u987b\u91cd\u65b0\u6210\u529f\u5b8c\u6210\u8ba4\u8bc1\uff0c\n \u7136\u540e\u624d\u80fd\u8fdb\u884c\u76d1\u8003\u8003\u8bd5\u3002\n ", - "\n Your verification is pending. Results should be available 2-3 days after you\n submit your verification.\n ": "\n \u60a8\u7684\u8eab\u4efd\u8ba4\u8bc1\u6b63\u5728\u8fdb\u884c\u4e2d\uff0c\u63d0\u4ea4\u8ba4\u8bc1\u540e\u76842-3\u5929\u5185\u53ef\u67e5\u770b\u7ed3\u679c\u3002\n ", - "\n Complete your verification before starting the proctored exam.\n ": "\n \u5f00\u59cb\u76d1\u8003\u8003\u8bd5\u524d\uff0c\u8bf7\u5148\u5b8c\u6210\u8eab\u4efd\u8ba4\u8bc1\u3002\n ", - "\n You must successfully complete identity verification before you can start the proctored exam.\n ": "\n \u5728\u5f00\u59cb\u8fdb\u884c\u76d1\u8003\u8003\u8bd5\u524d\uff0c\u60a8\u5fc5\u987b\u5148\u5b8c\u6210\u8eab\u4efd\u8ba4\u8bc1\u3002\n ", - "\n 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 ": "\n \u5982\u679c\u8003\u8bd5\u672a\u7ed3\u675f\uff0c\u8bf7\u52ff\u5173\u95ed\u6b64\u7a97\u53e3\u3002\u4e00\u65e6\u5173\u95ed\uff0c\u90a3\u4e48\u60a8\u7684\u76d1\u8003\u6a21\u5f0f\u5c06\u7ed3\u675f\uff0c\u5e76\u4e14\u65e0\u6cd5\u6210\u529f\u5b8c\u6210\u76d1\u8003\u8003\u8bd5\u3002\n ", - "\n Return to the %(platform_name)s course window to start your exam. When you have finished your exam and\n have marked it as complete, you can close this window to end the proctoring session\n and upload your proctoring session data for review.\n ": "\n \u8fd4\u56de %(platform_name)s \u8bfe\u7a0b\u7a97\u53e3\u6765\u5f00\u59cb\u8003\u8bd5\u3002\u5f53\u60a8\u5b8c\u6210\u8003\u8bd5\u5e76\u4e14\n \u5c06\u5176\u6807\u8bb0\u4e3a\u5df2\u5b8c\u6210\u540e\uff0c\u5219\u53ef\u4ee5\u5173\u95ed\u6b64\u7a97\u53e3\u6765\u7ed3\u675f\u76d1\u8003\u8003\u8bd5\n \u5e76\u4e0a\u4f20\u60a8\u7684\u76d1\u8003\u6570\u636e\u4ee5\u5ba1\u6838\u3002\n ", - "\n 3. When you have finished setting up proctoring, start the exam.\n ": "\n 3. \u5f53\u60a8\u5b8c\u6210\u76d1\u8003\u6a21\u5f0f\u7684\u8bbe\u7f6e\u540e\uff0c\u8bf7\u5f00\u59cb\u8003\u8bd5\u3002\n ", - "\n Start my exam\n ": "\n\u5f00\u59cb\u8003\u8bd5", - "\n • When you start your exam you will have %(total_time)s to complete it.
\n • You cannot stop the timer once you start.
\n • If time expires before you finish your exam, your completed answers will be\n submitted for review.
\n ": "\n •\uff1b\u8003\u8bd5\u65f6\u95f4\u4e3a%(total_time)s \u3002
\n •\uff1b\u8ba1\u65f6\u5668\u4e00\u65e6\u5f00\u59cb\uff0c\u5219\u65e0\u6cd5\u505c\u6b62\u3002
\n •\uff1b\u5982\u679c\u5df2\u8d85\u8fc7\u8003\u8bd5\u65f6\u95f4\uff0c\u800c\u60a8\u5c1a\u672a\u5b8c\u6210\u8003\u8bd5\uff0c\u90a3\u4e48\u5df2\u5b8c\u6210\u7684\u7b54\u6848\u4f1a\u88ab\u63d0\u4ea4\u81f3\u5ba1\u6838\u3002
\n ", - "\n 1. Copy this unique exam code. You will be prompted to paste this code later before you start the exam.\n ": "\n 1. \u590d\u5236\u6b64\u552f\u4e00\u7684\u8003\u8bd5\u7801\uff0c\u7a0d\u540e\u5f00\u59cb\u8003\u8bd5\u524d\u7cfb\u7edf\u4f1a\u63d0\u793a\u60a8\u7c98\u8d34\u6b64\u8003\u8bd5\u7801\u3002\n ", - "\n 2. Follow the link below to set up proctoring.\n ": "\n 2. \u70b9\u51fb\u4ee5\u4e0b\u94fe\u63a5\u6765\u8bbe\u7f6e\u76d1\u8003\u3002\n ", - "\n A new window will open. You will run a system check before downloading the proctoring application.\n ": "\n \u5c06\u6253\u5f00\u4e00\u4e2a\u65b0\u7a97\u53e3\uff0c\u5728\u4e0b\u8f7d\u76d1\u8003\u8f6f\u4ef6\u524d\uff0c\u7535\u8111\u4f1a\u8fdb\u884c\u4e00\u6b21\u7cfb\u7edf\u68c0\u67e5\u3002\n ", - "\n About Proctored Exams\n ": "\n \u5173\u4e8e\u76d1\u8003\u8003\u8bd5\n ", - "\n After the due date has passed, you can review the exam, but you cannot change your answers.\n ": "\n \u5728\u622a\u6b62\u65e5\u671f\u8fc7\u540e\uff0c\u60a8\u53ef\u4ee5\u67e5\u770b\u8003\u8bd5\u5185\u5bb9\uff0c\u4f46\u65e0\u6cd5\u66f4\u6539\u7b54\u6848\u3002\n ", - "\n Are you sure you want to take this exam without proctoring?\n ": "\n \u60a8\u786e\u5b9a\u5173\u95ed\u76d1\u8003\u6a21\u5f0f\uff1f\n ", - "\n Due to unsatisfied prerequisites, you can only take this exam without proctoring.\n ": "\n \u60a8\u4e0d\u6ee1\u8db3\u5148\u4fee\u6761\u4ef6\uff0c\u65e0\u6cd5\u5f00\u542f\u76d1\u8003\u6a21\u5f0f\u3002\n ", - "\n I am not interested in academic credit.\n ": "\n \u6211\u5bf9\u5b66\u5206\u4e0d\u611f\u5174\u8da3\u3002\n ", - "\n I am ready to start this timed exam.\n ": "\n \u6211\u5df2\u51c6\u5907\u597d\u5f00\u59cb\u6b64\u9650\u65f6\u8003\u8bd5\u3002\n ", - "\n If you take this exam without proctoring, you will no longer be eligible for academic credit. \n ": "\n \u5982\u679c\u60a8\u5173\u95ed\u76d1\u8003\u6a21\u5f0f\uff0c\u90a3\u4e48\u5c06 \u65e0\u6cd5\u83b7\u5f97\u5b66\u5206\u3002 \n ", - "\n No, I want to continue working.\n ": "\n \u7ee7\u7eed\u8003\u8bd5\n ", - "\n No, I'd like to continue working\n ": "\n \u4e0d\uff0c\u7ee7\u7eed\u8003\u8bd5\n ", - "\n Select the exam code, then copy it using Command+C (Mac) or Control+C (Windows).\n ": "\n \u9009\u62e9\u8003\u8bd5\u7801\uff0c\u7136\u540e Command + C (Mac) \u6216 Control + C (Windows) \u8fdb\u884c\u590d\u5236\u3002\n ", - "\n The time allotted for this exam has expired. Your exam has been submitted and any work you completed will be graded.\n ": "\n \u6b64\u95e8\u8003\u8bd5\u7684\u65f6\u95f4\u5df2\u7ed3\u675f\uff0c\u5df2\u63d0\u4ea4\u60a8\u7684\u8003\u8bd5\uff0c\u6240\u6709\u5df2\u5b8c\u6210\u7684\u90e8\u5206\u90fd\u5c06\u88ab\u8bc4\u5206\u3002\n ", - "\n You have submitted your timed exam.\n ": "\n \u60a8\u5df2\u63d0\u4ea4\u9650\u65f6\u8003\u8bd5\u3002\n ", - "\n You will be asked to verify your identity as part of the proctoring exam set up.\n Make sure you are on a computer with a webcam, and that you have valid photo identification\n such as a driver's license or passport, before you continue.\n ": "\n \u76d1\u8003\u8003\u8bd5\u7684\u8bbe\u7f6e\u8981\u6c42\u9700\u8981\u60a8\u8ba4\u8bc1\u8eab\u4efd\u3002\n \u8bf7\u786e\u4fdd\u60a8\u7684\u7535\u8111\u6709\u7f51\u7edc\u6444\u50cf\u5934\uff0c\u5e76\u6709\u6709\u6548\u7684\u5e26\u7167\u7247\u7684\u8eab\u4efd\u8bc1\u660e\uff0c\n \u4f8b\u5982\u9a7e\u9a76\u8bc1\u6216\u62a4\u7167\u3002\n ", - "\n You will be guided through steps to set up online proctoring software and to perform various checks.\n ": "\n \u5c06\u6709\u8bf4\u660e\u544a\u77e5\u60a8\u5982\u4f55\u8fdb\u884c\u76d1\u8003\u8f6f\u4ef6\u7684\u8bbe\u7f6e\u6b65\u9aa4\u548c\u5404\u79cd\u68c0\u67e5\u3002 \n ", - "\n You will be guided through steps to set up online proctoring software and to perform various checks.
\n ": "\n \u5c06\u6709\u8bf4\u660e\u544a\u77e5\u60a8\u5982\u4f55\u8fdb\u884c\u76d1\u8003\u8f6f\u4ef6\u7684\u8bbe\u7f6e\u6b65\u9aa4\u548c\u5404\u79cd\u68c0\u67e5\u3002
\n ", - "\n • After you quit the proctoring session, the recorded data is uploaded for review.
\n • Proctoring results are usually available within 5 business days after you submit your exam.\n ": "\n •\uff1b\u5728\u60a8\u9000\u51fa\u76d1\u8003\u6a21\u5f0f\u540e\uff0c\u6570\u636e\u4f1a\u88ab\u8bb0\u5f55\u5e76\u63d0\u4ea4\u81f3\u5ba1\u6838\u3002
\n •\uff1b\u5728\u60a8\u63d0\u4ea4\u8003\u8bd5\u540e\uff0c\u4e00\u822c\u4f1a\u57285\u4e2a\u5de5\u4f5c\u65e5\u5185\u5f97\u77e5\u76d1\u8003\u5ba1\u6838\u7ed3\u679c\u3002\n ", - "\n A technical error has occurred with your proctored exam. To resolve this problem, contact\n technical support. All exam data, including answers\n for completed problems, has been lost. When the problem is resolved you will need to restart\n the exam and complete all problems again.\n ": "\n \u60a8\u7684\u76d1\u8003\u8003\u8bd5\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u8054\u7cfb\n \u6280\u672f\u652f\u6301\u3002\u5305\u62ec\u5df2\u56de\u7b54\u95ee\u9898\u5728\u5185\u7684\u6240\u6709\u8003\u8bd5\u6570\u636e\u90fd\u5df2\u4e22\u5931\u3002\u89e3\u51b3\u6b64\u95ee\u9898\u540e\uff0c\u60a8\u9700\u8981\u91cd\u65b0\u5f00\u59cb\u8003\u8bd5\u3002\n ", - "\n After the due date for this exam has passed, you will be able to review your answers on this page.\n ": "\n \u5728\u6b64\u95e8\u8003\u8bd5\u622a\u6b62\u65e5\u671f\u540e\uff0c\u60a8\u53ef\u4ee5\u5728\u6b64\u9875\u9762\u67e5\u770b\u60a8\u7684\u56de\u7b54\u3002\n ", - "\n After you submit your exam, your exam will be graded.\n ": "\n \u5728\u60a8\u63d0\u4ea4\u8003\u8bd5\u540e\uff0c\u4f1a\u5bf9\u60a8\u7684\u56de\u7b54\u8fdb\u884c\u8bc4\u5206\u3002\n ", - "\n After you submit your exam, your responses are graded and your proctoring session is reviewed.\n You might be eligible to earn academic credit for this course if you complete all required exams\n as well as achieve a final grade that meets credit requirements for the course.\n ": "\n \u5728\u60a8\u63d0\u4ea4\u8003\u8bd5\u540e\uff0c\u4f1a\u5bf9\u60a8\u7684\u7b54\u6848\u8fdb\u884c\u8bc4\u5206\u5e76\u5ba1\u6838\u60a8\u7684\u76d1\u8003\u8003\u8bd5\u3002\n \u5982\u679c\u60a8\u5b8c\u6210\u4e86\u6240\u6709\u8003\u8bd5\uff0c\u5e76\u4e14\u6700\u7ec8\u6210\u7ee9\u8fbe\u5230\u8be5\u95e8\u8bfe\u7a0b\u7684\u5b66\u5206\u8981\u6c42\uff0c\n \u90a3\u4e48\u60a8\u5373\u53ef\u83b7\u5f97\u5b66\u5206\u3002\n \n ", - "\n Are you sure that you want to submit your timed exam?\n ": "\n \u60a8\u786e\u5b9a\u8981\u63d0\u4ea4\u6b64\u9650\u65f6\u8003\u8bd5\u5417\uff1f\n ", - "\n Are you sure you want to end your proctored exam?\n ": "\n \u60a8\u786e\u5b9a\u7ed3\u675f\u76d1\u8003\u8003\u8bd5\uff1f\n ", - "\n Because the due date has passed, you are no longer able to take this exam.\n ": "\n \u5df2\u8d85\u8fc7\u622a\u6b62\u65e5\u671f\uff0c\u60a8\u65e0\u6cd5\u8fdb\u884c\u8003\u8bd5\u3002\n ", - "\n Error with proctored exam\n ": "\n \u76d1\u8003\u8003\u8bd5\u53d1\u751f\u9519\u8bef\n ", - "\n Follow these instructions\n ": "\n \u53c2\u8003\u8fd9\u4e9b\u8bf4\u660e\n ", - "\n Follow these steps to set up and start your proctored exam.\n ": "\n \u6839\u636e\u8fd9\u4e9b\u6b65\u9aa4\u8bbe\u7f6e\u5e76\u5f00\u59cb\u60a8\u7684\u76d1\u8003\u8003\u8bd5\u3002\n ", - "\n Get familiar with proctoring for real exams later in the course. This practice exam has no impact\n on your grade in the course.\n ": "\n \u672c\u6b21\u6a21\u62df\u8003\u5bf9\u60a8\u8bfe\u7a0b\u771f\u5b9e\u6210\u7ee9\u65e0\u5f71\u54cd\uff0c\u901a\u8fc7\u6a21\u62df\u8003\u8bd5\u60a8\u53ef\u4ee5\u4e86\u89e3\u6b63\u5f0f\u8003\u8bd5\u7684\u76d1\u8003\u60c5\u51b5\u3002\n ", - "\n If the proctoring software window is still open, you can close it now. Confirm that you want to quit the application when you are prompted.\n ": "\n \u5982\u679c\u76d1\u8003\u8f6f\u4ef6\u7a97\u53e3\u4ecd\u7136\u672a\u5173\u95ed\uff0c\u60a8\u73b0\u5728\u53ef\u4ee5\u5173\u95ed\u3002\u5f53\u5f39\u51fa\u63d0\u793a\u65f6\uff0c\u8bf7\u70b9\u51fb\u786e\u5b9a\u4ee5\u9000\u51fa\u8f6f\u4ef6\u3002\n ", - "\n If you have concerns about your proctoring session results, contact your course team.\n ": "\n \u5982\u679c\u60a8\u5bf9\u60a8\u7684\u76d1\u8003\u4f1a\u8bdd\u7ed3\u679c\u6709\u7591\u95ee\uff0c\u8bf7\u8054\u7cfb\u60a8\u7684\u8bfe\u7a0b\u56e2\u961f\u3002\n ", - "\n If you have disabilities,\n you might be eligible for an additional time allowance on timed exams.\n Ask your course team for information about additional time allowances.\n ": "\n \u5982\u679c\u60a8\u8eab\u4f53\u6709\u6b8b\u75be\u95ee\u9898\uff0c\n \u90a3\u4e48\u60a8\u53ef\u80fd\u6709\u8d44\u683c\u7533\u8bf7\u989d\u5916\u7684\u8003\u8bd5\u65f6\u95f4\u3002\n \u60a8\u53ef\u4ee5\u5411\u60a8\u7684\u8bfe\u7a0b\u56e2\u961f\u54a8\u8be2\u5173\u4e8e\u989d\u5916\u8003\u8bd5\u65f6\u95f4\u7684\u4fe1\u606f\u3002\n ", - "\n If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n ": "\n \u5982\u679c\u60a8\u5bf9\u81ea\u5df1\u7684\u76d1\u8003\u6a21\u8bd5\u7ed3\u679c\u6709\u4efb\u4f55\u95ee\u9898\uff0c\u8bf7\u8054\u7cfb%(platform_name)s\u652f\u6301\u5e2e\u52a9\u3002\n ", - "\n If you have questions about the status of your requirements for course credit, contact %(platform_name)s Support.\n ": "\n \u5982\u679c\u60a8\u5bf9\u81ea\u5df1\u7684\u8bfe\u7a0b\u5b66\u5206\u8d44\u683c\u7533\u8bf7\u72b6\u6001\u6709\u7591\u95ee\uff0c\u8bf7\u8054\u7cfb %(platform_name)s \u652f\u6301\u5e2e\u52a9\u3002\n ", - "\n Make sure that you have selected \"Submit\" for each problem before you submit your exam.\n ": "\n \u8bf7\u786e\u4fdd\u60a8\u5df2\u70b9\u51fb\u201c\u63d0\u4ea4\u201d\u6bcf\u4e2a\u95ee\u9898\u7684\u7b54\u6848\uff0c\u7136\u540e\u518d\u63d0\u4ea4\u8003\u8bd5\u3002\n ", - "\n Practice exams do not affect your grade or your credit eligibility.\n You have completed this practice exam and can continue with your course work.\n ": "\n \u6a21\u62df\u8003\u8bd5\u4e0d\u5f71\u54cd\u60a8\u7684\u6210\u7ee9\u6216\u5b66\u5206\u8d44\u683c\u3002\n \u60a8\u5df2\u5b8c\u6210\u6b64\u6a21\u62df\u8003\u8bd5\uff0c\u53ef\u7ee7\u7eed\u5b66\u4e60\u8bfe\u7a0b\u3002\n ", - "\n The due date for this exam has passed\n ": "\n \u5df2\u8d85\u8fc7\u6b64\u8003\u8bd5\u7684\u622a\u6b62\u65e5\u671f\n ", - "\n There was a problem with your practice proctoring session\n ": "\n \u60a8\u7684\u6a21\u62df\u76d1\u8003\u4f1a\u8bdd\u53d1\u751f\u4e86\u9519\u8bef\n ", - "\n This exam is proctored\n ": "\n \u9700\u5f00\u542f\u76d1\u8003\u6a21\u5f0f\n ", - "\n To be eligible for course credit or for a MicroMasters credential, you must pass the proctoring review for this exam.\n ": "\n \u4e3a\u83b7\u53d6\u8bfe\u7a0b\u5b66\u5206\u6216 MicroMasters \u8bc1\u4e66\uff0c\u60a8\u5fc5\u987b\u901a\u8fc7\u6b64\u95e8\u8003\u8bd5\u7684\u76d1\u8003\u5ba1\u6838\u3002\n ", - "\n To view your exam questions and responses, select View my exam. The exam's review status is shown in the left navigation pane.\n ": "\n \u5982\u9700\u67e5\u770b\u60a8\u7684\u8003\u8bd5\u9898\u76ee\u548c\u56de\u7b54\uff0c\u8bf7\u70b9\u51fb \u67e5\u770b\u6211\u7684\u8003\u8bd5\u3002\u8003\u8bd5\u8bc4\u5206\u72b6\u6001\u663e\u793a\u5728\u5de6\u65b9\u5bfc\u822a\u65b9\u6846\u4e2d\u3002\n ", - "\n Try a proctored exam\n ": "\n \u8fdb\u884c\u76d1\u8003\u8003\u8bd5\n ", - "\n View your credit eligibility status on your Progress page.\n ": "\n \u5728 \u5b66\u5206\u8d44\u683c\u8fdb\u5ea6 \u9875\u9762\u53ef\u67e5\u770b\u60a8\u5b66\u5206\u8d44\u683c\u7684\u72b6\u6001\u3002\n ", - "\n Yes, end my proctored exam\n ": "\n \u662f\u7684\uff0c\u786e\u5b9a\u5173\u95ed\u76d1\u8003\u8003\u8bd5\n ", - "\n Yes, submit my timed exam.\n ": "\n \u786e\u5b9a\u63d0\u4ea4\n ", - "\n You are eligible to purchase academic credit for this course if you complete all required exams\n and also achieve a final grade that meets the credit requirements for the course.\n ": "\n \u5982\u679c\u60a8\u5b8c\u6210\u6b64\u95e8\u8bfe\u7a0b\u7684\u6240\u6709\u8003\u8bd5\uff0c\u5e76\u4e14\u6700\u7ec8\u6210\u7ee9\u8fbe\u5230\u5b66\u5206\u8981\u6c42\uff0c\n \u90a3\u4e48\u60a8\u5c06\u53ef\u83b7\u5f97\u5b66\u5206\u3002\n ", - "\n You are no longer eligible for academic credit for this course, regardless of your final grade.\n If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n ": "\n \u60a8\u5df2\u4e0d\u5177\u5907\u83b7\u5f97\u6b64\u95e8\u8bfe\u7a0b\u5b66\u5206\u7684\u8d44\u683c\uff0c\u65e0\u8bba\u60a8\u7684\u6700\u7ec8\u6210\u7ee9\u5982\u4f55\u3002\n \u5982\u679c\u60a8\u5bf9\u60a8\u7684\u76d1\u8003\u8003\u8bd5\u7684\u7ed3\u679c\u72b6\u6001\u6709\u4efb\u4f55\u95ee\u9898\uff0c\u8bf7\u8054\u7cfb%(platform_name)s \u652f\u6301\u5e2e\u52a9\u3002\n ", - "\n You have submitted this practice proctored exam\n ": "\n \u60a8\u5df2\u63d0\u4ea4\u672c\u6b21\u6a21\u62df\u76d1\u8003\u8003\u8bd5\n ", - "\n You have submitted this proctored exam for review\n ": "\n \u60a8\u5df2\u63d0\u4ea4\u6b64\u76d1\u8003\u8003\u8bd5\u81f3\u5ba1\u6838\n ", - "\n Your grade for this timed exam will be immediately available on the Progress page.\n ": "\n \u60a8\u6b64\u95e8\u9650\u65f6\u8003\u8bd5\u7684\u6210\u7ee9\u4f1a\u9a6c\u4e0a\u663e\u793a\u5728\u5b66\u5206\u8fdb\u5ea6\u9875\u9762\u3002\n ", - "\n Your practice proctoring results: Unsatisfactory \n ": "\n \u60a8\u7684\u6a21\u62df\u76d1\u8003\u7ed3\u679c\uff1a \u4e0d\u6ee1\u610f \n ", - "\n Your proctoring session ended before you completed this practice exam.\n You can retry this practice exam if you had problems setting up the online proctoring software.\n ": "\n \u76d1\u8003\u4f1a\u8bdd\u5df2\u7ed3\u675f\uff0c\u60a8\u672a\u5b8c\u6210\u672c\u6b21\u6a21\u62df\u76d1\u8003\u3002\n \u5982\u679c\u5728\u60a8\u8bbe\u7f6e\u5728\u7ebf\u76d1\u8003\u8f6f\u4ef6\u65f6\u9047\u5230\u95ee\u9898\uff0c\u8bf7\u91cd\u65b0\u8fdb\u884c\u6a21\u62df\u8003\u8bd5\u3002\n ", - "\n Your proctoring session was reviewed and did not pass requirements\n ": "\n \u60a8\u7684\u76d1\u8003\u5df2\u5ba1\u6838\u4f46\u672a\u901a\u8fc7\n ", - "\n Your proctoring session was reviewed and passed all requirements\n ": "\n \u60a8\u7684\u76d1\u8003\u8003\u8bd5\u5df2\u5ba1\u6838\u5e76\u901a\u8fc7\n ", - "\n %(exam_name)s is a Timed Exam (%(total_time)s)\n ": "\n %(exam_name)s \u662f\u9650\u65f6\u8003\u8bd5 (%(total_time)s)\n ", - "\n The following prerequisites are in a pending state and must be successfully completed before you can proceed:\n ": "\n \u4ee5\u4e0b\u5148\u4fee\u6761\u4ef6\u4efb\u52a1\u4e3a \u5f85\u5904\u7406 \u72b6\u6001\uff0c \u8bf7\u52a1\u5fc5\u5148\u6210\u529f\u5b8c\u6210\u4efb\u52a1\u518d\u7ee7\u7eed\u64cd\u4f5c\u4e0b\u4e00\u6b65\uff1a\n ", - "\n You can take this exam with proctoring only when all prerequisites have been successfully completed. Check your Progress page to see if prerequisite results have been updated. You can also take this exam now without proctoring, but you will not be eligible for credit.\n ": "\n \u5982\u679c\u60a8\u5df2\u5b8c\u6210\u6ee1\u8db3\u6240\u6709\u5148\u4fee\u6761\u4ef6\uff0c\u90a3\u4e48\u60a8\u53ef\u4ee5\u5173\u95ed\u6b64\u95e8\u8003\u8bd5\u7684\u76d1\u8003\u529f\u80fd\u3002\u5728\u5b66\u5206\u8fdb\u5ea6\u9875\u9762\u67e5\u770b\u6700\u65b0\u7684\u5148\u4fee\u6761\u4ef6\u72b6\u6001\u3002\u60a8\u4e5f\u53ef\u4ee5\u5173\u95ed\u6b64\u6b21\u8003\u8bd5\u7684\u76d1\u8003\u6a21\u5f0f\uff0c\u4f46\u5c06\u65e0\u6cd5\u83b7\u5f97\u5b66\u5206\u3002\n ", - "\n You did not satisfy the following prerequisites:\n ": "\n \u60a8\u4e0d\u6ee1\u8db3\u4e0b\u5217\u5148\u4fee\u6761\u4ef6\uff1a\n ", - "\n You did not satisfy the requirements for taking this exam with proctoring, and are not eligible for credit. See your Progress page for a list of requirements and your status for each.\n ": "\n \u60a8\u4e0d\u6ee1\u8db3\u6b64\u76d1\u8003\u8003\u8bd5\u7684\u8981\u6c42\uff0c\u5e76\u4e14\u6ca1\u6709\u7533\u8bf7\u5b66\u5206\u7684\u8d44\u683c\u3002\u8bf7\u524d\u5f80 \u5b66\u5206\u8d44\u683c\u8fdb\u5ea6\u9875\u9762\u67e5\u770b\u6240\u6709\u8981\u6c42\u548c\u60a8\u6bcf\u9879\u8981\u6c42\u4e0b\u7684\u72b6\u6001\u3002\n ", - "\n You have not completed the prerequisites for this exam. All requirements must be satisfied before you can take this proctored exam and be eligible for credit. See your Progress page for a list of requirements in the order that they must be completed.\n ": "\n \u60a8\u6682\u65f6\u4e0d\u5177\u5907\u6b64\u95e8\u8003\u8bd5\u7684\u5148\u4fee\u6761\u4ef6\u3002\u60a8\u5fc5\u987b\u6ee1\u8db3\u6240\u6709\u8003\u8bd5\u8981\u6c42\u624d\u53ef\u4ee5\u8fdb\u884c\u6b64\u95e8\u8003\u8bd5\u5e76\u83b7\u5f97\u5b66\u5206\u8d44\u683c\u3002\u8bf7\u5728\u60a8\u7684\u5b66\u4e60\u8fdb\u5ea6\u9875\u9762\u4e0a\u67e5\u770b\u9700\u8981\u5b8c\u6210\u7684\u8981\u6c42\u5217\u8868\u3002\n ", - " ${price} {currency} )": " ${price} {currency} )", - " From this point in time, you must follow the online proctoring rules to pass the proctoring review for your exam. ": "\u4ece\u73b0\u5728\u5f00\u59cb\uff0c\u60a8\u5fc5\u987b\u9075\u5b88\u5728\u7ebf\u76d1\u8003\u89c4\u5219\u4ee5\u901a\u8fc7\u76d1\u8003\u8003\u8bd5\u5ba1\u6838\u3002", - " Link": "\u5173\u8054", - " Your Proctoring Session Has Started ": "\u76d1\u8003\u6a21\u5f0f\u5df2\u5f00\u59cb", - " and ": "\u53ca", - " and {num_of_minutes} minute": "\u548c {num_of_minutes} \u5206\u949f", - " and {num_of_minutes} minutes": "\u548c{num_of_minutes}\u5206\u949f", - " learner does not exist in LMS and not added to the exception list": "\u5b66\u4e60\u8005\u4e0d\u5b58\u5728\u7cfb\u7edf\u4e2d\uff0c\u5c06\u4e0d\u52a0\u5230\u4f8b\u5916\u5217\u8868\u4e2d", - " learner is already white listed and not added to the exception list": "\u5b66\u5458\u5df2\u88ab\u5217\u5165\u767d\u540d\u5355\uff0c\u65e0\u6cd5\u6dfb\u52a0\u5230\u4f8b\u5916\u540d\u5355", - " learner is not enrolled in course and not added to the exception list": "\u5b66\u5458\u672a\u62a5\u540d\u6b64\u8bfe\u7a0b\uff0c\u65e0\u6cd5\u6dfb\u52a0\u5230\u4f8b\u5916\u540d\u5355", - " learner is successfully added to the exception list": "\u5b66\u4e60\u8005\u5df2\u7ecf\u6210\u529f\u5730\u52a0\u5165\u5230\u4f8b\u5916\u5217\u8868", - " learners are already white listed and not added to the exception list": "\u5b66\u5458\u5df2\u88ab\u5217\u5165\u767d\u540d\u5355\uff0c\u65e0\u6cd5\u6dfb\u52a0\u5230\u4f8b\u5916\u540d\u5355", - " learners are not enrolled in course and not added to the exception list": "\u5b66\u5458\u672a\u62a5\u540d\u6b64\u8bfe\u7a0b\uff0c\u65e0\u6cd5\u6dfb\u52a0\u5230\u4f8b\u5916\u540d\u5355", - " learners are successfully added to exception list": "\u5b66\u4e60\u8005\u5df2\u7ecf\u6210\u529f\u5730\u52a0\u5165\u5230\u4f8b\u5916\u5217\u8868", - " learners do not exist in LMS and not added to the exception list": "\u5b66\u5458\u8bb0\u5f55\u4e0d\u5b58\u5728LMS\u4e2d\uff0c\u65e0\u6cd5\u6dfb\u52a0\u5230\u4f8b\u5916\u540d\u5355", - " record is not in correct format and not added to the exception list": "\u8fd9\u6761\u8bb0\u5f55\u7684\u683c\u5f0f\u4e0d\u6b63\u786e\uff0c\u65e0\u6cd5\u6dfb\u52a0\u5230\u4f8b\u5916\u540d\u5355", - " records are not in correct format and not added to the exception list": "\u8fd9\u4e9b\u8bb0\u5f55\u7684\u683c\u5f0f\u4e0d\u6b63\u786e\uff0c\u65e0\u6cd5\u6dfb\u52a0\u5230\u4f8b\u5916\u540d\u5355", - " to complete and submit the exam.": "\u6765\u5b8c\u6210\u5e76\u63d0\u4ea4\u8003\u8bd5\u3002", - "${listPrice}": "${listPrice}", - "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", - "%(download_link_start)sDownload this image (right-click or option-click, save as)%(link_end)s and then %(upload_link_start)supload%(link_end)s it to your backpack.": "%(download_link_start)s\u4e0b\u8f7d\u6b64\u56fe\u50cf\uff08\u53f3\u51fb\u6216\u5355\u51fb\u9009\u9879\uff0c\u53e6\u5b58\u4e3a\uff09%(link_end)s\uff0c\u968f\u540e%(upload_link_start)s\u4e0a\u4f20%(link_end)s\u81f3\u60a8\u7684 backpack \u4e2d\u3002", - "%(earned)s/%(possible)s point (graded)": [ - "%(earned)s/%(possible)s\u5f97\u5206 (\u8ba1\u5165\u6210\u7ee9)" - ], - "%(earned)s/%(possible)s point (ungraded)": [ - "%(earned)s/%(possible)s/\u5f97\u5206 (\u4e0d\u8ba1\u5165\u6210\u7ee9)" - ], + "\n\nThis email is to let you know that the status of your proctoring session review for %(exam_name)s in\n%(course_name)s is %(status)s. If you have any questions about proctoring,\ncontact %(platform)s support at %(contact_email)s.\n\n": "\n\n\u6b64\u5c01\u90ae\u4ef6\u63d0\u793a\u60a8\u5728\u76d1\u8003\u6a21\u5f0f\u4e0b\u6240\u8fdb\u884c\u7684\u8bfe\u7a0b%(course_name)s\u7684%(exam_name)s\u8003\u8bd5\u5ba1\u6838\u72b6\u6001\u4e3a%(status)s\u3002\u5982\u679c\u60a8\u5bf9\u76d1\u8003\u6a21\u5f0f\u6709\u4efb\u4f55\u7591\u95ee\uff0c\u8bf7\u8054\u7cfb%(platform)s\u652f\u6301\u56e2\u961f%(contact_email)s \u3002\n", + "\n Make sure you are on a computer with a webcam, and that you have valid photo identification\n such as a driver's license or passport, before you continue.\n ": "\n \u8bf7\u786e\u4fdd\u60a8\u7684\u7535\u8111\u5e26\u6709\u7f51\u7edc\u6444\u50cf\u5934\uff0c\u5e76\u6709\u6709\u6548\u7684\u5e26\u7167\u7247\u8eab\u4efd\u8bc1\u660e\uff0c\n \u4f8b\u5982\u9a7e\u9a76\u8bc1\u6216\u62a4\u7167\u3002\n ", + "\n Your verification attempt failed. Please read our guidelines to make\n sure you understand the requirements for successfully completing verification,\n then try again.\n ": "\n \u60a8\u7684\u8eab\u4efd\u8ba4\u8bc1\u5931\u8d25\u4e86\uff0c\u8bf7\u5148\u4ed4\u7ec6\u9605\u8bfb\u8bf4\u660e\uff0c\u786e\u4fdd\u60a8\u7406\u89e3\u6210\u529f\u5b8c\u6210\u8ba4\u8bc1\u7684\u8981\u6c42\uff0c\u7136\u540e\u91cd\u65b0\u8ba4\u8bc1\u3002\n ", + "\n Your verification has expired. You must successfully complete a new identity verification\n before you can start the proctored exam.\n ": "\n \u60a8\u7684\u8eab\u4efd\u8ba4\u8bc1\u5df2\u8fc7\u671f\uff0c\u60a8\u5fc5\u987b\u91cd\u65b0\u6210\u529f\u5b8c\u6210\u8ba4\u8bc1\uff0c\n \u7136\u540e\u624d\u80fd\u8fdb\u884c\u76d1\u8003\u8003\u8bd5\u3002\n ", + "\n Your verification is pending. Results should be available 2-3 days after you\n submit your verification.\n ": "\n \u60a8\u7684\u8eab\u4efd\u8ba4\u8bc1\u6b63\u5728\u8fdb\u884c\u4e2d\uff0c\u63d0\u4ea4\u8ba4\u8bc1\u540e\u76842-3\u5929\u5185\u53ef\u67e5\u770b\u7ed3\u679c\u3002\n ", + "\n Complete your verification before starting the proctored exam.\n ": "\n \u5f00\u59cb\u76d1\u8003\u8003\u8bd5\u524d\uff0c\u8bf7\u5148\u5b8c\u6210\u8eab\u4efd\u8ba4\u8bc1\u3002\n ", + "\n You must successfully complete identity verification before you can start the proctored exam.\n ": "\n \u5728\u5f00\u59cb\u8fdb\u884c\u76d1\u8003\u8003\u8bd5\u524d\uff0c\u60a8\u5fc5\u987b\u5148\u5b8c\u6210\u8eab\u4efd\u8ba4\u8bc1\u3002\n ", + "\n 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 ": "\n \u5982\u679c\u8003\u8bd5\u672a\u7ed3\u675f\uff0c\u8bf7\u52ff\u5173\u95ed\u6b64\u7a97\u53e3\u3002\u4e00\u65e6\u5173\u95ed\uff0c\u90a3\u4e48\u60a8\u7684\u76d1\u8003\u6a21\u5f0f\u5c06\u7ed3\u675f\uff0c\u5e76\u4e14\u65e0\u6cd5\u6210\u529f\u5b8c\u6210\u76d1\u8003\u8003\u8bd5\u3002\n ", + "\n Return to the %(platform_name)s course window to start your exam. When you have finished your exam and\n have marked it as complete, you can close this window to end the proctoring session\n and upload your proctoring session data for review.\n ": "\n \u8fd4\u56de %(platform_name)s \u8bfe\u7a0b\u7a97\u53e3\u6765\u5f00\u59cb\u8003\u8bd5\u3002\u5f53\u60a8\u5b8c\u6210\u8003\u8bd5\u5e76\u4e14\n \u5c06\u5176\u6807\u8bb0\u4e3a\u5df2\u5b8c\u6210\u540e\uff0c\u5219\u53ef\u4ee5\u5173\u95ed\u6b64\u7a97\u53e3\u6765\u7ed3\u675f\u76d1\u8003\u8003\u8bd5\n \u5e76\u4e0a\u4f20\u60a8\u7684\u76d1\u8003\u6570\u636e\u4ee5\u5ba1\u6838\u3002\n ", + "\n 3. When you have finished setting up proctoring, start the exam.\n ": "\n 3. \u5f53\u60a8\u5b8c\u6210\u76d1\u8003\u6a21\u5f0f\u7684\u8bbe\u7f6e\u540e\uff0c\u8bf7\u5f00\u59cb\u8003\u8bd5\u3002\n ", + "\n Start my exam\n ": "\n\u5f00\u59cb\u8003\u8bd5", + "\n • When you start your exam you will have %(total_time)s to complete it.
\n • You cannot stop the timer once you start.
\n • If time expires before you finish your exam, your completed answers will be\n submitted for review.
\n ": "\n •\uff1b\u8003\u8bd5\u65f6\u95f4\u4e3a%(total_time)s \u3002
\n •\uff1b\u8ba1\u65f6\u5668\u4e00\u65e6\u5f00\u59cb\uff0c\u5219\u65e0\u6cd5\u505c\u6b62\u3002
\n •\uff1b\u5982\u679c\u5df2\u8d85\u8fc7\u8003\u8bd5\u65f6\u95f4\uff0c\u800c\u60a8\u5c1a\u672a\u5b8c\u6210\u8003\u8bd5\uff0c\u90a3\u4e48\u5df2\u5b8c\u6210\u7684\u7b54\u6848\u4f1a\u88ab\u63d0\u4ea4\u81f3\u5ba1\u6838\u3002
\n ", + "\n 1. Copy this unique exam code. You will be prompted to paste this code later before you start the exam.\n ": "\n 1. \u590d\u5236\u6b64\u552f\u4e00\u7684\u8003\u8bd5\u7801\uff0c\u7a0d\u540e\u5f00\u59cb\u8003\u8bd5\u524d\u7cfb\u7edf\u4f1a\u63d0\u793a\u60a8\u7c98\u8d34\u6b64\u8003\u8bd5\u7801\u3002\n ", + "\n 2. Follow the link below to set up proctoring.\n ": "\n 2. \u70b9\u51fb\u4ee5\u4e0b\u94fe\u63a5\u6765\u8bbe\u7f6e\u76d1\u8003\u3002\n ", + "\n A new window will open. You will run a system check before downloading the proctoring application.\n ": "\n \u5c06\u6253\u5f00\u4e00\u4e2a\u65b0\u7a97\u53e3\uff0c\u5728\u4e0b\u8f7d\u76d1\u8003\u8f6f\u4ef6\u524d\uff0c\u7535\u8111\u4f1a\u8fdb\u884c\u4e00\u6b21\u7cfb\u7edf\u68c0\u67e5\u3002\n ", + "\n About Proctored Exams\n ": "\n \u5173\u4e8e\u76d1\u8003\u8003\u8bd5\n ", + "\n After the due date has passed, you can review the exam, but you cannot change your answers.\n ": "\n \u5728\u622a\u6b62\u65e5\u671f\u8fc7\u540e\uff0c\u60a8\u53ef\u4ee5\u67e5\u770b\u8003\u8bd5\u5185\u5bb9\uff0c\u4f46\u65e0\u6cd5\u66f4\u6539\u7b54\u6848\u3002\n ", + "\n Are you sure you want to take this exam without proctoring?\n ": "\n \u60a8\u786e\u5b9a\u5173\u95ed\u76d1\u8003\u6a21\u5f0f\uff1f\n ", + "\n Due to unsatisfied prerequisites, you can only take this exam without proctoring.\n ": "\n \u60a8\u4e0d\u6ee1\u8db3\u5148\u4fee\u6761\u4ef6\uff0c\u65e0\u6cd5\u5f00\u542f\u76d1\u8003\u6a21\u5f0f\u3002\n ", + "\n I am not interested in academic credit.\n ": "\n \u6211\u5bf9\u5b66\u5206\u4e0d\u611f\u5174\u8da3\u3002\n ", + "\n I am ready to start this timed exam.\n ": "\n \u6211\u5df2\u51c6\u5907\u597d\u5f00\u59cb\u6b64\u9650\u65f6\u8003\u8bd5\u3002\n ", + "\n If you take this exam without proctoring, you will no longer be eligible for academic credit. \n ": "\n \u5982\u679c\u60a8\u5173\u95ed\u76d1\u8003\u6a21\u5f0f\uff0c\u90a3\u4e48\u5c06 \u65e0\u6cd5\u83b7\u5f97\u5b66\u5206\u3002 \n ", + "\n No, I want to continue working.\n ": "\n \u7ee7\u7eed\u8003\u8bd5\n ", + "\n No, I'd like to continue working\n ": "\n \u4e0d\uff0c\u7ee7\u7eed\u8003\u8bd5\n ", + "\n Select the exam code, then copy it using Command+C (Mac) or Control+C (Windows).\n ": "\n \u9009\u62e9\u8003\u8bd5\u7801\uff0c\u7136\u540e Command + C (Mac) \u6216 Control + C (Windows) \u8fdb\u884c\u590d\u5236\u3002\n ", + "\n The time allotted for this exam has expired. Your exam has been submitted and any work you completed will be graded.\n ": "\n \u6b64\u95e8\u8003\u8bd5\u7684\u65f6\u95f4\u5df2\u7ed3\u675f\uff0c\u5df2\u63d0\u4ea4\u60a8\u7684\u8003\u8bd5\uff0c\u6240\u6709\u5df2\u5b8c\u6210\u7684\u90e8\u5206\u90fd\u5c06\u88ab\u8bc4\u5206\u3002\n ", + "\n You have submitted your timed exam.\n ": "\n \u60a8\u5df2\u63d0\u4ea4\u9650\u65f6\u8003\u8bd5\u3002\n ", + "\n You will be asked to verify your identity as part of the proctoring exam set up.\n Make sure you are on a computer with a webcam, and that you have valid photo identification\n such as a driver's license or passport, before you continue.\n ": "\n \u76d1\u8003\u8003\u8bd5\u7684\u8bbe\u7f6e\u8981\u6c42\u9700\u8981\u60a8\u8ba4\u8bc1\u8eab\u4efd\u3002\n \u8bf7\u786e\u4fdd\u60a8\u7684\u7535\u8111\u6709\u7f51\u7edc\u6444\u50cf\u5934\uff0c\u5e76\u6709\u6709\u6548\u7684\u5e26\u7167\u7247\u7684\u8eab\u4efd\u8bc1\u660e\uff0c\n \u4f8b\u5982\u9a7e\u9a76\u8bc1\u6216\u62a4\u7167\u3002\n ", + "\n You will be guided through steps to set up online proctoring software and to perform various checks.\n ": "\n \u5c06\u6709\u8bf4\u660e\u544a\u77e5\u60a8\u5982\u4f55\u8fdb\u884c\u76d1\u8003\u8f6f\u4ef6\u7684\u8bbe\u7f6e\u6b65\u9aa4\u548c\u5404\u79cd\u68c0\u67e5\u3002 \n ", + "\n You will be guided through steps to set up online proctoring software and to perform various checks.
\n ": "\n \u5c06\u6709\u8bf4\u660e\u544a\u77e5\u60a8\u5982\u4f55\u8fdb\u884c\u76d1\u8003\u8f6f\u4ef6\u7684\u8bbe\u7f6e\u6b65\u9aa4\u548c\u5404\u79cd\u68c0\u67e5\u3002
\n ", + "\n • After you quit the proctoring session, the recorded data is uploaded for review.
\n • Proctoring results are usually available within 5 business days after you submit your exam.\n ": "\n •\uff1b\u5728\u60a8\u9000\u51fa\u76d1\u8003\u6a21\u5f0f\u540e\uff0c\u6570\u636e\u4f1a\u88ab\u8bb0\u5f55\u5e76\u63d0\u4ea4\u81f3\u5ba1\u6838\u3002
\n •\uff1b\u5728\u60a8\u63d0\u4ea4\u8003\u8bd5\u540e\uff0c\u4e00\u822c\u4f1a\u57285\u4e2a\u5de5\u4f5c\u65e5\u5185\u5f97\u77e5\u76d1\u8003\u5ba1\u6838\u7ed3\u679c\u3002\n ", + "\n A technical error has occurred with your proctored exam. To resolve this problem, contact\n technical support. All exam data, including answers\n for completed problems, has been lost. When the problem is resolved you will need to restart\n the exam and complete all problems again.\n ": "\n \u60a8\u7684\u76d1\u8003\u8003\u8bd5\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u8054\u7cfb\n \u6280\u672f\u652f\u6301\u3002\u5305\u62ec\u5df2\u56de\u7b54\u95ee\u9898\u5728\u5185\u7684\u6240\u6709\u8003\u8bd5\u6570\u636e\u90fd\u5df2\u4e22\u5931\u3002\u89e3\u51b3\u6b64\u95ee\u9898\u540e\uff0c\u60a8\u9700\u8981\u91cd\u65b0\u5f00\u59cb\u8003\u8bd5\u3002\n ", + "\n After the due date for this exam has passed, you will be able to review your answers on this page.\n ": "\n \u5728\u6b64\u95e8\u8003\u8bd5\u622a\u6b62\u65e5\u671f\u540e\uff0c\u60a8\u53ef\u4ee5\u5728\u6b64\u9875\u9762\u67e5\u770b\u60a8\u7684\u56de\u7b54\u3002\n ", + "\n After you submit your exam, your exam will be graded.\n ": "\n \u5728\u60a8\u63d0\u4ea4\u8003\u8bd5\u540e\uff0c\u4f1a\u5bf9\u60a8\u7684\u56de\u7b54\u8fdb\u884c\u8bc4\u5206\u3002\n ", + "\n After you submit your exam, your responses are graded and your proctoring session is reviewed.\n You might be eligible to earn academic credit for this course if you complete all required exams\n as well as achieve a final grade that meets credit requirements for the course.\n ": "\n \u5728\u60a8\u63d0\u4ea4\u8003\u8bd5\u540e\uff0c\u4f1a\u5bf9\u60a8\u7684\u7b54\u6848\u8fdb\u884c\u8bc4\u5206\u5e76\u5ba1\u6838\u60a8\u7684\u76d1\u8003\u8003\u8bd5\u3002\n \u5982\u679c\u60a8\u5b8c\u6210\u4e86\u6240\u6709\u8003\u8bd5\uff0c\u5e76\u4e14\u6700\u7ec8\u6210\u7ee9\u8fbe\u5230\u8be5\u95e8\u8bfe\u7a0b\u7684\u5b66\u5206\u8981\u6c42\uff0c\n \u90a3\u4e48\u60a8\u5373\u53ef\u83b7\u5f97\u5b66\u5206\u3002\n \n ", + "\n Are you sure that you want to submit your timed exam?\n ": "\n \u60a8\u786e\u5b9a\u8981\u63d0\u4ea4\u6b64\u9650\u65f6\u8003\u8bd5\u5417\uff1f\n ", + "\n Are you sure you want to end your proctored exam?\n ": "\n \u60a8\u786e\u5b9a\u7ed3\u675f\u76d1\u8003\u8003\u8bd5\uff1f\n ", + "\n Because the due date has passed, you are no longer able to take this exam.\n ": "\n \u5df2\u8d85\u8fc7\u622a\u6b62\u65e5\u671f\uff0c\u60a8\u65e0\u6cd5\u8fdb\u884c\u8003\u8bd5\u3002\n ", + "\n Error with proctored exam\n ": "\n \u76d1\u8003\u8003\u8bd5\u53d1\u751f\u9519\u8bef\n ", + "\n Follow these instructions\n ": "\n \u53c2\u8003\u8fd9\u4e9b\u8bf4\u660e\n ", + "\n Follow these steps to set up and start your proctored exam.\n ": "\n \u6839\u636e\u8fd9\u4e9b\u6b65\u9aa4\u8bbe\u7f6e\u5e76\u5f00\u59cb\u60a8\u7684\u76d1\u8003\u8003\u8bd5\u3002\n ", + "\n Get familiar with proctoring for real exams later in the course. This practice exam has no impact\n on your grade in the course.\n ": "\n \u672c\u6b21\u6a21\u62df\u8003\u5bf9\u60a8\u8bfe\u7a0b\u771f\u5b9e\u6210\u7ee9\u65e0\u5f71\u54cd\uff0c\u901a\u8fc7\u6a21\u62df\u8003\u8bd5\u60a8\u53ef\u4ee5\u4e86\u89e3\u6b63\u5f0f\u8003\u8bd5\u7684\u76d1\u8003\u60c5\u51b5\u3002\n ", + "\n If the proctoring software window is still open, you can close it now. Confirm that you want to quit the application when you are prompted.\n ": "\n \u5982\u679c\u76d1\u8003\u8f6f\u4ef6\u7a97\u53e3\u4ecd\u7136\u672a\u5173\u95ed\uff0c\u60a8\u73b0\u5728\u53ef\u4ee5\u5173\u95ed\u3002\u5f53\u5f39\u51fa\u63d0\u793a\u65f6\uff0c\u8bf7\u70b9\u51fb\u786e\u5b9a\u4ee5\u9000\u51fa\u8f6f\u4ef6\u3002\n ", + "\n If you have concerns about your proctoring session results, contact your course team.\n ": "\n \u5982\u679c\u60a8\u5bf9\u60a8\u7684\u76d1\u8003\u4f1a\u8bdd\u7ed3\u679c\u6709\u7591\u95ee\uff0c\u8bf7\u8054\u7cfb\u60a8\u7684\u8bfe\u7a0b\u56e2\u961f\u3002\n ", + "\n If you have disabilities,\n you might be eligible for an additional time allowance on timed exams.\n Ask your course team for information about additional time allowances.\n ": "\n \u5982\u679c\u60a8\u8eab\u4f53\u6709\u6b8b\u75be\u95ee\u9898\uff0c\n \u90a3\u4e48\u60a8\u53ef\u80fd\u6709\u8d44\u683c\u7533\u8bf7\u989d\u5916\u7684\u8003\u8bd5\u65f6\u95f4\u3002\n \u60a8\u53ef\u4ee5\u5411\u60a8\u7684\u8bfe\u7a0b\u56e2\u961f\u54a8\u8be2\u5173\u4e8e\u989d\u5916\u8003\u8bd5\u65f6\u95f4\u7684\u4fe1\u606f\u3002\n ", + "\n If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n ": "\n \u5982\u679c\u60a8\u5bf9\u81ea\u5df1\u7684\u76d1\u8003\u6a21\u8bd5\u7ed3\u679c\u6709\u4efb\u4f55\u95ee\u9898\uff0c\u8bf7\u8054\u7cfb%(platform_name)s\u652f\u6301\u5e2e\u52a9\u3002\n ", + "\n If you have questions about the status of your requirements for course credit, contact %(platform_name)s Support.\n ": "\n \u5982\u679c\u60a8\u5bf9\u81ea\u5df1\u7684\u8bfe\u7a0b\u5b66\u5206\u8d44\u683c\u7533\u8bf7\u72b6\u6001\u6709\u7591\u95ee\uff0c\u8bf7\u8054\u7cfb %(platform_name)s \u652f\u6301\u5e2e\u52a9\u3002\n ", + "\n Make sure that you have selected \"Submit\" for each problem before you submit your exam.\n ": "\n \u8bf7\u786e\u4fdd\u60a8\u5df2\u70b9\u51fb\u201c\u63d0\u4ea4\u201d\u6bcf\u4e2a\u95ee\u9898\u7684\u7b54\u6848\uff0c\u7136\u540e\u518d\u63d0\u4ea4\u8003\u8bd5\u3002\n ", + "\n Practice exams do not affect your grade or your credit eligibility.\n You have completed this practice exam and can continue with your course work.\n ": "\n \u6a21\u62df\u8003\u8bd5\u4e0d\u5f71\u54cd\u60a8\u7684\u6210\u7ee9\u6216\u5b66\u5206\u8d44\u683c\u3002\n \u60a8\u5df2\u5b8c\u6210\u6b64\u6a21\u62df\u8003\u8bd5\uff0c\u53ef\u7ee7\u7eed\u5b66\u4e60\u8bfe\u7a0b\u3002\n ", + "\n The due date for this exam has passed\n ": "\n \u5df2\u8d85\u8fc7\u6b64\u8003\u8bd5\u7684\u622a\u6b62\u65e5\u671f\n ", + "\n There was a problem with your practice proctoring session\n ": "\n \u60a8\u7684\u6a21\u62df\u76d1\u8003\u4f1a\u8bdd\u53d1\u751f\u4e86\u9519\u8bef\n ", + "\n This exam is proctored\n ": "\n \u9700\u5f00\u542f\u76d1\u8003\u6a21\u5f0f\n ", + "\n To be eligible for course credit or for a MicroMasters credential, you must pass the proctoring review for this exam.\n ": "\n \u4e3a\u83b7\u53d6\u8bfe\u7a0b\u5b66\u5206\u6216 MicroMasters \u8bc1\u4e66\uff0c\u60a8\u5fc5\u987b\u901a\u8fc7\u6b64\u95e8\u8003\u8bd5\u7684\u76d1\u8003\u5ba1\u6838\u3002\n ", + "\n To view your exam questions and responses, select View my exam. The exam's review status is shown in the left navigation pane.\n ": "\n \u5982\u9700\u67e5\u770b\u60a8\u7684\u8003\u8bd5\u9898\u76ee\u548c\u56de\u7b54\uff0c\u8bf7\u70b9\u51fb \u67e5\u770b\u6211\u7684\u8003\u8bd5\u3002\u8003\u8bd5\u8bc4\u5206\u72b6\u6001\u663e\u793a\u5728\u5de6\u65b9\u5bfc\u822a\u65b9\u6846\u4e2d\u3002\n ", + "\n Try a proctored exam\n ": "\n \u8fdb\u884c\u76d1\u8003\u8003\u8bd5\n ", + "\n View your credit eligibility status on your Progress page.\n ": "\n \u5728 \u5b66\u5206\u8d44\u683c\u8fdb\u5ea6 \u9875\u9762\u53ef\u67e5\u770b\u60a8\u5b66\u5206\u8d44\u683c\u7684\u72b6\u6001\u3002\n ", + "\n Yes, end my proctored exam\n ": "\n \u662f\u7684\uff0c\u786e\u5b9a\u5173\u95ed\u76d1\u8003\u8003\u8bd5\n ", + "\n Yes, submit my timed exam.\n ": "\n \u786e\u5b9a\u63d0\u4ea4\n ", + "\n You are eligible to purchase academic credit for this course if you complete all required exams\n and also achieve a final grade that meets the credit requirements for the course.\n ": "\n \u5982\u679c\u60a8\u5b8c\u6210\u6b64\u95e8\u8bfe\u7a0b\u7684\u6240\u6709\u8003\u8bd5\uff0c\u5e76\u4e14\u6700\u7ec8\u6210\u7ee9\u8fbe\u5230\u5b66\u5206\u8981\u6c42\uff0c\n \u90a3\u4e48\u60a8\u5c06\u53ef\u83b7\u5f97\u5b66\u5206\u3002\n ", + "\n You are no longer eligible for academic credit for this course, regardless of your final grade.\n If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n ": "\n \u60a8\u5df2\u4e0d\u5177\u5907\u83b7\u5f97\u6b64\u95e8\u8bfe\u7a0b\u5b66\u5206\u7684\u8d44\u683c\uff0c\u65e0\u8bba\u60a8\u7684\u6700\u7ec8\u6210\u7ee9\u5982\u4f55\u3002\n \u5982\u679c\u60a8\u5bf9\u60a8\u7684\u76d1\u8003\u8003\u8bd5\u7684\u7ed3\u679c\u72b6\u6001\u6709\u4efb\u4f55\u95ee\u9898\uff0c\u8bf7\u8054\u7cfb%(platform_name)s \u652f\u6301\u5e2e\u52a9\u3002\n ", + "\n You have submitted this practice proctored exam\n ": "\n \u60a8\u5df2\u63d0\u4ea4\u672c\u6b21\u6a21\u62df\u76d1\u8003\u8003\u8bd5\n ", + "\n You have submitted this proctored exam for review\n ": "\n \u60a8\u5df2\u63d0\u4ea4\u6b64\u76d1\u8003\u8003\u8bd5\u81f3\u5ba1\u6838\n ", + "\n Your grade for this timed exam will be immediately available on the Progress page.\n ": "\n \u60a8\u6b64\u95e8\u9650\u65f6\u8003\u8bd5\u7684\u6210\u7ee9\u4f1a\u9a6c\u4e0a\u663e\u793a\u5728\u5b66\u5206\u8fdb\u5ea6\u9875\u9762\u3002\n ", + "\n Your practice proctoring results: Unsatisfactory \n ": "\n \u60a8\u7684\u6a21\u62df\u76d1\u8003\u7ed3\u679c\uff1a \u4e0d\u6ee1\u610f \n ", + "\n Your proctoring session ended before you completed this practice exam.\n You can retry this practice exam if you had problems setting up the online proctoring software.\n ": "\n \u76d1\u8003\u4f1a\u8bdd\u5df2\u7ed3\u675f\uff0c\u60a8\u672a\u5b8c\u6210\u672c\u6b21\u6a21\u62df\u76d1\u8003\u3002\n \u5982\u679c\u5728\u60a8\u8bbe\u7f6e\u5728\u7ebf\u76d1\u8003\u8f6f\u4ef6\u65f6\u9047\u5230\u95ee\u9898\uff0c\u8bf7\u91cd\u65b0\u8fdb\u884c\u6a21\u62df\u8003\u8bd5\u3002\n ", + "\n Your proctoring session was reviewed and did not pass requirements\n ": "\n \u60a8\u7684\u76d1\u8003\u5df2\u5ba1\u6838\u4f46\u672a\u901a\u8fc7\n ", + "\n Your proctoring session was reviewed and passed all requirements\n ": "\n \u60a8\u7684\u76d1\u8003\u8003\u8bd5\u5df2\u5ba1\u6838\u5e76\u901a\u8fc7\n ", + "\n %(exam_name)s is a Timed Exam (%(total_time)s)\n ": "\n %(exam_name)s \u662f\u9650\u65f6\u8003\u8bd5 (%(total_time)s)\n ", + "\n The following prerequisites are in a pending state and must be successfully completed before you can proceed:\n ": "\n \u4ee5\u4e0b\u5148\u4fee\u6761\u4ef6\u4efb\u52a1\u4e3a \u5f85\u5904\u7406 \u72b6\u6001\uff0c \u8bf7\u52a1\u5fc5\u5148\u6210\u529f\u5b8c\u6210\u4efb\u52a1\u518d\u7ee7\u7eed\u64cd\u4f5c\u4e0b\u4e00\u6b65\uff1a\n ", + "\n You can take this exam with proctoring only when all prerequisites have been successfully completed. Check your Progress page to see if prerequisite results have been updated. You can also take this exam now without proctoring, but you will not be eligible for credit.\n ": "\n \u5982\u679c\u60a8\u5df2\u5b8c\u6210\u6ee1\u8db3\u6240\u6709\u5148\u4fee\u6761\u4ef6\uff0c\u90a3\u4e48\u60a8\u53ef\u4ee5\u5173\u95ed\u6b64\u95e8\u8003\u8bd5\u7684\u76d1\u8003\u529f\u80fd\u3002\u5728\u5b66\u5206\u8fdb\u5ea6\u9875\u9762\u67e5\u770b\u6700\u65b0\u7684\u5148\u4fee\u6761\u4ef6\u72b6\u6001\u3002\u60a8\u4e5f\u53ef\u4ee5\u5173\u95ed\u6b64\u6b21\u8003\u8bd5\u7684\u76d1\u8003\u6a21\u5f0f\uff0c\u4f46\u5c06\u65e0\u6cd5\u83b7\u5f97\u5b66\u5206\u3002\n ", + "\n You did not satisfy the following prerequisites:\n ": "\n \u60a8\u4e0d\u6ee1\u8db3\u4e0b\u5217\u5148\u4fee\u6761\u4ef6\uff1a\n ", + "\n You did not satisfy the requirements for taking this exam with proctoring, and are not eligible for credit. See your Progress page for a list of requirements and your status for each.\n ": "\n \u60a8\u4e0d\u6ee1\u8db3\u6b64\u76d1\u8003\u8003\u8bd5\u7684\u8981\u6c42\uff0c\u5e76\u4e14\u6ca1\u6709\u7533\u8bf7\u5b66\u5206\u7684\u8d44\u683c\u3002\u8bf7\u524d\u5f80 \u5b66\u5206\u8d44\u683c\u8fdb\u5ea6\u9875\u9762\u67e5\u770b\u6240\u6709\u8981\u6c42\u548c\u60a8\u6bcf\u9879\u8981\u6c42\u4e0b\u7684\u72b6\u6001\u3002\n ", + "\n You have not completed the prerequisites for this exam. All requirements must be satisfied before you can take this proctored exam and be eligible for credit. See your Progress page for a list of requirements in the order that they must be completed.\n ": "\n \u60a8\u6682\u65f6\u4e0d\u5177\u5907\u6b64\u95e8\u8003\u8bd5\u7684\u5148\u4fee\u6761\u4ef6\u3002\u60a8\u5fc5\u987b\u6ee1\u8db3\u6240\u6709\u8003\u8bd5\u8981\u6c42\u624d\u53ef\u4ee5\u8fdb\u884c\u6b64\u95e8\u8003\u8bd5\u5e76\u83b7\u5f97\u5b66\u5206\u8d44\u683c\u3002\u8bf7\u5728\u60a8\u7684\u5b66\u4e60\u8fdb\u5ea6\u9875\u9762\u4e0a\u67e5\u770b\u9700\u8981\u5b8c\u6210\u7684\u8981\u6c42\u5217\u8868\u3002\n ", + " ${price} {currency} )": " ${price} {currency} )", + " From this point in time, you must follow the online proctoring rules to pass the proctoring review for your exam. ": "\u4ece\u73b0\u5728\u5f00\u59cb\uff0c\u60a8\u5fc5\u987b\u9075\u5b88\u5728\u7ebf\u76d1\u8003\u89c4\u5219\u4ee5\u901a\u8fc7\u76d1\u8003\u8003\u8bd5\u5ba1\u6838\u3002", + " Link": "\u5173\u8054", + " Your Proctoring Session Has Started ": "\u76d1\u8003\u6a21\u5f0f\u5df2\u5f00\u59cb", + " and ": "\u53ca", + " and {num_of_minutes} minute": "\u548c {num_of_minutes} \u5206\u949f", + " and {num_of_minutes} minutes": "\u548c{num_of_minutes}\u5206\u949f", + " learner does not exist in LMS and not added to the exception list": "\u5b66\u4e60\u8005\u4e0d\u5b58\u5728\u7cfb\u7edf\u4e2d\uff0c\u5c06\u4e0d\u52a0\u5230\u4f8b\u5916\u5217\u8868\u4e2d", + " learner is already white listed and not added to the exception list": "\u5b66\u5458\u5df2\u88ab\u5217\u5165\u767d\u540d\u5355\uff0c\u65e0\u6cd5\u6dfb\u52a0\u5230\u4f8b\u5916\u540d\u5355", + " learner is not enrolled in course and not added to the exception list": "\u5b66\u5458\u672a\u62a5\u540d\u6b64\u8bfe\u7a0b\uff0c\u65e0\u6cd5\u6dfb\u52a0\u5230\u4f8b\u5916\u540d\u5355", + " learner is successfully added to the exception list": "\u5b66\u4e60\u8005\u5df2\u7ecf\u6210\u529f\u5730\u52a0\u5165\u5230\u4f8b\u5916\u5217\u8868", + " learners are already white listed and not added to the exception list": "\u5b66\u5458\u5df2\u88ab\u5217\u5165\u767d\u540d\u5355\uff0c\u65e0\u6cd5\u6dfb\u52a0\u5230\u4f8b\u5916\u540d\u5355", + " learners are not enrolled in course and not added to the exception list": "\u5b66\u5458\u672a\u62a5\u540d\u6b64\u8bfe\u7a0b\uff0c\u65e0\u6cd5\u6dfb\u52a0\u5230\u4f8b\u5916\u540d\u5355", + " learners are successfully added to exception list": "\u5b66\u4e60\u8005\u5df2\u7ecf\u6210\u529f\u5730\u52a0\u5165\u5230\u4f8b\u5916\u5217\u8868", + " learners do not exist in LMS and not added to the exception list": "\u5b66\u5458\u8bb0\u5f55\u4e0d\u5b58\u5728LMS\u4e2d\uff0c\u65e0\u6cd5\u6dfb\u52a0\u5230\u4f8b\u5916\u540d\u5355", + " record is not in correct format and not added to the exception list": "\u8fd9\u6761\u8bb0\u5f55\u7684\u683c\u5f0f\u4e0d\u6b63\u786e\uff0c\u65e0\u6cd5\u6dfb\u52a0\u5230\u4f8b\u5916\u540d\u5355", + " records are not in correct format and not added to the exception list": "\u8fd9\u4e9b\u8bb0\u5f55\u7684\u683c\u5f0f\u4e0d\u6b63\u786e\uff0c\u65e0\u6cd5\u6dfb\u52a0\u5230\u4f8b\u5916\u540d\u5355", + " to complete and submit the exam.": "\u6765\u5b8c\u6210\u5e76\u63d0\u4ea4\u8003\u8bd5\u3002", + "${listPrice}": "${listPrice}", + "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", "%(errorCount)s error found in form.": [ "\u8868\u683c\u4e2d\u53d1\u73b0 %(errorCount)s \u4e2a\u9519\u8bef\u3002" - ], - "%(field)s can only contain up to %(count)d characters.": "%(field)s \u6700\u591a\u53ea\u80fd\u6709 %(count)d \u4e2a\u5b57\u7b26\u3002", - "%(field)s must have at least %(count)d characters.": "%(field)s \u81f3\u5c11\u8981\u6709 %(count)d \u5b57\u7b26\u3002", - "%(memberCount)s / %(maxMemberCount)s Member": [ - "%(memberCount)s / %(maxMemberCount)s \u4e2a\u6210\u5458" - ], - "%(new_item_message)s": "%(new_item_message)s", - "%(num_points)s point possible (graded)": [ - "%(num_points)s \u6ee1\u5206 (\u8ba1\u5165\u6210\u7ee9)" - ], - "%(num_points)s point possible (graded, results hidden)": [ - "%(num_points)s \u6ee1\u5206 (\u8ba1\u5165\u6210\u7ee9\uff0c\u9690\u85cf\u7b54\u6848)" - ], - "%(num_points)s point possible (ungraded)": [ - "%(num_points)s\u6ee1\u5206\uff08\u4e0d\u8ba1\u5165\u6210\u7ee9\uff09" - ], - "%(num_points)s point possible (ungraded, results hidden)": [ - " %(num_points)s\u6ee1\u5206 (\u4e0d\u8ba1\u5165\u6210\u7ee9\uff0c\u9690\u85cf\u7b54\u6848)" - ], + ], + "%(field)s can only contain up to %(count)d characters.": "%(field)s \u6700\u591a\u53ea\u80fd\u6709 %(count)d \u4e2a\u5b57\u7b26\u3002", + "%(field)s must have at least %(count)d characters.": "%(field)s \u81f3\u5c11\u8981\u6709 %(count)d \u5b57\u7b26\u3002", + "%(new_item_message)s": "%(new_item_message)s", "%(num_questions)s question": [ "%(num_questions)s \u4e2a\u95ee\u9898" - ], + ], "%(num_students)s student": [ "%(num_students)s \u4e2a\u5b66\u751f" - ], + ], "%(num_students)s student opened Subsection": [ "%(num_students)s \u4e2a\u5b66\u751f\u5df2\u6253\u5f00\u5206\u9879" - ], - "%(programName)s Home Page.": "%(programName)s\u4e3b\u9875", - "%(team_count)s Team": [ - "%(team_count)s \u4e2a\u56e2\u961f" - ], - "%(type)s Component Template Menu": "%(type)s \u7ec4\u4ef6\u6a21\u677f\u83dc\u5355", + ], + "%(programName)s Home Page.": "%(programName)s\u4e3b\u9875", + "%(type)s Component Template Menu": "%(type)s \u7ec4\u4ef6\u6a21\u677f\u83dc\u5355", "%(value)s hour": [ "%(value)s\u5c0f\u65f6" - ], + ], "%(value)s minute": [ "%(value)s\u5206\u949f" - ], + ], "%(value)s second": [ "%(value)s\u79d2" - ], + ], "%d day": [ "%d\u5929" - ], + ], "%d minute": [ "%d\u5206\u949f" - ], + ], "%d month": [ "%d\u6708" - ], + ], "%d year": [ "%d\u5e74" - ], - "%s ago": "%s \u4ee5\u524d", - "%s from now": "\u8ddd\u73b0\u5728:%s", - "(Add signatories for a certificate)": "(\u6dfb\u52a0\u8bc1\u4e66\u4e2d\u7684\u7b7e\u7f72\u65b9)", - "(Caption will be displayed when you start playing the video.)": "(\u5f00\u59cb\u64ad\u653e\u89c6\u9891\u65f6\u5c06\u663e\u793a\u5b57\u5e55)", - "(Optional)": "(\u975e\u5fc5\u586b)", - "(Read-only)": "\uff08\u53ea\u8bfb\uff09", - "(Required Field)": "(\u5fc5\u586b\u5b57\u6bb5)", - "(Self-paced) Ended {end}": "(\u81ea\u4e3b\u6a21\u5f0f) \u7ed3\u675f {end}", - "(Self-paced) Ends {end}": "(\u81ea\u4e3b\u6a21\u5f0f) \u7ed3\u675f {end}", - "(Self-paced) Started {start}": "(\u81ea\u4e3b\u6a21\u5f0f) \u5f00\u59cb {start}", - "(Self-paced) Starts {start}": "(\u81ea\u4e3b\u6a21\u5f0f) \u5f00\u59cb {start}", + ], + "%s ago": "%s \u4ee5\u524d", + "%s from now": "\u8ddd\u73b0\u5728:%s", + "(Add signatories for a certificate)": "(\u6dfb\u52a0\u8bc1\u4e66\u4e2d\u7684\u7b7e\u7f72\u65b9)", + "(Caption will be displayed when you start playing the video.)": "(\u5f00\u59cb\u64ad\u653e\u89c6\u9891\u65f6\u5c06\u663e\u793a\u5b57\u5e55)", + "(Optional)": "(\u975e\u5fc5\u586b)", + "(Read-only)": "\uff08\u53ea\u8bfb\uff09", + "(Required Field)": "(\u5fc5\u586b\u5b57\u6bb5)", + "(Self-paced) Ended {end}": "(\u81ea\u4e3b\u6a21\u5f0f) \u7ed3\u675f {end}", + "(Self-paced) Ends {end}": "(\u81ea\u4e3b\u6a21\u5f0f) \u7ed3\u675f {end}", + "(Self-paced) Started {start}": "(\u81ea\u4e3b\u6a21\u5f0f) \u5f00\u59cb {start}", + "(Self-paced) Starts {start}": "(\u81ea\u4e3b\u6a21\u5f0f) \u5f00\u59cb {start}", "(contains %(student_count)s student)": [ "\uff08\u5305\u62ec %(student_count)s \u4e2a\u5b66\u751f\uff09" - ], - "(optional)": "\uff08\u975e\u5fc5\u586b\uff09", - "(required)": "\uff08\u5fc5\u586b\u9879\uff09", - "(required):": "(\u5fc5\u987b):", - "- Sortable": "\u2014\u53ef\u6392\u5e8f\u7684", - ": video upload complete.": "\u89c6\u9891\u4e0a\u4f20\u6210\u529f", - "<%= user %> already in exception list.": "<%= user %> \u5df2\u5728\u7279\u4f8b\u540d\u5355\u4e2d\u3002", - "<%= user %> has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.": "\u5df2\u7ecf\u6210\u529f\u65b0\u589e<%= user %>\u5230\u7279\u4f8b\u540d\u5355\u4e2d\u3002\u8bf7\u70b9\u51fb\u4e0b\u9762\u7684\u4ea7\u751f\u7279\u4f8b\u8bc1\u4e66\u5e76\u53d1\u9001\u8bc1\u4e66\u3002", - "A Password is required": "\u5bc6\u7801\u4e3a\u5fc5\u586b\u9879", - "A driver's license, passport, or government-issued ID with your name and photo.": "\u9a7e\u7167\u3001\u62a4\u7167\u6216\u8005\u7531\u653f\u5e9c\u7b7e\u53d1\u7684\u5e26\u6709\u60a8\u59d3\u540d\u548c\u7167\u7247\u7684\u8eab\u4efd\u8bc1\u4ef6\u3002", - "A driver's license, passport, or other government-issued ID with your name and photo": "\u9a7e\u7167\u3001\u62a4\u7167\u6216\u8005\u5176\u4ed6\u7531\u653f\u5e9c\u7b7e\u53d1\u7684\u5e26\u6709\u60a8\u59d3\u540d\u548c\u7167\u7247\u7684\u8eab\u4efd\u8bc1\u4ef6", - "A highlight to look forward to this week.": "\u672c\u5468\u7684\u4e00\u4e2a\u671f\u5f85\u91cd\u70b9\u3002", - "A list of courses you have just enrolled in as a verified student": "\u60a8\u4ee5\u8ba4\u8bc1\u5b66\u751f\u7684\u8eab\u4efd\u9009\u4fee\u7684\u8bfe\u7a0b\u5217\u8868", - "A name that identifies your team (maximum 255 characters).": "\u56e2\u961f\u540d\u79f0 (\u4e0d\u957f\u4e8e255\u4e2a\u5b57\u7b26)", - "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "\u7b80\u77ed\u7684\u56e2\u961f\u63cf\u8ff0\uff0c\u4ee5\u5e2e\u52a9\u5176\u4ed6\u5b66\u4e60\u8005\u4e86\u89e3\u6b64\u56e2\u961f\u7684\u76ee\u6807\u4e0e\u65b9\u5411 (\u6700\u5927\u4e3a300\u4e2a\u5b57\u7b26\u957f\u5ea6)", - "A valid email address is required": "\u9700\u8981\u4e00\u4e2a\u6709\u6548\u7684\u90ae\u7bb1", - "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", - "API Key": "API Key", - "API Secret": "API Secret", - "Abbreviation": "\u7f29\u5199", - "About Me": "\u4e2a\u4eba\u8d44\u6599", - "About You": "\u5173\u4e8e\u60a8", - "About me": "\u4e2a\u4eba\u8d44\u6599", - "Access to some content in this unit is restricted to specific groups of learners": "\u4ec5\u9650\u6307\u5b9a\u5206\u7ec4\u5b66\u5458\u53ef\u8bbf\u95ee\u6b64\u5355\u5143\u7684\u90e8\u5206\u5185\u5bb9", - "Access to some content in this {blockType} is restricted to specific groups of learners.": "\u6b64{blockType}\u7684\u67d0\u4e9b\u5185\u5bb9\u4ec5\u9650\u6307\u5b9a\u5206\u7ec4\u5b66\u5458\u53ef\u8bbf\u95ee\u3002", - "Access to this unit is restricted to: {selectedGroupsLabel}": "\u4ec5\u9650{selectedGroupsLabel}\u53ef\u8bbf\u95ee\u8be5\u5355\u5143", - "Access to this {blockType} is restricted to: {selectedGroupsLabel}": "\u4ec5\u9650{selectedGroupsLabel}\u53ef\u8bbf\u95ee\u6b64{blockType}", - "Accomplishments": "\u6210\u7ee9", - "Accomplishments Pagination": "\u6210\u7ee9\u5206\u9875", - "Account": "\u8d26\u53f7", - "Account Information": "\u8d26\u53f7\u4fe1\u606f", - "Account Not Activated": "\u8d26\u53f7\u672a\u6fc0\u6d3b", - "Account Settings": "\u8d26\u53f7\u8bbe\u7f6e", - "Account Settings page.": "\u8d26\u53f7\u8bbe\u7f6e\u9875\u9762\u3002", - "Account deletion, including removal from email lists, may take a few weeks to fully process through our system. If you want to opt-out of emails before then, please unsubscribe from the footer of any email.": "\u5220\u9664\u8d26\u53f7\u5305\u62ec\u4ece\u90ae\u7bb1\u5217\u8868\u4e2d\u79fb\u9664\u60a8\u7684\u90ae\u7bb1\uff0c\u6211\u4eec\u7684\u7cfb\u7edf\u53ef\u80fd\u9700\u8981\u8017\u65f6\u6570\u5468\u624d\u80fd\u5b8c\u6210\u5904\u7406\u3002\u5982\u679c\u5728\u6b64\u671f\u95f4\u60a8\u4e0d\u5e0c\u671b\u6536\u5230\u90ae\u4ef6\uff0c\u8bf7\u4ece\u4efb\u610f\u90ae\u4ef6\u7684\u9875\u811a\u53d6\u6d88\u8ba2\u9605\u3002", - "Action": "\u64cd\u4f5c", - "Action required: Enter a valid date.": "\u6240\u9700\u64cd\u4f5c\uff1a\u8f93\u5165\u6709\u6548\u65e5\u671f", - "Actions": "\u64cd\u4f5c", - "Activate": "\u6fc0\u6d3b", - "Activate Your Account": "\u6fc0\u6d3b\u60a8\u7684\u8d26\u53f7", - "Activating a link in this group will skip to the corresponding point in the video.": "\u6fc0\u6d3b\u672c\u7ec4\u4e2d\u7684\u94fe\u63a5\u5c06\u8df3\u8f6c\u81f3\u89c6\u9891\u4e2d\u76f8\u5e94\u7684\u65f6\u95f4\u70b9\u3002", - "Active": "\u6d3b\u8dc3\u7684", - "Active Uploads": "\u6d3b\u8dc3\u7684\u4e0a\u4f20\u5185\u5bb9", - "Add": "\u6dfb\u52a0", - "Add Additional Signatory": "\u6dfb\u52a0\u989d\u5916\u7b7e\u7ae0", - "Add Attachment": "\u6dfb\u52a0\u9644\u4ef6", - "Add Cohort": "\u6dfb\u52a0\u7fa4\u7ec4", - "Add Component:": "\u6dfb\u52a0\u7ec4\u4ef6\uff1a", - "Add Country": "\u6dfb\u52a0\u56fd\u5bb6", - "Add Learners": "\u6dfb\u52a0\u5b66\u5458", - "Add New Component": "\u6dfb\u52a0\u65b0\u7ec4\u4ef6", - "Add Thumbnail": "\u6dfb\u52a0\u7f29\u7565\u56fe", - "Add Thumbnail - {videoName}": "\u6dfb\u52a0 {videoName} \u7f29\u7565\u56fe", - "Add URLs for additional versions": "\u6dfb\u52a0\u5176\u4ed6\u7248\u672c\u7684URL", - "Add a Chapter": "\u6dfb\u52a0\u4e00\u7ae0", - "Add a New Cohort": "\u6dfb\u52a0\u65b0\u7fa4\u7ec4", - "Add a learning outcome here": "\u5728\u8fd9\u91cc\u6dfb\u52a0\u5b66\u4e60\u6210\u679c", - "Add another group": "\u6dfb\u52a0\u53e6\u4e00\u4e2a\u7ec4", - "Add language": "\u6dfb\u52a0\u8bed\u8a00", - "Add learners to this cohort": "\u6dfb\u52a0\u5b66\u5458\u81f3\u6b64\u7fa4\u7ec4", - "Add notes about this learner": "\u6dfb\u52a0\u5173\u4e8e\u6b64\u5b66\u5458\u7684\u5907\u6ce8", - "Add to Dictionary": "\u52a0\u5165\u5230\u5b57\u5178", - "Add to Exception List": "\u6dfb\u52a0\u5230\u7279\u6b8a\u5904\u7406\u5217\u8868", - "Add your first content group": "\u6dfb\u52a0\u9996\u4e2a\u5185\u5bb9\u7ec4", - "Add your first group configuration": "\u6dfb\u52a0\u9996\u4e2a\u7ec4\u914d\u7f6e", - "Add your first textbook": "\u6dfb\u52a0\u7b2c\u4e00\u672c\u8bfe\u672c", - "Add {role} Access": "\u6dfb\u52a0{role}\u8bbf\u95ee\u6743\u9650", - "Adding": "\u6b63\u5728\u6dfb\u52a0", - "Adding the selected course to your cart": "\u6b63\u5728\u5c06\u60a8\u6240\u9009\u7684\u8bfe\u7a0b\u6dfb\u52a0\u5230\u60a8\u7684\u8d2d\u7269\u8f66", - "Additional Credit Opportunities": "\u9644\u52a0\u5b66\u5206\u673a\u4f1a", - "Additional Information": "\u5176\u4ed6\u4fe1\u606f", - "Additional Professional Opportunities": "\u9644\u52a0\u804c\u4e1a\u673a\u4f1a", - "Additional Time (minutes)": "\u989d\u5916\u65f6\u95f4\uff08\u5206\u949f\uff09", - "Additional posts could not be loaded. Refresh the page and try again.": "\u65e0\u6cd5\u52a0\u8f7d\u66f4\u591a\u5e16\u5b50\uff0c\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", - "Additional responses could not be loaded. Refresh the page and try again.": "\u65e0\u6cd5\u52a0\u8f7d\u66f4\u591a\u56de\u590d\uff0c\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", - "Adjust video speed": "\u8c03\u6574\u89c6\u9891\u64ad\u653e\u901f\u5ea6", - "Adjust video volume": "\u8c03\u6574\u89c6\u9891\u97f3\u91cf", - "Admin": "\u7ba1\u7406\u5458", - "Advanced": "\u9ad8\u7ea7", - "After the course\\'s end date has passed, learners can no longer access subsection content. The subsection remains included in grade calculations.": "\u7ed3\u8bfe\u65e5\u671f\u7ed3\u675f\u540e\uff0c\u5b66\u5458\u65e0\u6cd5\u7ee7\u7eed\u8bbf\u95ee\u8be5\u5c0f\u8282\u5185\u5bb9\u3002\u8be5\u5c0f\u8282\u4ecd\u8ba1\u5165\u603b\u5206\u3002", - "After the subsection\\'s due date has passed, learners can no longer access its content. The subsection remains included in grade calculations.": "\u8be5\u8282\u622a\u6b62\u65e5\u671f\u7ed3\u675f\u540e\uff0c\u5b66\u5458\u65e0\u6cd5\u7ee7\u7eed\u8bbf\u95ee\u8be5\u5c0f\u8282\u5185\u5bb9\u3002\u8be5\u5c0f\u8282\u4ecd\u8ba1\u5165\u603b\u5206\u3002", - "After you select ": "\u9009\u62e9\u5b8c\u6210\u540e", - "After you upload new files all your previously uploaded files will be overwritten. Continue?": "\u4e0a\u4f20\u65b0\u6587\u4ef6\u540e\uff0c\u6240\u6709\u4e4b\u524d\u4e0a\u4f20\u7684\u6587\u4ef6\u90fd\u4f1a\u88ab\u8986\u76d6\u3002\u7ee7\u7eed\u5417?", - "Align center": "\u5c45\u4e2d\u5bf9\u9f50", - "Align left": "\u5de6\u5bf9\u9f50", - "Align right": "\u53f3\u5bf9\u9f50", - "Alignment": "\u5bf9\u9f50", - "All Learners and Staff": "\u6240\u6709\u5b66\u4e60\u8005\u4e0e\u6559\u5458", - "All Posts": "\u6240\u6709\u8ba8\u8bba\u5e16", - "All Rights Reserved": "\u4fdd\u7559\u6240\u6709\u6743\u5229", - "All Time Zones": "\u6240\u6709\u65f6\u533a", - "All Topics": "\u6240\u6709\u4e3b\u9898", - "All Unreviewed": "\u5168\u90e8\u672a\u5ba1\u6838", - "All Unreviewed Failures": "\u6240\u6709\u672a\u5ba1\u6838\u7684\u5931\u8d25\u9879", - "All accounts were created successfully.": "\u6240\u6709\u8d26\u53f7\u521b\u5efa\u6210\u529f\u3002", - "All chapters must have a name and asset": "\u6240\u6709\u7ae0\u8282\u90fd\u5fc5\u987b\u62e5\u6709\u540d\u79f0\u548c\u5185\u5bb9", - "All groups must have a name.": "\u6240\u6709\u7ec4\u90fd\u5fc5\u987b\u6709\u540d\u79f0\u3002", - "All groups must have a unique name.": "\u6240\u6709\u7684\u7ec4\u7684\u540d\u5b57\u5fc5\u987b\u662f\u552f\u4e00\u7684\u3002", - "All learners in the {cohort_name} cohort": "\u6240\u6709\u5728{cohort_name}\u7fa4\u7ec4\u4e2d\u7684\u5b66\u5458", - "All learners in the {track_name} track": "\u6240\u6709\u5728{track_name}\u9009\u8bfe\u901a\u9053\u4e2d\u7684\u5b66\u5458", - "All learners who are enrolled in this course": "\u6240\u6709\u5df2\u62a5\u540d\u6b64\u8bfe\u7a0b\u7684\u5b66\u5458", - "All payment options are currently unavailable.": "\u6240\u6709\u7684\u4ed8\u6b3e\u65b9\u5f0f\u76ee\u524d\u4e0d\u53ef\u7528\u3002", - "All professional education courses are fee-based, and require payment to complete the enrollment process.": "\u6240\u6709\u7684\u4e13\u4e1a\u6559\u80b2\u8bfe\u7a0b\u90fd\u662f\u6536\u8d39\u7684\uff0c\u5fc5\u987b\u6210\u529f\u4ea4\u8d39\u624d\u80fd\u5b8c\u6210\u9009\u8bfe\u8fc7\u7a0b\u3002", - "All subsections": "\u6240\u6709\u8282", - "All teams": "\u6240\u6709\u7fa4\u7ec4", - "All topics": "\u6240\u6709\u4e3b\u9898", - "All units": "\u6240\u6709\u5355\u5143", - "All users on the Exception list": "\u7279\u6b8a\u5904\u7406\u5217\u8868\u4e2d\u7684\u6240\u6709\u7528\u6237", - "All users on the Exception list who do not yet have a certificate": "\u7279\u6b8a\u5904\u7406\u5217\u8868\u4e2d\u5c1a\u672a\u83b7\u5f97\u8bc1\u4e66\u7684\u6240\u6709\u7528\u6237", - "Allow others to copy, distribute, display and perform only verbatim copies of your work, not derivative works based upon it. This option is incompatible with \"Share Alike\".": "\u5141\u8bb8\u4ed6\u4eba\u590d\u5236\u3001\u53d1\u5e03\u3001\u6f14\u793a\u53ca\u4f7f\u7528\u672c\u4f5c\u54c1\uff0c\u4f46\u4e0d\u5f97\u6539\u53d8\u3001\u8f6c\u53d8\u6216\u66f4\u6539\u672c\u4f5c\u54c1\uff0c\u4ee5\u53ca\u57fa\u4e8e\u672c\u4f5c\u54c1\u7684\u884d\u751f\u4f5c\u54c1\u3002\u8be5\u9009\u9879\u4e0d\u7b26\u5408\u201c\u76f8\u540c\u65b9\u5f0f\u5171\u4eab\u201d\u7684\u89c4\u5b9a", - "Allow others to copy, distribute, display and perform your copyrighted work but only if they give credit the way you request. Currently, this option is required.": "\u8bf7\u6309\u7167\u60a8\u6307\u5b9a\u7684\u65b9\u5f0f\u83b7\u53d6\u8bb8\u53ef\uff0c\u5141\u8bb8\u4ed6\u4eba\u590d\u5236\u3001\u53d1\u884c\u3001\u6f14\u793a\u53ca\u4f7f\u7528\u60a8\u62e5\u6709\u7248\u6743\u7684\u4f5c\u54c1\u3002\u5f53\u524d\uff0c\u8be5\u9009\u9879\u4e3a\u5fc5\u9009\u9879\u3002", - "Allow others to copy, distribute, display and perform your work - and derivative works based upon it - but for noncommercial purposes only.": "\u5141\u8bb8\u4ed6\u4eba\u81ea\u7531\u590d\u5236\u3001\u53d1\u884c\u3001\u6f14\u793a\u53ca\u4f7f\u7528\u60a8\u7684\u4f5c\u54c1\u4ee5\u53ca\u57fa\u4e8e\u672c\u4f5c\u54c1\u7684\u76f8\u5173\u884d\u751f\u4f5c\u54c1\uff0c\u4f46\u4ee5\u4e0a\u884c\u4e3a\u53ea\u80fd\u57fa\u4e8e\u975e\u8425\u5229\u6027\u76ee\u7684\u3002", - "Allow others to distribute derivative works only under a license identical to the license that governs your work. This option is incompatible with \"No Derivatives\".": "\u5728\u9075\u5b88\u4e0e\u672c\u4f5c\u54c1\u4e00\u81f4\u7684\u6388\u6743\u6761\u6b3e\u7684\u524d\u63d0\u4e0b\uff0c\u5141\u8bb8\u4ed6\u4eba\u53d1\u884c\u884d\u751f\u4f5c\u54c1\u3002\u8be5\u9009\u9879\u4e0d\u7b26\u5408\u201c\u7981\u6b62\u6539\u4f5c\u201d\u7684\u89c4\u5b9a", - "Allow students to generate certificates for this course?": "\u662f\u5426\u5141\u8bb8\u5b66\u751f\u751f\u6210\u8be5\u8bfe\u7a0b\u8bc1\u4e66\uff1f", - "Already a course team member": "\u5df2\u7ecf\u662f\u8bfe\u7a0b\u56e2\u961f\u6210\u5458", - "Already a library team member": "\u5df2\u7ecf\u662f\u77e5\u8bc6\u5e93\u56e2\u961f\u6210\u5458", - "Already a member": "\u5df2\u7ecf\u662f\u6210\u5458\u4e86", - "Already have an {platformName} account?": "\u5df2\u6ce8\u518c{platformName}\u8d26\u53f7\uff1f", - "Alternative source": "\u5907\u7528\u6e90", - "Always divide content-specific discussion topics": "\u603b\u662f\u5c06\u4ee5\u5177\u4f53\u5185\u5bb9\u800c\u5b9a\u7684\u8ba8\u8bba\u4e3b\u9898\u533a\u5206\u5f00", - "Always show assessment results": "\u603b\u662f\u663e\u793a\u8bc4\u4f30\u7ed3\u679c", - "Amount": "\u91d1\u989d", - "An email has been sent to {userEmail} with a link for you to activate your account.": "\u4e00\u5c01\u5e26\u6709\u6fc0\u6d3b\u8d26\u53f7\u94fe\u63a5\u7684\u90ae\u4ef6\u5df2\u53d1\u9001\u81f3{userEmail}\u3002", - "An error has occurred. Check your Internet connection and try again.": "\u9519\u8bef\u53d1\u751f\u3002\u8bf7\u68c0\u67e5\u60a8\u7684\u7f51\u7edc\u8fde\u63a5\u60c5\u51b5\uff0c\u5e76\u4e14\u91cd\u8bd5\u4e00\u6b21\u3002", - "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "\u51fa\u73b0\u4e86\u4e00\u4e2a\u9519\u8bef\u3002\u8bf7\u786e\u4fdd\u60a8\u5df2\u8054\u7f51\uff0c\u7136\u540e\u5237\u65b0\u9875\u9762\u3002", - "An error has occurred. Please try again later.": "\u53d1\u751f\u4e86\u4e00\u4e2a\u9519\u8bef\uff0c\u8bf7\u7a0d\u540e\u91cd\u8bd5\u3002", - "An error has occurred. Please try again.": "\u53d1\u751f\u4e86\u4e00\u4e2a\u672a\u77e5\u9519\u8bef\uff0c\u8bf7\u91cd\u8bd5\u3002", - "An error has occurred. Please try reloading the page.": "\u53d1\u751f\u4e86\u4e00\u4e2a\u9519\u8bef\u3002\u8bf7\u91cd\u65b0\u52a0\u8f7d\u8fd9\u4e2a\u9875\u9762\u3002", - "An error has occurred. Refresh the page, and then try again.": "\u53d1\u751f\u4e86\u4e00\u4e2a\u9519\u8bef\uff0c\u8bf7\u5237\u65b0\u9875\u9762\u540e\u91cd\u8bd5\u3002", - "An error has occurred. Try refreshing the page, or check your Internet connection.": "\u53d1\u751f\u9519\u8bef\u3002\u8bf7\u5c1d\u8bd5\u5237\u65b0\u9875\u9762\uff0c\u6216\u68c0\u67e5\u60a8\u7684\u7f51\u7edc\u8fde\u63a5\u60c5\u51b5\u3002", - "An error has occurred. Wait a few minutes, and then try again.": "\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u7a0d\u540e\u5c1d\u8bd5\u3002", - "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "\u83b7\u53d6\u90ae\u4ef6\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u7a0d\u540e\u91cd\u8bd5\u3002\u5982\u95ee\u9898\u6301\u7eed\u53d1\u751f\uff0c\u8bf7\u54a8\u8be2\u6280\u672f\u652f\u6301\u3002", - "An error occurred when signing you in to %s.": "\u60a8\u5728\u767b\u5f55%s\u65f6\u53d1\u751f\u9519\u8bef\u3002", - "An error occurred while removing the member from the team. Try again.": "\u79fb\u9664\u6210\u5458\u65f6\u53d1\u751f\u9519\u8bef\u3002\u8bf7\u91cd\u8bd5\u4e00\u6b21\u3002", - "An error occurred.": "\u53d1\u751f\u4e86\u4e00\u4e2a\u9519\u8bef\u3002", - "An error occurred. Make sure that the student's username or email address is correct and try again.": "\u53d1\u751f\u4e86\u4e00\u4e2a\u9519\u8bef\uff0c\u8bf7\u786e\u8ba4\u5b66\u751f\u7528\u6237\u540d\u6216\u90ae\u7bb1\u6b63\u786e\u5e76\u91cd\u8bd5\u3002", - "An error occurred. Please reload the page.": "\u53d1\u751f\u4e86\u4e00\u4e2a\u9519\u8bef\uff0c\u8bf7\u91cd\u65b0\u52a0\u8f7d\u9875\u9762\u3002", - "An error occurred. Please try again.": "\u53d1\u751f\u4e86\u4e00\u4e2a\u672a\u77e5\u9519\u8bef\uff0c\u8bf7\u91cd\u8bd5\u3002", - "An error occurred. Try again.": "\u53d1\u751f\u9519\u8bef\u3002 \u518d\u8bd5\u4e00\u6b21\u3002", - "An unexpected error occurred. Please try again.": "\u610f\u5916\u9519\u8bef\u53d1\u751f\uff0c\u8bf7\u91cd\u8bd5\u3002", - "Anchor": "\u951a\u70b9", - "Anchors": "\u951a\u70b9", - "Any content that has listed this content as a prerequisite will also have access limitations removed.": "\u5176\u4ed6\u628a\u6b64\u5217\u4e3a\u5148\u4fee\u77e5\u8bc6\u7684\u5185\u5bb9\u4e5f\u5c06\u53d6\u6d88\u8bbf\u95ee\u9650\u5236\u3002", - "Any course progress or grades from your current session will be lost.": "\u6240\u6709\u5f53\u524d\u5b66\u671f\u7684\u5b66\u4e60\u8fdb\u5ea6\u548c\u6210\u7ee9\u90fd\u4f1a\u4e22\u5931\u3002", - "Any divided discussion topics are divided based on cohort.": "\u4efb\u4f55\u6709\u533a\u5206\u7684\u8ba8\u8bba\u4e3b\u9898\u90fd\u6309\u7fa4\u7ec4\u8fdb\u884c\u533a\u5206\u7684\u3002", - "Any divided discussion topics are divided based on enrollment track.": "\u4efb\u4f55\u6709\u533a\u5206\u7684\u8ba8\u8bba\u4e3b\u9898\u90fd\u662f\u6839\u636e\u9009\u8bfe\u901a\u9053\u6765\u533a\u5206\u7684\u3002", - "Are you having trouble finding a team to join?": "\u60a8\u662f\u5426\u5728\u627e\u56e2\u961f\u52a0\u5165\u8fc7\u7a0b\u4e2d\u9047\u5230\u56f0\u96be\uff1f", - "Are you sure that you want to leave this session?": "\u786e\u5b9a\u79bb\u5f00\u6b64\u5b66\u671f\uff1f", - "Are you sure you want to change to a different session?": "\u786e\u5b9a\u66f4\u6539\u5b66\u671f\uff1f", - "Are you sure you want to delete this comment?": "\u60a8\u786e\u5b9a\u8981\u5220\u9664\u8fd9\u6761\u8bc4\u8bba\u5417\uff1f", - "Are you sure you want to delete this page? This action cannot be undone.": "\u60a8\u786e\u8ba4\u8981\u5220\u9664\u8be5\u9875\u9762\u5417\uff1f\u8be5\u64cd\u4f5c\u65e0\u6cd5\u64a4\u9500\u3002", - "Are you sure you want to delete this post?": "\u60a8\u786e\u5b9a\u8981\u5220\u9664\u8fd9\u4e2a\u5e16\u5b50\uff1f", - "Are you sure you want to delete this response?": "\u60a8\u786e\u5b9a\u8981\u5220\u9664\u8fd9\u4e2a\u56de\u590d\u5417", - "Are you sure you want to delete this update?": "\u60a8\u786e\u5b9a\u8981\u5220\u9664\u6b64\u66f4\u65b0\u5417\uff1f", - "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "\u60a8\u786e\u5b9a\u8981\u4ece\u201c{container}\u201d\u7684\u8bfe\u7a0b\u56e2\u961f\u4e2d\u5220\u9664{email}\uff1f", - "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "\u60a8\u786e\u5b9a\u8981\u4ece\u77e5\u8bc6\u5e93\u201c{container}\u201d\u4e2d\u5220\u9664{email}\uff1f", - "Are you sure you want to remove this transcript?": "\u60a8\u786e\u5b9a\u8981\u79fb\u9664\u6b64\u5b57\u5e55\uff1f", - "Are you sure you want to remove this video from the list?": "\u786e\u5b9a\u8981\u5c06\u6b64\u89c6\u9891\u4ece\u5217\u8868\u4e2d\u79fb\u9664\u5417\uff1f", - "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "\u60a8\u786e\u5b9a\u8981\u9650\u5236{email}\u5bf9\u201c{container}\u201d\u7684\u8bbf\u95ee\uff1f", - "Are you sure you want to revert to the last published version of the unit? You cannot undo this action.": "\u60a8\u786e\u5b9a\u8981\u6062\u590d\u5230\u6b64\u5355\u5143\u4e0a\u6b21\u53d1\u5e03\u7684\u7248\u672c\uff1f\u6b64\u64cd\u4f5c\u65e0\u6cd5\u64a4\u9500\u3002", - "Are you sure you want to select this session?": "\u786e\u5b9a\u9009\u62e9\u6b64\u5b66\u671f\uff1f", - "Are you sure you want to unenroll from the purchased course {courseName} ({courseNumber})?": "\u60a8\u786e\u5b9a\u8981\u9000\u9009\u5df2\u8d2d\u4e70\u8bfe\u7a0b{courseName} \uff08{courseNumber} \uff09\uff1f", - "Are you sure you want to unenroll from the verified {certNameLong} track of {courseName} ({courseNumber})?": "\u4f60\u662f\u5426\u786e\u5b9a\u8981\u9000\u51fa{courseName}({courseNumber}) \u7684\u5df2\u9a8c\u8bc1 {certNameLong}\u8def\u5f84\uff1f", - "Are you sure you want to unenroll from the verified {certNameLong} track of {courseName} ({courseNumber})?": "\u4f60\u662f\u5426\u786e\u5b9a\u8981\u9000\u51fa{courseName}({courseNumber}) \u7684\u5df2\u9a8c\u8bc1 {certNameLong}\u8def\u5f84\uff1f", - "Are you sure you want to unenroll from {courseName} ({courseNumber})?": "\u60a8\u786e\u5b9a\u8981\u9000\u9009\u8bfe\u7a0b{courseName} \uff08{courseNumber} \uff09\uff1f", - "Are you sure you want to unenroll from {courseName} ({courseNumber})? You will be refunded the amount you paid.": "\u786e\u5b9a\u9000\u9009\u8bfe\u7a0b {courseName} ({courseNumber})\uff1f\u60a8\u5c06\u4f1a\u6536\u5230\u5168\u989d\u9000\u6b3e\u3002", - "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "\u5220\u9664\u7684\u9879\u76ee\u4e0d\u80fd\u6062\u590d\uff01\u60a8\u786e\u5b9a\u8981\u5220\u9664\u8fd9\u4e2a\u9879\u76ee\u5417?\n\n\n\u4e0e\u8fd9\u4e2a\u9879\u76ee\u76f8\u5173\u7684\u4e00\u5207\u4fe1\u606f\uff08\u5982\u76f8\u5e94\u7684\u56fe\u7247\u548c\u94fe\u63a5\uff09\u90fd\u4f1a\u4e22\u5931\u3002", - "Are you sure?": "\u60a8\u786e\u5b9a\u5417\uff1f", - "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "\u4f5c\u4e3a\u8ba4\u8bc1\u8fc7\u7a0b\u4e2d\u4e00\u90e8\u5206\uff0c\u60a8\u9700\u8981\u62cd\u6444\u4e24\u5f20\u7167\u7247\uff1a\u60a8\u7684\u9762\u90e8\u4ee5\u53ca\u60a8\u7684\u8eab\u4efd\u8bc1\u4ef6\uff08\u8be5\u8bc1\u4ef6\u987b\u7531\u653f\u5e9c\u7b7e\u53d1\u4e14\u6709\u60a8\u7684\u7167\u7247\uff09\u3002\u6211\u4eec\u7684\u6388\u6743\u670d\u52a1\u90e8\u5c06\u901a\u8fc7\u5bf9\u6bd4\u60a8\u7684\u9762\u90e8\u7167\u7247\u548c\u60a8\u7684\u8bc1\u4ef6\u4e0a\u7684\u7167\u7247\u6765\u786e\u8ba4\u60a8\u7684\u8eab\u4efd\u3002", - "As you complete courses, you will see them listed here.": "\u5f53\u60a8\u5b8c\u6210\u8bfe\u7a0b\u65f6\uff0c\u8bfe\u7a0b\u5c06\u663e\u793a\u5728\u8fd9\u91cc\u3002", - "Assessment": "\u8bc4\u5206", - "Assessment Results Visibility": "\u8bc4\u4f30\u7ed3\u679c\u7684\u53ef\u89c1\u4eba\u7fa4", - "Assessments": "\u8bc4\u5206", - "Assign learners to cohorts by uploading a CSV file": "\u4e0a\u4f20CSV\u6587\u4ef6\u6765\u5206\u914d\u5b66\u5458\u81f3\u7fa4\u7ec4", - "Assign students to cohorts by uploading a CSV file.": "\u4e0a\u4f20\u4e00\u4e2a CSV \u6587\u4ef6\u4ee5\u5c06\u5b66\u751f\u5206\u914d\u5230\u7fa4\u7ec4\u4e2d\u3002", - "Assignment Type Name": "\u4f5c\u4e1a\u7c7b\u578b\u540d\u79f0", - "Associated Content Group": "\u5df2\u52a0\u5165\u7684\u5185\u5bb9\u7ec4", - "Attribution": "\u7f72\u540d", - "Author": "\u4f5c\u8005", - "Auto-advance": "\u81ea\u52a8\u64ad\u653e", - "Automated Transcripts": "\u81ea\u52a8\u5316\u5b57\u5e55", - "Automatic": "\u81ea\u52a8", - "Automatic transcripts are disabled.": "\u81ea\u52a8\u811a\u672c\u5df2\u7981\u7528\u3002", - "Average": "\u97f3\u91cf\u4e2d\u7b49", - "Back to Full List": "\u8fd4\u56de\u5b8c\u6574\u5217\u8868", - "Back to sign in": "\u8fd4\u56de\u767b\u5f55", - "Back to {platform} FAQs": "\u8fd4\u56de\u81f3 {platform} \u5e38\u89c1\u95ee\u9898\u89e3\u7b54", - "Background color": "\u80cc\u666f\u989c\u8272", - "Basic": "\u57fa\u672c", - "Basic Account Information": "\u57fa\u672c\u8d26\u53f7\u4fe1\u606f", - "Be sure your entire face is inside the frame": "\u8bf7\u786e\u4fdd\u60a8\u7684\u6574\u5f20\u8138\u90fd\u5728\u6846\u5185", - "Before proceeding, please confirm that your details match": "\u5728\u8fdb\u884c\u4e0b\u4e00\u6b65\u4e4b\u524d\uff0c\u8bf7\u786e\u8ba4\u60a8\u63d0\u4f9b\u7684\u4fe1\u606f\u4e4b\u95f4\u76f8\u7b26", - "Before proceeding, please {htmlStart}activate your account{htmlEnd}.": "\u7ee7\u7eed\u64cd\u4f5c\u524d\uff0c\u8bf7\u5148{htmlStart}\u6fc0\u6d3b\u60a8\u7684\u8d26\u53f7{htmlEnd}\u3002", - "Before proceeding, please {htmlStart}unlink all social media accounts{htmlEnd}.": "\u7ee7\u7eed\u64cd\u4f5c\u524d\uff0c\u8bf7\u5148{htmlStart}\u89e3\u7ed1\u6240\u6709\u793e\u4ea4\u8f6f\u4ef6\u8d26\u53f7{htmlEnd}\u3002", - "Before you upgrade to a certificate track, you must activate your account.": "\u5728\u60a8\u5347\u7ea7\u81f3\u8bc1\u4e66\u8def\u5f84\u4e4b\u524d\uff0c\u60a8\u5fc5\u987b\u6fc0\u6d3b\u60a8\u7684\u8d26\u53f7\u3002", - "Billed to": "\u8d26\u5355\u5bc4\u7ed9", - "Biography": "\u7b80\u4ecb", - "Block view is unavailable": "\u5757\u89c6\u56fe\u4e0d\u53ef\u7528", - "Blockquote": "\u5f15\u7528", - "Blockquote (Ctrl+Q)": "\u5f15\u7528(Ctrl+Q)", - "Blocks": "\u5757", - "Body": "\u4e3b\u4f53", - "Bold": "\u7c97\u4f53", - "Bold (Ctrl+B)": "\u7c97\u4f53(Ctrl+B)", - "Bookmark this page": "\u6536\u85cf\u6b64\u9875", - "Bookmarked": "\u5df2\u6536\u85cf", - "Bookmarked on": "\u6807\u8bb0\u4e66\u7b7e", - "Border": "\u8fb9\u6846", - "Border color": "\u8fb9\u6846\u8272", - "Bottom": "\u5e95\u7aef", - "Browse": "\u6d4f\u89c8", - "Browse recently launched courses and see what\\'s new in your favorite subjects": "\u6d4f\u89c8\u6700\u65b0\u4e0a\u7ebf\u7684\u8bfe\u7a0b\u5e76\u67e5\u770b\u60a8\u6700\u559c\u7231\u79d1\u76ee\u7684\u66f4\u65b0\u60c5\u51b5", - "Browsing": "\u6d4f\u89c8", - "Bulk Exceptions": "\u6279\u91cf\u7279\u6b8a\u5904\u7406", - "Bullet list": "\u9879\u76ee\u7b26\u53f7\u5217\u8868", - "Bulleted List (Ctrl+U)": "\u7b26\u53f7\u5217\u8868(Ctrl+U)", - "COMPLETED COURSES": "\u5df2\u5b8c\u6210\u8bfe\u7a0b", - "COURSES IN PROGRESS": "\u8bfe\u7a0b\u5b66\u4e60\u4e2d", - "Can I request additional time to complete my exam?": "\u6211\u53ef\u4ee5\u7533\u8bf7\u989d\u5916\u8003\u8bd5\u65f6\u95f4\u5417\uff1f", - "Can we match the photo you took with the one on your ID?": "\u6211\u4eec\u80fd\u5426\u5c06\u60a8\u62cd\u7684\u7167\u7247\u4e0e\u60a8\u8eab\u4efd\u8bc1\u4ef6\u4e0a\u7684\u7167\u7247\u8fdb\u884c\u6bd4\u5bf9\uff1f", - "Cancel": "\u53d6\u6d88", - "Cancel enrollment code": "\u53d6\u6d88\u9009\u8bfe\u7801", - "Cancel team creating.": "\u53d6\u6d88\u521b\u5efa\u56e2\u961f\u3002", - "Cancel team updating.": "\u53d6\u6d88\u56e2\u961f\u66f4\u65b0\u3002", - "Cancel upload": "\u53d6\u6d88\u4e0a\u4f20", - "Cannot Start Proctored Exam": "\u65e0\u6cd5\u5f00\u59cb\u76d1\u8003\u8003\u8bd5", - "Cannot delete when in use by a unit": "\u5728\u5355\u5143\u4e2d\u4f7f\u7528\u65f6\u4e0d\u80fd\u88ab\u5220\u9664", - "Cannot delete when in use by an experiment": "\u5f53\u5728\u5b9e\u9a8c\u4e2d\u4f7f\u7528\u65f6\u4e0d\u80fd\u88ab\u5220\u9664", - "Cannot drop more <%= types %> assignments than are assigned.": "\u65e0\u6cd5\u5220\u9664\u66f4\u591a\u7684 <%= types %> \u4ee5\u81f3\u4e8e\u8d85\u8fc7\u5206\u914d\u7684\u6570\u91cf", - "Caption": "\u6807\u9898", - "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "\u6ce8\u610f\uff1a\u8be5\u5355\u5143\u6700\u65b0\u53d1\u5e03\u7684\u7248\u672c\u5df2\u4e0a\u7ebf\u3002\u901a\u8fc7\u53d1\u5e03\u66f4\u65b0\u5c06\u4f1a\u6539\u5584\u5b66\u751f\u4f53\u9a8c\u3002", - "Cell": "\u5355\u5143\u683c", - "Cell padding": "\u5355\u5143\u683c\u8fb9\u8ddd", - "Cell properties": "\u5355\u5143\u683c\u5c5e\u6027", - "Cell spacing": "\u5355\u5143\u683c\u95f4\u8ddd", - "Cell type": "\u5355\u5143\u683c\u7c7b\u578b", - "Center": "\u5c45\u4e2d\u5bf9\u9f50", - "Certificate Details": "\u8ba4\u8bc1\u7ec6\u5219", - "Certificate Generated": "\u8bc1\u4e66\u5df2\u751f\u6210", - "Certificate Information": "\u8ba4\u8bc1\u4fe1\u606f", - "Certificate Name": "\u8ba4\u8bc1\u540d\u79f0", - "Certificate Purchased": "\u5df2\u8d2d\u4e70\u7684\u8bc1\u4e66", - "Certificate Signatories": "\u8bc1\u4e66\u7b7e\u540d", - "Certificate Signatory Configuration": "\u8bc1\u4e66\u7b7e\u53d1\u8005\u8bbe\u7f6e", - "Certificate Status:": "\u8bc1\u4e66\u72b6\u6001\uff1a", - "Certificate has been successfully invalidated for <%= user %>.": " <%= user %> \u7684\u8bc1\u4e66\u5df2\u6210\u529f\u5730\u8f6c\u4e3a\u5931\u6548", - "Certificate name is required.": "\u8bc1\u4e66\u540d\u79f0\u5fc5\u586b\u3002", - "Certificate of <%= user %> has already been invalidated. Please check your spelling and retry.": " <%= user %> \u7684\u8bc1\u4e66\u5df2\u7ecf\u65e0\u6548\u3002\u8bf7\u786e\u8ba4\u60a8\u7684\u62fc\u5199\u5e76\u518d\u8bd5\u4e00\u6b21\u3002", - "Change": "\u4fee\u6539", - "Change Enrollment": "\u66f4\u6539\u9009\u8bfe", - "Change Manually": "\u624b\u52a8\u66f4\u6539", - "Change My Email Address": "\u66f4\u6539\u6211\u7684\u90ae\u7bb1\u5730\u5740", - "Change Session": "\u66f4\u6539\u5b66\u671f", - "Change image": "\u4fee\u6539\u56fe\u7247", - "Change or Leave Session": "\u66f4\u6539\u6216\u79bb\u5f00\u4f1a\u8bdd", - "Change to a different session or leave the current session.": "\u66f4\u6539\u5b66\u671f\u6216\u79bb\u5f00\u5f53\u524d\u5b66\u671f\u3002", - "Changes to steps that are not selected as part of the assignment will not be saved.": "\u672a\u4f5c\u4e3a\u4f5c\u4e1a\u90e8\u5206\u7684\u6b65\u9aa4\u53d8\u66f4\u5c06\u4e0d\u4f1a\u88ab\u4fdd\u5b58\u3002", - "Chapter Asset": "\u7ae0\u8d44\u6e90", - "Chapter Name": "\u7ae0\u540d\u79f0", - "Chapter information": "\u7ae0\u4fe1\u606f", - "Chapter name and asset_path are both required": "\u7ae0\u8282\u540d\u79f0\u548casset_path\u5747\u4e3a\u5fc5\u586b", - "Chapter name is required": "\u7ae0\u8282\u540d\u79f0\u5fc5\u586b", - "Chapter {order}": "\u7ae0 {order}", - "Check Your Email": "\u8bf7\u68c0\u67e5\u60a8\u7684\u7535\u5b50\u90ae\u4ef6", - "Check the highlighted fields below and try again.": "\u8bf7\u786e\u8ba4\u4e0b\u65b9\u63d0\u9192\u7684\u5b57\u6bb5\u5e76\u91cd\u65b0\u8f93\u5165\u3002", - "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "\u52fe\u9009\u6b64\u9879\uff0c\u6bcf\u5929\u63a5\u6536\u4e00\u5c01\u90ae\u4ef6\uff0c\u901a\u77e5\u60a8\u6240\u5173\u6ce8\u7684\u8ba8\u8bba\u5e16\u7684\u6700\u65b0\u672a\u8bfb\u60c5\u51b5\u3002", - "Check your email": "\u67e5\u6536\u60a8\u7684\u90ae\u4ef6", - "Check your email account for instructions to reset your password.": "\u67e5\u770b\u90ae\u7bb1\u4e2d\u7684\u91cd\u7f6e\u5bc6\u7801\u6307\u5f15\u3002", - "Check your email for an activation message.": "\u68c0\u67e5\u60a8\u7684\u7535\u5b50\u90ae\u7bb1\u662f\u5426\u6536\u5230\u6fc0\u6d3b\u6d88\u606f\u3002", - "Checkout": "\u4ed8\u6b3e", - "Checkout with PayPal": "\u4f7f\u7528PayPal\u4ed8\u6b3e", - "Checkout with {processor}": "\u4f7f\u7528{processor}\u4ed8\u6b3e", - "Choose File": "\u9009\u62e9\u6587\u4ef6", - "Choose One": "\u9009\u62e9\u4e00\u4e2a", - "Choose a .csv file": "\u9009\u62e9\u4e00\u4e2a.csv\u7684\u6587\u4ef6", - "Choose a content group to associate": "\u9009\u62e9\u4e00\u4e2a\u5185\u5bb9\u7ec4\u6765\u5173\u8054", - "Choose a location to move your component to": "\u9009\u62e9\u4e00\u4e2a\u4f4d\u7f6e\u5e76\u5c06\u60a8\u7684\u7684\u7ec4\u4ef6\u79fb\u52a8\u81f3\u6b64", - "Choose mode": "\u9009\u62e9\u6a21\u5f0f", - "Choose new file": "\u9009\u62e9\u6587\u4ef6", - "Choose one": "\u8bf7\u9009\u62e9", - "Choose your institution from the list below:": "\u4ece\u4ee5\u4e0b\u5217\u8868\u4e2d\u9009\u62e9\u60a8\u7684\u673a\u6784\uff1a", - "Circle": "\u7a7a\u5fc3\u5706", - "Clear": "\u6e05\u9664", - "Clear All": "\u6e05\u9664\u6240\u6709", - "Clear Grading Due Date": "\u6e05\u9664\u8bc4\u5206\u622a\u6b62\u65e5\u671f", - "Clear Release Date/Time": "\u6e05\u9664\u516c\u5f00\u65e5\u671f\uff0f\u65f6\u95f4", - "Clear Value": "\u6e05\u9664\u503c", - "Clear formatting": "\u6e05\u9664\u683c\u5f0f", - "Clear search": "\u6e05\u7a7a\u641c\u7d22\u7ed3\u679c", - "Clear search results": "\u6e05\u7a7a\u641c\u7d22\u7ed3\u679c", - "Click OK to have your e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u70b9\u51fb\u786e\u5b9a\uff0c\u5c06\u60a8\u7684\u90ae\u7bb1\u53d1\u9001\u7ed9\u7b2c\u4e09\u65b9\u5e94\u7528\u7a0b\u5e8f\u3002\n\n\u70b9\u51fb\u53d6\u6d88\uff0c\u53d6\u6d88\u53d1\u9001\u4fe1\u606f\u5e76\u8fd4\u56de\u5f53\u524d\u9875\u3002", - "Click OK to have your username and e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u70b9\u51fb\u786e\u5b9a\uff0c\u5c06\u60a8\u7684\u7528\u6237\u540d\u548c\u90ae\u7bb1\u53d1\u9001\u7ed9\u7b2c\u4e09\u65b9\u5e94\u7528\u7a0b\u5e8f\u3002\n\n\u70b9\u51fb\u53d6\u6d88\uff0c\u53d6\u6d88\u53d1\u9001\u4fe1\u606f\u5e76\u8fd4\u56de\u5f53\u524d\u9875\u3002", - "Click OK to have your username sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u70b9\u51fb\u786e\u5b9a\uff0c\u5c06\u60a8\u7684\u7528\u6237\u540d\u53d1\u9001\u7ed9\u7b2c3\u65b9\u5e94\u7528\u7a0b\u5e8f\u3002\n\n\u70b9\u51fb\u53d6\u6d88\uff0c\u53d6\u6d88\u53d1\u9001\u4fe1\u606f\u5e76\u8fd4\u56de\u5f53\u524d\u9875\u3002", - "Click on this button to mute or unmute this video or press UP or DOWN buttons to increase or decrease volume level.": "\u8bf7\u70b9\u51fb\u6b64\u6309\u94ae\u4ee5\u5bf9\u8be5\u89c6\u9891\u9759\u97f3\uff0f\u53d6\u6d88\u9759\u97f3\uff0c\u6216\u8005\u4f7f\u7528\u952e\u76d8\u7684\u4e0a\u4e0b\u65b9\u5411\u952e\u589e\u5927\u6216\u51cf\u5c0f\u97f3\u91cf\u3002", - "Click to add a new %(xblock_type)s": "\u70b9\u51fb\u6dfb\u52a0\u4e00\u4e2a\u65b0%(xblock_type)s", - "Click to change": "\u70b9\u51fb\u66f4\u6539", - "Click to edit": "\u70b9\u51fb\u4ee5\u7f16\u8f91", - "Close": "\u5173\u95ed", - "Close Calculator": "\u5173\u95ed\u8ba1\u7b97\u5668", - "Code": "\u4ee3\u7801", - "Code Sample (Ctrl+K)": "\u4ee3\u7801\u793a\u4f8b(Ctrl+K)", - "Code block": "\u4ee3\u7801\u5757", - "Cohort Assignment Method": "\u5206\u914d\u7fa4\u7ec4\u7684\u65b9\u6cd5", - "Cohort Name": "\u7fa4\u7ec4\u540d", - "Cohorts": "\u7fa4\u7ec4", - "Cohorts Disabled": "\u7fa4\u7ec4\u5df2\u7981\u7528", - "Cohorts Enabled": "\u7fa4\u7ec4\u5df2\u542f\u7528", - "Collapse All": "\u6298\u53e0\u5168\u90e8", - "Collapse Instructions": "\u6298\u53e0\u8bf4\u660e", - "Collapse/Expand this %(xblock_type)s": "\u6298\u53e0\uff0f\u6269\u5c55\u8be5%(xblock_type)s", - "Color": "\u989c\u8272", - "Cols": "\u5217", - "Column": "\u5217", - "Column group": "\u5217\u7ec4", - "Coming Soon": "\u5373\u5c06\u4e0a\u7ebf", - "Commentary": "\u8bc4\u6ce8", - "Common Problem Types": "\u5e38\u89c1\u95ee\u9898\u7c7b\u578b", - "Complete courses on your schedule to ensure you stand out in your field!": "\u6309\u65f6\u5b8c\u6210\u8bfe\u7a0b\u5b66\u4e60\uff0c\u6bd4\u522b\u4eba\u5148\u884c\u4e00\u6b65\uff01", - "Completed": "\u5df2\u7ecf\u5b8c\u6210", - "Component": "\u7ec4\u4ef6", - "Component Location ID": "\u7ec4\u4ef6\u4f4d\u7f6e ID", - "Components": "\u7ec4\u4ef6", - "Configure": "\u914d\u7f6e", - "Confirm": "\u786e\u8ba4", - "Confirm Password": "\u786e\u8ba4\u5bc6\u7801", - "Confirm Timed Transcript": "\u786e\u8ba4\u5b57\u5e55", - "Congratulations!": "\u606d\u559c\uff01", - "Congratulations! You are now verified on %(platformName)s!": "\u606d\u559c\uff01\u60a8\u5728%(platformName)s\u4e0a\u5df2\u8ba4\u8bc1\u6210\u529f\uff01", - "Constrain proportions": "\u4fdd\u6301\u7eb5\u6a2a\u6bd4", - "Contact Us": "\u8054\u7cfb\u6211\u4eec", - "Contains staff only content": "\u5305\u542b\u4ec5\u9650\u5de5\u4f5c\u4eba\u5458\u53ef\u89c1\u7684\u5185\u5bb9", + ], + "(optional)": "\uff08\u975e\u5fc5\u586b\uff09", + "(required)": "\uff08\u5fc5\u586b\u9879\uff09", + "(required):": "(\u5fc5\u987b):", + "- Sortable": "\u2014\u53ef\u6392\u5e8f\u7684", + ": video upload complete.": "\u89c6\u9891\u4e0a\u4f20\u6210\u529f", + "<%= user %> already in exception list.": "<%= user %> \u5df2\u5728\u7279\u4f8b\u540d\u5355\u4e2d\u3002", + "<%= user %> has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.": "\u5df2\u7ecf\u6210\u529f\u65b0\u589e<%= user %>\u5230\u7279\u4f8b\u540d\u5355\u4e2d\u3002\u8bf7\u70b9\u51fb\u4e0b\u9762\u7684\u4ea7\u751f\u7279\u4f8b\u8bc1\u4e66\u5e76\u53d1\u9001\u8bc1\u4e66\u3002", + "A Password is required": "\u5bc6\u7801\u4e3a\u5fc5\u586b\u9879", + "A driver's license, passport, or government-issued ID with your name and photo.": "\u9a7e\u7167\u3001\u62a4\u7167\u6216\u8005\u7531\u653f\u5e9c\u7b7e\u53d1\u7684\u5e26\u6709\u60a8\u59d3\u540d\u548c\u7167\u7247\u7684\u8eab\u4efd\u8bc1\u4ef6\u3002", + "A driver's license, passport, or other government-issued ID with your name and photo": "\u9a7e\u7167\u3001\u62a4\u7167\u6216\u8005\u5176\u4ed6\u7531\u653f\u5e9c\u7b7e\u53d1\u7684\u5e26\u6709\u60a8\u59d3\u540d\u548c\u7167\u7247\u7684\u8eab\u4efd\u8bc1\u4ef6", + "A highlight to look forward to this week.": "\u672c\u5468\u7684\u4e00\u4e2a\u671f\u5f85\u91cd\u70b9\u3002", + "A list of courses you have just enrolled in as a verified student": "\u60a8\u4ee5\u8ba4\u8bc1\u5b66\u751f\u7684\u8eab\u4efd\u9009\u4fee\u7684\u8bfe\u7a0b\u5217\u8868", + "A name that identifies your team (maximum 255 characters).": "\u56e2\u961f\u540d\u79f0 (\u4e0d\u957f\u4e8e255\u4e2a\u5b57\u7b26)", + "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "\u7b80\u77ed\u7684\u56e2\u961f\u63cf\u8ff0\uff0c\u4ee5\u5e2e\u52a9\u5176\u4ed6\u5b66\u4e60\u8005\u4e86\u89e3\u6b64\u56e2\u961f\u7684\u76ee\u6807\u4e0e\u65b9\u5411 (\u6700\u5927\u4e3a300\u4e2a\u5b57\u7b26\u957f\u5ea6)", + "A valid email address is required": "\u9700\u8981\u4e00\u4e2a\u6709\u6548\u7684\u90ae\u7bb1", + "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", + "API Key": "API Key", + "API Secret": "API Secret", + "Abbreviation": "\u7f29\u5199", + "About Me": "\u4e2a\u4eba\u8d44\u6599", + "About You": "\u5173\u4e8e\u60a8", + "About me": "\u4e2a\u4eba\u8d44\u6599", + "Access to some content in this unit is restricted to specific groups of learners": "\u4ec5\u9650\u6307\u5b9a\u5206\u7ec4\u5b66\u5458\u53ef\u8bbf\u95ee\u6b64\u5355\u5143\u7684\u90e8\u5206\u5185\u5bb9", + "Access to some content in this {blockType} is restricted to specific groups of learners.": "\u6b64{blockType}\u7684\u67d0\u4e9b\u5185\u5bb9\u4ec5\u9650\u6307\u5b9a\u5206\u7ec4\u5b66\u5458\u53ef\u8bbf\u95ee\u3002", + "Access to this unit is restricted to: {selectedGroupsLabel}": "\u4ec5\u9650{selectedGroupsLabel}\u53ef\u8bbf\u95ee\u8be5\u5355\u5143", + "Access to this {blockType} is restricted to: {selectedGroupsLabel}": "\u4ec5\u9650{selectedGroupsLabel}\u53ef\u8bbf\u95ee\u6b64{blockType}", + "Accomplishments": "\u6210\u7ee9", + "Accomplishments Pagination": "\u6210\u7ee9\u5206\u9875", + "Account": "\u8d26\u53f7", + "Account Information": "\u8d26\u53f7\u4fe1\u606f", + "Account Not Activated": "\u8d26\u53f7\u672a\u6fc0\u6d3b", + "Account Settings": "\u8d26\u53f7\u8bbe\u7f6e", + "Account Settings page.": "\u8d26\u53f7\u8bbe\u7f6e\u9875\u9762\u3002", + "Account deletion, including removal from email lists, may take a few weeks to fully process through our system. If you want to opt-out of emails before then, please unsubscribe from the footer of any email.": "\u5220\u9664\u8d26\u53f7\u5305\u62ec\u4ece\u90ae\u7bb1\u5217\u8868\u4e2d\u79fb\u9664\u60a8\u7684\u90ae\u7bb1\uff0c\u6211\u4eec\u7684\u7cfb\u7edf\u53ef\u80fd\u9700\u8981\u8017\u65f6\u6570\u5468\u624d\u80fd\u5b8c\u6210\u5904\u7406\u3002\u5982\u679c\u5728\u6b64\u671f\u95f4\u60a8\u4e0d\u5e0c\u671b\u6536\u5230\u90ae\u4ef6\uff0c\u8bf7\u4ece\u4efb\u610f\u90ae\u4ef6\u7684\u9875\u811a\u53d6\u6d88\u8ba2\u9605\u3002", + "Action": "\u64cd\u4f5c", + "Action required: Enter a valid date.": "\u6240\u9700\u64cd\u4f5c\uff1a\u8f93\u5165\u6709\u6548\u65e5\u671f", + "Actions": "\u64cd\u4f5c", + "Activate": "\u6fc0\u6d3b", + "Activate Your Account": "\u6fc0\u6d3b\u60a8\u7684\u8d26\u53f7", + "Activating a link in this group will skip to the corresponding point in the video.": "\u6fc0\u6d3b\u672c\u7ec4\u4e2d\u7684\u94fe\u63a5\u5c06\u8df3\u8f6c\u81f3\u89c6\u9891\u4e2d\u76f8\u5e94\u7684\u65f6\u95f4\u70b9\u3002", + "Active": "\u6d3b\u8dc3\u7684", + "Active Uploads": "\u6d3b\u8dc3\u7684\u4e0a\u4f20\u5185\u5bb9", + "Add": "\u6dfb\u52a0", + "Add Additional Signatory": "\u6dfb\u52a0\u989d\u5916\u7b7e\u7ae0", + "Add Attachment": "\u6dfb\u52a0\u9644\u4ef6", + "Add Cohort": "\u6dfb\u52a0\u7fa4\u7ec4", + "Add Component:": "\u6dfb\u52a0\u7ec4\u4ef6\uff1a", + "Add Country": "\u6dfb\u52a0\u56fd\u5bb6", + "Add Learners": "\u6dfb\u52a0\u5b66\u5458", + "Add New Component": "\u6dfb\u52a0\u65b0\u7ec4\u4ef6", + "Add Thumbnail": "\u6dfb\u52a0\u7f29\u7565\u56fe", + "Add Thumbnail - {videoName}": "\u6dfb\u52a0 {videoName} \u7f29\u7565\u56fe", + "Add URLs for additional versions": "\u6dfb\u52a0\u5176\u4ed6\u7248\u672c\u7684URL", + "Add a Chapter": "\u6dfb\u52a0\u4e00\u7ae0", + "Add a New Cohort": "\u6dfb\u52a0\u65b0\u7fa4\u7ec4", + "Add a learning outcome here": "\u5728\u8fd9\u91cc\u6dfb\u52a0\u5b66\u4e60\u6210\u679c", + "Add another group": "\u6dfb\u52a0\u53e6\u4e00\u4e2a\u7ec4", + "Add language": "\u6dfb\u52a0\u8bed\u8a00", + "Add learners to this cohort": "\u6dfb\u52a0\u5b66\u5458\u81f3\u6b64\u7fa4\u7ec4", + "Add notes about this learner": "\u6dfb\u52a0\u5173\u4e8e\u6b64\u5b66\u5458\u7684\u5907\u6ce8", + "Add to Dictionary": "\u52a0\u5165\u5230\u5b57\u5178", + "Add to Exception List": "\u6dfb\u52a0\u5230\u7279\u6b8a\u5904\u7406\u5217\u8868", + "Add your first content group": "\u6dfb\u52a0\u9996\u4e2a\u5185\u5bb9\u7ec4", + "Add your first group configuration": "\u6dfb\u52a0\u9996\u4e2a\u7ec4\u914d\u7f6e", + "Add your first textbook": "\u6dfb\u52a0\u7b2c\u4e00\u672c\u8bfe\u672c", + "Add {role} Access": "\u6dfb\u52a0{role}\u8bbf\u95ee\u6743\u9650", + "Adding": "\u6b63\u5728\u6dfb\u52a0", + "Adding the selected course to your cart": "\u6b63\u5728\u5c06\u60a8\u6240\u9009\u7684\u8bfe\u7a0b\u6dfb\u52a0\u5230\u60a8\u7684\u8d2d\u7269\u8f66", + "Additional Credit Opportunities": "\u9644\u52a0\u5b66\u5206\u673a\u4f1a", + "Additional Information": "\u5176\u4ed6\u4fe1\u606f", + "Additional Professional Opportunities": "\u9644\u52a0\u804c\u4e1a\u673a\u4f1a", + "Additional Time (minutes)": "\u989d\u5916\u65f6\u95f4\uff08\u5206\u949f\uff09", + "Additional posts could not be loaded. Refresh the page and try again.": "\u65e0\u6cd5\u52a0\u8f7d\u66f4\u591a\u5e16\u5b50\uff0c\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", + "Additional responses could not be loaded. Refresh the page and try again.": "\u65e0\u6cd5\u52a0\u8f7d\u66f4\u591a\u56de\u590d\uff0c\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", + "Adjust video speed": "\u8c03\u6574\u89c6\u9891\u64ad\u653e\u901f\u5ea6", + "Adjust video volume": "\u8c03\u6574\u89c6\u9891\u97f3\u91cf", + "Admin": "\u7ba1\u7406\u5458", + "Advanced": "\u9ad8\u7ea7", + "After the course\\'s end date has passed, learners can no longer access subsection content. The subsection remains included in grade calculations.": "\u7ed3\u8bfe\u65e5\u671f\u7ed3\u675f\u540e\uff0c\u5b66\u5458\u65e0\u6cd5\u7ee7\u7eed\u8bbf\u95ee\u8be5\u5c0f\u8282\u5185\u5bb9\u3002\u8be5\u5c0f\u8282\u4ecd\u8ba1\u5165\u603b\u5206\u3002", + "After the subsection\\'s due date has passed, learners can no longer access its content. The subsection remains included in grade calculations.": "\u8be5\u8282\u622a\u6b62\u65e5\u671f\u7ed3\u675f\u540e\uff0c\u5b66\u5458\u65e0\u6cd5\u7ee7\u7eed\u8bbf\u95ee\u8be5\u5c0f\u8282\u5185\u5bb9\u3002\u8be5\u5c0f\u8282\u4ecd\u8ba1\u5165\u603b\u5206\u3002", + "After you select ": "\u9009\u62e9\u5b8c\u6210\u540e", + "Align center": "\u5c45\u4e2d\u5bf9\u9f50", + "Align left": "\u5de6\u5bf9\u9f50", + "Align right": "\u53f3\u5bf9\u9f50", + "Alignment": "\u5bf9\u9f50", + "All Learners and Staff": "\u6240\u6709\u5b66\u4e60\u8005\u4e0e\u6559\u5458", + "All Posts": "\u6240\u6709\u8ba8\u8bba\u5e16", + "All Rights Reserved": "\u4fdd\u7559\u6240\u6709\u6743\u5229", + "All Time Zones": "\u6240\u6709\u65f6\u533a", + "All Topics": "\u6240\u6709\u4e3b\u9898", + "All Unreviewed": "\u5168\u90e8\u672a\u5ba1\u6838", + "All Unreviewed Failures": "\u6240\u6709\u672a\u5ba1\u6838\u7684\u5931\u8d25\u9879", + "All accounts were created successfully.": "\u6240\u6709\u8d26\u53f7\u521b\u5efa\u6210\u529f\u3002", + "All chapters must have a name and asset": "\u6240\u6709\u7ae0\u8282\u90fd\u5fc5\u987b\u62e5\u6709\u540d\u79f0\u548c\u5185\u5bb9", + "All groups must have a name.": "\u6240\u6709\u7ec4\u90fd\u5fc5\u987b\u6709\u540d\u79f0\u3002", + "All groups must have a unique name.": "\u6240\u6709\u7684\u7ec4\u7684\u540d\u5b57\u5fc5\u987b\u662f\u552f\u4e00\u7684\u3002", + "All learners in the {cohort_name} cohort": "\u6240\u6709\u5728{cohort_name}\u7fa4\u7ec4\u4e2d\u7684\u5b66\u5458", + "All learners in the {track_name} track": "\u6240\u6709\u5728{track_name}\u9009\u8bfe\u901a\u9053\u4e2d\u7684\u5b66\u5458", + "All learners who are enrolled in this course": "\u6240\u6709\u5df2\u62a5\u540d\u6b64\u8bfe\u7a0b\u7684\u5b66\u5458", + "All payment options are currently unavailable.": "\u6240\u6709\u7684\u4ed8\u6b3e\u65b9\u5f0f\u76ee\u524d\u4e0d\u53ef\u7528\u3002", + "All professional education courses are fee-based, and require payment to complete the enrollment process.": "\u6240\u6709\u7684\u4e13\u4e1a\u6559\u80b2\u8bfe\u7a0b\u90fd\u662f\u6536\u8d39\u7684\uff0c\u5fc5\u987b\u6210\u529f\u4ea4\u8d39\u624d\u80fd\u5b8c\u6210\u9009\u8bfe\u8fc7\u7a0b\u3002", + "All subsections": "\u6240\u6709\u8282", + "All teams": "\u6240\u6709\u7fa4\u7ec4", + "All topics": "\u6240\u6709\u4e3b\u9898", + "All units": "\u6240\u6709\u5355\u5143", + "All users on the Exception list": "\u7279\u6b8a\u5904\u7406\u5217\u8868\u4e2d\u7684\u6240\u6709\u7528\u6237", + "All users on the Exception list who do not yet have a certificate": "\u7279\u6b8a\u5904\u7406\u5217\u8868\u4e2d\u5c1a\u672a\u83b7\u5f97\u8bc1\u4e66\u7684\u6240\u6709\u7528\u6237", + "Allow others to copy, distribute, display and perform only verbatim copies of your work, not derivative works based upon it. This option is incompatible with \"Share Alike\".": "\u5141\u8bb8\u4ed6\u4eba\u590d\u5236\u3001\u53d1\u5e03\u3001\u6f14\u793a\u53ca\u4f7f\u7528\u672c\u4f5c\u54c1\uff0c\u4f46\u4e0d\u5f97\u6539\u53d8\u3001\u8f6c\u53d8\u6216\u66f4\u6539\u672c\u4f5c\u54c1\uff0c\u4ee5\u53ca\u57fa\u4e8e\u672c\u4f5c\u54c1\u7684\u884d\u751f\u4f5c\u54c1\u3002\u8be5\u9009\u9879\u4e0d\u7b26\u5408\u201c\u76f8\u540c\u65b9\u5f0f\u5171\u4eab\u201d\u7684\u89c4\u5b9a", + "Allow others to copy, distribute, display and perform your copyrighted work but only if they give credit the way you request. Currently, this option is required.": "\u8bf7\u6309\u7167\u60a8\u6307\u5b9a\u7684\u65b9\u5f0f\u83b7\u53d6\u8bb8\u53ef\uff0c\u5141\u8bb8\u4ed6\u4eba\u590d\u5236\u3001\u53d1\u884c\u3001\u6f14\u793a\u53ca\u4f7f\u7528\u60a8\u62e5\u6709\u7248\u6743\u7684\u4f5c\u54c1\u3002\u5f53\u524d\uff0c\u8be5\u9009\u9879\u4e3a\u5fc5\u9009\u9879\u3002", + "Allow others to copy, distribute, display and perform your work - and derivative works based upon it - but for noncommercial purposes only.": "\u5141\u8bb8\u4ed6\u4eba\u81ea\u7531\u590d\u5236\u3001\u53d1\u884c\u3001\u6f14\u793a\u53ca\u4f7f\u7528\u60a8\u7684\u4f5c\u54c1\u4ee5\u53ca\u57fa\u4e8e\u672c\u4f5c\u54c1\u7684\u76f8\u5173\u884d\u751f\u4f5c\u54c1\uff0c\u4f46\u4ee5\u4e0a\u884c\u4e3a\u53ea\u80fd\u57fa\u4e8e\u975e\u8425\u5229\u6027\u76ee\u7684\u3002", + "Allow others to distribute derivative works only under a license identical to the license that governs your work. This option is incompatible with \"No Derivatives\".": "\u5728\u9075\u5b88\u4e0e\u672c\u4f5c\u54c1\u4e00\u81f4\u7684\u6388\u6743\u6761\u6b3e\u7684\u524d\u63d0\u4e0b\uff0c\u5141\u8bb8\u4ed6\u4eba\u53d1\u884c\u884d\u751f\u4f5c\u54c1\u3002\u8be5\u9009\u9879\u4e0d\u7b26\u5408\u201c\u7981\u6b62\u6539\u4f5c\u201d\u7684\u89c4\u5b9a", + "Allow students to generate certificates for this course?": "\u662f\u5426\u5141\u8bb8\u5b66\u751f\u751f\u6210\u8be5\u8bfe\u7a0b\u8bc1\u4e66\uff1f", + "Already a course team member": "\u5df2\u7ecf\u662f\u8bfe\u7a0b\u56e2\u961f\u6210\u5458", + "Already a library team member": "\u5df2\u7ecf\u662f\u77e5\u8bc6\u5e93\u56e2\u961f\u6210\u5458", + "Already a member": "\u5df2\u7ecf\u662f\u6210\u5458\u4e86", + "Already have an {platformName} account?": "\u5df2\u6ce8\u518c{platformName}\u8d26\u53f7\uff1f", + "Alternative source": "\u5907\u7528\u6e90", + "Always divide content-specific discussion topics": "\u603b\u662f\u5c06\u4ee5\u5177\u4f53\u5185\u5bb9\u800c\u5b9a\u7684\u8ba8\u8bba\u4e3b\u9898\u533a\u5206\u5f00", + "Always show assessment results": "\u603b\u662f\u663e\u793a\u8bc4\u4f30\u7ed3\u679c", + "Amount": "\u91d1\u989d", + "An email has been sent to {userEmail} with a link for you to activate your account.": "\u4e00\u5c01\u5e26\u6709\u6fc0\u6d3b\u8d26\u53f7\u94fe\u63a5\u7684\u90ae\u4ef6\u5df2\u53d1\u9001\u81f3{userEmail}\u3002", + "An error has occurred. Check your Internet connection and try again.": "\u9519\u8bef\u53d1\u751f\u3002\u8bf7\u68c0\u67e5\u60a8\u7684\u7f51\u7edc\u8fde\u63a5\u60c5\u51b5\uff0c\u5e76\u4e14\u91cd\u8bd5\u4e00\u6b21\u3002", + "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "\u51fa\u73b0\u4e86\u4e00\u4e2a\u9519\u8bef\u3002\u8bf7\u786e\u4fdd\u60a8\u5df2\u8054\u7f51\uff0c\u7136\u540e\u5237\u65b0\u9875\u9762\u3002", + "An error has occurred. Please try again later.": "\u53d1\u751f\u4e86\u4e00\u4e2a\u9519\u8bef\uff0c\u8bf7\u7a0d\u540e\u91cd\u8bd5\u3002", + "An error has occurred. Please try again.": "\u53d1\u751f\u4e86\u4e00\u4e2a\u672a\u77e5\u9519\u8bef\uff0c\u8bf7\u91cd\u8bd5\u3002", + "An error has occurred. Please try reloading the page.": "\u53d1\u751f\u4e86\u4e00\u4e2a\u9519\u8bef\u3002\u8bf7\u91cd\u65b0\u52a0\u8f7d\u8fd9\u4e2a\u9875\u9762\u3002", + "An error has occurred. Refresh the page, and then try again.": "\u53d1\u751f\u4e86\u4e00\u4e2a\u9519\u8bef\uff0c\u8bf7\u5237\u65b0\u9875\u9762\u540e\u91cd\u8bd5\u3002", + "An error has occurred. Try refreshing the page, or check your Internet connection.": "\u53d1\u751f\u9519\u8bef\u3002\u8bf7\u5c1d\u8bd5\u5237\u65b0\u9875\u9762\uff0c\u6216\u68c0\u67e5\u60a8\u7684\u7f51\u7edc\u8fde\u63a5\u60c5\u51b5\u3002", + "An error has occurred. Wait a few minutes, and then try again.": "\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u7a0d\u540e\u5c1d\u8bd5\u3002", + "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "\u83b7\u53d6\u90ae\u4ef6\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u7a0d\u540e\u91cd\u8bd5\u3002\u5982\u95ee\u9898\u6301\u7eed\u53d1\u751f\uff0c\u8bf7\u54a8\u8be2\u6280\u672f\u652f\u6301\u3002", + "An error occurred when signing you in to %s.": "\u60a8\u5728\u767b\u5f55%s\u65f6\u53d1\u751f\u9519\u8bef\u3002", + "An error occurred while removing the member from the team. Try again.": "\u79fb\u9664\u6210\u5458\u65f6\u53d1\u751f\u9519\u8bef\u3002\u8bf7\u91cd\u8bd5\u4e00\u6b21\u3002", + "An error occurred.": "\u53d1\u751f\u4e86\u4e00\u4e2a\u9519\u8bef\u3002", + "An error occurred. Make sure that the student's username or email address is correct and try again.": "\u53d1\u751f\u4e86\u4e00\u4e2a\u9519\u8bef\uff0c\u8bf7\u786e\u8ba4\u5b66\u751f\u7528\u6237\u540d\u6216\u90ae\u7bb1\u6b63\u786e\u5e76\u91cd\u8bd5\u3002", + "An error occurred. Please reload the page.": "\u53d1\u751f\u4e86\u4e00\u4e2a\u9519\u8bef\uff0c\u8bf7\u91cd\u65b0\u52a0\u8f7d\u9875\u9762\u3002", + "An error occurred. Please try again.": "\u53d1\u751f\u4e86\u4e00\u4e2a\u672a\u77e5\u9519\u8bef\uff0c\u8bf7\u91cd\u8bd5\u3002", + "An error occurred. Try again.": "\u53d1\u751f\u9519\u8bef\u3002 \u518d\u8bd5\u4e00\u6b21\u3002", + "An unexpected error occurred. Please try again.": "\u610f\u5916\u9519\u8bef\u53d1\u751f\uff0c\u8bf7\u91cd\u8bd5\u3002", + "Anchor": "\u951a\u70b9", + "Anchors": "\u951a\u70b9", + "Any content that has listed this content as a prerequisite will also have access limitations removed.": "\u5176\u4ed6\u628a\u6b64\u5217\u4e3a\u5148\u4fee\u77e5\u8bc6\u7684\u5185\u5bb9\u4e5f\u5c06\u53d6\u6d88\u8bbf\u95ee\u9650\u5236\u3002", + "Any course progress or grades from your current session will be lost.": "\u6240\u6709\u5f53\u524d\u5b66\u671f\u7684\u5b66\u4e60\u8fdb\u5ea6\u548c\u6210\u7ee9\u90fd\u4f1a\u4e22\u5931\u3002", + "Any divided discussion topics are divided based on cohort.": "\u4efb\u4f55\u6709\u533a\u5206\u7684\u8ba8\u8bba\u4e3b\u9898\u90fd\u6309\u7fa4\u7ec4\u8fdb\u884c\u533a\u5206\u7684\u3002", + "Any divided discussion topics are divided based on enrollment track.": "\u4efb\u4f55\u6709\u533a\u5206\u7684\u8ba8\u8bba\u4e3b\u9898\u90fd\u662f\u6839\u636e\u9009\u8bfe\u901a\u9053\u6765\u533a\u5206\u7684\u3002", + "Are you having trouble finding a team to join?": "\u60a8\u662f\u5426\u5728\u627e\u56e2\u961f\u52a0\u5165\u8fc7\u7a0b\u4e2d\u9047\u5230\u56f0\u96be\uff1f", + "Are you sure that you want to leave this session?": "\u786e\u5b9a\u79bb\u5f00\u6b64\u5b66\u671f\uff1f", + "Are you sure you want to change to a different session?": "\u786e\u5b9a\u66f4\u6539\u5b66\u671f\uff1f", + "Are you sure you want to delete this comment?": "\u60a8\u786e\u5b9a\u8981\u5220\u9664\u8fd9\u6761\u8bc4\u8bba\u5417\uff1f", + "Are you sure you want to delete this page? This action cannot be undone.": "\u60a8\u786e\u8ba4\u8981\u5220\u9664\u8be5\u9875\u9762\u5417\uff1f\u8be5\u64cd\u4f5c\u65e0\u6cd5\u64a4\u9500\u3002", + "Are you sure you want to delete this post?": "\u60a8\u786e\u5b9a\u8981\u5220\u9664\u8fd9\u4e2a\u5e16\u5b50\uff1f", + "Are you sure you want to delete this response?": "\u60a8\u786e\u5b9a\u8981\u5220\u9664\u8fd9\u4e2a\u56de\u590d\u5417", + "Are you sure you want to delete this update?": "\u60a8\u786e\u5b9a\u8981\u5220\u9664\u6b64\u66f4\u65b0\u5417\uff1f", + "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "\u60a8\u786e\u5b9a\u8981\u4ece\u201c{container}\u201d\u7684\u8bfe\u7a0b\u56e2\u961f\u4e2d\u5220\u9664{email}\uff1f", + "Are you sure you want to delete {email} from the library \u201c{container}\u201d?": "\u60a8\u786e\u5b9a\u8981\u4ece\u77e5\u8bc6\u5e93\u201c{container}\u201d\u4e2d\u5220\u9664{email}\uff1f", + "Are you sure you want to remove this transcript?": "\u60a8\u786e\u5b9a\u8981\u79fb\u9664\u6b64\u5b57\u5e55\uff1f", + "Are you sure you want to remove this video from the list?": "\u786e\u5b9a\u8981\u5c06\u6b64\u89c6\u9891\u4ece\u5217\u8868\u4e2d\u79fb\u9664\u5417\uff1f", + "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "\u60a8\u786e\u5b9a\u8981\u9650\u5236{email}\u5bf9\u201c{container}\u201d\u7684\u8bbf\u95ee\uff1f", + "Are you sure you want to revert to the last published version of the unit? You cannot undo this action.": "\u60a8\u786e\u5b9a\u8981\u6062\u590d\u5230\u6b64\u5355\u5143\u4e0a\u6b21\u53d1\u5e03\u7684\u7248\u672c\uff1f\u6b64\u64cd\u4f5c\u65e0\u6cd5\u64a4\u9500\u3002", + "Are you sure you want to select this session?": "\u786e\u5b9a\u9009\u62e9\u6b64\u5b66\u671f\uff1f", + "Are you sure you want to unenroll from the purchased course {courseName} ({courseNumber})?": "\u60a8\u786e\u5b9a\u8981\u9000\u9009\u5df2\u8d2d\u4e70\u8bfe\u7a0b{courseName} \uff08{courseNumber} \uff09\uff1f", + "Are you sure you want to unenroll from the verified {certNameLong} track of {courseName} ({courseNumber})?": "\u4f60\u662f\u5426\u786e\u5b9a\u8981\u9000\u51fa{courseName}({courseNumber}) \u7684\u5df2\u9a8c\u8bc1 {certNameLong}\u8def\u5f84\uff1f", + "Are you sure you want to unenroll from the verified {certNameLong} track of {courseName} ({courseNumber})?": "\u4f60\u662f\u5426\u786e\u5b9a\u8981\u9000\u51fa{courseName}({courseNumber}) \u7684\u5df2\u9a8c\u8bc1 {certNameLong}\u8def\u5f84\uff1f", + "Are you sure you want to unenroll from {courseName} ({courseNumber})?": "\u60a8\u786e\u5b9a\u8981\u9000\u9009\u8bfe\u7a0b{courseName} \uff08{courseNumber} \uff09\uff1f", + "Are you sure you want to unenroll from {courseName} ({courseNumber})? You will be refunded the amount you paid.": "\u786e\u5b9a\u9000\u9009\u8bfe\u7a0b {courseName} ({courseNumber})\uff1f\u60a8\u5c06\u4f1a\u6536\u5230\u5168\u989d\u9000\u6b3e\u3002", + "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "\u5220\u9664\u7684\u9879\u76ee\u4e0d\u80fd\u6062\u590d\uff01\u60a8\u786e\u5b9a\u8981\u5220\u9664\u8fd9\u4e2a\u9879\u76ee\u5417?\n\n\n\u4e0e\u8fd9\u4e2a\u9879\u76ee\u76f8\u5173\u7684\u4e00\u5207\u4fe1\u606f\uff08\u5982\u76f8\u5e94\u7684\u56fe\u7247\u548c\u94fe\u63a5\uff09\u90fd\u4f1a\u4e22\u5931\u3002", + "Are you sure?": "\u60a8\u786e\u5b9a\u5417\uff1f", + "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "\u4f5c\u4e3a\u8ba4\u8bc1\u8fc7\u7a0b\u4e2d\u4e00\u90e8\u5206\uff0c\u60a8\u9700\u8981\u62cd\u6444\u4e24\u5f20\u7167\u7247\uff1a\u60a8\u7684\u9762\u90e8\u4ee5\u53ca\u60a8\u7684\u8eab\u4efd\u8bc1\u4ef6\uff08\u8be5\u8bc1\u4ef6\u987b\u7531\u653f\u5e9c\u7b7e\u53d1\u4e14\u6709\u60a8\u7684\u7167\u7247\uff09\u3002\u6211\u4eec\u7684\u6388\u6743\u670d\u52a1\u90e8\u5c06\u901a\u8fc7\u5bf9\u6bd4\u60a8\u7684\u9762\u90e8\u7167\u7247\u548c\u60a8\u7684\u8bc1\u4ef6\u4e0a\u7684\u7167\u7247\u6765\u786e\u8ba4\u60a8\u7684\u8eab\u4efd\u3002", + "As you complete courses, you will see them listed here.": "\u5f53\u60a8\u5b8c\u6210\u8bfe\u7a0b\u65f6\uff0c\u8bfe\u7a0b\u5c06\u663e\u793a\u5728\u8fd9\u91cc\u3002", + "Assessment": "\u8bc4\u5206", + "Assessment Results Visibility": "\u8bc4\u4f30\u7ed3\u679c\u7684\u53ef\u89c1\u4eba\u7fa4", + "Assessments": "\u8bc4\u5206", + "Assign learners to cohorts by uploading a CSV file": "\u4e0a\u4f20CSV\u6587\u4ef6\u6765\u5206\u914d\u5b66\u5458\u81f3\u7fa4\u7ec4", + "Assign students to cohorts by uploading a CSV file.": "\u4e0a\u4f20\u4e00\u4e2a CSV \u6587\u4ef6\u4ee5\u5c06\u5b66\u751f\u5206\u914d\u5230\u7fa4\u7ec4\u4e2d\u3002", + "Assignment Type Name": "\u4f5c\u4e1a\u7c7b\u578b\u540d\u79f0", + "Associated Content Group": "\u5df2\u52a0\u5165\u7684\u5185\u5bb9\u7ec4", + "Attribution": "\u7f72\u540d", + "Author": "\u4f5c\u8005", + "Auto-advance": "\u81ea\u52a8\u64ad\u653e", + "Automated Transcripts": "\u81ea\u52a8\u5316\u5b57\u5e55", + "Automatic": "\u81ea\u52a8", + "Automatic transcripts are disabled.": "\u81ea\u52a8\u811a\u672c\u5df2\u7981\u7528\u3002", + "Average": "\u97f3\u91cf\u4e2d\u7b49", + "Back to Full List": "\u8fd4\u56de\u5b8c\u6574\u5217\u8868", + "Back to sign in": "\u8fd4\u56de\u767b\u5f55", + "Back to {platform} FAQs": "\u8fd4\u56de\u81f3 {platform} \u5e38\u89c1\u95ee\u9898\u89e3\u7b54", + "Background color": "\u80cc\u666f\u989c\u8272", + "Basic": "\u57fa\u672c", + "Basic Account Information": "\u57fa\u672c\u8d26\u53f7\u4fe1\u606f", + "Be sure your entire face is inside the frame": "\u8bf7\u786e\u4fdd\u60a8\u7684\u6574\u5f20\u8138\u90fd\u5728\u6846\u5185", + "Before proceeding, please confirm that your details match": "\u5728\u8fdb\u884c\u4e0b\u4e00\u6b65\u4e4b\u524d\uff0c\u8bf7\u786e\u8ba4\u60a8\u63d0\u4f9b\u7684\u4fe1\u606f\u4e4b\u95f4\u76f8\u7b26", + "Before proceeding, please {htmlStart}activate your account{htmlEnd}.": "\u7ee7\u7eed\u64cd\u4f5c\u524d\uff0c\u8bf7\u5148{htmlStart}\u6fc0\u6d3b\u60a8\u7684\u8d26\u53f7{htmlEnd}\u3002", + "Before proceeding, please {htmlStart}unlink all social media accounts{htmlEnd}.": "\u7ee7\u7eed\u64cd\u4f5c\u524d\uff0c\u8bf7\u5148{htmlStart}\u89e3\u7ed1\u6240\u6709\u793e\u4ea4\u8f6f\u4ef6\u8d26\u53f7{htmlEnd}\u3002", + "Before you upgrade to a certificate track, you must activate your account.": "\u5728\u60a8\u5347\u7ea7\u81f3\u8bc1\u4e66\u8def\u5f84\u4e4b\u524d\uff0c\u60a8\u5fc5\u987b\u6fc0\u6d3b\u60a8\u7684\u8d26\u53f7\u3002", + "Billed to": "\u8d26\u5355\u5bc4\u7ed9", + "Biography": "\u7b80\u4ecb", + "Block view is unavailable": "\u5757\u89c6\u56fe\u4e0d\u53ef\u7528", + "Blockquote": "\u5f15\u7528", + "Blockquote (Ctrl+Q)": "\u5f15\u7528(Ctrl+Q)", + "Blocks": "\u5757", + "Body": "\u4e3b\u4f53", + "Bold": "\u7c97\u4f53", + "Bold (Ctrl+B)": "\u7c97\u4f53(Ctrl+B)", + "Bookmark this page": "\u6536\u85cf\u6b64\u9875", + "Bookmarked": "\u5df2\u6536\u85cf", + "Bookmarked on": "\u6807\u8bb0\u4e66\u7b7e", + "Border": "\u8fb9\u6846", + "Border color": "\u8fb9\u6846\u8272", + "Bottom": "\u5e95\u7aef", + "Browse": "\u6d4f\u89c8", + "Browse recently launched courses and see what\\'s new in your favorite subjects": "\u6d4f\u89c8\u6700\u65b0\u4e0a\u7ebf\u7684\u8bfe\u7a0b\u5e76\u67e5\u770b\u60a8\u6700\u559c\u7231\u79d1\u76ee\u7684\u66f4\u65b0\u60c5\u51b5", + "Browsing": "\u6d4f\u89c8", + "Bulk Exceptions": "\u6279\u91cf\u7279\u6b8a\u5904\u7406", + "Bullet list": "\u9879\u76ee\u7b26\u53f7\u5217\u8868", + "Bulleted List (Ctrl+U)": "\u7b26\u53f7\u5217\u8868(Ctrl+U)", + "COMPLETED COURSES": "\u5df2\u5b8c\u6210\u8bfe\u7a0b", + "COURSES IN PROGRESS": "\u8bfe\u7a0b\u5b66\u4e60\u4e2d", + "Can I request additional time to complete my exam?": "\u6211\u53ef\u4ee5\u7533\u8bf7\u989d\u5916\u8003\u8bd5\u65f6\u95f4\u5417\uff1f", + "Can we match the photo you took with the one on your ID?": "\u6211\u4eec\u80fd\u5426\u5c06\u60a8\u62cd\u7684\u7167\u7247\u4e0e\u60a8\u8eab\u4efd\u8bc1\u4ef6\u4e0a\u7684\u7167\u7247\u8fdb\u884c\u6bd4\u5bf9\uff1f", + "Cancel": "\u53d6\u6d88", + "Cancel enrollment code": "\u53d6\u6d88\u9009\u8bfe\u7801", + "Cancel team creating.": "\u53d6\u6d88\u521b\u5efa\u56e2\u961f\u3002", + "Cancel team updating.": "\u53d6\u6d88\u56e2\u961f\u66f4\u65b0\u3002", + "Cancel upload": "\u53d6\u6d88\u4e0a\u4f20", + "Cannot Start Proctored Exam": "\u65e0\u6cd5\u5f00\u59cb\u76d1\u8003\u8003\u8bd5", + "Cannot delete when in use by a unit": "\u5728\u5355\u5143\u4e2d\u4f7f\u7528\u65f6\u4e0d\u80fd\u88ab\u5220\u9664", + "Cannot delete when in use by an experiment": "\u5f53\u5728\u5b9e\u9a8c\u4e2d\u4f7f\u7528\u65f6\u4e0d\u80fd\u88ab\u5220\u9664", + "Cannot drop more <%= types %> assignments than are assigned.": "\u65e0\u6cd5\u5220\u9664\u66f4\u591a\u7684 <%= types %> \u4ee5\u81f3\u4e8e\u8d85\u8fc7\u5206\u914d\u7684\u6570\u91cf", + "Caption": "\u6807\u9898", + "Caution: The last published version of this unit is live. By publishing changes you will change the student experience.": "\u6ce8\u610f\uff1a\u8be5\u5355\u5143\u6700\u65b0\u53d1\u5e03\u7684\u7248\u672c\u5df2\u4e0a\u7ebf\u3002\u901a\u8fc7\u53d1\u5e03\u66f4\u65b0\u5c06\u4f1a\u6539\u5584\u5b66\u751f\u4f53\u9a8c\u3002", + "Cell": "\u5355\u5143\u683c", + "Cell padding": "\u5355\u5143\u683c\u8fb9\u8ddd", + "Cell properties": "\u5355\u5143\u683c\u5c5e\u6027", + "Cell spacing": "\u5355\u5143\u683c\u95f4\u8ddd", + "Cell type": "\u5355\u5143\u683c\u7c7b\u578b", + "Center": "\u5c45\u4e2d\u5bf9\u9f50", + "Certificate Details": "\u8ba4\u8bc1\u7ec6\u5219", + "Certificate Generated": "\u8bc1\u4e66\u5df2\u751f\u6210", + "Certificate Information": "\u8ba4\u8bc1\u4fe1\u606f", + "Certificate Name": "\u8ba4\u8bc1\u540d\u79f0", + "Certificate Purchased": "\u5df2\u8d2d\u4e70\u7684\u8bc1\u4e66", + "Certificate Signatories": "\u8bc1\u4e66\u7b7e\u540d", + "Certificate Signatory Configuration": "\u8bc1\u4e66\u7b7e\u53d1\u8005\u8bbe\u7f6e", + "Certificate Status:": "\u8bc1\u4e66\u72b6\u6001\uff1a", + "Certificate has been successfully invalidated for <%= user %>.": " <%= user %> \u7684\u8bc1\u4e66\u5df2\u6210\u529f\u5730\u8f6c\u4e3a\u5931\u6548", + "Certificate name is required.": "\u8bc1\u4e66\u540d\u79f0\u5fc5\u586b\u3002", + "Certificate of <%= user %> has already been invalidated. Please check your spelling and retry.": " <%= user %> \u7684\u8bc1\u4e66\u5df2\u7ecf\u65e0\u6548\u3002\u8bf7\u786e\u8ba4\u60a8\u7684\u62fc\u5199\u5e76\u518d\u8bd5\u4e00\u6b21\u3002", + "Change": "\u4fee\u6539", + "Change Enrollment": "\u66f4\u6539\u9009\u8bfe", + "Change Manually": "\u624b\u52a8\u66f4\u6539", + "Change My Email Address": "\u66f4\u6539\u6211\u7684\u90ae\u7bb1\u5730\u5740", + "Change Session": "\u66f4\u6539\u5b66\u671f", + "Change image": "\u4fee\u6539\u56fe\u7247", + "Change or Leave Session": "\u66f4\u6539\u6216\u79bb\u5f00\u4f1a\u8bdd", + "Change to a different session or leave the current session.": "\u66f4\u6539\u5b66\u671f\u6216\u79bb\u5f00\u5f53\u524d\u5b66\u671f\u3002", + "Changes to steps that are not selected as part of the assignment will not be saved.": "\u672a\u4f5c\u4e3a\u4f5c\u4e1a\u90e8\u5206\u7684\u6b65\u9aa4\u53d8\u66f4\u5c06\u4e0d\u4f1a\u88ab\u4fdd\u5b58\u3002", + "Chapter Asset": "\u7ae0\u8d44\u6e90", + "Chapter Name": "\u7ae0\u540d\u79f0", + "Chapter information": "\u7ae0\u4fe1\u606f", + "Chapter name and asset_path are both required": "\u7ae0\u8282\u540d\u79f0\u548casset_path\u5747\u4e3a\u5fc5\u586b", + "Chapter name is required": "\u7ae0\u8282\u540d\u79f0\u5fc5\u586b", + "Chapter {order}": "\u7ae0 {order}", + "Check Your Email": "\u8bf7\u68c0\u67e5\u60a8\u7684\u7535\u5b50\u90ae\u4ef6", + "Check the highlighted fields below and try again.": "\u8bf7\u786e\u8ba4\u4e0b\u65b9\u63d0\u9192\u7684\u5b57\u6bb5\u5e76\u91cd\u65b0\u8f93\u5165\u3002", + "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "\u52fe\u9009\u6b64\u9879\uff0c\u6bcf\u5929\u63a5\u6536\u4e00\u5c01\u90ae\u4ef6\uff0c\u901a\u77e5\u60a8\u6240\u5173\u6ce8\u7684\u8ba8\u8bba\u5e16\u7684\u6700\u65b0\u672a\u8bfb\u60c5\u51b5\u3002", + "Check your email": "\u67e5\u6536\u60a8\u7684\u90ae\u4ef6", + "Check your email account for instructions to reset your password.": "\u67e5\u770b\u90ae\u7bb1\u4e2d\u7684\u91cd\u7f6e\u5bc6\u7801\u6307\u5f15\u3002", + "Check your email for an activation message.": "\u68c0\u67e5\u60a8\u7684\u7535\u5b50\u90ae\u7bb1\u662f\u5426\u6536\u5230\u6fc0\u6d3b\u6d88\u606f\u3002", + "Checkout": "\u4ed8\u6b3e", + "Checkout with PayPal": "\u4f7f\u7528PayPal\u4ed8\u6b3e", + "Checkout with {processor}": "\u4f7f\u7528{processor}\u4ed8\u6b3e", + "Choose File": "\u9009\u62e9\u6587\u4ef6", + "Choose One": "\u9009\u62e9\u4e00\u4e2a", + "Choose a .csv file": "\u9009\u62e9\u4e00\u4e2a.csv\u7684\u6587\u4ef6", + "Choose a content group to associate": "\u9009\u62e9\u4e00\u4e2a\u5185\u5bb9\u7ec4\u6765\u5173\u8054", + "Choose a location to move your component to": "\u9009\u62e9\u4e00\u4e2a\u4f4d\u7f6e\u5e76\u5c06\u60a8\u7684\u7684\u7ec4\u4ef6\u79fb\u52a8\u81f3\u6b64", + "Choose mode": "\u9009\u62e9\u6a21\u5f0f", + "Choose new file": "\u9009\u62e9\u6587\u4ef6", + "Choose one": "\u8bf7\u9009\u62e9", + "Choose your institution from the list below:": "\u4ece\u4ee5\u4e0b\u5217\u8868\u4e2d\u9009\u62e9\u60a8\u7684\u673a\u6784\uff1a", + "Circle": "\u7a7a\u5fc3\u5706", + "Clear": "\u6e05\u9664", + "Clear All": "\u6e05\u9664\u6240\u6709", + "Clear Grading Due Date": "\u6e05\u9664\u8bc4\u5206\u622a\u6b62\u65e5\u671f", + "Clear Release Date/Time": "\u6e05\u9664\u516c\u5f00\u65e5\u671f\uff0f\u65f6\u95f4", + "Clear Value": "\u6e05\u9664\u503c", + "Clear formatting": "\u6e05\u9664\u683c\u5f0f", + "Clear search": "\u6e05\u7a7a\u641c\u7d22\u7ed3\u679c", + "Clear search results": "\u6e05\u7a7a\u641c\u7d22\u7ed3\u679c", + "Click OK to have your e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u70b9\u51fb\u786e\u5b9a\uff0c\u5c06\u60a8\u7684\u90ae\u7bb1\u53d1\u9001\u7ed9\u7b2c\u4e09\u65b9\u5e94\u7528\u7a0b\u5e8f\u3002\n\n\u70b9\u51fb\u53d6\u6d88\uff0c\u53d6\u6d88\u53d1\u9001\u4fe1\u606f\u5e76\u8fd4\u56de\u5f53\u524d\u9875\u3002", + "Click OK to have your username and e-mail address sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u70b9\u51fb\u786e\u5b9a\uff0c\u5c06\u60a8\u7684\u7528\u6237\u540d\u548c\u90ae\u7bb1\u53d1\u9001\u7ed9\u7b2c\u4e09\u65b9\u5e94\u7528\u7a0b\u5e8f\u3002\n\n\u70b9\u51fb\u53d6\u6d88\uff0c\u53d6\u6d88\u53d1\u9001\u4fe1\u606f\u5e76\u8fd4\u56de\u5f53\u524d\u9875\u3002", + "Click OK to have your username sent to a 3rd party application.\n\nClick Cancel to return to this page without sending your information.": "\u70b9\u51fb\u786e\u5b9a\uff0c\u5c06\u60a8\u7684\u7528\u6237\u540d\u53d1\u9001\u7ed9\u7b2c3\u65b9\u5e94\u7528\u7a0b\u5e8f\u3002\n\n\u70b9\u51fb\u53d6\u6d88\uff0c\u53d6\u6d88\u53d1\u9001\u4fe1\u606f\u5e76\u8fd4\u56de\u5f53\u524d\u9875\u3002", + "Click on this button to mute or unmute this video or press UP or DOWN buttons to increase or decrease volume level.": "\u8bf7\u70b9\u51fb\u6b64\u6309\u94ae\u4ee5\u5bf9\u8be5\u89c6\u9891\u9759\u97f3\uff0f\u53d6\u6d88\u9759\u97f3\uff0c\u6216\u8005\u4f7f\u7528\u952e\u76d8\u7684\u4e0a\u4e0b\u65b9\u5411\u952e\u589e\u5927\u6216\u51cf\u5c0f\u97f3\u91cf\u3002", + "Click to add a new %(xblock_type)s": "\u70b9\u51fb\u6dfb\u52a0\u4e00\u4e2a\u65b0%(xblock_type)s", + "Click to change": "\u70b9\u51fb\u66f4\u6539", + "Click to edit": "\u70b9\u51fb\u4ee5\u7f16\u8f91", + "Close": "\u5173\u95ed", + "Close Calculator": "\u5173\u95ed\u8ba1\u7b97\u5668", + "Code": "\u4ee3\u7801", + "Code Sample (Ctrl+K)": "\u4ee3\u7801\u793a\u4f8b(Ctrl+K)", + "Code block": "\u4ee3\u7801\u5757", + "Cohort Assignment Method": "\u5206\u914d\u7fa4\u7ec4\u7684\u65b9\u6cd5", + "Cohort Name": "\u7fa4\u7ec4\u540d", + "Cohorts": "\u7fa4\u7ec4", + "Cohorts Disabled": "\u7fa4\u7ec4\u5df2\u7981\u7528", + "Cohorts Enabled": "\u7fa4\u7ec4\u5df2\u542f\u7528", + "Collapse All": "\u6298\u53e0\u5168\u90e8", + "Collapse Instructions": "\u6298\u53e0\u8bf4\u660e", + "Collapse/Expand this %(xblock_type)s": "\u6298\u53e0\uff0f\u6269\u5c55\u8be5%(xblock_type)s", + "Color": "\u989c\u8272", + "Cols": "\u5217", + "Column": "\u5217", + "Column group": "\u5217\u7ec4", + "Coming Soon": "\u5373\u5c06\u4e0a\u7ebf", + "Commentary": "\u8bc4\u6ce8", + "Common Problem Types": "\u5e38\u89c1\u95ee\u9898\u7c7b\u578b", + "Complete courses on your schedule to ensure you stand out in your field!": "\u6309\u65f6\u5b8c\u6210\u8bfe\u7a0b\u5b66\u4e60\uff0c\u6bd4\u522b\u4eba\u5148\u884c\u4e00\u6b65\uff01", + "Completed": "\u5df2\u7ecf\u5b8c\u6210", + "Component": "\u7ec4\u4ef6", + "Components": "\u7ec4\u4ef6", + "Configure": "\u914d\u7f6e", + "Confirm": "\u786e\u8ba4", + "Confirm Password": "\u786e\u8ba4\u5bc6\u7801", + "Confirm Timed Transcript": "\u786e\u8ba4\u5b57\u5e55", + "Congratulations!": "\u606d\u559c\uff01", + "Congratulations! You are now verified on %(platformName)s!": "\u606d\u559c\uff01\u60a8\u5728%(platformName)s\u4e0a\u5df2\u8ba4\u8bc1\u6210\u529f\uff01", + "Constrain proportions": "\u4fdd\u6301\u7eb5\u6a2a\u6bd4", + "Contact Us": "\u8054\u7cfb\u6211\u4eec", + "Contains staff only content": "\u5305\u542b\u4ec5\u9650\u5de5\u4f5c\u4eba\u5458\u53ef\u89c1\u7684\u5185\u5bb9", "Contains {count} group": [ "\u5305\u542b {count} \u7ec4" - ], - "Content Group ID": "\u5185\u5bb9\u7ec4 ID", - "Content Group Name": "\u5185\u5bb9\u7ec4\u540d\u5b57", - "Content-Specific Discussion Topics": "\u7279\u5b9a\u5185\u5bb9\u7684\u8ba8\u8bba\u8bdd\u9898", - "Continue Exam Without Proctoring": "\u5173\u95ed\u76d1\u8003\u6a21\u5f0f", - "Continue to Verification": "\u7ee7\u7eed\u8ba4\u8bc1\u8eab\u4efd", - "Continue to my practice exam": "\u7ee7\u7eed\u8fdb\u884c\u6a21\u62df\u8003\u8bd5", - "Continue to my proctored exam. I want to be eligible for credit.": "\u7ee7\u7eed\u8fdb\u884c\u76d1\u8003\u8003\u8bd5\uff0c\u6211\u5e0c\u671b\u7533\u8bf7\u5b66\u5206\u3002", - "Copy": "\u590d\u5236", - "Copy Email To Editor": "\u590d\u5236\u90ae\u4ef6\u81f3\u7f16\u8f91\u5668", - "Copy row": "\u590d\u5236\u884c", - "Correct failed component": "\u7ea0\u6b63\u5931\u8d25\u7684\u7ec4\u4ef6", - "Cost": "\u4ef7\u683c", - "Could not find Certificate Exception in white list. Please refresh the page and try again": "\u5728\u8bb8\u53ef\u540d\u5355\u4e2d\u627e\u4e0d\u5230\u8bc1\u4e66\u7279\u4f8b\u7684\u4eba\u3002\u8bf7\u91cd\u65b0\u8f7d\u5165\u9875\u9762\u6216\u518d\u8bd5\u4e00\u6b21\u3002", - "Could not find Certificate Invalidation in the list. Please refresh the page and try again": "\u65e0\u6cd5\u5728\u8fd9\u4efd\u5217\u8868\u4e2d\u627e\u5230\u8bc1\u4e66\u5931\u6548\u8bc1\u660e\u3002\u8bf7\u91cd\u65b0\u8f7d\u5165\u9875\u9762\u6216\u518d\u8bd5\u4e00\u6b21\u3002", - "Could not find a user with username or email address '<%- identifier %>'.": "\u672a\u627e\u5230\u7528\u6237\u540d\u6216\u90ae\u7bb1\u4e3a<%- identifier %>\u7684\u7528\u6237\u3002", - "Could not find the specified string.": "\u65e0\u6cd5\u627e\u5230\u6307\u5b9a\u7684\u5b57\u7b26\u4e32\u3002", - "Could not find users associated with the following identifiers:": "\u672a\u80fd\u627e\u5230\u4e0e\u4ee5\u4e0b\u8bc6\u522b\u7801\u5173\u8054\u7684\u7528\u6237\uff1a", - "Could not grade your answer. The submission was aborted.": "\u65e0\u6cd5\u8fdb\u884c\u8bc4\u5206\u3002\u63d0\u4ea4\u4e2d\u65ad\u3002", - "Could not override problem score for {user}.": "\u65e0\u6cd5\u8986\u76d6{user}\u7684\u9898\u76ee\u5f97\u5206\u3002", - "Could not retrieve download url.": "\u4e0d\u80fd\u8bfb\u53d6\u4e0b\u8f7d\u94fe\u63a5\u5730\u5740", - "Could not retrieve payment information": "\u65e0\u6cd5\u8bfb\u53d6\u652f\u4ed8\u4fe1\u606f", - "Could not retrieve upload url.": "\u4e0d\u80fd\u8bfb\u53d6\u4e0a\u4f20\u94fe\u63a5\u5730\u5740", - "Could not submit order": "\u8ba2\u5355\u63d0\u4ea4\u5931\u8d25", - "Could not submit photos": "\u7167\u7247\u63d0\u4ea4\u5931\u8d25", - "Could not upload the video image file": "\u65e0\u6cd5\u4e0a\u4f20\u8be5\u89c6\u9891\u56fe\u7247\u6587\u4ef6", - "Couldn't Save This Assignment": "\u4fdd\u5b58\u4f5c\u4e1a\u5931\u8d25", - "Country": "\u56fd\u5bb6\uff0f\u5730\u533a", - "Country of residence": "\u5c45\u4f4f\u56fd\u5bb6", - "Country or Region of Residence": "\u56fd\u5bb6\u6216\u5730\u533a", + ], + "Content Group ID": "\u5185\u5bb9\u7ec4 ID", + "Content Group Name": "\u5185\u5bb9\u7ec4\u540d\u5b57", + "Content-Specific Discussion Topics": "\u7279\u5b9a\u5185\u5bb9\u7684\u8ba8\u8bba\u8bdd\u9898", + "Continue Exam Without Proctoring": "\u5173\u95ed\u76d1\u8003\u6a21\u5f0f", + "Continue to Verification": "\u7ee7\u7eed\u8ba4\u8bc1\u8eab\u4efd", + "Continue to my practice exam": "\u7ee7\u7eed\u8fdb\u884c\u6a21\u62df\u8003\u8bd5", + "Continue to my proctored exam. I want to be eligible for credit.": "\u7ee7\u7eed\u8fdb\u884c\u76d1\u8003\u8003\u8bd5\uff0c\u6211\u5e0c\u671b\u7533\u8bf7\u5b66\u5206\u3002", + "Copy": "\u590d\u5236", + "Copy Email To Editor": "\u590d\u5236\u90ae\u4ef6\u81f3\u7f16\u8f91\u5668", + "Copy row": "\u590d\u5236\u884c", + "Correct failed component": "\u7ea0\u6b63\u5931\u8d25\u7684\u7ec4\u4ef6", + "Cost": "\u4ef7\u683c", + "Could not find Certificate Exception in white list. Please refresh the page and try again": "\u5728\u8bb8\u53ef\u540d\u5355\u4e2d\u627e\u4e0d\u5230\u8bc1\u4e66\u7279\u4f8b\u7684\u4eba\u3002\u8bf7\u91cd\u65b0\u8f7d\u5165\u9875\u9762\u6216\u518d\u8bd5\u4e00\u6b21\u3002", + "Could not find Certificate Invalidation in the list. Please refresh the page and try again": "\u65e0\u6cd5\u5728\u8fd9\u4efd\u5217\u8868\u4e2d\u627e\u5230\u8bc1\u4e66\u5931\u6548\u8bc1\u660e\u3002\u8bf7\u91cd\u65b0\u8f7d\u5165\u9875\u9762\u6216\u518d\u8bd5\u4e00\u6b21\u3002", + "Could not find a user with username or email address '<%- identifier %>'.": "\u672a\u627e\u5230\u7528\u6237\u540d\u6216\u90ae\u7bb1\u4e3a<%- identifier %>\u7684\u7528\u6237\u3002", + "Could not find the specified string.": "\u65e0\u6cd5\u627e\u5230\u6307\u5b9a\u7684\u5b57\u7b26\u4e32\u3002", + "Could not find users associated with the following identifiers:": "\u672a\u80fd\u627e\u5230\u4e0e\u4ee5\u4e0b\u8bc6\u522b\u7801\u5173\u8054\u7684\u7528\u6237\uff1a", + "Could not grade your answer. The submission was aborted.": "\u65e0\u6cd5\u8fdb\u884c\u8bc4\u5206\u3002\u63d0\u4ea4\u4e2d\u65ad\u3002", + "Could not override problem score for {user}.": "\u65e0\u6cd5\u8986\u76d6{user}\u7684\u9898\u76ee\u5f97\u5206\u3002", + "Could not retrieve download url.": "\u4e0d\u80fd\u8bfb\u53d6\u4e0b\u8f7d\u94fe\u63a5\u5730\u5740", + "Could not retrieve payment information": "\u65e0\u6cd5\u8bfb\u53d6\u652f\u4ed8\u4fe1\u606f", + "Could not retrieve upload url.": "\u4e0d\u80fd\u8bfb\u53d6\u4e0a\u4f20\u94fe\u63a5\u5730\u5740", + "Could not submit order": "\u8ba2\u5355\u63d0\u4ea4\u5931\u8d25", + "Could not submit photos": "\u7167\u7247\u63d0\u4ea4\u5931\u8d25", + "Could not upload the video image file": "\u65e0\u6cd5\u4e0a\u4f20\u8be5\u89c6\u9891\u56fe\u7247\u6587\u4ef6", + "Couldn't Save This Assignment": "\u4fdd\u5b58\u4f5c\u4e1a\u5931\u8d25", + "Country": "\u56fd\u5bb6\uff0f\u5730\u533a", + "Country of residence": "\u5c45\u4f4f\u56fd\u5bb6", + "Country or Region of Residence": "\u56fd\u5bb6\u6216\u5730\u533a", "Course": [ "\u8bfe\u7a0b" - ], - "Course Credit Requirements": "\u8bfe\u7a0b\u5b66\u5206\u8981\u6c42", - "Course End": "\u8bfe\u7a0b\u7ed3\u675f", - "Course Handouts": "\u8bfe\u7a0b\u8bb2\u4e49", - "Course ID": "\u8bfe\u7a0bID", - "Course Id": "\u8bfe\u7a0b\u7f16\u53f7", - "Course Index": "\u8bfe\u7a0b\u7d22\u5f15", - "Course Key": "\u8bfe\u7a0b\u6807\u8bc6", - "Course Name": "\u8bfe\u7a0b\u540d\u79f0", - "Course Number": "\u8bfe\u7a0b\u4ee3\u7801", - "Course Number Override": "\u91cd\u5199\u8bfe\u7a0b\u7f16\u53f7", - "Course Number:": "\u8bfe\u7a0b\u7f16\u53f7\uff1a", - "Course Outline": "\u8bfe\u7a0b\u5927\u7eb2", - "Course Run:": "\u8bfe\u7a0b\u957f\u5ea6\uff1a", - "Course Start": "\u8bfe\u7a0b\u5f00\u59cb", - "Course Title": "\u8bfe\u7a0b\u6807\u9898", - "Course Title Override": "\u91cd\u5199\u8bfe\u7a0b\u6807\u9898", - "Course Video Settings": "\u8bfe\u7a0b\u89c6\u9891\u8bbe\u7f6e", - "Course is not yet visible to students.": "\u8be5\u8bfe\u7a0b\u5c1a\u672a\u5bf9\u5b66\u751f\u516c\u5f00", - "Course pacing cannot be changed once a course has started.": "\u8bfe\u7a0b\u4e00\u7ecf\u5f00\u59cb\uff0c\u8bfe\u7a0b\u8fdb\u7a0b\u4fbf\u65e0\u6cd5\u66f4\u6539", - "Course title": "\u8bfe\u7a0b\u6807\u9898", - "Course-Wide Discussion Topics": "\u5168\u8bfe\u7a0b\u8303\u56f4\u5185\u7684\u8ba8\u8bba\u8bdd\u9898", - "Create": "\u521b\u5efa", - "Create Account": "\u521b\u5efa\u8d26\u53f7", - "Create Re-run": "\u521b\u5efa\u91cd\u542f", - "Create a %(link_start)sMozilla Backpack%(link_end)s account, or log in to your existing account": "\u521b\u5efa\u4e00\u4e2a%(link_start)sMozilla Backpack%(link_end)s \u8d26\u53f7\uff0c\u6216\u767b\u5f55\u60a8\u5df2\u6709\u7684\u8d26\u53f7", - "Create a New Team": "\u521b\u5efa\u65b0\u7684\u56e2\u961f", - "Create a content group": "\u521b\u5efa\u4e00\u4e2a\u5185\u5bb9\u7ec4", - "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "\u5efa\u7acb\u4e00\u4e2a\u65b0\u7684\u56e2\u961f-- \u5982\u679c\u60a8\u627e\u4e0d\u5230\u73b0\u6709\u7684\u56e2\u961f\u52a0\u5165\uff0c\u6216\u8005\u60a8\u60f3\u548c\u8ba4\u8bc6\u7684\u670b\u53cb\u7ec4\u961f\u3002", - "Create account using %(providerName)s.": "\u4f7f\u7528 %(providerName)s \u521b\u5efa\u8d26\u53f7\u3002", - "Create an Account": "\u6ce8\u518c", - "Create an Account.": "\u6ce8\u518c\u8d26\u53f7", - "Create an account using": "\u4f7f\u7528\u4ee5\u4e0b\u65b9\u5f0f\u521b\u5efa\u8d26\u53f7", - "Create team.": "\u521b\u5efa\u56e2\u961f\u3002", - "Created": "\u521b\u5efa", - "Creating missing groups": "\u6b63\u5728\u521b\u5efa\u7f3a\u5931\u7684\u7ec4\u3002", - "Creative Commons": "\u77e5\u8bc6\u5171\u4eab", - "Creative Commons licensed content, with terms as follow:": "\u77e5\u8bc6\u5171\u4eab\u8bb8\u53ef\u5185\u5bb9\uff0c\u6761\u6b3e\u5982\u4e0b\uff1a", - "Criterion Added": "\u6807\u51c6\u5df2\u6dfb\u52a0", - "Criterion Deleted": "\u89c4\u8303\u5df2\u5220\u9664", - "Crossed out items have been refunded.": "\u5212\u6389\u7684\u9879\u76ee\u5df2\u9000\u6b3e\u3002", - "Current Role:": "\u5f53\u524d\u89d2\u8272\uff1a", - "Current conversation": "\u5f53\u524d\u5bf9\u8bdd", - "Current enrollment mode:": "\u5f53\u524d\u9009\u8bfe\u6a21\u5f0f\uff1a", - "Current location": "\u5f53\u524d\u4f4d\u7f6e", - "Current tab": "\u5f53\u524d\u6807\u7b7e", - "Currently selected": "\u5df2\u9009\u9879", - "Custom color": "\u81ea\u5b9a\u4e49\u989c\u8272", - "Custom...": "\u81ea\u5b9a\u4e49\u2026", - "Cut": "\u526a\u5207", - "Cut row": "\u526a\u5207\u884c", - "Date": "\u65e5\u671f", - "Date Added": "\u6dfb\u52a0\u65e5\u671f", - "Date Joined": "\u52a0\u5165\u65e5\u671f", - "Date Placed": "\u5df2\u8bbe\u7f6e\u65e5\u671f", - "Date added": "\u6dfb\u52a0\u65e5\u671f", - "Deactivate": "\u505c\u7528", - "Declined": "\u62d2\u7edd", - "Decrease indent": "\u51cf\u5c11\u7f29\u8fdb", - "Default": "\u9ed8\u8ba4", - "Default (Local Time Zone)": "\u9ed8\u8ba4 (\u672c\u5730\u65f6\u533a)", - "Default Timed Transcript": "\u9ed8\u8ba4\u5b57\u5e55", - "Delete": "\u5220\u9664", - "Delete \"<%= signatoryName %>\" from the list of signatories?": "\u786e\u5b9a\u8981\u4ece\u7b7e\u7f72\u8005\u5217\u8868\u4e2d\u5220\u9664 \"<%= signatoryName %>\" \u5417\uff1f", - "Delete File Confirmation": "\u5220\u9664\u6587\u4ef6\u786e\u8ba4", - "Delete My Account": "\u5220\u9664\u6211\u7684\u8d26\u53f7", - "Delete Page Confirmation": "\u786e\u8ba4\u5220\u9664\u9875\u9762", - "Delete Team": "\u5220\u9664\u56e2\u961f", - "Delete column": "\u5220\u9664\u5217", - "Delete row": "\u5220\u9664\u884c", - "Delete student '<%- student_id %>'s state on problem '<%- problem_id %>'?": "\u786e\u5b9a\u8981\u5220\u9664\u5b66\u751f\u201c<%- student_id %>\u201d\u5728\u9898\u76ee\u201c<%- problem_id %>\u201d\u7684\u72b6\u6001\uff1f", - "Delete table": "\u5220\u9664\u8868\u683c", - "Delete the user, {username}": "\u5220\u9664\u7528\u6237 {username}", - "Delete this %(item_display_name)s?": "\u8981\u5220\u9664\u8be5%(item_display_name)s\u5417\uff1f", - "Delete this asset": "\u5220\u9664\u8be5\u8d44\u6e90", - "Delete this team?": "\u5220\u9664\u6b64\u56e2\u961f?", - "Delete this {xblock_type} (and prerequisite)?": "\u786e\u8ba4\u5220\u9664\u6b64 {xblock_type}\uff08\u4ee5\u53ca\u5148\u4fee\u5185\u5bb9\uff09\uff1f", - "Delete this {xblock_type}?": "\u786e\u8ba4\u5220\u9664{xblock_type}\uff1f", - "Deleted Content Group": "\u5220\u9664\u5185\u5bb9\u7ec4", - "Deleted Group": "\u5df2\u5220\u9664\u7ec4", - "Deleting": "\u6b63\u5728\u5220\u9664", - "Deleting a team is permanent and cannot be undone. All members are removed from the team, and team discussions can no longer be accessed.": "\u5220\u9664\u56e2\u961f\u662f\u6c38\u4e45\u6027\u7684\uff0c\u65e0\u6cd5\u633d\u56de\u3002\u6240\u6709\u6210\u5458\u4f1a\u4ece\u56e2\u961f\u79fb\u9664\uff0c\u56e2\u961f\u8ba8\u8bba\u5c06\u65e0\u6cd5\u518d\u88ab\u9020\u8bbf\u3002", - "Deleting a textbook cannot be undone and once deleted any reference to it in your courseware's navigation will also be removed.": "\u5220\u9664\u6559\u6750\u7684\u64cd\u4f5c\u65e0\u6cd5\u64a4\u9500\u3002\u4e00\u65e6\u5220\u9664\uff0c\u8bfe\u4ef6\u5bfc\u822a\u4e2d\u5bf9\u8be5\u6559\u6750\u7684\u5f15\u7528\u4e5f\u5c06\u88ab\u79fb\u9664\u3002", - "Deleting this %(item_display_name)s is permanent and cannot be undone.": "\u5c06\u6c38\u4e45\u5220\u9664\u8be5%(item_display_name)s\uff0c\u65e0\u6cd5\u64a4\u9500\u3002", - "Deleting this {xblock_type} is permanent and cannot be undone.": "\u60a8\u5c06\u6c38\u4e45\u5220\u9664\u6b64{xblock_type} \u4e14\u65e0\u6cd5\u64a4\u9500\u3002", - "Deprecated": "\u88ab\u5f03\u7528\u7684", - "Describe ": "\u63cf\u8ff0", - "Description": "\u63cf\u8ff0", - "Description of the certificate": "\u8ba4\u8bc1\u63cf\u8ff0", - "Details": "\u7ec6\u8282", - "Dimensions": "\u5c3a\u5bf8", - "Disc": "\u5b9e\u5fc3\u5706", - "Discard Changes": "\u653e\u5f03\u66f4\u6539", - "Discarding Changes": "\u6b63\u5728\u653e\u5f03\u66f4\u6539", - "Discussion Home": "\u8ba8\u8bba\u533a", - "Discussion topics in the course are not divided.": "\u4e0d\u533a\u5206\u8bfe\u7a0b\u4e2d\u7684\u8ba8\u8bba\u4e3b\u9898\u3002", - "Discussions are unified; all learners interact with posts from other learners, regardless of the group they are in.": "\u8ba8\u8bba\u533a\u662f\u7edf\u4e00\u6807\u51c6\u7684\uff0c\u5b66\u5458\u53ef\u4ee5\u4e0e\u6240\u6709\u5176\u4ed6\u5c0f\u7ec4\u5b66\u5458\u7684\u5e16\u5b50\u8fdb\u884c\u4e92\u52a8\u3002", - "Display Name": "\u663e\u793a\u540d\u79f0", - "Div": "Div \u6807\u7b7e", - "Divide the selected content-specific discussion topics": "\u5c06\u5df2\u6311\u9009\u7684\u4ee5\u5177\u4f53\u5185\u5bb9\u800c\u5b9a\u7684\u8ba8\u8bba\u4e3b\u9898\u533a\u5206\u5f00\u6765", - "Divided": "\u533a\u5206", - "Do not show again": "\u4e0d\u518d\u663e\u793a", - "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "\u60a8\u662f\u5426\u5141\u8bb8\u8be5\u5b66\u751f('{student_id}')\u8df3\u8fc7\u5165\u5b66\u8003\u8bd5\uff1f", - "Do you want to replace the edX transcript with the YouTube transcript?": "\u60a8\u5e0c\u671b\u7528 YouTube \u5b57\u5e55\u66ff\u6362 edX \u5b57\u5e55\u5417\uff1f", - "Do you want to upload your file before submitting?": "\u60a8\u786e\u5b9a\u5728\u63d0\u4ea4\u4e4b\u524d\u4e0a\u4f20\u60a8\u7684\u6587\u4ef6\u5417\uff1f", - "Document properties": "\u6587\u6863\u5c5e\u6027", - "Does the name on your ID match your account name: %(fullName)s?": "\u60a8\u8eab\u4efd\u8bc1\u4ef6\u4e0a\u7684\u59d3\u540d\u548c\u60a8\u5728\u8d26\u53f7\u4e2d\u586b\u5199\u7684\u59d3\u540d\u201c%(fullName)s\u201d\u76f8\u7b26\u5417\uff1f", - "Does the photo of you match your ID photo?": "\u8fd9\u5f20\u7167\u7247\u548c\u60a8\u8eab\u4efd\u8bc1\u4ef6\u4e0a\u7684\u7167\u7247\u76f8\u5339\u914d\u5417\uff1f", - "Does the photo of you show your whole face?": "\u8fd9\u5f20\u7167\u7247\u4e2d\u6709\u60a8\u7684\u6574\u5f20\u8138\u5417\uff1f", - "Doing so means that you are no longer eligible for academic credit.": "\u5173\u95ed\u76d1\u8003\u529f\u80fd\u610f\u5473\u7740\u60a8\u5c06\u5931\u53bb\u5b66\u5206\u8d44\u683c\u3002", - "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "\u6ca1\u6709\u770b\u5230\u60a8\u81ea\u5df1\uff1f\u8bf7\u786e\u8ba4\u5f53\u6d4f\u89c8\u5668\u8bf7\u6c42\u4f7f\u7528\u6444\u50cf\u5934\u6743\u9650\u7684\u65f6\u5019\u60a8\u9009\u62e9\u4e86\u5141\u8bb8\u3002", - "Donate": "\u6350\u732e", - "Double-check that your webcam is connected and working to continue.": "\u7ee7\u7eed\u524d\u8bf7\u518d\u6b21\u786e\u8ba4\u60a8\u7684\u6444\u50cf\u5934\u5df2\u7ecf\u8fde\u63a5\u5e76\u4e14\u53ef\u4ee5\u6b63\u5e38\u4f7f\u7528\u3002", - "Download": "\u4e0b\u8f7d", - "Download Software Clicked": "\u5df2\u70b9\u51fb\u4e0b\u8f7d\u8f6f\u4ef6", - "Download Transcript for Editing": "\u4e0b\u8f7d\u5b57\u5e55\u8fdb\u884c\u7f16\u8f91", - "Download URL": "\u4e0b\u8f7d URL", - "Download available encodings (.csv)": "\u4e0b\u8f7d\u53ef\u7528\u7684\u7f16\u7801\u65b9\u5f0f(.csv)", - "Download the user's certificate": "\u4e0b\u8f7d\u7528\u6237\u8bc1\u4e66", - "Draft (Never published)": "\u8349\u7a3f(\u4ece\u672a\u53d1\u5e03\u8fc7)", - "Draft (Unpublished changes)": "\u8349\u7a3f(\u6709\u5c1a\u672a\u53d1\u5e03\u7684\u53d8\u66f4)", - "Draft saved on {lastSavedStart}{editedOn}{lastSavedEnd} by {editedByStart}{editedBy}{editedByEnd}": "\u7531{editedByStart}{editedBy}{editedByEnd}\u4e8e{lastSavedStart}{editedOn}{lastSavedEnd}\u4fdd\u5b58\u4e86\u8d77\u7a3f\u3002", - "Drag and drop or {spanStart}browse your computer{spanEnd}.": "\u62d6\u62fd\u6587\u4ef6\u81f3\u6b64\uff0c\u6216{spanStart}\u9009\u62e9\u6587\u4ef6{spanEnd}\u3002", - "Drag to reorder": "\u62d6\u52a8\u4ee5\u91cd\u6392\u5e8f", - "Drop target image": "\u62d6\u653e\u7684\u76ee\u6807\u56fe\u50cf", - "Due Date": "\u622a\u6b62\u65e5\u671f", - "Due Date:": "\u622a\u6b62\u65e5\u671f\uff1a", - "Due Time in UTC:": "\u622a\u6b62\u65f6\u95f4\uff08UTC\uff09\uff1a", - "Due date cannot be before start date.": "\u8bfe\u7a0b\u7684\u7ed3\u675f\u65e5\u671f\u4e0d\u80fd\u5728\u5f00\u59cb\u65e5\u671f\u4e4b\u524d\u3002", - "Due:": "\u622a\u6b62\u65f6\u95f4\uff1a", - "Duplicate": "\u590d\u5236", - "Duplicating": "\u6b63\u5728\u590d\u5236", - "Duration (sec)": "\u6301\u7eed\u65f6\u95f4(\u79d2)", - "Earned %(created)s.": "\u5df2\u83b7\u5f97 %(created)s\u3002", - "Earned Certificates": "\u5df2\u83b7\u53d6\u8bc1\u4e66", - "EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.": "EdX \u5728 Studio \u4e2d\u6ca1\u6709\u8be5\u89c6\u9891\u7684\u5b57\u5e55\uff0c\u4f46\u662f\u6211\u4eec\u5728 YouTube \u4e2d\u627e\u5230\u4e86\u4e00\u4e2a\u5b57\u5e55\u3002\u60a8\u53ef\u4ee5\u5bfc\u5165 YouTube \u5b57\u5e55\u6216\u8005\u4e0a\u4f20\u60a8\u81ea\u5df1\u7684 .srt \u5b57\u5e55\u6587\u4ef6\u3002", - "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "EdX \u6ca1\u6709\u8be5\u89c6\u9891\u7684\u5b57\u5e55\u3002\u8bf7\u4e0a\u4f20\u4e00\u4e2a .srt \u6587\u4ef6\u3002", - "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "EdX \u6709\u8be5\u89c6\u9891\u7684\u5b57\u5e55\u3002\u5982\u679c\u60a8\u5e0c\u671b\u7f16\u8f91\u8be5\u5b57\u5e55\uff0c\u53ef\u4ee5\u4e0b\u8f7d\u7f16\u8f91\u540e\u91cd\u65b0\u4e0a\u4f20\u3002\u5982\u679c\u60a8\u60f3\u66ff\u6362\u8be5\u5b57\u5e55\uff0c\u8bf7\u4e0a\u4f20\u4e00\u4e2a\u65b0\u7684 .srt \u5b57\u5e55\u6587\u4ef6\u3002", - "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "EdX \u6709\u8be5\u89c6\u9891\u7684\u5b57\u5e55\u3002\u5982\u679c\u60a8\u5e0c\u671b\u66ff\u6362\u8be5\u5b57\u5e55\uff0c\u8bf7\u4e0a\u4f20\u4e00\u4e2a\u65b0\u7684 .srt \u5b57\u5e55\u6587\u4ef6\u3002\u5982\u679c\u60a8\u5e0c\u671b\u7f16\u8f91\u8be5\u5b57\u5e55\uff0c\u53ef\u4ee5\u4e0b\u8f7d\u7f16\u8f91\u540e\u91cd\u65b0\u4e0a\u4f20\u3002", - "Edit": "\u7f16\u8f91", - "Edit %(display_name)s (required)": "\u7f16\u8f91%(display_name)s(\u5fc5\u586b)", - "Edit HTML": "\u7f16\u8f91 HTML", - "Edit Membership": "\u7f16\u8f91\u56e2\u961f\u6210\u5458\u4fe1\u606f", - "Edit Team": "\u7f16\u8f91\u56e2\u961f", - "Edit Thumbnail": "\u7f16\u8f91\u7f29\u7565\u56fe", - "Edit Your Name": "\u7f16\u8f91\u60a8\u7684\u540d\u5b57", - "Edit this certificate?": "\u662f\u5426\u7f16\u8f91\u6b64\u8bc1\u4e66\uff1f", - "Editable": "\u53ef\u7f16\u8f91", - "Editing access for: %(title)s": "\u7f16\u8f91\u63a5\u5165\uff1a%(title)s ", - "Editing: {title}": "\u6b63\u5728\u7f16\u8f91\uff1a{title}", - "Editor": "\u7f16\u8f91\u5668", - "Education Completed": "\u6559\u80b2\u7a0b\u5ea6", - "Email": "\u90ae\u7bb1", - "Email Address (Sign In)": "\u90ae\u7bb1\uff08\u767b\u5f55\uff09", - "Email address": "\u90ae\u7bb1", - "Emails successfully sent. The following users are no longer enrolled in the course:": "\u90ae\u4ef6\u53d1\u9001\u6210\u529f\uff0c\u4ee5\u4e0b\u7528\u6237\u5df2\u4e0d\u518d\u9009\u4fee\u672c\u8bfe\u7a0b\uff1a", - "Embed": "\u5185\u5d4c", - "Emoticons": "\u8868\u60c5", - "Enable": "\u542f\u7528", - "Enable Cohorts": "\u542f\u7528\u7fa4\u7ec4", - "Enable Now": "\u7acb\u5373\u542f\u7528", - "Enable Weekly Highlight Emails": "\u542f\u7528\u6bcf\u5468\u70ed\u70b9\u90ae\u4ef6", - "Enabled": "\u542f\u7528", - "Encoding": "\u7f16\u7801", - "End My Exam": "\u7ed3\u675f\u6211\u7684\u8003\u8bd5", - "End of transcript. Skip to the start.": "\u5b57\u5e55\u7ed3\u5c3e\u3002\u8df3\u8f6c\u81f3\u5f00\u59cb\u3002", - "Ends {end}": "\u7ed3\u675f{end}", - "Engage with posts": "\u53c2\u4e0e\u8ba8\u8bba", - "Enroll Now": "\u73b0\u5728\u9009\u8bfe", - "Enrolled": "\u5df2\u62a5\u540d", - "Enrolling you in the selected course": "\u5c06\u60a8\u52a0\u5165\u5230\u9009\u5b9a\u7684\u8bfe\u7a0b", - "Enrollment Date": "\u9009\u8bfe\u65e5\u671f", - "Enrollment Mode": "\u9009\u8bfe\u6a21\u5f0f", - "Enrollment Opens on": "\u9009\u8bfe\u5f00\u59cb\u65f6\u95f4", - "Enrollment Tracks": "\u9009\u8bfe\u901a\u9053", - "Ensure that you can see your photo and read your name": "\u8bf7\u786e\u4fdd\u60a8\u7684\u7167\u7247\u548c\u540d\u5b57\u6e05\u6670\u53ef\u89c1", - "Enter 3-5 highlights to include in the email message that learners receive for this section (250 character limit).": "\u8f93\u5165\u672c\u7ae03-5\u4e2a\u91cd\u70b9\uff0c\u901a\u8fc7\u7535\u5b50\u90ae\u4ef6\u53d1\u9001\u7ed9\u5b66\u5458\uff08\u9650\u5236250\u4e2a\u5b57\u7b26\uff09\u3002", - "Enter Due Date and Time": "\u8f93\u5165\u622a\u6b62\u65e5\u671f", - "Enter Start Date and Time": "\u8f93\u5165\u5f00\u59cb\u65e5\u671f\u4e0e\u65f6\u95f4", - "Enter a student's username or email address.": "\u8f93\u5165\u5b66\u751f\u7684\u7528\u6237\u540d\u6216\u90ae\u7bb1\u3002", - "Enter a username or email.": "\u8f93\u5165\u7528\u6237\u540d\u6216\u90ae\u7bb1\u3002", - "Enter and confirm your new password.": "\u8f93\u5165\u5e76\u786e\u8ba4\u4f60\u7684\u65b0\u5bc6\u7801\u3002", - "Enter email addresses and/or usernames, separated by new lines or commas, for the learners you want to add. *": "\u8f93\u5165\u90ae\u7bb1\u548c/\u6216\u7528\u6237\u540d\u4ee5\u6dfb\u52a0\u5b66\u5458\uff0c\u6362\u884c\u6216\u7528\u9017\u53f7\u533a\u5206\u7528\u6237\u3002", - "Enter information to describe your team. You cannot change these details after you create the team.": "\u8f93\u5165\u63cf\u8ff0\u60a8\u7684\u56e2\u961f\u7684\u4fe1\u606f\uff0c\u4e00\u65e6\u56e2\u961f\u521b\u5efa\uff0c\u8fd9\u4e9b\u4fe1\u606f\u65e0\u6cd5\u66f4\u6539\u3002", - "Enter some details for your support request.": "\u8f93\u5165\u60a8\u6240\u9700\u8981\u7684\u652f\u6301\u7684\u7ec6\u8282\u3002", - "Enter team description.": "\u8f93\u5165\u56e2\u961f\u4ecb\u7ecd", - "Enter team name.": "\u8f93\u5165\u56e2\u961f\u540d", - "Enter the account information for your organization.": "\u4e3a\u60a8\u7684\u7ec4\u7ec7\u8f93\u5165\u8d26\u53f7\u4fe1\u606f\u3002", - "Enter the enrollment code.": "\u8f93\u5165\u9009\u8bfe\u7801\u3002", - "Enter the name of the cohort": "\u8bf7\u8f93\u5165\u7fa4\u7ec4\u7684\u540d\u5b57", - "Enter the page number you'd like to quickly navigate to.": "\u8f93\u5165\u60a8\u9700\u8981\u5feb\u901f\u524d\u5f80\u7684\u9875\u7801\u3002", - "Enter the username or email address of each learner that you want to add as an exception.": "\u8f93\u5165\u60a8\u8981\u6dfb\u52a0\u4e3a\u7279\u6b8a\u5904\u7406\u7684\u6bcf\u4e00\u4f4d\u5b66\u5458\u7684\u7528\u6237\u540d\u6216\u90ae\u7bb1\u3002", - "Enter username or email": "\u8f93\u5165\u7528\u6237\u540d\u6216\u8005\u90ae\u7bb1", - "Enter your ": "\u8bf7\u8f93\u5165\u60a8\u7684", - "Entrance exam attempts is being reset for student '{student_id}'.": "\u6b63\u5728\u91cd\u7f6e\u5b66\u751f\u201c{student_id}\u201d\u7684\u5165\u5b66\u8003\u8bd5\u5c1d\u8bd5\u6b21\u6570\u3002", - "Entrance exam state is being deleted for student '{student_id}'.": "\u5b66\u751f'{student_id}'\u7684\u5165\u5b66\u8003\u8bd5\u7684\u72b6\u6001\u5df2\u88ab\u5220\u9664\u3002", - "Error": "\u9519\u8bef", - "Error adding learners.": "\u6dfb\u52a0\u5b66\u5458\u65f6\u53d1\u751f\u9519\u8bef\u3002", - "Error adding user": "\u6dfb\u52a0\u7528\u6237\u8fc7\u7a0b\u4e2d\u51fa\u73b0\u9519\u8bef", - "Error adding/removing users as beta testers.": "\u6dfb\u52a0\uff0f\u5220\u9664beta\u6d4b\u8bd5\u7528\u6237\u51fa\u9519\u3002", - "Error changing user's permissions.": "\u66f4\u6539\u7528\u6237\u6743\u9650\u51fa\u9519\u3002", - "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "\u5220\u9664\u5b66\u751f'{student_id}'\u7684\u5165\u5b66\u8003\u8bd5\u72b6\u6001\u65f6\u51fa\u9519\u4e86\uff0c\u8bf7\u786e\u8ba4\u5b66\u751f\u7f16\u53f7\u65e0\u8bef\u3002", - "Error deleting student '<%- student_id %>'s state on problem '<%- problem_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u5220\u9664\u5b66\u751f\u201c<%- student_id %>\u201d\u5728\u9898\u76ee\u201c<%- problem_id %>\u201d\u7684\u72b6\u6001\u65f6\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u786e\u4fdd\u9898\u76eeID\u548c\u5b66\u751fID\u62fc\u5199\u5b8c\u6574\u5e76\u6b63\u786e\u3002", - "Error enrolling/unenrolling users.": "\u7528\u6237\u9009\u8bfe\uff0f\u653e\u5f03\u9009\u8bfe\u65f6\u51fa\u9519\u3002", - "Error generating ORA data report. Please try again.": "\u4ea7\u751fORA\u6570\u636e\u62a5\u544a\u65f6\u53d1\u751f\u9519\u8bef\u3002\u8bf7\u91cd\u65b0\u518d\u8bd5\u3002", - "Error generating grades. Please try again.": "\u751f\u6210\u8bc4\u5206\u7ed3\u679c\u65f6\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u91cd\u8bd5\u3002", - "Error generating list of students who may enroll. Please try again.": "\u83b7\u53d6\u53ef\u80fd\u9009\u8bfe\u7684\u5b66\u751f\u5217\u8868\u65f6\u51fa\u73b0\u9519\u8bef\uff0c\u8bf7\u91cd\u8bd5\u3002", - "Error generating problem grade report. Please try again.": "\u751f\u6210\u8bc4\u5206\u7ed3\u679c\u62a5\u544a\u65f6\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u91cd\u8bd5\u3002", - "Error generating proctored exam results. Please try again.": "\u4ea7\u751f\u8003\u8bd5\u6210\u7ee9\u9519\u8bef\u3002 \u8bf7\u518d\u8bd5\u4e00\u6b21\u3002", - "Error generating student profile information. Please try again.": "\u751f\u6210\u5b66\u751f\u8d44\u6599\u4fe1\u606f\u65f6\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u91cd\u8bd5\u3002", - "Error generating survey results. Please try again.": "\u4ea7\u751f\u8c03\u67e5\u7ed3\u679c\u65f6\u53d1\u751f\u9519\u8bef\u3002 \u8bf7\u518d\u8bd5\u4e00\u6b21\u3002", - "Error getting enrollment status for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "\u83b7\u53d6'<%- student_id %>'\u7684\u9009\u8bfe\u72b6\u6001\u65f6\u51fa\u9519\uff0c\u8bf7\u786e\u4fdd\u5b66\u751fID\u62fc\u5199\u6b63\u786e\u3002", - "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "\u83b7\u53d6\u5b66\u751f'{student_id}'\u7684\u5165\u5b66\u8003\u8bd5\u4efb\u52a1\u5386\u53f2\u65f6\u51fa\u9519\u4e86\uff0c\u8bf7\u786e\u8ba4\u5b66\u751f\u7f16\u53f7\u65e0\u8bef\u3002", - "Error getting issued certificates list.": "\u83b7\u53d6\u5df2\u9881\u53d1\u8bc1\u4e66\u7684\u5217\u8868\u65f6\u53d1\u751f\u9519\u8bef", - "Error getting student list.": "\u83b7\u53d6\u5b66\u751f\u5217\u8868\u65f6\u53d1\u751f\u9519\u8bef", - "Error getting student progress url for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "\u83b7\u53d6\u201c<%- student_id %>\u201d\u5b66\u751f\u8fdb\u5ea6URL\u65f6\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u786e\u4fdd\u5b66\u751fID\u62fc\u5199\u6b63\u786e\u3002", - "Error getting task history for problem '<%- problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u5728\u83b7\u53d6\u9898\u76ee\u201c<%- problem_id %>\u201d\u548c\u5b66\u751f\u201c<%- student_id %>\u201d\u7684\u64cd\u4f5c\u4efb\u52a1\u5386\u53f2\u8bb0\u5f55\u65f6\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u786e\u4fdd\u9898\u76eeID\u548c\u5b66\u751fID\u62fc\u5199\u5b8c\u6574\u5e76\u6b63\u786e\u3002", - "Error getting the number of ungraded responses": "\u83b7\u53d6\u672a\u8bc4\u5206\u56de\u590d\u6570\u91cf\u51fa\u73b0\u9519\u8bef", - "Error importing course": "\u5bfc\u5165\u8bfe\u7a0b\u65f6\u51fa\u9519", - "Error listing task history for this student and problem.": "\u663e\u793a\u6b64\u5b66\u751f\u4e0e\u95ee\u9898\u7684\u4efb\u52a1\u5386\u53f2\u65f6\u53d1\u751f\u9519\u8bef\u3002", - "Error removing user": "\u5220\u9664\u7528\u6237\u8fc7\u7a0b\u4e2d\u51fa\u73b0\u9519\u8bef", - "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "\u91cd\u7f6e\u5b66\u751f'{student_id}'\u7684\u5165\u5b66\u8003\u8bd5\u5c1d\u8bd5\u6b21\u6570\u65f6\u51fa\u9519\u4e86\uff0c\u8bf7\u786e\u8ba4\u5b66\u751f\u7f16\u53f7\u65e0\u8bef\u3002", - "Error resetting problem attempts for problem '<%= problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u91cd\u7f6e\u9898\u76ee\u201c<%= problem_id %>\u201d\u548c\u5b66\u751f\u201c<%- student_id %>\u201d\u7684\u56de\u7b54\u5c1d\u8bd5\u6b21\u6570\u65f6\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u786e\u4fdd\u9898\u76eeID\u548c\u5b66\u751fID\u62fc\u5199\u6b63\u786e\u3002", - "Error retrieving grading configuration.": "\u53d6\u5f97\u8bc4\u5206\u6807\u51c6\u65f6\u9519\u8bef\u3002", - "Error sending email.": "\u53d1\u9001\u7535\u5b50\u90ae\u4ef6\u65f6\u51fa\u9519\u3002", - "Error starting a task to override score for problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the score and the problem and student identifiers are complete and correct.": "\u542f\u52a8\u8986\u76d6\u5b66\u751f\u201c<%- student_id %>\u201d\u7684\u9898\u76ee\u201c<%- problem_id %>\u201d\u7684\u8bc4\u5206\u4efb\u52a1\u65f6\u51fa\u9519\u3002\u8bf7\u786e\u8ba4\u8be5\u9898\u76ee\u7684 ID \u53ca\u5b66\u751f\u7684 ID \u662f\u5b8c\u6574\u4e14\u6b63\u786e\u7684\u3002", - "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "\u4e3a\u5b66\u751f'{student_id}'\u5f00\u59cb\u8fd0\u884c\u91cd\u65b0\u8ba1\u7b97\u5165\u5b66\u8003\u8bd5\u5206\u6570\u7684\u4efb\u52a1\u65f6\u51fa\u9519\u4e86\uff0c\u8bf7\u786e\u8ba4\u8be5\u5165\u5b66\u8003\u8bd5\u4e2d\u6709\u9898\u76ee\u5e76\u4e14\u5b66\u751f\u7f16\u53f7\u65e0\u8bef\u3002", - "Error starting a task to rescore problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the problem and student identifiers are complete and correct.": "\u542f\u52a8\u5bf9\u5b66\u751f\u201c<%- student_id %>\u201d\u7684\u9898\u76ee\u201c<%- problem_id %>\u201d\u7684\u91cd\u65b0\u8bc4\u5206\u4efb\u52a1\u65f6\u51fa\u9519\u3002\u8bf7\u786e\u8ba4\u8be5\u9898\u76ee\u7684 ID \u53ca\u5b66\u751f\u7684 ID \u662f\u5b8c\u6574\u4e14\u6b63\u786e\u7684\u3002", - "Error starting a task to rescore problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u542f\u52a8\u5bf9\u9898\u76ee\u201c<%- problem_id %>\u201d\u91cd\u65b0\u8bc4\u5206\u7684\u4efb\u52a1\u65f6\u51fa\u9519\u3002\u8bf7\u786e\u8ba4\u8be5\u9898\u76ee\u7684 ID \u662f\u5b8c\u6574\u4e14\u6b63\u786e\u7684\u3002", - "Error starting a task to reset attempts for all students on problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u542f\u52a8\u91cd\u7f6e\u6240\u6709\u5b66\u5458\u5728\u9898\u76ee\u201c<%- problem_id %>'\u201d\u7684\u7b54\u9898\u6b21\u6570\u7684\u4efb\u52a1\u65f6\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u786e\u4fdd\u9898\u76eeID\u62fc\u5199\u5b8c\u6574\u5e76\u6b63\u786e\u3002", - "Error while generating certificates. Please try again.": "\u751f\u6210\u8bc1\u4e66\u671f\u95f4\u51fa\u73b0\u9519\u8bef\uff0c\u8bf7\u91cd\u8bd5\u3002", - "Error while regenerating certificates. Please try again.": "\u4ea7\u751f\u9519\u8bef\u8bc1\u4e66\u3002 \u8bf7\u518d\u8bd5\u4e00\u6b21\u3002", - "Error.": "\u9519\u8bef\u3002", - "Error:": "\u9519\u8bef\uff1a", - "Error: ": "\u9519\u8bef\uff1a", - "Error: Choosing failed.": "\u9519\u8bef\uff1a\u9009\u62e9\u5931\u8d25\u3002", - "Error: Connection with server failed.": "\u9519\u8bef\uff1a\u8fde\u63a5\u670d\u52a1\u5668\u5931\u8d25\u3002", - "Error: Import failed.": "\u9519\u8bef\uff1a\u5bfc\u5165\u5931\u8d25\u3002", - "Error: Replacing failed.": "\u9519\u8bef\uff1a\u66ff\u6362\u5931\u8d25\u3002", - "Error: Uploading failed.": "\u9519\u8bef\uff1a\u4e0a\u4f20\u5931\u8d25\u3002", - "Error: User '<%- username %>' has not yet activated their account. Users must create and activate their accounts before they can be assigned a role.": "\u53d1\u751f\u9519\u8bef\uff1a\u7528\u6237\u201c<%- username %>\u201d\u672a\u6fc0\u6d3b\u8d26\u53f7\uff0c\u5fc5\u987b\u5148\u521b\u5efa\u5e76\u6fc0\u6d3b\u8d26\u53f7\u624d\u80fd\u5206\u914d\u89d2\u8272\u3002", - "Error: You cannot remove yourself from the Instructor group!": "\u9519\u8bef\uff1a\u60a8\u4e0d\u53ef\u4ee5\u5c06\u81ea\u5df1\u4ece\u6559\u5e08\u7ec4\u4e2d\u5220\u9664\u3002", - "Errors": "\u9519\u8bef", - "Everyone who has staff privileges in this course": "\u6b64\u8bfe\u7a0b\u4e2d\u62e5\u6709\u5458\u5de5\u6743\u9650\u7684\u6240\u6709\u4eba", - "Exam Types": "\u6d4b\u8bd5\u7c7b\u522b", - "Exam timer and end exam button": "\u8003\u8bd5\u8ba1\u65f6\u5668\u548c\u7ed3\u675f\u8003\u8bd5\u6309\u94ae", - "Exception Granted": "\u7279\u6b8a\u5904\u7406\u5df2\u6279\u51c6", - "Exit full browser": "\u9000\u51fa\u5168\u5c4f", - "Expand All": "\u5c55\u5f00\u5168\u90e8", - "Expand Instructions": "\u5c55\u5f00\u8bf4\u660e", - "Explain if other.": "\u5982\u5176\u4ed6\u539f\u56e0\uff0c\u8bf7\u89e3\u91ca\u3002", - "Explanation": "\u89e3\u91ca", - "Explicitly Hiding from Students": "\u660e\u786e\u5bf9\u5b66\u751f\u9690\u85cf", - "Explore New Programs": "\u63a2\u7d22\u65b0\u8bfe\u7a0b", - "Explore Programs": "\u641c\u7d22\u8bfe\u7a0b", - "Explore your course!": "\u63a2\u7d22\u60a8\u7684\u8bfe\u7a0b\uff01", - "Failed Proctoring": "\u672a\u901a\u8fc7\u76d1\u8003", - "Failed to delete student state for user.": "\u5220\u9664\u7528\u6237\u7684\u5b66\u751f\u72b6\u6001\u5931\u8d25\u3002", - "Failed to rescore problem for user.": "\u4e3a\u7528\u6237\u91cd\u8bc4\u9898\u76ee\u5f97\u5206\u5931\u8d25\u3002", - "Failed to rescore problem to improve score for user.": "\u4e3a\u7528\u6237\u91cd\u8bc4\u9898\u76ee\u5f97\u5206\u5931\u8d25\u3002", - "Failed to reset attempts for user.": "\u91cd\u7f6e\u7528\u6237\u7684\u5c1d\u8bd5\u6b21\u6570\u5931\u8d25\u3002", - "Feedback available for selection.": "\u53ef\u4f9b\u9009\u62e9\u7684\u53cd\u9988\u3002", - "File": "\u6587\u4ef6", - "File Name": "\u6587\u4ef6\u540d", - "File format not supported. Please upload a file with a {ext} extension.": "\u6587\u4ef6\u683c\u5f0f\u4e0d\u652f\u6301\uff0c\u8bf7\u4e0a\u4f20\u6269\u5c55\u540d\u4e3a\"{ext}\"\u7684\u6587\u4ef6\u3002", - "File size must be 10MB or less.": "\u6587\u4ef6\u5927\u5c0f\u4e0d\u80fd\u8d85\u8fc710MB\u3002", - "File type is not allowed.": "\u6587\u4ef6\u7c7b\u578b\u4e0d\u53ef\u7528\u3002", - "File types can not be empty.": "\u6587\u4ef6\u7c7b\u578b\u4e0d\u80fd\u4e3a\u7a7a\u3002", - "File upload succeeded": "\u6587\u4ef6\u4e0a\u4f20\u6210\u529f", - "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "\u6587\u4ef6 {filename} \u7684\u5927\u5c0f\u8d85\u8fc7\u4e86 {maxFileSizeInMBs} MB \u7684\u9650\u5236", - "Files must be in JPEG or PNG format.": "\u6587\u4ef6\u5fc5\u987b\u662fJPEG\u6216\u8005PNG\u683c\u5f0f\u3002", - "Files that you upload must be PDFs or image files in .gif, .jpg, .jpeg, or .png format.": "\u53ea\u652f\u6301\u4e0a\u4f20PDF\u6216 .gif .jpg .jpeg .png\u00a0\u683c\u5f0f\u56fe\u7247\u6587\u4ef6\u3002", - "Files that you upload must be smaller than 5MB in size.": "\u4e0a\u4f20\u7684\u6587\u4ef6\u4e0d\u5f97\u8d85\u8fc75MB\u3002", - "Fill browser": "\u5168\u5c4f", - "Filter and sort topics": "\u8fc7\u6ee4\u548c\u6574\u7406\u8bdd\u9898", - "Final Grade": "\u6700\u7ec8\u6210\u7ee9", - "Final Grade Received": "\u6700\u7ec8\u6536\u83b7\u5f97\u5206", - "Financial Assistance": "\u7ecf\u6d4e\u8865\u52a9", - "Financial Assistance Application": "\u7ecf\u6d4e\u63f4\u52a9\u7533\u8bf7", - "Find": "\u67e5\u627e", - "Find a course": "\u627e\u5230\u4e00\u4e2a\u8bfe\u7a0b", - "Find and replace": "\u67e5\u627e\u548c\u66ff\u6362", - "Find answers to the top questions asked by learners.": "\u67e5\u770b\u5b66\u5458\u6700\u5e38\u95ee\u7684\u95ee\u9898\u53ca\u7b54\u6848\u3002", - "Find discussions": "\u641c\u7d22\u8ba8\u8bba\u5e16", - "Find next": "\u67e5\u627e\u4e0b\u4e00\u4e2a", - "Find previous": "\u67e5\u627e\u4e0a\u4e00\u4e2a", - "Finish": "\u5b8c\u6210", - "First time here?": "\u521d\u6b21\u4f7f\u7528\uff1f", - "Follow or unfollow posts": "\u5173\u6ce8\u6216\u53d6\u6d88\u5173\u6ce8\u53d1\u5e16", - "Font Family": "\u5b57\u4f53", - "Font Sizes": "\u5b57\u53f7", - "Footer": "\u811a\u6ce8", - "For grading to work, you must change all {oldName} subsections to {newName}.": "\u4e3a\u4f7f\u8bc4\u5206\u751f\u6548\uff0c\u60a8\u5fc5\u987b\u628a\u6240\u6709{oldName}\u5c0f\u8282\u66f4\u6539\u4e3a{newName}\u3002", - "Format": "\u683c\u5f0f", - "Formats": "\u683c\u5f0f", - "Free text notes": "\u514d\u8d39\u6587\u672c\u6ce8\u91ca", - "Frequently Asked Questions": "\u5e38\u89c1\u95ee\u9898", - "Full Name": "\u5168\u540d", - "Full Profile": "\u5168\u90e8\u8d44\u6599", - "Fullscreen": "\u5168\u5c4f", - "Fully Supported": "\u5168\u90e8\u652f\u6301", - "Gender": "\u6027\u522b", - "General": "\u4e00\u822c", - "General Proctored Exam Rules": "\u4e00\u822c\u76d1\u8003\u6a21\u5f0f\u8003\u8bd5\u89c4\u5219", - "Generate": "\u751f\u6210", - "Generate Exception Certificates": "\u751f\u6210\u7279\u4f8b\u8bc1\u4e66", - "Generate the user's certificate": "\u751f\u6210\u7528\u6237\u8bc1\u4e66", - "Get Credit": "\u83b7\u5f97\u5b66\u5206", - "Go Back": "\u8fd4\u56de", - "Go to Dashboard": "\u524d\u5f80\u8bfe\u7a0b\u9762\u677f", - "Go to my Dashboard": "\u524d\u5f80\u6211\u7684\u8bfe\u7a0b\u9762\u677f", - "Go to your Dashboard": "\u524d\u5f80\u60a8\u7684\u63a7\u5236\u9762\u677f", - "Go to {platform} Home": "\u524d\u5f80{platform}\u4e3b\u9875", - "Going forward, your account information will be updated and maintained by {enterprise_name}.": "\u4e0b\u4e00\u6b65\uff0c\u60a8\u7684\u8d26\u53f7\u4fe1\u606f\u5c06\u7531{enterprise_name}\u66f4\u65b0\u5e76\u7ef4\u62a4\u3002", - "Government-Issued Photo ID": "\u653f\u5e9c\u7b7e\u53d1\u7684\u5e26\u6709\u7167\u7247\u7684\u8eab\u4efd\u8bc1\u4ef6", - "Grace period must be specified in HH:MM format.": "\u5bbd\u9650\u65f6\u95f4\u5fc5\u987b\u4ee5 HH:MM \u683c\u5f0f\u8bbe\u5b9a\u3002", - "Grade": "\u6210\u7ee9", - "Grade as:": "\u8bc4\u5206\u65b9\u5f0f\uff1a", - "Graded as:": "\u8bc4\u5206\u65b9\u5f0f\uff1a", - "Grading": "\u8bc4\u5206", - "Group": "\u5c0f\u7ec4", - "Group %s": "%s\u7ec4", - "Group A": "A \u7ec4", - "Group B": "B \u7ec4", - "Group Configuration ID": "\u7ec4\u914d\u7f6e ID", - "Group Configuration Name": "\u7ec4\u914d\u7f6e\u540d\u79f0", - "Group Configuration information": "\u7ec4\u914d\u7f6e\u4fe1\u606f", - "Group Configuration name is required.": "\u7ec4\u914d\u7f6e\u540d\u79f0\u662f\u5fc5\u9700\u7684\u3002", - "Group information": "\u7ec4\u4fe1\u606f", - "Group name is required": "\u7ec4\u540d\u79f0\u662f\u5fc5\u9700\u7684", - "Groups": "\u7ec4", - "H Align": "\u6c34\u5e73\u5bf9\u9f50", - "HTML preview of post": "\u5e16\u5b50\u7684HTML\u9884\u89c8", - "HTML source code": "HTML \u6e90\u4ee3\u7801", - "Header": "\u8868\u5934", - "Header 1": "\u6807\u9898 1", - "Header 2": "\u6807\u9898 2", - "Header 3": "\u6807\u9898 3", - "Header 4": "\u6807\u9898 4", - "Header 5": "\u6807\u9898 5", - "Header 6": "\u6807\u9898 6", - "Header cell": "\u8868\u5934\u5355\u5143\u683c", - "Headers": "\u6807\u9898", - "Heading": "\u6807\u9898", - "Heading (Ctrl+H)": "\u6807\u9898(Ctrl+H)", - "Heading 1": "\u6807\u9898 1", - "Heading 2": "\u6807\u9898 2", - "Heading 3": "\u6807\u9898 3", - "Heading 4": "\u6807\u9898 4", - "Heading 5": "\u6807\u9898 5", - "Heading 6": "\u6807\u9898 6", - "Headings": "\u6807\u9898", - "Height": "\u9ad8\u5ea6", - "Help Translate into {beta_language}": "Help Translate into {beta_language}", - "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "\u4ecb\u7ecd\u60a8\u56e2\u961f\u7684\u7279\u70b9\uff0c\u5e2e\u52a9\u5176\u4ed6\u5b66\u5458\u51b3\u5b9a\u662f\u5426\u52a0\u5165\u60a8\u7684\u56e2\u961f\u3002\u8bf7\u4ed4\u7ec6\u9009\u62e9\uff0c\u5982\u679c\u9650\u5236\u592a\u591a\uff0c\u5c31\u4f1a\u6709\u8f83\u5c11\u7684\u4eba\u613f\u610f\u52a0\u5165\u60a8\u7684\u56e2\u961f\u3002", - "Hide Annotations": "\u9690\u85cf\u6279\u6ce8", - "Hide Deprecated Settings": "\u9690\u85cf\u5df2\u8fc7\u65f6\u7684\u8bbe\u7f6e", - "Hide Discussion": "\u9690\u85cf\u8ba8\u8bba", - "Hide Previews": "\u9690\u85cf\u9884\u89c8", - "Hide Timer": "\u9690\u85cf\u8ba1\u65f6\u5668", - "Hide closed captions": "\u9690\u85cfCC\u5b57\u5e55", - "Hide content after course end date": "\u8bfe\u7a0b\u7ed3\u675f\u540e\u9690\u85cf\u5185\u5bb9", - "Hide content after due date": "\u622a\u6b62\u65e5\u671f\u540e\u9690\u85cf\u65e5\u671f", - "Hide entire subsection": "\u9690\u85cf\u6574\u4e2a\u5c0f\u8282", - "Hide from learners": "\u5bf9\u5b66\u4e60\u8fd9\u9690\u85cf", - "Hide notes": "\u9690\u85cf\u6ce8\u91ca", - "Hide transcripts ({transcriptCount})": "\u9690\u85cf\u5b57\u5e55 ({transcriptCount})", - "Hiding from Students": "\u5bf9\u5b66\u751f\u9690\u85cf", - "High Definition": "\u9ad8\u7ea7\u5b9a\u4e49", - "Highlight {highlight_index}": "\u91cd\u70b9 {highlight_index}", - "Highlighted text": "\u9ad8\u4eae\u6587\u672c", - "Highlights for {display_name}": "{display_name} \u70ed\u70b9", - "Horizontal Rule (Ctrl+R)": "\u6c34\u5e73\u7ebf(Ctrl+R)", - "Horizontal line": "\u6c34\u5e73\u7ebf", - "Horizontal space": "\u6c34\u5e73\u95f4\u8ddd", - "How to create useful text alternatives.": "\u5982\u4f55\u5efa\u7acb\u6709\u7528\u7684\u6587\u5b57\u66ff\u4ee3\u7269\u3002", - "How to use %(platform_name)s discussions": "\u5982\u4f55\u4f7f\u7528 %(platform_name)s \u8ba8\u8bba", - "Hyperlink (Ctrl+L)": "\u8d85\u94fe\u63a5(Ctrl+L)", - "I am ready to start this timed exam,": "\u6211\u51c6\u5907\u597d\u5f00\u59cb\u6b64\u95e8\u9650\u65f6\u8003\u8bd5\u4e86", - "ID": "ID", - "ID-Verification is not required for this Professional Education course.": "\u8be5\u4e13\u4e1a\u6559\u80b2\u8bfe\u7a0b\u4e0d\u5f3a\u5236\u8981\u6c42\u8eab\u4efd\u8ba4\u8bc1\u3002", - "Identity Verification In Progress": "\u8eab\u4efd\u9a8c\u8bc1\u6b63\u5728\u8fdb\u884c\u4e2d", - "If the course does not have an end date, learners always see their scores when they submit answers to assessments.": "\u5982\u679c\u8bfe\u7a0b\u4e0d\u8bbe\u6709\u7ed3\u675f\u65e5\u671f\uff0c\u90a3\u4e48\u53ea\u8981\u5b66\u5458\u63d0\u4ea4\u7b54\u6848\u81f3\u8bc4\u5206\uff0c\u5c31\u53ef\u4ee5\u67e5\u770b\u81ea\u5df1\u7684\u5f97\u5206\u3002", - "If the subsection does not have a due date, learners always see their scores when they submit answers to assessments.": "\u5982\u679c\u8282\u4e0d\u8bbe\u6709\u622a\u6b62\u65e5\u671f\uff0c\u90a3\u4e48\u53ea\u8981\u5b66\u5458\u63d0\u4ea4\u7b54\u6848\u81f3\u8bc4\u5206\uff0c\u5c31\u53ef\u4ee5\u67e5\u770b\u81ea\u5df1\u7684\u5f97\u5206\u3002", - "If the unit was previously published and released to learners, any changes you made to the unit when it was hidden will now be visible to learners.": "\u5982\u679c\u6b64\u5355\u5143\u5148\u524d\u5df2\u88ab\u53d1\u5e03\u4e14\u5411\u5b66\u751f\u516c\u5f00\uff0c\u4efb\u4f55\u5728\u8be5\u5355\u5143\u5904\u4e8e\u9690\u85cf\u65f6\u7684\u6539\u52a8\u90fd\u5c06\u5bf9\u5b66\u751f\u53ef\u89c1\u3002", - "If the unit was previously published and released to students, any changes you made to the unit when it was hidden will now be visible to students. Do you want to proceed?": "\u82e5\u6b64\u5355\u5143\u5148\u524d\u5df2\u53d1\u8868\u4e14\u5411\u5b66\u751f\u516c\u5f00\uff0c\u4efb\u4f55\u5728\u8be5\u5355\u5143\u5904\u4e8e\u9690\u85cf\u72b6\u6001\u65f6\u6240\u4f5c\u51fa\u7684\u6539\u52a8\u90fd\u5c06\u5bf9\u5b66\u751f\u53ef\u89c1\u3002\u662f\u5426\u7ee7\u7eed\uff1f", - "If you are unable to access your account contact us via email using {email}.": "\u5982\u679c\u60a8\u65e0\u6cd5\u8bbf\u95ee\u8d26\u53f7\uff0c\u8bf7\u901a\u8fc7\u7535\u5b50\u90ae\u4ef6\u8054\u7cfb\u6211\u4eec{email}\u3002", - "If you do not yet have an account, use the button below to register.": "\u5982\u679c\u60a8\u5c1a\u65e0\u8d26\u53f7\uff0c\u8bf7\u4f7f\u7528\u4ee5\u4e0b\u6309\u94ae\u8fdb\u884c\u6ce8\u518c\u3002", - "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "\u5982\u679c\u60a8\u73b0\u5728\u4e0d\u9a8c\u8bc1\u60a8\u7684\u8eab\u4efd\uff0c\u60a8\u4ecd\u53ef\u4ee5\u901a\u8fc7\u63a7\u5236\u9762\u677f\u6d4f\u89c8\u8bfe\u7a0b\u3002\u4f46\u60a8\u4f1a\u5b9a\u671f\u4ece%(platformName)s\u6536\u5230\u8eab\u4efd\u9a8c\u8bc1\u63d0\u9192\u3002", - "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from {platformName} to verify your identity.": "\u5982\u679c\u60a8\u73b0\u5728\u4e0d\u9a8c\u8bc1\u8eab\u4efd\uff0c\u60a8\u4ecd\u53ef\u4ee5\u901a\u8fc7\u8bfe\u7a0b\u9762\u677f\u6d4f\u89c8\u8bfe\u7a0b\u3002\u4f46\u60a8\u4f1a\u5b9a\u671f\u4ece {platformName} \u6536\u5230\u8eab\u4efd\u9a8c\u8bc1\u63d0\u9192\u3002", - "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "\u5982\u679c\u60a8\u4e0d\u4fdd\u5b58\u6216\u8005\u63d0\u4ea4\u7b54\u6848\u5c31\u79bb\u5f00\uff0c\u60a8\u53ef\u80fd\u4f1a\u4e22\u5931\u6389\u5199\u5b8c\u7684\u4e00\u5207\u3002", - "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "\u5982\u679c\u60a8\u79bb\u5f00\u672c\u9875\u65f6\u6ca1\u6709\u63d0\u4ea4\u60a8\u7684\u540c\u5b66\u4e92\u8bc4\uff0c\u60a8\u5c06\u4e22\u5931\u60a8\u6240\u505a\u7684\u4e00\u5207\u3002", - "If you leave this page without submitting your self assessment, you will lose any work you have done.": "\u5982\u679c\u60a8\u672a\u63d0\u4ea4\u60a8\u7684\u81ea\u6211\u8bc4\u4f30\u5c31\u79bb\u5f00\u6b64\u9875\u9762\uff0c\u60a8\u5c06\u4e22\u5931\u6240\u505a\u7684\u4e00\u5207\u3002", - "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "\u5982\u679c\u60a8\u672a\u63d0\u4ea4\u60a8\u7684\u5458\u5de5\u8bc4\u4f30\u5c31\u79bb\u5f00\u6b64\u9875\u9762\uff0c\u60a8\u5c06\u4e22\u5931\u6240\u505a\u7684\u4e00\u5207\u3002", - "If you leave, you can no longer post in this team's discussions. Your place will be available to another learner.": "\u5982\u679c\u60a8\u79bb\u5f00\u4e86\uff0c\u60a8\u5c06\u4e0d\u80fd\u5728\u672c\u56e2\u961f\u7684\u8ba8\u8bba\u533a\u4e0a\u53d1\u8a00\u3002\u60a8\u7684\u4f4d\u7f6e\u5c06\u63d0\u4f9b\u7ed9\u5176\u5b83\u7684\u5b66\u4e60\u8005\u3002", - "If you make significant changes, make sure you notify members of the team before making these changes.": "\u5982\u679c\u60a8\u505a\u8f83\u5927\u66f4\u6539\uff0c\u8bf7\u786e\u4fdd\u60a8\u5728\u8fdb\u884c\u8fd9\u4e9b\u66f4\u6539\u4e4b\u524d\u901a\u77e5\u56e2\u961f\u6210\u5458\u3002", - "If you make this %(xblockType)s visible to learners, learners will be able to see its content after the release date has passed and you have published the unit. Only units that are explicitly hidden from learners will remain hidden after you clear this option for the %(xblockType)s.": "\u5982\u679c\u60a8\u8bbe\u7f6e\u6b64%(xblockType)s\u4e3a\u5b66\u5458\u53ef\u89c1\uff0c\u90a3\u4e48\u5b66\u5458\u5728\u60a8\u53d1\u5e03\u540e\u8be5\u5355\u5143\u5373\u53ef\u67e5\u770b\u5176\u5185\u5bb9\u3002\u5728\u60a8\u53d6\u6d88\u6b64%(xblockType)s\u9009\u9879\u540e\uff0c\u53ea\u6709\u624b\u52a8\u8bbe\u7f6e\u4e3a\u5bf9\u5b66\u5458\u9690\u85cf\u7684\u5355\u5143\u624d\u4f1a\u88ab\u9690\u85cf\u3002", - "If you proceed, you will be unable to use this account to take courses on the edX app, edx.org, or any other site hosted by edX. This includes access to edx.org from your employer\u2019s or university\u2019s system and access to private sites offered by MIT Open Learning, Wharton Executive Education, and Harvard Medical School.": "\u5982\u679c\u60a8\u7ee7\u7eed\u6b64\u64cd\u4f5c\uff0c\u90a3\u4e48\u60a8\u5c06\u65e0\u6cd5\u5728edX App\u3001edx.org\u6216\u5176\u4ed6\u4efb\u4f55\u7531edX\u6258\u7ba1\u7684\u7ad9\u70b9\u4e0a\u5b66\u4e60\u8bfe\u7a0b\uff0c\u5305\u62ec\u65e0\u6cd5\u4ece\u60a8\u516c\u53f8\u6216\u5927\u5b66\u7684\u7cfb\u7edf\u8bbf\u95eeedx.org\uff0c\u4ee5\u53ca\u65e0\u6cd5\u8bbf\u95ee\u9ebb\u7701\u7406\u5de5\u5b66\u9662\u5f00\u653e\u5b66\u4e60\u3001\u6c83\u987f\u5546\u5b66\u9662\u548c\u54c8\u4f5b\u533b\u5b66\u9662\u63d0\u4f9b\u7684\u79c1\u4eba\u7f51\u7ad9\u3002", - "If you remove this transcript, the transcript will not be available for any components that use this video.": "\u6b64\u5b57\u5e55\u4e00\u7ecf\u79fb\u9664\uff0c\u4fbf\u65e0\u6cd5\u5728\u4f7f\u7528\u6b64\u89c6\u9891\u7684\u6240\u6709\u7ec4\u4ef6\u4e2d\u751f\u6548\u3002", - "If you remove this transcript, the transcript will not be available for this component.": "\u79fb\u9664\u6b64\u5b57\u5e55\u5c06\u5bfc\u81f4\u6b64\u7ec4\u4ef6\u4e2d\u7684\u5b57\u5e55\u4e0d\u53ef\u7528\u3002", - "If you select an option other than \"%(hide_label)s\", published units in this subsection become available to learners unless they are explicitly hidden.": "\u5982\u679c\u60a8\u4e0d\u9009\u62e9\u201c%(hide_label)s\u201d\uff0c\u90a3\u4e48\u5b66\u5458\u53ef\u770b\u5230\u672c\u5c0f\u8282\u5df2\u53d1\u5e03\u5355\u5143\uff0c\u9664\u975e\u624b\u52a8\u9690\u85cf\u3002", - "If you still wish to continue and delete your account, please enter your account password:": "\u5982\u679c\u60a8\u4ecd\u7136\u8981\u5220\u9664\u8d26\u53f7\uff0c\u8bf7\u8f93\u5165\u60a8\u7684\u8d26\u53f7\u5bc6\u7801\uff1a", - "If you use the Advanced Editor, this problem will be converted to XML and you will not be able to return to the Simple Editor Interface.\n\nProceed to the Advanced Editor and convert this problem to XML?": "\u5982\u679c\u60a8\u4f7f\u7528\u9ad8\u7ea7\u7f16\u8f91\u5668\uff0c\u8be5\u9898\u76ee\u5c06\u8f6c\u6362\u4e3aXML\u683c\u5f0f\uff0c\u5e76\u4e14\u65e0\u6cd5\u518d\u56de\u5230\u7b80\u6613\u7f16\u8f91\u5668\u754c\u9762\u3002\n\n\u8981\u7ee7\u7eed\u4f7f\u7528\u9ad8\u7ea7\u7f16\u8f91\u5668\u5e76\u5c06\u8be5\u9898\u76ee\u8f6c\u6362\u4e3aXML\u683c\u5f0f\u5417\uff1f", - "Ignore": "\u5ffd\u7565", - "Ignore all": "\u5168\u90e8\u5ffd\u7565", - "Image": "\u56fe\u50cf", - "Image (Ctrl+G)": "\u56fe\u7247(Ctrl+G)", - "Image Description": "\u56fe\u7247\u63cf\u8ff0", - "Image Upload Error": "\u56fe\u7247\u4e0a\u4f20\u9519\u8bef", - "Image description": "\u56fe\u7247\u63cf\u8ff0", - "Image must be in PNG format": "\u56fe\u50cf\u5fc5\u987b\u662fPNG\u683c\u5f0f", - "Image must be in PNG format.": "\u56fe\u50cf\u5fc5\u987b\u662fPNG\u683c\u5f0f", - "Image upload failed": "\u56fe\u7247\u4e0a\u4f20\u5931\u8d25", - "Image upload failed. ": "\u56fe\u7247\u4e0a\u4f20\u5931\u8d25", - "Import YouTube Transcript": "\u5bfc\u5165 YouTube \u5b57\u5e55", - "In Progress": "\u6b63\u5728\u8fdb\u884c\u4e2d", - "In the {linkStart}Course Outline{linkEnd}, use this group to control access to a component.": "\u5728{linkStart}\u8bfe\u7a0b\u6982\u8ff0{linkEnd}\u4e2d\uff0c\u4f7f\u7528\u6b64\u7fa4\u7ec4\u63a7\u5236\u5bf9\u4e00\u4e2a\u7ec4\u4ef6\u7684\u8bbf\u95ee\u6743", - "Incorrect url format.": "URL\u683c\u5f0f\u9519\u8bef\u3002", - "Increase indent": "\u589e\u52a0\u7f29\u8fdb", - "Individual Exceptions": "\u4e2a\u522b\u7279\u6b8a\u5904\u7406", - "Inheriting Student Visibility": "\u7ee7\u627f\u5b66\u751f\u53ef\u89c1\u6027", - "Inline": "\u5bf9\u9f50", - "Insert": "\u63d2\u5165", - "Insert Hyperlink": "\u63d2\u5165\u8d85\u94fe\u63a5", - "Insert Image (upload file or type URL)": "\u63d2\u5165\u56fe\u7247 (\u4e0a\u4f20\u6587\u4ef6\u6216\u8f93\u5165URL)", - "Insert column after": "\u5728\u53f3\u4fa7\u63d2\u5165\u5217", - "Insert column before": "\u5728\u5de6\u4fa7\u63d2\u5165\u5217", - "Insert date/time": "\u63d2\u5165\u65e5\u671f\uff0f\u65f6\u95f4", - "Insert image": "\u63d2\u5165\u56fe\u7247", - "Insert link": "\u63d2\u5165\u94fe\u63a5", - "Insert row after": "\u5728\u4e0b\u65b9\u63d2\u5165\u884c", - "Insert row before": "\u5728\u4e0a\u65b9\u63d2\u5165\u884c", - "Insert table": "\u63d2\u5165\u8868\u683c", - "Insert template": "\u63d2\u5165\u6a21\u677f", - "Insert video": "\u63d2\u5165\u89c6\u9891", - "Insert/Edit Image": "\u63d2\u5165/\u7f16\u8f91\u56fe\u7247", - "Insert/edit image": "\u63d2\u5165\uff0f\u7f16\u8f91\u56fe\u7247", - "Insert/edit link": "\u63d2\u5165\uff0f\u7f16\u8f91\u94fe\u63a5", - "Insert/edit video": "\u63d2\u5165\uff0f\u7f16\u8f91\u89c6\u9891", - "Instructor Biography": "\u8bb2\u5e08\u7b80\u4ecb", - "Instructor Name": "\u8bb2\u5e08\u540d\u79f0", - "Instructor Photo": "\u8bb2\u5e08\u7167\u7247", - "Instructor Photo URL": "\u8bb2\u5e08\u7167\u7247URL", - "Instructor Title": "\u5bfc\u5e08\u5934\u8854", - "Instructor tools": "\u6559\u5e08\u5de5\u5177", - "Internal Server Error.": "\u5185\u90e8\u670d\u52a1\u5668\u51fa\u9519", - "Introduction to Cookie Baking": "\u66f2\u5947\u70d8\u7119\u7b80\u4ecb", - "Invalid email address: {email}": "\u65e0\u6548\u7684\u90ae\u7bb1: {email}", - "Invalidate Certificate": "\u65e0\u6548\u8bc1\u4e66", - "Invalidated": "\u5df2\u8bbe\u5b9a\u4e3a\u65e0\u6548", - "Invalidated By": "\u65e0\u6548\u8bbe\u5b9a\u4eba", - "Is Sample Attempt": "\u6837\u672c\u5c1d\u8bd5", - "Is Visible To:": "\u53ef\u89c1\uff1a", - "Is this OK?": "\u662f\u5426\u53ef\u4ee5\uff1f", - "Is your name on your ID readable?": "\u60a8\u8eab\u4efd\u8bc1\u4ef6\u4e0a\u7684\u540d\u5b57\u662f\u5426\u6e05\u6670\u53ef\u89c1\uff1f", - "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "\u6211\u4eec\u5f3a\u70c8\u5efa\u8bae\u60a8\u5305\u542b\u56db\u4e2a\u53ca\u66f4\u5c11\u7684\u7b7e\u7f72\u65b9\u3002\u5982\u679c\u60a8\u5305\u542b\u4e86\u66f4\u591a\u7684\u7b7e\u7f72\u65b9\uff0c\u8bf7\u5728\u6253\u5370\u9884\u89c8\u754c\u9762\u786e\u8ba4\u60a8\u7684\u8bc1\u4e66\u662f\u5426\u80fd\u88ab\u6b63\u786e\u5730\u6253\u5370\u5728\u4e00\u9762\u7eb8\u4e0a\u3002", - "Italic": "\u659c\u4f53", - "Italic (Ctrl+I)": "\u659c\u4f53(Ctrl+I)", - "Join Team": "\u52a0\u5165\u56e2\u961f", - "Joined": "\u5df2\u52a0\u5165", - "Joined %(date)s": "\u4e8e %(date)s \u52a0\u5165", - "Joined Date": "\u52a0\u5165\u65e5\u671f", - "Justify": "\u4e24\u7aef\u5bf9\u9f50", - "KB": "KB", - "Key should only contain letters, numbers, _, or -": "\u5173\u952e\u5b57\u53ea\u80fd\u5305\u542b\u5b57\u6bcd\u3001\u6570\u5b57\u3001\u4e0b\u5212\u7ebf\u548c\u8fde\u5b57\u7b26\u3002", - "Keywords": "\u5173\u952e\u5b57", - "LEARN MORE": "\u4e86\u89e3\u66f4\u591a", - "Language": "\u8bed\u8a00", - "Large": "\u5927", - "Last Activity %(date)s": "\u4e0a\u4e00\u6b21\u6d3b\u52a8\u5728 %(date)s ", - "Last Edited:": "\u6700\u540e\u4fee\u6539\uff1a", - "Last Updated": "\u6700\u8fd1\u66f4\u65b0", - "Last activity %(date)s": "\u4e0a\u4e00\u6b21\u6d3b\u52a8\u5728 %(date)s ", - "Last modified by": "\u6700\u540e\u4fee\u6539\u4eba", - "Last published %(last_published_date)s by %(publish_username)s": "\u6700\u8fd1\u7531%(publish_username)s\u4e8e%(last_published_date)s\u53d1\u5e03", - "Last published {lastPublishedStart}{publishedOn}{lastPublishedEnd} by {publishedByStart}{publishedBy}{publishedByEnd}": "\u6700\u8fd1\u7531{publishedByStart}{publishedBy}{publishedByEnd}\u4e8e{lastPublishedStart}{publishedOn}{lastPublishedEnd}\u53d1\u5e03\u3002", - "Last updated": "\u6700\u540e\u66f4\u65b0", - "Learn More": "\u4e86\u89e3\u66f4\u591a", - "Learn more about {license_name}": "\u4e86\u89e3\u66f4\u591a\u5173\u4e8e {license_name}", - "Learners are added to this cohort automatically.": "\u5b66\u5458\u5df2\u81ea\u52a8\u6dfb\u52a0\u81f3\u8fd9\u4e2a\u7ec4\u3002", - "Learners are added to this cohort only when you provide their email addresses or usernames on this page.": "\u4ec5\u5f53\u60a8\u5728\u6b64\u9875\u9762\u4e2d\u63d0\u4f9b\u5b66\u5458\u7684\u90ae\u7bb1\u6216\u7528\u6237\u540d\u65f6\uff0c\u65b9\u53ef\u5c06\u5b66\u5458\u6dfb\u52a0\u81f3\u8fd9\u4e2a\u7ec4\u3002", - "Learners do not see the subsection in the course outline. The subsection is not included in grade calculations.": "\u5b66\u5458\u5728\u8bfe\u7a0b\u6982\u8ff0\u4e2d\u65e0\u6cd5\u770b\u5230\u8be5\u5c0f\u8282\uff0c\u8be5\u5c0f\u8282\u4e0d\u8ba1\u5165\u603b\u5206\u3002", - "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the course end date has passed.": "\u5b66\u5458\u53ea\u80fd\u5728\u8bfe\u7a0b\u7ed3\u675f\u65e5\u671f\u540e\u624d\u80fd\u67e5\u770b\u7b54\u6848\u662f\u5426\u6b63\u786e\u548c\u5f97\u5206\u3002", - "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the due date for the subsection has passed.": "\u5b66\u5458\u53ea\u80fd\u5728\u8d85\u8fc7\u8282\u7684\u622a\u6b62\u65e5\u671f\u540e\u624d\u80fd\u67e5\u770b\u7b54\u6848\u662f\u5426\u6b63\u786e\u548c\u5f97\u5206\u3002", - "Learners never see whether their answers to assessments are correct or incorrect, nor the score received.": "\u5b66\u5458\u4e00\u76f4\u65e0\u6cd5\u67e5\u770b\u7b54\u6848\u662f\u5426\u6b63\u786e\uff0c\u4e5f\u65e0\u6cd5\u67e5\u770b\u5f97\u5206\u3002", - "Learners see the published subsection and can access its content.": "\u5b66\u5458\u53ef\u89c1\u5df2\u53d1\u5e03\u7684\u5c0f\u8282\uff0c\u5e76\u53ef\u8bbf\u95ee\u5176\u5185\u5bb9\u3002", - "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "\u9700\u8981\u8ba4\u8bc1\u7684\u5b66\u5458\u5fc5\u987b\u901a\u8fc7\u8ba4\u8bc1\u624d\u80fd\u67e5\u770b\u6b64\u5355\u5143\u7684\u5185\u5bb9\uff0c\u4e0d\u9700\u8ba4\u8bc1\u7684\u5b66\u5458\u9ed8\u8ba4\u53ef\u67e5\u770b\u6b64\u5185\u5bb9\u3002", - "Learning Outcome": "\u5b66\u4e60\u6210\u679c", - "Leave Current Session": "\u79bb\u5f00\u5f53\u524d\u5b66\u671f", - "Leave Team": "\u79bb\u5f00\u56e2\u961f", - "Leave the current session and decide later": "\u79bb\u5f00\u5f53\u524d\u8bfe\u7a0b\uff0c\u7a0d\u540e\u51b3\u5b9a", - "Leave this team?": "\u79bb\u5f00\u8fd9\u4e2a\u56e2\u961f\uff1f", - "Left": "\u5de6\u5bf9\u9f50", - "Left to right": "\u4ece\u5de6\u5411\u53f3", - "Legal name": "\u6cd5\u5b9a\u59d3\u540d", - "Less": "\u6536\u8d77", - "Library User": "\u77e5\u8bc6\u5e93\u7528\u6237", - "License Display": "\u663e\u793a\u8bb8\u53ef\u5185\u5bb9", - "License Type": "\u8bb8\u53ef\u7c7b\u578b", - "Limit Access": "\u8bbf\u95ee\u9650\u5236", - "Limited Profile": "\u90e8\u5206\u8d44\u6599", - "Link Description": "\u94fe\u63a5\u7684\u63cf\u8ff0", - "Link Your Account": "\u5173\u8054\u60a8\u7684\u8d26\u53f7", - "Link types should be unique.": "\u94fe\u63a5\u7c7b\u578b\u5177\u6709\u552f\u4e00\u6027\u3002", - "Link your {accountName} account": "\u5173\u8054\u60a8\u7684{accountName}\u8d26\u53f7", - "Link your {accountName} account to your {platformName} account and use {accountName} to sign in to {platformName}.": "\u628a\u60a8\u7684{accountName}\u8d26\u53f7\u4e0e\u60a8\u7684{platformName}\u8d26\u53f7\u76f8\u5173\u8054\uff0c\u5e76\u4f7f\u7528{accountName}\u767b\u5f55{platformName}\u3002", - "Linked Accounts": "\u5173\u8054\u7684\u8d26\u53f7", - "Linking": "\u5173\u8054\u4e2d", - "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "\u7531\u4e8e\u5305\u542b\u6d89\u53ca\u5b66\u751f\u7684\u654f\u611f\u4fe1\u606f\uff0c\u751f\u6210\u7684\u94fe\u63a5\u5c06\u57285\u5206\u949f\u540e\u5931\u6548\u3002", - "Links should be unique.": "\u94fe\u63a5\u5177\u6709\u552f\u4e00\u6027\u3002", - "List item": "\u5217\u8868\u9879", - "List of Open Assessments is unavailable": "\u5f00\u653e\u8bc4\u4f30\u5217\u8868\u4e0d\u53ef\u7528", - "List of uploaded files and assets in this course": "\u8be5\u8bfe\u7a0b\u4e2d\u4e0a\u4f20\u7684\u6587\u4ef6\u548c\u8d44\u6e90\u5217\u8868", - "Live view of webcam": "\u6444\u50cf\u5934\u7684\u5b9e\u65f6\u753b\u9762", - "Load Another File": "\u52a0\u8f7d\u5176\u4ed6\u6587\u4ef6", - "Load all responses": "\u8f7d\u5165\u6240\u6709\u7684\u56de\u590d", - "Load next {numResponses} responses": "\u52a0\u8f7d\u63a5\u4e0b\u6765\u7684{numResponses}\u4e2a\u56de\u590d", + ], + "Course Credit Requirements": "\u8bfe\u7a0b\u5b66\u5206\u8981\u6c42", + "Course End": "\u8bfe\u7a0b\u7ed3\u675f", + "Course Handouts": "\u8bfe\u7a0b\u8bb2\u4e49", + "Course ID": "\u8bfe\u7a0bID", + "Course Id": "\u8bfe\u7a0b\u7f16\u53f7", + "Course Index": "\u8bfe\u7a0b\u7d22\u5f15", + "Course Key": "\u8bfe\u7a0b\u6807\u8bc6", + "Course Name": "\u8bfe\u7a0b\u540d\u79f0", + "Course Number": "\u8bfe\u7a0b\u4ee3\u7801", + "Course Number Override": "\u91cd\u5199\u8bfe\u7a0b\u7f16\u53f7", + "Course Number:": "\u8bfe\u7a0b\u7f16\u53f7\uff1a", + "Course Outline": "\u8bfe\u7a0b\u5927\u7eb2", + "Course Run:": "\u8bfe\u7a0b\u957f\u5ea6\uff1a", + "Course Start": "\u8bfe\u7a0b\u5f00\u59cb", + "Course Title": "\u8bfe\u7a0b\u6807\u9898", + "Course Title Override": "\u91cd\u5199\u8bfe\u7a0b\u6807\u9898", + "Course Video Settings": "\u8bfe\u7a0b\u89c6\u9891\u8bbe\u7f6e", + "Course is not yet visible to students.": "\u8be5\u8bfe\u7a0b\u5c1a\u672a\u5bf9\u5b66\u751f\u516c\u5f00", + "Course pacing cannot be changed once a course has started.": "\u8bfe\u7a0b\u4e00\u7ecf\u5f00\u59cb\uff0c\u8bfe\u7a0b\u8fdb\u7a0b\u4fbf\u65e0\u6cd5\u66f4\u6539", + "Course title": "\u8bfe\u7a0b\u6807\u9898", + "Course-Wide Discussion Topics": "\u5168\u8bfe\u7a0b\u8303\u56f4\u5185\u7684\u8ba8\u8bba\u8bdd\u9898", + "Create": "\u521b\u5efa", + "Create Account": "\u521b\u5efa\u8d26\u53f7", + "Create Re-run": "\u521b\u5efa\u91cd\u542f", + "Create a New Team": "\u521b\u5efa\u65b0\u7684\u56e2\u961f", + "Create a content group": "\u521b\u5efa\u4e00\u4e2a\u5185\u5bb9\u7ec4", + "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "\u5efa\u7acb\u4e00\u4e2a\u65b0\u7684\u56e2\u961f-- \u5982\u679c\u60a8\u627e\u4e0d\u5230\u73b0\u6709\u7684\u56e2\u961f\u52a0\u5165\uff0c\u6216\u8005\u60a8\u60f3\u548c\u8ba4\u8bc6\u7684\u670b\u53cb\u7ec4\u961f\u3002", + "Create account using %(providerName)s.": "\u4f7f\u7528 %(providerName)s \u521b\u5efa\u8d26\u53f7\u3002", + "Create an Account": "\u6ce8\u518c", + "Create an Account.": "\u6ce8\u518c\u8d26\u53f7", + "Create an account using": "\u4f7f\u7528\u4ee5\u4e0b\u65b9\u5f0f\u521b\u5efa\u8d26\u53f7", + "Create team.": "\u521b\u5efa\u56e2\u961f\u3002", + "Created": "\u521b\u5efa", + "Creating missing groups": "\u6b63\u5728\u521b\u5efa\u7f3a\u5931\u7684\u7ec4\u3002", + "Creative Commons": "\u77e5\u8bc6\u5171\u4eab", + "Creative Commons licensed content, with terms as follow:": "\u77e5\u8bc6\u5171\u4eab\u8bb8\u53ef\u5185\u5bb9\uff0c\u6761\u6b3e\u5982\u4e0b\uff1a", + "Criterion Added": "\u6807\u51c6\u5df2\u6dfb\u52a0", + "Criterion Deleted": "\u89c4\u8303\u5df2\u5220\u9664", + "Crossed out items have been refunded.": "\u5212\u6389\u7684\u9879\u76ee\u5df2\u9000\u6b3e\u3002", + "Current Role:": "\u5f53\u524d\u89d2\u8272\uff1a", + "Current conversation": "\u5f53\u524d\u5bf9\u8bdd", + "Current enrollment mode:": "\u5f53\u524d\u9009\u8bfe\u6a21\u5f0f\uff1a", + "Current location": "\u5f53\u524d\u4f4d\u7f6e", + "Current tab": "\u5f53\u524d\u6807\u7b7e", + "Currently selected": "\u5df2\u9009\u9879", + "Custom color": "\u81ea\u5b9a\u4e49\u989c\u8272", + "Custom...": "\u81ea\u5b9a\u4e49\u2026", + "Cut": "\u526a\u5207", + "Cut row": "\u526a\u5207\u884c", + "Date": "\u65e5\u671f", + "Date Added": "\u6dfb\u52a0\u65e5\u671f", + "Date Joined": "\u52a0\u5165\u65e5\u671f", + "Date Placed": "\u5df2\u8bbe\u7f6e\u65e5\u671f", + "Date added": "\u6dfb\u52a0\u65e5\u671f", + "Deactivate": "\u505c\u7528", + "Declined": "\u62d2\u7edd", + "Decrease indent": "\u51cf\u5c11\u7f29\u8fdb", + "Default": "\u9ed8\u8ba4", + "Default (Local Time Zone)": "\u9ed8\u8ba4 (\u672c\u5730\u65f6\u533a)", + "Default Timed Transcript": "\u9ed8\u8ba4\u5b57\u5e55", + "Delete": "\u5220\u9664", + "Delete \"<%= signatoryName %>\" from the list of signatories?": "\u786e\u5b9a\u8981\u4ece\u7b7e\u7f72\u8005\u5217\u8868\u4e2d\u5220\u9664 \"<%= signatoryName %>\" \u5417\uff1f", + "Delete File Confirmation": "\u5220\u9664\u6587\u4ef6\u786e\u8ba4", + "Delete My Account": "\u5220\u9664\u6211\u7684\u8d26\u53f7", + "Delete Page Confirmation": "\u786e\u8ba4\u5220\u9664\u9875\u9762", + "Delete Team": "\u5220\u9664\u56e2\u961f", + "Delete column": "\u5220\u9664\u5217", + "Delete row": "\u5220\u9664\u884c", + "Delete student '<%- student_id %>'s state on problem '<%- problem_id %>'?": "\u786e\u5b9a\u8981\u5220\u9664\u5b66\u751f\u201c<%- student_id %>\u201d\u5728\u9898\u76ee\u201c<%- problem_id %>\u201d\u7684\u72b6\u6001\uff1f", + "Delete table": "\u5220\u9664\u8868\u683c", + "Delete the user, {username}": "\u5220\u9664\u7528\u6237 {username}", + "Delete this %(item_display_name)s?": "\u8981\u5220\u9664\u8be5%(item_display_name)s\u5417\uff1f", + "Delete this asset": "\u5220\u9664\u8be5\u8d44\u6e90", + "Delete this team?": "\u5220\u9664\u6b64\u56e2\u961f?", + "Delete this {xblock_type} (and prerequisite)?": "\u786e\u8ba4\u5220\u9664\u6b64 {xblock_type}\uff08\u4ee5\u53ca\u5148\u4fee\u5185\u5bb9\uff09\uff1f", + "Delete this {xblock_type}?": "\u786e\u8ba4\u5220\u9664{xblock_type}\uff1f", + "Deleted Content Group": "\u5220\u9664\u5185\u5bb9\u7ec4", + "Deleted Group": "\u5df2\u5220\u9664\u7ec4", + "Deleting": "\u6b63\u5728\u5220\u9664", + "Deleting a textbook cannot be undone and once deleted any reference to it in your courseware's navigation will also be removed.": "\u5220\u9664\u6559\u6750\u7684\u64cd\u4f5c\u65e0\u6cd5\u64a4\u9500\u3002\u4e00\u65e6\u5220\u9664\uff0c\u8bfe\u4ef6\u5bfc\u822a\u4e2d\u5bf9\u8be5\u6559\u6750\u7684\u5f15\u7528\u4e5f\u5c06\u88ab\u79fb\u9664\u3002", + "Deleting this %(item_display_name)s is permanent and cannot be undone.": "\u5c06\u6c38\u4e45\u5220\u9664\u8be5%(item_display_name)s\uff0c\u65e0\u6cd5\u64a4\u9500\u3002", + "Deleting this {xblock_type} is permanent and cannot be undone.": "\u60a8\u5c06\u6c38\u4e45\u5220\u9664\u6b64{xblock_type} \u4e14\u65e0\u6cd5\u64a4\u9500\u3002", + "Deprecated": "\u88ab\u5f03\u7528\u7684", + "Describe ": "\u63cf\u8ff0", + "Description": "\u63cf\u8ff0", + "Description of the certificate": "\u8ba4\u8bc1\u63cf\u8ff0", + "Details": "\u7ec6\u8282", + "Dimensions": "\u5c3a\u5bf8", + "Disc": "\u5b9e\u5fc3\u5706", + "Discard Changes": "\u653e\u5f03\u66f4\u6539", + "Discarding Changes": "\u6b63\u5728\u653e\u5f03\u66f4\u6539", + "Discussion Home": "\u8ba8\u8bba\u533a", + "Discussion topics in the course are not divided.": "\u4e0d\u533a\u5206\u8bfe\u7a0b\u4e2d\u7684\u8ba8\u8bba\u4e3b\u9898\u3002", + "Discussions are unified; all learners interact with posts from other learners, regardless of the group they are in.": "\u8ba8\u8bba\u533a\u662f\u7edf\u4e00\u6807\u51c6\u7684\uff0c\u5b66\u5458\u53ef\u4ee5\u4e0e\u6240\u6709\u5176\u4ed6\u5c0f\u7ec4\u5b66\u5458\u7684\u5e16\u5b50\u8fdb\u884c\u4e92\u52a8\u3002", + "Display Name": "\u663e\u793a\u540d\u79f0", + "Div": "Div \u6807\u7b7e", + "Divide the selected content-specific discussion topics": "\u5c06\u5df2\u6311\u9009\u7684\u4ee5\u5177\u4f53\u5185\u5bb9\u800c\u5b9a\u7684\u8ba8\u8bba\u4e3b\u9898\u533a\u5206\u5f00\u6765", + "Divided": "\u533a\u5206", + "Do not show again": "\u4e0d\u518d\u663e\u793a", + "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "\u60a8\u662f\u5426\u5141\u8bb8\u8be5\u5b66\u751f('{student_id}')\u8df3\u8fc7\u5165\u5b66\u8003\u8bd5\uff1f", + "Do you want to replace the edX transcript with the YouTube transcript?": "\u60a8\u5e0c\u671b\u7528 YouTube \u5b57\u5e55\u66ff\u6362 edX \u5b57\u5e55\u5417\uff1f", + "Do you want to upload your file before submitting?": "\u60a8\u786e\u5b9a\u5728\u63d0\u4ea4\u4e4b\u524d\u4e0a\u4f20\u60a8\u7684\u6587\u4ef6\u5417\uff1f", + "Document properties": "\u6587\u6863\u5c5e\u6027", + "Does the name on your ID match your account name: %(fullName)s?": "\u60a8\u8eab\u4efd\u8bc1\u4ef6\u4e0a\u7684\u59d3\u540d\u548c\u60a8\u5728\u8d26\u53f7\u4e2d\u586b\u5199\u7684\u59d3\u540d\u201c%(fullName)s\u201d\u76f8\u7b26\u5417\uff1f", + "Does the photo of you match your ID photo?": "\u8fd9\u5f20\u7167\u7247\u548c\u60a8\u8eab\u4efd\u8bc1\u4ef6\u4e0a\u7684\u7167\u7247\u76f8\u5339\u914d\u5417\uff1f", + "Does the photo of you show your whole face?": "\u8fd9\u5f20\u7167\u7247\u4e2d\u6709\u60a8\u7684\u6574\u5f20\u8138\u5417\uff1f", + "Doing so means that you are no longer eligible for academic credit.": "\u5173\u95ed\u76d1\u8003\u529f\u80fd\u610f\u5473\u7740\u60a8\u5c06\u5931\u53bb\u5b66\u5206\u8d44\u683c\u3002", + "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "\u6ca1\u6709\u770b\u5230\u60a8\u81ea\u5df1\uff1f\u8bf7\u786e\u8ba4\u5f53\u6d4f\u89c8\u5668\u8bf7\u6c42\u4f7f\u7528\u6444\u50cf\u5934\u6743\u9650\u7684\u65f6\u5019\u60a8\u9009\u62e9\u4e86\u5141\u8bb8\u3002", + "Donate": "\u6350\u732e", + "Double-check that your webcam is connected and working to continue.": "\u7ee7\u7eed\u524d\u8bf7\u518d\u6b21\u786e\u8ba4\u60a8\u7684\u6444\u50cf\u5934\u5df2\u7ecf\u8fde\u63a5\u5e76\u4e14\u53ef\u4ee5\u6b63\u5e38\u4f7f\u7528\u3002", + "Download": "\u4e0b\u8f7d", + "Download Software Clicked": "\u5df2\u70b9\u51fb\u4e0b\u8f7d\u8f6f\u4ef6", + "Download Transcript for Editing": "\u4e0b\u8f7d\u5b57\u5e55\u8fdb\u884c\u7f16\u8f91", + "Download URL": "\u4e0b\u8f7d URL", + "Download available encodings (.csv)": "\u4e0b\u8f7d\u53ef\u7528\u7684\u7f16\u7801\u65b9\u5f0f(.csv)", + "Download the user's certificate": "\u4e0b\u8f7d\u7528\u6237\u8bc1\u4e66", + "Draft (Never published)": "\u8349\u7a3f(\u4ece\u672a\u53d1\u5e03\u8fc7)", + "Draft (Unpublished changes)": "\u8349\u7a3f(\u6709\u5c1a\u672a\u53d1\u5e03\u7684\u53d8\u66f4)", + "Draft saved on {lastSavedStart}{editedOn}{lastSavedEnd} by {editedByStart}{editedBy}{editedByEnd}": "\u7531{editedByStart}{editedBy}{editedByEnd}\u4e8e{lastSavedStart}{editedOn}{lastSavedEnd}\u4fdd\u5b58\u4e86\u8d77\u7a3f\u3002", + "Drag and drop or {spanStart}browse your computer{spanEnd}.": "\u62d6\u62fd\u6587\u4ef6\u81f3\u6b64\uff0c\u6216{spanStart}\u9009\u62e9\u6587\u4ef6{spanEnd}\u3002", + "Drag to reorder": "\u62d6\u52a8\u4ee5\u91cd\u6392\u5e8f", + "Drop target image": "\u62d6\u653e\u7684\u76ee\u6807\u56fe\u50cf", + "Due Date": "\u622a\u6b62\u65e5\u671f", + "Due Date:": "\u622a\u6b62\u65e5\u671f\uff1a", + "Due Time in UTC:": "\u622a\u6b62\u65f6\u95f4\uff08UTC\uff09\uff1a", + "Due date cannot be before start date.": "\u8bfe\u7a0b\u7684\u7ed3\u675f\u65e5\u671f\u4e0d\u80fd\u5728\u5f00\u59cb\u65e5\u671f\u4e4b\u524d\u3002", + "Due:": "\u622a\u6b62\u65f6\u95f4\uff1a", + "Duplicate": "\u590d\u5236", + "Duplicating": "\u6b63\u5728\u590d\u5236", + "Duration (sec)": "\u6301\u7eed\u65f6\u95f4(\u79d2)", + "Earned %(created)s.": "\u5df2\u83b7\u5f97 %(created)s\u3002", + "Earned Certificates": "\u5df2\u83b7\u53d6\u8bc1\u4e66", + "EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.": "EdX \u5728 Studio \u4e2d\u6ca1\u6709\u8be5\u89c6\u9891\u7684\u5b57\u5e55\uff0c\u4f46\u662f\u6211\u4eec\u5728 YouTube \u4e2d\u627e\u5230\u4e86\u4e00\u4e2a\u5b57\u5e55\u3002\u60a8\u53ef\u4ee5\u5bfc\u5165 YouTube \u5b57\u5e55\u6216\u8005\u4e0a\u4f20\u60a8\u81ea\u5df1\u7684 .srt \u5b57\u5e55\u6587\u4ef6\u3002", + "EdX doesn\\'t have a timed transcript for this video. Please upload an .srt file.": "EdX \u6ca1\u6709\u8be5\u89c6\u9891\u7684\u5b57\u5e55\u3002\u8bf7\u4e0a\u4f20\u4e00\u4e2a .srt \u6587\u4ef6\u3002", + "EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.": "EdX \u6709\u8be5\u89c6\u9891\u7684\u5b57\u5e55\u3002\u5982\u679c\u60a8\u5e0c\u671b\u7f16\u8f91\u8be5\u5b57\u5e55\uff0c\u53ef\u4ee5\u4e0b\u8f7d\u7f16\u8f91\u540e\u91cd\u65b0\u4e0a\u4f20\u3002\u5982\u679c\u60a8\u60f3\u66ff\u6362\u8be5\u5b57\u5e55\uff0c\u8bf7\u4e0a\u4f20\u4e00\u4e2a\u65b0\u7684 .srt \u5b57\u5e55\u6587\u4ef6\u3002", + "EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.": "EdX \u6709\u8be5\u89c6\u9891\u7684\u5b57\u5e55\u3002\u5982\u679c\u60a8\u5e0c\u671b\u66ff\u6362\u8be5\u5b57\u5e55\uff0c\u8bf7\u4e0a\u4f20\u4e00\u4e2a\u65b0\u7684 .srt \u5b57\u5e55\u6587\u4ef6\u3002\u5982\u679c\u60a8\u5e0c\u671b\u7f16\u8f91\u8be5\u5b57\u5e55\uff0c\u53ef\u4ee5\u4e0b\u8f7d\u7f16\u8f91\u540e\u91cd\u65b0\u4e0a\u4f20\u3002", + "Edit": "\u7f16\u8f91", + "Edit %(display_name)s (required)": "\u7f16\u8f91%(display_name)s(\u5fc5\u586b)", + "Edit HTML": "\u7f16\u8f91 HTML", + "Edit Membership": "\u7f16\u8f91\u56e2\u961f\u6210\u5458\u4fe1\u606f", + "Edit Team": "\u7f16\u8f91\u56e2\u961f", + "Edit Thumbnail": "\u7f16\u8f91\u7f29\u7565\u56fe", + "Edit Your Name": "\u7f16\u8f91\u60a8\u7684\u540d\u5b57", + "Edit this certificate?": "\u662f\u5426\u7f16\u8f91\u6b64\u8bc1\u4e66\uff1f", + "Editable": "\u53ef\u7f16\u8f91", + "Editing: {title}": "\u6b63\u5728\u7f16\u8f91\uff1a{title}", + "Editor": "\u7f16\u8f91\u5668", + "Education Completed": "\u6559\u80b2\u7a0b\u5ea6", + "Email": "\u90ae\u7bb1", + "Email Address (Sign In)": "\u90ae\u7bb1\uff08\u767b\u5f55\uff09", + "Email address": "\u90ae\u7bb1", + "Emails successfully sent. The following users are no longer enrolled in the course:": "\u90ae\u4ef6\u53d1\u9001\u6210\u529f\uff0c\u4ee5\u4e0b\u7528\u6237\u5df2\u4e0d\u518d\u9009\u4fee\u672c\u8bfe\u7a0b\uff1a", + "Embed": "\u5185\u5d4c", + "Emoticons": "\u8868\u60c5", + "Enable": "\u542f\u7528", + "Enable Cohorts": "\u542f\u7528\u7fa4\u7ec4", + "Enable Now": "\u7acb\u5373\u542f\u7528", + "Enable Weekly Highlight Emails": "\u542f\u7528\u6bcf\u5468\u70ed\u70b9\u90ae\u4ef6", + "Enabled": "\u542f\u7528", + "Encoding": "\u7f16\u7801", + "End My Exam": "\u7ed3\u675f\u6211\u7684\u8003\u8bd5", + "End of transcript. Skip to the start.": "\u5b57\u5e55\u7ed3\u5c3e\u3002\u8df3\u8f6c\u81f3\u5f00\u59cb\u3002", + "Ends {end}": "\u7ed3\u675f{end}", + "Engage with posts": "\u53c2\u4e0e\u8ba8\u8bba", + "Enroll Now": "\u73b0\u5728\u9009\u8bfe", + "Enrolled": "\u5df2\u62a5\u540d", + "Enrolling you in the selected course": "\u5c06\u60a8\u52a0\u5165\u5230\u9009\u5b9a\u7684\u8bfe\u7a0b", + "Enrollment Date": "\u9009\u8bfe\u65e5\u671f", + "Enrollment Mode": "\u9009\u8bfe\u6a21\u5f0f", + "Enrollment Opens on": "\u9009\u8bfe\u5f00\u59cb\u65f6\u95f4", + "Enrollment Tracks": "\u9009\u8bfe\u901a\u9053", + "Ensure that you can see your photo and read your name": "\u8bf7\u786e\u4fdd\u60a8\u7684\u7167\u7247\u548c\u540d\u5b57\u6e05\u6670\u53ef\u89c1", + "Enter 3-5 highlights to include in the email message that learners receive for this section (250 character limit).": "\u8f93\u5165\u672c\u7ae03-5\u4e2a\u91cd\u70b9\uff0c\u901a\u8fc7\u7535\u5b50\u90ae\u4ef6\u53d1\u9001\u7ed9\u5b66\u5458\uff08\u9650\u5236250\u4e2a\u5b57\u7b26\uff09\u3002", + "Enter Due Date and Time": "\u8f93\u5165\u622a\u6b62\u65e5\u671f", + "Enter Start Date and Time": "\u8f93\u5165\u5f00\u59cb\u65e5\u671f\u4e0e\u65f6\u95f4", + "Enter a student's username or email address.": "\u8f93\u5165\u5b66\u751f\u7684\u7528\u6237\u540d\u6216\u90ae\u7bb1\u3002", + "Enter a username or email.": "\u8f93\u5165\u7528\u6237\u540d\u6216\u90ae\u7bb1\u3002", + "Enter and confirm your new password.": "\u8f93\u5165\u5e76\u786e\u8ba4\u4f60\u7684\u65b0\u5bc6\u7801\u3002", + "Enter email addresses and/or usernames, separated by new lines or commas, for the learners you want to add. *": "\u8f93\u5165\u90ae\u7bb1\u548c/\u6216\u7528\u6237\u540d\u4ee5\u6dfb\u52a0\u5b66\u5458\uff0c\u6362\u884c\u6216\u7528\u9017\u53f7\u533a\u5206\u7528\u6237\u3002", + "Enter information to describe your team. You cannot change these details after you create the team.": "\u8f93\u5165\u63cf\u8ff0\u60a8\u7684\u56e2\u961f\u7684\u4fe1\u606f\uff0c\u4e00\u65e6\u56e2\u961f\u521b\u5efa\uff0c\u8fd9\u4e9b\u4fe1\u606f\u65e0\u6cd5\u66f4\u6539\u3002", + "Enter some details for your support request.": "\u8f93\u5165\u60a8\u6240\u9700\u8981\u7684\u652f\u6301\u7684\u7ec6\u8282\u3002", + "Enter team description.": "\u8f93\u5165\u56e2\u961f\u4ecb\u7ecd", + "Enter team name.": "\u8f93\u5165\u56e2\u961f\u540d", + "Enter the account information for your organization.": "\u4e3a\u60a8\u7684\u7ec4\u7ec7\u8f93\u5165\u8d26\u53f7\u4fe1\u606f\u3002", + "Enter the enrollment code.": "\u8f93\u5165\u9009\u8bfe\u7801\u3002", + "Enter the name of the cohort": "\u8bf7\u8f93\u5165\u7fa4\u7ec4\u7684\u540d\u5b57", + "Enter the page number you'd like to quickly navigate to.": "\u8f93\u5165\u60a8\u9700\u8981\u5feb\u901f\u524d\u5f80\u7684\u9875\u7801\u3002", + "Enter the username or email address of each learner that you want to add as an exception.": "\u8f93\u5165\u60a8\u8981\u6dfb\u52a0\u4e3a\u7279\u6b8a\u5904\u7406\u7684\u6bcf\u4e00\u4f4d\u5b66\u5458\u7684\u7528\u6237\u540d\u6216\u90ae\u7bb1\u3002", + "Enter username or email": "\u8f93\u5165\u7528\u6237\u540d\u6216\u8005\u90ae\u7bb1", + "Enter your ": "\u8bf7\u8f93\u5165\u60a8\u7684", + "Entrance exam attempts is being reset for student '{student_id}'.": "\u6b63\u5728\u91cd\u7f6e\u5b66\u751f\u201c{student_id}\u201d\u7684\u5165\u5b66\u8003\u8bd5\u5c1d\u8bd5\u6b21\u6570\u3002", + "Entrance exam state is being deleted for student '{student_id}'.": "\u5b66\u751f'{student_id}'\u7684\u5165\u5b66\u8003\u8bd5\u7684\u72b6\u6001\u5df2\u88ab\u5220\u9664\u3002", + "Error": "\u9519\u8bef", + "Error adding learners.": "\u6dfb\u52a0\u5b66\u5458\u65f6\u53d1\u751f\u9519\u8bef\u3002", + "Error adding user": "\u6dfb\u52a0\u7528\u6237\u8fc7\u7a0b\u4e2d\u51fa\u73b0\u9519\u8bef", + "Error adding/removing users as beta testers.": "\u6dfb\u52a0\uff0f\u5220\u9664beta\u6d4b\u8bd5\u7528\u6237\u51fa\u9519\u3002", + "Error changing user's permissions.": "\u66f4\u6539\u7528\u6237\u6743\u9650\u51fa\u9519\u3002", + "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "\u5220\u9664\u5b66\u751f'{student_id}'\u7684\u5165\u5b66\u8003\u8bd5\u72b6\u6001\u65f6\u51fa\u9519\u4e86\uff0c\u8bf7\u786e\u8ba4\u5b66\u751f\u7f16\u53f7\u65e0\u8bef\u3002", + "Error deleting student '<%- student_id %>'s state on problem '<%- problem_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u5220\u9664\u5b66\u751f\u201c<%- student_id %>\u201d\u5728\u9898\u76ee\u201c<%- problem_id %>\u201d\u7684\u72b6\u6001\u65f6\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u786e\u4fdd\u9898\u76eeID\u548c\u5b66\u751fID\u62fc\u5199\u5b8c\u6574\u5e76\u6b63\u786e\u3002", + "Error enrolling/unenrolling users.": "\u7528\u6237\u9009\u8bfe\uff0f\u653e\u5f03\u9009\u8bfe\u65f6\u51fa\u9519\u3002", + "Error generating ORA data report. Please try again.": "\u4ea7\u751fORA\u6570\u636e\u62a5\u544a\u65f6\u53d1\u751f\u9519\u8bef\u3002\u8bf7\u91cd\u65b0\u518d\u8bd5\u3002", + "Error generating grades. Please try again.": "\u751f\u6210\u8bc4\u5206\u7ed3\u679c\u65f6\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u91cd\u8bd5\u3002", + "Error generating list of students who may enroll. Please try again.": "\u83b7\u53d6\u53ef\u80fd\u9009\u8bfe\u7684\u5b66\u751f\u5217\u8868\u65f6\u51fa\u73b0\u9519\u8bef\uff0c\u8bf7\u91cd\u8bd5\u3002", + "Error generating problem grade report. Please try again.": "\u751f\u6210\u8bc4\u5206\u7ed3\u679c\u62a5\u544a\u65f6\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u91cd\u8bd5\u3002", + "Error generating proctored exam results. Please try again.": "\u4ea7\u751f\u8003\u8bd5\u6210\u7ee9\u9519\u8bef\u3002 \u8bf7\u518d\u8bd5\u4e00\u6b21\u3002", + "Error generating student profile information. Please try again.": "\u751f\u6210\u5b66\u751f\u8d44\u6599\u4fe1\u606f\u65f6\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u91cd\u8bd5\u3002", + "Error generating survey results. Please try again.": "\u4ea7\u751f\u8c03\u67e5\u7ed3\u679c\u65f6\u53d1\u751f\u9519\u8bef\u3002 \u8bf7\u518d\u8bd5\u4e00\u6b21\u3002", + "Error getting enrollment status for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "\u83b7\u53d6'<%- student_id %>'\u7684\u9009\u8bfe\u72b6\u6001\u65f6\u51fa\u9519\uff0c\u8bf7\u786e\u4fdd\u5b66\u751fID\u62fc\u5199\u6b63\u786e\u3002", + "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "\u83b7\u53d6\u5b66\u751f'{student_id}'\u7684\u5165\u5b66\u8003\u8bd5\u4efb\u52a1\u5386\u53f2\u65f6\u51fa\u9519\u4e86\uff0c\u8bf7\u786e\u8ba4\u5b66\u751f\u7f16\u53f7\u65e0\u8bef\u3002", + "Error getting issued certificates list.": "\u83b7\u53d6\u5df2\u9881\u53d1\u8bc1\u4e66\u7684\u5217\u8868\u65f6\u53d1\u751f\u9519\u8bef", + "Error getting student list.": "\u83b7\u53d6\u5b66\u751f\u5217\u8868\u65f6\u53d1\u751f\u9519\u8bef", + "Error getting student progress url for '<%- student_id %>'. Make sure that the student identifier is spelled correctly.": "\u83b7\u53d6\u201c<%- student_id %>\u201d\u5b66\u751f\u8fdb\u5ea6URL\u65f6\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u786e\u4fdd\u5b66\u751fID\u62fc\u5199\u6b63\u786e\u3002", + "Error getting task history for problem '<%- problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u5728\u83b7\u53d6\u9898\u76ee\u201c<%- problem_id %>\u201d\u548c\u5b66\u751f\u201c<%- student_id %>\u201d\u7684\u64cd\u4f5c\u4efb\u52a1\u5386\u53f2\u8bb0\u5f55\u65f6\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u786e\u4fdd\u9898\u76eeID\u548c\u5b66\u751fID\u62fc\u5199\u5b8c\u6574\u5e76\u6b63\u786e\u3002", + "Error getting the number of ungraded responses": "\u83b7\u53d6\u672a\u8bc4\u5206\u56de\u590d\u6570\u91cf\u51fa\u73b0\u9519\u8bef", + "Error importing course": "\u5bfc\u5165\u8bfe\u7a0b\u65f6\u51fa\u9519", + "Error listing task history for this student and problem.": "\u663e\u793a\u6b64\u5b66\u751f\u4e0e\u95ee\u9898\u7684\u4efb\u52a1\u5386\u53f2\u65f6\u53d1\u751f\u9519\u8bef\u3002", + "Error removing user": "\u5220\u9664\u7528\u6237\u8fc7\u7a0b\u4e2d\u51fa\u73b0\u9519\u8bef", + "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "\u91cd\u7f6e\u5b66\u751f'{student_id}'\u7684\u5165\u5b66\u8003\u8bd5\u5c1d\u8bd5\u6b21\u6570\u65f6\u51fa\u9519\u4e86\uff0c\u8bf7\u786e\u8ba4\u5b66\u751f\u7f16\u53f7\u65e0\u8bef\u3002", + "Error resetting problem attempts for problem '<%= problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct.": "\u91cd\u7f6e\u9898\u76ee\u201c<%= problem_id %>\u201d\u548c\u5b66\u751f\u201c<%- student_id %>\u201d\u7684\u56de\u7b54\u5c1d\u8bd5\u6b21\u6570\u65f6\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u786e\u4fdd\u9898\u76eeID\u548c\u5b66\u751fID\u62fc\u5199\u6b63\u786e\u3002", + "Error retrieving grading configuration.": "\u53d6\u5f97\u8bc4\u5206\u6807\u51c6\u65f6\u9519\u8bef\u3002", + "Error sending email.": "\u53d1\u9001\u7535\u5b50\u90ae\u4ef6\u65f6\u51fa\u9519\u3002", + "Error starting a task to override score for problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the score and the problem and student identifiers are complete and correct.": "\u542f\u52a8\u8986\u76d6\u5b66\u751f\u201c<%- student_id %>\u201d\u7684\u9898\u76ee\u201c<%- problem_id %>\u201d\u7684\u8bc4\u5206\u4efb\u52a1\u65f6\u51fa\u9519\u3002\u8bf7\u786e\u8ba4\u8be5\u9898\u76ee\u7684 ID \u53ca\u5b66\u751f\u7684 ID \u662f\u5b8c\u6574\u4e14\u6b63\u786e\u7684\u3002", + "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "\u4e3a\u5b66\u751f'{student_id}'\u5f00\u59cb\u8fd0\u884c\u91cd\u65b0\u8ba1\u7b97\u5165\u5b66\u8003\u8bd5\u5206\u6570\u7684\u4efb\u52a1\u65f6\u51fa\u9519\u4e86\uff0c\u8bf7\u786e\u8ba4\u8be5\u5165\u5b66\u8003\u8bd5\u4e2d\u6709\u9898\u76ee\u5e76\u4e14\u5b66\u751f\u7f16\u53f7\u65e0\u8bef\u3002", + "Error starting a task to rescore problem '<%- problem_id %>' for student '<%- student_id %>'. Make sure that the the problem and student identifiers are complete and correct.": "\u542f\u52a8\u5bf9\u5b66\u751f\u201c<%- student_id %>\u201d\u7684\u9898\u76ee\u201c<%- problem_id %>\u201d\u7684\u91cd\u65b0\u8bc4\u5206\u4efb\u52a1\u65f6\u51fa\u9519\u3002\u8bf7\u786e\u8ba4\u8be5\u9898\u76ee\u7684 ID \u53ca\u5b66\u751f\u7684 ID \u662f\u5b8c\u6574\u4e14\u6b63\u786e\u7684\u3002", + "Error starting a task to rescore problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u542f\u52a8\u5bf9\u9898\u76ee\u201c<%- problem_id %>\u201d\u91cd\u65b0\u8bc4\u5206\u7684\u4efb\u52a1\u65f6\u51fa\u9519\u3002\u8bf7\u786e\u8ba4\u8be5\u9898\u76ee\u7684 ID \u662f\u5b8c\u6574\u4e14\u6b63\u786e\u7684\u3002", + "Error starting a task to reset attempts for all students on problem '<%- problem_id %>'. Make sure that the problem identifier is complete and correct.": "\u542f\u52a8\u91cd\u7f6e\u6240\u6709\u5b66\u5458\u5728\u9898\u76ee\u201c<%- problem_id %>'\u201d\u7684\u7b54\u9898\u6b21\u6570\u7684\u4efb\u52a1\u65f6\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u786e\u4fdd\u9898\u76eeID\u62fc\u5199\u5b8c\u6574\u5e76\u6b63\u786e\u3002", + "Error while generating certificates. Please try again.": "\u751f\u6210\u8bc1\u4e66\u671f\u95f4\u51fa\u73b0\u9519\u8bef\uff0c\u8bf7\u91cd\u8bd5\u3002", + "Error while regenerating certificates. Please try again.": "\u4ea7\u751f\u9519\u8bef\u8bc1\u4e66\u3002 \u8bf7\u518d\u8bd5\u4e00\u6b21\u3002", + "Error.": "\u9519\u8bef\u3002", + "Error:": "\u9519\u8bef\uff1a", + "Error: ": "\u9519\u8bef\uff1a", + "Error: Choosing failed.": "\u9519\u8bef\uff1a\u9009\u62e9\u5931\u8d25\u3002", + "Error: Connection with server failed.": "\u9519\u8bef\uff1a\u8fde\u63a5\u670d\u52a1\u5668\u5931\u8d25\u3002", + "Error: Import failed.": "\u9519\u8bef\uff1a\u5bfc\u5165\u5931\u8d25\u3002", + "Error: Replacing failed.": "\u9519\u8bef\uff1a\u66ff\u6362\u5931\u8d25\u3002", + "Error: Uploading failed.": "\u9519\u8bef\uff1a\u4e0a\u4f20\u5931\u8d25\u3002", + "Error: User '<%- username %>' has not yet activated their account. Users must create and activate their accounts before they can be assigned a role.": "\u53d1\u751f\u9519\u8bef\uff1a\u7528\u6237\u201c<%- username %>\u201d\u672a\u6fc0\u6d3b\u8d26\u53f7\uff0c\u5fc5\u987b\u5148\u521b\u5efa\u5e76\u6fc0\u6d3b\u8d26\u53f7\u624d\u80fd\u5206\u914d\u89d2\u8272\u3002", + "Error: You cannot remove yourself from the Instructor group!": "\u9519\u8bef\uff1a\u60a8\u4e0d\u53ef\u4ee5\u5c06\u81ea\u5df1\u4ece\u6559\u5e08\u7ec4\u4e2d\u5220\u9664\u3002", + "Errors": "\u9519\u8bef", + "Everyone who has staff privileges in this course": "\u6b64\u8bfe\u7a0b\u4e2d\u62e5\u6709\u5458\u5de5\u6743\u9650\u7684\u6240\u6709\u4eba", + "Exam Types": "\u6d4b\u8bd5\u7c7b\u522b", + "Exam timer and end exam button": "\u8003\u8bd5\u8ba1\u65f6\u5668\u548c\u7ed3\u675f\u8003\u8bd5\u6309\u94ae", + "Exception Granted": "\u7279\u6b8a\u5904\u7406\u5df2\u6279\u51c6", + "Exit full browser": "\u9000\u51fa\u5168\u5c4f", + "Expand All": "\u5c55\u5f00\u5168\u90e8", + "Expand Instructions": "\u5c55\u5f00\u8bf4\u660e", + "Explain if other.": "\u5982\u5176\u4ed6\u539f\u56e0\uff0c\u8bf7\u89e3\u91ca\u3002", + "Explanation": "\u89e3\u91ca", + "Explicitly Hiding from Students": "\u660e\u786e\u5bf9\u5b66\u751f\u9690\u85cf", + "Explore New Programs": "\u63a2\u7d22\u65b0\u8bfe\u7a0b", + "Explore Programs": "\u641c\u7d22\u8bfe\u7a0b", + "Explore your course!": "\u63a2\u7d22\u60a8\u7684\u8bfe\u7a0b\uff01", + "Failed Proctoring": "\u672a\u901a\u8fc7\u76d1\u8003", + "Failed to delete student state for user.": "\u5220\u9664\u7528\u6237\u7684\u5b66\u751f\u72b6\u6001\u5931\u8d25\u3002", + "Failed to rescore problem for user.": "\u4e3a\u7528\u6237\u91cd\u8bc4\u9898\u76ee\u5f97\u5206\u5931\u8d25\u3002", + "Failed to rescore problem to improve score for user.": "\u4e3a\u7528\u6237\u91cd\u8bc4\u9898\u76ee\u5f97\u5206\u5931\u8d25\u3002", + "Failed to reset attempts for user.": "\u91cd\u7f6e\u7528\u6237\u7684\u5c1d\u8bd5\u6b21\u6570\u5931\u8d25\u3002", + "Feedback available for selection.": "\u53ef\u4f9b\u9009\u62e9\u7684\u53cd\u9988\u3002", + "File": "\u6587\u4ef6", + "File Name": "\u6587\u4ef6\u540d", + "File format not supported. Please upload a file with a {ext} extension.": "\u6587\u4ef6\u683c\u5f0f\u4e0d\u652f\u6301\uff0c\u8bf7\u4e0a\u4f20\u6269\u5c55\u540d\u4e3a\"{ext}\"\u7684\u6587\u4ef6\u3002", + "File type is not allowed.": "\u6587\u4ef6\u7c7b\u578b\u4e0d\u53ef\u7528\u3002", + "File types can not be empty.": "\u6587\u4ef6\u7c7b\u578b\u4e0d\u80fd\u4e3a\u7a7a\u3002", + "File upload succeeded": "\u6587\u4ef6\u4e0a\u4f20\u6210\u529f", + "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "\u6587\u4ef6 {filename} \u7684\u5927\u5c0f\u8d85\u8fc7\u4e86 {maxFileSizeInMBs} MB \u7684\u9650\u5236", + "Files must be in JPEG or PNG format.": "\u6587\u4ef6\u5fc5\u987b\u662fJPEG\u6216\u8005PNG\u683c\u5f0f\u3002", + "Files that you upload must be PDFs or image files in .gif, .jpg, .jpeg, or .png format.": "\u53ea\u652f\u6301\u4e0a\u4f20PDF\u6216 .gif .jpg .jpeg .png\u00a0\u683c\u5f0f\u56fe\u7247\u6587\u4ef6\u3002", + "Files that you upload must be smaller than 5MB in size.": "\u4e0a\u4f20\u7684\u6587\u4ef6\u4e0d\u5f97\u8d85\u8fc75MB\u3002", + "Fill browser": "\u5168\u5c4f", + "Filter and sort topics": "\u8fc7\u6ee4\u548c\u6574\u7406\u8bdd\u9898", + "Final Grade": "\u6700\u7ec8\u6210\u7ee9", + "Final Grade Received": "\u6700\u7ec8\u6536\u83b7\u5f97\u5206", + "Financial Assistance": "\u7ecf\u6d4e\u8865\u52a9", + "Financial Assistance Application": "\u7ecf\u6d4e\u63f4\u52a9\u7533\u8bf7", + "Find": "\u67e5\u627e", + "Find a course": "\u627e\u5230\u4e00\u4e2a\u8bfe\u7a0b", + "Find and replace": "\u67e5\u627e\u548c\u66ff\u6362", + "Find answers to the top questions asked by learners.": "\u67e5\u770b\u5b66\u5458\u6700\u5e38\u95ee\u7684\u95ee\u9898\u53ca\u7b54\u6848\u3002", + "Find discussions": "\u641c\u7d22\u8ba8\u8bba\u5e16", + "Find next": "\u67e5\u627e\u4e0b\u4e00\u4e2a", + "Find previous": "\u67e5\u627e\u4e0a\u4e00\u4e2a", + "Finish": "\u5b8c\u6210", + "First time here?": "\u521d\u6b21\u4f7f\u7528\uff1f", + "Follow or unfollow posts": "\u5173\u6ce8\u6216\u53d6\u6d88\u5173\u6ce8\u53d1\u5e16", + "Font Family": "\u5b57\u4f53", + "Font Sizes": "\u5b57\u53f7", + "Footer": "\u811a\u6ce8", + "For grading to work, you must change all {oldName} subsections to {newName}.": "\u4e3a\u4f7f\u8bc4\u5206\u751f\u6548\uff0c\u60a8\u5fc5\u987b\u628a\u6240\u6709{oldName}\u5c0f\u8282\u66f4\u6539\u4e3a{newName}\u3002", + "Format": "\u683c\u5f0f", + "Formats": "\u683c\u5f0f", + "Free text notes": "\u514d\u8d39\u6587\u672c\u6ce8\u91ca", + "Frequently Asked Questions": "\u5e38\u89c1\u95ee\u9898", + "Full Name": "\u5168\u540d", + "Full Profile": "\u5168\u90e8\u8d44\u6599", + "Fullscreen": "\u5168\u5c4f", + "Fully Supported": "\u5168\u90e8\u652f\u6301", + "Gender": "\u6027\u522b", + "General": "\u4e00\u822c", + "General Proctored Exam Rules": "\u4e00\u822c\u76d1\u8003\u6a21\u5f0f\u8003\u8bd5\u89c4\u5219", + "Generate": "\u751f\u6210", + "Generate Exception Certificates": "\u751f\u6210\u7279\u4f8b\u8bc1\u4e66", + "Generate the user's certificate": "\u751f\u6210\u7528\u6237\u8bc1\u4e66", + "Get Credit": "\u83b7\u5f97\u5b66\u5206", + "Go Back": "\u8fd4\u56de", + "Go to Dashboard": "\u524d\u5f80\u8bfe\u7a0b\u9762\u677f", + "Go to my Dashboard": "\u524d\u5f80\u6211\u7684\u8bfe\u7a0b\u9762\u677f", + "Go to your Dashboard": "\u524d\u5f80\u60a8\u7684\u63a7\u5236\u9762\u677f", + "Go to {platform} Home": "\u524d\u5f80{platform}\u4e3b\u9875", + "Going forward, your account information will be updated and maintained by {enterprise_name}.": "\u4e0b\u4e00\u6b65\uff0c\u60a8\u7684\u8d26\u53f7\u4fe1\u606f\u5c06\u7531{enterprise_name}\u66f4\u65b0\u5e76\u7ef4\u62a4\u3002", + "Government-Issued Photo ID": "\u653f\u5e9c\u7b7e\u53d1\u7684\u5e26\u6709\u7167\u7247\u7684\u8eab\u4efd\u8bc1\u4ef6", + "Grace period must be specified in HH:MM format.": "\u5bbd\u9650\u65f6\u95f4\u5fc5\u987b\u4ee5 HH:MM \u683c\u5f0f\u8bbe\u5b9a\u3002", + "Grade": "\u6210\u7ee9", + "Grade as:": "\u8bc4\u5206\u65b9\u5f0f\uff1a", + "Graded as:": "\u8bc4\u5206\u65b9\u5f0f\uff1a", + "Grading": "\u8bc4\u5206", + "Group": "\u5c0f\u7ec4", + "Group %s": "%s\u7ec4", + "Group A": "A \u7ec4", + "Group B": "B \u7ec4", + "Group Configuration ID": "\u7ec4\u914d\u7f6e ID", + "Group Configuration Name": "\u7ec4\u914d\u7f6e\u540d\u79f0", + "Group Configuration information": "\u7ec4\u914d\u7f6e\u4fe1\u606f", + "Group Configuration name is required.": "\u7ec4\u914d\u7f6e\u540d\u79f0\u662f\u5fc5\u9700\u7684\u3002", + "Group information": "\u7ec4\u4fe1\u606f", + "Group name is required": "\u7ec4\u540d\u79f0\u662f\u5fc5\u9700\u7684", + "Groups": "\u7ec4", + "H Align": "\u6c34\u5e73\u5bf9\u9f50", + "HTML preview of post": "\u5e16\u5b50\u7684HTML\u9884\u89c8", + "HTML source code": "HTML \u6e90\u4ee3\u7801", + "Header": "\u8868\u5934", + "Header 1": "\u6807\u9898 1", + "Header 2": "\u6807\u9898 2", + "Header 3": "\u6807\u9898 3", + "Header 4": "\u6807\u9898 4", + "Header 5": "\u6807\u9898 5", + "Header 6": "\u6807\u9898 6", + "Header cell": "\u8868\u5934\u5355\u5143\u683c", + "Headers": "\u6807\u9898", + "Heading": "\u6807\u9898", + "Heading (Ctrl+H)": "\u6807\u9898(Ctrl+H)", + "Heading 1": "\u6807\u9898 1", + "Heading 2": "\u6807\u9898 2", + "Heading 3": "\u6807\u9898 3", + "Heading 4": "\u6807\u9898 4", + "Heading 5": "\u6807\u9898 5", + "Heading 6": "\u6807\u9898 6", + "Headings": "\u6807\u9898", + "Height": "\u9ad8\u5ea6", + "Help Translate into {beta_language}": "Help Translate into {beta_language}", + "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "\u4ecb\u7ecd\u60a8\u56e2\u961f\u7684\u7279\u70b9\uff0c\u5e2e\u52a9\u5176\u4ed6\u5b66\u5458\u51b3\u5b9a\u662f\u5426\u52a0\u5165\u60a8\u7684\u56e2\u961f\u3002\u8bf7\u4ed4\u7ec6\u9009\u62e9\uff0c\u5982\u679c\u9650\u5236\u592a\u591a\uff0c\u5c31\u4f1a\u6709\u8f83\u5c11\u7684\u4eba\u613f\u610f\u52a0\u5165\u60a8\u7684\u56e2\u961f\u3002", + "Hide Annotations": "\u9690\u85cf\u6279\u6ce8", + "Hide Deprecated Settings": "\u9690\u85cf\u5df2\u8fc7\u65f6\u7684\u8bbe\u7f6e", + "Hide Discussion": "\u9690\u85cf\u8ba8\u8bba", + "Hide Previews": "\u9690\u85cf\u9884\u89c8", + "Hide Timer": "\u9690\u85cf\u8ba1\u65f6\u5668", + "Hide closed captions": "\u9690\u85cfCC\u5b57\u5e55", + "Hide content after course end date": "\u8bfe\u7a0b\u7ed3\u675f\u540e\u9690\u85cf\u5185\u5bb9", + "Hide content after due date": "\u622a\u6b62\u65e5\u671f\u540e\u9690\u85cf\u65e5\u671f", + "Hide entire subsection": "\u9690\u85cf\u6574\u4e2a\u5c0f\u8282", + "Hide from learners": "\u5bf9\u5b66\u4e60\u8fd9\u9690\u85cf", + "Hide notes": "\u9690\u85cf\u6ce8\u91ca", + "Hide transcripts ({transcriptCount})": "\u9690\u85cf\u5b57\u5e55 ({transcriptCount})", + "Hiding from Students": "\u5bf9\u5b66\u751f\u9690\u85cf", + "High Definition": "\u9ad8\u7ea7\u5b9a\u4e49", + "Highlight {highlight_index}": "\u91cd\u70b9 {highlight_index}", + "Highlighted text": "\u9ad8\u4eae\u6587\u672c", + "Highlights for {display_name}": "{display_name} \u70ed\u70b9", + "Horizontal Rule (Ctrl+R)": "\u6c34\u5e73\u7ebf(Ctrl+R)", + "Horizontal line": "\u6c34\u5e73\u7ebf", + "Horizontal space": "\u6c34\u5e73\u95f4\u8ddd", + "How to create useful text alternatives.": "\u5982\u4f55\u5efa\u7acb\u6709\u7528\u7684\u6587\u5b57\u66ff\u4ee3\u7269\u3002", + "How to use %(platform_name)s discussions": "\u5982\u4f55\u4f7f\u7528 %(platform_name)s \u8ba8\u8bba", + "Hyperlink (Ctrl+L)": "\u8d85\u94fe\u63a5(Ctrl+L)", + "I am ready to start this timed exam,": "\u6211\u51c6\u5907\u597d\u5f00\u59cb\u6b64\u95e8\u9650\u65f6\u8003\u8bd5\u4e86", + "ID": "ID", + "ID-Verification is not required for this Professional Education course.": "\u8be5\u4e13\u4e1a\u6559\u80b2\u8bfe\u7a0b\u4e0d\u5f3a\u5236\u8981\u6c42\u8eab\u4efd\u8ba4\u8bc1\u3002", + "Identity Verification In Progress": "\u8eab\u4efd\u9a8c\u8bc1\u6b63\u5728\u8fdb\u884c\u4e2d", + "If the course does not have an end date, learners always see their scores when they submit answers to assessments.": "\u5982\u679c\u8bfe\u7a0b\u4e0d\u8bbe\u6709\u7ed3\u675f\u65e5\u671f\uff0c\u90a3\u4e48\u53ea\u8981\u5b66\u5458\u63d0\u4ea4\u7b54\u6848\u81f3\u8bc4\u5206\uff0c\u5c31\u53ef\u4ee5\u67e5\u770b\u81ea\u5df1\u7684\u5f97\u5206\u3002", + "If the subsection does not have a due date, learners always see their scores when they submit answers to assessments.": "\u5982\u679c\u8282\u4e0d\u8bbe\u6709\u622a\u6b62\u65e5\u671f\uff0c\u90a3\u4e48\u53ea\u8981\u5b66\u5458\u63d0\u4ea4\u7b54\u6848\u81f3\u8bc4\u5206\uff0c\u5c31\u53ef\u4ee5\u67e5\u770b\u81ea\u5df1\u7684\u5f97\u5206\u3002", + "If the unit was previously published and released to learners, any changes you made to the unit when it was hidden will now be visible to learners.": "\u5982\u679c\u6b64\u5355\u5143\u5148\u524d\u5df2\u88ab\u53d1\u5e03\u4e14\u5411\u5b66\u751f\u516c\u5f00\uff0c\u4efb\u4f55\u5728\u8be5\u5355\u5143\u5904\u4e8e\u9690\u85cf\u65f6\u7684\u6539\u52a8\u90fd\u5c06\u5bf9\u5b66\u751f\u53ef\u89c1\u3002", + "If the unit was previously published and released to students, any changes you made to the unit when it was hidden will now be visible to students. Do you want to proceed?": "\u82e5\u6b64\u5355\u5143\u5148\u524d\u5df2\u53d1\u8868\u4e14\u5411\u5b66\u751f\u516c\u5f00\uff0c\u4efb\u4f55\u5728\u8be5\u5355\u5143\u5904\u4e8e\u9690\u85cf\u72b6\u6001\u65f6\u6240\u4f5c\u51fa\u7684\u6539\u52a8\u90fd\u5c06\u5bf9\u5b66\u751f\u53ef\u89c1\u3002\u662f\u5426\u7ee7\u7eed\uff1f", + "If you are unable to access your account contact us via email using {email}.": "\u5982\u679c\u60a8\u65e0\u6cd5\u8bbf\u95ee\u8d26\u53f7\uff0c\u8bf7\u901a\u8fc7\u7535\u5b50\u90ae\u4ef6\u8054\u7cfb\u6211\u4eec{email}\u3002", + "If you do not yet have an account, use the button below to register.": "\u5982\u679c\u60a8\u5c1a\u65e0\u8d26\u53f7\uff0c\u8bf7\u4f7f\u7528\u4ee5\u4e0b\u6309\u94ae\u8fdb\u884c\u6ce8\u518c\u3002", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "\u5982\u679c\u60a8\u73b0\u5728\u4e0d\u9a8c\u8bc1\u60a8\u7684\u8eab\u4efd\uff0c\u60a8\u4ecd\u53ef\u4ee5\u901a\u8fc7\u63a7\u5236\u9762\u677f\u6d4f\u89c8\u8bfe\u7a0b\u3002\u4f46\u60a8\u4f1a\u5b9a\u671f\u4ece%(platformName)s\u6536\u5230\u8eab\u4efd\u9a8c\u8bc1\u63d0\u9192\u3002", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from {platformName} to verify your identity.": "\u5982\u679c\u60a8\u73b0\u5728\u4e0d\u9a8c\u8bc1\u8eab\u4efd\uff0c\u60a8\u4ecd\u53ef\u4ee5\u901a\u8fc7\u8bfe\u7a0b\u9762\u677f\u6d4f\u89c8\u8bfe\u7a0b\u3002\u4f46\u60a8\u4f1a\u5b9a\u671f\u4ece {platformName} \u6536\u5230\u8eab\u4efd\u9a8c\u8bc1\u63d0\u9192\u3002", + "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "\u5982\u679c\u60a8\u4e0d\u4fdd\u5b58\u6216\u8005\u63d0\u4ea4\u7b54\u6848\u5c31\u79bb\u5f00\uff0c\u60a8\u53ef\u80fd\u4f1a\u4e22\u5931\u6389\u5199\u5b8c\u7684\u4e00\u5207\u3002", + "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "\u5982\u679c\u60a8\u79bb\u5f00\u672c\u9875\u65f6\u6ca1\u6709\u63d0\u4ea4\u60a8\u7684\u540c\u5b66\u4e92\u8bc4\uff0c\u60a8\u5c06\u4e22\u5931\u60a8\u6240\u505a\u7684\u4e00\u5207\u3002", + "If you leave this page without submitting your self assessment, you will lose any work you have done.": "\u5982\u679c\u60a8\u672a\u63d0\u4ea4\u60a8\u7684\u81ea\u6211\u8bc4\u4f30\u5c31\u79bb\u5f00\u6b64\u9875\u9762\uff0c\u60a8\u5c06\u4e22\u5931\u6240\u505a\u7684\u4e00\u5207\u3002", + "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "\u5982\u679c\u60a8\u672a\u63d0\u4ea4\u60a8\u7684\u5458\u5de5\u8bc4\u4f30\u5c31\u79bb\u5f00\u6b64\u9875\u9762\uff0c\u60a8\u5c06\u4e22\u5931\u6240\u505a\u7684\u4e00\u5207\u3002", + "If you make significant changes, make sure you notify members of the team before making these changes.": "\u5982\u679c\u60a8\u505a\u8f83\u5927\u66f4\u6539\uff0c\u8bf7\u786e\u4fdd\u60a8\u5728\u8fdb\u884c\u8fd9\u4e9b\u66f4\u6539\u4e4b\u524d\u901a\u77e5\u56e2\u961f\u6210\u5458\u3002", + "If you make this %(xblockType)s visible to learners, learners will be able to see its content after the release date has passed and you have published the unit. Only units that are explicitly hidden from learners will remain hidden after you clear this option for the %(xblockType)s.": "\u5982\u679c\u60a8\u8bbe\u7f6e\u6b64%(xblockType)s\u4e3a\u5b66\u5458\u53ef\u89c1\uff0c\u90a3\u4e48\u5b66\u5458\u5728\u60a8\u53d1\u5e03\u540e\u8be5\u5355\u5143\u5373\u53ef\u67e5\u770b\u5176\u5185\u5bb9\u3002\u5728\u60a8\u53d6\u6d88\u6b64%(xblockType)s\u9009\u9879\u540e\uff0c\u53ea\u6709\u624b\u52a8\u8bbe\u7f6e\u4e3a\u5bf9\u5b66\u5458\u9690\u85cf\u7684\u5355\u5143\u624d\u4f1a\u88ab\u9690\u85cf\u3002", + "If you remove this transcript, the transcript will not be available for any components that use this video.": "\u6b64\u5b57\u5e55\u4e00\u7ecf\u79fb\u9664\uff0c\u4fbf\u65e0\u6cd5\u5728\u4f7f\u7528\u6b64\u89c6\u9891\u7684\u6240\u6709\u7ec4\u4ef6\u4e2d\u751f\u6548\u3002", + "If you remove this transcript, the transcript will not be available for this component.": "\u79fb\u9664\u6b64\u5b57\u5e55\u5c06\u5bfc\u81f4\u6b64\u7ec4\u4ef6\u4e2d\u7684\u5b57\u5e55\u4e0d\u53ef\u7528\u3002", + "If you select an option other than \"%(hide_label)s\", published units in this subsection become available to learners unless they are explicitly hidden.": "\u5982\u679c\u60a8\u4e0d\u9009\u62e9\u201c%(hide_label)s\u201d\uff0c\u90a3\u4e48\u5b66\u5458\u53ef\u770b\u5230\u672c\u5c0f\u8282\u5df2\u53d1\u5e03\u5355\u5143\uff0c\u9664\u975e\u624b\u52a8\u9690\u85cf\u3002", + "If you still wish to continue and delete your account, please enter your account password:": "\u5982\u679c\u60a8\u4ecd\u7136\u8981\u5220\u9664\u8d26\u53f7\uff0c\u8bf7\u8f93\u5165\u60a8\u7684\u8d26\u53f7\u5bc6\u7801\uff1a", + "If you use the Advanced Editor, this problem will be converted to XML and you will not be able to return to the Simple Editor Interface.\n\nProceed to the Advanced Editor and convert this problem to XML?": "\u5982\u679c\u60a8\u4f7f\u7528\u9ad8\u7ea7\u7f16\u8f91\u5668\uff0c\u8be5\u9898\u76ee\u5c06\u8f6c\u6362\u4e3aXML\u683c\u5f0f\uff0c\u5e76\u4e14\u65e0\u6cd5\u518d\u56de\u5230\u7b80\u6613\u7f16\u8f91\u5668\u754c\u9762\u3002\n\n\u8981\u7ee7\u7eed\u4f7f\u7528\u9ad8\u7ea7\u7f16\u8f91\u5668\u5e76\u5c06\u8be5\u9898\u76ee\u8f6c\u6362\u4e3aXML\u683c\u5f0f\u5417\uff1f", + "Ignore": "\u5ffd\u7565", + "Ignore all": "\u5168\u90e8\u5ffd\u7565", + "Image": "\u56fe\u50cf", + "Image (Ctrl+G)": "\u56fe\u7247(Ctrl+G)", + "Image Description": "\u56fe\u7247\u63cf\u8ff0", + "Image Upload Error": "\u56fe\u7247\u4e0a\u4f20\u9519\u8bef", + "Image description": "\u56fe\u7247\u63cf\u8ff0", + "Image must be in PNG format": "\u56fe\u50cf\u5fc5\u987b\u662fPNG\u683c\u5f0f", + "Image must be in PNG format.": "\u56fe\u50cf\u5fc5\u987b\u662fPNG\u683c\u5f0f", + "Image upload failed": "\u56fe\u7247\u4e0a\u4f20\u5931\u8d25", + "Image upload failed. ": "\u56fe\u7247\u4e0a\u4f20\u5931\u8d25", + "Import YouTube Transcript": "\u5bfc\u5165 YouTube \u5b57\u5e55", + "In Progress": "\u6b63\u5728\u8fdb\u884c\u4e2d", + "In the {linkStart}Course Outline{linkEnd}, use this group to control access to a component.": "\u5728{linkStart}\u8bfe\u7a0b\u6982\u8ff0{linkEnd}\u4e2d\uff0c\u4f7f\u7528\u6b64\u7fa4\u7ec4\u63a7\u5236\u5bf9\u4e00\u4e2a\u7ec4\u4ef6\u7684\u8bbf\u95ee\u6743", + "Incorrect url format.": "URL\u683c\u5f0f\u9519\u8bef\u3002", + "Increase indent": "\u589e\u52a0\u7f29\u8fdb", + "Individual Exceptions": "\u4e2a\u522b\u7279\u6b8a\u5904\u7406", + "Inheriting Student Visibility": "\u7ee7\u627f\u5b66\u751f\u53ef\u89c1\u6027", + "Inline": "\u5bf9\u9f50", + "Insert": "\u63d2\u5165", + "Insert Hyperlink": "\u63d2\u5165\u8d85\u94fe\u63a5", + "Insert Image (upload file or type URL)": "\u63d2\u5165\u56fe\u7247 (\u4e0a\u4f20\u6587\u4ef6\u6216\u8f93\u5165URL)", + "Insert column after": "\u5728\u53f3\u4fa7\u63d2\u5165\u5217", + "Insert column before": "\u5728\u5de6\u4fa7\u63d2\u5165\u5217", + "Insert date/time": "\u63d2\u5165\u65e5\u671f\uff0f\u65f6\u95f4", + "Insert image": "\u63d2\u5165\u56fe\u7247", + "Insert link": "\u63d2\u5165\u94fe\u63a5", + "Insert row after": "\u5728\u4e0b\u65b9\u63d2\u5165\u884c", + "Insert row before": "\u5728\u4e0a\u65b9\u63d2\u5165\u884c", + "Insert table": "\u63d2\u5165\u8868\u683c", + "Insert template": "\u63d2\u5165\u6a21\u677f", + "Insert video": "\u63d2\u5165\u89c6\u9891", + "Insert/Edit Image": "\u63d2\u5165/\u7f16\u8f91\u56fe\u7247", + "Insert/edit image": "\u63d2\u5165\uff0f\u7f16\u8f91\u56fe\u7247", + "Insert/edit link": "\u63d2\u5165\uff0f\u7f16\u8f91\u94fe\u63a5", + "Insert/edit video": "\u63d2\u5165\uff0f\u7f16\u8f91\u89c6\u9891", + "Instructor Biography": "\u8bb2\u5e08\u7b80\u4ecb", + "Instructor Name": "\u8bb2\u5e08\u540d\u79f0", + "Instructor Photo": "\u8bb2\u5e08\u7167\u7247", + "Instructor Photo URL": "\u8bb2\u5e08\u7167\u7247URL", + "Instructor Title": "\u5bfc\u5e08\u5934\u8854", + "Instructor tools": "\u6559\u5e08\u5de5\u5177", + "Internal Server Error.": "\u5185\u90e8\u670d\u52a1\u5668\u51fa\u9519", + "Introduction to Cookie Baking": "\u66f2\u5947\u70d8\u7119\u7b80\u4ecb", + "Invalid email address: {email}": "\u65e0\u6548\u7684\u90ae\u7bb1: {email}", + "Invalidate Certificate": "\u65e0\u6548\u8bc1\u4e66", + "Invalidated": "\u5df2\u8bbe\u5b9a\u4e3a\u65e0\u6548", + "Invalidated By": "\u65e0\u6548\u8bbe\u5b9a\u4eba", + "Is Sample Attempt": "\u6837\u672c\u5c1d\u8bd5", + "Is Visible To:": "\u53ef\u89c1\uff1a", + "Is this OK?": "\u662f\u5426\u53ef\u4ee5\uff1f", + "Is your name on your ID readable?": "\u60a8\u8eab\u4efd\u8bc1\u4ef6\u4e0a\u7684\u540d\u5b57\u662f\u5426\u6e05\u6670\u53ef\u89c1\uff1f", + "It is strongly recommended that you include four or fewer signatories. If you include additional signatories, preview the certificate in Print View to ensure the certificate will print correctly on one page.": "\u6211\u4eec\u5f3a\u70c8\u5efa\u8bae\u60a8\u5305\u542b\u56db\u4e2a\u53ca\u66f4\u5c11\u7684\u7b7e\u7f72\u65b9\u3002\u5982\u679c\u60a8\u5305\u542b\u4e86\u66f4\u591a\u7684\u7b7e\u7f72\u65b9\uff0c\u8bf7\u5728\u6253\u5370\u9884\u89c8\u754c\u9762\u786e\u8ba4\u60a8\u7684\u8bc1\u4e66\u662f\u5426\u80fd\u88ab\u6b63\u786e\u5730\u6253\u5370\u5728\u4e00\u9762\u7eb8\u4e0a\u3002", + "Italic": "\u659c\u4f53", + "Italic (Ctrl+I)": "\u659c\u4f53(Ctrl+I)", + "Join Team": "\u52a0\u5165\u56e2\u961f", + "Joined": "\u5df2\u52a0\u5165", + "Joined %(date)s": "\u4e8e %(date)s \u52a0\u5165", + "Joined Date": "\u52a0\u5165\u65e5\u671f", + "Justify": "\u4e24\u7aef\u5bf9\u9f50", + "KB": "KB", + "Key should only contain letters, numbers, _, or -": "\u5173\u952e\u5b57\u53ea\u80fd\u5305\u542b\u5b57\u6bcd\u3001\u6570\u5b57\u3001\u4e0b\u5212\u7ebf\u548c\u8fde\u5b57\u7b26\u3002", + "Keywords": "\u5173\u952e\u5b57", + "LEARN MORE": "\u4e86\u89e3\u66f4\u591a", + "Language": "\u8bed\u8a00", + "Large": "\u5927", + "Last Activity %(date)s": "\u4e0a\u4e00\u6b21\u6d3b\u52a8\u5728 %(date)s ", + "Last Edited:": "\u6700\u540e\u4fee\u6539\uff1a", + "Last Updated": "\u6700\u8fd1\u66f4\u65b0", + "Last modified by": "\u6700\u540e\u4fee\u6539\u4eba", + "Last published %(last_published_date)s by %(publish_username)s": "\u6700\u8fd1\u7531%(publish_username)s\u4e8e%(last_published_date)s\u53d1\u5e03", + "Last published {lastPublishedStart}{publishedOn}{lastPublishedEnd} by {publishedByStart}{publishedBy}{publishedByEnd}": "\u6700\u8fd1\u7531{publishedByStart}{publishedBy}{publishedByEnd}\u4e8e{lastPublishedStart}{publishedOn}{lastPublishedEnd}\u53d1\u5e03\u3002", + "Last updated": "\u6700\u540e\u66f4\u65b0", + "Learn More": "\u4e86\u89e3\u66f4\u591a", + "Learn more about {license_name}": "\u4e86\u89e3\u66f4\u591a\u5173\u4e8e {license_name}", + "Learners are added to this cohort automatically.": "\u5b66\u5458\u5df2\u81ea\u52a8\u6dfb\u52a0\u81f3\u8fd9\u4e2a\u7ec4\u3002", + "Learners are added to this cohort only when you provide their email addresses or usernames on this page.": "\u4ec5\u5f53\u60a8\u5728\u6b64\u9875\u9762\u4e2d\u63d0\u4f9b\u5b66\u5458\u7684\u90ae\u7bb1\u6216\u7528\u6237\u540d\u65f6\uff0c\u65b9\u53ef\u5c06\u5b66\u5458\u6dfb\u52a0\u81f3\u8fd9\u4e2a\u7ec4\u3002", + "Learners do not see the subsection in the course outline. The subsection is not included in grade calculations.": "\u5b66\u5458\u5728\u8bfe\u7a0b\u6982\u8ff0\u4e2d\u65e0\u6cd5\u770b\u5230\u8be5\u5c0f\u8282\uff0c\u8be5\u5c0f\u8282\u4e0d\u8ba1\u5165\u603b\u5206\u3002", + "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the course end date has passed.": "\u5b66\u5458\u53ea\u80fd\u5728\u8bfe\u7a0b\u7ed3\u675f\u65e5\u671f\u540e\u624d\u80fd\u67e5\u770b\u7b54\u6848\u662f\u5426\u6b63\u786e\u548c\u5f97\u5206\u3002", + "Learners do not see whether their answers to assessments were correct or incorrect, nor the score received, until after the due date for the subsection has passed.": "\u5b66\u5458\u53ea\u80fd\u5728\u8d85\u8fc7\u8282\u7684\u622a\u6b62\u65e5\u671f\u540e\u624d\u80fd\u67e5\u770b\u7b54\u6848\u662f\u5426\u6b63\u786e\u548c\u5f97\u5206\u3002", + "Learners never see whether their answers to assessments are correct or incorrect, nor the score received.": "\u5b66\u5458\u4e00\u76f4\u65e0\u6cd5\u67e5\u770b\u7b54\u6848\u662f\u5426\u6b63\u786e\uff0c\u4e5f\u65e0\u6cd5\u67e5\u770b\u5f97\u5206\u3002", + "Learners see the published subsection and can access its content.": "\u5b66\u5458\u53ef\u89c1\u5df2\u53d1\u5e03\u7684\u5c0f\u8282\uff0c\u5e76\u53ef\u8bbf\u95ee\u5176\u5185\u5bb9\u3002", + "Learners who require verification must pass the selected checkpoint to see the content in this unit. Learners who do not require verification see this content by default.": "\u9700\u8981\u8ba4\u8bc1\u7684\u5b66\u5458\u5fc5\u987b\u901a\u8fc7\u8ba4\u8bc1\u624d\u80fd\u67e5\u770b\u6b64\u5355\u5143\u7684\u5185\u5bb9\uff0c\u4e0d\u9700\u8ba4\u8bc1\u7684\u5b66\u5458\u9ed8\u8ba4\u53ef\u67e5\u770b\u6b64\u5185\u5bb9\u3002", + "Learning Outcome": "\u5b66\u4e60\u6210\u679c", + "Leave Current Session": "\u79bb\u5f00\u5f53\u524d\u5b66\u671f", + "Leave Team": "\u79bb\u5f00\u56e2\u961f", + "Leave the current session and decide later": "\u79bb\u5f00\u5f53\u524d\u8bfe\u7a0b\uff0c\u7a0d\u540e\u51b3\u5b9a", + "Leave this team?": "\u79bb\u5f00\u8fd9\u4e2a\u56e2\u961f\uff1f", + "Left": "\u5de6\u5bf9\u9f50", + "Left to right": "\u4ece\u5de6\u5411\u53f3", + "Legal name": "\u6cd5\u5b9a\u59d3\u540d", + "Less": "\u6536\u8d77", + "Library User": "\u77e5\u8bc6\u5e93\u7528\u6237", + "License Display": "\u663e\u793a\u8bb8\u53ef\u5185\u5bb9", + "License Type": "\u8bb8\u53ef\u7c7b\u578b", + "Limit Access": "\u8bbf\u95ee\u9650\u5236", + "Limited Profile": "\u90e8\u5206\u8d44\u6599", + "Link Description": "\u94fe\u63a5\u7684\u63cf\u8ff0", + "Link Your Account": "\u5173\u8054\u60a8\u7684\u8d26\u53f7", + "Link types should be unique.": "\u94fe\u63a5\u7c7b\u578b\u5177\u6709\u552f\u4e00\u6027\u3002", + "Link your {accountName} account": "\u5173\u8054\u60a8\u7684{accountName}\u8d26\u53f7", + "Link your {accountName} account to your {platformName} account and use {accountName} to sign in to {platformName}.": "\u628a\u60a8\u7684{accountName}\u8d26\u53f7\u4e0e\u60a8\u7684{platformName}\u8d26\u53f7\u76f8\u5173\u8054\uff0c\u5e76\u4f7f\u7528{accountName}\u767b\u5f55{platformName}\u3002", + "Linked Accounts": "\u5173\u8054\u7684\u8d26\u53f7", + "Linking": "\u5173\u8054\u4e2d", + "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "\u7531\u4e8e\u5305\u542b\u6d89\u53ca\u5b66\u751f\u7684\u654f\u611f\u4fe1\u606f\uff0c\u751f\u6210\u7684\u94fe\u63a5\u5c06\u57285\u5206\u949f\u540e\u5931\u6548\u3002", + "Links should be unique.": "\u94fe\u63a5\u5177\u6709\u552f\u4e00\u6027\u3002", + "List item": "\u5217\u8868\u9879", + "List of Open Assessments is unavailable": "\u5f00\u653e\u8bc4\u4f30\u5217\u8868\u4e0d\u53ef\u7528", + "List of uploaded files and assets in this course": "\u8be5\u8bfe\u7a0b\u4e2d\u4e0a\u4f20\u7684\u6587\u4ef6\u548c\u8d44\u6e90\u5217\u8868", + "Live view of webcam": "\u6444\u50cf\u5934\u7684\u5b9e\u65f6\u753b\u9762", + "Load Another File": "\u52a0\u8f7d\u5176\u4ed6\u6587\u4ef6", + "Load all responses": "\u8f7d\u5165\u6240\u6709\u7684\u56de\u590d", + "Load next {numResponses} responses": "\u52a0\u8f7d\u63a5\u4e0b\u6765\u7684{numResponses}\u4e2a\u56de\u590d", "Load next {num_items} result": [ "\u7ee7\u7eed\u52a0\u8f7d {num_items}\u4e2a\u7ed3\u679c" - ], - "Loading": "\u6b63\u5728\u52a0\u8f7d", - "Loading content": "\u6b63\u5728\u52a0\u8f7d\u5185\u5bb9", - "Loading data...": "\u8f7d\u5165\u6570\u636e\u4e2d......", - "Loading more threads": "\u8f7d\u5165\u66f4\u591a\u7684\u4e3b\u9898", - "Loading posts list": "\u6b63\u5728\u52a0\u8f7d\u5e16\u5b50\u5217\u8868", - "Loading your courses": "\u6b63\u5728\u52a0\u8f7d\u60a8\u7684\u8bfe\u7a0b", - "Location": "\u4f4d\u7f6e", - "Location in Course": "\u8bfe\u7a0b\u4e2d\u7684\u4f4d\u7f6e", - "Lock this asset": "\u9501\u5b9a\u8be5\u8d44\u6e90", - "Lock/unlock file": "\u9501\u5b9a\uff0f\u89e3\u9501\u6587\u4ef6", - "Loud": "\u97f3\u91cf\u8f83\u5927", - "Low": "\u97f3\u91cf\u8f83\u5c0f", - "Lower Alpha": "\u5c0f\u5199\u5b57\u6bcd", - "Lower Greek": "\u5c0f\u5199\u5e0c\u814a\u5b57\u6bcd", - "Lower Roman": "\u5c0f\u5199\u7f57\u9a6c\u5b57\u6bcd", - "MB": "MB", - "Make Visible to Students": "\u5bf9\u5b66\u751f\u53ef\u89c1", - "Make sure that the full name on your account matches the name on your ID.": "\u8bf7\u786e\u4fdd\u60a8\u5728\u8d26\u53f7\u4e2d\u586b\u5199\u7684\u5168\u540d\u548c\u60a8\u8eab\u4efd\u8bc1\u4ef6\u4e2d\u7684\u540d\u5b57\u76f8\u4e00\u81f4\u3002", - "Make sure we can verify your identity with the photos and information you have provided.": "\u8bf7\u786e\u4fdd\u6211\u4eec\u53ef\u4ee5\u901a\u8fc7\u60a8\u63d0\u4f9b\u7684\u7167\u7247\u53ca\u4fe1\u606f\u6765\u9a8c\u8bc1\u60a8\u7684\u8eab\u4efd\u3002", - "Make sure your ID is well-lit": "\u8bf7\u786e\u4fdd\u60a8\u7684\u8eab\u4efd\u8bc1\u4ef6\u5149\u7ebf\u5145\u8db3", - "Make sure your face is well-lit": "\u8bf7\u786e\u4fdd\u60a8\u7684\u9762\u90e8\u5149\u7ebf\u5145\u8db3", - "Make this subsection available as a prerequisite to other content": "\u8fd9\u4e00\u90e8\u5206\u662f\u5176\u4ed6\u5185\u5bb9\u5b58\u5728\u7684\u524d\u63d0\u6761\u4ef6", - "Making Visible to Students": "\u6b63\u5728\u5bf9\u5b66\u751f\u53ef\u89c1", - "Manage Learners": "\u7ba1\u7406\u5b66\u5458", - "Manual": "\u624b\u52a8", - "Mark Exam As Completed": "\u6807\u8bb0\u8003\u8bd5\u5b8c\u6210", - "Mark enrollment code as unused": "\u6807\u8bb0\u9009\u8bfe\u7801\u4e3a\u5c1a\u672a\u4f7f\u7528\u7684", - "Markdown Editing Help": "Markdown\u7f16\u8f91\u5e2e\u52a9", - "Match case": "\u5339\u914d\u5927\u5c0f\u5199", - "Max file size exceeded": "\u6587\u4ef6\u5927\u5c0f\u8d85\u51fa\u9650\u5236", - "Maximum": "\u6700\u5927\u6570\u503c", - "Maximum file size: {maxFileSize} GB": "\u6587\u4ef6\u5927\u5c0f\u9650\u5236\uff1a{maxFileSize} GB", - "Membership": "\u4f1a\u5458\u8d44\u683c", - "Merge cells": "\u5408\u5e76\u5355\u5143\u683c", - "Message:": "\u6d88\u606f\uff1a", - "Middle": "\u4e2d\u95f4", - "Minimum Completion:": "\u6700\u4f4e\u5b8c\u6210\u7387\uff1a", - "Minimum Score:": "\u6700\u4f4e\u5206\u6570\uff1a", - "Module state successfully deleted.": "\u5df2\u6210\u529f\u5220\u9664\u6a21\u5757\u72b6\u6001\u3002", - "More": "\u66f4\u591a", - "More sessions coming soon": "\u66f4\u591a\u8bfe\u7a0b\u5373\u5c06\u4e0a\u7ebf\uff0c\u656c\u8bf7\u671f\u5f85\u3002", - "More sessions coming soon.": "\u66f4\u591a\u8bfe\u7a0b\u5373\u5c06\u4e0a\u7ebf\uff0c\u656c\u8bf7\u671f\u5f85\u3002", - "Move": "\u79fb\u52a8", - "Move cancelled. \"{sourceDisplayName}\" has been moved back to its original location.": "\u79fb\u52a8\u53d6\u6d88\u3002\"{sourceDisplayName}\" \u5df2\u88ab\u653e\u56de\u539f\u4f4d\u3002", - "Move: {displayName}": "\u79fb\u52a8\uff1a{displayName}", - "Moving": "\u6b63\u5728\u79fb\u52a8", - "Must be a Staff User to Perform this request.": "\u6b64\u6b21\u8bf7\u6c42\u5fc5\u987b\u662f\u7531\u5458\u5de5\u7528\u6237\u63d0\u51fa\u3002", - "Must complete verification checkpoint": "\u5fc5\u987b\u5b8c\u6210\u8ba4\u8bc1\u68c0\u67e5\u70b9", - "Mute": "\u9759\u97f3", - "Muted": "\u9759\u97f3", - "My Orders": "\u6211\u7684\u8ba2\u5355", - "My Team": "\u6211\u7684\u56e2\u961f", - "N/A": "\u4e0d\u9002\u7528", - "Name": "\u59d3\u540d", - "Name ": "\u59d3\u540d", - "Name of the certificate": "\u8ba4\u8bc1\u540d\u79f0", - "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "\u8981\u5206\u914d\u7ed9\u5b66\u751f\u7684\u7ec4\u7684\u540d\u79f0\uff0c\u4f8b\u5982\uff1a\u63a7\u5236\u3001\u89c6\u9891\u3001\u95ee\u9898\u3002\u7ec4\u7684\u6570\u91cf\u5fc5\u987b\u4e3a\u4e24\u4e2a\u6216\u66f4\u591a\u3002", - "Name of the signatory": "\u7b7e\u53d1\u8005\u59d3\u540d", - "Name or short description of the configuration": "\u8be5\u914d\u7f6e\u7684\u540d\u79f0\u6216\u7b80\u77ed\u63cf\u8ff0", - "Navigate up": "\u5411\u4e0a\u5bfc\u822a", - "Need help logging in?": "\u767b\u5f55\u65f6\u9700\u8981\u5e2e\u52a9\uff1f", - "Needs verified certificate ": "\u9700\u8981\u5df2\u8ba4\u8bc1\u8bc1\u4e66", - "Never published": "\u4ece\u672a\u53d1\u5e03\u8fc7", - "Never show assessment results": "\u4e00\u76f4\u9690\u85cf\u8bc4\u5206\u7ed3\u679c", - "New %(item_type)s": "\u65b0\u5efa%(item_type)s", - "New Address": "\u65b0\u5730\u5740", - "New Password": "\u65b0\u5bc6\u7801", - "New document": "\u65b0\u5efa\u6587\u6863", - "New enrollment mode:": "\u65b0\u9009\u8bfe\u6a21\u5f0f\uff1a", - "New window": "\u65b0\u5efa\u7a97\u53e3", - "New {component_type}": "\u65b0\u5efa {component_type}", - "Next": "\u4e0b\u4e00\u4e2a", - "Next Step: Confirm your identity": "\u4e0b\u4e00\u6b65\uff1a\u786e\u8ba4\u60a8\u7684\u8eab\u4efd", - "Next: %(nextStepTitle)s": "\u4e0b\u4e00\u6b65\uff1a%(nextStepTitle)s", - "No Content Group": "\u6ca1\u6709\u5185\u5bb9\u7ec4", - "No Derivatives": "\u65e0\u76f8\u5173\u884d\u751f\u4f5c\u54c1", - "No EdX Timed Transcript": "\u6ca1\u6709 EdX \u5b57\u5e55", - "No Flash Detected": "\u6ca1\u6709\u53d1\u73b0Flash", - "No Timed Transcript": "\u6ca1\u6709\u5b57\u5e55", - "No Webcam Detected": "\u6ca1\u6709\u68c0\u6d4b\u5230\u6444\u50cf\u5934", - "No color": "\u65e0\u989c\u8272", - "No content-specific discussion topics exist.": "\u65e0\u7279\u5b9a\u5185\u5bb9\u7684\u8ba8\u8bba\u8bdd\u9898", - "No description available": "\u6ca1\u6709\u53ef\u7528\u7684\u63cf\u8ff0", - "No posts matched your query.": "\u672a\u627e\u5230\u4e0e\u60a8\u67e5\u8be2\u5185\u5bb9\u76f8\u5339\u914d\u7684\u5e16\u5b50\u3002", - "No prerequisite": "\u4e0d\u9700\u8981\u9884\u5907\u77e5\u8bc6", - "No receipt available": "\u6ca1\u6709\u53ef\u63d0\u4f9b\u7684\u6536\u636e\u3002", - "No results": "\u6ca1\u6709\u7ed3\u679c", - "No results found for \"%(query_string)s\". Please try searching again.": "\u672a\u627e\u5230\u6709\u5173\"%(query_string)s\"\u7684\u4efb\u4f55\u7ed3\u679c\u3002\u8bf7\u91cd\u65b0\u641c\u7d22\u3002", - "No results found for {original_query}. Showing results for {suggested_query}.": "\u641c\u7d22\u201c{original_query}\u201d\u672a\u627e\u5230\u7ed3\u679c\uff0c\u4e3a\u60a8\u63a8\u8350{suggested_query}\u3002", - "No tasks currently running.": "\u6ca1\u6709\u6b63\u5728\u6267\u884c\u7684\u4efb\u52a1", - "No transcript uploaded.": "\u672a\u4e0a\u4f20\u5b57\u5e55\u3002", - "No validation is performed on policy keys or value pairs. If you are having difficulties, check your formatting.": "\u7b56\u7565\u952e\u6216\u503c\u5bf9\u4e0d\u6267\u884c\u4efb\u4f55\u9a8c\u8bc1\u3002\u5982\u6709\u56f0\u96be\uff0c\u8bf7\u68c0\u67e5\u60a8\u7684\u683c\u5f0f\u8bbe\u7f6e\u3002", - "Nonbreaking space": "\u4e0d\u95f4\u65ad\u7a7a\u683c", - "Noncommercial": "\u975e\u8425\u5229\u6027\u7684", - "None": "\u65e0", - "Not Currently Available": "\u5f53\u524d\u4e0d\u53ef\u7528", - "Not Graded": "\u5c1a\u672a\u8bc4\u5206", - "Not Selected": "\u672a\u9009\u4e2d", - "Not Supported": "\u6ca1\u6709\u652f\u6301", - "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "\u53ca\u683c\u5206\u6570\u4e0d\u80fd\u4f4e\u4e8e%(minimum_grade_cutoff)s%\u3002", - "Not available": "\u64cd\u4f5c\u6761\u4ef6\u4e0d\u6ee1\u8db3", - "Not divided": "\u4e0d\u533a\u5206", - "Not in Use": "\u672a\u4f7f\u7528", - "Not selected": "\u672a\u9009\u62e9", - "Not specific to a course": "\u4e0d\u9488\u5bf9\u7279\u5b9a\u8bfe\u7a0b", - "Not yet": "\u5c1a\u672a", - "Note": "\u7b14\u8bb0", - "Note: Do not hide graded assignments after they have been released.": "\u6ce8\u610f\uff1a\u8bf7\u52ff\u5728\u5df2\u53d1\u5e03\u540e\u9690\u85cf\u5df2\u8bc4\u5206\u4f5c\u4e1a\u3002", - "Note: Learners can be in only one cohort. Adding learners to this group overrides any previous group assignment.": "\u6ce8\u610f\uff1a\u5b66\u5458\u53ea\u53ef\u5728\u4e00\u4e2a\u7fa4\u7ec4\u4e2d\uff0c\u6dfb\u52a0\u5b66\u5458\u81f3\u6b64\u5206\u7ec4\u5c06\u8986\u76d6\u6240\u6709\u5148\u524d\u7fa4\u7ec4\u7684\u4f5c\u4e1a\u3002", - "Noted in:": "\u6807\u8bb0\u4e8e\uff1a", - "Notes": "\u7b14\u8bb0", - "Notes hidden": "\u6ce8\u91ca\u5df2\u9690\u85cf", - "Notes visible": "\u6ce8\u91ca\u53ef\u89c1", - "Number Sent": "\u53d1\u9001\u6570\u76ee", - "Number of Droppable": "\u53ef\u653e\u5f03\u7684\u6570\u91cf", - "Number of Students": "\u5b66\u751f\u6570\u76ee", - "Numbered List (Ctrl+O)": "\u6709\u5e8f\u5217\u8868(Ctrl+O)", - "Numbered list": "\u7f16\u53f7\u5217\u8868", - "OK": "\u662f\u7684", - "ORDER NAME": "\u8ba2\u5355\u540d\u79f0", - "ORDER NUMBER": "\u8ba2\u5355\u53f7", - "ORDER PLACED": "\u8ba2\u5355", - "Ok": "\u786e\u5b9a", - "Onboarding": "\u5165\u804c", - "Onboarding Exam": "\u5165\u804c\u8003\u8bd5", - "Once in position, use the camera button {icon} to capture your ID": "\u4e00\u65e6\u5c31\u4f4d\uff0c\u8bf7\u4f7f\u7528\u6444\u50cf\u5934\u6309\u94ae {icon} \u62cd\u6444\u60a8\u7684\u8eab\u4efd\u8bc1\u4ef6", - "Once in position, use the camera button {icon} to capture your photo": "\u4e00\u65e6\u5c31\u4f4d\uff0c\u8bf7\u4f7f\u7528\u6444\u50cf\u5934\u6309\u94ae {icon} \u62cd\u6444\u60a8\u7684\u7167\u7247", - "Once you complete one of the program requirements you have a program record. This record is marked complete once you meet all program requirements. A program record can be used to continue your learning journey and demonstrate your learning to others.": "\u5b8c\u6210\u5176\u4e2d\u4e00\u4e2a\u8bfe\u7a0b\u8981\u6c42\u540e\uff0c\u60a8\u5c06\u62e5\u6709\u4e00\u4e2a\u8bfe\u7a0b\u8bb0\u5f55\u3002\u4e00\u65e6\u6ee1\u8db3\u6240\u6709\u8bfe\u7a0b\u8981\u6c42\uff0c\u6b64\u8bb0\u5f55\u5c31\u4f1a\u6807\u8bb0\u4e3a\u5df2\u5b8c\u6210\u3002\u8bfe\u7a0b\u8bb0\u5f55\u53ef\u7528\u4e8e\u7ee7\u7eed\u60a8\u7684\u5b66\u4e60\u4e4b\u65c5\uff0c\u5e76\u5411\u5176\u4ed6\u4eba\u5c55\u793a\u60a8\u7684\u5b66\u4e60\u7ecf\u5386\u3002", - "Once your account is deleted, you cannot use it to take courses on the edX app, edx.org, or any other site hosted by edX. This includes access to edx.org from your employer\u2019s or university\u2019s system and access to private sites offered by MIT Open Learning, Wharton Executive Education, and Harvard Medical School.": "\u4e00\u65e6\u5220\u9664\u4e86\u8d26\u53f7\uff0c\u60a8\u5c06\u65e0\u6cd5\u5728edX App\u3001edx.org\u6216\u5176\u4ed6\u4efb\u4f55\u7531edX\u6258\u7ba1\u7684\u7ad9\u70b9\u4e0a\u5b66\u4e60\u8bfe\u7a0b\uff0c\u5305\u62ec\u65e0\u6cd5\u4ece\u60a8\u516c\u53f8\u6216\u5927\u5b66\u7684\u7cfb\u7edf\u8bbf\u95eeedx.org\uff0c\u4ee5\u53ca\u65e0\u6cd5\u8bbf\u95ee\u9ebb\u7701\u7406\u5de5\u5b66\u9662\u5f00\u653e\u5b66\u4e60\u3001\u6c83\u987f\u5546\u5b66\u9662\u548c\u54c8\u4f5b\u533b\u5b66\u9662\u63d0\u4f9b\u7684\u79c1\u4eba\u7f51\u7ad9\u3002", - "One or more rescheduling tasks failed.": "\u4e00\u9879\u6216\u51e0\u9879\u6539\u671f\u4efb\u52a1\u5931\u8d25\u4e86\u3002", - "Only <%= fileTypes %> files can be uploaded. Please select a file ending in <%= fileExtensions %> to upload.": "\u53ea\u6709 <%= fileTypes %> \u683c\u5f0f\u7684\u6587\u4ef6\u53ef\u4ee5\u4e0a\u4f20\u3002\u8bf7\u9009\u62e9\u6269\u5c55\u540d\u4e3a <%= fileExtensions %> \u7684\u6587\u4ef6\u4e0a\u4f20\u3002", - "Only properly formatted .csv files will be accepted.": "\u53ea\u6709\u6807\u51c6\u7684CSV\u683c\u5f0f\u6587\u4ef6\u4f1a\u88ab\u63a5\u53d7\u3002", - "Only the parent course staff of a CCX can create content groups.": "\u53ea\u6709CCX\u8bfe\u7a0b\u7684\u4e3b\u6559\u5458\u624d\u53ef\u521b\u5efa\u5185\u5bb9\u7ec4\u3002", - "Open Calculator": "\u5f00\u542f\u8ba1\u7b97\u5668", - "Open language menu": "\u6253\u5f00\u8bed\u8a00\u529f\u80fd\u83dc\u5355", - "Open the certificate you earned for the %(title)s program.": "\u6253\u5f00\u60a8\u5df2\u83b7\u5f97\u7684%(title)s\u8bfe\u7a0b\u8bc1\u4e66\u3002", - "Open/download this file": "\u6253\u5f00\uff0f\u4e0b\u8f7d\u8be5\u6587\u4ef6", - "OpenAssessment Save Error": "\u5f00\u653e\u5f0f\u8bc4\u4f30\u4fdd\u5b58\u9519\u8bef", - "Option Deleted": "\u9009\u9879\u5df2\u5220\u9664", - "Optional Characteristics": "\u53ef\u9009\u7279\u70b9", - "Optional long description": "\u53ef\u9009\u7684\u957f\u63cf\u8ff0", - "Optionally, link your personal accounts to the social media icons on your edX profile.": "\u60a8\u53ef\u4ee5\u9009\u62e9\u5c06\u4e2a\u4eba\u793e\u4ea4\u5a92\u4f53\u7684\u94fe\u63a5\u56fe\u6807\u653e\u5230\u60a8\u7684edX\u4e2a\u4eba\u8d44\u6599\u4e2d\u3002", - "Options for {license_name}": " {license_name}\u9009\u9879", - "Order Details": "\u8ba2\u5355\u7ec6\u8282", - "Order History": "\u8ba2\u5355\u8bb0\u5f55", - "Order No.": "\u8ba2\u5355\u53f7\uff1a", - "Order Number": "\u8ba2\u5355\u53f7", - "Organization": "\u673a\u6784", - "Organization ": "\u673a\u6784", - "Organization Name": "\u673a\u6784\u540d\u79f0", - "Organization of the signatory": "\u7ec4\u7ec7\u673a\u6784\u7b7e\u7ae0", - "Organization:": "\u673a\u6784\uff1a", - "Other": "\u5176\u4ed6", - "Overall Score": "\u603b\u6210\u7ee9", - "PDF Chapters": "PDF\u5404\u7ae0\u8282", - "Page break": "\u5206\u9875\u7b26", - "Page number out of %(total_pages)s": "\u9875\u7801\uff08\u5171 %(total_pages)s \u9875\uff09", - "Pagination": "\u9875\u7801", - "Paragraph": "\u6bb5\u843d", - "Passed Proctoring": "\u5df2\u901a\u8fc7\u76d1\u8003", - "Password": "\u5bc6\u7801", - "Password Status": "\u5bc6\u7801\u72b6\u6001", - "Password assistance": "\u5bc6\u7801\u5e2e\u52a9", - "Password is incorrect": "\u5bc6\u7801\u9519\u8bef", - "Passwords do not match.": "\u5bc6\u7801\u4e0d\u4e00\u81f4\u3002", - "Paste": "\u7c98\u8d34", - "Paste as text": "\u7c98\u8d34\u4e3a\u6587\u672c", - "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "\u5f53\u524d\u4e3a\u7eaf\u6587\u672c\u7c98\u8d34\u6a21\u5f0f\uff0c\u6240\u6709\u5185\u5bb9\u90fd\u5c06\u4ee5\u7eaf\u6587\u672c\u5f62\u5f0f\u7c98\u8d34\u3002\u5173\u95ed\u8be5\u9009\u9879\u53ef\u4ee5\u56de\u5230\u666e\u901a\u7c98\u8d34\u6a21\u5f0f\u3002", - "Paste row after": "\u5728\u4e0b\u65b9\u7c98\u8d34\u884c", - "Paste row before": "\u5728\u4e0a\u65b9\u7c98\u8d34\u884c", - "Paste your embed code below:": "\u5c06\u5185\u5d4c\u4ee3\u7801\u7c98\u8d34\u5230\u4e0b\u65b9\uff1a", - "Path to Signature Image": "\u7b7e\u540d\u56fe\u7247\u8def\u5f84", - "Pause": "\u6682\u505c", - "Peer": "\u540c\u884c", - "Pending Session Review": "\u7b49\u5f85\u5ba1\u6838", - "Photo": "\u7167\u7247", - "Photo Captured successfully.": "\u7167\u7247\u83b7\u53d6\u6210\u529f\uff01", - "Photo ID": "\u6709\u7167\u7247\u7684\u8eab\u4efd\u8bc1\u4ef6", - "Photo Identification": "\u7167\u7247\u8bc6\u522b", - "Photo of %(fullName)s": "%(fullName)s\u7684\u7167\u7247", - "Photo of %(fullName)s's ID": "%(fullName)s\u7684\u8eab\u4efd\u8bc1\u4ef6\u7167\u7247", - "Photo requirements:": "\u7167\u7247\u8981\u6c42\uff1a", - "Photos don't meet the requirements?": "\u7167\u7247\u4e0d\u7b26\u5408\u8981\u6c42\uff1f", - "Placeholder": "\u5360\u4f4d\u7b26", - "Play": "\u64ad\u653e", - "Play video": "\u64ad\u653e\u89c6\u9891", - "Please Note": "\u8bf7\u6ce8\u610f", - "Please add a photo of the instructor (Note: only JPEG or PNG format supported)": "\u8bf7\u6dfb\u52a0\u4e00\u5f20\u8bb2\u5e08\u7684\u7167\u7247 (\u6ce8\u610f: \u4ec5\u652f\u6301JPEG\u548cPNG\u683c\u5f0f)", - "Please add at least one chapter": "\u8bf7\u81f3\u5c11\u6dfb\u52a0\u4e00\u4e2a\u7ae0\u8282", - "Please add the institute where the instructor is associated": "\u8bf7\u6dfb\u52a0\u6388\u8bfe\u8001\u5e08\u6240\u5c5e\u673a\u6784", - "Please add the instructor's biography": "\u8bf7\u6dfb\u52a0\u8bb2\u5e08\u7b80\u4ecb", - "Please add the instructor's name": "\u8bf7\u6dfb\u52a0\u8bb2\u5e08\u540d\u79f0", - "Please add the instructor's title": "\u8bf7\u6dfb\u52a0\u5bfc\u5e08\u5934\u8854", - "Please address the errors on this page first, and then save your progress.": "\u8bf7\u5148\u89e3\u51b3\u672c\u9875\u5b58\u5728\u7684\u9519\u8bef\uff0c\u7136\u540e\u4fdd\u5b58\u3002", - "Please check the following validation feedbacks and reflect them in your course settings:": "\u8bf7\u68c0\u67e5\u4ee5\u4e0b\u9a8c\u8bc1\u53cd\u9988\u5e76\u7ed3\u5408\u8fd9\u6837\u53cd\u9988\u4fee\u6539\u60a8\u7684\u8bfe\u7a0b\u8bbe\u7f6e\uff1a", - "Please correct the outlined fields.": "\u8bf7\u6539\u6b63\u753b\u51fa\u533a\u57df", - "Please describe this image or agree that it has no contextual value by checking the checkbox.": "\u8bf7\u63cf\u8ff0\u672c\u56fe\u7247\u6216\u52fe\u9009\u590d\u9009\u6846\u8868\u793a\u56fe\u7247\u4e0d\u542b\u4e0e\u5185\u5bb9\u76f8\u5173\u7684\u4ef7\u503c\u3002", - "Please do not use any spaces in this field.": "\u6b64\u5b57\u6bb5\u7684\u5185\u5bb9\u4e0d\u80fd\u5305\u542b\u7a7a\u683c\u3002", - "Please do not use any spaces or special characters in this field.": "\u6b64\u5b57\u6bb5\u7684\u5185\u5bb9\u4e0d\u80fd\u5305\u542b\u7a7a\u683c\u6216\u7279\u6b8a\u5b57\u7b26\u3002", - "Please enter a problem location.": "\u8bf7\u8f93\u5165\u95ee\u9898\u7684\u4f4d\u7f6e\u3002", - "Please enter a score.": "\u8bf7\u8f93\u5165\u5206\u6570\u3002", - "Please enter a student email address or username.": "\u8bf7\u8f93\u5165\u5b66\u751f\u7684\u90ae\u7bb1\u6216\u7528\u6237\u540d\u3002", - "Please enter a term in the {anchorStart} search field{anchorEnd}.": "\u8bf7\u5728{anchorStart}\u641c\u7d22\u6846{anchorEnd}\u4e2d\u8f93\u5165\u641c\u7d22\u5185\u5bb9\u3002", - "Please enter a username or email.": "\u8bf7\u8f93\u5165\u4e00\u4e2a\u7528\u6237\u540d\u6216\u8005\u7535\u5b50\u90ae\u4ef6\u3002", - "Please enter a valid donation amount.": "\u8bf7\u8f93\u5165\u4e00\u4e2a\u6709\u6548\u7684\u6350\u52a9\u91d1\u989d\u3002", - "Please enter an integer between %(min)s and %(max)s.": "\u8bf7\u8f93\u5165\u4e00\u4e2a %(min)s \u5230 %(max)s \u4e4b\u95f4\u7684\u6574\u6570\u3002", - "Please enter an integer between 0 and 100.": "\u8bf7\u8f93\u5165\u4e00\u4e2a0\u5230100\u4e4b\u95f4\u7684\u6574\u6570\u3002", - "Please enter an integer greater than 0.": "\u8bf7\u8f93\u5165\u4e00\u4e2a\u5927\u4e8e0\u7684\u6574\u6570\u3002", - "Please enter non-negative integer.": "\u8bf7\u8f93\u5165\u975e\u8d1f\u6574\u6570\u3002", - "Please enter valid start date and time.": "\u8bf7\u8f93\u5165\u6709\u6548\u7684\u5f00\u59cb\u65e5\u671f\u4e0e\u65f6\u95f4", - "Please enter your %(field)s.": "\u8bf7\u8f93\u5165\u60a8\u7684 %(field)s\u3002", - "Please enter your log-in or recovery email address below and we will send you an email with instructions.": "\u8bf7\u5728\u4e0b\u9762\u8f93\u5165\u60a8\u7684\u767b\u5f55\u6216\u9a8c\u8bc1\u90ae\u7bb1\u5730\u5740\uff0c\u6211\u4eec\u4f1a\u5411\u60a8\u53d1\u9001\u4e00\u5c01\u5305\u542b\u8bf4\u660e\u7684\u7535\u5b50\u90ae\u4ef6\u3002", - "Please fix the following errors:": "\u8bf7\u6539\u6b63\u4ee5\u4e0b\u9519\u8bef\uff1a", - "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "\u8bf7\u6309\u7167\u8fd9\u91cc\uff08{maxFileSizeRedirectUrl}\uff09\u7684\u8bf4\u660e\u4e0a\u4f20\u6587\u4ef6\u5230\u522b\u5904\u540e\u94fe\u63a5\u5230\u8be5\u6587\u4ef6\u3002", - "Please note: Deletion of your account and personal data is permanent and cannot be undone. EdX will not be able to recover your account or the data that is deleted.": "\u8bf7\u6ce8\u610f\uff1a\u5220\u9664\u8d26\u53f7\u4e0e\u4e2a\u4eba\u6570\u636e\u5c06\u65e0\u6cd5\u64a4\u9500\u3002EdX\u65e0\u6cd5\u6062\u590d\u60a8\u5df2\u5220\u9664\u7684\u8d26\u53f7\u6216\u6570\u636e\u3002", - "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "\u8bf7\u6253\u5370\u6b64\u9875\u7559\u4f5c\u7eaa\u5f55\uff0c\u8fd9\u662f\u60a8\u7684\u6536\u636e\u3002\u60a8\u4e5f\u4f1a\u6536\u5230\u4e00\u5c01\u6709\u76f8\u540c\u4fe1\u606f\u7684\u7535\u5b50\u90ae\u4ef6\u3002", - "Please provide a description of the link destination.": "\u8bf7\u63d0\u4f9b\u94fe\u63a5\u7684\u63cf\u8ff0\u3002", - "Please provide a valid URL.": "\u8bf7\u63d0\u4f9b\u4e00\u4e2a\u6709\u6548\u7684\u7f51\u5740\u3002", - "Please re-enter your password.": "\u8bf7\u91cd\u65b0\u8f93\u5165\u60a8\u7684\u5bc6\u7801\u3002", - "Please select a PDF file to upload.": "\u8bf7\u9009\u62e9\u4e0a\u4f20PDF\u6587\u4ef6\u3002", - "Please select a file in .srt format.": "\u8bf7\u9009\u62e9\u683c\u5f0f\u4e3a.srt\u7684\u6587\u4ef6\u3002", - "Please specify a reason.": "\u8bf7\u8bf4\u660e\u539f\u56e0\u3002", - "Please verify that you have uploaded a valid image (PNG and JPEG).": "\u8bf7\u9a8c\u8bc1\u60a8\u5df2\u4e0a\u4f20\u4e86\u4e00\u5f20\u6709\u6548\u7684\u56fe\u7247(PNG\u6216JPEG\u683c\u5f0f)\u3002", - "Please verify that your webcam is connected and that you have allowed your browser to access it.": "\u8bf7\u68c0\u67e5\u60a8\u7684\u6444\u50cf\u5934\u5df2\u8fde\u63a5\u5e76\u4e14\u5141\u8bb8\u6d4f\u89c8\u5668\u4f7f\u7528\u5b83\u3002", - "Please wait": "\u8bf7\u7a0d\u5019", - "Plugins": "\u63d2\u4ef6", - "Post": "\u53d1\u5e03", - "Poster": "\u5c01\u9762", - "Practice Exam Completed": "\u5df2\u5b8c\u6210\u6a21\u62df\u8003", - "Practice Exam Failed": "\u6a21\u62df\u8003\u5931\u8d25", - "Practice Proctored": "\u76d1\u8003\u6a21\u5f0f\u6a21\u62df\u8003", - "Practice proctored Exam": "\u6a21\u62df\u76d1\u8003", - "Pre": "Pre \u6807\u7b7e", - "Preferred Language": "\u9996\u9009\u8bed\u8a00", - "Preformatted": "\u9884\u8bbe\u683c\u5f0f", - "Prerequisite:": "\u9884\u5907\u77e5\u8bc6", - "Prerequisite: %(prereq_display_name)s": "\u5148\u51b3\u6761\u4ef6: %(prereq_display_name)s", - "Press Add to language": "\u70b9\u51fb\u201c\u6dfb\u52a0\u81f3\u8bed\u8a00\u201d", - "Press Remove to remove language": "\u6309\u79fb\u9664\u952e\u79fb\u53bb\u8bed\u8a00", - "Press UP to enter the speed menu then use the UP and DOWN arrow keys to navigate the different speeds, then press ENTER to change to the selected speed.": "\u6309\u5411\u4e0a\u952e\u6253\u5f00\u901f\u5ea6\u83dc\u5355\uff0c\u518d\u6309\u4e0a\u4e0b\u65b9\u5411\u952e\u6765\u9009\u62e9\u901f\u5ea6\uff0c\u7136\u540e\u6309\u56de\u8f66\u952e\u5207\u6362\u5230\u9009\u5b9a\u901f\u5ea6\u3002", - "Press change to change selected transcript provider.": "\u70b9\u51fb\u201c\u66f4\u6539\u201d\u6309\u94ae\u6765\u66f4\u6539\u5b57\u5e55\u63d0\u4f9b\u5de5\u5177\u3002", - "Press close to hide course video settings": "\u70b9\u51fb\u201c\u5173\u95ed\u201d\u4ee5\u9690\u85cf\u8bfe\u7a0b\u89c6\u9891\u8bbe\u7f6e", - "Press discard changes to discard changes.": "\u70b9\u51fb\u201c\u64a4\u9500\u66f4\u6539\u201d\u4ee5\u64a4\u9500\u4f5c\u51fa\u7684\u66f4\u6539\u3002", - "Press discard changes to discard your changes.": "\u70b9\u51fb\u201c\u64a4\u9500\u66f4\u6539\u201d\u4ee5\u64a4\u9500\u60a8\u4f5c\u51fa\u7684\u66f4\u6539\u3002", - "Press the UP arrow key to enter the language menu then use UP and DOWN arrow keys to navigate language options. Press ENTER to change to the selected language.": "\u6309\u5411\u4e0a\u952e\u6253\u5f00\u8bed\u8a00\u529f\u80fd\u83dc\u5355\uff0c\u7136\u540e\u4f7f\u7528\u4e0a\u4e0b\u65b9\u5411\u952e\u6765\u9009\u62e9\u8bed\u8a00\u9009\u9879\u3002\u6309\u56de\u8f66\u952e\u4ee5\u5207\u6362\u5230\u6240\u9009\u62e9\u7684\u8bed\u8a00\u3002", - "Press update settings to update course video settings": "\u70b9\u51fb\u201c\u66f4\u65b0\u8bbe\u7f6e\u201d\u4ee5\u66f4\u65b0\u8bfe\u7a0b\u89c6\u9891\u8bbe\u7f6e", - "Press update settings to update the information for your organization.": "\u70b9\u51fb\u201c\u66f4\u65b0\u8bbe\u7f6e\u201d\u4ee5\u66f4\u65b0\u60a8\u7684\u7ec4\u7ec7\u4fe1\u606f\u3002", - "Prev": "\u4e0a\u4e00\u4e2a", - "Prevent students from generating certificates in this course?": "\u662f\u5426\u963b\u6b62\u5b66\u751f\u751f\u6210\u8be5\u8bfe\u7a0b\u8bc1\u4e66\uff1f", - "Preview": "\u9884\u89c8", - "Preview Certificate": "\u9884\u89c8\u8bc1\u4e66", - "Preview of uploaded image": "\u9884\u89c8\u5df2\u4e0a\u4f20\u7684\u56fe\u7247", - "Preview this query": "\u9884\u89c8\u8be5\u67e5\u8be2", - "Previous": "\u4e0a\u4e00\u6b65", - "Previous Uploads": "\u8fc7\u53bb\u4e0a\u4f20\u7684\u6587\u4ef6", - "Previous Uploads table has been updated.": "\u4e0a\u4f20\u5386\u53f2\u8868\u5355\u5df2\u66f4\u65b0\u3002", - "Previously published": "\u4e4b\u524d\u5df2\u53d1\u5e03", - "Print": "\u6253\u5370", - "Processing Re-run Request": "\u6b63\u5728\u5904\u7406\u91cd\u542f\u8bf7\u6c42", - "Proctored": "\u76d1\u8003", - "Proctored Exam": "\u76d1\u8003\u4e0b\u7684\u6d4b\u8bd5", - "Proctored Option Available": "\u53ef\u542f\u7528\u76d1\u8003\u6a21\u5f0f", - "Proctored Option No Longer Available": "\u65e0\u6cd5\u518d\u542f\u7528\u76d1\u8003\u6a21\u5f0f", - "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.": "\u76d1\u8003\u4e0b\u7684\u8003\u8bd5\u662f\u8ba1\u65f6\u7684\uff0c\u5e76\u4e14\u6bcf\u4e2a\u5b66\u751f\u7684\u8003\u8bd5\u8fc7\u7a0b\u5c06\u88ab\u5f55\u50cf\u3002\u5f55\u50cf\u5c06\u88ab\u5ba1\u6838\u4ee5\u786e\u4fdd\u5b66\u751f\u9075\u5b88\u4e86\u8003\u8bd5\u7eaa\u5f8b\u3002", - "Proctoring Session Results Update for {course_name} {exam_name}": "{course_name} {exam_name}\u7684\u76d1\u8003\u6a21\u5f0f\u4f1a\u8bdd\u7ed3\u679c\u66f4\u65b0", - "Proctoring Settings": "\u76d1\u8003\u8bbe\u7f6e", - "Product Name": "\u4ea7\u54c1\u540d\u79f0", - "Professional Certificate for {courseName}": "{courseName} \u7684\u4e13\u4e1a\u8bc1\u4e66", - "Professional Education": "\u4e13\u4e1a\u6559\u80b2", - "Professional Education Verified Certificate": "\u4e13\u4e1a\u6559\u80b2\u8ba4\u8bc1\u8bc1\u4e66", - "Profile": "\u4e2a\u4eba\u4e3b\u9875", - "Profile Image": "\u8d44\u6599\u7167\u7247", - "Profile Visibility:": "\u8d26\u53f7\u8d44\u6599\u53ef\u89c1\uff1a", - "Profile image for {username}": "{username} \u7684\u5934\u50cf", - "Program Record": "\u8bfe\u7a0b\u8bb0\u5f55", - "Promote another member to Admin to remove your admin rights": "\u63d0\u5347\u53e6\u4e00\u540d\u6210\u5458\u4e3a\u7ba1\u7406\u5458\u4ee5\u89e3\u9664\u60a8\u81ea\u5df1\u7684\u7ba1\u7406\u6743\u9650", - "Provisional": "\u4e34\u65f6", - "Provisionally Supported": "\u4e34\u65f6\u652f\u6301", - "Publish": "\u53d1\u5e03", - "Publish all unpublished changes for this {item}?": "\u8981\u53d1\u5e03\u6b64 {item} \u4e2d\u6240\u6709\u5c1a\u672a\u53d1\u5e03\u7684\u66f4\u6539\u5417\uff1f", - "Publish {display_name}": "\u53d1\u5e03 {display_name}", - "Published (not yet released)": "\u5df2\u53d1\u5e03(\u5c1a\u672a\u516c\u5f00)", - "Published and Live": "\u5df2\u53d1\u5e03\u5e76\u5728\u7ebf", - "Publishing": "\u6b63\u5728\u53d1\u5e03", - "Publishing Status": "\u53d1\u5e03\u72b6\u6001", - "Queued": "\u5df2\u6392\u961f", - "REMAINING COURSES": "\u5269\u4f59\u8bfe\u7a0b", - "Re-run Course": "\u91cd\u542f\u8bfe\u7a0b", - "Read More": "\u4e86\u89e3\u66f4\u591a", - "Read more": "\u4e86\u89e3\u66f4\u591a", - "Ready To Start": "\u51c6\u5907\u5f00\u59cb", - "Ready To Submit": "\u51c6\u5907\u63d0\u4ea4", - "Reason": "\u539f\u56e0", - "Reason field should not be left blank.": "\u539f\u56e0\u4e0d\u80fd\u4e3a\u7a7a\u3002", - "Reason for change:": "\u53d8\u66f4\u539f\u56e0\uff1a", - "Receive updates": "\u63a5\u6536\u66f4\u65b0", - "Recent Activity": "\u8fd1\u671f\u6d3b\u52a8", - "Recommended image resolution is {imageResolution}, maximum image file size should be {maxFileSize} and format must be one of {supportedImageFormats}.": "\u5efa\u8bae\u56fe\u7247\u5206\u8fa8\u7387\u4e3a{imageResolution}\uff0c\u56fe\u7247\u6587\u4ef6\u5c3a\u5bf8\u4e0d\u5f97\u8d85\u8fc7{maxFileSize}\uff0c\u53ea\u652f\u6301\u4ee5\u4e0b\u683c\u5f0f{supportedImageFormats}\u3002", - "Recover my password": "\u6062\u590d\u6211\u7684\u5bc6\u7801", - "Recovery Email Address": "\u9a8c\u8bc1\u90ae\u7bb1\u5730\u5740", - "Redo": "\u91cd\u505a", - "Redo (Ctrl+Shift+Z)": "\u91cd\u505a(Ctrl+Shift+Z)", - "Redo (Ctrl+Y)": "\u91cd\u505a(Ctrl+Y)", - "Regenerate": "\u91cd\u65b0\u751f\u6210", - "Regenerate the user's certificate": "\u91cd\u65b0\u751f\u6210\u7528\u6237\u8bc1\u4e66", - "Register with Institution/Campus Credentials": "\u4f7f\u7528\u673a\u6784/\u6821\u56ed\u8d26\u53f7\u6ce8\u518c", - "Rejected": "\u62d2\u7edd", - "Release Date and Time": "\u516c\u5f00\u65e5\u671f\u53ca\u65f6\u95f4", - "Release Date:": "\u516c\u5f00\u65e5\u671f\uff1a", - "Release Status:": "\u516c\u5f00\u72b6\u6001\uff1a", - "Release Time in UTC:": "\u516c\u5f00\u65f6\u95f4\uff08UTC\uff09\uff1a", - "Release:": "\u516c\u5f00\uff1a", - "Released:": "\u5df2\u516c\u5f00\uff1a", - "Remaining": "\u5269\u4f59", - "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "\u6b63\u5728\u79fb\u9664\u3002\u4e3a\u907f\u514d\u53d1\u751f\u9519\u8bef\uff0c\u5728\u4e0a\u4f20\u5b8c\u6210\u524d\u8bf7\u4e0d\u8981\u79bb\u5f00\u672c\u9875\u3002", - "Remove": "\u79fb\u9664", - "Remove Transcript": "\u79fb\u9664\u5b57\u5e55", - "Remove chapter %(chapterDisplayName)s": "\u5220\u9664\u7ae0\u8282 %(chapterDisplayName)s", - "Remove file": "\u79fb\u9664\u6587\u4ef6", - "Remove from Invalidation Table": "\u4ece\u65e0\u6548\u8868\u683c\u4e2d\u5220\u9664", - "Remove from List": "\u4ece\u5217\u8868\u4e2d\u5220\u9664", - "Remove link": "\u79fb\u9664\u94fe\u63a5", - "Remove subsection %(subsectionDisplayName)s": "\u5220\u9664\u8282 %(subsectionDisplayName)s", - "Remove this team member?": "\u79fb\u9664\u6b64\u6210\u5458?", - "Remove this video": "\u79fb\u9664\u6b64\u89c6\u9891", - "Remove unit %(unitName)s": "\u5220\u9664\u5355\u5143 %(unitName)s", - "Remove {role} Access": "\u5220\u9664{role}\u8bbf\u95ee\u6743\u9650", - "Remove {video_name} video": "\u79fb\u9664{video_name}\u89c6\u9891", - "Removing": "\u79fb\u9664\u4e2d", - "Removing a video from this list does not affect course content. Any content that uses a previously uploaded video ID continues to display in the course.": "\u4ece\u6b64\u5217\u8868\u4e2d\u79fb\u9664\u89c6\u9891\u4e0d\u4f1a\u5f71\u54cd\u8bfe\u7a0b\u5185\u5bb9\u3002\u63d0\u524d\u4e0a\u4f20\u7684\u89c6\u9891 ID \u7684\u5185\u5bb9\u5c06\u6301\u7eed\u5728\u8bfe\u7a0b\u4e2d\u663e\u793a\u3002", - "Replace": "\u66ff\u6362", - "Replace all": "\u5168\u90e8\u66ff\u6362", - "Replace with": "\u66ff\u6362\u4e3a", - "Reply to Annotation": "\u56de\u590d\u6279\u6ce8", - "Report abuse, topics, and responses": "\u4e3e\u62a5\u6ee5\u7528\u3001\u8bdd\u9898\u548c\u56de\u590d", - "Requester": "\u8bf7\u6c42\u8005", - "Required": "\u5fc5\u586b", - "Required field.": "\u5fc5\u586b\u5b57\u6bb5\u3002", - "Rescore problem '<%- problem_id %>' for all students?": "\u786e\u8ba4\u5bf9\u6240\u6709\u5b66\u751f\u7684\u9898\u76ee'<%- problem_id %>'\u91cd\u65b0\u8bc4\u5206\uff1f", - "Reset My Password": "\u91cd\u7f6e\u6211\u7684\u5bc6\u7801", - "Reset Password": "\u91cd\u8bbe\u5bc6\u7801", - "Reset Your Password": "\u91cd\u7f6e\u60a8\u7684\u5bc6\u7801", - "Reset attempts for all students on problem '<%- problem_id %>'?": "\u662f\u5426\u91cd\u7f6e\u6240\u6709\u5b66\u751f\u5bf9\u9898\u76ee'<%- problem_id %>'\u7684\u5c1d\u8bd5\u6b21\u6570\uff1f", - "Responses could not be loaded. Refresh the page and try again.": "\u65e0\u6cd5\u52a0\u8f7d\u56de\u590d\uff0c\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", - "Restore enrollment code": "\u6062\u590d\u9009\u8bfe\u7801", - "Restore last draft": "\u6062\u590d\u4e0a\u4e00\u7248\u8349\u7a3f", - "Restrict access to:": "\u53ef\u8bbf\u95ee\u4eba\u7fa4\uff1b", - "Retake Photo": "\u91cd\u65b0\u62cd\u7167", - "Retake Your Photos": "\u91cd\u62cd\u60a8\u7684\u7167\u7247", - "Retrieving enrollment status...": "\u6b63\u5728\u83b7\u53d6\u9009\u8bfe\u72b6\u6001...", - "Retry Verification": "\u91cd\u8bd5\u9a8c\u8bc1", - "Return and add email address": "\u8fd4\u56de\u5e76\u6dfb\u52a0\u90ae\u7bb1", - "Return to Export": "\u8fd4\u56de\u81f3\u5bfc\u51fa\u9875\u9762", - "Return to Your Dashboard": "\u8fd4\u56de\u60a8\u7684\u63a7\u5236\u9762\u677f", - "Return to team listing": "\u8fd4\u56de\u56e2\u961f\u5217\u8868", - "Review Policy Exception": "\u5ba1\u6838\u653f\u7b56\u7684\u7279\u6b8a\u60c5\u51b5", - "Review Rules": "\u5ba1\u67e5\u89c4\u5219", - "Review Your Photos": "\u68c0\u67e5\u60a8\u7684\u7167\u7247", - "Review your info": "\u5ba1\u6838\u60a8\u7684\u4fe1\u606f", - "Revoke access": "\u53d6\u6d88\u6388\u6743", - "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "RTF\u5bcc\u6587\u672c\u533a\u57df\u3002\u6309 ALT-F9 \u6253\u5f00\u83dc\u5355\uff0c\u6309 ALT-F10 \u6253\u5f00\u5de5\u5177\u680f\uff0c\u6309 ALT-0 \u67e5\u770b\u5e2e\u52a9", - "Right": "\u53f3\u5bf9\u9f50", - "Right to left": "\u4ece\u53f3\u5411\u5de6", - "Robots": "\u673a\u5668\u4eba", - "Role field should not be left unselected.": "\u8bf7\u52fe\u9009\u89d2\u8272\u9009\u9879\u3002", - "Row": "\u884c", - "Row group": "\u884c\u7ec4", - "Row properties": "\u884c\u5c5e\u6027", - "Row type": "\u884c\u7c7b\u578b", - "Rows": "\u884c", - "Save": "\u4fdd\u5b58", - "Save Changes": "\u4fdd\u5b58\u66f4\u6539", - "Save changes": "\u4fdd\u5b58\u4fee\u6539", - "Saved cohort": "\u5df2\u4fdd\u5b58\u7684\u7fa4\u7ec4", - "Saving": "\u6b63\u5728\u4fdd\u5b58", - "Saving your email preference": "\u6b63\u5728\u4fdd\u5b58\u60a8\u7684\u7535\u5b50\u90ae\u4ef6\u504f\u597d", - "Saving...": "\u6b63\u5728\u4fdd\u5b58\u2026", - "Scheduled:": "\u5df2\u5b9a\u4e8e\uff1a", - "Scope": "\u8303\u56f4", - "Search": "\u641c\u7d22", - "Search Results": "\u641c\u7d22\u7ed3\u679c", - "Search all posts": "\u641c\u7d22\u6240\u6709\u5e16\u5b50", - "Search teams": "\u641c\u7d22\u56e2\u961f", - "Search the {platform} Help Center": "\u5728{platform}\u7684\u5e2e\u52a9\u4e2d\u5fc3\u5bfb\u6c42\u5e2e\u52a9", - "Second Review Required": "\u9700\u8981\u4e8c\u6b21\u5ba1\u6838", - "Section": "\u7ae0", - "Section Highlights": "\u7ae0\u91cd\u70b9\u5185\u5bb9", - "Section Visibility": "\u8282\u53ef\u89c1\u4eba\u7fa4", - "Sections": "\u8282", - "See all teams in your course, organized by topic. Join a team to collaborate with other learners who are interested in the same topic as you are.": "\u5728\u60a8\u7684\u8bfe\u7a0b\u4e2d\u67e5\u770b\u4ee5\u4e3b\u9898\u7ec4\u7ec7\u7684\u6240\u6709\u56e2\u961f\u3002\u52a0\u5165\u4e00\u4e2a\u56e2\u961f\uff0c\u4e0e\u5176\u4ed6\u5fd7\u540c\u9053\u5408\u7684\u5b66\u4e60\u8005\u5408\u4f5c\u3002", - "Select": "\u9009\u62e9", - "Select Session": "\u9009\u62e9\u5b66\u671f", - "Select a Content Group": "\u9009\u62e9\u4e00\u4e2a\u5185\u5bb9\u7ec4", - "Select a chapter": "\u9009\u62e9\u4e00\u7ae0", - "Select a cohort": "\u9009\u62e9\u4e00\u4e2a\u7fa4\u7ec4", - "Select a cohort to manage": "\u9009\u62e9\u8981\u7ba1\u7406\u7684\u7fa4\u7ec4", - "Select a course or select \"Not specific to a course\" for your support request.": "\u9009\u62e9\u4e00\u95e8\u8bfe\u7a0b\u6216\u9009\u62e9\u201c\u4e0d\u9488\u5bf9\u7279\u5b9a\u8bfe\u7a0b\u201d\u9009\u9879\u3002", - "Select a group type": "\u9009\u62e9\u5206\u7ec4\u7c7b\u578b", - "Select a prerequisite subsection and enter a minimum score percentage and minimum completion percentage to limit access to this subsection. Allowed values are 0-100": "\u8981\u60f3\u8bbe\u7f6e\u6b64\u5c0f\u8282\u7684\u62a5\u8bfb\u95e8\u69db\uff0c\u8bf7\u9009\u62e9\u4e00\u4e2a\u5148\u4fee\u5c0f\u8282\uff0c\u5e76\u8f93\u5165\u4e00\u4e2a\u6700\u5c0f\u5206\u6570\u767e\u5206\u6bd4\u548c\u6700\u4f4e\u5b8c\u6210\u7387\u3002\u53ef\u8f93\u5165\u503c\uff1a0-100", - "Select a section or problem": "\u9009\u62e9\u4e00\u4e2a\u7ae0\u8282\u6216\u4e00\u4e2a\u95ee\u9898", - "Select a session:": "\u6311\u9009\u4e00\u4e2a\u4f1a\u8bdd\uff1a", - "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.": "\u5206\u914d\u4e00\u4e2a\u8003\u8bd5\u65f6\u95f4\uff0c\u5982\u679c\u8d85\u8fc724\u4e2a\u5c0f\u65f6\uff0c\u5219\u8f93\u5165\u65f6\u95f4\u3002\u60a8\u53ef\u4ee5\u901a\u8fc7\u6559\u5e08\u9762\u677f\u64cd\u4f5c\uff0c\u628a\u989d\u5916\u7684\u8003\u8bd5\u65f6\u95f4\u5206\u914d\u7ed9\u5b66\u5458\u3002", - "Select all": "\u5168\u9009", - "Select fidelity": "\u9009\u62e9\u4fdd\u771f\u5ea6", - "Select language": "\u9009\u62e9\u8bed\u8a00", - "Select one or more groups:": "\u9009\u62e9\u4e00\u6216\u8005\u591a\u4e2a\u7fa4\u7ec4", - "Select the course-wide discussion topics that you want to divide.": "\u9009\u62e9\u60a8\u60f3\u8981\u533a\u5206\u7684\u8bfe\u7a0b\u8303\u56f4\u5185\u7684\u8ba8\u8bba\u4e3b\u9898\u3002", - "Select the time zone for displaying course dates. If you do not specify a time zone, course dates, including assignment deadlines, will be displayed in your browser's local time zone.": "\u8bf7\u9009\u62e9\u7528\u4e8e\u663e\u793a\u8bfe\u7a0b\u65e5\u671f\u7684\u65f6\u533a\u3002\u5982\u679c\u60a8\u4e0d\u8bbe\u7f6e\u65f6\u533a\uff0c\u90a3\u4e48\u5982\u4f5c\u4e1a\u622a\u6b62\u65e5\u671f\u7b49\u8bfe\u7a0b\u65e5\u671f\u4fe1\u606f\u5c06\u6839\u636e\u60a8\u6d4f\u89c8\u5668\u7684\u672c\u5730\u65f6\u533a\u663e\u793a\u3002", - "Select turnaround": "\u9009\u62e9\u8f6c\u6362", - "Selected tab": "\u9009\u4e2d\u7684\u6807\u7b7e", - "Self": "\u81ea\u5df1", - "Send notification to mobile apps": "\u5411\u79fb\u52a8 APP \u53d1\u9001\u901a\u77e5", - "Send push notification to mobile apps": "\u5411\u79fb\u52a8 APP \u53d1\u9001\u63a8\u9001\u901a\u77e5", - "Send to:": "\u53d1\u81f3\uff1a", - "Sent By": "\u53d1\u9001\u4eba", - "Sent By:": "\u53d1\u4ef6\u4eba", - "Sent To": "\u53d1\u9001\u81f3", - "Sent To:": "\u53d1\u9001\u81f3", - "Sequence error! Cannot navigate to %(tab_name)s in the current SequenceModule. Please contact the course staff.": "\u5e8f\u5217\u9519\u8bef\uff01 \u65e0\u6cd5\u5bfc\u822a\u5230\u5f53\u524d\u5e8f\u5217\u6a21\u5757\u4e2d\u7684%(tab_name)s\uff0c\u8bf7\u8054\u7cfb\u8bfe\u7a0b\u5de5\u4f5c\u4eba\u5458\u3002", - "Server Error, Please refresh the page and try again.": "\u670d\u52a1\u5668\u9519\u8bef\u3002\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u518d\u8bd5\u4e00\u6b21\u3002", - "Server error.": "\u670d\u52a1\u5668\u9519\u8bef\u3002", - "Session Selection Dropdown for {courseName}": "{courseName}\u7684\u53ef\u9009\u62e9\u5b66\u671f", - "Set Access": "\u8bbe\u7f6e\u9650\u5236", - "Set as a Special Exam": "\u8bbe\u7f6e\u4e3a\u7279\u6b8a\u6d4b\u9a8c", - "Set up your certificate": "\u8bbe\u7f6e\u60a8\u7684\u8bc1\u4e66", - "Settings": "\u8bbe\u7f6e", - "Settings updated": "\u8bbe\u7f6e\u5df2\u66f4\u65b0", - "Share": "\u5206\u4eab", - "Share Alike": "\u76f8\u540c\u65b9\u5f0f\u5171\u4eab", - "Share on Mozilla Backpack": "\u5206\u4eab\u5230 Mozilla Backpack \u4e0a", - "Share your \"%(display_name)s\" award": "\u5206\u4eab\u60a8\u7684 \"%(display_name)s\" \u5956\u52b1", - "Short explanation": "\u7b80\u8981\u8bf4\u660e", - "Show All": "\u5168\u90e8\u663e\u793a", - "Show Annotations": "\u663e\u793a\u6279\u6ce8", - "Show Deprecated Settings": "\u663e\u793a\u5df2\u8fc7\u65f6\u7684\u8bbe\u7f6e", - "Show Discussion": "\u663e\u793a\u8ba8\u8bba", - "Show Less": "\u67e5\u770b\u6536\u8d77", - "Show More": "\u663e\u793a\u66f4\u591a", - "Show Previews": "\u663e\u793a\u9884\u89c8", - "Show assessment results when subsection is past due": "\u5f53\u524d\u5c0f\u8282\u8fc7\u671f\u65f6\uff0c\u663e\u793a\u8bc4\u5206\u7ed3\u679c\u3002", - "Show blocks": "\u663e\u793a\u5757", - "Show entire subsection": "\u663e\u793a\u6574\u4e2a\u5c0f\u8282", - "Show invisible characters": "\u663e\u793a\u4e0d\u53ef\u89c1\u5b57\u7b26", - "Show me other ways to sign in or register": "\u4e3a\u6211\u663e\u793a\u5176\u4ed6\u767b\u5f55\u6216\u6ce8\u518c\u65b9\u5f0f", - "Show notes": "\u663e\u793a\u6ce8\u91ca", - "Show posts by {username}.": "\u663e\u793a{username}\u7684\u5e16\u5b50\u3002", - "Show transcripts ({totalTranscripts})": "\u663e\u793a\u5b57\u5e55 ({totalTranscripts})", - "Show transcripts ({transcriptCount})": "\u663e\u793a\u5b57\u5e55 ({transcriptCount})", - "Showing all responses": "\u663e\u793a\u6240\u6709\u7684\u56de\u590d", + ], + "Loading": "\u6b63\u5728\u52a0\u8f7d", + "Loading content": "\u6b63\u5728\u52a0\u8f7d\u5185\u5bb9", + "Loading data...": "\u8f7d\u5165\u6570\u636e\u4e2d......", + "Loading more threads": "\u8f7d\u5165\u66f4\u591a\u7684\u4e3b\u9898", + "Loading posts list": "\u6b63\u5728\u52a0\u8f7d\u5e16\u5b50\u5217\u8868", + "Loading your courses": "\u6b63\u5728\u52a0\u8f7d\u60a8\u7684\u8bfe\u7a0b", + "Location": "\u4f4d\u7f6e", + "Location in Course": "\u8bfe\u7a0b\u4e2d\u7684\u4f4d\u7f6e", + "Lock this asset": "\u9501\u5b9a\u8be5\u8d44\u6e90", + "Lock/unlock file": "\u9501\u5b9a\uff0f\u89e3\u9501\u6587\u4ef6", + "Loud": "\u97f3\u91cf\u8f83\u5927", + "Low": "\u97f3\u91cf\u8f83\u5c0f", + "Lower Alpha": "\u5c0f\u5199\u5b57\u6bcd", + "Lower Greek": "\u5c0f\u5199\u5e0c\u814a\u5b57\u6bcd", + "Lower Roman": "\u5c0f\u5199\u7f57\u9a6c\u5b57\u6bcd", + "MB": "MB", + "Make Visible to Students": "\u5bf9\u5b66\u751f\u53ef\u89c1", + "Make sure that the full name on your account matches the name on your ID.": "\u8bf7\u786e\u4fdd\u60a8\u5728\u8d26\u53f7\u4e2d\u586b\u5199\u7684\u5168\u540d\u548c\u60a8\u8eab\u4efd\u8bc1\u4ef6\u4e2d\u7684\u540d\u5b57\u76f8\u4e00\u81f4\u3002", + "Make sure we can verify your identity with the photos and information you have provided.": "\u8bf7\u786e\u4fdd\u6211\u4eec\u53ef\u4ee5\u901a\u8fc7\u60a8\u63d0\u4f9b\u7684\u7167\u7247\u53ca\u4fe1\u606f\u6765\u9a8c\u8bc1\u60a8\u7684\u8eab\u4efd\u3002", + "Make sure your ID is well-lit": "\u8bf7\u786e\u4fdd\u60a8\u7684\u8eab\u4efd\u8bc1\u4ef6\u5149\u7ebf\u5145\u8db3", + "Make sure your face is well-lit": "\u8bf7\u786e\u4fdd\u60a8\u7684\u9762\u90e8\u5149\u7ebf\u5145\u8db3", + "Make this subsection available as a prerequisite to other content": "\u8fd9\u4e00\u90e8\u5206\u662f\u5176\u4ed6\u5185\u5bb9\u5b58\u5728\u7684\u524d\u63d0\u6761\u4ef6", + "Making Visible to Students": "\u6b63\u5728\u5bf9\u5b66\u751f\u53ef\u89c1", + "Manage Learners": "\u7ba1\u7406\u5b66\u5458", + "Manual": "\u624b\u52a8", + "Mark Exam As Completed": "\u6807\u8bb0\u8003\u8bd5\u5b8c\u6210", + "Mark enrollment code as unused": "\u6807\u8bb0\u9009\u8bfe\u7801\u4e3a\u5c1a\u672a\u4f7f\u7528\u7684", + "Markdown Editing Help": "Markdown\u7f16\u8f91\u5e2e\u52a9", + "Match case": "\u5339\u914d\u5927\u5c0f\u5199", + "Max file size exceeded": "\u6587\u4ef6\u5927\u5c0f\u8d85\u51fa\u9650\u5236", + "Maximum": "\u6700\u5927\u6570\u503c", + "Maximum file size: {maxFileSize} GB": "\u6587\u4ef6\u5927\u5c0f\u9650\u5236\uff1a{maxFileSize} GB", + "Membership": "\u4f1a\u5458\u8d44\u683c", + "Merge cells": "\u5408\u5e76\u5355\u5143\u683c", + "Message:": "\u6d88\u606f\uff1a", + "Middle": "\u4e2d\u95f4", + "Minimum Completion:": "\u6700\u4f4e\u5b8c\u6210\u7387\uff1a", + "Minimum Score:": "\u6700\u4f4e\u5206\u6570\uff1a", + "Module state successfully deleted.": "\u5df2\u6210\u529f\u5220\u9664\u6a21\u5757\u72b6\u6001\u3002", + "More": "\u66f4\u591a", + "More sessions coming soon": "\u66f4\u591a\u8bfe\u7a0b\u5373\u5c06\u4e0a\u7ebf\uff0c\u656c\u8bf7\u671f\u5f85\u3002", + "More sessions coming soon.": "\u66f4\u591a\u8bfe\u7a0b\u5373\u5c06\u4e0a\u7ebf\uff0c\u656c\u8bf7\u671f\u5f85\u3002", + "Move": "\u79fb\u52a8", + "Move cancelled. \"{sourceDisplayName}\" has been moved back to its original location.": "\u79fb\u52a8\u53d6\u6d88\u3002\"{sourceDisplayName}\" \u5df2\u88ab\u653e\u56de\u539f\u4f4d\u3002", + "Move: {displayName}": "\u79fb\u52a8\uff1a{displayName}", + "Moving": "\u6b63\u5728\u79fb\u52a8", + "Must be a Staff User to Perform this request.": "\u6b64\u6b21\u8bf7\u6c42\u5fc5\u987b\u662f\u7531\u5458\u5de5\u7528\u6237\u63d0\u51fa\u3002", + "Must complete verification checkpoint": "\u5fc5\u987b\u5b8c\u6210\u8ba4\u8bc1\u68c0\u67e5\u70b9", + "Mute": "\u9759\u97f3", + "Muted": "\u9759\u97f3", + "My Orders": "\u6211\u7684\u8ba2\u5355", + "My Team": "\u6211\u7684\u56e2\u961f", + "N/A": "\u4e0d\u9002\u7528", + "Name": "\u59d3\u540d", + "Name ": "\u59d3\u540d", + "Name of the certificate": "\u8ba4\u8bc1\u540d\u79f0", + "Name of the groups that students will be assigned to, for example, Control, Video, Problems. You must have two or more groups.": "\u8981\u5206\u914d\u7ed9\u5b66\u751f\u7684\u7ec4\u7684\u540d\u79f0\uff0c\u4f8b\u5982\uff1a\u63a7\u5236\u3001\u89c6\u9891\u3001\u95ee\u9898\u3002\u7ec4\u7684\u6570\u91cf\u5fc5\u987b\u4e3a\u4e24\u4e2a\u6216\u66f4\u591a\u3002", + "Name of the signatory": "\u7b7e\u53d1\u8005\u59d3\u540d", + "Name or short description of the configuration": "\u8be5\u914d\u7f6e\u7684\u540d\u79f0\u6216\u7b80\u77ed\u63cf\u8ff0", + "Navigate up": "\u5411\u4e0a\u5bfc\u822a", + "Need help logging in?": "\u767b\u5f55\u65f6\u9700\u8981\u5e2e\u52a9\uff1f", + "Needs verified certificate ": "\u9700\u8981\u5df2\u8ba4\u8bc1\u8bc1\u4e66", + "Never published": "\u4ece\u672a\u53d1\u5e03\u8fc7", + "Never show assessment results": "\u4e00\u76f4\u9690\u85cf\u8bc4\u5206\u7ed3\u679c", + "New %(item_type)s": "\u65b0\u5efa%(item_type)s", + "New Address": "\u65b0\u5730\u5740", + "New Password": "\u65b0\u5bc6\u7801", + "New document": "\u65b0\u5efa\u6587\u6863", + "New enrollment mode:": "\u65b0\u9009\u8bfe\u6a21\u5f0f\uff1a", + "New window": "\u65b0\u5efa\u7a97\u53e3", + "New {component_type}": "\u65b0\u5efa {component_type}", + "Next": "\u4e0b\u4e00\u4e2a", + "Next Step: Confirm your identity": "\u4e0b\u4e00\u6b65\uff1a\u786e\u8ba4\u60a8\u7684\u8eab\u4efd", + "Next: %(nextStepTitle)s": "\u4e0b\u4e00\u6b65\uff1a%(nextStepTitle)s", + "No Content Group": "\u6ca1\u6709\u5185\u5bb9\u7ec4", + "No Derivatives": "\u65e0\u76f8\u5173\u884d\u751f\u4f5c\u54c1", + "No EdX Timed Transcript": "\u6ca1\u6709 EdX \u5b57\u5e55", + "No Flash Detected": "\u6ca1\u6709\u53d1\u73b0Flash", + "No Timed Transcript": "\u6ca1\u6709\u5b57\u5e55", + "No Webcam Detected": "\u6ca1\u6709\u68c0\u6d4b\u5230\u6444\u50cf\u5934", + "No color": "\u65e0\u989c\u8272", + "No content-specific discussion topics exist.": "\u65e0\u7279\u5b9a\u5185\u5bb9\u7684\u8ba8\u8bba\u8bdd\u9898", + "No description available": "\u6ca1\u6709\u53ef\u7528\u7684\u63cf\u8ff0", + "No posts matched your query.": "\u672a\u627e\u5230\u4e0e\u60a8\u67e5\u8be2\u5185\u5bb9\u76f8\u5339\u914d\u7684\u5e16\u5b50\u3002", + "No prerequisite": "\u4e0d\u9700\u8981\u9884\u5907\u77e5\u8bc6", + "No receipt available": "\u6ca1\u6709\u53ef\u63d0\u4f9b\u7684\u6536\u636e\u3002", + "No results": "\u6ca1\u6709\u7ed3\u679c", + "No results found for \"%(query_string)s\". Please try searching again.": "\u672a\u627e\u5230\u6709\u5173\"%(query_string)s\"\u7684\u4efb\u4f55\u7ed3\u679c\u3002\u8bf7\u91cd\u65b0\u641c\u7d22\u3002", + "No results found for {original_query}. Showing results for {suggested_query}.": "\u641c\u7d22\u201c{original_query}\u201d\u672a\u627e\u5230\u7ed3\u679c\uff0c\u4e3a\u60a8\u63a8\u8350{suggested_query}\u3002", + "No tasks currently running.": "\u6ca1\u6709\u6b63\u5728\u6267\u884c\u7684\u4efb\u52a1", + "No transcript uploaded.": "\u672a\u4e0a\u4f20\u5b57\u5e55\u3002", + "No validation is performed on policy keys or value pairs. If you are having difficulties, check your formatting.": "\u7b56\u7565\u952e\u6216\u503c\u5bf9\u4e0d\u6267\u884c\u4efb\u4f55\u9a8c\u8bc1\u3002\u5982\u6709\u56f0\u96be\uff0c\u8bf7\u68c0\u67e5\u60a8\u7684\u683c\u5f0f\u8bbe\u7f6e\u3002", + "Nonbreaking space": "\u4e0d\u95f4\u65ad\u7a7a\u683c", + "Noncommercial": "\u975e\u8425\u5229\u6027\u7684", + "None": "\u65e0", + "Not Currently Available": "\u5f53\u524d\u4e0d\u53ef\u7528", + "Not Graded": "\u5c1a\u672a\u8bc4\u5206", + "Not Selected": "\u672a\u9009\u4e2d", + "Not Supported": "\u6ca1\u6709\u652f\u6301", + "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "\u53ca\u683c\u5206\u6570\u4e0d\u80fd\u4f4e\u4e8e%(minimum_grade_cutoff)s%\u3002", + "Not available": "\u64cd\u4f5c\u6761\u4ef6\u4e0d\u6ee1\u8db3", + "Not divided": "\u4e0d\u533a\u5206", + "Not in Use": "\u672a\u4f7f\u7528", + "Not selected": "\u672a\u9009\u62e9", + "Not specific to a course": "\u4e0d\u9488\u5bf9\u7279\u5b9a\u8bfe\u7a0b", + "Not yet": "\u5c1a\u672a", + "Note": "\u7b14\u8bb0", + "Note: Do not hide graded assignments after they have been released.": "\u6ce8\u610f\uff1a\u8bf7\u52ff\u5728\u5df2\u53d1\u5e03\u540e\u9690\u85cf\u5df2\u8bc4\u5206\u4f5c\u4e1a\u3002", + "Note: Learners can be in only one cohort. Adding learners to this group overrides any previous group assignment.": "\u6ce8\u610f\uff1a\u5b66\u5458\u53ea\u53ef\u5728\u4e00\u4e2a\u7fa4\u7ec4\u4e2d\uff0c\u6dfb\u52a0\u5b66\u5458\u81f3\u6b64\u5206\u7ec4\u5c06\u8986\u76d6\u6240\u6709\u5148\u524d\u7fa4\u7ec4\u7684\u4f5c\u4e1a\u3002", + "Noted in:": "\u6807\u8bb0\u4e8e\uff1a", + "Notes": "\u7b14\u8bb0", + "Notes hidden": "\u6ce8\u91ca\u5df2\u9690\u85cf", + "Notes visible": "\u6ce8\u91ca\u53ef\u89c1", + "Number Sent": "\u53d1\u9001\u6570\u76ee", + "Number of Droppable": "\u53ef\u653e\u5f03\u7684\u6570\u91cf", + "Number of Students": "\u5b66\u751f\u6570\u76ee", + "Numbered List (Ctrl+O)": "\u6709\u5e8f\u5217\u8868(Ctrl+O)", + "Numbered list": "\u7f16\u53f7\u5217\u8868", + "OK": "\u662f\u7684", + "ORDER NAME": "\u8ba2\u5355\u540d\u79f0", + "ORDER NUMBER": "\u8ba2\u5355\u53f7", + "ORDER PLACED": "\u8ba2\u5355", + "Ok": "\u786e\u5b9a", + "Onboarding": "\u5165\u804c", + "Onboarding Exam": "\u5165\u804c\u8003\u8bd5", + "Once you complete one of the program requirements you have a program record. This record is marked complete once you meet all program requirements. A program record can be used to continue your learning journey and demonstrate your learning to others.": "\u5b8c\u6210\u5176\u4e2d\u4e00\u4e2a\u8bfe\u7a0b\u8981\u6c42\u540e\uff0c\u60a8\u5c06\u62e5\u6709\u4e00\u4e2a\u8bfe\u7a0b\u8bb0\u5f55\u3002\u4e00\u65e6\u6ee1\u8db3\u6240\u6709\u8bfe\u7a0b\u8981\u6c42\uff0c\u6b64\u8bb0\u5f55\u5c31\u4f1a\u6807\u8bb0\u4e3a\u5df2\u5b8c\u6210\u3002\u8bfe\u7a0b\u8bb0\u5f55\u53ef\u7528\u4e8e\u7ee7\u7eed\u60a8\u7684\u5b66\u4e60\u4e4b\u65c5\uff0c\u5e76\u5411\u5176\u4ed6\u4eba\u5c55\u793a\u60a8\u7684\u5b66\u4e60\u7ecf\u5386\u3002", + "One or more rescheduling tasks failed.": "\u4e00\u9879\u6216\u51e0\u9879\u6539\u671f\u4efb\u52a1\u5931\u8d25\u4e86\u3002", + "Only <%= fileTypes %> files can be uploaded. Please select a file ending in <%= fileExtensions %> to upload.": "\u53ea\u6709 <%= fileTypes %> \u683c\u5f0f\u7684\u6587\u4ef6\u53ef\u4ee5\u4e0a\u4f20\u3002\u8bf7\u9009\u62e9\u6269\u5c55\u540d\u4e3a <%= fileExtensions %> \u7684\u6587\u4ef6\u4e0a\u4f20\u3002", + "Only properly formatted .csv files will be accepted.": "\u53ea\u6709\u6807\u51c6\u7684CSV\u683c\u5f0f\u6587\u4ef6\u4f1a\u88ab\u63a5\u53d7\u3002", + "Only the parent course staff of a CCX can create content groups.": "\u53ea\u6709CCX\u8bfe\u7a0b\u7684\u4e3b\u6559\u5458\u624d\u53ef\u521b\u5efa\u5185\u5bb9\u7ec4\u3002", + "Open Calculator": "\u5f00\u542f\u8ba1\u7b97\u5668", + "Open language menu": "\u6253\u5f00\u8bed\u8a00\u529f\u80fd\u83dc\u5355", + "Open the certificate you earned for the %(title)s program.": "\u6253\u5f00\u60a8\u5df2\u83b7\u5f97\u7684%(title)s\u8bfe\u7a0b\u8bc1\u4e66\u3002", + "Open/download this file": "\u6253\u5f00\uff0f\u4e0b\u8f7d\u8be5\u6587\u4ef6", + "OpenAssessment Save Error": "\u5f00\u653e\u5f0f\u8bc4\u4f30\u4fdd\u5b58\u9519\u8bef", + "Option Deleted": "\u9009\u9879\u5df2\u5220\u9664", + "Optional Characteristics": "\u53ef\u9009\u7279\u70b9", + "Optional long description": "\u53ef\u9009\u7684\u957f\u63cf\u8ff0", + "Optionally, link your personal accounts to the social media icons on your edX profile.": "\u60a8\u53ef\u4ee5\u9009\u62e9\u5c06\u4e2a\u4eba\u793e\u4ea4\u5a92\u4f53\u7684\u94fe\u63a5\u56fe\u6807\u653e\u5230\u60a8\u7684edX\u4e2a\u4eba\u8d44\u6599\u4e2d\u3002", + "Options for {license_name}": " {license_name}\u9009\u9879", + "Order Details": "\u8ba2\u5355\u7ec6\u8282", + "Order History": "\u8ba2\u5355\u8bb0\u5f55", + "Order No.": "\u8ba2\u5355\u53f7\uff1a", + "Order Number": "\u8ba2\u5355\u53f7", + "Organization": "\u673a\u6784", + "Organization ": "\u673a\u6784", + "Organization Name": "\u673a\u6784\u540d\u79f0", + "Organization of the signatory": "\u7ec4\u7ec7\u673a\u6784\u7b7e\u7ae0", + "Organization:": "\u673a\u6784\uff1a", + "Other": "\u5176\u4ed6", + "Overall Score": "\u603b\u6210\u7ee9", + "PDF Chapters": "PDF\u5404\u7ae0\u8282", + "Page break": "\u5206\u9875\u7b26", + "Page number out of %(total_pages)s": "\u9875\u7801\uff08\u5171 %(total_pages)s \u9875\uff09", + "Pagination": "\u9875\u7801", + "Paragraph": "\u6bb5\u843d", + "Passed Proctoring": "\u5df2\u901a\u8fc7\u76d1\u8003", + "Password": "\u5bc6\u7801", + "Password Status": "\u5bc6\u7801\u72b6\u6001", + "Password assistance": "\u5bc6\u7801\u5e2e\u52a9", + "Password is incorrect": "\u5bc6\u7801\u9519\u8bef", + "Passwords do not match.": "\u5bc6\u7801\u4e0d\u4e00\u81f4\u3002", + "Paste": "\u7c98\u8d34", + "Paste as text": "\u7c98\u8d34\u4e3a\u6587\u672c", + "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "\u5f53\u524d\u4e3a\u7eaf\u6587\u672c\u7c98\u8d34\u6a21\u5f0f\uff0c\u6240\u6709\u5185\u5bb9\u90fd\u5c06\u4ee5\u7eaf\u6587\u672c\u5f62\u5f0f\u7c98\u8d34\u3002\u5173\u95ed\u8be5\u9009\u9879\u53ef\u4ee5\u56de\u5230\u666e\u901a\u7c98\u8d34\u6a21\u5f0f\u3002", + "Paste row after": "\u5728\u4e0b\u65b9\u7c98\u8d34\u884c", + "Paste row before": "\u5728\u4e0a\u65b9\u7c98\u8d34\u884c", + "Paste your embed code below:": "\u5c06\u5185\u5d4c\u4ee3\u7801\u7c98\u8d34\u5230\u4e0b\u65b9\uff1a", + "Path to Signature Image": "\u7b7e\u540d\u56fe\u7247\u8def\u5f84", + "Pause": "\u6682\u505c", + "Peer": "\u540c\u884c", + "Pending Session Review": "\u7b49\u5f85\u5ba1\u6838", + "Photo": "\u7167\u7247", + "Photo Captured successfully.": "\u7167\u7247\u83b7\u53d6\u6210\u529f\uff01", + "Photo ID": "\u6709\u7167\u7247\u7684\u8eab\u4efd\u8bc1\u4ef6", + "Photo Identification": "\u7167\u7247\u8bc6\u522b", + "Photo of %(fullName)s": "%(fullName)s\u7684\u7167\u7247", + "Photo of %(fullName)s's ID": "%(fullName)s\u7684\u8eab\u4efd\u8bc1\u4ef6\u7167\u7247", + "Photo requirements:": "\u7167\u7247\u8981\u6c42\uff1a", + "Photos don't meet the requirements?": "\u7167\u7247\u4e0d\u7b26\u5408\u8981\u6c42\uff1f", + "Placeholder": "\u5360\u4f4d\u7b26", + "Play": "\u64ad\u653e", + "Play video": "\u64ad\u653e\u89c6\u9891", + "Please Note": "\u8bf7\u6ce8\u610f", + "Please add a photo of the instructor (Note: only JPEG or PNG format supported)": "\u8bf7\u6dfb\u52a0\u4e00\u5f20\u8bb2\u5e08\u7684\u7167\u7247 (\u6ce8\u610f: \u4ec5\u652f\u6301JPEG\u548cPNG\u683c\u5f0f)", + "Please add at least one chapter": "\u8bf7\u81f3\u5c11\u6dfb\u52a0\u4e00\u4e2a\u7ae0\u8282", + "Please add the institute where the instructor is associated": "\u8bf7\u6dfb\u52a0\u6388\u8bfe\u8001\u5e08\u6240\u5c5e\u673a\u6784", + "Please add the instructor's biography": "\u8bf7\u6dfb\u52a0\u8bb2\u5e08\u7b80\u4ecb", + "Please add the instructor's name": "\u8bf7\u6dfb\u52a0\u8bb2\u5e08\u540d\u79f0", + "Please add the instructor's title": "\u8bf7\u6dfb\u52a0\u5bfc\u5e08\u5934\u8854", + "Please address the errors on this page first, and then save your progress.": "\u8bf7\u5148\u89e3\u51b3\u672c\u9875\u5b58\u5728\u7684\u9519\u8bef\uff0c\u7136\u540e\u4fdd\u5b58\u3002", + "Please check the following validation feedbacks and reflect them in your course settings:": "\u8bf7\u68c0\u67e5\u4ee5\u4e0b\u9a8c\u8bc1\u53cd\u9988\u5e76\u7ed3\u5408\u8fd9\u6837\u53cd\u9988\u4fee\u6539\u60a8\u7684\u8bfe\u7a0b\u8bbe\u7f6e\uff1a", + "Please correct the outlined fields.": "\u8bf7\u6539\u6b63\u753b\u51fa\u533a\u57df", + "Please describe this image or agree that it has no contextual value by checking the checkbox.": "\u8bf7\u63cf\u8ff0\u672c\u56fe\u7247\u6216\u52fe\u9009\u590d\u9009\u6846\u8868\u793a\u56fe\u7247\u4e0d\u542b\u4e0e\u5185\u5bb9\u76f8\u5173\u7684\u4ef7\u503c\u3002", + "Please do not use any spaces in this field.": "\u6b64\u5b57\u6bb5\u7684\u5185\u5bb9\u4e0d\u80fd\u5305\u542b\u7a7a\u683c\u3002", + "Please do not use any spaces or special characters in this field.": "\u6b64\u5b57\u6bb5\u7684\u5185\u5bb9\u4e0d\u80fd\u5305\u542b\u7a7a\u683c\u6216\u7279\u6b8a\u5b57\u7b26\u3002", + "Please enter a problem location.": "\u8bf7\u8f93\u5165\u95ee\u9898\u7684\u4f4d\u7f6e\u3002", + "Please enter a score.": "\u8bf7\u8f93\u5165\u5206\u6570\u3002", + "Please enter a student email address or username.": "\u8bf7\u8f93\u5165\u5b66\u751f\u7684\u90ae\u7bb1\u6216\u7528\u6237\u540d\u3002", + "Please enter a term in the {anchorStart} search field{anchorEnd}.": "\u8bf7\u5728{anchorStart}\u641c\u7d22\u6846{anchorEnd}\u4e2d\u8f93\u5165\u641c\u7d22\u5185\u5bb9\u3002", + "Please enter a username or email.": "\u8bf7\u8f93\u5165\u4e00\u4e2a\u7528\u6237\u540d\u6216\u8005\u7535\u5b50\u90ae\u4ef6\u3002", + "Please enter a valid donation amount.": "\u8bf7\u8f93\u5165\u4e00\u4e2a\u6709\u6548\u7684\u6350\u52a9\u91d1\u989d\u3002", + "Please enter an integer between %(min)s and %(max)s.": "\u8bf7\u8f93\u5165\u4e00\u4e2a %(min)s \u5230 %(max)s \u4e4b\u95f4\u7684\u6574\u6570\u3002", + "Please enter an integer between 0 and 100.": "\u8bf7\u8f93\u5165\u4e00\u4e2a0\u5230100\u4e4b\u95f4\u7684\u6574\u6570\u3002", + "Please enter an integer greater than 0.": "\u8bf7\u8f93\u5165\u4e00\u4e2a\u5927\u4e8e0\u7684\u6574\u6570\u3002", + "Please enter non-negative integer.": "\u8bf7\u8f93\u5165\u975e\u8d1f\u6574\u6570\u3002", + "Please enter valid start date and time.": "\u8bf7\u8f93\u5165\u6709\u6548\u7684\u5f00\u59cb\u65e5\u671f\u4e0e\u65f6\u95f4", + "Please enter your %(field)s.": "\u8bf7\u8f93\u5165\u60a8\u7684 %(field)s\u3002", + "Please enter your log-in or recovery email address below and we will send you an email with instructions.": "\u8bf7\u5728\u4e0b\u9762\u8f93\u5165\u60a8\u7684\u767b\u5f55\u6216\u9a8c\u8bc1\u90ae\u7bb1\u5730\u5740\uff0c\u6211\u4eec\u4f1a\u5411\u60a8\u53d1\u9001\u4e00\u5c01\u5305\u542b\u8bf4\u660e\u7684\u7535\u5b50\u90ae\u4ef6\u3002", + "Please fix the following errors:": "\u8bf7\u6539\u6b63\u4ee5\u4e0b\u9519\u8bef\uff1a", + "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "\u8bf7\u6309\u7167\u8fd9\u91cc\uff08{maxFileSizeRedirectUrl}\uff09\u7684\u8bf4\u660e\u4e0a\u4f20\u6587\u4ef6\u5230\u522b\u5904\u540e\u94fe\u63a5\u5230\u8be5\u6587\u4ef6\u3002", + "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "\u8bf7\u6253\u5370\u6b64\u9875\u7559\u4f5c\u7eaa\u5f55\uff0c\u8fd9\u662f\u60a8\u7684\u6536\u636e\u3002\u60a8\u4e5f\u4f1a\u6536\u5230\u4e00\u5c01\u6709\u76f8\u540c\u4fe1\u606f\u7684\u7535\u5b50\u90ae\u4ef6\u3002", + "Please provide a description of the link destination.": "\u8bf7\u63d0\u4f9b\u94fe\u63a5\u7684\u63cf\u8ff0\u3002", + "Please provide a valid URL.": "\u8bf7\u63d0\u4f9b\u4e00\u4e2a\u6709\u6548\u7684\u7f51\u5740\u3002", + "Please re-enter your password.": "\u8bf7\u91cd\u65b0\u8f93\u5165\u60a8\u7684\u5bc6\u7801\u3002", + "Please select a PDF file to upload.": "\u8bf7\u9009\u62e9\u4e0a\u4f20PDF\u6587\u4ef6\u3002", + "Please select a file in .srt format.": "\u8bf7\u9009\u62e9\u683c\u5f0f\u4e3a.srt\u7684\u6587\u4ef6\u3002", + "Please specify a reason.": "\u8bf7\u8bf4\u660e\u539f\u56e0\u3002", + "Please verify that you have uploaded a valid image (PNG and JPEG).": "\u8bf7\u9a8c\u8bc1\u60a8\u5df2\u4e0a\u4f20\u4e86\u4e00\u5f20\u6709\u6548\u7684\u56fe\u7247(PNG\u6216JPEG\u683c\u5f0f)\u3002", + "Please verify that your webcam is connected and that you have allowed your browser to access it.": "\u8bf7\u68c0\u67e5\u60a8\u7684\u6444\u50cf\u5934\u5df2\u8fde\u63a5\u5e76\u4e14\u5141\u8bb8\u6d4f\u89c8\u5668\u4f7f\u7528\u5b83\u3002", + "Please wait": "\u8bf7\u7a0d\u5019", + "Plugins": "\u63d2\u4ef6", + "Post": "\u53d1\u5e03", + "Poster": "\u5c01\u9762", + "Practice Exam Completed": "\u5df2\u5b8c\u6210\u6a21\u62df\u8003", + "Practice Exam Failed": "\u6a21\u62df\u8003\u5931\u8d25", + "Practice Proctored": "\u76d1\u8003\u6a21\u5f0f\u6a21\u62df\u8003", + "Practice proctored Exam": "\u6a21\u62df\u76d1\u8003", + "Pre": "Pre \u6807\u7b7e", + "Preferred Language": "\u9996\u9009\u8bed\u8a00", + "Preformatted": "\u9884\u8bbe\u683c\u5f0f", + "Prerequisite:": "\u9884\u5907\u77e5\u8bc6", + "Prerequisite: %(prereq_display_name)s": "\u5148\u51b3\u6761\u4ef6: %(prereq_display_name)s", + "Press Add to language": "\u70b9\u51fb\u201c\u6dfb\u52a0\u81f3\u8bed\u8a00\u201d", + "Press Remove to remove language": "\u6309\u79fb\u9664\u952e\u79fb\u53bb\u8bed\u8a00", + "Press UP to enter the speed menu then use the UP and DOWN arrow keys to navigate the different speeds, then press ENTER to change to the selected speed.": "\u6309\u5411\u4e0a\u952e\u6253\u5f00\u901f\u5ea6\u83dc\u5355\uff0c\u518d\u6309\u4e0a\u4e0b\u65b9\u5411\u952e\u6765\u9009\u62e9\u901f\u5ea6\uff0c\u7136\u540e\u6309\u56de\u8f66\u952e\u5207\u6362\u5230\u9009\u5b9a\u901f\u5ea6\u3002", + "Press change to change selected transcript provider.": "\u70b9\u51fb\u201c\u66f4\u6539\u201d\u6309\u94ae\u6765\u66f4\u6539\u5b57\u5e55\u63d0\u4f9b\u5de5\u5177\u3002", + "Press close to hide course video settings": "\u70b9\u51fb\u201c\u5173\u95ed\u201d\u4ee5\u9690\u85cf\u8bfe\u7a0b\u89c6\u9891\u8bbe\u7f6e", + "Press discard changes to discard changes.": "\u70b9\u51fb\u201c\u64a4\u9500\u66f4\u6539\u201d\u4ee5\u64a4\u9500\u4f5c\u51fa\u7684\u66f4\u6539\u3002", + "Press discard changes to discard your changes.": "\u70b9\u51fb\u201c\u64a4\u9500\u66f4\u6539\u201d\u4ee5\u64a4\u9500\u60a8\u4f5c\u51fa\u7684\u66f4\u6539\u3002", + "Press the UP arrow key to enter the language menu then use UP and DOWN arrow keys to navigate language options. Press ENTER to change to the selected language.": "\u6309\u5411\u4e0a\u952e\u6253\u5f00\u8bed\u8a00\u529f\u80fd\u83dc\u5355\uff0c\u7136\u540e\u4f7f\u7528\u4e0a\u4e0b\u65b9\u5411\u952e\u6765\u9009\u62e9\u8bed\u8a00\u9009\u9879\u3002\u6309\u56de\u8f66\u952e\u4ee5\u5207\u6362\u5230\u6240\u9009\u62e9\u7684\u8bed\u8a00\u3002", + "Press update settings to update course video settings": "\u70b9\u51fb\u201c\u66f4\u65b0\u8bbe\u7f6e\u201d\u4ee5\u66f4\u65b0\u8bfe\u7a0b\u89c6\u9891\u8bbe\u7f6e", + "Press update settings to update the information for your organization.": "\u70b9\u51fb\u201c\u66f4\u65b0\u8bbe\u7f6e\u201d\u4ee5\u66f4\u65b0\u60a8\u7684\u7ec4\u7ec7\u4fe1\u606f\u3002", + "Prev": "\u4e0a\u4e00\u4e2a", + "Prevent students from generating certificates in this course?": "\u662f\u5426\u963b\u6b62\u5b66\u751f\u751f\u6210\u8be5\u8bfe\u7a0b\u8bc1\u4e66\uff1f", + "Preview": "\u9884\u89c8", + "Preview Certificate": "\u9884\u89c8\u8bc1\u4e66", + "Preview of uploaded image": "\u9884\u89c8\u5df2\u4e0a\u4f20\u7684\u56fe\u7247", + "Preview this query": "\u9884\u89c8\u8be5\u67e5\u8be2", + "Previous": "\u4e0a\u4e00\u6b65", + "Previous Uploads": "\u8fc7\u53bb\u4e0a\u4f20\u7684\u6587\u4ef6", + "Previous Uploads table has been updated.": "\u4e0a\u4f20\u5386\u53f2\u8868\u5355\u5df2\u66f4\u65b0\u3002", + "Previously published": "\u4e4b\u524d\u5df2\u53d1\u5e03", + "Print": "\u6253\u5370", + "Processing Re-run Request": "\u6b63\u5728\u5904\u7406\u91cd\u542f\u8bf7\u6c42", + "Proctored": "\u76d1\u8003", + "Proctored Exam": "\u76d1\u8003\u4e0b\u7684\u6d4b\u8bd5", + "Proctored Option Available": "\u53ef\u542f\u7528\u76d1\u8003\u6a21\u5f0f", + "Proctored Option No Longer Available": "\u65e0\u6cd5\u518d\u542f\u7528\u76d1\u8003\u6a21\u5f0f", + "Proctored exams are timed and they record video of each learner taking the exam. The videos are then reviewed to ensure that learners follow all examination rules.": "\u76d1\u8003\u4e0b\u7684\u8003\u8bd5\u662f\u8ba1\u65f6\u7684\uff0c\u5e76\u4e14\u6bcf\u4e2a\u5b66\u751f\u7684\u8003\u8bd5\u8fc7\u7a0b\u5c06\u88ab\u5f55\u50cf\u3002\u5f55\u50cf\u5c06\u88ab\u5ba1\u6838\u4ee5\u786e\u4fdd\u5b66\u751f\u9075\u5b88\u4e86\u8003\u8bd5\u7eaa\u5f8b\u3002", + "Proctoring Session Results Update for {course_name} {exam_name}": "{course_name} {exam_name}\u7684\u76d1\u8003\u6a21\u5f0f\u4f1a\u8bdd\u7ed3\u679c\u66f4\u65b0", + "Proctoring Settings": "\u76d1\u8003\u8bbe\u7f6e", + "Product Name": "\u4ea7\u54c1\u540d\u79f0", + "Professional Certificate for {courseName}": "{courseName} \u7684\u4e13\u4e1a\u8bc1\u4e66", + "Professional Education": "\u4e13\u4e1a\u6559\u80b2", + "Professional Education Verified Certificate": "\u4e13\u4e1a\u6559\u80b2\u8ba4\u8bc1\u8bc1\u4e66", + "Profile": "\u4e2a\u4eba\u4e3b\u9875", + "Profile Image": "\u8d44\u6599\u7167\u7247", + "Profile Visibility:": "\u8d26\u53f7\u8d44\u6599\u53ef\u89c1\uff1a", + "Profile image for {username}": "{username} \u7684\u5934\u50cf", + "Program Record": "\u8bfe\u7a0b\u8bb0\u5f55", + "Promote another member to Admin to remove your admin rights": "\u63d0\u5347\u53e6\u4e00\u540d\u6210\u5458\u4e3a\u7ba1\u7406\u5458\u4ee5\u89e3\u9664\u60a8\u81ea\u5df1\u7684\u7ba1\u7406\u6743\u9650", + "Provisional": "\u4e34\u65f6", + "Provisionally Supported": "\u4e34\u65f6\u652f\u6301", + "Publish": "\u53d1\u5e03", + "Publish all unpublished changes for this {item}?": "\u8981\u53d1\u5e03\u6b64 {item} \u4e2d\u6240\u6709\u5c1a\u672a\u53d1\u5e03\u7684\u66f4\u6539\u5417\uff1f", + "Publish {display_name}": "\u53d1\u5e03 {display_name}", + "Published (not yet released)": "\u5df2\u53d1\u5e03(\u5c1a\u672a\u516c\u5f00)", + "Published and Live": "\u5df2\u53d1\u5e03\u5e76\u5728\u7ebf", + "Publishing": "\u6b63\u5728\u53d1\u5e03", + "Publishing Status": "\u53d1\u5e03\u72b6\u6001", + "Queued": "\u5df2\u6392\u961f", + "REMAINING COURSES": "\u5269\u4f59\u8bfe\u7a0b", + "Re-run Course": "\u91cd\u542f\u8bfe\u7a0b", + "Read More": "\u4e86\u89e3\u66f4\u591a", + "Read more": "\u4e86\u89e3\u66f4\u591a", + "Ready To Start": "\u51c6\u5907\u5f00\u59cb", + "Ready To Submit": "\u51c6\u5907\u63d0\u4ea4", + "Reason": "\u539f\u56e0", + "Reason field should not be left blank.": "\u539f\u56e0\u4e0d\u80fd\u4e3a\u7a7a\u3002", + "Reason for change:": "\u53d8\u66f4\u539f\u56e0\uff1a", + "Receive updates": "\u63a5\u6536\u66f4\u65b0", + "Recent Activity": "\u8fd1\u671f\u6d3b\u52a8", + "Recommended image resolution is {imageResolution}, maximum image file size should be {maxFileSize} and format must be one of {supportedImageFormats}.": "\u5efa\u8bae\u56fe\u7247\u5206\u8fa8\u7387\u4e3a{imageResolution}\uff0c\u56fe\u7247\u6587\u4ef6\u5c3a\u5bf8\u4e0d\u5f97\u8d85\u8fc7{maxFileSize}\uff0c\u53ea\u652f\u6301\u4ee5\u4e0b\u683c\u5f0f{supportedImageFormats}\u3002", + "Recover my password": "\u6062\u590d\u6211\u7684\u5bc6\u7801", + "Recovery Email Address": "\u9a8c\u8bc1\u90ae\u7bb1\u5730\u5740", + "Redo": "\u91cd\u505a", + "Redo (Ctrl+Shift+Z)": "\u91cd\u505a(Ctrl+Shift+Z)", + "Redo (Ctrl+Y)": "\u91cd\u505a(Ctrl+Y)", + "Regenerate": "\u91cd\u65b0\u751f\u6210", + "Regenerate the user's certificate": "\u91cd\u65b0\u751f\u6210\u7528\u6237\u8bc1\u4e66", + "Register with Institution/Campus Credentials": "\u4f7f\u7528\u673a\u6784/\u6821\u56ed\u8d26\u53f7\u6ce8\u518c", + "Rejected": "\u62d2\u7edd", + "Release Date and Time": "\u516c\u5f00\u65e5\u671f\u53ca\u65f6\u95f4", + "Release Date:": "\u516c\u5f00\u65e5\u671f\uff1a", + "Release Status:": "\u516c\u5f00\u72b6\u6001\uff1a", + "Release Time in UTC:": "\u516c\u5f00\u65f6\u95f4\uff08UTC\uff09\uff1a", + "Release:": "\u516c\u5f00\uff1a", + "Released:": "\u5df2\u516c\u5f00\uff1a", + "Remaining": "\u5269\u4f59", + "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "\u6b63\u5728\u79fb\u9664\u3002\u4e3a\u907f\u514d\u53d1\u751f\u9519\u8bef\uff0c\u5728\u4e0a\u4f20\u5b8c\u6210\u524d\u8bf7\u4e0d\u8981\u79bb\u5f00\u672c\u9875\u3002", + "Remove": "\u79fb\u9664", + "Remove Transcript": "\u79fb\u9664\u5b57\u5e55", + "Remove chapter %(chapterDisplayName)s": "\u5220\u9664\u7ae0\u8282 %(chapterDisplayName)s", + "Remove file": "\u79fb\u9664\u6587\u4ef6", + "Remove from Invalidation Table": "\u4ece\u65e0\u6548\u8868\u683c\u4e2d\u5220\u9664", + "Remove from List": "\u4ece\u5217\u8868\u4e2d\u5220\u9664", + "Remove link": "\u79fb\u9664\u94fe\u63a5", + "Remove subsection %(subsectionDisplayName)s": "\u5220\u9664\u8282 %(subsectionDisplayName)s", + "Remove this team member?": "\u79fb\u9664\u6b64\u6210\u5458?", + "Remove this video": "\u79fb\u9664\u6b64\u89c6\u9891", + "Remove unit %(unitName)s": "\u5220\u9664\u5355\u5143 %(unitName)s", + "Remove {role} Access": "\u5220\u9664{role}\u8bbf\u95ee\u6743\u9650", + "Remove {video_name} video": "\u79fb\u9664{video_name}\u89c6\u9891", + "Removing": "\u79fb\u9664\u4e2d", + "Removing a video from this list does not affect course content. Any content that uses a previously uploaded video ID continues to display in the course.": "\u4ece\u6b64\u5217\u8868\u4e2d\u79fb\u9664\u89c6\u9891\u4e0d\u4f1a\u5f71\u54cd\u8bfe\u7a0b\u5185\u5bb9\u3002\u63d0\u524d\u4e0a\u4f20\u7684\u89c6\u9891 ID \u7684\u5185\u5bb9\u5c06\u6301\u7eed\u5728\u8bfe\u7a0b\u4e2d\u663e\u793a\u3002", + "Replace": "\u66ff\u6362", + "Replace all": "\u5168\u90e8\u66ff\u6362", + "Replace with": "\u66ff\u6362\u4e3a", + "Reply to Annotation": "\u56de\u590d\u6279\u6ce8", + "Report abuse, topics, and responses": "\u4e3e\u62a5\u6ee5\u7528\u3001\u8bdd\u9898\u548c\u56de\u590d", + "Requester": "\u8bf7\u6c42\u8005", + "Required": "\u5fc5\u586b", + "Required field.": "\u5fc5\u586b\u5b57\u6bb5\u3002", + "Rescore problem '<%- problem_id %>' for all students?": "\u786e\u8ba4\u5bf9\u6240\u6709\u5b66\u751f\u7684\u9898\u76ee'<%- problem_id %>'\u91cd\u65b0\u8bc4\u5206\uff1f", + "Reset My Password": "\u91cd\u7f6e\u6211\u7684\u5bc6\u7801", + "Reset Password": "\u91cd\u8bbe\u5bc6\u7801", + "Reset Your Password": "\u91cd\u7f6e\u60a8\u7684\u5bc6\u7801", + "Reset attempts for all students on problem '<%- problem_id %>'?": "\u662f\u5426\u91cd\u7f6e\u6240\u6709\u5b66\u751f\u5bf9\u9898\u76ee'<%- problem_id %>'\u7684\u5c1d\u8bd5\u6b21\u6570\uff1f", + "Responses could not be loaded. Refresh the page and try again.": "\u65e0\u6cd5\u52a0\u8f7d\u56de\u590d\uff0c\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", + "Restore enrollment code": "\u6062\u590d\u9009\u8bfe\u7801", + "Restore last draft": "\u6062\u590d\u4e0a\u4e00\u7248\u8349\u7a3f", + "Restrict access to:": "\u53ef\u8bbf\u95ee\u4eba\u7fa4\uff1b", + "Retake Photo": "\u91cd\u65b0\u62cd\u7167", + "Retake Your Photos": "\u91cd\u62cd\u60a8\u7684\u7167\u7247", + "Retrieving enrollment status...": "\u6b63\u5728\u83b7\u53d6\u9009\u8bfe\u72b6\u6001...", + "Retry Verification": "\u91cd\u8bd5\u9a8c\u8bc1", + "Return and add email address": "\u8fd4\u56de\u5e76\u6dfb\u52a0\u90ae\u7bb1", + "Return to Export": "\u8fd4\u56de\u81f3\u5bfc\u51fa\u9875\u9762", + "Return to Your Dashboard": "\u8fd4\u56de\u60a8\u7684\u63a7\u5236\u9762\u677f", + "Return to team listing": "\u8fd4\u56de\u56e2\u961f\u5217\u8868", + "Review Policy Exception": "\u5ba1\u6838\u653f\u7b56\u7684\u7279\u6b8a\u60c5\u51b5", + "Review Rules": "\u5ba1\u67e5\u89c4\u5219", + "Review Your Photos": "\u68c0\u67e5\u60a8\u7684\u7167\u7247", + "Review your info": "\u5ba1\u6838\u60a8\u7684\u4fe1\u606f", + "Revoke access": "\u53d6\u6d88\u6388\u6743", + "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "RTF\u5bcc\u6587\u672c\u533a\u57df\u3002\u6309 ALT-F9 \u6253\u5f00\u83dc\u5355\uff0c\u6309 ALT-F10 \u6253\u5f00\u5de5\u5177\u680f\uff0c\u6309 ALT-0 \u67e5\u770b\u5e2e\u52a9", + "Right": "\u53f3\u5bf9\u9f50", + "Right to left": "\u4ece\u53f3\u5411\u5de6", + "Robots": "\u673a\u5668\u4eba", + "Role field should not be left unselected.": "\u8bf7\u52fe\u9009\u89d2\u8272\u9009\u9879\u3002", + "Row": "\u884c", + "Row group": "\u884c\u7ec4", + "Row properties": "\u884c\u5c5e\u6027", + "Row type": "\u884c\u7c7b\u578b", + "Rows": "\u884c", + "Save": "\u4fdd\u5b58", + "Save Changes": "\u4fdd\u5b58\u66f4\u6539", + "Save changes": "\u4fdd\u5b58\u4fee\u6539", + "Saved cohort": "\u5df2\u4fdd\u5b58\u7684\u7fa4\u7ec4", + "Saving": "\u6b63\u5728\u4fdd\u5b58", + "Saving your email preference": "\u6b63\u5728\u4fdd\u5b58\u60a8\u7684\u7535\u5b50\u90ae\u4ef6\u504f\u597d", + "Saving...": "\u6b63\u5728\u4fdd\u5b58\u2026", + "Scheduled:": "\u5df2\u5b9a\u4e8e\uff1a", + "Scope": "\u8303\u56f4", + "Search": "\u641c\u7d22", + "Search Results": "\u641c\u7d22\u7ed3\u679c", + "Search all posts": "\u641c\u7d22\u6240\u6709\u5e16\u5b50", + "Search teams": "\u641c\u7d22\u56e2\u961f", + "Search the {platform} Help Center": "\u5728{platform}\u7684\u5e2e\u52a9\u4e2d\u5fc3\u5bfb\u6c42\u5e2e\u52a9", + "Second Review Required": "\u9700\u8981\u4e8c\u6b21\u5ba1\u6838", + "Section": "\u7ae0", + "Section Highlights": "\u7ae0\u91cd\u70b9\u5185\u5bb9", + "Section Visibility": "\u8282\u53ef\u89c1\u4eba\u7fa4", + "Sections": "\u8282", + "Select": "\u9009\u62e9", + "Select Session": "\u9009\u62e9\u5b66\u671f", + "Select a Content Group": "\u9009\u62e9\u4e00\u4e2a\u5185\u5bb9\u7ec4", + "Select a chapter": "\u9009\u62e9\u4e00\u7ae0", + "Select a cohort": "\u9009\u62e9\u4e00\u4e2a\u7fa4\u7ec4", + "Select a cohort to manage": "\u9009\u62e9\u8981\u7ba1\u7406\u7684\u7fa4\u7ec4", + "Select a course or select \"Not specific to a course\" for your support request.": "\u9009\u62e9\u4e00\u95e8\u8bfe\u7a0b\u6216\u9009\u62e9\u201c\u4e0d\u9488\u5bf9\u7279\u5b9a\u8bfe\u7a0b\u201d\u9009\u9879\u3002", + "Select a group type": "\u9009\u62e9\u5206\u7ec4\u7c7b\u578b", + "Select a prerequisite subsection and enter a minimum score percentage and minimum completion percentage to limit access to this subsection. Allowed values are 0-100": "\u8981\u60f3\u8bbe\u7f6e\u6b64\u5c0f\u8282\u7684\u62a5\u8bfb\u95e8\u69db\uff0c\u8bf7\u9009\u62e9\u4e00\u4e2a\u5148\u4fee\u5c0f\u8282\uff0c\u5e76\u8f93\u5165\u4e00\u4e2a\u6700\u5c0f\u5206\u6570\u767e\u5206\u6bd4\u548c\u6700\u4f4e\u5b8c\u6210\u7387\u3002\u53ef\u8f93\u5165\u503c\uff1a0-100", + "Select a section or problem": "\u9009\u62e9\u4e00\u4e2a\u7ae0\u8282\u6216\u4e00\u4e2a\u95ee\u9898", + "Select a session:": "\u6311\u9009\u4e00\u4e2a\u4f1a\u8bdd\uff1a", + "Select a time allotment for the exam. If it is over 24 hours, type in the amount of time. You can grant individual learners extra time to complete the exam through the Instructor Dashboard.": "\u5206\u914d\u4e00\u4e2a\u8003\u8bd5\u65f6\u95f4\uff0c\u5982\u679c\u8d85\u8fc724\u4e2a\u5c0f\u65f6\uff0c\u5219\u8f93\u5165\u65f6\u95f4\u3002\u60a8\u53ef\u4ee5\u901a\u8fc7\u6559\u5e08\u9762\u677f\u64cd\u4f5c\uff0c\u628a\u989d\u5916\u7684\u8003\u8bd5\u65f6\u95f4\u5206\u914d\u7ed9\u5b66\u5458\u3002", + "Select all": "\u5168\u9009", + "Select fidelity": "\u9009\u62e9\u4fdd\u771f\u5ea6", + "Select language": "\u9009\u62e9\u8bed\u8a00", + "Select one or more groups:": "\u9009\u62e9\u4e00\u6216\u8005\u591a\u4e2a\u7fa4\u7ec4", + "Select the course-wide discussion topics that you want to divide.": "\u9009\u62e9\u60a8\u60f3\u8981\u533a\u5206\u7684\u8bfe\u7a0b\u8303\u56f4\u5185\u7684\u8ba8\u8bba\u4e3b\u9898\u3002", + "Select the time zone for displaying course dates. If you do not specify a time zone, course dates, including assignment deadlines, will be displayed in your browser's local time zone.": "\u8bf7\u9009\u62e9\u7528\u4e8e\u663e\u793a\u8bfe\u7a0b\u65e5\u671f\u7684\u65f6\u533a\u3002\u5982\u679c\u60a8\u4e0d\u8bbe\u7f6e\u65f6\u533a\uff0c\u90a3\u4e48\u5982\u4f5c\u4e1a\u622a\u6b62\u65e5\u671f\u7b49\u8bfe\u7a0b\u65e5\u671f\u4fe1\u606f\u5c06\u6839\u636e\u60a8\u6d4f\u89c8\u5668\u7684\u672c\u5730\u65f6\u533a\u663e\u793a\u3002", + "Select turnaround": "\u9009\u62e9\u8f6c\u6362", + "Selected tab": "\u9009\u4e2d\u7684\u6807\u7b7e", + "Self": "\u81ea\u5df1", + "Send to:": "\u53d1\u81f3\uff1a", + "Sent By": "\u53d1\u9001\u4eba", + "Sent By:": "\u53d1\u4ef6\u4eba", + "Sent To": "\u53d1\u9001\u81f3", + "Sent To:": "\u53d1\u9001\u81f3", + "Sequence error! Cannot navigate to %(tab_name)s in the current SequenceModule. Please contact the course staff.": "\u5e8f\u5217\u9519\u8bef\uff01 \u65e0\u6cd5\u5bfc\u822a\u5230\u5f53\u524d\u5e8f\u5217\u6a21\u5757\u4e2d\u7684%(tab_name)s\uff0c\u8bf7\u8054\u7cfb\u8bfe\u7a0b\u5de5\u4f5c\u4eba\u5458\u3002", + "Server Error, Please refresh the page and try again.": "\u670d\u52a1\u5668\u9519\u8bef\u3002\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u518d\u8bd5\u4e00\u6b21\u3002", + "Server error.": "\u670d\u52a1\u5668\u9519\u8bef\u3002", + "Session Selection Dropdown for {courseName}": "{courseName}\u7684\u53ef\u9009\u62e9\u5b66\u671f", + "Set Access": "\u8bbe\u7f6e\u9650\u5236", + "Set as a Special Exam": "\u8bbe\u7f6e\u4e3a\u7279\u6b8a\u6d4b\u9a8c", + "Set up your certificate": "\u8bbe\u7f6e\u60a8\u7684\u8bc1\u4e66", + "Settings": "\u8bbe\u7f6e", + "Settings updated": "\u8bbe\u7f6e\u5df2\u66f4\u65b0", + "Share": "\u5206\u4eab", + "Share Alike": "\u76f8\u540c\u65b9\u5f0f\u5171\u4eab", + "Share on Mozilla Backpack": "\u5206\u4eab\u5230 Mozilla Backpack \u4e0a", + "Share your \"%(display_name)s\" award": "\u5206\u4eab\u60a8\u7684 \"%(display_name)s\" \u5956\u52b1", + "Short explanation": "\u7b80\u8981\u8bf4\u660e", + "Show All": "\u5168\u90e8\u663e\u793a", + "Show Annotations": "\u663e\u793a\u6279\u6ce8", + "Show Deprecated Settings": "\u663e\u793a\u5df2\u8fc7\u65f6\u7684\u8bbe\u7f6e", + "Show Discussion": "\u663e\u793a\u8ba8\u8bba", + "Show Less": "\u67e5\u770b\u6536\u8d77", + "Show More": "\u663e\u793a\u66f4\u591a", + "Show Previews": "\u663e\u793a\u9884\u89c8", + "Show assessment results when subsection is past due": "\u5f53\u524d\u5c0f\u8282\u8fc7\u671f\u65f6\uff0c\u663e\u793a\u8bc4\u5206\u7ed3\u679c\u3002", + "Show blocks": "\u663e\u793a\u5757", + "Show entire subsection": "\u663e\u793a\u6574\u4e2a\u5c0f\u8282", + "Show invisible characters": "\u663e\u793a\u4e0d\u53ef\u89c1\u5b57\u7b26", + "Show me other ways to sign in or register": "\u4e3a\u6211\u663e\u793a\u5176\u4ed6\u767b\u5f55\u6216\u6ce8\u518c\u65b9\u5f0f", + "Show notes": "\u663e\u793a\u6ce8\u91ca", + "Show posts by {username}.": "\u663e\u793a{username}\u7684\u5e16\u5b50\u3002", + "Show transcripts ({totalTranscripts})": "\u663e\u793a\u5b57\u5e55 ({totalTranscripts})", + "Show transcripts ({transcriptCount})": "\u663e\u793a\u5b57\u5e55 ({transcriptCount})", + "Showing all responses": "\u663e\u793a\u6240\u6709\u7684\u56de\u590d", "Showing first response": [ "\u524d{numResponses}\u4e2a\u56de\u590d" - ], - "Showing results for \"{searchString}\"": "\u663e\u793a\"{searchString}\"\u7684\u641c\u7d22\u7ed3\u679c", - "Showing {currentItemRange} out of {totalItemsCount}, filtered by {assetType}, sorted by {sortName} ascending": "\u5728 {totalItemsCount} \u5916\u663e\u793a {currentItemRange} \uff0c\u7531 {assetType} \u8fdb\u884c\u7b5b\u9009\uff0c\u5e76\u6839\u636e {sortName} \u5347\u5e8f\u8fdb\u884c\u5206\u7c7b", - "Showing {currentItemRange} out of {totalItemsCount}, filtered by {assetType}, sorted by {sortName} descending": "\u5728 {totalItemsCount} \u5916\u663e\u793a {currentItemRange}\uff0c\u7531 {assetType} \u8fdb\u884c\u7b5b\u9009\uff0c\u5e76\u6839\u636e {sortName} \u964d\u5e8f\u8fdb\u884c\u5206\u7c7b", - "Showing {currentItemRange} out of {totalItemsCount}, sorted by {sortName} ascending": "\u5728 {totalItemsCount} \u4e2d\u663e\u793a {currentItemRange}\uff0c\u6309 {sortName} \u5347\u5e8f\u6392\u5e8f", - "Showing {currentItemRange} out of {totalItemsCount}, sorted by {sortName} descending": "\u5728 {totalItemsCount} \u5916\u663e\u793a {currentItemRange}\uff0c\u6839\u636e {sortName} \u964d\u5e8f\u8fdb\u884c\u5206\u7c7b", - "Showing {firstIndex} out of {numItems} total": "\u663e\u793a {firstIndex} / {numItems}", - "Showing {firstIndex}-{lastIndex} out of {numItems} total": "\u663e\u793a {firstIndex} - {lastIndex} / {numItems}", - "Sign In": "\u767b\u5f55", - "Sign in": "\u767b\u5f55", - "Sign in here using your email address and password, or use one of the providers listed below.": "\u4f7f\u7528\u60a8\u7684\u7535\u5b50\u90ae\u4ef6\u548c\u5bc6\u7801\u6216\u4f7f\u7528\u4ee5\u4e0b\u5217\u51fa\u7684\u4e00\u4e2a\u65b9\u5f0f\u5728\u6b64\u5904\u767b\u5f55\u3002", - "Sign in here using your email address and password.": "\u5728\u8fd9\u91cc\u4f7f\u7528\u60a8\u7684\u7535\u5b50\u90ae\u4ef6\u548c\u5bc6\u7801\u767b\u5f55\u3002", - "Sign in to continue learning": "\u767b\u5f55\u4ee5\u7ee7\u7eed\u5b66\u4e60", - "Sign in to continue learning as {email}": "\u4f7f\u7528{email}\u767b\u5f55\uff0c\u7ee7\u7eed\u5b66\u4e60", - "Sign in to {platform} so we can help you better.": "\u8bf7\u767b\u5f55{platform}\uff0c\u4ee5\u83b7\u5f97\u66f4\u597d\u7684\u5e2e\u52a9\u3002", - "Sign in using %(providerName)s": "\u4f7f\u7528 %(providerName)s \u767b\u5f55", - "Sign in with %(providerName)s": "\u4f7f\u7528 %(providerName)s \u767b\u5f55", - "Sign in with Institution/Campus Credentials": "\u4f7f\u7528\u673a\u6784/\u6821\u56ed\u8d26\u53f7\u767b\u5f55", - "Sign in.": "\u767b\u5f55", - "Signatory": "\u7b7e\u540d", - "Signatory field(s) has invalid data.": "\u7b7e\u7f72\u8005\u5b57\u6bb5\uff08\u6216\u591a\u4e2a\uff09\u5305\u542b\u65e0\u6548\u6570\u636e\u3002", - "Signature Image": "\u7b7e\u540d\u56fe\u7247", - "Skip": "\u8df3\u8fc7", - "Social Media Links": "\u793e\u4ea4\u5a92\u4f53\u94fe\u63a5", - "Some Rights Reserved": "\u4fdd\u7559\u90e8\u5206\u6743\u5229", - "Some images in this post have been omitted": "\u6b64\u5e16\u7684\u90e8\u5206\u56fe\u7247\u88ab\u7701\u7565\u3002", - "Something went wrong changing this enrollment. Please try again.": "\u5728\u53d8\u66f4\u8fd9\u9879\u6ce8\u518c\u65f6\u51fa\u73b0\u4e86\u4e00\u4e9b\u95ee\u9898\u3002\u8bf7\u518d\u8bd5\u4e00\u6b21\u3002", - "Something went wrong. Please try again later.": "\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u7a0d\u540e\u91cd\u8bd5\u3002", - "Sorry, no results were found.": "\u5bf9\u4e0d\u8d77\uff0c\u672a\u627e\u5230\u641c\u7d22\u7ed3\u679c\u3002", - "Sorry, there was an error parsing the subtitles that you uploaded. Please check the format and try again.": "\u62b1\u6b49\uff0c\u60a8\u4e0a\u4f20\u7684\u5b57\u5e55\u6587\u4ef6\u5b58\u5728\u683c\u5f0f\u9519\u8bef\uff0c\u8bf7\u68c0\u67e5\u5e76\u91cd\u65b0\u4e0a\u4f20\u3002", - "Sorry, there was an error trying to process your request. Please try again later.": "\u62b1\u6b49\uff0c\u5904\u7406\u60a8\u7684\u8bf7\u6c42\u65f6\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u7a0d\u540e\u91cd\u8bd5\u3002", - "Sorted by": "\u6392\u5217", - "Source": "\u6e90", - "Source code": "\u6e90\u4ee3\u7801", - "Special character": "\u7279\u6b8a\u5b57\u7b26", - "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "\u8bbe\u7f6e\u8bc1\u4e66\u4e0a\u6240\u663e\u793a\u7684\u5b98\u65b9\u8bfe\u7a0b\u6807\u9898\u7684\u522b\u540d\u3002\u5982\u679c\u7559\u7a7a\uff0c\u5219\u4f7f\u7528\u5b98\u65b9\u8bfe\u7a0b\u6807\u9898\u3002", - "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam, along with the {linkStart}general proctored exam rules{linkEnd}.": "\u8bbe\u7f6e\u89c4\u5219\u6216\u671f\u671b\u6761\u4f8b\uff0c\u65b9\u4fbf\u76d1\u8003\u5ba1\u67e5\u56e2\u961f\u5728\u5ba1\u67e5\u89c6\u9891\u65f6\u6ce8\u610f\u67d0\u4e9b\u95ee\u9898\u3002\u4f8b\u5982\uff0c\u60a8\u53ef\u4ee5\u8bbe\u7f6e\u201c\u5141\u8bb8\u4f7f\u7528\u8ba1\u7b97\u5668\u201d\u3002\u5b66\u5458\u5728\u8003\u8bd5\u524d\u53ef\u770b\u89c1\u8fd9\u4e9b\u8bbe\u7f6e\u7684\u89c4\u5219\u3001{linkStart}\u4e00\u822c\u76d1\u8003\u6a21\u5f0f\u8003\u8bd5\u89c4\u5219{linkEnd}\u3002", - "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam.": "\u8bbe\u7f6e\u89c4\u5219\u6216\u671f\u671b\u6761\u4f8b\uff0c\u65b9\u4fbf\u76d1\u8003\u5ba1\u67e5\u56e2\u961f\u5728\u5ba1\u67e5\u89c6\u9891\u65f6\u6ce8\u610f\u67d0\u4e9b\u95ee\u9898\u3002\u4f8b\u5982\uff0c\u60a8\u53ef\u4ee5\u8bbe\u7f6e\u201c\u5141\u8bb8\u4f7f\u7528\u8ba1\u7b97\u5668\u201d\u3002\u5b66\u5458\u5728\u8003\u8bd5\u524d\u53ef\u770b\u89c1\u8fd9\u4e9b\u8bbe\u7f6e\u7684\u89c4\u5219\u3002", - "Specify whether content-specific discussion topics are divided.": "\u8bbe\u7f6e\u662f\u5426\u533a\u5206\u4ee5\u5177\u4f53\u5185\u5bb9\u800c\u5b9a\u7684\u8ba8\u8bba\u4e3b\u9898\u3002", - "Specify whether discussion topics are divided": "\u8bbe\u7f6e\u662f\u5426\u533a\u5206\u8ba8\u8bba\u4e3b\u9898", - "Speed": "\u901f\u5ea6", - "Spellcheck": "\u62fc\u5199\u68c0\u67e5", - "Split cell": "\u62c6\u5206\u5355\u5143\u683c", - "Square": "\u6b63\u65b9\u5f62", - "Staff": "\u6559\u5458", - "Staff Only": "\u4ec5\u5458\u5de5", - "Staff and Learners": "\u5458\u5de5\u4e0e\u5b66\u5458", - "Start Date": "\u5f00\u59cb\u65e5\u671f", - "Start Proctored Exam": "\u5f00\u59cb\u76d1\u8003\u8003\u8bd5", - "Start System Check": "\u5f00\u59cb\u68c0\u67e5\u7cfb\u7edf", - "Start generating certificates for all students in this course?": "\u662f\u5426\u5f00\u59cb\u4e3a\u8be5\u8bfe\u7a0b\u7684\u6240\u6709\u5b66\u751f\u751f\u6210\u8bc1\u4e66\uff1f", - "Start of transcript. Skip to the end.": "\u5b57\u5e55\u5f00\u59cb\u3002\u8df3\u8f6c\u81f3\u7ed3\u5c3e\u3002", - "Start regenerating certificates for students in this course?": "\u786e\u5b9a\u91cd\u65b0\u4ea7\u751f\u6b64\u8bfe\u7a0b\u6240\u6709\u5b66\u751f\u7684\u8bc1\u4e66\uff1f", - "Start search": "\u5f00\u59cb\u641c\u7d22", - "Start working toward your next learning goal.": "\u5f00\u59cb\u5411\u60a8\u7684\u4e0b\u4e00\u4e2a\u5b66\u4e60\u76ee\u6807\u8fc8\u8fdb\u3002", - "Started": "\u5df2\u7ecf\u5f00\u59cb", - "Started entrance exam rescore task for student '{student_id}'. Click the 'Show Task Status' button to see the status of the task.": "\u5df2\u542f\u52a8\u4e3a\u5b66\u751f'{student_id}'\u7684\u5165\u5b66\u8003\u8bd5\u91cd\u65b0\u8bc4\u5206\u7684\u4efb\u52a1\uff0c\u8bf7\u70b9\u51fb\u201c\u663e\u793a\u4efb\u52a1\u72b6\u6001\u201d\u6309\u94ae\u6765\u67e5\u770b\u4efb\u52a1\u72b6\u6001\u3002", - "Started rescore problem task for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u5df2\u542f\u52a8\u8986\u76d6\u9898\u76ee\u201c<%- problem_id %>\u201d\u548c\u5b66\u751f\u201c<%- student_id %>\u201d\u5206\u6570\u7684\u4efb\u52a1\uff0c\u70b9\u51fb\u201c\u663e\u793a\u4efb\u52a1\u72b6\u6001\u201d\u53ef\u67e5\u770b\u4efb\u52a1\u7684\u72b6\u6001\u3002", - "Started task to override the score for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u5df2\u542f\u52a8\u8986\u76d6\u9898\u76ee\u201c<%- problem_id %>\u201d\u548c\u5b66\u751f\u201c<%- student_id %>\u201d\u5206\u6570\u7684\u4efb\u52a1\uff0c\u70b9\u51fb\u201c\u663e\u793a\u4efb\u52a1\u72b6\u6001\u201d\u53ef\u67e5\u770b\u4efb\u52a1\u7684\u72b6\u6001\u3002", - "Started {start}": "\u5f00\u59cb{start}", - "Starts": "\u5f00\u59cb", - "Starts {start}": "\u5f00\u59cb{start}", - "Starts: %(start_date)s": "\u5f00\u59cb\u4e8e\uff1a%(start_date)s", - "State": "\u72b6\u6001", - "Status": "\u72b6\u6001", - "Status of Your Response": "\u60a8\u7684\u7b54\u6848\u7684\u72b6\u6001", - "Strikethrough": "\u5220\u9664\u7ebf", - "Student": "\u5b66\u751f", - "Student Removed from certificate white list successfully.": "\u5b66\u751f\u5df2\u4ece\u8bc1\u4e66\u8bb8\u53ef\u540d\u5355\u4e2d\u79fb\u9664\u6210\u529f\u3002", - "Student email or username": "\u5b66\u751f\u90ae\u7bb1\u6216\u7528\u6237\u540d", - "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Add to Exception List\" button.": "\u5b66\u751f\u7684\u7528\u6237\u540d / \u7535\u5b50\u90ae\u4ef6\u662f\u5fc5\u586b\u9879\uff0c\u4e0d\u80fd\u7559\u7a7a\u3002\u8bf7\u586b\u5165\u7528\u6237\u540d / \u7535\u5b50\u90ae\u4ef6\uff0c\u5e76\u70b9\u51fb\u201c\u6dfb\u52a0\u5230\u4f8b\u5916\u540d\u5355\u201d\u6309\u94ae\u3002", - "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Invalidate Certificate\" button.": "\u5b66\u751f\u7684\u7528\u6237\u540d / \u7535\u5b50\u90ae\u4ef6\u662f\u5fc5\u586b\u9879\uff0c\u4e0d\u80fd\u7559\u7a7a\u3002\u8bf7\u586b\u5165\u7528\u6237\u540d / \u7535\u5b50\u90ae\u4ef6\uff0c\u5e76\u70b9\u51fb\u201c\u4f5c\u5e9f\u8bc1\u4e66\u201d\u7684\u6309\u94ae\u3002", - "Studio's having trouble saving your work": "\u4fdd\u5b58\u65f6\u9047\u5230\u95ee\u9898", - "Studio:": "Studio\uff1a", - "Style": "\u6837\u5f0f", - "Subject": "\u6807\u9898", - "Subject:": "\u6807\u9898", - "Submission aborted! Sorry, your browser does not support file uploads. If you can, please use Chrome or Safari which have been verified to support file uploads.": "\u63d0\u4ea4\u4e2d\u65ad\uff01\u62b1\u6b49\uff0c\u60a8\u7684\u6d4f\u89c8\u5668\u4e0d\u652f\u6301\u6587\u4ef6\u4e0a\u4f20\u3002\u8bf7\u5c3d\u53ef\u80fd\u4f7f\u7528 Chrome \u6216\u8005 Safari \u7b49\u652f\u6301\u6587\u4ef6\u4e0a\u4f20\u7684\u6d4f\u89c8\u5668\u3002", - "Submit": "\u63d0\u4ea4", - "Submit Application": "\u63d0\u4ea4\u5e94\u7528", - "Submit enrollment change": "\u63d0\u4ea4\u9009\u8bfe\u53d8\u66f4", - "Submitted": "\u5df2\u63d0\u4ea4", - "Subscript": "\u4e0b\u6807", - "Subsection": "\u8282", - "Subsection Visibility": "\u5c0f\u8282\u53ef\u89c1\u6027", - "Subsection is hidden after course end date": "\u7ed3\u8bfe\u65e5\u671f\u8fc7\u540e\u9690\u85cf\u5c0f\u8282", - "Subsection is hidden after due date": "\u622a\u6b62\u65e5\u671f\u8fc7\u540e\u9690\u85cf\u5c0f\u8282", - "Subsections": "\u5206\u6bb5", - "Success": "\u6210\u529f", - "Success! \"{displayName}\" has been moved.": "\u64cd\u4f5c\u6210\u529f\uff01\u201c{displayName}\u201d \u5df2\u88ab\u79fb\u51fa\u3002", - "Success! Problem attempts reset for problem '<%- problem_id %>' and student '<%- student_id %>'.": "\u5904\u7406\u6210\u529f\uff01\u9898\u76ee'<%- problem_id %>' \u4e0e\u5b66\u751f'<%- student_id %>'\u7684\u56de\u7b54\u5c1d\u8bd5\u6b21\u6570\u5df2\u91cd\u7f6e\u3002", - "Successfully deleted student state for user {user}": "\u6210\u529f\u5220\u9664\u5b66\u751f{user}\u7684\u72b6\u6001", - "Successfully enrolled and sent email to the following users:": "\u4ee5\u4e0b\u7528\u6237\u5df2\u6210\u529f\u9009\u8bfe\uff0c\u5e76\u5411\u4ed6\u4eec\u53d1\u9001\u7535\u5b50\u90ae\u4ef6\uff1a", - "Successfully enrolled the following users:": "\u4ee5\u4e0b\u7528\u6237\u5df2\u7ecf\u6210\u529f\u9009\u8bfe\uff1a", - "Successfully overrode problem score for {user}": "\u6210\u529f\u8986\u76d6{user}\u7684\u9898\u76ee\u5f97\u5206", - "Successfully rescored problem for user {user}": "\u6210\u529f\u91cd\u8bc4\u7528\u6237 {user}\u5f97\u5206", - "Successfully rescored problem to improve score for user {user}": "\u4e3a\u7528\u6237{user}\u91cd\u8bc4\u9898\u76ee\u5f97\u5206\u6210\u529f", - "Successfully reset the attempts for user {user}": "\u6210\u529f\u91cd\u7f6e\u7528\u6237{user}\u7684\u8bf7\u6c42", - "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "\u9009\u8bfe\u90ae\u4ef6\u5df2\u6210\u529f\u53d1\u9001\u81f3\u4ee5\u4e0b\u7528\u6237\uff0c\u4ed6\u4eec\u6ce8\u518c\u540e\u5373\u53ef\u9009\u8bfe\uff1a", - "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "\u9009\u8bfe\u90ae\u4ef6\u5df2\u6210\u529f\u53d1\u9001\u81f3\u8fd9\u4e9b\u7528\u6237\uff0c\u4ed6\u4eec\u6ce8\u518c\u540e\u5373\u5df2\u9009\u8bfe\uff1a", - "Successfully started task to rescore problem '<%- problem_id %>' for all students. Click the 'Show Task Status' button to see the status of the task.": "\u6210\u529f\u542f\u52a8\u4e3a\u6240\u6709\u5b66\u751f\u7684\u9898\u76ee '<%- problem_id %>'\u91cd\u65b0\u8bc4\u5206\u7684\u4efb\u52a1\u3002\u70b9\u51fb\u201c\u663e\u793a\u4efb\u52a1\u72b6\u6001\u201d\u6309\u94ae\u6765\u67e5\u770b\u4efb\u52a1\u72b6\u6001\u3002", - "Successfully started task to reset attempts for problem '<%- problem_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u6210\u529f\u5f00\u542f\u91cd\u7f6e\u9898\u76ee\u201c<%- problem_id %>\u201d\u7684\u5c1d\u8bd5\u6b21\u6570\u7684\u4efb\u52a1\uff0c\u70b9\u51fb\u201c\u663e\u793a\u4efb\u52a1\u72b6\u6001\u201d\u6309\u94ae\u53ef\u67e5\u770b\u4efb\u52a1\u7684\u72b6\u6001\u3002", - "Successfully unlinked.": "\u89e3\u7ed1\u6210\u529f\u3002", - "Superscript": "\u4e0a\u6807", - "Support education research by providing additional information": "\u8bf7\u63d0\u4f9b\u60a8\u7684\u5176\u4ed6\u4fe1\u606f\uff0c\u4ee5\u652f\u6301\u6211\u4eec\u7684\u6559\u80b2\u7814\u7a76\u8c03\u67e5", - "Supported": "\u652f\u6301", - "Supported file types: {supportedVideoTypes}": "\u652f\u6301\u7684\u6587\u4ef6\u7c7b\u578b\uff1a{supportedVideoTypes}", - "Switch Language Back": "\u5207\u6362\u8bed\u8a00", - "TOTAL": "\u603b\u8ba1", - "Table": "\u8868\u683c", - "Table properties": "\u8868\u683c\u5c5e\u6027", - "Tags": "\u6807\u7b7e", - "Tags:": "\u6807\u7b7e\uff1a", - "Take Photo": "\u62cd\u7167", - "Take Your Photo": "\u7ed9\u81ea\u5df1\u62cd\u7167", - "Take a Photo of Your ID": "\u62cd\u6444\u60a8\u7684\u8eab\u4efd\u8bc1\u4ef6", - "Take a photo of your ID": "\u62cd\u6444\u4e00\u5f20\u60a8\u7684\u8eab\u4efd\u8bc1\u4ef6\u7684\u7167\u7247", - "Take me to the main course page": "\u8df3\u8f6c\u81f3\u8bfe\u7a0b\u4e3b\u9875", - "Take me to the main library page": "\u8df3\u8f6c\u81f3\u77e5\u8bc6\u5e93\u4e3b\u9875", - "Take me to the new location": "\u8bf7\u968f\u540c\u524d\u5f80\u65b0\u4f4d\u7f6e", - "Take this exam without proctoring.": "\u5173\u95ed\u672c\u6b21\u8003\u8bd5\u7684\u76d1\u8003\u529f\u80fd\u3002", - "Taking As Open Exam": "\u5207\u6362\u81f3\u5f00\u5377\u6a21\u5f0f", - "Taking As Proctored Exam": "\u5207\u6362\u81f3\u76d1\u8003\u6a21\u5f0f", - "Taking as Proctored": "\u5207\u6362\u81f3\u76d1\u8003\u6a21\u5f0f", - "Target": "\u76ee\u6807", - "Task ID": "\u4efb\u52a1ID", - "Task Progress": "\u4efb\u52a1\u8fdb\u5ea6", - "Task Status": "\u4efb\u52a1\u72b6\u6001", - "Task Type": "\u4efb\u52a1\u7c7b\u578b", - "Task inputs": "\u4efb\u52a1\u8f93\u5165", - "Teaching Assistant": "\u52a9\u6559", - "Team \"{team}\" successfully deleted.": "\u56e2\u961f \"{team}\" \u5df2\u6210\u529f\u5220\u9664\u3002", - "Team Description (Required) *": "\u56e2\u961f\u4ecb\u7ecd(\u5fc5\u9700)*", - "Team Details": "\u56e2\u961f\u8be6\u60c5", - "Team Name (Required) *": "\u56e2\u961f\u540d(\u5fc5\u9700)*", - "Team Search": "\u641c\u7d22\u56e2\u961f", - "Team capacity": "\u56e2\u961f\u5bb9\u91cf", - "Team description cannot have more than 300 characters.": "\u56e2\u961f\u63cf\u8ff0\u4e0d\u80fd\u8d85\u8fc7 300 \u4e2a\u5b57\u7b26\u3002", - "Team member profiles": "\u56e2\u961f\u6210\u5458\u7b80\u4ecb", - "Team name cannot have more than 255 characters.": "\u56e2\u961f\u540d\u79f0\u4e0d\u80fd\u8d85\u8fc7 255 \u4e2a\u5b57\u7b26", - "Teams": "\u56e2\u961f", - "Teams Pagination": "\u56e2\u961f\u5206\u9875", - "Tell other learners a little about yourself: where you live, what your interests are, why you're taking courses, or what you hope to learn.": "\u5411\u5176\u4ed6\u7528\u6237\u7b80\u5355\u4ecb\u7ecd\u4e0b\u60a8\u81ea\u5df1\uff1a\u5982\u5c45\u4f4f\u5730\u3001\u5174\u8da3\u7231\u597d\u3001\u4e3a\u4ec0\u4e48\u9009\u62e9\u8fd9\u4e9b\u8bfe\u7a0b\uff0c\u53ca\u60a8\u5e0c\u671b\u5b66\u4e60\u54ea\u65b9\u9762\u7684\u77e5\u8bc6\u3002", - "Templates": "\u6a21\u677f", - "Terms of Service and Honor Code": "\u670d\u52a1\u6761\u6b3e\u548c\u8bda\u4fe1\u51c6\u5219", - "Text color": "\u6587\u672c\u989c\u8272", - "Text to display": "\u8981\u663e\u793a\u7684\u6587\u5b57", - "Textbook Name": "\u8bfe\u672c\u540d\u79f0", - "Textbook information": "\u8bfe\u672c\u4fe1\u606f", - "Textbook name is required": "\u6559\u6750\u540d\u79f0\u5fc5\u586b", - "Thank you %(full_name)s! We have received your payment for %(course_name)s.": "\u8c22\u8c22\u60a8\uff0c%(full_name)s\uff01\u6211\u4eec\u5df2\u7ecf\u6536\u5230\u4e86\u60a8\u4e3a%(course_name)s\u7684\u4ed8\u6b3e\u3002", - "Thank you for setting your course goal to {goal}!": "\u611f\u8c22\u60a8\u5c06\u8bfe\u7a0b\u76ee\u6807\u5b9a\u4e3a{goal}\uff01", - "Thank you for submitting a request! We will contact you within 24 hours.": "\u611f\u8c22\u60a8\u63d0\u4ea4\u7684\u7533\u8bf7\uff01\u6211\u4eec\u4f1a\u572824\u5c0f\u65f6\u5185\u8054\u7cfb\u60a8\u3002", - "Thank you for submitting your financial assistance application for {course_name}! You can expect a response in 2-4 business days.": "\u611f\u8c22\u60a8\u63d0\u4ea4 {course_name} \u7684\u7ecf\u6d4e\u63f4\u52a9\u7533\u8bf7\uff01\u60a8\u5c06\u5728 2 \u81f3 4 \u4e2a\u5de5\u4f5c\u65e5\u5185\u5f97\u5230\u56de\u590d\u3002", - "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "\u611f\u8c22\u63d0\u4ea4\u60a8\u7684\u7167\u7247\uff0c\u6211\u4eec\u7a0d\u540e\u5c06\u8fdb\u884c\u5ba1\u6838\u3002\u60a8\u73b0\u5728\u5c31\u53ef\u4ee5\u53bb\u52a0\u5165%(platformName)s\u4e0a\u4efb\u4f55\u63d0\u4f9b\u8ba4\u8bc1\u8bc1\u4e66\u7684\u8bfe\u7a0b\u3002\u8ba4\u8bc1\u6709\u6548\u671f\u4e3a\u4e00\u5e74\u3002\u4e00\u5e74\u540e\uff0c\u60a8\u9700\u8981\u91cd\u65b0\u63d0\u4ea4\u7167\u7247\u8fdb\u884c\u8ba4\u8bc1\u3002", - "Thank you! We have received your payment for {courseName}.": "\u8c22\u8c22\uff01\u6211\u4eec\u5df2\u7ecf\u6536\u5230\u60a8\u7684 {courseName} \u4ed8\u6b3e\u3002", - "Thanks for returning to verify your ID in: {courseName}": "\u611f\u8c22\u60a8\u8fd4\u56de\u8ba4\u8bc1\u60a8\u5728 {courseName} \u4e2d\u7684 ID", - "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "\u8f93\u5165\u7684 URL \u4f3c\u4e4e\u662f\u4e00\u4e2a\u90ae\u7bb1\u5730\u5740\uff0c\u60a8\u60f3\u52a0\u4e0a\u5fc5\u8981\u7684 mailto: \u524d\u7f00\u5417\uff1f", - "The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": "\u8f93\u5165\u7684 URL \u4f3c\u4e4e\u662f\u4e00\u4e2a\u5916\u90e8\u94fe\u63a5\uff0c\u60a8\u60f3\u52a0\u4e0a\u5fc5\u8981\u7684 http:// \u524d\u7f00\u5417\uff1f", - "The assignment type must have a name.": "\u5fc5\u987b\u5bf9\u4f5c\u4e1a\u7c7b\u578b\u547d\u540d\u3002", - "The certificate available date must be later than the course end date.": "\u8bc1\u4e66\u751f\u6548\u671f\u5fc5\u987b\u665a\u4e8e\u8bfe\u7a0b\u7ed3\u675f\u65e5\u671f\u3002", - "The certificate for this learner has been re-validated and the system is re-running the grade for this learner.": "\u8fd9\u540d\u5b66\u751f\u7684\u8bc1\u4e66\u5df2\u7ecf\u91cd\u65b0\u9a8c\u8bc1\u53ca\u7cfb\u7edf\u91cd\u65b0\u8ba1\u7b97\u8be5\u540d\u5b66\u751f\u7684\u6210\u7ee9\u3002", - "The cohort cannot be added": "\u8be5\u7fa4\u7ec4\u4e0d\u80fd\u6dfb\u52a0", - "The cohort cannot be saved": "\u8be5\u7fa4\u7ec4\u4e0d\u80fd\u4fdd\u5b58", - "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "\u673a\u6784\u548c\u77e5\u8bc6\u5e93\u7f16\u53f7\u5b57\u6bb5\u5408\u5728\u4e00\u8d77\u4e0d\u80fd\u8d85\u8fc7 <%=limit%> \u4e2a\u5b57\u7b26", - "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "\u673a\u6784\u3001\u8bfe\u7a0b\u7f16\u53f7\u548c\u5f00\u8bfe\u65f6\u95f4\u5b57\u6bb5\u5408\u5728\u4e00\u8d77\u4e0d\u80fd\u8d85\u8fc7 <%=limit%> \u4e2a\u5b57\u7b26\u3002", - "The country or region where you live.": "\u60a8\u6240\u5c45\u4f4f\u7684\u56fd\u5bb6\u6216\u5730\u533a\u3002", - "The country that team members primarily identify with.": "\u591a\u6570\u56e2\u961f\u6210\u5458\u6765\u81ea\u7684\u56fd\u5bb6", - "The course end date must be later than the course start date.": "\u8bfe\u7a0b\u7ed3\u675f\u65e5\u671f\u5fc5\u987b\u665a\u4e8e\u8bfe\u7a0b\u5f00\u59cb\u65e5\u671f\u3002", - "The course must have an assigned start date.": "\u8bfe\u7a0b\u5fc5\u987b\u6307\u5b9a\u5f00\u59cb\u65e5\u671f\u3002", - "The course start date must be later than the enrollment start date.": "\u8bfe\u7a0b\u5f00\u59cb\u65e5\u671f\u5fc5\u987b\u665a\u4e8e\u8bfe\u7a0b\u52a0\u5165\u65e5\u671f\u3002", - "The display of ungraded and checked out responses could not be loaded.": "\u672a\u6253\u5206\u53ca\u5df2\u901a\u8fc7\u56de\u7b54\u7684\u7a97\u53e3\u65e0\u6cd5\u52a0\u8f7d\u3002", - "The email address you've provided isn't formatted correctly.": "\u60a8\u6240\u63d0\u4f9b\u7684\u90ae\u7bb1\u683c\u5f0f\u4e0d\u6b63\u786e\u3002", - "The enrollment end date cannot be after the course end date.": "\u9009\u8bfe\u622a\u6b62\u65e5\u671f\u5e94\u5728\u8bfe\u7a0b\u7ed3\u675f\u65e5\u671f\u4e4b\u524d\u3002", - "The enrollment start date cannot be after the enrollment end date.": "\u9009\u8bfe\u5f00\u59cb\u65e5\u671f\u5e94\u8be5\u65e9\u4e8e\u9009\u8bfe\u622a\u6b62\u65e5\u671f\u3002", - "The file could not be uploaded.": "\u65e0\u6cd5\u4e0a\u4f20\u6b64\u6587\u4ef6\u3002", - "The file must be at least {size} in size.": "\u6587\u4ef6\u5fc5\u987b\u5927\u4e8e {size}", - "The file must be smaller than {size} in size.": "\u6587\u4ef6\u5fc5\u987b\u5c0f\u4e8e {size} ", - "The following email addresses and/or usernames are invalid:": "\u4ee5\u4e0b\u90ae\u7bb1/\u7528\u6237\u540d\u65e0\u6548\uff1a", - "The following errors were generated:": "\u51fa\u73b0\u4ee5\u4e0b\u9519\u8bef\uff1a", - "The following file types are not allowed: ": "\u4e0b\u5217\u6587\u4ef6\u7c7b\u578b\u4e0d\u53ef\u7528\uff1a", - "The following information is already a part of your {platform} profile. We\\'ve included it here for your application.": "\u4ee5\u4e0b\u4fe1\u606f\u5df2\u7ecf\u662f\u60a8\u7684 {platform} \u7b80\u8ff0\u7684\u4e00\u90e8\u5206\u3002\u6211\u4eec\u5df2\u5c06\u5176\u5217\u5165\u60a8\u7684\u7533\u8bf7\u4e2d\u3002", - "The following message will be displayed at the bottom of the courseware pages within your course:": "\u4ee5\u4e0b\u4fe1\u606f\u5c06\u4f1a\u5728\u60a8\u8bfe\u7a0b\u7684\u8bfe\u4ef6\u9875\u9762\u5e95\u90e8\u663e\u793a\uff1a", - "The following options are available for the {license_name} license.": "\u4ee5\u4e0b\u4e3a {license_name}\u8bb8\u53ef\u7684\u53ef\u7528\u9009\u9879", - "The following users are no longer enrolled in the course:": "\u4ee5\u4e0b\u7528\u6237\u5df2\u4e0d\u518d\u9009\u4fee\u672c\u8bfe\u7a0b\uff1a", - "The following warnings were generated:": "\u51fa\u73b0\u4ee5\u4e0b\u8b66\u544a\uff1a", - "The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.": "\u6b64\u7c7b\u578b\u4f5c\u4e1a\u7684\u4e00\u822c\u5206\u7c7b\uff0c\u5982\uff1a\u5bb6\u5ead\u4f5c\u4e1a\u3001\u671f\u4e2d\u8003\u8bd5\u3002\u5b66\u5458\u53ef\u89c1\u6b64\u540d\u79f0\u3002", - "The grading process is still running. Refresh the page to see updates.": "\u6b63\u5728\u8fdb\u884c\u8bc4\u5206\uff0c\u8bf7\u5237\u65b0\u9875\u9762\u67e5\u770b\u7ed3\u679c\u3002", - "The language that team members primarily use to communicate with each other.": "\u56e2\u961f\u6210\u5458\u4e3b\u8981\u4f7f\u7528\u7684\u4ea4\u6d41\u8bed\u8a00\u3002", - "The language used throughout this site. This site is currently available in a limited number of languages. Changing the value of this field will cause the page to refresh.": "\u672c\u7ad9\u6240\u4f7f\u7528\u7684\u8bed\u8a00\uff0c\u6682\u65f6\u53ea\u652f\u6301\u90e8\u5206\u8bed\u8a00\uff0c\u66f4\u6539\u6b64\u5b57\u6bb5\u7684\u503c\u4f1a\u5bfc\u81f4\u9875\u9762\u5237\u65b0\u3002", - "The minimum completion percentage must be a whole number between 0 and 100.": "\u6700\u4f4e\u5b8c\u6210\u7387\u5fc5\u987b\u4e3a0-100\u7684\u6574\u6570\u3002", - "The minimum grade for course credit is not set.": "\u5c1a\u672a\u8bbe\u7f6e\u80fd\u83b7\u53d6\u8bfe\u7a0b\u5b66\u5206\u7684\u6700\u4f4e\u5206\u503c\u3002", - "The minimum score percentage must be a whole number between 0 and 100.": "\u5206\u6570\u767e\u5206\u6bd4\u7684\u6700\u5c0f\u503c\u5fc5\u987b\u662f\u57280\u5230100\u4e4b\u95f4\u7684\u6574\u6570\u3002", - "The more you tell us, the more quickly and helpfully we can respond!": "\u60a8\u63d0\u4f9b\u7684\u4fe1\u606f\u8d8a\u8be6\u7ec6\uff0c\u6211\u4eec\u8d8a\u80fd\u5feb\u901f\u5e76\u6709\u6548\u5730\u5e2e\u52a9\u5230\u60a8\uff01", - "The name of this signatory as it should appear on certificates.": "\u7b7e\u53d1\u8005\u5728\u8bc1\u4e66\u4e0a\u663e\u793a\u7684\u540d\u5b57", - "The name that identifies you on {platform_name}. You cannot change your username.": "\u60a8\u5728{platform_name}\u4e0a\u7684\u540d\u5b57\uff0c\u7528\u6237\u540d\u65e0\u6cd5\u66f4\u6539\u3002", - "The name that is used for ID verification and that appears on your certificates.": "\u7528\u4e8e\u8eab\u4efd\u8ba4\u8bc1\u548c\u663e\u793a\u5728\u8bc1\u4e66\u4e0a\u7684\u59d3\u540d\u3002", - "The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.": "\u6b64\u7c7b\u578b\u5c06\u4f1a\u88ab\u5f03\u7528\u7684\u4f5c\u4e1a\u6570\u3002\u6700\u4f4e\u5206\u7684\u4f5c\u4e1a\u4f1a\u6700\u5148\u88ab\u5f03\u7528\u3002", - "The number of subsections in the course that contain problems of this assignment type.": "\u8bfe\u7a0b\u4e2d\u6240\u6709\u5305\u542b\u6b64\u4efb\u52a1\u7c7b\u578b\u7684\u8282\u6570\u3002", - "The organization that this signatory belongs to, as it should appear on certificates.": "\u6b64\u7b7e\u7f72\u4eba\u6240\u5c5e\u7684\u7ec4\u7ec7\uff0c\u5e94\u663e\u793a\u5728\u8bc1\u4e66\u4e0a\u3002", - "The page \"{route}\" could not be found.": "\u65e0\u6cd5\u627e\u5230\"{route}\"\u9875\u9762\u3002", - "The photo of your face matches the photo on your ID.": "\u60a8\u7684\u9762\u90e8\u7167\u7247\u4e0e\u60a8\u8eab\u4efd\u8bc1\u4ef6\u4e0a\u7684\u7167\u7247\u76f8\u7b26\u3002", - "The post you selected has been deleted.": "\u60a8\u6240\u9009\u62e9\u7684\u5e16\u5b50\u5df2\u88ab\u5220\u9664\u3002", - "The published branch version, {published}, was reset to the draft branch version, {draft}.": "\u5df2\u53d1\u5e03\u5206\u652f\u7248\u672c{published}\u88ab\u91cd\u7f6e\u4e3a\u521d\u7a3f\u5206\u652f\u7248\u672c{draft}\u3002", - "The raw error message is:": "\u539f\u59cb\u7684\u9519\u8bef\u4fe1\u606f\u662f\uff1a", - "The refund deadline for this course has passed,so you will not receive a refund.": "\u6b64\u8bfe\u7a0b\u7684\u9000\u6b3e\u671f\u9650\u5df2\u8fc7\uff0c\u60a8\u5c06\u65e0\u6cd5\u83b7\u5f97\u9000\u6b3e\u3002", - "The selected content group does not exist": "\u9009\u53d6\u7684\u5185\u5bb9\u7ec4\u4e0d\u5b58\u5728\u3002", - "The selected image must be larger than {minFileSizeInKB}.": "\u6240\u9009\u62e9\u7684\u56fe\u7247\u5fc5\u987b\u5927\u4e8e {minFileSizeInKB}\u3002", - "The selected image must be smaller than {maxFileSizeInMB}.": "\u6240\u9009\u62e9\u7684\u56fe\u7247\u5fc5\u987b\u5c0f\u4e8e {maxFileSizeInMB}\u3002", - "The server could not be contacted.": "\u65e0\u6cd5\u8054\u7cfb\u670d\u52a1\u5668\u3002", - "The staff assessment form could not be loaded.": "\u5de5\u4f5c\u4eba\u5458\u8bc4\u6d4b\u8868\u683c\u65e0\u6cd5\u52a0\u8f7d\u3002", - "The submission could not be removed from the grading pool.": "\u8be5\u63d0\u4ea4\u65e0\u6cd5\u4ece\u8bc4\u5206\u6c60\u4e2d\u5220\u9664\u3002", - "The team \"{team}\" could not be found.": "\u65e0\u6cd5\u627e\u5230\"{team}\"\u56e2\u961f\u3002", - "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "\u7b2c\u4e00\u4e2a\u89c6\u9891\u6587\u4ef6\u7684\u5b57\u5e55\u4f3c\u4e4e\u4e0e\u7b2c\u4e8c\u4e2a\u89c6\u9891\u6587\u4ef6\u7684\u5b57\u5e55\u4e0d\u540c\u3002", - "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "EdX \u4e0a\u8be5\u89c6\u9891\u7684\u5b57\u5e55\u5df2\u8fc7\u671f\uff0c\u4f46 YouTube \u4e0a\u6709\u8be5\u89c6\u9891\u5b57\u5e55\u7684\u5f53\u524d\u7248\u672c\u3002", - "The timer on the right shows the time remaining in the exam.": "\u53f3\u8fb9\u7684\u8ba1\u65f6\u5668\u663e\u793a\u8003\u8bd5\u5269\u4e0b\u7684\u65f6\u95f4\u3002", - "The topic \"{topic}\" could not be found.": "\u65e0\u6cd5\u627e\u5230\"{topic}\"\u4e3b\u9898\u3002", - "The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.": "\u6b64\u7c7b\u578b\u7684\u6240\u6709\u4f5c\u4e1a\u5360\u603b\u5206\u7684\u767e\u5206\u6bd4\uff0c\u5982\uff1a40\uff0c\u8bf7\u52ff\u8f93\u5165\u767e\u5206\u53f7\u3002", - "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "{cohortGroupName}\u7fa4\u7ec4\u5df2\u7ecf\u521b\u5efa\uff0c\u60a8\u53ef\u4ee5\u624b\u52a8\u6dfb\u52a0\u5b66\u751f\u5230\u8fd9\u4e2a\u7fa4\u7ec4\u3002", - "There are invalid keywords in your email. Check the following keywords and try again.": "\u60a8\u7684\u7535\u5b50\u90ae\u4ef6\u4e2d\u5b58\u5728\u65e0\u6548\u5173\u952e\u8bcd\uff0c\u8bf7\u68c0\u67e5\u4ee5\u4e0b\u5173\u952e\u8bcd\u5e76\u91cd\u8bd5\u3002", - "There are no posts in this topic yet.": "\u6682\u65e0\u5173\u4e8e\u6b64\u4e3b\u9898\u7684\u5e16\u5b50\u3002", - "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.": "\u81f3\u5c11\u6709\u4e00\u4e2a\u7ec4\u4ef6\u5728\u5bfc\u51fa\u5230XML\u65f6\u5931\u8d25\u4e86\u3002\u5728\u5c1d\u8bd5\u91cd\u65b0\u5bfc\u51fa\u4e4b\u524d\uff0c\u5efa\u8bae\u60a8\u5148\u53bb\u7f16\u8f91\u9875\u9762\u5e76\u4fee\u590d\u9519\u8bef\u3002\u8bf7\u68c0\u67e5\u5e76\u786e\u8ba4\u8fd9\u4e2a\u9875\u9762\u4e0a\u7684\u6240\u6709\u7ec4\u4ef6\u90fd\u6709\u6548\uff0c\u800c\u4e14\u6ca1\u6709\u663e\u793a\u4efb\u4f55\u9519\u8bef\u4fe1\u606f\u3002", - "There has been an error processing your survey.": "\u5728\u5904\u7406\u60a8\u7684\u8c03\u67e5\u65f6\u51fa\u73b0\u4e86\u4e00\u4e2a\u9519\u8bef\u3002", - "There has been an error while exporting.": "\u5bfc\u51fa\u65f6\u51fa\u9519\u4e86\u3002", - "There has been an error with your export.": "\u5bfc\u51fa\u65f6\u53d1\u751f\u4e86\u9519\u8bef\u3002", - "There is invalid code in your content. Please check to make sure it is valid HTML.": "\u60a8\u7684\u5185\u5bb9\u4e2d\u6709\u65e0\u6548\u7684\u4ee3\u7801\u3002\u8bf7\u4ed4\u7ec6\u68c0\u67e5\u4ee5\u786e\u4fdd\u5176\u662f\u5408\u6cd5\u7684HTML\u3002", - "There is no email history for this course.": "\u672c\u8bfe\u7a0b\u5c1a\u65e0\u53d1\u9001\u7535\u5b50\u90ae\u4ef6\u8bb0\u5f55\u3002", - "There must be at least one group.": "\u5fc5\u987b\u81f3\u5c11\u6709\u4e00\u4e2a\u7ec4\u3002", - "There must be one cohort to which students can automatically be assigned.": "\u5fc5\u987b\u5b58\u5728\u4e00\u4e2a\u5b66\u751f\u53ef\u88ab\u81ea\u52a8\u5206\u914d\u8fdb\u53bb\u7684\u7fa4\u7ec4\u3002", - "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "\u521b\u5efa\u62a5\u544a\u65f6\u53d1\u751f\u95ee\u9898\uff0c\u8bf7\u9009\u62e9\u201c\u521b\u5efa\u6267\u884c\u6458\u8981\u201d\u91cd\u65b0\u5c1d\u8bd5\u3002", - "There was an error changing the user's role": "\u66f4\u6539\u7528\u6237\u89d2\u8272\u8fc7\u7a0b\u4e2d\u51fa\u73b0\u9519\u8bef", - "There was an error during the upload process.": "\u6587\u4ef6\u4e0a\u4f20\u8fc7\u7a0b\u51fa\u9519\u3002", - "There was an error obtaining email content history for this course.": "\u5b58\u5728\u80fd\u83b7\u53d6\u8be5\u8bfe\u7a0b\u90ae\u4ef6\u5185\u5bb9\u5386\u53f2\u8bb0\u5f55\u7684\u9519\u8bef", - "There was an error obtaining email task history for this course.": "\u83b7\u53d6\u8be5\u8bfe\u7a0b\u7684\u90ae\u4ef6\u4efb\u52a1\u5386\u53f2\u8bb0\u5f55\u65f6\u53d1\u751f\u9519\u8bef\u3002", - "There was an error retrieving preview results for this catalog. Please check that your query is correct and try again.": "\u5728\u83b7\u53d6\u8fd9\u4e2a\u76ee\u5f55\u7684\u9884\u89c8\u7ed3\u679c\u65f6\u53d1\u751f\u9519\u8bef\u3002\u8bf7\u68c0\u67e5\u60a8\u7684\u6307\u4ee4\u662f\u5426\u6b63\u786e\u5e76\u91cd\u8bd5\u3002", - "There was an error updating your goal.": "\u66f4\u65b0\u76ee\u6807\u65f6\u51fa\u9519\u3002", + ], + "Showing results for \"{searchString}\"": "\u663e\u793a\"{searchString}\"\u7684\u641c\u7d22\u7ed3\u679c", + "Showing {currentItemRange} out of {totalItemsCount}, filtered by {assetType}, sorted by {sortName} ascending": "\u5728 {totalItemsCount} \u5916\u663e\u793a {currentItemRange} \uff0c\u7531 {assetType} \u8fdb\u884c\u7b5b\u9009\uff0c\u5e76\u6839\u636e {sortName} \u5347\u5e8f\u8fdb\u884c\u5206\u7c7b", + "Showing {currentItemRange} out of {totalItemsCount}, filtered by {assetType}, sorted by {sortName} descending": "\u5728 {totalItemsCount} \u5916\u663e\u793a {currentItemRange}\uff0c\u7531 {assetType} \u8fdb\u884c\u7b5b\u9009\uff0c\u5e76\u6839\u636e {sortName} \u964d\u5e8f\u8fdb\u884c\u5206\u7c7b", + "Showing {currentItemRange} out of {totalItemsCount}, sorted by {sortName} ascending": "\u5728 {totalItemsCount} \u4e2d\u663e\u793a {currentItemRange}\uff0c\u6309 {sortName} \u5347\u5e8f\u6392\u5e8f", + "Showing {currentItemRange} out of {totalItemsCount}, sorted by {sortName} descending": "\u5728 {totalItemsCount} \u5916\u663e\u793a {currentItemRange}\uff0c\u6839\u636e {sortName} \u964d\u5e8f\u8fdb\u884c\u5206\u7c7b", + "Showing {firstIndex} out of {numItems} total": "\u663e\u793a {firstIndex} / {numItems}", + "Showing {firstIndex}-{lastIndex} out of {numItems} total": "\u663e\u793a {firstIndex} - {lastIndex} / {numItems}", + "Sign In": "\u767b\u5f55", + "Sign in": "\u767b\u5f55", + "Sign in here using your email address and password, or use one of the providers listed below.": "\u4f7f\u7528\u60a8\u7684\u7535\u5b50\u90ae\u4ef6\u548c\u5bc6\u7801\u6216\u4f7f\u7528\u4ee5\u4e0b\u5217\u51fa\u7684\u4e00\u4e2a\u65b9\u5f0f\u5728\u6b64\u5904\u767b\u5f55\u3002", + "Sign in here using your email address and password.": "\u5728\u8fd9\u91cc\u4f7f\u7528\u60a8\u7684\u7535\u5b50\u90ae\u4ef6\u548c\u5bc6\u7801\u767b\u5f55\u3002", + "Sign in to continue learning": "\u767b\u5f55\u4ee5\u7ee7\u7eed\u5b66\u4e60", + "Sign in to continue learning as {email}": "\u4f7f\u7528{email}\u767b\u5f55\uff0c\u7ee7\u7eed\u5b66\u4e60", + "Sign in to {platform} so we can help you better.": "\u8bf7\u767b\u5f55{platform}\uff0c\u4ee5\u83b7\u5f97\u66f4\u597d\u7684\u5e2e\u52a9\u3002", + "Sign in using %(providerName)s": "\u4f7f\u7528 %(providerName)s \u767b\u5f55", + "Sign in with %(providerName)s": "\u4f7f\u7528 %(providerName)s \u767b\u5f55", + "Sign in with Institution/Campus Credentials": "\u4f7f\u7528\u673a\u6784/\u6821\u56ed\u8d26\u53f7\u767b\u5f55", + "Sign in.": "\u767b\u5f55", + "Signatory": "\u7b7e\u540d", + "Signatory field(s) has invalid data.": "\u7b7e\u7f72\u8005\u5b57\u6bb5\uff08\u6216\u591a\u4e2a\uff09\u5305\u542b\u65e0\u6548\u6570\u636e\u3002", + "Signature Image": "\u7b7e\u540d\u56fe\u7247", + "Skip": "\u8df3\u8fc7", + "Social Media Links": "\u793e\u4ea4\u5a92\u4f53\u94fe\u63a5", + "Some Rights Reserved": "\u4fdd\u7559\u90e8\u5206\u6743\u5229", + "Some images in this post have been omitted": "\u6b64\u5e16\u7684\u90e8\u5206\u56fe\u7247\u88ab\u7701\u7565\u3002", + "Something went wrong changing this enrollment. Please try again.": "\u5728\u53d8\u66f4\u8fd9\u9879\u6ce8\u518c\u65f6\u51fa\u73b0\u4e86\u4e00\u4e9b\u95ee\u9898\u3002\u8bf7\u518d\u8bd5\u4e00\u6b21\u3002", + "Something went wrong. Please try again later.": "\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u7a0d\u540e\u91cd\u8bd5\u3002", + "Sorry, no results were found.": "\u5bf9\u4e0d\u8d77\uff0c\u672a\u627e\u5230\u641c\u7d22\u7ed3\u679c\u3002", + "Sorry, there was an error parsing the subtitles that you uploaded. Please check the format and try again.": "\u62b1\u6b49\uff0c\u60a8\u4e0a\u4f20\u7684\u5b57\u5e55\u6587\u4ef6\u5b58\u5728\u683c\u5f0f\u9519\u8bef\uff0c\u8bf7\u68c0\u67e5\u5e76\u91cd\u65b0\u4e0a\u4f20\u3002", + "Sorry, there was an error trying to process your request. Please try again later.": "\u62b1\u6b49\uff0c\u5904\u7406\u60a8\u7684\u8bf7\u6c42\u65f6\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u7a0d\u540e\u91cd\u8bd5\u3002", + "Sorted by": "\u6392\u5217", + "Source": "\u6e90", + "Source code": "\u6e90\u4ee3\u7801", + "Special character": "\u7279\u6b8a\u5b57\u7b26", + "Specify an alternative to the official course title to display on certificates. Leave blank to use the official course title.": "\u8bbe\u7f6e\u8bc1\u4e66\u4e0a\u6240\u663e\u793a\u7684\u5b98\u65b9\u8bfe\u7a0b\u6807\u9898\u7684\u522b\u540d\u3002\u5982\u679c\u7559\u7a7a\uff0c\u5219\u4f7f\u7528\u5b98\u65b9\u8bfe\u7a0b\u6807\u9898\u3002", + "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam, along with the {linkStart}general proctored exam rules{linkEnd}.": "\u8bbe\u7f6e\u89c4\u5219\u6216\u671f\u671b\u6761\u4f8b\uff0c\u65b9\u4fbf\u76d1\u8003\u5ba1\u67e5\u56e2\u961f\u5728\u5ba1\u67e5\u89c6\u9891\u65f6\u6ce8\u610f\u67d0\u4e9b\u95ee\u9898\u3002\u4f8b\u5982\uff0c\u60a8\u53ef\u4ee5\u8bbe\u7f6e\u201c\u5141\u8bb8\u4f7f\u7528\u8ba1\u7b97\u5668\u201d\u3002\u5b66\u5458\u5728\u8003\u8bd5\u524d\u53ef\u770b\u89c1\u8fd9\u4e9b\u8bbe\u7f6e\u7684\u89c4\u5219\u3001{linkStart}\u4e00\u822c\u76d1\u8003\u6a21\u5f0f\u8003\u8bd5\u89c4\u5219{linkEnd}\u3002", + "Specify any rules or rule exceptions that the proctoring review team should enforce when reviewing the videos. For example, you could specify that calculators are allowed. These specified rules are visible to learners before the learners start the exam.": "\u8bbe\u7f6e\u89c4\u5219\u6216\u671f\u671b\u6761\u4f8b\uff0c\u65b9\u4fbf\u76d1\u8003\u5ba1\u67e5\u56e2\u961f\u5728\u5ba1\u67e5\u89c6\u9891\u65f6\u6ce8\u610f\u67d0\u4e9b\u95ee\u9898\u3002\u4f8b\u5982\uff0c\u60a8\u53ef\u4ee5\u8bbe\u7f6e\u201c\u5141\u8bb8\u4f7f\u7528\u8ba1\u7b97\u5668\u201d\u3002\u5b66\u5458\u5728\u8003\u8bd5\u524d\u53ef\u770b\u89c1\u8fd9\u4e9b\u8bbe\u7f6e\u7684\u89c4\u5219\u3002", + "Specify whether content-specific discussion topics are divided.": "\u8bbe\u7f6e\u662f\u5426\u533a\u5206\u4ee5\u5177\u4f53\u5185\u5bb9\u800c\u5b9a\u7684\u8ba8\u8bba\u4e3b\u9898\u3002", + "Specify whether discussion topics are divided": "\u8bbe\u7f6e\u662f\u5426\u533a\u5206\u8ba8\u8bba\u4e3b\u9898", + "Speed": "\u901f\u5ea6", + "Spellcheck": "\u62fc\u5199\u68c0\u67e5", + "Split cell": "\u62c6\u5206\u5355\u5143\u683c", + "Square": "\u6b63\u65b9\u5f62", + "Staff": "\u6559\u5458", + "Staff Only": "\u4ec5\u5458\u5de5", + "Staff and Learners": "\u5458\u5de5\u4e0e\u5b66\u5458", + "Start Date": "\u5f00\u59cb\u65e5\u671f", + "Start Proctored Exam": "\u5f00\u59cb\u76d1\u8003\u8003\u8bd5", + "Start System Check": "\u5f00\u59cb\u68c0\u67e5\u7cfb\u7edf", + "Start generating certificates for all students in this course?": "\u662f\u5426\u5f00\u59cb\u4e3a\u8be5\u8bfe\u7a0b\u7684\u6240\u6709\u5b66\u751f\u751f\u6210\u8bc1\u4e66\uff1f", + "Start of transcript. Skip to the end.": "\u5b57\u5e55\u5f00\u59cb\u3002\u8df3\u8f6c\u81f3\u7ed3\u5c3e\u3002", + "Start regenerating certificates for students in this course?": "\u786e\u5b9a\u91cd\u65b0\u4ea7\u751f\u6b64\u8bfe\u7a0b\u6240\u6709\u5b66\u751f\u7684\u8bc1\u4e66\uff1f", + "Start search": "\u5f00\u59cb\u641c\u7d22", + "Start working toward your next learning goal.": "\u5f00\u59cb\u5411\u60a8\u7684\u4e0b\u4e00\u4e2a\u5b66\u4e60\u76ee\u6807\u8fc8\u8fdb\u3002", + "Started": "\u5df2\u7ecf\u5f00\u59cb", + "Started entrance exam rescore task for student '{student_id}'. Click the 'Show Task Status' button to see the status of the task.": "\u5df2\u542f\u52a8\u4e3a\u5b66\u751f'{student_id}'\u7684\u5165\u5b66\u8003\u8bd5\u91cd\u65b0\u8bc4\u5206\u7684\u4efb\u52a1\uff0c\u8bf7\u70b9\u51fb\u201c\u663e\u793a\u4efb\u52a1\u72b6\u6001\u201d\u6309\u94ae\u6765\u67e5\u770b\u4efb\u52a1\u72b6\u6001\u3002", + "Started rescore problem task for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u5df2\u542f\u52a8\u8986\u76d6\u9898\u76ee\u201c<%- problem_id %>\u201d\u548c\u5b66\u751f\u201c<%- student_id %>\u201d\u5206\u6570\u7684\u4efb\u52a1\uff0c\u70b9\u51fb\u201c\u663e\u793a\u4efb\u52a1\u72b6\u6001\u201d\u53ef\u67e5\u770b\u4efb\u52a1\u7684\u72b6\u6001\u3002", + "Started task to override the score for problem '<%- problem_id %>' and student '<%- student_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u5df2\u542f\u52a8\u8986\u76d6\u9898\u76ee\u201c<%- problem_id %>\u201d\u548c\u5b66\u751f\u201c<%- student_id %>\u201d\u5206\u6570\u7684\u4efb\u52a1\uff0c\u70b9\u51fb\u201c\u663e\u793a\u4efb\u52a1\u72b6\u6001\u201d\u53ef\u67e5\u770b\u4efb\u52a1\u7684\u72b6\u6001\u3002", + "Started {start}": "\u5f00\u59cb{start}", + "Starts": "\u5f00\u59cb", + "Starts {start}": "\u5f00\u59cb{start}", + "Starts: %(start_date)s": "\u5f00\u59cb\u4e8e\uff1a%(start_date)s", + "State": "\u72b6\u6001", + "Status": "\u72b6\u6001", + "Status of Your Response": "\u60a8\u7684\u7b54\u6848\u7684\u72b6\u6001", + "Strikethrough": "\u5220\u9664\u7ebf", + "Student": "\u5b66\u751f", + "Student Removed from certificate white list successfully.": "\u5b66\u751f\u5df2\u4ece\u8bc1\u4e66\u8bb8\u53ef\u540d\u5355\u4e2d\u79fb\u9664\u6210\u529f\u3002", + "Student email or username": "\u5b66\u751f\u90ae\u7bb1\u6216\u7528\u6237\u540d", + "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Add to Exception List\" button.": "\u5b66\u751f\u7684\u7528\u6237\u540d / \u7535\u5b50\u90ae\u4ef6\u662f\u5fc5\u586b\u9879\uff0c\u4e0d\u80fd\u7559\u7a7a\u3002\u8bf7\u586b\u5165\u7528\u6237\u540d / \u7535\u5b50\u90ae\u4ef6\uff0c\u5e76\u70b9\u51fb\u201c\u6dfb\u52a0\u5230\u4f8b\u5916\u540d\u5355\u201d\u6309\u94ae\u3002", + "Student username/email field is required and can not be empty. Kindly fill in username/email and then press \"Invalidate Certificate\" button.": "\u5b66\u751f\u7684\u7528\u6237\u540d / \u7535\u5b50\u90ae\u4ef6\u662f\u5fc5\u586b\u9879\uff0c\u4e0d\u80fd\u7559\u7a7a\u3002\u8bf7\u586b\u5165\u7528\u6237\u540d / \u7535\u5b50\u90ae\u4ef6\uff0c\u5e76\u70b9\u51fb\u201c\u4f5c\u5e9f\u8bc1\u4e66\u201d\u7684\u6309\u94ae\u3002", + "Studio's having trouble saving your work": "\u4fdd\u5b58\u65f6\u9047\u5230\u95ee\u9898", + "Studio:": "Studio\uff1a", + "Style": "\u6837\u5f0f", + "Subject": "\u6807\u9898", + "Subject:": "\u6807\u9898", + "Submission aborted! Sorry, your browser does not support file uploads. If you can, please use Chrome or Safari which have been verified to support file uploads.": "\u63d0\u4ea4\u4e2d\u65ad\uff01\u62b1\u6b49\uff0c\u60a8\u7684\u6d4f\u89c8\u5668\u4e0d\u652f\u6301\u6587\u4ef6\u4e0a\u4f20\u3002\u8bf7\u5c3d\u53ef\u80fd\u4f7f\u7528 Chrome \u6216\u8005 Safari \u7b49\u652f\u6301\u6587\u4ef6\u4e0a\u4f20\u7684\u6d4f\u89c8\u5668\u3002", + "Submit": "\u63d0\u4ea4", + "Submit Application": "\u63d0\u4ea4\u5e94\u7528", + "Submit enrollment change": "\u63d0\u4ea4\u9009\u8bfe\u53d8\u66f4", + "Submitted": "\u5df2\u63d0\u4ea4", + "Subscript": "\u4e0b\u6807", + "Subsection": "\u8282", + "Subsection Visibility": "\u5c0f\u8282\u53ef\u89c1\u6027", + "Subsection is hidden after course end date": "\u7ed3\u8bfe\u65e5\u671f\u8fc7\u540e\u9690\u85cf\u5c0f\u8282", + "Subsection is hidden after due date": "\u622a\u6b62\u65e5\u671f\u8fc7\u540e\u9690\u85cf\u5c0f\u8282", + "Subsections": "\u5206\u6bb5", + "Success": "\u6210\u529f", + "Success! \"{displayName}\" has been moved.": "\u64cd\u4f5c\u6210\u529f\uff01\u201c{displayName}\u201d \u5df2\u88ab\u79fb\u51fa\u3002", + "Success! Problem attempts reset for problem '<%- problem_id %>' and student '<%- student_id %>'.": "\u5904\u7406\u6210\u529f\uff01\u9898\u76ee'<%- problem_id %>' \u4e0e\u5b66\u751f'<%- student_id %>'\u7684\u56de\u7b54\u5c1d\u8bd5\u6b21\u6570\u5df2\u91cd\u7f6e\u3002", + "Successfully deleted student state for user {user}": "\u6210\u529f\u5220\u9664\u5b66\u751f{user}\u7684\u72b6\u6001", + "Successfully enrolled and sent email to the following users:": "\u4ee5\u4e0b\u7528\u6237\u5df2\u6210\u529f\u9009\u8bfe\uff0c\u5e76\u5411\u4ed6\u4eec\u53d1\u9001\u7535\u5b50\u90ae\u4ef6\uff1a", + "Successfully enrolled the following users:": "\u4ee5\u4e0b\u7528\u6237\u5df2\u7ecf\u6210\u529f\u9009\u8bfe\uff1a", + "Successfully overrode problem score for {user}": "\u6210\u529f\u8986\u76d6{user}\u7684\u9898\u76ee\u5f97\u5206", + "Successfully rescored problem for user {user}": "\u6210\u529f\u91cd\u8bc4\u7528\u6237 {user}\u5f97\u5206", + "Successfully rescored problem to improve score for user {user}": "\u4e3a\u7528\u6237{user}\u91cd\u8bc4\u9898\u76ee\u5f97\u5206\u6210\u529f", + "Successfully reset the attempts for user {user}": "\u6210\u529f\u91cd\u7f6e\u7528\u6237{user}\u7684\u8bf7\u6c42", + "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "\u9009\u8bfe\u90ae\u4ef6\u5df2\u6210\u529f\u53d1\u9001\u81f3\u4ee5\u4e0b\u7528\u6237\uff0c\u4ed6\u4eec\u6ce8\u518c\u540e\u5373\u53ef\u9009\u8bfe\uff1a", + "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "\u9009\u8bfe\u90ae\u4ef6\u5df2\u6210\u529f\u53d1\u9001\u81f3\u8fd9\u4e9b\u7528\u6237\uff0c\u4ed6\u4eec\u6ce8\u518c\u540e\u5373\u5df2\u9009\u8bfe\uff1a", + "Successfully started task to rescore problem '<%- problem_id %>' for all students. Click the 'Show Task Status' button to see the status of the task.": "\u6210\u529f\u542f\u52a8\u4e3a\u6240\u6709\u5b66\u751f\u7684\u9898\u76ee '<%- problem_id %>'\u91cd\u65b0\u8bc4\u5206\u7684\u4efb\u52a1\u3002\u70b9\u51fb\u201c\u663e\u793a\u4efb\u52a1\u72b6\u6001\u201d\u6309\u94ae\u6765\u67e5\u770b\u4efb\u52a1\u72b6\u6001\u3002", + "Successfully started task to reset attempts for problem '<%- problem_id %>'. Click the 'Show Task Status' button to see the status of the task.": "\u6210\u529f\u5f00\u542f\u91cd\u7f6e\u9898\u76ee\u201c<%- problem_id %>\u201d\u7684\u5c1d\u8bd5\u6b21\u6570\u7684\u4efb\u52a1\uff0c\u70b9\u51fb\u201c\u663e\u793a\u4efb\u52a1\u72b6\u6001\u201d\u6309\u94ae\u53ef\u67e5\u770b\u4efb\u52a1\u7684\u72b6\u6001\u3002", + "Successfully unlinked.": "\u89e3\u7ed1\u6210\u529f\u3002", + "Superscript": "\u4e0a\u6807", + "Support education research by providing additional information": "\u8bf7\u63d0\u4f9b\u60a8\u7684\u5176\u4ed6\u4fe1\u606f\uff0c\u4ee5\u652f\u6301\u6211\u4eec\u7684\u6559\u80b2\u7814\u7a76\u8c03\u67e5", + "Supported": "\u652f\u6301", + "Supported file types: {supportedVideoTypes}": "\u652f\u6301\u7684\u6587\u4ef6\u7c7b\u578b\uff1a{supportedVideoTypes}", + "Switch Language Back": "\u5207\u6362\u8bed\u8a00", + "TOTAL": "\u603b\u8ba1", + "Table": "\u8868\u683c", + "Table properties": "\u8868\u683c\u5c5e\u6027", + "Tags": "\u6807\u7b7e", + "Tags:": "\u6807\u7b7e\uff1a", + "Take Photo": "\u62cd\u7167", + "Take Your Photo": "\u7ed9\u81ea\u5df1\u62cd\u7167", + "Take a Photo of Your ID": "\u62cd\u6444\u60a8\u7684\u8eab\u4efd\u8bc1\u4ef6", + "Take a photo of your ID": "\u62cd\u6444\u4e00\u5f20\u60a8\u7684\u8eab\u4efd\u8bc1\u4ef6\u7684\u7167\u7247", + "Take me to the main course page": "\u8df3\u8f6c\u81f3\u8bfe\u7a0b\u4e3b\u9875", + "Take me to the main library page": "\u8df3\u8f6c\u81f3\u77e5\u8bc6\u5e93\u4e3b\u9875", + "Take me to the new location": "\u8bf7\u968f\u540c\u524d\u5f80\u65b0\u4f4d\u7f6e", + "Take this exam without proctoring.": "\u5173\u95ed\u672c\u6b21\u8003\u8bd5\u7684\u76d1\u8003\u529f\u80fd\u3002", + "Taking As Open Exam": "\u5207\u6362\u81f3\u5f00\u5377\u6a21\u5f0f", + "Taking As Proctored Exam": "\u5207\u6362\u81f3\u76d1\u8003\u6a21\u5f0f", + "Taking as Proctored": "\u5207\u6362\u81f3\u76d1\u8003\u6a21\u5f0f", + "Target": "\u76ee\u6807", + "Task ID": "\u4efb\u52a1ID", + "Task Progress": "\u4efb\u52a1\u8fdb\u5ea6", + "Task Status": "\u4efb\u52a1\u72b6\u6001", + "Task Type": "\u4efb\u52a1\u7c7b\u578b", + "Task inputs": "\u4efb\u52a1\u8f93\u5165", + "Teaching Assistant": "\u52a9\u6559", + "Team \"{team}\" successfully deleted.": "\u56e2\u961f \"{team}\" \u5df2\u6210\u529f\u5220\u9664\u3002", + "Team Description (Required) *": "\u56e2\u961f\u4ecb\u7ecd(\u5fc5\u9700)*", + "Team Details": "\u56e2\u961f\u8be6\u60c5", + "Team Name (Required) *": "\u56e2\u961f\u540d(\u5fc5\u9700)*", + "Team Search": "\u641c\u7d22\u56e2\u961f", + "Team capacity": "\u56e2\u961f\u5bb9\u91cf", + "Team description cannot have more than 300 characters.": "\u56e2\u961f\u63cf\u8ff0\u4e0d\u80fd\u8d85\u8fc7 300 \u4e2a\u5b57\u7b26\u3002", + "Team member profiles": "\u56e2\u961f\u6210\u5458\u7b80\u4ecb", + "Team name cannot have more than 255 characters.": "\u56e2\u961f\u540d\u79f0\u4e0d\u80fd\u8d85\u8fc7 255 \u4e2a\u5b57\u7b26", + "Teams": "\u56e2\u961f", + "Teams Pagination": "\u56e2\u961f\u5206\u9875", + "Tell other learners a little about yourself: where you live, what your interests are, why you're taking courses, or what you hope to learn.": "\u5411\u5176\u4ed6\u7528\u6237\u7b80\u5355\u4ecb\u7ecd\u4e0b\u60a8\u81ea\u5df1\uff1a\u5982\u5c45\u4f4f\u5730\u3001\u5174\u8da3\u7231\u597d\u3001\u4e3a\u4ec0\u4e48\u9009\u62e9\u8fd9\u4e9b\u8bfe\u7a0b\uff0c\u53ca\u60a8\u5e0c\u671b\u5b66\u4e60\u54ea\u65b9\u9762\u7684\u77e5\u8bc6\u3002", + "Templates": "\u6a21\u677f", + "Terms of Service and Honor Code": "\u670d\u52a1\u6761\u6b3e\u548c\u8bda\u4fe1\u51c6\u5219", + "Text color": "\u6587\u672c\u989c\u8272", + "Text to display": "\u8981\u663e\u793a\u7684\u6587\u5b57", + "Textbook Name": "\u8bfe\u672c\u540d\u79f0", + "Textbook information": "\u8bfe\u672c\u4fe1\u606f", + "Textbook name is required": "\u6559\u6750\u540d\u79f0\u5fc5\u586b", + "Thank you %(full_name)s! We have received your payment for %(course_name)s.": "\u8c22\u8c22\u60a8\uff0c%(full_name)s\uff01\u6211\u4eec\u5df2\u7ecf\u6536\u5230\u4e86\u60a8\u4e3a%(course_name)s\u7684\u4ed8\u6b3e\u3002", + "Thank you for setting your course goal to {goal}!": "\u611f\u8c22\u60a8\u5c06\u8bfe\u7a0b\u76ee\u6807\u5b9a\u4e3a{goal}\uff01", + "Thank you for submitting a request! We will contact you within 24 hours.": "\u611f\u8c22\u60a8\u63d0\u4ea4\u7684\u7533\u8bf7\uff01\u6211\u4eec\u4f1a\u572824\u5c0f\u65f6\u5185\u8054\u7cfb\u60a8\u3002", + "Thank you for submitting your financial assistance application for {course_name}! You can expect a response in 2-4 business days.": "\u611f\u8c22\u60a8\u63d0\u4ea4 {course_name} \u7684\u7ecf\u6d4e\u63f4\u52a9\u7533\u8bf7\uff01\u60a8\u5c06\u5728 2 \u81f3 4 \u4e2a\u5de5\u4f5c\u65e5\u5185\u5f97\u5230\u56de\u590d\u3002", + "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "\u611f\u8c22\u63d0\u4ea4\u60a8\u7684\u7167\u7247\uff0c\u6211\u4eec\u7a0d\u540e\u5c06\u8fdb\u884c\u5ba1\u6838\u3002\u60a8\u73b0\u5728\u5c31\u53ef\u4ee5\u53bb\u52a0\u5165%(platformName)s\u4e0a\u4efb\u4f55\u63d0\u4f9b\u8ba4\u8bc1\u8bc1\u4e66\u7684\u8bfe\u7a0b\u3002\u8ba4\u8bc1\u6709\u6548\u671f\u4e3a\u4e00\u5e74\u3002\u4e00\u5e74\u540e\uff0c\u60a8\u9700\u8981\u91cd\u65b0\u63d0\u4ea4\u7167\u7247\u8fdb\u884c\u8ba4\u8bc1\u3002", + "Thank you! We have received your payment for {courseName}.": "\u8c22\u8c22\uff01\u6211\u4eec\u5df2\u7ecf\u6536\u5230\u60a8\u7684 {courseName} \u4ed8\u6b3e\u3002", + "Thanks for returning to verify your ID in: {courseName}": "\u611f\u8c22\u60a8\u8fd4\u56de\u8ba4\u8bc1\u60a8\u5728 {courseName} \u4e2d\u7684 ID", + "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "\u8f93\u5165\u7684 URL \u4f3c\u4e4e\u662f\u4e00\u4e2a\u90ae\u7bb1\u5730\u5740\uff0c\u60a8\u60f3\u52a0\u4e0a\u5fc5\u8981\u7684 mailto: \u524d\u7f00\u5417\uff1f", + "The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": "\u8f93\u5165\u7684 URL \u4f3c\u4e4e\u662f\u4e00\u4e2a\u5916\u90e8\u94fe\u63a5\uff0c\u60a8\u60f3\u52a0\u4e0a\u5fc5\u8981\u7684 http:// \u524d\u7f00\u5417\uff1f", + "The assignment type must have a name.": "\u5fc5\u987b\u5bf9\u4f5c\u4e1a\u7c7b\u578b\u547d\u540d\u3002", + "The certificate available date must be later than the course end date.": "\u8bc1\u4e66\u751f\u6548\u671f\u5fc5\u987b\u665a\u4e8e\u8bfe\u7a0b\u7ed3\u675f\u65e5\u671f\u3002", + "The certificate for this learner has been re-validated and the system is re-running the grade for this learner.": "\u8fd9\u540d\u5b66\u751f\u7684\u8bc1\u4e66\u5df2\u7ecf\u91cd\u65b0\u9a8c\u8bc1\u53ca\u7cfb\u7edf\u91cd\u65b0\u8ba1\u7b97\u8be5\u540d\u5b66\u751f\u7684\u6210\u7ee9\u3002", + "The cohort cannot be added": "\u8be5\u7fa4\u7ec4\u4e0d\u80fd\u6dfb\u52a0", + "The cohort cannot be saved": "\u8be5\u7fa4\u7ec4\u4e0d\u80fd\u4fdd\u5b58", + "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "\u673a\u6784\u548c\u77e5\u8bc6\u5e93\u7f16\u53f7\u5b57\u6bb5\u5408\u5728\u4e00\u8d77\u4e0d\u80fd\u8d85\u8fc7 <%=limit%> \u4e2a\u5b57\u7b26", + "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "\u673a\u6784\u3001\u8bfe\u7a0b\u7f16\u53f7\u548c\u5f00\u8bfe\u65f6\u95f4\u5b57\u6bb5\u5408\u5728\u4e00\u8d77\u4e0d\u80fd\u8d85\u8fc7 <%=limit%> \u4e2a\u5b57\u7b26\u3002", + "The country or region where you live.": "\u60a8\u6240\u5c45\u4f4f\u7684\u56fd\u5bb6\u6216\u5730\u533a\u3002", + "The country that team members primarily identify with.": "\u591a\u6570\u56e2\u961f\u6210\u5458\u6765\u81ea\u7684\u56fd\u5bb6", + "The course end date must be later than the course start date.": "\u8bfe\u7a0b\u7ed3\u675f\u65e5\u671f\u5fc5\u987b\u665a\u4e8e\u8bfe\u7a0b\u5f00\u59cb\u65e5\u671f\u3002", + "The course must have an assigned start date.": "\u8bfe\u7a0b\u5fc5\u987b\u6307\u5b9a\u5f00\u59cb\u65e5\u671f\u3002", + "The course start date must be later than the enrollment start date.": "\u8bfe\u7a0b\u5f00\u59cb\u65e5\u671f\u5fc5\u987b\u665a\u4e8e\u8bfe\u7a0b\u52a0\u5165\u65e5\u671f\u3002", + "The display of ungraded and checked out responses could not be loaded.": "\u672a\u6253\u5206\u53ca\u5df2\u901a\u8fc7\u56de\u7b54\u7684\u7a97\u53e3\u65e0\u6cd5\u52a0\u8f7d\u3002", + "The email address you've provided isn't formatted correctly.": "\u60a8\u6240\u63d0\u4f9b\u7684\u90ae\u7bb1\u683c\u5f0f\u4e0d\u6b63\u786e\u3002", + "The enrollment end date cannot be after the course end date.": "\u9009\u8bfe\u622a\u6b62\u65e5\u671f\u5e94\u5728\u8bfe\u7a0b\u7ed3\u675f\u65e5\u671f\u4e4b\u524d\u3002", + "The enrollment start date cannot be after the enrollment end date.": "\u9009\u8bfe\u5f00\u59cb\u65e5\u671f\u5e94\u8be5\u65e9\u4e8e\u9009\u8bfe\u622a\u6b62\u65e5\u671f\u3002", + "The file could not be uploaded.": "\u65e0\u6cd5\u4e0a\u4f20\u6b64\u6587\u4ef6\u3002", + "The file must be at least {size} in size.": "\u6587\u4ef6\u5fc5\u987b\u5927\u4e8e {size}", + "The file must be smaller than {size} in size.": "\u6587\u4ef6\u5fc5\u987b\u5c0f\u4e8e {size} ", + "The following email addresses and/or usernames are invalid:": "\u4ee5\u4e0b\u90ae\u7bb1/\u7528\u6237\u540d\u65e0\u6548\uff1a", + "The following errors were generated:": "\u51fa\u73b0\u4ee5\u4e0b\u9519\u8bef\uff1a", + "The following file types are not allowed: ": "\u4e0b\u5217\u6587\u4ef6\u7c7b\u578b\u4e0d\u53ef\u7528\uff1a", + "The following information is already a part of your {platform} profile. We\\'ve included it here for your application.": "\u4ee5\u4e0b\u4fe1\u606f\u5df2\u7ecf\u662f\u60a8\u7684 {platform} \u7b80\u8ff0\u7684\u4e00\u90e8\u5206\u3002\u6211\u4eec\u5df2\u5c06\u5176\u5217\u5165\u60a8\u7684\u7533\u8bf7\u4e2d\u3002", + "The following message will be displayed at the bottom of the courseware pages within your course:": "\u4ee5\u4e0b\u4fe1\u606f\u5c06\u4f1a\u5728\u60a8\u8bfe\u7a0b\u7684\u8bfe\u4ef6\u9875\u9762\u5e95\u90e8\u663e\u793a\uff1a", + "The following options are available for the {license_name} license.": "\u4ee5\u4e0b\u4e3a {license_name}\u8bb8\u53ef\u7684\u53ef\u7528\u9009\u9879", + "The following users are no longer enrolled in the course:": "\u4ee5\u4e0b\u7528\u6237\u5df2\u4e0d\u518d\u9009\u4fee\u672c\u8bfe\u7a0b\uff1a", + "The following warnings were generated:": "\u51fa\u73b0\u4ee5\u4e0b\u8b66\u544a\uff1a", + "The general category for this type of assignment, for example, Homework or Midterm Exam. This name is visible to learners.": "\u6b64\u7c7b\u578b\u4f5c\u4e1a\u7684\u4e00\u822c\u5206\u7c7b\uff0c\u5982\uff1a\u5bb6\u5ead\u4f5c\u4e1a\u3001\u671f\u4e2d\u8003\u8bd5\u3002\u5b66\u5458\u53ef\u89c1\u6b64\u540d\u79f0\u3002", + "The grading process is still running. Refresh the page to see updates.": "\u6b63\u5728\u8fdb\u884c\u8bc4\u5206\uff0c\u8bf7\u5237\u65b0\u9875\u9762\u67e5\u770b\u7ed3\u679c\u3002", + "The language that team members primarily use to communicate with each other.": "\u56e2\u961f\u6210\u5458\u4e3b\u8981\u4f7f\u7528\u7684\u4ea4\u6d41\u8bed\u8a00\u3002", + "The language used throughout this site. This site is currently available in a limited number of languages. Changing the value of this field will cause the page to refresh.": "\u672c\u7ad9\u6240\u4f7f\u7528\u7684\u8bed\u8a00\uff0c\u6682\u65f6\u53ea\u652f\u6301\u90e8\u5206\u8bed\u8a00\uff0c\u66f4\u6539\u6b64\u5b57\u6bb5\u7684\u503c\u4f1a\u5bfc\u81f4\u9875\u9762\u5237\u65b0\u3002", + "The minimum completion percentage must be a whole number between 0 and 100.": "\u6700\u4f4e\u5b8c\u6210\u7387\u5fc5\u987b\u4e3a0-100\u7684\u6574\u6570\u3002", + "The minimum grade for course credit is not set.": "\u5c1a\u672a\u8bbe\u7f6e\u80fd\u83b7\u53d6\u8bfe\u7a0b\u5b66\u5206\u7684\u6700\u4f4e\u5206\u503c\u3002", + "The minimum score percentage must be a whole number between 0 and 100.": "\u5206\u6570\u767e\u5206\u6bd4\u7684\u6700\u5c0f\u503c\u5fc5\u987b\u662f\u57280\u5230100\u4e4b\u95f4\u7684\u6574\u6570\u3002", + "The more you tell us, the more quickly and helpfully we can respond!": "\u60a8\u63d0\u4f9b\u7684\u4fe1\u606f\u8d8a\u8be6\u7ec6\uff0c\u6211\u4eec\u8d8a\u80fd\u5feb\u901f\u5e76\u6709\u6548\u5730\u5e2e\u52a9\u5230\u60a8\uff01", + "The name of this signatory as it should appear on certificates.": "\u7b7e\u53d1\u8005\u5728\u8bc1\u4e66\u4e0a\u663e\u793a\u7684\u540d\u5b57", + "The name that identifies you on {platform_name}. You cannot change your username.": "\u60a8\u5728{platform_name}\u4e0a\u7684\u540d\u5b57\uff0c\u7528\u6237\u540d\u65e0\u6cd5\u66f4\u6539\u3002", + "The name that is used for ID verification and that appears on your certificates.": "\u7528\u4e8e\u8eab\u4efd\u8ba4\u8bc1\u548c\u663e\u793a\u5728\u8bc1\u4e66\u4e0a\u7684\u59d3\u540d\u3002", + "The number of assignments of this type that will be dropped. The lowest scoring assignments are dropped first.": "\u6b64\u7c7b\u578b\u5c06\u4f1a\u88ab\u5f03\u7528\u7684\u4f5c\u4e1a\u6570\u3002\u6700\u4f4e\u5206\u7684\u4f5c\u4e1a\u4f1a\u6700\u5148\u88ab\u5f03\u7528\u3002", + "The number of subsections in the course that contain problems of this assignment type.": "\u8bfe\u7a0b\u4e2d\u6240\u6709\u5305\u542b\u6b64\u4efb\u52a1\u7c7b\u578b\u7684\u8282\u6570\u3002", + "The organization that this signatory belongs to, as it should appear on certificates.": "\u6b64\u7b7e\u7f72\u4eba\u6240\u5c5e\u7684\u7ec4\u7ec7\uff0c\u5e94\u663e\u793a\u5728\u8bc1\u4e66\u4e0a\u3002", + "The page \"{route}\" could not be found.": "\u65e0\u6cd5\u627e\u5230\"{route}\"\u9875\u9762\u3002", + "The photo of your face matches the photo on your ID.": "\u60a8\u7684\u9762\u90e8\u7167\u7247\u4e0e\u60a8\u8eab\u4efd\u8bc1\u4ef6\u4e0a\u7684\u7167\u7247\u76f8\u7b26\u3002", + "The post you selected has been deleted.": "\u60a8\u6240\u9009\u62e9\u7684\u5e16\u5b50\u5df2\u88ab\u5220\u9664\u3002", + "The published branch version, {published}, was reset to the draft branch version, {draft}.": "\u5df2\u53d1\u5e03\u5206\u652f\u7248\u672c{published}\u88ab\u91cd\u7f6e\u4e3a\u521d\u7a3f\u5206\u652f\u7248\u672c{draft}\u3002", + "The raw error message is:": "\u539f\u59cb\u7684\u9519\u8bef\u4fe1\u606f\u662f\uff1a", + "The refund deadline for this course has passed,so you will not receive a refund.": "\u6b64\u8bfe\u7a0b\u7684\u9000\u6b3e\u671f\u9650\u5df2\u8fc7\uff0c\u60a8\u5c06\u65e0\u6cd5\u83b7\u5f97\u9000\u6b3e\u3002", + "The selected content group does not exist": "\u9009\u53d6\u7684\u5185\u5bb9\u7ec4\u4e0d\u5b58\u5728\u3002", + "The selected image must be larger than {minFileSizeInKB}.": "\u6240\u9009\u62e9\u7684\u56fe\u7247\u5fc5\u987b\u5927\u4e8e {minFileSizeInKB}\u3002", + "The selected image must be smaller than {maxFileSizeInMB}.": "\u6240\u9009\u62e9\u7684\u56fe\u7247\u5fc5\u987b\u5c0f\u4e8e {maxFileSizeInMB}\u3002", + "The server could not be contacted.": "\u65e0\u6cd5\u8054\u7cfb\u670d\u52a1\u5668\u3002", + "The staff assessment form could not be loaded.": "\u5de5\u4f5c\u4eba\u5458\u8bc4\u6d4b\u8868\u683c\u65e0\u6cd5\u52a0\u8f7d\u3002", + "The submission could not be removed from the grading pool.": "\u8be5\u63d0\u4ea4\u65e0\u6cd5\u4ece\u8bc4\u5206\u6c60\u4e2d\u5220\u9664\u3002", + "The team \"{team}\" could not be found.": "\u65e0\u6cd5\u627e\u5230\"{team}\"\u56e2\u961f\u3002", + "The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.": "\u7b2c\u4e00\u4e2a\u89c6\u9891\u6587\u4ef6\u7684\u5b57\u5e55\u4f3c\u4e4e\u4e0e\u7b2c\u4e8c\u4e2a\u89c6\u9891\u6587\u4ef6\u7684\u5b57\u5e55\u4e0d\u540c\u3002", + "The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.": "EdX \u4e0a\u8be5\u89c6\u9891\u7684\u5b57\u5e55\u5df2\u8fc7\u671f\uff0c\u4f46 YouTube \u4e0a\u6709\u8be5\u89c6\u9891\u5b57\u5e55\u7684\u5f53\u524d\u7248\u672c\u3002", + "The timer on the right shows the time remaining in the exam.": "\u53f3\u8fb9\u7684\u8ba1\u65f6\u5668\u663e\u793a\u8003\u8bd5\u5269\u4e0b\u7684\u65f6\u95f4\u3002", + "The topic \"{topic}\" could not be found.": "\u65e0\u6cd5\u627e\u5230\"{topic}\"\u4e3b\u9898\u3002", + "The weight of all assignments of this type as a percentage of the total grade, for example, 40. Do not include the percent symbol.": "\u6b64\u7c7b\u578b\u7684\u6240\u6709\u4f5c\u4e1a\u5360\u603b\u5206\u7684\u767e\u5206\u6bd4\uff0c\u5982\uff1a40\uff0c\u8bf7\u52ff\u8f93\u5165\u767e\u5206\u53f7\u3002", + "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "{cohortGroupName}\u7fa4\u7ec4\u5df2\u7ecf\u521b\u5efa\uff0c\u60a8\u53ef\u4ee5\u624b\u52a8\u6dfb\u52a0\u5b66\u751f\u5230\u8fd9\u4e2a\u7fa4\u7ec4\u3002", + "There are invalid keywords in your email. Check the following keywords and try again.": "\u60a8\u7684\u7535\u5b50\u90ae\u4ef6\u4e2d\u5b58\u5728\u65e0\u6548\u5173\u952e\u8bcd\uff0c\u8bf7\u68c0\u67e5\u4ee5\u4e0b\u5173\u952e\u8bcd\u5e76\u91cd\u8bd5\u3002", + "There are no posts in this topic yet.": "\u6682\u65e0\u5173\u4e8e\u6b64\u4e3b\u9898\u7684\u5e16\u5b50\u3002", + "There has been a failure to export to XML at least one component. It is recommended that you go to the edit page and repair the error before attempting another export. Please check that all components on the page are valid and do not display any error messages.": "\u81f3\u5c11\u6709\u4e00\u4e2a\u7ec4\u4ef6\u5728\u5bfc\u51fa\u5230XML\u65f6\u5931\u8d25\u4e86\u3002\u5728\u5c1d\u8bd5\u91cd\u65b0\u5bfc\u51fa\u4e4b\u524d\uff0c\u5efa\u8bae\u60a8\u5148\u53bb\u7f16\u8f91\u9875\u9762\u5e76\u4fee\u590d\u9519\u8bef\u3002\u8bf7\u68c0\u67e5\u5e76\u786e\u8ba4\u8fd9\u4e2a\u9875\u9762\u4e0a\u7684\u6240\u6709\u7ec4\u4ef6\u90fd\u6709\u6548\uff0c\u800c\u4e14\u6ca1\u6709\u663e\u793a\u4efb\u4f55\u9519\u8bef\u4fe1\u606f\u3002", + "There has been an error processing your survey.": "\u5728\u5904\u7406\u60a8\u7684\u8c03\u67e5\u65f6\u51fa\u73b0\u4e86\u4e00\u4e2a\u9519\u8bef\u3002", + "There has been an error while exporting.": "\u5bfc\u51fa\u65f6\u51fa\u9519\u4e86\u3002", + "There has been an error with your export.": "\u5bfc\u51fa\u65f6\u53d1\u751f\u4e86\u9519\u8bef\u3002", + "There is invalid code in your content. Please check to make sure it is valid HTML.": "\u60a8\u7684\u5185\u5bb9\u4e2d\u6709\u65e0\u6548\u7684\u4ee3\u7801\u3002\u8bf7\u4ed4\u7ec6\u68c0\u67e5\u4ee5\u786e\u4fdd\u5176\u662f\u5408\u6cd5\u7684HTML\u3002", + "There is no email history for this course.": "\u672c\u8bfe\u7a0b\u5c1a\u65e0\u53d1\u9001\u7535\u5b50\u90ae\u4ef6\u8bb0\u5f55\u3002", + "There must be at least one group.": "\u5fc5\u987b\u81f3\u5c11\u6709\u4e00\u4e2a\u7ec4\u3002", + "There must be one cohort to which students can automatically be assigned.": "\u5fc5\u987b\u5b58\u5728\u4e00\u4e2a\u5b66\u751f\u53ef\u88ab\u81ea\u52a8\u5206\u914d\u8fdb\u53bb\u7684\u7fa4\u7ec4\u3002", + "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "\u521b\u5efa\u62a5\u544a\u65f6\u53d1\u751f\u95ee\u9898\uff0c\u8bf7\u9009\u62e9\u201c\u521b\u5efa\u6267\u884c\u6458\u8981\u201d\u91cd\u65b0\u5c1d\u8bd5\u3002", + "There was an error changing the user's role": "\u66f4\u6539\u7528\u6237\u89d2\u8272\u8fc7\u7a0b\u4e2d\u51fa\u73b0\u9519\u8bef", + "There was an error during the upload process.": "\u6587\u4ef6\u4e0a\u4f20\u8fc7\u7a0b\u51fa\u9519\u3002", + "There was an error obtaining email content history for this course.": "\u5b58\u5728\u80fd\u83b7\u53d6\u8be5\u8bfe\u7a0b\u90ae\u4ef6\u5185\u5bb9\u5386\u53f2\u8bb0\u5f55\u7684\u9519\u8bef", + "There was an error obtaining email task history for this course.": "\u83b7\u53d6\u8be5\u8bfe\u7a0b\u7684\u90ae\u4ef6\u4efb\u52a1\u5386\u53f2\u8bb0\u5f55\u65f6\u53d1\u751f\u9519\u8bef\u3002", + "There was an error retrieving preview results for this catalog. Please check that your query is correct and try again.": "\u5728\u83b7\u53d6\u8fd9\u4e2a\u76ee\u5f55\u7684\u9884\u89c8\u7ed3\u679c\u65f6\u53d1\u751f\u9519\u8bef\u3002\u8bf7\u68c0\u67e5\u60a8\u7684\u6307\u4ee4\u662f\u5426\u6b63\u786e\u5e76\u91cd\u8bd5\u3002", + "There was an error updating your goal.": "\u66f4\u65b0\u76ee\u6807\u65f6\u51fa\u9519\u3002", "There was an error when trying to add learners:": [ "{numErrors}\u4e2a\u5b66\u5458\u65e0\u6cd5\u88ab\u6dfb\u52a0\u81f3\u6b64\u7fa4\u7ec4\u4e2d\uff1a" - ], - "There was an error while importing the new course to our database.": "\u5bfc\u5165\u65b0\u8bfe\u7a0b\u5230\u6570\u636e\u5e93\u65f6\u51fa\u9519\u3002", - "There was an error while importing the new library to our database.": "\u5bfc\u5165\u65b0\u9898\u5e93\u5230\u6570\u636e\u5e93\u65f6\u51fa\u9519\u3002", - "There was an error while unpacking the file.": "\u89e3\u538b\u6587\u4ef6\u65f6\u51fa\u9519\u3002", - "There was an error while verifying the file you submitted.": "\u9a8c\u8bc1\u5df2\u63d0\u4ea4\u6587\u4ef6\u65f6\u51fa\u9519\u3002", - "There was an error with the upload": "\u6587\u4ef6\u4e0a\u4f20\u9519\u8bef", - "There was an error, try searching again.": "\u51fa\u9519\u4e86\uff0c\u8bf7\u5c1d\u8bd5\u91cd\u65b0\u641c\u7d20\u3002", - "There was an error. Please reload the page and try again.": "\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u91cd\u65b0\u52a0\u8f7d\u9875\u9762\u5e76\u91cd\u8bd5\u3002", - "There were errors reindexing course.": "\u91cd\u5efa\u8bfe\u7a0b\u7d22\u5f15\u65f6\u51fa\u9519\u4e86\u3002", - "There's already another assignment type with this name.": "\u5df2\u7ecf\u6709\u53e6\u4e00\u4e2a\u4f5c\u4e1a\u7c7b\u578b\u4f7f\u7528\u4e86\u8fd9\u4e2a\u540d\u5b57\u3002", - "These settings include basic information about your account.": "\u8fd9\u4e9b\u8bbe\u7f6e\u5305\u62ec\u60a8\u8d26\u53f7\u7684\u57fa\u672c\u4fe1\u606f\u3002", - "These users could not be added as beta testers because their accounts are not yet activated:": "\u65e0\u6cd5\u5c06\u8fd9\u4e9b\u7528\u6237\u8bbe\u7f6e\u4e3aBETA\u6d4b\u8bd5\u5458\uff0c\u56e0\u4e3a\u4ed6\u4eec\u7684\u8d26\u53f7\u672a\u6fc0\u6d3b\uff1a", - "These users were not added as beta testers:": "\u8fd9\u4e9b\u7528\u6237\u672a\u6dfb\u52a0\u4e3abeta\u6d4b\u8bd5\u8005\uff1a", - "These users were not affiliated with the course so could not be unenrolled:": "\u8fd9\u4e9b\u7528\u6237\u5e76\u4e0d\u5c5e\u4e8e\u672c\u8bfe\u7a0b\u5b66\u5458\uff0c\u56e0\u6b64\u65e0\u6cd5\u4f7f\u5176\u653e\u5f03\u9009\u4fee\uff1a", - "These users were not removed as beta testers:": "\u8fd9\u4e9b\u7528\u6237\u672a\u4ecebeta\u6d4b\u8bd5\u8005\u4e2d\u5220\u9664\uff1a", - "These users were successfully added as beta testers:": "\u8fd9\u4e9b\u7528\u6237\u5df2\u7ecf\u6dfb\u52a0\u4e3abeta\u6d4b\u8bd5\u8005\uff1a", - "These users were successfully removed as beta testers:": "\u8fd9\u4e9b\u7528\u6237\u4e0d\u518d\u662fbeta\u6d4b\u8bd5\u8005\uff1a", - "These users will be allowed to enroll once they register:": "\u8fd9\u4e9b\u7528\u6237\u4e00\u65e6\u6ce8\u518c\u5373\u53ef\u9009\u8bfe\uff1a", - "These users will be enrolled once they register:": "\u8fd9\u4e9b\u7528\u6237\u6ce8\u518c\u540e\u5373\u5df2\u9009\u8bfe\uff1a", - "This Group Configuration is not in use. Start by adding a content experiment to any Unit via the {linkStart}Course Outline{linkEnd}.": "\u6b64\u5206\u7ec4\u914d\u7f6e\u672a\u542f\u7528\u3002\u60a8\u53ef\u5728{linkStart}\u8bfe\u7a0b\u6982\u8ff0{linkEnd}\u7684\u5355\u5143\u4e2d\u5148\u6dfb\u52a0\u4e00\u4e2a\u5185\u5bb9\u5b9e\u9a8c\u3002", - "This Group Configuration is used in:": "\u6b64\u7fa4\u7ec4\u8bbe\u5b9a\u7528\u4e8e\uff1a", - "This action cannot be undone.": "\u8fd9\u4e2a\u52a8\u4f5c\u65e0\u6cd5\u53d6\u6d88\u3002", - "This action updates the {provider} information for your entire organization.": "\u6b64\u64cd\u4f5c\u4f1a\u66f4\u65b0\u60a8\u6574\u4e2a\u7ec4\u7ec7\u7684{provider}\u4fe1\u606f\u3002", - "This assessment could not be submitted.": "\u8fd9\u4efd\u8bc4\u6d4b\u65e0\u6cd5\u63d0\u4ea4\u3002", - "This browser cannot play .mp4, .ogg, or .webm files.": "\u5f53\u524d\u6d4f\u89c8\u5668\u4e0d\u652f\u6301\u64ad\u653e MP4\u3001OGG \u6216 WEBM \u683c\u5f0f\u7684\u6587\u4ef6\u3002", - "This catalog's courses:": "\u6b64\u76ee\u5f55\u4e0b\u7684\u8bfe\u7a0b\uff1a", - "This certificate has already been activated and is live. Are you sure you want to continue editing?": "\u6b64\u8bc1\u4e66\u5df2\u88ab\u6fc0\u6d3b\u4e14\u6b63\u5728\u4f7f\u7528\u4e2d\u3002\u786e\u5b9a\u8981\u7ee7\u7eed\u7f16\u8f91\uff1f", - "This comment could not be deleted. Refresh the page and try again.": "\u65e0\u6cd5\u5220\u9664\u6b64\u8bc4\u8bba\uff0c\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", - "This component has validation issues.": "\u8be5\u7ec4\u4ef6\u5b58\u5728\u9a8c\u8bc1\u95ee\u9898\u3002", - "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "\u6b64\u8bbe\u5b9a\u73b0\u5728\u4f7f\u7528\u4e8e\u5185\u5bb9\u5b9e\u9a8c\u3002\u5982\u679c\u60a8\u5bf9\u7fa4\u7ec4\u505a\u53d8\u66f4\uff0c\u60a8\u6216\u8bb8\u9700\u8981\u7f16\u8f91\u90a3\u4e9b\u5b9e\u9a8c\u3002", - "This content group is used in one or more units.": "\u8be5\u5185\u5bb9\u7ec4\u5df2\u7ecf\u5728\u4e00\u4e2a\u6216\u591a\u4e2a\u5355\u5143\u5185\u4f7f\u7528\u3002", - "This course has automatic cohorting enabled for verified track learners, but cohorts are disabled. You must enable cohorts for the feature to work.": "\u8fd9\u95e8\u8bfe\u7a0b\u4e3a\u8981\u83b7\u53d6\u8ba4\u8bc1\u8bc1\u4e66\u7684\u5b66\u751f\u81ea\u52a8\u5206\u7ec4\uff0c\u4f46\u662f\u7fa4\u7ec4\u529f\u80fd\u88ab\u7981\u6b62\u3002\u4e3a\u4e86\u4f7f\u8be5\u529f\u80fd\u6b63\u5e38\u8fd0\u884c\uff0c\u60a8\u5fc5\u987b\u542f\u7528\u7fa4\u7ec4\u529f\u80fd\uff0c", - "This course has automatic cohorting enabled for verified track learners, but the required cohort does not exist. You must create a manually-assigned cohort named '{verifiedCohortName}' for the feature to work.": "\u8fd9\u95e8\u8bfe\u7a0b\u4e3a\u8981\u83b7\u53d6\u8ba4\u8bc1\u8bc1\u4e66\u7684\u5b66\u751f\u81ea\u52a8\u5206\u7ec4\uff0c\u4f46\u8981\u6c42\u7684\u7fa4\u7ec4\u4e0d\u5b58\u5728\u3002\u4e3a\u4e86\u4f7f\u8be5\u529f\u80fd\u6b63\u5e38\u8fd0\u884c\uff0c\u60a8\u5fc5\u987b\u624b\u52a8\u8bbe\u7f6e\u4e00\u4e2a\u7fa4\u7ec4\uff0c\u540d\u4e3a'{verifiedCohortName}'\u3002", - "This course uses automatic cohorting for verified track learners. You cannot disable cohorts, and you cannot rename the manual cohort named '{verifiedCohortName}'. To change the configuration for verified track cohorts, contact your edX partner manager.": "\u8fd9\u95e8\u8bfe\u7a0b\u4e3a\u8981\u83b7\u53d6\u8ba4\u8bc1\u8bc1\u4e66\u7684\u5b66\u751f\u81ea\u52a8\u5206\u7ec4\u3002\u60a8\u65e0\u6cd5\u53d6\u6d88\u5206\u7ec4\uff0c\u4e5f\u65e0\u6cd5\u91cd\u65b0\u547d\u540d\u624b\u52a8\u8bbe\u7f6e\u7684\u7fa4\u7ec4'{verifiedCohortName}'\u3002\u5982\u8981\u6539\u53d8\u8ba4\u8bc1\u7ec4\u7684\u5206\u7ec4\u8bbe\u7f6e\uff0c\u8bf7\u8054\u7cfb\u60a8\u7684edX \u5408\u4f5c\u7ecf\u7406\u3002", - "This discussion could not be loaded. Refresh the page and try again.": "\u65e0\u6cd5\u52a0\u8f7d\u6b64\u8ba8\u8bba\uff0c\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", - "This exam has a time limit associated with it.": "\u6b64\u95e8\u8003\u8bd5\u8bbe\u6709\u65f6\u9650\u3002", - "This feature is currently in testing. Course teams can enter highlights, but learners will not receive email messages.": "\u6b64\u529f\u80fd\u76ee\u524d\u4ecd\u5728\u6d4b\u8bd5\u4e2d\uff0c\u8bfe\u7a0b\u56e2\u961f\u53ef\u8f93\u5165\u91cd\u70b9\u5185\u5bb9\uff0c\u4f46\u5b66\u5458\u65e0\u6cd5\u63a5\u6536\u5230\u7535\u5b50\u90ae\u4ef6\u3002", - "This feedback could not be submitted.": "\u8fd9\u6761\u53cd\u9988\u65e0\u6cd5\u63d0\u4ea4\u3002", - "This file type is not supported. Supported file type is {supportedFileFormat}.": "\u4e0d\u652f\u6301\u6b64\u6587\u4ef6\u683c\u5f0f\u3002\u4ec5\u652f\u6301 {supportedFileFormat} \u683c\u5f0f\u3002", - "This group controls access to:": "\u6b64\u5206\u7ec4\u63a7\u5236\u7684\u8bbf\u95ee\u5185\u5bb9\u4e3a\uff1a", - "This group no longer exists. Choose another group or do not restrict access to this unit.": "\u5185\u5bb9\u7ec4\u5df2\u4e0d\u5b58\u5728\uff0c\u60a8\u53ef\u4ee5\u9009\u62e9\u53e6\u4e00\u7ec4\uff0c\u6216\u4e0d\u9650\u5236\u5bf9\u6b64\u5355\u5143\u7684\u8bbf\u95ee\u3002", - "This image file type is not supported. Supported file types are {supportedFileFormats}.": "\u6b64\u56fe\u7247\u6587\u4ef6\u7c7b\u578b\u4e0d\u652f\u6301\u3002\u4ec5\u652f\u6301 {supportedFileFormats} \u683c\u5f0f\u3002", - "This image is for decorative purposes only and does not require a description.": "\u6b64\u56fe\u7247\u4ec5\u4f5c\u88c5\u9970\u7528\uff0c\u65e0\u9700\u63cf\u8ff0\u3002", - "This is the Description of the Group Configuration": "\u8fd9\u662f\u7ec4\u914d\u7f6e\u7684\u63cf\u8ff0", - "This is the Name of the Group Configuration": "\u8fd9\u662f\u7ec4\u914d\u7f6e\u7684\u540d\u79f0", - "This is the name of the group": "\u8fd9\u91cc\u8f93\u5165\u7ec4\u7684\u540d\u5b57", - "This learner is currently sharing a limited profile.": "\u8be5\u5b66\u751f\u5f53\u524d\u516c\u5f00\u90e8\u5206\u4e2a\u4eba\u4fe1\u606f\u3002", - "This learner will be removed from the team, allowing another learner to take the available spot.": "\u6b64\u6210\u5458\u5c06\u88ab\u79fb\u9664\uff0c\u91ca\u51fa\u540d\u989d\u540e\u5176\u4ed6\u6210\u5458\u53ef\u52a0\u5165\u3002", - "This link will open in a modal window": "\u8be5\u94fe\u63a5\u5c06\u5728\u6a21\u5f0f\u7a97\u53e3\u4e2d\u6253\u5f00", - "This link will open in a new browser window/tab": "\u8be5\u94fe\u63a5\u5c06\u5728\u65b0\u6d4f\u89c8\u5668\u7a97\u53e3/\u6807\u7b7e\u9875\u4e2d\u6253\u5f00", - "This may be happening because of an error with our server or your internet connection. Try refreshing the page or making sure you are online.": "\u6b64\u60c5\u51b5\u53ef\u80fd\u7531\u4e8e\u670d\u52a1\u5668\u9519\u8bef\u6216\u8005\u60a8\u7684\u7f51\u7edc\u8fde\u63a5\u9519\u8bef\u5bfc\u81f4\u3002\u5c1d\u8bd5\u5237\u65b0\u9875\u9762\u6216\u8005\u786e\u4fdd\u7f51\u7edc\u7545\u901a\u3002", - "This page contains information about orders that you have placed with {platform_name}.": "\u6b64\u9875\u9762\u5305\u542b\u60a8\u5728{platform_name}\u6240\u4e0b\u7684\u8ba2\u5355\u4fe1\u606f\u3002", - "This post could not be closed. Refresh the page and try again.": "\u65e0\u6cd5\u5173\u95ed\u6b64\u5e16\u5b50\uff0c\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", - "This post could not be flagged for abuse. Refresh the page and try again.": "\u65e0\u6cd5\u5c06\u6b64\u5e16\u5b50\u4e3e\u62a5\u4e3a\u6ee5\u7528\uff0c\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", - "This post could not be pinned. Refresh the page and try again.": "\u65e0\u6cd5\u7f6e\u9876\u6b64\u5e16\u5b50\uff0c\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", - "This post could not be reopened. Refresh the page and try again.": "\u65e0\u6cd5\u91cd\u5f00\u6b64\u5e16\u5b50\uff0c\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", - "This post could not be unflagged for abuse. Refresh the page and try again.": "\u65e0\u6cd5\u53d6\u6d88\u6b64\u5e16\u5b50\u7684\u6ee5\u7528\u4e3e\u62a5\uff0c\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", - "This post could not be unpinned. Refresh the page and try again.": "\u65e0\u6cd5\u53d6\u6d88\u7f6e\u9876\u6b64\u5e16\u5b50\uff0c\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", - "This problem could not be saved.": "\u8be5\u95ee\u9898\u65e0\u6cd5\u4fdd\u5b58\u3002", - "This problem has already been released. Any changes will apply only to future assessments.": "\u6b64\u95ee\u9898\u5df2\u53d1\u5e03\u3002\u4efb\u4f55\u66f4\u6539\u90fd\u53ea\u9002\u7528\u4e8e\u672a\u6765\u7684\u8bc4\u4f30\u3002", - "This problem has been reset.": "\u6b64\u95ee\u9898\u5df2\u91cd\u7f6e\u3002", - "This response could not be marked as an answer. Refresh the page and try again.": "\u65e0\u6cd5\u5c06\u8be5\u56de\u590d\u6807\u8bb0\u4e3a\u7b54\u6848\uff0c\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", - "This response could not be marked as endorsed. Refresh the page and try again.": "\u65e0\u6cd5\u6807\u8bb0\u6b64\u56de\u590d\u4e3a\u8d5e\u540c\uff0c\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", - "This response could not be saved.": "\u8be5\u7b54\u6848\u65e0\u6cd5\u4fdd\u5b58\u3002", - "This response could not be submitted.": "\u8be5\u7b54\u6848\u65e0\u6cd5\u63d0\u4ea4\u3002", - "This response could not be unendorsed. Refresh the page and try again.": "\u65e0\u6cd5\u6807\u8bb0\u6b64\u56de\u590d\u4e3a\u4e0d\u8d5e\u540c\uff0c\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", - "This response could not be unmarked as an answer. Refresh the page and try again.": "\u8be5\u56de\u590d\u5df2\u88ab\u6807\u8bb0\u4e3a\u7b54\u6848\uff0c\u65e0\u6cd5\u53d6\u6d88\u3002\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", - "This response has been saved but not submitted.": "\u8be5\u7b54\u6848\u5df2\u7ecf\u4fdd\u5b58\u4e86\uff0c\u4f46\u4ecd\u672a\u63d0\u4ea4\u3002", - "This response has not been saved.": "\u8be5\u7b54\u6848\u8fd8\u6ca1\u6709\u88ab\u4fdd\u5b58\u3002", - "This role requires a divided discussions scheme.": "\u8fd9\u4e2a\u89d2\u8272\u9700\u8981\u4e00\u4e2a\u533a\u5206\u8ba8\u8bba\u7ec4\u7684\u65b9\u6848\u3002", - "This section could not be loaded.": "\u8fd9\u4e2a\u90e8\u5206\u65e0\u6cd5\u52a0\u8f7d\u3002", - "This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.": "\u4efb\u52a1\u7c7b\u578b\u7b80\u79f0\uff08\u6bd4\u5982\uff1aHW \u6216 Midterm\uff09\uff0c\u663e\u793a\u4e8e\u5b66\u5458\u5b66\u4e60\u8fdb\u5ea6\u9875\u9762\u7684\u4f5c\u4e1a\u65c1\u8fb9\u3002", - "This team does not have any members.": "\u672c\u56e2\u961f\u6ca1\u6709\u6210\u5458\u3002", - "This team is full.": "\u8fd9\u4e2a\u56e2\u961f\u5df2\u7ecf\u6ee1\u4e86\u3002", - "This unit has validation issues.": "\u6b64\u5355\u5143\u5b58\u5728\u9a8c\u8bc1\u95ee\u9898\u3002", - "This vote could not be processed. Refresh the page and try again.": "\u65e0\u6cd5\u5904\u7406\u6b64\u6295\u7968\uff0c\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", - "This {parentCategory} has no {childCategory}": "\u6b64 {parentCategory} \u4e0d\u5305\u542b {childCategory}", - "Thumbnail": "\u7f29\u7565\u56fe", - "Thumbnail for {videoName}": "{videoName} \u7f29\u7565\u56fe", - "Thumbnail view of ": "\u7f29\u7565\u89c6\u56fe", - "Time Allotted (HH:MM):": "\u5141\u8bb8\u4f7f\u7528\u7684\u65f6\u95f4 (HH:MM)\uff1a", - "Time Sent": "\u53d1\u9001\u65f6\u95f4", - "Time Sent:": "\u53d1\u9001\u65f6\u95f4", - "Time Zone": "\u65f6\u533a", - "Timed": "\u8ba1\u65f6", - "Timed Exam": "\u8ba1\u65f6\u6d4b\u9a8c", - "Timed Out": "\u65f6\u95f4\u5230", - "Timed Transcript Conflict": "\u5b57\u5e55\u51b2\u7a81", - "Timed Transcript Found": "\u627e\u5230\u5b57\u5e55", - "Timed Transcript Uploaded Successfully": "\u5b57\u5e55\u4e0a\u4f20\u6210\u529f", - "Timed Transcript from %(filename)s": "\u6765\u81ea%(filename)s\u7684\u5b57\u5e55", - "Tips on taking a successful photo": "\u6210\u529f\u62cd\u6444\u7684\u5c0f\u6280\u5de7", - "Title": "\u6807\u9898", - "Title ": "\u6807\u9898", - "Title of the signatory": "\u7b7e\u53d1\u8005\u79f0\u8c13", - "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "\u5982\u679c\u6807\u9898\u5b57\u6570\u8d85\u8fc7100\u4e2a\u5b57\u7b26\uff0c\u53ef\u80fd\u4f1a\u5bfc\u81f4\u7eb8\u8d28\u8bc1\u4e66\u8d85\u8fc7\u4e00\u9875\u3002", - "To access the course, select a session.": "\u5982\u9700\u8bbf\u95ee\u8bfe\u7a0b\uff0c\u8bf7\u9009\u62e9\u4e00\u4e2a\u5b66\u671f\u3002", - "To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.": "\u8981\u786e\u4fdd\u6240\u6709\u5b66\u751f\u90fd\u80fd\u770b\u5230\u89c6\u9891\uff0c\u6211\u4eec\u5efa\u8bae\u60a8\u540c\u65f6\u63d0\u4f9b.mp4\u7248\u672c\u548c.webm\u7248\u672c\u7684\u89c6\u9891\u3002\u70b9\u51fb\u4e0b\u65b9\u6309\u94ae\u6dfb\u52a0\u53e6\u4e00\u4e2a\u7248\u672c\u7684URL\uff08\u8bf7\u52ff\u4f7f\u7528YouTube\u7684URL\uff09\uff0c\u5b66\u751f\u5c06\u4f1a\u770b\u5230\u5217\u8868\u4e2d\u7b2c\u4e00\u4e2a\u4e0e\u5176\u8ba1\u7b97\u673a\u517c\u5bb9\u7684\u89c6\u9891\u3002", - "To complete the program, you must earn a verified certificate for each course.": "\u60a8\u5fc5\u987b\u6bcf\u95e8\u8bfe\u7a0b\u90fd\u83b7\u5f97\u8bc1\u4e66\uff0c\u624d\u53ef\u4ee5\u5b8c\u6210\u6b64\u8bfe\u7a0b\u65b9\u6848\u3002", - "To continue learning with this account, sign in below.": "\u5982\u9700\u7ee7\u7eed\u4f7f\u7528\u6b64\u8d26\u53f7\u5b66\u4e60\uff0c\u8bf7\u70b9\u51fb\u4ee5\u4e0b\u6309\u94ae\u767b\u5f55\u3002", - "To finalize course credit, %(display_name)s requires %(platform_name)s learners to submit a credit request.": "\u8981\u5b8c\u6210\u8bfe\u7a0b\u5b66\u5206\uff0c%(display_name)s \u8981\u6c42 %(platform_name)s \u5b66\u5458\u63d0\u4ea4\u4e00\u4efd\u5b66\u5206\u7533\u8bf7\u3002", - "To invalidate a certificate for a particular learner, add the username or email address below.": "\u8981\u8bbe\u5b9a\u67d0\u4e2a\u7279\u5b9a\u5b66\u5458\u7684\u8bc1\u4e66\u65e0\u6548\uff0c\u8bf7\u5728\u4e0b\u9762\u6dfb\u52a0\u76f8\u5e94\u7684\u7528\u6237\u540d\u6216\u90ae\u7bb1\u3002", - "To pass this exam, you must complete the problems in the time allowed.": "\u60a8\u5fc5\u987b\u5728\u65f6\u9650\u5185\u5b8c\u6210\u9898\u76ee\u624d\u53ef\u4ee5\u901a\u8fc7\u8003\u8bd5\u3002", - "To receive a certificate, you must also verify your identity before {date}.": "\u8981\u83b7\u5f97\u8bc1\u4e66\uff0c\u60a8\u5fc5\u987b\u5728 {date} \u4e4b\u524d\u9a8c\u8bc1\u60a8\u7684\u8eab\u4efd\u3002", - "To receive a certificate, you must also verify your identity.": "\u8981\u83b7\u5f97\u8bc1\u4e66\uff0c\u60a8\u5fc5\u987b\u9a8c\u8bc1\u60a8\u7684\u8eab\u4efd\u3002", - "To receive credit for problems, you must select \"Submit\" for each problem before you select \"End My Exam\".": "\u5728\u70b9\u51fb \u201c\u7ed3\u675f\u6211\u7684\u8003\u8bd5\u201d \u4e4b\u524d\uff0c\u60a8\u5fc5\u987b\u70b9\u51fb \"\u63d0\u4ea4\" \u6309\u94ae\u4ee5\u83b7\u5f97\u5b66\u5206\u3002", - "To review learner cohort assignments or see the results of uploading a CSV file, download course profile information or cohort results on the {link_start}Data Download{link_end} page.": "\u8981\u5ba1\u67e5\u5b66\u751f\u7fa4\u7ec4\u4f5c\u4e1a\u6216\u67e5\u770b\u4e0a\u4f20 CSV \u6587\u4ef6\u7684\u7ed3\u679c\uff0c\u8bf7\u5728{link_start}\u6570\u636e\u4e0b\u8f7d{link_end}\u9875\u9762\u4e0b\u8f7d\u8bfe\u7a0b\u4fe1\u606f\u6216\u7fa4\u7ec4\u7ed3\u679c\u3002", - "To share your certificate on Mozilla Backpack, you must first have a Backpack account. Complete the following steps to add your certificate to Backpack.": "\u8981\u5728 Mozilla Backpack \u4e0a\u5206\u4eab\u60a8\u7684\u8bc1\u4e66\uff0c\u60a8\u5fc5\u987b\u9996\u5148\u62e5\u6709\u4e00\u4e2aBackpack\u8d26\u53f7\u3002\u901a\u8fc7\u5b8c\u6210\u4ee5\u4e0b\u6b65\u9aa4\u5c06\u60a8\u7684\u8bc1\u4e66\u6dfb\u52a0\u81f3 Backpack\u3002", - "To take a successful photo, make sure that:": "\u4e3a\u4e86\u7167\u76f8\u6210\u529f\uff0c\u8bf7\u786e\u4fdd\uff1a", - "To use the current photo, select the camera button {icon}. To take another photo, select the retake button {icon}.": "\u8981\u4f7f\u7528\u5f53\u524d\u7167\u7247\uff0c\u8bf7\u9009\u62e9\u6444\u50cf\u5934\u6309\u94ae {icon}\u3002\u8981\u62cd\u6444\u53e6\u4e00\u5f20\u7167\u7247\uff0c\u8bf7\u9009\u62e9\u91cd\u62cd\u6309\u94ae {icon}\u3002", - "To verify your identity, you need a webcam and a government-issued photo ID.": "\u8981\u9a8c\u8bc1\u60a8\u7684\u8eab\u4efd\uff0c\u60a8\u9700\u8981\u4e00\u4e2a\u7f51\u7edc\u6444\u50cf\u5934\u548c\u4e00\u5f20\u653f\u5e9c\u7b7e\u53d1\u7684\u6709\u7167\u7247\u7684\u8eab\u4efd\u8bc1\u4ef6\u3002", - "Toggle Account Password (Usable/Unusable)": "\u5207\u6362\u8d26\u53f7\u5bc6\u7801 \uff08\u53ef\u7528/\u4e0d\u53ef\u7528\uff09", - "Toggle Notifications Setting": "\u5207\u6362\u901a\u77e5\u8bbe\u7f6e", - "Tools": "\u5de5\u5177", - "Top": "\u9876\u7aef", - "Topic": "\u4e3b\u9898", - "Topics": "\u4e3b\u9898", - "Total": "\u603b\u8ba1", - "Total Number": "\u603b\u6570", - "Total Responses": "\u89e3\u7b54\u603b\u6570", - "Training": "\u8bad\u7ec3", - "Transcript Fidelity": "\u5b57\u5e55\u4fdd\u771f\u5ea6", - "Transcript Languages": "\u5b57\u5e55\u8bed\u8a00", - "Transcript Provider": "\u5b57\u5e55\u63d0\u4f9b\u5de5\u5177", - "Transcript Turnaround": "\u5b57\u5e55\u8f6c\u6362", - "Transcript will be displayed when you start playing the video.": "\u5f00\u59cb\u64ad\u653e\u89c6\u9891\u65f6\u5c06\u663e\u793a\u5b57\u5e55\u3002", - "Transcripts": "\u5b57\u5e55", - "Try the transaction again in a few minutes.": "\u8bf7\u7b49\u5f85\u51e0\u5206\u949f\u540e\u518d\u5c1d\u8bd5\u3002", - "Try this practice exam again": "\u91cd\u65b0\u8fdb\u884c\u6a21\u62df\u8003\u8bd5", - "Try using a different browser, such as Google Chrome.": "\u8bf7\u5c1d\u8bd5\u66f4\u6362\u4e00\u4e2a\u6d4f\u89c8\u5668\uff0c\u5982\u8c37\u6b4c\u7684 Chrome \u6d4f\u89c8\u5668\u3002", - "Turn off transcripts": "\u5173\u95ed\u5b57\u5e55", - "Turn on closed captioning": "\u6253\u5f00CC\u5b57\u5e55", - "Turn on transcripts": "\u6253\u5f00\u5b57\u5e55", - "Type": "\u7c7b\u578b", - "Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "\u8f93\u5165\u4e00\u4e2a\u7f51\u5740\uff0c\u6216\u6309\u4e0b\u201c\u9009\u62e9\u6587\u4ef6\u201d\u6309\u94ae\u6765\u4e0a\u4f20\u6587\u4ef6\u3002(\u4f8b\u5982'http://example.com/img/clouds.jpg')", - "URL": "URL", - "Unable to delete account": "\u65e0\u6cd5\u5220\u9664\u8d26\u53f7", - "Unable to determine whether we should give you a refund because of System Error. Please try again later.": "\u7cfb\u7edf\u53d1\u751f\u9519\u8bef\uff0c\u65e0\u6cd5\u5224\u65ad\u662f\u5426\u5e94\u7ed9\u60a8\u9000\u6b3e\uff0c\u8bf7\u7a0d\u540e\u91cd\u8bd5\u3002", - "Unable to load": "\u4e0d\u80fd\u52a0\u8f7d", - "Unable to submit application": "\u65e0\u6cd5\u63d0\u4ea4\u7533\u8bf7", - "Underline": "\u4e0b\u5212\u7ebf", - "Undo": "\u64a4\u9500", - "Undo (Ctrl+Z)": "\u64a4\u9500(Ctrl+Z)", - "Undo Changes": "\u64a4\u9500\u66f4\u6539", - "Undo move": "\u64a4\u9500\u79fb\u52a8", - "Undo moving": "\u64a4\u9500\u79fb\u52a8", - "Unexpected server error.": "\u670d\u52a1\u5668\u5f02\u5e38\u9519\u8bef\u3002", - "Ungraded": "\u672a\u5206\u7ea7", - "Ungraded Practice Exam": "\u4e0d\u8ba1\u5206\u6a21\u62df\u8003\u8bd5", - "Unit": "\u5355\u5143", - "Unit Access": "\u5bf9\u5355\u5143\u7684\u8bbf\u95ee", - "Unit Name": "\u5355\u5143\u540d", - "Unit Visibility": "\u5355\u5143\u5f00\u653e\u4eba\u7fa4", - "Units": "\u5355\u4f4d", - "Unknown": "\u672a\u77e5", - "Unknown username: {user}": "\u672a\u77e5\u7528\u6237\u540d: {user}", - "Unlink This Account": "\u89e3\u7ed1\u6b64\u8d26\u53f7", - "Unlink your {accountName} account": "\u89e3\u7ed1\u60a8\u7684{accountName}\u8d26\u53f7", - "Unlinking": "\u89e3\u7ed1\u4e2d", - "Unmute": "\u53d6\u6d88\u9759\u97f3", - "Unnamed Option": "\u672a\u547d\u540d\u9009\u9879", - "Unpublished changes to content that will release in the future": "\u5c06\u5728\u672a\u6765\u516c\u5f00\u7684\u3001\u5c1a\u672a\u53d1\u5e03\u7684\u5185\u5bb9\u66f4\u65b0", - "Unpublished changes to live content": "\u5bf9\u5728\u7ebf\u5185\u5bb9\u6709\u672a\u53d1\u5e03\u7684\u66f4\u6539", - "Unpublished units will not be released": "\u5c1a\u672a\u53d1\u5e03\u7684\u5355\u5143\u5c06\u4e0d\u4f1a\u88ab\u516c\u5f00", - "Unscheduled": "\u5c1a\u672a\u8ba1\u5212", - "Update": "\u66f4\u65b0", - "Update Settings": "\u66f4\u65b0\u8bbe\u7f6e", - "Update team.": "\u66f4\u65b0\u56e2\u961f\u3002", - "Updating Tags": "\u66f4\u65b0\u6807\u7b7e\u4e2d", - "Updating with latest library content": "\u66f4\u65b0\u6700\u65b0\u7684\u5e93\u5185\u5bb9", - "Upgrade All Remaining Courses (": "\u5347\u7ea7\u6240\u6709\u5269\u4f59\u8bfe\u7a0b\uff08", - "Upgrade Deadline": "\u5347\u7ea7\u7684\u622a\u6b62\u65e5\u671f", - "Upgrade to Verified": "\u5347\u7ea7\u5230\u5df2\u9a8c\u8bc1", - "Upgrade to a Verified Certificate for {courseName}": "\u5347\u7ea7\u5230 {courseName} \u7684\u9a8c\u8bc1\u8bc1\u4e66", - "Upload": "\u4e0a\u4f20", - "Upload File": "\u4e0a\u4f20\u6587\u4ef6", - "Upload File and Assign Students": "\u4e0a\u4f20\u6587\u4ef6\u5e76\u4e3a\u5b66\u751f\u5206\u7ec4", - "Upload New .srt Transcript": "\u4e0a\u4f20\u65b0\u7684 .srt \u5b57\u5e55", - "Upload New File": "\u4e0a\u4f20\u65b0\u6587\u4ef6", - "Upload New Transcript": "\u4e0a\u4f20\u65b0\u5b57\u5e55", - "Upload PDF": "\u4e0a\u4f20 PDF", - "Upload Photo": "\u4e0a\u4f20\u7167\u7247", - "Upload Signature Image": "\u4e0a\u4f20\u7b7e\u540d\u56fe\u7247", - "Upload Videos": "\u4e0a\u4f20\u89c6\u9891", - "Upload a CSV file": "\u4e0a\u4f20 CSV \u6587\u4ef6", - "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "\u4e0a\u4f20\u4e00\u4e2a\u7528\u9017\u53f7\u9694\u5f00\u7684\u503c (.csv) \u6587\u4ef6\uff0c\u6587\u4ef6\u8981\u5305\u542b\u83b7\u5f97\u7279\u4f8b\u7684\u5b66\u5458\u7684\u7528\u6237\u540d\u6216\u90ae\u7bb1\u3002\u5c06\u7528\u6237\u540d\u6216\u90ae\u7bb1\u5217\u5165\u7b2c\u4e00\u4e2a\u9017\u53f7\u9694\u5f00\u7684\u5b57\u6bb5\u4e2d\u3002\u60a8\u53ef\u4ee5\u5728\u7b2c\u4e8c\u4e2a\u7528\u9017\u53f7\u9694\u5f00\u7684\u5b57\u6bb5\u4e2d\u8f93\u5165\u7279\u6b8a\u5904\u7406\u7684\u539f\u56e0\u63cf\u8ff0\u3002", - "Upload a new PDF to \u201c<%= name %>\u201d": "\u4e0a\u4f20\u65b0\u7684PDF\u6587\u4ef6\u81f3\u201c<%= name %>\u201d", - "Upload an image": "\u4e0a\u4f20\u56fe\u7247", - "Upload an image or capture one with your web or phone camera.": "\u4e0a\u4f20\u7167\u7247\u6216\u901a\u8fc7\u4f7f\u7528\u60a8\u7684\u7f51\u7edc\uff0f\u624b\u673a\u6444\u50cf\u5934\u62cd\u7167\u4e0a\u4f20\u3002", - "Upload completed": "\u4e0a\u4f20\u5b8c\u6210", - "Upload completed for video {fileName}": "\u89c6\u9891{fileName}\u4e0a\u4f20\u6210\u529f", - "Upload failed": "\u4e0a\u4f20\u5931\u8d25", - "Upload failed for video {fileName}": "\u89c6\u9891{fileName}\u4e0a\u4f20\u5931\u8d25", - "Upload instructor image.": "\u4e0a\u4f20\u8bb2\u5e08\u7167\u7247", - "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "\u6b63\u5728\u4e0a\u4f20\u3002\u4e3a\u907f\u514d\u53d1\u751f\u9519\u8bef\uff0c\u5728\u4e0a\u4f20\u5b8c\u6210\u524d\u8bf7\u4e0d\u8981\u79bb\u5f00\u672c\u9875\u3002", - "Upload signature image.": "\u4e0a\u4f20\u7b7e\u540d\u56fe\u7247\u3002", - "Upload translation": "\u4e0a\u4f20\u8bd1\u6587", - "Upload your banner image.": "\u4e0a\u4f20\u60a8\u7684\u6a2a\u5e45\u56fe\u7247\u3002", - "Upload your course image.": "\u4e0a\u4f20\u60a8\u7684\u8bfe\u7a0b\u56fe\u7247\u3002", - "Upload your first asset": "\u4e0a\u4f20\u7b2c\u4e00\u4e2a\u8d44\u6e90", - "Upload your video thumbnail image.": "\u4e0a\u4f20\u60a8\u7684\u89c6\u9891\u7f29\u7565\u56fe\u3002", - "Uploaded file issues. Click on \"+\" to view.": "\u4e0a\u4f20\u6587\u4ef6\u6709\u95ee\u9898\u3002\u70b9\u51fb \u201c+\u201d \u6765\u68c0\u89c6\u3002", - "Uploading": "\u4e0a\u4f20\u4e2d", - "Upper Alpha": "\u5927\u5199\u5b57\u6bcd", - "Upper Roman": "\u5927\u5199\u7f57\u9a6c\u5b57\u6bcd", - "Upset Learner": "\u611f\u5230\u4e0d\u6ee1\u610f\u7684\u5b66\u751f", - "Url": "URL", - "Use Current Transcript": "\u4f7f\u7528\u5f53\u524d\u5b57\u5e55", - "Use Onboarding to introduce learners to proctoring, verify their identity, and create an onboarding profile. Learners must complete the onboarding profile step prior to taking a proctored exam. Profile reviews take 2+ business days.": "\u4f7f\u7528\u5165\u804c\u57f9\u8bad\u5b66\u4e60\u8005\u4ecb\u7ecd\u7ed9\u76d1\u8003\uff0c\u9a8c\u8bc1\u4ed6\u4eec\u7684\u8eab\u4efd\uff0c\u5e76\u521b\u5efa\u4e00\u4e2a\u914d\u7f6e\u6587\u4ef6\u4e0a\u5c97\u3002 \u5b66\u5458\u5fc5\u987b\u5728\u53c2\u52a0\u76d1\u8003\u8003\u8bd5\u4e4b\u524d\u5b8c\u6210\u5165\u804c\u8d44\u683c\u3002 \u4e2a\u4eba\u8d44\u6599\u8bc4\u8bba\u9700\u89812+\u4e2a\u5de5\u4f5c\u65e5\u3002", - "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.": "\u4f7f\u7528\u76d1\u8003\u6a21\u5f0f\u6a21\u62df\u8003\u6765\u7ed9\u5b66\u5458\u4ecb\u7ecd\u76d1\u8003\u6a21\u5f0f\u5de5\u5177\u548c\u6d41\u7a0b\uff0c\u6a21\u62df\u8003\u7ed3\u679c\u4e0d\u5f71\u54cd\u5b66\u5458\u6210\u7ee9\u3002", - "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "\u7528\u8ba1\u65f6\u7684\u6d4b\u9a8c\u4ee5\u9650\u5236\u5b66\u751f\u5728\u8fd9\u4e2a\u5c0f\u8282\u4e2d\u505a\u9898\u53ef\u7528\u7684\u65f6\u95f4\u3002\u5b66\u751f\u5fc5\u987b\u5728\u9650\u5236\u65f6\u95f4\u5185\u63d0\u4ea4\u7b54\u6848\u3002\u60a8\u53ef\u4ee5\u5728\u8bb2\u5e08\u9762\u677f\u4e2d\u4e3a\u4e2a\u522b\u5b66\u751f\u589e\u52a0\u9644\u52a0\u7684\u505a\u9898\u65f6\u95f4\u3002", - "Use as a Prerequisite": "\u4f5c\u4e3a\u5148\u51b3\u6761\u4ef6", - "Use bookmarks to help you easily return to courseware pages. To bookmark a page, click \"Bookmark this page\" under the page title.": "\u4f7f\u7528\u4e66\u7b7e\u529f\u80fd\u6765\u5feb\u901f\u8fd4\u56de\u8bfe\u4ef6\u9875\u9762\uff0c\u5982\u9700\u6536\u85cf\u9875\u9762\u81f3\u4e66\u7b7e\uff0c\u8bf7\u70b9\u51fb\u9875\u9762\u6807\u9898\u4e0b\u65b9\u7684\u201c\u6dfb\u52a0\u81f3\u4e66\u7b7e\u201d\u6309\u94ae\u3002", - "Use cohorts as the basis for dividing discussions. All learners, regardless of cohort, see the same discussion topics, but within divided topics, only members of the same cohort see and respond to each others\u2019 posts. ": "\u6309\u7fa4\u7ec4\u533a\u5206\u8ba8\u8bba\u7ec4\uff0c\u6240\u6709\u5b66\u5458\uff0c\u4e0d\u7ba1\u6240\u5728\u4ec0\u4e48\u7fa4\u7ec4\uff0c\u90fd\u53ef\u4ee5\u770b\u5230\u540c\u6837\u7684\u8ba8\u8bba\u4e3b\u9898\uff1b\u4f46\u5728\u4e0d\u540c\u7684\u4e3b\u9898\u4e2d\uff0c\u53ea\u6709\u540c\u4e00\u7fa4\u7ec4\u7684\u6210\u5458\u53ef\u4ee5\u67e5\u770b\u548c\u56de\u590d\u5f7c\u6b64\u7684\u5e16\u5b50\u3002", - "Use enrollment tracks as the basis for dividing discussions. All learners, regardless of their enrollment track, see the same discussion topics, but within divided topics, only learners who are in the same enrollment track see and respond to each others\u2019 posts.": "\u5c06\u9009\u8bfe\u901a\u9053\u4f5c\u4e3a\u5212\u5206\u8ba8\u8bba\u7ec4\u7684\u57fa\u7840\u3002\u6240\u6709\u7684\u5b66\u5458\uff0c\u4e0d\u7ba1\u4ed6\u4eec\u7684\u9009\u8bfe\u901a\u9053\u662f\u4ec0\u4e48\uff0c\u90fd\u53ef\u4ee5\u770b\u5230\u76f8\u540c\u7684\u8ba8\u8bba\u4e3b\u9898\uff0c\u4f46\u662f\u5728\u4e0d\u540c\u7684\u4e3b\u9898\u4e2d\uff0c\u53ea\u6709\u5728\u540c\u4e00\u9009\u8bfe\u901a\u9053\u4e0a\u7684\u5b66\u5458\u624d\u80fd\u770b\u5230\u548c\u56de\u590d\u5f7c\u6b64\u7684\u5e16\u5b50\u3002", - "Use my institution/campus credentials": "\u4f7f\u7528\u6211\u7684\u673a\u6784/\u6821\u56ed\u8d26\u53f7", - "Use the All Topics menu to find specific topics.": "\u4f7f\u7528\u201c\u6240\u6709\u4e3b\u9898\u201d\u83dc\u5355\u627e\u5230\u7279\u5b9a\u8bdd\u9898", - "Use the retake photo button if you are not pleased with your photo": "\u5982\u679c\u60a8\u5bf9\u7167\u7247\u4e0d\u6ee1\u610f\uff0c\u8bf7\u4f7f\u7528\u91cd\u62cd\u6309\u94ae\u91cd\u65b0\u62cd\u4e00\u5f20\u7167\u7247", - "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "\u8bf7\u7528\u6444\u50cf\u5934\u62cd\u6444\u4e00\u5f20\u60a8\u8eab\u4efd\u8bc1\u4ef6\u7684\u7167\u7247\uff0c\u6211\u4eec\u5c06\u67e5\u770b\u8be5\u7167\u7247\u662f\u5426\u4e0e\u60a8\u7684\u9762\u90e8\u7167\u7247\u53ca\u60a8\u5728\u8d26\u53f7\u4e2d\u586b\u5199\u7684\u59d3\u540d\u5339\u914d\u3002", - "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "\u8bf7\u7528\u6444\u50cf\u5934\u62cd\u6444\u4e00\u5f20\u60a8\u7684\u9762\u90e8\u7167\u7247\uff0c\u6211\u4eec\u5c06\u5bf9\u6bd4\u8be5\u7167\u7247\u4e0e\u60a8\u8eab\u4efd\u8bc1\u4ef6\u4e0a\u7684\u7167\u7247\u3002", - "Used": "\u5df2\u4f7f\u7528", + ], + "There was an error while importing the new course to our database.": "\u5bfc\u5165\u65b0\u8bfe\u7a0b\u5230\u6570\u636e\u5e93\u65f6\u51fa\u9519\u3002", + "There was an error while importing the new library to our database.": "\u5bfc\u5165\u65b0\u9898\u5e93\u5230\u6570\u636e\u5e93\u65f6\u51fa\u9519\u3002", + "There was an error while unpacking the file.": "\u89e3\u538b\u6587\u4ef6\u65f6\u51fa\u9519\u3002", + "There was an error while verifying the file you submitted.": "\u9a8c\u8bc1\u5df2\u63d0\u4ea4\u6587\u4ef6\u65f6\u51fa\u9519\u3002", + "There was an error with the upload": "\u6587\u4ef6\u4e0a\u4f20\u9519\u8bef", + "There was an error, try searching again.": "\u51fa\u9519\u4e86\uff0c\u8bf7\u5c1d\u8bd5\u91cd\u65b0\u641c\u7d20\u3002", + "There was an error. Please reload the page and try again.": "\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u91cd\u65b0\u52a0\u8f7d\u9875\u9762\u5e76\u91cd\u8bd5\u3002", + "There were errors reindexing course.": "\u91cd\u5efa\u8bfe\u7a0b\u7d22\u5f15\u65f6\u51fa\u9519\u4e86\u3002", + "There's already another assignment type with this name.": "\u5df2\u7ecf\u6709\u53e6\u4e00\u4e2a\u4f5c\u4e1a\u7c7b\u578b\u4f7f\u7528\u4e86\u8fd9\u4e2a\u540d\u5b57\u3002", + "These settings include basic information about your account.": "\u8fd9\u4e9b\u8bbe\u7f6e\u5305\u62ec\u60a8\u8d26\u53f7\u7684\u57fa\u672c\u4fe1\u606f\u3002", + "These users could not be added as beta testers because their accounts are not yet activated:": "\u65e0\u6cd5\u5c06\u8fd9\u4e9b\u7528\u6237\u8bbe\u7f6e\u4e3aBETA\u6d4b\u8bd5\u5458\uff0c\u56e0\u4e3a\u4ed6\u4eec\u7684\u8d26\u53f7\u672a\u6fc0\u6d3b\uff1a", + "These users were not added as beta testers:": "\u8fd9\u4e9b\u7528\u6237\u672a\u6dfb\u52a0\u4e3abeta\u6d4b\u8bd5\u8005\uff1a", + "These users were not affiliated with the course so could not be unenrolled:": "\u8fd9\u4e9b\u7528\u6237\u5e76\u4e0d\u5c5e\u4e8e\u672c\u8bfe\u7a0b\u5b66\u5458\uff0c\u56e0\u6b64\u65e0\u6cd5\u4f7f\u5176\u653e\u5f03\u9009\u4fee\uff1a", + "These users were not removed as beta testers:": "\u8fd9\u4e9b\u7528\u6237\u672a\u4ecebeta\u6d4b\u8bd5\u8005\u4e2d\u5220\u9664\uff1a", + "These users were successfully added as beta testers:": "\u8fd9\u4e9b\u7528\u6237\u5df2\u7ecf\u6dfb\u52a0\u4e3abeta\u6d4b\u8bd5\u8005\uff1a", + "These users were successfully removed as beta testers:": "\u8fd9\u4e9b\u7528\u6237\u4e0d\u518d\u662fbeta\u6d4b\u8bd5\u8005\uff1a", + "These users will be allowed to enroll once they register:": "\u8fd9\u4e9b\u7528\u6237\u4e00\u65e6\u6ce8\u518c\u5373\u53ef\u9009\u8bfe\uff1a", + "These users will be enrolled once they register:": "\u8fd9\u4e9b\u7528\u6237\u6ce8\u518c\u540e\u5373\u5df2\u9009\u8bfe\uff1a", + "This Group Configuration is not in use. Start by adding a content experiment to any Unit via the {linkStart}Course Outline{linkEnd}.": "\u6b64\u5206\u7ec4\u914d\u7f6e\u672a\u542f\u7528\u3002\u60a8\u53ef\u5728{linkStart}\u8bfe\u7a0b\u6982\u8ff0{linkEnd}\u7684\u5355\u5143\u4e2d\u5148\u6dfb\u52a0\u4e00\u4e2a\u5185\u5bb9\u5b9e\u9a8c\u3002", + "This Group Configuration is used in:": "\u6b64\u7fa4\u7ec4\u8bbe\u5b9a\u7528\u4e8e\uff1a", + "This action cannot be undone.": "\u8fd9\u4e2a\u52a8\u4f5c\u65e0\u6cd5\u53d6\u6d88\u3002", + "This action updates the {provider} information for your entire organization.": "\u6b64\u64cd\u4f5c\u4f1a\u66f4\u65b0\u60a8\u6574\u4e2a\u7ec4\u7ec7\u7684{provider}\u4fe1\u606f\u3002", + "This assessment could not be submitted.": "\u8fd9\u4efd\u8bc4\u6d4b\u65e0\u6cd5\u63d0\u4ea4\u3002", + "This browser cannot play .mp4, .ogg, or .webm files.": "\u5f53\u524d\u6d4f\u89c8\u5668\u4e0d\u652f\u6301\u64ad\u653e MP4\u3001OGG \u6216 WEBM \u683c\u5f0f\u7684\u6587\u4ef6\u3002", + "This catalog's courses:": "\u6b64\u76ee\u5f55\u4e0b\u7684\u8bfe\u7a0b\uff1a", + "This certificate has already been activated and is live. Are you sure you want to continue editing?": "\u6b64\u8bc1\u4e66\u5df2\u88ab\u6fc0\u6d3b\u4e14\u6b63\u5728\u4f7f\u7528\u4e2d\u3002\u786e\u5b9a\u8981\u7ee7\u7eed\u7f16\u8f91\uff1f", + "This comment could not be deleted. Refresh the page and try again.": "\u65e0\u6cd5\u5220\u9664\u6b64\u8bc4\u8bba\uff0c\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", + "This component has validation issues.": "\u8be5\u7ec4\u4ef6\u5b58\u5728\u9a8c\u8bc1\u95ee\u9898\u3002", + "This configuration is currently used in content experiments. If you make changes to the groups, you may need to edit those experiments.": "\u6b64\u8bbe\u5b9a\u73b0\u5728\u4f7f\u7528\u4e8e\u5185\u5bb9\u5b9e\u9a8c\u3002\u5982\u679c\u60a8\u5bf9\u7fa4\u7ec4\u505a\u53d8\u66f4\uff0c\u60a8\u6216\u8bb8\u9700\u8981\u7f16\u8f91\u90a3\u4e9b\u5b9e\u9a8c\u3002", + "This content group is used in one or more units.": "\u8be5\u5185\u5bb9\u7ec4\u5df2\u7ecf\u5728\u4e00\u4e2a\u6216\u591a\u4e2a\u5355\u5143\u5185\u4f7f\u7528\u3002", + "This course has automatic cohorting enabled for verified track learners, but cohorts are disabled. You must enable cohorts for the feature to work.": "\u8fd9\u95e8\u8bfe\u7a0b\u4e3a\u8981\u83b7\u53d6\u8ba4\u8bc1\u8bc1\u4e66\u7684\u5b66\u751f\u81ea\u52a8\u5206\u7ec4\uff0c\u4f46\u662f\u7fa4\u7ec4\u529f\u80fd\u88ab\u7981\u6b62\u3002\u4e3a\u4e86\u4f7f\u8be5\u529f\u80fd\u6b63\u5e38\u8fd0\u884c\uff0c\u60a8\u5fc5\u987b\u542f\u7528\u7fa4\u7ec4\u529f\u80fd\uff0c", + "This course has automatic cohorting enabled for verified track learners, but the required cohort does not exist. You must create a manually-assigned cohort named '{verifiedCohortName}' for the feature to work.": "\u8fd9\u95e8\u8bfe\u7a0b\u4e3a\u8981\u83b7\u53d6\u8ba4\u8bc1\u8bc1\u4e66\u7684\u5b66\u751f\u81ea\u52a8\u5206\u7ec4\uff0c\u4f46\u8981\u6c42\u7684\u7fa4\u7ec4\u4e0d\u5b58\u5728\u3002\u4e3a\u4e86\u4f7f\u8be5\u529f\u80fd\u6b63\u5e38\u8fd0\u884c\uff0c\u60a8\u5fc5\u987b\u624b\u52a8\u8bbe\u7f6e\u4e00\u4e2a\u7fa4\u7ec4\uff0c\u540d\u4e3a'{verifiedCohortName}'\u3002", + "This course uses automatic cohorting for verified track learners. You cannot disable cohorts, and you cannot rename the manual cohort named '{verifiedCohortName}'. To change the configuration for verified track cohorts, contact your edX partner manager.": "\u8fd9\u95e8\u8bfe\u7a0b\u4e3a\u8981\u83b7\u53d6\u8ba4\u8bc1\u8bc1\u4e66\u7684\u5b66\u751f\u81ea\u52a8\u5206\u7ec4\u3002\u60a8\u65e0\u6cd5\u53d6\u6d88\u5206\u7ec4\uff0c\u4e5f\u65e0\u6cd5\u91cd\u65b0\u547d\u540d\u624b\u52a8\u8bbe\u7f6e\u7684\u7fa4\u7ec4'{verifiedCohortName}'\u3002\u5982\u8981\u6539\u53d8\u8ba4\u8bc1\u7ec4\u7684\u5206\u7ec4\u8bbe\u7f6e\uff0c\u8bf7\u8054\u7cfb\u60a8\u7684edX \u5408\u4f5c\u7ecf\u7406\u3002", + "This discussion could not be loaded. Refresh the page and try again.": "\u65e0\u6cd5\u52a0\u8f7d\u6b64\u8ba8\u8bba\uff0c\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", + "This exam has a time limit associated with it.": "\u6b64\u95e8\u8003\u8bd5\u8bbe\u6709\u65f6\u9650\u3002", + "This feature is currently in testing. Course teams can enter highlights, but learners will not receive email messages.": "\u6b64\u529f\u80fd\u76ee\u524d\u4ecd\u5728\u6d4b\u8bd5\u4e2d\uff0c\u8bfe\u7a0b\u56e2\u961f\u53ef\u8f93\u5165\u91cd\u70b9\u5185\u5bb9\uff0c\u4f46\u5b66\u5458\u65e0\u6cd5\u63a5\u6536\u5230\u7535\u5b50\u90ae\u4ef6\u3002", + "This feedback could not be submitted.": "\u8fd9\u6761\u53cd\u9988\u65e0\u6cd5\u63d0\u4ea4\u3002", + "This file type is not supported. Supported file type is {supportedFileFormat}.": "\u4e0d\u652f\u6301\u6b64\u6587\u4ef6\u683c\u5f0f\u3002\u4ec5\u652f\u6301 {supportedFileFormat} \u683c\u5f0f\u3002", + "This group controls access to:": "\u6b64\u5206\u7ec4\u63a7\u5236\u7684\u8bbf\u95ee\u5185\u5bb9\u4e3a\uff1a", + "This group no longer exists. Choose another group or do not restrict access to this unit.": "\u5185\u5bb9\u7ec4\u5df2\u4e0d\u5b58\u5728\uff0c\u60a8\u53ef\u4ee5\u9009\u62e9\u53e6\u4e00\u7ec4\uff0c\u6216\u4e0d\u9650\u5236\u5bf9\u6b64\u5355\u5143\u7684\u8bbf\u95ee\u3002", + "This image file type is not supported. Supported file types are {supportedFileFormats}.": "\u6b64\u56fe\u7247\u6587\u4ef6\u7c7b\u578b\u4e0d\u652f\u6301\u3002\u4ec5\u652f\u6301 {supportedFileFormats} \u683c\u5f0f\u3002", + "This image is for decorative purposes only and does not require a description.": "\u6b64\u56fe\u7247\u4ec5\u4f5c\u88c5\u9970\u7528\uff0c\u65e0\u9700\u63cf\u8ff0\u3002", + "This is the Description of the Group Configuration": "\u8fd9\u662f\u7ec4\u914d\u7f6e\u7684\u63cf\u8ff0", + "This is the Name of the Group Configuration": "\u8fd9\u662f\u7ec4\u914d\u7f6e\u7684\u540d\u79f0", + "This is the name of the group": "\u8fd9\u91cc\u8f93\u5165\u7ec4\u7684\u540d\u5b57", + "This learner is currently sharing a limited profile.": "\u8be5\u5b66\u751f\u5f53\u524d\u516c\u5f00\u90e8\u5206\u4e2a\u4eba\u4fe1\u606f\u3002", + "This link will open in a modal window": "\u8be5\u94fe\u63a5\u5c06\u5728\u6a21\u5f0f\u7a97\u53e3\u4e2d\u6253\u5f00", + "This link will open in a new browser window/tab": "\u8be5\u94fe\u63a5\u5c06\u5728\u65b0\u6d4f\u89c8\u5668\u7a97\u53e3/\u6807\u7b7e\u9875\u4e2d\u6253\u5f00", + "This may be happening because of an error with our server or your internet connection. Try refreshing the page or making sure you are online.": "\u6b64\u60c5\u51b5\u53ef\u80fd\u7531\u4e8e\u670d\u52a1\u5668\u9519\u8bef\u6216\u8005\u60a8\u7684\u7f51\u7edc\u8fde\u63a5\u9519\u8bef\u5bfc\u81f4\u3002\u5c1d\u8bd5\u5237\u65b0\u9875\u9762\u6216\u8005\u786e\u4fdd\u7f51\u7edc\u7545\u901a\u3002", + "This page contains information about orders that you have placed with {platform_name}.": "\u6b64\u9875\u9762\u5305\u542b\u60a8\u5728{platform_name}\u6240\u4e0b\u7684\u8ba2\u5355\u4fe1\u606f\u3002", + "This post could not be closed. Refresh the page and try again.": "\u65e0\u6cd5\u5173\u95ed\u6b64\u5e16\u5b50\uff0c\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", + "This post could not be flagged for abuse. Refresh the page and try again.": "\u65e0\u6cd5\u5c06\u6b64\u5e16\u5b50\u4e3e\u62a5\u4e3a\u6ee5\u7528\uff0c\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", + "This post could not be pinned. Refresh the page and try again.": "\u65e0\u6cd5\u7f6e\u9876\u6b64\u5e16\u5b50\uff0c\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", + "This post could not be reopened. Refresh the page and try again.": "\u65e0\u6cd5\u91cd\u5f00\u6b64\u5e16\u5b50\uff0c\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", + "This post could not be unflagged for abuse. Refresh the page and try again.": "\u65e0\u6cd5\u53d6\u6d88\u6b64\u5e16\u5b50\u7684\u6ee5\u7528\u4e3e\u62a5\uff0c\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", + "This post could not be unpinned. Refresh the page and try again.": "\u65e0\u6cd5\u53d6\u6d88\u7f6e\u9876\u6b64\u5e16\u5b50\uff0c\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", + "This problem could not be saved.": "\u8be5\u95ee\u9898\u65e0\u6cd5\u4fdd\u5b58\u3002", + "This problem has already been released. Any changes will apply only to future assessments.": "\u6b64\u95ee\u9898\u5df2\u53d1\u5e03\u3002\u4efb\u4f55\u66f4\u6539\u90fd\u53ea\u9002\u7528\u4e8e\u672a\u6765\u7684\u8bc4\u4f30\u3002", + "This problem has been reset.": "\u6b64\u95ee\u9898\u5df2\u91cd\u7f6e\u3002", + "This response could not be marked as an answer. Refresh the page and try again.": "\u65e0\u6cd5\u5c06\u8be5\u56de\u590d\u6807\u8bb0\u4e3a\u7b54\u6848\uff0c\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", + "This response could not be marked as endorsed. Refresh the page and try again.": "\u65e0\u6cd5\u6807\u8bb0\u6b64\u56de\u590d\u4e3a\u8d5e\u540c\uff0c\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", + "This response could not be saved.": "\u8be5\u7b54\u6848\u65e0\u6cd5\u4fdd\u5b58\u3002", + "This response could not be submitted.": "\u8be5\u7b54\u6848\u65e0\u6cd5\u63d0\u4ea4\u3002", + "This response could not be unendorsed. Refresh the page and try again.": "\u65e0\u6cd5\u6807\u8bb0\u6b64\u56de\u590d\u4e3a\u4e0d\u8d5e\u540c\uff0c\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", + "This response could not be unmarked as an answer. Refresh the page and try again.": "\u8be5\u56de\u590d\u5df2\u88ab\u6807\u8bb0\u4e3a\u7b54\u6848\uff0c\u65e0\u6cd5\u53d6\u6d88\u3002\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", + "This response has been saved but not submitted.": "\u8be5\u7b54\u6848\u5df2\u7ecf\u4fdd\u5b58\u4e86\uff0c\u4f46\u4ecd\u672a\u63d0\u4ea4\u3002", + "This response has not been saved.": "\u8be5\u7b54\u6848\u8fd8\u6ca1\u6709\u88ab\u4fdd\u5b58\u3002", + "This role requires a divided discussions scheme.": "\u8fd9\u4e2a\u89d2\u8272\u9700\u8981\u4e00\u4e2a\u533a\u5206\u8ba8\u8bba\u7ec4\u7684\u65b9\u6848\u3002", + "This section could not be loaded.": "\u8fd9\u4e2a\u90e8\u5206\u65e0\u6cd5\u52a0\u8f7d\u3002", + "This short name for the assignment type (for example, HW or Midterm) appears next to assignments on a learner's Progress page.": "\u4efb\u52a1\u7c7b\u578b\u7b80\u79f0\uff08\u6bd4\u5982\uff1aHW \u6216 Midterm\uff09\uff0c\u663e\u793a\u4e8e\u5b66\u5458\u5b66\u4e60\u8fdb\u5ea6\u9875\u9762\u7684\u4f5c\u4e1a\u65c1\u8fb9\u3002", + "This team does not have any members.": "\u672c\u56e2\u961f\u6ca1\u6709\u6210\u5458\u3002", + "This team is full.": "\u8fd9\u4e2a\u56e2\u961f\u5df2\u7ecf\u6ee1\u4e86\u3002", + "This unit has validation issues.": "\u6b64\u5355\u5143\u5b58\u5728\u9a8c\u8bc1\u95ee\u9898\u3002", + "This vote could not be processed. Refresh the page and try again.": "\u65e0\u6cd5\u5904\u7406\u6b64\u6295\u7968\uff0c\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", + "This {parentCategory} has no {childCategory}": "\u6b64 {parentCategory} \u4e0d\u5305\u542b {childCategory}", + "Thumbnail": "\u7f29\u7565\u56fe", + "Thumbnail for {videoName}": "{videoName} \u7f29\u7565\u56fe", + "Thumbnail view of ": "\u7f29\u7565\u89c6\u56fe", + "Time Allotted (HH:MM):": "\u5141\u8bb8\u4f7f\u7528\u7684\u65f6\u95f4 (HH:MM)\uff1a", + "Time Sent": "\u53d1\u9001\u65f6\u95f4", + "Time Sent:": "\u53d1\u9001\u65f6\u95f4", + "Time Zone": "\u65f6\u533a", + "Timed": "\u8ba1\u65f6", + "Timed Exam": "\u8ba1\u65f6\u6d4b\u9a8c", + "Timed Out": "\u65f6\u95f4\u5230", + "Timed Transcript Conflict": "\u5b57\u5e55\u51b2\u7a81", + "Timed Transcript Found": "\u627e\u5230\u5b57\u5e55", + "Timed Transcript Uploaded Successfully": "\u5b57\u5e55\u4e0a\u4f20\u6210\u529f", + "Timed Transcript from %(filename)s": "\u6765\u81ea%(filename)s\u7684\u5b57\u5e55", + "Tips on taking a successful photo": "\u6210\u529f\u62cd\u6444\u7684\u5c0f\u6280\u5de7", + "Title": "\u6807\u9898", + "Title ": "\u6807\u9898", + "Title of the signatory": "\u7b7e\u53d1\u8005\u79f0\u8c13", + "Titles more than 100 characters may prevent students from printing their certificate on a single page.": "\u5982\u679c\u6807\u9898\u5b57\u6570\u8d85\u8fc7100\u4e2a\u5b57\u7b26\uff0c\u53ef\u80fd\u4f1a\u5bfc\u81f4\u7eb8\u8d28\u8bc1\u4e66\u8d85\u8fc7\u4e00\u9875\u3002", + "To access the course, select a session.": "\u5982\u9700\u8bbf\u95ee\u8bfe\u7a0b\uff0c\u8bf7\u9009\u62e9\u4e00\u4e2a\u5b66\u671f\u3002", + "To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.": "\u8981\u786e\u4fdd\u6240\u6709\u5b66\u751f\u90fd\u80fd\u770b\u5230\u89c6\u9891\uff0c\u6211\u4eec\u5efa\u8bae\u60a8\u540c\u65f6\u63d0\u4f9b.mp4\u7248\u672c\u548c.webm\u7248\u672c\u7684\u89c6\u9891\u3002\u70b9\u51fb\u4e0b\u65b9\u6309\u94ae\u6dfb\u52a0\u53e6\u4e00\u4e2a\u7248\u672c\u7684URL\uff08\u8bf7\u52ff\u4f7f\u7528YouTube\u7684URL\uff09\uff0c\u5b66\u751f\u5c06\u4f1a\u770b\u5230\u5217\u8868\u4e2d\u7b2c\u4e00\u4e2a\u4e0e\u5176\u8ba1\u7b97\u673a\u517c\u5bb9\u7684\u89c6\u9891\u3002", + "To complete the program, you must earn a verified certificate for each course.": "\u60a8\u5fc5\u987b\u6bcf\u95e8\u8bfe\u7a0b\u90fd\u83b7\u5f97\u8bc1\u4e66\uff0c\u624d\u53ef\u4ee5\u5b8c\u6210\u6b64\u8bfe\u7a0b\u65b9\u6848\u3002", + "To continue learning with this account, sign in below.": "\u5982\u9700\u7ee7\u7eed\u4f7f\u7528\u6b64\u8d26\u53f7\u5b66\u4e60\uff0c\u8bf7\u70b9\u51fb\u4ee5\u4e0b\u6309\u94ae\u767b\u5f55\u3002", + "To finalize course credit, %(display_name)s requires %(platform_name)s learners to submit a credit request.": "\u8981\u5b8c\u6210\u8bfe\u7a0b\u5b66\u5206\uff0c%(display_name)s \u8981\u6c42 %(platform_name)s \u5b66\u5458\u63d0\u4ea4\u4e00\u4efd\u5b66\u5206\u7533\u8bf7\u3002", + "To invalidate a certificate for a particular learner, add the username or email address below.": "\u8981\u8bbe\u5b9a\u67d0\u4e2a\u7279\u5b9a\u5b66\u5458\u7684\u8bc1\u4e66\u65e0\u6548\uff0c\u8bf7\u5728\u4e0b\u9762\u6dfb\u52a0\u76f8\u5e94\u7684\u7528\u6237\u540d\u6216\u90ae\u7bb1\u3002", + "To pass this exam, you must complete the problems in the time allowed.": "\u60a8\u5fc5\u987b\u5728\u65f6\u9650\u5185\u5b8c\u6210\u9898\u76ee\u624d\u53ef\u4ee5\u901a\u8fc7\u8003\u8bd5\u3002", + "To receive a certificate, you must also verify your identity before {date}.": "\u8981\u83b7\u5f97\u8bc1\u4e66\uff0c\u60a8\u5fc5\u987b\u5728 {date} \u4e4b\u524d\u9a8c\u8bc1\u60a8\u7684\u8eab\u4efd\u3002", + "To receive a certificate, you must also verify your identity.": "\u8981\u83b7\u5f97\u8bc1\u4e66\uff0c\u60a8\u5fc5\u987b\u9a8c\u8bc1\u60a8\u7684\u8eab\u4efd\u3002", + "To receive credit for problems, you must select \"Submit\" for each problem before you select \"End My Exam\".": "\u5728\u70b9\u51fb \u201c\u7ed3\u675f\u6211\u7684\u8003\u8bd5\u201d \u4e4b\u524d\uff0c\u60a8\u5fc5\u987b\u70b9\u51fb \"\u63d0\u4ea4\" \u6309\u94ae\u4ee5\u83b7\u5f97\u5b66\u5206\u3002", + "To review learner cohort assignments or see the results of uploading a CSV file, download course profile information or cohort results on the {link_start}Data Download{link_end} page.": "\u8981\u5ba1\u67e5\u5b66\u751f\u7fa4\u7ec4\u4f5c\u4e1a\u6216\u67e5\u770b\u4e0a\u4f20 CSV \u6587\u4ef6\u7684\u7ed3\u679c\uff0c\u8bf7\u5728{link_start}\u6570\u636e\u4e0b\u8f7d{link_end}\u9875\u9762\u4e0b\u8f7d\u8bfe\u7a0b\u4fe1\u606f\u6216\u7fa4\u7ec4\u7ed3\u679c\u3002", + "To share your certificate on Mozilla Backpack, you must first have a Backpack account. Complete the following steps to add your certificate to Backpack.": "\u8981\u5728 Mozilla Backpack \u4e0a\u5206\u4eab\u60a8\u7684\u8bc1\u4e66\uff0c\u60a8\u5fc5\u987b\u9996\u5148\u62e5\u6709\u4e00\u4e2aBackpack\u8d26\u53f7\u3002\u901a\u8fc7\u5b8c\u6210\u4ee5\u4e0b\u6b65\u9aa4\u5c06\u60a8\u7684\u8bc1\u4e66\u6dfb\u52a0\u81f3 Backpack\u3002", + "To take a successful photo, make sure that:": "\u4e3a\u4e86\u7167\u76f8\u6210\u529f\uff0c\u8bf7\u786e\u4fdd\uff1a", + "To verify your identity, you need a webcam and a government-issued photo ID.": "\u8981\u9a8c\u8bc1\u60a8\u7684\u8eab\u4efd\uff0c\u60a8\u9700\u8981\u4e00\u4e2a\u7f51\u7edc\u6444\u50cf\u5934\u548c\u4e00\u5f20\u653f\u5e9c\u7b7e\u53d1\u7684\u6709\u7167\u7247\u7684\u8eab\u4efd\u8bc1\u4ef6\u3002", + "Toggle Account Password (Usable/Unusable)": "\u5207\u6362\u8d26\u53f7\u5bc6\u7801 \uff08\u53ef\u7528/\u4e0d\u53ef\u7528\uff09", + "Toggle Notifications Setting": "\u5207\u6362\u901a\u77e5\u8bbe\u7f6e", + "Tools": "\u5de5\u5177", + "Top": "\u9876\u7aef", + "Topic": "\u4e3b\u9898", + "Topics": "\u4e3b\u9898", + "Total": "\u603b\u8ba1", + "Total Number": "\u603b\u6570", + "Total Responses": "\u89e3\u7b54\u603b\u6570", + "Training": "\u8bad\u7ec3", + "Transcript Fidelity": "\u5b57\u5e55\u4fdd\u771f\u5ea6", + "Transcript Languages": "\u5b57\u5e55\u8bed\u8a00", + "Transcript Provider": "\u5b57\u5e55\u63d0\u4f9b\u5de5\u5177", + "Transcript Turnaround": "\u5b57\u5e55\u8f6c\u6362", + "Transcript will be displayed when you start playing the video.": "\u5f00\u59cb\u64ad\u653e\u89c6\u9891\u65f6\u5c06\u663e\u793a\u5b57\u5e55\u3002", + "Transcripts": "\u5b57\u5e55", + "Try the transaction again in a few minutes.": "\u8bf7\u7b49\u5f85\u51e0\u5206\u949f\u540e\u518d\u5c1d\u8bd5\u3002", + "Try this practice exam again": "\u91cd\u65b0\u8fdb\u884c\u6a21\u62df\u8003\u8bd5", + "Try using a different browser, such as Google Chrome.": "\u8bf7\u5c1d\u8bd5\u66f4\u6362\u4e00\u4e2a\u6d4f\u89c8\u5668\uff0c\u5982\u8c37\u6b4c\u7684 Chrome \u6d4f\u89c8\u5668\u3002", + "Turn off transcripts": "\u5173\u95ed\u5b57\u5e55", + "Turn on closed captioning": "\u6253\u5f00CC\u5b57\u5e55", + "Turn on transcripts": "\u6253\u5f00\u5b57\u5e55", + "Type": "\u7c7b\u578b", + "Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "\u8f93\u5165\u4e00\u4e2a\u7f51\u5740\uff0c\u6216\u6309\u4e0b\u201c\u9009\u62e9\u6587\u4ef6\u201d\u6309\u94ae\u6765\u4e0a\u4f20\u6587\u4ef6\u3002(\u4f8b\u5982'http://example.com/img/clouds.jpg')", + "URL": "URL", + "Unable to delete account": "\u65e0\u6cd5\u5220\u9664\u8d26\u53f7", + "Unable to determine whether we should give you a refund because of System Error. Please try again later.": "\u7cfb\u7edf\u53d1\u751f\u9519\u8bef\uff0c\u65e0\u6cd5\u5224\u65ad\u662f\u5426\u5e94\u7ed9\u60a8\u9000\u6b3e\uff0c\u8bf7\u7a0d\u540e\u91cd\u8bd5\u3002", + "Unable to load": "\u4e0d\u80fd\u52a0\u8f7d", + "Unable to submit application": "\u65e0\u6cd5\u63d0\u4ea4\u7533\u8bf7", + "Underline": "\u4e0b\u5212\u7ebf", + "Undo": "\u64a4\u9500", + "Undo (Ctrl+Z)": "\u64a4\u9500(Ctrl+Z)", + "Undo Changes": "\u64a4\u9500\u66f4\u6539", + "Undo move": "\u64a4\u9500\u79fb\u52a8", + "Undo moving": "\u64a4\u9500\u79fb\u52a8", + "Unexpected server error.": "\u670d\u52a1\u5668\u5f02\u5e38\u9519\u8bef\u3002", + "Ungraded": "\u672a\u5206\u7ea7", + "Ungraded Practice Exam": "\u4e0d\u8ba1\u5206\u6a21\u62df\u8003\u8bd5", + "Unit": "\u5355\u5143", + "Unit Access": "\u5bf9\u5355\u5143\u7684\u8bbf\u95ee", + "Unit Name": "\u5355\u5143\u540d", + "Unit Visibility": "\u5355\u5143\u5f00\u653e\u4eba\u7fa4", + "Units": "\u5355\u4f4d", + "Unknown": "\u672a\u77e5", + "Unknown username: {user}": "\u672a\u77e5\u7528\u6237\u540d: {user}", + "Unlink This Account": "\u89e3\u7ed1\u6b64\u8d26\u53f7", + "Unlink your {accountName} account": "\u89e3\u7ed1\u60a8\u7684{accountName}\u8d26\u53f7", + "Unlinking": "\u89e3\u7ed1\u4e2d", + "Unmute": "\u53d6\u6d88\u9759\u97f3", + "Unnamed Option": "\u672a\u547d\u540d\u9009\u9879", + "Unpublished changes to content that will release in the future": "\u5c06\u5728\u672a\u6765\u516c\u5f00\u7684\u3001\u5c1a\u672a\u53d1\u5e03\u7684\u5185\u5bb9\u66f4\u65b0", + "Unpublished changes to live content": "\u5bf9\u5728\u7ebf\u5185\u5bb9\u6709\u672a\u53d1\u5e03\u7684\u66f4\u6539", + "Unpublished units will not be released": "\u5c1a\u672a\u53d1\u5e03\u7684\u5355\u5143\u5c06\u4e0d\u4f1a\u88ab\u516c\u5f00", + "Unscheduled": "\u5c1a\u672a\u8ba1\u5212", + "Update": "\u66f4\u65b0", + "Update Settings": "\u66f4\u65b0\u8bbe\u7f6e", + "Update team.": "\u66f4\u65b0\u56e2\u961f\u3002", + "Updating Tags": "\u66f4\u65b0\u6807\u7b7e\u4e2d", + "Updating with latest library content": "\u66f4\u65b0\u6700\u65b0\u7684\u5e93\u5185\u5bb9", + "Upgrade All Remaining Courses (": "\u5347\u7ea7\u6240\u6709\u5269\u4f59\u8bfe\u7a0b\uff08", + "Upgrade Deadline": "\u5347\u7ea7\u7684\u622a\u6b62\u65e5\u671f", + "Upgrade to Verified": "\u5347\u7ea7\u5230\u5df2\u9a8c\u8bc1", + "Upgrade to a Verified Certificate for {courseName}": "\u5347\u7ea7\u5230 {courseName} \u7684\u9a8c\u8bc1\u8bc1\u4e66", + "Upload": "\u4e0a\u4f20", + "Upload File": "\u4e0a\u4f20\u6587\u4ef6", + "Upload File and Assign Students": "\u4e0a\u4f20\u6587\u4ef6\u5e76\u4e3a\u5b66\u751f\u5206\u7ec4", + "Upload New .srt Transcript": "\u4e0a\u4f20\u65b0\u7684 .srt \u5b57\u5e55", + "Upload New File": "\u4e0a\u4f20\u65b0\u6587\u4ef6", + "Upload New Transcript": "\u4e0a\u4f20\u65b0\u5b57\u5e55", + "Upload PDF": "\u4e0a\u4f20 PDF", + "Upload Photo": "\u4e0a\u4f20\u7167\u7247", + "Upload Signature Image": "\u4e0a\u4f20\u7b7e\u540d\u56fe\u7247", + "Upload Videos": "\u4e0a\u4f20\u89c6\u9891", + "Upload a CSV file": "\u4e0a\u4f20 CSV \u6587\u4ef6", + "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "\u4e0a\u4f20\u4e00\u4e2a\u7528\u9017\u53f7\u9694\u5f00\u7684\u503c (.csv) \u6587\u4ef6\uff0c\u6587\u4ef6\u8981\u5305\u542b\u83b7\u5f97\u7279\u4f8b\u7684\u5b66\u5458\u7684\u7528\u6237\u540d\u6216\u90ae\u7bb1\u3002\u5c06\u7528\u6237\u540d\u6216\u90ae\u7bb1\u5217\u5165\u7b2c\u4e00\u4e2a\u9017\u53f7\u9694\u5f00\u7684\u5b57\u6bb5\u4e2d\u3002\u60a8\u53ef\u4ee5\u5728\u7b2c\u4e8c\u4e2a\u7528\u9017\u53f7\u9694\u5f00\u7684\u5b57\u6bb5\u4e2d\u8f93\u5165\u7279\u6b8a\u5904\u7406\u7684\u539f\u56e0\u63cf\u8ff0\u3002", + "Upload a new PDF to \u201c<%= name %>\u201d": "\u4e0a\u4f20\u65b0\u7684PDF\u6587\u4ef6\u81f3\u201c<%= name %>\u201d", + "Upload an image": "\u4e0a\u4f20\u56fe\u7247", + "Upload an image or capture one with your web or phone camera.": "\u4e0a\u4f20\u7167\u7247\u6216\u901a\u8fc7\u4f7f\u7528\u60a8\u7684\u7f51\u7edc\uff0f\u624b\u673a\u6444\u50cf\u5934\u62cd\u7167\u4e0a\u4f20\u3002", + "Upload completed": "\u4e0a\u4f20\u5b8c\u6210", + "Upload completed for video {fileName}": "\u89c6\u9891{fileName}\u4e0a\u4f20\u6210\u529f", + "Upload failed": "\u4e0a\u4f20\u5931\u8d25", + "Upload failed for video {fileName}": "\u89c6\u9891{fileName}\u4e0a\u4f20\u5931\u8d25", + "Upload instructor image.": "\u4e0a\u4f20\u8bb2\u5e08\u7167\u7247", + "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "\u6b63\u5728\u4e0a\u4f20\u3002\u4e3a\u907f\u514d\u53d1\u751f\u9519\u8bef\uff0c\u5728\u4e0a\u4f20\u5b8c\u6210\u524d\u8bf7\u4e0d\u8981\u79bb\u5f00\u672c\u9875\u3002", + "Upload signature image.": "\u4e0a\u4f20\u7b7e\u540d\u56fe\u7247\u3002", + "Upload translation": "\u4e0a\u4f20\u8bd1\u6587", + "Upload your banner image.": "\u4e0a\u4f20\u60a8\u7684\u6a2a\u5e45\u56fe\u7247\u3002", + "Upload your course image.": "\u4e0a\u4f20\u60a8\u7684\u8bfe\u7a0b\u56fe\u7247\u3002", + "Upload your first asset": "\u4e0a\u4f20\u7b2c\u4e00\u4e2a\u8d44\u6e90", + "Upload your video thumbnail image.": "\u4e0a\u4f20\u60a8\u7684\u89c6\u9891\u7f29\u7565\u56fe\u3002", + "Uploaded file issues. Click on \"+\" to view.": "\u4e0a\u4f20\u6587\u4ef6\u6709\u95ee\u9898\u3002\u70b9\u51fb \u201c+\u201d \u6765\u68c0\u89c6\u3002", + "Uploading": "\u4e0a\u4f20\u4e2d", + "Upper Alpha": "\u5927\u5199\u5b57\u6bcd", + "Upper Roman": "\u5927\u5199\u7f57\u9a6c\u5b57\u6bcd", + "Upset Learner": "\u611f\u5230\u4e0d\u6ee1\u610f\u7684\u5b66\u751f", + "Url": "URL", + "Use Current Transcript": "\u4f7f\u7528\u5f53\u524d\u5b57\u5e55", + "Use Onboarding to introduce learners to proctoring, verify their identity, and create an onboarding profile. Learners must complete the onboarding profile step prior to taking a proctored exam. Profile reviews take 2+ business days.": "\u4f7f\u7528\u5165\u804c\u57f9\u8bad\u5b66\u4e60\u8005\u4ecb\u7ecd\u7ed9\u76d1\u8003\uff0c\u9a8c\u8bc1\u4ed6\u4eec\u7684\u8eab\u4efd\uff0c\u5e76\u521b\u5efa\u4e00\u4e2a\u914d\u7f6e\u6587\u4ef6\u4e0a\u5c97\u3002 \u5b66\u5458\u5fc5\u987b\u5728\u53c2\u52a0\u76d1\u8003\u8003\u8bd5\u4e4b\u524d\u5b8c\u6210\u5165\u804c\u8d44\u683c\u3002 \u4e2a\u4eba\u8d44\u6599\u8bc4\u8bba\u9700\u89812+\u4e2a\u5de5\u4f5c\u65e5\u3002", + "Use a practice proctored exam to introduce learners to the proctoring tools and processes. Results of a practice exam do not affect a learner's grade.": "\u4f7f\u7528\u76d1\u8003\u6a21\u5f0f\u6a21\u62df\u8003\u6765\u7ed9\u5b66\u5458\u4ecb\u7ecd\u76d1\u8003\u6a21\u5f0f\u5de5\u5177\u548c\u6d41\u7a0b\uff0c\u6a21\u62df\u8003\u7ed3\u679c\u4e0d\u5f71\u54cd\u5b66\u5458\u6210\u7ee9\u3002", + "Use a timed exam to limit the time learners can spend on problems in this subsection. Learners must submit answers before the time expires. You can allow additional time for individual learners through the Instructor Dashboard.": "\u7528\u8ba1\u65f6\u7684\u6d4b\u9a8c\u4ee5\u9650\u5236\u5b66\u751f\u5728\u8fd9\u4e2a\u5c0f\u8282\u4e2d\u505a\u9898\u53ef\u7528\u7684\u65f6\u95f4\u3002\u5b66\u751f\u5fc5\u987b\u5728\u9650\u5236\u65f6\u95f4\u5185\u63d0\u4ea4\u7b54\u6848\u3002\u60a8\u53ef\u4ee5\u5728\u8bb2\u5e08\u9762\u677f\u4e2d\u4e3a\u4e2a\u522b\u5b66\u751f\u589e\u52a0\u9644\u52a0\u7684\u505a\u9898\u65f6\u95f4\u3002", + "Use as a Prerequisite": "\u4f5c\u4e3a\u5148\u51b3\u6761\u4ef6", + "Use bookmarks to help you easily return to courseware pages. To bookmark a page, click \"Bookmark this page\" under the page title.": "\u4f7f\u7528\u4e66\u7b7e\u529f\u80fd\u6765\u5feb\u901f\u8fd4\u56de\u8bfe\u4ef6\u9875\u9762\uff0c\u5982\u9700\u6536\u85cf\u9875\u9762\u81f3\u4e66\u7b7e\uff0c\u8bf7\u70b9\u51fb\u9875\u9762\u6807\u9898\u4e0b\u65b9\u7684\u201c\u6dfb\u52a0\u81f3\u4e66\u7b7e\u201d\u6309\u94ae\u3002", + "Use cohorts as the basis for dividing discussions. All learners, regardless of cohort, see the same discussion topics, but within divided topics, only members of the same cohort see and respond to each others\u2019 posts. ": "\u6309\u7fa4\u7ec4\u533a\u5206\u8ba8\u8bba\u7ec4\uff0c\u6240\u6709\u5b66\u5458\uff0c\u4e0d\u7ba1\u6240\u5728\u4ec0\u4e48\u7fa4\u7ec4\uff0c\u90fd\u53ef\u4ee5\u770b\u5230\u540c\u6837\u7684\u8ba8\u8bba\u4e3b\u9898\uff1b\u4f46\u5728\u4e0d\u540c\u7684\u4e3b\u9898\u4e2d\uff0c\u53ea\u6709\u540c\u4e00\u7fa4\u7ec4\u7684\u6210\u5458\u53ef\u4ee5\u67e5\u770b\u548c\u56de\u590d\u5f7c\u6b64\u7684\u5e16\u5b50\u3002", + "Use enrollment tracks as the basis for dividing discussions. All learners, regardless of their enrollment track, see the same discussion topics, but within divided topics, only learners who are in the same enrollment track see and respond to each others\u2019 posts.": "\u5c06\u9009\u8bfe\u901a\u9053\u4f5c\u4e3a\u5212\u5206\u8ba8\u8bba\u7ec4\u7684\u57fa\u7840\u3002\u6240\u6709\u7684\u5b66\u5458\uff0c\u4e0d\u7ba1\u4ed6\u4eec\u7684\u9009\u8bfe\u901a\u9053\u662f\u4ec0\u4e48\uff0c\u90fd\u53ef\u4ee5\u770b\u5230\u76f8\u540c\u7684\u8ba8\u8bba\u4e3b\u9898\uff0c\u4f46\u662f\u5728\u4e0d\u540c\u7684\u4e3b\u9898\u4e2d\uff0c\u53ea\u6709\u5728\u540c\u4e00\u9009\u8bfe\u901a\u9053\u4e0a\u7684\u5b66\u5458\u624d\u80fd\u770b\u5230\u548c\u56de\u590d\u5f7c\u6b64\u7684\u5e16\u5b50\u3002", + "Use my institution/campus credentials": "\u4f7f\u7528\u6211\u7684\u673a\u6784/\u6821\u56ed\u8d26\u53f7", + "Use the All Topics menu to find specific topics.": "\u4f7f\u7528\u201c\u6240\u6709\u4e3b\u9898\u201d\u83dc\u5355\u627e\u5230\u7279\u5b9a\u8bdd\u9898", + "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "\u8bf7\u7528\u6444\u50cf\u5934\u62cd\u6444\u4e00\u5f20\u60a8\u8eab\u4efd\u8bc1\u4ef6\u7684\u7167\u7247\uff0c\u6211\u4eec\u5c06\u67e5\u770b\u8be5\u7167\u7247\u662f\u5426\u4e0e\u60a8\u7684\u9762\u90e8\u7167\u7247\u53ca\u60a8\u5728\u8d26\u53f7\u4e2d\u586b\u5199\u7684\u59d3\u540d\u5339\u914d\u3002", + "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "\u8bf7\u7528\u6444\u50cf\u5934\u62cd\u6444\u4e00\u5f20\u60a8\u7684\u9762\u90e8\u7167\u7247\uff0c\u6211\u4eec\u5c06\u5bf9\u6bd4\u8be5\u7167\u7247\u4e0e\u60a8\u8eab\u4efd\u8bc1\u4ef6\u4e0a\u7684\u7167\u7247\u3002", + "Used": "\u5df2\u4f7f\u7528", "Used in {count} location": [ "\u5728 {count} \u4e2a\u4f4d\u7f6e\u4f7f\u7528" - ], - "User Email": "\u7528\u6237\u90ae\u7bb1", - "Username": "\u7528\u6237\u540d", - "Username or email address": "\u7528\u6237\u540d\u6216\u90ae\u7bb1", - "Users must create and activate their account before they can be promoted to beta tester.": "\u6210\u4e3abeta\u6d4b\u8bd5\u8005\u4e4b\u524d\uff0c\u9700\u8981\u521b\u5efa\u5e76\u6fc0\u6d3b\u8d26\u53f7\u3002", - "V Align": "\u5782\u76f4\u5bf9\u9f50", - "Valid": "\u6709\u6548", - "Validation Error": "\u9a8c\u8bc1\u9519\u8bef", - "Validation Error While Saving": "\u5728\u4fdd\u5b58\u8fc7\u7a0b\u4e2d\u51fa\u73b0\u9a8c\u8bc1\u9519\u8bef", - "Verification Checkpoint": "\u8ba4\u8bc1\u68c0\u9a8c\u70b9", - "Verification Deadline": "\u8ba4\u8bc1\u622a\u6b62\u65e5\u671f", - "Verification checkpoint to be completed": "\u9700\u5b8c\u6210\u8ba4\u8bc1", - "Verified": "\u5df2\u8ba4\u8bc1", - "Verified Certificate": "\u8ba4\u8bc1\u8bc1\u4e66", - "Verified Certificate for {courseName}": "{courseName} \u7684\u9a8c\u8bc1\u8bc1\u4e66", - "Verified Certificate upgrade": "\u8ba4\u8bc1\u8bc1\u4e66\u5347\u7ea7", - "Verified Status": "\u9a8c\u8bc1\u72b6\u6001", - "Verified mode price": "\u901a\u8fc7\u9a8c\u8bc1\u7684\u6a21\u5f0f\u4ef7\u683c", - "Verify Now": "\u73b0\u5728\u8ba4\u8bc1", - "Version": "\u7248\u672c", - "Vertical space": "\u5782\u76f4\u95f4\u8ddd", - "Very loud": "\u97f3\u91cf\u6700\u5927", - "Very low": "\u97f3\u91cf\u6700\u5c0f", - "Video Capture Error": "\u89c6\u9891\u6355\u83b7\u5931\u8d25", - "Video ID": "\u89c6\u9891 ID", - "Video Source Language": "\u89c6\u9891\u6e90\u8bed\u8a00", - "Video Status": "\u89c6\u9891\u72b6\u6001", - "Video duration is {humanizeDuration}": "\u89c6\u9891\u65f6\u957f {humanizeDuration}", - "Video ended": "\u89c6\u9891\u7ed3\u675f", - "Video image upload completed": "\u89c6\u9891\u56fe\u7247\u4e0a\u4f20\u5df2\u5b8c\u6210", - "Video image upload started": "\u89c6\u9891\u56fe\u7247\u4e0a\u4f20\u5df2\u5f00\u59cb", - "Video position": "\u89c6\u9891\u4f4d\u7f6e", - "Video position. Press space to toggle playback": "\u89c6\u9891\u4f4d\u7f6e\u3002\u6309\u7a7a\u683c\u952e\u63a7\u5236\u64ad\u653e", - "Video speed: ": "\u89c6\u9891\u64ad\u653e\u901f\u5ea6:", - "Video transcript": "\u89c6\u9891\u5b57\u5e55", - "View": "\u89c6\u56fe", - "View %(span_start)s %(team_name)s %(span_end)s": "\u67e5\u770b%(span_start)s %(team_name)s %(span_end)s", - "View Archived Course": "\u67e5\u770b\u5b58\u6863\u7684\u8bfe\u7a0b", - "View Cohort": "\u67e5\u770b\u7fa4\u7ec4", - "View Course": "\u67e5\u770b\u8bfe\u7a0b", - "View Live": "\u67e5\u770b\u7ebf\u4e0a\u7248\u672c", - "View Program Record": "\u67e5\u770b\u8bfe\u7a0b\u8bb0\u5f55", - "View Teams in the %(topic_name)s Topic": "\u67e5\u770b %(topic_name)s\u4e3b\u9898\u4e0b\u7684\u56e2\u961f", - "View all errors": "\u67e5\u770b\u6240\u6709\u9519\u8bef", - "View child items": "\u67e5\u770b\u5b50\u7c7b\u76ee", - "View my exam": "\u67e5\u770b\u6211\u7684\u8003\u8bd5", + ], + "User Email": "\u7528\u6237\u90ae\u7bb1", + "Username": "\u7528\u6237\u540d", + "Username or email address": "\u7528\u6237\u540d\u6216\u90ae\u7bb1", + "Users must create and activate their account before they can be promoted to beta tester.": "\u6210\u4e3abeta\u6d4b\u8bd5\u8005\u4e4b\u524d\uff0c\u9700\u8981\u521b\u5efa\u5e76\u6fc0\u6d3b\u8d26\u53f7\u3002", + "V Align": "\u5782\u76f4\u5bf9\u9f50", + "Valid": "\u6709\u6548", + "Validation Error": "\u9a8c\u8bc1\u9519\u8bef", + "Validation Error While Saving": "\u5728\u4fdd\u5b58\u8fc7\u7a0b\u4e2d\u51fa\u73b0\u9a8c\u8bc1\u9519\u8bef", + "Verification Checkpoint": "\u8ba4\u8bc1\u68c0\u9a8c\u70b9", + "Verification Deadline": "\u8ba4\u8bc1\u622a\u6b62\u65e5\u671f", + "Verification checkpoint to be completed": "\u9700\u5b8c\u6210\u8ba4\u8bc1", + "Verified": "\u5df2\u8ba4\u8bc1", + "Verified Certificate": "\u8ba4\u8bc1\u8bc1\u4e66", + "Verified Certificate for {courseName}": "{courseName} \u7684\u9a8c\u8bc1\u8bc1\u4e66", + "Verified Certificate upgrade": "\u8ba4\u8bc1\u8bc1\u4e66\u5347\u7ea7", + "Verified Status": "\u9a8c\u8bc1\u72b6\u6001", + "Verified mode price": "\u901a\u8fc7\u9a8c\u8bc1\u7684\u6a21\u5f0f\u4ef7\u683c", + "Verify Now": "\u73b0\u5728\u8ba4\u8bc1", + "Version": "\u7248\u672c", + "Vertical space": "\u5782\u76f4\u95f4\u8ddd", + "Very loud": "\u97f3\u91cf\u6700\u5927", + "Very low": "\u97f3\u91cf\u6700\u5c0f", + "Video Capture Error": "\u89c6\u9891\u6355\u83b7\u5931\u8d25", + "Video ID": "\u89c6\u9891 ID", + "Video Source Language": "\u89c6\u9891\u6e90\u8bed\u8a00", + "Video Status": "\u89c6\u9891\u72b6\u6001", + "Video duration is {humanizeDuration}": "\u89c6\u9891\u65f6\u957f {humanizeDuration}", + "Video ended": "\u89c6\u9891\u7ed3\u675f", + "Video image upload completed": "\u89c6\u9891\u56fe\u7247\u4e0a\u4f20\u5df2\u5b8c\u6210", + "Video image upload started": "\u89c6\u9891\u56fe\u7247\u4e0a\u4f20\u5df2\u5f00\u59cb", + "Video position": "\u89c6\u9891\u4f4d\u7f6e", + "Video position. Press space to toggle playback": "\u89c6\u9891\u4f4d\u7f6e\u3002\u6309\u7a7a\u683c\u952e\u63a7\u5236\u64ad\u653e", + "Video speed: ": "\u89c6\u9891\u64ad\u653e\u901f\u5ea6:", + "Video transcript": "\u89c6\u9891\u5b57\u5e55", + "View": "\u89c6\u56fe", + "View Archived Course": "\u67e5\u770b\u5b58\u6863\u7684\u8bfe\u7a0b", + "View Cohort": "\u67e5\u770b\u7fa4\u7ec4", + "View Course": "\u67e5\u770b\u8bfe\u7a0b", + "View Live": "\u67e5\u770b\u7ebf\u4e0a\u7248\u672c", + "View Program Record": "\u67e5\u770b\u8bfe\u7a0b\u8bb0\u5f55", + "View all errors": "\u67e5\u770b\u6240\u6709\u9519\u8bef", + "View child items": "\u67e5\u770b\u5b50\u7c7b\u76ee", + "View my exam": "\u67e5\u770b\u6211\u7684\u8003\u8bd5", "Viewing %s course": [ "\u67e5\u770b %s \u4e2a\u8bfe\u7a0b" - ], - "Visibility": "\u53ef\u89c1\u6027", - "Visible to Staff Only": "\u4ec5\u5de5\u4f5c\u4eba\u5458\u53ef\u89c1", - "Visual aids": "\u7f51\u683c\u7ebf", - "Volume": "\u97f3\u91cf", - "Vote for good posts and responses": "\u4e3a\u51fa\u8272\u7684\u53d1\u5e16\u548c\u56de\u590d\u6295\u7968", - "Waiting": "\u7b49\u5f85", - "Want to confirm your identity later?": "\u5e0c\u671b\u7a0d\u540e\u518d\u9a8c\u8bc1\u60a8\u7684\u8eab\u4efd\uff1f", - "Warning": "\u8b66\u544a", - "Warnings": "\u8b66\u544a", - "We ask you to activate your account to ensure it is really you creating the account and to prevent fraud.": "\u6211\u4eec\u8981\u6c42\u60a8\u6fc0\u6d3b\u60a8\u7684\u8d26\u53f7\u662f\u4e3a\u4e86\u786e\u8ba4\u771f\u7684\u662f\u60a8\u521b\u5efa\u4e86\u8d26\u53f7\uff0c\u9632\u6b62\u6b3a\u8bc8\u3002", - "We couldn't create your account.": "\u65e0\u6cd5\u521b\u5efa\u8d26\u53f7\u3002", - "We couldn't find any results for \"%s\".": "\u6211\u4eec\u627e\u4e0d\u5230\u6709\u5173\u201c%s\u201d\u7684\u4efb\u4f55\u7ed3\u679c\u3002", - "We couldn't sign you in.": "\u767b\u5f55\u5931\u8d25\u3002", - "We have encountered an error. Refresh your browser and then try again.": "\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u5237\u65b0\u60a8\u7684\u6d4f\u89c8\u5668\u5e76\u91cd\u8bd5\u3002", - "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "\u6211\u4eec\u5df2\u7ecf\u6536\u5230\u60a8\u7684\u4fe1\u606f\u5e76\u6b63\u5728\u9a8c\u8bc1\u60a8\u7684\u8eab\u4efd\u3002\u9a8c\u8bc1\u6d41\u7a0b\u7ed3\u675f\u540e(\u4e00\u822c\u5728 1-2 \u5929\u5185)\uff0c\u60a8\u5c06\u5728\u60a8\u7684\u63a7\u5236\u9762\u677f\u4e0a\u6536\u5230\u4e00\u6761\u6d88\u606f\u3002\u4e0e\u6b64\u540c\u65f6\uff0c\u60a8\u4ecd\u7136\u53ef\u4ee5\u8bbf\u95ee\u6240\u6709\u7684\u8bfe\u7a0b\u5185\u5bb9\u3002", - "We just need a little more information before you start learning with %(platformName)s.": "\u60a8\u53ea\u9700\u518d\u591a\u63d0\u4f9b\u4e00\u70b9\u4fe1\u606f\u5c31\u53ef\u4ee5\u5f00\u59cb\u5728%(platformName)s\u5b66\u4e60\u4e86\u3002", - "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "\u6211\u4eec\u4f1a\u91c7\u7528\u6700\u9ad8\u7ea7\u522b\u7684\u5b89\u5168\u6280\u672f\u6765\u52a0\u5bc6\u60a8\u7684\u7167\u7247\u5e76\u53d1\u9001\u5230\u6211\u4eec\u7684\u6388\u6743\u670d\u52a1\u7528\u4e8e\u5ba1\u6838\u76ee\u7684\uff1b\u4e00\u65e6\u5b8c\u6210\u4e86\u8ba4\u8bc1\u8fc7\u7a0b\uff0c%(platformName)s\u4e0d\u4f1a\u7ee7\u7eed\u4fdd\u5b58\u8fd9\u4e9b\u7167\u7247\u548c\u4fe1\u606f\u3002", - "We're sorry to see you go! Your account will be deleted shortly.": "\u5f88\u9057\u61be\u60a8\u8981\u79bb\u5f00\uff01\u60a8\u7684\u8d26\u53f7\u5c06\u5f88\u5feb\u88ab\u5220\u9664\u3002", - "We're sorry, there was an error": "\u5f88\u62b1\u6b49\uff0c\u6b64\u5904\u51fa\u73b0\u9519\u8bef", - "We've encountered an error. Refresh your browser and then try again.": "\u6211\u4eec\u9047\u5230\u4e86\u4e00\u4e2a\u9519\u8bef\u3002\u8bf7\u5237\u65b0\u60a8\u7684\u6d4f\u89c8\u5668\u5e76\u91cd\u8bd5\u3002", - "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "\u6211\u4eec\u5df2\u4f1a\u53d1\u9001\u4e00\u4e2a\u9a8c\u8bc1\u6d88\u606f\u81f3 {new_email_address}\u3002\u70b9\u51fb\u6d88\u606f\u4e2d\u7684\u94fe\u63a5\u4ee5\u66f4\u65b0\u60a8\u7684\u90ae\u7bb1\u3002", - "We've sent a confirmation message to {new_secondary_email_address}. Click the link in the message to update your secondary email address.": "\u6211\u4eec\u5df2\u5411{new_secondary_email_address}\u53d1\u9001\u4e86\u786e\u8ba4\u6d88\u606f\u3002 \u70b9\u51fb\u90ae\u4ef6\u4e2d\u7684\u94fe\u63a5\u4ee5\u66f4\u65b0\u8f85\u52a9\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002", - "We've sent a message to {email}. Click the link in the message to reset your password. Didn't receive the message? Contact {anchorStart}technical support{anchorEnd}.": "\u5bc6\u7801\u91cd\u7f6e\u90ae\u4ef6\u5df2\u53d1\u9001\u81f3{email}\uff0c\u8bf7\u70b9\u51fb\u90ae\u4ef6\u4e2d\u7684\u94fe\u63a5\u6765\u91cd\u7f6e\u5bc6\u7801\uff0c\u5982\u672a\u6536\u5230\u90ae\u4ef6\uff0c\u8bf7\u8054\u7cfb{anchorStart}\u6280\u672f\u652f\u6301{anchorEnd}\u3002", - "Web:": "\u7f51\u9875\uff1a", - "Webcam": "\u6444\u50cf\u5934", - "Weekly Highlight Emails": "\u6bcf\u5468\u4eae\u70b9\u5185\u5bb9\u90ae\u4ef6", - "Weight of Total Grade": "\u5728\u603b\u8bc4\u5206\u4e2d\u7684\u6743\u91cd", - "We\u2019re sorry to see you go!": "\u5f88\u9057\u61be\u770b\u5230\u60a8\u8981\u79bb\u5f00\uff01", - "What You Need for Verification": "\u8ba4\u8bc1\u6240\u9700", - "What can we help you with, {username}?": "\u4eb2\u7231\u7684{username}\uff0c\u6709\u4ec0\u4e48\u53ef\u4ee5\u5e2e\u52a9\u60a8\uff1f", - "What does %(platformName)s do with this photo?": "%(platformName)s\u7528\u8fd9\u5f20\u7167\u7247\u505a\u4ec0\u4e48\uff1f", - "What does this mean?": "\u8fd9\u662f\u4ec0\u4e48\u610f\u601d\uff1f", - "What's Your Next Accomplishment?": "\u60a8\u7684\u4e0b\u4e00\u4e2a\u76ee\u6807\u662f\u4ec0\u4e48\uff1f", - "When learners submit an answer to an assessment, they immediately see whether the answer is correct or incorrect, and the score received.": "\u5f53\u5b66\u5458\u63d0\u4ea4\u4e00\u4efd\u7b54\u6848\u81f3\u8bc4\u4f30\u65f6\uff0c\u4ed6\u4eec\u53ef\u4ee5\u7acb\u5373\u67e5\u770b\u7b54\u6848\u662f\u5426\u6b63\u786e\u548c\u6240\u5f97\u5206\u6570\u3002", - "When your face is in position, use the camera button {icon} below to take your photo.": "\u5f53\u60a8\u6446\u597d\u8138\u90e8\u4f4d\u7f6e\u540e\uff0c\u4f7f\u7528\u4ee5\u4e0b\u7684\u6444\u50cf\u5934\u6309\u94ae {icon} \u8fdb\u884c\u62cd\u7167\u3002", - "Which timed transcript would you like to use?": "\u60a8\u60f3\u4f7f\u7528\u54ea\u4e2a\u5b57\u5e55\uff1f", - "Whole words": "\u5168\u5b57\u5339\u914d", - "Why activate?": "\u4e3a\u4ec0\u4e48\u8981\u6fc0\u6d3b\uff1f", - "Why does %(platformName)s need my photo?": "\u4e3a\u4ec0\u4e48%(platformName)s\u9700\u8981\u6211\u7684\u7167\u7247\uff1f", - "Width": "\u5bbd", - "Will Be Visible To:": "\u5c06\u4f1a\u53ef\u89c1\uff1a", - "Words: {0}": "\u5b57\u6570\uff1a {0}", - "Would you like to sign in using your %(providerName)s credentials?": "\u60a8\u662f\u5426\u60f3\u4f7f\u7528 %(providerName)s \u767b\u5f55\uff1f", - "Year of Birth": "\u51fa\u751f\u5e74\u4efd", - "Yes, Delete": "\u662f\u7684\uff0c\u5220\u9664", - "Yes, allow edits to the active Certificate": "\u662f\u7684\uff0c\u5141\u8bb8\u7f16\u8f91\u6fc0\u6d3b\u7684\u8bc1\u4e66", - "Yes, delete this {xblock_type}": "\u662f\u7684\uff0c\u5220\u9664\u8be5 {xblock_type}", - "Yes, replace the edX transcript with the YouTube transcript": "\u662f\u7684\uff0c\u7528 YouTube \u5b57\u5e55\u66ff\u6362 edX \u5b57\u5e55\u3002", - "You already belong to another team.": "\u60a8\u5df2\u7ecf\u5c5e\u4e8e\u53e6\u4e00\u4e2a\u56e2\u961f\u3002", - "You already have an edX account with your {enterprise_name} email address.": "\u60a8\u5df2\u4f7f\u7528\u90ae\u7bb1{enterprise_name}\u6ce8\u518cedX\u8d26\u53f7\u3002", - "You are a member of this team.": "\u60a8\u662f\u8fd9\u4e2a\u56e2\u961f\u7684\u6210\u5458\u3002", - "You are currently sharing a limited profile.": "\u60a8\u5f53\u524d\u516c\u5f00\u90e8\u5206\u4e2a\u4eba\u4fe1\u606f\u3002", - "You are enrolling in: {courseName}": "\u60a8\u6b63\u5728\u9009\u62e9\uff1a{courseName}", - "You are not currently a member of any team.": "\u60a8\u76ee\u524d\u4e0d\u662f\u4efb\u4f55\u56e2\u961f\u4e2d\u7684\u4e00\u5458\u3002", - "You are not enrolled in any programs yet.": "\u60a8\u5c1a\u672a\u52a0\u5165\u4efb\u4f55\u8bfe\u7a0b\u3002", - "You are now enrolled as a verified student for:": "\u60a8\u5df2\u7ecf\u5df2\u8ba4\u8bc1\u5b66\u751f\u7684\u8eab\u4efd\u9009\u62e9\u4e86\u8bfe\u7a0b\uff1a", - "You are sending an email message with the subject {subject} to the following recipients.": "\u60a8\u6b63\u5728\u53d1\u9001\u542b\u6709{subject}\u4e3b\u9898\u7684\u7535\u5b50\u90ae\u4ef6\u7ed9\u4ee5\u4e0b\u6536\u4ef6\u4eba\u3002", - "You are upgrading your enrollment for: {courseName}": "\u60a8\u6b63\u5728\u5347\u7ea7\u60a8\u7684 {courseName} \u9009\u8bfe\u72b6\u6001", - "You can also retry this practice exam": "\u60a8\u53ef\u4ee5\u91cd\u8003\u6b64\u6a21\u62df\u8003\u8bd5", - "You can change sessions until {expiration_date}.": "\u60a8\u53ef\u5728{expiration_date}\u524d\u66f4\u6539\u5b66\u671f\u3002", - "You can link your social media accounts to simplify signing in to {platform_name}.": "\u60a8\u53ef\u4ee5\u5173\u8054\u60a8\u7684\u793e\u4ea4\u5a92\u4f53\u8d26\u53f7\u6765\u767b\u5f55{platform_name}\u3002", - "You can no longer change sessions.": "\u60a8\u5df2\u65e0\u6cd5\u66f4\u6539\u5b66\u671f\u3002", - "You can now enter your payment information and complete your enrollment.": "\u60a8\u53ef\u4ee5\u73b0\u5728\u5c31\u8f93\u5165\u652f\u4ed8\u4fe1\u606f\u5e76\u5b8c\u6210\u9009\u8bfe\u3002", - "You can pay now even if you don't have the following items available, but you will need to have these by {date} to qualify to earn a Verified Certificate.": "\u5373\u4f7f\u60a8\u6ca1\u6709\u6ee1\u8db3\u4e0b\u9762\u8fd9\u4e9b\u8981\u6c42\uff0c\u60a8\u4e5f\u53ef\u4ee5\u73b0\u5728\u4ed8\u6b3e\uff1b\u4f46\u662f\u60a8\u53ea\u6709\u5728 {date} \u4e4b\u524d\u6ee1\u8db3\u8fd9\u4e9b\u8981\u6c42\u624d\u6709\u8d44\u683c\u83b7\u5f97\u8ba4\u8bc1\u8bc1\u4e66\u3002", - "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "\u5373\u4f7f\u60a8\u6ca1\u6709\u6ee1\u8db3\u4e0b\u9762\u8fd9\u4e9b\u8981\u6c42\uff0c\u60a8\u4e5f\u53ef\u4ee5\u73b0\u5728\u5c31\u4ed8\u6b3e\uff1b\u4f46\u662f\u60a8\u53ea\u6709\u6ee1\u8db3\u4e86\u8fd9\u4e9b\u8981\u6c42\u624d\u6709\u8d44\u683c\u83b7\u5f97\u8ba4\u8bc1\u8bc1\u4e66\u3002", - "You can remove members from this team, especially if they have not participated in the team's activity.": "\u60a8\u53ef\u4ee5\u4ece\u6b64\u7ec4\u4e2d\u5220\u9664\u6210\u5458\uff0c\u5c24\u5176\u662f\u8fd8\u6ca1\u6709\u53c2\u52a0\u56e2\u961f\u6d3b\u52a8\u7684\u6210\u5458\u3002", - "You can upload files with these file types: ": "\u60a8\u53ef\u4ee5\u4e0a\u4f20\u7684\u6587\u4ef6\u7c7b\u578b\uff1a", - "You can use your {accountName} account to sign in to your {platformName} account.": "\u60a8\u53ef\u4ee5\u4f7f\u7528\u60a8\u7684{accountName}\u8d26\u53f7\u6765\u767b\u5f55\u60a8\u7684{platformName}\u8d26\u53f7\u3002", - "You can view your information or unlink from {enterprise_name} anytime in your Account Settings.": "\u60a8\u53ef\u5728\u8d26\u53f7\u8bbe\u7f6e\u4e2d\uff0c\u968f\u65f6\u67e5\u770b\u8d26\u53f7\u4fe1\u606f\u6216\u4e0e{enterprise_name}\u89e3\u7ed1\u3002", - "You cannot view the course as a student or beta tester before the course release date.": "\u5728\u6b64\u8bfe\u7a0b\u516c\u5f00\u4e4b\u524d\uff0c\u60a8\u65e0\u6cd5\u4ee5\u5b66\u751f\u6216\u6d4b\u8bd5\u8005\u8eab\u4efd\u67e5\u770b\u8be5\u8bfe\u7a0b\u3002", - "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "\u60a8\u53d8\u66f4\u4e86\u89c6\u9891\u7684 URL\uff0c\u4f46\u6ca1\u6709\u53d8\u66f4\u5b57\u5e55\u6587\u4ef6\u3002\u60a8\u5e0c\u671b\u7ee7\u7eed\u4f7f\u7528\u5f53\u524d\u7684\u5b57\u5e55\u6587\u4ef6\u8fd8\u662f\u4e0a\u4f20\u4e00\u4e2a\u65b0\u7684 .srt \u5b57\u5e55\u6587\u4ef6\uff1f", - "You commented...": "\u60a8\u8bc4\u8bba\u4e86\u2026", - "You could not be subscribed to this post. Refresh the page and try again.": "\u60a8\u65e0\u6cd5\u8ba2\u9605\u6b64\u8d34\u3002\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", - "You could not be unsubscribed from this post. Refresh the page and try again.": "\u60a8\u65e0\u6cd5\u53d6\u6d88\u8ba2\u9605\u6b64\u8d34\u3002\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", - "You currently have no cohorts configured": "\u60a8\u76ee\u524d\u6ca1\u6709\u5df2\u914d\u7f6e\u7684\u7fa4\u7ec4", - "You did not select a content group": "\u60a8\u672a\u9009\u53d6\u5185\u5bb9\u7ec4\u3002", - "You did not select any files to submit.": "\u60a8\u672a\u9009\u62e9\u4efb\u4f55\u8981\u4e0a\u4f20\u7684\u6587\u4ef6\u3002", - "You did not submit the required files: {requiredFiles}.": "\u60a8\u6ca1\u6709\u63d0\u4ea4\u9700\u8981\u7684\u6587\u4ef6\uff1a{requiredFiles}\u3002", - "You don't seem to have Flash installed. Get Flash to continue your verification.": "\u60a8\u4f3c\u4e4e\u5e76\u672a\u5b89\u88c5Flash\u8f6f\u4ef6\u3002\u4e3a\u80fd\u7ee7\u7eed\u8fdb\u884c\u8ba4\u8bc1\uff0c\u8bf7\u5b89\u88c5Flash\u3002", - "You don't seem to have a webcam connected.": "\u60a8\u4f3c\u4e4e\u6ca1\u6709\u8fde\u63a5\u4e00\u4e2a\u6444\u50cf\u5934\u3002", - "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "\u60a8\u5df2\u7ecf\u6dfb\u52a0\u4e86\u4e00\u4e2a\u6807\u51c6\u3002\u60a8\u5c06\u9700\u8981\u4e3a\u201c\u5b66\u5458\u8bad\u7ec3\u201d\u6b65\u9aa4\u4e2d\u7684\u6807\u51c6\u9009\u62e9\u4e00\u4e2a\u9009\u9879\u3002\u8981\u6267\u884c\u6b64\u64cd\u4f5c\uff0c\u8bf7\u5355\u51fb\u201c\u8bbe\u7f6e\u201d\u9009\u9879\u5361\u3002", - "You have already verified your ID!": "\u60a8\u5df2\u7ecf\u6210\u529f\u9a8c\u8bc1\u4e86\u60a8\u7684\u8eab\u4efd\u8bc1\u4ef6\uff01", - "You have been logged out of your edX account. Click Okay to log in again now. Click Cancel to stay on this page (you must log in again to save your work).": "\u60a8\u5df2\u9000\u51faedX\u8d26\u53f7\uff0c\u70b9\u51fb\u201c\u786e\u5b9a\u201d\u91cd\u65b0\u767b\u5f55\uff0c\u70b9\u51fb\u201c\u53d6\u6d88\u201d\u7559\u5728\u6b64\u9875\u9762\uff08\u5fc5\u987b\u91cd\u65b0\u767b\u5f55\u624d\u80fd\u4fdd\u5b58\u5185\u5bb9\uff09\u3002", - "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "\u60a8\u5df2\u5220\u9664\u4e86\u4e00\u4e2a\u6807\u51c6\u3002\u6b64\u6807\u51c6\u5df2\u4ece\u201c\u5b66\u5458\u8bad\u7ec3\u201d\u6b65\u9aa4\u7684\u56de\u590d\u793a\u4f8b\u4e2d\u64a4\u9500\u3002", - "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "\u60a8\u5df2\u5220\u9664\u6b64\u6807\u51c6\u7684\u6240\u6709\u9009\u9879\u3002\u6b64\u6807\u51c6\u5df2\u4ece\u201c\u5b66\u5458\u8bad\u7ec3\u201d\u6b65\u9aa4\u7684\u56de\u590d\u793a\u4f8b\u4e2d\u5220\u9664\u3002", - "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "\u60a8\u5df2\u5220\u9664\u4e00\u4e2a\u9009\u9879\u3002\u6b64\u9009\u9879\u5df2\u4ece\u201c\u5b66\u5458\u8bad\u7ec3\u201d\u6b65\u9aa4\u4e2d\u7684\u56de\u590d\u793a\u4f8b\u6807\u51c6\u4e2d\u5220\u9664\u3002\u60a8\u53ef\u80fd\u5fc5\u987b\u4e3a\u6b64\u6807\u51c6\u9009\u62e9\u4e00\u4e2a\u65b0\u9009\u9879\u3002", - "You have done a dry run of force publishing the course. Nothing has changed. Had you run it, the following course versions would have been change.": "\u60a8\u5df2\u5b8c\u6210\u4e00\u6b21\u5f3a\u5236\u53d1\u5e03\u8bfe\u7a0bDRU RUN\u3002\u672a\u4f5c\u51fa\u66f4\u6539\uff0c\u5982\u679c\u60a8\u5df2\u8fd0\u884c\u4e86\u4e00\u6b21\uff0c\u90a3\u4e48\u4ee5\u4e0b\u7248\u672c\u8bfe\u7a0b\u5e94\u53d1\u751f\u6539\u53d8\u3002", - "You have no handouts defined": "\u60a8\u5c1a\u672a\u5b9a\u4e49\u8bb2\u4e49", - "You have not bookmarked any courseware pages yet": "\u60a8\u5c1a\u672a\u6536\u85cf\u4efb\u4f55\u8bfe\u4ef6\u9875\u9762\u81f3\u4e66\u7b7e\u4e2d", - "You have not created any certificates yet.": "\u60a8\u5c1a\u672a\u521b\u5efa\u4efb\u4f55\u8bc1\u4e66\u3002", - "You have not created any content groups yet.": "\u60a8\u8fd8\u6ca1\u6709\u521b\u5efa\u4efb\u4f55\u5185\u5bb9\u7ec4\u3002", - "You have not created any group configurations yet.": "\u60a8\u8fd8\u6ca1\u6709\u521b\u5efa\u4efb\u4f55\u7ec4\u914d\u7f6e\u3002", - "You have selected \u201cDelete my account.\u201d Deletion of your account and personal data is permanent and cannot be undone. EdX will not be able to recover your account or the data that is deleted.": "\u60a8\u9009\u62e9\u4e86\u201c\u5220\u9664\u6211\u7684\u8d26\u53f7\u201d\uff0c\u5220\u9664\u8d26\u53f7\u4e0e\u4e2a\u4eba\u6570\u636e\u5c06\u65e0\u6cd5\u64a4\u9500\u3002EdX\u65e0\u6cd5\u6062\u590d\u60a8\u5df2\u5220\u9664\u7684\u8d26\u53f7\u6216\u6570\u636e\u3002", - "You have set your language to {beta_language}, which is currently not fully translated. You can help us translate this language fully by joining the Transifex community and adding translations from English for learners that speak {beta_language}.": "\u60a8\u5df2\u5c06\u8bed\u8a00\u8bbe\u7f6e\u4e3a{beta_language}\uff0c\u76ee\u524d\u5c1a\u672a\u5b8c\u5168\u7ffb\u8bd1\u3002 \u60a8\u53ef\u4ee5\u52a0\u5165Transifex\u793e\u533a\uff0c\u5e76\u4e3a\u4f7f\u7528{beta_language}\u7684\u5b66\u5458\u6dfb\u52a0\u82f1\u8bed\u7ffb\u8bd1\uff0c\u4ece\u800c\u5e2e\u52a9\u6211\u4eec\u5145\u5206\u7ffb\u8bd1\u8fd9\u95e8\u8bed\u8a00\u3002", - "You have successfully signed into %(currentProvider)s, but your %(currentProvider)s account does not have a linked %(platformName)s account. To link your accounts, sign in now using your %(platformName)s password.": "\u60a8\u5df2\u6210\u529f\u767b\u5f55%(currentProvider)s\uff0c\u4f46\u6b64%(currentProvider)s\u8d26\u53f7\u5c1a\u672a\u5173\u8054\u5230%(platformName)s\u8d26\u53f7\u3002\u8981\u5173\u8054\u8d26\u53f7\uff0c\u8bf7\u4f7f\u7528\u60a8\u7684%(platformName)s\u5bc6\u7801\u767b\u5f55\u3002", - "You have successfully updated your goal.": "\u60a8\u5df2\u6210\u529f\u66f4\u65b0\u76ee\u6807\u3002", - "You have unsaved changes are you sure you want to navigate away?": "\u6709\u672a\u4fdd\u5b58\u7684\u66f4\u6539\uff0c\u786e\u5b9a\u8981\u79bb\u5f00\u5417\uff1f", - "You have unsaved changes. Do you really want to leave this page?": "\u60a8\u6709\u5c1a\u672a\u4fdd\u5b58\u7684\u4fee\u6539\uff0c\u786e\u5b9a\u8981\u79bb\u6b64\u9875\u9762\u5417\uff1f", - "You haven't added any assets to this course yet.": "\u60a8\u5c1a\u672a\u5411\u8be5\u8bfe\u7a0b\u6dfb\u52a0\u4efb\u4f55\u8d44\u6e90\u3002", - "You haven't added any content to this course yet.": "\u60a8\u5c1a\u672a\u5411\u8be5\u8bfe\u7a0b\u6dfb\u52a0\u4efb\u4f55\u5185\u5bb9\u3002", - "You haven't added any textbooks to this course yet.": "\u60a8\u5c1a\u672a\u5411\u8be5\u8bfe\u7a0b\u6dfb\u52a0\u4efb\u4f55\u8bfe\u672c\u3002", - "You may access your account with this address if single-sign on or access to your primary email is not available.": "\u5982\u679c\u65e0\u6cd5\u4f7f\u7528\u5355\u70b9\u767b\u5f55\u6216\u8bbf\u95ee\u60a8\u7684\u4e3b\u7535\u5b50\u90ae\u4ef6\uff0c\u60a8\u53ef\u4ee5\u4f7f\u7528\u6b64\u5730\u5740\u8bbf\u95ee\u60a8\u7684\u5e10\u6237\u3002", - "You may also lose access to verified certificates and other program credentials like MicroMasters certificates. If you want to make a copy of these for your records before proceeding with deletion, follow the instructions for {htmlStart}printing or downloading a certificate{htmlEnd}.": "\u60a8\u53ef\u80fd\u4e5f\u5c06\u65e0\u6cd5\u8bbf\u95ee\u5df2\u8ba4\u8bc1\u7684\u8bc1\u4e66\u548c\u5176\u4ed6\u4e13\u4e1a\u8bfe\u7a0b\u7684\u8bc1\u4e66\uff0c\u6bd4\u5982MicroMasters\u8bc1\u4e66\u3002\u5982\u679c\u60a8\u5e0c\u671b\u5728\u64cd\u4f5c\u5220\u9664\u524d\u5bf9\u8fd9\u4e9b\u6587\u4ef6\u8fdb\u884c\u5907\u4efd\uff0c\u8bf7\u6839\u636e\u6307\u5f15{htmlStart}\u6253\u5370\u6216\u4e0b\u8f7d\u8bc1\u4e66{htmlEnd}\u3002", - "You must be over 13 to share a full profile. If you are over 13, make sure that you have specified a birth year on the {account_settings_page_link}": "13\u5c81\u4ee5\u4e0a\u7684\u7528\u6237\u624d\u80fd\u5206\u4eab\u5b8c\u6574\u8d44\u6599\u3002\u5982\u679c\u60a8\u572813\u5c81\u4ee5\u4e0a\uff0c\u8bf7\u786e\u8ba4\u5df2\u5728 {account_settings_page_link} \u9875\u9762\u4e2d\u586b\u5199\u4e86\u51fa\u751f\u5e74\u4efd\u3002", - "You must enter a valid email address in order to add a new team member": "\u60a8\u5fc5\u987b\u8f93\u5165\u4e00\u4e2a\u6709\u6548\u7684\u90ae\u7bb1\u4ee5\u4fbf\u6dfb\u52a0\u4e00\u4e2a\u65b0\u7684\u56e2\u961f\u6210\u5458", - "You must provide a learner name.": "\u60a8\u5fc5\u987b\u63d0\u4f9b\u4e00\u4e2a\u5b66\u751f\u59d3\u540d\u3002", - "You must select a session by {expiration_date} to access the course.": "\u60a8\u5fc5\u987b\u5728{expiration_date}\u524d\u9009\u62e9\u5b66\u671f\u4ee5\u8bbf\u95ee\u8bfe\u7a0b\u3002", - "You must select a session to access the course.": "\u5fc5\u987b\u9009\u62e9\u4e00\u4e2a\u5b66\u671f\u624d\u80fd\u8bbf\u95ee\u8bfe\u7a0b\u3002", - "You must sign out and sign back in before your language changes take effect.": "\u8bed\u8a00\u8bbe\u7f6e\u5c06\u5728\u60a8\u91cd\u65b0\u767b\u5f55\u540e\u751f\u6548", - "You must specify a name": "\u60a8\u5fc5\u987b\u6307\u5b9a\u4e00\u4e2a\u540d\u79f0", - "You must specify a name for the cohort": "\u60a8\u5fc5\u987b\u4e3a\u8be5\u7fa4\u7ec4\u547d\u540d\u3002", - "You must specify your birth year before you can share your full profile. To specify your birth year, go to the {account_settings_page_link}": "\u60a8\u5fc5\u987b\u586b\u5199\u51fa\u751f\u5e74\u4efd\u624d\u80fd\u5206\u4eab\u5b8c\u6574\u8d44\u6599\u3002\u70b9\u51fb {account_settings_page_link} \u586b\u5199", - "You need a computer that has a webcam. When you receive a browser prompt, make sure that you allow access to the camera.": "\u60a8\u9700\u8981\u4e00\u4e2a\u5177\u6709\u6444\u50cf\u5934\u7684\u7535\u8111\u3002\u5f53\u60a8\u6536\u5230\u6d4f\u89c8\u5668\u5f39\u7a97\u65f6\uff0c\u786e\u4fdd\u5b83\u6709\u6743\u9650\u4f7f\u7528\u6444\u50cf\u5934\u3002", - "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "\u60a8\u9700\u8981\u9a7e\u7167\u3001\u62a4\u7167\u6216\u8005\u5176\u4ed6\u7531\u653f\u5e9c\u7b7e\u53d1\u7684\u5e26\u6709\u60a8\u59d3\u540d\u548c\u7167\u7247\u7684\u8eab\u4efd\u8bc1\u4ef6\u3002", - "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "\u60a8\u9700\u8981\u4e00\u4efd\u5e26\u6709\u60a8\u59d3\u540d\u548c\u7167\u7247\u7684\u8eab\u4efd\u8bc1\u4ef6\uff0c\u6211\u4eec\u53ef\u4ee5\u63a5\u53d7\u9a7e\u7167\u3001\u62a4\u7167\u4ee5\u53ca\u5176\u4ed6\u7531\u653f\u5e9c\u7b7e\u53d1\u7684\u8eab\u4efd\u8bc1\u4ef6\u3002", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "\u5728\u9009\u8bfe\u4e4b\u524d\u60a8\u9700\u8981\u5148\u6fc0\u6d3b\u60a8\u7684\u8d26\u53f7\uff0c\u8bf7\u68c0\u67e5\u6536\u4ef6\u7bb1\u4e2d\u7684\u6fc0\u6d3b\u90ae\u4ef6\u3002", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "\u5728\u9009\u8bfe\u4e4b\u524d\u60a8\u9700\u8981\u5148\u6fc0\u6d3b\u60a8\u7684\u8d26\u53f7\uff0c\u8bf7\u68c0\u67e5\u6536\u4ef6\u7bb1\u4e2d\u7684\u6fc0\u6d3b\u90ae\u4ef6\u3002\u5f53\u60a8\u5b8c\u6210\u6fc0\u6d3b\u540e\uff0c\u60a8\u53ef\u4ee5\u8fd4\u56de\u5e76\u5237\u65b0\u672c\u9875\u9762\u3002", - "You receive messages from {platform_name} and course teams at this address.": "\u6b64\u90ae\u7bb1\u7528\u4e8e\u63a5\u6536\u6765\u81ea{platform_name}\u548c\u8bfe\u7a0b\u56e2\u961f\u7684\u4fe1\u606f\u3002", - "You reserve all rights for your work": "\u60a8\u5bf9\u60a8\u6240\u4f5c\u51fa\u7684\u8d21\u732e\u4fdd\u7559\u6240\u6709\u6743\u5229", - "You still need to visit the %(display_name)s website to complete the credit process.": "\u60a8\u4ecd\u7136\u9700\u8981\u8bbf\u95ee %(display_name)s \u7f51\u7ad9\u5b8c\u6210\u5b66\u5206\u9886\u53d6\u6d41\u7a0b\u3002", - "You submitted {filename}; only {allowedFiles} are allowed.": "\u60a8\u63d0\u4ea4\u4e86 {filename}\uff1b\u4ec5\u652f\u6301\u63d0\u4ea4 {allowedFiles} \u683c\u5f0f\u7684\u6587\u4ef6\u3002", - "You waive some rights for your work, such that others can use it too": "\u60a8\u9700\u8981\u5bf9\u60a8\u6240\u505a\u7684\u8d21\u732e\u653e\u5f03\u90e8\u5206\u6743\u5229\uff0c\u4f8b\u5982\u4ed6\u4eba\u4e5f\u53ef\u4ee5\u4f7f\u7528\u60a8\u7684\u6210\u679c", - "You will be refunded the amount you paid.": "\u60a8\u5c06\u4f1a\u6536\u5230\u5168\u989d\u9000\u6b3e\u3002", - "You will not be refunded the amount you paid.": "\u60a8\u5c06\u65e0\u6cd5\u83b7\u5f97\u5168\u989d\u9000\u6b3e\u3002", - "You will not receive notification for emails that bounce, so double-check your spelling.": "\u60a8\u4e0d\u4f1a\u6536\u5230\u90ae\u4ef6\u672a\u9001\u8fbe\u7684\u901a\u77e5\uff0c\u56e0\u6b64\u8bf7\u4ed4\u7ec6\u68c0\u67e5\u4ee5\u786e\u4fdd\u62fc\u5199\u65e0\u8bef\u3002", - "You will use your webcam to take a picture of your face and of your government-issued photo ID.": "\u60a8\u5c06\u4f7f\u7528\u60a8\u7684\u7f51\u7edc\u6444\u50cf\u5934\u62cd\u6444\u4e00\u5f20\u540c\u65f6\u663e\u793a\u60a8\u7684\u8138\u90e8\u548c\u653f\u5e9c\u7b7e\u53d1\u7684\u6709\u7167\u7247\u7684\u8eab\u4efd\u8bc1\u4ef6\u7684\u7167\u7247\u3002", - "You!": "\u60a8\uff01", - "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "\u60a8\u5c06\u4f1a\u63d0\u4ea4\u5bf9\u672c\u6b21\u4f5c\u4e1a\u7684\u7b54\u6848\u3002\u63d0\u4ea4\u540e\uff0c\u60a8\u5c06\u65e0\u6cd5\u4fee\u6539\u6216\u8005\u63d0\u4ea4\u65b0\u7684\u7b54\u6848\u3002", - "You've made some changes": "\u60a8\u5df2\u66f4\u6539", - "You've made some changes, but there are some errors": "\u60a8\u6240\u4f5c\u53d8\u66f4\u5b58\u5728\u9519\u8bef", - "You've successfully signed into %(currentProvider)s.": "\u60a8\u5df2\u6210\u529f\u767b\u5f55%(currentProvider)s\u3002", - "Your ID must be a government-issued photo ID that clearly shows your face.": "\u60a8\u7684\u8eab\u4efd\u8bc1\u4ef6\u5fc5\u987b\u662f\u653f\u5e9c\u7b7e\u53d1\u7684\u6709\u7167\u7247\u7684\u8eab\u4efd\u8bc1\u4ef6\uff0c\u5e76\u53ef\u4ee5\u6e05\u6670\u663e\u793a\u60a8\u7684\u8138\u90e8\u3002", - "Your Program Journey": "\u60a8\u7684\u8bfe\u7a0b\u5b66\u4e60\u4e4b\u65c5", - "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "\u60a8\u7684\u6d4f\u89c8\u5668\u4e0d\u652f\u6301\u76f4\u63a5\u8bbf\u95ee\u526a\u8d34\u677f\uff0c\u8bf7\u4f7f\u7528\u5feb\u6377\u952e Ctrl+X/C/V \u4ee3\u66ff\u3002", - "Your changes have been saved.": "\u60a8\u6240\u4f5c\u7684\u53d8\u66f4\u5df2\u4fdd\u5b58\u3002", - "Your changes have been saved. {details}": "\u5df2\u4fdd\u5b58\u66f4\u6539\u3002{details}", - "Your changes will not take effect until you save your progress.": "\u60a8\u6240\u4f5c\u53d8\u66f4\u5728\u4fdd\u5b58\u540e\u624d\u80fd\u751f\u6548\u3002", - "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "\u53d8\u66f4\u5728\u4fdd\u5b58\u4e4b\u540e\u751f\u6548\u3002\u7531\u4e8e\u7cfb\u7edf\u6682\u65f6\u4e0d\u652f\u6301\u6821\u9a8c\u529f\u80fd\uff0c\u8bf7\u4ed4\u7ec6\u68c0\u67e5\u7b56\u7565\u952e\u503c\u5bf9\u8bbe\u7f6e\u3002", - "Your course could not be exported to XML. There is not enough information to identify the failed component. Inspect your course to identify any problematic components and try again.": "\u60a8\u7684\u8bfe\u7a0b\u65e0\u6cd5\u5bfc\u51fa\u81f3XML\u3002\u6682\u65f6\u6ca1\u6709\u8db3\u591f\u7684\u4fe1\u606f\u6765\u8bc6\u522b\u5bfc\u51fa\u5931\u8d25\u7684\u7ec4\u4ef6\u3002\u8bf7\u68c0\u67e5\u60a8\u7684\u8bfe\u7a0b\u4ee5\u8bc6\u522b\u53ef\u80fd\u6709\u95ee\u9898\u7684\u7ec4\u4ef6\uff0c\u7136\u540e\u91cd\u8bd5\u3002", - "Your donation could not be submitted.": "\u60a8\u7684\u6350\u6b3e\u65e0\u6cd5\u63d0\u4ea4\u3002", - "Your email message was successfully queued for sending. In courses with a large number of learners, email messages to learners might take up to an hour to be sent.": "\u60a8\u7684\u7535\u5b50\u90ae\u4ef6\u5df2\u6210\u529f\u52a0\u5165\u7b49\u5f85\u53d1\u9001\u961f\u5217\u4e2d\uff0c\u5982\u679c\u8bfe\u7a0b\u7684\u5b66\u5458\u4f17\u591a\uff0c\u5219\u53d1\u9001\u7ed9\u5b66\u5458\u7684\u7535\u5b50\u90ae\u4ef6\u53ef\u80fd\u6700\u591a\u9700\u8981\u7b49\u5f85\u4e00\u4e2a\u5c0f\u65f6\u624d\u80fd\u53d1\u9001\u5b8c\u6bd5\u3002", - "Your entire face fits inside the frame.": "\u60a8\u7684\u6574\u5f20\u8138\u90fd\u5728\u6846\u5185\u3002", - "Your export has failed.": "\u5bfc\u51fa\u5931\u8d25\u3002", - "Your face is well-lit.": "\u60a8\u7684\u9762\u90e8\u5149\u7167\u5f88\u597d\u3002", - "Your file ": "\u60a8\u7684\u6587\u4ef6", - "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "\u60a8\u7684\u6587\u4ef6'{file}'\u5df2\u7ecf\u4e0a\u4f20\u3002\u9700\u8981\u51e0\u5206\u949f\u65f6\u95f4\u8fdb\u884c\u5904\u7406\u3002", - "Your file could not be uploaded": "\u60a8\u7684\u6587\u4ef6\u65e0\u6cd5\u4e0a\u4f20\u3002", - "Your file has been deleted.": "\u60a8\u7684\u6587\u4ef6\u5df2\u7ecf\u88ab\u5220\u9664", - "Your file {filename} is too large (max size: {maxSize}MB).": "\u60a8\u7684\u6587\u4ef6 {filename} \u8fc7\u5927 ( \u6700\u5927: {maxSize} MB)\u3002", - "Your import has failed.": "\u5bfc\u5165\u5931\u8d25\u3002", - "Your import is in progress; navigating away will abort it.": "\u6b63\u5728\u5bfc\u5165\uff0c\u79bb\u5f00\u5c06\u5bfc\u81f4\u6b64\u8fc7\u7a0b\u4e2d\u6b62\u3002", - "Your library could not be exported to XML. There is not enough information to identify the failed component. Inspect your library to identify any problematic components and try again.": "\u60a8\u7684\u77e5\u8bc6\u5e93\u65e0\u6cd5\u5bfc\u51fa\u81f3XML\u3002\u6682\u65f6\u6ca1\u6709\u8db3\u591f\u7684\u4fe1\u606f\u8bc6\u522b\u5931\u8d25\u7684\u7ec4\u4ef6\uff0c\u8bf7\u68c0\u67e5\u60a8\u7684\u77e5\u8bc6\u5e93\u4ee5\u8bc6\u522b\u4efb\u4f55\u53ef\u80fd\u6709\u95ee\u9898\u7684\u7ec4\u4ef6\uff0c\u7136\u540e\u91cd\u8bd5\u3002", - "Your message cannot be blank.": "\u60a8\u7684\u6d88\u606f\u4e0d\u80fd\u4e3a\u7a7a\u3002", - "Your message must have a subject.": "\u60a8\u7684\u6d88\u606f\u5fc5\u987b\u6709\u4e00\u4e2a\u6807\u9898\u3002", - "Your message must have at least one target.": "\u60a8\u7684\u6d88\u606f\u5fc5\u987b\u81f3\u5c11\u6709\u4e00\u4e2a\u63a5\u6536\u8005\u3002", - "Your policy changes have been saved.": "\u60a8\u7684\u7b56\u7565\u53d8\u66f4\u5df2\u4fdd\u5b58\u3002", - "Your post will be discarded.": "\u60a8\u7684\u5e16\u5b50\u5c06\u88ab\u64a4\u9500\u3002", - "Your profile settings are managed by {enterprise_name}. Contact your administrator or {link_start}edX Support{link_end} for help.": "\u60a8\u7684\u8d26\u53f7\u8bbe\u7f6e\u7531{enterprise_name}\u7ba1\u7406\uff0c\u5982\u9700\u5e2e\u52a9\u8bf7\u8054\u7cfb\u60a8\u7684\u7ba1\u7406\u5458\u6216{link_start}edX\u652f\u6301{link_end}\u3002", - "Your question or idea (required)": "\u60a8\u7684\u95ee\u9898\u6216\u60f3\u6cd5 (\u5fc5\u586b\u9879)", - "Your request could not be completed due to a server problem. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u670d\u52a1\u5668\u5fd9\uff0c\u60a8\u7684\u8bf7\u6c42\u65e0\u6cd5\u5b8c\u6210\u3002\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002\u5982\u679c\u95ee\u9898\u4ecd\u7136\u5b58\u5728\uff0c\u8bf7\u70b9\u51fb\u201c\u5e2e\u52a9\u201d\u9009\u9879\u62a5\u544a\u95ee\u9898\u3002", - "Your request could not be completed. Reload the page and try again.": "\u60a8\u7684\u8bf7\u6c42\u65e0\u6cd5\u5b8c\u6210\u3002\u5237\u65b0\u9875\u9762\uff0c\u7136\u540e\u91cd\u8bd5\u3002", - "Your request could not be completed. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u60a8\u7684\u8bf7\u6c42\u65e0\u6cd5\u5b8c\u6210\u3002\u91cd\u65b0\u52a0\u8f7d\u9875\u9762\u5e76\u91cd\u8bd5\u3002\u5982\u679c\u95ee\u9898\u4ecd\u7136\u5b58\u5728\uff0c\u70b9\u51fb\u201c\u5e2e\u52a9\u201d\u9009\u9879\u62a5\u544a\u95ee\u9898\u3002", - "Your request could not be processed. Refresh the page and try again.": "\u60a8\u7684\u8bf7\u6c42\u65e0\u6cd5\u5904\u7406\u3002\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", - "Your team could not be created.": "\u65e0\u6cd5\u521b\u5efa\u60a8\u7684\u56e2\u961f\u3002", - "Your team could not be updated.": "\u65e0\u6cd5\u66f4\u65b0\u60a8\u7684\u56e2\u961f\u3002", - "Your unenrollment request could not be processed. Please try again later.": "\u672a\u80fd\u5904\u7406\u60a8\u7684\u8bfe\u7a0b\u9000\u9009\u7533\u8bf7\uff0c\u8bf7\u7a0d\u540e\u91cd\u8bd5\u3002", - "Your upload of '{file}' failed.": "\u60a8\u7684\u6587\u4ef6'{file}'\u4e0a\u4f20\u5931\u8d25\u3002", - "Your upload of '{file}' succeeded.": "\u60a8\u7684\u6587\u4ef6'{file}'\u4e0a\u4f20\u6210\u529f\u3002", - "Your verification status is good until {verificationGoodUntil}.": "\u5728 {verificationGoodUntil} \u4e4b\u524d\uff0c\u60a8\u7684\u8ba4\u8bc1\u72b6\u6001\u826f\u597d\u3002", - "Your video uploads are not complete.": "\u60a8\u7684\u89c6\u9891\u4e0a\u4f20\u5c1a\u672a\u5b8c\u6210\u3002", - "Your {program} Certificate": "\u60a8\u7684{program}\u8bc1\u4e66", - "Yourself": "\u60a8\u81ea\u5df1", - "Zoom In": "\u653e\u5927", - "Zoom Out": "\u7f29\u5c0f", - "[no tags]": "[\u65e0\u6807\u7b7e]", - "a day": "\u4e00\u5929", - "a timed exam": "\u8ba1\u65f6\u6d4b\u9a8c", + ], + "Visibility": "\u53ef\u89c1\u6027", + "Visible to Staff Only": "\u4ec5\u5de5\u4f5c\u4eba\u5458\u53ef\u89c1", + "Visual aids": "\u7f51\u683c\u7ebf", + "Volume": "\u97f3\u91cf", + "Vote for good posts and responses": "\u4e3a\u51fa\u8272\u7684\u53d1\u5e16\u548c\u56de\u590d\u6295\u7968", + "Waiting": "\u7b49\u5f85", + "Want to confirm your identity later?": "\u5e0c\u671b\u7a0d\u540e\u518d\u9a8c\u8bc1\u60a8\u7684\u8eab\u4efd\uff1f", + "Warning": "\u8b66\u544a", + "Warnings": "\u8b66\u544a", + "We ask you to activate your account to ensure it is really you creating the account and to prevent fraud.": "\u6211\u4eec\u8981\u6c42\u60a8\u6fc0\u6d3b\u60a8\u7684\u8d26\u53f7\u662f\u4e3a\u4e86\u786e\u8ba4\u771f\u7684\u662f\u60a8\u521b\u5efa\u4e86\u8d26\u53f7\uff0c\u9632\u6b62\u6b3a\u8bc8\u3002", + "We couldn't create your account.": "\u65e0\u6cd5\u521b\u5efa\u8d26\u53f7\u3002", + "We couldn't find any results for \"%s\".": "\u6211\u4eec\u627e\u4e0d\u5230\u6709\u5173\u201c%s\u201d\u7684\u4efb\u4f55\u7ed3\u679c\u3002", + "We couldn't sign you in.": "\u767b\u5f55\u5931\u8d25\u3002", + "We have encountered an error. Refresh your browser and then try again.": "\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u5237\u65b0\u60a8\u7684\u6d4f\u89c8\u5668\u5e76\u91cd\u8bd5\u3002", + "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "\u6211\u4eec\u5df2\u7ecf\u6536\u5230\u60a8\u7684\u4fe1\u606f\u5e76\u6b63\u5728\u9a8c\u8bc1\u60a8\u7684\u8eab\u4efd\u3002\u9a8c\u8bc1\u6d41\u7a0b\u7ed3\u675f\u540e(\u4e00\u822c\u5728 1-2 \u5929\u5185)\uff0c\u60a8\u5c06\u5728\u60a8\u7684\u63a7\u5236\u9762\u677f\u4e0a\u6536\u5230\u4e00\u6761\u6d88\u606f\u3002\u4e0e\u6b64\u540c\u65f6\uff0c\u60a8\u4ecd\u7136\u53ef\u4ee5\u8bbf\u95ee\u6240\u6709\u7684\u8bfe\u7a0b\u5185\u5bb9\u3002", + "We just need a little more information before you start learning with %(platformName)s.": "\u60a8\u53ea\u9700\u518d\u591a\u63d0\u4f9b\u4e00\u70b9\u4fe1\u606f\u5c31\u53ef\u4ee5\u5f00\u59cb\u5728%(platformName)s\u5b66\u4e60\u4e86\u3002", + "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "\u6211\u4eec\u4f1a\u91c7\u7528\u6700\u9ad8\u7ea7\u522b\u7684\u5b89\u5168\u6280\u672f\u6765\u52a0\u5bc6\u60a8\u7684\u7167\u7247\u5e76\u53d1\u9001\u5230\u6211\u4eec\u7684\u6388\u6743\u670d\u52a1\u7528\u4e8e\u5ba1\u6838\u76ee\u7684\uff1b\u4e00\u65e6\u5b8c\u6210\u4e86\u8ba4\u8bc1\u8fc7\u7a0b\uff0c%(platformName)s\u4e0d\u4f1a\u7ee7\u7eed\u4fdd\u5b58\u8fd9\u4e9b\u7167\u7247\u548c\u4fe1\u606f\u3002", + "We're sorry to see you go! Your account will be deleted shortly.": "\u5f88\u9057\u61be\u60a8\u8981\u79bb\u5f00\uff01\u60a8\u7684\u8d26\u53f7\u5c06\u5f88\u5feb\u88ab\u5220\u9664\u3002", + "We're sorry, there was an error": "\u5f88\u62b1\u6b49\uff0c\u6b64\u5904\u51fa\u73b0\u9519\u8bef", + "We've encountered an error. Refresh your browser and then try again.": "\u6211\u4eec\u9047\u5230\u4e86\u4e00\u4e2a\u9519\u8bef\u3002\u8bf7\u5237\u65b0\u60a8\u7684\u6d4f\u89c8\u5668\u5e76\u91cd\u8bd5\u3002", + "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "\u6211\u4eec\u5df2\u4f1a\u53d1\u9001\u4e00\u4e2a\u9a8c\u8bc1\u6d88\u606f\u81f3 {new_email_address}\u3002\u70b9\u51fb\u6d88\u606f\u4e2d\u7684\u94fe\u63a5\u4ee5\u66f4\u65b0\u60a8\u7684\u90ae\u7bb1\u3002", + "We've sent a confirmation message to {new_secondary_email_address}. Click the link in the message to update your secondary email address.": "\u6211\u4eec\u5df2\u5411{new_secondary_email_address}\u53d1\u9001\u4e86\u786e\u8ba4\u6d88\u606f\u3002 \u70b9\u51fb\u90ae\u4ef6\u4e2d\u7684\u94fe\u63a5\u4ee5\u66f4\u65b0\u8f85\u52a9\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002", + "We've sent a message to {email}. Click the link in the message to reset your password. Didn't receive the message? Contact {anchorStart}technical support{anchorEnd}.": "\u5bc6\u7801\u91cd\u7f6e\u90ae\u4ef6\u5df2\u53d1\u9001\u81f3{email}\uff0c\u8bf7\u70b9\u51fb\u90ae\u4ef6\u4e2d\u7684\u94fe\u63a5\u6765\u91cd\u7f6e\u5bc6\u7801\uff0c\u5982\u672a\u6536\u5230\u90ae\u4ef6\uff0c\u8bf7\u8054\u7cfb{anchorStart}\u6280\u672f\u652f\u6301{anchorEnd}\u3002", + "Web:": "\u7f51\u9875\uff1a", + "Webcam": "\u6444\u50cf\u5934", + "Weekly Highlight Emails": "\u6bcf\u5468\u4eae\u70b9\u5185\u5bb9\u90ae\u4ef6", + "Weight of Total Grade": "\u5728\u603b\u8bc4\u5206\u4e2d\u7684\u6743\u91cd", + "We\u2019re sorry to see you go!": "\u5f88\u9057\u61be\u770b\u5230\u60a8\u8981\u79bb\u5f00\uff01", + "What You Need for Verification": "\u8ba4\u8bc1\u6240\u9700", + "What can we help you with, {username}?": "\u4eb2\u7231\u7684{username}\uff0c\u6709\u4ec0\u4e48\u53ef\u4ee5\u5e2e\u52a9\u60a8\uff1f", + "What does %(platformName)s do with this photo?": "%(platformName)s\u7528\u8fd9\u5f20\u7167\u7247\u505a\u4ec0\u4e48\uff1f", + "What does this mean?": "\u8fd9\u662f\u4ec0\u4e48\u610f\u601d\uff1f", + "What's Your Next Accomplishment?": "\u60a8\u7684\u4e0b\u4e00\u4e2a\u76ee\u6807\u662f\u4ec0\u4e48\uff1f", + "When learners submit an answer to an assessment, they immediately see whether the answer is correct or incorrect, and the score received.": "\u5f53\u5b66\u5458\u63d0\u4ea4\u4e00\u4efd\u7b54\u6848\u81f3\u8bc4\u4f30\u65f6\uff0c\u4ed6\u4eec\u53ef\u4ee5\u7acb\u5373\u67e5\u770b\u7b54\u6848\u662f\u5426\u6b63\u786e\u548c\u6240\u5f97\u5206\u6570\u3002", + "Which timed transcript would you like to use?": "\u60a8\u60f3\u4f7f\u7528\u54ea\u4e2a\u5b57\u5e55\uff1f", + "Whole words": "\u5168\u5b57\u5339\u914d", + "Why activate?": "\u4e3a\u4ec0\u4e48\u8981\u6fc0\u6d3b\uff1f", + "Why does %(platformName)s need my photo?": "\u4e3a\u4ec0\u4e48%(platformName)s\u9700\u8981\u6211\u7684\u7167\u7247\uff1f", + "Width": "\u5bbd", + "Will Be Visible To:": "\u5c06\u4f1a\u53ef\u89c1\uff1a", + "Words: {0}": "\u5b57\u6570\uff1a {0}", + "Would you like to sign in using your %(providerName)s credentials?": "\u60a8\u662f\u5426\u60f3\u4f7f\u7528 %(providerName)s \u767b\u5f55\uff1f", + "Year of Birth": "\u51fa\u751f\u5e74\u4efd", + "Yes, Delete": "\u662f\u7684\uff0c\u5220\u9664", + "Yes, allow edits to the active Certificate": "\u662f\u7684\uff0c\u5141\u8bb8\u7f16\u8f91\u6fc0\u6d3b\u7684\u8bc1\u4e66", + "Yes, delete this {xblock_type}": "\u662f\u7684\uff0c\u5220\u9664\u8be5 {xblock_type}", + "Yes, replace the edX transcript with the YouTube transcript": "\u662f\u7684\uff0c\u7528 YouTube \u5b57\u5e55\u66ff\u6362 edX \u5b57\u5e55\u3002", + "You already belong to another team.": "\u60a8\u5df2\u7ecf\u5c5e\u4e8e\u53e6\u4e00\u4e2a\u56e2\u961f\u3002", + "You already have an edX account with your {enterprise_name} email address.": "\u60a8\u5df2\u4f7f\u7528\u90ae\u7bb1{enterprise_name}\u6ce8\u518cedX\u8d26\u53f7\u3002", + "You are a member of this team.": "\u60a8\u662f\u8fd9\u4e2a\u56e2\u961f\u7684\u6210\u5458\u3002", + "You are currently sharing a limited profile.": "\u60a8\u5f53\u524d\u516c\u5f00\u90e8\u5206\u4e2a\u4eba\u4fe1\u606f\u3002", + "You are enrolling in: {courseName}": "\u60a8\u6b63\u5728\u9009\u62e9\uff1a{courseName}", + "You are not currently a member of any team.": "\u60a8\u76ee\u524d\u4e0d\u662f\u4efb\u4f55\u56e2\u961f\u4e2d\u7684\u4e00\u5458\u3002", + "You are not enrolled in any programs yet.": "\u60a8\u5c1a\u672a\u52a0\u5165\u4efb\u4f55\u8bfe\u7a0b\u3002", + "You are now enrolled as a verified student for:": "\u60a8\u5df2\u7ecf\u5df2\u8ba4\u8bc1\u5b66\u751f\u7684\u8eab\u4efd\u9009\u62e9\u4e86\u8bfe\u7a0b\uff1a", + "You are sending an email message with the subject {subject} to the following recipients.": "\u60a8\u6b63\u5728\u53d1\u9001\u542b\u6709{subject}\u4e3b\u9898\u7684\u7535\u5b50\u90ae\u4ef6\u7ed9\u4ee5\u4e0b\u6536\u4ef6\u4eba\u3002", + "You are upgrading your enrollment for: {courseName}": "\u60a8\u6b63\u5728\u5347\u7ea7\u60a8\u7684 {courseName} \u9009\u8bfe\u72b6\u6001", + "You can also retry this practice exam": "\u60a8\u53ef\u4ee5\u91cd\u8003\u6b64\u6a21\u62df\u8003\u8bd5", + "You can change sessions until {expiration_date}.": "\u60a8\u53ef\u5728{expiration_date}\u524d\u66f4\u6539\u5b66\u671f\u3002", + "You can link your social media accounts to simplify signing in to {platform_name}.": "\u60a8\u53ef\u4ee5\u5173\u8054\u60a8\u7684\u793e\u4ea4\u5a92\u4f53\u8d26\u53f7\u6765\u767b\u5f55{platform_name}\u3002", + "You can no longer change sessions.": "\u60a8\u5df2\u65e0\u6cd5\u66f4\u6539\u5b66\u671f\u3002", + "You can now enter your payment information and complete your enrollment.": "\u60a8\u53ef\u4ee5\u73b0\u5728\u5c31\u8f93\u5165\u652f\u4ed8\u4fe1\u606f\u5e76\u5b8c\u6210\u9009\u8bfe\u3002", + "You can pay now even if you don't have the following items available, but you will need to have these by {date} to qualify to earn a Verified Certificate.": "\u5373\u4f7f\u60a8\u6ca1\u6709\u6ee1\u8db3\u4e0b\u9762\u8fd9\u4e9b\u8981\u6c42\uff0c\u60a8\u4e5f\u53ef\u4ee5\u73b0\u5728\u4ed8\u6b3e\uff1b\u4f46\u662f\u60a8\u53ea\u6709\u5728 {date} \u4e4b\u524d\u6ee1\u8db3\u8fd9\u4e9b\u8981\u6c42\u624d\u6709\u8d44\u683c\u83b7\u5f97\u8ba4\u8bc1\u8bc1\u4e66\u3002", + "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "\u5373\u4f7f\u60a8\u6ca1\u6709\u6ee1\u8db3\u4e0b\u9762\u8fd9\u4e9b\u8981\u6c42\uff0c\u60a8\u4e5f\u53ef\u4ee5\u73b0\u5728\u5c31\u4ed8\u6b3e\uff1b\u4f46\u662f\u60a8\u53ea\u6709\u6ee1\u8db3\u4e86\u8fd9\u4e9b\u8981\u6c42\u624d\u6709\u8d44\u683c\u83b7\u5f97\u8ba4\u8bc1\u8bc1\u4e66\u3002", + "You can remove members from this team, especially if they have not participated in the team's activity.": "\u60a8\u53ef\u4ee5\u4ece\u6b64\u7ec4\u4e2d\u5220\u9664\u6210\u5458\uff0c\u5c24\u5176\u662f\u8fd8\u6ca1\u6709\u53c2\u52a0\u56e2\u961f\u6d3b\u52a8\u7684\u6210\u5458\u3002", + "You can upload files with these file types: ": "\u60a8\u53ef\u4ee5\u4e0a\u4f20\u7684\u6587\u4ef6\u7c7b\u578b\uff1a", + "You can use your {accountName} account to sign in to your {platformName} account.": "\u60a8\u53ef\u4ee5\u4f7f\u7528\u60a8\u7684{accountName}\u8d26\u53f7\u6765\u767b\u5f55\u60a8\u7684{platformName}\u8d26\u53f7\u3002", + "You can view your information or unlink from {enterprise_name} anytime in your Account Settings.": "\u60a8\u53ef\u5728\u8d26\u53f7\u8bbe\u7f6e\u4e2d\uff0c\u968f\u65f6\u67e5\u770b\u8d26\u53f7\u4fe1\u606f\u6216\u4e0e{enterprise_name}\u89e3\u7ed1\u3002", + "You cannot view the course as a student or beta tester before the course release date.": "\u5728\u6b64\u8bfe\u7a0b\u516c\u5f00\u4e4b\u524d\uff0c\u60a8\u65e0\u6cd5\u4ee5\u5b66\u751f\u6216\u6d4b\u8bd5\u8005\u8eab\u4efd\u67e5\u770b\u8be5\u8bfe\u7a0b\u3002", + "You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?": "\u60a8\u53d8\u66f4\u4e86\u89c6\u9891\u7684 URL\uff0c\u4f46\u6ca1\u6709\u53d8\u66f4\u5b57\u5e55\u6587\u4ef6\u3002\u60a8\u5e0c\u671b\u7ee7\u7eed\u4f7f\u7528\u5f53\u524d\u7684\u5b57\u5e55\u6587\u4ef6\u8fd8\u662f\u4e0a\u4f20\u4e00\u4e2a\u65b0\u7684 .srt \u5b57\u5e55\u6587\u4ef6\uff1f", + "You commented...": "\u60a8\u8bc4\u8bba\u4e86\u2026", + "You could not be subscribed to this post. Refresh the page and try again.": "\u60a8\u65e0\u6cd5\u8ba2\u9605\u6b64\u8d34\u3002\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", + "You could not be unsubscribed from this post. Refresh the page and try again.": "\u60a8\u65e0\u6cd5\u53d6\u6d88\u8ba2\u9605\u6b64\u8d34\u3002\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", + "You currently have no cohorts configured": "\u60a8\u76ee\u524d\u6ca1\u6709\u5df2\u914d\u7f6e\u7684\u7fa4\u7ec4", + "You did not select a content group": "\u60a8\u672a\u9009\u53d6\u5185\u5bb9\u7ec4\u3002", + "You did not select any files to submit.": "\u60a8\u672a\u9009\u62e9\u4efb\u4f55\u8981\u4e0a\u4f20\u7684\u6587\u4ef6\u3002", + "You did not submit the required files: {requiredFiles}.": "\u60a8\u6ca1\u6709\u63d0\u4ea4\u9700\u8981\u7684\u6587\u4ef6\uff1a{requiredFiles}\u3002", + "You don't seem to have Flash installed. Get Flash to continue your verification.": "\u60a8\u4f3c\u4e4e\u5e76\u672a\u5b89\u88c5Flash\u8f6f\u4ef6\u3002\u4e3a\u80fd\u7ee7\u7eed\u8fdb\u884c\u8ba4\u8bc1\uff0c\u8bf7\u5b89\u88c5Flash\u3002", + "You don't seem to have a webcam connected.": "\u60a8\u4f3c\u4e4e\u6ca1\u6709\u8fde\u63a5\u4e00\u4e2a\u6444\u50cf\u5934\u3002", + "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "\u60a8\u5df2\u7ecf\u6dfb\u52a0\u4e86\u4e00\u4e2a\u6807\u51c6\u3002\u60a8\u5c06\u9700\u8981\u4e3a\u201c\u5b66\u5458\u8bad\u7ec3\u201d\u6b65\u9aa4\u4e2d\u7684\u6807\u51c6\u9009\u62e9\u4e00\u4e2a\u9009\u9879\u3002\u8981\u6267\u884c\u6b64\u64cd\u4f5c\uff0c\u8bf7\u5355\u51fb\u201c\u8bbe\u7f6e\u201d\u9009\u9879\u5361\u3002", + "You have already verified your ID!": "\u60a8\u5df2\u7ecf\u6210\u529f\u9a8c\u8bc1\u4e86\u60a8\u7684\u8eab\u4efd\u8bc1\u4ef6\uff01", + "You have been logged out of your edX account. Click Okay to log in again now. Click Cancel to stay on this page (you must log in again to save your work).": "\u60a8\u5df2\u9000\u51faedX\u8d26\u53f7\uff0c\u70b9\u51fb\u201c\u786e\u5b9a\u201d\u91cd\u65b0\u767b\u5f55\uff0c\u70b9\u51fb\u201c\u53d6\u6d88\u201d\u7559\u5728\u6b64\u9875\u9762\uff08\u5fc5\u987b\u91cd\u65b0\u767b\u5f55\u624d\u80fd\u4fdd\u5b58\u5185\u5bb9\uff09\u3002", + "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "\u60a8\u5df2\u5220\u9664\u4e86\u4e00\u4e2a\u6807\u51c6\u3002\u6b64\u6807\u51c6\u5df2\u4ece\u201c\u5b66\u5458\u8bad\u7ec3\u201d\u6b65\u9aa4\u7684\u56de\u590d\u793a\u4f8b\u4e2d\u64a4\u9500\u3002", + "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "\u60a8\u5df2\u5220\u9664\u6b64\u6807\u51c6\u7684\u6240\u6709\u9009\u9879\u3002\u6b64\u6807\u51c6\u5df2\u4ece\u201c\u5b66\u5458\u8bad\u7ec3\u201d\u6b65\u9aa4\u7684\u56de\u590d\u793a\u4f8b\u4e2d\u5220\u9664\u3002", + "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "\u60a8\u5df2\u5220\u9664\u4e00\u4e2a\u9009\u9879\u3002\u6b64\u9009\u9879\u5df2\u4ece\u201c\u5b66\u5458\u8bad\u7ec3\u201d\u6b65\u9aa4\u4e2d\u7684\u56de\u590d\u793a\u4f8b\u6807\u51c6\u4e2d\u5220\u9664\u3002\u60a8\u53ef\u80fd\u5fc5\u987b\u4e3a\u6b64\u6807\u51c6\u9009\u62e9\u4e00\u4e2a\u65b0\u9009\u9879\u3002", + "You have done a dry run of force publishing the course. Nothing has changed. Had you run it, the following course versions would have been change.": "\u60a8\u5df2\u5b8c\u6210\u4e00\u6b21\u5f3a\u5236\u53d1\u5e03\u8bfe\u7a0bDRU RUN\u3002\u672a\u4f5c\u51fa\u66f4\u6539\uff0c\u5982\u679c\u60a8\u5df2\u8fd0\u884c\u4e86\u4e00\u6b21\uff0c\u90a3\u4e48\u4ee5\u4e0b\u7248\u672c\u8bfe\u7a0b\u5e94\u53d1\u751f\u6539\u53d8\u3002", + "You have no handouts defined": "\u60a8\u5c1a\u672a\u5b9a\u4e49\u8bb2\u4e49", + "You have not bookmarked any courseware pages yet": "\u60a8\u5c1a\u672a\u6536\u85cf\u4efb\u4f55\u8bfe\u4ef6\u9875\u9762\u81f3\u4e66\u7b7e\u4e2d", + "You have not created any certificates yet.": "\u60a8\u5c1a\u672a\u521b\u5efa\u4efb\u4f55\u8bc1\u4e66\u3002", + "You have not created any content groups yet.": "\u60a8\u8fd8\u6ca1\u6709\u521b\u5efa\u4efb\u4f55\u5185\u5bb9\u7ec4\u3002", + "You have not created any group configurations yet.": "\u60a8\u8fd8\u6ca1\u6709\u521b\u5efa\u4efb\u4f55\u7ec4\u914d\u7f6e\u3002", + "You have set your language to {beta_language}, which is currently not fully translated. You can help us translate this language fully by joining the Transifex community and adding translations from English for learners that speak {beta_language}.": "\u60a8\u5df2\u5c06\u8bed\u8a00\u8bbe\u7f6e\u4e3a{beta_language}\uff0c\u76ee\u524d\u5c1a\u672a\u5b8c\u5168\u7ffb\u8bd1\u3002 \u60a8\u53ef\u4ee5\u52a0\u5165Transifex\u793e\u533a\uff0c\u5e76\u4e3a\u4f7f\u7528{beta_language}\u7684\u5b66\u5458\u6dfb\u52a0\u82f1\u8bed\u7ffb\u8bd1\uff0c\u4ece\u800c\u5e2e\u52a9\u6211\u4eec\u5145\u5206\u7ffb\u8bd1\u8fd9\u95e8\u8bed\u8a00\u3002", + "You have successfully signed into %(currentProvider)s, but your %(currentProvider)s account does not have a linked %(platformName)s account. To link your accounts, sign in now using your %(platformName)s password.": "\u60a8\u5df2\u6210\u529f\u767b\u5f55%(currentProvider)s\uff0c\u4f46\u6b64%(currentProvider)s\u8d26\u53f7\u5c1a\u672a\u5173\u8054\u5230%(platformName)s\u8d26\u53f7\u3002\u8981\u5173\u8054\u8d26\u53f7\uff0c\u8bf7\u4f7f\u7528\u60a8\u7684%(platformName)s\u5bc6\u7801\u767b\u5f55\u3002", + "You have successfully updated your goal.": "\u60a8\u5df2\u6210\u529f\u66f4\u65b0\u76ee\u6807\u3002", + "You have unsaved changes are you sure you want to navigate away?": "\u6709\u672a\u4fdd\u5b58\u7684\u66f4\u6539\uff0c\u786e\u5b9a\u8981\u79bb\u5f00\u5417\uff1f", + "You have unsaved changes. Do you really want to leave this page?": "\u60a8\u6709\u5c1a\u672a\u4fdd\u5b58\u7684\u4fee\u6539\uff0c\u786e\u5b9a\u8981\u79bb\u6b64\u9875\u9762\u5417\uff1f", + "You haven't added any assets to this course yet.": "\u60a8\u5c1a\u672a\u5411\u8be5\u8bfe\u7a0b\u6dfb\u52a0\u4efb\u4f55\u8d44\u6e90\u3002", + "You haven't added any content to this course yet.": "\u60a8\u5c1a\u672a\u5411\u8be5\u8bfe\u7a0b\u6dfb\u52a0\u4efb\u4f55\u5185\u5bb9\u3002", + "You haven't added any textbooks to this course yet.": "\u60a8\u5c1a\u672a\u5411\u8be5\u8bfe\u7a0b\u6dfb\u52a0\u4efb\u4f55\u8bfe\u672c\u3002", + "You may access your account with this address if single-sign on or access to your primary email is not available.": "\u5982\u679c\u65e0\u6cd5\u4f7f\u7528\u5355\u70b9\u767b\u5f55\u6216\u8bbf\u95ee\u60a8\u7684\u4e3b\u7535\u5b50\u90ae\u4ef6\uff0c\u60a8\u53ef\u4ee5\u4f7f\u7528\u6b64\u5730\u5740\u8bbf\u95ee\u60a8\u7684\u5e10\u6237\u3002", + "You may also lose access to verified certificates and other program credentials like MicroMasters certificates. If you want to make a copy of these for your records before proceeding with deletion, follow the instructions for {htmlStart}printing or downloading a certificate{htmlEnd}.": "\u60a8\u53ef\u80fd\u4e5f\u5c06\u65e0\u6cd5\u8bbf\u95ee\u5df2\u8ba4\u8bc1\u7684\u8bc1\u4e66\u548c\u5176\u4ed6\u4e13\u4e1a\u8bfe\u7a0b\u7684\u8bc1\u4e66\uff0c\u6bd4\u5982MicroMasters\u8bc1\u4e66\u3002\u5982\u679c\u60a8\u5e0c\u671b\u5728\u64cd\u4f5c\u5220\u9664\u524d\u5bf9\u8fd9\u4e9b\u6587\u4ef6\u8fdb\u884c\u5907\u4efd\uff0c\u8bf7\u6839\u636e\u6307\u5f15{htmlStart}\u6253\u5370\u6216\u4e0b\u8f7d\u8bc1\u4e66{htmlEnd}\u3002", + "You must be over 13 to share a full profile. If you are over 13, make sure that you have specified a birth year on the {account_settings_page_link}": "13\u5c81\u4ee5\u4e0a\u7684\u7528\u6237\u624d\u80fd\u5206\u4eab\u5b8c\u6574\u8d44\u6599\u3002\u5982\u679c\u60a8\u572813\u5c81\u4ee5\u4e0a\uff0c\u8bf7\u786e\u8ba4\u5df2\u5728 {account_settings_page_link} \u9875\u9762\u4e2d\u586b\u5199\u4e86\u51fa\u751f\u5e74\u4efd\u3002", + "You must enter a valid email address in order to add a new team member": "\u60a8\u5fc5\u987b\u8f93\u5165\u4e00\u4e2a\u6709\u6548\u7684\u90ae\u7bb1\u4ee5\u4fbf\u6dfb\u52a0\u4e00\u4e2a\u65b0\u7684\u56e2\u961f\u6210\u5458", + "You must provide a learner name.": "\u60a8\u5fc5\u987b\u63d0\u4f9b\u4e00\u4e2a\u5b66\u751f\u59d3\u540d\u3002", + "You must select a session by {expiration_date} to access the course.": "\u60a8\u5fc5\u987b\u5728{expiration_date}\u524d\u9009\u62e9\u5b66\u671f\u4ee5\u8bbf\u95ee\u8bfe\u7a0b\u3002", + "You must select a session to access the course.": "\u5fc5\u987b\u9009\u62e9\u4e00\u4e2a\u5b66\u671f\u624d\u80fd\u8bbf\u95ee\u8bfe\u7a0b\u3002", + "You must sign out and sign back in before your language changes take effect.": "\u8bed\u8a00\u8bbe\u7f6e\u5c06\u5728\u60a8\u91cd\u65b0\u767b\u5f55\u540e\u751f\u6548", + "You must specify a name": "\u60a8\u5fc5\u987b\u6307\u5b9a\u4e00\u4e2a\u540d\u79f0", + "You must specify a name for the cohort": "\u60a8\u5fc5\u987b\u4e3a\u8be5\u7fa4\u7ec4\u547d\u540d\u3002", + "You must specify your birth year before you can share your full profile. To specify your birth year, go to the {account_settings_page_link}": "\u60a8\u5fc5\u987b\u586b\u5199\u51fa\u751f\u5e74\u4efd\u624d\u80fd\u5206\u4eab\u5b8c\u6574\u8d44\u6599\u3002\u70b9\u51fb {account_settings_page_link} \u586b\u5199", + "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "\u60a8\u9700\u8981\u9a7e\u7167\u3001\u62a4\u7167\u6216\u8005\u5176\u4ed6\u7531\u653f\u5e9c\u7b7e\u53d1\u7684\u5e26\u6709\u60a8\u59d3\u540d\u548c\u7167\u7247\u7684\u8eab\u4efd\u8bc1\u4ef6\u3002", + "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "\u60a8\u9700\u8981\u4e00\u4efd\u5e26\u6709\u60a8\u59d3\u540d\u548c\u7167\u7247\u7684\u8eab\u4efd\u8bc1\u4ef6\uff0c\u6211\u4eec\u53ef\u4ee5\u63a5\u53d7\u9a7e\u7167\u3001\u62a4\u7167\u4ee5\u53ca\u5176\u4ed6\u7531\u653f\u5e9c\u7b7e\u53d1\u7684\u8eab\u4efd\u8bc1\u4ef6\u3002", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "\u5728\u9009\u8bfe\u4e4b\u524d\u60a8\u9700\u8981\u5148\u6fc0\u6d3b\u60a8\u7684\u8d26\u53f7\uff0c\u8bf7\u68c0\u67e5\u6536\u4ef6\u7bb1\u4e2d\u7684\u6fc0\u6d3b\u90ae\u4ef6\u3002", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "\u5728\u9009\u8bfe\u4e4b\u524d\u60a8\u9700\u8981\u5148\u6fc0\u6d3b\u60a8\u7684\u8d26\u53f7\uff0c\u8bf7\u68c0\u67e5\u6536\u4ef6\u7bb1\u4e2d\u7684\u6fc0\u6d3b\u90ae\u4ef6\u3002\u5f53\u60a8\u5b8c\u6210\u6fc0\u6d3b\u540e\uff0c\u60a8\u53ef\u4ee5\u8fd4\u56de\u5e76\u5237\u65b0\u672c\u9875\u9762\u3002", + "You receive messages from {platform_name} and course teams at this address.": "\u6b64\u90ae\u7bb1\u7528\u4e8e\u63a5\u6536\u6765\u81ea{platform_name}\u548c\u8bfe\u7a0b\u56e2\u961f\u7684\u4fe1\u606f\u3002", + "You reserve all rights for your work": "\u60a8\u5bf9\u60a8\u6240\u4f5c\u51fa\u7684\u8d21\u732e\u4fdd\u7559\u6240\u6709\u6743\u5229", + "You still need to visit the %(display_name)s website to complete the credit process.": "\u60a8\u4ecd\u7136\u9700\u8981\u8bbf\u95ee %(display_name)s \u7f51\u7ad9\u5b8c\u6210\u5b66\u5206\u9886\u53d6\u6d41\u7a0b\u3002", + "You submitted {filename}; only {allowedFiles} are allowed.": "\u60a8\u63d0\u4ea4\u4e86 {filename}\uff1b\u4ec5\u652f\u6301\u63d0\u4ea4 {allowedFiles} \u683c\u5f0f\u7684\u6587\u4ef6\u3002", + "You waive some rights for your work, such that others can use it too": "\u60a8\u9700\u8981\u5bf9\u60a8\u6240\u505a\u7684\u8d21\u732e\u653e\u5f03\u90e8\u5206\u6743\u5229\uff0c\u4f8b\u5982\u4ed6\u4eba\u4e5f\u53ef\u4ee5\u4f7f\u7528\u60a8\u7684\u6210\u679c", + "You will be refunded the amount you paid.": "\u60a8\u5c06\u4f1a\u6536\u5230\u5168\u989d\u9000\u6b3e\u3002", + "You will not be refunded the amount you paid.": "\u60a8\u5c06\u65e0\u6cd5\u83b7\u5f97\u5168\u989d\u9000\u6b3e\u3002", + "You will not receive notification for emails that bounce, so double-check your spelling.": "\u60a8\u4e0d\u4f1a\u6536\u5230\u90ae\u4ef6\u672a\u9001\u8fbe\u7684\u901a\u77e5\uff0c\u56e0\u6b64\u8bf7\u4ed4\u7ec6\u68c0\u67e5\u4ee5\u786e\u4fdd\u62fc\u5199\u65e0\u8bef\u3002", + "You will use your webcam to take a picture of your face and of your government-issued photo ID.": "\u60a8\u5c06\u4f7f\u7528\u60a8\u7684\u7f51\u7edc\u6444\u50cf\u5934\u62cd\u6444\u4e00\u5f20\u540c\u65f6\u663e\u793a\u60a8\u7684\u8138\u90e8\u548c\u653f\u5e9c\u7b7e\u53d1\u7684\u6709\u7167\u7247\u7684\u8eab\u4efd\u8bc1\u4ef6\u7684\u7167\u7247\u3002", + "You!": "\u60a8\uff01", + "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "\u60a8\u5c06\u4f1a\u63d0\u4ea4\u5bf9\u672c\u6b21\u4f5c\u4e1a\u7684\u7b54\u6848\u3002\u63d0\u4ea4\u540e\uff0c\u60a8\u5c06\u65e0\u6cd5\u4fee\u6539\u6216\u8005\u63d0\u4ea4\u65b0\u7684\u7b54\u6848\u3002", + "You've made some changes": "\u60a8\u5df2\u66f4\u6539", + "You've made some changes, but there are some errors": "\u60a8\u6240\u4f5c\u53d8\u66f4\u5b58\u5728\u9519\u8bef", + "You've successfully signed into %(currentProvider)s.": "\u60a8\u5df2\u6210\u529f\u767b\u5f55%(currentProvider)s\u3002", + "Your ID must be a government-issued photo ID that clearly shows your face.": "\u60a8\u7684\u8eab\u4efd\u8bc1\u4ef6\u5fc5\u987b\u662f\u653f\u5e9c\u7b7e\u53d1\u7684\u6709\u7167\u7247\u7684\u8eab\u4efd\u8bc1\u4ef6\uff0c\u5e76\u53ef\u4ee5\u6e05\u6670\u663e\u793a\u60a8\u7684\u8138\u90e8\u3002", + "Your Program Journey": "\u60a8\u7684\u8bfe\u7a0b\u5b66\u4e60\u4e4b\u65c5", + "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "\u60a8\u7684\u6d4f\u89c8\u5668\u4e0d\u652f\u6301\u76f4\u63a5\u8bbf\u95ee\u526a\u8d34\u677f\uff0c\u8bf7\u4f7f\u7528\u5feb\u6377\u952e Ctrl+X/C/V \u4ee3\u66ff\u3002", + "Your changes have been saved.": "\u60a8\u6240\u4f5c\u7684\u53d8\u66f4\u5df2\u4fdd\u5b58\u3002", + "Your changes have been saved. {details}": "\u5df2\u4fdd\u5b58\u66f4\u6539\u3002{details}", + "Your changes will not take effect until you save your progress.": "\u60a8\u6240\u4f5c\u53d8\u66f4\u5728\u4fdd\u5b58\u540e\u624d\u80fd\u751f\u6548\u3002", + "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "\u53d8\u66f4\u5728\u4fdd\u5b58\u4e4b\u540e\u751f\u6548\u3002\u7531\u4e8e\u7cfb\u7edf\u6682\u65f6\u4e0d\u652f\u6301\u6821\u9a8c\u529f\u80fd\uff0c\u8bf7\u4ed4\u7ec6\u68c0\u67e5\u7b56\u7565\u952e\u503c\u5bf9\u8bbe\u7f6e\u3002", + "Your course could not be exported to XML. There is not enough information to identify the failed component. Inspect your course to identify any problematic components and try again.": "\u60a8\u7684\u8bfe\u7a0b\u65e0\u6cd5\u5bfc\u51fa\u81f3XML\u3002\u6682\u65f6\u6ca1\u6709\u8db3\u591f\u7684\u4fe1\u606f\u6765\u8bc6\u522b\u5bfc\u51fa\u5931\u8d25\u7684\u7ec4\u4ef6\u3002\u8bf7\u68c0\u67e5\u60a8\u7684\u8bfe\u7a0b\u4ee5\u8bc6\u522b\u53ef\u80fd\u6709\u95ee\u9898\u7684\u7ec4\u4ef6\uff0c\u7136\u540e\u91cd\u8bd5\u3002", + "Your donation could not be submitted.": "\u60a8\u7684\u6350\u6b3e\u65e0\u6cd5\u63d0\u4ea4\u3002", + "Your email message was successfully queued for sending. In courses with a large number of learners, email messages to learners might take up to an hour to be sent.": "\u60a8\u7684\u7535\u5b50\u90ae\u4ef6\u5df2\u6210\u529f\u52a0\u5165\u7b49\u5f85\u53d1\u9001\u961f\u5217\u4e2d\uff0c\u5982\u679c\u8bfe\u7a0b\u7684\u5b66\u5458\u4f17\u591a\uff0c\u5219\u53d1\u9001\u7ed9\u5b66\u5458\u7684\u7535\u5b50\u90ae\u4ef6\u53ef\u80fd\u6700\u591a\u9700\u8981\u7b49\u5f85\u4e00\u4e2a\u5c0f\u65f6\u624d\u80fd\u53d1\u9001\u5b8c\u6bd5\u3002", + "Your entire face fits inside the frame.": "\u60a8\u7684\u6574\u5f20\u8138\u90fd\u5728\u6846\u5185\u3002", + "Your export has failed.": "\u5bfc\u51fa\u5931\u8d25\u3002", + "Your face is well-lit.": "\u60a8\u7684\u9762\u90e8\u5149\u7167\u5f88\u597d\u3002", + "Your file ": "\u60a8\u7684\u6587\u4ef6", + "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "\u60a8\u7684\u6587\u4ef6'{file}'\u5df2\u7ecf\u4e0a\u4f20\u3002\u9700\u8981\u51e0\u5206\u949f\u65f6\u95f4\u8fdb\u884c\u5904\u7406\u3002", + "Your file could not be uploaded": "\u60a8\u7684\u6587\u4ef6\u65e0\u6cd5\u4e0a\u4f20\u3002", + "Your file has been deleted.": "\u60a8\u7684\u6587\u4ef6\u5df2\u7ecf\u88ab\u5220\u9664", + "Your file {filename} is too large (max size: {maxSize}MB).": "\u60a8\u7684\u6587\u4ef6 {filename} \u8fc7\u5927 ( \u6700\u5927: {maxSize} MB)\u3002", + "Your import has failed.": "\u5bfc\u5165\u5931\u8d25\u3002", + "Your import is in progress; navigating away will abort it.": "\u6b63\u5728\u5bfc\u5165\uff0c\u79bb\u5f00\u5c06\u5bfc\u81f4\u6b64\u8fc7\u7a0b\u4e2d\u6b62\u3002", + "Your library could not be exported to XML. There is not enough information to identify the failed component. Inspect your library to identify any problematic components and try again.": "\u60a8\u7684\u77e5\u8bc6\u5e93\u65e0\u6cd5\u5bfc\u51fa\u81f3XML\u3002\u6682\u65f6\u6ca1\u6709\u8db3\u591f\u7684\u4fe1\u606f\u8bc6\u522b\u5931\u8d25\u7684\u7ec4\u4ef6\uff0c\u8bf7\u68c0\u67e5\u60a8\u7684\u77e5\u8bc6\u5e93\u4ee5\u8bc6\u522b\u4efb\u4f55\u53ef\u80fd\u6709\u95ee\u9898\u7684\u7ec4\u4ef6\uff0c\u7136\u540e\u91cd\u8bd5\u3002", + "Your message cannot be blank.": "\u60a8\u7684\u6d88\u606f\u4e0d\u80fd\u4e3a\u7a7a\u3002", + "Your message must have a subject.": "\u60a8\u7684\u6d88\u606f\u5fc5\u987b\u6709\u4e00\u4e2a\u6807\u9898\u3002", + "Your message must have at least one target.": "\u60a8\u7684\u6d88\u606f\u5fc5\u987b\u81f3\u5c11\u6709\u4e00\u4e2a\u63a5\u6536\u8005\u3002", + "Your policy changes have been saved.": "\u60a8\u7684\u7b56\u7565\u53d8\u66f4\u5df2\u4fdd\u5b58\u3002", + "Your post will be discarded.": "\u60a8\u7684\u5e16\u5b50\u5c06\u88ab\u64a4\u9500\u3002", + "Your profile settings are managed by {enterprise_name}. Contact your administrator or {link_start}edX Support{link_end} for help.": "\u60a8\u7684\u8d26\u53f7\u8bbe\u7f6e\u7531{enterprise_name}\u7ba1\u7406\uff0c\u5982\u9700\u5e2e\u52a9\u8bf7\u8054\u7cfb\u60a8\u7684\u7ba1\u7406\u5458\u6216{link_start}edX\u652f\u6301{link_end}\u3002", + "Your question or idea (required)": "\u60a8\u7684\u95ee\u9898\u6216\u60f3\u6cd5 (\u5fc5\u586b\u9879)", + "Your request could not be completed due to a server problem. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u670d\u52a1\u5668\u5fd9\uff0c\u60a8\u7684\u8bf7\u6c42\u65e0\u6cd5\u5b8c\u6210\u3002\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002\u5982\u679c\u95ee\u9898\u4ecd\u7136\u5b58\u5728\uff0c\u8bf7\u70b9\u51fb\u201c\u5e2e\u52a9\u201d\u9009\u9879\u62a5\u544a\u95ee\u9898\u3002", + "Your request could not be completed. Reload the page and try again.": "\u60a8\u7684\u8bf7\u6c42\u65e0\u6cd5\u5b8c\u6210\u3002\u5237\u65b0\u9875\u9762\uff0c\u7136\u540e\u91cd\u8bd5\u3002", + "Your request could not be completed. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u60a8\u7684\u8bf7\u6c42\u65e0\u6cd5\u5b8c\u6210\u3002\u91cd\u65b0\u52a0\u8f7d\u9875\u9762\u5e76\u91cd\u8bd5\u3002\u5982\u679c\u95ee\u9898\u4ecd\u7136\u5b58\u5728\uff0c\u70b9\u51fb\u201c\u5e2e\u52a9\u201d\u9009\u9879\u62a5\u544a\u95ee\u9898\u3002", + "Your request could not be processed. Refresh the page and try again.": "\u60a8\u7684\u8bf7\u6c42\u65e0\u6cd5\u5904\u7406\u3002\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002", + "Your team could not be created.": "\u65e0\u6cd5\u521b\u5efa\u60a8\u7684\u56e2\u961f\u3002", + "Your team could not be updated.": "\u65e0\u6cd5\u66f4\u65b0\u60a8\u7684\u56e2\u961f\u3002", + "Your unenrollment request could not be processed. Please try again later.": "\u672a\u80fd\u5904\u7406\u60a8\u7684\u8bfe\u7a0b\u9000\u9009\u7533\u8bf7\uff0c\u8bf7\u7a0d\u540e\u91cd\u8bd5\u3002", + "Your upload of '{file}' failed.": "\u60a8\u7684\u6587\u4ef6'{file}'\u4e0a\u4f20\u5931\u8d25\u3002", + "Your upload of '{file}' succeeded.": "\u60a8\u7684\u6587\u4ef6'{file}'\u4e0a\u4f20\u6210\u529f\u3002", + "Your verification status is good until {verificationGoodUntil}.": "\u5728 {verificationGoodUntil} \u4e4b\u524d\uff0c\u60a8\u7684\u8ba4\u8bc1\u72b6\u6001\u826f\u597d\u3002", + "Your video uploads are not complete.": "\u60a8\u7684\u89c6\u9891\u4e0a\u4f20\u5c1a\u672a\u5b8c\u6210\u3002", + "Your {program} Certificate": "\u60a8\u7684{program}\u8bc1\u4e66", + "Yourself": "\u60a8\u81ea\u5df1", + "Zoom In": "\u653e\u5927", + "Zoom Out": "\u7f29\u5c0f", + "[no tags]": "[\u65e0\u6807\u7b7e]", + "a day": "\u4e00\u5929", + "a timed exam": "\u8ba1\u65f6\u6d4b\u9a8c", "about %d hour": [ "\u5927\u7ea6%d\u5c0f\u65f6" - ], - "about a minute": "\u5927\u7ea6\u4e00\u5206\u949f", - "about a month": "\u5927\u7ea6\u4e00\u4e2a\u6708", - "about a year": "\u5927\u7ea6\u4e00\u5e74", - "about an hour": "\u5927\u7ea6\u4e00\u5c0f\u65f6", - "active proctored exams": "\u5df2\u6fc0\u6d3b\u76d1\u8003\u529f\u80fd", - "and others": "\u5176\u4ed6", - "anonymous": "\u533f\u540d", - "answer": "\u7b54\u6848", - "asset_path is required": "asset_path\u5fc5\u586b", - "bytes": "\u5b57\u8282", - "certificate": "\u8bc1\u4e66", - "close": "\u5173\u95ed", - "component": "\u7ec4\u4ef6", - "content group": "\u5185\u5bb9\u7ec4", - "correct": "\u6b63\u786e", - "could not determine the course_id": "\u65e0\u6cd5\u786e\u5b9acourse_id", - "course id": "\u8bfe\u7a0bID", - "courses with active proctored exams": "\u5df2\u6fc0\u6d3b\u76d1\u8003\u6a21\u5f0f\u7684\u8bfe\u7a0b", - "delete chapter": "\u5220\u9664\u7ae0", - "delete group": "\u5220\u9664\u7ec4", - "details about the failure": "\u5931\u8d25\u8be6\u7ec6", - "dragging": "\u62d6\u62fd", - "dragging out of slider": "\u62d6\u62fd\u51fa\u6ed1\u5757\u533a\u57df", - "dropped in slider": "\u5728\u6ed1\u5757\u4e2d\u653e\u4e0b", - "dropped on target": "\u5728\u76ee\u6807\u4e0a\u653e\u4e0b", - "e.g. 'Sky with clouds'. The description is helpful for users who cannot see the image.": "\u4f8b\u5982\u201c\u5929\u7a7a\u6709\u4e91\u201d\u3002\u8be5\u63cf\u8ff0\u5bf9\u4e8e\u65e0\u6cd5\u770b\u89c1\u56fe\u7247\u7684\u4f7f\u7528\u8005\u662f\u6709\u5e2e\u52a9\u7684\u3002", - "e.g. 'google'": "\u4f8b\u5982'google'", - "e.g. 'http://google.com'": "\u4f8b\u5982\u201chttp://google.com/\u201d", - "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "\u4f8b\u5982\uff1ajohndoe@example.com, JaneDoe, joeydoe@example.com", - "emphasized text": "\u5f3a\u8c03\u6587\u5b57", - "enter code here": "\u6b64\u5904\u8f93\u5165\u4ee3\u7801", - "enter link description here": "\u6b64\u5904\u8f93\u5165\u94fe\u63a5\u7684\u63cf\u8ff0", - "for": "\u7684", - "for {courseName}": "\u4e3a{courseName}\u8bfe\u7a0b", - "group configuration": "\u7ec4\u914d\u7f6e", - "image omitted": "\u7701\u7565\u7684\u56fe\u7247", - "incorrect": "\u4e0d\u6b63\u786e", - "internally reviewed": "\u5185\u90e8\u5ba1\u6838", - "last activity": "\u6700\u540e\u6d3b\u52a8", - "less than a minute": "\u5c11\u4e8e\u4e00\u5206\u949f", - "minute": "\u5206", - "minutes": "\u5206", - "name": "\u540d\u79f0", - "off": "\u5173\u95ed", - "on": "\u5f00\u542f", - "open slots": "\u5f00\u653e\u7684\u65f6\u6bb5", - "or": "\u6216\u8005", - "or create a new one here": "\u6216\u5728\u6b64\u521b\u5efa\u4e00\u4e2a\u65b0\u8d26\u53f7", - "or sign in with": "\u6216\u8005\u901a\u8fc7\u4ee5\u4e0b\u65b9\u5f0f\u767b\u5f55", - "path/to/introductionToCookieBaking-CH{order}.pdf": "path/to/introductionToCookieBaking-CH{order}.pdf", - "pending": "\u7b49\u5f85", - "practice": "\u6a21\u8003", - "price": "\u4ef7\u683c", - "proctored": "\u76d1\u8003", - "provide the title/name of the chapter that will be used in navigating": "\u63d0\u4f9b\u5c06\u7528\u5728\u5bfc\u822a\u4e2d\u7684\u7ae0\u6807\u9898\uff0f\u540d\u79f0", - "provide the title/name of the text book as you would like your students to see it": "\u63d0\u4f9b\u60a8\u5e0c\u671b\u5b66\u751f\u770b\u5230\u7684\u8bfe\u672c\u6807\u9898\uff0f\u540d\u79f0", - "remove": "\u79fb\u9664", - "remove all": "\u5168\u90e8\u79fb\u9664", - "satisfactory": "\u6ee1\u610f", - "second": "\u79d2", - "seconds": "\u79d2", - "section": "\u8282", - "send an email message to {email}": "\u5411{email}\u53d1\u9001\u4e00\u5c01\u90ae\u4ef6\u4fe1\u606f", - "strong text": "\u52a0\u7c97\u6587\u5b57", - "subsection": "\u5c0f\u8282", - "team count": "\u56e2\u961f\u8ba1\u6570", - "text_word_{uniqueId}": "text_word_{uniqueId}", - "text_word_{uniqueId} title_word_{uniqueId}": "text_word_{uniqueId} title_word_{uniqueId}", + ], + "about a minute": "\u5927\u7ea6\u4e00\u5206\u949f", + "about a month": "\u5927\u7ea6\u4e00\u4e2a\u6708", + "about a year": "\u5927\u7ea6\u4e00\u5e74", + "about an hour": "\u5927\u7ea6\u4e00\u5c0f\u65f6", + "active proctored exams": "\u5df2\u6fc0\u6d3b\u76d1\u8003\u529f\u80fd", + "and others": "\u5176\u4ed6", + "anonymous": "\u533f\u540d", + "answer": "\u7b54\u6848", + "asset_path is required": "asset_path\u5fc5\u586b", + "bytes": "\u5b57\u8282", + "certificate": "\u8bc1\u4e66", + "close": "\u5173\u95ed", + "component": "\u7ec4\u4ef6", + "content group": "\u5185\u5bb9\u7ec4", + "correct": "\u6b63\u786e", + "could not determine the course_id": "\u65e0\u6cd5\u786e\u5b9acourse_id", + "course id": "\u8bfe\u7a0bID", + "courses with active proctored exams": "\u5df2\u6fc0\u6d3b\u76d1\u8003\u6a21\u5f0f\u7684\u8bfe\u7a0b", + "delete chapter": "\u5220\u9664\u7ae0", + "delete group": "\u5220\u9664\u7ec4", + "details about the failure": "\u5931\u8d25\u8be6\u7ec6", + "dragging": "\u62d6\u62fd", + "dragging out of slider": "\u62d6\u62fd\u51fa\u6ed1\u5757\u533a\u57df", + "dropped in slider": "\u5728\u6ed1\u5757\u4e2d\u653e\u4e0b", + "dropped on target": "\u5728\u76ee\u6807\u4e0a\u653e\u4e0b", + "e.g. 'Sky with clouds'. The description is helpful for users who cannot see the image.": "\u4f8b\u5982\u201c\u5929\u7a7a\u6709\u4e91\u201d\u3002\u8be5\u63cf\u8ff0\u5bf9\u4e8e\u65e0\u6cd5\u770b\u89c1\u56fe\u7247\u7684\u4f7f\u7528\u8005\u662f\u6709\u5e2e\u52a9\u7684\u3002", + "e.g. 'google'": "\u4f8b\u5982'google'", + "e.g. 'http://google.com'": "\u4f8b\u5982\u201chttp://google.com/\u201d", + "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "\u4f8b\u5982\uff1ajohndoe@example.com, JaneDoe, joeydoe@example.com", + "emphasized text": "\u5f3a\u8c03\u6587\u5b57", + "enter code here": "\u6b64\u5904\u8f93\u5165\u4ee3\u7801", + "enter link description here": "\u6b64\u5904\u8f93\u5165\u94fe\u63a5\u7684\u63cf\u8ff0", + "for": "\u7684", + "for {courseName}": "\u4e3a{courseName}\u8bfe\u7a0b", + "group configuration": "\u7ec4\u914d\u7f6e", + "image omitted": "\u7701\u7565\u7684\u56fe\u7247", + "incorrect": "\u4e0d\u6b63\u786e", + "internally reviewed": "\u5185\u90e8\u5ba1\u6838", + "last activity": "\u6700\u540e\u6d3b\u52a8", + "less than a minute": "\u5c11\u4e8e\u4e00\u5206\u949f", + "minute": "\u5206", + "minutes": "\u5206", + "name": "\u540d\u79f0", + "off": "\u5173\u95ed", + "on": "\u5f00\u542f", + "open slots": "\u5f00\u653e\u7684\u65f6\u6bb5", + "or": "\u6216\u8005", + "or create a new one here": "\u6216\u5728\u6b64\u521b\u5efa\u4e00\u4e2a\u65b0\u8d26\u53f7", + "or sign in with": "\u6216\u8005\u901a\u8fc7\u4ee5\u4e0b\u65b9\u5f0f\u767b\u5f55", + "path/to/introductionToCookieBaking-CH{order}.pdf": "path/to/introductionToCookieBaking-CH{order}.pdf", + "pending": "\u7b49\u5f85", + "practice": "\u6a21\u8003", + "price": "\u4ef7\u683c", + "proctored": "\u76d1\u8003", + "provide the title/name of the chapter that will be used in navigating": "\u63d0\u4f9b\u5c06\u7528\u5728\u5bfc\u822a\u4e2d\u7684\u7ae0\u6807\u9898\uff0f\u540d\u79f0", + "provide the title/name of the text book as you would like your students to see it": "\u63d0\u4f9b\u60a8\u5e0c\u671b\u5b66\u751f\u770b\u5230\u7684\u8bfe\u672c\u6807\u9898\uff0f\u540d\u79f0", + "remove": "\u79fb\u9664", + "remove all": "\u5168\u90e8\u79fb\u9664", + "satisfactory": "\u6ee1\u610f", + "second": "\u79d2", + "seconds": "\u79d2", + "section": "\u8282", + "send an email message to {email}": "\u5411{email}\u53d1\u9001\u4e00\u5c01\u90ae\u4ef6\u4fe1\u606f", + "strong text": "\u52a0\u7c97\u6587\u5b57", + "subsection": "\u5c0f\u8282", + "team count": "\u56e2\u961f\u8ba1\u6570", + "text_word_{uniqueId}": "text_word_{uniqueId}", + "text_word_{uniqueId} title_word_{uniqueId}": "text_word_{uniqueId} title_word_{uniqueId}", "there is currently {numVotes} vote": [ "\u5f53\u524d\u6709 {numVotes} \u7968" - ], - "timed": "\u9650\u65f6", - "title_word_{uniqueId}": "title_word_{uniqueId}", - "toggle chapter %(displayName)s": "\u5207\u6362%(displayName)s\u7ae0", - "toggle subsection %(displayName)s": "\u5207\u6362%(displayName)s\u5c0f\u8282", - "unit": "\u5355\u5143", - "unsatisfactory": "\u4e0d\u6ee1\u610f", - "unsubmitted": "\u672a\u63d0\u4ea4", - "upload a PDF file or provide the path to a Studio asset file": "\u4e0a\u4f20 PDF \u6587\u4ef6\u6216\u63d0\u4f9b\u6307\u5411 Studio \u8d44\u6e90\u6587\u4ef6\u7684\u8def\u5f84", - "username or email": "\u7528\u6237\u540d/\u90ae\u7bb1", - "with %(release_date_from)s": "\u5728%(release_date_from)s", - "with %(section_or_subsection)s": "\u4e0e%(section_or_subsection)s", - "you have less than a minute remaining": "\u5269\u4f59\u65f6\u95f4\u4e0d\u8db3\u4e00\u5206\u949f", - "you have {remaining_time} remaining": "\u5269\u4f59\u65f6\u95f4{remaining_time}", - "you will have ": "\u60a8\u6709", - "your course": "\u60a8\u7684\u8bfe\u7a0b", - "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", - "{ReqTextSpanStart}Requirements{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{ReqTextSpanStart}Requirements{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", - "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start} \u7528\u5176\u4ed6\u6807\u9898\u6d4f\u89c8\u56e2\u961f {span_end} \u6216 {search_span_start} \u641c\u7d22\u56e2\u961f{span_end} \u65bc\u6b64\u6807\u9898\u3002 \u5982\u679c\u60a8\u4ecd\u7136\u65e0\u6cd5\u627e\u5230\u56e2\u961f\u6765\u52a0\u5165\uff0c {create_span_start} \u5728\u6b64\u6807\u9898\u65b0\u521b\u4e00\u4e2a\u56e2\u961f{span_end}\u3002", - "{categoryText} in {parentDisplayname}": " {parentDisplayname}\u7684{categoryText} ", - "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} of {maxCharacters}": "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag}/{maxCharacters}", - "{display_name} Settings": "{display_name} \u8bbe\u7f6e", - "{email}": "{email}", - "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email}\u5df2\u5728{container}\u56e2\u961f\u4e2d\u3002\u5982\u679c\u60a8\u60f3\u6dfb\u52a0\u65b0\u6210\u5458\uff0c\u8bf7\u518d\u6b21\u68c0\u67e5\u90ae\u7bb1\u662f\u5426\u6b63\u786e\u3002", - "{filename} exceeds maximum size of {maxFileSizeInGB} GB.": "\u6587\u4ef6{filename}\u7684\u5927\u5c0f\u8d85\u51fa{maxFileSizeInGB}\u7684\u9650\u5236\u3002", - "{filename} is not in a supported file format. Supported file formats are {supportedFileFormats}.": "\u4e0d\u652f\u6301\u6587\u4ef6{filename}\u7684\u683c\u5f0f\u3002\u652f\u6301\u4ee5\u4e0b\u6587\u4ef6\u683c\u5f0f\uff1a{supportedFileFormats}\u3002", - "{hours}:{minutes} (current UTC time)": "{hours}:{minutes}(\u5f53\u524dUTC\u65f6\u95f4)", - "{htmlStart}Want to change your email, name, or password instead?{htmlEnd}": "{htmlStart}\u662f\u5426\u60f3\u8981\u66f4\u6539\u60a8\u7684\u90ae\u7bb1\uff0c\u540d\u5b57\uff0c\u6216\u8005\u5bc6\u7801\uff1f{htmlEnd}", - "{label}: {status}": "{label}: {status}", - "{maxWidth}x{maxHeight} pixels": "{maxWidth}x{maxHeight} \u50cf\u7d20", - "{minutes} {unit}": "{minutes} {unit}", + ], + "timed": "\u9650\u65f6", + "title_word_{uniqueId}": "title_word_{uniqueId}", + "toggle chapter %(displayName)s": "\u5207\u6362%(displayName)s\u7ae0", + "toggle subsection %(displayName)s": "\u5207\u6362%(displayName)s\u5c0f\u8282", + "unit": "\u5355\u5143", + "unsatisfactory": "\u4e0d\u6ee1\u610f", + "unsubmitted": "\u672a\u63d0\u4ea4", + "upload a PDF file or provide the path to a Studio asset file": "\u4e0a\u4f20 PDF \u6587\u4ef6\u6216\u63d0\u4f9b\u6307\u5411 Studio \u8d44\u6e90\u6587\u4ef6\u7684\u8def\u5f84", + "username or email": "\u7528\u6237\u540d/\u90ae\u7bb1", + "with %(release_date_from)s": "\u5728%(release_date_from)s", + "with %(section_or_subsection)s": "\u4e0e%(section_or_subsection)s", + "you have less than a minute remaining": "\u5269\u4f59\u65f6\u95f4\u4e0d\u8db3\u4e00\u5206\u949f", + "you have {remaining_time} remaining": "\u5269\u4f59\u65f6\u95f4{remaining_time}", + "you will have ": "\u60a8\u6709", + "your course": "\u60a8\u7684\u8bfe\u7a0b", + "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", + "{ReqTextSpanStart}Requirements{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}": "{ReqTextSpanStart}Requirements{spanEnd}{lineBreak}{InstructionsSpanStart}{videoImageResoultion}{lineBreak} {videoImageSupportedFileFormats}{spanEnd}", + "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start} \u7528\u5176\u4ed6\u6807\u9898\u6d4f\u89c8\u56e2\u961f {span_end} \u6216 {search_span_start} \u641c\u7d22\u56e2\u961f{span_end} \u65bc\u6b64\u6807\u9898\u3002 \u5982\u679c\u60a8\u4ecd\u7136\u65e0\u6cd5\u627e\u5230\u56e2\u961f\u6765\u52a0\u5165\uff0c {create_span_start} \u5728\u6b64\u6807\u9898\u65b0\u521b\u4e00\u4e2a\u56e2\u961f{span_end}\u3002", + "{categoryText} in {parentDisplayname}": " {parentDisplayname}\u7684{categoryText} ", + "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag} of {maxCharacters}": "{currentCountOpeningTag}{currentCharacterCount}{currentCountClosingTag}/{maxCharacters}", + "{display_name} Settings": "{display_name} \u8bbe\u7f6e", + "{email}": "{email}", + "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email}\u5df2\u5728{container}\u56e2\u961f\u4e2d\u3002\u5982\u679c\u60a8\u60f3\u6dfb\u52a0\u65b0\u6210\u5458\uff0c\u8bf7\u518d\u6b21\u68c0\u67e5\u90ae\u7bb1\u662f\u5426\u6b63\u786e\u3002", + "{filename} exceeds maximum size of {maxFileSizeInGB} GB.": "\u6587\u4ef6{filename}\u7684\u5927\u5c0f\u8d85\u51fa{maxFileSizeInGB}\u7684\u9650\u5236\u3002", + "{filename} is not in a supported file format. Supported file formats are {supportedFileFormats}.": "\u4e0d\u652f\u6301\u6587\u4ef6{filename}\u7684\u683c\u5f0f\u3002\u652f\u6301\u4ee5\u4e0b\u6587\u4ef6\u683c\u5f0f\uff1a{supportedFileFormats}\u3002", + "{hours}:{minutes} (current UTC time)": "{hours}:{minutes}(\u5f53\u524dUTC\u65f6\u95f4)", + "{htmlStart}Want to change your email, name, or password instead?{htmlEnd}": "{htmlStart}\u662f\u5426\u60f3\u8981\u66f4\u6539\u60a8\u7684\u90ae\u7bb1\uff0c\u540d\u5b57\uff0c\u6216\u8005\u5bc6\u7801\uff1f{htmlEnd}", + "{label}: {status}": "{label}: {status}", + "{maxWidth}x{maxHeight} pixels": "{maxWidth}x{maxHeight} \u50cf\u7d20", + "{minutes} {unit}": "{minutes} {unit}", "{numMoved} learner was moved from {prevCohort}": [ "{numMoved}\u4e2a\u5b66\u5458\u88ab\u79fb\u51fa{prevCohort}" - ], + ], "{numPreassigned} learner was pre-assigned for this cohort. This learner will automatically be added to the cohort when they enroll in the course.": [ "{numPreassigned}\u4e2a\u5b66\u5458\u88ab\u9884\u5206\u914d\u81f3\u6b64\u7fa4\u7ec4\u4e2d\uff0c\u5728\u62a5\u540d\u8bfe\u7a0b\u65f6\u4ed6\u4eec\u5c06\u81ea\u52a8\u88ab\u6dfb\u52a0\u81f3\u6b64\u7fa4\u7ec4\u4e2d\u3002" - ], + ], "{numPresent} learner was already in the cohort": [ "{numPresent}\u4e2a\u5b66\u5458\u5df2\u5728\u7fa4\u7ec4\u4e2d" - ], + ], "{numResponses} other response": [ "{numResponses}\u4e2a\u5176\u4ed6\u56de\u590d" - ], + ], "{numResponses} response": [ "{numResponses}\u4e2a\u56de\u590d" - ], + ], "{numUsersAdded} learner has been added to this cohort. ": [ "{numUsersAdded}\u4e2a\u5b66\u5458\u5df2\u88ab\u6dfb\u52a0\u81f3\u6b64\u7fa4\u7ec4\u3002" - ], + ], "{numVotes} Vote": [ "{numVotes} \u7968" - ], - "{num_of_hours} hour": "{num_of_hours}\u4e2a\u5c0f\u65f6", - "{num_of_hours} hours": "{num_of_hours}\u4e2a\u5c0f\u65f6", - "{num_of_minutes} minute": "{num_of_minutes} \u5206\u949f", - "{num_of_minutes} minutes": "{num_of_minutes}\u5206\u949f", - "{organization}\\'s logo": "{organization}\\'s \u7684\u6807\u8bc6", - "{screen_reader_start}Warning:{screen_reader_end} No content groups exist.": "{screen_reader_start}\u8b66\u544a\uff1a{screen_reader_end}\u4e0d\u5b58\u5728\u5185\u5bb9\u7ec4\u3002", - "{screen_reader_start}Warning:{screen_reader_end} The previously selected content group was deleted. Select another content group.": "{screen_reader_start}\u8b66\u544a\uff1a{screen_reader_end}\u4e4b\u524d\u9009\u62e9\u7684\u5185\u5bb9\u7ec4\u5df2\u88ab\u5220\u9664\u3002\u8bf7\u9009\u62e9\u53e6\u4e00\u4e2a\u5185\u5bb9\u7ec4\u3002", - "{seconds} {unit}": "{seconds} {unit}", - "{selectedProvider} credentials saved": "{selectedProvider} \u8bc1\u4e66\u5df2\u4fdd\u5b58", - "{sessionDates} (Open until {enrollmentEnd})": "{sessionDates} (\u5f00\u653e\u81f3{enrollmentEnd})", - "{sessionDates} - Currently Selected": "{sessionDates} - \u5f53\u524d\u5df2\u9009", - "{start_strong}{total}{end_strong} words submitted in total.": "\u5171\u63d0\u4ea4{start_strong}{total}{end_strong}\u5b57\u3002", - "{strongStart}Warning: Account deletion is permanent.{strongEnd} Please read the above carefully before proceeding. This is an irreversible action, and {strongStart}you will no longer be able to use the same email on edX.{strongEnd}": "{strongStart}\u8b66\u544a\uff1a\u8d26\u53f7\u5c06\u88ab\u6c38\u4e45\u5220\u9664\u3002{strongEnd}\u5728\u7ee7\u7eed\u4e4b\u524d\uff0c\u8bf7\u4ed4\u7ec6\u9605\u8bfb\u4ee5\u4e0a\u5185\u5bb9\u3002\u8fd9\u662f\u4e00\u4e2a\u4e0d\u53ef\u64a4\u9500\u7684\u64cd\u4f5c\uff0c\u5e76\u4e14{strongStart}\u60a8\u5c06\u4e0d\u80fd\u591f\u5728edX\u4e0a\u4f7f\u7528\u76f8\u540c\u7684\u90ae\u7bb1\u3002{strongEnd}", - "{totalItems} total": "\u5171{totalItems} ", + ], + "{num_of_hours} hour": "{num_of_hours}\u4e2a\u5c0f\u65f6", + "{num_of_hours} hours": "{num_of_hours}\u4e2a\u5c0f\u65f6", + "{num_of_minutes} minute": "{num_of_minutes} \u5206\u949f", + "{num_of_minutes} minutes": "{num_of_minutes}\u5206\u949f", + "{organization}\\'s logo": "{organization}\\'s \u7684\u6807\u8bc6", + "{screen_reader_start}Warning:{screen_reader_end} No content groups exist.": "{screen_reader_start}\u8b66\u544a\uff1a{screen_reader_end}\u4e0d\u5b58\u5728\u5185\u5bb9\u7ec4\u3002", + "{screen_reader_start}Warning:{screen_reader_end} The previously selected content group was deleted. Select another content group.": "{screen_reader_start}\u8b66\u544a\uff1a{screen_reader_end}\u4e4b\u524d\u9009\u62e9\u7684\u5185\u5bb9\u7ec4\u5df2\u88ab\u5220\u9664\u3002\u8bf7\u9009\u62e9\u53e6\u4e00\u4e2a\u5185\u5bb9\u7ec4\u3002", + "{seconds} {unit}": "{seconds} {unit}", + "{selectedProvider} credentials saved": "{selectedProvider} \u8bc1\u4e66\u5df2\u4fdd\u5b58", + "{sessionDates} (Open until {enrollmentEnd})": "{sessionDates} (\u5f00\u653e\u81f3{enrollmentEnd})", + "{sessionDates} - Currently Selected": "{sessionDates} - \u5f53\u524d\u5df2\u9009", + "{start_strong}{total}{end_strong} words submitted in total.": "\u5171\u63d0\u4ea4{start_strong}{total}{end_strong}\u5b57\u3002", + "{totalItems} total": "\u5171{totalItems} ", "{total_results} result": [ "{total_results} \u7ed3\u679c" - ], - "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}": "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}", - "{type} Progress": "{type}\u8fdb\u5ea6", + ], + "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}": "{transcriptClientTitle}_{transcriptLanguageCode}.{fileExtension}", + "{type} Progress": "{type}\u8fdb\u5ea6", "\u2026": "\u2026" }; for (var key in newcatalog) { @@ -2412,48 +2362,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "N j, Y, P", + "DATETIME_FORMAT": "N j, Y, P", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "N j, Y", + ], + "DATE_FORMAT": "N j, Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "F j", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "m/d/Y", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "P", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "F j", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "m/d/Y", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "P", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/zh-hk/djangojs.js b/cms/static/js/i18n/zh-hk/djangojs.js index 61e6fdb329..bef1a8a228 100644 --- a/cms/static/js/i18n/zh-hk/djangojs.js +++ b/cms/static/js/i18n/zh-hk/djangojs.js @@ -62,48 +62,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "N j, Y, P", + "DATETIME_FORMAT": "N j, Y, P", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "N j, Y", + ], + "DATE_FORMAT": "N j, Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "F j", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "m/d/Y", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "P", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "F j", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "m/d/Y", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "P", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/i18n/zh-tw/djangojs.js b/cms/static/js/i18n/zh-tw/djangojs.js index c574db41a6..adff90275f 100644 --- a/cms/static/js/i18n/zh-tw/djangojs.js +++ b/cms/static/js/i18n/zh-tw/djangojs.js @@ -20,933 +20,933 @@ django.catalog = django.catalog || {}; var newcatalog = { - " learner does not exist in LMS and not added to the exception list": "\u5b78\u7fd2\u8005\u4e0d\u5b58\u5728\u7cfb\u7d71\u4e2d\uff0c\u5c07\u4e0d\u52a0\u5230\u4f8b\u5916\u5217\u8868\u4e2d", - " learner is successfully added to the exception list": "\u5b78\u7fd2\u8005\u5df2\u7d93\u6210\u529f\u5730\u52a0\u5165\u5230\u4f8b\u5916\u5217\u8868", - " learners are successfully added to exception list": "\u5b78\u7fd2\u8005\u5df2\u7d93\u6210\u529f\u5730\u52a0\u5165\u5230\u4f8b\u5916\u5217\u8868", - "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", + " learner does not exist in LMS and not added to the exception list": "\u5b78\u7fd2\u8005\u4e0d\u5b58\u5728\u7cfb\u7d71\u4e2d\uff0c\u5c07\u4e0d\u52a0\u5230\u4f8b\u5916\u5217\u8868\u4e2d", + " learner is successfully added to the exception list": "\u5b78\u7fd2\u8005\u5df2\u7d93\u6210\u529f\u5730\u52a0\u5165\u5230\u4f8b\u5916\u5217\u8868", + " learners are successfully added to exception list": "\u5b78\u7fd2\u8005\u5df2\u7d93\u6210\u529f\u5730\u52a0\u5165\u5230\u4f8b\u5916\u5217\u8868", + "%(cohort_name)s (%(user_count)s)": "%(cohort_name)s (%(user_count)s)", "%(errorCount)s error found in form.": [ "\u5728\u8868\u55ae\u4e2d\u767c\u73fe%(errorCount)s\u7684\u932f\u8aa4\u3002" - ], - "%(field)s can only contain up to %(count)d characters.": "%(field)s \u6700\u591a\u53ea\u80fd\u6709 %(count)d \u5b57\u5143\u3002", - "%(field)s must have at least %(count)d characters.": "%(field)s \u81f3\u5c11\u8981\u6709 %(count)d \u5b57\u5143\u3002", + ], + "%(field)s can only contain up to %(count)d characters.": "%(field)s \u6700\u591a\u53ea\u80fd\u6709 %(count)d \u5b57\u5143\u3002", + "%(field)s must have at least %(count)d characters.": "%(field)s \u81f3\u5c11\u8981\u6709 %(count)d \u5b57\u5143\u3002", "%(memberCount)s / %(maxMemberCount)s Member": [ "%(memberCount)s / %(maxMemberCount)s \u6210\u54e1" - ], + ], "%(num_questions)s question": [ "%(num_questions)s \u500b\u554f\u984c" - ], + ], "%(num_students)s student": [ "%(num_students)s \u4f4d\u5b78\u751f" - ], + ], "%(num_students)s student opened Subsection": [ "%(num_students)s \u4f4d\u5b78\u751f\u958b\u555f\u5c0f\u7bc0" - ], + ], "%(team_count)s Team": [ "%(team_count)s \u500b\u5718\u968a" - ], - "(Optional)": "(\u53ef\u9078\u586b)", - "(Required Field)": "(Required Field)", + ], + "(Optional)": "(\u53ef\u9078\u586b)", + "(Required Field)": "(Required Field)", "(contains %(student_count)s student)": [ "(\u5305\u542b%(student_count)s\u5b78\u751f)" - ], - "(optional)": "(\u53ef\u9078\u586b)", - "<%= user %> already in exception list.": "<%= user %> \u5df2\u5728\u7279\u4f8b\u540d\u55ae\u4e2d\u3002", - "<%= user %> has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.": "\u5df2\u7d93\u6210\u529f\u65b0\u589e<%= user %>\u5230\u7279\u4f8b\u540d\u55ae\u4e2d\u3002\u8acb\u9ede\u64ca\u4e0b\u9762\u7684\u7522\u751f\u7279\u4f8b\u8b49\u66f8\u4e26\u767c\u9001\u8b49\u66f8\u3002", - "A driver's license, passport, or government-issued ID with your name and photo.": "\u4e00\u5f35\u99d5\u7167\u3001\u8b77\u7167\uff0c\u6216\u653f\u5e9c\u7c3d\u767c\u7684\u8b49\u4ef6\uff0c\u9700\u5305\u542b\u60a8\u7684\u59d3\u540d\u548c\u7167\u7247\u3002", - "A driver's license, passport, or other government-issued ID with your name and photo": "\u4e00\u5f35\u99d5\u7167\u3001\u8b77\u7167\uff0c\u6216\u5176\u4ed6\u653f\u5e9c\u7c3d\u767c\u7684\u8b49\u4ef6\uff0c\u9700\u5305\u542b\u60a8\u7684\u59d3\u540d\u548c\u7167\u7247\u3002", - "A list of courses you have just enrolled in as a verified student": "\u4e00\u500b\u60a8\u525b\u8a3b\u518a\u70ba\u5df2\u9a57\u8b49\u5b78\u751f\u7684\u8ab2\u7a0b\u5217\u8868\u3002", - "A name that identifies your team (maximum 255 characters).": "\u5718\u968a\u540d\u7a31 (\u6700\u5927\u70ba255\u500b\u5b57\u5143\u9577\u5ea6)", - "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "\u7c21\u77ed\u7684\u5718\u968a\u63cf\u8ff0\uff0c\u4ee5\u52a9\u65bc\u5176\u4ed6\u5b78\u7fd2\u8005\u4e86\u89e3\u6b64\u5718\u968a\u7684\u76ee\u6a19\u8207\u65b9\u5411 (\u6700\u5927\u70ba255\u500b\u5b57\u5143\u9577\u5ea6)", - "A valid email address is required": "\u9700\u8981\u4e00\u500b\u6709\u6548\u7684\u96fb\u5b50\u90f5\u4ef6\u5730\u5740", - "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", - "About You": "\u95dc\u65bc\u60a8", - "Account Information": "\u5e33\u865f\u8cc7\u8a0a", - "Account Not Activated": "\u5e33\u865f\u672a\u555f\u7528", - "Account Settings": "\u5e33\u865f\u8a2d\u5b9a", - "Action": "\u555f\u52d5", - "Actions": "\u52d5\u4f5c", - "Activate Your Account": "\u555f\u52d5\u60a8\u7684\u5e33\u865f", - "Add Cohort": "\u65b0\u589e\u5b78\u7fd2\u5925\u4f34", - "Add a New Cohort": "\u65b0\u589e\u4e00\u7d44\u65b0\u7684\u5b78\u7fd2\u5925\u4f34", - "Add notes about this learner": "\u52a0\u5165\u95dc\u65bc\u9019\u4f4d\u5b78\u7fd2\u8005\u7684\u8a3b\u8a18", - "Add to Exception List": "\u52a0\u5165\u4f8b\u5916\u6e05\u55ae", - "Add your first content group": "\u65b0\u589e\u60a8\u7684\u7b2c\u4e00\u500b\u5167\u5bb9\u7fa4\u7d44\u3002", - "Add your first group configuration": "\u65b0\u589e\u60a8\u7684\u7b2c\u4e00\u500b\u7fa4\u7d44\u8a2d\u5b9a", - "Adding the selected course to your cart": "\u6dfb\u52a0\u6240\u9078\u8ab2\u7a0b\u5230\u60a8\u7684\u8cfc\u7269\u8eca", - "Additional Information": "\u984d\u5916\u7684\u8cc7\u8a0a", - "Admin": "\u7ba1\u7406\u54e1", - "All Time Zones": "\u6240\u6709\u6642\u5340", - "All Topics": "\u6240\u6709\u4e3b\u984c", - "All accounts were created successfully.": "\u6210\u529f\u5efa\u7acb\u6240\u6709\u7684\u5e33\u6236\u3002", - "All groups must have a name.": "\u6240\u6709\u7fa4\u7d44\u52d9\u5fc5\u6709\u4e00\u500b\u540d\u7a31\u3002", - "All groups must have a unique name.": "\u6240\u6709\u7fa4\u7d44\u5fc5\u9808\u6709\u4e00\u500b\u552f\u4e00\u7684\u540d\u7a31\u3002", - "All learners in the {cohort_name} cohort": " {cohort_name} \u5217\u7684\u6240\u6709\u5b78\u7fd2\u8005", - "All learners who are enrolled in this course": "\u9078\u4fee\u9019\u9580\u8ab2\u7a0b\u7684\u6240\u6709\u5b78\u7fd2\u8005", - "All payment options are currently unavailable.": "\u6240\u6709\u7684\u4ed8\u6b3e\u65b9\u5f0f\u76ee\u524d\u662f\u4e0d\u53ef\u7528\u7684\u3002", - "All professional education courses are fee-based, and require payment to complete the enrollment process.": "\u6240\u6709\u7684\u5c08\u696d\u6559\u80b2\u8ab2\u7a0b\u7686\u9700\u4ed8\u8cbb\uff0c\u5fc5\u9808\u9032\u884c\u4ed8\u8cbb\u4ee5\u5b8c\u6210\u8a3b\u518a\u7a0b\u5e8f\u3002", - "All subsections": "\u6240\u6709\u5c0f\u7bc0", - "All teams": "\u6240\u6709\u5718\u968a", - "All topics": "\u6240\u6709\u4e3b\u984c", - "All units": "\u6240\u6709\u55ae\u5143", - "Allow students to generate certificates for this course?": "\u5141\u8a31\u5b78\u751f\u70ba\u9019\u9580\u8ab2\u7a0b\u53d6\u5f97\u8b49\u660e\uff1f", - "Already a course team member": "\u5df2\u7d93\u662f\u4e00\u4f4d\u8ab2\u7a0b\u5718\u968a\u6210\u54e1", - "Already a member": "\u5df2\u7d93\u662f\u6703\u54e1", - "Already have an {platformName} account?": "\u5df2\u7d93\u64c1\u6709\u4e00\u500b {platformName}\u5e33\u865f\u4e86\uff1f", - "Amount": "\u7e3d\u984d", - "An error has occurred. Check your Internet connection and try again.": "\u932f\u8aa4\u767c\u751f\u3002\u91cd\u65b0\u6574\u7406\u6b64\u9801\u9762\uff0c\u4e26\u4e14\u91cd\u8a66\u4e00\u6b21\u3002", - "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "\u767c\u751f\u932f\u8aa4\u3002\u8acb\u78ba\u8a8d\u60a8\u5df2\u7d93\u9023\u63a5\u7db2\u8def\u4e26\u91cd\u65b0\u8f09\u5165\u9801\u9762\u3002", - "An error has occurred. Please try again later.": "\u767c\u751f\u932f\u8aa4\u3002\u8acb\u7a0d\u5f8c\u518d\u8a66\u3002", - "An error has occurred. Please try again.": "\u767c\u751f\u932f\u8aa4\u3002\u8acb\u518d\u8a66\u4e00\u6b21\u3002", - "An error has occurred. Please try reloading the page.": "\u767c\u751f\u932f\u8aa4\u3002\u8acb\u91cd\u65b0\u8f09\u5165\u9801\u9762\u3002", - "An error has occurred. Refresh the page, and then try again.": "\u932f\u8aa4\u767c\u751f\u3002\u91cd\u65b0\u6574\u7406\u6b64\u9801\u9762\uff0c\u4e26\u4e14\u91cd\u8a66\u4e00\u6b21\u3002", - "An error has occurred. Try refreshing the page, or check your Internet connection.": "\u767c\u751f\u932f\u8aa4\u3002\u8acb\u5617\u8a66\u5237\u65b0\u9801\u9762\uff0c\u6216\u6aa2\u67e5\u60a8\u7684Internet\u9023\u63a5\u3002", - "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "\u8b80\u53d6\u60a8\u7684\u90f5\u4ef6\u6709\u932f\u8aa4\u3002\u8acb\u7a0d\u5019\u518d\u8a66\u4e00\u6b21\uff0c\u4e26\u4e14\u82e5\u554f\u984c\u4f9d\u7136\u5b58\u5728\uff0c\u8acb\u806f\u7e6b\u6280\u8853\u652f\u63f4\u90e8\u9580\u3002", - "An error occurred while removing the member from the team. Try again.": "\u79fb\u9664\u6210\u54e1\u6642\u932f\u8aa4\u767c\u751f\u3002\u8acb\u91cd\u8a66\u4e00\u6b21\u3002", - "An error occurred. Make sure that the student's username or email address is correct and try again.": "\u767c\u751f\u932f\u8aa4\u3002\u8acb\u78ba\u8a8d\u8a72\u5b78\u751f\u7684 username \u6216\u90f5\u4ef6\u4fe1\u7bb1\u662f\u6b63\u78ba\u7684\u3002", - "An error occurred. Please reload the page.": "\u932f\u8aa4\u767c\u751f\u3002\u8acb\u91cd\u65b0\u8f09\u5165\u9801\u9762\u3002", - "An error occurred. Please try again.": "\u932f\u8aa4\u767c\u751f\u3002\u8acb\u91cd\u65b0\u518d\u8a66\u3002", - "An error occurred. Try again.": "\u767c\u751f\u932f\u8aa4\u3002 \u518d\u8a66\u4e00\u6b21\u3002", - "An unexpected error occurred. Please try again.": "\u932f\u8aa4\u767c\u751f\u3002\u8acb\u91cd\u65b0\u518d\u8a66\u3002", - "Are you having trouble finding a team to join?": "\u4f60\u6709\u52a0\u5165\u5718\u968a\u7684\u554f\u984c\u55ce\uff1f", - "Are you sure you want to delete this comment?": "\u60a8\u78ba\u5b9a\u8981\u522a\u9664\u6b64\u8a55\u8ad6\u55ce\uff1f", - "Are you sure you want to delete this post?": "\u60a8\u78ba\u5b9a\u8981\u522a\u9664\u9019\u7bc7\u6587\u7ae0\uff1f", - "Are you sure you want to delete this response?": "\u60a8\u78ba\u5b9a\u8981\u522a\u9664\u9019\u7bc7\u56de\u61c9\uff1f", - "Are you sure you want to delete this update?": "\u60a8\u78ba\u5b9a\u8981\u522a\u9664\u9019\u9805\u66f4\u65b0\u55ce\uff1f", - "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "\u60a8\u78ba\u5b9a\u8981\u5f9e\u8ab2\u7a0b\u5718\u968a\u201c{container}\u201d\u4e2d\u522a\u9664{email}\uff1f", - "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "\u60a8\u78ba\u5b9a\u8981\u7981\u6b62{email}\u5b58\u53d6\u5230\u201c{container}\u201d\uff1f", - "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "\u5220\u9664\u7684\u9805\u76ee\u7121\u6cd5\u6062\u5fa9\uff01\u60a8\u78ba\u5b9a\u8981\u522a\u9664\u9019\u500b\u9805\u76ee\u55ce?\n\n\u8207\u9019\u500b\u9805\u76ee\u76f8\u95dc\u7684\u4e00\u5207\u8a0a\u606f\uff08\u5982\u76f8\u95dc\u7684\u5716\u7247\u548c\u9023\u7d50\uff09\u90fd\u5c07\u907a\u5931\u3002", - "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "\u9032\u884c\u60a8\u81c9\u90e8\u7684\u62cd\u651d\u53ca\u653f\u5e9c\u6838\u767cID\u7167\u7247\uff0c\u4f5c\u70ba\u9a57\u8b49\u904e\u7a0b\u7684\u4e00\u90e8\u5206\u3002\u6211\u5011\u7684\u9a57\u8b49\u670d\u52d9\u900f\u904e\u6bd4\u8f03\u60a8\u62cd\u651d\u7684\u7167\u7247\u53ca\u60a8ID\u4e0a\u7684\u7167\u7247\u4f86\u78ba\u8a8d\u60a8\u7684\u8eab\u5206\u3002", - "Assign students to cohorts by uploading a CSV file.": "\u4e0a\u50b3\u4e00\u500b CSV\u6a94\u6848\u4f86\u5206\u914d\u5b78\u751f\u5230\u5b78\u7fd2\u5925\u4f34\u7fa4\u7d44\u3002", - "Automatic": "\u81ea\u52d5", - "Back to sign in": "\u8fd4\u56de\u767b\u5165\u9801\u9762", - "Back to {platform} FAQs": "\u56de\u5230 {platform} FAQs", - "Basic": "\u57fa\u672c", - "Basic Account Information": "\u57fa\u672c\u5e33\u865f\u8cc7\u8a0a", - "Be sure your entire face is inside the frame": "\u8acb\u78ba\u8a8d\u60a8\u7684\u6574\u500b\u81c9\u90e8\u90fd\u5728\u65b9\u6846\u5167", - "Before proceeding, please confirm that your details match": "\u5728\u7e7c\u7e8c\u4e4b\u524d\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\u4e26\u6838\u5c0d\u60a8\u7684\u8cc7\u6599", - "Before you upgrade to a certificate track, you must activate your account.": "\u5728\u60a8\u5347\u7d1a\u5230\u6709\u8a8d\u8b49\u7684\u8b49\u66f8\u4e4b\u524d\uff0c\u60a8\u5fc5\u9808\u555f\u7528\u60a8\u7684\u5e33\u865f\u3002", - "Billed to": "\u4ed8\u6b3e\u65b9", - "Blockquote": "\u5927\u6bb5\u5f15\u7528", - "Blockquote (Ctrl+Q)": "\u5927\u6bb5\u5f15\u7528 (Ctrl+Q)", - "Bold (Ctrl+B)": "\u7c97\u9ad4 (Ctrl+B)", - "Bookmarked": "\u5df2\u7f6e\u66f8\u7c64\u65bc\u6b64", - "Bookmarked on": "\u66f8\u7c64\u8a3b\u8a18\u5728", - "Browse": "\u700f\u89bd", - "Bulleted List (Ctrl+U)": "\u9805\u76ee\u7b26\u865f\u5217\u8868 (Ctrl+U)", - "Can we match the photo you took with the one on your ID?": "\u6211\u5011\u53ef\u4ee5\u5c07\u60a8\u62cd\u651d\u7684\u76f8\u7247\u8207\u60a8\u7684ID\u5339\u914d\u55ce\uff1f", - "Cancel": "\u53d6\u6d88", - "Cancel enrollment code": "\u53d6\u6d88\u8a3b\u518a\u4ee3\u78bc", - "Cancel team creating.": "\u53d6\u6d88\u5275\u5efa\u5718\u968a", - "Cancel team updating.": "\u53d6\u6d88\u5718\u968a\u8cc7\u8a0a\u66f4\u65b0", - "Certificate Generated": "\u8b49\u66f8\u7522\u51fa", - "Certificate has been successfully invalidated for <%= user %>.": " <%= user %>.\u7684\u8b49\u66f8\u5df2\u6210\u529f\u5730\u8f49\u70ba\u5931\u6548", - "Certificate name is required.": "\u8b49\u66f8\u540d\u7a31\u70ba\u5fc5\u586b\u9078\u9805\u3002", - "Certificate of <%= user %> has already been invalidated. Please check your spelling and retry.": " <%= user %> \u7684\u8b49\u66f8\u5df2\u7d93\u7121\u6548\u3002\u8acb\u78ba\u8a8d\u60a8\u7684\u62fc\u5beb\u4e26\u518d\u8a66\u4e00\u6b21\u3002", - "Change Enrollment": "\u8b8a\u66f4\u8a3b\u518a", - "Change Manually": "\u624b\u52d5\u8b8a\u66f4", - "Change My Email Address": "\u66f4\u6539\u6211\u7684\u96fb\u5b50\u90f5\u4ef6\u5730\u5740", - "Change image": "\u8b8a\u66f4\u5716\u7247", - "Changes to steps that are not selected as part of the assignment will not be saved.": "\u60a8\u5df2\u53d6\u6d88\u9078\u64c7\u6b64\u8a55\u5206\u6b65\u9a5f\uff0c\u9019\u5c07\u4f7f\u5b83\u4e0d\u6703\u88ab\u5132\u5b58\u3002", - "Check Your Email": "\u8acb\u78ba\u8a8d\u60a8\u7684\u96fb\u5b50\u90f5\u4ef6", - "Check the highlighted fields below and try again.": "\u8acb\u78ba\u8a8d\u4e0b\u65b9\u63d0\u9192\u7684\u6b04\u4f4d\u4e26\u91cd\u65b0\u8f38\u5165\u3002", - "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "\u9ede\u64ca\u6b64\u8907\u9078\u6846\uff0c\u60a8\u6bcf\u5929\u5c07\u6536\u5230\u4e00\u5c01\u96fb\u5b50\u90f5\u4ef6\u901a\u77e5\u60a8\u65b0\u7684\u6587\u7ae0\u548c\u60a8\u6b63\u5728\u8ffd\u8e64\u7684\u672a\u8b80\u6d3b\u52d5\u3002", - "Check your email": "\u6aa2\u67e5\u60a8\u7684\u96fb\u5b50\u90f5\u4ef6", - "Check your email for an activation message.": "\u8acb\u6aa2\u67e5\u60a8\u7684email\u4ee5\u7372\u5f97\u555f\u7528\u7684\u8a0a\u606f\u3002", - "Checkout": "\u7d50\u5e33", - "Checkout with PayPal": "\u7528PayPal\u7d50\u5e33", - "Checkout with {processor}": "\u4ee5 {processor} \u7d50\u5e33", - "Choose File": "\u9078\u64c7\u6a94\u6848", - "Choose One": "\u8acb\u9078\u64c7", - "Choose a .csv file": "\u9078\u64c7\u4e00\u500b.csv\u6a94\u6848", - "Choose a content group to associate": "\u9078\u64c7\u4e00\u500b\u6709\u95dc\u806f\u7684\u5167\u5bb9\u7fa4\u7d44", - "Choose one": "\u8acb\u9078\u64c7", - "Choose your institution from the list below:": "\u5f9e\u4e0b\u9762\u7684\u5217\u8868\u4e2d\u9078\u64c7\u60a8\u7684\u6a5f\u69cb\uff1a", - "Clear All": "\u6e05\u9664\u5168\u90e8", - "Clear search": "\u6e05\u9664\u641c\u5c0b", - "Clear search results": "\u6e05\u9664\u641c\u5c0b\u7d50\u679c", - "Click to change": "\u9ede\u64ca\u4ee5\u8b8a\u66f4", - "Click to edit": "\u9ede\u64ca\u4ee5\u7de8\u8f2f", - "Close": "\u95dc\u9589", - "Code": "\u4ee3\u78bc", - "Code Sample (Ctrl+K)": "\u4ee3\u78bc\u793a\u4f8b (Ctrl+K)", - "Cohort Name": "\u5b78\u7fd2\u5925\u4f34\u7d44\u5225\u540d\u7a31", - "Cohorts Disabled": "\u5b78\u7fd2\u5925\u4f34\u529f\u80fd\u672a\u555f\u7528", - "Cohorts Enabled": "\u5b78\u7fd2\u5925\u4f34\u529f\u80fd\u5df2\u555f\u7528", - "Collapse All": "\u6298\u758a\u6240\u6709", - "Confirm": "\u78ba\u8a8d", - "Congratulations! You are now verified on %(platformName)s!": "\u606d\u559c\uff01\u60a8\u73fe\u5728\u5df2\u9a57\u8b49 %(platformName)s \uff01", + ], + "(optional)": "(\u53ef\u9078\u586b)", + "<%= user %> already in exception list.": "<%= user %> \u5df2\u5728\u7279\u4f8b\u540d\u55ae\u4e2d\u3002", + "<%= user %> has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.": "\u5df2\u7d93\u6210\u529f\u65b0\u589e<%= user %>\u5230\u7279\u4f8b\u540d\u55ae\u4e2d\u3002\u8acb\u9ede\u64ca\u4e0b\u9762\u7684\u7522\u751f\u7279\u4f8b\u8b49\u66f8\u4e26\u767c\u9001\u8b49\u66f8\u3002", + "A driver's license, passport, or government-issued ID with your name and photo.": "\u4e00\u5f35\u99d5\u7167\u3001\u8b77\u7167\uff0c\u6216\u653f\u5e9c\u7c3d\u767c\u7684\u8b49\u4ef6\uff0c\u9700\u5305\u542b\u60a8\u7684\u59d3\u540d\u548c\u7167\u7247\u3002", + "A driver's license, passport, or other government-issued ID with your name and photo": "\u4e00\u5f35\u99d5\u7167\u3001\u8b77\u7167\uff0c\u6216\u5176\u4ed6\u653f\u5e9c\u7c3d\u767c\u7684\u8b49\u4ef6\uff0c\u9700\u5305\u542b\u60a8\u7684\u59d3\u540d\u548c\u7167\u7247\u3002", + "A list of courses you have just enrolled in as a verified student": "\u4e00\u500b\u60a8\u525b\u8a3b\u518a\u70ba\u5df2\u9a57\u8b49\u5b78\u751f\u7684\u8ab2\u7a0b\u5217\u8868\u3002", + "A name that identifies your team (maximum 255 characters).": "\u5718\u968a\u540d\u7a31 (\u6700\u5927\u70ba255\u500b\u5b57\u5143\u9577\u5ea6)", + "A short description of the team to help other learners understand the goals or direction of the team (maximum 300 characters).": "\u7c21\u77ed\u7684\u5718\u968a\u63cf\u8ff0\uff0c\u4ee5\u52a9\u65bc\u5176\u4ed6\u5b78\u7fd2\u8005\u4e86\u89e3\u6b64\u5718\u968a\u7684\u76ee\u6a19\u8207\u65b9\u5411 (\u6700\u5927\u70ba255\u500b\u5b57\u5143\u9577\u5ea6)", + "A valid email address is required": "\u9700\u8981\u4e00\u500b\u6709\u6548\u7684\u96fb\u5b50\u90f5\u4ef6\u5730\u5740", + "ABCDEFGHIJKLMNOPQRSTUVWXYZ": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", + "About You": "\u95dc\u65bc\u60a8", + "Account Information": "\u5e33\u865f\u8cc7\u8a0a", + "Account Not Activated": "\u5e33\u865f\u672a\u555f\u7528", + "Account Settings": "\u5e33\u865f\u8a2d\u5b9a", + "Action": "\u555f\u52d5", + "Actions": "\u52d5\u4f5c", + "Activate Your Account": "\u555f\u52d5\u60a8\u7684\u5e33\u865f", + "Add Cohort": "\u65b0\u589e\u5b78\u7fd2\u5925\u4f34", + "Add a New Cohort": "\u65b0\u589e\u4e00\u7d44\u65b0\u7684\u5b78\u7fd2\u5925\u4f34", + "Add notes about this learner": "\u52a0\u5165\u95dc\u65bc\u9019\u4f4d\u5b78\u7fd2\u8005\u7684\u8a3b\u8a18", + "Add to Exception List": "\u52a0\u5165\u4f8b\u5916\u6e05\u55ae", + "Add your first content group": "\u65b0\u589e\u60a8\u7684\u7b2c\u4e00\u500b\u5167\u5bb9\u7fa4\u7d44\u3002", + "Add your first group configuration": "\u65b0\u589e\u60a8\u7684\u7b2c\u4e00\u500b\u7fa4\u7d44\u8a2d\u5b9a", + "Adding the selected course to your cart": "\u6dfb\u52a0\u6240\u9078\u8ab2\u7a0b\u5230\u60a8\u7684\u8cfc\u7269\u8eca", + "Additional Information": "\u984d\u5916\u7684\u8cc7\u8a0a", + "Admin": "\u7ba1\u7406\u54e1", + "All Time Zones": "\u6240\u6709\u6642\u5340", + "All Topics": "\u6240\u6709\u4e3b\u984c", + "All accounts were created successfully.": "\u6210\u529f\u5efa\u7acb\u6240\u6709\u7684\u5e33\u6236\u3002", + "All groups must have a name.": "\u6240\u6709\u7fa4\u7d44\u52d9\u5fc5\u6709\u4e00\u500b\u540d\u7a31\u3002", + "All groups must have a unique name.": "\u6240\u6709\u7fa4\u7d44\u5fc5\u9808\u6709\u4e00\u500b\u552f\u4e00\u7684\u540d\u7a31\u3002", + "All learners in the {cohort_name} cohort": " {cohort_name} \u5217\u7684\u6240\u6709\u5b78\u7fd2\u8005", + "All learners who are enrolled in this course": "\u9078\u4fee\u9019\u9580\u8ab2\u7a0b\u7684\u6240\u6709\u5b78\u7fd2\u8005", + "All payment options are currently unavailable.": "\u6240\u6709\u7684\u4ed8\u6b3e\u65b9\u5f0f\u76ee\u524d\u662f\u4e0d\u53ef\u7528\u7684\u3002", + "All professional education courses are fee-based, and require payment to complete the enrollment process.": "\u6240\u6709\u7684\u5c08\u696d\u6559\u80b2\u8ab2\u7a0b\u7686\u9700\u4ed8\u8cbb\uff0c\u5fc5\u9808\u9032\u884c\u4ed8\u8cbb\u4ee5\u5b8c\u6210\u8a3b\u518a\u7a0b\u5e8f\u3002", + "All subsections": "\u6240\u6709\u5c0f\u7bc0", + "All teams": "\u6240\u6709\u5718\u968a", + "All topics": "\u6240\u6709\u4e3b\u984c", + "All units": "\u6240\u6709\u55ae\u5143", + "Allow students to generate certificates for this course?": "\u5141\u8a31\u5b78\u751f\u70ba\u9019\u9580\u8ab2\u7a0b\u53d6\u5f97\u8b49\u660e\uff1f", + "Already a course team member": "\u5df2\u7d93\u662f\u4e00\u4f4d\u8ab2\u7a0b\u5718\u968a\u6210\u54e1", + "Already a member": "\u5df2\u7d93\u662f\u6703\u54e1", + "Already have an {platformName} account?": "\u5df2\u7d93\u64c1\u6709\u4e00\u500b {platformName}\u5e33\u865f\u4e86\uff1f", + "Amount": "\u7e3d\u984d", + "An error has occurred. Check your Internet connection and try again.": "\u932f\u8aa4\u767c\u751f\u3002\u91cd\u65b0\u6574\u7406\u6b64\u9801\u9762\uff0c\u4e26\u4e14\u91cd\u8a66\u4e00\u6b21\u3002", + "An error has occurred. Make sure that you are connected to the Internet, and then try refreshing the page.": "\u767c\u751f\u932f\u8aa4\u3002\u8acb\u78ba\u8a8d\u60a8\u5df2\u7d93\u9023\u63a5\u7db2\u8def\u4e26\u91cd\u65b0\u8f09\u5165\u9801\u9762\u3002", + "An error has occurred. Please try again later.": "\u767c\u751f\u932f\u8aa4\u3002\u8acb\u7a0d\u5f8c\u518d\u8a66\u3002", + "An error has occurred. Please try again.": "\u767c\u751f\u932f\u8aa4\u3002\u8acb\u518d\u8a66\u4e00\u6b21\u3002", + "An error has occurred. Please try reloading the page.": "\u767c\u751f\u932f\u8aa4\u3002\u8acb\u91cd\u65b0\u8f09\u5165\u9801\u9762\u3002", + "An error has occurred. Refresh the page, and then try again.": "\u932f\u8aa4\u767c\u751f\u3002\u91cd\u65b0\u6574\u7406\u6b64\u9801\u9762\uff0c\u4e26\u4e14\u91cd\u8a66\u4e00\u6b21\u3002", + "An error has occurred. Try refreshing the page, or check your Internet connection.": "\u767c\u751f\u932f\u8aa4\u3002\u8acb\u5617\u8a66\u5237\u65b0\u9801\u9762\uff0c\u6216\u6aa2\u67e5\u60a8\u7684Internet\u9023\u63a5\u3002", + "An error occurred retrieving your email. Please try again later, and contact technical support if the problem persists.": "\u8b80\u53d6\u60a8\u7684\u90f5\u4ef6\u6709\u932f\u8aa4\u3002\u8acb\u7a0d\u5019\u518d\u8a66\u4e00\u6b21\uff0c\u4e26\u4e14\u82e5\u554f\u984c\u4f9d\u7136\u5b58\u5728\uff0c\u8acb\u806f\u7e6b\u6280\u8853\u652f\u63f4\u90e8\u9580\u3002", + "An error occurred while removing the member from the team. Try again.": "\u79fb\u9664\u6210\u54e1\u6642\u932f\u8aa4\u767c\u751f\u3002\u8acb\u91cd\u8a66\u4e00\u6b21\u3002", + "An error occurred. Make sure that the student's username or email address is correct and try again.": "\u767c\u751f\u932f\u8aa4\u3002\u8acb\u78ba\u8a8d\u8a72\u5b78\u751f\u7684 username \u6216\u90f5\u4ef6\u4fe1\u7bb1\u662f\u6b63\u78ba\u7684\u3002", + "An error occurred. Please reload the page.": "\u932f\u8aa4\u767c\u751f\u3002\u8acb\u91cd\u65b0\u8f09\u5165\u9801\u9762\u3002", + "An error occurred. Please try again.": "\u932f\u8aa4\u767c\u751f\u3002\u8acb\u91cd\u65b0\u518d\u8a66\u3002", + "An error occurred. Try again.": "\u767c\u751f\u932f\u8aa4\u3002 \u518d\u8a66\u4e00\u6b21\u3002", + "An unexpected error occurred. Please try again.": "\u932f\u8aa4\u767c\u751f\u3002\u8acb\u91cd\u65b0\u518d\u8a66\u3002", + "Are you having trouble finding a team to join?": "\u4f60\u6709\u52a0\u5165\u5718\u968a\u7684\u554f\u984c\u55ce\uff1f", + "Are you sure you want to delete this comment?": "\u60a8\u78ba\u5b9a\u8981\u522a\u9664\u6b64\u8a55\u8ad6\u55ce\uff1f", + "Are you sure you want to delete this post?": "\u60a8\u78ba\u5b9a\u8981\u522a\u9664\u9019\u7bc7\u6587\u7ae0\uff1f", + "Are you sure you want to delete this response?": "\u60a8\u78ba\u5b9a\u8981\u522a\u9664\u9019\u7bc7\u56de\u61c9\uff1f", + "Are you sure you want to delete this update?": "\u60a8\u78ba\u5b9a\u8981\u522a\u9664\u9019\u9805\u66f4\u65b0\u55ce\uff1f", + "Are you sure you want to delete {email} from the course team for \u201c{container}\u201d?": "\u60a8\u78ba\u5b9a\u8981\u5f9e\u8ab2\u7a0b\u5718\u968a\u201c{container}\u201d\u4e2d\u522a\u9664{email}\uff1f", + "Are you sure you want to restrict {email} access to \u201c{container}\u201d?": "\u60a8\u78ba\u5b9a\u8981\u7981\u6b62{email}\u5b58\u53d6\u5230\u201c{container}\u201d\uff1f", + "Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)": "\u5220\u9664\u7684\u9805\u76ee\u7121\u6cd5\u6062\u5fa9\uff01\u60a8\u78ba\u5b9a\u8981\u522a\u9664\u9019\u500b\u9805\u76ee\u55ce?\n\n\u8207\u9019\u500b\u9805\u76ee\u76f8\u95dc\u7684\u4e00\u5207\u8a0a\u606f\uff08\u5982\u76f8\u95dc\u7684\u5716\u7247\u548c\u9023\u7d50\uff09\u90fd\u5c07\u907a\u5931\u3002", + "As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "\u9032\u884c\u60a8\u81c9\u90e8\u7684\u62cd\u651d\u53ca\u653f\u5e9c\u6838\u767cID\u7167\u7247\uff0c\u4f5c\u70ba\u9a57\u8b49\u904e\u7a0b\u7684\u4e00\u90e8\u5206\u3002\u6211\u5011\u7684\u9a57\u8b49\u670d\u52d9\u900f\u904e\u6bd4\u8f03\u60a8\u62cd\u651d\u7684\u7167\u7247\u53ca\u60a8ID\u4e0a\u7684\u7167\u7247\u4f86\u78ba\u8a8d\u60a8\u7684\u8eab\u5206\u3002", + "Assign students to cohorts by uploading a CSV file.": "\u4e0a\u50b3\u4e00\u500b CSV\u6a94\u6848\u4f86\u5206\u914d\u5b78\u751f\u5230\u5b78\u7fd2\u5925\u4f34\u7fa4\u7d44\u3002", + "Automatic": "\u81ea\u52d5", + "Back to sign in": "\u8fd4\u56de\u767b\u5165\u9801\u9762", + "Back to {platform} FAQs": "\u56de\u5230 {platform} FAQs", + "Basic": "\u57fa\u672c", + "Basic Account Information": "\u57fa\u672c\u5e33\u865f\u8cc7\u8a0a", + "Be sure your entire face is inside the frame": "\u8acb\u78ba\u8a8d\u60a8\u7684\u6574\u500b\u81c9\u90e8\u90fd\u5728\u65b9\u6846\u5167", + "Before proceeding, please confirm that your details match": "\u5728\u7e7c\u7e8c\u4e4b\u524d\uff0c\u8acb\u518d\u6b21\u78ba\u8a8d\u4e26\u6838\u5c0d\u60a8\u7684\u8cc7\u6599", + "Before you upgrade to a certificate track, you must activate your account.": "\u5728\u60a8\u5347\u7d1a\u5230\u6709\u8a8d\u8b49\u7684\u8b49\u66f8\u4e4b\u524d\uff0c\u60a8\u5fc5\u9808\u555f\u7528\u60a8\u7684\u5e33\u865f\u3002", + "Billed to": "\u4ed8\u6b3e\u65b9", + "Blockquote": "\u5927\u6bb5\u5f15\u7528", + "Blockquote (Ctrl+Q)": "\u5927\u6bb5\u5f15\u7528 (Ctrl+Q)", + "Bold (Ctrl+B)": "\u7c97\u9ad4 (Ctrl+B)", + "Bookmarked": "\u5df2\u7f6e\u66f8\u7c64\u65bc\u6b64", + "Bookmarked on": "\u66f8\u7c64\u8a3b\u8a18\u5728", + "Browse": "\u700f\u89bd", + "Bulleted List (Ctrl+U)": "\u9805\u76ee\u7b26\u865f\u5217\u8868 (Ctrl+U)", + "Can we match the photo you took with the one on your ID?": "\u6211\u5011\u53ef\u4ee5\u5c07\u60a8\u62cd\u651d\u7684\u76f8\u7247\u8207\u60a8\u7684ID\u5339\u914d\u55ce\uff1f", + "Cancel": "\u53d6\u6d88", + "Cancel enrollment code": "\u53d6\u6d88\u8a3b\u518a\u4ee3\u78bc", + "Cancel team creating.": "\u53d6\u6d88\u5275\u5efa\u5718\u968a", + "Cancel team updating.": "\u53d6\u6d88\u5718\u968a\u8cc7\u8a0a\u66f4\u65b0", + "Certificate Generated": "\u8b49\u66f8\u7522\u51fa", + "Certificate has been successfully invalidated for <%= user %>.": " <%= user %>.\u7684\u8b49\u66f8\u5df2\u6210\u529f\u5730\u8f49\u70ba\u5931\u6548", + "Certificate name is required.": "\u8b49\u66f8\u540d\u7a31\u70ba\u5fc5\u586b\u9078\u9805\u3002", + "Certificate of <%= user %> has already been invalidated. Please check your spelling and retry.": " <%= user %> \u7684\u8b49\u66f8\u5df2\u7d93\u7121\u6548\u3002\u8acb\u78ba\u8a8d\u60a8\u7684\u62fc\u5beb\u4e26\u518d\u8a66\u4e00\u6b21\u3002", + "Change Enrollment": "\u8b8a\u66f4\u8a3b\u518a", + "Change Manually": "\u624b\u52d5\u8b8a\u66f4", + "Change My Email Address": "\u66f4\u6539\u6211\u7684\u96fb\u5b50\u90f5\u4ef6\u5730\u5740", + "Change image": "\u8b8a\u66f4\u5716\u7247", + "Changes to steps that are not selected as part of the assignment will not be saved.": "\u60a8\u5df2\u53d6\u6d88\u9078\u64c7\u6b64\u8a55\u5206\u6b65\u9a5f\uff0c\u9019\u5c07\u4f7f\u5b83\u4e0d\u6703\u88ab\u5132\u5b58\u3002", + "Check Your Email": "\u8acb\u78ba\u8a8d\u60a8\u7684\u96fb\u5b50\u90f5\u4ef6", + "Check the highlighted fields below and try again.": "\u8acb\u78ba\u8a8d\u4e0b\u65b9\u63d0\u9192\u7684\u6b04\u4f4d\u4e26\u91cd\u65b0\u8f38\u5165\u3002", + "Check this box to receive an email digest once a day notifying you about new, unread activity from posts you are following.": "\u9ede\u64ca\u6b64\u8907\u9078\u6846\uff0c\u60a8\u6bcf\u5929\u5c07\u6536\u5230\u4e00\u5c01\u96fb\u5b50\u90f5\u4ef6\u901a\u77e5\u60a8\u65b0\u7684\u6587\u7ae0\u548c\u60a8\u6b63\u5728\u8ffd\u8e64\u7684\u672a\u8b80\u6d3b\u52d5\u3002", + "Check your email": "\u6aa2\u67e5\u60a8\u7684\u96fb\u5b50\u90f5\u4ef6", + "Check your email for an activation message.": "\u8acb\u6aa2\u67e5\u60a8\u7684email\u4ee5\u7372\u5f97\u555f\u7528\u7684\u8a0a\u606f\u3002", + "Checkout": "\u7d50\u5e33", + "Checkout with PayPal": "\u7528PayPal\u7d50\u5e33", + "Checkout with {processor}": "\u4ee5 {processor} \u7d50\u5e33", + "Choose File": "\u9078\u64c7\u6a94\u6848", + "Choose One": "\u8acb\u9078\u64c7", + "Choose a .csv file": "\u9078\u64c7\u4e00\u500b.csv\u6a94\u6848", + "Choose a content group to associate": "\u9078\u64c7\u4e00\u500b\u6709\u95dc\u806f\u7684\u5167\u5bb9\u7fa4\u7d44", + "Choose one": "\u8acb\u9078\u64c7", + "Choose your institution from the list below:": "\u5f9e\u4e0b\u9762\u7684\u5217\u8868\u4e2d\u9078\u64c7\u60a8\u7684\u6a5f\u69cb\uff1a", + "Clear All": "\u6e05\u9664\u5168\u90e8", + "Clear search": "\u6e05\u9664\u641c\u5c0b", + "Clear search results": "\u6e05\u9664\u641c\u5c0b\u7d50\u679c", + "Click to change": "\u9ede\u64ca\u4ee5\u8b8a\u66f4", + "Click to edit": "\u9ede\u64ca\u4ee5\u7de8\u8f2f", + "Close": "\u95dc\u9589", + "Code": "\u4ee3\u78bc", + "Code Sample (Ctrl+K)": "\u4ee3\u78bc\u793a\u4f8b (Ctrl+K)", + "Cohort Name": "\u5b78\u7fd2\u5925\u4f34\u7d44\u5225\u540d\u7a31", + "Cohorts Disabled": "\u5b78\u7fd2\u5925\u4f34\u529f\u80fd\u672a\u555f\u7528", + "Cohorts Enabled": "\u5b78\u7fd2\u5925\u4f34\u529f\u80fd\u5df2\u555f\u7528", + "Collapse All": "\u6298\u758a\u6240\u6709", + "Confirm": "\u78ba\u8a8d", + "Congratulations! You are now verified on %(platformName)s!": "\u606d\u559c\uff01\u60a8\u73fe\u5728\u5df2\u9a57\u8b49 %(platformName)s \uff01", "Contains {count} group": [ "\u5305\u542b {count} \u7fa4\u7d44" - ], - "Content-Specific Discussion Topics": "\u7279\u5b9a\u5167\u5bb9\u7684\u8a0e\u8ad6\u4e3b\u984c", - "Copy Email To Editor": "\u8907\u88fd\u90f5\u4ef6\u5230\u7de8\u8f2f\u5668", - "Correct failed component": "\u66f4\u6b63\u932f\u8aa4\u7d44\u4ef6", - "Could not find Certificate Exception in white list. Please refresh the page and try again": "\u5728\u8a31\u53ef\u540d\u55ae\u4e2d\u627e\u4e0d\u5230\u8b49\u66f8\u7279\u4f8b\u7684\u4eba\u3002\u8acb\u91cd\u65b0\u8f09\u5165\u9801\u9762\u6216\u518d\u8a66\u4e00\u6b21\u3002", - "Could not find Certificate Invalidation in the list. Please refresh the page and try again": "\u7121\u6cd5\u5728\u9019\u4efd\u5217\u8868\u4e2d\u627e\u5230\u8b49\u66f8\u5931\u6548\u8b49\u660e\u3002\u8acb\u91cd\u65b0\u8f09\u5165\u9801\u9762\u6216\u518d\u8a66\u4e00\u6b21\u3002", - "Could not find a user with username or email address '<%- identifier %>'.": "\u7121\u6cd5\u7528\u4f7f\u7528\u8005\u540d\u7a31\u6216\u96fb\u5b50\u90f5\u4ef6\u5730\u5740\u627e\u5230\u4f7f\u7528\u8005 '<%- identifier %>'.", - "Could not find users associated with the following identifiers:": "\u7121\u6cd5\u6839\u64da\u4e0b\u5217\u7684\u689d\u4ef6\u627e\u5230\u7528\u6236\uff1a", - "Could not retrieve download url.": "\u7121\u6cd5\u627e\u5230\u4e0b\u8f09\u7db2\u5740", - "Could not retrieve payment information": "\u7121\u6cd5\u53d6\u5f97\u4ed8\u6b3e\u8cc7\u8a0a", - "Could not retrieve upload url.": "\u7121\u6cd5\u627e\u5230\u4e0a\u50b3\u7db2\u5740", - "Could not submit order": "\u7121\u6cd5\u63d0\u4ea4\u8a02\u55ae", - "Could not submit photos": "\u7121\u6cd5\u63d0\u4ea4\u5716\u7247", - "Couldn't Save This Assignment": "\u4e0d\u80fd\u5132\u5b58\u9019\u4f5c\u696d", - "Country": "\u570b\u5bb6", - "Country of residence": "\u5c45\u4f4f\u570b\u5bb6", - "Course Credit Requirements": "\u8ab2\u7a0b\u5b78\u5206\u8981\u6c42", - "Course End": "\u8ab2\u7a0b\u7d50\u675f", - "Course ID": "\u8ab2\u7a0b\u7de8\u865f", - "Course Index": "\u8ab2\u7a0b\u7d22\u5f15", - "Course Key": "\u8ab2\u7a0bKey", - "Course Start": "\u8ab2\u7a0b\u958b\u59cb", - "Course is not yet visible to students.": "\u8ab2\u7a0b\u9084\u5c1a\u672a\u80fd\u88ab\u5b78\u751f\u770b\u898b\u3002", - "Course pacing cannot be changed once a course has started.": "\u8ab2\u7a0b\u4e00\u65e6\u958b\u59cb\u5f8c\u4e0d\u80fd\u8b8a\u66f4\u8ab2\u7a0b\u5b89\u6392\u3002", - "Course-Wide Discussion Topics": "\u8ab2\u7a0b\u7bc4\u570d\u7684\u8a0e\u8ad6\u4e3b\u984c", - "Create": "\u5efa\u7acb", - "Create Re-run": "\u5efa\u7acb\u518d\u6b21\u57f7\u884c", - "Create a New Team": "\u5275\u5efa\u4e00\u500b\u65b0\u7684\u5718\u968a", - "Create a content group": "\u5275\u5efa\u4e00\u500b\u5167\u5bb9\u7fa4\u7d44", - "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "\u5efa\u7acb\u4e00\u500b\u65b0\u7684\u5718\u968a-- \u5982\u679c\u4f60\u627e\u4e0d\u5230\u73fe\u6709\u7684\u5718\u968a\u52a0\u5165\uff0c\u6216\u8005\u4f60\u60f3\u548c\u4f60\u8a8d\u8b58\u7684\u670b\u53cb\u7d44\u968a\u3002", - "Create account using %(providerName)s.": "\u4f7f\u7528%(providerName)s\u5efa\u7acb\u8cec\u6236\u3002", - "Create an Account.": "\u5efa\u7acb\u65b0\u5e33\u865f", - "Create an account using": "\u4f7f\u7528\u5916\u90e8\u670d\u52d9\u5efa\u7acb\u5e33\u865f", - "Create team.": "\u5275\u5efa\u5718\u968a", - "Creating missing groups": "\u5efa\u7acb\u907a\u5931\u7684\u7fa4\u7d44", - "Criterion Added": " \u589e\u52a0\u8a55\u5206\u6a19\u6e96", - "Criterion Deleted": "\u522a\u9664\u8a55\u5206\u6a19\u6e96", - "Crossed out items have been refunded.": "\u522a\u9664\u9805\u76ee\u5df2\u7d93\u9000\u6b3e\u3002", - "Current conversation": "\u76ee\u524d\u4e92\u52d5", - "Current enrollment mode:": "\u7576\u524d\u8a3b\u518a\u6a21\u5f0f\uff1a", - "Current tab": "\u76ee\u524d\u5206\u9801", - "Date": "\u65e5\u671f", - "Date Added": "\u65b0\u589e\u65e5\u671f", - "Delete": "\u522a\u9664", - "Delete \"<%= signatoryName %>\" from the list of signatories?": "\u5f9e\u7c3d\u7f72\u8005\u6e05\u55ae\u4e2d\u79fb\u9664\"<%= signatoryName %>\"?", - "Delete File Confirmation": "\u78ba\u8a8d\u522a\u9664\u6a94\u6848", - "Delete Team": "\u522a\u9664\u5718\u968a", - "Delete this %(item_display_name)s?": "\u522a\u9664\u9019%(item_display_name)s\uff1f", - "Delete this team?": "\u522a\u9664\u6b64\u5718\u968a?", - "Deleted Content Group": "\u522a\u9664\u5167\u5bb9\u7fa4\u7d44", - "Deleting a team is permanent and cannot be undone. All members are removed from the team, and team discussions can no longer be accessed.": "\u522a\u9664\u5718\u968a\u662f\u6c38\u4e45\u6027\u7684\uff0c\u7121\u6cd5\u633d\u56de\u3002\u6240\u6709\u6210\u54e1\u6703\u5f9e\u5718\u968a\u79fb\u9664\uff0c\u5718\u968a\u8a0e\u8ad6\u5c07\u7121\u6cd5\u518d\u88ab\u9020\u8a2a\u3002", - "Deleting this %(item_display_name)s is permanent and cannot be undone.": "\u522a\u9664\u9019%(item_display_name)s \u662f\u6c38\u4e45\u7684\u4ee5\u53ca\u7121\u6cd5\u518d\u8b8a\u66f4\u3002", - "Description": "\u6558\u8ff0", - "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "\u60a8\u8981\u5141\u8a31\u9019\u4f4d\u5b78\u751f ('{student_id}') \u4e0d\u53c3\u52a0\u8003\u8a66\uff1f", - "Do you want to upload your file before submitting?": "\u4f60\u60f3\u5728\u63d0\u4ea4\u524d\u4e0a\u50b3\u60a8\u7684\u6a94\u6848\uff1f", - "Does the name on your ID match your account name: %(fullName)s?": "\u60a8\u7684ID\u540d\u7a31\u662f\u5426\u8207\u5e33\u865f\u540d\u7a31\u4e00\u6a23\uff1a %(fullName)s\uff1f", - "Does the photo of you match your ID photo?": "\u60a8\u7684\u7167\u7247\u662f\u5426\u8207\u60a8ID\u4e0a\u7684\u7167\u7247\u4e00\u6a23\uff1f", - "Does the photo of you show your whole face?": "\u60a8\u7684\u7167\u7247\u662f\u5426\u6709\u5b8c\u5168\u986f\u793a\u60a8\u7684\u81c9\uff1f", - "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "\u60a8\u6c92\u6709\u770b\u5230\u60a8\u7684\u7167\u7247\u55ce\uff1f\u8acb\u81f3\u60a8\u7684\u700f\u89bd\u5668\u4e2d\u78ba\u8a8d\u662f\u5426\u5141\u8a31\u4f7f\u7528\u7167\u76f8\u529f\u80fd\u3002", - "Donate": "\u6350\u6b3e", - "Double-check that your webcam is connected and working to continue.": "\u6aa2\u67e5\u60a8\u7684\u8996\u8a0a\u88dd\u7f6e\u5df2\u7d93\u9023\u7dda\u4e26\u53ef\u4ee5\u7e7c\u7e8c\u9032\u884c\u3002", - "Download URL": "\u4e0b\u8f09\u7db2\u5740", - "Download the user's certificate": "\u4e0b\u8f09\u4f7f\u7528\u8005\u7684\u8b49\u66f8", - "Drop target image": "\u62d6\u66f3\u76ee\u6a19\u5716\u7247", - "Due Date": "\u622a\u6b62\u65e5\u671f", - "Due date cannot be before start date.": "\u8ab2\u7a0b\u7684\u7d50\u675f\u65e5\u671f\u4e0d\u80fd\u5728\u958b\u59cb\u65e5\u671f\u4e4b\u524d\u3002", - "Duration (sec)": "\u6301\u7e8c\u6642\u9593(\u79d2)", - "Edit Membership": "\u7de8\u8f2f\u6210\u54e1\u8cc7\u6599", - "Edit Team": "\u7de8\u8f2f\u5718\u968a", - "Edit Your Name": "\u7de8\u8f2f\u60a8\u7684\u59d3\u540d", - "Edit this certificate?": "\u7de8\u8f2f\u6b64\u8b49\u66f8\uff1f", - "Editable": "\u53ef\u7de8\u8f2f", - "Education Completed": "\u6559\u80b2\u7a0b\u5ea6", - "Email": "\u96fb\u5b50\u90f5\u4ef6", - "Email address": "\u96fb\u5b50\u90f5\u4ef6\u5730\u5740", - "Emails successfully sent. The following users are no longer enrolled in the course:": "\u90f5\u4ef6\u767c\u9001\u6210\u529f\u3002\u4ee5\u4e0b\u7528\u6236\u5c07\u4e0d\u518d\u53c3\u52a0\u8ab2\u7a0b\uff1a", - "Enable Cohorts": "\u555f\u7528\u5b78\u7fd2\u5925\u4f34", - "End My Exam": "\u7d50\u675f\u6211\u7684\u6e2c\u9a57", - "Engage with posts": "\u53c3\u8207\u7684\u6587\u7ae0", - "Enrolling you in the selected course": "\u5c07\u60a8\u52a0\u5165\u5230\u9078\u5b9a\u7684\u8ab2\u7a0b", - "Enrollment Date": "\u8a3b\u518a\u65e5\u671f", - "Enrollment Mode": "\u8a3b\u518a\u6a21\u5f0f", - "Ensure that you can see your photo and read your name": "\u78ba\u4fdd\u60a8\u80fd\u5920\u770b\u5230\u60a8\u7684\u7167\u7247\u548c\u60a8\u7684\u59d3\u540d\u3002", - "Enter Due Date and Time": "\u8f38\u5165\u622a\u6b62\u65e5\u671f", - "Enter Start Date and Time": "\u8f38\u5165\u958b\u59cb\u65e5\u671f\u8207\u6642\u9593", - "Enter a student's username or email address.": "\u8acb\u8f38\u5165\u5b78\u751f\u7684\u4f7f\u7528\u8005\u5e33\u865f\u6216\u96fb\u5b50\u90f5\u4ef6\u4fe1\u7bb1", - "Enter a username or email.": "\u8f38\u5165\u4f7f\u7528\u8005\u59d3\u540d\u6216\u90f5\u4ef6\u4fe1\u7bb1\u3002", - "Enter information to describe your team. You cannot change these details after you create the team.": "\u5728\u6b64\u586b\u5beb\u8cc7\u8a0a\u4ee5\u63cf\u8ff0\u60a8\u7684\u5718\u968a\u3002\u5728\u5718\u968a\u5efa\u7acb\u5f8c\uff0c\u60a8\u5c07\u4e0d\u80fd\u518d\u8b8a\u66f4\u9019\u4e9b\u5167\u5bb9\u3002", - "Enter team description.": "\u8f38\u5165\u5718\u968a\u63cf\u8ff0\u3002", - "Enter team name.": "\u8f38\u5165\u5718\u968a\u540d\u7a31\u3002", - "Enter the enrollment code.": "\u8f38\u5165\u8a3b\u518a\u4ee3\u78bc\u3002", - "Enter the name of the cohort": "\u8f38\u5165\u5b78\u7fd2\u5925\u4f34\u7d44\u5225\u7684\u540d\u7a31", - "Enter the page number you'd like to quickly navigate to.": "\u60f3\u5feb\u901f\u5c0e\u89bd\uff0c\u8acb\u8f38\u5165\u9801\u78bc", - "Enter the username or email address of each learner that you want to add as an exception.": "\u8f38\u5165\u4f7f\u7528\u8005\u5e33\u865f \u6216email \u4ee5\u65b0\u589e\u70ba\u4f8b\u5916\u7684\u5b78\u7fd2\u8005\u3002", - "Enter username or email": "\u8acb\u8f38\u5165\u4f7f\u7528\u8005\u5e33\u865f\u6216\u662f\u96fb\u5b50\u90f5\u4ef6\u4fe1\u7bb1", - "Entrance exam attempts is being reset for student '{student_id}'.": "\u5b78\u751f '{student_id}' \u8003\u8a66\uff08entrance exam\uff09\u7684\u5617\u8a66\u8a18\u9304\u5df2\u91cd\u65b0\u8a2d\u5b9a\u3002", - "Entrance exam state is being deleted for student '{student_id}'.": "\u5b78\u751f'{student_id}'\u7684\u8cc7\u683c\u8003\u8a66\u72c0\u614b\u5df2\u88ab\u522a\u9664\u3002", - "Error": "\u932f\u8aa4", - "Error adding user": "\u65b0\u589e\u4f7f\u7528\u8005\u767c\u751f\u932f\u8aa4", - "Error adding/removing users as beta testers.": "\u65b0\u589e/\u79fb\u9664 beta \u6e2c\u8a66\u8005\u6642\u767c\u751f\u932f\u8aa4", - "Error changing user's permissions.": "\u8b8a\u66f4\u4f7f\u7528\u8005\u6b0a\u9650\u6642\u767c\u751f\u932f\u8aa4", - "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "\u522a\u9664\u5b78\u751f '{student_id}' \u8cc7\u683c\u8003\u8a66\u72c0\u614b\u6642\u767c\u751f\u932f\u8aa4\u3002\u8acb\u78ba\u4fdd\u5b78\u751f ID \u6b63\u78ba\u3002", - "Error enrolling/unenrolling users.": "\u8a3b\u518a/\u53d6\u6d88\u8a3b\u518a\u4f7f\u7528\u8005\u6642\u767c\u751f\u932f\u8aa4\u3002", - "Error generating ORA data report. Please try again.": "\u7522\u751fORA\u6578\u64da\u5831\u544a\u932f\u8aa4\u3002\u8acb\u91cd\u65b0\u518d\u8a66\u3002", - "Error generating grades. Please try again.": "\u7522\u751f\u6210\u7e3e\u932f\u8aa4\u3002\u8acb\u518d\u8a66\u4e00\u6b21\u3002", - "Error generating list of students who may enroll. Please try again.": "\u7522\u751f\u9078\u8ab2\u5b78\u751f\u8cc7\u8a0a\u932f\u8aa4\u3002\u8acb\u518d\u8a66\u4e00\u6b21\u3002", - "Error generating problem grade report. Please try again.": "\u7522\u751f\u65bc\u554f\u984c\u8a55\u5206\u5831\u544a\u932f\u8aa4\u3002\u8acb\u91cd\u65b0\u518d\u8a66\u3002", - "Error generating proctored exam results. Please try again.": "\u7522\u751f\u8003\u8a66\u6210\u7e3e\u932f\u8aa4\u3002 \u8acb\u518d\u8a66\u4e00\u6b21\u3002", - "Error generating student profile information. Please try again.": "\u7522\u751f\u5b78\u751f\u8cc7\u6599\u932f\u8aa4\u3002\u8acb\u518d\u8a66\u4e00\u6b21\u3002", - "Error generating survey results. Please try again.": "\u7522\u751f\u8abf\u67e5\u7d50\u679c\u932f\u8aa4\u3002 \u8acb\u518d\u8a66\u4e00\u6b21\u3002", - "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "\u53d6\u5f97\u5b78\u751f '{student_id}' \u8cc7\u683c\u8003\u8a66\u4efb\u52d9\u8a18\u9304\u6642\u767c\u751f\u932f\u8aa4\u3002\u8acb\u78ba\u4fdd\u5b78\u751f ID \u6b63\u78ba\u3002", - "Error getting issued certificates list.": "\u767c\u751f\u932f\u8aa4", - "Error getting student list.": "\u7372\u53d6\u5b78\u751f\u540d\u55ae\u932f\u8aa4\u3002", - "Error getting the number of ungraded responses": "\u932f\u8aa4\u7372\u53d6\u4e0d\u5206\u7d1a\u7684\u56de\u61c9\u6578\u3002", - "Error listing task history for this student and problem.": "\u5217\u8868\u9019\u540d\u5b78\u751f\u548c\u554f\u984c\u7684\u6b77\u53f2\u8a18\u9304\u932f\u8aa4\u3002", - "Error removing user": "\u79fb\u9664\u4f7f\u7528\u8005\u767c\u751f\u932f\u8aa4", - "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "\u91cd\u8a2d\u5b78\u751f '{student_id}' \u8003\u8a66\u5617\u8a66\u8a18\u9304\u932f\u8aa4\u3002\u8acb\u78ba\u4fdd\u5b78\u751f ID \u6b63\u78ba\u3002", - "Error retrieving grading configuration.": "\u6aa2\u7d22\u8a55\u5206\u914d\u7f6e\u932f\u8aa4\u3002", - "Error sending email.": "\u5bc4\u9001\u96fb\u5b50\u90f5\u4ef6\u6642\u767c\u751f\u932f\u8aa4\u3002", - "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "\u70ba\u5b78\u751f'{student_id}'\u555f\u52d5\u91cd\u65b0\u8a08\u7b97\u8cc7\u683c\u8003\u8a66\u5206\u6578\u7684\u4efb\u52d9\u767c\u751f\u932f\u8aa4\uff0c\u8acb\u78ba\u8a8d\u8a72\u8cc7\u683c\u8003\u8a66\u4e2d\u6709\u984c\u76ee\u4e26\u4e14\u5b78\u751f\u7de8\u865f\u6b63\u78ba\u3002", - "Error while generating certificates. Please try again.": "\u7522\u751f\u932f\u8aa4\u8b49\u66f8\u3002 \u8acb\u518d\u8a66\u4e00\u6b21\u3002", - "Error while regenerating certificates. Please try again.": "\u7522\u751f\u932f\u8aa4\u8b49\u66f8\u3002 \u8acb\u518d\u8a66\u4e00\u6b21\u3002", - "Error:": "\u932f\u8aa4\uff1a", - "Error: User '<%- username %>' has not yet activated their account. Users must create and activate their accounts before they can be assigned a role.": "\u932f\u8aa4\uff1a\u4f7f\u7528\u8005'<%- username %>'\u5c1a\u672a\u555f\u52d5\u5e33\u865f\u3002\u4f7f\u7528\u8005\u5fc5\u9808\u5148\u5efa\u7acb\u4e26\u555f\u52d5\u5e33\u865f\u624d\u80fd\u88ab\u6307\u6d3e\u8eab\u5206\u3002", - "Error: You cannot remove yourself from the Instructor group!": "\u932f\u8aa4\uff1a\u60a8\u4e0d\u80fd\u5c07\u60a8\u81ea\u5df1\u5f9e\u6559\u5e2b\u7fa4\u7d44\u4e2d\u79fb\u9664\uff01", - "Errors": "\u932f\u8aa4", - "Everyone who has staff privileges in this course": "\u9019\u9580\u8ab2\u7a0b\u6709\u5de5\u4f5c\u4eba\u54e1\u6b0a\u9650", - "Expand All": "\u5c55\u958b\u5168\u90e8", - "Explain if other.": "\u82e5\u6709\u5176\u4ed6\u4e8b\u9805\uff0c\u8acb\u8aaa\u660e\u3002", - "Explore New Programs": "\u63a2\u7d22\u65b0\u8a08\u756b", - "Explore Programs": "\u63a2\u7d22\u8a08\u756b", - "Explore your course!": "\u700f\u89bd\u60a8\u7684\u8ab2\u7a0b\uff01", - "File Name": "\u6a94\u6848\u540d\u7a31", - "File type is not allowed.": "\u6a94\u6848\u985e\u578b\u662f\u4e0d\u5141\u8a31\u7684\u3002", - "File types can not be empty.": "\u6a94\u6848\u985e\u578b\u4e0d\u53ef\u7a7a\u767d\u3002", - "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "\u6a94\u6848{filename}\u8d85\u904e{maxFileSizeInMBs} MB\u7684\u6700\u5927\u5bb9\u91cf", - "Files must be in JPEG or PNG format.": "\u6a94\u6848\u5fc5\u9808\u662fJPEG\u6216\u8005PNG\u683c\u5f0f", - "Filter and sort topics": "\u7be9\u9078\u548c\u6392\u5e8f\u8b70\u984c", - "Financial Assistance": "\u7d93\u6fdf\u8cc7\u52a9", - "Financial Assistance Application": "\u7d93\u6fdf\u63f4\u52a9\u7533\u8acb", - "Find discussions": "\u5c0b\u627e\u8a0e\u8ad6", - "Follow or unfollow posts": "\u8ffd\u8e64\u6216\u672a\u8ffd\u8e64\u7684\u6587\u7ae0", - "Frequently Asked Questions": "\u5e38\u898b\u554f\u7b54", - "Full Name": "\u5168\u540d", - "Fullscreen": "\u5168\u87a2\u5e55", - "Gender": "\u6027\u5225", - "Generate": "\u7522\u751f", - "Generate Exception Certificates": "\u7522\u6210\u8b49\u66f8\u7570\u5e38", - "Generate the user's certificate": "\u7522\u751f\u4f7f\u7528\u8005\u7684\u8b49\u66f8", - "Get Credit": "\u7372\u5f97\u5b78\u5206", - "Go to Dashboard": "\u524d\u5f80\u6211\u7684\u8ab2\u7a0b", - "Go to your Dashboard": "\u524d\u5f80\u6211\u7684\u8ab2\u7a0b", - "Government-Issued Photo ID": "\u653f\u5e9c\u7c3d\u767c\u7684\u8b49\u4ef6\u7167\u7247", - "Grace period must be specified in HH:MM format.": "\u5bec\u9650\u6642\u9593\u5fc5\u9808\u4ee5 HH:MM \u683c\u5f0f\u6307\u5b9a\u3002", - "Grade": "\u6210\u7e3e", - "Group %s": "\u7fa4\u7d44%s", - "Group A": "\u7fa4\u7d44 A", - "Group B": "\u7fa4\u7d44 B", - "Group Configuration name is required.": "\u7fa4\u7d44\u8a2d\u5b9a\u540d\u7a31\u70ba\u5fc5\u586b\u9078\u9805\u3002", - "Group name is required": "\u7fa4\u7d44\u540d\u7a31\u70ba\u5fc5\u586b\u9078\u9805", - "Heading": "\u6a19\u984c", - "Heading (Ctrl+H)": "\u6a19\u984c (Ctrl+H)", - "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "\u900f\u904e\u70ba\u4f60\u5011\u5718\u968a\u660e\u78ba\u4ecb\u7d39\u7279\u8272\uff0c\u6709\u5229\u65bc\u5176\u4ed6\u5b78\u7fd2\u8005\u6c7a\u5b9a\u662f\u5426\u52a0\u5165\u4f60\u7684\u5718\u968a\u3002\u8acb\u614e\u91cd\u9078\u64c7\uff0c\u56e0\u70ba\u5982\u679c\u904e\u65bc\u56b4\u683c\uff0c\u5c07\u5c0e\u81f4\u6709\u8208\u8da3\u52a0\u5165\u4f60\u5718\u968a\u7684\u4eba\u8b8a\u5c11\u3002", - "Hide Deprecated Settings": "\u96b1\u85cf\u68c4\u7528\u7684\u8a2d\u5b9a", - "Hide Discussion": "\u96b1\u85cf\u8a0e\u8ad6", - "Hide content after due date": "\u5728\u622a\u6b62\u65e5\u671f\u904e\u5f8c\u96b1\u85cf\u5167\u5bb9", - "Hide entire subsection": "\u96b1\u85cf\u6240\u6709\u7684\u5c0f\u7bc0", - "Hide from learners": "\u5c0d\u5b78\u7fd2\u8005\u96b1\u85cf", - "Hide notes": "\u96b1\u85cf\u7b46\u8a18", - "Highlighted text": "\u51f8\u986f\u6587\u5b57", - "Horizontal Rule (Ctrl+R)": "\u6c34\u5e73\u7dda (Ctrl+R)", - "How to create useful text alternatives.": "\u5982\u4f55\u5efa\u7acb\u6709\u7528\u7684\u66ff\u4ee3\u6027\u6587\u4ef6\u3002", - "How to use %(platform_name)s discussions": "\u5982\u4f55\u4f7f\u7528%(platform_name)s\u7684\u8a0e\u8ad6", - "Hyperlink (Ctrl+L)": "\u8d85\u93c8\u63a5 (Ctrl+L)", - "ID-Verification is not required for this Professional Education course.": "\u6b64\u5c08\u696d\u6559\u80b2\u8ab2\u7a0b\u4e0d\u9700\u8981\u8eab\u5206\u9a57\u8b49\u3002", - "Identity Verification In Progress": "\u8eab\u5206\u8fa8\u8b58\u9a57\u8b49\u9032\u884c\u4e2d", - "If you do not yet have an account, use the button below to register.": "\u5982\u679c\u4f60\u9084\u672a\u6709\u5e33\u6236\uff0c\u8acb\u9ede\u64ca\u4e0b\u9762\u6309\u9215\u9032\u884c\u8a3b\u518a\u3002", - "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "\u5982\u679c\u60a8\u73fe\u5728\u4e0d\u9a57\u8b49\u60a8\u7684\u8eab\u4efd\uff0c\u60a8\u4ecd\u7136\u53ef\u4ee5\u900f\u904e\u6211\u7684\u8ab2\u7a0b\u4f86\u63a2\u7d22\u60a8\u7684\u8ab2\u7a0b\u3002\u60a8\u6703\u5f9e %(platformName)s \u6536\u5230\u5b9a\u671f\u63d0\u9192\u4f86\u9a57\u8b49\u60a8\u7684\u8eab\u5206\u3002", - "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "\u5982\u679c\u4f60\u6c92\u6709\u5132\u5b58\u6216\u63d0\u4ea4\u4f60\u7684\u4f5c\u7b54\u800c\u96e2\u958b\u9019\u500b\u9801\u9762\uff0c\u4f60\u5c07\u907a\u5931\u4f60\u4efb\u4f55\u5df2\u4f5c\u7b54\u7684\u4f5c\u696d\u3002", - "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "\u5982\u679c\u4f60\u6c92\u6709\u63d0\u4ea4\u540c\u5115\u4e92\u8a55\u800c\u96e2\u958b\u9019\u500b\u9801\u9762\uff0c\u4f60\u5c07\u907a\u5931\u4efb\u4f55\u9019\u90e8\u5206\u7684\u4f5c\u696d\u3002", - "If you leave this page without submitting your self assessment, you will lose any work you have done.": "\u5982\u679c\u4f60\u6c92\u6709\u63d0\u4ea4\u4f60\u7684\u81ea\u8a55\u800c\u96e2\u958b\u9019\u500b\u9801\u9762\uff0c\u4f60\u5c07\u907a\u5931\u4f60\u4efb\u4f55\u4f60\u6240\u505a\u7684\u4f5c\u696d\u3002", - "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "\u5982\u679c\u4f60\u6c92\u6709\u63d0\u4ea4\u5de5\u4f5c\u4eba\u54e1\u8a55\u4f30\u800c\u96e2\u958b\u9019\u500b\u9801\u9762\uff0c\u4f60\u5c07\u6703\u907a\u5931\u4efb\u4f55\u4f60\u6240\u505a\u7684\u4f5c\u696d\u3002", - "If you leave, you can no longer post in this team's discussions. Your place will be available to another learner.": "\u5982\u679c\u4f60\u96e2\u958b\u4e86\uff0c\u4f60\u4e0d\u80fd\u5728\u672c\u5718\u968a\u7684\u8a0e\u8ad6\u5340\u4e0a\u767c\u8a00\u3002\u60a8\u7684\u4f4d\u7f6e\u5c07\u63d0\u4f9b\u7d66\u5176\u5b83\u7684\u5b78\u7fd2\u8005\u3002", - "If you make significant changes, make sure you notify members of the team before making these changes.": "\u5982\u679c\u4f60\u505a\u8f03\u5927\u66f4\u6539\uff0c\u8acb\u78ba\u4fdd\u4f60\u5728\u9032\u884c\u9019\u4e9b\u66f4\u6539\u4e4b\u524d\u901a\u77e5\u5718\u968a\u6210\u54e1\u3002", - "Image": "\u5716\u7247", - "Image (Ctrl+G)": "\u5716\u50cf (Ctrl+G)", - "Image Description": "\u5716\u7247\u63cf\u8ff0", - "Image Upload Error": "\u5f71\u50cf\u4e0a\u50b3\u932f\u8aa4", - "Image must be in PNG format.": "\u5716\u7247\u5fc5\u9808\u662fPNG\u683c\u5f0f\u3002", - "In Progress": "\u6b63\u5728\u9032\u884c\u4e2d", - "Individual Exceptions": "\u500b\u5225\u7684\u4f8b\u5916", - "Insert Hyperlink": "\u63d2\u5165\u8d85\u93c8\u63a5", - "Insert Image (upload file or type URL)": "\u63d2\u5165\u5716\u7247 (\u4e0a\u50b3\u6587\u4ef6\u6216\u8f38\u5165\u5716\u7247URL)", - "Instructor tools": "\u6559\u6750\u5de5\u5177", - "Internal Server Error.": "\u5167\u90e8\u4f3a\u670d\u5668\u932f\u8aa4", - "Invalidate Certificate": "\u7121\u6548\u8b49\u66f8", - "Invalidated": "\u5931\u6548", - "Invalidated By": "\u4f5c\u5ee2\u7531", - "Is this OK?": "\u9019\u500b\u53ef\u4ee5\u55ce\uff1f", - "Is your name on your ID readable?": "\u60a8ID\u4e0a\u7684\u540d\u7a31\u662f\u5426\u53ef\u8b80\uff1f", - "Italic (Ctrl+I)": "\u659c\u9ad4 (Ctrl+I)", - "Join Team": "\u53c3\u8207\u5718\u968a", - "Joined %(date)s": "\u65bc %(date)s \u52a0\u5165", - "KB": "KB", - "Key should only contain letters, numbers, _, or -": "\u95dc\u9375\u5b57\u53ea\u80fd\u5305\u542b\u5b57\u6bcd\u3001\u6578\u5b57\u3001_\u6216-\u3002", - "LEARN MORE": "\u5b78\u7fd2\u66f4\u591a", - "Language": "\u8a9e\u8a00", - "Large": "\u5927", - "Last Activity %(date)s": "\u65bc %(date)s \u6700\u5f8c\u4e00\u6b21\u4e0a\u7dda", - "Last Edited:": "\u4e0a\u4e00\u6b21\u7de8\u8f2f\uff1a", - "Last Updated": "\u4e0a\u6b21\u66f4\u65b0", - "Last activity %(date)s": "\u65bc %(date)s \u6700\u5f8c\u4e00\u6b21\u6d3b\u52d5", - "Last modified by": "\u4e0a\u6b21\u4fee\u6539\u7531", - "Learners are added to this cohort automatically.": "\u5b78\u7fd2\u8005\u88ab\u81ea\u52d5\u52a0\u5165\u81f3\u6b64\u5b78\u7d44\u7fd2\u5925\u4f34\u4e2d\u3002", - "Learners are added to this cohort only when you provide their email addresses or usernames on this page.": "\u552f\u6709\u7576\u60a8\u5728\u6b64\u9801\u9762\u63d0\u4f9b\u5b78\u7fd2\u8005\u7684 email \u6216\u4f7f\u7528\u8005\u5e33\u865f\uff0c\u4ed6\u5011\u624d\u80fd\u88ab\u52a0\u5165\u81f3\u6b64\u7d44\u5b78\u7fd2\u5925\u4f34\u3002", - "Learners see the published subsection and can access its content.": "\u5b78\u7fd2\u8005\u770b\u898b\u767c\u5e03\u7684\u5c0f\u7bc0\uff0c\u4e26\u53ef\u4ee5\u9032\u5165\u8a72\u8ab2\u7a0b\u5167\u5bb9\u3002", - "Leave Team": "\u96e2\u958b\u5718\u968a", - "Leave this team?": "\u96e2\u958b\u9019\u500b\u5718\u968a\uff1f", - "Legal name": "\u5408\u6cd5\u540d\u7a31", - "Less": "\u5c11\u65bc", - "Link Description": "\u9023\u7d50\u7684\u63cf\u8ff0", - "Link Your Account": "\u9023\u7d50\u60a8\u7684\u5e33\u865f", - "Link your {accountName} account": "\u9023\u7d50\u60a8\u7684 {accountName} \u5e33\u865f", - "Link your {accountName} account to your {platformName} account and use {accountName} to sign in to {platformName}.": "\u9023\u7d50\u4f60\u7684{accountName} \u5e33\u865f\u81f4\u4f60\u7684 {platformName} \u5e33\u865f\u4ee5\u53ca\u4f7f\u7528 {accountName}\u767b\u5165\u81f3{platformName}\u3002", - "Linked Accounts": "\u5df2\u9023\u7d50\u7684\u5e33\u865f", - "Linking": "\u9023\u7d50", - "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "\u9023\u7d50\u5c07\u5728\u6709\u9700\u6c42\u6642\u624d\u7522\u751f\uff0c\u4e26\u50c5\u7dad\u63015\u5206\u9418\u4ee5\u7dad\u8b77\u5b78\u751f\u8a0a\u606f\u96b1\u79c1\u3002", - "List item": "\u5217\u8868\u9805", - "Live view of webcam": "\u651d\u5f71\u6a5f\u4e0a\u7684\u5be6\u666f", - "Load Another File": "\u8f09\u5165\u53e6\u4e00\u500b\u6a94\u6848", - "Load all responses": "\u8f09\u5165\u6240\u6709\u56de\u61c9", - "Load next {numResponses} responses": "\u8f09\u5165\u4e0b {numResponses}\u56de\u8986", - "Loading": "\u8b80\u53d6\u4e2d...", - "Loading content": "\u5167\u5bb9\u52a0\u8f09\u4e2d", - "Loading data...": "\u8f09\u5165\u8cc7\u6599\u4e2d......", - "Loading more threads": "\u8f09\u5165\u66f4\u591athreads", - "Loading your courses": "\u8b80\u53d6\u4f60\u7684\u8ab2\u7a0b", - "Location in Course": "\u8ab2\u7a0b\u4f4d\u7f6e", - "MB": "MB", - "Make sure that the full name on your account matches the name on your ID.": "\u8acb\u78ba\u4fdd\u60a8\u5e33\u865f\u4e0a\u7684\u540d\u7a31\u8207ID\u4e0a\u7684\u540d\u7a31\u662f\u4e00\u6a23\u3002", - "Make sure we can verify your identity with the photos and information you have provided.": "\u78ba\u8a8d\u6211\u5011\u53ef\u4ee5\u900f\u904e\u60a8\u63d0\u4f9b\u7684\u7167\u7247\u548c\u8cc7\u8a0a\u4f86\u9a57\u8b49\u60a8\u7684\u8eab\u5206\u3002", - "Make sure your ID is well-lit": "\u8acb\u78ba\u8a8d\u60a8\u7684ID\u662f\u5149\u7dda\u5145\u8db3\u7684", - "Make sure your face is well-lit": "\u8acb\u78ba\u8a8d\u60a8\u7684\u81c9\u90e8\u662f\u5149\u7dda\u5145\u8db3\u7684", - "Manual": "\u4eba\u5de5", - "Mark Exam As Completed": "\u6a19\u8a18\u6e2c\u9a57\u70ba\u5df2\u5b8c\u6210", - "Mark enrollment code as unused": "\u6a19\u8a18\u8a3b\u518a\u4ee3\u78bc\u70ba\u672a\u4f7f\u7528", - "Markdown Editing Help": "Markdown\u7de8\u8f2f\u8aaa\u660e", - "Max file size exceeded": "\u8d85\u904e\u6700\u5927\u6a94\u6848\u5bb9\u91cf", - "Membership": "\u6703\u54e1", - "Message:": "\u8a0a\u606f\uff1a", - "Module state successfully deleted.": "\u6210\u529f\u522a\u9664\u6a21\u584a\u72c0\u614b\u3002", - "More": "\u66f4\u591a", - "My Orders": "\u6211\u7684\u8a02\u55ae", - "My Team": "\u6211\u7684\u5718\u968a", - "N/A": "\u4e0d\u9069\u7528", - "Name": "\u540d\u7a31", - "New Address": "\u65b0\u5730\u5740", - "New enrollment mode:": "\u65b0\u8a3b\u518a\u6a21\u5f0f\uff1a", - "Next": "\u4e0b\u4e00\u500b", - "Next Step: Confirm your identity": "\u4e0b\u4e00\u6b65\uff1a\u78ba\u8a8d\u60a8\u7684\u8eab\u5206", - "Next: %(nextStepTitle)s": "\u4e0b\u4e00\u500b\uff1a%(nextStepTitle)s", - "No Content Group": "\u7121\u5167\u5bb9\u7fa4\u7d44", - "No Flash Detected": "\u6c92\u6709\u5075\u6e2c\u5230 Flash", - "No Webcam Detected": "\u672a\u5075\u6e2c\u5230\u8996\u8a0a\u93e1\u982d", - "No content-specific discussion topics exist.": "\u7121\u7279\u5b9a\u5167\u5bb9\u7684\u8a0e\u8ad6\u4e3b\u984c\u5b58\u5728\u3002", - "No receipt available": "\u7121\u63d0\u4f9b\u6536\u64da", - "No results": "\u67e5\u7121\u7d50\u679c", - "No results found for \"%(query_string)s\". Please try searching again.": "\u6c92\u6709\u627e\u5230 \"%(query_string)s\" \u7684\u7d50\u679c\u3002\u8acb\u518d\u5617\u8a66\u641c\u5c0b\u3002", - "No tasks currently running.": "\u672a\u6709\u4efb\u52d9\u5728\u9032\u884c\u4e2d\u3002", - "Not Currently Available": "\u76ee\u524d\u4e0d\u53ef\u7528", - "Not Selected": "\u672a\u9078\u53d6", - "Not Supported": "\u4e0d\u652f\u63f4", - "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "\u4e0d\u80fd\u8a2d\u5b9a\u53ca\u683c\u5206\u6578\u5c0f\u65bc %(minimum_grade_cutoff)s%\u3002", - "Not available": "\u76ee\u524d\u9084\u672a\u9032\u5165\u6b64\u968e\u6bb5", - "Not in Use": "\u672a\u4f7f\u7528", - "Not selected": "\u672a\u9078\u53d6", - "Note": "\u7b46\u8a18", - "Noted in:": "\u6ce8\u610f\uff1a", - "Notes": "\u7b46\u8a18", - "Notes hidden": "\u96b1\u85cf\u7b46\u8a18", - "Notes visible": "\u7b46\u8a18\u53ef\u898b", - "Number Sent": "\u5bc4\u9001\u6578\u91cf", - "Number of Students": "\u5b78\u751f\u6578\u91cf", - "Numbered List (Ctrl+O)": "\u7de8\u865f\u5217\u8868 (Ctrl+O)", - "OK": "\u597d\u7684", - "ORDER NAME": "\u8a02\u8cfc\u540d\u7a31", - "ORDER NUMBER": "\u8a02\u55ae\u865f", - "ORDER PLACED": "\u4e0b\u8a02\u55ae", - "One or more rescheduling tasks failed.": "\u4e00\u500b\u6216\u591a\u500b\u4efb\u52d9\u91cd\u65b0\u5b89\u6392\u5931\u6557\u3002", - "Only properly formatted .csv files will be accepted.": "\u53ea\u6709\u6b63\u78ba\u683c\u5f0f\u7684 csv \u6a94\u6848\u624d\u6703\u88ab\u63a5\u53d7\u3002", - "Option Deleted": "\u522a\u9664\u9078\u9805", - "Optional Characteristics": "\u53ef\u9078\u64c7\u7684\u7279\u8272", - "Order History": "\u8a02\u55ae\u7d00\u9304", - "Order No.": "\u8a02\u55ae\u7de8\u865f", - "Page number out of %(total_pages)s": "\u9801\u78bc\u5df2\u7d93\u8d85\u904e\u7e3d\u5171%(total_pages)s\u9801\u7684\u7bc4\u570d", - "Pagination": "\u5206\u9801", - "Password": "\u5bc6\u78bc", - "Password assistance": "\u5bc6\u78bc\u63d0\u793a", - "Photo Captured successfully.": "\u7167\u7247\u6210\u529f\u64f7\u53d6\u3002", - "Photo ID": " ID\u7167\u7247", - "Photo Identification": "\u7167\u7247\u7684\u8eab\u5206\u8b49\u660e", - "Photo of %(fullName)s": "%(fullName)s\u7684\u7167\u7247", - "Photo of %(fullName)s's ID": "%(fullName)s\u7684ID\u7167\u7247", - "Photo requirements:": "\u7167\u7247\u8981\u6c42\uff1a", - "Photos don't meet the requirements?": "\u7167\u7247\u4e0d\u7b26\u5408\u8981\u6c42\uff1f", - "Placeholder": "Placeolder", - "Please Note": "\u8acb\u6ce8\u610f", - "Please address the errors on this page first, and then save your progress.": "\u8acb\u5148\u8aaa\u660e\u672c\u9801\u9762\u51fa\u73fe\u7684\u932f\u8aa4\uff0c\u7136\u5f8c\u5132\u5b58\u60a8\u7684\u9032\u5ea6\u3002", - "Please correct the outlined fields.": "\u8acb\u66f4\u6b63\u7cfb\u7d71\u986f\u793a\u7684\u6b04\u4f4d\u3002", - "Please describe this image or agree that it has no contextual value by checking the checkbox.": "\u8acb\u63cf\u8ff0\u672c\u5716\u7247\u6216\u85c9\u7531\u52fe\u9078\u8907\u9078\u6846\u4ee5\u540c\u610f\u662f\u5426\u8207\u5167\u5bb9\u76f8\u95dc\u3002", - "Please do not use any spaces in this field.": "\u6b64\u6b04\u4f4d\u7684\u5167\u5bb9\u4e0d\u80fd\u5305\u542b\u7a7a\u683c", - "Please do not use any spaces or special characters in this field.": "\u6b64\u6b04\u4f4d\u7684\u5167\u5bb9\u4e0d\u80fd\u5305\u542b\u7a7a\u683c\u6216\u7279\u6b8a\u5b57\u5143\u3002", - "Please enter a problem location.": "\u8acb\u8f38\u5165\u4e00\u500b\u554f\u984c\u7684\u4f4d\u7f6e\u3002", - "Please enter a student email address or username.": "\u8acb\u8f38\u5165\u5b78\u751f\u7684\u96fb\u5b50\u90f5\u4ef6\u4fe1\u7bb1\u6216\u4f7f\u7528\u8005\u5e33\u865f\uff1a", - "Please enter a term in the {anchorStart} search field{anchorEnd}.": "\u8acb\u5728 {anchorStart} \u4e2d\u8f38\u5165\u8a5e\u8a9e\uff0c\u4ee5\u641c\u5c0b{anchorEnd}\u3002", - "Please enter a username or email.": "\u8acb\u8f38\u5165\u4f7f\u7528\u8005\u5e33\u865f\u6216\u662f\u96fb\u5b50\u90f5\u4ef6\u4fe1\u7bb1", - "Please enter a valid donation amount.": "\u8acb\u8f38\u5165\u6709\u6548\u7684\u6350\u6b3e\u91d1\u984d\u3002", - "Please enter an integer between %(min)s and %(max)s.": "\u8acb\u8f38\u5165\u4e00\u500b\u4ecb\u65bc%(min)s\u5230%(max)s\u7684\u6574\u6578\u3002", - "Please enter an integer between 0 and 100.": "\u8acb\u8f38\u5165\u4e00\u500b\u4ecb\u65bc0\u5230100\u4e4b\u9593\u7684\u6574\u6578\u3002", - "Please enter an integer greater than 0.": "\u8acb\u8f38\u5165\u4e00\u500b\u5927\u65bc0\u7684\u6574\u6578\u3002", - "Please enter non-negative integer.": "\u8acb\u8f38\u5165\u4e00\u500b\u975e\u8ca0\u6574\u6578\u3002", - "Please enter valid start date and time.": "\u8acb\u8f38\u5165\u6709\u6548\u7684\u958b\u59cb\u65e5\u671f\u8207\u6642\u9593", - "Please enter your %(field)s.": "\u8acb\u8f38\u5165\u60a8\u7684 %(field)s.", - "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "\u8acb\u9075\u5faa\u8aaa\u660e\u4e0a\u50b3\u6a94\u6848\u4e26\u9023\u7d50\uff1a{maxFileSizeRedirectUrl}", - "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "\u8acb\u5217\u5370\u9019\u500b\u9801\u9762\u4f5c\u70ba\u60a8\u7684\u7d00\u9304\uff1b\u5b83\u53ef\u4ee5\u7576\u4f5c\u60a8\u7684\u6536\u64da\u3002\u4e4b\u5f8c\u60a8\u4e5f\u5c07\u6536\u5230\u4e00\u5247\u96fb\u5b50\u90f5\u4ef6\u5305\u542b\u76f8\u540c\u7684\u8a0a\u606f\u3002", - "Please provide a description of the link destination.": "\u8acb\u63d0\u4f9b\u9023\u7d50\u7684\u63cf\u8ff0\u3002", - "Please provide a valid URL.": "\u8acb\u63d0\u4f9b\u4e00\u500b\u6709\u6548\u7684\u7db2\u5740\u3002", - "Please specify a reason.": "\u8acb\u8aaa\u660e\u539f\u56e0\u3002", - "Please verify that you have uploaded a valid image (PNG and JPEG).": "\u8acb\u9a57\u8b49\u60a8\u5df2\u4e0a\u50b3\u5408\u683c\u7167\u7247 (PNG\u6216JPEG)\u3002", - "Please verify that your webcam is connected and that you have allowed your browser to access it.": "\u8acb\u78ba\u8a8d\u5df2\u9023\u63a5\u60a8\u7684\u8996\u8a0a\u88dd\u7f6e\uff0c\u4e26\u5141\u8a31\u60a8\u7684\u700f\u89bd\u5668\u5b58\u53d6\u8a72\u88dd\u7f6e\u3002", - "Preferred Language": "\u504f\u597d\u7684\u8a9e\u8a00", - "Prevent students from generating certificates in this course?": "\u4e0d\u5141\u8a31\u5b78\u751f\u7522\u751f\u8ab2\u7a0b\u8b49\u66f8\uff1f", - "Preview of uploaded image": "\u9810\u89bd\u5df2\u4e0a\u50b3\u7684\u7167\u7247", - "Preview this query": "\u9810\u89bd\u6b64\u67e5\u8a62", - "Previous": "\u4e0a\u4e00\u500b", - "Processing Re-run Request": "\u6b63\u5728\u8655\u7406\u518d\u6b21\u57f7\u884c\u9700\u6c42", - "Professional Certificate for {courseName}": "{courseName} \u7684\u5c08\u696d\u8b49\u66f8", - "Professional Education": "\u5c08\u696d\u6559\u80b2", - "Professional Education Verified Certificate": "\u5c08\u696d\u8a8d\u8b49", - "Provisional": "\u66ab\u6642\u6027\u7684", - "Publish": "\u767c\u4f48", - "Publish all unpublished changes for this {item}?": "\u70ba\u6b64{item}\u767c\u5e03\u6240\u6709\u672a\u767c\u5e03\u7684\u8b8a\u66f4\u55ce\uff1f", - "Publish {display_name}": "\u767c\u5e03 {display_name}", - "Reason": "\u539f\u56e0", - "Reason field should not be left blank.": "\u539f\u56e0\u6b04\u4f4d\u4e0d\u80fd\u7559\u7a7a\u3002", - "Reason for change:": "\u8b8a\u66f4\u539f\u56e0\uff1a", - "Receive updates": "\u63a5\u6536\u66f4\u65b0", - "Recent Activity": "\u8fd1\u671f\u6d3b\u52d5", - "Redo (Ctrl+Shift+Z)": "\u91cd\u505a (Ctrl+Shift+Z)", - "Redo (Ctrl+Y)": "\u91cd\u505a (Ctrl+Y)", - "Regenerate": "\u91cd\u65b0\u7522\u751f", - "Regenerate the user's certificate": "\u91cd\u65b0\u7522\u751f\u4f7f\u7528\u8005\u7684\u8b49\u66f8", - "Register with Institution/Campus Credentials": "\u4f7f\u7528\u6a5f\u69cb/\u5b78\u6821\u8a3b\u518a", - "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "\u6b63\u5728\u79fb\u9664\u3002\u70ba\u4e86\u907f\u514d\u767c\u751f\u932f\u8aa4\uff0c\u8acb\u505c\u7559\u5728\u6b64\u9801\u9762\u76f4\u5230\u79fb\u9664\u5b8c\u7562\u3002", - "Remove": "\u79fb\u9664", - "Remove chapter %(chapterDisplayName)s": "\u522a\u9664\u7ae0 %(chapterDisplayName)s", - "Remove from Invalidation Table": "\u5f9e\u4f5c\u5ee2\u8868\u4e2d\u79fb\u9664", - "Remove from List": "\u5f9e\u6e05\u55ae\u79fb\u9664", - "Remove subsection %(subsectionDisplayName)s": "\u522a\u9664\u7bc0%(subsectionDisplayName)s", - "Remove this team member?": "\u79fb\u9664\u6b64\u6210\u54e1?", - "Remove unit %(unitName)s": "\u522a\u9664\u55ae\u5143 %(unitName)s", - "Removing": "\u79fb\u9664", - "Report abuse, topics, and responses": "\u56de\u5831\u6feb\u7528\u7684\u8b70\u984c\u548c\u56de\u61c9", - "Requester": "\u8acb\u6c42\u8005", - "Required field.": "\u5fc5\u9808\u586b\u5beb\u7684\u6b04\u4f4d\u3002", - "Reset Password": "\u91cd\u7f6e\u5bc6\u78bc", - "Reset Your Password": "\u91cd\u8a2d\u60a8\u7684\u5bc6\u78bc", - "Restore enrollment code": "\u6062\u5fa9\u8a3b\u518a\u4ee3\u78bc", - "Retake Photo": "\u91cd\u65b0\u62cd\u651d\u7167\u7247", - "Retake Your Photos": "\u91cd\u65b0\u62cd\u651d\u60a8\u7684\u7167\u7247", - "Return and add email address": "\u8fd4\u56de\u4e26\u65b0\u589e\u96fb\u5b50\u90f5\u4ef6\u5730\u5740\u3002", - "Return to Export": "\u8fd4\u56de\u5230\u532f\u51fa", - "Return to Your Dashboard": "\u56de\u5230\u6211\u7684\u8ab2\u7a0b", - "Return to team listing": "\u8fd4\u56de\u81f3\u5718\u968a\u5217\u8868", - "Review Your Photos": "\u6aa2\u95b1\u60a8\u7684\u7167\u7247", - "Review your info": "\u6aa2\u95b1\u60a8\u7684\u8cc7\u8a0a", - "Revoke access": "\u53d6\u6d88\u8a2a\u554f\u6b0a", - "Save": "\u5132\u5b58", - "Save Changes": "\u5132\u5b58\u8b8a\u66f4", - "Save changes": "\u5132\u5b58\u4fee\u6539", - "Saved cohort": "\u5132\u5b58\u5b78\u7fd2\u5925\u4f34", - "Saving": "\u5132\u5b58\u4e2d", - "Saving your email preference": "\u5132\u5b58\u60a8\u504f\u597d\u7684\u96fb\u5b50\u90f5\u4ef6", - "Saving...": "\u5132\u5b58\u4e2d", - "Search": "\u641c\u5c0b", - "Search Results": "\u641c\u5c0b\u7d50\u679c", - "Search all posts": "\u641c\u5c0b\u6240\u6709\u8a0e\u8ad6", - "Search teams": "\u641c\u7d22\u5718\u968a", - "Section": "\u7ae0\u7bc0", - "Section Visibility": "\u7ae0\u7bc0\u80fd\u898b\u5ea6", - "See all teams in your course, organized by topic. Join a team to collaborate with other learners who are interested in the same topic as you are.": "\u4f9d\u64da\u4e3b\u984c\u67e5\u770b\u8ab2\u7a0b\u4e2d\u7684\u6240\u6709\u5718\u968a\u3002\u9078\u64c7\u52a0\u5165\u4e00\u500b\u4f60\u6709\u8208\u8da3\u7684\u5718\u968a\u3002", - "Select a Content Group": "\u9078\u53d6\u4e00\u500b\u5167\u5bb9\u7fa4\u7d44", - "Select a chapter": "\u9078\u64c7\u4e00\u500b\u7ae0\u7bc0", - "Select a cohort": "\u9078\u64c7\u5b78\u7fd2\u5925\u4f34", - "Select a cohort to manage": "\u9078\u64c7\u8981\u7ba1\u7406\u7684\u5b78\u7fd2\u5925\u4f34", - "Selected tab": "\u9078\u53d6\u5206\u9801", - "Send to:": "\u767c\u81f3\uff1a", - "Sent By": "\u5bc4\u9001\u8005", - "Sent By:": "\u5bc4\u9001\u8005\uff1a", - "Sent To": "\u5bc4\u9001\u7d66 ", - "Sent To:": "\u5bc4\u9001\u7d66 :", - "Server Error, Please refresh the page and try again.": "\u4f3a\u670d\u5668\u932f\u8aa4\u3002\u8acb\u5237\u65b0\u9801\u9762\u4e26\u518d\u8a66\u4e00\u6b21\u3002", - "Set up your certificate": "\u5efa\u7acb\u60a8\u7684\u8b49\u66f8\u3002", - "Settings": "\u8a2d\u5b9a", - "Show Deprecated Settings": "\u986f\u793a\u68c4\u7528\u7684\u8a2d\u5b9a", - "Show Discussion": "\u986f\u793a\u8a0e\u8ad6", - "Show entire subsection": "\u5c55\u793a\u6240\u6709\u7684\u5c0f\u7bc0", - "Show me other ways to sign in or register": "\u986f\u793a\u5176\u4ed6\u7684\u767b\u5165\u6216\u8a3b\u518a\u65b9\u6cd5\u7d66\u6211", - "Show notes": "\u986f\u793a\u7b46\u8a18", - "Show posts by {username}.": "\u900f\u904e{username}.\u986f\u793a\u767c\u6587", - "Showing all responses": "\u986f\u793a\u6240\u6709\u56de\u61c9", + ], + "Content-Specific Discussion Topics": "\u7279\u5b9a\u5167\u5bb9\u7684\u8a0e\u8ad6\u4e3b\u984c", + "Copy Email To Editor": "\u8907\u88fd\u90f5\u4ef6\u5230\u7de8\u8f2f\u5668", + "Correct failed component": "\u66f4\u6b63\u932f\u8aa4\u7d44\u4ef6", + "Could not find Certificate Exception in white list. Please refresh the page and try again": "\u5728\u8a31\u53ef\u540d\u55ae\u4e2d\u627e\u4e0d\u5230\u8b49\u66f8\u7279\u4f8b\u7684\u4eba\u3002\u8acb\u91cd\u65b0\u8f09\u5165\u9801\u9762\u6216\u518d\u8a66\u4e00\u6b21\u3002", + "Could not find Certificate Invalidation in the list. Please refresh the page and try again": "\u7121\u6cd5\u5728\u9019\u4efd\u5217\u8868\u4e2d\u627e\u5230\u8b49\u66f8\u5931\u6548\u8b49\u660e\u3002\u8acb\u91cd\u65b0\u8f09\u5165\u9801\u9762\u6216\u518d\u8a66\u4e00\u6b21\u3002", + "Could not find a user with username or email address '<%- identifier %>'.": "\u7121\u6cd5\u7528\u4f7f\u7528\u8005\u540d\u7a31\u6216\u96fb\u5b50\u90f5\u4ef6\u5730\u5740\u627e\u5230\u4f7f\u7528\u8005 '<%- identifier %>'.", + "Could not find users associated with the following identifiers:": "\u7121\u6cd5\u6839\u64da\u4e0b\u5217\u7684\u689d\u4ef6\u627e\u5230\u7528\u6236\uff1a", + "Could not retrieve download url.": "\u7121\u6cd5\u627e\u5230\u4e0b\u8f09\u7db2\u5740", + "Could not retrieve payment information": "\u7121\u6cd5\u53d6\u5f97\u4ed8\u6b3e\u8cc7\u8a0a", + "Could not retrieve upload url.": "\u7121\u6cd5\u627e\u5230\u4e0a\u50b3\u7db2\u5740", + "Could not submit order": "\u7121\u6cd5\u63d0\u4ea4\u8a02\u55ae", + "Could not submit photos": "\u7121\u6cd5\u63d0\u4ea4\u5716\u7247", + "Couldn't Save This Assignment": "\u4e0d\u80fd\u5132\u5b58\u9019\u4f5c\u696d", + "Country": "\u570b\u5bb6", + "Country of residence": "\u5c45\u4f4f\u570b\u5bb6", + "Course Credit Requirements": "\u8ab2\u7a0b\u5b78\u5206\u8981\u6c42", + "Course End": "\u8ab2\u7a0b\u7d50\u675f", + "Course ID": "\u8ab2\u7a0b\u7de8\u865f", + "Course Index": "\u8ab2\u7a0b\u7d22\u5f15", + "Course Key": "\u8ab2\u7a0bKey", + "Course Start": "\u8ab2\u7a0b\u958b\u59cb", + "Course is not yet visible to students.": "\u8ab2\u7a0b\u9084\u5c1a\u672a\u80fd\u88ab\u5b78\u751f\u770b\u898b\u3002", + "Course pacing cannot be changed once a course has started.": "\u8ab2\u7a0b\u4e00\u65e6\u958b\u59cb\u5f8c\u4e0d\u80fd\u8b8a\u66f4\u8ab2\u7a0b\u5b89\u6392\u3002", + "Course-Wide Discussion Topics": "\u8ab2\u7a0b\u7bc4\u570d\u7684\u8a0e\u8ad6\u4e3b\u984c", + "Create": "\u5efa\u7acb", + "Create Re-run": "\u5efa\u7acb\u518d\u6b21\u57f7\u884c", + "Create a New Team": "\u5275\u5efa\u4e00\u500b\u65b0\u7684\u5718\u968a", + "Create a content group": "\u5275\u5efa\u4e00\u500b\u5167\u5bb9\u7fa4\u7d44", + "Create a new team if you can't find an existing team to join, or if you would like to learn with friends you know.": "\u5efa\u7acb\u4e00\u500b\u65b0\u7684\u5718\u968a-- \u5982\u679c\u4f60\u627e\u4e0d\u5230\u73fe\u6709\u7684\u5718\u968a\u52a0\u5165\uff0c\u6216\u8005\u4f60\u60f3\u548c\u4f60\u8a8d\u8b58\u7684\u670b\u53cb\u7d44\u968a\u3002", + "Create account using %(providerName)s.": "\u4f7f\u7528%(providerName)s\u5efa\u7acb\u8cec\u6236\u3002", + "Create an Account.": "\u5efa\u7acb\u65b0\u5e33\u865f", + "Create an account using": "\u4f7f\u7528\u5916\u90e8\u670d\u52d9\u5efa\u7acb\u5e33\u865f", + "Create team.": "\u5275\u5efa\u5718\u968a", + "Creating missing groups": "\u5efa\u7acb\u907a\u5931\u7684\u7fa4\u7d44", + "Criterion Added": " \u589e\u52a0\u8a55\u5206\u6a19\u6e96", + "Criterion Deleted": "\u522a\u9664\u8a55\u5206\u6a19\u6e96", + "Crossed out items have been refunded.": "\u522a\u9664\u9805\u76ee\u5df2\u7d93\u9000\u6b3e\u3002", + "Current conversation": "\u76ee\u524d\u4e92\u52d5", + "Current enrollment mode:": "\u7576\u524d\u8a3b\u518a\u6a21\u5f0f\uff1a", + "Current tab": "\u76ee\u524d\u5206\u9801", + "Date": "\u65e5\u671f", + "Date Added": "\u65b0\u589e\u65e5\u671f", + "Delete": "\u522a\u9664", + "Delete \"<%= signatoryName %>\" from the list of signatories?": "\u5f9e\u7c3d\u7f72\u8005\u6e05\u55ae\u4e2d\u79fb\u9664\"<%= signatoryName %>\"?", + "Delete File Confirmation": "\u78ba\u8a8d\u522a\u9664\u6a94\u6848", + "Delete Team": "\u522a\u9664\u5718\u968a", + "Delete this %(item_display_name)s?": "\u522a\u9664\u9019%(item_display_name)s\uff1f", + "Delete this team?": "\u522a\u9664\u6b64\u5718\u968a?", + "Deleted Content Group": "\u522a\u9664\u5167\u5bb9\u7fa4\u7d44", + "Deleting a team is permanent and cannot be undone. All members are removed from the team, and team discussions can no longer be accessed.": "\u522a\u9664\u5718\u968a\u662f\u6c38\u4e45\u6027\u7684\uff0c\u7121\u6cd5\u633d\u56de\u3002\u6240\u6709\u6210\u54e1\u6703\u5f9e\u5718\u968a\u79fb\u9664\uff0c\u5718\u968a\u8a0e\u8ad6\u5c07\u7121\u6cd5\u518d\u88ab\u9020\u8a2a\u3002", + "Deleting this %(item_display_name)s is permanent and cannot be undone.": "\u522a\u9664\u9019%(item_display_name)s \u662f\u6c38\u4e45\u7684\u4ee5\u53ca\u7121\u6cd5\u518d\u8b8a\u66f4\u3002", + "Description": "\u6558\u8ff0", + "Do you want to allow this student ('{student_id}') to skip the entrance exam?": "\u60a8\u8981\u5141\u8a31\u9019\u4f4d\u5b78\u751f ('{student_id}') \u4e0d\u53c3\u52a0\u8003\u8a66\uff1f", + "Do you want to upload your file before submitting?": "\u4f60\u60f3\u5728\u63d0\u4ea4\u524d\u4e0a\u50b3\u60a8\u7684\u6a94\u6848\uff1f", + "Does the name on your ID match your account name: %(fullName)s?": "\u60a8\u7684ID\u540d\u7a31\u662f\u5426\u8207\u5e33\u865f\u540d\u7a31\u4e00\u6a23\uff1a %(fullName)s\uff1f", + "Does the photo of you match your ID photo?": "\u60a8\u7684\u7167\u7247\u662f\u5426\u8207\u60a8ID\u4e0a\u7684\u7167\u7247\u4e00\u6a23\uff1f", + "Does the photo of you show your whole face?": "\u60a8\u7684\u7167\u7247\u662f\u5426\u6709\u5b8c\u5168\u986f\u793a\u60a8\u7684\u81c9\uff1f", + "Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.": "\u60a8\u6c92\u6709\u770b\u5230\u60a8\u7684\u7167\u7247\u55ce\uff1f\u8acb\u81f3\u60a8\u7684\u700f\u89bd\u5668\u4e2d\u78ba\u8a8d\u662f\u5426\u5141\u8a31\u4f7f\u7528\u7167\u76f8\u529f\u80fd\u3002", + "Donate": "\u6350\u6b3e", + "Double-check that your webcam is connected and working to continue.": "\u6aa2\u67e5\u60a8\u7684\u8996\u8a0a\u88dd\u7f6e\u5df2\u7d93\u9023\u7dda\u4e26\u53ef\u4ee5\u7e7c\u7e8c\u9032\u884c\u3002", + "Download URL": "\u4e0b\u8f09\u7db2\u5740", + "Download the user's certificate": "\u4e0b\u8f09\u4f7f\u7528\u8005\u7684\u8b49\u66f8", + "Drop target image": "\u62d6\u66f3\u76ee\u6a19\u5716\u7247", + "Due Date": "\u622a\u6b62\u65e5\u671f", + "Due date cannot be before start date.": "\u8ab2\u7a0b\u7684\u7d50\u675f\u65e5\u671f\u4e0d\u80fd\u5728\u958b\u59cb\u65e5\u671f\u4e4b\u524d\u3002", + "Duration (sec)": "\u6301\u7e8c\u6642\u9593(\u79d2)", + "Edit Membership": "\u7de8\u8f2f\u6210\u54e1\u8cc7\u6599", + "Edit Team": "\u7de8\u8f2f\u5718\u968a", + "Edit Your Name": "\u7de8\u8f2f\u60a8\u7684\u59d3\u540d", + "Edit this certificate?": "\u7de8\u8f2f\u6b64\u8b49\u66f8\uff1f", + "Editable": "\u53ef\u7de8\u8f2f", + "Education Completed": "\u6559\u80b2\u7a0b\u5ea6", + "Email": "\u96fb\u5b50\u90f5\u4ef6", + "Email address": "\u96fb\u5b50\u90f5\u4ef6\u5730\u5740", + "Emails successfully sent. The following users are no longer enrolled in the course:": "\u90f5\u4ef6\u767c\u9001\u6210\u529f\u3002\u4ee5\u4e0b\u7528\u6236\u5c07\u4e0d\u518d\u53c3\u52a0\u8ab2\u7a0b\uff1a", + "Enable Cohorts": "\u555f\u7528\u5b78\u7fd2\u5925\u4f34", + "End My Exam": "\u7d50\u675f\u6211\u7684\u6e2c\u9a57", + "Engage with posts": "\u53c3\u8207\u7684\u6587\u7ae0", + "Enrolling you in the selected course": "\u5c07\u60a8\u52a0\u5165\u5230\u9078\u5b9a\u7684\u8ab2\u7a0b", + "Enrollment Date": "\u8a3b\u518a\u65e5\u671f", + "Enrollment Mode": "\u8a3b\u518a\u6a21\u5f0f", + "Ensure that you can see your photo and read your name": "\u78ba\u4fdd\u60a8\u80fd\u5920\u770b\u5230\u60a8\u7684\u7167\u7247\u548c\u60a8\u7684\u59d3\u540d\u3002", + "Enter Due Date and Time": "\u8f38\u5165\u622a\u6b62\u65e5\u671f", + "Enter Start Date and Time": "\u8f38\u5165\u958b\u59cb\u65e5\u671f\u8207\u6642\u9593", + "Enter a student's username or email address.": "\u8acb\u8f38\u5165\u5b78\u751f\u7684\u4f7f\u7528\u8005\u5e33\u865f\u6216\u96fb\u5b50\u90f5\u4ef6\u4fe1\u7bb1", + "Enter a username or email.": "\u8f38\u5165\u4f7f\u7528\u8005\u59d3\u540d\u6216\u90f5\u4ef6\u4fe1\u7bb1\u3002", + "Enter information to describe your team. You cannot change these details after you create the team.": "\u5728\u6b64\u586b\u5beb\u8cc7\u8a0a\u4ee5\u63cf\u8ff0\u60a8\u7684\u5718\u968a\u3002\u5728\u5718\u968a\u5efa\u7acb\u5f8c\uff0c\u60a8\u5c07\u4e0d\u80fd\u518d\u8b8a\u66f4\u9019\u4e9b\u5167\u5bb9\u3002", + "Enter team description.": "\u8f38\u5165\u5718\u968a\u63cf\u8ff0\u3002", + "Enter team name.": "\u8f38\u5165\u5718\u968a\u540d\u7a31\u3002", + "Enter the enrollment code.": "\u8f38\u5165\u8a3b\u518a\u4ee3\u78bc\u3002", + "Enter the name of the cohort": "\u8f38\u5165\u5b78\u7fd2\u5925\u4f34\u7d44\u5225\u7684\u540d\u7a31", + "Enter the page number you'd like to quickly navigate to.": "\u60f3\u5feb\u901f\u5c0e\u89bd\uff0c\u8acb\u8f38\u5165\u9801\u78bc", + "Enter the username or email address of each learner that you want to add as an exception.": "\u8f38\u5165\u4f7f\u7528\u8005\u5e33\u865f \u6216email \u4ee5\u65b0\u589e\u70ba\u4f8b\u5916\u7684\u5b78\u7fd2\u8005\u3002", + "Enter username or email": "\u8acb\u8f38\u5165\u4f7f\u7528\u8005\u5e33\u865f\u6216\u662f\u96fb\u5b50\u90f5\u4ef6\u4fe1\u7bb1", + "Entrance exam attempts is being reset for student '{student_id}'.": "\u5b78\u751f '{student_id}' \u8003\u8a66\uff08entrance exam\uff09\u7684\u5617\u8a66\u8a18\u9304\u5df2\u91cd\u65b0\u8a2d\u5b9a\u3002", + "Entrance exam state is being deleted for student '{student_id}'.": "\u5b78\u751f'{student_id}'\u7684\u8cc7\u683c\u8003\u8a66\u72c0\u614b\u5df2\u88ab\u522a\u9664\u3002", + "Error": "\u932f\u8aa4", + "Error adding user": "\u65b0\u589e\u4f7f\u7528\u8005\u767c\u751f\u932f\u8aa4", + "Error adding/removing users as beta testers.": "\u65b0\u589e/\u79fb\u9664 beta \u6e2c\u8a66\u8005\u6642\u767c\u751f\u932f\u8aa4", + "Error changing user's permissions.": "\u8b8a\u66f4\u4f7f\u7528\u8005\u6b0a\u9650\u6642\u767c\u751f\u932f\u8aa4", + "Error deleting entrance exam state for student '{student_id}'. Make sure student identifier is correct.": "\u522a\u9664\u5b78\u751f '{student_id}' \u8cc7\u683c\u8003\u8a66\u72c0\u614b\u6642\u767c\u751f\u932f\u8aa4\u3002\u8acb\u78ba\u4fdd\u5b78\u751f ID \u6b63\u78ba\u3002", + "Error enrolling/unenrolling users.": "\u8a3b\u518a/\u53d6\u6d88\u8a3b\u518a\u4f7f\u7528\u8005\u6642\u767c\u751f\u932f\u8aa4\u3002", + "Error generating ORA data report. Please try again.": "\u7522\u751fORA\u6578\u64da\u5831\u544a\u932f\u8aa4\u3002\u8acb\u91cd\u65b0\u518d\u8a66\u3002", + "Error generating grades. Please try again.": "\u7522\u751f\u6210\u7e3e\u932f\u8aa4\u3002\u8acb\u518d\u8a66\u4e00\u6b21\u3002", + "Error generating list of students who may enroll. Please try again.": "\u7522\u751f\u9078\u8ab2\u5b78\u751f\u8cc7\u8a0a\u932f\u8aa4\u3002\u8acb\u518d\u8a66\u4e00\u6b21\u3002", + "Error generating problem grade report. Please try again.": "\u7522\u751f\u65bc\u554f\u984c\u8a55\u5206\u5831\u544a\u932f\u8aa4\u3002\u8acb\u91cd\u65b0\u518d\u8a66\u3002", + "Error generating proctored exam results. Please try again.": "\u7522\u751f\u8003\u8a66\u6210\u7e3e\u932f\u8aa4\u3002 \u8acb\u518d\u8a66\u4e00\u6b21\u3002", + "Error generating student profile information. Please try again.": "\u7522\u751f\u5b78\u751f\u8cc7\u6599\u932f\u8aa4\u3002\u8acb\u518d\u8a66\u4e00\u6b21\u3002", + "Error generating survey results. Please try again.": "\u7522\u751f\u8abf\u67e5\u7d50\u679c\u932f\u8aa4\u3002 \u8acb\u518d\u8a66\u4e00\u6b21\u3002", + "Error getting entrance exam task history for student '{student_id}'. Make sure student identifier is correct.": "\u53d6\u5f97\u5b78\u751f '{student_id}' \u8cc7\u683c\u8003\u8a66\u4efb\u52d9\u8a18\u9304\u6642\u767c\u751f\u932f\u8aa4\u3002\u8acb\u78ba\u4fdd\u5b78\u751f ID \u6b63\u78ba\u3002", + "Error getting issued certificates list.": "\u767c\u751f\u932f\u8aa4", + "Error getting student list.": "\u7372\u53d6\u5b78\u751f\u540d\u55ae\u932f\u8aa4\u3002", + "Error getting the number of ungraded responses": "\u932f\u8aa4\u7372\u53d6\u4e0d\u5206\u7d1a\u7684\u56de\u61c9\u6578\u3002", + "Error listing task history for this student and problem.": "\u5217\u8868\u9019\u540d\u5b78\u751f\u548c\u554f\u984c\u7684\u6b77\u53f2\u8a18\u9304\u932f\u8aa4\u3002", + "Error removing user": "\u79fb\u9664\u4f7f\u7528\u8005\u767c\u751f\u932f\u8aa4", + "Error resetting entrance exam attempts for student '{student_id}'. Make sure student identifier is correct.": "\u91cd\u8a2d\u5b78\u751f '{student_id}' \u8003\u8a66\u5617\u8a66\u8a18\u9304\u932f\u8aa4\u3002\u8acb\u78ba\u4fdd\u5b78\u751f ID \u6b63\u78ba\u3002", + "Error retrieving grading configuration.": "\u6aa2\u7d22\u8a55\u5206\u914d\u7f6e\u932f\u8aa4\u3002", + "Error sending email.": "\u5bc4\u9001\u96fb\u5b50\u90f5\u4ef6\u6642\u767c\u751f\u932f\u8aa4\u3002", + "Error starting a task to rescore entrance exam for student '{student_id}'. Make sure that entrance exam has problems in it and student identifier is correct.": "\u70ba\u5b78\u751f'{student_id}'\u555f\u52d5\u91cd\u65b0\u8a08\u7b97\u8cc7\u683c\u8003\u8a66\u5206\u6578\u7684\u4efb\u52d9\u767c\u751f\u932f\u8aa4\uff0c\u8acb\u78ba\u8a8d\u8a72\u8cc7\u683c\u8003\u8a66\u4e2d\u6709\u984c\u76ee\u4e26\u4e14\u5b78\u751f\u7de8\u865f\u6b63\u78ba\u3002", + "Error while generating certificates. Please try again.": "\u7522\u751f\u932f\u8aa4\u8b49\u66f8\u3002 \u8acb\u518d\u8a66\u4e00\u6b21\u3002", + "Error while regenerating certificates. Please try again.": "\u7522\u751f\u932f\u8aa4\u8b49\u66f8\u3002 \u8acb\u518d\u8a66\u4e00\u6b21\u3002", + "Error:": "\u932f\u8aa4\uff1a", + "Error: User '<%- username %>' has not yet activated their account. Users must create and activate their accounts before they can be assigned a role.": "\u932f\u8aa4\uff1a\u4f7f\u7528\u8005'<%- username %>'\u5c1a\u672a\u555f\u52d5\u5e33\u865f\u3002\u4f7f\u7528\u8005\u5fc5\u9808\u5148\u5efa\u7acb\u4e26\u555f\u52d5\u5e33\u865f\u624d\u80fd\u88ab\u6307\u6d3e\u8eab\u5206\u3002", + "Error: You cannot remove yourself from the Instructor group!": "\u932f\u8aa4\uff1a\u60a8\u4e0d\u80fd\u5c07\u60a8\u81ea\u5df1\u5f9e\u6559\u5e2b\u7fa4\u7d44\u4e2d\u79fb\u9664\uff01", + "Errors": "\u932f\u8aa4", + "Everyone who has staff privileges in this course": "\u9019\u9580\u8ab2\u7a0b\u6709\u5de5\u4f5c\u4eba\u54e1\u6b0a\u9650", + "Expand All": "\u5c55\u958b\u5168\u90e8", + "Explain if other.": "\u82e5\u6709\u5176\u4ed6\u4e8b\u9805\uff0c\u8acb\u8aaa\u660e\u3002", + "Explore New Programs": "\u63a2\u7d22\u65b0\u8a08\u756b", + "Explore Programs": "\u63a2\u7d22\u8a08\u756b", + "Explore your course!": "\u700f\u89bd\u60a8\u7684\u8ab2\u7a0b\uff01", + "File Name": "\u6a94\u6848\u540d\u7a31", + "File type is not allowed.": "\u6a94\u6848\u985e\u578b\u662f\u4e0d\u5141\u8a31\u7684\u3002", + "File types can not be empty.": "\u6a94\u6848\u985e\u578b\u4e0d\u53ef\u7a7a\u767d\u3002", + "File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "\u6a94\u6848{filename}\u8d85\u904e{maxFileSizeInMBs} MB\u7684\u6700\u5927\u5bb9\u91cf", + "Files must be in JPEG or PNG format.": "\u6a94\u6848\u5fc5\u9808\u662fJPEG\u6216\u8005PNG\u683c\u5f0f", + "Filter and sort topics": "\u7be9\u9078\u548c\u6392\u5e8f\u8b70\u984c", + "Financial Assistance": "\u7d93\u6fdf\u8cc7\u52a9", + "Financial Assistance Application": "\u7d93\u6fdf\u63f4\u52a9\u7533\u8acb", + "Find discussions": "\u5c0b\u627e\u8a0e\u8ad6", + "Follow or unfollow posts": "\u8ffd\u8e64\u6216\u672a\u8ffd\u8e64\u7684\u6587\u7ae0", + "Frequently Asked Questions": "\u5e38\u898b\u554f\u7b54", + "Full Name": "\u5168\u540d", + "Fullscreen": "\u5168\u87a2\u5e55", + "Gender": "\u6027\u5225", + "Generate": "\u7522\u751f", + "Generate Exception Certificates": "\u7522\u6210\u8b49\u66f8\u7570\u5e38", + "Generate the user's certificate": "\u7522\u751f\u4f7f\u7528\u8005\u7684\u8b49\u66f8", + "Get Credit": "\u7372\u5f97\u5b78\u5206", + "Go to Dashboard": "\u524d\u5f80\u6211\u7684\u8ab2\u7a0b", + "Go to your Dashboard": "\u524d\u5f80\u6211\u7684\u8ab2\u7a0b", + "Government-Issued Photo ID": "\u653f\u5e9c\u7c3d\u767c\u7684\u8b49\u4ef6\u7167\u7247", + "Grace period must be specified in HH:MM format.": "\u5bec\u9650\u6642\u9593\u5fc5\u9808\u4ee5 HH:MM \u683c\u5f0f\u6307\u5b9a\u3002", + "Grade": "\u6210\u7e3e", + "Group %s": "\u7fa4\u7d44%s", + "Group A": "\u7fa4\u7d44 A", + "Group B": "\u7fa4\u7d44 B", + "Group Configuration name is required.": "\u7fa4\u7d44\u8a2d\u5b9a\u540d\u7a31\u70ba\u5fc5\u586b\u9078\u9805\u3002", + "Group name is required": "\u7fa4\u7d44\u540d\u7a31\u70ba\u5fc5\u586b\u9078\u9805", + "Heading": "\u6a19\u984c", + "Heading (Ctrl+H)": "\u6a19\u984c (Ctrl+H)", + "Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "\u900f\u904e\u70ba\u4f60\u5011\u5718\u968a\u660e\u78ba\u4ecb\u7d39\u7279\u8272\uff0c\u6709\u5229\u65bc\u5176\u4ed6\u5b78\u7fd2\u8005\u6c7a\u5b9a\u662f\u5426\u52a0\u5165\u4f60\u7684\u5718\u968a\u3002\u8acb\u614e\u91cd\u9078\u64c7\uff0c\u56e0\u70ba\u5982\u679c\u904e\u65bc\u56b4\u683c\uff0c\u5c07\u5c0e\u81f4\u6709\u8208\u8da3\u52a0\u5165\u4f60\u5718\u968a\u7684\u4eba\u8b8a\u5c11\u3002", + "Hide Deprecated Settings": "\u96b1\u85cf\u68c4\u7528\u7684\u8a2d\u5b9a", + "Hide Discussion": "\u96b1\u85cf\u8a0e\u8ad6", + "Hide content after due date": "\u5728\u622a\u6b62\u65e5\u671f\u904e\u5f8c\u96b1\u85cf\u5167\u5bb9", + "Hide entire subsection": "\u96b1\u85cf\u6240\u6709\u7684\u5c0f\u7bc0", + "Hide from learners": "\u5c0d\u5b78\u7fd2\u8005\u96b1\u85cf", + "Hide notes": "\u96b1\u85cf\u7b46\u8a18", + "Highlighted text": "\u51f8\u986f\u6587\u5b57", + "Horizontal Rule (Ctrl+R)": "\u6c34\u5e73\u7dda (Ctrl+R)", + "How to create useful text alternatives.": "\u5982\u4f55\u5efa\u7acb\u6709\u7528\u7684\u66ff\u4ee3\u6027\u6587\u4ef6\u3002", + "How to use %(platform_name)s discussions": "\u5982\u4f55\u4f7f\u7528%(platform_name)s\u7684\u8a0e\u8ad6", + "Hyperlink (Ctrl+L)": "\u8d85\u93c8\u63a5 (Ctrl+L)", + "ID-Verification is not required for this Professional Education course.": "\u6b64\u5c08\u696d\u6559\u80b2\u8ab2\u7a0b\u4e0d\u9700\u8981\u8eab\u5206\u9a57\u8b49\u3002", + "Identity Verification In Progress": "\u8eab\u5206\u8fa8\u8b58\u9a57\u8b49\u9032\u884c\u4e2d", + "If you do not yet have an account, use the button below to register.": "\u5982\u679c\u4f60\u9084\u672a\u6709\u5e33\u6236\uff0c\u8acb\u9ede\u64ca\u4e0b\u9762\u6309\u9215\u9032\u884c\u8a3b\u518a\u3002", + "If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "\u5982\u679c\u60a8\u73fe\u5728\u4e0d\u9a57\u8b49\u60a8\u7684\u8eab\u4efd\uff0c\u60a8\u4ecd\u7136\u53ef\u4ee5\u900f\u904e\u6211\u7684\u8ab2\u7a0b\u4f86\u63a2\u7d22\u60a8\u7684\u8ab2\u7a0b\u3002\u60a8\u6703\u5f9e %(platformName)s \u6536\u5230\u5b9a\u671f\u63d0\u9192\u4f86\u9a57\u8b49\u60a8\u7684\u8eab\u5206\u3002", + "If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "\u5982\u679c\u4f60\u6c92\u6709\u5132\u5b58\u6216\u63d0\u4ea4\u4f60\u7684\u4f5c\u7b54\u800c\u96e2\u958b\u9019\u500b\u9801\u9762\uff0c\u4f60\u5c07\u907a\u5931\u4f60\u4efb\u4f55\u5df2\u4f5c\u7b54\u7684\u4f5c\u696d\u3002", + "If you leave this page without submitting your peer assessment, you will lose any work you have done.": "\u5982\u679c\u4f60\u6c92\u6709\u63d0\u4ea4\u540c\u5115\u4e92\u8a55\u800c\u96e2\u958b\u9019\u500b\u9801\u9762\uff0c\u4f60\u5c07\u907a\u5931\u4efb\u4f55\u9019\u90e8\u5206\u7684\u4f5c\u696d\u3002", + "If you leave this page without submitting your self assessment, you will lose any work you have done.": "\u5982\u679c\u4f60\u6c92\u6709\u63d0\u4ea4\u4f60\u7684\u81ea\u8a55\u800c\u96e2\u958b\u9019\u500b\u9801\u9762\uff0c\u4f60\u5c07\u907a\u5931\u4f60\u4efb\u4f55\u4f60\u6240\u505a\u7684\u4f5c\u696d\u3002", + "If you leave this page without submitting your staff assessment, you will lose any work you have done.": "\u5982\u679c\u4f60\u6c92\u6709\u63d0\u4ea4\u5de5\u4f5c\u4eba\u54e1\u8a55\u4f30\u800c\u96e2\u958b\u9019\u500b\u9801\u9762\uff0c\u4f60\u5c07\u6703\u907a\u5931\u4efb\u4f55\u4f60\u6240\u505a\u7684\u4f5c\u696d\u3002", + "If you leave, you can no longer post in this team's discussions. Your place will be available to another learner.": "\u5982\u679c\u4f60\u96e2\u958b\u4e86\uff0c\u4f60\u4e0d\u80fd\u5728\u672c\u5718\u968a\u7684\u8a0e\u8ad6\u5340\u4e0a\u767c\u8a00\u3002\u60a8\u7684\u4f4d\u7f6e\u5c07\u63d0\u4f9b\u7d66\u5176\u5b83\u7684\u5b78\u7fd2\u8005\u3002", + "If you make significant changes, make sure you notify members of the team before making these changes.": "\u5982\u679c\u4f60\u505a\u8f03\u5927\u66f4\u6539\uff0c\u8acb\u78ba\u4fdd\u4f60\u5728\u9032\u884c\u9019\u4e9b\u66f4\u6539\u4e4b\u524d\u901a\u77e5\u5718\u968a\u6210\u54e1\u3002", + "Image": "\u5716\u7247", + "Image (Ctrl+G)": "\u5716\u50cf (Ctrl+G)", + "Image Description": "\u5716\u7247\u63cf\u8ff0", + "Image Upload Error": "\u5f71\u50cf\u4e0a\u50b3\u932f\u8aa4", + "Image must be in PNG format.": "\u5716\u7247\u5fc5\u9808\u662fPNG\u683c\u5f0f\u3002", + "In Progress": "\u6b63\u5728\u9032\u884c\u4e2d", + "Individual Exceptions": "\u500b\u5225\u7684\u4f8b\u5916", + "Insert Hyperlink": "\u63d2\u5165\u8d85\u93c8\u63a5", + "Insert Image (upload file or type URL)": "\u63d2\u5165\u5716\u7247 (\u4e0a\u50b3\u6587\u4ef6\u6216\u8f38\u5165\u5716\u7247URL)", + "Instructor tools": "\u6559\u6750\u5de5\u5177", + "Internal Server Error.": "\u5167\u90e8\u4f3a\u670d\u5668\u932f\u8aa4", + "Invalidate Certificate": "\u7121\u6548\u8b49\u66f8", + "Invalidated": "\u5931\u6548", + "Invalidated By": "\u4f5c\u5ee2\u7531", + "Is this OK?": "\u9019\u500b\u53ef\u4ee5\u55ce\uff1f", + "Is your name on your ID readable?": "\u60a8ID\u4e0a\u7684\u540d\u7a31\u662f\u5426\u53ef\u8b80\uff1f", + "Italic (Ctrl+I)": "\u659c\u9ad4 (Ctrl+I)", + "Join Team": "\u53c3\u8207\u5718\u968a", + "Joined %(date)s": "\u65bc %(date)s \u52a0\u5165", + "KB": "KB", + "Key should only contain letters, numbers, _, or -": "\u95dc\u9375\u5b57\u53ea\u80fd\u5305\u542b\u5b57\u6bcd\u3001\u6578\u5b57\u3001_\u6216-\u3002", + "LEARN MORE": "\u5b78\u7fd2\u66f4\u591a", + "Language": "\u8a9e\u8a00", + "Large": "\u5927", + "Last Activity %(date)s": "\u65bc %(date)s \u6700\u5f8c\u4e00\u6b21\u4e0a\u7dda", + "Last Edited:": "\u4e0a\u4e00\u6b21\u7de8\u8f2f\uff1a", + "Last Updated": "\u4e0a\u6b21\u66f4\u65b0", + "Last activity %(date)s": "\u65bc %(date)s \u6700\u5f8c\u4e00\u6b21\u6d3b\u52d5", + "Last modified by": "\u4e0a\u6b21\u4fee\u6539\u7531", + "Learners are added to this cohort automatically.": "\u5b78\u7fd2\u8005\u88ab\u81ea\u52d5\u52a0\u5165\u81f3\u6b64\u5b78\u7d44\u7fd2\u5925\u4f34\u4e2d\u3002", + "Learners are added to this cohort only when you provide their email addresses or usernames on this page.": "\u552f\u6709\u7576\u60a8\u5728\u6b64\u9801\u9762\u63d0\u4f9b\u5b78\u7fd2\u8005\u7684 email \u6216\u4f7f\u7528\u8005\u5e33\u865f\uff0c\u4ed6\u5011\u624d\u80fd\u88ab\u52a0\u5165\u81f3\u6b64\u7d44\u5b78\u7fd2\u5925\u4f34\u3002", + "Learners see the published subsection and can access its content.": "\u5b78\u7fd2\u8005\u770b\u898b\u767c\u5e03\u7684\u5c0f\u7bc0\uff0c\u4e26\u53ef\u4ee5\u9032\u5165\u8a72\u8ab2\u7a0b\u5167\u5bb9\u3002", + "Leave Team": "\u96e2\u958b\u5718\u968a", + "Leave this team?": "\u96e2\u958b\u9019\u500b\u5718\u968a\uff1f", + "Legal name": "\u5408\u6cd5\u540d\u7a31", + "Less": "\u5c11\u65bc", + "Link Description": "\u9023\u7d50\u7684\u63cf\u8ff0", + "Link Your Account": "\u9023\u7d50\u60a8\u7684\u5e33\u865f", + "Link your {accountName} account": "\u9023\u7d50\u60a8\u7684 {accountName} \u5e33\u865f", + "Link your {accountName} account to your {platformName} account and use {accountName} to sign in to {platformName}.": "\u9023\u7d50\u4f60\u7684{accountName} \u5e33\u865f\u81f4\u4f60\u7684 {platformName} \u5e33\u865f\u4ee5\u53ca\u4f7f\u7528 {accountName}\u767b\u5165\u81f3{platformName}\u3002", + "Linked Accounts": "\u5df2\u9023\u7d50\u7684\u5e33\u865f", + "Linking": "\u9023\u7d50", + "Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.": "\u9023\u7d50\u5c07\u5728\u6709\u9700\u6c42\u6642\u624d\u7522\u751f\uff0c\u4e26\u50c5\u7dad\u63015\u5206\u9418\u4ee5\u7dad\u8b77\u5b78\u751f\u8a0a\u606f\u96b1\u79c1\u3002", + "List item": "\u5217\u8868\u9805", + "Live view of webcam": "\u651d\u5f71\u6a5f\u4e0a\u7684\u5be6\u666f", + "Load Another File": "\u8f09\u5165\u53e6\u4e00\u500b\u6a94\u6848", + "Load all responses": "\u8f09\u5165\u6240\u6709\u56de\u61c9", + "Load next {numResponses} responses": "\u8f09\u5165\u4e0b {numResponses}\u56de\u8986", + "Loading": "\u8b80\u53d6\u4e2d...", + "Loading content": "\u5167\u5bb9\u52a0\u8f09\u4e2d", + "Loading data...": "\u8f09\u5165\u8cc7\u6599\u4e2d......", + "Loading more threads": "\u8f09\u5165\u66f4\u591athreads", + "Loading your courses": "\u8b80\u53d6\u4f60\u7684\u8ab2\u7a0b", + "Location in Course": "\u8ab2\u7a0b\u4f4d\u7f6e", + "MB": "MB", + "Make sure that the full name on your account matches the name on your ID.": "\u8acb\u78ba\u4fdd\u60a8\u5e33\u865f\u4e0a\u7684\u540d\u7a31\u8207ID\u4e0a\u7684\u540d\u7a31\u662f\u4e00\u6a23\u3002", + "Make sure we can verify your identity with the photos and information you have provided.": "\u78ba\u8a8d\u6211\u5011\u53ef\u4ee5\u900f\u904e\u60a8\u63d0\u4f9b\u7684\u7167\u7247\u548c\u8cc7\u8a0a\u4f86\u9a57\u8b49\u60a8\u7684\u8eab\u5206\u3002", + "Make sure your ID is well-lit": "\u8acb\u78ba\u8a8d\u60a8\u7684ID\u662f\u5149\u7dda\u5145\u8db3\u7684", + "Make sure your face is well-lit": "\u8acb\u78ba\u8a8d\u60a8\u7684\u81c9\u90e8\u662f\u5149\u7dda\u5145\u8db3\u7684", + "Manual": "\u4eba\u5de5", + "Mark Exam As Completed": "\u6a19\u8a18\u6e2c\u9a57\u70ba\u5df2\u5b8c\u6210", + "Mark enrollment code as unused": "\u6a19\u8a18\u8a3b\u518a\u4ee3\u78bc\u70ba\u672a\u4f7f\u7528", + "Markdown Editing Help": "Markdown\u7de8\u8f2f\u8aaa\u660e", + "Max file size exceeded": "\u8d85\u904e\u6700\u5927\u6a94\u6848\u5bb9\u91cf", + "Membership": "\u6703\u54e1", + "Message:": "\u8a0a\u606f\uff1a", + "Module state successfully deleted.": "\u6210\u529f\u522a\u9664\u6a21\u584a\u72c0\u614b\u3002", + "More": "\u66f4\u591a", + "My Orders": "\u6211\u7684\u8a02\u55ae", + "My Team": "\u6211\u7684\u5718\u968a", + "N/A": "\u4e0d\u9069\u7528", + "Name": "\u540d\u7a31", + "New Address": "\u65b0\u5730\u5740", + "New enrollment mode:": "\u65b0\u8a3b\u518a\u6a21\u5f0f\uff1a", + "Next": "\u4e0b\u4e00\u500b", + "Next Step: Confirm your identity": "\u4e0b\u4e00\u6b65\uff1a\u78ba\u8a8d\u60a8\u7684\u8eab\u5206", + "Next: %(nextStepTitle)s": "\u4e0b\u4e00\u500b\uff1a%(nextStepTitle)s", + "No Content Group": "\u7121\u5167\u5bb9\u7fa4\u7d44", + "No Flash Detected": "\u6c92\u6709\u5075\u6e2c\u5230 Flash", + "No Webcam Detected": "\u672a\u5075\u6e2c\u5230\u8996\u8a0a\u93e1\u982d", + "No content-specific discussion topics exist.": "\u7121\u7279\u5b9a\u5167\u5bb9\u7684\u8a0e\u8ad6\u4e3b\u984c\u5b58\u5728\u3002", + "No receipt available": "\u7121\u63d0\u4f9b\u6536\u64da", + "No results": "\u67e5\u7121\u7d50\u679c", + "No results found for \"%(query_string)s\". Please try searching again.": "\u6c92\u6709\u627e\u5230 \"%(query_string)s\" \u7684\u7d50\u679c\u3002\u8acb\u518d\u5617\u8a66\u641c\u5c0b\u3002", + "No tasks currently running.": "\u672a\u6709\u4efb\u52d9\u5728\u9032\u884c\u4e2d\u3002", + "Not Currently Available": "\u76ee\u524d\u4e0d\u53ef\u7528", + "Not Selected": "\u672a\u9078\u53d6", + "Not Supported": "\u4e0d\u652f\u63f4", + "Not able to set passing grade to less than %(minimum_grade_cutoff)s%.": "\u4e0d\u80fd\u8a2d\u5b9a\u53ca\u683c\u5206\u6578\u5c0f\u65bc %(minimum_grade_cutoff)s%\u3002", + "Not available": "\u76ee\u524d\u9084\u672a\u9032\u5165\u6b64\u968e\u6bb5", + "Not in Use": "\u672a\u4f7f\u7528", + "Not selected": "\u672a\u9078\u53d6", + "Note": "\u7b46\u8a18", + "Noted in:": "\u6ce8\u610f\uff1a", + "Notes": "\u7b46\u8a18", + "Notes hidden": "\u96b1\u85cf\u7b46\u8a18", + "Notes visible": "\u7b46\u8a18\u53ef\u898b", + "Number Sent": "\u5bc4\u9001\u6578\u91cf", + "Number of Students": "\u5b78\u751f\u6578\u91cf", + "Numbered List (Ctrl+O)": "\u7de8\u865f\u5217\u8868 (Ctrl+O)", + "OK": "\u597d\u7684", + "ORDER NAME": "\u8a02\u8cfc\u540d\u7a31", + "ORDER NUMBER": "\u8a02\u55ae\u865f", + "ORDER PLACED": "\u4e0b\u8a02\u55ae", + "One or more rescheduling tasks failed.": "\u4e00\u500b\u6216\u591a\u500b\u4efb\u52d9\u91cd\u65b0\u5b89\u6392\u5931\u6557\u3002", + "Only properly formatted .csv files will be accepted.": "\u53ea\u6709\u6b63\u78ba\u683c\u5f0f\u7684 csv \u6a94\u6848\u624d\u6703\u88ab\u63a5\u53d7\u3002", + "Option Deleted": "\u522a\u9664\u9078\u9805", + "Optional Characteristics": "\u53ef\u9078\u64c7\u7684\u7279\u8272", + "Order History": "\u8a02\u55ae\u7d00\u9304", + "Order No.": "\u8a02\u55ae\u7de8\u865f", + "Page number out of %(total_pages)s": "\u9801\u78bc\u5df2\u7d93\u8d85\u904e\u7e3d\u5171%(total_pages)s\u9801\u7684\u7bc4\u570d", + "Pagination": "\u5206\u9801", + "Password": "\u5bc6\u78bc", + "Password assistance": "\u5bc6\u78bc\u63d0\u793a", + "Photo Captured successfully.": "\u7167\u7247\u6210\u529f\u64f7\u53d6\u3002", + "Photo ID": " ID\u7167\u7247", + "Photo Identification": "\u7167\u7247\u7684\u8eab\u5206\u8b49\u660e", + "Photo of %(fullName)s": "%(fullName)s\u7684\u7167\u7247", + "Photo of %(fullName)s's ID": "%(fullName)s\u7684ID\u7167\u7247", + "Photo requirements:": "\u7167\u7247\u8981\u6c42\uff1a", + "Photos don't meet the requirements?": "\u7167\u7247\u4e0d\u7b26\u5408\u8981\u6c42\uff1f", + "Placeholder": "Placeolder", + "Please Note": "\u8acb\u6ce8\u610f", + "Please address the errors on this page first, and then save your progress.": "\u8acb\u5148\u8aaa\u660e\u672c\u9801\u9762\u51fa\u73fe\u7684\u932f\u8aa4\uff0c\u7136\u5f8c\u5132\u5b58\u60a8\u7684\u9032\u5ea6\u3002", + "Please correct the outlined fields.": "\u8acb\u66f4\u6b63\u7cfb\u7d71\u986f\u793a\u7684\u6b04\u4f4d\u3002", + "Please describe this image or agree that it has no contextual value by checking the checkbox.": "\u8acb\u63cf\u8ff0\u672c\u5716\u7247\u6216\u85c9\u7531\u52fe\u9078\u8907\u9078\u6846\u4ee5\u540c\u610f\u662f\u5426\u8207\u5167\u5bb9\u76f8\u95dc\u3002", + "Please do not use any spaces in this field.": "\u6b64\u6b04\u4f4d\u7684\u5167\u5bb9\u4e0d\u80fd\u5305\u542b\u7a7a\u683c", + "Please do not use any spaces or special characters in this field.": "\u6b64\u6b04\u4f4d\u7684\u5167\u5bb9\u4e0d\u80fd\u5305\u542b\u7a7a\u683c\u6216\u7279\u6b8a\u5b57\u5143\u3002", + "Please enter a problem location.": "\u8acb\u8f38\u5165\u4e00\u500b\u554f\u984c\u7684\u4f4d\u7f6e\u3002", + "Please enter a student email address or username.": "\u8acb\u8f38\u5165\u5b78\u751f\u7684\u96fb\u5b50\u90f5\u4ef6\u4fe1\u7bb1\u6216\u4f7f\u7528\u8005\u5e33\u865f\uff1a", + "Please enter a term in the {anchorStart} search field{anchorEnd}.": "\u8acb\u5728 {anchorStart} \u4e2d\u8f38\u5165\u8a5e\u8a9e\uff0c\u4ee5\u641c\u5c0b{anchorEnd}\u3002", + "Please enter a username or email.": "\u8acb\u8f38\u5165\u4f7f\u7528\u8005\u5e33\u865f\u6216\u662f\u96fb\u5b50\u90f5\u4ef6\u4fe1\u7bb1", + "Please enter a valid donation amount.": "\u8acb\u8f38\u5165\u6709\u6548\u7684\u6350\u6b3e\u91d1\u984d\u3002", + "Please enter an integer between %(min)s and %(max)s.": "\u8acb\u8f38\u5165\u4e00\u500b\u4ecb\u65bc%(min)s\u5230%(max)s\u7684\u6574\u6578\u3002", + "Please enter an integer between 0 and 100.": "\u8acb\u8f38\u5165\u4e00\u500b\u4ecb\u65bc0\u5230100\u4e4b\u9593\u7684\u6574\u6578\u3002", + "Please enter an integer greater than 0.": "\u8acb\u8f38\u5165\u4e00\u500b\u5927\u65bc0\u7684\u6574\u6578\u3002", + "Please enter non-negative integer.": "\u8acb\u8f38\u5165\u4e00\u500b\u975e\u8ca0\u6574\u6578\u3002", + "Please enter valid start date and time.": "\u8acb\u8f38\u5165\u6709\u6548\u7684\u958b\u59cb\u65e5\u671f\u8207\u6642\u9593", + "Please enter your %(field)s.": "\u8acb\u8f38\u5165\u60a8\u7684 %(field)s.", + "Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}": "\u8acb\u9075\u5faa\u8aaa\u660e\u4e0a\u50b3\u6a94\u6848\u4e26\u9023\u7d50\uff1a{maxFileSizeRedirectUrl}", + "Please print this page for your records; it serves as your receipt. You will also receive an email with the same information.": "\u8acb\u5217\u5370\u9019\u500b\u9801\u9762\u4f5c\u70ba\u60a8\u7684\u7d00\u9304\uff1b\u5b83\u53ef\u4ee5\u7576\u4f5c\u60a8\u7684\u6536\u64da\u3002\u4e4b\u5f8c\u60a8\u4e5f\u5c07\u6536\u5230\u4e00\u5247\u96fb\u5b50\u90f5\u4ef6\u5305\u542b\u76f8\u540c\u7684\u8a0a\u606f\u3002", + "Please provide a description of the link destination.": "\u8acb\u63d0\u4f9b\u9023\u7d50\u7684\u63cf\u8ff0\u3002", + "Please provide a valid URL.": "\u8acb\u63d0\u4f9b\u4e00\u500b\u6709\u6548\u7684\u7db2\u5740\u3002", + "Please specify a reason.": "\u8acb\u8aaa\u660e\u539f\u56e0\u3002", + "Please verify that you have uploaded a valid image (PNG and JPEG).": "\u8acb\u9a57\u8b49\u60a8\u5df2\u4e0a\u50b3\u5408\u683c\u7167\u7247 (PNG\u6216JPEG)\u3002", + "Please verify that your webcam is connected and that you have allowed your browser to access it.": "\u8acb\u78ba\u8a8d\u5df2\u9023\u63a5\u60a8\u7684\u8996\u8a0a\u88dd\u7f6e\uff0c\u4e26\u5141\u8a31\u60a8\u7684\u700f\u89bd\u5668\u5b58\u53d6\u8a72\u88dd\u7f6e\u3002", + "Preferred Language": "\u504f\u597d\u7684\u8a9e\u8a00", + "Prevent students from generating certificates in this course?": "\u4e0d\u5141\u8a31\u5b78\u751f\u7522\u751f\u8ab2\u7a0b\u8b49\u66f8\uff1f", + "Preview of uploaded image": "\u9810\u89bd\u5df2\u4e0a\u50b3\u7684\u7167\u7247", + "Preview this query": "\u9810\u89bd\u6b64\u67e5\u8a62", + "Previous": "\u4e0a\u4e00\u500b", + "Processing Re-run Request": "\u6b63\u5728\u8655\u7406\u518d\u6b21\u57f7\u884c\u9700\u6c42", + "Professional Certificate for {courseName}": "{courseName} \u7684\u5c08\u696d\u8b49\u66f8", + "Professional Education": "\u5c08\u696d\u6559\u80b2", + "Professional Education Verified Certificate": "\u5c08\u696d\u8a8d\u8b49", + "Provisional": "\u66ab\u6642\u6027\u7684", + "Publish": "\u767c\u4f48", + "Publish all unpublished changes for this {item}?": "\u70ba\u6b64{item}\u767c\u5e03\u6240\u6709\u672a\u767c\u5e03\u7684\u8b8a\u66f4\u55ce\uff1f", + "Publish {display_name}": "\u767c\u5e03 {display_name}", + "Reason": "\u539f\u56e0", + "Reason field should not be left blank.": "\u539f\u56e0\u6b04\u4f4d\u4e0d\u80fd\u7559\u7a7a\u3002", + "Reason for change:": "\u8b8a\u66f4\u539f\u56e0\uff1a", + "Receive updates": "\u63a5\u6536\u66f4\u65b0", + "Recent Activity": "\u8fd1\u671f\u6d3b\u52d5", + "Redo (Ctrl+Shift+Z)": "\u91cd\u505a (Ctrl+Shift+Z)", + "Redo (Ctrl+Y)": "\u91cd\u505a (Ctrl+Y)", + "Regenerate": "\u91cd\u65b0\u7522\u751f", + "Regenerate the user's certificate": "\u91cd\u65b0\u7522\u751f\u4f7f\u7528\u8005\u7684\u8b49\u66f8", + "Register with Institution/Campus Credentials": "\u4f7f\u7528\u6a5f\u69cb/\u5b78\u6821\u8a3b\u518a", + "Removal is in progress. To avoid errors, stay on this page until the process is complete.": "\u6b63\u5728\u79fb\u9664\u3002\u70ba\u4e86\u907f\u514d\u767c\u751f\u932f\u8aa4\uff0c\u8acb\u505c\u7559\u5728\u6b64\u9801\u9762\u76f4\u5230\u79fb\u9664\u5b8c\u7562\u3002", + "Remove": "\u79fb\u9664", + "Remove chapter %(chapterDisplayName)s": "\u522a\u9664\u7ae0 %(chapterDisplayName)s", + "Remove from Invalidation Table": "\u5f9e\u4f5c\u5ee2\u8868\u4e2d\u79fb\u9664", + "Remove from List": "\u5f9e\u6e05\u55ae\u79fb\u9664", + "Remove subsection %(subsectionDisplayName)s": "\u522a\u9664\u7bc0%(subsectionDisplayName)s", + "Remove this team member?": "\u79fb\u9664\u6b64\u6210\u54e1?", + "Remove unit %(unitName)s": "\u522a\u9664\u55ae\u5143 %(unitName)s", + "Removing": "\u79fb\u9664", + "Report abuse, topics, and responses": "\u56de\u5831\u6feb\u7528\u7684\u8b70\u984c\u548c\u56de\u61c9", + "Requester": "\u8acb\u6c42\u8005", + "Required field.": "\u5fc5\u9808\u586b\u5beb\u7684\u6b04\u4f4d\u3002", + "Reset Password": "\u91cd\u7f6e\u5bc6\u78bc", + "Reset Your Password": "\u91cd\u8a2d\u60a8\u7684\u5bc6\u78bc", + "Restore enrollment code": "\u6062\u5fa9\u8a3b\u518a\u4ee3\u78bc", + "Retake Photo": "\u91cd\u65b0\u62cd\u651d\u7167\u7247", + "Retake Your Photos": "\u91cd\u65b0\u62cd\u651d\u60a8\u7684\u7167\u7247", + "Return and add email address": "\u8fd4\u56de\u4e26\u65b0\u589e\u96fb\u5b50\u90f5\u4ef6\u5730\u5740\u3002", + "Return to Export": "\u8fd4\u56de\u5230\u532f\u51fa", + "Return to Your Dashboard": "\u56de\u5230\u6211\u7684\u8ab2\u7a0b", + "Return to team listing": "\u8fd4\u56de\u81f3\u5718\u968a\u5217\u8868", + "Review Your Photos": "\u6aa2\u95b1\u60a8\u7684\u7167\u7247", + "Review your info": "\u6aa2\u95b1\u60a8\u7684\u8cc7\u8a0a", + "Revoke access": "\u53d6\u6d88\u8a2a\u554f\u6b0a", + "Save": "\u5132\u5b58", + "Save Changes": "\u5132\u5b58\u8b8a\u66f4", + "Save changes": "\u5132\u5b58\u4fee\u6539", + "Saved cohort": "\u5132\u5b58\u5b78\u7fd2\u5925\u4f34", + "Saving": "\u5132\u5b58\u4e2d", + "Saving your email preference": "\u5132\u5b58\u60a8\u504f\u597d\u7684\u96fb\u5b50\u90f5\u4ef6", + "Saving...": "\u5132\u5b58\u4e2d", + "Search": "\u641c\u5c0b", + "Search Results": "\u641c\u5c0b\u7d50\u679c", + "Search all posts": "\u641c\u5c0b\u6240\u6709\u8a0e\u8ad6", + "Search teams": "\u641c\u7d22\u5718\u968a", + "Section": "\u7ae0\u7bc0", + "Section Visibility": "\u7ae0\u7bc0\u80fd\u898b\u5ea6", + "See all teams in your course, organized by topic. Join a team to collaborate with other learners who are interested in the same topic as you are.": "\u4f9d\u64da\u4e3b\u984c\u67e5\u770b\u8ab2\u7a0b\u4e2d\u7684\u6240\u6709\u5718\u968a\u3002\u9078\u64c7\u52a0\u5165\u4e00\u500b\u4f60\u6709\u8208\u8da3\u7684\u5718\u968a\u3002", + "Select a Content Group": "\u9078\u53d6\u4e00\u500b\u5167\u5bb9\u7fa4\u7d44", + "Select a chapter": "\u9078\u64c7\u4e00\u500b\u7ae0\u7bc0", + "Select a cohort": "\u9078\u64c7\u5b78\u7fd2\u5925\u4f34", + "Select a cohort to manage": "\u9078\u64c7\u8981\u7ba1\u7406\u7684\u5b78\u7fd2\u5925\u4f34", + "Selected tab": "\u9078\u53d6\u5206\u9801", + "Send to:": "\u767c\u81f3\uff1a", + "Sent By": "\u5bc4\u9001\u8005", + "Sent By:": "\u5bc4\u9001\u8005\uff1a", + "Sent To": "\u5bc4\u9001\u7d66 ", + "Sent To:": "\u5bc4\u9001\u7d66 :", + "Server Error, Please refresh the page and try again.": "\u4f3a\u670d\u5668\u932f\u8aa4\u3002\u8acb\u5237\u65b0\u9801\u9762\u4e26\u518d\u8a66\u4e00\u6b21\u3002", + "Set up your certificate": "\u5efa\u7acb\u60a8\u7684\u8b49\u66f8\u3002", + "Settings": "\u8a2d\u5b9a", + "Show Deprecated Settings": "\u986f\u793a\u68c4\u7528\u7684\u8a2d\u5b9a", + "Show Discussion": "\u986f\u793a\u8a0e\u8ad6", + "Show entire subsection": "\u5c55\u793a\u6240\u6709\u7684\u5c0f\u7bc0", + "Show me other ways to sign in or register": "\u986f\u793a\u5176\u4ed6\u7684\u767b\u5165\u6216\u8a3b\u518a\u65b9\u6cd5\u7d66\u6211", + "Show notes": "\u986f\u793a\u7b46\u8a18", + "Show posts by {username}.": "\u900f\u904e{username}.\u986f\u793a\u767c\u6587", + "Showing all responses": "\u986f\u793a\u6240\u6709\u56de\u61c9", "Showing first response": [ "\u986f\u793a\u524d {numResponses}\u56de\u8986" - ], - "Showing results for \"{searchString}\"": "\u986f\u793a\"{searchString}\" \u7d50\u679c", - "Showing {firstIndex} out of {numItems} total": "\u986f\u793a {firstIndex} \uff0c\u5171\u6709{numItems} ", - "Showing {firstIndex}-{lastIndex} out of {numItems} total": "\u986f\u793a {firstIndex}-{lastIndex} \uff0c\u5171\u6709 {numItems} ", - "Sign in": "\u767b\u5165", - "Sign in here using your email address and password, or use one of the providers listed below.": "\u4f7f\u7528\u60a8\u7684\u96fb\u5b50\u90f5\u4ef6\u5730\u5740\u548c\u5bc6\u78bc\u767b\u5165\uff0c\u6216\u4f7f\u7528\u4e0b\u9762\u5217\u51fa\u7684\u7b2c\u4e09\u65b9\u767b\u5165", - "Sign in here using your email address and password.": "\u4f7f\u7528\u4f60\u7684email\u548c\u5bc6\u78bc\u767b\u5165", - "Sign in using %(providerName)s": "\u4f7f\u7528%(providerName)s \u767b\u5165", - "Sign in with %(providerName)s": "\u4f7f\u7528%(providerName)s \u767b\u5165", - "Sign in with Institution/Campus Credentials": "\u4f7f\u7528\u6a5f\u69cb/\u5b78\u6821\u767b\u5165", - "Signatory field(s) has invalid data.": "\u5df2\u8f38\u5165\u7684 field(s) \u5305\u542b\u7121\u6548\u8cc7\u6599\u3002", - "Some images in this post have been omitted": "\u9019\u7bc7\u6587\u7ae0\u4e2d\u7684\u4e00\u4e9b\u5716\u50cf\u5df2\u88ab\u907a\u6f0f\u3002", - "Something went wrong changing this enrollment. Please try again.": "\u5728\u8b8a\u66f4\u9019\u9805\u8a3b\u518a\u6642\u51fa\u73fe\u4e86\u4e00\u4e9b\u554f\u984c\u3002\u8acb\u518d\u8a66\u4e00\u6b21\u3002", - "Sorry, no results were found.": "\u62b1\u6b49\uff0c\u641c\u5c0b\u4e0d\u5230\u7d50\u679c\u3002", - "Sorted by": "\u6392\u5e8f\uff1a", - "Staff": "\u5de5\u4f5c\u4eba\u54e1", - "Staff and Learners": "\u5de5\u4f5c\u4eba\u54e1\u548c\u5b78\u7fd2\u8005", - "Start Date": "\u958b\u59cb\u65e5\u671f", - "Start generating certificates for all students in this course?": "\u958b\u59cb\u7522\u751f\u6b64\u8ab2\u7a0b\u6240\u6709\u5b78\u751f\u7684\u8b49\u66f8\uff1f", - "Start regenerating certificates for students in this course?": "\u78ba\u5b9a\u91cd\u65b0\u7522\u751f\u6b64\u8ab2\u7a0b\u6240\u6709\u5b78\u751f\u7684\u8b49\u66f8\uff1f", - "Starts": "\u958b\u59cb", - "Starts: %(start_date)s": "\u958b\u59cb\u6642\u9593\uff1a %(start_date)s", - "State": "\u72c0\u614b", - "Status": "\u72c0\u614b", - "Status of Your Response": "\u60a8\u7684\u4f5c\u7b54\u4e4b\u72c0\u614b", - "Student": "\u5b78\u751f", - "Student Removed from certificate white list successfully.": "\u5b78\u751f\u5df2\u5f9e\u8b49\u66f8\u8a31\u53ef\u540d\u55ae\u4e2d\u79fb\u9664\u6210\u529f\u3002", - "Student email or username": "\u5b78\u751f Email \u6216 \u4f7f\u7528\u8005\u540d\u7a31", - "Subject": "\u4e3b\u984c", - "Subject:": "\u4e3b\u984c :", - "Submit": "\u63d0\u4ea4", - "Submit Application": "\u63d0\u4ea4\u7533\u8acb", - "Submit enrollment change": "\u63d0\u4ea4\u8a3b\u518a\u9805\u76ee\u7684\u8b8a\u66f4", - "Submitted": "\u5df2\u63d0\u4ea4", - "Subsection": "\u7bc0", - "Subsection is hidden after due date": "\u5c0f\u7bc0\u5728\u622a\u6b62\u65e5\u671f\u5f8c\u96b1\u85cf", - "Success": "\u6210\u529f", - "Successfully deleted student state for user {user}": "\u6210\u529f\u522a\u9664\u5b78\u751f\u7528\u6236 {user} \u7684\u72c0\u614b", - "Successfully enrolled and sent email to the following users:": "\u8a3b\u518a\u6210\u529f\uff0c\u767c\u9001\u96fb\u5b50\u90f5\u4ef6\u5230\u4ee5\u4e0b\u4f7f\u7528\u8005\uff1a", - "Successfully enrolled the following users:": "\u6210\u529f\u8a3b\u518a\u4ee5\u4e0b\u4f7f\u7528\u8005\uff1a", - "Successfully rescored problem for user {user}": "\u6210\u529f\u91cd\u8a55\u7528\u6236 {user} \u5f97\u5206", - "Successfully reset the attempts for user {user}": "\u6210\u529f\u91cd\u7f6e\u7528\u6236 {user}\u7684\u8acb\u6c42", - "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "\u6210\u529f\u767c\u9001\u767b\u8a18\u96fb\u5b50\u90f5\u4ef6\u3002\u4e00\u65e6\u5b8c\u6210\u5e33\u865f\u8a3b\u518a\uff0c\u4ee5\u4e0b\u4f7f\u7528\u8005\u5c07\u88ab\u5141\u8a31\u8a3b\u518a\u8ab2\u7a0b\uff1a", - "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "\u6210\u529f\u767c\u9001\u8ab2\u7a0b\u8a3b\u518a\u96fb\u5b50\u90f5\u4ef6\u3002\u4e00\u65e6\u5b8c\u6210\u5e33\u865f\u8a3b\u518a\uff0c\u4ee5\u4e0b\u4f7f\u7528\u8005\u5c07\u88ab\u8a3b\u518a\u65bc\u8ab2\u7a0b\u4e2d\uff1a", - "Successfully unlinked.": "\u6210\u529f\u5730\u53d6\u6d88\u9023\u7d50\u3002", - "Supported": "\u652f\u63f4", - "TOTAL": "\u7e3d\u984d", - "Tags": "\u6a19\u7c64", - "Tags:": "\u6a19\u7c64\ufe30", - "Take Photo": "\u7167\u76f8", - "Take Your Photo": "\u62cd\u651d\u60a8\u7684\u7167\u7247", - "Take a Photo of Your ID": "\u62cd\u651d\u4e00\u5f35\u60a8\u7684\u8b49\u4ef6\u7167", - "Take a photo of your ID": "\u62cd\u651d\u4e00\u5f35\u60a8\u7684\u8b49\u4ef6\u7167", - "Take me to the main course page": "\u5e36\u6211\u5230\u4e3b\u8981\u8ab2\u7a0b\u9801\u9762", - "Task ID": "\u4efb\u52d9\u7de8\u865f", - "Task Progress": "\u4efb\u52d9\u9032\u5ea6", - "Task Status": "\u4efb\u52d9\u72c0\u614b", - "Task Type": "\u4efb\u52d9\u985e\u578b", - "Task inputs": "\u4efb\u52d9\u8f38\u5165", - "Teaching Assistant": "\u6559\u5b78\u52a9\u7406", - "Team \"{team}\" successfully deleted.": "\u6210\u529f\u522a\u9664\u5718\u968a \"{team}\"\u3002", - "Team Description (Required) *": "\u5718\u968a\u63cf\u8ff0 (\u5fc5\u8981)", - "Team Details": "\u5718\u968a\u8a73\u7d30\u8cc7\u8a0a", - "Team Name (Required) *": "\u5718\u968a\u540d\u7a31(\u5fc5\u8981)\u3002", - "Team Search": "\u641c\u7d22\u5718\u968a", - "Team capacity": "\u5718\u968a\u80fd\u529b", - "Team description cannot have more than 300 characters.": "\u5718\u968a\u63cf\u8ff0\u4e0d\u80fd\u8d85\u904e 300 \u500b\u5b57\u5143\u3002", - "Team member profiles": "\u5718\u968a\u6210\u54e1\u500b\u4eba\u6a94\u6848", - "Team name cannot have more than 255 characters.": "\u5718\u968a\u540d\u7a31\u4e0d\u80fd\u8d85\u904e 255 \u500b\u5b57\u5143", - "Teams": "\u5718\u968a", - "Teams Pagination": "\u5718\u968a\u5206\u9801", - "Thank you for submitting your financial assistance application for {course_name}! You can expect a response in 2-4 business days.": "\u611f\u8b1d\u60a8\u63d0\u4ea4{course_name}\u7684\u7d93\u6fdf\u63f4\u52a9\u7533\u8acb\uff01\u7d93\u904e2-4\u500b\u5de5\u4f5c\u65e5\u5f8c\u76e1\u5feb\u7d66\u4e88\u60a8\u56de\u8986\u3002", - "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "\u611f\u8b1d\u60a8\u63d0\u4ea4\u60a8\u7684\u7167\u7247\u3002\u6211\u5011\u5c07\u6703\u76e1\u5feb\u5be9\u67e5\u3002\u60a8\u73fe\u5728\u53ef\u4ee5\u8a3b\u518a\u4efb\u4f55\u63d0\u4f9b\u9a57\u8b49\u8b49\u66f8\u7684 %(platformName)s \u8ab2\u7a0b\u3002 \u9a57\u8b49\u6709\u6548\u671f\u9650\u70ba\u4e00\u5e74\u3002 \u4e00\u5e74\u5f8c\uff0c\u60a8\u5fc5\u9808\u518d\u6b21\u63d0\u4ea4\u7167\u7247\u9032\u884c\u9a57\u8b49\u3002", - "The certificate for this learner has been re-validated and the system is re-running the grade for this learner.": "\u9019\u540d\u5b78\u751f\u7684\u8b49\u66f8\u5df2\u7d93\u91cd\u65b0\u9a57\u8b49\u53ca\u7cfb\u7d71\u91cd\u65b0\u8a08\u7b97\u8a72\u540d\u5b78\u751f\u7684\u6210\u7e3e\u3002", - "The cohort cannot be added": "\u9019\u5b78\u7fd2\u5925\u4f34\u7d44\u4e0d\u80fd\u88ab\u589e\u52a0", - "The cohort cannot be saved": "\u9019\u5b78\u7fd2\u5925\u4f34\u7d44\u4e0d\u80fd\u88ab\u5132\u5b58", - "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "\u7d44\u7e54\u8207\u8ab2\u7a0b\u7d44\u4ef6\u5eab\u7de8\u78bc\u6b04\u4f4d\u7684\u7e3d\u9577\u5ea6\u4e0d\u80fd\u8d85\u904e<%=limit%>\u5b57\u5143\u3002", - "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "\u7d44\u7e54\u3001\u8ab2\u7a0b\u7de8\u78bc\u3001\u4ee5\u53ca\u958b\u8ab2\u6642\u7a0b\u6b04\u4f4d\u7684\u7e3d\u9577\u5ea6\u4e0d\u80fd\u8d85\u904e <%=limit%> \u5b57\u5143\u3002", - "The country that team members primarily identify with.": "\u5718\u968a\u6210\u54e1\u4e3b\u8981\u7684\u6240\u5c6c\u570b\u5bb6\u3002", - "The course end date must be later than the course start date.": "\u8ab2\u7a0b\u7684\u7d50\u675f\u65e5\u671f\u4e0d\u80fd\u5728\u958b\u59cb\u65e5\u671f\u4e4b\u524d\u3002", - "The course must have an assigned start date.": "\u8ab2\u7a0b\u5fc5\u9808\u6709\u6307\u5b9a\u7684\u958b\u59cb\u65e5\u671f\u3002", - "The course start date must be later than the enrollment start date.": "\u8ab2\u7a0b\u7684\u958b\u59cb\u65e5\u671f\u61c9\u5728\u8ab2\u7a0b\u7684\u8a3b\u518a\u958b\u59cb\u65e5\u671f\u4e4b\u5f8c\u3002", - "The display of ungraded and checked out responses could not be loaded.": "\u4e0d\u5206\u7d1a\u8207\u5df2\u56de\u61c9\u7684\u986f\u793a\u7121\u6cd5\u8f09\u5165\u3002", - "The email address you've provided isn't formatted correctly.": "\u60a8\u6240\u63d0\u4f9b\u7684\u96fb\u5b50\u90f5\u4ef6\u5730\u5740\u7684\u683c\u5f0f\u4e0d\u6b63\u78ba\u3002", - "The enrollment end date cannot be after the course end date.": "\u8a3b\u518a\u7d50\u675f\u65e5\u671f\u61c9\u5728\u8ab2\u7a0b\u7d50\u675f\u65e5\u671f\u4e4b\u524d\u3002", - "The enrollment start date cannot be after the enrollment end date.": "\u8a3b\u518a\u958b\u59cb\u65e5\u671f\u61c9\u8a72\u65e9\u65bc\u8a3b\u518a\u622a\u6b62\u65e5\u671f\u3002", - "The file must be at least {size} in size.": "\u6a94\u6848\u5927\u5c0f\u5fc5\u9808\u5927\u65bc {size}\u3002", - "The file must be smaller than {size} in size.": "\u6a94\u6848\u5fc5\u9808\u5c0f\u65bc{size} \u3002", - "The following email addresses and/or usernames are invalid:": "\u4e0b\u5217\u96fb\u5b50\u90f5\u4ef6\u5730\u5740\u548c/\u6216\u7528\u6236\u540d\u7a31\u7121\u6548\uff1a", - "The following errors were generated:": "\u7522\u751f\u4ee5\u4e0b\u7684\u932f\u8aa4\uff1a", - "The following file types are not allowed: ": "\u4e0b\u5217\u6a94\u6848\u985e\u578b\u662f\u4e0d\u5141\u8a31\u7684\uff1a", - "The following information is already a part of your {platform} profile. We\\'ve included it here for your application.": "\u4e0b\u9762\u7684\u8a0a\u606f\u5df2\u7d93\u662f\u4e00\u500b\u5c6c\u65bc\u4f60\u7684 {platform} \u500b\u4eba\u7c21\u4ecb \u3002 We\\'ve \u5df2\u7d93\u5728\u6b64\u70ba\u60a8\u63d0\u4f9b\u61c9\u7528\u7a0b\u5e8f\u3002", - "The following users are no longer enrolled in the course:": "\u4ee5\u4e0b\u7528\u6236\u5df2\u7d93\u9000\u51fa\u8ab2\u7a0b\uff1a", - "The following warnings were generated:": "\u7522\u751f\u4ee5\u4e0b\u7684\u8b66\u544a\uff1a", - "The language that team members primarily use to communicate with each other.": "\u5718\u968a\u6210\u54e1\u4e3b\u8981\u4f7f\u7528\u7684\u8a9e\u8a00\u3002", - "The minimum grade for course credit is not set.": "\u8ab2\u7a0b\u5b78\u5206\u8981\u6c42\u5c1a\u672a\u8a2d\u5b9a\u3002", - "The page \"{route}\" could not be found.": " \"{route}\" \u9801\u9762\u7121\u6cd5\u627e\u5230\u3002", - "The photo of your face matches the photo on your ID.": "\u60a8\u7167\u7247\u7684\u81c9\u8207\u60a8\u8eab\u5206\u8b49\u4e0a\u7684\u7167\u7247\u76f8\u7b26\u3002", - "The raw error message is:": "\u539f\u59cb\u932f\u8aa4\u8a0a\u606f\u662f\uff1a", - "The selected content group does not exist": "\u9078\u64c7\u7684\u5167\u5bb9\u7fa4\u7d44\u4e0d\u5b58\u5728", - "The server could not be contacted.": "\u7121\u6cd5\u806f\u7e6b\u670d\u52d9\u5668\u3002", - "The staff assessment form could not be loaded.": "\u5de5\u4f5c\u4eba\u54e1\u8a55\u5206\u8868\u7121\u6cd5\u8f09\u5165\u3002", - "The submission could not be removed from the grading pool.": "\u6b64\u63d0\u4ea4\u4e0d\u80fd\u5f9e\u8a55\u5206\u5eab\u4e2d\u79fb\u9664\u3002", - "The team \"{team}\" could not be found.": "\"{team}\" \u5718\u968a\u7121\u6cd5\u627e\u5230\u3002", - "The topic \"{topic}\" could not be found.": "\"{topic}\" \u6a19\u984c\u7121\u6cd5\u627e\u5230\u3002", - "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "{cohortGroupName}\u5b78\u7fd2\u5925\u4f34\u5df2\u7d93\u88ab\u7522\u751f\u3002\u60a8\u53ef\u4ee5\u624b\u52d5\u589e\u52a0\u5b78\u751f\u5230\u4ee5\u4e0b\u5b78\u7fd2\u5925\u4f34\u7d44\u3002", - "There are invalid keywords in your email. Check the following keywords and try again.": "\u60a8\u7684\u90f5\u4ef6\u88e1\u982d\u6709\u7121\u6548\u7684\u95dc\u9375\u5b57\u3002\u8acb\u6aa2\u67e5\u4ee5\u4e0b\u95dc\u9375\u5b57\u4e26\u91cd\u8a66\u3002", - "There has been an error processing your survey.": "\u8655\u7406\u8abf\u67e5\u6642\u767c\u751f\u932f\u8aa4\u3002", - "There has been an error while exporting.": "\u532f\u51fa\u6642\u767c\u751f\u932f\u8aa4\u3002", - "There has been an error with your export.": "\u60a8\u5728\u532f\u51fa\u6642\u767c\u751f\u932f\u8aa4\u3002", - "There is no email history for this course.": "\u9019\u9580\u8ab2\u7a0b\u6c92\u6709\u96fb\u5b50\u90f5\u4ef6\u6b77\u53f2\u8a18\u9304\u3002", - "There must be at least one group.": "\u52d9\u5fc5\u81f3\u5c11\u542b\u4e00\u500b\u7fa4\u7d44\u3002", - "There must be one cohort to which students can automatically be assigned.": "\u5fc5\u9808\u6709\u4e00\u7d44\u5b78\u7fd2\u5925\u4f34\u8b93\u5b78\u751f\u53ef\u4ee5\u81ea\u52d5\u88ab\u5206\u914d\u3002", - "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "\u7522\u751f\u5831\u544a\u767c\u751f\u932f\u8aa4\u3002\u9078\u64c7 \u201c\u5efa\u7acb\u6458\u8981\u201d \u518d\u8a66\u4e00\u6b21\u3002", - "There was an error changing the user's role": "\u66f4\u6539\u4f7f\u7528\u8005\u89d2\u8272\u6642\u767c\u751f\u932f\u8aa4", - "There was an error obtaining email content history for this course.": "\u7372\u53d6\u9019\u9580\u8ab2\u7a0b\u7684\u96fb\u5b50\u90f5\u4ef6\u5167\u5bb9\u6b77\u53f2\u8a18\u9304\u6709\u932f\u8aa4 \u3002", - "There was an error obtaining email task history for this course.": "\u7372\u53d6\u9019\u9580\u8ab2\u7a0b\u7684\u96fb\u5b50\u90f5\u4ef6\u4efb\u52d9\u6b77\u53f2\u8a18\u9304\u932f\u8aa4\u3002", - "There was an error, try searching again.": "\u51fa\u73fe\u932f\u8aa4\uff0c\u8acb\u91cd\u65b0\u641c\u5c0b\u3002", - "There were errors reindexing course.": "\u91cd\u65b0\u7d22\u5f15\u8ab2\u7a0b\u6642\u767c\u751f\u932f\u8aa4\u3002", - "There's already another assignment type with this name.": "\u5df2\u7d93\u6709\u53e6\u4e00\u500b\u4f5c\u696d\u985e\u578b\u4f7f\u7528\u4e86\u9019\u500b\u540d\u5b57\u3002", - "These users were not added as beta testers:": "\u4e0b\u5217\u4f7f\u7528\u8005\u4e26\u672a\u88ab\u52a0\u5165\u6e2c\u8a66\u4f7f\u7528\u8005\u4e2d\uff1a", - "These users were not affiliated with the course so could not be unenrolled:": "\u4ee5\u4e0b\u7528\u6236\u4e26\u6c92\u6709\u53c3\u8207\u8ab2\u7a0b\u6240\u4ee5\u7121\u6cd5\u53d6\u6d88\u8a3b\u518a\uff1a", - "These users were not removed as beta testers:": "\u4e0b\u5217\u4f7f\u7528\u8005\u4e26\u672a\u5f9e\u6e2c\u8a66\u4f7f\u7528\u8005\u4e2d\u79fb\u9664\uff1a", - "These users were successfully added as beta testers:": "\u4e0b\u5217\u4f7f\u7528\u8005\u5df2\u7d93\u6210\u529f\u5730\u52a0\u5165\u6e2c\u8a66\u4f7f\u7528\u8005\u4e2d\uff1a", - "These users were successfully removed as beta testers:": "\u4e0b\u5217\u4f7f\u7528\u8005\u5df2\u7d93\u6210\u529f\u5730\u5f9e\u6e2c\u8a66\u4f7f\u7528\u8005\u4e2d\u79fb\u9664\uff1a", - "These users will be allowed to enroll once they register:": "\u4e00\u65e6\u5e33\u865f\u8a3b\u518a\uff0c\u4ee5\u4e0b\u4f7f\u7528\u8005\u5c07\u88ab\u5141\u8a31\u8a3b\u518a\u8ab2\u7a0b\uff1a", - "These users will be enrolled once they register:": "\u4e00\u65e6\u5b8c\u6210\u5e33\u865f\u8a3b\u518a\uff0c\u4ee5\u4e0b\u4f7f\u7528\u8005\u88ab\u8a3b\u518a\u65bc\u8ab2\u7a0b\u4e2d\uff1a", - "This action cannot be undone.": "\u9019\u500b\u64cd\u4f5c\u5fc5\u9808\u5b8c\u6210\u3002", - "This assessment could not be submitted.": "\u9019\u4efd\u8a55\u5206\u7121\u6cd5\u63d0\u4ea4\u3002", - "This certificate has already been activated and is live. Are you sure you want to continue editing?": "\u6b64\u8a8d\u8b49\u5df2\u88ab\u555f\u52d5\u4e26\u4f7f\u7528\u4e2d\u3002\u60a8\u78ba\u5b9a\u662f\u5426\u7e7c\u7e8c\u7de8\u8f2f?", - "This course has automatic cohorting enabled for verified track learners, but cohorts are disabled. You must enable cohorts for the feature to work.": "\u9019\u9580\u8ab2\u7a0b\u5df2\u555f\u7528\u81ea\u52d5\u70ba\u5df2\u78ba\u8a8d\u8ffd\u8e64\u5b78\u7fd2\u8005\u5206\u968a\u7684\u529f\u80fd\uff0c\u4f46\u5206\u968a\u5df2\u505c\u7528\u3002\u60a8\u5fc5\u9808\u555f\u7528\u5206\u968a\uff0c\u9019\u9805\u529f\u80fd\u624d\u80fd\u904b\u4f5c\u3002", - "This course has automatic cohorting enabled for verified track learners, but the required cohort does not exist. You must create a manually-assigned cohort named '{verifiedCohortName}' for the feature to work.": "\u9019\u9580\u8ab2\u7a0b\u5df2\u555f\u7528\u81ea\u52d5\u70ba\u5df2\u78ba\u8a8d\u8ffd\u8e64\u5b78\u7fd2\u8005\u5206\u968a\u7684\u529f\u80fd\uff0c\u4f46\u6240\u9700\u7684\u5206\u968a\u4e0d\u5b58\u5728\u3002\u60a8\u5fc5\u9808\u5efa\u7acb\u540d\u70ba '{verifiedCohortName}' \u7684\u624b\u52d5\u6307\u6d3e\u5206\u968a\uff0c\u9019\u9805\u529f\u80fd\u624d\u80fd\u904b\u4f5c\u3002", - "This course uses automatic cohorting for verified track learners. You cannot disable cohorts, and you cannot rename the manual cohort named '{verifiedCohortName}'. To change the configuration for verified track cohorts, contact your edX partner manager.": "\u9019\u9580\u8ab2\u7a0b\u63a1\u7528\u81ea\u52d5\u70ba\u5df2\u78ba\u8a8d\u8ffd\u8e64\u5b78\u7fd2\u8005\u5206\u968a\u7684\u529f\u80fd\u3002\u60a8\u7121\u6cd5\u505c\u7528\u5206\u968a\uff0c\u4e5f\u7121\u6cd5\u5c07\u540d\u70ba '{verifiedCohortName}' \u7684\u624b\u52d5\u5206\u968a\u7d50\u679c\u91cd\u65b0\u547d\u540d\u3002\u82e5\u8981\u8b8a\u66f4\u5df2\u78ba\u8a8d\u8ffd\u8e64\u5206\u968a\u7684\u8a2d\u5b9a\uff0c\u8acb\u548c edX \u5925\u4f34\u7d93\u7406\u9023\u7d61\u3002", - "This feedback could not be submitted.": "\u9019\u689d\u53cd\u994b\u610f\u898b\u7121\u6cd5\u63d0\u4ea4\u3002", - "This image is for decorative purposes only and does not require a description.": "\u6b64\u5716\u7247\u50c5\u4f5c\u70ba\u8f14\u52a9\u7684\u7528\u9014\u4e26\u4e0d\u9700\u8981\u63cf\u8ff0\u3002", - "This learner will be removed from the team, allowing another learner to take the available spot.": "\u6b64\u6210\u54e1\u5c07\u88ab\u79fb\u9664\uff0c\u91cb\u51fa\u540d\u984d\u5f8c\u5176\u4ed6\u6210\u54e1\u53ef\u52a0\u5165\u3002", - "This page contains information about orders that you have placed with {platform_name}.": "\u6b64\u9801\u5305\u542b\u60a8\u900f\u904e{platform_name}\u767c\u51fa\u7684\u8a02\u55ae\u7684\u76f8\u95dc\u8a0a\u606f\u3002", - "This problem could not be saved.": "\u6b64\u554f\u984c\u7121\u6cd5\u5132\u5b58\u3002", - "This problem has already been released. Any changes will apply only to future assessments.": "\u6b64\u554f\u984c\u5df2\u7d93\u88ab\u91cb\u51fa\u4e86\u3002\u4efb\u4f55\u66f4\u6539\u90fd\u53ea\u6703\u5728\u672a\u4f86\u7684\u8a55\u5206\u4e2d\u51fa\u73fe\u3002", - "This response could not be saved.": "\u4f5c\u7b54\u7121\u6cd5\u4fdd\u5b58\u3002", - "This response could not be submitted.": "\u4f5c\u7b54\u7121\u6cd5\u63d0\u4ea4\u3002", - "This response has been saved but not submitted.": "\u9019\u4e00\u4efd\u4f5c\u7b54\u5df2\u7d93\u5132\u5b58\u4e86\uff0c\u4f46\u4ecd\u672a\u63d0\u4ea4\u3002", - "This response has not been saved.": "\u4f5c\u7b54\u5c1a\u672a\u5132\u5b58\u3002", - "This section could not be loaded.": "\u9019\u500b\u90e8\u5206\u7121\u6cd5\u52a0\u8f09\u3002", - "This team does not have any members.": "\u672c\u5718\u968a\u6c92\u6709\u6210\u54e1\u3002", - "This team is full.": "\u9019\u500b\u5718\u968a\u5df2\u7d93\u6eff\u4e86\u3002", - "Time Sent": "\u5bc4\u9001\u6642\u9593", - "Time Sent:": "\u5bc4\u9001\u6642\u9593 :", - "Time Zone": "\u6642\u5340", - "Tips on taking a successful photo": "\u62cd\u4e00\u5f35\u6210\u529f\u7167\u7247\u7684\u79d8\u8a23", - "To finalize course credit, %(display_name)s requires %(platform_name)s learners to submit a credit request.": "\u70ba\u4e86\u8981\u78ba\u8a8d\u5b8c\u6210\u8ab2\u7a0b\u5b78\u5206\uff0c %(display_name)s \u8981\u6c42 %(platform_name)s \u5b78\u751f\u63d0\u4ea4\u5b78\u5206\u7533\u8acb\u3002", - "To invalidate a certificate for a particular learner, add the username or email address below.": "\u8981\u70ba\u7279\u5b9a\u5b78\u7fd2\u8005\u4f5c\u5ee2\u8b49\u66f8\uff0c\u4ee5\u4e0b\u52a0\u5165\u4f7f\u7528\u8005\u5e33\u865f\u6216email \u3002", - "To receive a certificate, you must also verify your identity.": "\u70ba\u4e86\u7372\u5f97\u8b49\u66f8\uff0c\u60a8\u5fc5\u9808\u9a57\u8b49\u60a8\u7684\u8eab\u5206\u3002", - "To receive credit for problems, you must select \"Submit\" for each problem before you select \"End My Exam\".": "\u5982\u6536\u5230\u4fe1\u7528\u7684\u554f\u984c\uff0c\u5728\u60a8\u9078\u64c7\"\u7d50\u675f\u6211\u7684\u6e2c\u9a57\"\u4e4b\u524d\uff0c\u60a8\u5fc5\u9808\u70ba\u6bcf\u500b\u554f\u984c\u9ede\u64ca\"\u63d0\u4ea4\"\u6309\u9215\u3002", - "To take a successful photo, make sure that:": "\u70ba\u4e86\u6210\u529f\u5730\u62cd\u651d\u7167\u7247\uff0c\u8acb\u78ba\u4fdd\uff1a", - "To verify your identity, you need a webcam and a government-issued photo ID.": "\u70ba\u4e86\u9a57\u8b49\u4f60\u7684\u8eab\u5206\uff0c\u4f60\u5fc5\u9808\u8981\u6709\u4e00\u500b\u651d\u5f71\u93e1\u982d\u548c\u4e00\u5f35\u8b49\u4ef6\u7684\u7167\u7247\u3002", - "Toggle Notifications Setting": "\u5207\u63db\u901a\u77e5\u8a2d\u5b9a", - "Topic": "\u4e3b\u984c", - "Topics": "\u4e3b\u984c", - "Total": "\u7e3d\u6578", - "Try the transaction again in a few minutes.": "\u8acb\u7b49\u5f85\u5e7e\u5206\u9418\u5f8c\u518d\u5617\u8a66\u3002", - "Type": "\u985e\u578b", - "Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "\u8f38\u5165\u4e00\u500b\u7db2\u5740\uff0c\u6216\u6309\u4e0b\u201c\u9078\u64c7\u6587\u4ef6\u201d\u7684\u6309\u9215\u4f86\u4e0a\u50b3\u6587\u4ef6\u3002(\u4f8b\u5982'http://example.com/img/clouds.jpg')", - "URL": "\u7db2\u5740", - "Unable to load": "\u7121\u6cd5\u8f09\u5165", - "Undo (Ctrl+Z)": "\u5fa9\u539f (Ctrl+Z)", - "Undo Changes": "\u5fa9\u539f\u8b8a\u66f4", - "Unexpected server error.": "\u672a\u9810\u671f\u7684\u4f3a\u670d\u5668\u932f\u8aa4", - "Unit": "\u55ae\u5143", - "Unit Visibility": "\u55ae\u5143\u80fd\u898b\u5ea6", - "Unknown": "\u672a\u77e5", - "Unlink This Account": "\u4e0d\u9023\u7d50\u6b64\u5e33\u865f", - "Unlink your {accountName} account": "\u53d6\u6d88\u9023\u7d50\u4f60\u7684 {accountName} \u5e33\u865f", - "Unlinking": "\u53d6\u6d88\u9023\u7d50", - "Unnamed Option": "\u672a\u547d\u540d\u7684\u9078\u9805", - "Unpublished changes to live content": "\u5167\u5bb9\u5c1a\u672a\u767c\u4f48\u4e0a\u7dda", - "Unscheduled": "\u672a\u6392\u7a0b", - "Update": "\u66f4\u65b0", - "Update team.": "\u66f4\u65b0\u5718\u968a\u8cc7\u8a0a", - "Updating with latest library content": "\u4ee5\u6700\u65b0\u7684\u8ab2\u7a0b\u7d44\u4ef6\u5eab\u5167\u5bb9\u66f4\u65b0\u4e2d", - "Upgrade Deadline": "\u8b8a\u66f4\u671f\u9650", - "Upgrade to a Verified Certificate for {courseName}": "\u5347\u7d1a\u70ba {courseName} \u7684\u5408\u683c\u8b49\u66f8", - "Upload File": "\u4e0a\u50b3\u6a94\u6848", - "Upload File and Assign Students": "\u4e0a\u50b3\u6a94\u6848\u4ee5\u53ca\u5206\u914d\u5b78\u751f", - "Upload New File": "\u4e0a\u50b3\u65b0\u6a94\u6848", - "Upload a CSV file": "\u4e0a\u50b3CSV\u6a94\u6848", - "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "\u4e0a\u50b3\u4e00\u500b\u4ee5\u9017\u865f\u5206\u9694\u7684\u503c(.csv) \u6a94\uff0c\u5176\u4e2d\u5305\u542b\u4f8b\u5916\u5b78\u7fd2\u8005\u7684\u4f7f\u7528\u8005\u5e33\u865f\u6216email\u3002 \u5728\u7b2c\u4e00\u500b\u9017\u865f\u5206\u9694\u8655\u63d0\u4f9b\u4f7f\u7528\u8005\u5e33\u865f \u6216email \u3002\u5728\u7b2c\u4e8c\u500b\u9017\u865f\u5206\u9694\u8655\uff0c\u60a8\u53ef\u4ee5\u65bc\u5099\u8a3b\u91dd\u5c0d\u4f8b\u5916\u63d0\u4f9b\u8aaa\u660e\u539f\u56e0\u3002", - "Upload an image": "\u4e0a\u50b3\u5716\u7247", - "Upload an image or capture one with your web or phone camera.": "\u4e0a\u50b3\u7167\u7247\u6216\u5f9e\u60a8\u7684\u7db2\u8def\u6216\u624b\u6a5f\u7684\u651d\u5f71\u88dd\u7f6e\u62cd\u651d\u7167\u7247\u3002", - "Upload completed": "\u4e0a\u50b3\u5b8c\u6210", - "Upload failed": "\u4e0a\u50b3\u5931\u6557", - "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "\u6b63\u5728\u4e0a\u50b3\u3002\u70ba\u4e86\u907f\u514d\u767c\u751f\u932f\u8aa4\uff0c\u8acb\u505c\u7559\u5728\u6b64\u9801\u9762\u76f4\u5230\u4e0a\u50b3\u5b8c\u7562\u3002", - "Upload signature image.": "\u4e0a\u50b3\u7c3d\u540d\u6a94\u5716\u50cf\u3002", - "Upload your course image.": "\u4e0a\u50b3\u60a8\u7684\u8ab2\u7a0b\u5716\u7247", - "Uploaded file issues. Click on \"+\" to view.": "\u4e0a\u50b3\u6587\u4ef6\u6709\u554f\u984c\u3002\u9ede\u64ca \u201c+\u201d \u4f86\u6aa2\u8996\u3002", - "Uploading": "\u4e0a\u50b3\u4e2d", - "Upset Learner": "\u611f\u5230\u4e0d\u6eff\u610f\u7684\u5b78\u751f", - "Use my institution/campus credentials": "\u4f7f\u7528\u6211\u7684\u6a5f\u69cb/\u5b78\u6821\u9a57\u8b49", - "Use the All Topics menu to find specific topics.": "\u4f7f\u7528\u201c\u6240\u6709\u4e3b\u984c\u201d\u9078\u55ae\u67e5\u627e\u7279\u5b9a\u4e3b\u984c\u3002", - "Use the retake photo button if you are not pleased with your photo": "\u5982\u679c\u60a8\u4e0d\u559c\u6b61\u60a8\u7684\u7167\u7247\uff0c\u8acb\u4f7f\u7528\u91cd\u62cd\u7167\u7247\u6309\u9215\u3002", - "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "\u4f7f\u7528\u60a8\u7684\u8996\u8a0a\u88dd\u7f6e\u62cd\u651d\u4e00\u5f35\u60a8\u7684\u7167\u7247\u3002\u6211\u5011\u5c07\u6703\u6bd4\u5c0d\u6b64\u5f35\u7167\u7247\u8207\u60a8\u7684ID\u4e0a\u7684\u7167\u7247\u3002", - "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "\u4f7f\u7528\u60a8\u7684\u8996\u8a0a\u88dd\u7f6e\u62cd\u651d\u4e00\u5f35\u60a8\u7684\u7167\u7247\u3002\u6211\u5011\u5c07\u6703\u6bd4\u5c0d\u6b64\u5f35\u7167\u7247\u8207\u60a8\u7684ID\u4e0a\u7684\u7167\u7247\u3002", - "Used": "\u5df2\u4f7f\u7528", - "User Email": "\u4f7f\u7528\u8005 Email", - "Username": "\u4f7f\u7528\u8005\u5e33\u865f", - "Username or email address": "\u4f7f\u7528\u8005\u5e33\u865f\u6216\u96fb\u5b50\u90f5\u4ef6\u4fe1\u7bb1", - "Users must create and activate their account before they can be promoted to beta tester.": "\u5728\u6210\u70ba\u6e2c\u8a66\u8005\u4e4b\u524d\uff0c\u4f7f\u7528\u8005\u5fc5\u9808\u5efa\u7acb\u4e26\u555f\u7528\u4ed6\u5011\u7684\u5e33\u865f", - "Valid": "\u6709\u6548", - "Validation Error": "\u9a57\u8b49\u932f\u8aa4", - "Validation Error While Saving": "\u5132\u5b58\u6642\uff0c\u9a57\u8b49\u767c\u751f\u932f\u8aa4", - "Verification Deadline": "\u9a57\u8b49\u671f\u9650", - "Verified Certificate": "\u5408\u683c\u8b49\u66f8", - "Verified Certificate for {courseName}": "{courseName} \u7684\u5408\u683c\u8b49\u66f8", - "Verified Certificate upgrade": "\u5408\u683c\u8b49\u66f8\u5347\u7d1a", - "Verified Status": "\u5df2\u9a57\u8b49\u72c0\u614b", - "Verified mode price": "\u8a8d\u8b49\u6a21\u5f0f\u7684\u50f9\u683c", - "Verify Now": "\u7acb\u5373\u9a57\u8b49", - "Video Capture Error": "\u5f71\u7247\u6355\u6349\u932f\u8aa4", - "View": "\u6aa2\u8996", - "View %(span_start)s %(team_name)s %(span_end)s": "\u986f\u793a %(span_start)s %(team_name)s %(span_end)s", - "View Cohort": "\u67e5\u770b\u5b78\u7fd2\u5925\u4f34", - "View Teams in the %(topic_name)s Topic": "\u986f\u793a\u542b %(topic_name)s \u6a19\u984c\u4e4b\u5718\u968a", - "View all errors": "\u67e5\u770b\u6240\u6709\u932f\u8aa4", + ], + "Showing results for \"{searchString}\"": "\u986f\u793a\"{searchString}\" \u7d50\u679c", + "Showing {firstIndex} out of {numItems} total": "\u986f\u793a {firstIndex} \uff0c\u5171\u6709{numItems} ", + "Showing {firstIndex}-{lastIndex} out of {numItems} total": "\u986f\u793a {firstIndex}-{lastIndex} \uff0c\u5171\u6709 {numItems} ", + "Sign in": "\u767b\u5165", + "Sign in here using your email address and password, or use one of the providers listed below.": "\u4f7f\u7528\u60a8\u7684\u96fb\u5b50\u90f5\u4ef6\u5730\u5740\u548c\u5bc6\u78bc\u767b\u5165\uff0c\u6216\u4f7f\u7528\u4e0b\u9762\u5217\u51fa\u7684\u7b2c\u4e09\u65b9\u767b\u5165", + "Sign in here using your email address and password.": "\u4f7f\u7528\u4f60\u7684email\u548c\u5bc6\u78bc\u767b\u5165", + "Sign in using %(providerName)s": "\u4f7f\u7528%(providerName)s \u767b\u5165", + "Sign in with %(providerName)s": "\u4f7f\u7528%(providerName)s \u767b\u5165", + "Sign in with Institution/Campus Credentials": "\u4f7f\u7528\u6a5f\u69cb/\u5b78\u6821\u767b\u5165", + "Signatory field(s) has invalid data.": "\u5df2\u8f38\u5165\u7684 field(s) \u5305\u542b\u7121\u6548\u8cc7\u6599\u3002", + "Some images in this post have been omitted": "\u9019\u7bc7\u6587\u7ae0\u4e2d\u7684\u4e00\u4e9b\u5716\u50cf\u5df2\u88ab\u907a\u6f0f\u3002", + "Something went wrong changing this enrollment. Please try again.": "\u5728\u8b8a\u66f4\u9019\u9805\u8a3b\u518a\u6642\u51fa\u73fe\u4e86\u4e00\u4e9b\u554f\u984c\u3002\u8acb\u518d\u8a66\u4e00\u6b21\u3002", + "Sorry, no results were found.": "\u62b1\u6b49\uff0c\u641c\u5c0b\u4e0d\u5230\u7d50\u679c\u3002", + "Sorted by": "\u6392\u5e8f\uff1a", + "Staff": "\u5de5\u4f5c\u4eba\u54e1", + "Staff and Learners": "\u5de5\u4f5c\u4eba\u54e1\u548c\u5b78\u7fd2\u8005", + "Start Date": "\u958b\u59cb\u65e5\u671f", + "Start generating certificates for all students in this course?": "\u958b\u59cb\u7522\u751f\u6b64\u8ab2\u7a0b\u6240\u6709\u5b78\u751f\u7684\u8b49\u66f8\uff1f", + "Start regenerating certificates for students in this course?": "\u78ba\u5b9a\u91cd\u65b0\u7522\u751f\u6b64\u8ab2\u7a0b\u6240\u6709\u5b78\u751f\u7684\u8b49\u66f8\uff1f", + "Starts": "\u958b\u59cb", + "Starts: %(start_date)s": "\u958b\u59cb\u6642\u9593\uff1a %(start_date)s", + "State": "\u72c0\u614b", + "Status": "\u72c0\u614b", + "Status of Your Response": "\u60a8\u7684\u4f5c\u7b54\u4e4b\u72c0\u614b", + "Student": "\u5b78\u751f", + "Student Removed from certificate white list successfully.": "\u5b78\u751f\u5df2\u5f9e\u8b49\u66f8\u8a31\u53ef\u540d\u55ae\u4e2d\u79fb\u9664\u6210\u529f\u3002", + "Student email or username": "\u5b78\u751f Email \u6216 \u4f7f\u7528\u8005\u540d\u7a31", + "Subject": "\u4e3b\u984c", + "Subject:": "\u4e3b\u984c :", + "Submit": "\u63d0\u4ea4", + "Submit Application": "\u63d0\u4ea4\u7533\u8acb", + "Submit enrollment change": "\u63d0\u4ea4\u8a3b\u518a\u9805\u76ee\u7684\u8b8a\u66f4", + "Submitted": "\u5df2\u63d0\u4ea4", + "Subsection": "\u7bc0", + "Subsection is hidden after due date": "\u5c0f\u7bc0\u5728\u622a\u6b62\u65e5\u671f\u5f8c\u96b1\u85cf", + "Success": "\u6210\u529f", + "Successfully deleted student state for user {user}": "\u6210\u529f\u522a\u9664\u5b78\u751f\u7528\u6236 {user} \u7684\u72c0\u614b", + "Successfully enrolled and sent email to the following users:": "\u8a3b\u518a\u6210\u529f\uff0c\u767c\u9001\u96fb\u5b50\u90f5\u4ef6\u5230\u4ee5\u4e0b\u4f7f\u7528\u8005\uff1a", + "Successfully enrolled the following users:": "\u6210\u529f\u8a3b\u518a\u4ee5\u4e0b\u4f7f\u7528\u8005\uff1a", + "Successfully rescored problem for user {user}": "\u6210\u529f\u91cd\u8a55\u7528\u6236 {user} \u5f97\u5206", + "Successfully reset the attempts for user {user}": "\u6210\u529f\u91cd\u7f6e\u7528\u6236 {user}\u7684\u8acb\u6c42", + "Successfully sent enrollment emails to the following users. They will be allowed to enroll once they register:": "\u6210\u529f\u767c\u9001\u767b\u8a18\u96fb\u5b50\u90f5\u4ef6\u3002\u4e00\u65e6\u5b8c\u6210\u5e33\u865f\u8a3b\u518a\uff0c\u4ee5\u4e0b\u4f7f\u7528\u8005\u5c07\u88ab\u5141\u8a31\u8a3b\u518a\u8ab2\u7a0b\uff1a", + "Successfully sent enrollment emails to the following users. They will be enrolled once they register:": "\u6210\u529f\u767c\u9001\u8ab2\u7a0b\u8a3b\u518a\u96fb\u5b50\u90f5\u4ef6\u3002\u4e00\u65e6\u5b8c\u6210\u5e33\u865f\u8a3b\u518a\uff0c\u4ee5\u4e0b\u4f7f\u7528\u8005\u5c07\u88ab\u8a3b\u518a\u65bc\u8ab2\u7a0b\u4e2d\uff1a", + "Successfully unlinked.": "\u6210\u529f\u5730\u53d6\u6d88\u9023\u7d50\u3002", + "Supported": "\u652f\u63f4", + "TOTAL": "\u7e3d\u984d", + "Tags": "\u6a19\u7c64", + "Tags:": "\u6a19\u7c64\ufe30", + "Take Photo": "\u7167\u76f8", + "Take Your Photo": "\u62cd\u651d\u60a8\u7684\u7167\u7247", + "Take a Photo of Your ID": "\u62cd\u651d\u4e00\u5f35\u60a8\u7684\u8b49\u4ef6\u7167", + "Take a photo of your ID": "\u62cd\u651d\u4e00\u5f35\u60a8\u7684\u8b49\u4ef6\u7167", + "Take me to the main course page": "\u5e36\u6211\u5230\u4e3b\u8981\u8ab2\u7a0b\u9801\u9762", + "Task ID": "\u4efb\u52d9\u7de8\u865f", + "Task Progress": "\u4efb\u52d9\u9032\u5ea6", + "Task Status": "\u4efb\u52d9\u72c0\u614b", + "Task Type": "\u4efb\u52d9\u985e\u578b", + "Task inputs": "\u4efb\u52d9\u8f38\u5165", + "Teaching Assistant": "\u6559\u5b78\u52a9\u7406", + "Team \"{team}\" successfully deleted.": "\u6210\u529f\u522a\u9664\u5718\u968a \"{team}\"\u3002", + "Team Description (Required) *": "\u5718\u968a\u63cf\u8ff0 (\u5fc5\u8981)", + "Team Details": "\u5718\u968a\u8a73\u7d30\u8cc7\u8a0a", + "Team Name (Required) *": "\u5718\u968a\u540d\u7a31(\u5fc5\u8981)\u3002", + "Team Search": "\u641c\u7d22\u5718\u968a", + "Team capacity": "\u5718\u968a\u80fd\u529b", + "Team description cannot have more than 300 characters.": "\u5718\u968a\u63cf\u8ff0\u4e0d\u80fd\u8d85\u904e 300 \u500b\u5b57\u5143\u3002", + "Team member profiles": "\u5718\u968a\u6210\u54e1\u500b\u4eba\u6a94\u6848", + "Team name cannot have more than 255 characters.": "\u5718\u968a\u540d\u7a31\u4e0d\u80fd\u8d85\u904e 255 \u500b\u5b57\u5143", + "Teams": "\u5718\u968a", + "Teams Pagination": "\u5718\u968a\u5206\u9801", + "Thank you for submitting your financial assistance application for {course_name}! You can expect a response in 2-4 business days.": "\u611f\u8b1d\u60a8\u63d0\u4ea4{course_name}\u7684\u7d93\u6fdf\u63f4\u52a9\u7533\u8acb\uff01\u7d93\u904e2-4\u500b\u5de5\u4f5c\u65e5\u5f8c\u76e1\u5feb\u7d66\u4e88\u60a8\u56de\u8986\u3002", + "Thank you for submitting your photos. We will review them shortly. You can now sign up for any %(platformName)s course that offers verified certificates. Verification is good for one year. After one year, you must submit photos for verification again.": "\u611f\u8b1d\u60a8\u63d0\u4ea4\u60a8\u7684\u7167\u7247\u3002\u6211\u5011\u5c07\u6703\u76e1\u5feb\u5be9\u67e5\u3002\u60a8\u73fe\u5728\u53ef\u4ee5\u8a3b\u518a\u4efb\u4f55\u63d0\u4f9b\u9a57\u8b49\u8b49\u66f8\u7684 %(platformName)s \u8ab2\u7a0b\u3002 \u9a57\u8b49\u6709\u6548\u671f\u9650\u70ba\u4e00\u5e74\u3002 \u4e00\u5e74\u5f8c\uff0c\u60a8\u5fc5\u9808\u518d\u6b21\u63d0\u4ea4\u7167\u7247\u9032\u884c\u9a57\u8b49\u3002", + "The certificate for this learner has been re-validated and the system is re-running the grade for this learner.": "\u9019\u540d\u5b78\u751f\u7684\u8b49\u66f8\u5df2\u7d93\u91cd\u65b0\u9a57\u8b49\u53ca\u7cfb\u7d71\u91cd\u65b0\u8a08\u7b97\u8a72\u540d\u5b78\u751f\u7684\u6210\u7e3e\u3002", + "The cohort cannot be added": "\u9019\u5b78\u7fd2\u5925\u4f34\u7d44\u4e0d\u80fd\u88ab\u589e\u52a0", + "The cohort cannot be saved": "\u9019\u5b78\u7fd2\u5925\u4f34\u7d44\u4e0d\u80fd\u88ab\u5132\u5b58", + "The combined length of the organization and library code fields cannot be more than <%=limit%> characters.": "\u7d44\u7e54\u8207\u8ab2\u7a0b\u7d44\u4ef6\u5eab\u7de8\u78bc\u6b04\u4f4d\u7684\u7e3d\u9577\u5ea6\u4e0d\u80fd\u8d85\u904e<%=limit%>\u5b57\u5143\u3002", + "The combined length of the organization, course number, and course run fields cannot be more than <%=limit%> characters.": "\u7d44\u7e54\u3001\u8ab2\u7a0b\u7de8\u78bc\u3001\u4ee5\u53ca\u958b\u8ab2\u6642\u7a0b\u6b04\u4f4d\u7684\u7e3d\u9577\u5ea6\u4e0d\u80fd\u8d85\u904e <%=limit%> \u5b57\u5143\u3002", + "The country that team members primarily identify with.": "\u5718\u968a\u6210\u54e1\u4e3b\u8981\u7684\u6240\u5c6c\u570b\u5bb6\u3002", + "The course end date must be later than the course start date.": "\u8ab2\u7a0b\u7684\u7d50\u675f\u65e5\u671f\u4e0d\u80fd\u5728\u958b\u59cb\u65e5\u671f\u4e4b\u524d\u3002", + "The course must have an assigned start date.": "\u8ab2\u7a0b\u5fc5\u9808\u6709\u6307\u5b9a\u7684\u958b\u59cb\u65e5\u671f\u3002", + "The course start date must be later than the enrollment start date.": "\u8ab2\u7a0b\u7684\u958b\u59cb\u65e5\u671f\u61c9\u5728\u8ab2\u7a0b\u7684\u8a3b\u518a\u958b\u59cb\u65e5\u671f\u4e4b\u5f8c\u3002", + "The display of ungraded and checked out responses could not be loaded.": "\u4e0d\u5206\u7d1a\u8207\u5df2\u56de\u61c9\u7684\u986f\u793a\u7121\u6cd5\u8f09\u5165\u3002", + "The email address you've provided isn't formatted correctly.": "\u60a8\u6240\u63d0\u4f9b\u7684\u96fb\u5b50\u90f5\u4ef6\u5730\u5740\u7684\u683c\u5f0f\u4e0d\u6b63\u78ba\u3002", + "The enrollment end date cannot be after the course end date.": "\u8a3b\u518a\u7d50\u675f\u65e5\u671f\u61c9\u5728\u8ab2\u7a0b\u7d50\u675f\u65e5\u671f\u4e4b\u524d\u3002", + "The enrollment start date cannot be after the enrollment end date.": "\u8a3b\u518a\u958b\u59cb\u65e5\u671f\u61c9\u8a72\u65e9\u65bc\u8a3b\u518a\u622a\u6b62\u65e5\u671f\u3002", + "The file must be at least {size} in size.": "\u6a94\u6848\u5927\u5c0f\u5fc5\u9808\u5927\u65bc {size}\u3002", + "The file must be smaller than {size} in size.": "\u6a94\u6848\u5fc5\u9808\u5c0f\u65bc{size} \u3002", + "The following email addresses and/or usernames are invalid:": "\u4e0b\u5217\u96fb\u5b50\u90f5\u4ef6\u5730\u5740\u548c/\u6216\u7528\u6236\u540d\u7a31\u7121\u6548\uff1a", + "The following errors were generated:": "\u7522\u751f\u4ee5\u4e0b\u7684\u932f\u8aa4\uff1a", + "The following file types are not allowed: ": "\u4e0b\u5217\u6a94\u6848\u985e\u578b\u662f\u4e0d\u5141\u8a31\u7684\uff1a", + "The following information is already a part of your {platform} profile. We\\'ve included it here for your application.": "\u4e0b\u9762\u7684\u8a0a\u606f\u5df2\u7d93\u662f\u4e00\u500b\u5c6c\u65bc\u4f60\u7684 {platform} \u500b\u4eba\u7c21\u4ecb \u3002 We\\'ve \u5df2\u7d93\u5728\u6b64\u70ba\u60a8\u63d0\u4f9b\u61c9\u7528\u7a0b\u5e8f\u3002", + "The following users are no longer enrolled in the course:": "\u4ee5\u4e0b\u7528\u6236\u5df2\u7d93\u9000\u51fa\u8ab2\u7a0b\uff1a", + "The following warnings were generated:": "\u7522\u751f\u4ee5\u4e0b\u7684\u8b66\u544a\uff1a", + "The language that team members primarily use to communicate with each other.": "\u5718\u968a\u6210\u54e1\u4e3b\u8981\u4f7f\u7528\u7684\u8a9e\u8a00\u3002", + "The minimum grade for course credit is not set.": "\u8ab2\u7a0b\u5b78\u5206\u8981\u6c42\u5c1a\u672a\u8a2d\u5b9a\u3002", + "The page \"{route}\" could not be found.": " \"{route}\" \u9801\u9762\u7121\u6cd5\u627e\u5230\u3002", + "The photo of your face matches the photo on your ID.": "\u60a8\u7167\u7247\u7684\u81c9\u8207\u60a8\u8eab\u5206\u8b49\u4e0a\u7684\u7167\u7247\u76f8\u7b26\u3002", + "The raw error message is:": "\u539f\u59cb\u932f\u8aa4\u8a0a\u606f\u662f\uff1a", + "The selected content group does not exist": "\u9078\u64c7\u7684\u5167\u5bb9\u7fa4\u7d44\u4e0d\u5b58\u5728", + "The server could not be contacted.": "\u7121\u6cd5\u806f\u7e6b\u670d\u52d9\u5668\u3002", + "The staff assessment form could not be loaded.": "\u5de5\u4f5c\u4eba\u54e1\u8a55\u5206\u8868\u7121\u6cd5\u8f09\u5165\u3002", + "The submission could not be removed from the grading pool.": "\u6b64\u63d0\u4ea4\u4e0d\u80fd\u5f9e\u8a55\u5206\u5eab\u4e2d\u79fb\u9664\u3002", + "The team \"{team}\" could not be found.": "\"{team}\" \u5718\u968a\u7121\u6cd5\u627e\u5230\u3002", + "The topic \"{topic}\" could not be found.": "\"{topic}\" \u6a19\u984c\u7121\u6cd5\u627e\u5230\u3002", + "The {cohortGroupName} cohort has been created. You can manually add students to this cohort below.": "{cohortGroupName}\u5b78\u7fd2\u5925\u4f34\u5df2\u7d93\u88ab\u7522\u751f\u3002\u60a8\u53ef\u4ee5\u624b\u52d5\u589e\u52a0\u5b78\u751f\u5230\u4ee5\u4e0b\u5b78\u7fd2\u5925\u4f34\u7d44\u3002", + "There are invalid keywords in your email. Check the following keywords and try again.": "\u60a8\u7684\u90f5\u4ef6\u88e1\u982d\u6709\u7121\u6548\u7684\u95dc\u9375\u5b57\u3002\u8acb\u6aa2\u67e5\u4ee5\u4e0b\u95dc\u9375\u5b57\u4e26\u91cd\u8a66\u3002", + "There has been an error processing your survey.": "\u8655\u7406\u8abf\u67e5\u6642\u767c\u751f\u932f\u8aa4\u3002", + "There has been an error while exporting.": "\u532f\u51fa\u6642\u767c\u751f\u932f\u8aa4\u3002", + "There has been an error with your export.": "\u60a8\u5728\u532f\u51fa\u6642\u767c\u751f\u932f\u8aa4\u3002", + "There is no email history for this course.": "\u9019\u9580\u8ab2\u7a0b\u6c92\u6709\u96fb\u5b50\u90f5\u4ef6\u6b77\u53f2\u8a18\u9304\u3002", + "There must be at least one group.": "\u52d9\u5fc5\u81f3\u5c11\u542b\u4e00\u500b\u7fa4\u7d44\u3002", + "There must be one cohort to which students can automatically be assigned.": "\u5fc5\u9808\u6709\u4e00\u7d44\u5b78\u7fd2\u5925\u4f34\u8b93\u5b78\u751f\u53ef\u4ee5\u81ea\u52d5\u88ab\u5206\u914d\u3002", + "There was a problem creating the report. Select \"Create Executive Summary\" to try again.": "\u7522\u751f\u5831\u544a\u767c\u751f\u932f\u8aa4\u3002\u9078\u64c7 \u201c\u5efa\u7acb\u6458\u8981\u201d \u518d\u8a66\u4e00\u6b21\u3002", + "There was an error changing the user's role": "\u66f4\u6539\u4f7f\u7528\u8005\u89d2\u8272\u6642\u767c\u751f\u932f\u8aa4", + "There was an error obtaining email content history for this course.": "\u7372\u53d6\u9019\u9580\u8ab2\u7a0b\u7684\u96fb\u5b50\u90f5\u4ef6\u5167\u5bb9\u6b77\u53f2\u8a18\u9304\u6709\u932f\u8aa4 \u3002", + "There was an error obtaining email task history for this course.": "\u7372\u53d6\u9019\u9580\u8ab2\u7a0b\u7684\u96fb\u5b50\u90f5\u4ef6\u4efb\u52d9\u6b77\u53f2\u8a18\u9304\u932f\u8aa4\u3002", + "There was an error, try searching again.": "\u51fa\u73fe\u932f\u8aa4\uff0c\u8acb\u91cd\u65b0\u641c\u5c0b\u3002", + "There were errors reindexing course.": "\u91cd\u65b0\u7d22\u5f15\u8ab2\u7a0b\u6642\u767c\u751f\u932f\u8aa4\u3002", + "There's already another assignment type with this name.": "\u5df2\u7d93\u6709\u53e6\u4e00\u500b\u4f5c\u696d\u985e\u578b\u4f7f\u7528\u4e86\u9019\u500b\u540d\u5b57\u3002", + "These users were not added as beta testers:": "\u4e0b\u5217\u4f7f\u7528\u8005\u4e26\u672a\u88ab\u52a0\u5165\u6e2c\u8a66\u4f7f\u7528\u8005\u4e2d\uff1a", + "These users were not affiliated with the course so could not be unenrolled:": "\u4ee5\u4e0b\u7528\u6236\u4e26\u6c92\u6709\u53c3\u8207\u8ab2\u7a0b\u6240\u4ee5\u7121\u6cd5\u53d6\u6d88\u8a3b\u518a\uff1a", + "These users were not removed as beta testers:": "\u4e0b\u5217\u4f7f\u7528\u8005\u4e26\u672a\u5f9e\u6e2c\u8a66\u4f7f\u7528\u8005\u4e2d\u79fb\u9664\uff1a", + "These users were successfully added as beta testers:": "\u4e0b\u5217\u4f7f\u7528\u8005\u5df2\u7d93\u6210\u529f\u5730\u52a0\u5165\u6e2c\u8a66\u4f7f\u7528\u8005\u4e2d\uff1a", + "These users were successfully removed as beta testers:": "\u4e0b\u5217\u4f7f\u7528\u8005\u5df2\u7d93\u6210\u529f\u5730\u5f9e\u6e2c\u8a66\u4f7f\u7528\u8005\u4e2d\u79fb\u9664\uff1a", + "These users will be allowed to enroll once they register:": "\u4e00\u65e6\u5e33\u865f\u8a3b\u518a\uff0c\u4ee5\u4e0b\u4f7f\u7528\u8005\u5c07\u88ab\u5141\u8a31\u8a3b\u518a\u8ab2\u7a0b\uff1a", + "These users will be enrolled once they register:": "\u4e00\u65e6\u5b8c\u6210\u5e33\u865f\u8a3b\u518a\uff0c\u4ee5\u4e0b\u4f7f\u7528\u8005\u88ab\u8a3b\u518a\u65bc\u8ab2\u7a0b\u4e2d\uff1a", + "This action cannot be undone.": "\u9019\u500b\u64cd\u4f5c\u5fc5\u9808\u5b8c\u6210\u3002", + "This assessment could not be submitted.": "\u9019\u4efd\u8a55\u5206\u7121\u6cd5\u63d0\u4ea4\u3002", + "This certificate has already been activated and is live. Are you sure you want to continue editing?": "\u6b64\u8a8d\u8b49\u5df2\u88ab\u555f\u52d5\u4e26\u4f7f\u7528\u4e2d\u3002\u60a8\u78ba\u5b9a\u662f\u5426\u7e7c\u7e8c\u7de8\u8f2f?", + "This course has automatic cohorting enabled for verified track learners, but cohorts are disabled. You must enable cohorts for the feature to work.": "\u9019\u9580\u8ab2\u7a0b\u5df2\u555f\u7528\u81ea\u52d5\u70ba\u5df2\u78ba\u8a8d\u8ffd\u8e64\u5b78\u7fd2\u8005\u5206\u968a\u7684\u529f\u80fd\uff0c\u4f46\u5206\u968a\u5df2\u505c\u7528\u3002\u60a8\u5fc5\u9808\u555f\u7528\u5206\u968a\uff0c\u9019\u9805\u529f\u80fd\u624d\u80fd\u904b\u4f5c\u3002", + "This course has automatic cohorting enabled for verified track learners, but the required cohort does not exist. You must create a manually-assigned cohort named '{verifiedCohortName}' for the feature to work.": "\u9019\u9580\u8ab2\u7a0b\u5df2\u555f\u7528\u81ea\u52d5\u70ba\u5df2\u78ba\u8a8d\u8ffd\u8e64\u5b78\u7fd2\u8005\u5206\u968a\u7684\u529f\u80fd\uff0c\u4f46\u6240\u9700\u7684\u5206\u968a\u4e0d\u5b58\u5728\u3002\u60a8\u5fc5\u9808\u5efa\u7acb\u540d\u70ba '{verifiedCohortName}' \u7684\u624b\u52d5\u6307\u6d3e\u5206\u968a\uff0c\u9019\u9805\u529f\u80fd\u624d\u80fd\u904b\u4f5c\u3002", + "This course uses automatic cohorting for verified track learners. You cannot disable cohorts, and you cannot rename the manual cohort named '{verifiedCohortName}'. To change the configuration for verified track cohorts, contact your edX partner manager.": "\u9019\u9580\u8ab2\u7a0b\u63a1\u7528\u81ea\u52d5\u70ba\u5df2\u78ba\u8a8d\u8ffd\u8e64\u5b78\u7fd2\u8005\u5206\u968a\u7684\u529f\u80fd\u3002\u60a8\u7121\u6cd5\u505c\u7528\u5206\u968a\uff0c\u4e5f\u7121\u6cd5\u5c07\u540d\u70ba '{verifiedCohortName}' \u7684\u624b\u52d5\u5206\u968a\u7d50\u679c\u91cd\u65b0\u547d\u540d\u3002\u82e5\u8981\u8b8a\u66f4\u5df2\u78ba\u8a8d\u8ffd\u8e64\u5206\u968a\u7684\u8a2d\u5b9a\uff0c\u8acb\u548c edX \u5925\u4f34\u7d93\u7406\u9023\u7d61\u3002", + "This feedback could not be submitted.": "\u9019\u689d\u53cd\u994b\u610f\u898b\u7121\u6cd5\u63d0\u4ea4\u3002", + "This image is for decorative purposes only and does not require a description.": "\u6b64\u5716\u7247\u50c5\u4f5c\u70ba\u8f14\u52a9\u7684\u7528\u9014\u4e26\u4e0d\u9700\u8981\u63cf\u8ff0\u3002", + "This learner will be removed from the team, allowing another learner to take the available spot.": "\u6b64\u6210\u54e1\u5c07\u88ab\u79fb\u9664\uff0c\u91cb\u51fa\u540d\u984d\u5f8c\u5176\u4ed6\u6210\u54e1\u53ef\u52a0\u5165\u3002", + "This page contains information about orders that you have placed with {platform_name}.": "\u6b64\u9801\u5305\u542b\u60a8\u900f\u904e{platform_name}\u767c\u51fa\u7684\u8a02\u55ae\u7684\u76f8\u95dc\u8a0a\u606f\u3002", + "This problem could not be saved.": "\u6b64\u554f\u984c\u7121\u6cd5\u5132\u5b58\u3002", + "This problem has already been released. Any changes will apply only to future assessments.": "\u6b64\u554f\u984c\u5df2\u7d93\u88ab\u91cb\u51fa\u4e86\u3002\u4efb\u4f55\u66f4\u6539\u90fd\u53ea\u6703\u5728\u672a\u4f86\u7684\u8a55\u5206\u4e2d\u51fa\u73fe\u3002", + "This response could not be saved.": "\u4f5c\u7b54\u7121\u6cd5\u4fdd\u5b58\u3002", + "This response could not be submitted.": "\u4f5c\u7b54\u7121\u6cd5\u63d0\u4ea4\u3002", + "This response has been saved but not submitted.": "\u9019\u4e00\u4efd\u4f5c\u7b54\u5df2\u7d93\u5132\u5b58\u4e86\uff0c\u4f46\u4ecd\u672a\u63d0\u4ea4\u3002", + "This response has not been saved.": "\u4f5c\u7b54\u5c1a\u672a\u5132\u5b58\u3002", + "This section could not be loaded.": "\u9019\u500b\u90e8\u5206\u7121\u6cd5\u52a0\u8f09\u3002", + "This team does not have any members.": "\u672c\u5718\u968a\u6c92\u6709\u6210\u54e1\u3002", + "This team is full.": "\u9019\u500b\u5718\u968a\u5df2\u7d93\u6eff\u4e86\u3002", + "Time Sent": "\u5bc4\u9001\u6642\u9593", + "Time Sent:": "\u5bc4\u9001\u6642\u9593 :", + "Time Zone": "\u6642\u5340", + "Tips on taking a successful photo": "\u62cd\u4e00\u5f35\u6210\u529f\u7167\u7247\u7684\u79d8\u8a23", + "To finalize course credit, %(display_name)s requires %(platform_name)s learners to submit a credit request.": "\u70ba\u4e86\u8981\u78ba\u8a8d\u5b8c\u6210\u8ab2\u7a0b\u5b78\u5206\uff0c %(display_name)s \u8981\u6c42 %(platform_name)s \u5b78\u751f\u63d0\u4ea4\u5b78\u5206\u7533\u8acb\u3002", + "To invalidate a certificate for a particular learner, add the username or email address below.": "\u8981\u70ba\u7279\u5b9a\u5b78\u7fd2\u8005\u4f5c\u5ee2\u8b49\u66f8\uff0c\u4ee5\u4e0b\u52a0\u5165\u4f7f\u7528\u8005\u5e33\u865f\u6216email \u3002", + "To receive a certificate, you must also verify your identity.": "\u70ba\u4e86\u7372\u5f97\u8b49\u66f8\uff0c\u60a8\u5fc5\u9808\u9a57\u8b49\u60a8\u7684\u8eab\u5206\u3002", + "To receive credit for problems, you must select \"Submit\" for each problem before you select \"End My Exam\".": "\u5982\u6536\u5230\u4fe1\u7528\u7684\u554f\u984c\uff0c\u5728\u60a8\u9078\u64c7\"\u7d50\u675f\u6211\u7684\u6e2c\u9a57\"\u4e4b\u524d\uff0c\u60a8\u5fc5\u9808\u70ba\u6bcf\u500b\u554f\u984c\u9ede\u64ca\"\u63d0\u4ea4\"\u6309\u9215\u3002", + "To take a successful photo, make sure that:": "\u70ba\u4e86\u6210\u529f\u5730\u62cd\u651d\u7167\u7247\uff0c\u8acb\u78ba\u4fdd\uff1a", + "To verify your identity, you need a webcam and a government-issued photo ID.": "\u70ba\u4e86\u9a57\u8b49\u4f60\u7684\u8eab\u5206\uff0c\u4f60\u5fc5\u9808\u8981\u6709\u4e00\u500b\u651d\u5f71\u93e1\u982d\u548c\u4e00\u5f35\u8b49\u4ef6\u7684\u7167\u7247\u3002", + "Toggle Notifications Setting": "\u5207\u63db\u901a\u77e5\u8a2d\u5b9a", + "Topic": "\u4e3b\u984c", + "Topics": "\u4e3b\u984c", + "Total": "\u7e3d\u6578", + "Try the transaction again in a few minutes.": "\u8acb\u7b49\u5f85\u5e7e\u5206\u9418\u5f8c\u518d\u5617\u8a66\u3002", + "Type": "\u985e\u578b", + "Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "\u8f38\u5165\u4e00\u500b\u7db2\u5740\uff0c\u6216\u6309\u4e0b\u201c\u9078\u64c7\u6587\u4ef6\u201d\u7684\u6309\u9215\u4f86\u4e0a\u50b3\u6587\u4ef6\u3002(\u4f8b\u5982'http://example.com/img/clouds.jpg')", + "URL": "\u7db2\u5740", + "Unable to load": "\u7121\u6cd5\u8f09\u5165", + "Undo (Ctrl+Z)": "\u5fa9\u539f (Ctrl+Z)", + "Undo Changes": "\u5fa9\u539f\u8b8a\u66f4", + "Unexpected server error.": "\u672a\u9810\u671f\u7684\u4f3a\u670d\u5668\u932f\u8aa4", + "Unit": "\u55ae\u5143", + "Unit Visibility": "\u55ae\u5143\u80fd\u898b\u5ea6", + "Unknown": "\u672a\u77e5", + "Unlink This Account": "\u4e0d\u9023\u7d50\u6b64\u5e33\u865f", + "Unlink your {accountName} account": "\u53d6\u6d88\u9023\u7d50\u4f60\u7684 {accountName} \u5e33\u865f", + "Unlinking": "\u53d6\u6d88\u9023\u7d50", + "Unnamed Option": "\u672a\u547d\u540d\u7684\u9078\u9805", + "Unpublished changes to live content": "\u5167\u5bb9\u5c1a\u672a\u767c\u4f48\u4e0a\u7dda", + "Unscheduled": "\u672a\u6392\u7a0b", + "Update": "\u66f4\u65b0", + "Update team.": "\u66f4\u65b0\u5718\u968a\u8cc7\u8a0a", + "Updating with latest library content": "\u4ee5\u6700\u65b0\u7684\u8ab2\u7a0b\u7d44\u4ef6\u5eab\u5167\u5bb9\u66f4\u65b0\u4e2d", + "Upgrade Deadline": "\u8b8a\u66f4\u671f\u9650", + "Upgrade to a Verified Certificate for {courseName}": "\u5347\u7d1a\u70ba {courseName} \u7684\u5408\u683c\u8b49\u66f8", + "Upload File": "\u4e0a\u50b3\u6a94\u6848", + "Upload File and Assign Students": "\u4e0a\u50b3\u6a94\u6848\u4ee5\u53ca\u5206\u914d\u5b78\u751f", + "Upload New File": "\u4e0a\u50b3\u65b0\u6a94\u6848", + "Upload a CSV file": "\u4e0a\u50b3CSV\u6a94\u6848", + "Upload a comma separated values (.csv) file that contains the usernames or email addresses of learners who have been given exceptions. Include the username or email address in the first comma separated field. You can include an optional note describing the reason for the exception in the second comma separated field.": "\u4e0a\u50b3\u4e00\u500b\u4ee5\u9017\u865f\u5206\u9694\u7684\u503c(.csv) \u6a94\uff0c\u5176\u4e2d\u5305\u542b\u4f8b\u5916\u5b78\u7fd2\u8005\u7684\u4f7f\u7528\u8005\u5e33\u865f\u6216email\u3002 \u5728\u7b2c\u4e00\u500b\u9017\u865f\u5206\u9694\u8655\u63d0\u4f9b\u4f7f\u7528\u8005\u5e33\u865f \u6216email \u3002\u5728\u7b2c\u4e8c\u500b\u9017\u865f\u5206\u9694\u8655\uff0c\u60a8\u53ef\u4ee5\u65bc\u5099\u8a3b\u91dd\u5c0d\u4f8b\u5916\u63d0\u4f9b\u8aaa\u660e\u539f\u56e0\u3002", + "Upload an image": "\u4e0a\u50b3\u5716\u7247", + "Upload an image or capture one with your web or phone camera.": "\u4e0a\u50b3\u7167\u7247\u6216\u5f9e\u60a8\u7684\u7db2\u8def\u6216\u624b\u6a5f\u7684\u651d\u5f71\u88dd\u7f6e\u62cd\u651d\u7167\u7247\u3002", + "Upload completed": "\u4e0a\u50b3\u5b8c\u6210", + "Upload failed": "\u4e0a\u50b3\u5931\u6557", + "Upload is in progress. To avoid errors, stay on this page until the process is complete.": "\u6b63\u5728\u4e0a\u50b3\u3002\u70ba\u4e86\u907f\u514d\u767c\u751f\u932f\u8aa4\uff0c\u8acb\u505c\u7559\u5728\u6b64\u9801\u9762\u76f4\u5230\u4e0a\u50b3\u5b8c\u7562\u3002", + "Upload signature image.": "\u4e0a\u50b3\u7c3d\u540d\u6a94\u5716\u50cf\u3002", + "Upload your course image.": "\u4e0a\u50b3\u60a8\u7684\u8ab2\u7a0b\u5716\u7247", + "Uploaded file issues. Click on \"+\" to view.": "\u4e0a\u50b3\u6587\u4ef6\u6709\u554f\u984c\u3002\u9ede\u64ca \u201c+\u201d \u4f86\u6aa2\u8996\u3002", + "Uploading": "\u4e0a\u50b3\u4e2d", + "Upset Learner": "\u611f\u5230\u4e0d\u6eff\u610f\u7684\u5b78\u751f", + "Use my institution/campus credentials": "\u4f7f\u7528\u6211\u7684\u6a5f\u69cb/\u5b78\u6821\u9a57\u8b49", + "Use the All Topics menu to find specific topics.": "\u4f7f\u7528\u201c\u6240\u6709\u4e3b\u984c\u201d\u9078\u55ae\u67e5\u627e\u7279\u5b9a\u4e3b\u984c\u3002", + "Use the retake photo button if you are not pleased with your photo": "\u5982\u679c\u60a8\u4e0d\u559c\u6b61\u60a8\u7684\u7167\u7247\uff0c\u8acb\u4f7f\u7528\u91cd\u62cd\u7167\u7247\u6309\u9215\u3002", + "Use your webcam to take a photo of your ID. We will match this photo with the photo of your face and the name on your account.": "\u4f7f\u7528\u60a8\u7684\u8996\u8a0a\u88dd\u7f6e\u62cd\u651d\u4e00\u5f35\u60a8\u7684\u7167\u7247\u3002\u6211\u5011\u5c07\u6703\u6bd4\u5c0d\u6b64\u5f35\u7167\u7247\u8207\u60a8\u7684ID\u4e0a\u7684\u7167\u7247\u3002", + "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID.": "\u4f7f\u7528\u60a8\u7684\u8996\u8a0a\u88dd\u7f6e\u62cd\u651d\u4e00\u5f35\u60a8\u7684\u7167\u7247\u3002\u6211\u5011\u5c07\u6703\u6bd4\u5c0d\u6b64\u5f35\u7167\u7247\u8207\u60a8\u7684ID\u4e0a\u7684\u7167\u7247\u3002", + "Used": "\u5df2\u4f7f\u7528", + "User Email": "\u4f7f\u7528\u8005 Email", + "Username": "\u4f7f\u7528\u8005\u5e33\u865f", + "Username or email address": "\u4f7f\u7528\u8005\u5e33\u865f\u6216\u96fb\u5b50\u90f5\u4ef6\u4fe1\u7bb1", + "Users must create and activate their account before they can be promoted to beta tester.": "\u5728\u6210\u70ba\u6e2c\u8a66\u8005\u4e4b\u524d\uff0c\u4f7f\u7528\u8005\u5fc5\u9808\u5efa\u7acb\u4e26\u555f\u7528\u4ed6\u5011\u7684\u5e33\u865f", + "Valid": "\u6709\u6548", + "Validation Error": "\u9a57\u8b49\u932f\u8aa4", + "Validation Error While Saving": "\u5132\u5b58\u6642\uff0c\u9a57\u8b49\u767c\u751f\u932f\u8aa4", + "Verification Deadline": "\u9a57\u8b49\u671f\u9650", + "Verified Certificate": "\u5408\u683c\u8b49\u66f8", + "Verified Certificate for {courseName}": "{courseName} \u7684\u5408\u683c\u8b49\u66f8", + "Verified Certificate upgrade": "\u5408\u683c\u8b49\u66f8\u5347\u7d1a", + "Verified Status": "\u5df2\u9a57\u8b49\u72c0\u614b", + "Verified mode price": "\u8a8d\u8b49\u6a21\u5f0f\u7684\u50f9\u683c", + "Verify Now": "\u7acb\u5373\u9a57\u8b49", + "Video Capture Error": "\u5f71\u7247\u6355\u6349\u932f\u8aa4", + "View": "\u6aa2\u8996", + "View %(span_start)s %(team_name)s %(span_end)s": "\u986f\u793a %(span_start)s %(team_name)s %(span_end)s", + "View Cohort": "\u67e5\u770b\u5b78\u7fd2\u5925\u4f34", + "View Teams in the %(topic_name)s Topic": "\u986f\u793a\u542b %(topic_name)s \u6a19\u984c\u4e4b\u5718\u968a", + "View all errors": "\u67e5\u770b\u6240\u6709\u932f\u8aa4", "Viewing %s course": [ "\u6aa2\u8996 %s \u8ab2\u7a0b" - ], - "Vote for good posts and responses": "\u5c0d\u65bc\u597d\u7684\u6587\u7ae0\u548c\u56de\u61c9\u6295\u4e00\u7968", - "Want to confirm your identity later?": "\u9700\u8981\u7a0d\u5f8c\u518d\u78ba\u8a8d\u60a8\u7684\u8eab\u5206\uff1f", - "Warning": "\u8b66\u544a", - "Warnings": "\u8b66\u544a", - "We couldn't find any results for \"%s\".": "\u6211\u5011\u7121\u6cd5\u7528 \"%s\" \u627e\u5230\u4efb\u4f55\u7d50\u679c\u3002", - "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "\u6211\u5011\u5df2\u7d93\u6536\u5230\u60a8\u7684\u8cc7\u8a0a\uff0c\u4e26\u6b63\u5728\u9a57\u8b49\u60a8\u7684\u8eab\u5206\u3002\u7576\u9a57\u8b49\u7a0b\u5e8f\u5b8c\u6210(\u5de5\u4f5c\u5929\u81f3\u5c111-2\u5929)\u4f60\u5c07\u6703\u770b\u5230\u4e00\u500b\u8a0a\u606f\u5728\u4f60\u7684\u8ab2\u7a0b\u5100\u8868\u677f\u4e0a\uff0c\u4f60\u4f9d\u7136\u53ef\u4ee5\u9032\u5165\u6240\u6709\u53ef\u5229\u7528\u7684\u8ab2\u7a0b\u5167\u5bb9\u3002", - "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "\u6211\u5011\u4f7f\u7528\u6700\u9ad8\u5c64\u7d1a\u5b89\u5168\u4f86\u52a0\u5bc6\u60a8\u7684\u7167\u7247\u4e26\u4e14\u50b3\u9001\u81f3\u6211\u5011\u7684\u6388\u6b0a\u670d\u52d9\u9032\u884c\u5be9\u67e5\u3002\u5728\u60a8\u5b8c\u6210\u9a57\u8b49\u7684\u904e\u7a0b\u5f8c\uff0c\u60a8\u7684\u7167\u7247\u548c\u8cc7\u8a0a\u5c07\u4e0d\u6703\u88ab\u5132\u5b58\u6216\u986f\u793a\u5728 %(platformName)s \u4e0a\u7684\u4efb\u4f55\u5730\u65b9\u3002", - "We've encountered an error. Refresh your browser and then try again.": "\u767c\u751f\u932f\u8aa4\u3002\u8acb\u91cd\u65b0\u8f09\u5165\u9801\u9762\u4e26\u91cd\u65b0\u57f7\u884c\u3002", - "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "\u6211\u5011\u5df2\u6703\u767c\u9001\u4e00\u500b\u9a57\u8b49\u8a0a\u606f\u81f3 {new_email_address}\u3002\u9ede\u64ca\u8a0a\u606f\u4e2d\u7684\u9023\u7d50\u4ee5\u66f4\u65b0\u60a8\u7684\u96fb\u5b50\u90f5\u4ef6\u4fe1\u7bb1\u3002", - "Webcam": "\u8996\u8a0a\u88dd\u7f6e", - "What You Need for Verification": "\u60a8\u9032\u884c\u9a57\u8b49\u7684\u8981\u6c42", - "What does %(platformName)s do with this photo?": " %(platformName)s \u4f7f\u7528\u6b64\u5f35\u7167\u7247\u505a\u751a\u9ebc\uff1f", - "What does this mean?": "\u9019\u662f\u4ec0\u9ebc\u610f\u601d\uff1f", - "Why does %(platformName)s need my photo?": "\u70ba\u4ec0\u9ebc %(platformName)s \u9700\u8981\u6211\u7684\u7167\u7247\uff1f", - "Would you like to sign in using your %(providerName)s credentials?": "\u4f60\u60f3\u8981\u4f7f\u7528\u4f60\u7684%(providerName)s \u8cc7\u683c\u767b\u5165\u55ce\uff1f", - "Year of Birth": "\u51fa\u751f\u5e74\u4efd", - "Yes, allow edits to the active Certificate": "\u662f\u7684\uff0c\u5141\u8a31\u7de8\u8f2f\u6b64\u8b49\u66f8\u3002", - "You already belong to another team.": "\u4f60\u5df2\u7d93\u5c6c\u65bc\u53e6\u4e00\u500b\u5718\u968a\u3002", - "You are a member of this team.": "\u60a8\u73fe\u5728\u662f\u9019\u500b\u5718\u968a\u7684\u4e00\u54e1\u4e86\u3002", - "You are currently sharing a limited profile.": "\u60a8\u76ee\u524d\u5206\u4eab\u9650\u5b9a\u7684\u500b\u4eba\u6a94\u6848\u3002", - "You are not currently a member of any team.": "\u4f60\u4e0d\u662f\u76ee\u524d\u4efb\u4f55\u5718\u968a\u4e2d\u7684\u4e00\u54e1\u3002", - "You are now enrolled as a verified student for:": "\u60a8\u5df2\u6210\u529f\u8a3b\u518a\u4f5c\u70ba\u4e00\u540d\u5df2\u8a8d\u8b49\u7684\u5b78\u751f\uff1a", - "You are sending an email message with the subject {subject} to the following recipients.": "\u60a8\u6b63\u5728\u5411\u4ee5\u4e0b\u6536\u4ef6\u4eba\u767c\u9001\u4e3b\u984c\u70ba{subject}\u7684\u96fb\u5b50\u90f5\u4ef6\u3002", - "You can link your social media accounts to simplify signing in to {platform_name}.": "\u4f60\u53ef\u4ee5\u9023\u7d50\u4f60\u7684\u793e\u7fa4\u5a92\u9ad4\u5e33\u6236\uff0c\u4ee5\u7c21\u5316\u767b\u5165{platform_name}", - "You can now enter your payment information and complete your enrollment.": "\u60a8\u73fe\u5728\u53ef\u4ee5\u8f38\u5165\u60a8\u7684\u4ed8\u6b3e\u8cc7\u8a0a\u4ee5\u53ca\u5b8c\u6210\u60a8\u7684\u8a3b\u518a\u3002", - "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "\u5373\u4f7f\u60a8\u4e0d\u5177\u5099\u4e0b\u5217\u9805\u76ee\uff0c\u60a8\u73fe\u5728\u4ecd\u7136\u53ef\u4ee5\u652f\u4ed8\uff0c\u4f46\u662f\u60a8\u9700\u8981\u5177\u5099\u9019\u4e9b\u9805\u76ee\uff0c\u624d\u80fd\u7372\u5f97\u5408\u683c\u8b49\u66f8\u3002", - "You can remove members from this team, especially if they have not participated in the team's activity.": "\u60a8\u53ef\u4ee5\u5f9e\u8a72\u7d44\u4e2d\u522a\u9664\u6210\u54e1\uff0c\u7279\u5225\u662f\u5982\u679c\u4ed6\u5011\u9084\u6c92\u6709\u53c3\u52a0\u5718\u968a\u7684\u6d3b\u52d5\u3002", - "You can upload files with these file types: ": "\u60a8\u53ef\u4ee5\u4e0a\u50b3\u9019\u4e9b\u985e\u578b\u7684\u6a94\u6848\uff1a", - "You can use your {accountName} account to sign in to your {platformName} account.": "\u4f60\u53ef\u4ee5\u4f7f\u7528\u4f60\u7684{accountName} \u5e33\u865f\uff0c\u4ee5\u767b\u5165\u4f60\u7684 {platformName} \u5e33\u865f\u3002", - "You cannot view the course as a student or beta tester before the course release date.": "\u5728\u8ab2\u7a0b\u91cb\u51fa\u65e5\u671f\u4e4b\u524d\uff0c\u60a8\u7121\u6cd5\u4ee5\u5b78\u751f\u6216\u6e2c\u8a66\u8005\u7684\u8eab\u5206\u67e5\u770b\u9019\u9580\u8ab2\u7a0b\u3002", - "You commented...": "\u60a8\u8a55\u8ad6...", - "You currently have no cohorts configured": "\u60a8\u76ee\u524d\u6c92\u6709\u555f\u7528\u5b78\u7fd2\u5925\u4f34\u8a2d\u5b9a", - "You did not select a content group": "\u60a8\u6c92\u9078\u64c7\u4e00\u500b\u5167\u5bb9\u7fa4\u7d44", - "You don't seem to have Flash installed. Get Flash to continue your verification.": "\u60a8\u4f3c\u4e4e\u5c1a\u672a\u5b89\u88dd Flash\u3002\u53d6\u5f97Flash\u4ee5\u7e7c\u7e8c\u60a8\u7684\u9a57\u8b49\u3002", - "You don't seem to have a webcam connected.": "\u60a8\u4f3c\u4e4e\u5c1a\u672a\u9023\u63a5\u8996\u8a0a\u88dd\u7f6e\u3002", - "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "\u60a8\u5fc5\u9808\u589e\u52a0\u8a55\u5206\u6a19\u6e96\u3002\u60a8\u5c07\u6703\u9700\u8981\u5728\u8a55\u5206\u7df4\u7fd2\u6b65\u9a5f\u4e2d\u9078\u64c7\u8a55\u5206\u6a19\u6e96\u9078\u9805\u3002\u8acb\u9ede\u9078\u8a2d\u5b9a\u6a19\u8b58\u4ee5\u5b8c\u6210\u6b64\u6b65\u9a5f\u3002", - "You have already verified your ID!": "\u60a8\u5df2\u7d93\u9a57\u8b49\u60a8\u7684ID\uff01", - "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "\u60a8\u5df2\u7d93\u522a\u9664 \u4e00\u500b\u6a19\u6e96\u3002\u5728\u8a55\u5206\u7df4\u7fd2\u4e2d\uff0c\u8a72\u6a19\u6e96\u5df2\u7d93\u5f9e\u7bc4\u4f8b\u4f5c\u7b54\u88e1\u522a\u9664\u3002", - "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "\u60a8\u5df2\u7d93\u522a\u9664\u4e86\u9019\u8a55\u5206\u6a19\u6e96\u4e2d\u6240\u6709\u7684\u9078\u9805\uff0c\u5df2\u7d93\u5f9e\u7bc4\u4f8b\u4f5c\u7b54\u88e1\u522a\u9664\u8a55\u5206\u6a19\u6e96\u3002", - "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "\u60a8\u5df2\u7d93\u522a\u9664 \u4e00\u500b\u9078\u9805\u3002\u5728\u8a55\u5206\u7df4\u7fd2\u6b65\u9a5f\u4e2d\uff0c\u7cfb\u7d71\u5df2\u7d93\u5f9e\u7bc4\u4f8b\u4f5c\u7b54\u88e1\u522a\u9664\u8a55\u5206\u6a19\u6e96\u4e2d\u7684\u9078\u9805\u3002\u60a8\u5fc5\u9808\u70ba\u9019\u8a55\u5206\u6a19\u6e96\u9078\u64c7\u65b0\u7684\u9078\u9805\u3002", - "You have not created any certificates yet.": "\u60a8\u5c1a\u672a\u5275\u5efa\u4efb\u4f55\u8b49\u66f8\u3002", - "You have not created any content groups yet.": "\u60a8\u5c1a\u672a\u5275\u5efa\u4efb\u4f55\u5167\u5bb9\u7fa4\u7d44\u3002", - "You have not created any group configurations yet.": "\u60a8\u5c1a\u672a\u5275\u5efa\u4efb\u4f55\u4e00\u500b\u7fa4\u7d44\u8a2d\u5b9a\u3002", - "You must enter a valid email address in order to add a new team member": "\u60a8\u5fc5\u9808\u8f38\u5165\u4e00\u500b\u6709\u6548\u7684\u96fb\u5b50\u90f5\u4ef6\u5730\u5740\u4f86\u65b0\u589e\u4e00\u4f4d\u65b0\u7684\u5718\u968a\u6210\u54e1\u3002", - "You must provide a learner name.": "\u4f60\u5fc5\u9808\u63d0\u4f9b\u4e00\u500b\u5b78\u7fd2\u8005\u5168\u540d", - "You must sign out and sign back in before your language changes take effect.": "\u5728\u60a8\u7684\u8a9e\u8a00\u66f4\u6539\u751f\u6548\u524d\uff0c\u60a8\u5fc5\u9808\u767b\u51fa\u518d\u91cd\u65b0\u767b\u5165\u3002", - "You must specify a name for the cohort": "\u60a8\u5fc5\u9808\u70ba\u5b78\u7fd2\u5925\u4f34\u7d44\u6307\u5b9a\u4e00\u500b\u540d\u7a31", - "You need a computer that has a webcam. When you receive a browser prompt, make sure that you allow access to the camera.": "\u60a8\u9700\u8981\u4e00\u53f0\u5177\u5099\u8996\u8a0a\u88dd\u7f6e\u7684\u96fb\u8166\u3002\u7576\u60a8\u63a5\u6536\u5230\u700f\u89bd\u5668\u7684\u63d0\u793a\uff0c\u8acb\u60a8\u78ba\u8a8d\u5141\u8a31\u5e33\u6236\u5b58\u53d6\u651d\u5f71\u93e1\u982d\u3002", - "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "\u60a8\u9700\u8981\u4e00\u5f35\u99d5\u7167\u3001\u8b77\u7167\uff0c\u6216\u5176\u4ed6\u653f\u5e9c\u7c3d\u767c\u7684\u8b49\u4ef6\uff0c\u9700\u5305\u542b\u60a8\u7684\u59d3\u540d\u548c\u7167\u7247\u3002", - "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "\u60a8\u9700\u8981\u4e00\u500b\u6709\u60a8\u7684\u540d\u5b57\u4ee5\u53ca\u7167\u7247\u7684ID\u3002\u4e00\u5f35\u99d5\u7167\u3001\u8b77\u7167\uff0c\u6216\u5176\u4ed6\u653f\u5e9c\u7c3d\u767c\u7684\u8b49\u4ef6\u90fd\u53ef\u63a5\u53d7\u3002", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "\u5728\u8a3b\u518a\u8ab2\u7a0b\u524d\uff0c\u60a8\u9700\u8981\u555f\u52d5\u60a8\u7684\u8cec\u865f\u3002\u6aa2\u67e5\u60a8\u4fe1\u7bb1\u4e2d\u7684\u555f\u52d5\u90f5\u4ef6\u3002", - "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "\u5728\u8a3b\u518a\u8ab2\u7a0b\u524d\uff0c\u60a8\u9700\u8981\u555f\u52d5\u60a8\u7684\u8cec\u6236\u3002\n\u6aa2\u67e5\u60a8\u4fe1\u7bb1\u4e2d\u7684\u555f\u52d5\u90f5\u4ef6\u3002\u5b8c\u6210\u555f\u52d5\u5f8c\uff0c\u60a8\u53ef\u518d\u56de\u4f86\u4ee5\u53ca\u5237\u65b0\u6b64\u9801\u9762\u3002", - "You still need to visit the %(display_name)s website to complete the credit process.": "\u4f60\u4ecd\u7136\u9700\u8981\u8a2a\u554f %(display_name)s \u7db2\u7ad9\u4ee5\u5b8c\u6210\u4fe1\u8cb8\u904e\u7a0b", - "You will not receive notification for emails that bounce, so double-check your spelling.": "\u5c0d\u8a72\u985e\u554f\u984c\u60a8\u4e0d\u6703\u53d7\u5230\u63d0\u793a\u90f5\u4ef6\uff0c\u56e0\u6b64\u8acb\u4ed4\u7d30\u6aa2\u67e5\uff0c\u78ba\u4fdd\u62fc\u5beb\u7121\u8aa4\u3002", - "You will use your webcam to take a picture of your face and of your government-issued photo ID.": "\u60a8\u53ef\u4ee5\u4f7f\u7528\u60a8\u7684\u8996\u8a0a\u88dd\u7f6e\u62cd\u651d\u4e00\u5f35\u60a8\u7684\u7167\u7247\uff0c\u548c\u653f\u5e9c\u7c3d\u767c\u7684\u8b49\u4ef6\u7167\u7247\u3002", - "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "\u60a8\u5373\u5c07\u9001\u51fa\u4f60\u7684\u4f5c\u7b54\uff0c\u4e00\u65e6\u9001\u51fa\u4f5c\u7b54\u5c31\u4e0d\u80fd\u4fee\u6539\uff0c\u4e5f\u7121\u6cd5\u91cd\u65b0\u9001\u51fa\u65b0\u7684\u4f5c\u7b54\u3002", - "You've made some changes": "\u60a8\u5df2\u7d93\u505a\u4e86\u66f4\u6539", - "You've made some changes, but there are some errors": "\u60a8\u505a\u4e86\u4e00\u4e9b\u8b8a\u66f4\uff0c\u4f46\u51fa\u73fe\u932f\u8aa4\u3002", - "You've successfully signed into %(currentProvider)s.": "\u60a8\u5df2\u7d93\u6210\u529f\u767b\u5165 %(currentProvider)s.", - "Your ID must be a government-issued photo ID that clearly shows your face.": "\u60a8\u7684ID\u5fc5\u9808\u662f\u653f\u5e9c\u7c3d\u767c\u7684\u8b49\u4ef6\u7167\u7247\uff0c\u4e26\u6e05\u695a\u5730\u986f\u793a\u4f60\u7684\u81c9\u3002", - "Your changes have been saved.": "\u60a8\u505a\u7684\u8b8a\u66f4\u5df2\u88ab\u5132\u5b58\u3002", - "Your changes will not take effect until you save your progress.": "\u60a8\u6240\u505a\u7684\u8b8a\u66f4\u5132\u5b58\u4e4b\u5f8c\u624d\u6703\u751f\u6548\u3002", - "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "\u60a8\u5fc5\u9808\u5132\u5b58\u60a8\u7684\u9032\u5ea6\uff0c\u5426\u5247\u9019\u4e9b\u8b8a\u66f4\u4e0d\u6703\u751f\u6548\u3002\u7531\u65bc\u7cfb\u7d71\u66ab\u6642\u4e0d\u652f\u63f4\u6821\u9a57\u529f\u80fd\uff0c\u8acb\u4ed4\u7d30\u6aa2\u67e5\u95dc\u9375\u5b57\u548c\u5c0d\u61c9\u7684\u503c\u5c0d\u3002", - "Your donation could not be submitted.": "\u60a8\u7684\u6350\u6b3e\u7121\u6cd5\u63d0\u4ea4\u3002", - "Your email message was successfully queued for sending. In courses with a large number of learners, email messages to learners might take up to an hour to be sent.": "\u60a8\u7684\u96fb\u5b50\u90f5\u4ef6\u5df2\u6210\u529f\u5217\u5165\u7b49\u5f85\u767c\u9001\u3002\u5728\u5177\u6709\u5927\u91cf\u5b78\u7fd2\u8005\u7684\u8ab2\u7a0b\u4e2d\uff0c\u5411\u5b78\u7fd2\u8005\u767c\u9001\u7684\u96fb\u5b50\u90f5\u4ef6\u53ef\u80fd\u9700\u8981\u4e00\u500b\u5c0f\u6642\u6642\u9593\u767c\u9001\u3002", - "Your entire face fits inside the frame.": "\u60a8\u7684\u81c9\u90e8\u90fd\u5728\u65b9\u6846\u4e2d\u3002", - "Your face is well-lit.": "\u60a8\u81c9\u90e8\u662f\u5149\u7dda\u5145\u8db3\u7684\u3002", - "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "\u60a8\u7684\u6a94\u6848'{file}'\u5df2\u7d93\u88ab\u4e0a\u50b3\u3002\u8acb\u7b49\u5f85\u5e7e\u5206\u9418\u9032\u884c\u8655\u7406\u3002", - "Your file could not be uploaded": "\u60a8\u7684\u6a94\u6848\u7121\u6cd5\u4e0a\u50b3", - "Your file has been deleted.": "\u60a8\u7684\u6a94\u6848\u5df2\u7d93\u88ab\u522a\u9664", - "Your message cannot be blank.": "\u60a8\u7684\u8a0a\u606f\u4e0d\u80fd\u70ba\u7a7a\u3002", - "Your message must have a subject.": "\u60a8\u7684\u8a0a\u606f\u5fc5\u9808\u6709\u4e00\u500b\u4e3b\u984c\u3002", - "Your message must have at least one target.": "\u60a8\u7684\u8a0a\u606f\u5fc5\u9808\u6709\u81f3\u5c11\u4e00\u500b\u76ee\u6a19\u3002", - "Your policy changes have been saved.": "\u60a8\u7684\u7b56\u7565\u8b8a\u66f4\u00df\u5df2\u88ab\u5132\u5b58\u3002", - "Your post will be discarded.": "\u60a8\u7684\u6587\u7ae0\u5c07\u6703\u88ab\u6368\u68c4\u3002", - "Your request could not be completed. Reload the page and try again.": "\u60a8\u7684\u8acb\u6c42\u7121\u6cd5\u5b8c\u6210\u3002\u5237\u65b0\u9801\u9762\uff0c\u7136\u5f8c\u91cd\u8a66\u3002", - "Your request could not be completed. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u7121\u6cd5\u5b8c\u6210\u60a8\u7684\u8981\u6c42\u3002\u8acb\u91cd\u65b0\u8f09\u5165\u9801\u9762\u4e26\u518d\u8a66\u4e00\u6b21\u3002\u5982\u679c\u554f\u984c\u4ecd\u6301\u7e8c\uff0c\u8acb\u9ede\u64ca [\u8aaa\u660e] \u6a19\u7c64\u56de\u5831\u554f\u984c\u3002", - "Your team could not be created.": "\u60a8\u7684\u5718\u968a\u7121\u6cd5\u5efa\u7acb\u3002", - "Your team could not be updated.": "\u60a8\u7684\u5718\u968a\u7121\u6cd5\u66f4\u65b0\u3002", - "Your upload of '{file}' failed.": "\u60a8\u7684\u6a94\u6848 '{file}'\u4e0a\u50b3\u5931\u6557\u3002", - "Your upload of '{file}' succeeded.": "\u60a8\u7684\u6a94\u6848 '{file}'\u4e0a\u50b3\u6210\u529f\u3002", - "Your video uploads are not complete.": "\u60a8\u7684\u5f71\u50cf\u5c1a\u672a\u4e0a\u50b3\u5b8c\u6210\u3002", - "Yourself": "\u4f60\u81ea\u5df1", - "Zoom In": "\u653e\u5927", - "Zoom Out": "\u7e2e\u5c0f", - "[no tags]": "[no tags]", - "and others": "\u5176\u4ed6", - "anonymous": "\u533f\u540d", - "bytes": "bytes", - "certificate": "\u8b49\u66f8", - "content group": "\u5167\u5bb9\u7fa4\u7d44", - "course id": "\u8ab2\u7a0b\u7de8\u865f", - "dragging": "\u62d6\u8457", - "dragging out of slider": "\u62d6\u66f3\u51fa\u6ed1\u52d5\u689d", - "dropped in slider": "\u62d6\u66f3\u9032\u6ed1\u52d5\u689d", - "dropped on target": "\u62d6\u66f3\u5230\u76ee\u6a19\u4e0a", - "e.g. 'Sky with clouds'. The description is helpful for users who cannot see the image.": "\u4f8b\u5982\u201c\u5929\u7a7a\u6709\u96f2\u201d\u3002\u8a72\u63cf\u8ff0\u5c0d\u65bc\u7121\u6cd5\u770b\u898b\u5716\u7247\u7684\u4f7f\u7528\u8005\u662f\u6709\u5e6b\u52a9\u7684\u3002", - "e.g. 'google'": "\u4f8b\u5982'google'", - "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "\u4f8b\u5b50\uff1a DavidWang@example.com, DavidWang, davidwang@example.com", - "emphasized text": "\u5f37\u8abf\u6587\u5b57", - "enter code here": "\u8acb\u5728\u6b64\u8f38\u5165\u4ee3\u78bc", - "enter link description here": "\u8acb\u5728\u6b64\u8f38\u5165\u93c8\u63a5\u7684\u63cf\u8ff0", - "group configuration": "\u7fa4\u7d44\u8a2d\u5b9a", - "image omitted": "\u5716\u50cf\u88ab\u7701\u7565", - "last activity": "\u6700\u5f8c\u6d3b\u52d5", - "name": "\u540d\u7a31", - "open slots": "Open slots", - "or": "\u6216\u8005", - "or create a new one here": "\u6216\u662f\u586b\u5beb\u8868\u55ae\u8a3b\u518a", - "or sign in with": "\u6216\u767b\u5165\u7528", - "price": "\u50f9\u683c", - "remove": "\u79fb\u9664", - "remove all": "\u5168\u90e8\u79fb\u9664", - "strong text": "\u5f37\u70c8\u6587\u5b57", - "team count": "\u5718\u968a\u7e3d\u6578", + ], + "Vote for good posts and responses": "\u5c0d\u65bc\u597d\u7684\u6587\u7ae0\u548c\u56de\u61c9\u6295\u4e00\u7968", + "Want to confirm your identity later?": "\u9700\u8981\u7a0d\u5f8c\u518d\u78ba\u8a8d\u60a8\u7684\u8eab\u5206\uff1f", + "Warning": "\u8b66\u544a", + "Warnings": "\u8b66\u544a", + "We couldn't find any results for \"%s\".": "\u6211\u5011\u7121\u6cd5\u7528 \"%s\" \u627e\u5230\u4efb\u4f55\u7d50\u679c\u3002", + "We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.": "\u6211\u5011\u5df2\u7d93\u6536\u5230\u60a8\u7684\u8cc7\u8a0a\uff0c\u4e26\u6b63\u5728\u9a57\u8b49\u60a8\u7684\u8eab\u5206\u3002\u7576\u9a57\u8b49\u7a0b\u5e8f\u5b8c\u6210(\u5de5\u4f5c\u5929\u81f3\u5c111-2\u5929)\u4f60\u5c07\u6703\u770b\u5230\u4e00\u500b\u8a0a\u606f\u5728\u4f60\u7684\u8ab2\u7a0b\u5100\u8868\u677f\u4e0a\uff0c\u4f60\u4f9d\u7136\u53ef\u4ee5\u9032\u5165\u6240\u6709\u53ef\u5229\u7528\u7684\u8ab2\u7a0b\u5167\u5bb9\u3002", + "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete.": "\u6211\u5011\u4f7f\u7528\u6700\u9ad8\u5c64\u7d1a\u5b89\u5168\u4f86\u52a0\u5bc6\u60a8\u7684\u7167\u7247\u4e26\u4e14\u50b3\u9001\u81f3\u6211\u5011\u7684\u6388\u6b0a\u670d\u52d9\u9032\u884c\u5be9\u67e5\u3002\u5728\u60a8\u5b8c\u6210\u9a57\u8b49\u7684\u904e\u7a0b\u5f8c\uff0c\u60a8\u7684\u7167\u7247\u548c\u8cc7\u8a0a\u5c07\u4e0d\u6703\u88ab\u5132\u5b58\u6216\u986f\u793a\u5728 %(platformName)s \u4e0a\u7684\u4efb\u4f55\u5730\u65b9\u3002", + "We've encountered an error. Refresh your browser and then try again.": "\u767c\u751f\u932f\u8aa4\u3002\u8acb\u91cd\u65b0\u8f09\u5165\u9801\u9762\u4e26\u91cd\u65b0\u57f7\u884c\u3002", + "We've sent a confirmation message to {new_email_address}. Click the link in the message to update your email address.": "\u6211\u5011\u5df2\u6703\u767c\u9001\u4e00\u500b\u9a57\u8b49\u8a0a\u606f\u81f3 {new_email_address}\u3002\u9ede\u64ca\u8a0a\u606f\u4e2d\u7684\u9023\u7d50\u4ee5\u66f4\u65b0\u60a8\u7684\u96fb\u5b50\u90f5\u4ef6\u4fe1\u7bb1\u3002", + "Webcam": "\u8996\u8a0a\u88dd\u7f6e", + "What You Need for Verification": "\u60a8\u9032\u884c\u9a57\u8b49\u7684\u8981\u6c42", + "What does %(platformName)s do with this photo?": " %(platformName)s \u4f7f\u7528\u6b64\u5f35\u7167\u7247\u505a\u751a\u9ebc\uff1f", + "What does this mean?": "\u9019\u662f\u4ec0\u9ebc\u610f\u601d\uff1f", + "Why does %(platformName)s need my photo?": "\u70ba\u4ec0\u9ebc %(platformName)s \u9700\u8981\u6211\u7684\u7167\u7247\uff1f", + "Would you like to sign in using your %(providerName)s credentials?": "\u4f60\u60f3\u8981\u4f7f\u7528\u4f60\u7684%(providerName)s \u8cc7\u683c\u767b\u5165\u55ce\uff1f", + "Year of Birth": "\u51fa\u751f\u5e74\u4efd", + "Yes, allow edits to the active Certificate": "\u662f\u7684\uff0c\u5141\u8a31\u7de8\u8f2f\u6b64\u8b49\u66f8\u3002", + "You already belong to another team.": "\u4f60\u5df2\u7d93\u5c6c\u65bc\u53e6\u4e00\u500b\u5718\u968a\u3002", + "You are a member of this team.": "\u60a8\u73fe\u5728\u662f\u9019\u500b\u5718\u968a\u7684\u4e00\u54e1\u4e86\u3002", + "You are currently sharing a limited profile.": "\u60a8\u76ee\u524d\u5206\u4eab\u9650\u5b9a\u7684\u500b\u4eba\u6a94\u6848\u3002", + "You are not currently a member of any team.": "\u4f60\u4e0d\u662f\u76ee\u524d\u4efb\u4f55\u5718\u968a\u4e2d\u7684\u4e00\u54e1\u3002", + "You are now enrolled as a verified student for:": "\u60a8\u5df2\u6210\u529f\u8a3b\u518a\u4f5c\u70ba\u4e00\u540d\u5df2\u8a8d\u8b49\u7684\u5b78\u751f\uff1a", + "You are sending an email message with the subject {subject} to the following recipients.": "\u60a8\u6b63\u5728\u5411\u4ee5\u4e0b\u6536\u4ef6\u4eba\u767c\u9001\u4e3b\u984c\u70ba{subject}\u7684\u96fb\u5b50\u90f5\u4ef6\u3002", + "You can link your social media accounts to simplify signing in to {platform_name}.": "\u4f60\u53ef\u4ee5\u9023\u7d50\u4f60\u7684\u793e\u7fa4\u5a92\u9ad4\u5e33\u6236\uff0c\u4ee5\u7c21\u5316\u767b\u5165{platform_name}", + "You can now enter your payment information and complete your enrollment.": "\u60a8\u73fe\u5728\u53ef\u4ee5\u8f38\u5165\u60a8\u7684\u4ed8\u6b3e\u8cc7\u8a0a\u4ee5\u53ca\u5b8c\u6210\u60a8\u7684\u8a3b\u518a\u3002", + "You can pay now even if you don't have the following items available, but you will need to have these to qualify to earn a Verified Certificate.": "\u5373\u4f7f\u60a8\u4e0d\u5177\u5099\u4e0b\u5217\u9805\u76ee\uff0c\u60a8\u73fe\u5728\u4ecd\u7136\u53ef\u4ee5\u652f\u4ed8\uff0c\u4f46\u662f\u60a8\u9700\u8981\u5177\u5099\u9019\u4e9b\u9805\u76ee\uff0c\u624d\u80fd\u7372\u5f97\u5408\u683c\u8b49\u66f8\u3002", + "You can remove members from this team, especially if they have not participated in the team's activity.": "\u60a8\u53ef\u4ee5\u5f9e\u8a72\u7d44\u4e2d\u522a\u9664\u6210\u54e1\uff0c\u7279\u5225\u662f\u5982\u679c\u4ed6\u5011\u9084\u6c92\u6709\u53c3\u52a0\u5718\u968a\u7684\u6d3b\u52d5\u3002", + "You can upload files with these file types: ": "\u60a8\u53ef\u4ee5\u4e0a\u50b3\u9019\u4e9b\u985e\u578b\u7684\u6a94\u6848\uff1a", + "You can use your {accountName} account to sign in to your {platformName} account.": "\u4f60\u53ef\u4ee5\u4f7f\u7528\u4f60\u7684{accountName} \u5e33\u865f\uff0c\u4ee5\u767b\u5165\u4f60\u7684 {platformName} \u5e33\u865f\u3002", + "You cannot view the course as a student or beta tester before the course release date.": "\u5728\u8ab2\u7a0b\u91cb\u51fa\u65e5\u671f\u4e4b\u524d\uff0c\u60a8\u7121\u6cd5\u4ee5\u5b78\u751f\u6216\u6e2c\u8a66\u8005\u7684\u8eab\u5206\u67e5\u770b\u9019\u9580\u8ab2\u7a0b\u3002", + "You commented...": "\u60a8\u8a55\u8ad6...", + "You currently have no cohorts configured": "\u60a8\u76ee\u524d\u6c92\u6709\u555f\u7528\u5b78\u7fd2\u5925\u4f34\u8a2d\u5b9a", + "You did not select a content group": "\u60a8\u6c92\u9078\u64c7\u4e00\u500b\u5167\u5bb9\u7fa4\u7d44", + "You don't seem to have Flash installed. Get Flash to continue your verification.": "\u60a8\u4f3c\u4e4e\u5c1a\u672a\u5b89\u88dd Flash\u3002\u53d6\u5f97Flash\u4ee5\u7e7c\u7e8c\u60a8\u7684\u9a57\u8b49\u3002", + "You don't seem to have a webcam connected.": "\u60a8\u4f3c\u4e4e\u5c1a\u672a\u9023\u63a5\u8996\u8a0a\u88dd\u7f6e\u3002", + "You have added a criterion. You will need to select an option for the criterion in the Learner Training step. To do this, click the Settings tab.": "\u60a8\u5fc5\u9808\u589e\u52a0\u8a55\u5206\u6a19\u6e96\u3002\u60a8\u5c07\u6703\u9700\u8981\u5728\u8a55\u5206\u7df4\u7fd2\u6b65\u9a5f\u4e2d\u9078\u64c7\u8a55\u5206\u6a19\u6e96\u9078\u9805\u3002\u8acb\u9ede\u9078\u8a2d\u5b9a\u6a19\u8b58\u4ee5\u5b8c\u6210\u6b64\u6b65\u9a5f\u3002", + "You have already verified your ID!": "\u60a8\u5df2\u7d93\u9a57\u8b49\u60a8\u7684ID\uff01", + "You have deleted a criterion. The criterion has been removed from the example responses in the Learner Training step.": "\u60a8\u5df2\u7d93\u522a\u9664 \u4e00\u500b\u6a19\u6e96\u3002\u5728\u8a55\u5206\u7df4\u7fd2\u4e2d\uff0c\u8a72\u6a19\u6e96\u5df2\u7d93\u5f9e\u7bc4\u4f8b\u4f5c\u7b54\u88e1\u522a\u9664\u3002", + "You have deleted all the options for this criterion. The criterion has been removed from the sample responses in the Learner Training step.": "\u60a8\u5df2\u7d93\u522a\u9664\u4e86\u9019\u8a55\u5206\u6a19\u6e96\u4e2d\u6240\u6709\u7684\u9078\u9805\uff0c\u5df2\u7d93\u5f9e\u7bc4\u4f8b\u4f5c\u7b54\u88e1\u522a\u9664\u8a55\u5206\u6a19\u6e96\u3002", + "You have deleted an option. That option has been removed from its criterion in the sample responses in the Learner Training step. You might have to select a new option for the criterion.": "\u60a8\u5df2\u7d93\u522a\u9664 \u4e00\u500b\u9078\u9805\u3002\u5728\u8a55\u5206\u7df4\u7fd2\u6b65\u9a5f\u4e2d\uff0c\u7cfb\u7d71\u5df2\u7d93\u5f9e\u7bc4\u4f8b\u4f5c\u7b54\u88e1\u522a\u9664\u8a55\u5206\u6a19\u6e96\u4e2d\u7684\u9078\u9805\u3002\u60a8\u5fc5\u9808\u70ba\u9019\u8a55\u5206\u6a19\u6e96\u9078\u64c7\u65b0\u7684\u9078\u9805\u3002", + "You have not created any certificates yet.": "\u60a8\u5c1a\u672a\u5275\u5efa\u4efb\u4f55\u8b49\u66f8\u3002", + "You have not created any content groups yet.": "\u60a8\u5c1a\u672a\u5275\u5efa\u4efb\u4f55\u5167\u5bb9\u7fa4\u7d44\u3002", + "You have not created any group configurations yet.": "\u60a8\u5c1a\u672a\u5275\u5efa\u4efb\u4f55\u4e00\u500b\u7fa4\u7d44\u8a2d\u5b9a\u3002", + "You must enter a valid email address in order to add a new team member": "\u60a8\u5fc5\u9808\u8f38\u5165\u4e00\u500b\u6709\u6548\u7684\u96fb\u5b50\u90f5\u4ef6\u5730\u5740\u4f86\u65b0\u589e\u4e00\u4f4d\u65b0\u7684\u5718\u968a\u6210\u54e1\u3002", + "You must provide a learner name.": "\u4f60\u5fc5\u9808\u63d0\u4f9b\u4e00\u500b\u5b78\u7fd2\u8005\u5168\u540d", + "You must sign out and sign back in before your language changes take effect.": "\u5728\u60a8\u7684\u8a9e\u8a00\u66f4\u6539\u751f\u6548\u524d\uff0c\u60a8\u5fc5\u9808\u767b\u51fa\u518d\u91cd\u65b0\u767b\u5165\u3002", + "You must specify a name for the cohort": "\u60a8\u5fc5\u9808\u70ba\u5b78\u7fd2\u5925\u4f34\u7d44\u6307\u5b9a\u4e00\u500b\u540d\u7a31", + "You need a computer that has a webcam. When you receive a browser prompt, make sure that you allow access to the camera.": "\u60a8\u9700\u8981\u4e00\u53f0\u5177\u5099\u8996\u8a0a\u88dd\u7f6e\u7684\u96fb\u8166\u3002\u7576\u60a8\u63a5\u6536\u5230\u700f\u89bd\u5668\u7684\u63d0\u793a\uff0c\u8acb\u60a8\u78ba\u8a8d\u5141\u8a31\u5e33\u6236\u5b58\u53d6\u651d\u5f71\u93e1\u982d\u3002", + "You need a driver's license, passport, or other government-issued ID that has your name and photo.": "\u60a8\u9700\u8981\u4e00\u5f35\u99d5\u7167\u3001\u8b77\u7167\uff0c\u6216\u5176\u4ed6\u653f\u5e9c\u7c3d\u767c\u7684\u8b49\u4ef6\uff0c\u9700\u5305\u542b\u60a8\u7684\u59d3\u540d\u548c\u7167\u7247\u3002", + "You need an ID with your name and photo. A driver's license, passport, or other government-issued IDs are all acceptable.": "\u60a8\u9700\u8981\u4e00\u500b\u6709\u60a8\u7684\u540d\u5b57\u4ee5\u53ca\u7167\u7247\u7684ID\u3002\u4e00\u5f35\u99d5\u7167\u3001\u8b77\u7167\uff0c\u6216\u5176\u4ed6\u653f\u5e9c\u7c3d\u767c\u7684\u8b49\u4ef6\u90fd\u53ef\u63a5\u53d7\u3002", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email.": "\u5728\u8a3b\u518a\u8ab2\u7a0b\u524d\uff0c\u60a8\u9700\u8981\u555f\u52d5\u60a8\u7684\u8cec\u865f\u3002\u6aa2\u67e5\u60a8\u4fe1\u7bb1\u4e2d\u7684\u555f\u52d5\u90f5\u4ef6\u3002", + "You need to activate your account before you can enroll in courses. Check your inbox for an activation email. After you complete activation you can return and refresh this page.": "\u5728\u8a3b\u518a\u8ab2\u7a0b\u524d\uff0c\u60a8\u9700\u8981\u555f\u52d5\u60a8\u7684\u8cec\u6236\u3002\n\u6aa2\u67e5\u60a8\u4fe1\u7bb1\u4e2d\u7684\u555f\u52d5\u90f5\u4ef6\u3002\u5b8c\u6210\u555f\u52d5\u5f8c\uff0c\u60a8\u53ef\u518d\u56de\u4f86\u4ee5\u53ca\u5237\u65b0\u6b64\u9801\u9762\u3002", + "You still need to visit the %(display_name)s website to complete the credit process.": "\u4f60\u4ecd\u7136\u9700\u8981\u8a2a\u554f %(display_name)s \u7db2\u7ad9\u4ee5\u5b8c\u6210\u4fe1\u8cb8\u904e\u7a0b", + "You will not receive notification for emails that bounce, so double-check your spelling.": "\u5c0d\u8a72\u985e\u554f\u984c\u60a8\u4e0d\u6703\u53d7\u5230\u63d0\u793a\u90f5\u4ef6\uff0c\u56e0\u6b64\u8acb\u4ed4\u7d30\u6aa2\u67e5\uff0c\u78ba\u4fdd\u62fc\u5beb\u7121\u8aa4\u3002", + "You will use your webcam to take a picture of your face and of your government-issued photo ID.": "\u60a8\u53ef\u4ee5\u4f7f\u7528\u60a8\u7684\u8996\u8a0a\u88dd\u7f6e\u62cd\u651d\u4e00\u5f35\u60a8\u7684\u7167\u7247\uff0c\u548c\u653f\u5e9c\u7c3d\u767c\u7684\u8b49\u4ef6\u7167\u7247\u3002", + "You're about to submit your response for this assignment. After you submit this response, you can't change it or submit a new response.": "\u60a8\u5373\u5c07\u9001\u51fa\u4f60\u7684\u4f5c\u7b54\uff0c\u4e00\u65e6\u9001\u51fa\u4f5c\u7b54\u5c31\u4e0d\u80fd\u4fee\u6539\uff0c\u4e5f\u7121\u6cd5\u91cd\u65b0\u9001\u51fa\u65b0\u7684\u4f5c\u7b54\u3002", + "You've made some changes": "\u60a8\u5df2\u7d93\u505a\u4e86\u66f4\u6539", + "You've made some changes, but there are some errors": "\u60a8\u505a\u4e86\u4e00\u4e9b\u8b8a\u66f4\uff0c\u4f46\u51fa\u73fe\u932f\u8aa4\u3002", + "You've successfully signed into %(currentProvider)s.": "\u60a8\u5df2\u7d93\u6210\u529f\u767b\u5165 %(currentProvider)s.", + "Your ID must be a government-issued photo ID that clearly shows your face.": "\u60a8\u7684ID\u5fc5\u9808\u662f\u653f\u5e9c\u7c3d\u767c\u7684\u8b49\u4ef6\u7167\u7247\uff0c\u4e26\u6e05\u695a\u5730\u986f\u793a\u4f60\u7684\u81c9\u3002", + "Your changes have been saved.": "\u60a8\u505a\u7684\u8b8a\u66f4\u5df2\u88ab\u5132\u5b58\u3002", + "Your changes will not take effect until you save your progress.": "\u60a8\u6240\u505a\u7684\u8b8a\u66f4\u5132\u5b58\u4e4b\u5f8c\u624d\u6703\u751f\u6548\u3002", + "Your changes will not take effect until you save your progress. Take care with key and value formatting, as validation is not implemented.": "\u60a8\u5fc5\u9808\u5132\u5b58\u60a8\u7684\u9032\u5ea6\uff0c\u5426\u5247\u9019\u4e9b\u8b8a\u66f4\u4e0d\u6703\u751f\u6548\u3002\u7531\u65bc\u7cfb\u7d71\u66ab\u6642\u4e0d\u652f\u63f4\u6821\u9a57\u529f\u80fd\uff0c\u8acb\u4ed4\u7d30\u6aa2\u67e5\u95dc\u9375\u5b57\u548c\u5c0d\u61c9\u7684\u503c\u5c0d\u3002", + "Your donation could not be submitted.": "\u60a8\u7684\u6350\u6b3e\u7121\u6cd5\u63d0\u4ea4\u3002", + "Your email message was successfully queued for sending. In courses with a large number of learners, email messages to learners might take up to an hour to be sent.": "\u60a8\u7684\u96fb\u5b50\u90f5\u4ef6\u5df2\u6210\u529f\u5217\u5165\u7b49\u5f85\u767c\u9001\u3002\u5728\u5177\u6709\u5927\u91cf\u5b78\u7fd2\u8005\u7684\u8ab2\u7a0b\u4e2d\uff0c\u5411\u5b78\u7fd2\u8005\u767c\u9001\u7684\u96fb\u5b50\u90f5\u4ef6\u53ef\u80fd\u9700\u8981\u4e00\u500b\u5c0f\u6642\u6642\u9593\u767c\u9001\u3002", + "Your entire face fits inside the frame.": "\u60a8\u7684\u81c9\u90e8\u90fd\u5728\u65b9\u6846\u4e2d\u3002", + "Your face is well-lit.": "\u60a8\u81c9\u90e8\u662f\u5149\u7dda\u5145\u8db3\u7684\u3002", + "Your file '{file}' has been uploaded. Allow a few minutes for processing.": "\u60a8\u7684\u6a94\u6848'{file}'\u5df2\u7d93\u88ab\u4e0a\u50b3\u3002\u8acb\u7b49\u5f85\u5e7e\u5206\u9418\u9032\u884c\u8655\u7406\u3002", + "Your file could not be uploaded": "\u60a8\u7684\u6a94\u6848\u7121\u6cd5\u4e0a\u50b3", + "Your file has been deleted.": "\u60a8\u7684\u6a94\u6848\u5df2\u7d93\u88ab\u522a\u9664", + "Your message cannot be blank.": "\u60a8\u7684\u8a0a\u606f\u4e0d\u80fd\u70ba\u7a7a\u3002", + "Your message must have a subject.": "\u60a8\u7684\u8a0a\u606f\u5fc5\u9808\u6709\u4e00\u500b\u4e3b\u984c\u3002", + "Your message must have at least one target.": "\u60a8\u7684\u8a0a\u606f\u5fc5\u9808\u6709\u81f3\u5c11\u4e00\u500b\u76ee\u6a19\u3002", + "Your policy changes have been saved.": "\u60a8\u7684\u7b56\u7565\u8b8a\u66f4\u00df\u5df2\u88ab\u5132\u5b58\u3002", + "Your post will be discarded.": "\u60a8\u7684\u6587\u7ae0\u5c07\u6703\u88ab\u6368\u68c4\u3002", + "Your request could not be completed. Reload the page and try again.": "\u60a8\u7684\u8acb\u6c42\u7121\u6cd5\u5b8c\u6210\u3002\u5237\u65b0\u9801\u9762\uff0c\u7136\u5f8c\u91cd\u8a66\u3002", + "Your request could not be completed. Reload the page and try again. If the issue persists, click the Help tab to report the problem.": "\u7121\u6cd5\u5b8c\u6210\u60a8\u7684\u8981\u6c42\u3002\u8acb\u91cd\u65b0\u8f09\u5165\u9801\u9762\u4e26\u518d\u8a66\u4e00\u6b21\u3002\u5982\u679c\u554f\u984c\u4ecd\u6301\u7e8c\uff0c\u8acb\u9ede\u64ca [\u8aaa\u660e] \u6a19\u7c64\u56de\u5831\u554f\u984c\u3002", + "Your team could not be created.": "\u60a8\u7684\u5718\u968a\u7121\u6cd5\u5efa\u7acb\u3002", + "Your team could not be updated.": "\u60a8\u7684\u5718\u968a\u7121\u6cd5\u66f4\u65b0\u3002", + "Your upload of '{file}' failed.": "\u60a8\u7684\u6a94\u6848 '{file}'\u4e0a\u50b3\u5931\u6557\u3002", + "Your upload of '{file}' succeeded.": "\u60a8\u7684\u6a94\u6848 '{file}'\u4e0a\u50b3\u6210\u529f\u3002", + "Your video uploads are not complete.": "\u60a8\u7684\u5f71\u50cf\u5c1a\u672a\u4e0a\u50b3\u5b8c\u6210\u3002", + "Yourself": "\u4f60\u81ea\u5df1", + "Zoom In": "\u653e\u5927", + "Zoom Out": "\u7e2e\u5c0f", + "[no tags]": "[no tags]", + "and others": "\u5176\u4ed6", + "anonymous": "\u533f\u540d", + "bytes": "bytes", + "certificate": "\u8b49\u66f8", + "content group": "\u5167\u5bb9\u7fa4\u7d44", + "course id": "\u8ab2\u7a0b\u7de8\u865f", + "dragging": "\u62d6\u8457", + "dragging out of slider": "\u62d6\u66f3\u51fa\u6ed1\u52d5\u689d", + "dropped in slider": "\u62d6\u66f3\u9032\u6ed1\u52d5\u689d", + "dropped on target": "\u62d6\u66f3\u5230\u76ee\u6a19\u4e0a", + "e.g. 'Sky with clouds'. The description is helpful for users who cannot see the image.": "\u4f8b\u5982\u201c\u5929\u7a7a\u6709\u96f2\u201d\u3002\u8a72\u63cf\u8ff0\u5c0d\u65bc\u7121\u6cd5\u770b\u898b\u5716\u7247\u7684\u4f7f\u7528\u8005\u662f\u6709\u5e6b\u52a9\u7684\u3002", + "e.g. 'google'": "\u4f8b\u5982'google'", + "e.g. johndoe@example.com, JaneDoe, joeydoe@example.com": "\u4f8b\u5b50\uff1a DavidWang@example.com, DavidWang, davidwang@example.com", + "emphasized text": "\u5f37\u8abf\u6587\u5b57", + "enter code here": "\u8acb\u5728\u6b64\u8f38\u5165\u4ee3\u78bc", + "enter link description here": "\u8acb\u5728\u6b64\u8f38\u5165\u93c8\u63a5\u7684\u63cf\u8ff0", + "group configuration": "\u7fa4\u7d44\u8a2d\u5b9a", + "image omitted": "\u5716\u50cf\u88ab\u7701\u7565", + "last activity": "\u6700\u5f8c\u6d3b\u52d5", + "name": "\u540d\u7a31", + "open slots": "Open slots", + "or": "\u6216\u8005", + "or create a new one here": "\u6216\u662f\u586b\u5beb\u8868\u55ae\u8a3b\u518a", + "or sign in with": "\u6216\u767b\u5165\u7528", + "price": "\u50f9\u683c", + "remove": "\u79fb\u9664", + "remove all": "\u5168\u90e8\u79fb\u9664", + "strong text": "\u5f37\u70c8\u6587\u5b57", + "team count": "\u5718\u968a\u7e3d\u6578", "there is currently {numVotes} vote": [ "\u76ee\u524d\u6709 {numVotes}\u7968\u6578" - ], - "username or email": "\u4f7f\u7528\u8005\u5e33\u865f\u6216\u96fb\u5b50\u90f5\u4ef6\u4fe1\u7bb1", - "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start} \u7528\u5176\u4ed6\u6a19\u984c\u700f\u89bd\u5718\u968a {span_end} \u6216 {search_span_start} \u641c\u7d22\u5718\u968a{span_end} \u65bc\u6b64\u6a19\u984c\u3002 \u5982\u679c\u4f60\u4ecd\u7136\u7121\u6cd5\u627e\u5230\u5718\u968a\u4f86\u52a0\u5165\uff0c {create_span_start} \u5728\u6b64\u6a19\u984c\u65b0\u5275\u4e00\u500b\u5718\u968a{span_end}\u3002", - "{display_name} Settings": "{display_name} \u8a2d\u5b9a", - "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email}\u5df2\u7d93\u5728{container} \u5718\u968a\u3002\u5982\u679c\u60a8\u8981\u65b0\u589e\u4e00\u500b\u6703\u54e1\uff0c\u8acb\u518d\u6aa2\u67e5\u96fb\u5b50\u90f5\u4ef6\u4f4d\u5740\u3002", + ], + "username or email": "\u4f7f\u7528\u8005\u5e33\u865f\u6216\u96fb\u5b50\u90f5\u4ef6\u4fe1\u7bb1", + "{browse_span_start}Browse teams in other topics{span_end} or {search_span_start}search teams{span_end} in this topic. If you still can't find a team to join, {create_span_start}create a new team in this topic{span_end}.": "{browse_span_start} \u7528\u5176\u4ed6\u6a19\u984c\u700f\u89bd\u5718\u968a {span_end} \u6216 {search_span_start} \u641c\u7d22\u5718\u968a{span_end} \u65bc\u6b64\u6a19\u984c\u3002 \u5982\u679c\u4f60\u4ecd\u7136\u7121\u6cd5\u627e\u5230\u5718\u968a\u4f86\u52a0\u5165\uff0c {create_span_start} \u5728\u6b64\u6a19\u984c\u65b0\u5275\u4e00\u500b\u5718\u968a{span_end}\u3002", + "{display_name} Settings": "{display_name} \u8a2d\u5b9a", + "{email} is already on the {container} team. Recheck the email address if you want to add a new member.": "{email}\u5df2\u7d93\u5728{container} \u5718\u968a\u3002\u5982\u679c\u60a8\u8981\u65b0\u589e\u4e00\u500b\u6703\u54e1\uff0c\u8acb\u518d\u6aa2\u67e5\u96fb\u5b50\u90f5\u4ef6\u4f4d\u5740\u3002", "{numResponses} other response": [ "{numResponses}\u5176\u4ed6\u56de\u8986" - ], + ], "{numResponses} response": [ "{numResponses}\u56de\u8986" - ], + ], "{numVotes} Vote": [ "{numVotes}\u7968\u6578" - ], + ], "\u2026": "..." }; for (var key in newcatalog) { @@ -1003,48 +1003,48 @@ /* formatting library */ django.formats = { - "DATETIME_FORMAT": "N j, Y, P", + "DATETIME_FORMAT": "N j, Y, P", "DATETIME_INPUT_FORMATS": [ - "%Y-%m-%d %H:%M:%S", - "%Y-%m-%d %H:%M:%S.%f", - "%Y-%m-%d %H:%M", - "%Y-%m-%d", - "%m/%d/%Y %H:%M:%S", - "%m/%d/%Y %H:%M:%S.%f", - "%m/%d/%Y %H:%M", - "%m/%d/%Y", - "%m/%d/%y %H:%M:%S", - "%m/%d/%y %H:%M:%S.%f", - "%m/%d/%y %H:%M", + "%Y-%m-%d %H:%M:%S", + "%Y-%m-%d %H:%M:%S.%f", + "%Y-%m-%d %H:%M", + "%Y-%m-%d", + "%m/%d/%Y %H:%M:%S", + "%m/%d/%Y %H:%M:%S.%f", + "%m/%d/%Y %H:%M", + "%m/%d/%Y", + "%m/%d/%y %H:%M:%S", + "%m/%d/%y %H:%M:%S.%f", + "%m/%d/%y %H:%M", "%m/%d/%y" - ], - "DATE_FORMAT": "N j, Y", + ], + "DATE_FORMAT": "N j, Y", "DATE_INPUT_FORMATS": [ - "%Y-%m-%d", - "%m/%d/%Y", - "%m/%d/%y", - "%b %d %Y", - "%b %d, %Y", - "%d %b %Y", - "%d %b, %Y", - "%B %d %Y", - "%B %d, %Y", - "%d %B %Y", + "%Y-%m-%d", + "%m/%d/%Y", + "%m/%d/%y", + "%b %d %Y", + "%b %d, %Y", + "%d %b %Y", + "%d %b, %Y", + "%B %d %Y", + "%B %d, %Y", + "%d %B %Y", "%d %B, %Y" - ], - "DECIMAL_SEPARATOR": ".", - "FIRST_DAY_OF_WEEK": "0", - "MONTH_DAY_FORMAT": "F j", - "NUMBER_GROUPING": "0", - "SHORT_DATETIME_FORMAT": "m/d/Y P", - "SHORT_DATE_FORMAT": "m/d/Y", - "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "P", + ], + "DECIMAL_SEPARATOR": ".", + "FIRST_DAY_OF_WEEK": "0", + "MONTH_DAY_FORMAT": "F j", + "NUMBER_GROUPING": "0", + "SHORT_DATETIME_FORMAT": "m/d/Y P", + "SHORT_DATE_FORMAT": "m/d/Y", + "THOUSAND_SEPARATOR": ",", + "TIME_FORMAT": "P", "TIME_INPUT_FORMATS": [ - "%H:%M:%S", - "%H:%M:%S.%f", + "%H:%M:%S", + "%H:%M:%S.%f", "%H:%M" - ], + ], "YEAR_MONTH_FORMAT": "F Y" }; diff --git a/cms/static/js/spec/views/login_studio_spec.js b/cms/static/js/spec/views/login_studio_spec.js deleted file mode 100644 index 38a01dc311..0000000000 --- a/cms/static/js/spec/views/login_studio_spec.js +++ /dev/null @@ -1,35 +0,0 @@ - -'use strict'; - -import $ from 'jquery'; -import LoginFactory from 'js/factories/login'; -import AjaxHelpers from 'edx-ui-toolkit/js/utils/spec-helpers/ajax-helpers'; -import ViewUtils from 'common/js/components/utils/view_utils'; - -describe('Studio Login Page', () => { - var $submitButton; - - beforeEach(function() { - loadFixtures('mock/login.underscore'); - var login_factory = LoginFactory('/home/'); - $submitButton = $('#submit'); - }); - - it('disable the submit button once it is clicked', function() { - spyOn(ViewUtils, 'redirect').and.callFake(function() {}); - var requests = AjaxHelpers.requests(this); - expect($submitButton).not.toHaveClass('is-disabled'); - $submitButton.click(); - AjaxHelpers.respondWithJson(requests, {success: true}); - expect($submitButton).toHaveClass('is-disabled'); - }); - - it('It will not disable the submit button if there are errors in ajax request', function() { - var requests = AjaxHelpers.requests(this); - expect($submitButton).not.toHaveClass('is-disabled'); - $submitButton.click(); - expect($submitButton).toHaveClass('is-disabled'); - AjaxHelpers.respondWithError(requests, {}); - expect($submitButton).not.toHaveClass('is-disabled'); - }); -}); diff --git a/cms/static/js/spec/views/modals/edit_xblock_spec.js b/cms/static/js/spec/views/modals/edit_xblock_spec.js index e5331e30e4..06b4413784 100644 --- a/cms/static/js/spec/views/modals/edit_xblock_spec.js +++ b/cms/static/js/spec/views/modals/edit_xblock_spec.js @@ -61,7 +61,7 @@ describe('EditXBlockModal', function() { it('shows the correct title', function() { var requests = AjaxHelpers.requests(this); modal = showModal(requests, mockXBlockEditorHtml); - expect(modal.$('.modal-window-title span.modal-button-title').text()).toBe('Editing: Component'); + expect(modal.$('.modal-window-title').text()).toBe('Editing: Component'); }); it('does not show any editor mode buttons', function() { diff --git a/cms/static/js/spec_helpers/modal_helpers.js b/cms/static/js/spec_helpers/modal_helpers.js index 89b9b6b066..3b6c154cb3 100644 --- a/cms/static/js/spec_helpers/modal_helpers.js +++ b/cms/static/js/spec_helpers/modal_helpers.js @@ -29,7 +29,7 @@ define(['jquery', 'common/js/spec_helpers/template_helpers', 'common/js/spec_hel getModalTitle = function(modal) { var modalElement = getModalElement(modal); - return modalElement.find('.modal-window-title span.modal-button-title').text(); + return modalElement.find('.modal-window-title').text(); }; isShowingModal = function(modal) { diff --git a/cms/static/js/views/modals/edit_xblock.js b/cms/static/js/views/modals/edit_xblock.js index 661a3c090c..8a86b11fb1 100644 --- a/cms/static/js/views/modals/edit_xblock.js +++ b/cms/static/js/views/modals/edit_xblock.js @@ -90,16 +90,16 @@ define(['jquery', 'underscore', 'backbone', 'gettext', 'js/views/modals/base_mod // Update the custom editor's title editorView.$('.component-name').text(title); - } else { + } else if (editorView.getDataEditor() && editorView.getMetadataEditor()) { this.createTitleEditor(title); - if (editorView.getDataEditor() && editorView.getMetadataEditor()) { - this.addDefaultModes(); - // If the plugins content element exists, add a button to reveal it. - if (this.$('.wrapper-comp-plugins').length > 0) { - this.addModeButton('plugins', gettext('Plugins')); - } - this.selectMode(editorView.mode); + this.addDefaultModes(); + // If the plugins content element exists, add a button to reveal it. + if (this.$('.wrapper-comp-plugins').length > 0) { + this.addModeButton('plugins', gettext('Plugins')); } + this.selectMode(editorView.mode); + } else { + this.$('.modal-window-title').text(title); } // If the xblock is not using custom buttons then choose which buttons to show diff --git a/cms/static/js/views/pages/container.js b/cms/static/js/views/pages/container.js index fd4a05d10f..f86f3b2a37 100644 --- a/cms/static/js/views/pages/container.js +++ b/cms/static/js/views/pages/container.js @@ -198,7 +198,7 @@ define(['jquery', 'underscore', 'backbone', 'gettext', 'js/views/pages/base_page this.editXBlock(event, { view: 'visibility_view', // Translators: "title" is the name of the current component or unit being edited. - titleFormat: gettext('Editing access for: %(title)s'), + titleFormat: gettext('Editing access for: {title}'), viewSpecificClasses: '', modalSize: 'med' }); diff --git a/cms/static/js/views/pages/course_outline.js b/cms/static/js/views/pages/course_outline.js index 00335e92a3..cd86d63997 100644 --- a/cms/static/js/views/pages/course_outline.js +++ b/cms/static/js/views/pages/course_outline.js @@ -82,7 +82,7 @@ define([ } /* globals course */ - if (this.model.get('highlights_enabled') && course.get('self_paced')) { + if (this.model.get('highlights_enabled')) { this.highlightsEnableView = new CourseHighlightsEnableView({ el: this.$('.status-highlights-enabled'), model: this.model diff --git a/cms/static/sass/elements-v2/_header.scss b/cms/static/sass/elements-v2/_header.scss index 6d4e470fc2..0643599505 100644 --- a/cms/static/sass/elements-v2/_header.scss +++ b/cms/static/sass/elements-v2/_header.scss @@ -132,7 +132,7 @@ .nav-account-user { .title { - max-width: ($baseline*6.5); + max-width: ($baseline*10.5); display: inline-block; max-width: 84%; overflow: hidden; diff --git a/cms/static/sass/elements/_forms.scss b/cms/static/sass/elements/_forms.scss index a475ff36a0..b11a5c1af8 100644 --- a/cms/static/sass/elements/_forms.scss +++ b/cms/static/sass/elements/_forms.scss @@ -395,7 +395,7 @@ form { display: inline-block; vertical-align: middle; - max-width: 80%; + max-width: 70%; } .incontext-editor-open-action, diff --git a/cms/static/sass/elements/_header.scss b/cms/static/sass/elements/_header.scss index 450cca5455..5f905413e6 100644 --- a/cms/static/sass/elements/_header.scss +++ b/cms/static/sass/elements/_header.scss @@ -213,7 +213,7 @@ .nav-account-user { .title { - max-width: ($baseline*6.5); + max-width: ($baseline*10.5); > .label { display: inline-block; diff --git a/cms/static/sass/elements/_layout.scss b/cms/static/sass/elements/_layout.scss index dfccc2c8bc..61396b4ab3 100644 --- a/cms/static/sass/elements/_layout.scss +++ b/cms/static/sass/elements/_layout.scss @@ -98,7 +98,7 @@ // layout with breadcrumb navigation &.has-navigation { .nav-actions { - bottom: -($baseline*1.5); + top: -($baseline*2); } .navigation-item { diff --git a/cms/static/sass/elements/_navigation.scss b/cms/static/sass/elements/_navigation.scss index 4ed332e77a..a275c549e2 100644 --- a/cms/static/sass/elements/_navigation.scss +++ b/cms/static/sass/elements/_navigation.scss @@ -53,7 +53,7 @@ nav { .ui-toggle-dd { @include transition(all $tmg-f2 ease-in-out 0s); - margin: 0; + margin-left: $baseline/4; display: inline-block; vertical-align: middle; } @@ -206,3 +206,322 @@ nav { } } } + +.jump-nav { + .nav-item { + display: inline-block; + margin-bottom: 5px; + + + .title { + &:hover, + &:active { + color: theme-color("primary"); + } + } + + .spacer { + margin-right: 20px; + margin-left: 20px; + font-size: 24px; + } + + .wrapper-nav-sub { + top: 35px; + z-index: 100; + min-width: 250px; + } + } +} + + +// ==================== +$seq-nav-border-color: $border-color !default; +$seq-nav-hover-color: rgb(245, 245, 245) !default; +$seq-nav-link-color: $link-color !default; +$seq-nav-icon-color: rgb(10, 10, 10) !default; +$seq-nav-icon-color-muted: rgb(90, 90, 90) !default; +$seq-nav-tooltip-color: rgb(51, 51, 51) !default; +$seq-nav-height: 40px; + + +#sequence-nav { + clear: both; +} + +.sequence-nav { + @extend .topbar; + + background-color: #fff; + margin: 0 auto; + position: relative; + border-bottom: none; + z-index: 0; + height: $seq-nav-height; + display: flex; + justify-content: center; + + @media print { + display: none; + } + + .sequence-list-wrapper { + @extend %ui-depth2; + + position: relative; + height: 100%; + flex-grow: 1; + + @include media-breakpoint-down(md) { + white-space: nowrap; + overflow-x: scroll; + } + } + + ol { + display: flex; + + li { + box-sizing: border-box; + min-width: 40px; + flex-grow: 1; + border-color: $seq-nav-border-color; + border-width: 1px; + border-top-style: solid; + + &:not(:last-child) { + @include border-right-style(solid); + } + + button { + @extend %ui-fake-link; + @extend %ui-clear-button; + + width: 100%; + height: ($seq-nav-height - 1); + position: relative; + margin: 0; + padding: 0; + display: block; + text-align: center; + border-color: $seq-nav-border-color; + border-width: 1px; + border-bottom-style: solid; + box-sizing: border-box; + overflow: visible; // for tooltip - IE11 uses 'hidden' by default if width/height is specified + + .icon { + display: inline-block; + line-height: 100%; // This matches the height of the its within (the parent) to get vertical centering. + font-size: 110%; + color: $seq-nav-icon-color-muted; + } + + .fa-bookmark { + color: $seq-nav-link-color; + } + + //video + &.seq_video { + .icon::before { + content: "\f008"; // .fa-film + } + } + + //other + &.seq_other { + .icon::before { + content: "\f02d"; // .fa-book + } + } + + //vertical + &.seq_vertical { + .icon::before { + content: "\f00b"; // .fa-tasks + } + } + + //problems + &.seq_problem { + .icon::before { + content: "\f044"; // .fa-pencil-square-o + } + } + + .sequence-tooltip { + @include text-align(left); + + @extend %ui-depth2; + + margin-top: 12px; + background: $seq-nav-tooltip-color; + color: $white; + font-family: $font-family-sans-serif; + line-height: lh(); + right: 0; // Should not be RTLed, tooltips do not move in RTL + padding: 6px; + position: absolute; + top: 48px; + text-shadow: 0 -1px 0 $black; + white-space: pre; + pointer-events: none; + + &:empty { + background: none; + + &::after { + display: none; + } + } + + &::after { + @include transform(rotate(45deg)); + @include right(18px); + + background: $seq-nav-tooltip-color; + content: " "; + display: block; + height: 10px; + right: 18px; // Not RTLed, positions tooltips relative to seq nav item + position: absolute; + top: -5px; + width: 10px; + } + } + } + } + } + + body.touch-based-device & ol li button:hover p { + display: none; + } +} + +.sequence-nav-button { + @extend %ui-depth3; + + display: block; + top: 0; + min-width: 40px; + max-width: 40px; + height: 100%; + text-shadow: none; // overrides default button text-shadow + background: none; // overrides default button gradient + background-color: theme-color("inverse"); + border-color: $seq-nav-border-color; + box-shadow: none; + font-size: inherit; + font-weight: normal; + padding: 0; + white-space: nowrap; + overflow-x: hidden; + + @include media-breakpoint-up(md) { + min-width: 120px; + max-width: 200px; + text-overflow: ellipsis; + + span:not(:last-child) { + @include padding-right($baseline / 2); + } + } + + .sequence-nav-button-label { + display: none; + + @include media-breakpoint-up(md) { + display: inline; + } + } + + &.button-previous { + order: -999; + + @include media-breakpoint-up(md) { + @include left(0); + @include border-top-left-radius(3px); + @include border-top-right-radius(0); + @include border-bottom-right-radius(0); + @include border-bottom-left-radius(3px); + } + } + + &.button-next { + order: 999; + + @include media-breakpoint-up(md) { + @include right(0); + @include border-top-left-radius(0); + @include border-top-right-radius(3px); + @include border-bottom-right-radius(3px); + @include border-bottom-left-radius(0); + } + } + + &.disabled { + cursor: normal; + } +} + +.seq_contents { + display: none; +} + +#seq_content { + &:focus, + &:active { + outline: none; + } +} + +// hover and active states +.sequence-nav-button, +.sequence-nav button { + &.focused, + &:hover, + &:active, + &.active { + padding-top: 2px; + background-color: theme-color("primary"); + + .icon { + color: theme-color("inverse"); + } + + @include media-breakpoint-up(sm) { + border-bottom: 3px solid $seq-nav-link-color; + background-color: theme-color("inverse"); + + .icon { + color: $seq-nav-icon-color; + } + } + } + + // FontAwesome rtl chevron next - Learning Sequence Nav + .fa-chevron-next { + &::before { + @if $bi-app-direction == ltr { + content: "\f054"; // .fa-chevron-right + } + + @else if $bi-app-direction == rtl { + content: "\f053"; // .fa-chevron-left + } + } + } + + // FontAwesome rtl chevron prev - - Learning Sequence Nav + .fa-chevron-prev { + &::before { + @if $bi-app-direction == ltr { + content: "\f053"; // .fa-chevron-left + } + + @else if $bi-app-direction == rtl { + content: "\f054"; // .fa-chevron-right + } + } + } +} diff --git a/cms/templates/activation_active.html b/cms/templates/activation_active.html deleted file mode 100644 index a6e75ecdf8..0000000000 --- a/cms/templates/activation_active.html +++ /dev/null @@ -1,37 +0,0 @@ -<%page expression_filter="h"/> -<%! from django.utils.translation import ugettext as _ %> -<%inherit file="base.html" /> - -<%block name="content"> -
-
-

- ${_("{studio_name} Account Activation").format(studio_name=settings.STUDIO_SHORT_NAME)} -

-
-
- -
- diff --git a/cms/templates/activation_complete.html b/cms/templates/activation_complete.html deleted file mode 100644 index fa39f13ac8..0000000000 --- a/cms/templates/activation_complete.html +++ /dev/null @@ -1,48 +0,0 @@ -<%! -from openedx.core.djangolib.markup import Text -from django.utils.translation import ugettext as _ -%> -<%page expression_filter="h"/> -<%inherit file="base.html" /> - -<%block name="content"> -
-
-

- ${Text(_("{studio_name} Account Activation")).format( - studio_name=Text(settings.STUDIO_SHORT_NAME), - )} -

-
-
- -
-
-
-
- -
-
-

${_("Your account activation is complete!")}

-
-

- ${Text(_("Thank you for activating your account. You may now sign in and start using {studio_name} to author courses.")).format( - studio_name=Text(settings.STUDIO_NAME) - )} -

-
-
- - -
-
-
- diff --git a/cms/templates/activation_invalid.html b/cms/templates/activation_invalid.html deleted file mode 100644 index 66c5e06c9d..0000000000 --- a/cms/templates/activation_invalid.html +++ /dev/null @@ -1,42 +0,0 @@ -<%! -from openedx.core.djangolib.markup import HTML, Text -from django.utils.translation import ugettext as _ -%> -<%page expression_filter="h"/> -<%inherit file="base.html" /> - -<%block name="content"> -
-
-

- ${Text(_("{studio_name} Account Activation")).format( - studio_name=Text(settings.STUDIO_SHORT_NAME) - )} -

-
-
- -
-
-
-
- -
-
-

${_("Your account activation is invalid")}

-
-

${_("We're sorry. Something went wrong with your activation. Check to make sure the URL you went to was correct, as e-mail programs will sometimes split it into two lines.")}

-

- ${Text(_("If you still have issues, contact {platform_name} Support. In the meantime, you can also return to {link_start}the {studio_name} homepage.{link_end}")).format( - platform_name=Text(settings.PLATFORM_NAME), - studio_name=Text(settings.STUDIO_NAME), - link_start=HTML(''), - link_end=HTML('') - )} -

-
-
-
-
-
- diff --git a/cms/templates/container.html b/cms/templates/container.html index 6de87b2b28..938766c45e 100644 --- a/cms/templates/container.html +++ b/cms/templates/container.html @@ -51,6 +51,28 @@ from openedx.core.djangolib.markup import HTML, Text outlineURL: "${outline_url | n, js_escaped_string}" } ); + require(["js/models/xblock_info", "js/views/xblock", "js/views/utils/xblock_utils", "common/js/components/utils/view_utils"], function (XBlockInfo, XBlockView, XBlockUtils, ViewUtils) { + var model = new XBlockInfo({ + id: '${subsection.location|n, decode.utf8}' + }); + var xblockView = new XBlockView({ + model: model, + el: $('#sequence-nav'), + view: 'author_view?position=${position|n, decode.utf8}&next_url=${next_url|n, decode.utf8}&prev_url=${prev_url|n, decode.utf8}' + }); + xblockView.xblockReady = function() { + $('.seq_new_button').click(function(evt) { + evt.preventDefault(); + XBlockUtils.addXBlock($(evt.target)).done(function(locator) { + ViewUtils.redirect('/container/' + locator + '?action=new'); + return false; + }); + return false; + }); + + }; + xblockView.render(); + }); @@ -63,20 +85,34 @@ from openedx.core.djangolib.markup import HTML, Text
-
@@ -158,12 +195,7 @@ from openedx.core.djangolib.markup import HTML, Text Tip: ${Text(_('To create a link to this unit from an HTML component in this course, enter "/jump_to_id/" as the URL value.'))}

-
-
${_("Location in Course Outline")}
-
-
-
- + % endif diff --git a/cms/templates/emails/activation_email.txt b/cms/templates/emails/activation_email.txt deleted file mode 100644 index 7a54fc6b35..0000000000 --- a/cms/templates/emails/activation_email.txt +++ /dev/null @@ -1,11 +0,0 @@ -<%! from django.utils.translation import ugettext as _ %> - -${_("Thank you for signing up for {studio_name}! To activate your account, please copy and paste this address into your web browser's address bar:").format(studio_name=settings.STUDIO_NAME)} - -% if is_secure: - https://${ site }/activate/${ key } -% else: - http://${ site }/activate/${ key } -% endif - -${_("If you didn't request this, you don't need to do anything; you won't receive any more email from us. Please do not reply to this e-mail; if you require assistance, check the help section of the {studio_name} web site.").format(studio_name=settings.STUDIO_NAME)} diff --git a/cms/templates/emails/activation_email_subject.txt b/cms/templates/emails/activation_email_subject.txt deleted file mode 100644 index d638865710..0000000000 --- a/cms/templates/emails/activation_email_subject.txt +++ /dev/null @@ -1,2 +0,0 @@ -<%! from django.utils.translation import ugettext as _ %> -${_("Your account for {studio_name}").format(studio_name=settings.STUDIO_NAME)} diff --git a/cms/templates/howitworks.html b/cms/templates/howitworks.html index 0e0349a755..7e46eda060 100644 --- a/cms/templates/howitworks.html +++ b/cms/templates/howitworks.html @@ -3,7 +3,7 @@ <%def name="online_help_token()"><% return "welcome" %> <%namespace name='static' file='static_content.html'/> <%! - from django.urls import reverse + from django.conf import settings from django.utils.translation import ugettext as _ from openedx.core.djangolib.markup import HTML, Text %> @@ -161,10 +161,10 @@ diff --git a/cms/templates/js/course-outline.underscore b/cms/templates/js/course-outline.underscore index 81e5e8a85e..e41860960e 100644 --- a/cms/templates/js/course-outline.underscore +++ b/cms/templates/js/course-outline.underscore @@ -118,7 +118,9 @@ if (is_proctored_exam) { <% } %> <% if (xblockInfo.isVertical()) { %> - <%- xblockInfo.get('display_name') %> + "> + <%- xblockInfo.get('display_name') %> + <% } else { %> "> @@ -210,7 +212,7 @@ if (is_proctored_exam) {

<% } %> - <% if (xblockInfo.get('highlights_enabled') && course.get('self_paced') && xblockInfo.isChapter()) { %> + <% if (xblockInfo.get('highlights_enabled') && xblockInfo.isChapter()) { %>
<% var number_of_highlights = (xblockInfo.get('highlights') || []).length; %> -
- - - diff --git a/cms/templates/login.html b/cms/templates/login.html deleted file mode 100644 index 3b2cdc9432..0000000000 --- a/cms/templates/login.html +++ /dev/null @@ -1,61 +0,0 @@ -<%namespace name='static' file='/static_content.html'/> -<%page expression_filter="h"/> -<%inherit file="base.html" /> -<%def name="online_help_token()"><% return "login" %> -<%! -from django.urls import reverse -from django.utils.translation import ugettext as _ -from openedx.core.djangolib.js_utils import js_escaped_string -%> -<%block name="title">${_("Sign In")} -<%block name="bodyclass">not-signedin view-signin - -<%block name="content"> - -
-
-
-

${_("Sign In to {studio_name}").format(studio_name=settings.STUDIO_NAME)}

- % if static.get_value('ALLOW_PUBLIC_ACCOUNT_CREATION', settings.FEATURES.get('ALLOW_PUBLIC_ACCOUNT_CREATION')): - - % endif -
- -
-
- -
- ${_("Required Information to Sign In to {studio_name}").format(studio_name=settings.STUDIO_NAME)} - - -
    -
  1. - - -
  2. - -
  3. - - - ${_("Forgot password?")} -
  4. -
-
- -
- -
- - - -
-
-
-
- - -<%block name="page_bundle"> - <%static:webpack entry="js/factories/login"> - LoginFactory("${reverse('homepage') | n, js_escaped_string}"); - - diff --git a/cms/templates/register.html b/cms/templates/register.html deleted file mode 100644 index 3af9949bb6..0000000000 --- a/cms/templates/register.html +++ /dev/null @@ -1,116 +0,0 @@ -<%inherit file="base.html" /> -<%def name="online_help_token()"><% return "register" %> -<%! -from django.utils.translation import ugettext as _ -from django.urls import reverse -%> - -<%block name="title">${_("Sign Up")} -<%block name="bodyclass">not-signedin view-signup - -<%block name="content"> - -
-
-
-

${_("Sign Up for {studio_name}").format(studio_name=settings.STUDIO_NAME)}

- -
- -

${_("Ready to start creating online courses? Sign up below and start creating your first {platform_name} course today.").format(platform_name=settings.PLATFORM_NAME)}

- -
-
-
-
- -
- ${_("Required Information to Sign Up for {studio_name}").format(studio_name=settings.STUDIO_NAME)} - -
    -
  1. - - ## Translators: This is the placeholder text for a field that requests an email address. - -
  2. - -
  3. - - ## Translators: This is the placeholder text for a field that requests the user's full name. - -
  4. - -
  5. - - ## Translators: This is the placeholder text for a field that asks the user to pick a username - - ${_("This will be used in public discussions with your courses and in our edX101 support forums")} -
  6. - -
  7. - - - -
  8. - -
  9. -
    - - -
    - -
    - - -
    -
  10. - -
  11. - - -
  12. -
-
- -
- -
- - - -
-
- - -
-
- - -<%block name="requirejs"> - require(["js/factories/register"], function (RegisterFactory) { - RegisterFactory(); - }); - diff --git a/cms/templates/registration/activation_complete.html b/cms/templates/registration/activation_complete.html index 86592dded3..0c5364c969 100644 --- a/cms/templates/registration/activation_complete.html +++ b/cms/templates/registration/activation_complete.html @@ -1,7 +1,9 @@ +<%page expression_filter="h"/> <%inherit file="../base.html" /> <%! +from django.conf import settings from django.utils.translation import ugettext as _ -from django.urls import reverse +from openedx.core.djangolib.markup import HTML, Text %> <%namespace name='static' file='../static_content.html'/> @@ -23,9 +25,14 @@ from django.urls import reverse %endif %if user_logged_in: - ${_("Visit your {link_start}dashboard{link_end} to see your courses.").format(link_start='', link_end='')} + ${Text(_("Visit your {link_start}dashboard{link_end} to see your courses.")).format( + link_start=HTML(''), + link_end=HTML('') + )} %else: - ${_("You can now {link_start}sign in{link_end}.").format(link_start=''.format(url=reverse('login')), link_end='')} + ${Text(_("You can now {link_start}sign in{link_end}.")).format( + link_start=HTML('').format(url=settings.LOGIN_URL, link_end=HTML('')) + )} %endif

diff --git a/cms/templates/registration/reg_complete.html b/cms/templates/registration/reg_complete.html deleted file mode 100644 index 6183868965..0000000000 --- a/cms/templates/registration/reg_complete.html +++ /dev/null @@ -1,3 +0,0 @@ -<%! from django.utils.translation import ugettext as _ %> -

Check your email

-

${_("We've sent an email message to {email} with instructions for activating your account.").format(email=email)}

diff --git a/cms/templates/widgets/header.html b/cms/templates/widgets/header.html index ade1805677..f33497c053 100644 --- a/cms/templates/widgets/header.html +++ b/cms/templates/widgets/header.html @@ -2,6 +2,7 @@ <%namespace name='static' file='../static_content.html'/> <%! import six + from six.moves.urllib.parse import quote from django.conf import settings from django.urls import reverse from django.utils.translation import ugettext as _ @@ -20,6 +21,7 @@ % if context_course: <% course_key = context_course.id + url_encoded_course_key = quote(six.text_type(course_key).encode('utf-8'), safe='') index_url = reverse('course_handler', kwargs={'course_key_string': six.text_type(course_key)}) course_team_url = reverse('course_team_handler', kwargs={'course_key_string': six.text_type(course_key)}) assets_url = reverse('assets_handler', kwargs={'course_key_string': six.text_type(course_key)}) @@ -108,7 +110,7 @@ % endif % if frontend_app_publisher_url: % endif @@ -235,9 +237,6 @@ % else: - <% - register_url = settings.LMS_ROOT_URL + '/register' - %> diff --git a/cms/templates/widgets/user_dropdown.html b/cms/templates/widgets/user_dropdown.html index a59fc3b75b..82c146eb75 100644 --- a/cms/templates/widgets/user_dropdown.html +++ b/cms/templates/widgets/user_dropdown.html @@ -4,10 +4,16 @@ from django.conf import settings from django.urls import reverse from django.utils.translation import ugettext as _ + from edx_django_utils.monitoring import set_custom_metric from student.roles import GlobalStaff %> % if uses_pattern_library: + <%! + ## TODO: Use metric to see if CMS ever uses pattern library or if this case can be deleted. + ## NOTE: When removing, remove all references to `set_custom_metric`. + set_custom_metric('uses_pattern_library', True) + %> % else: + <%! + set_custom_metric('uses_pattern_library', False) + %>

${_("Currently signed in as:")} diff --git a/cms/urls.py b/cms/urls.py index bb0108d821..76a739d3e4 100644 --- a/cms/urls.py +++ b/cms/urls.py @@ -1,13 +1,13 @@ """ Urls of Studio. """ -from __future__ import absolute_import from django.conf import settings from django.conf.urls import include, url from django.conf.urls.static import static from django.contrib.admin import autodiscover as django_autodiscover from django.utils.translation import ugettext_lazy as _ +from edx_api_doc_tools import make_docs_urls from ratelimitbackend import admin import contentstore.views @@ -17,7 +17,7 @@ import openedx.core.djangoapps.lang_pref.views from cms.djangoapps.contentstore.views.organization import OrganizationListView from openedx.core.djangoapps.password_policy import compliance as password_policy_compliance from openedx.core.djangoapps.password_policy.forms import PasswordPolicyAwareAdminAuthForm -from openedx.core.apidocs import schema_view +from openedx.core.apidocs import api_info django_autodiscover() @@ -64,7 +64,6 @@ urlpatterns = [ # noop to squelch ajax errors url(r'^event$', contentstore.views.event, name='event'), url(r'^heartbeat', include('openedx.core.djangoapps.heartbeat.urls')), - url(r'^user_api/', include('openedx.core.djangoapps.user_api.legacy_urls')), url(r'^i18n/', include('django.conf.urls.i18n')), # User API endpoints @@ -86,8 +85,6 @@ urlpatterns = [ # restful api url(r'^$', contentstore.views.howitworks, name='homepage'), url(r'^howitworks$', contentstore.views.howitworks, name='howitworks'), - url(r'^signup$', contentstore.views.signup, name='signup'), - url(r'^signin$', contentstore.views.login_page, name='login'), url(r'^signin_redirect_to_lms$', contentstore.views.login_redirect_to_lms, name='login_redirect_to_lms'), url(r'^request_course_creator$', contentstore.views.request_course_creator, name='request_course_creator'), url(r'^course_team/{}(?:/(?P.+))?$'.format(COURSELIKE_KEY_PATTERN), @@ -180,6 +177,18 @@ urlpatterns = [ url(r'^accessibility$', contentstore.views.accessibility, name='accessibility'), ] +if not settings.DISABLE_DEPRECATED_SIGNIN_URL: + # TODO: Remove deprecated signin url when traffic proves it is no longer in use + urlpatterns += [ + url(r'^signin$', contentstore.views.login_redirect_to_lms), + ] + +if not settings.DISABLE_DEPRECATED_SIGNUP_URL: + # TODO: Remove deprecated signup url when traffic proves it is no longer in use + urlpatterns += [ + url(r'^signup$', contentstore.views.register_redirect_to_lms, name='register_redirect_to_lms'), + ] + JS_INFO_DICT = { 'domain': 'djangojs', # We need to explicitly include external Django apps that are not in LOCALE_PATHS. @@ -206,9 +215,10 @@ if settings.FEATURES.get('ENABLE_SERVICE_STATUS'): # The password pages in the admin tool are disabled so that all password # changes go through our user portal and follow complexity requirements. +if not settings.FEATURES.get('ENABLE_CHANGE_USER_PASSWORD_ADMIN'): + urlpatterns.append(url(r'^admin/auth/user/\d+/password/$', handler404)) urlpatterns.append(url(r'^admin/password_change/$', handler404)) -urlpatterns.append(url(r'^admin/auth/user/\d+/password/$', handler404)) -urlpatterns.append(url(r'^admin/', include(admin.site.urls))) +urlpatterns.append(url(r'^admin/', admin.site.urls)) # enable entrance exams if settings.FEATURES.get('ENTRANCE_EXAMS'): @@ -271,18 +281,7 @@ urlpatterns += [ ] # API docs. -urlpatterns += [ - url( - r'^swagger(?P\.json|\.yaml)$', - schema_view.without_ui(cache_timeout=settings.OPENAPI_CACHE_TIMEOUT), name='schema-json', - ), - url( - r'^swagger/$', - schema_view.with_ui('swagger', cache_timeout=settings.OPENAPI_CACHE_TIMEOUT), - name='schema-swagger-ui', - ), - url(r'^api-docs/$', schema_view.with_ui('swagger', cache_timeout=settings.OPENAPI_CACHE_TIMEOUT)), -] +urlpatterns += make_docs_urls(api_info) if 'openedx.testing.coverage_context_listener' in settings.INSTALLED_APPS: urlpatterns += [ diff --git a/cms/urls_dev.py b/cms/urls_dev.py index 530a5c58f2..e7a6b85d45 100644 --- a/cms/urls_dev.py +++ b/cms/urls_dev.py @@ -3,7 +3,7 @@ URLconf for development-only views. This gets imported by urls.py and added to its URLconf if we are running in development mode; otherwise, it is ignored. """ -from __future__ import absolute_import + from django.conf.urls import url diff --git a/cms/wsgi.py b/cms/wsgi.py index 0a4d276460..e842fa7ec9 100644 --- a/cms/wsgi.py +++ b/cms/wsgi.py @@ -7,7 +7,7 @@ It exposes a module-level variable named ``application``. Django's ``runserver`` and ``runfcgi`` commands discover this application via the ``WSGI_APPLICATION`` setting. """ -from __future__ import absolute_import + from openedx.core.lib.logsettings import log_python_warnings log_python_warnings() diff --git a/common/djangoapps/course_action_state/managers.py b/common/djangoapps/course_action_state/managers.py index 3743895f56..decbeeb26b 100644 --- a/common/djangoapps/course_action_state/managers.py +++ b/common/djangoapps/course_action_state/managers.py @@ -1,7 +1,7 @@ """ Model Managers for Course Actions """ -from __future__ import absolute_import + import six import traceback from django.db import models, transaction diff --git a/common/djangoapps/course_action_state/migrations/0001_initial.py b/common/djangoapps/course_action_state/migrations/0001_initial.py index ed18f83d47..597f49df3b 100644 --- a/common/djangoapps/course_action_state/migrations/0001_initial.py +++ b/common/djangoapps/course_action_state/migrations/0001_initial.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import unicode_literals, absolute_import + import django.db.models.deletion from django.conf import settings from django.db import migrations, models @@ -25,7 +25,7 @@ class Migration(migrations.Migration): ('should_display', models.BooleanField(default=False)), ('message', models.CharField(max_length=1000)), ('source_course_key', CourseKeyField(max_length=255, db_index=True)), - ('display_name', models.CharField(default=b'', max_length=255, blank=True)), + ('display_name', models.CharField(default=u'', max_length=255, blank=True)), ('created_user', models.ForeignKey(related_name='created_by_user+', on_delete=django.db.models.deletion.SET_NULL, to=settings.AUTH_USER_MODEL, null=True)), ('updated_user', models.ForeignKey(related_name='updated_by_user+', on_delete=django.db.models.deletion.SET_NULL, to=settings.AUTH_USER_MODEL, null=True)), ], diff --git a/common/djangoapps/course_action_state/models.py b/common/djangoapps/course_action_state/models.py index aca7c48626..2867ddf8a1 100644 --- a/common/djangoapps/course_action_state/models.py +++ b/common/djangoapps/course_action_state/models.py @@ -9,7 +9,7 @@ file and check it in at the same time as your model changes. To do that, 3. It adds the migration file to edx-platform/common/djangoapps/course_action_state/migrations/ """ -from __future__ import absolute_import + from django.contrib.auth.models import User from django.db import models from opaque_keys.edx.django.models import CourseKeyField @@ -117,7 +117,7 @@ class CourseRerunState(CourseActionUIState): source_course_key = CourseKeyField(max_length=255, db_index=True) # Display name for destination course - display_name = models.CharField(max_length=255, default="", blank=True) + display_name = models.CharField(max_length=255, default=u"", blank=True) # MANAGERS # Override the abstract class' manager with a Rerun-specific manager that inherits from the base class' manager. diff --git a/common/djangoapps/course_action_state/tests/test_managers.py b/common/djangoapps/course_action_state/tests/test_managers.py index f0664edebe..e403a2780a 100644 --- a/common/djangoapps/course_action_state/tests/test_managers.py +++ b/common/djangoapps/course_action_state/tests/test_managers.py @@ -2,7 +2,7 @@ """ Tests for basic common operations related to Course Action State managers """ -from __future__ import absolute_import + from six.moves import range from collections import namedtuple @@ -161,4 +161,4 @@ class TestCourseActionUIStateManager(TestCourseActionStateManagerBase): source_course_key=source_course_key, ) found_action_state = CourseRerunState.objects.find_first(course_key=destination_course_key) - self.assertEquals(source_course_key, found_action_state.source_course_key) + self.assertEqual(source_course_key, found_action_state.source_course_key) diff --git a/common/djangoapps/course_action_state/tests/test_rerun_manager.py b/common/djangoapps/course_action_state/tests/test_rerun_manager.py index 519a9ac1e2..b0e26b85d5 100644 --- a/common/djangoapps/course_action_state/tests/test_rerun_manager.py +++ b/common/djangoapps/course_action_state/tests/test_rerun_manager.py @@ -2,7 +2,6 @@ Tests specific to the CourseRerunState Model and Manager. """ -from __future__ import absolute_import from django.test import TestCase from opaque_keys.edx.locations import CourseLocator diff --git a/common/djangoapps/course_modes/admin.py b/common/djangoapps/course_modes/admin.py index 1b5cdd728d..cb9da9b41b 100644 --- a/common/djangoapps/course_modes/admin.py +++ b/common/djangoapps/course_modes/admin.py @@ -1,5 +1,5 @@ """Django admin for course_modes""" -from __future__ import absolute_import, unicode_literals + import six from django import forms @@ -181,6 +181,8 @@ class CourseModeAdmin(admin.ModelAdmin): """Admin for course modes""" form = CourseModeForm + raw_id_fields = ['course'] + fields = ( 'course', 'mode_slug', diff --git a/common/djangoapps/course_modes/api/serializers.py b/common/djangoapps/course_modes/api/serializers.py index 7c287ac54d..94e459e392 100644 --- a/common/djangoapps/course_modes/api/serializers.py +++ b/common/djangoapps/course_modes/api/serializers.py @@ -1,7 +1,7 @@ """ Course modes API serializers. """ -from __future__ import absolute_import + from rest_framework import serializers diff --git a/common/djangoapps/course_modes/api/urls.py b/common/djangoapps/course_modes/api/urls.py index ce149243b2..e4cf046def 100644 --- a/common/djangoapps/course_modes/api/urls.py +++ b/common/djangoapps/course_modes/api/urls.py @@ -1,7 +1,7 @@ """ URL definitions for the course_modes API. """ -from __future__ import absolute_import + from django.conf.urls import include, url diff --git a/common/djangoapps/course_modes/api/v1/tests/test_views.py b/common/djangoapps/course_modes/api/v1/tests/test_views.py index 6b94189972..aa39f9d30c 100644 --- a/common/djangoapps/course_modes/api/v1/tests/test_views.py +++ b/common/djangoapps/course_modes/api/v1/tests/test_views.py @@ -1,7 +1,7 @@ """ Tests for the course modes API. """ -from __future__ import absolute_import, unicode_literals + import json import unittest diff --git a/common/djangoapps/course_modes/api/v1/urls.py b/common/djangoapps/course_modes/api/v1/urls.py index 1e28b19535..8933b3a4ac 100644 --- a/common/djangoapps/course_modes/api/v1/urls.py +++ b/common/djangoapps/course_modes/api/v1/urls.py @@ -1,7 +1,7 @@ """ URL definitions for the course_modes v1 API. """ -from __future__ import absolute_import + from django.conf import settings from django.conf.urls import url diff --git a/common/djangoapps/course_modes/api/v1/views.py b/common/djangoapps/course_modes/api/v1/views.py index 42a19d6121..056bc10332 100644 --- a/common/djangoapps/course_modes/api/v1/views.py +++ b/common/djangoapps/course_modes/api/v1/views.py @@ -2,7 +2,6 @@ Defines the "ReSTful" API for course modes. """ -from __future__ import absolute_import import logging @@ -17,7 +16,7 @@ from rest_framework.response import Response from course_modes.api.serializers import CourseModeSerializer from course_modes.models import CourseMode -from openedx.core.lib.api.authentication import OAuth2AuthenticationAllowInactiveUser +from openedx.core.lib.api.authentication import BearerAuthenticationAllowInactiveUser from openedx.core.lib.api.parsers import MergePatchParser log = logging.getLogger(__name__) @@ -30,7 +29,7 @@ class CourseModesMixin(object): """ authentication_classes = ( JwtAuthentication, - OAuth2AuthenticationAllowInactiveUser, + BearerAuthenticationAllowInactiveUser, SessionAuthenticationAllowInactiveUser, ) # When not considering JWT conditions, this permission class grants access diff --git a/common/djangoapps/course_modes/apps.py b/common/djangoapps/course_modes/apps.py index 12f2869139..fa84221508 100644 --- a/common/djangoapps/course_modes/apps.py +++ b/common/djangoapps/course_modes/apps.py @@ -1,5 +1,5 @@ """Django App config for course_modes""" -from __future__ import absolute_import + from django.apps import AppConfig diff --git a/common/djangoapps/course_modes/helpers.py b/common/djangoapps/course_modes/helpers.py index 9d90cefcc1..42e33f6d77 100644 --- a/common/djangoapps/course_modes/helpers.py +++ b/common/djangoapps/course_modes/helpers.py @@ -1,5 +1,5 @@ """ Helper methods for CourseModes. """ -from __future__ import absolute_import, unicode_literals + import six from django.utils.translation import ugettext_lazy as _ diff --git a/common/djangoapps/course_modes/migrations/0001_initial.py b/common/djangoapps/course_modes/migrations/0001_initial.py index 11692dcad0..094f8a037b 100644 --- a/common/djangoapps/course_modes/migrations/0001_initial.py +++ b/common/djangoapps/course_modes/migrations/0001_initial.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models from opaque_keys.edx.django.models import CourseKeyField @@ -19,12 +19,12 @@ class Migration(migrations.Migration): ('mode_slug', models.CharField(max_length=100, verbose_name='Mode')), ('mode_display_name', models.CharField(max_length=255, verbose_name='Display Name')), ('min_price', models.IntegerField(default=0, verbose_name='Price')), - ('currency', models.CharField(default=b'usd', max_length=8)), + ('currency', models.CharField(default=u'usd', max_length=8)), ('expiration_datetime', models.DateTimeField(default=None, help_text='OPTIONAL: After this date/time, users will no longer be able to enroll in this mode. Leave this blank if users can enroll in this mode until enrollment closes for the course.', null=True, verbose_name='Upgrade Deadline', blank=True)), ('expiration_date', models.DateField(default=None, null=True, blank=True)), - ('suggested_prices', models.CommaSeparatedIntegerField(default=b'', max_length=255, blank=True)), + ('suggested_prices', models.CommaSeparatedIntegerField(default=u'', max_length=255, blank=True)), ('description', models.TextField(null=True, blank=True)), - ('sku', models.CharField(help_text='OPTIONAL: This is the SKU (stock keeping unit) of this mode in the external ecommerce service. Leave this blank if the course has not yet been migrated to the ecommerce service.', max_length=255, null=True, verbose_name=b'SKU', blank=True)), + ('sku', models.CharField(help_text='OPTIONAL: This is the SKU (stock keeping unit) of this mode in the external ecommerce service. Leave this blank if the course has not yet been migrated to the ecommerce service.', max_length=255, null=True, verbose_name=u'SKU', blank=True)), ], ), migrations.CreateModel( @@ -35,8 +35,8 @@ class Migration(migrations.Migration): ('mode_slug', models.CharField(max_length=100)), ('mode_display_name', models.CharField(max_length=255)), ('min_price', models.IntegerField(default=0)), - ('suggested_prices', models.CommaSeparatedIntegerField(default=b'', max_length=255, blank=True)), - ('currency', models.CharField(default=b'usd', max_length=8)), + ('suggested_prices', models.CommaSeparatedIntegerField(default=u'', max_length=255, blank=True)), + ('currency', models.CharField(default=u'usd', max_length=8)), ('expiration_date', models.DateField(default=None, null=True, blank=True)), ('expiration_datetime', models.DateTimeField(default=None, null=True, blank=True)), ], diff --git a/common/djangoapps/course_modes/migrations/0002_coursemode_expiration_datetime_is_explicit.py b/common/djangoapps/course_modes/migrations/0002_coursemode_expiration_datetime_is_explicit.py index ad010d9a3b..86124fc13c 100644 --- a/common/djangoapps/course_modes/migrations/0002_coursemode_expiration_datetime_is_explicit.py +++ b/common/djangoapps/course_modes/migrations/0002_coursemode_expiration_datetime_is_explicit.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models diff --git a/common/djangoapps/course_modes/migrations/0003_auto_20151113_1443.py b/common/djangoapps/course_modes/migrations/0003_auto_20151113_1443.py index bca415f6d8..c65f5932dc 100644 --- a/common/djangoapps/course_modes/migrations/0003_auto_20151113_1443.py +++ b/common/djangoapps/course_modes/migrations/0003_auto_20151113_1443.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models diff --git a/common/djangoapps/course_modes/migrations/0004_auto_20151113_1457.py b/common/djangoapps/course_modes/migrations/0004_auto_20151113_1457.py index de21813631..24e842eb7e 100644 --- a/common/djangoapps/course_modes/migrations/0004_auto_20151113_1457.py +++ b/common/djangoapps/course_modes/migrations/0004_auto_20151113_1457.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from datetime import timedelta diff --git a/common/djangoapps/course_modes/migrations/0005_auto_20151217_0958.py b/common/djangoapps/course_modes/migrations/0005_auto_20151217_0958.py index 574575749b..2842c255b8 100644 --- a/common/djangoapps/course_modes/migrations/0005_auto_20151217_0958.py +++ b/common/djangoapps/course_modes/migrations/0005_auto_20151217_0958.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models @@ -21,7 +21,7 @@ class Migration(migrations.Migration): migrations.AddField( model_name='coursemode', name='_expiration_datetime', - field=models.DateTimeField(db_column=b'expiration_datetime', default=None, blank=True, help_text='OPTIONAL: After this date/time, users will no longer be able to enroll in this mode. Leave this blank if users can enroll in this mode until enrollment closes for the course.', null=True, verbose_name='Upgrade Deadline'), + field=models.DateTimeField(db_column=u'expiration_datetime', default=None, blank=True, help_text='OPTIONAL: After this date/time, users will no longer be able to enroll in this mode. Leave this blank if users can enroll in this mode until enrollment closes for the course.', null=True, verbose_name='Upgrade Deadline'), ), ] ) diff --git a/common/djangoapps/course_modes/migrations/0006_auto_20160208_1407.py b/common/djangoapps/course_modes/migrations/0006_auto_20160208_1407.py index 7355c03817..6cc63a3a6b 100644 --- a/common/djangoapps/course_modes/migrations/0006_auto_20160208_1407.py +++ b/common/djangoapps/course_modes/migrations/0006_auto_20160208_1407.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models diff --git a/common/djangoapps/course_modes/migrations/0007_coursemode_bulk_sku.py b/common/djangoapps/course_modes/migrations/0007_coursemode_bulk_sku.py index 8a81d980cd..f82e852807 100644 --- a/common/djangoapps/course_modes/migrations/0007_coursemode_bulk_sku.py +++ b/common/djangoapps/course_modes/migrations/0007_coursemode_bulk_sku.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models @@ -14,6 +14,6 @@ class Migration(migrations.Migration): migrations.AddField( model_name='coursemode', name='bulk_sku', - field=models.CharField(default=None, max_length=255, blank=True, help_text='This is the bulk SKU (stock keeping unit) of this mode in the external ecommerce service.', null=True, verbose_name=b'Bulk SKU'), + field=models.CharField(default=None, max_length=255, blank=True, help_text='This is the bulk SKU (stock keeping unit) of this mode in the external ecommerce service.', null=True, verbose_name=u'Bulk SKU'), ), ] diff --git a/common/djangoapps/course_modes/migrations/0008_course_key_field_to_foreign_key.py b/common/djangoapps/course_modes/migrations/0008_course_key_field_to_foreign_key.py index 2ed4bfaf74..b844e4009d 100644 --- a/common/djangoapps/course_modes/migrations/0008_course_key_field_to_foreign_key.py +++ b/common/djangoapps/course_modes/migrations/0008_course_key_field_to_foreign_key.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models from opaque_keys.edx.django.models import CourseKeyField diff --git a/common/djangoapps/course_modes/migrations/0009_suggested_prices_to_charfield.py b/common/djangoapps/course_modes/migrations/0009_suggested_prices_to_charfield.py index c6ba8b0b43..66e5ef5391 100644 --- a/common/djangoapps/course_modes/migrations/0009_suggested_prices_to_charfield.py +++ b/common/djangoapps/course_modes/migrations/0009_suggested_prices_to_charfield.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + import re @@ -17,6 +17,6 @@ class Migration(migrations.Migration): migrations.AlterField( model_name='coursemode', name='suggested_prices', - field=models.CharField(default=b'', max_length=255, blank=True, validators=[django.core.validators.RegexValidator(re.compile('^[\\d,]+\\Z'), 'Enter only digits separated by commas.', 'invalid')]), + field=models.CharField(default=u'', max_length=255, blank=True, validators=[django.core.validators.RegexValidator(re.compile('^[\\d,]+\\Z'), 'Enter only digits separated by commas.', 'invalid')]), ), ] diff --git a/common/djangoapps/course_modes/migrations/0010_archived_suggested_prices_to_charfield.py b/common/djangoapps/course_modes/migrations/0010_archived_suggested_prices_to_charfield.py index 56254117ed..979b75afb2 100644 --- a/common/djangoapps/course_modes/migrations/0010_archived_suggested_prices_to_charfield.py +++ b/common/djangoapps/course_modes/migrations/0010_archived_suggested_prices_to_charfield.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + import re @@ -17,6 +17,6 @@ class Migration(migrations.Migration): migrations.AlterField( model_name='coursemodesarchive', name='suggested_prices', - field=models.CharField(default=b'', max_length=255, blank=True, validators=[django.core.validators.RegexValidator(re.compile('^[\\d,]+\\Z'), 'Enter only digits separated by commas.', 'invalid')]), + field=models.CharField(default=u'', max_length=255, blank=True, validators=[django.core.validators.RegexValidator(re.compile('^[\\d,]+\\Z'), 'Enter only digits separated by commas.', 'invalid')]), ), ] diff --git a/common/djangoapps/course_modes/migrations/0011_change_regex_for_comma_separated_ints.py b/common/djangoapps/course_modes/migrations/0011_change_regex_for_comma_separated_ints.py index a69f54997d..cc6c0db2d9 100644 --- a/common/djangoapps/course_modes/migrations/0011_change_regex_for_comma_separated_ints.py +++ b/common/djangoapps/course_modes/migrations/0011_change_regex_for_comma_separated_ints.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Generated by Django 1.11.8 on 2018-01-30 17:38 -from __future__ import absolute_import, unicode_literals + import re @@ -18,11 +18,11 @@ class Migration(migrations.Migration): migrations.AlterField( model_name='coursemode', name='suggested_prices', - field=models.CharField(blank=True, default=b'', max_length=255, validators=[django.core.validators.RegexValidator(re.compile('^\d+(?:\,\d+)*\Z'), code='invalid', message='Enter only digits separated by commas.')]), + field=models.CharField(blank=True, default=u'', max_length=255, validators=[django.core.validators.RegexValidator(re.compile('^\d+(?:\,\d+)*\Z'), code='invalid', message='Enter only digits separated by commas.')]), ), migrations.AlterField( model_name='coursemodesarchive', name='suggested_prices', - field=models.CharField(blank=True, default=b'', max_length=255, validators=[django.core.validators.RegexValidator(re.compile('^\d+(?:\,\d+)*\Z'), code='invalid', message='Enter only digits separated by commas.')]), + field=models.CharField(blank=True, default=u'', max_length=255, validators=[django.core.validators.RegexValidator(re.compile('^\d+(?:\,\d+)*\Z'), code='invalid', message='Enter only digits separated by commas.')]), ), ] diff --git a/common/djangoapps/course_modes/migrations/0012_historicalcoursemode.py b/common/djangoapps/course_modes/migrations/0012_historicalcoursemode.py index d3d61a1ace..5885baa806 100644 --- a/common/djangoapps/course_modes/migrations/0012_historicalcoursemode.py +++ b/common/djangoapps/course_modes/migrations/0012_historicalcoursemode.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Generated by Django 1.11.21 on 2019-06-19 01:31 -from __future__ import unicode_literals + from django.conf import settings import django.core.validators @@ -26,14 +26,14 @@ class Migration(migrations.Migration): ('mode_slug', models.CharField(max_length=100, verbose_name='Mode')), ('mode_display_name', models.CharField(max_length=255, verbose_name='Display Name')), ('min_price', models.IntegerField(default=0, verbose_name='Price')), - ('currency', models.CharField(default='usd', max_length=8)), - ('_expiration_datetime', models.DateTimeField(blank=True, db_column='expiration_datetime', default=None, help_text='OPTIONAL: After this date/time, users will no longer be able to enroll in this mode. Leave this blank if users can enroll in this mode until enrollment closes for the course.', null=True, verbose_name='Upgrade Deadline')), + ('currency', models.CharField(default=u'usd', max_length=8)), + ('_expiration_datetime', models.DateTimeField(blank=True, db_column=u'expiration_datetime', default=None, help_text='OPTIONAL: After this date/time, users will no longer be able to enroll in this mode. Leave this blank if users can enroll in this mode until enrollment closes for the course.', null=True, verbose_name='Upgrade Deadline')), ('expiration_datetime_is_explicit', models.BooleanField(default=False)), ('expiration_date', models.DateField(blank=True, default=None, null=True)), - ('suggested_prices', models.CharField(blank=True, default='', max_length=255, validators=[django.core.validators.RegexValidator(re.compile('^\\d+(?:\\,\\d+)*\\Z'), code='invalid', message='Enter only digits separated by commas.')])), + ('suggested_prices', models.CharField(blank=True, default=u'', max_length=255, validators=[django.core.validators.RegexValidator(re.compile('^\\d+(?:\\,\\d+)*\\Z'), code='invalid', message='Enter only digits separated by commas.')])), ('description', models.TextField(blank=True, null=True)), - ('sku', models.CharField(blank=True, help_text='OPTIONAL: This is the SKU (stock keeping unit) of this mode in the external ecommerce service. Leave this blank if the course has not yet been migrated to the ecommerce service.', max_length=255, null=True, verbose_name='SKU')), - ('bulk_sku', models.CharField(blank=True, default=None, help_text='This is the bulk SKU (stock keeping unit) of this mode in the external ecommerce service.', max_length=255, null=True, verbose_name='Bulk SKU')), + ('sku', models.CharField(blank=True, help_text='OPTIONAL: This is the SKU (stock keeping unit) of this mode in the external ecommerce service. Leave this blank if the course has not yet been migrated to the ecommerce service.', max_length=255, null=True, verbose_name=u'SKU')), + ('bulk_sku', models.CharField(blank=True, default=None, help_text='This is the bulk SKU (stock keeping unit) of this mode in the external ecommerce service.', max_length=255, null=True, verbose_name=u'Bulk SKU')), ('history_id', models.AutoField(primary_key=True, serialize=False)), ('history_date', models.DateTimeField()), ('history_change_reason', models.CharField(max_length=100, null=True)), diff --git a/common/djangoapps/course_modes/migrations/0013_auto_20200115_2022.py b/common/djangoapps/course_modes/migrations/0013_auto_20200115_2022.py new file mode 100644 index 0000000000..bd33c71d01 --- /dev/null +++ b/common/djangoapps/course_modes/migrations/0013_auto_20200115_2022.py @@ -0,0 +1,21 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.11.27 on 2020-01-15 20:22 +from __future__ import unicode_literals + +from django.db import migrations, models +import django.db.models.deletion + + +class Migration(migrations.Migration): + + dependencies = [ + ('course_modes', '0012_historicalcoursemode'), + ] + + operations = [ + migrations.AlterField( + model_name='coursemode', + name='course', + field=models.ForeignKey(db_constraint=False, on_delete=django.db.models.deletion.DO_NOTHING, related_name='modes', to='course_overviews.CourseOverview'), + ), + ] diff --git a/common/djangoapps/course_modes/models.py b/common/djangoapps/course_modes/models.py index 04588a3428..e2aca1b2c5 100644 --- a/common/djangoapps/course_modes/models.py +++ b/common/djangoapps/course_modes/models.py @@ -1,7 +1,7 @@ """ Add and create new modes for running courses on this particular LMS """ -from __future__ import absolute_import + from collections import defaultdict, namedtuple from datetime import timedelta @@ -54,7 +54,7 @@ class CourseMode(models.Model): db_constraint=False, db_index=True, related_name='modes', - on_delete=models.CASCADE, + on_delete=models.DO_NOTHING, ) # Django sets the `course_id` property in __init__ with the value from the database @@ -84,7 +84,7 @@ class CourseMode(models.Model): min_price = models.IntegerField(default=0, verbose_name=_("Price")) # the currency these prices are in, using lower case ISO currency codes - currency = models.CharField(default="usd", max_length=8) + currency = models.CharField(default=u"usd", max_length=8) # The datetime at which the course mode will expire. # This is used to implement "upgrade" deadlines. @@ -98,7 +98,7 @@ class CourseMode(models.Model): u"OPTIONAL: After this date/time, users will no longer be able to enroll in this mode. " u"Leave this blank if users can enroll in this mode until enrollment closes for the course." ), - db_column='expiration_datetime', + db_column=u'expiration_datetime', ) # The system prefers to set this automatically based on default settings. But @@ -112,7 +112,7 @@ class CourseMode(models.Model): # DEPRECATED: the suggested prices for this mode # We used to allow users to choose from a set of prices, but we now allow only # a single price. This field has been deprecated by `min_price` - suggested_prices = models.CharField(max_length=255, blank=True, default='', + suggested_prices = models.CharField(max_length=255, blank=True, default=u'', validators=[validate_comma_separated_integer_list]) # optional description override @@ -124,7 +124,7 @@ class CourseMode(models.Model): max_length=255, null=True, blank=True, - verbose_name="SKU", + verbose_name=u"SKU", help_text=_( u"OPTIONAL: This is the SKU (stock keeping unit) of this mode in the external ecommerce service. " u"Leave this blank if the course has not yet been migrated to the ecommerce service." @@ -137,7 +137,7 @@ class CourseMode(models.Model): null=True, blank=True, default=None, # Need this in order to set DEFAULT NULL on the database column - verbose_name="Bulk SKU", + verbose_name=u"Bulk SKU", help_text=_( u"This is the bulk SKU (stock keeping unit) of this mode in the external ecommerce service." ) @@ -145,13 +145,13 @@ class CourseMode(models.Model): history = HistoricalRecords() - HONOR = 'honor' - PROFESSIONAL = 'professional' - VERIFIED = 'verified' - AUDIT = 'audit' - NO_ID_PROFESSIONAL_MODE = 'no-id-professional' - CREDIT_MODE = 'credit' - MASTERS = 'masters' + HONOR = u'honor' + PROFESSIONAL = u'professional' + VERIFIED = u'verified' + AUDIT = u'audit' + NO_ID_PROFESSIONAL_MODE = u'no-id-professional' + CREDIT_MODE = u'credit' + MASTERS = u'masters' DEFAULT_MODE = Mode( settings.COURSE_MODE_DEFAULTS['slug'], @@ -255,6 +255,14 @@ class CourseMode(models.Model): self.expiration_datetime_is_explicit = True self._expiration_datetime = new_datetime + @classmethod + def get_default_mode_slug(cls): + """ + Returns the default mode slug to be used in the CourseEnrollment model mode field + as the default value. + """ + return cls.DEFAULT_MODE_SLUG + @classmethod def all_modes_for_courses(cls, course_id_list): """Find all modes for a list of course IDs, including expired modes. @@ -757,7 +765,7 @@ class CourseMode(models.Model): return min(mode.min_price for mode in modes if mode.currency.lower() == currency.lower()) @classmethod - def is_eligible_for_certificate(cls, mode_slug): + def is_eligible_for_certificate(cls, mode_slug, status=None): """ Returns whether or not the given mode_slug is eligible for a certificate. Currently all modes other than 'audit' grant a @@ -769,7 +777,11 @@ class CourseMode(models.Model): ineligible_modes = [cls.AUDIT] if settings.FEATURES['DISABLE_HONOR_CERTIFICATES']: - ineligible_modes.append(cls.HONOR) + # Adding check so that we can regenerate the certificate for learners who have + # already earned the certificate using honor mode + from lms.djangoapps.certificates.models import CertificateStatuses + if mode_slug == cls.HONOR and status != CertificateStatuses.downloadable: + ineligible_modes.append(cls.HONOR) return mode_slug not in ineligible_modes @@ -892,11 +904,11 @@ class CourseModesArchive(models.Model): min_price = models.IntegerField(default=0) # the suggested prices for this mode - suggested_prices = models.CharField(max_length=255, blank=True, default='', + suggested_prices = models.CharField(max_length=255, blank=True, default=u'', validators=[validate_comma_separated_integer_list]) # the currency these prices are in, using lower case ISO currency codes - currency = models.CharField(default="usd", max_length=8) + currency = models.CharField(default=u"usd", max_length=8) # turn this mode off after the given expiration date expiration_date = models.DateField(default=None, null=True, blank=True) diff --git a/common/djangoapps/course_modes/signals.py b/common/djangoapps/course_modes/signals.py index f225dc021f..02dbe129fb 100644 --- a/common/djangoapps/course_modes/signals.py +++ b/common/djangoapps/course_modes/signals.py @@ -1,7 +1,7 @@ """ Signal handler for setting default course mode expiration dates """ -from __future__ import absolute_import, unicode_literals + import logging diff --git a/common/djangoapps/course_modes/tests/factories.py b/common/djangoapps/course_modes/tests/factories.py index cbffbe05a1..25717d8d9b 100644 --- a/common/djangoapps/course_modes/tests/factories.py +++ b/common/djangoapps/course_modes/tests/factories.py @@ -1,7 +1,7 @@ """ Factories for course mode models. """ -from __future__ import absolute_import + import random diff --git a/common/djangoapps/course_modes/tests/test_admin.py b/common/djangoapps/course_modes/tests/test_admin.py index 18dbd08a3b..d0b8c91aa6 100644 --- a/common/djangoapps/course_modes/tests/test_admin.py +++ b/common/djangoapps/course_modes/tests/test_admin.py @@ -1,7 +1,7 @@ """ Tests for the course modes Django admin interface. """ -from __future__ import absolute_import, unicode_literals + import unittest from datetime import datetime, timedelta diff --git a/common/djangoapps/course_modes/tests/test_models.py b/common/djangoapps/course_modes/tests/test_models.py index 9a2df874c7..199dcdb4b2 100644 --- a/common/djangoapps/course_modes/tests/test_models.py +++ b/common/djangoapps/course_modes/tests/test_models.py @@ -4,7 +4,7 @@ when you run "manage.py test". Replace this with more appropriate tests for your application. """ -from __future__ import absolute_import, unicode_literals + import itertools from datetime import timedelta @@ -21,6 +21,7 @@ from six.moves import zip from course_modes.helpers import enrollment_mode_display from course_modes.models import CourseMode, Mode, get_cosmetic_display_price, invalidate_course_mode_cache from course_modes.tests.factories import CourseModeFactory +from openedx.core.djangoapps.content.course_overviews.models import CourseOverview from xmodule.modulestore.tests.django_utils import ModuleStoreTestCase from xmodule.modulestore.tests.factories import CourseFactory @@ -523,6 +524,19 @@ class CourseModeModelTest(TestCase): self.assertEqual(CourseMode.is_masters_only(self.course_key), expected_is_masters_only) +class TestCourseOverviewIntegration(ModuleStoreTestCase): + def test_course_overview_version_update(self): + course = CourseFactory.create() + course_overview = CourseOverview.get_from_id(course.id) + course_overview.version -= 1 + course_overview.save() + course_mode = CourseModeFactory.create(course_id=course_overview.id) + + assert CourseMode.objects.filter(pk=course_mode.pk).exists() + CourseOverview.get_from_id(course.id) + assert CourseMode.objects.filter(pk=course_mode.pk).exists() + + class TestDisplayPrices(ModuleStoreTestCase): @override_settings(PAID_COURSE_REGISTRATION_CURRENCY=["USD", "$"]) def test_get_cosmetic_display_price(self): diff --git a/common/djangoapps/course_modes/tests/test_signals.py b/common/djangoapps/course_modes/tests/test_signals.py index 71ce637634..6730d42600 100644 --- a/common/djangoapps/course_modes/tests/test_signals.py +++ b/common/djangoapps/course_modes/tests/test_signals.py @@ -1,7 +1,7 @@ """ Unit tests for the course_mode signals """ -from __future__ import absolute_import, unicode_literals + from datetime import datetime, timedelta diff --git a/common/djangoapps/course_modes/tests/test_views.py b/common/djangoapps/course_modes/tests/test_views.py index 3a83509594..f3257a353b 100644 --- a/common/djangoapps/course_modes/tests/test_views.py +++ b/common/djangoapps/course_modes/tests/test_views.py @@ -2,7 +2,6 @@ Tests for course_modes views. """ -from __future__ import absolute_import import decimal import unittest @@ -100,7 +99,7 @@ class CourseModeViewTest(CatalogIntegrationMixin, UrlResetMixin, ModuleStoreTest else: self.assertRedirects(response, reverse('dashboard')) else: - self.assertEquals(response.status_code, 200) + self.assertEqual(response.status_code, 200) def test_no_id_redirect(self): # Create the course modes @@ -138,7 +137,7 @@ class CourseModeViewTest(CatalogIntegrationMixin, UrlResetMixin, ModuleStoreTest # Configure whether we're upgrading or not url = reverse('course_modes_choose', args=[six.text_type(prof_course.id)]) response = self.client.get(url) - self.assertRedirects(response, 'http://testserver/test_basket/add/?sku=TEST', fetch_redirect_response=False) + self.assertRedirects(response, '/test_basket/add/?sku=TEST', fetch_redirect_response=False) ecomm_test_utils.update_commerce_config(enabled=False) @httpretty.activate @@ -174,7 +173,7 @@ class CourseModeViewTest(CatalogIntegrationMixin, UrlResetMixin, ModuleStoreTest follow=False, ) - self.assertEquals(response.status_code, 200) + self.assertEqual(response.status_code, 200) # TODO: Fix it so that response.templates works w/ mako templates, and then assert # that the right template rendered @@ -199,6 +198,29 @@ class CourseModeViewTest(CatalogIntegrationMixin, UrlResetMixin, ModuleStoreTest else: self.assertNotContains(response, "Credit") + @httpretty.activate + @ddt.data(True, False) + def test_congrats_on_enrollment_message(self, create_enrollment): + # Create the course mode + CourseModeFactory.create(mode_slug='verified', course_id=self.course.id) + + if create_enrollment: + CourseEnrollmentFactory( + is_active=True, + course_id=self.course.id, + user=self.user + ) + + # Check whether congratulations message is shown on the page + # This should *only* be shown when an enrollment exists + url = reverse('course_modes_choose', args=[six.text_type(self.course.id)]) + response = self.client.get(url) + + if create_enrollment: + self.assertContains(response, "Congratulations! You are now enrolled in") + else: + self.assertNotContains(response, "Congratulations! You are now enrolled in") + @ddt.data('professional', 'no-id-professional') def test_professional_enrollment(self, mode): # The only course mode is professional ed @@ -355,12 +377,12 @@ class CourseModeViewTest(CatalogIntegrationMixin, UrlResetMixin, ModuleStoreTest url = reverse('create_mode', args=[six.text_type(self.course.id)]) response = self.client.get(url) - self.assertEquals(response.status_code, 200) + self.assertEqual(response.status_code, 200) expected_mode = [Mode(u'honor', u'Honor Code Certificate', 0, '', 'usd', None, None, None, None)] course_mode = CourseMode.modes_for_course(self.course.id) - self.assertEquals(course_mode, expected_mode) + self.assertEqual(course_mode, expected_mode) @unittest.skipUnless(settings.ROOT_URLCONF == 'lms.urls', 'Test only valid in lms') @ddt.data( @@ -379,7 +401,7 @@ class CourseModeViewTest(CatalogIntegrationMixin, UrlResetMixin, ModuleStoreTest url = reverse('create_mode', args=[six.text_type(self.course.id)]) response = self.client.get(url, parameters) - self.assertEquals(response.status_code, 200) + self.assertEqual(response.status_code, 200) expected_mode = [ Mode( @@ -396,41 +418,7 @@ class CourseModeViewTest(CatalogIntegrationMixin, UrlResetMixin, ModuleStoreTest ] course_mode = CourseMode.modes_for_course(self.course.id) - self.assertEquals(course_mode, expected_mode) - - @patch('openedx.features.discounts.utils.can_receive_discount') - @patch('openedx.features.discounts.utils.discount_percentage') - def test_discount_on_track_selection(self, discount_percentage_mock, can_receive_discount_mock): - can_receive_discount_mock.return_value = True - discount_percentage_mock.return_value = 15 - parameters = { - 'mode_slug': 'verified', - 'mode_display_name': 'Verified Certificate', - 'min_price': 10 - } - - url = reverse('create_mode', args=[six.text_type(self.course.id)]) - response = self.client.get(url, parameters) - - CourseEnrollmentFactory( - is_active=True, - course_id=self.course.id, - user=self.user - ) - - response = self.client.get( - reverse('course_modes_choose', args=[six.text_type(self.course.id)]), - follow=False, - ) - - banner = u'''
''' - button = u'''''' - self.assertContains(response, banner) - self.assertContains(response, button, html=True) + self.assertEqual(course_mode, expected_mode) @unittest.skipUnless(settings.ROOT_URLCONF == 'lms.urls', 'Test only valid in lms') def test_multiple_mode_creation(self): @@ -455,7 +443,7 @@ class CourseModeViewTest(CatalogIntegrationMixin, UrlResetMixin, ModuleStoreTest expected_modes = [honor_mode, verified_mode] course_modes = CourseMode.modes_for_course(self.course.id) - self.assertEquals(course_modes, expected_modes) + self.assertEqual(course_modes, expected_modes) @unittest.skipUnless(settings.ROOT_URLCONF == 'lms.urls', 'Test only valid in lms') @with_comprehensive_theme("edx.org") diff --git a/common/djangoapps/course_modes/urls.py b/common/djangoapps/course_modes/urls.py index 96b8d1e4fe..c1c8fbe392 100644 --- a/common/djangoapps/course_modes/urls.py +++ b/common/djangoapps/course_modes/urls.py @@ -1,5 +1,5 @@ """URLs for course_mode API""" -from __future__ import absolute_import, unicode_literals + from django.conf import settings from django.conf.urls import url diff --git a/common/djangoapps/course_modes/views.py b/common/djangoapps/course_modes/views.py index 77d12334be..6569e245f6 100644 --- a/common/djangoapps/course_modes/views.py +++ b/common/djangoapps/course_modes/views.py @@ -1,7 +1,7 @@ """ Views for the course_mode module """ -from __future__ import absolute_import, unicode_literals + import decimal import json @@ -13,6 +13,7 @@ import six.moves.urllib.parse import six.moves.urllib.request import waffle from babel.dates import format_datetime +from babel.numbers import get_currency_symbol from django.contrib.auth.decorators import login_required from django.db import transaction from django.http import HttpResponse, HttpResponseBadRequest @@ -36,7 +37,6 @@ from openedx.core.djangoapps.embargo import api as embargo_api from openedx.core.djangoapps.enrollments.permissions import ENROLL_IN_COURSE from openedx.features.content_type_gating.models import ContentTypeGatingConfig from openedx.features.course_duration_limits.models import CourseDurationLimitConfig -from openedx.features.discounts.utils import get_first_purchase_offer_banner_fragment from openedx.features.discounts.applicability import discount_percentage from student.models import CourseEnrollment from util.db import outer_atomic @@ -191,9 +191,11 @@ class ChooseModeView(View): ) ) - title_content = _("Congratulations! You are now enrolled in {course_name}").format( - course_name=course.display_name_with_default - ) + title_content = '' + if enrollment_mode: + title_content = _("Congratulations! You are now enrolled in {course_name}").format( + course_name=course.display_name_with_default + ) context["title_content"] = title_content @@ -207,19 +209,11 @@ class ChooseModeView(View): price_before_discount = verified_mode.min_price context["currency"] = verified_mode.currency.upper() + context["currency_symbol"] = get_currency_symbol(verified_mode.currency.upper()) context["min_price"] = price_before_discount context["verified_name"] = verified_mode.name context["verified_description"] = verified_mode.description - offer_banner_fragment = get_first_purchase_offer_banner_fragment( - request.user, course - ) - if offer_banner_fragment: - context['offer_banner_fragment'] = offer_banner_fragment - discounted_price = "{:0.2f}".format(price_before_discount * ((100.0 - discount_percentage()) / 100)) - context["min_price"] = discounted_price - context["price_before_discount"] = price_before_discount - if verified_mode.sku: context["use_ecommerce_payment_flow"] = ecommerce_service.is_enabled(request.user) context["ecommerce_payment_page"] = ecommerce_service.payment_page_url() diff --git a/common/djangoapps/database_fixups/migrations/0001_initial.py b/common/djangoapps/database_fixups/migrations/0001_initial.py index 5423beb883..f15f8abf54 100644 --- a/common/djangoapps/database_fixups/migrations/0001_initial.py +++ b/common/djangoapps/database_fixups/migrations/0001_initial.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models diff --git a/common/djangoapps/edxmako/apps.py b/common/djangoapps/edxmako/apps.py index c52ed044ef..7ac79c3089 100644 --- a/common/djangoapps/edxmako/apps.py +++ b/common/djangoapps/edxmako/apps.py @@ -1,7 +1,7 @@ """ Configuration for the edxmako Django application. """ -from __future__ import absolute_import + from django.apps import AppConfig from django.conf import settings diff --git a/common/djangoapps/edxmako/backend.py b/common/djangoapps/edxmako/backend.py index 43690901a5..6979e9b4c3 100644 --- a/common/djangoapps/edxmako/backend.py +++ b/common/djangoapps/edxmako/backend.py @@ -1,7 +1,7 @@ """ Django template system engine for Mako templates. """ -from __future__ import absolute_import, unicode_literals + import logging diff --git a/common/djangoapps/edxmako/makoloader.py b/common/djangoapps/edxmako/makoloader.py index 8a5833be24..199ee7a423 100644 --- a/common/djangoapps/edxmako/makoloader.py +++ b/common/djangoapps/edxmako/makoloader.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + import logging @@ -75,8 +75,12 @@ class MakoLoader(object): return source, file_path def load_template_source(self, template_name, template_dirs=None): - # Just having this makes the template load as an instance, instead of a class. - return self.base_loader.load_template_source(template_name, template_dirs) + for origin in self.base_loader.get_template_sources(template_name, template_dirs): + try: + return self.base_loader.get_contents(origin), origin.name + except TemplateDoesNotExist: + pass + raise TemplateDoesNotExist(template_name) def reset(self): self.base_loader.reset() diff --git a/common/djangoapps/edxmako/paths.py b/common/djangoapps/edxmako/paths.py index 75e846acb3..ca7e4cfc55 100644 --- a/common/djangoapps/edxmako/paths.py +++ b/common/djangoapps/edxmako/paths.py @@ -2,7 +2,6 @@ Set up lookup paths for mako templates. """ -from __future__ import absolute_import import contextlib import hashlib diff --git a/common/djangoapps/edxmako/request_context.py b/common/djangoapps/edxmako/request_context.py index 081fd5f7f2..5be4c1fd47 100644 --- a/common/djangoapps/edxmako/request_context.py +++ b/common/djangoapps/edxmako/request_context.py @@ -19,8 +19,6 @@ Methods for creating RequestContext for using with Mako templates. """ -from __future__ import absolute_import - from crum import get_current_request from django.template import RequestContext diff --git a/common/djangoapps/edxmako/shortcuts.py b/common/djangoapps/edxmako/shortcuts.py index e5a2c639eb..4aaea4b0b4 100644 --- a/common/djangoapps/edxmako/shortcuts.py +++ b/common/djangoapps/edxmako/shortcuts.py @@ -12,19 +12,19 @@ # See the License for the specific language governing permissions and # limitations under the License. -from __future__ import absolute_import import logging -import six -from six.moves.urllib.parse import urljoin +import six from django.conf import settings -from django.urls import reverse from django.http import HttpResponse from django.template import engines +from django.urls import reverse +from six.moves.urllib.parse import urljoin from openedx.core.djangoapps.site_configuration import helpers as configuration_helpers from openedx.core.djangoapps.theming.helpers import is_request_in_themed_site +from xmodule.util.xmodule_django import get_current_request_hostname from . import Engines @@ -70,9 +70,13 @@ def marketing_link(name): elif not enable_mktg_site and name in link_map: # don't try to reverse disabled marketing links if link_map[name] is not None: - return reverse(link_map[name]) + host_name = get_current_request_hostname() + if all([host_name and 'edge' in host_name, 'http' in link_map[name]]): + return link_map[name] + else: + return reverse(link_map[name]) else: - log.debug("Cannot find corresponding link for name: %s", name) + log.debug(u"Cannot find corresponding link for name: %s", name) return '#' diff --git a/common/djangoapps/edxmako/template.py b/common/djangoapps/edxmako/template.py index a8ade8f09e..a9b8016deb 100644 --- a/common/djangoapps/edxmako/template.py +++ b/common/djangoapps/edxmako/template.py @@ -12,7 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -from __future__ import absolute_import from django.conf import settings from django.template import Context, engines diff --git a/common/djangoapps/edxmako/tests.py b/common/djangoapps/edxmako/tests.py index 7a270ae4b8..defd7d31ce 100644 --- a/common/djangoapps/edxmako/tests.py +++ b/common/djangoapps/edxmako/tests.py @@ -1,14 +1,14 @@ -from __future__ import absolute_import + import unittest import ddt from django.conf import settings -from django.urls import reverse from django.http import HttpResponse from django.test import TestCase from django.test.client import RequestFactory from django.test.utils import override_settings +from django.urls import reverse from edx_django_utils.cache import RequestCache from mock import Mock, patch @@ -25,45 +25,52 @@ class ShortcutsTests(UrlResetMixin, TestCase): Test the edxmako shortcuts file """ @override_settings(MKTG_URLS={'ROOT': 'https://dummy-root', 'ABOUT': '/about-us'}) - @override_settings(MKTG_URL_LINK_MAP={'ABOUT': 'login'}) def test_marketing_link(self): - # test marketing site on - with patch.dict('django.conf.settings.FEATURES', {'ENABLE_MKTG_SITE': True}): - expected_link = 'https://dummy-root/about-us' - link = marketing_link('ABOUT') - self.assertEquals(link, expected_link) - # test marketing site off - with patch.dict('django.conf.settings.FEATURES', {'ENABLE_MKTG_SITE': False}): - # we are using login because it is common across both cms and lms - expected_link = reverse('login') - link = marketing_link('ABOUT') - self.assertEquals(link, expected_link) + with override_settings(MKTG_URL_LINK_MAP={'ABOUT': self._get_test_url_name()}): + # test marketing site on + with patch.dict('django.conf.settings.FEATURES', {'ENABLE_MKTG_SITE': True}): + expected_link = 'https://dummy-root/about-us' + link = marketing_link('ABOUT') + self.assertEqual(link, expected_link) + # test marketing site off + with patch.dict('django.conf.settings.FEATURES', {'ENABLE_MKTG_SITE': False}): + expected_link = reverse(self._get_test_url_name()) + link = marketing_link('ABOUT') + self.assertEqual(link, expected_link) @override_settings(MKTG_URLS={'ROOT': 'https://dummy-root', 'ABOUT': '/about-us'}) - @override_settings(MKTG_URL_LINK_MAP={'ABOUT': 'login'}) def test_is_marketing_link_set(self): - # test marketing site on - with patch.dict('django.conf.settings.FEATURES', {'ENABLE_MKTG_SITE': True}): - self.assertTrue(is_marketing_link_set('ABOUT')) - self.assertFalse(is_marketing_link_set('NOT_CONFIGURED')) - # test marketing site off - with patch.dict('django.conf.settings.FEATURES', {'ENABLE_MKTG_SITE': False}): - self.assertTrue(is_marketing_link_set('ABOUT')) - self.assertFalse(is_marketing_link_set('NOT_CONFIGURED')) + with override_settings(MKTG_URL_LINK_MAP={'ABOUT': self._get_test_url_name()}): + # test marketing site on + with patch.dict('django.conf.settings.FEATURES', {'ENABLE_MKTG_SITE': True}): + self.assertTrue(is_marketing_link_set('ABOUT')) + self.assertFalse(is_marketing_link_set('NOT_CONFIGURED')) + # test marketing site off + with patch.dict('django.conf.settings.FEATURES', {'ENABLE_MKTG_SITE': False}): + self.assertTrue(is_marketing_link_set('ABOUT')) + self.assertFalse(is_marketing_link_set('NOT_CONFIGURED')) @override_settings(MKTG_URLS={'ROOT': 'https://dummy-root', 'ABOUT': '/about-us'}) - @override_settings(MKTG_URL_LINK_MAP={'ABOUT': 'login'}) def test_is_any_marketing_link_set(self): - # test marketing site on - with patch.dict('django.conf.settings.FEATURES', {'ENABLE_MKTG_SITE': True}): - self.assertTrue(is_any_marketing_link_set(['ABOUT'])) - self.assertTrue(is_any_marketing_link_set(['ABOUT', 'NOT_CONFIGURED'])) - self.assertFalse(is_any_marketing_link_set(['NOT_CONFIGURED'])) - # test marketing site off - with patch.dict('django.conf.settings.FEATURES', {'ENABLE_MKTG_SITE': False}): - self.assertTrue(is_any_marketing_link_set(['ABOUT'])) - self.assertTrue(is_any_marketing_link_set(['ABOUT', 'NOT_CONFIGURED'])) - self.assertFalse(is_any_marketing_link_set(['NOT_CONFIGURED'])) + with override_settings(MKTG_URL_LINK_MAP={'ABOUT': self._get_test_url_name()}): + # test marketing site on + with patch.dict('django.conf.settings.FEATURES', {'ENABLE_MKTG_SITE': True}): + self.assertTrue(is_any_marketing_link_set(['ABOUT'])) + self.assertTrue(is_any_marketing_link_set(['ABOUT', 'NOT_CONFIGURED'])) + self.assertFalse(is_any_marketing_link_set(['NOT_CONFIGURED'])) + # test marketing site off + with patch.dict('django.conf.settings.FEATURES', {'ENABLE_MKTG_SITE': False}): + self.assertTrue(is_any_marketing_link_set(['ABOUT'])) + self.assertTrue(is_any_marketing_link_set(['ABOUT', 'NOT_CONFIGURED'])) + self.assertFalse(is_any_marketing_link_set(['NOT_CONFIGURED'])) + + def _get_test_url_name(self): + if settings.ROOT_URLCONF == 'lms.urls': + # return any lms url name + return 'dashboard' + else: + # return any cms url name + return 'organizations' class AddLookupTests(TestCase): diff --git a/common/djangoapps/entitlements/admin.py b/common/djangoapps/entitlements/admin.py index f3567729dc..1d2dbb6dbe 100644 --- a/common/djangoapps/entitlements/admin.py +++ b/common/djangoapps/entitlements/admin.py @@ -1,5 +1,5 @@ """Admin forms for Course Entitlements""" -from __future__ import absolute_import + from django import forms from django.contrib import admin diff --git a/common/djangoapps/entitlements/api/urls.py b/common/djangoapps/entitlements/api/urls.py index c07b35b8c7..d3d5a52d63 100644 --- a/common/djangoapps/entitlements/api/urls.py +++ b/common/djangoapps/entitlements/api/urls.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + from django.conf.urls import include, url diff --git a/common/djangoapps/entitlements/api/v1/filters.py b/common/djangoapps/entitlements/api/v1/filters.py index 9fcf2ffdbe..295bbaeba6 100644 --- a/common/djangoapps/entitlements/api/v1/filters.py +++ b/common/djangoapps/entitlements/api/v1/filters.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + from django_filters import rest_framework as filters @@ -18,10 +18,10 @@ class CharListFilter(filters.CharFilter): class UUIDListFilter(CharListFilter): """ Filters a field via a comma-delimited list of UUIDs. """ - def __init__(self, name='uuid', label=None, widget=None, method=None, lookup_expr='in', required=False, + def __init__(self, field_name='uuid', label=None, widget=None, method=None, lookup_expr='in', required=False, distinct=False, exclude=False, **kwargs): super(UUIDListFilter, self).__init__( - name=name, + field_name=field_name, label=label, widget=widget, method=method, @@ -36,7 +36,7 @@ class UUIDListFilter(CharListFilter): class CourseEntitlementFilter(filters.FilterSet): uuid = UUIDListFilter() - user = filters.CharFilter(name='user__username') + user = filters.CharFilter(field_name='user__username') class Meta: model = CourseEntitlement diff --git a/common/djangoapps/entitlements/api/v1/permissions.py b/common/djangoapps/entitlements/api/v1/permissions.py index 66c41e55a5..67ca04aae1 100644 --- a/common/djangoapps/entitlements/api/v1/permissions.py +++ b/common/djangoapps/entitlements/api/v1/permissions.py @@ -3,7 +3,6 @@ This module provides a custom DRF Permission class for supporting SAFE_METHODS t requiring Superuser access for all other Request types on an API endpoint. """ -from __future__ import absolute_import from rest_framework.permissions import SAFE_METHODS, BasePermission diff --git a/common/djangoapps/entitlements/api/v1/serializers.py b/common/djangoapps/entitlements/api/v1/serializers.py index 6df61f8ac5..3a7084c4e9 100644 --- a/common/djangoapps/entitlements/api/v1/serializers.py +++ b/common/djangoapps/entitlements/api/v1/serializers.py @@ -1,7 +1,7 @@ """ Serializers for all Course Entitlement related return objects. """ -from __future__ import absolute_import + from django.contrib.auth import get_user_model from rest_framework import serializers diff --git a/common/djangoapps/entitlements/api/v1/tests/test_serializers.py b/common/djangoapps/entitlements/api/v1/tests/test_serializers.py index f282dc9116..88831aa4d4 100644 --- a/common/djangoapps/entitlements/api/v1/tests/test_serializers.py +++ b/common/djangoapps/entitlements/api/v1/tests/test_serializers.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + import unittest diff --git a/common/djangoapps/entitlements/api/v1/tests/test_views.py b/common/djangoapps/entitlements/api/v1/tests/test_views.py index c0475d48ad..3428ce72eb 100644 --- a/common/djangoapps/entitlements/api/v1/tests/test_views.py +++ b/common/djangoapps/entitlements/api/v1/tests/test_views.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + import json import logging @@ -141,6 +141,59 @@ class EntitlementViewSetTest(ModuleStoreTestCase): ) assert results == CourseEntitlementSerializer(course_entitlement).data + def test_add_duplicate_entitlement(self): + """ + Request with identical course_uuid and order_number should not create duplicate + entitlement + """ + course_uuid = uuid.uuid4() + entitlement_data = self._get_data_set(self.user, str(course_uuid)) + + response = self.client.post( + self.entitlements_list_url, + data=json.dumps(entitlement_data), + content_type='application/json', + ) + assert response.status_code == 201 + response = self.client.post( + self.entitlements_list_url, + data=json.dumps(entitlement_data), + content_type='application/json', + ) + assert response.status_code == 400 + course_entitlement = CourseEntitlement.objects.filter( + course_uuid=course_uuid, + order_number=entitlement_data['order_number'] + ) + assert course_entitlement.count() == 1 + + def test_order_number_null(self): + """ + Test that for same course_uuid order_number set to null is treated as unique + entitlement + """ + course_uuid = uuid.uuid4() + entitlement_data = self._get_data_set(self.user, str(course_uuid)) + entitlement_data['order_number'] = None + + response = self.client.post( + self.entitlements_list_url, + data=json.dumps(entitlement_data), + content_type='application/json', + ) + assert response.status_code == 201 + response = self.client.post( + self.entitlements_list_url, + data=json.dumps(entitlement_data), + content_type='application/json', + ) + assert response.status_code == 201 + course_entitlement = CourseEntitlement.objects.filter( + course_uuid=course_uuid, + order_number=entitlement_data['order_number'] + ) + assert course_entitlement.count() == 2 + def test_default_no_policy_entry(self): """ Verify that, when there are no entries in the course entitlement policy table, diff --git a/common/djangoapps/entitlements/api/v1/urls.py b/common/djangoapps/entitlements/api/v1/urls.py index cc4f11735c..78444019fb 100644 --- a/common/djangoapps/entitlements/api/v1/urls.py +++ b/common/djangoapps/entitlements/api/v1/urls.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + from django.conf.urls import include, url from rest_framework.routers import DefaultRouter @@ -6,7 +6,7 @@ from rest_framework.routers import DefaultRouter from .views import EntitlementEnrollmentViewSet, EntitlementViewSet router = DefaultRouter() -router.register(r'entitlements', EntitlementViewSet, base_name='entitlements') +router.register(r'entitlements', EntitlementViewSet, basename='entitlements') ENROLLMENTS_VIEW = EntitlementEnrollmentViewSet.as_view({ 'post': 'create', diff --git a/common/djangoapps/entitlements/api/v1/views.py b/common/djangoapps/entitlements/api/v1/views.py index 0afb622b70..4d0f6bd312 100644 --- a/common/djangoapps/entitlements/api/v1/views.py +++ b/common/djangoapps/entitlements/api/v1/views.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + import logging @@ -110,7 +110,7 @@ class EntitlementViewSet(viewsets.ModelViewSet): lookup_field = 'uuid' serializer_class = CourseEntitlementSerializer filter_backends = (DjangoFilterBackend,) - filter_class = CourseEntitlementFilter + filterset_class = CourseEntitlementFilter pagination_class = EntitlementsPagination def get_queryset(self): diff --git a/common/djangoapps/entitlements/apps.py b/common/djangoapps/entitlements/apps.py index f41e6e8903..9f158cc7bd 100644 --- a/common/djangoapps/entitlements/apps.py +++ b/common/djangoapps/entitlements/apps.py @@ -4,7 +4,6 @@ Entitlements Application Configuration Signal handlers are connected here. """ -from __future__ import absolute_import from django.apps import AppConfig diff --git a/common/djangoapps/entitlements/management/commands/expire_old_entitlements.py b/common/djangoapps/entitlements/management/commands/expire_old_entitlements.py index c3a94c0a63..3b76a5ec17 100644 --- a/common/djangoapps/entitlements/management/commands/expire_old_entitlements.py +++ b/common/djangoapps/entitlements/management/commands/expire_old_entitlements.py @@ -2,7 +2,6 @@ Management command for expiring old entitlements. """ -from __future__ import absolute_import import logging from textwrap import dedent diff --git a/common/djangoapps/entitlements/management/commands/tests/test_expire_old_entitlements.py b/common/djangoapps/entitlements/management/commands/tests/test_expire_old_entitlements.py index 96b5892142..7e1e6e489b 100644 --- a/common/djangoapps/entitlements/management/commands/tests/test_expire_old_entitlements.py +++ b/common/djangoapps/entitlements/management/commands/tests/test_expire_old_entitlements.py @@ -1,6 +1,5 @@ """Test Entitlements models""" -from __future__ import absolute_import import mock from django.core.management import call_command diff --git a/common/djangoapps/entitlements/migrations/0001_initial.py b/common/djangoapps/entitlements/migrations/0001_initial.py index 1e0de21f29..51c2fb2d69 100644 --- a/common/djangoapps/entitlements/migrations/0001_initial.py +++ b/common/djangoapps/entitlements/migrations/0001_initial.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + import uuid @@ -26,7 +26,7 @@ class Migration(migrations.Migration): ('uuid', models.UUIDField(default=uuid.uuid4, editable=False)), ('course_uuid', models.UUIDField()), ('expired_at', models.DateTimeField(null=True)), - ('mode', models.CharField(default=b'audit', max_length=100)), + ('mode', models.CharField(default=u'audit', max_length=100)), ('order_number', models.CharField(max_length=128, null=True)), ('enrollment_course_run', models.ForeignKey(to='student.CourseEnrollment', null=True, on_delete=models.CASCADE)), ('user', models.ForeignKey(to=settings.AUTH_USER_MODEL, on_delete=models.CASCADE)), diff --git a/common/djangoapps/entitlements/migrations/0002_auto_20171102_0719.py b/common/djangoapps/entitlements/migrations/0002_auto_20171102_0719.py index a323701765..6dfb5218da 100644 --- a/common/djangoapps/entitlements/migrations/0002_auto_20171102_0719.py +++ b/common/djangoapps/entitlements/migrations/0002_auto_20171102_0719.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models @@ -17,21 +17,21 @@ class Migration(migrations.Migration): migrations.AlterField( model_name='courseentitlement', name='course_uuid', - field=models.UUIDField(help_text=b'UUID for the Course, not the Course Run'), + field=models.UUIDField(help_text=u'UUID for the Course, not the Course Run'), ), migrations.AlterField( model_name='courseentitlement', name='enrollment_course_run', - field=models.ForeignKey(to='student.CourseEnrollment', help_text=b'The current Course enrollment for this entitlement. If NULL the Learner has not enrolled.', null=True, on_delete=models.CASCADE), + field=models.ForeignKey(to='student.CourseEnrollment', help_text=u'The current Course enrollment for this entitlement. If NULL the Learner has not enrolled.', null=True, on_delete=models.CASCADE), ), migrations.AlterField( model_name='courseentitlement', name='expired_at', - field=models.DateTimeField(help_text=b'The date that an entitlement expired, if NULL the entitlement has not expired.', null=True), + field=models.DateTimeField(help_text=u'The date that an entitlement expired, if NULL the entitlement has not expired.', null=True), ), migrations.AlterField( model_name='courseentitlement', name='mode', - field=models.CharField(help_text=b'The mode of the Course that will be applied on enroll.', max_length=100), + field=models.CharField(help_text=u'The mode of the Course that will be applied on enroll.', max_length=100), ), ] diff --git a/common/djangoapps/entitlements/migrations/0003_auto_20171205_1431.py b/common/djangoapps/entitlements/migrations/0003_auto_20171205_1431.py index aa798572c9..af8cae0cc5 100644 --- a/common/djangoapps/entitlements/migrations/0003_auto_20171205_1431.py +++ b/common/djangoapps/entitlements/migrations/0003_auto_20171205_1431.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + import datetime @@ -18,21 +18,21 @@ class Migration(migrations.Migration): name='CourseEntitlementPolicy', fields=[ ('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)), - ('expiration_period', models.DurationField(default=datetime.timedelta(450), help_text=b'Duration in days from when an entitlement is created until when it is expired.')), - ('refund_period', models.DurationField(default=datetime.timedelta(60), help_text=b'Duration in days from when an entitlement is created until when it is no longer refundable')), - ('regain_period', models.DurationField(default=datetime.timedelta(14), help_text=b'Duration in days from when an entitlement is redeemed for a course run until it is no longer able to be regained by a user.')), + ('expiration_period', models.DurationField(default=datetime.timedelta(450), help_text=u'Duration in days from when an entitlement is created until when it is expired.')), + ('refund_period', models.DurationField(default=datetime.timedelta(60), help_text=u'Duration in days from when an entitlement is created until when it is no longer refundable')), + ('regain_period', models.DurationField(default=datetime.timedelta(14), help_text=u'Duration in days from when an entitlement is redeemed for a course run until it is no longer able to be regained by a user.')), ('site', models.ForeignKey(to='sites.Site', on_delete=models.CASCADE)), ], ), migrations.AlterField( model_name='courseentitlement', name='enrollment_course_run', - field=models.ForeignKey(blank=True, to='student.CourseEnrollment', help_text=b'The current Course enrollment for this entitlement. If NULL the Learner has not enrolled.', null=True, on_delete=models.CASCADE), + field=models.ForeignKey(blank=True, to='student.CourseEnrollment', help_text=u'The current Course enrollment for this entitlement. If NULL the Learner has not enrolled.', null=True, on_delete=models.CASCADE), ), migrations.AlterField( model_name='courseentitlement', name='expired_at', - field=models.DateTimeField(help_text=b'The date that an entitlement expired, if NULL the entitlement has not expired.', null=True, blank=True), + field=models.DateTimeField(help_text=u'The date that an entitlement expired, if NULL the entitlement has not expired.', null=True, blank=True), ), migrations.AddField( model_name='courseentitlement', diff --git a/common/djangoapps/entitlements/migrations/0004_auto_20171206_1729.py b/common/djangoapps/entitlements/migrations/0004_auto_20171206_1729.py index 09dba6a695..81836f3ac3 100644 --- a/common/djangoapps/entitlements/migrations/0004_auto_20171206_1729.py +++ b/common/djangoapps/entitlements/migrations/0004_auto_20171206_1729.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + import uuid diff --git a/common/djangoapps/entitlements/migrations/0005_courseentitlementsupportdetail.py b/common/djangoapps/entitlements/migrations/0005_courseentitlementsupportdetail.py index 6c4ea35b69..8dfcb89a21 100644 --- a/common/djangoapps/entitlements/migrations/0005_courseentitlementsupportdetail.py +++ b/common/djangoapps/entitlements/migrations/0005_courseentitlementsupportdetail.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + import django.utils.timezone import model_utils.fields @@ -22,7 +22,7 @@ class Migration(migrations.Migration): ('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)), ('created', model_utils.fields.AutoCreatedField(default=django.utils.timezone.now, verbose_name='created', editable=False)), ('modified', model_utils.fields.AutoLastModifiedField(default=django.utils.timezone.now, verbose_name='modified', editable=False)), - ('reason', models.CharField(max_length=15, choices=[(b'LEAVE', 'Learner requested leave session for expired entitlement'), (b'CHANGE', 'Learner requested session change for expired entitlement'), (b'LEARNER_NEW', 'Learner requested new entitlement'), (b'COURSE_TEAM_NEW', 'Course team requested entitlement for learnerg'), (b'OTHER', 'Other')])), + ('reason', models.CharField(max_length=15, choices=[(u'LEAVE', 'Learner requested leave session for expired entitlement'), (u'CHANGE', 'Learner requested session change for expired entitlement'), (u'LEARNER_NEW', 'Learner requested new entitlement'), (u'COURSE_TEAM_NEW', 'Course team requested entitlement for learnerg'), (u'OTHER', 'Other')])), ('comments', models.TextField(null=True)), ('entitlement', models.ForeignKey(to='entitlements.CourseEntitlement', on_delete=models.CASCADE)), ('support_user', models.ForeignKey(to=settings.AUTH_USER_MODEL, on_delete=models.CASCADE)), diff --git a/common/djangoapps/entitlements/migrations/0006_courseentitlementsupportdetail_action.py b/common/djangoapps/entitlements/migrations/0006_courseentitlementsupportdetail_action.py index 837c94480e..a390465e48 100644 --- a/common/djangoapps/entitlements/migrations/0006_courseentitlementsupportdetail_action.py +++ b/common/djangoapps/entitlements/migrations/0006_courseentitlementsupportdetail_action.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models @@ -14,7 +14,7 @@ class Migration(migrations.Migration): migrations.AddField( model_name='courseentitlementsupportdetail', name='action', - field=models.CharField(default='CREATE', max_length=15, choices=[(b'REISSUE', b'Re-issue entitlement'), (b'CREATE', b'Create new entitlement')]), + field=models.CharField(default='CREATE', max_length=15, choices=[(u'REISSUE', u'Re-issue entitlement'), (u'CREATE', u'Create new entitlement')]), preserve_default=False, ), ] diff --git a/common/djangoapps/entitlements/migrations/0007_change_expiration_period_default.py b/common/djangoapps/entitlements/migrations/0007_change_expiration_period_default.py index 8409783c15..a32f5b691d 100644 --- a/common/djangoapps/entitlements/migrations/0007_change_expiration_period_default.py +++ b/common/djangoapps/entitlements/migrations/0007_change_expiration_period_default.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + import datetime @@ -16,6 +16,6 @@ class Migration(migrations.Migration): migrations.AlterField( model_name='courseentitlementpolicy', name='expiration_period', - field=models.DurationField(default=datetime.timedelta(730), help_text=b'Duration in days from when an entitlement is created until when it is expired.'), + field=models.DurationField(default=datetime.timedelta(730), help_text=u'Duration in days from when an entitlement is created until when it is expired.'), ), ] diff --git a/common/djangoapps/entitlements/migrations/0008_auto_20180328_1107.py b/common/djangoapps/entitlements/migrations/0008_auto_20180328_1107.py index a67cc80ab3..1733c64b40 100644 --- a/common/djangoapps/entitlements/migrations/0008_auto_20180328_1107.py +++ b/common/djangoapps/entitlements/migrations/0008_auto_20180328_1107.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models @@ -14,7 +14,7 @@ class Migration(migrations.Migration): migrations.AddField( model_name='courseentitlementpolicy', name='mode', - field=models.CharField(max_length=32, null=True, choices=[(None, b'---------'), (b'verified', b'verified'), (b'professional', b'professional')]), + field=models.CharField(max_length=32, null=True, choices=[(None, u'---------'), (u'verified', u'verified'), (u'professional', u'professional')]), ), migrations.AlterField( model_name='courseentitlementpolicy', diff --git a/common/djangoapps/entitlements/migrations/0009_courseentitlement_refund_locked.py b/common/djangoapps/entitlements/migrations/0009_courseentitlement_refund_locked.py index 21b584cdcd..74ae85e059 100644 --- a/common/djangoapps/entitlements/migrations/0009_courseentitlement_refund_locked.py +++ b/common/djangoapps/entitlements/migrations/0009_courseentitlement_refund_locked.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Generated by Django 1.11.12 on 2018-04-12 12:00 -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models diff --git a/common/djangoapps/entitlements/migrations/0010_backfill_refund_lock.py b/common/djangoapps/entitlements/migrations/0010_backfill_refund_lock.py index 6adeeabb84..cacb7f8271 100644 --- a/common/djangoapps/entitlements/migrations/0010_backfill_refund_lock.py +++ b/common/djangoapps/entitlements/migrations/0010_backfill_refund_lock.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from datetime import datetime diff --git a/common/djangoapps/entitlements/migrations/0011_historicalcourseentitlement.py b/common/djangoapps/entitlements/migrations/0011_historicalcourseentitlement.py index 9981d8e834..d39484af02 100644 --- a/common/djangoapps/entitlements/migrations/0011_historicalcourseentitlement.py +++ b/common/djangoapps/entitlements/migrations/0011_historicalcourseentitlement.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Generated by Django 1.11.20 on 2019-05-30 21:13 -from __future__ import unicode_literals + from django.conf import settings from django.db import migrations, models @@ -27,9 +27,9 @@ class Migration(migrations.Migration): ('created', model_utils.fields.AutoCreatedField(default=django.utils.timezone.now, editable=False, verbose_name='created')), ('modified', model_utils.fields.AutoLastModifiedField(default=django.utils.timezone.now, editable=False, verbose_name='modified')), ('uuid', models.UUIDField(db_index=True, default=uuid.uuid4, editable=False)), - ('course_uuid', models.UUIDField(help_text=b'UUID for the Course, not the Course Run')), - ('expired_at', models.DateTimeField(blank=True, help_text=b'The date that an entitlement expired, if NULL the entitlement has not expired.', null=True)), - ('mode', models.CharField(help_text=b'The mode of the Course that will be applied on enroll.', max_length=100)), + ('course_uuid', models.UUIDField(help_text=u'UUID for the Course, not the Course Run')), + ('expired_at', models.DateTimeField(blank=True, help_text=u'The date that an entitlement expired, if NULL the entitlement has not expired.', null=True)), + ('mode', models.CharField(help_text=u'The mode of the Course that will be applied on enroll.', max_length=100)), ('order_number', models.CharField(max_length=128, null=True)), ('refund_locked', models.BooleanField(default=False)), ('history_id', models.AutoField(primary_key=True, serialize=False)), @@ -37,7 +37,7 @@ class Migration(migrations.Migration): ('history_change_reason', models.CharField(max_length=100, null=True)), ('history_type', models.CharField(choices=[('+', 'Created'), ('~', 'Changed'), ('-', 'Deleted')], max_length=1)), ('_policy', models.ForeignKey(blank=True, db_constraint=False, null=True, on_delete=django.db.models.deletion.DO_NOTHING, related_name='+', to='entitlements.CourseEntitlementPolicy')), - ('enrollment_course_run', models.ForeignKey(blank=True, db_constraint=False, help_text=b'The current Course enrollment for this entitlement. If NULL the Learner has not enrolled.', null=True, on_delete=django.db.models.deletion.DO_NOTHING, related_name='+', to='student.CourseEnrollment')), + ('enrollment_course_run', models.ForeignKey(blank=True, db_constraint=False, help_text=u'The current Course enrollment for this entitlement. If NULL the Learner has not enrolled.', null=True, on_delete=django.db.models.deletion.DO_NOTHING, related_name='+', to='student.CourseEnrollment')), ('history_user', models.ForeignKey(null=True, on_delete=django.db.models.deletion.SET_NULL, related_name='+', to=settings.AUTH_USER_MODEL)), ('user', models.ForeignKey(blank=True, db_constraint=False, null=True, on_delete=django.db.models.deletion.DO_NOTHING, related_name='+', to=settings.AUTH_USER_MODEL)), ], diff --git a/common/djangoapps/entitlements/migrations/0012_allow_blank_order_number_values.py b/common/djangoapps/entitlements/migrations/0012_allow_blank_order_number_values.py new file mode 100644 index 0000000000..278b7d716f --- /dev/null +++ b/common/djangoapps/entitlements/migrations/0012_allow_blank_order_number_values.py @@ -0,0 +1,25 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.11.25 on 2019-10-23 15:47 + + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('entitlements', '0011_historicalcourseentitlement'), + ] + + operations = [ + migrations.AlterField( + model_name='courseentitlement', + name='order_number', + field=models.CharField(blank=True, max_length=128, null=True), + ), + migrations.AlterField( + model_name='historicalcourseentitlement', + name='order_number', + field=models.CharField(blank=True, max_length=128, null=True), + ), + ] diff --git a/common/djangoapps/entitlements/migrations/0013_historicalcourseentitlementsupportdetail.py b/common/djangoapps/entitlements/migrations/0013_historicalcourseentitlementsupportdetail.py new file mode 100644 index 0000000000..fddb220317 --- /dev/null +++ b/common/djangoapps/entitlements/migrations/0013_historicalcourseentitlementsupportdetail.py @@ -0,0 +1,47 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.11.26 on 2019-12-17 14:08 + + +from django.conf import settings +from django.db import migrations, models +import django.db.models.deletion +import django.utils.timezone +import model_utils.fields +import simple_history.models + + +class Migration(migrations.Migration): + + dependencies = [ + ('course_overviews', '0017_auto_20191002_0823'), + migrations.swappable_dependency(settings.AUTH_USER_MODEL), + ('entitlements', '0012_allow_blank_order_number_values'), + ] + + operations = [ + migrations.CreateModel( + name='HistoricalCourseEntitlementSupportDetail', + fields=[ + ('id', models.IntegerField(auto_created=True, blank=True, db_index=True, verbose_name='ID')), + ('created', model_utils.fields.AutoCreatedField(default=django.utils.timezone.now, editable=False, verbose_name='created')), + ('modified', model_utils.fields.AutoLastModifiedField(default=django.utils.timezone.now, editable=False, verbose_name='modified')), + ('reason', models.CharField(choices=[('LEAVE', 'Learner requested leave session for expired entitlement'), ('CHANGE', 'Learner requested session change for expired entitlement'), ('LEARNER_NEW', 'Learner requested new entitlement'), ('COURSE_TEAM_NEW', 'Course team requested entitlement for learnerg'), ('OTHER', 'Other')], max_length=15)), + ('action', models.CharField(choices=[('REISSUE', 'Re-issue entitlement'), ('CREATE', 'Create new entitlement')], max_length=15)), + ('comments', models.TextField(null=True)), + ('history_id', models.AutoField(primary_key=True, serialize=False)), + ('history_date', models.DateTimeField()), + ('history_change_reason', models.CharField(max_length=100, null=True)), + ('history_type', models.CharField(choices=[('+', 'Created'), ('~', 'Changed'), ('-', 'Deleted')], max_length=1)), + ('entitlement', models.ForeignKey(blank=True, db_constraint=False, null=True, on_delete=django.db.models.deletion.DO_NOTHING, related_name='+', to='entitlements.CourseEntitlement')), + ('history_user', models.ForeignKey(null=True, on_delete=django.db.models.deletion.SET_NULL, related_name='+', to=settings.AUTH_USER_MODEL)), + ('support_user', models.ForeignKey(blank=True, db_constraint=False, null=True, on_delete=django.db.models.deletion.DO_NOTHING, related_name='+', to=settings.AUTH_USER_MODEL)), + ('unenrolled_run', models.ForeignKey(blank=True, db_constraint=False, null=True, on_delete=django.db.models.deletion.DO_NOTHING, related_name='+', to='course_overviews.CourseOverview')), + ], + options={ + 'ordering': ('-history_date', '-history_id'), + 'get_latest_by': 'history_date', + 'verbose_name': 'historical course entitlement support detail', + }, + bases=(simple_history.models.HistoricalChanges, models.Model), + ), + ] diff --git a/common/djangoapps/entitlements/migrations/0014_auto_20200115_2022.py b/common/djangoapps/entitlements/migrations/0014_auto_20200115_2022.py new file mode 100644 index 0000000000..f7fa755e30 --- /dev/null +++ b/common/djangoapps/entitlements/migrations/0014_auto_20200115_2022.py @@ -0,0 +1,21 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.11.27 on 2020-01-15 20:22 +from __future__ import unicode_literals + +from django.db import migrations, models +import django.db.models.deletion + + +class Migration(migrations.Migration): + + dependencies = [ + ('entitlements', '0013_historicalcourseentitlementsupportdetail'), + ] + + operations = [ + migrations.AlterField( + model_name='courseentitlementsupportdetail', + name='unenrolled_run', + field=models.ForeignKey(blank=True, db_constraint=False, null=True, on_delete=django.db.models.deletion.DO_NOTHING, to='course_overviews.CourseOverview'), + ), + ] diff --git a/common/djangoapps/entitlements/migrations/0015_add_unique_together_constraint.py b/common/djangoapps/entitlements/migrations/0015_add_unique_together_constraint.py new file mode 100644 index 0000000000..cb6b1e54ea --- /dev/null +++ b/common/djangoapps/entitlements/migrations/0015_add_unique_together_constraint.py @@ -0,0 +1,29 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.11.27 on 2020-01-29 10:33 +from __future__ import unicode_literals + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('entitlements', '0014_auto_20200115_2022'), + ] + + operations = [ + migrations.AlterField( + model_name='courseentitlement', + name='order_number', + field=models.CharField(default=None, max_length=128, null=True), + ), + migrations.AlterField( + model_name='historicalcourseentitlement', + name='order_number', + field=models.CharField(default=None, max_length=128, null=True), + ), + migrations.AlterUniqueTogether( + name='courseentitlement', + unique_together=set([('course_uuid', 'order_number')]), + ), + ] diff --git a/common/djangoapps/entitlements/models.py b/common/djangoapps/entitlements/models.py index 364d43f454..348c87f92a 100644 --- a/common/djangoapps/entitlements/models.py +++ b/common/djangoapps/entitlements/models.py @@ -1,6 +1,5 @@ """Entitlement Models""" -from __future__ import absolute_import import logging import uuid as uuid_tools @@ -38,23 +37,23 @@ class CourseEntitlementPolicy(models.Model): DEFAULT_EXPIRATION_PERIOD_DAYS = 730 DEFAULT_REFUND_PERIOD_DAYS = 60 DEFAULT_REGAIN_PERIOD_DAYS = 14 - MODES = Choices((None, '---------'), CourseMode.VERIFIED, CourseMode.PROFESSIONAL) + MODES = Choices((None, u'---------'), CourseMode.VERIFIED, CourseMode.PROFESSIONAL) # Use a DurationField to calculate time as it returns a timedelta, useful in performing operations with datetimes expiration_period = models.DurationField( default=timedelta(days=DEFAULT_EXPIRATION_PERIOD_DAYS), - help_text="Duration in days from when an entitlement is created until when it is expired.", + help_text=u"Duration in days from when an entitlement is created until when it is expired.", null=False ) refund_period = models.DurationField( default=timedelta(days=DEFAULT_REFUND_PERIOD_DAYS), - help_text="Duration in days from when an entitlement is created until when it is no longer refundable", + help_text=u"Duration in days from when an entitlement is created until when it is no longer refundable", null=False ) regain_period = models.DurationField( default=timedelta(days=DEFAULT_REGAIN_PERIOD_DAYS), - help_text=("Duration in days from when an entitlement is redeemed for a course run until " - "it is no longer able to be regained by a user."), + help_text=(u"Duration in days from when an entitlement is redeemed for a course run until " + u"it is no longer able to be regained by a user."), null=False ) site = models.ForeignKey(Site, null=True, on_delete=models.CASCADE) @@ -158,26 +157,29 @@ class CourseEntitlement(TimeStampedModel): """ user = models.ForeignKey(settings.AUTH_USER_MODEL, on_delete=models.CASCADE) uuid = models.UUIDField(default=uuid_tools.uuid4, editable=False, unique=True) - course_uuid = models.UUIDField(help_text='UUID for the Course, not the Course Run') + course_uuid = models.UUIDField(help_text=u'UUID for the Course, not the Course Run') expired_at = models.DateTimeField( null=True, - help_text='The date that an entitlement expired, if NULL the entitlement has not expired.', + help_text=u'The date that an entitlement expired, if NULL the entitlement has not expired.', blank=True ) - mode = models.CharField(max_length=100, help_text='The mode of the Course that will be applied on enroll.') + mode = models.CharField(max_length=100, help_text=u'The mode of the Course that will be applied on enroll.') enrollment_course_run = models.ForeignKey( 'student.CourseEnrollment', null=True, - help_text='The current Course enrollment for this entitlement. If NULL the Learner has not enrolled.', + help_text=u'The current Course enrollment for this entitlement. If NULL the Learner has not enrolled.', blank=True, on_delete=models.CASCADE, ) - order_number = models.CharField(max_length=128, null=True) + order_number = models.CharField(max_length=128, default=None, null=True) refund_locked = models.BooleanField(default=False) _policy = models.ForeignKey(CourseEntitlementPolicy, null=True, blank=True, on_delete=models.CASCADE) history = HistoricalRecords() + class Meta: + unique_together = ('course_uuid', 'order_number') + @property def expired_at_datetime(self): """ @@ -442,13 +444,21 @@ class CourseEntitlement(TimeStampedModel): refund_successful = refund_entitlement(course_entitlement=self) if not refund_successful: # This state is achieved in most cases by a failure in the ecommerce service to process the refund. - log.warn( + log.warning( u'Entitlement Refund failed for Course Entitlement [%s], alert User', self.uuid ) # Force Transaction reset with an Integrity error exception, this will revert all previous transactions raise IntegrityError + def save(self, *args, **kwargs): + """ + Null out empty strings in order_number + """ + if not self.order_number: + self.order_number = None + super(CourseEntitlement, self).save(*args, **kwargs) + @python_2_unicode_compatible class CourseEntitlementSupportDetail(TimeStampedModel): @@ -458,11 +468,11 @@ class CourseEntitlementSupportDetail(TimeStampedModel): .. no_pii: """ # Reasons deprecated - LEAVE_SESSION = 'LEAVE' - CHANGE_SESSION = 'CHANGE' - LEARNER_REQUEST_NEW = 'LEARNER_NEW' - COURSE_TEAM_REQUEST_NEW = 'COURSE_TEAM_NEW' - OTHER = 'OTHER' + LEAVE_SESSION = u'LEAVE' + CHANGE_SESSION = u'CHANGE' + LEARNER_REQUEST_NEW = u'LEARNER_NEW' + COURSE_TEAM_REQUEST_NEW = u'COURSE_TEAM_NEW' + OTHER = u'OTHER' ENTITLEMENT_SUPPORT_REASONS = ( (LEAVE_SESSION, u'Learner requested leave session for expired entitlement'), (CHANGE_SESSION, u'Learner requested session change for expired entitlement'), @@ -471,11 +481,11 @@ class CourseEntitlementSupportDetail(TimeStampedModel): (OTHER, u'Other'), ) - REISSUE = 'REISSUE' - CREATE = 'CREATE' + REISSUE = u'REISSUE' + CREATE = u'CREATE' ENTITLEMENT_SUPPORT_ACTIONS = ( - (REISSUE, 'Re-issue entitlement'), - (CREATE, 'Create new entitlement'), + (REISSUE, u'Re-issue entitlement'), + (CREATE, u'Create new entitlement'), ) entitlement = models.ForeignKey('entitlements.CourseEntitlement', on_delete=models.CASCADE) @@ -492,9 +502,11 @@ class CourseEntitlementSupportDetail(TimeStampedModel): null=True, blank=True, db_constraint=False, - on_delete=models.CASCADE, + on_delete=models.DO_NOTHING, ) + history = HistoricalRecords() + def __str__(self): """Unicode representation of an Entitlement""" return u'Course Entitlement Support Detail: entitlement: {}, support_user: {}, reason: {}'.format( diff --git a/common/djangoapps/entitlements/signals.py b/common/djangoapps/entitlements/signals.py index 77cf9d6fba..8a3c80b1ff 100644 --- a/common/djangoapps/entitlements/signals.py +++ b/common/djangoapps/entitlements/signals.py @@ -2,7 +2,6 @@ Entitlements related signal handlers. """ -from __future__ import absolute_import from django.dispatch import receiver diff --git a/common/djangoapps/entitlements/tasks.py b/common/djangoapps/entitlements/tasks.py index 37e7c378f1..2d3724ce2f 100644 --- a/common/djangoapps/entitlements/tasks.py +++ b/common/djangoapps/entitlements/tasks.py @@ -2,7 +2,6 @@ This file contains celery tasks for entitlements-related functionality. """ -from __future__ import absolute_import from celery import task from celery.utils.log import get_task_logger diff --git a/common/djangoapps/entitlements/tests/factories.py b/common/djangoapps/entitlements/tests/factories.py index cd94e93f05..b3028db152 100644 --- a/common/djangoapps/entitlements/tests/factories.py +++ b/common/djangoapps/entitlements/tests/factories.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + import string from uuid import uuid4 diff --git a/common/djangoapps/entitlements/tests/test_models.py b/common/djangoapps/entitlements/tests/test_models.py index b610b11586..4879723ffe 100644 --- a/common/djangoapps/entitlements/tests/test_models.py +++ b/common/djangoapps/entitlements/tests/test_models.py @@ -1,6 +1,5 @@ """Test Entitlements models""" -from __future__ import absolute_import import unittest from datetime import timedelta diff --git a/common/djangoapps/entitlements/tests/test_tasks.py b/common/djangoapps/entitlements/tests/test_tasks.py index dcec11dc29..7465cee637 100644 --- a/common/djangoapps/entitlements/tests/test_tasks.py +++ b/common/djangoapps/entitlements/tests/test_tasks.py @@ -2,7 +2,6 @@ Test entitlements tasks """ -from __future__ import absolute_import from datetime import datetime, timedelta diff --git a/common/djangoapps/entitlements/tests/test_utils.py b/common/djangoapps/entitlements/tests/test_utils.py index aa8d190304..84d62374d1 100644 --- a/common/djangoapps/entitlements/tests/test_utils.py +++ b/common/djangoapps/entitlements/tests/test_utils.py @@ -2,7 +2,6 @@ Test entitlements utilities """ -from __future__ import absolute_import from datetime import timedelta diff --git a/common/djangoapps/entitlements/utils.py b/common/djangoapps/entitlements/utils.py index 597ffb0cea..0e8a933b80 100644 --- a/common/djangoapps/entitlements/utils.py +++ b/common/djangoapps/entitlements/utils.py @@ -2,7 +2,6 @@ Utility methods for the entitlement application. """ -from __future__ import absolute_import import logging diff --git a/common/djangoapps/pipeline_mako/__init__.py b/common/djangoapps/pipeline_mako/__init__.py index 082681939d..81a00b9427 100644 --- a/common/djangoapps/pipeline_mako/__init__.py +++ b/common/djangoapps/pipeline_mako/__init__.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + from edxmako.shortcuts import render_to_string diff --git a/common/djangoapps/pipeline_mako/helpers/studiofrontend.py b/common/djangoapps/pipeline_mako/helpers/studiofrontend.py index 0b0b2f8fdc..dfdbb4b8ef 100644 --- a/common/djangoapps/pipeline_mako/helpers/studiofrontend.py +++ b/common/djangoapps/pipeline_mako/helpers/studiofrontend.py @@ -2,7 +2,7 @@ Contains code that gets run inside our mako template Debugging python-in-mako is terrible, so we've moved the actual code out to its own file """ -from __future__ import absolute_import + import logging diff --git a/common/djangoapps/pipeline_mako/templates/static_content.html b/common/djangoapps/pipeline_mako/templates/static_content.html index afa7fbab8e..d0d3f07277 100644 --- a/common/djangoapps/pipeline_mako/templates/static_content.html +++ b/common/djangoapps/pipeline_mako/templates/static_content.html @@ -85,15 +85,27 @@ except: <%def name="include(path)"><% from django.conf import settings from django.template.engine import Engine +from django.template import TemplateDoesNotExist from django.template.loaders.filesystem import Loader from openedx.core.djangoapps.theming.helpers import get_current_theme dirs = settings.DEFAULT_TEMPLATE_ENGINE['DIRS'] theme = get_current_theme() if theme: dirs = list(dirs) - dirs.insert(0, theme.path / 'templates') + dirs.append(theme.path / 'templates') engine = Engine(dirs=dirs) -source, template_path = Loader(engine).load_template_source(path) +loader = Loader(engine) + +source = None +for origin in loader.get_template_sources(path, dirs): + try: + source = loader.get_contents(origin) + except TemplateDoesNotExist: + pass + +if not source: + raise TemplateDoesNotExist(path) + %>${source | n, decode.utf8} <%def name="studiofrontend(entry)"> diff --git a/common/djangoapps/pipeline_mako/tests/test_render.py b/common/djangoapps/pipeline_mako/tests/test_render.py index e3a1d784ec..7e661a9feb 100644 --- a/common/djangoapps/pipeline_mako/tests/test_render.py +++ b/common/djangoapps/pipeline_mako/tests/test_render.py @@ -1,6 +1,5 @@ """ Tests for rendering functions in the mako pipeline. """ -from __future__ import absolute_import import ddt from mock import patch diff --git a/common/djangoapps/pipeline_mako/tests/test_static_content.py b/common/djangoapps/pipeline_mako/tests/test_static_content.py index dd2e1abf55..88eec2c718 100644 --- a/common/djangoapps/pipeline_mako/tests/test_static_content.py +++ b/common/djangoapps/pipeline_mako/tests/test_static_content.py @@ -2,7 +2,6 @@ Tests of pipeline_mako/templates/static_content.html """ -from __future__ import absolute_import import unittest diff --git a/common/djangoapps/static_replace/__init__.py b/common/djangoapps/static_replace/__init__.py index 84786835cf..9f64caf009 100644 --- a/common/djangoapps/static_replace/__init__.py +++ b/common/djangoapps/static_replace/__init__.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + import logging import re diff --git a/common/djangoapps/static_replace/admin.py b/common/djangoapps/static_replace/admin.py index d93746d36f..a2ab7443cf 100644 --- a/common/djangoapps/static_replace/admin.py +++ b/common/djangoapps/static_replace/admin.py @@ -2,7 +2,7 @@ Django admin page for AssetBaseUrlConfig, which allows you to set the base URL that gets prepended to asset URLs in order to serve them from, say, a CDN. """ -from __future__ import absolute_import + from config_models.admin import ConfigurationModelAdmin from django.contrib import admin diff --git a/common/djangoapps/static_replace/management/commands/clear_collectstatic_cache.py b/common/djangoapps/static_replace/management/commands/clear_collectstatic_cache.py index cd407bde07..7a1d5a2125 100644 --- a/common/djangoapps/static_replace/management/commands/clear_collectstatic_cache.py +++ b/common/djangoapps/static_replace/management/commands/clear_collectstatic_cache.py @@ -2,7 +2,6 @@ Django management command to clear the 'staticfiles' Django cache """ -from __future__ import absolute_import, print_function from django.core.management.base import BaseCommand from django.core.cache import caches diff --git a/common/djangoapps/static_replace/migrations/0001_initial.py b/common/djangoapps/static_replace/migrations/0001_initial.py index 65d269b03f..875813fd7a 100644 --- a/common/djangoapps/static_replace/migrations/0001_initial.py +++ b/common/djangoapps/static_replace/migrations/0001_initial.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + import django.db.models.deletion from django.conf import settings @@ -19,7 +19,7 @@ class Migration(migrations.Migration): ('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)), ('change_date', models.DateTimeField(auto_now_add=True, verbose_name='Change date')), ('enabled', models.BooleanField(default=False, verbose_name='Enabled')), - ('base_url', models.TextField(help_text=b'The alternative hostname to serve static assets from. Should be in the form of hostname[:port].', blank=True)), + ('base_url', models.TextField(help_text=u'The alternative hostname to serve static assets from. Should be in the form of hostname[:port].', blank=True)), ('changed_by', models.ForeignKey(on_delete=django.db.models.deletion.PROTECT, editable=False, to=settings.AUTH_USER_MODEL, null=True, verbose_name='Changed by')), ], ), diff --git a/common/djangoapps/static_replace/migrations/0002_assetexcludedextensionsconfig.py b/common/djangoapps/static_replace/migrations/0002_assetexcludedextensionsconfig.py index 5ffd13d1b3..d086230002 100644 --- a/common/djangoapps/static_replace/migrations/0002_assetexcludedextensionsconfig.py +++ b/common/djangoapps/static_replace/migrations/0002_assetexcludedextensionsconfig.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + import django.db.models.deletion from django.conf import settings @@ -20,7 +20,7 @@ class Migration(migrations.Migration): ('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)), ('change_date', models.DateTimeField(auto_now_add=True, verbose_name='Change date')), ('enabled', models.BooleanField(default=False, verbose_name='Enabled')), - ('excluded_extensions', models.TextField(default=b'html', help_text=b'The file extensions to exclude from canonicalization. No leading period required. Values should be space separated i.e. "html svg css"')), + ('excluded_extensions', models.TextField(default=u'html', help_text=u'The file extensions to exclude from canonicalization. No leading period required. Values should be space separated i.e. "html svg css"')), ('changed_by', models.ForeignKey(on_delete=django.db.models.deletion.PROTECT, editable=False, to=settings.AUTH_USER_MODEL, null=True, verbose_name='Changed by')), ], ), diff --git a/common/djangoapps/static_replace/models.py b/common/djangoapps/static_replace/models.py index 2012832eaf..d905043ff2 100644 --- a/common/djangoapps/static_replace/models.py +++ b/common/djangoapps/static_replace/models.py @@ -2,7 +2,6 @@ Models for static_replace """ -from __future__ import absolute_import import six from six.moves import map @@ -25,7 +24,7 @@ class AssetBaseUrlConfig(ConfigurationModel): base_url = TextField( blank=True, - help_text="The alternative hostname to serve static assets from. Should be in the form of hostname[:port]." + help_text=u"The alternative hostname to serve static assets from. Should be in the form of hostname[:port]." ) @classmethod @@ -52,8 +51,8 @@ class AssetExcludedExtensionsConfig(ConfigurationModel): app_label = 'static_replace' excluded_extensions = TextField( - default='html', - help_text='The file extensions to exclude from canonicalization. No leading period required. ' + + default=u'html', + help_text=u'The file extensions to exclude from canonicalization. No leading period required. ' + 'Values should be space separated i.e. "html svg css"' ) diff --git a/common/djangoapps/static_replace/test/test_static_replace.py b/common/djangoapps/static_replace/test/test_static_replace.py index e49cbd81a7..5a4a954109 100644 --- a/common/djangoapps/static_replace/test/test_static_replace.py +++ b/common/djangoapps/static_replace/test/test_static_replace.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- """Tests for static_replace""" -from __future__ import absolute_import, print_function + import re from six import BytesIO diff --git a/common/djangoapps/status/migrations/0001_initial.py b/common/djangoapps/status/migrations/0001_initial.py index 4c98321a04..db71ab541e 100644 --- a/common/djangoapps/status/migrations/0001_initial.py +++ b/common/djangoapps/status/migrations/0001_initial.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + import django.db.models.deletion from django.conf import settings diff --git a/common/djangoapps/status/migrations/0002_update_help_text.py b/common/djangoapps/status/migrations/0002_update_help_text.py index 3f5df18189..bc6425de55 100644 --- a/common/djangoapps/status/migrations/0002_update_help_text.py +++ b/common/djangoapps/status/migrations/0002_update_help_text.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models @@ -14,6 +14,6 @@ class Migration(migrations.Migration): migrations.AlterField( model_name='globalstatusmessage', name='message', - field=models.TextField(help_text=b'

The contents of this field will be displayed as a warning banner on all views.

To override the banner message for a specific course, refer to the Course Message configuration. Course Messages will only work if the global status message is enabled, so if you only want to add a banner to specific courses without adding a global status message, you should add a global status message with empty message text.

Finally, disable the global status message by adding another empty message with "enabled" unchecked.

', null=True, blank=True), + field=models.TextField(help_text=u'

The contents of this field will be displayed as a warning banner on all views.

To override the banner message for a specific course, refer to the Course Message configuration. Course Messages will only work if the global status message is enabled, so if you only want to add a banner to specific courses without adding a global status message, you should add a global status message with empty message text.

Finally, disable the global status message by adding another empty message with "enabled" unchecked.

', null=True, blank=True), ), ] diff --git a/common/djangoapps/status/models.py b/common/djangoapps/status/models.py index 0ad62f2d12..e48af5394c 100644 --- a/common/djangoapps/status/models.py +++ b/common/djangoapps/status/models.py @@ -2,7 +2,6 @@ Store status messages in the database. """ -from __future__ import absolute_import import six from config_models.admin import ConfigurationModelAdmin @@ -26,13 +25,13 @@ class GlobalStatusMessage(ConfigurationModel): message = models.TextField( blank=True, null=True, - help_text='

The contents of this field will be displayed as a warning banner on all views.

' - '

To override the banner message for a specific course, refer to the Course Message configuration. ' - 'Course Messages will only work if the global status message is enabled, so if you only want to add ' - 'a banner to specific courses without adding a global status message, you should add a global status ' - 'message with empty message text.

' - '

Finally, disable the global status message by adding another empty message with "enabled" ' - 'unchecked.

') + help_text=u'

The contents of this field will be displayed as a warning banner on all views.

' + u'

To override the banner message for a specific course, refer to the Course Message configuration. ' + u'Course Messages will only work if the global status message is enabled, so if you only want to add ' + u'a banner to specific courses without adding a global status message, you should add a global status ' + u'message with empty message text.

' + u'

Finally, disable the global status message by adding another empty message with "enabled" ' + u'unchecked.

') def full_message(self, course_key): """ Returns the full status message, including any course-specific status messages. """ diff --git a/common/djangoapps/status/status.py b/common/djangoapps/status/status.py index 333be9e85d..a23a49dba8 100644 --- a/common/djangoapps/status/status.py +++ b/common/djangoapps/status/status.py @@ -2,7 +2,6 @@ A tiny app that checks for a status message. """ -from __future__ import absolute_import import logging diff --git a/common/djangoapps/status/tests.py b/common/djangoapps/status/tests.py index 0d3451f76c..5c21f03f5d 100644 --- a/common/djangoapps/status/tests.py +++ b/common/djangoapps/status/tests.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- """ Tests for setting and displaying the site status message. """ -from __future__ import absolute_import + import unittest diff --git a/common/djangoapps/student/README.rst b/common/djangoapps/student/README.rst index 5623369688..e0af6f15f3 100644 --- a/common/djangoapps/student/README.rst +++ b/common/djangoapps/student/README.rst @@ -6,6 +6,8 @@ The Student app supplements Django's default user information with student-speci If you are thinking of adding something here, strongly consider adding a new Django app instead. If you are extending something here, please consider extracting it into a separate app. +Intended responsibility: Student dashboard functionality. + Glossary ======== diff --git a/common/djangoapps/student/__init__.py b/common/djangoapps/student/__init__.py index fe279caa86..3ff722059e 100644 --- a/common/djangoapps/student/__init__.py +++ b/common/djangoapps/student/__init__.py @@ -1,7 +1,7 @@ """ Student app helpers and settings """ -from __future__ import absolute_import + from openedx.core.djangoapps.waffle_utils import WaffleSwitchNamespace diff --git a/common/djangoapps/student/admin.py b/common/djangoapps/student/admin.py index b24d395ed4..55e3407eba 100644 --- a/common/djangoapps/student/admin.py +++ b/common/djangoapps/student/admin.py @@ -1,10 +1,11 @@ """ Django admin pages for student app """ -from __future__ import absolute_import + from functools import wraps from config_models.admin import ConfigurationModelAdmin from django import forms +from django.conf import settings from django.contrib import admin from django.contrib.admin.sites import NotRegistered from django.contrib.admin.utils import unquote @@ -26,6 +27,7 @@ from openedx.core.lib.courses import clean_course_id from student import STUDENT_WAFFLE_NAMESPACE from student.models import ( AccountRecovery, + AllowedAuthUser, CourseAccessRole, CourseEnrollment, CourseEnrollmentAllowed, @@ -288,13 +290,17 @@ class UserChangeForm(BaseUserChangeForm): Override the default UserChangeForm such that the password field does not contain a link to a 'change password' form. """ - password = ReadOnlyPasswordHashField( - label=_("Password"), - help_text=_( - "Raw passwords are not stored, so there is no way to see this " - "user's password." - ), - ) + def __init__(self, *args, **kwargs): + super(UserChangeForm, self).__init__(*args, **kwargs) + + if not settings.FEATURES.get('ENABLE_CHANGE_USER_PASSWORD_ADMIN'): + self.fields["password"] = ReadOnlyPasswordHashField( + label=_("Password"), + help_text=_( + "Raw passwords are not stored, so there is no way to see this " + "user's password." + ), + ) class UserAdmin(BaseUserAdmin): @@ -441,6 +447,48 @@ class LoginFailuresAdmin(admin.ModelAdmin): self.model.clear_lockout_counter(obj.user) +class AllowedAuthUserForm(forms.ModelForm): + """Model Form for AllowedAuthUser model's admin interface.""" + + class Meta(object): + model = AllowedAuthUser + fields = ('site', 'email', ) + + def clean_email(self): + """ + Validate the email field. + """ + email = self.cleaned_data['email'] + email_domain = email.split('@')[-1] + allowed_site_email_domain = self.cleaned_data['site'].configuration.get_value('THIRD_PARTY_AUTH_ONLY_DOMAIN') + + if not allowed_site_email_domain: + raise forms.ValidationError( + _("Please add a key/value 'THIRD_PARTY_AUTH_ONLY_DOMAIN/{site_email_domain}' in SiteConfiguration " + "model's values field.") + ) + elif email_domain != allowed_site_email_domain: + raise forms.ValidationError( + _("Email doesn't have {domain_name} domain name.".format(domain_name=allowed_site_email_domain)) + ) + elif not User.objects.filter(email=email).exists(): + raise forms.ValidationError(_("User with this email doesn't exist in system.")) + else: + return email + + +@admin.register(AllowedAuthUser) +class AllowedAuthUserAdmin(admin.ModelAdmin): + """ Admin interface for the AllowedAuthUser model. """ + form = AllowedAuthUserForm + list_display = ('email', 'site',) + search_fields = ('email',) + ordering = ('-created',) + + class Meta(object): + model = AllowedAuthUser + + admin.site.register(UserTestGroup) admin.site.register(Registration) admin.site.register(PendingNameChange) diff --git a/common/djangoapps/student/api.py b/common/djangoapps/student/api.py new file mode 100644 index 0000000000..2d372ed514 --- /dev/null +++ b/common/djangoapps/student/api.py @@ -0,0 +1,90 @@ +from django.contrib.auth import get_user_model +from django.conf import settings + +from student.models_api import create_manual_enrollment_audit as _create_manual_enrollment_audit +from student.models_api import get_course_enrollment as _get_course_enrollment +from student.models_api import ( + ENROLLED_TO_ENROLLED as _ENROLLED_TO_ENROLLED, + ENROLLED_TO_UNENROLLED as _ENROLLED_TO_UNENROLLED, + UNENROLLED_TO_ENROLLED as _UNENROLLED_TO_ENROLLED, + UNENROLLED_TO_UNENROLLED as _UNENROLLED_TO_UNENROLLED, + UNENROLLED_TO_ALLOWEDTOENROLL as _UNENROLLED_TO_ALLOWEDTOENROLL, + ALLOWEDTOENROLL_TO_ENROLLED as _ALLOWEDTOENROLL_TO_ENROLLED, + ALLOWEDTOENROLL_TO_UNENROLLED as _ALLOWEDTOENROLL_TO_UNENROLLED, + DEFAULT_TRANSITION_STATE as _DEFAULT_TRANSITION_STATE, +) +from openedx.core.djangoapps.site_configuration import helpers as configuration_helpers + + +# This is done so that if these strings change within the app, we can keep exported constants the same +ENROLLED_TO_ENROLLED = _ENROLLED_TO_ENROLLED +ENROLLED_TO_UNENROLLED = _ENROLLED_TO_UNENROLLED +UNENROLLED_TO_ENROLLED = _UNENROLLED_TO_ENROLLED +UNENROLLED_TO_UNENROLLED = _UNENROLLED_TO_UNENROLLED +UNENROLLED_TO_ALLOWEDTOENROLL = _UNENROLLED_TO_ALLOWEDTOENROLL +ALLOWEDTOENROLL_TO_ENROLLED = _ALLOWEDTOENROLL_TO_ENROLLED +ALLOWEDTOENROLL_TO_UNENROLLED = _ALLOWEDTOENROLL_TO_UNENROLLED +DEFAULT_TRANSITION_STATE = _DEFAULT_TRANSITION_STATE + +TRANSITION_STATES = ( + ENROLLED_TO_ENROLLED, + ENROLLED_TO_UNENROLLED, + UNENROLLED_TO_ENROLLED, + UNENROLLED_TO_UNENROLLED, + UNENROLLED_TO_ALLOWEDTOENROLL, + ALLOWEDTOENROLL_TO_ENROLLED, + ALLOWEDTOENROLL_TO_UNENROLLED, + DEFAULT_TRANSITION_STATE, +) + +MANUAL_ENROLLMENT_ROLE_CHOICES = configuration_helpers.get_value( + 'MANUAL_ENROLLMENT_ROLE_CHOICES', + settings.MANUAL_ENROLLMENT_ROLE_CHOICES +) + + +def create_manual_enrollment_audit( + enrolled_by, + user_email, + transition_state, + reason, + course_run_key=None, + role=None +): + """ + Creates an audit item for a manual enrollment. + Parameters: + enrolled_by: of the person that is manually enrolling + user_email: email of the user being enrolled + transition_state: state of enrollment transition state from _TRANSITIONS_STATES + reason: Reason why user was manually enrolled + course_run_key: Used to link the audit enrollment to the actual enrollment + role: role of the enrolled user from MANUAL_ENROLLMENT_ROLE_CHOICES + + Note: We purposefully *exclude* passing items like CourseEnrollment objects to prevent callers from needed to + know about model level code. + """ + if role and role not in MANUAL_ENROLLMENT_ROLE_CHOICES: + raise ValueError("Role `{}` not in allowed roles: `{}".format(role, MANUAL_ENROLLMENT_ROLE_CHOICES)) + if transition_state not in TRANSITION_STATES: + raise ValueError("State `{}` not in allow states: `{}`".format(transition_state, TRANSITION_STATES)) + + User = get_user_model() + try: + enrolled_user = User.objects.get(email=user_email) + except User.DoesNotExist: + enrolled_user = None + + if enrolled_user and course_run_key: + enrollment = _get_course_enrollment(enrolled_user, course_run_key) + else: + enrollment = None + + _create_manual_enrollment_audit( + enrolled_by, + user_email, + transition_state, + reason, + enrollment, + role + ) diff --git a/common/djangoapps/student/apps.py b/common/djangoapps/student/apps.py index 4966cbb7b6..b884ebfbbb 100644 --- a/common/djangoapps/student/apps.py +++ b/common/djangoapps/student/apps.py @@ -1,7 +1,7 @@ """ Configuration for the ``student`` Django application. """ -from __future__ import absolute_import + import os diff --git a/common/djangoapps/student/auth.py b/common/djangoapps/student/auth.py index d2423d20d9..1215972b28 100644 --- a/common/djangoapps/student/auth.py +++ b/common/djangoapps/student/auth.py @@ -4,7 +4,7 @@ authorization has authorization to do so, which infers authorization via role hi (GlobalStaff is superset of auths of course instructor, ...), which consults the config to decide whether to check course creator role, and other such functions. """ -from __future__ import absolute_import + from ccx_keys.locator import CCXBlockUsageLocator, CCXLocator from django.conf import settings diff --git a/common/djangoapps/student/forms.py b/common/djangoapps/student/forms.py index 80c49c6c42..dffe1a2a28 100644 --- a/common/djangoapps/student/forms.py +++ b/common/djangoapps/student/forms.py @@ -1,20 +1,15 @@ """ Utility functions for validating forms """ -from __future__ import absolute_import + import re from importlib import import_module -from django import forms from django.conf import settings -from django.contrib.auth.forms import PasswordResetForm -from django.contrib.auth.hashers import UNUSABLE_PASSWORD_PREFIX from django.contrib.auth.models import User from django.contrib.auth.tokens import default_token_generator from django.core.exceptions import ValidationError -from django.core.validators import RegexValidator, slug_re -from django.forms import widgets from django.urls import reverse from django.utils.http import int_to_base36 from django.utils.translation import ugettext_lazy as _ @@ -29,42 +24,7 @@ from openedx.core.djangoapps.user_api import accounts as accounts_settings from openedx.core.djangoapps.user_api.accounts.utils import is_secondary_email_feature_enabled from openedx.core.djangoapps.user_api.preferences.api import get_user_preference from student.message_types import AccountRecovery as AccountRecoveryMessage -from student.message_types import PasswordReset -from student.models import AccountRecovery, CourseEnrollmentAllowed, email_exists_or_retired -from util.password_policy_validators import validate_password - - -def send_password_reset_email_for_user(user, request, preferred_email=None): - """ - Send out a password reset email for the given user. - - Arguments: - user (User): Django User object - request (HttpRequest): Django request object - preferred_email (str): Send email to this address if present, otherwise fallback to user's email address. - """ - site = get_current_site() - message_context = get_base_template_context(site) - message_context.update({ - 'request': request, # Used by google_analytics_tracking_pixel - # TODO: This overrides `platform_name` from `get_base_template_context` to make the tests passes - 'platform_name': configuration_helpers.get_value('PLATFORM_NAME', settings.PLATFORM_NAME), - 'reset_link': '{protocol}://{site}{link}?track=pwreset'.format( - protocol='https' if request.is_secure() else 'http', - site=configuration_helpers.get_value('SITE_NAME', settings.SITE_NAME), - link=reverse('password_reset_confirm', kwargs={ - 'uidb36': int_to_base36(user.id), - 'token': default_token_generator.make_token(user), - }), - ) - }) - - msg = PasswordReset().personalize( - recipient=Recipient(user.username, preferred_email or user.email), - language=get_user_preference(user, LANGUAGE_KEY), - user_context=message_context, - ) - ace.send(msg) +from student.models import CourseEnrollmentAllowed, email_exists_or_retired def send_account_recovery_email_for_user(user, request, email=None): @@ -98,307 +58,3 @@ def send_account_recovery_email_for_user(user, request, email=None): user_context=message_context, ) ace.send(msg) - - -class PasswordResetFormNoActive(PasswordResetForm): - error_messages = { - 'unknown': _("That e-mail address doesn't have an associated " - "user account. Are you sure you've registered?"), - 'unusable': _("The user account associated with this e-mail " - "address cannot reset the password."), - } - - is_account_recovery = True - - def clean_email(self): - """ - This is a literal copy from Django 1.4.5's django.contrib.auth.forms.PasswordResetForm - Except removing the requirement of active users - Validates that a user exists with the given email address. - """ - email = self.cleaned_data["email"] - #The line below contains the only change, removing is_active=True - self.users_cache = User.objects.filter(email__iexact=email) - - if len(self.users_cache) == 0 and is_secondary_email_feature_enabled(): - # Check if user has entered the secondary email. - self.users_cache = User.objects.filter( - id__in=AccountRecovery.objects.filter(secondary_email__iexact=email, is_active=True).values_list('user') - ) - self.is_account_recovery = not bool(self.users_cache) - - if not len(self.users_cache): - raise forms.ValidationError(self.error_messages['unknown']) - if any((user.password.startswith(UNUSABLE_PASSWORD_PREFIX)) - for user in self.users_cache): - raise forms.ValidationError(self.error_messages['unusable']) - return email - - def save(self, # pylint: disable=arguments-differ - use_https=False, - token_generator=default_token_generator, - request=None, - **_kwargs): - """ - Generates a one-use only link for resetting password and sends to the - user. - """ - for user in self.users_cache: - if self.is_account_recovery: - send_password_reset_email_for_user(user, request) - else: - send_account_recovery_email_for_user(user, request, user.account_recovery.secondary_email) - - -class TrueCheckbox(widgets.CheckboxInput): - """ - A checkbox widget that only accepts "true" (case-insensitive) as true. - """ - def value_from_datadict(self, data, files, name): - value = data.get(name, '') - return value.lower() == 'true' - - -class TrueField(forms.BooleanField): - """ - A boolean field that only accepts "true" (case-insensitive) as true - """ - widget = TrueCheckbox - - -def validate_username(username): - """ - Verifies a username is valid, raises a ValidationError otherwise. - Args: - username (unicode): The username to validate. - - This function is configurable with `ENABLE_UNICODE_USERNAME` feature. - """ - - username_re = slug_re - flags = None - message = accounts_settings.USERNAME_INVALID_CHARS_ASCII - - if settings.FEATURES.get("ENABLE_UNICODE_USERNAME"): - username_re = r"^{regex}$".format(regex=settings.USERNAME_REGEX_PARTIAL) - flags = re.UNICODE - message = accounts_settings.USERNAME_INVALID_CHARS_UNICODE - - validator = RegexValidator( - regex=username_re, - flags=flags, - message=message, - code='invalid', - ) - - validator(username) - - -def contains_html(value): - """ - Validator method to check whether name contains html tags - """ - regex = re.compile('(<|>)', re.UNICODE) - return bool(regex.search(value)) - - -def validate_name(name): - """ - Verifies a Full_Name is valid, raises a ValidationError otherwise. - Args: - name (unicode): The name to validate. - """ - if contains_html(name): - raise forms.ValidationError(_('Full Name cannot contain the following characters: < >')) - - -class UsernameField(forms.CharField): - """ - A CharField that validates usernames based on the `ENABLE_UNICODE_USERNAME` feature. - """ - - default_validators = [validate_username] - - def __init__(self, *args, **kwargs): - super(UsernameField, self).__init__( - min_length=accounts_settings.USERNAME_MIN_LENGTH, - max_length=accounts_settings.USERNAME_MAX_LENGTH, - error_messages={ - "required": accounts_settings.USERNAME_BAD_LENGTH_MSG, - "min_length": accounts_settings.USERNAME_BAD_LENGTH_MSG, - "max_length": accounts_settings.USERNAME_BAD_LENGTH_MSG, - } - ) - - def clean(self, value): - """ - Strips the spaces from the username. - - Similar to what `django.forms.SlugField` does. - """ - - value = self.to_python(value).strip() - return super(UsernameField, self).clean(value) - - -class AccountCreationForm(forms.Form): - """ - A form to for account creation data. It is currently only used for - validation, not rendering. - """ - - _EMAIL_INVALID_MSG = _("A properly formatted e-mail is required") - _NAME_TOO_SHORT_MSG = _("Your legal name must be a minimum of one character long") - - # TODO: Resolve repetition - - username = UsernameField() - - email = forms.EmailField( - max_length=accounts_settings.EMAIL_MAX_LENGTH, - min_length=accounts_settings.EMAIL_MIN_LENGTH, - error_messages={ - "required": _EMAIL_INVALID_MSG, - "invalid": _EMAIL_INVALID_MSG, - "max_length": _("Email cannot be more than %(limit_value)s characters long"), - } - ) - - password = forms.CharField() - - name = forms.CharField( - min_length=accounts_settings.NAME_MIN_LENGTH, - error_messages={ - "required": _NAME_TOO_SHORT_MSG, - "min_length": _NAME_TOO_SHORT_MSG, - }, - validators=[validate_name] - ) - - def __init__( - self, - data=None, - extra_fields=None, - extended_profile_fields=None, - do_third_party_auth=True, - tos_required=True - ): - super(AccountCreationForm, self).__init__(data) - - extra_fields = extra_fields or {} - self.extended_profile_fields = extended_profile_fields or {} - self.do_third_party_auth = do_third_party_auth - if tos_required: - self.fields["terms_of_service"] = TrueField( - error_messages={"required": _("You must accept the terms of service.")} - ) - - # TODO: These messages don't say anything about minimum length - error_message_dict = { - "level_of_education": _("A level of education is required"), - "gender": _("Your gender is required"), - "year_of_birth": _("Your year of birth is required"), - "mailing_address": _("Your mailing address is required"), - "goals": _("A description of your goals is required"), - "city": _("A city is required"), - "country": _("A country is required") - } - for field_name, field_value in extra_fields.items(): - if field_name not in self.fields: - if field_name == "honor_code": - if field_value == "required": - self.fields[field_name] = TrueField( - error_messages={ - "required": _("To enroll, you must follow the honor code.") - } - ) - else: - required = field_value == "required" - min_length = 1 if field_name in ("gender", "level_of_education") else 2 - error_message = error_message_dict.get( - field_name, - _("You are missing one or more required fields") - ) - self.fields[field_name] = forms.CharField( - required=required, - min_length=min_length, - error_messages={ - "required": error_message, - "min_length": error_message, - } - ) - - for field in self.extended_profile_fields: - if field not in self.fields: - self.fields[field] = forms.CharField(required=False) - - def clean_password(self): - """Enforce password policies (if applicable)""" - password = self.cleaned_data["password"] - if not self.do_third_party_auth: - # Creating a temporary user object to test password against username - # This user should NOT be saved - username = self.cleaned_data.get('username') - email = self.cleaned_data.get('email') - temp_user = User(username=username, email=email) if username else None - validate_password(password, temp_user) - return password - - def clean_email(self): - """ Enforce email restrictions (if applicable) """ - email = self.cleaned_data["email"] - if settings.REGISTRATION_EMAIL_PATTERNS_ALLOWED is not None: - # This Open edX instance has restrictions on what email addresses are allowed. - allowed_patterns = settings.REGISTRATION_EMAIL_PATTERNS_ALLOWED - # We append a '$' to the regexs to prevent the common mistake of using a - # pattern like '.*@edx\\.org' which would match 'bob@edx.org.badguy.com' - if not any(re.match(pattern + "$", email) for pattern in allowed_patterns): - # This email is not on the whitelist of allowed emails. Check if - # they may have been manually invited by an instructor and if not, - # reject the registration. - if not CourseEnrollmentAllowed.objects.filter(email=email).exists(): - raise ValidationError(_("Unauthorized email address.")) - if email_exists_or_retired(email): - raise ValidationError( - _( - "It looks like {email} belongs to an existing account. Try again with a different email address." - ).format(email=email) - ) - return email - - def clean_year_of_birth(self): - """ - Parse year_of_birth to an integer, but just use None instead of raising - an error if it is malformed - """ - try: - year_str = self.cleaned_data["year_of_birth"] - return int(year_str) if year_str is not None else None - except ValueError: - return None - - @property - def cleaned_extended_profile(self): - """ - Return a dictionary containing the extended_profile_fields and values - """ - return { - key: value - for key, value in self.cleaned_data.items() - if key in self.extended_profile_fields and value is not None - } - - -def get_registration_extension_form(*args, **kwargs): - """ - Convenience function for getting the custom form set in settings.REGISTRATION_EXTENSION_FORM. - - An example form app for this can be found at http://github.com/open-craft/custom-form-app - """ - if not settings.FEATURES.get("ENABLE_COMBINED_LOGIN_REGISTRATION"): - return None - if not getattr(settings, 'REGISTRATION_EXTENSION_FORM', None): - return None - module, klass = settings.REGISTRATION_EXTENSION_FORM.rsplit('.', 1) - module = import_module(module) - return getattr(module, klass)(*args, **kwargs) diff --git a/common/djangoapps/student/helpers.py b/common/djangoapps/student/helpers.py index 366d6d33d5..934096c129 100644 --- a/common/djangoapps/student/helpers.py +++ b/common/djangoapps/student/helpers.py @@ -1,17 +1,17 @@ """ Helpers for the student app. """ -from __future__ import absolute_import + import json import logging import mimetypes +import urllib.parse from collections import OrderedDict from datetime import datetime -import six.moves.urllib.parse from completion.exceptions import UnavailableCompletionData -from completion.utilities import get_key_to_last_completed_course_block +from completion.utilities import get_key_to_last_completed_block from django.conf import settings from django.contrib.auth import load_backend from django.contrib.auth.models import User @@ -220,40 +220,6 @@ def check_verify_status_by_course(user, course_enrollments): return status_by_course -def auth_pipeline_urls(auth_entry, redirect_url=None): - """Retrieve URLs for each enabled third-party auth provider. - - These URLs are used on the "sign up" and "sign in" buttons - on the login/registration forms to allow users to begin - authentication with a third-party provider. - - Optionally, we can redirect the user to an arbitrary - url after auth completes successfully. We use this - to redirect the user to a page that required login, - or to send users to the payment flow when enrolling - in a course. - - Args: - auth_entry (string): Either `pipeline.AUTH_ENTRY_LOGIN` or `pipeline.AUTH_ENTRY_REGISTER` - - Keyword Args: - redirect_url (unicode): If provided, send users to this URL - after they successfully authenticate. - - Returns: - dict mapping provider IDs to URLs - - """ - if not third_party_auth.is_enabled(): - return {} - - return { - provider.provider_id: third_party_auth.pipeline.get_login_url( - provider.provider_id, auth_entry, redirect_url=redirect_url - ) for provider in third_party_auth.provider.Registry.displayed_for_login() - } - - # Query string parameters that can be passed to the "finish_auth" view to manage # things like auto-enrollment. POST_AUTH_PARAMS = ('course_id', 'enrollment_action', 'course_mode', 'email_opt_in', 'purchase_workflow') @@ -268,23 +234,31 @@ def get_next_url_for_login_page(request): /account/finish_auth/ view following login, which will take care of auto-enrollment in the specified course. - Otherwise, we go to the ?next= query param or to the dashboard if nothing else is + Otherwise, we go to the `next` param or to the dashboard if nothing else is specified. If THIRD_PARTY_AUTH_HINT is set, then `tpa_hint=` is added as a query parameter. + + This works with both GET and POST requests. """ - redirect_to = _get_redirect_to(request) + request_params = request.GET if request.method == 'GET' else request.POST + redirect_to = _get_redirect_to( + request_host=request.get_host(), + request_headers=request.META, + request_params=request_params, + request_is_https=request.is_secure(), + ) if not redirect_to: try: redirect_to = reverse('dashboard') except NoReverseMatch: redirect_to = reverse('home') - if any(param in request.GET for param in POST_AUTH_PARAMS): + if any(param in request_params for param in POST_AUTH_PARAMS): # Before we redirect to next/dashboard, we need to handle auto-enrollment: - params = [(param, request.GET[param]) for param in POST_AUTH_PARAMS if param in request.GET] + params = [(param, request_params[param]) for param in POST_AUTH_PARAMS if param in request_params] params.append(('next', redirect_to)) # After auto-enrollment, user will be sent to payment page or to this URL - redirect_to = '{}?{}'.format(reverse('finish_auth'), six.moves.urllib.parse.urlencode(params)) + redirect_to = '{}?{}'.format(reverse('finish_auth'), urllib.parse.urlencode(params)) # Note: if we are resuming a third party auth pipeline, then the next URL will already # be saved in the session as part of the pipeline state. That URL will take priority # over this one. @@ -298,26 +272,35 @@ def get_next_url_for_login_page(request): # Don't add tpa_hint if we're already in the TPA pipeline (prevent infinite loop), # and don't overwrite any existing tpa_hint params (allow tpa_hint override). running_pipeline = third_party_auth.pipeline.get(request) - (scheme, netloc, path, query, fragment) = list(six.moves.urllib.parse.urlsplit(redirect_to)) + (scheme, netloc, path, query, fragment) = list(urllib.parse.urlsplit(redirect_to)) if not running_pipeline and 'tpa_hint' not in query: - params = six.moves.urllib.parse.parse_qs(query) + params = urllib.parse.parse_qs(query) params['tpa_hint'] = [tpa_hint] - query = six.moves.urllib.parse.urlencode(params, doseq=True) - redirect_to = six.moves.urllib.parse.urlunsplit((scheme, netloc, path, query, fragment)) + query = urllib.parse.urlencode(params, doseq=True) + redirect_to = urllib.parse.urlunsplit((scheme, netloc, path, query, fragment)) return redirect_to -def _get_redirect_to(request): +def _get_redirect_to(request_host, request_headers, request_params, request_is_https): """ Determine the redirect url and return if safe - :argument - request: request object - :returns: redirect url if safe else None + Arguments: + request_host (str) + request_headers (dict) + request_params (QueryDict) + request_is_https (bool) + + Returns: str + redirect url if safe else None """ - redirect_to = request.GET.get('next') - header_accept = request.META.get('HTTP_ACCEPT', '') + redirect_to = request_params.get('next') + header_accept = request_headers.get('HTTP_ACCEPT', '') + accepts_text_html = any( + mime_type in header_accept + for mime_type in {'*/*', 'text/*', 'text/html'} + ) # If we get a redirect parameter, make sure it's safe i.e. not redirecting outside our domain. # Also make sure that it is not redirecting to a static asset and redirected page is web page @@ -325,19 +308,25 @@ def _get_redirect_to(request): # get information about a user on edx.org. In any such case drop the parameter. if redirect_to: mime_type, _ = mimetypes.guess_type(redirect_to, strict=False) - if not is_safe_login_or_logout_redirect(request, redirect_to): + safe_redirect = is_safe_login_or_logout_redirect( + redirect_to=redirect_to, + request_host=request_host, + dot_client_id=request_params.get('client_id'), + require_https=request_is_https, + ) + if not safe_redirect: log.warning( u"Unsafe redirect parameter detected after login page: '%(redirect_to)s'", {"redirect_to": redirect_to} ) redirect_to = None - elif 'text/html' not in header_accept: + elif not accepts_text_html: log.info( u"Redirect to non html content '%(content_type)s' detected from '%(user_agent)s'" u" after login page: '%(redirect_to)s'", { "redirect_to": redirect_to, "content_type": header_accept, - "user_agent": request.META.get('HTTP_USER_AGENT', '') + "user_agent": request_headers.get('HTTP_USER_AGENT', '') } ) redirect_to = None @@ -355,7 +344,7 @@ def _get_redirect_to(request): redirect_to = None else: themes = get_themes() - next_path = six.moves.urllib.parse.urlparse(redirect_to).path + next_path = urllib.parse.urlparse(redirect_to).path for theme in themes: if theme.theme_dir_name in next_path: log.warning( @@ -381,7 +370,9 @@ def generate_activation_email_context(user, registration): 'key': registration.activation_key, 'lms_url': configuration_helpers.get_value('LMS_ROOT_URL', settings.LMS_ROOT_URL), 'platform_name': configuration_helpers.get_value('PLATFORM_NAME', settings.PLATFORM_NAME), - 'support_url': configuration_helpers.get_value('SUPPORT_SITE_LINK', settings.SUPPORT_SITE_LINK), + 'support_url': configuration_helpers.get_value( + 'ACTIVATION_EMAIL_SUPPORT_LINK', settings.ACTIVATION_EMAIL_SUPPORT_LINK + ) or settings.SUPPORT_SITE_LINK, 'support_email': configuration_helpers.get_value('CONTACT_EMAIL', settings.CONTACT_EMAIL), } @@ -525,6 +516,8 @@ def _cert_info(user, course_overview, cert_status): 'show_cert_web_view': True, 'cert_web_view_url': get_certificate_url(course_id=course_overview.id, uuid=cert_status['uuid']) }) + elif cert_status['download_url']: + status_dict['download_url'] = cert_status['download_url'] else: # don't show download certificate button if we don't have an active certificate for course status_dict['status'] = 'unavailable' @@ -569,7 +562,11 @@ def _cert_info(user, course_overview, cert_status): # We can add a log.warning here once we think it shouldn't happen. return default_info grades_input = [cert_grade_percent, persisted_grade_percent] - max_grade = None if all(grade is None for grade in grades_input) else max(filter(lambda x: x is not None, grades_input)) + max_grade = ( + None + if all(grade is None for grade in grades_input) + else max(filter(lambda x: x is not None, grades_input)) + ) status_dict['grade'] = text_type(max_grade) return status_dict @@ -686,7 +683,7 @@ def get_resume_urls_for_enrollments(user, enrollments): resume_course_urls = OrderedDict() for enrollment in enrollments: try: - block_key = get_key_to_last_completed_course_block(user, enrollment.course_id) + block_key = get_key_to_last_completed_block(user, enrollment.course_id) url_to_block = reverse( 'jump_to', kwargs={'course_id': enrollment.course_id, 'location': block_key} diff --git a/common/djangoapps/student/management/commands/add_to_group.py b/common/djangoapps/student/management/commands/add_to_group.py index 00a8eaa887..01298f20a8 100644 --- a/common/djangoapps/student/management/commands/add_to_group.py +++ b/common/djangoapps/student/management/commands/add_to_group.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import, print_function + from django.contrib.auth.models import Group, User from django.core.management.base import BaseCommand, CommandError diff --git a/common/djangoapps/student/management/commands/anonymized_id_mapping.py b/common/djangoapps/student/management/commands/anonymized_id_mapping.py index 11c518a6d8..c29b17d0fe 100644 --- a/common/djangoapps/student/management/commands/anonymized_id_mapping.py +++ b/common/djangoapps/student/management/commands/anonymized_id_mapping.py @@ -8,7 +8,6 @@ the following: ./manage.py lms anonymized_id_mapping COURSE_ID """ -from __future__ import absolute_import import csv diff --git a/common/djangoapps/student/management/commands/assigngroups.py b/common/djangoapps/student/management/commands/assigngroups.py index e6b3d279bc..eda3ad5dcb 100644 --- a/common/djangoapps/student/management/commands/assigngroups.py +++ b/common/djangoapps/student/management/commands/assigngroups.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import, print_function + import datetime import json diff --git a/common/djangoapps/student/management/commands/bulk_change_enrollment.py b/common/djangoapps/student/management/commands/bulk_change_enrollment.py index 7991cc6890..0c95dd8bca 100644 --- a/common/djangoapps/student/management/commands/bulk_change_enrollment.py +++ b/common/djangoapps/student/management/commands/bulk_change_enrollment.py @@ -1,5 +1,5 @@ """Management command to change many user enrollments at once.""" -from __future__ import absolute_import + import logging diff --git a/common/djangoapps/student/management/commands/bulk_change_enrollment_csv.py b/common/djangoapps/student/management/commands/bulk_change_enrollment_csv.py index bd0e4a4270..c233784f06 100644 --- a/common/djangoapps/student/management/commands/bulk_change_enrollment_csv.py +++ b/common/djangoapps/student/management/commands/bulk_change_enrollment_csv.py @@ -2,7 +2,7 @@ Management command to change many user enrollments in many courses using csv file. """ -from __future__ import absolute_import + import csv import logging diff --git a/common/djangoapps/student/management/commands/bulk_unenroll.py b/common/djangoapps/student/management/commands/bulk_unenroll.py index 1412a0ba63..b1b4f87d83 100644 --- a/common/djangoapps/student/management/commands/bulk_unenroll.py +++ b/common/djangoapps/student/management/commands/bulk_unenroll.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + import logging diff --git a/common/djangoapps/student/management/commands/bulk_update_email.py b/common/djangoapps/student/management/commands/bulk_update_email.py new file mode 100644 index 0000000000..1f53ea0efd --- /dev/null +++ b/common/djangoapps/student/management/commands/bulk_update_email.py @@ -0,0 +1,76 @@ +""" +Management command to bulk update many user's email addresses +""" + + +import csv +import logging +from os import path + +from django.core.management.base import BaseCommand, CommandError + +from django.contrib.auth import get_user_model + +logger = logging.getLogger('student.management.commands.bulk_update_email') + + +class Command(BaseCommand): + """ + Management command to bulk update many user's email addresses + """ + + help = """ + Change the email address of each user specified in the csv file + + csv file is expected to have one row per user with the format: + current_email_address, new_email_address + + Example: + $ ... bulk_update_email csv_file_path + """ + + def add_arguments(self, parser): + """ Add argument to the command parser. """ + parser.add_argument( + '--csv_file_path', + required=True, + help='Csv file path' + ) + + def handle(self, *args, **options): + """ Main handler for the command.""" + file_path = options['csv_file_path'] + + if not path.isfile(file_path): + raise CommandError('File not found.') + + with open(file_path, 'r') as csv_file: + csv_reader = csv.reader(csv_file) + + email_mappings = [ + (current_email, new_email) + for (current_email, new_email) + in csv_reader + ] + + successful_updates = [] + failed_updates = [] + + for (current_email, new_email) in email_mappings: + try: + user = get_user_model().objects.get(email=current_email) + user.email = new_email + user.save() + successful_updates.append(new_email) + except Exception: # pylint: disable=broad-except + logger.exception('Unable to update account %s', current_email) + failed_updates.append(current_email) + + logger.info( + 'Successfully updated %s accounts. Failed to update %s accounts', + len(successful_updates), + len(failed_updates) + ) + + if (failed_updates): + exit(-1) diff --git a/common/djangoapps/student/management/commands/cert_restriction.py b/common/djangoapps/student/management/commands/cert_restriction.py index e6479b7e7a..450665fff1 100644 --- a/common/djangoapps/student/management/commands/cert_restriction.py +++ b/common/djangoapps/student/management/commands/cert_restriction.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import, print_function + import csv import os diff --git a/common/djangoapps/student/management/commands/change_eligibility_deadline.py b/common/djangoapps/student/management/commands/change_eligibility_deadline.py index 59ec1b9847..680667bd3d 100644 --- a/common/djangoapps/student/management/commands/change_eligibility_deadline.py +++ b/common/djangoapps/student/management/commands/change_eligibility_deadline.py @@ -1,6 +1,5 @@ """ Command line script to change credit course eligibility deadline. """ -from __future__ import absolute_import import logging from datetime import datetime, timedelta diff --git a/common/djangoapps/student/management/commands/change_enrollment.py b/common/djangoapps/student/management/commands/change_enrollment.py index 6cd5dd4f80..1fdcc98eb1 100644 --- a/common/djangoapps/student/management/commands/change_enrollment.py +++ b/common/djangoapps/student/management/commands/change_enrollment.py @@ -1,6 +1,5 @@ """ Command line script to change user enrollments. """ -from __future__ import absolute_import import logging diff --git a/common/djangoapps/student/management/commands/change_enterprise_user_username.py b/common/djangoapps/student/management/commands/change_enterprise_user_username.py index b2fbfa8a14..017ddbd52a 100644 --- a/common/djangoapps/student/management/commands/change_enterprise_user_username.py +++ b/common/djangoapps/student/management/commands/change_enterprise_user_username.py @@ -2,7 +2,7 @@ """ Django management command for changing an enterprise user's username. """ -from __future__ import absolute_import, unicode_literals + import logging diff --git a/common/djangoapps/student/management/commands/create_random_users.py b/common/djangoapps/student/management/commands/create_random_users.py index 71904a45ea..9dfab7976e 100644 --- a/common/djangoapps/student/management/commands/create_random_users.py +++ b/common/djangoapps/student/management/commands/create_random_users.py @@ -1,7 +1,7 @@ """ A script to create some dummy users """ -from __future__ import absolute_import, print_function + import uuid @@ -9,7 +9,7 @@ from django.core.management.base import BaseCommand from opaque_keys.edx.keys import CourseKey from six.moves import range -from student.forms import AccountCreationForm +from openedx.core.djangoapps.user_authn.views.registration_form import AccountCreationForm from student.helpers import do_create_account from student.models import CourseEnrollment diff --git a/common/djangoapps/student/management/commands/delete_historical_enrollment_data.py b/common/djangoapps/student/management/commands/delete_historical_enrollment_data.py deleted file mode 100644 index 2393aa5d09..0000000000 --- a/common/djangoapps/student/management/commands/delete_historical_enrollment_data.py +++ /dev/null @@ -1,31 +0,0 @@ -""" -Command to delete all rows from the student_historicalcourseenrollment table. -""" - -from __future__ import absolute_import - -import logging - -from openedx.core.djangoapps.util.row_delete import BaseDeletionCommand, delete_rows -from student.models import CourseEnrollment - -log = logging.getLogger(__name__) - - -class Command(BaseDeletionCommand): - """ - Example usage: ./manage.py lms --settings=devstack delete_historical_enrollment_data - """ - help = 'Deletes all historical CourseEnrollment rows (in chunks).' - - def handle(self, *args, **options): - """ - Deletes rows, chunking the deletes to avoid long table/row locks. - """ - chunk_size, sleep_between = super(Command, self).handle(*args, **options) - delete_rows( - CourseEnrollment.objects, - 'student_historicalcourseenrollment', - 'history_id', - chunk_size, sleep_between - ) diff --git a/common/djangoapps/student/management/commands/export_staff_users.py b/common/djangoapps/student/management/commands/export_staff_users.py new file mode 100644 index 0000000000..9abcb17d85 --- /dev/null +++ b/common/djangoapps/student/management/commands/export_staff_users.py @@ -0,0 +1,134 @@ + + +import csv +import logging +from datetime import datetime, timedelta +from django.core.management.base import BaseCommand +from django.conf import settings +from django.core.mail.message import EmailMultiAlternatives +from django.template.loader import get_template +from pytz import utc +from os import remove + +from openedx.core.djangoapps.content.course_overviews.models import CourseOverview +from student.models import CourseAccessRole + +logger = logging.getLogger(__name__) + + +class Command(BaseCommand): + """ + Example usage: + $ ./manage.py lms export_staff_users -d 7 --settings=devstack_docker + $ ./manage.py lms export_staff_users --days 7 --settings=devstack_docker + $ ./manage.py lms export_staff_users --days 7 --dry true --settings=devstack_docker + """ + + help = """ + This command will export a csv of all users who have logged in within the given days and + have staff access role in active courses (Courses with end date in the future). + """ + + def add_arguments(self, parser): + parser.add_argument( + '-d', + '--days', + type=int, + default=7, + help='Indicate the login time period in days starting from today' + ) + parser.add_argument( + '-r', + '--dry', + type=str, + help='Indicate that the email should not be sent to author-support' + ) + + subject = 'Staff users CSV' + to_addresses = ['author-support@edx.org'] + from_address = settings.DEFAULT_FROM_EMAIL + txt_template_path = 'email/export_staff_users.txt' + html_template_path = 'email/export_staff_users.html' + csv_filename = 'staff_users.csv' + + def write_csv(self, query_set, filename): + """ + Writes the queryset into a csv file with the given filename + + Arguments: + query_set: query_set to be converted + filename: filename for the csv + """ + writer = csv.DictWriter( + filename, + fieldnames=['id', 'user__username', 'user__email', 'role'] + ) + writer.writeheader() + for data_item in query_set: + writer.writerow(data_item) + + def handle(self, *args, **kwargs): + days = kwargs['days'] + dry = kwargs.get('dry') + if dry: + self.to_addresses = ['sustaining-mavericks@edx.org'] + current_date = datetime.now(tz=utc) + starting_date = current_date - timedelta(days=days) + active_courses = CourseOverview.objects.filter(end__gte=current_date).values_list('id', flat=True) + course_access_roles = CourseAccessRole.objects.filter( + role__in=['staff', 'instructor'], + user__last_login__range=(starting_date, current_date), + course_id__in=active_courses, + user__is_staff=False + ).values('id', 'user__username', 'user__email', 'role') + if not course_access_roles: + return + with open(self.csv_filename, 'a+') as csv_file: + self.write_csv( + query_set=course_access_roles, + filename=csv_file + ) + context = {'time_period': days} + try: + self.send_email(context) + logger.info( + 'Sent staff users email for the period {} to {}. Staff users count:{}'.format( + starting_date, + current_date, + course_access_roles.count() + ) + ) + except Exception: + logger.exception( + 'Failed to send staff users email for the period {}-{}'.format(starting_date, current_date) + ) + + def send_email(self, context): + """ + Sends an email to admin containing a csv of all users who have logged in within the given days and + have staff access role in active courses (Courses with end date in the future). + + Arguments: + context: context for the email template + """ + plain_content = self.render_template(self.txt_template_path, context) + html_content = self.render_template(self.html_template_path, context) + + with open(self.csv_filename, 'r') as csv_file: + email_message = EmailMultiAlternatives(self.subject, plain_content, self.from_address, to=self.to_addresses) + email_message.attach_alternative(html_content, 'text/html') + email_message.attach(self.csv_filename, csv_file.read(), 'text/csv') + email_message.send() + + remove(self.csv_filename) + + def render_template(self, path, context): + """ + Takes a template path and context and returns a rendered template + + Arguments: + path: path of the file + context: context for the template + """ + txt_template = get_template(path) + return txt_template.render(context) diff --git a/common/djangoapps/student/management/commands/manage_group.py b/common/djangoapps/student/management/commands/manage_group.py index 59a70d7be8..110b1e7d3e 100644 --- a/common/djangoapps/student/management/commands/manage_group.py +++ b/common/djangoapps/student/management/commands/manage_group.py @@ -3,7 +3,6 @@ Management command `manage_group` is used to idempotently create Django groups and set their permissions by name. """ -from __future__ import absolute_import from django.apps import apps from django.contrib.auth.models import Group, Permission @@ -85,7 +84,7 @@ class Command(BaseCommand): ) ) - group.permissions = new_permissions + group.permissions.set(new_permissions) group.save() diff --git a/common/djangoapps/student/management/commands/manage_user.py b/common/djangoapps/student/management/commands/manage_user.py index f336fa8de4..46ee7501ce 100644 --- a/common/djangoapps/student/management/commands/manage_user.py +++ b/common/djangoapps/student/management/commands/manage_user.py @@ -3,7 +3,6 @@ Management command `manage_user` is used to idempotently create or remove Django users, set/unset permission bits, and associate groups by name. """ -from __future__ import absolute_import from django.contrib.auth import get_user_model from django.contrib.auth.hashers import is_password_usable @@ -12,7 +11,7 @@ from django.core.management.base import BaseCommand, CommandError from django.db import transaction from django.utils.translation import gettext as _ -from openedx.core.djangoapps.user_api.accounts.utils import generate_password +from openedx.core.djangoapps.user_authn.utils import generate_password from student.models import UserProfile @@ -148,5 +147,5 @@ class Command(BaseCommand): ) ) - user.groups = new_groups + user.groups.set(new_groups) user.save() diff --git a/common/djangoapps/student/management/commands/populate_created_on_site_user_attribute.py b/common/djangoapps/student/management/commands/populate_created_on_site_user_attribute.py index 1ea49a42c1..ff025428c9 100644 --- a/common/djangoapps/student/management/commands/populate_created_on_site_user_attribute.py +++ b/common/djangoapps/student/management/commands/populate_created_on_site_user_attribute.py @@ -1,7 +1,7 @@ """ Command to back-populate domain of the site the user account was created on. """ -from __future__ import absolute_import + import six from django.contrib.auth.models import User diff --git a/common/djangoapps/student/management/commands/set_staff.py b/common/djangoapps/student/management/commands/set_staff.py index e0f8492c40..9037df8a18 100644 --- a/common/djangoapps/student/management/commands/set_staff.py +++ b/common/djangoapps/student/management/commands/set_staff.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import, print_function + import re diff --git a/common/djangoapps/student/management/commands/set_superuser.py b/common/djangoapps/student/management/commands/set_superuser.py index fd6845893d..389c366e49 100644 --- a/common/djangoapps/student/management/commands/set_superuser.py +++ b/common/djangoapps/student/management/commands/set_superuser.py @@ -1,5 +1,5 @@ """Management command to grant or revoke superuser access for one or more users""" -from __future__ import absolute_import, print_function + from django.contrib.auth.models import User from django.core.management.base import BaseCommand diff --git a/common/djangoapps/student/management/commands/transfer_students.py b/common/djangoapps/student/management/commands/transfer_students.py index d4472c221a..c152a4ecae 100644 --- a/common/djangoapps/student/management/commands/transfer_students.py +++ b/common/djangoapps/student/management/commands/transfer_students.py @@ -1,7 +1,7 @@ """ Transfer Student Management Command """ -from __future__ import absolute_import, print_function, unicode_literals + from textwrap import dedent diff --git a/common/djangoapps/student/management/tests/test_bulk_change_enrollment.py b/common/djangoapps/student/management/tests/test_bulk_change_enrollment.py index 53840cbddd..7f1bf9524b 100644 --- a/common/djangoapps/student/management/tests/test_bulk_change_enrollment.py +++ b/common/djangoapps/student/management/tests/test_bulk_change_enrollment.py @@ -1,5 +1,5 @@ """Tests for the bulk_change_enrollment command.""" -from __future__ import absolute_import + import ddt from django.core.management import call_command diff --git a/common/djangoapps/student/management/tests/test_bulk_change_enrollment_csv.py b/common/djangoapps/student/management/tests/test_bulk_change_enrollment_csv.py index bff7a102e0..09b894383b 100644 --- a/common/djangoapps/student/management/tests/test_bulk_change_enrollment_csv.py +++ b/common/djangoapps/student/management/tests/test_bulk_change_enrollment_csv.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + import six import unittest diff --git a/common/djangoapps/student/management/tests/test_bulk_unenroll.py b/common/djangoapps/student/management/tests/test_bulk_unenroll.py index 02ecc0da25..a755b9dbbf 100644 --- a/common/djangoapps/student/management/tests/test_bulk_unenroll.py +++ b/common/djangoapps/student/management/tests/test_bulk_unenroll.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + import six diff --git a/common/djangoapps/student/management/tests/test_change_eligibility_deadline.py b/common/djangoapps/student/management/tests/test_change_eligibility_deadline.py index 7eb0c4b791..20fc611fdb 100644 --- a/common/djangoapps/student/management/tests/test_change_eligibility_deadline.py +++ b/common/djangoapps/student/management/tests/test_change_eligibility_deadline.py @@ -1,6 +1,5 @@ """ Test the change_eligibility_deadline command line script.""" -from __future__ import absolute_import from datetime import datetime, timedelta diff --git a/common/djangoapps/student/management/tests/test_change_enrollment.py b/common/djangoapps/student/management/tests/test_change_enrollment.py index 72f2c92970..6a27f2dd3b 100644 --- a/common/djangoapps/student/management/tests/test_change_enrollment.py +++ b/common/djangoapps/student/management/tests/test_change_enrollment.py @@ -1,6 +1,5 @@ """ Test the change_enrollment command line script.""" -from __future__ import absolute_import import ddt from django.core.management import call_command diff --git a/common/djangoapps/student/management/tests/test_change_enterprise_user_username.py b/common/djangoapps/student/management/tests/test_change_enterprise_user_username.py index 17cc44ce80..6959a032a1 100644 --- a/common/djangoapps/student/management/tests/test_change_enterprise_user_username.py +++ b/common/djangoapps/student/management/tests/test_change_enterprise_user_username.py @@ -2,7 +2,7 @@ """ Tests for the django management command `change_enterprise_user_username`. """ -from __future__ import absolute_import, unicode_literals + import mock from django.contrib.auth.models import User diff --git a/common/djangoapps/student/management/tests/test_create_random_users.py b/common/djangoapps/student/management/tests/test_create_random_users.py index fb7d009009..3fc3dae83b 100644 --- a/common/djangoapps/student/management/tests/test_create_random_users.py +++ b/common/djangoapps/student/management/tests/test_create_random_users.py @@ -2,7 +2,6 @@ Test the create_random_users command line script """ -from __future__ import absolute_import import pytest from django.contrib.auth import get_user_model diff --git a/common/djangoapps/student/management/tests/test_export_staff_users.py b/common/djangoapps/student/management/tests/test_export_staff_users.py new file mode 100644 index 0000000000..9afc3f667c --- /dev/null +++ b/common/djangoapps/student/management/tests/test_export_staff_users.py @@ -0,0 +1,35 @@ +""" +Unit tests for export_staff_users management command. +""" +from datetime import timedelta + +from django.core import mail +from django.core.management import call_command +from django.test import TestCase +from django.utils.timezone import now + +from openedx.core.djangoapps.content.course_overviews.tests.factories import CourseOverviewFactory +from student.tests.factories import CourseAccessRoleFactory, UserFactory + + +class TestExportStaffUsers(TestCase): + """ + Tests the `export_staff_users` command. + """ + + @staticmethod + def create_users_data(): + staff_user = UserFactory(last_login=now() - timedelta(days=5)) + instructor_user = UserFactory(last_login=now() - timedelta(days=5)) + course = CourseOverviewFactory(end=now() + timedelta(days=30)) + archived_course = CourseOverviewFactory(end=now() - timedelta(days=30)) + course_ids = [course.id, archived_course.id] + for course_id in course_ids: + CourseAccessRoleFactory.create(course_id=course_id, user=staff_user, role="staff") + CourseAccessRoleFactory.create(course_id=course_id, user=instructor_user, role="instructor") + + def test_export_staff_users(self): + self.create_users_data() + self.assertEqual(len(mail.outbox), 0) + call_command('export_staff_users', days=7) + self.assertEqual(len(mail.outbox), 1) diff --git a/common/djangoapps/student/management/tests/test_manage_group.py b/common/djangoapps/student/management/tests/test_manage_group.py index eb480ab2f1..e92c896385 100644 --- a/common/djangoapps/student/management/tests/test_manage_group.py +++ b/common/djangoapps/student/management/tests/test_manage_group.py @@ -1,7 +1,7 @@ """ Unit tests for user_management management commands. """ -from __future__ import absolute_import + import sys diff --git a/common/djangoapps/student/management/tests/test_manage_user.py b/common/djangoapps/student/management/tests/test_manage_user.py index e4c6ee05ac..0298964d5b 100644 --- a/common/djangoapps/student/management/tests/test_manage_user.py +++ b/common/djangoapps/student/management/tests/test_manage_user.py @@ -1,7 +1,7 @@ """ Unit tests for user_management management commands. """ -from __future__ import absolute_import + import itertools @@ -11,7 +11,7 @@ from django.contrib.auth.models import Group, User from django.core.management import CommandError, call_command from django.test import TestCase -from openedx.core.djangoapps.user_api.accounts.utils import generate_password +from openedx.core.djangoapps.user_authn.utils import generate_password TEST_EMAIL = 'test@example.com' TEST_USERNAME = 'test-user' diff --git a/common/djangoapps/student/management/tests/test_populate_created_on_site_user_attribute.py b/common/djangoapps/student/management/tests/test_populate_created_on_site_user_attribute.py index 9dc93840c5..1dc8854271 100644 --- a/common/djangoapps/student/management/tests/test_populate_created_on_site_user_attribute.py +++ b/common/djangoapps/student/management/tests/test_populate_created_on_site_user_attribute.py @@ -1,7 +1,7 @@ """ Unittests for populate_created_on_site_user_attribute management command. """ -from __future__ import absolute_import + import ddt import mock diff --git a/common/djangoapps/student/management/tests/test_transfer_students.py b/common/djangoapps/student/management/tests/test_transfer_students.py index 1a06dc4556..05118b1146 100644 --- a/common/djangoapps/student/management/tests/test_transfer_students.py +++ b/common/djangoapps/student/management/tests/test_transfer_students.py @@ -1,7 +1,7 @@ """ Tests the transfer student management command """ -from __future__ import absolute_import + import unittest @@ -128,9 +128,9 @@ class TestTransferStudents(ModuleStoreTestCase): self.mock_tracker.reset_mock() # Confirm the enrollment mode is verified on the new courses, and enrollment is enabled as appropriate. - self.assertEquals((mode, False), CourseEnrollment.enrollment_mode_for_user(student, course.id)) - self.assertEquals((mode, True), CourseEnrollment.enrollment_mode_for_user(student, new_course_one.id)) - self.assertEquals((mode, True), CourseEnrollment.enrollment_mode_for_user(student, new_course_two.id)) + self.assertEqual((mode, False), CourseEnrollment.enrollment_mode_for_user(student, course.id)) + self.assertEqual((mode, True), CourseEnrollment.enrollment_mode_for_user(student, new_course_one.id)) + self.assertEqual((mode, True), CourseEnrollment.enrollment_mode_for_user(student, new_course_two.id)) # Confirm the student has not be refunded. target_certs = CertificateItem.objects.filter( @@ -138,7 +138,7 @@ class TestTransferStudents(ModuleStoreTestCase): ) self.assertTrue(target_certs[0]) self.assertFalse(target_certs[0].refund_requested_time) - self.assertEquals(target_certs[0].order.status, 'purchased') + self.assertEqual(target_certs[0].order.status, 'purchased') def _create_course(self, course_location): """ diff --git a/common/djangoapps/student/message_types.py b/common/djangoapps/student/message_types.py index 331197f059..03c88eb5d9 100644 --- a/common/djangoapps/student/message_types.py +++ b/common/djangoapps/student/message_types.py @@ -2,18 +2,10 @@ ACE message types for the student module. """ -from __future__ import absolute_import from openedx.core.djangoapps.ace_common.message import BaseMessageType -class PasswordReset(BaseMessageType): - def __init__(self, *args, **kwargs): - super(PasswordReset, self).__init__(*args, **kwargs) - - self.options['transactional'] = True - - class AccountRecovery(BaseMessageType): def __init__(self, *args, **kwargs): super(AccountRecovery, self).__init__(*args, **kwargs) @@ -40,3 +32,10 @@ class RecoveryEmailCreate(BaseMessageType): super(RecoveryEmailCreate, self).__init__(*args, **kwargs) self.options['transactional'] = True + + +class AccountActivation(BaseMessageType): + def __init__(self, *args, **kwargs): + super(AccountActivation, self).__init__(*args, **kwargs) + + self.options['transactional'] = True diff --git a/common/djangoapps/student/middleware.py b/common/djangoapps/student/middleware.py index e56c36cd02..940c249662 100644 --- a/common/djangoapps/student/middleware.py +++ b/common/djangoapps/student/middleware.py @@ -2,17 +2,18 @@ Middleware that checks user standing for the purpose of keeping users with disabled accounts from accessing the site. """ -from __future__ import absolute_import + from django.conf import settings from django.http import HttpResponseForbidden +from django.utils.deprecation import MiddlewareMixin from django.utils.translation import ugettext as _ from openedx.core.djangolib.markup import HTML, Text from student.models import UserStanding -class UserStandingMiddleware(object): +class UserStandingMiddleware(MiddlewareMixin): """ Checks a user's standing on request. Returns a 403 if the user's status is 'disabled'. diff --git a/common/djangoapps/student/migrations/0001_initial.py b/common/djangoapps/student/migrations/0001_initial.py index db1e6f0f33..fbb2de5736 100644 --- a/common/djangoapps/student/migrations/0001_initial.py +++ b/common/djangoapps/student/migrations/0001_initial.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + import django.db.models.deletion import django.utils.timezone @@ -75,7 +75,7 @@ class Migration(migrations.Migration): ('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)), ('change_date', models.DateTimeField(auto_now_add=True, verbose_name='Change date')), ('enabled', models.BooleanField(default=False, verbose_name='Enabled')), - ('recent_enrollment_time_delta', models.PositiveIntegerField(default=0, help_text=b"The number of seconds in which a new enrollment is considered 'recent'. Used to display notifications.")), + ('recent_enrollment_time_delta', models.PositiveIntegerField(default=0, help_text=u"The number of seconds in which a new enrollment is considered 'recent'. Used to display notifications.")), ('changed_by', models.ForeignKey(on_delete=django.db.models.deletion.PROTECT, editable=False, to=settings.AUTH_USER_MODEL, null=True, verbose_name='Changed by')), ], options={ @@ -141,9 +141,9 @@ class Migration(migrations.Migration): ('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)), ('change_date', models.DateTimeField(auto_now_add=True, verbose_name='Change date')), ('enabled', models.BooleanField(default=False, verbose_name='Enabled')), - ('company_identifier', models.TextField(help_text='The company identifier for the LinkedIn Add-to-Profile button e.g 0_0dPSPyS070e0HsE9HNz_13_d11_')), - ('dashboard_tracking_code', models.TextField(default=b'', blank=True)), - ('trk_partner_name', models.CharField(default=b'', help_text="Short identifier for the LinkedIn partner used in the tracking code. (Example: 'edx') If no value is provided, tracking codes will not be sent to LinkedIn.", max_length=10, blank=True)), + ('company_identifier', models.TextField(help_text=u'The company identifier for the LinkedIn Add-to-Profile button e.g 0_0dPSPyS070e0HsE9HNz_13_d11_')), + ('dashboard_tracking_code', models.TextField(default=u'', blank=True)), + ('trk_partner_name', models.CharField(default=u'', help_text=u"Short identifier for the LinkedIn partner used in the tracking code. (Example: 'edx') If no value is provided, tracking codes will not be sent to LinkedIn.", max_length=10, blank=True)), ('changed_by', models.ForeignKey(on_delete=django.db.models.deletion.PROTECT, editable=False, to=settings.AUTH_USER_MODEL, null=True, verbose_name='Changed by')), ], options={ @@ -166,7 +166,7 @@ class Migration(migrations.Migration): ('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)), ('enrolled_email', models.CharField(max_length=255, db_index=True)), ('time_stamp', models.DateTimeField(auto_now_add=True, null=True)), - ('state_transition', models.CharField(max_length=255, choices=[(b'from unenrolled to allowed to enroll', b'from unenrolled to allowed to enroll'), (b'from allowed to enroll to enrolled', b'from allowed to enroll to enrolled'), (b'from enrolled to enrolled', b'from enrolled to enrolled'), (b'from enrolled to unenrolled', b'from enrolled to unenrolled'), (b'from unenrolled to enrolled', b'from unenrolled to enrolled'), (b'from allowed to enroll to enrolled', b'from allowed to enroll to enrolled'), (b'from unenrolled to unenrolled', b'from unenrolled to unenrolled'), (b'N/A', b'N/A')])), + ('state_transition', models.CharField(max_length=255, choices=[(u'from unenrolled to allowed to enroll', u'from unenrolled to allowed to enroll'), (u'from allowed to enroll to enrolled', u'from allowed to enroll to enrolled'), (u'from enrolled to enrolled', u'from enrolled to enrolled'), (u'from enrolled to unenrolled', u'from enrolled to unenrolled'), (u'from unenrolled to enrolled', u'from unenrolled to enrolled'), (u'from allowed to enroll to enrolled', u'from allowed to enroll to enrolled'), (u'from unenrolled to unenrolled', u'from unenrolled to unenrolled'), (u'N/A', u'N/A')])), ('reason', models.TextField(null=True)), ('enrolled_by', models.ForeignKey(to=settings.AUTH_USER_MODEL, null=True, on_delete=models.CASCADE)), ('enrollment', models.ForeignKey(to='student.CourseEnrollment', null=True, on_delete=models.CASCADE)), @@ -186,7 +186,7 @@ class Migration(migrations.Migration): fields=[ ('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)), ('new_email', models.CharField(db_index=True, max_length=255, blank=True)), - ('activation_key', models.CharField(unique=True, max_length=32, verbose_name=b'activation key', db_index=True)), + ('activation_key', models.CharField(unique=True, max_length=32, verbose_name=u'activation key', db_index=True)), ('user', models.OneToOneField(to=settings.AUTH_USER_MODEL, on_delete=models.CASCADE)), ], ), @@ -203,7 +203,7 @@ class Migration(migrations.Migration): name='Registration', fields=[ ('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)), - ('activation_key', models.CharField(unique=True, max_length=32, verbose_name=b'activation key', db_index=True)), + ('activation_key', models.CharField(unique=True, max_length=32, verbose_name=u'activation key', db_index=True)), ('user', models.OneToOneField(to=settings.AUTH_USER_MODEL, on_delete=models.CASCADE)), ], options={ @@ -216,12 +216,12 @@ class Migration(migrations.Migration): ('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)), ('name', models.CharField(db_index=True, max_length=255, blank=True)), ('meta', models.TextField(blank=True)), - ('courseware', models.CharField(default=b'course.xml', max_length=255, blank=True)), + ('courseware', models.CharField(default=u'course.xml', max_length=255, blank=True)), ('language', models.CharField(db_index=True, max_length=255, blank=True)), ('location', models.CharField(db_index=True, max_length=255, blank=True)), ('year_of_birth', models.IntegerField(db_index=True, null=True, blank=True)), - ('gender', models.CharField(blank=True, max_length=6, null=True, db_index=True, choices=[(b'm', b'Male'), (b'f', b'Female'), (b'o', b'Other/Prefer Not to Say')])), - ('level_of_education', models.CharField(blank=True, max_length=6, null=True, db_index=True, choices=[(b'p', b'Doctorate'), (b'm', b"Master's or professional degree"), (b'b', b"Bachelor's degree"), (b'a', b'Associate degree'), (b'hs', b'Secondary/high school'), (b'jhs', b'Junior secondary/junior high/middle school'), (b'el', b'Elementary/primary school'), (b'none', b'No Formal Education'), (b'other', b'Other Education')])), + ('gender', models.CharField(blank=True, max_length=6, null=True, db_index=True, choices=[(u'm', u'Male'), (u'f', u'Female'), (u'o', u'Other/Prefer Not to Say')])), + ('level_of_education', models.CharField(blank=True, max_length=6, null=True, db_index=True, choices=[(u'p', u'Doctorate'), (u'm', u"Master's or professional degree"), (u'b', u"Bachelor's degree"), (u'a', u'Associate degree'), (u'hs', u'Secondary/high school'), (u'jhs', u'Junior secondary/junior high/middle school'), (u'el', u'Elementary/primary school'), (u'none', u'No Formal Education'), (u'other', u'Other Education')])), ('mailing_address', models.TextField(null=True, blank=True)), ('city', models.TextField(null=True, blank=True)), ('country', django_countries.fields.CountryField(blank=True, max_length=2, null=True)), @@ -247,7 +247,7 @@ class Migration(migrations.Migration): name='UserStanding', fields=[ ('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)), - ('account_status', models.CharField(blank=True, max_length=31, choices=[(b'disabled', 'Account Disabled'), (b'enabled', 'Account Enabled')])), + ('account_status', models.CharField(blank=True, max_length=31, choices=[(u'disabled', u'Account Disabled'), (u'enabled', u'Account Enabled')])), ('standing_last_changed_at', models.DateTimeField(auto_now=True)), ('changed_by', models.ForeignKey(to=settings.AUTH_USER_MODEL, blank=True, on_delete=models.CASCADE)), ('user', models.OneToOneField(related_name='standing', to=settings.AUTH_USER_MODEL, on_delete=models.CASCADE)), diff --git a/common/djangoapps/student/migrations/0002_auto_20151208_1034.py b/common/djangoapps/student/migrations/0002_auto_20151208_1034.py index 1b6b34771f..7c0a9519f4 100644 --- a/common/djangoapps/student/migrations/0002_auto_20151208_1034.py +++ b/common/djangoapps/student/migrations/0002_auto_20151208_1034.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models @@ -14,11 +14,11 @@ class Migration(migrations.Migration): migrations.AlterField( model_name='courseenrollment', name='mode', - field=models.CharField(default=b'audit', max_length=100), + field=models.CharField(default=u'audit', max_length=100), ), migrations.AlterField( model_name='historicalcourseenrollment', name='mode', - field=models.CharField(default=b'audit', max_length=100), + field=models.CharField(default=u'audit', max_length=100), ), ] diff --git a/common/djangoapps/student/migrations/0003_auto_20160516_0938.py b/common/djangoapps/student/migrations/0003_auto_20160516_0938.py index 4f64d33ccc..73b77a7261 100644 --- a/common/djangoapps/student/migrations/0003_auto_20160516_0938.py +++ b/common/djangoapps/student/migrations/0003_auto_20160516_0938.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + import django.utils.timezone import model_utils.fields diff --git a/common/djangoapps/student/migrations/0004_auto_20160531_1422.py b/common/djangoapps/student/migrations/0004_auto_20160531_1422.py index 56213c6768..fc43adc288 100644 --- a/common/djangoapps/student/migrations/0004_auto_20160531_1422.py +++ b/common/djangoapps/student/migrations/0004_auto_20160531_1422.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models diff --git a/common/djangoapps/student/migrations/0005_auto_20160531_1653.py b/common/djangoapps/student/migrations/0005_auto_20160531_1653.py index af58ad3489..afeea332db 100644 --- a/common/djangoapps/student/migrations/0005_auto_20160531_1653.py +++ b/common/djangoapps/student/migrations/0005_auto_20160531_1653.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models diff --git a/common/djangoapps/student/migrations/0006_logoutviewconfiguration.py b/common/djangoapps/student/migrations/0006_logoutviewconfiguration.py index 5d82c572d9..e124c59d38 100644 --- a/common/djangoapps/student/migrations/0006_logoutviewconfiguration.py +++ b/common/djangoapps/student/migrations/0006_logoutviewconfiguration.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + import django.db.models.deletion from django.conf import settings diff --git a/common/djangoapps/student/migrations/0007_registrationcookieconfiguration.py b/common/djangoapps/student/migrations/0007_registrationcookieconfiguration.py index ba99133e9c..7b491063c2 100644 --- a/common/djangoapps/student/migrations/0007_registrationcookieconfiguration.py +++ b/common/djangoapps/student/migrations/0007_registrationcookieconfiguration.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + import django.db.models.deletion from django.conf import settings diff --git a/common/djangoapps/student/migrations/0008_auto_20161117_1209.py b/common/djangoapps/student/migrations/0008_auto_20161117_1209.py index 8e062e89c9..37d0cac36c 100644 --- a/common/djangoapps/student/migrations/0008_auto_20161117_1209.py +++ b/common/djangoapps/student/migrations/0008_auto_20161117_1209.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models @@ -14,6 +14,6 @@ class Migration(migrations.Migration): migrations.AlterField( model_name='userprofile', name='level_of_education', - field=models.CharField(blank=True, max_length=6, null=True, db_index=True, choices=[(b'p', b'Doctorate'), (b'm', b"Master's or professional degree"), (b'b', b"Bachelor's degree"), (b'a', b'Associate degree'), (b'hs', b'Secondary/high school'), (b'jhs', b'Junior secondary/junior high/middle school'), (b'el', b'Elementary/primary school'), (b'none', b'No formal education'), (b'other', b'Other education')]), + field=models.CharField(blank=True, max_length=6, null=True, db_index=True, choices=[(u'p', u'Doctorate'), (u'm', u"Master's or professional degree"), (u'b', u"Bachelor's degree"), (u'a', u'Associate degree'), (u'hs', u'Secondary/high school'), (u'jhs', u'Junior secondary/junior high/middle school'), (u'el', u'Elementary/primary school'), (u'none', u'No formal education'), (u'other', u'Other education')]), ), ] diff --git a/common/djangoapps/student/migrations/0009_auto_20170111_0422.py b/common/djangoapps/student/migrations/0009_auto_20170111_0422.py index c709214f96..a093a4a108 100644 --- a/common/djangoapps/student/migrations/0009_auto_20170111_0422.py +++ b/common/djangoapps/student/migrations/0009_auto_20170111_0422.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models diff --git a/common/djangoapps/student/migrations/0010_auto_20170207_0458.py b/common/djangoapps/student/migrations/0010_auto_20170207_0458.py index e2d896b687..7e67311af7 100644 --- a/common/djangoapps/student/migrations/0010_auto_20170207_0458.py +++ b/common/djangoapps/student/migrations/0010_auto_20170207_0458.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models diff --git a/common/djangoapps/student/migrations/0011_course_key_field_to_foreign_key.py b/common/djangoapps/student/migrations/0011_course_key_field_to_foreign_key.py index de32f95a73..7c29455628 100644 --- a/common/djangoapps/student/migrations/0011_course_key_field_to_foreign_key.py +++ b/common/djangoapps/student/migrations/0011_course_key_field_to_foreign_key.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + import django.db.models.deletion from django.db import migrations, models diff --git a/common/djangoapps/student/migrations/0012_sociallink.py b/common/djangoapps/student/migrations/0012_sociallink.py index 6bfd1dbd96..73e929d130 100644 --- a/common/djangoapps/student/migrations/0012_sociallink.py +++ b/common/djangoapps/student/migrations/0012_sociallink.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models diff --git a/common/djangoapps/student/migrations/0013_delete_historical_enrollment_records.py b/common/djangoapps/student/migrations/0013_delete_historical_enrollment_records.py index 911400ce9d..9ad7793789 100644 --- a/common/djangoapps/student/migrations/0013_delete_historical_enrollment_records.py +++ b/common/djangoapps/student/migrations/0013_delete_historical_enrollment_records.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models diff --git a/common/djangoapps/student/migrations/0014_courseenrollmentallowed_user.py b/common/djangoapps/student/migrations/0014_courseenrollmentallowed_user.py index e6b7ecc11a..261d810127 100644 --- a/common/djangoapps/student/migrations/0014_courseenrollmentallowed_user.py +++ b/common/djangoapps/student/migrations/0014_courseenrollmentallowed_user.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.conf import settings from django.db import migrations, models diff --git a/common/djangoapps/student/migrations/0015_manualenrollmentaudit_add_role.py b/common/djangoapps/student/migrations/0015_manualenrollmentaudit_add_role.py index 2eb319c70a..7d2c2c1dfc 100644 --- a/common/djangoapps/student/migrations/0015_manualenrollmentaudit_add_role.py +++ b/common/djangoapps/student/migrations/0015_manualenrollmentaudit_add_role.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models diff --git a/common/djangoapps/student/migrations/0016_coursenrollment_course_on_delete_do_nothing.py b/common/djangoapps/student/migrations/0016_coursenrollment_course_on_delete_do_nothing.py index de7def41ba..b4dc388729 100644 --- a/common/djangoapps/student/migrations/0016_coursenrollment_course_on_delete_do_nothing.py +++ b/common/djangoapps/student/migrations/0016_coursenrollment_course_on_delete_do_nothing.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Generated by Django 1.11.14 on 2018-07-27 01:44 -from __future__ import absolute_import, unicode_literals + import django.db.models.deletion from django.db import migrations, models diff --git a/common/djangoapps/student/migrations/0017_accountrecovery.py b/common/djangoapps/student/migrations/0017_accountrecovery.py index eed5cf9f83..8b505462cd 100644 --- a/common/djangoapps/student/migrations/0017_accountrecovery.py +++ b/common/djangoapps/student/migrations/0017_accountrecovery.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Generated by Django 1.11.16 on 2018-12-10 12:15 -from __future__ import absolute_import, unicode_literals + import django.db.models.deletion from django.conf import settings diff --git a/common/djangoapps/student/migrations/0018_remove_password_history.py b/common/djangoapps/student/migrations/0018_remove_password_history.py index faac12cf84..9a232f6124 100644 --- a/common/djangoapps/student/migrations/0018_remove_password_history.py +++ b/common/djangoapps/student/migrations/0018_remove_password_history.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Generated by Django 1.11.16 on 2018-12-19 14:30 -from __future__ import absolute_import, unicode_literals + from django.db import migrations diff --git a/common/djangoapps/student/migrations/0019_auto_20181221_0540.py b/common/djangoapps/student/migrations/0019_auto_20181221_0540.py index 1847c41645..efe99de60d 100644 --- a/common/djangoapps/student/migrations/0019_auto_20181221_0540.py +++ b/common/djangoapps/student/migrations/0019_auto_20181221_0540.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Generated by Django 1.11.16 on 2018-12-21 10:40 -from __future__ import absolute_import, unicode_literals + import django.db.models.deletion from django.conf import settings @@ -22,7 +22,7 @@ class Migration(migrations.Migration): fields=[ ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), ('new_secondary_email', models.CharField(blank=True, db_index=True, max_length=255)), - ('activation_key', models.CharField(db_index=True, max_length=32, unique=True, verbose_name=b'activation key')), + ('activation_key', models.CharField(db_index=True, max_length=32, unique=True, verbose_name=u'activation key')), ('user', models.OneToOneField(on_delete=django.db.models.deletion.CASCADE, to=settings.AUTH_USER_MODEL)), ], bases=(openedx.core.djangolib.model_mixins.DeletableByUserValue, models.Model), diff --git a/common/djangoapps/student/migrations/0020_auto_20190227_2019.py b/common/djangoapps/student/migrations/0020_auto_20190227_2019.py index 7be3ae7fbc..c670436c63 100644 --- a/common/djangoapps/student/migrations/0020_auto_20190227_2019.py +++ b/common/djangoapps/student/migrations/0020_auto_20190227_2019.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Generated by Django 1.11.20 on 2019-02-27 20:19 -from __future__ import absolute_import, unicode_literals + from django.db import migrations diff --git a/common/djangoapps/student/migrations/0021_historicalcourseenrollment.py b/common/djangoapps/student/migrations/0021_historicalcourseenrollment.py index 0e9617fc0f..6871558dc1 100644 --- a/common/djangoapps/student/migrations/0021_historicalcourseenrollment.py +++ b/common/djangoapps/student/migrations/0021_historicalcourseenrollment.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Generated by Django 1.11.20 on 2019-04-25 20:18 -from __future__ import absolute_import, unicode_literals + import uuid @@ -25,7 +25,7 @@ class Migration(migrations.Migration): ('id', models.IntegerField(auto_created=True, blank=True, db_index=True, verbose_name='ID')), ('created', models.DateTimeField(blank=True, db_index=True, editable=False, null=True)), ('is_active', models.BooleanField(default=True)), - ('mode', models.CharField(default=b'audit', max_length=100)), + ('mode', models.CharField(default=u'audit', max_length=100)), ('history_id', models.UUIDField(default=uuid.uuid4, editable=False, primary_key=True, serialize=False)), ('history_date', models.DateTimeField()), ('history_change_reason', models.CharField(max_length=100, null=True)), diff --git a/common/djangoapps/student/migrations/0022_indexing_in_courseenrollment.py b/common/djangoapps/student/migrations/0022_indexing_in_courseenrollment.py index c4a9065ef2..5a17f586fd 100644 --- a/common/djangoapps/student/migrations/0022_indexing_in_courseenrollment.py +++ b/common/djangoapps/student/migrations/0022_indexing_in_courseenrollment.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Generated by Django 1.11.20 on 2019-06-24 19:01 -from __future__ import unicode_literals + from django.db import migrations, models diff --git a/common/djangoapps/student/migrations/0023_bulkunenrollconfiguration.py b/common/djangoapps/student/migrations/0023_bulkunenrollconfiguration.py index 774a70b254..476fa1b7aa 100644 --- a/common/djangoapps/student/migrations/0023_bulkunenrollconfiguration.py +++ b/common/djangoapps/student/migrations/0023_bulkunenrollconfiguration.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Generated by Django 1.11.24 on 2019-09-19 19:51 -from __future__ import unicode_literals + from django.conf import settings import django.core.validators @@ -22,7 +22,7 @@ class Migration(migrations.Migration): ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), ('change_date', models.DateTimeField(auto_now_add=True, verbose_name='Change date')), ('enabled', models.BooleanField(default=False, verbose_name='Enabled')), - ('csv_file', models.FileField(help_text='It expect that the data will be provided in a csv file format with first row being the header and columns will be as follows: user_id, username, email, course_id, is_verified, verification_date', upload_to=b'', validators=[django.core.validators.FileExtensionValidator(allowed_extensions=[b'csv'])])), + ('csv_file', models.FileField(help_text='It expect that the data will be provided in a csv file format with first row being the header and columns will be as follows: user_id, username, email, course_id, is_verified, verification_date', upload_to=u'', validators=[django.core.validators.FileExtensionValidator(allowed_extensions=[u'csv'])])), ('changed_by', models.ForeignKey(editable=False, null=True, on_delete=django.db.models.deletion.PROTECT, to=settings.AUTH_USER_MODEL, verbose_name='Changed by')), ], options={ diff --git a/common/djangoapps/student/migrations/0024_fbeenrollmentexclusion.py b/common/djangoapps/student/migrations/0024_fbeenrollmentexclusion.py new file mode 100644 index 0000000000..8448dad173 --- /dev/null +++ b/common/djangoapps/student/migrations/0024_fbeenrollmentexclusion.py @@ -0,0 +1,23 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.11.25 on 2019-11-01 15:56 + + +from django.db import migrations, models +import django.db.models.deletion + + +class Migration(migrations.Migration): + + dependencies = [ + ('student', '0023_bulkunenrollconfiguration'), + ] + + operations = [ + migrations.CreateModel( + name='FBEEnrollmentExclusion', + fields=[ + ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), + ('enrollment', models.OneToOneField(on_delete=django.db.models.deletion.DO_NOTHING, to='student.CourseEnrollment')), + ], + ), + ] diff --git a/common/djangoapps/student/migrations/0025_auto_20191101_1846.py b/common/djangoapps/student/migrations/0025_auto_20191101_1846.py new file mode 100644 index 0000000000..5c82594324 --- /dev/null +++ b/common/djangoapps/student/migrations/0025_auto_20191101_1846.py @@ -0,0 +1,33 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.11.25 on 2019-11-01 18:46 + + +from django.db import migrations + +from experiments.models import ExperimentData +from openedx.features.course_duration_limits.config import EXPERIMENT_DATA_HOLDBACK_KEY, EXPERIMENT_ID +from student.models import CourseEnrollment, FBEEnrollmentExclusion + + +def populate_fbeenrollmentexclusion(apps, schema_editor): + holdback_entries = ExperimentData.objects.filter( + experiment_id=EXPERIMENT_ID, + key=EXPERIMENT_DATA_HOLDBACK_KEY, + value='True' + ) + for holdback_entry in holdback_entries: + enrollments = [FBEEnrollmentExclusion(enrollment=enrollment) + for enrollment in CourseEnrollment.objects.filter(user=holdback_entry.user)] + if enrollments: + FBEEnrollmentExclusion.objects.bulk_create(enrollments) + + +class Migration(migrations.Migration): + + dependencies = [ + ('student', '0024_fbeenrollmentexclusion'), + ] + + operations = [ + migrations.RunPython(populate_fbeenrollmentexclusion, reverse_code=migrations.RunPython.noop), + ] diff --git a/common/djangoapps/student/migrations/0026_allowedauthuser.py b/common/djangoapps/student/migrations/0026_allowedauthuser.py new file mode 100644 index 0000000000..4c88e0e424 --- /dev/null +++ b/common/djangoapps/student/migrations/0026_allowedauthuser.py @@ -0,0 +1,32 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.11.26 on 2019-11-14 14:12 + + +from django.db import migrations, models +import django.db.models.deletion +import django.utils.timezone +import model_utils.fields + + +class Migration(migrations.Migration): + + dependencies = [ + ('sites', '0002_alter_domain_unique'), + ('student', '0025_auto_20191101_1846'), + ] + + operations = [ + migrations.CreateModel( + name='AllowedAuthUser', + fields=[ + ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), + ('created', model_utils.fields.AutoCreatedField(default=django.utils.timezone.now, editable=False, verbose_name='created')), + ('modified', model_utils.fields.AutoLastModifiedField(default=django.utils.timezone.now, editable=False, verbose_name='modified')), + ('email', models.EmailField(help_text="An employee (a user whose email has current site's domain name) whose email exists in this model, can be able to login from login screen through email and password. And if any employee's email doesn't exist in this model then that employee can login via third party authentication backend only.", max_length=254, unique=True)), + ('site', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, related_name='allowed_auth_users', to='sites.Site')), + ], + options={ + 'abstract': False, + }, + ), + ] diff --git a/common/djangoapps/student/migrations/0027_courseenrollment_mode_callable_default.py b/common/djangoapps/student/migrations/0027_courseenrollment_mode_callable_default.py new file mode 100644 index 0000000000..51afefac8a --- /dev/null +++ b/common/djangoapps/student/migrations/0027_courseenrollment_mode_callable_default.py @@ -0,0 +1,26 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.11.22 on 2019-07-19 13:06 + + +import course_modes.models +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('student', '0026_allowedauthuser'), + ] + + operations = [ + migrations.AlterField( + model_name='courseenrollment', + name='mode', + field=models.CharField(default=course_modes.models.CourseMode.get_default_mode_slug, max_length=100), + ), + migrations.AlterField( + model_name='historicalcourseenrollment', + name='mode', + field=models.CharField(default=course_modes.models.CourseMode.get_default_mode_slug, max_length=100), + ), + ] diff --git a/common/djangoapps/student/migrations/0028_historicalmanualenrollmentaudit.py b/common/djangoapps/student/migrations/0028_historicalmanualenrollmentaudit.py new file mode 100644 index 0000000000..9bf0d37d11 --- /dev/null +++ b/common/djangoapps/student/migrations/0028_historicalmanualenrollmentaudit.py @@ -0,0 +1,43 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.11.27 on 2019-12-27 20:44 +from __future__ import unicode_literals + +from django.conf import settings +from django.db import migrations, models +import django.db.models.deletion +import simple_history.models + + +class Migration(migrations.Migration): + + dependencies = [ + migrations.swappable_dependency(settings.AUTH_USER_MODEL), + ('student', '0027_courseenrollment_mode_callable_default'), + ] + + operations = [ + migrations.CreateModel( + name='HistoricalManualEnrollmentAudit', + fields=[ + ('id', models.IntegerField(auto_created=True, blank=True, db_index=True, verbose_name='ID')), + ('enrolled_email', models.CharField(db_index=True, max_length=255)), + ('time_stamp', models.DateTimeField(blank=True, editable=False, null=True)), + ('state_transition', models.CharField(choices=[('from unenrolled to allowed to enroll', 'from unenrolled to allowed to enroll'), ('from allowed to enroll to enrolled', 'from allowed to enroll to enrolled'), ('from enrolled to enrolled', 'from enrolled to enrolled'), ('from enrolled to unenrolled', 'from enrolled to unenrolled'), ('from unenrolled to enrolled', 'from unenrolled to enrolled'), ('from allowed to enroll to enrolled', 'from allowed to enroll to enrolled'), ('from unenrolled to unenrolled', 'from unenrolled to unenrolled'), ('N/A', 'N/A')], max_length=255)), + ('reason', models.TextField(null=True)), + ('role', models.CharField(blank=True, max_length=64, null=True)), + ('history_id', models.AutoField(primary_key=True, serialize=False)), + ('history_date', models.DateTimeField()), + ('history_change_reason', models.CharField(max_length=100, null=True)), + ('history_type', models.CharField(choices=[('+', 'Created'), ('~', 'Changed'), ('-', 'Deleted')], max_length=1)), + ('enrolled_by', models.ForeignKey(blank=True, db_constraint=False, null=True, on_delete=django.db.models.deletion.DO_NOTHING, related_name='+', to=settings.AUTH_USER_MODEL)), + ('enrollment', models.ForeignKey(blank=True, db_constraint=False, null=True, on_delete=django.db.models.deletion.DO_NOTHING, related_name='+', to='student.CourseEnrollment')), + ('history_user', models.ForeignKey(null=True, on_delete=django.db.models.deletion.SET_NULL, related_name='+', to=settings.AUTH_USER_MODEL)), + ], + options={ + 'verbose_name': 'historical manual enrollment audit', + 'ordering': ('-history_date', '-history_id'), + 'get_latest_by': 'history_date', + }, + bases=(simple_history.models.HistoricalChanges, models.Model), + ), + ] diff --git a/common/djangoapps/student/migrations/0029_add_data_researcher.py b/common/djangoapps/student/migrations/0029_add_data_researcher.py new file mode 100644 index 0000000000..d7347c7428 --- /dev/null +++ b/common/djangoapps/student/migrations/0029_add_data_researcher.py @@ -0,0 +1,30 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.11.27 on 2020-01-27 19:02 +from __future__ import unicode_literals + +from django.db import migrations +from student.models import CourseAccessRole + + +def add_data_researcher(apps, schema_editor): + """ + Add a `data_researcher` role for everyone who is currently `staff` or `instructor`. + """ + for role in CourseAccessRole.objects.filter(role__in=('staff', 'instructor')): + new_role, created = CourseAccessRole.objects.get_or_create( + user=role.user, + org=role.org, + course_id=role.course_id, + role='data_researcher' + ) + + +class Migration(migrations.Migration): + + dependencies = [ + ('student', '0028_historicalmanualenrollmentaudit'), + ] + + operations = [ + migrations.RunPython(add_data_researcher, reverse_code=migrations.RunPython.noop), + ] diff --git a/common/djangoapps/student/migrations/0030_userprofile_phone_number.py b/common/djangoapps/student/migrations/0030_userprofile_phone_number.py new file mode 100644 index 0000000000..7b7873f1ad --- /dev/null +++ b/common/djangoapps/student/migrations/0030_userprofile_phone_number.py @@ -0,0 +1,21 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.11.28 on 2020-02-18 18:36 +from __future__ import unicode_literals + +import django.core.validators +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('student', '0029_add_data_researcher'), + ] + + operations = [ + migrations.AddField( + model_name='userprofile', + name='phone_number', + field=models.CharField(blank=True, max_length=50, null=True, validators=[django.core.validators.RegexValidator(message='Phone number can only contain numbers.', regex='^\\+?1?\\d*$')]), + ), + ] diff --git a/common/djangoapps/student/models.py b/common/djangoapps/student/models.py index 43b350a2e4..e4bfc9398d 100644 --- a/common/djangoapps/student/models.py +++ b/common/djangoapps/student/models.py @@ -10,7 +10,7 @@ file and check it in at the same time as your model changes. To do that, 2. ./manage.py lms schemamigration student --auto description_of_your_change 3. Add the migration file created in edx-platform/common/djangoapps/student/migrations/ """ -from __future__ import absolute_import, print_function + import hashlib import json @@ -18,30 +18,30 @@ import logging import uuid from collections import OrderedDict, defaultdict, namedtuple from datetime import datetime, timedelta -from django.core.validators import FileExtensionValidator from functools import total_ordering from importlib import import_module import six from config_models.models import ConfigurationModel +from course_modes.models import CourseMode, get_cosmetic_verified_display_price from django.apps import apps from django.conf import settings -from django.contrib.auth.hashers import make_password from django.contrib.auth.models import User from django.contrib.auth.signals import user_logged_in, user_logged_out +from django.contrib.sites.models import Site from django.core.cache import cache from django.core.exceptions import MultipleObjectsReturned, ObjectDoesNotExist +from django.core.validators import FileExtensionValidator, RegexValidator from django.db import IntegrityError, models from django.db.models import Count, Q, Index from django.db.models.signals import post_save, pre_save from django.db.utils import ProgrammingError from django.dispatch import receiver -from django.utils import timezone +from django.utils.encoding import python_2_unicode_compatible from django.utils.functional import cached_property from django.utils.translation import ugettext_lazy as _ from django.utils.translation import ugettext_noop from django_countries.fields import CountryField -from django.utils.encoding import python_2_unicode_compatible from edx_django_utils.cache import RequestCache from edx_rest_api_client.exceptions import SlumberBaseException from eventtracking import tracker @@ -54,18 +54,22 @@ from six import text_type from six.moves import range from six.moves.urllib.parse import urlencode from slumber.exceptions import HttpClientError, HttpServerError +from student.signals import ENROLL_STATUS_CHANGE, ENROLLMENT_TRACK_UPDATED, UNENROLL_DONE +from track import contexts, segment from user_util import user_util +from util.milestones_helpers import is_entrance_exams_enabled +from util.model_utils import emit_field_changed_events, get_changed_fields_dict +from util.query import use_read_replica_if_available -from course_modes.models import CourseMode, get_cosmetic_verified_display_price +import openedx.core.djangoapps.django_comment_common.comment_client as cc +from lms.djangoapps.certificates.models import GeneratedCertificate from lms.djangoapps.courseware.models import ( CourseDynamicUpgradeDeadlineConfiguration, DynamicUpgradeDeadlineConfiguration, OrgDynamicUpgradeDeadlineConfiguration ) -from lms.djangoapps.certificates.models import GeneratedCertificate from lms.djangoapps.verify_student.models import SoftwareSecurePhotoVerification from openedx.core.djangoapps.content.course_overviews.models import CourseOverview -import openedx.core.djangoapps.django_comment_common.comment_client as cc from openedx.core.djangoapps.enrollments.api import ( _default_course_mode, get_enrollment_attributes, @@ -74,11 +78,6 @@ from openedx.core.djangoapps.enrollments.api import ( from openedx.core.djangoapps.site_configuration import helpers as configuration_helpers from openedx.core.djangoapps.xmodule_django.models import NoneToEmptyManager from openedx.core.djangolib.model_mixins import DeletableByUserValue -from student.signals import ENROLL_STATUS_CHANGE, ENROLLMENT_TRACK_UPDATED, UNENROLL_DONE -from track import contexts, segment -from util.milestones_helpers import is_entrance_exams_enabled -from util.model_utils import emit_field_changed_events, get_changed_fields_dict -from util.query import use_read_replica_if_available log = logging.getLogger(__name__) AUDIT_LOG = logging.getLogger("audit") @@ -105,14 +104,14 @@ class EnrollStatusChange(object): # complete a paid course purchase paid_complete = 'paid_complete' -UNENROLLED_TO_ALLOWEDTOENROLL = 'from unenrolled to allowed to enroll' -ALLOWEDTOENROLL_TO_ENROLLED = 'from allowed to enroll to enrolled' -ENROLLED_TO_ENROLLED = 'from enrolled to enrolled' -ENROLLED_TO_UNENROLLED = 'from enrolled to unenrolled' -UNENROLLED_TO_ENROLLED = 'from unenrolled to enrolled' -ALLOWEDTOENROLL_TO_UNENROLLED = 'from allowed to enroll to enrolled' -UNENROLLED_TO_UNENROLLED = 'from unenrolled to unenrolled' -DEFAULT_TRANSITION_STATE = 'N/A' +UNENROLLED_TO_ALLOWEDTOENROLL = u'from unenrolled to allowed to enroll' +ALLOWEDTOENROLL_TO_ENROLLED = u'from allowed to enroll to enrolled' +ENROLLED_TO_ENROLLED = u'from enrolled to enrolled' +ENROLLED_TO_UNENROLLED = u'from enrolled to unenrolled' +UNENROLLED_TO_ENROLLED = u'from unenrolled to enrolled' +ALLOWEDTOENROLL_TO_UNENROLLED = u'from allowed to enroll to enrolled' +UNENROLLED_TO_UNENROLLED = u'from unenrolled to unenrolled' +DEFAULT_TRANSITION_STATE = u'N/A' SCORE_RECALCULATION_DELAY_ON_ENROLLMENT_UPDATE = 30 TRANSITION_STATES = ( @@ -208,9 +207,17 @@ def user_by_anonymous_id(uid): if uid is None: return None + request_cache = RequestCache('user_by_anonymous_id') + cache_response = request_cache.get_cached_response(uid) + if cache_response.is_found: + return cache_response.value + try: - return User.objects.get(anonymoususerid__anonymous_user_id=uid) + user = User.objects.get(anonymoususerid__anonymous_user_id=uid) + request_cache.set(uid, user) + return user except ObjectDoesNotExist: + request_cache.set(uid, None) return None @@ -390,8 +397,8 @@ class UserStanding(models.Model): .. no_pii: """ - ACCOUNT_DISABLED = "disabled" - ACCOUNT_ENABLED = "enabled" + ACCOUNT_DISABLED = u"disabled" + ACCOUNT_ENABLED = u"enabled" USER_STANDING_CHOICES = ( (ACCOUNT_DISABLED, u"Account Disabled"), (ACCOUNT_ENABLED, u"Account Enabled"), @@ -424,7 +431,7 @@ class UserProfile(models.Model): MITx fall prototype. .. pii: Contains many PII fields. Retired in AccountRetirementView. - .. pii_types: name, location, birth_date, gender, biography + .. pii_types: name, location, birth_date, gender, biography, phone_number .. pii_retirement: local_api """ # cache key format e.g user..profile.country = 'SG' @@ -441,7 +448,7 @@ class UserProfile(models.Model): name = models.CharField(blank=True, max_length=255, db_index=True) meta = models.TextField(blank=True) # JSON dictionary for future expansion - courseware = models.CharField(blank=True, max_length=255, default='course.xml') + courseware = models.CharField(blank=True, max_length=255, default=u'course.xml') # Language is deprecated and no longer used. Old rows exist that have # user-entered free form text values (ex. "English"), some of which have @@ -459,10 +466,10 @@ class UserProfile(models.Model): VALID_YEARS = list(range(this_year, this_year - 120, -1)) year_of_birth = models.IntegerField(blank=True, null=True, db_index=True) GENDER_CHOICES = ( - ('m', ugettext_noop('Male')), - ('f', ugettext_noop('Female')), + (u'm', ugettext_noop(u'Male')), + (u'f', ugettext_noop(u'Female')), # Translators: 'Other' refers to the student's gender - ('o', ugettext_noop('Other/Prefer Not to Say')) + (u'o', ugettext_noop(u'Other/Prefer Not to Say')) ) gender = models.CharField( blank=True, null=True, max_length=6, db_index=True, choices=GENDER_CHOICES @@ -473,17 +480,17 @@ class UserProfile(models.Model): # ('p_se', 'Doctorate in science or engineering'), # ('p_oth', 'Doctorate in another field'), LEVEL_OF_EDUCATION_CHOICES = ( - ('p', ugettext_noop('Doctorate')), - ('m', ugettext_noop("Master's or professional degree")), - ('b', ugettext_noop("Bachelor's degree")), - ('a', ugettext_noop("Associate degree")), - ('hs', ugettext_noop("Secondary/high school")), - ('jhs', ugettext_noop("Junior secondary/junior high/middle school")), - ('el', ugettext_noop("Elementary/primary school")), + (u'p', ugettext_noop(u'Doctorate')), + (u'm', ugettext_noop(u"Master's or professional degree")), + (u'b', ugettext_noop(u"Bachelor's degree")), + (u'a', ugettext_noop(u"Associate degree")), + (u'hs', ugettext_noop(u"Secondary/high school")), + (u'jhs', ugettext_noop(u"Junior secondary/junior high/middle school")), + (u'el', ugettext_noop(u"Elementary/primary school")), # Translators: 'None' refers to the student's level of education - ('none', ugettext_noop("No formal education")), + (u'none', ugettext_noop(u"No formal education")), # Translators: 'Other' refers to the student's level of education - ('other', ugettext_noop("Other education")) + (u'other', ugettext_noop(u"Other education")) ) level_of_education = models.CharField( blank=True, null=True, max_length=6, db_index=True, @@ -496,6 +503,8 @@ class UserProfile(models.Model): allow_certificate = models.BooleanField(default=1) bio = models.CharField(blank=True, null=True, max_length=3000, db_index=False) profile_image_uploaded_at = models.DateTimeField(null=True, blank=True) + phone_regex = RegexValidator(regex=r'^\+?1?\d*$', message="Phone number can only contain numbers.") + phone_number = models.CharField(validators=[phone_regex], blank=True, null=True, max_length=50) @property def has_profile_image(self): @@ -763,7 +772,7 @@ class Registration(models.Model): db_table = "auth_registration" user = models.OneToOneField(User, on_delete=models.CASCADE) - activation_key = models.CharField(('activation key'), max_length=32, unique=True, db_index=True) + activation_key = models.CharField((u'activation key'), max_length=32, unique=True, db_index=True) def register(self, user): # MINOR TODO: Switch to crypto-secure key @@ -800,7 +809,7 @@ class PendingEmailChange(DeletableByUserValue, models.Model): """ user = models.OneToOneField(User, unique=True, db_index=True, on_delete=models.CASCADE) new_email = models.CharField(blank=True, max_length=255, db_index=True) - activation_key = models.CharField(('activation key'), max_length=32, unique=True, db_index=True) + activation_key = models.CharField((u'activation key'), max_length=32, unique=True, db_index=True) def request_change(self, email): """Request a change to a user's email. @@ -830,7 +839,7 @@ class PendingSecondaryEmailChange(DeletableByUserValue, models.Model): """ user = models.OneToOneField(User, unique=True, db_index=True, on_delete=models.CASCADE) new_secondary_email = models.CharField(blank=True, max_length=255, db_index=True) - activation_key = models.CharField(('activation key'), max_length=32, unique=True, db_index=True) + activation_key = models.CharField((u'activation key'), max_length=32, unique=True, db_index=True) EVENT_NAME_ENROLLMENT_ACTIVATED = 'edx.course.enrollment.activated' @@ -915,28 +924,12 @@ class LoginFailures(models.Model): except ObjectDoesNotExist: return - def __repr__(self): - """Repr -> LoginFailures(username, count, date)""" - date_str = '-' - if self.lockout_until is not None: - date_str = self.lockout_until.isoformat() - - return u'LoginFailures({username}, {count}, {date})'.format( - username=six.text_type(self.user.username, 'utf-8'), - count=self.failure_count, - date=date_str - ) - def __str__(self): """Str -> Username: count - date.""" - date_str = '-' - if self.lockout_until is not None: - date_str = self.lockout_until.isoformat() - return u'{username}: {count} - {date}'.format( - username=six.text_type(self.user.username, 'utf-8'), + username=self.user.username, count=self.failure_count, - date=date_str + date=self.lockout_until.isoformat() if self.lockout_until else '-' ) class Meta: @@ -1021,17 +1014,25 @@ class CourseEnrollmentManager(models.Manager): return is_course_full - def users_enrolled_in(self, course_id, include_inactive=False): + def users_enrolled_in(self, course_id, include_inactive=False, verified_only=False): """ - Return a queryset of User for every user enrolled in the course. If - `include_inactive` is True, returns both active and inactive enrollees - for the course. Otherwise returns actively enrolled users only. + Return a queryset of User for every user enrolled in the course. + + Arguments: + course_id (CourseLocator): course_id to return enrollees for. + include_inactive (boolean): is a boolean when True, returns both active and inactive enrollees + verified_only (boolean): is a boolean when True, returns only verified enrollees. + + Returns: + Returns a User queryset. """ filter_kwargs = { 'courseenrollment__course_id': course_id, } if not include_inactive: filter_kwargs['courseenrollment__is_active'] = True + if verified_only: + filter_kwargs['courseenrollment__mode'] = CourseMode.VERIFIED return User.objects.filter(**filter_kwargs) def enrollment_counts(self, course_id): @@ -1112,7 +1113,7 @@ class CourseEnrollment(models.Model): # Represents the modes that are possible. We'll update this later with a # list of possible values. - mode = models.CharField(default=CourseMode.DEFAULT_MODE_SLUG, max_length=100) + mode = models.CharField(default=CourseMode.get_default_mode_slug, max_length=100) # An audit row will be created for every change to a CourseEnrollment. This # will create a new model behind the scenes - HistoricalCourseEnrollment and a @@ -1218,13 +1219,24 @@ class CourseEnrollment(models.Model): if user.is_anonymous: return None try: + request_cache = RequestCache('get_enrollment') + if select_related: + cache_key = (user.id, course_key, ','.join(select_related)) + else: + cache_key = (user.id, course_key) + cache_response = request_cache.get_cached_response(cache_key) + if cache_response.is_found: + return cache_response.value + query = cls.objects if select_related is not None: query = query.select_related(*select_related) - return query.get( + enrollment = query.get( user=user, course_id=course_key ) + request_cache.set(cache_key, enrollment) + return enrollment except cls.DoesNotExist: return None @@ -1268,6 +1280,8 @@ class CourseEnrollment(models.Model): This saves immediately. """ + RequestCache('get_enrollment').clear() + activation_changed = False # if is_active is None, then the call to update_enrollment didn't specify # any value, so just leave is_active as it is @@ -1499,6 +1513,8 @@ class CourseEnrollment(models.Model): `skip_refund` can be set to True to avoid the refund process. """ + RequestCache('get_enrollment').clear() + try: record = cls.objects.get(user=user, course_id=course_id) record.update_enrollment(is_active=False, skip_refund=skip_refund) @@ -1520,6 +1536,8 @@ class CourseEnrollment(models.Model): `course_id` is our usual course_id string (e.g. "edX/Test101/2013_Fall) """ + RequestCache('get_enrollment').clear() + try: user = User.objects.get(email=email) return cls.unenroll(user, course_id) @@ -2041,6 +2059,22 @@ class CourseEnrollment(models.Model): cache[(user_id, course_key)] = enrollment_state +@python_2_unicode_compatible +class FBEEnrollmentExclusion(models.Model): + """ + Disable FBE for enrollments in this table. + + .. no_pii: + """ + enrollment = models.OneToOneField( + CourseEnrollment, + on_delete=models.DO_NOTHING, + ) + + def __str__(self): + return "[FBEEnrollmentExclusion] %s" % (self.enrollment,) + + @receiver(models.signals.post_save, sender=CourseEnrollment) @receiver(models.signals.post_delete, sender=CourseEnrollment) def invalidate_enrollment_mode_cache(sender, instance, **kwargs): # pylint: disable=unused-argument, invalid-name @@ -2083,6 +2117,7 @@ class ManualEnrollmentAudit(models.Model): state_transition = models.CharField(max_length=255, choices=TRANSITION_STATES) reason = models.TextField(null=True) role = models.CharField(blank=True, null=True, max_length=64) + history = HistoricalRecords() @classmethod def create_manual_enrollment_audit(cls, user, email, state_transition, reason, enrollment=None, role=None): @@ -2130,8 +2165,15 @@ class ManualEnrollmentAudit(models.Model): # It is possible that this could also be bad if a user has thousands of manual # enrollments, but currently that number tends to be very low. manual_enrollment_ids = list(cls.objects.filter(enrollment__user=user).values_list('id', flat=True)) + manual_enrollment_audits = cls.objects.filter(id__in=manual_enrollment_ids) - return cls.objects.filter(id__in=manual_enrollment_ids).update(reason="", enrolled_email=retired_email) + if not manual_enrollment_audits: + return False + + for manual_enrollment_audit in manual_enrollment_audits: + manual_enrollment_audit.history.update(reason="", enrolled_email=retired_email) + manual_enrollment_audits.update(reason="", enrolled_email=retired_email) + return True @python_2_unicode_compatible @@ -2429,7 +2471,7 @@ class DashboardConfiguration(ConfigurationModel): """ recent_enrollment_time_delta = models.PositiveIntegerField( default=0, - help_text="The number of seconds in which a new enrollment is considered 'recent'. " + help_text=u"The number of seconds in which a new enrollment is considered 'recent'. " "Used to display notifications." ) @@ -2469,7 +2511,7 @@ class LinkedInAddToProfileConfiguration(ConfigurationModel): ) # Deprecated - dashboard_tracking_code = models.TextField(default="", blank=True) + dashboard_tracking_code = models.TextField(default=u"", blank=True) trk_partner_name = models.CharField( max_length=10, @@ -2819,8 +2861,8 @@ class BulkUnenrollConfiguration(ConfigurationModel): """ csv_file = models.FileField( - validators=[FileExtensionValidator(allowed_extensions=['csv'])], - help_text=_("It expect that the data will be provided in a csv file format with \ + validators=[FileExtensionValidator(allowed_extensions=[u'csv'])], + help_text=_(u"It expect that the data will be provided in a csv file format with \ first row being the header and columns will be as follows: \ user_id, username, email, course_id, is_verified, verification_date") ) @@ -2941,7 +2983,7 @@ class AccountRecovery(models.Model): email (str): New email address to be set as the secondary email address. """ self.secondary_email = email - self.is_active = False + self.is_active = True self.save() @classmethod @@ -2962,3 +3004,14 @@ class AccountRecovery(models.Model): pass return True + + +class AllowedAuthUser(TimeStampedModel): + site = models.ForeignKey(Site, related_name='allowed_auth_users', on_delete=models.CASCADE) + email = models.EmailField( + help_text=_( + "An employee (a user whose email has current site's domain name) whose email exists in this model, can be " + "able to login from login screen through email and password. And if any employee's email doesn't exist in " + "this model then that employee can login via third party authentication backend only."), + unique=True, + ) diff --git a/common/djangoapps/student/models_api.py b/common/djangoapps/student/models_api.py new file mode 100644 index 0000000000..e093b0b7f0 --- /dev/null +++ b/common/djangoapps/student/models_api.py @@ -0,0 +1,48 @@ +""" +Provides Python APIs exposed from Student models. +""" + +from student.models import CourseEnrollment as _CourseEnrollment +from student.models import ManualEnrollmentAudit as _ManualEnrollmentAudit +from student.models import ( + ENROLLED_TO_ENROLLED as _ENROLLED_TO_ENROLLED, + ENROLLED_TO_UNENROLLED as _ENROLLED_TO_UNENROLLED, + UNENROLLED_TO_ENROLLED as _UNENROLLED_TO_ENROLLED, + UNENROLLED_TO_UNENROLLED as _UNENROLLED_TO_UNENROLLED, + UNENROLLED_TO_ALLOWEDTOENROLL as _UNENROLLED_TO_ALLOWEDTOENROLL, + ALLOWEDTOENROLL_TO_ENROLLED as _ALLOWEDTOENROLL_TO_ENROLLED, + ALLOWEDTOENROLL_TO_UNENROLLED as _ALLOWEDTOENROLL_TO_UNENROLLED, + DEFAULT_TRANSITION_STATE as _DEFAULT_TRANSITION_STATE, +) + +# This is done so that if these strings change within the app, we can keep exported constants the same +ENROLLED_TO_ENROLLED = _ENROLLED_TO_ENROLLED +ENROLLED_TO_UNENROLLED = _ENROLLED_TO_UNENROLLED +UNENROLLED_TO_ENROLLED = _UNENROLLED_TO_ENROLLED +UNENROLLED_TO_UNENROLLED = _UNENROLLED_TO_UNENROLLED +UNENROLLED_TO_ALLOWEDTOENROLL = _UNENROLLED_TO_ALLOWEDTOENROLL +ALLOWEDTOENROLL_TO_ENROLLED = _ALLOWEDTOENROLL_TO_ENROLLED +ALLOWEDTOENROLL_TO_UNENROLLED = _ALLOWEDTOENROLL_TO_UNENROLLED +DEFAULT_TRANSITION_STATE = _DEFAULT_TRANSITION_STATE + + +def create_manual_enrollment_audit( + enrolled_by, + user_email, + state_transition, + reason, + course_enrollment, + role +): + _ManualEnrollmentAudit.create_manual_enrollment_audit( + user=enrolled_by, + email=user_email, + state_transition=state_transition, + reason=reason, + enrollment=course_enrollment, + role=role, + ) + + +def get_course_enrollment(user, course_run_key): + return _CourseEnrollment.get_enrollment(user, course_run_key) diff --git a/common/djangoapps/student/role_helpers.py b/common/djangoapps/student/role_helpers.py index 22b277ffee..b5c5ac1058 100644 --- a/common/djangoapps/student/role_helpers.py +++ b/common/djangoapps/student/role_helpers.py @@ -1,7 +1,7 @@ """ Helpers for student roles """ -from __future__ import absolute_import + from openedx.core.djangoapps.django_comment_common.models import ( FORUM_ROLE_ADMINISTRATOR, diff --git a/common/djangoapps/student/roles.py b/common/djangoapps/student/roles.py index 498d0a6ce0..879d620bba 100644 --- a/common/djangoapps/student/roles.py +++ b/common/djangoapps/student/roles.py @@ -3,7 +3,6 @@ Classes used to model the roles used in the courseware. Each role is responsible adding users, removing users, and listing members """ -from __future__ import absolute_import import logging from abc import ABCMeta, abstractmethod @@ -313,6 +312,14 @@ class CourseCcxCoachRole(CourseRole): super(CourseCcxCoachRole, self).__init__(self.ROLE, *args, **kwargs) +class CourseDataResearcherRole(CourseRole): + """A Data Researcher""" + ROLE = 'data_researcher' + + def __init__(self, *args, **kwargs): + super(CourseDataResearcherRole, self).__init__(self.ROLE, *args, **kwargs) + + class OrgStaffRole(OrgRole): """An organization staff member""" def __init__(self, *args, **kwargs): diff --git a/common/djangoapps/student/rules.py b/common/djangoapps/student/rules.py new file mode 100644 index 0000000000..c718d56af4 --- /dev/null +++ b/common/djangoapps/student/rules.py @@ -0,0 +1,28 @@ +""" +Django rules for student roles +""" +from __future__ import absolute_import + +import rules + +from lms.djangoapps.courseware.access import has_access +from openedx.core.djangoapps.waffle_utils import CourseWaffleFlag, WaffleFlag, WaffleFlagNamespace + +from .roles import CourseDataResearcherRole + +# Waffle flag to enable the separate course outline page and full width content. +RESEARCHER_ROLE = CourseWaffleFlag(WaffleFlagNamespace(name='instructor'), 'researcher') + + +@rules.predicate +def can_access_reports(user, course_id): + """ + Returns whether the user can access the course data downloads. + """ + is_staff = user.is_staff + if RESEARCHER_ROLE.is_enabled(course_id): + return is_staff or CourseDataResearcherRole(course_id).has_user(user) + else: + return is_staff or has_access(user, 'staff', course_id) + +rules.add_perm('student.can_research', can_access_reports) diff --git a/common/djangoapps/student/signals/__init__.py b/common/djangoapps/student/signals/__init__.py index 0c2df31a2d..e46b9a3acc 100644 --- a/common/djangoapps/student/signals/__init__.py +++ b/common/djangoapps/student/signals/__init__.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + from student.signals.signals import ( ENROLL_STATUS_CHANGE, diff --git a/common/djangoapps/student/signals/receivers.py b/common/djangoapps/student/signals/receivers.py index 6cc9f1a90f..4e943b5fbe 100644 --- a/common/djangoapps/student/signals/receivers.py +++ b/common/djangoapps/student/signals/receivers.py @@ -1,7 +1,7 @@ """ Signal receivers for the "student" application. """ -from __future__ import absolute_import + from django.conf import settings from django.utils import timezone diff --git a/common/djangoapps/student/signals/signals.py b/common/djangoapps/student/signals/signals.py index 9c8cfd1c9f..bd40a31244 100644 --- a/common/djangoapps/student/signals/signals.py +++ b/common/djangoapps/student/signals/signals.py @@ -1,7 +1,7 @@ """ Enrollment track related signals. """ -from __future__ import absolute_import + from django.dispatch import Signal diff --git a/common/djangoapps/student/tasks.py b/common/djangoapps/student/tasks.py index ed32d952ad..022cbf417c 100644 --- a/common/djangoapps/student/tasks.py +++ b/common/djangoapps/student/tasks.py @@ -1,34 +1,54 @@ """ This file contains celery tasks for sending email """ -from __future__ import absolute_import + import logging -from boto.exception import NoAuthHandlerFound from celery.exceptions import MaxRetriesExceededError from celery.task import task # pylint: disable=no-name-in-module, import-error from django.conf import settings -from django.core import mail +from django.contrib.auth.models import User +from django.contrib.sites.models import Site +from edx_ace import ace +from edx_ace.errors import RecoverableChannelDeliveryError +from edx_ace.message import Message +from openedx.core.djangoapps.site_configuration import helpers as configuration_helpers +from openedx.core.lib.celery.task_utils import emulate_http_request log = logging.getLogger('edx.celery.task') @task(bind=True) -def send_activation_email(self, subject, message, from_address, dest_addr): +def send_activation_email(self, msg_string, from_address=None): """ Sending an activation email to the user. """ + msg = Message.from_string(msg_string) + max_retries = settings.RETRY_ACTIVATION_EMAIL_MAX_ATTEMPTS retries = self.request.retries + + if from_address is None: + from_address = configuration_helpers.get_value('ACTIVATION_EMAIL_FROM_ADDRESS') or ( + configuration_helpers.get_value('email_from_address', settings.DEFAULT_FROM_EMAIL) + ) + msg.options['from_address'] = from_address + + dest_addr = msg.recipient.email_address + + site = Site.objects.get_current() + user = User.objects.get(username=msg.recipient.username) + try: - mail.send_mail(subject, message, from_address, [dest_addr], fail_silently=False) + with emulate_http_request(site=site, user=user): + ace.send(msg) # Log that the Activation Email has been sent to user without an exception log.info("Activation Email has been sent to User {user_email}".format( user_email=dest_addr )) - except NoAuthHandlerFound: # pylint: disable=broad-except - log.info('Retrying sending email to user {dest_addr}, attempt # {attempt} of {max_attempts}'. format( + except RecoverableChannelDeliveryError: + log.info('Retrying sending email to user {dest_addr}, attempt # {attempt} of {max_attempts}'.format( dest_addr=dest_addr, attempt=retries, max_attempts=max_retries diff --git a/common/djangoapps/student/templates/email/email_base.html b/common/djangoapps/student/templates/email/email_base.html new file mode 100644 index 0000000000..0cf1739f84 --- /dev/null +++ b/common/djangoapps/student/templates/email/email_base.html @@ -0,0 +1,21 @@ +{% load i18n %} +{% get_current_language as LANGUAGE_CODE %} + + + + + + + + + + + + + +
+ {% block body %} + {% endblock body %} +
+ + diff --git a/common/djangoapps/student/templates/email/export_staff_users.html b/common/djangoapps/student/templates/email/export_staff_users.html new file mode 100644 index 0000000000..c54f5a52b7 --- /dev/null +++ b/common/djangoapps/student/templates/email/export_staff_users.html @@ -0,0 +1,15 @@ +{% extends "email/email_base.html" %} +{% block body %} + +

+ Dear Admin, +

+

+ Please find the attached CSV containing a list of all staff users + who have logged in within the last {{ time_period }} days +

+ +

Thanks,

+

The edX Team

+ +{% endblock body %} diff --git a/common/djangoapps/student/templates/email/export_staff_users.txt b/common/djangoapps/student/templates/email/export_staff_users.txt new file mode 100644 index 0000000000..cda5918ceb --- /dev/null +++ b/common/djangoapps/student/templates/email/export_staff_users.txt @@ -0,0 +1,7 @@ +Dear Admin, + + Please find the attached CSV containing a list of all staff users who have logged in within the last {{ time_period }} days + + +Thanks, +The edX Team diff --git a/common/djangoapps/student/tests/factories.py b/common/djangoapps/student/tests/factories.py index d948e9ec92..6c5f34a3fb 100644 --- a/common/djangoapps/student/tests/factories.py +++ b/common/djangoapps/student/tests/factories.py @@ -1,6 +1,5 @@ """Provides factories for student models.""" -from __future__ import absolute_import from datetime import datetime from uuid import uuid4 diff --git a/common/djangoapps/student/tests/test_activate_account.py b/common/djangoapps/student/tests/test_activate_account.py index 7db4e674ac..82481051e3 100644 --- a/common/djangoapps/student/tests/test_activate_account.py +++ b/common/djangoapps/student/tests/test_activate_account.py @@ -1,10 +1,11 @@ """Tests for account activation""" -from __future__ import absolute_import + import unittest from uuid import uuid4 from django.conf import settings +from django.contrib.auth.models import User from django.test import TestCase, override_settings from django.urls import reverse from mock import patch @@ -103,6 +104,10 @@ class TestActivateAccount(TestCase): response = self.client.get(reverse('dashboard')) self.assertNotContains(response, expected_message) + def _assert_user_active_state(self, expected_active_state): + user = User.objects.get(username=self.user.username) + self.assertEqual(user.is_active, expected_active_state) + def test_account_activation_notification_on_logistration(self): """ Verify that logistration page displays success/error/info messages @@ -112,15 +117,19 @@ class TestActivateAccount(TestCase): login_url=reverse('signin_user'), redirect_url=reverse('dashboard'), ) + self._assert_user_active_state(expected_active_state=False) + # Access activation link, message should say that account has been activated. response = self.client.get(reverse('activate', args=[self.registration.activation_key]), follow=True) self.assertRedirects(response, login_page_url) self.assertContains(response, 'Success! You have activated your account.') + self._assert_user_active_state(expected_active_state=True) # Access activation link again, message should say that account is already active. response = self.client.get(reverse('activate', args=[self.registration.activation_key]), follow=True) self.assertRedirects(response, login_page_url) self.assertContains(response, 'This account has already been activated.') + self._assert_user_active_state(expected_active_state=True) # Open account activation page with an invalid activation link, # there should be an error message displayed. @@ -137,4 +146,4 @@ class TestActivateAccount(TestCase): response = self.client.get(reverse('activate', args=[self.registration.activation_key]), follow=True) self.assertRedirects(response, login_page_url) self.assertContains(response, SYSTEM_MAINTENANCE_MSG) - assert not self.user.is_active + self._assert_user_active_state(expected_active_state=False) diff --git a/common/djangoapps/student/tests/test_admin_views.py b/common/djangoapps/student/tests/test_admin_views.py index c3b57e6d6d..7a5f363b3e 100644 --- a/common/djangoapps/student/tests/test_admin_views.py +++ b/common/djangoapps/student/tests/test_admin_views.py @@ -1,7 +1,8 @@ +# coding=UTF-8 """ Tests student admin.py """ -from __future__ import absolute_import + import datetime @@ -15,13 +16,15 @@ from django.test import TestCase, override_settings from django.urls import reverse from django.utils.timezone import now from mock import Mock +from pytz import UTC -from student.admin import COURSE_ENROLLMENT_ADMIN_SWITCH, UserAdmin, CourseEnrollmentForm -from student.models import CourseEnrollment, LoginFailures +from student.admin import AllowedAuthUserForm, COURSE_ENROLLMENT_ADMIN_SWITCH, UserAdmin, CourseEnrollmentForm +from student.models import AllowedAuthUser, CourseEnrollment, LoginFailures from student.tests.factories import CourseEnrollmentFactory, UserFactory from xmodule.modulestore.tests.django_utils import SharedModuleStoreTestCase from xmodule.modulestore.tests.factories import CourseFactory from openedx.core.djangoapps.content.course_overviews.tests.factories import CourseOverviewFactory +from openedx.core.djangoapps.site_configuration.tests.mixins import SiteMixin class AdminCourseRolesPageTest(SharedModuleStoreTestCase): @@ -317,22 +320,33 @@ class LoginFailuresAdminTest(TestCase): def setUpClass(cls): """Setup class""" super(LoginFailuresAdminTest, cls).setUpClass() - cls.user = UserFactory.create(is_staff=True, is_superuser=True) + cls.user = UserFactory.create(username=u'§', is_staff=True, is_superuser=True) cls.user.save() def setUp(self): """Setup.""" super(LoginFailuresAdminTest, self).setUp() self.client.login(username=self.user.username, password='test') - user = UserFactory.create() - LoginFailures.objects.create(user=self.user, failure_count=10, lockout_until=datetime.datetime.now()) - LoginFailures.objects.create(user=user, failure_count=2) + self.user2 = UserFactory.create(username=u'Zażółć gęślą jaźń') + self.user_lockout_until = datetime.datetime.now(UTC) + LoginFailures.objects.create(user=self.user, failure_count=10, lockout_until=self.user_lockout_until) + LoginFailures.objects.create(user=self.user2, failure_count=2) def tearDown(self): """Tear Down.""" super(LoginFailuresAdminTest, self).tearDown() LoginFailures.objects.all().delete() + def test_unicode_username(self): + """ + Test if `__str__` method behaves correctly for unicode username. + It shouldn't raise `TypeError`. + """ + self.assertEqual( + str(LoginFailures.objects.get(user=self.user)), '§: 10 - {}'.format(self.user_lockout_until.isoformat()) + ) + self.assertEqual(str(LoginFailures.objects.get(user=self.user2)), 'Zażółć gęślą jaźń: 2 - -') + @ddt.data( reverse('admin:student_loginfailures_changelist'), reverse('admin:student_loginfailures_add'), @@ -422,3 +436,96 @@ class CourseEnrollmentAdminFormTest(SharedModuleStoreTestCase): self.assertEqual(count, CourseEnrollment.objects.count()) self.assertFalse(course_enrollment.is_active) self.assertEqual(enrollment.id, course_enrollment.id) + + +class AllowedAuthUserFormTest(SiteMixin, TestCase): + """ + Unit test for AllowedAuthUserAdmin's ModelForm. + """ + @classmethod + def setUpClass(cls): + super(AllowedAuthUserFormTest, cls).setUpClass() + cls.email_domain_name = "dummy.com" + cls.email_with_wrong_domain = "dummy@example.com" + cls.valid_email = "dummy@{email_domain_name}".format(email_domain_name=cls.email_domain_name) + cls.other_valid_email = "dummy1@{email_domain_name}".format(email_domain_name=cls.email_domain_name) + UserFactory(email=cls.valid_email) + UserFactory(email=cls.email_with_wrong_domain) + + def _update_site_configuration(self): + """ Updates the site's configuration """ + self.site.configuration.values = {'THIRD_PARTY_AUTH_ONLY_DOMAIN': self.email_domain_name} + self.site.configuration.save() + + def _assert_form(self, site, email, is_valid_form=False): + """ + Asserts the form and returns the error if its not valid and instance if its valid + """ + error = '' + instance = None + form = AllowedAuthUserForm({'site': site.id, 'email': email}) + if is_valid_form: + self.assertTrue(form.is_valid()) + instance = form.save() + else: + self.assertFalse(form.is_valid()) + error = form.errors['email'][0] + return error, instance + + def test_form_with_invalid_site_configuration(self): + """ + Test form with wrong site's configuration. + """ + error, _ = self._assert_form(self.site, self.valid_email) + self.assertEqual( + error, + "Please add a key/value 'THIRD_PARTY_AUTH_ONLY_DOMAIN/{site_email_domain}' in SiteConfiguration " + "model's values field." + ) + + def test_form_with_invalid_domain_name(self): + """ + Test form with email which has wrong email domain. + """ + self._update_site_configuration() + error, _ = self._assert_form(self.site, self.email_with_wrong_domain) + self.assertEqual( + error, + "Email doesn't have {email_domain_name} domain name.".format(email_domain_name=self.email_domain_name) + ) + + def test_form_with_invalid_user(self): + """ + Test form with an email which is not associated with any user. + """ + self._update_site_configuration() + error, _ = self._assert_form(self.site, self.other_valid_email) + self.assertEqual(error, "User with this email doesn't exist in system.") + + def test_form_creation(self): + """ + Test AllowedAuthUserForm creation. + """ + self._update_site_configuration() + _, allowed_auth_user = self._assert_form(self.site, self.valid_email, is_valid_form=True) + db_allowed_auth_user = AllowedAuthUser.objects.all().first() + self.assertEqual(db_allowed_auth_user.site.id, allowed_auth_user.site.id) + self.assertEqual(db_allowed_auth_user.email, allowed_auth_user.email) + + def test_form_update(self): + """ + Test AllowedAuthUserForm update. + """ + self._update_site_configuration() + UserFactory(email=self.other_valid_email) + _, allowed_auth_user = self._assert_form(self.site, self.valid_email, is_valid_form=True) + self.assertEqual(AllowedAuthUser.objects.all().count(), 1) + + # update the object with new instance. + form = AllowedAuthUserForm({'site': self.site.id, 'email': self.other_valid_email}, instance=allowed_auth_user) + self.assertTrue(form.is_valid()) + form.save() + + db_allowed_auth_user = AllowedAuthUser.objects.all().first() + self.assertEqual(AllowedAuthUser.objects.all().count(), 1) + self.assertEqual(db_allowed_auth_user.email, self.other_valid_email) diff --git a/common/djangoapps/student/tests/test_authz.py b/common/djangoapps/student/tests/test_authz.py index a214b344c8..858536e0ff 100644 --- a/common/djangoapps/student/tests/test_authz.py +++ b/common/djangoapps/student/tests/test_authz.py @@ -1,7 +1,7 @@ """ Tests authz.py """ -from __future__ import absolute_import + import mock from ccx_keys.locator import CCXLocator diff --git a/common/djangoapps/student/tests/test_bulk_email_settings.py b/common/djangoapps/student/tests/test_bulk_email_settings.py index f6a008a423..add91927fb 100644 --- a/common/djangoapps/student/tests/test_bulk_email_settings.py +++ b/common/djangoapps/student/tests/test_bulk_email_settings.py @@ -4,7 +4,7 @@ that bulk email is always disabled for non-Mongo backed courses, regardless of email feature flag, and that the view is conditionally available when Course Auth is turned on. """ -from __future__ import absolute_import + import unittest diff --git a/common/djangoapps/student/tests/test_certificates.py b/common/djangoapps/student/tests/test_certificates.py index 5a8dd39876..2982796991 100644 --- a/common/djangoapps/student/tests/test_certificates.py +++ b/common/djangoapps/student/tests/test_certificates.py @@ -1,6 +1,5 @@ """Tests for display of certificates on the student dashboard. """ -from __future__ import absolute_import import datetime import unittest @@ -61,7 +60,7 @@ class CertificateDisplayTestBase(SharedModuleStoreTestCase): else: self.assertNotContains(response, u'Add Certificate to LinkedIn Profile') - def _create_certificate(self, enrollment_mode): + def _create_certificate(self, enrollment_mode, download_url=DOWNLOAD_URL): """Simulate that the user has a generated certificate. """ CourseEnrollmentFactory.create( user=self.user, @@ -71,7 +70,7 @@ class CertificateDisplayTestBase(SharedModuleStoreTestCase): user=self.user, course_id=self.course.id, mode=enrollment_mode, - download_url=self.DOWNLOAD_URL, + download_url=download_url, status=CertificateStatuses.downloadable, grade=0.98, ) @@ -259,9 +258,9 @@ class CertificateDisplayTestHtmlView(CertificateDisplayTestBase): Tests if CERTIFICATES_HTML_VIEW is True and course has enabled web certificates via cert_html_view_enabled setting and no active certificate configuration available - then any of the Download certificate button should not be visible. + then any of the web view certificate Download button should not be visible. """ - self._create_certificate(enrollment_mode) + self._create_certificate(enrollment_mode, download_url='') self._check_can_not_download_certificate() diff --git a/common/djangoapps/student/tests/test_configuration_overrides.py b/common/djangoapps/student/tests/test_configuration_overrides.py index 7ee394dabe..0e43043fd9 100644 --- a/common/djangoapps/student/tests/test_configuration_overrides.py +++ b/common/djangoapps/student/tests/test_configuration_overrides.py @@ -1,7 +1,7 @@ """ Test for user creation from sites with configuration overrides. """ -from __future__ import absolute_import + import json diff --git a/common/djangoapps/student/tests/test_course_listing.py b/common/djangoapps/student/tests/test_course_listing.py index be9b13a8fb..67c340b13c 100644 --- a/common/djangoapps/student/tests/test_course_listing.py +++ b/common/djangoapps/student/tests/test_course_listing.py @@ -2,7 +2,7 @@ Unit tests for getting the list of courses for a user through iterating all courses and by reversing group name formats. """ -from __future__ import absolute_import + import unittest diff --git a/common/djangoapps/student/tests/test_credit.py b/common/djangoapps/student/tests/test_credit.py index b68af88e7a..6c81125b47 100644 --- a/common/djangoapps/student/tests/test_credit.py +++ b/common/djangoapps/student/tests/test_credit.py @@ -1,7 +1,7 @@ """ Tests for credit courses on the student dashboard. """ -from __future__ import absolute_import + import datetime import unittest diff --git a/common/djangoapps/student/tests/test_email.py b/common/djangoapps/student/tests/test_email.py index 5089596d90..42b03af0fe 100644 --- a/common/djangoapps/student/tests/test_email.py +++ b/common/djangoapps/student/tests/test_email.py @@ -1,5 +1,5 @@ # coding=utf-8 -from __future__ import absolute_import + import json import unittest @@ -25,13 +25,12 @@ from openedx.core.djangoapps.user_api.config.waffle import PREVENT_AUTH_USER_WRI from openedx.core.djangolib.testing.utils import CacheIsolationMixin, CacheIsolationTestCase from openedx.core.lib.request_utils import safe_get_host from student.models import PendingEmailChange, Registration, UserProfile -from student.tests.factories import PendingEmailChangeFactory, RegistrationFactory, UserFactory +from student.tests.factories import PendingEmailChangeFactory, UserFactory from student.views import ( SETTING_CHANGE_INITIATED, confirm_email_change, do_email_change_request, generate_activation_email_context, - send_reactivation_email_for_user, validate_new_email ) from third_party_auth.views import inactive_user_view @@ -91,8 +90,9 @@ class EmailTestMixin(object): self.addCleanup(settings.ALLOWED_HOSTS.pop) +@ddt.ddt @unittest.skipUnless(settings.ROOT_URLCONF == 'lms.urls', 'Test only valid in lms') -class ActivationEmailTests(CacheIsolationTestCase): +class ActivationEmailTests(EmailTemplateTagMixin, CacheIsolationTestCase): """ Test sending of the activation email. """ @@ -102,22 +102,36 @@ class ActivationEmailTests(CacheIsolationTestCase): # Text fragments we expect in the body of an email # sent from an OpenEdX installation. OPENEDX_FRAGMENTS = [ - u"high-quality {platform} courses".format(platform=settings.PLATFORM_NAME), - "http://edx.org/activate/", ( - u"please use our web form at " - u"{support_url} ".format(support_url=settings.SUPPORT_SITE_LINK) - ) + u"Use the link below to activate your account to access engaging, " + u"high-quality {platform_name} courses. Note that you will not be able to log back into your " + u"account until you have activated it.".format( + platform_name=settings.PLATFORM_NAME + ) + ), + u"{}/activate/".format(settings.LMS_ROOT_URL), + u"If you need help, please use our web form at ", ( + settings.ACTIVATION_EMAIL_SUPPORT_LINK or settings.SUPPORT_SITE_LINK + ), + settings.CONTACT_EMAIL, + u"This email message was automatically sent by ", + settings.LMS_ROOT_URL, + u" because someone attempted to create an account on {platform_name}".format( + platform_name=settings.PLATFORM_NAME + ), + u" using this email address." ] - def test_activation_email(self): + @ddt.data('plain_text', 'html') + def test_activation_email(self, test_body_type): self._create_account() - self._assert_activation_email(self.ACTIVATION_SUBJECT, self.OPENEDX_FRAGMENTS) + self._assert_activation_email(self.ACTIVATION_SUBJECT, self.OPENEDX_FRAGMENTS, test_body_type) @with_comprehensive_theme("edx.org") - def test_activation_email_edx_domain(self): + @ddt.data('plain_text', 'html') + def test_activation_email_edx_domain(self, test_body_type): self._create_account() - self._assert_activation_email(self.ACTIVATION_SUBJECT, self.OPENEDX_FRAGMENTS) + self._assert_activation_email(self.ACTIVATION_SUBJECT, self.OPENEDX_FRAGMENTS, test_body_type) def _create_account(self): """ @@ -141,15 +155,23 @@ class ActivationEmailTests(CacheIsolationTestCase): ) ) - def _assert_activation_email(self, subject, body_fragments): + def _assert_activation_email(self, subject, body_fragments, test_body_type): """ Verify that the activation email was sent. """ self.assertEqual(len(mail.outbox), 1) msg = mail.outbox[0] self.assertEqual(msg.subject, subject) + + body_text = { + 'plain_text': msg.body, + 'html': msg.alternatives[0][0] + } + assert test_body_type in body_text + body_to_be_tested = body_text[test_body_type] + for fragment in body_fragments: - self.assertIn(fragment, msg.body) + self.assertIn(fragment, body_to_be_tested) def test_do_not_send_email_and_do_activate(self): """ @@ -174,8 +196,8 @@ class ActivationEmailTests(CacheIsolationTestCase): with patch('third_party_auth.is_enabled', return_value=True): reg.skip_email_verification = True inactive_user_view(request) - self.assertEquals(user.is_active, True) - self.assertEquals(email.called, False, msg='method should not have been called') + self.assertEqual(user.is_active, True) + self.assertEqual(email.called, False, msg='method should not have been called') @patch('student.tasks.log') def test_send_email_to_inactive_user(self, mock_log): @@ -197,85 +219,6 @@ class ActivationEmailTests(CacheIsolationTestCase): ) -@patch('student.views.management.render_to_string', Mock(side_effect=mock_render_to_string, autospec=True)) -@patch('django.contrib.auth.models.User.email_user') -class ReactivationEmailTests(EmailTestMixin, CacheIsolationTestCase): - """ - Test sending a reactivation email to a user - """ - - def setUp(self): - super(ReactivationEmailTests, self).setUp() - self.user = UserFactory.create() - self.unregisteredUser = UserFactory.create() - self.registration = RegistrationFactory.create(user=self.user) - - def reactivation_email(self, user): - """ - Send the reactivation email to the specified user, - and return the response as json data. - """ - return json.loads(send_reactivation_email_for_user(user).content.decode('utf-8')) - - def assertReactivateEmailSent(self, email_user): - """ - Assert that the correct reactivation email has been sent - """ - context = generate_activation_email_context(self.user, self.registration) - - self.assertEmailUser( - email_user, - 'emails/activation_email_subject.txt', - context, - 'emails/activation_email.txt', - context - ) - - # Thorough tests for safe_get_host are elsewhere; here we just want a quick URL sanity check - request = RequestFactory().post('unused_url') - request.user = self.user - request.META['HTTP_HOST'] = "aGenericValidHostName" - self.append_allowed_hosts("aGenericValidHostName") - - with patch('edxmako.request_context.get_current_request', return_value=request): - body = render_to_string('emails/activation_email.txt', context) - host = safe_get_host(request) - - self.assertIn(host, body) - - def test_reactivation_email_failure(self, email_user): - self.user.email_user.side_effect = Exception - response_data = self.reactivation_email(self.user) - - self.assertReactivateEmailSent(email_user) - self.assertFalse(response_data['success']) - - def test_reactivation_for_unregistered_user(self, email_user): # pylint: disable=unused-argument - """ - Test that trying to send a reactivation email to an unregistered - user fails without throwing a 500 error. - """ - response_data = self.reactivation_email(self.unregisteredUser) - - self.assertFalse(response_data['success']) - - def test_reactivation_for_no_user_profile(self, email_user): # pylint: disable=unused-argument - """ - Test that trying to send a reactivation email to a user without - user profile fails without throwing 500 error. - """ - user = UserFactory.build(username='test_user', email='test_user@test.com') - user.save() - response_data = self.reactivation_email(user) - self.assertFalse(response_data['success']) - - def test_reactivation_email_success(self, email_user): - response_data = self.reactivation_email(self.user) - - self.assertReactivateEmailSent(email_user) - self.assertTrue(response_data['success']) - - @unittest.skipUnless(settings.ROOT_URLCONF == 'lms.urls', "Test only valid in LMS") class EmailChangeRequestTests(EventTestMixin, EmailTemplateTagMixin, CacheIsolationTestCase): """ @@ -315,7 +258,7 @@ class EmailChangeRequestTests(EventTestMixin, EmailTemplateTagMixin, CacheIsolat Assert that `response_data` indicates a failed request that returns `expected_error` """ self.assertFalse(response_data['success']) - self.assertEquals(expected_error, response_data['error']) + self.assertEqual(expected_error, response_data['error']) self.assertFalse(self.user.email_user.called) @patch('student.views.management.render_to_string', Mock(side_effect=mock_render_to_string, autospec=True)) @@ -349,13 +292,13 @@ class EmailChangeRequestTests(EventTestMixin, EmailTemplateTagMixin, CacheIsolat """ self.assertEqual(self.do_email_validation(self.user.email), 'Old email is the same as the new email.') - @patch('django.core.mail.send_mail') + @patch('django.core.mail.EmailMultiAlternatives.send') def test_email_failure(self, send_mail): """ Test the return value if sending the email for the user to click fails. """ send_mail.side_effect = [Exception, None] - with self.assertRaisesRegexp(ValueError, 'Unable to send email activation link. Please try again later.'): + with self.assertRaisesRegex(ValueError, 'Unable to send email activation link. Please try again later.'): self.do_email_change(self.user, "valid@email.com") self.assert_no_events_were_emitted() @@ -456,9 +399,9 @@ class EmailChangeConfirmationTests(EmailTestMixin, EmailTemplateTagMixin, CacheI """ Assert that no changes to user, profile, or pending email have been made to the db """ - self.assertEquals(self.user.email, User.objects.get(username=self.user.username).email) - self.assertEquals(self.profile.meta, UserProfile.objects.get(user=self.user).meta) - self.assertEquals(1, PendingEmailChange.objects.count()) + self.assertEqual(self.user.email, User.objects.get(username=self.user.username).email) + self.assertEqual(self.profile.meta, UserProfile.objects.get(user=self.user).meta) + self.assertEqual(1, PendingEmailChange.objects.count()) def assertFailedBeforeEmailing(self): """ @@ -478,7 +421,7 @@ class EmailChangeConfirmationTests(EmailTestMixin, EmailTemplateTagMixin, CacheI """ response = confirm_email_change(self.request, self.key) self.assertEqual(response.status_code, 200) - self.assertEquals( + self.assertEqual( mock_render_to_response(expected_template, expected_context).content.decode('utf-8'), response.content.decode('utf-8') ) @@ -567,12 +510,12 @@ class EmailChangeConfirmationTests(EmailTestMixin, EmailTemplateTagMixin, CacheI meta = json.loads(UserProfile.objects.get(user=self.user).meta) self.assertIn('old_emails', meta) - self.assertEquals(self.user.email, meta['old_emails'][0][0]) - self.assertEquals( + self.assertEqual(self.user.email, meta['old_emails'][0][0]) + self.assertEqual( self.pending_change_request.new_email, User.objects.get(username=self.user.username).email ) - self.assertEquals(0, PendingEmailChange.objects.count()) + self.assertEqual(0, PendingEmailChange.objects.count()) @unittest.skipUnless(settings.ROOT_URLCONF == 'lms.urls', "Test only valid in LMS") def test_prevent_auth_user_writes(self): @@ -636,7 +579,7 @@ class SecondaryEmailChangeRequestTests(EventTestMixin, EmailTemplateTagMixin, Ca Assert that `response_data` indicates a failed request that returns `expected_error` """ self.assertFalse(response_data['success']) - self.assertEquals(expected_error, response_data['error']) + self.assertEqual(expected_error, response_data['error']) self.assertFalse(self.user.email_user.called) def test_invalid_emails(self): @@ -647,13 +590,13 @@ class SecondaryEmailChangeRequestTests(EventTestMixin, EmailTemplateTagMixin, Ca for email in ('bad_email', 'bad_email@', '@bad_email'): self.assertEqual(self.do_email_validation(email), 'Valid e-mail address required.') - @patch('django.core.mail.send_mail') + @patch('django.core.mail.EmailMultiAlternatives.send') def test_email_failure(self, send_mail): """ Test the return value if sending the email for the user to click fails. """ send_mail.side_effect = [Exception, None] - with self.assertRaisesRegexp(ValueError, 'Unable to send email activation link. Please try again later.'): + with self.assertRaisesRegex(ValueError, 'Unable to send email activation link. Please try again later.'): self.do_secondary_email_change(self.user, "valid@email.com") self.assert_no_events_were_emitted() diff --git a/common/djangoapps/student/tests/test_enrollment.py b/common/djangoapps/student/tests/test_enrollment.py index 46bf5664cf..da63d5a063 100644 --- a/common/djangoapps/student/tests/test_enrollment.py +++ b/common/djangoapps/student/tests/test_enrollment.py @@ -1,7 +1,7 @@ """ Tests for student enrollment. """ -from __future__ import absolute_import + import unittest diff --git a/common/djangoapps/student/tests/test_events.py b/common/djangoapps/student/tests/test_events.py index 4145ffc487..b335738758 100644 --- a/common/djangoapps/student/tests/test_events.py +++ b/common/djangoapps/student/tests/test_events.py @@ -2,7 +2,7 @@ """ Test that various events are fired for models in the student app. """ -from __future__ import absolute_import + import mock from django.db.utils import IntegrityError @@ -164,11 +164,11 @@ class TestUserEvents(UserSettingsEventTestMixin, TestCase): pending_enrollment = CourseEnrollmentAllowedFactory(auto_enroll=True) # the e-mail will change to test@edx.org (from something else) - self.assertNotEquals(self.user.email, 'test@edx.org') + self.assertNotEqual(self.user.email, 'test@edx.org') # there's a CEA for the new e-mail - self.assertEquals(CourseEnrollmentAllowed.objects.count(), 1) - self.assertEquals(CourseEnrollmentAllowed.objects.filter(email='test@edx.org').count(), 1) + self.assertEqual(CourseEnrollmentAllowed.objects.count(), 1) + self.assertEqual(CourseEnrollmentAllowed.objects.filter(email='test@edx.org').count(), 1) # Changing the e-mail to the enrollment-allowed e-mail should enroll self.user.email = 'test@edx.org' @@ -176,5 +176,5 @@ class TestUserEvents(UserSettingsEventTestMixin, TestCase): self.assert_user_enrollment_occurred('edX/toy/2012_Fall') # CEAs shouldn't have been affected - self.assertEquals(CourseEnrollmentAllowed.objects.count(), 1) - self.assertEquals(CourseEnrollmentAllowed.objects.filter(email='test@edx.org').count(), 1) + self.assertEqual(CourseEnrollmentAllowed.objects.count(), 1) + self.assertEqual(CourseEnrollmentAllowed.objects.filter(email='test@edx.org').count(), 1) diff --git a/common/djangoapps/student/tests/test_helpers.py b/common/djangoapps/student/tests/test_helpers.py index 07ca1d319b..eb8289b749 100644 --- a/common/djangoapps/student/tests/test_helpers.py +++ b/common/djangoapps/student/tests/test_helpers.py @@ -1,6 +1,5 @@ """ Test Student helpers """ -from __future__ import absolute_import import logging @@ -10,7 +9,6 @@ from django.contrib.sessions.middleware import SessionMiddleware from django.test import TestCase from django.test.client import RequestFactory from django.test.utils import override_settings -from django.urls import reverse from mock import patch from testfixtures import LogCapture @@ -57,31 +55,30 @@ class TestLoginHelper(TestCase): def test_next_failures(self, log_level, log_name, unsafe_url, http_accept, user_agent, expected_log): """ Test unsafe next parameter """ with LogCapture(LOGGER_NAME, level=log_level) as logger: - req = self.request.get(reverse("login") + "?next={url}".format(url=unsafe_url)) - req.META["HTTP_ACCEPT"] = http_accept # pylint: disable=no-member - req.META["HTTP_USER_AGENT"] = user_agent # pylint: disable=no-member + req = self.request.get(settings.LOGIN_URL + "?next={url}".format(url=unsafe_url)) + req.META["HTTP_ACCEPT"] = http_accept + req.META["HTTP_USER_AGENT"] = user_agent get_next_url_for_login_page(req) logger.check( (LOGGER_NAME, log_name, expected_log) ) @ddt.data( - ('/dashboard', 'testserver'), - ('https://edx.org/courses', 'edx.org'), - ('https://test.edx.org/courses', 'edx.org'), - ('https://test2.edx.org/courses', 'edx.org'), + ('/dashboard', 'text/html', 'testserver'), + ('https://edx.org/courses', 'text/*', 'edx.org'), + ('https://test.edx.org/courses', '*/*', 'edx.org'), + ('https://test2.edx.org/courses', 'image/webp, */*;q=0.8', 'edx.org'), ) @ddt.unpack @override_settings(LOGIN_REDIRECT_WHITELIST=['test.edx.org', 'test2.edx.org']) - def test_safe_next(self, next_url, host): + def test_safe_next(self, next_url, http_accept, host): """ Test safe next parameter """ - req = self.request.get(reverse("login") + "?next={url}".format(url=next_url), HTTP_HOST=host) - req.META["HTTP_ACCEPT"] = "text/html" # pylint: disable=no-member + req = self.request.get(settings.LOGIN_URL + "?next={url}".format(url=next_url), HTTP_HOST=host) + req.META["HTTP_ACCEPT"] = http_accept next_page = get_next_url_for_login_page(req) self.assertEqual(next_page, next_url) - @patch('student.helpers.third_party_auth.pipeline.get') - @ddt.data( + tpa_hint_test_cases = [ # Test requests outside the TPA pipeline - tpa_hint should be added. (None, '/dashboard', '/dashboard', False), ('', '/dashboard', '/dashboard', False), @@ -97,14 +94,36 @@ class TestLoginHelper(TestCase): ('saml-idp', '/dashboard', '/dashboard', True), # OK to leave tpa_hint overrides in place. ('saml-idp', '/dashboard?tpa_hint=oa2-google-oauth2', '/dashboard?tpa_hint=oa2-google-oauth2', True), - ) + ] + tpa_hint_test_cases_with_method = [ + (method, *test_case) + for test_case in tpa_hint_test_cases + for method in ['GET', 'POST'] + ] + + @patch('student.helpers.third_party_auth.pipeline.get') + @ddt.data(*tpa_hint_test_cases_with_method) @ddt.unpack - def test_third_party_auth_hint(self, tpa_hint, next_url, expected_url, running_pipeline, mock_running_pipeline): + def test_third_party_auth_hint( + self, + method, + tpa_hint, + next_url, + expected_url, + running_pipeline, + mock_running_pipeline, + ): mock_running_pipeline.return_value = running_pipeline def validate_login(): - req = self.request.get(reverse("login") + "?next={url}".format(url=next_url)) - req.META["HTTP_ACCEPT"] = "text/html" # pylint: disable=no-member + """ + Assert that get_next_url_for_login_page returns as expected. + """ + if method == 'GET': + req = self.request.get(settings.LOGIN_URL + "?next={url}".format(url=next_url)) + elif method == 'POST': + req = self.request.post(settings.LOGIN_URL, {'next': next_url}) + req.META["HTTP_ACCEPT"] = "text/html" self._add_session(req) next_page = get_next_url_for_login_page(req) self.assertEqual(next_page, expected_url) diff --git a/common/djangoapps/student/tests/test_linkedin.py b/common/djangoapps/student/tests/test_linkedin.py index a4a675ca5d..a237ead911 100644 --- a/common/djangoapps/student/tests/test_linkedin.py +++ b/common/djangoapps/student/tests/test_linkedin.py @@ -1,7 +1,6 @@ # -*- coding: utf-8 -*- """Tests for LinkedIn Add to Profile configuration. """ -from __future__ import absolute_import import ddt from django.conf import settings diff --git a/common/djangoapps/student/tests/test_long_username_email.py b/common/djangoapps/student/tests/test_long_username_email.py index 351a186eaa..6c5793f538 100644 --- a/common/djangoapps/student/tests/test_long_username_email.py +++ b/common/djangoapps/student/tests/test_long_username_email.py @@ -1,6 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import import json @@ -37,13 +36,13 @@ class TestLongUsernameEmail(TestCase): obj = json.loads(response.content.decode('utf-8')) self.assertEqual( - obj['value'], + obj['username'][0]['user_message'], USERNAME_BAD_LENGTH_MSG, ) def test_spoffed_name(self): """ - Test name cannot contains html. + Test name cannot contain html. """ self.url_params['name'] = '


Name
Content spoof' response = self.client.post(self.url, self.url_params) @@ -65,6 +64,6 @@ class TestLongUsernameEmail(TestCase): obj = json.loads(response.content.decode('utf-8')) self.assertEqual( - obj['value'], + obj['email'][0]['user_message'], "Email cannot be more than 254 characters long", ) diff --git a/common/djangoapps/student/tests/test_models.py b/common/djangoapps/student/tests/test_models.py index d57c5a2286..072fdbfbec 100644 --- a/common/djangoapps/student/tests/test_models.py +++ b/common/djangoapps/student/tests/test_models.py @@ -1,6 +1,5 @@ # pylint: disable=missing-docstring -from __future__ import absolute_import import datetime import hashlib diff --git a/common/djangoapps/student/tests/test_parental_controls.py b/common/djangoapps/student/tests/test_parental_controls.py index 94531d6c0c..236ba998e7 100644 --- a/common/djangoapps/student/tests/test_parental_controls.py +++ b/common/djangoapps/student/tests/test_parental_controls.py @@ -1,6 +1,5 @@ """Unit tests for parental controls.""" -from __future__ import absolute_import import datetime diff --git a/common/djangoapps/student/tests/test_password_policy.py b/common/djangoapps/student/tests/test_password_policy.py index 022707a2ab..d532ab0ac5 100644 --- a/common/djangoapps/student/tests/test_password_policy.py +++ b/common/djangoapps/student/tests/test_password_policy.py @@ -2,7 +2,7 @@ """ This test file will verify proper password policy enforcement, which is an option feature """ -from __future__ import absolute_import + import json @@ -14,7 +14,6 @@ from django.urls import reverse from mock import patch from openedx.core.djangoapps.site_configuration.tests.factories import SiteFactory -from openedx.core.djangoapps.user_authn.views.deprecated import create_account from util.password_policy_validators import create_validator_config @@ -43,7 +42,7 @@ class TestPasswordPolicy(TestCase): self.assertEqual(response.status_code, 400) obj = json.loads(response.content.decode('utf-8')) self.assertEqual( - obj['value'], + obj['password'][0]['user_message'], "This password is too short. It must contain at least 6 characters.", ) @@ -66,7 +65,7 @@ class TestPasswordPolicy(TestCase): self.assertEqual(response.status_code, 400) obj = json.loads(response.content.decode('utf-8')) self.assertEqual( - obj['value'], + obj['password'][0]['user_message'], "This password is too long. It must contain no more than 12 characters.", ) @@ -79,7 +78,7 @@ class TestPasswordPolicy(TestCase): self.assertEqual(response.status_code, 400) obj = json.loads(response.content.decode('utf-8')) self.assertEqual( - obj['value'], + obj['password'][0]['user_message'], "This password must contain at least 3 uppercase letters.", ) @@ -102,7 +101,7 @@ class TestPasswordPolicy(TestCase): self.assertEqual(response.status_code, 400) obj = json.loads(response.content.decode('utf-8')) self.assertEqual( - obj['value'], + obj['password'][0]['user_message'], "This password must contain at least 3 lowercase letters.", ) @@ -125,7 +124,7 @@ class TestPasswordPolicy(TestCase): self.assertEqual(response.status_code, 400) obj = json.loads(response.content.decode('utf-8')) self.assertEqual( - obj['value'], + obj['password'][0]['user_message'], "This password must contain at least 3 punctuation marks.", ) @@ -149,7 +148,7 @@ class TestPasswordPolicy(TestCase): self.assertEqual(response.status_code, 400) obj = json.loads(response.content.decode('utf-8')) self.assertEqual( - obj['value'], + obj['password'][0]['user_message'], "This password must contain at least 3 numbers.", ) @@ -173,7 +172,7 @@ class TestPasswordPolicy(TestCase): self.assertEqual(response.status_code, 400) obj = json.loads(response.content.decode('utf-8')) self.assertEqual( - obj['value'], + obj['password'][0]['user_message'], "This password must contain at least 3 letters.", ) @@ -198,12 +197,13 @@ class TestPasswordPolicy(TestCase): response = self.client.post(self.url, self.url_params) self.assertEqual(response.status_code, 400) obj = json.loads(response.content.decode('utf-8')) - errstring = ( - "This password must contain at least 3 uppercase letters. " - "This password must contain at least 3 numbers. " - "This password must contain at least 3 punctuation marks." - ) - self.assertEqual(obj['value'], errstring) + error_strings = [ + "This password must contain at least 3 uppercase letters.", + "This password must contain at least 3 numbers.", + "This password must contain at least 3 punctuation marks.", + ] + for i in range(3): + self.assertEqual(obj['password'][i]['user_message'], error_strings[i]) @override_settings(AUTH_PASSWORD_VALIDATORS=[ create_validator_config('util.password_policy_validators.MinimumLengthValidator', {'min_length': 3}), @@ -228,7 +228,7 @@ class TestPasswordPolicy(TestCase): self.assertEqual(response.status_code, 400) obj = json.loads(response.content.decode('utf-8')) self.assertEqual( - obj['value'], + obj['password'][0]['user_message'], "This password is too common.", ) @@ -277,10 +277,10 @@ class TestUsernamePasswordNonmatch(TestCase): self.url_params['username'] = "foobar" self.url_params['password'] = "foobar" response = self.client.post(self.url, self.url_params) - self.assertEquals(response.status_code, 400) + self.assertEqual(response.status_code, 400) obj = json.loads(response.content.decode('utf-8')) self.assertEqual( - obj['value'], + obj['password'][0]['user_message'], "The password is too similar to the username.", ) @@ -291,6 +291,6 @@ class TestUsernamePasswordNonmatch(TestCase): self.url_params['username'] = "foobar" self.url_params['password'] = "nonmatch" response = self.client.post(self.url, self.url_params) - self.assertEquals(response.status_code, 200) + self.assertEqual(response.status_code, 200) obj = json.loads(response.content.decode('utf-8')) self.assertTrue(obj['success']) diff --git a/common/djangoapps/student/tests/test_recent_enrollments.py b/common/djangoapps/student/tests/test_recent_enrollments.py index d1d4f2d825..e1fecb58ac 100644 --- a/common/djangoapps/student/tests/test_recent_enrollments.py +++ b/common/djangoapps/student/tests/test_recent_enrollments.py @@ -1,7 +1,7 @@ """ Tests for the recently enrolled messaging within the Dashboard. """ -from __future__ import absolute_import + import datetime import unittest diff --git a/common/djangoapps/student/tests/test_refunds.py b/common/djangoapps/student/tests/test_refunds.py index 67de106610..2cd3fbdafe 100644 --- a/common/djangoapps/student/tests/test_refunds.py +++ b/common/djangoapps/student/tests/test_refunds.py @@ -1,7 +1,7 @@ """ Tests for enrollment refund capabilities. """ -from __future__ import absolute_import + import logging import unittest diff --git a/common/djangoapps/student/tests/test_retirement.py b/common/djangoapps/student/tests/test_retirement.py index 71c548559c..b24a226b35 100644 --- a/common/djangoapps/student/tests/test_retirement.py +++ b/common/djangoapps/student/tests/test_retirement.py @@ -1,7 +1,7 @@ """ Test user retirement methods """ -from __future__ import absolute_import + import json @@ -13,6 +13,7 @@ from django.contrib.auth.models import User from django.test import TestCase from django.urls import reverse +from openedx.core.djangolib.testing.utils import skip_unless_lms from student.models import ( _get_all_retired_emails_by_email, _get_all_retired_usernames_by_username, @@ -258,6 +259,7 @@ def test_get_potentially_retired_user_bad_hash(): @ddt.ddt +@skip_unless_lms class TestRegisterRetiredUsername(TestCase): """ Tests to ensure that retired usernames can no longer be used in registering new accounts. diff --git a/common/djangoapps/student/tests/test_roles.py b/common/djangoapps/student/tests/test_roles.py index db029afc82..46f1bc3f0e 100644 --- a/common/djangoapps/student/tests/test_roles.py +++ b/common/djangoapps/student/tests/test_roles.py @@ -1,7 +1,7 @@ """ Tests of student.roles """ -from __future__ import absolute_import + import ddt import six diff --git a/common/djangoapps/student/tests/test_tasks.py b/common/djangoapps/student/tests/test_tasks.py index a377aea952..68946c8025 100644 --- a/common/djangoapps/student/tests/test_tasks.py +++ b/common/djangoapps/student/tests/test_tasks.py @@ -2,16 +2,17 @@ Tests for the Sending activation email celery tasks """ -from __future__ import absolute_import import mock -from boto.exception import NoAuthHandlerFound from django.conf import settings from django.test import TestCase from six.moves import range +from edx_ace.errors import ChannelError, RecoverableChannelDeliveryError from lms.djangoapps.courseware.tests.factories import UserFactory +from student.models import Registration from student.tasks import send_activation_email +from student.views.management import compose_activation_email class SendActivationEmailTestCase(TestCase): @@ -23,18 +24,32 @@ class SendActivationEmailTestCase(TestCase): super(SendActivationEmailTestCase, self).setUp() self.student = UserFactory() + registration = Registration() + registration.register(self.student) + + self.msg = compose_activation_email("http://www.example.com", self.student, registration) + + def test_ComposeEmail(self): + """ + Tests that attributes of the message are being filled correctly in compose_activation_email + """ + self.assertEqual(self.msg.recipient.username, self.student.username) + self.assertEqual(self.msg.recipient.email_address, self.student.email) + self.assertEqual(self.msg.context['routed_user'], self.student.username) + self.assertEqual(self.msg.context['routed_user_email'], self.student.email) + self.assertEqual(self.msg.context['routed_profile_name'], '') + @mock.patch('time.sleep', mock.Mock(return_value=None)) @mock.patch('student.tasks.log') - @mock.patch('django.core.mail.send_mail', mock.Mock(side_effect=NoAuthHandlerFound)) - def test_send_email(self, mock_log): + @mock.patch('student.tasks.ace.send', mock.Mock(side_effect=RecoverableChannelDeliveryError(None, None))) + def test_RetrySendUntilFail(self, mock_log): """ Tests retries when the activation email doesn't send """ from_address = 'task_testing@example.com' email_max_attempts = settings.RETRY_ACTIVATION_EMAIL_MAX_ATTEMPTS - # pylint: disable=no-member - send_activation_email.delay('Task_test', 'Task_test_message', from_address, self.student.email) + send_activation_email.delay(str(self.msg), from_address=from_address) # Asserts sending email retry logging. for attempt in range(email_max_attempts): @@ -44,7 +59,7 @@ class SendActivationEmailTestCase(TestCase): attempt=attempt, max_attempts=email_max_attempts )) - self.assertEquals(mock_log.info.call_count, 6) + self.assertEqual(mock_log.info.call_count, 6) # Asserts that the error was logged on crossing max retry attempts. mock_log.error.assert_called_with( @@ -53,4 +68,27 @@ class SendActivationEmailTestCase(TestCase): self.student.email, exc_info=True ) - self.assertEquals(mock_log.error.call_count, 1) + self.assertEqual(mock_log.error.call_count, 1) + + @mock.patch('student.tasks.log') + @mock.patch('student.tasks.ace.send', mock.Mock(side_effect=ChannelError)) + def test_UnrecoverableSendError(self, mock_log): + """ + Tests that a major failure of the send is logged + """ + from_address = 'task_testing@example.com' + + send_activation_email.delay(str(self.msg), from_address=from_address) + + # Asserts that the error was logged + mock_log.exception.assert_called_with( + 'Unable to send activation email to user from "%s" to "%s"', + from_address, + self.student.email, + exc_info=True + ) + + # Assert that nothing else was logged + self.assertEqual(mock_log.info.call_count, 0) + self.assertEqual(mock_log.error.call_count, 0) + self.assertEqual(mock_log.exception.call_count, 1) diff --git a/common/djangoapps/student/tests/test_user_profile_properties.py b/common/djangoapps/student/tests/test_user_profile_properties.py index 960f35432e..9400e93523 100644 --- a/common/djangoapps/student/tests/test_user_profile_properties.py +++ b/common/djangoapps/student/tests/test_user_profile_properties.py @@ -1,11 +1,11 @@ """Unit tests for custom UserProfile properties.""" -from __future__ import absolute_import import datetime import ddt from django.core.cache import cache +from django.core.exceptions import ValidationError from openedx.core.djangolib.testing.utils import CacheIsolationTestCase from student.models import UserProfile @@ -14,7 +14,7 @@ from student.tests.factories import UserFactory @ddt.ddt class UserProfilePropertiesTest(CacheIsolationTestCase): - """Unit tests for age, gender_display, and level_of_education_display properties .""" + """Unit tests for age, gender_display, phone_number, and level_of_education_display properties .""" password = "test" @@ -90,7 +90,7 @@ class UserProfilePropertiesTest(CacheIsolationTestCase): def test_invalidate_cache_user_profile_country_updated(self): - country = 'us' + country = 'US' self.profile.country = country self.profile.save() @@ -106,3 +106,24 @@ class UserProfilePropertiesTest(CacheIsolationTestCase): self.assertNotEqual(cache.get(cache_key), country) self.assertIsNone(cache.get(cache_key)) + + def test_phone_number_can_only_contain_digits(self): + # validating the profile will fail, because there are letters + # in the phone number + self.profile.phone_number = 'abc' + self.assertRaises(ValidationError, self.profile.full_clean) + # fail if mixed digits/letters + self.profile.phone_number = '1234gb' + self.assertRaises(ValidationError, self.profile.full_clean) + # fail if whitespace + self.profile.phone_number = ' 123' + self.assertRaises(ValidationError, self.profile.full_clean) + # fail with special characters + self.profile.phone_number = '123!@#$%^&*' + self.assertRaises(ValidationError, self.profile.full_clean) + # valid phone number + self.profile.phone_number = '123456789' + try: + self.profile.full_clean() + except ValidationError: + self.fail("This phone number should be valid.") diff --git a/common/djangoapps/student/tests/test_userstanding.py b/common/djangoapps/student/tests/test_userstanding.py index c428706b2c..0e1f5df5f4 100644 --- a/common/djangoapps/student/tests/test_userstanding.py +++ b/common/djangoapps/student/tests/test_userstanding.py @@ -2,7 +2,7 @@ These are tests for disabling and enabling student accounts, and for making sure that students with disabled accounts are unable to access the courseware. """ -from __future__ import absolute_import + import unittest diff --git a/common/djangoapps/student/tests/test_verification_status.py b/common/djangoapps/student/tests/test_verification_status.py index 426b9ffa01..576a6455c4 100644 --- a/common/djangoapps/student/tests/test_verification_status.py +++ b/common/djangoapps/student/tests/test_verification_status.py @@ -1,5 +1,5 @@ """Tests for per-course verification status on the dashboard. """ -from __future__ import absolute_import + import unittest from datetime import datetime, timedelta @@ -9,6 +9,8 @@ import six from django.conf import settings from django.test import override_settings from django.urls import reverse +from django.utils.timezone import now + from mock import patch from pytz import UTC @@ -131,6 +133,17 @@ class TestCourseVerificationStatus(UrlResetMixin, ModuleStoreTestCase): response = self.client.get(self.dashboard_url) self.assertContains(response, attempt.expiration_datetime.strftime("%m/%d/%Y")) + @patch("lms.djangoapps.verify_student.services.is_verification_expiring_soon") + def test_verify_resubmit_button_on_dashboard(self, mock_expiry): + mock_expiry.return_value = True + SoftwareSecurePhotoVerification.objects.create(user=self.user, status='approved', expiry_date=now()) + response = self.client.get(self.dashboard_url) + self.assertContains(response, "Resubmit Verification") + + mock_expiry.return_value = False + response = self.client.get(self.dashboard_url) + self.assertNotContains(response, "Resubmit Verification") + def test_missed_verification_deadline(self): # Expiration date in the past self._setup_mode_and_enrollment(self.DATES[self.PAST], "verified") diff --git a/common/djangoapps/student/tests/test_views.py b/common/djangoapps/student/tests/test_views.py index fe18588917..1e9ecc2360 100644 --- a/common/djangoapps/student/tests/test_views.py +++ b/common/djangoapps/student/tests/test_views.py @@ -1,7 +1,7 @@ """ Test the student dashboard view. """ -from __future__ import absolute_import + import itertools import json @@ -12,30 +12,19 @@ from datetime import datetime, timedelta import ddt import six from completion.test_utils import CompletionWaffleTestMixin, submit_completions_for_testing +from course_modes.models import CourseMode from django.conf import settings -from django.test import RequestFactory, TestCase +from django.test import TestCase from django.test.utils import override_settings from django.urls import reverse from django.utils.timezone import now +from entitlements.tests.factories import CourseEntitlementFactory from milestones.tests.utils import MilestonesTestCaseMixin from mock import patch from opaque_keys import InvalidKeyError from opaque_keys.edx.keys import CourseKey from pyquery import PyQuery as pq from six.moves import range - -from course_modes.models import CourseMode -from entitlements.tests.factories import CourseEntitlementFactory -from openedx.core.djangoapps.catalog.tests.factories import ProgramFactory -from openedx.core.djangoapps.content.course_overviews.models import CourseOverview -from openedx.core.djangoapps.content.course_overviews.tests.factories import CourseOverviewFactory -from openedx.core.djangoapps.schedules.config import COURSE_UPDATE_WAFFLE_FLAG -from openedx.core.djangoapps.schedules.tests.factories import ScheduleFactory -from openedx.core.djangoapps.site_configuration.tests.test_util import with_site_configuration_context -from openedx.core.djangoapps.user_authn.cookies import _get_user_info_cookie_data -from openedx.core.djangoapps.waffle_utils.testutils import override_waffle_flag -from openedx.features.course_duration_limits.models import CourseDurationLimitConfig -from openedx.features.course_experience.tests.views.helpers import add_course_mode from student.helpers import DISABLE_UNENROLL_CERT_STATES from student.models import CourseEnrollment, UserProfile from student.signals import REFUND_ORDER @@ -46,6 +35,17 @@ from xmodule.modulestore import ModuleStoreEnum from xmodule.modulestore.tests.django_utils import SharedModuleStoreTestCase from xmodule.modulestore.tests.factories import CourseFactory, ItemFactory +from lms.djangoapps.certificates.tests.factories import GeneratedCertificateFactory +from openedx.core.djangoapps.catalog.tests.factories import ProgramFactory +from openedx.core.djangoapps.content.course_overviews.models import CourseOverview +from openedx.core.djangoapps.content.course_overviews.tests.factories import CourseOverviewFactory +from openedx.core.djangoapps.schedules.config import COURSE_UPDATE_WAFFLE_FLAG +from openedx.core.djangoapps.schedules.tests.factories import ScheduleFactory +from openedx.core.djangoapps.site_configuration.tests.test_util import with_site_configuration_context +from openedx.core.djangoapps.waffle_utils.testutils import override_waffle_flag +from openedx.features.course_duration_limits.models import CourseDurationLimitConfig +from openedx.features.course_experience.tests.views.helpers import add_course_mode + PASSWORD = 'test' @@ -141,13 +141,13 @@ class TestStudentDashboardUnenrollments(SharedModuleStoreTestCase): with patch('student.models.CourseEnrollment.refundable', return_value=True): response = self.client.get(reverse('course_run_refund_status', kwargs={'course_id': self.course.id})) - self.assertEquals(json.loads(response.content.decode('utf-8')), {'course_refundable_status': True}) + self.assertEqual(json.loads(response.content.decode('utf-8')), {'course_refundable_status': True}) self.assertEqual(response.status_code, 200) with patch('student.models.CourseEnrollment.refundable', return_value=False): response = self.client.get(reverse('course_run_refund_status', kwargs={'course_id': self.course.id})) - self.assertEquals(json.loads(response.content.decode('utf-8')), {'course_refundable_status': False}) + self.assertEqual(json.loads(response.content.decode('utf-8')), {'course_refundable_status': False}) self.assertEqual(response.status_code, 200) def test_course_run_refund_status_invalid_course_key(self): @@ -157,7 +157,7 @@ class TestStudentDashboardUnenrollments(SharedModuleStoreTestCase): InvalidKeyError during look up.') response = self.client.get(reverse('course_run_refund_status', kwargs={'course_id': self.course.id})) - self.assertEquals(json.loads(response.content.decode('utf-8')), {'course_refundable_status': ''}) + self.assertEqual(json.loads(response.content.decode('utf-8')), {'course_refundable_status': ''}) self.assertEqual(response.status_code, 406) @@ -222,6 +222,39 @@ class StudentDashboardTests(SharedModuleStoreTestCase, MilestonesTestCaseMixin, response = self.client.get(self.path) self.assertRedirects(response, reverse('account_settings')) + def test_grade_appears_before_course_end_date(self): + """ + Verify that learners are not able to see their final grade before the end + of course in the learner dashboard + """ + self.course_key = CourseKey.from_string('course-v1:edX+DemoX+Demo_Course') + self.course = CourseOverviewFactory.create(id=self.course_key, end_date=self.TOMORROW, + certificate_available_date=self.THREE_YEARS_AGO, + lowest_passing_grade=0.3) + self.course_enrollment = CourseEnrollmentFactory(course_id=self.course.id, user=self.user) + GeneratedCertificateFactory(status='notpassing', course_id=self.course.id, user=self.user, grade=0.45) + + response = self.client.get(reverse('dashboard')) + # The final grade does not appear before the course has ended + self.assertContains(response, 'Your final grade:') + self.assertContains(response, '45%') + + def test_grade_not_appears_before_cert_available_date(self): + """ + Verify that learners are able to see their final grade of the course in + the learner dashboard after the course had ended + """ + self.course_key = CourseKey.from_string('course-v1:edX+DemoX+Demo_Course') + self.course = CourseOverviewFactory.create(id=self.course_key, end_date=self.THREE_YEARS_AGO, + certificate_available_date=self.TOMORROW, + lowest_passing_grade=0.3) + self.course_enrollment = CourseEnrollmentFactory(course_id=self.course.id, user=self.user) + GeneratedCertificateFactory(status='notpassing', course_id=self.course.id, user=self.user, grade=0.45) + + response = self.client.get(reverse('dashboard')) + self.assertNotContains(response, 'Your final grade:') + self.assertNotContains(response, '45%') + @patch.multiple('django.conf.settings', **MOCK_SETTINGS) @ddt.data( *itertools.product( @@ -703,7 +736,7 @@ class StudentDashboardTests(SharedModuleStoreTestCase, MilestonesTestCaseMixin, for number in range(5) ] - submit_completions_for_testing(self.user, course_key, block_keys) + submit_completions_for_testing(self.user, block_keys) response = self.client.get(reverse('dashboard')) @@ -750,7 +783,12 @@ class StudentDashboardTests(SharedModuleStoreTestCase, MilestonesTestCaseMixin, user=self.user, course_id=course.id ) - schedule = ScheduleFactory(start=self.THREE_YEARS_AGO + timedelta(days=1), enrollment=enrollment) + startdate = self.THREE_YEARS_AGO + timedelta(days=1) + schedule = ScheduleFactory( + start=startdate, + start_date=startdate, + enrollment=enrollment + ) response = self.client.get(reverse('dashboard')) dashboard_html = self._remove_whitespace_from_response(response) @@ -816,7 +854,7 @@ class StudentDashboardTests(SharedModuleStoreTestCase, MilestonesTestCaseMixin, ] last_completed_block_string = str(block_keys[-1]) - submit_completions_for_testing(self.user, course_key, block_keys) + submit_completions_for_testing(self.user, block_keys) html_for_view_buttons.append( self._get_html_for_view_course_button( diff --git a/common/djangoapps/student/tests/tests.py b/common/djangoapps/student/tests/tests.py index 1640e0f0a1..220927d02b 100644 --- a/common/djangoapps/student/tests/tests.py +++ b/common/djangoapps/student/tests/tests.py @@ -2,7 +2,7 @@ """ Miscellaneous tests for the student app. """ -from __future__ import absolute_import + import logging import unittest @@ -386,7 +386,7 @@ class DashboardTest(ModuleStoreTestCase): enrollment = CourseEnrollment.enroll(self.user, self.course.id) course_mode_info = complete_course_mode_info(self.course.id, enrollment) self.assertTrue(course_mode_info['show_upsell']) - self.assertEquals(course_mode_info['days_for_upsell'], 1) + self.assertEqual(course_mode_info['days_for_upsell'], 1) verified_mode.expiration_datetime = datetime.now(pytz.UTC) + timedelta(days=-1) verified_mode.save() @@ -431,13 +431,13 @@ class DashboardTest(ModuleStoreTestCase): redeem_url = reverse('register_code_redemption', args=[course_reg_code.code]) response = self.client.get(redeem_url) - self.assertEquals(response.status_code, 200) + self.assertEqual(response.status_code, 200) # check button text self.assertContains(response, 'Activate Course Enrollment') #now activate the user by enrolling him/her to the course response = self.client.post(redeem_url) - self.assertEquals(response.status_code, 200) + self.assertEqual(response.status_code, 200) response = self.client.get(reverse('dashboard')) self.assertContains(response, 'You can no longer access this course because payment has not yet been received') optout_object = Optout.objects.filter(user=self.user, course_id=self.course.id) @@ -492,7 +492,7 @@ class DashboardTest(ModuleStoreTestCase): ) response = self.client.get(reverse('dashboard')) - self.assertEquals(response.status_code, 200) + self.assertEqual(response.status_code, 200) self.assertNotContains(response, 'Add Certificate to LinkedIn') response_url = 'http://www.linkedin.com/profile/add?_ed=' @@ -536,7 +536,7 @@ class DashboardTest(ModuleStoreTestCase): ) response = self.client.get(reverse('dashboard')) - self.assertEquals(response.status_code, 200) + self.assertEqual(response.status_code, 200) self.assertContains(response, 'Add Certificate to LinkedIn') expected_url = ( @@ -582,9 +582,9 @@ class DashboardTest(ModuleStoreTestCase): # CourseOverview object that has been created. with check_mongo_calls(0): response_1 = self.client.get(reverse('dashboard')) - self.assertEquals(response_1.status_code, 200) + self.assertEqual(response_1.status_code, 200) response_2 = self.client.get(reverse('dashboard')) - self.assertEquals(response_2.status_code, 200) + self.assertEqual(response_2.status_code, 200) @unittest.skipUnless(settings.ROOT_URLCONF == 'lms.urls', 'Test only valid in lms') def test_dashboard_header_nav_has_find_courses(self): @@ -602,7 +602,7 @@ class DashboardTest(ModuleStoreTestCase): """It will be true only if enrollment mode is honor and course has verified mode.""" course_mode_info = self._enrollment_with_complete_course('honor') self.assertTrue(course_mode_info['show_upsell']) - self.assertEquals(course_mode_info['days_for_upsell'], 1) + self.assertEqual(course_mode_info['days_for_upsell'], 1) @ddt.data('verified', 'credit') def test_course_mode_info_with_different_enrollments(self, enrollment_mode): @@ -798,11 +798,11 @@ class EnrollInCourseTest(EnrollmentEventTestMixin, CacheIsolationTestCase): # Make sure mode is updated properly if user unenrolls & re-enrolls enrollment = CourseEnrollment.enroll(user, course_id, "verified") - self.assertEquals(enrollment.mode, "verified") + self.assertEqual(enrollment.mode, "verified") CourseEnrollment.unenroll(user, course_id) enrollment = CourseEnrollment.enroll(user, course_id, "audit") self.assertTrue(CourseEnrollment.is_enrolled(user, course_id)) - self.assertEquals(enrollment.mode, "audit") + self.assertEqual(enrollment.mode, "audit") def test_enrollment_non_existent_user(self): # Testing enrollment of newly unsaved user (i.e. no database entry) diff --git a/common/djangoapps/student/text_me_the_app.py b/common/djangoapps/student/text_me_the_app.py index 91be75bfc7..956fa4fde7 100644 --- a/common/djangoapps/student/text_me_the_app.py +++ b/common/djangoapps/student/text_me_the_app.py @@ -1,7 +1,7 @@ """ Fragment for rendering text me the app. """ -from __future__ import absolute_import + from django.template.loader import render_to_string from web_fragments.fragment import Fragment diff --git a/common/djangoapps/student/urls.py b/common/djangoapps/student/urls.py index c27030c5a1..3b42642013 100644 --- a/common/djangoapps/student/urls.py +++ b/common/djangoapps/student/urls.py @@ -2,11 +2,9 @@ URLs for student app """ -from __future__ import absolute_import from django.conf import settings from django.conf.urls import url -from django.contrib.auth.views import password_reset_complete from . import views @@ -19,18 +17,8 @@ urlpatterns = [ url(r'^accounts/disable_account_ajax$', views.disable_account_ajax, name="disable_account_ajax"), url(r'^accounts/manage_user_standing', views.manage_user_standing, name='manage_user_standing'), - url(r'^change_setting$', views.change_setting, name='change_setting'), url(r'^change_email_settings$', views.change_email_settings, name='change_email_settings'), - # password reset in views (see below for password reset django views) - url(r'^account/password$', views.password_change_request_handler, name='password_change_request'), - url(r'^password_reset/$', views.password_reset, name='password_reset'), - url( - r'^password_reset_confirm/(?P[0-9A-Za-z]+)-(?P.+)/$', - views.password_reset_confirm_wrapper, - name='password_reset_confirm', - ), - url(r'^course_run/{}/refund_status$'.format(settings.COURSE_ID_PATTERN), views.course_run_refund_status, name="course_run_refund_status"), @@ -42,13 +30,3 @@ urlpatterns = [ ), ] - -# password reset django views (see above for password reset views) -urlpatterns += [ - # TODO: Replace with Mako-ized views - url( - r'^password_reset_complete/$', - password_reset_complete, - name='password_reset_complete', - ), -] diff --git a/common/djangoapps/student/views/__init__.py b/common/djangoapps/student/views/__init__.py index 1b3ed1fe6e..c11803e8f9 100644 --- a/common/djangoapps/student/views/__init__.py +++ b/common/djangoapps/student/views/__init__.py @@ -2,7 +2,6 @@ Combines all of the broken out student views """ -from __future__ import absolute_import from .dashboard import * # pylint: disable=wildcard-import from .management import * # pylint: disable=wildcard-import diff --git a/common/djangoapps/student/views/dashboard.py b/common/djangoapps/student/views/dashboard.py index 92bb26c3c4..38d4ef1fda 100644 --- a/common/djangoapps/student/views/dashboard.py +++ b/common/djangoapps/student/views/dashboard.py @@ -2,12 +2,15 @@ Dashboard view and supporting methods """ -from __future__ import absolute_import import datetime import logging from collections import defaultdict +import track.views +from bulk_email.api import is_bulk_email_feature_enabled +from bulk_email.models import Optout # pylint: disable=import-error +from course_modes.models import CourseMode from django.conf import settings from django.contrib import messages from django.contrib.auth.decorators import login_required @@ -16,18 +19,26 @@ from django.urls import reverse from django.utils.translation import ugettext as _ from django.views.decorators.csrf import ensure_csrf_cookie from edx_django_utils import monitoring as monitoring_utils -from opaque_keys.edx.keys import CourseKey -from pytz import UTC -from six import iteritems, text_type - -import track.views -from bulk_email.api import is_bulk_email_feature_enabled -from bulk_email.models import Optout # pylint: disable=import-error -from course_modes.models import CourseMode -from lms.djangoapps.courseware.access import has_access from edxmako.shortcuts import render_to_response, render_to_string from entitlements.models import CourseEntitlement +from opaque_keys.edx.keys import CourseKey +from pytz import UTC +from shoppingcart.models import CourseRegistrationCode, DonationConfiguration +from six import iteritems, text_type +from student.helpers import cert_info, check_verify_status_by_course, get_resume_urls_for_enrollments +from student.models import ( + AccountRecovery, + CourseEnrollment, + CourseEnrollmentAttribute, + DashboardConfiguration, + PendingSecondaryEmailChange, + UserProfile +) +from util.milestones_helpers import get_pre_requisite_courses_not_completed +from xmodule.modulestore.django import modulestore + from lms.djangoapps.commerce.utils import EcommerceService # pylint: disable=import-error +from lms.djangoapps.courseware.access import has_access from lms.djangoapps.experiments.utils import get_dashboard_course_info from lms.djangoapps.verify_student.services import IDVerificationService from openedx.core.djangoapps.catalog.utils import ( @@ -40,23 +51,10 @@ from openedx.core.djangoapps.programs.models import ProgramsApiConfig from openedx.core.djangoapps.programs.utils import ProgramDataExtender, ProgramProgressMeter from openedx.core.djangoapps.site_configuration import helpers as configuration_helpers from openedx.core.djangoapps.user_api.accounts.utils import is_secondary_email_feature_enabled_for_user -from openedx.core.djangoapps.user_authn.cookies import set_logged_in_cookies from openedx.core.djangoapps.util.maintenance_banner import add_maintenance_banner from openedx.core.djangoapps.waffle_utils import WaffleFlag, WaffleFlagNamespace from openedx.core.djangolib.markup import HTML, Text from openedx.features.enterprise_support.api import get_dashboard_consent_notification -from shoppingcart.api import order_history -from shoppingcart.models import CourseRegistrationCode, DonationConfiguration -from student.helpers import cert_info, check_verify_status_by_course, get_resume_urls_for_enrollments -from student.models import ( - AccountRecovery, - CourseEnrollment, - CourseEnrollmentAttribute, - DashboardConfiguration, - UserProfile -) -from util.milestones_helpers import get_pre_requisite_courses_not_completed -from xmodule.modulestore.django import modulestore log = logging.getLogger("edx.student") @@ -656,28 +654,31 @@ def student_dashboard(request): recovery_email_message = recovery_email_activation_message = None if is_secondary_email_feature_enabled_for_user(user=user): try: - account_recovery_obj = AccountRecovery.objects.get(user=user) - except AccountRecovery.DoesNotExist: - recovery_email_message = Text( - _( - "Add a recovery email to retain access when single-sign on is not available. " - "Go to {link_start}your Account Settings{link_end}.") - ).format( - link_start=HTML("").format( - account_setting_page=reverse('account_settings'), - ), - link_end=HTML("") - ) - else: - if not account_recovery_obj.is_active: - recovery_email_activation_message = Text( + pending_email = PendingSecondaryEmailChange.objects.get(user=user) + except PendingSecondaryEmailChange.DoesNotExist: + try: + account_recovery_obj = AccountRecovery.objects.get(user=user) + except AccountRecovery.DoesNotExist: + recovery_email_message = Text( _( - "Recovery email is not activated yet. " - "Kindly visit your email and follow the instructions to activate it." - ) + "Add a recovery email to retain access when single-sign on is not available. " + "Go to {link_start}your Account Settings{link_end}.") + ).format( + link_start=HTML("").format( + account_setting_page=reverse('account_settings'), + ), + link_end=HTML("") ) + else: + recovery_email_activation_message = Text( + _( + "Recovery email is not activated yet. " + "Kindly visit your email and follow the instructions to activate it." + ) + ) - # Disable lookup of Enterprise consent_required_course due to ENT-727 + +# Disable lookup of Enterprise consent_required_course due to ENT-727 # Will re-enable after fixing WL-1315 consent_required_courses = set() enterprise_customer_name = None @@ -793,13 +794,6 @@ def student_dashboard(request): # we'll display the banner denied_banner = any(item.display for item in reverifications["denied"]) - # Populate the Order History for the side-bar. - order_history_list = order_history( - user, - course_org_filter=site_org_whitelist, - org_filter_out_set=site_org_blacklist - ) - # get list of courses having pre-requisites yet to be completed courses_having_prerequisites = frozenset( enrollment.course_id for enrollment in course_enrollments @@ -822,9 +816,8 @@ def student_dashboard(request): redirect_message = '' valid_verification_statuses = ['approved', 'must_reverify', 'pending', 'expired'] - display_sidebar_on_dashboard = (len(order_history_list) or - (verification_status['status'] in valid_verification_statuses and - verification_status['should_display'])) + display_sidebar_on_dashboard = verification_status['status'] in valid_verification_statuses and \ + verification_status['should_display'] # Filter out any course enrollment course cards that are associated with fulfilled entitlements for entitlement in [e for e in course_entitlements if e.enrollment_course_run is not None]: @@ -857,6 +850,7 @@ def student_dashboard(request): 'reverifications': reverifications, 'verification_display': verification_status['should_display'], 'verification_status': verification_status['status'], + 'verification_expiry': verification_status['verification_expiry'], 'verification_status_by_course': verify_status_by_course, 'verification_errors': verification_errors, 'block_courses': block_courses, @@ -867,7 +861,6 @@ def student_dashboard(request): 'platform_name': platform_name, 'enrolled_courses_either_paid': enrolled_courses_either_paid, 'provider_states': [], - 'order_history_list': order_history_list, 'courses_requirements_not_met': courses_requirements_not_met, 'nav_hidden': True, 'inverted_programs': inverted_programs, diff --git a/common/djangoapps/student/views/management.py b/common/djangoapps/student/views/management.py index 711e766d9a..3096af94d5 100644 --- a/common/djangoapps/student/views/management.py +++ b/common/djangoapps/student/views/management.py @@ -2,7 +2,6 @@ Student Views """ -from __future__ import absolute_import import datetime import logging @@ -14,10 +13,7 @@ from django.conf import settings from django.contrib import messages from django.contrib.auth.decorators import login_required from django.contrib.auth.models import AnonymousUser, User -from django.contrib.auth.views import password_reset_confirm from django.contrib.sites.models import Site -from django.core import mail -from django.core.exceptions import ObjectDoesNotExist from django.core.validators import ValidationError, validate_email from django.db import transaction from django.db.models.signals import post_save @@ -25,10 +21,7 @@ from django.dispatch import Signal, receiver from django.http import Http404, HttpResponse, HttpResponseBadRequest, HttpResponseForbidden from django.shortcuts import redirect from django.template.context_processors import csrf -from django.template.response import TemplateResponse from django.urls import reverse -from django.utils.encoding import force_bytes, force_text -from django.utils.http import base36_to_int, urlsafe_base64_encode from django.utils.translation import ugettext as _ from django.views.decorators.csrf import csrf_exempt, ensure_csrf_cookie from django.views.decorators.http import require_GET, require_http_methods, require_POST @@ -53,20 +46,14 @@ from openedx.core.djangoapps.ace_common.template_context import get_base_templat from openedx.core.djangoapps.catalog.utils import get_programs_with_type from openedx.core.djangoapps.embargo import api as embargo_api from openedx.core.djangoapps.lang_pref import LANGUAGE_KEY -from openedx.core.djangoapps.oauth_dispatch.api import destroy_oauth_tokens from openedx.core.djangoapps.programs.models import ProgramsApiConfig from openedx.core.djangoapps.site_configuration import helpers as configuration_helpers from openedx.core.djangoapps.theming import helpers as theming_helpers -from openedx.core.djangoapps.theming.helpers import get_current_site -from openedx.core.djangoapps.user_api.accounts.utils import is_secondary_email_feature_enabled from openedx.core.djangoapps.user_api.config.waffle import PREVENT_AUTH_USER_WRITES, SYSTEM_MAINTENANCE_MSG, waffle -from openedx.core.djangoapps.user_api.errors import UserAPIInternalError, UserNotFound -from openedx.core.djangoapps.user_api.models import UserRetirementRequest from openedx.core.djangoapps.user_api.preferences import api as preferences_api from openedx.core.djangolib.markup import HTML, Text -from student.forms import AccountCreationForm, PasswordResetFormNoActive, get_registration_extension_form from student.helpers import DISABLE_UNENROLL_CERT_STATES, cert_info, generate_activation_email_context -from student.message_types import EmailChange, EmailChangeConfirmation, PasswordReset, RecoveryEmailCreate +from student.message_types import AccountActivation, EmailChange, EmailChangeConfirmation, RecoveryEmailCreate from student.models import ( AccountRecovery, CourseEnrollment, @@ -84,10 +71,8 @@ from student.models import ( from student.signals import REFUND_ORDER from student.tasks import send_activation_email from student.text_me_the_app import TextMeTheAppFragmentView -from util.request_rate_limiter import BadRequestRateLimiter, PasswordResetEmailRateLimiter from util.db import outer_atomic from util.json_request import JsonResponse -from util.password_policy_validators import normalize_password, validate_password from xmodule.modulestore.django import modulestore log = logging.getLogger("edx.student") @@ -178,6 +163,40 @@ def index(request, extra_context=None, user=AnonymousUser()): return render_to_response('index.html', context) +def compose_activation_email(root_url, user, user_registration=None, route_enabled=False, profile_name=''): + """ + Construct all the required params for the activation email + through celery task + """ + if user_registration is None: + user_registration = Registration.objects.get(user=user) + + message_context = generate_activation_email_context(user, user_registration) + message_context.update({ + 'confirm_activation_link': '{root_url}/activate/{activation_key}'.format( + root_url=root_url, + activation_key=message_context['key'] + ), + 'route_enabled': route_enabled, + 'routed_user': user.username, + 'routed_user_email': user.email, + 'routed_profile_name': profile_name, + }) + + if route_enabled: + dest_addr = settings.FEATURES['REROUTE_ACTIVATION_EMAIL'] + else: + dest_addr = user.email + + msg = AccountActivation().personalize( + recipient=Recipient(user.username, dest_addr), + language=preferences_api.get_user_preference(user, LANGUAGE_KEY), + user_context=message_context, + ) + + return msg + + def compose_and_send_activation_email(user, profile, user_registration=None): """ Construct all the required params and send the activation email @@ -188,66 +207,12 @@ def compose_and_send_activation_email(user, profile, user_registration=None): profile: profile object of the current logged-in user user_registration: registration of the current logged-in user """ - dest_addr = user.email - if user_registration is None: - user_registration = Registration.objects.get(user=user) - context = generate_activation_email_context(user, user_registration) - subject = render_to_string('emails/activation_email_subject.txt', context) - # Email subject *must not* contain newlines - subject = ''.join(subject.splitlines()) - message_for_activation = render_to_string('emails/activation_email.txt', context) - from_address = configuration_helpers.get_value('email_from_address', settings.DEFAULT_FROM_EMAIL) - from_address = configuration_helpers.get_value('ACTIVATION_EMAIL_FROM_ADDRESS', from_address) - if settings.FEATURES.get('REROUTE_ACTIVATION_EMAIL'): - dest_addr = settings.FEATURES['REROUTE_ACTIVATION_EMAIL'] - message_for_activation = ("Activation for %s (%s): %s\n" % (user, user.email, profile.name) + - '-' * 80 + '\n\n' + message_for_activation) - send_activation_email.delay(subject, message_for_activation, from_address, dest_addr) + route_enabled = settings.FEATURES.get('REROUTE_ACTIVATION_EMAIL') + root_url = configuration_helpers.get_value('LMS_ROOT_URL', settings.LMS_ROOT_URL) + msg = compose_activation_email(root_url, user, user_registration, route_enabled, profile.name) -def send_reactivation_email_for_user(user): - try: - registration = Registration.objects.get(user=user) - except Registration.DoesNotExist: - return JsonResponse({ - "success": False, - "error": _('No inactive user with this e-mail exists'), - }) - - try: - context = generate_activation_email_context(user, registration) - except ObjectDoesNotExist: - log.error( - u'Unable to send reactivation email due to unavailable profile for the user "%s"', - user.username, - exc_info=True - ) - return JsonResponse({ - "success": False, - "error": _('Unable to send reactivation email') - }) - - subject = render_to_string('emails/activation_email_subject.txt', context) - subject = ''.join(subject.splitlines()) - message = render_to_string('emails/activation_email.txt', context) - from_address = configuration_helpers.get_value('email_from_address', settings.DEFAULT_FROM_EMAIL) - from_address = configuration_helpers.get_value('ACTIVATION_EMAIL_FROM_ADDRESS', from_address) - - try: - user.email_user(subject, message, from_address) - except Exception: # pylint: disable=broad-except - log.error( - u'Unable to send reactivation email from "%s" to "%s"', - from_address, - user.email, - exc_info=True - ) - return JsonResponse({ - "success": False, - "error": _('Unable to send reactivation email') - }) - - return JsonResponse({"success": True}) + send_activation_email.delay(str(msg)) @login_required @@ -502,24 +467,6 @@ def disable_account_ajax(request): return JsonResponse(context) -@login_required -@ensure_csrf_cookie -def change_setting(request): - """ - JSON call to change a profile setting: Right now, location - """ - # TODO (vshnayder): location is no longer used - u_prof = UserProfile.objects.get(user=request.user) # request.user.profile_cache - if 'location' in request.POST: - u_prof.location = request.POST['location'] - u_prof.save() - - return JsonResponse({ - "success": True, - "location": u_prof.location, - }) - - @receiver(post_save, sender=User) def user_signup_handler(sender, **kwargs): # pylint: disable=unused-argument """ @@ -540,8 +487,12 @@ def activate_account(request, key): """ # If request is in Studio call the appropriate view if theming_helpers.get_project_root_name().lower() == u'cms': + monitoring_utils.set_custom_metric('student_activate_account', 'cms') return activate_account_studio(request, key) + # TODO: Use metric to determine if there are any `activate_account` calls for cms in Production. + # If not, the templates wouldn't be needed for cms, but we still need a way to activate for cms tests. + monitoring_utils.set_custom_metric('student_activate_account', 'lms') try: registration = Registration.objects.get(activation_key=key) except (Registration.DoesNotExist, Registration.MultipleObjectsReturned): @@ -551,7 +502,9 @@ def activate_account(request, key): '{html_start}Your account could not be activated{html_end}' 'Something went wrong, please contact support to resolve this issue.' )).format( - support_url=configuration_helpers.get_value('SUPPORT_SITE_LINK', settings.SUPPORT_SITE_LINK), + support_url=configuration_helpers.get_value( + 'ACTIVATION_EMAIL_SUPPORT_LINK', settings.ACTIVATION_EMAIL_SUPPORT_LINK + ) or settings.SUPPORT_SITE_LINK, html_start=HTML('

'), html_end=HTML('

'), ), @@ -634,331 +587,6 @@ def activate_account_studio(request, key): ) -@require_http_methods(['POST']) -def password_change_request_handler(request): - """Handle password change requests originating from the account page. - - Uses the Account API to email the user a link to the password reset page. - - Note: - The next step in the password reset process (confirmation) is currently handled - by student.views.password_reset_confirm_wrapper, a custom wrapper around Django's - password reset confirmation view. - - Args: - request (HttpRequest) - - Returns: - HttpResponse: 200 if the email was sent successfully - HttpResponse: 400 if there is no 'email' POST parameter - HttpResponse: 403 if the client has been rate limited - HttpResponse: 405 if using an unsupported HTTP method - - Example usage: - - POST /account/password - - """ - - password_reset_email_limiter = PasswordResetEmailRateLimiter() - - if password_reset_email_limiter.is_rate_limit_exceeded(request): - AUDIT_LOG.warning("Password reset rate limit exceeded") - return HttpResponse( - _("Your previous request is in progress, please try again in a few moments."), - status=403 - ) - - user = request.user - # Prefer logged-in user's email - email = user.email if user.is_authenticated else request.POST.get('email') - - if email: - try: - from openedx.core.djangoapps.user_api.accounts.api import request_password_change - request_password_change(email, request.is_secure()) - user = user if user.is_authenticated else get_user_from_email(email=email) - destroy_oauth_tokens(user) - except UserNotFound: - AUDIT_LOG.info("Invalid password reset attempt") - # If enabled, send an email saying that a password reset was attempted, but that there is - # no user associated with the email - if configuration_helpers.get_value('ENABLE_PASSWORD_RESET_FAILURE_EMAIL', - settings.FEATURES['ENABLE_PASSWORD_RESET_FAILURE_EMAIL']): - site = get_current_site() - message_context = get_base_template_context(site) - - message_context.update({ - 'failed': True, - 'request': request, # Used by google_analytics_tracking_pixel - 'email_address': email, - }) - - msg = PasswordReset().personalize( - recipient=Recipient(username='', email_address=email), - language=settings.LANGUAGE_CODE, - user_context=message_context, - ) - ace.send(msg) - except UserAPIInternalError as err: - log.exception('Error occured during password change for user {email}: {error}' - .format(email=email, error=err)) - return HttpResponse(_("Some error occured during password change. Please try again"), status=500) - - password_reset_email_limiter.tick_request_counter(request) - return HttpResponse(status=200) - else: - return HttpResponseBadRequest(_("No email address provided.")) - - -def get_user_from_email(email): - """ - Find a user using given email and return it. - - Arguments: - email (str): primary or secondary email address of the user. - - Raises: - (User.ObjectNotFound): If no user is found with the given email. - (User.MultipleObjectsReturned): If more than one user is found with the given email. - - Returns: - User: Django user object. - """ - try: - return User.objects.get(email=email) - except ObjectDoesNotExist: - return User.objects.filter( - id__in=AccountRecovery.objects.filter(secondary_email__iexact=email, is_active=True).values_list('user') - ).get() - - -@csrf_exempt -@require_POST -def password_reset(request): - """ - Attempts to send a password reset e-mail. - """ - # Add some rate limiting here by re-using the RateLimitMixin as a helper class - limiter = BadRequestRateLimiter() - if limiter.is_rate_limit_exceeded(request): - AUDIT_LOG.warning("Rate limit exceeded in password_reset") - return HttpResponseForbidden() - - form = PasswordResetFormNoActive(request.POST) - if form.is_valid(): - form.save(use_https=request.is_secure(), - from_email=configuration_helpers.get_value('email_from_address', settings.DEFAULT_FROM_EMAIL), - request=request) - # When password change is complete, a "edx.user.settings.changed" event will be emitted. - # But because changing the password is multi-step, we also emit an event here so that we can - # track where the request was initiated. - tracker.emit( - SETTING_CHANGE_INITIATED, - { - "setting": "password", - "old": None, - "new": None, - "user_id": request.user.id, - } - ) - destroy_oauth_tokens(request.user) - else: - # bad user? tick the rate limiter counter - AUDIT_LOG.info("Bad password_reset user passed in.") - limiter.tick_request_counter(request) - - return JsonResponse({ - 'success': True, - 'value': render_to_string('registration/password_reset_done.html', {}), - }) - - -def uidb36_to_uidb64(uidb36): - """ - Needed to support old password reset URLs that use base36-encoded user IDs - https://github.com/django/django/commit/1184d077893ff1bc947e45b00a4d565f3df81776#diff-c571286052438b2e3190f8db8331a92bR231 - Args: - uidb36: base36-encoded user ID - - Returns: base64-encoded user ID. Otherwise returns a dummy, invalid ID - """ - try: - uidb64 = force_text(urlsafe_base64_encode(force_bytes(base36_to_int(uidb36)))) - except ValueError: - uidb64 = '1' # dummy invalid ID (incorrect padding for base64) - return uidb64 - - -def password_reset_confirm_wrapper(request, uidb36=None, token=None): - """ - A wrapper around django.contrib.auth.views.password_reset_confirm. - Needed because we want to set the user as active at this step. - We also optionally do some additional password policy checks. - """ - # convert old-style base36-encoded user id to base64 - uidb64 = uidb36_to_uidb64(uidb36) - platform_name = { - "platform_name": configuration_helpers.get_value('platform_name', settings.PLATFORM_NAME) - } - - # User can not get this link unless account recovery feature is enabled. - if 'is_account_recovery' in request.GET and not is_secondary_email_feature_enabled(): - raise Http404 - - try: - uid_int = base36_to_int(uidb36) - if request.user.is_authenticated and request.user.id != uid_int: - raise Http404 - - user = User.objects.get(id=uid_int) - except (ValueError, User.DoesNotExist): - # if there's any error getting a user, just let django's - # password_reset_confirm function handle it. - return password_reset_confirm( - request, uidb64=uidb64, token=token, extra_context=platform_name - ) - - if UserRetirementRequest.has_user_requested_retirement(user): - # Refuse to reset the password of any user that has requested retirement. - context = { - 'validlink': True, - 'form': None, - 'title': _('Password reset unsuccessful'), - 'err_msg': _('Error in resetting your password.'), - } - context.update(platform_name) - return TemplateResponse( - request, 'registration/password_reset_confirm.html', context - ) - - if waffle().is_enabled(PREVENT_AUTH_USER_WRITES): - context = { - 'validlink': False, - 'form': None, - 'title': _('Password reset unsuccessful'), - 'err_msg': SYSTEM_MAINTENANCE_MSG, - } - context.update(platform_name) - return TemplateResponse( - request, 'registration/password_reset_confirm.html', context - ) - - if request.method == 'POST': - # We have to make a copy of request.POST because it is a QueryDict object which is immutable until copied. - # We have to use request.POST because the password_reset_confirm method takes in the request and a user's - # password is set to the request.POST['new_password1'] field. We have to also normalize the new_password2 - # field so it passes the equivalence check that new_password1 == new_password2 - # In order to switch out of having to do this copy, we would want to move the normalize_password code into - # a custom User model's set_password method to ensure it is always happening upon calling set_password. - request.POST = request.POST.copy() - request.POST['new_password1'] = normalize_password(request.POST['new_password1']) - request.POST['new_password2'] = normalize_password(request.POST['new_password2']) - - password = request.POST['new_password1'] - - try: - validate_password(password, user=user) - except ValidationError as err: - # We have a password reset attempt which violates some security - # policy, or any other validation. Use the existing Django template to communicate that - # back to the user. - context = { - 'validlink': True, - 'form': None, - 'title': _('Password reset unsuccessful'), - 'err_msg': ' '.join(err.messages), - } - context.update(platform_name) - return TemplateResponse( - request, 'registration/password_reset_confirm.html', context - ) - - # remember what the old password hash is before we call down - old_password_hash = user.password - - if 'is_account_recovery' in request.GET: - response = password_reset_confirm( - request, - uidb64=uidb64, - token=token, - extra_context=platform_name, - template_name='registration/password_reset_confirm.html', - post_reset_redirect='signin_user', - ) - else: - response = password_reset_confirm( - request, uidb64=uidb64, token=token, extra_context=platform_name - ) - - # If password reset was unsuccessful a template response is returned (status_code 200). - # Check if form is invalid then show an error to the user. - # Note if password reset was successful we get response redirect (status_code 302). - if response.status_code == 200: - form_valid = response.context_data['form'].is_valid() if response.context_data['form'] else False - if not form_valid: - log.warning( - u'Unable to reset password for user [%s] because form is not valid. ' - u'A possible cause is that the user had an invalid reset token', - user.username, - ) - response.context_data['err_msg'] = _('Error in resetting your password. Please try again.') - return response - - # get the updated user - updated_user = User.objects.get(id=uid_int) - if 'is_account_recovery' in request.GET: - try: - updated_user.email = updated_user.account_recovery.secondary_email - updated_user.account_recovery.delete() - # emit an event that the user changed their secondary email to the primary email - tracker.emit( - SETTING_CHANGE_INITIATED, - { - "setting": "email", - "old": user.email, - "new": updated_user.email, - "user_id": updated_user.id, - } - ) - except ObjectDoesNotExist: - log.error( - 'Account recovery process initiated without AccountRecovery instance for user {username}'.format( - username=updated_user.username - ) - ) - - updated_user.save() - - if response.status_code == 302 and 'is_account_recovery' in request.GET: - messages.success( - request, - HTML(_( - '{html_start}Password Creation Complete{html_end}' - 'Your password has been created. {bold_start}{email}{bold_end} is now your primary login email.' - )).format( - support_url=configuration_helpers.get_value('SUPPORT_SITE_LINK', settings.SUPPORT_SITE_LINK), - html_start=HTML('

'), - html_end=HTML('

'), - bold_start=HTML(''), - bold_end=HTML(''), - email=updated_user.email, - ), - extra_tags='account-recovery aa-icon submission-success' - ) - else: - response = password_reset_confirm( - request, uidb64=uidb64, token=token, extra_context=platform_name - ) - - response_was_successful = response.context_data.get('validlink') - if response_was_successful and not user.is_active: - user.is_active = True - user.save() - - return response - - def validate_new_email(user, new_email): """ Given a new email for a user, does some basic verification of the new address If any issues are encountered @@ -973,7 +601,7 @@ def validate_new_email(user, new_email): raise ValueError(_('Old email is the same as the new email.')) -def validate_secondary_email(account_recovery, new_email): +def validate_secondary_email(user, new_email): """ Enforce valid email addresses. """ @@ -984,11 +612,13 @@ def validate_secondary_email(account_recovery, new_email): if get_email_validation_error(new_email): raise ValueError(_('Valid e-mail address required.')) - if new_email == account_recovery.secondary_email: - raise ValueError(_('Old email is the same as the new email.')) + # Make sure that if there is an active recovery email address, that is not the same as the new one. + if hasattr(user, "account_recovery"): + if user.account_recovery.is_active and new_email == user.account_recovery.secondary_email: + raise ValueError(_('Old email is the same as the new email.')) # Make sure that secondary email address is not same as user's primary email. - if new_email == account_recovery.user.email: + if new_email == user.email: raise ValueError(_('Cannot be same as your sign in email address.')) # Make sure that secondary email address is not same as any of the primary emails currently in use or retired @@ -1095,14 +725,19 @@ def activate_secondary_email(request, key): # pylint: disable=unused-argument return render_to_response("invalid_email_key.html", {}) try: - account_recovery_obj = AccountRecovery.objects.get(user_id=pending_secondary_email_change.user) + account_recovery = pending_secondary_email_change.user.account_recovery except AccountRecovery.DoesNotExist: + account_recovery = AccountRecovery(user=pending_secondary_email_change.user) + + try: + account_recovery.update_recovery_email(pending_secondary_email_change.new_secondary_email) + except ValidationError: return render_to_response("secondary_email_change_failed.html", { 'secondary_email': pending_secondary_email_change.new_secondary_email }) - account_recovery_obj.is_active = True - account_recovery_obj.save() + pending_secondary_email_change.delete() + return render_to_response("secondary_email_change_successful.html") diff --git a/common/djangoapps/terrain/stubs/catalog.py b/common/djangoapps/terrain/stubs/catalog.py index 543db6ec7a..7ec477a6c0 100644 --- a/common/djangoapps/terrain/stubs/catalog.py +++ b/common/djangoapps/terrain/stubs/catalog.py @@ -2,7 +2,7 @@ Stub implementation of catalog service for acceptance tests """ # pylint: disable=invalid-name, missing-docstring -from __future__ import absolute_import + import re diff --git a/common/djangoapps/terrain/stubs/comments.py b/common/djangoapps/terrain/stubs/comments.py index 702926f919..57f022f974 100644 --- a/common/djangoapps/terrain/stubs/comments.py +++ b/common/djangoapps/terrain/stubs/comments.py @@ -2,9 +2,9 @@ Stub implementation of cs_comments_service for acceptance tests """ -from __future__ import absolute_import import re +from collections import OrderedDict import six.moves.urllib.parse # pylint: disable=import-error @@ -18,15 +18,15 @@ class StubCommentsServiceHandler(StubHttpRequestHandler): return six.moves.urllib.parse.parse_qs(six.moves.urllib.parse.urlparse(self.path).query) def do_GET(self): - pattern_handlers = { - "/api/v1/users/(?P\\d+)/active_threads$": self.do_user_profile, - "/api/v1/users/(?P\\d+)$": self.do_user, - "/api/v1/search/threads$": self.do_search_threads, - "/api/v1/threads$": self.do_threads, - "/api/v1/threads/(?P\\w+)$": self.do_thread, - "/api/v1/comments/(?P\\w+)$": self.do_comment, - "/api/v1/(?P\\w+)/threads$": self.do_commentable, - } + pattern_handlers = OrderedDict([ + ("/api/v1/users/(?P\\d+)/active_threads$", self.do_user_profile), + ("/api/v1/users/(?P\\d+)$", self.do_user), + ("/api/v1/search/threads$", self.do_search_threads), + ("/api/v1/threads$", self.do_threads), + ("/api/v1/threads/(?P\\w+)$", self.do_thread), + ("/api/v1/comments/(?P\\w+)$", self.do_comment), + ("/api/v1/(?P\\w+)/threads$", self.do_commentable), + ]) if self.match_pattern(pattern_handlers): return diff --git a/common/djangoapps/terrain/stubs/ecommerce.py b/common/djangoapps/terrain/stubs/ecommerce.py index 35c86fee31..bda35a7ae0 100644 --- a/common/djangoapps/terrain/stubs/ecommerce.py +++ b/common/djangoapps/terrain/stubs/ecommerce.py @@ -2,7 +2,6 @@ Stub implementation of ecommerce service for acceptance tests """ -from __future__ import absolute_import import re diff --git a/common/djangoapps/terrain/stubs/edxnotes.py b/common/djangoapps/terrain/stubs/edxnotes.py index 08c1d60d78..b32f3b174f 100644 --- a/common/djangoapps/terrain/stubs/edxnotes.py +++ b/common/djangoapps/terrain/stubs/edxnotes.py @@ -2,7 +2,6 @@ Stub implementation of EdxNotes for acceptance tests """ -from __future__ import absolute_import import json import re diff --git a/common/djangoapps/terrain/stubs/http.py b/common/djangoapps/terrain/stubs/http.py index b99c62bdc0..0517ab0d2b 100644 --- a/common/djangoapps/terrain/stubs/http.py +++ b/common/djangoapps/terrain/stubs/http.py @@ -2,7 +2,6 @@ Stub implementation of an HTTP service. """ -from __future__ import absolute_import import json import threading diff --git a/common/djangoapps/terrain/stubs/lti.py b/common/djangoapps/terrain/stubs/lti.py index ff0f430c34..b7418545cf 100644 --- a/common/djangoapps/terrain/stubs/lti.py +++ b/common/djangoapps/terrain/stubs/lti.py @@ -9,7 +9,6 @@ not possible to have this LTI multiple times on a single page in LMS. """ -from __future__ import absolute_import import base64 import hashlib @@ -267,7 +266,7 @@ class StubLtiHandler(StubHttpRequestHandler): # Calculate and encode body hash. See http://oauth.googlecode.com/svn/spec/ext/body_hash/1.0/oauth-bodyhash.html sha1 = hashlib.sha1() sha1.update(body.encode('utf-8')) - oauth_body_hash = six.text_type(base64.b64encode(sha1.digest())) + oauth_body_hash = base64.b64encode(sha1.digest()).decode('utf-8') mock_request = mock.Mock( uri=six.text_type(six.moves.urllib.parse.unquote(url)), headers=headers, diff --git a/common/djangoapps/terrain/stubs/start.py b/common/djangoapps/terrain/stubs/start.py index 7827379240..6b05cdc665 100644 --- a/common/djangoapps/terrain/stubs/start.py +++ b/common/djangoapps/terrain/stubs/start.py @@ -1,7 +1,7 @@ """ Command-line utility to start a stub service. """ -from __future__ import absolute_import, print_function + import logging import sys diff --git a/common/djangoapps/terrain/stubs/tests/test_edxnotes.py b/common/djangoapps/terrain/stubs/tests/test_edxnotes.py index de9f744bd7..3e4c83a481 100644 --- a/common/djangoapps/terrain/stubs/tests/test_edxnotes.py +++ b/common/djangoapps/terrain/stubs/tests/test_edxnotes.py @@ -1,7 +1,7 @@ """ Unit tests for stub EdxNotes implementation. """ -from __future__ import absolute_import + import json import unittest diff --git a/common/djangoapps/terrain/stubs/tests/test_http.py b/common/djangoapps/terrain/stubs/tests/test_http.py index f9ab9be06f..5568a297b5 100644 --- a/common/djangoapps/terrain/stubs/tests/test_http.py +++ b/common/djangoapps/terrain/stubs/tests/test_http.py @@ -2,7 +2,6 @@ Unit tests for stub HTTP server base class. """ -from __future__ import absolute_import import json import unittest diff --git a/common/djangoapps/terrain/stubs/tests/test_lti_stub.py b/common/djangoapps/terrain/stubs/tests/test_lti_stub.py index 90c2fa2c55..fad5394ceb 100644 --- a/common/djangoapps/terrain/stubs/tests/test_lti_stub.py +++ b/common/djangoapps/terrain/stubs/tests/test_lti_stub.py @@ -1,7 +1,7 @@ """ Unit tests for stub LTI implementation. """ -from __future__ import absolute_import + import unittest diff --git a/common/djangoapps/terrain/stubs/tests/test_video.py b/common/djangoapps/terrain/stubs/tests/test_video.py index 7729f59c74..8f2be6d600 100644 --- a/common/djangoapps/terrain/stubs/tests/test_video.py +++ b/common/djangoapps/terrain/stubs/tests/test_video.py @@ -1,7 +1,7 @@ """ Unit tests for Video stub server implementation. """ -from __future__ import absolute_import + import unittest diff --git a/common/djangoapps/terrain/stubs/tests/test_xqueue_stub.py b/common/djangoapps/terrain/stubs/tests/test_xqueue_stub.py index 7ea72955f3..d88fe4c48f 100644 --- a/common/djangoapps/terrain/stubs/tests/test_xqueue_stub.py +++ b/common/djangoapps/terrain/stubs/tests/test_xqueue_stub.py @@ -2,7 +2,6 @@ Unit tests for stub XQueue implementation. """ -from __future__ import absolute_import import ast import json diff --git a/common/djangoapps/terrain/stubs/tests/test_youtube_stub.py b/common/djangoapps/terrain/stubs/tests/test_youtube_stub.py index ce8da2cd69..713b8ad351 100644 --- a/common/djangoapps/terrain/stubs/tests/test_youtube_stub.py +++ b/common/djangoapps/terrain/stubs/tests/test_youtube_stub.py @@ -2,7 +2,6 @@ Unit test for stub YouTube implementation. """ -from __future__ import absolute_import import unittest diff --git a/common/djangoapps/terrain/stubs/video_source.py b/common/djangoapps/terrain/stubs/video_source.py index 144ce616e3..ef253da826 100644 --- a/common/djangoapps/terrain/stubs/video_source.py +++ b/common/djangoapps/terrain/stubs/video_source.py @@ -1,7 +1,7 @@ """ Serve HTML5 video sources for acceptance tests """ -from __future__ import absolute_import + import os from contextlib import contextmanager diff --git a/common/djangoapps/terrain/stubs/xqueue.py b/common/djangoapps/terrain/stubs/xqueue.py index ae535e1814..d24965b3bd 100644 --- a/common/djangoapps/terrain/stubs/xqueue.py +++ b/common/djangoapps/terrain/stubs/xqueue.py @@ -9,7 +9,6 @@ Configuration values: If no grade response is configured, a default response will be returned. """ -from __future__ import absolute_import import copy import json diff --git a/common/djangoapps/terrain/stubs/youtube.py b/common/djangoapps/terrain/stubs/youtube.py index 0cb447ce4c..ff7e474048 100644 --- a/common/djangoapps/terrain/stubs/youtube.py +++ b/common/djangoapps/terrain/stubs/youtube.py @@ -16,7 +16,7 @@ To start this stub server on its own from Vagrant: 3.) Locally, try accessing http://localhost:8031/ and see that you get "Unused url" message inside the browser. """ -from __future__ import absolute_import + import json import time diff --git a/common/djangoapps/third_party_auth/__init__.py b/common/djangoapps/third_party_auth/__init__.py index f44e3f91a8..d133c10a26 100644 --- a/common/djangoapps/third_party_auth/__init__.py +++ b/common/djangoapps/third_party_auth/__init__.py @@ -1,6 +1,5 @@ """Third party authentication. """ -from __future__ import absolute_import from openedx.core.djangoapps.site_configuration import helpers as configuration_helpers diff --git a/common/djangoapps/third_party_auth/admin.py b/common/djangoapps/third_party_auth/admin.py index f3fd379244..6ec3ce73b0 100644 --- a/common/djangoapps/third_party_auth/admin.py +++ b/common/djangoapps/third_party_auth/admin.py @@ -2,7 +2,7 @@ """ Admin site configuration for third party authentication """ -from __future__ import absolute_import + from config_models.admin import KeyedConfigurationModelAdmin from django import forms diff --git a/common/djangoapps/third_party_auth/api/permissions.py b/common/djangoapps/third_party_auth/api/permissions.py index 757a04385d..0178fa0a55 100644 --- a/common/djangoapps/third_party_auth/api/permissions.py +++ b/common/djangoapps/third_party_auth/api/permissions.py @@ -1,33 +1,91 @@ """ Third party auth API related permissions """ -from __future__ import absolute_import -from rest_framework import permissions +import logging +from edx_django_utils.monitoring import set_custom_metric +from edx_rest_framework_extensions.auth.jwt.decoder import decode_jwt_filters +from edx_rest_framework_extensions.permissions import ( + IsSuperuser, + JwtHasScope, + JwtRestrictedApplication, + NotJwtRestrictedApplication +) +from rest_condition import C +from rest_framework.permissions import BasePermission from third_party_auth.models import ProviderApiPermissions +from openedx.core.lib.api.permissions import ApiKeyHeaderPermission -class ThirdPartyAuthProviderApiPermission(permissions.BasePermission): +log = logging.getLogger(__name__) + + +class ThirdPartyAuthProviderApiPermission(BasePermission): """ Allow someone to access the view if they have valid OAuth client credential. - """ - def __init__(self, provider_id): - """ Initialize the class with a provider_id """ - self.provider_id = provider_id + Deprecated: Only works for DOP oauth applications. To be removed as part of DOPrecation. + + """ def has_permission(self, request, view): """ Check if the OAuth client associated with auth token in current request has permission to access the information for provider """ - if not request.auth or not self.provider_id: + provider_id = view.kwargs.get('provider_id') + if not request.auth or not provider_id: # doesn't have access token or no provider_id specified return False try: - ProviderApiPermissions.objects.get(client__pk=request.auth.client_id, provider_id=self.provider_id) + ProviderApiPermissions.objects.get(client__pk=request.auth.client_id, provider_id=provider_id) except ProviderApiPermissions.DoesNotExist: return False + set_custom_metric('deprecated_ThirdPartyAuthProviderApiPermission', True) return True + + +class JwtHasTpaProviderFilterForRequestedProvider(BasePermission): + """ + Ensures the JWT used to authenticate contains the appropriate tpa_provider + filter for the provider_id requested in the view. + """ + message = 'JWT missing required tpa_provider filter.' + + def has_permission(self, request, view): + """ + Ensure that the provider_id kwarg provided to the view exists exists + in the tpa_provider filters in the JWT used to authenticate. + """ + provider_id = view.kwargs.get('provider_id') + if not provider_id: + log.warning("Permission JwtHasTpaProviderFilterForRequestedProvider requires a view with provider_id.") + return False + + jwt_filters = decode_jwt_filters(request.auth) + for filter_type, filter_value in jwt_filters: + if filter_type == 'tpa_provider' and filter_value == provider_id: + return True + + log.warning( + "Permission JwtHasTpaProviderFilterForRequestedProvider: required filter tpa_provider:%s was not found.", + provider_id, + ) + return False + + +# TODO: Remove ApiKeyHeaderPermission. Check deprecated_api_key_header custom metric for active usage. +_NOT_JWT_RESTRICTED_TPA_PERMISSIONS = ( + C(NotJwtRestrictedApplication) & + (C(IsSuperuser) | ApiKeyHeaderPermission | ThirdPartyAuthProviderApiPermission) +) +_JWT_RESTRICTED_TPA_PERMISSIONS = ( + C(JwtRestrictedApplication) & + JwtHasScope & + JwtHasTpaProviderFilterForRequestedProvider +) +TPA_PERMISSIONS = ( + (_NOT_JWT_RESTRICTED_TPA_PERMISSIONS | _JWT_RESTRICTED_TPA_PERMISSIONS) +) diff --git a/common/djangoapps/third_party_auth/api/serializers.py b/common/djangoapps/third_party_auth/api/serializers.py index 245381199c..e4c9398c70 100644 --- a/common/djangoapps/third_party_auth/api/serializers.py +++ b/common/djangoapps/third_party_auth/api/serializers.py @@ -1,6 +1,5 @@ """ Django REST Framework Serializers """ -from __future__ import absolute_import from rest_framework import serializers diff --git a/common/djangoapps/third_party_auth/api/tests/test_permissions.py b/common/djangoapps/third_party_auth/api/tests/test_permissions.py index 0e3d0c4378..8011589c8a 100644 --- a/common/djangoapps/third_party_auth/api/tests/test_permissions.py +++ b/common/djangoapps/third_party_auth/api/tests/test_permissions.py @@ -1,16 +1,23 @@ """ Tests for the Third Party Auth permissions """ -from __future__ import absolute_import + import unittest import ddt from django.conf import settings -from mock import Mock +from django.test import RequestFactory, TestCase +from edx_rest_framework_extensions.auth.jwt.authentication import JwtAuthentication +from edx_rest_framework_extensions.auth.jwt.tests.utils import generate_jwt +from mock import Mock, patch +from rest_framework.authentication import SessionAuthentication +from rest_framework.response import Response from rest_framework.test import APITestCase +from rest_framework.views import APIView +from student.tests.factories import UserFactory -from third_party_auth.api.permissions import ThirdPartyAuthProviderApiPermission +from third_party_auth.api.permissions import ThirdPartyAuthProviderApiPermission, TPA_PERMISSIONS from third_party_auth.tests.testutil import ThirdPartyAuthTestMixin IDP_SLUG_TESTSHIB = 'testshib' @@ -21,12 +28,6 @@ PROVIDER_ID_TESTSHIB = 'saml-' + IDP_SLUG_TESTSHIB @unittest.skipUnless(settings.ROOT_URLCONF == 'lms.urls', 'Test only valid in lms') class ThirdPartyAuthApiPermissionTest(ThirdPartyAuthTestMixin, APITestCase): """ Tests for third party auth API permission """ - def setUp(self): - """ Create users and oauth client for use in the tests """ - super(ThirdPartyAuthApiPermissionTest, self).setUp() - - client = self.configure_oauth_client() - self.configure_api_permission(client, PROVIDER_ID_TESTSHIB) @ddt.data( (1, PROVIDER_ID_TESTSHIB, True), @@ -37,20 +38,183 @@ class ThirdPartyAuthApiPermissionTest(ThirdPartyAuthTestMixin, APITestCase): ) @ddt.unpack def test_api_permission(self, client_pk, provider_id, expect): + dop_client = self.configure_oauth_dop_client() + self.configure_api_permission(dop_client, PROVIDER_ID_TESTSHIB) + request = Mock() request.auth = Mock() request.auth.client_id = client_pk + view = Mock(kwargs={'provider_id': provider_id}) - result = ThirdPartyAuthProviderApiPermission(provider_id).has_permission(request, None) + result = ThirdPartyAuthProviderApiPermission().has_permission(request, view) self.assertEqual(result, expect) def test_api_permission_unauthorized_client(self): - client = self.configure_oauth_client() - self.configure_api_permission(client, 'saml-anotherprovider') + dop_client = self.configure_oauth_dop_client() + self.configure_api_permission(dop_client, 'saml-anotherprovider') request = Mock() request.auth = Mock() - request.auth.client_id = client.pk + request.auth.client_id = dop_client.pk + view = Mock(kwargs={'provider_id': PROVIDER_ID_TESTSHIB}) - result = ThirdPartyAuthProviderApiPermission(PROVIDER_ID_TESTSHIB).has_permission(request, None) + result = ThirdPartyAuthProviderApiPermission().has_permission(request, view) self.assertEqual(result, False) + + +@ddt.ddt +@unittest.skipUnless(settings.ROOT_URLCONF == 'lms.urls', 'Test only valid in lms') +class ThirdPartyAuthPermissionTest(TestCase): + """ Tests for third party auth TPA_PERMISSIONS """ + + class SomeTpaClassView(APIView): + """view used to test TPA_permissions""" + authentication_classes = (JwtAuthentication, SessionAuthentication) + permission_classes = (TPA_PERMISSIONS,) + required_scopes = ['tpa:read'] + + def get(self, request, provider_id=None): + return Response(data="Success") + + def _create_user(self, is_superuser=False): + return UserFactory(username='this_user', is_superuser=is_superuser) + + def _create_request(self, auth_header=None): + url = '/' + extra = dict(HTTP_AUTHORIZATION=auth_header) if auth_header else dict() + return RequestFactory().get(url, **extra) + + def _create_session(self, request, user): + request.user = user + + def _create_jwt_header(self, user, is_restricted=False, scopes=None, filters=None): + token = generate_jwt(user, is_restricted=is_restricted, scopes=scopes, filters=filters) + return "JWT {}".format(token) + + def test_anonymous_fails(self): + request = self._create_request() + response = self.SomeTpaClassView().dispatch(request) + self.assertEqual(response.status_code, 401) + + def test_session_superuser_succeeds(self): + user = self._create_user(is_superuser=True) + request = self._create_request() + self._create_session(request, user) + + response = self.SomeTpaClassView().dispatch(request) + self.assertEqual(response.status_code, 200) + + def test_session_user_fails(self): + user = self._create_user() + request = self._create_request() + self._create_session(request, user) + + response = self.SomeTpaClassView().dispatch(request) + self.assertEqual(response.status_code, 403) + + @ddt.data( + # **** Unenforced **** + # unrestricted + dict( + is_enforced=False, + is_restricted=False, + expected_response=403, + ), + + # restricted + dict( + is_enforced=False, + is_restricted=True, + expected_response=403, + ), + + # **** Enforced **** + # unrestricted (for example, jwt cookies) + dict( + is_enforced=True, + is_restricted=False, + expected_response=403, + ), + + # restricted (note: further test cases for scopes and filters are in tests below) + dict( + is_enforced=True, + is_restricted=True, + expected_response=403, + ), + ) + @ddt.unpack + def test_jwt_without_scopes_and_filters( + self, + is_enforced, + is_restricted, + expected_response, + ): + # pylint: disable=line-too-long + # Note: Unenforced tests can be retired when rollout waffle switch `oauth2.enforce_jwt_scopes` is retired. + # See https://github.com/edx/edx-drf-extensions/blob/609e1dbaa98f476b36e50143de97732f2f6a9b4f/edx_rest_framework_extensions/config.py#L5 + # pylint: enable=line-too-long + with patch('edx_rest_framework_extensions.permissions.waffle.switch_is_active') as mock_toggle: + mock_toggle.return_value = is_enforced + user = self._create_user() + + auth_header = self._create_jwt_header(user, is_restricted=is_restricted) + request = self._create_request( + auth_header=auth_header, + ) + + response = self.SomeTpaClassView().dispatch(request) + self.assertEqual(response.status_code, expected_response) + + @ddt.data( + # valid scopes + dict(scopes=['tpa:read'], expected_response=200), + dict(scopes=['tpa:read', 'another_scope'], expected_response=200), + + # invalid scopes + dict(scopes=[], expected_response=403), + dict(scopes=['another_scope'], expected_response=403), + ) + @ddt.unpack + def test_jwt_scopes(self, scopes, expected_response): + self._assert_jwt_enforced_restricted_case( + scopes=scopes, + filters=['tpa_provider:some_tpa_provider'], + expected_response=expected_response, + ) + + @ddt.data( + # valid provider filters + dict( + filters=['tpa_provider:some_tpa_provider', 'tpa_provider:another_tpa_provider'], + expected_response=200, + ), + + # invalid provider filters + dict( + filters=['tpa_provider:another_tpa_provider'], + expected_response=403, + ), + dict( + filters=[], + expected_response=403, + ), + ) + @ddt.unpack + def test_jwt_org_filters(self, filters, expected_response): + self._assert_jwt_enforced_restricted_case( + scopes=['tpa:read'], + filters=filters, + expected_response=expected_response, + ) + + def _assert_jwt_enforced_restricted_case(self, scopes, filters, expected_response): + with patch('edx_rest_framework_extensions.permissions.waffle.switch_is_active') as mock_toggle: + mock_toggle.return_value = True + user = self._create_user() + + auth_header = self._create_jwt_header(user, is_restricted=True, scopes=scopes, filters=filters) + request = self._create_request(auth_header=auth_header) + + response = self.SomeTpaClassView().dispatch(request, provider_id='some_tpa_provider') + self.assertEqual(response.status_code, expected_response) diff --git a/common/djangoapps/third_party_auth/api/tests/test_views.py b/common/djangoapps/third_party_auth/api/tests/test_views.py index 3ce1433544..d79b7eac6e 100644 --- a/common/djangoapps/third_party_auth/api/tests/test_views.py +++ b/common/djangoapps/third_party_auth/api/tests/test_views.py @@ -1,7 +1,7 @@ """ Tests for the Third Party Auth REST API """ -from __future__ import absolute_import + import unittest @@ -23,6 +23,9 @@ from student.tests.factories import UserFactory from third_party_auth.api.permissions import ThirdPartyAuthProviderApiPermission from third_party_auth.models import ProviderApiPermissions from third_party_auth.tests.testutil import ThirdPartyAuthTestMixin +from third_party_auth.api.permissions import (JwtRestrictedApplication, + JwtHasScope, + JwtHasTpaProviderFilterForRequestedProvider) VALID_API_KEY = "i am a key" IDP_SLUG_TESTSHIB = 'testshib' @@ -46,7 +49,7 @@ def get_mapping_data_by_usernames(usernames): class TpaAPITestCase(ThirdPartyAuthTestMixin, APITestCase): """ Base test class """ - def setUp(self): + def setUp(self): # pylint: disable=arguments-differ """ Create users for use in the tests """ super(TpaAPITestCase, self).setUp() @@ -234,8 +237,8 @@ class UserMappingViewAPITests(TpaAPITestCase): """ @ddt.data( (VALID_API_KEY, PROVIDER_ID_TESTSHIB, 200, get_mapping_data_by_usernames(LINKED_USERS)), - ("i am an invalid key", PROVIDER_ID_TESTSHIB, 403, None), - (None, PROVIDER_ID_TESTSHIB, 403, None), + ("i am an invalid key", PROVIDER_ID_TESTSHIB, 401, None), + (None, PROVIDER_ID_TESTSHIB, 401, None), (VALID_API_KEY, 'non-existing-id', 404, []), ) @ddt.unpack @@ -336,7 +339,7 @@ class UserMappingViewAPITests(TpaAPITestCase): (True, True, 200), (False, True, 200), (True, False, 200), - (False, False, 403) + (False, False, 401) ) @ddt.unpack def test_user_mapping_permission_logic(self, api_key_permission, token_permission, expect): @@ -346,6 +349,19 @@ class UserMappingViewAPITests(TpaAPITestCase): response = self.client.get(url) self.assertEqual(response.status_code, expect) + @ddt.data( + (True, 200), + (False, 401), + ) + @ddt.unpack + def test_list_all_user_mappings_tpa_permission_logic(self, has_permission, expect): + url = reverse('third_party_auth_user_mapping_api', kwargs={'provider_id': PROVIDER_ID_TESTSHIB}) + with patch.object(JwtHasTpaProviderFilterForRequestedProvider, 'has_permission', return_value=has_permission): + with patch.object(JwtRestrictedApplication, 'has_permission', return_value=has_permission): + with patch.object(JwtHasScope, 'has_permission', return_value=has_permission): + response = self.client.get(url) + self.assertEqual(response.status_code, expect) + def _verify_response(self, response, expect_code, expect_result): """ verify the items in data_list exists in response and data_results matches results in response """ self.assertEqual(response.status_code, expect_code) diff --git a/common/djangoapps/third_party_auth/api/urls.py b/common/djangoapps/third_party_auth/api/urls.py index c4da48933c..01b12c35da 100644 --- a/common/djangoapps/third_party_auth/api/urls.py +++ b/common/djangoapps/third_party_auth/api/urls.py @@ -1,6 +1,5 @@ """ URL configuration for the third party auth API """ -from __future__ import absolute_import from django.conf import settings from django.conf.urls import url diff --git a/common/djangoapps/third_party_auth/api/views.py b/common/djangoapps/third_party_auth/api/views.py index 5c2f8e9696..a4f6b16233 100644 --- a/common/djangoapps/third_party_auth/api/views.py +++ b/common/djangoapps/third_party_auth/api/views.py @@ -2,7 +2,6 @@ Third Party Auth REST API views """ -from __future__ import absolute_import from collections import namedtuple @@ -17,14 +16,16 @@ from rest_framework import exceptions, permissions, status, throttling from rest_framework.generics import ListAPIView from rest_framework.response import Response from rest_framework.views import APIView -from rest_framework_oauth.authentication import OAuth2Authentication from social_django.models import UserSocialAuth -from openedx.core.lib.api.authentication import OAuth2AuthenticationAllowInactiveUser +from openedx.core.lib.api.authentication import ( + BearerAuthentication, + BearerAuthenticationAllowInactiveUser +) from openedx.core.lib.api.permissions import ApiKeyHeaderPermission from third_party_auth import pipeline from third_party_auth.api import serializers -from third_party_auth.api.permissions import ThirdPartyAuthProviderApiPermission +from third_party_auth.api.permissions import TPA_PERMISSIONS from third_party_auth.provider import Registry @@ -66,7 +67,7 @@ class BaseUserView(APIView): authentication_classes = ( # Users may want to view/edit the providers used for authentication before they've # activated their account, so we allow inactive users. - OAuth2AuthenticationAllowInactiveUser, + BearerAuthenticationAllowInactiveUser, SessionAuthenticationAllowInactiveUser, ) throttle_classes = [ProviderSustainedThrottle, ProviderBurstThrottle] @@ -333,9 +334,9 @@ class UserMappingView(ListAPIView): * remote_id: The Id from third party auth provider """ - authentication_classes = ( - OAuth2Authentication, - ) + authentication_classes = (JwtAuthentication, BearerAuthentication, ) + permission_classes = (TPA_PERMISSIONS, ) + required_scopes = ['tpa:read'] serializer_class = serializers.UserMappingSerializer provider = None @@ -343,13 +344,6 @@ class UserMappingView(ListAPIView): def get_queryset(self): provider_id = self.kwargs.get('provider_id') - # permission checking. We allow both API_KEY access and OAuth2 client credential access - if not ( - self.request.user.is_superuser or ApiKeyHeaderPermission().has_permission(self.request, self) or - ThirdPartyAuthProviderApiPermission(provider_id).has_permission(self.request, self) - ): - raise exceptions.PermissionDenied() - # provider existence checking self.provider = Registry.get(provider_id) if not self.provider: @@ -401,7 +395,7 @@ class ThirdPartyAuthUserStatusView(APIView): user with respect to the third party auth providers configured in the system. """ authentication_classes = ( - JwtAuthentication, OAuth2AuthenticationAllowInactiveUser, SessionAuthenticationAllowInactiveUser + JwtAuthentication, BearerAuthenticationAllowInactiveUser, SessionAuthenticationAllowInactiveUser ) permission_classes = (permissions.IsAuthenticated,) diff --git a/common/djangoapps/third_party_auth/apps.py b/common/djangoapps/third_party_auth/apps.py index 054f7b60cb..40fc9ca3c6 100644 --- a/common/djangoapps/third_party_auth/apps.py +++ b/common/djangoapps/third_party_auth/apps.py @@ -1,5 +1,4 @@ -from __future__ import absolute_import from django.apps import AppConfig from django.conf import settings diff --git a/common/djangoapps/third_party_auth/decorators.py b/common/djangoapps/third_party_auth/decorators.py index d568afc030..59d909f3c9 100644 --- a/common/djangoapps/third_party_auth/decorators.py +++ b/common/djangoapps/third_party_auth/decorators.py @@ -1,7 +1,7 @@ """ Decorators that can be used to interact with third_party_auth. """ -from __future__ import absolute_import + from functools import wraps diff --git a/common/djangoapps/third_party_auth/dummy.py b/common/djangoapps/third_party_auth/dummy.py index 69c50b99c0..8103b20a5b 100644 --- a/common/djangoapps/third_party_auth/dummy.py +++ b/common/djangoapps/third_party_auth/dummy.py @@ -1,7 +1,7 @@ """ DummyBackend: A fake Third Party Auth provider for testing & development purposes. """ -from __future__ import absolute_import + from social_core.backends.oauth import BaseOAuth2 from social_core.exceptions import AuthFailed diff --git a/common/djangoapps/third_party_auth/exceptions.py b/common/djangoapps/third_party_auth/exceptions.py index 4c7b71846b..21b5d877d0 100644 --- a/common/djangoapps/third_party_auth/exceptions.py +++ b/common/djangoapps/third_party_auth/exceptions.py @@ -1,7 +1,7 @@ """ Exceptions for SAML Authentication. """ -from __future__ import absolute_import + from social_core.exceptions import AuthException diff --git a/common/djangoapps/third_party_auth/lti.py b/common/djangoapps/third_party_auth/lti.py index 3408880533..05c0d71a5e 100644 --- a/common/djangoapps/third_party_auth/lti.py +++ b/common/djangoapps/third_party_auth/lti.py @@ -1,7 +1,7 @@ """ Third-party-auth module for Learning Tools Interoperability """ -from __future__ import absolute_import + import calendar import logging diff --git a/common/djangoapps/third_party_auth/management/commands/remove_social_auth_users.py b/common/djangoapps/third_party_auth/management/commands/remove_social_auth_users.py index 145a56c2ff..1cee572d43 100644 --- a/common/djangoapps/third_party_auth/management/commands/remove_social_auth_users.py +++ b/common/djangoapps/third_party_auth/management/commands/remove_social_auth_users.py @@ -2,7 +2,7 @@ Management command to remove social auth users. Intended for use in masters integration sandboxes to allow partners reset users and enrollment data. """ -from __future__ import absolute_import + import logging diff --git a/common/djangoapps/third_party_auth/management/commands/saml.py b/common/djangoapps/third_party_auth/management/commands/saml.py index f9ae148cea..108a993f32 100644 --- a/common/djangoapps/third_party_auth/management/commands/saml.py +++ b/common/djangoapps/third_party_auth/management/commands/saml.py @@ -2,7 +2,7 @@ """ Management commands for third_party_auth """ -from __future__ import absolute_import + import logging diff --git a/common/djangoapps/third_party_auth/management/commands/tests/test_remove_social_auth_users.py b/common/djangoapps/third_party_auth/management/commands/tests/test_remove_social_auth_users.py index 0358a3edec..72cb66433f 100644 --- a/common/djangoapps/third_party_auth/management/commands/tests/test_remove_social_auth_users.py +++ b/common/djangoapps/third_party_auth/management/commands/tests/test_remove_social_auth_users.py @@ -1,7 +1,7 @@ """ Tests for `remove_social_auth_users` management command """ -from __future__ import absolute_import + import sys import unittest @@ -87,7 +87,7 @@ class TestRemoveSocialAuthUsersCommand(TestCase): def test_invalid_idp(self): invalid_slug = 'jedi-academy' err_string = u'No SAML provider found for slug {}'.format(invalid_slug) - with self.assertRaisesRegexp(CommandError, err_string): + with self.assertRaisesRegex(CommandError, err_string): call_command(self.command, invalid_slug) @override_settings(FEATURES=FEATURES_WITH_ENABLED) @@ -104,7 +104,7 @@ class TestRemoveSocialAuthUsersCommand(TestCase): @override_settings(FEATURES=FEATURES_WITH_ENABLED) def test_confirmation_failure(self): err_string = 'User confirmation required. No records have been modified' - with self.assertRaisesRegexp(CommandError, err_string): + with self.assertRaisesRegex(CommandError, err_string): with self._replace_stdin('no'): call_command(self.command, self.provider_hogwarts.slug) @@ -115,5 +115,5 @@ class TestRemoveSocialAuthUsersCommand(TestCase): def test_feature_default_disabled(self): """ By default this command should not be enabled """ err_string = 'ENABLE_ENROLLMENT_RESET feature not enabled on this enviroment' - with self.assertRaisesRegexp(CommandError, err_string): + with self.assertRaisesRegex(CommandError, err_string): call_command(self.command, self.provider_hogwarts.slug, force=True) diff --git a/common/djangoapps/third_party_auth/management/commands/tests/test_saml.py b/common/djangoapps/third_party_auth/management/commands/tests/test_saml.py index c471277f88..92686f31c6 100644 --- a/common/djangoapps/third_party_auth/management/commands/tests/test_saml.py +++ b/common/djangoapps/third_party_auth/management/commands/tests/test_saml.py @@ -2,7 +2,7 @@ Tests for `saml` management command, this command fetches saml metadata from providers and updates existing data accordingly. """ -from __future__ import absolute_import + import os import unittest @@ -11,11 +11,11 @@ import mock from django.conf import settings from django.core.management import call_command from django.core.management.base import CommandError -from django.test import TestCase from django.utils.six import StringIO from requests import exceptions from requests.models import Response +from openedx.core.djangolib.testing.utils import CacheIsolationTestCase from third_party_auth.tests.factories import SAMLConfigurationFactory, SAMLProviderConfigFactory @@ -47,7 +47,7 @@ def mock_get(status_code=200): @unittest.skipUnless(settings.ROOT_URLCONF == 'lms.urls', 'Test only valid in lms') -class TestSAMLCommand(TestCase): +class TestSAMLCommand(CacheIsolationTestCase): """ Test django management command for fetching saml metadata. """ @@ -131,7 +131,7 @@ class TestSAMLCommand(TestCase): expected = "\nDone.\n1 provider(s) found in database.\n0 skipped and 1 attempted.\n0 updated and 1 failed.\n" - with self.assertRaisesRegexp(CommandError, r"HTTPError: 404 Client Error"): + with self.assertRaisesRegex(CommandError, r"HTTPError: 404 Client Error"): call_command("saml", pull=True, stdout=self.stdout) self.assertIn(expected, self.stdout.getvalue()) @@ -176,7 +176,7 @@ class TestSAMLCommand(TestCase): ) expected = '\n3 provider(s) found in database.\n0 skipped and 3 attempted.\n2 updated and 1 failed.\n' - with self.assertRaisesRegexp(CommandError, r"MetadataParseError: Can't find EntityDescriptor for entityID"): + with self.assertRaisesRegex(CommandError, r"MetadataParseError: Can't find EntityDescriptor for entityID"): call_command("saml", pull=True, stdout=self.stdout) self.assertIn(expected, self.stdout.getvalue()) @@ -199,7 +199,7 @@ class TestSAMLCommand(TestCase): # Four configurations -- one will be skipped and three attempted, with similar results. expected = '\nDone.\n4 provider(s) found in database.\n1 skipped and 3 attempted.\n0 updated and 1 failed.\n' - with self.assertRaisesRegexp(CommandError, r"MetadataParseError: Can't find EntityDescriptor for entityID"): + with self.assertRaisesRegex(CommandError, r"MetadataParseError: Can't find EntityDescriptor for entityID"): call_command("saml", pull=True, stdout=self.stdout) self.assertIn(expected, self.stdout.getvalue()) @@ -215,19 +215,19 @@ class TestSAMLCommand(TestCase): expected = "\nDone.\n1 provider(s) found in database.\n0 skipped and 1 attempted.\n0 updated and 1 failed.\n" - with self.assertRaisesRegexp(CommandError, "SSLError:"): + with self.assertRaisesRegex(CommandError, "SSLError:"): call_command("saml", pull=True, stdout=self.stdout) self.assertIn(expected, self.stdout.getvalue()) mocked_get.side_effect = exceptions.ConnectionError - with self.assertRaisesRegexp(CommandError, "ConnectionError:"): + with self.assertRaisesRegex(CommandError, "ConnectionError:"): call_command("saml", pull=True, stdout=self.stdout) self.assertIn(expected, self.stdout.getvalue()) mocked_get.side_effect = exceptions.HTTPError - with self.assertRaisesRegexp(CommandError, "HTTPError:"): + with self.assertRaisesRegex(CommandError, "HTTPError:"): call_command("saml", pull=True, stdout=self.stdout) self.assertIn(expected, self.stdout.getvalue()) @@ -252,7 +252,7 @@ class TestSAMLCommand(TestCase): expected = "\nDone.\n2 provider(s) found in database.\n1 skipped and 1 attempted.\n0 updated and 1 failed.\n" - with self.assertRaisesRegexp(CommandError, "MetadataParseError: Can't find EntityDescriptor for entityID"): + with self.assertRaisesRegex(CommandError, "MetadataParseError: Can't find EntityDescriptor for entityID"): call_command("saml", pull=True, stdout=self.stdout) self.assertIn(expected, self.stdout.getvalue()) @@ -272,6 +272,6 @@ class TestSAMLCommand(TestCase): expected = "\nDone.\n1 provider(s) found in database.\n0 skipped and 1 attempted.\n0 updated and 1 failed.\n" - with self.assertRaisesRegexp(CommandError, "XMLSyntaxError:"): + with self.assertRaisesRegex(CommandError, "XMLSyntaxError:"): call_command("saml", pull=True, stdout=self.stdout) self.assertIn(expected, self.stdout.getvalue()) diff --git a/common/djangoapps/third_party_auth/middleware.py b/common/djangoapps/third_party_auth/middleware.py index 5484d87f5e..836eab3a06 100644 --- a/common/djangoapps/third_party_auth/middleware.py +++ b/common/djangoapps/third_party_auth/middleware.py @@ -1,11 +1,11 @@ """Middleware classes for third_party_auth.""" -from __future__ import absolute_import import six.moves.urllib.parse # pylint: disable=import-error from django.contrib import messages from django.shortcuts import redirect from django.urls import reverse +from django.utils.deprecation import MiddlewareMixin from django.utils.translation import ugettext as _ from requests import HTTPError from social_django.middleware import SocialAuthExceptionMiddleware @@ -15,7 +15,7 @@ from student.helpers import get_next_url_for_login_page from . import pipeline -class ExceptionMiddleware(SocialAuthExceptionMiddleware): +class ExceptionMiddleware(SocialAuthExceptionMiddleware, MiddlewareMixin): """Custom middleware that handles conditional redirection.""" def get_redirect_uri(self, request, exception): diff --git a/common/djangoapps/third_party_auth/migrations/0001_initial.py b/common/djangoapps/third_party_auth/migrations/0001_initial.py index f7e835dd38..a17702582d 100644 --- a/common/djangoapps/third_party_auth/migrations/0001_initial.py +++ b/common/djangoapps/third_party_auth/migrations/0001_initial.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + import django.db.models.deletion import provider.utils @@ -21,15 +21,15 @@ class Migration(migrations.Migration): ('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)), ('change_date', models.DateTimeField(auto_now_add=True, verbose_name='Change date')), ('enabled', models.BooleanField(default=False, verbose_name='Enabled')), - ('icon_class', models.CharField(default=b'fa-sign-in', help_text=b'The Font Awesome (or custom) icon class to use on the login button for this provider. Examples: fa-google-plus, fa-facebook, fa-linkedin, fa-sign-in, fa-university', max_length=50)), - ('name', models.CharField(help_text=b'Name of this provider (shown to users)', max_length=50)), + ('icon_class', models.CharField(default=u'fa-sign-in', help_text=u'The Font Awesome (or custom) icon class to use on the login button for this provider. Examples: fa-google-plus, fa-facebook, fa-linkedin, fa-sign-in, fa-university', max_length=50)), + ('name', models.CharField(help_text=u'Name of this provider (shown to users)', max_length=50)), ('secondary', models.BooleanField(default=False, help_text='Secondary providers are displayed less prominently, in a separate list of "Institution" login providers.')), ('skip_registration_form', models.BooleanField(default=False, help_text='If this option is enabled, users will not be asked to confirm their details (name, email, etc.) during the registration process. Only select this option for trusted providers that are known to provide accurate user information.')), ('skip_email_verification', models.BooleanField(default=False, help_text='If this option is selected, users will not be required to confirm their email, and their account will be activated immediately upon registration.')), - ('lti_consumer_key', models.CharField(help_text=b'The name that the LTI Tool Consumer will use to identify itself', max_length=255)), - ('lti_hostname', models.CharField(default=b'localhost', help_text=b'The domain that will be acting as the LTI consumer.', max_length=255, db_index=True)), - ('lti_consumer_secret', models.CharField(default=provider.utils.long_token, help_text=b'The shared secret that the LTI Tool Consumer will use to authenticate requests. Only this edX instance and this tool consumer instance should know this value. For increased security, you can avoid storing this in your database by leaving this field blank and setting SOCIAL_AUTH_LTI_CONSUMER_SECRETS = {"consumer key": "secret", ...} in your instance\'s Django setttigs (or lms.auth.json)', max_length=255, blank=True)), - ('lti_max_timestamp_age', models.IntegerField(default=10, help_text=b'The maximum age of oauth_timestamp values, in seconds.')), + ('lti_consumer_key', models.CharField(help_text=u'The name that the LTI Tool Consumer will use to identify itself', max_length=255)), + ('lti_hostname', models.CharField(default=u'localhost', help_text=u'The domain that will be acting as the LTI consumer.', max_length=255, db_index=True)), + ('lti_consumer_secret', models.CharField(default=provider.utils.long_token, help_text=u'The shared secret that the LTI Tool Consumer will use to authenticate requests. Only this edX instance and this tool consumer instance should know this value. For increased security, you can avoid storing this in your database by leaving this field blank and setting SOCIAL_AUTH_LTI_CONSUMER_SECRETS = {"consumer key": "secret", ...} in your instance\'s Django setttigs (or lms.auth.json)', max_length=255, blank=True)), + ('lti_max_timestamp_age', models.IntegerField(default=10, help_text=u'The maximum age of oauth_timestamp values, in seconds.')), ('changed_by', models.ForeignKey(on_delete=django.db.models.deletion.PROTECT, editable=False, to=settings.AUTH_USER_MODEL, null=True, verbose_name='Changed by')), ], options={ @@ -43,15 +43,15 @@ class Migration(migrations.Migration): ('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)), ('change_date', models.DateTimeField(auto_now_add=True, verbose_name='Change date')), ('enabled', models.BooleanField(default=False, verbose_name='Enabled')), - ('icon_class', models.CharField(default=b'fa-sign-in', help_text=b'The Font Awesome (or custom) icon class to use on the login button for this provider. Examples: fa-google-plus, fa-facebook, fa-linkedin, fa-sign-in, fa-university', max_length=50)), - ('name', models.CharField(help_text=b'Name of this provider (shown to users)', max_length=50)), + ('icon_class', models.CharField(default=u'fa-sign-in', help_text=u'The Font Awesome (or custom) icon class to use on the login button for this provider. Examples: fa-google-plus, fa-facebook, fa-linkedin, fa-sign-in, fa-university', max_length=50)), + ('name', models.CharField(help_text=u'Name of this provider (shown to users)', max_length=50)), ('secondary', models.BooleanField(default=False, help_text='Secondary providers are displayed less prominently, in a separate list of "Institution" login providers.')), ('skip_registration_form', models.BooleanField(default=False, help_text='If this option is enabled, users will not be asked to confirm their details (name, email, etc.) during the registration process. Only select this option for trusted providers that are known to provide accurate user information.')), ('skip_email_verification', models.BooleanField(default=False, help_text='If this option is selected, users will not be required to confirm their email, and their account will be activated immediately upon registration.')), - ('backend_name', models.CharField(help_text=b'Which python-social-auth OAuth2 provider backend to use. The list of backend choices is determined by the THIRD_PARTY_AUTH_BACKENDS setting.', max_length=50, db_index=True)), - ('key', models.TextField(verbose_name=b'Client ID', blank=True)), - ('secret', models.TextField(help_text=b'For increased security, you can avoid storing this in your database by leaving this field blank and setting SOCIAL_AUTH_OAUTH_SECRETS = {"(backend name)": "secret", ...} in your instance\'s Django settings (or lms.auth.json)', verbose_name=b'Client Secret', blank=True)), - ('other_settings', models.TextField(help_text=b'Optional JSON object with advanced settings, if any.', blank=True)), + ('backend_name', models.CharField(help_text=u'Which python-social-auth OAuth2 provider backend to use. The list of backend choices is determined by the THIRD_PARTY_AUTH_BACKENDS setting.', max_length=50, db_index=True)), + ('key', models.TextField(verbose_name=u'Client ID', blank=True)), + ('secret', models.TextField(help_text=u'For increased security, you can avoid storing this in your database by leaving this field blank and setting SOCIAL_AUTH_OAUTH_SECRETS = {"(backend name)": "secret", ...} in your instance\'s Django settings (or lms.auth.json)', verbose_name=u'Client Secret', blank=True)), + ('other_settings', models.TextField(help_text=u'Optional JSON object with advanced settings, if any.', blank=True)), ('changed_by', models.ForeignKey(on_delete=django.db.models.deletion.PROTECT, editable=False, to=settings.AUTH_USER_MODEL, null=True, verbose_name='Changed by')), ], options={ @@ -63,7 +63,7 @@ class Migration(migrations.Migration): name='ProviderApiPermissions', fields=[ ('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)), - ('provider_id', models.CharField(help_text=b'Uniquely identify a provider. This is different from backend_name.', max_length=255)), + ('provider_id', models.CharField(help_text=u'Uniquely identify a provider. This is different from backend_name.', max_length=255)), ('client', models.ForeignKey(to='oauth2.Client', on_delete=models.CASCADE)), ], options={ @@ -77,11 +77,11 @@ class Migration(migrations.Migration): ('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)), ('change_date', models.DateTimeField(auto_now_add=True, verbose_name='Change date')), ('enabled', models.BooleanField(default=False, verbose_name='Enabled')), - ('private_key', models.TextField(help_text=b'To generate a key pair as two files, run "openssl req -new -x509 -days 3652 -nodes -out saml.crt -keyout saml.key". Paste the contents of saml.key here. For increased security, you can avoid storing this in your database by leaving this field blank and setting it via the SOCIAL_AUTH_SAML_SP_PRIVATE_KEY setting in your instance\'s Django settings (or lms.auth.json).', blank=True)), - ('public_key', models.TextField(help_text=b"Public key certificate. For increased security, you can avoid storing this in your database by leaving this field blank and setting it via the SOCIAL_AUTH_SAML_SP_PUBLIC_CERT setting in your instance's Django settings (or lms.auth.json).", blank=True)), - ('entity_id', models.CharField(default=b'http://saml.example.com', max_length=255, verbose_name=b'Entity ID')), - ('org_info_str', models.TextField(default=b'{"en-US": {"url": "http://www.example.com", "displayname": "Example Inc.", "name": "example"}}', help_text=b"JSON dictionary of 'url', 'displayname', and 'name' for each language", verbose_name=b'Organization Info')), - ('other_config_str', models.TextField(default=b'{\n"SECURITY_CONFIG": {"metadataCacheDuration": 604800, "signMetadata": false}\n}', help_text=b'JSON object defining advanced settings that are passed on to python-saml. Valid keys that can be set here include: SECURITY_CONFIG and SP_EXTRA')), + ('private_key', models.TextField(help_text=u'To generate a key pair as two files, run "openssl req -new -x509 -days 3652 -nodes -out saml.crt -keyout saml.key". Paste the contents of saml.key here. For increased security, you can avoid storing this in your database by leaving this field blank and setting it via the SOCIAL_AUTH_SAML_SP_PRIVATE_KEY setting in your instance\'s Django settings (or lms.auth.json).', blank=True)), + ('public_key', models.TextField(help_text=u"Public key certificate. For increased security, you can avoid storing this in your database by leaving this field blank and setting it via the SOCIAL_AUTH_SAML_SP_PUBLIC_CERT setting in your instance's Django settings (or lms.auth.json).", blank=True)), + ('entity_id', models.CharField(default=u'http://saml.example.com', max_length=255, verbose_name=u'Entity ID')), + ('org_info_str', models.TextField(default=u'{"en-US": {"url": "http://www.example.com", "displayname": "Example Inc.", "name": "example"}}', help_text=u"JSON dictionary of 'url', 'displayname', and 'name' for each language", verbose_name=u'Organization Info')), + ('other_config_str', models.TextField(default=u'{\n"SECURITY_CONFIG": {"metadataCacheDuration": 604800, "signMetadata": false}\n}', help_text=u'JSON object defining advanced settings that are passed on to python-saml. Valid keys that can be set here include: SECURITY_CONFIG and SP_EXTRA')), ('changed_by', models.ForeignKey(on_delete=django.db.models.deletion.PROTECT, editable=False, to=settings.AUTH_USER_MODEL, null=True, verbose_name='Changed by')), ], options={ @@ -95,22 +95,22 @@ class Migration(migrations.Migration): ('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)), ('change_date', models.DateTimeField(auto_now_add=True, verbose_name='Change date')), ('enabled', models.BooleanField(default=False, verbose_name='Enabled')), - ('icon_class', models.CharField(default=b'fa-sign-in', help_text=b'The Font Awesome (or custom) icon class to use on the login button for this provider. Examples: fa-google-plus, fa-facebook, fa-linkedin, fa-sign-in, fa-university', max_length=50)), - ('name', models.CharField(help_text=b'Name of this provider (shown to users)', max_length=50)), + ('icon_class', models.CharField(default=u'fa-sign-in', help_text=u'The Font Awesome (or custom) icon class to use on the login button for this provider. Examples: fa-google-plus, fa-facebook, fa-linkedin, fa-sign-in, fa-university', max_length=50)), + ('name', models.CharField(help_text=u'Name of this provider (shown to users)', max_length=50)), ('secondary', models.BooleanField(default=False, help_text='Secondary providers are displayed less prominently, in a separate list of "Institution" login providers.')), ('skip_registration_form', models.BooleanField(default=False, help_text='If this option is enabled, users will not be asked to confirm their details (name, email, etc.) during the registration process. Only select this option for trusted providers that are known to provide accurate user information.')), ('skip_email_verification', models.BooleanField(default=False, help_text='If this option is selected, users will not be required to confirm their email, and their account will be activated immediately upon registration.')), - ('backend_name', models.CharField(default=b'tpa-saml', help_text=b"Which python-social-auth provider backend to use. 'tpa-saml' is the standard edX SAML backend.", max_length=50)), - ('idp_slug', models.SlugField(help_text=b'A short string uniquely identifying this provider. Cannot contain spaces and should be a usable as a CSS class. Examples: "ubc", "mit-staging"', max_length=30)), - ('entity_id', models.CharField(help_text=b'Example: https://idp.testshib.org/idp/shibboleth', max_length=255, verbose_name=b'Entity ID')), - ('metadata_source', models.CharField(help_text=b"URL to this provider's XML metadata. Should be an HTTPS URL. Example: https://www.testshib.org/metadata/testshib-providers.xml", max_length=255)), - ('attr_user_permanent_id', models.CharField(help_text=b'URN of the SAML attribute that we can use as a unique, persistent user ID. Leave blank for default.', max_length=128, verbose_name=b'User ID Attribute', blank=True)), - ('attr_full_name', models.CharField(help_text=b"URN of SAML attribute containing the user's full name. Leave blank for default.", max_length=128, verbose_name=b'Full Name Attribute', blank=True)), - ('attr_first_name', models.CharField(help_text=b"URN of SAML attribute containing the user's first name. Leave blank for default.", max_length=128, verbose_name=b'First Name Attribute', blank=True)), - ('attr_last_name', models.CharField(help_text=b"URN of SAML attribute containing the user's last name. Leave blank for default.", max_length=128, verbose_name=b'Last Name Attribute', blank=True)), - ('attr_username', models.CharField(help_text=b'URN of SAML attribute to use as a suggested username for this user. Leave blank for default.', max_length=128, verbose_name=b'Username Hint Attribute', blank=True)), - ('attr_email', models.CharField(help_text=b"URN of SAML attribute containing the user's email address[es]. Leave blank for default.", max_length=128, verbose_name=b'Email Attribute', blank=True)), - ('other_settings', models.TextField(help_text=b'For advanced use cases, enter a JSON object with addtional configuration. The tpa-saml backend supports only {"requiredEntitlements": ["urn:..."]} which can be used to require the presence of a specific eduPersonEntitlement.', verbose_name=b'Advanced settings', blank=True)), + ('backend_name', models.CharField(default=u'tpa-saml', help_text=u"Which python-social-auth provider backend to use. 'tpa-saml' is the standard edX SAML backend.", max_length=50)), + ('idp_slug', models.SlugField(help_text=u'A short string uniquely identifying this provider. Cannot contain spaces and should be a usable as a CSS class. Examples: "ubc", "mit-staging"', max_length=30)), + ('entity_id', models.CharField(help_text=u'Example: https://idp.testshib.org/idp/shibboleth', max_length=255, verbose_name=u'Entity ID')), + ('metadata_source', models.CharField(help_text=u"URL to this provider's XML metadata. Should be an HTTPS URL. Example: https://www.testshib.org/metadata/testshib-providers.xml", max_length=255)), + ('attr_user_permanent_id', models.CharField(help_text=u'URN of the SAML attribute that we can use as a unique, persistent user ID. Leave blank for default.', max_length=128, verbose_name=u'User ID Attribute', blank=True)), + ('attr_full_name', models.CharField(help_text=u"URN of SAML attribute containing the user's full name. Leave blank for default.", max_length=128, verbose_name=u'Full Name Attribute', blank=True)), + ('attr_first_name', models.CharField(help_text=u"URN of SAML attribute containing the user's first name. Leave blank for default.", max_length=128, verbose_name=u'First Name Attribute', blank=True)), + ('attr_last_name', models.CharField(help_text=u"URN of SAML attribute containing the user's last name. Leave blank for default.", max_length=128, verbose_name=u'Last Name Attribute', blank=True)), + ('attr_username', models.CharField(help_text=u'URN of SAML attribute to use as a suggested username for this user. Leave blank for default.', max_length=128, verbose_name=u'Username Hint Attribute', blank=True)), + ('attr_email', models.CharField(help_text=u"URN of SAML attribute containing the user's email address[es]. Leave blank for default.", max_length=128, verbose_name=u'Email Attribute', blank=True)), + ('other_settings', models.TextField(help_text=u'For advanced use cases, enter a JSON object with addtional configuration. The tpa-saml backend supports only {"requiredEntitlements": ["urn:..."]} which can be used to require the presence of a specific eduPersonEntitlement.', verbose_name=u'Advanced settings', blank=True)), ('changed_by', models.ForeignKey(on_delete=django.db.models.deletion.PROTECT, editable=False, to=settings.AUTH_USER_MODEL, null=True, verbose_name='Changed by')), ], options={ @@ -125,7 +125,7 @@ class Migration(migrations.Migration): ('fetched_at', models.DateTimeField(db_index=True)), ('expires_at', models.DateTimeField(null=True, db_index=True)), ('entity_id', models.CharField(max_length=255, db_index=True)), - ('sso_url', models.URLField(verbose_name=b'SSO URL')), + ('sso_url', models.URLField(verbose_name=u'SSO URL')), ('public_key', models.TextField()), ], options={ diff --git a/common/djangoapps/third_party_auth/migrations/0002_schema__provider_icon_image.py b/common/djangoapps/third_party_auth/migrations/0002_schema__provider_icon_image.py index 32d54802f6..ebba1d5f48 100644 --- a/common/djangoapps/third_party_auth/migrations/0002_schema__provider_icon_image.py +++ b/common/djangoapps/third_party_auth/migrations/0002_schema__provider_icon_image.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models @@ -14,31 +14,31 @@ class Migration(migrations.Migration): migrations.AddField( model_name='ltiproviderconfig', name='icon_image', - field=models.FileField(help_text=b'If there is no Font Awesome icon available for this provider, upload a custom image. SVG images are recommended as they can scale to any size.', upload_to=b'', blank=True), + field=models.FileField(help_text=u'If there is no Font Awesome icon available for this provider, upload a custom image. SVG images are recommended as they can scale to any size.', upload_to=u'', blank=True), ), migrations.AddField( model_name='oauth2providerconfig', name='icon_image', - field=models.FileField(help_text=b'If there is no Font Awesome icon available for this provider, upload a custom image. SVG images are recommended as they can scale to any size.', upload_to=b'', blank=True), + field=models.FileField(help_text=u'If there is no Font Awesome icon available for this provider, upload a custom image. SVG images are recommended as they can scale to any size.', upload_to=u'', blank=True), ), migrations.AddField( model_name='samlproviderconfig', name='icon_image', - field=models.FileField(help_text=b'If there is no Font Awesome icon available for this provider, upload a custom image. SVG images are recommended as they can scale to any size.', upload_to=b'', blank=True), + field=models.FileField(help_text=u'If there is no Font Awesome icon available for this provider, upload a custom image. SVG images are recommended as they can scale to any size.', upload_to=u'', blank=True), ), migrations.AlterField( model_name='ltiproviderconfig', name='icon_class', - field=models.CharField(default=b'fa-sign-in', help_text=b'The Font Awesome (or custom) icon class to use on the login button for this provider. Examples: fa-google-plus, fa-facebook, fa-linkedin, fa-sign-in, fa-university', max_length=50, blank=True), + field=models.CharField(default=u'fa-sign-in', help_text=u'The Font Awesome (or custom) icon class to use on the login button for this provider. Examples: fa-google-plus, fa-facebook, fa-linkedin, fa-sign-in, fa-university', max_length=50, blank=True), ), migrations.AlterField( model_name='oauth2providerconfig', name='icon_class', - field=models.CharField(default=b'fa-sign-in', help_text=b'The Font Awesome (or custom) icon class to use on the login button for this provider. Examples: fa-google-plus, fa-facebook, fa-linkedin, fa-sign-in, fa-university', max_length=50, blank=True), + field=models.CharField(default=u'fa-sign-in', help_text=u'The Font Awesome (or custom) icon class to use on the login button for this provider. Examples: fa-google-plus, fa-facebook, fa-linkedin, fa-sign-in, fa-university', max_length=50, blank=True), ), migrations.AlterField( model_name='samlproviderconfig', name='icon_class', - field=models.CharField(default=b'fa-sign-in', help_text=b'The Font Awesome (or custom) icon class to use on the login button for this provider. Examples: fa-google-plus, fa-facebook, fa-linkedin, fa-sign-in, fa-university', max_length=50, blank=True), + field=models.CharField(default=u'fa-sign-in', help_text=u'The Font Awesome (or custom) icon class to use on the login button for this provider. Examples: fa-google-plus, fa-facebook, fa-linkedin, fa-sign-in, fa-university', max_length=50, blank=True), ), ] diff --git a/common/djangoapps/third_party_auth/migrations/0003_samlproviderconfig_debug_mode.py b/common/djangoapps/third_party_auth/migrations/0003_samlproviderconfig_debug_mode.py index 1716aa5285..6bf63df1b7 100644 --- a/common/djangoapps/third_party_auth/migrations/0003_samlproviderconfig_debug_mode.py +++ b/common/djangoapps/third_party_auth/migrations/0003_samlproviderconfig_debug_mode.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models @@ -14,6 +14,6 @@ class Migration(migrations.Migration): migrations.AddField( model_name='samlproviderconfig', name='debug_mode', - field=models.BooleanField(default=False, help_text=b'In debug mode, all SAML XML requests and responses will be logged. This is helpful for testing/setup but should always be disabled before users start using this provider.', verbose_name=b'Debug Mode'), + field=models.BooleanField(default=False, help_text=u'In debug mode, all SAML XML requests and responses will be logged. This is helpful for testing/setup but should always be disabled before users start using this provider.', verbose_name=u'Debug Mode'), ), ] diff --git a/common/djangoapps/third_party_auth/migrations/0004_add_visible_field.py b/common/djangoapps/third_party_auth/migrations/0004_add_visible_field.py index 5fff768bae..f0e33046a8 100644 --- a/common/djangoapps/third_party_auth/migrations/0004_add_visible_field.py +++ b/common/djangoapps/third_party_auth/migrations/0004_add_visible_field.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models @@ -17,7 +17,7 @@ class Migration(migrations.Migration): model_name='LTIProviderConfig', name='visible', field=models.BooleanField( - help_text=b'If this option is not selected, users will not be presented with the provider as an option to authenticate with on the login screen, but manual authentication using the correct link is still possible.', + help_text=u'If this option is not selected, users will not be presented with the provider as an option to authenticate with on the login screen, but manual authentication using the correct link is still possible.', default=True ), preserve_default=False @@ -26,7 +26,7 @@ class Migration(migrations.Migration): model_name='LTIProviderConfig', name='visible', field=models.BooleanField( - help_text=b'If this option is not selected, users will not be presented with the provider as an option to authenticate with on the login screen, but manual authentication using the correct link is still possible.', + help_text=u'If this option is not selected, users will not be presented with the provider as an option to authenticate with on the login screen, but manual authentication using the correct link is still possible.', default=False ) ), @@ -34,7 +34,7 @@ class Migration(migrations.Migration): model_name='OAuth2ProviderConfig', name='visible', field=models.BooleanField( - help_text=b'If this option is not selected, users will not be presented with the provider as an option to authenticate with on the login screen, but manual authentication using the correct link is still possible.', + help_text=u'If this option is not selected, users will not be presented with the provider as an option to authenticate with on the login screen, but manual authentication using the correct link is still possible.', default=True ), preserve_default=False @@ -43,7 +43,7 @@ class Migration(migrations.Migration): model_name='OAuth2ProviderConfig', name='visible', field=models.BooleanField( - help_text=b'If this option is not selected, users will not be presented with the provider as an option to authenticate with on the login screen, but manual authentication using the correct link is still possible.', + help_text=u'If this option is not selected, users will not be presented with the provider as an option to authenticate with on the login screen, but manual authentication using the correct link is still possible.', default=False ) ), @@ -51,7 +51,7 @@ class Migration(migrations.Migration): model_name='SAMLProviderConfig', name='visible', field=models.BooleanField( - help_text=b'If this option is not selected, users will not be presented with the provider as an option to authenticate with on the login screen, but manual authentication using the correct link is still possible.', + help_text=u'If this option is not selected, users will not be presented with the provider as an option to authenticate with on the login screen, but manual authentication using the correct link is still possible.', default=True ), preserve_default=False @@ -60,7 +60,7 @@ class Migration(migrations.Migration): model_name='SAMLProviderConfig', name='visible', field=models.BooleanField( - help_text=b'If this option is not selected, users will not be presented with the provider as an option to authenticate with on the login screen, but manual authentication using the correct link is still possible.', + help_text=u'If this option is not selected, users will not be presented with the provider as an option to authenticate with on the login screen, but manual authentication using the correct link is still possible.', default=False ) ), diff --git a/common/djangoapps/third_party_auth/migrations/0005_add_site_field.py b/common/djangoapps/third_party_auth/migrations/0005_add_site_field.py index ee7ad5f63c..6769985545 100644 --- a/common/djangoapps/third_party_auth/migrations/0005_add_site_field.py +++ b/common/djangoapps/third_party_auth/migrations/0005_add_site_field.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.conf import settings from django.db import migrations, models @@ -28,7 +28,7 @@ class Migration(migrations.Migration): name='provider_slug', field=models.SlugField( default='temp', - help_text=b'A short string uniquely identifying this provider. Cannot contain spaces and should be a usable as a CSS class. Examples: "ubc", "mit-staging"', + help_text=u'A short string uniquely identifying this provider. Cannot contain spaces and should be a usable as a CSS class. Examples: "ubc", "mit-staging"', max_length=30 ), preserve_default=False, diff --git a/common/djangoapps/third_party_auth/migrations/0006_samlproviderconfig_automatic_refresh_enabled.py b/common/djangoapps/third_party_auth/migrations/0006_samlproviderconfig_automatic_refresh_enabled.py index 027723d34c..4fc4162190 100644 --- a/common/djangoapps/third_party_auth/migrations/0006_samlproviderconfig_automatic_refresh_enabled.py +++ b/common/djangoapps/third_party_auth/migrations/0006_samlproviderconfig_automatic_refresh_enabled.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models @@ -14,6 +14,6 @@ class Migration(migrations.Migration): migrations.AddField( model_name='samlproviderconfig', name='automatic_refresh_enabled', - field=models.BooleanField(default=True, help_text=b"When checked, the SAML provider's metadata will be included in the automatic refresh job, if configured.", verbose_name=b'Enable automatic metadata refresh'), + field=models.BooleanField(default=True, help_text=u"When checked, the SAML provider's metadata will be included in the automatic refresh job, if configured.", verbose_name=u'Enable automatic metadata refresh'), ), ] diff --git a/common/djangoapps/third_party_auth/migrations/0007_auto_20170406_0912.py b/common/djangoapps/third_party_auth/migrations/0007_auto_20170406_0912.py index 4ffbb53b8b..7c40df3209 100644 --- a/common/djangoapps/third_party_auth/migrations/0007_auto_20170406_0912.py +++ b/common/djangoapps/third_party_auth/migrations/0007_auto_20170406_0912.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models @@ -14,11 +14,11 @@ class Migration(migrations.Migration): migrations.AddField( model_name='samlproviderconfig', name='identity_provider_type', - field=models.CharField(default=b'standard_saml_provider', help_text=b'Some SAML providers require special behavior. For example, SAP SuccessFactors SAML providers require an additional API call to retrieve user metadata not provided in the SAML response. Select the provider type which best matches your use case. If in doubt, choose the Standard SAML Provider type.', max_length=128, verbose_name=b'Identity Provider Type', choices=[(b'standard_saml_provider', b'Standard SAML provider'), (b'sap_success_factors', b'SAP SuccessFactors provider')]), + field=models.CharField(default=u'standard_saml_provider', help_text=u'Some SAML providers require special behavior. For example, SAP SuccessFactors SAML providers require an additional API call to retrieve user metadata not provided in the SAML response. Select the provider type which best matches your use case. If in doubt, choose the Standard SAML Provider type.', max_length=128, verbose_name=u'Identity Provider Type', choices=[(u'standard_saml_provider', u'Standard SAML provider'), (u'sap_success_factors', u'SAP SuccessFactors provider')]), ), migrations.AlterField( model_name='samlproviderconfig', name='other_settings', - field=models.TextField(help_text=b'For advanced use cases, enter a JSON object with addtional configuration. The tpa-saml backend supports only {"requiredEntitlements": ["urn:..."]} which can be used to require the presence of a specific eduPersonEntitlement. Custom provider types, as selected in the "Identity Provider Type" field, may make use of the information stored in this field for configuration.', verbose_name=b'Advanced settings', blank=True), + field=models.TextField(help_text=u'For advanced use cases, enter a JSON object with addtional configuration. The tpa-saml backend supports only {"requiredEntitlements": ["urn:..."]} which can be used to require the presence of a specific eduPersonEntitlement. Custom provider types, as selected in the "Identity Provider Type" field, may make use of the information stored in this field for configuration.', verbose_name=u'Advanced settings', blank=True), ), ] diff --git a/common/djangoapps/third_party_auth/migrations/0008_auto_20170413_1455.py b/common/djangoapps/third_party_auth/migrations/0008_auto_20170413_1455.py index 37d615b969..c87311006e 100644 --- a/common/djangoapps/third_party_auth/migrations/0008_auto_20170413_1455.py +++ b/common/djangoapps/third_party_auth/migrations/0008_auto_20170413_1455.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models diff --git a/common/djangoapps/third_party_auth/migrations/0009_auto_20170415_1144.py b/common/djangoapps/third_party_auth/migrations/0009_auto_20170415_1144.py index 7b06f2dfd7..17199777e6 100644 --- a/common/djangoapps/third_party_auth/migrations/0009_auto_20170415_1144.py +++ b/common/djangoapps/third_party_auth/migrations/0009_auto_20170415_1144.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models @@ -14,16 +14,16 @@ class Migration(migrations.Migration): migrations.AddField( model_name='ltiproviderconfig', name='max_session_length', - field=models.PositiveIntegerField(default=None, help_text='If this option is set, then users logging in using this SSO provider will have their session length limited to no longer than this value. If set to 0 (zero), the session will expire upon the user closing their browser. If left blank, the Django platform session default length will be used.', null=True, verbose_name=b'Max session length (seconds)', blank=True), + field=models.PositiveIntegerField(default=None, help_text='If this option is set, then users logging in using this SSO provider will have their session length limited to no longer than this value. If set to 0 (zero), the session will expire upon the user closing their browser. If left blank, the Django platform session default length will be used.', null=True, verbose_name=u'Max session length (seconds)', blank=True), ), migrations.AddField( model_name='oauth2providerconfig', name='max_session_length', - field=models.PositiveIntegerField(default=None, help_text='If this option is set, then users logging in using this SSO provider will have their session length limited to no longer than this value. If set to 0 (zero), the session will expire upon the user closing their browser. If left blank, the Django platform session default length will be used.', null=True, verbose_name=b'Max session length (seconds)', blank=True), + field=models.PositiveIntegerField(default=None, help_text='If this option is set, then users logging in using this SSO provider will have their session length limited to no longer than this value. If set to 0 (zero), the session will expire upon the user closing their browser. If left blank, the Django platform session default length will be used.', null=True, verbose_name=u'Max session length (seconds)', blank=True), ), migrations.AddField( model_name='samlproviderconfig', name='max_session_length', - field=models.PositiveIntegerField(default=None, help_text='If this option is set, then users logging in using this SSO provider will have their session length limited to no longer than this value. If set to 0 (zero), the session will expire upon the user closing their browser. If left blank, the Django platform session default length will be used.', null=True, verbose_name=b'Max session length (seconds)', blank=True), + field=models.PositiveIntegerField(default=None, help_text='If this option is set, then users logging in using this SSO provider will have their session length limited to no longer than this value. If set to 0 (zero), the session will expire upon the user closing their browser. If left blank, the Django platform session default length will be used.', null=True, verbose_name=u'Max session length (seconds)', blank=True), ), ] diff --git a/common/djangoapps/third_party_auth/migrations/0010_add_skip_hinted_login_dialog_field.py b/common/djangoapps/third_party_auth/migrations/0010_add_skip_hinted_login_dialog_field.py index ed324e0182..a743b09864 100644 --- a/common/djangoapps/third_party_auth/migrations/0010_add_skip_hinted_login_dialog_field.py +++ b/common/djangoapps/third_party_auth/migrations/0010_add_skip_hinted_login_dialog_field.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models diff --git a/common/djangoapps/third_party_auth/migrations/0011_auto_20170616_0112.py b/common/djangoapps/third_party_auth/migrations/0011_auto_20170616_0112.py index 5e948c324d..06b6228bcb 100644 --- a/common/djangoapps/third_party_auth/migrations/0011_auto_20170616_0112.py +++ b/common/djangoapps/third_party_auth/migrations/0011_auto_20170616_0112.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models @@ -14,6 +14,6 @@ class Migration(migrations.Migration): migrations.AlterField( model_name='samlproviderconfig', name='other_settings', - field=models.TextField(help_text=b'For advanced use cases, enter a JSON object with addtional configuration. The tpa-saml backend supports {"requiredEntitlements": ["urn:..."]}, which can be used to require the presence of a specific eduPersonEntitlement, and {"extra_field_definitions": [{"name": "...", "urn": "..."},...]}, which can be used to define registration form fields and the URNs that can be used to retrieve the relevant values from the SAML response. Custom provider types, as selected in the "Identity Provider Type" field, may make use of the information stored in this field for additional configuration.', verbose_name=b'Advanced settings', blank=True), + field=models.TextField(help_text=u'For advanced use cases, enter a JSON object with addtional configuration. The tpa-saml backend supports {"requiredEntitlements": ["urn:..."]}, which can be used to require the presence of a specific eduPersonEntitlement, and {"extra_field_definitions": [{"name": "...", "urn": "..."},...]}, which can be used to define registration form fields and the URNs that can be used to retrieve the relevant values from the SAML response. Custom provider types, as selected in the "Identity Provider Type" field, may make use of the information stored in this field for additional configuration.', verbose_name=u'Advanced settings', blank=True), ), ] diff --git a/common/djangoapps/third_party_auth/migrations/0012_auto_20170626_1135.py b/common/djangoapps/third_party_auth/migrations/0012_auto_20170626_1135.py index ac34eac9f5..54ffbf471d 100644 --- a/common/djangoapps/third_party_auth/migrations/0012_auto_20170626_1135.py +++ b/common/djangoapps/third_party_auth/migrations/0012_auto_20170626_1135.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models diff --git a/common/djangoapps/third_party_auth/migrations/0013_sync_learner_profile_data.py b/common/djangoapps/third_party_auth/migrations/0013_sync_learner_profile_data.py index a233d9a458..69114da8e7 100644 --- a/common/djangoapps/third_party_auth/migrations/0013_sync_learner_profile_data.py +++ b/common/djangoapps/third_party_auth/migrations/0013_sync_learner_profile_data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models diff --git a/common/djangoapps/third_party_auth/migrations/0014_auto_20171222_1233.py b/common/djangoapps/third_party_auth/migrations/0014_auto_20171222_1233.py index e5c144f25b..5012470c86 100644 --- a/common/djangoapps/third_party_auth/migrations/0014_auto_20171222_1233.py +++ b/common/djangoapps/third_party_auth/migrations/0014_auto_20171222_1233.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models diff --git a/common/djangoapps/third_party_auth/migrations/0015_samlproviderconfig_archived.py b/common/djangoapps/third_party_auth/migrations/0015_samlproviderconfig_archived.py index 70f10344cf..04be00ff6e 100644 --- a/common/djangoapps/third_party_auth/migrations/0015_samlproviderconfig_archived.py +++ b/common/djangoapps/third_party_auth/migrations/0015_samlproviderconfig_archived.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models diff --git a/common/djangoapps/third_party_auth/migrations/0016_auto_20180130_0938.py b/common/djangoapps/third_party_auth/migrations/0016_auto_20180130_0938.py index 01a7e0bbde..3dfd854729 100644 --- a/common/djangoapps/third_party_auth/migrations/0016_auto_20180130_0938.py +++ b/common/djangoapps/third_party_auth/migrations/0016_auto_20180130_0938.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + import django.db.models.deletion from django.db import migrations, models @@ -15,7 +15,7 @@ class Migration(migrations.Migration): migrations.AddField( model_name='samlconfiguration', name='slug', - field=models.SlugField(default=b'default', help_text=b'A short string uniquely identifying this configuration. Cannot contain spaces. Examples: "ubc", "mit-staging"', max_length=30), + field=models.SlugField(default=u'default', help_text=u'A short string uniquely identifying this configuration. Cannot contain spaces. Examples: "ubc", "mit-staging"', max_length=30), ), migrations.AddField( model_name='samlproviderconfig', diff --git a/common/djangoapps/third_party_auth/migrations/0017_remove_icon_class_image_secondary_fields.py b/common/djangoapps/third_party_auth/migrations/0017_remove_icon_class_image_secondary_fields.py index ab698f6be8..830fdcd257 100644 --- a/common/djangoapps/third_party_auth/migrations/0017_remove_icon_class_image_secondary_fields.py +++ b/common/djangoapps/third_party_auth/migrations/0017_remove_icon_class_image_secondary_fields.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Generated by Django 1.11.8 on 2018-01-30 17:38 -from __future__ import absolute_import, unicode_literals + from django.db import migrations diff --git a/common/djangoapps/third_party_auth/migrations/0018_auto_20180327_1631.py b/common/djangoapps/third_party_auth/migrations/0018_auto_20180327_1631.py index 0406ea6a4a..c8577e36ae 100644 --- a/common/djangoapps/third_party_auth/migrations/0018_auto_20180327_1631.py +++ b/common/djangoapps/third_party_auth/migrations/0018_auto_20180327_1631.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models diff --git a/common/djangoapps/third_party_auth/migrations/0019_consolidate_slug.py b/common/djangoapps/third_party_auth/migrations/0019_consolidate_slug.py index 658854dec8..8db0edf7e0 100644 --- a/common/djangoapps/third_party_auth/migrations/0019_consolidate_slug.py +++ b/common/djangoapps/third_party_auth/migrations/0019_consolidate_slug.py @@ -2,7 +2,7 @@ """ Custom migration script to add slug field to all ProviderConfig models. """ -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models from django.utils.text import slugify @@ -39,17 +39,17 @@ class Migration(migrations.Migration): migrations.AddField( model_name='ltiproviderconfig', name='slug', - field=models.SlugField(default=b'default', help_text=b'A short string uniquely identifying this provider. Cannot contain spaces and should be a usable as a CSS class. Examples: "ubc", "mit-staging"', max_length=30), + field=models.SlugField(default=u'default', help_text=u'A short string uniquely identifying this provider. Cannot contain spaces and should be a usable as a CSS class. Examples: "ubc", "mit-staging"', max_length=30), ), migrations.AddField( model_name='oauth2providerconfig', name='slug', - field=models.SlugField(default=b'default', help_text=b'A short string uniquely identifying this provider. Cannot contain spaces and should be a usable as a CSS class. Examples: "ubc", "mit-staging"', max_length=30), + field=models.SlugField(default=u'default', help_text=u'A short string uniquely identifying this provider. Cannot contain spaces and should be a usable as a CSS class. Examples: "ubc", "mit-staging"', max_length=30), ), migrations.AddField( model_name='samlproviderconfig', name='slug', - field=models.SlugField(default=b'default', help_text=b'A short string uniquely identifying this provider. Cannot contain spaces and should be a usable as a CSS class. Examples: "ubc", "mit-staging"', max_length=30), + field=models.SlugField(default=u'default', help_text=u'A short string uniquely identifying this provider. Cannot contain spaces and should be a usable as a CSS class. Examples: "ubc", "mit-staging"', max_length=30), ), migrations.RunPython(fill_slug_field, reverse_code=migrations.RunPython.noop), ] diff --git a/common/djangoapps/third_party_auth/migrations/0020_cleanup_slug_fields.py b/common/djangoapps/third_party_auth/migrations/0020_cleanup_slug_fields.py index 132f173b69..e11c41c2ca 100644 --- a/common/djangoapps/third_party_auth/migrations/0020_cleanup_slug_fields.py +++ b/common/djangoapps/third_party_auth/migrations/0020_cleanup_slug_fields.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Generated by Django 1.11.12 on 2018-04-10 13:57 -from __future__ import absolute_import, unicode_literals + from django.db import migrations diff --git a/common/djangoapps/third_party_auth/migrations/0021_sso_id_verification.py b/common/djangoapps/third_party_auth/migrations/0021_sso_id_verification.py index 0e7c825ba0..dc0d64215d 100644 --- a/common/djangoapps/third_party_auth/migrations/0021_sso_id_verification.py +++ b/common/djangoapps/third_party_auth/migrations/0021_sso_id_verification.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Generated by Django 1.11.12 on 2018-04-11 15:33 -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models @@ -15,16 +15,16 @@ class Migration(migrations.Migration): migrations.AddField( model_name='ltiproviderconfig', name='enable_sso_id_verification', - field=models.BooleanField(default=False, help_text=b'Use the presence of a profile from a trusted third party as proof of identity verification.'), + field=models.BooleanField(default=False, help_text=u'Use the presence of a profile from a trusted third party as proof of identity verification.'), ), migrations.AddField( model_name='oauth2providerconfig', name='enable_sso_id_verification', - field=models.BooleanField(default=False, help_text=b'Use the presence of a profile from a trusted third party as proof of identity verification.'), + field=models.BooleanField(default=False, help_text=u'Use the presence of a profile from a trusted third party as proof of identity verification.'), ), migrations.AddField( model_name='samlproviderconfig', name='enable_sso_id_verification', - field=models.BooleanField(default=False, help_text=b'Use the presence of a profile from a trusted third party as proof of identity verification.'), + field=models.BooleanField(default=False, help_text=u'Use the presence of a profile from a trusted third party as proof of identity verification.'), ), ] diff --git a/common/djangoapps/third_party_auth/migrations/0022_auto_20181012_0307.py b/common/djangoapps/third_party_auth/migrations/0022_auto_20181012_0307.py index e95f34e483..03baff9843 100644 --- a/common/djangoapps/third_party_auth/migrations/0022_auto_20181012_0307.py +++ b/common/djangoapps/third_party_auth/migrations/0022_auto_20181012_0307.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Generated by Django 1.11.15 on 2018-10-12 07:07 -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models @@ -15,26 +15,26 @@ class Migration(migrations.Migration): migrations.AddField( model_name='samlproviderconfig', name='default_email', - field=models.CharField(blank=True, help_text=b'Default value for email to be used if not present in SAML response.', max_length=255, verbose_name=b'Default Value for Email'), + field=models.CharField(blank=True, help_text=u'Default value for email to be used if not present in SAML response.', max_length=255, verbose_name=u'Default Value for Email'), ), migrations.AddField( model_name='samlproviderconfig', name='default_first_name', - field=models.CharField(blank=True, help_text=b'Default value for first name to be used if not present in SAML response.', max_length=255, verbose_name=b'Default Value for First Name'), + field=models.CharField(blank=True, help_text=u'Default value for first name to be used if not present in SAML response.', max_length=255, verbose_name=u'Default Value for First Name'), ), migrations.AddField( model_name='samlproviderconfig', name='default_full_name', - field=models.CharField(blank=True, help_text=b'Default value for full name to be used if not present in SAML response.', max_length=255, verbose_name=b'Default Value for Full Name'), + field=models.CharField(blank=True, help_text=u'Default value for full name to be used if not present in SAML response.', max_length=255, verbose_name=u'Default Value for Full Name'), ), migrations.AddField( model_name='samlproviderconfig', name='default_last_name', - field=models.CharField(blank=True, help_text=b'Default value for last name to be used if not present in SAML response.', max_length=255, verbose_name=b'Default Value for Last Name'), + field=models.CharField(blank=True, help_text=u'Default value for last name to be used if not present in SAML response.', max_length=255, verbose_name=u'Default Value for Last Name'), ), migrations.AddField( model_name='samlproviderconfig', name='default_username', - field=models.CharField(blank=True, help_text=b'Default value for username to be used if not present in SAML response.', max_length=255, verbose_name=b'Default Value for Username'), + field=models.CharField(blank=True, help_text=u'Default value for username to be used if not present in SAML response.', max_length=255, verbose_name=u'Default Value for Username'), ), ] diff --git a/common/djangoapps/third_party_auth/migrations/0023_auto_20190418_2033.py b/common/djangoapps/third_party_auth/migrations/0023_auto_20190418_2033.py index 0a54536a1d..3a3e66c0e6 100644 --- a/common/djangoapps/third_party_auth/migrations/0023_auto_20190418_2033.py +++ b/common/djangoapps/third_party_auth/migrations/0023_auto_20190418_2033.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Generated by Django 1.11.20 on 2019-04-18 20:33 -from __future__ import absolute_import, unicode_literals + import django.db.models.deletion from django.db import migrations, models diff --git a/common/djangoapps/third_party_auth/migrations/0024_fix_edit_disallowed.py b/common/djangoapps/third_party_auth/migrations/0024_fix_edit_disallowed.py index a25ab8047a..71d0fe50ac 100644 --- a/common/djangoapps/third_party_auth/migrations/0024_fix_edit_disallowed.py +++ b/common/djangoapps/third_party_auth/migrations/0024_fix_edit_disallowed.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Generated by Django 1.11.20 on 2019-05-20 20:13 -from __future__ import absolute_import, unicode_literals + import django.db.models.deletion from django.db import migrations, models diff --git a/common/djangoapps/third_party_auth/models.py b/common/djangoapps/third_party_auth/models.py index a860f8df9f..08fb3ec3b6 100644 --- a/common/djangoapps/third_party_auth/models.py +++ b/common/djangoapps/third_party_auth/models.py @@ -3,7 +3,7 @@ Models used to implement SAML SSO support in third_party_auth (inlcuding Shibboleth support) """ -from __future__ import absolute_import + import json import logging @@ -95,9 +95,9 @@ class ProviderConfig(ConfigurationModel): icon_class = models.CharField( max_length=50, blank=True, - default='fa-sign-in', + default=u'fa-sign-in', help_text=( - 'The Font Awesome (or custom) icon class to use on the login button for this provider. ' + u'The Font Awesome (or custom) icon class to use on the login button for this provider. ' 'Examples: fa-google-plus, fa-facebook, fa-linkedin, fa-sign-in, fa-university' ), ) @@ -108,15 +108,15 @@ class ProviderConfig(ConfigurationModel): icon_image = models.FileField( blank=True, help_text=( - 'If there is no Font Awesome icon available for this provider, upload a custom image. ' + u'If there is no Font Awesome icon available for this provider, upload a custom image. ' 'SVG images are recommended as they can scale to any size.' ), ) - name = models.CharField(max_length=50, blank=False, help_text="Name of this provider (shown to users)") + name = models.CharField(max_length=50, blank=False, help_text=u"Name of this provider (shown to users)") slug = models.SlugField( - max_length=30, db_index=True, default='default', + max_length=30, db_index=True, default=u'default', help_text=( - 'A short string uniquely identifying this provider. ' + u'A short string uniquely identifying this provider. ' 'Cannot contain spaces and should be a usable as a CSS class. Examples: "ubc", "mit-staging"' )) secondary = models.BooleanField( @@ -186,7 +186,7 @@ class ProviderConfig(ConfigurationModel): null=True, blank=True, default=None, - verbose_name='Max session length (seconds)', + verbose_name=u'Max session length (seconds)', help_text=_( "If this option is set, then users logging in using this SSO provider will have " "their session length limited to no longer than this value. If set to 0 (zero), " @@ -211,7 +211,7 @@ class ProviderConfig(ConfigurationModel): ) enable_sso_id_verification = models.BooleanField( default=False, - help_text="Use the presence of a profile from a trusted third party as proof of identity verification.", + help_text=u"Use the presence of a profile from a trusted third party as proof of identity verification.", ) prefix = None # used for provider_id. Set to a string value in subclass backend_name = None # Set to a field or fixed value in subclass @@ -275,7 +275,7 @@ class ProviderConfig(ConfigurationModel): def get_register_form_data(cls, pipeline_kwargs): """Gets dict of data to display on the register form. - openedx.core.djangoapps.user_authn.views.deprecated.register_user uses this to populate + register_user uses this to populate the new account creation form with values supplied by the user's chosen provider, preventing duplicate data entry. @@ -354,28 +354,28 @@ class OAuth2ProviderConfig(ProviderConfig): backend_name = models.CharField( max_length=50, blank=False, db_index=True, help_text=( - "Which python-social-auth OAuth2 provider backend to use. " + u"Which python-social-auth OAuth2 provider backend to use. " "The list of backend choices is determined by the THIRD_PARTY_AUTH_BACKENDS setting." # To be precise, it's set by AUTHENTICATION_BACKENDS # which production.py sets from THIRD_PARTY_AUTH_BACKENDS ) ) - key = models.TextField(blank=True, verbose_name="Client ID") + key = models.TextField(blank=True, verbose_name=u"Client ID") secret = models.TextField( blank=True, - verbose_name="Client Secret", + verbose_name=u"Client Secret", help_text=( - 'For increased security, you can avoid storing this in your database by leaving ' + u'For increased security, you can avoid storing this in your database by leaving ' ' this field blank and setting ' 'SOCIAL_AUTH_OAUTH_SECRETS = {"(backend name)": "secret", ...} ' # pylint: disable=unicode-format-string 'in your instance\'s Django settings (or lms.auth.json)' ) ) - other_settings = models.TextField(blank=True, help_text="Optional JSON object with advanced settings, if any.") + other_settings = models.TextField(blank=True, help_text=u"Optional JSON object with advanced settings, if any.") class Meta(object): app_label = "third_party_auth" - verbose_name = "Provider Configuration (OAuth)" + verbose_name = u"Provider Configuration (OAuth)" verbose_name_plural = verbose_name def clean(self): @@ -419,15 +419,15 @@ class SAMLConfiguration(ConfigurationModel): ) slug = models.SlugField( max_length=30, - default='default', + default=u'default', help_text=( - 'A short string uniquely identifying this configuration. ' + u'A short string uniquely identifying this configuration. ' 'Cannot contain spaces. Examples: "ubc", "mit-staging"' ), ) private_key = models.TextField( help_text=( - 'To generate a key pair as two files, run ' + u'To generate a key pair as two files, run ' '"openssl req -new -x509 -days 3652 -nodes -out saml.crt -keyout saml.key". ' 'Paste the contents of saml.key here. ' 'For increased security, you can avoid storing this in your database by leaving ' @@ -438,30 +438,30 @@ class SAMLConfiguration(ConfigurationModel): ) public_key = models.TextField( help_text=( - 'Public key certificate. ' + u'Public key certificate. ' 'For increased security, you can avoid storing this in your database by leaving ' 'this field blank and setting it via the SOCIAL_AUTH_SAML_SP_PUBLIC_CERT setting ' 'in your instance\'s Django settings (or lms.auth.json).' ), blank=True, ) - entity_id = models.CharField(max_length=255, default="http://saml.example.com", verbose_name="Entity ID") + entity_id = models.CharField(max_length=255, default="http://saml.example.com", verbose_name=u"Entity ID") org_info_str = models.TextField( - verbose_name="Organization Info", - default='{"en-US": {"url": "http://www.example.com", "displayname": "Example Inc.", "name": "example"}}', - help_text="JSON dictionary of 'url', 'displayname', and 'name' for each language", + verbose_name=u"Organization Info", + default=u'{"en-US": {"url": "http://www.example.com", "displayname": "Example Inc.", "name": "example"}}', + help_text=u"JSON dictionary of 'url', 'displayname', and 'name' for each language", ) other_config_str = models.TextField( - default='{\n"SECURITY_CONFIG": {"metadataCacheDuration": 604800, "signMetadata": false}\n}', + default=u'{\n"SECURITY_CONFIG": {"metadataCacheDuration": 604800, "signMetadata": false}\n}', help_text=( - "JSON object defining advanced settings that are passed on to python-saml. " + u"JSON object defining advanced settings that are passed on to python-saml. " "Valid keys that can be set here include: SECURITY_CONFIG and SP_EXTRA" ), ) class Meta(object): app_label = "third_party_auth" - verbose_name = "SAML Configuration" + verbose_name = u"SAML Configuration" verbose_name_plural = verbose_name def __str__(self): @@ -553,73 +553,76 @@ class SAMLProviderConfig(ProviderConfig): """ prefix = 'saml' backend_name = models.CharField( - max_length=50, default='tpa-saml', blank=False, - help_text="Which python-social-auth provider backend to use. 'tpa-saml' is the standard edX SAML backend.") + max_length=50, default=u'tpa-saml', blank=False, + help_text=u"Which python-social-auth provider backend to use. 'tpa-saml' is the standard edX SAML backend.") entity_id = models.CharField( - max_length=255, verbose_name="Entity ID", help_text="Example: https://idp.testshib.org/idp/shibboleth") + max_length=255, verbose_name=u"Entity ID", help_text=u"Example: https://idp.testshib.org/idp/shibboleth") metadata_source = models.CharField( max_length=255, help_text=( - "URL to this provider's XML metadata. Should be an HTTPS URL. " + u"URL to this provider's XML metadata. Should be an HTTPS URL. " "Example: https://www.testshib.org/metadata/testshib-providers.xml" )) attr_user_permanent_id = models.CharField( - max_length=128, blank=True, verbose_name="User ID Attribute", - help_text="URN of the SAML attribute that we can use as a unique, persistent user ID. Leave blank for default.") + max_length=128, blank=True, verbose_name=u"User ID Attribute", + help_text=( + u"URN of the SAML attribute that we can use as a unique, " + "persistent user ID. Leave blank for default." + )) attr_full_name = models.CharField( - max_length=128, blank=True, verbose_name="Full Name Attribute", - help_text="URN of SAML attribute containing the user's full name. Leave blank for default.") + max_length=128, blank=True, verbose_name=u"Full Name Attribute", + help_text=u"URN of SAML attribute containing the user's full name. Leave blank for default.") default_full_name = models.CharField( - max_length=255, blank=True, verbose_name="Default Value for Full Name", - help_text="Default value for full name to be used if not present in SAML response.") + max_length=255, blank=True, verbose_name=u"Default Value for Full Name", + help_text=u"Default value for full name to be used if not present in SAML response.") attr_first_name = models.CharField( - max_length=128, blank=True, verbose_name="First Name Attribute", - help_text="URN of SAML attribute containing the user's first name. Leave blank for default.") + max_length=128, blank=True, verbose_name=u"First Name Attribute", + help_text=u"URN of SAML attribute containing the user's first name. Leave blank for default.") default_first_name = models.CharField( - max_length=255, blank=True, verbose_name="Default Value for First Name", - help_text="Default value for first name to be used if not present in SAML response.") + max_length=255, blank=True, verbose_name=u"Default Value for First Name", + help_text=u"Default value for first name to be used if not present in SAML response.") attr_last_name = models.CharField( - max_length=128, blank=True, verbose_name="Last Name Attribute", - help_text="URN of SAML attribute containing the user's last name. Leave blank for default.") + max_length=128, blank=True, verbose_name=u"Last Name Attribute", + help_text=u"URN of SAML attribute containing the user's last name. Leave blank for default.") default_last_name = models.CharField( - max_length=255, blank=True, verbose_name="Default Value for Last Name", - help_text="Default value for last name to be used if not present in SAML response.") + max_length=255, blank=True, verbose_name=u"Default Value for Last Name", + help_text=u"Default value for last name to be used if not present in SAML response.") attr_username = models.CharField( - max_length=128, blank=True, verbose_name="Username Hint Attribute", - help_text="URN of SAML attribute to use as a suggested username for this user. Leave blank for default.") + max_length=128, blank=True, verbose_name=u"Username Hint Attribute", + help_text=u"URN of SAML attribute to use as a suggested username for this user. Leave blank for default.") default_username = models.CharField( - max_length=255, blank=True, verbose_name="Default Value for Username", - help_text="Default value for username to be used if not present in SAML response.") + max_length=255, blank=True, verbose_name=u"Default Value for Username", + help_text=u"Default value for username to be used if not present in SAML response.") attr_email = models.CharField( - max_length=128, blank=True, verbose_name="Email Attribute", - help_text="URN of SAML attribute containing the user's email address[es]. Leave blank for default.") + max_length=128, blank=True, verbose_name=u"Email Attribute", + help_text=u"URN of SAML attribute containing the user's email address[es]. Leave blank for default.") default_email = models.CharField( - max_length=255, blank=True, verbose_name="Default Value for Email", - help_text="Default value for email to be used if not present in SAML response.") + max_length=255, blank=True, verbose_name=u"Default Value for Email", + help_text=u"Default value for email to be used if not present in SAML response.") automatic_refresh_enabled = models.BooleanField( - default=True, verbose_name="Enable automatic metadata refresh", - help_text="When checked, the SAML provider's metadata will be included " + default=True, verbose_name=u"Enable automatic metadata refresh", + help_text=u"When checked, the SAML provider's metadata will be included " "in the automatic refresh job, if configured." ) identity_provider_type = models.CharField( - max_length=128, blank=False, verbose_name="Identity Provider Type", default=STANDARD_SAML_PROVIDER_KEY, + max_length=128, blank=False, verbose_name=u"Identity Provider Type", default=STANDARD_SAML_PROVIDER_KEY, choices=get_saml_idp_choices(), help_text=( - "Some SAML providers require special behavior. For example, SAP SuccessFactors SAML providers require an " + u"Some SAML providers require special behavior. For example, SAP SuccessFactors SAML providers require an " "additional API call to retrieve user metadata not provided in the SAML response. Select the provider type " "which best matches your use case. If in doubt, choose the Standard SAML Provider type." ) ) debug_mode = models.BooleanField( - default=False, verbose_name="Debug Mode", + default=False, verbose_name=u"Debug Mode", help_text=( - "In debug mode, all SAML XML requests and responses will be logged. " + u"In debug mode, all SAML XML requests and responses will be logged. " "This is helpful for testing/setup but should always be disabled before users start using this provider." ), ) other_settings = models.TextField( - verbose_name="Advanced settings", blank=True, + verbose_name=u"Advanced settings", blank=True, help_text=( - 'For advanced use cases, enter a JSON object with addtional configuration. ' + u'For advanced use cases, enter a JSON object with addtional configuration. ' 'The tpa-saml backend supports {"requiredEntitlements": ["urn:..."]}, ' # pylint: disable=unicode-format-string 'which can be used to require the presence of a specific eduPersonEntitlement, ' 'and {"extra_field_definitions": [{"name": "...", "urn": "..."},...]}, which can be ' # pylint: disable=unicode-format-string @@ -644,7 +647,7 @@ class SAMLProviderConfig(ProviderConfig): class Meta(object): app_label = "third_party_auth" - verbose_name = "Provider Configuration (SAML IdP)" + verbose_name = u"Provider Configuration (SAML IdP)" verbose_name_plural = "Provider Configuration (SAML IdPs)" def get_url_params(self): @@ -670,6 +673,13 @@ class SAMLProviderConfig(ProviderConfig): """ Get social auth uid from remote id by prepending idp_slug to the remote id """ return '{}:{}'.format(self.slug, remote_id) + def get_setting(self, name): + """ Get the value of a setting, or raise KeyError """ + if self.other_settings: + other_settings = json.loads(self.other_settings) + return other_settings[name] + raise KeyError + def get_config(self): """ Return a SAMLIdentityProvider instance for use by SAMLAuthBackend. @@ -739,12 +749,12 @@ class SAMLProviderData(models.Model): expires_at = models.DateTimeField(db_index=True, null=True) entity_id = models.CharField(max_length=255, db_index=True) # This is the key for lookups in this table - sso_url = models.URLField(verbose_name="SSO URL") + sso_url = models.URLField(verbose_name=u"SSO URL") public_key = models.TextField() class Meta(object): app_label = "third_party_auth" - verbose_name = "SAML Provider Data" + verbose_name = u"SAML Provider Data" verbose_name_plural = verbose_name ordering = ('-fetched_at', ) @@ -802,15 +812,15 @@ class LTIProviderConfig(ProviderConfig): lti_consumer_key = models.CharField( max_length=255, help_text=( - 'The name that the LTI Tool Consumer will use to identify itself' + u'The name that the LTI Tool Consumer will use to identify itself' ) ) lti_hostname = models.CharField( - default='localhost', + default=u'localhost', max_length=255, help_text=( - 'The domain that will be acting as the LTI consumer.' + u'The domain that will be acting as the LTI consumer.' ), db_index=True ) @@ -819,7 +829,7 @@ class LTIProviderConfig(ProviderConfig): default=long_token, max_length=255, help_text=( - 'The shared secret that the LTI Tool Consumer will use to ' + u'The shared secret that the LTI Tool Consumer will use to ' 'authenticate requests. Only this edX instance and this ' 'tool consumer instance should know this value. ' 'For increased security, you can avoid storing this in ' @@ -833,7 +843,7 @@ class LTIProviderConfig(ProviderConfig): lti_max_timestamp_age = models.IntegerField( default=10, help_text=( - 'The maximum age of oauth_timestamp values, in seconds.' + u'The maximum age of oauth_timestamp values, in seconds.' ) ) @@ -866,7 +876,7 @@ class LTIProviderConfig(ProviderConfig): class Meta(object): app_label = "third_party_auth" - verbose_name = "Provider Configuration (LTI)" + verbose_name = u"Provider Configuration (LTI)" verbose_name_plural = verbose_name @@ -882,11 +892,11 @@ class ProviderApiPermissions(models.Model): provider_id = models.CharField( max_length=255, help_text=( - 'Uniquely identify a provider. This is different from backend_name.' + u'Uniquely identify a provider. This is different from backend_name.' ) ) class Meta(object): app_label = "third_party_auth" - verbose_name = "Provider API Permission" + verbose_name = u"Provider API Permission" verbose_name_plural = verbose_name + 's' diff --git a/common/djangoapps/third_party_auth/pipeline.py b/common/djangoapps/third_party_auth/pipeline.py index b4a683e9b5..b9fe7dc2a4 100644 --- a/common/djangoapps/third_party_auth/pipeline.py +++ b/common/djangoapps/third_party_auth/pipeline.py @@ -57,7 +57,6 @@ rather than spreading them across two functions in the pipeline. See https://python-social-auth.readthedocs.io/en/latest/pipeline.html for more docs. """ -from __future__ import absolute_import import base64 import hashlib @@ -84,6 +83,7 @@ from social_core.pipeline import partial from social_core.pipeline.social_auth import associate_by_email from social_core.utils import module_member, slugify +import third_party_auth from edxmako.shortcuts import render_to_string from lms.djangoapps.verify_student.models import SSOVerification from lms.djangoapps.verify_student.utils import earliest_allowed_verification_date @@ -209,6 +209,11 @@ def get(request): """Gets the running pipeline's data from the passed request.""" strategy = social_django.utils.load_strategy(request) token = strategy.session_get('partial_pipeline_token') + + if not token: + strategy.session_set('partial_pipeline_token', strategy.session_get('partial_pipeline_token_')) + token = strategy.session_get('partial_pipeline_token') + partial_object = strategy.partial_load(token) pipeline_data = None if partial_object: @@ -216,6 +221,21 @@ def get(request): return pipeline_data +def get_idp_logout_url_from_running_pipeline(request): + """ + Returns: IdP's logout url associated with running pipeline + """ + if third_party_auth.is_enabled(): + running_pipeline = get(request) + if running_pipeline: + tpa_provider = provider.Registry.get_from_pipeline(running_pipeline) + if tpa_provider: + try: + return tpa_provider.get_setting('logout_url') + except KeyError: + logger.info(u'[THIRD_PARTY_AUTH] idP [%s] logout_url setting not defined', tpa_provider.name) + + def get_real_social_auth_object(request): """ At times, the pipeline will have a "social" kwarg that contains a dictionary @@ -560,6 +580,10 @@ def ensure_user_information(strategy, auth_entry, backend=None, user=None, socia return (current_provider and current_provider.slug in [saml_provider.slug for saml_provider in saml_providers_list]) + if current_partial: + strategy.session_set('partial_pipeline_token_', current_partial.token) + strategy.storage.partial.store(current_partial) + if not user: # Use only email for user existence check in case of saml provider if is_provider_saml(): diff --git a/common/djangoapps/third_party_auth/provider.py b/common/djangoapps/third_party_auth/provider.py index ded07b0352..c2a95e3483 100644 --- a/common/djangoapps/third_party_auth/provider.py +++ b/common/djangoapps/third_party_auth/provider.py @@ -1,7 +1,7 @@ """ Third-party auth provider configuration API. """ -from __future__ import absolute_import + from django.contrib.sites.models import Site diff --git a/common/djangoapps/third_party_auth/saml.py b/common/djangoapps/third_party_auth/saml.py index 6cb31ab42e..4835327015 100644 --- a/common/djangoapps/third_party_auth/saml.py +++ b/common/djangoapps/third_party_auth/saml.py @@ -1,7 +1,7 @@ """ Slightly customized python-social-auth backend for SAML 2.0 support """ -from __future__ import absolute_import + import logging from copy import deepcopy @@ -11,7 +11,6 @@ from django.contrib.sites.models import Site from django.http import Http404 from django.utils.functional import cached_property from django_countries import countries -from enterprise.models import EnterpriseCustomerIdentityProvider, EnterpriseCustomerUser, PendingEnterpriseCustomerUser from onelogin.saml2.settings import OneLogin_Saml2_Settings from six import text_type from social_core.backends.saml import OID_EDU_PERSON_ENTITLEMENT, SAMLAuth, SAMLIdentityProvider @@ -20,8 +19,8 @@ from social_core.exceptions import AuthForbidden from openedx.core.djangoapps.theming.helpers import get_current_request from third_party_auth.exceptions import IncorrectConfigurationException -STANDARD_SAML_PROVIDER_KEY = 'standard_saml_provider' -SAP_SUCCESSFACTORS_SAML_KEY = 'sap_success_factors' +STANDARD_SAML_PROVIDER_KEY = u'standard_saml_provider' +SAP_SUCCESSFACTORS_SAML_KEY = u'sap_success_factors' log = logging.getLogger(__name__) @@ -134,28 +133,9 @@ class SAMLAuthBackend(SAMLAuth): # pylint: disable=abstract-method """ Override of SAMLAuth.disconnect to unlink the learner from enterprise customer if associated. """ - from . import pipeline, provider - running_pipeline = pipeline.get(self.strategy.request) - provider_id = provider.Registry.get_from_pipeline(running_pipeline).provider_id - try: - user_email = kwargs.get('user').email - except AttributeError: - user_email = None - - try: - enterprise_customer_idp = EnterpriseCustomerIdentityProvider.objects.get(provider_id=provider_id) - except EnterpriseCustomerIdentityProvider.DoesNotExist: - enterprise_customer_idp = None - - if enterprise_customer_idp and user_email: - try: - # Unlink user email from Enterprise Customer. - EnterpriseCustomerUser.objects.unlink_user( - enterprise_customer=enterprise_customer_idp.enterprise_customer, user_email=user_email - ) - except (EnterpriseCustomerUser.DoesNotExist, PendingEnterpriseCustomerUser.DoesNotExist): - pass - + from openedx.features.enterprise_support.api import unlink_enterprise_user_from_idp + user = kwargs.get('user', None) + unlink_enterprise_user_from_idp(self.strategy.request, user, self.name) return super(SAMLAuthBackend, self).disconnect(*args, **kwargs) def _check_entitlements(self, idp, attributes): diff --git a/common/djangoapps/third_party_auth/settings.py b/common/djangoapps/third_party_auth/settings.py index aee8467278..0f6a4536c3 100644 --- a/common/djangoapps/third_party_auth/settings.py +++ b/common/djangoapps/third_party_auth/settings.py @@ -10,7 +10,7 @@ If true, it: b) calls apply_settings(), passing in the Django settings """ -from __future__ import absolute_import + from django.conf import settings from openedx.features.enterprise_support.api import insert_enterprise_pipeline_elements @@ -23,7 +23,7 @@ def apply_settings(django_settings): django_settings.FIELDS_STORED_IN_SESSION = ['auth_entry', 'next'] # Inject exception middleware to make redirects fire. - django_settings.MIDDLEWARE_CLASSES.extend( + django_settings.MIDDLEWARE.extend( ['third_party_auth.middleware.ExceptionMiddleware'] ) diff --git a/common/djangoapps/third_party_auth/strategy.py b/common/djangoapps/third_party_auth/strategy.py index 1947d056a6..f578291b99 100644 --- a/common/djangoapps/third_party_auth/strategy.py +++ b/common/djangoapps/third_party_auth/strategy.py @@ -3,7 +3,6 @@ A custom Strategy for python-social-auth that allows us to fetch configuration f ConfigurationModels rather than django.settings """ -from __future__ import absolute_import from social_core.backends.oauth import OAuthAuth from social_django.strategy import DjangoStrategy diff --git a/common/djangoapps/third_party_auth/tasks.py b/common/djangoapps/third_party_auth/tasks.py index 62d06661cd..293ae3a00b 100644 --- a/common/djangoapps/third_party_auth/tasks.py +++ b/common/djangoapps/third_party_auth/tasks.py @@ -3,7 +3,6 @@ Code to manage fetching and storing the metadata of IdPs. """ -from __future__ import absolute_import import datetime import logging @@ -151,7 +150,7 @@ def _parse_metadata_xml(xml, entity_id): entity_desc = xml.find( ".//{}[@entityID='{}']".format(etree.QName(SAML_XML_NS, 'EntityDescriptor'), entity_id) ) - if not entity_desc: + if entity_desc is None: raise MetadataParseError(u"Can't find EntityDescriptor for entityID {}".format(entity_id)) expires_at = None @@ -164,7 +163,7 @@ def _parse_metadata_xml(xml, entity_id): expires_at = cache_expires sso_desc = entity_desc.find(etree.QName(SAML_XML_NS, "IDPSSODescriptor")) - if not sso_desc: + if sso_desc is None: raise MetadataParseError("IDPSSODescriptor missing") if 'urn:oasis:names:tc:SAML:2.0:protocol' not in sso_desc.get("protocolSupportEnumeration"): raise MetadataParseError("This IdP does not support SAML 2.0") diff --git a/common/djangoapps/third_party_auth/tests/data/saml_identity_provider_mock_data.py b/common/djangoapps/third_party_auth/tests/data/saml_identity_provider_mock_data.py index 7100dc9d3f..dc05b549e2 100644 --- a/common/djangoapps/third_party_auth/tests/data/saml_identity_provider_mock_data.py +++ b/common/djangoapps/third_party_auth/tests/data/saml_identity_provider_mock_data.py @@ -1,6 +1,5 @@ """Mock data for SAMLIdentityProvider""" -from __future__ import absolute_import from social_core.backends.saml import OID_MAIL, OID_GIVEN_NAME, OID_SURNAME, OID_COMMON_NAME, OID_USERID diff --git a/common/djangoapps/third_party_auth/tests/factories.py b/common/djangoapps/third_party_auth/tests/factories.py index f47cb48fc8..0c09e94cb9 100644 --- a/common/djangoapps/third_party_auth/tests/factories.py +++ b/common/djangoapps/third_party_auth/tests/factories.py @@ -1,7 +1,7 @@ """ Provides factories for third_party_auth models. """ -from __future__ import absolute_import + from factory import SubFactory from factory.django import DjangoModelFactory diff --git a/common/djangoapps/third_party_auth/tests/specs/base.py b/common/djangoapps/third_party_auth/tests/specs/base.py index a1a54a52bf..4686e3ab13 100644 --- a/common/djangoapps/third_party_auth/tests/specs/base.py +++ b/common/djangoapps/third_party_auth/tests/specs/base.py @@ -1,7 +1,7 @@ """ Base integration test for provider implementations. """ -from __future__ import absolute_import + import json import unittest @@ -21,8 +21,9 @@ from social_django import utils as social_utils from social_django import views as social_views from lms.djangoapps.commerce.tests import TEST_API_URL -from openedx.core.djangoapps.user_authn.views.deprecated import signin_user, create_account, register_user from openedx.core.djangoapps.user_authn.views.login import login_user +from openedx.core.djangoapps.user_authn.views.login_form import login_and_registration_form +from openedx.core.djangoapps.user_authn.views.register import RegistrationView from openedx.core.djangoapps.site_configuration.tests.factories import SiteFactory from openedx.core.djangoapps.user_api.accounts.settings_views import account_settings_context from student import models as student_models @@ -32,6 +33,10 @@ from third_party_auth import middleware, pipeline from third_party_auth.tests import testutil +def create_account(request): + return RegistrationView().post(request) + + class HelperMixin(object): """ Contains helper methods for IntegrationTestMixin and IntegrationTest classes below. @@ -65,14 +70,18 @@ class HelperMixin(object): # Check that the correct provider was selected. self.assertContains( response, - u'successfully signed in with %s' % self.provider.name, + u'"errorMessage": null' + ) + self.assertContains( + response, + u'"currentProvider": "{}"'.format(self.provider.name), ) # Expect that each truthy value we've prepopulated the register form # with is actually present. form_field_data = self.provider.get_register_form_data(pipeline_kwargs) for prepopulated_form_data in form_field_data: if prepopulated_form_data in required_fields: - self.assertIn(form_field_data[prepopulated_form_data], response.content.decode('utf-8')) + self.assertContains(response, form_field_data[prepopulated_form_data]) # pylint: disable=invalid-name def assert_account_settings_context_looks_correct(self, context, duplicate=False, linked=None): @@ -114,32 +123,32 @@ class HelperMixin(object): def assert_json_failure_response_is_inactive_account(self, response): """Asserts failure on /login for inactive account looks right.""" - self.assertEqual(200, response.status_code) # Yes, it's a 200 even though it's a failure. + self.assertEqual(400, response.status_code) payload = json.loads(response.content.decode('utf-8')) self.assertFalse(payload.get('success')) self.assertIn('In order to sign in, you need to activate your account.', payload.get('value')) def assert_json_failure_response_is_missing_social_auth(self, response): """Asserts failure on /login for missing social auth looks right.""" - self.assertContains( - response, - u"successfully signed in to your %s account, but this account isn't linked" % self.provider.name, - status_code=403, - ) + self.assertEqual(403, response.status_code) + payload = json.loads(response.content.decode('utf-8')) + self.assertFalse(payload.get('success')) + self.assertEqual(payload.get('error_code'), 'third-party-auth-with-no-linked-account') def assert_json_failure_response_is_username_collision(self, response): """Asserts the json response indicates a username collision.""" - self.assertEqual(400, response.status_code) + self.assertEqual(409, response.status_code) payload = json.loads(response.content.decode('utf-8')) self.assertFalse(payload.get('success')) - self.assertIn('belongs to an existing account', payload.get('value')) + self.assertIn('belongs to an existing account', payload['username'][0]['user_message']) - def assert_json_success_response_looks_correct(self, response): + def assert_json_success_response_looks_correct(self, response, verify_redirect_url): """Asserts the json response indicates success and redirection.""" self.assertEqual(200, response.status_code) payload = json.loads(response.content.decode('utf-8')) self.assertTrue(payload.get('success')) - self.assertEqual(pipeline.get_complete_url(self.provider.backend_name), payload.get('redirect_url')) + if verify_redirect_url: + self.assertEqual(pipeline.get_complete_url(self.provider.backend_name), payload.get('redirect_url')) def assert_login_response_before_pipeline_looks_correct(self, response): """Asserts a GET of /login not in the pipeline looks correct.""" @@ -239,7 +248,7 @@ class HelperMixin(object): return defaults def get_request_and_strategy(self, auth_entry=None, redirect_uri=None): - """Gets a fully-configured request and strategy. + """Gets a fully-configured GET request and strategy. These two objects contain circular references, so we create them together. The references themselves are a mixture of normal __init__ @@ -263,6 +272,21 @@ class HelperMixin(object): return request, strategy + def _get_login_post_request(self, strategy): + """Gets a fully-configured login POST request given a strategy and pipeline.""" + request = self.request_factory.post(reverse('login_api')) + + # Note: The shared GET request can't be used for login, which is now POST-only, + # so this POST request is given a copy of all configuration from the GET request + # with the active third-party auth pipeline and strategy. + request.site = strategy.request.site + request.social_strategy = strategy + request.user = strategy.request.user + request.session = strategy.request.session + request.backend = strategy.request.backend + + return request + @contextmanager def _patch_edxmako_current_request(self, request): """Make ``request`` be the current request for edxmako template rendering.""" @@ -285,7 +309,6 @@ class HelperMixin(object): """Creates user, profile, registration, and (usually) social auth. This synthesizes what happens during /register. - See student.views.register and student.helpers.do_create_account. """ response_data = self.get_response_data() uid = strategy.request.backend.get_user_id(response_data, response_data) @@ -526,99 +549,96 @@ class IntegrationTest(testutil.TestCase, test.TestCase, HelperMixin): @mock.patch('third_party_auth.pipeline.segment.track') def test_full_pipeline_succeeds_for_linking_account(self, _mock_segment_track): - # First, create, the request and strategy that store pipeline state, + # First, create, the GET request and strategy that store pipeline state, # configure the backend, and mock out wire traffic. - request, strategy = self.get_request_and_strategy( + get_request, strategy = self.get_request_and_strategy( auth_entry=pipeline.AUTH_ENTRY_LOGIN, redirect_uri='social:complete') - request.backend.auth_complete = mock.MagicMock(return_value=self.fake_auth_complete(strategy)) - request.user = self.create_user_models_for_existing_account( + get_request.backend.auth_complete = mock.MagicMock(return_value=self.fake_auth_complete(strategy)) + get_request.user = self.create_user_models_for_existing_account( strategy, 'user@example.com', 'password', self.get_username(), skip_social_auth=True) + partial_pipeline_token = strategy.session_get('partial_pipeline_token') + partial_data = strategy.storage.partial.load(partial_pipeline_token) # Instrument the pipeline to get to the dashboard with the full # expected state. self.client.get( pipeline.get_login_url(self.provider.provider_id, pipeline.AUTH_ENTRY_LOGIN)) - actions.do_complete(request.backend, social_views._do_login, # pylint: disable=protected-access - request=request) + actions.do_complete(get_request.backend, social_views._do_login, # pylint: disable=protected-access + request=get_request) - signin_user(strategy.request) - login_user(strategy.request) - actions.do_complete(request.backend, social_views._do_login, # pylint: disable=protected-access - request=request) + post_request = self._get_login_post_request(strategy) + login_user(post_request) + actions.do_complete(post_request.backend, social_views._do_login, # pylint: disable=protected-access, no-member + request=post_request) # First we expect that we're in the unlinked state, and that there # really is no association in the backend. - self.assert_account_settings_context_looks_correct(account_settings_context(request), linked=False) - self.assert_social_auth_does_not_exist_for_user(request.user, strategy) + self.assert_account_settings_context_looks_correct(account_settings_context(get_request), linked=False) + self.assert_social_auth_does_not_exist_for_user(get_request.user, strategy) # We should be redirected back to the complete page, setting # the "logged in" cookie for the marketing site. - self.assert_logged_in_cookie_redirect(actions.do_complete( - request.backend, social_views._do_login, request.user, None, # pylint: disable=protected-access - redirect_field_name=auth.REDIRECT_FIELD_NAME, request=request - )) + self.assert_logged_in_cookie_redirect( + self.do_complete(strategy, get_request, partial_pipeline_token, partial_data) + ) # Set the cookie and try again - self.set_logged_in_cookies(request) + self.set_logged_in_cookies(get_request) # Fire off the auth pipeline to link. self.assert_redirect_after_pipeline_completes( - actions.do_complete( - request.backend, - social_views._do_login, # pylint: disable=protected-access - request.user, - None, - redirect_field_name=auth.REDIRECT_FIELD_NAME, - request=request - ) + self.do_complete(strategy, get_request, partial_pipeline_token, partial_data) ) # Now we expect to be in the linked state, with a backend entry. - self.assert_social_auth_exists_for_user(request.user, strategy) - self.assert_account_settings_context_looks_correct(account_settings_context(request), linked=True) + self.assert_social_auth_exists_for_user(get_request.user, strategy) + self.assert_account_settings_context_looks_correct(account_settings_context(get_request), linked=True) def test_full_pipeline_succeeds_for_unlinking_account(self): - # First, create, the request and strategy that store pipeline state, + # First, create, the GET request and strategy that store pipeline state, # configure the backend, and mock out wire traffic. - request, strategy = self.get_request_and_strategy( + get_request, strategy = self.get_request_and_strategy( auth_entry=pipeline.AUTH_ENTRY_LOGIN, redirect_uri='social:complete') - request.backend.auth_complete = mock.MagicMock(return_value=self.fake_auth_complete(strategy)) + get_request.backend.auth_complete = mock.MagicMock(return_value=self.fake_auth_complete(strategy)) user = self.create_user_models_for_existing_account( strategy, 'user@example.com', 'password', self.get_username()) self.assert_social_auth_exists_for_user(user, strategy) # We're already logged in, so simulate that the cookie is set correctly - self.set_logged_in_cookies(request) + self.set_logged_in_cookies(get_request) # Instrument the pipeline to get to the dashboard with the full # expected state. self.client.get( pipeline.get_login_url(self.provider.provider_id, pipeline.AUTH_ENTRY_LOGIN)) - actions.do_complete(request.backend, social_views._do_login, # pylint: disable=protected-access - request=request) + actions.do_complete(get_request.backend, social_views._do_login, # pylint: disable=protected-access + request=get_request) - with self._patch_edxmako_current_request(strategy.request): - signin_user(strategy.request) - login_user(strategy.request) - actions.do_complete(request.backend, social_views._do_login, user=user, # pylint: disable=protected-access - request=request) + post_request = self._get_login_post_request(strategy) + with self._patch_edxmako_current_request(post_request): + login_user(post_request) + actions.do_complete(post_request.backend, social_views._do_login, user=user, # pylint: disable=protected-access, no-member + request=post_request) + + # Copy the user that was set on the post_request object back to the original get_request object. + get_request.user = post_request.user # First we expect that we're in the linked state, with a backend entry. - self.assert_account_settings_context_looks_correct(account_settings_context(request), linked=True) - self.assert_social_auth_exists_for_user(request.user, strategy) + self.assert_account_settings_context_looks_correct(account_settings_context(get_request), linked=True) + self.assert_social_auth_exists_for_user(get_request.user, strategy) # Fire off the disconnect pipeline to unlink. self.assert_redirect_after_pipeline_completes( actions.do_disconnect( - request.backend, - request.user, + get_request.backend, + get_request.user, None, redirect_field_name=auth.REDIRECT_FIELD_NAME ) ) # Now we expect to be in the unlinked state, with no backend entry. - self.assert_account_settings_context_looks_correct(account_settings_context(request), linked=False) + self.assert_account_settings_context_looks_correct(account_settings_context(get_request), linked=False) self.assert_social_auth_does_not_exist_for_user(user, strategy) def test_linking_already_associated_account_raises_auth_already_associated(self): @@ -652,7 +672,7 @@ class IntegrationTest(testutil.TestCase, test.TestCase, HelperMixin): # unlinked, but getting that behavior is cumbersome here and already # covered in other tests. Using linked=True does, however, let us test # that the duplicate error has no effect on the state of the controls. - request, strategy = self.get_request_and_strategy( + get_request, strategy = self.get_request_and_strategy( auth_entry=pipeline.AUTH_ENTRY_LOGIN, redirect_uri='social:complete') strategy.request.backend.auth_complete = mock.MagicMock(return_value=self.fake_auth_complete(strategy)) user = self.create_user_models_for_existing_account( @@ -661,33 +681,36 @@ class IntegrationTest(testutil.TestCase, test.TestCase, HelperMixin): self.client.get('/login') self.client.get(pipeline.get_login_url(self.provider.provider_id, pipeline.AUTH_ENTRY_LOGIN)) - actions.do_complete(request.backend, social_views._do_login, # pylint: disable=protected-access - request=request) + actions.do_complete(get_request.backend, social_views._do_login, # pylint: disable=protected-access + request=get_request) - with self._patch_edxmako_current_request(strategy.request): - signin_user(strategy.request) - login_user(strategy.request) - actions.do_complete(request.backend, social_views._do_login, # pylint: disable=protected-access - user=user, request=request) + post_request = self._get_login_post_request(strategy) + with self._patch_edxmako_current_request(post_request): + login_user(post_request) + actions.do_complete(post_request.backend, social_views._do_login, # pylint: disable=protected-access, no-member + user=user, request=post_request) # Monkey-patch storage for messaging; pylint: disable=protected-access - request._messages = fallback.FallbackStorage(request) + post_request._messages = fallback.FallbackStorage(post_request) middleware.ExceptionMiddleware().process_exception( - request, + post_request, exceptions.AuthAlreadyAssociated(self.provider.backend_name, 'account is already in use.')) self.assert_account_settings_context_looks_correct( - account_settings_context(request), duplicate=True, linked=True) + account_settings_context(post_request), duplicate=True, linked=True) @mock.patch('third_party_auth.pipeline.segment.track') def test_full_pipeline_succeeds_for_signing_in_to_existing_active_account(self, _mock_segment_track): - # First, create, the request and strategy that store pipeline state, + # First, create, the GET request and strategy that store pipeline state, # configure the backend, and mock out wire traffic. - request, strategy = self.get_request_and_strategy( + get_request, strategy = self.get_request_and_strategy( auth_entry=pipeline.AUTH_ENTRY_LOGIN, redirect_uri='social:complete') strategy.request.backend.auth_complete = mock.MagicMock(return_value=self.fake_auth_complete(strategy)) user = self.create_user_models_for_existing_account( strategy, 'user@example.com', 'password', self.get_username()) + partial_pipeline_token = strategy.session_get('partial_pipeline_token') + partial_data = strategy.storage.partial.load(partial_pipeline_token) + self.assert_social_auth_exists_for_user(user, strategy) self.assertTrue(user.is_active) @@ -704,32 +727,37 @@ class IntegrationTest(testutil.TestCase, test.TestCase, HelperMixin): # Next, the provider makes a request against /auth/complete/ # to resume the pipeline. # pylint: disable=protected-access - self.assert_redirect_to_login_looks_correct(actions.do_complete(request.backend, social_views._do_login, - request=request)) + self.assert_redirect_to_login_looks_correct(actions.do_complete(get_request.backend, social_views._do_login, + request=get_request)) # At this point we know the pipeline has resumed correctly. Next we # fire off the view that displays the login form and posts it via JS. with self._patch_edxmako_current_request(strategy.request): - self.assert_login_response_in_pipeline_looks_correct(signin_user(strategy.request)) + self.assert_login_response_in_pipeline_looks_correct(login_and_registration_form(strategy.request)) # Next, we invoke the view that handles the POST, and expect it # redirects to /auth/complete. In the browser ajax handlers will # redirect the user to the dashboard; we invoke it manually here. - self.assert_json_success_response_looks_correct(login_user(strategy.request)) + post_request = self._get_login_post_request(strategy) + self.assert_json_success_response_looks_correct(login_user(post_request), verify_redirect_url=True) # We should be redirected back to the complete page, setting # the "logged in" cookie for the marketing site. self.assert_logged_in_cookie_redirect(actions.do_complete( - request.backend, social_views._do_login, request.user, None, # pylint: disable=protected-access - redirect_field_name=auth.REDIRECT_FIELD_NAME, request=request + post_request.backend, social_views._do_login, post_request.user, None, # pylint: disable=protected-access, no-member + redirect_field_name=auth.REDIRECT_FIELD_NAME, request=post_request )) # Set the cookie and try again - self.set_logged_in_cookies(request) + self.set_logged_in_cookies(get_request) + + # Copy the user that was set on the post_request object back to the original get_request object. + get_request.user = post_request.user self.assert_redirect_after_pipeline_completes( - actions.do_complete(request.backend, social_views._do_login, user=user, request=request)) - self.assert_account_settings_context_looks_correct(account_settings_context(request)) + self.do_complete(strategy, get_request, partial_pipeline_token, partial_data, user) + ) + self.assert_account_settings_context_looks_correct(account_settings_context(get_request)) def test_signin_fails_if_account_not_active(self): _, strategy = self.get_request_and_strategy( @@ -741,8 +769,9 @@ class IntegrationTest(testutil.TestCase, test.TestCase, HelperMixin): user.is_active = False user.save() - with self._patch_edxmako_current_request(strategy.request): - self.assert_json_failure_response_is_inactive_account(login_user(strategy.request)) + post_request = self._get_login_post_request(strategy) + with self._patch_edxmako_current_request(post_request): + self.assert_json_failure_response_is_inactive_account(login_user(post_request)) def test_signin_fails_if_no_account_associated(self): _, strategy = self.get_request_and_strategy( @@ -751,7 +780,8 @@ class IntegrationTest(testutil.TestCase, test.TestCase, HelperMixin): self.create_user_models_for_existing_account( strategy, 'user@example.com', 'password', self.get_username(), skip_social_auth=True) - self.assert_json_failure_response_is_missing_social_auth(login_user(strategy.request)) + post_request = self._get_login_post_request(strategy) + self.assert_json_failure_response_is_missing_social_auth(login_user(post_request)) def test_first_party_auth_trumps_third_party_auth_but_is_invalid_when_only_email_in_request(self): self.assert_first_party_auth_trumps_third_party_auth(email='user@example.com') @@ -787,6 +817,8 @@ class IntegrationTest(testutil.TestCase, test.TestCase, HelperMixin): request, strategy = self.get_request_and_strategy( auth_entry=pipeline.AUTH_ENTRY_REGISTER, redirect_uri='social:complete') strategy.request.backend.auth_complete = mock.MagicMock(return_value=self.fake_auth_complete(strategy)) + partial_pipeline_token = strategy.session_get('partial_pipeline_token') + partial_data = strategy.storage.partial.load(partial_pipeline_token) # Begin! Grab the registration page and check the login control on it. self.assert_register_response_before_pipeline_looks_correct(self.client.get('/register')) @@ -806,7 +838,7 @@ class IntegrationTest(testutil.TestCase, test.TestCase, HelperMixin): # fire off the view that displays the registration form. with self._patch_edxmako_current_request(request): self.assert_register_response_in_pipeline_looks_correct( - register_user(strategy.request), + login_and_registration_form(strategy.request, initial_mode='register'), pipeline.get(request)['kwargs'], ['name', 'username', 'email'] ) @@ -828,7 +860,7 @@ class IntegrationTest(testutil.TestCase, test.TestCase, HelperMixin): # ...but when we invoke create_account the existing edX view will make # it, but not social auths. The pipeline creates those later. with self._patch_edxmako_current_request(strategy.request): - self.assert_json_success_response_looks_correct(create_account(strategy.request)) + self.assert_json_success_response_looks_correct(create_account(strategy.request), verify_redirect_url=False) # We've overridden the user's password, so authenticate() with the old # value won't work: created_user = self.get_user_by_email(strategy, email) @@ -840,15 +872,13 @@ class IntegrationTest(testutil.TestCase, test.TestCase, HelperMixin): # We should be redirected back to the complete page, setting # the "logged in" cookie for the marketing site. - self.assert_logged_in_cookie_redirect(actions.do_complete( - request.backend, social_views._do_login, request.user, None, # pylint: disable=protected-access - redirect_field_name=auth.REDIRECT_FIELD_NAME, request=request - )) + self.assert_logged_in_cookie_redirect(self.do_complete(strategy, request, partial_pipeline_token, partial_data)) # Set the cookie and try again self.set_logged_in_cookies(request) self.assert_redirect_after_pipeline_completes( - actions.do_complete(strategy.request.backend, social_views._do_login, user=created_user, request=request)) + self.do_complete(strategy, request, partial_pipeline_token, partial_data, created_user) + ) # Now the user has been redirected to the dashboard. Their third party account should now be linked. self.assert_social_auth_exists_for_user(created_user, strategy) self.assert_account_settings_context_looks_correct(account_settings_context(request), linked=True) @@ -881,7 +911,7 @@ class IntegrationTest(testutil.TestCase, test.TestCase, HelperMixin): with self._patch_edxmako_current_request(request): self.assert_register_response_in_pipeline_looks_correct( - register_user(strategy.request), + login_and_registration_form(strategy.request, initial_mode='register'), pipeline.get(request)['kwargs'], ['name', 'username', 'email'] ) @@ -923,15 +953,16 @@ class IntegrationTest(testutil.TestCase, test.TestCase, HelperMixin): self.create_user_models_for_existing_account( strategy, email, password, self.get_username(), skip_social_auth=True) - strategy.request.POST = dict(strategy.request.POST) + post_request = self._get_login_post_request(strategy) + post_request.POST = dict(post_request.POST) if email: - strategy.request.POST['email'] = email + post_request.POST['email'] = email if password: - strategy.request.POST['password'] = 'bad_' + password if success is False else password + post_request.POST['password'] = 'bad_' + password if success is False else password - self.assert_pipeline_running(strategy.request) - payload = json.loads(login_user(strategy.request).content.decode('utf-8')) + self.assert_pipeline_running(post_request) + payload = json.loads(login_user(post_request).content.decode('utf-8')) if success is None: # Request malformed -- just one of email/password given. @@ -968,6 +999,19 @@ class IntegrationTest(testutil.TestCase, test.TestCase, HelperMixin): """ raise NotImplementedError + def do_complete(self, strategy, request, partial_pipeline_token, partial_data, user=None): + """ + Makes sure that strategy store includes the partial data object before + calling actions.do_complete + """ + strategy.storage.partial.store(partial_data) + if not user: + user = request.user + return actions.do_complete( + request.backend, social_views._do_login, user, None, # pylint: disable=protected-access + redirect_field_name=auth.REDIRECT_FIELD_NAME, request=request, partial_token=partial_pipeline_token + ) + # pylint: disable=abstract-method @django_utils.override_settings(ECOMMERCE_API_URL=TEST_API_URL) diff --git a/common/djangoapps/third_party_auth/tests/specs/test_azuread.py b/common/djangoapps/third_party_auth/tests/specs/test_azuread.py index b3d807a2ae..096621508b 100644 --- a/common/djangoapps/third_party_auth/tests/specs/test_azuread.py +++ b/common/djangoapps/third_party_auth/tests/specs/test_azuread.py @@ -1,5 +1,5 @@ """Integration tests for Azure Active Directory / Microsoft Account provider.""" -from __future__ import absolute_import + from third_party_auth.tests.specs import base diff --git a/common/djangoapps/third_party_auth/tests/specs/test_generic.py b/common/djangoapps/third_party_auth/tests/specs/test_generic.py index b0c7cb3968..f8a89a0924 100644 --- a/common/djangoapps/third_party_auth/tests/specs/test_generic.py +++ b/common/djangoapps/third_party_auth/tests/specs/test_generic.py @@ -1,7 +1,7 @@ """ Use the 'Dummy' auth provider for generic integration tests of third_party_auth. """ -from __future__ import absolute_import + import unittest from third_party_auth.tests import testutil diff --git a/common/djangoapps/third_party_auth/tests/specs/test_google.py b/common/djangoapps/third_party_auth/tests/specs/test_google.py index fa6ab9beb1..7b28056c4d 100644 --- a/common/djangoapps/third_party_auth/tests/specs/test_google.py +++ b/common/djangoapps/third_party_auth/tests/specs/test_google.py @@ -1,5 +1,5 @@ """Integration tests for Google providers.""" -from __future__ import absolute_import + import base64 import hashlib @@ -106,7 +106,7 @@ class GoogleOauth2IntegrationTest(base.Oauth2IntegrationTest): # Now our custom registration form creates or logs in the user: email, password = data_parsed['user_details']['email'], 'random_password' created_user = UserFactory(email=email, password=password) - login_response = self.client.post(reverse('login'), {'email': email, 'password': password}) + login_response = self.client.post(reverse('login_api'), {'email': email, 'password': password}) self.assertEqual(login_response.status_code, 200) # Now our custom login/registration page must resume the pipeline: diff --git a/common/djangoapps/third_party_auth/tests/specs/test_linkedin.py b/common/djangoapps/third_party_auth/tests/specs/test_linkedin.py index ac4f47d895..83b4552e8b 100644 --- a/common/djangoapps/third_party_auth/tests/specs/test_linkedin.py +++ b/common/djangoapps/third_party_auth/tests/specs/test_linkedin.py @@ -1,9 +1,18 @@ """Integration tests for LinkedIn providers.""" -from __future__ import absolute_import + from third_party_auth.tests.specs import base +def get_localized_name(name): + """Returns the localizedName from the name object""" + locale = "{}_{}".format( + name["preferredLocale"]["language"], + name["preferredLocale"]["country"] + ) + return name['localized'].get(locale, '') + + class LinkedInOauth2IntegrationTest(base.Oauth2IntegrationTest): """Integration tests for provider.LinkedInOauth2.""" @@ -21,11 +30,29 @@ class LinkedInOauth2IntegrationTest(base.Oauth2IntegrationTest): 'expires_in': 'expires_in_value', } USER_RESPONSE_DATA = { - 'lastName': 'lastName_value', + 'lastName': { + "localized": { + "en_US": "Doe" + }, + "preferredLocale": { + "country": "US", + "language": "en" + } + }, 'id': 'id_value', - 'firstName': 'firstName_value', + 'firstName': { + "localized": { + "en_US": "Doe" + }, + "preferredLocale": { + "country": "US", + "language": "en" + } + }, } def get_username(self): response_data = self.get_response_data() - return response_data.get('firstName') + response_data.get('lastName') + first_name = get_localized_name(response_data.get('firstName')) + last_name = get_localized_name(response_data.get('lastName')) + return first_name + last_name diff --git a/common/djangoapps/third_party_auth/tests/specs/test_lti.py b/common/djangoapps/third_party_auth/tests/specs/test_lti.py index 9063b8e6fe..19493cbdff 100644 --- a/common/djangoapps/third_party_auth/tests/specs/test_lti.py +++ b/common/djangoapps/third_party_auth/tests/specs/test_lti.py @@ -1,7 +1,7 @@ """ Integration tests for third_party_auth LTI auth providers """ -from __future__ import absolute_import + import unittest from django.conf import settings diff --git a/common/djangoapps/third_party_auth/tests/specs/test_testshib.py b/common/djangoapps/third_party_auth/tests/specs/test_testshib.py index 6da7319361..be47b9cfd3 100644 --- a/common/djangoapps/third_party_auth/tests/specs/test_testshib.py +++ b/common/djangoapps/third_party_auth/tests/specs/test_testshib.py @@ -1,7 +1,7 @@ """ Third_party_auth integration tests using a mock version of the TestShib provider """ -from __future__ import absolute_import + import datetime import json @@ -12,6 +12,7 @@ from unittest import skip import ddt import httpretty +from django.conf import settings from django.contrib import auth from freezegun import freeze_time from mock import MagicMock, patch @@ -21,7 +22,6 @@ from social_django.models import UserSocialAuth from testfixtures import LogCapture from enterprise.models import EnterpriseCustomerIdentityProvider, EnterpriseCustomerUser -from openedx.core.djangoapps.user_authn.views.deprecated import signin_user from openedx.core.djangoapps.user_authn.views.login import login_user from openedx.core.djangoapps.user_api.accounts.settings_views import account_settings_context from openedx.features.enterprise_support.tests.factories import EnterpriseCustomerFactory @@ -158,7 +158,13 @@ class TestShibIntegrationTest(SamlIntegrationTestUtilities, IntegrationTestMixin 'attributes': {u'urn:oid:0.9.2342.19200300.100.1.1': [u'myself']} } - def test_full_pipeline_succeeds_for_unlinking_testshib_account(self): + @patch('openedx.features.enterprise_support.api.enterprise_customer_for_request') + @patch('openedx.core.djangoapps.user_api.accounts.settings_views.enterprise_customer_for_request') + def test_full_pipeline_succeeds_for_unlinking_testshib_account( + self, + mock_enterprise_customer_for_request_settings_view, + mock_enterprise_customer_for_request, + ): # First, create, the request and strategy that store pipeline state, # configure the backend, and mock out wire traffic. @@ -185,6 +191,14 @@ class TestShibIntegrationTest(SamlIntegrationTestUtilities, IntegrationTestMixin EnterpriseCustomerIdentityProvider.objects.get_or_create(enterprise_customer=enterprise_customer, provider_id=self.provider.provider_id) + enterprise_customer_data = { + 'uuid': enterprise_customer.uuid, + 'name': enterprise_customer.name, + 'identity_provider': 'saml-default', + } + mock_enterprise_customer_for_request.return_value = enterprise_customer_data + mock_enterprise_customer_for_request_settings_view.return_value = enterprise_customer_data + # Instrument the pipeline to get to the dashboard with the full expected state. self.client.get( pipeline.get_login_url(self.provider.provider_id, pipeline.AUTH_ENTRY_LOGIN)) @@ -192,7 +206,6 @@ class TestShibIntegrationTest(SamlIntegrationTestUtilities, IntegrationTestMixin request=request) with self._patch_edxmako_current_request(strategy.request): - signin_user(strategy.request) login_user(strategy.request) actions.do_complete(request.backend, social_views._do_login, user=user, # pylint: disable=protected-access request=request) @@ -201,34 +214,39 @@ class TestShibIntegrationTest(SamlIntegrationTestUtilities, IntegrationTestMixin self.assert_account_settings_context_looks_correct(account_settings_context(request), linked=True) self.assert_social_auth_exists_for_user(request.user, strategy) - # Fire off the disconnect pipeline without the user information. - actions.do_disconnect( - request.backend, - None, - None, - redirect_field_name=auth.REDIRECT_FIELD_NAME, - request=request - ) - self.assertFalse( - EnterpriseCustomerUser.objects.filter(enterprise_customer=enterprise_customer, user_id=user.id).count() == 0 - ) - - # Fire off the disconnect pipeline to unlink. - self.assert_redirect_after_pipeline_completes( + FEATURES_WITH_ENTERPRISE_ENABLED = settings.FEATURES.copy() + FEATURES_WITH_ENTERPRISE_ENABLED['ENABLE_ENTERPRISE_INTEGRATION'] = True + with patch.dict("django.conf.settings.FEATURES", FEATURES_WITH_ENTERPRISE_ENABLED): + # Fire off the disconnect pipeline without the user information. actions.do_disconnect( request.backend, - user, + None, None, redirect_field_name=auth.REDIRECT_FIELD_NAME, request=request ) - ) - # Now we expect to be in the unlinked state, with no backend entry. - self.assert_account_settings_context_looks_correct(account_settings_context(request), linked=False) - self.assert_social_auth_does_not_exist_for_user(user, strategy) - self.assertTrue( - EnterpriseCustomerUser.objects.filter(enterprise_customer=enterprise_customer, user_id=user.id).count() == 0 - ) + self.assertNotEqual( + EnterpriseCustomerUser.objects.filter(enterprise_customer=enterprise_customer, user_id=user.id).count(), + 0 + ) + + # Fire off the disconnect pipeline to unlink. + self.assert_redirect_after_pipeline_completes( + actions.do_disconnect( + request.backend, + user, + None, + redirect_field_name=auth.REDIRECT_FIELD_NAME, + request=request + ) + ) + # Now we expect to be in the unlinked state, with no backend entry. + self.assert_account_settings_context_looks_correct(account_settings_context(request), linked=False) + self.assert_social_auth_does_not_exist_for_user(user, strategy) + self.assertEqual( + EnterpriseCustomerUser.objects.filter(enterprise_customer=enterprise_customer, user_id=user.id).count(), + 0 + ) def get_response_data(self): """Gets dict (string -> object) of merged data about the user.""" diff --git a/common/djangoapps/third_party_auth/tests/specs/test_twitter.py b/common/djangoapps/third_party_auth/tests/specs/test_twitter.py index 3522fd8e90..55b6cf194c 100644 --- a/common/djangoapps/third_party_auth/tests/specs/test_twitter.py +++ b/common/djangoapps/third_party_auth/tests/specs/test_twitter.py @@ -1,7 +1,7 @@ """ Separate integration test for Twitter which is an OAuth1 provider. """ -from __future__ import absolute_import + from mock import patch from third_party_auth.tests.specs import base diff --git a/common/djangoapps/third_party_auth/tests/test_admin.py b/common/djangoapps/third_party_auth/tests/test_admin.py index dd5985da44..cb0b16e21e 100644 --- a/common/djangoapps/third_party_auth/tests/test_admin.py +++ b/common/djangoapps/third_party_auth/tests/test_admin.py @@ -1,7 +1,7 @@ """ Tests third_party_auth admin views """ -from __future__ import absolute_import + import unittest @@ -55,8 +55,8 @@ class Oauth2ProviderConfigAdminTest(testutil.TestCase): # Get the provider instance with active flag providers = OAuth2ProviderConfig.objects.all() - self.assertEquals(len(providers), 1) - self.assertEquals(providers[pcount].id, provider1.id) + self.assertEqual(len(providers), 1) + self.assertEqual(providers[pcount].id, provider1.id) # Edit the provider via the admin edit link admin = OAuth2ProviderConfigAdmin(provider1, AdminSite()) @@ -76,14 +76,14 @@ class Oauth2ProviderConfigAdminTest(testutil.TestCase): # Post the edit form: expecting redirect response = self.client.post(update_url, post_data) - self.assertEquals(response.status_code, 302) + self.assertEqual(response.status_code, 302) # Editing the existing provider creates a new provider instance providers = OAuth2ProviderConfig.objects.all() - self.assertEquals(len(providers), pcount + 2) - self.assertEquals(providers[pcount].id, provider1.id) + self.assertEqual(len(providers), pcount + 2) + self.assertEqual(providers[pcount].id, provider1.id) provider2 = providers[pcount + 1] # Ensure the icon_image was preserved on the new provider instance - self.assertEquals(provider2.icon_image, provider1.icon_image) - self.assertEquals(provider2.name, post_data['name']) + self.assertEqual(provider2.icon_image, provider1.icon_image) + self.assertEqual(provider2.name, post_data['name']) diff --git a/common/djangoapps/third_party_auth/tests/test_decorators.py b/common/djangoapps/third_party_auth/tests/test_decorators.py index c6a9962334..db573a7830 100644 --- a/common/djangoapps/third_party_auth/tests/test_decorators.py +++ b/common/djangoapps/third_party_auth/tests/test_decorators.py @@ -1,7 +1,7 @@ """ Tests for third_party_auth decorators. """ -from __future__ import absolute_import + import unittest diff --git a/common/djangoapps/third_party_auth/tests/test_lti.py b/common/djangoapps/third_party_auth/tests/test_lti.py index 202a471018..01e47076fa 100644 --- a/common/djangoapps/third_party_auth/tests/test_lti.py +++ b/common/djangoapps/third_party_auth/tests/test_lti.py @@ -2,7 +2,6 @@ Unit tests for third_party_auth LTI auth providers """ -from __future__ import absolute_import import unittest @@ -22,7 +21,7 @@ class UnitTestLTI(unittest.TestCase, ThirdPartyAuthTestMixin): details = lti.get_user_details({LTI_PARAMS_KEY: { 'lis_person_name_full': 'Full name' }}) - self.assertEquals(details, { + self.assertEqual(details, { 'fullname': 'Full name' }) @@ -35,7 +34,7 @@ class UnitTestLTI(unittest.TestCase, ThirdPartyAuthTestMixin): 'email': 'user@example.com', 'other': 'something else' }}) - self.assertEquals(details, { + self.assertEqual(details, { 'fullname': 'Full name', 'first_name': 'Given', 'last_name': 'Family', @@ -48,7 +47,7 @@ class UnitTestLTI(unittest.TestCase, ThirdPartyAuthTestMixin): 'oauth_consumer_key': 'consumer', 'user_id': 'user' }}) - self.assertEquals(user_id, 'consumer:user') + self.assertEqual(user_id, 'consumer:user') def test_validate_lti_valid_request(self): request = Request( diff --git a/common/djangoapps/third_party_auth/tests/test_middleware.py b/common/djangoapps/third_party_auth/tests/test_middleware.py index 8a3558beb5..f9c1d8c0a6 100644 --- a/common/djangoapps/third_party_auth/tests/test_middleware.py +++ b/common/djangoapps/third_party_auth/tests/test_middleware.py @@ -1,7 +1,7 @@ """ Tests for third party auth middleware """ -from __future__ import absolute_import + import mock from django.contrib.messages.middleware import MessageMiddleware diff --git a/common/djangoapps/third_party_auth/tests/test_pipeline.py b/common/djangoapps/third_party_auth/tests/test_pipeline.py index a3250a0aa6..cbd2113159 100644 --- a/common/djangoapps/third_party_auth/tests/test_pipeline.py +++ b/common/djangoapps/third_party_auth/tests/test_pipeline.py @@ -1,14 +1,18 @@ """Unit tests for third_party_auth/pipeline.py.""" -from __future__ import absolute_import +import json +import ddt +import mock import unittest from third_party_auth import pipeline from third_party_auth.tests import testutil +from third_party_auth.tests.testutil import simulate_running_pipeline @unittest.skipUnless(testutil.AUTH_FEATURE_ENABLED, testutil.AUTH_FEATURES_KEY + ' not enabled') +@ddt.ddt class ProviderUserStateTestCase(testutil.TestCase): """Tests ProviderUserState behavior.""" @@ -16,3 +20,32 @@ class ProviderUserStateTestCase(testutil.TestCase): google_provider = self.configure_google_provider(enabled=True) state = pipeline.ProviderUserState(google_provider, object(), None) self.assertEqual(google_provider.provider_id + '_unlink_form', state.get_unlink_form_name()) + + @ddt.data( + ('saml', 'tpa-saml'), + ('oauth', 'google-oauth2'), + ) + @ddt.unpack + def test_get_idp_logout_url_from_running_pipeline(self, idp_type, backend_name): + """ + Test idp logout url setting for running pipeline + """ + self.enable_saml() + idp_slug = "test" + idp_config = {"logout_url": "http://example.com/logout"} + getattr(self, 'configure_{idp_type}_provider'.format(idp_type=idp_type))( + enabled=True, + name="Test Provider", + slug=idp_slug, + backend_name=backend_name, + other_settings=json.dumps(idp_config) + ) + request = mock.MagicMock() + kwargs = { + "response": { + "idp_name": idp_slug + } + } + with simulate_running_pipeline("third_party_auth.pipeline", backend_name, **kwargs): + logout_url = pipeline.get_idp_logout_url_from_running_pipeline(request) + self.assertEqual(idp_config['logout_url'], logout_url) diff --git a/common/djangoapps/third_party_auth/tests/test_pipeline_integration.py b/common/djangoapps/third_party_auth/tests/test_pipeline_integration.py index 55f570c85e..2061bf0ddd 100644 --- a/common/djangoapps/third_party_auth/tests/test_pipeline_integration.py +++ b/common/djangoapps/third_party_auth/tests/test_pipeline_integration.py @@ -1,6 +1,5 @@ """Integration tests for pipeline.py.""" -from __future__ import absolute_import import datetime import unittest @@ -82,7 +81,7 @@ class GetProviderUserStatesTestCase(testutil.TestCase, test.TestCase): def test_returns_empty_list_if_no_enabled_providers(self): self.assertFalse(provider.Registry.enabled()) - self.assertEquals([], pipeline.get_provider_user_states(self.user)) + self.assertEqual([], pipeline.get_provider_user_states(self.user)) def test_state_not_returned_for_disabled_provider(self): disabled_provider = self.configure_google_provider(enabled=False) diff --git a/common/djangoapps/third_party_auth/tests/test_provider.py b/common/djangoapps/third_party_auth/tests/test_provider.py index c9749b937f..b1a3deaa2c 100644 --- a/common/djangoapps/third_party_auth/tests/test_provider.py +++ b/common/djangoapps/third_party_auth/tests/test_provider.py @@ -1,6 +1,5 @@ """Unit tests for provider.py.""" -from __future__ import absolute_import import unittest diff --git a/common/djangoapps/third_party_auth/tests/test_saml.py b/common/djangoapps/third_party_auth/tests/test_saml.py index 69fc7ad587..7579b5e0ce 100644 --- a/common/djangoapps/third_party_auth/tests/test_saml.py +++ b/common/djangoapps/third_party_auth/tests/test_saml.py @@ -2,7 +2,6 @@ Unit tests for third_party_auth SAML auth providers """ -from __future__ import absolute_import import mock diff --git a/common/djangoapps/third_party_auth/tests/test_settings.py b/common/djangoapps/third_party_auth/tests/test_settings.py index e442280d39..495a64cbda 100644 --- a/common/djangoapps/third_party_auth/tests/test_settings.py +++ b/common/djangoapps/third_party_auth/tests/test_settings.py @@ -1,6 +1,5 @@ """Unit tests for settings.py.""" -from __future__ import absolute_import import unittest @@ -15,7 +14,7 @@ _ORIGINAL_TEMPLATE_CONTEXT_PROCESSORS = ['first_template_context_preprocessor'] _SETTINGS_MAP = { 'AUTHENTICATION_BACKENDS': _ORIGINAL_AUTHENTICATION_BACKENDS, 'INSTALLED_APPS': _ORIGINAL_INSTALLED_APPS, - 'MIDDLEWARE_CLASSES': _ORIGINAL_MIDDLEWARE_CLASSES, + 'MIDDLEWARE': _ORIGINAL_MIDDLEWARE_CLASSES, 'TEMPLATES': [{ 'OPTIONS': { 'context_processors': _ORIGINAL_TEMPLATE_CONTEXT_PROCESSORS @@ -38,7 +37,7 @@ class SettingsUnitTest(testutil.TestCase): def test_apply_settings_adds_exception_middleware(self): settings.apply_settings(self.settings) - self.assertIn('third_party_auth.middleware.ExceptionMiddleware', self.settings.MIDDLEWARE_CLASSES) + self.assertIn('third_party_auth.middleware.ExceptionMiddleware', self.settings.MIDDLEWARE) def test_apply_settings_adds_fields_stored_in_session(self): settings.apply_settings(self.settings) diff --git a/common/djangoapps/third_party_auth/tests/test_utils.py b/common/djangoapps/third_party_auth/tests/test_utils.py index 7eef060940..c0e21f1b47 100644 --- a/common/djangoapps/third_party_auth/tests/test_utils.py +++ b/common/djangoapps/third_party_auth/tests/test_utils.py @@ -1,7 +1,7 @@ """ Tests for third_party_auth utility functions. """ -from __future__ import absolute_import + import unittest diff --git a/common/djangoapps/third_party_auth/tests/test_views.py b/common/djangoapps/third_party_auth/tests/test_views.py index ada67255da..2f2687db88 100644 --- a/common/djangoapps/third_party_auth/tests/test_views.py +++ b/common/djangoapps/third_party_auth/tests/test_views.py @@ -2,7 +2,6 @@ Test the views served by third_party_auth. """ -from __future__ import absolute_import import unittest diff --git a/common/djangoapps/third_party_auth/tests/testutil.py b/common/djangoapps/third_party_auth/tests/testutil.py index 616b778bea..763194b6f6 100644 --- a/common/djangoapps/third_party_auth/tests/testutil.py +++ b/common/djangoapps/third_party_auth/tests/testutil.py @@ -4,7 +4,6 @@ Utilities for writing third_party_auth tests. Used by Django and non-Django tests; must not have Django deps. """ -from __future__ import absolute_import import os.path from contextlib import contextmanager @@ -18,7 +17,8 @@ from django.contrib.sites.models import Site from mako.template import Template from provider import constants from provider.oauth2.models import Client as OAuth2Client -from storages.backends.overwrite import OverwriteStorage +from openedx.core.djangolib.testing.utils import CacheIsolationMixin +from openedx.core.storage import OverwriteStorage from third_party_auth.models import ( LTIProviderConfig, @@ -173,8 +173,8 @@ class ThirdPartyAuthTestMixin(object): user.save() @staticmethod - def configure_oauth_client(): - """ Configure a oauth client for testing """ + def configure_oauth_dop_client(): + """ Configure an oauth DOP client for testing """ return OAuth2Client.objects.create(client_type=constants.CONFIDENTIAL) @staticmethod @@ -189,7 +189,7 @@ class ThirdPartyAuthTestMixin(object): return f.read() -class TestCase(ThirdPartyAuthTestMixin, django.test.TestCase): +class TestCase(ThirdPartyAuthTestMixin, CacheIsolationMixin, django.test.TestCase): """Base class for auth test cases.""" def setUp(self): super(TestCase, self).setUp() diff --git a/common/djangoapps/third_party_auth/tests/utils.py b/common/djangoapps/third_party_auth/tests/utils.py index 8fe9ee136a..0fe7f77945 100644 --- a/common/djangoapps/third_party_auth/tests/utils.py +++ b/common/djangoapps/third_party_auth/tests/utils.py @@ -1,5 +1,5 @@ """Common utility for testing third party oauth2 features.""" -from __future__ import absolute_import + import json from base64 import b64encode @@ -98,7 +98,7 @@ class ThirdPartyOAuthTestMixinFacebook(object): class ThirdPartyOAuthTestMixinGoogle(object): """Tests oauth with the Google backend""" BACKEND = "google-oauth2" - USER_URL = "https://www.googleapis.com/plus/v1/people/me" + USER_URL = "https://www.googleapis.com/oauth2/v3/userinfo" # In google-oauth2 responses, the "email" field is used as the user's identifier UID_FIELD = "email" diff --git a/common/djangoapps/third_party_auth/urls.py b/common/djangoapps/third_party_auth/urls.py index 9b0fec5a58..00175c18fe 100644 --- a/common/djangoapps/third_party_auth/urls.py +++ b/common/djangoapps/third_party_auth/urls.py @@ -1,6 +1,5 @@ """Url configuration for the auth module.""" -from __future__ import absolute_import from django.conf.urls import include, url diff --git a/common/djangoapps/third_party_auth/utils.py b/common/djangoapps/third_party_auth/utils.py index 6b4e2e23b7..026d1b66f6 100644 --- a/common/djangoapps/third_party_auth/utils.py +++ b/common/djangoapps/third_party_auth/utils.py @@ -2,7 +2,6 @@ Utility functions for third_party_auth """ -from __future__ import absolute_import from django.contrib.auth.models import User diff --git a/common/djangoapps/third_party_auth/views.py b/common/djangoapps/third_party_auth/views.py index 438e8ec016..f1d0d306b9 100644 --- a/common/djangoapps/third_party_auth/views.py +++ b/common/djangoapps/third_party_auth/views.py @@ -1,7 +1,7 @@ """ Extra views required for SSO """ -from __future__ import absolute_import + from django.conf import settings from django.http import Http404, HttpResponse, HttpResponseNotAllowed, HttpResponseNotFound, HttpResponseServerError diff --git a/common/djangoapps/track/admin.py b/common/djangoapps/track/admin.py deleted file mode 100644 index a0a3b20c6a..0000000000 --- a/common/djangoapps/track/admin.py +++ /dev/null @@ -1,11 +0,0 @@ -''' -django admin pages for courseware model -''' - -from __future__ import absolute_import - -from django.contrib import admin - -from track.models import TrackingLog - -admin.site.register(TrackingLog) diff --git a/common/djangoapps/track/backends/__init__.py b/common/djangoapps/track/backends/__init__.py index d7b04f646f..da9825a60b 100644 --- a/common/djangoapps/track/backends/__init__.py +++ b/common/djangoapps/track/backends/__init__.py @@ -6,7 +6,6 @@ backends. """ -from __future__ import absolute_import import abc diff --git a/common/djangoapps/track/backends/django.py b/common/djangoapps/track/backends/django.py deleted file mode 100644 index d093004bb5..0000000000 --- a/common/djangoapps/track/backends/django.py +++ /dev/null @@ -1,90 +0,0 @@ -""" -Event tracker backend that saves events to a Django database. - -""" - -# TODO: this module is very specific to the event schema, and is only -# brought here for legacy support. It should be updated when the -# schema changes or eventually deprecated. - -from __future__ import absolute_import - -import logging - -from django.db import models -from django.utils.encoding import python_2_unicode_compatible - -from track.backends import BaseBackend - -log = logging.getLogger('track.backends.django') - - -LOGFIELDS = [ - 'username', - 'ip', - 'event_source', - 'event_type', - 'event', - 'agent', - 'page', - 'time', - 'host', -] - - -@python_2_unicode_compatible -class TrackingLog(models.Model): - """ - Defines the fields that are stored in the tracking log database. - - .. pii: Stores a great deal of PII as it is an event tracker of browsing history, unused and empty on edx.org - .. pii_types: username, ip, other - .. pii_retirement: retained - """ - - dtcreated = models.DateTimeField('creation date', auto_now_add=True) - username = models.CharField(max_length=32, blank=True) - ip = models.CharField(max_length=32, blank=True) - event_source = models.CharField(max_length=32) - event_type = models.CharField(max_length=512, blank=True) - event = models.TextField(blank=True) - agent = models.CharField(max_length=256, blank=True) - page = models.CharField(max_length=512, blank=True, null=True) - time = models.DateTimeField('event time') - host = models.CharField(max_length=64, blank=True) - - class Meta(object): - app_label = 'track' - db_table = 'track_trackinglog' - - def __str__(self): - fmt = ( - u"[{self.time}] {self.username}@{self.ip}: " - u"{self.event_source}| {self.event_type} | " - u"{self.page} | {self.event}" - ) - return fmt.format(self=self) - - -class DjangoBackend(BaseBackend): - """Event tracker backend that saves to a Django database""" - def __init__(self, name='default', **options): - """ - Configure database used by the backend. - - :Parameters: - - - `name` is the name of the database as specified in the project - settings. - - """ - super(DjangoBackend, self).__init__(**options) - self.name = name - - def send(self, event): - field_values = {x: event.get(x, '') for x in LOGFIELDS} - tldat = TrackingLog(**field_values) - try: - tldat.save(using=self.name) - except Exception as e: # pylint: disable=broad-except - log.exception(e) diff --git a/common/djangoapps/track/backends/logger.py b/common/djangoapps/track/backends/logger.py index 6d212138c4..baec3bbb2f 100644 --- a/common/djangoapps/track/backends/logger.py +++ b/common/djangoapps/track/backends/logger.py @@ -1,6 +1,5 @@ """Event tracker backend that saves events to a python logger.""" -from __future__ import absolute_import import json import logging diff --git a/common/djangoapps/track/backends/mongodb.py b/common/djangoapps/track/backends/mongodb.py index 6ac938658d..b8f3e65748 100644 --- a/common/djangoapps/track/backends/mongodb.py +++ b/common/djangoapps/track/backends/mongodb.py @@ -1,6 +1,5 @@ """MongoDB event tracker backend.""" -from __future__ import absolute_import import logging diff --git a/common/djangoapps/track/backends/tests/test_django.py b/common/djangoapps/track/backends/tests/test_django.py deleted file mode 100644 index 2fdda41297..0000000000 --- a/common/djangoapps/track/backends/tests/test_django.py +++ /dev/null @@ -1,26 +0,0 @@ -from __future__ import absolute_import - -from django.test import TestCase - -from track.backends.django import DjangoBackend, TrackingLog - - -class TestDjangoBackend(TestCase): - def setUp(self): - super(TestDjangoBackend, self).setUp() - self.backend = DjangoBackend() - - def test_django_backend(self): - event = { - 'username': 'test', - 'time': '2013-01-01T12:01:00-05:00' - } - self.backend.send(event) - - results = list(TrackingLog.objects.all()) - - self.assertEqual(len(results), 1) - self.assertEqual(results[0].username, 'test') - - # Check if time is stored in UTC - self.assertEqual(str(results[0].time), '2013-01-01 17:01:00+00:00') diff --git a/common/djangoapps/track/backends/tests/test_logger.py b/common/djangoapps/track/backends/tests/test_logger.py index aa7e908541..0e8564ea60 100644 --- a/common/djangoapps/track/backends/tests/test_logger.py +++ b/common/djangoapps/track/backends/tests/test_logger.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- """Tests for Event tracker backend.""" -from __future__ import absolute_import + import datetime import json diff --git a/common/djangoapps/track/backends/tests/test_mongodb.py b/common/djangoapps/track/backends/tests/test_mongodb.py index c7e8297bb5..a73b06e013 100644 --- a/common/djangoapps/track/backends/tests/test_mongodb.py +++ b/common/djangoapps/track/backends/tests/test_mongodb.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + from django.test import TestCase from mock import patch diff --git a/common/djangoapps/track/contexts.py b/common/djangoapps/track/contexts.py index 2f110de3e2..8c0f1df663 100644 --- a/common/djangoapps/track/contexts.py +++ b/common/djangoapps/track/contexts.py @@ -1,5 +1,5 @@ """Generates common contexts""" -from __future__ import absolute_import + import logging diff --git a/common/djangoapps/track/event_transaction_utils.py b/common/djangoapps/track/event_transaction_utils.py index 5a7d0938e9..3d5a0050e6 100644 --- a/common/djangoapps/track/event_transaction_utils.py +++ b/common/djangoapps/track/event_transaction_utils.py @@ -2,7 +2,7 @@ Helper functions to access and update the id and type used in event tracking. """ -from __future__ import absolute_import + from uuid import UUID, uuid4 diff --git a/common/djangoapps/track/management/commands/tracked_dummy_command.py b/common/djangoapps/track/management/commands/tracked_dummy_command.py index 092ad30d3b..f3fa95e711 100644 --- a/common/djangoapps/track/management/commands/tracked_dummy_command.py +++ b/common/djangoapps/track/management/commands/tracked_dummy_command.py @@ -2,7 +2,6 @@ Command used for testing TrackedCommands """ -from __future__ import absolute_import import json from textwrap import dedent diff --git a/common/djangoapps/track/management/tests/test_tracked_command.py b/common/djangoapps/track/management/tests/test_tracked_command.py index 11d722ac53..ad11e68cc1 100644 --- a/common/djangoapps/track/management/tests/test_tracked_command.py +++ b/common/djangoapps/track/management/tests/test_tracked_command.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + import json from six import StringIO @@ -24,4 +24,4 @@ class CommandsTestBase(TestCase): args = ['whee'] kwargs = {'key1': 'default', 'key2': True} json_out = self._run_dummy_command(*args, **kwargs) - self.assertEquals(json_out['command'].strip(), 'tracked_dummy_command') + self.assertEqual(json_out['command'].strip(), 'tracked_dummy_command') diff --git a/common/djangoapps/track/management/tracked_command.py b/common/djangoapps/track/management/tracked_command.py index 28b3a4302c..51f85809b8 100644 --- a/common/djangoapps/track/management/tracked_command.py +++ b/common/djangoapps/track/management/tracked_command.py @@ -1,6 +1,5 @@ """Provides management command calling info to tracking context.""" -from __future__ import absolute_import from django.core.management.base import BaseCommand from eventtracking import tracker diff --git a/common/djangoapps/track/middleware.py b/common/djangoapps/track/middleware.py index 77cfda2650..6e8abb96cb 100644 --- a/common/djangoapps/track/middleware.py +++ b/common/djangoapps/track/middleware.py @@ -6,8 +6,6 @@ framework. """ -from __future__ import absolute_import - import hashlib import hmac import json @@ -17,6 +15,7 @@ import sys import six from django.conf import settings +from django.utils.deprecation import MiddlewareMixin from eventtracking import tracker from ipware.ip import get_ip @@ -36,7 +35,7 @@ META_KEY_TO_CONTEXT_KEY = { } -class TrackMiddleware(object): +class TrackMiddleware(MiddlewareMixin): """ Tracks all requests made, as well as setting up context for other server emitted events. diff --git a/common/djangoapps/track/migrations/0001_initial.py b/common/djangoapps/track/migrations/0001_initial.py index 84df8b6787..69f38bb08a 100644 --- a/common/djangoapps/track/migrations/0001_initial.py +++ b/common/djangoapps/track/migrations/0001_initial.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models @@ -14,7 +14,7 @@ class Migration(migrations.Migration): name='TrackingLog', fields=[ ('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)), - ('dtcreated', models.DateTimeField(auto_now_add=True, verbose_name=b'creation date')), + ('dtcreated', models.DateTimeField(auto_now_add=True, verbose_name=u'creation date')), ('username', models.CharField(max_length=32, blank=True)), ('ip', models.CharField(max_length=32, blank=True)), ('event_source', models.CharField(max_length=32)), @@ -22,7 +22,7 @@ class Migration(migrations.Migration): ('event', models.TextField(blank=True)), ('agent', models.CharField(max_length=256, blank=True)), ('page', models.CharField(max_length=512, null=True, blank=True)), - ('time', models.DateTimeField(verbose_name=b'event time')), + ('time', models.DateTimeField(verbose_name=u'event time')), ('host', models.CharField(max_length=64, blank=True)), ], options={ diff --git a/common/djangoapps/track/migrations/0002_delete_trackinglog.py b/common/djangoapps/track/migrations/0002_delete_trackinglog.py new file mode 100644 index 0000000000..3d59192f3d --- /dev/null +++ b/common/djangoapps/track/migrations/0002_delete_trackinglog.py @@ -0,0 +1,18 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.11.27 on 2020-02-04 21:16 +from __future__ import unicode_literals + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('track', '0001_initial'), + ] + + operations = [ + migrations.DeleteModel( + name='TrackingLog', + ), + ] diff --git a/common/djangoapps/track/models.py b/common/djangoapps/track/models.py deleted file mode 100644 index c4fbb76c2a..0000000000 --- a/common/djangoapps/track/models.py +++ /dev/null @@ -1,4 +0,0 @@ -# pylint: disable=unused-import, missing-docstring -from __future__ import absolute_import - -from track.backends.django import TrackingLog diff --git a/common/djangoapps/track/segment.py b/common/djangoapps/track/segment.py index 3a010d99ca..9bcbf6ffae 100644 --- a/common/djangoapps/track/segment.py +++ b/common/djangoapps/track/segment.py @@ -8,7 +8,7 @@ required by server-side events. To use, call "from track import segment", then call segment.track() or segment.identify(). """ -from __future__ import absolute_import + import analytics from django.conf import settings diff --git a/common/djangoapps/track/shim.py b/common/djangoapps/track/shim.py index b4446bff43..97e7e02ca8 100644 --- a/common/djangoapps/track/shim.py +++ b/common/djangoapps/track/shim.py @@ -1,6 +1,5 @@ """Map new event context values to old top-level field values. Ensures events can be parsed by legacy parsers.""" -from __future__ import absolute_import import json diff --git a/common/djangoapps/track/tests/__init__.py b/common/djangoapps/track/tests/__init__.py index 787c05d751..2cf19ca9a4 100644 --- a/common/djangoapps/track/tests/__init__.py +++ b/common/djangoapps/track/tests/__init__.py @@ -1,6 +1,5 @@ """Helpers for tests related to emitting events to the tracking logs.""" -from __future__ import absolute_import from datetime import datetime @@ -73,7 +72,7 @@ class EventTrackingTestCase(TestCase): def assert_no_events_emitted(self): """Ensure no events were emitted at this point in the test.""" - self.assertEquals(len(self.backend.events), 0) + self.assertEqual(len(self.backend.events), 0) def assert_events_emitted(self): """Ensure at least one event has been emitted at this point in the test.""" diff --git a/common/djangoapps/track/tests/test_contexts.py b/common/djangoapps/track/tests/test_contexts.py index 584a6fe82b..4c633b3612 100644 --- a/common/djangoapps/track/tests/test_contexts.py +++ b/common/djangoapps/track/tests/test_contexts.py @@ -1,6 +1,5 @@ # pylint: disable=missing-docstring -from __future__ import absolute_import from unittest import TestCase @@ -30,7 +29,7 @@ class TestContexts(TestCase): self.assert_parses_course_id_from_url(url, course_id) def assert_parses_course_id_from_url(self, format_string, course_id): - self.assertEquals( + self.assertEqual( contexts.course_context_from_url(format_string.format(course_id=course_id)), { 'course_id': course_id, @@ -42,7 +41,7 @@ class TestContexts(TestCase): self.assert_empty_context_for_url('http://foo.bar.com/dashboard') def assert_empty_context_for_url(self, url): - self.assertEquals( + self.assertEqual( contexts.course_context_from_url(url), { 'course_id': '', diff --git a/common/djangoapps/track/tests/test_logs.py b/common/djangoapps/track/tests/test_logs.py deleted file mode 100644 index 5711ee136c..0000000000 --- a/common/djangoapps/track/tests/test_logs.py +++ /dev/null @@ -1,61 +0,0 @@ -"""Tests that tracking data are successfully logged""" -from __future__ import absolute_import - -import unittest - -import mock -from django.conf import settings -from django.test import TestCase -from django.urls import reverse -from six import unichr - -from track.models import TrackingLog -from track.views import user_track - - -@unittest.skip("TODO: these tests were not being run before, and now that they are they're failing") -@unittest.skipUnless(settings.ROOT_URLCONF == 'lms.urls', 'Test only valid in lms') -class TrackingTest(TestCase): - """ - Tests that tracking logs correctly handle events - """ - - def test_post_answers_to_log(self): - """ - Checks that student answer requests submitted to track.views via POST - are correctly logged in the TrackingLog db table - """ - requests = [ - {"event": "my_event", "event_type": "my_event_type", "page": "my_page"}, - {"event": "{'json': 'object'}", "event_type": unichr(512), "page": "my_page"} - ] - with mock.patch.dict('django.conf.settings.FEATURES', {'ENABLE_SQL_TRACKING_LOGS': True}): - for request_params in requests: - response = self.client.post(reverse(user_track), request_params) - self.assertEqual(response.status_code, 200) - self.assertEqual(response.content, 'success') - tracking_logs = TrackingLog.objects.order_by('-dtcreated') - log = tracking_logs[0] - self.assertEqual(log.event, request_params["event"]) - self.assertEqual(log.event_type, request_params["event_type"]) - self.assertEqual(log.page, request_params["page"]) - - def test_get_answers_to_log(self): - """ - Checks that student answer requests submitted to track.views via GET - are correctly logged in the TrackingLog db table - """ - requests = [ - {"event": "my_event", "event_type": "my_event_type", "page": "my_page"}, - {"event": "{'json': 'object'}", "event_type": unichr(512), "page": "my_page"} - ] - with mock.patch.dict('django.conf.settings.FEATURES', {'ENABLE_SQL_TRACKING_LOGS': True}): - for request_params in requests: - response = self.client.get(reverse(user_track), request_params) - self.assertEqual(response.status_code, 200) - self.assertEqual(response.content, 'success') - tracking_logs = TrackingLog.objects.order_by('-dtcreated') - log = tracking_logs[0] - self.assertEqual(log.event, request_params["event"]) - self.assertEqual(log.event_type, request_params["event_type"]) - self.assertEqual(log.page, request_params["page"]) diff --git a/common/djangoapps/track/tests/test_middleware.py b/common/djangoapps/track/tests/test_middleware.py index 8fe672324b..3f3b823b04 100644 --- a/common/djangoapps/track/tests/test_middleware.py +++ b/common/djangoapps/track/tests/test_middleware.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- """Tests for tracking middleware.""" -from __future__ import absolute_import + import ddt import six diff --git a/common/djangoapps/track/tests/test_segment.py b/common/djangoapps/track/tests/test_segment.py index 2c8ecd2dfe..5afc38660b 100644 --- a/common/djangoapps/track/tests/test_segment.py +++ b/common/djangoapps/track/tests/test_segment.py @@ -1,6 +1,5 @@ """Ensure emitted events contain the fields legacy processors expect to find.""" -from __future__ import absolute_import import ddt from django.test import TestCase diff --git a/common/djangoapps/track/tests/test_shim.py b/common/djangoapps/track/tests/test_shim.py index 245b233810..af52b2ff91 100644 --- a/common/djangoapps/track/tests/test_shim.py +++ b/common/djangoapps/track/tests/test_shim.py @@ -1,6 +1,5 @@ """Ensure emitted events contain the fields legacy processors expect to find.""" -from __future__ import absolute_import from collections import namedtuple diff --git a/common/djangoapps/track/tests/test_tracker.py b/common/djangoapps/track/tests/test_tracker.py index e3c91d8e3c..77b3afc87c 100644 --- a/common/djangoapps/track/tests/test_tracker.py +++ b/common/djangoapps/track/tests/test_tracker.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + from django.conf import settings from django.test import TestCase diff --git a/common/djangoapps/track/tests/test_util.py b/common/djangoapps/track/tests/test_util.py index 93a84a81b3..a543acbadf 100644 --- a/common/djangoapps/track/tests/test_util.py +++ b/common/djangoapps/track/tests/test_util.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + import json from datetime import datetime diff --git a/common/djangoapps/track/tracker.py b/common/djangoapps/track/tracker.py index 42ea290972..e6f2e95524 100644 --- a/common/djangoapps/track/tracker.py +++ b/common/djangoapps/track/tracker.py @@ -18,7 +18,6 @@ below:: """ -from __future__ import absolute_import import inspect from importlib import import_module diff --git a/common/djangoapps/track/transformers.py b/common/djangoapps/track/transformers.py index 634a93cca6..7511913a02 100644 --- a/common/djangoapps/track/transformers.py +++ b/common/djangoapps/track/transformers.py @@ -5,7 +5,6 @@ by name (or name prefix) in the EventTransformerRegistry, which is used to apply them to the appropriate events. """ -from __future__ import absolute_import import json import logging diff --git a/common/djangoapps/track/urls.py b/common/djangoapps/track/urls.py index e014c198aa..ab08556792 100644 --- a/common/djangoapps/track/urls.py +++ b/common/djangoapps/track/urls.py @@ -2,7 +2,6 @@ URLs for track app """ -from __future__ import absolute_import from django.conf import settings from django.conf.urls import url @@ -14,9 +13,3 @@ urlpatterns = [ url(r'^event$', track.views.user_track), url(r'^segmentio/event$', track.views.segmentio.segmentio_event), ] - -if settings.FEATURES.get('ENABLE_SQL_TRACKING_LOGS'): - urlpatterns += [ - url(r'^event_logs$', track.views.view_tracking_log), - url(r'^event_logs/(?P.+)$', track.views.view_tracking_log), - ] diff --git a/common/djangoapps/track/utils.py b/common/djangoapps/track/utils.py index 8a6c42aea9..b7475aef35 100644 --- a/common/djangoapps/track/utils.py +++ b/common/djangoapps/track/utils.py @@ -1,6 +1,5 @@ """Utility functions and classes for track backends""" -from __future__ import absolute_import import json from datetime import date, datetime diff --git a/common/djangoapps/track/views/__init__.py b/common/djangoapps/track/views/__init__.py index d36a3d8eca..a434a1dc43 100644 --- a/common/djangoapps/track/views/__init__.py +++ b/common/djangoapps/track/views/__init__.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + import datetime import json @@ -15,7 +15,6 @@ from ipware.ip import get_ip from edxmako.shortcuts import render_to_response from track import contexts, shim, tracker -from track.models import TrackingLog def log_event(event): @@ -159,8 +158,7 @@ def task_track(request_info, task_info, event_type, event, page=None): # about the task in which it is running. full_event = dict(event, **task_info) - # All fields must be specified, in case the tracking information is - # also saved to the TrackingLog model. Get values from the task-level + # Get values from the task-level # information, or just add placeholder values. with eventtracker.get_tracker().context('edx.course.task', contexts.course_context_from_url(page)): event = { @@ -177,31 +175,3 @@ def task_track(request_info, task_info, event_type, event, page=None): } log_event(event) - - -@login_required -@ensure_csrf_cookie -def view_tracking_log(request, args=''): - """View to output contents of TrackingLog model. For staff use only.""" - if not request.user.is_staff: - return redirect('/') - nlen = 100 - username = '' - if args: - for arg in args.split('/'): - if arg.isdigit(): - nlen = int(arg) - if arg.startswith('username='): - username = arg[9:] - - record_instances = TrackingLog.objects.all().order_by('-time') - if username: - record_instances = record_instances.filter(username=username) - record_instances = record_instances[0:nlen] - - # fix dtstamp - fmt = '%a %d-%b-%y %H:%M:%S' # "%Y-%m-%d %H:%M:%S %Z%z" - for rinst in record_instances: - rinst.dtstr = rinst.time.replace(tzinfo=pytz.utc).astimezone(pytz.timezone('US/Eastern')).strftime(fmt) - - return render_to_response('tracking_log.html', {'records': record_instances}) diff --git a/common/djangoapps/track/views/segmentio.py b/common/djangoapps/track/views/segmentio.py index a4101a43e1..d358b574e7 100644 --- a/common/djangoapps/track/views/segmentio.py +++ b/common/djangoapps/track/views/segmentio.py @@ -1,6 +1,5 @@ """Handle events that were forwarded from the Segment webhook integration""" -from __future__ import absolute_import import json import logging diff --git a/common/djangoapps/track/views/tests/base.py b/common/djangoapps/track/views/tests/base.py index a385d99512..eda0fd6d37 100644 --- a/common/djangoapps/track/views/tests/base.py +++ b/common/djangoapps/track/views/tests/base.py @@ -2,7 +2,7 @@ Base class for tests related to emitted events to one of the tracking 'views' (e.g. SegmentIO). """ -from __future__ import absolute_import + import json diff --git a/common/djangoapps/track/views/tests/test_segmentio.py b/common/djangoapps/track/views/tests/test_segmentio.py index c67d9b1a95..8a6fd09fa4 100644 --- a/common/djangoapps/track/views/tests/test_segmentio.py +++ b/common/djangoapps/track/views/tests/test_segmentio.py @@ -1,5 +1,5 @@ """Ensure we can parse events sent to us from the Segment webhook integration""" -from __future__ import absolute_import + import json @@ -19,7 +19,7 @@ def expect_failure_with_message(message): """Ensure the test raises an exception and does not emit an event""" def test_decorator(func): def test_decorated(self, *args, **kwargs): - self.assertRaisesRegexp(segmentio.EventValidationError, message, func, self, *args, **kwargs) + self.assertRaisesRegex(segmentio.EventValidationError, message, func, self, *args, **kwargs) self.assert_no_events_emitted() return test_decorated return test_decorator @@ -39,7 +39,7 @@ class SegmentIOTrackingTestCase(SegmentIOTrackingTestCaseBase): def test_get_request(self): request = self.request_factory.get(SEGMENTIO_TEST_ENDPOINT) response = segmentio.segmentio_event(request) - self.assertEquals(response.status_code, 405) + self.assertEqual(response.status_code, 405) self.assert_no_events_emitted() @override_settings( @@ -48,19 +48,19 @@ class SegmentIOTrackingTestCase(SegmentIOTrackingTestCaseBase): def test_no_secret_config(self): request = self.request_factory.post(SEGMENTIO_TEST_ENDPOINT) response = segmentio.segmentio_event(request) - self.assertEquals(response.status_code, 401) + self.assertEqual(response.status_code, 401) self.assert_no_events_emitted() def test_no_secret_provided(self): request = self.request_factory.post(SEGMENTIO_TEST_ENDPOINT) response = segmentio.segmentio_event(request) - self.assertEquals(response.status_code, 401) + self.assertEqual(response.status_code, 401) self.assert_no_events_emitted() def test_secret_mismatch(self): request = self.create_request(key='y') response = segmentio.segmentio_event(request) - self.assertEquals(response.status_code, 401) + self.assertEqual(response.status_code, 401) self.assert_no_events_emitted() @data('identify', 'Group', 'Alias', 'Page', 'identify', 'screen') @@ -94,7 +94,7 @@ class SegmentIOTrackingTestCase(SegmentIOTrackingTestCaseBase): self.assert_no_events_emitted() try: response = segmentio.segmentio_event(request) - self.assertEquals(response.status_code, 200) + self.assertEqual(response.status_code, 200) expected_event = { 'accept_language': '', @@ -214,7 +214,7 @@ class SegmentIOTrackingTestCase(SegmentIOTrackingTestCaseBase): content_type='application/json' ) response = segmentio.segmentio_event(request) - self.assertEquals(response.status_code, 200) + self.assertEqual(response.status_code, 200) self.assert_events_emitted() def test_hiding_failure(self): @@ -225,7 +225,7 @@ class SegmentIOTrackingTestCase(SegmentIOTrackingTestCaseBase): ) response = segmentio.segmentio_event(request) - self.assertEquals(response.status_code, 200) + self.assertEqual(response.status_code, 200) self.assert_no_events_emitted() @data( @@ -272,7 +272,7 @@ class SegmentIOTrackingTestCase(SegmentIOTrackingTestCaseBase): middleware.process_request(request) try: response = segmentio.segmentio_event(request) - self.assertEquals(response.status_code, 200) + self.assertEqual(response.status_code, 200) expected_event = { 'accept_language': '', @@ -405,7 +405,7 @@ class SegmentIOTrackingTestCase(SegmentIOTrackingTestCaseBase): middleware.process_request(request) try: response = segmentio.segmentio_event(request) - self.assertEquals(response.status_code, 200) + self.assertEqual(response.status_code, 200) expected_event = { 'accept_language': '', diff --git a/common/djangoapps/track/views/tests/test_views.py b/common/djangoapps/track/views/tests/test_views.py index a715d6cc5b..44cb9e0ffb 100644 --- a/common/djangoapps/track/views/tests/test_views.py +++ b/common/djangoapps/track/views/tests/test_views.py @@ -1,6 +1,5 @@ # pylint: disable=missing-docstring,maybe-no-member -from __future__ import absolute_import import ddt import six diff --git a/common/djangoapps/util/admin.py b/common/djangoapps/util/admin.py index 70352fcdef..99782fac1f 100644 --- a/common/djangoapps/util/admin.py +++ b/common/djangoapps/util/admin.py @@ -1,6 +1,5 @@ """Admin interface for the util app. """ -from __future__ import absolute_import from django.contrib import admin diff --git a/common/djangoapps/util/cache.py b/common/djangoapps/util/cache.py index 5987d704e4..37bd03a439 100644 --- a/common/djangoapps/util/cache.py +++ b/common/djangoapps/util/cache.py @@ -5,7 +5,7 @@ invalidation. Import these instead of django.core.cache. Note that 'default' is being preserved for user session caching, which we're not migrating so as not to inconvenience users by logging them all out. """ -from __future__ import absolute_import + from functools import wraps @@ -76,7 +76,14 @@ def cache_if_anonymous(*get_parameters): }) response = cache.get(cache_key) # pylint: disable=maybe-no-member - if not response: + + if response: + # A hack to ensure that the response data is a valid text type for both Python 2 and 3. + response_content = list(response._container) # pylint: disable=protected-member + response.content = b'' + for item in response_content: + response.write(item) + else: response = view_func(request, *args, **kwargs) cache.set(cache_key, response, 60 * 3) # pylint: disable=maybe-no-member diff --git a/common/djangoapps/util/config_parse.py b/common/djangoapps/util/config_parse.py index d89a16efc5..dd39539c77 100644 --- a/common/djangoapps/util/config_parse.py +++ b/common/djangoapps/util/config_parse.py @@ -1,7 +1,7 @@ """ Helper functions for configuration parsing """ -from __future__ import absolute_import + import collections diff --git a/common/djangoapps/util/course.py b/common/djangoapps/util/course.py index 1ef703d424..4ff94b7dd3 100644 --- a/common/djangoapps/util/course.py +++ b/common/djangoapps/util/course.py @@ -1,7 +1,7 @@ """ Utility methods related to course """ -from __future__ import absolute_import + import logging @@ -10,6 +10,7 @@ import six.moves.urllib.error import six.moves.urllib.parse import six.moves.urllib.request from django.conf import settings +from django.utils.timezone import now from openedx.core.djangoapps.site_configuration import helpers as configuration_helpers @@ -73,3 +74,17 @@ def has_certificates_enabled(course): if not settings.FEATURES.get('CERTIFICATES_HTML_VIEW', False): return False return course.cert_html_view_enabled + + +def should_display_grade(course_overview): + """ + Returns True or False depending upon either certificate available date + or course-end-date + """ + course_end_date = course_overview.end_date + cert_available_date = course_overview.certificate_available_date + current_date = now().replace(hour=0, minute=0, second=0, microsecond=0) + if cert_available_date: + return cert_available_date < current_date + + return course_end_date and course_end_date < current_date diff --git a/common/djangoapps/util/date_utils.py b/common/djangoapps/util/date_utils.py index 96cbb66e08..37f1955838 100644 --- a/common/djangoapps/util/date_utils.py +++ b/common/djangoapps/util/date_utils.py @@ -2,7 +2,6 @@ Convenience methods for working with datetime objects """ -from __future__ import absolute_import import re from datetime import datetime, timedelta diff --git a/common/djangoapps/util/db.py b/common/djangoapps/util/db.py index 662efe5ae7..bc1e02d464 100644 --- a/common/djangoapps/util/db.py +++ b/common/djangoapps/util/db.py @@ -1,7 +1,7 @@ """ Utility functions related to databases. """ -from __future__ import absolute_import + import random # TransactionManagementError used below actually *does* derive from the standard "Exception" class. diff --git a/common/djangoapps/util/disable_rate_limit.py b/common/djangoapps/util/disable_rate_limit.py index 8937198fdd..cd1cc9ec39 100644 --- a/common/djangoapps/util/disable_rate_limit.py +++ b/common/djangoapps/util/disable_rate_limit.py @@ -13,7 +13,7 @@ To disable rate limiting: Note: You should NEVER disable rate limiting in production. """ -from __future__ import absolute_import + import logging from functools import wraps diff --git a/common/djangoapps/util/file.py b/common/djangoapps/util/file.py index 4646ee07a2..ac0ab235be 100644 --- a/common/djangoapps/util/file.py +++ b/common/djangoapps/util/file.py @@ -2,7 +2,6 @@ Utility methods related to file handling. """ -from __future__ import absolute_import import os from datetime import datetime diff --git a/common/djangoapps/util/json_request.py b/common/djangoapps/util/json_request.py index 2b001ed9e3..064a6a563c 100644 --- a/common/djangoapps/util/json_request.py +++ b/common/djangoapps/util/json_request.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + import decimal import json diff --git a/common/djangoapps/util/keyword_substitution.py b/common/djangoapps/util/keyword_substitution.py index 80d998f14f..97a08f7ea4 100644 --- a/common/djangoapps/util/keyword_substitution.py +++ b/common/djangoapps/util/keyword_substitution.py @@ -18,7 +18,6 @@ Usage: - CMS: Not called """ -from __future__ import absolute_import from django.contrib.auth.models import User diff --git a/common/djangoapps/util/memcache.py b/common/djangoapps/util/memcache.py index a09d62f440..27c3a2b700 100644 --- a/common/djangoapps/util/memcache.py +++ b/common/djangoapps/util/memcache.py @@ -2,7 +2,7 @@ This module provides a KEY_FUNCTION suitable for use with a memcache backend so that we can cache any keys, not just ones that memcache would ordinarily accept """ -from __future__ import absolute_import + import hashlib diff --git a/common/djangoapps/util/migrations/0001_initial.py b/common/djangoapps/util/migrations/0001_initial.py index a90fb9c79a..e894753038 100644 --- a/common/djangoapps/util/migrations/0001_initial.py +++ b/common/djangoapps/util/migrations/0001_initial.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + import django.db.models.deletion from django.conf import settings diff --git a/common/djangoapps/util/migrations/0002_data__default_rate_limit_config.py b/common/djangoapps/util/migrations/0002_data__default_rate_limit_config.py index a7f1cf90be..6558104f13 100644 --- a/common/djangoapps/util/migrations/0002_data__default_rate_limit_config.py +++ b/common/djangoapps/util/migrations/0002_data__default_rate_limit_config.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models diff --git a/common/djangoapps/util/milestones_helpers.py b/common/djangoapps/util/milestones_helpers.py index c7daaf277e..7e3f3a451e 100644 --- a/common/djangoapps/util/milestones_helpers.py +++ b/common/djangoapps/util/milestones_helpers.py @@ -2,7 +2,7 @@ """ Utility library for working with the edx-milestones app """ -from __future__ import absolute_import + import six from django.conf import settings diff --git a/common/djangoapps/util/model_utils.py b/common/djangoapps/util/model_utils.py index 9f6fb1b7b3..f6a33f4ef5 100644 --- a/common/djangoapps/util/model_utils.py +++ b/common/djangoapps/util/model_utils.py @@ -1,7 +1,7 @@ """ Utilities for django models. """ -from __future__ import absolute_import + import six from django.conf import settings diff --git a/common/djangoapps/util/models.py b/common/djangoapps/util/models.py index ba15db5871..40eff72c6b 100644 --- a/common/djangoapps/util/models.py +++ b/common/djangoapps/util/models.py @@ -1,5 +1,5 @@ """Models for the util app. """ -from __future__ import absolute_import + import gzip import logging diff --git a/common/djangoapps/util/organizations_helpers.py b/common/djangoapps/util/organizations_helpers.py index 4b9ebe234d..3990af513d 100644 --- a/common/djangoapps/util/organizations_helpers.py +++ b/common/djangoapps/util/organizations_helpers.py @@ -2,7 +2,6 @@ Utility library for working with the edx-organizations app """ -from __future__ import absolute_import from django.conf import settings from django.db.utils import DatabaseError diff --git a/common/djangoapps/util/password_policy_validators.py b/common/djangoapps/util/password_policy_validators.py index 2fb15e55e9..73e18eb89b 100644 --- a/common/djangoapps/util/password_policy_validators.py +++ b/common/djangoapps/util/password_policy_validators.py @@ -2,7 +2,7 @@ This file exposes a number of password validators which can be optionally added to account creation """ -from __future__ import absolute_import, unicode_literals + import logging import unicodedata diff --git a/common/djangoapps/util/query.py b/common/djangoapps/util/query.py index 535c113eeb..55c80e9d40 100644 --- a/common/djangoapps/util/query.py +++ b/common/djangoapps/util/query.py @@ -1,5 +1,5 @@ """ Utility functions related to database queries """ -from __future__ import absolute_import + from django.conf import settings diff --git a/common/djangoapps/util/request_rate_limiter.py b/common/djangoapps/util/request_rate_limiter.py index 0d3c0405cb..cb292ea1b2 100644 --- a/common/djangoapps/util/request_rate_limiter.py +++ b/common/djangoapps/util/request_rate_limiter.py @@ -2,7 +2,7 @@ A utility class which wraps the RateLimitMixin 3rd party class to do bad request counting which can be used for rate limiting """ -from __future__ import absolute_import + from django.conf import settings from ratelimitbackend.backends import RateLimitMixin diff --git a/common/djangoapps/util/testing.py b/common/djangoapps/util/testing.py index e3bb4da5fa..fc158fe85a 100644 --- a/common/djangoapps/util/testing.py +++ b/common/djangoapps/util/testing.py @@ -2,7 +2,6 @@ Utility Mixins for unit tests """ -from __future__ import absolute_import import json import sys diff --git a/common/djangoapps/util/tests/mixins/discovery.py b/common/djangoapps/util/tests/mixins/discovery.py index fa4feb4784..d564f13ee5 100644 --- a/common/djangoapps/util/tests/mixins/discovery.py +++ b/common/djangoapps/util/tests/mixins/discovery.py @@ -1,7 +1,7 @@ """ Mixins for the CourseDiscoveryApiClient. """ -from __future__ import absolute_import + import json diff --git a/common/djangoapps/util/tests/test_course.py b/common/djangoapps/util/tests/test_course.py index 151fdd9f89..80b0c384f3 100644 --- a/common/djangoapps/util/tests/test_course.py +++ b/common/djangoapps/util/tests/test_course.py @@ -1,7 +1,7 @@ """ Tests for course utils. """ -from __future__ import absolute_import + import ddt import mock diff --git a/common/djangoapps/util/tests/test_date_utils.py b/common/djangoapps/util/tests/test_date_utils.py index cedf17901e..e0e0ef66d3 100644 --- a/common/djangoapps/util/tests/test_date_utils.py +++ b/common/djangoapps/util/tests/test_date_utils.py @@ -3,7 +3,6 @@ Tests for util.date_utils """ -from __future__ import absolute_import import unittest from datetime import datetime, timedelta, tzinfo diff --git a/common/djangoapps/util/tests/test_db.py b/common/djangoapps/util/tests/test_db.py index 5b080acf98..8fdcf40b9f 100644 --- a/common/djangoapps/util/tests/test_db.py +++ b/common/djangoapps/util/tests/test_db.py @@ -1,6 +1,5 @@ """Tests for util.db module.""" -from __future__ import absolute_import import threading import time @@ -113,11 +112,11 @@ class TransactionManagersTestCase(TransactionTestCase): with outer_atomic(): atomic()(do_nothing)() - with self.assertRaisesRegexp(TransactionManagementError, 'Cannot be inside an atomic block.'): + with self.assertRaisesRegex(TransactionManagementError, 'Cannot be inside an atomic block.'): with atomic(): outer_atomic()(do_nothing)() - with self.assertRaisesRegexp(TransactionManagementError, 'Cannot be inside an atomic block.'): + with self.assertRaisesRegex(TransactionManagementError, 'Cannot be inside an atomic block.'): with outer_atomic(): outer_atomic()(do_nothing)() @@ -134,11 +133,11 @@ class TransactionManagersTestCase(TransactionTestCase): commit_on_success(read_committed=True)(do_nothing)() - with self.assertRaisesRegexp(TransactionManagementError, 'Cannot change isolation level when nested.'): + with self.assertRaisesRegex(TransactionManagementError, 'Cannot change isolation level when nested.'): with commit_on_success(): commit_on_success(read_committed=True)(do_nothing)() - with self.assertRaisesRegexp(TransactionManagementError, 'Cannot be inside an atomic block.'): + with self.assertRaisesRegex(TransactionManagementError, 'Cannot be inside an atomic block.'): with atomic(): commit_on_success(read_committed=True)(do_nothing)() @@ -162,7 +161,7 @@ class TransactionManagersTestCase(TransactionTestCase): with atomic(): outer_atomic(name='pqr')(do_nothing)() # Not enabled. - with self.assertRaisesRegexp(TransactionManagementError, 'Cannot be inside an atomic block.'): + with self.assertRaisesRegex(TransactionManagementError, 'Cannot be inside an atomic block.'): with atomic(): outer_atomic(name='abc')(do_nothing)() @@ -173,19 +172,19 @@ class TransactionManagersTestCase(TransactionTestCase): with atomic(): outer_atomic(name='pqr')(do_nothing)() # Not enabled. - with self.assertRaisesRegexp(TransactionManagementError, 'Cannot be inside an atomic block.'): + with self.assertRaisesRegex(TransactionManagementError, 'Cannot be inside an atomic block.'): with atomic(): outer_atomic(name='def')(do_nothing)() - with self.assertRaisesRegexp(TransactionManagementError, 'Cannot be inside an atomic block.'): + with self.assertRaisesRegex(TransactionManagementError, 'Cannot be inside an atomic block.'): with outer_atomic(): outer_atomic(name='def')(do_nothing)() - with self.assertRaisesRegexp(TransactionManagementError, 'Cannot be inside an atomic block.'): + with self.assertRaisesRegex(TransactionManagementError, 'Cannot be inside an atomic block.'): with atomic(): outer_atomic(name='abc')(do_nothing)() - with self.assertRaisesRegexp(TransactionManagementError, 'Cannot be inside an atomic block.'): + with self.assertRaisesRegex(TransactionManagementError, 'Cannot be inside an atomic block.'): with outer_atomic(): outer_atomic(name='abc')(do_nothing)() @@ -223,6 +222,7 @@ class MigrationTests(TestCase): Tests for migrations. """ + @unittest.skip("Need to skip as part of renaming a field in schedules app. This will be unskipped in DE-1825") @override_settings(MIGRATION_MODULES={}) def test_migrations_are_in_sync(self): """ diff --git a/common/djangoapps/util/tests/test_disable_rate_limit.py b/common/djangoapps/util/tests/test_disable_rate_limit.py index 000b00c1cf..90c537929d 100644 --- a/common/djangoapps/util/tests/test_disable_rate_limit.py +++ b/common/djangoapps/util/tests/test_disable_rate_limit.py @@ -1,5 +1,5 @@ """Tests for disabling rate limiting. """ -from __future__ import absolute_import + import unittest diff --git a/common/djangoapps/util/tests/test_django_utils.py b/common/djangoapps/util/tests/test_django_utils.py index 0a444197f2..bb31baec70 100644 --- a/common/djangoapps/util/tests/test_django_utils.py +++ b/common/djangoapps/util/tests/test_django_utils.py @@ -6,7 +6,7 @@ cache values can't leak between different TestCase classes and methods. The need for this will go away whenever Django merges the fix to reset the caches between tests (https://code.djangoproject.com/ticket/11505). """ -from __future__ import absolute_import + from django.core.cache import caches diff --git a/common/djangoapps/util/tests/test_file.py b/common/djangoapps/util/tests/test_file.py index 57f89703d2..109fba5087 100644 --- a/common/djangoapps/util/tests/test_file.py +++ b/common/djangoapps/util/tests/test_file.py @@ -2,7 +2,7 @@ """ Tests for file.py """ -from __future__ import absolute_import + import os from datetime import datetime diff --git a/common/djangoapps/util/tests/test_json_request.py b/common/djangoapps/util/tests/test_json_request.py index 47eb05906d..50ceea67f2 100644 --- a/common/djangoapps/util/tests/test_json_request.py +++ b/common/djangoapps/util/tests/test_json_request.py @@ -2,7 +2,6 @@ Test for JsonResponse and JsonResponseBadRequest util classes. """ -from __future__ import absolute_import import json import unittest diff --git a/common/djangoapps/util/tests/test_keyword_sub_utils.py b/common/djangoapps/util/tests/test_keyword_sub_utils.py index 9648f93415..a2dcb797e2 100644 --- a/common/djangoapps/util/tests/test_keyword_sub_utils.py +++ b/common/djangoapps/util/tests/test_keyword_sub_utils.py @@ -2,7 +2,6 @@ Tests for keyword_substitution.py """ -from __future__ import absolute_import import six from ddt import ddt, file_data @@ -86,7 +85,7 @@ class KeywordSubTest(ModuleStoreTestCase): test_string, self.context, ) - self.assertEquals(test_string, result) + self.assertEqual(test_string, result) def test_should_not_sub(self): """ @@ -97,7 +96,7 @@ class KeywordSubTest(ModuleStoreTestCase): test_string, self.context, ) - self.assertEquals(test_string, result) + self.assertEqual(test_string, result) @file_data('fixtures/test_keywordsub_multiple_tags.json') def test_sub_multiple_tags(self, test_string, expected): diff --git a/common/djangoapps/util/tests/test_memcache.py b/common/djangoapps/util/tests/test_memcache.py index bfc47b0a5e..da9dc92bd7 100644 --- a/common/djangoapps/util/tests/test_memcache.py +++ b/common/djangoapps/util/tests/test_memcache.py @@ -2,7 +2,6 @@ Tests for memcache in util app """ -from __future__ import absolute_import from django.core.cache import caches from django.test import TestCase diff --git a/common/djangoapps/util/tests/test_milestones_helpers.py b/common/djangoapps/util/tests/test_milestones_helpers.py index eccf752389..cca096dda1 100644 --- a/common/djangoapps/util/tests/test_milestones_helpers.py +++ b/common/djangoapps/util/tests/test_milestones_helpers.py @@ -2,7 +2,6 @@ Tests for the milestones helpers library, which is the integration point for the edx_milestones API """ -from __future__ import absolute_import import ddt import pytest diff --git a/common/djangoapps/util/tests/test_organizations_helpers.py b/common/djangoapps/util/tests/test_organizations_helpers.py index 2e7d305ba4..24c949e6c4 100644 --- a/common/djangoapps/util/tests/test_organizations_helpers.py +++ b/common/djangoapps/util/tests/test_organizations_helpers.py @@ -1,7 +1,7 @@ """ Tests for the organizations helpers library, which is the integration point for the edx-organizations API """ -from __future__ import absolute_import + import six from mock import patch diff --git a/common/djangoapps/util/tests/test_password_policy_validators.py b/common/djangoapps/util/tests/test_password_policy_validators.py index fa17430c01..ae368330b8 100644 --- a/common/djangoapps/util/tests/test_password_policy_validators.py +++ b/common/djangoapps/util/tests/test_password_policy_validators.py @@ -1,7 +1,6 @@ # -*- coding: utf-8 -*- """Tests for util.password_policy_validators module.""" -from __future__ import absolute_import import unittest diff --git a/common/djangoapps/util/tests/test_sandboxing.py b/common/djangoapps/util/tests/test_sandboxing.py index a8624fcb35..0edd014464 100644 --- a/common/djangoapps/util/tests/test_sandboxing.py +++ b/common/djangoapps/util/tests/test_sandboxing.py @@ -2,7 +2,6 @@ Tests for sandboxing.py in util app """ -from __future__ import absolute_import from django.test import TestCase from django.test.utils import override_settings diff --git a/common/djangoapps/util/tests/test_string_utils.py b/common/djangoapps/util/tests/test_string_utils.py index fd1354a5dc..87b3909837 100644 --- a/common/djangoapps/util/tests/test_string_utils.py +++ b/common/djangoapps/util/tests/test_string_utils.py @@ -2,7 +2,6 @@ Tests for string_utils.py """ -from __future__ import absolute_import from django.test import TestCase diff --git a/common/djangoapps/util/url.py b/common/djangoapps/util/url.py index 9794fcae72..73046ad7ac 100644 --- a/common/djangoapps/util/url.py +++ b/common/djangoapps/util/url.py @@ -2,7 +2,6 @@ Utility functions related to urls. """ -from __future__ import absolute_import import sys import six diff --git a/common/djangoapps/util/views.py b/common/djangoapps/util/views.py index 68822649e2..074b690e06 100644 --- a/common/djangoapps/util/views.py +++ b/common/djangoapps/util/views.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + import json import logging @@ -170,34 +170,6 @@ def info(request): return render_to_response("info.html", {}) -# From http://djangosnippets.org/snippets/1042/ -def parse_accept_header(accept): - """Parse the Accept header *accept*, returning a list with pairs of - (media_type, q_value), ordered by q values. - """ - result = [] - for media_range in accept.split(","): - parts = media_range.split(";") - media_type = parts.pop(0) - media_params = [] - q = 1.0 - for part in parts: - (key, value) = part.lstrip().split("=", 1) - if key == "q": - q = float(value) - else: - media_params.append((key, value)) - result.append((media_type, tuple(media_params), q)) - result.sort(lambda x, y: -cmp(x[2], y[2])) - return result - - -def accepts(request, media_type): - """Return whether this request has an Accept header that matches type""" - accept = parse_accept_header(request.META.get("HTTP_ACCEPT", "")) - return media_type in [t for (t, p, q) in accept] - - def add_p3p_header(view_func): """ This decorator should only be used with views which may be displayed through the iframe. diff --git a/common/djangoapps/xblock_django/admin.py b/common/djangoapps/xblock_django/admin.py index 22cabe1bf4..bd03d2676e 100644 --- a/common/djangoapps/xblock_django/admin.py +++ b/common/djangoapps/xblock_django/admin.py @@ -2,7 +2,6 @@ Django admin dashboard configuration. """ -from __future__ import absolute_import from config_models.admin import ConfigurationModelAdmin, KeyedConfigurationModelAdmin from django.contrib import admin diff --git a/common/djangoapps/xblock_django/api.py b/common/djangoapps/xblock_django/api.py index 3a8d4c0814..b9cb2f3a53 100644 --- a/common/djangoapps/xblock_django/api.py +++ b/common/djangoapps/xblock_django/api.py @@ -2,11 +2,14 @@ API methods related to xblock state. """ -from __future__ import absolute_import from xblock_django.models import XBlockConfiguration, XBlockStudioConfiguration +from openedx.core.lib.cache_utils import CacheInvalidationManager + +cacher = CacheInvalidationManager(model=XBlockConfiguration) +@cacher def deprecated_xblocks(): """ Return the QuerySet of deprecated XBlock types. Note that this method is independent of @@ -15,6 +18,7 @@ def deprecated_xblocks(): return XBlockConfiguration.objects.current_set().filter(deprecated=True) +@cacher def disabled_xblocks(): """ Return the QuerySet of disabled XBlock types (which should not render in the LMS). diff --git a/common/djangoapps/xblock_django/management/commands/ensure_indexes.py b/common/djangoapps/xblock_django/management/commands/ensure_indexes.py index 270d559bf6..b114dbd3f5 100644 --- a/common/djangoapps/xblock_django/management/commands/ensure_indexes.py +++ b/common/djangoapps/xblock_django/management/commands/ensure_indexes.py @@ -1,7 +1,7 @@ """ Creates Indexes on contentstore and modulestore databases. """ -from __future__ import absolute_import, print_function + from django.core.management.base import BaseCommand diff --git a/common/djangoapps/xblock_django/migrations/0001_initial.py b/common/djangoapps/xblock_django/migrations/0001_initial.py index 99c391d6c7..5490aa16b2 100644 --- a/common/djangoapps/xblock_django/migrations/0001_initial.py +++ b/common/djangoapps/xblock_django/migrations/0001_initial.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + import django.db.models.deletion from django.conf import settings @@ -19,7 +19,7 @@ class Migration(migrations.Migration): ('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)), ('change_date', models.DateTimeField(auto_now_add=True, verbose_name='Change date')), ('enabled', models.BooleanField(default=False, verbose_name='Enabled')), - ('disabled_blocks', models.TextField(default=b'', help_text='Space-separated list of XBlocks which should not render.', blank=True)), + ('disabled_blocks', models.TextField(default=u'', help_text='Space-separated list of XBlocks which should not render.', blank=True)), ('changed_by', models.ForeignKey(on_delete=django.db.models.deletion.PROTECT, editable=False, to=settings.AUTH_USER_MODEL, null=True, verbose_name='Changed by')), ], options={ diff --git a/common/djangoapps/xblock_django/migrations/0002_auto_20160204_0809.py b/common/djangoapps/xblock_django/migrations/0002_auto_20160204_0809.py index 2b87c82162..69a5f84ae2 100644 --- a/common/djangoapps/xblock_django/migrations/0002_auto_20160204_0809.py +++ b/common/djangoapps/xblock_django/migrations/0002_auto_20160204_0809.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models @@ -14,6 +14,6 @@ class Migration(migrations.Migration): migrations.AddField( model_name='xblockdisableconfig', name='disabled_create_blocks', - field=models.TextField(default=b'', help_text='Space-separated list of XBlock types whose creation to disable in Studio.', blank=True), + field=models.TextField(default=u'', help_text='Space-separated list of XBlock types whose creation to disable in Studio.', blank=True), ), ] diff --git a/common/djangoapps/xblock_django/migrations/0003_add_new_config_models.py b/common/djangoapps/xblock_django/migrations/0003_add_new_config_models.py index a83d9cb1cb..880f40943a 100644 --- a/common/djangoapps/xblock_django/migrations/0003_add_new_config_models.py +++ b/common/djangoapps/xblock_django/migrations/0003_add_new_config_models.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + import django.db.models.deletion from django.conf import settings @@ -36,8 +36,8 @@ class Migration(migrations.Migration): ('change_date', models.DateTimeField(auto_now_add=True, verbose_name='Change date')), ('enabled', models.BooleanField(default=False, verbose_name='Enabled')), ('name', models.CharField(max_length=255, db_index=True)), - ('template', models.CharField(default=b'', max_length=255, blank=True)), - ('support_level', models.CharField(default=b'us', max_length=2, choices=[(b'fs', 'Fully Supported'), (b'ps', 'Provisionally Supported'), (b'us', 'Unsupported')])), + ('template', models.CharField(default=u'', max_length=255, blank=True)), + ('support_level', models.CharField(default=u'us', max_length=2, choices=[(u'fs', 'Fully Supported'), (u'ps', 'Provisionally Supported'), (u'us', 'Unsupported')])), ('changed_by', models.ForeignKey(on_delete=django.db.models.deletion.PROTECT, editable=False, to=settings.AUTH_USER_MODEL, null=True, verbose_name='Changed by')), ], ), diff --git a/common/djangoapps/xblock_django/migrations/0004_delete_xblock_disable_config.py b/common/djangoapps/xblock_django/migrations/0004_delete_xblock_disable_config.py index cac41dd5bc..c2e0084b2e 100644 --- a/common/djangoapps/xblock_django/migrations/0004_delete_xblock_disable_config.py +++ b/common/djangoapps/xblock_django/migrations/0004_delete_xblock_disable_config.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals + from django.db import migrations, models diff --git a/common/djangoapps/xblock_django/models.py b/common/djangoapps/xblock_django/models.py index a33af2cb08..5df96dcb58 100644 --- a/common/djangoapps/xblock_django/models.py +++ b/common/djangoapps/xblock_django/models.py @@ -2,15 +2,12 @@ Models. """ -from __future__ import absolute_import from config_models.models import ConfigurationModel from django.db import models from django.utils.translation import ugettext_lazy as _ -from django.utils.encoding import python_2_unicode_compatible -@python_2_unicode_compatible class XBlockConfiguration(ConfigurationModel): """ XBlock configuration used by both LMS and Studio, and not specific to a particular template. @@ -36,7 +33,6 @@ class XBlockConfiguration(ConfigurationModel): ).format(self.name, self.enabled, self.deprecated) -@python_2_unicode_compatible class XBlockStudioConfigurationFlag(ConfigurationModel): """ Enables site-wide Studio configuration for XBlocks. @@ -53,7 +49,6 @@ class XBlockStudioConfigurationFlag(ConfigurationModel): return "XBlockStudioConfigurationFlag(enabled={})".format(self.enabled) -@python_2_unicode_compatible class XBlockStudioConfiguration(ConfigurationModel): """ Studio editing configuration for a specific XBlock/template combination. @@ -62,9 +57,9 @@ class XBlockStudioConfiguration(ConfigurationModel): """ KEY_FIELDS = ('name', 'template') # xblock name/template combination is unique - FULL_SUPPORT = 'fs' - PROVISIONAL_SUPPORT = 'ps' - UNSUPPORTED = 'us' + FULL_SUPPORT = u'fs' + PROVISIONAL_SUPPORT = u'ps' + UNSUPPORTED = u'us' SUPPORT_CHOICES = ( (FULL_SUPPORT, _('Fully Supported')), @@ -74,7 +69,7 @@ class XBlockStudioConfiguration(ConfigurationModel): # boolean field 'enabled' inherited from parent ConfigurationModel name = models.CharField(max_length=255, null=False, db_index=True) - template = models.CharField(max_length=255, blank=True, default='') + template = models.CharField(max_length=255, blank=True, default=u'') support_level = models.CharField(max_length=2, choices=SUPPORT_CHOICES, default=UNSUPPORTED) class Meta(object): diff --git a/common/djangoapps/xblock_django/tests/test_api.py b/common/djangoapps/xblock_django/tests/test_api.py index 5a0500782b..4b59c38af2 100644 --- a/common/djangoapps/xblock_django/tests/test_api.py +++ b/common/djangoapps/xblock_django/tests/test_api.py @@ -1,7 +1,7 @@ """ Tests related to XBlock support API. """ -from __future__ import absolute_import + import six diff --git a/common/djangoapps/xblock_django/tests/test_user_service.py b/common/djangoapps/xblock_django/tests/test_user_service.py index 4fee662e59..e894fa5e28 100644 --- a/common/djangoapps/xblock_django/tests/test_user_service.py +++ b/common/djangoapps/xblock_django/tests/test_user_service.py @@ -1,7 +1,7 @@ """ Tests for the DjangoXBlockUserService. """ -from __future__ import absolute_import + from django.test import TestCase from opaque_keys.edx.keys import CourseKey diff --git a/common/djangoapps/xblock_django/user_service.py b/common/djangoapps/xblock_django/user_service.py index 0ac947d63d..2145463eb0 100644 --- a/common/djangoapps/xblock_django/user_service.py +++ b/common/djangoapps/xblock_django/user_service.py @@ -1,7 +1,7 @@ """ Support for converting a django user to an XBlock user """ -from __future__ import absolute_import + from django.contrib.auth.models import User from opaque_keys.edx.keys import CourseKey diff --git a/common/lib/capa/capa/capa_problem.py b/common/lib/capa/capa/capa_problem.py index bc650c426f..b1753066ea 100644 --- a/common/lib/capa/capa/capa_problem.py +++ b/common/lib/capa/capa/capa_problem.py @@ -13,7 +13,6 @@ Main module which shows problems (of "capa" type). This is used by capa_module. """ -from __future__ import absolute_import import logging import os.path @@ -65,6 +64,7 @@ html_transforms = { # These should be removed from HTML output, including all subelements html_problem_semantics = [ + "additional_answer", "codeparam", "responseparam", "answer", @@ -246,6 +246,22 @@ class LoncapaProblem(object): This translation takes in the new format and synthesizes the old option= attribute so all downstream logic works unchanged with the new
- """.format(err=cgi_escape(err), html=cgi_escape(html)) + """.format(err=html.escape(err), html=html.escape(html_str)) log.error(msg) return etree.XML(msg) else: @@ -167,7 +167,7 @@ class ClarificationRenderer(object): self.system = system # Get any text content found inside this tag prior to the first child tag. It may be a string or None type. initial_text = xml.text if xml.text else '' - self.inner_html = initial_text + ''.join(etree.tostring(element) for element in xml) + self.inner_html = initial_text + u''.join(etree.tostring(element, encoding='unicode') for element in xml) self.tail = xml.tail def get_html(self): diff --git a/common/lib/capa/capa/inputtypes.py b/common/lib/capa/capa/inputtypes.py index 8c0b998ffa..d7586836e3 100644 --- a/common/lib/capa/capa/inputtypes.py +++ b/common/lib/capa/capa/inputtypes.py @@ -38,7 +38,6 @@ graded status as'status' # makes sense, but a bunch of problems have markup that assumes block. Bigger TODO: figure out a # general css and layout strategy for capa, document it, then implement it. -from __future__ import absolute_import import json import logging diff --git a/common/lib/capa/capa/responsetypes.py b/common/lib/capa/capa/responsetypes.py index cd2b81fc1c..a9b29f7499 100644 --- a/common/lib/capa/capa/responsetypes.py +++ b/common/lib/capa/capa/responsetypes.py @@ -10,7 +10,7 @@ Used by capa_problem.py # pylint: disable=attribute-defined-outside-init # standard library imports -from __future__ import absolute_import + import abc # TODO: Refactor this code and fix this issue. @@ -48,6 +48,7 @@ import capa.safe_exec as safe_exec import capa.xqueue_interface as xqueue_interface from openedx.core.djangolib.markup import HTML, Text from openedx.core.lib import edx_six +from openedx.core.lib.grade_utils import round_away_from_zero from . import correctmap from .registry import TagRegistry @@ -727,7 +728,7 @@ class ChoiceResponse(LoncapaResponse): good_non_answers = sum([1 for blank in student_non_answers if blank in self.incorrect_choices]) edc_current_grade = good_answers + good_non_answers - return_grade = round(self.get_max_score() * float(edc_current_grade) / float(edc_max_grade), 2) + return_grade = round_away_from_zero(self.get_max_score() * float(edc_current_grade) / float(edc_max_grade), 2) if edc_current_grade == edc_max_grade: return CorrectMap(self.answer_id, correctness='correct') @@ -764,10 +765,10 @@ class ChoiceResponse(LoncapaResponse): return_grade = self.get_max_score() return CorrectMap(self.answer_id, correctness='correct', npoints=return_grade) elif halves_error_count == 1 and len(all_choices) > 2: - return_grade = round(self.get_max_score() / 2.0, 2) + return_grade = round_away_from_zero(self.get_max_score() / 2.0, 2) return CorrectMap(self.answer_id, correctness='partially-correct', npoints=return_grade) elif halves_error_count == 2 and len(all_choices) > 4: - return_grade = round(self.get_max_score() / 4.0, 2) + return_grade = round_away_from_zero(self.get_max_score() / 4.0, 2) return CorrectMap(self.answer_id, correctness='partially-correct', npoints=return_grade) else: return CorrectMap(self.answer_id, 'incorrect') diff --git a/common/lib/capa/capa/safe_exec/safe_exec.py b/common/lib/capa/capa/safe_exec/safe_exec.py index 52e676e9fa..d5f5651f6f 100644 --- a/common/lib/capa/capa/safe_exec/safe_exec.py +++ b/common/lib/capa/capa/safe_exec/safe_exec.py @@ -1,6 +1,5 @@ """Capa's specialized use of codejail.safe_exec.""" -from __future__ import absolute_import import hashlib @@ -47,7 +46,8 @@ lazymod_py_file = lazymod.__file__ if lazymod_py_file.endswith("c"): lazymod_py_file = lazymod_py_file[:-1] -lazymod_py = open(lazymod_py_file).read() +with open(lazymod_py_file) as f: + lazymod_py = f.read() LAZY_IMPORTS = [lazymod_py] for name, modname in ASSUMED_IMPORTS: diff --git a/common/lib/capa/capa/safe_exec/tests/test_lazymod.py b/common/lib/capa/capa/safe_exec/tests/test_lazymod.py index da6018b0b9..a6b5e0551b 100644 --- a/common/lib/capa/capa/safe_exec/tests/test_lazymod.py +++ b/common/lib/capa/capa/safe_exec/tests/test_lazymod.py @@ -1,6 +1,5 @@ """Test lazymod.py""" -from __future__ import absolute_import import sys import unittest diff --git a/common/lib/capa/capa/safe_exec/tests/test_safe_exec.py b/common/lib/capa/capa/safe_exec/tests/test_safe_exec.py index e845cd892b..ba2ebc1a87 100644 --- a/common/lib/capa/capa/safe_exec/tests/test_safe_exec.py +++ b/common/lib/capa/capa/safe_exec/tests/test_safe_exec.py @@ -1,6 +1,5 @@ """Test safe_exec.py""" -from __future__ import absolute_import import hashlib import os diff --git a/common/lib/capa/capa/tests/helpers.py b/common/lib/capa/capa/tests/helpers.py index a592d54dfc..403d05a00f 100644 --- a/common/lib/capa/capa/tests/helpers.py +++ b/common/lib/capa/capa/tests/helpers.py @@ -1,6 +1,5 @@ """Tools for helping with testing capa.""" -from __future__ import absolute_import import gettext import io diff --git a/common/lib/capa/capa/tests/response_xml_factory.py b/common/lib/capa/capa/tests/response_xml_factory.py index af62ef715c..5fe87571e6 100644 --- a/common/lib/capa/capa/tests/response_xml_factory.py +++ b/common/lib/capa/capa/tests/response_xml_factory.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + from abc import ABCMeta, abstractmethod diff --git a/common/lib/capa/capa/tests/test_answer_pool.py b/common/lib/capa/capa/tests/test_answer_pool.py index ecd5c7cb41..ab1271e92f 100644 --- a/common/lib/capa/capa/tests/test_answer_pool.py +++ b/common/lib/capa/capa/tests/test_answer_pool.py @@ -3,7 +3,6 @@ Tests the logic of the "answer-pool" attribute, e.g. """ -from __future__ import absolute_import import textwrap import unittest @@ -57,8 +56,8 @@ class CapaAnswerPoolTest(unittest.TestCase): problem = new_loncapa_problem(self.common_question_xml, seed=723) the_html = problem.get_html() # [('choice_3', u'wrong-3'), ('choice_5', u'correct-2'), ('choice_1', u'wrong-2'), ('choice_4', u'wrong-4')] - self.assertRegexpMatches(the_html, r"
.*\[.*'wrong-3'.*'correct-2'.*'wrong-2'.*'wrong-4'.*\].*
") - self.assertRegexpMatches(the_html, r"
\{.*'1_solution_2'.*\}
") + self.assertRegex(the_html, r"
.*\[.*'wrong-3'.*'correct-2'.*'wrong-2'.*'wrong-4'.*\].*
") + self.assertRegex(the_html, r"
\{.*'1_solution_2'.*\}
") self.assertEqual(the_html, problem.get_html(), 'should be able to call get_html() twice') # Check about masking response = list(problem.responders.values())[0] @@ -70,8 +69,8 @@ class CapaAnswerPoolTest(unittest.TestCase): problem = new_loncapa_problem(self.common_question_xml, seed=9) the_html = problem.get_html() # [('choice_0', u'wrong-1'), ('choice_4', u'wrong-4'), ('choice_3', u'wrong-3'), ('choice_2', u'correct-1')] - self.assertRegexpMatches(the_html, r"
.*\[.*'wrong-1'.*'wrong-4'.*'wrong-3'.*'correct-1'.*\].*
") - self.assertRegexpMatches(the_html, r"
\{.*'1_solution_1'.*\}
") + self.assertRegex(the_html, r"
.*\[.*'wrong-1'.*'wrong-4'.*'wrong-3'.*'correct-1'.*\].*
") + self.assertRegex(the_html, r"
\{.*'1_solution_1'.*\}
") # Check about masking response = list(problem.responders.values())[0] self.assertFalse(response.has_mask()) @@ -116,8 +115,8 @@ class CapaAnswerPoolTest(unittest.TestCase): problem = new_loncapa_problem(xml_str) the_html = problem.get_html() - self.assertRegexpMatches(the_html, r"
.*\[.*'wrong-1'.*'wrong-2'.*'correct-1'.*'wrong-3'.*'wrong-4'.*'correct-2'.*\].*
") - self.assertRegexpMatches(the_html, r"
\{.*'1_solution_1'.*'1_solution_2'.*\}
") + self.assertRegex(the_html, r"
.*\[.*'wrong-1'.*'wrong-2'.*'correct-1'.*'wrong-3'.*'wrong-4'.*'correct-2'.*\].*
") + self.assertRegex(the_html, r"
\{.*'1_solution_1'.*'1_solution_2'.*\}
") self.assertEqual(the_html, problem.get_html(), 'should be able to call get_html() twice') # Check about masking response = list(problem.responders.values())[0] @@ -162,8 +161,8 @@ class CapaAnswerPoolTest(unittest.TestCase): problem = new_loncapa_problem(xml_str) the_html = problem.get_html() - self.assertRegexpMatches(the_html, r"
.*\[.*'wrong-1'.*'wrong-2'.*'correct-1'.*'wrong-3'.*'wrong-4'.*'correct-2'.*\].*
") - self.assertRegexpMatches(the_html, r"
\{.*'1_solution_1'.*'1_solution_2'.*\}
") + self.assertRegex(the_html, r"
.*\[.*'wrong-1'.*'wrong-2'.*'correct-1'.*'wrong-3'.*'wrong-4'.*'correct-2'.*\].*
") + self.assertRegex(the_html, r"
\{.*'1_solution_1'.*'1_solution_2'.*\}
") response = list(problem.responders.values())[0] self.assertFalse(response.has_mask()) self.assertFalse(response.has_answerpool()) @@ -204,7 +203,7 @@ class CapaAnswerPoolTest(unittest.TestCase): """) - with self.assertRaisesRegexp(LoncapaProblemError, "answer-pool"): + with self.assertRaisesRegex(LoncapaProblemError, "answer-pool"): new_loncapa_problem(xml_str) def test_invalid_answer_pool_none_correct(self): @@ -222,7 +221,7 @@ class CapaAnswerPoolTest(unittest.TestCase): """) - with self.assertRaisesRegexp(LoncapaProblemError, "1 correct.*1 incorrect"): + with self.assertRaisesRegex(LoncapaProblemError, "1 correct.*1 incorrect"): new_loncapa_problem(xml_str) def test_invalid_answer_pool_all_correct(self): @@ -239,7 +238,7 @@ class CapaAnswerPoolTest(unittest.TestCase): """) - with self.assertRaisesRegexp(LoncapaProblemError, "1 correct.*1 incorrect"): + with self.assertRaisesRegex(LoncapaProblemError, "1 correct.*1 incorrect"): new_loncapa_problem(xml_str) def test_answer_pool_5_choices_1_multiplechoiceresponse_seed1(self): @@ -280,8 +279,8 @@ class CapaAnswerPoolTest(unittest.TestCase): problem = new_loncapa_problem(xml_str, seed=723) the_html = problem.get_html() - self.assertRegexpMatches(the_html, r"
.*\[.*'correct-2'.*'wrong-1'.*'wrong-2'.*.*'wrong-3'.*'wrong-4'.*\].*
") - self.assertRegexpMatches(the_html, r"
\{.*'1_solution_2'.*\}
") + self.assertRegex(the_html, r"
.*\[.*'correct-2'.*'wrong-1'.*'wrong-2'.*.*'wrong-3'.*'wrong-4'.*\].*
") + self.assertRegex(the_html, r"
\{.*'1_solution_2'.*\}
") response = list(problem.responders.values())[0] self.assertFalse(response.has_mask()) self.assertEqual(response.unmask_order(), ['choice_5', 'choice_0', 'choice_1', 'choice_3', 'choice_4']) @@ -360,15 +359,15 @@ class CapaAnswerPoolTest(unittest.TestCase): str3 = r"
\{.*'1_solution_2'.*\}
" str4 = r"
\{.*'1_solution_4'.*\}
" - self.assertRegexpMatches(the_html, str1) - self.assertRegexpMatches(the_html, str2) - self.assertRegexpMatches(the_html, str3) - self.assertRegexpMatches(the_html, str4) + self.assertRegex(the_html, str1) + self.assertRegex(the_html, str2) + self.assertRegex(the_html, str3) + self.assertRegex(the_html, str4) without_new_lines = the_html.replace("\n", "") - self.assertRegexpMatches(without_new_lines, str1 + r".*" + str2) - self.assertRegexpMatches(without_new_lines, str3 + r".*" + str4) + self.assertRegex(without_new_lines, str1 + r".*" + str2) + self.assertRegex(without_new_lines, str3 + r".*" + str4) def test_answer_pool_2_multiplechoiceresponses_seed2(self): xml_str = textwrap.dedent(""" @@ -442,15 +441,15 @@ class CapaAnswerPoolTest(unittest.TestCase): str3 = r"
\{.*'1_solution_1'.*\}
" str4 = r"
\{.*'1_solution_4'.*\}
" - self.assertRegexpMatches(the_html, str1) - self.assertRegexpMatches(the_html, str2) - self.assertRegexpMatches(the_html, str3) - self.assertRegexpMatches(the_html, str4) + self.assertRegex(the_html, str1) + self.assertRegex(the_html, str2) + self.assertRegex(the_html, str3) + self.assertRegex(the_html, str4) without_new_lines = the_html.replace("\n", "") - self.assertRegexpMatches(without_new_lines, str1 + r".*" + str2) - self.assertRegexpMatches(without_new_lines, str3 + r".*" + str4) + self.assertRegex(without_new_lines, str1 + r".*" + str2) + self.assertRegex(without_new_lines, str3 + r".*" + str4) def test_answer_pool_random_consistent(self): """ @@ -516,7 +515,7 @@ class CapaAnswerPoolTest(unittest.TestCase): r"
.*\[.*'correct-1'.*'wrong-4'.*\].*
.*" + r"
.*\[.*'wrong-1'.*'wrong-2'.*'correct-1'.*\].*
") without_new_lines = the_html.replace("\n", "") - self.assertRegexpMatches(without_new_lines, str1) + self.assertRegex(without_new_lines, str1) def test_no_answer_pool(self): xml_str = textwrap.dedent(""" @@ -541,7 +540,7 @@ class CapaAnswerPoolTest(unittest.TestCase): str1 = r"
.*\[.*'wrong-1'.*'wrong-2'.*'correct-1'.*'wrong-3'.*'wrong-4'.*\].*
" - self.assertRegexpMatches(the_html, str1) + self.assertRegex(the_html, str1) # attributes *not* present response = list(problem.responders.values())[0] self.assertFalse(response.has_mask()) @@ -610,15 +609,15 @@ class CapaAnswerPoolTest(unittest.TestCase): str3 = r"
\{.*'1_solution_1'.*\}
" str4 = r"
\{.*'1_solution_3'.*\}
" - self.assertRegexpMatches(the_html, str1) - self.assertRegexpMatches(the_html, str2) - self.assertRegexpMatches(the_html, str3) - self.assertRegexpMatches(the_html, str4) + self.assertRegex(the_html, str1) + self.assertRegex(the_html, str2) + self.assertRegex(the_html, str3) + self.assertRegex(the_html, str4) without_new_lines = the_html.replace("\n", "") - self.assertRegexpMatches(without_new_lines, str1 + r".*" + str2) - self.assertRegexpMatches(without_new_lines, str3 + r".*" + str4) + self.assertRegex(without_new_lines, str1 + r".*" + str2) + self.assertRegex(without_new_lines, str3 + r".*" + str4) def test_answer_pool_without_solutionset(self): xml_str = textwrap.dedent(""" @@ -650,5 +649,5 @@ class CapaAnswerPoolTest(unittest.TestCase): problem = new_loncapa_problem(xml_str, seed=723) the_html = problem.get_html() - self.assertRegexpMatches(the_html, r"
.*\[.*'wrong-3'.*'correct-2'.*'wrong-2'.*'wrong-4'.*\].*
") - self.assertRegexpMatches(the_html, r"
\{.*'1_solution_1'.*\}
") + self.assertRegex(the_html, r"
.*\[.*'wrong-3'.*'correct-2'.*'wrong-2'.*'wrong-4'.*\].*
") + self.assertRegex(the_html, r"
\{.*'1_solution_1'.*\}
") diff --git a/common/lib/capa/capa/tests/test_capa_problem.py b/common/lib/capa/capa/tests/test_capa_problem.py index b5d6e0a107..c1e3c34935 100644 --- a/common/lib/capa/capa/tests/test_capa_problem.py +++ b/common/lib/capa/capa/tests/test_capa_problem.py @@ -1,7 +1,7 @@ """ Test capa problem. """ -from __future__ import absolute_import + import textwrap import unittest @@ -12,6 +12,7 @@ from lxml import etree from markupsafe import Markup from mock import patch +from capa.responsetypes import LoncapaProblemError from capa.tests.helpers import new_loncapa_problem from openedx.core.djangolib.markup import HTML @@ -189,6 +190,23 @@ class CAPAProblemTest(unittest.TestCase): } ) + def test_additional_answer_is_skipped_from_resulting_html(self): + """Tests that additional_answer element is not present in transformed HTML""" + xml = """ + +

Be sure to check your spelling.

+ + + Anyone who looks the world as if it was a game of chess deserves to lose. + + + +
+ """ + problem = new_loncapa_problem(xml) + self.assertEqual(len(problem.extracted_tree.xpath('//additional_answer')), 0) + self.assertNotIn('additional_answer', problem.get_html()) + def test_non_accessible_inputtype(self): """ Verify that tag with question text is not removed when inputtype is not fully accessible. @@ -460,6 +478,37 @@ class CAPAProblemTest(unittest.TestCase): self.assert_question_tag(question1, question2, tag='label', label_attr=False) self.assert_question_tag(question1, question2, tag='p', label_attr=True) + def test_optionresponse_xml_compatibility(self): + """ + Verify that an optionresponse problem with multiple correct answers is not instantiated. + + Scenario: + Given an optionresponse/Dropdown problem + If there are multiple correct answers + Then the problem is not instantiated + And Loncapa problem error exception is raised + If the problem is corrected by including only one correct answer + Then the problem is created successfully + """ + xml = """ + + +

You can use this template as a guide to the simple editor markdown and OLX markup to use for dropdown problems. Edit this component to replace this template with your own assessment.

+ + You can add an optional tip or note related to the prompt like this. + + + + + +
+
+ """ + with self.assertRaises(LoncapaProblemError): + new_loncapa_problem(xml.format(correctness=True)) + problem = new_loncapa_problem(xml.format(correctness=False)) + self.assertIsNotNone(problem) + @ddt.ddt class CAPAMultiInputProblemTest(unittest.TestCase): @@ -668,7 +717,7 @@ class CAPAProblemReportHelpersTest(unittest.TestCase): """ ) - self.assertEquals(problem.find_answer_text(answer_id, choice_id), answer_text) + self.assertEqual(problem.find_answer_text(answer_id, choice_id), answer_text) @ddt.data( # Test for ChoiceResponse @@ -706,7 +755,7 @@ class CAPAProblemReportHelpersTest(unittest.TestCase): """ ) - self.assertEquals(problem.find_correct_answer_text(answer_id), answer_text) + self.assertEqual(problem.find_correct_answer_text(answer_id), answer_text) def test_find_answer_text_textinput(self): problem = new_loncapa_problem( @@ -718,4 +767,25 @@ class CAPAProblemReportHelpersTest(unittest.TestCase): """ ) - self.assertEquals(problem.find_answer_text('1_2_1', 'hide'), 'hide') + self.assertEqual(problem.find_answer_text('1_2_1', 'hide'), 'hide') + + def test_get_question_answer(self): + problem = new_loncapa_problem( + """ + + + + + +
+

Explanation

+

Blue is the answer.

+
+
+
+ """ + ) + + # Ensure that the answer is a string so that the dict returned from this + # function can eventualy be serialized to json without issues. + self.assertIsInstance(problem.get_question_answers()['1_solution_1'], six.text_type) diff --git a/common/lib/capa/capa/tests/test_correctmap.py b/common/lib/capa/capa/tests/test_correctmap.py index 6501e7ae9d..3801535516 100644 --- a/common/lib/capa/capa/tests/test_correctmap.py +++ b/common/lib/capa/capa/tests/test_correctmap.py @@ -2,7 +2,6 @@ Tests to verify that CorrectMap behaves correctly """ -from __future__ import absolute_import import datetime import unittest diff --git a/common/lib/capa/capa/tests/test_customrender.py b/common/lib/capa/capa/tests/test_customrender.py index 2f3439bb9e..52e669baf7 100644 --- a/common/lib/capa/capa/tests/test_customrender.py +++ b/common/lib/capa/capa/tests/test_customrender.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + import unittest import xml.sax.saxutils as saxutils diff --git a/common/lib/capa/capa/tests/test_hint_functionality.py b/common/lib/capa/capa/tests/test_hint_functionality.py index b4834e026c..c2d89eea79 100644 --- a/common/lib/capa/capa/tests/test_hint_functionality.py +++ b/common/lib/capa/capa/tests/test_hint_functionality.py @@ -3,7 +3,6 @@ Tests of extended hints """ -from __future__ import absolute_import import unittest diff --git a/common/lib/capa/capa/tests/test_html_render.py b/common/lib/capa/capa/tests/test_html_render.py index 125709020b..1d2bfe2698 100644 --- a/common/lib/capa/capa/tests/test_html_render.py +++ b/common/lib/capa/capa/tests/test_html_render.py @@ -1,7 +1,7 @@ """ CAPA HTML rendering tests. """ -from __future__ import absolute_import + import os import textwrap @@ -306,7 +306,7 @@ class CapaHtmlRenderTest(unittest.TestCase): # Render the HTML the_html = problem.get_html() - self.assertRegexpMatches(the_html, r"
\s*
") + self.assertRegex(the_html, r"
\s*
") def _create_test_file(self, path, content_str): test_fp = self.capa_system.filestore.open(path, "w") diff --git a/common/lib/capa/capa/tests/test_input_templates.py b/common/lib/capa/capa/tests/test_input_templates.py index 9e599db576..f2b1784979 100644 --- a/common/lib/capa/capa/tests/test_input_templates.py +++ b/common/lib/capa/capa/tests/test_input_templates.py @@ -2,7 +2,6 @@ Tests for the logic in input type mako templates. """ -from __future__ import absolute_import import json import unittest diff --git a/common/lib/capa/capa/tests/test_inputtypes.py b/common/lib/capa/capa/tests/test_inputtypes.py index 85cdbfa88c..1169527ae1 100644 --- a/common/lib/capa/capa/tests/test_inputtypes.py +++ b/common/lib/capa/capa/tests/test_inputtypes.py @@ -16,7 +16,7 @@ TODO: - test funny xml chars -- should never get xml parse error if things are escaped properly. """ -from __future__ import absolute_import + import json import textwrap @@ -747,29 +747,27 @@ class MatlabTest(unittest.TestCase): def test_get_html(self): # usual output output = self.the_input.get_html() - if six.PY2: - expected_string = """ -
{\'status\': Status(\'queued\'), \'button_enabled\': True, \'rows\': \'10\', - \'queue_len\': \'3\', \'mode\': \'\', \'tabsize\': 4, \'cols\': \'80\', \'STATIC_URL\': \'/dummy-static/\', - \'linenumbers\': \'true\', \'queue_msg\': \'\', \'value\': \'print "good evening"\', - \'msg\': u\'Submitted. As soon as a response is returned, this message will be replaced by that feedback.\', - \'matlab_editor_js\': \'/dummy-static/js/vendor/CodeMirror/octave.js\', - \'hidden\': \'\', \'id\': \'prob_1_2\', - \'describedby_html\': Markup(u\'aria-describedby="status_prob_1_2"\'), \'response_data\': {}}
- """ - else: - expected_string = """ -
{\'matlab_editor_js\': \'/dummy-static/js/vendor/CodeMirror/octave.js\', - \'value\': \'print "good evening"\', \'hidden\': \'\', - \'msg\': \'Submitted. As soon as a response is returned, this message will be replaced by that feedback.\', - \'status\': Status(\'queued\'), \'response_data\': {}, \'queue_msg\': \'\', \'mode\': \'\', - \'id\': \'prob_1_2\', \'queue_len\': \'3\', \'tabsize\': 4, \'STATIC_URL\': \'/dummy-static/\', - \'linenumbers\': \'true\', \'cols\': \'80\', \'button_enabled\': True, \'rows\': \'10\', - \'describedby_html\': Markup(\'aria-describedby="status_prob_1_2"\')}
""" - self.assertEqual( - etree.tostring(output).decode('utf-8'), - textwrap.dedent(expected_string).replace('\n', ' ').strip(), - ) + output_string = etree.tostring(output).decode('utf-8') + assert output_string.startswith('
{') + assert output_string.endswith('}
') + output_string = output_string.replace('}', '') + output_string = output_string.replace('
{', '') + output_list = output_string.split(',') + for index, value in enumerate(output_list): + output_list[index] = value.replace('u\'', '\'').strip() + + expected_string = u""" + \'matlab_editor_js\': \'/dummy-static/js/vendor/CodeMirror/octave.js\', + \'value\': \'print "good evening"\', \'hidden\': \'\', + \'msg\': \'Submitted. As soon as a response is returned, this message will be replaced by that feedback.\', + \'status\': Status(\'queued\'), \'response_data\': {}, \'queue_msg\': \'\', \'mode\': \'\', + \'id\': \'prob_1_2\', \'queue_len\': \'3\', \'tabsize\': 4, \'STATIC_URL\': \'/dummy-static/\', + \'linenumbers\': \'true\', \'cols\': \'80\', \'button_enabled\': True, \'rows\': \'10\', + \'describedby_html\': Markup(\'aria-describedby="status_prob_1_2"\')""" + expected_list = (textwrap.dedent(expected_string).replace('\n', ' ').strip()).split(',') + for index, value in enumerate(expected_list): + expected_list[index] = value.replace('u\'', '\'').strip() + six.assertCountEqual(self, output_list, expected_list) # test html, that is correct HTML5 html, but is not parsable by XML parser. old_render_template = self.the_input.capa_system.render_template @@ -781,24 +779,25 @@ class MatlabTest(unittest.TestCase): """).replace('\n', '') output = self.the_input.get_html() - if six.PY2: - expected_string = """ -
- -
Right click here and click \"Save As\" to download the file
-
    - """ - else: - expected_string = """ -
    - -
    Right click here and click \"Save As\" to download the file
    -
      - """ - self.assertEqual( - etree.tostring(output).decode('utf-8'), - textwrap.dedent(expected_string).replace('\n', '').replace('\'', '\"') - ) + elements = [] + element_tags = [] + element_keys = [] + for element in output.iter(): + elements.append(element) + element_tags.append(element.tag) + element_keys.append(element.keys()) + assert element_tags.count('div') == 4 + assert element_tags.count('audio') == 1 + audio_index = element_tags.index('audio') + + six.assertCountEqual(self, element_keys[audio_index], ['autobuffer', 'controls', 'autoplay', 'src']) + self.assertEqual(elements[audio_index].get('src'), 'data:audio/wav;base64=') + self.assertEqual(elements[audio_index].text, 'Audio is not supported on this browser.') + href_index = element_keys.index(['href']) + self.assertEqual(elements[href_index].get('href'), 'https://endpoint.mss-mathworks.com/media/filename.wav') + id_index = element_keys.index(['id']) + self.assertEqual(elements[id_index].get('id'), 'mwAudioPlaceHolder') + output_string = etree.tostring(output).decode('utf-8') # check that exception is raised during parsing for html. self.the_input.capa_system.render_template = lambda *args: " inside of a checkbox or radiotextgroup problem raises an error. """ - with self.assertRaisesRegexp(Exception, "Error in xml"): + with self.assertRaisesRegex(Exception, "Error in xml"): self.check_group('checkboxtextgroup', 'invalid', 'checkbox') diff --git a/common/lib/capa/capa/tests/test_responsetypes.py b/common/lib/capa/capa/tests/test_responsetypes.py index caeca6f07b..1ac80c7be6 100644 --- a/common/lib/capa/capa/tests/test_responsetypes.py +++ b/common/lib/capa/capa/tests/test_responsetypes.py @@ -3,7 +3,6 @@ Tests of responsetypes """ -from __future__ import absolute_import import io import json @@ -67,9 +66,9 @@ class ResponseTest(unittest.TestCase): input_dict = {'1_2_1': submission} correct_map = problem.grade_answers(input_dict) if msg is None: - self.assertEquals(correct_map.get_correctness('1_2_1'), expected_correctness) + self.assertEqual(correct_map.get_correctness('1_2_1'), expected_correctness) else: - self.assertEquals(correct_map.get_correctness('1_2_1'), expected_correctness, msg) + self.assertEqual(correct_map.get_correctness('1_2_1'), expected_correctness, msg) def assert_answer_format(self, problem): # pylint: disable=missing-docstring answers = problem.get_question_answers() @@ -480,14 +479,14 @@ class FormulaResponseTest(ResponseTest): # Expect to receive a hint if we add an extra y input_dict = {'1_2_1': "x + 2*y + y"} correct_map = problem.grade_answers(input_dict) - self.assertEquals(correct_map.get_hint('1_2_1'), - 'Check the coefficient of y') + self.assertEqual(correct_map.get_hint('1_2_1'), + 'Check the coefficient of y') # Expect to receive a hint if we leave out x input_dict = {'1_2_1': "2*y"} correct_map = problem.grade_answers(input_dict) - self.assertEquals(correct_map.get_hint('1_2_1'), - 'Try including the variable x') + self.assertEqual(correct_map.get_hint('1_2_1'), + 'Try including the variable x') def test_script(self): """ @@ -818,24 +817,24 @@ class StringResponseTest(ResponseTest): # pylint: disable=missing-docstring # We should get a hint for Wisconsin input_dict = {'1_2_1': 'Wisconsin'} correct_map = problem.grade_answers(input_dict) - self.assertEquals(correct_map.get_hint('1_2_1'), - "The state capital of Wisconsin is Madison") + self.assertEqual(correct_map.get_hint('1_2_1'), + "The state capital of Wisconsin is Madison") # We should get a hint for Minnesota input_dict = {'1_2_1': 'Minnesota'} correct_map = problem.grade_answers(input_dict) - self.assertEquals(correct_map.get_hint('1_2_1'), - "The state capital of Minnesota is St. Paul") + self.assertEqual(correct_map.get_hint('1_2_1'), + "The state capital of Minnesota is St. Paul") # We should NOT get a hint for Michigan (the correct answer) input_dict = {'1_2_1': 'Michigan'} correct_map = problem.grade_answers(input_dict) - self.assertEquals(correct_map.get_hint('1_2_1'), "") + self.assertEqual(correct_map.get_hint('1_2_1'), "") # We should NOT get a hint for any other string input_dict = {'1_2_1': 'California'} correct_map = problem.grade_answers(input_dict) - self.assertEquals(correct_map.get_hint('1_2_1'), "") + self.assertEqual(correct_map.get_hint('1_2_1'), "") def test_hints_regexp_and_answer_regexp(self): different_student_answers = [ @@ -867,38 +866,38 @@ class StringResponseTest(ResponseTest): # pylint: disable=missing-docstring # We should get a hint for Wisconsin input_dict = {'1_2_1': 'Wisconsin'} correct_map = problem.grade_answers(input_dict) - self.assertEquals(correct_map.get_hint('1_2_1'), - "The state capital of Wisconsin is Madison") + self.assertEqual(correct_map.get_hint('1_2_1'), + "The state capital of Wisconsin is Madison") # We should get a hint for Minnesota input_dict = {'1_2_1': 'Minnesota'} correct_map = problem.grade_answers(input_dict) - self.assertEquals(correct_map.get_hint('1_2_1'), - "The state capital of Minnesota is St. Paul") + self.assertEqual(correct_map.get_hint('1_2_1'), + "The state capital of Minnesota is St. Paul") # We should NOT get a hint for Michigan (the correct answer) input_dict = {'1_2_1': 'Michigan'} correct_map = problem.grade_answers(input_dict) - self.assertEquals(correct_map.get_hint('1_2_1'), "") + self.assertEqual(correct_map.get_hint('1_2_1'), "") # We should NOT get a hint for any other string input_dict = {'1_2_1': 'California'} correct_map = problem.grade_answers(input_dict) - self.assertEquals(correct_map.get_hint('1_2_1'), "") + self.assertEqual(correct_map.get_hint('1_2_1'), "") # We should get the same hint for each answer for answer in different_student_answers: input_dict = {'1_2_1': answer} correct_map = problem.grade_answers(input_dict) - self.assertEquals(correct_map.get_hint('1_2_1'), "First letter of correct answer is M.") + self.assertEqual(correct_map.get_hint('1_2_1'), "First letter of correct answer is M.") input_dict = {'1_2_1': '59'} correct_map = problem.grade_answers(input_dict) - self.assertEquals(correct_map.get_hint('1_2_1'), "Should not end with 9.") + self.assertEqual(correct_map.get_hint('1_2_1'), "Should not end with 9.") input_dict = {'1_2_1': '57'} correct_map = problem.grade_answers(input_dict) - self.assertEquals(correct_map.get_hint('1_2_1'), "") + self.assertEqual(correct_map.get_hint('1_2_1'), "") def test_computed_hints(self): problem = self.build_problem( @@ -914,7 +913,7 @@ class StringResponseTest(ResponseTest): # pylint: disable=missing-docstring input_dict = {'1_2_1': 'Hello'} correct_map = problem.grade_answers(input_dict) - self.assertEquals(correct_map.get_hint('1_2_1'), "Hello??") + self.assertEqual(correct_map.get_hint('1_2_1'), "Hello??") def test_hint_function_randomization(self): # The hint function should get the seed from the problem. @@ -971,7 +970,7 @@ class CodeResponseTest(ResponseTest): # pylint: disable=missing-docstring cmap.update(CorrectMap(answer_id=answer_id, queuestate=None)) self.problem.correct_map.update(cmap) - self.assertEquals(self.problem.is_queued(), False) + self.assertEqual(self.problem.is_queued(), False) # Now we queue the LCP cmap = CorrectMap() @@ -980,7 +979,7 @@ class CodeResponseTest(ResponseTest): # pylint: disable=missing-docstring cmap.update(CorrectMap(answer_id=answer_ids[i], queuestate=queuestate)) self.problem.correct_map.update(cmap) - self.assertEquals(self.problem.is_queued(), True) + self.assertEqual(self.problem.is_queued(), True) def test_update_score(self): ''' @@ -1009,7 +1008,7 @@ class CodeResponseTest(ResponseTest): # pylint: disable=missing-docstring self.problem.correct_map.update(old_cmap) # Deep copy self.problem.update_score(xserver_msgs[correctness], queuekey=0) - self.assertEquals(self.problem.correct_map.get_dict(), old_cmap.get_dict()) # Deep comparison + self.assertEqual(self.problem.correct_map.get_dict(), old_cmap.get_dict()) # Deep comparison for answer_id in answer_ids: self.assertTrue(self.problem.correct_map.is_queued(answer_id)) # Should be still queued, since message undelivered @@ -1026,7 +1025,7 @@ class CodeResponseTest(ResponseTest): # pylint: disable=missing-docstring new_cmap.set(answer_id=answer_id, npoints=npoints, correctness=correctness, msg=grader_msg, queuestate=None) self.problem.update_score(xserver_msgs[correctness], queuekey=1000 + i) - self.assertEquals(self.problem.correct_map.get_dict(), new_cmap.get_dict()) + self.assertEqual(self.problem.correct_map.get_dict(), new_cmap.get_dict()) for j, test_id in enumerate(answer_ids): if j == i: @@ -1046,7 +1045,7 @@ class CodeResponseTest(ResponseTest): # pylint: disable=missing-docstring cmap.update(CorrectMap(answer_id=answer_id, queuestate=None)) self.problem.correct_map.update(cmap) - self.assertEquals(self.problem.get_recentmost_queuetime(), None) + self.assertEqual(self.problem.get_recentmost_queuetime(), None) # CodeResponse requires internal CorrectMap state. Build it now in the queued state cmap = CorrectMap() @@ -1062,7 +1061,7 @@ class CodeResponseTest(ResponseTest): # pylint: disable=missing-docstring datetime.strftime(latest_timestamp, dateformat), dateformat ).replace(tzinfo=UTC) - self.assertEquals(self.problem.get_recentmost_queuetime(), latest_timestamp) + self.assertEqual(self.problem.get_recentmost_queuetime(), latest_timestamp) def test_convert_files_to_filenames(self): ''' @@ -1074,9 +1073,9 @@ class CodeResponseTest(ResponseTest): # pylint: disable=missing-docstring '1_3_1': ['answer1', 'answer2', 'answer3'], '1_4_1': [fp, fp]} answers_converted = convert_files_to_filenames(answers_with_file) - self.assertEquals(answers_converted['1_2_1'], 'String-based answer') - self.assertEquals(answers_converted['1_3_1'], ['answer1', 'answer2', 'answer3']) - self.assertEquals(answers_converted['1_4_1'], [fp.name, fp.name]) + self.assertEqual(answers_converted['1_2_1'], 'String-based answer') + self.assertEqual(answers_converted['1_3_1'], ['answer1', 'answer2', 'answer3']) + self.assertEqual(answers_converted['1_4_1'], [fp.name, fp.name]) def test_parse_score_msg_of_responder(self): """ @@ -1116,7 +1115,7 @@ class CodeResponseTest(ResponseTest): # pylint: disable=missing-docstring self.problem.correct_map = CorrectMap() self.problem.correct_map.update(old_cmap) output = self.problem.update_score(xserver_msgs['correct'], queuekey=1000 + i) - self.assertEquals(output[answer_id]['msg'], grader_msg) + self.assertEqual(output[answer_id]['msg'], grader_msg) for grader_msg in invalid_grader_msgs: correct_score_msg = json.dumps({'correct': True, 'score': 1, 'msg': grader_msg}) @@ -1128,7 +1127,7 @@ class CodeResponseTest(ResponseTest): # pylint: disable=missing-docstring self.problem.correct_map.update(old_cmap) output = self.problem.update_score(xserver_msgs['correct'], queuekey=1000 + i) - self.assertEquals(output[answer_id]['msg'], u'Invalid grader reply. Please contact the course staff.') + self.assertEqual(output[answer_id]['msg'], u'Invalid grader reply. Please contact the course staff.') class ChoiceResponseTest(ResponseTest): # pylint: disable=missing-docstring @@ -1569,7 +1568,7 @@ class NumericalResponseTest(ResponseTest): # pylint: disable=missing-docstring problem = self.build_problem(answer=staff_ans, tolerance=1e-3) msg = "There was a problem with the staff answer to this problem" - with self.assertRaisesRegexp(StudentInputError, msg): + with self.assertRaisesRegex(StudentInputError, msg): self.assert_grade(problem, '1+j', 'correct') mock_log.debug.assert_called_once_with( @@ -1593,7 +1592,7 @@ class NumericalResponseTest(ResponseTest): # pylint: disable=missing-docstring problem.capa_system.i18n = FakeTranslations() - with self.assertRaisesRegexp(StudentInputError, "TRANSLATED!"): + with self.assertRaisesRegex(StudentInputError, "TRANSLATED!"): self.assert_grade(problem, '1+j', 'correct') def test_grade_infinity(self): @@ -1646,7 +1645,7 @@ class NumericalResponseTest(ResponseTest): # pylint: disable=missing-docstring raise err mock_eval.side_effect = evaluator_side_effect - with self.assertRaisesRegexp(StudentInputError, msg_regex): + with self.assertRaisesRegex(StudentInputError, msg_regex): problem.grade_answers({'1_2_1': 'foobar'}) def test_compare_answer(self): @@ -2682,7 +2681,7 @@ class ChoiceTextResponseTest(ResponseTest): "checkboxtextgroup" ) - with self.assertRaisesRegexp(StudentInputError, "Could not interpret"): + with self.assertRaisesRegex(StudentInputError, "Could not interpret"): # Test that error is raised for input in selected correct choice. self.assert_grade( two_choice_two_input, @@ -2690,7 +2689,7 @@ class ChoiceTextResponseTest(ResponseTest): "correct" ) - with self.assertRaisesRegexp(StudentInputError, "Could not interpret"): + with self.assertRaisesRegex(StudentInputError, "Could not interpret"): # Test that error is raised for input in selected incorrect choice. self.assert_grade( two_choice_two_input, @@ -2705,7 +2704,7 @@ class ChoiceTextResponseTest(ResponseTest): ], "checkboxtextgroup" ) - with self.assertRaisesRegexp( + with self.assertRaisesRegex( StudentInputError, "The Staff answer could not be interpreted as a number." ): diff --git a/common/lib/capa/capa/tests/test_shuffle.py b/common/lib/capa/capa/tests/test_shuffle.py index 11f8445b42..fee3adb52a 100644 --- a/common/lib/capa/capa/tests/test_shuffle.py +++ b/common/lib/capa/capa/tests/test_shuffle.py @@ -1,5 +1,5 @@ """Tests the capa shuffle and name-masking.""" -from __future__ import absolute_import, print_function + import textwrap import unittest @@ -32,7 +32,7 @@ class CapaShuffleTest(unittest.TestCase): # shuffling 4 things with seed of 0 yields: B A C D # Check that the choices are shuffled the_html = problem.get_html() - self.assertRegexpMatches(the_html, r"
      .*\[.*'Banana'.*'Apple'.*'Chocolate'.*'Donut'.*\].*
      ") + self.assertRegex(the_html, r"
      .*\[.*'Banana'.*'Apple'.*'Chocolate'.*'Donut'.*\].*
      ") # Check that choice name masking is enabled and that unmasking works response = list(problem.responders.values())[0] self.assertFalse(response.has_mask()) @@ -75,7 +75,7 @@ class CapaShuffleTest(unittest.TestCase): """) problem = new_loncapa_problem(xml_str, seed=341) # yields D A B C the_html = problem.get_html() - self.assertRegexpMatches(the_html, r"
      .*\[.*'Donut'.*'Apple'.*'Banana'.*'Chocolate'.*\].*
      ") + self.assertRegex(the_html, r"
      .*\[.*'Donut'.*'Apple'.*'Banana'.*'Chocolate'.*\].*
      ") def test_shuffle_1_choice(self): xml_str = textwrap.dedent(""" @@ -89,7 +89,7 @@ class CapaShuffleTest(unittest.TestCase): """) problem = new_loncapa_problem(xml_str, seed=0) the_html = problem.get_html() - self.assertRegexpMatches(the_html, r"
      .*\[.*'Apple'.*\].*
      ") + self.assertRegex(the_html, r"
      .*\[.*'Apple'.*\].*
      ") response = list(problem.responders.values())[0] self.assertFalse(response.has_mask()) self.assertTrue(response.has_shuffle()) @@ -113,7 +113,7 @@ class CapaShuffleTest(unittest.TestCase): problem = new_loncapa_problem(xml_str, seed=0) # yields: C E A B D F # Donut -> Zonut to show that there is not some hidden alphabetic ordering going on the_html = problem.get_html() - self.assertRegexpMatches(the_html, r"
      .*\[.*'Chocolate'.*'Eggplant'.*'Apple'.*'Banana'.*'Zonut'.*'Filet Mignon'.*\].*
      ") + self.assertRegex(the_html, r"
      .*\[.*'Chocolate'.*'Eggplant'.*'Apple'.*'Banana'.*'Zonut'.*'Filet Mignon'.*\].*
      ") def test_shuffle_false(self): xml_str = textwrap.dedent(""" @@ -130,7 +130,7 @@ class CapaShuffleTest(unittest.TestCase): """) problem = new_loncapa_problem(xml_str) the_html = problem.get_html() - self.assertRegexpMatches(the_html, r"
      .*\[.*'Apple'.*'Banana'.*'Chocolate'.*'Donut'.*\].*
      ") + self.assertRegex(the_html, r"
      .*\[.*'Apple'.*'Banana'.*'Chocolate'.*'Donut'.*\].*
      ") response = list(problem.responders.values())[0] self.assertFalse(response.has_mask()) self.assertFalse(response.has_shuffle()) @@ -153,7 +153,7 @@ class CapaShuffleTest(unittest.TestCase): problem = new_loncapa_problem(xml_str, seed=0) the_html = problem.get_html() # Alpha Beta held back from shuffle (head end) - self.assertRegexpMatches(the_html, r"
      .*\[.*'Alpha'.*'Beta'.*'B'.*'A'.*'C'.*'D'.*\].*
      ") + self.assertRegex(the_html, r"
      .*\[.*'Alpha'.*'Beta'.*'B'.*'A'.*'C'.*'D'.*\].*
      ") def test_shuffle_fixed_tail_end(self): xml_str = textwrap.dedent(""" @@ -173,7 +173,7 @@ class CapaShuffleTest(unittest.TestCase): problem = new_loncapa_problem(xml_str, seed=0) the_html = problem.get_html() # Alpha Beta held back from shuffle (tail end) - self.assertRegexpMatches(the_html, r"
      .*\[.*'B'.*'A'.*'C'.*'D'.*'Alpha'.*'Beta'.*\].*
      ") + self.assertRegex(the_html, r"
      .*\[.*'B'.*'A'.*'C'.*'D'.*'Alpha'.*'Beta'.*\].*
      ") def test_shuffle_fixed_both_ends(self): xml_str = textwrap.dedent(""" @@ -195,7 +195,7 @@ class CapaShuffleTest(unittest.TestCase): """) problem = new_loncapa_problem(xml_str, seed=0) the_html = problem.get_html() - self.assertRegexpMatches( + self.assertRegex( the_html, r"
      .*\[.*'Alpha'.*'Beta'.*'B'.*'A'.*'C'.*'D'.*'Psi'.*'Omega'.*\].*
      " ) @@ -214,7 +214,7 @@ class CapaShuffleTest(unittest.TestCase): """) problem = new_loncapa_problem(xml_str, seed=0) the_html = problem.get_html() - self.assertRegexpMatches(the_html, r"
      .*\[.*'Alpha'.*'A'.*'Omega'.*\].*
      ") + self.assertRegex(the_html, r"
      .*\[.*'Alpha'.*'A'.*'Omega'.*\].*
      ") def test_shuffle_fixed_all(self): xml_str = textwrap.dedent(""" @@ -230,7 +230,7 @@ class CapaShuffleTest(unittest.TestCase): """) problem = new_loncapa_problem(xml_str, seed=0) the_html = problem.get_html() - self.assertRegexpMatches(the_html, r"
      .*\[.*'A'.*'B'.*'C'.*\].*
      ") + self.assertRegex(the_html, r"
      .*\[.*'A'.*'B'.*'C'.*\].*
      ") def test_shuffle_island(self): """A fixed 'island' choice not at the head or tail end gets lumped into the tail end.""" @@ -249,7 +249,7 @@ class CapaShuffleTest(unittest.TestCase): """) problem = new_loncapa_problem(xml_str, seed=0) the_html = problem.get_html() - self.assertRegexpMatches(the_html, r"
      .*\[.*'A'.*'Mid'.*'Mid'.*'C'.*'D'.*\].*
      ") + self.assertRegex(the_html, r"
      .*\[.*'A'.*'Mid'.*'Mid'.*'C'.*'D'.*\].*
      ") def test_multiple_shuffle_responses(self): xml_str = textwrap.dedent(""" @@ -278,8 +278,8 @@ class CapaShuffleTest(unittest.TestCase): self.assertEqual(orig_html, problem.get_html(), 'should be able to call get_html() twice') html = orig_html.replace('\n', ' ') # avoid headaches with .* matching print(html) - self.assertRegexpMatches(html, r"
      .*\[.*'Banana'.*'Apple'.*'Chocolate'.*'Donut'.*\].*
      .*" + - r"
      .*\[.*'C'.*'A'.*'D'.*'B'.*\].*
      ") + self.assertRegex(html, r"
      .*\[.*'Banana'.*'Apple'.*'Chocolate'.*'Donut'.*\].*
      .*" + + r"
      .*\[.*'C'.*'A'.*'D'.*'B'.*\].*
      ") # Look at the responses in their authored order responses = sorted(list(problem.responders.values()), key=lambda resp: int(resp.id[resp.id.rindex('_') + 1:])) self.assertFalse(responses[0].has_mask()) @@ -304,5 +304,5 @@ class CapaShuffleTest(unittest.TestCase): """) - with self.assertRaisesRegexp(LoncapaProblemError, "shuffle and answer-pool"): + with self.assertRaisesRegex(LoncapaProblemError, "shuffle and answer-pool"): new_loncapa_problem(xml_str) diff --git a/common/lib/capa/capa/tests/test_targeted_feedback.py b/common/lib/capa/capa/tests/test_targeted_feedback.py index d3268ee2b2..5bc6cb42c1 100644 --- a/common/lib/capa/capa/tests/test_targeted_feedback.py +++ b/common/lib/capa/capa/tests/test_targeted_feedback.py @@ -3,7 +3,6 @@ Tests the logic of the "targeted-feedback" attribute for MultipleChoice question i.e. those with the element """ -from __future__ import absolute_import import textwrap import unittest @@ -82,17 +81,17 @@ class CapaTargetedFeedbackTest(unittest.TestCase): the_html = problem.get_html() without_new_lines = the_html.replace("\n", "") - self.assertRegexpMatches(without_new_lines, r"
      .*'wrong-1'.*'wrong-2'.*'correct-1'.*'wrong-3'.*
      ") - self.assertRegexpMatches(without_new_lines, r"feedback1|feedback2|feedback3|feedbackC") + self.assertRegex(without_new_lines, r"
      .*'wrong-1'.*'wrong-2'.*'correct-1'.*'wrong-3'.*
      ") + self.assertRegex(without_new_lines, r"feedback1|feedback2|feedback3|feedbackC") def test_targeted_feedback_not_finished(self): problem = new_loncapa_problem(load_fixture('targeted_feedback.xml')) the_html = problem.get_html() without_new_lines = the_html.replace("\n", "") - self.assertRegexpMatches(without_new_lines, r"
      .*'wrong-1'.*'wrong-2'.*'correct-1'.*'wrong-3'.*
      ") + self.assertRegex(without_new_lines, r"
      .*'wrong-1'.*'wrong-2'.*'correct-1'.*'wrong-3'.*
      ") self.assertNotRegexpMatches(without_new_lines, r"feedback1|feedback2|feedback3|feedbackC") - self.assertEquals(the_html, problem.get_html(), "Should be able to call get_html() twice") + self.assertEqual(the_html, problem.get_html(), "Should be able to call get_html() twice") def test_targeted_feedback_student_answer1(self): problem = new_loncapa_problem(load_fixture('targeted_feedback.xml')) @@ -102,11 +101,11 @@ class CapaTargetedFeedbackTest(unittest.TestCase): the_html = problem.get_html() without_new_lines = the_html.replace("\\n", "").replace("\n", "") # pylint: disable=line-too-long - self.assertRegexpMatches(without_new_lines, r"\s*Incorrect.*3rd WRONG solution") + self.assertRegex(without_new_lines, r"\s*Incorrect.*3rd WRONG solution") self.assertNotRegexpMatches(without_new_lines, r"feedback1|feedback2|feedbackC") # Check that calling it multiple times yields the same thing the_html2 = problem.get_html() - self.assertEquals(the_html, the_html2) + self.assertEqual(the_html, the_html2) def test_targeted_feedback_student_answer2(self): problem = new_loncapa_problem(load_fixture('targeted_feedback.xml')) @@ -116,8 +115,8 @@ class CapaTargetedFeedbackTest(unittest.TestCase): the_html = problem.get_html() without_new_lines = the_html.replace("\\n", "").replace("\n", "") # pylint: disable=line-too-long - self.assertRegexpMatches(without_new_lines, r"\s*Incorrect.*1st WRONG solution") - self.assertRegexpMatches(without_new_lines, r"
      \{.*'1_solution_1'.*\}
      ") + self.assertRegex(without_new_lines, r"\s*Incorrect.*1st WRONG solution") + self.assertRegex(without_new_lines, r"
      \{.*'1_solution_1'.*\}
      ") self.assertNotRegexpMatches(without_new_lines, r"feedback2|feedback3|feedbackC") def test_targeted_feedback_correct_answer(self): @@ -129,8 +128,8 @@ class CapaTargetedFeedbackTest(unittest.TestCase): the_html = problem.get_html() without_new_lines = the_html.replace("\\n", "").replace("\n", "") # pylint: disable=line-too-long - self.assertRegexpMatches(without_new_lines, - r"\s*Correct.*Feedback on your correct solution...") + self.assertRegex(without_new_lines, + r"\s*Correct.*Feedback on your correct solution...") self.assertNotRegexpMatches(without_new_lines, r"feedback1|feedback2|feedback3") def test_targeted_feedback_id_typos(self): @@ -193,14 +192,14 @@ class CapaTargetedFeedbackTest(unittest.TestCase): problem.done = True problem.student_answers = {'1_2_1': 'choice_0'} the_html = problem.get_html() - self.assertRegexpMatches(the_html, r"\s*") + self.assertRegex(the_html, r"\s*") # New problem with same XML -- try the correct choice. problem = new_loncapa_problem(xml_str) problem.done = True problem.student_answers = {'1_2_1': 'choice_2'} # correct the_html = problem.get_html() - self.assertRegexpMatches(the_html, r"\s*") + self.assertRegex(the_html, r"\s*") def test_targeted_feedback_no_solution_element(self): xml_str = textwrap.dedent(""" @@ -232,7 +231,7 @@ class CapaTargetedFeedbackTest(unittest.TestCase): the_html = problem.get_html() without_new_lines = the_html.replace("\n", "") #
      right after - self.assertRegexpMatches( + self.assertRegex( without_new_lines, r"
      .*.*\s*
      " ) @@ -299,13 +298,13 @@ class CapaTargetedFeedbackTest(unittest.TestCase): the_html = problem.get_html() without_new_lines = the_html.replace("\n", "") # pylint: disable=line-too-long - self.assertRegexpMatches(without_new_lines, r".*1st WRONG solution") - self.assertRegexpMatches(without_new_lines, r".*1st WRONG solution") + self.assertRegex(without_new_lines, r"\{.*'1_solution_1'.*\}
      ") self.assertNotRegexpMatches(without_new_lines, r"feedback2|feedback3") # Check that calling it multiple times yields the same thing the_html2 = problem.get_html() - self.assertEquals(the_html, the_html2) + self.assertEqual(the_html, the_html2) def test_targeted_feedback_no_show_solution_explanation(self): xml_str = textwrap.dedent(""" @@ -369,9 +368,9 @@ class CapaTargetedFeedbackTest(unittest.TestCase): the_html = problem.get_html() without_new_lines = the_html.replace("\n", "") # pylint: disable=line-too-long - self.assertRegexpMatches(without_new_lines, r".*1st WRONG solution") + self.assertRegex(without_new_lines, r".*1st WRONG solution") self.assertNotRegexpMatches(without_new_lines, r"\{.*'1_solution_1'.*\}
      ") + self.assertRegex(without_new_lines, r"
      \{.*'1_solution_1'.*\}
      ") self.assertNotRegexpMatches(without_new_lines, r"feedback2|feedback3|feedbackC") def test_targeted_feedback_with_solutionset_explanation(self): @@ -446,8 +445,8 @@ class CapaTargetedFeedbackTest(unittest.TestCase): the_html = problem.get_html() without_new_lines = the_html.replace("\n", "") # pylint: disable=line-too-long - self.assertRegexpMatches(without_new_lines, r".*1st WRONG solution") - self.assertRegexpMatches(without_new_lines, r".*1st WRONG solution") + self.assertRegex(without_new_lines, r"\{.*'1_solution_1'.*\}") self.assertNotRegexpMatches(without_new_lines, r"feedback2|feedback3") @@ -510,7 +509,7 @@ class CapaTargetedFeedbackTest(unittest.TestCase): the_html = problem.get_html() without_new_lines = the_html.replace("\n", "") - self.assertRegexpMatches(without_new_lines, r"\{.*'1_solution_1'.*\}") self.assertNotRegexpMatches(without_new_lines, r"feedback1|feedback3") @@ -573,7 +572,7 @@ class CapaTargetedFeedbackTest(unittest.TestCase): without_new_lines = the_html.replace("\n", "") self.assertNotRegexpMatches(without_new_lines, r"\{.*'1_solution_1'.*\}") + self.assertRegex(without_new_lines, r"
      \{.*'1_solution_1'.*\}
      ") self.assertNotRegexpMatches(without_new_lines, r"feedback1|feedback3|feedbackC") def test_targeted_feedback_multiple_not_answered(self): @@ -582,7 +581,7 @@ class CapaTargetedFeedbackTest(unittest.TestCase): the_html = problem.get_html() without_new_lines = the_html.replace("\n", "") # Q1 and Q2 have no feedback - self.assertRegexpMatches( + self.assertRegex( without_new_lines, r'\s*.*\s*' ) @@ -594,7 +593,7 @@ class CapaTargetedFeedbackTest(unittest.TestCase): the_html = problem.get_html() without_new_lines = the_html.replace("\n", "") # Q1 has feedback1 and Q2 has nothing - self.assertRegexpMatches( + self.assertRegex( without_new_lines, r'.*?explanation-id="feedback1".*?.*' + r'\s*' @@ -607,7 +606,7 @@ class CapaTargetedFeedbackTest(unittest.TestCase): the_html = problem.get_html() without_new_lines = the_html.replace("\n", "") # Q1 has feedback1 and Q2 has feedbackC - self.assertRegexpMatches( + self.assertRegex( without_new_lines, r'.*?explanation-id="feedback1".*?.*' + r'.*explanation-id="feedbackC".*?' diff --git a/common/lib/capa/capa/tests/test_util.py b/common/lib/capa/capa/tests/test_util.py index 3ebd40e80f..70fc2108fe 100644 --- a/common/lib/capa/capa/tests/test_util.py +++ b/common/lib/capa/capa/tests/test_util.py @@ -2,7 +2,7 @@ """ Tests capa util """ -from __future__ import absolute_import + import unittest diff --git a/common/lib/capa/capa/util.py b/common/lib/capa/capa/util.py index 0dfc955c19..63411ed0dc 100644 --- a/common/lib/capa/capa/util.py +++ b/common/lib/capa/capa/util.py @@ -1,9 +1,10 @@ """ Utility functions for capa. """ -from __future__ import absolute_import + import re +import logging import six from cmath import isinf, isnan from decimal import Decimal @@ -18,6 +19,7 @@ from openedx.core.djangolib.markup import HTML # # Utility functions used in CAPA responsetypes default_tolerance = '0.001%' +log = logging.getLogger(__name__) def compare_with_tolerance(student_complex, instructor_complex, tolerance=default_tolerance, relative_tolerance=False): @@ -122,6 +124,7 @@ def contextualize_text(text, context): # private text = convert_to_str(text) context_value = convert_to_str(context[key]) text = text.replace(context_key, context_value) + return text diff --git a/common/lib/capa/capa/xqueue_interface.py b/common/lib/capa/capa/xqueue_interface.py index da7972c4f1..25b0bcf9b7 100644 --- a/common/lib/capa/capa/xqueue_interface.py +++ b/common/lib/capa/capa/xqueue_interface.py @@ -1,7 +1,7 @@ # # LMS Interface to external queueing system (xqueue) # -from __future__ import absolute_import + import hashlib import json diff --git a/common/lib/capa/setup.py b/common/lib/capa/setup.py index 136d466cfb..bf2badc36e 100644 --- a/common/lib/capa/setup.py +++ b/common/lib/capa/setup.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + from setuptools import find_packages, setup diff --git a/common/lib/conftest.py b/common/lib/conftest.py index 4758af5667..7bd2d497ca 100644 --- a/common/lib/conftest.py +++ b/common/lib/conftest.py @@ -1,12 +1,14 @@ """Code run by pylint before running any tests.""" # Patch the xml libs before anything else. -from __future__ import absolute_import + import pytest from safe_lxml import defuse_xml_libs +from openedx.core.pytest_hooks import pytest_configure # pylint: disable=unused-import + defuse_xml_libs() diff --git a/common/lib/pytest.ini b/common/lib/pytest.ini index d8686445fd..9f9b54a12c 100644 --- a/common/lib/pytest.ini +++ b/common/lib/pytest.ini @@ -1,6 +1,6 @@ [pytest] DJANGO_SETTINGS_MODULE = openedx.tests.settings -addopts = --nomigrations --reuse-db --durations=20 +addopts = --nomigrations --reuse-db --durations=20 --json-report --json-report-omit keywords streams collectors log traceback tests --json-report-file=none # Enable default handling for all warnings, including those that are ignored by default; # but hide rate-limit warnings (because we deliberately don't throttle test user logins) # and field_data deprecation warnings (because fixing them requires a major low-priority refactoring) diff --git a/common/lib/safe_lxml/safe_lxml/__init__.py b/common/lib/safe_lxml/safe_lxml/__init__.py index 7623398ec1..b17efb15cc 100644 --- a/common/lib/safe_lxml/safe_lxml/__init__.py +++ b/common/lib/safe_lxml/safe_lxml/__init__.py @@ -1,7 +1,6 @@ """ Defuse vulnerabilities in XML packages. """ -from __future__ import absolute_import def defuse_xml_libs(): diff --git a/common/lib/safe_lxml/safe_lxml/etree.py b/common/lib/safe_lxml/safe_lxml/etree.py index 94bdb1e518..fef0694a77 100644 --- a/common/lib/safe_lxml/safe_lxml/etree.py +++ b/common/lib/safe_lxml/safe_lxml/etree.py @@ -11,7 +11,6 @@ For processing xml always prefer this over using lxml.etree directly. # lxml.etree. The names are not used here, so disable the pylint warning. # pylint: disable=unused-import, wildcard-import, unused-wildcard-import -from __future__ import absolute_import from lxml.etree import XMLParser as _XMLParser from lxml.etree import * diff --git a/common/lib/safe_lxml/safe_lxml/tests.py b/common/lib/safe_lxml/safe_lxml/tests.py index 99b574aa87..01ced5e163 100644 --- a/common/lib/safe_lxml/safe_lxml/tests.py +++ b/common/lib/safe_lxml/safe_lxml/tests.py @@ -1,6 +1,5 @@ """Test that we have defused XML.""" -from __future__ import absolute_import import defusedxml from lxml import etree diff --git a/common/lib/safe_lxml/setup.py b/common/lib/safe_lxml/setup.py index ac1b880190..9a4a54c8d4 100644 --- a/common/lib/safe_lxml/setup.py +++ b/common/lib/safe_lxml/setup.py @@ -1,7 +1,7 @@ """ Setup.py for safe_lxml. """ -from __future__ import absolute_import + from setuptools import setup diff --git a/common/lib/sandbox-packages/eia.py b/common/lib/sandbox-packages/eia.py index 766960156c..f8c2da59f1 100644 --- a/common/lib/sandbox-packages/eia.py +++ b/common/lib/sandbox-packages/eia.py @@ -7,7 +7,7 @@ values in parameterized problems. For details, see: http://en.wikipedia.org/wiki/Electronic_color_code """ -from __future__ import absolute_import, print_function + # pylint: disable=invalid-name # r is standard name for a resistor. We would like to use it as such. diff --git a/common/lib/sandbox-packages/loncapa/loncapa_check.py b/common/lib/sandbox-packages/loncapa/loncapa_check.py index 1fbc96301d..fea82fdd4f 100644 --- a/common/lib/sandbox-packages/loncapa/loncapa_check.py +++ b/common/lib/sandbox-packages/loncapa/loncapa_check.py @@ -5,7 +5,6 @@ # Python functions which duplicate the standard comparison functions available to LON-CAPA problems. # Used in translating LON-CAPA problems to i4x problem specification language. -from __future__ import absolute_import, division import math import random diff --git a/common/lib/sandbox-packages/setup.py b/common/lib/sandbox-packages/setup.py index 66232d606c..68b1fdd6dd 100644 --- a/common/lib/sandbox-packages/setup.py +++ b/common/lib/sandbox-packages/setup.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + from setuptools import setup diff --git a/common/lib/sandbox-packages/verifiers/draganddrop.py b/common/lib/sandbox-packages/verifiers/draganddrop.py index 9461078e87..9d41366c58 100644 --- a/common/lib/sandbox-packages/verifiers/draganddrop.py +++ b/common/lib/sandbox-packages/verifiers/draganddrop.py @@ -23,7 +23,7 @@ or: } values are (x, y) coordinates of centers of dragged images. """ -from __future__ import absolute_import + import json import six diff --git a/common/lib/sandbox-packages/verifiers/tests_draganddrop.py b/common/lib/sandbox-packages/verifiers/tests_draganddrop.py index d4107b5cad..151b98d329 100644 --- a/common/lib/sandbox-packages/verifiers/tests_draganddrop.py +++ b/common/lib/sandbox-packages/verifiers/tests_draganddrop.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + import json import unittest diff --git a/common/lib/symmath/setup.py b/common/lib/symmath/setup.py index 1afacdfc5e..95e5400f97 100644 --- a/common/lib/symmath/setup.py +++ b/common/lib/symmath/setup.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + from setuptools import setup setup( diff --git a/common/lib/symmath/symmath/formula.py b/common/lib/symmath/symmath/formula.py index 37405a2a5b..ff9d1a0774 100644 --- a/common/lib/symmath/symmath/formula.py +++ b/common/lib/symmath/symmath/formula.py @@ -11,7 +11,7 @@ Provides sympy representation. # Author: I. Chuang # -from __future__ import absolute_import + import logging import operator import os diff --git a/common/lib/symmath/symmath/symmath_check.py b/common/lib/symmath/symmath/symmath_check.py index d125f1eec5..cc43c32a2f 100644 --- a/common/lib/symmath/symmath/symmath_check.py +++ b/common/lib/symmath/symmath/symmath_check.py @@ -8,7 +8,7 @@ # # Takes in math expressions given as Presentation MathML (from ASCIIMathML), converts to Content MathML using SnuggleTeX -from __future__ import absolute_import + import logging import traceback diff --git a/common/lib/symmath/symmath/test_formula.py b/common/lib/symmath/symmath/test_formula.py index 1802e31896..3895157fd8 100644 --- a/common/lib/symmath/symmath/test_formula.py +++ b/common/lib/symmath/symmath/test_formula.py @@ -1,7 +1,7 @@ """ Tests of symbolic math """ -from __future__ import absolute_import + import re import unittest diff --git a/common/lib/symmath/symmath/test_symmath_check.py b/common/lib/symmath/symmath/test_symmath_check.py index 6d9e859153..b0fd3c3357 100644 --- a/common/lib/symmath/symmath/test_symmath_check.py +++ b/common/lib/symmath/symmath/test_symmath_check.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + from unittest import TestCase from .symmath_check import symmath_check diff --git a/common/lib/xmodule/setup.py b/common/lib/xmodule/setup.py index 49f6db3344..d5e332b7e3 100644 --- a/common/lib/xmodule/setup.py +++ b/common/lib/xmodule/setup.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + from setuptools import find_packages, setup diff --git a/common/lib/xmodule/xmodule/annotatable_module.py b/common/lib/xmodule/xmodule/annotatable_module.py index 004484ddee..d30c737864 100644 --- a/common/lib/xmodule/xmodule/annotatable_module.py +++ b/common/lib/xmodule/xmodule/annotatable_module.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + import logging import textwrap diff --git a/common/lib/xmodule/xmodule/annotator_mixin.py b/common/lib/xmodule/xmodule/annotator_mixin.py index f8bf3c19d0..23a0dc4520 100644 --- a/common/lib/xmodule/xmodule/annotator_mixin.py +++ b/common/lib/xmodule/xmodule/annotator_mixin.py @@ -2,7 +2,7 @@ Annotations Tool Mixin This file contains global variables and functions used in the various Annotation Tools. """ -from __future__ import absolute_import + from os.path import basename, splitext diff --git a/common/lib/xmodule/xmodule/assetstore/__init__.py b/common/lib/xmodule/xmodule/assetstore/__init__.py index c9c4f25d3a..7b4dd96c7e 100644 --- a/common/lib/xmodule/xmodule/assetstore/__init__.py +++ b/common/lib/xmodule/xmodule/assetstore/__init__.py @@ -2,7 +2,6 @@ Classes representing asset metadata. """ -from __future__ import absolute_import import json from datetime import datetime diff --git a/common/lib/xmodule/xmodule/assetstore/assetmgr.py b/common/lib/xmodule/xmodule/assetstore/assetmgr.py index da9b32493a..02af44787b 100644 --- a/common/lib/xmodule/xmodule/assetstore/assetmgr.py +++ b/common/lib/xmodule/xmodule/assetstore/assetmgr.py @@ -13,7 +13,6 @@ Note: Hotfix (PLAT-734) No asset calls find_asset_metadata, and directly accesse """ -from __future__ import absolute_import from contracts import contract, new_contract from opaque_keys.edx.keys import AssetKey diff --git a/common/lib/xmodule/xmodule/assetstore/tests/test_asset_xml.py b/common/lib/xmodule/xmodule/assetstore/tests/test_asset_xml.py index 10ef7cfbf5..baa1e5e61c 100644 --- a/common/lib/xmodule/xmodule/assetstore/tests/test_asset_xml.py +++ b/common/lib/xmodule/xmodule/assetstore/tests/test_asset_xml.py @@ -2,7 +2,6 @@ Test for asset XML generation / parsing. """ -from __future__ import absolute_import import unittest diff --git a/common/lib/xmodule/xmodule/backcompat_module.py b/common/lib/xmodule/xmodule/backcompat_module.py index 680f8b4781..cb9314f90e 100644 --- a/common/lib/xmodule/xmodule/backcompat_module.py +++ b/common/lib/xmodule/xmodule/backcompat_module.py @@ -1,7 +1,7 @@ """ These modules exist to translate old format XML into newer, semantic forms """ -from __future__ import absolute_import + import logging import traceback diff --git a/common/lib/xmodule/xmodule/capa_base.py b/common/lib/xmodule/xmodule/capa_base.py index cd5daa5218..45882b7abb 100644 --- a/common/lib/xmodule/xmodule/capa_base.py +++ b/common/lib/xmodule/xmodule/capa_base.py @@ -1,5 +1,5 @@ """Implements basics of Capa, including class CapaModule.""" -from __future__ import absolute_import + import copy import datetime @@ -441,6 +441,7 @@ class CapaMixin(ScorableXBlockMixin, CapaFields): }) def handle_fatal_lcp_error(self, error): + log.exception(u"LcpFatalError Encountered for {block}".format(block=str(self.location))) if error: return( HTML(u'

      Error formatting HTML for problem:

      {msg}

      ').format( @@ -557,7 +558,14 @@ class CapaMixin(ScorableXBlockMixin, CapaFields): `err` is the Exception encountered while rendering the problem HTML. """ - log.exception(text_type(err)) + problem_display_name = self.display_name_with_default + problem_location = text_type(self.location) + log.exception( + u"ProblemGetHtmlError: %r, %r, %s", + problem_display_name, + problem_location, + text_type(err) + ) # TODO (vshnayder): another switch on DEBUG. if self.runtime.DEBUG: @@ -613,9 +621,14 @@ class CapaMixin(ScorableXBlockMixin, CapaFields): html = warning try: html += self.lcp.get_html() - except Exception: + except Exception as error: # Couldn't do it. Give up. - log.exception("Unable to generate html from LoncapaProblem") + log.exception( + u"ProblemGetHtmlError: Unable to generate html from LoncapaProblem: %r, %r, %s", + problem_display_name, + problem_location, + text_type(error) + ) raise return html diff --git a/common/lib/xmodule/xmodule/capa_module.py b/common/lib/xmodule/xmodule/capa_module.py index 73dab43d00..3677b75669 100644 --- a/common/lib/xmodule/xmodule/capa_module.py +++ b/common/lib/xmodule/xmodule/capa_module.py @@ -1,5 +1,5 @@ """Implements basics of Capa, including class CapaModule.""" -from __future__ import absolute_import + import json import logging @@ -119,6 +119,20 @@ class ProblemBlock( shim_xmodule_js(fragment, 'Problem') return fragment + def public_view(self, context): + """ + Return the view seen by users who aren't logged in or who aren't + enrolled in the course. + """ + if getattr(self.runtime, 'suppports_state_for_anonymous_users', False): + # The new XBlock runtime can generally support capa problems for users who aren't logged in, so show the + # normal student_view. To prevent anonymous users from viewing specific problems, adjust course policies + # and/or content groups. + return self.student_view(context) + else: + # Show a message that this content requires users to login/enroll. + return super(ProblemBlock, self).public_view(context) + def author_view(self, context): """ Renders the Studio preview view. @@ -330,7 +344,7 @@ class ProblemBlock( def max_score(self): """ - Return the problem's max score + Return the problem's max score if problem is instantiated successfully, else return max score of 0. """ from capa.capa_problem import LoncapaProblem, LoncapaSystem capa_system = LoncapaSystem( @@ -349,16 +363,22 @@ class ProblemBlock( xqueue=None, matlab_api_key=None, ) - lcp = LoncapaProblem( - problem_text=self.data, - id=self.location.html_id(), - capa_system=capa_system, - capa_module=self, - state={}, - seed=1, - minimal_init=True, - ) - return lcp.get_max_score() + try: + lcp = LoncapaProblem( + problem_text=self.data, + id=self.location.html_id(), + capa_system=capa_system, + capa_module=self, + state={}, + seed=1, + minimal_init=True, + ) + except responsetypes.LoncapaProblemError: + log.exception(u"LcpFatalError for block {} while getting max score".format(str(self.location))) + maximum_score = 0 + else: + maximum_score = lcp.get_max_score() + return maximum_score def generate_report_data(self, user_state_iterator, limit_responses=None): """ diff --git a/common/lib/xmodule/xmodule/conditional_module.py b/common/lib/xmodule/xmodule/conditional_module.py index 64762cc690..cd45d7b835 100644 --- a/common/lib/xmodule/xmodule/conditional_module.py +++ b/common/lib/xmodule/xmodule/conditional_module.py @@ -2,7 +2,6 @@ some xmodules by conditions. """ -from __future__ import absolute_import import json import logging @@ -167,7 +166,7 @@ class ConditionalModule(ConditionalFields, XModule, StudioEditableModule): if module is not None: # We do not want to log when module is None, and it is when requester # does not have access to the requested required module. - log.warn('Error in conditional module: \ + log.warning('Error in conditional module: \ required module {module} has no {module_attr}'.format(module=module, module_attr=attr_name)) return False diff --git a/common/lib/xmodule/xmodule/contentstore/content.py b/common/lib/xmodule/xmodule/contentstore/content.py index 0842219b90..5810a4c0dd 100644 --- a/common/lib/xmodule/xmodule/contentstore/content.py +++ b/common/lib/xmodule/xmodule/contentstore/content.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + import logging import os diff --git a/common/lib/xmodule/xmodule/contentstore/django.py b/common/lib/xmodule/xmodule/contentstore/django.py index c17e72b984..dfbe512be5 100644 --- a/common/lib/xmodule/xmodule/contentstore/django.py +++ b/common/lib/xmodule/xmodule/contentstore/django.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + from importlib import import_module diff --git a/common/lib/xmodule/xmodule/contentstore/mongo.py b/common/lib/xmodule/xmodule/contentstore/mongo.py index ae747f97fa..4bdbf163fd 100644 --- a/common/lib/xmodule/xmodule/contentstore/mongo.py +++ b/common/lib/xmodule/xmodule/contentstore/mongo.py @@ -1,7 +1,7 @@ """ MongoDB/GridFS-level code for the contentstore. """ -from __future__ import absolute_import + import json import os @@ -56,7 +56,7 @@ class MongoContentStore(ContentStore): """ Closes any open connections to the underlying databases """ - self.fs_files.database.connection.close() + self.fs_files.database.client.close() def _drop_database(self, database=True, collections=True, connections=True): """ @@ -70,10 +70,10 @@ class MongoContentStore(ContentStore): If connections is True, then close the connection to the database as well. """ - connection = self.fs_files.database.connection + connection = self.fs_files.database.client if database: - connection.drop_database(self.fs_files.database) + connection.drop_database(self.fs_files.database.name) elif collections: self.fs_files.drop() self.chunks.drop() @@ -245,9 +245,9 @@ class MongoContentStore(ContentStore): ('{}.name'.format(prefix), {'$regex': ASSET_IGNORE_REGEX}), ]) items = self.fs_files.find(query) - assets_to_delete = assets_to_delete + items.count() for asset in items: self.fs.delete(asset[prefix]) + assets_to_delete += 1 self.fs_files.remove(query) return assets_to_delete @@ -320,15 +320,18 @@ class MongoContentStore(ContentStore): } }) - items = self.fs_files.aggregate(pipeline_stages) - if items['result']: - result = items['result'][0] - count = result['count'] - assets = list(result['results']) - else: - # no results - count = 0 - assets = [] + cursor = self.fs_files.aggregate(pipeline_stages) + # Set values if result of query is empty + count = 0 + assets = [] + try: + result = cursor.next() + if result: + count = result['count'] + assets = list(result['results']) + except StopIteration: + # Skip if no assets were returned + pass # We're constructing the asset key immediately after retrieval from the database so that # callers are insulated from knowing how our identifiers are stored. @@ -377,8 +380,8 @@ class MongoContentStore(ContentStore): raise AttributeError("{} is a protected attribute.".format(attr)) asset_db_key, __ = self.asset_db_key(location) # catch upsert error and raise NotFoundError if asset doesn't exist - result = self.fs_files.update({'_id': asset_db_key}, {"$set": attr_dict}, upsert=False) - if not result.get('updatedExisting', True): + result = self.fs_files.update_one({'_id': asset_db_key}, {"$set": attr_dict}, upsert=False) + if result.matched_count == 0: raise NotFoundError(asset_db_key) @autoretry_read() diff --git a/common/lib/xmodule/xmodule/contentstore/utils.py b/common/lib/xmodule/xmodule/contentstore/utils.py index b7c1413661..5231524c11 100644 --- a/common/lib/xmodule/xmodule/contentstore/utils.py +++ b/common/lib/xmodule/xmodule/contentstore/utils.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import, print_function + from xmodule.contentstore.content import StaticContent diff --git a/common/lib/xmodule/xmodule/course_metadata_utils.py b/common/lib/xmodule/xmodule/course_metadata_utils.py index c862356513..c90df652bc 100644 --- a/common/lib/xmodule/xmodule/course_metadata_utils.py +++ b/common/lib/xmodule/xmodule/course_metadata_utils.py @@ -5,7 +5,7 @@ This is a place to put simple functions that operate on course metadata. It allows us to share code between the CourseDescriptor and CourseOverview classes, which both need these type of functions. """ -from __future__ import absolute_import + from base64 import b32encode from datetime import datetime, timedelta @@ -201,7 +201,7 @@ def sorting_dates(start, advertised_start, announcement): start = dateutil.parser.parse(advertised_start) if start.tzinfo is None: start = start.replace(tzinfo=utc) - except (ValueError, AttributeError): + except (TypeError, ValueError, AttributeError): start = start now = datetime.now(utc) diff --git a/common/lib/xmodule/xmodule/course_module.py b/common/lib/xmodule/xmodule/course_module.py index 23e455fa92..4070592458 100644 --- a/common/lib/xmodule/xmodule/course_module.py +++ b/common/lib/xmodule/xmodule/course_module.py @@ -1,7 +1,7 @@ """ Django module container for classes and operations related to the "Course Module" content type """ -from __future__ import absolute_import + import json import logging @@ -22,6 +22,7 @@ from xblock.fields import Boolean, Dict, Float, Integer, List, Scope, String from openedx.core.djangoapps.site_configuration import helpers as configuration_helpers from openedx.core.djangoapps.video_pipeline.models import VideoUploadsEnabledByDefault from openedx.core.lib.license import LicenseMixin +from openedx.core.lib.teams_config import TeamsConfig, DEFAULT_COURSE_RUN_MAX_TEAM_SIZE from xmodule import course_metadata_utils from xmodule.course_metadata_utils import DEFAULT_GRADING_POLICY, DEFAULT_START_DATE from xmodule.graders import grader_from_conf @@ -270,6 +271,33 @@ def get_available_providers(): return available_providers +class TeamsConfigField(Dict): + """ + XBlock field for teams configuration, including definitions for teamsets. + + Serializes to JSON dictionary. + """ + _default = TeamsConfig({}) + + def from_json(self, value): + """ + Return a TeamsConfig instance from a dict. + """ + return TeamsConfig(value) + + def to_json(self, value): + """ + Convert a TeamsConfig instance back to a dict. + + If we have the data that was used to build the TeamsConfig instance, + return that instead of `value.cleaned_data`, thus preserving the + data in the form that the user entered it. + """ + if value.source_data is not None: + return value.source_data + return value.cleaned_data + + class CourseFields(object): lti_passports = List( display_name=_("LTI Passports"), @@ -796,7 +824,7 @@ class CourseFields(object): scope=Scope.settings ) - teams_configuration = Dict( + teams_configuration = TeamsConfigField( display_name=_("Teams Configuration"), # Translators: please don't translate "id". help=_( @@ -806,7 +834,10 @@ class CourseFields(object): 'closing square brackets. ' 'For example, to specify that teams should have a maximum of 5 participants and provide a list of ' '2 topics, enter the configuration in this format: {example_format}. ' + 'If no max_size is provided, it will default to {default_max}' 'In "id" values, the only supported special characters are underscore, hyphen, and period.' + # Note that we also support space (" "), which may have been an accident, but it's in + # our DB now. Let's not advertise the fact, though. ), help_format_args=dict( # Put the sample JSON into a format variable so that translators @@ -815,6 +846,7 @@ class CourseFields(object): '{"topics": [{"name": "Topic1Name", "description": "Topic1Description", "id": "Topic1ID"}, ' '{"name": "Topic2Name", "description": "Topic2Description", "id": "Topic2ID"}], "max_team_size": 5}' ), + default_max=str(DEFAULT_COURSE_RUN_MAX_TEAM_SIZE), ), scope=Scope.settings, ) @@ -1473,27 +1505,29 @@ class CourseDescriptor(CourseFields, SequenceDescriptor, LicenseMixin): @property def teams_enabled(self): """ - Returns whether or not teams has been enabled for this course. + Alias to `self.teams_configuration.is_enabled`, for convenience. - Currently, teams are considered enabled when at least one topic has been configured for the course. + Returns bool. """ - if self.teams_configuration: - return len(self.teams_configuration.get('topics', [])) > 0 - return False + return self.teams_configuration.is_enabled # pylint: disable=no-member @property - def teams_max_size(self): + def teamsets(self): """ - Returns the max size for teams if teams has been configured, else None. + Alias to `self.teams_configuration.teamsets`, for convenience. + + Returns list[TeamsetConfig]. """ - return self.teams_configuration.get('max_team_size', None) + return self.teams_configuration.teamsets # pylint: disable=no-member @property - def teams_topics(self): + def teamsets_by_id(self): """ - Returns the topics that have been configured for teams for this course, else None. + Alias to `self.teams_configuration.teamsets_by_id`, for convenience. + + Returns dict[str: TeamsetConfig]. """ - return self.teams_configuration.get('topics', None) + return self.teams_configuration.teamsets_by_id def set_user_partitions_for_scheme(self, partitions, scheme): """ diff --git a/common/lib/xmodule/xmodule/editing_module.py b/common/lib/xmodule/xmodule/editing_module.py index 53aad78c61..c32211584f 100644 --- a/common/lib/xmodule/xmodule/editing_module.py +++ b/common/lib/xmodule/xmodule/editing_module.py @@ -1,6 +1,5 @@ """Descriptors for XBlocks/Xmodules, that provide editing of atrributes""" -from __future__ import absolute_import import logging diff --git a/common/lib/xmodule/xmodule/edxnotes_utils.py b/common/lib/xmodule/xmodule/edxnotes_utils.py index 4bf0699283..8da0e83252 100644 --- a/common/lib/xmodule/xmodule/edxnotes_utils.py +++ b/common/lib/xmodule/xmodule/edxnotes_utils.py @@ -1,7 +1,7 @@ """ Utilities related to edXNotes. """ -from __future__ import absolute_import + import sys diff --git a/common/lib/xmodule/xmodule/error_module.py b/common/lib/xmodule/xmodule/error_module.py index f861d32419..604ba71f7d 100644 --- a/common/lib/xmodule/xmodule/error_module.py +++ b/common/lib/xmodule/xmodule/error_module.py @@ -3,7 +3,6 @@ Modules that get shown to the users when an error has occurred while loading or rendering other modules """ -from __future__ import absolute_import import hashlib import json diff --git a/common/lib/xmodule/xmodule/errortracker.py b/common/lib/xmodule/xmodule/errortracker.py index d30d7a2a15..c3a4113967 100644 --- a/common/lib/xmodule/xmodule/errortracker.py +++ b/common/lib/xmodule/xmodule/errortracker.py @@ -30,7 +30,7 @@ Patterns for using the error handler: NOTE: To avoid duplication, do not call the tracker on errors that you're about to re-raise---let the caller track them. """ -from __future__ import absolute_import + import logging import sys diff --git a/common/lib/xmodule/xmodule/fields.py b/common/lib/xmodule/xmodule/fields.py index 85ca94931f..188182d81f 100644 --- a/common/lib/xmodule/xmodule/fields.py +++ b/common/lib/xmodule/xmodule/fields.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + import datetime import logging diff --git a/common/lib/xmodule/xmodule/graders.py b/common/lib/xmodule/xmodule/graders.py index 4d91cad5e3..2690618f47 100644 --- a/common/lib/xmodule/xmodule/graders.py +++ b/common/lib/xmodule/xmodule/graders.py @@ -2,7 +2,6 @@ Code used to calculate learner grades. """ -from __future__ import absolute_import, division import abc import inspect diff --git a/common/lib/xmodule/xmodule/hidden_module.py b/common/lib/xmodule/xmodule/hidden_module.py index 80d37421f2..00d161b7f7 100644 --- a/common/lib/xmodule/xmodule/hidden_module.py +++ b/common/lib/xmodule/xmodule/hidden_module.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + from xmodule.raw_module import RawDescriptor from xmodule.x_module import XModule diff --git a/common/lib/xmodule/xmodule/html_checker.py b/common/lib/xmodule/xmodule/html_checker.py index 771f47aeaf..e6aae980b9 100644 --- a/common/lib/xmodule/xmodule/html_checker.py +++ b/common/lib/xmodule/xmodule/html_checker.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + from lxml import etree diff --git a/common/lib/xmodule/xmodule/html_module.py b/common/lib/xmodule/xmodule/html_module.py index 17010bcc79..70346486d1 100644 --- a/common/lib/xmodule/xmodule/html_module.py +++ b/common/lib/xmodule/xmodule/html_module.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + import copy import logging diff --git a/common/lib/xmodule/xmodule/js/spec/helper.js b/common/lib/xmodule/xmodule/js/spec/helper.js index 71ca1df6a3..19c614217e 100644 --- a/common/lib/xmodule/xmodule/js/spec/helper.js +++ b/common/lib/xmodule/xmodule/js/spec/helper.js @@ -266,4 +266,36 @@ this.description = description; this.specDefinitions = specDefinitions; }; + + // This HTML Fullscreen API mock should use promises or async functions + // as the spec defines. We do not use them here because we're locked + // in to a version of jasmine that doesn't fully support async functions + // or promises. This mock also assumes that if non-vendor prefixed methods + // and properties are missing, then we'll use mozilla prefixed names since + // automated tests happen in firefox. + jasmine.mockFullscreenAPI = function() { + var fullscreenElement; + var vendorChangeEvent = 'fullscreenEnabled' in document ? + 'fullscreenchange' : 'mozfullscreenchange'; + var vendorRequestFullscreen = 'requestFullscreen' in window.HTMLElement.prototype ? + 'requestFullscreen' : 'mozRequestFullScreen'; + var vendorExitFullscreen = 'exitFullscreen' in document ? + 'exitFullscreen' : 'mozCancelFullScreen'; + var vendorFullscreenElement = 'fullscreenEnabled' in document ? + 'fullscreenElement' : 'mozFullScreenElement'; + + spyOn(window.HTMLElement.prototype, vendorRequestFullscreen).and.callFake(function() { + fullscreenElement = this; + document.dispatchEvent(new Event(vendorChangeEvent)); + }); + + spyOn(document, vendorExitFullscreen).and.callFake(function() { + fullscreenElement = null; + document.dispatchEvent(new Event(vendorChangeEvent)); + }); + + spyOnProperty(document, vendorFullscreenElement).and.callFake(function() { + return fullscreenElement; + }); + }; }).call(this); diff --git a/common/lib/xmodule/xmodule/js/spec/html/edit_spec.js b/common/lib/xmodule/xmodule/js/spec/html/edit_spec.js index aeef2f111d..1da3f9ea1e 100644 --- a/common/lib/xmodule/xmodule/js/spec/html/edit_spec.js +++ b/common/lib/xmodule/xmodule/js/spec/html/edit_spec.js @@ -1,5 +1,5 @@ describe('HTMLEditingDescriptor', function() { - beforeEach(() => window.baseUrl = "/static/deadbeef"); + beforeEach(() => window.baseUrl = "/static/deadbeef/"); afterEach(() => delete window.baseUrl); describe('Visual HTML Editor', function() { beforeEach(function() { @@ -40,6 +40,18 @@ describe('HTMLEditingDescriptor', function() { expect(visualEditorStub.getContent()).toEqual('text /c4x/foo/bar/asset/image.jpg'); }); it('Enables spellcheck', () => expect($('.html-editor iframe')[0].contentDocument.body.spellcheck).toBe(true)); + it('Retains ascii characters', function() { + const editorData = 'fóó'; + const expectedData = '

      fóó

      ' + + this.descriptor.getVisualEditor().setContent(editorData) + const savedContent = this.descriptor.getVisualEditor().getContent() + expect(savedContent).toEqual(expectedData); + }); + it('Editor base URL does not contain double slash', function(){ + const editor = this.descriptor.getVisualEditor(); + expect(editor.editorManager.baseURL).not.toContain('//'); + }); }); describe('Raw HTML Editor', function() { beforeEach(function() { diff --git a/common/lib/xmodule/xmodule/js/spec/video/video_context_menu_spec.js b/common/lib/xmodule/xmodule/js/spec/video/video_context_menu_spec.js index eb2d414702..f694ec440f 100644 --- a/common/lib/xmodule/xmodule/js/spec/video/video_context_menu_spec.js +++ b/common/lib/xmodule/xmodule/js/spec/video/video_context_menu_spec.js @@ -173,6 +173,7 @@ describe('when video is right-clicked', function() { beforeEach(function() { state = jasmine.initializePlayer(); + jasmine.mockFullscreenAPI(); openMenu(); }); diff --git a/common/lib/xmodule/xmodule/js/spec/video/video_full_screen_spec.js b/common/lib/xmodule/xmodule/js/spec/video/video_full_screen_spec.js index 0308f92c30..476f63fe46 100644 --- a/common/lib/xmodule/xmodule/js/spec/video/video_full_screen_spec.js +++ b/common/lib/xmodule/xmodule/js/spec/video/video_full_screen_spec.js @@ -19,6 +19,7 @@ describe('constructor', function() { beforeEach(function() { state = jasmine.initializePlayer(); + jasmine.mockFullscreenAPI(); }); it('renders the fullscreen control', function() { @@ -69,9 +70,9 @@ }); it('can update video dimensions on state change', function() { - state.el.trigger('fullscreen', [true]); + state.videoFullScreen.enter(); expect(state.resizer.setMode).toHaveBeenCalledWith('both'); - state.el.trigger('fullscreen', [false]); + state.videoFullScreen.exit(); expect(state.resizer.setMode).toHaveBeenCalledWith('width'); }); @@ -88,9 +89,10 @@ }); state = jasmine.initializePlayer(); - $(state.el).trigger('fullscreen'); + state.videoFullScreen.enter(); expect(state.videoFullScreen.height).toBe(150); + state.videoFullScreen.exit(); }); }); }).call(this); diff --git a/common/lib/xmodule/xmodule/js/spec/video/video_player_spec.js b/common/lib/xmodule/xmodule/js/spec/video/video_player_spec.js index 86c1d5f60f..498e82de04 100644 --- a/common/lib/xmodule/xmodule/js/spec/video/video_player_spec.js +++ b/common/lib/xmodule/xmodule/js/spec/video/video_player_spec.js @@ -714,6 +714,7 @@ function(VideoPlayer, HLS, _) { describe('when the video player is not full screen', function() { beforeEach(function() { state = jasmine.initializePlayer(); + jasmine.mockFullscreenAPI(); state.videoEl = $('video, iframe'); spyOn($.fn, 'trigger').and.callThrough(); $('.add-fullscreen').click(); @@ -733,12 +734,10 @@ function(VideoPlayer, HLS, _) { describe('when the video player already full screen', function() { beforeEach(function() { state = jasmine.initializePlayer(); + jasmine.mockFullscreenAPI(); state.videoEl = $('video, iframe'); spyOn($.fn, 'trigger').and.callThrough(); - state.el.addClass('video-fullscreen'); - state.videoFullScreen.fullScreenState = true; - state.videoFullScreen.isFullScreen = true; - state.videoFullScreen.fullScreenEl.attr('title', 'Exit-fullscreen'); + state.videoFullScreen.enter(); $('.add-fullscreen').click(); }); diff --git a/common/lib/xmodule/xmodule/js/spec/video/video_progress_slider_spec.js b/common/lib/xmodule/xmodule/js/spec/video/video_progress_slider_spec.js index 059ad032dd..0bf6ae39b1 100644 --- a/common/lib/xmodule/xmodule/js/spec/video/video_progress_slider_spec.js +++ b/common/lib/xmodule/xmodule/js/spec/video/video_progress_slider_spec.js @@ -30,7 +30,8 @@ min: 0, max: null, slide: state.videoProgressSlider.onSlide, - stop: state.videoProgressSlider.onStop + stop: state.videoProgressSlider.onStop, + step: 5 }); }); diff --git a/common/lib/xmodule/xmodule/js/src/html/edit.js b/common/lib/xmodule/xmodule/js/src/html/edit.js index 4945b8878e..a86cf21cf8 100644 --- a/common/lib/xmodule/xmodule/js/src/html/edit.js +++ b/common/lib/xmodule/xmodule/js/src/html/edit.js @@ -50,6 +50,7 @@ this.saveImage = bind(this.saveImage, this); this.editImage = bind(this.editImage, this); this.setupTinyMCE = bind(this.setupTinyMCE, this); + this.cancelButton = bind(this.cancelButton, this); var tiny_mce_css_links; this.element = element; this.base_asset_url = this.element.find("#editor-tab").data('base-asset-url'); @@ -87,7 +88,7 @@ This is a workaround for the fact that tinyMCE's baseURL property is not getting correctly set on AWS instances (like sandbox). It is not necessary to explicitly set baseURL when running locally. */ - tinyMCE.baseURL = baseUrl + "/js/vendor/tinymce/js/tinymce"; + tinyMCE.baseURL = baseUrl + "js/vendor/tinymce/js/tinymce"; /* This is necessary for the LMS bulk e-mail acceptance test. In that particular scenario, @@ -95,11 +96,12 @@ */ tinyMCE.suffix = ".min"; this.tiny_mce_textarea = $(".tiny-mce", this.element).tinymce({ - script_url: baseUrl + "/js/vendor/tinymce/js/tinymce/tinymce.full.min.js", + script_url: baseUrl + "js/vendor/tinymce/js/tinymce/tinymce.full.min.js", font_formats: _getFonts(), theme: "modern", skin: 'studio-tmce4', schema: "html5", + entity_encoding: "raw", /* Necessary to preserve relative URLs to our images. @@ -124,7 +126,7 @@ visual: false, plugins: "textcolor, link, image, codemirror", codemirror: { - path: baseUrl + "/js/vendor" + path: baseUrl + "js/vendor" }, image_advtab: true, @@ -135,14 +137,16 @@ "alignleft aligncenter alignright alignjustify | " + "bullist numlist outdent indent blockquote | link unlink " + ((this.new_image_modal ? 'insertImage' : 'image') + " | code"), - block_formats: interpolate("%(paragraph)s=p;%(preformatted)s=pre;%(heading3)s=h3;%(heading4)s=h4;%(heading5)s=h5;%(heading6)s=h6", { - paragraph: gettext("Paragraph"), - preformatted: gettext("Preformatted"), - heading3: gettext("Heading 3"), - heading4: gettext("Heading 4"), - heading5: gettext("Heading 5"), - heading6: gettext("Heading 6") - }, true), + block_formats: edx.StringUtils.interpolate( + gettext("{paragraph}=p;{preformatted}=pre;{heading3}=h3;{heading4}=h4;{heading5}=h5;{heading6}=h6"), + { + paragraph: gettext("Paragraph"), + preformatted: gettext("Preformatted"), + heading3: gettext("Heading 3"), + heading4: gettext("Heading 4"), + heading5: gettext("Heading 5"), + heading6: gettext("Heading 6") + }), width: '100%', height: '400px', menubar: false, @@ -1200,7 +1204,7 @@ Translators: this is a toolbar button tooltip from the raw HTML editor displayed in the browser when a user needs to edit HTML */ title: gettext('Code block'), - image: baseUrl + "/images/ico-tinymce-code.png", + image: baseUrl + "images/ico-tinymce-code.png", onclick: function() { return ed.formatter.toggle('code'); } @@ -1227,6 +1231,7 @@ ed.on('EditLink', this.editLink); ed.on('ShowCodeEditor', this.showCodeEditor); ed.on('SaveCodeEditor', this.saveCodeEditor); + $(".action-cancel").on('click', this.cancelButton) this.imageModal.on('closeModal', this.closeImageModal); return this.imageModal.on('submitForm', this.editImageSubmit); @@ -1378,11 +1383,22 @@ if (text === void 0) { text = this.advanced_editor.getValue(); } + this.unbindSubmitEventFromImageEditor() return { data: text }; }; + HTMLEditingDescriptor.prototype.cancelButton = function () { + this.unbindSubmitEventFromImageEditor() + }; + + HTMLEditingDescriptor.prototype.unbindSubmitEventFromImageEditor = function () { + /* + Unbinds events on cancel/save button of image editor. + */ + if (this.imageModal) this.imageModal.off('submitForm') + }; return HTMLEditingDescriptor; })(); diff --git a/common/lib/xmodule/xmodule/js/src/sequence/display.js b/common/lib/xmodule/xmodule/js/src/sequence/display.js index 85371987f7..06f519bd35 100644 --- a/common/lib/xmodule/xmodule/js/src/sequence/display.js +++ b/common/lib/xmodule/xmodule/js/src/sequence/display.js @@ -252,7 +252,7 @@ // update the data-attributes with latest contents only for updated problems. this.content_container - .html(currentTab.text()) + .html(currentTab.text()) // xss-lint: disable=javascript-jquery-html .attr('aria-labelledby', currentTab.attr('aria-labelledby')) .data('bookmarked', bookmarked); @@ -294,6 +294,9 @@ // Links from courseware ..., was .target_tab if ($(event.currentTarget).hasClass('seqnav')) { newPosition = $(event.currentTarget).attr('href'); + } else if ($(event.currentTarget).data('href') !== undefined) { + location.href = $(event.currentTarget).data('href'); + return true; // Tab links generated by backend template } else { newPosition = $(event.currentTarget).data('element'); @@ -326,6 +329,7 @@ this.render(newPosition); } else { alertTemplate = gettext('Sequence error! Cannot navigate to %(tab_name)s in the current SequenceModule. Please contact the course staff.'); // eslint-disable-line max-len + // xss-lint: disable=javascript-interpolate alertText = interpolate(alertTemplate, { tab_name: newPosition }, true); diff --git a/common/lib/xmodule/xmodule/js/src/video/01_initialize.js b/common/lib/xmodule/xmodule/js/src/video/01_initialize.js index 4165a1b04d..6051cc4286 100644 --- a/common/lib/xmodule/xmodule/js/src/video/01_initialize.js +++ b/common/lib/xmodule/xmodule/js/src/video/01_initialize.js @@ -723,12 +723,20 @@ function(VideoPlayer, i18n, moment, _) { } function getVideoMetadata(url, callback) { + var youTubeEndpoint; if (!(_.isString(url))) { url = this.videos['1.0'] || ''; } // Will hit the API URL to get the youtube video metadata. + youTubeEndpoint = this.config.ytMetadataEndpoint; // The new runtime supports anonymous users + // and uses an XBlock handler to get YouTube metadata + if (!youTubeEndpoint) { + // The old runtime has a full/separate LMS API for getting YouTube metadata, but it doesn't + // support anonymous users nor videos that play in a sandboxed iframe. + youTubeEndpoint = [this.config.lmsRootURL, '/courses/yt_video_metadata', '?id=', url].join(''); + } return $.ajax({ - url: [this.config.lmsRootURL, '/courses/yt_video_metadata', '?id=', url].join(''), + url: youTubeEndpoint, success: _.isFunction(callback) ? callback : null, error: function() { console.warn( diff --git a/common/lib/xmodule/xmodule/js/src/video/04_video_full_screen.js b/common/lib/xmodule/xmodule/js/src/video/04_video_full_screen.js index b734d8d40d..1737662c84 100644 --- a/common/lib/xmodule/xmodule/js/src/video/04_video_full_screen.js +++ b/common/lib/xmodule/xmodule/js/src/video/04_video_full_screen.js @@ -11,82 +11,133 @@ '' ].join(''); - // VideoControl() function - what this module "exports". - return function(state) { - var dfd = $.Deferred(); + // The following properties and functions enable cross-browser use of the + // the Fullscreen Web API. + // + // function getVendorPrefixed(property) + // function getFullscreenElement() + // function exitFullscreen() + // function requestFullscreen(element, options) + // + // For more information about the Fullscreen Web API see MDN: + // https://developer.mozilla.org/en-US/docs/Web/API/Fullscreen_API + var prefixedFullscreenProperties = (function() { + if ('fullscreenEnabled' in document) { + return { + fullscreenElement: 'fullscreenElement', + fullscreenEnabled: 'fullscreenEnabled', + requestFullscreen: 'requestFullscreen', + exitFullscreen: 'exitFullscreen', + fullscreenchange: 'fullscreenchange', + fullscreenerror: 'fullscreenerror' + }; + } + if ('webkitFullscreenEnabled' in document) { + return { + fullscreenElement: 'webkitFullscreenElement', + fullscreenEnabled: 'webkitFullscreenEnabled', + requestFullscreen: 'webkitRequestFullscreen', + exitFullscreen: 'webkitExitFullscreen', + fullscreenchange: 'webkitfullscreenchange', + fullscreenerror: 'webkitfullscreenerror' + }; + } + if ('mozFullScreenEnabled' in document) { + return { + fullscreenElement: 'mozFullScreenElement', + fullscreenEnabled: 'mozFullScreenEnabled', + requestFullscreen: 'mozRequestFullScreen', + exitFullscreen: 'mozCancelFullScreen', + fullscreenchange: 'mozfullscreenchange', + fullscreenerror: 'mozfullscreenerror' + }; + } + if ('msFullscreenEnabled' in document) { + return { + fullscreenElement: 'msFullscreenElement', + fullscreenEnabled: 'msFullscreenEnabled', + requestFullscreen: 'msRequestFullscreen', + exitFullscreen: 'msExitFullscreen', + fullscreenchange: 'MSFullscreenChange', + fullscreenerror: 'MSFullscreenError' + }; + } + return {}; + }()); - state.videoFullScreen = {}; + function getVendorPrefixed(property) { + return prefixedFullscreenProperties[property]; + } - _makeFunctionsPublic(state); - _renderElements(state); - _bindHandlers(state); + function getFullscreenElement() { + return document[getVendorPrefixed('fullscreenElement')]; + } - dfd.resolve(); - return dfd.promise(); - }; + function exitFullscreen() { + if (document[getVendorPrefixed('exitFullscreen')]) { + return document[getVendorPrefixed('exitFullscreen')](); + } + return null; + } + + function requestFullscreen(element, options) { + if (element[getVendorPrefixed('requestFullscreen')]) { + return element[getVendorPrefixed('requestFullscreen')](options); + } + return null; + } // *************************************************************** // Private functions start here. // *************************************************************** - // function _makeFunctionsPublic(state) - // - // Functions which will be accessible via 'state' object. When called, these functions will - // get the 'state' object as a context. - function _makeFunctionsPublic(state) { - var methodsDict = { - destroy: destroy, - enter: enter, - exitHandler: exitHandler, - exit: exit, - onFullscreenChange: onFullscreenChange, - toggle: toggle, - toggleHandler: toggleHandler, - updateControlsHeight: updateControlsHeight - }; - - state.bindTo(methodsDict, state.videoFullScreen, state); - } - function destroy() { $(document).off('keyup', this.videoFullScreen.exitHandler); this.videoFullScreen.fullScreenEl.remove(); this.el.off({ - fullscreen: this.videoFullScreen.onFullscreenChange, destroy: this.videoFullScreen.destroy }); + document.removeEventListener( + getVendorPrefixed('fullscreenchange'), + this.videoFullScreen.handleFullscreenChange + ); if (this.isFullScreen) { this.videoFullScreen.exit(); } delete this.videoFullScreen; } - // function _renderElements(state) + // function renderElements(state) // // Create any necessary DOM elements, attach them, and set their initial configuration. Also // make the created DOM elements available via the 'state' object. Much easier to work this // way - you don't have to do repeated jQuery element selects. - function _renderElements(state) { + function renderElements(state) { + /* eslint-disable no-param-reassign */ state.videoFullScreen.fullScreenEl = $(template); state.videoFullScreen.sliderEl = state.el.find('.slider'); state.videoFullScreen.fullScreenState = false; HtmlUtils.append(state.el.find('.secondary-controls'), HtmlUtils.HTML(state.videoFullScreen.fullScreenEl)); state.videoFullScreen.updateControlsHeight(); + /* eslint-enable no-param-reassign */ } - // function _bindHandlers(state) + // function bindHandlers(state) // // Bind any necessary function callbacks to DOM events (click, mousemove, etc.). - function _bindHandlers(state) { + function bindHandlers(state) { state.videoFullScreen.fullScreenEl.on('click', state.videoFullScreen.toggleHandler); state.el.on({ - fullscreen: state.videoFullScreen.onFullscreenChange, destroy: state.videoFullScreen.destroy }); $(document).on('keyup', state.videoFullScreen.exitHandler); + document.addEventListener( + getVendorPrefixed('fullscreenchange'), + state.videoFullScreen.handleFullscreenChange + ); } - function _getControlsHeight(controls, slider) { + function getControlsHeight(controls, slider) { return controls.height() + 0.5 * slider.height(); } @@ -96,26 +147,17 @@ // The magic private function that makes them available and sets up their context is makeFunctionsPublic(). // *************************************************************** - function onFullscreenChange(event, isFullScreen) { - var height = this.videoFullScreen.updateControlsHeight(); - - if (isFullScreen) { - this.resizer - .delta - .substract(height, 'height') - .setMode('both'); - } else { - this.resizer - .delta - .reset() - .setMode('width'); + function handleFullscreenChange() { + if (getFullscreenElement() !== this.el[0] && this.isFullScreen) { + // The video was fullscreen so this event must relate to this video + this.videoFullScreen.handleExit(); } } function updateControlsHeight() { var controls = this.el.find('.video-controls'), slider = this.videoFullScreen.sliderEl; - this.videoFullScreen.height = _getControlsHeight(controls, slider); + this.videoFullScreen.height = getControlsHeight(controls, slider); return this.videoFullScreen.height; } @@ -128,9 +170,13 @@ this.videoCommands.execute('toggleFullScreen'); } - function exit() { - var fullScreenClassNameEl = this.el.add(document.documentElement), - closedCaptionsEl = this.el.find('.closed-captions'); + function handleExit() { + var fullScreenClassNameEl = this.el.add(document.documentElement); + var closedCaptionsEl = this.el.find('.closed-captions'); + + if (this.isFullScreen === false) { + return; + } this.videoFullScreen.fullScreenState = this.isFullScreen = false; fullScreenClassNameEl.removeClass('video-fullscreen'); @@ -141,20 +187,21 @@ .removeClass('fa-compress') .addClass('fa-arrows-alt'); + $(closedCaptionsEl).css({top: '70%', left: '5%'}); + if (this.resizer) { + this.resizer.delta.reset().setMode('width'); + } this.el.trigger('fullscreen', [this.isFullScreen]); - - $(closedCaptionsEl).css({ - top: '70%', - left: '5%' - }); } - function enter() { - var fullScreenClassNameEl = this.el.add(document.documentElement), - closedCaptionsEl = this.el.find('.closed-captions'); + function handleEnter() { + var fullScreenClassNameEl = this.el.add(document.documentElement); + var closedCaptionsEl = this.el.find('.closed-captions'); + + if (this.isFullScreen === true) { + return; + } - this.scrollPos = $(window).scrollTop(); - $(window).scrollTop(0); this.videoFullScreen.fullScreenState = this.isFullScreen = true; fullScreenClassNameEl.addClass('video-fullscreen'); this.videoFullScreen.fullScreenEl @@ -163,12 +210,26 @@ .removeClass('fa-arrows-alt') .addClass('fa-compress'); + $(closedCaptionsEl).css({top: '70%', left: '5%'}); + if (this.resizer) { + this.resizer.delta.substract(this.videoFullScreen.updateControlsHeight(), 'height').setMode('both'); + } this.el.trigger('fullscreen', [this.isFullScreen]); + } - $(closedCaptionsEl).css({ - top: '70%', - left: '5%' - }); + function exit() { + if (getFullscreenElement() === this.el[0]) { + exitFullscreen(); + } else { + // Else some other element is fullscreen or the fullscreen api does not exist. + this.videoFullScreen.handleExit(); + } + } + + function enter() { + this.scrollPos = $(window).scrollTop(); + this.videoFullScreen.handleEnter(); + requestFullscreen(this.el[0]); } /** Toggle fullscreen mode. */ @@ -190,5 +251,41 @@ this.videoCommands.execute('toggleFullScreen'); } } + + // function makeFunctionsPublic(state) + // + // Functions which will be accessible via 'state' object. When called, these functions will + // get the 'state' object as a context. + function makeFunctionsPublic(state) { + var methodsDict = { + destroy: destroy, + enter: enter, + exit: exit, + exitHandler: exitHandler, + handleExit: handleExit, + handleEnter: handleEnter, + handleFullscreenChange: handleFullscreenChange, + toggle: toggle, + toggleHandler: toggleHandler, + updateControlsHeight: updateControlsHeight + }; + + state.bindTo(methodsDict, state.videoFullScreen, state); + } + + // VideoControl() function - what this module "exports". + return function(state) { + var dfd = $.Deferred(); + + // eslint-disable-next-line no-param-reassign + state.videoFullScreen = {}; + + makeFunctionsPublic(state); + renderElements(state); + bindHandlers(state); + + dfd.resolve(); + return dfd.promise(); + }; }); }(RequireJS.define)); diff --git a/common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js b/common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js index af04bbe164..df7ac15e08 100644 --- a/common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js +++ b/common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js @@ -120,6 +120,7 @@ function() { edx.HtmlUtils.HTML('
      ') ); + // xss-lint: disable=javascript-jquery-append this.videoProgressSlider.el.append(sliderContents.text); this.videoProgressSlider.slider = this.videoProgressSlider.el @@ -128,7 +129,8 @@ function() { min: this.config.startTime, max: this.config.endTime, slide: this.videoProgressSlider.onSlide, - stop: this.videoProgressSlider.onStop + stop: this.videoProgressSlider.onStop, + step: 5 }); this.videoProgressSlider.sliderProgress = this.videoProgressSlider @@ -327,6 +329,7 @@ function() { msg = ngettext('%(value)s second', '%(value)s seconds', value); break; } + // xss-lint: disable=javascript-interpolate return interpolate(msg, {value: value}, true); }; diff --git a/common/lib/xmodule/xmodule/js/src/video/09_video_caption.js b/common/lib/xmodule/xmodule/js/src/video/09_video_caption.js index aa638cf938..af67bef637 100644 --- a/common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +++ b/common/lib/xmodule/xmodule/js/src/video/09_video_caption.js @@ -36,13 +36,15 @@ 'previousLanguageMenuItem', 'nextLanguageMenuItem', 'handleCaptionToggle', 'showClosedCaptions', 'hideClosedCaptions', 'toggleClosedCaptions', 'updateCaptioningCookie', 'handleCaptioningCookie', 'handleTranscriptToggle', - 'listenForDragDrop' + 'listenForDragDrop', 'handleTranscriptCookie', 'updateTranscriptCookie' ); + this.state = state; this.state.videoCaption = this; this.renderElements(); this.handleCaptioningCookie(); this.listenForDragDrop(); + this.handleTranscriptCookie(); return $.Deferred().resolve().promise(); }; @@ -1142,11 +1144,12 @@ */ toggle: function(event) { event.preventDefault(); - if (this.state.el.hasClass('closed')) { this.hideCaptions(false, true, true); + this.updateTranscriptCookie(true); } else { this.hideCaptions(true, true, true); + this.updateTranscriptCookie(false); } }, @@ -1232,6 +1235,31 @@ }); } }, + handleTranscriptCookie: function() { + if ($.cookie('show_transcript') === null) { + return; + } + if ($.cookie('show_transcript') !== 'false') { + this.state.hideCaptions = false; + // keep it going until turned off or in case of null initially change to true + this.updateTranscriptCookie(true); + } else { + this.state.hideCaptions = true; + } + this.hideCaptions(this.state.hideCaptions, true, true); + }, + updateTranscriptCookie: function(showTranscript) { + if (showTranscript) { + $.cookie('show_transcript', 'true', { + expires: 3650, + path: '/' + }); + } else { + $.cookie('show_transcript', 'false', { + path: '/' + }); + } + }, listenForDragDrop: function() { var captions = this.captionDisplayEl['0']; diff --git a/common/lib/xmodule/xmodule/library_content_module.py b/common/lib/xmodule/xmodule/library_content_module.py index beb1377fe9..963efcad75 100644 --- a/common/lib/xmodule/xmodule/library_content_module.py +++ b/common/lib/xmodule/xmodule/library_content_module.py @@ -2,7 +2,7 @@ """ LibraryContent: The XBlock used to include blocks from a library in a course. """ -from __future__ import absolute_import + import json import logging diff --git a/common/lib/xmodule/xmodule/library_root_xblock.py b/common/lib/xmodule/xmodule/library_root_xblock.py index 17b2c856df..ff25bce6c8 100644 --- a/common/lib/xmodule/xmodule/library_root_xblock.py +++ b/common/lib/xmodule/xmodule/library_root_xblock.py @@ -1,7 +1,7 @@ """ 'library' XBlock (LibraryRoot) """ -from __future__ import absolute_import + import logging import six diff --git a/common/lib/xmodule/xmodule/library_tools.py b/common/lib/xmodule/xmodule/library_tools.py index 1156f0f787..cda300be0f 100644 --- a/common/lib/xmodule/xmodule/library_tools.py +++ b/common/lib/xmodule/xmodule/library_tools.py @@ -1,7 +1,7 @@ """ XBlock runtime services for LibraryContentModule """ -from __future__ import absolute_import + import six from django.core.exceptions import PermissionDenied diff --git a/common/lib/xmodule/xmodule/lti_2_util.py b/common/lib/xmodule/xmodule/lti_2_util.py index 0e15fd1f8b..85747fc304 100644 --- a/common/lib/xmodule/xmodule/lti_2_util.py +++ b/common/lib/xmodule/xmodule/lti_2_util.py @@ -3,7 +3,7 @@ A mixin class for LTI 2.0 functionality. This is really just done to refactor the code to keep the LTIModule class from getting too big """ -from __future__ import absolute_import + import base64 import hashlib @@ -18,6 +18,7 @@ from oauthlib.oauth1 import Client from six import text_type from webob import Response from xblock.core import XBlock +from openedx.core.lib.grade_utils import round_away_from_zero log = logging.getLogger(__name__) @@ -177,7 +178,7 @@ class LTI20ModuleMixin(object): return Response(json.dumps(base_json_obj).encode('utf-8'), content_type=LTI_2_0_JSON_CONTENT_TYPE) # Fall through to returning grade and comment - base_json_obj['resultScore'] = round(self.module_score, 2) + base_json_obj['resultScore'] = round_away_from_zero(self.module_score, 2) base_json_obj['comment'] = self.score_comment return Response(json.dumps(base_json_obj).encode('utf-8'), content_type=LTI_2_0_JSON_CONTENT_TYPE) diff --git a/common/lib/xmodule/xmodule/lti_module.py b/common/lib/xmodule/xmodule/lti_module.py index 73f7199069..e201d6f93c 100644 --- a/common/lib/xmodule/xmodule/lti_module.py +++ b/common/lib/xmodule/xmodule/lti_module.py @@ -53,7 +53,6 @@ What is supported: GET / PUT / DELETE HTTP methods respectively """ -from __future__ import absolute_import import base64 import datetime diff --git a/common/lib/xmodule/xmodule/mako_module.py b/common/lib/xmodule/xmodule/mako_module.py index 651d43343c..bc39da82c8 100644 --- a/common/lib/xmodule/xmodule/mako_module.py +++ b/common/lib/xmodule/xmodule/mako_module.py @@ -1,7 +1,7 @@ """ Code to handle mako templating for XModules and XBlocks. """ -from __future__ import absolute_import + from web_fragments.fragment import Fragment diff --git a/common/lib/xmodule/xmodule/modulestore/__init__.py b/common/lib/xmodule/xmodule/modulestore/__init__.py index 1d72ef9169..785beb9556 100644 --- a/common/lib/xmodule/xmodule/modulestore/__init__.py +++ b/common/lib/xmodule/xmodule/modulestore/__init__.py @@ -3,7 +3,6 @@ This module provides an abstraction for working with XModuleDescriptors that are stored in a database an accessible using their Location as an identifier """ -from __future__ import absolute_import import datetime import logging diff --git a/common/lib/xmodule/xmodule/modulestore/django.py b/common/lib/xmodule/xmodule/modulestore/django.py index 053b01a6b9..47b15961be 100644 --- a/common/lib/xmodule/xmodule/modulestore/django.py +++ b/common/lib/xmodule/xmodule/modulestore/django.py @@ -4,7 +4,6 @@ Module that provides a connection to the ModuleStore specified in the django set Passes settings.MODULESTORE as kwargs to MongoModuleStore """ -from __future__ import absolute_import from importlib import import_module import gettext @@ -369,7 +368,7 @@ class ModuleI18nService(object): if block: xblock_class = getattr(block, 'unmixed_class', block.__class__) xblock_resource = xblock_class.__module__ - xblock_locale_dir = '/translations' + xblock_locale_dir = 'translations' xblock_locale_path = resource_filename(xblock_resource, xblock_locale_dir) xblock_domain = 'text' selected_language = get_language() diff --git a/common/lib/xmodule/xmodule/modulestore/draft.py b/common/lib/xmodule/xmodule/modulestore/draft.py index 7000505243..166c37c75f 100644 --- a/common/lib/xmodule/xmodule/modulestore/draft.py +++ b/common/lib/xmodule/xmodule/modulestore/draft.py @@ -5,6 +5,6 @@ This modulestore has been moved to xmodule.modulestore.mongo.draft """ # pylint: disable=unused-import -from __future__ import absolute_import + from xmodule.modulestore.mongo.draft import DraftModuleStore diff --git a/common/lib/xmodule/xmodule/modulestore/draft_and_published.py b/common/lib/xmodule/xmodule/modulestore/draft_and_published.py index 2f583cd7ca..8cd3a28d40 100644 --- a/common/lib/xmodule/xmodule/modulestore/draft_and_published.py +++ b/common/lib/xmodule/xmodule/modulestore/draft_and_published.py @@ -2,7 +2,6 @@ This module provides an abstraction for Module Stores that support Draft and Published branches. """ -from __future__ import absolute_import import logging import threading diff --git a/common/lib/xmodule/xmodule/modulestore/edit_info.py b/common/lib/xmodule/xmodule/modulestore/edit_info.py index 8719d40b2e..aeb5314a00 100644 --- a/common/lib/xmodule/xmodule/modulestore/edit_info.py +++ b/common/lib/xmodule/xmodule/modulestore/edit_info.py @@ -1,7 +1,7 @@ """ Access methods to get EditInfo for xblocks """ -from __future__ import absolute_import + from abc import ABCMeta, abstractmethod diff --git a/common/lib/xmodule/xmodule/modulestore/inheritance.py b/common/lib/xmodule/xmodule/modulestore/inheritance.py index 9050f19b16..97ba822307 100644 --- a/common/lib/xmodule/xmodule/modulestore/inheritance.py +++ b/common/lib/xmodule/xmodule/modulestore/inheritance.py @@ -1,7 +1,7 @@ """ Support for inheritance of fields down an XBlock hierarchy. """ -from __future__ import absolute_import + from django.utils import timezone diff --git a/common/lib/xmodule/xmodule/modulestore/mixed.py b/common/lib/xmodule/xmodule/modulestore/mixed.py index e9eabb5272..6297888c6d 100644 --- a/common/lib/xmodule/xmodule/modulestore/mixed.py +++ b/common/lib/xmodule/xmodule/modulestore/mixed.py @@ -5,7 +5,6 @@ In this way, courses can be served up via either SplitMongoModuleStore or MongoM """ -from __future__ import absolute_import import functools import itertools diff --git a/common/lib/xmodule/xmodule/modulestore/modulestore_settings.py b/common/lib/xmodule/xmodule/modulestore/modulestore_settings.py index bb17d59406..3ce3b5234f 100644 --- a/common/lib/xmodule/xmodule/modulestore/modulestore_settings.py +++ b/common/lib/xmodule/xmodule/modulestore/modulestore_settings.py @@ -2,7 +2,6 @@ This file contains helper functions for configuring module_store_setting settings and support for backward compatibility with older formats. """ -from __future__ import absolute_import import copy import warnings diff --git a/common/lib/xmodule/xmodule/modulestore/mongo/__init__.py b/common/lib/xmodule/xmodule/modulestore/mongo/__init__.py index 584ed10283..4fc645a4ca 100644 --- a/common/lib/xmodule/xmodule/modulestore/mongo/__init__.py +++ b/common/lib/xmodule/xmodule/modulestore/mongo/__init__.py @@ -2,7 +2,6 @@ Provide names as exported by older mongo.py module """ -from __future__ import absolute_import from xmodule.modulestore.mongo.base import MongoKeyValueStore, MongoModuleStore # Backwards compatibility for prod systems that refererence diff --git a/common/lib/xmodule/xmodule/modulestore/mongo/base.py b/common/lib/xmodule/xmodule/modulestore/mongo/base.py index bd3c5b5264..2a6a0336d9 100644 --- a/common/lib/xmodule/xmodule/modulestore/mongo/base.py +++ b/common/lib/xmodule/xmodule/modulestore/mongo/base.py @@ -11,7 +11,7 @@ structure: 'definition.children': } """ -from __future__ import absolute_import + import copy import logging @@ -603,14 +603,7 @@ class MongoModuleStore(ModuleStoreDraftAndPublished, ModuleStoreWriteBase, Mongo """ Closes any open connections to the underlying database """ - self.collection.database.connection.close() - - def mongo_wire_version(self): - """ - Returns the wire version for mongo. Only used to unit tests which instrument the connection. - """ - self.database.connection._ensure_connected() - return self.database.connection.max_wire_version + self.collection.database.client.close() def _drop_database(self, database=True, collections=True, connections=True): """ @@ -627,14 +620,14 @@ class MongoModuleStore(ModuleStoreDraftAndPublished, ModuleStoreWriteBase, Mongo # drop the assets super(MongoModuleStore, self)._drop_database(database, collections, connections) - connection = self.collection.database.connection + connection = self.collection.database.client if database: connection.drop_database(self.collection.database.proxied_object) elif collections: self.collection.drop() else: - self.collection.remove({}) + self.collection.delete_many({}) if connections: connection.close() @@ -1321,8 +1314,11 @@ class MongoModuleStore(ModuleStoreDraftAndPublished, ModuleStoreWriteBase, Mongo ('_id.category', 'course'), ]) courses = self.collection.find(course_search_location, projection={'_id': True}) - if courses.count() > 0: - raise DuplicateCourseError(course_id, courses[0]['_id']) + try: + course = courses.next() + raise DuplicateCourseError(course_id, course['_id']) + except StopIteration: + pass with self.bulk_operations(course_id): xblock = self.create_item(user_id, course_id, 'course', course_id.run, fields=fields, **kwargs) @@ -1488,14 +1484,12 @@ class MongoModuleStore(ModuleStoreDraftAndPublished, ModuleStoreWriteBase, Mongo bulk_record.dirty = True # See http://www.mongodb.org/display/DOCS/Updating for # atomic update syntax - result = self.collection.update( + result = self.collection.update_one( {'_id': location.to_deprecated_son()}, {'$set': update}, - multi=False, upsert=allow_not_found, - w=1, # wait until primary commits ) - if result['n'] == 0: + if result.matched_count == 0 and result.upserted_id is None: raise ItemNotFoundError(location) def _update_ancestors(self, location, update): @@ -1625,10 +1619,9 @@ class MongoModuleStore(ModuleStoreDraftAndPublished, ModuleStoreWriteBase, Mongo bulk_record.dirty = True # The parent is an orphan, so remove all the children including # the location whose parent we are looking for from orphan parent - self.collection.update( + self.collection.update_one( {'_id': parent_loc.to_deprecated_son()}, {'$set': {'definition.children': []}}, - multi=False, upsert=True, ) elif ancestor_loc.block_type == 'course': @@ -1823,13 +1816,13 @@ class MongoModuleStore(ModuleStoreDraftAndPublished, ModuleStoreWriteBase, Mongo else: # Course exists, so create matching assets document. course_assets = {'course_id': six.text_type(course_key), 'assets': {}} - doc_id = self.asset_collection.insert(course_assets) + doc_id = self.asset_collection.insert_one(course_assets).inserted_id elif isinstance(course_assets['assets'], list): # This record is in the old course assets format. # Ensure that no data exists before updating the format. assert len(course_assets['assets']) == 0 # Update the format to a dict. - self.asset_collection.update( + self.asset_collection.update_one( {'_id': doc_id}, {'$set': {'assets': {}}} ) @@ -1863,7 +1856,7 @@ class MongoModuleStore(ModuleStoreDraftAndPublished, ModuleStoreWriteBase, Mongo updates_by_type[self._make_mongo_asset_key(asset_type)] = list(assets) # Update the document. - self.asset_collection.update( + self.asset_collection.update_one( {'_id': course_assets.doc_id}, {'$set': updates_by_type} ) @@ -1913,9 +1906,9 @@ class MongoModuleStore(ModuleStoreDraftAndPublished, ModuleStoreWriteBase, Mongo """ source_assets = self._find_course_assets(source_course_key) dest_assets = {'assets': source_assets.asset_md.copy(), 'course_id': six.text_type(dest_course_key)} - self.asset_collection.remove({'course_id': six.text_type(dest_course_key)}) + self.asset_collection.delete_many({'course_id': six.text_type(dest_course_key)}) # Update the document. - self.asset_collection.insert(dest_assets) + self.asset_collection.insert_one(dest_assets) @contract(asset_key='AssetKey', attr_dict=dict, user_id='int|long') def set_asset_metadata_attrs(self, asset_key, attr_dict, user_id): @@ -1943,7 +1936,7 @@ class MongoModuleStore(ModuleStoreDraftAndPublished, ModuleStoreWriteBase, Mongo # Generate a Mongo doc from the metadata and update the course asset info. all_assets[asset_idx] = md.to_storable() - self.asset_collection.update( + self.asset_collection.update_one( {'_id': course_assets.doc_id}, {"$set": {self._make_mongo_asset_key(asset_key.asset_type): all_assets}} ) @@ -1967,7 +1960,7 @@ class MongoModuleStore(ModuleStoreDraftAndPublished, ModuleStoreWriteBase, Mongo all_asset_info.pop(asset_idx) # Update the document. - self.asset_collection.update( + self.asset_collection.update_one( {'_id': course_assets.doc_id}, {'$set': {self._make_mongo_asset_key(asset_key.asset_type): all_asset_info}} ) @@ -1985,7 +1978,7 @@ class MongoModuleStore(ModuleStoreDraftAndPublished, ModuleStoreWriteBase, Mongo # A single document exists per course to store the course asset metadata. try: course_assets = self._find_course_assets(course_key) - self.asset_collection.remove(course_assets.doc_id) + self.asset_collection.delete_many({'_id': course_assets.doc_id}) except ItemNotFoundError: # When deleting asset metadata, if a course's asset metadata is not present, no big deal. pass @@ -1994,9 +1987,11 @@ class MongoModuleStore(ModuleStoreDraftAndPublished, ModuleStoreWriteBase, Mongo """ Check that the db is reachable. """ - if self.database.connection.alive(): + try: + # The ismaster command is cheap and does not require auth. + self.database.client.admin.command('ismaster') return {ModuleStoreEnum.Type.mongo: True} - else: + except pymongo.errors.ConnectionFailure: raise HeartbeatFailure("Can't connect to {}".format(self.database.name), 'mongo') def ensure_indexes(self): diff --git a/common/lib/xmodule/xmodule/modulestore/mongo/draft.py b/common/lib/xmodule/xmodule/modulestore/mongo/draft.py index 9a264fae1d..adc98e70ea 100644 --- a/common/lib/xmodule/xmodule/modulestore/mongo/draft.py +++ b/common/lib/xmodule/xmodule/modulestore/mongo/draft.py @@ -6,7 +6,6 @@ returns the i4x://org/course/cat/name@draft object if that exists, and otherwise returns i4x://org/course/cat/name). """ -from __future__ import absolute_import import logging @@ -162,7 +161,7 @@ class DraftModuleStore(MongoModuleStore): elif revision is None: key = usage_key.to_deprecated_son(prefix='_id.') del key['_id.revision'] - return self.collection.find(key).count() > 0 + return self.collection.count_documents(key) > 0 else: raise UnsupportedRevisionError() @@ -178,7 +177,7 @@ class DraftModuleStore(MongoModuleStore): # delete all of the db records for the course course_query = self._course_key_to_son(course_key) - self.collection.remove(course_query, multi=True) + self.collection.delete_many(course_query) self.delete_all_asset_metadata(course_key, user_id) self._emit_course_deleted_signal(course_key) @@ -448,7 +447,7 @@ class DraftModuleStore(MongoModuleStore): bulk_record = self._get_bulk_ops_record(location.course_key) bulk_record.dirty = True try: - self.collection.insert(item) + self.collection.insert_one(item) except pymongo.errors.DuplicateKeyError: # prevent re-creation of DRAFT versions, unless explicitly requested to ignore if not ignore_if_draft: @@ -558,7 +557,7 @@ class DraftModuleStore(MongoModuleStore): # see if other version of to-be-deleted root exists query = location.to_deprecated_son(prefix='_id.') del query['_id.revision'] - if self.collection.find(query).count() > 1: + if self.collection.count_documents(query) > 1: continue parent_block = super(DraftModuleStore, self).get_item(parent_location) @@ -651,7 +650,7 @@ class DraftModuleStore(MongoModuleStore): if len(to_be_deleted) > 0: bulk_record = self._get_bulk_ops_record(root_usages[0].course_key) bulk_record.dirty = True - self.collection.remove({'_id': {'$in': to_be_deleted}}, safe=self.collection.safe) + self.collection.delete_many({'_id': {'$in': to_be_deleted}}) def has_changes(self, xblock): """ @@ -766,7 +765,7 @@ class DraftModuleStore(MongoModuleStore): bulk_record = self._get_bulk_ops_record(course_key) if len(to_be_deleted) > 0: bulk_record.dirty = True - self.collection.remove({'_id': {'$in': to_be_deleted}}) + self.collection.delete_many({'_id': {'$in': to_be_deleted}}) self._flag_publish_event(course_key) @@ -818,9 +817,10 @@ class DraftModuleStore(MongoModuleStore): versions_found = self.collection.find( query, {'_id': True, 'definition.children': True}, sort=[SORT_REVISION_FAVOR_DRAFT] ) + versions_found = list(versions_found) # If 2 versions versions exist, we can assume one is a published version. Go ahead and do the delete # of the draft version. - if versions_found.count() > 1: + if len(versions_found) > 1: # Moving a child from published parent creates a draft of the parent and moved child. published_version = [ version @@ -831,7 +831,7 @@ class DraftModuleStore(MongoModuleStore): # This change makes sure that parents are updated too i.e. an item will have only one parent. self.update_parent_if_moved(root_location, published_version[0], delete_draft_only, user_id) self._delete_subtree(root_location, [as_draft], draft_only=True) - elif versions_found.count() == 1: + elif len(versions_found) == 1: # Since this method cannot be called on something in DIRECT_ONLY_CATEGORIES and we call # delete_subtree as soon as we find an item with a draft version, if there is only 1 version # it must be published (since adding a child to a published item creates a draft of the parent). diff --git a/common/lib/xmodule/xmodule/modulestore/mongoengine_fields.py b/common/lib/xmodule/xmodule/modulestore/mongoengine_fields.py index 3a04b5c598..6c56355646 100644 --- a/common/lib/xmodule/xmodule/modulestore/mongoengine_fields.py +++ b/common/lib/xmodule/xmodule/modulestore/mongoengine_fields.py @@ -1,7 +1,7 @@ """ Custom field types for mongoengine """ -from __future__ import absolute_import + import mongoengine import six diff --git a/common/lib/xmodule/xmodule/modulestore/perf_tests/generate_asset_xml.py b/common/lib/xmodule/xmodule/modulestore/perf_tests/generate_asset_xml.py index f06c423290..6afcb998d4 100644 --- a/common/lib/xmodule/xmodule/modulestore/perf_tests/generate_asset_xml.py +++ b/common/lib/xmodule/xmodule/modulestore/perf_tests/generate_asset_xml.py @@ -4,7 +4,7 @@ """ Generates fake XML for asset metadata. """ -from __future__ import absolute_import, print_function + import random from datetime import datetime, timedelta diff --git a/common/lib/xmodule/xmodule/modulestore/perf_tests/generate_report.py b/common/lib/xmodule/xmodule/modulestore/perf_tests/generate_report.py index 77595ffa02..c5bf859019 100644 --- a/common/lib/xmodule/xmodule/modulestore/perf_tests/generate_report.py +++ b/common/lib/xmodule/xmodule/modulestore/perf_tests/generate_report.py @@ -4,7 +4,7 @@ Reads the data generated by performance tests and generates a savable report which can be viewed over time to examine the performance effects of code changes on various parts of the system. """ -from __future__ import absolute_import, print_function + import sqlite3 diff --git a/common/lib/xmodule/xmodule/modulestore/perf_tests/test_asset_import_export.py b/common/lib/xmodule/xmodule/modulestore/perf_tests/test_asset_import_export.py index a3fbf3cfe1..c664220172 100644 --- a/common/lib/xmodule/xmodule/modulestore/perf_tests/test_asset_import_export.py +++ b/common/lib/xmodule/xmodule/modulestore/perf_tests/test_asset_import_export.py @@ -1,7 +1,7 @@ """ Performance test for asset metadata in the modulestore. """ -from __future__ import absolute_import + import datetime import itertools diff --git a/common/lib/xmodule/xmodule/modulestore/search.py b/common/lib/xmodule/xmodule/modulestore/search.py index e89520ab6e..bc0e0de893 100644 --- a/common/lib/xmodule/xmodule/modulestore/search.py +++ b/common/lib/xmodule/xmodule/modulestore/search.py @@ -1,16 +1,18 @@ ''' useful functions for finding content and its position ''' -from __future__ import absolute_import + from logging import getLogger from six.moves import range +from lms.djangoapps.courseware.masquerade import MASQUERADE_SETTINGS_KEY +from student.roles import GlobalStaff from .exceptions import ItemNotFoundError, NoPathToItem LOGGER = getLogger(__name__) -def path_to_location(modulestore, usage_key, full_path=False): +def path_to_location(modulestore, usage_key, request=None, full_path=False): ''' Try to find a course_id/chapter/section[/position] path to location in modulestore. The courseware insists that the first level in the course is @@ -19,6 +21,7 @@ def path_to_location(modulestore, usage_key, full_path=False): Args: modulestore: which store holds the relevant objects usage_key: :class:`UsageKey` the id of the location to which to generate the path + request: Request object containing information about user and masquerade settings, Default is None full_path: :class:`Bool` if True, return the full path to location. Default is False. Raises @@ -104,6 +107,7 @@ def path_to_location(modulestore, usage_key, full_path=False): # (e.g. sequential and videosequence) currently deal with this form of # representing nested positions. This needs to happen before jumping to a # module nested in more than one positional module will work. + if n > 3: position_list = [] for path_index in range(2, n - 1): @@ -112,18 +116,54 @@ def path_to_location(modulestore, usage_key, full_path=False): section_desc = modulestore.get_item(path[path_index]) # this calls get_children rather than just children b/c old mongo includes private children # in children but not in get_children - child_locs = [c.location for c in section_desc.get_children()] + child_locs = get_child_locations(section_desc, request, course_id) # positions are 1-indexed, and should be strings to be consistent with # url parsing. - position_list.append(str(child_locs.index(path[path_index + 1]) + 1)) + if path[path_index + 1] in child_locs: + position_list.append(str(child_locs.index(path[path_index + 1]) + 1)) position = "_".join(position_list) return (course_id, chapter, section, vertical, position, path[-1]) +def get_child_locations(section_desc, request, course_id): + """ + Returns all child locations for a section. If user is learner or masquerading as learner, + staff only blocks are excluded. + """ + is_staff_user = GlobalStaff().has_user(request.user) if request else False + + def is_masquerading_as_student(): + """ + Return True if user is masquerading as learner. + """ + masquerade_settings = request.session.get(MASQUERADE_SETTINGS_KEY, {}) + course_info = masquerade_settings.get(course_id) + return masquerade_settings and course_info and getattr(course_info, 'role', '') == 'student' + + def is_user_staff_and_not_masquerading_learner(): + """ + Return True if user is staff and not masquerading as learner. + """ + return is_staff_user and not is_masquerading_as_student() + + def is_child_appendable(child_instance): + """ + Return True if child is appendable based on request and request's user type. + """ + return (request and is_user_staff_and_not_masquerading_learner()) or not child_instance.visible_to_staff_only + + child_locs = [] + for child in section_desc.get_children(): + if not is_child_appendable(child): + continue + child_locs.append(child.location) + return child_locs + + def navigation_index(position): """ - Get the navigation index from the position argument (where the position argument was recieved from a call to + Get the navigation index from the position argument (where the position argument was received from a call to path_to_location) Argument: diff --git a/common/lib/xmodule/xmodule/modulestore/split_migrator.py b/common/lib/xmodule/xmodule/modulestore/split_migrator.py index 7d21a3bc73..68af627aca 100644 --- a/common/lib/xmodule/xmodule/modulestore/split_migrator.py +++ b/common/lib/xmodule/xmodule/modulestore/split_migrator.py @@ -6,7 +6,7 @@ Exists at the top level of modulestore b/c it needs to know about and access eac In general, it's strategy is to treat the other modulestores as read-only and to never directly manipulate storage but use existing api's. ''' -from __future__ import absolute_import + import logging @@ -170,7 +170,7 @@ class SplitMigrator(object): draft_location, revision=ModuleStoreEnum.RevisionOption.draft_preferred, **kwargs ) if parent_loc is None: - log.warn(u'No parent found in source course for %s', draft_location) + log.warning(u'No parent found in source course for %s', draft_location) continue old_parent = self.source_modulestore.get_item(parent_loc, **kwargs) split_parent_loc = new_draft_course_loc.make_usage_key( diff --git a/common/lib/xmodule/xmodule/modulestore/split_mongo/__init__.py b/common/lib/xmodule/xmodule/modulestore/split_mongo/__init__.py index f8c8a1b485..47b772337d 100644 --- a/common/lib/xmodule/xmodule/modulestore/split_mongo/__init__.py +++ b/common/lib/xmodule/xmodule/modulestore/split_mongo/__init__.py @@ -2,7 +2,6 @@ General utilities """ -from __future__ import absolute_import from collections import namedtuple diff --git a/common/lib/xmodule/xmodule/modulestore/split_mongo/caching_descriptor_system.py b/common/lib/xmodule/xmodule/modulestore/split_mongo/caching_descriptor_system.py index f6a02302c2..5f43fef5eb 100644 --- a/common/lib/xmodule/xmodule/modulestore/split_mongo/caching_descriptor_system.py +++ b/common/lib/xmodule/xmodule/modulestore/split_mongo/caching_descriptor_system.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + import logging import sys diff --git a/common/lib/xmodule/xmodule/modulestore/split_mongo/definition_lazy_loader.py b/common/lib/xmodule/xmodule/modulestore/split_mongo/definition_lazy_loader.py index 6cddedfc97..97551e2e7b 100644 --- a/common/lib/xmodule/xmodule/modulestore/split_mongo/definition_lazy_loader.py +++ b/common/lib/xmodule/xmodule/modulestore/split_mongo/definition_lazy_loader.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + import copy diff --git a/common/lib/xmodule/xmodule/modulestore/split_mongo/id_manager.py b/common/lib/xmodule/xmodule/modulestore/split_mongo/id_manager.py index cf337abc1d..cdf5e6ed3a 100644 --- a/common/lib/xmodule/xmodule/modulestore/split_mongo/id_manager.py +++ b/common/lib/xmodule/xmodule/modulestore/split_mongo/id_manager.py @@ -3,7 +3,6 @@ An implementation of IdReader and IdGenerator that manages ids for the SplitMong mechanism. """ -from __future__ import absolute_import from opaque_keys.edx.locator import DefinitionLocator, LocalId diff --git a/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py b/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py index 928566e179..341f4bd146 100644 --- a/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py +++ b/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py @@ -1,7 +1,7 @@ """ Segregation of pymongo functions from the data modeling mechanisms for split modulestore. """ -from __future__ import absolute_import + import datetime import logging @@ -226,31 +226,37 @@ class CourseStructureCache(object): return None with TIMER.timer("CourseStructureCache.get", course_context) as tagger: - compressed_pickled_data = self.cache.get(key) - tagger.tag(from_cache=str(compressed_pickled_data is not None).lower()) + try: + compressed_pickled_data = self.cache.get(key) + tagger.tag(from_cache=str(compressed_pickled_data is not None).lower()) - if compressed_pickled_data is None: - # Always log cache misses, because they are unexpected - tagger.sample_rate = 1 + if compressed_pickled_data is None: + # Always log cache misses, because they are unexpected + tagger.sample_rate = 1 + return None + + tagger.measure('compressed_size', len(compressed_pickled_data)) + + pickled_data = zlib.decompress(compressed_pickled_data) + tagger.measure('uncompressed_size', len(pickled_data)) + + if six.PY2: + return pickle.loads(pickled_data) + else: + return pickle.loads(pickled_data, encoding='latin-1') + except Exception: + # The cached data is corrupt in some way, get rid of it. + log.warning("CourseStructureCache: Bad data in cache for %s", course_context) + self.cache.delete(key) return None - tagger.measure('compressed_size', len(compressed_pickled_data)) - - pickled_data = zlib.decompress(compressed_pickled_data) - tagger.measure('uncompressed_size', len(pickled_data)) - - if six.PY2: - return pickle.loads(pickled_data) - else: - return pickle.loads(pickled_data, encoding='latin-1') - def set(self, key, structure, course_context=None): """Given a structure, will pickle, compress, and write to cache.""" if self.cache is None: return None with TIMER.timer("CourseStructureCache.set", course_context) as tagger: - pickled_data = pickle.dumps(structure, 2) # Protocol can't be incremented until cache is cleared + pickled_data = pickle.dumps(structure, 4) # Protocol can't be incremented until cache is cleared tagger.measure('uncompressed_size', len(pickled_data)) # 1 = Fastest (slightly larger results) @@ -290,9 +296,11 @@ class MongoConnection(object): """ Check that the db is reachable. """ - if self.database.connection.alive(): + try: + # The ismaster command is cheap and does not require auth. + self.database.client.admin.command('ismaster') return True - else: + except pymongo.errors.ConnectionFailure: raise HeartbeatFailure("Can't connect to {}".format(self.database.name), 'mongo') def get_structure(self, key, course_context=None): @@ -415,7 +423,7 @@ class MongoConnection(object): """ with TIMER.timer("insert_structure", course_context) as tagger: tagger.measure("blocks", len(structure["blocks"])) - self.structures.insert(structure_to_mongo(structure, course_context)) + self.structures.insert_one(structure_to_mongo(structure, course_context)) def get_course_index(self, key, ignore_case=False): """ @@ -496,7 +504,7 @@ class MongoConnection(object): """ with TIMER.timer("insert_course_index", course_context): course_index['last_update'] = datetime.datetime.now(pytz.utc) - self.course_index.insert(course_index) + self.course_index.insert_one(course_index) def update_course_index(self, course_index, from_index=None, course_context=None): """ @@ -519,7 +527,7 @@ class MongoConnection(object): 'run': course_index['run'], } course_index['last_update'] = datetime.datetime.now(pytz.utc) - self.course_index.update(query, course_index, upsert=False,) + self.course_index.replace_one(query, course_index, upsert=False,) def delete_course_index(self, course_key): """ @@ -558,7 +566,7 @@ class MongoConnection(object): with TIMER.timer("insert_definition", course_context) as tagger: tagger.measure('fields', len(definition['fields'])) tagger.tag(block_type=definition['block_type']) - self.definitions.insert(definition) + self.definitions.insert_one(definition) def ensure_indexes(self): """ @@ -583,13 +591,7 @@ class MongoConnection(object): """ Closes any open connections to the underlying databases """ - self.database.connection.close() - - def mongo_wire_version(self): - """ - Returns the wire version for mongo. Only used to unit tests which instrument the connection. - """ - return self.database.connection.max_wire_version + self.database.client.close() def _drop_database(self, database=True, collections=True, connections=True): """ @@ -603,7 +605,7 @@ class MongoConnection(object): If connections is True, then close the connection to the database as well. """ - connection = self.database.connection + connection = self.database.client if database: connection.drop_database(self.database.name) diff --git a/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py b/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py index bd9e387865..e5f27126e9 100644 --- a/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py +++ b/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py @@ -53,7 +53,7 @@ Representation: *** 'original_version': definition_id of the root of the previous version relation on this definition. Acts as a pseudo-object identifier. """ -from __future__ import absolute_import + import copy import datetime @@ -100,6 +100,7 @@ from xmodule.modulestore.exceptions import ( DuplicateItemError, InsufficientSpecificationError, MultipleCourseBlocksFound, + MultipleLibraryBlocksFound, VersionConflictError ) from xmodule.modulestore.split_mongo import BlockKey, CourseEnvelope @@ -751,12 +752,6 @@ class SplitMongoModuleStore(SplitBulkWriteMixin, ModuleStoreWriteBase): """ self.db_connection.close_connections() - def mongo_wire_version(self): - """ - Returns the wire version for mongo. Only used to unit tests which instrument the connection. - """ - return self.db_connection.mongo_wire_version() - def _drop_database(self, database=True, collections=True, connections=True): """ A destructive operation to drop the underlying database and close all connections. @@ -982,7 +977,6 @@ class SplitMongoModuleStore(SplitBulkWriteMixin, ModuleStoreWriteBase): return version_guids, id_version_map def _get_structures_for_branch_and_locator(self, branch, locator_factory, **kwargs): - """ Internal generator for fetching lists of courses, libraries, etc. :param str branch: Branch to fetch structures from diff --git a/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py b/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py index 7ddc7c170f..c537bc0244 100644 --- a/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py +++ b/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py @@ -2,7 +2,6 @@ Module for the dual-branch fall-back Draft->Published Versioning ModuleStore """ -from __future__ import absolute_import from contracts import contract from opaque_keys.edx.locator import CourseLocator, LibraryLocator, LibraryUsageLocator diff --git a/common/lib/xmodule/xmodule/modulestore/split_mongo/split_mongo_kvs.py b/common/lib/xmodule/xmodule/modulestore/split_mongo/split_mongo_kvs.py index 5e3db544b3..93a11a6435 100644 --- a/common/lib/xmodule/xmodule/modulestore/split_mongo/split_mongo_kvs.py +++ b/common/lib/xmodule/xmodule/modulestore/split_mongo/split_mongo_kvs.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + import copy from collections import namedtuple diff --git a/common/lib/xmodule/xmodule/modulestore/store_utilities.py b/common/lib/xmodule/xmodule/modulestore/store_utilities.py index 6f9c89746f..60f7a018c0 100644 --- a/common/lib/xmodule/xmodule/modulestore/store_utilities.py +++ b/common/lib/xmodule/xmodule/modulestore/store_utilities.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + import logging import re diff --git a/common/lib/xmodule/xmodule/modulestore/tests/django_utils.py b/common/lib/xmodule/xmodule/modulestore/tests/django_utils.py index 32952c9304..2cc310abe0 100644 --- a/common/lib/xmodule/xmodule/modulestore/tests/django_utils.py +++ b/common/lib/xmodule/xmodule/modulestore/tests/django_utils.py @@ -2,7 +2,7 @@ """ Modulestore configuration for test cases. """ -from __future__ import absolute_import + import copy import functools diff --git a/common/lib/xmodule/xmodule/modulestore/tests/factories.py b/common/lib/xmodule/xmodule/modulestore/tests/factories.py index 531d4082a5..33cf1f5309 100644 --- a/common/lib/xmodule/xmodule/modulestore/tests/factories.py +++ b/common/lib/xmodule/xmodule/modulestore/tests/factories.py @@ -1,7 +1,7 @@ """ Factories for use in tests of XBlocks. """ -from __future__ import absolute_import, print_function + import datetime import functools @@ -610,8 +610,6 @@ def mongo_uses_error_check(store): """ Does mongo use the error check as a separate message? """ - if hasattr(store, 'mongo_wire_version'): - return store.mongo_wire_version() <= 1 if hasattr(store, 'modulestores'): return any([mongo_uses_error_check(substore) for substore in store.modulestores]) return False @@ -620,7 +618,7 @@ def mongo_uses_error_check(store): @contextmanager def check_mongo_calls_range(max_finds=float("inf"), min_finds=0, max_sends=None, min_sends=None): """ - Instruments the given store to count the number of calls to find (incl find_one) and the number + Instruments the given store to count the number of calls to find (incl find_one and count_documents) and the number of calls to send_message which is for insert, update, and remove (if you provide num_sends). At the end of the with statement, it compares the counts to the bounds provided in the arguments. @@ -630,16 +628,16 @@ def check_mongo_calls_range(max_finds=float("inf"), min_finds=0, max_sends=None, :param min_sends: If non-none, make sure number of send calls are >=min_sends """ with check_sum_of_calls( - pymongo.message, - ['query', 'get_more'], + pymongo.collection.Collection, + ['find', 'count_documents'], max_finds, min_finds, ): if max_sends is not None or min_sends is not None: with check_sum_of_calls( - pymongo.message, + pymongo.collection.Collection, # mongo < 2.6 uses insert, update, delete and _do_batched_insert. >= 2.6 _do_batched_write - ['insert', 'update', 'delete', '_do_batched_write_command', '_do_batched_insert', ], + ['insert_one', 'replace_one', 'update_one', 'bulk_write', '_delete'], max_sends if max_sends is not None else float("inf"), min_sends if min_sends is not None else 0, ): diff --git a/common/lib/xmodule/xmodule/modulestore/tests/mongo_connection.py b/common/lib/xmodule/xmodule/modulestore/tests/mongo_connection.py index 082bc0b5a5..8da1fbd423 100644 --- a/common/lib/xmodule/xmodule/modulestore/tests/mongo_connection.py +++ b/common/lib/xmodule/xmodule/modulestore/tests/mongo_connection.py @@ -4,7 +4,7 @@ The settings can be provided by environment variables in the shell running the t in a variety of environment variables but provides sensible defaults in case those env var overrides don't exist """ -from __future__ import absolute_import + import os diff --git a/common/lib/xmodule/xmodule/modulestore/tests/sample_courses.py b/common/lib/xmodule/xmodule/modulestore/tests/sample_courses.py index adc98fb25e..c2ac366b3d 100644 --- a/common/lib/xmodule/xmodule/modulestore/tests/sample_courses.py +++ b/common/lib/xmodule/xmodule/modulestore/tests/sample_courses.py @@ -2,7 +2,7 @@ """ The data type and use of it for declaratively creating test courses. """ -from __future__ import absolute_import + import datetime from collections import namedtuple diff --git a/common/lib/xmodule/xmodule/modulestore/tests/test_abstraction.py b/common/lib/xmodule/xmodule/modulestore/tests/test_abstraction.py index e334060eb8..85940cb969 100644 --- a/common/lib/xmodule/xmodule/modulestore/tests/test_abstraction.py +++ b/common/lib/xmodule/xmodule/modulestore/tests/test_abstraction.py @@ -1,7 +1,7 @@ """ Simple test to ensure that modulestore base classes remain abstract """ -from __future__ import absolute_import + from unittest import TestCase diff --git a/common/lib/xmodule/xmodule/modulestore/tests/test_asides.py b/common/lib/xmodule/xmodule/modulestore/tests/test_asides.py index a1b474e9bd..afe2b7ab10 100644 --- a/common/lib/xmodule/xmodule/modulestore/tests/test_asides.py +++ b/common/lib/xmodule/xmodule/modulestore/tests/test_asides.py @@ -1,7 +1,7 @@ """ Tests for Asides """ -from __future__ import absolute_import + from unittest import TestCase diff --git a/common/lib/xmodule/xmodule/modulestore/tests/test_assetstore.py b/common/lib/xmodule/xmodule/modulestore/tests/test_assetstore.py index 09e745ea61..0df6ec1afd 100644 --- a/common/lib/xmodule/xmodule/modulestore/tests/test_assetstore.py +++ b/common/lib/xmodule/xmodule/modulestore/tests/test_assetstore.py @@ -2,7 +2,7 @@ Tests for assetstore using any of the modulestores for metadata. May extend to testing the storage options too. """ -from __future__ import absolute_import + import unittest from datetime import datetime, timedelta diff --git a/common/lib/xmodule/xmodule/modulestore/tests/test_contentstore.py b/common/lib/xmodule/xmodule/modulestore/tests/test_contentstore.py index b9e19e521f..bf7ae8bb0e 100644 --- a/common/lib/xmodule/xmodule/modulestore/tests/test_contentstore.py +++ b/common/lib/xmodule/xmodule/modulestore/tests/test_contentstore.py @@ -1,7 +1,7 @@ """ Test contentstore.mongo functionality """ -from __future__ import absolute_import + import logging import mimetypes diff --git a/common/lib/xmodule/xmodule/modulestore/tests/test_cross_modulestore_import_export.py b/common/lib/xmodule/xmodule/modulestore/tests/test_cross_modulestore_import_export.py index 3708c08bfa..507ac30435 100644 --- a/common/lib/xmodule/xmodule/modulestore/tests/test_cross_modulestore_import_export.py +++ b/common/lib/xmodule/xmodule/modulestore/tests/test_cross_modulestore_import_export.py @@ -12,7 +12,6 @@ and then for each combination of modulestores, performing the sequence: """ -from __future__ import absolute_import import itertools import os diff --git a/common/lib/xmodule/xmodule/modulestore/tests/test_inheritance.py b/common/lib/xmodule/xmodule/modulestore/tests/test_inheritance.py index 3a513615ce..a7f5bdbafd 100644 --- a/common/lib/xmodule/xmodule/modulestore/tests/test_inheritance.py +++ b/common/lib/xmodule/xmodule/modulestore/tests/test_inheritance.py @@ -1,7 +1,7 @@ """ Unit tests for testing inheritance mixins """ -from __future__ import absolute_import + import ddt import unittest diff --git a/common/lib/xmodule/xmodule/modulestore/tests/test_libraries.py b/common/lib/xmodule/xmodule/modulestore/tests/test_libraries.py index 700760a262..94bd27c92e 100644 --- a/common/lib/xmodule/xmodule/modulestore/tests/test_libraries.py +++ b/common/lib/xmodule/xmodule/modulestore/tests/test_libraries.py @@ -5,7 +5,6 @@ Basic unit tests related to content libraries. Higher-level tests are in `cms/djangoapps/contentstore`. """ -from __future__ import absolute_import import ddt import six diff --git a/common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py b/common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py index 3dbc6a9add..ba94a058f9 100644 --- a/common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py +++ b/common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py @@ -1,7 +1,7 @@ """ Unit tests for the Mixed Modulestore, with DDT for the various stores (Split, Draft, XML) """ -from __future__ import absolute_import + import datetime import itertools @@ -284,7 +284,7 @@ class CommonMixedModuleStoreSetup(CourseComparisonTest): ).make_usage_key('vertical', 'fake') self._create_course(test_course_key) - self.assertEquals(default, self.store.get_modulestore_type(self.course.id)) + self.assertEqual(default, self.store.get_modulestore_type(self.course.id)) class AsideFoo(XBlockAside): @@ -462,9 +462,9 @@ class TestMixedModuleStore(CommonMixedModuleStoreSetup): blocks = self.store.get_items(self.course.id, qualifiers={'category': 'problem'}) blocks.append(self.store.get_item(self.problem_x1a_1)) - self.assertEquals(len(blocks), 7) + self.assertEqual(len(blocks), 7) for block in blocks: - self.assertEquals(block.course_version, course_version) + self.assertEqual(block.course_version, course_version) # ensure that when the block is retrieved from the runtime cache, # the course version is still present cached_block = course.runtime.load_item(block.location) @@ -1069,7 +1069,7 @@ class TestMixedModuleStore(CommonMixedModuleStoreSetup): draft_courses = self.store.get_courses(remove_branch=True) with self.store.branch_setting(ModuleStoreEnum.Branch.published_only): published_courses = self.store.get_courses(remove_branch=True) - self.assertEquals([c.id for c in draft_courses], [c.id for c in published_courses]) + self.assertEqual([c.id for c in draft_courses], [c.id for c in published_courses]) @ddt.data(ModuleStoreEnum.Type.mongo, ModuleStoreEnum.Type.split) def test_create_child_detached_tabs(self, default_ms): @@ -1624,7 +1624,7 @@ class TestMixedModuleStore(CommonMixedModuleStoreSetup): mongo_store = self.store._get_modulestore_for_courselike(course_id) # pylint: disable=protected-access # add another parent (unit) "vertical_x1b" for problem "problem_x1a_1" - mongo_store.collection.update( + mongo_store.collection.update_one( self.vertical_x1b.to_deprecated_son('_id.'), {'$push': {'definition.children': six.text_type(self.problem_x1a_1)}} ) @@ -1651,7 +1651,7 @@ class TestMixedModuleStore(CommonMixedModuleStoreSetup): # 8-9. get vertical, compute inheritance # 10-11. get other vertical_x1b (why?) and compute inheritance # Split: active_versions & structure - @ddt.data((ModuleStoreEnum.Type.mongo, [12, 3], 0), (ModuleStoreEnum.Type.split, [2, 2], 0)) + @ddt.data((ModuleStoreEnum.Type.mongo, [12, 3], 0), (ModuleStoreEnum.Type.split, [3, 2], 0)) @ddt.unpack def test_path_to_location(self, default_ms, num_finds, num_sends): """ @@ -1874,11 +1874,11 @@ class TestMixedModuleStore(CommonMixedModuleStoreSetup): self.assertEqual(len(set(found_orphans)), 2) # add orphan vertical and sequential as another parents of problem "problem_x1a_1" - mongo_store.collection.update( + mongo_store.collection.update_one( orphan_sequential.to_deprecated_son('_id.'), {'$push': {'definition.children': six.text_type(self.problem_x1a_1)}} ) - mongo_store.collection.update( + mongo_store.collection.update_one( orphan_vertical.to_deprecated_son('_id.'), {'$push': {'definition.children': six.text_type(self.problem_x1a_1)}} ) @@ -1889,7 +1889,7 @@ class TestMixedModuleStore(CommonMixedModuleStoreSetup): self.assertEqual(parent, self.vertical_x1a) # now add valid published vertical as another parent of problem - mongo_store.collection.update( + mongo_store.collection.update_one( self.sequential_x1.to_deprecated_son('_id.'), {'$push': {'definition.children': six.text_type(self.problem_x1a_1)}} ) @@ -2326,7 +2326,7 @@ class TestMixedModuleStore(CommonMixedModuleStoreSetup): """ Asserts the number of problems with the given display name is the given expected number. """ - self.assertEquals( + self.assertEqual( len(self.store.get_items(course_key.for_branch(None), settings={'display_name': display_name})), expected_number ) @@ -2337,7 +2337,7 @@ class TestMixedModuleStore(CommonMixedModuleStoreSetup): """ # check the display_name of the problem problem = self.store.get_item(problem_location) - self.assertEquals(problem.display_name, expected_display_name) + self.assertEqual(problem.display_name, expected_display_name) # there should be only 1 problem with the expected_display_name assertNumProblems(expected_display_name, 1) @@ -2392,25 +2392,25 @@ class TestMixedModuleStore(CommonMixedModuleStoreSetup): # verify branch setting is published-only in manager with self.store.branch_setting(ModuleStoreEnum.Branch.published_only): - self.assertEquals(self.store.get_branch_setting(), ModuleStoreEnum.Branch.published_only) + self.assertEqual(self.store.get_branch_setting(), ModuleStoreEnum.Branch.published_only) # verify branch setting is draft-preferred in manager with self.store.branch_setting(ModuleStoreEnum.Branch.draft_preferred): - self.assertEquals(self.store.get_branch_setting(), ModuleStoreEnum.Branch.draft_preferred) + self.assertEqual(self.store.get_branch_setting(), ModuleStoreEnum.Branch.draft_preferred) def verify_default_store(self, store_type): """ Verifies the default_store property """ - self.assertEquals(self.store.default_modulestore.get_modulestore_type(), store_type) + self.assertEqual(self.store.default_modulestore.get_modulestore_type(), store_type) # verify internal helper method store = self.store._get_modulestore_for_courselike() # pylint: disable=protected-access - self.assertEquals(store.get_modulestore_type(), store_type) + self.assertEqual(store.get_modulestore_type(), store_type) # verify store used for creating a course course = self.store.create_course("org", "course{}".format(uuid4().hex[:5]), "run", self.user_id) - self.assertEquals(course.system.modulestore.get_modulestore_type(), store_type) + self.assertEqual(course.system.modulestore.get_modulestore_type(), store_type) @ddt.data(ModuleStoreEnum.Type.mongo, ModuleStoreEnum.Type.split) def test_default_store(self, default_ms): @@ -2444,7 +2444,7 @@ class TestMixedModuleStore(CommonMixedModuleStoreSetup): self._initialize_mixed(mappings={}) fake_store = "fake" - with self.assertRaisesRegexp(Exception, "Cannot find store of type {}".format(fake_store)): + with self.assertRaisesRegex(Exception, "Cannot find store of type {}".format(fake_store)): with self.store.default_store(fake_store): pass # pragma: no cover @@ -3420,7 +3420,7 @@ class TestPublishOverExportImport(CommonMixedModuleStoreSetup): raise_on_failure=True, ) - self.assertEquals(1, len(courses2)) + self.assertEqual(1, len(courses2)) # check that the imported blocks have the right asides and values def check_block(block): @@ -3518,11 +3518,11 @@ class TestPublishOverExportImport(CommonMixedModuleStoreSetup): raise_on_failure=True, ) - self.assertEquals(1, len(courses2)) + self.assertEqual(1, len(courses2)) # check that aside for the new chapter was exported/imported properly chapters = courses2[0].get_children() - self.assertEquals(2, len(chapters)) + self.assertEqual(2, len(chapters)) self.assertIn(new_chapter_display_name, [item.display_name for item in chapters]) found = False @@ -3533,14 +3533,14 @@ class TestPublishOverExportImport(CommonMixedModuleStoreSetup): self.assertEqual(len(asides), 1) child_aside = asides[0] self.assertIsInstance(child_aside, AsideTestType) - self.assertEquals(child_aside.data_field, 'new value') + self.assertEqual(child_aside.data_field, 'new value') break self.assertTrue(found, "new_chapter not found") # check that aside for the new problem was exported/imported properly sequence_children = courses2[0].get_children()[0].get_children()[0].get_children() - self.assertEquals(2, len(sequence_children)) + self.assertEqual(2, len(sequence_children)) self.assertIn(new_problem_display_name, [item.display_name for item in sequence_children]) found = False @@ -3551,8 +3551,8 @@ class TestPublishOverExportImport(CommonMixedModuleStoreSetup): self.assertEqual(len(asides), 1) child_aside = asides[0] self.assertIsInstance(child_aside, AsideTestType) - self.assertEquals(child_aside.data_field, 'new problem value') - self.assertEquals(child_aside.content, 'new content value') + self.assertEqual(child_aside.data_field, 'new problem value') + self.assertEqual(child_aside.content, 'new content value') break self.assertTrue(found, "new_chapter not found") @@ -3716,8 +3716,8 @@ class TestAsidesWithMixedModuleStore(CommonMixedModuleStoreSetup): ) asides = published_xblock.runtime.get_asides(published_xblock) - self.assertEquals(asides[0].field11, 'new_value11') - self.assertEquals(asides[0].field12, 'new_value12') + self.assertEqual(asides[0].field11, 'new_value11') + self.assertEqual(asides[0].field12, 'new_value12') # remove item self.store.delete_item(published_xblock.location, self.user_id) @@ -3732,8 +3732,8 @@ class TestAsidesWithMixedModuleStore(CommonMixedModuleStoreSetup): # check that aside has default values asides2 = published_xblock2.runtime.get_asides(published_xblock2) - self.assertEquals(asides2[0].field11, 'aside1_default_value1') - self.assertEquals(asides2[0].field12, 'aside1_default_value2') + self.assertEqual(asides2[0].field11, 'aside1_default_value1') + self.assertEqual(asides2[0].field12, 'aside1_default_value2') @ddt.data((ModuleStoreEnum.Type.mongo, 1, 0), (ModuleStoreEnum.Type.split, 2, 0)) @XBlockAside.register_temp_plugin(AsideFoo, 'test_aside1') @@ -3760,8 +3760,8 @@ class TestAsidesWithMixedModuleStore(CommonMixedModuleStoreSetup): def _check_asides(item): """ Helper function to check asides """ asides = item.runtime.get_asides(item) - self.assertEquals(asides[0].field11, 'new_value11') - self.assertEquals(asides[0].field12, 'new_value12') + self.assertEqual(asides[0].field11, 'new_value11') + self.assertEqual(asides[0].field12, 'new_value12') # start off as Private item = self.store.create_child(self.user_id, self.writable_chapter_location, 'problem', diff --git a/common/lib/xmodule/xmodule/modulestore/tests/test_modulestore_settings.py b/common/lib/xmodule/xmodule/modulestore/tests/test_modulestore_settings.py index 2484a6b5b3..887830f92b 100644 --- a/common/lib/xmodule/xmodule/modulestore/tests/test_modulestore_settings.py +++ b/common/lib/xmodule/xmodule/modulestore/tests/test_modulestore_settings.py @@ -1,7 +1,7 @@ """ Tests for testing the modulestore settings migration code. """ -from __future__ import absolute_import + import copy from unittest import TestCase @@ -151,9 +151,9 @@ class ModuleStoreSettingsMigration(TestCase): split_settings = [store for store in stores if store['ENGINE'].endswith('.DraftVersioningModuleStore')] if len(split_settings): # there should only be one setting for split - self.assertEquals(len(split_settings), 1) + self.assertEqual(len(split_settings), 1) # verify name - self.assertEquals(split_settings[0]['NAME'], 'split') + self.assertEqual(split_settings[0]['NAME'], 'split') # verify split config settings equal those of mongo self.assertStoreValuesEqual( split_settings[0], @@ -195,7 +195,7 @@ class ModuleStoreSettingsMigration(TestCase): old_mixed_setting = self.ALREADY_UPDATED_MIXED_CONFIG new_mixed_setting, new_default_store_setting = self.assertMigrated(old_mixed_setting) self.assertTrue(self.is_split_configured(new_mixed_setting)) - self.assertEquals(old_mixed_setting, new_mixed_setting) + self.assertEqual(old_mixed_setting, new_mixed_setting) @ddt.data('draft', 'split') def test_update_settings(self, default_store): diff --git a/common/lib/xmodule/xmodule/modulestore/tests/test_mongo.py b/common/lib/xmodule/xmodule/modulestore/tests/test_mongo.py index 599a810024..4220f83edf 100644 --- a/common/lib/xmodule/xmodule/modulestore/tests/test_mongo.py +++ b/common/lib/xmodule/xmodule/modulestore/tests/test_mongo.py @@ -2,7 +2,6 @@ Unit tests for the Mongo modulestore """ -from __future__ import absolute_import import logging import shutil @@ -744,7 +743,7 @@ class TestMongoModuleStoreWithNoAssetCollection(TestMongoModuleStore): courses = self.draft_store.get_courses() course = courses[0] # Confirm that no specified asset collection name means empty asset metadata. - self.assertEquals(self.draft_store.get_all_asset_metadata(course.id, 'asset'), []) + self.assertEqual(self.draft_store.get_all_asset_metadata(course.id, 'asset'), []) def test_no_asset_invalid_key(self): course_key = CourseLocator(org="edx3", course="test_course", run=None, deprecated=True) diff --git a/common/lib/xmodule/xmodule/modulestore/tests/test_mongo_call_count.py b/common/lib/xmodule/xmodule/modulestore/tests/test_mongo_call_count.py index ebc7b4b852..36d4962c43 100644 --- a/common/lib/xmodule/xmodule/modulestore/tests/test_mongo_call_count.py +++ b/common/lib/xmodule/xmodule/modulestore/tests/test_mongo_call_count.py @@ -3,7 +3,6 @@ Tests to verify correct number of MongoDB calls during course import/export and when using the Split modulestore. """ -from __future__ import absolute_import from shutil import rmtree from tempfile import mkdtemp @@ -155,11 +154,11 @@ class CountMongoCallsCourseTraversal(TestCase): (MIXED_OLD_MONGO_MODULESTORE_BUILDER, 0, True, False, 359), # The line below shows the way this traversal *should* be done # (if you'll eventually access all the fields and load all the definitions anyway). - (MIXED_SPLIT_MODULESTORE_BUILDER, None, False, True, 4), + (MIXED_SPLIT_MODULESTORE_BUILDER, None, False, True, 3), (MIXED_SPLIT_MODULESTORE_BUILDER, None, True, True, 38), (MIXED_SPLIT_MODULESTORE_BUILDER, 0, False, True, 38), (MIXED_SPLIT_MODULESTORE_BUILDER, 0, True, True, 38), - (MIXED_SPLIT_MODULESTORE_BUILDER, None, False, False, 4), + (MIXED_SPLIT_MODULESTORE_BUILDER, None, False, False, 3), (MIXED_SPLIT_MODULESTORE_BUILDER, None, True, False, 3), (MIXED_SPLIT_MODULESTORE_BUILDER, 0, False, False, 3), (MIXED_SPLIT_MODULESTORE_BUILDER, 0, True, False, 3) @@ -179,7 +178,7 @@ class CountMongoCallsCourseTraversal(TestCase): @ddt.data( (MIXED_OLD_MONGO_MODULESTORE_BUILDER, 176), - (MIXED_SPLIT_MODULESTORE_BUILDER, 5), + (MIXED_SPLIT_MODULESTORE_BUILDER, 4), ) @ddt.unpack def test_lazy_when_course_previously_cached(self, store_builder, num_mongo_calls): diff --git a/common/lib/xmodule/xmodule/modulestore/tests/test_publish.py b/common/lib/xmodule/xmodule/modulestore/tests/test_publish.py index 4d970144e9..ef24f19f4b 100644 --- a/common/lib/xmodule/xmodule/modulestore/tests/test_publish.py +++ b/common/lib/xmodule/xmodule/modulestore/tests/test_publish.py @@ -1,7 +1,7 @@ """ Test the publish code (mostly testing that publishing doesn't result in orphans) """ -from __future__ import absolute_import + import itertools import os @@ -364,7 +364,7 @@ class OLXFormatChecker(unittest.TestCase): to match against the named attribute. """ for attribute, regex in attrs.items(): - self.assertRegexpMatches(element.get(attribute), regex) + self.assertRegex(element.get(attribute), regex) def parse_olx(self, block_type, block_id, **kwargs): """ diff --git a/common/lib/xmodule/xmodule/modulestore/tests/test_semantics.py b/common/lib/xmodule/xmodule/modulestore/tests/test_semantics.py index 6803df9512..98ed3263c1 100644 --- a/common/lib/xmodule/xmodule/modulestore/tests/test_semantics.py +++ b/common/lib/xmodule/xmodule/modulestore/tests/test_semantics.py @@ -2,7 +2,6 @@ Tests of modulestore semantics: How do the interfaces methods of ModuleStore relate to each other? """ -from __future__ import absolute_import import itertools from collections import namedtuple diff --git a/common/lib/xmodule/xmodule/modulestore/tests/test_split_copy_from_template.py b/common/lib/xmodule/xmodule/modulestore/tests/test_split_copy_from_template.py index be075965e6..099b17e564 100644 --- a/common/lib/xmodule/xmodule/modulestore/tests/test_split_copy_from_template.py +++ b/common/lib/xmodule/xmodule/modulestore/tests/test_split_copy_from_template.py @@ -3,7 +3,7 @@ Tests for split's copy_from_template method. Currently it is only used for content libraries. However for these tests, we make sure it also works when copying from course to course. """ -from __future__ import absolute_import + import ddt from six.moves import range diff --git a/common/lib/xmodule/xmodule/modulestore/tests/test_split_migrator.py b/common/lib/xmodule/xmodule/modulestore/tests/test_split_migrator.py index 265b296efe..32680a7e06 100644 --- a/common/lib/xmodule/xmodule/modulestore/tests/test_split_migrator.py +++ b/common/lib/xmodule/xmodule/modulestore/tests/test_split_migrator.py @@ -2,7 +2,7 @@ Tests for split_migrator """ -from __future__ import absolute_import + import random import uuid diff --git a/common/lib/xmodule/xmodule/modulestore/tests/test_split_modulestore.py b/common/lib/xmodule/xmodule/modulestore/tests/test_split_modulestore.py index 6b72e27e81..788be2a601 100644 --- a/common/lib/xmodule/xmodule/modulestore/tests/test_split_modulestore.py +++ b/common/lib/xmodule/xmodule/modulestore/tests/test_split_modulestore.py @@ -1,7 +1,7 @@ """ Test split modulestore w/o using any django stuff. """ -from __future__ import absolute_import + import datetime import os @@ -977,6 +977,15 @@ class TestCourseStructureCache(SplitModuleTest): # now make sure that you get the same structure self.assertEqual(cached_structure, not_cached_structure) + # If data is corrupted, get it from mongo again. + cache_key = self.new_course.id.version_guid + self.cache.set(cache_key, b"bad_data") + with check_mongo_calls(1): + not_corrupt_structure = self._get_structure(self.new_course) + + # now make sure that you get the same structure + self.assertEqual(not_corrupt_structure, not_cached_structure) + @patch('xmodule.modulestore.split_mongo.mongo_connection.get_cache') def test_course_structure_cache_no_cache_configured(self, mock_get_cache): mock_get_cache.side_effect = InvalidCacheBackendError @@ -1810,7 +1819,7 @@ class TestCourseCreation(SplitModuleTest): 'best', 'leech', 'leech_run', 'leech_master', BRANCH_NAME_DRAFT, versions_dict=original_index['versions']) new_draft_locator = new_draft.location - self.assertRegexpMatches(new_draft_locator.org, 'best') + self.assertRegex(new_draft_locator.org, 'best') # the edited_by and other meta fields on the new course will be the original author not this one self.assertEqual(new_draft.edited_by, 'test@edx.org') self.assertEqual(new_draft_locator.version_guid, original_index['versions'][BRANCH_NAME_DRAFT]) @@ -1860,7 +1869,7 @@ class TestCourseCreation(SplitModuleTest): fields=fields ) new_draft_locator = new_draft.location - self.assertRegexpMatches(new_draft_locator.org, 'counter') + self.assertRegex(new_draft_locator.org, 'counter') # the edited_by and other meta fields on the new course will be the original author not this one self.assertEqual(new_draft.edited_by, 'leech_master') self.assertNotEqual(new_draft_locator.version_guid, original_index['versions'][BRANCH_NAME_DRAFT]) diff --git a/common/lib/xmodule/xmodule/modulestore/tests/test_split_modulestore_bulk_operations.py b/common/lib/xmodule/xmodule/modulestore/tests/test_split_modulestore_bulk_operations.py index 872033d390..627c9f1e59 100644 --- a/common/lib/xmodule/xmodule/modulestore/tests/test_split_modulestore_bulk_operations.py +++ b/common/lib/xmodule/xmodule/modulestore/tests/test_split_modulestore_bulk_operations.py @@ -2,7 +2,7 @@ Tests for bulk operations in Split Modulestore. """ # pylint: disable=protected-access -from __future__ import absolute_import + import copy import unittest @@ -291,7 +291,7 @@ class TestBulkWriteMixinClosed(TestBulkWriteMixin): ) def test_version_structure_creates_new_version(self): - self.assertNotEquals( + self.assertNotEqual( self.bulk.version_structure(self.course_key, self.structure, 'user_id')['_id'], self.structure['_id'] ) @@ -301,7 +301,7 @@ class TestBulkWriteMixinClosed(TestBulkWriteMixin): self.bulk._begin_bulk_operation(self.course_key) version_result = self.bulk.version_structure(self.course_key, self.structure, 'user_id') get_result = self.bulk.get_structure(self.course_key, version_result['_id']) - self.assertEquals(version_result, get_result) + self.assertEqual(version_result, get_result) class TestBulkWriteMixinClosedAfterPrevTransaction(TestBulkWriteMixinClosed, TestBulkWriteMixinPreviousTransaction): @@ -463,7 +463,7 @@ class TestBulkWriteMixinFindMethods(TestBulkWriteMixin): self.conn.get_definitions.assert_called_once_with(definitions_gotten, self.course_key) else: # If no definitions to get, then get_definitions() should *not* have been called. - self.assertEquals(self.conn.get_definitions.call_count, 0) + self.assertEqual(self.conn.get_definitions.call_count, 0) for _id in active_ids: if _id in search_ids: self.assertIn(active_definition(_id), results) @@ -604,7 +604,7 @@ class TestBulkWriteMixinOpen(TestBulkWriteMixin): # returns the structure from the database version_guid = VERSION_GUID_DICT[version_guid_name] result = self.bulk.get_structure(self.course_key, version_guid) - self.assertEquals(self.conn.get_structure.call_count, 1) + self.assertEqual(self.conn.get_structure.call_count, 1) self.assertEqual(result, self.conn.get_structure.return_value) self.assertCacheNotCleared() @@ -615,7 +615,7 @@ class TestBulkWriteMixinOpen(TestBulkWriteMixin): version_guid = VERSION_GUID_DICT[version_guid_name] for _ in range(2): result = self.bulk.get_structure(self.course_key, version_guid) - self.assertEquals(self.conn.get_structure.call_count, 1) + self.assertEqual(self.conn.get_structure.call_count, 1) self.assertEqual(result, self.conn.get_structure.return_value) self.assertCacheNotCleared() @@ -626,7 +626,7 @@ class TestBulkWriteMixinOpen(TestBulkWriteMixin): self.structure['_id'] = version_guid self.bulk.update_structure(self.course_key, self.structure) result = self.bulk.get_structure(self.course_key, version_guid) - self.assertEquals(self.conn.get_structure.call_count, 0) + self.assertEqual(self.conn.get_structure.call_count, 0) self.assertEqual(result, self.structure) @ddt.data(*SAMPLE_GUIDS_LIST) @@ -638,7 +638,7 @@ class TestBulkWriteMixinOpen(TestBulkWriteMixin): self.bulk.get_structure(self.course_key, version_guid) self.bulk.update_structure(self.course_key, self.structure) result = self.bulk.get_structure(self.course_key, version_guid) - self.assertEquals(self.conn.get_structure.call_count, 1) + self.assertEqual(self.conn.get_structure.call_count, 1) self.assertEqual(result, self.structure) @ddt.data(*SAMPLE_GUIDS_LIST) @@ -647,7 +647,7 @@ class TestBulkWriteMixinOpen(TestBulkWriteMixin): # returns the definition from the database version_guid = VERSION_GUID_DICT[version_guid_name] result = self.bulk.get_definition(self.course_key, version_guid) - self.assertEquals(self.conn.get_definition.call_count, 1) + self.assertEqual(self.conn.get_definition.call_count, 1) self.assertEqual(result, self.conn.get_definition.return_value) self.assertCacheNotCleared() @@ -658,7 +658,7 @@ class TestBulkWriteMixinOpen(TestBulkWriteMixin): version_guid = VERSION_GUID_DICT[version_guid_name] for _ in range(2): result = self.bulk.get_definition(self.course_key, version_guid) - self.assertEquals(self.conn.get_definition.call_count, 1) + self.assertEqual(self.conn.get_definition.call_count, 1) self.assertEqual(result, self.conn.get_definition.return_value) self.assertCacheNotCleared() @@ -669,7 +669,7 @@ class TestBulkWriteMixinOpen(TestBulkWriteMixin): self.definition['_id'] = version_guid self.bulk.update_definition(self.course_key, self.definition) result = self.bulk.get_definition(self.course_key, version_guid) - self.assertEquals(self.conn.get_definition.call_count, 0) + self.assertEqual(self.conn.get_definition.call_count, 0) self.assertEqual(result, self.definition) @ddt.data(*SAMPLE_GUIDS_LIST) @@ -681,15 +681,15 @@ class TestBulkWriteMixinOpen(TestBulkWriteMixin): self.bulk.get_definition(self.course_key, version_guid) self.bulk.update_definition(self.course_key, self.definition) result = self.bulk.get_definition(self.course_key, version_guid) - self.assertEquals(self.conn.get_definition.call_count, 1) + self.assertEqual(self.conn.get_definition.call_count, 1) self.assertEqual(result, self.definition) @ddt.data(True, False) def test_read_index_without_write_from_db(self, ignore_case): # Reading the index without writing to it should pull from the database result = self.bulk.get_course_index(self.course_key, ignore_case=ignore_case) - self.assertEquals(self.conn.get_course_index.call_count, 1) - self.assertEquals(self.conn.get_course_index.return_value, result) + self.assertEqual(self.conn.get_course_index.call_count, 1) + self.assertEqual(self.conn.get_course_index.return_value, result) @ddt.data(True, False) def test_read_index_without_write_only_reads_once(self, ignore_case): @@ -697,8 +697,8 @@ class TestBulkWriteMixinOpen(TestBulkWriteMixin): # the database for _ in range(2): result = self.bulk.get_course_index(self.course_key, ignore_case=ignore_case) - self.assertEquals(self.conn.get_course_index.call_count, 1) - self.assertEquals(self.conn.get_course_index.return_value, result) + self.assertEqual(self.conn.get_course_index.call_count, 1) + self.assertEqual(self.conn.get_course_index.return_value, result) @ddt.data(True, False) def test_read_index_after_write(self, ignore_case): @@ -706,8 +706,8 @@ class TestBulkWriteMixinOpen(TestBulkWriteMixin): # initial index, and should return the written index_entry self.bulk.insert_course_index(self.course_key, self.index_entry) result = self.bulk.get_course_index(self.course_key, ignore_case=ignore_case) - self.assertEquals(self.conn.get_course_index.call_count, 1) - self.assertEquals(self.index_entry, result) + self.assertEqual(self.conn.get_course_index.call_count, 1) + self.assertEqual(self.index_entry, result) def test_read_index_ignore_case(self): # Reading using ignore case should find an already written entry with a different case @@ -720,11 +720,11 @@ class TestBulkWriteMixinOpen(TestBulkWriteMixin): ), ignore_case=True ) - self.assertEquals(self.conn.get_course_index.call_count, 1) - self.assertEquals(self.index_entry, result) + self.assertEqual(self.conn.get_course_index.call_count, 1) + self.assertEqual(self.index_entry, result) def test_version_structure_creates_new_version_before_read(self): - self.assertNotEquals( + self.assertNotEqual( self.bulk.version_structure(self.course_key, self.structure, 'user_id')['_id'], self.structure['_id'] ) @@ -732,7 +732,7 @@ class TestBulkWriteMixinOpen(TestBulkWriteMixin): def test_version_structure_creates_new_version_after_read(self): self.conn.get_structure.return_value = copy.deepcopy(self.structure) self.bulk.get_structure(self.course_key, self.structure['_id']) - self.assertNotEquals( + self.assertNotEqual( self.bulk.version_structure(self.course_key, self.structure, 'user_id')['_id'], self.structure['_id'] ) diff --git a/common/lib/xmodule/xmodule/modulestore/tests/test_split_mongo_mongo_connection.py b/common/lib/xmodule/xmodule/modulestore/tests/test_split_mongo_mongo_connection.py index c66d4a4997..e6932a2724 100644 --- a/common/lib/xmodule/xmodule/modulestore/tests/test_split_mongo_mongo_connection.py +++ b/common/lib/xmodule/xmodule/modulestore/tests/test_split_mongo_mongo_connection.py @@ -1,9 +1,10 @@ """ Test the behavior of split_mongo/MongoConnection """ -from __future__ import absolute_import + import unittest from mock import patch +from pymongo.errors import ConnectionFailure from xmodule.exceptions import HeartbeatFailure from xmodule.modulestore.split_mongo.mongo_connection import MongoConnection @@ -17,7 +18,7 @@ class TestHeartbeatFailureException(unittest.TestCase): def test_heartbeat_raises_exception_when_connection_alive_is_false(self, *calls): # pylint: disable=W0613 with patch('mongodb_proxy.MongoProxy') as mock_proxy: - mock_proxy.return_value.alive.return_value = False + mock_proxy.return_value.admin.command.side_effect = ConnectionFailure('Test') useless_conn = MongoConnection('useless', 'useless', 'useless') with self.assertRaises(HeartbeatFailure): diff --git a/common/lib/xmodule/xmodule/modulestore/tests/test_split_w_old_mongo.py b/common/lib/xmodule/xmodule/modulestore/tests/test_split_w_old_mongo.py index 5b0955a8d2..d557456de1 100644 --- a/common/lib/xmodule/xmodule/modulestore/tests/test_split_w_old_mongo.py +++ b/common/lib/xmodule/xmodule/modulestore/tests/test_split_w_old_mongo.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + import datetime import os diff --git a/common/lib/xmodule/xmodule/modulestore/tests/test_store_utilities.py b/common/lib/xmodule/xmodule/modulestore/tests/test_store_utilities.py index 3fb93d3cfc..98e9c8e54b 100644 --- a/common/lib/xmodule/xmodule/modulestore/tests/test_store_utilities.py +++ b/common/lib/xmodule/xmodule/modulestore/tests/test_store_utilities.py @@ -1,7 +1,7 @@ """ Tests for store_utilities.py """ -from __future__ import absolute_import + import unittest diff --git a/common/lib/xmodule/xmodule/modulestore/tests/test_xml.py b/common/lib/xmodule/xmodule/modulestore/tests/test_xml.py index 5b2aa7da45..d2fcfb74ae 100644 --- a/common/lib/xmodule/xmodule/modulestore/tests/test_xml.py +++ b/common/lib/xmodule/xmodule/modulestore/tests/test_xml.py @@ -2,7 +2,7 @@ Tests around our XML modulestore, including importing well-formed and not-well-formed XML. """ -from __future__ import absolute_import + import os.path from glob import glob diff --git a/common/lib/xmodule/xmodule/modulestore/tests/test_xml_importer.py b/common/lib/xmodule/xmodule/modulestore/tests/test_xml_importer.py index f40716cfa3..9d9f4a8d82 100644 --- a/common/lib/xmodule/xmodule/modulestore/tests/test_xml_importer.py +++ b/common/lib/xmodule/xmodule/modulestore/tests/test_xml_importer.py @@ -1,7 +1,7 @@ """ Tests for XML importer. """ -from __future__ import absolute_import + import importlib import os diff --git a/common/lib/xmodule/xmodule/modulestore/tests/utils.py b/common/lib/xmodule/xmodule/modulestore/tests/utils.py index 03dd6c83dd..6ae86a640d 100644 --- a/common/lib/xmodule/xmodule/modulestore/tests/utils.py +++ b/common/lib/xmodule/xmodule/modulestore/tests/utils.py @@ -1,7 +1,7 @@ """ Helper classes and methods for running modulestore tests without Django. """ -from __future__ import absolute_import + import io import os diff --git a/common/lib/xmodule/xmodule/modulestore/xml.py b/common/lib/xmodule/xmodule/modulestore/xml.py index 0a8d05597c..012fb780e2 100644 --- a/common/lib/xmodule/xmodule/modulestore/xml.py +++ b/common/lib/xmodule/xmodule/modulestore/xml.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + import codecs import glob diff --git a/common/lib/xmodule/xmodule/modulestore/xml_exporter.py b/common/lib/xmodule/xmodule/modulestore/xml_exporter.py index d0d9dec9a6..745c82fbc5 100644 --- a/common/lib/xmodule/xmodule/modulestore/xml_exporter.py +++ b/common/lib/xmodule/xmodule/modulestore/xml_exporter.py @@ -2,7 +2,6 @@ Methods for exporting course data to XML """ -from __future__ import absolute_import import logging import os diff --git a/common/lib/xmodule/xmodule/modulestore/xml_importer.py b/common/lib/xmodule/xmodule/modulestore/xml_importer.py index c7605f24f7..74da12bf13 100644 --- a/common/lib/xmodule/xmodule/modulestore/xml_importer.py +++ b/common/lib/xmodule/xmodule/modulestore/xml_importer.py @@ -20,7 +20,7 @@ Modulestore virtual | XML physical (draft, published) (a, a) | (a, a) | (x, a) | (x, x) | (x, y) | (a, x) (a, b) | (a, b) | (x, b) | (x, x) | (x, y) | (a, x) """ -from __future__ import absolute_import, print_function + import json import io diff --git a/common/lib/xmodule/xmodule/mongo_utils.py b/common/lib/xmodule/xmodule/mongo_utils.py index bb70697f5e..6b6bcb8b83 100644 --- a/common/lib/xmodule/xmodule/mongo_utils.py +++ b/common/lib/xmodule/xmodule/mongo_utils.py @@ -1,16 +1,25 @@ """ Common MongoDB connection functions. """ -from __future__ import absolute_import + import logging import pymongo from mongodb_proxy import MongoProxy -from pymongo import ReadPreference +from pymongo.read_preferences import ( + ReadPreference, + read_pref_mode_from_name, + _MONGOS_MODES, + _MODES +) + logger = logging.getLogger(__name__) # pylint: disable=invalid-name +# This will yeld a map of all available Mongo modes and their name +MONGO_READ_PREFERENCE_MAP = dict(zip(_MONGOS_MODES, _MODES)) + # pylint: disable=bad-continuation def connect_to_mongodb( @@ -39,10 +48,16 @@ def connect_to_mongodb( # If the MongoDB server uses a separate authentication database that should be specified here auth_source = kwargs.pop('auth_source', '') or None - # If read_preference is given as a name of a valid ReadPreference. constant - # such as "SECONDARY_PREFERRED", convert it. Otherwise pass it through unchanged. + # If read_preference is given as a name of a valid ReadPreference. + # constant such as "SECONDARY_PREFERRED" or a mongo mode such as + # "secondaryPreferred", convert it. Otherwise pass it through unchanged. if 'read_preference' in kwargs: - read_preference = getattr(ReadPreference, kwargs['read_preference'], None) + read_preference = MONGO_READ_PREFERENCE_MAP.get( + kwargs['read_preference'], + kwargs['read_preference'] + ) + + read_preference = getattr(ReadPreference, read_preference, None) if read_preference is not None: kwargs['read_preference'] = read_preference diff --git a/common/lib/xmodule/xmodule/partitions/partitions.py b/common/lib/xmodule/xmodule/partitions/partitions.py index a0b34f8b94..891f5a2082 100644 --- a/common/lib/xmodule/xmodule/partitions/partitions.py +++ b/common/lib/xmodule/xmodule/partitions/partitions.py @@ -1,6 +1,5 @@ """Defines ``Group`` and ``UserPartition`` models for partitioning""" -from __future__ import absolute_import from collections import namedtuple diff --git a/common/lib/xmodule/xmodule/partitions/partitions_service.py b/common/lib/xmodule/xmodule/partitions/partitions_service.py index 0bcea9f7e2..79eee7f373 100644 --- a/common/lib/xmodule/xmodule/partitions/partitions_service.py +++ b/common/lib/xmodule/xmodule/partitions/partitions_service.py @@ -3,7 +3,7 @@ This is a service-like API that assigns tracks which groups users are in for var user partitions. It uses the user_service key/value store provided by the LMS runtime to persist the assignments. """ -from __future__ import absolute_import + import logging diff --git a/common/lib/xmodule/xmodule/partitions/tests/test_partitions.py b/common/lib/xmodule/xmodule/partitions/tests/test_partitions.py index 5418c7dd4d..a21c57da23 100644 --- a/common/lib/xmodule/xmodule/partitions/tests/test_partitions.py +++ b/common/lib/xmodule/xmodule/partitions/tests/test_partitions.py @@ -3,7 +3,6 @@ Test the partitions and partitions service """ -from __future__ import absolute_import from datetime import datetime @@ -74,7 +73,7 @@ class TestGroup(TestCase): "name": name, "version": -1, } - with self.assertRaisesRegexp(TypeError, "has unexpected version"): + with self.assertRaisesRegex(TypeError, "has unexpected version"): Group.from_json(jsonified) # Missing key "id" @@ -82,7 +81,7 @@ class TestGroup(TestCase): "name": name, "version": Group.VERSION } - with self.assertRaisesRegexp(TypeError, "missing value key 'id'"): + with self.assertRaisesRegex(TypeError, "missing value key 'id'"): Group.from_json(jsonified) # Has extra key - should not be a problem @@ -197,8 +196,8 @@ class TestUserPartition(PartitionTestCase): self.assertEqual(user_partition.name, self.TEST_NAME) self.assertEqual(user_partition.description, self.TEST_DESCRIPTION) self.assertEqual(user_partition.groups, self.TEST_GROUPS) - self.assertEquals(user_partition.scheme.name, self.TEST_SCHEME_NAME) - self.assertEquals(user_partition.parameters, self.TEST_PARAMETERS) + self.assertEqual(user_partition.scheme.name, self.TEST_SCHEME_NAME) + self.assertEqual(user_partition.parameters, self.TEST_PARAMETERS) def test_string_id(self): user_partition = UserPartition( @@ -273,7 +272,7 @@ class TestUserPartition(PartitionTestCase): "groups": [group.to_json() for group in self.TEST_GROUPS], "version": 2, } - with self.assertRaisesRegexp(TypeError, "missing value key 'scheme'"): + with self.assertRaisesRegex(TypeError, "missing value key 'scheme'"): UserPartition.from_json(jsonified) # Test that version 3 partitions have a scheme specified @@ -317,7 +316,7 @@ class TestUserPartition(PartitionTestCase): "version": UserPartition.VERSION, "scheme": self.TEST_SCHEME_NAME, } - with self.assertRaisesRegexp(TypeError, "missing value key 'id'"): + with self.assertRaisesRegex(TypeError, "missing value key 'id'"): UserPartition.from_json(jsonified) # Missing scheme @@ -329,7 +328,7 @@ class TestUserPartition(PartitionTestCase): "groups": [group.to_json() for group in self.TEST_GROUPS], "version": UserPartition.VERSION, } - with self.assertRaisesRegexp(TypeError, "missing value key 'scheme'"): + with self.assertRaisesRegex(TypeError, "missing value key 'scheme'"): UserPartition.from_json(jsonified) # Invalid scheme @@ -342,7 +341,7 @@ class TestUserPartition(PartitionTestCase): "version": UserPartition.VERSION, "scheme": "no_such_scheme", } - with self.assertRaisesRegexp(UserPartitionError, "Unrecognized scheme"): + with self.assertRaisesRegex(UserPartitionError, "Unrecognized scheme"): UserPartition.from_json(jsonified) # Wrong version @@ -355,7 +354,7 @@ class TestUserPartition(PartitionTestCase): "version": -1, "scheme": self.TEST_SCHEME_NAME, } - with self.assertRaisesRegexp(TypeError, "has unexpected version"): + with self.assertRaisesRegex(TypeError, "has unexpected version"): UserPartition.from_json(jsonified) # Has extra key - should not be a problem diff --git a/common/lib/xmodule/xmodule/poll_module.py b/common/lib/xmodule/xmodule/poll_module.py index 31e7262418..db96ccbb70 100644 --- a/common/lib/xmodule/xmodule/poll_module.py +++ b/common/lib/xmodule/xmodule/poll_module.py @@ -6,7 +6,6 @@ If student does not yet anwered - Question with set of choices. If student have answered - Question with statistics for each answers. """ -from __future__ import absolute_import import cgi import json diff --git a/common/lib/xmodule/xmodule/progress.py b/common/lib/xmodule/xmodule/progress.py index 9f01348aba..e43e6df085 100644 --- a/common/lib/xmodule/xmodule/progress.py +++ b/common/lib/xmodule/xmodule/progress.py @@ -5,7 +5,6 @@ For most subclassing needs, you should only need to reimplement frac() and __str__(). ''' -from __future__ import absolute_import import numbers diff --git a/common/lib/xmodule/xmodule/randomize_module.py b/common/lib/xmodule/xmodule/randomize_module.py index 41d716dc3a..f3a9b9f35d 100644 --- a/common/lib/xmodule/xmodule/randomize_module.py +++ b/common/lib/xmodule/xmodule/randomize_module.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + import logging import random diff --git a/common/lib/xmodule/xmodule/raw_module.py b/common/lib/xmodule/xmodule/raw_module.py index 7d456b7383..02ab2181a0 100644 --- a/common/lib/xmodule/xmodule/raw_module.py +++ b/common/lib/xmodule/xmodule/raw_module.py @@ -1,6 +1,7 @@ -from __future__ import absolute_import + import logging +import re from lxml import etree from xblock.fields import Scope, String @@ -11,6 +12,8 @@ from .exceptions import SerializationError log = logging.getLogger(__name__) +PRE_TAG_REGEX = re.compile(r'
      [\s\S]*?
      ') + class RawMixin(object): """ @@ -22,7 +25,12 @@ class RawMixin(object): @classmethod def definition_from_xml(cls, xml_object, system): - return {'data': etree.tostring(xml_object, pretty_print=True, encoding='unicode')}, [] + pre_tag_data = [etree.tostring(pre_tag_info) for pre_tag_info in xml_object.findall('.//pre')] + data = etree.tostring(xml_object, pretty_print=True, encoding='unicode') + if pre_tag_data: + for index, pre_tag in enumerate(re.findall(PRE_TAG_REGEX, data)): + data = re.sub(re.escape(pre_tag), pre_tag_data[index].decode(), data) + return {'data': data}, [] def definition_to_xml(self, resource_fs): """ diff --git a/common/lib/xmodule/xmodule/seq_module.py b/common/lib/xmodule/xmodule/seq_module.py index 9efd2ccac0..17f27453d4 100644 --- a/common/lib/xmodule/xmodule/seq_module.py +++ b/common/lib/xmodule/xmodule/seq_module.py @@ -3,7 +3,7 @@ xModule implementation of a learning sequence """ # pylint: disable=abstract-method -from __future__ import absolute_import + import collections import json @@ -21,13 +21,14 @@ from six import text_type from web_fragments.fragment import Fragment from xblock.completable import XBlockCompletionMode from xblock.core import XBlock +from xblock.exceptions import NoSuchServiceError from xblock.fields import Boolean, Integer, List, Scope, String from .exceptions import NotFoundError from .fields import Date from .mako_module import MakoModuleDescriptor from .progress import Progress -from .x_module import PUBLIC_VIEW, STUDENT_VIEW, XModule +from .x_module import AUTHOR_VIEW, PUBLIC_VIEW, STUDENT_VIEW, XModule from .xml_module import XmlDescriptor log = logging.getLogger(__name__) @@ -237,6 +238,22 @@ class SequenceModule(SequenceFields, ProctoringFields, XModule): return json.dumps({ 'complete': complete }) + elif dispatch == 'metadata': + context = {'exclude_units': True} + prereq_met = True + prereq_meta_info = {} + banner_text = None + display_items = self.get_display_items() + + if self._required_prereq(): + if self.runtime.user_is_staff: + banner_text = _('This subsection is unlocked for learners when they meet the prerequisite requirements.') + else: + # check if prerequisite has been met + prereq_met, prereq_meta_info = self._compute_is_prereq_met(True) + meta = self._get_render_metadata(context, display_items, prereq_met, prereq_meta_info, banner_text, STUDENT_VIEW) + meta['display_name'] = self.display_name_with_default + return json.dumps(meta) raise NotFoundError('Unexpected dispatch type') @classmethod @@ -286,6 +303,13 @@ class SequenceModule(SequenceFields, ProctoringFields, XModule): prereq_met, prereq_meta_info = self._compute_is_prereq_met(True) return self._student_or_public_view(context or {}, prereq_met, prereq_meta_info, None, PUBLIC_VIEW) + def author_view(self, context): + context = context or {} + context['exclude_units'] = True + if 'position' in context: + context['position'] = int(context['position']) + return self._student_or_public_view(context, True, {}, view=AUTHOR_VIEW) + def _special_exam_student_view(self): """ Checks whether this sequential is a special exam. If so, returns @@ -338,6 +362,31 @@ class SequenceModule(SequenceFields, ProctoringFields, XModule): # NOTE (CCB): We default to true to maintain the behavior in place prior to allowing anonymous access access. return context.get('user_authenticated', True) + def _get_render_metadata(self, context, display_items, prereq_met, prereq_meta_info, banner_text=None, view=STUDENT_VIEW, fragment=None): + if prereq_met and not self._is_gate_fulfilled(): + banner_text = _( + 'This section is a prerequisite. You must complete this section in order to unlock additional content.' + ) + + items = self._render_student_view_for_items(context, display_items, fragment, view) if prereq_met else [] + params = { + 'items': items, + 'element_id': self.location.html_id(), + 'item_id': text_type(self.location), + 'is_time_limited': self.is_time_limited, + 'position': self.position, + 'tag': self.location.block_type, + 'ajax_url': self.system.ajax_url, + 'next_url': context.get('next_url'), + 'prev_url': context.get('prev_url'), + 'banner_text': banner_text, + 'save_position': view != PUBLIC_VIEW, + 'show_completion': view != PUBLIC_VIEW, + 'gated_content': self._get_gated_content_info(prereq_met, prereq_meta_info), + 'exclude_units': context.get('exclude_units', False) + } + return params + def _student_or_public_view(self, context, prereq_met, prereq_meta_info, banner_text=None, view=STUDENT_VIEW): """ Returns the rendered student view of the content of this @@ -348,27 +397,8 @@ class SequenceModule(SequenceFields, ProctoringFields, XModule): display_items = self.get_display_items() self._update_position(context, len(display_items)) - if prereq_met and not self._is_gate_fulfilled(): - banner_text = _( - 'This section is a prerequisite. You must complete this section in order to unlock additional content.' - ) - fragment = Fragment() - items = self._render_student_view_for_items(context, display_items, fragment, view) if prereq_met else [] - params = { - 'items': items, - 'element_id': self.location.html_id(), - 'item_id': text_type(self.location), - 'position': self.position, - 'tag': self.location.block_type, - 'ajax_url': self.system.ajax_url, - 'next_url': context.get('next_url'), - 'prev_url': context.get('prev_url'), - 'banner_text': banner_text, - 'save_position': view != PUBLIC_VIEW, - 'show_completion': view != PUBLIC_VIEW, - 'gated_content': self._get_gated_content_info(prereq_met, prereq_meta_info), - } + params = self._get_render_metadata(context, display_items, prereq_met, prereq_meta_info, banner_text, view, fragment) fragment.add_content(self.system.render_template("seq_module.html", params)) self._capture_full_seq_item_metrics(display_items) @@ -380,11 +410,18 @@ class SequenceModule(SequenceFields, ProctoringFields, XModule): """ Returns a dict of information about gated_content context """ - gated_content = {} - gated_content['gated'] = not prereq_met - gated_content['prereq_url'] = prereq_meta_info['url'] if not prereq_met else None - gated_content['prereq_section_name'] = prereq_meta_info['display_name'] if not prereq_met else None - gated_content['gated_section_name'] = self.display_name + gated_content = { + 'prereq_id': None, + 'prereq_url': None, + 'prereq_section_name': None, + 'gated': False, + 'gated_section_name': self.display_name, + } + if not prereq_met: + gated_content['gated'] = True + gated_content['prereq_url'] = prereq_meta_info['url'] + gated_content['prereq_section_name'] = prereq_meta_info['display_name'] + gated_content['prereq_id'] = prereq_meta_info['id'] return gated_content @@ -464,9 +501,13 @@ class SequenceModule(SequenceFields, ProctoringFields, XModule): display_items. Returns a list of dict objects with information about the given display_items. """ + render_items = not context.get('exclude_units', False) is_user_authenticated = self.is_user_authenticated(context) - bookmarks_service = self.runtime.service(self, 'bookmarks') completion_service = self.runtime.service(self, 'completion') + try: + bookmarks_service = self.runtime.service(self, 'bookmarks') + except NoSuchServiceError: + bookmarks_service = None context['username'] = self.runtime.service(self, 'user').get_current_user().opt_attrs.get( 'edx-platform.username') display_names = [ @@ -489,18 +530,21 @@ class SequenceModule(SequenceFields, ProctoringFields, XModule): show_bookmark_button = False is_bookmarked = False - if is_user_authenticated: + if is_user_authenticated and bookmarks_service: show_bookmark_button = True is_bookmarked = bookmarks_service.is_bookmarked(usage_key=usage_id) context['show_bookmark_button'] = show_bookmark_button context['bookmarked'] = is_bookmarked - rendered_item = item.render(view, context) - fragment.add_fragment_resources(rendered_item) - + if render_items: + rendered_item = item.render(view, context) + fragment.add_fragment_resources(rendered_item) + content = rendered_item.content + else: + content = '' iteminfo = { - 'content': rendered_item.content, + 'content': content, 'page_title': getattr(item, 'tooltip_title', ''), 'type': item_type, 'id': text_type(usage_id), @@ -508,11 +552,13 @@ class SequenceModule(SequenceFields, ProctoringFields, XModule): 'path': " > ".join(display_names + [item.display_name_with_default]), 'graded': item.graded } - + if not render_items: + # The item url format can be defined in the template context like so: + # context['item_url'] = '/my/item/path/{usage_key}/whatever' + iteminfo['href'] = context.get('item_url', '').format(usage_key=usage_id) if is_user_authenticated: - if item.location.block_type == 'vertical': - if completion_service: - iteminfo['complete'] = completion_service.vertical_is_complete(item) + if item.location.block_type == 'vertical' and completion_service: + iteminfo['complete'] = completion_service.vertical_is_complete(item) contents.append(iteminfo) @@ -679,6 +725,7 @@ class SequenceDescriptor(SequenceFields, ProctoringFields, MakoModuleDescriptor, mako_template = 'widgets/sequence-edit.html' module_class = SequenceModule resources_dir = None + has_author_view = True show_in_read_only_mode = True diff --git a/common/lib/xmodule/xmodule/services.py b/common/lib/xmodule/xmodule/services.py index 95cea2a423..c8b194a951 100644 --- a/common/lib/xmodule/xmodule/services.py +++ b/common/lib/xmodule/xmodule/services.py @@ -1,12 +1,13 @@ """ Module contains various XModule/XBlock services """ -from __future__ import absolute_import + import inspect from config_models.models import ConfigurationModel from django.conf import settings +from xmodule.modulestore.django import modulestore class SettingsService(object): @@ -95,3 +96,26 @@ class ConfigurationService(object): ) self.configuration = configuration_model + + +class TeamsConfigurationService(object): + """ + An XBlock service that returns the teams_configuration object for a course. + """ + def __init__(self): + self._course = None + + def get_course(self, course_id): + """ + Return the course instance associated with this TeamsConfigurationService. + This default implementation looks up the course from the modulestore. + """ + return modulestore().get_course(course_id) + + def get_teams_configuration(self, course_id): + """ + Returns the team configuration for a given course.id + """ + if not self._course: + self._course = self.get_course(course_id) + return self._course.teams_configuration diff --git a/common/lib/xmodule/xmodule/split_test_module.py b/common/lib/xmodule/xmodule/split_test_module.py index e9a965bc38..b3c0102bb0 100644 --- a/common/lib/xmodule/xmodule/split_test_module.py +++ b/common/lib/xmodule/xmodule/split_test_module.py @@ -2,7 +2,6 @@ Module for running content split tests """ -from __future__ import absolute_import import json import logging diff --git a/common/lib/xmodule/xmodule/static_content.py b/common/lib/xmodule/xmodule/static_content.py index 37adc9a46d..85855f831c 100755 --- a/common/lib/xmodule/xmodule/static_content.py +++ b/common/lib/xmodule/xmodule/static_content.py @@ -4,7 +4,6 @@ This module has utility functions for gathering up the static content that is defined by XModules and XModuleDescriptors (javascript and css) """ -from __future__ import absolute_import import errno import hashlib diff --git a/common/lib/xmodule/xmodule/stringify.py b/common/lib/xmodule/xmodule/stringify.py index fc8180c3d1..3393a1107e 100644 --- a/common/lib/xmodule/xmodule/stringify.py +++ b/common/lib/xmodule/xmodule/stringify.py @@ -1,6 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import from lxml import etree diff --git a/common/lib/xmodule/xmodule/studio_editable.py b/common/lib/xmodule/xmodule/studio_editable.py index aa7c93154b..241953935c 100644 --- a/common/lib/xmodule/xmodule/studio_editable.py +++ b/common/lib/xmodule/xmodule/studio_editable.py @@ -1,7 +1,7 @@ """ Mixin to support editing in Studio. """ -from __future__ import absolute_import + import six from xmodule.x_module import AUTHOR_VIEW, STUDENT_VIEW, module_attr diff --git a/common/lib/xmodule/xmodule/tabs.py b/common/lib/xmodule/xmodule/tabs.py index 18f9166dd0..fa1b110987 100644 --- a/common/lib/xmodule/xmodule/tabs.py +++ b/common/lib/xmodule/xmodule/tabs.py @@ -1,7 +1,7 @@ """ Implement CourseTab """ -from __future__ import absolute_import + import logging from abc import ABCMeta diff --git a/common/lib/xmodule/xmodule/template_module.py b/common/lib/xmodule/xmodule/template_module.py index 0e53562f4a..3474186ca5 100644 --- a/common/lib/xmodule/xmodule/template_module.py +++ b/common/lib/xmodule/xmodule/template_module.py @@ -1,7 +1,7 @@ """ Template module """ -from __future__ import absolute_import + from string import Template from lxml import etree diff --git a/common/lib/xmodule/xmodule/templates.py b/common/lib/xmodule/xmodule/templates.py index ac1cbf2917..f019d5ee40 100644 --- a/common/lib/xmodule/xmodule/templates.py +++ b/common/lib/xmodule/xmodule/templates.py @@ -9,7 +9,7 @@ samples. """ # should this move to cms since it's really only for module crud? -from __future__ import absolute_import + import logging from collections import defaultdict diff --git a/common/lib/xmodule/xmodule/tests/templates/test/announcement.yaml b/common/lib/xmodule/xmodule/templates/test/announcement.yaml similarity index 100% rename from common/lib/xmodule/xmodule/tests/templates/test/announcement.yaml rename to common/lib/xmodule/xmodule/templates/test/announcement.yaml diff --git a/common/lib/xmodule/xmodule/tests/templates/test/anon_user_id.yaml b/common/lib/xmodule/xmodule/templates/test/anon_user_id.yaml similarity index 100% rename from common/lib/xmodule/xmodule/tests/templates/test/anon_user_id.yaml rename to common/lib/xmodule/xmodule/templates/test/anon_user_id.yaml diff --git a/common/lib/xmodule/xmodule/tests/templates/test/latex_html.yaml b/common/lib/xmodule/xmodule/templates/test/latex_html.yaml similarity index 100% rename from common/lib/xmodule/xmodule/tests/templates/test/latex_html.yaml rename to common/lib/xmodule/xmodule/templates/test/latex_html.yaml diff --git a/common/lib/xmodule/xmodule/tests/templates/test/somefile.notyaml b/common/lib/xmodule/xmodule/templates/test/somefile.notyaml similarity index 100% rename from common/lib/xmodule/xmodule/tests/templates/test/somefile.notyaml rename to common/lib/xmodule/xmodule/templates/test/somefile.notyaml diff --git a/common/lib/xmodule/xmodule/tests/templates/test/zooming_image.yaml b/common/lib/xmodule/xmodule/templates/test/zooming_image.yaml similarity index 100% rename from common/lib/xmodule/xmodule/tests/templates/test/zooming_image.yaml rename to common/lib/xmodule/xmodule/templates/test/zooming_image.yaml diff --git a/common/lib/xmodule/xmodule/tests/__init__.py b/common/lib/xmodule/xmodule/tests/__init__.py index 739a0d883d..33cbda76e7 100644 --- a/common/lib/xmodule/xmodule/tests/__init__.py +++ b/common/lib/xmodule/xmodule/tests/__init__.py @@ -7,7 +7,6 @@ Run like this: """ -from __future__ import absolute_import import inspect import json @@ -501,10 +500,10 @@ class CourseComparisonTest(TestCase): actual_course_assets = actual_modulestore.get_all_asset_metadata( actual_course_key, None, sort=('displayname', ModuleStoreEnum.SortOrder.descending) ) - self.assertEquals(len(expected_course_assets), len(actual_course_assets)) + self.assertEqual(len(expected_course_assets), len(actual_course_assets)) for idx, __ in enumerate(expected_course_assets): for attr in AssetMetadata.ATTRS_ALLOWED_TO_UPDATE: if attr in ('edited_on',): # edited_on is updated upon import. continue - self.assertEquals(getattr(expected_course_assets[idx], attr), getattr(actual_course_assets[idx], attr)) + self.assertEqual(getattr(expected_course_assets[idx], attr), getattr(actual_course_assets[idx], attr)) diff --git a/common/lib/xmodule/xmodule/tests/helpers.py b/common/lib/xmodule/xmodule/tests/helpers.py index c46e8c6285..21ec72ec0c 100644 --- a/common/lib/xmodule/xmodule/tests/helpers.py +++ b/common/lib/xmodule/xmodule/tests/helpers.py @@ -2,7 +2,6 @@ Utility methods for unit tests. """ -from __future__ import absolute_import import filecmp diff --git a/common/lib/xmodule/xmodule/tests/rendering/__init__.py b/common/lib/xmodule/xmodule/tests/rendering/__init__.py index c81c3d0b5c..d4ac267034 100644 --- a/common/lib/xmodule/xmodule/tests/rendering/__init__.py +++ b/common/lib/xmodule/xmodule/tests/rendering/__init__.py @@ -1,6 +1,6 @@ """ Package declaration for content assertions test helper module """ -from __future__ import absolute_import + from . import core diff --git a/common/lib/xmodule/xmodule/tests/rendering/core.py b/common/lib/xmodule/xmodule/tests/rendering/core.py index 2fed79a6e7..ce40bbe942 100644 --- a/common/lib/xmodule/xmodule/tests/rendering/core.py +++ b/common/lib/xmodule/xmodule/tests/rendering/core.py @@ -35,7 +35,7 @@ The functions are of the form: A further extension would be to provide a companion set of functions that resources that are provided to the Fragment """ -from __future__ import absolute_import + import lxml.etree import lxml.html diff --git a/common/lib/xmodule/xmodule/tests/test_annotatable_module.py b/common/lib/xmodule/xmodule/tests/test_annotatable_module.py index dcbf27c5ff..05c6b51aba 100644 --- a/common/lib/xmodule/xmodule/tests/test_annotatable_module.py +++ b/common/lib/xmodule/xmodule/tests/test_annotatable_module.py @@ -1,6 +1,5 @@ """Module annotatable tests""" -from __future__ import absolute_import import unittest diff --git a/common/lib/xmodule/xmodule/tests/test_annotator_mixin.py b/common/lib/xmodule/xmodule/tests/test_annotator_mixin.py index 4e7dda4bd7..b4903b0863 100644 --- a/common/lib/xmodule/xmodule/tests/test_annotator_mixin.py +++ b/common/lib/xmodule/xmodule/tests/test_annotator_mixin.py @@ -2,7 +2,6 @@ This test will run for annotator_mixin.py """ -from __future__ import absolute_import import unittest diff --git a/common/lib/xmodule/xmodule/tests/test_capa_module.py b/common/lib/xmodule/xmodule/tests/test_capa_module.py index c166c618a2..9e48967ca0 100644 --- a/common/lib/xmodule/xmodule/tests/test_capa_module.py +++ b/common/lib/xmodule/xmodule/tests/test_capa_module.py @@ -5,7 +5,6 @@ Tests of the Capa XModule # pylint: disable=missing-docstring # pylint: disable=invalid-name -from __future__ import absolute_import import datetime import json @@ -2507,8 +2506,8 @@ class ProblemBlockXMLTest(unittest.TestCase): name = "Other Test Capa Problem" descriptor = self._create_descriptor(xml, name=name) self.assertEqual(descriptor.problem_types, {"multiplechoiceresponse", "optionresponse"}) - self.assertEqual( - descriptor.index_dictionary(), { + six.assertCountEqual( + self, descriptor.index_dictionary(), { 'content_type': ProblemBlock.INDEX_CONTENT_TYPE, 'problem_types': ["optionresponse", "multiplechoiceresponse"], 'content': { @@ -2872,6 +2871,27 @@ class ProblemBlockXMLTest(unittest.TestCase): with self.assertRaises(etree.XMLSyntaxError): self._create_descriptor(sample_invalid_xml, name="Invalid XML") + def test_invalid_dropdown_xml(self): + """ + Verify the capa problem cannot be created from dropdown xml with multiple correct answers. + """ + problem_xml = textwrap.dedent(""" + + +

      You can use this template as a guide to the simple editor markdown and OLX markup to use for dropdown problems. Edit this component to replace this template with your own assessment.

      + + You can add an optional tip or note related to the prompt like this. + + + + + +
      +
      + """) + with self.assertRaises(Exception): + CapaFactory.create(xml=problem_xml) + class ComplexEncoderTest(unittest.TestCase): diff --git a/common/lib/xmodule/xmodule/tests/test_conditional.py b/common/lib/xmodule/xmodule/tests/test_conditional.py index 84c4864487..9b248f6e81 100644 --- a/common/lib/xmodule/xmodule/tests/test_conditional.py +++ b/common/lib/xmodule/xmodule/tests/test_conditional.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import, print_function + import json import unittest @@ -173,7 +173,7 @@ class ConditionalModuleBasicTest(unittest.TestCase): 'element_id': u'i4x-edX-conditional_test-conditional-SampleConditional', 'depends': u'i4x-edX-conditional_test-problem-SampleProblem', }) - self.assertEquals(expected, html) + self.assertEqual(expected, html) def test_handle_ajax(self): modules = ConditionalFactory.create(self.test_system) @@ -238,7 +238,7 @@ class ConditionalModuleXmlTest(unittest.TestCase): modulestore = XMLModuleStore(DATA_DIR, source_dirs=[name]) courses = modulestore.get_courses() self.modulestore = modulestore - self.assertEquals(len(courses), 1) + self.assertEqual(len(courses), 1) return courses[0] def test_conditional_module(self): diff --git a/common/lib/xmodule/xmodule/tests/test_conditional_logic.py b/common/lib/xmodule/xmodule/tests/test_conditional_logic.py index b421cc19b2..0f0eb20daa 100644 --- a/common/lib/xmodule/xmodule/tests/test_conditional_logic.py +++ b/common/lib/xmodule/xmodule/tests/test_conditional_logic.py @@ -1,7 +1,6 @@ # -*- coding: utf-8 -*- """Test for Conditional Xmodule functional logic.""" -from __future__ import absolute_import from xmodule.conditional_module import ConditionalDescriptor diff --git a/common/lib/xmodule/xmodule/tests/test_content.py b/common/lib/xmodule/xmodule/tests/test_content.py index 99cc78d28e..64293b4419 100644 --- a/common/lib/xmodule/xmodule/tests/test_content.py +++ b/common/lib/xmodule/xmodule/tests/test_content.py @@ -1,6 +1,5 @@ """Tests for contents""" -from __future__ import absolute_import import os import unittest diff --git a/common/lib/xmodule/xmodule/tests/test_course_metadata_utils.py b/common/lib/xmodule/xmodule/tests/test_course_metadata_utils.py index 1409272ced..5e5e56fdf3 100644 --- a/common/lib/xmodule/xmodule/tests/test_course_metadata_utils.py +++ b/common/lib/xmodule/xmodule/tests/test_course_metadata_utils.py @@ -1,7 +1,7 @@ """ Tests for course_metadata_utils. """ -from __future__ import absolute_import + from collections import namedtuple from datetime import datetime, timedelta diff --git a/common/lib/xmodule/xmodule/tests/test_course_module.py b/common/lib/xmodule/xmodule/tests/test_course_module.py index 3bbc1dfd9f..771a1e1ba4 100644 --- a/common/lib/xmodule/xmodule/tests/test_course_module.py +++ b/common/lib/xmodule/xmodule/tests/test_course_module.py @@ -1,5 +1,5 @@ """Tests the course modules and their functions""" -from __future__ import absolute_import, print_function + import itertools import unittest @@ -15,6 +15,7 @@ from opaque_keys.edx.keys import CourseKey from pytz import utc from xblock.runtime import DictKeyValueStore, KvsFieldData +from openedx.core.lib.teams_config import TeamsConfig, DEFAULT_COURSE_RUN_MAX_TEAM_SIZE import xmodule.course_module from xmodule.modulestore.xml import ImportSystem, XMLModuleStore @@ -277,16 +278,16 @@ class TeamsConfigurationTestCase(unittest.TestCase): def setUp(self): super(TeamsConfigurationTestCase, self).setUp() self.course = get_dummy_course('2012-12-02T12:00') - self.course.teams_configuration = dict() + self.course.teams_configuration = TeamsConfig(None) self.count = itertools.count() def add_team_configuration(self, max_team_size=3, topics=None): """ Add a team configuration to the course. """ - teams_configuration = {} - teams_configuration["topics"] = [] if topics is None else topics + teams_config_data = {} + teams_config_data["topics"] = [] if topics is None else topics if max_team_size is not None: - teams_configuration["max_team_size"] = max_team_size - self.course.teams_configuration = teams_configuration + teams_config_data["max_team_size"] = max_team_size + self.course.teams_configuration = TeamsConfig(teams_config_data) def make_topic(self): """ Make a sample topic dictionary. """ @@ -317,26 +318,44 @@ class TeamsConfigurationTestCase(unittest.TestCase): self.assertTrue(self.course.teams_enabled) def test_teams_max_size_no_teams_configuration(self): - self.assertIsNone(self.course.teams_max_size) + self.assertEqual( + self.course.teams_configuration.default_max_team_size, + DEFAULT_COURSE_RUN_MAX_TEAM_SIZE, + ) def test_teams_max_size_with_teams_configured(self): size = 4 self.add_team_configuration(max_team_size=size, topics=[self.make_topic(), self.make_topic()]) self.assertTrue(self.course.teams_enabled) - self.assertEqual(size, self.course.teams_max_size) + self.assertEqual(size, self.course.teams_configuration.default_max_team_size) - def test_teams_topics_no_teams(self): - self.assertIsNone(self.course.teams_topics) + def test_teamsets_no_config(self): + self.assertEqual(self.course.teamsets, []) - def test_teams_topics_no_topics(self): + def test_teamsets_empty(self): self.add_team_configuration(max_team_size=4) - self.assertEqual(self.course.teams_topics, []) + self.assertEqual(self.course.teamsets, []) - def test_teams_topics_with_topics(self): + def test_teamsets_present(self): topics = [self.make_topic(), self.make_topic()] self.add_team_configuration(max_team_size=4, topics=topics) self.assertTrue(self.course.teams_enabled) - self.assertEqual(self.course.teams_topics, topics) + expected_teamsets_data = [ + teamset.cleaned_data_old_format + for teamset in self.course.teamsets + ] + self.assertEqual(expected_teamsets_data, topics) + + def test_teams_conf_cached_by_xblock_field(self): + self.add_team_configuration(max_team_size=5, topics=[self.make_topic()]) + cold_cache_conf = self.course.teams_configuration + warm_cache_conf = self.course.teams_configuration + self.add_team_configuration(max_team_size=5, topics=[self.make_topic(), self.make_topic()]) + new_cold_cache_conf = self.course.teams_configuration + new_warm_cache_conf = self.course.teams_configuration + self.assertIs(cold_cache_conf, warm_cache_conf) + self.assertIs(new_cold_cache_conf, new_warm_cache_conf) + self.assertIsNot(cold_cache_conf, new_cold_cache_conf) class SelfPacedTestCase(unittest.TestCase): diff --git a/common/lib/xmodule/xmodule/tests/test_delay_between_attempts.py b/common/lib/xmodule/xmodule/tests/test_delay_between_attempts.py index 83dc482e3d..6c86d666b7 100644 --- a/common/lib/xmodule/xmodule/tests/test_delay_between_attempts.py +++ b/common/lib/xmodule/xmodule/tests/test_delay_between_attempts.py @@ -7,7 +7,6 @@ of the submit_problem method of a capa module when the "delay between quiz submissions" setting is set to different values """ -from __future__ import absolute_import import datetime import textwrap @@ -182,7 +181,7 @@ class XModuleQuizAttemptsDelayTest(unittest.TestCase): ) # You should get a dialog that tells you to wait # Also, the number of attempts should not be incremented - self.assertRegexpMatches(result['success'], r"You must wait at least.*") + self.assertRegex(result['success'], r"You must wait at least.*") self.assertEqual(module.attempts, num_attempts) def test_submit_quiz_too_soon(self): @@ -196,7 +195,7 @@ class XModuleQuizAttemptsDelayTest(unittest.TestCase): ) # You should get a dialog that tells you to wait 2 minutes # Also, the number of attempts should not be incremented - self.assertRegexpMatches(result['success'], r"You must wait at least 3 minutes between submissions. 2 minutes remaining\..*") + self.assertRegex(result['success'], r"You must wait at least 3 minutes between submissions. 2 minutes remaining\..*") self.assertEqual(module.attempts, num_attempts) def test_submit_quiz_1_second_too_soon(self): @@ -210,7 +209,7 @@ class XModuleQuizAttemptsDelayTest(unittest.TestCase): ) # You should get a dialog that tells you to wait 2 minutes # Also, the number of attempts should not be incremented - self.assertRegexpMatches(result['success'], r"You must wait at least 3 minutes between submissions. 1 second remaining\..*") + self.assertRegex(result['success'], r"You must wait at least 3 minutes between submissions. 1 second remaining\..*") self.assertEqual(module.attempts, num_attempts) def test_submit_quiz_as_soon_as_allowed(self): @@ -275,7 +274,7 @@ class XModuleQuizAttemptsDelayTest(unittest.TestCase): ) # You should get a dialog that tells you to wait 2 minutes # Also, the number of attempts should not be incremented - self.assertRegexpMatches(result['success'], r"You must wait at least 2 hours between submissions. 2 minutes 1 second remaining\..*") + self.assertRegex(result['success'], r"You must wait at least 2 hours between submissions. 2 minutes 1 second remaining\..*") self.assertEqual(module.attempts, num_attempts) def test_submit_quiz_with_involved_pretty_print(self): @@ -289,7 +288,7 @@ class XModuleQuizAttemptsDelayTest(unittest.TestCase): ) # You should get a dialog that tells you to wait 2 minutes # Also, the number of attempts should not be incremented - self.assertRegexpMatches(result['success'], r"You must wait at least 2 hours 1 minute 3 seconds between submissions. 1 hour 2 minutes 59 seconds remaining\..*") + self.assertRegex(result['success'], r"You must wait at least 2 hours 1 minute 3 seconds between submissions. 1 hour 2 minutes 59 seconds remaining\..*") self.assertEqual(module.attempts, num_attempts) def test_submit_quiz_with_nonplural_pretty_print(self): @@ -303,5 +302,5 @@ class XModuleQuizAttemptsDelayTest(unittest.TestCase): ) # You should get a dialog that tells you to wait 2 minutes # Also, the number of attempts should not be incremented - self.assertRegexpMatches(result['success'], r"You must wait at least 1 minute between submissions. 1 minute remaining\..*") + self.assertRegex(result['success'], r"You must wait at least 1 minute between submissions. 1 minute remaining\..*") self.assertEqual(module.attempts, num_attempts) diff --git a/common/lib/xmodule/xmodule/tests/test_editing_module.py b/common/lib/xmodule/xmodule/tests/test_editing_module.py index 0ea3e5bd47..acb73955dc 100644 --- a/common/lib/xmodule/xmodule/tests/test_editing_module.py +++ b/common/lib/xmodule/xmodule/tests/test_editing_module.py @@ -1,5 +1,5 @@ """ Tests for editing descriptors""" -from __future__ import absolute_import + import logging import os diff --git a/common/lib/xmodule/xmodule/tests/test_error_module.py b/common/lib/xmodule/xmodule/tests/test_error_module.py index 60ccc606ea..4a9f751ad1 100644 --- a/common/lib/xmodule/xmodule/tests/test_error_module.py +++ b/common/lib/xmodule/xmodule/tests/test_error_module.py @@ -1,7 +1,7 @@ """ Tests for ErrorModule and NonStaffErrorModule """ -from __future__ import absolute_import + import unittest diff --git a/common/lib/xmodule/xmodule/tests/test_export.py b/common/lib/xmodule/xmodule/tests/test_export.py index 15c9ad4c5a..56e14855a0 100644 --- a/common/lib/xmodule/xmodule/tests/test_export.py +++ b/common/lib/xmodule/xmodule/tests/test_export.py @@ -2,7 +2,7 @@ """ Tests of XML export """ -from __future__ import absolute_import, print_function + import shutil import unittest @@ -104,7 +104,7 @@ class RoundTripTestCase(unittest.TestCase): initial_import = XMLModuleStore(root_dir, source_dirs=[course_dir], xblock_mixins=(XModuleMixin,)) courses = initial_import.get_courses() - self.assertEquals(len(courses), 1) + self.assertEqual(len(courses), 1) initial_course = courses[0] # export to the same directory--that way things like the custom_tags/ folder @@ -122,7 +122,7 @@ class RoundTripTestCase(unittest.TestCase): second_import = XMLModuleStore(root_dir, source_dirs=[course_dir], xblock_mixins=(XModuleMixin,)) courses2 = second_import.get_courses() - self.assertEquals(len(courses2), 1) + self.assertEqual(len(courses2), 1) exported_course = courses2[0] print("Checking course equality") @@ -133,7 +133,7 @@ class RoundTripTestCase(unittest.TestCase): strip_filenames(exported_course) self.assertTrue(blocks_are_equivalent(initial_course, exported_course)) - self.assertEquals(initial_course.id, exported_course.id) + self.assertEqual(initial_course.id, exported_course.id) course_id = initial_course.id print("Checking key equality") @@ -224,7 +224,7 @@ class TestEdxJsonEncoder(unittest.TestCase): unicode_text = u"Your 𝓟𝓵𝓪𝓽𝓯𝓸𝓻𝓶 Name Here" lazy_text = ugettext_lazy(unicode_text) - self.assertEquals( + self.assertEqual( unicode_text, self.encoder.default(lazy_text) ) diff --git a/common/lib/xmodule/xmodule/tests/test_fields.py b/common/lib/xmodule/xmodule/tests/test_fields.py index fef52e268d..58a0b9b5b8 100644 --- a/common/lib/xmodule/xmodule/tests/test_fields.py +++ b/common/lib/xmodule/xmodule/tests/test_fields.py @@ -1,6 +1,5 @@ """Tests for classes defined in fields.py.""" -from __future__ import absolute_import import datetime import unittest @@ -222,7 +221,7 @@ class RelativeTimeTest(unittest.TestCase): ) error_msg = "RelativeTime max value is 23:59:59=86400.0 seconds, but 90000.0 seconds is passed" - with self.assertRaisesRegexp(ValueError, error_msg): + with self.assertRaisesRegex(ValueError, error_msg): RelativeTimeTest.delta.to_json(datetime.timedelta(seconds=90000)) with self.assertRaises(TypeError): diff --git a/common/lib/xmodule/xmodule/tests/test_graders.py b/common/lib/xmodule/xmodule/tests/test_graders.py index f69b8b90bb..1258efd13e 100644 --- a/common/lib/xmodule/xmodule/tests/test_graders.py +++ b/common/lib/xmodule/xmodule/tests/test_graders.py @@ -2,7 +2,6 @@ Grading tests """ -from __future__ import absolute_import import unittest from datetime import datetime, timedelta @@ -406,7 +405,7 @@ class ShowCorrectnessTest(unittest.TestCase): due_date = None else: due_date = getattr(self, due_date_str) - self.assertEquals( + self.assertEqual( ShowCorrectness.correctness_available(ShowCorrectness.PAST_DUE, due_date, has_staff_access), expected_result ) diff --git a/common/lib/xmodule/xmodule/tests/test_html_module.py b/common/lib/xmodule/xmodule/tests/test_html_module.py index 7299b24f36..a023a9072e 100644 --- a/common/lib/xmodule/xmodule/tests/test_html_module.py +++ b/common/lib/xmodule/xmodule/tests/test_html_module.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import + import unittest diff --git a/common/lib/xmodule/xmodule/tests/test_import.py b/common/lib/xmodule/xmodule/tests/test_import.py index 5c91d5ad29..12d08cebac 100644 --- a/common/lib/xmodule/xmodule/tests/test_import.py +++ b/common/lib/xmodule/xmodule/tests/test_import.py @@ -1,6 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, print_function import datetime from tempfile import mkdtemp @@ -77,7 +76,7 @@ class BaseCourseTestCase(TestCase): xblock_select=only_xmodules, ) courses = modulestore.get_courses() - self.assertEquals(len(courses), 1) + self.assertEqual(len(courses), 1) return courses[0] @@ -522,7 +521,7 @@ class ImportTestCase(BaseCourseTestCase): # Not using get_courses because we need the modulestore object too afterward modulestore = XMLModuleStore(DATA_DIR, source_dirs=['toy']) courses = modulestore.get_courses() - self.assertEquals(len(courses), 1) + self.assertEqual(len(courses), 1) course = courses[0] print("course errors:") @@ -531,20 +530,20 @@ class ImportTestCase(BaseCourseTestCase): print(err) chapters = course.get_children() - self.assertEquals(len(chapters), 5) + self.assertEqual(len(chapters), 5) ch2 = chapters[1] - self.assertEquals(ch2.url_name, "secret:magic") + self.assertEqual(ch2.url_name, "secret:magic") print("Ch2 location: ", ch2.location) also_ch2 = modulestore.get_item(ch2.location) - self.assertEquals(ch2, also_ch2) + self.assertEqual(ch2, also_ch2) print("making sure html loaded") loc = course.id.make_usage_key('html', 'secret:toylab') html = modulestore.get_item(loc) - self.assertEquals(html.display_name, "Toy lab") + self.assertEqual(html.display_name, "Toy lab") def test_unicode(self): """Check that courses with unicode characters in filenames and in @@ -556,7 +555,7 @@ class ImportTestCase(BaseCourseTestCase): print("Starting import") modulestore = XMLModuleStore(DATA_DIR, source_dirs=['test_unicode']) courses = modulestore.get_courses() - self.assertEquals(len(courses), 1) + self.assertEqual(len(courses), 1) course = courses[0] print("course errors:") diff --git a/common/lib/xmodule/xmodule/tests/test_import_static.py b/common/lib/xmodule/xmodule/tests/test_import_static.py index 728c1ca545..df6830f453 100644 --- a/common/lib/xmodule/xmodule/tests/test_import_static.py +++ b/common/lib/xmodule/xmodule/tests/test_import_static.py @@ -1,7 +1,7 @@ """ Tests that check that we ignore the appropriate files when importing courses. """ -from __future__ import absolute_import + import unittest diff --git a/common/lib/xmodule/xmodule/tests/test_library_content.py b/common/lib/xmodule/xmodule/tests/test_library_content.py index a1d441d8ac..cfe4ce2b5d 100644 --- a/common/lib/xmodule/xmodule/tests/test_library_content.py +++ b/common/lib/xmodule/xmodule/tests/test_library_content.py @@ -4,7 +4,7 @@ Basic unit tests for LibraryContentModule Higher-level tests are in `cms/djangoapps/contentstore/tests/test_libraries.py`. """ -from __future__ import absolute_import + import six from bson.objectid import ObjectId diff --git a/common/lib/xmodule/xmodule/tests/test_library_root.py b/common/lib/xmodule/xmodule/tests/test_library_root.py index 896713fd15..c6ebfadee7 100644 --- a/common/lib/xmodule/xmodule/tests/test_library_root.py +++ b/common/lib/xmodule/xmodule/tests/test_library_root.py @@ -2,7 +2,7 @@ """ Basic unit tests for LibraryRoot """ -from __future__ import absolute_import + from mock import patch from six.moves import range diff --git a/common/lib/xmodule/xmodule/tests/test_library_tools.py b/common/lib/xmodule/xmodule/tests/test_library_tools.py index 6587ba532f..e9f3c925b0 100644 --- a/common/lib/xmodule/xmodule/tests/test_library_tools.py +++ b/common/lib/xmodule/xmodule/tests/test_library_tools.py @@ -1,7 +1,7 @@ """ Tests for library tools service. """ -from __future__ import absolute_import + from mock import patch diff --git a/common/lib/xmodule/xmodule/tests/test_lti20_unit.py b/common/lib/xmodule/xmodule/tests/test_lti20_unit.py index 98c99e531f..a88582eb63 100644 --- a/common/lib/xmodule/xmodule/tests/test_lti20_unit.py +++ b/common/lib/xmodule/xmodule/tests/test_lti20_unit.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- """Tests for LTI Xmodule LTIv2.0 functional logic.""" -from __future__ import absolute_import + import datetime import textwrap @@ -55,7 +55,7 @@ class LTI20RESTResultServiceTest(LogicTest): """ Input with bad content type """ - with self.assertRaisesRegexp(LTIError, "Content-Type must be"): + with self.assertRaisesRegex(LTIError, "Content-Type must be"): request = Mock(headers={u'Content-Type': u'Non-existent'}) self.xmodule.verify_lti_2_0_result_rest_headers(request) @@ -65,7 +65,7 @@ class LTI20RESTResultServiceTest(LogicTest): """ err_msg = "OAuth body verification failed" self.xmodule.verify_oauth_body_sign = Mock(side_effect=LTIError(err_msg)) - with self.assertRaisesRegexp(LTIError, err_msg): + with self.assertRaisesRegex(LTIError, err_msg): request = Mock(headers={u'Content-Type': u'application/vnd.ims.lis.v2.result+json'}) self.xmodule.verify_lti_2_0_result_rest_headers(request) @@ -98,7 +98,7 @@ class LTI20RESTResultServiceTest(LogicTest): fit the form user/ """ for einput in self.BAD_DISPATCH_INPUTS: - with self.assertRaisesRegexp(LTIError, "No valid user id found in endpoint URL"): + with self.assertRaisesRegex(LTIError, "No valid user id found in endpoint URL"): self.xmodule.parse_lti_2_0_handler_suffix(einput) GOOD_DISPATCH_INPUTS = [ @@ -159,7 +159,7 @@ class LTI20RESTResultServiceTest(LogicTest): """ for error_inputs, error_message in self.BAD_JSON_INPUTS: for einput in error_inputs: - with self.assertRaisesRegexp(LTIError, error_message): + with self.assertRaisesRegex(LTIError, error_message): self.xmodule.parse_lti_2_0_result_json(einput) GOOD_JSON_INPUTS = [ diff --git a/common/lib/xmodule/xmodule/tests/test_lti_unit.py b/common/lib/xmodule/xmodule/tests/test_lti_unit.py index a82dd61f33..5a861ea25b 100644 --- a/common/lib/xmodule/xmodule/tests/test_lti_unit.py +++ b/common/lib/xmodule/xmodule/tests/test_lti_unit.py @@ -1,7 +1,6 @@ # -*- coding: utf-8 -*- """Test for LTI Xmodule functional logic.""" -from __future__ import absolute_import import datetime import textwrap diff --git a/common/lib/xmodule/xmodule/tests/test_mako_module.py b/common/lib/xmodule/xmodule/tests/test_mako_module.py index fe68ae776a..4cd77bb624 100644 --- a/common/lib/xmodule/xmodule/tests/test_mako_module.py +++ b/common/lib/xmodule/xmodule/tests/test_mako_module.py @@ -1,6 +1,5 @@ """ Test mako_module.py """ -from __future__ import absolute_import from unittest import TestCase diff --git a/common/lib/xmodule/xmodule/tests/test_mongo_utils.py b/common/lib/xmodule/xmodule/tests/test_mongo_utils.py index 56cb898624..b48933c768 100644 --- a/common/lib/xmodule/xmodule/tests/test_mongo_utils.py +++ b/common/lib/xmodule/xmodule/tests/test_mongo_utils.py @@ -1,7 +1,7 @@ """ Tests for methods defined in mongo_utils.py """ -from __future__ import absolute_import + import os from unittest import TestCase diff --git a/common/lib/xmodule/xmodule/tests/test_poll.py b/common/lib/xmodule/xmodule/tests/test_poll.py index f6c38cf2aa..8a0b193f32 100644 --- a/common/lib/xmodule/xmodule/tests/test_poll.py +++ b/common/lib/xmodule/xmodule/tests/test_poll.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- """Test for Poll Xmodule functional logic.""" -from __future__ import absolute_import + from mock import Mock diff --git a/common/lib/xmodule/xmodule/tests/test_progress.py b/common/lib/xmodule/xmodule/tests/test_progress.py index 036cdb72d8..2a06b87a33 100644 --- a/common/lib/xmodule/xmodule/tests/test_progress.py +++ b/common/lib/xmodule/xmodule/tests/test_progress.py @@ -1,6 +1,5 @@ """Module progress tests""" -from __future__ import absolute_import import unittest diff --git a/common/lib/xmodule/xmodule/tests/test_randomize_module.py b/common/lib/xmodule/xmodule/tests/test_randomize_module.py index ae19ed16e4..841a70189c 100644 --- a/common/lib/xmodule/xmodule/tests/test_randomize_module.py +++ b/common/lib/xmodule/xmodule/tests/test_randomize_module.py @@ -1,7 +1,7 @@ """ Test cases covering workflows and behaviors for the Randomize XModule """ -from __future__ import absolute_import + import unittest from datetime import datetime, timedelta @@ -75,7 +75,7 @@ class RandomizeModuleTestCase(unittest.TestCase): """ Check course/randomize module works fine """ self.assertTrue(self.course.has_children) - self.assertEquals(len(self.course.get_children()), 2) + self.assertEqual(len(self.course.get_children()), 2) def inner_get_module(descriptor): """ @@ -95,7 +95,7 @@ class RandomizeModuleTestCase(unittest.TestCase): # Get randomize_descriptor from the course & verify its children randomize_descriptor = inner_get_module(self.course.id.make_usage_key('randomize', 'my_randomize')) self.assertTrue(randomize_descriptor.has_children) - self.assertEquals(len(randomize_descriptor.get_children()), 2) + self.assertEqual(len(randomize_descriptor.get_children()), 2) # Call RandomizeModule which will select an element from the list of available items randomize_module = RandomizeModule( @@ -105,5 +105,5 @@ class RandomizeModuleTestCase(unittest.TestCase): ) # Verify the selected child - self.assertEquals(len(randomize_module.get_child_descriptors()), 1, "No child is chosen") + self.assertEqual(len(randomize_module.get_child_descriptors()), 1, "No child is chosen") self.assertIn(randomize_module.child.display_name, ['A', 'B'], "Unwanted child selected") diff --git a/common/lib/xmodule/xmodule/tests/test_resource_templates.py b/common/lib/xmodule/xmodule/tests/test_resource_templates.py index 5a819f651c..a0210e8276 100644 --- a/common/lib/xmodule/xmodule/tests/test_resource_templates.py +++ b/common/lib/xmodule/xmodule/tests/test_resource_templates.py @@ -1,7 +1,7 @@ """ Tests for xmodule.x_module.ResourceTemplates """ -from __future__ import absolute_import + import unittest @@ -39,7 +39,7 @@ class TestClass(ResourceTemplates): derive a class from it in order to fill in some data it's expecting to find in its mro. """ - template_packages = [__name__] + template_packages = ['xmodule'] @classmethod def get_template_dir(cls): diff --git a/common/lib/xmodule/xmodule/tests/test_sequence.py b/common/lib/xmodule/xmodule/tests/test_sequence.py index 3dc8eda361..323d301b5f 100644 --- a/common/lib/xmodule/xmodule/tests/test_sequence.py +++ b/common/lib/xmodule/xmodule/tests/test_sequence.py @@ -2,7 +2,7 @@ Tests for sequence module. """ # pylint: disable=no-member -from __future__ import absolute_import + import ast import json @@ -129,7 +129,7 @@ class SequenceBlockTestCase(XModuleXmlImportTest): def test_student_view_init(self): seq_module = SequenceModule(runtime=Mock(position=2), descriptor=Mock(), scope_ids=Mock()) - self.assertEquals(seq_module.position, 2) # matches position set in the runtime + self.assertEqual(seq_module.position, 2) # matches position set in the runtime @ddt.unpack @ddt.data( @@ -278,7 +278,7 @@ class SequenceBlockTestCase(XModuleXmlImportTest): gating_mock_1_2.return_value.required_prereq.return_value = True gating_mock_1_2.return_value.compute_is_prereq_met.return_value = [ False, - {'url': 'PrereqUrl', 'display_name': 'PrereqSectionName'} + {'url': 'PrereqUrl', 'display_name': 'PrereqSectionName', 'id': 'mockId'} ] self.sequence_1_2.xmodule_runtime._services['gating'] = gating_mock_1_2 # pylint: disable=protected-access self.sequence_1_2.display_name = 'sequence_1_2' @@ -343,6 +343,19 @@ class SequenceBlockTestCase(XModuleXmlImportTest): ) self.assertIs(completion_return, None) + def test_handle_ajax_metadata(self): + """ + Test that the sequence metadata is returned from the + metadata ajax handler. + """ + # rather than dealing with json serialization of the Mock object, + # let's just disable the bookmarks service + self.sequence_3_1.xmodule_runtime._services['bookmarks'] = None + metadata = json.loads(self.sequence_3_1.handle_ajax('metadata', {})) + self.assertEqual(len(metadata['items']), 3) + self.assertEqual(metadata['tag'], 'sequential') + self.assertEqual(metadata['display_name'], self.sequence_3_1.display_name_with_default) + def get_context_dict_from_string(self, data): """ Retrieve dictionary from string. diff --git a/common/lib/xmodule/xmodule/tests/test_services.py b/common/lib/xmodule/xmodule/tests/test_services.py index 44362ce6e5..e7ab75c5c1 100644 --- a/common/lib/xmodule/xmodule/tests/test_services.py +++ b/common/lib/xmodule/xmodule/tests/test_services.py @@ -2,18 +2,21 @@ Tests for SettingsService """ -from __future__ import absolute_import -from unittest import TestCase +import unittest +from django.test import TestCase import ddt import mock + from config_models.models import ConfigurationModel from django.conf import settings from django.test.utils import override_settings from xblock.runtime import Mixologist -from xmodule.services import ConfigurationService, SettingsService +from opaque_keys.edx.locator import CourseLocator +from xmodule.services import ConfigurationService, SettingsService, TeamsConfigurationService +from openedx.core.lib.teams_config import TeamsConfig class _DummyBlock(object): @@ -37,7 +40,7 @@ class DummyUnexpected(object): @ddt.ddt -class TestSettingsService(TestCase): +class TestSettingsService(unittest.TestCase): """ Test SettingsService """ xblock_setting_key1 = 'dummy_block' @@ -96,7 +99,7 @@ class TestSettingsService(TestCase): self.assertEqual(self.settings_service.get_settings_bucket(block), [1, 2, 3]) -class TestConfigurationService(TestCase): +class TestConfigurationService(unittest.TestCase): """ Tests for ConfigurationService """ @@ -115,3 +118,43 @@ class TestConfigurationService(TestCase): """ config_service = ConfigurationService(DummyConfig) self.assertEqual(config_service.configuration, DummyConfig) + + +class MockConfigurationService(TeamsConfigurationService): + """ + Mock ConfigurationService for testing. + """ + def __init__(self, course, **kwargs): + super(MockConfigurationService, self).__init__() + self._course = course + + def get_course(self, course_id): + return self._course + + +class ConfigurationServiceBaseClass(TestCase): + """ + Base test class for testing the ConfigurationService. + """ + + def setUp(self): + super(ConfigurationServiceBaseClass, self).setUp() + + self.teams_config = TeamsConfig( + {'max_size': 2, 'topics': [{'id': 'topic', 'name': 'Topic', 'description': 'A Topic'}]} + ) + self.course = mock.Mock( + id=CourseLocator('org_0', 'course_0', 'run_0'), + teams_configuration=self.teams_config + ) + self.configuration_service = MockConfigurationService(self.course) + + +class TestTeamsConfigurationService(ConfigurationServiceBaseClass): + """ + Test operations of the teams configuration service + """ + + def test_get_teamsconfiguration(self): + teams_config = self.configuration_service.get_teams_configuration(self.course.id) + self.assertEqual(teams_config, self.teams_config) diff --git a/common/lib/xmodule/xmodule/tests/test_split_test_module.py b/common/lib/xmodule/xmodule/tests/test_split_test_module.py index f0b71aff96..14408c4e6b 100644 --- a/common/lib/xmodule/xmodule/tests/test_split_test_module.py +++ b/common/lib/xmodule/xmodule/tests/test_split_test_module.py @@ -1,7 +1,7 @@ """ Tests for the Split Testing Module """ -from __future__ import absolute_import + import ddt import lxml @@ -141,7 +141,7 @@ class SplitTestModuleLMSTest(SplitTestModuleTest): @ddt.unpack def test_child(self, user_tag, child_url_name): self.user_partition.scheme.current_group = self.user_partition.groups[user_tag] - self.assertEquals(self.split_test_module.child_descriptor.url_name, child_url_name) + self.assertEqual(self.split_test_module.child_descriptor.url_name, child_url_name) @ddt.data((0, 'HTML FOR GROUP 0'), (1, 'HTML FOR GROUP 1')) @ddt.unpack @@ -162,7 +162,7 @@ class SplitTestModuleLMSTest(SplitTestModuleTest): # If a user_tag has a missing value, a group should be saved/persisted for that user. # So, we check that we get the same url_name when we call on the url_name twice. # We run the test ten times so that, if our storage is failing, we'll be most likely to notice it. - self.assertEquals( + self.assertEqual( self.split_test_module.child_descriptor.url_name, self.split_test_module.child_descriptor.url_name ) @@ -181,14 +181,14 @@ class SplitTestModuleLMSTest(SplitTestModuleTest): # Write out the xml. xml_obj = self.split_test_module.definition_to_xml(MemoryFS()) - self.assertEquals(xml_obj.get('user_partition_id'), '0') + self.assertEqual(xml_obj.get('user_partition_id'), '0') self.assertIsNotNone(xml_obj.get('group_id_to_child')) # Read the xml back in. fields, children = SplitTestDescriptor.definition_from_xml(xml_obj, self.module_system) - self.assertEquals(fields.get('user_partition_id'), '0') + self.assertEqual(fields.get('user_partition_id'), '0') self.assertIsNotNone(fields.get('group_id_to_child')) - self.assertEquals(len(children), 2) + self.assertEqual(len(children), 2) class SplitTestModuleStudioTest(SplitTestModuleTest): diff --git a/common/lib/xmodule/xmodule/tests/test_stringify.py b/common/lib/xmodule/xmodule/tests/test_stringify.py index 5efb379007..54a39a5fd4 100644 --- a/common/lib/xmodule/xmodule/tests/test_stringify.py +++ b/common/lib/xmodule/xmodule/tests/test_stringify.py @@ -1,7 +1,7 @@ """ Tests stringify functions used in xmodule html """ -from __future__ import absolute_import, print_function + from lxml import etree diff --git a/common/lib/xmodule/xmodule/tests/test_studio_editable.py b/common/lib/xmodule/xmodule/tests/test_studio_editable.py index ff7bbc19e3..467c99f5fb 100644 --- a/common/lib/xmodule/xmodule/tests/test_studio_editable.py +++ b/common/lib/xmodule/xmodule/tests/test_studio_editable.py @@ -2,7 +2,6 @@ Tests for StudioEditableModule. """ -from __future__ import absolute_import from xmodule.tests.test_vertical import BaseVerticalBlockTest from xmodule.x_module import AUTHOR_VIEW diff --git a/common/lib/xmodule/xmodule/tests/test_unit_block.py b/common/lib/xmodule/xmodule/tests/test_unit_block.py index e2b5803ee8..af6690f0e1 100644 --- a/common/lib/xmodule/xmodule/tests/test_unit_block.py +++ b/common/lib/xmodule/xmodule/tests/test_unit_block.py @@ -1,7 +1,7 @@ """ Tests for the Unit XBlock """ -from __future__ import absolute_import, division, print_function, unicode_literals + import re import unittest from xml.dom import minidom diff --git a/common/lib/xmodule/xmodule/tests/test_util_duedate.py b/common/lib/xmodule/xmodule/tests/test_util_duedate.py index 2502f9102e..ab4e1db22b 100644 --- a/common/lib/xmodule/xmodule/tests/test_util_duedate.py +++ b/common/lib/xmodule/xmodule/tests/test_util_duedate.py @@ -1,7 +1,7 @@ """ Tests for extended due date utilities. """ -from __future__ import absolute_import + import unittest diff --git a/common/lib/xmodule/xmodule/tests/test_utils_django.py b/common/lib/xmodule/xmodule/tests/test_utils_django.py index 67afcddf7e..cd902653b1 100644 --- a/common/lib/xmodule/xmodule/tests/test_utils_django.py +++ b/common/lib/xmodule/xmodule/tests/test_utils_django.py @@ -1,5 +1,5 @@ """Tests for methods defined in util/django.py""" -from __future__ import absolute_import + from unittest import TestCase diff --git a/common/lib/xmodule/xmodule/tests/test_utils_escape_html_characters.py b/common/lib/xmodule/xmodule/tests/test_utils_escape_html_characters.py index f6e997aba3..8ec8ee5ca7 100644 --- a/common/lib/xmodule/xmodule/tests/test_utils_escape_html_characters.py +++ b/common/lib/xmodule/xmodule/tests/test_utils_escape_html_characters.py @@ -1,5 +1,5 @@ """Tests for methods defined in util/misc.py""" -from __future__ import absolute_import + from unittest import TestCase diff --git a/common/lib/xmodule/xmodule/tests/test_validation.py b/common/lib/xmodule/xmodule/tests/test_validation.py index 394e84999f..90e8faaadd 100644 --- a/common/lib/xmodule/xmodule/tests/test_validation.py +++ b/common/lib/xmodule/xmodule/tests/test_validation.py @@ -2,7 +2,6 @@ Test xblock/validation.py """ -from __future__ import absolute_import import unittest diff --git a/common/lib/xmodule/xmodule/tests/test_vertical.py b/common/lib/xmodule/xmodule/tests/test_vertical.py index 7ceb28eeef..dd0e187d1f 100644 --- a/common/lib/xmodule/xmodule/tests/test_vertical.py +++ b/common/lib/xmodule/xmodule/tests/test_vertical.py @@ -3,7 +3,7 @@ Tests for vertical module. """ # pylint: disable=protected-access -from __future__ import absolute_import, division, print_function, unicode_literals + from collections import namedtuple import json diff --git a/common/lib/xmodule/xmodule/tests/test_video.py b/common/lib/xmodule/xmodule/tests/test_video.py index 5b8457f68a..4e5ba77524 100644 --- a/common/lib/xmodule/xmodule/tests/test_video.py +++ b/common/lib/xmodule/xmodule/tests/test_video.py @@ -12,7 +12,7 @@ You can then use the CourseFactory and XModuleItemFactory as defined in common/lib/xmodule/xmodule/modulestore/tests/factories.py to create the course, section, subsection, unit, etc. """ -from __future__ import absolute_import + import datetime import json @@ -220,7 +220,10 @@ class VideoBlockTestBase(unittest.TestCase): return [child.tag for child in elem] for attr in ['tag', 'attrib', 'text', 'tail']: - self.assertEqual(getattr(expected, attr), getattr(xml, attr)) + expected_attr = getattr(expected, attr) + actual_attr = getattr(xml, attr) + self.assertEqual(expected_attr, actual_attr) + self.assertEqual(get_child_tags(expected), get_child_tags(xml)) for left, right in zip(expected, xml): self.assertXmlEqual(left, right) @@ -277,7 +280,7 @@ class VideoBlockImportTestCase(TestCase): Assert that `video` has the correct attributes. `attrs` is a map of {metadata_field: value}. """ for key, value in attrs.items(): - self.assertEquals(getattr(video, key), value) + self.assertEqual(getattr(video, key), value) def test_constructor(self): sample_xml = ''' @@ -817,7 +820,7 @@ class VideoExportTestCase(VideoBlockTestBase): xml = self.descriptor.definition_to_xml(self.file_system) # Check that download_video field is also set to default (False) in xml for backward compatibility expected = '